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

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.aspect-h-1 {
  --tw-aspect-h: 1;
}
.aspect-h-10 {
  --tw-aspect-h: 10;
}
.aspect-h-11 {
  --tw-aspect-h: 11;
}
.aspect-h-12 {
  --tw-aspect-h: 12;
}
.aspect-h-13 {
  --tw-aspect-h: 13;
}
.aspect-h-14 {
  --tw-aspect-h: 14;
}
.aspect-h-15 {
  --tw-aspect-h: 15;
}
.aspect-h-16 {
  --tw-aspect-h: 16;
}
.aspect-h-2 {
  --tw-aspect-h: 2;
}
.aspect-h-3 {
  --tw-aspect-h: 3;
}
.aspect-h-4 {
  --tw-aspect-h: 4;
}
.aspect-h-5 {
  --tw-aspect-h: 5;
}
.aspect-h-6 {
  --tw-aspect-h: 6;
}
.aspect-h-7 {
  --tw-aspect-h: 7;
}
.aspect-h-8 {
  --tw-aspect-h: 8;
}
.aspect-h-9 {
  --tw-aspect-h: 9;
}
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-inset-0 {
  inset: -0px;
}
.-inset-0\.5 {
  inset: -0.125rem;
}
.inset-0 {
  inset: 0px;
}
.-inset-x-20 {
  left: -5rem;
  right: -5rem;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-left-80 {
  left: -20rem;
}
.-top-12 {
  top: -3rem;
}
.-top-56 {
  top: -14rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-1\/2 {
  right: 50%;
}
.right-8 {
  right: 2rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-full {
  top: 100%;
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.-order-1 {
  order: -1;
}
.-order-10 {
  order: -10;
}
.-order-11 {
  order: -11;
}
.-order-12 {
  order: -12;
}
.-order-2 {
  order: -2;
}
.-order-3 {
  order: -3;
}
.-order-4 {
  order: -4;
}
.-order-5 {
  order: -5;
}
.-order-6 {
  order: -6;
}
.-order-7 {
  order: -7;
}
.-order-8 {
  order: -8;
}
.-order-9 {
  order: -9;
}
.-order-first {
  order: 9999;
}
.-order-last {
  order: -9999;
}
.-order-none {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-first {
  order: -9999;
}
.order-last {
  order: 9999;
}
.order-none {
  order: 0;
}
.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-span-full {
  grid-column: 1 / -1;
}
.col-end-1 {
  grid-column-end: 1;
}
.-m-2 {
  margin: -0.5rem;
}
.-my-0 {
  margin-top: -0px;
  margin-bottom: -0px;
}
.-my-0\.5 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}
.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
.-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}
.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}
.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}
.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}
.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.-my-2\.5 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}
.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}
.-my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}
.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.-my-3\.5 {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}
.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}
.-my-36 {
  margin-top: -9rem;
  margin-bottom: -9rem;
}
.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}
.-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}
.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}
.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
.-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}
.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}
.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.-my-60 {
  margin-top: -15rem;
  margin-bottom: -15rem;
}
.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}
.-my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}
.-my-72 {
  margin-top: -18rem;
  margin-bottom: -18rem;
}
.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.-my-80 {
  margin-top: -20rem;
  margin-bottom: -20rem;
}
.-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}
.-my-96 {
  margin-top: -24rem;
  margin-bottom: -24rem;
}
.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}
.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}
.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}
.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}
.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}
.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}
.-mb-6 {
  margin-bottom: -1.5rem;
}
.-mb-px {
  margin-bottom: -1px;
}
.-ml-24 {
  margin-left: -6rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mr-96 {
  margin-right: -24rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.-mt-px {
  margin-top: -1px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[-12\%\] {
  margin-bottom: -12%;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-12 {
  margin-right: 3rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[1097\/845\] {
  aspect-ratio: 1097/845;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-\[2\/1\] {
  aspect-ratio: 2/1;
}
.aspect-\[2\/3\] {
  aspect-ratio: 2/3;
}
.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.aspect-\[6\/5\] {
  aspect-ratio: 6/5;
}
.aspect-\[801\/1036\] {
  aspect-ratio: 801/1036;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.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: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.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: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-3\/4 {
  height: 75%;
}
.h-3\/5 {
  height: 60%;
}
.h-3\/6 {
  height: 50%;
}
.h-32 {
  height: 8rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-4\/5 {
  height: 80%;
}
.h-4\/6 {
  height: 66.666667%;
}
.h-40 {
  height: 10rem;
}
.h-44 {
  height: 11rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-5\/6 {
  height: 83.333333%;
}
.h-52 {
  height: 13rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[50rem\] {
  height: 50rem;
}
.h-\[64rem\] {
  height: 64rem;
}
.h-auto {
  height: auto;
}
.h-dvh {
  height: 100dvh;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-lvh {
  height: 100lvh;
}
.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;
}
.h-svh {
  height: 100svh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-0\.5 {
  max-height: 0.125rem;
}
.max-h-1 {
  max-height: 0.25rem;
}
.max-h-1\.5 {
  max-height: 0.375rem;
}
.max-h-10 {
  max-height: 2.5rem;
}
.max-h-11 {
  max-height: 2.75rem;
}
.max-h-12 {
  max-height: 3rem;
}
.max-h-14 {
  max-height: 3.5rem;
}
.max-h-16 {
  max-height: 4rem;
}
.max-h-2 {
  max-height: 0.5rem;
}
.max-h-2\.5 {
  max-height: 0.625rem;
}
.max-h-20 {
  max-height: 5rem;
}
.max-h-24 {
  max-height: 6rem;
}
.max-h-28 {
  max-height: 7rem;
}
.max-h-3 {
  max-height: 0.75rem;
}
.max-h-3\.5 {
  max-height: 0.875rem;
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-36 {
  max-height: 9rem;
}
.max-h-4 {
  max-height: 1rem;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-44 {
  max-height: 11rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-5 {
  max-height: 1.25rem;
}
.max-h-52 {
  max-height: 13rem;
}
.max-h-56 {
  max-height: 14rem;
}
.max-h-6 {
  max-height: 1.5rem;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-7 {
  max-height: 1.75rem;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-8 {
  max-height: 2rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-9 {
  max-height: 2.25rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-dvh {
  max-height: 100dvh;
}
.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.max-h-full {
  max-height: 100%;
}
.max-h-lvh {
  max-height: 100lvh;
}
.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;
}
.max-h-svh {
  max-height: 100svh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-0\.5 {
  min-height: 0.125rem;
}
.min-h-1 {
  min-height: 0.25rem;
}
.min-h-1\.5 {
  min-height: 0.375rem;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-11 {
  min-height: 2.75rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-14 {
  min-height: 3.5rem;
}
.min-h-16 {
  min-height: 4rem;
}
.min-h-2 {
  min-height: 0.5rem;
}
.min-h-2\.5 {
  min-height: 0.625rem;
}
.min-h-20 {
  min-height: 5rem;
}
.min-h-24 {
  min-height: 6rem;
}
.min-h-28 {
  min-height: 7rem;
}
.min-h-3 {
  min-height: 0.75rem;
}
.min-h-3\.5 {
  min-height: 0.875rem;
}
.min-h-32 {
  min-height: 8rem;
}
.min-h-36 {
  min-height: 9rem;
}
.min-h-4 {
  min-height: 1rem;
}
.min-h-40 {
  min-height: 10rem;
}
.min-h-44 {
  min-height: 11rem;
}
.min-h-48 {
  min-height: 12rem;
}
.min-h-5 {
  min-height: 1.25rem;
}
.min-h-52 {
  min-height: 13rem;
}
.min-h-56 {
  min-height: 14rem;
}
.min-h-6 {
  min-height: 1.5rem;
}
.min-h-60 {
  min-height: 15rem;
}
.min-h-64 {
  min-height: 16rem;
}
.min-h-7 {
  min-height: 1.75rem;
}
.min-h-72 {
  min-height: 18rem;
}
.min-h-8 {
  min-height: 2rem;
}
.min-h-80 {
  min-height: 20rem;
}
.min-h-9 {
  min-height: 2.25rem;
}
.min-h-96 {
  min-height: 24rem;
}
.min-h-dvh {
  min-height: 100dvh;
}
.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.min-h-full {
  min-height: 100%;
}
.min-h-lvh {
  min-height: 100lvh;
}
.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-px {
  min-height: 1px;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-svh {
  min-height: 100svh;
}
.w-0 {
  width: 0px;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-24 {
  width: 6rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-80 {
  width: 20rem;
}
.w-\[150vw\] {
  width: 150vw;
}
.w-\[200\%\] {
  width: 200%;
}
.w-\[22\.875rem\] {
  width: 22.875rem;
}
.w-\[48rem\] {
  width: 48rem;
}
.w-\[50\.0625rem\] {
  width: 50.0625rem;
}
.w-\[64rem\] {
  width: 64rem;
}
.w-\[68\.5625rem\] {
  width: 68.5625rem;
}
.w-\[76rem\] {
  width: 76rem;
}
.w-\[90rem\] {
  width: 90rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-0 {
  max-width: 0px;
}
.max-w-0\.5 {
  max-width: 0.125rem;
}
.max-w-1 {
  max-width: 0.25rem;
}
.max-w-1\.5 {
  max-width: 0.375rem;
}
.max-w-10 {
  max-width: 2.5rem;
}
.max-w-11 {
  max-width: 2.75rem;
}
.max-w-12 {
  max-width: 3rem;
}
.max-w-14 {
  max-width: 3.5rem;
}
.max-w-16 {
  max-width: 4rem;
}
.max-w-2 {
  max-width: 0.5rem;
}
.max-w-2\.5 {
  max-width: 0.625rem;
}
.max-w-20 {
  max-width: 5rem;
}
.max-w-24 {
  max-width: 6rem;
}
.max-w-28 {
  max-width: 7rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3 {
  max-width: 0.75rem;
}
.max-w-3\.5 {
  max-width: 0.875rem;
}
.max-w-32 {
  max-width: 8rem;
}
.max-w-36 {
  max-width: 9rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4 {
  max-width: 1rem;
}
.max-w-40 {
  max-width: 10rem;
}
.max-w-44 {
  max-width: 11rem;
}
.max-w-48 {
  max-width: 12rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5 {
  max-width: 1.25rem;
}
.max-w-52 {
  max-width: 13rem;
}
.max-w-56 {
  max-width: 14rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6 {
  max-width: 1.5rem;
}
.max-w-60 {
  max-width: 15rem;
}
.max-w-64 {
  max-width: 16rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7 {
  max-width: 1.75rem;
}
.max-w-72 {
  max-width: 18rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-8 {
  max-width: 2rem;
}
.max-w-80 {
  max-width: 20rem;
}
.max-w-9 {
  max-width: 2.25rem;
}
.max-w-96 {
  max-width: 24rem;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.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-px {
  max-width: 1px;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-screen-sm {
  max-width: 640px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.border-separate {
  border-collapse: separate;
}
.border-spacing-0 {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-0\.5 {
  --tw-border-spacing-x: 0.125rem;
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-1 {
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-1\.5 {
  --tw-border-spacing-x: 0.375rem;
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-10 {
  --tw-border-spacing-x: 2.5rem;
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-11 {
  --tw-border-spacing-x: 2.75rem;
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-12 {
  --tw-border-spacing-x: 3rem;
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-14 {
  --tw-border-spacing-x: 3.5rem;
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-16 {
  --tw-border-spacing-x: 4rem;
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-2 {
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-2\.5 {
  --tw-border-spacing-x: 0.625rem;
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-20 {
  --tw-border-spacing-x: 5rem;
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-24 {
  --tw-border-spacing-x: 6rem;
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-28 {
  --tw-border-spacing-x: 7rem;
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-3 {
  --tw-border-spacing-x: 0.75rem;
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-3\.5 {
  --tw-border-spacing-x: 0.875rem;
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-32 {
  --tw-border-spacing-x: 8rem;
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-36 {
  --tw-border-spacing-x: 9rem;
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-4 {
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-40 {
  --tw-border-spacing-x: 10rem;
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-44 {
  --tw-border-spacing-x: 11rem;
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-48 {
  --tw-border-spacing-x: 12rem;
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-5 {
  --tw-border-spacing-x: 1.25rem;
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-52 {
  --tw-border-spacing-x: 13rem;
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-56 {
  --tw-border-spacing-x: 14rem;
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-6 {
  --tw-border-spacing-x: 1.5rem;
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-60 {
  --tw-border-spacing-x: 15rem;
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-64 {
  --tw-border-spacing-x: 16rem;
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-7 {
  --tw-border-spacing-x: 1.75rem;
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-72 {
  --tw-border-spacing-x: 18rem;
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-8 {
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-80 {
  --tw-border-spacing-x: 20rem;
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-9 {
  --tw-border-spacing-x: 2.25rem;
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-96 {
  --tw-border-spacing-x: 24rem;
  --tw-border-spacing-y: 24rem;
  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: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-0\.5 {
  --tw-border-spacing-x: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-1 {
  --tw-border-spacing-x: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-1\.5 {
  --tw-border-spacing-x: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-10 {
  --tw-border-spacing-x: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-11 {
  --tw-border-spacing-x: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-12 {
  --tw-border-spacing-x: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-14 {
  --tw-border-spacing-x: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-16 {
  --tw-border-spacing-x: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-2 {
  --tw-border-spacing-x: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-2\.5 {
  --tw-border-spacing-x: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-20 {
  --tw-border-spacing-x: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-24 {
  --tw-border-spacing-x: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-28 {
  --tw-border-spacing-x: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-3 {
  --tw-border-spacing-x: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-3\.5 {
  --tw-border-spacing-x: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-32 {
  --tw-border-spacing-x: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-36 {
  --tw-border-spacing-x: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-4 {
  --tw-border-spacing-x: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-40 {
  --tw-border-spacing-x: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-44 {
  --tw-border-spacing-x: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-48 {
  --tw-border-spacing-x: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-5 {
  --tw-border-spacing-x: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-52 {
  --tw-border-spacing-x: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-56 {
  --tw-border-spacing-x: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-6 {
  --tw-border-spacing-x: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-60 {
  --tw-border-spacing-x: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-64 {
  --tw-border-spacing-x: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-7 {
  --tw-border-spacing-x: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-72 {
  --tw-border-spacing-x: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-8 {
  --tw-border-spacing-x: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-80 {
  --tw-border-spacing-x: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-9 {
  --tw-border-spacing-x: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-96 {
  --tw-border-spacing-x: 24rem;
  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: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-0\.5 {
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-1 {
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-1\.5 {
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-10 {
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-11 {
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-12 {
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-14 {
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-16 {
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-2 {
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-2\.5 {
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-20 {
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-24 {
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-28 {
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-3 {
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-3\.5 {
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-32 {
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-36 {
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-4 {
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-40 {
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-44 {
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-48 {
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-5 {
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-52 {
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-56 {
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-6 {
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-60 {
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-64 {
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-7 {
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-72 {
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-8 {
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-80 {
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-9 {
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-96 {
  --tw-border-spacing-y: 24rem;
  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-top-right {
  transform-origin: top right;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
  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-\[-30deg\] {
  --tw-skew-x: -30deg;
  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));
}
.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));
}
.cursor-pointer {
  cursor: pointer;
}
.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;
}
.-scroll-my-0 {
  scroll-margin-top: -0px;
  scroll-margin-bottom: -0px;
}
.-scroll-my-0\.5 {
  scroll-margin-top: -0.125rem;
  scroll-margin-bottom: -0.125rem;
}
.-scroll-my-1 {
  scroll-margin-top: -0.25rem;
  scroll-margin-bottom: -0.25rem;
}
.-scroll-my-1\.5 {
  scroll-margin-top: -0.375rem;
  scroll-margin-bottom: -0.375rem;
}
.-scroll-my-10 {
  scroll-margin-top: -2.5rem;
  scroll-margin-bottom: -2.5rem;
}
.-scroll-my-11 {
  scroll-margin-top: -2.75rem;
  scroll-margin-bottom: -2.75rem;
}
.-scroll-my-12 {
  scroll-margin-top: -3rem;
  scroll-margin-bottom: -3rem;
}
.-scroll-my-14 {
  scroll-margin-top: -3.5rem;
  scroll-margin-bottom: -3.5rem;
}
.-scroll-my-16 {
  scroll-margin-top: -4rem;
  scroll-margin-bottom: -4rem;
}
.-scroll-my-2 {
  scroll-margin-top: -0.5rem;
  scroll-margin-bottom: -0.5rem;
}
.-scroll-my-2\.5 {
  scroll-margin-top: -0.625rem;
  scroll-margin-bottom: -0.625rem;
}
.-scroll-my-20 {
  scroll-margin-top: -5rem;
  scroll-margin-bottom: -5rem;
}
.-scroll-my-24 {
  scroll-margin-top: -6rem;
  scroll-margin-bottom: -6rem;
}
.-scroll-my-28 {
  scroll-margin-top: -7rem;
  scroll-margin-bottom: -7rem;
}
.-scroll-my-3 {
  scroll-margin-top: -0.75rem;
  scroll-margin-bottom: -0.75rem;
}
.-scroll-my-3\.5 {
  scroll-margin-top: -0.875rem;
  scroll-margin-bottom: -0.875rem;
}
.-scroll-my-32 {
  scroll-margin-top: -8rem;
  scroll-margin-bottom: -8rem;
}
.-scroll-my-36 {
  scroll-margin-top: -9rem;
  scroll-margin-bottom: -9rem;
}
.-scroll-my-4 {
  scroll-margin-top: -1rem;
  scroll-margin-bottom: -1rem;
}
.-scroll-my-40 {
  scroll-margin-top: -10rem;
  scroll-margin-bottom: -10rem;
}
.-scroll-my-44 {
  scroll-margin-top: -11rem;
  scroll-margin-bottom: -11rem;
}
.-scroll-my-48 {
  scroll-margin-top: -12rem;
  scroll-margin-bottom: -12rem;
}
.-scroll-my-5 {
  scroll-margin-top: -1.25rem;
  scroll-margin-bottom: -1.25rem;
}
.-scroll-my-52 {
  scroll-margin-top: -13rem;
  scroll-margin-bottom: -13rem;
}
.-scroll-my-56 {
  scroll-margin-top: -14rem;
  scroll-margin-bottom: -14rem;
}
.-scroll-my-6 {
  scroll-margin-top: -1.5rem;
  scroll-margin-bottom: -1.5rem;
}
.-scroll-my-60 {
  scroll-margin-top: -15rem;
  scroll-margin-bottom: -15rem;
}
.-scroll-my-64 {
  scroll-margin-top: -16rem;
  scroll-margin-bottom: -16rem;
}
.-scroll-my-7 {
  scroll-margin-top: -1.75rem;
  scroll-margin-bottom: -1.75rem;
}
.-scroll-my-72 {
  scroll-margin-top: -18rem;
  scroll-margin-bottom: -18rem;
}
.-scroll-my-8 {
  scroll-margin-top: -2rem;
  scroll-margin-bottom: -2rem;
}
.-scroll-my-80 {
  scroll-margin-top: -20rem;
  scroll-margin-bottom: -20rem;
}
.-scroll-my-9 {
  scroll-margin-top: -2.25rem;
  scroll-margin-bottom: -2.25rem;
}
.-scroll-my-96 {
  scroll-margin-top: -24rem;
  scroll-margin-bottom: -24rem;
}
.-scroll-my-px {
  scroll-margin-top: -1px;
  scroll-margin-bottom: -1px;
}
.scroll-my-0 {
  scroll-margin-top: 0px;
  scroll-margin-bottom: 0px;
}
.scroll-my-0\.5 {
  scroll-margin-top: 0.125rem;
  scroll-margin-bottom: 0.125rem;
}
.scroll-my-1 {
  scroll-margin-top: 0.25rem;
  scroll-margin-bottom: 0.25rem;
}
.scroll-my-1\.5 {
  scroll-margin-top: 0.375rem;
  scroll-margin-bottom: 0.375rem;
}
.scroll-my-10 {
  scroll-margin-top: 2.5rem;
  scroll-margin-bottom: 2.5rem;
}
.scroll-my-11 {
  scroll-margin-top: 2.75rem;
  scroll-margin-bottom: 2.75rem;
}
.scroll-my-12 {
  scroll-margin-top: 3rem;
  scroll-margin-bottom: 3rem;
}
.scroll-my-14 {
  scroll-margin-top: 3.5rem;
  scroll-margin-bottom: 3.5rem;
}
.scroll-my-16 {
  scroll-margin-top: 4rem;
  scroll-margin-bottom: 4rem;
}
.scroll-my-2 {
  scroll-margin-top: 0.5rem;
  scroll-margin-bottom: 0.5rem;
}
.scroll-my-2\.5 {
  scroll-margin-top: 0.625rem;
  scroll-margin-bottom: 0.625rem;
}
.scroll-my-20 {
  scroll-margin-top: 5rem;
  scroll-margin-bottom: 5rem;
}
.scroll-my-24 {
  scroll-margin-top: 6rem;
  scroll-margin-bottom: 6rem;
}
.scroll-my-28 {
  scroll-margin-top: 7rem;
  scroll-margin-bottom: 7rem;
}
.scroll-my-3 {
  scroll-margin-top: 0.75rem;
  scroll-margin-bottom: 0.75rem;
}
.scroll-my-3\.5 {
  scroll-margin-top: 0.875rem;
  scroll-margin-bottom: 0.875rem;
}
.scroll-my-32 {
  scroll-margin-top: 8rem;
  scroll-margin-bottom: 8rem;
}
.scroll-my-36 {
  scroll-margin-top: 9rem;
  scroll-margin-bottom: 9rem;
}
.scroll-my-4 {
  scroll-margin-top: 1rem;
  scroll-margin-bottom: 1rem;
}
.scroll-my-40 {
  scroll-margin-top: 10rem;
  scroll-margin-bottom: 10rem;
}
.scroll-my-44 {
  scroll-margin-top: 11rem;
  scroll-margin-bottom: 11rem;
}
.scroll-my-48 {
  scroll-margin-top: 12rem;
  scroll-margin-bottom: 12rem;
}
.scroll-my-5 {
  scroll-margin-top: 1.25rem;
  scroll-margin-bottom: 1.25rem;
}
.scroll-my-52 {
  scroll-margin-top: 13rem;
  scroll-margin-bottom: 13rem;
}
.scroll-my-56 {
  scroll-margin-top: 14rem;
  scroll-margin-bottom: 14rem;
}
.scroll-my-6 {
  scroll-margin-top: 1.5rem;
  scroll-margin-bottom: 1.5rem;
}
.scroll-my-60 {
  scroll-margin-top: 15rem;
  scroll-margin-bottom: 15rem;
}
.scroll-my-64 {
  scroll-margin-top: 16rem;
  scroll-margin-bottom: 16rem;
}
.scroll-my-7 {
  scroll-margin-top: 1.75rem;
  scroll-margin-bottom: 1.75rem;
}
.scroll-my-72 {
  scroll-margin-top: 18rem;
  scroll-margin-bottom: 18rem;
}
.scroll-my-8 {
  scroll-margin-top: 2rem;
  scroll-margin-bottom: 2rem;
}
.scroll-my-80 {
  scroll-margin-top: 20rem;
  scroll-margin-bottom: 20rem;
}
.scroll-my-9 {
  scroll-margin-top: 2.25rem;
  scroll-margin-bottom: 2.25rem;
}
.scroll-my-96 {
  scroll-margin-top: 24rem;
  scroll-margin-bottom: 24rem;
}
.scroll-my-px {
  scroll-margin-top: 1px;
  scroll-margin-bottom: 1px;
}
.scroll-py-0 {
  scroll-padding-top: 0px;
  scroll-padding-bottom: 0px;
}
.scroll-py-0\.5 {
  scroll-padding-top: 0.125rem;
  scroll-padding-bottom: 0.125rem;
}
.scroll-py-1 {
  scroll-padding-top: 0.25rem;
  scroll-padding-bottom: 0.25rem;
}
.scroll-py-1\.5 {
  scroll-padding-top: 0.375rem;
  scroll-padding-bottom: 0.375rem;
}
.scroll-py-10 {
  scroll-padding-top: 2.5rem;
  scroll-padding-bottom: 2.5rem;
}
.scroll-py-11 {
  scroll-padding-top: 2.75rem;
  scroll-padding-bottom: 2.75rem;
}
.scroll-py-12 {
  scroll-padding-top: 3rem;
  scroll-padding-bottom: 3rem;
}
.scroll-py-14 {
  scroll-padding-top: 3.5rem;
  scroll-padding-bottom: 3.5rem;
}
.scroll-py-16 {
  scroll-padding-top: 4rem;
  scroll-padding-bottom: 4rem;
}
.scroll-py-2 {
  scroll-padding-top: 0.5rem;
  scroll-padding-bottom: 0.5rem;
}
.scroll-py-2\.5 {
  scroll-padding-top: 0.625rem;
  scroll-padding-bottom: 0.625rem;
}
.scroll-py-20 {
  scroll-padding-top: 5rem;
  scroll-padding-bottom: 5rem;
}
.scroll-py-24 {
  scroll-padding-top: 6rem;
  scroll-padding-bottom: 6rem;
}
.scroll-py-28 {
  scroll-padding-top: 7rem;
  scroll-padding-bottom: 7rem;
}
.scroll-py-3 {
  scroll-padding-top: 0.75rem;
  scroll-padding-bottom: 0.75rem;
}
.scroll-py-3\.5 {
  scroll-padding-top: 0.875rem;
  scroll-padding-bottom: 0.875rem;
}
.scroll-py-32 {
  scroll-padding-top: 8rem;
  scroll-padding-bottom: 8rem;
}
.scroll-py-36 {
  scroll-padding-top: 9rem;
  scroll-padding-bottom: 9rem;
}
.scroll-py-4 {
  scroll-padding-top: 1rem;
  scroll-padding-bottom: 1rem;
}
.scroll-py-40 {
  scroll-padding-top: 10rem;
  scroll-padding-bottom: 10rem;
}
.scroll-py-44 {
  scroll-padding-top: 11rem;
  scroll-padding-bottom: 11rem;
}
.scroll-py-48 {
  scroll-padding-top: 12rem;
  scroll-padding-bottom: 12rem;
}
.scroll-py-5 {
  scroll-padding-top: 1.25rem;
  scroll-padding-bottom: 1.25rem;
}
.scroll-py-52 {
  scroll-padding-top: 13rem;
  scroll-padding-bottom: 13rem;
}
.scroll-py-56 {
  scroll-padding-top: 14rem;
  scroll-padding-bottom: 14rem;
}
.scroll-py-6 {
  scroll-padding-top: 1.5rem;
  scroll-padding-bottom: 1.5rem;
}
.scroll-py-60 {
  scroll-padding-top: 15rem;
  scroll-padding-bottom: 15rem;
}
.scroll-py-64 {
  scroll-padding-top: 16rem;
  scroll-padding-bottom: 16rem;
}
.scroll-py-7 {
  scroll-padding-top: 1.75rem;
  scroll-padding-bottom: 1.75rem;
}
.scroll-py-72 {
  scroll-padding-top: 18rem;
  scroll-padding-bottom: 18rem;
}
.scroll-py-8 {
  scroll-padding-top: 2rem;
  scroll-padding-bottom: 2rem;
}
.scroll-py-80 {
  scroll-padding-top: 20rem;
  scroll-padding-bottom: 20rem;
}
.scroll-py-9 {
  scroll-padding-top: 2.25rem;
  scroll-padding-bottom: 2.25rem;
}
.scroll-py-96 {
  scroll-padding-top: 24rem;
  scroll-padding-bottom: 24rem;
}
.scroll-py-px {
  scroll-padding-top: 1px;
  scroll-padding-bottom: 1px;
}
.list-none {
  list-style-type: none;
}
.columns-2 {
  -moz-columns: 2;
       columns: 2;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-none {
  grid-template-columns: none;
}
.grid-cols-subgrid {
  grid-template-columns: subgrid;
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-stretch {
  justify-content: stretch;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}
.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.gap-y-20 {
  row-gap: 5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-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-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}
.divide-gray-900\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 24 39 / 0.1);
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-pretty {
  text-wrap: pretty;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-8 {
  border-width: 8px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}
.border-x-4 {
  border-left-width: 4px;
  border-right-width: 4px;
}
.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: 0px;
  border-bottom-width: 0px;
}
.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-y-4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
}
.border-y-8 {
  border-top-width: 8px;
  border-bottom-width: 8px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-b-8 {
  border-bottom-width: 8px;
}
.border-e {
  border-inline-end-width: 1px;
}
.border-e-0 {
  border-inline-end-width: 0px;
}
.border-e-2 {
  border-inline-end-width: 2px;
}
.border-e-4 {
  border-inline-end-width: 4px;
}
.border-e-8 {
  border-inline-end-width: 8px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l-8 {
  border-left-width: 8px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-r-4 {
  border-right-width: 4px;
}
.border-r-8 {
  border-right-width: 8px;
}
.border-s {
  border-inline-start-width: 1px;
}
.border-s-0 {
  border-inline-start-width: 0px;
}
.border-s-2 {
  border-inline-start-width: 2px;
}
.border-s-4 {
  border-inline-start-width: 4px;
}
.border-s-8 {
  border-inline-start-width: 8px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-4 {
  border-top-width: 4px;
}
.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-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\/15 {
  border-color: rgb(254 243 199 / 0.15);
}
.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\/35 {
  border-color: rgb(254 243 199 / 0.35);
}
.border-amber-100\/40 {
  border-color: rgb(254 243 199 / 0.4);
}
.border-amber-100\/45 {
  border-color: rgb(254 243 199 / 0.45);
}
.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\/55 {
  border-color: rgb(254 243 199 / 0.55);
}
.border-amber-100\/60 {
  border-color: rgb(254 243 199 / 0.6);
}
.border-amber-100\/65 {
  border-color: rgb(254 243 199 / 0.65);
}
.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\/85 {
  border-color: rgb(254 243 199 / 0.85);
}
.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\/15 {
  border-color: rgb(253 230 138 / 0.15);
}
.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\/35 {
  border-color: rgb(253 230 138 / 0.35);
}
.border-amber-200\/40 {
  border-color: rgb(253 230 138 / 0.4);
}
.border-amber-200\/45 {
  border-color: rgb(253 230 138 / 0.45);
}
.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\/55 {
  border-color: rgb(253 230 138 / 0.55);
}
.border-amber-200\/60 {
  border-color: rgb(253 230 138 / 0.6);
}
.border-amber-200\/65 {
  border-color: rgb(253 230 138 / 0.65);
}
.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\/85 {
  border-color: rgb(253 230 138 / 0.85);
}
.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\/15 {
  border-color: rgb(252 211 77 / 0.15);
}
.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\/35 {
  border-color: rgb(252 211 77 / 0.35);
}
.border-amber-300\/40 {
  border-color: rgb(252 211 77 / 0.4);
}
.border-amber-300\/45 {
  border-color: rgb(252 211 77 / 0.45);
}
.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\/55 {
  border-color: rgb(252 211 77 / 0.55);
}
.border-amber-300\/60 {
  border-color: rgb(252 211 77 / 0.6);
}
.border-amber-300\/65 {
  border-color: rgb(252 211 77 / 0.65);
}
.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\/85 {
  border-color: rgb(252 211 77 / 0.85);
}
.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\/15 {
  border-color: rgb(251 191 36 / 0.15);
}
.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\/35 {
  border-color: rgb(251 191 36 / 0.35);
}
.border-amber-400\/40 {
  border-color: rgb(251 191 36 / 0.4);
}
.border-amber-400\/45 {
  border-color: rgb(251 191 36 / 0.45);
}
.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\/55 {
  border-color: rgb(251 191 36 / 0.55);
}
.border-amber-400\/60 {
  border-color: rgb(251 191 36 / 0.6);
}
.border-amber-400\/65 {
  border-color: rgb(251 191 36 / 0.65);
}
.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\/85 {
  border-color: rgb(251 191 36 / 0.85);
}
.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\/15 {
  border-color: rgb(255 251 235 / 0.15);
}
.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\/35 {
  border-color: rgb(255 251 235 / 0.35);
}
.border-amber-50\/40 {
  border-color: rgb(255 251 235 / 0.4);
}
.border-amber-50\/45 {
  border-color: rgb(255 251 235 / 0.45);
}
.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\/55 {
  border-color: rgb(255 251 235 / 0.55);
}
.border-amber-50\/60 {
  border-color: rgb(255 251 235 / 0.6);
}
.border-amber-50\/65 {
  border-color: rgb(255 251 235 / 0.65);
}
.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\/85 {
  border-color: rgb(255 251 235 / 0.85);
}
.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\/15 {
  border-color: rgb(245 158 11 / 0.15);
}
.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\/35 {
  border-color: rgb(245 158 11 / 0.35);
}
.border-amber-500\/40 {
  border-color: rgb(245 158 11 / 0.4);
}
.border-amber-500\/45 {
  border-color: rgb(245 158 11 / 0.45);
}
.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\/55 {
  border-color: rgb(245 158 11 / 0.55);
}
.border-amber-500\/60 {
  border-color: rgb(245 158 11 / 0.6);
}
.border-amber-500\/65 {
  border-color: rgb(245 158 11 / 0.65);
}
.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\/85 {
  border-color: rgb(245 158 11 / 0.85);
}
.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\/15 {
  border-color: rgb(217 119 6 / 0.15);
}
.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\/35 {
  border-color: rgb(217 119 6 / 0.35);
}
.border-amber-600\/40 {
  border-color: rgb(217 119 6 / 0.4);
}
.border-amber-600\/45 {
  border-color: rgb(217 119 6 / 0.45);
}
.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\/55 {
  border-color: rgb(217 119 6 / 0.55);
}
.border-amber-600\/60 {
  border-color: rgb(217 119 6 / 0.6);
}
.border-amber-600\/65 {
  border-color: rgb(217 119 6 / 0.65);
}
.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\/85 {
  border-color: rgb(217 119 6 / 0.85);
}
.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\/15 {
  border-color: rgb(180 83 9 / 0.15);
}
.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\/35 {
  border-color: rgb(180 83 9 / 0.35);
}
.border-amber-700\/40 {
  border-color: rgb(180 83 9 / 0.4);
}
.border-amber-700\/45 {
  border-color: rgb(180 83 9 / 0.45);
}
.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\/55 {
  border-color: rgb(180 83 9 / 0.55);
}
.border-amber-700\/60 {
  border-color: rgb(180 83 9 / 0.6);
}
.border-amber-700\/65 {
  border-color: rgb(180 83 9 / 0.65);
}
.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\/85 {
  border-color: rgb(180 83 9 / 0.85);
}
.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\/15 {
  border-color: rgb(146 64 14 / 0.15);
}
.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\/35 {
  border-color: rgb(146 64 14 / 0.35);
}
.border-amber-800\/40 {
  border-color: rgb(146 64 14 / 0.4);
}
.border-amber-800\/45 {
  border-color: rgb(146 64 14 / 0.45);
}
.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\/55 {
  border-color: rgb(146 64 14 / 0.55);
}
.border-amber-800\/60 {
  border-color: rgb(146 64 14 / 0.6);
}
.border-amber-800\/65 {
  border-color: rgb(146 64 14 / 0.65);
}
.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\/85 {
  border-color: rgb(146 64 14 / 0.85);
}
.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\/15 {
  border-color: rgb(120 53 15 / 0.15);
}
.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\/35 {
  border-color: rgb(120 53 15 / 0.35);
}
.border-amber-900\/40 {
  border-color: rgb(120 53 15 / 0.4);
}
.border-amber-900\/45 {
  border-color: rgb(120 53 15 / 0.45);
}
.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\/55 {
  border-color: rgb(120 53 15 / 0.55);
}
.border-amber-900\/60 {
  border-color: rgb(120 53 15 / 0.6);
}
.border-amber-900\/65 {
  border-color: rgb(120 53 15 / 0.65);
}
.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\/85 {
  border-color: rgb(120 53 15 / 0.85);
}
.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\/15 {
  border-color: rgb(69 26 3 / 0.15);
}
.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\/35 {
  border-color: rgb(69 26 3 / 0.35);
}
.border-amber-950\/40 {
  border-color: rgb(69 26 3 / 0.4);
}
.border-amber-950\/45 {
  border-color: rgb(69 26 3 / 0.45);
}
.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\/55 {
  border-color: rgb(69 26 3 / 0.55);
}
.border-amber-950\/60 {
  border-color: rgb(69 26 3 / 0.6);
}
.border-amber-950\/65 {
  border-color: rgb(69 26 3 / 0.65);
}
.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\/85 {
  border-color: rgb(69 26 3 / 0.85);
}
.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\/15 {
  border-color: rgb(0 0 0 / 0.15);
}
.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\/35 {
  border-color: rgb(0 0 0 / 0.35);
}
.border-black\/40 {
  border-color: rgb(0 0 0 / 0.4);
}
.border-black\/45 {
  border-color: rgb(0 0 0 / 0.45);
}
.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.border-black\/55 {
  border-color: rgb(0 0 0 / 0.55);
}
.border-black\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.border-black\/65 {
  border-color: rgb(0 0 0 / 0.65);
}
.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\/85 {
  border-color: rgb(0 0 0 / 0.85);
}
.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\/15 {
  border-color: rgb(219 234 254 / 0.15);
}
.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\/35 {
  border-color: rgb(219 234 254 / 0.35);
}
.border-blue-100\/40 {
  border-color: rgb(219 234 254 / 0.4);
}
.border-blue-100\/45 {
  border-color: rgb(219 234 254 / 0.45);
}
.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\/55 {
  border-color: rgb(219 234 254 / 0.55);
}
.border-blue-100\/60 {
  border-color: rgb(219 234 254 / 0.6);
}
.border-blue-100\/65 {
  border-color: rgb(219 234 254 / 0.65);
}
.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\/85 {
  border-color: rgb(219 234 254 / 0.85);
}
.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\/15 {
  border-color: rgb(191 219 254 / 0.15);
}
.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\/35 {
  border-color: rgb(191 219 254 / 0.35);
}
.border-blue-200\/40 {
  border-color: rgb(191 219 254 / 0.4);
}
.border-blue-200\/45 {
  border-color: rgb(191 219 254 / 0.45);
}
.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\/55 {
  border-color: rgb(191 219 254 / 0.55);
}
.border-blue-200\/60 {
  border-color: rgb(191 219 254 / 0.6);
}
.border-blue-200\/65 {
  border-color: rgb(191 219 254 / 0.65);
}
.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\/85 {
  border-color: rgb(191 219 254 / 0.85);
}
.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\/15 {
  border-color: rgb(147 197 253 / 0.15);
}
.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\/35 {
  border-color: rgb(147 197 253 / 0.35);
}
.border-blue-300\/40 {
  border-color: rgb(147 197 253 / 0.4);
}
.border-blue-300\/45 {
  border-color: rgb(147 197 253 / 0.45);
}
.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\/55 {
  border-color: rgb(147 197 253 / 0.55);
}
.border-blue-300\/60 {
  border-color: rgb(147 197 253 / 0.6);
}
.border-blue-300\/65 {
  border-color: rgb(147 197 253 / 0.65);
}
.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\/85 {
  border-color: rgb(147 197 253 / 0.85);
}
.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\/15 {
  border-color: rgb(96 165 250 / 0.15);
}
.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\/35 {
  border-color: rgb(96 165 250 / 0.35);
}
.border-blue-400\/40 {
  border-color: rgb(96 165 250 / 0.4);
}
.border-blue-400\/45 {
  border-color: rgb(96 165 250 / 0.45);
}
.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\/55 {
  border-color: rgb(96 165 250 / 0.55);
}
.border-blue-400\/60 {
  border-color: rgb(96 165 250 / 0.6);
}
.border-blue-400\/65 {
  border-color: rgb(96 165 250 / 0.65);
}
.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\/85 {
  border-color: rgb(96 165 250 / 0.85);
}
.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\/15 {
  border-color: rgb(239 246 255 / 0.15);
}
.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\/35 {
  border-color: rgb(239 246 255 / 0.35);
}
.border-blue-50\/40 {
  border-color: rgb(239 246 255 / 0.4);
}
.border-blue-50\/45 {
  border-color: rgb(239 246 255 / 0.45);
}
.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\/55 {
  border-color: rgb(239 246 255 / 0.55);
}
.border-blue-50\/60 {
  border-color: rgb(239 246 255 / 0.6);
}
.border-blue-50\/65 {
  border-color: rgb(239 246 255 / 0.65);
}
.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\/85 {
  border-color: rgb(239 246 255 / 0.85);
}
.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\/15 {
  border-color: rgb(59 130 246 / 0.15);
}
.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\/35 {
  border-color: rgb(59 130 246 / 0.35);
}
.border-blue-500\/40 {
  border-color: rgb(59 130 246 / 0.4);
}
.border-blue-500\/45 {
  border-color: rgb(59 130 246 / 0.45);
}
.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\/55 {
  border-color: rgb(59 130 246 / 0.55);
}
.border-blue-500\/60 {
  border-color: rgb(59 130 246 / 0.6);
}
.border-blue-500\/65 {
  border-color: rgb(59 130 246 / 0.65);
}
.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\/85 {
  border-color: rgb(59 130 246 / 0.85);
}
.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\/15 {
  border-color: rgb(37 99 235 / 0.15);
}
.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\/35 {
  border-color: rgb(37 99 235 / 0.35);
}
.border-blue-600\/40 {
  border-color: rgb(37 99 235 / 0.4);
}
.border-blue-600\/45 {
  border-color: rgb(37 99 235 / 0.45);
}
.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\/55 {
  border-color: rgb(37 99 235 / 0.55);
}
.border-blue-600\/60 {
  border-color: rgb(37 99 235 / 0.6);
}
.border-blue-600\/65 {
  border-color: rgb(37 99 235 / 0.65);
}
.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\/85 {
  border-color: rgb(37 99 235 / 0.85);
}
.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\/15 {
  border-color: rgb(29 78 216 / 0.15);
}
.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\/35 {
  border-color: rgb(29 78 216 / 0.35);
}
.border-blue-700\/40 {
  border-color: rgb(29 78 216 / 0.4);
}
.border-blue-700\/45 {
  border-color: rgb(29 78 216 / 0.45);
}
.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\/55 {
  border-color: rgb(29 78 216 / 0.55);
}
.border-blue-700\/60 {
  border-color: rgb(29 78 216 / 0.6);
}
.border-blue-700\/65 {
  border-color: rgb(29 78 216 / 0.65);
}
.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\/85 {
  border-color: rgb(29 78 216 / 0.85);
}
.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\/15 {
  border-color: rgb(30 64 175 / 0.15);
}
.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\/35 {
  border-color: rgb(30 64 175 / 0.35);
}
.border-blue-800\/40 {
  border-color: rgb(30 64 175 / 0.4);
}
.border-blue-800\/45 {
  border-color: rgb(30 64 175 / 0.45);
}
.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\/55 {
  border-color: rgb(30 64 175 / 0.55);
}
.border-blue-800\/60 {
  border-color: rgb(30 64 175 / 0.6);
}
.border-blue-800\/65 {
  border-color: rgb(30 64 175 / 0.65);
}
.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\/85 {
  border-color: rgb(30 64 175 / 0.85);
}
.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\/15 {
  border-color: rgb(30 58 138 / 0.15);
}
.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\/35 {
  border-color: rgb(30 58 138 / 0.35);
}
.border-blue-900\/40 {
  border-color: rgb(30 58 138 / 0.4);
}
.border-blue-900\/45 {
  border-color: rgb(30 58 138 / 0.45);
}
.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\/55 {
  border-color: rgb(30 58 138 / 0.55);
}
.border-blue-900\/60 {
  border-color: rgb(30 58 138 / 0.6);
}
.border-blue-900\/65 {
  border-color: rgb(30 58 138 / 0.65);
}
.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\/85 {
  border-color: rgb(30 58 138 / 0.85);
}
.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\/15 {
  border-color: rgb(23 37 84 / 0.15);
}
.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\/35 {
  border-color: rgb(23 37 84 / 0.35);
}
.border-blue-950\/40 {
  border-color: rgb(23 37 84 / 0.4);
}
.border-blue-950\/45 {
  border-color: rgb(23 37 84 / 0.45);
}
.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\/55 {
  border-color: rgb(23 37 84 / 0.55);
}
.border-blue-950\/60 {
  border-color: rgb(23 37 84 / 0.6);
}
.border-blue-950\/65 {
  border-color: rgb(23 37 84 / 0.65);
}
.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\/85 {
  border-color: rgb(23 37 84 / 0.85);
}
.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\/15 {
  border-color: rgb(207 250 254 / 0.15);
}
.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\/35 {
  border-color: rgb(207 250 254 / 0.35);
}
.border-cyan-100\/40 {
  border-color: rgb(207 250 254 / 0.4);
}
.border-cyan-100\/45 {
  border-color: rgb(207 250 254 / 0.45);
}
.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\/55 {
  border-color: rgb(207 250 254 / 0.55);
}
.border-cyan-100\/60 {
  border-color: rgb(207 250 254 / 0.6);
}
.border-cyan-100\/65 {
  border-color: rgb(207 250 254 / 0.65);
}
.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\/85 {
  border-color: rgb(207 250 254 / 0.85);
}
.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\/15 {
  border-color: rgb(165 243 252 / 0.15);
}
.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\/35 {
  border-color: rgb(165 243 252 / 0.35);
}
.border-cyan-200\/40 {
  border-color: rgb(165 243 252 / 0.4);
}
.border-cyan-200\/45 {
  border-color: rgb(165 243 252 / 0.45);
}
.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\/55 {
  border-color: rgb(165 243 252 / 0.55);
}
.border-cyan-200\/60 {
  border-color: rgb(165 243 252 / 0.6);
}
.border-cyan-200\/65 {
  border-color: rgb(165 243 252 / 0.65);
}
.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\/85 {
  border-color: rgb(165 243 252 / 0.85);
}
.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\/15 {
  border-color: rgb(103 232 249 / 0.15);
}
.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\/35 {
  border-color: rgb(103 232 249 / 0.35);
}
.border-cyan-300\/40 {
  border-color: rgb(103 232 249 / 0.4);
}
.border-cyan-300\/45 {
  border-color: rgb(103 232 249 / 0.45);
}
.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\/55 {
  border-color: rgb(103 232 249 / 0.55);
}
.border-cyan-300\/60 {
  border-color: rgb(103 232 249 / 0.6);
}
.border-cyan-300\/65 {
  border-color: rgb(103 232 249 / 0.65);
}
.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\/85 {
  border-color: rgb(103 232 249 / 0.85);
}
.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\/15 {
  border-color: rgb(34 211 238 / 0.15);
}
.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\/35 {
  border-color: rgb(34 211 238 / 0.35);
}
.border-cyan-400\/40 {
  border-color: rgb(34 211 238 / 0.4);
}
.border-cyan-400\/45 {
  border-color: rgb(34 211 238 / 0.45);
}
.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\/55 {
  border-color: rgb(34 211 238 / 0.55);
}
.border-cyan-400\/60 {
  border-color: rgb(34 211 238 / 0.6);
}
.border-cyan-400\/65 {
  border-color: rgb(34 211 238 / 0.65);
}
.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\/85 {
  border-color: rgb(34 211 238 / 0.85);
}
.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\/15 {
  border-color: rgb(236 254 255 / 0.15);
}
.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\/35 {
  border-color: rgb(236 254 255 / 0.35);
}
.border-cyan-50\/40 {
  border-color: rgb(236 254 255 / 0.4);
}
.border-cyan-50\/45 {
  border-color: rgb(236 254 255 / 0.45);
}
.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\/55 {
  border-color: rgb(236 254 255 / 0.55);
}
.border-cyan-50\/60 {
  border-color: rgb(236 254 255 / 0.6);
}
.border-cyan-50\/65 {
  border-color: rgb(236 254 255 / 0.65);
}
.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\/85 {
  border-color: rgb(236 254 255 / 0.85);
}
.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\/15 {
  border-color: rgb(6 182 212 / 0.15);
}
.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\/35 {
  border-color: rgb(6 182 212 / 0.35);
}
.border-cyan-500\/40 {
  border-color: rgb(6 182 212 / 0.4);
}
.border-cyan-500\/45 {
  border-color: rgb(6 182 212 / 0.45);
}
.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\/55 {
  border-color: rgb(6 182 212 / 0.55);
}
.border-cyan-500\/60 {
  border-color: rgb(6 182 212 / 0.6);
}
.border-cyan-500\/65 {
  border-color: rgb(6 182 212 / 0.65);
}
.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\/85 {
  border-color: rgb(6 182 212 / 0.85);
}
.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\/15 {
  border-color: rgb(8 145 178 / 0.15);
}
.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\/35 {
  border-color: rgb(8 145 178 / 0.35);
}
.border-cyan-600\/40 {
  border-color: rgb(8 145 178 / 0.4);
}
.border-cyan-600\/45 {
  border-color: rgb(8 145 178 / 0.45);
}
.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\/55 {
  border-color: rgb(8 145 178 / 0.55);
}
.border-cyan-600\/60 {
  border-color: rgb(8 145 178 / 0.6);
}
.border-cyan-600\/65 {
  border-color: rgb(8 145 178 / 0.65);
}
.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\/85 {
  border-color: rgb(8 145 178 / 0.85);
}
.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\/15 {
  border-color: rgb(14 116 144 / 0.15);
}
.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\/35 {
  border-color: rgb(14 116 144 / 0.35);
}
.border-cyan-700\/40 {
  border-color: rgb(14 116 144 / 0.4);
}
.border-cyan-700\/45 {
  border-color: rgb(14 116 144 / 0.45);
}
.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\/55 {
  border-color: rgb(14 116 144 / 0.55);
}
.border-cyan-700\/60 {
  border-color: rgb(14 116 144 / 0.6);
}
.border-cyan-700\/65 {
  border-color: rgb(14 116 144 / 0.65);
}
.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\/85 {
  border-color: rgb(14 116 144 / 0.85);
}
.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\/15 {
  border-color: rgb(21 94 117 / 0.15);
}
.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\/35 {
  border-color: rgb(21 94 117 / 0.35);
}
.border-cyan-800\/40 {
  border-color: rgb(21 94 117 / 0.4);
}
.border-cyan-800\/45 {
  border-color: rgb(21 94 117 / 0.45);
}
.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\/55 {
  border-color: rgb(21 94 117 / 0.55);
}
.border-cyan-800\/60 {
  border-color: rgb(21 94 117 / 0.6);
}
.border-cyan-800\/65 {
  border-color: rgb(21 94 117 / 0.65);
}
.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\/85 {
  border-color: rgb(21 94 117 / 0.85);
}
.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\/15 {
  border-color: rgb(22 78 99 / 0.15);
}
.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\/35 {
  border-color: rgb(22 78 99 / 0.35);
}
.border-cyan-900\/40 {
  border-color: rgb(22 78 99 / 0.4);
}
.border-cyan-900\/45 {
  border-color: rgb(22 78 99 / 0.45);
}
.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\/55 {
  border-color: rgb(22 78 99 / 0.55);
}
.border-cyan-900\/60 {
  border-color: rgb(22 78 99 / 0.6);
}
.border-cyan-900\/65 {
  border-color: rgb(22 78 99 / 0.65);
}
.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\/85 {
  border-color: rgb(22 78 99 / 0.85);
}
.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\/15 {
  border-color: rgb(8 51 68 / 0.15);
}
.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\/35 {
  border-color: rgb(8 51 68 / 0.35);
}
.border-cyan-950\/40 {
  border-color: rgb(8 51 68 / 0.4);
}
.border-cyan-950\/45 {
  border-color: rgb(8 51 68 / 0.45);
}
.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\/55 {
  border-color: rgb(8 51 68 / 0.55);
}
.border-cyan-950\/60 {
  border-color: rgb(8 51 68 / 0.6);
}
.border-cyan-950\/65 {
  border-color: rgb(8 51 68 / 0.65);
}
.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\/85 {
  border-color: rgb(8 51 68 / 0.85);
}
.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\/15 {
  border-color: rgb(209 250 229 / 0.15);
}
.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\/35 {
  border-color: rgb(209 250 229 / 0.35);
}
.border-emerald-100\/40 {
  border-color: rgb(209 250 229 / 0.4);
}
.border-emerald-100\/45 {
  border-color: rgb(209 250 229 / 0.45);
}
.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\/55 {
  border-color: rgb(209 250 229 / 0.55);
}
.border-emerald-100\/60 {
  border-color: rgb(209 250 229 / 0.6);
}
.border-emerald-100\/65 {
  border-color: rgb(209 250 229 / 0.65);
}
.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\/85 {
  border-color: rgb(209 250 229 / 0.85);
}
.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\/15 {
  border-color: rgb(167 243 208 / 0.15);
}
.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\/35 {
  border-color: rgb(167 243 208 / 0.35);
}
.border-emerald-200\/40 {
  border-color: rgb(167 243 208 / 0.4);
}
.border-emerald-200\/45 {
  border-color: rgb(167 243 208 / 0.45);
}
.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\/55 {
  border-color: rgb(167 243 208 / 0.55);
}
.border-emerald-200\/60 {
  border-color: rgb(167 243 208 / 0.6);
}
.border-emerald-200\/65 {
  border-color: rgb(167 243 208 / 0.65);
}
.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\/85 {
  border-color: rgb(167 243 208 / 0.85);
}
.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\/15 {
  border-color: rgb(110 231 183 / 0.15);
}
.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\/35 {
  border-color: rgb(110 231 183 / 0.35);
}
.border-emerald-300\/40 {
  border-color: rgb(110 231 183 / 0.4);
}
.border-emerald-300\/45 {
  border-color: rgb(110 231 183 / 0.45);
}
.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\/55 {
  border-color: rgb(110 231 183 / 0.55);
}
.border-emerald-300\/60 {
  border-color: rgb(110 231 183 / 0.6);
}
.border-emerald-300\/65 {
  border-color: rgb(110 231 183 / 0.65);
}
.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\/85 {
  border-color: rgb(110 231 183 / 0.85);
}
.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\/15 {
  border-color: rgb(52 211 153 / 0.15);
}
.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\/35 {
  border-color: rgb(52 211 153 / 0.35);
}
.border-emerald-400\/40 {
  border-color: rgb(52 211 153 / 0.4);
}
.border-emerald-400\/45 {
  border-color: rgb(52 211 153 / 0.45);
}
.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\/55 {
  border-color: rgb(52 211 153 / 0.55);
}
.border-emerald-400\/60 {
  border-color: rgb(52 211 153 / 0.6);
}
.border-emerald-400\/65 {
  border-color: rgb(52 211 153 / 0.65);
}
.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\/85 {
  border-color: rgb(52 211 153 / 0.85);
}
.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\/15 {
  border-color: rgb(236 253 245 / 0.15);
}
.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\/35 {
  border-color: rgb(236 253 245 / 0.35);
}
.border-emerald-50\/40 {
  border-color: rgb(236 253 245 / 0.4);
}
.border-emerald-50\/45 {
  border-color: rgb(236 253 245 / 0.45);
}
.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\/55 {
  border-color: rgb(236 253 245 / 0.55);
}
.border-emerald-50\/60 {
  border-color: rgb(236 253 245 / 0.6);
}
.border-emerald-50\/65 {
  border-color: rgb(236 253 245 / 0.65);
}
.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\/85 {
  border-color: rgb(236 253 245 / 0.85);
}
.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\/15 {
  border-color: rgb(16 185 129 / 0.15);
}
.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\/35 {
  border-color: rgb(16 185 129 / 0.35);
}
.border-emerald-500\/40 {
  border-color: rgb(16 185 129 / 0.4);
}
.border-emerald-500\/45 {
  border-color: rgb(16 185 129 / 0.45);
}
.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\/55 {
  border-color: rgb(16 185 129 / 0.55);
}
.border-emerald-500\/60 {
  border-color: rgb(16 185 129 / 0.6);
}
.border-emerald-500\/65 {
  border-color: rgb(16 185 129 / 0.65);
}
.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\/85 {
  border-color: rgb(16 185 129 / 0.85);
}
.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\/15 {
  border-color: rgb(5 150 105 / 0.15);
}
.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\/35 {
  border-color: rgb(5 150 105 / 0.35);
}
.border-emerald-600\/40 {
  border-color: rgb(5 150 105 / 0.4);
}
.border-emerald-600\/45 {
  border-color: rgb(5 150 105 / 0.45);
}
.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\/55 {
  border-color: rgb(5 150 105 / 0.55);
}
.border-emerald-600\/60 {
  border-color: rgb(5 150 105 / 0.6);
}
.border-emerald-600\/65 {
  border-color: rgb(5 150 105 / 0.65);
}
.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\/85 {
  border-color: rgb(5 150 105 / 0.85);
}
.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\/15 {
  border-color: rgb(4 120 87 / 0.15);
}
.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\/35 {
  border-color: rgb(4 120 87 / 0.35);
}
.border-emerald-700\/40 {
  border-color: rgb(4 120 87 / 0.4);
}
.border-emerald-700\/45 {
  border-color: rgb(4 120 87 / 0.45);
}
.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\/55 {
  border-color: rgb(4 120 87 / 0.55);
}
.border-emerald-700\/60 {
  border-color: rgb(4 120 87 / 0.6);
}
.border-emerald-700\/65 {
  border-color: rgb(4 120 87 / 0.65);
}
.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\/85 {
  border-color: rgb(4 120 87 / 0.85);
}
.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\/15 {
  border-color: rgb(6 95 70 / 0.15);
}
.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\/35 {
  border-color: rgb(6 95 70 / 0.35);
}
.border-emerald-800\/40 {
  border-color: rgb(6 95 70 / 0.4);
}
.border-emerald-800\/45 {
  border-color: rgb(6 95 70 / 0.45);
}
.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\/55 {
  border-color: rgb(6 95 70 / 0.55);
}
.border-emerald-800\/60 {
  border-color: rgb(6 95 70 / 0.6);
}
.border-emerald-800\/65 {
  border-color: rgb(6 95 70 / 0.65);
}
.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\/85 {
  border-color: rgb(6 95 70 / 0.85);
}
.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\/15 {
  border-color: rgb(6 78 59 / 0.15);
}
.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\/35 {
  border-color: rgb(6 78 59 / 0.35);
}
.border-emerald-900\/40 {
  border-color: rgb(6 78 59 / 0.4);
}
.border-emerald-900\/45 {
  border-color: rgb(6 78 59 / 0.45);
}
.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\/55 {
  border-color: rgb(6 78 59 / 0.55);
}
.border-emerald-900\/60 {
  border-color: rgb(6 78 59 / 0.6);
}
.border-emerald-900\/65 {
  border-color: rgb(6 78 59 / 0.65);
}
.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\/85 {
  border-color: rgb(6 78 59 / 0.85);
}
.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\/15 {
  border-color: rgb(2 44 34 / 0.15);
}
.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\/35 {
  border-color: rgb(2 44 34 / 0.35);
}
.border-emerald-950\/40 {
  border-color: rgb(2 44 34 / 0.4);
}
.border-emerald-950\/45 {
  border-color: rgb(2 44 34 / 0.45);
}
.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\/55 {
  border-color: rgb(2 44 34 / 0.55);
}
.border-emerald-950\/60 {
  border-color: rgb(2 44 34 / 0.6);
}
.border-emerald-950\/65 {
  border-color: rgb(2 44 34 / 0.65);
}
.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\/85 {
  border-color: rgb(2 44 34 / 0.85);
}
.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-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\/15 {
  border-color: rgb(250 232 255 / 0.15);
}
.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\/35 {
  border-color: rgb(250 232 255 / 0.35);
}
.border-fuchsia-100\/40 {
  border-color: rgb(250 232 255 / 0.4);
}
.border-fuchsia-100\/45 {
  border-color: rgb(250 232 255 / 0.45);
}
.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\/55 {
  border-color: rgb(250 232 255 / 0.55);
}
.border-fuchsia-100\/60 {
  border-color: rgb(250 232 255 / 0.6);
}
.border-fuchsia-100\/65 {
  border-color: rgb(250 232 255 / 0.65);
}
.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\/85 {
  border-color: rgb(250 232 255 / 0.85);
}
.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\/15 {
  border-color: rgb(245 208 254 / 0.15);
}
.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\/35 {
  border-color: rgb(245 208 254 / 0.35);
}
.border-fuchsia-200\/40 {
  border-color: rgb(245 208 254 / 0.4);
}
.border-fuchsia-200\/45 {
  border-color: rgb(245 208 254 / 0.45);
}
.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\/55 {
  border-color: rgb(245 208 254 / 0.55);
}
.border-fuchsia-200\/60 {
  border-color: rgb(245 208 254 / 0.6);
}
.border-fuchsia-200\/65 {
  border-color: rgb(245 208 254 / 0.65);
}
.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\/85 {
  border-color: rgb(245 208 254 / 0.85);
}
.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\/15 {
  border-color: rgb(240 171 252 / 0.15);
}
.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\/35 {
  border-color: rgb(240 171 252 / 0.35);
}
.border-fuchsia-300\/40 {
  border-color: rgb(240 171 252 / 0.4);
}
.border-fuchsia-300\/45 {
  border-color: rgb(240 171 252 / 0.45);
}
.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\/55 {
  border-color: rgb(240 171 252 / 0.55);
}
.border-fuchsia-300\/60 {
  border-color: rgb(240 171 252 / 0.6);
}
.border-fuchsia-300\/65 {
  border-color: rgb(240 171 252 / 0.65);
}
.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\/85 {
  border-color: rgb(240 171 252 / 0.85);
}
.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\/15 {
  border-color: rgb(232 121 249 / 0.15);
}
.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\/35 {
  border-color: rgb(232 121 249 / 0.35);
}
.border-fuchsia-400\/40 {
  border-color: rgb(232 121 249 / 0.4);
}
.border-fuchsia-400\/45 {
  border-color: rgb(232 121 249 / 0.45);
}
.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\/55 {
  border-color: rgb(232 121 249 / 0.55);
}
.border-fuchsia-400\/60 {
  border-color: rgb(232 121 249 / 0.6);
}
.border-fuchsia-400\/65 {
  border-color: rgb(232 121 249 / 0.65);
}
.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\/85 {
  border-color: rgb(232 121 249 / 0.85);
}
.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\/15 {
  border-color: rgb(253 244 255 / 0.15);
}
.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\/35 {
  border-color: rgb(253 244 255 / 0.35);
}
.border-fuchsia-50\/40 {
  border-color: rgb(253 244 255 / 0.4);
}
.border-fuchsia-50\/45 {
  border-color: rgb(253 244 255 / 0.45);
}
.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\/55 {
  border-color: rgb(253 244 255 / 0.55);
}
.border-fuchsia-50\/60 {
  border-color: rgb(253 244 255 / 0.6);
}
.border-fuchsia-50\/65 {
  border-color: rgb(253 244 255 / 0.65);
}
.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\/85 {
  border-color: rgb(253 244 255 / 0.85);
}
.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\/15 {
  border-color: rgb(217 70 239 / 0.15);
}
.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\/35 {
  border-color: rgb(217 70 239 / 0.35);
}
.border-fuchsia-500\/40 {
  border-color: rgb(217 70 239 / 0.4);
}
.border-fuchsia-500\/45 {
  border-color: rgb(217 70 239 / 0.45);
}
.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\/55 {
  border-color: rgb(217 70 239 / 0.55);
}
.border-fuchsia-500\/60 {
  border-color: rgb(217 70 239 / 0.6);
}
.border-fuchsia-500\/65 {
  border-color: rgb(217 70 239 / 0.65);
}
.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\/85 {
  border-color: rgb(217 70 239 / 0.85);
}
.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\/15 {
  border-color: rgb(192 38 211 / 0.15);
}
.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\/35 {
  border-color: rgb(192 38 211 / 0.35);
}
.border-fuchsia-600\/40 {
  border-color: rgb(192 38 211 / 0.4);
}
.border-fuchsia-600\/45 {
  border-color: rgb(192 38 211 / 0.45);
}
.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\/55 {
  border-color: rgb(192 38 211 / 0.55);
}
.border-fuchsia-600\/60 {
  border-color: rgb(192 38 211 / 0.6);
}
.border-fuchsia-600\/65 {
  border-color: rgb(192 38 211 / 0.65);
}
.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\/85 {
  border-color: rgb(192 38 211 / 0.85);
}
.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\/15 {
  border-color: rgb(162 28 175 / 0.15);
}
.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\/35 {
  border-color: rgb(162 28 175 / 0.35);
}
.border-fuchsia-700\/40 {
  border-color: rgb(162 28 175 / 0.4);
}
.border-fuchsia-700\/45 {
  border-color: rgb(162 28 175 / 0.45);
}
.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\/55 {
  border-color: rgb(162 28 175 / 0.55);
}
.border-fuchsia-700\/60 {
  border-color: rgb(162 28 175 / 0.6);
}
.border-fuchsia-700\/65 {
  border-color: rgb(162 28 175 / 0.65);
}
.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\/85 {
  border-color: rgb(162 28 175 / 0.85);
}
.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\/15 {
  border-color: rgb(134 25 143 / 0.15);
}
.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\/35 {
  border-color: rgb(134 25 143 / 0.35);
}
.border-fuchsia-800\/40 {
  border-color: rgb(134 25 143 / 0.4);
}
.border-fuchsia-800\/45 {
  border-color: rgb(134 25 143 / 0.45);
}
.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\/55 {
  border-color: rgb(134 25 143 / 0.55);
}
.border-fuchsia-800\/60 {
  border-color: rgb(134 25 143 / 0.6);
}
.border-fuchsia-800\/65 {
  border-color: rgb(134 25 143 / 0.65);
}
.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\/85 {
  border-color: rgb(134 25 143 / 0.85);
}
.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\/15 {
  border-color: rgb(112 26 117 / 0.15);
}
.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\/35 {
  border-color: rgb(112 26 117 / 0.35);
}
.border-fuchsia-900\/40 {
  border-color: rgb(112 26 117 / 0.4);
}
.border-fuchsia-900\/45 {
  border-color: rgb(112 26 117 / 0.45);
}
.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\/55 {
  border-color: rgb(112 26 117 / 0.55);
}
.border-fuchsia-900\/60 {
  border-color: rgb(112 26 117 / 0.6);
}
.border-fuchsia-900\/65 {
  border-color: rgb(112 26 117 / 0.65);
}
.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\/85 {
  border-color: rgb(112 26 117 / 0.85);
}
.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\/15 {
  border-color: rgb(74 4 78 / 0.15);
}
.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\/35 {
  border-color: rgb(74 4 78 / 0.35);
}
.border-fuchsia-950\/40 {
  border-color: rgb(74 4 78 / 0.4);
}
.border-fuchsia-950\/45 {
  border-color: rgb(74 4 78 / 0.45);
}
.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\/55 {
  border-color: rgb(74 4 78 / 0.55);
}
.border-fuchsia-950\/60 {
  border-color: rgb(74 4 78 / 0.6);
}
.border-fuchsia-950\/65 {
  border-color: rgb(74 4 78 / 0.65);
}
.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\/85 {
  border-color: rgb(74 4 78 / 0.85);
}
.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\/15 {
  border-color: rgb(243 244 246 / 0.15);
}
.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\/35 {
  border-color: rgb(243 244 246 / 0.35);
}
.border-gray-100\/40 {
  border-color: rgb(243 244 246 / 0.4);
}
.border-gray-100\/45 {
  border-color: rgb(243 244 246 / 0.45);
}
.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\/55 {
  border-color: rgb(243 244 246 / 0.55);
}
.border-gray-100\/60 {
  border-color: rgb(243 244 246 / 0.6);
}
.border-gray-100\/65 {
  border-color: rgb(243 244 246 / 0.65);
}
.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\/85 {
  border-color: rgb(243 244 246 / 0.85);
}
.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\/15 {
  border-color: rgb(229 231 235 / 0.15);
}
.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\/35 {
  border-color: rgb(229 231 235 / 0.35);
}
.border-gray-200\/40 {
  border-color: rgb(229 231 235 / 0.4);
}
.border-gray-200\/45 {
  border-color: rgb(229 231 235 / 0.45);
}
.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\/55 {
  border-color: rgb(229 231 235 / 0.55);
}
.border-gray-200\/60 {
  border-color: rgb(229 231 235 / 0.6);
}
.border-gray-200\/65 {
  border-color: rgb(229 231 235 / 0.65);
}
.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\/85 {
  border-color: rgb(229 231 235 / 0.85);
}
.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\/15 {
  border-color: rgb(209 213 219 / 0.15);
}
.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\/35 {
  border-color: rgb(209 213 219 / 0.35);
}
.border-gray-300\/40 {
  border-color: rgb(209 213 219 / 0.4);
}
.border-gray-300\/45 {
  border-color: rgb(209 213 219 / 0.45);
}
.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\/55 {
  border-color: rgb(209 213 219 / 0.55);
}
.border-gray-300\/60 {
  border-color: rgb(209 213 219 / 0.6);
}
.border-gray-300\/65 {
  border-color: rgb(209 213 219 / 0.65);
}
.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\/85 {
  border-color: rgb(209 213 219 / 0.85);
}
.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\/15 {
  border-color: rgb(156 163 175 / 0.15);
}
.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\/35 {
  border-color: rgb(156 163 175 / 0.35);
}
.border-gray-400\/40 {
  border-color: rgb(156 163 175 / 0.4);
}
.border-gray-400\/45 {
  border-color: rgb(156 163 175 / 0.45);
}
.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\/55 {
  border-color: rgb(156 163 175 / 0.55);
}
.border-gray-400\/60 {
  border-color: rgb(156 163 175 / 0.6);
}
.border-gray-400\/65 {
  border-color: rgb(156 163 175 / 0.65);
}
.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\/85 {
  border-color: rgb(156 163 175 / 0.85);
}
.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\/15 {
  border-color: rgb(249 250 251 / 0.15);
}
.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\/35 {
  border-color: rgb(249 250 251 / 0.35);
}
.border-gray-50\/40 {
  border-color: rgb(249 250 251 / 0.4);
}
.border-gray-50\/45 {
  border-color: rgb(249 250 251 / 0.45);
}
.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\/55 {
  border-color: rgb(249 250 251 / 0.55);
}
.border-gray-50\/60 {
  border-color: rgb(249 250 251 / 0.6);
}
.border-gray-50\/65 {
  border-color: rgb(249 250 251 / 0.65);
}
.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\/85 {
  border-color: rgb(249 250 251 / 0.85);
}
.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\/15 {
  border-color: rgb(107 114 128 / 0.15);
}
.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\/35 {
  border-color: rgb(107 114 128 / 0.35);
}
.border-gray-500\/40 {
  border-color: rgb(107 114 128 / 0.4);
}
.border-gray-500\/45 {
  border-color: rgb(107 114 128 / 0.45);
}
.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\/55 {
  border-color: rgb(107 114 128 / 0.55);
}
.border-gray-500\/60 {
  border-color: rgb(107 114 128 / 0.6);
}
.border-gray-500\/65 {
  border-color: rgb(107 114 128 / 0.65);
}
.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\/85 {
  border-color: rgb(107 114 128 / 0.85);
}
.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\/15 {
  border-color: rgb(75 85 99 / 0.15);
}
.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\/35 {
  border-color: rgb(75 85 99 / 0.35);
}
.border-gray-600\/40 {
  border-color: rgb(75 85 99 / 0.4);
}
.border-gray-600\/45 {
  border-color: rgb(75 85 99 / 0.45);
}
.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\/55 {
  border-color: rgb(75 85 99 / 0.55);
}
.border-gray-600\/60 {
  border-color: rgb(75 85 99 / 0.6);
}
.border-gray-600\/65 {
  border-color: rgb(75 85 99 / 0.65);
}
.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\/85 {
  border-color: rgb(75 85 99 / 0.85);
}
.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\/15 {
  border-color: rgb(55 65 81 / 0.15);
}
.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\/35 {
  border-color: rgb(55 65 81 / 0.35);
}
.border-gray-700\/40 {
  border-color: rgb(55 65 81 / 0.4);
}
.border-gray-700\/45 {
  border-color: rgb(55 65 81 / 0.45);
}
.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\/55 {
  border-color: rgb(55 65 81 / 0.55);
}
.border-gray-700\/60 {
  border-color: rgb(55 65 81 / 0.6);
}
.border-gray-700\/65 {
  border-color: rgb(55 65 81 / 0.65);
}
.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\/85 {
  border-color: rgb(55 65 81 / 0.85);
}
.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\/15 {
  border-color: rgb(31 41 55 / 0.15);
}
.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\/35 {
  border-color: rgb(31 41 55 / 0.35);
}
.border-gray-800\/40 {
  border-color: rgb(31 41 55 / 0.4);
}
.border-gray-800\/45 {
  border-color: rgb(31 41 55 / 0.45);
}
.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\/55 {
  border-color: rgb(31 41 55 / 0.55);
}
.border-gray-800\/60 {
  border-color: rgb(31 41 55 / 0.6);
}
.border-gray-800\/65 {
  border-color: rgb(31 41 55 / 0.65);
}
.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\/85 {
  border-color: rgb(31 41 55 / 0.85);
}
.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\/15 {
  border-color: rgb(17 24 39 / 0.15);
}
.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\/35 {
  border-color: rgb(17 24 39 / 0.35);
}
.border-gray-900\/40 {
  border-color: rgb(17 24 39 / 0.4);
}
.border-gray-900\/45 {
  border-color: rgb(17 24 39 / 0.45);
}
.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\/55 {
  border-color: rgb(17 24 39 / 0.55);
}
.border-gray-900\/60 {
  border-color: rgb(17 24 39 / 0.6);
}
.border-gray-900\/65 {
  border-color: rgb(17 24 39 / 0.65);
}
.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\/85 {
  border-color: rgb(17 24 39 / 0.85);
}
.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\/15 {
  border-color: rgb(3 7 18 / 0.15);
}
.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\/35 {
  border-color: rgb(3 7 18 / 0.35);
}
.border-gray-950\/40 {
  border-color: rgb(3 7 18 / 0.4);
}
.border-gray-950\/45 {
  border-color: rgb(3 7 18 / 0.45);
}
.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\/55 {
  border-color: rgb(3 7 18 / 0.55);
}
.border-gray-950\/60 {
  border-color: rgb(3 7 18 / 0.6);
}
.border-gray-950\/65 {
  border-color: rgb(3 7 18 / 0.65);
}
.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\/85 {
  border-color: rgb(3 7 18 / 0.85);
}
.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\/15 {
  border-color: rgb(220 252 231 / 0.15);
}
.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\/35 {
  border-color: rgb(220 252 231 / 0.35);
}
.border-green-100\/40 {
  border-color: rgb(220 252 231 / 0.4);
}
.border-green-100\/45 {
  border-color: rgb(220 252 231 / 0.45);
}
.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\/55 {
  border-color: rgb(220 252 231 / 0.55);
}
.border-green-100\/60 {
  border-color: rgb(220 252 231 / 0.6);
}
.border-green-100\/65 {
  border-color: rgb(220 252 231 / 0.65);
}
.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\/85 {
  border-color: rgb(220 252 231 / 0.85);
}
.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\/15 {
  border-color: rgb(187 247 208 / 0.15);
}
.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\/35 {
  border-color: rgb(187 247 208 / 0.35);
}
.border-green-200\/40 {
  border-color: rgb(187 247 208 / 0.4);
}
.border-green-200\/45 {
  border-color: rgb(187 247 208 / 0.45);
}
.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\/55 {
  border-color: rgb(187 247 208 / 0.55);
}
.border-green-200\/60 {
  border-color: rgb(187 247 208 / 0.6);
}
.border-green-200\/65 {
  border-color: rgb(187 247 208 / 0.65);
}
.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\/85 {
  border-color: rgb(187 247 208 / 0.85);
}
.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\/15 {
  border-color: rgb(134 239 172 / 0.15);
}
.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\/35 {
  border-color: rgb(134 239 172 / 0.35);
}
.border-green-300\/40 {
  border-color: rgb(134 239 172 / 0.4);
}
.border-green-300\/45 {
  border-color: rgb(134 239 172 / 0.45);
}
.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\/55 {
  border-color: rgb(134 239 172 / 0.55);
}
.border-green-300\/60 {
  border-color: rgb(134 239 172 / 0.6);
}
.border-green-300\/65 {
  border-color: rgb(134 239 172 / 0.65);
}
.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\/85 {
  border-color: rgb(134 239 172 / 0.85);
}
.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\/15 {
  border-color: rgb(74 222 128 / 0.15);
}
.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\/35 {
  border-color: rgb(74 222 128 / 0.35);
}
.border-green-400\/40 {
  border-color: rgb(74 222 128 / 0.4);
}
.border-green-400\/45 {
  border-color: rgb(74 222 128 / 0.45);
}
.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\/55 {
  border-color: rgb(74 222 128 / 0.55);
}
.border-green-400\/60 {
  border-color: rgb(74 222 128 / 0.6);
}
.border-green-400\/65 {
  border-color: rgb(74 222 128 / 0.65);
}
.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\/85 {
  border-color: rgb(74 222 128 / 0.85);
}
.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\/15 {
  border-color: rgb(240 253 244 / 0.15);
}
.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\/35 {
  border-color: rgb(240 253 244 / 0.35);
}
.border-green-50\/40 {
  border-color: rgb(240 253 244 / 0.4);
}
.border-green-50\/45 {
  border-color: rgb(240 253 244 / 0.45);
}
.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\/55 {
  border-color: rgb(240 253 244 / 0.55);
}
.border-green-50\/60 {
  border-color: rgb(240 253 244 / 0.6);
}
.border-green-50\/65 {
  border-color: rgb(240 253 244 / 0.65);
}
.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\/85 {
  border-color: rgb(240 253 244 / 0.85);
}
.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\/15 {
  border-color: rgb(34 197 94 / 0.15);
}
.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\/35 {
  border-color: rgb(34 197 94 / 0.35);
}
.border-green-500\/40 {
  border-color: rgb(34 197 94 / 0.4);
}
.border-green-500\/45 {
  border-color: rgb(34 197 94 / 0.45);
}
.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\/55 {
  border-color: rgb(34 197 94 / 0.55);
}
.border-green-500\/60 {
  border-color: rgb(34 197 94 / 0.6);
}
.border-green-500\/65 {
  border-color: rgb(34 197 94 / 0.65);
}
.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\/85 {
  border-color: rgb(34 197 94 / 0.85);
}
.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\/15 {
  border-color: rgb(22 163 74 / 0.15);
}
.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\/35 {
  border-color: rgb(22 163 74 / 0.35);
}
.border-green-600\/40 {
  border-color: rgb(22 163 74 / 0.4);
}
.border-green-600\/45 {
  border-color: rgb(22 163 74 / 0.45);
}
.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\/55 {
  border-color: rgb(22 163 74 / 0.55);
}
.border-green-600\/60 {
  border-color: rgb(22 163 74 / 0.6);
}
.border-green-600\/65 {
  border-color: rgb(22 163 74 / 0.65);
}
.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\/85 {
  border-color: rgb(22 163 74 / 0.85);
}
.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\/15 {
  border-color: rgb(21 128 61 / 0.15);
}
.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\/35 {
  border-color: rgb(21 128 61 / 0.35);
}
.border-green-700\/40 {
  border-color: rgb(21 128 61 / 0.4);
}
.border-green-700\/45 {
  border-color: rgb(21 128 61 / 0.45);
}
.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\/55 {
  border-color: rgb(21 128 61 / 0.55);
}
.border-green-700\/60 {
  border-color: rgb(21 128 61 / 0.6);
}
.border-green-700\/65 {
  border-color: rgb(21 128 61 / 0.65);
}
.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\/85 {
  border-color: rgb(21 128 61 / 0.85);
}
.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\/15 {
  border-color: rgb(22 101 52 / 0.15);
}
.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\/35 {
  border-color: rgb(22 101 52 / 0.35);
}
.border-green-800\/40 {
  border-color: rgb(22 101 52 / 0.4);
}
.border-green-800\/45 {
  border-color: rgb(22 101 52 / 0.45);
}
.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\/55 {
  border-color: rgb(22 101 52 / 0.55);
}
.border-green-800\/60 {
  border-color: rgb(22 101 52 / 0.6);
}
.border-green-800\/65 {
  border-color: rgb(22 101 52 / 0.65);
}
.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\/85 {
  border-color: rgb(22 101 52 / 0.85);
}
.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\/15 {
  border-color: rgb(20 83 45 / 0.15);
}
.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\/35 {
  border-color: rgb(20 83 45 / 0.35);
}
.border-green-900\/40 {
  border-color: rgb(20 83 45 / 0.4);
}
.border-green-900\/45 {
  border-color: rgb(20 83 45 / 0.45);
}
.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\/55 {
  border-color: rgb(20 83 45 / 0.55);
}
.border-green-900\/60 {
  border-color: rgb(20 83 45 / 0.6);
}
.border-green-900\/65 {
  border-color: rgb(20 83 45 / 0.65);
}
.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\/85 {
  border-color: rgb(20 83 45 / 0.85);
}
.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\/15 {
  border-color: rgb(5 46 22 / 0.15);
}
.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\/35 {
  border-color: rgb(5 46 22 / 0.35);
}
.border-green-950\/40 {
  border-color: rgb(5 46 22 / 0.4);
}
.border-green-950\/45 {
  border-color: rgb(5 46 22 / 0.45);
}
.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\/55 {
  border-color: rgb(5 46 22 / 0.55);
}
.border-green-950\/60 {
  border-color: rgb(5 46 22 / 0.6);
}
.border-green-950\/65 {
  border-color: rgb(5 46 22 / 0.65);
}
.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\/85 {
  border-color: rgb(5 46 22 / 0.85);
}
.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\/15 {
  border-color: rgb(224 231 255 / 0.15);
}
.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\/35 {
  border-color: rgb(224 231 255 / 0.35);
}
.border-indigo-100\/40 {
  border-color: rgb(224 231 255 / 0.4);
}
.border-indigo-100\/45 {
  border-color: rgb(224 231 255 / 0.45);
}
.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\/55 {
  border-color: rgb(224 231 255 / 0.55);
}
.border-indigo-100\/60 {
  border-color: rgb(224 231 255 / 0.6);
}
.border-indigo-100\/65 {
  border-color: rgb(224 231 255 / 0.65);
}
.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\/85 {
  border-color: rgb(224 231 255 / 0.85);
}
.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\/15 {
  border-color: rgb(199 210 254 / 0.15);
}
.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\/35 {
  border-color: rgb(199 210 254 / 0.35);
}
.border-indigo-200\/40 {
  border-color: rgb(199 210 254 / 0.4);
}
.border-indigo-200\/45 {
  border-color: rgb(199 210 254 / 0.45);
}
.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\/55 {
  border-color: rgb(199 210 254 / 0.55);
}
.border-indigo-200\/60 {
  border-color: rgb(199 210 254 / 0.6);
}
.border-indigo-200\/65 {
  border-color: rgb(199 210 254 / 0.65);
}
.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\/85 {
  border-color: rgb(199 210 254 / 0.85);
}
.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\/15 {
  border-color: rgb(165 180 252 / 0.15);
}
.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\/35 {
  border-color: rgb(165 180 252 / 0.35);
}
.border-indigo-300\/40 {
  border-color: rgb(165 180 252 / 0.4);
}
.border-indigo-300\/45 {
  border-color: rgb(165 180 252 / 0.45);
}
.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\/55 {
  border-color: rgb(165 180 252 / 0.55);
}
.border-indigo-300\/60 {
  border-color: rgb(165 180 252 / 0.6);
}
.border-indigo-300\/65 {
  border-color: rgb(165 180 252 / 0.65);
}
.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\/85 {
  border-color: rgb(165 180 252 / 0.85);
}
.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\/15 {
  border-color: rgb(129 140 248 / 0.15);
}
.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\/35 {
  border-color: rgb(129 140 248 / 0.35);
}
.border-indigo-400\/40 {
  border-color: rgb(129 140 248 / 0.4);
}
.border-indigo-400\/45 {
  border-color: rgb(129 140 248 / 0.45);
}
.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\/55 {
  border-color: rgb(129 140 248 / 0.55);
}
.border-indigo-400\/60 {
  border-color: rgb(129 140 248 / 0.6);
}
.border-indigo-400\/65 {
  border-color: rgb(129 140 248 / 0.65);
}
.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\/85 {
  border-color: rgb(129 140 248 / 0.85);
}
.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\/15 {
  border-color: rgb(238 242 255 / 0.15);
}
.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\/35 {
  border-color: rgb(238 242 255 / 0.35);
}
.border-indigo-50\/40 {
  border-color: rgb(238 242 255 / 0.4);
}
.border-indigo-50\/45 {
  border-color: rgb(238 242 255 / 0.45);
}
.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\/55 {
  border-color: rgb(238 242 255 / 0.55);
}
.border-indigo-50\/60 {
  border-color: rgb(238 242 255 / 0.6);
}
.border-indigo-50\/65 {
  border-color: rgb(238 242 255 / 0.65);
}
.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\/85 {
  border-color: rgb(238 242 255 / 0.85);
}
.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\/15 {
  border-color: rgb(99 102 241 / 0.15);
}
.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\/35 {
  border-color: rgb(99 102 241 / 0.35);
}
.border-indigo-500\/40 {
  border-color: rgb(99 102 241 / 0.4);
}
.border-indigo-500\/45 {
  border-color: rgb(99 102 241 / 0.45);
}
.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\/55 {
  border-color: rgb(99 102 241 / 0.55);
}
.border-indigo-500\/60 {
  border-color: rgb(99 102 241 / 0.6);
}
.border-indigo-500\/65 {
  border-color: rgb(99 102 241 / 0.65);
}
.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\/85 {
  border-color: rgb(99 102 241 / 0.85);
}
.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\/15 {
  border-color: rgb(79 70 229 / 0.15);
}
.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\/35 {
  border-color: rgb(79 70 229 / 0.35);
}
.border-indigo-600\/40 {
  border-color: rgb(79 70 229 / 0.4);
}
.border-indigo-600\/45 {
  border-color: rgb(79 70 229 / 0.45);
}
.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\/55 {
  border-color: rgb(79 70 229 / 0.55);
}
.border-indigo-600\/60 {
  border-color: rgb(79 70 229 / 0.6);
}
.border-indigo-600\/65 {
  border-color: rgb(79 70 229 / 0.65);
}
.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\/85 {
  border-color: rgb(79 70 229 / 0.85);
}
.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\/15 {
  border-color: rgb(67 56 202 / 0.15);
}
.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\/35 {
  border-color: rgb(67 56 202 / 0.35);
}
.border-indigo-700\/40 {
  border-color: rgb(67 56 202 / 0.4);
}
.border-indigo-700\/45 {
  border-color: rgb(67 56 202 / 0.45);
}
.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\/55 {
  border-color: rgb(67 56 202 / 0.55);
}
.border-indigo-700\/60 {
  border-color: rgb(67 56 202 / 0.6);
}
.border-indigo-700\/65 {
  border-color: rgb(67 56 202 / 0.65);
}
.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\/85 {
  border-color: rgb(67 56 202 / 0.85);
}
.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\/15 {
  border-color: rgb(55 48 163 / 0.15);
}
.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\/35 {
  border-color: rgb(55 48 163 / 0.35);
}
.border-indigo-800\/40 {
  border-color: rgb(55 48 163 / 0.4);
}
.border-indigo-800\/45 {
  border-color: rgb(55 48 163 / 0.45);
}
.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\/55 {
  border-color: rgb(55 48 163 / 0.55);
}
.border-indigo-800\/60 {
  border-color: rgb(55 48 163 / 0.6);
}
.border-indigo-800\/65 {
  border-color: rgb(55 48 163 / 0.65);
}
.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\/85 {
  border-color: rgb(55 48 163 / 0.85);
}
.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\/15 {
  border-color: rgb(49 46 129 / 0.15);
}
.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\/35 {
  border-color: rgb(49 46 129 / 0.35);
}
.border-indigo-900\/40 {
  border-color: rgb(49 46 129 / 0.4);
}
.border-indigo-900\/45 {
  border-color: rgb(49 46 129 / 0.45);
}
.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\/55 {
  border-color: rgb(49 46 129 / 0.55);
}
.border-indigo-900\/60 {
  border-color: rgb(49 46 129 / 0.6);
}
.border-indigo-900\/65 {
  border-color: rgb(49 46 129 / 0.65);
}
.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\/85 {
  border-color: rgb(49 46 129 / 0.85);
}
.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\/15 {
  border-color: rgb(30 27 75 / 0.15);
}
.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\/35 {
  border-color: rgb(30 27 75 / 0.35);
}
.border-indigo-950\/40 {
  border-color: rgb(30 27 75 / 0.4);
}
.border-indigo-950\/45 {
  border-color: rgb(30 27 75 / 0.45);
}
.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\/55 {
  border-color: rgb(30 27 75 / 0.55);
}
.border-indigo-950\/60 {
  border-color: rgb(30 27 75 / 0.6);
}
.border-indigo-950\/65 {
  border-color: rgb(30 27 75 / 0.65);
}
.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\/85 {
  border-color: rgb(30 27 75 / 0.85);
}
.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\/15 {
  border-color: rgb(236 252 203 / 0.15);
}
.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\/35 {
  border-color: rgb(236 252 203 / 0.35);
}
.border-lime-100\/40 {
  border-color: rgb(236 252 203 / 0.4);
}
.border-lime-100\/45 {
  border-color: rgb(236 252 203 / 0.45);
}
.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\/55 {
  border-color: rgb(236 252 203 / 0.55);
}
.border-lime-100\/60 {
  border-color: rgb(236 252 203 / 0.6);
}
.border-lime-100\/65 {
  border-color: rgb(236 252 203 / 0.65);
}
.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\/85 {
  border-color: rgb(236 252 203 / 0.85);
}
.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\/15 {
  border-color: rgb(217 249 157 / 0.15);
}
.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\/35 {
  border-color: rgb(217 249 157 / 0.35);
}
.border-lime-200\/40 {
  border-color: rgb(217 249 157 / 0.4);
}
.border-lime-200\/45 {
  border-color: rgb(217 249 157 / 0.45);
}
.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\/55 {
  border-color: rgb(217 249 157 / 0.55);
}
.border-lime-200\/60 {
  border-color: rgb(217 249 157 / 0.6);
}
.border-lime-200\/65 {
  border-color: rgb(217 249 157 / 0.65);
}
.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\/85 {
  border-color: rgb(217 249 157 / 0.85);
}
.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\/15 {
  border-color: rgb(190 242 100 / 0.15);
}
.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\/35 {
  border-color: rgb(190 242 100 / 0.35);
}
.border-lime-300\/40 {
  border-color: rgb(190 242 100 / 0.4);
}
.border-lime-300\/45 {
  border-color: rgb(190 242 100 / 0.45);
}
.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\/55 {
  border-color: rgb(190 242 100 / 0.55);
}
.border-lime-300\/60 {
  border-color: rgb(190 242 100 / 0.6);
}
.border-lime-300\/65 {
  border-color: rgb(190 242 100 / 0.65);
}
.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\/85 {
  border-color: rgb(190 242 100 / 0.85);
}
.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\/15 {
  border-color: rgb(163 230 53 / 0.15);
}
.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\/35 {
  border-color: rgb(163 230 53 / 0.35);
}
.border-lime-400\/40 {
  border-color: rgb(163 230 53 / 0.4);
}
.border-lime-400\/45 {
  border-color: rgb(163 230 53 / 0.45);
}
.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\/55 {
  border-color: rgb(163 230 53 / 0.55);
}
.border-lime-400\/60 {
  border-color: rgb(163 230 53 / 0.6);
}
.border-lime-400\/65 {
  border-color: rgb(163 230 53 / 0.65);
}
.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\/85 {
  border-color: rgb(163 230 53 / 0.85);
}
.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\/15 {
  border-color: rgb(247 254 231 / 0.15);
}
.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\/35 {
  border-color: rgb(247 254 231 / 0.35);
}
.border-lime-50\/40 {
  border-color: rgb(247 254 231 / 0.4);
}
.border-lime-50\/45 {
  border-color: rgb(247 254 231 / 0.45);
}
.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\/55 {
  border-color: rgb(247 254 231 / 0.55);
}
.border-lime-50\/60 {
  border-color: rgb(247 254 231 / 0.6);
}
.border-lime-50\/65 {
  border-color: rgb(247 254 231 / 0.65);
}
.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\/85 {
  border-color: rgb(247 254 231 / 0.85);
}
.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\/15 {
  border-color: rgb(132 204 22 / 0.15);
}
.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\/35 {
  border-color: rgb(132 204 22 / 0.35);
}
.border-lime-500\/40 {
  border-color: rgb(132 204 22 / 0.4);
}
.border-lime-500\/45 {
  border-color: rgb(132 204 22 / 0.45);
}
.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\/55 {
  border-color: rgb(132 204 22 / 0.55);
}
.border-lime-500\/60 {
  border-color: rgb(132 204 22 / 0.6);
}
.border-lime-500\/65 {
  border-color: rgb(132 204 22 / 0.65);
}
.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\/85 {
  border-color: rgb(132 204 22 / 0.85);
}
.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\/15 {
  border-color: rgb(101 163 13 / 0.15);
}
.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\/35 {
  border-color: rgb(101 163 13 / 0.35);
}
.border-lime-600\/40 {
  border-color: rgb(101 163 13 / 0.4);
}
.border-lime-600\/45 {
  border-color: rgb(101 163 13 / 0.45);
}
.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\/55 {
  border-color: rgb(101 163 13 / 0.55);
}
.border-lime-600\/60 {
  border-color: rgb(101 163 13 / 0.6);
}
.border-lime-600\/65 {
  border-color: rgb(101 163 13 / 0.65);
}
.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\/85 {
  border-color: rgb(101 163 13 / 0.85);
}
.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\/15 {
  border-color: rgb(77 124 15 / 0.15);
}
.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\/35 {
  border-color: rgb(77 124 15 / 0.35);
}
.border-lime-700\/40 {
  border-color: rgb(77 124 15 / 0.4);
}
.border-lime-700\/45 {
  border-color: rgb(77 124 15 / 0.45);
}
.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\/55 {
  border-color: rgb(77 124 15 / 0.55);
}
.border-lime-700\/60 {
  border-color: rgb(77 124 15 / 0.6);
}
.border-lime-700\/65 {
  border-color: rgb(77 124 15 / 0.65);
}
.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\/85 {
  border-color: rgb(77 124 15 / 0.85);
}
.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\/15 {
  border-color: rgb(63 98 18 / 0.15);
}
.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\/35 {
  border-color: rgb(63 98 18 / 0.35);
}
.border-lime-800\/40 {
  border-color: rgb(63 98 18 / 0.4);
}
.border-lime-800\/45 {
  border-color: rgb(63 98 18 / 0.45);
}
.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\/55 {
  border-color: rgb(63 98 18 / 0.55);
}
.border-lime-800\/60 {
  border-color: rgb(63 98 18 / 0.6);
}
.border-lime-800\/65 {
  border-color: rgb(63 98 18 / 0.65);
}
.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\/85 {
  border-color: rgb(63 98 18 / 0.85);
}
.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\/15 {
  border-color: rgb(54 83 20 / 0.15);
}
.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\/35 {
  border-color: rgb(54 83 20 / 0.35);
}
.border-lime-900\/40 {
  border-color: rgb(54 83 20 / 0.4);
}
.border-lime-900\/45 {
  border-color: rgb(54 83 20 / 0.45);
}
.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\/55 {
  border-color: rgb(54 83 20 / 0.55);
}
.border-lime-900\/60 {
  border-color: rgb(54 83 20 / 0.6);
}
.border-lime-900\/65 {
  border-color: rgb(54 83 20 / 0.65);
}
.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\/85 {
  border-color: rgb(54 83 20 / 0.85);
}
.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\/15 {
  border-color: rgb(26 46 5 / 0.15);
}
.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\/35 {
  border-color: rgb(26 46 5 / 0.35);
}
.border-lime-950\/40 {
  border-color: rgb(26 46 5 / 0.4);
}
.border-lime-950\/45 {
  border-color: rgb(26 46 5 / 0.45);
}
.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\/55 {
  border-color: rgb(26 46 5 / 0.55);
}
.border-lime-950\/60 {
  border-color: rgb(26 46 5 / 0.6);
}
.border-lime-950\/65 {
  border-color: rgb(26 46 5 / 0.65);
}
.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\/85 {
  border-color: rgb(26 46 5 / 0.85);
}
.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\/15 {
  border-color: rgb(245 245 245 / 0.15);
}
.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\/35 {
  border-color: rgb(245 245 245 / 0.35);
}
.border-neutral-100\/40 {
  border-color: rgb(245 245 245 / 0.4);
}
.border-neutral-100\/45 {
  border-color: rgb(245 245 245 / 0.45);
}
.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\/55 {
  border-color: rgb(245 245 245 / 0.55);
}
.border-neutral-100\/60 {
  border-color: rgb(245 245 245 / 0.6);
}
.border-neutral-100\/65 {
  border-color: rgb(245 245 245 / 0.65);
}
.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\/85 {
  border-color: rgb(245 245 245 / 0.85);
}
.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\/15 {
  border-color: rgb(229 229 229 / 0.15);
}
.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\/35 {
  border-color: rgb(229 229 229 / 0.35);
}
.border-neutral-200\/40 {
  border-color: rgb(229 229 229 / 0.4);
}
.border-neutral-200\/45 {
  border-color: rgb(229 229 229 / 0.45);
}
.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\/55 {
  border-color: rgb(229 229 229 / 0.55);
}
.border-neutral-200\/60 {
  border-color: rgb(229 229 229 / 0.6);
}
.border-neutral-200\/65 {
  border-color: rgb(229 229 229 / 0.65);
}
.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\/85 {
  border-color: rgb(229 229 229 / 0.85);
}
.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\/15 {
  border-color: rgb(212 212 212 / 0.15);
}
.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\/35 {
  border-color: rgb(212 212 212 / 0.35);
}
.border-neutral-300\/40 {
  border-color: rgb(212 212 212 / 0.4);
}
.border-neutral-300\/45 {
  border-color: rgb(212 212 212 / 0.45);
}
.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\/55 {
  border-color: rgb(212 212 212 / 0.55);
}
.border-neutral-300\/60 {
  border-color: rgb(212 212 212 / 0.6);
}
.border-neutral-300\/65 {
  border-color: rgb(212 212 212 / 0.65);
}
.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\/85 {
  border-color: rgb(212 212 212 / 0.85);
}
.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\/15 {
  border-color: rgb(163 163 163 / 0.15);
}
.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\/35 {
  border-color: rgb(163 163 163 / 0.35);
}
.border-neutral-400\/40 {
  border-color: rgb(163 163 163 / 0.4);
}
.border-neutral-400\/45 {
  border-color: rgb(163 163 163 / 0.45);
}
.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\/55 {
  border-color: rgb(163 163 163 / 0.55);
}
.border-neutral-400\/60 {
  border-color: rgb(163 163 163 / 0.6);
}
.border-neutral-400\/65 {
  border-color: rgb(163 163 163 / 0.65);
}
.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\/85 {
  border-color: rgb(163 163 163 / 0.85);
}
.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\/15 {
  border-color: rgb(250 250 250 / 0.15);
}
.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\/35 {
  border-color: rgb(250 250 250 / 0.35);
}
.border-neutral-50\/40 {
  border-color: rgb(250 250 250 / 0.4);
}
.border-neutral-50\/45 {
  border-color: rgb(250 250 250 / 0.45);
}
.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\/55 {
  border-color: rgb(250 250 250 / 0.55);
}
.border-neutral-50\/60 {
  border-color: rgb(250 250 250 / 0.6);
}
.border-neutral-50\/65 {
  border-color: rgb(250 250 250 / 0.65);
}
.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\/85 {
  border-color: rgb(250 250 250 / 0.85);
}
.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\/15 {
  border-color: rgb(115 115 115 / 0.15);
}
.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\/35 {
  border-color: rgb(115 115 115 / 0.35);
}
.border-neutral-500\/40 {
  border-color: rgb(115 115 115 / 0.4);
}
.border-neutral-500\/45 {
  border-color: rgb(115 115 115 / 0.45);
}
.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\/55 {
  border-color: rgb(115 115 115 / 0.55);
}
.border-neutral-500\/60 {
  border-color: rgb(115 115 115 / 0.6);
}
.border-neutral-500\/65 {
  border-color: rgb(115 115 115 / 0.65);
}
.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\/85 {
  border-color: rgb(115 115 115 / 0.85);
}
.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\/15 {
  border-color: rgb(82 82 82 / 0.15);
}
.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\/35 {
  border-color: rgb(82 82 82 / 0.35);
}
.border-neutral-600\/40 {
  border-color: rgb(82 82 82 / 0.4);
}
.border-neutral-600\/45 {
  border-color: rgb(82 82 82 / 0.45);
}
.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\/55 {
  border-color: rgb(82 82 82 / 0.55);
}
.border-neutral-600\/60 {
  border-color: rgb(82 82 82 / 0.6);
}
.border-neutral-600\/65 {
  border-color: rgb(82 82 82 / 0.65);
}
.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\/85 {
  border-color: rgb(82 82 82 / 0.85);
}
.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\/15 {
  border-color: rgb(64 64 64 / 0.15);
}
.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\/35 {
  border-color: rgb(64 64 64 / 0.35);
}
.border-neutral-700\/40 {
  border-color: rgb(64 64 64 / 0.4);
}
.border-neutral-700\/45 {
  border-color: rgb(64 64 64 / 0.45);
}
.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\/55 {
  border-color: rgb(64 64 64 / 0.55);
}
.border-neutral-700\/60 {
  border-color: rgb(64 64 64 / 0.6);
}
.border-neutral-700\/65 {
  border-color: rgb(64 64 64 / 0.65);
}
.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\/85 {
  border-color: rgb(64 64 64 / 0.85);
}
.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\/15 {
  border-color: rgb(38 38 38 / 0.15);
}
.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\/35 {
  border-color: rgb(38 38 38 / 0.35);
}
.border-neutral-800\/40 {
  border-color: rgb(38 38 38 / 0.4);
}
.border-neutral-800\/45 {
  border-color: rgb(38 38 38 / 0.45);
}
.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\/55 {
  border-color: rgb(38 38 38 / 0.55);
}
.border-neutral-800\/60 {
  border-color: rgb(38 38 38 / 0.6);
}
.border-neutral-800\/65 {
  border-color: rgb(38 38 38 / 0.65);
}
.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\/85 {
  border-color: rgb(38 38 38 / 0.85);
}
.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\/15 {
  border-color: rgb(23 23 23 / 0.15);
}
.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\/35 {
  border-color: rgb(23 23 23 / 0.35);
}
.border-neutral-900\/40 {
  border-color: rgb(23 23 23 / 0.4);
}
.border-neutral-900\/45 {
  border-color: rgb(23 23 23 / 0.45);
}
.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\/55 {
  border-color: rgb(23 23 23 / 0.55);
}
.border-neutral-900\/60 {
  border-color: rgb(23 23 23 / 0.6);
}
.border-neutral-900\/65 {
  border-color: rgb(23 23 23 / 0.65);
}
.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\/85 {
  border-color: rgb(23 23 23 / 0.85);
}
.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\/15 {
  border-color: rgb(10 10 10 / 0.15);
}
.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\/35 {
  border-color: rgb(10 10 10 / 0.35);
}
.border-neutral-950\/40 {
  border-color: rgb(10 10 10 / 0.4);
}
.border-neutral-950\/45 {
  border-color: rgb(10 10 10 / 0.45);
}
.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\/55 {
  border-color: rgb(10 10 10 / 0.55);
}
.border-neutral-950\/60 {
  border-color: rgb(10 10 10 / 0.6);
}
.border-neutral-950\/65 {
  border-color: rgb(10 10 10 / 0.65);
}
.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\/85 {
  border-color: rgb(10 10 10 / 0.85);
}
.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\/15 {
  border-color: rgb(255 237 213 / 0.15);
}
.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\/35 {
  border-color: rgb(255 237 213 / 0.35);
}
.border-orange-100\/40 {
  border-color: rgb(255 237 213 / 0.4);
}
.border-orange-100\/45 {
  border-color: rgb(255 237 213 / 0.45);
}
.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\/55 {
  border-color: rgb(255 237 213 / 0.55);
}
.border-orange-100\/60 {
  border-color: rgb(255 237 213 / 0.6);
}
.border-orange-100\/65 {
  border-color: rgb(255 237 213 / 0.65);
}
.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\/85 {
  border-color: rgb(255 237 213 / 0.85);
}
.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\/15 {
  border-color: rgb(254 215 170 / 0.15);
}
.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\/35 {
  border-color: rgb(254 215 170 / 0.35);
}
.border-orange-200\/40 {
  border-color: rgb(254 215 170 / 0.4);
}
.border-orange-200\/45 {
  border-color: rgb(254 215 170 / 0.45);
}
.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\/55 {
  border-color: rgb(254 215 170 / 0.55);
}
.border-orange-200\/60 {
  border-color: rgb(254 215 170 / 0.6);
}
.border-orange-200\/65 {
  border-color: rgb(254 215 170 / 0.65);
}
.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\/85 {
  border-color: rgb(254 215 170 / 0.85);
}
.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\/15 {
  border-color: rgb(253 186 116 / 0.15);
}
.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\/35 {
  border-color: rgb(253 186 116 / 0.35);
}
.border-orange-300\/40 {
  border-color: rgb(253 186 116 / 0.4);
}
.border-orange-300\/45 {
  border-color: rgb(253 186 116 / 0.45);
}
.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\/55 {
  border-color: rgb(253 186 116 / 0.55);
}
.border-orange-300\/60 {
  border-color: rgb(253 186 116 / 0.6);
}
.border-orange-300\/65 {
  border-color: rgb(253 186 116 / 0.65);
}
.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\/85 {
  border-color: rgb(253 186 116 / 0.85);
}
.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\/15 {
  border-color: rgb(251 146 60 / 0.15);
}
.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\/35 {
  border-color: rgb(251 146 60 / 0.35);
}
.border-orange-400\/40 {
  border-color: rgb(251 146 60 / 0.4);
}
.border-orange-400\/45 {
  border-color: rgb(251 146 60 / 0.45);
}
.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\/55 {
  border-color: rgb(251 146 60 / 0.55);
}
.border-orange-400\/60 {
  border-color: rgb(251 146 60 / 0.6);
}
.border-orange-400\/65 {
  border-color: rgb(251 146 60 / 0.65);
}
.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\/85 {
  border-color: rgb(251 146 60 / 0.85);
}
.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\/15 {
  border-color: rgb(255 247 237 / 0.15);
}
.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\/35 {
  border-color: rgb(255 247 237 / 0.35);
}
.border-orange-50\/40 {
  border-color: rgb(255 247 237 / 0.4);
}
.border-orange-50\/45 {
  border-color: rgb(255 247 237 / 0.45);
}
.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\/55 {
  border-color: rgb(255 247 237 / 0.55);
}
.border-orange-50\/60 {
  border-color: rgb(255 247 237 / 0.6);
}
.border-orange-50\/65 {
  border-color: rgb(255 247 237 / 0.65);
}
.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\/85 {
  border-color: rgb(255 247 237 / 0.85);
}
.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\/15 {
  border-color: rgb(249 115 22 / 0.15);
}
.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\/35 {
  border-color: rgb(249 115 22 / 0.35);
}
.border-orange-500\/40 {
  border-color: rgb(249 115 22 / 0.4);
}
.border-orange-500\/45 {
  border-color: rgb(249 115 22 / 0.45);
}
.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\/55 {
  border-color: rgb(249 115 22 / 0.55);
}
.border-orange-500\/60 {
  border-color: rgb(249 115 22 / 0.6);
}
.border-orange-500\/65 {
  border-color: rgb(249 115 22 / 0.65);
}
.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\/85 {
  border-color: rgb(249 115 22 / 0.85);
}
.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\/15 {
  border-color: rgb(234 88 12 / 0.15);
}
.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\/35 {
  border-color: rgb(234 88 12 / 0.35);
}
.border-orange-600\/40 {
  border-color: rgb(234 88 12 / 0.4);
}
.border-orange-600\/45 {
  border-color: rgb(234 88 12 / 0.45);
}
.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\/55 {
  border-color: rgb(234 88 12 / 0.55);
}
.border-orange-600\/60 {
  border-color: rgb(234 88 12 / 0.6);
}
.border-orange-600\/65 {
  border-color: rgb(234 88 12 / 0.65);
}
.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\/85 {
  border-color: rgb(234 88 12 / 0.85);
}
.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\/15 {
  border-color: rgb(194 65 12 / 0.15);
}
.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\/35 {
  border-color: rgb(194 65 12 / 0.35);
}
.border-orange-700\/40 {
  border-color: rgb(194 65 12 / 0.4);
}
.border-orange-700\/45 {
  border-color: rgb(194 65 12 / 0.45);
}
.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\/55 {
  border-color: rgb(194 65 12 / 0.55);
}
.border-orange-700\/60 {
  border-color: rgb(194 65 12 / 0.6);
}
.border-orange-700\/65 {
  border-color: rgb(194 65 12 / 0.65);
}
.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\/85 {
  border-color: rgb(194 65 12 / 0.85);
}
.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\/15 {
  border-color: rgb(154 52 18 / 0.15);
}
.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\/35 {
  border-color: rgb(154 52 18 / 0.35);
}
.border-orange-800\/40 {
  border-color: rgb(154 52 18 / 0.4);
}
.border-orange-800\/45 {
  border-color: rgb(154 52 18 / 0.45);
}
.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\/55 {
  border-color: rgb(154 52 18 / 0.55);
}
.border-orange-800\/60 {
  border-color: rgb(154 52 18 / 0.6);
}
.border-orange-800\/65 {
  border-color: rgb(154 52 18 / 0.65);
}
.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\/85 {
  border-color: rgb(154 52 18 / 0.85);
}
.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\/15 {
  border-color: rgb(124 45 18 / 0.15);
}
.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\/35 {
  border-color: rgb(124 45 18 / 0.35);
}
.border-orange-900\/40 {
  border-color: rgb(124 45 18 / 0.4);
}
.border-orange-900\/45 {
  border-color: rgb(124 45 18 / 0.45);
}
.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\/55 {
  border-color: rgb(124 45 18 / 0.55);
}
.border-orange-900\/60 {
  border-color: rgb(124 45 18 / 0.6);
}
.border-orange-900\/65 {
  border-color: rgb(124 45 18 / 0.65);
}
.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\/85 {
  border-color: rgb(124 45 18 / 0.85);
}
.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\/15 {
  border-color: rgb(67 20 7 / 0.15);
}
.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\/35 {
  border-color: rgb(67 20 7 / 0.35);
}
.border-orange-950\/40 {
  border-color: rgb(67 20 7 / 0.4);
}
.border-orange-950\/45 {
  border-color: rgb(67 20 7 / 0.45);
}
.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\/55 {
  border-color: rgb(67 20 7 / 0.55);
}
.border-orange-950\/60 {
  border-color: rgb(67 20 7 / 0.6);
}
.border-orange-950\/65 {
  border-color: rgb(67 20 7 / 0.65);
}
.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\/85 {
  border-color: rgb(67 20 7 / 0.85);
}
.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\/15 {
  border-color: rgb(252 231 243 / 0.15);
}
.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\/35 {
  border-color: rgb(252 231 243 / 0.35);
}
.border-pink-100\/40 {
  border-color: rgb(252 231 243 / 0.4);
}
.border-pink-100\/45 {
  border-color: rgb(252 231 243 / 0.45);
}
.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\/55 {
  border-color: rgb(252 231 243 / 0.55);
}
.border-pink-100\/60 {
  border-color: rgb(252 231 243 / 0.6);
}
.border-pink-100\/65 {
  border-color: rgb(252 231 243 / 0.65);
}
.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\/85 {
  border-color: rgb(252 231 243 / 0.85);
}
.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\/15 {
  border-color: rgb(251 207 232 / 0.15);
}
.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\/35 {
  border-color: rgb(251 207 232 / 0.35);
}
.border-pink-200\/40 {
  border-color: rgb(251 207 232 / 0.4);
}
.border-pink-200\/45 {
  border-color: rgb(251 207 232 / 0.45);
}
.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\/55 {
  border-color: rgb(251 207 232 / 0.55);
}
.border-pink-200\/60 {
  border-color: rgb(251 207 232 / 0.6);
}
.border-pink-200\/65 {
  border-color: rgb(251 207 232 / 0.65);
}
.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\/85 {
  border-color: rgb(251 207 232 / 0.85);
}
.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\/15 {
  border-color: rgb(249 168 212 / 0.15);
}
.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\/35 {
  border-color: rgb(249 168 212 / 0.35);
}
.border-pink-300\/40 {
  border-color: rgb(249 168 212 / 0.4);
}
.border-pink-300\/45 {
  border-color: rgb(249 168 212 / 0.45);
}
.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\/55 {
  border-color: rgb(249 168 212 / 0.55);
}
.border-pink-300\/60 {
  border-color: rgb(249 168 212 / 0.6);
}
.border-pink-300\/65 {
  border-color: rgb(249 168 212 / 0.65);
}
.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\/85 {
  border-color: rgb(249 168 212 / 0.85);
}
.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\/15 {
  border-color: rgb(244 114 182 / 0.15);
}
.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\/35 {
  border-color: rgb(244 114 182 / 0.35);
}
.border-pink-400\/40 {
  border-color: rgb(244 114 182 / 0.4);
}
.border-pink-400\/45 {
  border-color: rgb(244 114 182 / 0.45);
}
.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\/55 {
  border-color: rgb(244 114 182 / 0.55);
}
.border-pink-400\/60 {
  border-color: rgb(244 114 182 / 0.6);
}
.border-pink-400\/65 {
  border-color: rgb(244 114 182 / 0.65);
}
.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\/85 {
  border-color: rgb(244 114 182 / 0.85);
}
.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\/15 {
  border-color: rgb(253 242 248 / 0.15);
}
.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\/35 {
  border-color: rgb(253 242 248 / 0.35);
}
.border-pink-50\/40 {
  border-color: rgb(253 242 248 / 0.4);
}
.border-pink-50\/45 {
  border-color: rgb(253 242 248 / 0.45);
}
.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\/55 {
  border-color: rgb(253 242 248 / 0.55);
}
.border-pink-50\/60 {
  border-color: rgb(253 242 248 / 0.6);
}
.border-pink-50\/65 {
  border-color: rgb(253 242 248 / 0.65);
}
.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\/85 {
  border-color: rgb(253 242 248 / 0.85);
}
.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\/15 {
  border-color: rgb(236 72 153 / 0.15);
}
.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\/35 {
  border-color: rgb(236 72 153 / 0.35);
}
.border-pink-500\/40 {
  border-color: rgb(236 72 153 / 0.4);
}
.border-pink-500\/45 {
  border-color: rgb(236 72 153 / 0.45);
}
.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\/55 {
  border-color: rgb(236 72 153 / 0.55);
}
.border-pink-500\/60 {
  border-color: rgb(236 72 153 / 0.6);
}
.border-pink-500\/65 {
  border-color: rgb(236 72 153 / 0.65);
}
.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\/85 {
  border-color: rgb(236 72 153 / 0.85);
}
.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\/15 {
  border-color: rgb(219 39 119 / 0.15);
}
.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\/35 {
  border-color: rgb(219 39 119 / 0.35);
}
.border-pink-600\/40 {
  border-color: rgb(219 39 119 / 0.4);
}
.border-pink-600\/45 {
  border-color: rgb(219 39 119 / 0.45);
}
.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\/55 {
  border-color: rgb(219 39 119 / 0.55);
}
.border-pink-600\/60 {
  border-color: rgb(219 39 119 / 0.6);
}
.border-pink-600\/65 {
  border-color: rgb(219 39 119 / 0.65);
}
.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\/85 {
  border-color: rgb(219 39 119 / 0.85);
}
.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\/15 {
  border-color: rgb(190 24 93 / 0.15);
}
.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\/35 {
  border-color: rgb(190 24 93 / 0.35);
}
.border-pink-700\/40 {
  border-color: rgb(190 24 93 / 0.4);
}
.border-pink-700\/45 {
  border-color: rgb(190 24 93 / 0.45);
}
.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\/55 {
  border-color: rgb(190 24 93 / 0.55);
}
.border-pink-700\/60 {
  border-color: rgb(190 24 93 / 0.6);
}
.border-pink-700\/65 {
  border-color: rgb(190 24 93 / 0.65);
}
.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\/85 {
  border-color: rgb(190 24 93 / 0.85);
}
.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\/15 {
  border-color: rgb(157 23 77 / 0.15);
}
.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\/35 {
  border-color: rgb(157 23 77 / 0.35);
}
.border-pink-800\/40 {
  border-color: rgb(157 23 77 / 0.4);
}
.border-pink-800\/45 {
  border-color: rgb(157 23 77 / 0.45);
}
.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\/55 {
  border-color: rgb(157 23 77 / 0.55);
}
.border-pink-800\/60 {
  border-color: rgb(157 23 77 / 0.6);
}
.border-pink-800\/65 {
  border-color: rgb(157 23 77 / 0.65);
}
.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\/85 {
  border-color: rgb(157 23 77 / 0.85);
}
.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\/15 {
  border-color: rgb(131 24 67 / 0.15);
}
.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\/35 {
  border-color: rgb(131 24 67 / 0.35);
}
.border-pink-900\/40 {
  border-color: rgb(131 24 67 / 0.4);
}
.border-pink-900\/45 {
  border-color: rgb(131 24 67 / 0.45);
}
.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\/55 {
  border-color: rgb(131 24 67 / 0.55);
}
.border-pink-900\/60 {
  border-color: rgb(131 24 67 / 0.6);
}
.border-pink-900\/65 {
  border-color: rgb(131 24 67 / 0.65);
}
.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\/85 {
  border-color: rgb(131 24 67 / 0.85);
}
.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\/15 {
  border-color: rgb(80 7 36 / 0.15);
}
.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\/35 {
  border-color: rgb(80 7 36 / 0.35);
}
.border-pink-950\/40 {
  border-color: rgb(80 7 36 / 0.4);
}
.border-pink-950\/45 {
  border-color: rgb(80 7 36 / 0.45);
}
.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\/55 {
  border-color: rgb(80 7 36 / 0.55);
}
.border-pink-950\/60 {
  border-color: rgb(80 7 36 / 0.6);
}
.border-pink-950\/65 {
  border-color: rgb(80 7 36 / 0.65);
}
.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\/85 {
  border-color: rgb(80 7 36 / 0.85);
}
.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-primary-100 {
  border-color: var(--color-primary-100);
}
.border-primary-200 {
  border-color: var(--color-primary-200);
}
.border-primary-300 {
  border-color: var(--color-primary-300);
}
.border-primary-400 {
  border-color: var(--color-primary-400);
}
.border-primary-50 {
  border-color: var(--color-primary-50);
}
.border-primary-500 {
  border-color: var(--color-primary-500);
}
.border-primary-600 {
  border-color: var(--color-primary-600);
}
.border-primary-700 {
  border-color: var(--color-primary-700);
}
.border-primary-800 {
  border-color: var(--color-primary-800);
}
.border-primary-900 {
  border-color: var(--color-primary-900);
}
.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\/15 {
  border-color: rgb(243 232 255 / 0.15);
}
.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\/35 {
  border-color: rgb(243 232 255 / 0.35);
}
.border-purple-100\/40 {
  border-color: rgb(243 232 255 / 0.4);
}
.border-purple-100\/45 {
  border-color: rgb(243 232 255 / 0.45);
}
.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\/55 {
  border-color: rgb(243 232 255 / 0.55);
}
.border-purple-100\/60 {
  border-color: rgb(243 232 255 / 0.6);
}
.border-purple-100\/65 {
  border-color: rgb(243 232 255 / 0.65);
}
.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\/85 {
  border-color: rgb(243 232 255 / 0.85);
}
.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\/15 {
  border-color: rgb(233 213 255 / 0.15);
}
.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\/35 {
  border-color: rgb(233 213 255 / 0.35);
}
.border-purple-200\/40 {
  border-color: rgb(233 213 255 / 0.4);
}
.border-purple-200\/45 {
  border-color: rgb(233 213 255 / 0.45);
}
.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\/55 {
  border-color: rgb(233 213 255 / 0.55);
}
.border-purple-200\/60 {
  border-color: rgb(233 213 255 / 0.6);
}
.border-purple-200\/65 {
  border-color: rgb(233 213 255 / 0.65);
}
.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\/85 {
  border-color: rgb(233 213 255 / 0.85);
}
.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\/15 {
  border-color: rgb(216 180 254 / 0.15);
}
.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\/35 {
  border-color: rgb(216 180 254 / 0.35);
}
.border-purple-300\/40 {
  border-color: rgb(216 180 254 / 0.4);
}
.border-purple-300\/45 {
  border-color: rgb(216 180 254 / 0.45);
}
.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\/55 {
  border-color: rgb(216 180 254 / 0.55);
}
.border-purple-300\/60 {
  border-color: rgb(216 180 254 / 0.6);
}
.border-purple-300\/65 {
  border-color: rgb(216 180 254 / 0.65);
}
.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\/85 {
  border-color: rgb(216 180 254 / 0.85);
}
.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\/15 {
  border-color: rgb(192 132 252 / 0.15);
}
.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\/35 {
  border-color: rgb(192 132 252 / 0.35);
}
.border-purple-400\/40 {
  border-color: rgb(192 132 252 / 0.4);
}
.border-purple-400\/45 {
  border-color: rgb(192 132 252 / 0.45);
}
.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\/55 {
  border-color: rgb(192 132 252 / 0.55);
}
.border-purple-400\/60 {
  border-color: rgb(192 132 252 / 0.6);
}
.border-purple-400\/65 {
  border-color: rgb(192 132 252 / 0.65);
}
.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\/85 {
  border-color: rgb(192 132 252 / 0.85);
}
.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\/15 {
  border-color: rgb(250 245 255 / 0.15);
}
.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\/35 {
  border-color: rgb(250 245 255 / 0.35);
}
.border-purple-50\/40 {
  border-color: rgb(250 245 255 / 0.4);
}
.border-purple-50\/45 {
  border-color: rgb(250 245 255 / 0.45);
}
.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\/55 {
  border-color: rgb(250 245 255 / 0.55);
}
.border-purple-50\/60 {
  border-color: rgb(250 245 255 / 0.6);
}
.border-purple-50\/65 {
  border-color: rgb(250 245 255 / 0.65);
}
.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\/85 {
  border-color: rgb(250 245 255 / 0.85);
}
.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\/15 {
  border-color: rgb(168 85 247 / 0.15);
}
.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\/35 {
  border-color: rgb(168 85 247 / 0.35);
}
.border-purple-500\/40 {
  border-color: rgb(168 85 247 / 0.4);
}
.border-purple-500\/45 {
  border-color: rgb(168 85 247 / 0.45);
}
.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\/55 {
  border-color: rgb(168 85 247 / 0.55);
}
.border-purple-500\/60 {
  border-color: rgb(168 85 247 / 0.6);
}
.border-purple-500\/65 {
  border-color: rgb(168 85 247 / 0.65);
}
.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\/85 {
  border-color: rgb(168 85 247 / 0.85);
}
.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\/15 {
  border-color: rgb(147 51 234 / 0.15);
}
.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\/35 {
  border-color: rgb(147 51 234 / 0.35);
}
.border-purple-600\/40 {
  border-color: rgb(147 51 234 / 0.4);
}
.border-purple-600\/45 {
  border-color: rgb(147 51 234 / 0.45);
}
.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\/55 {
  border-color: rgb(147 51 234 / 0.55);
}
.border-purple-600\/60 {
  border-color: rgb(147 51 234 / 0.6);
}
.border-purple-600\/65 {
  border-color: rgb(147 51 234 / 0.65);
}
.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\/85 {
  border-color: rgb(147 51 234 / 0.85);
}
.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\/15 {
  border-color: rgb(126 34 206 / 0.15);
}
.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\/35 {
  border-color: rgb(126 34 206 / 0.35);
}
.border-purple-700\/40 {
  border-color: rgb(126 34 206 / 0.4);
}
.border-purple-700\/45 {
  border-color: rgb(126 34 206 / 0.45);
}
.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\/55 {
  border-color: rgb(126 34 206 / 0.55);
}
.border-purple-700\/60 {
  border-color: rgb(126 34 206 / 0.6);
}
.border-purple-700\/65 {
  border-color: rgb(126 34 206 / 0.65);
}
.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\/85 {
  border-color: rgb(126 34 206 / 0.85);
}
.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\/15 {
  border-color: rgb(107 33 168 / 0.15);
}
.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\/35 {
  border-color: rgb(107 33 168 / 0.35);
}
.border-purple-800\/40 {
  border-color: rgb(107 33 168 / 0.4);
}
.border-purple-800\/45 {
  border-color: rgb(107 33 168 / 0.45);
}
.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\/55 {
  border-color: rgb(107 33 168 / 0.55);
}
.border-purple-800\/60 {
  border-color: rgb(107 33 168 / 0.6);
}
.border-purple-800\/65 {
  border-color: rgb(107 33 168 / 0.65);
}
.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\/85 {
  border-color: rgb(107 33 168 / 0.85);
}
.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\/15 {
  border-color: rgb(88 28 135 / 0.15);
}
.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\/35 {
  border-color: rgb(88 28 135 / 0.35);
}
.border-purple-900\/40 {
  border-color: rgb(88 28 135 / 0.4);
}
.border-purple-900\/45 {
  border-color: rgb(88 28 135 / 0.45);
}
.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\/55 {
  border-color: rgb(88 28 135 / 0.55);
}
.border-purple-900\/60 {
  border-color: rgb(88 28 135 / 0.6);
}
.border-purple-900\/65 {
  border-color: rgb(88 28 135 / 0.65);
}
.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\/85 {
  border-color: rgb(88 28 135 / 0.85);
}
.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\/15 {
  border-color: rgb(59 7 100 / 0.15);
}
.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\/35 {
  border-color: rgb(59 7 100 / 0.35);
}
.border-purple-950\/40 {
  border-color: rgb(59 7 100 / 0.4);
}
.border-purple-950\/45 {
  border-color: rgb(59 7 100 / 0.45);
}
.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\/55 {
  border-color: rgb(59 7 100 / 0.55);
}
.border-purple-950\/60 {
  border-color: rgb(59 7 100 / 0.6);
}
.border-purple-950\/65 {
  border-color: rgb(59 7 100 / 0.65);
}
.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\/85 {
  border-color: rgb(59 7 100 / 0.85);
}
.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\/15 {
  border-color: rgb(254 226 226 / 0.15);
}
.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\/35 {
  border-color: rgb(254 226 226 / 0.35);
}
.border-red-100\/40 {
  border-color: rgb(254 226 226 / 0.4);
}
.border-red-100\/45 {
  border-color: rgb(254 226 226 / 0.45);
}
.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\/55 {
  border-color: rgb(254 226 226 / 0.55);
}
.border-red-100\/60 {
  border-color: rgb(254 226 226 / 0.6);
}
.border-red-100\/65 {
  border-color: rgb(254 226 226 / 0.65);
}
.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\/85 {
  border-color: rgb(254 226 226 / 0.85);
}
.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\/15 {
  border-color: rgb(254 202 202 / 0.15);
}
.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\/35 {
  border-color: rgb(254 202 202 / 0.35);
}
.border-red-200\/40 {
  border-color: rgb(254 202 202 / 0.4);
}
.border-red-200\/45 {
  border-color: rgb(254 202 202 / 0.45);
}
.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\/55 {
  border-color: rgb(254 202 202 / 0.55);
}
.border-red-200\/60 {
  border-color: rgb(254 202 202 / 0.6);
}
.border-red-200\/65 {
  border-color: rgb(254 202 202 / 0.65);
}
.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\/85 {
  border-color: rgb(254 202 202 / 0.85);
}
.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\/15 {
  border-color: rgb(252 165 165 / 0.15);
}
.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\/35 {
  border-color: rgb(252 165 165 / 0.35);
}
.border-red-300\/40 {
  border-color: rgb(252 165 165 / 0.4);
}
.border-red-300\/45 {
  border-color: rgb(252 165 165 / 0.45);
}
.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\/55 {
  border-color: rgb(252 165 165 / 0.55);
}
.border-red-300\/60 {
  border-color: rgb(252 165 165 / 0.6);
}
.border-red-300\/65 {
  border-color: rgb(252 165 165 / 0.65);
}
.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\/85 {
  border-color: rgb(252 165 165 / 0.85);
}
.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\/15 {
  border-color: rgb(248 113 113 / 0.15);
}
.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\/35 {
  border-color: rgb(248 113 113 / 0.35);
}
.border-red-400\/40 {
  border-color: rgb(248 113 113 / 0.4);
}
.border-red-400\/45 {
  border-color: rgb(248 113 113 / 0.45);
}
.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\/55 {
  border-color: rgb(248 113 113 / 0.55);
}
.border-red-400\/60 {
  border-color: rgb(248 113 113 / 0.6);
}
.border-red-400\/65 {
  border-color: rgb(248 113 113 / 0.65);
}
.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\/85 {
  border-color: rgb(248 113 113 / 0.85);
}
.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\/15 {
  border-color: rgb(254 242 242 / 0.15);
}
.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\/35 {
  border-color: rgb(254 242 242 / 0.35);
}
.border-red-50\/40 {
  border-color: rgb(254 242 242 / 0.4);
}
.border-red-50\/45 {
  border-color: rgb(254 242 242 / 0.45);
}
.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\/55 {
  border-color: rgb(254 242 242 / 0.55);
}
.border-red-50\/60 {
  border-color: rgb(254 242 242 / 0.6);
}
.border-red-50\/65 {
  border-color: rgb(254 242 242 / 0.65);
}
.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\/85 {
  border-color: rgb(254 242 242 / 0.85);
}
.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\/15 {
  border-color: rgb(239 68 68 / 0.15);
}
.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\/35 {
  border-color: rgb(239 68 68 / 0.35);
}
.border-red-500\/40 {
  border-color: rgb(239 68 68 / 0.4);
}
.border-red-500\/45 {
  border-color: rgb(239 68 68 / 0.45);
}
.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\/55 {
  border-color: rgb(239 68 68 / 0.55);
}
.border-red-500\/60 {
  border-color: rgb(239 68 68 / 0.6);
}
.border-red-500\/65 {
  border-color: rgb(239 68 68 / 0.65);
}
.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\/85 {
  border-color: rgb(239 68 68 / 0.85);
}
.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\/15 {
  border-color: rgb(220 38 38 / 0.15);
}
.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\/35 {
  border-color: rgb(220 38 38 / 0.35);
}
.border-red-600\/40 {
  border-color: rgb(220 38 38 / 0.4);
}
.border-red-600\/45 {
  border-color: rgb(220 38 38 / 0.45);
}
.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\/55 {
  border-color: rgb(220 38 38 / 0.55);
}
.border-red-600\/60 {
  border-color: rgb(220 38 38 / 0.6);
}
.border-red-600\/65 {
  border-color: rgb(220 38 38 / 0.65);
}
.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\/85 {
  border-color: rgb(220 38 38 / 0.85);
}
.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\/15 {
  border-color: rgb(185 28 28 / 0.15);
}
.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\/35 {
  border-color: rgb(185 28 28 / 0.35);
}
.border-red-700\/40 {
  border-color: rgb(185 28 28 / 0.4);
}
.border-red-700\/45 {
  border-color: rgb(185 28 28 / 0.45);
}
.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\/55 {
  border-color: rgb(185 28 28 / 0.55);
}
.border-red-700\/60 {
  border-color: rgb(185 28 28 / 0.6);
}
.border-red-700\/65 {
  border-color: rgb(185 28 28 / 0.65);
}
.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\/85 {
  border-color: rgb(185 28 28 / 0.85);
}
.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\/15 {
  border-color: rgb(153 27 27 / 0.15);
}
.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\/35 {
  border-color: rgb(153 27 27 / 0.35);
}
.border-red-800\/40 {
  border-color: rgb(153 27 27 / 0.4);
}
.border-red-800\/45 {
  border-color: rgb(153 27 27 / 0.45);
}
.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\/55 {
  border-color: rgb(153 27 27 / 0.55);
}
.border-red-800\/60 {
  border-color: rgb(153 27 27 / 0.6);
}
.border-red-800\/65 {
  border-color: rgb(153 27 27 / 0.65);
}
.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\/85 {
  border-color: rgb(153 27 27 / 0.85);
}
.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\/15 {
  border-color: rgb(127 29 29 / 0.15);
}
.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\/35 {
  border-color: rgb(127 29 29 / 0.35);
}
.border-red-900\/40 {
  border-color: rgb(127 29 29 / 0.4);
}
.border-red-900\/45 {
  border-color: rgb(127 29 29 / 0.45);
}
.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\/55 {
  border-color: rgb(127 29 29 / 0.55);
}
.border-red-900\/60 {
  border-color: rgb(127 29 29 / 0.6);
}
.border-red-900\/65 {
  border-color: rgb(127 29 29 / 0.65);
}
.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\/85 {
  border-color: rgb(127 29 29 / 0.85);
}
.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\/15 {
  border-color: rgb(69 10 10 / 0.15);
}
.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\/35 {
  border-color: rgb(69 10 10 / 0.35);
}
.border-red-950\/40 {
  border-color: rgb(69 10 10 / 0.4);
}
.border-red-950\/45 {
  border-color: rgb(69 10 10 / 0.45);
}
.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\/55 {
  border-color: rgb(69 10 10 / 0.55);
}
.border-red-950\/60 {
  border-color: rgb(69 10 10 / 0.6);
}
.border-red-950\/65 {
  border-color: rgb(69 10 10 / 0.65);
}
.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\/85 {
  border-color: rgb(69 10 10 / 0.85);
}
.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\/15 {
  border-color: rgb(255 228 230 / 0.15);
}
.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\/35 {
  border-color: rgb(255 228 230 / 0.35);
}
.border-rose-100\/40 {
  border-color: rgb(255 228 230 / 0.4);
}
.border-rose-100\/45 {
  border-color: rgb(255 228 230 / 0.45);
}
.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\/55 {
  border-color: rgb(255 228 230 / 0.55);
}
.border-rose-100\/60 {
  border-color: rgb(255 228 230 / 0.6);
}
.border-rose-100\/65 {
  border-color: rgb(255 228 230 / 0.65);
}
.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\/85 {
  border-color: rgb(255 228 230 / 0.85);
}
.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\/15 {
  border-color: rgb(254 205 211 / 0.15);
}
.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\/35 {
  border-color: rgb(254 205 211 / 0.35);
}
.border-rose-200\/40 {
  border-color: rgb(254 205 211 / 0.4);
}
.border-rose-200\/45 {
  border-color: rgb(254 205 211 / 0.45);
}
.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\/55 {
  border-color: rgb(254 205 211 / 0.55);
}
.border-rose-200\/60 {
  border-color: rgb(254 205 211 / 0.6);
}
.border-rose-200\/65 {
  border-color: rgb(254 205 211 / 0.65);
}
.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\/85 {
  border-color: rgb(254 205 211 / 0.85);
}
.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\/15 {
  border-color: rgb(253 164 175 / 0.15);
}
.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\/35 {
  border-color: rgb(253 164 175 / 0.35);
}
.border-rose-300\/40 {
  border-color: rgb(253 164 175 / 0.4);
}
.border-rose-300\/45 {
  border-color: rgb(253 164 175 / 0.45);
}
.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\/55 {
  border-color: rgb(253 164 175 / 0.55);
}
.border-rose-300\/60 {
  border-color: rgb(253 164 175 / 0.6);
}
.border-rose-300\/65 {
  border-color: rgb(253 164 175 / 0.65);
}
.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\/85 {
  border-color: rgb(253 164 175 / 0.85);
}
.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\/15 {
  border-color: rgb(251 113 133 / 0.15);
}
.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\/35 {
  border-color: rgb(251 113 133 / 0.35);
}
.border-rose-400\/40 {
  border-color: rgb(251 113 133 / 0.4);
}
.border-rose-400\/45 {
  border-color: rgb(251 113 133 / 0.45);
}
.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\/55 {
  border-color: rgb(251 113 133 / 0.55);
}
.border-rose-400\/60 {
  border-color: rgb(251 113 133 / 0.6);
}
.border-rose-400\/65 {
  border-color: rgb(251 113 133 / 0.65);
}
.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\/85 {
  border-color: rgb(251 113 133 / 0.85);
}
.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\/15 {
  border-color: rgb(255 241 242 / 0.15);
}
.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\/35 {
  border-color: rgb(255 241 242 / 0.35);
}
.border-rose-50\/40 {
  border-color: rgb(255 241 242 / 0.4);
}
.border-rose-50\/45 {
  border-color: rgb(255 241 242 / 0.45);
}
.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\/55 {
  border-color: rgb(255 241 242 / 0.55);
}
.border-rose-50\/60 {
  border-color: rgb(255 241 242 / 0.6);
}
.border-rose-50\/65 {
  border-color: rgb(255 241 242 / 0.65);
}
.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\/85 {
  border-color: rgb(255 241 242 / 0.85);
}
.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\/15 {
  border-color: rgb(244 63 94 / 0.15);
}
.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\/35 {
  border-color: rgb(244 63 94 / 0.35);
}
.border-rose-500\/40 {
  border-color: rgb(244 63 94 / 0.4);
}
.border-rose-500\/45 {
  border-color: rgb(244 63 94 / 0.45);
}
.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\/55 {
  border-color: rgb(244 63 94 / 0.55);
}
.border-rose-500\/60 {
  border-color: rgb(244 63 94 / 0.6);
}
.border-rose-500\/65 {
  border-color: rgb(244 63 94 / 0.65);
}
.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\/85 {
  border-color: rgb(244 63 94 / 0.85);
}
.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\/15 {
  border-color: rgb(225 29 72 / 0.15);
}
.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\/35 {
  border-color: rgb(225 29 72 / 0.35);
}
.border-rose-600\/40 {
  border-color: rgb(225 29 72 / 0.4);
}
.border-rose-600\/45 {
  border-color: rgb(225 29 72 / 0.45);
}
.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\/55 {
  border-color: rgb(225 29 72 / 0.55);
}
.border-rose-600\/60 {
  border-color: rgb(225 29 72 / 0.6);
}
.border-rose-600\/65 {
  border-color: rgb(225 29 72 / 0.65);
}
.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\/85 {
  border-color: rgb(225 29 72 / 0.85);
}
.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\/15 {
  border-color: rgb(190 18 60 / 0.15);
}
.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\/35 {
  border-color: rgb(190 18 60 / 0.35);
}
.border-rose-700\/40 {
  border-color: rgb(190 18 60 / 0.4);
}
.border-rose-700\/45 {
  border-color: rgb(190 18 60 / 0.45);
}
.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\/55 {
  border-color: rgb(190 18 60 / 0.55);
}
.border-rose-700\/60 {
  border-color: rgb(190 18 60 / 0.6);
}
.border-rose-700\/65 {
  border-color: rgb(190 18 60 / 0.65);
}
.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\/85 {
  border-color: rgb(190 18 60 / 0.85);
}
.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\/15 {
  border-color: rgb(159 18 57 / 0.15);
}
.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\/35 {
  border-color: rgb(159 18 57 / 0.35);
}
.border-rose-800\/40 {
  border-color: rgb(159 18 57 / 0.4);
}
.border-rose-800\/45 {
  border-color: rgb(159 18 57 / 0.45);
}
.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\/55 {
  border-color: rgb(159 18 57 / 0.55);
}
.border-rose-800\/60 {
  border-color: rgb(159 18 57 / 0.6);
}
.border-rose-800\/65 {
  border-color: rgb(159 18 57 / 0.65);
}
.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\/85 {
  border-color: rgb(159 18 57 / 0.85);
}
.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\/15 {
  border-color: rgb(136 19 55 / 0.15);
}
.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\/35 {
  border-color: rgb(136 19 55 / 0.35);
}
.border-rose-900\/40 {
  border-color: rgb(136 19 55 / 0.4);
}
.border-rose-900\/45 {
  border-color: rgb(136 19 55 / 0.45);
}
.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\/55 {
  border-color: rgb(136 19 55 / 0.55);
}
.border-rose-900\/60 {
  border-color: rgb(136 19 55 / 0.6);
}
.border-rose-900\/65 {
  border-color: rgb(136 19 55 / 0.65);
}
.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\/85 {
  border-color: rgb(136 19 55 / 0.85);
}
.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\/15 {
  border-color: rgb(76 5 25 / 0.15);
}
.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\/35 {
  border-color: rgb(76 5 25 / 0.35);
}
.border-rose-950\/40 {
  border-color: rgb(76 5 25 / 0.4);
}
.border-rose-950\/45 {
  border-color: rgb(76 5 25 / 0.45);
}
.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\/55 {
  border-color: rgb(76 5 25 / 0.55);
}
.border-rose-950\/60 {
  border-color: rgb(76 5 25 / 0.6);
}
.border-rose-950\/65 {
  border-color: rgb(76 5 25 / 0.65);
}
.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\/85 {
  border-color: rgb(76 5 25 / 0.85);
}
.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\/15 {
  border-color: rgb(224 242 254 / 0.15);
}
.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\/35 {
  border-color: rgb(224 242 254 / 0.35);
}
.border-sky-100\/40 {
  border-color: rgb(224 242 254 / 0.4);
}
.border-sky-100\/45 {
  border-color: rgb(224 242 254 / 0.45);
}
.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\/55 {
  border-color: rgb(224 242 254 / 0.55);
}
.border-sky-100\/60 {
  border-color: rgb(224 242 254 / 0.6);
}
.border-sky-100\/65 {
  border-color: rgb(224 242 254 / 0.65);
}
.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\/85 {
  border-color: rgb(224 242 254 / 0.85);
}
.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\/15 {
  border-color: rgb(186 230 253 / 0.15);
}
.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\/35 {
  border-color: rgb(186 230 253 / 0.35);
}
.border-sky-200\/40 {
  border-color: rgb(186 230 253 / 0.4);
}
.border-sky-200\/45 {
  border-color: rgb(186 230 253 / 0.45);
}
.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\/55 {
  border-color: rgb(186 230 253 / 0.55);
}
.border-sky-200\/60 {
  border-color: rgb(186 230 253 / 0.6);
}
.border-sky-200\/65 {
  border-color: rgb(186 230 253 / 0.65);
}
.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\/85 {
  border-color: rgb(186 230 253 / 0.85);
}
.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\/15 {
  border-color: rgb(125 211 252 / 0.15);
}
.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\/35 {
  border-color: rgb(125 211 252 / 0.35);
}
.border-sky-300\/40 {
  border-color: rgb(125 211 252 / 0.4);
}
.border-sky-300\/45 {
  border-color: rgb(125 211 252 / 0.45);
}
.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\/55 {
  border-color: rgb(125 211 252 / 0.55);
}
.border-sky-300\/60 {
  border-color: rgb(125 211 252 / 0.6);
}
.border-sky-300\/65 {
  border-color: rgb(125 211 252 / 0.65);
}
.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\/85 {
  border-color: rgb(125 211 252 / 0.85);
}
.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\/15 {
  border-color: rgb(56 189 248 / 0.15);
}
.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\/35 {
  border-color: rgb(56 189 248 / 0.35);
}
.border-sky-400\/40 {
  border-color: rgb(56 189 248 / 0.4);
}
.border-sky-400\/45 {
  border-color: rgb(56 189 248 / 0.45);
}
.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\/55 {
  border-color: rgb(56 189 248 / 0.55);
}
.border-sky-400\/60 {
  border-color: rgb(56 189 248 / 0.6);
}
.border-sky-400\/65 {
  border-color: rgb(56 189 248 / 0.65);
}
.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\/85 {
  border-color: rgb(56 189 248 / 0.85);
}
.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\/15 {
  border-color: rgb(240 249 255 / 0.15);
}
.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\/35 {
  border-color: rgb(240 249 255 / 0.35);
}
.border-sky-50\/40 {
  border-color: rgb(240 249 255 / 0.4);
}
.border-sky-50\/45 {
  border-color: rgb(240 249 255 / 0.45);
}
.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\/55 {
  border-color: rgb(240 249 255 / 0.55);
}
.border-sky-50\/60 {
  border-color: rgb(240 249 255 / 0.6);
}
.border-sky-50\/65 {
  border-color: rgb(240 249 255 / 0.65);
}
.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\/85 {
  border-color: rgb(240 249 255 / 0.85);
}
.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\/15 {
  border-color: rgb(14 165 233 / 0.15);
}
.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\/35 {
  border-color: rgb(14 165 233 / 0.35);
}
.border-sky-500\/40 {
  border-color: rgb(14 165 233 / 0.4);
}
.border-sky-500\/45 {
  border-color: rgb(14 165 233 / 0.45);
}
.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\/55 {
  border-color: rgb(14 165 233 / 0.55);
}
.border-sky-500\/60 {
  border-color: rgb(14 165 233 / 0.6);
}
.border-sky-500\/65 {
  border-color: rgb(14 165 233 / 0.65);
}
.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\/85 {
  border-color: rgb(14 165 233 / 0.85);
}
.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\/15 {
  border-color: rgb(2 132 199 / 0.15);
}
.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\/35 {
  border-color: rgb(2 132 199 / 0.35);
}
.border-sky-600\/40 {
  border-color: rgb(2 132 199 / 0.4);
}
.border-sky-600\/45 {
  border-color: rgb(2 132 199 / 0.45);
}
.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\/55 {
  border-color: rgb(2 132 199 / 0.55);
}
.border-sky-600\/60 {
  border-color: rgb(2 132 199 / 0.6);
}
.border-sky-600\/65 {
  border-color: rgb(2 132 199 / 0.65);
}
.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\/85 {
  border-color: rgb(2 132 199 / 0.85);
}
.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\/15 {
  border-color: rgb(3 105 161 / 0.15);
}
.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\/35 {
  border-color: rgb(3 105 161 / 0.35);
}
.border-sky-700\/40 {
  border-color: rgb(3 105 161 / 0.4);
}
.border-sky-700\/45 {
  border-color: rgb(3 105 161 / 0.45);
}
.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\/55 {
  border-color: rgb(3 105 161 / 0.55);
}
.border-sky-700\/60 {
  border-color: rgb(3 105 161 / 0.6);
}
.border-sky-700\/65 {
  border-color: rgb(3 105 161 / 0.65);
}
.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\/85 {
  border-color: rgb(3 105 161 / 0.85);
}
.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\/15 {
  border-color: rgb(7 89 133 / 0.15);
}
.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\/35 {
  border-color: rgb(7 89 133 / 0.35);
}
.border-sky-800\/40 {
  border-color: rgb(7 89 133 / 0.4);
}
.border-sky-800\/45 {
  border-color: rgb(7 89 133 / 0.45);
}
.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\/55 {
  border-color: rgb(7 89 133 / 0.55);
}
.border-sky-800\/60 {
  border-color: rgb(7 89 133 / 0.6);
}
.border-sky-800\/65 {
  border-color: rgb(7 89 133 / 0.65);
}
.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\/85 {
  border-color: rgb(7 89 133 / 0.85);
}
.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\/15 {
  border-color: rgb(12 74 110 / 0.15);
}
.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\/35 {
  border-color: rgb(12 74 110 / 0.35);
}
.border-sky-900\/40 {
  border-color: rgb(12 74 110 / 0.4);
}
.border-sky-900\/45 {
  border-color: rgb(12 74 110 / 0.45);
}
.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\/55 {
  border-color: rgb(12 74 110 / 0.55);
}
.border-sky-900\/60 {
  border-color: rgb(12 74 110 / 0.6);
}
.border-sky-900\/65 {
  border-color: rgb(12 74 110 / 0.65);
}
.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\/85 {
  border-color: rgb(12 74 110 / 0.85);
}
.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\/15 {
  border-color: rgb(8 47 73 / 0.15);
}
.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\/35 {
  border-color: rgb(8 47 73 / 0.35);
}
.border-sky-950\/40 {
  border-color: rgb(8 47 73 / 0.4);
}
.border-sky-950\/45 {
  border-color: rgb(8 47 73 / 0.45);
}
.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\/55 {
  border-color: rgb(8 47 73 / 0.55);
}
.border-sky-950\/60 {
  border-color: rgb(8 47 73 / 0.6);
}
.border-sky-950\/65 {
  border-color: rgb(8 47 73 / 0.65);
}
.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\/85 {
  border-color: rgb(8 47 73 / 0.85);
}
.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\/15 {
  border-color: rgb(241 245 249 / 0.15);
}
.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\/35 {
  border-color: rgb(241 245 249 / 0.35);
}
.border-slate-100\/40 {
  border-color: rgb(241 245 249 / 0.4);
}
.border-slate-100\/45 {
  border-color: rgb(241 245 249 / 0.45);
}
.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\/55 {
  border-color: rgb(241 245 249 / 0.55);
}
.border-slate-100\/60 {
  border-color: rgb(241 245 249 / 0.6);
}
.border-slate-100\/65 {
  border-color: rgb(241 245 249 / 0.65);
}
.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\/85 {
  border-color: rgb(241 245 249 / 0.85);
}
.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\/15 {
  border-color: rgb(226 232 240 / 0.15);
}
.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\/35 {
  border-color: rgb(226 232 240 / 0.35);
}
.border-slate-200\/40 {
  border-color: rgb(226 232 240 / 0.4);
}
.border-slate-200\/45 {
  border-color: rgb(226 232 240 / 0.45);
}
.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\/55 {
  border-color: rgb(226 232 240 / 0.55);
}
.border-slate-200\/60 {
  border-color: rgb(226 232 240 / 0.6);
}
.border-slate-200\/65 {
  border-color: rgb(226 232 240 / 0.65);
}
.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\/85 {
  border-color: rgb(226 232 240 / 0.85);
}
.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\/15 {
  border-color: rgb(203 213 225 / 0.15);
}
.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\/35 {
  border-color: rgb(203 213 225 / 0.35);
}
.border-slate-300\/40 {
  border-color: rgb(203 213 225 / 0.4);
}
.border-slate-300\/45 {
  border-color: rgb(203 213 225 / 0.45);
}
.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\/55 {
  border-color: rgb(203 213 225 / 0.55);
}
.border-slate-300\/60 {
  border-color: rgb(203 213 225 / 0.6);
}
.border-slate-300\/65 {
  border-color: rgb(203 213 225 / 0.65);
}
.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\/85 {
  border-color: rgb(203 213 225 / 0.85);
}
.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\/15 {
  border-color: rgb(148 163 184 / 0.15);
}
.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\/35 {
  border-color: rgb(148 163 184 / 0.35);
}
.border-slate-400\/40 {
  border-color: rgb(148 163 184 / 0.4);
}
.border-slate-400\/45 {
  border-color: rgb(148 163 184 / 0.45);
}
.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\/55 {
  border-color: rgb(148 163 184 / 0.55);
}
.border-slate-400\/60 {
  border-color: rgb(148 163 184 / 0.6);
}
.border-slate-400\/65 {
  border-color: rgb(148 163 184 / 0.65);
}
.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\/85 {
  border-color: rgb(148 163 184 / 0.85);
}
.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\/15 {
  border-color: rgb(248 250 252 / 0.15);
}
.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\/35 {
  border-color: rgb(248 250 252 / 0.35);
}
.border-slate-50\/40 {
  border-color: rgb(248 250 252 / 0.4);
}
.border-slate-50\/45 {
  border-color: rgb(248 250 252 / 0.45);
}
.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\/55 {
  border-color: rgb(248 250 252 / 0.55);
}
.border-slate-50\/60 {
  border-color: rgb(248 250 252 / 0.6);
}
.border-slate-50\/65 {
  border-color: rgb(248 250 252 / 0.65);
}
.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\/85 {
  border-color: rgb(248 250 252 / 0.85);
}
.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\/15 {
  border-color: rgb(100 116 139 / 0.15);
}
.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\/35 {
  border-color: rgb(100 116 139 / 0.35);
}
.border-slate-500\/40 {
  border-color: rgb(100 116 139 / 0.4);
}
.border-slate-500\/45 {
  border-color: rgb(100 116 139 / 0.45);
}
.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\/55 {
  border-color: rgb(100 116 139 / 0.55);
}
.border-slate-500\/60 {
  border-color: rgb(100 116 139 / 0.6);
}
.border-slate-500\/65 {
  border-color: rgb(100 116 139 / 0.65);
}
.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\/85 {
  border-color: rgb(100 116 139 / 0.85);
}
.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\/15 {
  border-color: rgb(71 85 105 / 0.15);
}
.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\/35 {
  border-color: rgb(71 85 105 / 0.35);
}
.border-slate-600\/40 {
  border-color: rgb(71 85 105 / 0.4);
}
.border-slate-600\/45 {
  border-color: rgb(71 85 105 / 0.45);
}
.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\/55 {
  border-color: rgb(71 85 105 / 0.55);
}
.border-slate-600\/60 {
  border-color: rgb(71 85 105 / 0.6);
}
.border-slate-600\/65 {
  border-color: rgb(71 85 105 / 0.65);
}
.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\/85 {
  border-color: rgb(71 85 105 / 0.85);
}
.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\/15 {
  border-color: rgb(51 65 85 / 0.15);
}
.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\/35 {
  border-color: rgb(51 65 85 / 0.35);
}
.border-slate-700\/40 {
  border-color: rgb(51 65 85 / 0.4);
}
.border-slate-700\/45 {
  border-color: rgb(51 65 85 / 0.45);
}
.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\/55 {
  border-color: rgb(51 65 85 / 0.55);
}
.border-slate-700\/60 {
  border-color: rgb(51 65 85 / 0.6);
}
.border-slate-700\/65 {
  border-color: rgb(51 65 85 / 0.65);
}
.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\/85 {
  border-color: rgb(51 65 85 / 0.85);
}
.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\/15 {
  border-color: rgb(30 41 59 / 0.15);
}
.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\/35 {
  border-color: rgb(30 41 59 / 0.35);
}
.border-slate-800\/40 {
  border-color: rgb(30 41 59 / 0.4);
}
.border-slate-800\/45 {
  border-color: rgb(30 41 59 / 0.45);
}
.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\/55 {
  border-color: rgb(30 41 59 / 0.55);
}
.border-slate-800\/60 {
  border-color: rgb(30 41 59 / 0.6);
}
.border-slate-800\/65 {
  border-color: rgb(30 41 59 / 0.65);
}
.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\/85 {
  border-color: rgb(30 41 59 / 0.85);
}
.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\/15 {
  border-color: rgb(15 23 42 / 0.15);
}
.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\/35 {
  border-color: rgb(15 23 42 / 0.35);
}
.border-slate-900\/40 {
  border-color: rgb(15 23 42 / 0.4);
}
.border-slate-900\/45 {
  border-color: rgb(15 23 42 / 0.45);
}
.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\/55 {
  border-color: rgb(15 23 42 / 0.55);
}
.border-slate-900\/60 {
  border-color: rgb(15 23 42 / 0.6);
}
.border-slate-900\/65 {
  border-color: rgb(15 23 42 / 0.65);
}
.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\/85 {
  border-color: rgb(15 23 42 / 0.85);
}
.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\/15 {
  border-color: rgb(2 6 23 / 0.15);
}
.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\/35 {
  border-color: rgb(2 6 23 / 0.35);
}
.border-slate-950\/40 {
  border-color: rgb(2 6 23 / 0.4);
}
.border-slate-950\/45 {
  border-color: rgb(2 6 23 / 0.45);
}
.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\/55 {
  border-color: rgb(2 6 23 / 0.55);
}
.border-slate-950\/60 {
  border-color: rgb(2 6 23 / 0.6);
}
.border-slate-950\/65 {
  border-color: rgb(2 6 23 / 0.65);
}
.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\/85 {
  border-color: rgb(2 6 23 / 0.85);
}
.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\/15 {
  border-color: rgb(245 245 244 / 0.15);
}
.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\/35 {
  border-color: rgb(245 245 244 / 0.35);
}
.border-stone-100\/40 {
  border-color: rgb(245 245 244 / 0.4);
}
.border-stone-100\/45 {
  border-color: rgb(245 245 244 / 0.45);
}
.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\/55 {
  border-color: rgb(245 245 244 / 0.55);
}
.border-stone-100\/60 {
  border-color: rgb(245 245 244 / 0.6);
}
.border-stone-100\/65 {
  border-color: rgb(245 245 244 / 0.65);
}
.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\/85 {
  border-color: rgb(245 245 244 / 0.85);
}
.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\/15 {
  border-color: rgb(231 229 228 / 0.15);
}
.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\/35 {
  border-color: rgb(231 229 228 / 0.35);
}
.border-stone-200\/40 {
  border-color: rgb(231 229 228 / 0.4);
}
.border-stone-200\/45 {
  border-color: rgb(231 229 228 / 0.45);
}
.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\/55 {
  border-color: rgb(231 229 228 / 0.55);
}
.border-stone-200\/60 {
  border-color: rgb(231 229 228 / 0.6);
}
.border-stone-200\/65 {
  border-color: rgb(231 229 228 / 0.65);
}
.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\/85 {
  border-color: rgb(231 229 228 / 0.85);
}
.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\/15 {
  border-color: rgb(214 211 209 / 0.15);
}
.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\/35 {
  border-color: rgb(214 211 209 / 0.35);
}
.border-stone-300\/40 {
  border-color: rgb(214 211 209 / 0.4);
}
.border-stone-300\/45 {
  border-color: rgb(214 211 209 / 0.45);
}
.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\/55 {
  border-color: rgb(214 211 209 / 0.55);
}
.border-stone-300\/60 {
  border-color: rgb(214 211 209 / 0.6);
}
.border-stone-300\/65 {
  border-color: rgb(214 211 209 / 0.65);
}
.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\/85 {
  border-color: rgb(214 211 209 / 0.85);
}
.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\/15 {
  border-color: rgb(168 162 158 / 0.15);
}
.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\/35 {
  border-color: rgb(168 162 158 / 0.35);
}
.border-stone-400\/40 {
  border-color: rgb(168 162 158 / 0.4);
}
.border-stone-400\/45 {
  border-color: rgb(168 162 158 / 0.45);
}
.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\/55 {
  border-color: rgb(168 162 158 / 0.55);
}
.border-stone-400\/60 {
  border-color: rgb(168 162 158 / 0.6);
}
.border-stone-400\/65 {
  border-color: rgb(168 162 158 / 0.65);
}
.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\/85 {
  border-color: rgb(168 162 158 / 0.85);
}
.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\/15 {
  border-color: rgb(250 250 249 / 0.15);
}
.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\/35 {
  border-color: rgb(250 250 249 / 0.35);
}
.border-stone-50\/40 {
  border-color: rgb(250 250 249 / 0.4);
}
.border-stone-50\/45 {
  border-color: rgb(250 250 249 / 0.45);
}
.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\/55 {
  border-color: rgb(250 250 249 / 0.55);
}
.border-stone-50\/60 {
  border-color: rgb(250 250 249 / 0.6);
}
.border-stone-50\/65 {
  border-color: rgb(250 250 249 / 0.65);
}
.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\/85 {
  border-color: rgb(250 250 249 / 0.85);
}
.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\/15 {
  border-color: rgb(120 113 108 / 0.15);
}
.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\/35 {
  border-color: rgb(120 113 108 / 0.35);
}
.border-stone-500\/40 {
  border-color: rgb(120 113 108 / 0.4);
}
.border-stone-500\/45 {
  border-color: rgb(120 113 108 / 0.45);
}
.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\/55 {
  border-color: rgb(120 113 108 / 0.55);
}
.border-stone-500\/60 {
  border-color: rgb(120 113 108 / 0.6);
}
.border-stone-500\/65 {
  border-color: rgb(120 113 108 / 0.65);
}
.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\/85 {
  border-color: rgb(120 113 108 / 0.85);
}
.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\/15 {
  border-color: rgb(87 83 78 / 0.15);
}
.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\/35 {
  border-color: rgb(87 83 78 / 0.35);
}
.border-stone-600\/40 {
  border-color: rgb(87 83 78 / 0.4);
}
.border-stone-600\/45 {
  border-color: rgb(87 83 78 / 0.45);
}
.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\/55 {
  border-color: rgb(87 83 78 / 0.55);
}
.border-stone-600\/60 {
  border-color: rgb(87 83 78 / 0.6);
}
.border-stone-600\/65 {
  border-color: rgb(87 83 78 / 0.65);
}
.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\/85 {
  border-color: rgb(87 83 78 / 0.85);
}
.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\/15 {
  border-color: rgb(68 64 60 / 0.15);
}
.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\/35 {
  border-color: rgb(68 64 60 / 0.35);
}
.border-stone-700\/40 {
  border-color: rgb(68 64 60 / 0.4);
}
.border-stone-700\/45 {
  border-color: rgb(68 64 60 / 0.45);
}
.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\/55 {
  border-color: rgb(68 64 60 / 0.55);
}
.border-stone-700\/60 {
  border-color: rgb(68 64 60 / 0.6);
}
.border-stone-700\/65 {
  border-color: rgb(68 64 60 / 0.65);
}
.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\/85 {
  border-color: rgb(68 64 60 / 0.85);
}
.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\/15 {
  border-color: rgb(41 37 36 / 0.15);
}
.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\/35 {
  border-color: rgb(41 37 36 / 0.35);
}
.border-stone-800\/40 {
  border-color: rgb(41 37 36 / 0.4);
}
.border-stone-800\/45 {
  border-color: rgb(41 37 36 / 0.45);
}
.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\/55 {
  border-color: rgb(41 37 36 / 0.55);
}
.border-stone-800\/60 {
  border-color: rgb(41 37 36 / 0.6);
}
.border-stone-800\/65 {
  border-color: rgb(41 37 36 / 0.65);
}
.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\/85 {
  border-color: rgb(41 37 36 / 0.85);
}
.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\/15 {
  border-color: rgb(28 25 23 / 0.15);
}
.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\/35 {
  border-color: rgb(28 25 23 / 0.35);
}
.border-stone-900\/40 {
  border-color: rgb(28 25 23 / 0.4);
}
.border-stone-900\/45 {
  border-color: rgb(28 25 23 / 0.45);
}
.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\/55 {
  border-color: rgb(28 25 23 / 0.55);
}
.border-stone-900\/60 {
  border-color: rgb(28 25 23 / 0.6);
}
.border-stone-900\/65 {
  border-color: rgb(28 25 23 / 0.65);
}
.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\/85 {
  border-color: rgb(28 25 23 / 0.85);
}
.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\/15 {
  border-color: rgb(12 10 9 / 0.15);
}
.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\/35 {
  border-color: rgb(12 10 9 / 0.35);
}
.border-stone-950\/40 {
  border-color: rgb(12 10 9 / 0.4);
}
.border-stone-950\/45 {
  border-color: rgb(12 10 9 / 0.45);
}
.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\/55 {
  border-color: rgb(12 10 9 / 0.55);
}
.border-stone-950\/60 {
  border-color: rgb(12 10 9 / 0.6);
}
.border-stone-950\/65 {
  border-color: rgb(12 10 9 / 0.65);
}
.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\/85 {
  border-color: rgb(12 10 9 / 0.85);
}
.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\/15 {
  border-color: rgb(204 251 241 / 0.15);
}
.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\/35 {
  border-color: rgb(204 251 241 / 0.35);
}
.border-teal-100\/40 {
  border-color: rgb(204 251 241 / 0.4);
}
.border-teal-100\/45 {
  border-color: rgb(204 251 241 / 0.45);
}
.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\/55 {
  border-color: rgb(204 251 241 / 0.55);
}
.border-teal-100\/60 {
  border-color: rgb(204 251 241 / 0.6);
}
.border-teal-100\/65 {
  border-color: rgb(204 251 241 / 0.65);
}
.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\/85 {
  border-color: rgb(204 251 241 / 0.85);
}
.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\/15 {
  border-color: rgb(153 246 228 / 0.15);
}
.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\/35 {
  border-color: rgb(153 246 228 / 0.35);
}
.border-teal-200\/40 {
  border-color: rgb(153 246 228 / 0.4);
}
.border-teal-200\/45 {
  border-color: rgb(153 246 228 / 0.45);
}
.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\/55 {
  border-color: rgb(153 246 228 / 0.55);
}
.border-teal-200\/60 {
  border-color: rgb(153 246 228 / 0.6);
}
.border-teal-200\/65 {
  border-color: rgb(153 246 228 / 0.65);
}
.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\/85 {
  border-color: rgb(153 246 228 / 0.85);
}
.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\/15 {
  border-color: rgb(94 234 212 / 0.15);
}
.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\/35 {
  border-color: rgb(94 234 212 / 0.35);
}
.border-teal-300\/40 {
  border-color: rgb(94 234 212 / 0.4);
}
.border-teal-300\/45 {
  border-color: rgb(94 234 212 / 0.45);
}
.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\/55 {
  border-color: rgb(94 234 212 / 0.55);
}
.border-teal-300\/60 {
  border-color: rgb(94 234 212 / 0.6);
}
.border-teal-300\/65 {
  border-color: rgb(94 234 212 / 0.65);
}
.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\/85 {
  border-color: rgb(94 234 212 / 0.85);
}
.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\/15 {
  border-color: rgb(45 212 191 / 0.15);
}
.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\/35 {
  border-color: rgb(45 212 191 / 0.35);
}
.border-teal-400\/40 {
  border-color: rgb(45 212 191 / 0.4);
}
.border-teal-400\/45 {
  border-color: rgb(45 212 191 / 0.45);
}
.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\/55 {
  border-color: rgb(45 212 191 / 0.55);
}
.border-teal-400\/60 {
  border-color: rgb(45 212 191 / 0.6);
}
.border-teal-400\/65 {
  border-color: rgb(45 212 191 / 0.65);
}
.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\/85 {
  border-color: rgb(45 212 191 / 0.85);
}
.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\/15 {
  border-color: rgb(240 253 250 / 0.15);
}
.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\/35 {
  border-color: rgb(240 253 250 / 0.35);
}
.border-teal-50\/40 {
  border-color: rgb(240 253 250 / 0.4);
}
.border-teal-50\/45 {
  border-color: rgb(240 253 250 / 0.45);
}
.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\/55 {
  border-color: rgb(240 253 250 / 0.55);
}
.border-teal-50\/60 {
  border-color: rgb(240 253 250 / 0.6);
}
.border-teal-50\/65 {
  border-color: rgb(240 253 250 / 0.65);
}
.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\/85 {
  border-color: rgb(240 253 250 / 0.85);
}
.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\/15 {
  border-color: rgb(20 184 166 / 0.15);
}
.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\/35 {
  border-color: rgb(20 184 166 / 0.35);
}
.border-teal-500\/40 {
  border-color: rgb(20 184 166 / 0.4);
}
.border-teal-500\/45 {
  border-color: rgb(20 184 166 / 0.45);
}
.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\/55 {
  border-color: rgb(20 184 166 / 0.55);
}
.border-teal-500\/60 {
  border-color: rgb(20 184 166 / 0.6);
}
.border-teal-500\/65 {
  border-color: rgb(20 184 166 / 0.65);
}
.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\/85 {
  border-color: rgb(20 184 166 / 0.85);
}
.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\/15 {
  border-color: rgb(13 148 136 / 0.15);
}
.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\/35 {
  border-color: rgb(13 148 136 / 0.35);
}
.border-teal-600\/40 {
  border-color: rgb(13 148 136 / 0.4);
}
.border-teal-600\/45 {
  border-color: rgb(13 148 136 / 0.45);
}
.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\/55 {
  border-color: rgb(13 148 136 / 0.55);
}
.border-teal-600\/60 {
  border-color: rgb(13 148 136 / 0.6);
}
.border-teal-600\/65 {
  border-color: rgb(13 148 136 / 0.65);
}
.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\/85 {
  border-color: rgb(13 148 136 / 0.85);
}
.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\/15 {
  border-color: rgb(15 118 110 / 0.15);
}
.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\/35 {
  border-color: rgb(15 118 110 / 0.35);
}
.border-teal-700\/40 {
  border-color: rgb(15 118 110 / 0.4);
}
.border-teal-700\/45 {
  border-color: rgb(15 118 110 / 0.45);
}
.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\/55 {
  border-color: rgb(15 118 110 / 0.55);
}
.border-teal-700\/60 {
  border-color: rgb(15 118 110 / 0.6);
}
.border-teal-700\/65 {
  border-color: rgb(15 118 110 / 0.65);
}
.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\/85 {
  border-color: rgb(15 118 110 / 0.85);
}
.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\/15 {
  border-color: rgb(17 94 89 / 0.15);
}
.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\/35 {
  border-color: rgb(17 94 89 / 0.35);
}
.border-teal-800\/40 {
  border-color: rgb(17 94 89 / 0.4);
}
.border-teal-800\/45 {
  border-color: rgb(17 94 89 / 0.45);
}
.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\/55 {
  border-color: rgb(17 94 89 / 0.55);
}
.border-teal-800\/60 {
  border-color: rgb(17 94 89 / 0.6);
}
.border-teal-800\/65 {
  border-color: rgb(17 94 89 / 0.65);
}
.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\/85 {
  border-color: rgb(17 94 89 / 0.85);
}
.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\/15 {
  border-color: rgb(19 78 74 / 0.15);
}
.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\/35 {
  border-color: rgb(19 78 74 / 0.35);
}
.border-teal-900\/40 {
  border-color: rgb(19 78 74 / 0.4);
}
.border-teal-900\/45 {
  border-color: rgb(19 78 74 / 0.45);
}
.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\/55 {
  border-color: rgb(19 78 74 / 0.55);
}
.border-teal-900\/60 {
  border-color: rgb(19 78 74 / 0.6);
}
.border-teal-900\/65 {
  border-color: rgb(19 78 74 / 0.65);
}
.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\/85 {
  border-color: rgb(19 78 74 / 0.85);
}
.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\/15 {
  border-color: rgb(4 47 46 / 0.15);
}
.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\/35 {
  border-color: rgb(4 47 46 / 0.35);
}
.border-teal-950\/40 {
  border-color: rgb(4 47 46 / 0.4);
}
.border-teal-950\/45 {
  border-color: rgb(4 47 46 / 0.45);
}
.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\/55 {
  border-color: rgb(4 47 46 / 0.55);
}
.border-teal-950\/60 {
  border-color: rgb(4 47 46 / 0.6);
}
.border-teal-950\/65 {
  border-color: rgb(4 47 46 / 0.65);
}
.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\/85 {
  border-color: rgb(4 47 46 / 0.85);
}
.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\/15 {
  border-color: rgb(0 0 0 / 0.15);
}
.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\/35 {
  border-color: rgb(0 0 0 / 0.35);
}
.border-transparent\/40 {
  border-color: rgb(0 0 0 / 0.4);
}
.border-transparent\/45 {
  border-color: rgb(0 0 0 / 0.45);
}
.border-transparent\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-transparent\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.border-transparent\/55 {
  border-color: rgb(0 0 0 / 0.55);
}
.border-transparent\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.border-transparent\/65 {
  border-color: rgb(0 0 0 / 0.65);
}
.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\/85 {
  border-color: rgb(0 0 0 / 0.85);
}
.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\/15 {
  border-color: rgb(237 233 254 / 0.15);
}
.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\/35 {
  border-color: rgb(237 233 254 / 0.35);
}
.border-violet-100\/40 {
  border-color: rgb(237 233 254 / 0.4);
}
.border-violet-100\/45 {
  border-color: rgb(237 233 254 / 0.45);
}
.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\/55 {
  border-color: rgb(237 233 254 / 0.55);
}
.border-violet-100\/60 {
  border-color: rgb(237 233 254 / 0.6);
}
.border-violet-100\/65 {
  border-color: rgb(237 233 254 / 0.65);
}
.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\/85 {
  border-color: rgb(237 233 254 / 0.85);
}
.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\/15 {
  border-color: rgb(221 214 254 / 0.15);
}
.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\/35 {
  border-color: rgb(221 214 254 / 0.35);
}
.border-violet-200\/40 {
  border-color: rgb(221 214 254 / 0.4);
}
.border-violet-200\/45 {
  border-color: rgb(221 214 254 / 0.45);
}
.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\/55 {
  border-color: rgb(221 214 254 / 0.55);
}
.border-violet-200\/60 {
  border-color: rgb(221 214 254 / 0.6);
}
.border-violet-200\/65 {
  border-color: rgb(221 214 254 / 0.65);
}
.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\/85 {
  border-color: rgb(221 214 254 / 0.85);
}
.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\/15 {
  border-color: rgb(196 181 253 / 0.15);
}
.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\/35 {
  border-color: rgb(196 181 253 / 0.35);
}
.border-violet-300\/40 {
  border-color: rgb(196 181 253 / 0.4);
}
.border-violet-300\/45 {
  border-color: rgb(196 181 253 / 0.45);
}
.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\/55 {
  border-color: rgb(196 181 253 / 0.55);
}
.border-violet-300\/60 {
  border-color: rgb(196 181 253 / 0.6);
}
.border-violet-300\/65 {
  border-color: rgb(196 181 253 / 0.65);
}
.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\/85 {
  border-color: rgb(196 181 253 / 0.85);
}
.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\/15 {
  border-color: rgb(167 139 250 / 0.15);
}
.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\/35 {
  border-color: rgb(167 139 250 / 0.35);
}
.border-violet-400\/40 {
  border-color: rgb(167 139 250 / 0.4);
}
.border-violet-400\/45 {
  border-color: rgb(167 139 250 / 0.45);
}
.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\/55 {
  border-color: rgb(167 139 250 / 0.55);
}
.border-violet-400\/60 {
  border-color: rgb(167 139 250 / 0.6);
}
.border-violet-400\/65 {
  border-color: rgb(167 139 250 / 0.65);
}
.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\/85 {
  border-color: rgb(167 139 250 / 0.85);
}
.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\/15 {
  border-color: rgb(245 243 255 / 0.15);
}
.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\/35 {
  border-color: rgb(245 243 255 / 0.35);
}
.border-violet-50\/40 {
  border-color: rgb(245 243 255 / 0.4);
}
.border-violet-50\/45 {
  border-color: rgb(245 243 255 / 0.45);
}
.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\/55 {
  border-color: rgb(245 243 255 / 0.55);
}
.border-violet-50\/60 {
  border-color: rgb(245 243 255 / 0.6);
}
.border-violet-50\/65 {
  border-color: rgb(245 243 255 / 0.65);
}
.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\/85 {
  border-color: rgb(245 243 255 / 0.85);
}
.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\/15 {
  border-color: rgb(139 92 246 / 0.15);
}
.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\/35 {
  border-color: rgb(139 92 246 / 0.35);
}
.border-violet-500\/40 {
  border-color: rgb(139 92 246 / 0.4);
}
.border-violet-500\/45 {
  border-color: rgb(139 92 246 / 0.45);
}
.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\/55 {
  border-color: rgb(139 92 246 / 0.55);
}
.border-violet-500\/60 {
  border-color: rgb(139 92 246 / 0.6);
}
.border-violet-500\/65 {
  border-color: rgb(139 92 246 / 0.65);
}
.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\/85 {
  border-color: rgb(139 92 246 / 0.85);
}
.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\/15 {
  border-color: rgb(124 58 237 / 0.15);
}
.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\/35 {
  border-color: rgb(124 58 237 / 0.35);
}
.border-violet-600\/40 {
  border-color: rgb(124 58 237 / 0.4);
}
.border-violet-600\/45 {
  border-color: rgb(124 58 237 / 0.45);
}
.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\/55 {
  border-color: rgb(124 58 237 / 0.55);
}
.border-violet-600\/60 {
  border-color: rgb(124 58 237 / 0.6);
}
.border-violet-600\/65 {
  border-color: rgb(124 58 237 / 0.65);
}
.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\/85 {
  border-color: rgb(124 58 237 / 0.85);
}
.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\/15 {
  border-color: rgb(109 40 217 / 0.15);
}
.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\/35 {
  border-color: rgb(109 40 217 / 0.35);
}
.border-violet-700\/40 {
  border-color: rgb(109 40 217 / 0.4);
}
.border-violet-700\/45 {
  border-color: rgb(109 40 217 / 0.45);
}
.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\/55 {
  border-color: rgb(109 40 217 / 0.55);
}
.border-violet-700\/60 {
  border-color: rgb(109 40 217 / 0.6);
}
.border-violet-700\/65 {
  border-color: rgb(109 40 217 / 0.65);
}
.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\/85 {
  border-color: rgb(109 40 217 / 0.85);
}
.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\/15 {
  border-color: rgb(91 33 182 / 0.15);
}
.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\/35 {
  border-color: rgb(91 33 182 / 0.35);
}
.border-violet-800\/40 {
  border-color: rgb(91 33 182 / 0.4);
}
.border-violet-800\/45 {
  border-color: rgb(91 33 182 / 0.45);
}
.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\/55 {
  border-color: rgb(91 33 182 / 0.55);
}
.border-violet-800\/60 {
  border-color: rgb(91 33 182 / 0.6);
}
.border-violet-800\/65 {
  border-color: rgb(91 33 182 / 0.65);
}
.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\/85 {
  border-color: rgb(91 33 182 / 0.85);
}
.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\/15 {
  border-color: rgb(76 29 149 / 0.15);
}
.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\/35 {
  border-color: rgb(76 29 149 / 0.35);
}
.border-violet-900\/40 {
  border-color: rgb(76 29 149 / 0.4);
}
.border-violet-900\/45 {
  border-color: rgb(76 29 149 / 0.45);
}
.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\/55 {
  border-color: rgb(76 29 149 / 0.55);
}
.border-violet-900\/60 {
  border-color: rgb(76 29 149 / 0.6);
}
.border-violet-900\/65 {
  border-color: rgb(76 29 149 / 0.65);
}
.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\/85 {
  border-color: rgb(76 29 149 / 0.85);
}
.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\/15 {
  border-color: rgb(46 16 101 / 0.15);
}
.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\/35 {
  border-color: rgb(46 16 101 / 0.35);
}
.border-violet-950\/40 {
  border-color: rgb(46 16 101 / 0.4);
}
.border-violet-950\/45 {
  border-color: rgb(46 16 101 / 0.45);
}
.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\/55 {
  border-color: rgb(46 16 101 / 0.55);
}
.border-violet-950\/60 {
  border-color: rgb(46 16 101 / 0.6);
}
.border-violet-950\/65 {
  border-color: rgb(46 16 101 / 0.65);
}
.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\/85 {
  border-color: rgb(46 16 101 / 0.85);
}
.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\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.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\/35 {
  border-color: rgb(255 255 255 / 0.35);
}
.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-white\/45 {
  border-color: rgb(255 255 255 / 0.45);
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.border-white\/55 {
  border-color: rgb(255 255 255 / 0.55);
}
.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.border-white\/65 {
  border-color: rgb(255 255 255 / 0.65);
}
.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\/85 {
  border-color: rgb(255 255 255 / 0.85);
}
.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\/15 {
  border-color: rgb(254 249 195 / 0.15);
}
.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\/35 {
  border-color: rgb(254 249 195 / 0.35);
}
.border-yellow-100\/40 {
  border-color: rgb(254 249 195 / 0.4);
}
.border-yellow-100\/45 {
  border-color: rgb(254 249 195 / 0.45);
}
.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\/55 {
  border-color: rgb(254 249 195 / 0.55);
}
.border-yellow-100\/60 {
  border-color: rgb(254 249 195 / 0.6);
}
.border-yellow-100\/65 {
  border-color: rgb(254 249 195 / 0.65);
}
.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\/85 {
  border-color: rgb(254 249 195 / 0.85);
}
.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\/15 {
  border-color: rgb(254 240 138 / 0.15);
}
.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\/35 {
  border-color: rgb(254 240 138 / 0.35);
}
.border-yellow-200\/40 {
  border-color: rgb(254 240 138 / 0.4);
}
.border-yellow-200\/45 {
  border-color: rgb(254 240 138 / 0.45);
}
.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\/55 {
  border-color: rgb(254 240 138 / 0.55);
}
.border-yellow-200\/60 {
  border-color: rgb(254 240 138 / 0.6);
}
.border-yellow-200\/65 {
  border-color: rgb(254 240 138 / 0.65);
}
.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\/85 {
  border-color: rgb(254 240 138 / 0.85);
}
.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\/15 {
  border-color: rgb(253 224 71 / 0.15);
}
.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\/35 {
  border-color: rgb(253 224 71 / 0.35);
}
.border-yellow-300\/40 {
  border-color: rgb(253 224 71 / 0.4);
}
.border-yellow-300\/45 {
  border-color: rgb(253 224 71 / 0.45);
}
.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\/55 {
  border-color: rgb(253 224 71 / 0.55);
}
.border-yellow-300\/60 {
  border-color: rgb(253 224 71 / 0.6);
}
.border-yellow-300\/65 {
  border-color: rgb(253 224 71 / 0.65);
}
.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\/85 {
  border-color: rgb(253 224 71 / 0.85);
}
.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\/15 {
  border-color: rgb(250 204 21 / 0.15);
}
.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\/35 {
  border-color: rgb(250 204 21 / 0.35);
}
.border-yellow-400\/40 {
  border-color: rgb(250 204 21 / 0.4);
}
.border-yellow-400\/45 {
  border-color: rgb(250 204 21 / 0.45);
}
.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\/55 {
  border-color: rgb(250 204 21 / 0.55);
}
.border-yellow-400\/60 {
  border-color: rgb(250 204 21 / 0.6);
}
.border-yellow-400\/65 {
  border-color: rgb(250 204 21 / 0.65);
}
.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\/85 {
  border-color: rgb(250 204 21 / 0.85);
}
.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\/15 {
  border-color: rgb(254 252 232 / 0.15);
}
.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\/35 {
  border-color: rgb(254 252 232 / 0.35);
}
.border-yellow-50\/40 {
  border-color: rgb(254 252 232 / 0.4);
}
.border-yellow-50\/45 {
  border-color: rgb(254 252 232 / 0.45);
}
.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\/55 {
  border-color: rgb(254 252 232 / 0.55);
}
.border-yellow-50\/60 {
  border-color: rgb(254 252 232 / 0.6);
}
.border-yellow-50\/65 {
  border-color: rgb(254 252 232 / 0.65);
}
.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\/85 {
  border-color: rgb(254 252 232 / 0.85);
}
.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\/15 {
  border-color: rgb(234 179 8 / 0.15);
}
.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\/35 {
  border-color: rgb(234 179 8 / 0.35);
}
.border-yellow-500\/40 {
  border-color: rgb(234 179 8 / 0.4);
}
.border-yellow-500\/45 {
  border-color: rgb(234 179 8 / 0.45);
}
.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\/55 {
  border-color: rgb(234 179 8 / 0.55);
}
.border-yellow-500\/60 {
  border-color: rgb(234 179 8 / 0.6);
}
.border-yellow-500\/65 {
  border-color: rgb(234 179 8 / 0.65);
}
.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\/85 {
  border-color: rgb(234 179 8 / 0.85);
}
.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\/15 {
  border-color: rgb(202 138 4 / 0.15);
}
.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\/35 {
  border-color: rgb(202 138 4 / 0.35);
}
.border-yellow-600\/40 {
  border-color: rgb(202 138 4 / 0.4);
}
.border-yellow-600\/45 {
  border-color: rgb(202 138 4 / 0.45);
}
.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\/55 {
  border-color: rgb(202 138 4 / 0.55);
}
.border-yellow-600\/60 {
  border-color: rgb(202 138 4 / 0.6);
}
.border-yellow-600\/65 {
  border-color: rgb(202 138 4 / 0.65);
}
.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\/85 {
  border-color: rgb(202 138 4 / 0.85);
}
.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\/15 {
  border-color: rgb(161 98 7 / 0.15);
}
.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\/35 {
  border-color: rgb(161 98 7 / 0.35);
}
.border-yellow-700\/40 {
  border-color: rgb(161 98 7 / 0.4);
}
.border-yellow-700\/45 {
  border-color: rgb(161 98 7 / 0.45);
}
.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\/55 {
  border-color: rgb(161 98 7 / 0.55);
}
.border-yellow-700\/60 {
  border-color: rgb(161 98 7 / 0.6);
}
.border-yellow-700\/65 {
  border-color: rgb(161 98 7 / 0.65);
}
.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\/85 {
  border-color: rgb(161 98 7 / 0.85);
}
.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\/15 {
  border-color: rgb(133 77 14 / 0.15);
}
.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\/35 {
  border-color: rgb(133 77 14 / 0.35);
}
.border-yellow-800\/40 {
  border-color: rgb(133 77 14 / 0.4);
}
.border-yellow-800\/45 {
  border-color: rgb(133 77 14 / 0.45);
}
.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\/55 {
  border-color: rgb(133 77 14 / 0.55);
}
.border-yellow-800\/60 {
  border-color: rgb(133 77 14 / 0.6);
}
.border-yellow-800\/65 {
  border-color: rgb(133 77 14 / 0.65);
}
.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\/85 {
  border-color: rgb(133 77 14 / 0.85);
}
.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\/15 {
  border-color: rgb(113 63 18 / 0.15);
}
.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\/35 {
  border-color: rgb(113 63 18 / 0.35);
}
.border-yellow-900\/40 {
  border-color: rgb(113 63 18 / 0.4);
}
.border-yellow-900\/45 {
  border-color: rgb(113 63 18 / 0.45);
}
.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\/55 {
  border-color: rgb(113 63 18 / 0.55);
}
.border-yellow-900\/60 {
  border-color: rgb(113 63 18 / 0.6);
}
.border-yellow-900\/65 {
  border-color: rgb(113 63 18 / 0.65);
}
.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\/85 {
  border-color: rgb(113 63 18 / 0.85);
}
.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\/15 {
  border-color: rgb(66 32 6 / 0.15);
}
.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\/35 {
  border-color: rgb(66 32 6 / 0.35);
}
.border-yellow-950\/40 {
  border-color: rgb(66 32 6 / 0.4);
}
.border-yellow-950\/45 {
  border-color: rgb(66 32 6 / 0.45);
}
.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\/55 {
  border-color: rgb(66 32 6 / 0.55);
}
.border-yellow-950\/60 {
  border-color: rgb(66 32 6 / 0.6);
}
.border-yellow-950\/65 {
  border-color: rgb(66 32 6 / 0.65);
}
.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\/85 {
  border-color: rgb(66 32 6 / 0.85);
}
.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\/15 {
  border-color: rgb(244 244 245 / 0.15);
}
.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\/35 {
  border-color: rgb(244 244 245 / 0.35);
}
.border-zinc-100\/40 {
  border-color: rgb(244 244 245 / 0.4);
}
.border-zinc-100\/45 {
  border-color: rgb(244 244 245 / 0.45);
}
.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\/55 {
  border-color: rgb(244 244 245 / 0.55);
}
.border-zinc-100\/60 {
  border-color: rgb(244 244 245 / 0.6);
}
.border-zinc-100\/65 {
  border-color: rgb(244 244 245 / 0.65);
}
.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\/85 {
  border-color: rgb(244 244 245 / 0.85);
}
.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\/15 {
  border-color: rgb(228 228 231 / 0.15);
}
.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\/35 {
  border-color: rgb(228 228 231 / 0.35);
}
.border-zinc-200\/40 {
  border-color: rgb(228 228 231 / 0.4);
}
.border-zinc-200\/45 {
  border-color: rgb(228 228 231 / 0.45);
}
.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\/55 {
  border-color: rgb(228 228 231 / 0.55);
}
.border-zinc-200\/60 {
  border-color: rgb(228 228 231 / 0.6);
}
.border-zinc-200\/65 {
  border-color: rgb(228 228 231 / 0.65);
}
.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\/85 {
  border-color: rgb(228 228 231 / 0.85);
}
.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\/15 {
  border-color: rgb(212 212 216 / 0.15);
}
.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\/35 {
  border-color: rgb(212 212 216 / 0.35);
}
.border-zinc-300\/40 {
  border-color: rgb(212 212 216 / 0.4);
}
.border-zinc-300\/45 {
  border-color: rgb(212 212 216 / 0.45);
}
.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\/55 {
  border-color: rgb(212 212 216 / 0.55);
}
.border-zinc-300\/60 {
  border-color: rgb(212 212 216 / 0.6);
}
.border-zinc-300\/65 {
  border-color: rgb(212 212 216 / 0.65);
}
.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\/85 {
  border-color: rgb(212 212 216 / 0.85);
}
.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\/15 {
  border-color: rgb(161 161 170 / 0.15);
}
.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\/35 {
  border-color: rgb(161 161 170 / 0.35);
}
.border-zinc-400\/40 {
  border-color: rgb(161 161 170 / 0.4);
}
.border-zinc-400\/45 {
  border-color: rgb(161 161 170 / 0.45);
}
.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\/55 {
  border-color: rgb(161 161 170 / 0.55);
}
.border-zinc-400\/60 {
  border-color: rgb(161 161 170 / 0.6);
}
.border-zinc-400\/65 {
  border-color: rgb(161 161 170 / 0.65);
}
.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\/85 {
  border-color: rgb(161 161 170 / 0.85);
}
.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\/15 {
  border-color: rgb(250 250 250 / 0.15);
}
.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\/35 {
  border-color: rgb(250 250 250 / 0.35);
}
.border-zinc-50\/40 {
  border-color: rgb(250 250 250 / 0.4);
}
.border-zinc-50\/45 {
  border-color: rgb(250 250 250 / 0.45);
}
.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\/55 {
  border-color: rgb(250 250 250 / 0.55);
}
.border-zinc-50\/60 {
  border-color: rgb(250 250 250 / 0.6);
}
.border-zinc-50\/65 {
  border-color: rgb(250 250 250 / 0.65);
}
.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\/85 {
  border-color: rgb(250 250 250 / 0.85);
}
.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\/15 {
  border-color: rgb(113 113 122 / 0.15);
}
.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\/35 {
  border-color: rgb(113 113 122 / 0.35);
}
.border-zinc-500\/40 {
  border-color: rgb(113 113 122 / 0.4);
}
.border-zinc-500\/45 {
  border-color: rgb(113 113 122 / 0.45);
}
.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\/55 {
  border-color: rgb(113 113 122 / 0.55);
}
.border-zinc-500\/60 {
  border-color: rgb(113 113 122 / 0.6);
}
.border-zinc-500\/65 {
  border-color: rgb(113 113 122 / 0.65);
}
.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\/85 {
  border-color: rgb(113 113 122 / 0.85);
}
.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\/15 {
  border-color: rgb(82 82 91 / 0.15);
}
.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\/35 {
  border-color: rgb(82 82 91 / 0.35);
}
.border-zinc-600\/40 {
  border-color: rgb(82 82 91 / 0.4);
}
.border-zinc-600\/45 {
  border-color: rgb(82 82 91 / 0.45);
}
.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\/55 {
  border-color: rgb(82 82 91 / 0.55);
}
.border-zinc-600\/60 {
  border-color: rgb(82 82 91 / 0.6);
}
.border-zinc-600\/65 {
  border-color: rgb(82 82 91 / 0.65);
}
.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\/85 {
  border-color: rgb(82 82 91 / 0.85);
}
.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\/15 {
  border-color: rgb(63 63 70 / 0.15);
}
.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\/35 {
  border-color: rgb(63 63 70 / 0.35);
}
.border-zinc-700\/40 {
  border-color: rgb(63 63 70 / 0.4);
}
.border-zinc-700\/45 {
  border-color: rgb(63 63 70 / 0.45);
}
.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\/55 {
  border-color: rgb(63 63 70 / 0.55);
}
.border-zinc-700\/60 {
  border-color: rgb(63 63 70 / 0.6);
}
.border-zinc-700\/65 {
  border-color: rgb(63 63 70 / 0.65);
}
.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\/85 {
  border-color: rgb(63 63 70 / 0.85);
}
.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\/15 {
  border-color: rgb(39 39 42 / 0.15);
}
.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\/35 {
  border-color: rgb(39 39 42 / 0.35);
}
.border-zinc-800\/40 {
  border-color: rgb(39 39 42 / 0.4);
}
.border-zinc-800\/45 {
  border-color: rgb(39 39 42 / 0.45);
}
.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\/55 {
  border-color: rgb(39 39 42 / 0.55);
}
.border-zinc-800\/60 {
  border-color: rgb(39 39 42 / 0.6);
}
.border-zinc-800\/65 {
  border-color: rgb(39 39 42 / 0.65);
}
.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\/85 {
  border-color: rgb(39 39 42 / 0.85);
}
.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\/15 {
  border-color: rgb(24 24 27 / 0.15);
}
.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\/35 {
  border-color: rgb(24 24 27 / 0.35);
}
.border-zinc-900\/40 {
  border-color: rgb(24 24 27 / 0.4);
}
.border-zinc-900\/45 {
  border-color: rgb(24 24 27 / 0.45);
}
.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\/55 {
  border-color: rgb(24 24 27 / 0.55);
}
.border-zinc-900\/60 {
  border-color: rgb(24 24 27 / 0.6);
}
.border-zinc-900\/65 {
  border-color: rgb(24 24 27 / 0.65);
}
.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\/85 {
  border-color: rgb(24 24 27 / 0.85);
}
.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\/15 {
  border-color: rgb(9 9 11 / 0.15);
}
.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\/35 {
  border-color: rgb(9 9 11 / 0.35);
}
.border-zinc-950\/40 {
  border-color: rgb(9 9 11 / 0.4);
}
.border-zinc-950\/45 {
  border-color: rgb(9 9 11 / 0.45);
}
.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\/55 {
  border-color: rgb(9 9 11 / 0.55);
}
.border-zinc-950\/60 {
  border-color: rgb(9 9 11 / 0.6);
}
.border-zinc-950\/65 {
  border-color: rgb(9 9 11 / 0.65);
}
.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\/85 {
  border-color: rgb(9 9 11 / 0.85);
}
.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\/15 {
  border-left-color: rgb(254 243 199 / 0.15);
  border-right-color: rgb(254 243 199 / 0.15);
}
.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\/35 {
  border-left-color: rgb(254 243 199 / 0.35);
  border-right-color: rgb(254 243 199 / 0.35);
}
.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\/45 {
  border-left-color: rgb(254 243 199 / 0.45);
  border-right-color: rgb(254 243 199 / 0.45);
}
.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\/55 {
  border-left-color: rgb(254 243 199 / 0.55);
  border-right-color: rgb(254 243 199 / 0.55);
}
.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\/65 {
  border-left-color: rgb(254 243 199 / 0.65);
  border-right-color: rgb(254 243 199 / 0.65);
}
.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\/85 {
  border-left-color: rgb(254 243 199 / 0.85);
  border-right-color: rgb(254 243 199 / 0.85);
}
.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\/15 {
  border-left-color: rgb(253 230 138 / 0.15);
  border-right-color: rgb(253 230 138 / 0.15);
}
.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\/35 {
  border-left-color: rgb(253 230 138 / 0.35);
  border-right-color: rgb(253 230 138 / 0.35);
}
.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\/45 {
  border-left-color: rgb(253 230 138 / 0.45);
  border-right-color: rgb(253 230 138 / 0.45);
}
.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\/55 {
  border-left-color: rgb(253 230 138 / 0.55);
  border-right-color: rgb(253 230 138 / 0.55);
}
.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\/65 {
  border-left-color: rgb(253 230 138 / 0.65);
  border-right-color: rgb(253 230 138 / 0.65);
}
.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\/85 {
  border-left-color: rgb(253 230 138 / 0.85);
  border-right-color: rgb(253 230 138 / 0.85);
}
.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\/15 {
  border-left-color: rgb(252 211 77 / 0.15);
  border-right-color: rgb(252 211 77 / 0.15);
}
.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\/35 {
  border-left-color: rgb(252 211 77 / 0.35);
  border-right-color: rgb(252 211 77 / 0.35);
}
.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\/45 {
  border-left-color: rgb(252 211 77 / 0.45);
  border-right-color: rgb(252 211 77 / 0.45);
}
.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\/55 {
  border-left-color: rgb(252 211 77 / 0.55);
  border-right-color: rgb(252 211 77 / 0.55);
}
.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\/65 {
  border-left-color: rgb(252 211 77 / 0.65);
  border-right-color: rgb(252 211 77 / 0.65);
}
.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\/85 {
  border-left-color: rgb(252 211 77 / 0.85);
  border-right-color: rgb(252 211 77 / 0.85);
}
.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\/15 {
  border-left-color: rgb(251 191 36 / 0.15);
  border-right-color: rgb(251 191 36 / 0.15);
}
.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\/35 {
  border-left-color: rgb(251 191 36 / 0.35);
  border-right-color: rgb(251 191 36 / 0.35);
}
.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\/45 {
  border-left-color: rgb(251 191 36 / 0.45);
  border-right-color: rgb(251 191 36 / 0.45);
}
.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\/55 {
  border-left-color: rgb(251 191 36 / 0.55);
  border-right-color: rgb(251 191 36 / 0.55);
}
.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\/65 {
  border-left-color: rgb(251 191 36 / 0.65);
  border-right-color: rgb(251 191 36 / 0.65);
}
.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\/85 {
  border-left-color: rgb(251 191 36 / 0.85);
  border-right-color: rgb(251 191 36 / 0.85);
}
.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\/15 {
  border-left-color: rgb(255 251 235 / 0.15);
  border-right-color: rgb(255 251 235 / 0.15);
}
.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\/35 {
  border-left-color: rgb(255 251 235 / 0.35);
  border-right-color: rgb(255 251 235 / 0.35);
}
.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\/45 {
  border-left-color: rgb(255 251 235 / 0.45);
  border-right-color: rgb(255 251 235 / 0.45);
}
.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\/55 {
  border-left-color: rgb(255 251 235 / 0.55);
  border-right-color: rgb(255 251 235 / 0.55);
}
.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\/65 {
  border-left-color: rgb(255 251 235 / 0.65);
  border-right-color: rgb(255 251 235 / 0.65);
}
.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\/85 {
  border-left-color: rgb(255 251 235 / 0.85);
  border-right-color: rgb(255 251 235 / 0.85);
}
.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\/15 {
  border-left-color: rgb(245 158 11 / 0.15);
  border-right-color: rgb(245 158 11 / 0.15);
}
.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\/35 {
  border-left-color: rgb(245 158 11 / 0.35);
  border-right-color: rgb(245 158 11 / 0.35);
}
.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\/45 {
  border-left-color: rgb(245 158 11 / 0.45);
  border-right-color: rgb(245 158 11 / 0.45);
}
.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\/55 {
  border-left-color: rgb(245 158 11 / 0.55);
  border-right-color: rgb(245 158 11 / 0.55);
}
.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\/65 {
  border-left-color: rgb(245 158 11 / 0.65);
  border-right-color: rgb(245 158 11 / 0.65);
}
.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\/85 {
  border-left-color: rgb(245 158 11 / 0.85);
  border-right-color: rgb(245 158 11 / 0.85);
}
.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\/15 {
  border-left-color: rgb(217 119 6 / 0.15);
  border-right-color: rgb(217 119 6 / 0.15);
}
.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\/35 {
  border-left-color: rgb(217 119 6 / 0.35);
  border-right-color: rgb(217 119 6 / 0.35);
}
.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\/45 {
  border-left-color: rgb(217 119 6 / 0.45);
  border-right-color: rgb(217 119 6 / 0.45);
}
.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\/55 {
  border-left-color: rgb(217 119 6 / 0.55);
  border-right-color: rgb(217 119 6 / 0.55);
}
.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\/65 {
  border-left-color: rgb(217 119 6 / 0.65);
  border-right-color: rgb(217 119 6 / 0.65);
}
.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\/85 {
  border-left-color: rgb(217 119 6 / 0.85);
  border-right-color: rgb(217 119 6 / 0.85);
}
.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\/15 {
  border-left-color: rgb(180 83 9 / 0.15);
  border-right-color: rgb(180 83 9 / 0.15);
}
.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\/35 {
  border-left-color: rgb(180 83 9 / 0.35);
  border-right-color: rgb(180 83 9 / 0.35);
}
.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\/45 {
  border-left-color: rgb(180 83 9 / 0.45);
  border-right-color: rgb(180 83 9 / 0.45);
}
.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\/55 {
  border-left-color: rgb(180 83 9 / 0.55);
  border-right-color: rgb(180 83 9 / 0.55);
}
.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\/65 {
  border-left-color: rgb(180 83 9 / 0.65);
  border-right-color: rgb(180 83 9 / 0.65);
}
.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\/85 {
  border-left-color: rgb(180 83 9 / 0.85);
  border-right-color: rgb(180 83 9 / 0.85);
}
.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\/15 {
  border-left-color: rgb(146 64 14 / 0.15);
  border-right-color: rgb(146 64 14 / 0.15);
}
.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\/35 {
  border-left-color: rgb(146 64 14 / 0.35);
  border-right-color: rgb(146 64 14 / 0.35);
}
.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\/45 {
  border-left-color: rgb(146 64 14 / 0.45);
  border-right-color: rgb(146 64 14 / 0.45);
}
.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\/55 {
  border-left-color: rgb(146 64 14 / 0.55);
  border-right-color: rgb(146 64 14 / 0.55);
}
.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\/65 {
  border-left-color: rgb(146 64 14 / 0.65);
  border-right-color: rgb(146 64 14 / 0.65);
}
.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\/85 {
  border-left-color: rgb(146 64 14 / 0.85);
  border-right-color: rgb(146 64 14 / 0.85);
}
.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\/15 {
  border-left-color: rgb(120 53 15 / 0.15);
  border-right-color: rgb(120 53 15 / 0.15);
}
.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\/35 {
  border-left-color: rgb(120 53 15 / 0.35);
  border-right-color: rgb(120 53 15 / 0.35);
}
.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\/45 {
  border-left-color: rgb(120 53 15 / 0.45);
  border-right-color: rgb(120 53 15 / 0.45);
}
.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\/55 {
  border-left-color: rgb(120 53 15 / 0.55);
  border-right-color: rgb(120 53 15 / 0.55);
}
.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\/65 {
  border-left-color: rgb(120 53 15 / 0.65);
  border-right-color: rgb(120 53 15 / 0.65);
}
.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\/85 {
  border-left-color: rgb(120 53 15 / 0.85);
  border-right-color: rgb(120 53 15 / 0.85);
}
.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\/15 {
  border-left-color: rgb(69 26 3 / 0.15);
  border-right-color: rgb(69 26 3 / 0.15);
}
.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\/35 {
  border-left-color: rgb(69 26 3 / 0.35);
  border-right-color: rgb(69 26 3 / 0.35);
}
.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\/45 {
  border-left-color: rgb(69 26 3 / 0.45);
  border-right-color: rgb(69 26 3 / 0.45);
}
.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\/55 {
  border-left-color: rgb(69 26 3 / 0.55);
  border-right-color: rgb(69 26 3 / 0.55);
}
.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\/65 {
  border-left-color: rgb(69 26 3 / 0.65);
  border-right-color: rgb(69 26 3 / 0.65);
}
.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\/85 {
  border-left-color: rgb(69 26 3 / 0.85);
  border-right-color: rgb(69 26 3 / 0.85);
}
.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\/15 {
  border-left-color: rgb(0 0 0 / 0.15);
  border-right-color: rgb(0 0 0 / 0.15);
}
.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\/35 {
  border-left-color: rgb(0 0 0 / 0.35);
  border-right-color: rgb(0 0 0 / 0.35);
}
.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\/45 {
  border-left-color: rgb(0 0 0 / 0.45);
  border-right-color: rgb(0 0 0 / 0.45);
}
.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\/55 {
  border-left-color: rgb(0 0 0 / 0.55);
  border-right-color: rgb(0 0 0 / 0.55);
}
.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\/65 {
  border-left-color: rgb(0 0 0 / 0.65);
  border-right-color: rgb(0 0 0 / 0.65);
}
.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\/85 {
  border-left-color: rgb(0 0 0 / 0.85);
  border-right-color: rgb(0 0 0 / 0.85);
}
.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\/15 {
  border-left-color: rgb(219 234 254 / 0.15);
  border-right-color: rgb(219 234 254 / 0.15);
}
.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\/35 {
  border-left-color: rgb(219 234 254 / 0.35);
  border-right-color: rgb(219 234 254 / 0.35);
}
.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\/45 {
  border-left-color: rgb(219 234 254 / 0.45);
  border-right-color: rgb(219 234 254 / 0.45);
}
.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\/55 {
  border-left-color: rgb(219 234 254 / 0.55);
  border-right-color: rgb(219 234 254 / 0.55);
}
.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\/65 {
  border-left-color: rgb(219 234 254 / 0.65);
  border-right-color: rgb(219 234 254 / 0.65);
}
.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\/85 {
  border-left-color: rgb(219 234 254 / 0.85);
  border-right-color: rgb(219 234 254 / 0.85);
}
.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\/15 {
  border-left-color: rgb(191 219 254 / 0.15);
  border-right-color: rgb(191 219 254 / 0.15);
}
.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\/35 {
  border-left-color: rgb(191 219 254 / 0.35);
  border-right-color: rgb(191 219 254 / 0.35);
}
.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\/45 {
  border-left-color: rgb(191 219 254 / 0.45);
  border-right-color: rgb(191 219 254 / 0.45);
}
.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\/55 {
  border-left-color: rgb(191 219 254 / 0.55);
  border-right-color: rgb(191 219 254 / 0.55);
}
.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\/65 {
  border-left-color: rgb(191 219 254 / 0.65);
  border-right-color: rgb(191 219 254 / 0.65);
}
.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\/85 {
  border-left-color: rgb(191 219 254 / 0.85);
  border-right-color: rgb(191 219 254 / 0.85);
}
.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\/15 {
  border-left-color: rgb(147 197 253 / 0.15);
  border-right-color: rgb(147 197 253 / 0.15);
}
.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\/35 {
  border-left-color: rgb(147 197 253 / 0.35);
  border-right-color: rgb(147 197 253 / 0.35);
}
.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\/45 {
  border-left-color: rgb(147 197 253 / 0.45);
  border-right-color: rgb(147 197 253 / 0.45);
}
.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\/55 {
  border-left-color: rgb(147 197 253 / 0.55);
  border-right-color: rgb(147 197 253 / 0.55);
}
.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\/65 {
  border-left-color: rgb(147 197 253 / 0.65);
  border-right-color: rgb(147 197 253 / 0.65);
}
.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\/85 {
  border-left-color: rgb(147 197 253 / 0.85);
  border-right-color: rgb(147 197 253 / 0.85);
}
.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\/15 {
  border-left-color: rgb(96 165 250 / 0.15);
  border-right-color: rgb(96 165 250 / 0.15);
}
.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\/35 {
  border-left-color: rgb(96 165 250 / 0.35);
  border-right-color: rgb(96 165 250 / 0.35);
}
.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\/45 {
  border-left-color: rgb(96 165 250 / 0.45);
  border-right-color: rgb(96 165 250 / 0.45);
}
.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\/55 {
  border-left-color: rgb(96 165 250 / 0.55);
  border-right-color: rgb(96 165 250 / 0.55);
}
.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\/65 {
  border-left-color: rgb(96 165 250 / 0.65);
  border-right-color: rgb(96 165 250 / 0.65);
}
.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\/85 {
  border-left-color: rgb(96 165 250 / 0.85);
  border-right-color: rgb(96 165 250 / 0.85);
}
.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\/15 {
  border-left-color: rgb(239 246 255 / 0.15);
  border-right-color: rgb(239 246 255 / 0.15);
}
.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\/35 {
  border-left-color: rgb(239 246 255 / 0.35);
  border-right-color: rgb(239 246 255 / 0.35);
}
.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\/45 {
  border-left-color: rgb(239 246 255 / 0.45);
  border-right-color: rgb(239 246 255 / 0.45);
}
.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\/55 {
  border-left-color: rgb(239 246 255 / 0.55);
  border-right-color: rgb(239 246 255 / 0.55);
}
.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\/65 {
  border-left-color: rgb(239 246 255 / 0.65);
  border-right-color: rgb(239 246 255 / 0.65);
}
.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\/85 {
  border-left-color: rgb(239 246 255 / 0.85);
  border-right-color: rgb(239 246 255 / 0.85);
}
.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\/15 {
  border-left-color: rgb(59 130 246 / 0.15);
  border-right-color: rgb(59 130 246 / 0.15);
}
.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\/35 {
  border-left-color: rgb(59 130 246 / 0.35);
  border-right-color: rgb(59 130 246 / 0.35);
}
.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\/45 {
  border-left-color: rgb(59 130 246 / 0.45);
  border-right-color: rgb(59 130 246 / 0.45);
}
.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\/55 {
  border-left-color: rgb(59 130 246 / 0.55);
  border-right-color: rgb(59 130 246 / 0.55);
}
.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\/65 {
  border-left-color: rgb(59 130 246 / 0.65);
  border-right-color: rgb(59 130 246 / 0.65);
}
.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\/85 {
  border-left-color: rgb(59 130 246 / 0.85);
  border-right-color: rgb(59 130 246 / 0.85);
}
.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\/15 {
  border-left-color: rgb(37 99 235 / 0.15);
  border-right-color: rgb(37 99 235 / 0.15);
}
.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\/35 {
  border-left-color: rgb(37 99 235 / 0.35);
  border-right-color: rgb(37 99 235 / 0.35);
}
.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\/45 {
  border-left-color: rgb(37 99 235 / 0.45);
  border-right-color: rgb(37 99 235 / 0.45);
}
.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\/55 {
  border-left-color: rgb(37 99 235 / 0.55);
  border-right-color: rgb(37 99 235 / 0.55);
}
.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\/65 {
  border-left-color: rgb(37 99 235 / 0.65);
  border-right-color: rgb(37 99 235 / 0.65);
}
.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\/85 {
  border-left-color: rgb(37 99 235 / 0.85);
  border-right-color: rgb(37 99 235 / 0.85);
}
.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\/15 {
  border-left-color: rgb(29 78 216 / 0.15);
  border-right-color: rgb(29 78 216 / 0.15);
}
.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\/35 {
  border-left-color: rgb(29 78 216 / 0.35);
  border-right-color: rgb(29 78 216 / 0.35);
}
.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\/45 {
  border-left-color: rgb(29 78 216 / 0.45);
  border-right-color: rgb(29 78 216 / 0.45);
}
.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\/55 {
  border-left-color: rgb(29 78 216 / 0.55);
  border-right-color: rgb(29 78 216 / 0.55);
}
.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\/65 {
  border-left-color: rgb(29 78 216 / 0.65);
  border-right-color: rgb(29 78 216 / 0.65);
}
.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\/85 {
  border-left-color: rgb(29 78 216 / 0.85);
  border-right-color: rgb(29 78 216 / 0.85);
}
.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\/15 {
  border-left-color: rgb(30 64 175 / 0.15);
  border-right-color: rgb(30 64 175 / 0.15);
}
.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\/35 {
  border-left-color: rgb(30 64 175 / 0.35);
  border-right-color: rgb(30 64 175 / 0.35);
}
.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\/45 {
  border-left-color: rgb(30 64 175 / 0.45);
  border-right-color: rgb(30 64 175 / 0.45);
}
.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\/55 {
  border-left-color: rgb(30 64 175 / 0.55);
  border-right-color: rgb(30 64 175 / 0.55);
}
.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\/65 {
  border-left-color: rgb(30 64 175 / 0.65);
  border-right-color: rgb(30 64 175 / 0.65);
}
.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\/85 {
  border-left-color: rgb(30 64 175 / 0.85);
  border-right-color: rgb(30 64 175 / 0.85);
}
.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\/15 {
  border-left-color: rgb(30 58 138 / 0.15);
  border-right-color: rgb(30 58 138 / 0.15);
}
.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\/35 {
  border-left-color: rgb(30 58 138 / 0.35);
  border-right-color: rgb(30 58 138 / 0.35);
}
.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\/45 {
  border-left-color: rgb(30 58 138 / 0.45);
  border-right-color: rgb(30 58 138 / 0.45);
}
.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\/55 {
  border-left-color: rgb(30 58 138 / 0.55);
  border-right-color: rgb(30 58 138 / 0.55);
}
.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\/65 {
  border-left-color: rgb(30 58 138 / 0.65);
  border-right-color: rgb(30 58 138 / 0.65);
}
.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\/85 {
  border-left-color: rgb(30 58 138 / 0.85);
  border-right-color: rgb(30 58 138 / 0.85);
}
.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\/15 {
  border-left-color: rgb(23 37 84 / 0.15);
  border-right-color: rgb(23 37 84 / 0.15);
}
.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\/35 {
  border-left-color: rgb(23 37 84 / 0.35);
  border-right-color: rgb(23 37 84 / 0.35);
}
.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\/45 {
  border-left-color: rgb(23 37 84 / 0.45);
  border-right-color: rgb(23 37 84 / 0.45);
}
.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\/55 {
  border-left-color: rgb(23 37 84 / 0.55);
  border-right-color: rgb(23 37 84 / 0.55);
}
.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\/65 {
  border-left-color: rgb(23 37 84 / 0.65);
  border-right-color: rgb(23 37 84 / 0.65);
}
.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\/85 {
  border-left-color: rgb(23 37 84 / 0.85);
  border-right-color: rgb(23 37 84 / 0.85);
}
.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\/15 {
  border-left-color: rgb(207 250 254 / 0.15);
  border-right-color: rgb(207 250 254 / 0.15);
}
.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\/35 {
  border-left-color: rgb(207 250 254 / 0.35);
  border-right-color: rgb(207 250 254 / 0.35);
}
.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\/45 {
  border-left-color: rgb(207 250 254 / 0.45);
  border-right-color: rgb(207 250 254 / 0.45);
}
.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\/55 {
  border-left-color: rgb(207 250 254 / 0.55);
  border-right-color: rgb(207 250 254 / 0.55);
}
.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\/65 {
  border-left-color: rgb(207 250 254 / 0.65);
  border-right-color: rgb(207 250 254 / 0.65);
}
.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\/85 {
  border-left-color: rgb(207 250 254 / 0.85);
  border-right-color: rgb(207 250 254 / 0.85);
}
.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\/15 {
  border-left-color: rgb(165 243 252 / 0.15);
  border-right-color: rgb(165 243 252 / 0.15);
}
.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\/35 {
  border-left-color: rgb(165 243 252 / 0.35);
  border-right-color: rgb(165 243 252 / 0.35);
}
.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\/45 {
  border-left-color: rgb(165 243 252 / 0.45);
  border-right-color: rgb(165 243 252 / 0.45);
}
.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\/55 {
  border-left-color: rgb(165 243 252 / 0.55);
  border-right-color: rgb(165 243 252 / 0.55);
}
.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\/65 {
  border-left-color: rgb(165 243 252 / 0.65);
  border-right-color: rgb(165 243 252 / 0.65);
}
.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\/85 {
  border-left-color: rgb(165 243 252 / 0.85);
  border-right-color: rgb(165 243 252 / 0.85);
}
.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\/15 {
  border-left-color: rgb(103 232 249 / 0.15);
  border-right-color: rgb(103 232 249 / 0.15);
}
.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\/35 {
  border-left-color: rgb(103 232 249 / 0.35);
  border-right-color: rgb(103 232 249 / 0.35);
}
.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\/45 {
  border-left-color: rgb(103 232 249 / 0.45);
  border-right-color: rgb(103 232 249 / 0.45);
}
.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\/55 {
  border-left-color: rgb(103 232 249 / 0.55);
  border-right-color: rgb(103 232 249 / 0.55);
}
.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\/65 {
  border-left-color: rgb(103 232 249 / 0.65);
  border-right-color: rgb(103 232 249 / 0.65);
}
.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\/85 {
  border-left-color: rgb(103 232 249 / 0.85);
  border-right-color: rgb(103 232 249 / 0.85);
}
.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\/15 {
  border-left-color: rgb(34 211 238 / 0.15);
  border-right-color: rgb(34 211 238 / 0.15);
}
.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\/35 {
  border-left-color: rgb(34 211 238 / 0.35);
  border-right-color: rgb(34 211 238 / 0.35);
}
.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\/45 {
  border-left-color: rgb(34 211 238 / 0.45);
  border-right-color: rgb(34 211 238 / 0.45);
}
.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\/55 {
  border-left-color: rgb(34 211 238 / 0.55);
  border-right-color: rgb(34 211 238 / 0.55);
}
.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\/65 {
  border-left-color: rgb(34 211 238 / 0.65);
  border-right-color: rgb(34 211 238 / 0.65);
}
.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\/85 {
  border-left-color: rgb(34 211 238 / 0.85);
  border-right-color: rgb(34 211 238 / 0.85);
}
.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\/15 {
  border-left-color: rgb(236 254 255 / 0.15);
  border-right-color: rgb(236 254 255 / 0.15);
}
.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\/35 {
  border-left-color: rgb(236 254 255 / 0.35);
  border-right-color: rgb(236 254 255 / 0.35);
}
.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\/45 {
  border-left-color: rgb(236 254 255 / 0.45);
  border-right-color: rgb(236 254 255 / 0.45);
}
.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\/55 {
  border-left-color: rgb(236 254 255 / 0.55);
  border-right-color: rgb(236 254 255 / 0.55);
}
.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\/65 {
  border-left-color: rgb(236 254 255 / 0.65);
  border-right-color: rgb(236 254 255 / 0.65);
}
.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\/85 {
  border-left-color: rgb(236 254 255 / 0.85);
  border-right-color: rgb(236 254 255 / 0.85);
}
.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\/15 {
  border-left-color: rgb(6 182 212 / 0.15);
  border-right-color: rgb(6 182 212 / 0.15);
}
.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\/35 {
  border-left-color: rgb(6 182 212 / 0.35);
  border-right-color: rgb(6 182 212 / 0.35);
}
.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\/45 {
  border-left-color: rgb(6 182 212 / 0.45);
  border-right-color: rgb(6 182 212 / 0.45);
}
.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\/55 {
  border-left-color: rgb(6 182 212 / 0.55);
  border-right-color: rgb(6 182 212 / 0.55);
}
.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\/65 {
  border-left-color: rgb(6 182 212 / 0.65);
  border-right-color: rgb(6 182 212 / 0.65);
}
.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\/85 {
  border-left-color: rgb(6 182 212 / 0.85);
  border-right-color: rgb(6 182 212 / 0.85);
}
.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\/15 {
  border-left-color: rgb(8 145 178 / 0.15);
  border-right-color: rgb(8 145 178 / 0.15);
}
.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\/35 {
  border-left-color: rgb(8 145 178 / 0.35);
  border-right-color: rgb(8 145 178 / 0.35);
}
.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\/45 {
  border-left-color: rgb(8 145 178 / 0.45);
  border-right-color: rgb(8 145 178 / 0.45);
}
.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\/55 {
  border-left-color: rgb(8 145 178 / 0.55);
  border-right-color: rgb(8 145 178 / 0.55);
}
.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\/65 {
  border-left-color: rgb(8 145 178 / 0.65);
  border-right-color: rgb(8 145 178 / 0.65);
}
.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\/85 {
  border-left-color: rgb(8 145 178 / 0.85);
  border-right-color: rgb(8 145 178 / 0.85);
}
.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\/15 {
  border-left-color: rgb(14 116 144 / 0.15);
  border-right-color: rgb(14 116 144 / 0.15);
}
.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\/35 {
  border-left-color: rgb(14 116 144 / 0.35);
  border-right-color: rgb(14 116 144 / 0.35);
}
.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\/45 {
  border-left-color: rgb(14 116 144 / 0.45);
  border-right-color: rgb(14 116 144 / 0.45);
}
.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\/55 {
  border-left-color: rgb(14 116 144 / 0.55);
  border-right-color: rgb(14 116 144 / 0.55);
}
.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\/65 {
  border-left-color: rgb(14 116 144 / 0.65);
  border-right-color: rgb(14 116 144 / 0.65);
}
.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\/85 {
  border-left-color: rgb(14 116 144 / 0.85);
  border-right-color: rgb(14 116 144 / 0.85);
}
.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\/15 {
  border-left-color: rgb(21 94 117 / 0.15);
  border-right-color: rgb(21 94 117 / 0.15);
}
.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\/35 {
  border-left-color: rgb(21 94 117 / 0.35);
  border-right-color: rgb(21 94 117 / 0.35);
}
.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\/45 {
  border-left-color: rgb(21 94 117 / 0.45);
  border-right-color: rgb(21 94 117 / 0.45);
}
.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\/55 {
  border-left-color: rgb(21 94 117 / 0.55);
  border-right-color: rgb(21 94 117 / 0.55);
}
.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\/65 {
  border-left-color: rgb(21 94 117 / 0.65);
  border-right-color: rgb(21 94 117 / 0.65);
}
.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\/85 {
  border-left-color: rgb(21 94 117 / 0.85);
  border-right-color: rgb(21 94 117 / 0.85);
}
.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\/15 {
  border-left-color: rgb(22 78 99 / 0.15);
  border-right-color: rgb(22 78 99 / 0.15);
}
.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\/35 {
  border-left-color: rgb(22 78 99 / 0.35);
  border-right-color: rgb(22 78 99 / 0.35);
}
.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\/45 {
  border-left-color: rgb(22 78 99 / 0.45);
  border-right-color: rgb(22 78 99 / 0.45);
}
.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\/55 {
  border-left-color: rgb(22 78 99 / 0.55);
  border-right-color: rgb(22 78 99 / 0.55);
}
.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\/65 {
  border-left-color: rgb(22 78 99 / 0.65);
  border-right-color: rgb(22 78 99 / 0.65);
}
.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\/85 {
  border-left-color: rgb(22 78 99 / 0.85);
  border-right-color: rgb(22 78 99 / 0.85);
}
.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\/15 {
  border-left-color: rgb(8 51 68 / 0.15);
  border-right-color: rgb(8 51 68 / 0.15);
}
.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\/35 {
  border-left-color: rgb(8 51 68 / 0.35);
  border-right-color: rgb(8 51 68 / 0.35);
}
.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\/45 {
  border-left-color: rgb(8 51 68 / 0.45);
  border-right-color: rgb(8 51 68 / 0.45);
}
.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\/55 {
  border-left-color: rgb(8 51 68 / 0.55);
  border-right-color: rgb(8 51 68 / 0.55);
}
.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\/65 {
  border-left-color: rgb(8 51 68 / 0.65);
  border-right-color: rgb(8 51 68 / 0.65);
}
.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\/85 {
  border-left-color: rgb(8 51 68 / 0.85);
  border-right-color: rgb(8 51 68 / 0.85);
}
.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\/15 {
  border-left-color: rgb(209 250 229 / 0.15);
  border-right-color: rgb(209 250 229 / 0.15);
}
.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\/35 {
  border-left-color: rgb(209 250 229 / 0.35);
  border-right-color: rgb(209 250 229 / 0.35);
}
.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\/45 {
  border-left-color: rgb(209 250 229 / 0.45);
  border-right-color: rgb(209 250 229 / 0.45);
}
.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\/55 {
  border-left-color: rgb(209 250 229 / 0.55);
  border-right-color: rgb(209 250 229 / 0.55);
}
.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\/65 {
  border-left-color: rgb(209 250 229 / 0.65);
  border-right-color: rgb(209 250 229 / 0.65);
}
.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\/85 {
  border-left-color: rgb(209 250 229 / 0.85);
  border-right-color: rgb(209 250 229 / 0.85);
}
.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\/15 {
  border-left-color: rgb(167 243 208 / 0.15);
  border-right-color: rgb(167 243 208 / 0.15);
}
.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\/35 {
  border-left-color: rgb(167 243 208 / 0.35);
  border-right-color: rgb(167 243 208 / 0.35);
}
.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\/45 {
  border-left-color: rgb(167 243 208 / 0.45);
  border-right-color: rgb(167 243 208 / 0.45);
}
.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\/55 {
  border-left-color: rgb(167 243 208 / 0.55);
  border-right-color: rgb(167 243 208 / 0.55);
}
.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\/65 {
  border-left-color: rgb(167 243 208 / 0.65);
  border-right-color: rgb(167 243 208 / 0.65);
}
.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\/85 {
  border-left-color: rgb(167 243 208 / 0.85);
  border-right-color: rgb(167 243 208 / 0.85);
}
.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\/15 {
  border-left-color: rgb(110 231 183 / 0.15);
  border-right-color: rgb(110 231 183 / 0.15);
}
.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\/35 {
  border-left-color: rgb(110 231 183 / 0.35);
  border-right-color: rgb(110 231 183 / 0.35);
}
.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\/45 {
  border-left-color: rgb(110 231 183 / 0.45);
  border-right-color: rgb(110 231 183 / 0.45);
}
.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\/55 {
  border-left-color: rgb(110 231 183 / 0.55);
  border-right-color: rgb(110 231 183 / 0.55);
}
.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\/65 {
  border-left-color: rgb(110 231 183 / 0.65);
  border-right-color: rgb(110 231 183 / 0.65);
}
.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\/85 {
  border-left-color: rgb(110 231 183 / 0.85);
  border-right-color: rgb(110 231 183 / 0.85);
}
.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\/15 {
  border-left-color: rgb(52 211 153 / 0.15);
  border-right-color: rgb(52 211 153 / 0.15);
}
.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\/35 {
  border-left-color: rgb(52 211 153 / 0.35);
  border-right-color: rgb(52 211 153 / 0.35);
}
.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\/45 {
  border-left-color: rgb(52 211 153 / 0.45);
  border-right-color: rgb(52 211 153 / 0.45);
}
.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\/55 {
  border-left-color: rgb(52 211 153 / 0.55);
  border-right-color: rgb(52 211 153 / 0.55);
}
.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\/65 {
  border-left-color: rgb(52 211 153 / 0.65);
  border-right-color: rgb(52 211 153 / 0.65);
}
.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\/85 {
  border-left-color: rgb(52 211 153 / 0.85);
  border-right-color: rgb(52 211 153 / 0.85);
}
.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\/15 {
  border-left-color: rgb(236 253 245 / 0.15);
  border-right-color: rgb(236 253 245 / 0.15);
}
.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\/35 {
  border-left-color: rgb(236 253 245 / 0.35);
  border-right-color: rgb(236 253 245 / 0.35);
}
.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\/45 {
  border-left-color: rgb(236 253 245 / 0.45);
  border-right-color: rgb(236 253 245 / 0.45);
}
.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\/55 {
  border-left-color: rgb(236 253 245 / 0.55);
  border-right-color: rgb(236 253 245 / 0.55);
}
.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\/65 {
  border-left-color: rgb(236 253 245 / 0.65);
  border-right-color: rgb(236 253 245 / 0.65);
}
.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\/85 {
  border-left-color: rgb(236 253 245 / 0.85);
  border-right-color: rgb(236 253 245 / 0.85);
}
.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\/15 {
  border-left-color: rgb(16 185 129 / 0.15);
  border-right-color: rgb(16 185 129 / 0.15);
}
.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\/35 {
  border-left-color: rgb(16 185 129 / 0.35);
  border-right-color: rgb(16 185 129 / 0.35);
}
.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\/45 {
  border-left-color: rgb(16 185 129 / 0.45);
  border-right-color: rgb(16 185 129 / 0.45);
}
.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\/55 {
  border-left-color: rgb(16 185 129 / 0.55);
  border-right-color: rgb(16 185 129 / 0.55);
}
.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\/65 {
  border-left-color: rgb(16 185 129 / 0.65);
  border-right-color: rgb(16 185 129 / 0.65);
}
.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\/85 {
  border-left-color: rgb(16 185 129 / 0.85);
  border-right-color: rgb(16 185 129 / 0.85);
}
.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\/15 {
  border-left-color: rgb(5 150 105 / 0.15);
  border-right-color: rgb(5 150 105 / 0.15);
}
.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\/35 {
  border-left-color: rgb(5 150 105 / 0.35);
  border-right-color: rgb(5 150 105 / 0.35);
}
.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\/45 {
  border-left-color: rgb(5 150 105 / 0.45);
  border-right-color: rgb(5 150 105 / 0.45);
}
.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\/55 {
  border-left-color: rgb(5 150 105 / 0.55);
  border-right-color: rgb(5 150 105 / 0.55);
}
.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\/65 {
  border-left-color: rgb(5 150 105 / 0.65);
  border-right-color: rgb(5 150 105 / 0.65);
}
.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\/85 {
  border-left-color: rgb(5 150 105 / 0.85);
  border-right-color: rgb(5 150 105 / 0.85);
}
.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\/15 {
  border-left-color: rgb(4 120 87 / 0.15);
  border-right-color: rgb(4 120 87 / 0.15);
}
.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\/35 {
  border-left-color: rgb(4 120 87 / 0.35);
  border-right-color: rgb(4 120 87 / 0.35);
}
.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\/45 {
  border-left-color: rgb(4 120 87 / 0.45);
  border-right-color: rgb(4 120 87 / 0.45);
}
.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\/55 {
  border-left-color: rgb(4 120 87 / 0.55);
  border-right-color: rgb(4 120 87 / 0.55);
}
.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\/65 {
  border-left-color: rgb(4 120 87 / 0.65);
  border-right-color: rgb(4 120 87 / 0.65);
}
.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\/85 {
  border-left-color: rgb(4 120 87 / 0.85);
  border-right-color: rgb(4 120 87 / 0.85);
}
.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\/15 {
  border-left-color: rgb(6 95 70 / 0.15);
  border-right-color: rgb(6 95 70 / 0.15);
}
.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\/35 {
  border-left-color: rgb(6 95 70 / 0.35);
  border-right-color: rgb(6 95 70 / 0.35);
}
.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\/45 {
  border-left-color: rgb(6 95 70 / 0.45);
  border-right-color: rgb(6 95 70 / 0.45);
}
.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\/55 {
  border-left-color: rgb(6 95 70 / 0.55);
  border-right-color: rgb(6 95 70 / 0.55);
}
.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\/65 {
  border-left-color: rgb(6 95 70 / 0.65);
  border-right-color: rgb(6 95 70 / 0.65);
}
.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\/85 {
  border-left-color: rgb(6 95 70 / 0.85);
  border-right-color: rgb(6 95 70 / 0.85);
}
.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\/15 {
  border-left-color: rgb(6 78 59 / 0.15);
  border-right-color: rgb(6 78 59 / 0.15);
}
.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\/35 {
  border-left-color: rgb(6 78 59 / 0.35);
  border-right-color: rgb(6 78 59 / 0.35);
}
.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\/45 {
  border-left-color: rgb(6 78 59 / 0.45);
  border-right-color: rgb(6 78 59 / 0.45);
}
.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\/55 {
  border-left-color: rgb(6 78 59 / 0.55);
  border-right-color: rgb(6 78 59 / 0.55);
}
.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\/65 {
  border-left-color: rgb(6 78 59 / 0.65);
  border-right-color: rgb(6 78 59 / 0.65);
}
.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\/85 {
  border-left-color: rgb(6 78 59 / 0.85);
  border-right-color: rgb(6 78 59 / 0.85);
}
.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\/15 {
  border-left-color: rgb(2 44 34 / 0.15);
  border-right-color: rgb(2 44 34 / 0.15);
}
.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\/35 {
  border-left-color: rgb(2 44 34 / 0.35);
  border-right-color: rgb(2 44 34 / 0.35);
}
.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\/45 {
  border-left-color: rgb(2 44 34 / 0.45);
  border-right-color: rgb(2 44 34 / 0.45);
}
.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\/55 {
  border-left-color: rgb(2 44 34 / 0.55);
  border-right-color: rgb(2 44 34 / 0.55);
}
.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\/65 {
  border-left-color: rgb(2 44 34 / 0.65);
  border-right-color: rgb(2 44 34 / 0.65);
}
.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\/85 {
  border-left-color: rgb(2 44 34 / 0.85);
  border-right-color: rgb(2 44 34 / 0.85);
}
.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-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\/15 {
  border-left-color: rgb(250 232 255 / 0.15);
  border-right-color: rgb(250 232 255 / 0.15);
}
.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\/35 {
  border-left-color: rgb(250 232 255 / 0.35);
  border-right-color: rgb(250 232 255 / 0.35);
}
.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\/45 {
  border-left-color: rgb(250 232 255 / 0.45);
  border-right-color: rgb(250 232 255 / 0.45);
}
.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\/55 {
  border-left-color: rgb(250 232 255 / 0.55);
  border-right-color: rgb(250 232 255 / 0.55);
}
.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\/65 {
  border-left-color: rgb(250 232 255 / 0.65);
  border-right-color: rgb(250 232 255 / 0.65);
}
.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\/85 {
  border-left-color: rgb(250 232 255 / 0.85);
  border-right-color: rgb(250 232 255 / 0.85);
}
.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\/15 {
  border-left-color: rgb(245 208 254 / 0.15);
  border-right-color: rgb(245 208 254 / 0.15);
}
.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\/35 {
  border-left-color: rgb(245 208 254 / 0.35);
  border-right-color: rgb(245 208 254 / 0.35);
}
.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\/45 {
  border-left-color: rgb(245 208 254 / 0.45);
  border-right-color: rgb(245 208 254 / 0.45);
}
.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\/55 {
  border-left-color: rgb(245 208 254 / 0.55);
  border-right-color: rgb(245 208 254 / 0.55);
}
.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\/65 {
  border-left-color: rgb(245 208 254 / 0.65);
  border-right-color: rgb(245 208 254 / 0.65);
}
.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\/85 {
  border-left-color: rgb(245 208 254 / 0.85);
  border-right-color: rgb(245 208 254 / 0.85);
}
.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\/15 {
  border-left-color: rgb(240 171 252 / 0.15);
  border-right-color: rgb(240 171 252 / 0.15);
}
.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\/35 {
  border-left-color: rgb(240 171 252 / 0.35);
  border-right-color: rgb(240 171 252 / 0.35);
}
.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\/45 {
  border-left-color: rgb(240 171 252 / 0.45);
  border-right-color: rgb(240 171 252 / 0.45);
}
.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\/55 {
  border-left-color: rgb(240 171 252 / 0.55);
  border-right-color: rgb(240 171 252 / 0.55);
}
.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\/65 {
  border-left-color: rgb(240 171 252 / 0.65);
  border-right-color: rgb(240 171 252 / 0.65);
}
.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\/85 {
  border-left-color: rgb(240 171 252 / 0.85);
  border-right-color: rgb(240 171 252 / 0.85);
}
.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\/15 {
  border-left-color: rgb(232 121 249 / 0.15);
  border-right-color: rgb(232 121 249 / 0.15);
}
.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\/35 {
  border-left-color: rgb(232 121 249 / 0.35);
  border-right-color: rgb(232 121 249 / 0.35);
}
.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\/45 {
  border-left-color: rgb(232 121 249 / 0.45);
  border-right-color: rgb(232 121 249 / 0.45);
}
.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\/55 {
  border-left-color: rgb(232 121 249 / 0.55);
  border-right-color: rgb(232 121 249 / 0.55);
}
.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\/65 {
  border-left-color: rgb(232 121 249 / 0.65);
  border-right-color: rgb(232 121 249 / 0.65);
}
.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\/85 {
  border-left-color: rgb(232 121 249 / 0.85);
  border-right-color: rgb(232 121 249 / 0.85);
}
.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\/15 {
  border-left-color: rgb(253 244 255 / 0.15);
  border-right-color: rgb(253 244 255 / 0.15);
}
.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\/35 {
  border-left-color: rgb(253 244 255 / 0.35);
  border-right-color: rgb(253 244 255 / 0.35);
}
.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\/45 {
  border-left-color: rgb(253 244 255 / 0.45);
  border-right-color: rgb(253 244 255 / 0.45);
}
.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\/55 {
  border-left-color: rgb(253 244 255 / 0.55);
  border-right-color: rgb(253 244 255 / 0.55);
}
.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\/65 {
  border-left-color: rgb(253 244 255 / 0.65);
  border-right-color: rgb(253 244 255 / 0.65);
}
.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\/85 {
  border-left-color: rgb(253 244 255 / 0.85);
  border-right-color: rgb(253 244 255 / 0.85);
}
.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\/15 {
  border-left-color: rgb(217 70 239 / 0.15);
  border-right-color: rgb(217 70 239 / 0.15);
}
.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\/35 {
  border-left-color: rgb(217 70 239 / 0.35);
  border-right-color: rgb(217 70 239 / 0.35);
}
.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\/45 {
  border-left-color: rgb(217 70 239 / 0.45);
  border-right-color: rgb(217 70 239 / 0.45);
}
.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\/55 {
  border-left-color: rgb(217 70 239 / 0.55);
  border-right-color: rgb(217 70 239 / 0.55);
}
.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\/65 {
  border-left-color: rgb(217 70 239 / 0.65);
  border-right-color: rgb(217 70 239 / 0.65);
}
.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\/85 {
  border-left-color: rgb(217 70 239 / 0.85);
  border-right-color: rgb(217 70 239 / 0.85);
}
.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\/15 {
  border-left-color: rgb(192 38 211 / 0.15);
  border-right-color: rgb(192 38 211 / 0.15);
}
.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\/35 {
  border-left-color: rgb(192 38 211 / 0.35);
  border-right-color: rgb(192 38 211 / 0.35);
}
.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\/45 {
  border-left-color: rgb(192 38 211 / 0.45);
  border-right-color: rgb(192 38 211 / 0.45);
}
.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\/55 {
  border-left-color: rgb(192 38 211 / 0.55);
  border-right-color: rgb(192 38 211 / 0.55);
}
.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\/65 {
  border-left-color: rgb(192 38 211 / 0.65);
  border-right-color: rgb(192 38 211 / 0.65);
}
.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\/85 {
  border-left-color: rgb(192 38 211 / 0.85);
  border-right-color: rgb(192 38 211 / 0.85);
}
.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\/15 {
  border-left-color: rgb(162 28 175 / 0.15);
  border-right-color: rgb(162 28 175 / 0.15);
}
.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\/35 {
  border-left-color: rgb(162 28 175 / 0.35);
  border-right-color: rgb(162 28 175 / 0.35);
}
.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\/45 {
  border-left-color: rgb(162 28 175 / 0.45);
  border-right-color: rgb(162 28 175 / 0.45);
}
.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\/55 {
  border-left-color: rgb(162 28 175 / 0.55);
  border-right-color: rgb(162 28 175 / 0.55);
}
.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\/65 {
  border-left-color: rgb(162 28 175 / 0.65);
  border-right-color: rgb(162 28 175 / 0.65);
}
.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\/85 {
  border-left-color: rgb(162 28 175 / 0.85);
  border-right-color: rgb(162 28 175 / 0.85);
}
.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\/15 {
  border-left-color: rgb(134 25 143 / 0.15);
  border-right-color: rgb(134 25 143 / 0.15);
}
.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\/35 {
  border-left-color: rgb(134 25 143 / 0.35);
  border-right-color: rgb(134 25 143 / 0.35);
}
.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\/45 {
  border-left-color: rgb(134 25 143 / 0.45);
  border-right-color: rgb(134 25 143 / 0.45);
}
.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\/55 {
  border-left-color: rgb(134 25 143 / 0.55);
  border-right-color: rgb(134 25 143 / 0.55);
}
.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\/65 {
  border-left-color: rgb(134 25 143 / 0.65);
  border-right-color: rgb(134 25 143 / 0.65);
}
.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\/85 {
  border-left-color: rgb(134 25 143 / 0.85);
  border-right-color: rgb(134 25 143 / 0.85);
}
.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\/15 {
  border-left-color: rgb(112 26 117 / 0.15);
  border-right-color: rgb(112 26 117 / 0.15);
}
.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\/35 {
  border-left-color: rgb(112 26 117 / 0.35);
  border-right-color: rgb(112 26 117 / 0.35);
}
.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\/45 {
  border-left-color: rgb(112 26 117 / 0.45);
  border-right-color: rgb(112 26 117 / 0.45);
}
.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\/55 {
  border-left-color: rgb(112 26 117 / 0.55);
  border-right-color: rgb(112 26 117 / 0.55);
}
.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\/65 {
  border-left-color: rgb(112 26 117 / 0.65);
  border-right-color: rgb(112 26 117 / 0.65);
}
.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\/85 {
  border-left-color: rgb(112 26 117 / 0.85);
  border-right-color: rgb(112 26 117 / 0.85);
}
.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\/15 {
  border-left-color: rgb(74 4 78 / 0.15);
  border-right-color: rgb(74 4 78 / 0.15);
}
.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\/35 {
  border-left-color: rgb(74 4 78 / 0.35);
  border-right-color: rgb(74 4 78 / 0.35);
}
.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\/45 {
  border-left-color: rgb(74 4 78 / 0.45);
  border-right-color: rgb(74 4 78 / 0.45);
}
.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\/55 {
  border-left-color: rgb(74 4 78 / 0.55);
  border-right-color: rgb(74 4 78 / 0.55);
}
.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\/65 {
  border-left-color: rgb(74 4 78 / 0.65);
  border-right-color: rgb(74 4 78 / 0.65);
}
.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\/85 {
  border-left-color: rgb(74 4 78 / 0.85);
  border-right-color: rgb(74 4 78 / 0.85);
}
.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\/15 {
  border-left-color: rgb(243 244 246 / 0.15);
  border-right-color: rgb(243 244 246 / 0.15);
}
.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\/35 {
  border-left-color: rgb(243 244 246 / 0.35);
  border-right-color: rgb(243 244 246 / 0.35);
}
.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\/45 {
  border-left-color: rgb(243 244 246 / 0.45);
  border-right-color: rgb(243 244 246 / 0.45);
}
.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\/55 {
  border-left-color: rgb(243 244 246 / 0.55);
  border-right-color: rgb(243 244 246 / 0.55);
}
.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\/65 {
  border-left-color: rgb(243 244 246 / 0.65);
  border-right-color: rgb(243 244 246 / 0.65);
}
.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\/85 {
  border-left-color: rgb(243 244 246 / 0.85);
  border-right-color: rgb(243 244 246 / 0.85);
}
.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\/15 {
  border-left-color: rgb(229 231 235 / 0.15);
  border-right-color: rgb(229 231 235 / 0.15);
}
.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\/35 {
  border-left-color: rgb(229 231 235 / 0.35);
  border-right-color: rgb(229 231 235 / 0.35);
}
.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\/45 {
  border-left-color: rgb(229 231 235 / 0.45);
  border-right-color: rgb(229 231 235 / 0.45);
}
.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\/55 {
  border-left-color: rgb(229 231 235 / 0.55);
  border-right-color: rgb(229 231 235 / 0.55);
}
.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\/65 {
  border-left-color: rgb(229 231 235 / 0.65);
  border-right-color: rgb(229 231 235 / 0.65);
}
.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\/85 {
  border-left-color: rgb(229 231 235 / 0.85);
  border-right-color: rgb(229 231 235 / 0.85);
}
.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\/15 {
  border-left-color: rgb(209 213 219 / 0.15);
  border-right-color: rgb(209 213 219 / 0.15);
}
.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\/35 {
  border-left-color: rgb(209 213 219 / 0.35);
  border-right-color: rgb(209 213 219 / 0.35);
}
.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\/45 {
  border-left-color: rgb(209 213 219 / 0.45);
  border-right-color: rgb(209 213 219 / 0.45);
}
.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\/55 {
  border-left-color: rgb(209 213 219 / 0.55);
  border-right-color: rgb(209 213 219 / 0.55);
}
.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\/65 {
  border-left-color: rgb(209 213 219 / 0.65);
  border-right-color: rgb(209 213 219 / 0.65);
}
.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\/85 {
  border-left-color: rgb(209 213 219 / 0.85);
  border-right-color: rgb(209 213 219 / 0.85);
}
.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\/15 {
  border-left-color: rgb(156 163 175 / 0.15);
  border-right-color: rgb(156 163 175 / 0.15);
}
.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\/35 {
  border-left-color: rgb(156 163 175 / 0.35);
  border-right-color: rgb(156 163 175 / 0.35);
}
.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\/45 {
  border-left-color: rgb(156 163 175 / 0.45);
  border-right-color: rgb(156 163 175 / 0.45);
}
.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\/55 {
  border-left-color: rgb(156 163 175 / 0.55);
  border-right-color: rgb(156 163 175 / 0.55);
}
.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\/65 {
  border-left-color: rgb(156 163 175 / 0.65);
  border-right-color: rgb(156 163 175 / 0.65);
}
.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\/85 {
  border-left-color: rgb(156 163 175 / 0.85);
  border-right-color: rgb(156 163 175 / 0.85);
}
.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\/15 {
  border-left-color: rgb(249 250 251 / 0.15);
  border-right-color: rgb(249 250 251 / 0.15);
}
.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\/35 {
  border-left-color: rgb(249 250 251 / 0.35);
  border-right-color: rgb(249 250 251 / 0.35);
}
.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\/45 {
  border-left-color: rgb(249 250 251 / 0.45);
  border-right-color: rgb(249 250 251 / 0.45);
}
.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\/55 {
  border-left-color: rgb(249 250 251 / 0.55);
  border-right-color: rgb(249 250 251 / 0.55);
}
.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\/65 {
  border-left-color: rgb(249 250 251 / 0.65);
  border-right-color: rgb(249 250 251 / 0.65);
}
.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\/85 {
  border-left-color: rgb(249 250 251 / 0.85);
  border-right-color: rgb(249 250 251 / 0.85);
}
.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\/15 {
  border-left-color: rgb(107 114 128 / 0.15);
  border-right-color: rgb(107 114 128 / 0.15);
}
.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\/35 {
  border-left-color: rgb(107 114 128 / 0.35);
  border-right-color: rgb(107 114 128 / 0.35);
}
.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\/45 {
  border-left-color: rgb(107 114 128 / 0.45);
  border-right-color: rgb(107 114 128 / 0.45);
}
.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\/55 {
  border-left-color: rgb(107 114 128 / 0.55);
  border-right-color: rgb(107 114 128 / 0.55);
}
.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\/65 {
  border-left-color: rgb(107 114 128 / 0.65);
  border-right-color: rgb(107 114 128 / 0.65);
}
.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\/85 {
  border-left-color: rgb(107 114 128 / 0.85);
  border-right-color: rgb(107 114 128 / 0.85);
}
.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\/15 {
  border-left-color: rgb(75 85 99 / 0.15);
  border-right-color: rgb(75 85 99 / 0.15);
}
.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\/35 {
  border-left-color: rgb(75 85 99 / 0.35);
  border-right-color: rgb(75 85 99 / 0.35);
}
.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\/45 {
  border-left-color: rgb(75 85 99 / 0.45);
  border-right-color: rgb(75 85 99 / 0.45);
}
.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\/55 {
  border-left-color: rgb(75 85 99 / 0.55);
  border-right-color: rgb(75 85 99 / 0.55);
}
.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\/65 {
  border-left-color: rgb(75 85 99 / 0.65);
  border-right-color: rgb(75 85 99 / 0.65);
}
.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\/85 {
  border-left-color: rgb(75 85 99 / 0.85);
  border-right-color: rgb(75 85 99 / 0.85);
}
.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\/15 {
  border-left-color: rgb(55 65 81 / 0.15);
  border-right-color: rgb(55 65 81 / 0.15);
}
.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\/35 {
  border-left-color: rgb(55 65 81 / 0.35);
  border-right-color: rgb(55 65 81 / 0.35);
}
.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\/45 {
  border-left-color: rgb(55 65 81 / 0.45);
  border-right-color: rgb(55 65 81 / 0.45);
}
.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\/55 {
  border-left-color: rgb(55 65 81 / 0.55);
  border-right-color: rgb(55 65 81 / 0.55);
}
.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\/65 {
  border-left-color: rgb(55 65 81 / 0.65);
  border-right-color: rgb(55 65 81 / 0.65);
}
.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\/85 {
  border-left-color: rgb(55 65 81 / 0.85);
  border-right-color: rgb(55 65 81 / 0.85);
}
.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\/15 {
  border-left-color: rgb(31 41 55 / 0.15);
  border-right-color: rgb(31 41 55 / 0.15);
}
.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\/35 {
  border-left-color: rgb(31 41 55 / 0.35);
  border-right-color: rgb(31 41 55 / 0.35);
}
.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\/45 {
  border-left-color: rgb(31 41 55 / 0.45);
  border-right-color: rgb(31 41 55 / 0.45);
}
.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\/55 {
  border-left-color: rgb(31 41 55 / 0.55);
  border-right-color: rgb(31 41 55 / 0.55);
}
.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\/65 {
  border-left-color: rgb(31 41 55 / 0.65);
  border-right-color: rgb(31 41 55 / 0.65);
}
.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\/85 {
  border-left-color: rgb(31 41 55 / 0.85);
  border-right-color: rgb(31 41 55 / 0.85);
}
.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\/15 {
  border-left-color: rgb(17 24 39 / 0.15);
  border-right-color: rgb(17 24 39 / 0.15);
}
.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\/35 {
  border-left-color: rgb(17 24 39 / 0.35);
  border-right-color: rgb(17 24 39 / 0.35);
}
.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\/45 {
  border-left-color: rgb(17 24 39 / 0.45);
  border-right-color: rgb(17 24 39 / 0.45);
}
.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\/55 {
  border-left-color: rgb(17 24 39 / 0.55);
  border-right-color: rgb(17 24 39 / 0.55);
}
.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\/65 {
  border-left-color: rgb(17 24 39 / 0.65);
  border-right-color: rgb(17 24 39 / 0.65);
}
.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\/85 {
  border-left-color: rgb(17 24 39 / 0.85);
  border-right-color: rgb(17 24 39 / 0.85);
}
.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\/15 {
  border-left-color: rgb(3 7 18 / 0.15);
  border-right-color: rgb(3 7 18 / 0.15);
}
.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\/35 {
  border-left-color: rgb(3 7 18 / 0.35);
  border-right-color: rgb(3 7 18 / 0.35);
}
.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\/45 {
  border-left-color: rgb(3 7 18 / 0.45);
  border-right-color: rgb(3 7 18 / 0.45);
}
.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\/55 {
  border-left-color: rgb(3 7 18 / 0.55);
  border-right-color: rgb(3 7 18 / 0.55);
}
.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\/65 {
  border-left-color: rgb(3 7 18 / 0.65);
  border-right-color: rgb(3 7 18 / 0.65);
}
.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\/85 {
  border-left-color: rgb(3 7 18 / 0.85);
  border-right-color: rgb(3 7 18 / 0.85);
}
.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\/15 {
  border-left-color: rgb(220 252 231 / 0.15);
  border-right-color: rgb(220 252 231 / 0.15);
}
.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\/35 {
  border-left-color: rgb(220 252 231 / 0.35);
  border-right-color: rgb(220 252 231 / 0.35);
}
.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\/45 {
  border-left-color: rgb(220 252 231 / 0.45);
  border-right-color: rgb(220 252 231 / 0.45);
}
.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\/55 {
  border-left-color: rgb(220 252 231 / 0.55);
  border-right-color: rgb(220 252 231 / 0.55);
}
.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\/65 {
  border-left-color: rgb(220 252 231 / 0.65);
  border-right-color: rgb(220 252 231 / 0.65);
}
.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\/85 {
  border-left-color: rgb(220 252 231 / 0.85);
  border-right-color: rgb(220 252 231 / 0.85);
}
.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\/15 {
  border-left-color: rgb(187 247 208 / 0.15);
  border-right-color: rgb(187 247 208 / 0.15);
}
.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\/35 {
  border-left-color: rgb(187 247 208 / 0.35);
  border-right-color: rgb(187 247 208 / 0.35);
}
.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\/45 {
  border-left-color: rgb(187 247 208 / 0.45);
  border-right-color: rgb(187 247 208 / 0.45);
}
.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\/55 {
  border-left-color: rgb(187 247 208 / 0.55);
  border-right-color: rgb(187 247 208 / 0.55);
}
.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\/65 {
  border-left-color: rgb(187 247 208 / 0.65);
  border-right-color: rgb(187 247 208 / 0.65);
}
.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\/85 {
  border-left-color: rgb(187 247 208 / 0.85);
  border-right-color: rgb(187 247 208 / 0.85);
}
.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\/15 {
  border-left-color: rgb(134 239 172 / 0.15);
  border-right-color: rgb(134 239 172 / 0.15);
}
.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\/35 {
  border-left-color: rgb(134 239 172 / 0.35);
  border-right-color: rgb(134 239 172 / 0.35);
}
.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\/45 {
  border-left-color: rgb(134 239 172 / 0.45);
  border-right-color: rgb(134 239 172 / 0.45);
}
.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\/55 {
  border-left-color: rgb(134 239 172 / 0.55);
  border-right-color: rgb(134 239 172 / 0.55);
}
.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\/65 {
  border-left-color: rgb(134 239 172 / 0.65);
  border-right-color: rgb(134 239 172 / 0.65);
}
.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\/85 {
  border-left-color: rgb(134 239 172 / 0.85);
  border-right-color: rgb(134 239 172 / 0.85);
}
.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\/15 {
  border-left-color: rgb(74 222 128 / 0.15);
  border-right-color: rgb(74 222 128 / 0.15);
}
.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\/35 {
  border-left-color: rgb(74 222 128 / 0.35);
  border-right-color: rgb(74 222 128 / 0.35);
}
.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\/45 {
  border-left-color: rgb(74 222 128 / 0.45);
  border-right-color: rgb(74 222 128 / 0.45);
}
.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\/55 {
  border-left-color: rgb(74 222 128 / 0.55);
  border-right-color: rgb(74 222 128 / 0.55);
}
.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\/65 {
  border-left-color: rgb(74 222 128 / 0.65);
  border-right-color: rgb(74 222 128 / 0.65);
}
.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\/85 {
  border-left-color: rgb(74 222 128 / 0.85);
  border-right-color: rgb(74 222 128 / 0.85);
}
.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\/15 {
  border-left-color: rgb(240 253 244 / 0.15);
  border-right-color: rgb(240 253 244 / 0.15);
}
.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\/35 {
  border-left-color: rgb(240 253 244 / 0.35);
  border-right-color: rgb(240 253 244 / 0.35);
}
.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\/45 {
  border-left-color: rgb(240 253 244 / 0.45);
  border-right-color: rgb(240 253 244 / 0.45);
}
.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\/55 {
  border-left-color: rgb(240 253 244 / 0.55);
  border-right-color: rgb(240 253 244 / 0.55);
}
.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\/65 {
  border-left-color: rgb(240 253 244 / 0.65);
  border-right-color: rgb(240 253 244 / 0.65);
}
.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\/85 {
  border-left-color: rgb(240 253 244 / 0.85);
  border-right-color: rgb(240 253 244 / 0.85);
}
.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\/15 {
  border-left-color: rgb(34 197 94 / 0.15);
  border-right-color: rgb(34 197 94 / 0.15);
}
.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\/35 {
  border-left-color: rgb(34 197 94 / 0.35);
  border-right-color: rgb(34 197 94 / 0.35);
}
.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\/45 {
  border-left-color: rgb(34 197 94 / 0.45);
  border-right-color: rgb(34 197 94 / 0.45);
}
.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\/55 {
  border-left-color: rgb(34 197 94 / 0.55);
  border-right-color: rgb(34 197 94 / 0.55);
}
.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\/65 {
  border-left-color: rgb(34 197 94 / 0.65);
  border-right-color: rgb(34 197 94 / 0.65);
}
.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\/85 {
  border-left-color: rgb(34 197 94 / 0.85);
  border-right-color: rgb(34 197 94 / 0.85);
}
.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\/15 {
  border-left-color: rgb(22 163 74 / 0.15);
  border-right-color: rgb(22 163 74 / 0.15);
}
.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\/35 {
  border-left-color: rgb(22 163 74 / 0.35);
  border-right-color: rgb(22 163 74 / 0.35);
}
.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\/45 {
  border-left-color: rgb(22 163 74 / 0.45);
  border-right-color: rgb(22 163 74 / 0.45);
}
.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\/55 {
  border-left-color: rgb(22 163 74 / 0.55);
  border-right-color: rgb(22 163 74 / 0.55);
}
.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\/65 {
  border-left-color: rgb(22 163 74 / 0.65);
  border-right-color: rgb(22 163 74 / 0.65);
}
.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\/85 {
  border-left-color: rgb(22 163 74 / 0.85);
  border-right-color: rgb(22 163 74 / 0.85);
}
.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\/15 {
  border-left-color: rgb(21 128 61 / 0.15);
  border-right-color: rgb(21 128 61 / 0.15);
}
.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\/35 {
  border-left-color: rgb(21 128 61 / 0.35);
  border-right-color: rgb(21 128 61 / 0.35);
}
.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\/45 {
  border-left-color: rgb(21 128 61 / 0.45);
  border-right-color: rgb(21 128 61 / 0.45);
}
.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\/55 {
  border-left-color: rgb(21 128 61 / 0.55);
  border-right-color: rgb(21 128 61 / 0.55);
}
.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\/65 {
  border-left-color: rgb(21 128 61 / 0.65);
  border-right-color: rgb(21 128 61 / 0.65);
}
.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\/85 {
  border-left-color: rgb(21 128 61 / 0.85);
  border-right-color: rgb(21 128 61 / 0.85);
}
.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\/15 {
  border-left-color: rgb(22 101 52 / 0.15);
  border-right-color: rgb(22 101 52 / 0.15);
}
.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\/35 {
  border-left-color: rgb(22 101 52 / 0.35);
  border-right-color: rgb(22 101 52 / 0.35);
}
.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\/45 {
  border-left-color: rgb(22 101 52 / 0.45);
  border-right-color: rgb(22 101 52 / 0.45);
}
.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\/55 {
  border-left-color: rgb(22 101 52 / 0.55);
  border-right-color: rgb(22 101 52 / 0.55);
}
.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\/65 {
  border-left-color: rgb(22 101 52 / 0.65);
  border-right-color: rgb(22 101 52 / 0.65);
}
.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\/85 {
  border-left-color: rgb(22 101 52 / 0.85);
  border-right-color: rgb(22 101 52 / 0.85);
}
.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\/15 {
  border-left-color: rgb(20 83 45 / 0.15);
  border-right-color: rgb(20 83 45 / 0.15);
}
.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\/35 {
  border-left-color: rgb(20 83 45 / 0.35);
  border-right-color: rgb(20 83 45 / 0.35);
}
.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\/45 {
  border-left-color: rgb(20 83 45 / 0.45);
  border-right-color: rgb(20 83 45 / 0.45);
}
.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\/55 {
  border-left-color: rgb(20 83 45 / 0.55);
  border-right-color: rgb(20 83 45 / 0.55);
}
.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\/65 {
  border-left-color: rgb(20 83 45 / 0.65);
  border-right-color: rgb(20 83 45 / 0.65);
}
.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\/85 {
  border-left-color: rgb(20 83 45 / 0.85);
  border-right-color: rgb(20 83 45 / 0.85);
}
.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\/15 {
  border-left-color: rgb(5 46 22 / 0.15);
  border-right-color: rgb(5 46 22 / 0.15);
}
.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\/35 {
  border-left-color: rgb(5 46 22 / 0.35);
  border-right-color: rgb(5 46 22 / 0.35);
}
.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\/45 {
  border-left-color: rgb(5 46 22 / 0.45);
  border-right-color: rgb(5 46 22 / 0.45);
}
.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\/55 {
  border-left-color: rgb(5 46 22 / 0.55);
  border-right-color: rgb(5 46 22 / 0.55);
}
.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\/65 {
  border-left-color: rgb(5 46 22 / 0.65);
  border-right-color: rgb(5 46 22 / 0.65);
}
.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\/85 {
  border-left-color: rgb(5 46 22 / 0.85);
  border-right-color: rgb(5 46 22 / 0.85);
}
.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\/15 {
  border-left-color: rgb(224 231 255 / 0.15);
  border-right-color: rgb(224 231 255 / 0.15);
}
.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\/35 {
  border-left-color: rgb(224 231 255 / 0.35);
  border-right-color: rgb(224 231 255 / 0.35);
}
.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\/45 {
  border-left-color: rgb(224 231 255 / 0.45);
  border-right-color: rgb(224 231 255 / 0.45);
}
.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\/55 {
  border-left-color: rgb(224 231 255 / 0.55);
  border-right-color: rgb(224 231 255 / 0.55);
}
.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\/65 {
  border-left-color: rgb(224 231 255 / 0.65);
  border-right-color: rgb(224 231 255 / 0.65);
}
.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\/85 {
  border-left-color: rgb(224 231 255 / 0.85);
  border-right-color: rgb(224 231 255 / 0.85);
}
.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\/15 {
  border-left-color: rgb(199 210 254 / 0.15);
  border-right-color: rgb(199 210 254 / 0.15);
}
.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\/35 {
  border-left-color: rgb(199 210 254 / 0.35);
  border-right-color: rgb(199 210 254 / 0.35);
}
.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\/45 {
  border-left-color: rgb(199 210 254 / 0.45);
  border-right-color: rgb(199 210 254 / 0.45);
}
.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\/55 {
  border-left-color: rgb(199 210 254 / 0.55);
  border-right-color: rgb(199 210 254 / 0.55);
}
.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\/65 {
  border-left-color: rgb(199 210 254 / 0.65);
  border-right-color: rgb(199 210 254 / 0.65);
}
.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\/85 {
  border-left-color: rgb(199 210 254 / 0.85);
  border-right-color: rgb(199 210 254 / 0.85);
}
.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\/15 {
  border-left-color: rgb(165 180 252 / 0.15);
  border-right-color: rgb(165 180 252 / 0.15);
}
.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\/35 {
  border-left-color: rgb(165 180 252 / 0.35);
  border-right-color: rgb(165 180 252 / 0.35);
}
.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\/45 {
  border-left-color: rgb(165 180 252 / 0.45);
  border-right-color: rgb(165 180 252 / 0.45);
}
.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\/55 {
  border-left-color: rgb(165 180 252 / 0.55);
  border-right-color: rgb(165 180 252 / 0.55);
}
.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\/65 {
  border-left-color: rgb(165 180 252 / 0.65);
  border-right-color: rgb(165 180 252 / 0.65);
}
.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\/85 {
  border-left-color: rgb(165 180 252 / 0.85);
  border-right-color: rgb(165 180 252 / 0.85);
}
.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\/15 {
  border-left-color: rgb(129 140 248 / 0.15);
  border-right-color: rgb(129 140 248 / 0.15);
}
.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\/35 {
  border-left-color: rgb(129 140 248 / 0.35);
  border-right-color: rgb(129 140 248 / 0.35);
}
.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\/45 {
  border-left-color: rgb(129 140 248 / 0.45);
  border-right-color: rgb(129 140 248 / 0.45);
}
.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\/55 {
  border-left-color: rgb(129 140 248 / 0.55);
  border-right-color: rgb(129 140 248 / 0.55);
}
.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\/65 {
  border-left-color: rgb(129 140 248 / 0.65);
  border-right-color: rgb(129 140 248 / 0.65);
}
.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\/85 {
  border-left-color: rgb(129 140 248 / 0.85);
  border-right-color: rgb(129 140 248 / 0.85);
}
.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\/15 {
  border-left-color: rgb(238 242 255 / 0.15);
  border-right-color: rgb(238 242 255 / 0.15);
}
.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\/35 {
  border-left-color: rgb(238 242 255 / 0.35);
  border-right-color: rgb(238 242 255 / 0.35);
}
.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\/45 {
  border-left-color: rgb(238 242 255 / 0.45);
  border-right-color: rgb(238 242 255 / 0.45);
}
.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\/55 {
  border-left-color: rgb(238 242 255 / 0.55);
  border-right-color: rgb(238 242 255 / 0.55);
}
.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\/65 {
  border-left-color: rgb(238 242 255 / 0.65);
  border-right-color: rgb(238 242 255 / 0.65);
}
.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\/85 {
  border-left-color: rgb(238 242 255 / 0.85);
  border-right-color: rgb(238 242 255 / 0.85);
}
.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\/15 {
  border-left-color: rgb(99 102 241 / 0.15);
  border-right-color: rgb(99 102 241 / 0.15);
}
.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\/35 {
  border-left-color: rgb(99 102 241 / 0.35);
  border-right-color: rgb(99 102 241 / 0.35);
}
.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\/45 {
  border-left-color: rgb(99 102 241 / 0.45);
  border-right-color: rgb(99 102 241 / 0.45);
}
.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\/55 {
  border-left-color: rgb(99 102 241 / 0.55);
  border-right-color: rgb(99 102 241 / 0.55);
}
.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\/65 {
  border-left-color: rgb(99 102 241 / 0.65);
  border-right-color: rgb(99 102 241 / 0.65);
}
.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\/85 {
  border-left-color: rgb(99 102 241 / 0.85);
  border-right-color: rgb(99 102 241 / 0.85);
}
.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\/15 {
  border-left-color: rgb(79 70 229 / 0.15);
  border-right-color: rgb(79 70 229 / 0.15);
}
.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\/35 {
  border-left-color: rgb(79 70 229 / 0.35);
  border-right-color: rgb(79 70 229 / 0.35);
}
.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\/45 {
  border-left-color: rgb(79 70 229 / 0.45);
  border-right-color: rgb(79 70 229 / 0.45);
}
.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\/55 {
  border-left-color: rgb(79 70 229 / 0.55);
  border-right-color: rgb(79 70 229 / 0.55);
}
.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\/65 {
  border-left-color: rgb(79 70 229 / 0.65);
  border-right-color: rgb(79 70 229 / 0.65);
}
.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\/85 {
  border-left-color: rgb(79 70 229 / 0.85);
  border-right-color: rgb(79 70 229 / 0.85);
}
.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\/15 {
  border-left-color: rgb(67 56 202 / 0.15);
  border-right-color: rgb(67 56 202 / 0.15);
}
.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\/35 {
  border-left-color: rgb(67 56 202 / 0.35);
  border-right-color: rgb(67 56 202 / 0.35);
}
.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\/45 {
  border-left-color: rgb(67 56 202 / 0.45);
  border-right-color: rgb(67 56 202 / 0.45);
}
.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\/55 {
  border-left-color: rgb(67 56 202 / 0.55);
  border-right-color: rgb(67 56 202 / 0.55);
}
.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\/65 {
  border-left-color: rgb(67 56 202 / 0.65);
  border-right-color: rgb(67 56 202 / 0.65);
}
.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\/85 {
  border-left-color: rgb(67 56 202 / 0.85);
  border-right-color: rgb(67 56 202 / 0.85);
}
.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\/15 {
  border-left-color: rgb(55 48 163 / 0.15);
  border-right-color: rgb(55 48 163 / 0.15);
}
.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\/35 {
  border-left-color: rgb(55 48 163 / 0.35);
  border-right-color: rgb(55 48 163 / 0.35);
}
.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\/45 {
  border-left-color: rgb(55 48 163 / 0.45);
  border-right-color: rgb(55 48 163 / 0.45);
}
.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\/55 {
  border-left-color: rgb(55 48 163 / 0.55);
  border-right-color: rgb(55 48 163 / 0.55);
}
.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\/65 {
  border-left-color: rgb(55 48 163 / 0.65);
  border-right-color: rgb(55 48 163 / 0.65);
}
.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\/85 {
  border-left-color: rgb(55 48 163 / 0.85);
  border-right-color: rgb(55 48 163 / 0.85);
}
.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\/15 {
  border-left-color: rgb(49 46 129 / 0.15);
  border-right-color: rgb(49 46 129 / 0.15);
}
.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\/35 {
  border-left-color: rgb(49 46 129 / 0.35);
  border-right-color: rgb(49 46 129 / 0.35);
}
.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\/45 {
  border-left-color: rgb(49 46 129 / 0.45);
  border-right-color: rgb(49 46 129 / 0.45);
}
.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\/55 {
  border-left-color: rgb(49 46 129 / 0.55);
  border-right-color: rgb(49 46 129 / 0.55);
}
.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\/65 {
  border-left-color: rgb(49 46 129 / 0.65);
  border-right-color: rgb(49 46 129 / 0.65);
}
.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\/85 {
  border-left-color: rgb(49 46 129 / 0.85);
  border-right-color: rgb(49 46 129 / 0.85);
}
.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\/15 {
  border-left-color: rgb(30 27 75 / 0.15);
  border-right-color: rgb(30 27 75 / 0.15);
}
.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\/35 {
  border-left-color: rgb(30 27 75 / 0.35);
  border-right-color: rgb(30 27 75 / 0.35);
}
.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\/45 {
  border-left-color: rgb(30 27 75 / 0.45);
  border-right-color: rgb(30 27 75 / 0.45);
}
.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\/55 {
  border-left-color: rgb(30 27 75 / 0.55);
  border-right-color: rgb(30 27 75 / 0.55);
}
.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\/65 {
  border-left-color: rgb(30 27 75 / 0.65);
  border-right-color: rgb(30 27 75 / 0.65);
}
.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\/85 {
  border-left-color: rgb(30 27 75 / 0.85);
  border-right-color: rgb(30 27 75 / 0.85);
}
.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\/15 {
  border-left-color: rgb(236 252 203 / 0.15);
  border-right-color: rgb(236 252 203 / 0.15);
}
.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\/35 {
  border-left-color: rgb(236 252 203 / 0.35);
  border-right-color: rgb(236 252 203 / 0.35);
}
.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\/45 {
  border-left-color: rgb(236 252 203 / 0.45);
  border-right-color: rgb(236 252 203 / 0.45);
}
.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\/55 {
  border-left-color: rgb(236 252 203 / 0.55);
  border-right-color: rgb(236 252 203 / 0.55);
}
.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\/65 {
  border-left-color: rgb(236 252 203 / 0.65);
  border-right-color: rgb(236 252 203 / 0.65);
}
.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\/85 {
  border-left-color: rgb(236 252 203 / 0.85);
  border-right-color: rgb(236 252 203 / 0.85);
}
.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\/15 {
  border-left-color: rgb(217 249 157 / 0.15);
  border-right-color: rgb(217 249 157 / 0.15);
}
.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\/35 {
  border-left-color: rgb(217 249 157 / 0.35);
  border-right-color: rgb(217 249 157 / 0.35);
}
.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\/45 {
  border-left-color: rgb(217 249 157 / 0.45);
  border-right-color: rgb(217 249 157 / 0.45);
}
.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\/55 {
  border-left-color: rgb(217 249 157 / 0.55);
  border-right-color: rgb(217 249 157 / 0.55);
}
.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\/65 {
  border-left-color: rgb(217 249 157 / 0.65);
  border-right-color: rgb(217 249 157 / 0.65);
}
.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\/85 {
  border-left-color: rgb(217 249 157 / 0.85);
  border-right-color: rgb(217 249 157 / 0.85);
}
.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\/15 {
  border-left-color: rgb(190 242 100 / 0.15);
  border-right-color: rgb(190 242 100 / 0.15);
}
.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\/35 {
  border-left-color: rgb(190 242 100 / 0.35);
  border-right-color: rgb(190 242 100 / 0.35);
}
.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\/45 {
  border-left-color: rgb(190 242 100 / 0.45);
  border-right-color: rgb(190 242 100 / 0.45);
}
.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\/55 {
  border-left-color: rgb(190 242 100 / 0.55);
  border-right-color: rgb(190 242 100 / 0.55);
}
.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\/65 {
  border-left-color: rgb(190 242 100 / 0.65);
  border-right-color: rgb(190 242 100 / 0.65);
}
.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\/85 {
  border-left-color: rgb(190 242 100 / 0.85);
  border-right-color: rgb(190 242 100 / 0.85);
}
.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\/15 {
  border-left-color: rgb(163 230 53 / 0.15);
  border-right-color: rgb(163 230 53 / 0.15);
}
.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\/35 {
  border-left-color: rgb(163 230 53 / 0.35);
  border-right-color: rgb(163 230 53 / 0.35);
}
.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\/45 {
  border-left-color: rgb(163 230 53 / 0.45);
  border-right-color: rgb(163 230 53 / 0.45);
}
.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\/55 {
  border-left-color: rgb(163 230 53 / 0.55);
  border-right-color: rgb(163 230 53 / 0.55);
}
.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\/65 {
  border-left-color: rgb(163 230 53 / 0.65);
  border-right-color: rgb(163 230 53 / 0.65);
}
.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\/85 {
  border-left-color: rgb(163 230 53 / 0.85);
  border-right-color: rgb(163 230 53 / 0.85);
}
.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\/15 {
  border-left-color: rgb(247 254 231 / 0.15);
  border-right-color: rgb(247 254 231 / 0.15);
}
.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\/35 {
  border-left-color: rgb(247 254 231 / 0.35);
  border-right-color: rgb(247 254 231 / 0.35);
}
.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\/45 {
  border-left-color: rgb(247 254 231 / 0.45);
  border-right-color: rgb(247 254 231 / 0.45);
}
.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\/55 {
  border-left-color: rgb(247 254 231 / 0.55);
  border-right-color: rgb(247 254 231 / 0.55);
}
.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\/65 {
  border-left-color: rgb(247 254 231 / 0.65);
  border-right-color: rgb(247 254 231 / 0.65);
}
.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\/85 {
  border-left-color: rgb(247 254 231 / 0.85);
  border-right-color: rgb(247 254 231 / 0.85);
}
.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\/15 {
  border-left-color: rgb(132 204 22 / 0.15);
  border-right-color: rgb(132 204 22 / 0.15);
}
.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\/35 {
  border-left-color: rgb(132 204 22 / 0.35);
  border-right-color: rgb(132 204 22 / 0.35);
}
.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\/45 {
  border-left-color: rgb(132 204 22 / 0.45);
  border-right-color: rgb(132 204 22 / 0.45);
}
.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\/55 {
  border-left-color: rgb(132 204 22 / 0.55);
  border-right-color: rgb(132 204 22 / 0.55);
}
.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\/65 {
  border-left-color: rgb(132 204 22 / 0.65);
  border-right-color: rgb(132 204 22 / 0.65);
}
.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\/85 {
  border-left-color: rgb(132 204 22 / 0.85);
  border-right-color: rgb(132 204 22 / 0.85);
}
.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\/15 {
  border-left-color: rgb(101 163 13 / 0.15);
  border-right-color: rgb(101 163 13 / 0.15);
}
.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\/35 {
  border-left-color: rgb(101 163 13 / 0.35);
  border-right-color: rgb(101 163 13 / 0.35);
}
.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\/45 {
  border-left-color: rgb(101 163 13 / 0.45);
  border-right-color: rgb(101 163 13 / 0.45);
}
.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\/55 {
  border-left-color: rgb(101 163 13 / 0.55);
  border-right-color: rgb(101 163 13 / 0.55);
}
.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\/65 {
  border-left-color: rgb(101 163 13 / 0.65);
  border-right-color: rgb(101 163 13 / 0.65);
}
.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\/85 {
  border-left-color: rgb(101 163 13 / 0.85);
  border-right-color: rgb(101 163 13 / 0.85);
}
.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\/15 {
  border-left-color: rgb(77 124 15 / 0.15);
  border-right-color: rgb(77 124 15 / 0.15);
}
.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\/35 {
  border-left-color: rgb(77 124 15 / 0.35);
  border-right-color: rgb(77 124 15 / 0.35);
}
.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\/45 {
  border-left-color: rgb(77 124 15 / 0.45);
  border-right-color: rgb(77 124 15 / 0.45);
}
.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\/55 {
  border-left-color: rgb(77 124 15 / 0.55);
  border-right-color: rgb(77 124 15 / 0.55);
}
.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\/65 {
  border-left-color: rgb(77 124 15 / 0.65);
  border-right-color: rgb(77 124 15 / 0.65);
}
.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\/85 {
  border-left-color: rgb(77 124 15 / 0.85);
  border-right-color: rgb(77 124 15 / 0.85);
}
.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\/15 {
  border-left-color: rgb(63 98 18 / 0.15);
  border-right-color: rgb(63 98 18 / 0.15);
}
.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\/35 {
  border-left-color: rgb(63 98 18 / 0.35);
  border-right-color: rgb(63 98 18 / 0.35);
}
.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\/45 {
  border-left-color: rgb(63 98 18 / 0.45);
  border-right-color: rgb(63 98 18 / 0.45);
}
.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\/55 {
  border-left-color: rgb(63 98 18 / 0.55);
  border-right-color: rgb(63 98 18 / 0.55);
}
.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\/65 {
  border-left-color: rgb(63 98 18 / 0.65);
  border-right-color: rgb(63 98 18 / 0.65);
}
.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\/85 {
  border-left-color: rgb(63 98 18 / 0.85);
  border-right-color: rgb(63 98 18 / 0.85);
}
.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\/15 {
  border-left-color: rgb(54 83 20 / 0.15);
  border-right-color: rgb(54 83 20 / 0.15);
}
.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\/35 {
  border-left-color: rgb(54 83 20 / 0.35);
  border-right-color: rgb(54 83 20 / 0.35);
}
.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\/45 {
  border-left-color: rgb(54 83 20 / 0.45);
  border-right-color: rgb(54 83 20 / 0.45);
}
.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\/55 {
  border-left-color: rgb(54 83 20 / 0.55);
  border-right-color: rgb(54 83 20 / 0.55);
}
.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\/65 {
  border-left-color: rgb(54 83 20 / 0.65);
  border-right-color: rgb(54 83 20 / 0.65);
}
.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\/85 {
  border-left-color: rgb(54 83 20 / 0.85);
  border-right-color: rgb(54 83 20 / 0.85);
}
.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\/15 {
  border-left-color: rgb(26 46 5 / 0.15);
  border-right-color: rgb(26 46 5 / 0.15);
}
.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\/35 {
  border-left-color: rgb(26 46 5 / 0.35);
  border-right-color: rgb(26 46 5 / 0.35);
}
.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\/45 {
  border-left-color: rgb(26 46 5 / 0.45);
  border-right-color: rgb(26 46 5 / 0.45);
}
.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\/55 {
  border-left-color: rgb(26 46 5 / 0.55);
  border-right-color: rgb(26 46 5 / 0.55);
}
.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\/65 {
  border-left-color: rgb(26 46 5 / 0.65);
  border-right-color: rgb(26 46 5 / 0.65);
}
.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\/85 {
  border-left-color: rgb(26 46 5 / 0.85);
  border-right-color: rgb(26 46 5 / 0.85);
}
.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\/15 {
  border-left-color: rgb(245 245 245 / 0.15);
  border-right-color: rgb(245 245 245 / 0.15);
}
.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\/35 {
  border-left-color: rgb(245 245 245 / 0.35);
  border-right-color: rgb(245 245 245 / 0.35);
}
.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\/45 {
  border-left-color: rgb(245 245 245 / 0.45);
  border-right-color: rgb(245 245 245 / 0.45);
}
.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\/55 {
  border-left-color: rgb(245 245 245 / 0.55);
  border-right-color: rgb(245 245 245 / 0.55);
}
.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\/65 {
  border-left-color: rgb(245 245 245 / 0.65);
  border-right-color: rgb(245 245 245 / 0.65);
}
.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\/85 {
  border-left-color: rgb(245 245 245 / 0.85);
  border-right-color: rgb(245 245 245 / 0.85);
}
.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\/15 {
  border-left-color: rgb(229 229 229 / 0.15);
  border-right-color: rgb(229 229 229 / 0.15);
}
.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\/35 {
  border-left-color: rgb(229 229 229 / 0.35);
  border-right-color: rgb(229 229 229 / 0.35);
}
.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\/45 {
  border-left-color: rgb(229 229 229 / 0.45);
  border-right-color: rgb(229 229 229 / 0.45);
}
.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\/55 {
  border-left-color: rgb(229 229 229 / 0.55);
  border-right-color: rgb(229 229 229 / 0.55);
}
.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\/65 {
  border-left-color: rgb(229 229 229 / 0.65);
  border-right-color: rgb(229 229 229 / 0.65);
}
.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\/85 {
  border-left-color: rgb(229 229 229 / 0.85);
  border-right-color: rgb(229 229 229 / 0.85);
}
.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\/15 {
  border-left-color: rgb(212 212 212 / 0.15);
  border-right-color: rgb(212 212 212 / 0.15);
}
.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\/35 {
  border-left-color: rgb(212 212 212 / 0.35);
  border-right-color: rgb(212 212 212 / 0.35);
}
.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\/45 {
  border-left-color: rgb(212 212 212 / 0.45);
  border-right-color: rgb(212 212 212 / 0.45);
}
.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\/55 {
  border-left-color: rgb(212 212 212 / 0.55);
  border-right-color: rgb(212 212 212 / 0.55);
}
.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\/65 {
  border-left-color: rgb(212 212 212 / 0.65);
  border-right-color: rgb(212 212 212 / 0.65);
}
.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\/85 {
  border-left-color: rgb(212 212 212 / 0.85);
  border-right-color: rgb(212 212 212 / 0.85);
}
.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\/15 {
  border-left-color: rgb(163 163 163 / 0.15);
  border-right-color: rgb(163 163 163 / 0.15);
}
.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\/35 {
  border-left-color: rgb(163 163 163 / 0.35);
  border-right-color: rgb(163 163 163 / 0.35);
}
.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\/45 {
  border-left-color: rgb(163 163 163 / 0.45);
  border-right-color: rgb(163 163 163 / 0.45);
}
.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\/55 {
  border-left-color: rgb(163 163 163 / 0.55);
  border-right-color: rgb(163 163 163 / 0.55);
}
.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\/65 {
  border-left-color: rgb(163 163 163 / 0.65);
  border-right-color: rgb(163 163 163 / 0.65);
}
.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\/85 {
  border-left-color: rgb(163 163 163 / 0.85);
  border-right-color: rgb(163 163 163 / 0.85);
}
.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\/15 {
  border-left-color: rgb(250 250 250 / 0.15);
  border-right-color: rgb(250 250 250 / 0.15);
}
.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\/35 {
  border-left-color: rgb(250 250 250 / 0.35);
  border-right-color: rgb(250 250 250 / 0.35);
}
.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\/45 {
  border-left-color: rgb(250 250 250 / 0.45);
  border-right-color: rgb(250 250 250 / 0.45);
}
.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\/55 {
  border-left-color: rgb(250 250 250 / 0.55);
  border-right-color: rgb(250 250 250 / 0.55);
}
.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\/65 {
  border-left-color: rgb(250 250 250 / 0.65);
  border-right-color: rgb(250 250 250 / 0.65);
}
.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\/85 {
  border-left-color: rgb(250 250 250 / 0.85);
  border-right-color: rgb(250 250 250 / 0.85);
}
.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\/15 {
  border-left-color: rgb(115 115 115 / 0.15);
  border-right-color: rgb(115 115 115 / 0.15);
}
.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\/35 {
  border-left-color: rgb(115 115 115 / 0.35);
  border-right-color: rgb(115 115 115 / 0.35);
}
.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\/45 {
  border-left-color: rgb(115 115 115 / 0.45);
  border-right-color: rgb(115 115 115 / 0.45);
}
.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\/55 {
  border-left-color: rgb(115 115 115 / 0.55);
  border-right-color: rgb(115 115 115 / 0.55);
}
.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\/65 {
  border-left-color: rgb(115 115 115 / 0.65);
  border-right-color: rgb(115 115 115 / 0.65);
}
.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\/85 {
  border-left-color: rgb(115 115 115 / 0.85);
  border-right-color: rgb(115 115 115 / 0.85);
}
.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\/15 {
  border-left-color: rgb(82 82 82 / 0.15);
  border-right-color: rgb(82 82 82 / 0.15);
}
.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\/35 {
  border-left-color: rgb(82 82 82 / 0.35);
  border-right-color: rgb(82 82 82 / 0.35);
}
.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\/45 {
  border-left-color: rgb(82 82 82 / 0.45);
  border-right-color: rgb(82 82 82 / 0.45);
}
.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\/55 {
  border-left-color: rgb(82 82 82 / 0.55);
  border-right-color: rgb(82 82 82 / 0.55);
}
.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\/65 {
  border-left-color: rgb(82 82 82 / 0.65);
  border-right-color: rgb(82 82 82 / 0.65);
}
.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\/85 {
  border-left-color: rgb(82 82 82 / 0.85);
  border-right-color: rgb(82 82 82 / 0.85);
}
.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\/15 {
  border-left-color: rgb(64 64 64 / 0.15);
  border-right-color: rgb(64 64 64 / 0.15);
}
.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\/35 {
  border-left-color: rgb(64 64 64 / 0.35);
  border-right-color: rgb(64 64 64 / 0.35);
}
.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\/45 {
  border-left-color: rgb(64 64 64 / 0.45);
  border-right-color: rgb(64 64 64 / 0.45);
}
.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\/55 {
  border-left-color: rgb(64 64 64 / 0.55);
  border-right-color: rgb(64 64 64 / 0.55);
}
.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\/65 {
  border-left-color: rgb(64 64 64 / 0.65);
  border-right-color: rgb(64 64 64 / 0.65);
}
.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\/85 {
  border-left-color: rgb(64 64 64 / 0.85);
  border-right-color: rgb(64 64 64 / 0.85);
}
.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\/15 {
  border-left-color: rgb(38 38 38 / 0.15);
  border-right-color: rgb(38 38 38 / 0.15);
}
.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\/35 {
  border-left-color: rgb(38 38 38 / 0.35);
  border-right-color: rgb(38 38 38 / 0.35);
}
.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\/45 {
  border-left-color: rgb(38 38 38 / 0.45);
  border-right-color: rgb(38 38 38 / 0.45);
}
.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\/55 {
  border-left-color: rgb(38 38 38 / 0.55);
  border-right-color: rgb(38 38 38 / 0.55);
}
.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\/65 {
  border-left-color: rgb(38 38 38 / 0.65);
  border-right-color: rgb(38 38 38 / 0.65);
}
.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\/85 {
  border-left-color: rgb(38 38 38 / 0.85);
  border-right-color: rgb(38 38 38 / 0.85);
}
.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\/15 {
  border-left-color: rgb(23 23 23 / 0.15);
  border-right-color: rgb(23 23 23 / 0.15);
}
.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\/35 {
  border-left-color: rgb(23 23 23 / 0.35);
  border-right-color: rgb(23 23 23 / 0.35);
}
.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\/45 {
  border-left-color: rgb(23 23 23 / 0.45);
  border-right-color: rgb(23 23 23 / 0.45);
}
.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\/55 {
  border-left-color: rgb(23 23 23 / 0.55);
  border-right-color: rgb(23 23 23 / 0.55);
}
.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\/65 {
  border-left-color: rgb(23 23 23 / 0.65);
  border-right-color: rgb(23 23 23 / 0.65);
}
.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\/85 {
  border-left-color: rgb(23 23 23 / 0.85);
  border-right-color: rgb(23 23 23 / 0.85);
}
.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\/15 {
  border-left-color: rgb(10 10 10 / 0.15);
  border-right-color: rgb(10 10 10 / 0.15);
}
.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\/35 {
  border-left-color: rgb(10 10 10 / 0.35);
  border-right-color: rgb(10 10 10 / 0.35);
}
.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\/45 {
  border-left-color: rgb(10 10 10 / 0.45);
  border-right-color: rgb(10 10 10 / 0.45);
}
.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\/55 {
  border-left-color: rgb(10 10 10 / 0.55);
  border-right-color: rgb(10 10 10 / 0.55);
}
.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\/65 {
  border-left-color: rgb(10 10 10 / 0.65);
  border-right-color: rgb(10 10 10 / 0.65);
}
.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\/85 {
  border-left-color: rgb(10 10 10 / 0.85);
  border-right-color: rgb(10 10 10 / 0.85);
}
.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\/15 {
  border-left-color: rgb(255 237 213 / 0.15);
  border-right-color: rgb(255 237 213 / 0.15);
}
.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\/35 {
  border-left-color: rgb(255 237 213 / 0.35);
  border-right-color: rgb(255 237 213 / 0.35);
}
.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\/45 {
  border-left-color: rgb(255 237 213 / 0.45);
  border-right-color: rgb(255 237 213 / 0.45);
}
.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\/55 {
  border-left-color: rgb(255 237 213 / 0.55);
  border-right-color: rgb(255 237 213 / 0.55);
}
.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\/65 {
  border-left-color: rgb(255 237 213 / 0.65);
  border-right-color: rgb(255 237 213 / 0.65);
}
.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\/85 {
  border-left-color: rgb(255 237 213 / 0.85);
  border-right-color: rgb(255 237 213 / 0.85);
}
.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\/15 {
  border-left-color: rgb(254 215 170 / 0.15);
  border-right-color: rgb(254 215 170 / 0.15);
}
.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\/35 {
  border-left-color: rgb(254 215 170 / 0.35);
  border-right-color: rgb(254 215 170 / 0.35);
}
.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\/45 {
  border-left-color: rgb(254 215 170 / 0.45);
  border-right-color: rgb(254 215 170 / 0.45);
}
.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\/55 {
  border-left-color: rgb(254 215 170 / 0.55);
  border-right-color: rgb(254 215 170 / 0.55);
}
.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\/65 {
  border-left-color: rgb(254 215 170 / 0.65);
  border-right-color: rgb(254 215 170 / 0.65);
}
.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\/85 {
  border-left-color: rgb(254 215 170 / 0.85);
  border-right-color: rgb(254 215 170 / 0.85);
}
.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\/15 {
  border-left-color: rgb(253 186 116 / 0.15);
  border-right-color: rgb(253 186 116 / 0.15);
}
.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\/35 {
  border-left-color: rgb(253 186 116 / 0.35);
  border-right-color: rgb(253 186 116 / 0.35);
}
.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\/45 {
  border-left-color: rgb(253 186 116 / 0.45);
  border-right-color: rgb(253 186 116 / 0.45);
}
.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\/55 {
  border-left-color: rgb(253 186 116 / 0.55);
  border-right-color: rgb(253 186 116 / 0.55);
}
.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\/65 {
  border-left-color: rgb(253 186 116 / 0.65);
  border-right-color: rgb(253 186 116 / 0.65);
}
.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\/85 {
  border-left-color: rgb(253 186 116 / 0.85);
  border-right-color: rgb(253 186 116 / 0.85);
}
.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\/15 {
  border-left-color: rgb(251 146 60 / 0.15);
  border-right-color: rgb(251 146 60 / 0.15);
}
.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\/35 {
  border-left-color: rgb(251 146 60 / 0.35);
  border-right-color: rgb(251 146 60 / 0.35);
}
.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\/45 {
  border-left-color: rgb(251 146 60 / 0.45);
  border-right-color: rgb(251 146 60 / 0.45);
}
.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\/55 {
  border-left-color: rgb(251 146 60 / 0.55);
  border-right-color: rgb(251 146 60 / 0.55);
}
.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\/65 {
  border-left-color: rgb(251 146 60 / 0.65);
  border-right-color: rgb(251 146 60 / 0.65);
}
.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\/85 {
  border-left-color: rgb(251 146 60 / 0.85);
  border-right-color: rgb(251 146 60 / 0.85);
}
.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\/15 {
  border-left-color: rgb(255 247 237 / 0.15);
  border-right-color: rgb(255 247 237 / 0.15);
}
.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\/35 {
  border-left-color: rgb(255 247 237 / 0.35);
  border-right-color: rgb(255 247 237 / 0.35);
}
.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\/45 {
  border-left-color: rgb(255 247 237 / 0.45);
  border-right-color: rgb(255 247 237 / 0.45);
}
.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\/55 {
  border-left-color: rgb(255 247 237 / 0.55);
  border-right-color: rgb(255 247 237 / 0.55);
}
.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\/65 {
  border-left-color: rgb(255 247 237 / 0.65);
  border-right-color: rgb(255 247 237 / 0.65);
}
.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\/85 {
  border-left-color: rgb(255 247 237 / 0.85);
  border-right-color: rgb(255 247 237 / 0.85);
}
.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\/15 {
  border-left-color: rgb(249 115 22 / 0.15);
  border-right-color: rgb(249 115 22 / 0.15);
}
.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\/35 {
  border-left-color: rgb(249 115 22 / 0.35);
  border-right-color: rgb(249 115 22 / 0.35);
}
.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\/45 {
  border-left-color: rgb(249 115 22 / 0.45);
  border-right-color: rgb(249 115 22 / 0.45);
}
.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\/55 {
  border-left-color: rgb(249 115 22 / 0.55);
  border-right-color: rgb(249 115 22 / 0.55);
}
.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\/65 {
  border-left-color: rgb(249 115 22 / 0.65);
  border-right-color: rgb(249 115 22 / 0.65);
}
.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\/85 {
  border-left-color: rgb(249 115 22 / 0.85);
  border-right-color: rgb(249 115 22 / 0.85);
}
.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\/15 {
  border-left-color: rgb(234 88 12 / 0.15);
  border-right-color: rgb(234 88 12 / 0.15);
}
.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\/35 {
  border-left-color: rgb(234 88 12 / 0.35);
  border-right-color: rgb(234 88 12 / 0.35);
}
.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\/45 {
  border-left-color: rgb(234 88 12 / 0.45);
  border-right-color: rgb(234 88 12 / 0.45);
}
.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\/55 {
  border-left-color: rgb(234 88 12 / 0.55);
  border-right-color: rgb(234 88 12 / 0.55);
}
.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\/65 {
  border-left-color: rgb(234 88 12 / 0.65);
  border-right-color: rgb(234 88 12 / 0.65);
}
.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\/85 {
  border-left-color: rgb(234 88 12 / 0.85);
  border-right-color: rgb(234 88 12 / 0.85);
}
.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\/15 {
  border-left-color: rgb(194 65 12 / 0.15);
  border-right-color: rgb(194 65 12 / 0.15);
}
.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\/35 {
  border-left-color: rgb(194 65 12 / 0.35);
  border-right-color: rgb(194 65 12 / 0.35);
}
.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\/45 {
  border-left-color: rgb(194 65 12 / 0.45);
  border-right-color: rgb(194 65 12 / 0.45);
}
.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\/55 {
  border-left-color: rgb(194 65 12 / 0.55);
  border-right-color: rgb(194 65 12 / 0.55);
}
.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\/65 {
  border-left-color: rgb(194 65 12 / 0.65);
  border-right-color: rgb(194 65 12 / 0.65);
}
.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\/85 {
  border-left-color: rgb(194 65 12 / 0.85);
  border-right-color: rgb(194 65 12 / 0.85);
}
.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\/15 {
  border-left-color: rgb(154 52 18 / 0.15);
  border-right-color: rgb(154 52 18 / 0.15);
}
.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\/35 {
  border-left-color: rgb(154 52 18 / 0.35);
  border-right-color: rgb(154 52 18 / 0.35);
}
.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\/45 {
  border-left-color: rgb(154 52 18 / 0.45);
  border-right-color: rgb(154 52 18 / 0.45);
}
.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\/55 {
  border-left-color: rgb(154 52 18 / 0.55);
  border-right-color: rgb(154 52 18 / 0.55);
}
.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\/65 {
  border-left-color: rgb(154 52 18 / 0.65);
  border-right-color: rgb(154 52 18 / 0.65);
}
.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\/85 {
  border-left-color: rgb(154 52 18 / 0.85);
  border-right-color: rgb(154 52 18 / 0.85);
}
.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\/15 {
  border-left-color: rgb(124 45 18 / 0.15);
  border-right-color: rgb(124 45 18 / 0.15);
}
.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\/35 {
  border-left-color: rgb(124 45 18 / 0.35);
  border-right-color: rgb(124 45 18 / 0.35);
}
.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\/45 {
  border-left-color: rgb(124 45 18 / 0.45);
  border-right-color: rgb(124 45 18 / 0.45);
}
.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\/55 {
  border-left-color: rgb(124 45 18 / 0.55);
  border-right-color: rgb(124 45 18 / 0.55);
}
.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\/65 {
  border-left-color: rgb(124 45 18 / 0.65);
  border-right-color: rgb(124 45 18 / 0.65);
}
.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\/85 {
  border-left-color: rgb(124 45 18 / 0.85);
  border-right-color: rgb(124 45 18 / 0.85);
}
.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\/15 {
  border-left-color: rgb(67 20 7 / 0.15);
  border-right-color: rgb(67 20 7 / 0.15);
}
.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\/35 {
  border-left-color: rgb(67 20 7 / 0.35);
  border-right-color: rgb(67 20 7 / 0.35);
}
.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\/45 {
  border-left-color: rgb(67 20 7 / 0.45);
  border-right-color: rgb(67 20 7 / 0.45);
}
.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\/55 {
  border-left-color: rgb(67 20 7 / 0.55);
  border-right-color: rgb(67 20 7 / 0.55);
}
.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\/65 {
  border-left-color: rgb(67 20 7 / 0.65);
  border-right-color: rgb(67 20 7 / 0.65);
}
.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\/85 {
  border-left-color: rgb(67 20 7 / 0.85);
  border-right-color: rgb(67 20 7 / 0.85);
}
.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\/15 {
  border-left-color: rgb(252 231 243 / 0.15);
  border-right-color: rgb(252 231 243 / 0.15);
}
.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\/35 {
  border-left-color: rgb(252 231 243 / 0.35);
  border-right-color: rgb(252 231 243 / 0.35);
}
.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\/45 {
  border-left-color: rgb(252 231 243 / 0.45);
  border-right-color: rgb(252 231 243 / 0.45);
}
.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\/55 {
  border-left-color: rgb(252 231 243 / 0.55);
  border-right-color: rgb(252 231 243 / 0.55);
}
.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\/65 {
  border-left-color: rgb(252 231 243 / 0.65);
  border-right-color: rgb(252 231 243 / 0.65);
}
.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\/85 {
  border-left-color: rgb(252 231 243 / 0.85);
  border-right-color: rgb(252 231 243 / 0.85);
}
.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\/15 {
  border-left-color: rgb(251 207 232 / 0.15);
  border-right-color: rgb(251 207 232 / 0.15);
}
.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\/35 {
  border-left-color: rgb(251 207 232 / 0.35);
  border-right-color: rgb(251 207 232 / 0.35);
}
.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\/45 {
  border-left-color: rgb(251 207 232 / 0.45);
  border-right-color: rgb(251 207 232 / 0.45);
}
.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\/55 {
  border-left-color: rgb(251 207 232 / 0.55);
  border-right-color: rgb(251 207 232 / 0.55);
}
.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\/65 {
  border-left-color: rgb(251 207 232 / 0.65);
  border-right-color: rgb(251 207 232 / 0.65);
}
.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\/85 {
  border-left-color: rgb(251 207 232 / 0.85);
  border-right-color: rgb(251 207 232 / 0.85);
}
.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\/15 {
  border-left-color: rgb(249 168 212 / 0.15);
  border-right-color: rgb(249 168 212 / 0.15);
}
.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\/35 {
  border-left-color: rgb(249 168 212 / 0.35);
  border-right-color: rgb(249 168 212 / 0.35);
}
.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\/45 {
  border-left-color: rgb(249 168 212 / 0.45);
  border-right-color: rgb(249 168 212 / 0.45);
}
.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\/55 {
  border-left-color: rgb(249 168 212 / 0.55);
  border-right-color: rgb(249 168 212 / 0.55);
}
.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\/65 {
  border-left-color: rgb(249 168 212 / 0.65);
  border-right-color: rgb(249 168 212 / 0.65);
}
.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\/85 {
  border-left-color: rgb(249 168 212 / 0.85);
  border-right-color: rgb(249 168 212 / 0.85);
}
.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\/15 {
  border-left-color: rgb(244 114 182 / 0.15);
  border-right-color: rgb(244 114 182 / 0.15);
}
.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\/35 {
  border-left-color: rgb(244 114 182 / 0.35);
  border-right-color: rgb(244 114 182 / 0.35);
}
.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\/45 {
  border-left-color: rgb(244 114 182 / 0.45);
  border-right-color: rgb(244 114 182 / 0.45);
}
.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\/55 {
  border-left-color: rgb(244 114 182 / 0.55);
  border-right-color: rgb(244 114 182 / 0.55);
}
.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\/65 {
  border-left-color: rgb(244 114 182 / 0.65);
  border-right-color: rgb(244 114 182 / 0.65);
}
.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\/85 {
  border-left-color: rgb(244 114 182 / 0.85);
  border-right-color: rgb(244 114 182 / 0.85);
}
.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\/15 {
  border-left-color: rgb(253 242 248 / 0.15);
  border-right-color: rgb(253 242 248 / 0.15);
}
.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\/35 {
  border-left-color: rgb(253 242 248 / 0.35);
  border-right-color: rgb(253 242 248 / 0.35);
}
.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\/45 {
  border-left-color: rgb(253 242 248 / 0.45);
  border-right-color: rgb(253 242 248 / 0.45);
}
.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\/55 {
  border-left-color: rgb(253 242 248 / 0.55);
  border-right-color: rgb(253 242 248 / 0.55);
}
.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\/65 {
  border-left-color: rgb(253 242 248 / 0.65);
  border-right-color: rgb(253 242 248 / 0.65);
}
.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\/85 {
  border-left-color: rgb(253 242 248 / 0.85);
  border-right-color: rgb(253 242 248 / 0.85);
}
.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\/15 {
  border-left-color: rgb(236 72 153 / 0.15);
  border-right-color: rgb(236 72 153 / 0.15);
}
.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\/35 {
  border-left-color: rgb(236 72 153 / 0.35);
  border-right-color: rgb(236 72 153 / 0.35);
}
.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\/45 {
  border-left-color: rgb(236 72 153 / 0.45);
  border-right-color: rgb(236 72 153 / 0.45);
}
.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\/55 {
  border-left-color: rgb(236 72 153 / 0.55);
  border-right-color: rgb(236 72 153 / 0.55);
}
.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\/65 {
  border-left-color: rgb(236 72 153 / 0.65);
  border-right-color: rgb(236 72 153 / 0.65);
}
.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\/85 {
  border-left-color: rgb(236 72 153 / 0.85);
  border-right-color: rgb(236 72 153 / 0.85);
}
.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\/15 {
  border-left-color: rgb(219 39 119 / 0.15);
  border-right-color: rgb(219 39 119 / 0.15);
}
.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\/35 {
  border-left-color: rgb(219 39 119 / 0.35);
  border-right-color: rgb(219 39 119 / 0.35);
}
.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\/45 {
  border-left-color: rgb(219 39 119 / 0.45);
  border-right-color: rgb(219 39 119 / 0.45);
}
.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\/55 {
  border-left-color: rgb(219 39 119 / 0.55);
  border-right-color: rgb(219 39 119 / 0.55);
}
.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\/65 {
  border-left-color: rgb(219 39 119 / 0.65);
  border-right-color: rgb(219 39 119 / 0.65);
}
.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\/85 {
  border-left-color: rgb(219 39 119 / 0.85);
  border-right-color: rgb(219 39 119 / 0.85);
}
.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\/15 {
  border-left-color: rgb(190 24 93 / 0.15);
  border-right-color: rgb(190 24 93 / 0.15);
}
.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\/35 {
  border-left-color: rgb(190 24 93 / 0.35);
  border-right-color: rgb(190 24 93 / 0.35);
}
.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\/45 {
  border-left-color: rgb(190 24 93 / 0.45);
  border-right-color: rgb(190 24 93 / 0.45);
}
.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\/55 {
  border-left-color: rgb(190 24 93 / 0.55);
  border-right-color: rgb(190 24 93 / 0.55);
}
.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\/65 {
  border-left-color: rgb(190 24 93 / 0.65);
  border-right-color: rgb(190 24 93 / 0.65);
}
.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\/85 {
  border-left-color: rgb(190 24 93 / 0.85);
  border-right-color: rgb(190 24 93 / 0.85);
}
.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\/15 {
  border-left-color: rgb(157 23 77 / 0.15);
  border-right-color: rgb(157 23 77 / 0.15);
}
.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\/35 {
  border-left-color: rgb(157 23 77 / 0.35);
  border-right-color: rgb(157 23 77 / 0.35);
}
.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\/45 {
  border-left-color: rgb(157 23 77 / 0.45);
  border-right-color: rgb(157 23 77 / 0.45);
}
.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\/55 {
  border-left-color: rgb(157 23 77 / 0.55);
  border-right-color: rgb(157 23 77 / 0.55);
}
.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\/65 {
  border-left-color: rgb(157 23 77 / 0.65);
  border-right-color: rgb(157 23 77 / 0.65);
}
.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\/85 {
  border-left-color: rgb(157 23 77 / 0.85);
  border-right-color: rgb(157 23 77 / 0.85);
}
.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\/15 {
  border-left-color: rgb(131 24 67 / 0.15);
  border-right-color: rgb(131 24 67 / 0.15);
}
.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\/35 {
  border-left-color: rgb(131 24 67 / 0.35);
  border-right-color: rgb(131 24 67 / 0.35);
}
.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\/45 {
  border-left-color: rgb(131 24 67 / 0.45);
  border-right-color: rgb(131 24 67 / 0.45);
}
.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\/55 {
  border-left-color: rgb(131 24 67 / 0.55);
  border-right-color: rgb(131 24 67 / 0.55);
}
.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\/65 {
  border-left-color: rgb(131 24 67 / 0.65);
  border-right-color: rgb(131 24 67 / 0.65);
}
.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\/85 {
  border-left-color: rgb(131 24 67 / 0.85);
  border-right-color: rgb(131 24 67 / 0.85);
}
.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\/15 {
  border-left-color: rgb(80 7 36 / 0.15);
  border-right-color: rgb(80 7 36 / 0.15);
}
.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\/35 {
  border-left-color: rgb(80 7 36 / 0.35);
  border-right-color: rgb(80 7 36 / 0.35);
}
.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\/45 {
  border-left-color: rgb(80 7 36 / 0.45);
  border-right-color: rgb(80 7 36 / 0.45);
}
.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\/55 {
  border-left-color: rgb(80 7 36 / 0.55);
  border-right-color: rgb(80 7 36 / 0.55);
}
.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\/65 {
  border-left-color: rgb(80 7 36 / 0.65);
  border-right-color: rgb(80 7 36 / 0.65);
}
.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\/85 {
  border-left-color: rgb(80 7 36 / 0.85);
  border-right-color: rgb(80 7 36 / 0.85);
}
.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-primary-100 {
  border-left-color: var(--color-primary-100);
  border-right-color: var(--color-primary-100);
}
.border-x-primary-200 {
  border-left-color: var(--color-primary-200);
  border-right-color: var(--color-primary-200);
}
.border-x-primary-300 {
  border-left-color: var(--color-primary-300);
  border-right-color: var(--color-primary-300);
}
.border-x-primary-400 {
  border-left-color: var(--color-primary-400);
  border-right-color: var(--color-primary-400);
}
.border-x-primary-50 {
  border-left-color: var(--color-primary-50);
  border-right-color: var(--color-primary-50);
}
.border-x-primary-500 {
  border-left-color: var(--color-primary-500);
  border-right-color: var(--color-primary-500);
}
.border-x-primary-600 {
  border-left-color: var(--color-primary-600);
  border-right-color: var(--color-primary-600);
}
.border-x-primary-700 {
  border-left-color: var(--color-primary-700);
  border-right-color: var(--color-primary-700);
}
.border-x-primary-800 {
  border-left-color: var(--color-primary-800);
  border-right-color: var(--color-primary-800);
}
.border-x-primary-900 {
  border-left-color: var(--color-primary-900);
  border-right-color: var(--color-primary-900);
}
.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\/15 {
  border-left-color: rgb(243 232 255 / 0.15);
  border-right-color: rgb(243 232 255 / 0.15);
}
.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\/35 {
  border-left-color: rgb(243 232 255 / 0.35);
  border-right-color: rgb(243 232 255 / 0.35);
}
.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\/45 {
  border-left-color: rgb(243 232 255 / 0.45);
  border-right-color: rgb(243 232 255 / 0.45);
}
.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\/55 {
  border-left-color: rgb(243 232 255 / 0.55);
  border-right-color: rgb(243 232 255 / 0.55);
}
.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\/65 {
  border-left-color: rgb(243 232 255 / 0.65);
  border-right-color: rgb(243 232 255 / 0.65);
}
.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\/85 {
  border-left-color: rgb(243 232 255 / 0.85);
  border-right-color: rgb(243 232 255 / 0.85);
}
.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\/15 {
  border-left-color: rgb(233 213 255 / 0.15);
  border-right-color: rgb(233 213 255 / 0.15);
}
.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\/35 {
  border-left-color: rgb(233 213 255 / 0.35);
  border-right-color: rgb(233 213 255 / 0.35);
}
.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\/45 {
  border-left-color: rgb(233 213 255 / 0.45);
  border-right-color: rgb(233 213 255 / 0.45);
}
.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\/55 {
  border-left-color: rgb(233 213 255 / 0.55);
  border-right-color: rgb(233 213 255 / 0.55);
}
.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\/65 {
  border-left-color: rgb(233 213 255 / 0.65);
  border-right-color: rgb(233 213 255 / 0.65);
}
.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\/85 {
  border-left-color: rgb(233 213 255 / 0.85);
  border-right-color: rgb(233 213 255 / 0.85);
}
.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\/15 {
  border-left-color: rgb(216 180 254 / 0.15);
  border-right-color: rgb(216 180 254 / 0.15);
}
.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\/35 {
  border-left-color: rgb(216 180 254 / 0.35);
  border-right-color: rgb(216 180 254 / 0.35);
}
.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\/45 {
  border-left-color: rgb(216 180 254 / 0.45);
  border-right-color: rgb(216 180 254 / 0.45);
}
.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\/55 {
  border-left-color: rgb(216 180 254 / 0.55);
  border-right-color: rgb(216 180 254 / 0.55);
}
.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\/65 {
  border-left-color: rgb(216 180 254 / 0.65);
  border-right-color: rgb(216 180 254 / 0.65);
}
.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\/85 {
  border-left-color: rgb(216 180 254 / 0.85);
  border-right-color: rgb(216 180 254 / 0.85);
}
.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\/15 {
  border-left-color: rgb(192 132 252 / 0.15);
  border-right-color: rgb(192 132 252 / 0.15);
}
.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\/35 {
  border-left-color: rgb(192 132 252 / 0.35);
  border-right-color: rgb(192 132 252 / 0.35);
}
.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\/45 {
  border-left-color: rgb(192 132 252 / 0.45);
  border-right-color: rgb(192 132 252 / 0.45);
}
.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\/55 {
  border-left-color: rgb(192 132 252 / 0.55);
  border-right-color: rgb(192 132 252 / 0.55);
}
.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\/65 {
  border-left-color: rgb(192 132 252 / 0.65);
  border-right-color: rgb(192 132 252 / 0.65);
}
.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\/85 {
  border-left-color: rgb(192 132 252 / 0.85);
  border-right-color: rgb(192 132 252 / 0.85);
}
.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\/15 {
  border-left-color: rgb(250 245 255 / 0.15);
  border-right-color: rgb(250 245 255 / 0.15);
}
.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\/35 {
  border-left-color: rgb(250 245 255 / 0.35);
  border-right-color: rgb(250 245 255 / 0.35);
}
.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\/45 {
  border-left-color: rgb(250 245 255 / 0.45);
  border-right-color: rgb(250 245 255 / 0.45);
}
.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\/55 {
  border-left-color: rgb(250 245 255 / 0.55);
  border-right-color: rgb(250 245 255 / 0.55);
}
.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\/65 {
  border-left-color: rgb(250 245 255 / 0.65);
  border-right-color: rgb(250 245 255 / 0.65);
}
.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\/85 {
  border-left-color: rgb(250 245 255 / 0.85);
  border-right-color: rgb(250 245 255 / 0.85);
}
.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\/15 {
  border-left-color: rgb(168 85 247 / 0.15);
  border-right-color: rgb(168 85 247 / 0.15);
}
.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\/35 {
  border-left-color: rgb(168 85 247 / 0.35);
  border-right-color: rgb(168 85 247 / 0.35);
}
.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\/45 {
  border-left-color: rgb(168 85 247 / 0.45);
  border-right-color: rgb(168 85 247 / 0.45);
}
.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\/55 {
  border-left-color: rgb(168 85 247 / 0.55);
  border-right-color: rgb(168 85 247 / 0.55);
}
.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\/65 {
  border-left-color: rgb(168 85 247 / 0.65);
  border-right-color: rgb(168 85 247 / 0.65);
}
.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\/85 {
  border-left-color: rgb(168 85 247 / 0.85);
  border-right-color: rgb(168 85 247 / 0.85);
}
.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\/15 {
  border-left-color: rgb(147 51 234 / 0.15);
  border-right-color: rgb(147 51 234 / 0.15);
}
.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\/35 {
  border-left-color: rgb(147 51 234 / 0.35);
  border-right-color: rgb(147 51 234 / 0.35);
}
.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\/45 {
  border-left-color: rgb(147 51 234 / 0.45);
  border-right-color: rgb(147 51 234 / 0.45);
}
.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\/55 {
  border-left-color: rgb(147 51 234 / 0.55);
  border-right-color: rgb(147 51 234 / 0.55);
}
.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\/65 {
  border-left-color: rgb(147 51 234 / 0.65);
  border-right-color: rgb(147 51 234 / 0.65);
}
.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\/85 {
  border-left-color: rgb(147 51 234 / 0.85);
  border-right-color: rgb(147 51 234 / 0.85);
}
.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\/15 {
  border-left-color: rgb(126 34 206 / 0.15);
  border-right-color: rgb(126 34 206 / 0.15);
}
.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\/35 {
  border-left-color: rgb(126 34 206 / 0.35);
  border-right-color: rgb(126 34 206 / 0.35);
}
.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\/45 {
  border-left-color: rgb(126 34 206 / 0.45);
  border-right-color: rgb(126 34 206 / 0.45);
}
.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\/55 {
  border-left-color: rgb(126 34 206 / 0.55);
  border-right-color: rgb(126 34 206 / 0.55);
}
.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\/65 {
  border-left-color: rgb(126 34 206 / 0.65);
  border-right-color: rgb(126 34 206 / 0.65);
}
.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\/85 {
  border-left-color: rgb(126 34 206 / 0.85);
  border-right-color: rgb(126 34 206 / 0.85);
}
.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\/15 {
  border-left-color: rgb(107 33 168 / 0.15);
  border-right-color: rgb(107 33 168 / 0.15);
}
.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\/35 {
  border-left-color: rgb(107 33 168 / 0.35);
  border-right-color: rgb(107 33 168 / 0.35);
}
.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\/45 {
  border-left-color: rgb(107 33 168 / 0.45);
  border-right-color: rgb(107 33 168 / 0.45);
}
.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\/55 {
  border-left-color: rgb(107 33 168 / 0.55);
  border-right-color: rgb(107 33 168 / 0.55);
}
.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\/65 {
  border-left-color: rgb(107 33 168 / 0.65);
  border-right-color: rgb(107 33 168 / 0.65);
}
.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\/85 {
  border-left-color: rgb(107 33 168 / 0.85);
  border-right-color: rgb(107 33 168 / 0.85);
}
.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\/15 {
  border-left-color: rgb(88 28 135 / 0.15);
  border-right-color: rgb(88 28 135 / 0.15);
}
.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\/35 {
  border-left-color: rgb(88 28 135 / 0.35);
  border-right-color: rgb(88 28 135 / 0.35);
}
.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\/45 {
  border-left-color: rgb(88 28 135 / 0.45);
  border-right-color: rgb(88 28 135 / 0.45);
}
.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\/55 {
  border-left-color: rgb(88 28 135 / 0.55);
  border-right-color: rgb(88 28 135 / 0.55);
}
.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\/65 {
  border-left-color: rgb(88 28 135 / 0.65);
  border-right-color: rgb(88 28 135 / 0.65);
}
.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\/85 {
  border-left-color: rgb(88 28 135 / 0.85);
  border-right-color: rgb(88 28 135 / 0.85);
}
.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\/15 {
  border-left-color: rgb(59 7 100 / 0.15);
  border-right-color: rgb(59 7 100 / 0.15);
}
.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\/35 {
  border-left-color: rgb(59 7 100 / 0.35);
  border-right-color: rgb(59 7 100 / 0.35);
}
.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\/45 {
  border-left-color: rgb(59 7 100 / 0.45);
  border-right-color: rgb(59 7 100 / 0.45);
}
.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\/55 {
  border-left-color: rgb(59 7 100 / 0.55);
  border-right-color: rgb(59 7 100 / 0.55);
}
.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\/65 {
  border-left-color: rgb(59 7 100 / 0.65);
  border-right-color: rgb(59 7 100 / 0.65);
}
.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\/85 {
  border-left-color: rgb(59 7 100 / 0.85);
  border-right-color: rgb(59 7 100 / 0.85);
}
.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\/15 {
  border-left-color: rgb(254 226 226 / 0.15);
  border-right-color: rgb(254 226 226 / 0.15);
}
.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\/35 {
  border-left-color: rgb(254 226 226 / 0.35);
  border-right-color: rgb(254 226 226 / 0.35);
}
.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\/45 {
  border-left-color: rgb(254 226 226 / 0.45);
  border-right-color: rgb(254 226 226 / 0.45);
}
.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\/55 {
  border-left-color: rgb(254 226 226 / 0.55);
  border-right-color: rgb(254 226 226 / 0.55);
}
.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\/65 {
  border-left-color: rgb(254 226 226 / 0.65);
  border-right-color: rgb(254 226 226 / 0.65);
}
.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\/85 {
  border-left-color: rgb(254 226 226 / 0.85);
  border-right-color: rgb(254 226 226 / 0.85);
}
.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\/15 {
  border-left-color: rgb(254 202 202 / 0.15);
  border-right-color: rgb(254 202 202 / 0.15);
}
.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\/35 {
  border-left-color: rgb(254 202 202 / 0.35);
  border-right-color: rgb(254 202 202 / 0.35);
}
.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\/45 {
  border-left-color: rgb(254 202 202 / 0.45);
  border-right-color: rgb(254 202 202 / 0.45);
}
.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\/55 {
  border-left-color: rgb(254 202 202 / 0.55);
  border-right-color: rgb(254 202 202 / 0.55);
}
.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\/65 {
  border-left-color: rgb(254 202 202 / 0.65);
  border-right-color: rgb(254 202 202 / 0.65);
}
.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\/85 {
  border-left-color: rgb(254 202 202 / 0.85);
  border-right-color: rgb(254 202 202 / 0.85);
}
.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\/15 {
  border-left-color: rgb(252 165 165 / 0.15);
  border-right-color: rgb(252 165 165 / 0.15);
}
.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\/35 {
  border-left-color: rgb(252 165 165 / 0.35);
  border-right-color: rgb(252 165 165 / 0.35);
}
.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\/45 {
  border-left-color: rgb(252 165 165 / 0.45);
  border-right-color: rgb(252 165 165 / 0.45);
}
.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\/55 {
  border-left-color: rgb(252 165 165 / 0.55);
  border-right-color: rgb(252 165 165 / 0.55);
}
.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\/65 {
  border-left-color: rgb(252 165 165 / 0.65);
  border-right-color: rgb(252 165 165 / 0.65);
}
.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\/85 {
  border-left-color: rgb(252 165 165 / 0.85);
  border-right-color: rgb(252 165 165 / 0.85);
}
.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\/15 {
  border-left-color: rgb(248 113 113 / 0.15);
  border-right-color: rgb(248 113 113 / 0.15);
}
.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\/35 {
  border-left-color: rgb(248 113 113 / 0.35);
  border-right-color: rgb(248 113 113 / 0.35);
}
.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\/45 {
  border-left-color: rgb(248 113 113 / 0.45);
  border-right-color: rgb(248 113 113 / 0.45);
}
.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\/55 {
  border-left-color: rgb(248 113 113 / 0.55);
  border-right-color: rgb(248 113 113 / 0.55);
}
.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\/65 {
  border-left-color: rgb(248 113 113 / 0.65);
  border-right-color: rgb(248 113 113 / 0.65);
}
.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\/85 {
  border-left-color: rgb(248 113 113 / 0.85);
  border-right-color: rgb(248 113 113 / 0.85);
}
.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\/15 {
  border-left-color: rgb(254 242 242 / 0.15);
  border-right-color: rgb(254 242 242 / 0.15);
}
.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\/35 {
  border-left-color: rgb(254 242 242 / 0.35);
  border-right-color: rgb(254 242 242 / 0.35);
}
.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\/45 {
  border-left-color: rgb(254 242 242 / 0.45);
  border-right-color: rgb(254 242 242 / 0.45);
}
.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\/55 {
  border-left-color: rgb(254 242 242 / 0.55);
  border-right-color: rgb(254 242 242 / 0.55);
}
.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\/65 {
  border-left-color: rgb(254 242 242 / 0.65);
  border-right-color: rgb(254 242 242 / 0.65);
}
.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\/85 {
  border-left-color: rgb(254 242 242 / 0.85);
  border-right-color: rgb(254 242 242 / 0.85);
}
.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\/15 {
  border-left-color: rgb(239 68 68 / 0.15);
  border-right-color: rgb(239 68 68 / 0.15);
}
.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\/35 {
  border-left-color: rgb(239 68 68 / 0.35);
  border-right-color: rgb(239 68 68 / 0.35);
}
.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\/45 {
  border-left-color: rgb(239 68 68 / 0.45);
  border-right-color: rgb(239 68 68 / 0.45);
}
.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\/55 {
  border-left-color: rgb(239 68 68 / 0.55);
  border-right-color: rgb(239 68 68 / 0.55);
}
.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\/65 {
  border-left-color: rgb(239 68 68 / 0.65);
  border-right-color: rgb(239 68 68 / 0.65);
}
.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\/85 {
  border-left-color: rgb(239 68 68 / 0.85);
  border-right-color: rgb(239 68 68 / 0.85);
}
.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\/15 {
  border-left-color: rgb(220 38 38 / 0.15);
  border-right-color: rgb(220 38 38 / 0.15);
}
.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\/35 {
  border-left-color: rgb(220 38 38 / 0.35);
  border-right-color: rgb(220 38 38 / 0.35);
}
.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\/45 {
  border-left-color: rgb(220 38 38 / 0.45);
  border-right-color: rgb(220 38 38 / 0.45);
}
.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\/55 {
  border-left-color: rgb(220 38 38 / 0.55);
  border-right-color: rgb(220 38 38 / 0.55);
}
.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\/65 {
  border-left-color: rgb(220 38 38 / 0.65);
  border-right-color: rgb(220 38 38 / 0.65);
}
.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\/85 {
  border-left-color: rgb(220 38 38 / 0.85);
  border-right-color: rgb(220 38 38 / 0.85);
}
.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\/15 {
  border-left-color: rgb(185 28 28 / 0.15);
  border-right-color: rgb(185 28 28 / 0.15);
}
.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\/35 {
  border-left-color: rgb(185 28 28 / 0.35);
  border-right-color: rgb(185 28 28 / 0.35);
}
.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\/45 {
  border-left-color: rgb(185 28 28 / 0.45);
  border-right-color: rgb(185 28 28 / 0.45);
}
.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\/55 {
  border-left-color: rgb(185 28 28 / 0.55);
  border-right-color: rgb(185 28 28 / 0.55);
}
.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\/65 {
  border-left-color: rgb(185 28 28 / 0.65);
  border-right-color: rgb(185 28 28 / 0.65);
}
.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\/85 {
  border-left-color: rgb(185 28 28 / 0.85);
  border-right-color: rgb(185 28 28 / 0.85);
}
.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\/15 {
  border-left-color: rgb(153 27 27 / 0.15);
  border-right-color: rgb(153 27 27 / 0.15);
}
.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\/35 {
  border-left-color: rgb(153 27 27 / 0.35);
  border-right-color: rgb(153 27 27 / 0.35);
}
.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\/45 {
  border-left-color: rgb(153 27 27 / 0.45);
  border-right-color: rgb(153 27 27 / 0.45);
}
.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\/55 {
  border-left-color: rgb(153 27 27 / 0.55);
  border-right-color: rgb(153 27 27 / 0.55);
}
.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\/65 {
  border-left-color: rgb(153 27 27 / 0.65);
  border-right-color: rgb(153 27 27 / 0.65);
}
.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\/85 {
  border-left-color: rgb(153 27 27 / 0.85);
  border-right-color: rgb(153 27 27 / 0.85);
}
.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\/15 {
  border-left-color: rgb(127 29 29 / 0.15);
  border-right-color: rgb(127 29 29 / 0.15);
}
.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\/35 {
  border-left-color: rgb(127 29 29 / 0.35);
  border-right-color: rgb(127 29 29 / 0.35);
}
.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\/45 {
  border-left-color: rgb(127 29 29 / 0.45);
  border-right-color: rgb(127 29 29 / 0.45);
}
.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\/55 {
  border-left-color: rgb(127 29 29 / 0.55);
  border-right-color: rgb(127 29 29 / 0.55);
}
.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\/65 {
  border-left-color: rgb(127 29 29 / 0.65);
  border-right-color: rgb(127 29 29 / 0.65);
}
.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\/85 {
  border-left-color: rgb(127 29 29 / 0.85);
  border-right-color: rgb(127 29 29 / 0.85);
}
.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\/15 {
  border-left-color: rgb(69 10 10 / 0.15);
  border-right-color: rgb(69 10 10 / 0.15);
}
.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\/35 {
  border-left-color: rgb(69 10 10 / 0.35);
  border-right-color: rgb(69 10 10 / 0.35);
}
.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\/45 {
  border-left-color: rgb(69 10 10 / 0.45);
  border-right-color: rgb(69 10 10 / 0.45);
}
.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\/55 {
  border-left-color: rgb(69 10 10 / 0.55);
  border-right-color: rgb(69 10 10 / 0.55);
}
.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\/65 {
  border-left-color: rgb(69 10 10 / 0.65);
  border-right-color: rgb(69 10 10 / 0.65);
}
.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\/85 {
  border-left-color: rgb(69 10 10 / 0.85);
  border-right-color: rgb(69 10 10 / 0.85);
}
.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\/15 {
  border-left-color: rgb(255 228 230 / 0.15);
  border-right-color: rgb(255 228 230 / 0.15);
}
.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\/35 {
  border-left-color: rgb(255 228 230 / 0.35);
  border-right-color: rgb(255 228 230 / 0.35);
}
.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\/45 {
  border-left-color: rgb(255 228 230 / 0.45);
  border-right-color: rgb(255 228 230 / 0.45);
}
.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\/55 {
  border-left-color: rgb(255 228 230 / 0.55);
  border-right-color: rgb(255 228 230 / 0.55);
}
.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\/65 {
  border-left-color: rgb(255 228 230 / 0.65);
  border-right-color: rgb(255 228 230 / 0.65);
}
.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\/85 {
  border-left-color: rgb(255 228 230 / 0.85);
  border-right-color: rgb(255 228 230 / 0.85);
}
.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\/15 {
  border-left-color: rgb(254 205 211 / 0.15);
  border-right-color: rgb(254 205 211 / 0.15);
}
.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\/35 {
  border-left-color: rgb(254 205 211 / 0.35);
  border-right-color: rgb(254 205 211 / 0.35);
}
.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\/45 {
  border-left-color: rgb(254 205 211 / 0.45);
  border-right-color: rgb(254 205 211 / 0.45);
}
.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\/55 {
  border-left-color: rgb(254 205 211 / 0.55);
  border-right-color: rgb(254 205 211 / 0.55);
}
.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\/65 {
  border-left-color: rgb(254 205 211 / 0.65);
  border-right-color: rgb(254 205 211 / 0.65);
}
.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\/85 {
  border-left-color: rgb(254 205 211 / 0.85);
  border-right-color: rgb(254 205 211 / 0.85);
}
.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\/15 {
  border-left-color: rgb(253 164 175 / 0.15);
  border-right-color: rgb(253 164 175 / 0.15);
}
.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\/35 {
  border-left-color: rgb(253 164 175 / 0.35);
  border-right-color: rgb(253 164 175 / 0.35);
}
.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\/45 {
  border-left-color: rgb(253 164 175 / 0.45);
  border-right-color: rgb(253 164 175 / 0.45);
}
.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\/55 {
  border-left-color: rgb(253 164 175 / 0.55);
  border-right-color: rgb(253 164 175 / 0.55);
}
.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\/65 {
  border-left-color: rgb(253 164 175 / 0.65);
  border-right-color: rgb(253 164 175 / 0.65);
}
.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\/85 {
  border-left-color: rgb(253 164 175 / 0.85);
  border-right-color: rgb(253 164 175 / 0.85);
}
.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\/15 {
  border-left-color: rgb(251 113 133 / 0.15);
  border-right-color: rgb(251 113 133 / 0.15);
}
.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\/35 {
  border-left-color: rgb(251 113 133 / 0.35);
  border-right-color: rgb(251 113 133 / 0.35);
}
.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\/45 {
  border-left-color: rgb(251 113 133 / 0.45);
  border-right-color: rgb(251 113 133 / 0.45);
}
.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\/55 {
  border-left-color: rgb(251 113 133 / 0.55);
  border-right-color: rgb(251 113 133 / 0.55);
}
.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\/65 {
  border-left-color: rgb(251 113 133 / 0.65);
  border-right-color: rgb(251 113 133 / 0.65);
}
.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\/85 {
  border-left-color: rgb(251 113 133 / 0.85);
  border-right-color: rgb(251 113 133 / 0.85);
}
.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\/15 {
  border-left-color: rgb(255 241 242 / 0.15);
  border-right-color: rgb(255 241 242 / 0.15);
}
.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\/35 {
  border-left-color: rgb(255 241 242 / 0.35);
  border-right-color: rgb(255 241 242 / 0.35);
}
.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\/45 {
  border-left-color: rgb(255 241 242 / 0.45);
  border-right-color: rgb(255 241 242 / 0.45);
}
.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\/55 {
  border-left-color: rgb(255 241 242 / 0.55);
  border-right-color: rgb(255 241 242 / 0.55);
}
.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\/65 {
  border-left-color: rgb(255 241 242 / 0.65);
  border-right-color: rgb(255 241 242 / 0.65);
}
.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\/85 {
  border-left-color: rgb(255 241 242 / 0.85);
  border-right-color: rgb(255 241 242 / 0.85);
}
.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\/15 {
  border-left-color: rgb(244 63 94 / 0.15);
  border-right-color: rgb(244 63 94 / 0.15);
}
.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\/35 {
  border-left-color: rgb(244 63 94 / 0.35);
  border-right-color: rgb(244 63 94 / 0.35);
}
.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\/45 {
  border-left-color: rgb(244 63 94 / 0.45);
  border-right-color: rgb(244 63 94 / 0.45);
}
.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\/55 {
  border-left-color: rgb(244 63 94 / 0.55);
  border-right-color: rgb(244 63 94 / 0.55);
}
.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\/65 {
  border-left-color: rgb(244 63 94 / 0.65);
  border-right-color: rgb(244 63 94 / 0.65);
}
.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\/85 {
  border-left-color: rgb(244 63 94 / 0.85);
  border-right-color: rgb(244 63 94 / 0.85);
}
.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\/15 {
  border-left-color: rgb(225 29 72 / 0.15);
  border-right-color: rgb(225 29 72 / 0.15);
}
.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\/35 {
  border-left-color: rgb(225 29 72 / 0.35);
  border-right-color: rgb(225 29 72 / 0.35);
}
.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\/45 {
  border-left-color: rgb(225 29 72 / 0.45);
  border-right-color: rgb(225 29 72 / 0.45);
}
.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\/55 {
  border-left-color: rgb(225 29 72 / 0.55);
  border-right-color: rgb(225 29 72 / 0.55);
}
.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\/65 {
  border-left-color: rgb(225 29 72 / 0.65);
  border-right-color: rgb(225 29 72 / 0.65);
}
.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\/85 {
  border-left-color: rgb(225 29 72 / 0.85);
  border-right-color: rgb(225 29 72 / 0.85);
}
.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\/15 {
  border-left-color: rgb(190 18 60 / 0.15);
  border-right-color: rgb(190 18 60 / 0.15);
}
.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\/35 {
  border-left-color: rgb(190 18 60 / 0.35);
  border-right-color: rgb(190 18 60 / 0.35);
}
.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\/45 {
  border-left-color: rgb(190 18 60 / 0.45);
  border-right-color: rgb(190 18 60 / 0.45);
}
.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\/55 {
  border-left-color: rgb(190 18 60 / 0.55);
  border-right-color: rgb(190 18 60 / 0.55);
}
.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\/65 {
  border-left-color: rgb(190 18 60 / 0.65);
  border-right-color: rgb(190 18 60 / 0.65);
}
.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\/85 {
  border-left-color: rgb(190 18 60 / 0.85);
  border-right-color: rgb(190 18 60 / 0.85);
}
.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\/15 {
  border-left-color: rgb(159 18 57 / 0.15);
  border-right-color: rgb(159 18 57 / 0.15);
}
.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\/35 {
  border-left-color: rgb(159 18 57 / 0.35);
  border-right-color: rgb(159 18 57 / 0.35);
}
.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\/45 {
  border-left-color: rgb(159 18 57 / 0.45);
  border-right-color: rgb(159 18 57 / 0.45);
}
.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\/55 {
  border-left-color: rgb(159 18 57 / 0.55);
  border-right-color: rgb(159 18 57 / 0.55);
}
.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\/65 {
  border-left-color: rgb(159 18 57 / 0.65);
  border-right-color: rgb(159 18 57 / 0.65);
}
.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\/85 {
  border-left-color: rgb(159 18 57 / 0.85);
  border-right-color: rgb(159 18 57 / 0.85);
}
.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\/15 {
  border-left-color: rgb(136 19 55 / 0.15);
  border-right-color: rgb(136 19 55 / 0.15);
}
.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\/35 {
  border-left-color: rgb(136 19 55 / 0.35);
  border-right-color: rgb(136 19 55 / 0.35);
}
.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\/45 {
  border-left-color: rgb(136 19 55 / 0.45);
  border-right-color: rgb(136 19 55 / 0.45);
}
.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\/55 {
  border-left-color: rgb(136 19 55 / 0.55);
  border-right-color: rgb(136 19 55 / 0.55);
}
.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\/65 {
  border-left-color: rgb(136 19 55 / 0.65);
  border-right-color: rgb(136 19 55 / 0.65);
}
.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\/85 {
  border-left-color: rgb(136 19 55 / 0.85);
  border-right-color: rgb(136 19 55 / 0.85);
}
.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\/15 {
  border-left-color: rgb(76 5 25 / 0.15);
  border-right-color: rgb(76 5 25 / 0.15);
}
.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\/35 {
  border-left-color: rgb(76 5 25 / 0.35);
  border-right-color: rgb(76 5 25 / 0.35);
}
.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\/45 {
  border-left-color: rgb(76 5 25 / 0.45);
  border-right-color: rgb(76 5 25 / 0.45);
}
.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\/55 {
  border-left-color: rgb(76 5 25 / 0.55);
  border-right-color: rgb(76 5 25 / 0.55);
}
.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\/65 {
  border-left-color: rgb(76 5 25 / 0.65);
  border-right-color: rgb(76 5 25 / 0.65);
}
.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\/85 {
  border-left-color: rgb(76 5 25 / 0.85);
  border-right-color: rgb(76 5 25 / 0.85);
}
.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\/15 {
  border-left-color: rgb(224 242 254 / 0.15);
  border-right-color: rgb(224 242 254 / 0.15);
}
.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\/35 {
  border-left-color: rgb(224 242 254 / 0.35);
  border-right-color: rgb(224 242 254 / 0.35);
}
.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\/45 {
  border-left-color: rgb(224 242 254 / 0.45);
  border-right-color: rgb(224 242 254 / 0.45);
}
.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\/55 {
  border-left-color: rgb(224 242 254 / 0.55);
  border-right-color: rgb(224 242 254 / 0.55);
}
.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\/65 {
  border-left-color: rgb(224 242 254 / 0.65);
  border-right-color: rgb(224 242 254 / 0.65);
}
.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\/85 {
  border-left-color: rgb(224 242 254 / 0.85);
  border-right-color: rgb(224 242 254 / 0.85);
}
.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\/15 {
  border-left-color: rgb(186 230 253 / 0.15);
  border-right-color: rgb(186 230 253 / 0.15);
}
.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\/35 {
  border-left-color: rgb(186 230 253 / 0.35);
  border-right-color: rgb(186 230 253 / 0.35);
}
.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\/45 {
  border-left-color: rgb(186 230 253 / 0.45);
  border-right-color: rgb(186 230 253 / 0.45);
}
.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\/55 {
  border-left-color: rgb(186 230 253 / 0.55);
  border-right-color: rgb(186 230 253 / 0.55);
}
.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\/65 {
  border-left-color: rgb(186 230 253 / 0.65);
  border-right-color: rgb(186 230 253 / 0.65);
}
.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\/85 {
  border-left-color: rgb(186 230 253 / 0.85);
  border-right-color: rgb(186 230 253 / 0.85);
}
.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\/15 {
  border-left-color: rgb(125 211 252 / 0.15);
  border-right-color: rgb(125 211 252 / 0.15);
}
.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\/35 {
  border-left-color: rgb(125 211 252 / 0.35);
  border-right-color: rgb(125 211 252 / 0.35);
}
.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\/45 {
  border-left-color: rgb(125 211 252 / 0.45);
  border-right-color: rgb(125 211 252 / 0.45);
}
.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\/55 {
  border-left-color: rgb(125 211 252 / 0.55);
  border-right-color: rgb(125 211 252 / 0.55);
}
.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\/65 {
  border-left-color: rgb(125 211 252 / 0.65);
  border-right-color: rgb(125 211 252 / 0.65);
}
.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\/85 {
  border-left-color: rgb(125 211 252 / 0.85);
  border-right-color: rgb(125 211 252 / 0.85);
}
.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\/15 {
  border-left-color: rgb(56 189 248 / 0.15);
  border-right-color: rgb(56 189 248 / 0.15);
}
.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\/35 {
  border-left-color: rgb(56 189 248 / 0.35);
  border-right-color: rgb(56 189 248 / 0.35);
}
.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\/45 {
  border-left-color: rgb(56 189 248 / 0.45);
  border-right-color: rgb(56 189 248 / 0.45);
}
.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\/55 {
  border-left-color: rgb(56 189 248 / 0.55);
  border-right-color: rgb(56 189 248 / 0.55);
}
.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\/65 {
  border-left-color: rgb(56 189 248 / 0.65);
  border-right-color: rgb(56 189 248 / 0.65);
}
.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\/85 {
  border-left-color: rgb(56 189 248 / 0.85);
  border-right-color: rgb(56 189 248 / 0.85);
}
.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\/15 {
  border-left-color: rgb(240 249 255 / 0.15);
  border-right-color: rgb(240 249 255 / 0.15);
}
.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\/35 {
  border-left-color: rgb(240 249 255 / 0.35);
  border-right-color: rgb(240 249 255 / 0.35);
}
.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\/45 {
  border-left-color: rgb(240 249 255 / 0.45);
  border-right-color: rgb(240 249 255 / 0.45);
}
.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\/55 {
  border-left-color: rgb(240 249 255 / 0.55);
  border-right-color: rgb(240 249 255 / 0.55);
}
.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\/65 {
  border-left-color: rgb(240 249 255 / 0.65);
  border-right-color: rgb(240 249 255 / 0.65);
}
.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\/85 {
  border-left-color: rgb(240 249 255 / 0.85);
  border-right-color: rgb(240 249 255 / 0.85);
}
.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\/15 {
  border-left-color: rgb(14 165 233 / 0.15);
  border-right-color: rgb(14 165 233 / 0.15);
}
.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\/35 {
  border-left-color: rgb(14 165 233 / 0.35);
  border-right-color: rgb(14 165 233 / 0.35);
}
.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\/45 {
  border-left-color: rgb(14 165 233 / 0.45);
  border-right-color: rgb(14 165 233 / 0.45);
}
.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\/55 {
  border-left-color: rgb(14 165 233 / 0.55);
  border-right-color: rgb(14 165 233 / 0.55);
}
.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\/65 {
  border-left-color: rgb(14 165 233 / 0.65);
  border-right-color: rgb(14 165 233 / 0.65);
}
.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\/85 {
  border-left-color: rgb(14 165 233 / 0.85);
  border-right-color: rgb(14 165 233 / 0.85);
}
.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\/15 {
  border-left-color: rgb(2 132 199 / 0.15);
  border-right-color: rgb(2 132 199 / 0.15);
}
.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\/35 {
  border-left-color: rgb(2 132 199 / 0.35);
  border-right-color: rgb(2 132 199 / 0.35);
}
.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\/45 {
  border-left-color: rgb(2 132 199 / 0.45);
  border-right-color: rgb(2 132 199 / 0.45);
}
.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\/55 {
  border-left-color: rgb(2 132 199 / 0.55);
  border-right-color: rgb(2 132 199 / 0.55);
}
.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\/65 {
  border-left-color: rgb(2 132 199 / 0.65);
  border-right-color: rgb(2 132 199 / 0.65);
}
.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\/85 {
  border-left-color: rgb(2 132 199 / 0.85);
  border-right-color: rgb(2 132 199 / 0.85);
}
.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\/15 {
  border-left-color: rgb(3 105 161 / 0.15);
  border-right-color: rgb(3 105 161 / 0.15);
}
.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\/35 {
  border-left-color: rgb(3 105 161 / 0.35);
  border-right-color: rgb(3 105 161 / 0.35);
}
.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\/45 {
  border-left-color: rgb(3 105 161 / 0.45);
  border-right-color: rgb(3 105 161 / 0.45);
}
.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\/55 {
  border-left-color: rgb(3 105 161 / 0.55);
  border-right-color: rgb(3 105 161 / 0.55);
}
.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\/65 {
  border-left-color: rgb(3 105 161 / 0.65);
  border-right-color: rgb(3 105 161 / 0.65);
}
.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\/85 {
  border-left-color: rgb(3 105 161 / 0.85);
  border-right-color: rgb(3 105 161 / 0.85);
}
.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\/15 {
  border-left-color: rgb(7 89 133 / 0.15);
  border-right-color: rgb(7 89 133 / 0.15);
}
.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\/35 {
  border-left-color: rgb(7 89 133 / 0.35);
  border-right-color: rgb(7 89 133 / 0.35);
}
.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\/45 {
  border-left-color: rgb(7 89 133 / 0.45);
  border-right-color: rgb(7 89 133 / 0.45);
}
.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\/55 {
  border-left-color: rgb(7 89 133 / 0.55);
  border-right-color: rgb(7 89 133 / 0.55);
}
.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\/65 {
  border-left-color: rgb(7 89 133 / 0.65);
  border-right-color: rgb(7 89 133 / 0.65);
}
.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\/85 {
  border-left-color: rgb(7 89 133 / 0.85);
  border-right-color: rgb(7 89 133 / 0.85);
}
.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\/15 {
  border-left-color: rgb(12 74 110 / 0.15);
  border-right-color: rgb(12 74 110 / 0.15);
}
.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\/35 {
  border-left-color: rgb(12 74 110 / 0.35);
  border-right-color: rgb(12 74 110 / 0.35);
}
.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\/45 {
  border-left-color: rgb(12 74 110 / 0.45);
  border-right-color: rgb(12 74 110 / 0.45);
}
.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\/55 {
  border-left-color: rgb(12 74 110 / 0.55);
  border-right-color: rgb(12 74 110 / 0.55);
}
.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\/65 {
  border-left-color: rgb(12 74 110 / 0.65);
  border-right-color: rgb(12 74 110 / 0.65);
}
.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\/85 {
  border-left-color: rgb(12 74 110 / 0.85);
  border-right-color: rgb(12 74 110 / 0.85);
}
.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\/15 {
  border-left-color: rgb(8 47 73 / 0.15);
  border-right-color: rgb(8 47 73 / 0.15);
}
.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\/35 {
  border-left-color: rgb(8 47 73 / 0.35);
  border-right-color: rgb(8 47 73 / 0.35);
}
.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\/45 {
  border-left-color: rgb(8 47 73 / 0.45);
  border-right-color: rgb(8 47 73 / 0.45);
}
.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\/55 {
  border-left-color: rgb(8 47 73 / 0.55);
  border-right-color: rgb(8 47 73 / 0.55);
}
.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\/65 {
  border-left-color: rgb(8 47 73 / 0.65);
  border-right-color: rgb(8 47 73 / 0.65);
}
.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\/85 {
  border-left-color: rgb(8 47 73 / 0.85);
  border-right-color: rgb(8 47 73 / 0.85);
}
.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\/15 {
  border-left-color: rgb(241 245 249 / 0.15);
  border-right-color: rgb(241 245 249 / 0.15);
}
.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\/35 {
  border-left-color: rgb(241 245 249 / 0.35);
  border-right-color: rgb(241 245 249 / 0.35);
}
.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\/45 {
  border-left-color: rgb(241 245 249 / 0.45);
  border-right-color: rgb(241 245 249 / 0.45);
}
.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\/55 {
  border-left-color: rgb(241 245 249 / 0.55);
  border-right-color: rgb(241 245 249 / 0.55);
}
.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\/65 {
  border-left-color: rgb(241 245 249 / 0.65);
  border-right-color: rgb(241 245 249 / 0.65);
}
.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\/85 {
  border-left-color: rgb(241 245 249 / 0.85);
  border-right-color: rgb(241 245 249 / 0.85);
}
.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\/15 {
  border-left-color: rgb(226 232 240 / 0.15);
  border-right-color: rgb(226 232 240 / 0.15);
}
.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\/35 {
  border-left-color: rgb(226 232 240 / 0.35);
  border-right-color: rgb(226 232 240 / 0.35);
}
.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\/45 {
  border-left-color: rgb(226 232 240 / 0.45);
  border-right-color: rgb(226 232 240 / 0.45);
}
.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\/55 {
  border-left-color: rgb(226 232 240 / 0.55);
  border-right-color: rgb(226 232 240 / 0.55);
}
.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\/65 {
  border-left-color: rgb(226 232 240 / 0.65);
  border-right-color: rgb(226 232 240 / 0.65);
}
.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\/85 {
  border-left-color: rgb(226 232 240 / 0.85);
  border-right-color: rgb(226 232 240 / 0.85);
}
.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\/15 {
  border-left-color: rgb(203 213 225 / 0.15);
  border-right-color: rgb(203 213 225 / 0.15);
}
.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\/35 {
  border-left-color: rgb(203 213 225 / 0.35);
  border-right-color: rgb(203 213 225 / 0.35);
}
.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\/45 {
  border-left-color: rgb(203 213 225 / 0.45);
  border-right-color: rgb(203 213 225 / 0.45);
}
.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\/55 {
  border-left-color: rgb(203 213 225 / 0.55);
  border-right-color: rgb(203 213 225 / 0.55);
}
.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\/65 {
  border-left-color: rgb(203 213 225 / 0.65);
  border-right-color: rgb(203 213 225 / 0.65);
}
.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\/85 {
  border-left-color: rgb(203 213 225 / 0.85);
  border-right-color: rgb(203 213 225 / 0.85);
}
.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\/15 {
  border-left-color: rgb(148 163 184 / 0.15);
  border-right-color: rgb(148 163 184 / 0.15);
}
.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\/35 {
  border-left-color: rgb(148 163 184 / 0.35);
  border-right-color: rgb(148 163 184 / 0.35);
}
.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\/45 {
  border-left-color: rgb(148 163 184 / 0.45);
  border-right-color: rgb(148 163 184 / 0.45);
}
.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\/55 {
  border-left-color: rgb(148 163 184 / 0.55);
  border-right-color: rgb(148 163 184 / 0.55);
}
.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\/65 {
  border-left-color: rgb(148 163 184 / 0.65);
  border-right-color: rgb(148 163 184 / 0.65);
}
.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\/85 {
  border-left-color: rgb(148 163 184 / 0.85);
  border-right-color: rgb(148 163 184 / 0.85);
}
.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\/15 {
  border-left-color: rgb(248 250 252 / 0.15);
  border-right-color: rgb(248 250 252 / 0.15);
}
.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\/35 {
  border-left-color: rgb(248 250 252 / 0.35);
  border-right-color: rgb(248 250 252 / 0.35);
}
.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\/45 {
  border-left-color: rgb(248 250 252 / 0.45);
  border-right-color: rgb(248 250 252 / 0.45);
}
.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\/55 {
  border-left-color: rgb(248 250 252 / 0.55);
  border-right-color: rgb(248 250 252 / 0.55);
}
.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\/65 {
  border-left-color: rgb(248 250 252 / 0.65);
  border-right-color: rgb(248 250 252 / 0.65);
}
.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\/85 {
  border-left-color: rgb(248 250 252 / 0.85);
  border-right-color: rgb(248 250 252 / 0.85);
}
.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\/15 {
  border-left-color: rgb(100 116 139 / 0.15);
  border-right-color: rgb(100 116 139 / 0.15);
}
.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\/35 {
  border-left-color: rgb(100 116 139 / 0.35);
  border-right-color: rgb(100 116 139 / 0.35);
}
.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\/45 {
  border-left-color: rgb(100 116 139 / 0.45);
  border-right-color: rgb(100 116 139 / 0.45);
}
.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\/55 {
  border-left-color: rgb(100 116 139 / 0.55);
  border-right-color: rgb(100 116 139 / 0.55);
}
.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\/65 {
  border-left-color: rgb(100 116 139 / 0.65);
  border-right-color: rgb(100 116 139 / 0.65);
}
.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\/85 {
  border-left-color: rgb(100 116 139 / 0.85);
  border-right-color: rgb(100 116 139 / 0.85);
}
.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\/15 {
  border-left-color: rgb(71 85 105 / 0.15);
  border-right-color: rgb(71 85 105 / 0.15);
}
.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\/35 {
  border-left-color: rgb(71 85 105 / 0.35);
  border-right-color: rgb(71 85 105 / 0.35);
}
.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\/45 {
  border-left-color: rgb(71 85 105 / 0.45);
  border-right-color: rgb(71 85 105 / 0.45);
}
.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\/55 {
  border-left-color: rgb(71 85 105 / 0.55);
  border-right-color: rgb(71 85 105 / 0.55);
}
.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\/65 {
  border-left-color: rgb(71 85 105 / 0.65);
  border-right-color: rgb(71 85 105 / 0.65);
}
.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\/85 {
  border-left-color: rgb(71 85 105 / 0.85);
  border-right-color: rgb(71 85 105 / 0.85);
}
.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\/15 {
  border-left-color: rgb(51 65 85 / 0.15);
  border-right-color: rgb(51 65 85 / 0.15);
}
.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\/35 {
  border-left-color: rgb(51 65 85 / 0.35);
  border-right-color: rgb(51 65 85 / 0.35);
}
.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\/45 {
  border-left-color: rgb(51 65 85 / 0.45);
  border-right-color: rgb(51 65 85 / 0.45);
}
.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\/55 {
  border-left-color: rgb(51 65 85 / 0.55);
  border-right-color: rgb(51 65 85 / 0.55);
}
.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\/65 {
  border-left-color: rgb(51 65 85 / 0.65);
  border-right-color: rgb(51 65 85 / 0.65);
}
.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\/85 {
  border-left-color: rgb(51 65 85 / 0.85);
  border-right-color: rgb(51 65 85 / 0.85);
}
.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\/15 {
  border-left-color: rgb(30 41 59 / 0.15);
  border-right-color: rgb(30 41 59 / 0.15);
}
.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\/35 {
  border-left-color: rgb(30 41 59 / 0.35);
  border-right-color: rgb(30 41 59 / 0.35);
}
.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\/45 {
  border-left-color: rgb(30 41 59 / 0.45);
  border-right-color: rgb(30 41 59 / 0.45);
}
.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\/55 {
  border-left-color: rgb(30 41 59 / 0.55);
  border-right-color: rgb(30 41 59 / 0.55);
}
.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\/65 {
  border-left-color: rgb(30 41 59 / 0.65);
  border-right-color: rgb(30 41 59 / 0.65);
}
.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\/85 {
  border-left-color: rgb(30 41 59 / 0.85);
  border-right-color: rgb(30 41 59 / 0.85);
}
.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\/15 {
  border-left-color: rgb(15 23 42 / 0.15);
  border-right-color: rgb(15 23 42 / 0.15);
}
.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\/35 {
  border-left-color: rgb(15 23 42 / 0.35);
  border-right-color: rgb(15 23 42 / 0.35);
}
.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\/45 {
  border-left-color: rgb(15 23 42 / 0.45);
  border-right-color: rgb(15 23 42 / 0.45);
}
.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\/55 {
  border-left-color: rgb(15 23 42 / 0.55);
  border-right-color: rgb(15 23 42 / 0.55);
}
.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\/65 {
  border-left-color: rgb(15 23 42 / 0.65);
  border-right-color: rgb(15 23 42 / 0.65);
}
.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\/85 {
  border-left-color: rgb(15 23 42 / 0.85);
  border-right-color: rgb(15 23 42 / 0.85);
}
.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\/15 {
  border-left-color: rgb(2 6 23 / 0.15);
  border-right-color: rgb(2 6 23 / 0.15);
}
.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\/35 {
  border-left-color: rgb(2 6 23 / 0.35);
  border-right-color: rgb(2 6 23 / 0.35);
}
.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\/45 {
  border-left-color: rgb(2 6 23 / 0.45);
  border-right-color: rgb(2 6 23 / 0.45);
}
.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\/55 {
  border-left-color: rgb(2 6 23 / 0.55);
  border-right-color: rgb(2 6 23 / 0.55);
}
.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\/65 {
  border-left-color: rgb(2 6 23 / 0.65);
  border-right-color: rgb(2 6 23 / 0.65);
}
.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\/85 {
  border-left-color: rgb(2 6 23 / 0.85);
  border-right-color: rgb(2 6 23 / 0.85);
}
.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\/15 {
  border-left-color: rgb(245 245 244 / 0.15);
  border-right-color: rgb(245 245 244 / 0.15);
}
.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\/35 {
  border-left-color: rgb(245 245 244 / 0.35);
  border-right-color: rgb(245 245 244 / 0.35);
}
.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\/45 {
  border-left-color: rgb(245 245 244 / 0.45);
  border-right-color: rgb(245 245 244 / 0.45);
}
.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\/55 {
  border-left-color: rgb(245 245 244 / 0.55);
  border-right-color: rgb(245 245 244 / 0.55);
}
.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\/65 {
  border-left-color: rgb(245 245 244 / 0.65);
  border-right-color: rgb(245 245 244 / 0.65);
}
.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\/85 {
  border-left-color: rgb(245 245 244 / 0.85);
  border-right-color: rgb(245 245 244 / 0.85);
}
.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\/15 {
  border-left-color: rgb(231 229 228 / 0.15);
  border-right-color: rgb(231 229 228 / 0.15);
}
.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\/35 {
  border-left-color: rgb(231 229 228 / 0.35);
  border-right-color: rgb(231 229 228 / 0.35);
}
.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\/45 {
  border-left-color: rgb(231 229 228 / 0.45);
  border-right-color: rgb(231 229 228 / 0.45);
}
.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\/55 {
  border-left-color: rgb(231 229 228 / 0.55);
  border-right-color: rgb(231 229 228 / 0.55);
}
.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\/65 {
  border-left-color: rgb(231 229 228 / 0.65);
  border-right-color: rgb(231 229 228 / 0.65);
}
.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\/85 {
  border-left-color: rgb(231 229 228 / 0.85);
  border-right-color: rgb(231 229 228 / 0.85);
}
.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\/15 {
  border-left-color: rgb(214 211 209 / 0.15);
  border-right-color: rgb(214 211 209 / 0.15);
}
.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\/35 {
  border-left-color: rgb(214 211 209 / 0.35);
  border-right-color: rgb(214 211 209 / 0.35);
}
.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\/45 {
  border-left-color: rgb(214 211 209 / 0.45);
  border-right-color: rgb(214 211 209 / 0.45);
}
.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\/55 {
  border-left-color: rgb(214 211 209 / 0.55);
  border-right-color: rgb(214 211 209 / 0.55);
}
.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\/65 {
  border-left-color: rgb(214 211 209 / 0.65);
  border-right-color: rgb(214 211 209 / 0.65);
}
.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\/85 {
  border-left-color: rgb(214 211 209 / 0.85);
  border-right-color: rgb(214 211 209 / 0.85);
}
.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\/15 {
  border-left-color: rgb(168 162 158 / 0.15);
  border-right-color: rgb(168 162 158 / 0.15);
}
.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\/35 {
  border-left-color: rgb(168 162 158 / 0.35);
  border-right-color: rgb(168 162 158 / 0.35);
}
.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\/45 {
  border-left-color: rgb(168 162 158 / 0.45);
  border-right-color: rgb(168 162 158 / 0.45);
}
.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\/55 {
  border-left-color: rgb(168 162 158 / 0.55);
  border-right-color: rgb(168 162 158 / 0.55);
}
.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\/65 {
  border-left-color: rgb(168 162 158 / 0.65);
  border-right-color: rgb(168 162 158 / 0.65);
}
.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\/85 {
  border-left-color: rgb(168 162 158 / 0.85);
  border-right-color: rgb(168 162 158 / 0.85);
}
.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\/15 {
  border-left-color: rgb(250 250 249 / 0.15);
  border-right-color: rgb(250 250 249 / 0.15);
}
.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\/35 {
  border-left-color: rgb(250 250 249 / 0.35);
  border-right-color: rgb(250 250 249 / 0.35);
}
.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\/45 {
  border-left-color: rgb(250 250 249 / 0.45);
  border-right-color: rgb(250 250 249 / 0.45);
}
.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\/55 {
  border-left-color: rgb(250 250 249 / 0.55);
  border-right-color: rgb(250 250 249 / 0.55);
}
.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\/65 {
  border-left-color: rgb(250 250 249 / 0.65);
  border-right-color: rgb(250 250 249 / 0.65);
}
.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\/85 {
  border-left-color: rgb(250 250 249 / 0.85);
  border-right-color: rgb(250 250 249 / 0.85);
}
.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\/15 {
  border-left-color: rgb(120 113 108 / 0.15);
  border-right-color: rgb(120 113 108 / 0.15);
}
.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\/35 {
  border-left-color: rgb(120 113 108 / 0.35);
  border-right-color: rgb(120 113 108 / 0.35);
}
.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\/45 {
  border-left-color: rgb(120 113 108 / 0.45);
  border-right-color: rgb(120 113 108 / 0.45);
}
.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\/55 {
  border-left-color: rgb(120 113 108 / 0.55);
  border-right-color: rgb(120 113 108 / 0.55);
}
.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\/65 {
  border-left-color: rgb(120 113 108 / 0.65);
  border-right-color: rgb(120 113 108 / 0.65);
}
.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\/85 {
  border-left-color: rgb(120 113 108 / 0.85);
  border-right-color: rgb(120 113 108 / 0.85);
}
.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\/15 {
  border-left-color: rgb(87 83 78 / 0.15);
  border-right-color: rgb(87 83 78 / 0.15);
}
.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\/35 {
  border-left-color: rgb(87 83 78 / 0.35);
  border-right-color: rgb(87 83 78 / 0.35);
}
.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\/45 {
  border-left-color: rgb(87 83 78 / 0.45);
  border-right-color: rgb(87 83 78 / 0.45);
}
.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\/55 {
  border-left-color: rgb(87 83 78 / 0.55);
  border-right-color: rgb(87 83 78 / 0.55);
}
.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\/65 {
  border-left-color: rgb(87 83 78 / 0.65);
  border-right-color: rgb(87 83 78 / 0.65);
}
.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\/85 {
  border-left-color: rgb(87 83 78 / 0.85);
  border-right-color: rgb(87 83 78 / 0.85);
}
.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\/15 {
  border-left-color: rgb(68 64 60 / 0.15);
  border-right-color: rgb(68 64 60 / 0.15);
}
.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\/35 {
  border-left-color: rgb(68 64 60 / 0.35);
  border-right-color: rgb(68 64 60 / 0.35);
}
.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\/45 {
  border-left-color: rgb(68 64 60 / 0.45);
  border-right-color: rgb(68 64 60 / 0.45);
}
.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\/55 {
  border-left-color: rgb(68 64 60 / 0.55);
  border-right-color: rgb(68 64 60 / 0.55);
}
.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\/65 {
  border-left-color: rgb(68 64 60 / 0.65);
  border-right-color: rgb(68 64 60 / 0.65);
}
.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\/85 {
  border-left-color: rgb(68 64 60 / 0.85);
  border-right-color: rgb(68 64 60 / 0.85);
}
.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\/15 {
  border-left-color: rgb(41 37 36 / 0.15);
  border-right-color: rgb(41 37 36 / 0.15);
}
.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\/35 {
  border-left-color: rgb(41 37 36 / 0.35);
  border-right-color: rgb(41 37 36 / 0.35);
}
.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\/45 {
  border-left-color: rgb(41 37 36 / 0.45);
  border-right-color: rgb(41 37 36 / 0.45);
}
.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\/55 {
  border-left-color: rgb(41 37 36 / 0.55);
  border-right-color: rgb(41 37 36 / 0.55);
}
.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\/65 {
  border-left-color: rgb(41 37 36 / 0.65);
  border-right-color: rgb(41 37 36 / 0.65);
}
.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\/85 {
  border-left-color: rgb(41 37 36 / 0.85);
  border-right-color: rgb(41 37 36 / 0.85);
}
.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\/15 {
  border-left-color: rgb(28 25 23 / 0.15);
  border-right-color: rgb(28 25 23 / 0.15);
}
.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\/35 {
  border-left-color: rgb(28 25 23 / 0.35);
  border-right-color: rgb(28 25 23 / 0.35);
}
.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\/45 {
  border-left-color: rgb(28 25 23 / 0.45);
  border-right-color: rgb(28 25 23 / 0.45);
}
.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\/55 {
  border-left-color: rgb(28 25 23 / 0.55);
  border-right-color: rgb(28 25 23 / 0.55);
}
.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\/65 {
  border-left-color: rgb(28 25 23 / 0.65);
  border-right-color: rgb(28 25 23 / 0.65);
}
.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\/85 {
  border-left-color: rgb(28 25 23 / 0.85);
  border-right-color: rgb(28 25 23 / 0.85);
}
.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\/15 {
  border-left-color: rgb(12 10 9 / 0.15);
  border-right-color: rgb(12 10 9 / 0.15);
}
.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\/35 {
  border-left-color: rgb(12 10 9 / 0.35);
  border-right-color: rgb(12 10 9 / 0.35);
}
.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\/45 {
  border-left-color: rgb(12 10 9 / 0.45);
  border-right-color: rgb(12 10 9 / 0.45);
}
.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\/55 {
  border-left-color: rgb(12 10 9 / 0.55);
  border-right-color: rgb(12 10 9 / 0.55);
}
.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\/65 {
  border-left-color: rgb(12 10 9 / 0.65);
  border-right-color: rgb(12 10 9 / 0.65);
}
.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\/85 {
  border-left-color: rgb(12 10 9 / 0.85);
  border-right-color: rgb(12 10 9 / 0.85);
}
.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\/15 {
  border-left-color: rgb(204 251 241 / 0.15);
  border-right-color: rgb(204 251 241 / 0.15);
}
.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\/35 {
  border-left-color: rgb(204 251 241 / 0.35);
  border-right-color: rgb(204 251 241 / 0.35);
}
.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\/45 {
  border-left-color: rgb(204 251 241 / 0.45);
  border-right-color: rgb(204 251 241 / 0.45);
}
.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\/55 {
  border-left-color: rgb(204 251 241 / 0.55);
  border-right-color: rgb(204 251 241 / 0.55);
}
.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\/65 {
  border-left-color: rgb(204 251 241 / 0.65);
  border-right-color: rgb(204 251 241 / 0.65);
}
.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\/85 {
  border-left-color: rgb(204 251 241 / 0.85);
  border-right-color: rgb(204 251 241 / 0.85);
}
.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\/15 {
  border-left-color: rgb(153 246 228 / 0.15);
  border-right-color: rgb(153 246 228 / 0.15);
}
.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\/35 {
  border-left-color: rgb(153 246 228 / 0.35);
  border-right-color: rgb(153 246 228 / 0.35);
}
.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\/45 {
  border-left-color: rgb(153 246 228 / 0.45);
  border-right-color: rgb(153 246 228 / 0.45);
}
.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\/55 {
  border-left-color: rgb(153 246 228 / 0.55);
  border-right-color: rgb(153 246 228 / 0.55);
}
.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\/65 {
  border-left-color: rgb(153 246 228 / 0.65);
  border-right-color: rgb(153 246 228 / 0.65);
}
.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\/85 {
  border-left-color: rgb(153 246 228 / 0.85);
  border-right-color: rgb(153 246 228 / 0.85);
}
.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\/15 {
  border-left-color: rgb(94 234 212 / 0.15);
  border-right-color: rgb(94 234 212 / 0.15);
}
.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\/35 {
  border-left-color: rgb(94 234 212 / 0.35);
  border-right-color: rgb(94 234 212 / 0.35);
}
.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\/45 {
  border-left-color: rgb(94 234 212 / 0.45);
  border-right-color: rgb(94 234 212 / 0.45);
}
.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\/55 {
  border-left-color: rgb(94 234 212 / 0.55);
  border-right-color: rgb(94 234 212 / 0.55);
}
.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\/65 {
  border-left-color: rgb(94 234 212 / 0.65);
  border-right-color: rgb(94 234 212 / 0.65);
}
.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\/85 {
  border-left-color: rgb(94 234 212 / 0.85);
  border-right-color: rgb(94 234 212 / 0.85);
}
.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\/15 {
  border-left-color: rgb(45 212 191 / 0.15);
  border-right-color: rgb(45 212 191 / 0.15);
}
.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\/35 {
  border-left-color: rgb(45 212 191 / 0.35);
  border-right-color: rgb(45 212 191 / 0.35);
}
.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\/45 {
  border-left-color: rgb(45 212 191 / 0.45);
  border-right-color: rgb(45 212 191 / 0.45);
}
.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\/55 {
  border-left-color: rgb(45 212 191 / 0.55);
  border-right-color: rgb(45 212 191 / 0.55);
}
.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\/65 {
  border-left-color: rgb(45 212 191 / 0.65);
  border-right-color: rgb(45 212 191 / 0.65);
}
.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\/85 {
  border-left-color: rgb(45 212 191 / 0.85);
  border-right-color: rgb(45 212 191 / 0.85);
}
.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\/15 {
  border-left-color: rgb(240 253 250 / 0.15);
  border-right-color: rgb(240 253 250 / 0.15);
}
.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\/35 {
  border-left-color: rgb(240 253 250 / 0.35);
  border-right-color: rgb(240 253 250 / 0.35);
}
.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\/45 {
  border-left-color: rgb(240 253 250 / 0.45);
  border-right-color: rgb(240 253 250 / 0.45);
}
.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\/55 {
  border-left-color: rgb(240 253 250 / 0.55);
  border-right-color: rgb(240 253 250 / 0.55);
}
.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\/65 {
  border-left-color: rgb(240 253 250 / 0.65);
  border-right-color: rgb(240 253 250 / 0.65);
}
.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\/85 {
  border-left-color: rgb(240 253 250 / 0.85);
  border-right-color: rgb(240 253 250 / 0.85);
}
.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\/15 {
  border-left-color: rgb(20 184 166 / 0.15);
  border-right-color: rgb(20 184 166 / 0.15);
}
.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\/35 {
  border-left-color: rgb(20 184 166 / 0.35);
  border-right-color: rgb(20 184 166 / 0.35);
}
.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\/45 {
  border-left-color: rgb(20 184 166 / 0.45);
  border-right-color: rgb(20 184 166 / 0.45);
}
.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\/55 {
  border-left-color: rgb(20 184 166 / 0.55);
  border-right-color: rgb(20 184 166 / 0.55);
}
.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\/65 {
  border-left-color: rgb(20 184 166 / 0.65);
  border-right-color: rgb(20 184 166 / 0.65);
}
.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\/85 {
  border-left-color: rgb(20 184 166 / 0.85);
  border-right-color: rgb(20 184 166 / 0.85);
}
.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\/15 {
  border-left-color: rgb(13 148 136 / 0.15);
  border-right-color: rgb(13 148 136 / 0.15);
}
.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\/35 {
  border-left-color: rgb(13 148 136 / 0.35);
  border-right-color: rgb(13 148 136 / 0.35);
}
.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\/45 {
  border-left-color: rgb(13 148 136 / 0.45);
  border-right-color: rgb(13 148 136 / 0.45);
}
.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\/55 {
  border-left-color: rgb(13 148 136 / 0.55);
  border-right-color: rgb(13 148 136 / 0.55);
}
.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\/65 {
  border-left-color: rgb(13 148 136 / 0.65);
  border-right-color: rgb(13 148 136 / 0.65);
}
.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\/85 {
  border-left-color: rgb(13 148 136 / 0.85);
  border-right-color: rgb(13 148 136 / 0.85);
}
.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\/15 {
  border-left-color: rgb(15 118 110 / 0.15);
  border-right-color: rgb(15 118 110 / 0.15);
}
.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\/35 {
  border-left-color: rgb(15 118 110 / 0.35);
  border-right-color: rgb(15 118 110 / 0.35);
}
.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\/45 {
  border-left-color: rgb(15 118 110 / 0.45);
  border-right-color: rgb(15 118 110 / 0.45);
}
.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\/55 {
  border-left-color: rgb(15 118 110 / 0.55);
  border-right-color: rgb(15 118 110 / 0.55);
}
.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\/65 {
  border-left-color: rgb(15 118 110 / 0.65);
  border-right-color: rgb(15 118 110 / 0.65);
}
.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\/85 {
  border-left-color: rgb(15 118 110 / 0.85);
  border-right-color: rgb(15 118 110 / 0.85);
}
.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\/15 {
  border-left-color: rgb(17 94 89 / 0.15);
  border-right-color: rgb(17 94 89 / 0.15);
}
.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\/35 {
  border-left-color: rgb(17 94 89 / 0.35);
  border-right-color: rgb(17 94 89 / 0.35);
}
.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\/45 {
  border-left-color: rgb(17 94 89 / 0.45);
  border-right-color: rgb(17 94 89 / 0.45);
}
.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\/55 {
  border-left-color: rgb(17 94 89 / 0.55);
  border-right-color: rgb(17 94 89 / 0.55);
}
.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\/65 {
  border-left-color: rgb(17 94 89 / 0.65);
  border-right-color: rgb(17 94 89 / 0.65);
}
.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\/85 {
  border-left-color: rgb(17 94 89 / 0.85);
  border-right-color: rgb(17 94 89 / 0.85);
}
.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\/15 {
  border-left-color: rgb(19 78 74 / 0.15);
  border-right-color: rgb(19 78 74 / 0.15);
}
.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\/35 {
  border-left-color: rgb(19 78 74 / 0.35);
  border-right-color: rgb(19 78 74 / 0.35);
}
.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\/45 {
  border-left-color: rgb(19 78 74 / 0.45);
  border-right-color: rgb(19 78 74 / 0.45);
}
.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\/55 {
  border-left-color: rgb(19 78 74 / 0.55);
  border-right-color: rgb(19 78 74 / 0.55);
}
.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\/65 {
  border-left-color: rgb(19 78 74 / 0.65);
  border-right-color: rgb(19 78 74 / 0.65);
}
.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\/85 {
  border-left-color: rgb(19 78 74 / 0.85);
  border-right-color: rgb(19 78 74 / 0.85);
}
.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\/15 {
  border-left-color: rgb(4 47 46 / 0.15);
  border-right-color: rgb(4 47 46 / 0.15);
}
.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\/35 {
  border-left-color: rgb(4 47 46 / 0.35);
  border-right-color: rgb(4 47 46 / 0.35);
}
.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\/45 {
  border-left-color: rgb(4 47 46 / 0.45);
  border-right-color: rgb(4 47 46 / 0.45);
}
.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\/55 {
  border-left-color: rgb(4 47 46 / 0.55);
  border-right-color: rgb(4 47 46 / 0.55);
}
.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\/65 {
  border-left-color: rgb(4 47 46 / 0.65);
  border-right-color: rgb(4 47 46 / 0.65);
}
.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\/85 {
  border-left-color: rgb(4 47 46 / 0.85);
  border-right-color: rgb(4 47 46 / 0.85);
}
.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\/15 {
  border-left-color: rgb(0 0 0 / 0.15);
  border-right-color: rgb(0 0 0 / 0.15);
}
.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\/35 {
  border-left-color: rgb(0 0 0 / 0.35);
  border-right-color: rgb(0 0 0 / 0.35);
}
.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\/45 {
  border-left-color: rgb(0 0 0 / 0.45);
  border-right-color: rgb(0 0 0 / 0.45);
}
.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\/55 {
  border-left-color: rgb(0 0 0 / 0.55);
  border-right-color: rgb(0 0 0 / 0.55);
}
.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\/65 {
  border-left-color: rgb(0 0 0 / 0.65);
  border-right-color: rgb(0 0 0 / 0.65);
}
.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\/85 {
  border-left-color: rgb(0 0 0 / 0.85);
  border-right-color: rgb(0 0 0 / 0.85);
}
.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\/15 {
  border-left-color: rgb(237 233 254 / 0.15);
  border-right-color: rgb(237 233 254 / 0.15);
}
.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\/35 {
  border-left-color: rgb(237 233 254 / 0.35);
  border-right-color: rgb(237 233 254 / 0.35);
}
.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\/45 {
  border-left-color: rgb(237 233 254 / 0.45);
  border-right-color: rgb(237 233 254 / 0.45);
}
.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\/55 {
  border-left-color: rgb(237 233 254 / 0.55);
  border-right-color: rgb(237 233 254 / 0.55);
}
.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\/65 {
  border-left-color: rgb(237 233 254 / 0.65);
  border-right-color: rgb(237 233 254 / 0.65);
}
.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\/85 {
  border-left-color: rgb(237 233 254 / 0.85);
  border-right-color: rgb(237 233 254 / 0.85);
}
.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\/15 {
  border-left-color: rgb(221 214 254 / 0.15);
  border-right-color: rgb(221 214 254 / 0.15);
}
.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\/35 {
  border-left-color: rgb(221 214 254 / 0.35);
  border-right-color: rgb(221 214 254 / 0.35);
}
.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\/45 {
  border-left-color: rgb(221 214 254 / 0.45);
  border-right-color: rgb(221 214 254 / 0.45);
}
.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\/55 {
  border-left-color: rgb(221 214 254 / 0.55);
  border-right-color: rgb(221 214 254 / 0.55);
}
.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\/65 {
  border-left-color: rgb(221 214 254 / 0.65);
  border-right-color: rgb(221 214 254 / 0.65);
}
.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\/85 {
  border-left-color: rgb(221 214 254 / 0.85);
  border-right-color: rgb(221 214 254 / 0.85);
}
.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\/15 {
  border-left-color: rgb(196 181 253 / 0.15);
  border-right-color: rgb(196 181 253 / 0.15);
}
.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\/35 {
  border-left-color: rgb(196 181 253 / 0.35);
  border-right-color: rgb(196 181 253 / 0.35);
}
.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\/45 {
  border-left-color: rgb(196 181 253 / 0.45);
  border-right-color: rgb(196 181 253 / 0.45);
}
.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\/55 {
  border-left-color: rgb(196 181 253 / 0.55);
  border-right-color: rgb(196 181 253 / 0.55);
}
.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\/65 {
  border-left-color: rgb(196 181 253 / 0.65);
  border-right-color: rgb(196 181 253 / 0.65);
}
.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\/85 {
  border-left-color: rgb(196 181 253 / 0.85);
  border-right-color: rgb(196 181 253 / 0.85);
}
.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\/15 {
  border-left-color: rgb(167 139 250 / 0.15);
  border-right-color: rgb(167 139 250 / 0.15);
}
.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\/35 {
  border-left-color: rgb(167 139 250 / 0.35);
  border-right-color: rgb(167 139 250 / 0.35);
}
.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\/45 {
  border-left-color: rgb(167 139 250 / 0.45);
  border-right-color: rgb(167 139 250 / 0.45);
}
.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\/55 {
  border-left-color: rgb(167 139 250 / 0.55);
  border-right-color: rgb(167 139 250 / 0.55);
}
.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\/65 {
  border-left-color: rgb(167 139 250 / 0.65);
  border-right-color: rgb(167 139 250 / 0.65);
}
.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\/85 {
  border-left-color: rgb(167 139 250 / 0.85);
  border-right-color: rgb(167 139 250 / 0.85);
}
.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\/15 {
  border-left-color: rgb(245 243 255 / 0.15);
  border-right-color: rgb(245 243 255 / 0.15);
}
.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\/35 {
  border-left-color: rgb(245 243 255 / 0.35);
  border-right-color: rgb(245 243 255 / 0.35);
}
.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\/45 {
  border-left-color: rgb(245 243 255 / 0.45);
  border-right-color: rgb(245 243 255 / 0.45);
}
.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\/55 {
  border-left-color: rgb(245 243 255 / 0.55);
  border-right-color: rgb(245 243 255 / 0.55);
}
.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\/65 {
  border-left-color: rgb(245 243 255 / 0.65);
  border-right-color: rgb(245 243 255 / 0.65);
}
.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\/85 {
  border-left-color: rgb(245 243 255 / 0.85);
  border-right-color: rgb(245 243 255 / 0.85);
}
.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\/15 {
  border-left-color: rgb(139 92 246 / 0.15);
  border-right-color: rgb(139 92 246 / 0.15);
}
.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\/35 {
  border-left-color: rgb(139 92 246 / 0.35);
  border-right-color: rgb(139 92 246 / 0.35);
}
.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\/45 {
  border-left-color: rgb(139 92 246 / 0.45);
  border-right-color: rgb(139 92 246 / 0.45);
}
.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\/55 {
  border-left-color: rgb(139 92 246 / 0.55);
  border-right-color: rgb(139 92 246 / 0.55);
}
.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\/65 {
  border-left-color: rgb(139 92 246 / 0.65);
  border-right-color: rgb(139 92 246 / 0.65);
}
.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\/85 {
  border-left-color: rgb(139 92 246 / 0.85);
  border-right-color: rgb(139 92 246 / 0.85);
}
.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\/15 {
  border-left-color: rgb(124 58 237 / 0.15);
  border-right-color: rgb(124 58 237 / 0.15);
}
.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\/35 {
  border-left-color: rgb(124 58 237 / 0.35);
  border-right-color: rgb(124 58 237 / 0.35);
}
.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\/45 {
  border-left-color: rgb(124 58 237 / 0.45);
  border-right-color: rgb(124 58 237 / 0.45);
}
.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\/55 {
  border-left-color: rgb(124 58 237 / 0.55);
  border-right-color: rgb(124 58 237 / 0.55);
}
.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\/65 {
  border-left-color: rgb(124 58 237 / 0.65);
  border-right-color: rgb(124 58 237 / 0.65);
}
.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\/85 {
  border-left-color: rgb(124 58 237 / 0.85);
  border-right-color: rgb(124 58 237 / 0.85);
}
.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\/15 {
  border-left-color: rgb(109 40 217 / 0.15);
  border-right-color: rgb(109 40 217 / 0.15);
}
.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\/35 {
  border-left-color: rgb(109 40 217 / 0.35);
  border-right-color: rgb(109 40 217 / 0.35);
}
.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\/45 {
  border-left-color: rgb(109 40 217 / 0.45);
  border-right-color: rgb(109 40 217 / 0.45);
}
.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\/55 {
  border-left-color: rgb(109 40 217 / 0.55);
  border-right-color: rgb(109 40 217 / 0.55);
}
.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\/65 {
  border-left-color: rgb(109 40 217 / 0.65);
  border-right-color: rgb(109 40 217 / 0.65);
}
.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\/85 {
  border-left-color: rgb(109 40 217 / 0.85);
  border-right-color: rgb(109 40 217 / 0.85);
}
.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\/15 {
  border-left-color: rgb(91 33 182 / 0.15);
  border-right-color: rgb(91 33 182 / 0.15);
}
.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\/35 {
  border-left-color: rgb(91 33 182 / 0.35);
  border-right-color: rgb(91 33 182 / 0.35);
}
.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\/45 {
  border-left-color: rgb(91 33 182 / 0.45);
  border-right-color: rgb(91 33 182 / 0.45);
}
.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\/55 {
  border-left-color: rgb(91 33 182 / 0.55);
  border-right-color: rgb(91 33 182 / 0.55);
}
.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\/65 {
  border-left-color: rgb(91 33 182 / 0.65);
  border-right-color: rgb(91 33 182 / 0.65);
}
.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\/85 {
  border-left-color: rgb(91 33 182 / 0.85);
  border-right-color: rgb(91 33 182 / 0.85);
}
.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\/15 {
  border-left-color: rgb(76 29 149 / 0.15);
  border-right-color: rgb(76 29 149 / 0.15);
}
.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\/35 {
  border-left-color: rgb(76 29 149 / 0.35);
  border-right-color: rgb(76 29 149 / 0.35);
}
.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\/45 {
  border-left-color: rgb(76 29 149 / 0.45);
  border-right-color: rgb(76 29 149 / 0.45);
}
.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\/55 {
  border-left-color: rgb(76 29 149 / 0.55);
  border-right-color: rgb(76 29 149 / 0.55);
}
.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\/65 {
  border-left-color: rgb(76 29 149 / 0.65);
  border-right-color: rgb(76 29 149 / 0.65);
}
.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\/85 {
  border-left-color: rgb(76 29 149 / 0.85);
  border-right-color: rgb(76 29 149 / 0.85);
}
.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\/15 {
  border-left-color: rgb(46 16 101 / 0.15);
  border-right-color: rgb(46 16 101 / 0.15);
}
.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\/35 {
  border-left-color: rgb(46 16 101 / 0.35);
  border-right-color: rgb(46 16 101 / 0.35);
}
.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\/45 {
  border-left-color: rgb(46 16 101 / 0.45);
  border-right-color: rgb(46 16 101 / 0.45);
}
.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\/55 {
  border-left-color: rgb(46 16 101 / 0.55);
  border-right-color: rgb(46 16 101 / 0.55);
}
.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\/65 {
  border-left-color: rgb(46 16 101 / 0.65);
  border-right-color: rgb(46 16 101 / 0.65);
}
.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\/85 {
  border-left-color: rgb(46 16 101 / 0.85);
  border-right-color: rgb(46 16 101 / 0.85);
}
.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\/15 {
  border-left-color: rgb(255 255 255 / 0.15);
  border-right-color: rgb(255 255 255 / 0.15);
}
.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\/35 {
  border-left-color: rgb(255 255 255 / 0.35);
  border-right-color: rgb(255 255 255 / 0.35);
}
.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\/45 {
  border-left-color: rgb(255 255 255 / 0.45);
  border-right-color: rgb(255 255 255 / 0.45);
}
.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\/55 {
  border-left-color: rgb(255 255 255 / 0.55);
  border-right-color: rgb(255 255 255 / 0.55);
}
.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\/65 {
  border-left-color: rgb(255 255 255 / 0.65);
  border-right-color: rgb(255 255 255 / 0.65);
}
.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\/85 {
  border-left-color: rgb(255 255 255 / 0.85);
  border-right-color: rgb(255 255 255 / 0.85);
}
.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\/15 {
  border-left-color: rgb(254 249 195 / 0.15);
  border-right-color: rgb(254 249 195 / 0.15);
}
.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\/35 {
  border-left-color: rgb(254 249 195 / 0.35);
  border-right-color: rgb(254 249 195 / 0.35);
}
.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\/45 {
  border-left-color: rgb(254 249 195 / 0.45);
  border-right-color: rgb(254 249 195 / 0.45);
}
.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\/55 {
  border-left-color: rgb(254 249 195 / 0.55);
  border-right-color: rgb(254 249 195 / 0.55);
}
.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\/65 {
  border-left-color: rgb(254 249 195 / 0.65);
  border-right-color: rgb(254 249 195 / 0.65);
}
.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\/85 {
  border-left-color: rgb(254 249 195 / 0.85);
  border-right-color: rgb(254 249 195 / 0.85);
}
.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\/15 {
  border-left-color: rgb(254 240 138 / 0.15);
  border-right-color: rgb(254 240 138 / 0.15);
}
.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\/35 {
  border-left-color: rgb(254 240 138 / 0.35);
  border-right-color: rgb(254 240 138 / 0.35);
}
.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\/45 {
  border-left-color: rgb(254 240 138 / 0.45);
  border-right-color: rgb(254 240 138 / 0.45);
}
.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\/55 {
  border-left-color: rgb(254 240 138 / 0.55);
  border-right-color: rgb(254 240 138 / 0.55);
}
.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\/65 {
  border-left-color: rgb(254 240 138 / 0.65);
  border-right-color: rgb(254 240 138 / 0.65);
}
.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\/85 {
  border-left-color: rgb(254 240 138 / 0.85);
  border-right-color: rgb(254 240 138 / 0.85);
}
.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\/15 {
  border-left-color: rgb(253 224 71 / 0.15);
  border-right-color: rgb(253 224 71 / 0.15);
}
.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\/35 {
  border-left-color: rgb(253 224 71 / 0.35);
  border-right-color: rgb(253 224 71 / 0.35);
}
.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\/45 {
  border-left-color: rgb(253 224 71 / 0.45);
  border-right-color: rgb(253 224 71 / 0.45);
}
.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\/55 {
  border-left-color: rgb(253 224 71 / 0.55);
  border-right-color: rgb(253 224 71 / 0.55);
}
.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\/65 {
  border-left-color: rgb(253 224 71 / 0.65);
  border-right-color: rgb(253 224 71 / 0.65);
}
.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\/85 {
  border-left-color: rgb(253 224 71 / 0.85);
  border-right-color: rgb(253 224 71 / 0.85);
}
.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\/15 {
  border-left-color: rgb(250 204 21 / 0.15);
  border-right-color: rgb(250 204 21 / 0.15);
}
.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\/35 {
  border-left-color: rgb(250 204 21 / 0.35);
  border-right-color: rgb(250 204 21 / 0.35);
}
.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\/45 {
  border-left-color: rgb(250 204 21 / 0.45);
  border-right-color: rgb(250 204 21 / 0.45);
}
.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\/55 {
  border-left-color: rgb(250 204 21 / 0.55);
  border-right-color: rgb(250 204 21 / 0.55);
}
.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\/65 {
  border-left-color: rgb(250 204 21 / 0.65);
  border-right-color: rgb(250 204 21 / 0.65);
}
.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\/85 {
  border-left-color: rgb(250 204 21 / 0.85);
  border-right-color: rgb(250 204 21 / 0.85);
}
.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\/15 {
  border-left-color: rgb(254 252 232 / 0.15);
  border-right-color: rgb(254 252 232 / 0.15);
}
.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\/35 {
  border-left-color: rgb(254 252 232 / 0.35);
  border-right-color: rgb(254 252 232 / 0.35);
}
.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\/45 {
  border-left-color: rgb(254 252 232 / 0.45);
  border-right-color: rgb(254 252 232 / 0.45);
}
.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\/55 {
  border-left-color: rgb(254 252 232 / 0.55);
  border-right-color: rgb(254 252 232 / 0.55);
}
.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\/65 {
  border-left-color: rgb(254 252 232 / 0.65);
  border-right-color: rgb(254 252 232 / 0.65);
}
.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\/85 {
  border-left-color: rgb(254 252 232 / 0.85);
  border-right-color: rgb(254 252 232 / 0.85);
}
.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\/15 {
  border-left-color: rgb(234 179 8 / 0.15);
  border-right-color: rgb(234 179 8 / 0.15);
}
.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\/35 {
  border-left-color: rgb(234 179 8 / 0.35);
  border-right-color: rgb(234 179 8 / 0.35);
}
.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\/45 {
  border-left-color: rgb(234 179 8 / 0.45);
  border-right-color: rgb(234 179 8 / 0.45);
}
.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\/55 {
  border-left-color: rgb(234 179 8 / 0.55);
  border-right-color: rgb(234 179 8 / 0.55);
}
.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\/65 {
  border-left-color: rgb(234 179 8 / 0.65);
  border-right-color: rgb(234 179 8 / 0.65);
}
.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\/85 {
  border-left-color: rgb(234 179 8 / 0.85);
  border-right-color: rgb(234 179 8 / 0.85);
}
.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\/15 {
  border-left-color: rgb(202 138 4 / 0.15);
  border-right-color: rgb(202 138 4 / 0.15);
}
.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\/35 {
  border-left-color: rgb(202 138 4 / 0.35);
  border-right-color: rgb(202 138 4 / 0.35);
}
.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\/45 {
  border-left-color: rgb(202 138 4 / 0.45);
  border-right-color: rgb(202 138 4 / 0.45);
}
.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\/55 {
  border-left-color: rgb(202 138 4 / 0.55);
  border-right-color: rgb(202 138 4 / 0.55);
}
.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\/65 {
  border-left-color: rgb(202 138 4 / 0.65);
  border-right-color: rgb(202 138 4 / 0.65);
}
.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\/85 {
  border-left-color: rgb(202 138 4 / 0.85);
  border-right-color: rgb(202 138 4 / 0.85);
}
.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\/15 {
  border-left-color: rgb(161 98 7 / 0.15);
  border-right-color: rgb(161 98 7 / 0.15);
}
.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\/35 {
  border-left-color: rgb(161 98 7 / 0.35);
  border-right-color: rgb(161 98 7 / 0.35);
}
.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\/45 {
  border-left-color: rgb(161 98 7 / 0.45);
  border-right-color: rgb(161 98 7 / 0.45);
}
.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\/55 {
  border-left-color: rgb(161 98 7 / 0.55);
  border-right-color: rgb(161 98 7 / 0.55);
}
.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\/65 {
  border-left-color: rgb(161 98 7 / 0.65);
  border-right-color: rgb(161 98 7 / 0.65);
}
.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\/85 {
  border-left-color: rgb(161 98 7 / 0.85);
  border-right-color: rgb(161 98 7 / 0.85);
}
.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\/15 {
  border-left-color: rgb(133 77 14 / 0.15);
  border-right-color: rgb(133 77 14 / 0.15);
}
.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\/35 {
  border-left-color: rgb(133 77 14 / 0.35);
  border-right-color: rgb(133 77 14 / 0.35);
}
.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\/45 {
  border-left-color: rgb(133 77 14 / 0.45);
  border-right-color: rgb(133 77 14 / 0.45);
}
.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\/55 {
  border-left-color: rgb(133 77 14 / 0.55);
  border-right-color: rgb(133 77 14 / 0.55);
}
.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\/65 {
  border-left-color: rgb(133 77 14 / 0.65);
  border-right-color: rgb(133 77 14 / 0.65);
}
.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\/85 {
  border-left-color: rgb(133 77 14 / 0.85);
  border-right-color: rgb(133 77 14 / 0.85);
}
.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\/15 {
  border-left-color: rgb(113 63 18 / 0.15);
  border-right-color: rgb(113 63 18 / 0.15);
}
.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\/35 {
  border-left-color: rgb(113 63 18 / 0.35);
  border-right-color: rgb(113 63 18 / 0.35);
}
.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\/45 {
  border-left-color: rgb(113 63 18 / 0.45);
  border-right-color: rgb(113 63 18 / 0.45);
}
.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\/55 {
  border-left-color: rgb(113 63 18 / 0.55);
  border-right-color: rgb(113 63 18 / 0.55);
}
.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\/65 {
  border-left-color: rgb(113 63 18 / 0.65);
  border-right-color: rgb(113 63 18 / 0.65);
}
.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\/85 {
  border-left-color: rgb(113 63 18 / 0.85);
  border-right-color: rgb(113 63 18 / 0.85);
}
.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\/15 {
  border-left-color: rgb(66 32 6 / 0.15);
  border-right-color: rgb(66 32 6 / 0.15);
}
.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\/35 {
  border-left-color: rgb(66 32 6 / 0.35);
  border-right-color: rgb(66 32 6 / 0.35);
}
.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\/45 {
  border-left-color: rgb(66 32 6 / 0.45);
  border-right-color: rgb(66 32 6 / 0.45);
}
.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\/55 {
  border-left-color: rgb(66 32 6 / 0.55);
  border-right-color: rgb(66 32 6 / 0.55);
}
.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\/65 {
  border-left-color: rgb(66 32 6 / 0.65);
  border-right-color: rgb(66 32 6 / 0.65);
}
.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\/85 {
  border-left-color: rgb(66 32 6 / 0.85);
  border-right-color: rgb(66 32 6 / 0.85);
}
.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\/15 {
  border-left-color: rgb(244 244 245 / 0.15);
  border-right-color: rgb(244 244 245 / 0.15);
}
.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\/35 {
  border-left-color: rgb(244 244 245 / 0.35);
  border-right-color: rgb(244 244 245 / 0.35);
}
.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\/45 {
  border-left-color: rgb(244 244 245 / 0.45);
  border-right-color: rgb(244 244 245 / 0.45);
}
.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\/55 {
  border-left-color: rgb(244 244 245 / 0.55);
  border-right-color: rgb(244 244 245 / 0.55);
}
.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\/65 {
  border-left-color: rgb(244 244 245 / 0.65);
  border-right-color: rgb(244 244 245 / 0.65);
}
.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\/85 {
  border-left-color: rgb(244 244 245 / 0.85);
  border-right-color: rgb(244 244 245 / 0.85);
}
.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\/15 {
  border-left-color: rgb(228 228 231 / 0.15);
  border-right-color: rgb(228 228 231 / 0.15);
}
.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\/35 {
  border-left-color: rgb(228 228 231 / 0.35);
  border-right-color: rgb(228 228 231 / 0.35);
}
.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\/45 {
  border-left-color: rgb(228 228 231 / 0.45);
  border-right-color: rgb(228 228 231 / 0.45);
}
.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\/55 {
  border-left-color: rgb(228 228 231 / 0.55);
  border-right-color: rgb(228 228 231 / 0.55);
}
.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\/65 {
  border-left-color: rgb(228 228 231 / 0.65);
  border-right-color: rgb(228 228 231 / 0.65);
}
.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\/85 {
  border-left-color: rgb(228 228 231 / 0.85);
  border-right-color: rgb(228 228 231 / 0.85);
}
.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\/15 {
  border-left-color: rgb(212 212 216 / 0.15);
  border-right-color: rgb(212 212 216 / 0.15);
}
.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\/35 {
  border-left-color: rgb(212 212 216 / 0.35);
  border-right-color: rgb(212 212 216 / 0.35);
}
.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\/45 {
  border-left-color: rgb(212 212 216 / 0.45);
  border-right-color: rgb(212 212 216 / 0.45);
}
.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\/55 {
  border-left-color: rgb(212 212 216 / 0.55);
  border-right-color: rgb(212 212 216 / 0.55);
}
.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\/65 {
  border-left-color: rgb(212 212 216 / 0.65);
  border-right-color: rgb(212 212 216 / 0.65);
}
.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\/85 {
  border-left-color: rgb(212 212 216 / 0.85);
  border-right-color: rgb(212 212 216 / 0.85);
}
.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\/15 {
  border-left-color: rgb(161 161 170 / 0.15);
  border-right-color: rgb(161 161 170 / 0.15);
}
.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\/35 {
  border-left-color: rgb(161 161 170 / 0.35);
  border-right-color: rgb(161 161 170 / 0.35);
}
.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\/45 {
  border-left-color: rgb(161 161 170 / 0.45);
  border-right-color: rgb(161 161 170 / 0.45);
}
.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\/55 {
  border-left-color: rgb(161 161 170 / 0.55);
  border-right-color: rgb(161 161 170 / 0.55);
}
.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\/65 {
  border-left-color: rgb(161 161 170 / 0.65);
  border-right-color: rgb(161 161 170 / 0.65);
}
.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\/85 {
  border-left-color: rgb(161 161 170 / 0.85);
  border-right-color: rgb(161 161 170 / 0.85);
}
.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\/15 {
  border-left-color: rgb(250 250 250 / 0.15);
  border-right-color: rgb(250 250 250 / 0.15);
}
.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\/35 {
  border-left-color: rgb(250 250 250 / 0.35);
  border-right-color: rgb(250 250 250 / 0.35);
}
.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\/45 {
  border-left-color: rgb(250 250 250 / 0.45);
  border-right-color: rgb(250 250 250 / 0.45);
}
.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\/55 {
  border-left-color: rgb(250 250 250 / 0.55);
  border-right-color: rgb(250 250 250 / 0.55);
}
.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\/65 {
  border-left-color: rgb(250 250 250 / 0.65);
  border-right-color: rgb(250 250 250 / 0.65);
}
.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\/85 {
  border-left-color: rgb(250 250 250 / 0.85);
  border-right-color: rgb(250 250 250 / 0.85);
}
.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\/15 {
  border-left-color: rgb(113 113 122 / 0.15);
  border-right-color: rgb(113 113 122 / 0.15);
}
.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\/35 {
  border-left-color: rgb(113 113 122 / 0.35);
  border-right-color: rgb(113 113 122 / 0.35);
}
.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\/45 {
  border-left-color: rgb(113 113 122 / 0.45);
  border-right-color: rgb(113 113 122 / 0.45);
}
.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\/55 {
  border-left-color: rgb(113 113 122 / 0.55);
  border-right-color: rgb(113 113 122 / 0.55);
}
.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\/65 {
  border-left-color: rgb(113 113 122 / 0.65);
  border-right-color: rgb(113 113 122 / 0.65);
}
.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\/85 {
  border-left-color: rgb(113 113 122 / 0.85);
  border-right-color: rgb(113 113 122 / 0.85);
}
.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\/15 {
  border-left-color: rgb(82 82 91 / 0.15);
  border-right-color: rgb(82 82 91 / 0.15);
}
.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\/35 {
  border-left-color: rgb(82 82 91 / 0.35);
  border-right-color: rgb(82 82 91 / 0.35);
}
.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\/45 {
  border-left-color: rgb(82 82 91 / 0.45);
  border-right-color: rgb(82 82 91 / 0.45);
}
.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\/55 {
  border-left-color: rgb(82 82 91 / 0.55);
  border-right-color: rgb(82 82 91 / 0.55);
}
.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\/65 {
  border-left-color: rgb(82 82 91 / 0.65);
  border-right-color: rgb(82 82 91 / 0.65);
}
.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\/85 {
  border-left-color: rgb(82 82 91 / 0.85);
  border-right-color: rgb(82 82 91 / 0.85);
}
.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\/15 {
  border-left-color: rgb(63 63 70 / 0.15);
  border-right-color: rgb(63 63 70 / 0.15);
}
.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\/35 {
  border-left-color: rgb(63 63 70 / 0.35);
  border-right-color: rgb(63 63 70 / 0.35);
}
.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\/45 {
  border-left-color: rgb(63 63 70 / 0.45);
  border-right-color: rgb(63 63 70 / 0.45);
}
.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\/55 {
  border-left-color: rgb(63 63 70 / 0.55);
  border-right-color: rgb(63 63 70 / 0.55);
}
.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\/65 {
  border-left-color: rgb(63 63 70 / 0.65);
  border-right-color: rgb(63 63 70 / 0.65);
}
.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\/85 {
  border-left-color: rgb(63 63 70 / 0.85);
  border-right-color: rgb(63 63 70 / 0.85);
}
.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\/15 {
  border-left-color: rgb(39 39 42 / 0.15);
  border-right-color: rgb(39 39 42 / 0.15);
}
.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\/35 {
  border-left-color: rgb(39 39 42 / 0.35);
  border-right-color: rgb(39 39 42 / 0.35);
}
.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\/45 {
  border-left-color: rgb(39 39 42 / 0.45);
  border-right-color: rgb(39 39 42 / 0.45);
}
.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\/55 {
  border-left-color: rgb(39 39 42 / 0.55);
  border-right-color: rgb(39 39 42 / 0.55);
}
.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\/65 {
  border-left-color: rgb(39 39 42 / 0.65);
  border-right-color: rgb(39 39 42 / 0.65);
}
.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\/85 {
  border-left-color: rgb(39 39 42 / 0.85);
  border-right-color: rgb(39 39 42 / 0.85);
}
.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\/15 {
  border-left-color: rgb(24 24 27 / 0.15);
  border-right-color: rgb(24 24 27 / 0.15);
}
.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\/35 {
  border-left-color: rgb(24 24 27 / 0.35);
  border-right-color: rgb(24 24 27 / 0.35);
}
.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\/45 {
  border-left-color: rgb(24 24 27 / 0.45);
  border-right-color: rgb(24 24 27 / 0.45);
}
.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\/55 {
  border-left-color: rgb(24 24 27 / 0.55);
  border-right-color: rgb(24 24 27 / 0.55);
}
.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\/65 {
  border-left-color: rgb(24 24 27 / 0.65);
  border-right-color: rgb(24 24 27 / 0.65);
}
.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\/85 {
  border-left-color: rgb(24 24 27 / 0.85);
  border-right-color: rgb(24 24 27 / 0.85);
}
.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\/15 {
  border-left-color: rgb(9 9 11 / 0.15);
  border-right-color: rgb(9 9 11 / 0.15);
}
.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\/35 {
  border-left-color: rgb(9 9 11 / 0.35);
  border-right-color: rgb(9 9 11 / 0.35);
}
.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\/45 {
  border-left-color: rgb(9 9 11 / 0.45);
  border-right-color: rgb(9 9 11 / 0.45);
}
.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\/55 {
  border-left-color: rgb(9 9 11 / 0.55);
  border-right-color: rgb(9 9 11 / 0.55);
}
.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\/65 {
  border-left-color: rgb(9 9 11 / 0.65);
  border-right-color: rgb(9 9 11 / 0.65);
}
.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\/85 {
  border-left-color: rgb(9 9 11 / 0.85);
  border-right-color: rgb(9 9 11 / 0.85);
}
.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\/15 {
  border-top-color: rgb(254 243 199 / 0.15);
  border-bottom-color: rgb(254 243 199 / 0.15);
}
.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\/35 {
  border-top-color: rgb(254 243 199 / 0.35);
  border-bottom-color: rgb(254 243 199 / 0.35);
}
.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\/45 {
  border-top-color: rgb(254 243 199 / 0.45);
  border-bottom-color: rgb(254 243 199 / 0.45);
}
.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\/55 {
  border-top-color: rgb(254 243 199 / 0.55);
  border-bottom-color: rgb(254 243 199 / 0.55);
}
.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\/65 {
  border-top-color: rgb(254 243 199 / 0.65);
  border-bottom-color: rgb(254 243 199 / 0.65);
}
.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\/85 {
  border-top-color: rgb(254 243 199 / 0.85);
  border-bottom-color: rgb(254 243 199 / 0.85);
}
.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\/15 {
  border-top-color: rgb(253 230 138 / 0.15);
  border-bottom-color: rgb(253 230 138 / 0.15);
}
.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\/35 {
  border-top-color: rgb(253 230 138 / 0.35);
  border-bottom-color: rgb(253 230 138 / 0.35);
}
.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\/45 {
  border-top-color: rgb(253 230 138 / 0.45);
  border-bottom-color: rgb(253 230 138 / 0.45);
}
.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\/55 {
  border-top-color: rgb(253 230 138 / 0.55);
  border-bottom-color: rgb(253 230 138 / 0.55);
}
.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\/65 {
  border-top-color: rgb(253 230 138 / 0.65);
  border-bottom-color: rgb(253 230 138 / 0.65);
}
.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\/85 {
  border-top-color: rgb(253 230 138 / 0.85);
  border-bottom-color: rgb(253 230 138 / 0.85);
}
.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\/15 {
  border-top-color: rgb(252 211 77 / 0.15);
  border-bottom-color: rgb(252 211 77 / 0.15);
}
.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\/35 {
  border-top-color: rgb(252 211 77 / 0.35);
  border-bottom-color: rgb(252 211 77 / 0.35);
}
.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\/45 {
  border-top-color: rgb(252 211 77 / 0.45);
  border-bottom-color: rgb(252 211 77 / 0.45);
}
.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\/55 {
  border-top-color: rgb(252 211 77 / 0.55);
  border-bottom-color: rgb(252 211 77 / 0.55);
}
.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\/65 {
  border-top-color: rgb(252 211 77 / 0.65);
  border-bottom-color: rgb(252 211 77 / 0.65);
}
.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\/85 {
  border-top-color: rgb(252 211 77 / 0.85);
  border-bottom-color: rgb(252 211 77 / 0.85);
}
.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\/15 {
  border-top-color: rgb(251 191 36 / 0.15);
  border-bottom-color: rgb(251 191 36 / 0.15);
}
.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\/35 {
  border-top-color: rgb(251 191 36 / 0.35);
  border-bottom-color: rgb(251 191 36 / 0.35);
}
.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\/45 {
  border-top-color: rgb(251 191 36 / 0.45);
  border-bottom-color: rgb(251 191 36 / 0.45);
}
.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\/55 {
  border-top-color: rgb(251 191 36 / 0.55);
  border-bottom-color: rgb(251 191 36 / 0.55);
}
.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\/65 {
  border-top-color: rgb(251 191 36 / 0.65);
  border-bottom-color: rgb(251 191 36 / 0.65);
}
.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\/85 {
  border-top-color: rgb(251 191 36 / 0.85);
  border-bottom-color: rgb(251 191 36 / 0.85);
}
.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\/15 {
  border-top-color: rgb(255 251 235 / 0.15);
  border-bottom-color: rgb(255 251 235 / 0.15);
}
.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\/35 {
  border-top-color: rgb(255 251 235 / 0.35);
  border-bottom-color: rgb(255 251 235 / 0.35);
}
.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\/45 {
  border-top-color: rgb(255 251 235 / 0.45);
  border-bottom-color: rgb(255 251 235 / 0.45);
}
.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\/55 {
  border-top-color: rgb(255 251 235 / 0.55);
  border-bottom-color: rgb(255 251 235 / 0.55);
}
.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\/65 {
  border-top-color: rgb(255 251 235 / 0.65);
  border-bottom-color: rgb(255 251 235 / 0.65);
}
.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\/85 {
  border-top-color: rgb(255 251 235 / 0.85);
  border-bottom-color: rgb(255 251 235 / 0.85);
}
.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\/15 {
  border-top-color: rgb(245 158 11 / 0.15);
  border-bottom-color: rgb(245 158 11 / 0.15);
}
.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\/35 {
  border-top-color: rgb(245 158 11 / 0.35);
  border-bottom-color: rgb(245 158 11 / 0.35);
}
.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\/45 {
  border-top-color: rgb(245 158 11 / 0.45);
  border-bottom-color: rgb(245 158 11 / 0.45);
}
.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\/55 {
  border-top-color: rgb(245 158 11 / 0.55);
  border-bottom-color: rgb(245 158 11 / 0.55);
}
.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\/65 {
  border-top-color: rgb(245 158 11 / 0.65);
  border-bottom-color: rgb(245 158 11 / 0.65);
}
.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\/85 {
  border-top-color: rgb(245 158 11 / 0.85);
  border-bottom-color: rgb(245 158 11 / 0.85);
}
.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\/15 {
  border-top-color: rgb(217 119 6 / 0.15);
  border-bottom-color: rgb(217 119 6 / 0.15);
}
.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\/35 {
  border-top-color: rgb(217 119 6 / 0.35);
  border-bottom-color: rgb(217 119 6 / 0.35);
}
.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\/45 {
  border-top-color: rgb(217 119 6 / 0.45);
  border-bottom-color: rgb(217 119 6 / 0.45);
}
.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\/55 {
  border-top-color: rgb(217 119 6 / 0.55);
  border-bottom-color: rgb(217 119 6 / 0.55);
}
.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\/65 {
  border-top-color: rgb(217 119 6 / 0.65);
  border-bottom-color: rgb(217 119 6 / 0.65);
}
.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\/85 {
  border-top-color: rgb(217 119 6 / 0.85);
  border-bottom-color: rgb(217 119 6 / 0.85);
}
.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\/15 {
  border-top-color: rgb(180 83 9 / 0.15);
  border-bottom-color: rgb(180 83 9 / 0.15);
}
.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\/35 {
  border-top-color: rgb(180 83 9 / 0.35);
  border-bottom-color: rgb(180 83 9 / 0.35);
}
.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\/45 {
  border-top-color: rgb(180 83 9 / 0.45);
  border-bottom-color: rgb(180 83 9 / 0.45);
}
.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\/55 {
  border-top-color: rgb(180 83 9 / 0.55);
  border-bottom-color: rgb(180 83 9 / 0.55);
}
.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\/65 {
  border-top-color: rgb(180 83 9 / 0.65);
  border-bottom-color: rgb(180 83 9 / 0.65);
}
.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\/85 {
  border-top-color: rgb(180 83 9 / 0.85);
  border-bottom-color: rgb(180 83 9 / 0.85);
}
.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\/15 {
  border-top-color: rgb(146 64 14 / 0.15);
  border-bottom-color: rgb(146 64 14 / 0.15);
}
.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\/35 {
  border-top-color: rgb(146 64 14 / 0.35);
  border-bottom-color: rgb(146 64 14 / 0.35);
}
.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\/45 {
  border-top-color: rgb(146 64 14 / 0.45);
  border-bottom-color: rgb(146 64 14 / 0.45);
}
.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\/55 {
  border-top-color: rgb(146 64 14 / 0.55);
  border-bottom-color: rgb(146 64 14 / 0.55);
}
.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\/65 {
  border-top-color: rgb(146 64 14 / 0.65);
  border-bottom-color: rgb(146 64 14 / 0.65);
}
.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\/85 {
  border-top-color: rgb(146 64 14 / 0.85);
  border-bottom-color: rgb(146 64 14 / 0.85);
}
.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\/15 {
  border-top-color: rgb(120 53 15 / 0.15);
  border-bottom-color: rgb(120 53 15 / 0.15);
}
.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\/35 {
  border-top-color: rgb(120 53 15 / 0.35);
  border-bottom-color: rgb(120 53 15 / 0.35);
}
.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\/45 {
  border-top-color: rgb(120 53 15 / 0.45);
  border-bottom-color: rgb(120 53 15 / 0.45);
}
.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\/55 {
  border-top-color: rgb(120 53 15 / 0.55);
  border-bottom-color: rgb(120 53 15 / 0.55);
}
.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\/65 {
  border-top-color: rgb(120 53 15 / 0.65);
  border-bottom-color: rgb(120 53 15 / 0.65);
}
.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\/85 {
  border-top-color: rgb(120 53 15 / 0.85);
  border-bottom-color: rgb(120 53 15 / 0.85);
}
.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\/15 {
  border-top-color: rgb(69 26 3 / 0.15);
  border-bottom-color: rgb(69 26 3 / 0.15);
}
.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\/35 {
  border-top-color: rgb(69 26 3 / 0.35);
  border-bottom-color: rgb(69 26 3 / 0.35);
}
.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\/45 {
  border-top-color: rgb(69 26 3 / 0.45);
  border-bottom-color: rgb(69 26 3 / 0.45);
}
.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\/55 {
  border-top-color: rgb(69 26 3 / 0.55);
  border-bottom-color: rgb(69 26 3 / 0.55);
}
.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\/65 {
  border-top-color: rgb(69 26 3 / 0.65);
  border-bottom-color: rgb(69 26 3 / 0.65);
}
.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\/85 {
  border-top-color: rgb(69 26 3 / 0.85);
  border-bottom-color: rgb(69 26 3 / 0.85);
}
.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\/15 {
  border-top-color: rgb(0 0 0 / 0.15);
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.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\/35 {
  border-top-color: rgb(0 0 0 / 0.35);
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.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\/45 {
  border-top-color: rgb(0 0 0 / 0.45);
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.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\/55 {
  border-top-color: rgb(0 0 0 / 0.55);
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.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\/65 {
  border-top-color: rgb(0 0 0 / 0.65);
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.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\/85 {
  border-top-color: rgb(0 0 0 / 0.85);
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.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\/15 {
  border-top-color: rgb(219 234 254 / 0.15);
  border-bottom-color: rgb(219 234 254 / 0.15);
}
.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\/35 {
  border-top-color: rgb(219 234 254 / 0.35);
  border-bottom-color: rgb(219 234 254 / 0.35);
}
.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\/45 {
  border-top-color: rgb(219 234 254 / 0.45);
  border-bottom-color: rgb(219 234 254 / 0.45);
}
.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\/55 {
  border-top-color: rgb(219 234 254 / 0.55);
  border-bottom-color: rgb(219 234 254 / 0.55);
}
.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\/65 {
  border-top-color: rgb(219 234 254 / 0.65);
  border-bottom-color: rgb(219 234 254 / 0.65);
}
.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\/85 {
  border-top-color: rgb(219 234 254 / 0.85);
  border-bottom-color: rgb(219 234 254 / 0.85);
}
.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\/15 {
  border-top-color: rgb(191 219 254 / 0.15);
  border-bottom-color: rgb(191 219 254 / 0.15);
}
.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\/35 {
  border-top-color: rgb(191 219 254 / 0.35);
  border-bottom-color: rgb(191 219 254 / 0.35);
}
.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\/45 {
  border-top-color: rgb(191 219 254 / 0.45);
  border-bottom-color: rgb(191 219 254 / 0.45);
}
.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\/55 {
  border-top-color: rgb(191 219 254 / 0.55);
  border-bottom-color: rgb(191 219 254 / 0.55);
}
.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\/65 {
  border-top-color: rgb(191 219 254 / 0.65);
  border-bottom-color: rgb(191 219 254 / 0.65);
}
.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\/85 {
  border-top-color: rgb(191 219 254 / 0.85);
  border-bottom-color: rgb(191 219 254 / 0.85);
}
.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\/15 {
  border-top-color: rgb(147 197 253 / 0.15);
  border-bottom-color: rgb(147 197 253 / 0.15);
}
.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\/35 {
  border-top-color: rgb(147 197 253 / 0.35);
  border-bottom-color: rgb(147 197 253 / 0.35);
}
.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\/45 {
  border-top-color: rgb(147 197 253 / 0.45);
  border-bottom-color: rgb(147 197 253 / 0.45);
}
.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\/55 {
  border-top-color: rgb(147 197 253 / 0.55);
  border-bottom-color: rgb(147 197 253 / 0.55);
}
.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\/65 {
  border-top-color: rgb(147 197 253 / 0.65);
  border-bottom-color: rgb(147 197 253 / 0.65);
}
.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\/85 {
  border-top-color: rgb(147 197 253 / 0.85);
  border-bottom-color: rgb(147 197 253 / 0.85);
}
.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\/15 {
  border-top-color: rgb(96 165 250 / 0.15);
  border-bottom-color: rgb(96 165 250 / 0.15);
}
.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\/35 {
  border-top-color: rgb(96 165 250 / 0.35);
  border-bottom-color: rgb(96 165 250 / 0.35);
}
.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\/45 {
  border-top-color: rgb(96 165 250 / 0.45);
  border-bottom-color: rgb(96 165 250 / 0.45);
}
.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\/55 {
  border-top-color: rgb(96 165 250 / 0.55);
  border-bottom-color: rgb(96 165 250 / 0.55);
}
.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\/65 {
  border-top-color: rgb(96 165 250 / 0.65);
  border-bottom-color: rgb(96 165 250 / 0.65);
}
.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\/85 {
  border-top-color: rgb(96 165 250 / 0.85);
  border-bottom-color: rgb(96 165 250 / 0.85);
}
.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\/15 {
  border-top-color: rgb(239 246 255 / 0.15);
  border-bottom-color: rgb(239 246 255 / 0.15);
}
.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\/35 {
  border-top-color: rgb(239 246 255 / 0.35);
  border-bottom-color: rgb(239 246 255 / 0.35);
}
.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\/45 {
  border-top-color: rgb(239 246 255 / 0.45);
  border-bottom-color: rgb(239 246 255 / 0.45);
}
.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\/55 {
  border-top-color: rgb(239 246 255 / 0.55);
  border-bottom-color: rgb(239 246 255 / 0.55);
}
.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\/65 {
  border-top-color: rgb(239 246 255 / 0.65);
  border-bottom-color: rgb(239 246 255 / 0.65);
}
.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\/85 {
  border-top-color: rgb(239 246 255 / 0.85);
  border-bottom-color: rgb(239 246 255 / 0.85);
}
.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\/15 {
  border-top-color: rgb(59 130 246 / 0.15);
  border-bottom-color: rgb(59 130 246 / 0.15);
}
.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\/35 {
  border-top-color: rgb(59 130 246 / 0.35);
  border-bottom-color: rgb(59 130 246 / 0.35);
}
.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\/45 {
  border-top-color: rgb(59 130 246 / 0.45);
  border-bottom-color: rgb(59 130 246 / 0.45);
}
.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\/55 {
  border-top-color: rgb(59 130 246 / 0.55);
  border-bottom-color: rgb(59 130 246 / 0.55);
}
.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\/65 {
  border-top-color: rgb(59 130 246 / 0.65);
  border-bottom-color: rgb(59 130 246 / 0.65);
}
.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\/85 {
  border-top-color: rgb(59 130 246 / 0.85);
  border-bottom-color: rgb(59 130 246 / 0.85);
}
.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\/15 {
  border-top-color: rgb(37 99 235 / 0.15);
  border-bottom-color: rgb(37 99 235 / 0.15);
}
.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\/35 {
  border-top-color: rgb(37 99 235 / 0.35);
  border-bottom-color: rgb(37 99 235 / 0.35);
}
.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\/45 {
  border-top-color: rgb(37 99 235 / 0.45);
  border-bottom-color: rgb(37 99 235 / 0.45);
}
.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\/55 {
  border-top-color: rgb(37 99 235 / 0.55);
  border-bottom-color: rgb(37 99 235 / 0.55);
}
.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\/65 {
  border-top-color: rgb(37 99 235 / 0.65);
  border-bottom-color: rgb(37 99 235 / 0.65);
}
.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\/85 {
  border-top-color: rgb(37 99 235 / 0.85);
  border-bottom-color: rgb(37 99 235 / 0.85);
}
.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\/15 {
  border-top-color: rgb(29 78 216 / 0.15);
  border-bottom-color: rgb(29 78 216 / 0.15);
}
.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\/35 {
  border-top-color: rgb(29 78 216 / 0.35);
  border-bottom-color: rgb(29 78 216 / 0.35);
}
.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\/45 {
  border-top-color: rgb(29 78 216 / 0.45);
  border-bottom-color: rgb(29 78 216 / 0.45);
}
.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\/55 {
  border-top-color: rgb(29 78 216 / 0.55);
  border-bottom-color: rgb(29 78 216 / 0.55);
}
.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\/65 {
  border-top-color: rgb(29 78 216 / 0.65);
  border-bottom-color: rgb(29 78 216 / 0.65);
}
.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\/85 {
  border-top-color: rgb(29 78 216 / 0.85);
  border-bottom-color: rgb(29 78 216 / 0.85);
}
.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\/15 {
  border-top-color: rgb(30 64 175 / 0.15);
  border-bottom-color: rgb(30 64 175 / 0.15);
}
.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\/35 {
  border-top-color: rgb(30 64 175 / 0.35);
  border-bottom-color: rgb(30 64 175 / 0.35);
}
.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\/45 {
  border-top-color: rgb(30 64 175 / 0.45);
  border-bottom-color: rgb(30 64 175 / 0.45);
}
.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\/55 {
  border-top-color: rgb(30 64 175 / 0.55);
  border-bottom-color: rgb(30 64 175 / 0.55);
}
.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\/65 {
  border-top-color: rgb(30 64 175 / 0.65);
  border-bottom-color: rgb(30 64 175 / 0.65);
}
.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\/85 {
  border-top-color: rgb(30 64 175 / 0.85);
  border-bottom-color: rgb(30 64 175 / 0.85);
}
.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\/15 {
  border-top-color: rgb(30 58 138 / 0.15);
  border-bottom-color: rgb(30 58 138 / 0.15);
}
.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\/35 {
  border-top-color: rgb(30 58 138 / 0.35);
  border-bottom-color: rgb(30 58 138 / 0.35);
}
.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\/45 {
  border-top-color: rgb(30 58 138 / 0.45);
  border-bottom-color: rgb(30 58 138 / 0.45);
}
.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\/55 {
  border-top-color: rgb(30 58 138 / 0.55);
  border-bottom-color: rgb(30 58 138 / 0.55);
}
.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\/65 {
  border-top-color: rgb(30 58 138 / 0.65);
  border-bottom-color: rgb(30 58 138 / 0.65);
}
.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\/85 {
  border-top-color: rgb(30 58 138 / 0.85);
  border-bottom-color: rgb(30 58 138 / 0.85);
}
.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\/15 {
  border-top-color: rgb(23 37 84 / 0.15);
  border-bottom-color: rgb(23 37 84 / 0.15);
}
.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\/35 {
  border-top-color: rgb(23 37 84 / 0.35);
  border-bottom-color: rgb(23 37 84 / 0.35);
}
.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\/45 {
  border-top-color: rgb(23 37 84 / 0.45);
  border-bottom-color: rgb(23 37 84 / 0.45);
}
.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\/55 {
  border-top-color: rgb(23 37 84 / 0.55);
  border-bottom-color: rgb(23 37 84 / 0.55);
}
.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\/65 {
  border-top-color: rgb(23 37 84 / 0.65);
  border-bottom-color: rgb(23 37 84 / 0.65);
}
.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\/85 {
  border-top-color: rgb(23 37 84 / 0.85);
  border-bottom-color: rgb(23 37 84 / 0.85);
}
.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\/15 {
  border-top-color: rgb(207 250 254 / 0.15);
  border-bottom-color: rgb(207 250 254 / 0.15);
}
.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\/35 {
  border-top-color: rgb(207 250 254 / 0.35);
  border-bottom-color: rgb(207 250 254 / 0.35);
}
.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\/45 {
  border-top-color: rgb(207 250 254 / 0.45);
  border-bottom-color: rgb(207 250 254 / 0.45);
}
.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\/55 {
  border-top-color: rgb(207 250 254 / 0.55);
  border-bottom-color: rgb(207 250 254 / 0.55);
}
.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\/65 {
  border-top-color: rgb(207 250 254 / 0.65);
  border-bottom-color: rgb(207 250 254 / 0.65);
}
.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\/85 {
  border-top-color: rgb(207 250 254 / 0.85);
  border-bottom-color: rgb(207 250 254 / 0.85);
}
.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\/15 {
  border-top-color: rgb(165 243 252 / 0.15);
  border-bottom-color: rgb(165 243 252 / 0.15);
}
.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\/35 {
  border-top-color: rgb(165 243 252 / 0.35);
  border-bottom-color: rgb(165 243 252 / 0.35);
}
.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\/45 {
  border-top-color: rgb(165 243 252 / 0.45);
  border-bottom-color: rgb(165 243 252 / 0.45);
}
.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\/55 {
  border-top-color: rgb(165 243 252 / 0.55);
  border-bottom-color: rgb(165 243 252 / 0.55);
}
.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\/65 {
  border-top-color: rgb(165 243 252 / 0.65);
  border-bottom-color: rgb(165 243 252 / 0.65);
}
.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\/85 {
  border-top-color: rgb(165 243 252 / 0.85);
  border-bottom-color: rgb(165 243 252 / 0.85);
}
.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\/15 {
  border-top-color: rgb(103 232 249 / 0.15);
  border-bottom-color: rgb(103 232 249 / 0.15);
}
.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\/35 {
  border-top-color: rgb(103 232 249 / 0.35);
  border-bottom-color: rgb(103 232 249 / 0.35);
}
.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\/45 {
  border-top-color: rgb(103 232 249 / 0.45);
  border-bottom-color: rgb(103 232 249 / 0.45);
}
.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\/55 {
  border-top-color: rgb(103 232 249 / 0.55);
  border-bottom-color: rgb(103 232 249 / 0.55);
}
.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\/65 {
  border-top-color: rgb(103 232 249 / 0.65);
  border-bottom-color: rgb(103 232 249 / 0.65);
}
.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\/85 {
  border-top-color: rgb(103 232 249 / 0.85);
  border-bottom-color: rgb(103 232 249 / 0.85);
}
.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\/15 {
  border-top-color: rgb(34 211 238 / 0.15);
  border-bottom-color: rgb(34 211 238 / 0.15);
}
.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\/35 {
  border-top-color: rgb(34 211 238 / 0.35);
  border-bottom-color: rgb(34 211 238 / 0.35);
}
.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\/45 {
  border-top-color: rgb(34 211 238 / 0.45);
  border-bottom-color: rgb(34 211 238 / 0.45);
}
.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\/55 {
  border-top-color: rgb(34 211 238 / 0.55);
  border-bottom-color: rgb(34 211 238 / 0.55);
}
.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\/65 {
  border-top-color: rgb(34 211 238 / 0.65);
  border-bottom-color: rgb(34 211 238 / 0.65);
}
.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\/85 {
  border-top-color: rgb(34 211 238 / 0.85);
  border-bottom-color: rgb(34 211 238 / 0.85);
}
.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\/15 {
  border-top-color: rgb(236 254 255 / 0.15);
  border-bottom-color: rgb(236 254 255 / 0.15);
}
.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\/35 {
  border-top-color: rgb(236 254 255 / 0.35);
  border-bottom-color: rgb(236 254 255 / 0.35);
}
.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\/45 {
  border-top-color: rgb(236 254 255 / 0.45);
  border-bottom-color: rgb(236 254 255 / 0.45);
}
.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\/55 {
  border-top-color: rgb(236 254 255 / 0.55);
  border-bottom-color: rgb(236 254 255 / 0.55);
}
.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\/65 {
  border-top-color: rgb(236 254 255 / 0.65);
  border-bottom-color: rgb(236 254 255 / 0.65);
}
.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\/85 {
  border-top-color: rgb(236 254 255 / 0.85);
  border-bottom-color: rgb(236 254 255 / 0.85);
}
.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\/15 {
  border-top-color: rgb(6 182 212 / 0.15);
  border-bottom-color: rgb(6 182 212 / 0.15);
}
.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\/35 {
  border-top-color: rgb(6 182 212 / 0.35);
  border-bottom-color: rgb(6 182 212 / 0.35);
}
.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\/45 {
  border-top-color: rgb(6 182 212 / 0.45);
  border-bottom-color: rgb(6 182 212 / 0.45);
}
.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\/55 {
  border-top-color: rgb(6 182 212 / 0.55);
  border-bottom-color: rgb(6 182 212 / 0.55);
}
.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\/65 {
  border-top-color: rgb(6 182 212 / 0.65);
  border-bottom-color: rgb(6 182 212 / 0.65);
}
.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\/85 {
  border-top-color: rgb(6 182 212 / 0.85);
  border-bottom-color: rgb(6 182 212 / 0.85);
}
.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\/15 {
  border-top-color: rgb(8 145 178 / 0.15);
  border-bottom-color: rgb(8 145 178 / 0.15);
}
.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\/35 {
  border-top-color: rgb(8 145 178 / 0.35);
  border-bottom-color: rgb(8 145 178 / 0.35);
}
.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\/45 {
  border-top-color: rgb(8 145 178 / 0.45);
  border-bottom-color: rgb(8 145 178 / 0.45);
}
.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\/55 {
  border-top-color: rgb(8 145 178 / 0.55);
  border-bottom-color: rgb(8 145 178 / 0.55);
}
.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\/65 {
  border-top-color: rgb(8 145 178 / 0.65);
  border-bottom-color: rgb(8 145 178 / 0.65);
}
.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\/85 {
  border-top-color: rgb(8 145 178 / 0.85);
  border-bottom-color: rgb(8 145 178 / 0.85);
}
.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\/15 {
  border-top-color: rgb(14 116 144 / 0.15);
  border-bottom-color: rgb(14 116 144 / 0.15);
}
.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\/35 {
  border-top-color: rgb(14 116 144 / 0.35);
  border-bottom-color: rgb(14 116 144 / 0.35);
}
.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\/45 {
  border-top-color: rgb(14 116 144 / 0.45);
  border-bottom-color: rgb(14 116 144 / 0.45);
}
.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\/55 {
  border-top-color: rgb(14 116 144 / 0.55);
  border-bottom-color: rgb(14 116 144 / 0.55);
}
.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\/65 {
  border-top-color: rgb(14 116 144 / 0.65);
  border-bottom-color: rgb(14 116 144 / 0.65);
}
.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\/85 {
  border-top-color: rgb(14 116 144 / 0.85);
  border-bottom-color: rgb(14 116 144 / 0.85);
}
.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\/15 {
  border-top-color: rgb(21 94 117 / 0.15);
  border-bottom-color: rgb(21 94 117 / 0.15);
}
.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\/35 {
  border-top-color: rgb(21 94 117 / 0.35);
  border-bottom-color: rgb(21 94 117 / 0.35);
}
.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\/45 {
  border-top-color: rgb(21 94 117 / 0.45);
  border-bottom-color: rgb(21 94 117 / 0.45);
}
.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\/55 {
  border-top-color: rgb(21 94 117 / 0.55);
  border-bottom-color: rgb(21 94 117 / 0.55);
}
.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\/65 {
  border-top-color: rgb(21 94 117 / 0.65);
  border-bottom-color: rgb(21 94 117 / 0.65);
}
.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\/85 {
  border-top-color: rgb(21 94 117 / 0.85);
  border-bottom-color: rgb(21 94 117 / 0.85);
}
.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\/15 {
  border-top-color: rgb(22 78 99 / 0.15);
  border-bottom-color: rgb(22 78 99 / 0.15);
}
.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\/35 {
  border-top-color: rgb(22 78 99 / 0.35);
  border-bottom-color: rgb(22 78 99 / 0.35);
}
.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\/45 {
  border-top-color: rgb(22 78 99 / 0.45);
  border-bottom-color: rgb(22 78 99 / 0.45);
}
.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\/55 {
  border-top-color: rgb(22 78 99 / 0.55);
  border-bottom-color: rgb(22 78 99 / 0.55);
}
.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\/65 {
  border-top-color: rgb(22 78 99 / 0.65);
  border-bottom-color: rgb(22 78 99 / 0.65);
}
.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\/85 {
  border-top-color: rgb(22 78 99 / 0.85);
  border-bottom-color: rgb(22 78 99 / 0.85);
}
.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\/15 {
  border-top-color: rgb(8 51 68 / 0.15);
  border-bottom-color: rgb(8 51 68 / 0.15);
}
.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\/35 {
  border-top-color: rgb(8 51 68 / 0.35);
  border-bottom-color: rgb(8 51 68 / 0.35);
}
.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\/45 {
  border-top-color: rgb(8 51 68 / 0.45);
  border-bottom-color: rgb(8 51 68 / 0.45);
}
.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\/55 {
  border-top-color: rgb(8 51 68 / 0.55);
  border-bottom-color: rgb(8 51 68 / 0.55);
}
.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\/65 {
  border-top-color: rgb(8 51 68 / 0.65);
  border-bottom-color: rgb(8 51 68 / 0.65);
}
.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\/85 {
  border-top-color: rgb(8 51 68 / 0.85);
  border-bottom-color: rgb(8 51 68 / 0.85);
}
.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\/15 {
  border-top-color: rgb(209 250 229 / 0.15);
  border-bottom-color: rgb(209 250 229 / 0.15);
}
.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\/35 {
  border-top-color: rgb(209 250 229 / 0.35);
  border-bottom-color: rgb(209 250 229 / 0.35);
}
.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\/45 {
  border-top-color: rgb(209 250 229 / 0.45);
  border-bottom-color: rgb(209 250 229 / 0.45);
}
.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\/55 {
  border-top-color: rgb(209 250 229 / 0.55);
  border-bottom-color: rgb(209 250 229 / 0.55);
}
.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\/65 {
  border-top-color: rgb(209 250 229 / 0.65);
  border-bottom-color: rgb(209 250 229 / 0.65);
}
.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\/85 {
  border-top-color: rgb(209 250 229 / 0.85);
  border-bottom-color: rgb(209 250 229 / 0.85);
}
.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\/15 {
  border-top-color: rgb(167 243 208 / 0.15);
  border-bottom-color: rgb(167 243 208 / 0.15);
}
.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\/35 {
  border-top-color: rgb(167 243 208 / 0.35);
  border-bottom-color: rgb(167 243 208 / 0.35);
}
.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\/45 {
  border-top-color: rgb(167 243 208 / 0.45);
  border-bottom-color: rgb(167 243 208 / 0.45);
}
.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\/55 {
  border-top-color: rgb(167 243 208 / 0.55);
  border-bottom-color: rgb(167 243 208 / 0.55);
}
.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\/65 {
  border-top-color: rgb(167 243 208 / 0.65);
  border-bottom-color: rgb(167 243 208 / 0.65);
}
.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\/85 {
  border-top-color: rgb(167 243 208 / 0.85);
  border-bottom-color: rgb(167 243 208 / 0.85);
}
.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\/15 {
  border-top-color: rgb(110 231 183 / 0.15);
  border-bottom-color: rgb(110 231 183 / 0.15);
}
.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\/35 {
  border-top-color: rgb(110 231 183 / 0.35);
  border-bottom-color: rgb(110 231 183 / 0.35);
}
.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\/45 {
  border-top-color: rgb(110 231 183 / 0.45);
  border-bottom-color: rgb(110 231 183 / 0.45);
}
.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\/55 {
  border-top-color: rgb(110 231 183 / 0.55);
  border-bottom-color: rgb(110 231 183 / 0.55);
}
.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\/65 {
  border-top-color: rgb(110 231 183 / 0.65);
  border-bottom-color: rgb(110 231 183 / 0.65);
}
.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\/85 {
  border-top-color: rgb(110 231 183 / 0.85);
  border-bottom-color: rgb(110 231 183 / 0.85);
}
.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\/15 {
  border-top-color: rgb(52 211 153 / 0.15);
  border-bottom-color: rgb(52 211 153 / 0.15);
}
.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\/35 {
  border-top-color: rgb(52 211 153 / 0.35);
  border-bottom-color: rgb(52 211 153 / 0.35);
}
.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\/45 {
  border-top-color: rgb(52 211 153 / 0.45);
  border-bottom-color: rgb(52 211 153 / 0.45);
}
.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\/55 {
  border-top-color: rgb(52 211 153 / 0.55);
  border-bottom-color: rgb(52 211 153 / 0.55);
}
.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\/65 {
  border-top-color: rgb(52 211 153 / 0.65);
  border-bottom-color: rgb(52 211 153 / 0.65);
}
.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\/85 {
  border-top-color: rgb(52 211 153 / 0.85);
  border-bottom-color: rgb(52 211 153 / 0.85);
}
.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\/15 {
  border-top-color: rgb(236 253 245 / 0.15);
  border-bottom-color: rgb(236 253 245 / 0.15);
}
.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\/35 {
  border-top-color: rgb(236 253 245 / 0.35);
  border-bottom-color: rgb(236 253 245 / 0.35);
}
.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\/45 {
  border-top-color: rgb(236 253 245 / 0.45);
  border-bottom-color: rgb(236 253 245 / 0.45);
}
.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\/55 {
  border-top-color: rgb(236 253 245 / 0.55);
  border-bottom-color: rgb(236 253 245 / 0.55);
}
.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\/65 {
  border-top-color: rgb(236 253 245 / 0.65);
  border-bottom-color: rgb(236 253 245 / 0.65);
}
.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\/85 {
  border-top-color: rgb(236 253 245 / 0.85);
  border-bottom-color: rgb(236 253 245 / 0.85);
}
.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\/15 {
  border-top-color: rgb(16 185 129 / 0.15);
  border-bottom-color: rgb(16 185 129 / 0.15);
}
.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\/35 {
  border-top-color: rgb(16 185 129 / 0.35);
  border-bottom-color: rgb(16 185 129 / 0.35);
}
.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\/45 {
  border-top-color: rgb(16 185 129 / 0.45);
  border-bottom-color: rgb(16 185 129 / 0.45);
}
.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\/55 {
  border-top-color: rgb(16 185 129 / 0.55);
  border-bottom-color: rgb(16 185 129 / 0.55);
}
.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\/65 {
  border-top-color: rgb(16 185 129 / 0.65);
  border-bottom-color: rgb(16 185 129 / 0.65);
}
.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\/85 {
  border-top-color: rgb(16 185 129 / 0.85);
  border-bottom-color: rgb(16 185 129 / 0.85);
}
.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\/15 {
  border-top-color: rgb(5 150 105 / 0.15);
  border-bottom-color: rgb(5 150 105 / 0.15);
}
.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\/35 {
  border-top-color: rgb(5 150 105 / 0.35);
  border-bottom-color: rgb(5 150 105 / 0.35);
}
.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\/45 {
  border-top-color: rgb(5 150 105 / 0.45);
  border-bottom-color: rgb(5 150 105 / 0.45);
}
.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\/55 {
  border-top-color: rgb(5 150 105 / 0.55);
  border-bottom-color: rgb(5 150 105 / 0.55);
}
.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\/65 {
  border-top-color: rgb(5 150 105 / 0.65);
  border-bottom-color: rgb(5 150 105 / 0.65);
}
.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\/85 {
  border-top-color: rgb(5 150 105 / 0.85);
  border-bottom-color: rgb(5 150 105 / 0.85);
}
.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\/15 {
  border-top-color: rgb(4 120 87 / 0.15);
  border-bottom-color: rgb(4 120 87 / 0.15);
}
.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\/35 {
  border-top-color: rgb(4 120 87 / 0.35);
  border-bottom-color: rgb(4 120 87 / 0.35);
}
.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\/45 {
  border-top-color: rgb(4 120 87 / 0.45);
  border-bottom-color: rgb(4 120 87 / 0.45);
}
.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\/55 {
  border-top-color: rgb(4 120 87 / 0.55);
  border-bottom-color: rgb(4 120 87 / 0.55);
}
.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\/65 {
  border-top-color: rgb(4 120 87 / 0.65);
  border-bottom-color: rgb(4 120 87 / 0.65);
}
.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\/85 {
  border-top-color: rgb(4 120 87 / 0.85);
  border-bottom-color: rgb(4 120 87 / 0.85);
}
.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\/15 {
  border-top-color: rgb(6 95 70 / 0.15);
  border-bottom-color: rgb(6 95 70 / 0.15);
}
.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\/35 {
  border-top-color: rgb(6 95 70 / 0.35);
  border-bottom-color: rgb(6 95 70 / 0.35);
}
.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\/45 {
  border-top-color: rgb(6 95 70 / 0.45);
  border-bottom-color: rgb(6 95 70 / 0.45);
}
.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\/55 {
  border-top-color: rgb(6 95 70 / 0.55);
  border-bottom-color: rgb(6 95 70 / 0.55);
}
.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\/65 {
  border-top-color: rgb(6 95 70 / 0.65);
  border-bottom-color: rgb(6 95 70 / 0.65);
}
.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\/85 {
  border-top-color: rgb(6 95 70 / 0.85);
  border-bottom-color: rgb(6 95 70 / 0.85);
}
.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\/15 {
  border-top-color: rgb(6 78 59 / 0.15);
  border-bottom-color: rgb(6 78 59 / 0.15);
}
.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\/35 {
  border-top-color: rgb(6 78 59 / 0.35);
  border-bottom-color: rgb(6 78 59 / 0.35);
}
.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\/45 {
  border-top-color: rgb(6 78 59 / 0.45);
  border-bottom-color: rgb(6 78 59 / 0.45);
}
.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\/55 {
  border-top-color: rgb(6 78 59 / 0.55);
  border-bottom-color: rgb(6 78 59 / 0.55);
}
.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\/65 {
  border-top-color: rgb(6 78 59 / 0.65);
  border-bottom-color: rgb(6 78 59 / 0.65);
}
.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\/85 {
  border-top-color: rgb(6 78 59 / 0.85);
  border-bottom-color: rgb(6 78 59 / 0.85);
}
.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\/15 {
  border-top-color: rgb(2 44 34 / 0.15);
  border-bottom-color: rgb(2 44 34 / 0.15);
}
.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\/35 {
  border-top-color: rgb(2 44 34 / 0.35);
  border-bottom-color: rgb(2 44 34 / 0.35);
}
.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\/45 {
  border-top-color: rgb(2 44 34 / 0.45);
  border-bottom-color: rgb(2 44 34 / 0.45);
}
.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\/55 {
  border-top-color: rgb(2 44 34 / 0.55);
  border-bottom-color: rgb(2 44 34 / 0.55);
}
.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\/65 {
  border-top-color: rgb(2 44 34 / 0.65);
  border-bottom-color: rgb(2 44 34 / 0.65);
}
.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\/85 {
  border-top-color: rgb(2 44 34 / 0.85);
  border-bottom-color: rgb(2 44 34 / 0.85);
}
.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-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\/15 {
  border-top-color: rgb(250 232 255 / 0.15);
  border-bottom-color: rgb(250 232 255 / 0.15);
}
.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\/35 {
  border-top-color: rgb(250 232 255 / 0.35);
  border-bottom-color: rgb(250 232 255 / 0.35);
}
.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\/45 {
  border-top-color: rgb(250 232 255 / 0.45);
  border-bottom-color: rgb(250 232 255 / 0.45);
}
.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\/55 {
  border-top-color: rgb(250 232 255 / 0.55);
  border-bottom-color: rgb(250 232 255 / 0.55);
}
.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\/65 {
  border-top-color: rgb(250 232 255 / 0.65);
  border-bottom-color: rgb(250 232 255 / 0.65);
}
.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\/85 {
  border-top-color: rgb(250 232 255 / 0.85);
  border-bottom-color: rgb(250 232 255 / 0.85);
}
.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\/15 {
  border-top-color: rgb(245 208 254 / 0.15);
  border-bottom-color: rgb(245 208 254 / 0.15);
}
.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\/35 {
  border-top-color: rgb(245 208 254 / 0.35);
  border-bottom-color: rgb(245 208 254 / 0.35);
}
.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\/45 {
  border-top-color: rgb(245 208 254 / 0.45);
  border-bottom-color: rgb(245 208 254 / 0.45);
}
.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\/55 {
  border-top-color: rgb(245 208 254 / 0.55);
  border-bottom-color: rgb(245 208 254 / 0.55);
}
.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\/65 {
  border-top-color: rgb(245 208 254 / 0.65);
  border-bottom-color: rgb(245 208 254 / 0.65);
}
.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\/85 {
  border-top-color: rgb(245 208 254 / 0.85);
  border-bottom-color: rgb(245 208 254 / 0.85);
}
.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\/15 {
  border-top-color: rgb(240 171 252 / 0.15);
  border-bottom-color: rgb(240 171 252 / 0.15);
}
.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\/35 {
  border-top-color: rgb(240 171 252 / 0.35);
  border-bottom-color: rgb(240 171 252 / 0.35);
}
.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\/45 {
  border-top-color: rgb(240 171 252 / 0.45);
  border-bottom-color: rgb(240 171 252 / 0.45);
}
.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\/55 {
  border-top-color: rgb(240 171 252 / 0.55);
  border-bottom-color: rgb(240 171 252 / 0.55);
}
.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\/65 {
  border-top-color: rgb(240 171 252 / 0.65);
  border-bottom-color: rgb(240 171 252 / 0.65);
}
.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\/85 {
  border-top-color: rgb(240 171 252 / 0.85);
  border-bottom-color: rgb(240 171 252 / 0.85);
}
.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\/15 {
  border-top-color: rgb(232 121 249 / 0.15);
  border-bottom-color: rgb(232 121 249 / 0.15);
}
.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\/35 {
  border-top-color: rgb(232 121 249 / 0.35);
  border-bottom-color: rgb(232 121 249 / 0.35);
}
.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\/45 {
  border-top-color: rgb(232 121 249 / 0.45);
  border-bottom-color: rgb(232 121 249 / 0.45);
}
.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\/55 {
  border-top-color: rgb(232 121 249 / 0.55);
  border-bottom-color: rgb(232 121 249 / 0.55);
}
.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\/65 {
  border-top-color: rgb(232 121 249 / 0.65);
  border-bottom-color: rgb(232 121 249 / 0.65);
}
.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\/85 {
  border-top-color: rgb(232 121 249 / 0.85);
  border-bottom-color: rgb(232 121 249 / 0.85);
}
.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\/15 {
  border-top-color: rgb(253 244 255 / 0.15);
  border-bottom-color: rgb(253 244 255 / 0.15);
}
.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\/35 {
  border-top-color: rgb(253 244 255 / 0.35);
  border-bottom-color: rgb(253 244 255 / 0.35);
}
.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\/45 {
  border-top-color: rgb(253 244 255 / 0.45);
  border-bottom-color: rgb(253 244 255 / 0.45);
}
.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\/55 {
  border-top-color: rgb(253 244 255 / 0.55);
  border-bottom-color: rgb(253 244 255 / 0.55);
}
.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\/65 {
  border-top-color: rgb(253 244 255 / 0.65);
  border-bottom-color: rgb(253 244 255 / 0.65);
}
.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\/85 {
  border-top-color: rgb(253 244 255 / 0.85);
  border-bottom-color: rgb(253 244 255 / 0.85);
}
.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\/15 {
  border-top-color: rgb(217 70 239 / 0.15);
  border-bottom-color: rgb(217 70 239 / 0.15);
}
.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\/35 {
  border-top-color: rgb(217 70 239 / 0.35);
  border-bottom-color: rgb(217 70 239 / 0.35);
}
.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\/45 {
  border-top-color: rgb(217 70 239 / 0.45);
  border-bottom-color: rgb(217 70 239 / 0.45);
}
.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\/55 {
  border-top-color: rgb(217 70 239 / 0.55);
  border-bottom-color: rgb(217 70 239 / 0.55);
}
.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\/65 {
  border-top-color: rgb(217 70 239 / 0.65);
  border-bottom-color: rgb(217 70 239 / 0.65);
}
.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\/85 {
  border-top-color: rgb(217 70 239 / 0.85);
  border-bottom-color: rgb(217 70 239 / 0.85);
}
.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\/15 {
  border-top-color: rgb(192 38 211 / 0.15);
  border-bottom-color: rgb(192 38 211 / 0.15);
}
.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\/35 {
  border-top-color: rgb(192 38 211 / 0.35);
  border-bottom-color: rgb(192 38 211 / 0.35);
}
.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\/45 {
  border-top-color: rgb(192 38 211 / 0.45);
  border-bottom-color: rgb(192 38 211 / 0.45);
}
.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\/55 {
  border-top-color: rgb(192 38 211 / 0.55);
  border-bottom-color: rgb(192 38 211 / 0.55);
}
.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\/65 {
  border-top-color: rgb(192 38 211 / 0.65);
  border-bottom-color: rgb(192 38 211 / 0.65);
}
.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\/85 {
  border-top-color: rgb(192 38 211 / 0.85);
  border-bottom-color: rgb(192 38 211 / 0.85);
}
.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\/15 {
  border-top-color: rgb(162 28 175 / 0.15);
  border-bottom-color: rgb(162 28 175 / 0.15);
}
.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\/35 {
  border-top-color: rgb(162 28 175 / 0.35);
  border-bottom-color: rgb(162 28 175 / 0.35);
}
.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\/45 {
  border-top-color: rgb(162 28 175 / 0.45);
  border-bottom-color: rgb(162 28 175 / 0.45);
}
.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\/55 {
  border-top-color: rgb(162 28 175 / 0.55);
  border-bottom-color: rgb(162 28 175 / 0.55);
}
.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\/65 {
  border-top-color: rgb(162 28 175 / 0.65);
  border-bottom-color: rgb(162 28 175 / 0.65);
}
.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\/85 {
  border-top-color: rgb(162 28 175 / 0.85);
  border-bottom-color: rgb(162 28 175 / 0.85);
}
.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\/15 {
  border-top-color: rgb(134 25 143 / 0.15);
  border-bottom-color: rgb(134 25 143 / 0.15);
}
.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\/35 {
  border-top-color: rgb(134 25 143 / 0.35);
  border-bottom-color: rgb(134 25 143 / 0.35);
}
.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\/45 {
  border-top-color: rgb(134 25 143 / 0.45);
  border-bottom-color: rgb(134 25 143 / 0.45);
}
.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\/55 {
  border-top-color: rgb(134 25 143 / 0.55);
  border-bottom-color: rgb(134 25 143 / 0.55);
}
.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\/65 {
  border-top-color: rgb(134 25 143 / 0.65);
  border-bottom-color: rgb(134 25 143 / 0.65);
}
.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\/85 {
  border-top-color: rgb(134 25 143 / 0.85);
  border-bottom-color: rgb(134 25 143 / 0.85);
}
.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\/15 {
  border-top-color: rgb(112 26 117 / 0.15);
  border-bottom-color: rgb(112 26 117 / 0.15);
}
.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\/35 {
  border-top-color: rgb(112 26 117 / 0.35);
  border-bottom-color: rgb(112 26 117 / 0.35);
}
.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\/45 {
  border-top-color: rgb(112 26 117 / 0.45);
  border-bottom-color: rgb(112 26 117 / 0.45);
}
.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\/55 {
  border-top-color: rgb(112 26 117 / 0.55);
  border-bottom-color: rgb(112 26 117 / 0.55);
}
.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\/65 {
  border-top-color: rgb(112 26 117 / 0.65);
  border-bottom-color: rgb(112 26 117 / 0.65);
}
.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\/85 {
  border-top-color: rgb(112 26 117 / 0.85);
  border-bottom-color: rgb(112 26 117 / 0.85);
}
.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\/15 {
  border-top-color: rgb(74 4 78 / 0.15);
  border-bottom-color: rgb(74 4 78 / 0.15);
}
.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\/35 {
  border-top-color: rgb(74 4 78 / 0.35);
  border-bottom-color: rgb(74 4 78 / 0.35);
}
.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\/45 {
  border-top-color: rgb(74 4 78 / 0.45);
  border-bottom-color: rgb(74 4 78 / 0.45);
}
.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\/55 {
  border-top-color: rgb(74 4 78 / 0.55);
  border-bottom-color: rgb(74 4 78 / 0.55);
}
.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\/65 {
  border-top-color: rgb(74 4 78 / 0.65);
  border-bottom-color: rgb(74 4 78 / 0.65);
}
.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\/85 {
  border-top-color: rgb(74 4 78 / 0.85);
  border-bottom-color: rgb(74 4 78 / 0.85);
}
.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\/15 {
  border-top-color: rgb(243 244 246 / 0.15);
  border-bottom-color: rgb(243 244 246 / 0.15);
}
.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\/35 {
  border-top-color: rgb(243 244 246 / 0.35);
  border-bottom-color: rgb(243 244 246 / 0.35);
}
.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\/45 {
  border-top-color: rgb(243 244 246 / 0.45);
  border-bottom-color: rgb(243 244 246 / 0.45);
}
.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\/55 {
  border-top-color: rgb(243 244 246 / 0.55);
  border-bottom-color: rgb(243 244 246 / 0.55);
}
.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\/65 {
  border-top-color: rgb(243 244 246 / 0.65);
  border-bottom-color: rgb(243 244 246 / 0.65);
}
.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\/85 {
  border-top-color: rgb(243 244 246 / 0.85);
  border-bottom-color: rgb(243 244 246 / 0.85);
}
.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\/15 {
  border-top-color: rgb(229 231 235 / 0.15);
  border-bottom-color: rgb(229 231 235 / 0.15);
}
.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\/35 {
  border-top-color: rgb(229 231 235 / 0.35);
  border-bottom-color: rgb(229 231 235 / 0.35);
}
.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\/45 {
  border-top-color: rgb(229 231 235 / 0.45);
  border-bottom-color: rgb(229 231 235 / 0.45);
}
.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\/55 {
  border-top-color: rgb(229 231 235 / 0.55);
  border-bottom-color: rgb(229 231 235 / 0.55);
}
.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\/65 {
  border-top-color: rgb(229 231 235 / 0.65);
  border-bottom-color: rgb(229 231 235 / 0.65);
}
.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\/85 {
  border-top-color: rgb(229 231 235 / 0.85);
  border-bottom-color: rgb(229 231 235 / 0.85);
}
.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\/15 {
  border-top-color: rgb(209 213 219 / 0.15);
  border-bottom-color: rgb(209 213 219 / 0.15);
}
.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\/35 {
  border-top-color: rgb(209 213 219 / 0.35);
  border-bottom-color: rgb(209 213 219 / 0.35);
}
.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\/45 {
  border-top-color: rgb(209 213 219 / 0.45);
  border-bottom-color: rgb(209 213 219 / 0.45);
}
.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\/55 {
  border-top-color: rgb(209 213 219 / 0.55);
  border-bottom-color: rgb(209 213 219 / 0.55);
}
.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\/65 {
  border-top-color: rgb(209 213 219 / 0.65);
  border-bottom-color: rgb(209 213 219 / 0.65);
}
.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\/85 {
  border-top-color: rgb(209 213 219 / 0.85);
  border-bottom-color: rgb(209 213 219 / 0.85);
}
.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\/15 {
  border-top-color: rgb(156 163 175 / 0.15);
  border-bottom-color: rgb(156 163 175 / 0.15);
}
.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\/35 {
  border-top-color: rgb(156 163 175 / 0.35);
  border-bottom-color: rgb(156 163 175 / 0.35);
}
.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\/45 {
  border-top-color: rgb(156 163 175 / 0.45);
  border-bottom-color: rgb(156 163 175 / 0.45);
}
.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\/55 {
  border-top-color: rgb(156 163 175 / 0.55);
  border-bottom-color: rgb(156 163 175 / 0.55);
}
.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\/65 {
  border-top-color: rgb(156 163 175 / 0.65);
  border-bottom-color: rgb(156 163 175 / 0.65);
}
.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\/85 {
  border-top-color: rgb(156 163 175 / 0.85);
  border-bottom-color: rgb(156 163 175 / 0.85);
}
.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\/15 {
  border-top-color: rgb(249 250 251 / 0.15);
  border-bottom-color: rgb(249 250 251 / 0.15);
}
.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\/35 {
  border-top-color: rgb(249 250 251 / 0.35);
  border-bottom-color: rgb(249 250 251 / 0.35);
}
.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\/45 {
  border-top-color: rgb(249 250 251 / 0.45);
  border-bottom-color: rgb(249 250 251 / 0.45);
}
.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\/55 {
  border-top-color: rgb(249 250 251 / 0.55);
  border-bottom-color: rgb(249 250 251 / 0.55);
}
.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\/65 {
  border-top-color: rgb(249 250 251 / 0.65);
  border-bottom-color: rgb(249 250 251 / 0.65);
}
.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\/85 {
  border-top-color: rgb(249 250 251 / 0.85);
  border-bottom-color: rgb(249 250 251 / 0.85);
}
.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\/15 {
  border-top-color: rgb(107 114 128 / 0.15);
  border-bottom-color: rgb(107 114 128 / 0.15);
}
.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\/35 {
  border-top-color: rgb(107 114 128 / 0.35);
  border-bottom-color: rgb(107 114 128 / 0.35);
}
.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\/45 {
  border-top-color: rgb(107 114 128 / 0.45);
  border-bottom-color: rgb(107 114 128 / 0.45);
}
.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\/55 {
  border-top-color: rgb(107 114 128 / 0.55);
  border-bottom-color: rgb(107 114 128 / 0.55);
}
.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\/65 {
  border-top-color: rgb(107 114 128 / 0.65);
  border-bottom-color: rgb(107 114 128 / 0.65);
}
.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\/85 {
  border-top-color: rgb(107 114 128 / 0.85);
  border-bottom-color: rgb(107 114 128 / 0.85);
}
.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\/15 {
  border-top-color: rgb(75 85 99 / 0.15);
  border-bottom-color: rgb(75 85 99 / 0.15);
}
.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\/35 {
  border-top-color: rgb(75 85 99 / 0.35);
  border-bottom-color: rgb(75 85 99 / 0.35);
}
.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\/45 {
  border-top-color: rgb(75 85 99 / 0.45);
  border-bottom-color: rgb(75 85 99 / 0.45);
}
.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\/55 {
  border-top-color: rgb(75 85 99 / 0.55);
  border-bottom-color: rgb(75 85 99 / 0.55);
}
.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\/65 {
  border-top-color: rgb(75 85 99 / 0.65);
  border-bottom-color: rgb(75 85 99 / 0.65);
}
.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\/85 {
  border-top-color: rgb(75 85 99 / 0.85);
  border-bottom-color: rgb(75 85 99 / 0.85);
}
.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\/15 {
  border-top-color: rgb(55 65 81 / 0.15);
  border-bottom-color: rgb(55 65 81 / 0.15);
}
.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\/35 {
  border-top-color: rgb(55 65 81 / 0.35);
  border-bottom-color: rgb(55 65 81 / 0.35);
}
.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\/45 {
  border-top-color: rgb(55 65 81 / 0.45);
  border-bottom-color: rgb(55 65 81 / 0.45);
}
.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\/55 {
  border-top-color: rgb(55 65 81 / 0.55);
  border-bottom-color: rgb(55 65 81 / 0.55);
}
.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\/65 {
  border-top-color: rgb(55 65 81 / 0.65);
  border-bottom-color: rgb(55 65 81 / 0.65);
}
.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\/85 {
  border-top-color: rgb(55 65 81 / 0.85);
  border-bottom-color: rgb(55 65 81 / 0.85);
}
.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\/15 {
  border-top-color: rgb(31 41 55 / 0.15);
  border-bottom-color: rgb(31 41 55 / 0.15);
}
.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\/35 {
  border-top-color: rgb(31 41 55 / 0.35);
  border-bottom-color: rgb(31 41 55 / 0.35);
}
.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\/45 {
  border-top-color: rgb(31 41 55 / 0.45);
  border-bottom-color: rgb(31 41 55 / 0.45);
}
.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\/55 {
  border-top-color: rgb(31 41 55 / 0.55);
  border-bottom-color: rgb(31 41 55 / 0.55);
}
.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\/65 {
  border-top-color: rgb(31 41 55 / 0.65);
  border-bottom-color: rgb(31 41 55 / 0.65);
}
.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\/85 {
  border-top-color: rgb(31 41 55 / 0.85);
  border-bottom-color: rgb(31 41 55 / 0.85);
}
.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\/15 {
  border-top-color: rgb(17 24 39 / 0.15);
  border-bottom-color: rgb(17 24 39 / 0.15);
}
.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\/35 {
  border-top-color: rgb(17 24 39 / 0.35);
  border-bottom-color: rgb(17 24 39 / 0.35);
}
.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\/45 {
  border-top-color: rgb(17 24 39 / 0.45);
  border-bottom-color: rgb(17 24 39 / 0.45);
}
.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\/55 {
  border-top-color: rgb(17 24 39 / 0.55);
  border-bottom-color: rgb(17 24 39 / 0.55);
}
.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\/65 {
  border-top-color: rgb(17 24 39 / 0.65);
  border-bottom-color: rgb(17 24 39 / 0.65);
}
.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\/85 {
  border-top-color: rgb(17 24 39 / 0.85);
  border-bottom-color: rgb(17 24 39 / 0.85);
}
.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\/15 {
  border-top-color: rgb(3 7 18 / 0.15);
  border-bottom-color: rgb(3 7 18 / 0.15);
}
.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\/35 {
  border-top-color: rgb(3 7 18 / 0.35);
  border-bottom-color: rgb(3 7 18 / 0.35);
}
.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\/45 {
  border-top-color: rgb(3 7 18 / 0.45);
  border-bottom-color: rgb(3 7 18 / 0.45);
}
.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\/55 {
  border-top-color: rgb(3 7 18 / 0.55);
  border-bottom-color: rgb(3 7 18 / 0.55);
}
.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\/65 {
  border-top-color: rgb(3 7 18 / 0.65);
  border-bottom-color: rgb(3 7 18 / 0.65);
}
.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\/85 {
  border-top-color: rgb(3 7 18 / 0.85);
  border-bottom-color: rgb(3 7 18 / 0.85);
}
.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\/15 {
  border-top-color: rgb(220 252 231 / 0.15);
  border-bottom-color: rgb(220 252 231 / 0.15);
}
.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\/35 {
  border-top-color: rgb(220 252 231 / 0.35);
  border-bottom-color: rgb(220 252 231 / 0.35);
}
.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\/45 {
  border-top-color: rgb(220 252 231 / 0.45);
  border-bottom-color: rgb(220 252 231 / 0.45);
}
.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\/55 {
  border-top-color: rgb(220 252 231 / 0.55);
  border-bottom-color: rgb(220 252 231 / 0.55);
}
.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\/65 {
  border-top-color: rgb(220 252 231 / 0.65);
  border-bottom-color: rgb(220 252 231 / 0.65);
}
.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\/85 {
  border-top-color: rgb(220 252 231 / 0.85);
  border-bottom-color: rgb(220 252 231 / 0.85);
}
.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\/15 {
  border-top-color: rgb(187 247 208 / 0.15);
  border-bottom-color: rgb(187 247 208 / 0.15);
}
.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\/35 {
  border-top-color: rgb(187 247 208 / 0.35);
  border-bottom-color: rgb(187 247 208 / 0.35);
}
.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\/45 {
  border-top-color: rgb(187 247 208 / 0.45);
  border-bottom-color: rgb(187 247 208 / 0.45);
}
.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\/55 {
  border-top-color: rgb(187 247 208 / 0.55);
  border-bottom-color: rgb(187 247 208 / 0.55);
}
.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\/65 {
  border-top-color: rgb(187 247 208 / 0.65);
  border-bottom-color: rgb(187 247 208 / 0.65);
}
.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\/85 {
  border-top-color: rgb(187 247 208 / 0.85);
  border-bottom-color: rgb(187 247 208 / 0.85);
}
.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\/15 {
  border-top-color: rgb(134 239 172 / 0.15);
  border-bottom-color: rgb(134 239 172 / 0.15);
}
.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\/35 {
  border-top-color: rgb(134 239 172 / 0.35);
  border-bottom-color: rgb(134 239 172 / 0.35);
}
.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\/45 {
  border-top-color: rgb(134 239 172 / 0.45);
  border-bottom-color: rgb(134 239 172 / 0.45);
}
.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\/55 {
  border-top-color: rgb(134 239 172 / 0.55);
  border-bottom-color: rgb(134 239 172 / 0.55);
}
.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\/65 {
  border-top-color: rgb(134 239 172 / 0.65);
  border-bottom-color: rgb(134 239 172 / 0.65);
}
.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\/85 {
  border-top-color: rgb(134 239 172 / 0.85);
  border-bottom-color: rgb(134 239 172 / 0.85);
}
.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\/15 {
  border-top-color: rgb(74 222 128 / 0.15);
  border-bottom-color: rgb(74 222 128 / 0.15);
}
.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\/35 {
  border-top-color: rgb(74 222 128 / 0.35);
  border-bottom-color: rgb(74 222 128 / 0.35);
}
.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\/45 {
  border-top-color: rgb(74 222 128 / 0.45);
  border-bottom-color: rgb(74 222 128 / 0.45);
}
.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\/55 {
  border-top-color: rgb(74 222 128 / 0.55);
  border-bottom-color: rgb(74 222 128 / 0.55);
}
.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\/65 {
  border-top-color: rgb(74 222 128 / 0.65);
  border-bottom-color: rgb(74 222 128 / 0.65);
}
.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\/85 {
  border-top-color: rgb(74 222 128 / 0.85);
  border-bottom-color: rgb(74 222 128 / 0.85);
}
.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\/15 {
  border-top-color: rgb(240 253 244 / 0.15);
  border-bottom-color: rgb(240 253 244 / 0.15);
}
.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\/35 {
  border-top-color: rgb(240 253 244 / 0.35);
  border-bottom-color: rgb(240 253 244 / 0.35);
}
.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\/45 {
  border-top-color: rgb(240 253 244 / 0.45);
  border-bottom-color: rgb(240 253 244 / 0.45);
}
.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\/55 {
  border-top-color: rgb(240 253 244 / 0.55);
  border-bottom-color: rgb(240 253 244 / 0.55);
}
.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\/65 {
  border-top-color: rgb(240 253 244 / 0.65);
  border-bottom-color: rgb(240 253 244 / 0.65);
}
.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\/85 {
  border-top-color: rgb(240 253 244 / 0.85);
  border-bottom-color: rgb(240 253 244 / 0.85);
}
.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\/15 {
  border-top-color: rgb(34 197 94 / 0.15);
  border-bottom-color: rgb(34 197 94 / 0.15);
}
.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\/35 {
  border-top-color: rgb(34 197 94 / 0.35);
  border-bottom-color: rgb(34 197 94 / 0.35);
}
.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\/45 {
  border-top-color: rgb(34 197 94 / 0.45);
  border-bottom-color: rgb(34 197 94 / 0.45);
}
.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\/55 {
  border-top-color: rgb(34 197 94 / 0.55);
  border-bottom-color: rgb(34 197 94 / 0.55);
}
.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\/65 {
  border-top-color: rgb(34 197 94 / 0.65);
  border-bottom-color: rgb(34 197 94 / 0.65);
}
.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\/85 {
  border-top-color: rgb(34 197 94 / 0.85);
  border-bottom-color: rgb(34 197 94 / 0.85);
}
.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\/15 {
  border-top-color: rgb(22 163 74 / 0.15);
  border-bottom-color: rgb(22 163 74 / 0.15);
}
.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\/35 {
  border-top-color: rgb(22 163 74 / 0.35);
  border-bottom-color: rgb(22 163 74 / 0.35);
}
.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\/45 {
  border-top-color: rgb(22 163 74 / 0.45);
  border-bottom-color: rgb(22 163 74 / 0.45);
}
.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\/55 {
  border-top-color: rgb(22 163 74 / 0.55);
  border-bottom-color: rgb(22 163 74 / 0.55);
}
.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\/65 {
  border-top-color: rgb(22 163 74 / 0.65);
  border-bottom-color: rgb(22 163 74 / 0.65);
}
.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\/85 {
  border-top-color: rgb(22 163 74 / 0.85);
  border-bottom-color: rgb(22 163 74 / 0.85);
}
.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\/15 {
  border-top-color: rgb(21 128 61 / 0.15);
  border-bottom-color: rgb(21 128 61 / 0.15);
}
.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\/35 {
  border-top-color: rgb(21 128 61 / 0.35);
  border-bottom-color: rgb(21 128 61 / 0.35);
}
.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\/45 {
  border-top-color: rgb(21 128 61 / 0.45);
  border-bottom-color: rgb(21 128 61 / 0.45);
}
.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\/55 {
  border-top-color: rgb(21 128 61 / 0.55);
  border-bottom-color: rgb(21 128 61 / 0.55);
}
.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\/65 {
  border-top-color: rgb(21 128 61 / 0.65);
  border-bottom-color: rgb(21 128 61 / 0.65);
}
.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\/85 {
  border-top-color: rgb(21 128 61 / 0.85);
  border-bottom-color: rgb(21 128 61 / 0.85);
}
.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\/15 {
  border-top-color: rgb(22 101 52 / 0.15);
  border-bottom-color: rgb(22 101 52 / 0.15);
}
.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\/35 {
  border-top-color: rgb(22 101 52 / 0.35);
  border-bottom-color: rgb(22 101 52 / 0.35);
}
.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\/45 {
  border-top-color: rgb(22 101 52 / 0.45);
  border-bottom-color: rgb(22 101 52 / 0.45);
}
.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\/55 {
  border-top-color: rgb(22 101 52 / 0.55);
  border-bottom-color: rgb(22 101 52 / 0.55);
}
.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\/65 {
  border-top-color: rgb(22 101 52 / 0.65);
  border-bottom-color: rgb(22 101 52 / 0.65);
}
.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\/85 {
  border-top-color: rgb(22 101 52 / 0.85);
  border-bottom-color: rgb(22 101 52 / 0.85);
}
.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\/15 {
  border-top-color: rgb(20 83 45 / 0.15);
  border-bottom-color: rgb(20 83 45 / 0.15);
}
.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\/35 {
  border-top-color: rgb(20 83 45 / 0.35);
  border-bottom-color: rgb(20 83 45 / 0.35);
}
.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\/45 {
  border-top-color: rgb(20 83 45 / 0.45);
  border-bottom-color: rgb(20 83 45 / 0.45);
}
.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\/55 {
  border-top-color: rgb(20 83 45 / 0.55);
  border-bottom-color: rgb(20 83 45 / 0.55);
}
.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\/65 {
  border-top-color: rgb(20 83 45 / 0.65);
  border-bottom-color: rgb(20 83 45 / 0.65);
}
.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\/85 {
  border-top-color: rgb(20 83 45 / 0.85);
  border-bottom-color: rgb(20 83 45 / 0.85);
}
.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\/15 {
  border-top-color: rgb(5 46 22 / 0.15);
  border-bottom-color: rgb(5 46 22 / 0.15);
}
.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\/35 {
  border-top-color: rgb(5 46 22 / 0.35);
  border-bottom-color: rgb(5 46 22 / 0.35);
}
.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\/45 {
  border-top-color: rgb(5 46 22 / 0.45);
  border-bottom-color: rgb(5 46 22 / 0.45);
}
.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\/55 {
  border-top-color: rgb(5 46 22 / 0.55);
  border-bottom-color: rgb(5 46 22 / 0.55);
}
.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\/65 {
  border-top-color: rgb(5 46 22 / 0.65);
  border-bottom-color: rgb(5 46 22 / 0.65);
}
.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\/85 {
  border-top-color: rgb(5 46 22 / 0.85);
  border-bottom-color: rgb(5 46 22 / 0.85);
}
.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\/15 {
  border-top-color: rgb(224 231 255 / 0.15);
  border-bottom-color: rgb(224 231 255 / 0.15);
}
.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\/35 {
  border-top-color: rgb(224 231 255 / 0.35);
  border-bottom-color: rgb(224 231 255 / 0.35);
}
.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\/45 {
  border-top-color: rgb(224 231 255 / 0.45);
  border-bottom-color: rgb(224 231 255 / 0.45);
}
.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\/55 {
  border-top-color: rgb(224 231 255 / 0.55);
  border-bottom-color: rgb(224 231 255 / 0.55);
}
.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\/65 {
  border-top-color: rgb(224 231 255 / 0.65);
  border-bottom-color: rgb(224 231 255 / 0.65);
}
.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\/85 {
  border-top-color: rgb(224 231 255 / 0.85);
  border-bottom-color: rgb(224 231 255 / 0.85);
}
.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\/15 {
  border-top-color: rgb(199 210 254 / 0.15);
  border-bottom-color: rgb(199 210 254 / 0.15);
}
.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\/35 {
  border-top-color: rgb(199 210 254 / 0.35);
  border-bottom-color: rgb(199 210 254 / 0.35);
}
.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\/45 {
  border-top-color: rgb(199 210 254 / 0.45);
  border-bottom-color: rgb(199 210 254 / 0.45);
}
.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\/55 {
  border-top-color: rgb(199 210 254 / 0.55);
  border-bottom-color: rgb(199 210 254 / 0.55);
}
.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\/65 {
  border-top-color: rgb(199 210 254 / 0.65);
  border-bottom-color: rgb(199 210 254 / 0.65);
}
.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\/85 {
  border-top-color: rgb(199 210 254 / 0.85);
  border-bottom-color: rgb(199 210 254 / 0.85);
}
.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\/15 {
  border-top-color: rgb(165 180 252 / 0.15);
  border-bottom-color: rgb(165 180 252 / 0.15);
}
.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\/35 {
  border-top-color: rgb(165 180 252 / 0.35);
  border-bottom-color: rgb(165 180 252 / 0.35);
}
.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\/45 {
  border-top-color: rgb(165 180 252 / 0.45);
  border-bottom-color: rgb(165 180 252 / 0.45);
}
.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\/55 {
  border-top-color: rgb(165 180 252 / 0.55);
  border-bottom-color: rgb(165 180 252 / 0.55);
}
.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\/65 {
  border-top-color: rgb(165 180 252 / 0.65);
  border-bottom-color: rgb(165 180 252 / 0.65);
}
.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\/85 {
  border-top-color: rgb(165 180 252 / 0.85);
  border-bottom-color: rgb(165 180 252 / 0.85);
}
.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\/15 {
  border-top-color: rgb(129 140 248 / 0.15);
  border-bottom-color: rgb(129 140 248 / 0.15);
}
.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\/35 {
  border-top-color: rgb(129 140 248 / 0.35);
  border-bottom-color: rgb(129 140 248 / 0.35);
}
.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\/45 {
  border-top-color: rgb(129 140 248 / 0.45);
  border-bottom-color: rgb(129 140 248 / 0.45);
}
.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\/55 {
  border-top-color: rgb(129 140 248 / 0.55);
  border-bottom-color: rgb(129 140 248 / 0.55);
}
.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\/65 {
  border-top-color: rgb(129 140 248 / 0.65);
  border-bottom-color: rgb(129 140 248 / 0.65);
}
.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\/85 {
  border-top-color: rgb(129 140 248 / 0.85);
  border-bottom-color: rgb(129 140 248 / 0.85);
}
.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\/15 {
  border-top-color: rgb(238 242 255 / 0.15);
  border-bottom-color: rgb(238 242 255 / 0.15);
}
.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\/35 {
  border-top-color: rgb(238 242 255 / 0.35);
  border-bottom-color: rgb(238 242 255 / 0.35);
}
.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\/45 {
  border-top-color: rgb(238 242 255 / 0.45);
  border-bottom-color: rgb(238 242 255 / 0.45);
}
.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\/55 {
  border-top-color: rgb(238 242 255 / 0.55);
  border-bottom-color: rgb(238 242 255 / 0.55);
}
.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\/65 {
  border-top-color: rgb(238 242 255 / 0.65);
  border-bottom-color: rgb(238 242 255 / 0.65);
}
.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\/85 {
  border-top-color: rgb(238 242 255 / 0.85);
  border-bottom-color: rgb(238 242 255 / 0.85);
}
.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\/15 {
  border-top-color: rgb(99 102 241 / 0.15);
  border-bottom-color: rgb(99 102 241 / 0.15);
}
.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\/35 {
  border-top-color: rgb(99 102 241 / 0.35);
  border-bottom-color: rgb(99 102 241 / 0.35);
}
.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\/45 {
  border-top-color: rgb(99 102 241 / 0.45);
  border-bottom-color: rgb(99 102 241 / 0.45);
}
.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\/55 {
  border-top-color: rgb(99 102 241 / 0.55);
  border-bottom-color: rgb(99 102 241 / 0.55);
}
.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\/65 {
  border-top-color: rgb(99 102 241 / 0.65);
  border-bottom-color: rgb(99 102 241 / 0.65);
}
.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\/85 {
  border-top-color: rgb(99 102 241 / 0.85);
  border-bottom-color: rgb(99 102 241 / 0.85);
}
.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\/15 {
  border-top-color: rgb(79 70 229 / 0.15);
  border-bottom-color: rgb(79 70 229 / 0.15);
}
.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\/35 {
  border-top-color: rgb(79 70 229 / 0.35);
  border-bottom-color: rgb(79 70 229 / 0.35);
}
.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\/45 {
  border-top-color: rgb(79 70 229 / 0.45);
  border-bottom-color: rgb(79 70 229 / 0.45);
}
.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\/55 {
  border-top-color: rgb(79 70 229 / 0.55);
  border-bottom-color: rgb(79 70 229 / 0.55);
}
.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\/65 {
  border-top-color: rgb(79 70 229 / 0.65);
  border-bottom-color: rgb(79 70 229 / 0.65);
}
.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\/85 {
  border-top-color: rgb(79 70 229 / 0.85);
  border-bottom-color: rgb(79 70 229 / 0.85);
}
.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\/15 {
  border-top-color: rgb(67 56 202 / 0.15);
  border-bottom-color: rgb(67 56 202 / 0.15);
}
.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\/35 {
  border-top-color: rgb(67 56 202 / 0.35);
  border-bottom-color: rgb(67 56 202 / 0.35);
}
.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\/45 {
  border-top-color: rgb(67 56 202 / 0.45);
  border-bottom-color: rgb(67 56 202 / 0.45);
}
.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\/55 {
  border-top-color: rgb(67 56 202 / 0.55);
  border-bottom-color: rgb(67 56 202 / 0.55);
}
.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\/65 {
  border-top-color: rgb(67 56 202 / 0.65);
  border-bottom-color: rgb(67 56 202 / 0.65);
}
.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\/85 {
  border-top-color: rgb(67 56 202 / 0.85);
  border-bottom-color: rgb(67 56 202 / 0.85);
}
.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\/15 {
  border-top-color: rgb(55 48 163 / 0.15);
  border-bottom-color: rgb(55 48 163 / 0.15);
}
.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\/35 {
  border-top-color: rgb(55 48 163 / 0.35);
  border-bottom-color: rgb(55 48 163 / 0.35);
}
.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\/45 {
  border-top-color: rgb(55 48 163 / 0.45);
  border-bottom-color: rgb(55 48 163 / 0.45);
}
.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\/55 {
  border-top-color: rgb(55 48 163 / 0.55);
  border-bottom-color: rgb(55 48 163 / 0.55);
}
.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\/65 {
  border-top-color: rgb(55 48 163 / 0.65);
  border-bottom-color: rgb(55 48 163 / 0.65);
}
.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\/85 {
  border-top-color: rgb(55 48 163 / 0.85);
  border-bottom-color: rgb(55 48 163 / 0.85);
}
.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\/15 {
  border-top-color: rgb(49 46 129 / 0.15);
  border-bottom-color: rgb(49 46 129 / 0.15);
}
.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\/35 {
  border-top-color: rgb(49 46 129 / 0.35);
  border-bottom-color: rgb(49 46 129 / 0.35);
}
.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\/45 {
  border-top-color: rgb(49 46 129 / 0.45);
  border-bottom-color: rgb(49 46 129 / 0.45);
}
.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\/55 {
  border-top-color: rgb(49 46 129 / 0.55);
  border-bottom-color: rgb(49 46 129 / 0.55);
}
.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\/65 {
  border-top-color: rgb(49 46 129 / 0.65);
  border-bottom-color: rgb(49 46 129 / 0.65);
}
.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\/85 {
  border-top-color: rgb(49 46 129 / 0.85);
  border-bottom-color: rgb(49 46 129 / 0.85);
}
.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\/15 {
  border-top-color: rgb(30 27 75 / 0.15);
  border-bottom-color: rgb(30 27 75 / 0.15);
}
.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\/35 {
  border-top-color: rgb(30 27 75 / 0.35);
  border-bottom-color: rgb(30 27 75 / 0.35);
}
.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\/45 {
  border-top-color: rgb(30 27 75 / 0.45);
  border-bottom-color: rgb(30 27 75 / 0.45);
}
.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\/55 {
  border-top-color: rgb(30 27 75 / 0.55);
  border-bottom-color: rgb(30 27 75 / 0.55);
}
.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\/65 {
  border-top-color: rgb(30 27 75 / 0.65);
  border-bottom-color: rgb(30 27 75 / 0.65);
}
.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\/85 {
  border-top-color: rgb(30 27 75 / 0.85);
  border-bottom-color: rgb(30 27 75 / 0.85);
}
.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\/15 {
  border-top-color: rgb(236 252 203 / 0.15);
  border-bottom-color: rgb(236 252 203 / 0.15);
}
.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\/35 {
  border-top-color: rgb(236 252 203 / 0.35);
  border-bottom-color: rgb(236 252 203 / 0.35);
}
.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\/45 {
  border-top-color: rgb(236 252 203 / 0.45);
  border-bottom-color: rgb(236 252 203 / 0.45);
}
.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\/55 {
  border-top-color: rgb(236 252 203 / 0.55);
  border-bottom-color: rgb(236 252 203 / 0.55);
}
.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\/65 {
  border-top-color: rgb(236 252 203 / 0.65);
  border-bottom-color: rgb(236 252 203 / 0.65);
}
.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\/85 {
  border-top-color: rgb(236 252 203 / 0.85);
  border-bottom-color: rgb(236 252 203 / 0.85);
}
.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\/15 {
  border-top-color: rgb(217 249 157 / 0.15);
  border-bottom-color: rgb(217 249 157 / 0.15);
}
.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\/35 {
  border-top-color: rgb(217 249 157 / 0.35);
  border-bottom-color: rgb(217 249 157 / 0.35);
}
.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\/45 {
  border-top-color: rgb(217 249 157 / 0.45);
  border-bottom-color: rgb(217 249 157 / 0.45);
}
.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\/55 {
  border-top-color: rgb(217 249 157 / 0.55);
  border-bottom-color: rgb(217 249 157 / 0.55);
}
.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\/65 {
  border-top-color: rgb(217 249 157 / 0.65);
  border-bottom-color: rgb(217 249 157 / 0.65);
}
.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\/85 {
  border-top-color: rgb(217 249 157 / 0.85);
  border-bottom-color: rgb(217 249 157 / 0.85);
}
.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\/15 {
  border-top-color: rgb(190 242 100 / 0.15);
  border-bottom-color: rgb(190 242 100 / 0.15);
}
.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\/35 {
  border-top-color: rgb(190 242 100 / 0.35);
  border-bottom-color: rgb(190 242 100 / 0.35);
}
.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\/45 {
  border-top-color: rgb(190 242 100 / 0.45);
  border-bottom-color: rgb(190 242 100 / 0.45);
}
.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\/55 {
  border-top-color: rgb(190 242 100 / 0.55);
  border-bottom-color: rgb(190 242 100 / 0.55);
}
.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\/65 {
  border-top-color: rgb(190 242 100 / 0.65);
  border-bottom-color: rgb(190 242 100 / 0.65);
}
.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\/85 {
  border-top-color: rgb(190 242 100 / 0.85);
  border-bottom-color: rgb(190 242 100 / 0.85);
}
.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\/15 {
  border-top-color: rgb(163 230 53 / 0.15);
  border-bottom-color: rgb(163 230 53 / 0.15);
}
.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\/35 {
  border-top-color: rgb(163 230 53 / 0.35);
  border-bottom-color: rgb(163 230 53 / 0.35);
}
.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\/45 {
  border-top-color: rgb(163 230 53 / 0.45);
  border-bottom-color: rgb(163 230 53 / 0.45);
}
.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\/55 {
  border-top-color: rgb(163 230 53 / 0.55);
  border-bottom-color: rgb(163 230 53 / 0.55);
}
.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\/65 {
  border-top-color: rgb(163 230 53 / 0.65);
  border-bottom-color: rgb(163 230 53 / 0.65);
}
.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\/85 {
  border-top-color: rgb(163 230 53 / 0.85);
  border-bottom-color: rgb(163 230 53 / 0.85);
}
.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\/15 {
  border-top-color: rgb(247 254 231 / 0.15);
  border-bottom-color: rgb(247 254 231 / 0.15);
}
.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\/35 {
  border-top-color: rgb(247 254 231 / 0.35);
  border-bottom-color: rgb(247 254 231 / 0.35);
}
.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\/45 {
  border-top-color: rgb(247 254 231 / 0.45);
  border-bottom-color: rgb(247 254 231 / 0.45);
}
.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\/55 {
  border-top-color: rgb(247 254 231 / 0.55);
  border-bottom-color: rgb(247 254 231 / 0.55);
}
.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\/65 {
  border-top-color: rgb(247 254 231 / 0.65);
  border-bottom-color: rgb(247 254 231 / 0.65);
}
.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\/85 {
  border-top-color: rgb(247 254 231 / 0.85);
  border-bottom-color: rgb(247 254 231 / 0.85);
}
.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\/15 {
  border-top-color: rgb(132 204 22 / 0.15);
  border-bottom-color: rgb(132 204 22 / 0.15);
}
.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\/35 {
  border-top-color: rgb(132 204 22 / 0.35);
  border-bottom-color: rgb(132 204 22 / 0.35);
}
.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\/45 {
  border-top-color: rgb(132 204 22 / 0.45);
  border-bottom-color: rgb(132 204 22 / 0.45);
}
.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\/55 {
  border-top-color: rgb(132 204 22 / 0.55);
  border-bottom-color: rgb(132 204 22 / 0.55);
}
.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\/65 {
  border-top-color: rgb(132 204 22 / 0.65);
  border-bottom-color: rgb(132 204 22 / 0.65);
}
.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\/85 {
  border-top-color: rgb(132 204 22 / 0.85);
  border-bottom-color: rgb(132 204 22 / 0.85);
}
.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\/15 {
  border-top-color: rgb(101 163 13 / 0.15);
  border-bottom-color: rgb(101 163 13 / 0.15);
}
.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\/35 {
  border-top-color: rgb(101 163 13 / 0.35);
  border-bottom-color: rgb(101 163 13 / 0.35);
}
.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\/45 {
  border-top-color: rgb(101 163 13 / 0.45);
  border-bottom-color: rgb(101 163 13 / 0.45);
}
.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\/55 {
  border-top-color: rgb(101 163 13 / 0.55);
  border-bottom-color: rgb(101 163 13 / 0.55);
}
.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\/65 {
  border-top-color: rgb(101 163 13 / 0.65);
  border-bottom-color: rgb(101 163 13 / 0.65);
}
.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\/85 {
  border-top-color: rgb(101 163 13 / 0.85);
  border-bottom-color: rgb(101 163 13 / 0.85);
}
.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\/15 {
  border-top-color: rgb(77 124 15 / 0.15);
  border-bottom-color: rgb(77 124 15 / 0.15);
}
.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\/35 {
  border-top-color: rgb(77 124 15 / 0.35);
  border-bottom-color: rgb(77 124 15 / 0.35);
}
.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\/45 {
  border-top-color: rgb(77 124 15 / 0.45);
  border-bottom-color: rgb(77 124 15 / 0.45);
}
.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\/55 {
  border-top-color: rgb(77 124 15 / 0.55);
  border-bottom-color: rgb(77 124 15 / 0.55);
}
.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\/65 {
  border-top-color: rgb(77 124 15 / 0.65);
  border-bottom-color: rgb(77 124 15 / 0.65);
}
.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\/85 {
  border-top-color: rgb(77 124 15 / 0.85);
  border-bottom-color: rgb(77 124 15 / 0.85);
}
.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\/15 {
  border-top-color: rgb(63 98 18 / 0.15);
  border-bottom-color: rgb(63 98 18 / 0.15);
}
.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\/35 {
  border-top-color: rgb(63 98 18 / 0.35);
  border-bottom-color: rgb(63 98 18 / 0.35);
}
.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\/45 {
  border-top-color: rgb(63 98 18 / 0.45);
  border-bottom-color: rgb(63 98 18 / 0.45);
}
.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\/55 {
  border-top-color: rgb(63 98 18 / 0.55);
  border-bottom-color: rgb(63 98 18 / 0.55);
}
.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\/65 {
  border-top-color: rgb(63 98 18 / 0.65);
  border-bottom-color: rgb(63 98 18 / 0.65);
}
.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\/85 {
  border-top-color: rgb(63 98 18 / 0.85);
  border-bottom-color: rgb(63 98 18 / 0.85);
}
.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\/15 {
  border-top-color: rgb(54 83 20 / 0.15);
  border-bottom-color: rgb(54 83 20 / 0.15);
}
.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\/35 {
  border-top-color: rgb(54 83 20 / 0.35);
  border-bottom-color: rgb(54 83 20 / 0.35);
}
.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\/45 {
  border-top-color: rgb(54 83 20 / 0.45);
  border-bottom-color: rgb(54 83 20 / 0.45);
}
.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\/55 {
  border-top-color: rgb(54 83 20 / 0.55);
  border-bottom-color: rgb(54 83 20 / 0.55);
}
.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\/65 {
  border-top-color: rgb(54 83 20 / 0.65);
  border-bottom-color: rgb(54 83 20 / 0.65);
}
.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\/85 {
  border-top-color: rgb(54 83 20 / 0.85);
  border-bottom-color: rgb(54 83 20 / 0.85);
}
.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\/15 {
  border-top-color: rgb(26 46 5 / 0.15);
  border-bottom-color: rgb(26 46 5 / 0.15);
}
.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\/35 {
  border-top-color: rgb(26 46 5 / 0.35);
  border-bottom-color: rgb(26 46 5 / 0.35);
}
.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\/45 {
  border-top-color: rgb(26 46 5 / 0.45);
  border-bottom-color: rgb(26 46 5 / 0.45);
}
.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\/55 {
  border-top-color: rgb(26 46 5 / 0.55);
  border-bottom-color: rgb(26 46 5 / 0.55);
}
.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\/65 {
  border-top-color: rgb(26 46 5 / 0.65);
  border-bottom-color: rgb(26 46 5 / 0.65);
}
.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\/85 {
  border-top-color: rgb(26 46 5 / 0.85);
  border-bottom-color: rgb(26 46 5 / 0.85);
}
.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\/15 {
  border-top-color: rgb(245 245 245 / 0.15);
  border-bottom-color: rgb(245 245 245 / 0.15);
}
.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\/35 {
  border-top-color: rgb(245 245 245 / 0.35);
  border-bottom-color: rgb(245 245 245 / 0.35);
}
.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\/45 {
  border-top-color: rgb(245 245 245 / 0.45);
  border-bottom-color: rgb(245 245 245 / 0.45);
}
.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\/55 {
  border-top-color: rgb(245 245 245 / 0.55);
  border-bottom-color: rgb(245 245 245 / 0.55);
}
.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\/65 {
  border-top-color: rgb(245 245 245 / 0.65);
  border-bottom-color: rgb(245 245 245 / 0.65);
}
.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\/85 {
  border-top-color: rgb(245 245 245 / 0.85);
  border-bottom-color: rgb(245 245 245 / 0.85);
}
.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\/15 {
  border-top-color: rgb(229 229 229 / 0.15);
  border-bottom-color: rgb(229 229 229 / 0.15);
}
.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\/35 {
  border-top-color: rgb(229 229 229 / 0.35);
  border-bottom-color: rgb(229 229 229 / 0.35);
}
.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\/45 {
  border-top-color: rgb(229 229 229 / 0.45);
  border-bottom-color: rgb(229 229 229 / 0.45);
}
.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\/55 {
  border-top-color: rgb(229 229 229 / 0.55);
  border-bottom-color: rgb(229 229 229 / 0.55);
}
.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\/65 {
  border-top-color: rgb(229 229 229 / 0.65);
  border-bottom-color: rgb(229 229 229 / 0.65);
}
.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\/85 {
  border-top-color: rgb(229 229 229 / 0.85);
  border-bottom-color: rgb(229 229 229 / 0.85);
}
.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\/15 {
  border-top-color: rgb(212 212 212 / 0.15);
  border-bottom-color: rgb(212 212 212 / 0.15);
}
.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\/35 {
  border-top-color: rgb(212 212 212 / 0.35);
  border-bottom-color: rgb(212 212 212 / 0.35);
}
.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\/45 {
  border-top-color: rgb(212 212 212 / 0.45);
  border-bottom-color: rgb(212 212 212 / 0.45);
}
.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\/55 {
  border-top-color: rgb(212 212 212 / 0.55);
  border-bottom-color: rgb(212 212 212 / 0.55);
}
.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\/65 {
  border-top-color: rgb(212 212 212 / 0.65);
  border-bottom-color: rgb(212 212 212 / 0.65);
}
.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\/85 {
  border-top-color: rgb(212 212 212 / 0.85);
  border-bottom-color: rgb(212 212 212 / 0.85);
}
.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\/15 {
  border-top-color: rgb(163 163 163 / 0.15);
  border-bottom-color: rgb(163 163 163 / 0.15);
}
.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\/35 {
  border-top-color: rgb(163 163 163 / 0.35);
  border-bottom-color: rgb(163 163 163 / 0.35);
}
.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\/45 {
  border-top-color: rgb(163 163 163 / 0.45);
  border-bottom-color: rgb(163 163 163 / 0.45);
}
.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\/55 {
  border-top-color: rgb(163 163 163 / 0.55);
  border-bottom-color: rgb(163 163 163 / 0.55);
}
.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\/65 {
  border-top-color: rgb(163 163 163 / 0.65);
  border-bottom-color: rgb(163 163 163 / 0.65);
}
.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\/85 {
  border-top-color: rgb(163 163 163 / 0.85);
  border-bottom-color: rgb(163 163 163 / 0.85);
}
.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\/15 {
  border-top-color: rgb(250 250 250 / 0.15);
  border-bottom-color: rgb(250 250 250 / 0.15);
}
.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\/35 {
  border-top-color: rgb(250 250 250 / 0.35);
  border-bottom-color: rgb(250 250 250 / 0.35);
}
.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\/45 {
  border-top-color: rgb(250 250 250 / 0.45);
  border-bottom-color: rgb(250 250 250 / 0.45);
}
.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\/55 {
  border-top-color: rgb(250 250 250 / 0.55);
  border-bottom-color: rgb(250 250 250 / 0.55);
}
.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\/65 {
  border-top-color: rgb(250 250 250 / 0.65);
  border-bottom-color: rgb(250 250 250 / 0.65);
}
.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\/85 {
  border-top-color: rgb(250 250 250 / 0.85);
  border-bottom-color: rgb(250 250 250 / 0.85);
}
.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\/15 {
  border-top-color: rgb(115 115 115 / 0.15);
  border-bottom-color: rgb(115 115 115 / 0.15);
}
.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\/35 {
  border-top-color: rgb(115 115 115 / 0.35);
  border-bottom-color: rgb(115 115 115 / 0.35);
}
.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\/45 {
  border-top-color: rgb(115 115 115 / 0.45);
  border-bottom-color: rgb(115 115 115 / 0.45);
}
.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\/55 {
  border-top-color: rgb(115 115 115 / 0.55);
  border-bottom-color: rgb(115 115 115 / 0.55);
}
.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\/65 {
  border-top-color: rgb(115 115 115 / 0.65);
  border-bottom-color: rgb(115 115 115 / 0.65);
}
.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\/85 {
  border-top-color: rgb(115 115 115 / 0.85);
  border-bottom-color: rgb(115 115 115 / 0.85);
}
.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\/15 {
  border-top-color: rgb(82 82 82 / 0.15);
  border-bottom-color: rgb(82 82 82 / 0.15);
}
.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\/35 {
  border-top-color: rgb(82 82 82 / 0.35);
  border-bottom-color: rgb(82 82 82 / 0.35);
}
.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\/45 {
  border-top-color: rgb(82 82 82 / 0.45);
  border-bottom-color: rgb(82 82 82 / 0.45);
}
.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\/55 {
  border-top-color: rgb(82 82 82 / 0.55);
  border-bottom-color: rgb(82 82 82 / 0.55);
}
.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\/65 {
  border-top-color: rgb(82 82 82 / 0.65);
  border-bottom-color: rgb(82 82 82 / 0.65);
}
.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\/85 {
  border-top-color: rgb(82 82 82 / 0.85);
  border-bottom-color: rgb(82 82 82 / 0.85);
}
.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\/15 {
  border-top-color: rgb(64 64 64 / 0.15);
  border-bottom-color: rgb(64 64 64 / 0.15);
}
.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\/35 {
  border-top-color: rgb(64 64 64 / 0.35);
  border-bottom-color: rgb(64 64 64 / 0.35);
}
.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\/45 {
  border-top-color: rgb(64 64 64 / 0.45);
  border-bottom-color: rgb(64 64 64 / 0.45);
}
.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\/55 {
  border-top-color: rgb(64 64 64 / 0.55);
  border-bottom-color: rgb(64 64 64 / 0.55);
}
.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\/65 {
  border-top-color: rgb(64 64 64 / 0.65);
  border-bottom-color: rgb(64 64 64 / 0.65);
}
.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\/85 {
  border-top-color: rgb(64 64 64 / 0.85);
  border-bottom-color: rgb(64 64 64 / 0.85);
}
.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\/15 {
  border-top-color: rgb(38 38 38 / 0.15);
  border-bottom-color: rgb(38 38 38 / 0.15);
}
.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\/35 {
  border-top-color: rgb(38 38 38 / 0.35);
  border-bottom-color: rgb(38 38 38 / 0.35);
}
.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\/45 {
  border-top-color: rgb(38 38 38 / 0.45);
  border-bottom-color: rgb(38 38 38 / 0.45);
}
.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\/55 {
  border-top-color: rgb(38 38 38 / 0.55);
  border-bottom-color: rgb(38 38 38 / 0.55);
}
.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\/65 {
  border-top-color: rgb(38 38 38 / 0.65);
  border-bottom-color: rgb(38 38 38 / 0.65);
}
.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\/85 {
  border-top-color: rgb(38 38 38 / 0.85);
  border-bottom-color: rgb(38 38 38 / 0.85);
}
.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\/15 {
  border-top-color: rgb(23 23 23 / 0.15);
  border-bottom-color: rgb(23 23 23 / 0.15);
}
.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\/35 {
  border-top-color: rgb(23 23 23 / 0.35);
  border-bottom-color: rgb(23 23 23 / 0.35);
}
.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\/45 {
  border-top-color: rgb(23 23 23 / 0.45);
  border-bottom-color: rgb(23 23 23 / 0.45);
}
.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\/55 {
  border-top-color: rgb(23 23 23 / 0.55);
  border-bottom-color: rgb(23 23 23 / 0.55);
}
.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\/65 {
  border-top-color: rgb(23 23 23 / 0.65);
  border-bottom-color: rgb(23 23 23 / 0.65);
}
.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\/85 {
  border-top-color: rgb(23 23 23 / 0.85);
  border-bottom-color: rgb(23 23 23 / 0.85);
}
.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\/15 {
  border-top-color: rgb(10 10 10 / 0.15);
  border-bottom-color: rgb(10 10 10 / 0.15);
}
.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\/35 {
  border-top-color: rgb(10 10 10 / 0.35);
  border-bottom-color: rgb(10 10 10 / 0.35);
}
.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\/45 {
  border-top-color: rgb(10 10 10 / 0.45);
  border-bottom-color: rgb(10 10 10 / 0.45);
}
.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\/55 {
  border-top-color: rgb(10 10 10 / 0.55);
  border-bottom-color: rgb(10 10 10 / 0.55);
}
.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\/65 {
  border-top-color: rgb(10 10 10 / 0.65);
  border-bottom-color: rgb(10 10 10 / 0.65);
}
.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\/85 {
  border-top-color: rgb(10 10 10 / 0.85);
  border-bottom-color: rgb(10 10 10 / 0.85);
}
.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\/15 {
  border-top-color: rgb(255 237 213 / 0.15);
  border-bottom-color: rgb(255 237 213 / 0.15);
}
.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\/35 {
  border-top-color: rgb(255 237 213 / 0.35);
  border-bottom-color: rgb(255 237 213 / 0.35);
}
.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\/45 {
  border-top-color: rgb(255 237 213 / 0.45);
  border-bottom-color: rgb(255 237 213 / 0.45);
}
.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\/55 {
  border-top-color: rgb(255 237 213 / 0.55);
  border-bottom-color: rgb(255 237 213 / 0.55);
}
.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\/65 {
  border-top-color: rgb(255 237 213 / 0.65);
  border-bottom-color: rgb(255 237 213 / 0.65);
}
.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\/85 {
  border-top-color: rgb(255 237 213 / 0.85);
  border-bottom-color: rgb(255 237 213 / 0.85);
}
.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\/15 {
  border-top-color: rgb(254 215 170 / 0.15);
  border-bottom-color: rgb(254 215 170 / 0.15);
}
.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\/35 {
  border-top-color: rgb(254 215 170 / 0.35);
  border-bottom-color: rgb(254 215 170 / 0.35);
}
.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\/45 {
  border-top-color: rgb(254 215 170 / 0.45);
  border-bottom-color: rgb(254 215 170 / 0.45);
}
.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\/55 {
  border-top-color: rgb(254 215 170 / 0.55);
  border-bottom-color: rgb(254 215 170 / 0.55);
}
.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\/65 {
  border-top-color: rgb(254 215 170 / 0.65);
  border-bottom-color: rgb(254 215 170 / 0.65);
}
.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\/85 {
  border-top-color: rgb(254 215 170 / 0.85);
  border-bottom-color: rgb(254 215 170 / 0.85);
}
.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\/15 {
  border-top-color: rgb(253 186 116 / 0.15);
  border-bottom-color: rgb(253 186 116 / 0.15);
}
.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\/35 {
  border-top-color: rgb(253 186 116 / 0.35);
  border-bottom-color: rgb(253 186 116 / 0.35);
}
.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\/45 {
  border-top-color: rgb(253 186 116 / 0.45);
  border-bottom-color: rgb(253 186 116 / 0.45);
}
.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\/55 {
  border-top-color: rgb(253 186 116 / 0.55);
  border-bottom-color: rgb(253 186 116 / 0.55);
}
.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\/65 {
  border-top-color: rgb(253 186 116 / 0.65);
  border-bottom-color: rgb(253 186 116 / 0.65);
}
.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\/85 {
  border-top-color: rgb(253 186 116 / 0.85);
  border-bottom-color: rgb(253 186 116 / 0.85);
}
.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\/15 {
  border-top-color: rgb(251 146 60 / 0.15);
  border-bottom-color: rgb(251 146 60 / 0.15);
}
.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\/35 {
  border-top-color: rgb(251 146 60 / 0.35);
  border-bottom-color: rgb(251 146 60 / 0.35);
}
.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\/45 {
  border-top-color: rgb(251 146 60 / 0.45);
  border-bottom-color: rgb(251 146 60 / 0.45);
}
.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\/55 {
  border-top-color: rgb(251 146 60 / 0.55);
  border-bottom-color: rgb(251 146 60 / 0.55);
}
.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\/65 {
  border-top-color: rgb(251 146 60 / 0.65);
  border-bottom-color: rgb(251 146 60 / 0.65);
}
.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\/85 {
  border-top-color: rgb(251 146 60 / 0.85);
  border-bottom-color: rgb(251 146 60 / 0.85);
}
.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\/15 {
  border-top-color: rgb(255 247 237 / 0.15);
  border-bottom-color: rgb(255 247 237 / 0.15);
}
.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\/35 {
  border-top-color: rgb(255 247 237 / 0.35);
  border-bottom-color: rgb(255 247 237 / 0.35);
}
.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\/45 {
  border-top-color: rgb(255 247 237 / 0.45);
  border-bottom-color: rgb(255 247 237 / 0.45);
}
.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\/55 {
  border-top-color: rgb(255 247 237 / 0.55);
  border-bottom-color: rgb(255 247 237 / 0.55);
}
.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\/65 {
  border-top-color: rgb(255 247 237 / 0.65);
  border-bottom-color: rgb(255 247 237 / 0.65);
}
.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\/85 {
  border-top-color: rgb(255 247 237 / 0.85);
  border-bottom-color: rgb(255 247 237 / 0.85);
}
.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\/15 {
  border-top-color: rgb(249 115 22 / 0.15);
  border-bottom-color: rgb(249 115 22 / 0.15);
}
.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\/35 {
  border-top-color: rgb(249 115 22 / 0.35);
  border-bottom-color: rgb(249 115 22 / 0.35);
}
.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\/45 {
  border-top-color: rgb(249 115 22 / 0.45);
  border-bottom-color: rgb(249 115 22 / 0.45);
}
.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\/55 {
  border-top-color: rgb(249 115 22 / 0.55);
  border-bottom-color: rgb(249 115 22 / 0.55);
}
.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\/65 {
  border-top-color: rgb(249 115 22 / 0.65);
  border-bottom-color: rgb(249 115 22 / 0.65);
}
.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\/85 {
  border-top-color: rgb(249 115 22 / 0.85);
  border-bottom-color: rgb(249 115 22 / 0.85);
}
.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\/15 {
  border-top-color: rgb(234 88 12 / 0.15);
  border-bottom-color: rgb(234 88 12 / 0.15);
}
.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\/35 {
  border-top-color: rgb(234 88 12 / 0.35);
  border-bottom-color: rgb(234 88 12 / 0.35);
}
.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\/45 {
  border-top-color: rgb(234 88 12 / 0.45);
  border-bottom-color: rgb(234 88 12 / 0.45);
}
.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\/55 {
  border-top-color: rgb(234 88 12 / 0.55);
  border-bottom-color: rgb(234 88 12 / 0.55);
}
.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\/65 {
  border-top-color: rgb(234 88 12 / 0.65);
  border-bottom-color: rgb(234 88 12 / 0.65);
}
.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\/85 {
  border-top-color: rgb(234 88 12 / 0.85);
  border-bottom-color: rgb(234 88 12 / 0.85);
}
.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\/15 {
  border-top-color: rgb(194 65 12 / 0.15);
  border-bottom-color: rgb(194 65 12 / 0.15);
}
.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\/35 {
  border-top-color: rgb(194 65 12 / 0.35);
  border-bottom-color: rgb(194 65 12 / 0.35);
}
.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\/45 {
  border-top-color: rgb(194 65 12 / 0.45);
  border-bottom-color: rgb(194 65 12 / 0.45);
}
.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\/55 {
  border-top-color: rgb(194 65 12 / 0.55);
  border-bottom-color: rgb(194 65 12 / 0.55);
}
.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\/65 {
  border-top-color: rgb(194 65 12 / 0.65);
  border-bottom-color: rgb(194 65 12 / 0.65);
}
.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\/85 {
  border-top-color: rgb(194 65 12 / 0.85);
  border-bottom-color: rgb(194 65 12 / 0.85);
}
.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\/15 {
  border-top-color: rgb(154 52 18 / 0.15);
  border-bottom-color: rgb(154 52 18 / 0.15);
}
.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\/35 {
  border-top-color: rgb(154 52 18 / 0.35);
  border-bottom-color: rgb(154 52 18 / 0.35);
}
.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\/45 {
  border-top-color: rgb(154 52 18 / 0.45);
  border-bottom-color: rgb(154 52 18 / 0.45);
}
.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\/55 {
  border-top-color: rgb(154 52 18 / 0.55);
  border-bottom-color: rgb(154 52 18 / 0.55);
}
.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\/65 {
  border-top-color: rgb(154 52 18 / 0.65);
  border-bottom-color: rgb(154 52 18 / 0.65);
}
.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\/85 {
  border-top-color: rgb(154 52 18 / 0.85);
  border-bottom-color: rgb(154 52 18 / 0.85);
}
.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\/15 {
  border-top-color: rgb(124 45 18 / 0.15);
  border-bottom-color: rgb(124 45 18 / 0.15);
}
.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\/35 {
  border-top-color: rgb(124 45 18 / 0.35);
  border-bottom-color: rgb(124 45 18 / 0.35);
}
.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\/45 {
  border-top-color: rgb(124 45 18 / 0.45);
  border-bottom-color: rgb(124 45 18 / 0.45);
}
.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\/55 {
  border-top-color: rgb(124 45 18 / 0.55);
  border-bottom-color: rgb(124 45 18 / 0.55);
}
.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\/65 {
  border-top-color: rgb(124 45 18 / 0.65);
  border-bottom-color: rgb(124 45 18 / 0.65);
}
.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\/85 {
  border-top-color: rgb(124 45 18 / 0.85);
  border-bottom-color: rgb(124 45 18 / 0.85);
}
.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\/15 {
  border-top-color: rgb(67 20 7 / 0.15);
  border-bottom-color: rgb(67 20 7 / 0.15);
}
.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\/35 {
  border-top-color: rgb(67 20 7 / 0.35);
  border-bottom-color: rgb(67 20 7 / 0.35);
}
.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\/45 {
  border-top-color: rgb(67 20 7 / 0.45);
  border-bottom-color: rgb(67 20 7 / 0.45);
}
.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\/55 {
  border-top-color: rgb(67 20 7 / 0.55);
  border-bottom-color: rgb(67 20 7 / 0.55);
}
.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\/65 {
  border-top-color: rgb(67 20 7 / 0.65);
  border-bottom-color: rgb(67 20 7 / 0.65);
}
.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\/85 {
  border-top-color: rgb(67 20 7 / 0.85);
  border-bottom-color: rgb(67 20 7 / 0.85);
}
.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\/15 {
  border-top-color: rgb(252 231 243 / 0.15);
  border-bottom-color: rgb(252 231 243 / 0.15);
}
.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\/35 {
  border-top-color: rgb(252 231 243 / 0.35);
  border-bottom-color: rgb(252 231 243 / 0.35);
}
.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\/45 {
  border-top-color: rgb(252 231 243 / 0.45);
  border-bottom-color: rgb(252 231 243 / 0.45);
}
.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\/55 {
  border-top-color: rgb(252 231 243 / 0.55);
  border-bottom-color: rgb(252 231 243 / 0.55);
}
.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\/65 {
  border-top-color: rgb(252 231 243 / 0.65);
  border-bottom-color: rgb(252 231 243 / 0.65);
}
.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\/85 {
  border-top-color: rgb(252 231 243 / 0.85);
  border-bottom-color: rgb(252 231 243 / 0.85);
}
.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\/15 {
  border-top-color: rgb(251 207 232 / 0.15);
  border-bottom-color: rgb(251 207 232 / 0.15);
}
.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\/35 {
  border-top-color: rgb(251 207 232 / 0.35);
  border-bottom-color: rgb(251 207 232 / 0.35);
}
.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\/45 {
  border-top-color: rgb(251 207 232 / 0.45);
  border-bottom-color: rgb(251 207 232 / 0.45);
}
.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\/55 {
  border-top-color: rgb(251 207 232 / 0.55);
  border-bottom-color: rgb(251 207 232 / 0.55);
}
.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\/65 {
  border-top-color: rgb(251 207 232 / 0.65);
  border-bottom-color: rgb(251 207 232 / 0.65);
}
.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\/85 {
  border-top-color: rgb(251 207 232 / 0.85);
  border-bottom-color: rgb(251 207 232 / 0.85);
}
.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\/15 {
  border-top-color: rgb(249 168 212 / 0.15);
  border-bottom-color: rgb(249 168 212 / 0.15);
}
.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\/35 {
  border-top-color: rgb(249 168 212 / 0.35);
  border-bottom-color: rgb(249 168 212 / 0.35);
}
.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\/45 {
  border-top-color: rgb(249 168 212 / 0.45);
  border-bottom-color: rgb(249 168 212 / 0.45);
}
.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\/55 {
  border-top-color: rgb(249 168 212 / 0.55);
  border-bottom-color: rgb(249 168 212 / 0.55);
}
.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\/65 {
  border-top-color: rgb(249 168 212 / 0.65);
  border-bottom-color: rgb(249 168 212 / 0.65);
}
.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\/85 {
  border-top-color: rgb(249 168 212 / 0.85);
  border-bottom-color: rgb(249 168 212 / 0.85);
}
.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\/15 {
  border-top-color: rgb(244 114 182 / 0.15);
  border-bottom-color: rgb(244 114 182 / 0.15);
}
.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\/35 {
  border-top-color: rgb(244 114 182 / 0.35);
  border-bottom-color: rgb(244 114 182 / 0.35);
}
.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\/45 {
  border-top-color: rgb(244 114 182 / 0.45);
  border-bottom-color: rgb(244 114 182 / 0.45);
}
.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\/55 {
  border-top-color: rgb(244 114 182 / 0.55);
  border-bottom-color: rgb(244 114 182 / 0.55);
}
.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\/65 {
  border-top-color: rgb(244 114 182 / 0.65);
  border-bottom-color: rgb(244 114 182 / 0.65);
}
.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\/85 {
  border-top-color: rgb(244 114 182 / 0.85);
  border-bottom-color: rgb(244 114 182 / 0.85);
}
.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\/15 {
  border-top-color: rgb(253 242 248 / 0.15);
  border-bottom-color: rgb(253 242 248 / 0.15);
}
.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\/35 {
  border-top-color: rgb(253 242 248 / 0.35);
  border-bottom-color: rgb(253 242 248 / 0.35);
}
.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\/45 {
  border-top-color: rgb(253 242 248 / 0.45);
  border-bottom-color: rgb(253 242 248 / 0.45);
}
.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\/55 {
  border-top-color: rgb(253 242 248 / 0.55);
  border-bottom-color: rgb(253 242 248 / 0.55);
}
.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\/65 {
  border-top-color: rgb(253 242 248 / 0.65);
  border-bottom-color: rgb(253 242 248 / 0.65);
}
.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\/85 {
  border-top-color: rgb(253 242 248 / 0.85);
  border-bottom-color: rgb(253 242 248 / 0.85);
}
.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\/15 {
  border-top-color: rgb(236 72 153 / 0.15);
  border-bottom-color: rgb(236 72 153 / 0.15);
}
.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\/35 {
  border-top-color: rgb(236 72 153 / 0.35);
  border-bottom-color: rgb(236 72 153 / 0.35);
}
.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\/45 {
  border-top-color: rgb(236 72 153 / 0.45);
  border-bottom-color: rgb(236 72 153 / 0.45);
}
.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\/55 {
  border-top-color: rgb(236 72 153 / 0.55);
  border-bottom-color: rgb(236 72 153 / 0.55);
}
.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\/65 {
  border-top-color: rgb(236 72 153 / 0.65);
  border-bottom-color: rgb(236 72 153 / 0.65);
}
.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\/85 {
  border-top-color: rgb(236 72 153 / 0.85);
  border-bottom-color: rgb(236 72 153 / 0.85);
}
.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\/15 {
  border-top-color: rgb(219 39 119 / 0.15);
  border-bottom-color: rgb(219 39 119 / 0.15);
}
.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\/35 {
  border-top-color: rgb(219 39 119 / 0.35);
  border-bottom-color: rgb(219 39 119 / 0.35);
}
.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\/45 {
  border-top-color: rgb(219 39 119 / 0.45);
  border-bottom-color: rgb(219 39 119 / 0.45);
}
.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\/55 {
  border-top-color: rgb(219 39 119 / 0.55);
  border-bottom-color: rgb(219 39 119 / 0.55);
}
.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\/65 {
  border-top-color: rgb(219 39 119 / 0.65);
  border-bottom-color: rgb(219 39 119 / 0.65);
}
.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\/85 {
  border-top-color: rgb(219 39 119 / 0.85);
  border-bottom-color: rgb(219 39 119 / 0.85);
}
.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\/15 {
  border-top-color: rgb(190 24 93 / 0.15);
  border-bottom-color: rgb(190 24 93 / 0.15);
}
.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\/35 {
  border-top-color: rgb(190 24 93 / 0.35);
  border-bottom-color: rgb(190 24 93 / 0.35);
}
.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\/45 {
  border-top-color: rgb(190 24 93 / 0.45);
  border-bottom-color: rgb(190 24 93 / 0.45);
}
.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\/55 {
  border-top-color: rgb(190 24 93 / 0.55);
  border-bottom-color: rgb(190 24 93 / 0.55);
}
.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\/65 {
  border-top-color: rgb(190 24 93 / 0.65);
  border-bottom-color: rgb(190 24 93 / 0.65);
}
.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\/85 {
  border-top-color: rgb(190 24 93 / 0.85);
  border-bottom-color: rgb(190 24 93 / 0.85);
}
.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\/15 {
  border-top-color: rgb(157 23 77 / 0.15);
  border-bottom-color: rgb(157 23 77 / 0.15);
}
.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\/35 {
  border-top-color: rgb(157 23 77 / 0.35);
  border-bottom-color: rgb(157 23 77 / 0.35);
}
.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\/45 {
  border-top-color: rgb(157 23 77 / 0.45);
  border-bottom-color: rgb(157 23 77 / 0.45);
}
.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\/55 {
  border-top-color: rgb(157 23 77 / 0.55);
  border-bottom-color: rgb(157 23 77 / 0.55);
}
.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\/65 {
  border-top-color: rgb(157 23 77 / 0.65);
  border-bottom-color: rgb(157 23 77 / 0.65);
}
.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\/85 {
  border-top-color: rgb(157 23 77 / 0.85);
  border-bottom-color: rgb(157 23 77 / 0.85);
}
.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\/15 {
  border-top-color: rgb(131 24 67 / 0.15);
  border-bottom-color: rgb(131 24 67 / 0.15);
}
.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\/35 {
  border-top-color: rgb(131 24 67 / 0.35);
  border-bottom-color: rgb(131 24 67 / 0.35);
}
.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\/45 {
  border-top-color: rgb(131 24 67 / 0.45);
  border-bottom-color: rgb(131 24 67 / 0.45);
}
.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\/55 {
  border-top-color: rgb(131 24 67 / 0.55);
  border-bottom-color: rgb(131 24 67 / 0.55);
}
.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\/65 {
  border-top-color: rgb(131 24 67 / 0.65);
  border-bottom-color: rgb(131 24 67 / 0.65);
}
.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\/85 {
  border-top-color: rgb(131 24 67 / 0.85);
  border-bottom-color: rgb(131 24 67 / 0.85);
}
.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\/15 {
  border-top-color: rgb(80 7 36 / 0.15);
  border-bottom-color: rgb(80 7 36 / 0.15);
}
.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\/35 {
  border-top-color: rgb(80 7 36 / 0.35);
  border-bottom-color: rgb(80 7 36 / 0.35);
}
.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\/45 {
  border-top-color: rgb(80 7 36 / 0.45);
  border-bottom-color: rgb(80 7 36 / 0.45);
}
.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\/55 {
  border-top-color: rgb(80 7 36 / 0.55);
  border-bottom-color: rgb(80 7 36 / 0.55);
}
.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\/65 {
  border-top-color: rgb(80 7 36 / 0.65);
  border-bottom-color: rgb(80 7 36 / 0.65);
}
.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\/85 {
  border-top-color: rgb(80 7 36 / 0.85);
  border-bottom-color: rgb(80 7 36 / 0.85);
}
.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-primary-100 {
  border-top-color: var(--color-primary-100);
  border-bottom-color: var(--color-primary-100);
}
.border-y-primary-200 {
  border-top-color: var(--color-primary-200);
  border-bottom-color: var(--color-primary-200);
}
.border-y-primary-300 {
  border-top-color: var(--color-primary-300);
  border-bottom-color: var(--color-primary-300);
}
.border-y-primary-400 {
  border-top-color: var(--color-primary-400);
  border-bottom-color: var(--color-primary-400);
}
.border-y-primary-50 {
  border-top-color: var(--color-primary-50);
  border-bottom-color: var(--color-primary-50);
}
.border-y-primary-500 {
  border-top-color: var(--color-primary-500);
  border-bottom-color: var(--color-primary-500);
}
.border-y-primary-600 {
  border-top-color: var(--color-primary-600);
  border-bottom-color: var(--color-primary-600);
}
.border-y-primary-700 {
  border-top-color: var(--color-primary-700);
  border-bottom-color: var(--color-primary-700);
}
.border-y-primary-800 {
  border-top-color: var(--color-primary-800);
  border-bottom-color: var(--color-primary-800);
}
.border-y-primary-900 {
  border-top-color: var(--color-primary-900);
  border-bottom-color: var(--color-primary-900);
}
.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\/15 {
  border-top-color: rgb(243 232 255 / 0.15);
  border-bottom-color: rgb(243 232 255 / 0.15);
}
.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\/35 {
  border-top-color: rgb(243 232 255 / 0.35);
  border-bottom-color: rgb(243 232 255 / 0.35);
}
.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\/45 {
  border-top-color: rgb(243 232 255 / 0.45);
  border-bottom-color: rgb(243 232 255 / 0.45);
}
.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\/55 {
  border-top-color: rgb(243 232 255 / 0.55);
  border-bottom-color: rgb(243 232 255 / 0.55);
}
.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\/65 {
  border-top-color: rgb(243 232 255 / 0.65);
  border-bottom-color: rgb(243 232 255 / 0.65);
}
.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\/85 {
  border-top-color: rgb(243 232 255 / 0.85);
  border-bottom-color: rgb(243 232 255 / 0.85);
}
.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\/15 {
  border-top-color: rgb(233 213 255 / 0.15);
  border-bottom-color: rgb(233 213 255 / 0.15);
}
.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\/35 {
  border-top-color: rgb(233 213 255 / 0.35);
  border-bottom-color: rgb(233 213 255 / 0.35);
}
.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\/45 {
  border-top-color: rgb(233 213 255 / 0.45);
  border-bottom-color: rgb(233 213 255 / 0.45);
}
.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\/55 {
  border-top-color: rgb(233 213 255 / 0.55);
  border-bottom-color: rgb(233 213 255 / 0.55);
}
.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\/65 {
  border-top-color: rgb(233 213 255 / 0.65);
  border-bottom-color: rgb(233 213 255 / 0.65);
}
.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\/85 {
  border-top-color: rgb(233 213 255 / 0.85);
  border-bottom-color: rgb(233 213 255 / 0.85);
}
.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\/15 {
  border-top-color: rgb(216 180 254 / 0.15);
  border-bottom-color: rgb(216 180 254 / 0.15);
}
.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\/35 {
  border-top-color: rgb(216 180 254 / 0.35);
  border-bottom-color: rgb(216 180 254 / 0.35);
}
.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\/45 {
  border-top-color: rgb(216 180 254 / 0.45);
  border-bottom-color: rgb(216 180 254 / 0.45);
}
.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\/55 {
  border-top-color: rgb(216 180 254 / 0.55);
  border-bottom-color: rgb(216 180 254 / 0.55);
}
.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\/65 {
  border-top-color: rgb(216 180 254 / 0.65);
  border-bottom-color: rgb(216 180 254 / 0.65);
}
.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\/85 {
  border-top-color: rgb(216 180 254 / 0.85);
  border-bottom-color: rgb(216 180 254 / 0.85);
}
.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\/15 {
  border-top-color: rgb(192 132 252 / 0.15);
  border-bottom-color: rgb(192 132 252 / 0.15);
}
.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\/35 {
  border-top-color: rgb(192 132 252 / 0.35);
  border-bottom-color: rgb(192 132 252 / 0.35);
}
.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\/45 {
  border-top-color: rgb(192 132 252 / 0.45);
  border-bottom-color: rgb(192 132 252 / 0.45);
}
.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\/55 {
  border-top-color: rgb(192 132 252 / 0.55);
  border-bottom-color: rgb(192 132 252 / 0.55);
}
.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\/65 {
  border-top-color: rgb(192 132 252 / 0.65);
  border-bottom-color: rgb(192 132 252 / 0.65);
}
.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\/85 {
  border-top-color: rgb(192 132 252 / 0.85);
  border-bottom-color: rgb(192 132 252 / 0.85);
}
.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\/15 {
  border-top-color: rgb(250 245 255 / 0.15);
  border-bottom-color: rgb(250 245 255 / 0.15);
}
.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\/35 {
  border-top-color: rgb(250 245 255 / 0.35);
  border-bottom-color: rgb(250 245 255 / 0.35);
}
.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\/45 {
  border-top-color: rgb(250 245 255 / 0.45);
  border-bottom-color: rgb(250 245 255 / 0.45);
}
.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\/55 {
  border-top-color: rgb(250 245 255 / 0.55);
  border-bottom-color: rgb(250 245 255 / 0.55);
}
.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\/65 {
  border-top-color: rgb(250 245 255 / 0.65);
  border-bottom-color: rgb(250 245 255 / 0.65);
}
.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\/85 {
  border-top-color: rgb(250 245 255 / 0.85);
  border-bottom-color: rgb(250 245 255 / 0.85);
}
.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\/15 {
  border-top-color: rgb(168 85 247 / 0.15);
  border-bottom-color: rgb(168 85 247 / 0.15);
}
.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\/35 {
  border-top-color: rgb(168 85 247 / 0.35);
  border-bottom-color: rgb(168 85 247 / 0.35);
}
.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\/45 {
  border-top-color: rgb(168 85 247 / 0.45);
  border-bottom-color: rgb(168 85 247 / 0.45);
}
.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\/55 {
  border-top-color: rgb(168 85 247 / 0.55);
  border-bottom-color: rgb(168 85 247 / 0.55);
}
.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\/65 {
  border-top-color: rgb(168 85 247 / 0.65);
  border-bottom-color: rgb(168 85 247 / 0.65);
}
.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\/85 {
  border-top-color: rgb(168 85 247 / 0.85);
  border-bottom-color: rgb(168 85 247 / 0.85);
}
.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\/15 {
  border-top-color: rgb(147 51 234 / 0.15);
  border-bottom-color: rgb(147 51 234 / 0.15);
}
.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\/35 {
  border-top-color: rgb(147 51 234 / 0.35);
  border-bottom-color: rgb(147 51 234 / 0.35);
}
.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\/45 {
  border-top-color: rgb(147 51 234 / 0.45);
  border-bottom-color: rgb(147 51 234 / 0.45);
}
.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\/55 {
  border-top-color: rgb(147 51 234 / 0.55);
  border-bottom-color: rgb(147 51 234 / 0.55);
}
.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\/65 {
  border-top-color: rgb(147 51 234 / 0.65);
  border-bottom-color: rgb(147 51 234 / 0.65);
}
.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\/85 {
  border-top-color: rgb(147 51 234 / 0.85);
  border-bottom-color: rgb(147 51 234 / 0.85);
}
.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\/15 {
  border-top-color: rgb(126 34 206 / 0.15);
  border-bottom-color: rgb(126 34 206 / 0.15);
}
.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\/35 {
  border-top-color: rgb(126 34 206 / 0.35);
  border-bottom-color: rgb(126 34 206 / 0.35);
}
.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\/45 {
  border-top-color: rgb(126 34 206 / 0.45);
  border-bottom-color: rgb(126 34 206 / 0.45);
}
.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\/55 {
  border-top-color: rgb(126 34 206 / 0.55);
  border-bottom-color: rgb(126 34 206 / 0.55);
}
.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\/65 {
  border-top-color: rgb(126 34 206 / 0.65);
  border-bottom-color: rgb(126 34 206 / 0.65);
}
.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\/85 {
  border-top-color: rgb(126 34 206 / 0.85);
  border-bottom-color: rgb(126 34 206 / 0.85);
}
.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\/15 {
  border-top-color: rgb(107 33 168 / 0.15);
  border-bottom-color: rgb(107 33 168 / 0.15);
}
.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\/35 {
  border-top-color: rgb(107 33 168 / 0.35);
  border-bottom-color: rgb(107 33 168 / 0.35);
}
.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\/45 {
  border-top-color: rgb(107 33 168 / 0.45);
  border-bottom-color: rgb(107 33 168 / 0.45);
}
.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\/55 {
  border-top-color: rgb(107 33 168 / 0.55);
  border-bottom-color: rgb(107 33 168 / 0.55);
}
.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\/65 {
  border-top-color: rgb(107 33 168 / 0.65);
  border-bottom-color: rgb(107 33 168 / 0.65);
}
.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\/85 {
  border-top-color: rgb(107 33 168 / 0.85);
  border-bottom-color: rgb(107 33 168 / 0.85);
}
.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\/15 {
  border-top-color: rgb(88 28 135 / 0.15);
  border-bottom-color: rgb(88 28 135 / 0.15);
}
.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\/35 {
  border-top-color: rgb(88 28 135 / 0.35);
  border-bottom-color: rgb(88 28 135 / 0.35);
}
.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\/45 {
  border-top-color: rgb(88 28 135 / 0.45);
  border-bottom-color: rgb(88 28 135 / 0.45);
}
.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\/55 {
  border-top-color: rgb(88 28 135 / 0.55);
  border-bottom-color: rgb(88 28 135 / 0.55);
}
.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\/65 {
  border-top-color: rgb(88 28 135 / 0.65);
  border-bottom-color: rgb(88 28 135 / 0.65);
}
.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\/85 {
  border-top-color: rgb(88 28 135 / 0.85);
  border-bottom-color: rgb(88 28 135 / 0.85);
}
.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\/15 {
  border-top-color: rgb(59 7 100 / 0.15);
  border-bottom-color: rgb(59 7 100 / 0.15);
}
.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\/35 {
  border-top-color: rgb(59 7 100 / 0.35);
  border-bottom-color: rgb(59 7 100 / 0.35);
}
.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\/45 {
  border-top-color: rgb(59 7 100 / 0.45);
  border-bottom-color: rgb(59 7 100 / 0.45);
}
.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\/55 {
  border-top-color: rgb(59 7 100 / 0.55);
  border-bottom-color: rgb(59 7 100 / 0.55);
}
.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\/65 {
  border-top-color: rgb(59 7 100 / 0.65);
  border-bottom-color: rgb(59 7 100 / 0.65);
}
.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\/85 {
  border-top-color: rgb(59 7 100 / 0.85);
  border-bottom-color: rgb(59 7 100 / 0.85);
}
.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\/15 {
  border-top-color: rgb(254 226 226 / 0.15);
  border-bottom-color: rgb(254 226 226 / 0.15);
}
.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\/35 {
  border-top-color: rgb(254 226 226 / 0.35);
  border-bottom-color: rgb(254 226 226 / 0.35);
}
.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\/45 {
  border-top-color: rgb(254 226 226 / 0.45);
  border-bottom-color: rgb(254 226 226 / 0.45);
}
.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\/55 {
  border-top-color: rgb(254 226 226 / 0.55);
  border-bottom-color: rgb(254 226 226 / 0.55);
}
.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\/65 {
  border-top-color: rgb(254 226 226 / 0.65);
  border-bottom-color: rgb(254 226 226 / 0.65);
}
.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\/85 {
  border-top-color: rgb(254 226 226 / 0.85);
  border-bottom-color: rgb(254 226 226 / 0.85);
}
.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\/15 {
  border-top-color: rgb(254 202 202 / 0.15);
  border-bottom-color: rgb(254 202 202 / 0.15);
}
.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\/35 {
  border-top-color: rgb(254 202 202 / 0.35);
  border-bottom-color: rgb(254 202 202 / 0.35);
}
.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\/45 {
  border-top-color: rgb(254 202 202 / 0.45);
  border-bottom-color: rgb(254 202 202 / 0.45);
}
.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\/55 {
  border-top-color: rgb(254 202 202 / 0.55);
  border-bottom-color: rgb(254 202 202 / 0.55);
}
.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\/65 {
  border-top-color: rgb(254 202 202 / 0.65);
  border-bottom-color: rgb(254 202 202 / 0.65);
}
.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\/85 {
  border-top-color: rgb(254 202 202 / 0.85);
  border-bottom-color: rgb(254 202 202 / 0.85);
}
.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\/15 {
  border-top-color: rgb(252 165 165 / 0.15);
  border-bottom-color: rgb(252 165 165 / 0.15);
}
.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\/35 {
  border-top-color: rgb(252 165 165 / 0.35);
  border-bottom-color: rgb(252 165 165 / 0.35);
}
.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\/45 {
  border-top-color: rgb(252 165 165 / 0.45);
  border-bottom-color: rgb(252 165 165 / 0.45);
}
.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\/55 {
  border-top-color: rgb(252 165 165 / 0.55);
  border-bottom-color: rgb(252 165 165 / 0.55);
}
.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\/65 {
  border-top-color: rgb(252 165 165 / 0.65);
  border-bottom-color: rgb(252 165 165 / 0.65);
}
.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\/85 {
  border-top-color: rgb(252 165 165 / 0.85);
  border-bottom-color: rgb(252 165 165 / 0.85);
}
.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\/15 {
  border-top-color: rgb(248 113 113 / 0.15);
  border-bottom-color: rgb(248 113 113 / 0.15);
}
.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\/35 {
  border-top-color: rgb(248 113 113 / 0.35);
  border-bottom-color: rgb(248 113 113 / 0.35);
}
.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\/45 {
  border-top-color: rgb(248 113 113 / 0.45);
  border-bottom-color: rgb(248 113 113 / 0.45);
}
.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\/55 {
  border-top-color: rgb(248 113 113 / 0.55);
  border-bottom-color: rgb(248 113 113 / 0.55);
}
.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\/65 {
  border-top-color: rgb(248 113 113 / 0.65);
  border-bottom-color: rgb(248 113 113 / 0.65);
}
.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\/85 {
  border-top-color: rgb(248 113 113 / 0.85);
  border-bottom-color: rgb(248 113 113 / 0.85);
}
.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\/15 {
  border-top-color: rgb(254 242 242 / 0.15);
  border-bottom-color: rgb(254 242 242 / 0.15);
}
.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\/35 {
  border-top-color: rgb(254 242 242 / 0.35);
  border-bottom-color: rgb(254 242 242 / 0.35);
}
.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\/45 {
  border-top-color: rgb(254 242 242 / 0.45);
  border-bottom-color: rgb(254 242 242 / 0.45);
}
.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\/55 {
  border-top-color: rgb(254 242 242 / 0.55);
  border-bottom-color: rgb(254 242 242 / 0.55);
}
.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\/65 {
  border-top-color: rgb(254 242 242 / 0.65);
  border-bottom-color: rgb(254 242 242 / 0.65);
}
.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\/85 {
  border-top-color: rgb(254 242 242 / 0.85);
  border-bottom-color: rgb(254 242 242 / 0.85);
}
.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\/15 {
  border-top-color: rgb(239 68 68 / 0.15);
  border-bottom-color: rgb(239 68 68 / 0.15);
}
.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\/35 {
  border-top-color: rgb(239 68 68 / 0.35);
  border-bottom-color: rgb(239 68 68 / 0.35);
}
.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\/45 {
  border-top-color: rgb(239 68 68 / 0.45);
  border-bottom-color: rgb(239 68 68 / 0.45);
}
.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\/55 {
  border-top-color: rgb(239 68 68 / 0.55);
  border-bottom-color: rgb(239 68 68 / 0.55);
}
.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\/65 {
  border-top-color: rgb(239 68 68 / 0.65);
  border-bottom-color: rgb(239 68 68 / 0.65);
}
.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\/85 {
  border-top-color: rgb(239 68 68 / 0.85);
  border-bottom-color: rgb(239 68 68 / 0.85);
}
.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\/15 {
  border-top-color: rgb(220 38 38 / 0.15);
  border-bottom-color: rgb(220 38 38 / 0.15);
}
.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\/35 {
  border-top-color: rgb(220 38 38 / 0.35);
  border-bottom-color: rgb(220 38 38 / 0.35);
}
.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\/45 {
  border-top-color: rgb(220 38 38 / 0.45);
  border-bottom-color: rgb(220 38 38 / 0.45);
}
.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\/55 {
  border-top-color: rgb(220 38 38 / 0.55);
  border-bottom-color: rgb(220 38 38 / 0.55);
}
.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\/65 {
  border-top-color: rgb(220 38 38 / 0.65);
  border-bottom-color: rgb(220 38 38 / 0.65);
}
.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\/85 {
  border-top-color: rgb(220 38 38 / 0.85);
  border-bottom-color: rgb(220 38 38 / 0.85);
}
.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\/15 {
  border-top-color: rgb(185 28 28 / 0.15);
  border-bottom-color: rgb(185 28 28 / 0.15);
}
.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\/35 {
  border-top-color: rgb(185 28 28 / 0.35);
  border-bottom-color: rgb(185 28 28 / 0.35);
}
.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\/45 {
  border-top-color: rgb(185 28 28 / 0.45);
  border-bottom-color: rgb(185 28 28 / 0.45);
}
.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\/55 {
  border-top-color: rgb(185 28 28 / 0.55);
  border-bottom-color: rgb(185 28 28 / 0.55);
}
.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\/65 {
  border-top-color: rgb(185 28 28 / 0.65);
  border-bottom-color: rgb(185 28 28 / 0.65);
}
.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\/85 {
  border-top-color: rgb(185 28 28 / 0.85);
  border-bottom-color: rgb(185 28 28 / 0.85);
}
.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\/15 {
  border-top-color: rgb(153 27 27 / 0.15);
  border-bottom-color: rgb(153 27 27 / 0.15);
}
.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\/35 {
  border-top-color: rgb(153 27 27 / 0.35);
  border-bottom-color: rgb(153 27 27 / 0.35);
}
.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\/45 {
  border-top-color: rgb(153 27 27 / 0.45);
  border-bottom-color: rgb(153 27 27 / 0.45);
}
.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\/55 {
  border-top-color: rgb(153 27 27 / 0.55);
  border-bottom-color: rgb(153 27 27 / 0.55);
}
.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\/65 {
  border-top-color: rgb(153 27 27 / 0.65);
  border-bottom-color: rgb(153 27 27 / 0.65);
}
.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\/85 {
  border-top-color: rgb(153 27 27 / 0.85);
  border-bottom-color: rgb(153 27 27 / 0.85);
}
.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\/15 {
  border-top-color: rgb(127 29 29 / 0.15);
  border-bottom-color: rgb(127 29 29 / 0.15);
}
.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\/35 {
  border-top-color: rgb(127 29 29 / 0.35);
  border-bottom-color: rgb(127 29 29 / 0.35);
}
.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\/45 {
  border-top-color: rgb(127 29 29 / 0.45);
  border-bottom-color: rgb(127 29 29 / 0.45);
}
.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\/55 {
  border-top-color: rgb(127 29 29 / 0.55);
  border-bottom-color: rgb(127 29 29 / 0.55);
}
.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\/65 {
  border-top-color: rgb(127 29 29 / 0.65);
  border-bottom-color: rgb(127 29 29 / 0.65);
}
.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\/85 {
  border-top-color: rgb(127 29 29 / 0.85);
  border-bottom-color: rgb(127 29 29 / 0.85);
}
.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\/15 {
  border-top-color: rgb(69 10 10 / 0.15);
  border-bottom-color: rgb(69 10 10 / 0.15);
}
.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\/35 {
  border-top-color: rgb(69 10 10 / 0.35);
  border-bottom-color: rgb(69 10 10 / 0.35);
}
.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\/45 {
  border-top-color: rgb(69 10 10 / 0.45);
  border-bottom-color: rgb(69 10 10 / 0.45);
}
.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\/55 {
  border-top-color: rgb(69 10 10 / 0.55);
  border-bottom-color: rgb(69 10 10 / 0.55);
}
.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\/65 {
  border-top-color: rgb(69 10 10 / 0.65);
  border-bottom-color: rgb(69 10 10 / 0.65);
}
.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\/85 {
  border-top-color: rgb(69 10 10 / 0.85);
  border-bottom-color: rgb(69 10 10 / 0.85);
}
.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\/15 {
  border-top-color: rgb(255 228 230 / 0.15);
  border-bottom-color: rgb(255 228 230 / 0.15);
}
.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\/35 {
  border-top-color: rgb(255 228 230 / 0.35);
  border-bottom-color: rgb(255 228 230 / 0.35);
}
.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\/45 {
  border-top-color: rgb(255 228 230 / 0.45);
  border-bottom-color: rgb(255 228 230 / 0.45);
}
.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\/55 {
  border-top-color: rgb(255 228 230 / 0.55);
  border-bottom-color: rgb(255 228 230 / 0.55);
}
.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\/65 {
  border-top-color: rgb(255 228 230 / 0.65);
  border-bottom-color: rgb(255 228 230 / 0.65);
}
.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\/85 {
  border-top-color: rgb(255 228 230 / 0.85);
  border-bottom-color: rgb(255 228 230 / 0.85);
}
.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\/15 {
  border-top-color: rgb(254 205 211 / 0.15);
  border-bottom-color: rgb(254 205 211 / 0.15);
}
.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\/35 {
  border-top-color: rgb(254 205 211 / 0.35);
  border-bottom-color: rgb(254 205 211 / 0.35);
}
.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\/45 {
  border-top-color: rgb(254 205 211 / 0.45);
  border-bottom-color: rgb(254 205 211 / 0.45);
}
.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\/55 {
  border-top-color: rgb(254 205 211 / 0.55);
  border-bottom-color: rgb(254 205 211 / 0.55);
}
.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\/65 {
  border-top-color: rgb(254 205 211 / 0.65);
  border-bottom-color: rgb(254 205 211 / 0.65);
}
.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\/85 {
  border-top-color: rgb(254 205 211 / 0.85);
  border-bottom-color: rgb(254 205 211 / 0.85);
}
.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\/15 {
  border-top-color: rgb(253 164 175 / 0.15);
  border-bottom-color: rgb(253 164 175 / 0.15);
}
.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\/35 {
  border-top-color: rgb(253 164 175 / 0.35);
  border-bottom-color: rgb(253 164 175 / 0.35);
}
.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\/45 {
  border-top-color: rgb(253 164 175 / 0.45);
  border-bottom-color: rgb(253 164 175 / 0.45);
}
.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\/55 {
  border-top-color: rgb(253 164 175 / 0.55);
  border-bottom-color: rgb(253 164 175 / 0.55);
}
.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\/65 {
  border-top-color: rgb(253 164 175 / 0.65);
  border-bottom-color: rgb(253 164 175 / 0.65);
}
.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\/85 {
  border-top-color: rgb(253 164 175 / 0.85);
  border-bottom-color: rgb(253 164 175 / 0.85);
}
.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\/15 {
  border-top-color: rgb(251 113 133 / 0.15);
  border-bottom-color: rgb(251 113 133 / 0.15);
}
.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\/35 {
  border-top-color: rgb(251 113 133 / 0.35);
  border-bottom-color: rgb(251 113 133 / 0.35);
}
.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\/45 {
  border-top-color: rgb(251 113 133 / 0.45);
  border-bottom-color: rgb(251 113 133 / 0.45);
}
.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\/55 {
  border-top-color: rgb(251 113 133 / 0.55);
  border-bottom-color: rgb(251 113 133 / 0.55);
}
.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\/65 {
  border-top-color: rgb(251 113 133 / 0.65);
  border-bottom-color: rgb(251 113 133 / 0.65);
}
.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\/85 {
  border-top-color: rgb(251 113 133 / 0.85);
  border-bottom-color: rgb(251 113 133 / 0.85);
}
.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\/15 {
  border-top-color: rgb(255 241 242 / 0.15);
  border-bottom-color: rgb(255 241 242 / 0.15);
}
.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\/35 {
  border-top-color: rgb(255 241 242 / 0.35);
  border-bottom-color: rgb(255 241 242 / 0.35);
}
.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\/45 {
  border-top-color: rgb(255 241 242 / 0.45);
  border-bottom-color: rgb(255 241 242 / 0.45);
}
.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\/55 {
  border-top-color: rgb(255 241 242 / 0.55);
  border-bottom-color: rgb(255 241 242 / 0.55);
}
.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\/65 {
  border-top-color: rgb(255 241 242 / 0.65);
  border-bottom-color: rgb(255 241 242 / 0.65);
}
.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\/85 {
  border-top-color: rgb(255 241 242 / 0.85);
  border-bottom-color: rgb(255 241 242 / 0.85);
}
.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\/15 {
  border-top-color: rgb(244 63 94 / 0.15);
  border-bottom-color: rgb(244 63 94 / 0.15);
}
.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\/35 {
  border-top-color: rgb(244 63 94 / 0.35);
  border-bottom-color: rgb(244 63 94 / 0.35);
}
.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\/45 {
  border-top-color: rgb(244 63 94 / 0.45);
  border-bottom-color: rgb(244 63 94 / 0.45);
}
.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\/55 {
  border-top-color: rgb(244 63 94 / 0.55);
  border-bottom-color: rgb(244 63 94 / 0.55);
}
.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\/65 {
  border-top-color: rgb(244 63 94 / 0.65);
  border-bottom-color: rgb(244 63 94 / 0.65);
}
.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\/85 {
  border-top-color: rgb(244 63 94 / 0.85);
  border-bottom-color: rgb(244 63 94 / 0.85);
}
.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\/15 {
  border-top-color: rgb(225 29 72 / 0.15);
  border-bottom-color: rgb(225 29 72 / 0.15);
}
.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\/35 {
  border-top-color: rgb(225 29 72 / 0.35);
  border-bottom-color: rgb(225 29 72 / 0.35);
}
.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\/45 {
  border-top-color: rgb(225 29 72 / 0.45);
  border-bottom-color: rgb(225 29 72 / 0.45);
}
.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\/55 {
  border-top-color: rgb(225 29 72 / 0.55);
  border-bottom-color: rgb(225 29 72 / 0.55);
}
.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\/65 {
  border-top-color: rgb(225 29 72 / 0.65);
  border-bottom-color: rgb(225 29 72 / 0.65);
}
.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\/85 {
  border-top-color: rgb(225 29 72 / 0.85);
  border-bottom-color: rgb(225 29 72 / 0.85);
}
.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\/15 {
  border-top-color: rgb(190 18 60 / 0.15);
  border-bottom-color: rgb(190 18 60 / 0.15);
}
.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\/35 {
  border-top-color: rgb(190 18 60 / 0.35);
  border-bottom-color: rgb(190 18 60 / 0.35);
}
.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\/45 {
  border-top-color: rgb(190 18 60 / 0.45);
  border-bottom-color: rgb(190 18 60 / 0.45);
}
.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\/55 {
  border-top-color: rgb(190 18 60 / 0.55);
  border-bottom-color: rgb(190 18 60 / 0.55);
}
.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\/65 {
  border-top-color: rgb(190 18 60 / 0.65);
  border-bottom-color: rgb(190 18 60 / 0.65);
}
.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\/85 {
  border-top-color: rgb(190 18 60 / 0.85);
  border-bottom-color: rgb(190 18 60 / 0.85);
}
.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\/15 {
  border-top-color: rgb(159 18 57 / 0.15);
  border-bottom-color: rgb(159 18 57 / 0.15);
}
.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\/35 {
  border-top-color: rgb(159 18 57 / 0.35);
  border-bottom-color: rgb(159 18 57 / 0.35);
}
.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\/45 {
  border-top-color: rgb(159 18 57 / 0.45);
  border-bottom-color: rgb(159 18 57 / 0.45);
}
.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\/55 {
  border-top-color: rgb(159 18 57 / 0.55);
  border-bottom-color: rgb(159 18 57 / 0.55);
}
.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\/65 {
  border-top-color: rgb(159 18 57 / 0.65);
  border-bottom-color: rgb(159 18 57 / 0.65);
}
.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\/85 {
  border-top-color: rgb(159 18 57 / 0.85);
  border-bottom-color: rgb(159 18 57 / 0.85);
}
.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\/15 {
  border-top-color: rgb(136 19 55 / 0.15);
  border-bottom-color: rgb(136 19 55 / 0.15);
}
.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\/35 {
  border-top-color: rgb(136 19 55 / 0.35);
  border-bottom-color: rgb(136 19 55 / 0.35);
}
.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\/45 {
  border-top-color: rgb(136 19 55 / 0.45);
  border-bottom-color: rgb(136 19 55 / 0.45);
}
.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\/55 {
  border-top-color: rgb(136 19 55 / 0.55);
  border-bottom-color: rgb(136 19 55 / 0.55);
}
.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\/65 {
  border-top-color: rgb(136 19 55 / 0.65);
  border-bottom-color: rgb(136 19 55 / 0.65);
}
.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\/85 {
  border-top-color: rgb(136 19 55 / 0.85);
  border-bottom-color: rgb(136 19 55 / 0.85);
}
.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\/15 {
  border-top-color: rgb(76 5 25 / 0.15);
  border-bottom-color: rgb(76 5 25 / 0.15);
}
.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\/35 {
  border-top-color: rgb(76 5 25 / 0.35);
  border-bottom-color: rgb(76 5 25 / 0.35);
}
.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\/45 {
  border-top-color: rgb(76 5 25 / 0.45);
  border-bottom-color: rgb(76 5 25 / 0.45);
}
.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\/55 {
  border-top-color: rgb(76 5 25 / 0.55);
  border-bottom-color: rgb(76 5 25 / 0.55);
}
.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\/65 {
  border-top-color: rgb(76 5 25 / 0.65);
  border-bottom-color: rgb(76 5 25 / 0.65);
}
.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\/85 {
  border-top-color: rgb(76 5 25 / 0.85);
  border-bottom-color: rgb(76 5 25 / 0.85);
}
.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\/15 {
  border-top-color: rgb(224 242 254 / 0.15);
  border-bottom-color: rgb(224 242 254 / 0.15);
}
.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\/35 {
  border-top-color: rgb(224 242 254 / 0.35);
  border-bottom-color: rgb(224 242 254 / 0.35);
}
.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\/45 {
  border-top-color: rgb(224 242 254 / 0.45);
  border-bottom-color: rgb(224 242 254 / 0.45);
}
.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\/55 {
  border-top-color: rgb(224 242 254 / 0.55);
  border-bottom-color: rgb(224 242 254 / 0.55);
}
.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\/65 {
  border-top-color: rgb(224 242 254 / 0.65);
  border-bottom-color: rgb(224 242 254 / 0.65);
}
.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\/85 {
  border-top-color: rgb(224 242 254 / 0.85);
  border-bottom-color: rgb(224 242 254 / 0.85);
}
.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\/15 {
  border-top-color: rgb(186 230 253 / 0.15);
  border-bottom-color: rgb(186 230 253 / 0.15);
}
.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\/35 {
  border-top-color: rgb(186 230 253 / 0.35);
  border-bottom-color: rgb(186 230 253 / 0.35);
}
.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\/45 {
  border-top-color: rgb(186 230 253 / 0.45);
  border-bottom-color: rgb(186 230 253 / 0.45);
}
.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\/55 {
  border-top-color: rgb(186 230 253 / 0.55);
  border-bottom-color: rgb(186 230 253 / 0.55);
}
.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\/65 {
  border-top-color: rgb(186 230 253 / 0.65);
  border-bottom-color: rgb(186 230 253 / 0.65);
}
.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\/85 {
  border-top-color: rgb(186 230 253 / 0.85);
  border-bottom-color: rgb(186 230 253 / 0.85);
}
.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\/15 {
  border-top-color: rgb(125 211 252 / 0.15);
  border-bottom-color: rgb(125 211 252 / 0.15);
}
.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\/35 {
  border-top-color: rgb(125 211 252 / 0.35);
  border-bottom-color: rgb(125 211 252 / 0.35);
}
.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\/45 {
  border-top-color: rgb(125 211 252 / 0.45);
  border-bottom-color: rgb(125 211 252 / 0.45);
}
.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\/55 {
  border-top-color: rgb(125 211 252 / 0.55);
  border-bottom-color: rgb(125 211 252 / 0.55);
}
.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\/65 {
  border-top-color: rgb(125 211 252 / 0.65);
  border-bottom-color: rgb(125 211 252 / 0.65);
}
.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\/85 {
  border-top-color: rgb(125 211 252 / 0.85);
  border-bottom-color: rgb(125 211 252 / 0.85);
}
.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\/15 {
  border-top-color: rgb(56 189 248 / 0.15);
  border-bottom-color: rgb(56 189 248 / 0.15);
}
.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\/35 {
  border-top-color: rgb(56 189 248 / 0.35);
  border-bottom-color: rgb(56 189 248 / 0.35);
}
.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\/45 {
  border-top-color: rgb(56 189 248 / 0.45);
  border-bottom-color: rgb(56 189 248 / 0.45);
}
.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\/55 {
  border-top-color: rgb(56 189 248 / 0.55);
  border-bottom-color: rgb(56 189 248 / 0.55);
}
.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\/65 {
  border-top-color: rgb(56 189 248 / 0.65);
  border-bottom-color: rgb(56 189 248 / 0.65);
}
.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\/85 {
  border-top-color: rgb(56 189 248 / 0.85);
  border-bottom-color: rgb(56 189 248 / 0.85);
}
.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\/15 {
  border-top-color: rgb(240 249 255 / 0.15);
  border-bottom-color: rgb(240 249 255 / 0.15);
}
.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\/35 {
  border-top-color: rgb(240 249 255 / 0.35);
  border-bottom-color: rgb(240 249 255 / 0.35);
}
.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\/45 {
  border-top-color: rgb(240 249 255 / 0.45);
  border-bottom-color: rgb(240 249 255 / 0.45);
}
.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\/55 {
  border-top-color: rgb(240 249 255 / 0.55);
  border-bottom-color: rgb(240 249 255 / 0.55);
}
.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\/65 {
  border-top-color: rgb(240 249 255 / 0.65);
  border-bottom-color: rgb(240 249 255 / 0.65);
}
.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\/85 {
  border-top-color: rgb(240 249 255 / 0.85);
  border-bottom-color: rgb(240 249 255 / 0.85);
}
.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\/15 {
  border-top-color: rgb(14 165 233 / 0.15);
  border-bottom-color: rgb(14 165 233 / 0.15);
}
.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\/35 {
  border-top-color: rgb(14 165 233 / 0.35);
  border-bottom-color: rgb(14 165 233 / 0.35);
}
.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\/45 {
  border-top-color: rgb(14 165 233 / 0.45);
  border-bottom-color: rgb(14 165 233 / 0.45);
}
.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\/55 {
  border-top-color: rgb(14 165 233 / 0.55);
  border-bottom-color: rgb(14 165 233 / 0.55);
}
.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\/65 {
  border-top-color: rgb(14 165 233 / 0.65);
  border-bottom-color: rgb(14 165 233 / 0.65);
}
.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\/85 {
  border-top-color: rgb(14 165 233 / 0.85);
  border-bottom-color: rgb(14 165 233 / 0.85);
}
.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\/15 {
  border-top-color: rgb(2 132 199 / 0.15);
  border-bottom-color: rgb(2 132 199 / 0.15);
}
.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\/35 {
  border-top-color: rgb(2 132 199 / 0.35);
  border-bottom-color: rgb(2 132 199 / 0.35);
}
.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\/45 {
  border-top-color: rgb(2 132 199 / 0.45);
  border-bottom-color: rgb(2 132 199 / 0.45);
}
.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\/55 {
  border-top-color: rgb(2 132 199 / 0.55);
  border-bottom-color: rgb(2 132 199 / 0.55);
}
.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\/65 {
  border-top-color: rgb(2 132 199 / 0.65);
  border-bottom-color: rgb(2 132 199 / 0.65);
}
.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\/85 {
  border-top-color: rgb(2 132 199 / 0.85);
  border-bottom-color: rgb(2 132 199 / 0.85);
}
.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\/15 {
  border-top-color: rgb(3 105 161 / 0.15);
  border-bottom-color: rgb(3 105 161 / 0.15);
}
.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\/35 {
  border-top-color: rgb(3 105 161 / 0.35);
  border-bottom-color: rgb(3 105 161 / 0.35);
}
.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\/45 {
  border-top-color: rgb(3 105 161 / 0.45);
  border-bottom-color: rgb(3 105 161 / 0.45);
}
.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\/55 {
  border-top-color: rgb(3 105 161 / 0.55);
  border-bottom-color: rgb(3 105 161 / 0.55);
}
.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\/65 {
  border-top-color: rgb(3 105 161 / 0.65);
  border-bottom-color: rgb(3 105 161 / 0.65);
}
.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\/85 {
  border-top-color: rgb(3 105 161 / 0.85);
  border-bottom-color: rgb(3 105 161 / 0.85);
}
.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\/15 {
  border-top-color: rgb(7 89 133 / 0.15);
  border-bottom-color: rgb(7 89 133 / 0.15);
}
.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\/35 {
  border-top-color: rgb(7 89 133 / 0.35);
  border-bottom-color: rgb(7 89 133 / 0.35);
}
.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\/45 {
  border-top-color: rgb(7 89 133 / 0.45);
  border-bottom-color: rgb(7 89 133 / 0.45);
}
.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\/55 {
  border-top-color: rgb(7 89 133 / 0.55);
  border-bottom-color: rgb(7 89 133 / 0.55);
}
.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\/65 {
  border-top-color: rgb(7 89 133 / 0.65);
  border-bottom-color: rgb(7 89 133 / 0.65);
}
.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\/85 {
  border-top-color: rgb(7 89 133 / 0.85);
  border-bottom-color: rgb(7 89 133 / 0.85);
}
.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\/15 {
  border-top-color: rgb(12 74 110 / 0.15);
  border-bottom-color: rgb(12 74 110 / 0.15);
}
.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\/35 {
  border-top-color: rgb(12 74 110 / 0.35);
  border-bottom-color: rgb(12 74 110 / 0.35);
}
.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\/45 {
  border-top-color: rgb(12 74 110 / 0.45);
  border-bottom-color: rgb(12 74 110 / 0.45);
}
.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\/55 {
  border-top-color: rgb(12 74 110 / 0.55);
  border-bottom-color: rgb(12 74 110 / 0.55);
}
.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\/65 {
  border-top-color: rgb(12 74 110 / 0.65);
  border-bottom-color: rgb(12 74 110 / 0.65);
}
.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\/85 {
  border-top-color: rgb(12 74 110 / 0.85);
  border-bottom-color: rgb(12 74 110 / 0.85);
}
.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\/15 {
  border-top-color: rgb(8 47 73 / 0.15);
  border-bottom-color: rgb(8 47 73 / 0.15);
}
.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\/35 {
  border-top-color: rgb(8 47 73 / 0.35);
  border-bottom-color: rgb(8 47 73 / 0.35);
}
.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\/45 {
  border-top-color: rgb(8 47 73 / 0.45);
  border-bottom-color: rgb(8 47 73 / 0.45);
}
.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\/55 {
  border-top-color: rgb(8 47 73 / 0.55);
  border-bottom-color: rgb(8 47 73 / 0.55);
}
.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\/65 {
  border-top-color: rgb(8 47 73 / 0.65);
  border-bottom-color: rgb(8 47 73 / 0.65);
}
.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\/85 {
  border-top-color: rgb(8 47 73 / 0.85);
  border-bottom-color: rgb(8 47 73 / 0.85);
}
.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\/15 {
  border-top-color: rgb(241 245 249 / 0.15);
  border-bottom-color: rgb(241 245 249 / 0.15);
}
.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\/35 {
  border-top-color: rgb(241 245 249 / 0.35);
  border-bottom-color: rgb(241 245 249 / 0.35);
}
.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\/45 {
  border-top-color: rgb(241 245 249 / 0.45);
  border-bottom-color: rgb(241 245 249 / 0.45);
}
.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\/55 {
  border-top-color: rgb(241 245 249 / 0.55);
  border-bottom-color: rgb(241 245 249 / 0.55);
}
.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\/65 {
  border-top-color: rgb(241 245 249 / 0.65);
  border-bottom-color: rgb(241 245 249 / 0.65);
}
.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\/85 {
  border-top-color: rgb(241 245 249 / 0.85);
  border-bottom-color: rgb(241 245 249 / 0.85);
}
.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\/15 {
  border-top-color: rgb(226 232 240 / 0.15);
  border-bottom-color: rgb(226 232 240 / 0.15);
}
.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\/35 {
  border-top-color: rgb(226 232 240 / 0.35);
  border-bottom-color: rgb(226 232 240 / 0.35);
}
.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\/45 {
  border-top-color: rgb(226 232 240 / 0.45);
  border-bottom-color: rgb(226 232 240 / 0.45);
}
.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\/55 {
  border-top-color: rgb(226 232 240 / 0.55);
  border-bottom-color: rgb(226 232 240 / 0.55);
}
.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\/65 {
  border-top-color: rgb(226 232 240 / 0.65);
  border-bottom-color: rgb(226 232 240 / 0.65);
}
.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\/85 {
  border-top-color: rgb(226 232 240 / 0.85);
  border-bottom-color: rgb(226 232 240 / 0.85);
}
.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\/15 {
  border-top-color: rgb(203 213 225 / 0.15);
  border-bottom-color: rgb(203 213 225 / 0.15);
}
.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\/35 {
  border-top-color: rgb(203 213 225 / 0.35);
  border-bottom-color: rgb(203 213 225 / 0.35);
}
.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\/45 {
  border-top-color: rgb(203 213 225 / 0.45);
  border-bottom-color: rgb(203 213 225 / 0.45);
}
.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\/55 {
  border-top-color: rgb(203 213 225 / 0.55);
  border-bottom-color: rgb(203 213 225 / 0.55);
}
.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\/65 {
  border-top-color: rgb(203 213 225 / 0.65);
  border-bottom-color: rgb(203 213 225 / 0.65);
}
.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\/85 {
  border-top-color: rgb(203 213 225 / 0.85);
  border-bottom-color: rgb(203 213 225 / 0.85);
}
.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\/15 {
  border-top-color: rgb(148 163 184 / 0.15);
  border-bottom-color: rgb(148 163 184 / 0.15);
}
.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\/35 {
  border-top-color: rgb(148 163 184 / 0.35);
  border-bottom-color: rgb(148 163 184 / 0.35);
}
.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\/45 {
  border-top-color: rgb(148 163 184 / 0.45);
  border-bottom-color: rgb(148 163 184 / 0.45);
}
.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\/55 {
  border-top-color: rgb(148 163 184 / 0.55);
  border-bottom-color: rgb(148 163 184 / 0.55);
}
.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\/65 {
  border-top-color: rgb(148 163 184 / 0.65);
  border-bottom-color: rgb(148 163 184 / 0.65);
}
.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\/85 {
  border-top-color: rgb(148 163 184 / 0.85);
  border-bottom-color: rgb(148 163 184 / 0.85);
}
.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\/15 {
  border-top-color: rgb(248 250 252 / 0.15);
  border-bottom-color: rgb(248 250 252 / 0.15);
}
.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\/35 {
  border-top-color: rgb(248 250 252 / 0.35);
  border-bottom-color: rgb(248 250 252 / 0.35);
}
.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\/45 {
  border-top-color: rgb(248 250 252 / 0.45);
  border-bottom-color: rgb(248 250 252 / 0.45);
}
.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\/55 {
  border-top-color: rgb(248 250 252 / 0.55);
  border-bottom-color: rgb(248 250 252 / 0.55);
}
.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\/65 {
  border-top-color: rgb(248 250 252 / 0.65);
  border-bottom-color: rgb(248 250 252 / 0.65);
}
.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\/85 {
  border-top-color: rgb(248 250 252 / 0.85);
  border-bottom-color: rgb(248 250 252 / 0.85);
}
.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\/15 {
  border-top-color: rgb(100 116 139 / 0.15);
  border-bottom-color: rgb(100 116 139 / 0.15);
}
.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\/35 {
  border-top-color: rgb(100 116 139 / 0.35);
  border-bottom-color: rgb(100 116 139 / 0.35);
}
.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\/45 {
  border-top-color: rgb(100 116 139 / 0.45);
  border-bottom-color: rgb(100 116 139 / 0.45);
}
.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\/55 {
  border-top-color: rgb(100 116 139 / 0.55);
  border-bottom-color: rgb(100 116 139 / 0.55);
}
.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\/65 {
  border-top-color: rgb(100 116 139 / 0.65);
  border-bottom-color: rgb(100 116 139 / 0.65);
}
.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\/85 {
  border-top-color: rgb(100 116 139 / 0.85);
  border-bottom-color: rgb(100 116 139 / 0.85);
}
.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\/15 {
  border-top-color: rgb(71 85 105 / 0.15);
  border-bottom-color: rgb(71 85 105 / 0.15);
}
.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\/35 {
  border-top-color: rgb(71 85 105 / 0.35);
  border-bottom-color: rgb(71 85 105 / 0.35);
}
.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\/45 {
  border-top-color: rgb(71 85 105 / 0.45);
  border-bottom-color: rgb(71 85 105 / 0.45);
}
.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\/55 {
  border-top-color: rgb(71 85 105 / 0.55);
  border-bottom-color: rgb(71 85 105 / 0.55);
}
.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\/65 {
  border-top-color: rgb(71 85 105 / 0.65);
  border-bottom-color: rgb(71 85 105 / 0.65);
}
.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\/85 {
  border-top-color: rgb(71 85 105 / 0.85);
  border-bottom-color: rgb(71 85 105 / 0.85);
}
.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\/15 {
  border-top-color: rgb(51 65 85 / 0.15);
  border-bottom-color: rgb(51 65 85 / 0.15);
}
.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\/35 {
  border-top-color: rgb(51 65 85 / 0.35);
  border-bottom-color: rgb(51 65 85 / 0.35);
}
.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\/45 {
  border-top-color: rgb(51 65 85 / 0.45);
  border-bottom-color: rgb(51 65 85 / 0.45);
}
.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\/55 {
  border-top-color: rgb(51 65 85 / 0.55);
  border-bottom-color: rgb(51 65 85 / 0.55);
}
.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\/65 {
  border-top-color: rgb(51 65 85 / 0.65);
  border-bottom-color: rgb(51 65 85 / 0.65);
}
.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\/85 {
  border-top-color: rgb(51 65 85 / 0.85);
  border-bottom-color: rgb(51 65 85 / 0.85);
}
.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\/15 {
  border-top-color: rgb(30 41 59 / 0.15);
  border-bottom-color: rgb(30 41 59 / 0.15);
}
.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\/35 {
  border-top-color: rgb(30 41 59 / 0.35);
  border-bottom-color: rgb(30 41 59 / 0.35);
}
.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\/45 {
  border-top-color: rgb(30 41 59 / 0.45);
  border-bottom-color: rgb(30 41 59 / 0.45);
}
.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\/55 {
  border-top-color: rgb(30 41 59 / 0.55);
  border-bottom-color: rgb(30 41 59 / 0.55);
}
.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\/65 {
  border-top-color: rgb(30 41 59 / 0.65);
  border-bottom-color: rgb(30 41 59 / 0.65);
}
.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\/85 {
  border-top-color: rgb(30 41 59 / 0.85);
  border-bottom-color: rgb(30 41 59 / 0.85);
}
.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\/15 {
  border-top-color: rgb(15 23 42 / 0.15);
  border-bottom-color: rgb(15 23 42 / 0.15);
}
.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\/35 {
  border-top-color: rgb(15 23 42 / 0.35);
  border-bottom-color: rgb(15 23 42 / 0.35);
}
.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\/45 {
  border-top-color: rgb(15 23 42 / 0.45);
  border-bottom-color: rgb(15 23 42 / 0.45);
}
.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\/55 {
  border-top-color: rgb(15 23 42 / 0.55);
  border-bottom-color: rgb(15 23 42 / 0.55);
}
.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\/65 {
  border-top-color: rgb(15 23 42 / 0.65);
  border-bottom-color: rgb(15 23 42 / 0.65);
}
.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\/85 {
  border-top-color: rgb(15 23 42 / 0.85);
  border-bottom-color: rgb(15 23 42 / 0.85);
}
.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\/15 {
  border-top-color: rgb(2 6 23 / 0.15);
  border-bottom-color: rgb(2 6 23 / 0.15);
}
.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\/35 {
  border-top-color: rgb(2 6 23 / 0.35);
  border-bottom-color: rgb(2 6 23 / 0.35);
}
.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\/45 {
  border-top-color: rgb(2 6 23 / 0.45);
  border-bottom-color: rgb(2 6 23 / 0.45);
}
.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\/55 {
  border-top-color: rgb(2 6 23 / 0.55);
  border-bottom-color: rgb(2 6 23 / 0.55);
}
.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\/65 {
  border-top-color: rgb(2 6 23 / 0.65);
  border-bottom-color: rgb(2 6 23 / 0.65);
}
.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\/85 {
  border-top-color: rgb(2 6 23 / 0.85);
  border-bottom-color: rgb(2 6 23 / 0.85);
}
.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\/15 {
  border-top-color: rgb(245 245 244 / 0.15);
  border-bottom-color: rgb(245 245 244 / 0.15);
}
.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\/35 {
  border-top-color: rgb(245 245 244 / 0.35);
  border-bottom-color: rgb(245 245 244 / 0.35);
}
.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\/45 {
  border-top-color: rgb(245 245 244 / 0.45);
  border-bottom-color: rgb(245 245 244 / 0.45);
}
.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\/55 {
  border-top-color: rgb(245 245 244 / 0.55);
  border-bottom-color: rgb(245 245 244 / 0.55);
}
.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\/65 {
  border-top-color: rgb(245 245 244 / 0.65);
  border-bottom-color: rgb(245 245 244 / 0.65);
}
.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\/85 {
  border-top-color: rgb(245 245 244 / 0.85);
  border-bottom-color: rgb(245 245 244 / 0.85);
}
.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\/15 {
  border-top-color: rgb(231 229 228 / 0.15);
  border-bottom-color: rgb(231 229 228 / 0.15);
}
.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\/35 {
  border-top-color: rgb(231 229 228 / 0.35);
  border-bottom-color: rgb(231 229 228 / 0.35);
}
.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\/45 {
  border-top-color: rgb(231 229 228 / 0.45);
  border-bottom-color: rgb(231 229 228 / 0.45);
}
.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\/55 {
  border-top-color: rgb(231 229 228 / 0.55);
  border-bottom-color: rgb(231 229 228 / 0.55);
}
.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\/65 {
  border-top-color: rgb(231 229 228 / 0.65);
  border-bottom-color: rgb(231 229 228 / 0.65);
}
.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\/85 {
  border-top-color: rgb(231 229 228 / 0.85);
  border-bottom-color: rgb(231 229 228 / 0.85);
}
.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\/15 {
  border-top-color: rgb(214 211 209 / 0.15);
  border-bottom-color: rgb(214 211 209 / 0.15);
}
.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\/35 {
  border-top-color: rgb(214 211 209 / 0.35);
  border-bottom-color: rgb(214 211 209 / 0.35);
}
.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\/45 {
  border-top-color: rgb(214 211 209 / 0.45);
  border-bottom-color: rgb(214 211 209 / 0.45);
}
.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\/55 {
  border-top-color: rgb(214 211 209 / 0.55);
  border-bottom-color: rgb(214 211 209 / 0.55);
}
.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\/65 {
  border-top-color: rgb(214 211 209 / 0.65);
  border-bottom-color: rgb(214 211 209 / 0.65);
}
.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\/85 {
  border-top-color: rgb(214 211 209 / 0.85);
  border-bottom-color: rgb(214 211 209 / 0.85);
}
.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\/15 {
  border-top-color: rgb(168 162 158 / 0.15);
  border-bottom-color: rgb(168 162 158 / 0.15);
}
.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\/35 {
  border-top-color: rgb(168 162 158 / 0.35);
  border-bottom-color: rgb(168 162 158 / 0.35);
}
.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\/45 {
  border-top-color: rgb(168 162 158 / 0.45);
  border-bottom-color: rgb(168 162 158 / 0.45);
}
.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\/55 {
  border-top-color: rgb(168 162 158 / 0.55);
  border-bottom-color: rgb(168 162 158 / 0.55);
}
.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\/65 {
  border-top-color: rgb(168 162 158 / 0.65);
  border-bottom-color: rgb(168 162 158 / 0.65);
}
.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\/85 {
  border-top-color: rgb(168 162 158 / 0.85);
  border-bottom-color: rgb(168 162 158 / 0.85);
}
.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\/15 {
  border-top-color: rgb(250 250 249 / 0.15);
  border-bottom-color: rgb(250 250 249 / 0.15);
}
.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\/35 {
  border-top-color: rgb(250 250 249 / 0.35);
  border-bottom-color: rgb(250 250 249 / 0.35);
}
.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\/45 {
  border-top-color: rgb(250 250 249 / 0.45);
  border-bottom-color: rgb(250 250 249 / 0.45);
}
.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\/55 {
  border-top-color: rgb(250 250 249 / 0.55);
  border-bottom-color: rgb(250 250 249 / 0.55);
}
.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\/65 {
  border-top-color: rgb(250 250 249 / 0.65);
  border-bottom-color: rgb(250 250 249 / 0.65);
}
.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\/85 {
  border-top-color: rgb(250 250 249 / 0.85);
  border-bottom-color: rgb(250 250 249 / 0.85);
}
.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\/15 {
  border-top-color: rgb(120 113 108 / 0.15);
  border-bottom-color: rgb(120 113 108 / 0.15);
}
.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\/35 {
  border-top-color: rgb(120 113 108 / 0.35);
  border-bottom-color: rgb(120 113 108 / 0.35);
}
.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\/45 {
  border-top-color: rgb(120 113 108 / 0.45);
  border-bottom-color: rgb(120 113 108 / 0.45);
}
.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\/55 {
  border-top-color: rgb(120 113 108 / 0.55);
  border-bottom-color: rgb(120 113 108 / 0.55);
}
.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\/65 {
  border-top-color: rgb(120 113 108 / 0.65);
  border-bottom-color: rgb(120 113 108 / 0.65);
}
.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\/85 {
  border-top-color: rgb(120 113 108 / 0.85);
  border-bottom-color: rgb(120 113 108 / 0.85);
}
.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\/15 {
  border-top-color: rgb(87 83 78 / 0.15);
  border-bottom-color: rgb(87 83 78 / 0.15);
}
.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\/35 {
  border-top-color: rgb(87 83 78 / 0.35);
  border-bottom-color: rgb(87 83 78 / 0.35);
}
.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\/45 {
  border-top-color: rgb(87 83 78 / 0.45);
  border-bottom-color: rgb(87 83 78 / 0.45);
}
.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\/55 {
  border-top-color: rgb(87 83 78 / 0.55);
  border-bottom-color: rgb(87 83 78 / 0.55);
}
.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\/65 {
  border-top-color: rgb(87 83 78 / 0.65);
  border-bottom-color: rgb(87 83 78 / 0.65);
}
.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\/85 {
  border-top-color: rgb(87 83 78 / 0.85);
  border-bottom-color: rgb(87 83 78 / 0.85);
}
.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\/15 {
  border-top-color: rgb(68 64 60 / 0.15);
  border-bottom-color: rgb(68 64 60 / 0.15);
}
.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\/35 {
  border-top-color: rgb(68 64 60 / 0.35);
  border-bottom-color: rgb(68 64 60 / 0.35);
}
.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\/45 {
  border-top-color: rgb(68 64 60 / 0.45);
  border-bottom-color: rgb(68 64 60 / 0.45);
}
.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\/55 {
  border-top-color: rgb(68 64 60 / 0.55);
  border-bottom-color: rgb(68 64 60 / 0.55);
}
.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\/65 {
  border-top-color: rgb(68 64 60 / 0.65);
  border-bottom-color: rgb(68 64 60 / 0.65);
}
.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\/85 {
  border-top-color: rgb(68 64 60 / 0.85);
  border-bottom-color: rgb(68 64 60 / 0.85);
}
.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\/15 {
  border-top-color: rgb(41 37 36 / 0.15);
  border-bottom-color: rgb(41 37 36 / 0.15);
}
.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\/35 {
  border-top-color: rgb(41 37 36 / 0.35);
  border-bottom-color: rgb(41 37 36 / 0.35);
}
.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\/45 {
  border-top-color: rgb(41 37 36 / 0.45);
  border-bottom-color: rgb(41 37 36 / 0.45);
}
.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\/55 {
  border-top-color: rgb(41 37 36 / 0.55);
  border-bottom-color: rgb(41 37 36 / 0.55);
}
.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\/65 {
  border-top-color: rgb(41 37 36 / 0.65);
  border-bottom-color: rgb(41 37 36 / 0.65);
}
.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\/85 {
  border-top-color: rgb(41 37 36 / 0.85);
  border-bottom-color: rgb(41 37 36 / 0.85);
}
.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\/15 {
  border-top-color: rgb(28 25 23 / 0.15);
  border-bottom-color: rgb(28 25 23 / 0.15);
}
.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\/35 {
  border-top-color: rgb(28 25 23 / 0.35);
  border-bottom-color: rgb(28 25 23 / 0.35);
}
.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\/45 {
  border-top-color: rgb(28 25 23 / 0.45);
  border-bottom-color: rgb(28 25 23 / 0.45);
}
.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\/55 {
  border-top-color: rgb(28 25 23 / 0.55);
  border-bottom-color: rgb(28 25 23 / 0.55);
}
.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\/65 {
  border-top-color: rgb(28 25 23 / 0.65);
  border-bottom-color: rgb(28 25 23 / 0.65);
}
.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\/85 {
  border-top-color: rgb(28 25 23 / 0.85);
  border-bottom-color: rgb(28 25 23 / 0.85);
}
.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\/15 {
  border-top-color: rgb(12 10 9 / 0.15);
  border-bottom-color: rgb(12 10 9 / 0.15);
}
.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\/35 {
  border-top-color: rgb(12 10 9 / 0.35);
  border-bottom-color: rgb(12 10 9 / 0.35);
}
.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\/45 {
  border-top-color: rgb(12 10 9 / 0.45);
  border-bottom-color: rgb(12 10 9 / 0.45);
}
.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\/55 {
  border-top-color: rgb(12 10 9 / 0.55);
  border-bottom-color: rgb(12 10 9 / 0.55);
}
.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\/65 {
  border-top-color: rgb(12 10 9 / 0.65);
  border-bottom-color: rgb(12 10 9 / 0.65);
}
.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\/85 {
  border-top-color: rgb(12 10 9 / 0.85);
  border-bottom-color: rgb(12 10 9 / 0.85);
}
.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\/15 {
  border-top-color: rgb(204 251 241 / 0.15);
  border-bottom-color: rgb(204 251 241 / 0.15);
}
.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\/35 {
  border-top-color: rgb(204 251 241 / 0.35);
  border-bottom-color: rgb(204 251 241 / 0.35);
}
.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\/45 {
  border-top-color: rgb(204 251 241 / 0.45);
  border-bottom-color: rgb(204 251 241 / 0.45);
}
.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\/55 {
  border-top-color: rgb(204 251 241 / 0.55);
  border-bottom-color: rgb(204 251 241 / 0.55);
}
.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\/65 {
  border-top-color: rgb(204 251 241 / 0.65);
  border-bottom-color: rgb(204 251 241 / 0.65);
}
.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\/85 {
  border-top-color: rgb(204 251 241 / 0.85);
  border-bottom-color: rgb(204 251 241 / 0.85);
}
.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\/15 {
  border-top-color: rgb(153 246 228 / 0.15);
  border-bottom-color: rgb(153 246 228 / 0.15);
}
.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\/35 {
  border-top-color: rgb(153 246 228 / 0.35);
  border-bottom-color: rgb(153 246 228 / 0.35);
}
.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\/45 {
  border-top-color: rgb(153 246 228 / 0.45);
  border-bottom-color: rgb(153 246 228 / 0.45);
}
.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\/55 {
  border-top-color: rgb(153 246 228 / 0.55);
  border-bottom-color: rgb(153 246 228 / 0.55);
}
.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\/65 {
  border-top-color: rgb(153 246 228 / 0.65);
  border-bottom-color: rgb(153 246 228 / 0.65);
}
.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\/85 {
  border-top-color: rgb(153 246 228 / 0.85);
  border-bottom-color: rgb(153 246 228 / 0.85);
}
.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\/15 {
  border-top-color: rgb(94 234 212 / 0.15);
  border-bottom-color: rgb(94 234 212 / 0.15);
}
.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\/35 {
  border-top-color: rgb(94 234 212 / 0.35);
  border-bottom-color: rgb(94 234 212 / 0.35);
}
.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\/45 {
  border-top-color: rgb(94 234 212 / 0.45);
  border-bottom-color: rgb(94 234 212 / 0.45);
}
.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\/55 {
  border-top-color: rgb(94 234 212 / 0.55);
  border-bottom-color: rgb(94 234 212 / 0.55);
}
.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\/65 {
  border-top-color: rgb(94 234 212 / 0.65);
  border-bottom-color: rgb(94 234 212 / 0.65);
}
.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\/85 {
  border-top-color: rgb(94 234 212 / 0.85);
  border-bottom-color: rgb(94 234 212 / 0.85);
}
.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\/15 {
  border-top-color: rgb(45 212 191 / 0.15);
  border-bottom-color: rgb(45 212 191 / 0.15);
}
.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\/35 {
  border-top-color: rgb(45 212 191 / 0.35);
  border-bottom-color: rgb(45 212 191 / 0.35);
}
.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\/45 {
  border-top-color: rgb(45 212 191 / 0.45);
  border-bottom-color: rgb(45 212 191 / 0.45);
}
.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\/55 {
  border-top-color: rgb(45 212 191 / 0.55);
  border-bottom-color: rgb(45 212 191 / 0.55);
}
.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\/65 {
  border-top-color: rgb(45 212 191 / 0.65);
  border-bottom-color: rgb(45 212 191 / 0.65);
}
.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\/85 {
  border-top-color: rgb(45 212 191 / 0.85);
  border-bottom-color: rgb(45 212 191 / 0.85);
}
.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\/15 {
  border-top-color: rgb(240 253 250 / 0.15);
  border-bottom-color: rgb(240 253 250 / 0.15);
}
.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\/35 {
  border-top-color: rgb(240 253 250 / 0.35);
  border-bottom-color: rgb(240 253 250 / 0.35);
}
.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\/45 {
  border-top-color: rgb(240 253 250 / 0.45);
  border-bottom-color: rgb(240 253 250 / 0.45);
}
.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\/55 {
  border-top-color: rgb(240 253 250 / 0.55);
  border-bottom-color: rgb(240 253 250 / 0.55);
}
.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\/65 {
  border-top-color: rgb(240 253 250 / 0.65);
  border-bottom-color: rgb(240 253 250 / 0.65);
}
.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\/85 {
  border-top-color: rgb(240 253 250 / 0.85);
  border-bottom-color: rgb(240 253 250 / 0.85);
}
.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\/15 {
  border-top-color: rgb(20 184 166 / 0.15);
  border-bottom-color: rgb(20 184 166 / 0.15);
}
.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\/35 {
  border-top-color: rgb(20 184 166 / 0.35);
  border-bottom-color: rgb(20 184 166 / 0.35);
}
.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\/45 {
  border-top-color: rgb(20 184 166 / 0.45);
  border-bottom-color: rgb(20 184 166 / 0.45);
}
.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\/55 {
  border-top-color: rgb(20 184 166 / 0.55);
  border-bottom-color: rgb(20 184 166 / 0.55);
}
.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\/65 {
  border-top-color: rgb(20 184 166 / 0.65);
  border-bottom-color: rgb(20 184 166 / 0.65);
}
.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\/85 {
  border-top-color: rgb(20 184 166 / 0.85);
  border-bottom-color: rgb(20 184 166 / 0.85);
}
.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\/15 {
  border-top-color: rgb(13 148 136 / 0.15);
  border-bottom-color: rgb(13 148 136 / 0.15);
}
.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\/35 {
  border-top-color: rgb(13 148 136 / 0.35);
  border-bottom-color: rgb(13 148 136 / 0.35);
}
.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\/45 {
  border-top-color: rgb(13 148 136 / 0.45);
  border-bottom-color: rgb(13 148 136 / 0.45);
}
.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\/55 {
  border-top-color: rgb(13 148 136 / 0.55);
  border-bottom-color: rgb(13 148 136 / 0.55);
}
.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\/65 {
  border-top-color: rgb(13 148 136 / 0.65);
  border-bottom-color: rgb(13 148 136 / 0.65);
}
.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\/85 {
  border-top-color: rgb(13 148 136 / 0.85);
  border-bottom-color: rgb(13 148 136 / 0.85);
}
.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\/15 {
  border-top-color: rgb(15 118 110 / 0.15);
  border-bottom-color: rgb(15 118 110 / 0.15);
}
.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\/35 {
  border-top-color: rgb(15 118 110 / 0.35);
  border-bottom-color: rgb(15 118 110 / 0.35);
}
.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\/45 {
  border-top-color: rgb(15 118 110 / 0.45);
  border-bottom-color: rgb(15 118 110 / 0.45);
}
.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\/55 {
  border-top-color: rgb(15 118 110 / 0.55);
  border-bottom-color: rgb(15 118 110 / 0.55);
}
.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\/65 {
  border-top-color: rgb(15 118 110 / 0.65);
  border-bottom-color: rgb(15 118 110 / 0.65);
}
.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\/85 {
  border-top-color: rgb(15 118 110 / 0.85);
  border-bottom-color: rgb(15 118 110 / 0.85);
}
.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\/15 {
  border-top-color: rgb(17 94 89 / 0.15);
  border-bottom-color: rgb(17 94 89 / 0.15);
}
.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\/35 {
  border-top-color: rgb(17 94 89 / 0.35);
  border-bottom-color: rgb(17 94 89 / 0.35);
}
.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\/45 {
  border-top-color: rgb(17 94 89 / 0.45);
  border-bottom-color: rgb(17 94 89 / 0.45);
}
.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\/55 {
  border-top-color: rgb(17 94 89 / 0.55);
  border-bottom-color: rgb(17 94 89 / 0.55);
}
.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\/65 {
  border-top-color: rgb(17 94 89 / 0.65);
  border-bottom-color: rgb(17 94 89 / 0.65);
}
.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\/85 {
  border-top-color: rgb(17 94 89 / 0.85);
  border-bottom-color: rgb(17 94 89 / 0.85);
}
.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\/15 {
  border-top-color: rgb(19 78 74 / 0.15);
  border-bottom-color: rgb(19 78 74 / 0.15);
}
.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\/35 {
  border-top-color: rgb(19 78 74 / 0.35);
  border-bottom-color: rgb(19 78 74 / 0.35);
}
.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\/45 {
  border-top-color: rgb(19 78 74 / 0.45);
  border-bottom-color: rgb(19 78 74 / 0.45);
}
.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\/55 {
  border-top-color: rgb(19 78 74 / 0.55);
  border-bottom-color: rgb(19 78 74 / 0.55);
}
.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\/65 {
  border-top-color: rgb(19 78 74 / 0.65);
  border-bottom-color: rgb(19 78 74 / 0.65);
}
.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\/85 {
  border-top-color: rgb(19 78 74 / 0.85);
  border-bottom-color: rgb(19 78 74 / 0.85);
}
.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\/15 {
  border-top-color: rgb(4 47 46 / 0.15);
  border-bottom-color: rgb(4 47 46 / 0.15);
}
.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\/35 {
  border-top-color: rgb(4 47 46 / 0.35);
  border-bottom-color: rgb(4 47 46 / 0.35);
}
.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\/45 {
  border-top-color: rgb(4 47 46 / 0.45);
  border-bottom-color: rgb(4 47 46 / 0.45);
}
.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\/55 {
  border-top-color: rgb(4 47 46 / 0.55);
  border-bottom-color: rgb(4 47 46 / 0.55);
}
.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\/65 {
  border-top-color: rgb(4 47 46 / 0.65);
  border-bottom-color: rgb(4 47 46 / 0.65);
}
.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\/85 {
  border-top-color: rgb(4 47 46 / 0.85);
  border-bottom-color: rgb(4 47 46 / 0.85);
}
.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\/15 {
  border-top-color: rgb(0 0 0 / 0.15);
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.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\/35 {
  border-top-color: rgb(0 0 0 / 0.35);
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.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\/45 {
  border-top-color: rgb(0 0 0 / 0.45);
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.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\/55 {
  border-top-color: rgb(0 0 0 / 0.55);
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.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\/65 {
  border-top-color: rgb(0 0 0 / 0.65);
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.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\/85 {
  border-top-color: rgb(0 0 0 / 0.85);
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.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\/15 {
  border-top-color: rgb(237 233 254 / 0.15);
  border-bottom-color: rgb(237 233 254 / 0.15);
}
.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\/35 {
  border-top-color: rgb(237 233 254 / 0.35);
  border-bottom-color: rgb(237 233 254 / 0.35);
}
.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\/45 {
  border-top-color: rgb(237 233 254 / 0.45);
  border-bottom-color: rgb(237 233 254 / 0.45);
}
.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\/55 {
  border-top-color: rgb(237 233 254 / 0.55);
  border-bottom-color: rgb(237 233 254 / 0.55);
}
.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\/65 {
  border-top-color: rgb(237 233 254 / 0.65);
  border-bottom-color: rgb(237 233 254 / 0.65);
}
.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\/85 {
  border-top-color: rgb(237 233 254 / 0.85);
  border-bottom-color: rgb(237 233 254 / 0.85);
}
.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\/15 {
  border-top-color: rgb(221 214 254 / 0.15);
  border-bottom-color: rgb(221 214 254 / 0.15);
}
.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\/35 {
  border-top-color: rgb(221 214 254 / 0.35);
  border-bottom-color: rgb(221 214 254 / 0.35);
}
.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\/45 {
  border-top-color: rgb(221 214 254 / 0.45);
  border-bottom-color: rgb(221 214 254 / 0.45);
}
.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\/55 {
  border-top-color: rgb(221 214 254 / 0.55);
  border-bottom-color: rgb(221 214 254 / 0.55);
}
.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\/65 {
  border-top-color: rgb(221 214 254 / 0.65);
  border-bottom-color: rgb(221 214 254 / 0.65);
}
.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\/85 {
  border-top-color: rgb(221 214 254 / 0.85);
  border-bottom-color: rgb(221 214 254 / 0.85);
}
.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\/15 {
  border-top-color: rgb(196 181 253 / 0.15);
  border-bottom-color: rgb(196 181 253 / 0.15);
}
.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\/35 {
  border-top-color: rgb(196 181 253 / 0.35);
  border-bottom-color: rgb(196 181 253 / 0.35);
}
.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\/45 {
  border-top-color: rgb(196 181 253 / 0.45);
  border-bottom-color: rgb(196 181 253 / 0.45);
}
.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\/55 {
  border-top-color: rgb(196 181 253 / 0.55);
  border-bottom-color: rgb(196 181 253 / 0.55);
}
.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\/65 {
  border-top-color: rgb(196 181 253 / 0.65);
  border-bottom-color: rgb(196 181 253 / 0.65);
}
.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\/85 {
  border-top-color: rgb(196 181 253 / 0.85);
  border-bottom-color: rgb(196 181 253 / 0.85);
}
.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\/15 {
  border-top-color: rgb(167 139 250 / 0.15);
  border-bottom-color: rgb(167 139 250 / 0.15);
}
.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\/35 {
  border-top-color: rgb(167 139 250 / 0.35);
  border-bottom-color: rgb(167 139 250 / 0.35);
}
.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\/45 {
  border-top-color: rgb(167 139 250 / 0.45);
  border-bottom-color: rgb(167 139 250 / 0.45);
}
.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\/55 {
  border-top-color: rgb(167 139 250 / 0.55);
  border-bottom-color: rgb(167 139 250 / 0.55);
}
.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\/65 {
  border-top-color: rgb(167 139 250 / 0.65);
  border-bottom-color: rgb(167 139 250 / 0.65);
}
.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\/85 {
  border-top-color: rgb(167 139 250 / 0.85);
  border-bottom-color: rgb(167 139 250 / 0.85);
}
.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\/15 {
  border-top-color: rgb(245 243 255 / 0.15);
  border-bottom-color: rgb(245 243 255 / 0.15);
}
.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\/35 {
  border-top-color: rgb(245 243 255 / 0.35);
  border-bottom-color: rgb(245 243 255 / 0.35);
}
.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\/45 {
  border-top-color: rgb(245 243 255 / 0.45);
  border-bottom-color: rgb(245 243 255 / 0.45);
}
.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\/55 {
  border-top-color: rgb(245 243 255 / 0.55);
  border-bottom-color: rgb(245 243 255 / 0.55);
}
.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\/65 {
  border-top-color: rgb(245 243 255 / 0.65);
  border-bottom-color: rgb(245 243 255 / 0.65);
}
.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\/85 {
  border-top-color: rgb(245 243 255 / 0.85);
  border-bottom-color: rgb(245 243 255 / 0.85);
}
.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\/15 {
  border-top-color: rgb(139 92 246 / 0.15);
  border-bottom-color: rgb(139 92 246 / 0.15);
}
.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\/35 {
  border-top-color: rgb(139 92 246 / 0.35);
  border-bottom-color: rgb(139 92 246 / 0.35);
}
.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\/45 {
  border-top-color: rgb(139 92 246 / 0.45);
  border-bottom-color: rgb(139 92 246 / 0.45);
}
.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\/55 {
  border-top-color: rgb(139 92 246 / 0.55);
  border-bottom-color: rgb(139 92 246 / 0.55);
}
.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\/65 {
  border-top-color: rgb(139 92 246 / 0.65);
  border-bottom-color: rgb(139 92 246 / 0.65);
}
.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\/85 {
  border-top-color: rgb(139 92 246 / 0.85);
  border-bottom-color: rgb(139 92 246 / 0.85);
}
.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\/15 {
  border-top-color: rgb(124 58 237 / 0.15);
  border-bottom-color: rgb(124 58 237 / 0.15);
}
.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\/35 {
  border-top-color: rgb(124 58 237 / 0.35);
  border-bottom-color: rgb(124 58 237 / 0.35);
}
.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\/45 {
  border-top-color: rgb(124 58 237 / 0.45);
  border-bottom-color: rgb(124 58 237 / 0.45);
}
.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\/55 {
  border-top-color: rgb(124 58 237 / 0.55);
  border-bottom-color: rgb(124 58 237 / 0.55);
}
.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\/65 {
  border-top-color: rgb(124 58 237 / 0.65);
  border-bottom-color: rgb(124 58 237 / 0.65);
}
.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\/85 {
  border-top-color: rgb(124 58 237 / 0.85);
  border-bottom-color: rgb(124 58 237 / 0.85);
}
.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\/15 {
  border-top-color: rgb(109 40 217 / 0.15);
  border-bottom-color: rgb(109 40 217 / 0.15);
}
.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\/35 {
  border-top-color: rgb(109 40 217 / 0.35);
  border-bottom-color: rgb(109 40 217 / 0.35);
}
.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\/45 {
  border-top-color: rgb(109 40 217 / 0.45);
  border-bottom-color: rgb(109 40 217 / 0.45);
}
.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\/55 {
  border-top-color: rgb(109 40 217 / 0.55);
  border-bottom-color: rgb(109 40 217 / 0.55);
}
.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\/65 {
  border-top-color: rgb(109 40 217 / 0.65);
  border-bottom-color: rgb(109 40 217 / 0.65);
}
.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\/85 {
  border-top-color: rgb(109 40 217 / 0.85);
  border-bottom-color: rgb(109 40 217 / 0.85);
}
.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\/15 {
  border-top-color: rgb(91 33 182 / 0.15);
  border-bottom-color: rgb(91 33 182 / 0.15);
}
.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\/35 {
  border-top-color: rgb(91 33 182 / 0.35);
  border-bottom-color: rgb(91 33 182 / 0.35);
}
.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\/45 {
  border-top-color: rgb(91 33 182 / 0.45);
  border-bottom-color: rgb(91 33 182 / 0.45);
}
.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\/55 {
  border-top-color: rgb(91 33 182 / 0.55);
  border-bottom-color: rgb(91 33 182 / 0.55);
}
.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\/65 {
  border-top-color: rgb(91 33 182 / 0.65);
  border-bottom-color: rgb(91 33 182 / 0.65);
}
.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\/85 {
  border-top-color: rgb(91 33 182 / 0.85);
  border-bottom-color: rgb(91 33 182 / 0.85);
}
.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\/15 {
  border-top-color: rgb(76 29 149 / 0.15);
  border-bottom-color: rgb(76 29 149 / 0.15);
}
.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\/35 {
  border-top-color: rgb(76 29 149 / 0.35);
  border-bottom-color: rgb(76 29 149 / 0.35);
}
.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\/45 {
  border-top-color: rgb(76 29 149 / 0.45);
  border-bottom-color: rgb(76 29 149 / 0.45);
}
.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\/55 {
  border-top-color: rgb(76 29 149 / 0.55);
  border-bottom-color: rgb(76 29 149 / 0.55);
}
.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\/65 {
  border-top-color: rgb(76 29 149 / 0.65);
  border-bottom-color: rgb(76 29 149 / 0.65);
}
.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\/85 {
  border-top-color: rgb(76 29 149 / 0.85);
  border-bottom-color: rgb(76 29 149 / 0.85);
}
.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\/15 {
  border-top-color: rgb(46 16 101 / 0.15);
  border-bottom-color: rgb(46 16 101 / 0.15);
}
.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\/35 {
  border-top-color: rgb(46 16 101 / 0.35);
  border-bottom-color: rgb(46 16 101 / 0.35);
}
.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\/45 {
  border-top-color: rgb(46 16 101 / 0.45);
  border-bottom-color: rgb(46 16 101 / 0.45);
}
.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\/55 {
  border-top-color: rgb(46 16 101 / 0.55);
  border-bottom-color: rgb(46 16 101 / 0.55);
}
.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\/65 {
  border-top-color: rgb(46 16 101 / 0.65);
  border-bottom-color: rgb(46 16 101 / 0.65);
}
.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\/85 {
  border-top-color: rgb(46 16 101 / 0.85);
  border-bottom-color: rgb(46 16 101 / 0.85);
}
.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\/15 {
  border-top-color: rgb(255 255 255 / 0.15);
  border-bottom-color: rgb(255 255 255 / 0.15);
}
.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\/35 {
  border-top-color: rgb(255 255 255 / 0.35);
  border-bottom-color: rgb(255 255 255 / 0.35);
}
.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\/45 {
  border-top-color: rgb(255 255 255 / 0.45);
  border-bottom-color: rgb(255 255 255 / 0.45);
}
.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\/55 {
  border-top-color: rgb(255 255 255 / 0.55);
  border-bottom-color: rgb(255 255 255 / 0.55);
}
.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\/65 {
  border-top-color: rgb(255 255 255 / 0.65);
  border-bottom-color: rgb(255 255 255 / 0.65);
}
.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\/85 {
  border-top-color: rgb(255 255 255 / 0.85);
  border-bottom-color: rgb(255 255 255 / 0.85);
}
.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\/15 {
  border-top-color: rgb(254 249 195 / 0.15);
  border-bottom-color: rgb(254 249 195 / 0.15);
}
.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\/35 {
  border-top-color: rgb(254 249 195 / 0.35);
  border-bottom-color: rgb(254 249 195 / 0.35);
}
.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\/45 {
  border-top-color: rgb(254 249 195 / 0.45);
  border-bottom-color: rgb(254 249 195 / 0.45);
}
.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\/55 {
  border-top-color: rgb(254 249 195 / 0.55);
  border-bottom-color: rgb(254 249 195 / 0.55);
}
.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\/65 {
  border-top-color: rgb(254 249 195 / 0.65);
  border-bottom-color: rgb(254 249 195 / 0.65);
}
.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\/85 {
  border-top-color: rgb(254 249 195 / 0.85);
  border-bottom-color: rgb(254 249 195 / 0.85);
}
.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\/15 {
  border-top-color: rgb(254 240 138 / 0.15);
  border-bottom-color: rgb(254 240 138 / 0.15);
}
.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\/35 {
  border-top-color: rgb(254 240 138 / 0.35);
  border-bottom-color: rgb(254 240 138 / 0.35);
}
.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\/45 {
  border-top-color: rgb(254 240 138 / 0.45);
  border-bottom-color: rgb(254 240 138 / 0.45);
}
.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\/55 {
  border-top-color: rgb(254 240 138 / 0.55);
  border-bottom-color: rgb(254 240 138 / 0.55);
}
.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\/65 {
  border-top-color: rgb(254 240 138 / 0.65);
  border-bottom-color: rgb(254 240 138 / 0.65);
}
.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\/85 {
  border-top-color: rgb(254 240 138 / 0.85);
  border-bottom-color: rgb(254 240 138 / 0.85);
}
.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\/15 {
  border-top-color: rgb(253 224 71 / 0.15);
  border-bottom-color: rgb(253 224 71 / 0.15);
}
.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\/35 {
  border-top-color: rgb(253 224 71 / 0.35);
  border-bottom-color: rgb(253 224 71 / 0.35);
}
.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\/45 {
  border-top-color: rgb(253 224 71 / 0.45);
  border-bottom-color: rgb(253 224 71 / 0.45);
}
.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\/55 {
  border-top-color: rgb(253 224 71 / 0.55);
  border-bottom-color: rgb(253 224 71 / 0.55);
}
.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\/65 {
  border-top-color: rgb(253 224 71 / 0.65);
  border-bottom-color: rgb(253 224 71 / 0.65);
}
.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\/85 {
  border-top-color: rgb(253 224 71 / 0.85);
  border-bottom-color: rgb(253 224 71 / 0.85);
}
.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\/15 {
  border-top-color: rgb(250 204 21 / 0.15);
  border-bottom-color: rgb(250 204 21 / 0.15);
}
.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\/35 {
  border-top-color: rgb(250 204 21 / 0.35);
  border-bottom-color: rgb(250 204 21 / 0.35);
}
.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\/45 {
  border-top-color: rgb(250 204 21 / 0.45);
  border-bottom-color: rgb(250 204 21 / 0.45);
}
.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\/55 {
  border-top-color: rgb(250 204 21 / 0.55);
  border-bottom-color: rgb(250 204 21 / 0.55);
}
.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\/65 {
  border-top-color: rgb(250 204 21 / 0.65);
  border-bottom-color: rgb(250 204 21 / 0.65);
}
.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\/85 {
  border-top-color: rgb(250 204 21 / 0.85);
  border-bottom-color: rgb(250 204 21 / 0.85);
}
.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\/15 {
  border-top-color: rgb(254 252 232 / 0.15);
  border-bottom-color: rgb(254 252 232 / 0.15);
}
.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\/35 {
  border-top-color: rgb(254 252 232 / 0.35);
  border-bottom-color: rgb(254 252 232 / 0.35);
}
.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\/45 {
  border-top-color: rgb(254 252 232 / 0.45);
  border-bottom-color: rgb(254 252 232 / 0.45);
}
.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\/55 {
  border-top-color: rgb(254 252 232 / 0.55);
  border-bottom-color: rgb(254 252 232 / 0.55);
}
.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\/65 {
  border-top-color: rgb(254 252 232 / 0.65);
  border-bottom-color: rgb(254 252 232 / 0.65);
}
.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\/85 {
  border-top-color: rgb(254 252 232 / 0.85);
  border-bottom-color: rgb(254 252 232 / 0.85);
}
.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\/15 {
  border-top-color: rgb(234 179 8 / 0.15);
  border-bottom-color: rgb(234 179 8 / 0.15);
}
.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\/35 {
  border-top-color: rgb(234 179 8 / 0.35);
  border-bottom-color: rgb(234 179 8 / 0.35);
}
.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\/45 {
  border-top-color: rgb(234 179 8 / 0.45);
  border-bottom-color: rgb(234 179 8 / 0.45);
}
.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\/55 {
  border-top-color: rgb(234 179 8 / 0.55);
  border-bottom-color: rgb(234 179 8 / 0.55);
}
.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\/65 {
  border-top-color: rgb(234 179 8 / 0.65);
  border-bottom-color: rgb(234 179 8 / 0.65);
}
.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\/85 {
  border-top-color: rgb(234 179 8 / 0.85);
  border-bottom-color: rgb(234 179 8 / 0.85);
}
.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\/15 {
  border-top-color: rgb(202 138 4 / 0.15);
  border-bottom-color: rgb(202 138 4 / 0.15);
}
.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\/35 {
  border-top-color: rgb(202 138 4 / 0.35);
  border-bottom-color: rgb(202 138 4 / 0.35);
}
.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\/45 {
  border-top-color: rgb(202 138 4 / 0.45);
  border-bottom-color: rgb(202 138 4 / 0.45);
}
.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\/55 {
  border-top-color: rgb(202 138 4 / 0.55);
  border-bottom-color: rgb(202 138 4 / 0.55);
}
.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\/65 {
  border-top-color: rgb(202 138 4 / 0.65);
  border-bottom-color: rgb(202 138 4 / 0.65);
}
.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\/85 {
  border-top-color: rgb(202 138 4 / 0.85);
  border-bottom-color: rgb(202 138 4 / 0.85);
}
.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\/15 {
  border-top-color: rgb(161 98 7 / 0.15);
  border-bottom-color: rgb(161 98 7 / 0.15);
}
.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\/35 {
  border-top-color: rgb(161 98 7 / 0.35);
  border-bottom-color: rgb(161 98 7 / 0.35);
}
.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\/45 {
  border-top-color: rgb(161 98 7 / 0.45);
  border-bottom-color: rgb(161 98 7 / 0.45);
}
.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\/55 {
  border-top-color: rgb(161 98 7 / 0.55);
  border-bottom-color: rgb(161 98 7 / 0.55);
}
.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\/65 {
  border-top-color: rgb(161 98 7 / 0.65);
  border-bottom-color: rgb(161 98 7 / 0.65);
}
.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\/85 {
  border-top-color: rgb(161 98 7 / 0.85);
  border-bottom-color: rgb(161 98 7 / 0.85);
}
.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\/15 {
  border-top-color: rgb(133 77 14 / 0.15);
  border-bottom-color: rgb(133 77 14 / 0.15);
}
.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\/35 {
  border-top-color: rgb(133 77 14 / 0.35);
  border-bottom-color: rgb(133 77 14 / 0.35);
}
.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\/45 {
  border-top-color: rgb(133 77 14 / 0.45);
  border-bottom-color: rgb(133 77 14 / 0.45);
}
.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\/55 {
  border-top-color: rgb(133 77 14 / 0.55);
  border-bottom-color: rgb(133 77 14 / 0.55);
}
.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\/65 {
  border-top-color: rgb(133 77 14 / 0.65);
  border-bottom-color: rgb(133 77 14 / 0.65);
}
.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\/85 {
  border-top-color: rgb(133 77 14 / 0.85);
  border-bottom-color: rgb(133 77 14 / 0.85);
}
.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\/15 {
  border-top-color: rgb(113 63 18 / 0.15);
  border-bottom-color: rgb(113 63 18 / 0.15);
}
.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\/35 {
  border-top-color: rgb(113 63 18 / 0.35);
  border-bottom-color: rgb(113 63 18 / 0.35);
}
.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\/45 {
  border-top-color: rgb(113 63 18 / 0.45);
  border-bottom-color: rgb(113 63 18 / 0.45);
}
.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\/55 {
  border-top-color: rgb(113 63 18 / 0.55);
  border-bottom-color: rgb(113 63 18 / 0.55);
}
.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\/65 {
  border-top-color: rgb(113 63 18 / 0.65);
  border-bottom-color: rgb(113 63 18 / 0.65);
}
.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\/85 {
  border-top-color: rgb(113 63 18 / 0.85);
  border-bottom-color: rgb(113 63 18 / 0.85);
}
.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\/15 {
  border-top-color: rgb(66 32 6 / 0.15);
  border-bottom-color: rgb(66 32 6 / 0.15);
}
.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\/35 {
  border-top-color: rgb(66 32 6 / 0.35);
  border-bottom-color: rgb(66 32 6 / 0.35);
}
.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\/45 {
  border-top-color: rgb(66 32 6 / 0.45);
  border-bottom-color: rgb(66 32 6 / 0.45);
}
.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\/55 {
  border-top-color: rgb(66 32 6 / 0.55);
  border-bottom-color: rgb(66 32 6 / 0.55);
}
.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\/65 {
  border-top-color: rgb(66 32 6 / 0.65);
  border-bottom-color: rgb(66 32 6 / 0.65);
}
.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\/85 {
  border-top-color: rgb(66 32 6 / 0.85);
  border-bottom-color: rgb(66 32 6 / 0.85);
}
.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\/15 {
  border-top-color: rgb(244 244 245 / 0.15);
  border-bottom-color: rgb(244 244 245 / 0.15);
}
.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\/35 {
  border-top-color: rgb(244 244 245 / 0.35);
  border-bottom-color: rgb(244 244 245 / 0.35);
}
.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\/45 {
  border-top-color: rgb(244 244 245 / 0.45);
  border-bottom-color: rgb(244 244 245 / 0.45);
}
.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\/55 {
  border-top-color: rgb(244 244 245 / 0.55);
  border-bottom-color: rgb(244 244 245 / 0.55);
}
.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\/65 {
  border-top-color: rgb(244 244 245 / 0.65);
  border-bottom-color: rgb(244 244 245 / 0.65);
}
.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\/85 {
  border-top-color: rgb(244 244 245 / 0.85);
  border-bottom-color: rgb(244 244 245 / 0.85);
}
.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\/15 {
  border-top-color: rgb(228 228 231 / 0.15);
  border-bottom-color: rgb(228 228 231 / 0.15);
}
.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\/35 {
  border-top-color: rgb(228 228 231 / 0.35);
  border-bottom-color: rgb(228 228 231 / 0.35);
}
.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\/45 {
  border-top-color: rgb(228 228 231 / 0.45);
  border-bottom-color: rgb(228 228 231 / 0.45);
}
.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\/55 {
  border-top-color: rgb(228 228 231 / 0.55);
  border-bottom-color: rgb(228 228 231 / 0.55);
}
.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\/65 {
  border-top-color: rgb(228 228 231 / 0.65);
  border-bottom-color: rgb(228 228 231 / 0.65);
}
.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\/85 {
  border-top-color: rgb(228 228 231 / 0.85);
  border-bottom-color: rgb(228 228 231 / 0.85);
}
.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\/15 {
  border-top-color: rgb(212 212 216 / 0.15);
  border-bottom-color: rgb(212 212 216 / 0.15);
}
.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\/35 {
  border-top-color: rgb(212 212 216 / 0.35);
  border-bottom-color: rgb(212 212 216 / 0.35);
}
.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\/45 {
  border-top-color: rgb(212 212 216 / 0.45);
  border-bottom-color: rgb(212 212 216 / 0.45);
}
.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\/55 {
  border-top-color: rgb(212 212 216 / 0.55);
  border-bottom-color: rgb(212 212 216 / 0.55);
}
.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\/65 {
  border-top-color: rgb(212 212 216 / 0.65);
  border-bottom-color: rgb(212 212 216 / 0.65);
}
.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\/85 {
  border-top-color: rgb(212 212 216 / 0.85);
  border-bottom-color: rgb(212 212 216 / 0.85);
}
.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\/15 {
  border-top-color: rgb(161 161 170 / 0.15);
  border-bottom-color: rgb(161 161 170 / 0.15);
}
.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\/35 {
  border-top-color: rgb(161 161 170 / 0.35);
  border-bottom-color: rgb(161 161 170 / 0.35);
}
.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\/45 {
  border-top-color: rgb(161 161 170 / 0.45);
  border-bottom-color: rgb(161 161 170 / 0.45);
}
.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\/55 {
  border-top-color: rgb(161 161 170 / 0.55);
  border-bottom-color: rgb(161 161 170 / 0.55);
}
.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\/65 {
  border-top-color: rgb(161 161 170 / 0.65);
  border-bottom-color: rgb(161 161 170 / 0.65);
}
.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\/85 {
  border-top-color: rgb(161 161 170 / 0.85);
  border-bottom-color: rgb(161 161 170 / 0.85);
}
.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\/15 {
  border-top-color: rgb(250 250 250 / 0.15);
  border-bottom-color: rgb(250 250 250 / 0.15);
}
.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\/35 {
  border-top-color: rgb(250 250 250 / 0.35);
  border-bottom-color: rgb(250 250 250 / 0.35);
}
.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\/45 {
  border-top-color: rgb(250 250 250 / 0.45);
  border-bottom-color: rgb(250 250 250 / 0.45);
}
.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\/55 {
  border-top-color: rgb(250 250 250 / 0.55);
  border-bottom-color: rgb(250 250 250 / 0.55);
}
.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\/65 {
  border-top-color: rgb(250 250 250 / 0.65);
  border-bottom-color: rgb(250 250 250 / 0.65);
}
.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\/85 {
  border-top-color: rgb(250 250 250 / 0.85);
  border-bottom-color: rgb(250 250 250 / 0.85);
}
.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\/15 {
  border-top-color: rgb(113 113 122 / 0.15);
  border-bottom-color: rgb(113 113 122 / 0.15);
}
.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\/35 {
  border-top-color: rgb(113 113 122 / 0.35);
  border-bottom-color: rgb(113 113 122 / 0.35);
}
.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\/45 {
  border-top-color: rgb(113 113 122 / 0.45);
  border-bottom-color: rgb(113 113 122 / 0.45);
}
.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\/55 {
  border-top-color: rgb(113 113 122 / 0.55);
  border-bottom-color: rgb(113 113 122 / 0.55);
}
.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\/65 {
  border-top-color: rgb(113 113 122 / 0.65);
  border-bottom-color: rgb(113 113 122 / 0.65);
}
.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\/85 {
  border-top-color: rgb(113 113 122 / 0.85);
  border-bottom-color: rgb(113 113 122 / 0.85);
}
.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\/15 {
  border-top-color: rgb(82 82 91 / 0.15);
  border-bottom-color: rgb(82 82 91 / 0.15);
}
.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\/35 {
  border-top-color: rgb(82 82 91 / 0.35);
  border-bottom-color: rgb(82 82 91 / 0.35);
}
.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\/45 {
  border-top-color: rgb(82 82 91 / 0.45);
  border-bottom-color: rgb(82 82 91 / 0.45);
}
.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\/55 {
  border-top-color: rgb(82 82 91 / 0.55);
  border-bottom-color: rgb(82 82 91 / 0.55);
}
.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\/65 {
  border-top-color: rgb(82 82 91 / 0.65);
  border-bottom-color: rgb(82 82 91 / 0.65);
}
.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\/85 {
  border-top-color: rgb(82 82 91 / 0.85);
  border-bottom-color: rgb(82 82 91 / 0.85);
}
.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\/15 {
  border-top-color: rgb(63 63 70 / 0.15);
  border-bottom-color: rgb(63 63 70 / 0.15);
}
.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\/35 {
  border-top-color: rgb(63 63 70 / 0.35);
  border-bottom-color: rgb(63 63 70 / 0.35);
}
.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\/45 {
  border-top-color: rgb(63 63 70 / 0.45);
  border-bottom-color: rgb(63 63 70 / 0.45);
}
.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\/55 {
  border-top-color: rgb(63 63 70 / 0.55);
  border-bottom-color: rgb(63 63 70 / 0.55);
}
.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\/65 {
  border-top-color: rgb(63 63 70 / 0.65);
  border-bottom-color: rgb(63 63 70 / 0.65);
}
.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\/85 {
  border-top-color: rgb(63 63 70 / 0.85);
  border-bottom-color: rgb(63 63 70 / 0.85);
}
.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\/15 {
  border-top-color: rgb(39 39 42 / 0.15);
  border-bottom-color: rgb(39 39 42 / 0.15);
}
.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\/35 {
  border-top-color: rgb(39 39 42 / 0.35);
  border-bottom-color: rgb(39 39 42 / 0.35);
}
.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\/45 {
  border-top-color: rgb(39 39 42 / 0.45);
  border-bottom-color: rgb(39 39 42 / 0.45);
}
.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\/55 {
  border-top-color: rgb(39 39 42 / 0.55);
  border-bottom-color: rgb(39 39 42 / 0.55);
}
.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\/65 {
  border-top-color: rgb(39 39 42 / 0.65);
  border-bottom-color: rgb(39 39 42 / 0.65);
}
.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\/85 {
  border-top-color: rgb(39 39 42 / 0.85);
  border-bottom-color: rgb(39 39 42 / 0.85);
}
.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\/15 {
  border-top-color: rgb(24 24 27 / 0.15);
  border-bottom-color: rgb(24 24 27 / 0.15);
}
.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\/35 {
  border-top-color: rgb(24 24 27 / 0.35);
  border-bottom-color: rgb(24 24 27 / 0.35);
}
.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\/45 {
  border-top-color: rgb(24 24 27 / 0.45);
  border-bottom-color: rgb(24 24 27 / 0.45);
}
.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\/55 {
  border-top-color: rgb(24 24 27 / 0.55);
  border-bottom-color: rgb(24 24 27 / 0.55);
}
.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\/65 {
  border-top-color: rgb(24 24 27 / 0.65);
  border-bottom-color: rgb(24 24 27 / 0.65);
}
.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\/85 {
  border-top-color: rgb(24 24 27 / 0.85);
  border-bottom-color: rgb(24 24 27 / 0.85);
}
.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\/15 {
  border-top-color: rgb(9 9 11 / 0.15);
  border-bottom-color: rgb(9 9 11 / 0.15);
}
.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\/35 {
  border-top-color: rgb(9 9 11 / 0.35);
  border-bottom-color: rgb(9 9 11 / 0.35);
}
.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\/45 {
  border-top-color: rgb(9 9 11 / 0.45);
  border-bottom-color: rgb(9 9 11 / 0.45);
}
.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\/55 {
  border-top-color: rgb(9 9 11 / 0.55);
  border-bottom-color: rgb(9 9 11 / 0.55);
}
.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\/65 {
  border-top-color: rgb(9 9 11 / 0.65);
  border-bottom-color: rgb(9 9 11 / 0.65);
}
.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\/85 {
  border-top-color: rgb(9 9 11 / 0.85);
  border-bottom-color: rgb(9 9 11 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(254 243 199 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(254 243 199 / 0.35);
}
.border-b-amber-100\/40 {
  border-bottom-color: rgb(254 243 199 / 0.4);
}
.border-b-amber-100\/45 {
  border-bottom-color: rgb(254 243 199 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(254 243 199 / 0.55);
}
.border-b-amber-100\/60 {
  border-bottom-color: rgb(254 243 199 / 0.6);
}
.border-b-amber-100\/65 {
  border-bottom-color: rgb(254 243 199 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(254 243 199 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(253 230 138 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(253 230 138 / 0.35);
}
.border-b-amber-200\/40 {
  border-bottom-color: rgb(253 230 138 / 0.4);
}
.border-b-amber-200\/45 {
  border-bottom-color: rgb(253 230 138 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(253 230 138 / 0.55);
}
.border-b-amber-200\/60 {
  border-bottom-color: rgb(253 230 138 / 0.6);
}
.border-b-amber-200\/65 {
  border-bottom-color: rgb(253 230 138 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(253 230 138 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(252 211 77 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(252 211 77 / 0.35);
}
.border-b-amber-300\/40 {
  border-bottom-color: rgb(252 211 77 / 0.4);
}
.border-b-amber-300\/45 {
  border-bottom-color: rgb(252 211 77 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(252 211 77 / 0.55);
}
.border-b-amber-300\/60 {
  border-bottom-color: rgb(252 211 77 / 0.6);
}
.border-b-amber-300\/65 {
  border-bottom-color: rgb(252 211 77 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(252 211 77 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(251 191 36 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(251 191 36 / 0.35);
}
.border-b-amber-400\/40 {
  border-bottom-color: rgb(251 191 36 / 0.4);
}
.border-b-amber-400\/45 {
  border-bottom-color: rgb(251 191 36 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(251 191 36 / 0.55);
}
.border-b-amber-400\/60 {
  border-bottom-color: rgb(251 191 36 / 0.6);
}
.border-b-amber-400\/65 {
  border-bottom-color: rgb(251 191 36 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(251 191 36 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(255 251 235 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(255 251 235 / 0.35);
}
.border-b-amber-50\/40 {
  border-bottom-color: rgb(255 251 235 / 0.4);
}
.border-b-amber-50\/45 {
  border-bottom-color: rgb(255 251 235 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(255 251 235 / 0.55);
}
.border-b-amber-50\/60 {
  border-bottom-color: rgb(255 251 235 / 0.6);
}
.border-b-amber-50\/65 {
  border-bottom-color: rgb(255 251 235 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(255 251 235 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(245 158 11 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(245 158 11 / 0.35);
}
.border-b-amber-500\/40 {
  border-bottom-color: rgb(245 158 11 / 0.4);
}
.border-b-amber-500\/45 {
  border-bottom-color: rgb(245 158 11 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(245 158 11 / 0.55);
}
.border-b-amber-500\/60 {
  border-bottom-color: rgb(245 158 11 / 0.6);
}
.border-b-amber-500\/65 {
  border-bottom-color: rgb(245 158 11 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(245 158 11 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(217 119 6 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(217 119 6 / 0.35);
}
.border-b-amber-600\/40 {
  border-bottom-color: rgb(217 119 6 / 0.4);
}
.border-b-amber-600\/45 {
  border-bottom-color: rgb(217 119 6 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(217 119 6 / 0.55);
}
.border-b-amber-600\/60 {
  border-bottom-color: rgb(217 119 6 / 0.6);
}
.border-b-amber-600\/65 {
  border-bottom-color: rgb(217 119 6 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(217 119 6 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(180 83 9 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(180 83 9 / 0.35);
}
.border-b-amber-700\/40 {
  border-bottom-color: rgb(180 83 9 / 0.4);
}
.border-b-amber-700\/45 {
  border-bottom-color: rgb(180 83 9 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(180 83 9 / 0.55);
}
.border-b-amber-700\/60 {
  border-bottom-color: rgb(180 83 9 / 0.6);
}
.border-b-amber-700\/65 {
  border-bottom-color: rgb(180 83 9 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(180 83 9 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(146 64 14 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(146 64 14 / 0.35);
}
.border-b-amber-800\/40 {
  border-bottom-color: rgb(146 64 14 / 0.4);
}
.border-b-amber-800\/45 {
  border-bottom-color: rgb(146 64 14 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(146 64 14 / 0.55);
}
.border-b-amber-800\/60 {
  border-bottom-color: rgb(146 64 14 / 0.6);
}
.border-b-amber-800\/65 {
  border-bottom-color: rgb(146 64 14 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(146 64 14 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(120 53 15 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(120 53 15 / 0.35);
}
.border-b-amber-900\/40 {
  border-bottom-color: rgb(120 53 15 / 0.4);
}
.border-b-amber-900\/45 {
  border-bottom-color: rgb(120 53 15 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(120 53 15 / 0.55);
}
.border-b-amber-900\/60 {
  border-bottom-color: rgb(120 53 15 / 0.6);
}
.border-b-amber-900\/65 {
  border-bottom-color: rgb(120 53 15 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(120 53 15 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(69 26 3 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(69 26 3 / 0.35);
}
.border-b-amber-950\/40 {
  border-bottom-color: rgb(69 26 3 / 0.4);
}
.border-b-amber-950\/45 {
  border-bottom-color: rgb(69 26 3 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(69 26 3 / 0.55);
}
.border-b-amber-950\/60 {
  border-bottom-color: rgb(69 26 3 / 0.6);
}
.border-b-amber-950\/65 {
  border-bottom-color: rgb(69 26 3 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(69 26 3 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.border-b-black\/40 {
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-b-black\/45 {
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.border-b-black\/60 {
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-b-black\/65 {
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(219 234 254 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(219 234 254 / 0.35);
}
.border-b-blue-100\/40 {
  border-bottom-color: rgb(219 234 254 / 0.4);
}
.border-b-blue-100\/45 {
  border-bottom-color: rgb(219 234 254 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(219 234 254 / 0.55);
}
.border-b-blue-100\/60 {
  border-bottom-color: rgb(219 234 254 / 0.6);
}
.border-b-blue-100\/65 {
  border-bottom-color: rgb(219 234 254 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(219 234 254 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(191 219 254 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(191 219 254 / 0.35);
}
.border-b-blue-200\/40 {
  border-bottom-color: rgb(191 219 254 / 0.4);
}
.border-b-blue-200\/45 {
  border-bottom-color: rgb(191 219 254 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(191 219 254 / 0.55);
}
.border-b-blue-200\/60 {
  border-bottom-color: rgb(191 219 254 / 0.6);
}
.border-b-blue-200\/65 {
  border-bottom-color: rgb(191 219 254 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(191 219 254 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(147 197 253 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(147 197 253 / 0.35);
}
.border-b-blue-300\/40 {
  border-bottom-color: rgb(147 197 253 / 0.4);
}
.border-b-blue-300\/45 {
  border-bottom-color: rgb(147 197 253 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(147 197 253 / 0.55);
}
.border-b-blue-300\/60 {
  border-bottom-color: rgb(147 197 253 / 0.6);
}
.border-b-blue-300\/65 {
  border-bottom-color: rgb(147 197 253 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(147 197 253 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(96 165 250 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(96 165 250 / 0.35);
}
.border-b-blue-400\/40 {
  border-bottom-color: rgb(96 165 250 / 0.4);
}
.border-b-blue-400\/45 {
  border-bottom-color: rgb(96 165 250 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(96 165 250 / 0.55);
}
.border-b-blue-400\/60 {
  border-bottom-color: rgb(96 165 250 / 0.6);
}
.border-b-blue-400\/65 {
  border-bottom-color: rgb(96 165 250 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(96 165 250 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(239 246 255 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(239 246 255 / 0.35);
}
.border-b-blue-50\/40 {
  border-bottom-color: rgb(239 246 255 / 0.4);
}
.border-b-blue-50\/45 {
  border-bottom-color: rgb(239 246 255 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(239 246 255 / 0.55);
}
.border-b-blue-50\/60 {
  border-bottom-color: rgb(239 246 255 / 0.6);
}
.border-b-blue-50\/65 {
  border-bottom-color: rgb(239 246 255 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(239 246 255 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(59 130 246 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(59 130 246 / 0.35);
}
.border-b-blue-500\/40 {
  border-bottom-color: rgb(59 130 246 / 0.4);
}
.border-b-blue-500\/45 {
  border-bottom-color: rgb(59 130 246 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(59 130 246 / 0.55);
}
.border-b-blue-500\/60 {
  border-bottom-color: rgb(59 130 246 / 0.6);
}
.border-b-blue-500\/65 {
  border-bottom-color: rgb(59 130 246 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(59 130 246 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(37 99 235 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(37 99 235 / 0.35);
}
.border-b-blue-600\/40 {
  border-bottom-color: rgb(37 99 235 / 0.4);
}
.border-b-blue-600\/45 {
  border-bottom-color: rgb(37 99 235 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(37 99 235 / 0.55);
}
.border-b-blue-600\/60 {
  border-bottom-color: rgb(37 99 235 / 0.6);
}
.border-b-blue-600\/65 {
  border-bottom-color: rgb(37 99 235 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(37 99 235 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(29 78 216 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(29 78 216 / 0.35);
}
.border-b-blue-700\/40 {
  border-bottom-color: rgb(29 78 216 / 0.4);
}
.border-b-blue-700\/45 {
  border-bottom-color: rgb(29 78 216 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(29 78 216 / 0.55);
}
.border-b-blue-700\/60 {
  border-bottom-color: rgb(29 78 216 / 0.6);
}
.border-b-blue-700\/65 {
  border-bottom-color: rgb(29 78 216 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(29 78 216 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(30 64 175 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(30 64 175 / 0.35);
}
.border-b-blue-800\/40 {
  border-bottom-color: rgb(30 64 175 / 0.4);
}
.border-b-blue-800\/45 {
  border-bottom-color: rgb(30 64 175 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(30 64 175 / 0.55);
}
.border-b-blue-800\/60 {
  border-bottom-color: rgb(30 64 175 / 0.6);
}
.border-b-blue-800\/65 {
  border-bottom-color: rgb(30 64 175 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(30 64 175 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(30 58 138 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(30 58 138 / 0.35);
}
.border-b-blue-900\/40 {
  border-bottom-color: rgb(30 58 138 / 0.4);
}
.border-b-blue-900\/45 {
  border-bottom-color: rgb(30 58 138 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(30 58 138 / 0.55);
}
.border-b-blue-900\/60 {
  border-bottom-color: rgb(30 58 138 / 0.6);
}
.border-b-blue-900\/65 {
  border-bottom-color: rgb(30 58 138 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(30 58 138 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(23 37 84 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(23 37 84 / 0.35);
}
.border-b-blue-950\/40 {
  border-bottom-color: rgb(23 37 84 / 0.4);
}
.border-b-blue-950\/45 {
  border-bottom-color: rgb(23 37 84 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(23 37 84 / 0.55);
}
.border-b-blue-950\/60 {
  border-bottom-color: rgb(23 37 84 / 0.6);
}
.border-b-blue-950\/65 {
  border-bottom-color: rgb(23 37 84 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(23 37 84 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(207 250 254 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(207 250 254 / 0.35);
}
.border-b-cyan-100\/40 {
  border-bottom-color: rgb(207 250 254 / 0.4);
}
.border-b-cyan-100\/45 {
  border-bottom-color: rgb(207 250 254 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(207 250 254 / 0.55);
}
.border-b-cyan-100\/60 {
  border-bottom-color: rgb(207 250 254 / 0.6);
}
.border-b-cyan-100\/65 {
  border-bottom-color: rgb(207 250 254 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(207 250 254 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(165 243 252 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(165 243 252 / 0.35);
}
.border-b-cyan-200\/40 {
  border-bottom-color: rgb(165 243 252 / 0.4);
}
.border-b-cyan-200\/45 {
  border-bottom-color: rgb(165 243 252 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(165 243 252 / 0.55);
}
.border-b-cyan-200\/60 {
  border-bottom-color: rgb(165 243 252 / 0.6);
}
.border-b-cyan-200\/65 {
  border-bottom-color: rgb(165 243 252 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(165 243 252 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(103 232 249 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(103 232 249 / 0.35);
}
.border-b-cyan-300\/40 {
  border-bottom-color: rgb(103 232 249 / 0.4);
}
.border-b-cyan-300\/45 {
  border-bottom-color: rgb(103 232 249 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(103 232 249 / 0.55);
}
.border-b-cyan-300\/60 {
  border-bottom-color: rgb(103 232 249 / 0.6);
}
.border-b-cyan-300\/65 {
  border-bottom-color: rgb(103 232 249 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(103 232 249 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(34 211 238 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(34 211 238 / 0.35);
}
.border-b-cyan-400\/40 {
  border-bottom-color: rgb(34 211 238 / 0.4);
}
.border-b-cyan-400\/45 {
  border-bottom-color: rgb(34 211 238 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(34 211 238 / 0.55);
}
.border-b-cyan-400\/60 {
  border-bottom-color: rgb(34 211 238 / 0.6);
}
.border-b-cyan-400\/65 {
  border-bottom-color: rgb(34 211 238 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(34 211 238 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(236 254 255 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(236 254 255 / 0.35);
}
.border-b-cyan-50\/40 {
  border-bottom-color: rgb(236 254 255 / 0.4);
}
.border-b-cyan-50\/45 {
  border-bottom-color: rgb(236 254 255 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(236 254 255 / 0.55);
}
.border-b-cyan-50\/60 {
  border-bottom-color: rgb(236 254 255 / 0.6);
}
.border-b-cyan-50\/65 {
  border-bottom-color: rgb(236 254 255 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(236 254 255 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(6 182 212 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(6 182 212 / 0.35);
}
.border-b-cyan-500\/40 {
  border-bottom-color: rgb(6 182 212 / 0.4);
}
.border-b-cyan-500\/45 {
  border-bottom-color: rgb(6 182 212 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(6 182 212 / 0.55);
}
.border-b-cyan-500\/60 {
  border-bottom-color: rgb(6 182 212 / 0.6);
}
.border-b-cyan-500\/65 {
  border-bottom-color: rgb(6 182 212 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(6 182 212 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(8 145 178 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(8 145 178 / 0.35);
}
.border-b-cyan-600\/40 {
  border-bottom-color: rgb(8 145 178 / 0.4);
}
.border-b-cyan-600\/45 {
  border-bottom-color: rgb(8 145 178 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(8 145 178 / 0.55);
}
.border-b-cyan-600\/60 {
  border-bottom-color: rgb(8 145 178 / 0.6);
}
.border-b-cyan-600\/65 {
  border-bottom-color: rgb(8 145 178 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(8 145 178 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(14 116 144 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(14 116 144 / 0.35);
}
.border-b-cyan-700\/40 {
  border-bottom-color: rgb(14 116 144 / 0.4);
}
.border-b-cyan-700\/45 {
  border-bottom-color: rgb(14 116 144 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(14 116 144 / 0.55);
}
.border-b-cyan-700\/60 {
  border-bottom-color: rgb(14 116 144 / 0.6);
}
.border-b-cyan-700\/65 {
  border-bottom-color: rgb(14 116 144 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(14 116 144 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(21 94 117 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(21 94 117 / 0.35);
}
.border-b-cyan-800\/40 {
  border-bottom-color: rgb(21 94 117 / 0.4);
}
.border-b-cyan-800\/45 {
  border-bottom-color: rgb(21 94 117 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(21 94 117 / 0.55);
}
.border-b-cyan-800\/60 {
  border-bottom-color: rgb(21 94 117 / 0.6);
}
.border-b-cyan-800\/65 {
  border-bottom-color: rgb(21 94 117 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(21 94 117 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(22 78 99 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(22 78 99 / 0.35);
}
.border-b-cyan-900\/40 {
  border-bottom-color: rgb(22 78 99 / 0.4);
}
.border-b-cyan-900\/45 {
  border-bottom-color: rgb(22 78 99 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(22 78 99 / 0.55);
}
.border-b-cyan-900\/60 {
  border-bottom-color: rgb(22 78 99 / 0.6);
}
.border-b-cyan-900\/65 {
  border-bottom-color: rgb(22 78 99 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(22 78 99 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(8 51 68 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(8 51 68 / 0.35);
}
.border-b-cyan-950\/40 {
  border-bottom-color: rgb(8 51 68 / 0.4);
}
.border-b-cyan-950\/45 {
  border-bottom-color: rgb(8 51 68 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(8 51 68 / 0.55);
}
.border-b-cyan-950\/60 {
  border-bottom-color: rgb(8 51 68 / 0.6);
}
.border-b-cyan-950\/65 {
  border-bottom-color: rgb(8 51 68 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(8 51 68 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(209 250 229 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(209 250 229 / 0.35);
}
.border-b-emerald-100\/40 {
  border-bottom-color: rgb(209 250 229 / 0.4);
}
.border-b-emerald-100\/45 {
  border-bottom-color: rgb(209 250 229 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(209 250 229 / 0.55);
}
.border-b-emerald-100\/60 {
  border-bottom-color: rgb(209 250 229 / 0.6);
}
.border-b-emerald-100\/65 {
  border-bottom-color: rgb(209 250 229 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(209 250 229 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(167 243 208 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(167 243 208 / 0.35);
}
.border-b-emerald-200\/40 {
  border-bottom-color: rgb(167 243 208 / 0.4);
}
.border-b-emerald-200\/45 {
  border-bottom-color: rgb(167 243 208 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(167 243 208 / 0.55);
}
.border-b-emerald-200\/60 {
  border-bottom-color: rgb(167 243 208 / 0.6);
}
.border-b-emerald-200\/65 {
  border-bottom-color: rgb(167 243 208 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(167 243 208 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(110 231 183 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(110 231 183 / 0.35);
}
.border-b-emerald-300\/40 {
  border-bottom-color: rgb(110 231 183 / 0.4);
}
.border-b-emerald-300\/45 {
  border-bottom-color: rgb(110 231 183 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(110 231 183 / 0.55);
}
.border-b-emerald-300\/60 {
  border-bottom-color: rgb(110 231 183 / 0.6);
}
.border-b-emerald-300\/65 {
  border-bottom-color: rgb(110 231 183 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(110 231 183 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(52 211 153 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(52 211 153 / 0.35);
}
.border-b-emerald-400\/40 {
  border-bottom-color: rgb(52 211 153 / 0.4);
}
.border-b-emerald-400\/45 {
  border-bottom-color: rgb(52 211 153 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(52 211 153 / 0.55);
}
.border-b-emerald-400\/60 {
  border-bottom-color: rgb(52 211 153 / 0.6);
}
.border-b-emerald-400\/65 {
  border-bottom-color: rgb(52 211 153 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(52 211 153 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(236 253 245 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(236 253 245 / 0.35);
}
.border-b-emerald-50\/40 {
  border-bottom-color: rgb(236 253 245 / 0.4);
}
.border-b-emerald-50\/45 {
  border-bottom-color: rgb(236 253 245 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(236 253 245 / 0.55);
}
.border-b-emerald-50\/60 {
  border-bottom-color: rgb(236 253 245 / 0.6);
}
.border-b-emerald-50\/65 {
  border-bottom-color: rgb(236 253 245 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(236 253 245 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(16 185 129 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(16 185 129 / 0.35);
}
.border-b-emerald-500\/40 {
  border-bottom-color: rgb(16 185 129 / 0.4);
}
.border-b-emerald-500\/45 {
  border-bottom-color: rgb(16 185 129 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(16 185 129 / 0.55);
}
.border-b-emerald-500\/60 {
  border-bottom-color: rgb(16 185 129 / 0.6);
}
.border-b-emerald-500\/65 {
  border-bottom-color: rgb(16 185 129 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(16 185 129 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(5 150 105 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(5 150 105 / 0.35);
}
.border-b-emerald-600\/40 {
  border-bottom-color: rgb(5 150 105 / 0.4);
}
.border-b-emerald-600\/45 {
  border-bottom-color: rgb(5 150 105 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(5 150 105 / 0.55);
}
.border-b-emerald-600\/60 {
  border-bottom-color: rgb(5 150 105 / 0.6);
}
.border-b-emerald-600\/65 {
  border-bottom-color: rgb(5 150 105 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(5 150 105 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(4 120 87 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(4 120 87 / 0.35);
}
.border-b-emerald-700\/40 {
  border-bottom-color: rgb(4 120 87 / 0.4);
}
.border-b-emerald-700\/45 {
  border-bottom-color: rgb(4 120 87 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(4 120 87 / 0.55);
}
.border-b-emerald-700\/60 {
  border-bottom-color: rgb(4 120 87 / 0.6);
}
.border-b-emerald-700\/65 {
  border-bottom-color: rgb(4 120 87 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(4 120 87 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(6 95 70 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(6 95 70 / 0.35);
}
.border-b-emerald-800\/40 {
  border-bottom-color: rgb(6 95 70 / 0.4);
}
.border-b-emerald-800\/45 {
  border-bottom-color: rgb(6 95 70 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(6 95 70 / 0.55);
}
.border-b-emerald-800\/60 {
  border-bottom-color: rgb(6 95 70 / 0.6);
}
.border-b-emerald-800\/65 {
  border-bottom-color: rgb(6 95 70 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(6 95 70 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(6 78 59 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(6 78 59 / 0.35);
}
.border-b-emerald-900\/40 {
  border-bottom-color: rgb(6 78 59 / 0.4);
}
.border-b-emerald-900\/45 {
  border-bottom-color: rgb(6 78 59 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(6 78 59 / 0.55);
}
.border-b-emerald-900\/60 {
  border-bottom-color: rgb(6 78 59 / 0.6);
}
.border-b-emerald-900\/65 {
  border-bottom-color: rgb(6 78 59 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(6 78 59 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(2 44 34 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(2 44 34 / 0.35);
}
.border-b-emerald-950\/40 {
  border-bottom-color: rgb(2 44 34 / 0.4);
}
.border-b-emerald-950\/45 {
  border-bottom-color: rgb(2 44 34 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(2 44 34 / 0.55);
}
.border-b-emerald-950\/60 {
  border-bottom-color: rgb(2 44 34 / 0.6);
}
.border-b-emerald-950\/65 {
  border-bottom-color: rgb(2 44 34 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(2 44 34 / 0.85);
}
.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-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\/15 {
  border-bottom-color: rgb(250 232 255 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(250 232 255 / 0.35);
}
.border-b-fuchsia-100\/40 {
  border-bottom-color: rgb(250 232 255 / 0.4);
}
.border-b-fuchsia-100\/45 {
  border-bottom-color: rgb(250 232 255 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(250 232 255 / 0.55);
}
.border-b-fuchsia-100\/60 {
  border-bottom-color: rgb(250 232 255 / 0.6);
}
.border-b-fuchsia-100\/65 {
  border-bottom-color: rgb(250 232 255 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(250 232 255 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(245 208 254 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(245 208 254 / 0.35);
}
.border-b-fuchsia-200\/40 {
  border-bottom-color: rgb(245 208 254 / 0.4);
}
.border-b-fuchsia-200\/45 {
  border-bottom-color: rgb(245 208 254 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(245 208 254 / 0.55);
}
.border-b-fuchsia-200\/60 {
  border-bottom-color: rgb(245 208 254 / 0.6);
}
.border-b-fuchsia-200\/65 {
  border-bottom-color: rgb(245 208 254 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(245 208 254 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(240 171 252 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(240 171 252 / 0.35);
}
.border-b-fuchsia-300\/40 {
  border-bottom-color: rgb(240 171 252 / 0.4);
}
.border-b-fuchsia-300\/45 {
  border-bottom-color: rgb(240 171 252 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(240 171 252 / 0.55);
}
.border-b-fuchsia-300\/60 {
  border-bottom-color: rgb(240 171 252 / 0.6);
}
.border-b-fuchsia-300\/65 {
  border-bottom-color: rgb(240 171 252 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(240 171 252 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(232 121 249 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(232 121 249 / 0.35);
}
.border-b-fuchsia-400\/40 {
  border-bottom-color: rgb(232 121 249 / 0.4);
}
.border-b-fuchsia-400\/45 {
  border-bottom-color: rgb(232 121 249 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(232 121 249 / 0.55);
}
.border-b-fuchsia-400\/60 {
  border-bottom-color: rgb(232 121 249 / 0.6);
}
.border-b-fuchsia-400\/65 {
  border-bottom-color: rgb(232 121 249 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(232 121 249 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(253 244 255 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(253 244 255 / 0.35);
}
.border-b-fuchsia-50\/40 {
  border-bottom-color: rgb(253 244 255 / 0.4);
}
.border-b-fuchsia-50\/45 {
  border-bottom-color: rgb(253 244 255 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(253 244 255 / 0.55);
}
.border-b-fuchsia-50\/60 {
  border-bottom-color: rgb(253 244 255 / 0.6);
}
.border-b-fuchsia-50\/65 {
  border-bottom-color: rgb(253 244 255 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(253 244 255 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(217 70 239 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(217 70 239 / 0.35);
}
.border-b-fuchsia-500\/40 {
  border-bottom-color: rgb(217 70 239 / 0.4);
}
.border-b-fuchsia-500\/45 {
  border-bottom-color: rgb(217 70 239 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(217 70 239 / 0.55);
}
.border-b-fuchsia-500\/60 {
  border-bottom-color: rgb(217 70 239 / 0.6);
}
.border-b-fuchsia-500\/65 {
  border-bottom-color: rgb(217 70 239 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(217 70 239 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(192 38 211 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(192 38 211 / 0.35);
}
.border-b-fuchsia-600\/40 {
  border-bottom-color: rgb(192 38 211 / 0.4);
}
.border-b-fuchsia-600\/45 {
  border-bottom-color: rgb(192 38 211 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(192 38 211 / 0.55);
}
.border-b-fuchsia-600\/60 {
  border-bottom-color: rgb(192 38 211 / 0.6);
}
.border-b-fuchsia-600\/65 {
  border-bottom-color: rgb(192 38 211 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(192 38 211 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(162 28 175 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(162 28 175 / 0.35);
}
.border-b-fuchsia-700\/40 {
  border-bottom-color: rgb(162 28 175 / 0.4);
}
.border-b-fuchsia-700\/45 {
  border-bottom-color: rgb(162 28 175 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(162 28 175 / 0.55);
}
.border-b-fuchsia-700\/60 {
  border-bottom-color: rgb(162 28 175 / 0.6);
}
.border-b-fuchsia-700\/65 {
  border-bottom-color: rgb(162 28 175 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(162 28 175 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(134 25 143 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(134 25 143 / 0.35);
}
.border-b-fuchsia-800\/40 {
  border-bottom-color: rgb(134 25 143 / 0.4);
}
.border-b-fuchsia-800\/45 {
  border-bottom-color: rgb(134 25 143 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(134 25 143 / 0.55);
}
.border-b-fuchsia-800\/60 {
  border-bottom-color: rgb(134 25 143 / 0.6);
}
.border-b-fuchsia-800\/65 {
  border-bottom-color: rgb(134 25 143 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(134 25 143 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(112 26 117 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(112 26 117 / 0.35);
}
.border-b-fuchsia-900\/40 {
  border-bottom-color: rgb(112 26 117 / 0.4);
}
.border-b-fuchsia-900\/45 {
  border-bottom-color: rgb(112 26 117 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(112 26 117 / 0.55);
}
.border-b-fuchsia-900\/60 {
  border-bottom-color: rgb(112 26 117 / 0.6);
}
.border-b-fuchsia-900\/65 {
  border-bottom-color: rgb(112 26 117 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(112 26 117 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(74 4 78 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(74 4 78 / 0.35);
}
.border-b-fuchsia-950\/40 {
  border-bottom-color: rgb(74 4 78 / 0.4);
}
.border-b-fuchsia-950\/45 {
  border-bottom-color: rgb(74 4 78 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(74 4 78 / 0.55);
}
.border-b-fuchsia-950\/60 {
  border-bottom-color: rgb(74 4 78 / 0.6);
}
.border-b-fuchsia-950\/65 {
  border-bottom-color: rgb(74 4 78 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(74 4 78 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(243 244 246 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(243 244 246 / 0.35);
}
.border-b-gray-100\/40 {
  border-bottom-color: rgb(243 244 246 / 0.4);
}
.border-b-gray-100\/45 {
  border-bottom-color: rgb(243 244 246 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(243 244 246 / 0.55);
}
.border-b-gray-100\/60 {
  border-bottom-color: rgb(243 244 246 / 0.6);
}
.border-b-gray-100\/65 {
  border-bottom-color: rgb(243 244 246 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(243 244 246 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(229 231 235 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(229 231 235 / 0.35);
}
.border-b-gray-200\/40 {
  border-bottom-color: rgb(229 231 235 / 0.4);
}
.border-b-gray-200\/45 {
  border-bottom-color: rgb(229 231 235 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(229 231 235 / 0.55);
}
.border-b-gray-200\/60 {
  border-bottom-color: rgb(229 231 235 / 0.6);
}
.border-b-gray-200\/65 {
  border-bottom-color: rgb(229 231 235 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(229 231 235 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(209 213 219 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(209 213 219 / 0.35);
}
.border-b-gray-300\/40 {
  border-bottom-color: rgb(209 213 219 / 0.4);
}
.border-b-gray-300\/45 {
  border-bottom-color: rgb(209 213 219 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(209 213 219 / 0.55);
}
.border-b-gray-300\/60 {
  border-bottom-color: rgb(209 213 219 / 0.6);
}
.border-b-gray-300\/65 {
  border-bottom-color: rgb(209 213 219 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(209 213 219 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(156 163 175 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(156 163 175 / 0.35);
}
.border-b-gray-400\/40 {
  border-bottom-color: rgb(156 163 175 / 0.4);
}
.border-b-gray-400\/45 {
  border-bottom-color: rgb(156 163 175 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(156 163 175 / 0.55);
}
.border-b-gray-400\/60 {
  border-bottom-color: rgb(156 163 175 / 0.6);
}
.border-b-gray-400\/65 {
  border-bottom-color: rgb(156 163 175 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(156 163 175 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(249 250 251 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(249 250 251 / 0.35);
}
.border-b-gray-50\/40 {
  border-bottom-color: rgb(249 250 251 / 0.4);
}
.border-b-gray-50\/45 {
  border-bottom-color: rgb(249 250 251 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(249 250 251 / 0.55);
}
.border-b-gray-50\/60 {
  border-bottom-color: rgb(249 250 251 / 0.6);
}
.border-b-gray-50\/65 {
  border-bottom-color: rgb(249 250 251 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(249 250 251 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(107 114 128 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(107 114 128 / 0.35);
}
.border-b-gray-500\/40 {
  border-bottom-color: rgb(107 114 128 / 0.4);
}
.border-b-gray-500\/45 {
  border-bottom-color: rgb(107 114 128 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(107 114 128 / 0.55);
}
.border-b-gray-500\/60 {
  border-bottom-color: rgb(107 114 128 / 0.6);
}
.border-b-gray-500\/65 {
  border-bottom-color: rgb(107 114 128 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(107 114 128 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(75 85 99 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(75 85 99 / 0.35);
}
.border-b-gray-600\/40 {
  border-bottom-color: rgb(75 85 99 / 0.4);
}
.border-b-gray-600\/45 {
  border-bottom-color: rgb(75 85 99 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(75 85 99 / 0.55);
}
.border-b-gray-600\/60 {
  border-bottom-color: rgb(75 85 99 / 0.6);
}
.border-b-gray-600\/65 {
  border-bottom-color: rgb(75 85 99 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(75 85 99 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(55 65 81 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(55 65 81 / 0.35);
}
.border-b-gray-700\/40 {
  border-bottom-color: rgb(55 65 81 / 0.4);
}
.border-b-gray-700\/45 {
  border-bottom-color: rgb(55 65 81 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(55 65 81 / 0.55);
}
.border-b-gray-700\/60 {
  border-bottom-color: rgb(55 65 81 / 0.6);
}
.border-b-gray-700\/65 {
  border-bottom-color: rgb(55 65 81 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(55 65 81 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(31 41 55 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(31 41 55 / 0.35);
}
.border-b-gray-800\/40 {
  border-bottom-color: rgb(31 41 55 / 0.4);
}
.border-b-gray-800\/45 {
  border-bottom-color: rgb(31 41 55 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(31 41 55 / 0.55);
}
.border-b-gray-800\/60 {
  border-bottom-color: rgb(31 41 55 / 0.6);
}
.border-b-gray-800\/65 {
  border-bottom-color: rgb(31 41 55 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(31 41 55 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(17 24 39 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(17 24 39 / 0.35);
}
.border-b-gray-900\/40 {
  border-bottom-color: rgb(17 24 39 / 0.4);
}
.border-b-gray-900\/45 {
  border-bottom-color: rgb(17 24 39 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(17 24 39 / 0.55);
}
.border-b-gray-900\/60 {
  border-bottom-color: rgb(17 24 39 / 0.6);
}
.border-b-gray-900\/65 {
  border-bottom-color: rgb(17 24 39 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(17 24 39 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(3 7 18 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(3 7 18 / 0.35);
}
.border-b-gray-950\/40 {
  border-bottom-color: rgb(3 7 18 / 0.4);
}
.border-b-gray-950\/45 {
  border-bottom-color: rgb(3 7 18 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(3 7 18 / 0.55);
}
.border-b-gray-950\/60 {
  border-bottom-color: rgb(3 7 18 / 0.6);
}
.border-b-gray-950\/65 {
  border-bottom-color: rgb(3 7 18 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(3 7 18 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(220 252 231 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(220 252 231 / 0.35);
}
.border-b-green-100\/40 {
  border-bottom-color: rgb(220 252 231 / 0.4);
}
.border-b-green-100\/45 {
  border-bottom-color: rgb(220 252 231 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(220 252 231 / 0.55);
}
.border-b-green-100\/60 {
  border-bottom-color: rgb(220 252 231 / 0.6);
}
.border-b-green-100\/65 {
  border-bottom-color: rgb(220 252 231 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(220 252 231 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(187 247 208 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(187 247 208 / 0.35);
}
.border-b-green-200\/40 {
  border-bottom-color: rgb(187 247 208 / 0.4);
}
.border-b-green-200\/45 {
  border-bottom-color: rgb(187 247 208 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(187 247 208 / 0.55);
}
.border-b-green-200\/60 {
  border-bottom-color: rgb(187 247 208 / 0.6);
}
.border-b-green-200\/65 {
  border-bottom-color: rgb(187 247 208 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(187 247 208 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(134 239 172 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(134 239 172 / 0.35);
}
.border-b-green-300\/40 {
  border-bottom-color: rgb(134 239 172 / 0.4);
}
.border-b-green-300\/45 {
  border-bottom-color: rgb(134 239 172 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(134 239 172 / 0.55);
}
.border-b-green-300\/60 {
  border-bottom-color: rgb(134 239 172 / 0.6);
}
.border-b-green-300\/65 {
  border-bottom-color: rgb(134 239 172 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(134 239 172 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(74 222 128 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(74 222 128 / 0.35);
}
.border-b-green-400\/40 {
  border-bottom-color: rgb(74 222 128 / 0.4);
}
.border-b-green-400\/45 {
  border-bottom-color: rgb(74 222 128 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(74 222 128 / 0.55);
}
.border-b-green-400\/60 {
  border-bottom-color: rgb(74 222 128 / 0.6);
}
.border-b-green-400\/65 {
  border-bottom-color: rgb(74 222 128 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(74 222 128 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(240 253 244 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(240 253 244 / 0.35);
}
.border-b-green-50\/40 {
  border-bottom-color: rgb(240 253 244 / 0.4);
}
.border-b-green-50\/45 {
  border-bottom-color: rgb(240 253 244 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(240 253 244 / 0.55);
}
.border-b-green-50\/60 {
  border-bottom-color: rgb(240 253 244 / 0.6);
}
.border-b-green-50\/65 {
  border-bottom-color: rgb(240 253 244 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(240 253 244 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(34 197 94 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(34 197 94 / 0.35);
}
.border-b-green-500\/40 {
  border-bottom-color: rgb(34 197 94 / 0.4);
}
.border-b-green-500\/45 {
  border-bottom-color: rgb(34 197 94 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(34 197 94 / 0.55);
}
.border-b-green-500\/60 {
  border-bottom-color: rgb(34 197 94 / 0.6);
}
.border-b-green-500\/65 {
  border-bottom-color: rgb(34 197 94 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(34 197 94 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(22 163 74 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(22 163 74 / 0.35);
}
.border-b-green-600\/40 {
  border-bottom-color: rgb(22 163 74 / 0.4);
}
.border-b-green-600\/45 {
  border-bottom-color: rgb(22 163 74 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(22 163 74 / 0.55);
}
.border-b-green-600\/60 {
  border-bottom-color: rgb(22 163 74 / 0.6);
}
.border-b-green-600\/65 {
  border-bottom-color: rgb(22 163 74 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(22 163 74 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(21 128 61 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(21 128 61 / 0.35);
}
.border-b-green-700\/40 {
  border-bottom-color: rgb(21 128 61 / 0.4);
}
.border-b-green-700\/45 {
  border-bottom-color: rgb(21 128 61 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(21 128 61 / 0.55);
}
.border-b-green-700\/60 {
  border-bottom-color: rgb(21 128 61 / 0.6);
}
.border-b-green-700\/65 {
  border-bottom-color: rgb(21 128 61 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(21 128 61 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(22 101 52 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(22 101 52 / 0.35);
}
.border-b-green-800\/40 {
  border-bottom-color: rgb(22 101 52 / 0.4);
}
.border-b-green-800\/45 {
  border-bottom-color: rgb(22 101 52 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(22 101 52 / 0.55);
}
.border-b-green-800\/60 {
  border-bottom-color: rgb(22 101 52 / 0.6);
}
.border-b-green-800\/65 {
  border-bottom-color: rgb(22 101 52 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(22 101 52 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(20 83 45 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(20 83 45 / 0.35);
}
.border-b-green-900\/40 {
  border-bottom-color: rgb(20 83 45 / 0.4);
}
.border-b-green-900\/45 {
  border-bottom-color: rgb(20 83 45 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(20 83 45 / 0.55);
}
.border-b-green-900\/60 {
  border-bottom-color: rgb(20 83 45 / 0.6);
}
.border-b-green-900\/65 {
  border-bottom-color: rgb(20 83 45 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(20 83 45 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(5 46 22 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(5 46 22 / 0.35);
}
.border-b-green-950\/40 {
  border-bottom-color: rgb(5 46 22 / 0.4);
}
.border-b-green-950\/45 {
  border-bottom-color: rgb(5 46 22 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(5 46 22 / 0.55);
}
.border-b-green-950\/60 {
  border-bottom-color: rgb(5 46 22 / 0.6);
}
.border-b-green-950\/65 {
  border-bottom-color: rgb(5 46 22 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(5 46 22 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(224 231 255 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(224 231 255 / 0.35);
}
.border-b-indigo-100\/40 {
  border-bottom-color: rgb(224 231 255 / 0.4);
}
.border-b-indigo-100\/45 {
  border-bottom-color: rgb(224 231 255 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(224 231 255 / 0.55);
}
.border-b-indigo-100\/60 {
  border-bottom-color: rgb(224 231 255 / 0.6);
}
.border-b-indigo-100\/65 {
  border-bottom-color: rgb(224 231 255 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(224 231 255 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(199 210 254 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(199 210 254 / 0.35);
}
.border-b-indigo-200\/40 {
  border-bottom-color: rgb(199 210 254 / 0.4);
}
.border-b-indigo-200\/45 {
  border-bottom-color: rgb(199 210 254 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(199 210 254 / 0.55);
}
.border-b-indigo-200\/60 {
  border-bottom-color: rgb(199 210 254 / 0.6);
}
.border-b-indigo-200\/65 {
  border-bottom-color: rgb(199 210 254 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(199 210 254 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(165 180 252 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(165 180 252 / 0.35);
}
.border-b-indigo-300\/40 {
  border-bottom-color: rgb(165 180 252 / 0.4);
}
.border-b-indigo-300\/45 {
  border-bottom-color: rgb(165 180 252 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(165 180 252 / 0.55);
}
.border-b-indigo-300\/60 {
  border-bottom-color: rgb(165 180 252 / 0.6);
}
.border-b-indigo-300\/65 {
  border-bottom-color: rgb(165 180 252 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(165 180 252 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(129 140 248 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(129 140 248 / 0.35);
}
.border-b-indigo-400\/40 {
  border-bottom-color: rgb(129 140 248 / 0.4);
}
.border-b-indigo-400\/45 {
  border-bottom-color: rgb(129 140 248 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(129 140 248 / 0.55);
}
.border-b-indigo-400\/60 {
  border-bottom-color: rgb(129 140 248 / 0.6);
}
.border-b-indigo-400\/65 {
  border-bottom-color: rgb(129 140 248 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(129 140 248 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(238 242 255 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(238 242 255 / 0.35);
}
.border-b-indigo-50\/40 {
  border-bottom-color: rgb(238 242 255 / 0.4);
}
.border-b-indigo-50\/45 {
  border-bottom-color: rgb(238 242 255 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(238 242 255 / 0.55);
}
.border-b-indigo-50\/60 {
  border-bottom-color: rgb(238 242 255 / 0.6);
}
.border-b-indigo-50\/65 {
  border-bottom-color: rgb(238 242 255 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(238 242 255 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(99 102 241 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(99 102 241 / 0.35);
}
.border-b-indigo-500\/40 {
  border-bottom-color: rgb(99 102 241 / 0.4);
}
.border-b-indigo-500\/45 {
  border-bottom-color: rgb(99 102 241 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(99 102 241 / 0.55);
}
.border-b-indigo-500\/60 {
  border-bottom-color: rgb(99 102 241 / 0.6);
}
.border-b-indigo-500\/65 {
  border-bottom-color: rgb(99 102 241 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(99 102 241 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(79 70 229 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(79 70 229 / 0.35);
}
.border-b-indigo-600\/40 {
  border-bottom-color: rgb(79 70 229 / 0.4);
}
.border-b-indigo-600\/45 {
  border-bottom-color: rgb(79 70 229 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(79 70 229 / 0.55);
}
.border-b-indigo-600\/60 {
  border-bottom-color: rgb(79 70 229 / 0.6);
}
.border-b-indigo-600\/65 {
  border-bottom-color: rgb(79 70 229 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(79 70 229 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(67 56 202 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(67 56 202 / 0.35);
}
.border-b-indigo-700\/40 {
  border-bottom-color: rgb(67 56 202 / 0.4);
}
.border-b-indigo-700\/45 {
  border-bottom-color: rgb(67 56 202 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(67 56 202 / 0.55);
}
.border-b-indigo-700\/60 {
  border-bottom-color: rgb(67 56 202 / 0.6);
}
.border-b-indigo-700\/65 {
  border-bottom-color: rgb(67 56 202 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(67 56 202 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(55 48 163 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(55 48 163 / 0.35);
}
.border-b-indigo-800\/40 {
  border-bottom-color: rgb(55 48 163 / 0.4);
}
.border-b-indigo-800\/45 {
  border-bottom-color: rgb(55 48 163 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(55 48 163 / 0.55);
}
.border-b-indigo-800\/60 {
  border-bottom-color: rgb(55 48 163 / 0.6);
}
.border-b-indigo-800\/65 {
  border-bottom-color: rgb(55 48 163 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(55 48 163 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(49 46 129 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(49 46 129 / 0.35);
}
.border-b-indigo-900\/40 {
  border-bottom-color: rgb(49 46 129 / 0.4);
}
.border-b-indigo-900\/45 {
  border-bottom-color: rgb(49 46 129 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(49 46 129 / 0.55);
}
.border-b-indigo-900\/60 {
  border-bottom-color: rgb(49 46 129 / 0.6);
}
.border-b-indigo-900\/65 {
  border-bottom-color: rgb(49 46 129 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(49 46 129 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(30 27 75 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(30 27 75 / 0.35);
}
.border-b-indigo-950\/40 {
  border-bottom-color: rgb(30 27 75 / 0.4);
}
.border-b-indigo-950\/45 {
  border-bottom-color: rgb(30 27 75 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(30 27 75 / 0.55);
}
.border-b-indigo-950\/60 {
  border-bottom-color: rgb(30 27 75 / 0.6);
}
.border-b-indigo-950\/65 {
  border-bottom-color: rgb(30 27 75 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(30 27 75 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(236 252 203 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(236 252 203 / 0.35);
}
.border-b-lime-100\/40 {
  border-bottom-color: rgb(236 252 203 / 0.4);
}
.border-b-lime-100\/45 {
  border-bottom-color: rgb(236 252 203 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(236 252 203 / 0.55);
}
.border-b-lime-100\/60 {
  border-bottom-color: rgb(236 252 203 / 0.6);
}
.border-b-lime-100\/65 {
  border-bottom-color: rgb(236 252 203 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(236 252 203 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(217 249 157 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(217 249 157 / 0.35);
}
.border-b-lime-200\/40 {
  border-bottom-color: rgb(217 249 157 / 0.4);
}
.border-b-lime-200\/45 {
  border-bottom-color: rgb(217 249 157 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(217 249 157 / 0.55);
}
.border-b-lime-200\/60 {
  border-bottom-color: rgb(217 249 157 / 0.6);
}
.border-b-lime-200\/65 {
  border-bottom-color: rgb(217 249 157 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(217 249 157 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(190 242 100 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(190 242 100 / 0.35);
}
.border-b-lime-300\/40 {
  border-bottom-color: rgb(190 242 100 / 0.4);
}
.border-b-lime-300\/45 {
  border-bottom-color: rgb(190 242 100 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(190 242 100 / 0.55);
}
.border-b-lime-300\/60 {
  border-bottom-color: rgb(190 242 100 / 0.6);
}
.border-b-lime-300\/65 {
  border-bottom-color: rgb(190 242 100 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(190 242 100 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(163 230 53 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(163 230 53 / 0.35);
}
.border-b-lime-400\/40 {
  border-bottom-color: rgb(163 230 53 / 0.4);
}
.border-b-lime-400\/45 {
  border-bottom-color: rgb(163 230 53 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(163 230 53 / 0.55);
}
.border-b-lime-400\/60 {
  border-bottom-color: rgb(163 230 53 / 0.6);
}
.border-b-lime-400\/65 {
  border-bottom-color: rgb(163 230 53 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(163 230 53 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(247 254 231 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(247 254 231 / 0.35);
}
.border-b-lime-50\/40 {
  border-bottom-color: rgb(247 254 231 / 0.4);
}
.border-b-lime-50\/45 {
  border-bottom-color: rgb(247 254 231 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(247 254 231 / 0.55);
}
.border-b-lime-50\/60 {
  border-bottom-color: rgb(247 254 231 / 0.6);
}
.border-b-lime-50\/65 {
  border-bottom-color: rgb(247 254 231 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(247 254 231 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(132 204 22 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(132 204 22 / 0.35);
}
.border-b-lime-500\/40 {
  border-bottom-color: rgb(132 204 22 / 0.4);
}
.border-b-lime-500\/45 {
  border-bottom-color: rgb(132 204 22 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(132 204 22 / 0.55);
}
.border-b-lime-500\/60 {
  border-bottom-color: rgb(132 204 22 / 0.6);
}
.border-b-lime-500\/65 {
  border-bottom-color: rgb(132 204 22 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(132 204 22 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(101 163 13 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(101 163 13 / 0.35);
}
.border-b-lime-600\/40 {
  border-bottom-color: rgb(101 163 13 / 0.4);
}
.border-b-lime-600\/45 {
  border-bottom-color: rgb(101 163 13 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(101 163 13 / 0.55);
}
.border-b-lime-600\/60 {
  border-bottom-color: rgb(101 163 13 / 0.6);
}
.border-b-lime-600\/65 {
  border-bottom-color: rgb(101 163 13 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(101 163 13 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(77 124 15 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(77 124 15 / 0.35);
}
.border-b-lime-700\/40 {
  border-bottom-color: rgb(77 124 15 / 0.4);
}
.border-b-lime-700\/45 {
  border-bottom-color: rgb(77 124 15 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(77 124 15 / 0.55);
}
.border-b-lime-700\/60 {
  border-bottom-color: rgb(77 124 15 / 0.6);
}
.border-b-lime-700\/65 {
  border-bottom-color: rgb(77 124 15 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(77 124 15 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(63 98 18 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(63 98 18 / 0.35);
}
.border-b-lime-800\/40 {
  border-bottom-color: rgb(63 98 18 / 0.4);
}
.border-b-lime-800\/45 {
  border-bottom-color: rgb(63 98 18 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(63 98 18 / 0.55);
}
.border-b-lime-800\/60 {
  border-bottom-color: rgb(63 98 18 / 0.6);
}
.border-b-lime-800\/65 {
  border-bottom-color: rgb(63 98 18 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(63 98 18 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(54 83 20 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(54 83 20 / 0.35);
}
.border-b-lime-900\/40 {
  border-bottom-color: rgb(54 83 20 / 0.4);
}
.border-b-lime-900\/45 {
  border-bottom-color: rgb(54 83 20 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(54 83 20 / 0.55);
}
.border-b-lime-900\/60 {
  border-bottom-color: rgb(54 83 20 / 0.6);
}
.border-b-lime-900\/65 {
  border-bottom-color: rgb(54 83 20 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(54 83 20 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(26 46 5 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(26 46 5 / 0.35);
}
.border-b-lime-950\/40 {
  border-bottom-color: rgb(26 46 5 / 0.4);
}
.border-b-lime-950\/45 {
  border-bottom-color: rgb(26 46 5 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(26 46 5 / 0.55);
}
.border-b-lime-950\/60 {
  border-bottom-color: rgb(26 46 5 / 0.6);
}
.border-b-lime-950\/65 {
  border-bottom-color: rgb(26 46 5 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(26 46 5 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(245 245 245 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(245 245 245 / 0.35);
}
.border-b-neutral-100\/40 {
  border-bottom-color: rgb(245 245 245 / 0.4);
}
.border-b-neutral-100\/45 {
  border-bottom-color: rgb(245 245 245 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(245 245 245 / 0.55);
}
.border-b-neutral-100\/60 {
  border-bottom-color: rgb(245 245 245 / 0.6);
}
.border-b-neutral-100\/65 {
  border-bottom-color: rgb(245 245 245 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(245 245 245 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(229 229 229 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(229 229 229 / 0.35);
}
.border-b-neutral-200\/40 {
  border-bottom-color: rgb(229 229 229 / 0.4);
}
.border-b-neutral-200\/45 {
  border-bottom-color: rgb(229 229 229 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(229 229 229 / 0.55);
}
.border-b-neutral-200\/60 {
  border-bottom-color: rgb(229 229 229 / 0.6);
}
.border-b-neutral-200\/65 {
  border-bottom-color: rgb(229 229 229 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(229 229 229 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(212 212 212 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(212 212 212 / 0.35);
}
.border-b-neutral-300\/40 {
  border-bottom-color: rgb(212 212 212 / 0.4);
}
.border-b-neutral-300\/45 {
  border-bottom-color: rgb(212 212 212 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(212 212 212 / 0.55);
}
.border-b-neutral-300\/60 {
  border-bottom-color: rgb(212 212 212 / 0.6);
}
.border-b-neutral-300\/65 {
  border-bottom-color: rgb(212 212 212 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(212 212 212 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(163 163 163 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(163 163 163 / 0.35);
}
.border-b-neutral-400\/40 {
  border-bottom-color: rgb(163 163 163 / 0.4);
}
.border-b-neutral-400\/45 {
  border-bottom-color: rgb(163 163 163 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(163 163 163 / 0.55);
}
.border-b-neutral-400\/60 {
  border-bottom-color: rgb(163 163 163 / 0.6);
}
.border-b-neutral-400\/65 {
  border-bottom-color: rgb(163 163 163 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(163 163 163 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(250 250 250 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(250 250 250 / 0.35);
}
.border-b-neutral-50\/40 {
  border-bottom-color: rgb(250 250 250 / 0.4);
}
.border-b-neutral-50\/45 {
  border-bottom-color: rgb(250 250 250 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(250 250 250 / 0.55);
}
.border-b-neutral-50\/60 {
  border-bottom-color: rgb(250 250 250 / 0.6);
}
.border-b-neutral-50\/65 {
  border-bottom-color: rgb(250 250 250 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(250 250 250 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(115 115 115 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(115 115 115 / 0.35);
}
.border-b-neutral-500\/40 {
  border-bottom-color: rgb(115 115 115 / 0.4);
}
.border-b-neutral-500\/45 {
  border-bottom-color: rgb(115 115 115 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(115 115 115 / 0.55);
}
.border-b-neutral-500\/60 {
  border-bottom-color: rgb(115 115 115 / 0.6);
}
.border-b-neutral-500\/65 {
  border-bottom-color: rgb(115 115 115 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(115 115 115 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(82 82 82 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(82 82 82 / 0.35);
}
.border-b-neutral-600\/40 {
  border-bottom-color: rgb(82 82 82 / 0.4);
}
.border-b-neutral-600\/45 {
  border-bottom-color: rgb(82 82 82 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(82 82 82 / 0.55);
}
.border-b-neutral-600\/60 {
  border-bottom-color: rgb(82 82 82 / 0.6);
}
.border-b-neutral-600\/65 {
  border-bottom-color: rgb(82 82 82 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(82 82 82 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(64 64 64 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(64 64 64 / 0.35);
}
.border-b-neutral-700\/40 {
  border-bottom-color: rgb(64 64 64 / 0.4);
}
.border-b-neutral-700\/45 {
  border-bottom-color: rgb(64 64 64 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(64 64 64 / 0.55);
}
.border-b-neutral-700\/60 {
  border-bottom-color: rgb(64 64 64 / 0.6);
}
.border-b-neutral-700\/65 {
  border-bottom-color: rgb(64 64 64 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(64 64 64 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(38 38 38 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(38 38 38 / 0.35);
}
.border-b-neutral-800\/40 {
  border-bottom-color: rgb(38 38 38 / 0.4);
}
.border-b-neutral-800\/45 {
  border-bottom-color: rgb(38 38 38 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(38 38 38 / 0.55);
}
.border-b-neutral-800\/60 {
  border-bottom-color: rgb(38 38 38 / 0.6);
}
.border-b-neutral-800\/65 {
  border-bottom-color: rgb(38 38 38 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(38 38 38 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(23 23 23 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(23 23 23 / 0.35);
}
.border-b-neutral-900\/40 {
  border-bottom-color: rgb(23 23 23 / 0.4);
}
.border-b-neutral-900\/45 {
  border-bottom-color: rgb(23 23 23 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(23 23 23 / 0.55);
}
.border-b-neutral-900\/60 {
  border-bottom-color: rgb(23 23 23 / 0.6);
}
.border-b-neutral-900\/65 {
  border-bottom-color: rgb(23 23 23 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(23 23 23 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(10 10 10 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(10 10 10 / 0.35);
}
.border-b-neutral-950\/40 {
  border-bottom-color: rgb(10 10 10 / 0.4);
}
.border-b-neutral-950\/45 {
  border-bottom-color: rgb(10 10 10 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(10 10 10 / 0.55);
}
.border-b-neutral-950\/60 {
  border-bottom-color: rgb(10 10 10 / 0.6);
}
.border-b-neutral-950\/65 {
  border-bottom-color: rgb(10 10 10 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(10 10 10 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(255 237 213 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(255 237 213 / 0.35);
}
.border-b-orange-100\/40 {
  border-bottom-color: rgb(255 237 213 / 0.4);
}
.border-b-orange-100\/45 {
  border-bottom-color: rgb(255 237 213 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(255 237 213 / 0.55);
}
.border-b-orange-100\/60 {
  border-bottom-color: rgb(255 237 213 / 0.6);
}
.border-b-orange-100\/65 {
  border-bottom-color: rgb(255 237 213 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(255 237 213 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(254 215 170 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(254 215 170 / 0.35);
}
.border-b-orange-200\/40 {
  border-bottom-color: rgb(254 215 170 / 0.4);
}
.border-b-orange-200\/45 {
  border-bottom-color: rgb(254 215 170 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(254 215 170 / 0.55);
}
.border-b-orange-200\/60 {
  border-bottom-color: rgb(254 215 170 / 0.6);
}
.border-b-orange-200\/65 {
  border-bottom-color: rgb(254 215 170 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(254 215 170 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(253 186 116 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(253 186 116 / 0.35);
}
.border-b-orange-300\/40 {
  border-bottom-color: rgb(253 186 116 / 0.4);
}
.border-b-orange-300\/45 {
  border-bottom-color: rgb(253 186 116 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(253 186 116 / 0.55);
}
.border-b-orange-300\/60 {
  border-bottom-color: rgb(253 186 116 / 0.6);
}
.border-b-orange-300\/65 {
  border-bottom-color: rgb(253 186 116 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(253 186 116 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(251 146 60 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(251 146 60 / 0.35);
}
.border-b-orange-400\/40 {
  border-bottom-color: rgb(251 146 60 / 0.4);
}
.border-b-orange-400\/45 {
  border-bottom-color: rgb(251 146 60 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(251 146 60 / 0.55);
}
.border-b-orange-400\/60 {
  border-bottom-color: rgb(251 146 60 / 0.6);
}
.border-b-orange-400\/65 {
  border-bottom-color: rgb(251 146 60 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(251 146 60 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(255 247 237 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(255 247 237 / 0.35);
}
.border-b-orange-50\/40 {
  border-bottom-color: rgb(255 247 237 / 0.4);
}
.border-b-orange-50\/45 {
  border-bottom-color: rgb(255 247 237 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(255 247 237 / 0.55);
}
.border-b-orange-50\/60 {
  border-bottom-color: rgb(255 247 237 / 0.6);
}
.border-b-orange-50\/65 {
  border-bottom-color: rgb(255 247 237 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(255 247 237 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(249 115 22 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(249 115 22 / 0.35);
}
.border-b-orange-500\/40 {
  border-bottom-color: rgb(249 115 22 / 0.4);
}
.border-b-orange-500\/45 {
  border-bottom-color: rgb(249 115 22 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(249 115 22 / 0.55);
}
.border-b-orange-500\/60 {
  border-bottom-color: rgb(249 115 22 / 0.6);
}
.border-b-orange-500\/65 {
  border-bottom-color: rgb(249 115 22 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(249 115 22 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(234 88 12 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(234 88 12 / 0.35);
}
.border-b-orange-600\/40 {
  border-bottom-color: rgb(234 88 12 / 0.4);
}
.border-b-orange-600\/45 {
  border-bottom-color: rgb(234 88 12 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(234 88 12 / 0.55);
}
.border-b-orange-600\/60 {
  border-bottom-color: rgb(234 88 12 / 0.6);
}
.border-b-orange-600\/65 {
  border-bottom-color: rgb(234 88 12 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(234 88 12 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(194 65 12 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(194 65 12 / 0.35);
}
.border-b-orange-700\/40 {
  border-bottom-color: rgb(194 65 12 / 0.4);
}
.border-b-orange-700\/45 {
  border-bottom-color: rgb(194 65 12 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(194 65 12 / 0.55);
}
.border-b-orange-700\/60 {
  border-bottom-color: rgb(194 65 12 / 0.6);
}
.border-b-orange-700\/65 {
  border-bottom-color: rgb(194 65 12 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(194 65 12 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(154 52 18 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(154 52 18 / 0.35);
}
.border-b-orange-800\/40 {
  border-bottom-color: rgb(154 52 18 / 0.4);
}
.border-b-orange-800\/45 {
  border-bottom-color: rgb(154 52 18 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(154 52 18 / 0.55);
}
.border-b-orange-800\/60 {
  border-bottom-color: rgb(154 52 18 / 0.6);
}
.border-b-orange-800\/65 {
  border-bottom-color: rgb(154 52 18 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(154 52 18 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(124 45 18 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(124 45 18 / 0.35);
}
.border-b-orange-900\/40 {
  border-bottom-color: rgb(124 45 18 / 0.4);
}
.border-b-orange-900\/45 {
  border-bottom-color: rgb(124 45 18 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(124 45 18 / 0.55);
}
.border-b-orange-900\/60 {
  border-bottom-color: rgb(124 45 18 / 0.6);
}
.border-b-orange-900\/65 {
  border-bottom-color: rgb(124 45 18 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(124 45 18 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(67 20 7 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(67 20 7 / 0.35);
}
.border-b-orange-950\/40 {
  border-bottom-color: rgb(67 20 7 / 0.4);
}
.border-b-orange-950\/45 {
  border-bottom-color: rgb(67 20 7 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(67 20 7 / 0.55);
}
.border-b-orange-950\/60 {
  border-bottom-color: rgb(67 20 7 / 0.6);
}
.border-b-orange-950\/65 {
  border-bottom-color: rgb(67 20 7 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(67 20 7 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(252 231 243 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(252 231 243 / 0.35);
}
.border-b-pink-100\/40 {
  border-bottom-color: rgb(252 231 243 / 0.4);
}
.border-b-pink-100\/45 {
  border-bottom-color: rgb(252 231 243 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(252 231 243 / 0.55);
}
.border-b-pink-100\/60 {
  border-bottom-color: rgb(252 231 243 / 0.6);
}
.border-b-pink-100\/65 {
  border-bottom-color: rgb(252 231 243 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(252 231 243 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(251 207 232 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(251 207 232 / 0.35);
}
.border-b-pink-200\/40 {
  border-bottom-color: rgb(251 207 232 / 0.4);
}
.border-b-pink-200\/45 {
  border-bottom-color: rgb(251 207 232 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(251 207 232 / 0.55);
}
.border-b-pink-200\/60 {
  border-bottom-color: rgb(251 207 232 / 0.6);
}
.border-b-pink-200\/65 {
  border-bottom-color: rgb(251 207 232 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(251 207 232 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(249 168 212 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(249 168 212 / 0.35);
}
.border-b-pink-300\/40 {
  border-bottom-color: rgb(249 168 212 / 0.4);
}
.border-b-pink-300\/45 {
  border-bottom-color: rgb(249 168 212 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(249 168 212 / 0.55);
}
.border-b-pink-300\/60 {
  border-bottom-color: rgb(249 168 212 / 0.6);
}
.border-b-pink-300\/65 {
  border-bottom-color: rgb(249 168 212 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(249 168 212 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(244 114 182 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(244 114 182 / 0.35);
}
.border-b-pink-400\/40 {
  border-bottom-color: rgb(244 114 182 / 0.4);
}
.border-b-pink-400\/45 {
  border-bottom-color: rgb(244 114 182 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(244 114 182 / 0.55);
}
.border-b-pink-400\/60 {
  border-bottom-color: rgb(244 114 182 / 0.6);
}
.border-b-pink-400\/65 {
  border-bottom-color: rgb(244 114 182 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(244 114 182 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(253 242 248 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(253 242 248 / 0.35);
}
.border-b-pink-50\/40 {
  border-bottom-color: rgb(253 242 248 / 0.4);
}
.border-b-pink-50\/45 {
  border-bottom-color: rgb(253 242 248 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(253 242 248 / 0.55);
}
.border-b-pink-50\/60 {
  border-bottom-color: rgb(253 242 248 / 0.6);
}
.border-b-pink-50\/65 {
  border-bottom-color: rgb(253 242 248 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(253 242 248 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(236 72 153 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(236 72 153 / 0.35);
}
.border-b-pink-500\/40 {
  border-bottom-color: rgb(236 72 153 / 0.4);
}
.border-b-pink-500\/45 {
  border-bottom-color: rgb(236 72 153 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(236 72 153 / 0.55);
}
.border-b-pink-500\/60 {
  border-bottom-color: rgb(236 72 153 / 0.6);
}
.border-b-pink-500\/65 {
  border-bottom-color: rgb(236 72 153 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(236 72 153 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(219 39 119 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(219 39 119 / 0.35);
}
.border-b-pink-600\/40 {
  border-bottom-color: rgb(219 39 119 / 0.4);
}
.border-b-pink-600\/45 {
  border-bottom-color: rgb(219 39 119 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(219 39 119 / 0.55);
}
.border-b-pink-600\/60 {
  border-bottom-color: rgb(219 39 119 / 0.6);
}
.border-b-pink-600\/65 {
  border-bottom-color: rgb(219 39 119 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(219 39 119 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(190 24 93 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(190 24 93 / 0.35);
}
.border-b-pink-700\/40 {
  border-bottom-color: rgb(190 24 93 / 0.4);
}
.border-b-pink-700\/45 {
  border-bottom-color: rgb(190 24 93 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(190 24 93 / 0.55);
}
.border-b-pink-700\/60 {
  border-bottom-color: rgb(190 24 93 / 0.6);
}
.border-b-pink-700\/65 {
  border-bottom-color: rgb(190 24 93 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(190 24 93 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(157 23 77 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(157 23 77 / 0.35);
}
.border-b-pink-800\/40 {
  border-bottom-color: rgb(157 23 77 / 0.4);
}
.border-b-pink-800\/45 {
  border-bottom-color: rgb(157 23 77 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(157 23 77 / 0.55);
}
.border-b-pink-800\/60 {
  border-bottom-color: rgb(157 23 77 / 0.6);
}
.border-b-pink-800\/65 {
  border-bottom-color: rgb(157 23 77 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(157 23 77 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(131 24 67 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(131 24 67 / 0.35);
}
.border-b-pink-900\/40 {
  border-bottom-color: rgb(131 24 67 / 0.4);
}
.border-b-pink-900\/45 {
  border-bottom-color: rgb(131 24 67 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(131 24 67 / 0.55);
}
.border-b-pink-900\/60 {
  border-bottom-color: rgb(131 24 67 / 0.6);
}
.border-b-pink-900\/65 {
  border-bottom-color: rgb(131 24 67 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(131 24 67 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(80 7 36 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(80 7 36 / 0.35);
}
.border-b-pink-950\/40 {
  border-bottom-color: rgb(80 7 36 / 0.4);
}
.border-b-pink-950\/45 {
  border-bottom-color: rgb(80 7 36 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(80 7 36 / 0.55);
}
.border-b-pink-950\/60 {
  border-bottom-color: rgb(80 7 36 / 0.6);
}
.border-b-pink-950\/65 {
  border-bottom-color: rgb(80 7 36 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(80 7 36 / 0.85);
}
.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-primary-100 {
  border-bottom-color: var(--color-primary-100);
}
.border-b-primary-200 {
  border-bottom-color: var(--color-primary-200);
}
.border-b-primary-300 {
  border-bottom-color: var(--color-primary-300);
}
.border-b-primary-400 {
  border-bottom-color: var(--color-primary-400);
}
.border-b-primary-50 {
  border-bottom-color: var(--color-primary-50);
}
.border-b-primary-500 {
  border-bottom-color: var(--color-primary-500);
}
.border-b-primary-600 {
  border-bottom-color: var(--color-primary-600);
}
.border-b-primary-700 {
  border-bottom-color: var(--color-primary-700);
}
.border-b-primary-800 {
  border-bottom-color: var(--color-primary-800);
}
.border-b-primary-900 {
  border-bottom-color: var(--color-primary-900);
}
.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\/15 {
  border-bottom-color: rgb(243 232 255 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(243 232 255 / 0.35);
}
.border-b-purple-100\/40 {
  border-bottom-color: rgb(243 232 255 / 0.4);
}
.border-b-purple-100\/45 {
  border-bottom-color: rgb(243 232 255 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(243 232 255 / 0.55);
}
.border-b-purple-100\/60 {
  border-bottom-color: rgb(243 232 255 / 0.6);
}
.border-b-purple-100\/65 {
  border-bottom-color: rgb(243 232 255 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(243 232 255 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(233 213 255 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(233 213 255 / 0.35);
}
.border-b-purple-200\/40 {
  border-bottom-color: rgb(233 213 255 / 0.4);
}
.border-b-purple-200\/45 {
  border-bottom-color: rgb(233 213 255 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(233 213 255 / 0.55);
}
.border-b-purple-200\/60 {
  border-bottom-color: rgb(233 213 255 / 0.6);
}
.border-b-purple-200\/65 {
  border-bottom-color: rgb(233 213 255 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(233 213 255 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(216 180 254 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(216 180 254 / 0.35);
}
.border-b-purple-300\/40 {
  border-bottom-color: rgb(216 180 254 / 0.4);
}
.border-b-purple-300\/45 {
  border-bottom-color: rgb(216 180 254 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(216 180 254 / 0.55);
}
.border-b-purple-300\/60 {
  border-bottom-color: rgb(216 180 254 / 0.6);
}
.border-b-purple-300\/65 {
  border-bottom-color: rgb(216 180 254 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(216 180 254 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(192 132 252 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(192 132 252 / 0.35);
}
.border-b-purple-400\/40 {
  border-bottom-color: rgb(192 132 252 / 0.4);
}
.border-b-purple-400\/45 {
  border-bottom-color: rgb(192 132 252 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(192 132 252 / 0.55);
}
.border-b-purple-400\/60 {
  border-bottom-color: rgb(192 132 252 / 0.6);
}
.border-b-purple-400\/65 {
  border-bottom-color: rgb(192 132 252 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(192 132 252 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(250 245 255 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(250 245 255 / 0.35);
}
.border-b-purple-50\/40 {
  border-bottom-color: rgb(250 245 255 / 0.4);
}
.border-b-purple-50\/45 {
  border-bottom-color: rgb(250 245 255 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(250 245 255 / 0.55);
}
.border-b-purple-50\/60 {
  border-bottom-color: rgb(250 245 255 / 0.6);
}
.border-b-purple-50\/65 {
  border-bottom-color: rgb(250 245 255 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(250 245 255 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(168 85 247 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(168 85 247 / 0.35);
}
.border-b-purple-500\/40 {
  border-bottom-color: rgb(168 85 247 / 0.4);
}
.border-b-purple-500\/45 {
  border-bottom-color: rgb(168 85 247 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(168 85 247 / 0.55);
}
.border-b-purple-500\/60 {
  border-bottom-color: rgb(168 85 247 / 0.6);
}
.border-b-purple-500\/65 {
  border-bottom-color: rgb(168 85 247 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(168 85 247 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(147 51 234 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(147 51 234 / 0.35);
}
.border-b-purple-600\/40 {
  border-bottom-color: rgb(147 51 234 / 0.4);
}
.border-b-purple-600\/45 {
  border-bottom-color: rgb(147 51 234 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(147 51 234 / 0.55);
}
.border-b-purple-600\/60 {
  border-bottom-color: rgb(147 51 234 / 0.6);
}
.border-b-purple-600\/65 {
  border-bottom-color: rgb(147 51 234 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(147 51 234 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(126 34 206 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(126 34 206 / 0.35);
}
.border-b-purple-700\/40 {
  border-bottom-color: rgb(126 34 206 / 0.4);
}
.border-b-purple-700\/45 {
  border-bottom-color: rgb(126 34 206 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(126 34 206 / 0.55);
}
.border-b-purple-700\/60 {
  border-bottom-color: rgb(126 34 206 / 0.6);
}
.border-b-purple-700\/65 {
  border-bottom-color: rgb(126 34 206 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(126 34 206 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(107 33 168 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(107 33 168 / 0.35);
}
.border-b-purple-800\/40 {
  border-bottom-color: rgb(107 33 168 / 0.4);
}
.border-b-purple-800\/45 {
  border-bottom-color: rgb(107 33 168 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(107 33 168 / 0.55);
}
.border-b-purple-800\/60 {
  border-bottom-color: rgb(107 33 168 / 0.6);
}
.border-b-purple-800\/65 {
  border-bottom-color: rgb(107 33 168 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(107 33 168 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(88 28 135 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(88 28 135 / 0.35);
}
.border-b-purple-900\/40 {
  border-bottom-color: rgb(88 28 135 / 0.4);
}
.border-b-purple-900\/45 {
  border-bottom-color: rgb(88 28 135 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(88 28 135 / 0.55);
}
.border-b-purple-900\/60 {
  border-bottom-color: rgb(88 28 135 / 0.6);
}
.border-b-purple-900\/65 {
  border-bottom-color: rgb(88 28 135 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(88 28 135 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(59 7 100 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(59 7 100 / 0.35);
}
.border-b-purple-950\/40 {
  border-bottom-color: rgb(59 7 100 / 0.4);
}
.border-b-purple-950\/45 {
  border-bottom-color: rgb(59 7 100 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(59 7 100 / 0.55);
}
.border-b-purple-950\/60 {
  border-bottom-color: rgb(59 7 100 / 0.6);
}
.border-b-purple-950\/65 {
  border-bottom-color: rgb(59 7 100 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(59 7 100 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(254 226 226 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(254 226 226 / 0.35);
}
.border-b-red-100\/40 {
  border-bottom-color: rgb(254 226 226 / 0.4);
}
.border-b-red-100\/45 {
  border-bottom-color: rgb(254 226 226 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(254 226 226 / 0.55);
}
.border-b-red-100\/60 {
  border-bottom-color: rgb(254 226 226 / 0.6);
}
.border-b-red-100\/65 {
  border-bottom-color: rgb(254 226 226 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(254 226 226 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(254 202 202 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(254 202 202 / 0.35);
}
.border-b-red-200\/40 {
  border-bottom-color: rgb(254 202 202 / 0.4);
}
.border-b-red-200\/45 {
  border-bottom-color: rgb(254 202 202 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(254 202 202 / 0.55);
}
.border-b-red-200\/60 {
  border-bottom-color: rgb(254 202 202 / 0.6);
}
.border-b-red-200\/65 {
  border-bottom-color: rgb(254 202 202 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(254 202 202 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(252 165 165 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(252 165 165 / 0.35);
}
.border-b-red-300\/40 {
  border-bottom-color: rgb(252 165 165 / 0.4);
}
.border-b-red-300\/45 {
  border-bottom-color: rgb(252 165 165 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(252 165 165 / 0.55);
}
.border-b-red-300\/60 {
  border-bottom-color: rgb(252 165 165 / 0.6);
}
.border-b-red-300\/65 {
  border-bottom-color: rgb(252 165 165 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(252 165 165 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(248 113 113 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(248 113 113 / 0.35);
}
.border-b-red-400\/40 {
  border-bottom-color: rgb(248 113 113 / 0.4);
}
.border-b-red-400\/45 {
  border-bottom-color: rgb(248 113 113 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(248 113 113 / 0.55);
}
.border-b-red-400\/60 {
  border-bottom-color: rgb(248 113 113 / 0.6);
}
.border-b-red-400\/65 {
  border-bottom-color: rgb(248 113 113 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(248 113 113 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(254 242 242 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(254 242 242 / 0.35);
}
.border-b-red-50\/40 {
  border-bottom-color: rgb(254 242 242 / 0.4);
}
.border-b-red-50\/45 {
  border-bottom-color: rgb(254 242 242 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(254 242 242 / 0.55);
}
.border-b-red-50\/60 {
  border-bottom-color: rgb(254 242 242 / 0.6);
}
.border-b-red-50\/65 {
  border-bottom-color: rgb(254 242 242 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(254 242 242 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(239 68 68 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(239 68 68 / 0.35);
}
.border-b-red-500\/40 {
  border-bottom-color: rgb(239 68 68 / 0.4);
}
.border-b-red-500\/45 {
  border-bottom-color: rgb(239 68 68 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(239 68 68 / 0.55);
}
.border-b-red-500\/60 {
  border-bottom-color: rgb(239 68 68 / 0.6);
}
.border-b-red-500\/65 {
  border-bottom-color: rgb(239 68 68 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(239 68 68 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(220 38 38 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(220 38 38 / 0.35);
}
.border-b-red-600\/40 {
  border-bottom-color: rgb(220 38 38 / 0.4);
}
.border-b-red-600\/45 {
  border-bottom-color: rgb(220 38 38 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(220 38 38 / 0.55);
}
.border-b-red-600\/60 {
  border-bottom-color: rgb(220 38 38 / 0.6);
}
.border-b-red-600\/65 {
  border-bottom-color: rgb(220 38 38 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(220 38 38 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(185 28 28 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(185 28 28 / 0.35);
}
.border-b-red-700\/40 {
  border-bottom-color: rgb(185 28 28 / 0.4);
}
.border-b-red-700\/45 {
  border-bottom-color: rgb(185 28 28 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(185 28 28 / 0.55);
}
.border-b-red-700\/60 {
  border-bottom-color: rgb(185 28 28 / 0.6);
}
.border-b-red-700\/65 {
  border-bottom-color: rgb(185 28 28 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(185 28 28 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(153 27 27 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(153 27 27 / 0.35);
}
.border-b-red-800\/40 {
  border-bottom-color: rgb(153 27 27 / 0.4);
}
.border-b-red-800\/45 {
  border-bottom-color: rgb(153 27 27 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(153 27 27 / 0.55);
}
.border-b-red-800\/60 {
  border-bottom-color: rgb(153 27 27 / 0.6);
}
.border-b-red-800\/65 {
  border-bottom-color: rgb(153 27 27 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(153 27 27 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(127 29 29 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(127 29 29 / 0.35);
}
.border-b-red-900\/40 {
  border-bottom-color: rgb(127 29 29 / 0.4);
}
.border-b-red-900\/45 {
  border-bottom-color: rgb(127 29 29 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(127 29 29 / 0.55);
}
.border-b-red-900\/60 {
  border-bottom-color: rgb(127 29 29 / 0.6);
}
.border-b-red-900\/65 {
  border-bottom-color: rgb(127 29 29 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(127 29 29 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(69 10 10 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(69 10 10 / 0.35);
}
.border-b-red-950\/40 {
  border-bottom-color: rgb(69 10 10 / 0.4);
}
.border-b-red-950\/45 {
  border-bottom-color: rgb(69 10 10 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(69 10 10 / 0.55);
}
.border-b-red-950\/60 {
  border-bottom-color: rgb(69 10 10 / 0.6);
}
.border-b-red-950\/65 {
  border-bottom-color: rgb(69 10 10 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(69 10 10 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(255 228 230 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(255 228 230 / 0.35);
}
.border-b-rose-100\/40 {
  border-bottom-color: rgb(255 228 230 / 0.4);
}
.border-b-rose-100\/45 {
  border-bottom-color: rgb(255 228 230 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(255 228 230 / 0.55);
}
.border-b-rose-100\/60 {
  border-bottom-color: rgb(255 228 230 / 0.6);
}
.border-b-rose-100\/65 {
  border-bottom-color: rgb(255 228 230 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(255 228 230 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(254 205 211 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(254 205 211 / 0.35);
}
.border-b-rose-200\/40 {
  border-bottom-color: rgb(254 205 211 / 0.4);
}
.border-b-rose-200\/45 {
  border-bottom-color: rgb(254 205 211 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(254 205 211 / 0.55);
}
.border-b-rose-200\/60 {
  border-bottom-color: rgb(254 205 211 / 0.6);
}
.border-b-rose-200\/65 {
  border-bottom-color: rgb(254 205 211 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(254 205 211 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(253 164 175 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(253 164 175 / 0.35);
}
.border-b-rose-300\/40 {
  border-bottom-color: rgb(253 164 175 / 0.4);
}
.border-b-rose-300\/45 {
  border-bottom-color: rgb(253 164 175 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(253 164 175 / 0.55);
}
.border-b-rose-300\/60 {
  border-bottom-color: rgb(253 164 175 / 0.6);
}
.border-b-rose-300\/65 {
  border-bottom-color: rgb(253 164 175 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(253 164 175 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(251 113 133 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(251 113 133 / 0.35);
}
.border-b-rose-400\/40 {
  border-bottom-color: rgb(251 113 133 / 0.4);
}
.border-b-rose-400\/45 {
  border-bottom-color: rgb(251 113 133 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(251 113 133 / 0.55);
}
.border-b-rose-400\/60 {
  border-bottom-color: rgb(251 113 133 / 0.6);
}
.border-b-rose-400\/65 {
  border-bottom-color: rgb(251 113 133 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(251 113 133 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(255 241 242 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(255 241 242 / 0.35);
}
.border-b-rose-50\/40 {
  border-bottom-color: rgb(255 241 242 / 0.4);
}
.border-b-rose-50\/45 {
  border-bottom-color: rgb(255 241 242 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(255 241 242 / 0.55);
}
.border-b-rose-50\/60 {
  border-bottom-color: rgb(255 241 242 / 0.6);
}
.border-b-rose-50\/65 {
  border-bottom-color: rgb(255 241 242 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(255 241 242 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(244 63 94 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(244 63 94 / 0.35);
}
.border-b-rose-500\/40 {
  border-bottom-color: rgb(244 63 94 / 0.4);
}
.border-b-rose-500\/45 {
  border-bottom-color: rgb(244 63 94 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(244 63 94 / 0.55);
}
.border-b-rose-500\/60 {
  border-bottom-color: rgb(244 63 94 / 0.6);
}
.border-b-rose-500\/65 {
  border-bottom-color: rgb(244 63 94 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(244 63 94 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(225 29 72 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(225 29 72 / 0.35);
}
.border-b-rose-600\/40 {
  border-bottom-color: rgb(225 29 72 / 0.4);
}
.border-b-rose-600\/45 {
  border-bottom-color: rgb(225 29 72 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(225 29 72 / 0.55);
}
.border-b-rose-600\/60 {
  border-bottom-color: rgb(225 29 72 / 0.6);
}
.border-b-rose-600\/65 {
  border-bottom-color: rgb(225 29 72 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(225 29 72 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(190 18 60 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(190 18 60 / 0.35);
}
.border-b-rose-700\/40 {
  border-bottom-color: rgb(190 18 60 / 0.4);
}
.border-b-rose-700\/45 {
  border-bottom-color: rgb(190 18 60 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(190 18 60 / 0.55);
}
.border-b-rose-700\/60 {
  border-bottom-color: rgb(190 18 60 / 0.6);
}
.border-b-rose-700\/65 {
  border-bottom-color: rgb(190 18 60 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(190 18 60 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(159 18 57 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(159 18 57 / 0.35);
}
.border-b-rose-800\/40 {
  border-bottom-color: rgb(159 18 57 / 0.4);
}
.border-b-rose-800\/45 {
  border-bottom-color: rgb(159 18 57 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(159 18 57 / 0.55);
}
.border-b-rose-800\/60 {
  border-bottom-color: rgb(159 18 57 / 0.6);
}
.border-b-rose-800\/65 {
  border-bottom-color: rgb(159 18 57 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(159 18 57 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(136 19 55 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(136 19 55 / 0.35);
}
.border-b-rose-900\/40 {
  border-bottom-color: rgb(136 19 55 / 0.4);
}
.border-b-rose-900\/45 {
  border-bottom-color: rgb(136 19 55 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(136 19 55 / 0.55);
}
.border-b-rose-900\/60 {
  border-bottom-color: rgb(136 19 55 / 0.6);
}
.border-b-rose-900\/65 {
  border-bottom-color: rgb(136 19 55 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(136 19 55 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(76 5 25 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(76 5 25 / 0.35);
}
.border-b-rose-950\/40 {
  border-bottom-color: rgb(76 5 25 / 0.4);
}
.border-b-rose-950\/45 {
  border-bottom-color: rgb(76 5 25 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(76 5 25 / 0.55);
}
.border-b-rose-950\/60 {
  border-bottom-color: rgb(76 5 25 / 0.6);
}
.border-b-rose-950\/65 {
  border-bottom-color: rgb(76 5 25 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(76 5 25 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(224 242 254 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(224 242 254 / 0.35);
}
.border-b-sky-100\/40 {
  border-bottom-color: rgb(224 242 254 / 0.4);
}
.border-b-sky-100\/45 {
  border-bottom-color: rgb(224 242 254 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(224 242 254 / 0.55);
}
.border-b-sky-100\/60 {
  border-bottom-color: rgb(224 242 254 / 0.6);
}
.border-b-sky-100\/65 {
  border-bottom-color: rgb(224 242 254 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(224 242 254 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(186 230 253 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(186 230 253 / 0.35);
}
.border-b-sky-200\/40 {
  border-bottom-color: rgb(186 230 253 / 0.4);
}
.border-b-sky-200\/45 {
  border-bottom-color: rgb(186 230 253 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(186 230 253 / 0.55);
}
.border-b-sky-200\/60 {
  border-bottom-color: rgb(186 230 253 / 0.6);
}
.border-b-sky-200\/65 {
  border-bottom-color: rgb(186 230 253 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(186 230 253 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(125 211 252 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(125 211 252 / 0.35);
}
.border-b-sky-300\/40 {
  border-bottom-color: rgb(125 211 252 / 0.4);
}
.border-b-sky-300\/45 {
  border-bottom-color: rgb(125 211 252 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(125 211 252 / 0.55);
}
.border-b-sky-300\/60 {
  border-bottom-color: rgb(125 211 252 / 0.6);
}
.border-b-sky-300\/65 {
  border-bottom-color: rgb(125 211 252 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(125 211 252 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(56 189 248 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(56 189 248 / 0.35);
}
.border-b-sky-400\/40 {
  border-bottom-color: rgb(56 189 248 / 0.4);
}
.border-b-sky-400\/45 {
  border-bottom-color: rgb(56 189 248 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(56 189 248 / 0.55);
}
.border-b-sky-400\/60 {
  border-bottom-color: rgb(56 189 248 / 0.6);
}
.border-b-sky-400\/65 {
  border-bottom-color: rgb(56 189 248 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(56 189 248 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(240 249 255 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(240 249 255 / 0.35);
}
.border-b-sky-50\/40 {
  border-bottom-color: rgb(240 249 255 / 0.4);
}
.border-b-sky-50\/45 {
  border-bottom-color: rgb(240 249 255 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(240 249 255 / 0.55);
}
.border-b-sky-50\/60 {
  border-bottom-color: rgb(240 249 255 / 0.6);
}
.border-b-sky-50\/65 {
  border-bottom-color: rgb(240 249 255 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(240 249 255 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(14 165 233 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(14 165 233 / 0.35);
}
.border-b-sky-500\/40 {
  border-bottom-color: rgb(14 165 233 / 0.4);
}
.border-b-sky-500\/45 {
  border-bottom-color: rgb(14 165 233 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(14 165 233 / 0.55);
}
.border-b-sky-500\/60 {
  border-bottom-color: rgb(14 165 233 / 0.6);
}
.border-b-sky-500\/65 {
  border-bottom-color: rgb(14 165 233 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(14 165 233 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(2 132 199 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(2 132 199 / 0.35);
}
.border-b-sky-600\/40 {
  border-bottom-color: rgb(2 132 199 / 0.4);
}
.border-b-sky-600\/45 {
  border-bottom-color: rgb(2 132 199 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(2 132 199 / 0.55);
}
.border-b-sky-600\/60 {
  border-bottom-color: rgb(2 132 199 / 0.6);
}
.border-b-sky-600\/65 {
  border-bottom-color: rgb(2 132 199 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(2 132 199 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(3 105 161 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(3 105 161 / 0.35);
}
.border-b-sky-700\/40 {
  border-bottom-color: rgb(3 105 161 / 0.4);
}
.border-b-sky-700\/45 {
  border-bottom-color: rgb(3 105 161 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(3 105 161 / 0.55);
}
.border-b-sky-700\/60 {
  border-bottom-color: rgb(3 105 161 / 0.6);
}
.border-b-sky-700\/65 {
  border-bottom-color: rgb(3 105 161 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(3 105 161 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(7 89 133 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(7 89 133 / 0.35);
}
.border-b-sky-800\/40 {
  border-bottom-color: rgb(7 89 133 / 0.4);
}
.border-b-sky-800\/45 {
  border-bottom-color: rgb(7 89 133 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(7 89 133 / 0.55);
}
.border-b-sky-800\/60 {
  border-bottom-color: rgb(7 89 133 / 0.6);
}
.border-b-sky-800\/65 {
  border-bottom-color: rgb(7 89 133 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(7 89 133 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(12 74 110 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(12 74 110 / 0.35);
}
.border-b-sky-900\/40 {
  border-bottom-color: rgb(12 74 110 / 0.4);
}
.border-b-sky-900\/45 {
  border-bottom-color: rgb(12 74 110 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(12 74 110 / 0.55);
}
.border-b-sky-900\/60 {
  border-bottom-color: rgb(12 74 110 / 0.6);
}
.border-b-sky-900\/65 {
  border-bottom-color: rgb(12 74 110 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(12 74 110 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(8 47 73 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(8 47 73 / 0.35);
}
.border-b-sky-950\/40 {
  border-bottom-color: rgb(8 47 73 / 0.4);
}
.border-b-sky-950\/45 {
  border-bottom-color: rgb(8 47 73 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(8 47 73 / 0.55);
}
.border-b-sky-950\/60 {
  border-bottom-color: rgb(8 47 73 / 0.6);
}
.border-b-sky-950\/65 {
  border-bottom-color: rgb(8 47 73 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(8 47 73 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(241 245 249 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(241 245 249 / 0.35);
}
.border-b-slate-100\/40 {
  border-bottom-color: rgb(241 245 249 / 0.4);
}
.border-b-slate-100\/45 {
  border-bottom-color: rgb(241 245 249 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(241 245 249 / 0.55);
}
.border-b-slate-100\/60 {
  border-bottom-color: rgb(241 245 249 / 0.6);
}
.border-b-slate-100\/65 {
  border-bottom-color: rgb(241 245 249 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(241 245 249 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(226 232 240 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(226 232 240 / 0.35);
}
.border-b-slate-200\/40 {
  border-bottom-color: rgb(226 232 240 / 0.4);
}
.border-b-slate-200\/45 {
  border-bottom-color: rgb(226 232 240 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(226 232 240 / 0.55);
}
.border-b-slate-200\/60 {
  border-bottom-color: rgb(226 232 240 / 0.6);
}
.border-b-slate-200\/65 {
  border-bottom-color: rgb(226 232 240 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(226 232 240 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(203 213 225 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(203 213 225 / 0.35);
}
.border-b-slate-300\/40 {
  border-bottom-color: rgb(203 213 225 / 0.4);
}
.border-b-slate-300\/45 {
  border-bottom-color: rgb(203 213 225 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(203 213 225 / 0.55);
}
.border-b-slate-300\/60 {
  border-bottom-color: rgb(203 213 225 / 0.6);
}
.border-b-slate-300\/65 {
  border-bottom-color: rgb(203 213 225 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(203 213 225 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(148 163 184 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(148 163 184 / 0.35);
}
.border-b-slate-400\/40 {
  border-bottom-color: rgb(148 163 184 / 0.4);
}
.border-b-slate-400\/45 {
  border-bottom-color: rgb(148 163 184 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(148 163 184 / 0.55);
}
.border-b-slate-400\/60 {
  border-bottom-color: rgb(148 163 184 / 0.6);
}
.border-b-slate-400\/65 {
  border-bottom-color: rgb(148 163 184 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(148 163 184 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(248 250 252 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(248 250 252 / 0.35);
}
.border-b-slate-50\/40 {
  border-bottom-color: rgb(248 250 252 / 0.4);
}
.border-b-slate-50\/45 {
  border-bottom-color: rgb(248 250 252 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(248 250 252 / 0.55);
}
.border-b-slate-50\/60 {
  border-bottom-color: rgb(248 250 252 / 0.6);
}
.border-b-slate-50\/65 {
  border-bottom-color: rgb(248 250 252 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(248 250 252 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(100 116 139 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(100 116 139 / 0.35);
}
.border-b-slate-500\/40 {
  border-bottom-color: rgb(100 116 139 / 0.4);
}
.border-b-slate-500\/45 {
  border-bottom-color: rgb(100 116 139 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(100 116 139 / 0.55);
}
.border-b-slate-500\/60 {
  border-bottom-color: rgb(100 116 139 / 0.6);
}
.border-b-slate-500\/65 {
  border-bottom-color: rgb(100 116 139 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(100 116 139 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(71 85 105 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(71 85 105 / 0.35);
}
.border-b-slate-600\/40 {
  border-bottom-color: rgb(71 85 105 / 0.4);
}
.border-b-slate-600\/45 {
  border-bottom-color: rgb(71 85 105 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(71 85 105 / 0.55);
}
.border-b-slate-600\/60 {
  border-bottom-color: rgb(71 85 105 / 0.6);
}
.border-b-slate-600\/65 {
  border-bottom-color: rgb(71 85 105 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(71 85 105 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(51 65 85 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(51 65 85 / 0.35);
}
.border-b-slate-700\/40 {
  border-bottom-color: rgb(51 65 85 / 0.4);
}
.border-b-slate-700\/45 {
  border-bottom-color: rgb(51 65 85 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(51 65 85 / 0.55);
}
.border-b-slate-700\/60 {
  border-bottom-color: rgb(51 65 85 / 0.6);
}
.border-b-slate-700\/65 {
  border-bottom-color: rgb(51 65 85 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(51 65 85 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(30 41 59 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(30 41 59 / 0.35);
}
.border-b-slate-800\/40 {
  border-bottom-color: rgb(30 41 59 / 0.4);
}
.border-b-slate-800\/45 {
  border-bottom-color: rgb(30 41 59 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(30 41 59 / 0.55);
}
.border-b-slate-800\/60 {
  border-bottom-color: rgb(30 41 59 / 0.6);
}
.border-b-slate-800\/65 {
  border-bottom-color: rgb(30 41 59 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(30 41 59 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(15 23 42 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(15 23 42 / 0.35);
}
.border-b-slate-900\/40 {
  border-bottom-color: rgb(15 23 42 / 0.4);
}
.border-b-slate-900\/45 {
  border-bottom-color: rgb(15 23 42 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(15 23 42 / 0.55);
}
.border-b-slate-900\/60 {
  border-bottom-color: rgb(15 23 42 / 0.6);
}
.border-b-slate-900\/65 {
  border-bottom-color: rgb(15 23 42 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(15 23 42 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(2 6 23 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(2 6 23 / 0.35);
}
.border-b-slate-950\/40 {
  border-bottom-color: rgb(2 6 23 / 0.4);
}
.border-b-slate-950\/45 {
  border-bottom-color: rgb(2 6 23 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(2 6 23 / 0.55);
}
.border-b-slate-950\/60 {
  border-bottom-color: rgb(2 6 23 / 0.6);
}
.border-b-slate-950\/65 {
  border-bottom-color: rgb(2 6 23 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(2 6 23 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(245 245 244 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(245 245 244 / 0.35);
}
.border-b-stone-100\/40 {
  border-bottom-color: rgb(245 245 244 / 0.4);
}
.border-b-stone-100\/45 {
  border-bottom-color: rgb(245 245 244 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(245 245 244 / 0.55);
}
.border-b-stone-100\/60 {
  border-bottom-color: rgb(245 245 244 / 0.6);
}
.border-b-stone-100\/65 {
  border-bottom-color: rgb(245 245 244 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(245 245 244 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(231 229 228 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(231 229 228 / 0.35);
}
.border-b-stone-200\/40 {
  border-bottom-color: rgb(231 229 228 / 0.4);
}
.border-b-stone-200\/45 {
  border-bottom-color: rgb(231 229 228 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(231 229 228 / 0.55);
}
.border-b-stone-200\/60 {
  border-bottom-color: rgb(231 229 228 / 0.6);
}
.border-b-stone-200\/65 {
  border-bottom-color: rgb(231 229 228 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(231 229 228 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(214 211 209 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(214 211 209 / 0.35);
}
.border-b-stone-300\/40 {
  border-bottom-color: rgb(214 211 209 / 0.4);
}
.border-b-stone-300\/45 {
  border-bottom-color: rgb(214 211 209 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(214 211 209 / 0.55);
}
.border-b-stone-300\/60 {
  border-bottom-color: rgb(214 211 209 / 0.6);
}
.border-b-stone-300\/65 {
  border-bottom-color: rgb(214 211 209 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(214 211 209 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(168 162 158 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(168 162 158 / 0.35);
}
.border-b-stone-400\/40 {
  border-bottom-color: rgb(168 162 158 / 0.4);
}
.border-b-stone-400\/45 {
  border-bottom-color: rgb(168 162 158 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(168 162 158 / 0.55);
}
.border-b-stone-400\/60 {
  border-bottom-color: rgb(168 162 158 / 0.6);
}
.border-b-stone-400\/65 {
  border-bottom-color: rgb(168 162 158 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(168 162 158 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(250 250 249 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(250 250 249 / 0.35);
}
.border-b-stone-50\/40 {
  border-bottom-color: rgb(250 250 249 / 0.4);
}
.border-b-stone-50\/45 {
  border-bottom-color: rgb(250 250 249 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(250 250 249 / 0.55);
}
.border-b-stone-50\/60 {
  border-bottom-color: rgb(250 250 249 / 0.6);
}
.border-b-stone-50\/65 {
  border-bottom-color: rgb(250 250 249 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(250 250 249 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(120 113 108 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(120 113 108 / 0.35);
}
.border-b-stone-500\/40 {
  border-bottom-color: rgb(120 113 108 / 0.4);
}
.border-b-stone-500\/45 {
  border-bottom-color: rgb(120 113 108 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(120 113 108 / 0.55);
}
.border-b-stone-500\/60 {
  border-bottom-color: rgb(120 113 108 / 0.6);
}
.border-b-stone-500\/65 {
  border-bottom-color: rgb(120 113 108 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(120 113 108 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(87 83 78 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(87 83 78 / 0.35);
}
.border-b-stone-600\/40 {
  border-bottom-color: rgb(87 83 78 / 0.4);
}
.border-b-stone-600\/45 {
  border-bottom-color: rgb(87 83 78 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(87 83 78 / 0.55);
}
.border-b-stone-600\/60 {
  border-bottom-color: rgb(87 83 78 / 0.6);
}
.border-b-stone-600\/65 {
  border-bottom-color: rgb(87 83 78 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(87 83 78 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(68 64 60 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(68 64 60 / 0.35);
}
.border-b-stone-700\/40 {
  border-bottom-color: rgb(68 64 60 / 0.4);
}
.border-b-stone-700\/45 {
  border-bottom-color: rgb(68 64 60 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(68 64 60 / 0.55);
}
.border-b-stone-700\/60 {
  border-bottom-color: rgb(68 64 60 / 0.6);
}
.border-b-stone-700\/65 {
  border-bottom-color: rgb(68 64 60 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(68 64 60 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(41 37 36 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(41 37 36 / 0.35);
}
.border-b-stone-800\/40 {
  border-bottom-color: rgb(41 37 36 / 0.4);
}
.border-b-stone-800\/45 {
  border-bottom-color: rgb(41 37 36 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(41 37 36 / 0.55);
}
.border-b-stone-800\/60 {
  border-bottom-color: rgb(41 37 36 / 0.6);
}
.border-b-stone-800\/65 {
  border-bottom-color: rgb(41 37 36 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(41 37 36 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(28 25 23 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(28 25 23 / 0.35);
}
.border-b-stone-900\/40 {
  border-bottom-color: rgb(28 25 23 / 0.4);
}
.border-b-stone-900\/45 {
  border-bottom-color: rgb(28 25 23 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(28 25 23 / 0.55);
}
.border-b-stone-900\/60 {
  border-bottom-color: rgb(28 25 23 / 0.6);
}
.border-b-stone-900\/65 {
  border-bottom-color: rgb(28 25 23 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(28 25 23 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(12 10 9 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(12 10 9 / 0.35);
}
.border-b-stone-950\/40 {
  border-bottom-color: rgb(12 10 9 / 0.4);
}
.border-b-stone-950\/45 {
  border-bottom-color: rgb(12 10 9 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(12 10 9 / 0.55);
}
.border-b-stone-950\/60 {
  border-bottom-color: rgb(12 10 9 / 0.6);
}
.border-b-stone-950\/65 {
  border-bottom-color: rgb(12 10 9 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(12 10 9 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(204 251 241 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(204 251 241 / 0.35);
}
.border-b-teal-100\/40 {
  border-bottom-color: rgb(204 251 241 / 0.4);
}
.border-b-teal-100\/45 {
  border-bottom-color: rgb(204 251 241 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(204 251 241 / 0.55);
}
.border-b-teal-100\/60 {
  border-bottom-color: rgb(204 251 241 / 0.6);
}
.border-b-teal-100\/65 {
  border-bottom-color: rgb(204 251 241 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(204 251 241 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(153 246 228 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(153 246 228 / 0.35);
}
.border-b-teal-200\/40 {
  border-bottom-color: rgb(153 246 228 / 0.4);
}
.border-b-teal-200\/45 {
  border-bottom-color: rgb(153 246 228 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(153 246 228 / 0.55);
}
.border-b-teal-200\/60 {
  border-bottom-color: rgb(153 246 228 / 0.6);
}
.border-b-teal-200\/65 {
  border-bottom-color: rgb(153 246 228 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(153 246 228 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(94 234 212 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(94 234 212 / 0.35);
}
.border-b-teal-300\/40 {
  border-bottom-color: rgb(94 234 212 / 0.4);
}
.border-b-teal-300\/45 {
  border-bottom-color: rgb(94 234 212 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(94 234 212 / 0.55);
}
.border-b-teal-300\/60 {
  border-bottom-color: rgb(94 234 212 / 0.6);
}
.border-b-teal-300\/65 {
  border-bottom-color: rgb(94 234 212 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(94 234 212 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(45 212 191 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(45 212 191 / 0.35);
}
.border-b-teal-400\/40 {
  border-bottom-color: rgb(45 212 191 / 0.4);
}
.border-b-teal-400\/45 {
  border-bottom-color: rgb(45 212 191 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(45 212 191 / 0.55);
}
.border-b-teal-400\/60 {
  border-bottom-color: rgb(45 212 191 / 0.6);
}
.border-b-teal-400\/65 {
  border-bottom-color: rgb(45 212 191 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(45 212 191 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(240 253 250 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(240 253 250 / 0.35);
}
.border-b-teal-50\/40 {
  border-bottom-color: rgb(240 253 250 / 0.4);
}
.border-b-teal-50\/45 {
  border-bottom-color: rgb(240 253 250 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(240 253 250 / 0.55);
}
.border-b-teal-50\/60 {
  border-bottom-color: rgb(240 253 250 / 0.6);
}
.border-b-teal-50\/65 {
  border-bottom-color: rgb(240 253 250 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(240 253 250 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(20 184 166 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(20 184 166 / 0.35);
}
.border-b-teal-500\/40 {
  border-bottom-color: rgb(20 184 166 / 0.4);
}
.border-b-teal-500\/45 {
  border-bottom-color: rgb(20 184 166 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(20 184 166 / 0.55);
}
.border-b-teal-500\/60 {
  border-bottom-color: rgb(20 184 166 / 0.6);
}
.border-b-teal-500\/65 {
  border-bottom-color: rgb(20 184 166 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(20 184 166 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(13 148 136 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(13 148 136 / 0.35);
}
.border-b-teal-600\/40 {
  border-bottom-color: rgb(13 148 136 / 0.4);
}
.border-b-teal-600\/45 {
  border-bottom-color: rgb(13 148 136 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(13 148 136 / 0.55);
}
.border-b-teal-600\/60 {
  border-bottom-color: rgb(13 148 136 / 0.6);
}
.border-b-teal-600\/65 {
  border-bottom-color: rgb(13 148 136 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(13 148 136 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(15 118 110 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(15 118 110 / 0.35);
}
.border-b-teal-700\/40 {
  border-bottom-color: rgb(15 118 110 / 0.4);
}
.border-b-teal-700\/45 {
  border-bottom-color: rgb(15 118 110 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(15 118 110 / 0.55);
}
.border-b-teal-700\/60 {
  border-bottom-color: rgb(15 118 110 / 0.6);
}
.border-b-teal-700\/65 {
  border-bottom-color: rgb(15 118 110 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(15 118 110 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(17 94 89 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(17 94 89 / 0.35);
}
.border-b-teal-800\/40 {
  border-bottom-color: rgb(17 94 89 / 0.4);
}
.border-b-teal-800\/45 {
  border-bottom-color: rgb(17 94 89 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(17 94 89 / 0.55);
}
.border-b-teal-800\/60 {
  border-bottom-color: rgb(17 94 89 / 0.6);
}
.border-b-teal-800\/65 {
  border-bottom-color: rgb(17 94 89 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(17 94 89 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(19 78 74 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(19 78 74 / 0.35);
}
.border-b-teal-900\/40 {
  border-bottom-color: rgb(19 78 74 / 0.4);
}
.border-b-teal-900\/45 {
  border-bottom-color: rgb(19 78 74 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(19 78 74 / 0.55);
}
.border-b-teal-900\/60 {
  border-bottom-color: rgb(19 78 74 / 0.6);
}
.border-b-teal-900\/65 {
  border-bottom-color: rgb(19 78 74 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(19 78 74 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(4 47 46 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(4 47 46 / 0.35);
}
.border-b-teal-950\/40 {
  border-bottom-color: rgb(4 47 46 / 0.4);
}
.border-b-teal-950\/45 {
  border-bottom-color: rgb(4 47 46 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(4 47 46 / 0.55);
}
.border-b-teal-950\/60 {
  border-bottom-color: rgb(4 47 46 / 0.6);
}
.border-b-teal-950\/65 {
  border-bottom-color: rgb(4 47 46 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(4 47 46 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.border-b-transparent\/40 {
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-b-transparent\/45 {
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.border-b-transparent\/60 {
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-b-transparent\/65 {
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(237 233 254 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(237 233 254 / 0.35);
}
.border-b-violet-100\/40 {
  border-bottom-color: rgb(237 233 254 / 0.4);
}
.border-b-violet-100\/45 {
  border-bottom-color: rgb(237 233 254 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(237 233 254 / 0.55);
}
.border-b-violet-100\/60 {
  border-bottom-color: rgb(237 233 254 / 0.6);
}
.border-b-violet-100\/65 {
  border-bottom-color: rgb(237 233 254 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(237 233 254 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(221 214 254 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(221 214 254 / 0.35);
}
.border-b-violet-200\/40 {
  border-bottom-color: rgb(221 214 254 / 0.4);
}
.border-b-violet-200\/45 {
  border-bottom-color: rgb(221 214 254 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(221 214 254 / 0.55);
}
.border-b-violet-200\/60 {
  border-bottom-color: rgb(221 214 254 / 0.6);
}
.border-b-violet-200\/65 {
  border-bottom-color: rgb(221 214 254 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(221 214 254 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(196 181 253 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(196 181 253 / 0.35);
}
.border-b-violet-300\/40 {
  border-bottom-color: rgb(196 181 253 / 0.4);
}
.border-b-violet-300\/45 {
  border-bottom-color: rgb(196 181 253 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(196 181 253 / 0.55);
}
.border-b-violet-300\/60 {
  border-bottom-color: rgb(196 181 253 / 0.6);
}
.border-b-violet-300\/65 {
  border-bottom-color: rgb(196 181 253 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(196 181 253 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(167 139 250 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(167 139 250 / 0.35);
}
.border-b-violet-400\/40 {
  border-bottom-color: rgb(167 139 250 / 0.4);
}
.border-b-violet-400\/45 {
  border-bottom-color: rgb(167 139 250 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(167 139 250 / 0.55);
}
.border-b-violet-400\/60 {
  border-bottom-color: rgb(167 139 250 / 0.6);
}
.border-b-violet-400\/65 {
  border-bottom-color: rgb(167 139 250 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(167 139 250 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(245 243 255 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(245 243 255 / 0.35);
}
.border-b-violet-50\/40 {
  border-bottom-color: rgb(245 243 255 / 0.4);
}
.border-b-violet-50\/45 {
  border-bottom-color: rgb(245 243 255 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(245 243 255 / 0.55);
}
.border-b-violet-50\/60 {
  border-bottom-color: rgb(245 243 255 / 0.6);
}
.border-b-violet-50\/65 {
  border-bottom-color: rgb(245 243 255 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(245 243 255 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(139 92 246 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(139 92 246 / 0.35);
}
.border-b-violet-500\/40 {
  border-bottom-color: rgb(139 92 246 / 0.4);
}
.border-b-violet-500\/45 {
  border-bottom-color: rgb(139 92 246 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(139 92 246 / 0.55);
}
.border-b-violet-500\/60 {
  border-bottom-color: rgb(139 92 246 / 0.6);
}
.border-b-violet-500\/65 {
  border-bottom-color: rgb(139 92 246 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(139 92 246 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(124 58 237 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(124 58 237 / 0.35);
}
.border-b-violet-600\/40 {
  border-bottom-color: rgb(124 58 237 / 0.4);
}
.border-b-violet-600\/45 {
  border-bottom-color: rgb(124 58 237 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(124 58 237 / 0.55);
}
.border-b-violet-600\/60 {
  border-bottom-color: rgb(124 58 237 / 0.6);
}
.border-b-violet-600\/65 {
  border-bottom-color: rgb(124 58 237 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(124 58 237 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(109 40 217 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(109 40 217 / 0.35);
}
.border-b-violet-700\/40 {
  border-bottom-color: rgb(109 40 217 / 0.4);
}
.border-b-violet-700\/45 {
  border-bottom-color: rgb(109 40 217 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(109 40 217 / 0.55);
}
.border-b-violet-700\/60 {
  border-bottom-color: rgb(109 40 217 / 0.6);
}
.border-b-violet-700\/65 {
  border-bottom-color: rgb(109 40 217 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(109 40 217 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(91 33 182 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(91 33 182 / 0.35);
}
.border-b-violet-800\/40 {
  border-bottom-color: rgb(91 33 182 / 0.4);
}
.border-b-violet-800\/45 {
  border-bottom-color: rgb(91 33 182 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(91 33 182 / 0.55);
}
.border-b-violet-800\/60 {
  border-bottom-color: rgb(91 33 182 / 0.6);
}
.border-b-violet-800\/65 {
  border-bottom-color: rgb(91 33 182 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(91 33 182 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(76 29 149 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(76 29 149 / 0.35);
}
.border-b-violet-900\/40 {
  border-bottom-color: rgb(76 29 149 / 0.4);
}
.border-b-violet-900\/45 {
  border-bottom-color: rgb(76 29 149 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(76 29 149 / 0.55);
}
.border-b-violet-900\/60 {
  border-bottom-color: rgb(76 29 149 / 0.6);
}
.border-b-violet-900\/65 {
  border-bottom-color: rgb(76 29 149 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(76 29 149 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(46 16 101 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(46 16 101 / 0.35);
}
.border-b-violet-950\/40 {
  border-bottom-color: rgb(46 16 101 / 0.4);
}
.border-b-violet-950\/45 {
  border-bottom-color: rgb(46 16 101 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(46 16 101 / 0.55);
}
.border-b-violet-950\/60 {
  border-bottom-color: rgb(46 16 101 / 0.6);
}
.border-b-violet-950\/65 {
  border-bottom-color: rgb(46 16 101 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(46 16 101 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(255 255 255 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(255 255 255 / 0.35);
}
.border-b-white\/40 {
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-b-white\/45 {
  border-bottom-color: rgb(255 255 255 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(255 255 255 / 0.55);
}
.border-b-white\/60 {
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-b-white\/65 {
  border-bottom-color: rgb(255 255 255 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(255 255 255 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(254 249 195 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(254 249 195 / 0.35);
}
.border-b-yellow-100\/40 {
  border-bottom-color: rgb(254 249 195 / 0.4);
}
.border-b-yellow-100\/45 {
  border-bottom-color: rgb(254 249 195 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(254 249 195 / 0.55);
}
.border-b-yellow-100\/60 {
  border-bottom-color: rgb(254 249 195 / 0.6);
}
.border-b-yellow-100\/65 {
  border-bottom-color: rgb(254 249 195 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(254 249 195 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(254 240 138 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(254 240 138 / 0.35);
}
.border-b-yellow-200\/40 {
  border-bottom-color: rgb(254 240 138 / 0.4);
}
.border-b-yellow-200\/45 {
  border-bottom-color: rgb(254 240 138 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(254 240 138 / 0.55);
}
.border-b-yellow-200\/60 {
  border-bottom-color: rgb(254 240 138 / 0.6);
}
.border-b-yellow-200\/65 {
  border-bottom-color: rgb(254 240 138 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(254 240 138 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(253 224 71 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(253 224 71 / 0.35);
}
.border-b-yellow-300\/40 {
  border-bottom-color: rgb(253 224 71 / 0.4);
}
.border-b-yellow-300\/45 {
  border-bottom-color: rgb(253 224 71 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(253 224 71 / 0.55);
}
.border-b-yellow-300\/60 {
  border-bottom-color: rgb(253 224 71 / 0.6);
}
.border-b-yellow-300\/65 {
  border-bottom-color: rgb(253 224 71 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(253 224 71 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(250 204 21 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(250 204 21 / 0.35);
}
.border-b-yellow-400\/40 {
  border-bottom-color: rgb(250 204 21 / 0.4);
}
.border-b-yellow-400\/45 {
  border-bottom-color: rgb(250 204 21 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(250 204 21 / 0.55);
}
.border-b-yellow-400\/60 {
  border-bottom-color: rgb(250 204 21 / 0.6);
}
.border-b-yellow-400\/65 {
  border-bottom-color: rgb(250 204 21 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(250 204 21 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(254 252 232 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(254 252 232 / 0.35);
}
.border-b-yellow-50\/40 {
  border-bottom-color: rgb(254 252 232 / 0.4);
}
.border-b-yellow-50\/45 {
  border-bottom-color: rgb(254 252 232 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(254 252 232 / 0.55);
}
.border-b-yellow-50\/60 {
  border-bottom-color: rgb(254 252 232 / 0.6);
}
.border-b-yellow-50\/65 {
  border-bottom-color: rgb(254 252 232 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(254 252 232 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(234 179 8 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(234 179 8 / 0.35);
}
.border-b-yellow-500\/40 {
  border-bottom-color: rgb(234 179 8 / 0.4);
}
.border-b-yellow-500\/45 {
  border-bottom-color: rgb(234 179 8 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(234 179 8 / 0.55);
}
.border-b-yellow-500\/60 {
  border-bottom-color: rgb(234 179 8 / 0.6);
}
.border-b-yellow-500\/65 {
  border-bottom-color: rgb(234 179 8 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(234 179 8 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(202 138 4 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(202 138 4 / 0.35);
}
.border-b-yellow-600\/40 {
  border-bottom-color: rgb(202 138 4 / 0.4);
}
.border-b-yellow-600\/45 {
  border-bottom-color: rgb(202 138 4 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(202 138 4 / 0.55);
}
.border-b-yellow-600\/60 {
  border-bottom-color: rgb(202 138 4 / 0.6);
}
.border-b-yellow-600\/65 {
  border-bottom-color: rgb(202 138 4 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(202 138 4 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(161 98 7 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(161 98 7 / 0.35);
}
.border-b-yellow-700\/40 {
  border-bottom-color: rgb(161 98 7 / 0.4);
}
.border-b-yellow-700\/45 {
  border-bottom-color: rgb(161 98 7 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(161 98 7 / 0.55);
}
.border-b-yellow-700\/60 {
  border-bottom-color: rgb(161 98 7 / 0.6);
}
.border-b-yellow-700\/65 {
  border-bottom-color: rgb(161 98 7 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(161 98 7 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(133 77 14 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(133 77 14 / 0.35);
}
.border-b-yellow-800\/40 {
  border-bottom-color: rgb(133 77 14 / 0.4);
}
.border-b-yellow-800\/45 {
  border-bottom-color: rgb(133 77 14 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(133 77 14 / 0.55);
}
.border-b-yellow-800\/60 {
  border-bottom-color: rgb(133 77 14 / 0.6);
}
.border-b-yellow-800\/65 {
  border-bottom-color: rgb(133 77 14 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(133 77 14 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(113 63 18 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(113 63 18 / 0.35);
}
.border-b-yellow-900\/40 {
  border-bottom-color: rgb(113 63 18 / 0.4);
}
.border-b-yellow-900\/45 {
  border-bottom-color: rgb(113 63 18 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(113 63 18 / 0.55);
}
.border-b-yellow-900\/60 {
  border-bottom-color: rgb(113 63 18 / 0.6);
}
.border-b-yellow-900\/65 {
  border-bottom-color: rgb(113 63 18 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(113 63 18 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(66 32 6 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(66 32 6 / 0.35);
}
.border-b-yellow-950\/40 {
  border-bottom-color: rgb(66 32 6 / 0.4);
}
.border-b-yellow-950\/45 {
  border-bottom-color: rgb(66 32 6 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(66 32 6 / 0.55);
}
.border-b-yellow-950\/60 {
  border-bottom-color: rgb(66 32 6 / 0.6);
}
.border-b-yellow-950\/65 {
  border-bottom-color: rgb(66 32 6 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(66 32 6 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(244 244 245 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(244 244 245 / 0.35);
}
.border-b-zinc-100\/40 {
  border-bottom-color: rgb(244 244 245 / 0.4);
}
.border-b-zinc-100\/45 {
  border-bottom-color: rgb(244 244 245 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(244 244 245 / 0.55);
}
.border-b-zinc-100\/60 {
  border-bottom-color: rgb(244 244 245 / 0.6);
}
.border-b-zinc-100\/65 {
  border-bottom-color: rgb(244 244 245 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(244 244 245 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(228 228 231 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(228 228 231 / 0.35);
}
.border-b-zinc-200\/40 {
  border-bottom-color: rgb(228 228 231 / 0.4);
}
.border-b-zinc-200\/45 {
  border-bottom-color: rgb(228 228 231 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(228 228 231 / 0.55);
}
.border-b-zinc-200\/60 {
  border-bottom-color: rgb(228 228 231 / 0.6);
}
.border-b-zinc-200\/65 {
  border-bottom-color: rgb(228 228 231 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(228 228 231 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(212 212 216 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(212 212 216 / 0.35);
}
.border-b-zinc-300\/40 {
  border-bottom-color: rgb(212 212 216 / 0.4);
}
.border-b-zinc-300\/45 {
  border-bottom-color: rgb(212 212 216 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(212 212 216 / 0.55);
}
.border-b-zinc-300\/60 {
  border-bottom-color: rgb(212 212 216 / 0.6);
}
.border-b-zinc-300\/65 {
  border-bottom-color: rgb(212 212 216 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(212 212 216 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(161 161 170 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(161 161 170 / 0.35);
}
.border-b-zinc-400\/40 {
  border-bottom-color: rgb(161 161 170 / 0.4);
}
.border-b-zinc-400\/45 {
  border-bottom-color: rgb(161 161 170 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(161 161 170 / 0.55);
}
.border-b-zinc-400\/60 {
  border-bottom-color: rgb(161 161 170 / 0.6);
}
.border-b-zinc-400\/65 {
  border-bottom-color: rgb(161 161 170 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(161 161 170 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(250 250 250 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(250 250 250 / 0.35);
}
.border-b-zinc-50\/40 {
  border-bottom-color: rgb(250 250 250 / 0.4);
}
.border-b-zinc-50\/45 {
  border-bottom-color: rgb(250 250 250 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(250 250 250 / 0.55);
}
.border-b-zinc-50\/60 {
  border-bottom-color: rgb(250 250 250 / 0.6);
}
.border-b-zinc-50\/65 {
  border-bottom-color: rgb(250 250 250 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(250 250 250 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(113 113 122 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(113 113 122 / 0.35);
}
.border-b-zinc-500\/40 {
  border-bottom-color: rgb(113 113 122 / 0.4);
}
.border-b-zinc-500\/45 {
  border-bottom-color: rgb(113 113 122 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(113 113 122 / 0.55);
}
.border-b-zinc-500\/60 {
  border-bottom-color: rgb(113 113 122 / 0.6);
}
.border-b-zinc-500\/65 {
  border-bottom-color: rgb(113 113 122 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(113 113 122 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(82 82 91 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(82 82 91 / 0.35);
}
.border-b-zinc-600\/40 {
  border-bottom-color: rgb(82 82 91 / 0.4);
}
.border-b-zinc-600\/45 {
  border-bottom-color: rgb(82 82 91 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(82 82 91 / 0.55);
}
.border-b-zinc-600\/60 {
  border-bottom-color: rgb(82 82 91 / 0.6);
}
.border-b-zinc-600\/65 {
  border-bottom-color: rgb(82 82 91 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(82 82 91 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(63 63 70 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(63 63 70 / 0.35);
}
.border-b-zinc-700\/40 {
  border-bottom-color: rgb(63 63 70 / 0.4);
}
.border-b-zinc-700\/45 {
  border-bottom-color: rgb(63 63 70 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(63 63 70 / 0.55);
}
.border-b-zinc-700\/60 {
  border-bottom-color: rgb(63 63 70 / 0.6);
}
.border-b-zinc-700\/65 {
  border-bottom-color: rgb(63 63 70 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(63 63 70 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(39 39 42 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(39 39 42 / 0.35);
}
.border-b-zinc-800\/40 {
  border-bottom-color: rgb(39 39 42 / 0.4);
}
.border-b-zinc-800\/45 {
  border-bottom-color: rgb(39 39 42 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(39 39 42 / 0.55);
}
.border-b-zinc-800\/60 {
  border-bottom-color: rgb(39 39 42 / 0.6);
}
.border-b-zinc-800\/65 {
  border-bottom-color: rgb(39 39 42 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(39 39 42 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(24 24 27 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(24 24 27 / 0.35);
}
.border-b-zinc-900\/40 {
  border-bottom-color: rgb(24 24 27 / 0.4);
}
.border-b-zinc-900\/45 {
  border-bottom-color: rgb(24 24 27 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(24 24 27 / 0.55);
}
.border-b-zinc-900\/60 {
  border-bottom-color: rgb(24 24 27 / 0.6);
}
.border-b-zinc-900\/65 {
  border-bottom-color: rgb(24 24 27 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(24 24 27 / 0.85);
}
.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\/15 {
  border-bottom-color: rgb(9 9 11 / 0.15);
}
.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\/35 {
  border-bottom-color: rgb(9 9 11 / 0.35);
}
.border-b-zinc-950\/40 {
  border-bottom-color: rgb(9 9 11 / 0.4);
}
.border-b-zinc-950\/45 {
  border-bottom-color: rgb(9 9 11 / 0.45);
}
.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\/55 {
  border-bottom-color: rgb(9 9 11 / 0.55);
}
.border-b-zinc-950\/60 {
  border-bottom-color: rgb(9 9 11 / 0.6);
}
.border-b-zinc-950\/65 {
  border-bottom-color: rgb(9 9 11 / 0.65);
}
.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\/85 {
  border-bottom-color: rgb(9 9 11 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(254 243 199 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(254 243 199 / 0.35);
}
.border-e-amber-100\/40 {
  border-inline-end-color: rgb(254 243 199 / 0.4);
}
.border-e-amber-100\/45 {
  border-inline-end-color: rgb(254 243 199 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(254 243 199 / 0.55);
}
.border-e-amber-100\/60 {
  border-inline-end-color: rgb(254 243 199 / 0.6);
}
.border-e-amber-100\/65 {
  border-inline-end-color: rgb(254 243 199 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(254 243 199 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(253 230 138 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(253 230 138 / 0.35);
}
.border-e-amber-200\/40 {
  border-inline-end-color: rgb(253 230 138 / 0.4);
}
.border-e-amber-200\/45 {
  border-inline-end-color: rgb(253 230 138 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(253 230 138 / 0.55);
}
.border-e-amber-200\/60 {
  border-inline-end-color: rgb(253 230 138 / 0.6);
}
.border-e-amber-200\/65 {
  border-inline-end-color: rgb(253 230 138 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(253 230 138 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(252 211 77 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(252 211 77 / 0.35);
}
.border-e-amber-300\/40 {
  border-inline-end-color: rgb(252 211 77 / 0.4);
}
.border-e-amber-300\/45 {
  border-inline-end-color: rgb(252 211 77 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(252 211 77 / 0.55);
}
.border-e-amber-300\/60 {
  border-inline-end-color: rgb(252 211 77 / 0.6);
}
.border-e-amber-300\/65 {
  border-inline-end-color: rgb(252 211 77 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(252 211 77 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(251 191 36 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(251 191 36 / 0.35);
}
.border-e-amber-400\/40 {
  border-inline-end-color: rgb(251 191 36 / 0.4);
}
.border-e-amber-400\/45 {
  border-inline-end-color: rgb(251 191 36 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(251 191 36 / 0.55);
}
.border-e-amber-400\/60 {
  border-inline-end-color: rgb(251 191 36 / 0.6);
}
.border-e-amber-400\/65 {
  border-inline-end-color: rgb(251 191 36 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(251 191 36 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(255 251 235 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(255 251 235 / 0.35);
}
.border-e-amber-50\/40 {
  border-inline-end-color: rgb(255 251 235 / 0.4);
}
.border-e-amber-50\/45 {
  border-inline-end-color: rgb(255 251 235 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(255 251 235 / 0.55);
}
.border-e-amber-50\/60 {
  border-inline-end-color: rgb(255 251 235 / 0.6);
}
.border-e-amber-50\/65 {
  border-inline-end-color: rgb(255 251 235 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(255 251 235 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(245 158 11 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(245 158 11 / 0.35);
}
.border-e-amber-500\/40 {
  border-inline-end-color: rgb(245 158 11 / 0.4);
}
.border-e-amber-500\/45 {
  border-inline-end-color: rgb(245 158 11 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(245 158 11 / 0.55);
}
.border-e-amber-500\/60 {
  border-inline-end-color: rgb(245 158 11 / 0.6);
}
.border-e-amber-500\/65 {
  border-inline-end-color: rgb(245 158 11 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(245 158 11 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(217 119 6 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(217 119 6 / 0.35);
}
.border-e-amber-600\/40 {
  border-inline-end-color: rgb(217 119 6 / 0.4);
}
.border-e-amber-600\/45 {
  border-inline-end-color: rgb(217 119 6 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(217 119 6 / 0.55);
}
.border-e-amber-600\/60 {
  border-inline-end-color: rgb(217 119 6 / 0.6);
}
.border-e-amber-600\/65 {
  border-inline-end-color: rgb(217 119 6 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(217 119 6 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(180 83 9 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(180 83 9 / 0.35);
}
.border-e-amber-700\/40 {
  border-inline-end-color: rgb(180 83 9 / 0.4);
}
.border-e-amber-700\/45 {
  border-inline-end-color: rgb(180 83 9 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(180 83 9 / 0.55);
}
.border-e-amber-700\/60 {
  border-inline-end-color: rgb(180 83 9 / 0.6);
}
.border-e-amber-700\/65 {
  border-inline-end-color: rgb(180 83 9 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(180 83 9 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(146 64 14 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(146 64 14 / 0.35);
}
.border-e-amber-800\/40 {
  border-inline-end-color: rgb(146 64 14 / 0.4);
}
.border-e-amber-800\/45 {
  border-inline-end-color: rgb(146 64 14 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(146 64 14 / 0.55);
}
.border-e-amber-800\/60 {
  border-inline-end-color: rgb(146 64 14 / 0.6);
}
.border-e-amber-800\/65 {
  border-inline-end-color: rgb(146 64 14 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(146 64 14 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(120 53 15 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(120 53 15 / 0.35);
}
.border-e-amber-900\/40 {
  border-inline-end-color: rgb(120 53 15 / 0.4);
}
.border-e-amber-900\/45 {
  border-inline-end-color: rgb(120 53 15 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(120 53 15 / 0.55);
}
.border-e-amber-900\/60 {
  border-inline-end-color: rgb(120 53 15 / 0.6);
}
.border-e-amber-900\/65 {
  border-inline-end-color: rgb(120 53 15 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(120 53 15 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(69 26 3 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(69 26 3 / 0.35);
}
.border-e-amber-950\/40 {
  border-inline-end-color: rgb(69 26 3 / 0.4);
}
.border-e-amber-950\/45 {
  border-inline-end-color: rgb(69 26 3 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(69 26 3 / 0.55);
}
.border-e-amber-950\/60 {
  border-inline-end-color: rgb(69 26 3 / 0.6);
}
.border-e-amber-950\/65 {
  border-inline-end-color: rgb(69 26 3 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(69 26 3 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(0 0 0 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(0 0 0 / 0.35);
}
.border-e-black\/40 {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}
.border-e-black\/45 {
  border-inline-end-color: rgb(0 0 0 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(0 0 0 / 0.55);
}
.border-e-black\/60 {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}
.border-e-black\/65 {
  border-inline-end-color: rgb(0 0 0 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(0 0 0 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(219 234 254 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(219 234 254 / 0.35);
}
.border-e-blue-100\/40 {
  border-inline-end-color: rgb(219 234 254 / 0.4);
}
.border-e-blue-100\/45 {
  border-inline-end-color: rgb(219 234 254 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(219 234 254 / 0.55);
}
.border-e-blue-100\/60 {
  border-inline-end-color: rgb(219 234 254 / 0.6);
}
.border-e-blue-100\/65 {
  border-inline-end-color: rgb(219 234 254 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(219 234 254 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(191 219 254 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(191 219 254 / 0.35);
}
.border-e-blue-200\/40 {
  border-inline-end-color: rgb(191 219 254 / 0.4);
}
.border-e-blue-200\/45 {
  border-inline-end-color: rgb(191 219 254 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(191 219 254 / 0.55);
}
.border-e-blue-200\/60 {
  border-inline-end-color: rgb(191 219 254 / 0.6);
}
.border-e-blue-200\/65 {
  border-inline-end-color: rgb(191 219 254 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(191 219 254 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(147 197 253 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(147 197 253 / 0.35);
}
.border-e-blue-300\/40 {
  border-inline-end-color: rgb(147 197 253 / 0.4);
}
.border-e-blue-300\/45 {
  border-inline-end-color: rgb(147 197 253 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(147 197 253 / 0.55);
}
.border-e-blue-300\/60 {
  border-inline-end-color: rgb(147 197 253 / 0.6);
}
.border-e-blue-300\/65 {
  border-inline-end-color: rgb(147 197 253 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(147 197 253 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(96 165 250 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(96 165 250 / 0.35);
}
.border-e-blue-400\/40 {
  border-inline-end-color: rgb(96 165 250 / 0.4);
}
.border-e-blue-400\/45 {
  border-inline-end-color: rgb(96 165 250 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(96 165 250 / 0.55);
}
.border-e-blue-400\/60 {
  border-inline-end-color: rgb(96 165 250 / 0.6);
}
.border-e-blue-400\/65 {
  border-inline-end-color: rgb(96 165 250 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(96 165 250 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(239 246 255 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(239 246 255 / 0.35);
}
.border-e-blue-50\/40 {
  border-inline-end-color: rgb(239 246 255 / 0.4);
}
.border-e-blue-50\/45 {
  border-inline-end-color: rgb(239 246 255 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(239 246 255 / 0.55);
}
.border-e-blue-50\/60 {
  border-inline-end-color: rgb(239 246 255 / 0.6);
}
.border-e-blue-50\/65 {
  border-inline-end-color: rgb(239 246 255 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(239 246 255 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(59 130 246 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(59 130 246 / 0.35);
}
.border-e-blue-500\/40 {
  border-inline-end-color: rgb(59 130 246 / 0.4);
}
.border-e-blue-500\/45 {
  border-inline-end-color: rgb(59 130 246 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(59 130 246 / 0.55);
}
.border-e-blue-500\/60 {
  border-inline-end-color: rgb(59 130 246 / 0.6);
}
.border-e-blue-500\/65 {
  border-inline-end-color: rgb(59 130 246 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(59 130 246 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(37 99 235 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(37 99 235 / 0.35);
}
.border-e-blue-600\/40 {
  border-inline-end-color: rgb(37 99 235 / 0.4);
}
.border-e-blue-600\/45 {
  border-inline-end-color: rgb(37 99 235 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(37 99 235 / 0.55);
}
.border-e-blue-600\/60 {
  border-inline-end-color: rgb(37 99 235 / 0.6);
}
.border-e-blue-600\/65 {
  border-inline-end-color: rgb(37 99 235 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(37 99 235 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(29 78 216 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(29 78 216 / 0.35);
}
.border-e-blue-700\/40 {
  border-inline-end-color: rgb(29 78 216 / 0.4);
}
.border-e-blue-700\/45 {
  border-inline-end-color: rgb(29 78 216 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(29 78 216 / 0.55);
}
.border-e-blue-700\/60 {
  border-inline-end-color: rgb(29 78 216 / 0.6);
}
.border-e-blue-700\/65 {
  border-inline-end-color: rgb(29 78 216 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(29 78 216 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(30 64 175 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(30 64 175 / 0.35);
}
.border-e-blue-800\/40 {
  border-inline-end-color: rgb(30 64 175 / 0.4);
}
.border-e-blue-800\/45 {
  border-inline-end-color: rgb(30 64 175 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(30 64 175 / 0.55);
}
.border-e-blue-800\/60 {
  border-inline-end-color: rgb(30 64 175 / 0.6);
}
.border-e-blue-800\/65 {
  border-inline-end-color: rgb(30 64 175 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(30 64 175 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(30 58 138 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(30 58 138 / 0.35);
}
.border-e-blue-900\/40 {
  border-inline-end-color: rgb(30 58 138 / 0.4);
}
.border-e-blue-900\/45 {
  border-inline-end-color: rgb(30 58 138 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(30 58 138 / 0.55);
}
.border-e-blue-900\/60 {
  border-inline-end-color: rgb(30 58 138 / 0.6);
}
.border-e-blue-900\/65 {
  border-inline-end-color: rgb(30 58 138 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(30 58 138 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(23 37 84 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(23 37 84 / 0.35);
}
.border-e-blue-950\/40 {
  border-inline-end-color: rgb(23 37 84 / 0.4);
}
.border-e-blue-950\/45 {
  border-inline-end-color: rgb(23 37 84 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(23 37 84 / 0.55);
}
.border-e-blue-950\/60 {
  border-inline-end-color: rgb(23 37 84 / 0.6);
}
.border-e-blue-950\/65 {
  border-inline-end-color: rgb(23 37 84 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(23 37 84 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(207 250 254 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(207 250 254 / 0.35);
}
.border-e-cyan-100\/40 {
  border-inline-end-color: rgb(207 250 254 / 0.4);
}
.border-e-cyan-100\/45 {
  border-inline-end-color: rgb(207 250 254 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(207 250 254 / 0.55);
}
.border-e-cyan-100\/60 {
  border-inline-end-color: rgb(207 250 254 / 0.6);
}
.border-e-cyan-100\/65 {
  border-inline-end-color: rgb(207 250 254 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(207 250 254 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(165 243 252 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(165 243 252 / 0.35);
}
.border-e-cyan-200\/40 {
  border-inline-end-color: rgb(165 243 252 / 0.4);
}
.border-e-cyan-200\/45 {
  border-inline-end-color: rgb(165 243 252 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(165 243 252 / 0.55);
}
.border-e-cyan-200\/60 {
  border-inline-end-color: rgb(165 243 252 / 0.6);
}
.border-e-cyan-200\/65 {
  border-inline-end-color: rgb(165 243 252 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(165 243 252 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(103 232 249 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(103 232 249 / 0.35);
}
.border-e-cyan-300\/40 {
  border-inline-end-color: rgb(103 232 249 / 0.4);
}
.border-e-cyan-300\/45 {
  border-inline-end-color: rgb(103 232 249 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(103 232 249 / 0.55);
}
.border-e-cyan-300\/60 {
  border-inline-end-color: rgb(103 232 249 / 0.6);
}
.border-e-cyan-300\/65 {
  border-inline-end-color: rgb(103 232 249 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(103 232 249 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(34 211 238 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(34 211 238 / 0.35);
}
.border-e-cyan-400\/40 {
  border-inline-end-color: rgb(34 211 238 / 0.4);
}
.border-e-cyan-400\/45 {
  border-inline-end-color: rgb(34 211 238 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(34 211 238 / 0.55);
}
.border-e-cyan-400\/60 {
  border-inline-end-color: rgb(34 211 238 / 0.6);
}
.border-e-cyan-400\/65 {
  border-inline-end-color: rgb(34 211 238 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(34 211 238 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(236 254 255 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(236 254 255 / 0.35);
}
.border-e-cyan-50\/40 {
  border-inline-end-color: rgb(236 254 255 / 0.4);
}
.border-e-cyan-50\/45 {
  border-inline-end-color: rgb(236 254 255 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(236 254 255 / 0.55);
}
.border-e-cyan-50\/60 {
  border-inline-end-color: rgb(236 254 255 / 0.6);
}
.border-e-cyan-50\/65 {
  border-inline-end-color: rgb(236 254 255 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(236 254 255 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(6 182 212 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(6 182 212 / 0.35);
}
.border-e-cyan-500\/40 {
  border-inline-end-color: rgb(6 182 212 / 0.4);
}
.border-e-cyan-500\/45 {
  border-inline-end-color: rgb(6 182 212 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(6 182 212 / 0.55);
}
.border-e-cyan-500\/60 {
  border-inline-end-color: rgb(6 182 212 / 0.6);
}
.border-e-cyan-500\/65 {
  border-inline-end-color: rgb(6 182 212 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(6 182 212 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(8 145 178 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(8 145 178 / 0.35);
}
.border-e-cyan-600\/40 {
  border-inline-end-color: rgb(8 145 178 / 0.4);
}
.border-e-cyan-600\/45 {
  border-inline-end-color: rgb(8 145 178 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(8 145 178 / 0.55);
}
.border-e-cyan-600\/60 {
  border-inline-end-color: rgb(8 145 178 / 0.6);
}
.border-e-cyan-600\/65 {
  border-inline-end-color: rgb(8 145 178 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(8 145 178 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(14 116 144 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(14 116 144 / 0.35);
}
.border-e-cyan-700\/40 {
  border-inline-end-color: rgb(14 116 144 / 0.4);
}
.border-e-cyan-700\/45 {
  border-inline-end-color: rgb(14 116 144 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(14 116 144 / 0.55);
}
.border-e-cyan-700\/60 {
  border-inline-end-color: rgb(14 116 144 / 0.6);
}
.border-e-cyan-700\/65 {
  border-inline-end-color: rgb(14 116 144 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(14 116 144 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(21 94 117 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(21 94 117 / 0.35);
}
.border-e-cyan-800\/40 {
  border-inline-end-color: rgb(21 94 117 / 0.4);
}
.border-e-cyan-800\/45 {
  border-inline-end-color: rgb(21 94 117 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(21 94 117 / 0.55);
}
.border-e-cyan-800\/60 {
  border-inline-end-color: rgb(21 94 117 / 0.6);
}
.border-e-cyan-800\/65 {
  border-inline-end-color: rgb(21 94 117 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(21 94 117 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(22 78 99 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(22 78 99 / 0.35);
}
.border-e-cyan-900\/40 {
  border-inline-end-color: rgb(22 78 99 / 0.4);
}
.border-e-cyan-900\/45 {
  border-inline-end-color: rgb(22 78 99 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(22 78 99 / 0.55);
}
.border-e-cyan-900\/60 {
  border-inline-end-color: rgb(22 78 99 / 0.6);
}
.border-e-cyan-900\/65 {
  border-inline-end-color: rgb(22 78 99 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(22 78 99 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(8 51 68 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(8 51 68 / 0.35);
}
.border-e-cyan-950\/40 {
  border-inline-end-color: rgb(8 51 68 / 0.4);
}
.border-e-cyan-950\/45 {
  border-inline-end-color: rgb(8 51 68 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(8 51 68 / 0.55);
}
.border-e-cyan-950\/60 {
  border-inline-end-color: rgb(8 51 68 / 0.6);
}
.border-e-cyan-950\/65 {
  border-inline-end-color: rgb(8 51 68 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(8 51 68 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(209 250 229 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(209 250 229 / 0.35);
}
.border-e-emerald-100\/40 {
  border-inline-end-color: rgb(209 250 229 / 0.4);
}
.border-e-emerald-100\/45 {
  border-inline-end-color: rgb(209 250 229 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(209 250 229 / 0.55);
}
.border-e-emerald-100\/60 {
  border-inline-end-color: rgb(209 250 229 / 0.6);
}
.border-e-emerald-100\/65 {
  border-inline-end-color: rgb(209 250 229 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(209 250 229 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(167 243 208 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(167 243 208 / 0.35);
}
.border-e-emerald-200\/40 {
  border-inline-end-color: rgb(167 243 208 / 0.4);
}
.border-e-emerald-200\/45 {
  border-inline-end-color: rgb(167 243 208 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(167 243 208 / 0.55);
}
.border-e-emerald-200\/60 {
  border-inline-end-color: rgb(167 243 208 / 0.6);
}
.border-e-emerald-200\/65 {
  border-inline-end-color: rgb(167 243 208 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(167 243 208 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(110 231 183 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(110 231 183 / 0.35);
}
.border-e-emerald-300\/40 {
  border-inline-end-color: rgb(110 231 183 / 0.4);
}
.border-e-emerald-300\/45 {
  border-inline-end-color: rgb(110 231 183 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(110 231 183 / 0.55);
}
.border-e-emerald-300\/60 {
  border-inline-end-color: rgb(110 231 183 / 0.6);
}
.border-e-emerald-300\/65 {
  border-inline-end-color: rgb(110 231 183 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(110 231 183 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(52 211 153 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(52 211 153 / 0.35);
}
.border-e-emerald-400\/40 {
  border-inline-end-color: rgb(52 211 153 / 0.4);
}
.border-e-emerald-400\/45 {
  border-inline-end-color: rgb(52 211 153 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(52 211 153 / 0.55);
}
.border-e-emerald-400\/60 {
  border-inline-end-color: rgb(52 211 153 / 0.6);
}
.border-e-emerald-400\/65 {
  border-inline-end-color: rgb(52 211 153 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(52 211 153 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(236 253 245 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(236 253 245 / 0.35);
}
.border-e-emerald-50\/40 {
  border-inline-end-color: rgb(236 253 245 / 0.4);
}
.border-e-emerald-50\/45 {
  border-inline-end-color: rgb(236 253 245 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(236 253 245 / 0.55);
}
.border-e-emerald-50\/60 {
  border-inline-end-color: rgb(236 253 245 / 0.6);
}
.border-e-emerald-50\/65 {
  border-inline-end-color: rgb(236 253 245 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(236 253 245 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(16 185 129 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(16 185 129 / 0.35);
}
.border-e-emerald-500\/40 {
  border-inline-end-color: rgb(16 185 129 / 0.4);
}
.border-e-emerald-500\/45 {
  border-inline-end-color: rgb(16 185 129 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(16 185 129 / 0.55);
}
.border-e-emerald-500\/60 {
  border-inline-end-color: rgb(16 185 129 / 0.6);
}
.border-e-emerald-500\/65 {
  border-inline-end-color: rgb(16 185 129 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(16 185 129 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(5 150 105 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(5 150 105 / 0.35);
}
.border-e-emerald-600\/40 {
  border-inline-end-color: rgb(5 150 105 / 0.4);
}
.border-e-emerald-600\/45 {
  border-inline-end-color: rgb(5 150 105 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(5 150 105 / 0.55);
}
.border-e-emerald-600\/60 {
  border-inline-end-color: rgb(5 150 105 / 0.6);
}
.border-e-emerald-600\/65 {
  border-inline-end-color: rgb(5 150 105 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(5 150 105 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(4 120 87 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(4 120 87 / 0.35);
}
.border-e-emerald-700\/40 {
  border-inline-end-color: rgb(4 120 87 / 0.4);
}
.border-e-emerald-700\/45 {
  border-inline-end-color: rgb(4 120 87 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(4 120 87 / 0.55);
}
.border-e-emerald-700\/60 {
  border-inline-end-color: rgb(4 120 87 / 0.6);
}
.border-e-emerald-700\/65 {
  border-inline-end-color: rgb(4 120 87 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(4 120 87 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(6 95 70 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(6 95 70 / 0.35);
}
.border-e-emerald-800\/40 {
  border-inline-end-color: rgb(6 95 70 / 0.4);
}
.border-e-emerald-800\/45 {
  border-inline-end-color: rgb(6 95 70 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(6 95 70 / 0.55);
}
.border-e-emerald-800\/60 {
  border-inline-end-color: rgb(6 95 70 / 0.6);
}
.border-e-emerald-800\/65 {
  border-inline-end-color: rgb(6 95 70 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(6 95 70 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(6 78 59 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(6 78 59 / 0.35);
}
.border-e-emerald-900\/40 {
  border-inline-end-color: rgb(6 78 59 / 0.4);
}
.border-e-emerald-900\/45 {
  border-inline-end-color: rgb(6 78 59 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(6 78 59 / 0.55);
}
.border-e-emerald-900\/60 {
  border-inline-end-color: rgb(6 78 59 / 0.6);
}
.border-e-emerald-900\/65 {
  border-inline-end-color: rgb(6 78 59 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(6 78 59 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(2 44 34 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(2 44 34 / 0.35);
}
.border-e-emerald-950\/40 {
  border-inline-end-color: rgb(2 44 34 / 0.4);
}
.border-e-emerald-950\/45 {
  border-inline-end-color: rgb(2 44 34 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(2 44 34 / 0.55);
}
.border-e-emerald-950\/60 {
  border-inline-end-color: rgb(2 44 34 / 0.6);
}
.border-e-emerald-950\/65 {
  border-inline-end-color: rgb(2 44 34 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(2 44 34 / 0.85);
}
.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-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\/15 {
  border-inline-end-color: rgb(250 232 255 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(250 232 255 / 0.35);
}
.border-e-fuchsia-100\/40 {
  border-inline-end-color: rgb(250 232 255 / 0.4);
}
.border-e-fuchsia-100\/45 {
  border-inline-end-color: rgb(250 232 255 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(250 232 255 / 0.55);
}
.border-e-fuchsia-100\/60 {
  border-inline-end-color: rgb(250 232 255 / 0.6);
}
.border-e-fuchsia-100\/65 {
  border-inline-end-color: rgb(250 232 255 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(250 232 255 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(245 208 254 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(245 208 254 / 0.35);
}
.border-e-fuchsia-200\/40 {
  border-inline-end-color: rgb(245 208 254 / 0.4);
}
.border-e-fuchsia-200\/45 {
  border-inline-end-color: rgb(245 208 254 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(245 208 254 / 0.55);
}
.border-e-fuchsia-200\/60 {
  border-inline-end-color: rgb(245 208 254 / 0.6);
}
.border-e-fuchsia-200\/65 {
  border-inline-end-color: rgb(245 208 254 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(245 208 254 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(240 171 252 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(240 171 252 / 0.35);
}
.border-e-fuchsia-300\/40 {
  border-inline-end-color: rgb(240 171 252 / 0.4);
}
.border-e-fuchsia-300\/45 {
  border-inline-end-color: rgb(240 171 252 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(240 171 252 / 0.55);
}
.border-e-fuchsia-300\/60 {
  border-inline-end-color: rgb(240 171 252 / 0.6);
}
.border-e-fuchsia-300\/65 {
  border-inline-end-color: rgb(240 171 252 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(240 171 252 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(232 121 249 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(232 121 249 / 0.35);
}
.border-e-fuchsia-400\/40 {
  border-inline-end-color: rgb(232 121 249 / 0.4);
}
.border-e-fuchsia-400\/45 {
  border-inline-end-color: rgb(232 121 249 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(232 121 249 / 0.55);
}
.border-e-fuchsia-400\/60 {
  border-inline-end-color: rgb(232 121 249 / 0.6);
}
.border-e-fuchsia-400\/65 {
  border-inline-end-color: rgb(232 121 249 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(232 121 249 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(253 244 255 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(253 244 255 / 0.35);
}
.border-e-fuchsia-50\/40 {
  border-inline-end-color: rgb(253 244 255 / 0.4);
}
.border-e-fuchsia-50\/45 {
  border-inline-end-color: rgb(253 244 255 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(253 244 255 / 0.55);
}
.border-e-fuchsia-50\/60 {
  border-inline-end-color: rgb(253 244 255 / 0.6);
}
.border-e-fuchsia-50\/65 {
  border-inline-end-color: rgb(253 244 255 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(253 244 255 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(217 70 239 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(217 70 239 / 0.35);
}
.border-e-fuchsia-500\/40 {
  border-inline-end-color: rgb(217 70 239 / 0.4);
}
.border-e-fuchsia-500\/45 {
  border-inline-end-color: rgb(217 70 239 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(217 70 239 / 0.55);
}
.border-e-fuchsia-500\/60 {
  border-inline-end-color: rgb(217 70 239 / 0.6);
}
.border-e-fuchsia-500\/65 {
  border-inline-end-color: rgb(217 70 239 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(217 70 239 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(192 38 211 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(192 38 211 / 0.35);
}
.border-e-fuchsia-600\/40 {
  border-inline-end-color: rgb(192 38 211 / 0.4);
}
.border-e-fuchsia-600\/45 {
  border-inline-end-color: rgb(192 38 211 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(192 38 211 / 0.55);
}
.border-e-fuchsia-600\/60 {
  border-inline-end-color: rgb(192 38 211 / 0.6);
}
.border-e-fuchsia-600\/65 {
  border-inline-end-color: rgb(192 38 211 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(192 38 211 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(162 28 175 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(162 28 175 / 0.35);
}
.border-e-fuchsia-700\/40 {
  border-inline-end-color: rgb(162 28 175 / 0.4);
}
.border-e-fuchsia-700\/45 {
  border-inline-end-color: rgb(162 28 175 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(162 28 175 / 0.55);
}
.border-e-fuchsia-700\/60 {
  border-inline-end-color: rgb(162 28 175 / 0.6);
}
.border-e-fuchsia-700\/65 {
  border-inline-end-color: rgb(162 28 175 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(162 28 175 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(134 25 143 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(134 25 143 / 0.35);
}
.border-e-fuchsia-800\/40 {
  border-inline-end-color: rgb(134 25 143 / 0.4);
}
.border-e-fuchsia-800\/45 {
  border-inline-end-color: rgb(134 25 143 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(134 25 143 / 0.55);
}
.border-e-fuchsia-800\/60 {
  border-inline-end-color: rgb(134 25 143 / 0.6);
}
.border-e-fuchsia-800\/65 {
  border-inline-end-color: rgb(134 25 143 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(134 25 143 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(112 26 117 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(112 26 117 / 0.35);
}
.border-e-fuchsia-900\/40 {
  border-inline-end-color: rgb(112 26 117 / 0.4);
}
.border-e-fuchsia-900\/45 {
  border-inline-end-color: rgb(112 26 117 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(112 26 117 / 0.55);
}
.border-e-fuchsia-900\/60 {
  border-inline-end-color: rgb(112 26 117 / 0.6);
}
.border-e-fuchsia-900\/65 {
  border-inline-end-color: rgb(112 26 117 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(112 26 117 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(74 4 78 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(74 4 78 / 0.35);
}
.border-e-fuchsia-950\/40 {
  border-inline-end-color: rgb(74 4 78 / 0.4);
}
.border-e-fuchsia-950\/45 {
  border-inline-end-color: rgb(74 4 78 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(74 4 78 / 0.55);
}
.border-e-fuchsia-950\/60 {
  border-inline-end-color: rgb(74 4 78 / 0.6);
}
.border-e-fuchsia-950\/65 {
  border-inline-end-color: rgb(74 4 78 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(74 4 78 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(243 244 246 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(243 244 246 / 0.35);
}
.border-e-gray-100\/40 {
  border-inline-end-color: rgb(243 244 246 / 0.4);
}
.border-e-gray-100\/45 {
  border-inline-end-color: rgb(243 244 246 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(243 244 246 / 0.55);
}
.border-e-gray-100\/60 {
  border-inline-end-color: rgb(243 244 246 / 0.6);
}
.border-e-gray-100\/65 {
  border-inline-end-color: rgb(243 244 246 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(243 244 246 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(229 231 235 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(229 231 235 / 0.35);
}
.border-e-gray-200\/40 {
  border-inline-end-color: rgb(229 231 235 / 0.4);
}
.border-e-gray-200\/45 {
  border-inline-end-color: rgb(229 231 235 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(229 231 235 / 0.55);
}
.border-e-gray-200\/60 {
  border-inline-end-color: rgb(229 231 235 / 0.6);
}
.border-e-gray-200\/65 {
  border-inline-end-color: rgb(229 231 235 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(229 231 235 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(209 213 219 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(209 213 219 / 0.35);
}
.border-e-gray-300\/40 {
  border-inline-end-color: rgb(209 213 219 / 0.4);
}
.border-e-gray-300\/45 {
  border-inline-end-color: rgb(209 213 219 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(209 213 219 / 0.55);
}
.border-e-gray-300\/60 {
  border-inline-end-color: rgb(209 213 219 / 0.6);
}
.border-e-gray-300\/65 {
  border-inline-end-color: rgb(209 213 219 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(209 213 219 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(156 163 175 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(156 163 175 / 0.35);
}
.border-e-gray-400\/40 {
  border-inline-end-color: rgb(156 163 175 / 0.4);
}
.border-e-gray-400\/45 {
  border-inline-end-color: rgb(156 163 175 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(156 163 175 / 0.55);
}
.border-e-gray-400\/60 {
  border-inline-end-color: rgb(156 163 175 / 0.6);
}
.border-e-gray-400\/65 {
  border-inline-end-color: rgb(156 163 175 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(156 163 175 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(249 250 251 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(249 250 251 / 0.35);
}
.border-e-gray-50\/40 {
  border-inline-end-color: rgb(249 250 251 / 0.4);
}
.border-e-gray-50\/45 {
  border-inline-end-color: rgb(249 250 251 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(249 250 251 / 0.55);
}
.border-e-gray-50\/60 {
  border-inline-end-color: rgb(249 250 251 / 0.6);
}
.border-e-gray-50\/65 {
  border-inline-end-color: rgb(249 250 251 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(249 250 251 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(107 114 128 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(107 114 128 / 0.35);
}
.border-e-gray-500\/40 {
  border-inline-end-color: rgb(107 114 128 / 0.4);
}
.border-e-gray-500\/45 {
  border-inline-end-color: rgb(107 114 128 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(107 114 128 / 0.55);
}
.border-e-gray-500\/60 {
  border-inline-end-color: rgb(107 114 128 / 0.6);
}
.border-e-gray-500\/65 {
  border-inline-end-color: rgb(107 114 128 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(107 114 128 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(75 85 99 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(75 85 99 / 0.35);
}
.border-e-gray-600\/40 {
  border-inline-end-color: rgb(75 85 99 / 0.4);
}
.border-e-gray-600\/45 {
  border-inline-end-color: rgb(75 85 99 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(75 85 99 / 0.55);
}
.border-e-gray-600\/60 {
  border-inline-end-color: rgb(75 85 99 / 0.6);
}
.border-e-gray-600\/65 {
  border-inline-end-color: rgb(75 85 99 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(75 85 99 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(55 65 81 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(55 65 81 / 0.35);
}
.border-e-gray-700\/40 {
  border-inline-end-color: rgb(55 65 81 / 0.4);
}
.border-e-gray-700\/45 {
  border-inline-end-color: rgb(55 65 81 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(55 65 81 / 0.55);
}
.border-e-gray-700\/60 {
  border-inline-end-color: rgb(55 65 81 / 0.6);
}
.border-e-gray-700\/65 {
  border-inline-end-color: rgb(55 65 81 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(55 65 81 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(31 41 55 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(31 41 55 / 0.35);
}
.border-e-gray-800\/40 {
  border-inline-end-color: rgb(31 41 55 / 0.4);
}
.border-e-gray-800\/45 {
  border-inline-end-color: rgb(31 41 55 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(31 41 55 / 0.55);
}
.border-e-gray-800\/60 {
  border-inline-end-color: rgb(31 41 55 / 0.6);
}
.border-e-gray-800\/65 {
  border-inline-end-color: rgb(31 41 55 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(31 41 55 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(17 24 39 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(17 24 39 / 0.35);
}
.border-e-gray-900\/40 {
  border-inline-end-color: rgb(17 24 39 / 0.4);
}
.border-e-gray-900\/45 {
  border-inline-end-color: rgb(17 24 39 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(17 24 39 / 0.55);
}
.border-e-gray-900\/60 {
  border-inline-end-color: rgb(17 24 39 / 0.6);
}
.border-e-gray-900\/65 {
  border-inline-end-color: rgb(17 24 39 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(17 24 39 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(3 7 18 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(3 7 18 / 0.35);
}
.border-e-gray-950\/40 {
  border-inline-end-color: rgb(3 7 18 / 0.4);
}
.border-e-gray-950\/45 {
  border-inline-end-color: rgb(3 7 18 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(3 7 18 / 0.55);
}
.border-e-gray-950\/60 {
  border-inline-end-color: rgb(3 7 18 / 0.6);
}
.border-e-gray-950\/65 {
  border-inline-end-color: rgb(3 7 18 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(3 7 18 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(220 252 231 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(220 252 231 / 0.35);
}
.border-e-green-100\/40 {
  border-inline-end-color: rgb(220 252 231 / 0.4);
}
.border-e-green-100\/45 {
  border-inline-end-color: rgb(220 252 231 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(220 252 231 / 0.55);
}
.border-e-green-100\/60 {
  border-inline-end-color: rgb(220 252 231 / 0.6);
}
.border-e-green-100\/65 {
  border-inline-end-color: rgb(220 252 231 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(220 252 231 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(187 247 208 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(187 247 208 / 0.35);
}
.border-e-green-200\/40 {
  border-inline-end-color: rgb(187 247 208 / 0.4);
}
.border-e-green-200\/45 {
  border-inline-end-color: rgb(187 247 208 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(187 247 208 / 0.55);
}
.border-e-green-200\/60 {
  border-inline-end-color: rgb(187 247 208 / 0.6);
}
.border-e-green-200\/65 {
  border-inline-end-color: rgb(187 247 208 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(187 247 208 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(134 239 172 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(134 239 172 / 0.35);
}
.border-e-green-300\/40 {
  border-inline-end-color: rgb(134 239 172 / 0.4);
}
.border-e-green-300\/45 {
  border-inline-end-color: rgb(134 239 172 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(134 239 172 / 0.55);
}
.border-e-green-300\/60 {
  border-inline-end-color: rgb(134 239 172 / 0.6);
}
.border-e-green-300\/65 {
  border-inline-end-color: rgb(134 239 172 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(134 239 172 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(74 222 128 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(74 222 128 / 0.35);
}
.border-e-green-400\/40 {
  border-inline-end-color: rgb(74 222 128 / 0.4);
}
.border-e-green-400\/45 {
  border-inline-end-color: rgb(74 222 128 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(74 222 128 / 0.55);
}
.border-e-green-400\/60 {
  border-inline-end-color: rgb(74 222 128 / 0.6);
}
.border-e-green-400\/65 {
  border-inline-end-color: rgb(74 222 128 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(74 222 128 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(240 253 244 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(240 253 244 / 0.35);
}
.border-e-green-50\/40 {
  border-inline-end-color: rgb(240 253 244 / 0.4);
}
.border-e-green-50\/45 {
  border-inline-end-color: rgb(240 253 244 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(240 253 244 / 0.55);
}
.border-e-green-50\/60 {
  border-inline-end-color: rgb(240 253 244 / 0.6);
}
.border-e-green-50\/65 {
  border-inline-end-color: rgb(240 253 244 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(240 253 244 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(34 197 94 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(34 197 94 / 0.35);
}
.border-e-green-500\/40 {
  border-inline-end-color: rgb(34 197 94 / 0.4);
}
.border-e-green-500\/45 {
  border-inline-end-color: rgb(34 197 94 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(34 197 94 / 0.55);
}
.border-e-green-500\/60 {
  border-inline-end-color: rgb(34 197 94 / 0.6);
}
.border-e-green-500\/65 {
  border-inline-end-color: rgb(34 197 94 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(34 197 94 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(22 163 74 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(22 163 74 / 0.35);
}
.border-e-green-600\/40 {
  border-inline-end-color: rgb(22 163 74 / 0.4);
}
.border-e-green-600\/45 {
  border-inline-end-color: rgb(22 163 74 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(22 163 74 / 0.55);
}
.border-e-green-600\/60 {
  border-inline-end-color: rgb(22 163 74 / 0.6);
}
.border-e-green-600\/65 {
  border-inline-end-color: rgb(22 163 74 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(22 163 74 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(21 128 61 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(21 128 61 / 0.35);
}
.border-e-green-700\/40 {
  border-inline-end-color: rgb(21 128 61 / 0.4);
}
.border-e-green-700\/45 {
  border-inline-end-color: rgb(21 128 61 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(21 128 61 / 0.55);
}
.border-e-green-700\/60 {
  border-inline-end-color: rgb(21 128 61 / 0.6);
}
.border-e-green-700\/65 {
  border-inline-end-color: rgb(21 128 61 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(21 128 61 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(22 101 52 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(22 101 52 / 0.35);
}
.border-e-green-800\/40 {
  border-inline-end-color: rgb(22 101 52 / 0.4);
}
.border-e-green-800\/45 {
  border-inline-end-color: rgb(22 101 52 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(22 101 52 / 0.55);
}
.border-e-green-800\/60 {
  border-inline-end-color: rgb(22 101 52 / 0.6);
}
.border-e-green-800\/65 {
  border-inline-end-color: rgb(22 101 52 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(22 101 52 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(20 83 45 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(20 83 45 / 0.35);
}
.border-e-green-900\/40 {
  border-inline-end-color: rgb(20 83 45 / 0.4);
}
.border-e-green-900\/45 {
  border-inline-end-color: rgb(20 83 45 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(20 83 45 / 0.55);
}
.border-e-green-900\/60 {
  border-inline-end-color: rgb(20 83 45 / 0.6);
}
.border-e-green-900\/65 {
  border-inline-end-color: rgb(20 83 45 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(20 83 45 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(5 46 22 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(5 46 22 / 0.35);
}
.border-e-green-950\/40 {
  border-inline-end-color: rgb(5 46 22 / 0.4);
}
.border-e-green-950\/45 {
  border-inline-end-color: rgb(5 46 22 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(5 46 22 / 0.55);
}
.border-e-green-950\/60 {
  border-inline-end-color: rgb(5 46 22 / 0.6);
}
.border-e-green-950\/65 {
  border-inline-end-color: rgb(5 46 22 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(5 46 22 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(224 231 255 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(224 231 255 / 0.35);
}
.border-e-indigo-100\/40 {
  border-inline-end-color: rgb(224 231 255 / 0.4);
}
.border-e-indigo-100\/45 {
  border-inline-end-color: rgb(224 231 255 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(224 231 255 / 0.55);
}
.border-e-indigo-100\/60 {
  border-inline-end-color: rgb(224 231 255 / 0.6);
}
.border-e-indigo-100\/65 {
  border-inline-end-color: rgb(224 231 255 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(224 231 255 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(199 210 254 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(199 210 254 / 0.35);
}
.border-e-indigo-200\/40 {
  border-inline-end-color: rgb(199 210 254 / 0.4);
}
.border-e-indigo-200\/45 {
  border-inline-end-color: rgb(199 210 254 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(199 210 254 / 0.55);
}
.border-e-indigo-200\/60 {
  border-inline-end-color: rgb(199 210 254 / 0.6);
}
.border-e-indigo-200\/65 {
  border-inline-end-color: rgb(199 210 254 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(199 210 254 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(165 180 252 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(165 180 252 / 0.35);
}
.border-e-indigo-300\/40 {
  border-inline-end-color: rgb(165 180 252 / 0.4);
}
.border-e-indigo-300\/45 {
  border-inline-end-color: rgb(165 180 252 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(165 180 252 / 0.55);
}
.border-e-indigo-300\/60 {
  border-inline-end-color: rgb(165 180 252 / 0.6);
}
.border-e-indigo-300\/65 {
  border-inline-end-color: rgb(165 180 252 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(165 180 252 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(129 140 248 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(129 140 248 / 0.35);
}
.border-e-indigo-400\/40 {
  border-inline-end-color: rgb(129 140 248 / 0.4);
}
.border-e-indigo-400\/45 {
  border-inline-end-color: rgb(129 140 248 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(129 140 248 / 0.55);
}
.border-e-indigo-400\/60 {
  border-inline-end-color: rgb(129 140 248 / 0.6);
}
.border-e-indigo-400\/65 {
  border-inline-end-color: rgb(129 140 248 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(129 140 248 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(238 242 255 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(238 242 255 / 0.35);
}
.border-e-indigo-50\/40 {
  border-inline-end-color: rgb(238 242 255 / 0.4);
}
.border-e-indigo-50\/45 {
  border-inline-end-color: rgb(238 242 255 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(238 242 255 / 0.55);
}
.border-e-indigo-50\/60 {
  border-inline-end-color: rgb(238 242 255 / 0.6);
}
.border-e-indigo-50\/65 {
  border-inline-end-color: rgb(238 242 255 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(238 242 255 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(99 102 241 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(99 102 241 / 0.35);
}
.border-e-indigo-500\/40 {
  border-inline-end-color: rgb(99 102 241 / 0.4);
}
.border-e-indigo-500\/45 {
  border-inline-end-color: rgb(99 102 241 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(99 102 241 / 0.55);
}
.border-e-indigo-500\/60 {
  border-inline-end-color: rgb(99 102 241 / 0.6);
}
.border-e-indigo-500\/65 {
  border-inline-end-color: rgb(99 102 241 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(99 102 241 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(79 70 229 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(79 70 229 / 0.35);
}
.border-e-indigo-600\/40 {
  border-inline-end-color: rgb(79 70 229 / 0.4);
}
.border-e-indigo-600\/45 {
  border-inline-end-color: rgb(79 70 229 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(79 70 229 / 0.55);
}
.border-e-indigo-600\/60 {
  border-inline-end-color: rgb(79 70 229 / 0.6);
}
.border-e-indigo-600\/65 {
  border-inline-end-color: rgb(79 70 229 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(79 70 229 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(67 56 202 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(67 56 202 / 0.35);
}
.border-e-indigo-700\/40 {
  border-inline-end-color: rgb(67 56 202 / 0.4);
}
.border-e-indigo-700\/45 {
  border-inline-end-color: rgb(67 56 202 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(67 56 202 / 0.55);
}
.border-e-indigo-700\/60 {
  border-inline-end-color: rgb(67 56 202 / 0.6);
}
.border-e-indigo-700\/65 {
  border-inline-end-color: rgb(67 56 202 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(67 56 202 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(55 48 163 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(55 48 163 / 0.35);
}
.border-e-indigo-800\/40 {
  border-inline-end-color: rgb(55 48 163 / 0.4);
}
.border-e-indigo-800\/45 {
  border-inline-end-color: rgb(55 48 163 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(55 48 163 / 0.55);
}
.border-e-indigo-800\/60 {
  border-inline-end-color: rgb(55 48 163 / 0.6);
}
.border-e-indigo-800\/65 {
  border-inline-end-color: rgb(55 48 163 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(55 48 163 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(49 46 129 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(49 46 129 / 0.35);
}
.border-e-indigo-900\/40 {
  border-inline-end-color: rgb(49 46 129 / 0.4);
}
.border-e-indigo-900\/45 {
  border-inline-end-color: rgb(49 46 129 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(49 46 129 / 0.55);
}
.border-e-indigo-900\/60 {
  border-inline-end-color: rgb(49 46 129 / 0.6);
}
.border-e-indigo-900\/65 {
  border-inline-end-color: rgb(49 46 129 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(49 46 129 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(30 27 75 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(30 27 75 / 0.35);
}
.border-e-indigo-950\/40 {
  border-inline-end-color: rgb(30 27 75 / 0.4);
}
.border-e-indigo-950\/45 {
  border-inline-end-color: rgb(30 27 75 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(30 27 75 / 0.55);
}
.border-e-indigo-950\/60 {
  border-inline-end-color: rgb(30 27 75 / 0.6);
}
.border-e-indigo-950\/65 {
  border-inline-end-color: rgb(30 27 75 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(30 27 75 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(236 252 203 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(236 252 203 / 0.35);
}
.border-e-lime-100\/40 {
  border-inline-end-color: rgb(236 252 203 / 0.4);
}
.border-e-lime-100\/45 {
  border-inline-end-color: rgb(236 252 203 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(236 252 203 / 0.55);
}
.border-e-lime-100\/60 {
  border-inline-end-color: rgb(236 252 203 / 0.6);
}
.border-e-lime-100\/65 {
  border-inline-end-color: rgb(236 252 203 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(236 252 203 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(217 249 157 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(217 249 157 / 0.35);
}
.border-e-lime-200\/40 {
  border-inline-end-color: rgb(217 249 157 / 0.4);
}
.border-e-lime-200\/45 {
  border-inline-end-color: rgb(217 249 157 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(217 249 157 / 0.55);
}
.border-e-lime-200\/60 {
  border-inline-end-color: rgb(217 249 157 / 0.6);
}
.border-e-lime-200\/65 {
  border-inline-end-color: rgb(217 249 157 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(217 249 157 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(190 242 100 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(190 242 100 / 0.35);
}
.border-e-lime-300\/40 {
  border-inline-end-color: rgb(190 242 100 / 0.4);
}
.border-e-lime-300\/45 {
  border-inline-end-color: rgb(190 242 100 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(190 242 100 / 0.55);
}
.border-e-lime-300\/60 {
  border-inline-end-color: rgb(190 242 100 / 0.6);
}
.border-e-lime-300\/65 {
  border-inline-end-color: rgb(190 242 100 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(190 242 100 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(163 230 53 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(163 230 53 / 0.35);
}
.border-e-lime-400\/40 {
  border-inline-end-color: rgb(163 230 53 / 0.4);
}
.border-e-lime-400\/45 {
  border-inline-end-color: rgb(163 230 53 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(163 230 53 / 0.55);
}
.border-e-lime-400\/60 {
  border-inline-end-color: rgb(163 230 53 / 0.6);
}
.border-e-lime-400\/65 {
  border-inline-end-color: rgb(163 230 53 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(163 230 53 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(247 254 231 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(247 254 231 / 0.35);
}
.border-e-lime-50\/40 {
  border-inline-end-color: rgb(247 254 231 / 0.4);
}
.border-e-lime-50\/45 {
  border-inline-end-color: rgb(247 254 231 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(247 254 231 / 0.55);
}
.border-e-lime-50\/60 {
  border-inline-end-color: rgb(247 254 231 / 0.6);
}
.border-e-lime-50\/65 {
  border-inline-end-color: rgb(247 254 231 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(247 254 231 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(132 204 22 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(132 204 22 / 0.35);
}
.border-e-lime-500\/40 {
  border-inline-end-color: rgb(132 204 22 / 0.4);
}
.border-e-lime-500\/45 {
  border-inline-end-color: rgb(132 204 22 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(132 204 22 / 0.55);
}
.border-e-lime-500\/60 {
  border-inline-end-color: rgb(132 204 22 / 0.6);
}
.border-e-lime-500\/65 {
  border-inline-end-color: rgb(132 204 22 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(132 204 22 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(101 163 13 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(101 163 13 / 0.35);
}
.border-e-lime-600\/40 {
  border-inline-end-color: rgb(101 163 13 / 0.4);
}
.border-e-lime-600\/45 {
  border-inline-end-color: rgb(101 163 13 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(101 163 13 / 0.55);
}
.border-e-lime-600\/60 {
  border-inline-end-color: rgb(101 163 13 / 0.6);
}
.border-e-lime-600\/65 {
  border-inline-end-color: rgb(101 163 13 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(101 163 13 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(77 124 15 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(77 124 15 / 0.35);
}
.border-e-lime-700\/40 {
  border-inline-end-color: rgb(77 124 15 / 0.4);
}
.border-e-lime-700\/45 {
  border-inline-end-color: rgb(77 124 15 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(77 124 15 / 0.55);
}
.border-e-lime-700\/60 {
  border-inline-end-color: rgb(77 124 15 / 0.6);
}
.border-e-lime-700\/65 {
  border-inline-end-color: rgb(77 124 15 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(77 124 15 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(63 98 18 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(63 98 18 / 0.35);
}
.border-e-lime-800\/40 {
  border-inline-end-color: rgb(63 98 18 / 0.4);
}
.border-e-lime-800\/45 {
  border-inline-end-color: rgb(63 98 18 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(63 98 18 / 0.55);
}
.border-e-lime-800\/60 {
  border-inline-end-color: rgb(63 98 18 / 0.6);
}
.border-e-lime-800\/65 {
  border-inline-end-color: rgb(63 98 18 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(63 98 18 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(54 83 20 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(54 83 20 / 0.35);
}
.border-e-lime-900\/40 {
  border-inline-end-color: rgb(54 83 20 / 0.4);
}
.border-e-lime-900\/45 {
  border-inline-end-color: rgb(54 83 20 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(54 83 20 / 0.55);
}
.border-e-lime-900\/60 {
  border-inline-end-color: rgb(54 83 20 / 0.6);
}
.border-e-lime-900\/65 {
  border-inline-end-color: rgb(54 83 20 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(54 83 20 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(26 46 5 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(26 46 5 / 0.35);
}
.border-e-lime-950\/40 {
  border-inline-end-color: rgb(26 46 5 / 0.4);
}
.border-e-lime-950\/45 {
  border-inline-end-color: rgb(26 46 5 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(26 46 5 / 0.55);
}
.border-e-lime-950\/60 {
  border-inline-end-color: rgb(26 46 5 / 0.6);
}
.border-e-lime-950\/65 {
  border-inline-end-color: rgb(26 46 5 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(26 46 5 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(245 245 245 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(245 245 245 / 0.35);
}
.border-e-neutral-100\/40 {
  border-inline-end-color: rgb(245 245 245 / 0.4);
}
.border-e-neutral-100\/45 {
  border-inline-end-color: rgb(245 245 245 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(245 245 245 / 0.55);
}
.border-e-neutral-100\/60 {
  border-inline-end-color: rgb(245 245 245 / 0.6);
}
.border-e-neutral-100\/65 {
  border-inline-end-color: rgb(245 245 245 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(245 245 245 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(229 229 229 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(229 229 229 / 0.35);
}
.border-e-neutral-200\/40 {
  border-inline-end-color: rgb(229 229 229 / 0.4);
}
.border-e-neutral-200\/45 {
  border-inline-end-color: rgb(229 229 229 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(229 229 229 / 0.55);
}
.border-e-neutral-200\/60 {
  border-inline-end-color: rgb(229 229 229 / 0.6);
}
.border-e-neutral-200\/65 {
  border-inline-end-color: rgb(229 229 229 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(229 229 229 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(212 212 212 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(212 212 212 / 0.35);
}
.border-e-neutral-300\/40 {
  border-inline-end-color: rgb(212 212 212 / 0.4);
}
.border-e-neutral-300\/45 {
  border-inline-end-color: rgb(212 212 212 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(212 212 212 / 0.55);
}
.border-e-neutral-300\/60 {
  border-inline-end-color: rgb(212 212 212 / 0.6);
}
.border-e-neutral-300\/65 {
  border-inline-end-color: rgb(212 212 212 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(212 212 212 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(163 163 163 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(163 163 163 / 0.35);
}
.border-e-neutral-400\/40 {
  border-inline-end-color: rgb(163 163 163 / 0.4);
}
.border-e-neutral-400\/45 {
  border-inline-end-color: rgb(163 163 163 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(163 163 163 / 0.55);
}
.border-e-neutral-400\/60 {
  border-inline-end-color: rgb(163 163 163 / 0.6);
}
.border-e-neutral-400\/65 {
  border-inline-end-color: rgb(163 163 163 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(163 163 163 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(250 250 250 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(250 250 250 / 0.35);
}
.border-e-neutral-50\/40 {
  border-inline-end-color: rgb(250 250 250 / 0.4);
}
.border-e-neutral-50\/45 {
  border-inline-end-color: rgb(250 250 250 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(250 250 250 / 0.55);
}
.border-e-neutral-50\/60 {
  border-inline-end-color: rgb(250 250 250 / 0.6);
}
.border-e-neutral-50\/65 {
  border-inline-end-color: rgb(250 250 250 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(250 250 250 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(115 115 115 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(115 115 115 / 0.35);
}
.border-e-neutral-500\/40 {
  border-inline-end-color: rgb(115 115 115 / 0.4);
}
.border-e-neutral-500\/45 {
  border-inline-end-color: rgb(115 115 115 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(115 115 115 / 0.55);
}
.border-e-neutral-500\/60 {
  border-inline-end-color: rgb(115 115 115 / 0.6);
}
.border-e-neutral-500\/65 {
  border-inline-end-color: rgb(115 115 115 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(115 115 115 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(82 82 82 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(82 82 82 / 0.35);
}
.border-e-neutral-600\/40 {
  border-inline-end-color: rgb(82 82 82 / 0.4);
}
.border-e-neutral-600\/45 {
  border-inline-end-color: rgb(82 82 82 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(82 82 82 / 0.55);
}
.border-e-neutral-600\/60 {
  border-inline-end-color: rgb(82 82 82 / 0.6);
}
.border-e-neutral-600\/65 {
  border-inline-end-color: rgb(82 82 82 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(82 82 82 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(64 64 64 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(64 64 64 / 0.35);
}
.border-e-neutral-700\/40 {
  border-inline-end-color: rgb(64 64 64 / 0.4);
}
.border-e-neutral-700\/45 {
  border-inline-end-color: rgb(64 64 64 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(64 64 64 / 0.55);
}
.border-e-neutral-700\/60 {
  border-inline-end-color: rgb(64 64 64 / 0.6);
}
.border-e-neutral-700\/65 {
  border-inline-end-color: rgb(64 64 64 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(64 64 64 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(38 38 38 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(38 38 38 / 0.35);
}
.border-e-neutral-800\/40 {
  border-inline-end-color: rgb(38 38 38 / 0.4);
}
.border-e-neutral-800\/45 {
  border-inline-end-color: rgb(38 38 38 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(38 38 38 / 0.55);
}
.border-e-neutral-800\/60 {
  border-inline-end-color: rgb(38 38 38 / 0.6);
}
.border-e-neutral-800\/65 {
  border-inline-end-color: rgb(38 38 38 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(38 38 38 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(23 23 23 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(23 23 23 / 0.35);
}
.border-e-neutral-900\/40 {
  border-inline-end-color: rgb(23 23 23 / 0.4);
}
.border-e-neutral-900\/45 {
  border-inline-end-color: rgb(23 23 23 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(23 23 23 / 0.55);
}
.border-e-neutral-900\/60 {
  border-inline-end-color: rgb(23 23 23 / 0.6);
}
.border-e-neutral-900\/65 {
  border-inline-end-color: rgb(23 23 23 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(23 23 23 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(10 10 10 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(10 10 10 / 0.35);
}
.border-e-neutral-950\/40 {
  border-inline-end-color: rgb(10 10 10 / 0.4);
}
.border-e-neutral-950\/45 {
  border-inline-end-color: rgb(10 10 10 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(10 10 10 / 0.55);
}
.border-e-neutral-950\/60 {
  border-inline-end-color: rgb(10 10 10 / 0.6);
}
.border-e-neutral-950\/65 {
  border-inline-end-color: rgb(10 10 10 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(10 10 10 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(255 237 213 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(255 237 213 / 0.35);
}
.border-e-orange-100\/40 {
  border-inline-end-color: rgb(255 237 213 / 0.4);
}
.border-e-orange-100\/45 {
  border-inline-end-color: rgb(255 237 213 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(255 237 213 / 0.55);
}
.border-e-orange-100\/60 {
  border-inline-end-color: rgb(255 237 213 / 0.6);
}
.border-e-orange-100\/65 {
  border-inline-end-color: rgb(255 237 213 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(255 237 213 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(254 215 170 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(254 215 170 / 0.35);
}
.border-e-orange-200\/40 {
  border-inline-end-color: rgb(254 215 170 / 0.4);
}
.border-e-orange-200\/45 {
  border-inline-end-color: rgb(254 215 170 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(254 215 170 / 0.55);
}
.border-e-orange-200\/60 {
  border-inline-end-color: rgb(254 215 170 / 0.6);
}
.border-e-orange-200\/65 {
  border-inline-end-color: rgb(254 215 170 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(254 215 170 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(253 186 116 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(253 186 116 / 0.35);
}
.border-e-orange-300\/40 {
  border-inline-end-color: rgb(253 186 116 / 0.4);
}
.border-e-orange-300\/45 {
  border-inline-end-color: rgb(253 186 116 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(253 186 116 / 0.55);
}
.border-e-orange-300\/60 {
  border-inline-end-color: rgb(253 186 116 / 0.6);
}
.border-e-orange-300\/65 {
  border-inline-end-color: rgb(253 186 116 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(253 186 116 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(251 146 60 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(251 146 60 / 0.35);
}
.border-e-orange-400\/40 {
  border-inline-end-color: rgb(251 146 60 / 0.4);
}
.border-e-orange-400\/45 {
  border-inline-end-color: rgb(251 146 60 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(251 146 60 / 0.55);
}
.border-e-orange-400\/60 {
  border-inline-end-color: rgb(251 146 60 / 0.6);
}
.border-e-orange-400\/65 {
  border-inline-end-color: rgb(251 146 60 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(251 146 60 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(255 247 237 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(255 247 237 / 0.35);
}
.border-e-orange-50\/40 {
  border-inline-end-color: rgb(255 247 237 / 0.4);
}
.border-e-orange-50\/45 {
  border-inline-end-color: rgb(255 247 237 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(255 247 237 / 0.55);
}
.border-e-orange-50\/60 {
  border-inline-end-color: rgb(255 247 237 / 0.6);
}
.border-e-orange-50\/65 {
  border-inline-end-color: rgb(255 247 237 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(255 247 237 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(249 115 22 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(249 115 22 / 0.35);
}
.border-e-orange-500\/40 {
  border-inline-end-color: rgb(249 115 22 / 0.4);
}
.border-e-orange-500\/45 {
  border-inline-end-color: rgb(249 115 22 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(249 115 22 / 0.55);
}
.border-e-orange-500\/60 {
  border-inline-end-color: rgb(249 115 22 / 0.6);
}
.border-e-orange-500\/65 {
  border-inline-end-color: rgb(249 115 22 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(249 115 22 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(234 88 12 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(234 88 12 / 0.35);
}
.border-e-orange-600\/40 {
  border-inline-end-color: rgb(234 88 12 / 0.4);
}
.border-e-orange-600\/45 {
  border-inline-end-color: rgb(234 88 12 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(234 88 12 / 0.55);
}
.border-e-orange-600\/60 {
  border-inline-end-color: rgb(234 88 12 / 0.6);
}
.border-e-orange-600\/65 {
  border-inline-end-color: rgb(234 88 12 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(234 88 12 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(194 65 12 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(194 65 12 / 0.35);
}
.border-e-orange-700\/40 {
  border-inline-end-color: rgb(194 65 12 / 0.4);
}
.border-e-orange-700\/45 {
  border-inline-end-color: rgb(194 65 12 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(194 65 12 / 0.55);
}
.border-e-orange-700\/60 {
  border-inline-end-color: rgb(194 65 12 / 0.6);
}
.border-e-orange-700\/65 {
  border-inline-end-color: rgb(194 65 12 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(194 65 12 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(154 52 18 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(154 52 18 / 0.35);
}
.border-e-orange-800\/40 {
  border-inline-end-color: rgb(154 52 18 / 0.4);
}
.border-e-orange-800\/45 {
  border-inline-end-color: rgb(154 52 18 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(154 52 18 / 0.55);
}
.border-e-orange-800\/60 {
  border-inline-end-color: rgb(154 52 18 / 0.6);
}
.border-e-orange-800\/65 {
  border-inline-end-color: rgb(154 52 18 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(154 52 18 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(124 45 18 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(124 45 18 / 0.35);
}
.border-e-orange-900\/40 {
  border-inline-end-color: rgb(124 45 18 / 0.4);
}
.border-e-orange-900\/45 {
  border-inline-end-color: rgb(124 45 18 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(124 45 18 / 0.55);
}
.border-e-orange-900\/60 {
  border-inline-end-color: rgb(124 45 18 / 0.6);
}
.border-e-orange-900\/65 {
  border-inline-end-color: rgb(124 45 18 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(124 45 18 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(67 20 7 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(67 20 7 / 0.35);
}
.border-e-orange-950\/40 {
  border-inline-end-color: rgb(67 20 7 / 0.4);
}
.border-e-orange-950\/45 {
  border-inline-end-color: rgb(67 20 7 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(67 20 7 / 0.55);
}
.border-e-orange-950\/60 {
  border-inline-end-color: rgb(67 20 7 / 0.6);
}
.border-e-orange-950\/65 {
  border-inline-end-color: rgb(67 20 7 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(67 20 7 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(252 231 243 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(252 231 243 / 0.35);
}
.border-e-pink-100\/40 {
  border-inline-end-color: rgb(252 231 243 / 0.4);
}
.border-e-pink-100\/45 {
  border-inline-end-color: rgb(252 231 243 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(252 231 243 / 0.55);
}
.border-e-pink-100\/60 {
  border-inline-end-color: rgb(252 231 243 / 0.6);
}
.border-e-pink-100\/65 {
  border-inline-end-color: rgb(252 231 243 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(252 231 243 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(251 207 232 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(251 207 232 / 0.35);
}
.border-e-pink-200\/40 {
  border-inline-end-color: rgb(251 207 232 / 0.4);
}
.border-e-pink-200\/45 {
  border-inline-end-color: rgb(251 207 232 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(251 207 232 / 0.55);
}
.border-e-pink-200\/60 {
  border-inline-end-color: rgb(251 207 232 / 0.6);
}
.border-e-pink-200\/65 {
  border-inline-end-color: rgb(251 207 232 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(251 207 232 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(249 168 212 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(249 168 212 / 0.35);
}
.border-e-pink-300\/40 {
  border-inline-end-color: rgb(249 168 212 / 0.4);
}
.border-e-pink-300\/45 {
  border-inline-end-color: rgb(249 168 212 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(249 168 212 / 0.55);
}
.border-e-pink-300\/60 {
  border-inline-end-color: rgb(249 168 212 / 0.6);
}
.border-e-pink-300\/65 {
  border-inline-end-color: rgb(249 168 212 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(249 168 212 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(244 114 182 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(244 114 182 / 0.35);
}
.border-e-pink-400\/40 {
  border-inline-end-color: rgb(244 114 182 / 0.4);
}
.border-e-pink-400\/45 {
  border-inline-end-color: rgb(244 114 182 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(244 114 182 / 0.55);
}
.border-e-pink-400\/60 {
  border-inline-end-color: rgb(244 114 182 / 0.6);
}
.border-e-pink-400\/65 {
  border-inline-end-color: rgb(244 114 182 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(244 114 182 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(253 242 248 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(253 242 248 / 0.35);
}
.border-e-pink-50\/40 {
  border-inline-end-color: rgb(253 242 248 / 0.4);
}
.border-e-pink-50\/45 {
  border-inline-end-color: rgb(253 242 248 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(253 242 248 / 0.55);
}
.border-e-pink-50\/60 {
  border-inline-end-color: rgb(253 242 248 / 0.6);
}
.border-e-pink-50\/65 {
  border-inline-end-color: rgb(253 242 248 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(253 242 248 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(236 72 153 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(236 72 153 / 0.35);
}
.border-e-pink-500\/40 {
  border-inline-end-color: rgb(236 72 153 / 0.4);
}
.border-e-pink-500\/45 {
  border-inline-end-color: rgb(236 72 153 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(236 72 153 / 0.55);
}
.border-e-pink-500\/60 {
  border-inline-end-color: rgb(236 72 153 / 0.6);
}
.border-e-pink-500\/65 {
  border-inline-end-color: rgb(236 72 153 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(236 72 153 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(219 39 119 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(219 39 119 / 0.35);
}
.border-e-pink-600\/40 {
  border-inline-end-color: rgb(219 39 119 / 0.4);
}
.border-e-pink-600\/45 {
  border-inline-end-color: rgb(219 39 119 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(219 39 119 / 0.55);
}
.border-e-pink-600\/60 {
  border-inline-end-color: rgb(219 39 119 / 0.6);
}
.border-e-pink-600\/65 {
  border-inline-end-color: rgb(219 39 119 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(219 39 119 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(190 24 93 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(190 24 93 / 0.35);
}
.border-e-pink-700\/40 {
  border-inline-end-color: rgb(190 24 93 / 0.4);
}
.border-e-pink-700\/45 {
  border-inline-end-color: rgb(190 24 93 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(190 24 93 / 0.55);
}
.border-e-pink-700\/60 {
  border-inline-end-color: rgb(190 24 93 / 0.6);
}
.border-e-pink-700\/65 {
  border-inline-end-color: rgb(190 24 93 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(190 24 93 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(157 23 77 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(157 23 77 / 0.35);
}
.border-e-pink-800\/40 {
  border-inline-end-color: rgb(157 23 77 / 0.4);
}
.border-e-pink-800\/45 {
  border-inline-end-color: rgb(157 23 77 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(157 23 77 / 0.55);
}
.border-e-pink-800\/60 {
  border-inline-end-color: rgb(157 23 77 / 0.6);
}
.border-e-pink-800\/65 {
  border-inline-end-color: rgb(157 23 77 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(157 23 77 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(131 24 67 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(131 24 67 / 0.35);
}
.border-e-pink-900\/40 {
  border-inline-end-color: rgb(131 24 67 / 0.4);
}
.border-e-pink-900\/45 {
  border-inline-end-color: rgb(131 24 67 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(131 24 67 / 0.55);
}
.border-e-pink-900\/60 {
  border-inline-end-color: rgb(131 24 67 / 0.6);
}
.border-e-pink-900\/65 {
  border-inline-end-color: rgb(131 24 67 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(131 24 67 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(80 7 36 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(80 7 36 / 0.35);
}
.border-e-pink-950\/40 {
  border-inline-end-color: rgb(80 7 36 / 0.4);
}
.border-e-pink-950\/45 {
  border-inline-end-color: rgb(80 7 36 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(80 7 36 / 0.55);
}
.border-e-pink-950\/60 {
  border-inline-end-color: rgb(80 7 36 / 0.6);
}
.border-e-pink-950\/65 {
  border-inline-end-color: rgb(80 7 36 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(80 7 36 / 0.85);
}
.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-primary-100 {
  border-inline-end-color: var(--color-primary-100);
}
.border-e-primary-200 {
  border-inline-end-color: var(--color-primary-200);
}
.border-e-primary-300 {
  border-inline-end-color: var(--color-primary-300);
}
.border-e-primary-400 {
  border-inline-end-color: var(--color-primary-400);
}
.border-e-primary-50 {
  border-inline-end-color: var(--color-primary-50);
}
.border-e-primary-500 {
  border-inline-end-color: var(--color-primary-500);
}
.border-e-primary-600 {
  border-inline-end-color: var(--color-primary-600);
}
.border-e-primary-700 {
  border-inline-end-color: var(--color-primary-700);
}
.border-e-primary-800 {
  border-inline-end-color: var(--color-primary-800);
}
.border-e-primary-900 {
  border-inline-end-color: var(--color-primary-900);
}
.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\/15 {
  border-inline-end-color: rgb(243 232 255 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(243 232 255 / 0.35);
}
.border-e-purple-100\/40 {
  border-inline-end-color: rgb(243 232 255 / 0.4);
}
.border-e-purple-100\/45 {
  border-inline-end-color: rgb(243 232 255 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(243 232 255 / 0.55);
}
.border-e-purple-100\/60 {
  border-inline-end-color: rgb(243 232 255 / 0.6);
}
.border-e-purple-100\/65 {
  border-inline-end-color: rgb(243 232 255 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(243 232 255 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(233 213 255 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(233 213 255 / 0.35);
}
.border-e-purple-200\/40 {
  border-inline-end-color: rgb(233 213 255 / 0.4);
}
.border-e-purple-200\/45 {
  border-inline-end-color: rgb(233 213 255 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(233 213 255 / 0.55);
}
.border-e-purple-200\/60 {
  border-inline-end-color: rgb(233 213 255 / 0.6);
}
.border-e-purple-200\/65 {
  border-inline-end-color: rgb(233 213 255 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(233 213 255 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(216 180 254 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(216 180 254 / 0.35);
}
.border-e-purple-300\/40 {
  border-inline-end-color: rgb(216 180 254 / 0.4);
}
.border-e-purple-300\/45 {
  border-inline-end-color: rgb(216 180 254 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(216 180 254 / 0.55);
}
.border-e-purple-300\/60 {
  border-inline-end-color: rgb(216 180 254 / 0.6);
}
.border-e-purple-300\/65 {
  border-inline-end-color: rgb(216 180 254 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(216 180 254 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(192 132 252 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(192 132 252 / 0.35);
}
.border-e-purple-400\/40 {
  border-inline-end-color: rgb(192 132 252 / 0.4);
}
.border-e-purple-400\/45 {
  border-inline-end-color: rgb(192 132 252 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(192 132 252 / 0.55);
}
.border-e-purple-400\/60 {
  border-inline-end-color: rgb(192 132 252 / 0.6);
}
.border-e-purple-400\/65 {
  border-inline-end-color: rgb(192 132 252 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(192 132 252 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(250 245 255 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(250 245 255 / 0.35);
}
.border-e-purple-50\/40 {
  border-inline-end-color: rgb(250 245 255 / 0.4);
}
.border-e-purple-50\/45 {
  border-inline-end-color: rgb(250 245 255 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(250 245 255 / 0.55);
}
.border-e-purple-50\/60 {
  border-inline-end-color: rgb(250 245 255 / 0.6);
}
.border-e-purple-50\/65 {
  border-inline-end-color: rgb(250 245 255 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(250 245 255 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(168 85 247 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(168 85 247 / 0.35);
}
.border-e-purple-500\/40 {
  border-inline-end-color: rgb(168 85 247 / 0.4);
}
.border-e-purple-500\/45 {
  border-inline-end-color: rgb(168 85 247 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(168 85 247 / 0.55);
}
.border-e-purple-500\/60 {
  border-inline-end-color: rgb(168 85 247 / 0.6);
}
.border-e-purple-500\/65 {
  border-inline-end-color: rgb(168 85 247 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(168 85 247 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(147 51 234 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(147 51 234 / 0.35);
}
.border-e-purple-600\/40 {
  border-inline-end-color: rgb(147 51 234 / 0.4);
}
.border-e-purple-600\/45 {
  border-inline-end-color: rgb(147 51 234 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(147 51 234 / 0.55);
}
.border-e-purple-600\/60 {
  border-inline-end-color: rgb(147 51 234 / 0.6);
}
.border-e-purple-600\/65 {
  border-inline-end-color: rgb(147 51 234 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(147 51 234 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(126 34 206 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(126 34 206 / 0.35);
}
.border-e-purple-700\/40 {
  border-inline-end-color: rgb(126 34 206 / 0.4);
}
.border-e-purple-700\/45 {
  border-inline-end-color: rgb(126 34 206 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(126 34 206 / 0.55);
}
.border-e-purple-700\/60 {
  border-inline-end-color: rgb(126 34 206 / 0.6);
}
.border-e-purple-700\/65 {
  border-inline-end-color: rgb(126 34 206 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(126 34 206 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(107 33 168 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(107 33 168 / 0.35);
}
.border-e-purple-800\/40 {
  border-inline-end-color: rgb(107 33 168 / 0.4);
}
.border-e-purple-800\/45 {
  border-inline-end-color: rgb(107 33 168 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(107 33 168 / 0.55);
}
.border-e-purple-800\/60 {
  border-inline-end-color: rgb(107 33 168 / 0.6);
}
.border-e-purple-800\/65 {
  border-inline-end-color: rgb(107 33 168 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(107 33 168 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(88 28 135 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(88 28 135 / 0.35);
}
.border-e-purple-900\/40 {
  border-inline-end-color: rgb(88 28 135 / 0.4);
}
.border-e-purple-900\/45 {
  border-inline-end-color: rgb(88 28 135 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(88 28 135 / 0.55);
}
.border-e-purple-900\/60 {
  border-inline-end-color: rgb(88 28 135 / 0.6);
}
.border-e-purple-900\/65 {
  border-inline-end-color: rgb(88 28 135 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(88 28 135 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(59 7 100 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(59 7 100 / 0.35);
}
.border-e-purple-950\/40 {
  border-inline-end-color: rgb(59 7 100 / 0.4);
}
.border-e-purple-950\/45 {
  border-inline-end-color: rgb(59 7 100 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(59 7 100 / 0.55);
}
.border-e-purple-950\/60 {
  border-inline-end-color: rgb(59 7 100 / 0.6);
}
.border-e-purple-950\/65 {
  border-inline-end-color: rgb(59 7 100 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(59 7 100 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(254 226 226 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(254 226 226 / 0.35);
}
.border-e-red-100\/40 {
  border-inline-end-color: rgb(254 226 226 / 0.4);
}
.border-e-red-100\/45 {
  border-inline-end-color: rgb(254 226 226 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(254 226 226 / 0.55);
}
.border-e-red-100\/60 {
  border-inline-end-color: rgb(254 226 226 / 0.6);
}
.border-e-red-100\/65 {
  border-inline-end-color: rgb(254 226 226 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(254 226 226 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(254 202 202 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(254 202 202 / 0.35);
}
.border-e-red-200\/40 {
  border-inline-end-color: rgb(254 202 202 / 0.4);
}
.border-e-red-200\/45 {
  border-inline-end-color: rgb(254 202 202 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(254 202 202 / 0.55);
}
.border-e-red-200\/60 {
  border-inline-end-color: rgb(254 202 202 / 0.6);
}
.border-e-red-200\/65 {
  border-inline-end-color: rgb(254 202 202 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(254 202 202 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(252 165 165 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(252 165 165 / 0.35);
}
.border-e-red-300\/40 {
  border-inline-end-color: rgb(252 165 165 / 0.4);
}
.border-e-red-300\/45 {
  border-inline-end-color: rgb(252 165 165 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(252 165 165 / 0.55);
}
.border-e-red-300\/60 {
  border-inline-end-color: rgb(252 165 165 / 0.6);
}
.border-e-red-300\/65 {
  border-inline-end-color: rgb(252 165 165 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(252 165 165 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(248 113 113 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(248 113 113 / 0.35);
}
.border-e-red-400\/40 {
  border-inline-end-color: rgb(248 113 113 / 0.4);
}
.border-e-red-400\/45 {
  border-inline-end-color: rgb(248 113 113 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(248 113 113 / 0.55);
}
.border-e-red-400\/60 {
  border-inline-end-color: rgb(248 113 113 / 0.6);
}
.border-e-red-400\/65 {
  border-inline-end-color: rgb(248 113 113 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(248 113 113 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(254 242 242 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(254 242 242 / 0.35);
}
.border-e-red-50\/40 {
  border-inline-end-color: rgb(254 242 242 / 0.4);
}
.border-e-red-50\/45 {
  border-inline-end-color: rgb(254 242 242 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(254 242 242 / 0.55);
}
.border-e-red-50\/60 {
  border-inline-end-color: rgb(254 242 242 / 0.6);
}
.border-e-red-50\/65 {
  border-inline-end-color: rgb(254 242 242 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(254 242 242 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(239 68 68 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(239 68 68 / 0.35);
}
.border-e-red-500\/40 {
  border-inline-end-color: rgb(239 68 68 / 0.4);
}
.border-e-red-500\/45 {
  border-inline-end-color: rgb(239 68 68 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(239 68 68 / 0.55);
}
.border-e-red-500\/60 {
  border-inline-end-color: rgb(239 68 68 / 0.6);
}
.border-e-red-500\/65 {
  border-inline-end-color: rgb(239 68 68 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(239 68 68 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(220 38 38 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(220 38 38 / 0.35);
}
.border-e-red-600\/40 {
  border-inline-end-color: rgb(220 38 38 / 0.4);
}
.border-e-red-600\/45 {
  border-inline-end-color: rgb(220 38 38 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(220 38 38 / 0.55);
}
.border-e-red-600\/60 {
  border-inline-end-color: rgb(220 38 38 / 0.6);
}
.border-e-red-600\/65 {
  border-inline-end-color: rgb(220 38 38 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(220 38 38 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(185 28 28 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(185 28 28 / 0.35);
}
.border-e-red-700\/40 {
  border-inline-end-color: rgb(185 28 28 / 0.4);
}
.border-e-red-700\/45 {
  border-inline-end-color: rgb(185 28 28 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(185 28 28 / 0.55);
}
.border-e-red-700\/60 {
  border-inline-end-color: rgb(185 28 28 / 0.6);
}
.border-e-red-700\/65 {
  border-inline-end-color: rgb(185 28 28 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(185 28 28 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(153 27 27 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(153 27 27 / 0.35);
}
.border-e-red-800\/40 {
  border-inline-end-color: rgb(153 27 27 / 0.4);
}
.border-e-red-800\/45 {
  border-inline-end-color: rgb(153 27 27 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(153 27 27 / 0.55);
}
.border-e-red-800\/60 {
  border-inline-end-color: rgb(153 27 27 / 0.6);
}
.border-e-red-800\/65 {
  border-inline-end-color: rgb(153 27 27 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(153 27 27 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(127 29 29 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(127 29 29 / 0.35);
}
.border-e-red-900\/40 {
  border-inline-end-color: rgb(127 29 29 / 0.4);
}
.border-e-red-900\/45 {
  border-inline-end-color: rgb(127 29 29 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(127 29 29 / 0.55);
}
.border-e-red-900\/60 {
  border-inline-end-color: rgb(127 29 29 / 0.6);
}
.border-e-red-900\/65 {
  border-inline-end-color: rgb(127 29 29 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(127 29 29 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(69 10 10 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(69 10 10 / 0.35);
}
.border-e-red-950\/40 {
  border-inline-end-color: rgb(69 10 10 / 0.4);
}
.border-e-red-950\/45 {
  border-inline-end-color: rgb(69 10 10 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(69 10 10 / 0.55);
}
.border-e-red-950\/60 {
  border-inline-end-color: rgb(69 10 10 / 0.6);
}
.border-e-red-950\/65 {
  border-inline-end-color: rgb(69 10 10 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(69 10 10 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(255 228 230 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(255 228 230 / 0.35);
}
.border-e-rose-100\/40 {
  border-inline-end-color: rgb(255 228 230 / 0.4);
}
.border-e-rose-100\/45 {
  border-inline-end-color: rgb(255 228 230 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(255 228 230 / 0.55);
}
.border-e-rose-100\/60 {
  border-inline-end-color: rgb(255 228 230 / 0.6);
}
.border-e-rose-100\/65 {
  border-inline-end-color: rgb(255 228 230 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(255 228 230 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(254 205 211 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(254 205 211 / 0.35);
}
.border-e-rose-200\/40 {
  border-inline-end-color: rgb(254 205 211 / 0.4);
}
.border-e-rose-200\/45 {
  border-inline-end-color: rgb(254 205 211 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(254 205 211 / 0.55);
}
.border-e-rose-200\/60 {
  border-inline-end-color: rgb(254 205 211 / 0.6);
}
.border-e-rose-200\/65 {
  border-inline-end-color: rgb(254 205 211 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(254 205 211 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(253 164 175 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(253 164 175 / 0.35);
}
.border-e-rose-300\/40 {
  border-inline-end-color: rgb(253 164 175 / 0.4);
}
.border-e-rose-300\/45 {
  border-inline-end-color: rgb(253 164 175 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(253 164 175 / 0.55);
}
.border-e-rose-300\/60 {
  border-inline-end-color: rgb(253 164 175 / 0.6);
}
.border-e-rose-300\/65 {
  border-inline-end-color: rgb(253 164 175 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(253 164 175 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(251 113 133 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(251 113 133 / 0.35);
}
.border-e-rose-400\/40 {
  border-inline-end-color: rgb(251 113 133 / 0.4);
}
.border-e-rose-400\/45 {
  border-inline-end-color: rgb(251 113 133 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(251 113 133 / 0.55);
}
.border-e-rose-400\/60 {
  border-inline-end-color: rgb(251 113 133 / 0.6);
}
.border-e-rose-400\/65 {
  border-inline-end-color: rgb(251 113 133 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(251 113 133 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(255 241 242 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(255 241 242 / 0.35);
}
.border-e-rose-50\/40 {
  border-inline-end-color: rgb(255 241 242 / 0.4);
}
.border-e-rose-50\/45 {
  border-inline-end-color: rgb(255 241 242 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(255 241 242 / 0.55);
}
.border-e-rose-50\/60 {
  border-inline-end-color: rgb(255 241 242 / 0.6);
}
.border-e-rose-50\/65 {
  border-inline-end-color: rgb(255 241 242 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(255 241 242 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(244 63 94 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(244 63 94 / 0.35);
}
.border-e-rose-500\/40 {
  border-inline-end-color: rgb(244 63 94 / 0.4);
}
.border-e-rose-500\/45 {
  border-inline-end-color: rgb(244 63 94 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(244 63 94 / 0.55);
}
.border-e-rose-500\/60 {
  border-inline-end-color: rgb(244 63 94 / 0.6);
}
.border-e-rose-500\/65 {
  border-inline-end-color: rgb(244 63 94 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(244 63 94 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(225 29 72 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(225 29 72 / 0.35);
}
.border-e-rose-600\/40 {
  border-inline-end-color: rgb(225 29 72 / 0.4);
}
.border-e-rose-600\/45 {
  border-inline-end-color: rgb(225 29 72 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(225 29 72 / 0.55);
}
.border-e-rose-600\/60 {
  border-inline-end-color: rgb(225 29 72 / 0.6);
}
.border-e-rose-600\/65 {
  border-inline-end-color: rgb(225 29 72 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(225 29 72 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(190 18 60 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(190 18 60 / 0.35);
}
.border-e-rose-700\/40 {
  border-inline-end-color: rgb(190 18 60 / 0.4);
}
.border-e-rose-700\/45 {
  border-inline-end-color: rgb(190 18 60 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(190 18 60 / 0.55);
}
.border-e-rose-700\/60 {
  border-inline-end-color: rgb(190 18 60 / 0.6);
}
.border-e-rose-700\/65 {
  border-inline-end-color: rgb(190 18 60 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(190 18 60 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(159 18 57 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(159 18 57 / 0.35);
}
.border-e-rose-800\/40 {
  border-inline-end-color: rgb(159 18 57 / 0.4);
}
.border-e-rose-800\/45 {
  border-inline-end-color: rgb(159 18 57 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(159 18 57 / 0.55);
}
.border-e-rose-800\/60 {
  border-inline-end-color: rgb(159 18 57 / 0.6);
}
.border-e-rose-800\/65 {
  border-inline-end-color: rgb(159 18 57 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(159 18 57 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(136 19 55 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(136 19 55 / 0.35);
}
.border-e-rose-900\/40 {
  border-inline-end-color: rgb(136 19 55 / 0.4);
}
.border-e-rose-900\/45 {
  border-inline-end-color: rgb(136 19 55 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(136 19 55 / 0.55);
}
.border-e-rose-900\/60 {
  border-inline-end-color: rgb(136 19 55 / 0.6);
}
.border-e-rose-900\/65 {
  border-inline-end-color: rgb(136 19 55 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(136 19 55 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(76 5 25 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(76 5 25 / 0.35);
}
.border-e-rose-950\/40 {
  border-inline-end-color: rgb(76 5 25 / 0.4);
}
.border-e-rose-950\/45 {
  border-inline-end-color: rgb(76 5 25 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(76 5 25 / 0.55);
}
.border-e-rose-950\/60 {
  border-inline-end-color: rgb(76 5 25 / 0.6);
}
.border-e-rose-950\/65 {
  border-inline-end-color: rgb(76 5 25 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(76 5 25 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(224 242 254 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(224 242 254 / 0.35);
}
.border-e-sky-100\/40 {
  border-inline-end-color: rgb(224 242 254 / 0.4);
}
.border-e-sky-100\/45 {
  border-inline-end-color: rgb(224 242 254 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(224 242 254 / 0.55);
}
.border-e-sky-100\/60 {
  border-inline-end-color: rgb(224 242 254 / 0.6);
}
.border-e-sky-100\/65 {
  border-inline-end-color: rgb(224 242 254 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(224 242 254 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(186 230 253 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(186 230 253 / 0.35);
}
.border-e-sky-200\/40 {
  border-inline-end-color: rgb(186 230 253 / 0.4);
}
.border-e-sky-200\/45 {
  border-inline-end-color: rgb(186 230 253 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(186 230 253 / 0.55);
}
.border-e-sky-200\/60 {
  border-inline-end-color: rgb(186 230 253 / 0.6);
}
.border-e-sky-200\/65 {
  border-inline-end-color: rgb(186 230 253 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(186 230 253 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(125 211 252 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(125 211 252 / 0.35);
}
.border-e-sky-300\/40 {
  border-inline-end-color: rgb(125 211 252 / 0.4);
}
.border-e-sky-300\/45 {
  border-inline-end-color: rgb(125 211 252 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(125 211 252 / 0.55);
}
.border-e-sky-300\/60 {
  border-inline-end-color: rgb(125 211 252 / 0.6);
}
.border-e-sky-300\/65 {
  border-inline-end-color: rgb(125 211 252 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(125 211 252 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(56 189 248 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(56 189 248 / 0.35);
}
.border-e-sky-400\/40 {
  border-inline-end-color: rgb(56 189 248 / 0.4);
}
.border-e-sky-400\/45 {
  border-inline-end-color: rgb(56 189 248 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(56 189 248 / 0.55);
}
.border-e-sky-400\/60 {
  border-inline-end-color: rgb(56 189 248 / 0.6);
}
.border-e-sky-400\/65 {
  border-inline-end-color: rgb(56 189 248 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(56 189 248 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(240 249 255 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(240 249 255 / 0.35);
}
.border-e-sky-50\/40 {
  border-inline-end-color: rgb(240 249 255 / 0.4);
}
.border-e-sky-50\/45 {
  border-inline-end-color: rgb(240 249 255 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(240 249 255 / 0.55);
}
.border-e-sky-50\/60 {
  border-inline-end-color: rgb(240 249 255 / 0.6);
}
.border-e-sky-50\/65 {
  border-inline-end-color: rgb(240 249 255 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(240 249 255 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(14 165 233 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(14 165 233 / 0.35);
}
.border-e-sky-500\/40 {
  border-inline-end-color: rgb(14 165 233 / 0.4);
}
.border-e-sky-500\/45 {
  border-inline-end-color: rgb(14 165 233 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(14 165 233 / 0.55);
}
.border-e-sky-500\/60 {
  border-inline-end-color: rgb(14 165 233 / 0.6);
}
.border-e-sky-500\/65 {
  border-inline-end-color: rgb(14 165 233 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(14 165 233 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(2 132 199 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(2 132 199 / 0.35);
}
.border-e-sky-600\/40 {
  border-inline-end-color: rgb(2 132 199 / 0.4);
}
.border-e-sky-600\/45 {
  border-inline-end-color: rgb(2 132 199 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(2 132 199 / 0.55);
}
.border-e-sky-600\/60 {
  border-inline-end-color: rgb(2 132 199 / 0.6);
}
.border-e-sky-600\/65 {
  border-inline-end-color: rgb(2 132 199 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(2 132 199 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(3 105 161 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(3 105 161 / 0.35);
}
.border-e-sky-700\/40 {
  border-inline-end-color: rgb(3 105 161 / 0.4);
}
.border-e-sky-700\/45 {
  border-inline-end-color: rgb(3 105 161 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(3 105 161 / 0.55);
}
.border-e-sky-700\/60 {
  border-inline-end-color: rgb(3 105 161 / 0.6);
}
.border-e-sky-700\/65 {
  border-inline-end-color: rgb(3 105 161 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(3 105 161 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(7 89 133 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(7 89 133 / 0.35);
}
.border-e-sky-800\/40 {
  border-inline-end-color: rgb(7 89 133 / 0.4);
}
.border-e-sky-800\/45 {
  border-inline-end-color: rgb(7 89 133 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(7 89 133 / 0.55);
}
.border-e-sky-800\/60 {
  border-inline-end-color: rgb(7 89 133 / 0.6);
}
.border-e-sky-800\/65 {
  border-inline-end-color: rgb(7 89 133 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(7 89 133 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(12 74 110 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(12 74 110 / 0.35);
}
.border-e-sky-900\/40 {
  border-inline-end-color: rgb(12 74 110 / 0.4);
}
.border-e-sky-900\/45 {
  border-inline-end-color: rgb(12 74 110 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(12 74 110 / 0.55);
}
.border-e-sky-900\/60 {
  border-inline-end-color: rgb(12 74 110 / 0.6);
}
.border-e-sky-900\/65 {
  border-inline-end-color: rgb(12 74 110 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(12 74 110 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(8 47 73 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(8 47 73 / 0.35);
}
.border-e-sky-950\/40 {
  border-inline-end-color: rgb(8 47 73 / 0.4);
}
.border-e-sky-950\/45 {
  border-inline-end-color: rgb(8 47 73 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(8 47 73 / 0.55);
}
.border-e-sky-950\/60 {
  border-inline-end-color: rgb(8 47 73 / 0.6);
}
.border-e-sky-950\/65 {
  border-inline-end-color: rgb(8 47 73 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(8 47 73 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(241 245 249 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(241 245 249 / 0.35);
}
.border-e-slate-100\/40 {
  border-inline-end-color: rgb(241 245 249 / 0.4);
}
.border-e-slate-100\/45 {
  border-inline-end-color: rgb(241 245 249 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(241 245 249 / 0.55);
}
.border-e-slate-100\/60 {
  border-inline-end-color: rgb(241 245 249 / 0.6);
}
.border-e-slate-100\/65 {
  border-inline-end-color: rgb(241 245 249 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(241 245 249 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(226 232 240 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(226 232 240 / 0.35);
}
.border-e-slate-200\/40 {
  border-inline-end-color: rgb(226 232 240 / 0.4);
}
.border-e-slate-200\/45 {
  border-inline-end-color: rgb(226 232 240 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(226 232 240 / 0.55);
}
.border-e-slate-200\/60 {
  border-inline-end-color: rgb(226 232 240 / 0.6);
}
.border-e-slate-200\/65 {
  border-inline-end-color: rgb(226 232 240 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(226 232 240 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(203 213 225 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(203 213 225 / 0.35);
}
.border-e-slate-300\/40 {
  border-inline-end-color: rgb(203 213 225 / 0.4);
}
.border-e-slate-300\/45 {
  border-inline-end-color: rgb(203 213 225 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(203 213 225 / 0.55);
}
.border-e-slate-300\/60 {
  border-inline-end-color: rgb(203 213 225 / 0.6);
}
.border-e-slate-300\/65 {
  border-inline-end-color: rgb(203 213 225 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(203 213 225 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(148 163 184 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(148 163 184 / 0.35);
}
.border-e-slate-400\/40 {
  border-inline-end-color: rgb(148 163 184 / 0.4);
}
.border-e-slate-400\/45 {
  border-inline-end-color: rgb(148 163 184 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(148 163 184 / 0.55);
}
.border-e-slate-400\/60 {
  border-inline-end-color: rgb(148 163 184 / 0.6);
}
.border-e-slate-400\/65 {
  border-inline-end-color: rgb(148 163 184 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(148 163 184 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(248 250 252 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(248 250 252 / 0.35);
}
.border-e-slate-50\/40 {
  border-inline-end-color: rgb(248 250 252 / 0.4);
}
.border-e-slate-50\/45 {
  border-inline-end-color: rgb(248 250 252 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(248 250 252 / 0.55);
}
.border-e-slate-50\/60 {
  border-inline-end-color: rgb(248 250 252 / 0.6);
}
.border-e-slate-50\/65 {
  border-inline-end-color: rgb(248 250 252 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(248 250 252 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(100 116 139 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(100 116 139 / 0.35);
}
.border-e-slate-500\/40 {
  border-inline-end-color: rgb(100 116 139 / 0.4);
}
.border-e-slate-500\/45 {
  border-inline-end-color: rgb(100 116 139 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(100 116 139 / 0.55);
}
.border-e-slate-500\/60 {
  border-inline-end-color: rgb(100 116 139 / 0.6);
}
.border-e-slate-500\/65 {
  border-inline-end-color: rgb(100 116 139 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(100 116 139 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(71 85 105 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(71 85 105 / 0.35);
}
.border-e-slate-600\/40 {
  border-inline-end-color: rgb(71 85 105 / 0.4);
}
.border-e-slate-600\/45 {
  border-inline-end-color: rgb(71 85 105 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(71 85 105 / 0.55);
}
.border-e-slate-600\/60 {
  border-inline-end-color: rgb(71 85 105 / 0.6);
}
.border-e-slate-600\/65 {
  border-inline-end-color: rgb(71 85 105 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(71 85 105 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(51 65 85 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(51 65 85 / 0.35);
}
.border-e-slate-700\/40 {
  border-inline-end-color: rgb(51 65 85 / 0.4);
}
.border-e-slate-700\/45 {
  border-inline-end-color: rgb(51 65 85 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(51 65 85 / 0.55);
}
.border-e-slate-700\/60 {
  border-inline-end-color: rgb(51 65 85 / 0.6);
}
.border-e-slate-700\/65 {
  border-inline-end-color: rgb(51 65 85 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(51 65 85 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(30 41 59 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(30 41 59 / 0.35);
}
.border-e-slate-800\/40 {
  border-inline-end-color: rgb(30 41 59 / 0.4);
}
.border-e-slate-800\/45 {
  border-inline-end-color: rgb(30 41 59 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(30 41 59 / 0.55);
}
.border-e-slate-800\/60 {
  border-inline-end-color: rgb(30 41 59 / 0.6);
}
.border-e-slate-800\/65 {
  border-inline-end-color: rgb(30 41 59 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(30 41 59 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(15 23 42 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(15 23 42 / 0.35);
}
.border-e-slate-900\/40 {
  border-inline-end-color: rgb(15 23 42 / 0.4);
}
.border-e-slate-900\/45 {
  border-inline-end-color: rgb(15 23 42 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(15 23 42 / 0.55);
}
.border-e-slate-900\/60 {
  border-inline-end-color: rgb(15 23 42 / 0.6);
}
.border-e-slate-900\/65 {
  border-inline-end-color: rgb(15 23 42 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(15 23 42 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(2 6 23 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(2 6 23 / 0.35);
}
.border-e-slate-950\/40 {
  border-inline-end-color: rgb(2 6 23 / 0.4);
}
.border-e-slate-950\/45 {
  border-inline-end-color: rgb(2 6 23 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(2 6 23 / 0.55);
}
.border-e-slate-950\/60 {
  border-inline-end-color: rgb(2 6 23 / 0.6);
}
.border-e-slate-950\/65 {
  border-inline-end-color: rgb(2 6 23 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(2 6 23 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(245 245 244 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(245 245 244 / 0.35);
}
.border-e-stone-100\/40 {
  border-inline-end-color: rgb(245 245 244 / 0.4);
}
.border-e-stone-100\/45 {
  border-inline-end-color: rgb(245 245 244 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(245 245 244 / 0.55);
}
.border-e-stone-100\/60 {
  border-inline-end-color: rgb(245 245 244 / 0.6);
}
.border-e-stone-100\/65 {
  border-inline-end-color: rgb(245 245 244 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(245 245 244 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(231 229 228 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(231 229 228 / 0.35);
}
.border-e-stone-200\/40 {
  border-inline-end-color: rgb(231 229 228 / 0.4);
}
.border-e-stone-200\/45 {
  border-inline-end-color: rgb(231 229 228 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(231 229 228 / 0.55);
}
.border-e-stone-200\/60 {
  border-inline-end-color: rgb(231 229 228 / 0.6);
}
.border-e-stone-200\/65 {
  border-inline-end-color: rgb(231 229 228 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(231 229 228 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(214 211 209 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(214 211 209 / 0.35);
}
.border-e-stone-300\/40 {
  border-inline-end-color: rgb(214 211 209 / 0.4);
}
.border-e-stone-300\/45 {
  border-inline-end-color: rgb(214 211 209 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(214 211 209 / 0.55);
}
.border-e-stone-300\/60 {
  border-inline-end-color: rgb(214 211 209 / 0.6);
}
.border-e-stone-300\/65 {
  border-inline-end-color: rgb(214 211 209 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(214 211 209 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(168 162 158 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(168 162 158 / 0.35);
}
.border-e-stone-400\/40 {
  border-inline-end-color: rgb(168 162 158 / 0.4);
}
.border-e-stone-400\/45 {
  border-inline-end-color: rgb(168 162 158 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(168 162 158 / 0.55);
}
.border-e-stone-400\/60 {
  border-inline-end-color: rgb(168 162 158 / 0.6);
}
.border-e-stone-400\/65 {
  border-inline-end-color: rgb(168 162 158 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(168 162 158 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(250 250 249 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(250 250 249 / 0.35);
}
.border-e-stone-50\/40 {
  border-inline-end-color: rgb(250 250 249 / 0.4);
}
.border-e-stone-50\/45 {
  border-inline-end-color: rgb(250 250 249 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(250 250 249 / 0.55);
}
.border-e-stone-50\/60 {
  border-inline-end-color: rgb(250 250 249 / 0.6);
}
.border-e-stone-50\/65 {
  border-inline-end-color: rgb(250 250 249 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(250 250 249 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(120 113 108 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(120 113 108 / 0.35);
}
.border-e-stone-500\/40 {
  border-inline-end-color: rgb(120 113 108 / 0.4);
}
.border-e-stone-500\/45 {
  border-inline-end-color: rgb(120 113 108 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(120 113 108 / 0.55);
}
.border-e-stone-500\/60 {
  border-inline-end-color: rgb(120 113 108 / 0.6);
}
.border-e-stone-500\/65 {
  border-inline-end-color: rgb(120 113 108 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(120 113 108 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(87 83 78 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(87 83 78 / 0.35);
}
.border-e-stone-600\/40 {
  border-inline-end-color: rgb(87 83 78 / 0.4);
}
.border-e-stone-600\/45 {
  border-inline-end-color: rgb(87 83 78 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(87 83 78 / 0.55);
}
.border-e-stone-600\/60 {
  border-inline-end-color: rgb(87 83 78 / 0.6);
}
.border-e-stone-600\/65 {
  border-inline-end-color: rgb(87 83 78 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(87 83 78 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(68 64 60 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(68 64 60 / 0.35);
}
.border-e-stone-700\/40 {
  border-inline-end-color: rgb(68 64 60 / 0.4);
}
.border-e-stone-700\/45 {
  border-inline-end-color: rgb(68 64 60 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(68 64 60 / 0.55);
}
.border-e-stone-700\/60 {
  border-inline-end-color: rgb(68 64 60 / 0.6);
}
.border-e-stone-700\/65 {
  border-inline-end-color: rgb(68 64 60 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(68 64 60 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(41 37 36 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(41 37 36 / 0.35);
}
.border-e-stone-800\/40 {
  border-inline-end-color: rgb(41 37 36 / 0.4);
}
.border-e-stone-800\/45 {
  border-inline-end-color: rgb(41 37 36 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(41 37 36 / 0.55);
}
.border-e-stone-800\/60 {
  border-inline-end-color: rgb(41 37 36 / 0.6);
}
.border-e-stone-800\/65 {
  border-inline-end-color: rgb(41 37 36 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(41 37 36 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(28 25 23 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(28 25 23 / 0.35);
}
.border-e-stone-900\/40 {
  border-inline-end-color: rgb(28 25 23 / 0.4);
}
.border-e-stone-900\/45 {
  border-inline-end-color: rgb(28 25 23 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(28 25 23 / 0.55);
}
.border-e-stone-900\/60 {
  border-inline-end-color: rgb(28 25 23 / 0.6);
}
.border-e-stone-900\/65 {
  border-inline-end-color: rgb(28 25 23 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(28 25 23 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(12 10 9 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(12 10 9 / 0.35);
}
.border-e-stone-950\/40 {
  border-inline-end-color: rgb(12 10 9 / 0.4);
}
.border-e-stone-950\/45 {
  border-inline-end-color: rgb(12 10 9 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(12 10 9 / 0.55);
}
.border-e-stone-950\/60 {
  border-inline-end-color: rgb(12 10 9 / 0.6);
}
.border-e-stone-950\/65 {
  border-inline-end-color: rgb(12 10 9 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(12 10 9 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(204 251 241 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(204 251 241 / 0.35);
}
.border-e-teal-100\/40 {
  border-inline-end-color: rgb(204 251 241 / 0.4);
}
.border-e-teal-100\/45 {
  border-inline-end-color: rgb(204 251 241 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(204 251 241 / 0.55);
}
.border-e-teal-100\/60 {
  border-inline-end-color: rgb(204 251 241 / 0.6);
}
.border-e-teal-100\/65 {
  border-inline-end-color: rgb(204 251 241 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(204 251 241 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(153 246 228 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(153 246 228 / 0.35);
}
.border-e-teal-200\/40 {
  border-inline-end-color: rgb(153 246 228 / 0.4);
}
.border-e-teal-200\/45 {
  border-inline-end-color: rgb(153 246 228 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(153 246 228 / 0.55);
}
.border-e-teal-200\/60 {
  border-inline-end-color: rgb(153 246 228 / 0.6);
}
.border-e-teal-200\/65 {
  border-inline-end-color: rgb(153 246 228 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(153 246 228 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(94 234 212 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(94 234 212 / 0.35);
}
.border-e-teal-300\/40 {
  border-inline-end-color: rgb(94 234 212 / 0.4);
}
.border-e-teal-300\/45 {
  border-inline-end-color: rgb(94 234 212 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(94 234 212 / 0.55);
}
.border-e-teal-300\/60 {
  border-inline-end-color: rgb(94 234 212 / 0.6);
}
.border-e-teal-300\/65 {
  border-inline-end-color: rgb(94 234 212 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(94 234 212 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(45 212 191 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(45 212 191 / 0.35);
}
.border-e-teal-400\/40 {
  border-inline-end-color: rgb(45 212 191 / 0.4);
}
.border-e-teal-400\/45 {
  border-inline-end-color: rgb(45 212 191 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(45 212 191 / 0.55);
}
.border-e-teal-400\/60 {
  border-inline-end-color: rgb(45 212 191 / 0.6);
}
.border-e-teal-400\/65 {
  border-inline-end-color: rgb(45 212 191 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(45 212 191 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(240 253 250 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(240 253 250 / 0.35);
}
.border-e-teal-50\/40 {
  border-inline-end-color: rgb(240 253 250 / 0.4);
}
.border-e-teal-50\/45 {
  border-inline-end-color: rgb(240 253 250 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(240 253 250 / 0.55);
}
.border-e-teal-50\/60 {
  border-inline-end-color: rgb(240 253 250 / 0.6);
}
.border-e-teal-50\/65 {
  border-inline-end-color: rgb(240 253 250 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(240 253 250 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(20 184 166 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(20 184 166 / 0.35);
}
.border-e-teal-500\/40 {
  border-inline-end-color: rgb(20 184 166 / 0.4);
}
.border-e-teal-500\/45 {
  border-inline-end-color: rgb(20 184 166 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(20 184 166 / 0.55);
}
.border-e-teal-500\/60 {
  border-inline-end-color: rgb(20 184 166 / 0.6);
}
.border-e-teal-500\/65 {
  border-inline-end-color: rgb(20 184 166 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(20 184 166 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(13 148 136 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(13 148 136 / 0.35);
}
.border-e-teal-600\/40 {
  border-inline-end-color: rgb(13 148 136 / 0.4);
}
.border-e-teal-600\/45 {
  border-inline-end-color: rgb(13 148 136 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(13 148 136 / 0.55);
}
.border-e-teal-600\/60 {
  border-inline-end-color: rgb(13 148 136 / 0.6);
}
.border-e-teal-600\/65 {
  border-inline-end-color: rgb(13 148 136 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(13 148 136 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(15 118 110 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(15 118 110 / 0.35);
}
.border-e-teal-700\/40 {
  border-inline-end-color: rgb(15 118 110 / 0.4);
}
.border-e-teal-700\/45 {
  border-inline-end-color: rgb(15 118 110 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(15 118 110 / 0.55);
}
.border-e-teal-700\/60 {
  border-inline-end-color: rgb(15 118 110 / 0.6);
}
.border-e-teal-700\/65 {
  border-inline-end-color: rgb(15 118 110 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(15 118 110 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(17 94 89 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(17 94 89 / 0.35);
}
.border-e-teal-800\/40 {
  border-inline-end-color: rgb(17 94 89 / 0.4);
}
.border-e-teal-800\/45 {
  border-inline-end-color: rgb(17 94 89 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(17 94 89 / 0.55);
}
.border-e-teal-800\/60 {
  border-inline-end-color: rgb(17 94 89 / 0.6);
}
.border-e-teal-800\/65 {
  border-inline-end-color: rgb(17 94 89 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(17 94 89 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(19 78 74 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(19 78 74 / 0.35);
}
.border-e-teal-900\/40 {
  border-inline-end-color: rgb(19 78 74 / 0.4);
}
.border-e-teal-900\/45 {
  border-inline-end-color: rgb(19 78 74 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(19 78 74 / 0.55);
}
.border-e-teal-900\/60 {
  border-inline-end-color: rgb(19 78 74 / 0.6);
}
.border-e-teal-900\/65 {
  border-inline-end-color: rgb(19 78 74 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(19 78 74 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(4 47 46 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(4 47 46 / 0.35);
}
.border-e-teal-950\/40 {
  border-inline-end-color: rgb(4 47 46 / 0.4);
}
.border-e-teal-950\/45 {
  border-inline-end-color: rgb(4 47 46 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(4 47 46 / 0.55);
}
.border-e-teal-950\/60 {
  border-inline-end-color: rgb(4 47 46 / 0.6);
}
.border-e-teal-950\/65 {
  border-inline-end-color: rgb(4 47 46 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(4 47 46 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(0 0 0 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(0 0 0 / 0.35);
}
.border-e-transparent\/40 {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}
.border-e-transparent\/45 {
  border-inline-end-color: rgb(0 0 0 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(0 0 0 / 0.55);
}
.border-e-transparent\/60 {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}
.border-e-transparent\/65 {
  border-inline-end-color: rgb(0 0 0 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(0 0 0 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(237 233 254 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(237 233 254 / 0.35);
}
.border-e-violet-100\/40 {
  border-inline-end-color: rgb(237 233 254 / 0.4);
}
.border-e-violet-100\/45 {
  border-inline-end-color: rgb(237 233 254 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(237 233 254 / 0.55);
}
.border-e-violet-100\/60 {
  border-inline-end-color: rgb(237 233 254 / 0.6);
}
.border-e-violet-100\/65 {
  border-inline-end-color: rgb(237 233 254 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(237 233 254 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(221 214 254 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(221 214 254 / 0.35);
}
.border-e-violet-200\/40 {
  border-inline-end-color: rgb(221 214 254 / 0.4);
}
.border-e-violet-200\/45 {
  border-inline-end-color: rgb(221 214 254 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(221 214 254 / 0.55);
}
.border-e-violet-200\/60 {
  border-inline-end-color: rgb(221 214 254 / 0.6);
}
.border-e-violet-200\/65 {
  border-inline-end-color: rgb(221 214 254 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(221 214 254 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(196 181 253 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(196 181 253 / 0.35);
}
.border-e-violet-300\/40 {
  border-inline-end-color: rgb(196 181 253 / 0.4);
}
.border-e-violet-300\/45 {
  border-inline-end-color: rgb(196 181 253 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(196 181 253 / 0.55);
}
.border-e-violet-300\/60 {
  border-inline-end-color: rgb(196 181 253 / 0.6);
}
.border-e-violet-300\/65 {
  border-inline-end-color: rgb(196 181 253 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(196 181 253 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(167 139 250 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(167 139 250 / 0.35);
}
.border-e-violet-400\/40 {
  border-inline-end-color: rgb(167 139 250 / 0.4);
}
.border-e-violet-400\/45 {
  border-inline-end-color: rgb(167 139 250 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(167 139 250 / 0.55);
}
.border-e-violet-400\/60 {
  border-inline-end-color: rgb(167 139 250 / 0.6);
}
.border-e-violet-400\/65 {
  border-inline-end-color: rgb(167 139 250 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(167 139 250 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(245 243 255 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(245 243 255 / 0.35);
}
.border-e-violet-50\/40 {
  border-inline-end-color: rgb(245 243 255 / 0.4);
}
.border-e-violet-50\/45 {
  border-inline-end-color: rgb(245 243 255 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(245 243 255 / 0.55);
}
.border-e-violet-50\/60 {
  border-inline-end-color: rgb(245 243 255 / 0.6);
}
.border-e-violet-50\/65 {
  border-inline-end-color: rgb(245 243 255 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(245 243 255 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(139 92 246 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(139 92 246 / 0.35);
}
.border-e-violet-500\/40 {
  border-inline-end-color: rgb(139 92 246 / 0.4);
}
.border-e-violet-500\/45 {
  border-inline-end-color: rgb(139 92 246 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(139 92 246 / 0.55);
}
.border-e-violet-500\/60 {
  border-inline-end-color: rgb(139 92 246 / 0.6);
}
.border-e-violet-500\/65 {
  border-inline-end-color: rgb(139 92 246 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(139 92 246 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(124 58 237 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(124 58 237 / 0.35);
}
.border-e-violet-600\/40 {
  border-inline-end-color: rgb(124 58 237 / 0.4);
}
.border-e-violet-600\/45 {
  border-inline-end-color: rgb(124 58 237 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(124 58 237 / 0.55);
}
.border-e-violet-600\/60 {
  border-inline-end-color: rgb(124 58 237 / 0.6);
}
.border-e-violet-600\/65 {
  border-inline-end-color: rgb(124 58 237 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(124 58 237 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(109 40 217 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(109 40 217 / 0.35);
}
.border-e-violet-700\/40 {
  border-inline-end-color: rgb(109 40 217 / 0.4);
}
.border-e-violet-700\/45 {
  border-inline-end-color: rgb(109 40 217 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(109 40 217 / 0.55);
}
.border-e-violet-700\/60 {
  border-inline-end-color: rgb(109 40 217 / 0.6);
}
.border-e-violet-700\/65 {
  border-inline-end-color: rgb(109 40 217 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(109 40 217 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(91 33 182 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(91 33 182 / 0.35);
}
.border-e-violet-800\/40 {
  border-inline-end-color: rgb(91 33 182 / 0.4);
}
.border-e-violet-800\/45 {
  border-inline-end-color: rgb(91 33 182 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(91 33 182 / 0.55);
}
.border-e-violet-800\/60 {
  border-inline-end-color: rgb(91 33 182 / 0.6);
}
.border-e-violet-800\/65 {
  border-inline-end-color: rgb(91 33 182 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(91 33 182 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(76 29 149 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(76 29 149 / 0.35);
}
.border-e-violet-900\/40 {
  border-inline-end-color: rgb(76 29 149 / 0.4);
}
.border-e-violet-900\/45 {
  border-inline-end-color: rgb(76 29 149 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(76 29 149 / 0.55);
}
.border-e-violet-900\/60 {
  border-inline-end-color: rgb(76 29 149 / 0.6);
}
.border-e-violet-900\/65 {
  border-inline-end-color: rgb(76 29 149 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(76 29 149 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(46 16 101 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(46 16 101 / 0.35);
}
.border-e-violet-950\/40 {
  border-inline-end-color: rgb(46 16 101 / 0.4);
}
.border-e-violet-950\/45 {
  border-inline-end-color: rgb(46 16 101 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(46 16 101 / 0.55);
}
.border-e-violet-950\/60 {
  border-inline-end-color: rgb(46 16 101 / 0.6);
}
.border-e-violet-950\/65 {
  border-inline-end-color: rgb(46 16 101 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(46 16 101 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(255 255 255 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(255 255 255 / 0.35);
}
.border-e-white\/40 {
  border-inline-end-color: rgb(255 255 255 / 0.4);
}
.border-e-white\/45 {
  border-inline-end-color: rgb(255 255 255 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(255 255 255 / 0.55);
}
.border-e-white\/60 {
  border-inline-end-color: rgb(255 255 255 / 0.6);
}
.border-e-white\/65 {
  border-inline-end-color: rgb(255 255 255 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(255 255 255 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(254 249 195 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(254 249 195 / 0.35);
}
.border-e-yellow-100\/40 {
  border-inline-end-color: rgb(254 249 195 / 0.4);
}
.border-e-yellow-100\/45 {
  border-inline-end-color: rgb(254 249 195 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(254 249 195 / 0.55);
}
.border-e-yellow-100\/60 {
  border-inline-end-color: rgb(254 249 195 / 0.6);
}
.border-e-yellow-100\/65 {
  border-inline-end-color: rgb(254 249 195 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(254 249 195 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(254 240 138 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(254 240 138 / 0.35);
}
.border-e-yellow-200\/40 {
  border-inline-end-color: rgb(254 240 138 / 0.4);
}
.border-e-yellow-200\/45 {
  border-inline-end-color: rgb(254 240 138 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(254 240 138 / 0.55);
}
.border-e-yellow-200\/60 {
  border-inline-end-color: rgb(254 240 138 / 0.6);
}
.border-e-yellow-200\/65 {
  border-inline-end-color: rgb(254 240 138 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(254 240 138 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(253 224 71 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(253 224 71 / 0.35);
}
.border-e-yellow-300\/40 {
  border-inline-end-color: rgb(253 224 71 / 0.4);
}
.border-e-yellow-300\/45 {
  border-inline-end-color: rgb(253 224 71 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(253 224 71 / 0.55);
}
.border-e-yellow-300\/60 {
  border-inline-end-color: rgb(253 224 71 / 0.6);
}
.border-e-yellow-300\/65 {
  border-inline-end-color: rgb(253 224 71 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(253 224 71 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(250 204 21 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(250 204 21 / 0.35);
}
.border-e-yellow-400\/40 {
  border-inline-end-color: rgb(250 204 21 / 0.4);
}
.border-e-yellow-400\/45 {
  border-inline-end-color: rgb(250 204 21 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(250 204 21 / 0.55);
}
.border-e-yellow-400\/60 {
  border-inline-end-color: rgb(250 204 21 / 0.6);
}
.border-e-yellow-400\/65 {
  border-inline-end-color: rgb(250 204 21 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(250 204 21 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(254 252 232 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(254 252 232 / 0.35);
}
.border-e-yellow-50\/40 {
  border-inline-end-color: rgb(254 252 232 / 0.4);
}
.border-e-yellow-50\/45 {
  border-inline-end-color: rgb(254 252 232 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(254 252 232 / 0.55);
}
.border-e-yellow-50\/60 {
  border-inline-end-color: rgb(254 252 232 / 0.6);
}
.border-e-yellow-50\/65 {
  border-inline-end-color: rgb(254 252 232 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(254 252 232 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(234 179 8 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(234 179 8 / 0.35);
}
.border-e-yellow-500\/40 {
  border-inline-end-color: rgb(234 179 8 / 0.4);
}
.border-e-yellow-500\/45 {
  border-inline-end-color: rgb(234 179 8 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(234 179 8 / 0.55);
}
.border-e-yellow-500\/60 {
  border-inline-end-color: rgb(234 179 8 / 0.6);
}
.border-e-yellow-500\/65 {
  border-inline-end-color: rgb(234 179 8 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(234 179 8 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(202 138 4 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(202 138 4 / 0.35);
}
.border-e-yellow-600\/40 {
  border-inline-end-color: rgb(202 138 4 / 0.4);
}
.border-e-yellow-600\/45 {
  border-inline-end-color: rgb(202 138 4 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(202 138 4 / 0.55);
}
.border-e-yellow-600\/60 {
  border-inline-end-color: rgb(202 138 4 / 0.6);
}
.border-e-yellow-600\/65 {
  border-inline-end-color: rgb(202 138 4 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(202 138 4 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(161 98 7 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(161 98 7 / 0.35);
}
.border-e-yellow-700\/40 {
  border-inline-end-color: rgb(161 98 7 / 0.4);
}
.border-e-yellow-700\/45 {
  border-inline-end-color: rgb(161 98 7 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(161 98 7 / 0.55);
}
.border-e-yellow-700\/60 {
  border-inline-end-color: rgb(161 98 7 / 0.6);
}
.border-e-yellow-700\/65 {
  border-inline-end-color: rgb(161 98 7 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(161 98 7 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(133 77 14 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(133 77 14 / 0.35);
}
.border-e-yellow-800\/40 {
  border-inline-end-color: rgb(133 77 14 / 0.4);
}
.border-e-yellow-800\/45 {
  border-inline-end-color: rgb(133 77 14 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(133 77 14 / 0.55);
}
.border-e-yellow-800\/60 {
  border-inline-end-color: rgb(133 77 14 / 0.6);
}
.border-e-yellow-800\/65 {
  border-inline-end-color: rgb(133 77 14 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(133 77 14 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(113 63 18 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(113 63 18 / 0.35);
}
.border-e-yellow-900\/40 {
  border-inline-end-color: rgb(113 63 18 / 0.4);
}
.border-e-yellow-900\/45 {
  border-inline-end-color: rgb(113 63 18 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(113 63 18 / 0.55);
}
.border-e-yellow-900\/60 {
  border-inline-end-color: rgb(113 63 18 / 0.6);
}
.border-e-yellow-900\/65 {
  border-inline-end-color: rgb(113 63 18 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(113 63 18 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(66 32 6 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(66 32 6 / 0.35);
}
.border-e-yellow-950\/40 {
  border-inline-end-color: rgb(66 32 6 / 0.4);
}
.border-e-yellow-950\/45 {
  border-inline-end-color: rgb(66 32 6 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(66 32 6 / 0.55);
}
.border-e-yellow-950\/60 {
  border-inline-end-color: rgb(66 32 6 / 0.6);
}
.border-e-yellow-950\/65 {
  border-inline-end-color: rgb(66 32 6 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(66 32 6 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(244 244 245 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(244 244 245 / 0.35);
}
.border-e-zinc-100\/40 {
  border-inline-end-color: rgb(244 244 245 / 0.4);
}
.border-e-zinc-100\/45 {
  border-inline-end-color: rgb(244 244 245 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(244 244 245 / 0.55);
}
.border-e-zinc-100\/60 {
  border-inline-end-color: rgb(244 244 245 / 0.6);
}
.border-e-zinc-100\/65 {
  border-inline-end-color: rgb(244 244 245 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(244 244 245 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(228 228 231 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(228 228 231 / 0.35);
}
.border-e-zinc-200\/40 {
  border-inline-end-color: rgb(228 228 231 / 0.4);
}
.border-e-zinc-200\/45 {
  border-inline-end-color: rgb(228 228 231 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(228 228 231 / 0.55);
}
.border-e-zinc-200\/60 {
  border-inline-end-color: rgb(228 228 231 / 0.6);
}
.border-e-zinc-200\/65 {
  border-inline-end-color: rgb(228 228 231 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(228 228 231 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(212 212 216 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(212 212 216 / 0.35);
}
.border-e-zinc-300\/40 {
  border-inline-end-color: rgb(212 212 216 / 0.4);
}
.border-e-zinc-300\/45 {
  border-inline-end-color: rgb(212 212 216 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(212 212 216 / 0.55);
}
.border-e-zinc-300\/60 {
  border-inline-end-color: rgb(212 212 216 / 0.6);
}
.border-e-zinc-300\/65 {
  border-inline-end-color: rgb(212 212 216 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(212 212 216 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(161 161 170 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(161 161 170 / 0.35);
}
.border-e-zinc-400\/40 {
  border-inline-end-color: rgb(161 161 170 / 0.4);
}
.border-e-zinc-400\/45 {
  border-inline-end-color: rgb(161 161 170 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(161 161 170 / 0.55);
}
.border-e-zinc-400\/60 {
  border-inline-end-color: rgb(161 161 170 / 0.6);
}
.border-e-zinc-400\/65 {
  border-inline-end-color: rgb(161 161 170 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(161 161 170 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(250 250 250 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(250 250 250 / 0.35);
}
.border-e-zinc-50\/40 {
  border-inline-end-color: rgb(250 250 250 / 0.4);
}
.border-e-zinc-50\/45 {
  border-inline-end-color: rgb(250 250 250 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(250 250 250 / 0.55);
}
.border-e-zinc-50\/60 {
  border-inline-end-color: rgb(250 250 250 / 0.6);
}
.border-e-zinc-50\/65 {
  border-inline-end-color: rgb(250 250 250 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(250 250 250 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(113 113 122 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(113 113 122 / 0.35);
}
.border-e-zinc-500\/40 {
  border-inline-end-color: rgb(113 113 122 / 0.4);
}
.border-e-zinc-500\/45 {
  border-inline-end-color: rgb(113 113 122 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(113 113 122 / 0.55);
}
.border-e-zinc-500\/60 {
  border-inline-end-color: rgb(113 113 122 / 0.6);
}
.border-e-zinc-500\/65 {
  border-inline-end-color: rgb(113 113 122 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(113 113 122 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(82 82 91 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(82 82 91 / 0.35);
}
.border-e-zinc-600\/40 {
  border-inline-end-color: rgb(82 82 91 / 0.4);
}
.border-e-zinc-600\/45 {
  border-inline-end-color: rgb(82 82 91 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(82 82 91 / 0.55);
}
.border-e-zinc-600\/60 {
  border-inline-end-color: rgb(82 82 91 / 0.6);
}
.border-e-zinc-600\/65 {
  border-inline-end-color: rgb(82 82 91 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(82 82 91 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(63 63 70 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(63 63 70 / 0.35);
}
.border-e-zinc-700\/40 {
  border-inline-end-color: rgb(63 63 70 / 0.4);
}
.border-e-zinc-700\/45 {
  border-inline-end-color: rgb(63 63 70 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(63 63 70 / 0.55);
}
.border-e-zinc-700\/60 {
  border-inline-end-color: rgb(63 63 70 / 0.6);
}
.border-e-zinc-700\/65 {
  border-inline-end-color: rgb(63 63 70 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(63 63 70 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(39 39 42 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(39 39 42 / 0.35);
}
.border-e-zinc-800\/40 {
  border-inline-end-color: rgb(39 39 42 / 0.4);
}
.border-e-zinc-800\/45 {
  border-inline-end-color: rgb(39 39 42 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(39 39 42 / 0.55);
}
.border-e-zinc-800\/60 {
  border-inline-end-color: rgb(39 39 42 / 0.6);
}
.border-e-zinc-800\/65 {
  border-inline-end-color: rgb(39 39 42 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(39 39 42 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(24 24 27 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(24 24 27 / 0.35);
}
.border-e-zinc-900\/40 {
  border-inline-end-color: rgb(24 24 27 / 0.4);
}
.border-e-zinc-900\/45 {
  border-inline-end-color: rgb(24 24 27 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(24 24 27 / 0.55);
}
.border-e-zinc-900\/60 {
  border-inline-end-color: rgb(24 24 27 / 0.6);
}
.border-e-zinc-900\/65 {
  border-inline-end-color: rgb(24 24 27 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(24 24 27 / 0.85);
}
.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\/15 {
  border-inline-end-color: rgb(9 9 11 / 0.15);
}
.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\/35 {
  border-inline-end-color: rgb(9 9 11 / 0.35);
}
.border-e-zinc-950\/40 {
  border-inline-end-color: rgb(9 9 11 / 0.4);
}
.border-e-zinc-950\/45 {
  border-inline-end-color: rgb(9 9 11 / 0.45);
}
.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\/55 {
  border-inline-end-color: rgb(9 9 11 / 0.55);
}
.border-e-zinc-950\/60 {
  border-inline-end-color: rgb(9 9 11 / 0.6);
}
.border-e-zinc-950\/65 {
  border-inline-end-color: rgb(9 9 11 / 0.65);
}
.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\/85 {
  border-inline-end-color: rgb(9 9 11 / 0.85);
}
.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\/15 {
  border-left-color: rgb(254 243 199 / 0.15);
}
.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\/35 {
  border-left-color: rgb(254 243 199 / 0.35);
}
.border-l-amber-100\/40 {
  border-left-color: rgb(254 243 199 / 0.4);
}
.border-l-amber-100\/45 {
  border-left-color: rgb(254 243 199 / 0.45);
}
.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\/55 {
  border-left-color: rgb(254 243 199 / 0.55);
}
.border-l-amber-100\/60 {
  border-left-color: rgb(254 243 199 / 0.6);
}
.border-l-amber-100\/65 {
  border-left-color: rgb(254 243 199 / 0.65);
}
.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\/85 {
  border-left-color: rgb(254 243 199 / 0.85);
}
.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\/15 {
  border-left-color: rgb(253 230 138 / 0.15);
}
.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\/35 {
  border-left-color: rgb(253 230 138 / 0.35);
}
.border-l-amber-200\/40 {
  border-left-color: rgb(253 230 138 / 0.4);
}
.border-l-amber-200\/45 {
  border-left-color: rgb(253 230 138 / 0.45);
}
.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\/55 {
  border-left-color: rgb(253 230 138 / 0.55);
}
.border-l-amber-200\/60 {
  border-left-color: rgb(253 230 138 / 0.6);
}
.border-l-amber-200\/65 {
  border-left-color: rgb(253 230 138 / 0.65);
}
.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\/85 {
  border-left-color: rgb(253 230 138 / 0.85);
}
.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\/15 {
  border-left-color: rgb(252 211 77 / 0.15);
}
.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\/35 {
  border-left-color: rgb(252 211 77 / 0.35);
}
.border-l-amber-300\/40 {
  border-left-color: rgb(252 211 77 / 0.4);
}
.border-l-amber-300\/45 {
  border-left-color: rgb(252 211 77 / 0.45);
}
.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\/55 {
  border-left-color: rgb(252 211 77 / 0.55);
}
.border-l-amber-300\/60 {
  border-left-color: rgb(252 211 77 / 0.6);
}
.border-l-amber-300\/65 {
  border-left-color: rgb(252 211 77 / 0.65);
}
.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\/85 {
  border-left-color: rgb(252 211 77 / 0.85);
}
.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\/15 {
  border-left-color: rgb(251 191 36 / 0.15);
}
.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\/35 {
  border-left-color: rgb(251 191 36 / 0.35);
}
.border-l-amber-400\/40 {
  border-left-color: rgb(251 191 36 / 0.4);
}
.border-l-amber-400\/45 {
  border-left-color: rgb(251 191 36 / 0.45);
}
.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\/55 {
  border-left-color: rgb(251 191 36 / 0.55);
}
.border-l-amber-400\/60 {
  border-left-color: rgb(251 191 36 / 0.6);
}
.border-l-amber-400\/65 {
  border-left-color: rgb(251 191 36 / 0.65);
}
.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\/85 {
  border-left-color: rgb(251 191 36 / 0.85);
}
.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\/15 {
  border-left-color: rgb(255 251 235 / 0.15);
}
.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\/35 {
  border-left-color: rgb(255 251 235 / 0.35);
}
.border-l-amber-50\/40 {
  border-left-color: rgb(255 251 235 / 0.4);
}
.border-l-amber-50\/45 {
  border-left-color: rgb(255 251 235 / 0.45);
}
.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\/55 {
  border-left-color: rgb(255 251 235 / 0.55);
}
.border-l-amber-50\/60 {
  border-left-color: rgb(255 251 235 / 0.6);
}
.border-l-amber-50\/65 {
  border-left-color: rgb(255 251 235 / 0.65);
}
.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\/85 {
  border-left-color: rgb(255 251 235 / 0.85);
}
.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\/15 {
  border-left-color: rgb(245 158 11 / 0.15);
}
.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\/35 {
  border-left-color: rgb(245 158 11 / 0.35);
}
.border-l-amber-500\/40 {
  border-left-color: rgb(245 158 11 / 0.4);
}
.border-l-amber-500\/45 {
  border-left-color: rgb(245 158 11 / 0.45);
}
.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\/55 {
  border-left-color: rgb(245 158 11 / 0.55);
}
.border-l-amber-500\/60 {
  border-left-color: rgb(245 158 11 / 0.6);
}
.border-l-amber-500\/65 {
  border-left-color: rgb(245 158 11 / 0.65);
}
.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\/85 {
  border-left-color: rgb(245 158 11 / 0.85);
}
.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\/15 {
  border-left-color: rgb(217 119 6 / 0.15);
}
.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\/35 {
  border-left-color: rgb(217 119 6 / 0.35);
}
.border-l-amber-600\/40 {
  border-left-color: rgb(217 119 6 / 0.4);
}
.border-l-amber-600\/45 {
  border-left-color: rgb(217 119 6 / 0.45);
}
.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\/55 {
  border-left-color: rgb(217 119 6 / 0.55);
}
.border-l-amber-600\/60 {
  border-left-color: rgb(217 119 6 / 0.6);
}
.border-l-amber-600\/65 {
  border-left-color: rgb(217 119 6 / 0.65);
}
.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\/85 {
  border-left-color: rgb(217 119 6 / 0.85);
}
.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\/15 {
  border-left-color: rgb(180 83 9 / 0.15);
}
.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\/35 {
  border-left-color: rgb(180 83 9 / 0.35);
}
.border-l-amber-700\/40 {
  border-left-color: rgb(180 83 9 / 0.4);
}
.border-l-amber-700\/45 {
  border-left-color: rgb(180 83 9 / 0.45);
}
.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\/55 {
  border-left-color: rgb(180 83 9 / 0.55);
}
.border-l-amber-700\/60 {
  border-left-color: rgb(180 83 9 / 0.6);
}
.border-l-amber-700\/65 {
  border-left-color: rgb(180 83 9 / 0.65);
}
.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\/85 {
  border-left-color: rgb(180 83 9 / 0.85);
}
.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\/15 {
  border-left-color: rgb(146 64 14 / 0.15);
}
.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\/35 {
  border-left-color: rgb(146 64 14 / 0.35);
}
.border-l-amber-800\/40 {
  border-left-color: rgb(146 64 14 / 0.4);
}
.border-l-amber-800\/45 {
  border-left-color: rgb(146 64 14 / 0.45);
}
.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\/55 {
  border-left-color: rgb(146 64 14 / 0.55);
}
.border-l-amber-800\/60 {
  border-left-color: rgb(146 64 14 / 0.6);
}
.border-l-amber-800\/65 {
  border-left-color: rgb(146 64 14 / 0.65);
}
.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\/85 {
  border-left-color: rgb(146 64 14 / 0.85);
}
.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\/15 {
  border-left-color: rgb(120 53 15 / 0.15);
}
.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\/35 {
  border-left-color: rgb(120 53 15 / 0.35);
}
.border-l-amber-900\/40 {
  border-left-color: rgb(120 53 15 / 0.4);
}
.border-l-amber-900\/45 {
  border-left-color: rgb(120 53 15 / 0.45);
}
.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\/55 {
  border-left-color: rgb(120 53 15 / 0.55);
}
.border-l-amber-900\/60 {
  border-left-color: rgb(120 53 15 / 0.6);
}
.border-l-amber-900\/65 {
  border-left-color: rgb(120 53 15 / 0.65);
}
.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\/85 {
  border-left-color: rgb(120 53 15 / 0.85);
}
.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\/15 {
  border-left-color: rgb(69 26 3 / 0.15);
}
.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\/35 {
  border-left-color: rgb(69 26 3 / 0.35);
}
.border-l-amber-950\/40 {
  border-left-color: rgb(69 26 3 / 0.4);
}
.border-l-amber-950\/45 {
  border-left-color: rgb(69 26 3 / 0.45);
}
.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\/55 {
  border-left-color: rgb(69 26 3 / 0.55);
}
.border-l-amber-950\/60 {
  border-left-color: rgb(69 26 3 / 0.6);
}
.border-l-amber-950\/65 {
  border-left-color: rgb(69 26 3 / 0.65);
}
.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\/85 {
  border-left-color: rgb(69 26 3 / 0.85);
}
.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\/15 {
  border-left-color: rgb(0 0 0 / 0.15);
}
.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\/35 {
  border-left-color: rgb(0 0 0 / 0.35);
}
.border-l-black\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
}
.border-l-black\/45 {
  border-left-color: rgb(0 0 0 / 0.45);
}
.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\/55 {
  border-left-color: rgb(0 0 0 / 0.55);
}
.border-l-black\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
}
.border-l-black\/65 {
  border-left-color: rgb(0 0 0 / 0.65);
}
.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\/85 {
  border-left-color: rgb(0 0 0 / 0.85);
}
.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\/15 {
  border-left-color: rgb(219 234 254 / 0.15);
}
.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\/35 {
  border-left-color: rgb(219 234 254 / 0.35);
}
.border-l-blue-100\/40 {
  border-left-color: rgb(219 234 254 / 0.4);
}
.border-l-blue-100\/45 {
  border-left-color: rgb(219 234 254 / 0.45);
}
.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\/55 {
  border-left-color: rgb(219 234 254 / 0.55);
}
.border-l-blue-100\/60 {
  border-left-color: rgb(219 234 254 / 0.6);
}
.border-l-blue-100\/65 {
  border-left-color: rgb(219 234 254 / 0.65);
}
.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\/85 {
  border-left-color: rgb(219 234 254 / 0.85);
}
.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\/15 {
  border-left-color: rgb(191 219 254 / 0.15);
}
.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\/35 {
  border-left-color: rgb(191 219 254 / 0.35);
}
.border-l-blue-200\/40 {
  border-left-color: rgb(191 219 254 / 0.4);
}
.border-l-blue-200\/45 {
  border-left-color: rgb(191 219 254 / 0.45);
}
.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\/55 {
  border-left-color: rgb(191 219 254 / 0.55);
}
.border-l-blue-200\/60 {
  border-left-color: rgb(191 219 254 / 0.6);
}
.border-l-blue-200\/65 {
  border-left-color: rgb(191 219 254 / 0.65);
}
.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\/85 {
  border-left-color: rgb(191 219 254 / 0.85);
}
.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\/15 {
  border-left-color: rgb(147 197 253 / 0.15);
}
.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\/35 {
  border-left-color: rgb(147 197 253 / 0.35);
}
.border-l-blue-300\/40 {
  border-left-color: rgb(147 197 253 / 0.4);
}
.border-l-blue-300\/45 {
  border-left-color: rgb(147 197 253 / 0.45);
}
.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\/55 {
  border-left-color: rgb(147 197 253 / 0.55);
}
.border-l-blue-300\/60 {
  border-left-color: rgb(147 197 253 / 0.6);
}
.border-l-blue-300\/65 {
  border-left-color: rgb(147 197 253 / 0.65);
}
.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\/85 {
  border-left-color: rgb(147 197 253 / 0.85);
}
.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\/15 {
  border-left-color: rgb(96 165 250 / 0.15);
}
.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\/35 {
  border-left-color: rgb(96 165 250 / 0.35);
}
.border-l-blue-400\/40 {
  border-left-color: rgb(96 165 250 / 0.4);
}
.border-l-blue-400\/45 {
  border-left-color: rgb(96 165 250 / 0.45);
}
.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\/55 {
  border-left-color: rgb(96 165 250 / 0.55);
}
.border-l-blue-400\/60 {
  border-left-color: rgb(96 165 250 / 0.6);
}
.border-l-blue-400\/65 {
  border-left-color: rgb(96 165 250 / 0.65);
}
.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\/85 {
  border-left-color: rgb(96 165 250 / 0.85);
}
.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\/15 {
  border-left-color: rgb(239 246 255 / 0.15);
}
.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\/35 {
  border-left-color: rgb(239 246 255 / 0.35);
}
.border-l-blue-50\/40 {
  border-left-color: rgb(239 246 255 / 0.4);
}
.border-l-blue-50\/45 {
  border-left-color: rgb(239 246 255 / 0.45);
}
.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\/55 {
  border-left-color: rgb(239 246 255 / 0.55);
}
.border-l-blue-50\/60 {
  border-left-color: rgb(239 246 255 / 0.6);
}
.border-l-blue-50\/65 {
  border-left-color: rgb(239 246 255 / 0.65);
}
.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\/85 {
  border-left-color: rgb(239 246 255 / 0.85);
}
.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\/15 {
  border-left-color: rgb(59 130 246 / 0.15);
}
.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\/35 {
  border-left-color: rgb(59 130 246 / 0.35);
}
.border-l-blue-500\/40 {
  border-left-color: rgb(59 130 246 / 0.4);
}
.border-l-blue-500\/45 {
  border-left-color: rgb(59 130 246 / 0.45);
}
.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\/55 {
  border-left-color: rgb(59 130 246 / 0.55);
}
.border-l-blue-500\/60 {
  border-left-color: rgb(59 130 246 / 0.6);
}
.border-l-blue-500\/65 {
  border-left-color: rgb(59 130 246 / 0.65);
}
.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\/85 {
  border-left-color: rgb(59 130 246 / 0.85);
}
.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\/15 {
  border-left-color: rgb(37 99 235 / 0.15);
}
.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\/35 {
  border-left-color: rgb(37 99 235 / 0.35);
}
.border-l-blue-600\/40 {
  border-left-color: rgb(37 99 235 / 0.4);
}
.border-l-blue-600\/45 {
  border-left-color: rgb(37 99 235 / 0.45);
}
.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\/55 {
  border-left-color: rgb(37 99 235 / 0.55);
}
.border-l-blue-600\/60 {
  border-left-color: rgb(37 99 235 / 0.6);
}
.border-l-blue-600\/65 {
  border-left-color: rgb(37 99 235 / 0.65);
}
.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\/85 {
  border-left-color: rgb(37 99 235 / 0.85);
}
.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\/15 {
  border-left-color: rgb(29 78 216 / 0.15);
}
.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\/35 {
  border-left-color: rgb(29 78 216 / 0.35);
}
.border-l-blue-700\/40 {
  border-left-color: rgb(29 78 216 / 0.4);
}
.border-l-blue-700\/45 {
  border-left-color: rgb(29 78 216 / 0.45);
}
.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\/55 {
  border-left-color: rgb(29 78 216 / 0.55);
}
.border-l-blue-700\/60 {
  border-left-color: rgb(29 78 216 / 0.6);
}
.border-l-blue-700\/65 {
  border-left-color: rgb(29 78 216 / 0.65);
}
.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\/85 {
  border-left-color: rgb(29 78 216 / 0.85);
}
.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\/15 {
  border-left-color: rgb(30 64 175 / 0.15);
}
.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\/35 {
  border-left-color: rgb(30 64 175 / 0.35);
}
.border-l-blue-800\/40 {
  border-left-color: rgb(30 64 175 / 0.4);
}
.border-l-blue-800\/45 {
  border-left-color: rgb(30 64 175 / 0.45);
}
.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\/55 {
  border-left-color: rgb(30 64 175 / 0.55);
}
.border-l-blue-800\/60 {
  border-left-color: rgb(30 64 175 / 0.6);
}
.border-l-blue-800\/65 {
  border-left-color: rgb(30 64 175 / 0.65);
}
.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\/85 {
  border-left-color: rgb(30 64 175 / 0.85);
}
.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\/15 {
  border-left-color: rgb(30 58 138 / 0.15);
}
.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\/35 {
  border-left-color: rgb(30 58 138 / 0.35);
}
.border-l-blue-900\/40 {
  border-left-color: rgb(30 58 138 / 0.4);
}
.border-l-blue-900\/45 {
  border-left-color: rgb(30 58 138 / 0.45);
}
.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\/55 {
  border-left-color: rgb(30 58 138 / 0.55);
}
.border-l-blue-900\/60 {
  border-left-color: rgb(30 58 138 / 0.6);
}
.border-l-blue-900\/65 {
  border-left-color: rgb(30 58 138 / 0.65);
}
.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\/85 {
  border-left-color: rgb(30 58 138 / 0.85);
}
.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\/15 {
  border-left-color: rgb(23 37 84 / 0.15);
}
.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\/35 {
  border-left-color: rgb(23 37 84 / 0.35);
}
.border-l-blue-950\/40 {
  border-left-color: rgb(23 37 84 / 0.4);
}
.border-l-blue-950\/45 {
  border-left-color: rgb(23 37 84 / 0.45);
}
.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\/55 {
  border-left-color: rgb(23 37 84 / 0.55);
}
.border-l-blue-950\/60 {
  border-left-color: rgb(23 37 84 / 0.6);
}
.border-l-blue-950\/65 {
  border-left-color: rgb(23 37 84 / 0.65);
}
.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\/85 {
  border-left-color: rgb(23 37 84 / 0.85);
}
.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\/15 {
  border-left-color: rgb(207 250 254 / 0.15);
}
.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\/35 {
  border-left-color: rgb(207 250 254 / 0.35);
}
.border-l-cyan-100\/40 {
  border-left-color: rgb(207 250 254 / 0.4);
}
.border-l-cyan-100\/45 {
  border-left-color: rgb(207 250 254 / 0.45);
}
.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\/55 {
  border-left-color: rgb(207 250 254 / 0.55);
}
.border-l-cyan-100\/60 {
  border-left-color: rgb(207 250 254 / 0.6);
}
.border-l-cyan-100\/65 {
  border-left-color: rgb(207 250 254 / 0.65);
}
.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\/85 {
  border-left-color: rgb(207 250 254 / 0.85);
}
.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\/15 {
  border-left-color: rgb(165 243 252 / 0.15);
}
.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\/35 {
  border-left-color: rgb(165 243 252 / 0.35);
}
.border-l-cyan-200\/40 {
  border-left-color: rgb(165 243 252 / 0.4);
}
.border-l-cyan-200\/45 {
  border-left-color: rgb(165 243 252 / 0.45);
}
.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\/55 {
  border-left-color: rgb(165 243 252 / 0.55);
}
.border-l-cyan-200\/60 {
  border-left-color: rgb(165 243 252 / 0.6);
}
.border-l-cyan-200\/65 {
  border-left-color: rgb(165 243 252 / 0.65);
}
.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\/85 {
  border-left-color: rgb(165 243 252 / 0.85);
}
.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\/15 {
  border-left-color: rgb(103 232 249 / 0.15);
}
.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\/35 {
  border-left-color: rgb(103 232 249 / 0.35);
}
.border-l-cyan-300\/40 {
  border-left-color: rgb(103 232 249 / 0.4);
}
.border-l-cyan-300\/45 {
  border-left-color: rgb(103 232 249 / 0.45);
}
.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\/55 {
  border-left-color: rgb(103 232 249 / 0.55);
}
.border-l-cyan-300\/60 {
  border-left-color: rgb(103 232 249 / 0.6);
}
.border-l-cyan-300\/65 {
  border-left-color: rgb(103 232 249 / 0.65);
}
.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\/85 {
  border-left-color: rgb(103 232 249 / 0.85);
}
.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\/15 {
  border-left-color: rgb(34 211 238 / 0.15);
}
.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\/35 {
  border-left-color: rgb(34 211 238 / 0.35);
}
.border-l-cyan-400\/40 {
  border-left-color: rgb(34 211 238 / 0.4);
}
.border-l-cyan-400\/45 {
  border-left-color: rgb(34 211 238 / 0.45);
}
.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\/55 {
  border-left-color: rgb(34 211 238 / 0.55);
}
.border-l-cyan-400\/60 {
  border-left-color: rgb(34 211 238 / 0.6);
}
.border-l-cyan-400\/65 {
  border-left-color: rgb(34 211 238 / 0.65);
}
.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\/85 {
  border-left-color: rgb(34 211 238 / 0.85);
}
.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\/15 {
  border-left-color: rgb(236 254 255 / 0.15);
}
.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\/35 {
  border-left-color: rgb(236 254 255 / 0.35);
}
.border-l-cyan-50\/40 {
  border-left-color: rgb(236 254 255 / 0.4);
}
.border-l-cyan-50\/45 {
  border-left-color: rgb(236 254 255 / 0.45);
}
.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\/55 {
  border-left-color: rgb(236 254 255 / 0.55);
}
.border-l-cyan-50\/60 {
  border-left-color: rgb(236 254 255 / 0.6);
}
.border-l-cyan-50\/65 {
  border-left-color: rgb(236 254 255 / 0.65);
}
.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\/85 {
  border-left-color: rgb(236 254 255 / 0.85);
}
.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\/15 {
  border-left-color: rgb(6 182 212 / 0.15);
}
.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\/35 {
  border-left-color: rgb(6 182 212 / 0.35);
}
.border-l-cyan-500\/40 {
  border-left-color: rgb(6 182 212 / 0.4);
}
.border-l-cyan-500\/45 {
  border-left-color: rgb(6 182 212 / 0.45);
}
.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\/55 {
  border-left-color: rgb(6 182 212 / 0.55);
}
.border-l-cyan-500\/60 {
  border-left-color: rgb(6 182 212 / 0.6);
}
.border-l-cyan-500\/65 {
  border-left-color: rgb(6 182 212 / 0.65);
}
.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\/85 {
  border-left-color: rgb(6 182 212 / 0.85);
}
.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\/15 {
  border-left-color: rgb(8 145 178 / 0.15);
}
.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\/35 {
  border-left-color: rgb(8 145 178 / 0.35);
}
.border-l-cyan-600\/40 {
  border-left-color: rgb(8 145 178 / 0.4);
}
.border-l-cyan-600\/45 {
  border-left-color: rgb(8 145 178 / 0.45);
}
.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\/55 {
  border-left-color: rgb(8 145 178 / 0.55);
}
.border-l-cyan-600\/60 {
  border-left-color: rgb(8 145 178 / 0.6);
}
.border-l-cyan-600\/65 {
  border-left-color: rgb(8 145 178 / 0.65);
}
.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\/85 {
  border-left-color: rgb(8 145 178 / 0.85);
}
.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\/15 {
  border-left-color: rgb(14 116 144 / 0.15);
}
.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\/35 {
  border-left-color: rgb(14 116 144 / 0.35);
}
.border-l-cyan-700\/40 {
  border-left-color: rgb(14 116 144 / 0.4);
}
.border-l-cyan-700\/45 {
  border-left-color: rgb(14 116 144 / 0.45);
}
.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\/55 {
  border-left-color: rgb(14 116 144 / 0.55);
}
.border-l-cyan-700\/60 {
  border-left-color: rgb(14 116 144 / 0.6);
}
.border-l-cyan-700\/65 {
  border-left-color: rgb(14 116 144 / 0.65);
}
.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\/85 {
  border-left-color: rgb(14 116 144 / 0.85);
}
.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\/15 {
  border-left-color: rgb(21 94 117 / 0.15);
}
.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\/35 {
  border-left-color: rgb(21 94 117 / 0.35);
}
.border-l-cyan-800\/40 {
  border-left-color: rgb(21 94 117 / 0.4);
}
.border-l-cyan-800\/45 {
  border-left-color: rgb(21 94 117 / 0.45);
}
.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\/55 {
  border-left-color: rgb(21 94 117 / 0.55);
}
.border-l-cyan-800\/60 {
  border-left-color: rgb(21 94 117 / 0.6);
}
.border-l-cyan-800\/65 {
  border-left-color: rgb(21 94 117 / 0.65);
}
.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\/85 {
  border-left-color: rgb(21 94 117 / 0.85);
}
.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\/15 {
  border-left-color: rgb(22 78 99 / 0.15);
}
.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\/35 {
  border-left-color: rgb(22 78 99 / 0.35);
}
.border-l-cyan-900\/40 {
  border-left-color: rgb(22 78 99 / 0.4);
}
.border-l-cyan-900\/45 {
  border-left-color: rgb(22 78 99 / 0.45);
}
.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\/55 {
  border-left-color: rgb(22 78 99 / 0.55);
}
.border-l-cyan-900\/60 {
  border-left-color: rgb(22 78 99 / 0.6);
}
.border-l-cyan-900\/65 {
  border-left-color: rgb(22 78 99 / 0.65);
}
.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\/85 {
  border-left-color: rgb(22 78 99 / 0.85);
}
.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\/15 {
  border-left-color: rgb(8 51 68 / 0.15);
}
.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\/35 {
  border-left-color: rgb(8 51 68 / 0.35);
}
.border-l-cyan-950\/40 {
  border-left-color: rgb(8 51 68 / 0.4);
}
.border-l-cyan-950\/45 {
  border-left-color: rgb(8 51 68 / 0.45);
}
.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\/55 {
  border-left-color: rgb(8 51 68 / 0.55);
}
.border-l-cyan-950\/60 {
  border-left-color: rgb(8 51 68 / 0.6);
}
.border-l-cyan-950\/65 {
  border-left-color: rgb(8 51 68 / 0.65);
}
.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\/85 {
  border-left-color: rgb(8 51 68 / 0.85);
}
.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\/15 {
  border-left-color: rgb(209 250 229 / 0.15);
}
.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\/35 {
  border-left-color: rgb(209 250 229 / 0.35);
}
.border-l-emerald-100\/40 {
  border-left-color: rgb(209 250 229 / 0.4);
}
.border-l-emerald-100\/45 {
  border-left-color: rgb(209 250 229 / 0.45);
}
.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\/55 {
  border-left-color: rgb(209 250 229 / 0.55);
}
.border-l-emerald-100\/60 {
  border-left-color: rgb(209 250 229 / 0.6);
}
.border-l-emerald-100\/65 {
  border-left-color: rgb(209 250 229 / 0.65);
}
.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\/85 {
  border-left-color: rgb(209 250 229 / 0.85);
}
.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\/15 {
  border-left-color: rgb(167 243 208 / 0.15);
}
.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\/35 {
  border-left-color: rgb(167 243 208 / 0.35);
}
.border-l-emerald-200\/40 {
  border-left-color: rgb(167 243 208 / 0.4);
}
.border-l-emerald-200\/45 {
  border-left-color: rgb(167 243 208 / 0.45);
}
.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\/55 {
  border-left-color: rgb(167 243 208 / 0.55);
}
.border-l-emerald-200\/60 {
  border-left-color: rgb(167 243 208 / 0.6);
}
.border-l-emerald-200\/65 {
  border-left-color: rgb(167 243 208 / 0.65);
}
.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\/85 {
  border-left-color: rgb(167 243 208 / 0.85);
}
.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\/15 {
  border-left-color: rgb(110 231 183 / 0.15);
}
.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\/35 {
  border-left-color: rgb(110 231 183 / 0.35);
}
.border-l-emerald-300\/40 {
  border-left-color: rgb(110 231 183 / 0.4);
}
.border-l-emerald-300\/45 {
  border-left-color: rgb(110 231 183 / 0.45);
}
.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\/55 {
  border-left-color: rgb(110 231 183 / 0.55);
}
.border-l-emerald-300\/60 {
  border-left-color: rgb(110 231 183 / 0.6);
}
.border-l-emerald-300\/65 {
  border-left-color: rgb(110 231 183 / 0.65);
}
.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\/85 {
  border-left-color: rgb(110 231 183 / 0.85);
}
.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\/15 {
  border-left-color: rgb(52 211 153 / 0.15);
}
.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\/35 {
  border-left-color: rgb(52 211 153 / 0.35);
}
.border-l-emerald-400\/40 {
  border-left-color: rgb(52 211 153 / 0.4);
}
.border-l-emerald-400\/45 {
  border-left-color: rgb(52 211 153 / 0.45);
}
.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\/55 {
  border-left-color: rgb(52 211 153 / 0.55);
}
.border-l-emerald-400\/60 {
  border-left-color: rgb(52 211 153 / 0.6);
}
.border-l-emerald-400\/65 {
  border-left-color: rgb(52 211 153 / 0.65);
}
.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\/85 {
  border-left-color: rgb(52 211 153 / 0.85);
}
.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\/15 {
  border-left-color: rgb(236 253 245 / 0.15);
}
.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\/35 {
  border-left-color: rgb(236 253 245 / 0.35);
}
.border-l-emerald-50\/40 {
  border-left-color: rgb(236 253 245 / 0.4);
}
.border-l-emerald-50\/45 {
  border-left-color: rgb(236 253 245 / 0.45);
}
.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\/55 {
  border-left-color: rgb(236 253 245 / 0.55);
}
.border-l-emerald-50\/60 {
  border-left-color: rgb(236 253 245 / 0.6);
}
.border-l-emerald-50\/65 {
  border-left-color: rgb(236 253 245 / 0.65);
}
.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\/85 {
  border-left-color: rgb(236 253 245 / 0.85);
}
.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\/15 {
  border-left-color: rgb(16 185 129 / 0.15);
}
.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\/35 {
  border-left-color: rgb(16 185 129 / 0.35);
}
.border-l-emerald-500\/40 {
  border-left-color: rgb(16 185 129 / 0.4);
}
.border-l-emerald-500\/45 {
  border-left-color: rgb(16 185 129 / 0.45);
}
.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\/55 {
  border-left-color: rgb(16 185 129 / 0.55);
}
.border-l-emerald-500\/60 {
  border-left-color: rgb(16 185 129 / 0.6);
}
.border-l-emerald-500\/65 {
  border-left-color: rgb(16 185 129 / 0.65);
}
.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\/85 {
  border-left-color: rgb(16 185 129 / 0.85);
}
.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\/15 {
  border-left-color: rgb(5 150 105 / 0.15);
}
.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\/35 {
  border-left-color: rgb(5 150 105 / 0.35);
}
.border-l-emerald-600\/40 {
  border-left-color: rgb(5 150 105 / 0.4);
}
.border-l-emerald-600\/45 {
  border-left-color: rgb(5 150 105 / 0.45);
}
.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\/55 {
  border-left-color: rgb(5 150 105 / 0.55);
}
.border-l-emerald-600\/60 {
  border-left-color: rgb(5 150 105 / 0.6);
}
.border-l-emerald-600\/65 {
  border-left-color: rgb(5 150 105 / 0.65);
}
.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\/85 {
  border-left-color: rgb(5 150 105 / 0.85);
}
.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\/15 {
  border-left-color: rgb(4 120 87 / 0.15);
}
.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\/35 {
  border-left-color: rgb(4 120 87 / 0.35);
}
.border-l-emerald-700\/40 {
  border-left-color: rgb(4 120 87 / 0.4);
}
.border-l-emerald-700\/45 {
  border-left-color: rgb(4 120 87 / 0.45);
}
.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\/55 {
  border-left-color: rgb(4 120 87 / 0.55);
}
.border-l-emerald-700\/60 {
  border-left-color: rgb(4 120 87 / 0.6);
}
.border-l-emerald-700\/65 {
  border-left-color: rgb(4 120 87 / 0.65);
}
.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\/85 {
  border-left-color: rgb(4 120 87 / 0.85);
}
.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\/15 {
  border-left-color: rgb(6 95 70 / 0.15);
}
.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\/35 {
  border-left-color: rgb(6 95 70 / 0.35);
}
.border-l-emerald-800\/40 {
  border-left-color: rgb(6 95 70 / 0.4);
}
.border-l-emerald-800\/45 {
  border-left-color: rgb(6 95 70 / 0.45);
}
.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\/55 {
  border-left-color: rgb(6 95 70 / 0.55);
}
.border-l-emerald-800\/60 {
  border-left-color: rgb(6 95 70 / 0.6);
}
.border-l-emerald-800\/65 {
  border-left-color: rgb(6 95 70 / 0.65);
}
.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\/85 {
  border-left-color: rgb(6 95 70 / 0.85);
}
.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\/15 {
  border-left-color: rgb(6 78 59 / 0.15);
}
.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\/35 {
  border-left-color: rgb(6 78 59 / 0.35);
}
.border-l-emerald-900\/40 {
  border-left-color: rgb(6 78 59 / 0.4);
}
.border-l-emerald-900\/45 {
  border-left-color: rgb(6 78 59 / 0.45);
}
.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\/55 {
  border-left-color: rgb(6 78 59 / 0.55);
}
.border-l-emerald-900\/60 {
  border-left-color: rgb(6 78 59 / 0.6);
}
.border-l-emerald-900\/65 {
  border-left-color: rgb(6 78 59 / 0.65);
}
.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\/85 {
  border-left-color: rgb(6 78 59 / 0.85);
}
.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\/15 {
  border-left-color: rgb(2 44 34 / 0.15);
}
.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\/35 {
  border-left-color: rgb(2 44 34 / 0.35);
}
.border-l-emerald-950\/40 {
  border-left-color: rgb(2 44 34 / 0.4);
}
.border-l-emerald-950\/45 {
  border-left-color: rgb(2 44 34 / 0.45);
}
.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\/55 {
  border-left-color: rgb(2 44 34 / 0.55);
}
.border-l-emerald-950\/60 {
  border-left-color: rgb(2 44 34 / 0.6);
}
.border-l-emerald-950\/65 {
  border-left-color: rgb(2 44 34 / 0.65);
}
.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\/85 {
  border-left-color: rgb(2 44 34 / 0.85);
}
.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-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\/15 {
  border-left-color: rgb(250 232 255 / 0.15);
}
.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\/35 {
  border-left-color: rgb(250 232 255 / 0.35);
}
.border-l-fuchsia-100\/40 {
  border-left-color: rgb(250 232 255 / 0.4);
}
.border-l-fuchsia-100\/45 {
  border-left-color: rgb(250 232 255 / 0.45);
}
.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\/55 {
  border-left-color: rgb(250 232 255 / 0.55);
}
.border-l-fuchsia-100\/60 {
  border-left-color: rgb(250 232 255 / 0.6);
}
.border-l-fuchsia-100\/65 {
  border-left-color: rgb(250 232 255 / 0.65);
}
.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\/85 {
  border-left-color: rgb(250 232 255 / 0.85);
}
.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\/15 {
  border-left-color: rgb(245 208 254 / 0.15);
}
.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\/35 {
  border-left-color: rgb(245 208 254 / 0.35);
}
.border-l-fuchsia-200\/40 {
  border-left-color: rgb(245 208 254 / 0.4);
}
.border-l-fuchsia-200\/45 {
  border-left-color: rgb(245 208 254 / 0.45);
}
.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\/55 {
  border-left-color: rgb(245 208 254 / 0.55);
}
.border-l-fuchsia-200\/60 {
  border-left-color: rgb(245 208 254 / 0.6);
}
.border-l-fuchsia-200\/65 {
  border-left-color: rgb(245 208 254 / 0.65);
}
.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\/85 {
  border-left-color: rgb(245 208 254 / 0.85);
}
.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\/15 {
  border-left-color: rgb(240 171 252 / 0.15);
}
.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\/35 {
  border-left-color: rgb(240 171 252 / 0.35);
}
.border-l-fuchsia-300\/40 {
  border-left-color: rgb(240 171 252 / 0.4);
}
.border-l-fuchsia-300\/45 {
  border-left-color: rgb(240 171 252 / 0.45);
}
.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\/55 {
  border-left-color: rgb(240 171 252 / 0.55);
}
.border-l-fuchsia-300\/60 {
  border-left-color: rgb(240 171 252 / 0.6);
}
.border-l-fuchsia-300\/65 {
  border-left-color: rgb(240 171 252 / 0.65);
}
.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\/85 {
  border-left-color: rgb(240 171 252 / 0.85);
}
.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\/15 {
  border-left-color: rgb(232 121 249 / 0.15);
}
.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\/35 {
  border-left-color: rgb(232 121 249 / 0.35);
}
.border-l-fuchsia-400\/40 {
  border-left-color: rgb(232 121 249 / 0.4);
}
.border-l-fuchsia-400\/45 {
  border-left-color: rgb(232 121 249 / 0.45);
}
.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\/55 {
  border-left-color: rgb(232 121 249 / 0.55);
}
.border-l-fuchsia-400\/60 {
  border-left-color: rgb(232 121 249 / 0.6);
}
.border-l-fuchsia-400\/65 {
  border-left-color: rgb(232 121 249 / 0.65);
}
.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\/85 {
  border-left-color: rgb(232 121 249 / 0.85);
}
.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\/15 {
  border-left-color: rgb(253 244 255 / 0.15);
}
.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\/35 {
  border-left-color: rgb(253 244 255 / 0.35);
}
.border-l-fuchsia-50\/40 {
  border-left-color: rgb(253 244 255 / 0.4);
}
.border-l-fuchsia-50\/45 {
  border-left-color: rgb(253 244 255 / 0.45);
}
.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\/55 {
  border-left-color: rgb(253 244 255 / 0.55);
}
.border-l-fuchsia-50\/60 {
  border-left-color: rgb(253 244 255 / 0.6);
}
.border-l-fuchsia-50\/65 {
  border-left-color: rgb(253 244 255 / 0.65);
}
.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\/85 {
  border-left-color: rgb(253 244 255 / 0.85);
}
.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\/15 {
  border-left-color: rgb(217 70 239 / 0.15);
}
.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\/35 {
  border-left-color: rgb(217 70 239 / 0.35);
}
.border-l-fuchsia-500\/40 {
  border-left-color: rgb(217 70 239 / 0.4);
}
.border-l-fuchsia-500\/45 {
  border-left-color: rgb(217 70 239 / 0.45);
}
.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\/55 {
  border-left-color: rgb(217 70 239 / 0.55);
}
.border-l-fuchsia-500\/60 {
  border-left-color: rgb(217 70 239 / 0.6);
}
.border-l-fuchsia-500\/65 {
  border-left-color: rgb(217 70 239 / 0.65);
}
.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\/85 {
  border-left-color: rgb(217 70 239 / 0.85);
}
.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\/15 {
  border-left-color: rgb(192 38 211 / 0.15);
}
.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\/35 {
  border-left-color: rgb(192 38 211 / 0.35);
}
.border-l-fuchsia-600\/40 {
  border-left-color: rgb(192 38 211 / 0.4);
}
.border-l-fuchsia-600\/45 {
  border-left-color: rgb(192 38 211 / 0.45);
}
.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\/55 {
  border-left-color: rgb(192 38 211 / 0.55);
}
.border-l-fuchsia-600\/60 {
  border-left-color: rgb(192 38 211 / 0.6);
}
.border-l-fuchsia-600\/65 {
  border-left-color: rgb(192 38 211 / 0.65);
}
.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\/85 {
  border-left-color: rgb(192 38 211 / 0.85);
}
.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\/15 {
  border-left-color: rgb(162 28 175 / 0.15);
}
.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\/35 {
  border-left-color: rgb(162 28 175 / 0.35);
}
.border-l-fuchsia-700\/40 {
  border-left-color: rgb(162 28 175 / 0.4);
}
.border-l-fuchsia-700\/45 {
  border-left-color: rgb(162 28 175 / 0.45);
}
.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\/55 {
  border-left-color: rgb(162 28 175 / 0.55);
}
.border-l-fuchsia-700\/60 {
  border-left-color: rgb(162 28 175 / 0.6);
}
.border-l-fuchsia-700\/65 {
  border-left-color: rgb(162 28 175 / 0.65);
}
.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\/85 {
  border-left-color: rgb(162 28 175 / 0.85);
}
.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\/15 {
  border-left-color: rgb(134 25 143 / 0.15);
}
.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\/35 {
  border-left-color: rgb(134 25 143 / 0.35);
}
.border-l-fuchsia-800\/40 {
  border-left-color: rgb(134 25 143 / 0.4);
}
.border-l-fuchsia-800\/45 {
  border-left-color: rgb(134 25 143 / 0.45);
}
.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\/55 {
  border-left-color: rgb(134 25 143 / 0.55);
}
.border-l-fuchsia-800\/60 {
  border-left-color: rgb(134 25 143 / 0.6);
}
.border-l-fuchsia-800\/65 {
  border-left-color: rgb(134 25 143 / 0.65);
}
.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\/85 {
  border-left-color: rgb(134 25 143 / 0.85);
}
.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\/15 {
  border-left-color: rgb(112 26 117 / 0.15);
}
.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\/35 {
  border-left-color: rgb(112 26 117 / 0.35);
}
.border-l-fuchsia-900\/40 {
  border-left-color: rgb(112 26 117 / 0.4);
}
.border-l-fuchsia-900\/45 {
  border-left-color: rgb(112 26 117 / 0.45);
}
.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\/55 {
  border-left-color: rgb(112 26 117 / 0.55);
}
.border-l-fuchsia-900\/60 {
  border-left-color: rgb(112 26 117 / 0.6);
}
.border-l-fuchsia-900\/65 {
  border-left-color: rgb(112 26 117 / 0.65);
}
.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\/85 {
  border-left-color: rgb(112 26 117 / 0.85);
}
.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\/15 {
  border-left-color: rgb(74 4 78 / 0.15);
}
.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\/35 {
  border-left-color: rgb(74 4 78 / 0.35);
}
.border-l-fuchsia-950\/40 {
  border-left-color: rgb(74 4 78 / 0.4);
}
.border-l-fuchsia-950\/45 {
  border-left-color: rgb(74 4 78 / 0.45);
}
.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\/55 {
  border-left-color: rgb(74 4 78 / 0.55);
}
.border-l-fuchsia-950\/60 {
  border-left-color: rgb(74 4 78 / 0.6);
}
.border-l-fuchsia-950\/65 {
  border-left-color: rgb(74 4 78 / 0.65);
}
.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\/85 {
  border-left-color: rgb(74 4 78 / 0.85);
}
.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\/15 {
  border-left-color: rgb(243 244 246 / 0.15);
}
.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\/35 {
  border-left-color: rgb(243 244 246 / 0.35);
}
.border-l-gray-100\/40 {
  border-left-color: rgb(243 244 246 / 0.4);
}
.border-l-gray-100\/45 {
  border-left-color: rgb(243 244 246 / 0.45);
}
.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\/55 {
  border-left-color: rgb(243 244 246 / 0.55);
}
.border-l-gray-100\/60 {
  border-left-color: rgb(243 244 246 / 0.6);
}
.border-l-gray-100\/65 {
  border-left-color: rgb(243 244 246 / 0.65);
}
.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\/85 {
  border-left-color: rgb(243 244 246 / 0.85);
}
.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\/15 {
  border-left-color: rgb(229 231 235 / 0.15);
}
.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\/35 {
  border-left-color: rgb(229 231 235 / 0.35);
}
.border-l-gray-200\/40 {
  border-left-color: rgb(229 231 235 / 0.4);
}
.border-l-gray-200\/45 {
  border-left-color: rgb(229 231 235 / 0.45);
}
.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\/55 {
  border-left-color: rgb(229 231 235 / 0.55);
}
.border-l-gray-200\/60 {
  border-left-color: rgb(229 231 235 / 0.6);
}
.border-l-gray-200\/65 {
  border-left-color: rgb(229 231 235 / 0.65);
}
.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\/85 {
  border-left-color: rgb(229 231 235 / 0.85);
}
.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\/15 {
  border-left-color: rgb(209 213 219 / 0.15);
}
.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\/35 {
  border-left-color: rgb(209 213 219 / 0.35);
}
.border-l-gray-300\/40 {
  border-left-color: rgb(209 213 219 / 0.4);
}
.border-l-gray-300\/45 {
  border-left-color: rgb(209 213 219 / 0.45);
}
.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\/55 {
  border-left-color: rgb(209 213 219 / 0.55);
}
.border-l-gray-300\/60 {
  border-left-color: rgb(209 213 219 / 0.6);
}
.border-l-gray-300\/65 {
  border-left-color: rgb(209 213 219 / 0.65);
}
.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\/85 {
  border-left-color: rgb(209 213 219 / 0.85);
}
.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\/15 {
  border-left-color: rgb(156 163 175 / 0.15);
}
.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\/35 {
  border-left-color: rgb(156 163 175 / 0.35);
}
.border-l-gray-400\/40 {
  border-left-color: rgb(156 163 175 / 0.4);
}
.border-l-gray-400\/45 {
  border-left-color: rgb(156 163 175 / 0.45);
}
.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\/55 {
  border-left-color: rgb(156 163 175 / 0.55);
}
.border-l-gray-400\/60 {
  border-left-color: rgb(156 163 175 / 0.6);
}
.border-l-gray-400\/65 {
  border-left-color: rgb(156 163 175 / 0.65);
}
.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\/85 {
  border-left-color: rgb(156 163 175 / 0.85);
}
.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\/15 {
  border-left-color: rgb(249 250 251 / 0.15);
}
.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\/35 {
  border-left-color: rgb(249 250 251 / 0.35);
}
.border-l-gray-50\/40 {
  border-left-color: rgb(249 250 251 / 0.4);
}
.border-l-gray-50\/45 {
  border-left-color: rgb(249 250 251 / 0.45);
}
.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\/55 {
  border-left-color: rgb(249 250 251 / 0.55);
}
.border-l-gray-50\/60 {
  border-left-color: rgb(249 250 251 / 0.6);
}
.border-l-gray-50\/65 {
  border-left-color: rgb(249 250 251 / 0.65);
}
.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\/85 {
  border-left-color: rgb(249 250 251 / 0.85);
}
.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\/15 {
  border-left-color: rgb(107 114 128 / 0.15);
}
.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\/35 {
  border-left-color: rgb(107 114 128 / 0.35);
}
.border-l-gray-500\/40 {
  border-left-color: rgb(107 114 128 / 0.4);
}
.border-l-gray-500\/45 {
  border-left-color: rgb(107 114 128 / 0.45);
}
.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\/55 {
  border-left-color: rgb(107 114 128 / 0.55);
}
.border-l-gray-500\/60 {
  border-left-color: rgb(107 114 128 / 0.6);
}
.border-l-gray-500\/65 {
  border-left-color: rgb(107 114 128 / 0.65);
}
.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\/85 {
  border-left-color: rgb(107 114 128 / 0.85);
}
.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\/15 {
  border-left-color: rgb(75 85 99 / 0.15);
}
.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\/35 {
  border-left-color: rgb(75 85 99 / 0.35);
}
.border-l-gray-600\/40 {
  border-left-color: rgb(75 85 99 / 0.4);
}
.border-l-gray-600\/45 {
  border-left-color: rgb(75 85 99 / 0.45);
}
.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\/55 {
  border-left-color: rgb(75 85 99 / 0.55);
}
.border-l-gray-600\/60 {
  border-left-color: rgb(75 85 99 / 0.6);
}
.border-l-gray-600\/65 {
  border-left-color: rgb(75 85 99 / 0.65);
}
.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\/85 {
  border-left-color: rgb(75 85 99 / 0.85);
}
.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\/15 {
  border-left-color: rgb(55 65 81 / 0.15);
}
.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\/35 {
  border-left-color: rgb(55 65 81 / 0.35);
}
.border-l-gray-700\/40 {
  border-left-color: rgb(55 65 81 / 0.4);
}
.border-l-gray-700\/45 {
  border-left-color: rgb(55 65 81 / 0.45);
}
.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\/55 {
  border-left-color: rgb(55 65 81 / 0.55);
}
.border-l-gray-700\/60 {
  border-left-color: rgb(55 65 81 / 0.6);
}
.border-l-gray-700\/65 {
  border-left-color: rgb(55 65 81 / 0.65);
}
.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\/85 {
  border-left-color: rgb(55 65 81 / 0.85);
}
.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\/15 {
  border-left-color: rgb(31 41 55 / 0.15);
}
.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\/35 {
  border-left-color: rgb(31 41 55 / 0.35);
}
.border-l-gray-800\/40 {
  border-left-color: rgb(31 41 55 / 0.4);
}
.border-l-gray-800\/45 {
  border-left-color: rgb(31 41 55 / 0.45);
}
.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\/55 {
  border-left-color: rgb(31 41 55 / 0.55);
}
.border-l-gray-800\/60 {
  border-left-color: rgb(31 41 55 / 0.6);
}
.border-l-gray-800\/65 {
  border-left-color: rgb(31 41 55 / 0.65);
}
.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\/85 {
  border-left-color: rgb(31 41 55 / 0.85);
}
.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\/15 {
  border-left-color: rgb(17 24 39 / 0.15);
}
.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\/35 {
  border-left-color: rgb(17 24 39 / 0.35);
}
.border-l-gray-900\/40 {
  border-left-color: rgb(17 24 39 / 0.4);
}
.border-l-gray-900\/45 {
  border-left-color: rgb(17 24 39 / 0.45);
}
.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\/55 {
  border-left-color: rgb(17 24 39 / 0.55);
}
.border-l-gray-900\/60 {
  border-left-color: rgb(17 24 39 / 0.6);
}
.border-l-gray-900\/65 {
  border-left-color: rgb(17 24 39 / 0.65);
}
.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\/85 {
  border-left-color: rgb(17 24 39 / 0.85);
}
.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\/15 {
  border-left-color: rgb(3 7 18 / 0.15);
}
.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\/35 {
  border-left-color: rgb(3 7 18 / 0.35);
}
.border-l-gray-950\/40 {
  border-left-color: rgb(3 7 18 / 0.4);
}
.border-l-gray-950\/45 {
  border-left-color: rgb(3 7 18 / 0.45);
}
.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\/55 {
  border-left-color: rgb(3 7 18 / 0.55);
}
.border-l-gray-950\/60 {
  border-left-color: rgb(3 7 18 / 0.6);
}
.border-l-gray-950\/65 {
  border-left-color: rgb(3 7 18 / 0.65);
}
.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\/85 {
  border-left-color: rgb(3 7 18 / 0.85);
}
.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\/15 {
  border-left-color: rgb(220 252 231 / 0.15);
}
.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\/35 {
  border-left-color: rgb(220 252 231 / 0.35);
}
.border-l-green-100\/40 {
  border-left-color: rgb(220 252 231 / 0.4);
}
.border-l-green-100\/45 {
  border-left-color: rgb(220 252 231 / 0.45);
}
.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\/55 {
  border-left-color: rgb(220 252 231 / 0.55);
}
.border-l-green-100\/60 {
  border-left-color: rgb(220 252 231 / 0.6);
}
.border-l-green-100\/65 {
  border-left-color: rgb(220 252 231 / 0.65);
}
.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\/85 {
  border-left-color: rgb(220 252 231 / 0.85);
}
.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\/15 {
  border-left-color: rgb(187 247 208 / 0.15);
}
.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\/35 {
  border-left-color: rgb(187 247 208 / 0.35);
}
.border-l-green-200\/40 {
  border-left-color: rgb(187 247 208 / 0.4);
}
.border-l-green-200\/45 {
  border-left-color: rgb(187 247 208 / 0.45);
}
.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\/55 {
  border-left-color: rgb(187 247 208 / 0.55);
}
.border-l-green-200\/60 {
  border-left-color: rgb(187 247 208 / 0.6);
}
.border-l-green-200\/65 {
  border-left-color: rgb(187 247 208 / 0.65);
}
.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\/85 {
  border-left-color: rgb(187 247 208 / 0.85);
}
.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\/15 {
  border-left-color: rgb(134 239 172 / 0.15);
}
.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\/35 {
  border-left-color: rgb(134 239 172 / 0.35);
}
.border-l-green-300\/40 {
  border-left-color: rgb(134 239 172 / 0.4);
}
.border-l-green-300\/45 {
  border-left-color: rgb(134 239 172 / 0.45);
}
.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\/55 {
  border-left-color: rgb(134 239 172 / 0.55);
}
.border-l-green-300\/60 {
  border-left-color: rgb(134 239 172 / 0.6);
}
.border-l-green-300\/65 {
  border-left-color: rgb(134 239 172 / 0.65);
}
.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\/85 {
  border-left-color: rgb(134 239 172 / 0.85);
}
.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\/15 {
  border-left-color: rgb(74 222 128 / 0.15);
}
.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\/35 {
  border-left-color: rgb(74 222 128 / 0.35);
}
.border-l-green-400\/40 {
  border-left-color: rgb(74 222 128 / 0.4);
}
.border-l-green-400\/45 {
  border-left-color: rgb(74 222 128 / 0.45);
}
.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\/55 {
  border-left-color: rgb(74 222 128 / 0.55);
}
.border-l-green-400\/60 {
  border-left-color: rgb(74 222 128 / 0.6);
}
.border-l-green-400\/65 {
  border-left-color: rgb(74 222 128 / 0.65);
}
.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\/85 {
  border-left-color: rgb(74 222 128 / 0.85);
}
.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\/15 {
  border-left-color: rgb(240 253 244 / 0.15);
}
.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\/35 {
  border-left-color: rgb(240 253 244 / 0.35);
}
.border-l-green-50\/40 {
  border-left-color: rgb(240 253 244 / 0.4);
}
.border-l-green-50\/45 {
  border-left-color: rgb(240 253 244 / 0.45);
}
.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\/55 {
  border-left-color: rgb(240 253 244 / 0.55);
}
.border-l-green-50\/60 {
  border-left-color: rgb(240 253 244 / 0.6);
}
.border-l-green-50\/65 {
  border-left-color: rgb(240 253 244 / 0.65);
}
.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\/85 {
  border-left-color: rgb(240 253 244 / 0.85);
}
.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\/15 {
  border-left-color: rgb(34 197 94 / 0.15);
}
.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\/35 {
  border-left-color: rgb(34 197 94 / 0.35);
}
.border-l-green-500\/40 {
  border-left-color: rgb(34 197 94 / 0.4);
}
.border-l-green-500\/45 {
  border-left-color: rgb(34 197 94 / 0.45);
}
.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\/55 {
  border-left-color: rgb(34 197 94 / 0.55);
}
.border-l-green-500\/60 {
  border-left-color: rgb(34 197 94 / 0.6);
}
.border-l-green-500\/65 {
  border-left-color: rgb(34 197 94 / 0.65);
}
.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\/85 {
  border-left-color: rgb(34 197 94 / 0.85);
}
.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\/15 {
  border-left-color: rgb(22 163 74 / 0.15);
}
.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\/35 {
  border-left-color: rgb(22 163 74 / 0.35);
}
.border-l-green-600\/40 {
  border-left-color: rgb(22 163 74 / 0.4);
}
.border-l-green-600\/45 {
  border-left-color: rgb(22 163 74 / 0.45);
}
.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\/55 {
  border-left-color: rgb(22 163 74 / 0.55);
}
.border-l-green-600\/60 {
  border-left-color: rgb(22 163 74 / 0.6);
}
.border-l-green-600\/65 {
  border-left-color: rgb(22 163 74 / 0.65);
}
.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\/85 {
  border-left-color: rgb(22 163 74 / 0.85);
}
.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\/15 {
  border-left-color: rgb(21 128 61 / 0.15);
}
.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\/35 {
  border-left-color: rgb(21 128 61 / 0.35);
}
.border-l-green-700\/40 {
  border-left-color: rgb(21 128 61 / 0.4);
}
.border-l-green-700\/45 {
  border-left-color: rgb(21 128 61 / 0.45);
}
.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\/55 {
  border-left-color: rgb(21 128 61 / 0.55);
}
.border-l-green-700\/60 {
  border-left-color: rgb(21 128 61 / 0.6);
}
.border-l-green-700\/65 {
  border-left-color: rgb(21 128 61 / 0.65);
}
.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\/85 {
  border-left-color: rgb(21 128 61 / 0.85);
}
.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\/15 {
  border-left-color: rgb(22 101 52 / 0.15);
}
.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\/35 {
  border-left-color: rgb(22 101 52 / 0.35);
}
.border-l-green-800\/40 {
  border-left-color: rgb(22 101 52 / 0.4);
}
.border-l-green-800\/45 {
  border-left-color: rgb(22 101 52 / 0.45);
}
.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\/55 {
  border-left-color: rgb(22 101 52 / 0.55);
}
.border-l-green-800\/60 {
  border-left-color: rgb(22 101 52 / 0.6);
}
.border-l-green-800\/65 {
  border-left-color: rgb(22 101 52 / 0.65);
}
.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\/85 {
  border-left-color: rgb(22 101 52 / 0.85);
}
.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\/15 {
  border-left-color: rgb(20 83 45 / 0.15);
}
.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\/35 {
  border-left-color: rgb(20 83 45 / 0.35);
}
.border-l-green-900\/40 {
  border-left-color: rgb(20 83 45 / 0.4);
}
.border-l-green-900\/45 {
  border-left-color: rgb(20 83 45 / 0.45);
}
.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\/55 {
  border-left-color: rgb(20 83 45 / 0.55);
}
.border-l-green-900\/60 {
  border-left-color: rgb(20 83 45 / 0.6);
}
.border-l-green-900\/65 {
  border-left-color: rgb(20 83 45 / 0.65);
}
.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\/85 {
  border-left-color: rgb(20 83 45 / 0.85);
}
.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\/15 {
  border-left-color: rgb(5 46 22 / 0.15);
}
.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\/35 {
  border-left-color: rgb(5 46 22 / 0.35);
}
.border-l-green-950\/40 {
  border-left-color: rgb(5 46 22 / 0.4);
}
.border-l-green-950\/45 {
  border-left-color: rgb(5 46 22 / 0.45);
}
.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\/55 {
  border-left-color: rgb(5 46 22 / 0.55);
}
.border-l-green-950\/60 {
  border-left-color: rgb(5 46 22 / 0.6);
}
.border-l-green-950\/65 {
  border-left-color: rgb(5 46 22 / 0.65);
}
.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\/85 {
  border-left-color: rgb(5 46 22 / 0.85);
}
.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\/15 {
  border-left-color: rgb(224 231 255 / 0.15);
}
.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\/35 {
  border-left-color: rgb(224 231 255 / 0.35);
}
.border-l-indigo-100\/40 {
  border-left-color: rgb(224 231 255 / 0.4);
}
.border-l-indigo-100\/45 {
  border-left-color: rgb(224 231 255 / 0.45);
}
.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\/55 {
  border-left-color: rgb(224 231 255 / 0.55);
}
.border-l-indigo-100\/60 {
  border-left-color: rgb(224 231 255 / 0.6);
}
.border-l-indigo-100\/65 {
  border-left-color: rgb(224 231 255 / 0.65);
}
.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\/85 {
  border-left-color: rgb(224 231 255 / 0.85);
}
.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\/15 {
  border-left-color: rgb(199 210 254 / 0.15);
}
.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\/35 {
  border-left-color: rgb(199 210 254 / 0.35);
}
.border-l-indigo-200\/40 {
  border-left-color: rgb(199 210 254 / 0.4);
}
.border-l-indigo-200\/45 {
  border-left-color: rgb(199 210 254 / 0.45);
}
.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\/55 {
  border-left-color: rgb(199 210 254 / 0.55);
}
.border-l-indigo-200\/60 {
  border-left-color: rgb(199 210 254 / 0.6);
}
.border-l-indigo-200\/65 {
  border-left-color: rgb(199 210 254 / 0.65);
}
.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\/85 {
  border-left-color: rgb(199 210 254 / 0.85);
}
.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\/15 {
  border-left-color: rgb(165 180 252 / 0.15);
}
.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\/35 {
  border-left-color: rgb(165 180 252 / 0.35);
}
.border-l-indigo-300\/40 {
  border-left-color: rgb(165 180 252 / 0.4);
}
.border-l-indigo-300\/45 {
  border-left-color: rgb(165 180 252 / 0.45);
}
.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\/55 {
  border-left-color: rgb(165 180 252 / 0.55);
}
.border-l-indigo-300\/60 {
  border-left-color: rgb(165 180 252 / 0.6);
}
.border-l-indigo-300\/65 {
  border-left-color: rgb(165 180 252 / 0.65);
}
.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\/85 {
  border-left-color: rgb(165 180 252 / 0.85);
}
.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\/15 {
  border-left-color: rgb(129 140 248 / 0.15);
}
.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\/35 {
  border-left-color: rgb(129 140 248 / 0.35);
}
.border-l-indigo-400\/40 {
  border-left-color: rgb(129 140 248 / 0.4);
}
.border-l-indigo-400\/45 {
  border-left-color: rgb(129 140 248 / 0.45);
}
.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\/55 {
  border-left-color: rgb(129 140 248 / 0.55);
}
.border-l-indigo-400\/60 {
  border-left-color: rgb(129 140 248 / 0.6);
}
.border-l-indigo-400\/65 {
  border-left-color: rgb(129 140 248 / 0.65);
}
.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\/85 {
  border-left-color: rgb(129 140 248 / 0.85);
}
.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\/15 {
  border-left-color: rgb(238 242 255 / 0.15);
}
.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\/35 {
  border-left-color: rgb(238 242 255 / 0.35);
}
.border-l-indigo-50\/40 {
  border-left-color: rgb(238 242 255 / 0.4);
}
.border-l-indigo-50\/45 {
  border-left-color: rgb(238 242 255 / 0.45);
}
.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\/55 {
  border-left-color: rgb(238 242 255 / 0.55);
}
.border-l-indigo-50\/60 {
  border-left-color: rgb(238 242 255 / 0.6);
}
.border-l-indigo-50\/65 {
  border-left-color: rgb(238 242 255 / 0.65);
}
.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\/85 {
  border-left-color: rgb(238 242 255 / 0.85);
}
.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\/15 {
  border-left-color: rgb(99 102 241 / 0.15);
}
.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\/35 {
  border-left-color: rgb(99 102 241 / 0.35);
}
.border-l-indigo-500\/40 {
  border-left-color: rgb(99 102 241 / 0.4);
}
.border-l-indigo-500\/45 {
  border-left-color: rgb(99 102 241 / 0.45);
}
.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\/55 {
  border-left-color: rgb(99 102 241 / 0.55);
}
.border-l-indigo-500\/60 {
  border-left-color: rgb(99 102 241 / 0.6);
}
.border-l-indigo-500\/65 {
  border-left-color: rgb(99 102 241 / 0.65);
}
.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\/85 {
  border-left-color: rgb(99 102 241 / 0.85);
}
.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\/15 {
  border-left-color: rgb(79 70 229 / 0.15);
}
.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\/35 {
  border-left-color: rgb(79 70 229 / 0.35);
}
.border-l-indigo-600\/40 {
  border-left-color: rgb(79 70 229 / 0.4);
}
.border-l-indigo-600\/45 {
  border-left-color: rgb(79 70 229 / 0.45);
}
.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\/55 {
  border-left-color: rgb(79 70 229 / 0.55);
}
.border-l-indigo-600\/60 {
  border-left-color: rgb(79 70 229 / 0.6);
}
.border-l-indigo-600\/65 {
  border-left-color: rgb(79 70 229 / 0.65);
}
.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\/85 {
  border-left-color: rgb(79 70 229 / 0.85);
}
.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\/15 {
  border-left-color: rgb(67 56 202 / 0.15);
}
.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\/35 {
  border-left-color: rgb(67 56 202 / 0.35);
}
.border-l-indigo-700\/40 {
  border-left-color: rgb(67 56 202 / 0.4);
}
.border-l-indigo-700\/45 {
  border-left-color: rgb(67 56 202 / 0.45);
}
.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\/55 {
  border-left-color: rgb(67 56 202 / 0.55);
}
.border-l-indigo-700\/60 {
  border-left-color: rgb(67 56 202 / 0.6);
}
.border-l-indigo-700\/65 {
  border-left-color: rgb(67 56 202 / 0.65);
}
.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\/85 {
  border-left-color: rgb(67 56 202 / 0.85);
}
.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\/15 {
  border-left-color: rgb(55 48 163 / 0.15);
}
.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\/35 {
  border-left-color: rgb(55 48 163 / 0.35);
}
.border-l-indigo-800\/40 {
  border-left-color: rgb(55 48 163 / 0.4);
}
.border-l-indigo-800\/45 {
  border-left-color: rgb(55 48 163 / 0.45);
}
.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\/55 {
  border-left-color: rgb(55 48 163 / 0.55);
}
.border-l-indigo-800\/60 {
  border-left-color: rgb(55 48 163 / 0.6);
}
.border-l-indigo-800\/65 {
  border-left-color: rgb(55 48 163 / 0.65);
}
.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\/85 {
  border-left-color: rgb(55 48 163 / 0.85);
}
.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\/15 {
  border-left-color: rgb(49 46 129 / 0.15);
}
.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\/35 {
  border-left-color: rgb(49 46 129 / 0.35);
}
.border-l-indigo-900\/40 {
  border-left-color: rgb(49 46 129 / 0.4);
}
.border-l-indigo-900\/45 {
  border-left-color: rgb(49 46 129 / 0.45);
}
.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\/55 {
  border-left-color: rgb(49 46 129 / 0.55);
}
.border-l-indigo-900\/60 {
  border-left-color: rgb(49 46 129 / 0.6);
}
.border-l-indigo-900\/65 {
  border-left-color: rgb(49 46 129 / 0.65);
}
.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\/85 {
  border-left-color: rgb(49 46 129 / 0.85);
}
.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\/15 {
  border-left-color: rgb(30 27 75 / 0.15);
}
.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\/35 {
  border-left-color: rgb(30 27 75 / 0.35);
}
.border-l-indigo-950\/40 {
  border-left-color: rgb(30 27 75 / 0.4);
}
.border-l-indigo-950\/45 {
  border-left-color: rgb(30 27 75 / 0.45);
}
.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\/55 {
  border-left-color: rgb(30 27 75 / 0.55);
}
.border-l-indigo-950\/60 {
  border-left-color: rgb(30 27 75 / 0.6);
}
.border-l-indigo-950\/65 {
  border-left-color: rgb(30 27 75 / 0.65);
}
.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\/85 {
  border-left-color: rgb(30 27 75 / 0.85);
}
.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\/15 {
  border-left-color: rgb(236 252 203 / 0.15);
}
.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\/35 {
  border-left-color: rgb(236 252 203 / 0.35);
}
.border-l-lime-100\/40 {
  border-left-color: rgb(236 252 203 / 0.4);
}
.border-l-lime-100\/45 {
  border-left-color: rgb(236 252 203 / 0.45);
}
.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\/55 {
  border-left-color: rgb(236 252 203 / 0.55);
}
.border-l-lime-100\/60 {
  border-left-color: rgb(236 252 203 / 0.6);
}
.border-l-lime-100\/65 {
  border-left-color: rgb(236 252 203 / 0.65);
}
.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\/85 {
  border-left-color: rgb(236 252 203 / 0.85);
}
.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\/15 {
  border-left-color: rgb(217 249 157 / 0.15);
}
.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\/35 {
  border-left-color: rgb(217 249 157 / 0.35);
}
.border-l-lime-200\/40 {
  border-left-color: rgb(217 249 157 / 0.4);
}
.border-l-lime-200\/45 {
  border-left-color: rgb(217 249 157 / 0.45);
}
.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\/55 {
  border-left-color: rgb(217 249 157 / 0.55);
}
.border-l-lime-200\/60 {
  border-left-color: rgb(217 249 157 / 0.6);
}
.border-l-lime-200\/65 {
  border-left-color: rgb(217 249 157 / 0.65);
}
.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\/85 {
  border-left-color: rgb(217 249 157 / 0.85);
}
.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\/15 {
  border-left-color: rgb(190 242 100 / 0.15);
}
.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\/35 {
  border-left-color: rgb(190 242 100 / 0.35);
}
.border-l-lime-300\/40 {
  border-left-color: rgb(190 242 100 / 0.4);
}
.border-l-lime-300\/45 {
  border-left-color: rgb(190 242 100 / 0.45);
}
.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\/55 {
  border-left-color: rgb(190 242 100 / 0.55);
}
.border-l-lime-300\/60 {
  border-left-color: rgb(190 242 100 / 0.6);
}
.border-l-lime-300\/65 {
  border-left-color: rgb(190 242 100 / 0.65);
}
.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\/85 {
  border-left-color: rgb(190 242 100 / 0.85);
}
.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\/15 {
  border-left-color: rgb(163 230 53 / 0.15);
}
.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\/35 {
  border-left-color: rgb(163 230 53 / 0.35);
}
.border-l-lime-400\/40 {
  border-left-color: rgb(163 230 53 / 0.4);
}
.border-l-lime-400\/45 {
  border-left-color: rgb(163 230 53 / 0.45);
}
.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\/55 {
  border-left-color: rgb(163 230 53 / 0.55);
}
.border-l-lime-400\/60 {
  border-left-color: rgb(163 230 53 / 0.6);
}
.border-l-lime-400\/65 {
  border-left-color: rgb(163 230 53 / 0.65);
}
.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\/85 {
  border-left-color: rgb(163 230 53 / 0.85);
}
.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\/15 {
  border-left-color: rgb(247 254 231 / 0.15);
}
.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\/35 {
  border-left-color: rgb(247 254 231 / 0.35);
}
.border-l-lime-50\/40 {
  border-left-color: rgb(247 254 231 / 0.4);
}
.border-l-lime-50\/45 {
  border-left-color: rgb(247 254 231 / 0.45);
}
.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\/55 {
  border-left-color: rgb(247 254 231 / 0.55);
}
.border-l-lime-50\/60 {
  border-left-color: rgb(247 254 231 / 0.6);
}
.border-l-lime-50\/65 {
  border-left-color: rgb(247 254 231 / 0.65);
}
.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\/85 {
  border-left-color: rgb(247 254 231 / 0.85);
}
.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\/15 {
  border-left-color: rgb(132 204 22 / 0.15);
}
.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\/35 {
  border-left-color: rgb(132 204 22 / 0.35);
}
.border-l-lime-500\/40 {
  border-left-color: rgb(132 204 22 / 0.4);
}
.border-l-lime-500\/45 {
  border-left-color: rgb(132 204 22 / 0.45);
}
.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\/55 {
  border-left-color: rgb(132 204 22 / 0.55);
}
.border-l-lime-500\/60 {
  border-left-color: rgb(132 204 22 / 0.6);
}
.border-l-lime-500\/65 {
  border-left-color: rgb(132 204 22 / 0.65);
}
.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\/85 {
  border-left-color: rgb(132 204 22 / 0.85);
}
.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\/15 {
  border-left-color: rgb(101 163 13 / 0.15);
}
.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\/35 {
  border-left-color: rgb(101 163 13 / 0.35);
}
.border-l-lime-600\/40 {
  border-left-color: rgb(101 163 13 / 0.4);
}
.border-l-lime-600\/45 {
  border-left-color: rgb(101 163 13 / 0.45);
}
.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\/55 {
  border-left-color: rgb(101 163 13 / 0.55);
}
.border-l-lime-600\/60 {
  border-left-color: rgb(101 163 13 / 0.6);
}
.border-l-lime-600\/65 {
  border-left-color: rgb(101 163 13 / 0.65);
}
.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\/85 {
  border-left-color: rgb(101 163 13 / 0.85);
}
.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\/15 {
  border-left-color: rgb(77 124 15 / 0.15);
}
.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\/35 {
  border-left-color: rgb(77 124 15 / 0.35);
}
.border-l-lime-700\/40 {
  border-left-color: rgb(77 124 15 / 0.4);
}
.border-l-lime-700\/45 {
  border-left-color: rgb(77 124 15 / 0.45);
}
.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\/55 {
  border-left-color: rgb(77 124 15 / 0.55);
}
.border-l-lime-700\/60 {
  border-left-color: rgb(77 124 15 / 0.6);
}
.border-l-lime-700\/65 {
  border-left-color: rgb(77 124 15 / 0.65);
}
.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\/85 {
  border-left-color: rgb(77 124 15 / 0.85);
}
.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\/15 {
  border-left-color: rgb(63 98 18 / 0.15);
}
.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\/35 {
  border-left-color: rgb(63 98 18 / 0.35);
}
.border-l-lime-800\/40 {
  border-left-color: rgb(63 98 18 / 0.4);
}
.border-l-lime-800\/45 {
  border-left-color: rgb(63 98 18 / 0.45);
}
.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\/55 {
  border-left-color: rgb(63 98 18 / 0.55);
}
.border-l-lime-800\/60 {
  border-left-color: rgb(63 98 18 / 0.6);
}
.border-l-lime-800\/65 {
  border-left-color: rgb(63 98 18 / 0.65);
}
.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\/85 {
  border-left-color: rgb(63 98 18 / 0.85);
}
.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\/15 {
  border-left-color: rgb(54 83 20 / 0.15);
}
.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\/35 {
  border-left-color: rgb(54 83 20 / 0.35);
}
.border-l-lime-900\/40 {
  border-left-color: rgb(54 83 20 / 0.4);
}
.border-l-lime-900\/45 {
  border-left-color: rgb(54 83 20 / 0.45);
}
.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\/55 {
  border-left-color: rgb(54 83 20 / 0.55);
}
.border-l-lime-900\/60 {
  border-left-color: rgb(54 83 20 / 0.6);
}
.border-l-lime-900\/65 {
  border-left-color: rgb(54 83 20 / 0.65);
}
.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\/85 {
  border-left-color: rgb(54 83 20 / 0.85);
}
.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\/15 {
  border-left-color: rgb(26 46 5 / 0.15);
}
.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\/35 {
  border-left-color: rgb(26 46 5 / 0.35);
}
.border-l-lime-950\/40 {
  border-left-color: rgb(26 46 5 / 0.4);
}
.border-l-lime-950\/45 {
  border-left-color: rgb(26 46 5 / 0.45);
}
.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\/55 {
  border-left-color: rgb(26 46 5 / 0.55);
}
.border-l-lime-950\/60 {
  border-left-color: rgb(26 46 5 / 0.6);
}
.border-l-lime-950\/65 {
  border-left-color: rgb(26 46 5 / 0.65);
}
.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\/85 {
  border-left-color: rgb(26 46 5 / 0.85);
}
.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\/15 {
  border-left-color: rgb(245 245 245 / 0.15);
}
.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\/35 {
  border-left-color: rgb(245 245 245 / 0.35);
}
.border-l-neutral-100\/40 {
  border-left-color: rgb(245 245 245 / 0.4);
}
.border-l-neutral-100\/45 {
  border-left-color: rgb(245 245 245 / 0.45);
}
.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\/55 {
  border-left-color: rgb(245 245 245 / 0.55);
}
.border-l-neutral-100\/60 {
  border-left-color: rgb(245 245 245 / 0.6);
}
.border-l-neutral-100\/65 {
  border-left-color: rgb(245 245 245 / 0.65);
}
.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\/85 {
  border-left-color: rgb(245 245 245 / 0.85);
}
.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\/15 {
  border-left-color: rgb(229 229 229 / 0.15);
}
.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\/35 {
  border-left-color: rgb(229 229 229 / 0.35);
}
.border-l-neutral-200\/40 {
  border-left-color: rgb(229 229 229 / 0.4);
}
.border-l-neutral-200\/45 {
  border-left-color: rgb(229 229 229 / 0.45);
}
.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\/55 {
  border-left-color: rgb(229 229 229 / 0.55);
}
.border-l-neutral-200\/60 {
  border-left-color: rgb(229 229 229 / 0.6);
}
.border-l-neutral-200\/65 {
  border-left-color: rgb(229 229 229 / 0.65);
}
.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\/85 {
  border-left-color: rgb(229 229 229 / 0.85);
}
.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\/15 {
  border-left-color: rgb(212 212 212 / 0.15);
}
.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\/35 {
  border-left-color: rgb(212 212 212 / 0.35);
}
.border-l-neutral-300\/40 {
  border-left-color: rgb(212 212 212 / 0.4);
}
.border-l-neutral-300\/45 {
  border-left-color: rgb(212 212 212 / 0.45);
}
.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\/55 {
  border-left-color: rgb(212 212 212 / 0.55);
}
.border-l-neutral-300\/60 {
  border-left-color: rgb(212 212 212 / 0.6);
}
.border-l-neutral-300\/65 {
  border-left-color: rgb(212 212 212 / 0.65);
}
.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\/85 {
  border-left-color: rgb(212 212 212 / 0.85);
}
.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\/15 {
  border-left-color: rgb(163 163 163 / 0.15);
}
.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\/35 {
  border-left-color: rgb(163 163 163 / 0.35);
}
.border-l-neutral-400\/40 {
  border-left-color: rgb(163 163 163 / 0.4);
}
.border-l-neutral-400\/45 {
  border-left-color: rgb(163 163 163 / 0.45);
}
.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\/55 {
  border-left-color: rgb(163 163 163 / 0.55);
}
.border-l-neutral-400\/60 {
  border-left-color: rgb(163 163 163 / 0.6);
}
.border-l-neutral-400\/65 {
  border-left-color: rgb(163 163 163 / 0.65);
}
.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\/85 {
  border-left-color: rgb(163 163 163 / 0.85);
}
.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\/15 {
  border-left-color: rgb(250 250 250 / 0.15);
}
.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\/35 {
  border-left-color: rgb(250 250 250 / 0.35);
}
.border-l-neutral-50\/40 {
  border-left-color: rgb(250 250 250 / 0.4);
}
.border-l-neutral-50\/45 {
  border-left-color: rgb(250 250 250 / 0.45);
}
.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\/55 {
  border-left-color: rgb(250 250 250 / 0.55);
}
.border-l-neutral-50\/60 {
  border-left-color: rgb(250 250 250 / 0.6);
}
.border-l-neutral-50\/65 {
  border-left-color: rgb(250 250 250 / 0.65);
}
.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\/85 {
  border-left-color: rgb(250 250 250 / 0.85);
}
.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\/15 {
  border-left-color: rgb(115 115 115 / 0.15);
}
.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\/35 {
  border-left-color: rgb(115 115 115 / 0.35);
}
.border-l-neutral-500\/40 {
  border-left-color: rgb(115 115 115 / 0.4);
}
.border-l-neutral-500\/45 {
  border-left-color: rgb(115 115 115 / 0.45);
}
.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\/55 {
  border-left-color: rgb(115 115 115 / 0.55);
}
.border-l-neutral-500\/60 {
  border-left-color: rgb(115 115 115 / 0.6);
}
.border-l-neutral-500\/65 {
  border-left-color: rgb(115 115 115 / 0.65);
}
.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\/85 {
  border-left-color: rgb(115 115 115 / 0.85);
}
.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\/15 {
  border-left-color: rgb(82 82 82 / 0.15);
}
.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\/35 {
  border-left-color: rgb(82 82 82 / 0.35);
}
.border-l-neutral-600\/40 {
  border-left-color: rgb(82 82 82 / 0.4);
}
.border-l-neutral-600\/45 {
  border-left-color: rgb(82 82 82 / 0.45);
}
.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\/55 {
  border-left-color: rgb(82 82 82 / 0.55);
}
.border-l-neutral-600\/60 {
  border-left-color: rgb(82 82 82 / 0.6);
}
.border-l-neutral-600\/65 {
  border-left-color: rgb(82 82 82 / 0.65);
}
.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\/85 {
  border-left-color: rgb(82 82 82 / 0.85);
}
.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\/15 {
  border-left-color: rgb(64 64 64 / 0.15);
}
.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\/35 {
  border-left-color: rgb(64 64 64 / 0.35);
}
.border-l-neutral-700\/40 {
  border-left-color: rgb(64 64 64 / 0.4);
}
.border-l-neutral-700\/45 {
  border-left-color: rgb(64 64 64 / 0.45);
}
.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\/55 {
  border-left-color: rgb(64 64 64 / 0.55);
}
.border-l-neutral-700\/60 {
  border-left-color: rgb(64 64 64 / 0.6);
}
.border-l-neutral-700\/65 {
  border-left-color: rgb(64 64 64 / 0.65);
}
.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\/85 {
  border-left-color: rgb(64 64 64 / 0.85);
}
.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\/15 {
  border-left-color: rgb(38 38 38 / 0.15);
}
.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\/35 {
  border-left-color: rgb(38 38 38 / 0.35);
}
.border-l-neutral-800\/40 {
  border-left-color: rgb(38 38 38 / 0.4);
}
.border-l-neutral-800\/45 {
  border-left-color: rgb(38 38 38 / 0.45);
}
.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\/55 {
  border-left-color: rgb(38 38 38 / 0.55);
}
.border-l-neutral-800\/60 {
  border-left-color: rgb(38 38 38 / 0.6);
}
.border-l-neutral-800\/65 {
  border-left-color: rgb(38 38 38 / 0.65);
}
.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\/85 {
  border-left-color: rgb(38 38 38 / 0.85);
}
.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\/15 {
  border-left-color: rgb(23 23 23 / 0.15);
}
.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\/35 {
  border-left-color: rgb(23 23 23 / 0.35);
}
.border-l-neutral-900\/40 {
  border-left-color: rgb(23 23 23 / 0.4);
}
.border-l-neutral-900\/45 {
  border-left-color: rgb(23 23 23 / 0.45);
}
.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\/55 {
  border-left-color: rgb(23 23 23 / 0.55);
}
.border-l-neutral-900\/60 {
  border-left-color: rgb(23 23 23 / 0.6);
}
.border-l-neutral-900\/65 {
  border-left-color: rgb(23 23 23 / 0.65);
}
.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\/85 {
  border-left-color: rgb(23 23 23 / 0.85);
}
.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\/15 {
  border-left-color: rgb(10 10 10 / 0.15);
}
.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\/35 {
  border-left-color: rgb(10 10 10 / 0.35);
}
.border-l-neutral-950\/40 {
  border-left-color: rgb(10 10 10 / 0.4);
}
.border-l-neutral-950\/45 {
  border-left-color: rgb(10 10 10 / 0.45);
}
.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\/55 {
  border-left-color: rgb(10 10 10 / 0.55);
}
.border-l-neutral-950\/60 {
  border-left-color: rgb(10 10 10 / 0.6);
}
.border-l-neutral-950\/65 {
  border-left-color: rgb(10 10 10 / 0.65);
}
.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\/85 {
  border-left-color: rgb(10 10 10 / 0.85);
}
.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\/15 {
  border-left-color: rgb(255 237 213 / 0.15);
}
.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\/35 {
  border-left-color: rgb(255 237 213 / 0.35);
}
.border-l-orange-100\/40 {
  border-left-color: rgb(255 237 213 / 0.4);
}
.border-l-orange-100\/45 {
  border-left-color: rgb(255 237 213 / 0.45);
}
.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\/55 {
  border-left-color: rgb(255 237 213 / 0.55);
}
.border-l-orange-100\/60 {
  border-left-color: rgb(255 237 213 / 0.6);
}
.border-l-orange-100\/65 {
  border-left-color: rgb(255 237 213 / 0.65);
}
.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\/85 {
  border-left-color: rgb(255 237 213 / 0.85);
}
.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\/15 {
  border-left-color: rgb(254 215 170 / 0.15);
}
.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\/35 {
  border-left-color: rgb(254 215 170 / 0.35);
}
.border-l-orange-200\/40 {
  border-left-color: rgb(254 215 170 / 0.4);
}
.border-l-orange-200\/45 {
  border-left-color: rgb(254 215 170 / 0.45);
}
.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\/55 {
  border-left-color: rgb(254 215 170 / 0.55);
}
.border-l-orange-200\/60 {
  border-left-color: rgb(254 215 170 / 0.6);
}
.border-l-orange-200\/65 {
  border-left-color: rgb(254 215 170 / 0.65);
}
.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\/85 {
  border-left-color: rgb(254 215 170 / 0.85);
}
.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\/15 {
  border-left-color: rgb(253 186 116 / 0.15);
}
.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\/35 {
  border-left-color: rgb(253 186 116 / 0.35);
}
.border-l-orange-300\/40 {
  border-left-color: rgb(253 186 116 / 0.4);
}
.border-l-orange-300\/45 {
  border-left-color: rgb(253 186 116 / 0.45);
}
.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\/55 {
  border-left-color: rgb(253 186 116 / 0.55);
}
.border-l-orange-300\/60 {
  border-left-color: rgb(253 186 116 / 0.6);
}
.border-l-orange-300\/65 {
  border-left-color: rgb(253 186 116 / 0.65);
}
.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\/85 {
  border-left-color: rgb(253 186 116 / 0.85);
}
.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\/15 {
  border-left-color: rgb(251 146 60 / 0.15);
}
.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\/35 {
  border-left-color: rgb(251 146 60 / 0.35);
}
.border-l-orange-400\/40 {
  border-left-color: rgb(251 146 60 / 0.4);
}
.border-l-orange-400\/45 {
  border-left-color: rgb(251 146 60 / 0.45);
}
.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\/55 {
  border-left-color: rgb(251 146 60 / 0.55);
}
.border-l-orange-400\/60 {
  border-left-color: rgb(251 146 60 / 0.6);
}
.border-l-orange-400\/65 {
  border-left-color: rgb(251 146 60 / 0.65);
}
.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\/85 {
  border-left-color: rgb(251 146 60 / 0.85);
}
.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\/15 {
  border-left-color: rgb(255 247 237 / 0.15);
}
.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\/35 {
  border-left-color: rgb(255 247 237 / 0.35);
}
.border-l-orange-50\/40 {
  border-left-color: rgb(255 247 237 / 0.4);
}
.border-l-orange-50\/45 {
  border-left-color: rgb(255 247 237 / 0.45);
}
.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\/55 {
  border-left-color: rgb(255 247 237 / 0.55);
}
.border-l-orange-50\/60 {
  border-left-color: rgb(255 247 237 / 0.6);
}
.border-l-orange-50\/65 {
  border-left-color: rgb(255 247 237 / 0.65);
}
.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\/85 {
  border-left-color: rgb(255 247 237 / 0.85);
}
.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\/15 {
  border-left-color: rgb(249 115 22 / 0.15);
}
.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\/35 {
  border-left-color: rgb(249 115 22 / 0.35);
}
.border-l-orange-500\/40 {
  border-left-color: rgb(249 115 22 / 0.4);
}
.border-l-orange-500\/45 {
  border-left-color: rgb(249 115 22 / 0.45);
}
.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\/55 {
  border-left-color: rgb(249 115 22 / 0.55);
}
.border-l-orange-500\/60 {
  border-left-color: rgb(249 115 22 / 0.6);
}
.border-l-orange-500\/65 {
  border-left-color: rgb(249 115 22 / 0.65);
}
.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\/85 {
  border-left-color: rgb(249 115 22 / 0.85);
}
.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\/15 {
  border-left-color: rgb(234 88 12 / 0.15);
}
.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\/35 {
  border-left-color: rgb(234 88 12 / 0.35);
}
.border-l-orange-600\/40 {
  border-left-color: rgb(234 88 12 / 0.4);
}
.border-l-orange-600\/45 {
  border-left-color: rgb(234 88 12 / 0.45);
}
.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\/55 {
  border-left-color: rgb(234 88 12 / 0.55);
}
.border-l-orange-600\/60 {
  border-left-color: rgb(234 88 12 / 0.6);
}
.border-l-orange-600\/65 {
  border-left-color: rgb(234 88 12 / 0.65);
}
.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\/85 {
  border-left-color: rgb(234 88 12 / 0.85);
}
.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\/15 {
  border-left-color: rgb(194 65 12 / 0.15);
}
.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\/35 {
  border-left-color: rgb(194 65 12 / 0.35);
}
.border-l-orange-700\/40 {
  border-left-color: rgb(194 65 12 / 0.4);
}
.border-l-orange-700\/45 {
  border-left-color: rgb(194 65 12 / 0.45);
}
.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\/55 {
  border-left-color: rgb(194 65 12 / 0.55);
}
.border-l-orange-700\/60 {
  border-left-color: rgb(194 65 12 / 0.6);
}
.border-l-orange-700\/65 {
  border-left-color: rgb(194 65 12 / 0.65);
}
.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\/85 {
  border-left-color: rgb(194 65 12 / 0.85);
}
.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\/15 {
  border-left-color: rgb(154 52 18 / 0.15);
}
.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\/35 {
  border-left-color: rgb(154 52 18 / 0.35);
}
.border-l-orange-800\/40 {
  border-left-color: rgb(154 52 18 / 0.4);
}
.border-l-orange-800\/45 {
  border-left-color: rgb(154 52 18 / 0.45);
}
.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\/55 {
  border-left-color: rgb(154 52 18 / 0.55);
}
.border-l-orange-800\/60 {
  border-left-color: rgb(154 52 18 / 0.6);
}
.border-l-orange-800\/65 {
  border-left-color: rgb(154 52 18 / 0.65);
}
.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\/85 {
  border-left-color: rgb(154 52 18 / 0.85);
}
.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\/15 {
  border-left-color: rgb(124 45 18 / 0.15);
}
.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\/35 {
  border-left-color: rgb(124 45 18 / 0.35);
}
.border-l-orange-900\/40 {
  border-left-color: rgb(124 45 18 / 0.4);
}
.border-l-orange-900\/45 {
  border-left-color: rgb(124 45 18 / 0.45);
}
.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\/55 {
  border-left-color: rgb(124 45 18 / 0.55);
}
.border-l-orange-900\/60 {
  border-left-color: rgb(124 45 18 / 0.6);
}
.border-l-orange-900\/65 {
  border-left-color: rgb(124 45 18 / 0.65);
}
.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\/85 {
  border-left-color: rgb(124 45 18 / 0.85);
}
.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\/15 {
  border-left-color: rgb(67 20 7 / 0.15);
}
.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\/35 {
  border-left-color: rgb(67 20 7 / 0.35);
}
.border-l-orange-950\/40 {
  border-left-color: rgb(67 20 7 / 0.4);
}
.border-l-orange-950\/45 {
  border-left-color: rgb(67 20 7 / 0.45);
}
.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\/55 {
  border-left-color: rgb(67 20 7 / 0.55);
}
.border-l-orange-950\/60 {
  border-left-color: rgb(67 20 7 / 0.6);
}
.border-l-orange-950\/65 {
  border-left-color: rgb(67 20 7 / 0.65);
}
.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\/85 {
  border-left-color: rgb(67 20 7 / 0.85);
}
.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\/15 {
  border-left-color: rgb(252 231 243 / 0.15);
}
.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\/35 {
  border-left-color: rgb(252 231 243 / 0.35);
}
.border-l-pink-100\/40 {
  border-left-color: rgb(252 231 243 / 0.4);
}
.border-l-pink-100\/45 {
  border-left-color: rgb(252 231 243 / 0.45);
}
.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\/55 {
  border-left-color: rgb(252 231 243 / 0.55);
}
.border-l-pink-100\/60 {
  border-left-color: rgb(252 231 243 / 0.6);
}
.border-l-pink-100\/65 {
  border-left-color: rgb(252 231 243 / 0.65);
}
.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\/85 {
  border-left-color: rgb(252 231 243 / 0.85);
}
.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\/15 {
  border-left-color: rgb(251 207 232 / 0.15);
}
.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\/35 {
  border-left-color: rgb(251 207 232 / 0.35);
}
.border-l-pink-200\/40 {
  border-left-color: rgb(251 207 232 / 0.4);
}
.border-l-pink-200\/45 {
  border-left-color: rgb(251 207 232 / 0.45);
}
.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\/55 {
  border-left-color: rgb(251 207 232 / 0.55);
}
.border-l-pink-200\/60 {
  border-left-color: rgb(251 207 232 / 0.6);
}
.border-l-pink-200\/65 {
  border-left-color: rgb(251 207 232 / 0.65);
}
.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\/85 {
  border-left-color: rgb(251 207 232 / 0.85);
}
.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\/15 {
  border-left-color: rgb(249 168 212 / 0.15);
}
.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\/35 {
  border-left-color: rgb(249 168 212 / 0.35);
}
.border-l-pink-300\/40 {
  border-left-color: rgb(249 168 212 / 0.4);
}
.border-l-pink-300\/45 {
  border-left-color: rgb(249 168 212 / 0.45);
}
.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\/55 {
  border-left-color: rgb(249 168 212 / 0.55);
}
.border-l-pink-300\/60 {
  border-left-color: rgb(249 168 212 / 0.6);
}
.border-l-pink-300\/65 {
  border-left-color: rgb(249 168 212 / 0.65);
}
.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\/85 {
  border-left-color: rgb(249 168 212 / 0.85);
}
.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\/15 {
  border-left-color: rgb(244 114 182 / 0.15);
}
.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\/35 {
  border-left-color: rgb(244 114 182 / 0.35);
}
.border-l-pink-400\/40 {
  border-left-color: rgb(244 114 182 / 0.4);
}
.border-l-pink-400\/45 {
  border-left-color: rgb(244 114 182 / 0.45);
}
.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\/55 {
  border-left-color: rgb(244 114 182 / 0.55);
}
.border-l-pink-400\/60 {
  border-left-color: rgb(244 114 182 / 0.6);
}
.border-l-pink-400\/65 {
  border-left-color: rgb(244 114 182 / 0.65);
}
.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\/85 {
  border-left-color: rgb(244 114 182 / 0.85);
}
.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\/15 {
  border-left-color: rgb(253 242 248 / 0.15);
}
.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\/35 {
  border-left-color: rgb(253 242 248 / 0.35);
}
.border-l-pink-50\/40 {
  border-left-color: rgb(253 242 248 / 0.4);
}
.border-l-pink-50\/45 {
  border-left-color: rgb(253 242 248 / 0.45);
}
.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\/55 {
  border-left-color: rgb(253 242 248 / 0.55);
}
.border-l-pink-50\/60 {
  border-left-color: rgb(253 242 248 / 0.6);
}
.border-l-pink-50\/65 {
  border-left-color: rgb(253 242 248 / 0.65);
}
.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\/85 {
  border-left-color: rgb(253 242 248 / 0.85);
}
.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\/15 {
  border-left-color: rgb(236 72 153 / 0.15);
}
.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\/35 {
  border-left-color: rgb(236 72 153 / 0.35);
}
.border-l-pink-500\/40 {
  border-left-color: rgb(236 72 153 / 0.4);
}
.border-l-pink-500\/45 {
  border-left-color: rgb(236 72 153 / 0.45);
}
.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\/55 {
  border-left-color: rgb(236 72 153 / 0.55);
}
.border-l-pink-500\/60 {
  border-left-color: rgb(236 72 153 / 0.6);
}
.border-l-pink-500\/65 {
  border-left-color: rgb(236 72 153 / 0.65);
}
.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\/85 {
  border-left-color: rgb(236 72 153 / 0.85);
}
.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\/15 {
  border-left-color: rgb(219 39 119 / 0.15);
}
.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\/35 {
  border-left-color: rgb(219 39 119 / 0.35);
}
.border-l-pink-600\/40 {
  border-left-color: rgb(219 39 119 / 0.4);
}
.border-l-pink-600\/45 {
  border-left-color: rgb(219 39 119 / 0.45);
}
.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\/55 {
  border-left-color: rgb(219 39 119 / 0.55);
}
.border-l-pink-600\/60 {
  border-left-color: rgb(219 39 119 / 0.6);
}
.border-l-pink-600\/65 {
  border-left-color: rgb(219 39 119 / 0.65);
}
.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\/85 {
  border-left-color: rgb(219 39 119 / 0.85);
}
.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\/15 {
  border-left-color: rgb(190 24 93 / 0.15);
}
.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\/35 {
  border-left-color: rgb(190 24 93 / 0.35);
}
.border-l-pink-700\/40 {
  border-left-color: rgb(190 24 93 / 0.4);
}
.border-l-pink-700\/45 {
  border-left-color: rgb(190 24 93 / 0.45);
}
.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\/55 {
  border-left-color: rgb(190 24 93 / 0.55);
}
.border-l-pink-700\/60 {
  border-left-color: rgb(190 24 93 / 0.6);
}
.border-l-pink-700\/65 {
  border-left-color: rgb(190 24 93 / 0.65);
}
.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\/85 {
  border-left-color: rgb(190 24 93 / 0.85);
}
.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\/15 {
  border-left-color: rgb(157 23 77 / 0.15);
}
.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\/35 {
  border-left-color: rgb(157 23 77 / 0.35);
}
.border-l-pink-800\/40 {
  border-left-color: rgb(157 23 77 / 0.4);
}
.border-l-pink-800\/45 {
  border-left-color: rgb(157 23 77 / 0.45);
}
.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\/55 {
  border-left-color: rgb(157 23 77 / 0.55);
}
.border-l-pink-800\/60 {
  border-left-color: rgb(157 23 77 / 0.6);
}
.border-l-pink-800\/65 {
  border-left-color: rgb(157 23 77 / 0.65);
}
.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\/85 {
  border-left-color: rgb(157 23 77 / 0.85);
}
.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\/15 {
  border-left-color: rgb(131 24 67 / 0.15);
}
.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\/35 {
  border-left-color: rgb(131 24 67 / 0.35);
}
.border-l-pink-900\/40 {
  border-left-color: rgb(131 24 67 / 0.4);
}
.border-l-pink-900\/45 {
  border-left-color: rgb(131 24 67 / 0.45);
}
.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\/55 {
  border-left-color: rgb(131 24 67 / 0.55);
}
.border-l-pink-900\/60 {
  border-left-color: rgb(131 24 67 / 0.6);
}
.border-l-pink-900\/65 {
  border-left-color: rgb(131 24 67 / 0.65);
}
.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\/85 {
  border-left-color: rgb(131 24 67 / 0.85);
}
.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\/15 {
  border-left-color: rgb(80 7 36 / 0.15);
}
.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\/35 {
  border-left-color: rgb(80 7 36 / 0.35);
}
.border-l-pink-950\/40 {
  border-left-color: rgb(80 7 36 / 0.4);
}
.border-l-pink-950\/45 {
  border-left-color: rgb(80 7 36 / 0.45);
}
.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\/55 {
  border-left-color: rgb(80 7 36 / 0.55);
}
.border-l-pink-950\/60 {
  border-left-color: rgb(80 7 36 / 0.6);
}
.border-l-pink-950\/65 {
  border-left-color: rgb(80 7 36 / 0.65);
}
.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\/85 {
  border-left-color: rgb(80 7 36 / 0.85);
}
.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-primary-100 {
  border-left-color: var(--color-primary-100);
}
.border-l-primary-200 {
  border-left-color: var(--color-primary-200);
}
.border-l-primary-300 {
  border-left-color: var(--color-primary-300);
}
.border-l-primary-400 {
  border-left-color: var(--color-primary-400);
}
.border-l-primary-50 {
  border-left-color: var(--color-primary-50);
}
.border-l-primary-500 {
  border-left-color: var(--color-primary-500);
}
.border-l-primary-600 {
  border-left-color: var(--color-primary-600);
}
.border-l-primary-700 {
  border-left-color: var(--color-primary-700);
}
.border-l-primary-800 {
  border-left-color: var(--color-primary-800);
}
.border-l-primary-900 {
  border-left-color: var(--color-primary-900);
}
.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\/15 {
  border-left-color: rgb(243 232 255 / 0.15);
}
.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\/35 {
  border-left-color: rgb(243 232 255 / 0.35);
}
.border-l-purple-100\/40 {
  border-left-color: rgb(243 232 255 / 0.4);
}
.border-l-purple-100\/45 {
  border-left-color: rgb(243 232 255 / 0.45);
}
.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\/55 {
  border-left-color: rgb(243 232 255 / 0.55);
}
.border-l-purple-100\/60 {
  border-left-color: rgb(243 232 255 / 0.6);
}
.border-l-purple-100\/65 {
  border-left-color: rgb(243 232 255 / 0.65);
}
.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\/85 {
  border-left-color: rgb(243 232 255 / 0.85);
}
.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\/15 {
  border-left-color: rgb(233 213 255 / 0.15);
}
.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\/35 {
  border-left-color: rgb(233 213 255 / 0.35);
}
.border-l-purple-200\/40 {
  border-left-color: rgb(233 213 255 / 0.4);
}
.border-l-purple-200\/45 {
  border-left-color: rgb(233 213 255 / 0.45);
}
.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\/55 {
  border-left-color: rgb(233 213 255 / 0.55);
}
.border-l-purple-200\/60 {
  border-left-color: rgb(233 213 255 / 0.6);
}
.border-l-purple-200\/65 {
  border-left-color: rgb(233 213 255 / 0.65);
}
.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\/85 {
  border-left-color: rgb(233 213 255 / 0.85);
}
.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\/15 {
  border-left-color: rgb(216 180 254 / 0.15);
}
.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\/35 {
  border-left-color: rgb(216 180 254 / 0.35);
}
.border-l-purple-300\/40 {
  border-left-color: rgb(216 180 254 / 0.4);
}
.border-l-purple-300\/45 {
  border-left-color: rgb(216 180 254 / 0.45);
}
.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\/55 {
  border-left-color: rgb(216 180 254 / 0.55);
}
.border-l-purple-300\/60 {
  border-left-color: rgb(216 180 254 / 0.6);
}
.border-l-purple-300\/65 {
  border-left-color: rgb(216 180 254 / 0.65);
}
.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\/85 {
  border-left-color: rgb(216 180 254 / 0.85);
}
.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\/15 {
  border-left-color: rgb(192 132 252 / 0.15);
}
.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\/35 {
  border-left-color: rgb(192 132 252 / 0.35);
}
.border-l-purple-400\/40 {
  border-left-color: rgb(192 132 252 / 0.4);
}
.border-l-purple-400\/45 {
  border-left-color: rgb(192 132 252 / 0.45);
}
.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\/55 {
  border-left-color: rgb(192 132 252 / 0.55);
}
.border-l-purple-400\/60 {
  border-left-color: rgb(192 132 252 / 0.6);
}
.border-l-purple-400\/65 {
  border-left-color: rgb(192 132 252 / 0.65);
}
.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\/85 {
  border-left-color: rgb(192 132 252 / 0.85);
}
.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\/15 {
  border-left-color: rgb(250 245 255 / 0.15);
}
.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\/35 {
  border-left-color: rgb(250 245 255 / 0.35);
}
.border-l-purple-50\/40 {
  border-left-color: rgb(250 245 255 / 0.4);
}
.border-l-purple-50\/45 {
  border-left-color: rgb(250 245 255 / 0.45);
}
.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\/55 {
  border-left-color: rgb(250 245 255 / 0.55);
}
.border-l-purple-50\/60 {
  border-left-color: rgb(250 245 255 / 0.6);
}
.border-l-purple-50\/65 {
  border-left-color: rgb(250 245 255 / 0.65);
}
.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\/85 {
  border-left-color: rgb(250 245 255 / 0.85);
}
.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\/15 {
  border-left-color: rgb(168 85 247 / 0.15);
}
.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\/35 {
  border-left-color: rgb(168 85 247 / 0.35);
}
.border-l-purple-500\/40 {
  border-left-color: rgb(168 85 247 / 0.4);
}
.border-l-purple-500\/45 {
  border-left-color: rgb(168 85 247 / 0.45);
}
.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\/55 {
  border-left-color: rgb(168 85 247 / 0.55);
}
.border-l-purple-500\/60 {
  border-left-color: rgb(168 85 247 / 0.6);
}
.border-l-purple-500\/65 {
  border-left-color: rgb(168 85 247 / 0.65);
}
.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\/85 {
  border-left-color: rgb(168 85 247 / 0.85);
}
.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\/15 {
  border-left-color: rgb(147 51 234 / 0.15);
}
.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\/35 {
  border-left-color: rgb(147 51 234 / 0.35);
}
.border-l-purple-600\/40 {
  border-left-color: rgb(147 51 234 / 0.4);
}
.border-l-purple-600\/45 {
  border-left-color: rgb(147 51 234 / 0.45);
}
.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\/55 {
  border-left-color: rgb(147 51 234 / 0.55);
}
.border-l-purple-600\/60 {
  border-left-color: rgb(147 51 234 / 0.6);
}
.border-l-purple-600\/65 {
  border-left-color: rgb(147 51 234 / 0.65);
}
.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\/85 {
  border-left-color: rgb(147 51 234 / 0.85);
}
.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\/15 {
  border-left-color: rgb(126 34 206 / 0.15);
}
.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\/35 {
  border-left-color: rgb(126 34 206 / 0.35);
}
.border-l-purple-700\/40 {
  border-left-color: rgb(126 34 206 / 0.4);
}
.border-l-purple-700\/45 {
  border-left-color: rgb(126 34 206 / 0.45);
}
.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\/55 {
  border-left-color: rgb(126 34 206 / 0.55);
}
.border-l-purple-700\/60 {
  border-left-color: rgb(126 34 206 / 0.6);
}
.border-l-purple-700\/65 {
  border-left-color: rgb(126 34 206 / 0.65);
}
.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\/85 {
  border-left-color: rgb(126 34 206 / 0.85);
}
.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\/15 {
  border-left-color: rgb(107 33 168 / 0.15);
}
.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\/35 {
  border-left-color: rgb(107 33 168 / 0.35);
}
.border-l-purple-800\/40 {
  border-left-color: rgb(107 33 168 / 0.4);
}
.border-l-purple-800\/45 {
  border-left-color: rgb(107 33 168 / 0.45);
}
.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\/55 {
  border-left-color: rgb(107 33 168 / 0.55);
}
.border-l-purple-800\/60 {
  border-left-color: rgb(107 33 168 / 0.6);
}
.border-l-purple-800\/65 {
  border-left-color: rgb(107 33 168 / 0.65);
}
.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\/85 {
  border-left-color: rgb(107 33 168 / 0.85);
}
.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\/15 {
  border-left-color: rgb(88 28 135 / 0.15);
}
.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\/35 {
  border-left-color: rgb(88 28 135 / 0.35);
}
.border-l-purple-900\/40 {
  border-left-color: rgb(88 28 135 / 0.4);
}
.border-l-purple-900\/45 {
  border-left-color: rgb(88 28 135 / 0.45);
}
.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\/55 {
  border-left-color: rgb(88 28 135 / 0.55);
}
.border-l-purple-900\/60 {
  border-left-color: rgb(88 28 135 / 0.6);
}
.border-l-purple-900\/65 {
  border-left-color: rgb(88 28 135 / 0.65);
}
.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\/85 {
  border-left-color: rgb(88 28 135 / 0.85);
}
.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\/15 {
  border-left-color: rgb(59 7 100 / 0.15);
}
.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\/35 {
  border-left-color: rgb(59 7 100 / 0.35);
}
.border-l-purple-950\/40 {
  border-left-color: rgb(59 7 100 / 0.4);
}
.border-l-purple-950\/45 {
  border-left-color: rgb(59 7 100 / 0.45);
}
.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\/55 {
  border-left-color: rgb(59 7 100 / 0.55);
}
.border-l-purple-950\/60 {
  border-left-color: rgb(59 7 100 / 0.6);
}
.border-l-purple-950\/65 {
  border-left-color: rgb(59 7 100 / 0.65);
}
.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\/85 {
  border-left-color: rgb(59 7 100 / 0.85);
}
.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\/15 {
  border-left-color: rgb(254 226 226 / 0.15);
}
.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\/35 {
  border-left-color: rgb(254 226 226 / 0.35);
}
.border-l-red-100\/40 {
  border-left-color: rgb(254 226 226 / 0.4);
}
.border-l-red-100\/45 {
  border-left-color: rgb(254 226 226 / 0.45);
}
.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\/55 {
  border-left-color: rgb(254 226 226 / 0.55);
}
.border-l-red-100\/60 {
  border-left-color: rgb(254 226 226 / 0.6);
}
.border-l-red-100\/65 {
  border-left-color: rgb(254 226 226 / 0.65);
}
.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\/85 {
  border-left-color: rgb(254 226 226 / 0.85);
}
.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\/15 {
  border-left-color: rgb(254 202 202 / 0.15);
}
.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\/35 {
  border-left-color: rgb(254 202 202 / 0.35);
}
.border-l-red-200\/40 {
  border-left-color: rgb(254 202 202 / 0.4);
}
.border-l-red-200\/45 {
  border-left-color: rgb(254 202 202 / 0.45);
}
.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\/55 {
  border-left-color: rgb(254 202 202 / 0.55);
}
.border-l-red-200\/60 {
  border-left-color: rgb(254 202 202 / 0.6);
}
.border-l-red-200\/65 {
  border-left-color: rgb(254 202 202 / 0.65);
}
.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\/85 {
  border-left-color: rgb(254 202 202 / 0.85);
}
.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\/15 {
  border-left-color: rgb(252 165 165 / 0.15);
}
.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\/35 {
  border-left-color: rgb(252 165 165 / 0.35);
}
.border-l-red-300\/40 {
  border-left-color: rgb(252 165 165 / 0.4);
}
.border-l-red-300\/45 {
  border-left-color: rgb(252 165 165 / 0.45);
}
.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\/55 {
  border-left-color: rgb(252 165 165 / 0.55);
}
.border-l-red-300\/60 {
  border-left-color: rgb(252 165 165 / 0.6);
}
.border-l-red-300\/65 {
  border-left-color: rgb(252 165 165 / 0.65);
}
.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\/85 {
  border-left-color: rgb(252 165 165 / 0.85);
}
.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\/15 {
  border-left-color: rgb(248 113 113 / 0.15);
}
.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\/35 {
  border-left-color: rgb(248 113 113 / 0.35);
}
.border-l-red-400\/40 {
  border-left-color: rgb(248 113 113 / 0.4);
}
.border-l-red-400\/45 {
  border-left-color: rgb(248 113 113 / 0.45);
}
.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\/55 {
  border-left-color: rgb(248 113 113 / 0.55);
}
.border-l-red-400\/60 {
  border-left-color: rgb(248 113 113 / 0.6);
}
.border-l-red-400\/65 {
  border-left-color: rgb(248 113 113 / 0.65);
}
.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\/85 {
  border-left-color: rgb(248 113 113 / 0.85);
}
.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\/15 {
  border-left-color: rgb(254 242 242 / 0.15);
}
.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\/35 {
  border-left-color: rgb(254 242 242 / 0.35);
}
.border-l-red-50\/40 {
  border-left-color: rgb(254 242 242 / 0.4);
}
.border-l-red-50\/45 {
  border-left-color: rgb(254 242 242 / 0.45);
}
.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\/55 {
  border-left-color: rgb(254 242 242 / 0.55);
}
.border-l-red-50\/60 {
  border-left-color: rgb(254 242 242 / 0.6);
}
.border-l-red-50\/65 {
  border-left-color: rgb(254 242 242 / 0.65);
}
.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\/85 {
  border-left-color: rgb(254 242 242 / 0.85);
}
.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\/15 {
  border-left-color: rgb(239 68 68 / 0.15);
}
.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\/35 {
  border-left-color: rgb(239 68 68 / 0.35);
}
.border-l-red-500\/40 {
  border-left-color: rgb(239 68 68 / 0.4);
}
.border-l-red-500\/45 {
  border-left-color: rgb(239 68 68 / 0.45);
}
.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\/55 {
  border-left-color: rgb(239 68 68 / 0.55);
}
.border-l-red-500\/60 {
  border-left-color: rgb(239 68 68 / 0.6);
}
.border-l-red-500\/65 {
  border-left-color: rgb(239 68 68 / 0.65);
}
.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\/85 {
  border-left-color: rgb(239 68 68 / 0.85);
}
.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\/15 {
  border-left-color: rgb(220 38 38 / 0.15);
}
.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\/35 {
  border-left-color: rgb(220 38 38 / 0.35);
}
.border-l-red-600\/40 {
  border-left-color: rgb(220 38 38 / 0.4);
}
.border-l-red-600\/45 {
  border-left-color: rgb(220 38 38 / 0.45);
}
.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\/55 {
  border-left-color: rgb(220 38 38 / 0.55);
}
.border-l-red-600\/60 {
  border-left-color: rgb(220 38 38 / 0.6);
}
.border-l-red-600\/65 {
  border-left-color: rgb(220 38 38 / 0.65);
}
.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\/85 {
  border-left-color: rgb(220 38 38 / 0.85);
}
.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\/15 {
  border-left-color: rgb(185 28 28 / 0.15);
}
.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\/35 {
  border-left-color: rgb(185 28 28 / 0.35);
}
.border-l-red-700\/40 {
  border-left-color: rgb(185 28 28 / 0.4);
}
.border-l-red-700\/45 {
  border-left-color: rgb(185 28 28 / 0.45);
}
.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\/55 {
  border-left-color: rgb(185 28 28 / 0.55);
}
.border-l-red-700\/60 {
  border-left-color: rgb(185 28 28 / 0.6);
}
.border-l-red-700\/65 {
  border-left-color: rgb(185 28 28 / 0.65);
}
.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\/85 {
  border-left-color: rgb(185 28 28 / 0.85);
}
.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\/15 {
  border-left-color: rgb(153 27 27 / 0.15);
}
.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\/35 {
  border-left-color: rgb(153 27 27 / 0.35);
}
.border-l-red-800\/40 {
  border-left-color: rgb(153 27 27 / 0.4);
}
.border-l-red-800\/45 {
  border-left-color: rgb(153 27 27 / 0.45);
}
.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\/55 {
  border-left-color: rgb(153 27 27 / 0.55);
}
.border-l-red-800\/60 {
  border-left-color: rgb(153 27 27 / 0.6);
}
.border-l-red-800\/65 {
  border-left-color: rgb(153 27 27 / 0.65);
}
.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\/85 {
  border-left-color: rgb(153 27 27 / 0.85);
}
.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\/15 {
  border-left-color: rgb(127 29 29 / 0.15);
}
.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\/35 {
  border-left-color: rgb(127 29 29 / 0.35);
}
.border-l-red-900\/40 {
  border-left-color: rgb(127 29 29 / 0.4);
}
.border-l-red-900\/45 {
  border-left-color: rgb(127 29 29 / 0.45);
}
.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\/55 {
  border-left-color: rgb(127 29 29 / 0.55);
}
.border-l-red-900\/60 {
  border-left-color: rgb(127 29 29 / 0.6);
}
.border-l-red-900\/65 {
  border-left-color: rgb(127 29 29 / 0.65);
}
.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\/85 {
  border-left-color: rgb(127 29 29 / 0.85);
}
.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\/15 {
  border-left-color: rgb(69 10 10 / 0.15);
}
.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\/35 {
  border-left-color: rgb(69 10 10 / 0.35);
}
.border-l-red-950\/40 {
  border-left-color: rgb(69 10 10 / 0.4);
}
.border-l-red-950\/45 {
  border-left-color: rgb(69 10 10 / 0.45);
}
.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\/55 {
  border-left-color: rgb(69 10 10 / 0.55);
}
.border-l-red-950\/60 {
  border-left-color: rgb(69 10 10 / 0.6);
}
.border-l-red-950\/65 {
  border-left-color: rgb(69 10 10 / 0.65);
}
.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\/85 {
  border-left-color: rgb(69 10 10 / 0.85);
}
.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\/15 {
  border-left-color: rgb(255 228 230 / 0.15);
}
.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\/35 {
  border-left-color: rgb(255 228 230 / 0.35);
}
.border-l-rose-100\/40 {
  border-left-color: rgb(255 228 230 / 0.4);
}
.border-l-rose-100\/45 {
  border-left-color: rgb(255 228 230 / 0.45);
}
.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\/55 {
  border-left-color: rgb(255 228 230 / 0.55);
}
.border-l-rose-100\/60 {
  border-left-color: rgb(255 228 230 / 0.6);
}
.border-l-rose-100\/65 {
  border-left-color: rgb(255 228 230 / 0.65);
}
.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\/85 {
  border-left-color: rgb(255 228 230 / 0.85);
}
.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\/15 {
  border-left-color: rgb(254 205 211 / 0.15);
}
.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\/35 {
  border-left-color: rgb(254 205 211 / 0.35);
}
.border-l-rose-200\/40 {
  border-left-color: rgb(254 205 211 / 0.4);
}
.border-l-rose-200\/45 {
  border-left-color: rgb(254 205 211 / 0.45);
}
.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\/55 {
  border-left-color: rgb(254 205 211 / 0.55);
}
.border-l-rose-200\/60 {
  border-left-color: rgb(254 205 211 / 0.6);
}
.border-l-rose-200\/65 {
  border-left-color: rgb(254 205 211 / 0.65);
}
.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\/85 {
  border-left-color: rgb(254 205 211 / 0.85);
}
.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\/15 {
  border-left-color: rgb(253 164 175 / 0.15);
}
.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\/35 {
  border-left-color: rgb(253 164 175 / 0.35);
}
.border-l-rose-300\/40 {
  border-left-color: rgb(253 164 175 / 0.4);
}
.border-l-rose-300\/45 {
  border-left-color: rgb(253 164 175 / 0.45);
}
.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\/55 {
  border-left-color: rgb(253 164 175 / 0.55);
}
.border-l-rose-300\/60 {
  border-left-color: rgb(253 164 175 / 0.6);
}
.border-l-rose-300\/65 {
  border-left-color: rgb(253 164 175 / 0.65);
}
.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\/85 {
  border-left-color: rgb(253 164 175 / 0.85);
}
.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\/15 {
  border-left-color: rgb(251 113 133 / 0.15);
}
.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\/35 {
  border-left-color: rgb(251 113 133 / 0.35);
}
.border-l-rose-400\/40 {
  border-left-color: rgb(251 113 133 / 0.4);
}
.border-l-rose-400\/45 {
  border-left-color: rgb(251 113 133 / 0.45);
}
.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\/55 {
  border-left-color: rgb(251 113 133 / 0.55);
}
.border-l-rose-400\/60 {
  border-left-color: rgb(251 113 133 / 0.6);
}
.border-l-rose-400\/65 {
  border-left-color: rgb(251 113 133 / 0.65);
}
.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\/85 {
  border-left-color: rgb(251 113 133 / 0.85);
}
.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\/15 {
  border-left-color: rgb(255 241 242 / 0.15);
}
.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\/35 {
  border-left-color: rgb(255 241 242 / 0.35);
}
.border-l-rose-50\/40 {
  border-left-color: rgb(255 241 242 / 0.4);
}
.border-l-rose-50\/45 {
  border-left-color: rgb(255 241 242 / 0.45);
}
.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\/55 {
  border-left-color: rgb(255 241 242 / 0.55);
}
.border-l-rose-50\/60 {
  border-left-color: rgb(255 241 242 / 0.6);
}
.border-l-rose-50\/65 {
  border-left-color: rgb(255 241 242 / 0.65);
}
.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\/85 {
  border-left-color: rgb(255 241 242 / 0.85);
}
.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\/15 {
  border-left-color: rgb(244 63 94 / 0.15);
}
.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\/35 {
  border-left-color: rgb(244 63 94 / 0.35);
}
.border-l-rose-500\/40 {
  border-left-color: rgb(244 63 94 / 0.4);
}
.border-l-rose-500\/45 {
  border-left-color: rgb(244 63 94 / 0.45);
}
.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\/55 {
  border-left-color: rgb(244 63 94 / 0.55);
}
.border-l-rose-500\/60 {
  border-left-color: rgb(244 63 94 / 0.6);
}
.border-l-rose-500\/65 {
  border-left-color: rgb(244 63 94 / 0.65);
}
.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\/85 {
  border-left-color: rgb(244 63 94 / 0.85);
}
.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\/15 {
  border-left-color: rgb(225 29 72 / 0.15);
}
.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\/35 {
  border-left-color: rgb(225 29 72 / 0.35);
}
.border-l-rose-600\/40 {
  border-left-color: rgb(225 29 72 / 0.4);
}
.border-l-rose-600\/45 {
  border-left-color: rgb(225 29 72 / 0.45);
}
.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\/55 {
  border-left-color: rgb(225 29 72 / 0.55);
}
.border-l-rose-600\/60 {
  border-left-color: rgb(225 29 72 / 0.6);
}
.border-l-rose-600\/65 {
  border-left-color: rgb(225 29 72 / 0.65);
}
.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\/85 {
  border-left-color: rgb(225 29 72 / 0.85);
}
.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\/15 {
  border-left-color: rgb(190 18 60 / 0.15);
}
.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\/35 {
  border-left-color: rgb(190 18 60 / 0.35);
}
.border-l-rose-700\/40 {
  border-left-color: rgb(190 18 60 / 0.4);
}
.border-l-rose-700\/45 {
  border-left-color: rgb(190 18 60 / 0.45);
}
.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\/55 {
  border-left-color: rgb(190 18 60 / 0.55);
}
.border-l-rose-700\/60 {
  border-left-color: rgb(190 18 60 / 0.6);
}
.border-l-rose-700\/65 {
  border-left-color: rgb(190 18 60 / 0.65);
}
.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\/85 {
  border-left-color: rgb(190 18 60 / 0.85);
}
.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\/15 {
  border-left-color: rgb(159 18 57 / 0.15);
}
.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\/35 {
  border-left-color: rgb(159 18 57 / 0.35);
}
.border-l-rose-800\/40 {
  border-left-color: rgb(159 18 57 / 0.4);
}
.border-l-rose-800\/45 {
  border-left-color: rgb(159 18 57 / 0.45);
}
.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\/55 {
  border-left-color: rgb(159 18 57 / 0.55);
}
.border-l-rose-800\/60 {
  border-left-color: rgb(159 18 57 / 0.6);
}
.border-l-rose-800\/65 {
  border-left-color: rgb(159 18 57 / 0.65);
}
.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\/85 {
  border-left-color: rgb(159 18 57 / 0.85);
}
.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\/15 {
  border-left-color: rgb(136 19 55 / 0.15);
}
.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\/35 {
  border-left-color: rgb(136 19 55 / 0.35);
}
.border-l-rose-900\/40 {
  border-left-color: rgb(136 19 55 / 0.4);
}
.border-l-rose-900\/45 {
  border-left-color: rgb(136 19 55 / 0.45);
}
.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\/55 {
  border-left-color: rgb(136 19 55 / 0.55);
}
.border-l-rose-900\/60 {
  border-left-color: rgb(136 19 55 / 0.6);
}
.border-l-rose-900\/65 {
  border-left-color: rgb(136 19 55 / 0.65);
}
.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\/85 {
  border-left-color: rgb(136 19 55 / 0.85);
}
.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\/15 {
  border-left-color: rgb(76 5 25 / 0.15);
}
.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\/35 {
  border-left-color: rgb(76 5 25 / 0.35);
}
.border-l-rose-950\/40 {
  border-left-color: rgb(76 5 25 / 0.4);
}
.border-l-rose-950\/45 {
  border-left-color: rgb(76 5 25 / 0.45);
}
.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\/55 {
  border-left-color: rgb(76 5 25 / 0.55);
}
.border-l-rose-950\/60 {
  border-left-color: rgb(76 5 25 / 0.6);
}
.border-l-rose-950\/65 {
  border-left-color: rgb(76 5 25 / 0.65);
}
.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\/85 {
  border-left-color: rgb(76 5 25 / 0.85);
}
.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\/15 {
  border-left-color: rgb(224 242 254 / 0.15);
}
.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\/35 {
  border-left-color: rgb(224 242 254 / 0.35);
}
.border-l-sky-100\/40 {
  border-left-color: rgb(224 242 254 / 0.4);
}
.border-l-sky-100\/45 {
  border-left-color: rgb(224 242 254 / 0.45);
}
.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\/55 {
  border-left-color: rgb(224 242 254 / 0.55);
}
.border-l-sky-100\/60 {
  border-left-color: rgb(224 242 254 / 0.6);
}
.border-l-sky-100\/65 {
  border-left-color: rgb(224 242 254 / 0.65);
}
.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\/85 {
  border-left-color: rgb(224 242 254 / 0.85);
}
.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\/15 {
  border-left-color: rgb(186 230 253 / 0.15);
}
.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\/35 {
  border-left-color: rgb(186 230 253 / 0.35);
}
.border-l-sky-200\/40 {
  border-left-color: rgb(186 230 253 / 0.4);
}
.border-l-sky-200\/45 {
  border-left-color: rgb(186 230 253 / 0.45);
}
.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\/55 {
  border-left-color: rgb(186 230 253 / 0.55);
}
.border-l-sky-200\/60 {
  border-left-color: rgb(186 230 253 / 0.6);
}
.border-l-sky-200\/65 {
  border-left-color: rgb(186 230 253 / 0.65);
}
.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\/85 {
  border-left-color: rgb(186 230 253 / 0.85);
}
.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\/15 {
  border-left-color: rgb(125 211 252 / 0.15);
}
.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\/35 {
  border-left-color: rgb(125 211 252 / 0.35);
}
.border-l-sky-300\/40 {
  border-left-color: rgb(125 211 252 / 0.4);
}
.border-l-sky-300\/45 {
  border-left-color: rgb(125 211 252 / 0.45);
}
.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\/55 {
  border-left-color: rgb(125 211 252 / 0.55);
}
.border-l-sky-300\/60 {
  border-left-color: rgb(125 211 252 / 0.6);
}
.border-l-sky-300\/65 {
  border-left-color: rgb(125 211 252 / 0.65);
}
.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\/85 {
  border-left-color: rgb(125 211 252 / 0.85);
}
.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\/15 {
  border-left-color: rgb(56 189 248 / 0.15);
}
.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\/35 {
  border-left-color: rgb(56 189 248 / 0.35);
}
.border-l-sky-400\/40 {
  border-left-color: rgb(56 189 248 / 0.4);
}
.border-l-sky-400\/45 {
  border-left-color: rgb(56 189 248 / 0.45);
}
.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\/55 {
  border-left-color: rgb(56 189 248 / 0.55);
}
.border-l-sky-400\/60 {
  border-left-color: rgb(56 189 248 / 0.6);
}
.border-l-sky-400\/65 {
  border-left-color: rgb(56 189 248 / 0.65);
}
.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\/85 {
  border-left-color: rgb(56 189 248 / 0.85);
}
.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\/15 {
  border-left-color: rgb(240 249 255 / 0.15);
}
.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\/35 {
  border-left-color: rgb(240 249 255 / 0.35);
}
.border-l-sky-50\/40 {
  border-left-color: rgb(240 249 255 / 0.4);
}
.border-l-sky-50\/45 {
  border-left-color: rgb(240 249 255 / 0.45);
}
.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\/55 {
  border-left-color: rgb(240 249 255 / 0.55);
}
.border-l-sky-50\/60 {
  border-left-color: rgb(240 249 255 / 0.6);
}
.border-l-sky-50\/65 {
  border-left-color: rgb(240 249 255 / 0.65);
}
.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\/85 {
  border-left-color: rgb(240 249 255 / 0.85);
}
.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\/15 {
  border-left-color: rgb(14 165 233 / 0.15);
}
.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\/35 {
  border-left-color: rgb(14 165 233 / 0.35);
}
.border-l-sky-500\/40 {
  border-left-color: rgb(14 165 233 / 0.4);
}
.border-l-sky-500\/45 {
  border-left-color: rgb(14 165 233 / 0.45);
}
.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\/55 {
  border-left-color: rgb(14 165 233 / 0.55);
}
.border-l-sky-500\/60 {
  border-left-color: rgb(14 165 233 / 0.6);
}
.border-l-sky-500\/65 {
  border-left-color: rgb(14 165 233 / 0.65);
}
.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\/85 {
  border-left-color: rgb(14 165 233 / 0.85);
}
.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\/15 {
  border-left-color: rgb(2 132 199 / 0.15);
}
.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\/35 {
  border-left-color: rgb(2 132 199 / 0.35);
}
.border-l-sky-600\/40 {
  border-left-color: rgb(2 132 199 / 0.4);
}
.border-l-sky-600\/45 {
  border-left-color: rgb(2 132 199 / 0.45);
}
.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\/55 {
  border-left-color: rgb(2 132 199 / 0.55);
}
.border-l-sky-600\/60 {
  border-left-color: rgb(2 132 199 / 0.6);
}
.border-l-sky-600\/65 {
  border-left-color: rgb(2 132 199 / 0.65);
}
.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\/85 {
  border-left-color: rgb(2 132 199 / 0.85);
}
.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\/15 {
  border-left-color: rgb(3 105 161 / 0.15);
}
.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\/35 {
  border-left-color: rgb(3 105 161 / 0.35);
}
.border-l-sky-700\/40 {
  border-left-color: rgb(3 105 161 / 0.4);
}
.border-l-sky-700\/45 {
  border-left-color: rgb(3 105 161 / 0.45);
}
.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\/55 {
  border-left-color: rgb(3 105 161 / 0.55);
}
.border-l-sky-700\/60 {
  border-left-color: rgb(3 105 161 / 0.6);
}
.border-l-sky-700\/65 {
  border-left-color: rgb(3 105 161 / 0.65);
}
.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\/85 {
  border-left-color: rgb(3 105 161 / 0.85);
}
.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\/15 {
  border-left-color: rgb(7 89 133 / 0.15);
}
.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\/35 {
  border-left-color: rgb(7 89 133 / 0.35);
}
.border-l-sky-800\/40 {
  border-left-color: rgb(7 89 133 / 0.4);
}
.border-l-sky-800\/45 {
  border-left-color: rgb(7 89 133 / 0.45);
}
.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\/55 {
  border-left-color: rgb(7 89 133 / 0.55);
}
.border-l-sky-800\/60 {
  border-left-color: rgb(7 89 133 / 0.6);
}
.border-l-sky-800\/65 {
  border-left-color: rgb(7 89 133 / 0.65);
}
.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\/85 {
  border-left-color: rgb(7 89 133 / 0.85);
}
.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\/15 {
  border-left-color: rgb(12 74 110 / 0.15);
}
.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\/35 {
  border-left-color: rgb(12 74 110 / 0.35);
}
.border-l-sky-900\/40 {
  border-left-color: rgb(12 74 110 / 0.4);
}
.border-l-sky-900\/45 {
  border-left-color: rgb(12 74 110 / 0.45);
}
.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\/55 {
  border-left-color: rgb(12 74 110 / 0.55);
}
.border-l-sky-900\/60 {
  border-left-color: rgb(12 74 110 / 0.6);
}
.border-l-sky-900\/65 {
  border-left-color: rgb(12 74 110 / 0.65);
}
.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\/85 {
  border-left-color: rgb(12 74 110 / 0.85);
}
.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\/15 {
  border-left-color: rgb(8 47 73 / 0.15);
}
.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\/35 {
  border-left-color: rgb(8 47 73 / 0.35);
}
.border-l-sky-950\/40 {
  border-left-color: rgb(8 47 73 / 0.4);
}
.border-l-sky-950\/45 {
  border-left-color: rgb(8 47 73 / 0.45);
}
.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\/55 {
  border-left-color: rgb(8 47 73 / 0.55);
}
.border-l-sky-950\/60 {
  border-left-color: rgb(8 47 73 / 0.6);
}
.border-l-sky-950\/65 {
  border-left-color: rgb(8 47 73 / 0.65);
}
.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\/85 {
  border-left-color: rgb(8 47 73 / 0.85);
}
.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\/15 {
  border-left-color: rgb(241 245 249 / 0.15);
}
.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\/35 {
  border-left-color: rgb(241 245 249 / 0.35);
}
.border-l-slate-100\/40 {
  border-left-color: rgb(241 245 249 / 0.4);
}
.border-l-slate-100\/45 {
  border-left-color: rgb(241 245 249 / 0.45);
}
.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\/55 {
  border-left-color: rgb(241 245 249 / 0.55);
}
.border-l-slate-100\/60 {
  border-left-color: rgb(241 245 249 / 0.6);
}
.border-l-slate-100\/65 {
  border-left-color: rgb(241 245 249 / 0.65);
}
.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\/85 {
  border-left-color: rgb(241 245 249 / 0.85);
}
.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\/15 {
  border-left-color: rgb(226 232 240 / 0.15);
}
.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\/35 {
  border-left-color: rgb(226 232 240 / 0.35);
}
.border-l-slate-200\/40 {
  border-left-color: rgb(226 232 240 / 0.4);
}
.border-l-slate-200\/45 {
  border-left-color: rgb(226 232 240 / 0.45);
}
.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\/55 {
  border-left-color: rgb(226 232 240 / 0.55);
}
.border-l-slate-200\/60 {
  border-left-color: rgb(226 232 240 / 0.6);
}
.border-l-slate-200\/65 {
  border-left-color: rgb(226 232 240 / 0.65);
}
.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\/85 {
  border-left-color: rgb(226 232 240 / 0.85);
}
.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\/15 {
  border-left-color: rgb(203 213 225 / 0.15);
}
.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\/35 {
  border-left-color: rgb(203 213 225 / 0.35);
}
.border-l-slate-300\/40 {
  border-left-color: rgb(203 213 225 / 0.4);
}
.border-l-slate-300\/45 {
  border-left-color: rgb(203 213 225 / 0.45);
}
.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\/55 {
  border-left-color: rgb(203 213 225 / 0.55);
}
.border-l-slate-300\/60 {
  border-left-color: rgb(203 213 225 / 0.6);
}
.border-l-slate-300\/65 {
  border-left-color: rgb(203 213 225 / 0.65);
}
.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\/85 {
  border-left-color: rgb(203 213 225 / 0.85);
}
.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\/15 {
  border-left-color: rgb(148 163 184 / 0.15);
}
.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\/35 {
  border-left-color: rgb(148 163 184 / 0.35);
}
.border-l-slate-400\/40 {
  border-left-color: rgb(148 163 184 / 0.4);
}
.border-l-slate-400\/45 {
  border-left-color: rgb(148 163 184 / 0.45);
}
.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\/55 {
  border-left-color: rgb(148 163 184 / 0.55);
}
.border-l-slate-400\/60 {
  border-left-color: rgb(148 163 184 / 0.6);
}
.border-l-slate-400\/65 {
  border-left-color: rgb(148 163 184 / 0.65);
}
.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\/85 {
  border-left-color: rgb(148 163 184 / 0.85);
}
.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\/15 {
  border-left-color: rgb(248 250 252 / 0.15);
}
.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\/35 {
  border-left-color: rgb(248 250 252 / 0.35);
}
.border-l-slate-50\/40 {
  border-left-color: rgb(248 250 252 / 0.4);
}
.border-l-slate-50\/45 {
  border-left-color: rgb(248 250 252 / 0.45);
}
.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\/55 {
  border-left-color: rgb(248 250 252 / 0.55);
}
.border-l-slate-50\/60 {
  border-left-color: rgb(248 250 252 / 0.6);
}
.border-l-slate-50\/65 {
  border-left-color: rgb(248 250 252 / 0.65);
}
.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\/85 {
  border-left-color: rgb(248 250 252 / 0.85);
}
.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\/15 {
  border-left-color: rgb(100 116 139 / 0.15);
}
.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\/35 {
  border-left-color: rgb(100 116 139 / 0.35);
}
.border-l-slate-500\/40 {
  border-left-color: rgb(100 116 139 / 0.4);
}
.border-l-slate-500\/45 {
  border-left-color: rgb(100 116 139 / 0.45);
}
.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\/55 {
  border-left-color: rgb(100 116 139 / 0.55);
}
.border-l-slate-500\/60 {
  border-left-color: rgb(100 116 139 / 0.6);
}
.border-l-slate-500\/65 {
  border-left-color: rgb(100 116 139 / 0.65);
}
.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\/85 {
  border-left-color: rgb(100 116 139 / 0.85);
}
.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\/15 {
  border-left-color: rgb(71 85 105 / 0.15);
}
.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\/35 {
  border-left-color: rgb(71 85 105 / 0.35);
}
.border-l-slate-600\/40 {
  border-left-color: rgb(71 85 105 / 0.4);
}
.border-l-slate-600\/45 {
  border-left-color: rgb(71 85 105 / 0.45);
}
.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\/55 {
  border-left-color: rgb(71 85 105 / 0.55);
}
.border-l-slate-600\/60 {
  border-left-color: rgb(71 85 105 / 0.6);
}
.border-l-slate-600\/65 {
  border-left-color: rgb(71 85 105 / 0.65);
}
.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\/85 {
  border-left-color: rgb(71 85 105 / 0.85);
}
.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\/15 {
  border-left-color: rgb(51 65 85 / 0.15);
}
.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\/35 {
  border-left-color: rgb(51 65 85 / 0.35);
}
.border-l-slate-700\/40 {
  border-left-color: rgb(51 65 85 / 0.4);
}
.border-l-slate-700\/45 {
  border-left-color: rgb(51 65 85 / 0.45);
}
.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\/55 {
  border-left-color: rgb(51 65 85 / 0.55);
}
.border-l-slate-700\/60 {
  border-left-color: rgb(51 65 85 / 0.6);
}
.border-l-slate-700\/65 {
  border-left-color: rgb(51 65 85 / 0.65);
}
.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\/85 {
  border-left-color: rgb(51 65 85 / 0.85);
}
.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\/15 {
  border-left-color: rgb(30 41 59 / 0.15);
}
.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\/35 {
  border-left-color: rgb(30 41 59 / 0.35);
}
.border-l-slate-800\/40 {
  border-left-color: rgb(30 41 59 / 0.4);
}
.border-l-slate-800\/45 {
  border-left-color: rgb(30 41 59 / 0.45);
}
.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\/55 {
  border-left-color: rgb(30 41 59 / 0.55);
}
.border-l-slate-800\/60 {
  border-left-color: rgb(30 41 59 / 0.6);
}
.border-l-slate-800\/65 {
  border-left-color: rgb(30 41 59 / 0.65);
}
.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\/85 {
  border-left-color: rgb(30 41 59 / 0.85);
}
.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\/15 {
  border-left-color: rgb(15 23 42 / 0.15);
}
.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\/35 {
  border-left-color: rgb(15 23 42 / 0.35);
}
.border-l-slate-900\/40 {
  border-left-color: rgb(15 23 42 / 0.4);
}
.border-l-slate-900\/45 {
  border-left-color: rgb(15 23 42 / 0.45);
}
.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\/55 {
  border-left-color: rgb(15 23 42 / 0.55);
}
.border-l-slate-900\/60 {
  border-left-color: rgb(15 23 42 / 0.6);
}
.border-l-slate-900\/65 {
  border-left-color: rgb(15 23 42 / 0.65);
}
.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\/85 {
  border-left-color: rgb(15 23 42 / 0.85);
}
.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\/15 {
  border-left-color: rgb(2 6 23 / 0.15);
}
.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\/35 {
  border-left-color: rgb(2 6 23 / 0.35);
}
.border-l-slate-950\/40 {
  border-left-color: rgb(2 6 23 / 0.4);
}
.border-l-slate-950\/45 {
  border-left-color: rgb(2 6 23 / 0.45);
}
.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\/55 {
  border-left-color: rgb(2 6 23 / 0.55);
}
.border-l-slate-950\/60 {
  border-left-color: rgb(2 6 23 / 0.6);
}
.border-l-slate-950\/65 {
  border-left-color: rgb(2 6 23 / 0.65);
}
.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\/85 {
  border-left-color: rgb(2 6 23 / 0.85);
}
.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\/15 {
  border-left-color: rgb(245 245 244 / 0.15);
}
.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\/35 {
  border-left-color: rgb(245 245 244 / 0.35);
}
.border-l-stone-100\/40 {
  border-left-color: rgb(245 245 244 / 0.4);
}
.border-l-stone-100\/45 {
  border-left-color: rgb(245 245 244 / 0.45);
}
.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\/55 {
  border-left-color: rgb(245 245 244 / 0.55);
}
.border-l-stone-100\/60 {
  border-left-color: rgb(245 245 244 / 0.6);
}
.border-l-stone-100\/65 {
  border-left-color: rgb(245 245 244 / 0.65);
}
.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\/85 {
  border-left-color: rgb(245 245 244 / 0.85);
}
.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\/15 {
  border-left-color: rgb(231 229 228 / 0.15);
}
.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\/35 {
  border-left-color: rgb(231 229 228 / 0.35);
}
.border-l-stone-200\/40 {
  border-left-color: rgb(231 229 228 / 0.4);
}
.border-l-stone-200\/45 {
  border-left-color: rgb(231 229 228 / 0.45);
}
.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\/55 {
  border-left-color: rgb(231 229 228 / 0.55);
}
.border-l-stone-200\/60 {
  border-left-color: rgb(231 229 228 / 0.6);
}
.border-l-stone-200\/65 {
  border-left-color: rgb(231 229 228 / 0.65);
}
.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\/85 {
  border-left-color: rgb(231 229 228 / 0.85);
}
.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\/15 {
  border-left-color: rgb(214 211 209 / 0.15);
}
.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\/35 {
  border-left-color: rgb(214 211 209 / 0.35);
}
.border-l-stone-300\/40 {
  border-left-color: rgb(214 211 209 / 0.4);
}
.border-l-stone-300\/45 {
  border-left-color: rgb(214 211 209 / 0.45);
}
.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\/55 {
  border-left-color: rgb(214 211 209 / 0.55);
}
.border-l-stone-300\/60 {
  border-left-color: rgb(214 211 209 / 0.6);
}
.border-l-stone-300\/65 {
  border-left-color: rgb(214 211 209 / 0.65);
}
.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\/85 {
  border-left-color: rgb(214 211 209 / 0.85);
}
.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\/15 {
  border-left-color: rgb(168 162 158 / 0.15);
}
.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\/35 {
  border-left-color: rgb(168 162 158 / 0.35);
}
.border-l-stone-400\/40 {
  border-left-color: rgb(168 162 158 / 0.4);
}
.border-l-stone-400\/45 {
  border-left-color: rgb(168 162 158 / 0.45);
}
.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\/55 {
  border-left-color: rgb(168 162 158 / 0.55);
}
.border-l-stone-400\/60 {
  border-left-color: rgb(168 162 158 / 0.6);
}
.border-l-stone-400\/65 {
  border-left-color: rgb(168 162 158 / 0.65);
}
.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\/85 {
  border-left-color: rgb(168 162 158 / 0.85);
}
.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\/15 {
  border-left-color: rgb(250 250 249 / 0.15);
}
.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\/35 {
  border-left-color: rgb(250 250 249 / 0.35);
}
.border-l-stone-50\/40 {
  border-left-color: rgb(250 250 249 / 0.4);
}
.border-l-stone-50\/45 {
  border-left-color: rgb(250 250 249 / 0.45);
}
.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\/55 {
  border-left-color: rgb(250 250 249 / 0.55);
}
.border-l-stone-50\/60 {
  border-left-color: rgb(250 250 249 / 0.6);
}
.border-l-stone-50\/65 {
  border-left-color: rgb(250 250 249 / 0.65);
}
.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\/85 {
  border-left-color: rgb(250 250 249 / 0.85);
}
.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\/15 {
  border-left-color: rgb(120 113 108 / 0.15);
}
.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\/35 {
  border-left-color: rgb(120 113 108 / 0.35);
}
.border-l-stone-500\/40 {
  border-left-color: rgb(120 113 108 / 0.4);
}
.border-l-stone-500\/45 {
  border-left-color: rgb(120 113 108 / 0.45);
}
.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\/55 {
  border-left-color: rgb(120 113 108 / 0.55);
}
.border-l-stone-500\/60 {
  border-left-color: rgb(120 113 108 / 0.6);
}
.border-l-stone-500\/65 {
  border-left-color: rgb(120 113 108 / 0.65);
}
.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\/85 {
  border-left-color: rgb(120 113 108 / 0.85);
}
.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\/15 {
  border-left-color: rgb(87 83 78 / 0.15);
}
.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\/35 {
  border-left-color: rgb(87 83 78 / 0.35);
}
.border-l-stone-600\/40 {
  border-left-color: rgb(87 83 78 / 0.4);
}
.border-l-stone-600\/45 {
  border-left-color: rgb(87 83 78 / 0.45);
}
.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\/55 {
  border-left-color: rgb(87 83 78 / 0.55);
}
.border-l-stone-600\/60 {
  border-left-color: rgb(87 83 78 / 0.6);
}
.border-l-stone-600\/65 {
  border-left-color: rgb(87 83 78 / 0.65);
}
.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\/85 {
  border-left-color: rgb(87 83 78 / 0.85);
}
.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\/15 {
  border-left-color: rgb(68 64 60 / 0.15);
}
.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\/35 {
  border-left-color: rgb(68 64 60 / 0.35);
}
.border-l-stone-700\/40 {
  border-left-color: rgb(68 64 60 / 0.4);
}
.border-l-stone-700\/45 {
  border-left-color: rgb(68 64 60 / 0.45);
}
.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\/55 {
  border-left-color: rgb(68 64 60 / 0.55);
}
.border-l-stone-700\/60 {
  border-left-color: rgb(68 64 60 / 0.6);
}
.border-l-stone-700\/65 {
  border-left-color: rgb(68 64 60 / 0.65);
}
.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\/85 {
  border-left-color: rgb(68 64 60 / 0.85);
}
.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\/15 {
  border-left-color: rgb(41 37 36 / 0.15);
}
.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\/35 {
  border-left-color: rgb(41 37 36 / 0.35);
}
.border-l-stone-800\/40 {
  border-left-color: rgb(41 37 36 / 0.4);
}
.border-l-stone-800\/45 {
  border-left-color: rgb(41 37 36 / 0.45);
}
.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\/55 {
  border-left-color: rgb(41 37 36 / 0.55);
}
.border-l-stone-800\/60 {
  border-left-color: rgb(41 37 36 / 0.6);
}
.border-l-stone-800\/65 {
  border-left-color: rgb(41 37 36 / 0.65);
}
.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\/85 {
  border-left-color: rgb(41 37 36 / 0.85);
}
.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\/15 {
  border-left-color: rgb(28 25 23 / 0.15);
}
.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\/35 {
  border-left-color: rgb(28 25 23 / 0.35);
}
.border-l-stone-900\/40 {
  border-left-color: rgb(28 25 23 / 0.4);
}
.border-l-stone-900\/45 {
  border-left-color: rgb(28 25 23 / 0.45);
}
.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\/55 {
  border-left-color: rgb(28 25 23 / 0.55);
}
.border-l-stone-900\/60 {
  border-left-color: rgb(28 25 23 / 0.6);
}
.border-l-stone-900\/65 {
  border-left-color: rgb(28 25 23 / 0.65);
}
.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\/85 {
  border-left-color: rgb(28 25 23 / 0.85);
}
.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\/15 {
  border-left-color: rgb(12 10 9 / 0.15);
}
.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\/35 {
  border-left-color: rgb(12 10 9 / 0.35);
}
.border-l-stone-950\/40 {
  border-left-color: rgb(12 10 9 / 0.4);
}
.border-l-stone-950\/45 {
  border-left-color: rgb(12 10 9 / 0.45);
}
.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\/55 {
  border-left-color: rgb(12 10 9 / 0.55);
}
.border-l-stone-950\/60 {
  border-left-color: rgb(12 10 9 / 0.6);
}
.border-l-stone-950\/65 {
  border-left-color: rgb(12 10 9 / 0.65);
}
.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\/85 {
  border-left-color: rgb(12 10 9 / 0.85);
}
.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\/15 {
  border-left-color: rgb(204 251 241 / 0.15);
}
.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\/35 {
  border-left-color: rgb(204 251 241 / 0.35);
}
.border-l-teal-100\/40 {
  border-left-color: rgb(204 251 241 / 0.4);
}
.border-l-teal-100\/45 {
  border-left-color: rgb(204 251 241 / 0.45);
}
.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\/55 {
  border-left-color: rgb(204 251 241 / 0.55);
}
.border-l-teal-100\/60 {
  border-left-color: rgb(204 251 241 / 0.6);
}
.border-l-teal-100\/65 {
  border-left-color: rgb(204 251 241 / 0.65);
}
.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\/85 {
  border-left-color: rgb(204 251 241 / 0.85);
}
.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\/15 {
  border-left-color: rgb(153 246 228 / 0.15);
}
.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\/35 {
  border-left-color: rgb(153 246 228 / 0.35);
}
.border-l-teal-200\/40 {
  border-left-color: rgb(153 246 228 / 0.4);
}
.border-l-teal-200\/45 {
  border-left-color: rgb(153 246 228 / 0.45);
}
.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\/55 {
  border-left-color: rgb(153 246 228 / 0.55);
}
.border-l-teal-200\/60 {
  border-left-color: rgb(153 246 228 / 0.6);
}
.border-l-teal-200\/65 {
  border-left-color: rgb(153 246 228 / 0.65);
}
.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\/85 {
  border-left-color: rgb(153 246 228 / 0.85);
}
.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\/15 {
  border-left-color: rgb(94 234 212 / 0.15);
}
.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\/35 {
  border-left-color: rgb(94 234 212 / 0.35);
}
.border-l-teal-300\/40 {
  border-left-color: rgb(94 234 212 / 0.4);
}
.border-l-teal-300\/45 {
  border-left-color: rgb(94 234 212 / 0.45);
}
.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\/55 {
  border-left-color: rgb(94 234 212 / 0.55);
}
.border-l-teal-300\/60 {
  border-left-color: rgb(94 234 212 / 0.6);
}
.border-l-teal-300\/65 {
  border-left-color: rgb(94 234 212 / 0.65);
}
.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\/85 {
  border-left-color: rgb(94 234 212 / 0.85);
}
.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\/15 {
  border-left-color: rgb(45 212 191 / 0.15);
}
.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\/35 {
  border-left-color: rgb(45 212 191 / 0.35);
}
.border-l-teal-400\/40 {
  border-left-color: rgb(45 212 191 / 0.4);
}
.border-l-teal-400\/45 {
  border-left-color: rgb(45 212 191 / 0.45);
}
.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\/55 {
  border-left-color: rgb(45 212 191 / 0.55);
}
.border-l-teal-400\/60 {
  border-left-color: rgb(45 212 191 / 0.6);
}
.border-l-teal-400\/65 {
  border-left-color: rgb(45 212 191 / 0.65);
}
.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\/85 {
  border-left-color: rgb(45 212 191 / 0.85);
}
.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\/15 {
  border-left-color: rgb(240 253 250 / 0.15);
}
.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\/35 {
  border-left-color: rgb(240 253 250 / 0.35);
}
.border-l-teal-50\/40 {
  border-left-color: rgb(240 253 250 / 0.4);
}
.border-l-teal-50\/45 {
  border-left-color: rgb(240 253 250 / 0.45);
}
.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\/55 {
  border-left-color: rgb(240 253 250 / 0.55);
}
.border-l-teal-50\/60 {
  border-left-color: rgb(240 253 250 / 0.6);
}
.border-l-teal-50\/65 {
  border-left-color: rgb(240 253 250 / 0.65);
}
.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\/85 {
  border-left-color: rgb(240 253 250 / 0.85);
}
.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\/15 {
  border-left-color: rgb(20 184 166 / 0.15);
}
.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\/35 {
  border-left-color: rgb(20 184 166 / 0.35);
}
.border-l-teal-500\/40 {
  border-left-color: rgb(20 184 166 / 0.4);
}
.border-l-teal-500\/45 {
  border-left-color: rgb(20 184 166 / 0.45);
}
.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\/55 {
  border-left-color: rgb(20 184 166 / 0.55);
}
.border-l-teal-500\/60 {
  border-left-color: rgb(20 184 166 / 0.6);
}
.border-l-teal-500\/65 {
  border-left-color: rgb(20 184 166 / 0.65);
}
.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\/85 {
  border-left-color: rgb(20 184 166 / 0.85);
}
.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\/15 {
  border-left-color: rgb(13 148 136 / 0.15);
}
.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\/35 {
  border-left-color: rgb(13 148 136 / 0.35);
}
.border-l-teal-600\/40 {
  border-left-color: rgb(13 148 136 / 0.4);
}
.border-l-teal-600\/45 {
  border-left-color: rgb(13 148 136 / 0.45);
}
.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\/55 {
  border-left-color: rgb(13 148 136 / 0.55);
}
.border-l-teal-600\/60 {
  border-left-color: rgb(13 148 136 / 0.6);
}
.border-l-teal-600\/65 {
  border-left-color: rgb(13 148 136 / 0.65);
}
.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\/85 {
  border-left-color: rgb(13 148 136 / 0.85);
}
.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\/15 {
  border-left-color: rgb(15 118 110 / 0.15);
}
.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\/35 {
  border-left-color: rgb(15 118 110 / 0.35);
}
.border-l-teal-700\/40 {
  border-left-color: rgb(15 118 110 / 0.4);
}
.border-l-teal-700\/45 {
  border-left-color: rgb(15 118 110 / 0.45);
}
.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\/55 {
  border-left-color: rgb(15 118 110 / 0.55);
}
.border-l-teal-700\/60 {
  border-left-color: rgb(15 118 110 / 0.6);
}
.border-l-teal-700\/65 {
  border-left-color: rgb(15 118 110 / 0.65);
}
.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\/85 {
  border-left-color: rgb(15 118 110 / 0.85);
}
.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\/15 {
  border-left-color: rgb(17 94 89 / 0.15);
}
.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\/35 {
  border-left-color: rgb(17 94 89 / 0.35);
}
.border-l-teal-800\/40 {
  border-left-color: rgb(17 94 89 / 0.4);
}
.border-l-teal-800\/45 {
  border-left-color: rgb(17 94 89 / 0.45);
}
.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\/55 {
  border-left-color: rgb(17 94 89 / 0.55);
}
.border-l-teal-800\/60 {
  border-left-color: rgb(17 94 89 / 0.6);
}
.border-l-teal-800\/65 {
  border-left-color: rgb(17 94 89 / 0.65);
}
.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\/85 {
  border-left-color: rgb(17 94 89 / 0.85);
}
.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\/15 {
  border-left-color: rgb(19 78 74 / 0.15);
}
.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\/35 {
  border-left-color: rgb(19 78 74 / 0.35);
}
.border-l-teal-900\/40 {
  border-left-color: rgb(19 78 74 / 0.4);
}
.border-l-teal-900\/45 {
  border-left-color: rgb(19 78 74 / 0.45);
}
.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\/55 {
  border-left-color: rgb(19 78 74 / 0.55);
}
.border-l-teal-900\/60 {
  border-left-color: rgb(19 78 74 / 0.6);
}
.border-l-teal-900\/65 {
  border-left-color: rgb(19 78 74 / 0.65);
}
.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\/85 {
  border-left-color: rgb(19 78 74 / 0.85);
}
.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\/15 {
  border-left-color: rgb(4 47 46 / 0.15);
}
.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\/35 {
  border-left-color: rgb(4 47 46 / 0.35);
}
.border-l-teal-950\/40 {
  border-left-color: rgb(4 47 46 / 0.4);
}
.border-l-teal-950\/45 {
  border-left-color: rgb(4 47 46 / 0.45);
}
.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\/55 {
  border-left-color: rgb(4 47 46 / 0.55);
}
.border-l-teal-950\/60 {
  border-left-color: rgb(4 47 46 / 0.6);
}
.border-l-teal-950\/65 {
  border-left-color: rgb(4 47 46 / 0.65);
}
.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\/85 {
  border-left-color: rgb(4 47 46 / 0.85);
}
.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\/15 {
  border-left-color: rgb(0 0 0 / 0.15);
}
.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\/35 {
  border-left-color: rgb(0 0 0 / 0.35);
}
.border-l-transparent\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
}
.border-l-transparent\/45 {
  border-left-color: rgb(0 0 0 / 0.45);
}
.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\/55 {
  border-left-color: rgb(0 0 0 / 0.55);
}
.border-l-transparent\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
}
.border-l-transparent\/65 {
  border-left-color: rgb(0 0 0 / 0.65);
}
.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\/85 {
  border-left-color: rgb(0 0 0 / 0.85);
}
.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\/15 {
  border-left-color: rgb(237 233 254 / 0.15);
}
.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\/35 {
  border-left-color: rgb(237 233 254 / 0.35);
}
.border-l-violet-100\/40 {
  border-left-color: rgb(237 233 254 / 0.4);
}
.border-l-violet-100\/45 {
  border-left-color: rgb(237 233 254 / 0.45);
}
.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\/55 {
  border-left-color: rgb(237 233 254 / 0.55);
}
.border-l-violet-100\/60 {
  border-left-color: rgb(237 233 254 / 0.6);
}
.border-l-violet-100\/65 {
  border-left-color: rgb(237 233 254 / 0.65);
}
.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\/85 {
  border-left-color: rgb(237 233 254 / 0.85);
}
.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\/15 {
  border-left-color: rgb(221 214 254 / 0.15);
}
.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\/35 {
  border-left-color: rgb(221 214 254 / 0.35);
}
.border-l-violet-200\/40 {
  border-left-color: rgb(221 214 254 / 0.4);
}
.border-l-violet-200\/45 {
  border-left-color: rgb(221 214 254 / 0.45);
}
.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\/55 {
  border-left-color: rgb(221 214 254 / 0.55);
}
.border-l-violet-200\/60 {
  border-left-color: rgb(221 214 254 / 0.6);
}
.border-l-violet-200\/65 {
  border-left-color: rgb(221 214 254 / 0.65);
}
.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\/85 {
  border-left-color: rgb(221 214 254 / 0.85);
}
.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\/15 {
  border-left-color: rgb(196 181 253 / 0.15);
}
.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\/35 {
  border-left-color: rgb(196 181 253 / 0.35);
}
.border-l-violet-300\/40 {
  border-left-color: rgb(196 181 253 / 0.4);
}
.border-l-violet-300\/45 {
  border-left-color: rgb(196 181 253 / 0.45);
}
.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\/55 {
  border-left-color: rgb(196 181 253 / 0.55);
}
.border-l-violet-300\/60 {
  border-left-color: rgb(196 181 253 / 0.6);
}
.border-l-violet-300\/65 {
  border-left-color: rgb(196 181 253 / 0.65);
}
.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\/85 {
  border-left-color: rgb(196 181 253 / 0.85);
}
.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\/15 {
  border-left-color: rgb(167 139 250 / 0.15);
}
.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\/35 {
  border-left-color: rgb(167 139 250 / 0.35);
}
.border-l-violet-400\/40 {
  border-left-color: rgb(167 139 250 / 0.4);
}
.border-l-violet-400\/45 {
  border-left-color: rgb(167 139 250 / 0.45);
}
.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\/55 {
  border-left-color: rgb(167 139 250 / 0.55);
}
.border-l-violet-400\/60 {
  border-left-color: rgb(167 139 250 / 0.6);
}
.border-l-violet-400\/65 {
  border-left-color: rgb(167 139 250 / 0.65);
}
.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\/85 {
  border-left-color: rgb(167 139 250 / 0.85);
}
.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\/15 {
  border-left-color: rgb(245 243 255 / 0.15);
}
.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\/35 {
  border-left-color: rgb(245 243 255 / 0.35);
}
.border-l-violet-50\/40 {
  border-left-color: rgb(245 243 255 / 0.4);
}
.border-l-violet-50\/45 {
  border-left-color: rgb(245 243 255 / 0.45);
}
.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\/55 {
  border-left-color: rgb(245 243 255 / 0.55);
}
.border-l-violet-50\/60 {
  border-left-color: rgb(245 243 255 / 0.6);
}
.border-l-violet-50\/65 {
  border-left-color: rgb(245 243 255 / 0.65);
}
.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\/85 {
  border-left-color: rgb(245 243 255 / 0.85);
}
.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\/15 {
  border-left-color: rgb(139 92 246 / 0.15);
}
.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\/35 {
  border-left-color: rgb(139 92 246 / 0.35);
}
.border-l-violet-500\/40 {
  border-left-color: rgb(139 92 246 / 0.4);
}
.border-l-violet-500\/45 {
  border-left-color: rgb(139 92 246 / 0.45);
}
.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\/55 {
  border-left-color: rgb(139 92 246 / 0.55);
}
.border-l-violet-500\/60 {
  border-left-color: rgb(139 92 246 / 0.6);
}
.border-l-violet-500\/65 {
  border-left-color: rgb(139 92 246 / 0.65);
}
.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\/85 {
  border-left-color: rgb(139 92 246 / 0.85);
}
.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\/15 {
  border-left-color: rgb(124 58 237 / 0.15);
}
.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\/35 {
  border-left-color: rgb(124 58 237 / 0.35);
}
.border-l-violet-600\/40 {
  border-left-color: rgb(124 58 237 / 0.4);
}
.border-l-violet-600\/45 {
  border-left-color: rgb(124 58 237 / 0.45);
}
.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\/55 {
  border-left-color: rgb(124 58 237 / 0.55);
}
.border-l-violet-600\/60 {
  border-left-color: rgb(124 58 237 / 0.6);
}
.border-l-violet-600\/65 {
  border-left-color: rgb(124 58 237 / 0.65);
}
.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\/85 {
  border-left-color: rgb(124 58 237 / 0.85);
}
.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\/15 {
  border-left-color: rgb(109 40 217 / 0.15);
}
.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\/35 {
  border-left-color: rgb(109 40 217 / 0.35);
}
.border-l-violet-700\/40 {
  border-left-color: rgb(109 40 217 / 0.4);
}
.border-l-violet-700\/45 {
  border-left-color: rgb(109 40 217 / 0.45);
}
.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\/55 {
  border-left-color: rgb(109 40 217 / 0.55);
}
.border-l-violet-700\/60 {
  border-left-color: rgb(109 40 217 / 0.6);
}
.border-l-violet-700\/65 {
  border-left-color: rgb(109 40 217 / 0.65);
}
.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\/85 {
  border-left-color: rgb(109 40 217 / 0.85);
}
.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\/15 {
  border-left-color: rgb(91 33 182 / 0.15);
}
.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\/35 {
  border-left-color: rgb(91 33 182 / 0.35);
}
.border-l-violet-800\/40 {
  border-left-color: rgb(91 33 182 / 0.4);
}
.border-l-violet-800\/45 {
  border-left-color: rgb(91 33 182 / 0.45);
}
.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\/55 {
  border-left-color: rgb(91 33 182 / 0.55);
}
.border-l-violet-800\/60 {
  border-left-color: rgb(91 33 182 / 0.6);
}
.border-l-violet-800\/65 {
  border-left-color: rgb(91 33 182 / 0.65);
}
.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\/85 {
  border-left-color: rgb(91 33 182 / 0.85);
}
.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\/15 {
  border-left-color: rgb(76 29 149 / 0.15);
}
.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\/35 {
  border-left-color: rgb(76 29 149 / 0.35);
}
.border-l-violet-900\/40 {
  border-left-color: rgb(76 29 149 / 0.4);
}
.border-l-violet-900\/45 {
  border-left-color: rgb(76 29 149 / 0.45);
}
.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\/55 {
  border-left-color: rgb(76 29 149 / 0.55);
}
.border-l-violet-900\/60 {
  border-left-color: rgb(76 29 149 / 0.6);
}
.border-l-violet-900\/65 {
  border-left-color: rgb(76 29 149 / 0.65);
}
.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\/85 {
  border-left-color: rgb(76 29 149 / 0.85);
}
.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\/15 {
  border-left-color: rgb(46 16 101 / 0.15);
}
.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\/35 {
  border-left-color: rgb(46 16 101 / 0.35);
}
.border-l-violet-950\/40 {
  border-left-color: rgb(46 16 101 / 0.4);
}
.border-l-violet-950\/45 {
  border-left-color: rgb(46 16 101 / 0.45);
}
.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\/55 {
  border-left-color: rgb(46 16 101 / 0.55);
}
.border-l-violet-950\/60 {
  border-left-color: rgb(46 16 101 / 0.6);
}
.border-l-violet-950\/65 {
  border-left-color: rgb(46 16 101 / 0.65);
}
.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\/85 {
  border-left-color: rgb(46 16 101 / 0.85);
}
.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\/15 {
  border-left-color: rgb(255 255 255 / 0.15);
}
.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\/35 {
  border-left-color: rgb(255 255 255 / 0.35);
}
.border-l-white\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
}
.border-l-white\/45 {
  border-left-color: rgb(255 255 255 / 0.45);
}
.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\/55 {
  border-left-color: rgb(255 255 255 / 0.55);
}
.border-l-white\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
}
.border-l-white\/65 {
  border-left-color: rgb(255 255 255 / 0.65);
}
.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\/85 {
  border-left-color: rgb(255 255 255 / 0.85);
}
.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\/15 {
  border-left-color: rgb(254 249 195 / 0.15);
}
.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\/35 {
  border-left-color: rgb(254 249 195 / 0.35);
}
.border-l-yellow-100\/40 {
  border-left-color: rgb(254 249 195 / 0.4);
}
.border-l-yellow-100\/45 {
  border-left-color: rgb(254 249 195 / 0.45);
}
.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\/55 {
  border-left-color: rgb(254 249 195 / 0.55);
}
.border-l-yellow-100\/60 {
  border-left-color: rgb(254 249 195 / 0.6);
}
.border-l-yellow-100\/65 {
  border-left-color: rgb(254 249 195 / 0.65);
}
.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\/85 {
  border-left-color: rgb(254 249 195 / 0.85);
}
.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\/15 {
  border-left-color: rgb(254 240 138 / 0.15);
}
.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\/35 {
  border-left-color: rgb(254 240 138 / 0.35);
}
.border-l-yellow-200\/40 {
  border-left-color: rgb(254 240 138 / 0.4);
}
.border-l-yellow-200\/45 {
  border-left-color: rgb(254 240 138 / 0.45);
}
.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\/55 {
  border-left-color: rgb(254 240 138 / 0.55);
}
.border-l-yellow-200\/60 {
  border-left-color: rgb(254 240 138 / 0.6);
}
.border-l-yellow-200\/65 {
  border-left-color: rgb(254 240 138 / 0.65);
}
.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\/85 {
  border-left-color: rgb(254 240 138 / 0.85);
}
.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\/15 {
  border-left-color: rgb(253 224 71 / 0.15);
}
.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\/35 {
  border-left-color: rgb(253 224 71 / 0.35);
}
.border-l-yellow-300\/40 {
  border-left-color: rgb(253 224 71 / 0.4);
}
.border-l-yellow-300\/45 {
  border-left-color: rgb(253 224 71 / 0.45);
}
.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\/55 {
  border-left-color: rgb(253 224 71 / 0.55);
}
.border-l-yellow-300\/60 {
  border-left-color: rgb(253 224 71 / 0.6);
}
.border-l-yellow-300\/65 {
  border-left-color: rgb(253 224 71 / 0.65);
}
.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\/85 {
  border-left-color: rgb(253 224 71 / 0.85);
}
.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\/15 {
  border-left-color: rgb(250 204 21 / 0.15);
}
.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\/35 {
  border-left-color: rgb(250 204 21 / 0.35);
}
.border-l-yellow-400\/40 {
  border-left-color: rgb(250 204 21 / 0.4);
}
.border-l-yellow-400\/45 {
  border-left-color: rgb(250 204 21 / 0.45);
}
.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\/55 {
  border-left-color: rgb(250 204 21 / 0.55);
}
.border-l-yellow-400\/60 {
  border-left-color: rgb(250 204 21 / 0.6);
}
.border-l-yellow-400\/65 {
  border-left-color: rgb(250 204 21 / 0.65);
}
.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\/85 {
  border-left-color: rgb(250 204 21 / 0.85);
}
.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\/15 {
  border-left-color: rgb(254 252 232 / 0.15);
}
.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\/35 {
  border-left-color: rgb(254 252 232 / 0.35);
}
.border-l-yellow-50\/40 {
  border-left-color: rgb(254 252 232 / 0.4);
}
.border-l-yellow-50\/45 {
  border-left-color: rgb(254 252 232 / 0.45);
}
.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\/55 {
  border-left-color: rgb(254 252 232 / 0.55);
}
.border-l-yellow-50\/60 {
  border-left-color: rgb(254 252 232 / 0.6);
}
.border-l-yellow-50\/65 {
  border-left-color: rgb(254 252 232 / 0.65);
}
.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\/85 {
  border-left-color: rgb(254 252 232 / 0.85);
}
.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\/15 {
  border-left-color: rgb(234 179 8 / 0.15);
}
.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\/35 {
  border-left-color: rgb(234 179 8 / 0.35);
}
.border-l-yellow-500\/40 {
  border-left-color: rgb(234 179 8 / 0.4);
}
.border-l-yellow-500\/45 {
  border-left-color: rgb(234 179 8 / 0.45);
}
.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\/55 {
  border-left-color: rgb(234 179 8 / 0.55);
}
.border-l-yellow-500\/60 {
  border-left-color: rgb(234 179 8 / 0.6);
}
.border-l-yellow-500\/65 {
  border-left-color: rgb(234 179 8 / 0.65);
}
.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\/85 {
  border-left-color: rgb(234 179 8 / 0.85);
}
.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\/15 {
  border-left-color: rgb(202 138 4 / 0.15);
}
.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\/35 {
  border-left-color: rgb(202 138 4 / 0.35);
}
.border-l-yellow-600\/40 {
  border-left-color: rgb(202 138 4 / 0.4);
}
.border-l-yellow-600\/45 {
  border-left-color: rgb(202 138 4 / 0.45);
}
.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\/55 {
  border-left-color: rgb(202 138 4 / 0.55);
}
.border-l-yellow-600\/60 {
  border-left-color: rgb(202 138 4 / 0.6);
}
.border-l-yellow-600\/65 {
  border-left-color: rgb(202 138 4 / 0.65);
}
.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\/85 {
  border-left-color: rgb(202 138 4 / 0.85);
}
.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\/15 {
  border-left-color: rgb(161 98 7 / 0.15);
}
.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\/35 {
  border-left-color: rgb(161 98 7 / 0.35);
}
.border-l-yellow-700\/40 {
  border-left-color: rgb(161 98 7 / 0.4);
}
.border-l-yellow-700\/45 {
  border-left-color: rgb(161 98 7 / 0.45);
}
.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\/55 {
  border-left-color: rgb(161 98 7 / 0.55);
}
.border-l-yellow-700\/60 {
  border-left-color: rgb(161 98 7 / 0.6);
}
.border-l-yellow-700\/65 {
  border-left-color: rgb(161 98 7 / 0.65);
}
.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\/85 {
  border-left-color: rgb(161 98 7 / 0.85);
}
.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\/15 {
  border-left-color: rgb(133 77 14 / 0.15);
}
.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\/35 {
  border-left-color: rgb(133 77 14 / 0.35);
}
.border-l-yellow-800\/40 {
  border-left-color: rgb(133 77 14 / 0.4);
}
.border-l-yellow-800\/45 {
  border-left-color: rgb(133 77 14 / 0.45);
}
.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\/55 {
  border-left-color: rgb(133 77 14 / 0.55);
}
.border-l-yellow-800\/60 {
  border-left-color: rgb(133 77 14 / 0.6);
}
.border-l-yellow-800\/65 {
  border-left-color: rgb(133 77 14 / 0.65);
}
.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\/85 {
  border-left-color: rgb(133 77 14 / 0.85);
}
.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\/15 {
  border-left-color: rgb(113 63 18 / 0.15);
}
.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\/35 {
  border-left-color: rgb(113 63 18 / 0.35);
}
.border-l-yellow-900\/40 {
  border-left-color: rgb(113 63 18 / 0.4);
}
.border-l-yellow-900\/45 {
  border-left-color: rgb(113 63 18 / 0.45);
}
.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\/55 {
  border-left-color: rgb(113 63 18 / 0.55);
}
.border-l-yellow-900\/60 {
  border-left-color: rgb(113 63 18 / 0.6);
}
.border-l-yellow-900\/65 {
  border-left-color: rgb(113 63 18 / 0.65);
}
.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\/85 {
  border-left-color: rgb(113 63 18 / 0.85);
}
.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\/15 {
  border-left-color: rgb(66 32 6 / 0.15);
}
.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\/35 {
  border-left-color: rgb(66 32 6 / 0.35);
}
.border-l-yellow-950\/40 {
  border-left-color: rgb(66 32 6 / 0.4);
}
.border-l-yellow-950\/45 {
  border-left-color: rgb(66 32 6 / 0.45);
}
.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\/55 {
  border-left-color: rgb(66 32 6 / 0.55);
}
.border-l-yellow-950\/60 {
  border-left-color: rgb(66 32 6 / 0.6);
}
.border-l-yellow-950\/65 {
  border-left-color: rgb(66 32 6 / 0.65);
}
.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\/85 {
  border-left-color: rgb(66 32 6 / 0.85);
}
.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\/15 {
  border-left-color: rgb(244 244 245 / 0.15);
}
.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\/35 {
  border-left-color: rgb(244 244 245 / 0.35);
}
.border-l-zinc-100\/40 {
  border-left-color: rgb(244 244 245 / 0.4);
}
.border-l-zinc-100\/45 {
  border-left-color: rgb(244 244 245 / 0.45);
}
.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\/55 {
  border-left-color: rgb(244 244 245 / 0.55);
}
.border-l-zinc-100\/60 {
  border-left-color: rgb(244 244 245 / 0.6);
}
.border-l-zinc-100\/65 {
  border-left-color: rgb(244 244 245 / 0.65);
}
.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\/85 {
  border-left-color: rgb(244 244 245 / 0.85);
}
.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\/15 {
  border-left-color: rgb(228 228 231 / 0.15);
}
.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\/35 {
  border-left-color: rgb(228 228 231 / 0.35);
}
.border-l-zinc-200\/40 {
  border-left-color: rgb(228 228 231 / 0.4);
}
.border-l-zinc-200\/45 {
  border-left-color: rgb(228 228 231 / 0.45);
}
.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\/55 {
  border-left-color: rgb(228 228 231 / 0.55);
}
.border-l-zinc-200\/60 {
  border-left-color: rgb(228 228 231 / 0.6);
}
.border-l-zinc-200\/65 {
  border-left-color: rgb(228 228 231 / 0.65);
}
.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\/85 {
  border-left-color: rgb(228 228 231 / 0.85);
}
.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\/15 {
  border-left-color: rgb(212 212 216 / 0.15);
}
.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\/35 {
  border-left-color: rgb(212 212 216 / 0.35);
}
.border-l-zinc-300\/40 {
  border-left-color: rgb(212 212 216 / 0.4);
}
.border-l-zinc-300\/45 {
  border-left-color: rgb(212 212 216 / 0.45);
}
.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\/55 {
  border-left-color: rgb(212 212 216 / 0.55);
}
.border-l-zinc-300\/60 {
  border-left-color: rgb(212 212 216 / 0.6);
}
.border-l-zinc-300\/65 {
  border-left-color: rgb(212 212 216 / 0.65);
}
.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\/85 {
  border-left-color: rgb(212 212 216 / 0.85);
}
.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\/15 {
  border-left-color: rgb(161 161 170 / 0.15);
}
.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\/35 {
  border-left-color: rgb(161 161 170 / 0.35);
}
.border-l-zinc-400\/40 {
  border-left-color: rgb(161 161 170 / 0.4);
}
.border-l-zinc-400\/45 {
  border-left-color: rgb(161 161 170 / 0.45);
}
.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\/55 {
  border-left-color: rgb(161 161 170 / 0.55);
}
.border-l-zinc-400\/60 {
  border-left-color: rgb(161 161 170 / 0.6);
}
.border-l-zinc-400\/65 {
  border-left-color: rgb(161 161 170 / 0.65);
}
.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\/85 {
  border-left-color: rgb(161 161 170 / 0.85);
}
.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\/15 {
  border-left-color: rgb(250 250 250 / 0.15);
}
.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\/35 {
  border-left-color: rgb(250 250 250 / 0.35);
}
.border-l-zinc-50\/40 {
  border-left-color: rgb(250 250 250 / 0.4);
}
.border-l-zinc-50\/45 {
  border-left-color: rgb(250 250 250 / 0.45);
}
.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\/55 {
  border-left-color: rgb(250 250 250 / 0.55);
}
.border-l-zinc-50\/60 {
  border-left-color: rgb(250 250 250 / 0.6);
}
.border-l-zinc-50\/65 {
  border-left-color: rgb(250 250 250 / 0.65);
}
.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\/85 {
  border-left-color: rgb(250 250 250 / 0.85);
}
.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\/15 {
  border-left-color: rgb(113 113 122 / 0.15);
}
.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\/35 {
  border-left-color: rgb(113 113 122 / 0.35);
}
.border-l-zinc-500\/40 {
  border-left-color: rgb(113 113 122 / 0.4);
}
.border-l-zinc-500\/45 {
  border-left-color: rgb(113 113 122 / 0.45);
}
.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\/55 {
  border-left-color: rgb(113 113 122 / 0.55);
}
.border-l-zinc-500\/60 {
  border-left-color: rgb(113 113 122 / 0.6);
}
.border-l-zinc-500\/65 {
  border-left-color: rgb(113 113 122 / 0.65);
}
.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\/85 {
  border-left-color: rgb(113 113 122 / 0.85);
}
.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\/15 {
  border-left-color: rgb(82 82 91 / 0.15);
}
.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\/35 {
  border-left-color: rgb(82 82 91 / 0.35);
}
.border-l-zinc-600\/40 {
  border-left-color: rgb(82 82 91 / 0.4);
}
.border-l-zinc-600\/45 {
  border-left-color: rgb(82 82 91 / 0.45);
}
.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\/55 {
  border-left-color: rgb(82 82 91 / 0.55);
}
.border-l-zinc-600\/60 {
  border-left-color: rgb(82 82 91 / 0.6);
}
.border-l-zinc-600\/65 {
  border-left-color: rgb(82 82 91 / 0.65);
}
.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\/85 {
  border-left-color: rgb(82 82 91 / 0.85);
}
.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\/15 {
  border-left-color: rgb(63 63 70 / 0.15);
}
.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\/35 {
  border-left-color: rgb(63 63 70 / 0.35);
}
.border-l-zinc-700\/40 {
  border-left-color: rgb(63 63 70 / 0.4);
}
.border-l-zinc-700\/45 {
  border-left-color: rgb(63 63 70 / 0.45);
}
.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\/55 {
  border-left-color: rgb(63 63 70 / 0.55);
}
.border-l-zinc-700\/60 {
  border-left-color: rgb(63 63 70 / 0.6);
}
.border-l-zinc-700\/65 {
  border-left-color: rgb(63 63 70 / 0.65);
}
.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\/85 {
  border-left-color: rgb(63 63 70 / 0.85);
}
.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\/15 {
  border-left-color: rgb(39 39 42 / 0.15);
}
.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\/35 {
  border-left-color: rgb(39 39 42 / 0.35);
}
.border-l-zinc-800\/40 {
  border-left-color: rgb(39 39 42 / 0.4);
}
.border-l-zinc-800\/45 {
  border-left-color: rgb(39 39 42 / 0.45);
}
.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\/55 {
  border-left-color: rgb(39 39 42 / 0.55);
}
.border-l-zinc-800\/60 {
  border-left-color: rgb(39 39 42 / 0.6);
}
.border-l-zinc-800\/65 {
  border-left-color: rgb(39 39 42 / 0.65);
}
.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\/85 {
  border-left-color: rgb(39 39 42 / 0.85);
}
.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\/15 {
  border-left-color: rgb(24 24 27 / 0.15);
}
.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\/35 {
  border-left-color: rgb(24 24 27 / 0.35);
}
.border-l-zinc-900\/40 {
  border-left-color: rgb(24 24 27 / 0.4);
}
.border-l-zinc-900\/45 {
  border-left-color: rgb(24 24 27 / 0.45);
}
.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\/55 {
  border-left-color: rgb(24 24 27 / 0.55);
}
.border-l-zinc-900\/60 {
  border-left-color: rgb(24 24 27 / 0.6);
}
.border-l-zinc-900\/65 {
  border-left-color: rgb(24 24 27 / 0.65);
}
.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\/85 {
  border-left-color: rgb(24 24 27 / 0.85);
}
.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\/15 {
  border-left-color: rgb(9 9 11 / 0.15);
}
.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\/35 {
  border-left-color: rgb(9 9 11 / 0.35);
}
.border-l-zinc-950\/40 {
  border-left-color: rgb(9 9 11 / 0.4);
}
.border-l-zinc-950\/45 {
  border-left-color: rgb(9 9 11 / 0.45);
}
.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\/55 {
  border-left-color: rgb(9 9 11 / 0.55);
}
.border-l-zinc-950\/60 {
  border-left-color: rgb(9 9 11 / 0.6);
}
.border-l-zinc-950\/65 {
  border-left-color: rgb(9 9 11 / 0.65);
}
.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\/85 {
  border-left-color: rgb(9 9 11 / 0.85);
}
.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\/15 {
  border-right-color: rgb(254 243 199 / 0.15);
}
.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\/35 {
  border-right-color: rgb(254 243 199 / 0.35);
}
.border-r-amber-100\/40 {
  border-right-color: rgb(254 243 199 / 0.4);
}
.border-r-amber-100\/45 {
  border-right-color: rgb(254 243 199 / 0.45);
}
.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\/55 {
  border-right-color: rgb(254 243 199 / 0.55);
}
.border-r-amber-100\/60 {
  border-right-color: rgb(254 243 199 / 0.6);
}
.border-r-amber-100\/65 {
  border-right-color: rgb(254 243 199 / 0.65);
}
.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\/85 {
  border-right-color: rgb(254 243 199 / 0.85);
}
.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\/15 {
  border-right-color: rgb(253 230 138 / 0.15);
}
.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\/35 {
  border-right-color: rgb(253 230 138 / 0.35);
}
.border-r-amber-200\/40 {
  border-right-color: rgb(253 230 138 / 0.4);
}
.border-r-amber-200\/45 {
  border-right-color: rgb(253 230 138 / 0.45);
}
.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\/55 {
  border-right-color: rgb(253 230 138 / 0.55);
}
.border-r-amber-200\/60 {
  border-right-color: rgb(253 230 138 / 0.6);
}
.border-r-amber-200\/65 {
  border-right-color: rgb(253 230 138 / 0.65);
}
.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\/85 {
  border-right-color: rgb(253 230 138 / 0.85);
}
.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\/15 {
  border-right-color: rgb(252 211 77 / 0.15);
}
.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\/35 {
  border-right-color: rgb(252 211 77 / 0.35);
}
.border-r-amber-300\/40 {
  border-right-color: rgb(252 211 77 / 0.4);
}
.border-r-amber-300\/45 {
  border-right-color: rgb(252 211 77 / 0.45);
}
.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\/55 {
  border-right-color: rgb(252 211 77 / 0.55);
}
.border-r-amber-300\/60 {
  border-right-color: rgb(252 211 77 / 0.6);
}
.border-r-amber-300\/65 {
  border-right-color: rgb(252 211 77 / 0.65);
}
.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\/85 {
  border-right-color: rgb(252 211 77 / 0.85);
}
.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\/15 {
  border-right-color: rgb(251 191 36 / 0.15);
}
.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\/35 {
  border-right-color: rgb(251 191 36 / 0.35);
}
.border-r-amber-400\/40 {
  border-right-color: rgb(251 191 36 / 0.4);
}
.border-r-amber-400\/45 {
  border-right-color: rgb(251 191 36 / 0.45);
}
.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\/55 {
  border-right-color: rgb(251 191 36 / 0.55);
}
.border-r-amber-400\/60 {
  border-right-color: rgb(251 191 36 / 0.6);
}
.border-r-amber-400\/65 {
  border-right-color: rgb(251 191 36 / 0.65);
}
.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\/85 {
  border-right-color: rgb(251 191 36 / 0.85);
}
.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\/15 {
  border-right-color: rgb(255 251 235 / 0.15);
}
.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\/35 {
  border-right-color: rgb(255 251 235 / 0.35);
}
.border-r-amber-50\/40 {
  border-right-color: rgb(255 251 235 / 0.4);
}
.border-r-amber-50\/45 {
  border-right-color: rgb(255 251 235 / 0.45);
}
.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\/55 {
  border-right-color: rgb(255 251 235 / 0.55);
}
.border-r-amber-50\/60 {
  border-right-color: rgb(255 251 235 / 0.6);
}
.border-r-amber-50\/65 {
  border-right-color: rgb(255 251 235 / 0.65);
}
.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\/85 {
  border-right-color: rgb(255 251 235 / 0.85);
}
.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\/15 {
  border-right-color: rgb(245 158 11 / 0.15);
}
.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\/35 {
  border-right-color: rgb(245 158 11 / 0.35);
}
.border-r-amber-500\/40 {
  border-right-color: rgb(245 158 11 / 0.4);
}
.border-r-amber-500\/45 {
  border-right-color: rgb(245 158 11 / 0.45);
}
.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\/55 {
  border-right-color: rgb(245 158 11 / 0.55);
}
.border-r-amber-500\/60 {
  border-right-color: rgb(245 158 11 / 0.6);
}
.border-r-amber-500\/65 {
  border-right-color: rgb(245 158 11 / 0.65);
}
.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\/85 {
  border-right-color: rgb(245 158 11 / 0.85);
}
.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\/15 {
  border-right-color: rgb(217 119 6 / 0.15);
}
.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\/35 {
  border-right-color: rgb(217 119 6 / 0.35);
}
.border-r-amber-600\/40 {
  border-right-color: rgb(217 119 6 / 0.4);
}
.border-r-amber-600\/45 {
  border-right-color: rgb(217 119 6 / 0.45);
}
.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\/55 {
  border-right-color: rgb(217 119 6 / 0.55);
}
.border-r-amber-600\/60 {
  border-right-color: rgb(217 119 6 / 0.6);
}
.border-r-amber-600\/65 {
  border-right-color: rgb(217 119 6 / 0.65);
}
.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\/85 {
  border-right-color: rgb(217 119 6 / 0.85);
}
.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\/15 {
  border-right-color: rgb(180 83 9 / 0.15);
}
.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\/35 {
  border-right-color: rgb(180 83 9 / 0.35);
}
.border-r-amber-700\/40 {
  border-right-color: rgb(180 83 9 / 0.4);
}
.border-r-amber-700\/45 {
  border-right-color: rgb(180 83 9 / 0.45);
}
.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\/55 {
  border-right-color: rgb(180 83 9 / 0.55);
}
.border-r-amber-700\/60 {
  border-right-color: rgb(180 83 9 / 0.6);
}
.border-r-amber-700\/65 {
  border-right-color: rgb(180 83 9 / 0.65);
}
.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\/85 {
  border-right-color: rgb(180 83 9 / 0.85);
}
.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\/15 {
  border-right-color: rgb(146 64 14 / 0.15);
}
.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\/35 {
  border-right-color: rgb(146 64 14 / 0.35);
}
.border-r-amber-800\/40 {
  border-right-color: rgb(146 64 14 / 0.4);
}
.border-r-amber-800\/45 {
  border-right-color: rgb(146 64 14 / 0.45);
}
.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\/55 {
  border-right-color: rgb(146 64 14 / 0.55);
}
.border-r-amber-800\/60 {
  border-right-color: rgb(146 64 14 / 0.6);
}
.border-r-amber-800\/65 {
  border-right-color: rgb(146 64 14 / 0.65);
}
.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\/85 {
  border-right-color: rgb(146 64 14 / 0.85);
}
.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\/15 {
  border-right-color: rgb(120 53 15 / 0.15);
}
.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\/35 {
  border-right-color: rgb(120 53 15 / 0.35);
}
.border-r-amber-900\/40 {
  border-right-color: rgb(120 53 15 / 0.4);
}
.border-r-amber-900\/45 {
  border-right-color: rgb(120 53 15 / 0.45);
}
.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\/55 {
  border-right-color: rgb(120 53 15 / 0.55);
}
.border-r-amber-900\/60 {
  border-right-color: rgb(120 53 15 / 0.6);
}
.border-r-amber-900\/65 {
  border-right-color: rgb(120 53 15 / 0.65);
}
.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\/85 {
  border-right-color: rgb(120 53 15 / 0.85);
}
.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\/15 {
  border-right-color: rgb(69 26 3 / 0.15);
}
.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\/35 {
  border-right-color: rgb(69 26 3 / 0.35);
}
.border-r-amber-950\/40 {
  border-right-color: rgb(69 26 3 / 0.4);
}
.border-r-amber-950\/45 {
  border-right-color: rgb(69 26 3 / 0.45);
}
.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\/55 {
  border-right-color: rgb(69 26 3 / 0.55);
}
.border-r-amber-950\/60 {
  border-right-color: rgb(69 26 3 / 0.6);
}
.border-r-amber-950\/65 {
  border-right-color: rgb(69 26 3 / 0.65);
}
.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\/85 {
  border-right-color: rgb(69 26 3 / 0.85);
}
.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\/15 {
  border-right-color: rgb(0 0 0 / 0.15);
}
.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\/35 {
  border-right-color: rgb(0 0 0 / 0.35);
}
.border-r-black\/40 {
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-r-black\/45 {
  border-right-color: rgb(0 0 0 / 0.45);
}
.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\/55 {
  border-right-color: rgb(0 0 0 / 0.55);
}
.border-r-black\/60 {
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-r-black\/65 {
  border-right-color: rgb(0 0 0 / 0.65);
}
.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\/85 {
  border-right-color: rgb(0 0 0 / 0.85);
}
.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\/15 {
  border-right-color: rgb(219 234 254 / 0.15);
}
.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\/35 {
  border-right-color: rgb(219 234 254 / 0.35);
}
.border-r-blue-100\/40 {
  border-right-color: rgb(219 234 254 / 0.4);
}
.border-r-blue-100\/45 {
  border-right-color: rgb(219 234 254 / 0.45);
}
.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\/55 {
  border-right-color: rgb(219 234 254 / 0.55);
}
.border-r-blue-100\/60 {
  border-right-color: rgb(219 234 254 / 0.6);
}
.border-r-blue-100\/65 {
  border-right-color: rgb(219 234 254 / 0.65);
}
.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\/85 {
  border-right-color: rgb(219 234 254 / 0.85);
}
.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\/15 {
  border-right-color: rgb(191 219 254 / 0.15);
}
.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\/35 {
  border-right-color: rgb(191 219 254 / 0.35);
}
.border-r-blue-200\/40 {
  border-right-color: rgb(191 219 254 / 0.4);
}
.border-r-blue-200\/45 {
  border-right-color: rgb(191 219 254 / 0.45);
}
.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\/55 {
  border-right-color: rgb(191 219 254 / 0.55);
}
.border-r-blue-200\/60 {
  border-right-color: rgb(191 219 254 / 0.6);
}
.border-r-blue-200\/65 {
  border-right-color: rgb(191 219 254 / 0.65);
}
.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\/85 {
  border-right-color: rgb(191 219 254 / 0.85);
}
.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\/15 {
  border-right-color: rgb(147 197 253 / 0.15);
}
.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\/35 {
  border-right-color: rgb(147 197 253 / 0.35);
}
.border-r-blue-300\/40 {
  border-right-color: rgb(147 197 253 / 0.4);
}
.border-r-blue-300\/45 {
  border-right-color: rgb(147 197 253 / 0.45);
}
.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\/55 {
  border-right-color: rgb(147 197 253 / 0.55);
}
.border-r-blue-300\/60 {
  border-right-color: rgb(147 197 253 / 0.6);
}
.border-r-blue-300\/65 {
  border-right-color: rgb(147 197 253 / 0.65);
}
.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\/85 {
  border-right-color: rgb(147 197 253 / 0.85);
}
.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\/15 {
  border-right-color: rgb(96 165 250 / 0.15);
}
.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\/35 {
  border-right-color: rgb(96 165 250 / 0.35);
}
.border-r-blue-400\/40 {
  border-right-color: rgb(96 165 250 / 0.4);
}
.border-r-blue-400\/45 {
  border-right-color: rgb(96 165 250 / 0.45);
}
.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\/55 {
  border-right-color: rgb(96 165 250 / 0.55);
}
.border-r-blue-400\/60 {
  border-right-color: rgb(96 165 250 / 0.6);
}
.border-r-blue-400\/65 {
  border-right-color: rgb(96 165 250 / 0.65);
}
.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\/85 {
  border-right-color: rgb(96 165 250 / 0.85);
}
.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\/15 {
  border-right-color: rgb(239 246 255 / 0.15);
}
.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\/35 {
  border-right-color: rgb(239 246 255 / 0.35);
}
.border-r-blue-50\/40 {
  border-right-color: rgb(239 246 255 / 0.4);
}
.border-r-blue-50\/45 {
  border-right-color: rgb(239 246 255 / 0.45);
}
.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\/55 {
  border-right-color: rgb(239 246 255 / 0.55);
}
.border-r-blue-50\/60 {
  border-right-color: rgb(239 246 255 / 0.6);
}
.border-r-blue-50\/65 {
  border-right-color: rgb(239 246 255 / 0.65);
}
.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\/85 {
  border-right-color: rgb(239 246 255 / 0.85);
}
.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\/15 {
  border-right-color: rgb(59 130 246 / 0.15);
}
.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\/35 {
  border-right-color: rgb(59 130 246 / 0.35);
}
.border-r-blue-500\/40 {
  border-right-color: rgb(59 130 246 / 0.4);
}
.border-r-blue-500\/45 {
  border-right-color: rgb(59 130 246 / 0.45);
}
.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\/55 {
  border-right-color: rgb(59 130 246 / 0.55);
}
.border-r-blue-500\/60 {
  border-right-color: rgb(59 130 246 / 0.6);
}
.border-r-blue-500\/65 {
  border-right-color: rgb(59 130 246 / 0.65);
}
.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\/85 {
  border-right-color: rgb(59 130 246 / 0.85);
}
.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\/15 {
  border-right-color: rgb(37 99 235 / 0.15);
}
.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\/35 {
  border-right-color: rgb(37 99 235 / 0.35);
}
.border-r-blue-600\/40 {
  border-right-color: rgb(37 99 235 / 0.4);
}
.border-r-blue-600\/45 {
  border-right-color: rgb(37 99 235 / 0.45);
}
.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\/55 {
  border-right-color: rgb(37 99 235 / 0.55);
}
.border-r-blue-600\/60 {
  border-right-color: rgb(37 99 235 / 0.6);
}
.border-r-blue-600\/65 {
  border-right-color: rgb(37 99 235 / 0.65);
}
.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\/85 {
  border-right-color: rgb(37 99 235 / 0.85);
}
.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\/15 {
  border-right-color: rgb(29 78 216 / 0.15);
}
.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\/35 {
  border-right-color: rgb(29 78 216 / 0.35);
}
.border-r-blue-700\/40 {
  border-right-color: rgb(29 78 216 / 0.4);
}
.border-r-blue-700\/45 {
  border-right-color: rgb(29 78 216 / 0.45);
}
.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\/55 {
  border-right-color: rgb(29 78 216 / 0.55);
}
.border-r-blue-700\/60 {
  border-right-color: rgb(29 78 216 / 0.6);
}
.border-r-blue-700\/65 {
  border-right-color: rgb(29 78 216 / 0.65);
}
.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\/85 {
  border-right-color: rgb(29 78 216 / 0.85);
}
.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\/15 {
  border-right-color: rgb(30 64 175 / 0.15);
}
.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\/35 {
  border-right-color: rgb(30 64 175 / 0.35);
}
.border-r-blue-800\/40 {
  border-right-color: rgb(30 64 175 / 0.4);
}
.border-r-blue-800\/45 {
  border-right-color: rgb(30 64 175 / 0.45);
}
.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\/55 {
  border-right-color: rgb(30 64 175 / 0.55);
}
.border-r-blue-800\/60 {
  border-right-color: rgb(30 64 175 / 0.6);
}
.border-r-blue-800\/65 {
  border-right-color: rgb(30 64 175 / 0.65);
}
.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\/85 {
  border-right-color: rgb(30 64 175 / 0.85);
}
.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\/15 {
  border-right-color: rgb(30 58 138 / 0.15);
}
.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\/35 {
  border-right-color: rgb(30 58 138 / 0.35);
}
.border-r-blue-900\/40 {
  border-right-color: rgb(30 58 138 / 0.4);
}
.border-r-blue-900\/45 {
  border-right-color: rgb(30 58 138 / 0.45);
}
.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\/55 {
  border-right-color: rgb(30 58 138 / 0.55);
}
.border-r-blue-900\/60 {
  border-right-color: rgb(30 58 138 / 0.6);
}
.border-r-blue-900\/65 {
  border-right-color: rgb(30 58 138 / 0.65);
}
.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\/85 {
  border-right-color: rgb(30 58 138 / 0.85);
}
.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\/15 {
  border-right-color: rgb(23 37 84 / 0.15);
}
.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\/35 {
  border-right-color: rgb(23 37 84 / 0.35);
}
.border-r-blue-950\/40 {
  border-right-color: rgb(23 37 84 / 0.4);
}
.border-r-blue-950\/45 {
  border-right-color: rgb(23 37 84 / 0.45);
}
.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\/55 {
  border-right-color: rgb(23 37 84 / 0.55);
}
.border-r-blue-950\/60 {
  border-right-color: rgb(23 37 84 / 0.6);
}
.border-r-blue-950\/65 {
  border-right-color: rgb(23 37 84 / 0.65);
}
.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\/85 {
  border-right-color: rgb(23 37 84 / 0.85);
}
.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\/15 {
  border-right-color: rgb(207 250 254 / 0.15);
}
.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\/35 {
  border-right-color: rgb(207 250 254 / 0.35);
}
.border-r-cyan-100\/40 {
  border-right-color: rgb(207 250 254 / 0.4);
}
.border-r-cyan-100\/45 {
  border-right-color: rgb(207 250 254 / 0.45);
}
.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\/55 {
  border-right-color: rgb(207 250 254 / 0.55);
}
.border-r-cyan-100\/60 {
  border-right-color: rgb(207 250 254 / 0.6);
}
.border-r-cyan-100\/65 {
  border-right-color: rgb(207 250 254 / 0.65);
}
.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\/85 {
  border-right-color: rgb(207 250 254 / 0.85);
}
.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\/15 {
  border-right-color: rgb(165 243 252 / 0.15);
}
.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\/35 {
  border-right-color: rgb(165 243 252 / 0.35);
}
.border-r-cyan-200\/40 {
  border-right-color: rgb(165 243 252 / 0.4);
}
.border-r-cyan-200\/45 {
  border-right-color: rgb(165 243 252 / 0.45);
}
.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\/55 {
  border-right-color: rgb(165 243 252 / 0.55);
}
.border-r-cyan-200\/60 {
  border-right-color: rgb(165 243 252 / 0.6);
}
.border-r-cyan-200\/65 {
  border-right-color: rgb(165 243 252 / 0.65);
}
.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\/85 {
  border-right-color: rgb(165 243 252 / 0.85);
}
.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\/15 {
  border-right-color: rgb(103 232 249 / 0.15);
}
.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\/35 {
  border-right-color: rgb(103 232 249 / 0.35);
}
.border-r-cyan-300\/40 {
  border-right-color: rgb(103 232 249 / 0.4);
}
.border-r-cyan-300\/45 {
  border-right-color: rgb(103 232 249 / 0.45);
}
.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\/55 {
  border-right-color: rgb(103 232 249 / 0.55);
}
.border-r-cyan-300\/60 {
  border-right-color: rgb(103 232 249 / 0.6);
}
.border-r-cyan-300\/65 {
  border-right-color: rgb(103 232 249 / 0.65);
}
.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\/85 {
  border-right-color: rgb(103 232 249 / 0.85);
}
.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\/15 {
  border-right-color: rgb(34 211 238 / 0.15);
}
.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\/35 {
  border-right-color: rgb(34 211 238 / 0.35);
}
.border-r-cyan-400\/40 {
  border-right-color: rgb(34 211 238 / 0.4);
}
.border-r-cyan-400\/45 {
  border-right-color: rgb(34 211 238 / 0.45);
}
.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\/55 {
  border-right-color: rgb(34 211 238 / 0.55);
}
.border-r-cyan-400\/60 {
  border-right-color: rgb(34 211 238 / 0.6);
}
.border-r-cyan-400\/65 {
  border-right-color: rgb(34 211 238 / 0.65);
}
.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\/85 {
  border-right-color: rgb(34 211 238 / 0.85);
}
.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\/15 {
  border-right-color: rgb(236 254 255 / 0.15);
}
.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\/35 {
  border-right-color: rgb(236 254 255 / 0.35);
}
.border-r-cyan-50\/40 {
  border-right-color: rgb(236 254 255 / 0.4);
}
.border-r-cyan-50\/45 {
  border-right-color: rgb(236 254 255 / 0.45);
}
.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\/55 {
  border-right-color: rgb(236 254 255 / 0.55);
}
.border-r-cyan-50\/60 {
  border-right-color: rgb(236 254 255 / 0.6);
}
.border-r-cyan-50\/65 {
  border-right-color: rgb(236 254 255 / 0.65);
}
.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\/85 {
  border-right-color: rgb(236 254 255 / 0.85);
}
.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\/15 {
  border-right-color: rgb(6 182 212 / 0.15);
}
.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\/35 {
  border-right-color: rgb(6 182 212 / 0.35);
}
.border-r-cyan-500\/40 {
  border-right-color: rgb(6 182 212 / 0.4);
}
.border-r-cyan-500\/45 {
  border-right-color: rgb(6 182 212 / 0.45);
}
.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\/55 {
  border-right-color: rgb(6 182 212 / 0.55);
}
.border-r-cyan-500\/60 {
  border-right-color: rgb(6 182 212 / 0.6);
}
.border-r-cyan-500\/65 {
  border-right-color: rgb(6 182 212 / 0.65);
}
.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\/85 {
  border-right-color: rgb(6 182 212 / 0.85);
}
.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\/15 {
  border-right-color: rgb(8 145 178 / 0.15);
}
.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\/35 {
  border-right-color: rgb(8 145 178 / 0.35);
}
.border-r-cyan-600\/40 {
  border-right-color: rgb(8 145 178 / 0.4);
}
.border-r-cyan-600\/45 {
  border-right-color: rgb(8 145 178 / 0.45);
}
.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\/55 {
  border-right-color: rgb(8 145 178 / 0.55);
}
.border-r-cyan-600\/60 {
  border-right-color: rgb(8 145 178 / 0.6);
}
.border-r-cyan-600\/65 {
  border-right-color: rgb(8 145 178 / 0.65);
}
.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\/85 {
  border-right-color: rgb(8 145 178 / 0.85);
}
.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\/15 {
  border-right-color: rgb(14 116 144 / 0.15);
}
.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\/35 {
  border-right-color: rgb(14 116 144 / 0.35);
}
.border-r-cyan-700\/40 {
  border-right-color: rgb(14 116 144 / 0.4);
}
.border-r-cyan-700\/45 {
  border-right-color: rgb(14 116 144 / 0.45);
}
.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\/55 {
  border-right-color: rgb(14 116 144 / 0.55);
}
.border-r-cyan-700\/60 {
  border-right-color: rgb(14 116 144 / 0.6);
}
.border-r-cyan-700\/65 {
  border-right-color: rgb(14 116 144 / 0.65);
}
.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\/85 {
  border-right-color: rgb(14 116 144 / 0.85);
}
.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\/15 {
  border-right-color: rgb(21 94 117 / 0.15);
}
.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\/35 {
  border-right-color: rgb(21 94 117 / 0.35);
}
.border-r-cyan-800\/40 {
  border-right-color: rgb(21 94 117 / 0.4);
}
.border-r-cyan-800\/45 {
  border-right-color: rgb(21 94 117 / 0.45);
}
.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\/55 {
  border-right-color: rgb(21 94 117 / 0.55);
}
.border-r-cyan-800\/60 {
  border-right-color: rgb(21 94 117 / 0.6);
}
.border-r-cyan-800\/65 {
  border-right-color: rgb(21 94 117 / 0.65);
}
.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\/85 {
  border-right-color: rgb(21 94 117 / 0.85);
}
.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\/15 {
  border-right-color: rgb(22 78 99 / 0.15);
}
.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\/35 {
  border-right-color: rgb(22 78 99 / 0.35);
}
.border-r-cyan-900\/40 {
  border-right-color: rgb(22 78 99 / 0.4);
}
.border-r-cyan-900\/45 {
  border-right-color: rgb(22 78 99 / 0.45);
}
.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\/55 {
  border-right-color: rgb(22 78 99 / 0.55);
}
.border-r-cyan-900\/60 {
  border-right-color: rgb(22 78 99 / 0.6);
}
.border-r-cyan-900\/65 {
  border-right-color: rgb(22 78 99 / 0.65);
}
.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\/85 {
  border-right-color: rgb(22 78 99 / 0.85);
}
.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\/15 {
  border-right-color: rgb(8 51 68 / 0.15);
}
.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\/35 {
  border-right-color: rgb(8 51 68 / 0.35);
}
.border-r-cyan-950\/40 {
  border-right-color: rgb(8 51 68 / 0.4);
}
.border-r-cyan-950\/45 {
  border-right-color: rgb(8 51 68 / 0.45);
}
.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\/55 {
  border-right-color: rgb(8 51 68 / 0.55);
}
.border-r-cyan-950\/60 {
  border-right-color: rgb(8 51 68 / 0.6);
}
.border-r-cyan-950\/65 {
  border-right-color: rgb(8 51 68 / 0.65);
}
.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\/85 {
  border-right-color: rgb(8 51 68 / 0.85);
}
.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\/15 {
  border-right-color: rgb(209 250 229 / 0.15);
}
.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\/35 {
  border-right-color: rgb(209 250 229 / 0.35);
}
.border-r-emerald-100\/40 {
  border-right-color: rgb(209 250 229 / 0.4);
}
.border-r-emerald-100\/45 {
  border-right-color: rgb(209 250 229 / 0.45);
}
.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\/55 {
  border-right-color: rgb(209 250 229 / 0.55);
}
.border-r-emerald-100\/60 {
  border-right-color: rgb(209 250 229 / 0.6);
}
.border-r-emerald-100\/65 {
  border-right-color: rgb(209 250 229 / 0.65);
}
.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\/85 {
  border-right-color: rgb(209 250 229 / 0.85);
}
.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\/15 {
  border-right-color: rgb(167 243 208 / 0.15);
}
.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\/35 {
  border-right-color: rgb(167 243 208 / 0.35);
}
.border-r-emerald-200\/40 {
  border-right-color: rgb(167 243 208 / 0.4);
}
.border-r-emerald-200\/45 {
  border-right-color: rgb(167 243 208 / 0.45);
}
.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\/55 {
  border-right-color: rgb(167 243 208 / 0.55);
}
.border-r-emerald-200\/60 {
  border-right-color: rgb(167 243 208 / 0.6);
}
.border-r-emerald-200\/65 {
  border-right-color: rgb(167 243 208 / 0.65);
}
.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\/85 {
  border-right-color: rgb(167 243 208 / 0.85);
}
.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\/15 {
  border-right-color: rgb(110 231 183 / 0.15);
}
.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\/35 {
  border-right-color: rgb(110 231 183 / 0.35);
}
.border-r-emerald-300\/40 {
  border-right-color: rgb(110 231 183 / 0.4);
}
.border-r-emerald-300\/45 {
  border-right-color: rgb(110 231 183 / 0.45);
}
.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\/55 {
  border-right-color: rgb(110 231 183 / 0.55);
}
.border-r-emerald-300\/60 {
  border-right-color: rgb(110 231 183 / 0.6);
}
.border-r-emerald-300\/65 {
  border-right-color: rgb(110 231 183 / 0.65);
}
.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\/85 {
  border-right-color: rgb(110 231 183 / 0.85);
}
.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\/15 {
  border-right-color: rgb(52 211 153 / 0.15);
}
.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\/35 {
  border-right-color: rgb(52 211 153 / 0.35);
}
.border-r-emerald-400\/40 {
  border-right-color: rgb(52 211 153 / 0.4);
}
.border-r-emerald-400\/45 {
  border-right-color: rgb(52 211 153 / 0.45);
}
.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\/55 {
  border-right-color: rgb(52 211 153 / 0.55);
}
.border-r-emerald-400\/60 {
  border-right-color: rgb(52 211 153 / 0.6);
}
.border-r-emerald-400\/65 {
  border-right-color: rgb(52 211 153 / 0.65);
}
.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\/85 {
  border-right-color: rgb(52 211 153 / 0.85);
}
.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\/15 {
  border-right-color: rgb(236 253 245 / 0.15);
}
.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\/35 {
  border-right-color: rgb(236 253 245 / 0.35);
}
.border-r-emerald-50\/40 {
  border-right-color: rgb(236 253 245 / 0.4);
}
.border-r-emerald-50\/45 {
  border-right-color: rgb(236 253 245 / 0.45);
}
.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\/55 {
  border-right-color: rgb(236 253 245 / 0.55);
}
.border-r-emerald-50\/60 {
  border-right-color: rgb(236 253 245 / 0.6);
}
.border-r-emerald-50\/65 {
  border-right-color: rgb(236 253 245 / 0.65);
}
.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\/85 {
  border-right-color: rgb(236 253 245 / 0.85);
}
.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\/15 {
  border-right-color: rgb(16 185 129 / 0.15);
}
.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\/35 {
  border-right-color: rgb(16 185 129 / 0.35);
}
.border-r-emerald-500\/40 {
  border-right-color: rgb(16 185 129 / 0.4);
}
.border-r-emerald-500\/45 {
  border-right-color: rgb(16 185 129 / 0.45);
}
.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\/55 {
  border-right-color: rgb(16 185 129 / 0.55);
}
.border-r-emerald-500\/60 {
  border-right-color: rgb(16 185 129 / 0.6);
}
.border-r-emerald-500\/65 {
  border-right-color: rgb(16 185 129 / 0.65);
}
.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\/85 {
  border-right-color: rgb(16 185 129 / 0.85);
}
.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\/15 {
  border-right-color: rgb(5 150 105 / 0.15);
}
.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\/35 {
  border-right-color: rgb(5 150 105 / 0.35);
}
.border-r-emerald-600\/40 {
  border-right-color: rgb(5 150 105 / 0.4);
}
.border-r-emerald-600\/45 {
  border-right-color: rgb(5 150 105 / 0.45);
}
.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\/55 {
  border-right-color: rgb(5 150 105 / 0.55);
}
.border-r-emerald-600\/60 {
  border-right-color: rgb(5 150 105 / 0.6);
}
.border-r-emerald-600\/65 {
  border-right-color: rgb(5 150 105 / 0.65);
}
.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\/85 {
  border-right-color: rgb(5 150 105 / 0.85);
}
.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\/15 {
  border-right-color: rgb(4 120 87 / 0.15);
}
.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\/35 {
  border-right-color: rgb(4 120 87 / 0.35);
}
.border-r-emerald-700\/40 {
  border-right-color: rgb(4 120 87 / 0.4);
}
.border-r-emerald-700\/45 {
  border-right-color: rgb(4 120 87 / 0.45);
}
.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\/55 {
  border-right-color: rgb(4 120 87 / 0.55);
}
.border-r-emerald-700\/60 {
  border-right-color: rgb(4 120 87 / 0.6);
}
.border-r-emerald-700\/65 {
  border-right-color: rgb(4 120 87 / 0.65);
}
.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\/85 {
  border-right-color: rgb(4 120 87 / 0.85);
}
.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\/15 {
  border-right-color: rgb(6 95 70 / 0.15);
}
.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\/35 {
  border-right-color: rgb(6 95 70 / 0.35);
}
.border-r-emerald-800\/40 {
  border-right-color: rgb(6 95 70 / 0.4);
}
.border-r-emerald-800\/45 {
  border-right-color: rgb(6 95 70 / 0.45);
}
.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\/55 {
  border-right-color: rgb(6 95 70 / 0.55);
}
.border-r-emerald-800\/60 {
  border-right-color: rgb(6 95 70 / 0.6);
}
.border-r-emerald-800\/65 {
  border-right-color: rgb(6 95 70 / 0.65);
}
.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\/85 {
  border-right-color: rgb(6 95 70 / 0.85);
}
.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\/15 {
  border-right-color: rgb(6 78 59 / 0.15);
}
.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\/35 {
  border-right-color: rgb(6 78 59 / 0.35);
}
.border-r-emerald-900\/40 {
  border-right-color: rgb(6 78 59 / 0.4);
}
.border-r-emerald-900\/45 {
  border-right-color: rgb(6 78 59 / 0.45);
}
.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\/55 {
  border-right-color: rgb(6 78 59 / 0.55);
}
.border-r-emerald-900\/60 {
  border-right-color: rgb(6 78 59 / 0.6);
}
.border-r-emerald-900\/65 {
  border-right-color: rgb(6 78 59 / 0.65);
}
.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\/85 {
  border-right-color: rgb(6 78 59 / 0.85);
}
.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\/15 {
  border-right-color: rgb(2 44 34 / 0.15);
}
.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\/35 {
  border-right-color: rgb(2 44 34 / 0.35);
}
.border-r-emerald-950\/40 {
  border-right-color: rgb(2 44 34 / 0.4);
}
.border-r-emerald-950\/45 {
  border-right-color: rgb(2 44 34 / 0.45);
}
.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\/55 {
  border-right-color: rgb(2 44 34 / 0.55);
}
.border-r-emerald-950\/60 {
  border-right-color: rgb(2 44 34 / 0.6);
}
.border-r-emerald-950\/65 {
  border-right-color: rgb(2 44 34 / 0.65);
}
.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\/85 {
  border-right-color: rgb(2 44 34 / 0.85);
}
.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-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\/15 {
  border-right-color: rgb(250 232 255 / 0.15);
}
.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\/35 {
  border-right-color: rgb(250 232 255 / 0.35);
}
.border-r-fuchsia-100\/40 {
  border-right-color: rgb(250 232 255 / 0.4);
}
.border-r-fuchsia-100\/45 {
  border-right-color: rgb(250 232 255 / 0.45);
}
.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\/55 {
  border-right-color: rgb(250 232 255 / 0.55);
}
.border-r-fuchsia-100\/60 {
  border-right-color: rgb(250 232 255 / 0.6);
}
.border-r-fuchsia-100\/65 {
  border-right-color: rgb(250 232 255 / 0.65);
}
.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\/85 {
  border-right-color: rgb(250 232 255 / 0.85);
}
.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\/15 {
  border-right-color: rgb(245 208 254 / 0.15);
}
.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\/35 {
  border-right-color: rgb(245 208 254 / 0.35);
}
.border-r-fuchsia-200\/40 {
  border-right-color: rgb(245 208 254 / 0.4);
}
.border-r-fuchsia-200\/45 {
  border-right-color: rgb(245 208 254 / 0.45);
}
.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\/55 {
  border-right-color: rgb(245 208 254 / 0.55);
}
.border-r-fuchsia-200\/60 {
  border-right-color: rgb(245 208 254 / 0.6);
}
.border-r-fuchsia-200\/65 {
  border-right-color: rgb(245 208 254 / 0.65);
}
.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\/85 {
  border-right-color: rgb(245 208 254 / 0.85);
}
.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\/15 {
  border-right-color: rgb(240 171 252 / 0.15);
}
.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\/35 {
  border-right-color: rgb(240 171 252 / 0.35);
}
.border-r-fuchsia-300\/40 {
  border-right-color: rgb(240 171 252 / 0.4);
}
.border-r-fuchsia-300\/45 {
  border-right-color: rgb(240 171 252 / 0.45);
}
.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\/55 {
  border-right-color: rgb(240 171 252 / 0.55);
}
.border-r-fuchsia-300\/60 {
  border-right-color: rgb(240 171 252 / 0.6);
}
.border-r-fuchsia-300\/65 {
  border-right-color: rgb(240 171 252 / 0.65);
}
.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\/85 {
  border-right-color: rgb(240 171 252 / 0.85);
}
.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\/15 {
  border-right-color: rgb(232 121 249 / 0.15);
}
.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\/35 {
  border-right-color: rgb(232 121 249 / 0.35);
}
.border-r-fuchsia-400\/40 {
  border-right-color: rgb(232 121 249 / 0.4);
}
.border-r-fuchsia-400\/45 {
  border-right-color: rgb(232 121 249 / 0.45);
}
.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\/55 {
  border-right-color: rgb(232 121 249 / 0.55);
}
.border-r-fuchsia-400\/60 {
  border-right-color: rgb(232 121 249 / 0.6);
}
.border-r-fuchsia-400\/65 {
  border-right-color: rgb(232 121 249 / 0.65);
}
.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\/85 {
  border-right-color: rgb(232 121 249 / 0.85);
}
.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\/15 {
  border-right-color: rgb(253 244 255 / 0.15);
}
.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\/35 {
  border-right-color: rgb(253 244 255 / 0.35);
}
.border-r-fuchsia-50\/40 {
  border-right-color: rgb(253 244 255 / 0.4);
}
.border-r-fuchsia-50\/45 {
  border-right-color: rgb(253 244 255 / 0.45);
}
.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\/55 {
  border-right-color: rgb(253 244 255 / 0.55);
}
.border-r-fuchsia-50\/60 {
  border-right-color: rgb(253 244 255 / 0.6);
}
.border-r-fuchsia-50\/65 {
  border-right-color: rgb(253 244 255 / 0.65);
}
.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\/85 {
  border-right-color: rgb(253 244 255 / 0.85);
}
.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\/15 {
  border-right-color: rgb(217 70 239 / 0.15);
}
.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\/35 {
  border-right-color: rgb(217 70 239 / 0.35);
}
.border-r-fuchsia-500\/40 {
  border-right-color: rgb(217 70 239 / 0.4);
}
.border-r-fuchsia-500\/45 {
  border-right-color: rgb(217 70 239 / 0.45);
}
.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\/55 {
  border-right-color: rgb(217 70 239 / 0.55);
}
.border-r-fuchsia-500\/60 {
  border-right-color: rgb(217 70 239 / 0.6);
}
.border-r-fuchsia-500\/65 {
  border-right-color: rgb(217 70 239 / 0.65);
}
.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\/85 {
  border-right-color: rgb(217 70 239 / 0.85);
}
.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\/15 {
  border-right-color: rgb(192 38 211 / 0.15);
}
.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\/35 {
  border-right-color: rgb(192 38 211 / 0.35);
}
.border-r-fuchsia-600\/40 {
  border-right-color: rgb(192 38 211 / 0.4);
}
.border-r-fuchsia-600\/45 {
  border-right-color: rgb(192 38 211 / 0.45);
}
.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\/55 {
  border-right-color: rgb(192 38 211 / 0.55);
}
.border-r-fuchsia-600\/60 {
  border-right-color: rgb(192 38 211 / 0.6);
}
.border-r-fuchsia-600\/65 {
  border-right-color: rgb(192 38 211 / 0.65);
}
.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\/85 {
  border-right-color: rgb(192 38 211 / 0.85);
}
.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\/15 {
  border-right-color: rgb(162 28 175 / 0.15);
}
.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\/35 {
  border-right-color: rgb(162 28 175 / 0.35);
}
.border-r-fuchsia-700\/40 {
  border-right-color: rgb(162 28 175 / 0.4);
}
.border-r-fuchsia-700\/45 {
  border-right-color: rgb(162 28 175 / 0.45);
}
.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\/55 {
  border-right-color: rgb(162 28 175 / 0.55);
}
.border-r-fuchsia-700\/60 {
  border-right-color: rgb(162 28 175 / 0.6);
}
.border-r-fuchsia-700\/65 {
  border-right-color: rgb(162 28 175 / 0.65);
}
.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\/85 {
  border-right-color: rgb(162 28 175 / 0.85);
}
.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\/15 {
  border-right-color: rgb(134 25 143 / 0.15);
}
.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\/35 {
  border-right-color: rgb(134 25 143 / 0.35);
}
.border-r-fuchsia-800\/40 {
  border-right-color: rgb(134 25 143 / 0.4);
}
.border-r-fuchsia-800\/45 {
  border-right-color: rgb(134 25 143 / 0.45);
}
.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\/55 {
  border-right-color: rgb(134 25 143 / 0.55);
}
.border-r-fuchsia-800\/60 {
  border-right-color: rgb(134 25 143 / 0.6);
}
.border-r-fuchsia-800\/65 {
  border-right-color: rgb(134 25 143 / 0.65);
}
.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\/85 {
  border-right-color: rgb(134 25 143 / 0.85);
}
.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\/15 {
  border-right-color: rgb(112 26 117 / 0.15);
}
.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\/35 {
  border-right-color: rgb(112 26 117 / 0.35);
}
.border-r-fuchsia-900\/40 {
  border-right-color: rgb(112 26 117 / 0.4);
}
.border-r-fuchsia-900\/45 {
  border-right-color: rgb(112 26 117 / 0.45);
}
.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\/55 {
  border-right-color: rgb(112 26 117 / 0.55);
}
.border-r-fuchsia-900\/60 {
  border-right-color: rgb(112 26 117 / 0.6);
}
.border-r-fuchsia-900\/65 {
  border-right-color: rgb(112 26 117 / 0.65);
}
.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\/85 {
  border-right-color: rgb(112 26 117 / 0.85);
}
.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\/15 {
  border-right-color: rgb(74 4 78 / 0.15);
}
.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\/35 {
  border-right-color: rgb(74 4 78 / 0.35);
}
.border-r-fuchsia-950\/40 {
  border-right-color: rgb(74 4 78 / 0.4);
}
.border-r-fuchsia-950\/45 {
  border-right-color: rgb(74 4 78 / 0.45);
}
.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\/55 {
  border-right-color: rgb(74 4 78 / 0.55);
}
.border-r-fuchsia-950\/60 {
  border-right-color: rgb(74 4 78 / 0.6);
}
.border-r-fuchsia-950\/65 {
  border-right-color: rgb(74 4 78 / 0.65);
}
.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\/85 {
  border-right-color: rgb(74 4 78 / 0.85);
}
.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\/15 {
  border-right-color: rgb(243 244 246 / 0.15);
}
.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\/35 {
  border-right-color: rgb(243 244 246 / 0.35);
}
.border-r-gray-100\/40 {
  border-right-color: rgb(243 244 246 / 0.4);
}
.border-r-gray-100\/45 {
  border-right-color: rgb(243 244 246 / 0.45);
}
.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\/55 {
  border-right-color: rgb(243 244 246 / 0.55);
}
.border-r-gray-100\/60 {
  border-right-color: rgb(243 244 246 / 0.6);
}
.border-r-gray-100\/65 {
  border-right-color: rgb(243 244 246 / 0.65);
}
.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\/85 {
  border-right-color: rgb(243 244 246 / 0.85);
}
.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\/15 {
  border-right-color: rgb(229 231 235 / 0.15);
}
.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\/35 {
  border-right-color: rgb(229 231 235 / 0.35);
}
.border-r-gray-200\/40 {
  border-right-color: rgb(229 231 235 / 0.4);
}
.border-r-gray-200\/45 {
  border-right-color: rgb(229 231 235 / 0.45);
}
.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\/55 {
  border-right-color: rgb(229 231 235 / 0.55);
}
.border-r-gray-200\/60 {
  border-right-color: rgb(229 231 235 / 0.6);
}
.border-r-gray-200\/65 {
  border-right-color: rgb(229 231 235 / 0.65);
}
.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\/85 {
  border-right-color: rgb(229 231 235 / 0.85);
}
.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\/15 {
  border-right-color: rgb(209 213 219 / 0.15);
}
.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\/35 {
  border-right-color: rgb(209 213 219 / 0.35);
}
.border-r-gray-300\/40 {
  border-right-color: rgb(209 213 219 / 0.4);
}
.border-r-gray-300\/45 {
  border-right-color: rgb(209 213 219 / 0.45);
}
.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\/55 {
  border-right-color: rgb(209 213 219 / 0.55);
}
.border-r-gray-300\/60 {
  border-right-color: rgb(209 213 219 / 0.6);
}
.border-r-gray-300\/65 {
  border-right-color: rgb(209 213 219 / 0.65);
}
.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\/85 {
  border-right-color: rgb(209 213 219 / 0.85);
}
.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\/15 {
  border-right-color: rgb(156 163 175 / 0.15);
}
.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\/35 {
  border-right-color: rgb(156 163 175 / 0.35);
}
.border-r-gray-400\/40 {
  border-right-color: rgb(156 163 175 / 0.4);
}
.border-r-gray-400\/45 {
  border-right-color: rgb(156 163 175 / 0.45);
}
.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\/55 {
  border-right-color: rgb(156 163 175 / 0.55);
}
.border-r-gray-400\/60 {
  border-right-color: rgb(156 163 175 / 0.6);
}
.border-r-gray-400\/65 {
  border-right-color: rgb(156 163 175 / 0.65);
}
.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\/85 {
  border-right-color: rgb(156 163 175 / 0.85);
}
.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\/15 {
  border-right-color: rgb(249 250 251 / 0.15);
}
.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\/35 {
  border-right-color: rgb(249 250 251 / 0.35);
}
.border-r-gray-50\/40 {
  border-right-color: rgb(249 250 251 / 0.4);
}
.border-r-gray-50\/45 {
  border-right-color: rgb(249 250 251 / 0.45);
}
.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\/55 {
  border-right-color: rgb(249 250 251 / 0.55);
}
.border-r-gray-50\/60 {
  border-right-color: rgb(249 250 251 / 0.6);
}
.border-r-gray-50\/65 {
  border-right-color: rgb(249 250 251 / 0.65);
}
.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\/85 {
  border-right-color: rgb(249 250 251 / 0.85);
}
.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\/15 {
  border-right-color: rgb(107 114 128 / 0.15);
}
.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\/35 {
  border-right-color: rgb(107 114 128 / 0.35);
}
.border-r-gray-500\/40 {
  border-right-color: rgb(107 114 128 / 0.4);
}
.border-r-gray-500\/45 {
  border-right-color: rgb(107 114 128 / 0.45);
}
.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\/55 {
  border-right-color: rgb(107 114 128 / 0.55);
}
.border-r-gray-500\/60 {
  border-right-color: rgb(107 114 128 / 0.6);
}
.border-r-gray-500\/65 {
  border-right-color: rgb(107 114 128 / 0.65);
}
.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\/85 {
  border-right-color: rgb(107 114 128 / 0.85);
}
.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\/15 {
  border-right-color: rgb(75 85 99 / 0.15);
}
.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\/35 {
  border-right-color: rgb(75 85 99 / 0.35);
}
.border-r-gray-600\/40 {
  border-right-color: rgb(75 85 99 / 0.4);
}
.border-r-gray-600\/45 {
  border-right-color: rgb(75 85 99 / 0.45);
}
.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\/55 {
  border-right-color: rgb(75 85 99 / 0.55);
}
.border-r-gray-600\/60 {
  border-right-color: rgb(75 85 99 / 0.6);
}
.border-r-gray-600\/65 {
  border-right-color: rgb(75 85 99 / 0.65);
}
.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\/85 {
  border-right-color: rgb(75 85 99 / 0.85);
}
.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\/15 {
  border-right-color: rgb(55 65 81 / 0.15);
}
.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\/35 {
  border-right-color: rgb(55 65 81 / 0.35);
}
.border-r-gray-700\/40 {
  border-right-color: rgb(55 65 81 / 0.4);
}
.border-r-gray-700\/45 {
  border-right-color: rgb(55 65 81 / 0.45);
}
.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\/55 {
  border-right-color: rgb(55 65 81 / 0.55);
}
.border-r-gray-700\/60 {
  border-right-color: rgb(55 65 81 / 0.6);
}
.border-r-gray-700\/65 {
  border-right-color: rgb(55 65 81 / 0.65);
}
.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\/85 {
  border-right-color: rgb(55 65 81 / 0.85);
}
.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\/15 {
  border-right-color: rgb(31 41 55 / 0.15);
}
.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\/35 {
  border-right-color: rgb(31 41 55 / 0.35);
}
.border-r-gray-800\/40 {
  border-right-color: rgb(31 41 55 / 0.4);
}
.border-r-gray-800\/45 {
  border-right-color: rgb(31 41 55 / 0.45);
}
.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\/55 {
  border-right-color: rgb(31 41 55 / 0.55);
}
.border-r-gray-800\/60 {
  border-right-color: rgb(31 41 55 / 0.6);
}
.border-r-gray-800\/65 {
  border-right-color: rgb(31 41 55 / 0.65);
}
.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\/85 {
  border-right-color: rgb(31 41 55 / 0.85);
}
.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\/15 {
  border-right-color: rgb(17 24 39 / 0.15);
}
.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\/35 {
  border-right-color: rgb(17 24 39 / 0.35);
}
.border-r-gray-900\/40 {
  border-right-color: rgb(17 24 39 / 0.4);
}
.border-r-gray-900\/45 {
  border-right-color: rgb(17 24 39 / 0.45);
}
.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\/55 {
  border-right-color: rgb(17 24 39 / 0.55);
}
.border-r-gray-900\/60 {
  border-right-color: rgb(17 24 39 / 0.6);
}
.border-r-gray-900\/65 {
  border-right-color: rgb(17 24 39 / 0.65);
}
.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\/85 {
  border-right-color: rgb(17 24 39 / 0.85);
}
.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\/15 {
  border-right-color: rgb(3 7 18 / 0.15);
}
.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\/35 {
  border-right-color: rgb(3 7 18 / 0.35);
}
.border-r-gray-950\/40 {
  border-right-color: rgb(3 7 18 / 0.4);
}
.border-r-gray-950\/45 {
  border-right-color: rgb(3 7 18 / 0.45);
}
.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\/55 {
  border-right-color: rgb(3 7 18 / 0.55);
}
.border-r-gray-950\/60 {
  border-right-color: rgb(3 7 18 / 0.6);
}
.border-r-gray-950\/65 {
  border-right-color: rgb(3 7 18 / 0.65);
}
.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\/85 {
  border-right-color: rgb(3 7 18 / 0.85);
}
.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\/15 {
  border-right-color: rgb(220 252 231 / 0.15);
}
.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\/35 {
  border-right-color: rgb(220 252 231 / 0.35);
}
.border-r-green-100\/40 {
  border-right-color: rgb(220 252 231 / 0.4);
}
.border-r-green-100\/45 {
  border-right-color: rgb(220 252 231 / 0.45);
}
.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\/55 {
  border-right-color: rgb(220 252 231 / 0.55);
}
.border-r-green-100\/60 {
  border-right-color: rgb(220 252 231 / 0.6);
}
.border-r-green-100\/65 {
  border-right-color: rgb(220 252 231 / 0.65);
}
.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\/85 {
  border-right-color: rgb(220 252 231 / 0.85);
}
.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\/15 {
  border-right-color: rgb(187 247 208 / 0.15);
}
.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\/35 {
  border-right-color: rgb(187 247 208 / 0.35);
}
.border-r-green-200\/40 {
  border-right-color: rgb(187 247 208 / 0.4);
}
.border-r-green-200\/45 {
  border-right-color: rgb(187 247 208 / 0.45);
}
.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\/55 {
  border-right-color: rgb(187 247 208 / 0.55);
}
.border-r-green-200\/60 {
  border-right-color: rgb(187 247 208 / 0.6);
}
.border-r-green-200\/65 {
  border-right-color: rgb(187 247 208 / 0.65);
}
.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\/85 {
  border-right-color: rgb(187 247 208 / 0.85);
}
.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\/15 {
  border-right-color: rgb(134 239 172 / 0.15);
}
.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\/35 {
  border-right-color: rgb(134 239 172 / 0.35);
}
.border-r-green-300\/40 {
  border-right-color: rgb(134 239 172 / 0.4);
}
.border-r-green-300\/45 {
  border-right-color: rgb(134 239 172 / 0.45);
}
.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\/55 {
  border-right-color: rgb(134 239 172 / 0.55);
}
.border-r-green-300\/60 {
  border-right-color: rgb(134 239 172 / 0.6);
}
.border-r-green-300\/65 {
  border-right-color: rgb(134 239 172 / 0.65);
}
.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\/85 {
  border-right-color: rgb(134 239 172 / 0.85);
}
.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\/15 {
  border-right-color: rgb(74 222 128 / 0.15);
}
.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\/35 {
  border-right-color: rgb(74 222 128 / 0.35);
}
.border-r-green-400\/40 {
  border-right-color: rgb(74 222 128 / 0.4);
}
.border-r-green-400\/45 {
  border-right-color: rgb(74 222 128 / 0.45);
}
.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\/55 {
  border-right-color: rgb(74 222 128 / 0.55);
}
.border-r-green-400\/60 {
  border-right-color: rgb(74 222 128 / 0.6);
}
.border-r-green-400\/65 {
  border-right-color: rgb(74 222 128 / 0.65);
}
.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\/85 {
  border-right-color: rgb(74 222 128 / 0.85);
}
.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\/15 {
  border-right-color: rgb(240 253 244 / 0.15);
}
.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\/35 {
  border-right-color: rgb(240 253 244 / 0.35);
}
.border-r-green-50\/40 {
  border-right-color: rgb(240 253 244 / 0.4);
}
.border-r-green-50\/45 {
  border-right-color: rgb(240 253 244 / 0.45);
}
.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\/55 {
  border-right-color: rgb(240 253 244 / 0.55);
}
.border-r-green-50\/60 {
  border-right-color: rgb(240 253 244 / 0.6);
}
.border-r-green-50\/65 {
  border-right-color: rgb(240 253 244 / 0.65);
}
.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\/85 {
  border-right-color: rgb(240 253 244 / 0.85);
}
.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\/15 {
  border-right-color: rgb(34 197 94 / 0.15);
}
.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\/35 {
  border-right-color: rgb(34 197 94 / 0.35);
}
.border-r-green-500\/40 {
  border-right-color: rgb(34 197 94 / 0.4);
}
.border-r-green-500\/45 {
  border-right-color: rgb(34 197 94 / 0.45);
}
.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\/55 {
  border-right-color: rgb(34 197 94 / 0.55);
}
.border-r-green-500\/60 {
  border-right-color: rgb(34 197 94 / 0.6);
}
.border-r-green-500\/65 {
  border-right-color: rgb(34 197 94 / 0.65);
}
.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\/85 {
  border-right-color: rgb(34 197 94 / 0.85);
}
.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\/15 {
  border-right-color: rgb(22 163 74 / 0.15);
}
.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\/35 {
  border-right-color: rgb(22 163 74 / 0.35);
}
.border-r-green-600\/40 {
  border-right-color: rgb(22 163 74 / 0.4);
}
.border-r-green-600\/45 {
  border-right-color: rgb(22 163 74 / 0.45);
}
.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\/55 {
  border-right-color: rgb(22 163 74 / 0.55);
}
.border-r-green-600\/60 {
  border-right-color: rgb(22 163 74 / 0.6);
}
.border-r-green-600\/65 {
  border-right-color: rgb(22 163 74 / 0.65);
}
.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\/85 {
  border-right-color: rgb(22 163 74 / 0.85);
}
.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\/15 {
  border-right-color: rgb(21 128 61 / 0.15);
}
.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\/35 {
  border-right-color: rgb(21 128 61 / 0.35);
}
.border-r-green-700\/40 {
  border-right-color: rgb(21 128 61 / 0.4);
}
.border-r-green-700\/45 {
  border-right-color: rgb(21 128 61 / 0.45);
}
.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\/55 {
  border-right-color: rgb(21 128 61 / 0.55);
}
.border-r-green-700\/60 {
  border-right-color: rgb(21 128 61 / 0.6);
}
.border-r-green-700\/65 {
  border-right-color: rgb(21 128 61 / 0.65);
}
.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\/85 {
  border-right-color: rgb(21 128 61 / 0.85);
}
.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\/15 {
  border-right-color: rgb(22 101 52 / 0.15);
}
.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\/35 {
  border-right-color: rgb(22 101 52 / 0.35);
}
.border-r-green-800\/40 {
  border-right-color: rgb(22 101 52 / 0.4);
}
.border-r-green-800\/45 {
  border-right-color: rgb(22 101 52 / 0.45);
}
.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\/55 {
  border-right-color: rgb(22 101 52 / 0.55);
}
.border-r-green-800\/60 {
  border-right-color: rgb(22 101 52 / 0.6);
}
.border-r-green-800\/65 {
  border-right-color: rgb(22 101 52 / 0.65);
}
.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\/85 {
  border-right-color: rgb(22 101 52 / 0.85);
}
.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\/15 {
  border-right-color: rgb(20 83 45 / 0.15);
}
.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\/35 {
  border-right-color: rgb(20 83 45 / 0.35);
}
.border-r-green-900\/40 {
  border-right-color: rgb(20 83 45 / 0.4);
}
.border-r-green-900\/45 {
  border-right-color: rgb(20 83 45 / 0.45);
}
.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\/55 {
  border-right-color: rgb(20 83 45 / 0.55);
}
.border-r-green-900\/60 {
  border-right-color: rgb(20 83 45 / 0.6);
}
.border-r-green-900\/65 {
  border-right-color: rgb(20 83 45 / 0.65);
}
.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\/85 {
  border-right-color: rgb(20 83 45 / 0.85);
}
.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\/15 {
  border-right-color: rgb(5 46 22 / 0.15);
}
.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\/35 {
  border-right-color: rgb(5 46 22 / 0.35);
}
.border-r-green-950\/40 {
  border-right-color: rgb(5 46 22 / 0.4);
}
.border-r-green-950\/45 {
  border-right-color: rgb(5 46 22 / 0.45);
}
.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\/55 {
  border-right-color: rgb(5 46 22 / 0.55);
}
.border-r-green-950\/60 {
  border-right-color: rgb(5 46 22 / 0.6);
}
.border-r-green-950\/65 {
  border-right-color: rgb(5 46 22 / 0.65);
}
.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\/85 {
  border-right-color: rgb(5 46 22 / 0.85);
}
.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\/15 {
  border-right-color: rgb(224 231 255 / 0.15);
}
.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\/35 {
  border-right-color: rgb(224 231 255 / 0.35);
}
.border-r-indigo-100\/40 {
  border-right-color: rgb(224 231 255 / 0.4);
}
.border-r-indigo-100\/45 {
  border-right-color: rgb(224 231 255 / 0.45);
}
.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\/55 {
  border-right-color: rgb(224 231 255 / 0.55);
}
.border-r-indigo-100\/60 {
  border-right-color: rgb(224 231 255 / 0.6);
}
.border-r-indigo-100\/65 {
  border-right-color: rgb(224 231 255 / 0.65);
}
.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\/85 {
  border-right-color: rgb(224 231 255 / 0.85);
}
.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\/15 {
  border-right-color: rgb(199 210 254 / 0.15);
}
.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\/35 {
  border-right-color: rgb(199 210 254 / 0.35);
}
.border-r-indigo-200\/40 {
  border-right-color: rgb(199 210 254 / 0.4);
}
.border-r-indigo-200\/45 {
  border-right-color: rgb(199 210 254 / 0.45);
}
.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\/55 {
  border-right-color: rgb(199 210 254 / 0.55);
}
.border-r-indigo-200\/60 {
  border-right-color: rgb(199 210 254 / 0.6);
}
.border-r-indigo-200\/65 {
  border-right-color: rgb(199 210 254 / 0.65);
}
.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\/85 {
  border-right-color: rgb(199 210 254 / 0.85);
}
.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\/15 {
  border-right-color: rgb(165 180 252 / 0.15);
}
.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\/35 {
  border-right-color: rgb(165 180 252 / 0.35);
}
.border-r-indigo-300\/40 {
  border-right-color: rgb(165 180 252 / 0.4);
}
.border-r-indigo-300\/45 {
  border-right-color: rgb(165 180 252 / 0.45);
}
.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\/55 {
  border-right-color: rgb(165 180 252 / 0.55);
}
.border-r-indigo-300\/60 {
  border-right-color: rgb(165 180 252 / 0.6);
}
.border-r-indigo-300\/65 {
  border-right-color: rgb(165 180 252 / 0.65);
}
.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\/85 {
  border-right-color: rgb(165 180 252 / 0.85);
}
.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\/15 {
  border-right-color: rgb(129 140 248 / 0.15);
}
.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\/35 {
  border-right-color: rgb(129 140 248 / 0.35);
}
.border-r-indigo-400\/40 {
  border-right-color: rgb(129 140 248 / 0.4);
}
.border-r-indigo-400\/45 {
  border-right-color: rgb(129 140 248 / 0.45);
}
.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\/55 {
  border-right-color: rgb(129 140 248 / 0.55);
}
.border-r-indigo-400\/60 {
  border-right-color: rgb(129 140 248 / 0.6);
}
.border-r-indigo-400\/65 {
  border-right-color: rgb(129 140 248 / 0.65);
}
.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\/85 {
  border-right-color: rgb(129 140 248 / 0.85);
}
.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\/15 {
  border-right-color: rgb(238 242 255 / 0.15);
}
.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\/35 {
  border-right-color: rgb(238 242 255 / 0.35);
}
.border-r-indigo-50\/40 {
  border-right-color: rgb(238 242 255 / 0.4);
}
.border-r-indigo-50\/45 {
  border-right-color: rgb(238 242 255 / 0.45);
}
.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\/55 {
  border-right-color: rgb(238 242 255 / 0.55);
}
.border-r-indigo-50\/60 {
  border-right-color: rgb(238 242 255 / 0.6);
}
.border-r-indigo-50\/65 {
  border-right-color: rgb(238 242 255 / 0.65);
}
.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\/85 {
  border-right-color: rgb(238 242 255 / 0.85);
}
.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\/15 {
  border-right-color: rgb(99 102 241 / 0.15);
}
.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\/35 {
  border-right-color: rgb(99 102 241 / 0.35);
}
.border-r-indigo-500\/40 {
  border-right-color: rgb(99 102 241 / 0.4);
}
.border-r-indigo-500\/45 {
  border-right-color: rgb(99 102 241 / 0.45);
}
.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\/55 {
  border-right-color: rgb(99 102 241 / 0.55);
}
.border-r-indigo-500\/60 {
  border-right-color: rgb(99 102 241 / 0.6);
}
.border-r-indigo-500\/65 {
  border-right-color: rgb(99 102 241 / 0.65);
}
.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\/85 {
  border-right-color: rgb(99 102 241 / 0.85);
}
.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\/15 {
  border-right-color: rgb(79 70 229 / 0.15);
}
.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\/35 {
  border-right-color: rgb(79 70 229 / 0.35);
}
.border-r-indigo-600\/40 {
  border-right-color: rgb(79 70 229 / 0.4);
}
.border-r-indigo-600\/45 {
  border-right-color: rgb(79 70 229 / 0.45);
}
.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\/55 {
  border-right-color: rgb(79 70 229 / 0.55);
}
.border-r-indigo-600\/60 {
  border-right-color: rgb(79 70 229 / 0.6);
}
.border-r-indigo-600\/65 {
  border-right-color: rgb(79 70 229 / 0.65);
}
.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\/85 {
  border-right-color: rgb(79 70 229 / 0.85);
}
.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\/15 {
  border-right-color: rgb(67 56 202 / 0.15);
}
.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\/35 {
  border-right-color: rgb(67 56 202 / 0.35);
}
.border-r-indigo-700\/40 {
  border-right-color: rgb(67 56 202 / 0.4);
}
.border-r-indigo-700\/45 {
  border-right-color: rgb(67 56 202 / 0.45);
}
.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\/55 {
  border-right-color: rgb(67 56 202 / 0.55);
}
.border-r-indigo-700\/60 {
  border-right-color: rgb(67 56 202 / 0.6);
}
.border-r-indigo-700\/65 {
  border-right-color: rgb(67 56 202 / 0.65);
}
.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\/85 {
  border-right-color: rgb(67 56 202 / 0.85);
}
.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\/15 {
  border-right-color: rgb(55 48 163 / 0.15);
}
.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\/35 {
  border-right-color: rgb(55 48 163 / 0.35);
}
.border-r-indigo-800\/40 {
  border-right-color: rgb(55 48 163 / 0.4);
}
.border-r-indigo-800\/45 {
  border-right-color: rgb(55 48 163 / 0.45);
}
.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\/55 {
  border-right-color: rgb(55 48 163 / 0.55);
}
.border-r-indigo-800\/60 {
  border-right-color: rgb(55 48 163 / 0.6);
}
.border-r-indigo-800\/65 {
  border-right-color: rgb(55 48 163 / 0.65);
}
.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\/85 {
  border-right-color: rgb(55 48 163 / 0.85);
}
.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\/15 {
  border-right-color: rgb(49 46 129 / 0.15);
}
.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\/35 {
  border-right-color: rgb(49 46 129 / 0.35);
}
.border-r-indigo-900\/40 {
  border-right-color: rgb(49 46 129 / 0.4);
}
.border-r-indigo-900\/45 {
  border-right-color: rgb(49 46 129 / 0.45);
}
.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\/55 {
  border-right-color: rgb(49 46 129 / 0.55);
}
.border-r-indigo-900\/60 {
  border-right-color: rgb(49 46 129 / 0.6);
}
.border-r-indigo-900\/65 {
  border-right-color: rgb(49 46 129 / 0.65);
}
.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\/85 {
  border-right-color: rgb(49 46 129 / 0.85);
}
.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\/15 {
  border-right-color: rgb(30 27 75 / 0.15);
}
.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\/35 {
  border-right-color: rgb(30 27 75 / 0.35);
}
.border-r-indigo-950\/40 {
  border-right-color: rgb(30 27 75 / 0.4);
}
.border-r-indigo-950\/45 {
  border-right-color: rgb(30 27 75 / 0.45);
}
.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\/55 {
  border-right-color: rgb(30 27 75 / 0.55);
}
.border-r-indigo-950\/60 {
  border-right-color: rgb(30 27 75 / 0.6);
}
.border-r-indigo-950\/65 {
  border-right-color: rgb(30 27 75 / 0.65);
}
.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\/85 {
  border-right-color: rgb(30 27 75 / 0.85);
}
.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\/15 {
  border-right-color: rgb(236 252 203 / 0.15);
}
.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\/35 {
  border-right-color: rgb(236 252 203 / 0.35);
}
.border-r-lime-100\/40 {
  border-right-color: rgb(236 252 203 / 0.4);
}
.border-r-lime-100\/45 {
  border-right-color: rgb(236 252 203 / 0.45);
}
.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\/55 {
  border-right-color: rgb(236 252 203 / 0.55);
}
.border-r-lime-100\/60 {
  border-right-color: rgb(236 252 203 / 0.6);
}
.border-r-lime-100\/65 {
  border-right-color: rgb(236 252 203 / 0.65);
}
.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\/85 {
  border-right-color: rgb(236 252 203 / 0.85);
}
.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\/15 {
  border-right-color: rgb(217 249 157 / 0.15);
}
.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\/35 {
  border-right-color: rgb(217 249 157 / 0.35);
}
.border-r-lime-200\/40 {
  border-right-color: rgb(217 249 157 / 0.4);
}
.border-r-lime-200\/45 {
  border-right-color: rgb(217 249 157 / 0.45);
}
.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\/55 {
  border-right-color: rgb(217 249 157 / 0.55);
}
.border-r-lime-200\/60 {
  border-right-color: rgb(217 249 157 / 0.6);
}
.border-r-lime-200\/65 {
  border-right-color: rgb(217 249 157 / 0.65);
}
.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\/85 {
  border-right-color: rgb(217 249 157 / 0.85);
}
.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\/15 {
  border-right-color: rgb(190 242 100 / 0.15);
}
.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\/35 {
  border-right-color: rgb(190 242 100 / 0.35);
}
.border-r-lime-300\/40 {
  border-right-color: rgb(190 242 100 / 0.4);
}
.border-r-lime-300\/45 {
  border-right-color: rgb(190 242 100 / 0.45);
}
.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\/55 {
  border-right-color: rgb(190 242 100 / 0.55);
}
.border-r-lime-300\/60 {
  border-right-color: rgb(190 242 100 / 0.6);
}
.border-r-lime-300\/65 {
  border-right-color: rgb(190 242 100 / 0.65);
}
.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\/85 {
  border-right-color: rgb(190 242 100 / 0.85);
}
.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\/15 {
  border-right-color: rgb(163 230 53 / 0.15);
}
.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\/35 {
  border-right-color: rgb(163 230 53 / 0.35);
}
.border-r-lime-400\/40 {
  border-right-color: rgb(163 230 53 / 0.4);
}
.border-r-lime-400\/45 {
  border-right-color: rgb(163 230 53 / 0.45);
}
.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\/55 {
  border-right-color: rgb(163 230 53 / 0.55);
}
.border-r-lime-400\/60 {
  border-right-color: rgb(163 230 53 / 0.6);
}
.border-r-lime-400\/65 {
  border-right-color: rgb(163 230 53 / 0.65);
}
.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\/85 {
  border-right-color: rgb(163 230 53 / 0.85);
}
.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\/15 {
  border-right-color: rgb(247 254 231 / 0.15);
}
.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\/35 {
  border-right-color: rgb(247 254 231 / 0.35);
}
.border-r-lime-50\/40 {
  border-right-color: rgb(247 254 231 / 0.4);
}
.border-r-lime-50\/45 {
  border-right-color: rgb(247 254 231 / 0.45);
}
.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\/55 {
  border-right-color: rgb(247 254 231 / 0.55);
}
.border-r-lime-50\/60 {
  border-right-color: rgb(247 254 231 / 0.6);
}
.border-r-lime-50\/65 {
  border-right-color: rgb(247 254 231 / 0.65);
}
.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\/85 {
  border-right-color: rgb(247 254 231 / 0.85);
}
.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\/15 {
  border-right-color: rgb(132 204 22 / 0.15);
}
.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\/35 {
  border-right-color: rgb(132 204 22 / 0.35);
}
.border-r-lime-500\/40 {
  border-right-color: rgb(132 204 22 / 0.4);
}
.border-r-lime-500\/45 {
  border-right-color: rgb(132 204 22 / 0.45);
}
.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\/55 {
  border-right-color: rgb(132 204 22 / 0.55);
}
.border-r-lime-500\/60 {
  border-right-color: rgb(132 204 22 / 0.6);
}
.border-r-lime-500\/65 {
  border-right-color: rgb(132 204 22 / 0.65);
}
.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\/85 {
  border-right-color: rgb(132 204 22 / 0.85);
}
.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\/15 {
  border-right-color: rgb(101 163 13 / 0.15);
}
.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\/35 {
  border-right-color: rgb(101 163 13 / 0.35);
}
.border-r-lime-600\/40 {
  border-right-color: rgb(101 163 13 / 0.4);
}
.border-r-lime-600\/45 {
  border-right-color: rgb(101 163 13 / 0.45);
}
.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\/55 {
  border-right-color: rgb(101 163 13 / 0.55);
}
.border-r-lime-600\/60 {
  border-right-color: rgb(101 163 13 / 0.6);
}
.border-r-lime-600\/65 {
  border-right-color: rgb(101 163 13 / 0.65);
}
.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\/85 {
  border-right-color: rgb(101 163 13 / 0.85);
}
.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\/15 {
  border-right-color: rgb(77 124 15 / 0.15);
}
.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\/35 {
  border-right-color: rgb(77 124 15 / 0.35);
}
.border-r-lime-700\/40 {
  border-right-color: rgb(77 124 15 / 0.4);
}
.border-r-lime-700\/45 {
  border-right-color: rgb(77 124 15 / 0.45);
}
.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\/55 {
  border-right-color: rgb(77 124 15 / 0.55);
}
.border-r-lime-700\/60 {
  border-right-color: rgb(77 124 15 / 0.6);
}
.border-r-lime-700\/65 {
  border-right-color: rgb(77 124 15 / 0.65);
}
.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\/85 {
  border-right-color: rgb(77 124 15 / 0.85);
}
.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\/15 {
  border-right-color: rgb(63 98 18 / 0.15);
}
.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\/35 {
  border-right-color: rgb(63 98 18 / 0.35);
}
.border-r-lime-800\/40 {
  border-right-color: rgb(63 98 18 / 0.4);
}
.border-r-lime-800\/45 {
  border-right-color: rgb(63 98 18 / 0.45);
}
.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\/55 {
  border-right-color: rgb(63 98 18 / 0.55);
}
.border-r-lime-800\/60 {
  border-right-color: rgb(63 98 18 / 0.6);
}
.border-r-lime-800\/65 {
  border-right-color: rgb(63 98 18 / 0.65);
}
.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\/85 {
  border-right-color: rgb(63 98 18 / 0.85);
}
.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\/15 {
  border-right-color: rgb(54 83 20 / 0.15);
}
.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\/35 {
  border-right-color: rgb(54 83 20 / 0.35);
}
.border-r-lime-900\/40 {
  border-right-color: rgb(54 83 20 / 0.4);
}
.border-r-lime-900\/45 {
  border-right-color: rgb(54 83 20 / 0.45);
}
.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\/55 {
  border-right-color: rgb(54 83 20 / 0.55);
}
.border-r-lime-900\/60 {
  border-right-color: rgb(54 83 20 / 0.6);
}
.border-r-lime-900\/65 {
  border-right-color: rgb(54 83 20 / 0.65);
}
.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\/85 {
  border-right-color: rgb(54 83 20 / 0.85);
}
.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\/15 {
  border-right-color: rgb(26 46 5 / 0.15);
}
.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\/35 {
  border-right-color: rgb(26 46 5 / 0.35);
}
.border-r-lime-950\/40 {
  border-right-color: rgb(26 46 5 / 0.4);
}
.border-r-lime-950\/45 {
  border-right-color: rgb(26 46 5 / 0.45);
}
.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\/55 {
  border-right-color: rgb(26 46 5 / 0.55);
}
.border-r-lime-950\/60 {
  border-right-color: rgb(26 46 5 / 0.6);
}
.border-r-lime-950\/65 {
  border-right-color: rgb(26 46 5 / 0.65);
}
.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\/85 {
  border-right-color: rgb(26 46 5 / 0.85);
}
.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\/15 {
  border-right-color: rgb(245 245 245 / 0.15);
}
.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\/35 {
  border-right-color: rgb(245 245 245 / 0.35);
}
.border-r-neutral-100\/40 {
  border-right-color: rgb(245 245 245 / 0.4);
}
.border-r-neutral-100\/45 {
  border-right-color: rgb(245 245 245 / 0.45);
}
.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\/55 {
  border-right-color: rgb(245 245 245 / 0.55);
}
.border-r-neutral-100\/60 {
  border-right-color: rgb(245 245 245 / 0.6);
}
.border-r-neutral-100\/65 {
  border-right-color: rgb(245 245 245 / 0.65);
}
.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\/85 {
  border-right-color: rgb(245 245 245 / 0.85);
}
.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\/15 {
  border-right-color: rgb(229 229 229 / 0.15);
}
.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\/35 {
  border-right-color: rgb(229 229 229 / 0.35);
}
.border-r-neutral-200\/40 {
  border-right-color: rgb(229 229 229 / 0.4);
}
.border-r-neutral-200\/45 {
  border-right-color: rgb(229 229 229 / 0.45);
}
.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\/55 {
  border-right-color: rgb(229 229 229 / 0.55);
}
.border-r-neutral-200\/60 {
  border-right-color: rgb(229 229 229 / 0.6);
}
.border-r-neutral-200\/65 {
  border-right-color: rgb(229 229 229 / 0.65);
}
.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\/85 {
  border-right-color: rgb(229 229 229 / 0.85);
}
.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\/15 {
  border-right-color: rgb(212 212 212 / 0.15);
}
.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\/35 {
  border-right-color: rgb(212 212 212 / 0.35);
}
.border-r-neutral-300\/40 {
  border-right-color: rgb(212 212 212 / 0.4);
}
.border-r-neutral-300\/45 {
  border-right-color: rgb(212 212 212 / 0.45);
}
.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\/55 {
  border-right-color: rgb(212 212 212 / 0.55);
}
.border-r-neutral-300\/60 {
  border-right-color: rgb(212 212 212 / 0.6);
}
.border-r-neutral-300\/65 {
  border-right-color: rgb(212 212 212 / 0.65);
}
.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\/85 {
  border-right-color: rgb(212 212 212 / 0.85);
}
.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\/15 {
  border-right-color: rgb(163 163 163 / 0.15);
}
.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\/35 {
  border-right-color: rgb(163 163 163 / 0.35);
}
.border-r-neutral-400\/40 {
  border-right-color: rgb(163 163 163 / 0.4);
}
.border-r-neutral-400\/45 {
  border-right-color: rgb(163 163 163 / 0.45);
}
.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\/55 {
  border-right-color: rgb(163 163 163 / 0.55);
}
.border-r-neutral-400\/60 {
  border-right-color: rgb(163 163 163 / 0.6);
}
.border-r-neutral-400\/65 {
  border-right-color: rgb(163 163 163 / 0.65);
}
.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\/85 {
  border-right-color: rgb(163 163 163 / 0.85);
}
.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\/15 {
  border-right-color: rgb(250 250 250 / 0.15);
}
.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\/35 {
  border-right-color: rgb(250 250 250 / 0.35);
}
.border-r-neutral-50\/40 {
  border-right-color: rgb(250 250 250 / 0.4);
}
.border-r-neutral-50\/45 {
  border-right-color: rgb(250 250 250 / 0.45);
}
.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\/55 {
  border-right-color: rgb(250 250 250 / 0.55);
}
.border-r-neutral-50\/60 {
  border-right-color: rgb(250 250 250 / 0.6);
}
.border-r-neutral-50\/65 {
  border-right-color: rgb(250 250 250 / 0.65);
}
.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\/85 {
  border-right-color: rgb(250 250 250 / 0.85);
}
.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\/15 {
  border-right-color: rgb(115 115 115 / 0.15);
}
.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\/35 {
  border-right-color: rgb(115 115 115 / 0.35);
}
.border-r-neutral-500\/40 {
  border-right-color: rgb(115 115 115 / 0.4);
}
.border-r-neutral-500\/45 {
  border-right-color: rgb(115 115 115 / 0.45);
}
.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\/55 {
  border-right-color: rgb(115 115 115 / 0.55);
}
.border-r-neutral-500\/60 {
  border-right-color: rgb(115 115 115 / 0.6);
}
.border-r-neutral-500\/65 {
  border-right-color: rgb(115 115 115 / 0.65);
}
.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\/85 {
  border-right-color: rgb(115 115 115 / 0.85);
}
.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\/15 {
  border-right-color: rgb(82 82 82 / 0.15);
}
.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\/35 {
  border-right-color: rgb(82 82 82 / 0.35);
}
.border-r-neutral-600\/40 {
  border-right-color: rgb(82 82 82 / 0.4);
}
.border-r-neutral-600\/45 {
  border-right-color: rgb(82 82 82 / 0.45);
}
.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\/55 {
  border-right-color: rgb(82 82 82 / 0.55);
}
.border-r-neutral-600\/60 {
  border-right-color: rgb(82 82 82 / 0.6);
}
.border-r-neutral-600\/65 {
  border-right-color: rgb(82 82 82 / 0.65);
}
.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\/85 {
  border-right-color: rgb(82 82 82 / 0.85);
}
.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\/15 {
  border-right-color: rgb(64 64 64 / 0.15);
}
.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\/35 {
  border-right-color: rgb(64 64 64 / 0.35);
}
.border-r-neutral-700\/40 {
  border-right-color: rgb(64 64 64 / 0.4);
}
.border-r-neutral-700\/45 {
  border-right-color: rgb(64 64 64 / 0.45);
}
.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\/55 {
  border-right-color: rgb(64 64 64 / 0.55);
}
.border-r-neutral-700\/60 {
  border-right-color: rgb(64 64 64 / 0.6);
}
.border-r-neutral-700\/65 {
  border-right-color: rgb(64 64 64 / 0.65);
}
.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\/85 {
  border-right-color: rgb(64 64 64 / 0.85);
}
.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\/15 {
  border-right-color: rgb(38 38 38 / 0.15);
}
.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\/35 {
  border-right-color: rgb(38 38 38 / 0.35);
}
.border-r-neutral-800\/40 {
  border-right-color: rgb(38 38 38 / 0.4);
}
.border-r-neutral-800\/45 {
  border-right-color: rgb(38 38 38 / 0.45);
}
.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\/55 {
  border-right-color: rgb(38 38 38 / 0.55);
}
.border-r-neutral-800\/60 {
  border-right-color: rgb(38 38 38 / 0.6);
}
.border-r-neutral-800\/65 {
  border-right-color: rgb(38 38 38 / 0.65);
}
.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\/85 {
  border-right-color: rgb(38 38 38 / 0.85);
}
.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\/15 {
  border-right-color: rgb(23 23 23 / 0.15);
}
.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\/35 {
  border-right-color: rgb(23 23 23 / 0.35);
}
.border-r-neutral-900\/40 {
  border-right-color: rgb(23 23 23 / 0.4);
}
.border-r-neutral-900\/45 {
  border-right-color: rgb(23 23 23 / 0.45);
}
.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\/55 {
  border-right-color: rgb(23 23 23 / 0.55);
}
.border-r-neutral-900\/60 {
  border-right-color: rgb(23 23 23 / 0.6);
}
.border-r-neutral-900\/65 {
  border-right-color: rgb(23 23 23 / 0.65);
}
.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\/85 {
  border-right-color: rgb(23 23 23 / 0.85);
}
.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\/15 {
  border-right-color: rgb(10 10 10 / 0.15);
}
.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\/35 {
  border-right-color: rgb(10 10 10 / 0.35);
}
.border-r-neutral-950\/40 {
  border-right-color: rgb(10 10 10 / 0.4);
}
.border-r-neutral-950\/45 {
  border-right-color: rgb(10 10 10 / 0.45);
}
.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\/55 {
  border-right-color: rgb(10 10 10 / 0.55);
}
.border-r-neutral-950\/60 {
  border-right-color: rgb(10 10 10 / 0.6);
}
.border-r-neutral-950\/65 {
  border-right-color: rgb(10 10 10 / 0.65);
}
.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\/85 {
  border-right-color: rgb(10 10 10 / 0.85);
}
.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\/15 {
  border-right-color: rgb(255 237 213 / 0.15);
}
.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\/35 {
  border-right-color: rgb(255 237 213 / 0.35);
}
.border-r-orange-100\/40 {
  border-right-color: rgb(255 237 213 / 0.4);
}
.border-r-orange-100\/45 {
  border-right-color: rgb(255 237 213 / 0.45);
}
.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\/55 {
  border-right-color: rgb(255 237 213 / 0.55);
}
.border-r-orange-100\/60 {
  border-right-color: rgb(255 237 213 / 0.6);
}
.border-r-orange-100\/65 {
  border-right-color: rgb(255 237 213 / 0.65);
}
.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\/85 {
  border-right-color: rgb(255 237 213 / 0.85);
}
.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\/15 {
  border-right-color: rgb(254 215 170 / 0.15);
}
.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\/35 {
  border-right-color: rgb(254 215 170 / 0.35);
}
.border-r-orange-200\/40 {
  border-right-color: rgb(254 215 170 / 0.4);
}
.border-r-orange-200\/45 {
  border-right-color: rgb(254 215 170 / 0.45);
}
.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\/55 {
  border-right-color: rgb(254 215 170 / 0.55);
}
.border-r-orange-200\/60 {
  border-right-color: rgb(254 215 170 / 0.6);
}
.border-r-orange-200\/65 {
  border-right-color: rgb(254 215 170 / 0.65);
}
.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\/85 {
  border-right-color: rgb(254 215 170 / 0.85);
}
.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\/15 {
  border-right-color: rgb(253 186 116 / 0.15);
}
.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\/35 {
  border-right-color: rgb(253 186 116 / 0.35);
}
.border-r-orange-300\/40 {
  border-right-color: rgb(253 186 116 / 0.4);
}
.border-r-orange-300\/45 {
  border-right-color: rgb(253 186 116 / 0.45);
}
.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\/55 {
  border-right-color: rgb(253 186 116 / 0.55);
}
.border-r-orange-300\/60 {
  border-right-color: rgb(253 186 116 / 0.6);
}
.border-r-orange-300\/65 {
  border-right-color: rgb(253 186 116 / 0.65);
}
.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\/85 {
  border-right-color: rgb(253 186 116 / 0.85);
}
.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\/15 {
  border-right-color: rgb(251 146 60 / 0.15);
}
.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\/35 {
  border-right-color: rgb(251 146 60 / 0.35);
}
.border-r-orange-400\/40 {
  border-right-color: rgb(251 146 60 / 0.4);
}
.border-r-orange-400\/45 {
  border-right-color: rgb(251 146 60 / 0.45);
}
.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\/55 {
  border-right-color: rgb(251 146 60 / 0.55);
}
.border-r-orange-400\/60 {
  border-right-color: rgb(251 146 60 / 0.6);
}
.border-r-orange-400\/65 {
  border-right-color: rgb(251 146 60 / 0.65);
}
.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\/85 {
  border-right-color: rgb(251 146 60 / 0.85);
}
.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\/15 {
  border-right-color: rgb(255 247 237 / 0.15);
}
.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\/35 {
  border-right-color: rgb(255 247 237 / 0.35);
}
.border-r-orange-50\/40 {
  border-right-color: rgb(255 247 237 / 0.4);
}
.border-r-orange-50\/45 {
  border-right-color: rgb(255 247 237 / 0.45);
}
.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\/55 {
  border-right-color: rgb(255 247 237 / 0.55);
}
.border-r-orange-50\/60 {
  border-right-color: rgb(255 247 237 / 0.6);
}
.border-r-orange-50\/65 {
  border-right-color: rgb(255 247 237 / 0.65);
}
.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\/85 {
  border-right-color: rgb(255 247 237 / 0.85);
}
.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\/15 {
  border-right-color: rgb(249 115 22 / 0.15);
}
.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\/35 {
  border-right-color: rgb(249 115 22 / 0.35);
}
.border-r-orange-500\/40 {
  border-right-color: rgb(249 115 22 / 0.4);
}
.border-r-orange-500\/45 {
  border-right-color: rgb(249 115 22 / 0.45);
}
.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\/55 {
  border-right-color: rgb(249 115 22 / 0.55);
}
.border-r-orange-500\/60 {
  border-right-color: rgb(249 115 22 / 0.6);
}
.border-r-orange-500\/65 {
  border-right-color: rgb(249 115 22 / 0.65);
}
.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\/85 {
  border-right-color: rgb(249 115 22 / 0.85);
}
.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\/15 {
  border-right-color: rgb(234 88 12 / 0.15);
}
.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\/35 {
  border-right-color: rgb(234 88 12 / 0.35);
}
.border-r-orange-600\/40 {
  border-right-color: rgb(234 88 12 / 0.4);
}
.border-r-orange-600\/45 {
  border-right-color: rgb(234 88 12 / 0.45);
}
.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\/55 {
  border-right-color: rgb(234 88 12 / 0.55);
}
.border-r-orange-600\/60 {
  border-right-color: rgb(234 88 12 / 0.6);
}
.border-r-orange-600\/65 {
  border-right-color: rgb(234 88 12 / 0.65);
}
.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\/85 {
  border-right-color: rgb(234 88 12 / 0.85);
}
.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\/15 {
  border-right-color: rgb(194 65 12 / 0.15);
}
.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\/35 {
  border-right-color: rgb(194 65 12 / 0.35);
}
.border-r-orange-700\/40 {
  border-right-color: rgb(194 65 12 / 0.4);
}
.border-r-orange-700\/45 {
  border-right-color: rgb(194 65 12 / 0.45);
}
.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\/55 {
  border-right-color: rgb(194 65 12 / 0.55);
}
.border-r-orange-700\/60 {
  border-right-color: rgb(194 65 12 / 0.6);
}
.border-r-orange-700\/65 {
  border-right-color: rgb(194 65 12 / 0.65);
}
.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\/85 {
  border-right-color: rgb(194 65 12 / 0.85);
}
.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\/15 {
  border-right-color: rgb(154 52 18 / 0.15);
}
.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\/35 {
  border-right-color: rgb(154 52 18 / 0.35);
}
.border-r-orange-800\/40 {
  border-right-color: rgb(154 52 18 / 0.4);
}
.border-r-orange-800\/45 {
  border-right-color: rgb(154 52 18 / 0.45);
}
.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\/55 {
  border-right-color: rgb(154 52 18 / 0.55);
}
.border-r-orange-800\/60 {
  border-right-color: rgb(154 52 18 / 0.6);
}
.border-r-orange-800\/65 {
  border-right-color: rgb(154 52 18 / 0.65);
}
.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\/85 {
  border-right-color: rgb(154 52 18 / 0.85);
}
.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\/15 {
  border-right-color: rgb(124 45 18 / 0.15);
}
.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\/35 {
  border-right-color: rgb(124 45 18 / 0.35);
}
.border-r-orange-900\/40 {
  border-right-color: rgb(124 45 18 / 0.4);
}
.border-r-orange-900\/45 {
  border-right-color: rgb(124 45 18 / 0.45);
}
.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\/55 {
  border-right-color: rgb(124 45 18 / 0.55);
}
.border-r-orange-900\/60 {
  border-right-color: rgb(124 45 18 / 0.6);
}
.border-r-orange-900\/65 {
  border-right-color: rgb(124 45 18 / 0.65);
}
.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\/85 {
  border-right-color: rgb(124 45 18 / 0.85);
}
.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\/15 {
  border-right-color: rgb(67 20 7 / 0.15);
}
.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\/35 {
  border-right-color: rgb(67 20 7 / 0.35);
}
.border-r-orange-950\/40 {
  border-right-color: rgb(67 20 7 / 0.4);
}
.border-r-orange-950\/45 {
  border-right-color: rgb(67 20 7 / 0.45);
}
.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\/55 {
  border-right-color: rgb(67 20 7 / 0.55);
}
.border-r-orange-950\/60 {
  border-right-color: rgb(67 20 7 / 0.6);
}
.border-r-orange-950\/65 {
  border-right-color: rgb(67 20 7 / 0.65);
}
.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\/85 {
  border-right-color: rgb(67 20 7 / 0.85);
}
.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\/15 {
  border-right-color: rgb(252 231 243 / 0.15);
}
.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\/35 {
  border-right-color: rgb(252 231 243 / 0.35);
}
.border-r-pink-100\/40 {
  border-right-color: rgb(252 231 243 / 0.4);
}
.border-r-pink-100\/45 {
  border-right-color: rgb(252 231 243 / 0.45);
}
.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\/55 {
  border-right-color: rgb(252 231 243 / 0.55);
}
.border-r-pink-100\/60 {
  border-right-color: rgb(252 231 243 / 0.6);
}
.border-r-pink-100\/65 {
  border-right-color: rgb(252 231 243 / 0.65);
}
.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\/85 {
  border-right-color: rgb(252 231 243 / 0.85);
}
.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\/15 {
  border-right-color: rgb(251 207 232 / 0.15);
}
.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\/35 {
  border-right-color: rgb(251 207 232 / 0.35);
}
.border-r-pink-200\/40 {
  border-right-color: rgb(251 207 232 / 0.4);
}
.border-r-pink-200\/45 {
  border-right-color: rgb(251 207 232 / 0.45);
}
.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\/55 {
  border-right-color: rgb(251 207 232 / 0.55);
}
.border-r-pink-200\/60 {
  border-right-color: rgb(251 207 232 / 0.6);
}
.border-r-pink-200\/65 {
  border-right-color: rgb(251 207 232 / 0.65);
}
.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\/85 {
  border-right-color: rgb(251 207 232 / 0.85);
}
.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\/15 {
  border-right-color: rgb(249 168 212 / 0.15);
}
.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\/35 {
  border-right-color: rgb(249 168 212 / 0.35);
}
.border-r-pink-300\/40 {
  border-right-color: rgb(249 168 212 / 0.4);
}
.border-r-pink-300\/45 {
  border-right-color: rgb(249 168 212 / 0.45);
}
.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\/55 {
  border-right-color: rgb(249 168 212 / 0.55);
}
.border-r-pink-300\/60 {
  border-right-color: rgb(249 168 212 / 0.6);
}
.border-r-pink-300\/65 {
  border-right-color: rgb(249 168 212 / 0.65);
}
.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\/85 {
  border-right-color: rgb(249 168 212 / 0.85);
}
.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\/15 {
  border-right-color: rgb(244 114 182 / 0.15);
}
.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\/35 {
  border-right-color: rgb(244 114 182 / 0.35);
}
.border-r-pink-400\/40 {
  border-right-color: rgb(244 114 182 / 0.4);
}
.border-r-pink-400\/45 {
  border-right-color: rgb(244 114 182 / 0.45);
}
.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\/55 {
  border-right-color: rgb(244 114 182 / 0.55);
}
.border-r-pink-400\/60 {
  border-right-color: rgb(244 114 182 / 0.6);
}
.border-r-pink-400\/65 {
  border-right-color: rgb(244 114 182 / 0.65);
}
.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\/85 {
  border-right-color: rgb(244 114 182 / 0.85);
}
.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\/15 {
  border-right-color: rgb(253 242 248 / 0.15);
}
.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\/35 {
  border-right-color: rgb(253 242 248 / 0.35);
}
.border-r-pink-50\/40 {
  border-right-color: rgb(253 242 248 / 0.4);
}
.border-r-pink-50\/45 {
  border-right-color: rgb(253 242 248 / 0.45);
}
.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\/55 {
  border-right-color: rgb(253 242 248 / 0.55);
}
.border-r-pink-50\/60 {
  border-right-color: rgb(253 242 248 / 0.6);
}
.border-r-pink-50\/65 {
  border-right-color: rgb(253 242 248 / 0.65);
}
.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\/85 {
  border-right-color: rgb(253 242 248 / 0.85);
}
.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\/15 {
  border-right-color: rgb(236 72 153 / 0.15);
}
.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\/35 {
  border-right-color: rgb(236 72 153 / 0.35);
}
.border-r-pink-500\/40 {
  border-right-color: rgb(236 72 153 / 0.4);
}
.border-r-pink-500\/45 {
  border-right-color: rgb(236 72 153 / 0.45);
}
.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\/55 {
  border-right-color: rgb(236 72 153 / 0.55);
}
.border-r-pink-500\/60 {
  border-right-color: rgb(236 72 153 / 0.6);
}
.border-r-pink-500\/65 {
  border-right-color: rgb(236 72 153 / 0.65);
}
.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\/85 {
  border-right-color: rgb(236 72 153 / 0.85);
}
.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\/15 {
  border-right-color: rgb(219 39 119 / 0.15);
}
.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\/35 {
  border-right-color: rgb(219 39 119 / 0.35);
}
.border-r-pink-600\/40 {
  border-right-color: rgb(219 39 119 / 0.4);
}
.border-r-pink-600\/45 {
  border-right-color: rgb(219 39 119 / 0.45);
}
.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\/55 {
  border-right-color: rgb(219 39 119 / 0.55);
}
.border-r-pink-600\/60 {
  border-right-color: rgb(219 39 119 / 0.6);
}
.border-r-pink-600\/65 {
  border-right-color: rgb(219 39 119 / 0.65);
}
.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\/85 {
  border-right-color: rgb(219 39 119 / 0.85);
}
.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\/15 {
  border-right-color: rgb(190 24 93 / 0.15);
}
.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\/35 {
  border-right-color: rgb(190 24 93 / 0.35);
}
.border-r-pink-700\/40 {
  border-right-color: rgb(190 24 93 / 0.4);
}
.border-r-pink-700\/45 {
  border-right-color: rgb(190 24 93 / 0.45);
}
.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\/55 {
  border-right-color: rgb(190 24 93 / 0.55);
}
.border-r-pink-700\/60 {
  border-right-color: rgb(190 24 93 / 0.6);
}
.border-r-pink-700\/65 {
  border-right-color: rgb(190 24 93 / 0.65);
}
.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\/85 {
  border-right-color: rgb(190 24 93 / 0.85);
}
.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\/15 {
  border-right-color: rgb(157 23 77 / 0.15);
}
.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\/35 {
  border-right-color: rgb(157 23 77 / 0.35);
}
.border-r-pink-800\/40 {
  border-right-color: rgb(157 23 77 / 0.4);
}
.border-r-pink-800\/45 {
  border-right-color: rgb(157 23 77 / 0.45);
}
.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\/55 {
  border-right-color: rgb(157 23 77 / 0.55);
}
.border-r-pink-800\/60 {
  border-right-color: rgb(157 23 77 / 0.6);
}
.border-r-pink-800\/65 {
  border-right-color: rgb(157 23 77 / 0.65);
}
.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\/85 {
  border-right-color: rgb(157 23 77 / 0.85);
}
.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\/15 {
  border-right-color: rgb(131 24 67 / 0.15);
}
.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\/35 {
  border-right-color: rgb(131 24 67 / 0.35);
}
.border-r-pink-900\/40 {
  border-right-color: rgb(131 24 67 / 0.4);
}
.border-r-pink-900\/45 {
  border-right-color: rgb(131 24 67 / 0.45);
}
.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\/55 {
  border-right-color: rgb(131 24 67 / 0.55);
}
.border-r-pink-900\/60 {
  border-right-color: rgb(131 24 67 / 0.6);
}
.border-r-pink-900\/65 {
  border-right-color: rgb(131 24 67 / 0.65);
}
.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\/85 {
  border-right-color: rgb(131 24 67 / 0.85);
}
.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\/15 {
  border-right-color: rgb(80 7 36 / 0.15);
}
.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\/35 {
  border-right-color: rgb(80 7 36 / 0.35);
}
.border-r-pink-950\/40 {
  border-right-color: rgb(80 7 36 / 0.4);
}
.border-r-pink-950\/45 {
  border-right-color: rgb(80 7 36 / 0.45);
}
.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\/55 {
  border-right-color: rgb(80 7 36 / 0.55);
}
.border-r-pink-950\/60 {
  border-right-color: rgb(80 7 36 / 0.6);
}
.border-r-pink-950\/65 {
  border-right-color: rgb(80 7 36 / 0.65);
}
.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\/85 {
  border-right-color: rgb(80 7 36 / 0.85);
}
.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-primary-100 {
  border-right-color: var(--color-primary-100);
}
.border-r-primary-200 {
  border-right-color: var(--color-primary-200);
}
.border-r-primary-300 {
  border-right-color: var(--color-primary-300);
}
.border-r-primary-400 {
  border-right-color: var(--color-primary-400);
}
.border-r-primary-50 {
  border-right-color: var(--color-primary-50);
}
.border-r-primary-500 {
  border-right-color: var(--color-primary-500);
}
.border-r-primary-600 {
  border-right-color: var(--color-primary-600);
}
.border-r-primary-700 {
  border-right-color: var(--color-primary-700);
}
.border-r-primary-800 {
  border-right-color: var(--color-primary-800);
}
.border-r-primary-900 {
  border-right-color: var(--color-primary-900);
}
.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\/15 {
  border-right-color: rgb(243 232 255 / 0.15);
}
.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\/35 {
  border-right-color: rgb(243 232 255 / 0.35);
}
.border-r-purple-100\/40 {
  border-right-color: rgb(243 232 255 / 0.4);
}
.border-r-purple-100\/45 {
  border-right-color: rgb(243 232 255 / 0.45);
}
.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\/55 {
  border-right-color: rgb(243 232 255 / 0.55);
}
.border-r-purple-100\/60 {
  border-right-color: rgb(243 232 255 / 0.6);
}
.border-r-purple-100\/65 {
  border-right-color: rgb(243 232 255 / 0.65);
}
.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\/85 {
  border-right-color: rgb(243 232 255 / 0.85);
}
.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\/15 {
  border-right-color: rgb(233 213 255 / 0.15);
}
.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\/35 {
  border-right-color: rgb(233 213 255 / 0.35);
}
.border-r-purple-200\/40 {
  border-right-color: rgb(233 213 255 / 0.4);
}
.border-r-purple-200\/45 {
  border-right-color: rgb(233 213 255 / 0.45);
}
.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\/55 {
  border-right-color: rgb(233 213 255 / 0.55);
}
.border-r-purple-200\/60 {
  border-right-color: rgb(233 213 255 / 0.6);
}
.border-r-purple-200\/65 {
  border-right-color: rgb(233 213 255 / 0.65);
}
.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\/85 {
  border-right-color: rgb(233 213 255 / 0.85);
}
.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\/15 {
  border-right-color: rgb(216 180 254 / 0.15);
}
.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\/35 {
  border-right-color: rgb(216 180 254 / 0.35);
}
.border-r-purple-300\/40 {
  border-right-color: rgb(216 180 254 / 0.4);
}
.border-r-purple-300\/45 {
  border-right-color: rgb(216 180 254 / 0.45);
}
.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\/55 {
  border-right-color: rgb(216 180 254 / 0.55);
}
.border-r-purple-300\/60 {
  border-right-color: rgb(216 180 254 / 0.6);
}
.border-r-purple-300\/65 {
  border-right-color: rgb(216 180 254 / 0.65);
}
.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\/85 {
  border-right-color: rgb(216 180 254 / 0.85);
}
.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\/15 {
  border-right-color: rgb(192 132 252 / 0.15);
}
.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\/35 {
  border-right-color: rgb(192 132 252 / 0.35);
}
.border-r-purple-400\/40 {
  border-right-color: rgb(192 132 252 / 0.4);
}
.border-r-purple-400\/45 {
  border-right-color: rgb(192 132 252 / 0.45);
}
.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\/55 {
  border-right-color: rgb(192 132 252 / 0.55);
}
.border-r-purple-400\/60 {
  border-right-color: rgb(192 132 252 / 0.6);
}
.border-r-purple-400\/65 {
  border-right-color: rgb(192 132 252 / 0.65);
}
.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\/85 {
  border-right-color: rgb(192 132 252 / 0.85);
}
.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\/15 {
  border-right-color: rgb(250 245 255 / 0.15);
}
.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\/35 {
  border-right-color: rgb(250 245 255 / 0.35);
}
.border-r-purple-50\/40 {
  border-right-color: rgb(250 245 255 / 0.4);
}
.border-r-purple-50\/45 {
  border-right-color: rgb(250 245 255 / 0.45);
}
.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\/55 {
  border-right-color: rgb(250 245 255 / 0.55);
}
.border-r-purple-50\/60 {
  border-right-color: rgb(250 245 255 / 0.6);
}
.border-r-purple-50\/65 {
  border-right-color: rgb(250 245 255 / 0.65);
}
.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\/85 {
  border-right-color: rgb(250 245 255 / 0.85);
}
.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\/15 {
  border-right-color: rgb(168 85 247 / 0.15);
}
.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\/35 {
  border-right-color: rgb(168 85 247 / 0.35);
}
.border-r-purple-500\/40 {
  border-right-color: rgb(168 85 247 / 0.4);
}
.border-r-purple-500\/45 {
  border-right-color: rgb(168 85 247 / 0.45);
}
.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\/55 {
  border-right-color: rgb(168 85 247 / 0.55);
}
.border-r-purple-500\/60 {
  border-right-color: rgb(168 85 247 / 0.6);
}
.border-r-purple-500\/65 {
  border-right-color: rgb(168 85 247 / 0.65);
}
.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\/85 {
  border-right-color: rgb(168 85 247 / 0.85);
}
.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\/15 {
  border-right-color: rgb(147 51 234 / 0.15);
}
.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\/35 {
  border-right-color: rgb(147 51 234 / 0.35);
}
.border-r-purple-600\/40 {
  border-right-color: rgb(147 51 234 / 0.4);
}
.border-r-purple-600\/45 {
  border-right-color: rgb(147 51 234 / 0.45);
}
.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\/55 {
  border-right-color: rgb(147 51 234 / 0.55);
}
.border-r-purple-600\/60 {
  border-right-color: rgb(147 51 234 / 0.6);
}
.border-r-purple-600\/65 {
  border-right-color: rgb(147 51 234 / 0.65);
}
.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\/85 {
  border-right-color: rgb(147 51 234 / 0.85);
}
.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\/15 {
  border-right-color: rgb(126 34 206 / 0.15);
}
.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\/35 {
  border-right-color: rgb(126 34 206 / 0.35);
}
.border-r-purple-700\/40 {
  border-right-color: rgb(126 34 206 / 0.4);
}
.border-r-purple-700\/45 {
  border-right-color: rgb(126 34 206 / 0.45);
}
.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\/55 {
  border-right-color: rgb(126 34 206 / 0.55);
}
.border-r-purple-700\/60 {
  border-right-color: rgb(126 34 206 / 0.6);
}
.border-r-purple-700\/65 {
  border-right-color: rgb(126 34 206 / 0.65);
}
.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\/85 {
  border-right-color: rgb(126 34 206 / 0.85);
}
.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\/15 {
  border-right-color: rgb(107 33 168 / 0.15);
}
.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\/35 {
  border-right-color: rgb(107 33 168 / 0.35);
}
.border-r-purple-800\/40 {
  border-right-color: rgb(107 33 168 / 0.4);
}
.border-r-purple-800\/45 {
  border-right-color: rgb(107 33 168 / 0.45);
}
.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\/55 {
  border-right-color: rgb(107 33 168 / 0.55);
}
.border-r-purple-800\/60 {
  border-right-color: rgb(107 33 168 / 0.6);
}
.border-r-purple-800\/65 {
  border-right-color: rgb(107 33 168 / 0.65);
}
.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\/85 {
  border-right-color: rgb(107 33 168 / 0.85);
}
.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\/15 {
  border-right-color: rgb(88 28 135 / 0.15);
}
.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\/35 {
  border-right-color: rgb(88 28 135 / 0.35);
}
.border-r-purple-900\/40 {
  border-right-color: rgb(88 28 135 / 0.4);
}
.border-r-purple-900\/45 {
  border-right-color: rgb(88 28 135 / 0.45);
}
.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\/55 {
  border-right-color: rgb(88 28 135 / 0.55);
}
.border-r-purple-900\/60 {
  border-right-color: rgb(88 28 135 / 0.6);
}
.border-r-purple-900\/65 {
  border-right-color: rgb(88 28 135 / 0.65);
}
.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\/85 {
  border-right-color: rgb(88 28 135 / 0.85);
}
.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\/15 {
  border-right-color: rgb(59 7 100 / 0.15);
}
.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\/35 {
  border-right-color: rgb(59 7 100 / 0.35);
}
.border-r-purple-950\/40 {
  border-right-color: rgb(59 7 100 / 0.4);
}
.border-r-purple-950\/45 {
  border-right-color: rgb(59 7 100 / 0.45);
}
.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\/55 {
  border-right-color: rgb(59 7 100 / 0.55);
}
.border-r-purple-950\/60 {
  border-right-color: rgb(59 7 100 / 0.6);
}
.border-r-purple-950\/65 {
  border-right-color: rgb(59 7 100 / 0.65);
}
.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\/85 {
  border-right-color: rgb(59 7 100 / 0.85);
}
.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\/15 {
  border-right-color: rgb(254 226 226 / 0.15);
}
.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\/35 {
  border-right-color: rgb(254 226 226 / 0.35);
}
.border-r-red-100\/40 {
  border-right-color: rgb(254 226 226 / 0.4);
}
.border-r-red-100\/45 {
  border-right-color: rgb(254 226 226 / 0.45);
}
.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\/55 {
  border-right-color: rgb(254 226 226 / 0.55);
}
.border-r-red-100\/60 {
  border-right-color: rgb(254 226 226 / 0.6);
}
.border-r-red-100\/65 {
  border-right-color: rgb(254 226 226 / 0.65);
}
.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\/85 {
  border-right-color: rgb(254 226 226 / 0.85);
}
.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\/15 {
  border-right-color: rgb(254 202 202 / 0.15);
}
.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\/35 {
  border-right-color: rgb(254 202 202 / 0.35);
}
.border-r-red-200\/40 {
  border-right-color: rgb(254 202 202 / 0.4);
}
.border-r-red-200\/45 {
  border-right-color: rgb(254 202 202 / 0.45);
}
.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\/55 {
  border-right-color: rgb(254 202 202 / 0.55);
}
.border-r-red-200\/60 {
  border-right-color: rgb(254 202 202 / 0.6);
}
.border-r-red-200\/65 {
  border-right-color: rgb(254 202 202 / 0.65);
}
.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\/85 {
  border-right-color: rgb(254 202 202 / 0.85);
}
.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\/15 {
  border-right-color: rgb(252 165 165 / 0.15);
}
.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\/35 {
  border-right-color: rgb(252 165 165 / 0.35);
}
.border-r-red-300\/40 {
  border-right-color: rgb(252 165 165 / 0.4);
}
.border-r-red-300\/45 {
  border-right-color: rgb(252 165 165 / 0.45);
}
.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\/55 {
  border-right-color: rgb(252 165 165 / 0.55);
}
.border-r-red-300\/60 {
  border-right-color: rgb(252 165 165 / 0.6);
}
.border-r-red-300\/65 {
  border-right-color: rgb(252 165 165 / 0.65);
}
.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\/85 {
  border-right-color: rgb(252 165 165 / 0.85);
}
.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\/15 {
  border-right-color: rgb(248 113 113 / 0.15);
}
.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\/35 {
  border-right-color: rgb(248 113 113 / 0.35);
}
.border-r-red-400\/40 {
  border-right-color: rgb(248 113 113 / 0.4);
}
.border-r-red-400\/45 {
  border-right-color: rgb(248 113 113 / 0.45);
}
.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\/55 {
  border-right-color: rgb(248 113 113 / 0.55);
}
.border-r-red-400\/60 {
  border-right-color: rgb(248 113 113 / 0.6);
}
.border-r-red-400\/65 {
  border-right-color: rgb(248 113 113 / 0.65);
}
.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\/85 {
  border-right-color: rgb(248 113 113 / 0.85);
}
.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\/15 {
  border-right-color: rgb(254 242 242 / 0.15);
}
.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\/35 {
  border-right-color: rgb(254 242 242 / 0.35);
}
.border-r-red-50\/40 {
  border-right-color: rgb(254 242 242 / 0.4);
}
.border-r-red-50\/45 {
  border-right-color: rgb(254 242 242 / 0.45);
}
.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\/55 {
  border-right-color: rgb(254 242 242 / 0.55);
}
.border-r-red-50\/60 {
  border-right-color: rgb(254 242 242 / 0.6);
}
.border-r-red-50\/65 {
  border-right-color: rgb(254 242 242 / 0.65);
}
.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\/85 {
  border-right-color: rgb(254 242 242 / 0.85);
}
.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\/15 {
  border-right-color: rgb(239 68 68 / 0.15);
}
.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\/35 {
  border-right-color: rgb(239 68 68 / 0.35);
}
.border-r-red-500\/40 {
  border-right-color: rgb(239 68 68 / 0.4);
}
.border-r-red-500\/45 {
  border-right-color: rgb(239 68 68 / 0.45);
}
.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\/55 {
  border-right-color: rgb(239 68 68 / 0.55);
}
.border-r-red-500\/60 {
  border-right-color: rgb(239 68 68 / 0.6);
}
.border-r-red-500\/65 {
  border-right-color: rgb(239 68 68 / 0.65);
}
.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\/85 {
  border-right-color: rgb(239 68 68 / 0.85);
}
.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\/15 {
  border-right-color: rgb(220 38 38 / 0.15);
}
.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\/35 {
  border-right-color: rgb(220 38 38 / 0.35);
}
.border-r-red-600\/40 {
  border-right-color: rgb(220 38 38 / 0.4);
}
.border-r-red-600\/45 {
  border-right-color: rgb(220 38 38 / 0.45);
}
.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\/55 {
  border-right-color: rgb(220 38 38 / 0.55);
}
.border-r-red-600\/60 {
  border-right-color: rgb(220 38 38 / 0.6);
}
.border-r-red-600\/65 {
  border-right-color: rgb(220 38 38 / 0.65);
}
.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\/85 {
  border-right-color: rgb(220 38 38 / 0.85);
}
.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\/15 {
  border-right-color: rgb(185 28 28 / 0.15);
}
.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\/35 {
  border-right-color: rgb(185 28 28 / 0.35);
}
.border-r-red-700\/40 {
  border-right-color: rgb(185 28 28 / 0.4);
}
.border-r-red-700\/45 {
  border-right-color: rgb(185 28 28 / 0.45);
}
.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\/55 {
  border-right-color: rgb(185 28 28 / 0.55);
}
.border-r-red-700\/60 {
  border-right-color: rgb(185 28 28 / 0.6);
}
.border-r-red-700\/65 {
  border-right-color: rgb(185 28 28 / 0.65);
}
.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\/85 {
  border-right-color: rgb(185 28 28 / 0.85);
}
.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\/15 {
  border-right-color: rgb(153 27 27 / 0.15);
}
.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\/35 {
  border-right-color: rgb(153 27 27 / 0.35);
}
.border-r-red-800\/40 {
  border-right-color: rgb(153 27 27 / 0.4);
}
.border-r-red-800\/45 {
  border-right-color: rgb(153 27 27 / 0.45);
}
.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\/55 {
  border-right-color: rgb(153 27 27 / 0.55);
}
.border-r-red-800\/60 {
  border-right-color: rgb(153 27 27 / 0.6);
}
.border-r-red-800\/65 {
  border-right-color: rgb(153 27 27 / 0.65);
}
.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\/85 {
  border-right-color: rgb(153 27 27 / 0.85);
}
.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\/15 {
  border-right-color: rgb(127 29 29 / 0.15);
}
.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\/35 {
  border-right-color: rgb(127 29 29 / 0.35);
}
.border-r-red-900\/40 {
  border-right-color: rgb(127 29 29 / 0.4);
}
.border-r-red-900\/45 {
  border-right-color: rgb(127 29 29 / 0.45);
}
.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\/55 {
  border-right-color: rgb(127 29 29 / 0.55);
}
.border-r-red-900\/60 {
  border-right-color: rgb(127 29 29 / 0.6);
}
.border-r-red-900\/65 {
  border-right-color: rgb(127 29 29 / 0.65);
}
.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\/85 {
  border-right-color: rgb(127 29 29 / 0.85);
}
.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\/15 {
  border-right-color: rgb(69 10 10 / 0.15);
}
.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\/35 {
  border-right-color: rgb(69 10 10 / 0.35);
}
.border-r-red-950\/40 {
  border-right-color: rgb(69 10 10 / 0.4);
}
.border-r-red-950\/45 {
  border-right-color: rgb(69 10 10 / 0.45);
}
.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\/55 {
  border-right-color: rgb(69 10 10 / 0.55);
}
.border-r-red-950\/60 {
  border-right-color: rgb(69 10 10 / 0.6);
}
.border-r-red-950\/65 {
  border-right-color: rgb(69 10 10 / 0.65);
}
.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\/85 {
  border-right-color: rgb(69 10 10 / 0.85);
}
.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\/15 {
  border-right-color: rgb(255 228 230 / 0.15);
}
.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\/35 {
  border-right-color: rgb(255 228 230 / 0.35);
}
.border-r-rose-100\/40 {
  border-right-color: rgb(255 228 230 / 0.4);
}
.border-r-rose-100\/45 {
  border-right-color: rgb(255 228 230 / 0.45);
}
.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\/55 {
  border-right-color: rgb(255 228 230 / 0.55);
}
.border-r-rose-100\/60 {
  border-right-color: rgb(255 228 230 / 0.6);
}
.border-r-rose-100\/65 {
  border-right-color: rgb(255 228 230 / 0.65);
}
.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\/85 {
  border-right-color: rgb(255 228 230 / 0.85);
}
.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\/15 {
  border-right-color: rgb(254 205 211 / 0.15);
}
.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\/35 {
  border-right-color: rgb(254 205 211 / 0.35);
}
.border-r-rose-200\/40 {
  border-right-color: rgb(254 205 211 / 0.4);
}
.border-r-rose-200\/45 {
  border-right-color: rgb(254 205 211 / 0.45);
}
.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\/55 {
  border-right-color: rgb(254 205 211 / 0.55);
}
.border-r-rose-200\/60 {
  border-right-color: rgb(254 205 211 / 0.6);
}
.border-r-rose-200\/65 {
  border-right-color: rgb(254 205 211 / 0.65);
}
.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\/85 {
  border-right-color: rgb(254 205 211 / 0.85);
}
.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\/15 {
  border-right-color: rgb(253 164 175 / 0.15);
}
.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\/35 {
  border-right-color: rgb(253 164 175 / 0.35);
}
.border-r-rose-300\/40 {
  border-right-color: rgb(253 164 175 / 0.4);
}
.border-r-rose-300\/45 {
  border-right-color: rgb(253 164 175 / 0.45);
}
.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\/55 {
  border-right-color: rgb(253 164 175 / 0.55);
}
.border-r-rose-300\/60 {
  border-right-color: rgb(253 164 175 / 0.6);
}
.border-r-rose-300\/65 {
  border-right-color: rgb(253 164 175 / 0.65);
}
.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\/85 {
  border-right-color: rgb(253 164 175 / 0.85);
}
.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\/15 {
  border-right-color: rgb(251 113 133 / 0.15);
}
.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\/35 {
  border-right-color: rgb(251 113 133 / 0.35);
}
.border-r-rose-400\/40 {
  border-right-color: rgb(251 113 133 / 0.4);
}
.border-r-rose-400\/45 {
  border-right-color: rgb(251 113 133 / 0.45);
}
.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\/55 {
  border-right-color: rgb(251 113 133 / 0.55);
}
.border-r-rose-400\/60 {
  border-right-color: rgb(251 113 133 / 0.6);
}
.border-r-rose-400\/65 {
  border-right-color: rgb(251 113 133 / 0.65);
}
.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\/85 {
  border-right-color: rgb(251 113 133 / 0.85);
}
.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\/15 {
  border-right-color: rgb(255 241 242 / 0.15);
}
.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\/35 {
  border-right-color: rgb(255 241 242 / 0.35);
}
.border-r-rose-50\/40 {
  border-right-color: rgb(255 241 242 / 0.4);
}
.border-r-rose-50\/45 {
  border-right-color: rgb(255 241 242 / 0.45);
}
.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\/55 {
  border-right-color: rgb(255 241 242 / 0.55);
}
.border-r-rose-50\/60 {
  border-right-color: rgb(255 241 242 / 0.6);
}
.border-r-rose-50\/65 {
  border-right-color: rgb(255 241 242 / 0.65);
}
.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\/85 {
  border-right-color: rgb(255 241 242 / 0.85);
}
.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\/15 {
  border-right-color: rgb(244 63 94 / 0.15);
}
.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\/35 {
  border-right-color: rgb(244 63 94 / 0.35);
}
.border-r-rose-500\/40 {
  border-right-color: rgb(244 63 94 / 0.4);
}
.border-r-rose-500\/45 {
  border-right-color: rgb(244 63 94 / 0.45);
}
.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\/55 {
  border-right-color: rgb(244 63 94 / 0.55);
}
.border-r-rose-500\/60 {
  border-right-color: rgb(244 63 94 / 0.6);
}
.border-r-rose-500\/65 {
  border-right-color: rgb(244 63 94 / 0.65);
}
.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\/85 {
  border-right-color: rgb(244 63 94 / 0.85);
}
.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\/15 {
  border-right-color: rgb(225 29 72 / 0.15);
}
.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\/35 {
  border-right-color: rgb(225 29 72 / 0.35);
}
.border-r-rose-600\/40 {
  border-right-color: rgb(225 29 72 / 0.4);
}
.border-r-rose-600\/45 {
  border-right-color: rgb(225 29 72 / 0.45);
}
.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\/55 {
  border-right-color: rgb(225 29 72 / 0.55);
}
.border-r-rose-600\/60 {
  border-right-color: rgb(225 29 72 / 0.6);
}
.border-r-rose-600\/65 {
  border-right-color: rgb(225 29 72 / 0.65);
}
.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\/85 {
  border-right-color: rgb(225 29 72 / 0.85);
}
.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\/15 {
  border-right-color: rgb(190 18 60 / 0.15);
}
.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\/35 {
  border-right-color: rgb(190 18 60 / 0.35);
}
.border-r-rose-700\/40 {
  border-right-color: rgb(190 18 60 / 0.4);
}
.border-r-rose-700\/45 {
  border-right-color: rgb(190 18 60 / 0.45);
}
.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\/55 {
  border-right-color: rgb(190 18 60 / 0.55);
}
.border-r-rose-700\/60 {
  border-right-color: rgb(190 18 60 / 0.6);
}
.border-r-rose-700\/65 {
  border-right-color: rgb(190 18 60 / 0.65);
}
.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\/85 {
  border-right-color: rgb(190 18 60 / 0.85);
}
.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\/15 {
  border-right-color: rgb(159 18 57 / 0.15);
}
.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\/35 {
  border-right-color: rgb(159 18 57 / 0.35);
}
.border-r-rose-800\/40 {
  border-right-color: rgb(159 18 57 / 0.4);
}
.border-r-rose-800\/45 {
  border-right-color: rgb(159 18 57 / 0.45);
}
.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\/55 {
  border-right-color: rgb(159 18 57 / 0.55);
}
.border-r-rose-800\/60 {
  border-right-color: rgb(159 18 57 / 0.6);
}
.border-r-rose-800\/65 {
  border-right-color: rgb(159 18 57 / 0.65);
}
.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\/85 {
  border-right-color: rgb(159 18 57 / 0.85);
}
.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\/15 {
  border-right-color: rgb(136 19 55 / 0.15);
}
.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\/35 {
  border-right-color: rgb(136 19 55 / 0.35);
}
.border-r-rose-900\/40 {
  border-right-color: rgb(136 19 55 / 0.4);
}
.border-r-rose-900\/45 {
  border-right-color: rgb(136 19 55 / 0.45);
}
.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\/55 {
  border-right-color: rgb(136 19 55 / 0.55);
}
.border-r-rose-900\/60 {
  border-right-color: rgb(136 19 55 / 0.6);
}
.border-r-rose-900\/65 {
  border-right-color: rgb(136 19 55 / 0.65);
}
.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\/85 {
  border-right-color: rgb(136 19 55 / 0.85);
}
.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\/15 {
  border-right-color: rgb(76 5 25 / 0.15);
}
.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\/35 {
  border-right-color: rgb(76 5 25 / 0.35);
}
.border-r-rose-950\/40 {
  border-right-color: rgb(76 5 25 / 0.4);
}
.border-r-rose-950\/45 {
  border-right-color: rgb(76 5 25 / 0.45);
}
.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\/55 {
  border-right-color: rgb(76 5 25 / 0.55);
}
.border-r-rose-950\/60 {
  border-right-color: rgb(76 5 25 / 0.6);
}
.border-r-rose-950\/65 {
  border-right-color: rgb(76 5 25 / 0.65);
}
.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\/85 {
  border-right-color: rgb(76 5 25 / 0.85);
}
.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\/15 {
  border-right-color: rgb(224 242 254 / 0.15);
}
.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\/35 {
  border-right-color: rgb(224 242 254 / 0.35);
}
.border-r-sky-100\/40 {
  border-right-color: rgb(224 242 254 / 0.4);
}
.border-r-sky-100\/45 {
  border-right-color: rgb(224 242 254 / 0.45);
}
.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\/55 {
  border-right-color: rgb(224 242 254 / 0.55);
}
.border-r-sky-100\/60 {
  border-right-color: rgb(224 242 254 / 0.6);
}
.border-r-sky-100\/65 {
  border-right-color: rgb(224 242 254 / 0.65);
}
.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\/85 {
  border-right-color: rgb(224 242 254 / 0.85);
}
.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\/15 {
  border-right-color: rgb(186 230 253 / 0.15);
}
.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\/35 {
  border-right-color: rgb(186 230 253 / 0.35);
}
.border-r-sky-200\/40 {
  border-right-color: rgb(186 230 253 / 0.4);
}
.border-r-sky-200\/45 {
  border-right-color: rgb(186 230 253 / 0.45);
}
.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\/55 {
  border-right-color: rgb(186 230 253 / 0.55);
}
.border-r-sky-200\/60 {
  border-right-color: rgb(186 230 253 / 0.6);
}
.border-r-sky-200\/65 {
  border-right-color: rgb(186 230 253 / 0.65);
}
.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\/85 {
  border-right-color: rgb(186 230 253 / 0.85);
}
.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\/15 {
  border-right-color: rgb(125 211 252 / 0.15);
}
.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\/35 {
  border-right-color: rgb(125 211 252 / 0.35);
}
.border-r-sky-300\/40 {
  border-right-color: rgb(125 211 252 / 0.4);
}
.border-r-sky-300\/45 {
  border-right-color: rgb(125 211 252 / 0.45);
}
.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\/55 {
  border-right-color: rgb(125 211 252 / 0.55);
}
.border-r-sky-300\/60 {
  border-right-color: rgb(125 211 252 / 0.6);
}
.border-r-sky-300\/65 {
  border-right-color: rgb(125 211 252 / 0.65);
}
.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\/85 {
  border-right-color: rgb(125 211 252 / 0.85);
}
.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\/15 {
  border-right-color: rgb(56 189 248 / 0.15);
}
.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\/35 {
  border-right-color: rgb(56 189 248 / 0.35);
}
.border-r-sky-400\/40 {
  border-right-color: rgb(56 189 248 / 0.4);
}
.border-r-sky-400\/45 {
  border-right-color: rgb(56 189 248 / 0.45);
}
.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\/55 {
  border-right-color: rgb(56 189 248 / 0.55);
}
.border-r-sky-400\/60 {
  border-right-color: rgb(56 189 248 / 0.6);
}
.border-r-sky-400\/65 {
  border-right-color: rgb(56 189 248 / 0.65);
}
.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\/85 {
  border-right-color: rgb(56 189 248 / 0.85);
}
.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\/15 {
  border-right-color: rgb(240 249 255 / 0.15);
}
.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\/35 {
  border-right-color: rgb(240 249 255 / 0.35);
}
.border-r-sky-50\/40 {
  border-right-color: rgb(240 249 255 / 0.4);
}
.border-r-sky-50\/45 {
  border-right-color: rgb(240 249 255 / 0.45);
}
.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\/55 {
  border-right-color: rgb(240 249 255 / 0.55);
}
.border-r-sky-50\/60 {
  border-right-color: rgb(240 249 255 / 0.6);
}
.border-r-sky-50\/65 {
  border-right-color: rgb(240 249 255 / 0.65);
}
.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\/85 {
  border-right-color: rgb(240 249 255 / 0.85);
}
.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\/15 {
  border-right-color: rgb(14 165 233 / 0.15);
}
.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\/35 {
  border-right-color: rgb(14 165 233 / 0.35);
}
.border-r-sky-500\/40 {
  border-right-color: rgb(14 165 233 / 0.4);
}
.border-r-sky-500\/45 {
  border-right-color: rgb(14 165 233 / 0.45);
}
.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\/55 {
  border-right-color: rgb(14 165 233 / 0.55);
}
.border-r-sky-500\/60 {
  border-right-color: rgb(14 165 233 / 0.6);
}
.border-r-sky-500\/65 {
  border-right-color: rgb(14 165 233 / 0.65);
}
.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\/85 {
  border-right-color: rgb(14 165 233 / 0.85);
}
.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\/15 {
  border-right-color: rgb(2 132 199 / 0.15);
}
.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\/35 {
  border-right-color: rgb(2 132 199 / 0.35);
}
.border-r-sky-600\/40 {
  border-right-color: rgb(2 132 199 / 0.4);
}
.border-r-sky-600\/45 {
  border-right-color: rgb(2 132 199 / 0.45);
}
.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\/55 {
  border-right-color: rgb(2 132 199 / 0.55);
}
.border-r-sky-600\/60 {
  border-right-color: rgb(2 132 199 / 0.6);
}
.border-r-sky-600\/65 {
  border-right-color: rgb(2 132 199 / 0.65);
}
.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\/85 {
  border-right-color: rgb(2 132 199 / 0.85);
}
.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\/15 {
  border-right-color: rgb(3 105 161 / 0.15);
}
.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\/35 {
  border-right-color: rgb(3 105 161 / 0.35);
}
.border-r-sky-700\/40 {
  border-right-color: rgb(3 105 161 / 0.4);
}
.border-r-sky-700\/45 {
  border-right-color: rgb(3 105 161 / 0.45);
}
.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\/55 {
  border-right-color: rgb(3 105 161 / 0.55);
}
.border-r-sky-700\/60 {
  border-right-color: rgb(3 105 161 / 0.6);
}
.border-r-sky-700\/65 {
  border-right-color: rgb(3 105 161 / 0.65);
}
.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\/85 {
  border-right-color: rgb(3 105 161 / 0.85);
}
.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\/15 {
  border-right-color: rgb(7 89 133 / 0.15);
}
.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\/35 {
  border-right-color: rgb(7 89 133 / 0.35);
}
.border-r-sky-800\/40 {
  border-right-color: rgb(7 89 133 / 0.4);
}
.border-r-sky-800\/45 {
  border-right-color: rgb(7 89 133 / 0.45);
}
.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\/55 {
  border-right-color: rgb(7 89 133 / 0.55);
}
.border-r-sky-800\/60 {
  border-right-color: rgb(7 89 133 / 0.6);
}
.border-r-sky-800\/65 {
  border-right-color: rgb(7 89 133 / 0.65);
}
.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\/85 {
  border-right-color: rgb(7 89 133 / 0.85);
}
.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\/15 {
  border-right-color: rgb(12 74 110 / 0.15);
}
.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\/35 {
  border-right-color: rgb(12 74 110 / 0.35);
}
.border-r-sky-900\/40 {
  border-right-color: rgb(12 74 110 / 0.4);
}
.border-r-sky-900\/45 {
  border-right-color: rgb(12 74 110 / 0.45);
}
.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\/55 {
  border-right-color: rgb(12 74 110 / 0.55);
}
.border-r-sky-900\/60 {
  border-right-color: rgb(12 74 110 / 0.6);
}
.border-r-sky-900\/65 {
  border-right-color: rgb(12 74 110 / 0.65);
}
.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\/85 {
  border-right-color: rgb(12 74 110 / 0.85);
}
.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\/15 {
  border-right-color: rgb(8 47 73 / 0.15);
}
.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\/35 {
  border-right-color: rgb(8 47 73 / 0.35);
}
.border-r-sky-950\/40 {
  border-right-color: rgb(8 47 73 / 0.4);
}
.border-r-sky-950\/45 {
  border-right-color: rgb(8 47 73 / 0.45);
}
.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\/55 {
  border-right-color: rgb(8 47 73 / 0.55);
}
.border-r-sky-950\/60 {
  border-right-color: rgb(8 47 73 / 0.6);
}
.border-r-sky-950\/65 {
  border-right-color: rgb(8 47 73 / 0.65);
}
.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\/85 {
  border-right-color: rgb(8 47 73 / 0.85);
}
.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\/15 {
  border-right-color: rgb(241 245 249 / 0.15);
}
.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\/35 {
  border-right-color: rgb(241 245 249 / 0.35);
}
.border-r-slate-100\/40 {
  border-right-color: rgb(241 245 249 / 0.4);
}
.border-r-slate-100\/45 {
  border-right-color: rgb(241 245 249 / 0.45);
}
.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\/55 {
  border-right-color: rgb(241 245 249 / 0.55);
}
.border-r-slate-100\/60 {
  border-right-color: rgb(241 245 249 / 0.6);
}
.border-r-slate-100\/65 {
  border-right-color: rgb(241 245 249 / 0.65);
}
.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\/85 {
  border-right-color: rgb(241 245 249 / 0.85);
}
.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\/15 {
  border-right-color: rgb(226 232 240 / 0.15);
}
.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\/35 {
  border-right-color: rgb(226 232 240 / 0.35);
}
.border-r-slate-200\/40 {
  border-right-color: rgb(226 232 240 / 0.4);
}
.border-r-slate-200\/45 {
  border-right-color: rgb(226 232 240 / 0.45);
}
.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\/55 {
  border-right-color: rgb(226 232 240 / 0.55);
}
.border-r-slate-200\/60 {
  border-right-color: rgb(226 232 240 / 0.6);
}
.border-r-slate-200\/65 {
  border-right-color: rgb(226 232 240 / 0.65);
}
.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\/85 {
  border-right-color: rgb(226 232 240 / 0.85);
}
.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\/15 {
  border-right-color: rgb(203 213 225 / 0.15);
}
.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\/35 {
  border-right-color: rgb(203 213 225 / 0.35);
}
.border-r-slate-300\/40 {
  border-right-color: rgb(203 213 225 / 0.4);
}
.border-r-slate-300\/45 {
  border-right-color: rgb(203 213 225 / 0.45);
}
.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\/55 {
  border-right-color: rgb(203 213 225 / 0.55);
}
.border-r-slate-300\/60 {
  border-right-color: rgb(203 213 225 / 0.6);
}
.border-r-slate-300\/65 {
  border-right-color: rgb(203 213 225 / 0.65);
}
.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\/85 {
  border-right-color: rgb(203 213 225 / 0.85);
}
.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\/15 {
  border-right-color: rgb(148 163 184 / 0.15);
}
.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\/35 {
  border-right-color: rgb(148 163 184 / 0.35);
}
.border-r-slate-400\/40 {
  border-right-color: rgb(148 163 184 / 0.4);
}
.border-r-slate-400\/45 {
  border-right-color: rgb(148 163 184 / 0.45);
}
.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\/55 {
  border-right-color: rgb(148 163 184 / 0.55);
}
.border-r-slate-400\/60 {
  border-right-color: rgb(148 163 184 / 0.6);
}
.border-r-slate-400\/65 {
  border-right-color: rgb(148 163 184 / 0.65);
}
.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\/85 {
  border-right-color: rgb(148 163 184 / 0.85);
}
.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\/15 {
  border-right-color: rgb(248 250 252 / 0.15);
}
.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\/35 {
  border-right-color: rgb(248 250 252 / 0.35);
}
.border-r-slate-50\/40 {
  border-right-color: rgb(248 250 252 / 0.4);
}
.border-r-slate-50\/45 {
  border-right-color: rgb(248 250 252 / 0.45);
}
.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\/55 {
  border-right-color: rgb(248 250 252 / 0.55);
}
.border-r-slate-50\/60 {
  border-right-color: rgb(248 250 252 / 0.6);
}
.border-r-slate-50\/65 {
  border-right-color: rgb(248 250 252 / 0.65);
}
.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\/85 {
  border-right-color: rgb(248 250 252 / 0.85);
}
.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\/15 {
  border-right-color: rgb(100 116 139 / 0.15);
}
.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\/35 {
  border-right-color: rgb(100 116 139 / 0.35);
}
.border-r-slate-500\/40 {
  border-right-color: rgb(100 116 139 / 0.4);
}
.border-r-slate-500\/45 {
  border-right-color: rgb(100 116 139 / 0.45);
}
.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\/55 {
  border-right-color: rgb(100 116 139 / 0.55);
}
.border-r-slate-500\/60 {
  border-right-color: rgb(100 116 139 / 0.6);
}
.border-r-slate-500\/65 {
  border-right-color: rgb(100 116 139 / 0.65);
}
.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\/85 {
  border-right-color: rgb(100 116 139 / 0.85);
}
.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\/15 {
  border-right-color: rgb(71 85 105 / 0.15);
}
.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\/35 {
  border-right-color: rgb(71 85 105 / 0.35);
}
.border-r-slate-600\/40 {
  border-right-color: rgb(71 85 105 / 0.4);
}
.border-r-slate-600\/45 {
  border-right-color: rgb(71 85 105 / 0.45);
}
.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\/55 {
  border-right-color: rgb(71 85 105 / 0.55);
}
.border-r-slate-600\/60 {
  border-right-color: rgb(71 85 105 / 0.6);
}
.border-r-slate-600\/65 {
  border-right-color: rgb(71 85 105 / 0.65);
}
.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\/85 {
  border-right-color: rgb(71 85 105 / 0.85);
}
.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\/15 {
  border-right-color: rgb(51 65 85 / 0.15);
}
.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\/35 {
  border-right-color: rgb(51 65 85 / 0.35);
}
.border-r-slate-700\/40 {
  border-right-color: rgb(51 65 85 / 0.4);
}
.border-r-slate-700\/45 {
  border-right-color: rgb(51 65 85 / 0.45);
}
.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\/55 {
  border-right-color: rgb(51 65 85 / 0.55);
}
.border-r-slate-700\/60 {
  border-right-color: rgb(51 65 85 / 0.6);
}
.border-r-slate-700\/65 {
  border-right-color: rgb(51 65 85 / 0.65);
}
.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\/85 {
  border-right-color: rgb(51 65 85 / 0.85);
}
.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\/15 {
  border-right-color: rgb(30 41 59 / 0.15);
}
.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\/35 {
  border-right-color: rgb(30 41 59 / 0.35);
}
.border-r-slate-800\/40 {
  border-right-color: rgb(30 41 59 / 0.4);
}
.border-r-slate-800\/45 {
  border-right-color: rgb(30 41 59 / 0.45);
}
.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\/55 {
  border-right-color: rgb(30 41 59 / 0.55);
}
.border-r-slate-800\/60 {
  border-right-color: rgb(30 41 59 / 0.6);
}
.border-r-slate-800\/65 {
  border-right-color: rgb(30 41 59 / 0.65);
}
.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\/85 {
  border-right-color: rgb(30 41 59 / 0.85);
}
.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\/15 {
  border-right-color: rgb(15 23 42 / 0.15);
}
.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\/35 {
  border-right-color: rgb(15 23 42 / 0.35);
}
.border-r-slate-900\/40 {
  border-right-color: rgb(15 23 42 / 0.4);
}
.border-r-slate-900\/45 {
  border-right-color: rgb(15 23 42 / 0.45);
}
.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\/55 {
  border-right-color: rgb(15 23 42 / 0.55);
}
.border-r-slate-900\/60 {
  border-right-color: rgb(15 23 42 / 0.6);
}
.border-r-slate-900\/65 {
  border-right-color: rgb(15 23 42 / 0.65);
}
.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\/85 {
  border-right-color: rgb(15 23 42 / 0.85);
}
.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\/15 {
  border-right-color: rgb(2 6 23 / 0.15);
}
.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\/35 {
  border-right-color: rgb(2 6 23 / 0.35);
}
.border-r-slate-950\/40 {
  border-right-color: rgb(2 6 23 / 0.4);
}
.border-r-slate-950\/45 {
  border-right-color: rgb(2 6 23 / 0.45);
}
.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\/55 {
  border-right-color: rgb(2 6 23 / 0.55);
}
.border-r-slate-950\/60 {
  border-right-color: rgb(2 6 23 / 0.6);
}
.border-r-slate-950\/65 {
  border-right-color: rgb(2 6 23 / 0.65);
}
.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\/85 {
  border-right-color: rgb(2 6 23 / 0.85);
}
.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\/15 {
  border-right-color: rgb(245 245 244 / 0.15);
}
.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\/35 {
  border-right-color: rgb(245 245 244 / 0.35);
}
.border-r-stone-100\/40 {
  border-right-color: rgb(245 245 244 / 0.4);
}
.border-r-stone-100\/45 {
  border-right-color: rgb(245 245 244 / 0.45);
}
.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\/55 {
  border-right-color: rgb(245 245 244 / 0.55);
}
.border-r-stone-100\/60 {
  border-right-color: rgb(245 245 244 / 0.6);
}
.border-r-stone-100\/65 {
  border-right-color: rgb(245 245 244 / 0.65);
}
.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\/85 {
  border-right-color: rgb(245 245 244 / 0.85);
}
.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\/15 {
  border-right-color: rgb(231 229 228 / 0.15);
}
.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\/35 {
  border-right-color: rgb(231 229 228 / 0.35);
}
.border-r-stone-200\/40 {
  border-right-color: rgb(231 229 228 / 0.4);
}
.border-r-stone-200\/45 {
  border-right-color: rgb(231 229 228 / 0.45);
}
.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\/55 {
  border-right-color: rgb(231 229 228 / 0.55);
}
.border-r-stone-200\/60 {
  border-right-color: rgb(231 229 228 / 0.6);
}
.border-r-stone-200\/65 {
  border-right-color: rgb(231 229 228 / 0.65);
}
.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\/85 {
  border-right-color: rgb(231 229 228 / 0.85);
}
.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\/15 {
  border-right-color: rgb(214 211 209 / 0.15);
}
.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\/35 {
  border-right-color: rgb(214 211 209 / 0.35);
}
.border-r-stone-300\/40 {
  border-right-color: rgb(214 211 209 / 0.4);
}
.border-r-stone-300\/45 {
  border-right-color: rgb(214 211 209 / 0.45);
}
.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\/55 {
  border-right-color: rgb(214 211 209 / 0.55);
}
.border-r-stone-300\/60 {
  border-right-color: rgb(214 211 209 / 0.6);
}
.border-r-stone-300\/65 {
  border-right-color: rgb(214 211 209 / 0.65);
}
.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\/85 {
  border-right-color: rgb(214 211 209 / 0.85);
}
.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\/15 {
  border-right-color: rgb(168 162 158 / 0.15);
}
.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\/35 {
  border-right-color: rgb(168 162 158 / 0.35);
}
.border-r-stone-400\/40 {
  border-right-color: rgb(168 162 158 / 0.4);
}
.border-r-stone-400\/45 {
  border-right-color: rgb(168 162 158 / 0.45);
}
.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\/55 {
  border-right-color: rgb(168 162 158 / 0.55);
}
.border-r-stone-400\/60 {
  border-right-color: rgb(168 162 158 / 0.6);
}
.border-r-stone-400\/65 {
  border-right-color: rgb(168 162 158 / 0.65);
}
.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\/85 {
  border-right-color: rgb(168 162 158 / 0.85);
}
.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\/15 {
  border-right-color: rgb(250 250 249 / 0.15);
}
.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\/35 {
  border-right-color: rgb(250 250 249 / 0.35);
}
.border-r-stone-50\/40 {
  border-right-color: rgb(250 250 249 / 0.4);
}
.border-r-stone-50\/45 {
  border-right-color: rgb(250 250 249 / 0.45);
}
.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\/55 {
  border-right-color: rgb(250 250 249 / 0.55);
}
.border-r-stone-50\/60 {
  border-right-color: rgb(250 250 249 / 0.6);
}
.border-r-stone-50\/65 {
  border-right-color: rgb(250 250 249 / 0.65);
}
.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\/85 {
  border-right-color: rgb(250 250 249 / 0.85);
}
.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\/15 {
  border-right-color: rgb(120 113 108 / 0.15);
}
.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\/35 {
  border-right-color: rgb(120 113 108 / 0.35);
}
.border-r-stone-500\/40 {
  border-right-color: rgb(120 113 108 / 0.4);
}
.border-r-stone-500\/45 {
  border-right-color: rgb(120 113 108 / 0.45);
}
.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\/55 {
  border-right-color: rgb(120 113 108 / 0.55);
}
.border-r-stone-500\/60 {
  border-right-color: rgb(120 113 108 / 0.6);
}
.border-r-stone-500\/65 {
  border-right-color: rgb(120 113 108 / 0.65);
}
.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\/85 {
  border-right-color: rgb(120 113 108 / 0.85);
}
.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\/15 {
  border-right-color: rgb(87 83 78 / 0.15);
}
.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\/35 {
  border-right-color: rgb(87 83 78 / 0.35);
}
.border-r-stone-600\/40 {
  border-right-color: rgb(87 83 78 / 0.4);
}
.border-r-stone-600\/45 {
  border-right-color: rgb(87 83 78 / 0.45);
}
.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\/55 {
  border-right-color: rgb(87 83 78 / 0.55);
}
.border-r-stone-600\/60 {
  border-right-color: rgb(87 83 78 / 0.6);
}
.border-r-stone-600\/65 {
  border-right-color: rgb(87 83 78 / 0.65);
}
.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\/85 {
  border-right-color: rgb(87 83 78 / 0.85);
}
.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\/15 {
  border-right-color: rgb(68 64 60 / 0.15);
}
.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\/35 {
  border-right-color: rgb(68 64 60 / 0.35);
}
.border-r-stone-700\/40 {
  border-right-color: rgb(68 64 60 / 0.4);
}
.border-r-stone-700\/45 {
  border-right-color: rgb(68 64 60 / 0.45);
}
.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\/55 {
  border-right-color: rgb(68 64 60 / 0.55);
}
.border-r-stone-700\/60 {
  border-right-color: rgb(68 64 60 / 0.6);
}
.border-r-stone-700\/65 {
  border-right-color: rgb(68 64 60 / 0.65);
}
.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\/85 {
  border-right-color: rgb(68 64 60 / 0.85);
}
.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\/15 {
  border-right-color: rgb(41 37 36 / 0.15);
}
.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\/35 {
  border-right-color: rgb(41 37 36 / 0.35);
}
.border-r-stone-800\/40 {
  border-right-color: rgb(41 37 36 / 0.4);
}
.border-r-stone-800\/45 {
  border-right-color: rgb(41 37 36 / 0.45);
}
.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\/55 {
  border-right-color: rgb(41 37 36 / 0.55);
}
.border-r-stone-800\/60 {
  border-right-color: rgb(41 37 36 / 0.6);
}
.border-r-stone-800\/65 {
  border-right-color: rgb(41 37 36 / 0.65);
}
.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\/85 {
  border-right-color: rgb(41 37 36 / 0.85);
}
.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\/15 {
  border-right-color: rgb(28 25 23 / 0.15);
}
.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\/35 {
  border-right-color: rgb(28 25 23 / 0.35);
}
.border-r-stone-900\/40 {
  border-right-color: rgb(28 25 23 / 0.4);
}
.border-r-stone-900\/45 {
  border-right-color: rgb(28 25 23 / 0.45);
}
.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\/55 {
  border-right-color: rgb(28 25 23 / 0.55);
}
.border-r-stone-900\/60 {
  border-right-color: rgb(28 25 23 / 0.6);
}
.border-r-stone-900\/65 {
  border-right-color: rgb(28 25 23 / 0.65);
}
.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\/85 {
  border-right-color: rgb(28 25 23 / 0.85);
}
.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\/15 {
  border-right-color: rgb(12 10 9 / 0.15);
}
.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\/35 {
  border-right-color: rgb(12 10 9 / 0.35);
}
.border-r-stone-950\/40 {
  border-right-color: rgb(12 10 9 / 0.4);
}
.border-r-stone-950\/45 {
  border-right-color: rgb(12 10 9 / 0.45);
}
.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\/55 {
  border-right-color: rgb(12 10 9 / 0.55);
}
.border-r-stone-950\/60 {
  border-right-color: rgb(12 10 9 / 0.6);
}
.border-r-stone-950\/65 {
  border-right-color: rgb(12 10 9 / 0.65);
}
.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\/85 {
  border-right-color: rgb(12 10 9 / 0.85);
}
.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\/15 {
  border-right-color: rgb(204 251 241 / 0.15);
}
.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\/35 {
  border-right-color: rgb(204 251 241 / 0.35);
}
.border-r-teal-100\/40 {
  border-right-color: rgb(204 251 241 / 0.4);
}
.border-r-teal-100\/45 {
  border-right-color: rgb(204 251 241 / 0.45);
}
.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\/55 {
  border-right-color: rgb(204 251 241 / 0.55);
}
.border-r-teal-100\/60 {
  border-right-color: rgb(204 251 241 / 0.6);
}
.border-r-teal-100\/65 {
  border-right-color: rgb(204 251 241 / 0.65);
}
.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\/85 {
  border-right-color: rgb(204 251 241 / 0.85);
}
.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\/15 {
  border-right-color: rgb(153 246 228 / 0.15);
}
.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\/35 {
  border-right-color: rgb(153 246 228 / 0.35);
}
.border-r-teal-200\/40 {
  border-right-color: rgb(153 246 228 / 0.4);
}
.border-r-teal-200\/45 {
  border-right-color: rgb(153 246 228 / 0.45);
}
.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\/55 {
  border-right-color: rgb(153 246 228 / 0.55);
}
.border-r-teal-200\/60 {
  border-right-color: rgb(153 246 228 / 0.6);
}
.border-r-teal-200\/65 {
  border-right-color: rgb(153 246 228 / 0.65);
}
.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\/85 {
  border-right-color: rgb(153 246 228 / 0.85);
}
.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\/15 {
  border-right-color: rgb(94 234 212 / 0.15);
}
.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\/35 {
  border-right-color: rgb(94 234 212 / 0.35);
}
.border-r-teal-300\/40 {
  border-right-color: rgb(94 234 212 / 0.4);
}
.border-r-teal-300\/45 {
  border-right-color: rgb(94 234 212 / 0.45);
}
.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\/55 {
  border-right-color: rgb(94 234 212 / 0.55);
}
.border-r-teal-300\/60 {
  border-right-color: rgb(94 234 212 / 0.6);
}
.border-r-teal-300\/65 {
  border-right-color: rgb(94 234 212 / 0.65);
}
.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\/85 {
  border-right-color: rgb(94 234 212 / 0.85);
}
.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\/15 {
  border-right-color: rgb(45 212 191 / 0.15);
}
.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\/35 {
  border-right-color: rgb(45 212 191 / 0.35);
}
.border-r-teal-400\/40 {
  border-right-color: rgb(45 212 191 / 0.4);
}
.border-r-teal-400\/45 {
  border-right-color: rgb(45 212 191 / 0.45);
}
.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\/55 {
  border-right-color: rgb(45 212 191 / 0.55);
}
.border-r-teal-400\/60 {
  border-right-color: rgb(45 212 191 / 0.6);
}
.border-r-teal-400\/65 {
  border-right-color: rgb(45 212 191 / 0.65);
}
.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\/85 {
  border-right-color: rgb(45 212 191 / 0.85);
}
.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\/15 {
  border-right-color: rgb(240 253 250 / 0.15);
}
.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\/35 {
  border-right-color: rgb(240 253 250 / 0.35);
}
.border-r-teal-50\/40 {
  border-right-color: rgb(240 253 250 / 0.4);
}
.border-r-teal-50\/45 {
  border-right-color: rgb(240 253 250 / 0.45);
}
.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\/55 {
  border-right-color: rgb(240 253 250 / 0.55);
}
.border-r-teal-50\/60 {
  border-right-color: rgb(240 253 250 / 0.6);
}
.border-r-teal-50\/65 {
  border-right-color: rgb(240 253 250 / 0.65);
}
.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\/85 {
  border-right-color: rgb(240 253 250 / 0.85);
}
.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\/15 {
  border-right-color: rgb(20 184 166 / 0.15);
}
.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\/35 {
  border-right-color: rgb(20 184 166 / 0.35);
}
.border-r-teal-500\/40 {
  border-right-color: rgb(20 184 166 / 0.4);
}
.border-r-teal-500\/45 {
  border-right-color: rgb(20 184 166 / 0.45);
}
.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\/55 {
  border-right-color: rgb(20 184 166 / 0.55);
}
.border-r-teal-500\/60 {
  border-right-color: rgb(20 184 166 / 0.6);
}
.border-r-teal-500\/65 {
  border-right-color: rgb(20 184 166 / 0.65);
}
.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\/85 {
  border-right-color: rgb(20 184 166 / 0.85);
}
.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\/15 {
  border-right-color: rgb(13 148 136 / 0.15);
}
.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\/35 {
  border-right-color: rgb(13 148 136 / 0.35);
}
.border-r-teal-600\/40 {
  border-right-color: rgb(13 148 136 / 0.4);
}
.border-r-teal-600\/45 {
  border-right-color: rgb(13 148 136 / 0.45);
}
.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\/55 {
  border-right-color: rgb(13 148 136 / 0.55);
}
.border-r-teal-600\/60 {
  border-right-color: rgb(13 148 136 / 0.6);
}
.border-r-teal-600\/65 {
  border-right-color: rgb(13 148 136 / 0.65);
}
.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\/85 {
  border-right-color: rgb(13 148 136 / 0.85);
}
.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\/15 {
  border-right-color: rgb(15 118 110 / 0.15);
}
.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\/35 {
  border-right-color: rgb(15 118 110 / 0.35);
}
.border-r-teal-700\/40 {
  border-right-color: rgb(15 118 110 / 0.4);
}
.border-r-teal-700\/45 {
  border-right-color: rgb(15 118 110 / 0.45);
}
.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\/55 {
  border-right-color: rgb(15 118 110 / 0.55);
}
.border-r-teal-700\/60 {
  border-right-color: rgb(15 118 110 / 0.6);
}
.border-r-teal-700\/65 {
  border-right-color: rgb(15 118 110 / 0.65);
}
.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\/85 {
  border-right-color: rgb(15 118 110 / 0.85);
}
.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\/15 {
  border-right-color: rgb(17 94 89 / 0.15);
}
.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\/35 {
  border-right-color: rgb(17 94 89 / 0.35);
}
.border-r-teal-800\/40 {
  border-right-color: rgb(17 94 89 / 0.4);
}
.border-r-teal-800\/45 {
  border-right-color: rgb(17 94 89 / 0.45);
}
.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\/55 {
  border-right-color: rgb(17 94 89 / 0.55);
}
.border-r-teal-800\/60 {
  border-right-color: rgb(17 94 89 / 0.6);
}
.border-r-teal-800\/65 {
  border-right-color: rgb(17 94 89 / 0.65);
}
.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\/85 {
  border-right-color: rgb(17 94 89 / 0.85);
}
.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\/15 {
  border-right-color: rgb(19 78 74 / 0.15);
}
.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\/35 {
  border-right-color: rgb(19 78 74 / 0.35);
}
.border-r-teal-900\/40 {
  border-right-color: rgb(19 78 74 / 0.4);
}
.border-r-teal-900\/45 {
  border-right-color: rgb(19 78 74 / 0.45);
}
.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\/55 {
  border-right-color: rgb(19 78 74 / 0.55);
}
.border-r-teal-900\/60 {
  border-right-color: rgb(19 78 74 / 0.6);
}
.border-r-teal-900\/65 {
  border-right-color: rgb(19 78 74 / 0.65);
}
.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\/85 {
  border-right-color: rgb(19 78 74 / 0.85);
}
.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\/15 {
  border-right-color: rgb(4 47 46 / 0.15);
}
.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\/35 {
  border-right-color: rgb(4 47 46 / 0.35);
}
.border-r-teal-950\/40 {
  border-right-color: rgb(4 47 46 / 0.4);
}
.border-r-teal-950\/45 {
  border-right-color: rgb(4 47 46 / 0.45);
}
.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\/55 {
  border-right-color: rgb(4 47 46 / 0.55);
}
.border-r-teal-950\/60 {
  border-right-color: rgb(4 47 46 / 0.6);
}
.border-r-teal-950\/65 {
  border-right-color: rgb(4 47 46 / 0.65);
}
.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\/85 {
  border-right-color: rgb(4 47 46 / 0.85);
}
.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\/15 {
  border-right-color: rgb(0 0 0 / 0.15);
}
.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\/35 {
  border-right-color: rgb(0 0 0 / 0.35);
}
.border-r-transparent\/40 {
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-r-transparent\/45 {
  border-right-color: rgb(0 0 0 / 0.45);
}
.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\/55 {
  border-right-color: rgb(0 0 0 / 0.55);
}
.border-r-transparent\/60 {
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-r-transparent\/65 {
  border-right-color: rgb(0 0 0 / 0.65);
}
.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\/85 {
  border-right-color: rgb(0 0 0 / 0.85);
}
.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\/15 {
  border-right-color: rgb(237 233 254 / 0.15);
}
.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\/35 {
  border-right-color: rgb(237 233 254 / 0.35);
}
.border-r-violet-100\/40 {
  border-right-color: rgb(237 233 254 / 0.4);
}
.border-r-violet-100\/45 {
  border-right-color: rgb(237 233 254 / 0.45);
}
.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\/55 {
  border-right-color: rgb(237 233 254 / 0.55);
}
.border-r-violet-100\/60 {
  border-right-color: rgb(237 233 254 / 0.6);
}
.border-r-violet-100\/65 {
  border-right-color: rgb(237 233 254 / 0.65);
}
.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\/85 {
  border-right-color: rgb(237 233 254 / 0.85);
}
.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\/15 {
  border-right-color: rgb(221 214 254 / 0.15);
}
.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\/35 {
  border-right-color: rgb(221 214 254 / 0.35);
}
.border-r-violet-200\/40 {
  border-right-color: rgb(221 214 254 / 0.4);
}
.border-r-violet-200\/45 {
  border-right-color: rgb(221 214 254 / 0.45);
}
.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\/55 {
  border-right-color: rgb(221 214 254 / 0.55);
}
.border-r-violet-200\/60 {
  border-right-color: rgb(221 214 254 / 0.6);
}
.border-r-violet-200\/65 {
  border-right-color: rgb(221 214 254 / 0.65);
}
.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\/85 {
  border-right-color: rgb(221 214 254 / 0.85);
}
.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\/15 {
  border-right-color: rgb(196 181 253 / 0.15);
}
.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\/35 {
  border-right-color: rgb(196 181 253 / 0.35);
}
.border-r-violet-300\/40 {
  border-right-color: rgb(196 181 253 / 0.4);
}
.border-r-violet-300\/45 {
  border-right-color: rgb(196 181 253 / 0.45);
}
.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\/55 {
  border-right-color: rgb(196 181 253 / 0.55);
}
.border-r-violet-300\/60 {
  border-right-color: rgb(196 181 253 / 0.6);
}
.border-r-violet-300\/65 {
  border-right-color: rgb(196 181 253 / 0.65);
}
.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\/85 {
  border-right-color: rgb(196 181 253 / 0.85);
}
.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\/15 {
  border-right-color: rgb(167 139 250 / 0.15);
}
.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\/35 {
  border-right-color: rgb(167 139 250 / 0.35);
}
.border-r-violet-400\/40 {
  border-right-color: rgb(167 139 250 / 0.4);
}
.border-r-violet-400\/45 {
  border-right-color: rgb(167 139 250 / 0.45);
}
.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\/55 {
  border-right-color: rgb(167 139 250 / 0.55);
}
.border-r-violet-400\/60 {
  border-right-color: rgb(167 139 250 / 0.6);
}
.border-r-violet-400\/65 {
  border-right-color: rgb(167 139 250 / 0.65);
}
.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\/85 {
  border-right-color: rgb(167 139 250 / 0.85);
}
.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\/15 {
  border-right-color: rgb(245 243 255 / 0.15);
}
.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\/35 {
  border-right-color: rgb(245 243 255 / 0.35);
}
.border-r-violet-50\/40 {
  border-right-color: rgb(245 243 255 / 0.4);
}
.border-r-violet-50\/45 {
  border-right-color: rgb(245 243 255 / 0.45);
}
.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\/55 {
  border-right-color: rgb(245 243 255 / 0.55);
}
.border-r-violet-50\/60 {
  border-right-color: rgb(245 243 255 / 0.6);
}
.border-r-violet-50\/65 {
  border-right-color: rgb(245 243 255 / 0.65);
}
.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\/85 {
  border-right-color: rgb(245 243 255 / 0.85);
}
.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\/15 {
  border-right-color: rgb(139 92 246 / 0.15);
}
.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\/35 {
  border-right-color: rgb(139 92 246 / 0.35);
}
.border-r-violet-500\/40 {
  border-right-color: rgb(139 92 246 / 0.4);
}
.border-r-violet-500\/45 {
  border-right-color: rgb(139 92 246 / 0.45);
}
.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\/55 {
  border-right-color: rgb(139 92 246 / 0.55);
}
.border-r-violet-500\/60 {
  border-right-color: rgb(139 92 246 / 0.6);
}
.border-r-violet-500\/65 {
  border-right-color: rgb(139 92 246 / 0.65);
}
.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\/85 {
  border-right-color: rgb(139 92 246 / 0.85);
}
.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\/15 {
  border-right-color: rgb(124 58 237 / 0.15);
}
.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\/35 {
  border-right-color: rgb(124 58 237 / 0.35);
}
.border-r-violet-600\/40 {
  border-right-color: rgb(124 58 237 / 0.4);
}
.border-r-violet-600\/45 {
  border-right-color: rgb(124 58 237 / 0.45);
}
.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\/55 {
  border-right-color: rgb(124 58 237 / 0.55);
}
.border-r-violet-600\/60 {
  border-right-color: rgb(124 58 237 / 0.6);
}
.border-r-violet-600\/65 {
  border-right-color: rgb(124 58 237 / 0.65);
}
.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\/85 {
  border-right-color: rgb(124 58 237 / 0.85);
}
.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\/15 {
  border-right-color: rgb(109 40 217 / 0.15);
}
.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\/35 {
  border-right-color: rgb(109 40 217 / 0.35);
}
.border-r-violet-700\/40 {
  border-right-color: rgb(109 40 217 / 0.4);
}
.border-r-violet-700\/45 {
  border-right-color: rgb(109 40 217 / 0.45);
}
.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\/55 {
  border-right-color: rgb(109 40 217 / 0.55);
}
.border-r-violet-700\/60 {
  border-right-color: rgb(109 40 217 / 0.6);
}
.border-r-violet-700\/65 {
  border-right-color: rgb(109 40 217 / 0.65);
}
.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\/85 {
  border-right-color: rgb(109 40 217 / 0.85);
}
.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\/15 {
  border-right-color: rgb(91 33 182 / 0.15);
}
.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\/35 {
  border-right-color: rgb(91 33 182 / 0.35);
}
.border-r-violet-800\/40 {
  border-right-color: rgb(91 33 182 / 0.4);
}
.border-r-violet-800\/45 {
  border-right-color: rgb(91 33 182 / 0.45);
}
.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\/55 {
  border-right-color: rgb(91 33 182 / 0.55);
}
.border-r-violet-800\/60 {
  border-right-color: rgb(91 33 182 / 0.6);
}
.border-r-violet-800\/65 {
  border-right-color: rgb(91 33 182 / 0.65);
}
.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\/85 {
  border-right-color: rgb(91 33 182 / 0.85);
}
.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\/15 {
  border-right-color: rgb(76 29 149 / 0.15);
}
.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\/35 {
  border-right-color: rgb(76 29 149 / 0.35);
}
.border-r-violet-900\/40 {
  border-right-color: rgb(76 29 149 / 0.4);
}
.border-r-violet-900\/45 {
  border-right-color: rgb(76 29 149 / 0.45);
}
.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\/55 {
  border-right-color: rgb(76 29 149 / 0.55);
}
.border-r-violet-900\/60 {
  border-right-color: rgb(76 29 149 / 0.6);
}
.border-r-violet-900\/65 {
  border-right-color: rgb(76 29 149 / 0.65);
}
.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\/85 {
  border-right-color: rgb(76 29 149 / 0.85);
}
.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\/15 {
  border-right-color: rgb(46 16 101 / 0.15);
}
.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\/35 {
  border-right-color: rgb(46 16 101 / 0.35);
}
.border-r-violet-950\/40 {
  border-right-color: rgb(46 16 101 / 0.4);
}
.border-r-violet-950\/45 {
  border-right-color: rgb(46 16 101 / 0.45);
}
.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\/55 {
  border-right-color: rgb(46 16 101 / 0.55);
}
.border-r-violet-950\/60 {
  border-right-color: rgb(46 16 101 / 0.6);
}
.border-r-violet-950\/65 {
  border-right-color: rgb(46 16 101 / 0.65);
}
.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\/85 {
  border-right-color: rgb(46 16 101 / 0.85);
}
.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\/15 {
  border-right-color: rgb(255 255 255 / 0.15);
}
.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\/35 {
  border-right-color: rgb(255 255 255 / 0.35);
}
.border-r-white\/40 {
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-r-white\/45 {
  border-right-color: rgb(255 255 255 / 0.45);
}
.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\/55 {
  border-right-color: rgb(255 255 255 / 0.55);
}
.border-r-white\/60 {
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-r-white\/65 {
  border-right-color: rgb(255 255 255 / 0.65);
}
.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\/85 {
  border-right-color: rgb(255 255 255 / 0.85);
}
.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\/15 {
  border-right-color: rgb(254 249 195 / 0.15);
}
.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\/35 {
  border-right-color: rgb(254 249 195 / 0.35);
}
.border-r-yellow-100\/40 {
  border-right-color: rgb(254 249 195 / 0.4);
}
.border-r-yellow-100\/45 {
  border-right-color: rgb(254 249 195 / 0.45);
}
.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\/55 {
  border-right-color: rgb(254 249 195 / 0.55);
}
.border-r-yellow-100\/60 {
  border-right-color: rgb(254 249 195 / 0.6);
}
.border-r-yellow-100\/65 {
  border-right-color: rgb(254 249 195 / 0.65);
}
.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\/85 {
  border-right-color: rgb(254 249 195 / 0.85);
}
.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\/15 {
  border-right-color: rgb(254 240 138 / 0.15);
}
.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\/35 {
  border-right-color: rgb(254 240 138 / 0.35);
}
.border-r-yellow-200\/40 {
  border-right-color: rgb(254 240 138 / 0.4);
}
.border-r-yellow-200\/45 {
  border-right-color: rgb(254 240 138 / 0.45);
}
.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\/55 {
  border-right-color: rgb(254 240 138 / 0.55);
}
.border-r-yellow-200\/60 {
  border-right-color: rgb(254 240 138 / 0.6);
}
.border-r-yellow-200\/65 {
  border-right-color: rgb(254 240 138 / 0.65);
}
.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\/85 {
  border-right-color: rgb(254 240 138 / 0.85);
}
.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\/15 {
  border-right-color: rgb(253 224 71 / 0.15);
}
.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\/35 {
  border-right-color: rgb(253 224 71 / 0.35);
}
.border-r-yellow-300\/40 {
  border-right-color: rgb(253 224 71 / 0.4);
}
.border-r-yellow-300\/45 {
  border-right-color: rgb(253 224 71 / 0.45);
}
.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\/55 {
  border-right-color: rgb(253 224 71 / 0.55);
}
.border-r-yellow-300\/60 {
  border-right-color: rgb(253 224 71 / 0.6);
}
.border-r-yellow-300\/65 {
  border-right-color: rgb(253 224 71 / 0.65);
}
.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\/85 {
  border-right-color: rgb(253 224 71 / 0.85);
}
.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\/15 {
  border-right-color: rgb(250 204 21 / 0.15);
}
.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\/35 {
  border-right-color: rgb(250 204 21 / 0.35);
}
.border-r-yellow-400\/40 {
  border-right-color: rgb(250 204 21 / 0.4);
}
.border-r-yellow-400\/45 {
  border-right-color: rgb(250 204 21 / 0.45);
}
.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\/55 {
  border-right-color: rgb(250 204 21 / 0.55);
}
.border-r-yellow-400\/60 {
  border-right-color: rgb(250 204 21 / 0.6);
}
.border-r-yellow-400\/65 {
  border-right-color: rgb(250 204 21 / 0.65);
}
.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\/85 {
  border-right-color: rgb(250 204 21 / 0.85);
}
.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\/15 {
  border-right-color: rgb(254 252 232 / 0.15);
}
.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\/35 {
  border-right-color: rgb(254 252 232 / 0.35);
}
.border-r-yellow-50\/40 {
  border-right-color: rgb(254 252 232 / 0.4);
}
.border-r-yellow-50\/45 {
  border-right-color: rgb(254 252 232 / 0.45);
}
.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\/55 {
  border-right-color: rgb(254 252 232 / 0.55);
}
.border-r-yellow-50\/60 {
  border-right-color: rgb(254 252 232 / 0.6);
}
.border-r-yellow-50\/65 {
  border-right-color: rgb(254 252 232 / 0.65);
}
.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\/85 {
  border-right-color: rgb(254 252 232 / 0.85);
}
.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\/15 {
  border-right-color: rgb(234 179 8 / 0.15);
}
.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\/35 {
  border-right-color: rgb(234 179 8 / 0.35);
}
.border-r-yellow-500\/40 {
  border-right-color: rgb(234 179 8 / 0.4);
}
.border-r-yellow-500\/45 {
  border-right-color: rgb(234 179 8 / 0.45);
}
.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\/55 {
  border-right-color: rgb(234 179 8 / 0.55);
}
.border-r-yellow-500\/60 {
  border-right-color: rgb(234 179 8 / 0.6);
}
.border-r-yellow-500\/65 {
  border-right-color: rgb(234 179 8 / 0.65);
}
.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\/85 {
  border-right-color: rgb(234 179 8 / 0.85);
}
.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\/15 {
  border-right-color: rgb(202 138 4 / 0.15);
}
.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\/35 {
  border-right-color: rgb(202 138 4 / 0.35);
}
.border-r-yellow-600\/40 {
  border-right-color: rgb(202 138 4 / 0.4);
}
.border-r-yellow-600\/45 {
  border-right-color: rgb(202 138 4 / 0.45);
}
.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\/55 {
  border-right-color: rgb(202 138 4 / 0.55);
}
.border-r-yellow-600\/60 {
  border-right-color: rgb(202 138 4 / 0.6);
}
.border-r-yellow-600\/65 {
  border-right-color: rgb(202 138 4 / 0.65);
}
.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\/85 {
  border-right-color: rgb(202 138 4 / 0.85);
}
.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\/15 {
  border-right-color: rgb(161 98 7 / 0.15);
}
.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\/35 {
  border-right-color: rgb(161 98 7 / 0.35);
}
.border-r-yellow-700\/40 {
  border-right-color: rgb(161 98 7 / 0.4);
}
.border-r-yellow-700\/45 {
  border-right-color: rgb(161 98 7 / 0.45);
}
.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\/55 {
  border-right-color: rgb(161 98 7 / 0.55);
}
.border-r-yellow-700\/60 {
  border-right-color: rgb(161 98 7 / 0.6);
}
.border-r-yellow-700\/65 {
  border-right-color: rgb(161 98 7 / 0.65);
}
.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\/85 {
  border-right-color: rgb(161 98 7 / 0.85);
}
.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\/15 {
  border-right-color: rgb(133 77 14 / 0.15);
}
.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\/35 {
  border-right-color: rgb(133 77 14 / 0.35);
}
.border-r-yellow-800\/40 {
  border-right-color: rgb(133 77 14 / 0.4);
}
.border-r-yellow-800\/45 {
  border-right-color: rgb(133 77 14 / 0.45);
}
.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\/55 {
  border-right-color: rgb(133 77 14 / 0.55);
}
.border-r-yellow-800\/60 {
  border-right-color: rgb(133 77 14 / 0.6);
}
.border-r-yellow-800\/65 {
  border-right-color: rgb(133 77 14 / 0.65);
}
.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\/85 {
  border-right-color: rgb(133 77 14 / 0.85);
}
.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\/15 {
  border-right-color: rgb(113 63 18 / 0.15);
}
.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\/35 {
  border-right-color: rgb(113 63 18 / 0.35);
}
.border-r-yellow-900\/40 {
  border-right-color: rgb(113 63 18 / 0.4);
}
.border-r-yellow-900\/45 {
  border-right-color: rgb(113 63 18 / 0.45);
}
.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\/55 {
  border-right-color: rgb(113 63 18 / 0.55);
}
.border-r-yellow-900\/60 {
  border-right-color: rgb(113 63 18 / 0.6);
}
.border-r-yellow-900\/65 {
  border-right-color: rgb(113 63 18 / 0.65);
}
.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\/85 {
  border-right-color: rgb(113 63 18 / 0.85);
}
.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\/15 {
  border-right-color: rgb(66 32 6 / 0.15);
}
.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\/35 {
  border-right-color: rgb(66 32 6 / 0.35);
}
.border-r-yellow-950\/40 {
  border-right-color: rgb(66 32 6 / 0.4);
}
.border-r-yellow-950\/45 {
  border-right-color: rgb(66 32 6 / 0.45);
}
.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\/55 {
  border-right-color: rgb(66 32 6 / 0.55);
}
.border-r-yellow-950\/60 {
  border-right-color: rgb(66 32 6 / 0.6);
}
.border-r-yellow-950\/65 {
  border-right-color: rgb(66 32 6 / 0.65);
}
.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\/85 {
  border-right-color: rgb(66 32 6 / 0.85);
}
.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\/15 {
  border-right-color: rgb(244 244 245 / 0.15);
}
.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\/35 {
  border-right-color: rgb(244 244 245 / 0.35);
}
.border-r-zinc-100\/40 {
  border-right-color: rgb(244 244 245 / 0.4);
}
.border-r-zinc-100\/45 {
  border-right-color: rgb(244 244 245 / 0.45);
}
.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\/55 {
  border-right-color: rgb(244 244 245 / 0.55);
}
.border-r-zinc-100\/60 {
  border-right-color: rgb(244 244 245 / 0.6);
}
.border-r-zinc-100\/65 {
  border-right-color: rgb(244 244 245 / 0.65);
}
.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\/85 {
  border-right-color: rgb(244 244 245 / 0.85);
}
.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\/15 {
  border-right-color: rgb(228 228 231 / 0.15);
}
.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\/35 {
  border-right-color: rgb(228 228 231 / 0.35);
}
.border-r-zinc-200\/40 {
  border-right-color: rgb(228 228 231 / 0.4);
}
.border-r-zinc-200\/45 {
  border-right-color: rgb(228 228 231 / 0.45);
}
.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\/55 {
  border-right-color: rgb(228 228 231 / 0.55);
}
.border-r-zinc-200\/60 {
  border-right-color: rgb(228 228 231 / 0.6);
}
.border-r-zinc-200\/65 {
  border-right-color: rgb(228 228 231 / 0.65);
}
.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\/85 {
  border-right-color: rgb(228 228 231 / 0.85);
}
.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\/15 {
  border-right-color: rgb(212 212 216 / 0.15);
}
.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\/35 {
  border-right-color: rgb(212 212 216 / 0.35);
}
.border-r-zinc-300\/40 {
  border-right-color: rgb(212 212 216 / 0.4);
}
.border-r-zinc-300\/45 {
  border-right-color: rgb(212 212 216 / 0.45);
}
.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\/55 {
  border-right-color: rgb(212 212 216 / 0.55);
}
.border-r-zinc-300\/60 {
  border-right-color: rgb(212 212 216 / 0.6);
}
.border-r-zinc-300\/65 {
  border-right-color: rgb(212 212 216 / 0.65);
}
.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\/85 {
  border-right-color: rgb(212 212 216 / 0.85);
}
.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\/15 {
  border-right-color: rgb(161 161 170 / 0.15);
}
.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\/35 {
  border-right-color: rgb(161 161 170 / 0.35);
}
.border-r-zinc-400\/40 {
  border-right-color: rgb(161 161 170 / 0.4);
}
.border-r-zinc-400\/45 {
  border-right-color: rgb(161 161 170 / 0.45);
}
.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\/55 {
  border-right-color: rgb(161 161 170 / 0.55);
}
.border-r-zinc-400\/60 {
  border-right-color: rgb(161 161 170 / 0.6);
}
.border-r-zinc-400\/65 {
  border-right-color: rgb(161 161 170 / 0.65);
}
.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\/85 {
  border-right-color: rgb(161 161 170 / 0.85);
}
.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\/15 {
  border-right-color: rgb(250 250 250 / 0.15);
}
.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\/35 {
  border-right-color: rgb(250 250 250 / 0.35);
}
.border-r-zinc-50\/40 {
  border-right-color: rgb(250 250 250 / 0.4);
}
.border-r-zinc-50\/45 {
  border-right-color: rgb(250 250 250 / 0.45);
}
.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\/55 {
  border-right-color: rgb(250 250 250 / 0.55);
}
.border-r-zinc-50\/60 {
  border-right-color: rgb(250 250 250 / 0.6);
}
.border-r-zinc-50\/65 {
  border-right-color: rgb(250 250 250 / 0.65);
}
.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\/85 {
  border-right-color: rgb(250 250 250 / 0.85);
}
.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\/15 {
  border-right-color: rgb(113 113 122 / 0.15);
}
.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\/35 {
  border-right-color: rgb(113 113 122 / 0.35);
}
.border-r-zinc-500\/40 {
  border-right-color: rgb(113 113 122 / 0.4);
}
.border-r-zinc-500\/45 {
  border-right-color: rgb(113 113 122 / 0.45);
}
.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\/55 {
  border-right-color: rgb(113 113 122 / 0.55);
}
.border-r-zinc-500\/60 {
  border-right-color: rgb(113 113 122 / 0.6);
}
.border-r-zinc-500\/65 {
  border-right-color: rgb(113 113 122 / 0.65);
}
.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\/85 {
  border-right-color: rgb(113 113 122 / 0.85);
}
.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\/15 {
  border-right-color: rgb(82 82 91 / 0.15);
}
.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\/35 {
  border-right-color: rgb(82 82 91 / 0.35);
}
.border-r-zinc-600\/40 {
  border-right-color: rgb(82 82 91 / 0.4);
}
.border-r-zinc-600\/45 {
  border-right-color: rgb(82 82 91 / 0.45);
}
.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\/55 {
  border-right-color: rgb(82 82 91 / 0.55);
}
.border-r-zinc-600\/60 {
  border-right-color: rgb(82 82 91 / 0.6);
}
.border-r-zinc-600\/65 {
  border-right-color: rgb(82 82 91 / 0.65);
}
.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\/85 {
  border-right-color: rgb(82 82 91 / 0.85);
}
.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\/15 {
  border-right-color: rgb(63 63 70 / 0.15);
}
.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\/35 {
  border-right-color: rgb(63 63 70 / 0.35);
}
.border-r-zinc-700\/40 {
  border-right-color: rgb(63 63 70 / 0.4);
}
.border-r-zinc-700\/45 {
  border-right-color: rgb(63 63 70 / 0.45);
}
.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\/55 {
  border-right-color: rgb(63 63 70 / 0.55);
}
.border-r-zinc-700\/60 {
  border-right-color: rgb(63 63 70 / 0.6);
}
.border-r-zinc-700\/65 {
  border-right-color: rgb(63 63 70 / 0.65);
}
.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\/85 {
  border-right-color: rgb(63 63 70 / 0.85);
}
.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\/15 {
  border-right-color: rgb(39 39 42 / 0.15);
}
.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\/35 {
  border-right-color: rgb(39 39 42 / 0.35);
}
.border-r-zinc-800\/40 {
  border-right-color: rgb(39 39 42 / 0.4);
}
.border-r-zinc-800\/45 {
  border-right-color: rgb(39 39 42 / 0.45);
}
.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\/55 {
  border-right-color: rgb(39 39 42 / 0.55);
}
.border-r-zinc-800\/60 {
  border-right-color: rgb(39 39 42 / 0.6);
}
.border-r-zinc-800\/65 {
  border-right-color: rgb(39 39 42 / 0.65);
}
.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\/85 {
  border-right-color: rgb(39 39 42 / 0.85);
}
.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\/15 {
  border-right-color: rgb(24 24 27 / 0.15);
}
.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\/35 {
  border-right-color: rgb(24 24 27 / 0.35);
}
.border-r-zinc-900\/40 {
  border-right-color: rgb(24 24 27 / 0.4);
}
.border-r-zinc-900\/45 {
  border-right-color: rgb(24 24 27 / 0.45);
}
.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\/55 {
  border-right-color: rgb(24 24 27 / 0.55);
}
.border-r-zinc-900\/60 {
  border-right-color: rgb(24 24 27 / 0.6);
}
.border-r-zinc-900\/65 {
  border-right-color: rgb(24 24 27 / 0.65);
}
.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\/85 {
  border-right-color: rgb(24 24 27 / 0.85);
}
.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\/15 {
  border-right-color: rgb(9 9 11 / 0.15);
}
.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\/35 {
  border-right-color: rgb(9 9 11 / 0.35);
}
.border-r-zinc-950\/40 {
  border-right-color: rgb(9 9 11 / 0.4);
}
.border-r-zinc-950\/45 {
  border-right-color: rgb(9 9 11 / 0.45);
}
.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\/55 {
  border-right-color: rgb(9 9 11 / 0.55);
}
.border-r-zinc-950\/60 {
  border-right-color: rgb(9 9 11 / 0.6);
}
.border-r-zinc-950\/65 {
  border-right-color: rgb(9 9 11 / 0.65);
}
.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\/85 {
  border-right-color: rgb(9 9 11 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(254 243 199 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(254 243 199 / 0.35);
}
.border-s-amber-100\/40 {
  border-inline-start-color: rgb(254 243 199 / 0.4);
}
.border-s-amber-100\/45 {
  border-inline-start-color: rgb(254 243 199 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(254 243 199 / 0.55);
}
.border-s-amber-100\/60 {
  border-inline-start-color: rgb(254 243 199 / 0.6);
}
.border-s-amber-100\/65 {
  border-inline-start-color: rgb(254 243 199 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(254 243 199 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(253 230 138 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(253 230 138 / 0.35);
}
.border-s-amber-200\/40 {
  border-inline-start-color: rgb(253 230 138 / 0.4);
}
.border-s-amber-200\/45 {
  border-inline-start-color: rgb(253 230 138 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(253 230 138 / 0.55);
}
.border-s-amber-200\/60 {
  border-inline-start-color: rgb(253 230 138 / 0.6);
}
.border-s-amber-200\/65 {
  border-inline-start-color: rgb(253 230 138 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(253 230 138 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(252 211 77 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(252 211 77 / 0.35);
}
.border-s-amber-300\/40 {
  border-inline-start-color: rgb(252 211 77 / 0.4);
}
.border-s-amber-300\/45 {
  border-inline-start-color: rgb(252 211 77 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(252 211 77 / 0.55);
}
.border-s-amber-300\/60 {
  border-inline-start-color: rgb(252 211 77 / 0.6);
}
.border-s-amber-300\/65 {
  border-inline-start-color: rgb(252 211 77 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(252 211 77 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(251 191 36 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(251 191 36 / 0.35);
}
.border-s-amber-400\/40 {
  border-inline-start-color: rgb(251 191 36 / 0.4);
}
.border-s-amber-400\/45 {
  border-inline-start-color: rgb(251 191 36 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(251 191 36 / 0.55);
}
.border-s-amber-400\/60 {
  border-inline-start-color: rgb(251 191 36 / 0.6);
}
.border-s-amber-400\/65 {
  border-inline-start-color: rgb(251 191 36 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(251 191 36 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(255 251 235 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(255 251 235 / 0.35);
}
.border-s-amber-50\/40 {
  border-inline-start-color: rgb(255 251 235 / 0.4);
}
.border-s-amber-50\/45 {
  border-inline-start-color: rgb(255 251 235 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(255 251 235 / 0.55);
}
.border-s-amber-50\/60 {
  border-inline-start-color: rgb(255 251 235 / 0.6);
}
.border-s-amber-50\/65 {
  border-inline-start-color: rgb(255 251 235 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(255 251 235 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(245 158 11 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(245 158 11 / 0.35);
}
.border-s-amber-500\/40 {
  border-inline-start-color: rgb(245 158 11 / 0.4);
}
.border-s-amber-500\/45 {
  border-inline-start-color: rgb(245 158 11 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(245 158 11 / 0.55);
}
.border-s-amber-500\/60 {
  border-inline-start-color: rgb(245 158 11 / 0.6);
}
.border-s-amber-500\/65 {
  border-inline-start-color: rgb(245 158 11 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(245 158 11 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(217 119 6 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(217 119 6 / 0.35);
}
.border-s-amber-600\/40 {
  border-inline-start-color: rgb(217 119 6 / 0.4);
}
.border-s-amber-600\/45 {
  border-inline-start-color: rgb(217 119 6 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(217 119 6 / 0.55);
}
.border-s-amber-600\/60 {
  border-inline-start-color: rgb(217 119 6 / 0.6);
}
.border-s-amber-600\/65 {
  border-inline-start-color: rgb(217 119 6 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(217 119 6 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(180 83 9 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(180 83 9 / 0.35);
}
.border-s-amber-700\/40 {
  border-inline-start-color: rgb(180 83 9 / 0.4);
}
.border-s-amber-700\/45 {
  border-inline-start-color: rgb(180 83 9 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(180 83 9 / 0.55);
}
.border-s-amber-700\/60 {
  border-inline-start-color: rgb(180 83 9 / 0.6);
}
.border-s-amber-700\/65 {
  border-inline-start-color: rgb(180 83 9 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(180 83 9 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(146 64 14 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(146 64 14 / 0.35);
}
.border-s-amber-800\/40 {
  border-inline-start-color: rgb(146 64 14 / 0.4);
}
.border-s-amber-800\/45 {
  border-inline-start-color: rgb(146 64 14 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(146 64 14 / 0.55);
}
.border-s-amber-800\/60 {
  border-inline-start-color: rgb(146 64 14 / 0.6);
}
.border-s-amber-800\/65 {
  border-inline-start-color: rgb(146 64 14 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(146 64 14 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(120 53 15 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(120 53 15 / 0.35);
}
.border-s-amber-900\/40 {
  border-inline-start-color: rgb(120 53 15 / 0.4);
}
.border-s-amber-900\/45 {
  border-inline-start-color: rgb(120 53 15 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(120 53 15 / 0.55);
}
.border-s-amber-900\/60 {
  border-inline-start-color: rgb(120 53 15 / 0.6);
}
.border-s-amber-900\/65 {
  border-inline-start-color: rgb(120 53 15 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(120 53 15 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(69 26 3 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(69 26 3 / 0.35);
}
.border-s-amber-950\/40 {
  border-inline-start-color: rgb(69 26 3 / 0.4);
}
.border-s-amber-950\/45 {
  border-inline-start-color: rgb(69 26 3 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(69 26 3 / 0.55);
}
.border-s-amber-950\/60 {
  border-inline-start-color: rgb(69 26 3 / 0.6);
}
.border-s-amber-950\/65 {
  border-inline-start-color: rgb(69 26 3 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(69 26 3 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(0 0 0 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(0 0 0 / 0.35);
}
.border-s-black\/40 {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}
.border-s-black\/45 {
  border-inline-start-color: rgb(0 0 0 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(0 0 0 / 0.55);
}
.border-s-black\/60 {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}
.border-s-black\/65 {
  border-inline-start-color: rgb(0 0 0 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(0 0 0 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(219 234 254 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(219 234 254 / 0.35);
}
.border-s-blue-100\/40 {
  border-inline-start-color: rgb(219 234 254 / 0.4);
}
.border-s-blue-100\/45 {
  border-inline-start-color: rgb(219 234 254 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(219 234 254 / 0.55);
}
.border-s-blue-100\/60 {
  border-inline-start-color: rgb(219 234 254 / 0.6);
}
.border-s-blue-100\/65 {
  border-inline-start-color: rgb(219 234 254 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(219 234 254 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(191 219 254 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(191 219 254 / 0.35);
}
.border-s-blue-200\/40 {
  border-inline-start-color: rgb(191 219 254 / 0.4);
}
.border-s-blue-200\/45 {
  border-inline-start-color: rgb(191 219 254 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(191 219 254 / 0.55);
}
.border-s-blue-200\/60 {
  border-inline-start-color: rgb(191 219 254 / 0.6);
}
.border-s-blue-200\/65 {
  border-inline-start-color: rgb(191 219 254 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(191 219 254 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(147 197 253 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(147 197 253 / 0.35);
}
.border-s-blue-300\/40 {
  border-inline-start-color: rgb(147 197 253 / 0.4);
}
.border-s-blue-300\/45 {
  border-inline-start-color: rgb(147 197 253 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(147 197 253 / 0.55);
}
.border-s-blue-300\/60 {
  border-inline-start-color: rgb(147 197 253 / 0.6);
}
.border-s-blue-300\/65 {
  border-inline-start-color: rgb(147 197 253 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(147 197 253 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(96 165 250 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(96 165 250 / 0.35);
}
.border-s-blue-400\/40 {
  border-inline-start-color: rgb(96 165 250 / 0.4);
}
.border-s-blue-400\/45 {
  border-inline-start-color: rgb(96 165 250 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(96 165 250 / 0.55);
}
.border-s-blue-400\/60 {
  border-inline-start-color: rgb(96 165 250 / 0.6);
}
.border-s-blue-400\/65 {
  border-inline-start-color: rgb(96 165 250 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(96 165 250 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(239 246 255 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(239 246 255 / 0.35);
}
.border-s-blue-50\/40 {
  border-inline-start-color: rgb(239 246 255 / 0.4);
}
.border-s-blue-50\/45 {
  border-inline-start-color: rgb(239 246 255 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(239 246 255 / 0.55);
}
.border-s-blue-50\/60 {
  border-inline-start-color: rgb(239 246 255 / 0.6);
}
.border-s-blue-50\/65 {
  border-inline-start-color: rgb(239 246 255 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(239 246 255 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(59 130 246 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(59 130 246 / 0.35);
}
.border-s-blue-500\/40 {
  border-inline-start-color: rgb(59 130 246 / 0.4);
}
.border-s-blue-500\/45 {
  border-inline-start-color: rgb(59 130 246 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(59 130 246 / 0.55);
}
.border-s-blue-500\/60 {
  border-inline-start-color: rgb(59 130 246 / 0.6);
}
.border-s-blue-500\/65 {
  border-inline-start-color: rgb(59 130 246 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(59 130 246 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(37 99 235 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(37 99 235 / 0.35);
}
.border-s-blue-600\/40 {
  border-inline-start-color: rgb(37 99 235 / 0.4);
}
.border-s-blue-600\/45 {
  border-inline-start-color: rgb(37 99 235 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(37 99 235 / 0.55);
}
.border-s-blue-600\/60 {
  border-inline-start-color: rgb(37 99 235 / 0.6);
}
.border-s-blue-600\/65 {
  border-inline-start-color: rgb(37 99 235 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(37 99 235 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(29 78 216 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(29 78 216 / 0.35);
}
.border-s-blue-700\/40 {
  border-inline-start-color: rgb(29 78 216 / 0.4);
}
.border-s-blue-700\/45 {
  border-inline-start-color: rgb(29 78 216 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(29 78 216 / 0.55);
}
.border-s-blue-700\/60 {
  border-inline-start-color: rgb(29 78 216 / 0.6);
}
.border-s-blue-700\/65 {
  border-inline-start-color: rgb(29 78 216 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(29 78 216 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(30 64 175 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(30 64 175 / 0.35);
}
.border-s-blue-800\/40 {
  border-inline-start-color: rgb(30 64 175 / 0.4);
}
.border-s-blue-800\/45 {
  border-inline-start-color: rgb(30 64 175 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(30 64 175 / 0.55);
}
.border-s-blue-800\/60 {
  border-inline-start-color: rgb(30 64 175 / 0.6);
}
.border-s-blue-800\/65 {
  border-inline-start-color: rgb(30 64 175 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(30 64 175 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(30 58 138 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(30 58 138 / 0.35);
}
.border-s-blue-900\/40 {
  border-inline-start-color: rgb(30 58 138 / 0.4);
}
.border-s-blue-900\/45 {
  border-inline-start-color: rgb(30 58 138 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(30 58 138 / 0.55);
}
.border-s-blue-900\/60 {
  border-inline-start-color: rgb(30 58 138 / 0.6);
}
.border-s-blue-900\/65 {
  border-inline-start-color: rgb(30 58 138 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(30 58 138 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(23 37 84 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(23 37 84 / 0.35);
}
.border-s-blue-950\/40 {
  border-inline-start-color: rgb(23 37 84 / 0.4);
}
.border-s-blue-950\/45 {
  border-inline-start-color: rgb(23 37 84 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(23 37 84 / 0.55);
}
.border-s-blue-950\/60 {
  border-inline-start-color: rgb(23 37 84 / 0.6);
}
.border-s-blue-950\/65 {
  border-inline-start-color: rgb(23 37 84 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(23 37 84 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(207 250 254 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(207 250 254 / 0.35);
}
.border-s-cyan-100\/40 {
  border-inline-start-color: rgb(207 250 254 / 0.4);
}
.border-s-cyan-100\/45 {
  border-inline-start-color: rgb(207 250 254 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(207 250 254 / 0.55);
}
.border-s-cyan-100\/60 {
  border-inline-start-color: rgb(207 250 254 / 0.6);
}
.border-s-cyan-100\/65 {
  border-inline-start-color: rgb(207 250 254 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(207 250 254 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(165 243 252 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(165 243 252 / 0.35);
}
.border-s-cyan-200\/40 {
  border-inline-start-color: rgb(165 243 252 / 0.4);
}
.border-s-cyan-200\/45 {
  border-inline-start-color: rgb(165 243 252 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(165 243 252 / 0.55);
}
.border-s-cyan-200\/60 {
  border-inline-start-color: rgb(165 243 252 / 0.6);
}
.border-s-cyan-200\/65 {
  border-inline-start-color: rgb(165 243 252 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(165 243 252 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(103 232 249 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(103 232 249 / 0.35);
}
.border-s-cyan-300\/40 {
  border-inline-start-color: rgb(103 232 249 / 0.4);
}
.border-s-cyan-300\/45 {
  border-inline-start-color: rgb(103 232 249 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(103 232 249 / 0.55);
}
.border-s-cyan-300\/60 {
  border-inline-start-color: rgb(103 232 249 / 0.6);
}
.border-s-cyan-300\/65 {
  border-inline-start-color: rgb(103 232 249 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(103 232 249 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(34 211 238 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(34 211 238 / 0.35);
}
.border-s-cyan-400\/40 {
  border-inline-start-color: rgb(34 211 238 / 0.4);
}
.border-s-cyan-400\/45 {
  border-inline-start-color: rgb(34 211 238 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(34 211 238 / 0.55);
}
.border-s-cyan-400\/60 {
  border-inline-start-color: rgb(34 211 238 / 0.6);
}
.border-s-cyan-400\/65 {
  border-inline-start-color: rgb(34 211 238 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(34 211 238 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(236 254 255 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(236 254 255 / 0.35);
}
.border-s-cyan-50\/40 {
  border-inline-start-color: rgb(236 254 255 / 0.4);
}
.border-s-cyan-50\/45 {
  border-inline-start-color: rgb(236 254 255 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(236 254 255 / 0.55);
}
.border-s-cyan-50\/60 {
  border-inline-start-color: rgb(236 254 255 / 0.6);
}
.border-s-cyan-50\/65 {
  border-inline-start-color: rgb(236 254 255 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(236 254 255 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(6 182 212 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(6 182 212 / 0.35);
}
.border-s-cyan-500\/40 {
  border-inline-start-color: rgb(6 182 212 / 0.4);
}
.border-s-cyan-500\/45 {
  border-inline-start-color: rgb(6 182 212 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(6 182 212 / 0.55);
}
.border-s-cyan-500\/60 {
  border-inline-start-color: rgb(6 182 212 / 0.6);
}
.border-s-cyan-500\/65 {
  border-inline-start-color: rgb(6 182 212 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(6 182 212 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(8 145 178 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(8 145 178 / 0.35);
}
.border-s-cyan-600\/40 {
  border-inline-start-color: rgb(8 145 178 / 0.4);
}
.border-s-cyan-600\/45 {
  border-inline-start-color: rgb(8 145 178 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(8 145 178 / 0.55);
}
.border-s-cyan-600\/60 {
  border-inline-start-color: rgb(8 145 178 / 0.6);
}
.border-s-cyan-600\/65 {
  border-inline-start-color: rgb(8 145 178 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(8 145 178 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(14 116 144 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(14 116 144 / 0.35);
}
.border-s-cyan-700\/40 {
  border-inline-start-color: rgb(14 116 144 / 0.4);
}
.border-s-cyan-700\/45 {
  border-inline-start-color: rgb(14 116 144 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(14 116 144 / 0.55);
}
.border-s-cyan-700\/60 {
  border-inline-start-color: rgb(14 116 144 / 0.6);
}
.border-s-cyan-700\/65 {
  border-inline-start-color: rgb(14 116 144 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(14 116 144 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(21 94 117 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(21 94 117 / 0.35);
}
.border-s-cyan-800\/40 {
  border-inline-start-color: rgb(21 94 117 / 0.4);
}
.border-s-cyan-800\/45 {
  border-inline-start-color: rgb(21 94 117 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(21 94 117 / 0.55);
}
.border-s-cyan-800\/60 {
  border-inline-start-color: rgb(21 94 117 / 0.6);
}
.border-s-cyan-800\/65 {
  border-inline-start-color: rgb(21 94 117 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(21 94 117 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(22 78 99 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(22 78 99 / 0.35);
}
.border-s-cyan-900\/40 {
  border-inline-start-color: rgb(22 78 99 / 0.4);
}
.border-s-cyan-900\/45 {
  border-inline-start-color: rgb(22 78 99 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(22 78 99 / 0.55);
}
.border-s-cyan-900\/60 {
  border-inline-start-color: rgb(22 78 99 / 0.6);
}
.border-s-cyan-900\/65 {
  border-inline-start-color: rgb(22 78 99 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(22 78 99 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(8 51 68 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(8 51 68 / 0.35);
}
.border-s-cyan-950\/40 {
  border-inline-start-color: rgb(8 51 68 / 0.4);
}
.border-s-cyan-950\/45 {
  border-inline-start-color: rgb(8 51 68 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(8 51 68 / 0.55);
}
.border-s-cyan-950\/60 {
  border-inline-start-color: rgb(8 51 68 / 0.6);
}
.border-s-cyan-950\/65 {
  border-inline-start-color: rgb(8 51 68 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(8 51 68 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(209 250 229 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(209 250 229 / 0.35);
}
.border-s-emerald-100\/40 {
  border-inline-start-color: rgb(209 250 229 / 0.4);
}
.border-s-emerald-100\/45 {
  border-inline-start-color: rgb(209 250 229 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(209 250 229 / 0.55);
}
.border-s-emerald-100\/60 {
  border-inline-start-color: rgb(209 250 229 / 0.6);
}
.border-s-emerald-100\/65 {
  border-inline-start-color: rgb(209 250 229 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(209 250 229 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(167 243 208 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(167 243 208 / 0.35);
}
.border-s-emerald-200\/40 {
  border-inline-start-color: rgb(167 243 208 / 0.4);
}
.border-s-emerald-200\/45 {
  border-inline-start-color: rgb(167 243 208 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(167 243 208 / 0.55);
}
.border-s-emerald-200\/60 {
  border-inline-start-color: rgb(167 243 208 / 0.6);
}
.border-s-emerald-200\/65 {
  border-inline-start-color: rgb(167 243 208 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(167 243 208 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(110 231 183 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(110 231 183 / 0.35);
}
.border-s-emerald-300\/40 {
  border-inline-start-color: rgb(110 231 183 / 0.4);
}
.border-s-emerald-300\/45 {
  border-inline-start-color: rgb(110 231 183 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(110 231 183 / 0.55);
}
.border-s-emerald-300\/60 {
  border-inline-start-color: rgb(110 231 183 / 0.6);
}
.border-s-emerald-300\/65 {
  border-inline-start-color: rgb(110 231 183 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(110 231 183 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(52 211 153 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(52 211 153 / 0.35);
}
.border-s-emerald-400\/40 {
  border-inline-start-color: rgb(52 211 153 / 0.4);
}
.border-s-emerald-400\/45 {
  border-inline-start-color: rgb(52 211 153 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(52 211 153 / 0.55);
}
.border-s-emerald-400\/60 {
  border-inline-start-color: rgb(52 211 153 / 0.6);
}
.border-s-emerald-400\/65 {
  border-inline-start-color: rgb(52 211 153 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(52 211 153 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(236 253 245 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(236 253 245 / 0.35);
}
.border-s-emerald-50\/40 {
  border-inline-start-color: rgb(236 253 245 / 0.4);
}
.border-s-emerald-50\/45 {
  border-inline-start-color: rgb(236 253 245 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(236 253 245 / 0.55);
}
.border-s-emerald-50\/60 {
  border-inline-start-color: rgb(236 253 245 / 0.6);
}
.border-s-emerald-50\/65 {
  border-inline-start-color: rgb(236 253 245 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(236 253 245 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(16 185 129 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(16 185 129 / 0.35);
}
.border-s-emerald-500\/40 {
  border-inline-start-color: rgb(16 185 129 / 0.4);
}
.border-s-emerald-500\/45 {
  border-inline-start-color: rgb(16 185 129 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(16 185 129 / 0.55);
}
.border-s-emerald-500\/60 {
  border-inline-start-color: rgb(16 185 129 / 0.6);
}
.border-s-emerald-500\/65 {
  border-inline-start-color: rgb(16 185 129 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(16 185 129 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(5 150 105 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(5 150 105 / 0.35);
}
.border-s-emerald-600\/40 {
  border-inline-start-color: rgb(5 150 105 / 0.4);
}
.border-s-emerald-600\/45 {
  border-inline-start-color: rgb(5 150 105 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(5 150 105 / 0.55);
}
.border-s-emerald-600\/60 {
  border-inline-start-color: rgb(5 150 105 / 0.6);
}
.border-s-emerald-600\/65 {
  border-inline-start-color: rgb(5 150 105 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(5 150 105 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(4 120 87 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(4 120 87 / 0.35);
}
.border-s-emerald-700\/40 {
  border-inline-start-color: rgb(4 120 87 / 0.4);
}
.border-s-emerald-700\/45 {
  border-inline-start-color: rgb(4 120 87 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(4 120 87 / 0.55);
}
.border-s-emerald-700\/60 {
  border-inline-start-color: rgb(4 120 87 / 0.6);
}
.border-s-emerald-700\/65 {
  border-inline-start-color: rgb(4 120 87 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(4 120 87 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(6 95 70 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(6 95 70 / 0.35);
}
.border-s-emerald-800\/40 {
  border-inline-start-color: rgb(6 95 70 / 0.4);
}
.border-s-emerald-800\/45 {
  border-inline-start-color: rgb(6 95 70 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(6 95 70 / 0.55);
}
.border-s-emerald-800\/60 {
  border-inline-start-color: rgb(6 95 70 / 0.6);
}
.border-s-emerald-800\/65 {
  border-inline-start-color: rgb(6 95 70 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(6 95 70 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(6 78 59 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(6 78 59 / 0.35);
}
.border-s-emerald-900\/40 {
  border-inline-start-color: rgb(6 78 59 / 0.4);
}
.border-s-emerald-900\/45 {
  border-inline-start-color: rgb(6 78 59 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(6 78 59 / 0.55);
}
.border-s-emerald-900\/60 {
  border-inline-start-color: rgb(6 78 59 / 0.6);
}
.border-s-emerald-900\/65 {
  border-inline-start-color: rgb(6 78 59 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(6 78 59 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(2 44 34 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(2 44 34 / 0.35);
}
.border-s-emerald-950\/40 {
  border-inline-start-color: rgb(2 44 34 / 0.4);
}
.border-s-emerald-950\/45 {
  border-inline-start-color: rgb(2 44 34 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(2 44 34 / 0.55);
}
.border-s-emerald-950\/60 {
  border-inline-start-color: rgb(2 44 34 / 0.6);
}
.border-s-emerald-950\/65 {
  border-inline-start-color: rgb(2 44 34 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(2 44 34 / 0.85);
}
.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-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\/15 {
  border-inline-start-color: rgb(250 232 255 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(250 232 255 / 0.35);
}
.border-s-fuchsia-100\/40 {
  border-inline-start-color: rgb(250 232 255 / 0.4);
}
.border-s-fuchsia-100\/45 {
  border-inline-start-color: rgb(250 232 255 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(250 232 255 / 0.55);
}
.border-s-fuchsia-100\/60 {
  border-inline-start-color: rgb(250 232 255 / 0.6);
}
.border-s-fuchsia-100\/65 {
  border-inline-start-color: rgb(250 232 255 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(250 232 255 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(245 208 254 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(245 208 254 / 0.35);
}
.border-s-fuchsia-200\/40 {
  border-inline-start-color: rgb(245 208 254 / 0.4);
}
.border-s-fuchsia-200\/45 {
  border-inline-start-color: rgb(245 208 254 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(245 208 254 / 0.55);
}
.border-s-fuchsia-200\/60 {
  border-inline-start-color: rgb(245 208 254 / 0.6);
}
.border-s-fuchsia-200\/65 {
  border-inline-start-color: rgb(245 208 254 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(245 208 254 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(240 171 252 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(240 171 252 / 0.35);
}
.border-s-fuchsia-300\/40 {
  border-inline-start-color: rgb(240 171 252 / 0.4);
}
.border-s-fuchsia-300\/45 {
  border-inline-start-color: rgb(240 171 252 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(240 171 252 / 0.55);
}
.border-s-fuchsia-300\/60 {
  border-inline-start-color: rgb(240 171 252 / 0.6);
}
.border-s-fuchsia-300\/65 {
  border-inline-start-color: rgb(240 171 252 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(240 171 252 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(232 121 249 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(232 121 249 / 0.35);
}
.border-s-fuchsia-400\/40 {
  border-inline-start-color: rgb(232 121 249 / 0.4);
}
.border-s-fuchsia-400\/45 {
  border-inline-start-color: rgb(232 121 249 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(232 121 249 / 0.55);
}
.border-s-fuchsia-400\/60 {
  border-inline-start-color: rgb(232 121 249 / 0.6);
}
.border-s-fuchsia-400\/65 {
  border-inline-start-color: rgb(232 121 249 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(232 121 249 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(253 244 255 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(253 244 255 / 0.35);
}
.border-s-fuchsia-50\/40 {
  border-inline-start-color: rgb(253 244 255 / 0.4);
}
.border-s-fuchsia-50\/45 {
  border-inline-start-color: rgb(253 244 255 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(253 244 255 / 0.55);
}
.border-s-fuchsia-50\/60 {
  border-inline-start-color: rgb(253 244 255 / 0.6);
}
.border-s-fuchsia-50\/65 {
  border-inline-start-color: rgb(253 244 255 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(253 244 255 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(217 70 239 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(217 70 239 / 0.35);
}
.border-s-fuchsia-500\/40 {
  border-inline-start-color: rgb(217 70 239 / 0.4);
}
.border-s-fuchsia-500\/45 {
  border-inline-start-color: rgb(217 70 239 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(217 70 239 / 0.55);
}
.border-s-fuchsia-500\/60 {
  border-inline-start-color: rgb(217 70 239 / 0.6);
}
.border-s-fuchsia-500\/65 {
  border-inline-start-color: rgb(217 70 239 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(217 70 239 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(192 38 211 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(192 38 211 / 0.35);
}
.border-s-fuchsia-600\/40 {
  border-inline-start-color: rgb(192 38 211 / 0.4);
}
.border-s-fuchsia-600\/45 {
  border-inline-start-color: rgb(192 38 211 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(192 38 211 / 0.55);
}
.border-s-fuchsia-600\/60 {
  border-inline-start-color: rgb(192 38 211 / 0.6);
}
.border-s-fuchsia-600\/65 {
  border-inline-start-color: rgb(192 38 211 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(192 38 211 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(162 28 175 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(162 28 175 / 0.35);
}
.border-s-fuchsia-700\/40 {
  border-inline-start-color: rgb(162 28 175 / 0.4);
}
.border-s-fuchsia-700\/45 {
  border-inline-start-color: rgb(162 28 175 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(162 28 175 / 0.55);
}
.border-s-fuchsia-700\/60 {
  border-inline-start-color: rgb(162 28 175 / 0.6);
}
.border-s-fuchsia-700\/65 {
  border-inline-start-color: rgb(162 28 175 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(162 28 175 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(134 25 143 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(134 25 143 / 0.35);
}
.border-s-fuchsia-800\/40 {
  border-inline-start-color: rgb(134 25 143 / 0.4);
}
.border-s-fuchsia-800\/45 {
  border-inline-start-color: rgb(134 25 143 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(134 25 143 / 0.55);
}
.border-s-fuchsia-800\/60 {
  border-inline-start-color: rgb(134 25 143 / 0.6);
}
.border-s-fuchsia-800\/65 {
  border-inline-start-color: rgb(134 25 143 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(134 25 143 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(112 26 117 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(112 26 117 / 0.35);
}
.border-s-fuchsia-900\/40 {
  border-inline-start-color: rgb(112 26 117 / 0.4);
}
.border-s-fuchsia-900\/45 {
  border-inline-start-color: rgb(112 26 117 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(112 26 117 / 0.55);
}
.border-s-fuchsia-900\/60 {
  border-inline-start-color: rgb(112 26 117 / 0.6);
}
.border-s-fuchsia-900\/65 {
  border-inline-start-color: rgb(112 26 117 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(112 26 117 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(74 4 78 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(74 4 78 / 0.35);
}
.border-s-fuchsia-950\/40 {
  border-inline-start-color: rgb(74 4 78 / 0.4);
}
.border-s-fuchsia-950\/45 {
  border-inline-start-color: rgb(74 4 78 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(74 4 78 / 0.55);
}
.border-s-fuchsia-950\/60 {
  border-inline-start-color: rgb(74 4 78 / 0.6);
}
.border-s-fuchsia-950\/65 {
  border-inline-start-color: rgb(74 4 78 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(74 4 78 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(243 244 246 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(243 244 246 / 0.35);
}
.border-s-gray-100\/40 {
  border-inline-start-color: rgb(243 244 246 / 0.4);
}
.border-s-gray-100\/45 {
  border-inline-start-color: rgb(243 244 246 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(243 244 246 / 0.55);
}
.border-s-gray-100\/60 {
  border-inline-start-color: rgb(243 244 246 / 0.6);
}
.border-s-gray-100\/65 {
  border-inline-start-color: rgb(243 244 246 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(243 244 246 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(229 231 235 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(229 231 235 / 0.35);
}
.border-s-gray-200\/40 {
  border-inline-start-color: rgb(229 231 235 / 0.4);
}
.border-s-gray-200\/45 {
  border-inline-start-color: rgb(229 231 235 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(229 231 235 / 0.55);
}
.border-s-gray-200\/60 {
  border-inline-start-color: rgb(229 231 235 / 0.6);
}
.border-s-gray-200\/65 {
  border-inline-start-color: rgb(229 231 235 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(229 231 235 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(209 213 219 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(209 213 219 / 0.35);
}
.border-s-gray-300\/40 {
  border-inline-start-color: rgb(209 213 219 / 0.4);
}
.border-s-gray-300\/45 {
  border-inline-start-color: rgb(209 213 219 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(209 213 219 / 0.55);
}
.border-s-gray-300\/60 {
  border-inline-start-color: rgb(209 213 219 / 0.6);
}
.border-s-gray-300\/65 {
  border-inline-start-color: rgb(209 213 219 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(209 213 219 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(156 163 175 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(156 163 175 / 0.35);
}
.border-s-gray-400\/40 {
  border-inline-start-color: rgb(156 163 175 / 0.4);
}
.border-s-gray-400\/45 {
  border-inline-start-color: rgb(156 163 175 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(156 163 175 / 0.55);
}
.border-s-gray-400\/60 {
  border-inline-start-color: rgb(156 163 175 / 0.6);
}
.border-s-gray-400\/65 {
  border-inline-start-color: rgb(156 163 175 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(156 163 175 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(249 250 251 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(249 250 251 / 0.35);
}
.border-s-gray-50\/40 {
  border-inline-start-color: rgb(249 250 251 / 0.4);
}
.border-s-gray-50\/45 {
  border-inline-start-color: rgb(249 250 251 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(249 250 251 / 0.55);
}
.border-s-gray-50\/60 {
  border-inline-start-color: rgb(249 250 251 / 0.6);
}
.border-s-gray-50\/65 {
  border-inline-start-color: rgb(249 250 251 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(249 250 251 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(107 114 128 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(107 114 128 / 0.35);
}
.border-s-gray-500\/40 {
  border-inline-start-color: rgb(107 114 128 / 0.4);
}
.border-s-gray-500\/45 {
  border-inline-start-color: rgb(107 114 128 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(107 114 128 / 0.55);
}
.border-s-gray-500\/60 {
  border-inline-start-color: rgb(107 114 128 / 0.6);
}
.border-s-gray-500\/65 {
  border-inline-start-color: rgb(107 114 128 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(107 114 128 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(75 85 99 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(75 85 99 / 0.35);
}
.border-s-gray-600\/40 {
  border-inline-start-color: rgb(75 85 99 / 0.4);
}
.border-s-gray-600\/45 {
  border-inline-start-color: rgb(75 85 99 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(75 85 99 / 0.55);
}
.border-s-gray-600\/60 {
  border-inline-start-color: rgb(75 85 99 / 0.6);
}
.border-s-gray-600\/65 {
  border-inline-start-color: rgb(75 85 99 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(75 85 99 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(55 65 81 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(55 65 81 / 0.35);
}
.border-s-gray-700\/40 {
  border-inline-start-color: rgb(55 65 81 / 0.4);
}
.border-s-gray-700\/45 {
  border-inline-start-color: rgb(55 65 81 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(55 65 81 / 0.55);
}
.border-s-gray-700\/60 {
  border-inline-start-color: rgb(55 65 81 / 0.6);
}
.border-s-gray-700\/65 {
  border-inline-start-color: rgb(55 65 81 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(55 65 81 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(31 41 55 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(31 41 55 / 0.35);
}
.border-s-gray-800\/40 {
  border-inline-start-color: rgb(31 41 55 / 0.4);
}
.border-s-gray-800\/45 {
  border-inline-start-color: rgb(31 41 55 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(31 41 55 / 0.55);
}
.border-s-gray-800\/60 {
  border-inline-start-color: rgb(31 41 55 / 0.6);
}
.border-s-gray-800\/65 {
  border-inline-start-color: rgb(31 41 55 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(31 41 55 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(17 24 39 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(17 24 39 / 0.35);
}
.border-s-gray-900\/40 {
  border-inline-start-color: rgb(17 24 39 / 0.4);
}
.border-s-gray-900\/45 {
  border-inline-start-color: rgb(17 24 39 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(17 24 39 / 0.55);
}
.border-s-gray-900\/60 {
  border-inline-start-color: rgb(17 24 39 / 0.6);
}
.border-s-gray-900\/65 {
  border-inline-start-color: rgb(17 24 39 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(17 24 39 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(3 7 18 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(3 7 18 / 0.35);
}
.border-s-gray-950\/40 {
  border-inline-start-color: rgb(3 7 18 / 0.4);
}
.border-s-gray-950\/45 {
  border-inline-start-color: rgb(3 7 18 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(3 7 18 / 0.55);
}
.border-s-gray-950\/60 {
  border-inline-start-color: rgb(3 7 18 / 0.6);
}
.border-s-gray-950\/65 {
  border-inline-start-color: rgb(3 7 18 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(3 7 18 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(220 252 231 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(220 252 231 / 0.35);
}
.border-s-green-100\/40 {
  border-inline-start-color: rgb(220 252 231 / 0.4);
}
.border-s-green-100\/45 {
  border-inline-start-color: rgb(220 252 231 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(220 252 231 / 0.55);
}
.border-s-green-100\/60 {
  border-inline-start-color: rgb(220 252 231 / 0.6);
}
.border-s-green-100\/65 {
  border-inline-start-color: rgb(220 252 231 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(220 252 231 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(187 247 208 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(187 247 208 / 0.35);
}
.border-s-green-200\/40 {
  border-inline-start-color: rgb(187 247 208 / 0.4);
}
.border-s-green-200\/45 {
  border-inline-start-color: rgb(187 247 208 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(187 247 208 / 0.55);
}
.border-s-green-200\/60 {
  border-inline-start-color: rgb(187 247 208 / 0.6);
}
.border-s-green-200\/65 {
  border-inline-start-color: rgb(187 247 208 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(187 247 208 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(134 239 172 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(134 239 172 / 0.35);
}
.border-s-green-300\/40 {
  border-inline-start-color: rgb(134 239 172 / 0.4);
}
.border-s-green-300\/45 {
  border-inline-start-color: rgb(134 239 172 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(134 239 172 / 0.55);
}
.border-s-green-300\/60 {
  border-inline-start-color: rgb(134 239 172 / 0.6);
}
.border-s-green-300\/65 {
  border-inline-start-color: rgb(134 239 172 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(134 239 172 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(74 222 128 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(74 222 128 / 0.35);
}
.border-s-green-400\/40 {
  border-inline-start-color: rgb(74 222 128 / 0.4);
}
.border-s-green-400\/45 {
  border-inline-start-color: rgb(74 222 128 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(74 222 128 / 0.55);
}
.border-s-green-400\/60 {
  border-inline-start-color: rgb(74 222 128 / 0.6);
}
.border-s-green-400\/65 {
  border-inline-start-color: rgb(74 222 128 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(74 222 128 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(240 253 244 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(240 253 244 / 0.35);
}
.border-s-green-50\/40 {
  border-inline-start-color: rgb(240 253 244 / 0.4);
}
.border-s-green-50\/45 {
  border-inline-start-color: rgb(240 253 244 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(240 253 244 / 0.55);
}
.border-s-green-50\/60 {
  border-inline-start-color: rgb(240 253 244 / 0.6);
}
.border-s-green-50\/65 {
  border-inline-start-color: rgb(240 253 244 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(240 253 244 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(34 197 94 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(34 197 94 / 0.35);
}
.border-s-green-500\/40 {
  border-inline-start-color: rgb(34 197 94 / 0.4);
}
.border-s-green-500\/45 {
  border-inline-start-color: rgb(34 197 94 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(34 197 94 / 0.55);
}
.border-s-green-500\/60 {
  border-inline-start-color: rgb(34 197 94 / 0.6);
}
.border-s-green-500\/65 {
  border-inline-start-color: rgb(34 197 94 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(34 197 94 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(22 163 74 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(22 163 74 / 0.35);
}
.border-s-green-600\/40 {
  border-inline-start-color: rgb(22 163 74 / 0.4);
}
.border-s-green-600\/45 {
  border-inline-start-color: rgb(22 163 74 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(22 163 74 / 0.55);
}
.border-s-green-600\/60 {
  border-inline-start-color: rgb(22 163 74 / 0.6);
}
.border-s-green-600\/65 {
  border-inline-start-color: rgb(22 163 74 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(22 163 74 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(21 128 61 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(21 128 61 / 0.35);
}
.border-s-green-700\/40 {
  border-inline-start-color: rgb(21 128 61 / 0.4);
}
.border-s-green-700\/45 {
  border-inline-start-color: rgb(21 128 61 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(21 128 61 / 0.55);
}
.border-s-green-700\/60 {
  border-inline-start-color: rgb(21 128 61 / 0.6);
}
.border-s-green-700\/65 {
  border-inline-start-color: rgb(21 128 61 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(21 128 61 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(22 101 52 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(22 101 52 / 0.35);
}
.border-s-green-800\/40 {
  border-inline-start-color: rgb(22 101 52 / 0.4);
}
.border-s-green-800\/45 {
  border-inline-start-color: rgb(22 101 52 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(22 101 52 / 0.55);
}
.border-s-green-800\/60 {
  border-inline-start-color: rgb(22 101 52 / 0.6);
}
.border-s-green-800\/65 {
  border-inline-start-color: rgb(22 101 52 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(22 101 52 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(20 83 45 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(20 83 45 / 0.35);
}
.border-s-green-900\/40 {
  border-inline-start-color: rgb(20 83 45 / 0.4);
}
.border-s-green-900\/45 {
  border-inline-start-color: rgb(20 83 45 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(20 83 45 / 0.55);
}
.border-s-green-900\/60 {
  border-inline-start-color: rgb(20 83 45 / 0.6);
}
.border-s-green-900\/65 {
  border-inline-start-color: rgb(20 83 45 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(20 83 45 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(5 46 22 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(5 46 22 / 0.35);
}
.border-s-green-950\/40 {
  border-inline-start-color: rgb(5 46 22 / 0.4);
}
.border-s-green-950\/45 {
  border-inline-start-color: rgb(5 46 22 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(5 46 22 / 0.55);
}
.border-s-green-950\/60 {
  border-inline-start-color: rgb(5 46 22 / 0.6);
}
.border-s-green-950\/65 {
  border-inline-start-color: rgb(5 46 22 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(5 46 22 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(224 231 255 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(224 231 255 / 0.35);
}
.border-s-indigo-100\/40 {
  border-inline-start-color: rgb(224 231 255 / 0.4);
}
.border-s-indigo-100\/45 {
  border-inline-start-color: rgb(224 231 255 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(224 231 255 / 0.55);
}
.border-s-indigo-100\/60 {
  border-inline-start-color: rgb(224 231 255 / 0.6);
}
.border-s-indigo-100\/65 {
  border-inline-start-color: rgb(224 231 255 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(224 231 255 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(199 210 254 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(199 210 254 / 0.35);
}
.border-s-indigo-200\/40 {
  border-inline-start-color: rgb(199 210 254 / 0.4);
}
.border-s-indigo-200\/45 {
  border-inline-start-color: rgb(199 210 254 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(199 210 254 / 0.55);
}
.border-s-indigo-200\/60 {
  border-inline-start-color: rgb(199 210 254 / 0.6);
}
.border-s-indigo-200\/65 {
  border-inline-start-color: rgb(199 210 254 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(199 210 254 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(165 180 252 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(165 180 252 / 0.35);
}
.border-s-indigo-300\/40 {
  border-inline-start-color: rgb(165 180 252 / 0.4);
}
.border-s-indigo-300\/45 {
  border-inline-start-color: rgb(165 180 252 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(165 180 252 / 0.55);
}
.border-s-indigo-300\/60 {
  border-inline-start-color: rgb(165 180 252 / 0.6);
}
.border-s-indigo-300\/65 {
  border-inline-start-color: rgb(165 180 252 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(165 180 252 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(129 140 248 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(129 140 248 / 0.35);
}
.border-s-indigo-400\/40 {
  border-inline-start-color: rgb(129 140 248 / 0.4);
}
.border-s-indigo-400\/45 {
  border-inline-start-color: rgb(129 140 248 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(129 140 248 / 0.55);
}
.border-s-indigo-400\/60 {
  border-inline-start-color: rgb(129 140 248 / 0.6);
}
.border-s-indigo-400\/65 {
  border-inline-start-color: rgb(129 140 248 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(129 140 248 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(238 242 255 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(238 242 255 / 0.35);
}
.border-s-indigo-50\/40 {
  border-inline-start-color: rgb(238 242 255 / 0.4);
}
.border-s-indigo-50\/45 {
  border-inline-start-color: rgb(238 242 255 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(238 242 255 / 0.55);
}
.border-s-indigo-50\/60 {
  border-inline-start-color: rgb(238 242 255 / 0.6);
}
.border-s-indigo-50\/65 {
  border-inline-start-color: rgb(238 242 255 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(238 242 255 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(99 102 241 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(99 102 241 / 0.35);
}
.border-s-indigo-500\/40 {
  border-inline-start-color: rgb(99 102 241 / 0.4);
}
.border-s-indigo-500\/45 {
  border-inline-start-color: rgb(99 102 241 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(99 102 241 / 0.55);
}
.border-s-indigo-500\/60 {
  border-inline-start-color: rgb(99 102 241 / 0.6);
}
.border-s-indigo-500\/65 {
  border-inline-start-color: rgb(99 102 241 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(99 102 241 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(79 70 229 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(79 70 229 / 0.35);
}
.border-s-indigo-600\/40 {
  border-inline-start-color: rgb(79 70 229 / 0.4);
}
.border-s-indigo-600\/45 {
  border-inline-start-color: rgb(79 70 229 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(79 70 229 / 0.55);
}
.border-s-indigo-600\/60 {
  border-inline-start-color: rgb(79 70 229 / 0.6);
}
.border-s-indigo-600\/65 {
  border-inline-start-color: rgb(79 70 229 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(79 70 229 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(67 56 202 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(67 56 202 / 0.35);
}
.border-s-indigo-700\/40 {
  border-inline-start-color: rgb(67 56 202 / 0.4);
}
.border-s-indigo-700\/45 {
  border-inline-start-color: rgb(67 56 202 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(67 56 202 / 0.55);
}
.border-s-indigo-700\/60 {
  border-inline-start-color: rgb(67 56 202 / 0.6);
}
.border-s-indigo-700\/65 {
  border-inline-start-color: rgb(67 56 202 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(67 56 202 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(55 48 163 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(55 48 163 / 0.35);
}
.border-s-indigo-800\/40 {
  border-inline-start-color: rgb(55 48 163 / 0.4);
}
.border-s-indigo-800\/45 {
  border-inline-start-color: rgb(55 48 163 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(55 48 163 / 0.55);
}
.border-s-indigo-800\/60 {
  border-inline-start-color: rgb(55 48 163 / 0.6);
}
.border-s-indigo-800\/65 {
  border-inline-start-color: rgb(55 48 163 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(55 48 163 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(49 46 129 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(49 46 129 / 0.35);
}
.border-s-indigo-900\/40 {
  border-inline-start-color: rgb(49 46 129 / 0.4);
}
.border-s-indigo-900\/45 {
  border-inline-start-color: rgb(49 46 129 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(49 46 129 / 0.55);
}
.border-s-indigo-900\/60 {
  border-inline-start-color: rgb(49 46 129 / 0.6);
}
.border-s-indigo-900\/65 {
  border-inline-start-color: rgb(49 46 129 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(49 46 129 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(30 27 75 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(30 27 75 / 0.35);
}
.border-s-indigo-950\/40 {
  border-inline-start-color: rgb(30 27 75 / 0.4);
}
.border-s-indigo-950\/45 {
  border-inline-start-color: rgb(30 27 75 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(30 27 75 / 0.55);
}
.border-s-indigo-950\/60 {
  border-inline-start-color: rgb(30 27 75 / 0.6);
}
.border-s-indigo-950\/65 {
  border-inline-start-color: rgb(30 27 75 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(30 27 75 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(236 252 203 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(236 252 203 / 0.35);
}
.border-s-lime-100\/40 {
  border-inline-start-color: rgb(236 252 203 / 0.4);
}
.border-s-lime-100\/45 {
  border-inline-start-color: rgb(236 252 203 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(236 252 203 / 0.55);
}
.border-s-lime-100\/60 {
  border-inline-start-color: rgb(236 252 203 / 0.6);
}
.border-s-lime-100\/65 {
  border-inline-start-color: rgb(236 252 203 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(236 252 203 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(217 249 157 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(217 249 157 / 0.35);
}
.border-s-lime-200\/40 {
  border-inline-start-color: rgb(217 249 157 / 0.4);
}
.border-s-lime-200\/45 {
  border-inline-start-color: rgb(217 249 157 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(217 249 157 / 0.55);
}
.border-s-lime-200\/60 {
  border-inline-start-color: rgb(217 249 157 / 0.6);
}
.border-s-lime-200\/65 {
  border-inline-start-color: rgb(217 249 157 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(217 249 157 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(190 242 100 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(190 242 100 / 0.35);
}
.border-s-lime-300\/40 {
  border-inline-start-color: rgb(190 242 100 / 0.4);
}
.border-s-lime-300\/45 {
  border-inline-start-color: rgb(190 242 100 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(190 242 100 / 0.55);
}
.border-s-lime-300\/60 {
  border-inline-start-color: rgb(190 242 100 / 0.6);
}
.border-s-lime-300\/65 {
  border-inline-start-color: rgb(190 242 100 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(190 242 100 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(163 230 53 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(163 230 53 / 0.35);
}
.border-s-lime-400\/40 {
  border-inline-start-color: rgb(163 230 53 / 0.4);
}
.border-s-lime-400\/45 {
  border-inline-start-color: rgb(163 230 53 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(163 230 53 / 0.55);
}
.border-s-lime-400\/60 {
  border-inline-start-color: rgb(163 230 53 / 0.6);
}
.border-s-lime-400\/65 {
  border-inline-start-color: rgb(163 230 53 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(163 230 53 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(247 254 231 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(247 254 231 / 0.35);
}
.border-s-lime-50\/40 {
  border-inline-start-color: rgb(247 254 231 / 0.4);
}
.border-s-lime-50\/45 {
  border-inline-start-color: rgb(247 254 231 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(247 254 231 / 0.55);
}
.border-s-lime-50\/60 {
  border-inline-start-color: rgb(247 254 231 / 0.6);
}
.border-s-lime-50\/65 {
  border-inline-start-color: rgb(247 254 231 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(247 254 231 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(132 204 22 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(132 204 22 / 0.35);
}
.border-s-lime-500\/40 {
  border-inline-start-color: rgb(132 204 22 / 0.4);
}
.border-s-lime-500\/45 {
  border-inline-start-color: rgb(132 204 22 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(132 204 22 / 0.55);
}
.border-s-lime-500\/60 {
  border-inline-start-color: rgb(132 204 22 / 0.6);
}
.border-s-lime-500\/65 {
  border-inline-start-color: rgb(132 204 22 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(132 204 22 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(101 163 13 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(101 163 13 / 0.35);
}
.border-s-lime-600\/40 {
  border-inline-start-color: rgb(101 163 13 / 0.4);
}
.border-s-lime-600\/45 {
  border-inline-start-color: rgb(101 163 13 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(101 163 13 / 0.55);
}
.border-s-lime-600\/60 {
  border-inline-start-color: rgb(101 163 13 / 0.6);
}
.border-s-lime-600\/65 {
  border-inline-start-color: rgb(101 163 13 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(101 163 13 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(77 124 15 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(77 124 15 / 0.35);
}
.border-s-lime-700\/40 {
  border-inline-start-color: rgb(77 124 15 / 0.4);
}
.border-s-lime-700\/45 {
  border-inline-start-color: rgb(77 124 15 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(77 124 15 / 0.55);
}
.border-s-lime-700\/60 {
  border-inline-start-color: rgb(77 124 15 / 0.6);
}
.border-s-lime-700\/65 {
  border-inline-start-color: rgb(77 124 15 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(77 124 15 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(63 98 18 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(63 98 18 / 0.35);
}
.border-s-lime-800\/40 {
  border-inline-start-color: rgb(63 98 18 / 0.4);
}
.border-s-lime-800\/45 {
  border-inline-start-color: rgb(63 98 18 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(63 98 18 / 0.55);
}
.border-s-lime-800\/60 {
  border-inline-start-color: rgb(63 98 18 / 0.6);
}
.border-s-lime-800\/65 {
  border-inline-start-color: rgb(63 98 18 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(63 98 18 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(54 83 20 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(54 83 20 / 0.35);
}
.border-s-lime-900\/40 {
  border-inline-start-color: rgb(54 83 20 / 0.4);
}
.border-s-lime-900\/45 {
  border-inline-start-color: rgb(54 83 20 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(54 83 20 / 0.55);
}
.border-s-lime-900\/60 {
  border-inline-start-color: rgb(54 83 20 / 0.6);
}
.border-s-lime-900\/65 {
  border-inline-start-color: rgb(54 83 20 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(54 83 20 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(26 46 5 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(26 46 5 / 0.35);
}
.border-s-lime-950\/40 {
  border-inline-start-color: rgb(26 46 5 / 0.4);
}
.border-s-lime-950\/45 {
  border-inline-start-color: rgb(26 46 5 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(26 46 5 / 0.55);
}
.border-s-lime-950\/60 {
  border-inline-start-color: rgb(26 46 5 / 0.6);
}
.border-s-lime-950\/65 {
  border-inline-start-color: rgb(26 46 5 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(26 46 5 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(245 245 245 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(245 245 245 / 0.35);
}
.border-s-neutral-100\/40 {
  border-inline-start-color: rgb(245 245 245 / 0.4);
}
.border-s-neutral-100\/45 {
  border-inline-start-color: rgb(245 245 245 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(245 245 245 / 0.55);
}
.border-s-neutral-100\/60 {
  border-inline-start-color: rgb(245 245 245 / 0.6);
}
.border-s-neutral-100\/65 {
  border-inline-start-color: rgb(245 245 245 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(245 245 245 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(229 229 229 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(229 229 229 / 0.35);
}
.border-s-neutral-200\/40 {
  border-inline-start-color: rgb(229 229 229 / 0.4);
}
.border-s-neutral-200\/45 {
  border-inline-start-color: rgb(229 229 229 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(229 229 229 / 0.55);
}
.border-s-neutral-200\/60 {
  border-inline-start-color: rgb(229 229 229 / 0.6);
}
.border-s-neutral-200\/65 {
  border-inline-start-color: rgb(229 229 229 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(229 229 229 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(212 212 212 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(212 212 212 / 0.35);
}
.border-s-neutral-300\/40 {
  border-inline-start-color: rgb(212 212 212 / 0.4);
}
.border-s-neutral-300\/45 {
  border-inline-start-color: rgb(212 212 212 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(212 212 212 / 0.55);
}
.border-s-neutral-300\/60 {
  border-inline-start-color: rgb(212 212 212 / 0.6);
}
.border-s-neutral-300\/65 {
  border-inline-start-color: rgb(212 212 212 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(212 212 212 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(163 163 163 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(163 163 163 / 0.35);
}
.border-s-neutral-400\/40 {
  border-inline-start-color: rgb(163 163 163 / 0.4);
}
.border-s-neutral-400\/45 {
  border-inline-start-color: rgb(163 163 163 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(163 163 163 / 0.55);
}
.border-s-neutral-400\/60 {
  border-inline-start-color: rgb(163 163 163 / 0.6);
}
.border-s-neutral-400\/65 {
  border-inline-start-color: rgb(163 163 163 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(163 163 163 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(250 250 250 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(250 250 250 / 0.35);
}
.border-s-neutral-50\/40 {
  border-inline-start-color: rgb(250 250 250 / 0.4);
}
.border-s-neutral-50\/45 {
  border-inline-start-color: rgb(250 250 250 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(250 250 250 / 0.55);
}
.border-s-neutral-50\/60 {
  border-inline-start-color: rgb(250 250 250 / 0.6);
}
.border-s-neutral-50\/65 {
  border-inline-start-color: rgb(250 250 250 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(250 250 250 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(115 115 115 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(115 115 115 / 0.35);
}
.border-s-neutral-500\/40 {
  border-inline-start-color: rgb(115 115 115 / 0.4);
}
.border-s-neutral-500\/45 {
  border-inline-start-color: rgb(115 115 115 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(115 115 115 / 0.55);
}
.border-s-neutral-500\/60 {
  border-inline-start-color: rgb(115 115 115 / 0.6);
}
.border-s-neutral-500\/65 {
  border-inline-start-color: rgb(115 115 115 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(115 115 115 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(82 82 82 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(82 82 82 / 0.35);
}
.border-s-neutral-600\/40 {
  border-inline-start-color: rgb(82 82 82 / 0.4);
}
.border-s-neutral-600\/45 {
  border-inline-start-color: rgb(82 82 82 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(82 82 82 / 0.55);
}
.border-s-neutral-600\/60 {
  border-inline-start-color: rgb(82 82 82 / 0.6);
}
.border-s-neutral-600\/65 {
  border-inline-start-color: rgb(82 82 82 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(82 82 82 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(64 64 64 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(64 64 64 / 0.35);
}
.border-s-neutral-700\/40 {
  border-inline-start-color: rgb(64 64 64 / 0.4);
}
.border-s-neutral-700\/45 {
  border-inline-start-color: rgb(64 64 64 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(64 64 64 / 0.55);
}
.border-s-neutral-700\/60 {
  border-inline-start-color: rgb(64 64 64 / 0.6);
}
.border-s-neutral-700\/65 {
  border-inline-start-color: rgb(64 64 64 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(64 64 64 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(38 38 38 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(38 38 38 / 0.35);
}
.border-s-neutral-800\/40 {
  border-inline-start-color: rgb(38 38 38 / 0.4);
}
.border-s-neutral-800\/45 {
  border-inline-start-color: rgb(38 38 38 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(38 38 38 / 0.55);
}
.border-s-neutral-800\/60 {
  border-inline-start-color: rgb(38 38 38 / 0.6);
}
.border-s-neutral-800\/65 {
  border-inline-start-color: rgb(38 38 38 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(38 38 38 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(23 23 23 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(23 23 23 / 0.35);
}
.border-s-neutral-900\/40 {
  border-inline-start-color: rgb(23 23 23 / 0.4);
}
.border-s-neutral-900\/45 {
  border-inline-start-color: rgb(23 23 23 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(23 23 23 / 0.55);
}
.border-s-neutral-900\/60 {
  border-inline-start-color: rgb(23 23 23 / 0.6);
}
.border-s-neutral-900\/65 {
  border-inline-start-color: rgb(23 23 23 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(23 23 23 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(10 10 10 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(10 10 10 / 0.35);
}
.border-s-neutral-950\/40 {
  border-inline-start-color: rgb(10 10 10 / 0.4);
}
.border-s-neutral-950\/45 {
  border-inline-start-color: rgb(10 10 10 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(10 10 10 / 0.55);
}
.border-s-neutral-950\/60 {
  border-inline-start-color: rgb(10 10 10 / 0.6);
}
.border-s-neutral-950\/65 {
  border-inline-start-color: rgb(10 10 10 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(10 10 10 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(255 237 213 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(255 237 213 / 0.35);
}
.border-s-orange-100\/40 {
  border-inline-start-color: rgb(255 237 213 / 0.4);
}
.border-s-orange-100\/45 {
  border-inline-start-color: rgb(255 237 213 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(255 237 213 / 0.55);
}
.border-s-orange-100\/60 {
  border-inline-start-color: rgb(255 237 213 / 0.6);
}
.border-s-orange-100\/65 {
  border-inline-start-color: rgb(255 237 213 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(255 237 213 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(254 215 170 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(254 215 170 / 0.35);
}
.border-s-orange-200\/40 {
  border-inline-start-color: rgb(254 215 170 / 0.4);
}
.border-s-orange-200\/45 {
  border-inline-start-color: rgb(254 215 170 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(254 215 170 / 0.55);
}
.border-s-orange-200\/60 {
  border-inline-start-color: rgb(254 215 170 / 0.6);
}
.border-s-orange-200\/65 {
  border-inline-start-color: rgb(254 215 170 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(254 215 170 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(253 186 116 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(253 186 116 / 0.35);
}
.border-s-orange-300\/40 {
  border-inline-start-color: rgb(253 186 116 / 0.4);
}
.border-s-orange-300\/45 {
  border-inline-start-color: rgb(253 186 116 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(253 186 116 / 0.55);
}
.border-s-orange-300\/60 {
  border-inline-start-color: rgb(253 186 116 / 0.6);
}
.border-s-orange-300\/65 {
  border-inline-start-color: rgb(253 186 116 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(253 186 116 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(251 146 60 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(251 146 60 / 0.35);
}
.border-s-orange-400\/40 {
  border-inline-start-color: rgb(251 146 60 / 0.4);
}
.border-s-orange-400\/45 {
  border-inline-start-color: rgb(251 146 60 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(251 146 60 / 0.55);
}
.border-s-orange-400\/60 {
  border-inline-start-color: rgb(251 146 60 / 0.6);
}
.border-s-orange-400\/65 {
  border-inline-start-color: rgb(251 146 60 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(251 146 60 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(255 247 237 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(255 247 237 / 0.35);
}
.border-s-orange-50\/40 {
  border-inline-start-color: rgb(255 247 237 / 0.4);
}
.border-s-orange-50\/45 {
  border-inline-start-color: rgb(255 247 237 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(255 247 237 / 0.55);
}
.border-s-orange-50\/60 {
  border-inline-start-color: rgb(255 247 237 / 0.6);
}
.border-s-orange-50\/65 {
  border-inline-start-color: rgb(255 247 237 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(255 247 237 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(249 115 22 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(249 115 22 / 0.35);
}
.border-s-orange-500\/40 {
  border-inline-start-color: rgb(249 115 22 / 0.4);
}
.border-s-orange-500\/45 {
  border-inline-start-color: rgb(249 115 22 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(249 115 22 / 0.55);
}
.border-s-orange-500\/60 {
  border-inline-start-color: rgb(249 115 22 / 0.6);
}
.border-s-orange-500\/65 {
  border-inline-start-color: rgb(249 115 22 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(249 115 22 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(234 88 12 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(234 88 12 / 0.35);
}
.border-s-orange-600\/40 {
  border-inline-start-color: rgb(234 88 12 / 0.4);
}
.border-s-orange-600\/45 {
  border-inline-start-color: rgb(234 88 12 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(234 88 12 / 0.55);
}
.border-s-orange-600\/60 {
  border-inline-start-color: rgb(234 88 12 / 0.6);
}
.border-s-orange-600\/65 {
  border-inline-start-color: rgb(234 88 12 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(234 88 12 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(194 65 12 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(194 65 12 / 0.35);
}
.border-s-orange-700\/40 {
  border-inline-start-color: rgb(194 65 12 / 0.4);
}
.border-s-orange-700\/45 {
  border-inline-start-color: rgb(194 65 12 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(194 65 12 / 0.55);
}
.border-s-orange-700\/60 {
  border-inline-start-color: rgb(194 65 12 / 0.6);
}
.border-s-orange-700\/65 {
  border-inline-start-color: rgb(194 65 12 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(194 65 12 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(154 52 18 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(154 52 18 / 0.35);
}
.border-s-orange-800\/40 {
  border-inline-start-color: rgb(154 52 18 / 0.4);
}
.border-s-orange-800\/45 {
  border-inline-start-color: rgb(154 52 18 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(154 52 18 / 0.55);
}
.border-s-orange-800\/60 {
  border-inline-start-color: rgb(154 52 18 / 0.6);
}
.border-s-orange-800\/65 {
  border-inline-start-color: rgb(154 52 18 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(154 52 18 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(124 45 18 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(124 45 18 / 0.35);
}
.border-s-orange-900\/40 {
  border-inline-start-color: rgb(124 45 18 / 0.4);
}
.border-s-orange-900\/45 {
  border-inline-start-color: rgb(124 45 18 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(124 45 18 / 0.55);
}
.border-s-orange-900\/60 {
  border-inline-start-color: rgb(124 45 18 / 0.6);
}
.border-s-orange-900\/65 {
  border-inline-start-color: rgb(124 45 18 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(124 45 18 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(67 20 7 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(67 20 7 / 0.35);
}
.border-s-orange-950\/40 {
  border-inline-start-color: rgb(67 20 7 / 0.4);
}
.border-s-orange-950\/45 {
  border-inline-start-color: rgb(67 20 7 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(67 20 7 / 0.55);
}
.border-s-orange-950\/60 {
  border-inline-start-color: rgb(67 20 7 / 0.6);
}
.border-s-orange-950\/65 {
  border-inline-start-color: rgb(67 20 7 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(67 20 7 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(252 231 243 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(252 231 243 / 0.35);
}
.border-s-pink-100\/40 {
  border-inline-start-color: rgb(252 231 243 / 0.4);
}
.border-s-pink-100\/45 {
  border-inline-start-color: rgb(252 231 243 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(252 231 243 / 0.55);
}
.border-s-pink-100\/60 {
  border-inline-start-color: rgb(252 231 243 / 0.6);
}
.border-s-pink-100\/65 {
  border-inline-start-color: rgb(252 231 243 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(252 231 243 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(251 207 232 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(251 207 232 / 0.35);
}
.border-s-pink-200\/40 {
  border-inline-start-color: rgb(251 207 232 / 0.4);
}
.border-s-pink-200\/45 {
  border-inline-start-color: rgb(251 207 232 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(251 207 232 / 0.55);
}
.border-s-pink-200\/60 {
  border-inline-start-color: rgb(251 207 232 / 0.6);
}
.border-s-pink-200\/65 {
  border-inline-start-color: rgb(251 207 232 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(251 207 232 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(249 168 212 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(249 168 212 / 0.35);
}
.border-s-pink-300\/40 {
  border-inline-start-color: rgb(249 168 212 / 0.4);
}
.border-s-pink-300\/45 {
  border-inline-start-color: rgb(249 168 212 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(249 168 212 / 0.55);
}
.border-s-pink-300\/60 {
  border-inline-start-color: rgb(249 168 212 / 0.6);
}
.border-s-pink-300\/65 {
  border-inline-start-color: rgb(249 168 212 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(249 168 212 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(244 114 182 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(244 114 182 / 0.35);
}
.border-s-pink-400\/40 {
  border-inline-start-color: rgb(244 114 182 / 0.4);
}
.border-s-pink-400\/45 {
  border-inline-start-color: rgb(244 114 182 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(244 114 182 / 0.55);
}
.border-s-pink-400\/60 {
  border-inline-start-color: rgb(244 114 182 / 0.6);
}
.border-s-pink-400\/65 {
  border-inline-start-color: rgb(244 114 182 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(244 114 182 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(253 242 248 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(253 242 248 / 0.35);
}
.border-s-pink-50\/40 {
  border-inline-start-color: rgb(253 242 248 / 0.4);
}
.border-s-pink-50\/45 {
  border-inline-start-color: rgb(253 242 248 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(253 242 248 / 0.55);
}
.border-s-pink-50\/60 {
  border-inline-start-color: rgb(253 242 248 / 0.6);
}
.border-s-pink-50\/65 {
  border-inline-start-color: rgb(253 242 248 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(253 242 248 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(236 72 153 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(236 72 153 / 0.35);
}
.border-s-pink-500\/40 {
  border-inline-start-color: rgb(236 72 153 / 0.4);
}
.border-s-pink-500\/45 {
  border-inline-start-color: rgb(236 72 153 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(236 72 153 / 0.55);
}
.border-s-pink-500\/60 {
  border-inline-start-color: rgb(236 72 153 / 0.6);
}
.border-s-pink-500\/65 {
  border-inline-start-color: rgb(236 72 153 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(236 72 153 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(219 39 119 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(219 39 119 / 0.35);
}
.border-s-pink-600\/40 {
  border-inline-start-color: rgb(219 39 119 / 0.4);
}
.border-s-pink-600\/45 {
  border-inline-start-color: rgb(219 39 119 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(219 39 119 / 0.55);
}
.border-s-pink-600\/60 {
  border-inline-start-color: rgb(219 39 119 / 0.6);
}
.border-s-pink-600\/65 {
  border-inline-start-color: rgb(219 39 119 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(219 39 119 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(190 24 93 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(190 24 93 / 0.35);
}
.border-s-pink-700\/40 {
  border-inline-start-color: rgb(190 24 93 / 0.4);
}
.border-s-pink-700\/45 {
  border-inline-start-color: rgb(190 24 93 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(190 24 93 / 0.55);
}
.border-s-pink-700\/60 {
  border-inline-start-color: rgb(190 24 93 / 0.6);
}
.border-s-pink-700\/65 {
  border-inline-start-color: rgb(190 24 93 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(190 24 93 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(157 23 77 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(157 23 77 / 0.35);
}
.border-s-pink-800\/40 {
  border-inline-start-color: rgb(157 23 77 / 0.4);
}
.border-s-pink-800\/45 {
  border-inline-start-color: rgb(157 23 77 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(157 23 77 / 0.55);
}
.border-s-pink-800\/60 {
  border-inline-start-color: rgb(157 23 77 / 0.6);
}
.border-s-pink-800\/65 {
  border-inline-start-color: rgb(157 23 77 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(157 23 77 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(131 24 67 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(131 24 67 / 0.35);
}
.border-s-pink-900\/40 {
  border-inline-start-color: rgb(131 24 67 / 0.4);
}
.border-s-pink-900\/45 {
  border-inline-start-color: rgb(131 24 67 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(131 24 67 / 0.55);
}
.border-s-pink-900\/60 {
  border-inline-start-color: rgb(131 24 67 / 0.6);
}
.border-s-pink-900\/65 {
  border-inline-start-color: rgb(131 24 67 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(131 24 67 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(80 7 36 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(80 7 36 / 0.35);
}
.border-s-pink-950\/40 {
  border-inline-start-color: rgb(80 7 36 / 0.4);
}
.border-s-pink-950\/45 {
  border-inline-start-color: rgb(80 7 36 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(80 7 36 / 0.55);
}
.border-s-pink-950\/60 {
  border-inline-start-color: rgb(80 7 36 / 0.6);
}
.border-s-pink-950\/65 {
  border-inline-start-color: rgb(80 7 36 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(80 7 36 / 0.85);
}
.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-primary-100 {
  border-inline-start-color: var(--color-primary-100);
}
.border-s-primary-200 {
  border-inline-start-color: var(--color-primary-200);
}
.border-s-primary-300 {
  border-inline-start-color: var(--color-primary-300);
}
.border-s-primary-400 {
  border-inline-start-color: var(--color-primary-400);
}
.border-s-primary-50 {
  border-inline-start-color: var(--color-primary-50);
}
.border-s-primary-500 {
  border-inline-start-color: var(--color-primary-500);
}
.border-s-primary-600 {
  border-inline-start-color: var(--color-primary-600);
}
.border-s-primary-700 {
  border-inline-start-color: var(--color-primary-700);
}
.border-s-primary-800 {
  border-inline-start-color: var(--color-primary-800);
}
.border-s-primary-900 {
  border-inline-start-color: var(--color-primary-900);
}
.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\/15 {
  border-inline-start-color: rgb(243 232 255 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(243 232 255 / 0.35);
}
.border-s-purple-100\/40 {
  border-inline-start-color: rgb(243 232 255 / 0.4);
}
.border-s-purple-100\/45 {
  border-inline-start-color: rgb(243 232 255 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(243 232 255 / 0.55);
}
.border-s-purple-100\/60 {
  border-inline-start-color: rgb(243 232 255 / 0.6);
}
.border-s-purple-100\/65 {
  border-inline-start-color: rgb(243 232 255 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(243 232 255 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(233 213 255 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(233 213 255 / 0.35);
}
.border-s-purple-200\/40 {
  border-inline-start-color: rgb(233 213 255 / 0.4);
}
.border-s-purple-200\/45 {
  border-inline-start-color: rgb(233 213 255 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(233 213 255 / 0.55);
}
.border-s-purple-200\/60 {
  border-inline-start-color: rgb(233 213 255 / 0.6);
}
.border-s-purple-200\/65 {
  border-inline-start-color: rgb(233 213 255 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(233 213 255 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(216 180 254 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(216 180 254 / 0.35);
}
.border-s-purple-300\/40 {
  border-inline-start-color: rgb(216 180 254 / 0.4);
}
.border-s-purple-300\/45 {
  border-inline-start-color: rgb(216 180 254 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(216 180 254 / 0.55);
}
.border-s-purple-300\/60 {
  border-inline-start-color: rgb(216 180 254 / 0.6);
}
.border-s-purple-300\/65 {
  border-inline-start-color: rgb(216 180 254 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(216 180 254 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(192 132 252 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(192 132 252 / 0.35);
}
.border-s-purple-400\/40 {
  border-inline-start-color: rgb(192 132 252 / 0.4);
}
.border-s-purple-400\/45 {
  border-inline-start-color: rgb(192 132 252 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(192 132 252 / 0.55);
}
.border-s-purple-400\/60 {
  border-inline-start-color: rgb(192 132 252 / 0.6);
}
.border-s-purple-400\/65 {
  border-inline-start-color: rgb(192 132 252 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(192 132 252 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(250 245 255 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(250 245 255 / 0.35);
}
.border-s-purple-50\/40 {
  border-inline-start-color: rgb(250 245 255 / 0.4);
}
.border-s-purple-50\/45 {
  border-inline-start-color: rgb(250 245 255 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(250 245 255 / 0.55);
}
.border-s-purple-50\/60 {
  border-inline-start-color: rgb(250 245 255 / 0.6);
}
.border-s-purple-50\/65 {
  border-inline-start-color: rgb(250 245 255 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(250 245 255 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(168 85 247 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(168 85 247 / 0.35);
}
.border-s-purple-500\/40 {
  border-inline-start-color: rgb(168 85 247 / 0.4);
}
.border-s-purple-500\/45 {
  border-inline-start-color: rgb(168 85 247 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(168 85 247 / 0.55);
}
.border-s-purple-500\/60 {
  border-inline-start-color: rgb(168 85 247 / 0.6);
}
.border-s-purple-500\/65 {
  border-inline-start-color: rgb(168 85 247 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(168 85 247 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(147 51 234 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(147 51 234 / 0.35);
}
.border-s-purple-600\/40 {
  border-inline-start-color: rgb(147 51 234 / 0.4);
}
.border-s-purple-600\/45 {
  border-inline-start-color: rgb(147 51 234 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(147 51 234 / 0.55);
}
.border-s-purple-600\/60 {
  border-inline-start-color: rgb(147 51 234 / 0.6);
}
.border-s-purple-600\/65 {
  border-inline-start-color: rgb(147 51 234 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(147 51 234 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(126 34 206 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(126 34 206 / 0.35);
}
.border-s-purple-700\/40 {
  border-inline-start-color: rgb(126 34 206 / 0.4);
}
.border-s-purple-700\/45 {
  border-inline-start-color: rgb(126 34 206 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(126 34 206 / 0.55);
}
.border-s-purple-700\/60 {
  border-inline-start-color: rgb(126 34 206 / 0.6);
}
.border-s-purple-700\/65 {
  border-inline-start-color: rgb(126 34 206 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(126 34 206 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(107 33 168 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(107 33 168 / 0.35);
}
.border-s-purple-800\/40 {
  border-inline-start-color: rgb(107 33 168 / 0.4);
}
.border-s-purple-800\/45 {
  border-inline-start-color: rgb(107 33 168 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(107 33 168 / 0.55);
}
.border-s-purple-800\/60 {
  border-inline-start-color: rgb(107 33 168 / 0.6);
}
.border-s-purple-800\/65 {
  border-inline-start-color: rgb(107 33 168 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(107 33 168 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(88 28 135 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(88 28 135 / 0.35);
}
.border-s-purple-900\/40 {
  border-inline-start-color: rgb(88 28 135 / 0.4);
}
.border-s-purple-900\/45 {
  border-inline-start-color: rgb(88 28 135 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(88 28 135 / 0.55);
}
.border-s-purple-900\/60 {
  border-inline-start-color: rgb(88 28 135 / 0.6);
}
.border-s-purple-900\/65 {
  border-inline-start-color: rgb(88 28 135 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(88 28 135 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(59 7 100 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(59 7 100 / 0.35);
}
.border-s-purple-950\/40 {
  border-inline-start-color: rgb(59 7 100 / 0.4);
}
.border-s-purple-950\/45 {
  border-inline-start-color: rgb(59 7 100 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(59 7 100 / 0.55);
}
.border-s-purple-950\/60 {
  border-inline-start-color: rgb(59 7 100 / 0.6);
}
.border-s-purple-950\/65 {
  border-inline-start-color: rgb(59 7 100 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(59 7 100 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(254 226 226 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(254 226 226 / 0.35);
}
.border-s-red-100\/40 {
  border-inline-start-color: rgb(254 226 226 / 0.4);
}
.border-s-red-100\/45 {
  border-inline-start-color: rgb(254 226 226 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(254 226 226 / 0.55);
}
.border-s-red-100\/60 {
  border-inline-start-color: rgb(254 226 226 / 0.6);
}
.border-s-red-100\/65 {
  border-inline-start-color: rgb(254 226 226 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(254 226 226 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(254 202 202 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(254 202 202 / 0.35);
}
.border-s-red-200\/40 {
  border-inline-start-color: rgb(254 202 202 / 0.4);
}
.border-s-red-200\/45 {
  border-inline-start-color: rgb(254 202 202 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(254 202 202 / 0.55);
}
.border-s-red-200\/60 {
  border-inline-start-color: rgb(254 202 202 / 0.6);
}
.border-s-red-200\/65 {
  border-inline-start-color: rgb(254 202 202 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(254 202 202 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(252 165 165 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(252 165 165 / 0.35);
}
.border-s-red-300\/40 {
  border-inline-start-color: rgb(252 165 165 / 0.4);
}
.border-s-red-300\/45 {
  border-inline-start-color: rgb(252 165 165 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(252 165 165 / 0.55);
}
.border-s-red-300\/60 {
  border-inline-start-color: rgb(252 165 165 / 0.6);
}
.border-s-red-300\/65 {
  border-inline-start-color: rgb(252 165 165 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(252 165 165 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(248 113 113 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(248 113 113 / 0.35);
}
.border-s-red-400\/40 {
  border-inline-start-color: rgb(248 113 113 / 0.4);
}
.border-s-red-400\/45 {
  border-inline-start-color: rgb(248 113 113 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(248 113 113 / 0.55);
}
.border-s-red-400\/60 {
  border-inline-start-color: rgb(248 113 113 / 0.6);
}
.border-s-red-400\/65 {
  border-inline-start-color: rgb(248 113 113 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(248 113 113 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(254 242 242 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(254 242 242 / 0.35);
}
.border-s-red-50\/40 {
  border-inline-start-color: rgb(254 242 242 / 0.4);
}
.border-s-red-50\/45 {
  border-inline-start-color: rgb(254 242 242 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(254 242 242 / 0.55);
}
.border-s-red-50\/60 {
  border-inline-start-color: rgb(254 242 242 / 0.6);
}
.border-s-red-50\/65 {
  border-inline-start-color: rgb(254 242 242 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(254 242 242 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(239 68 68 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(239 68 68 / 0.35);
}
.border-s-red-500\/40 {
  border-inline-start-color: rgb(239 68 68 / 0.4);
}
.border-s-red-500\/45 {
  border-inline-start-color: rgb(239 68 68 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(239 68 68 / 0.55);
}
.border-s-red-500\/60 {
  border-inline-start-color: rgb(239 68 68 / 0.6);
}
.border-s-red-500\/65 {
  border-inline-start-color: rgb(239 68 68 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(239 68 68 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(220 38 38 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(220 38 38 / 0.35);
}
.border-s-red-600\/40 {
  border-inline-start-color: rgb(220 38 38 / 0.4);
}
.border-s-red-600\/45 {
  border-inline-start-color: rgb(220 38 38 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(220 38 38 / 0.55);
}
.border-s-red-600\/60 {
  border-inline-start-color: rgb(220 38 38 / 0.6);
}
.border-s-red-600\/65 {
  border-inline-start-color: rgb(220 38 38 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(220 38 38 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(185 28 28 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(185 28 28 / 0.35);
}
.border-s-red-700\/40 {
  border-inline-start-color: rgb(185 28 28 / 0.4);
}
.border-s-red-700\/45 {
  border-inline-start-color: rgb(185 28 28 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(185 28 28 / 0.55);
}
.border-s-red-700\/60 {
  border-inline-start-color: rgb(185 28 28 / 0.6);
}
.border-s-red-700\/65 {
  border-inline-start-color: rgb(185 28 28 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(185 28 28 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(153 27 27 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(153 27 27 / 0.35);
}
.border-s-red-800\/40 {
  border-inline-start-color: rgb(153 27 27 / 0.4);
}
.border-s-red-800\/45 {
  border-inline-start-color: rgb(153 27 27 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(153 27 27 / 0.55);
}
.border-s-red-800\/60 {
  border-inline-start-color: rgb(153 27 27 / 0.6);
}
.border-s-red-800\/65 {
  border-inline-start-color: rgb(153 27 27 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(153 27 27 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(127 29 29 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(127 29 29 / 0.35);
}
.border-s-red-900\/40 {
  border-inline-start-color: rgb(127 29 29 / 0.4);
}
.border-s-red-900\/45 {
  border-inline-start-color: rgb(127 29 29 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(127 29 29 / 0.55);
}
.border-s-red-900\/60 {
  border-inline-start-color: rgb(127 29 29 / 0.6);
}
.border-s-red-900\/65 {
  border-inline-start-color: rgb(127 29 29 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(127 29 29 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(69 10 10 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(69 10 10 / 0.35);
}
.border-s-red-950\/40 {
  border-inline-start-color: rgb(69 10 10 / 0.4);
}
.border-s-red-950\/45 {
  border-inline-start-color: rgb(69 10 10 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(69 10 10 / 0.55);
}
.border-s-red-950\/60 {
  border-inline-start-color: rgb(69 10 10 / 0.6);
}
.border-s-red-950\/65 {
  border-inline-start-color: rgb(69 10 10 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(69 10 10 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(255 228 230 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(255 228 230 / 0.35);
}
.border-s-rose-100\/40 {
  border-inline-start-color: rgb(255 228 230 / 0.4);
}
.border-s-rose-100\/45 {
  border-inline-start-color: rgb(255 228 230 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(255 228 230 / 0.55);
}
.border-s-rose-100\/60 {
  border-inline-start-color: rgb(255 228 230 / 0.6);
}
.border-s-rose-100\/65 {
  border-inline-start-color: rgb(255 228 230 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(255 228 230 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(254 205 211 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(254 205 211 / 0.35);
}
.border-s-rose-200\/40 {
  border-inline-start-color: rgb(254 205 211 / 0.4);
}
.border-s-rose-200\/45 {
  border-inline-start-color: rgb(254 205 211 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(254 205 211 / 0.55);
}
.border-s-rose-200\/60 {
  border-inline-start-color: rgb(254 205 211 / 0.6);
}
.border-s-rose-200\/65 {
  border-inline-start-color: rgb(254 205 211 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(254 205 211 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(253 164 175 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(253 164 175 / 0.35);
}
.border-s-rose-300\/40 {
  border-inline-start-color: rgb(253 164 175 / 0.4);
}
.border-s-rose-300\/45 {
  border-inline-start-color: rgb(253 164 175 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(253 164 175 / 0.55);
}
.border-s-rose-300\/60 {
  border-inline-start-color: rgb(253 164 175 / 0.6);
}
.border-s-rose-300\/65 {
  border-inline-start-color: rgb(253 164 175 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(253 164 175 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(251 113 133 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(251 113 133 / 0.35);
}
.border-s-rose-400\/40 {
  border-inline-start-color: rgb(251 113 133 / 0.4);
}
.border-s-rose-400\/45 {
  border-inline-start-color: rgb(251 113 133 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(251 113 133 / 0.55);
}
.border-s-rose-400\/60 {
  border-inline-start-color: rgb(251 113 133 / 0.6);
}
.border-s-rose-400\/65 {
  border-inline-start-color: rgb(251 113 133 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(251 113 133 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(255 241 242 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(255 241 242 / 0.35);
}
.border-s-rose-50\/40 {
  border-inline-start-color: rgb(255 241 242 / 0.4);
}
.border-s-rose-50\/45 {
  border-inline-start-color: rgb(255 241 242 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(255 241 242 / 0.55);
}
.border-s-rose-50\/60 {
  border-inline-start-color: rgb(255 241 242 / 0.6);
}
.border-s-rose-50\/65 {
  border-inline-start-color: rgb(255 241 242 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(255 241 242 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(244 63 94 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(244 63 94 / 0.35);
}
.border-s-rose-500\/40 {
  border-inline-start-color: rgb(244 63 94 / 0.4);
}
.border-s-rose-500\/45 {
  border-inline-start-color: rgb(244 63 94 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(244 63 94 / 0.55);
}
.border-s-rose-500\/60 {
  border-inline-start-color: rgb(244 63 94 / 0.6);
}
.border-s-rose-500\/65 {
  border-inline-start-color: rgb(244 63 94 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(244 63 94 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(225 29 72 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(225 29 72 / 0.35);
}
.border-s-rose-600\/40 {
  border-inline-start-color: rgb(225 29 72 / 0.4);
}
.border-s-rose-600\/45 {
  border-inline-start-color: rgb(225 29 72 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(225 29 72 / 0.55);
}
.border-s-rose-600\/60 {
  border-inline-start-color: rgb(225 29 72 / 0.6);
}
.border-s-rose-600\/65 {
  border-inline-start-color: rgb(225 29 72 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(225 29 72 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(190 18 60 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(190 18 60 / 0.35);
}
.border-s-rose-700\/40 {
  border-inline-start-color: rgb(190 18 60 / 0.4);
}
.border-s-rose-700\/45 {
  border-inline-start-color: rgb(190 18 60 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(190 18 60 / 0.55);
}
.border-s-rose-700\/60 {
  border-inline-start-color: rgb(190 18 60 / 0.6);
}
.border-s-rose-700\/65 {
  border-inline-start-color: rgb(190 18 60 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(190 18 60 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(159 18 57 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(159 18 57 / 0.35);
}
.border-s-rose-800\/40 {
  border-inline-start-color: rgb(159 18 57 / 0.4);
}
.border-s-rose-800\/45 {
  border-inline-start-color: rgb(159 18 57 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(159 18 57 / 0.55);
}
.border-s-rose-800\/60 {
  border-inline-start-color: rgb(159 18 57 / 0.6);
}
.border-s-rose-800\/65 {
  border-inline-start-color: rgb(159 18 57 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(159 18 57 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(136 19 55 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(136 19 55 / 0.35);
}
.border-s-rose-900\/40 {
  border-inline-start-color: rgb(136 19 55 / 0.4);
}
.border-s-rose-900\/45 {
  border-inline-start-color: rgb(136 19 55 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(136 19 55 / 0.55);
}
.border-s-rose-900\/60 {
  border-inline-start-color: rgb(136 19 55 / 0.6);
}
.border-s-rose-900\/65 {
  border-inline-start-color: rgb(136 19 55 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(136 19 55 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(76 5 25 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(76 5 25 / 0.35);
}
.border-s-rose-950\/40 {
  border-inline-start-color: rgb(76 5 25 / 0.4);
}
.border-s-rose-950\/45 {
  border-inline-start-color: rgb(76 5 25 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(76 5 25 / 0.55);
}
.border-s-rose-950\/60 {
  border-inline-start-color: rgb(76 5 25 / 0.6);
}
.border-s-rose-950\/65 {
  border-inline-start-color: rgb(76 5 25 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(76 5 25 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(224 242 254 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(224 242 254 / 0.35);
}
.border-s-sky-100\/40 {
  border-inline-start-color: rgb(224 242 254 / 0.4);
}
.border-s-sky-100\/45 {
  border-inline-start-color: rgb(224 242 254 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(224 242 254 / 0.55);
}
.border-s-sky-100\/60 {
  border-inline-start-color: rgb(224 242 254 / 0.6);
}
.border-s-sky-100\/65 {
  border-inline-start-color: rgb(224 242 254 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(224 242 254 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(186 230 253 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(186 230 253 / 0.35);
}
.border-s-sky-200\/40 {
  border-inline-start-color: rgb(186 230 253 / 0.4);
}
.border-s-sky-200\/45 {
  border-inline-start-color: rgb(186 230 253 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(186 230 253 / 0.55);
}
.border-s-sky-200\/60 {
  border-inline-start-color: rgb(186 230 253 / 0.6);
}
.border-s-sky-200\/65 {
  border-inline-start-color: rgb(186 230 253 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(186 230 253 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(125 211 252 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(125 211 252 / 0.35);
}
.border-s-sky-300\/40 {
  border-inline-start-color: rgb(125 211 252 / 0.4);
}
.border-s-sky-300\/45 {
  border-inline-start-color: rgb(125 211 252 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(125 211 252 / 0.55);
}
.border-s-sky-300\/60 {
  border-inline-start-color: rgb(125 211 252 / 0.6);
}
.border-s-sky-300\/65 {
  border-inline-start-color: rgb(125 211 252 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(125 211 252 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(56 189 248 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(56 189 248 / 0.35);
}
.border-s-sky-400\/40 {
  border-inline-start-color: rgb(56 189 248 / 0.4);
}
.border-s-sky-400\/45 {
  border-inline-start-color: rgb(56 189 248 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(56 189 248 / 0.55);
}
.border-s-sky-400\/60 {
  border-inline-start-color: rgb(56 189 248 / 0.6);
}
.border-s-sky-400\/65 {
  border-inline-start-color: rgb(56 189 248 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(56 189 248 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(240 249 255 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(240 249 255 / 0.35);
}
.border-s-sky-50\/40 {
  border-inline-start-color: rgb(240 249 255 / 0.4);
}
.border-s-sky-50\/45 {
  border-inline-start-color: rgb(240 249 255 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(240 249 255 / 0.55);
}
.border-s-sky-50\/60 {
  border-inline-start-color: rgb(240 249 255 / 0.6);
}
.border-s-sky-50\/65 {
  border-inline-start-color: rgb(240 249 255 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(240 249 255 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(14 165 233 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(14 165 233 / 0.35);
}
.border-s-sky-500\/40 {
  border-inline-start-color: rgb(14 165 233 / 0.4);
}
.border-s-sky-500\/45 {
  border-inline-start-color: rgb(14 165 233 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(14 165 233 / 0.55);
}
.border-s-sky-500\/60 {
  border-inline-start-color: rgb(14 165 233 / 0.6);
}
.border-s-sky-500\/65 {
  border-inline-start-color: rgb(14 165 233 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(14 165 233 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(2 132 199 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(2 132 199 / 0.35);
}
.border-s-sky-600\/40 {
  border-inline-start-color: rgb(2 132 199 / 0.4);
}
.border-s-sky-600\/45 {
  border-inline-start-color: rgb(2 132 199 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(2 132 199 / 0.55);
}
.border-s-sky-600\/60 {
  border-inline-start-color: rgb(2 132 199 / 0.6);
}
.border-s-sky-600\/65 {
  border-inline-start-color: rgb(2 132 199 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(2 132 199 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(3 105 161 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(3 105 161 / 0.35);
}
.border-s-sky-700\/40 {
  border-inline-start-color: rgb(3 105 161 / 0.4);
}
.border-s-sky-700\/45 {
  border-inline-start-color: rgb(3 105 161 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(3 105 161 / 0.55);
}
.border-s-sky-700\/60 {
  border-inline-start-color: rgb(3 105 161 / 0.6);
}
.border-s-sky-700\/65 {
  border-inline-start-color: rgb(3 105 161 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(3 105 161 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(7 89 133 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(7 89 133 / 0.35);
}
.border-s-sky-800\/40 {
  border-inline-start-color: rgb(7 89 133 / 0.4);
}
.border-s-sky-800\/45 {
  border-inline-start-color: rgb(7 89 133 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(7 89 133 / 0.55);
}
.border-s-sky-800\/60 {
  border-inline-start-color: rgb(7 89 133 / 0.6);
}
.border-s-sky-800\/65 {
  border-inline-start-color: rgb(7 89 133 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(7 89 133 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(12 74 110 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(12 74 110 / 0.35);
}
.border-s-sky-900\/40 {
  border-inline-start-color: rgb(12 74 110 / 0.4);
}
.border-s-sky-900\/45 {
  border-inline-start-color: rgb(12 74 110 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(12 74 110 / 0.55);
}
.border-s-sky-900\/60 {
  border-inline-start-color: rgb(12 74 110 / 0.6);
}
.border-s-sky-900\/65 {
  border-inline-start-color: rgb(12 74 110 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(12 74 110 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(8 47 73 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(8 47 73 / 0.35);
}
.border-s-sky-950\/40 {
  border-inline-start-color: rgb(8 47 73 / 0.4);
}
.border-s-sky-950\/45 {
  border-inline-start-color: rgb(8 47 73 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(8 47 73 / 0.55);
}
.border-s-sky-950\/60 {
  border-inline-start-color: rgb(8 47 73 / 0.6);
}
.border-s-sky-950\/65 {
  border-inline-start-color: rgb(8 47 73 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(8 47 73 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(241 245 249 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(241 245 249 / 0.35);
}
.border-s-slate-100\/40 {
  border-inline-start-color: rgb(241 245 249 / 0.4);
}
.border-s-slate-100\/45 {
  border-inline-start-color: rgb(241 245 249 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(241 245 249 / 0.55);
}
.border-s-slate-100\/60 {
  border-inline-start-color: rgb(241 245 249 / 0.6);
}
.border-s-slate-100\/65 {
  border-inline-start-color: rgb(241 245 249 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(241 245 249 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(226 232 240 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(226 232 240 / 0.35);
}
.border-s-slate-200\/40 {
  border-inline-start-color: rgb(226 232 240 / 0.4);
}
.border-s-slate-200\/45 {
  border-inline-start-color: rgb(226 232 240 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(226 232 240 / 0.55);
}
.border-s-slate-200\/60 {
  border-inline-start-color: rgb(226 232 240 / 0.6);
}
.border-s-slate-200\/65 {
  border-inline-start-color: rgb(226 232 240 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(226 232 240 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(203 213 225 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(203 213 225 / 0.35);
}
.border-s-slate-300\/40 {
  border-inline-start-color: rgb(203 213 225 / 0.4);
}
.border-s-slate-300\/45 {
  border-inline-start-color: rgb(203 213 225 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(203 213 225 / 0.55);
}
.border-s-slate-300\/60 {
  border-inline-start-color: rgb(203 213 225 / 0.6);
}
.border-s-slate-300\/65 {
  border-inline-start-color: rgb(203 213 225 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(203 213 225 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(148 163 184 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(148 163 184 / 0.35);
}
.border-s-slate-400\/40 {
  border-inline-start-color: rgb(148 163 184 / 0.4);
}
.border-s-slate-400\/45 {
  border-inline-start-color: rgb(148 163 184 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(148 163 184 / 0.55);
}
.border-s-slate-400\/60 {
  border-inline-start-color: rgb(148 163 184 / 0.6);
}
.border-s-slate-400\/65 {
  border-inline-start-color: rgb(148 163 184 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(148 163 184 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(248 250 252 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(248 250 252 / 0.35);
}
.border-s-slate-50\/40 {
  border-inline-start-color: rgb(248 250 252 / 0.4);
}
.border-s-slate-50\/45 {
  border-inline-start-color: rgb(248 250 252 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(248 250 252 / 0.55);
}
.border-s-slate-50\/60 {
  border-inline-start-color: rgb(248 250 252 / 0.6);
}
.border-s-slate-50\/65 {
  border-inline-start-color: rgb(248 250 252 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(248 250 252 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(100 116 139 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(100 116 139 / 0.35);
}
.border-s-slate-500\/40 {
  border-inline-start-color: rgb(100 116 139 / 0.4);
}
.border-s-slate-500\/45 {
  border-inline-start-color: rgb(100 116 139 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(100 116 139 / 0.55);
}
.border-s-slate-500\/60 {
  border-inline-start-color: rgb(100 116 139 / 0.6);
}
.border-s-slate-500\/65 {
  border-inline-start-color: rgb(100 116 139 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(100 116 139 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(71 85 105 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(71 85 105 / 0.35);
}
.border-s-slate-600\/40 {
  border-inline-start-color: rgb(71 85 105 / 0.4);
}
.border-s-slate-600\/45 {
  border-inline-start-color: rgb(71 85 105 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(71 85 105 / 0.55);
}
.border-s-slate-600\/60 {
  border-inline-start-color: rgb(71 85 105 / 0.6);
}
.border-s-slate-600\/65 {
  border-inline-start-color: rgb(71 85 105 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(71 85 105 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(51 65 85 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(51 65 85 / 0.35);
}
.border-s-slate-700\/40 {
  border-inline-start-color: rgb(51 65 85 / 0.4);
}
.border-s-slate-700\/45 {
  border-inline-start-color: rgb(51 65 85 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(51 65 85 / 0.55);
}
.border-s-slate-700\/60 {
  border-inline-start-color: rgb(51 65 85 / 0.6);
}
.border-s-slate-700\/65 {
  border-inline-start-color: rgb(51 65 85 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(51 65 85 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(30 41 59 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(30 41 59 / 0.35);
}
.border-s-slate-800\/40 {
  border-inline-start-color: rgb(30 41 59 / 0.4);
}
.border-s-slate-800\/45 {
  border-inline-start-color: rgb(30 41 59 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(30 41 59 / 0.55);
}
.border-s-slate-800\/60 {
  border-inline-start-color: rgb(30 41 59 / 0.6);
}
.border-s-slate-800\/65 {
  border-inline-start-color: rgb(30 41 59 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(30 41 59 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(15 23 42 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(15 23 42 / 0.35);
}
.border-s-slate-900\/40 {
  border-inline-start-color: rgb(15 23 42 / 0.4);
}
.border-s-slate-900\/45 {
  border-inline-start-color: rgb(15 23 42 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(15 23 42 / 0.55);
}
.border-s-slate-900\/60 {
  border-inline-start-color: rgb(15 23 42 / 0.6);
}
.border-s-slate-900\/65 {
  border-inline-start-color: rgb(15 23 42 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(15 23 42 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(2 6 23 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(2 6 23 / 0.35);
}
.border-s-slate-950\/40 {
  border-inline-start-color: rgb(2 6 23 / 0.4);
}
.border-s-slate-950\/45 {
  border-inline-start-color: rgb(2 6 23 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(2 6 23 / 0.55);
}
.border-s-slate-950\/60 {
  border-inline-start-color: rgb(2 6 23 / 0.6);
}
.border-s-slate-950\/65 {
  border-inline-start-color: rgb(2 6 23 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(2 6 23 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(245 245 244 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(245 245 244 / 0.35);
}
.border-s-stone-100\/40 {
  border-inline-start-color: rgb(245 245 244 / 0.4);
}
.border-s-stone-100\/45 {
  border-inline-start-color: rgb(245 245 244 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(245 245 244 / 0.55);
}
.border-s-stone-100\/60 {
  border-inline-start-color: rgb(245 245 244 / 0.6);
}
.border-s-stone-100\/65 {
  border-inline-start-color: rgb(245 245 244 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(245 245 244 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(231 229 228 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(231 229 228 / 0.35);
}
.border-s-stone-200\/40 {
  border-inline-start-color: rgb(231 229 228 / 0.4);
}
.border-s-stone-200\/45 {
  border-inline-start-color: rgb(231 229 228 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(231 229 228 / 0.55);
}
.border-s-stone-200\/60 {
  border-inline-start-color: rgb(231 229 228 / 0.6);
}
.border-s-stone-200\/65 {
  border-inline-start-color: rgb(231 229 228 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(231 229 228 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(214 211 209 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(214 211 209 / 0.35);
}
.border-s-stone-300\/40 {
  border-inline-start-color: rgb(214 211 209 / 0.4);
}
.border-s-stone-300\/45 {
  border-inline-start-color: rgb(214 211 209 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(214 211 209 / 0.55);
}
.border-s-stone-300\/60 {
  border-inline-start-color: rgb(214 211 209 / 0.6);
}
.border-s-stone-300\/65 {
  border-inline-start-color: rgb(214 211 209 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(214 211 209 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(168 162 158 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(168 162 158 / 0.35);
}
.border-s-stone-400\/40 {
  border-inline-start-color: rgb(168 162 158 / 0.4);
}
.border-s-stone-400\/45 {
  border-inline-start-color: rgb(168 162 158 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(168 162 158 / 0.55);
}
.border-s-stone-400\/60 {
  border-inline-start-color: rgb(168 162 158 / 0.6);
}
.border-s-stone-400\/65 {
  border-inline-start-color: rgb(168 162 158 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(168 162 158 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(250 250 249 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(250 250 249 / 0.35);
}
.border-s-stone-50\/40 {
  border-inline-start-color: rgb(250 250 249 / 0.4);
}
.border-s-stone-50\/45 {
  border-inline-start-color: rgb(250 250 249 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(250 250 249 / 0.55);
}
.border-s-stone-50\/60 {
  border-inline-start-color: rgb(250 250 249 / 0.6);
}
.border-s-stone-50\/65 {
  border-inline-start-color: rgb(250 250 249 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(250 250 249 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(120 113 108 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(120 113 108 / 0.35);
}
.border-s-stone-500\/40 {
  border-inline-start-color: rgb(120 113 108 / 0.4);
}
.border-s-stone-500\/45 {
  border-inline-start-color: rgb(120 113 108 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(120 113 108 / 0.55);
}
.border-s-stone-500\/60 {
  border-inline-start-color: rgb(120 113 108 / 0.6);
}
.border-s-stone-500\/65 {
  border-inline-start-color: rgb(120 113 108 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(120 113 108 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(87 83 78 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(87 83 78 / 0.35);
}
.border-s-stone-600\/40 {
  border-inline-start-color: rgb(87 83 78 / 0.4);
}
.border-s-stone-600\/45 {
  border-inline-start-color: rgb(87 83 78 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(87 83 78 / 0.55);
}
.border-s-stone-600\/60 {
  border-inline-start-color: rgb(87 83 78 / 0.6);
}
.border-s-stone-600\/65 {
  border-inline-start-color: rgb(87 83 78 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(87 83 78 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(68 64 60 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(68 64 60 / 0.35);
}
.border-s-stone-700\/40 {
  border-inline-start-color: rgb(68 64 60 / 0.4);
}
.border-s-stone-700\/45 {
  border-inline-start-color: rgb(68 64 60 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(68 64 60 / 0.55);
}
.border-s-stone-700\/60 {
  border-inline-start-color: rgb(68 64 60 / 0.6);
}
.border-s-stone-700\/65 {
  border-inline-start-color: rgb(68 64 60 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(68 64 60 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(41 37 36 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(41 37 36 / 0.35);
}
.border-s-stone-800\/40 {
  border-inline-start-color: rgb(41 37 36 / 0.4);
}
.border-s-stone-800\/45 {
  border-inline-start-color: rgb(41 37 36 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(41 37 36 / 0.55);
}
.border-s-stone-800\/60 {
  border-inline-start-color: rgb(41 37 36 / 0.6);
}
.border-s-stone-800\/65 {
  border-inline-start-color: rgb(41 37 36 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(41 37 36 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(28 25 23 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(28 25 23 / 0.35);
}
.border-s-stone-900\/40 {
  border-inline-start-color: rgb(28 25 23 / 0.4);
}
.border-s-stone-900\/45 {
  border-inline-start-color: rgb(28 25 23 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(28 25 23 / 0.55);
}
.border-s-stone-900\/60 {
  border-inline-start-color: rgb(28 25 23 / 0.6);
}
.border-s-stone-900\/65 {
  border-inline-start-color: rgb(28 25 23 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(28 25 23 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(12 10 9 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(12 10 9 / 0.35);
}
.border-s-stone-950\/40 {
  border-inline-start-color: rgb(12 10 9 / 0.4);
}
.border-s-stone-950\/45 {
  border-inline-start-color: rgb(12 10 9 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(12 10 9 / 0.55);
}
.border-s-stone-950\/60 {
  border-inline-start-color: rgb(12 10 9 / 0.6);
}
.border-s-stone-950\/65 {
  border-inline-start-color: rgb(12 10 9 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(12 10 9 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(204 251 241 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(204 251 241 / 0.35);
}
.border-s-teal-100\/40 {
  border-inline-start-color: rgb(204 251 241 / 0.4);
}
.border-s-teal-100\/45 {
  border-inline-start-color: rgb(204 251 241 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(204 251 241 / 0.55);
}
.border-s-teal-100\/60 {
  border-inline-start-color: rgb(204 251 241 / 0.6);
}
.border-s-teal-100\/65 {
  border-inline-start-color: rgb(204 251 241 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(204 251 241 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(153 246 228 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(153 246 228 / 0.35);
}
.border-s-teal-200\/40 {
  border-inline-start-color: rgb(153 246 228 / 0.4);
}
.border-s-teal-200\/45 {
  border-inline-start-color: rgb(153 246 228 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(153 246 228 / 0.55);
}
.border-s-teal-200\/60 {
  border-inline-start-color: rgb(153 246 228 / 0.6);
}
.border-s-teal-200\/65 {
  border-inline-start-color: rgb(153 246 228 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(153 246 228 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(94 234 212 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(94 234 212 / 0.35);
}
.border-s-teal-300\/40 {
  border-inline-start-color: rgb(94 234 212 / 0.4);
}
.border-s-teal-300\/45 {
  border-inline-start-color: rgb(94 234 212 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(94 234 212 / 0.55);
}
.border-s-teal-300\/60 {
  border-inline-start-color: rgb(94 234 212 / 0.6);
}
.border-s-teal-300\/65 {
  border-inline-start-color: rgb(94 234 212 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(94 234 212 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(45 212 191 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(45 212 191 / 0.35);
}
.border-s-teal-400\/40 {
  border-inline-start-color: rgb(45 212 191 / 0.4);
}
.border-s-teal-400\/45 {
  border-inline-start-color: rgb(45 212 191 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(45 212 191 / 0.55);
}
.border-s-teal-400\/60 {
  border-inline-start-color: rgb(45 212 191 / 0.6);
}
.border-s-teal-400\/65 {
  border-inline-start-color: rgb(45 212 191 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(45 212 191 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(240 253 250 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(240 253 250 / 0.35);
}
.border-s-teal-50\/40 {
  border-inline-start-color: rgb(240 253 250 / 0.4);
}
.border-s-teal-50\/45 {
  border-inline-start-color: rgb(240 253 250 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(240 253 250 / 0.55);
}
.border-s-teal-50\/60 {
  border-inline-start-color: rgb(240 253 250 / 0.6);
}
.border-s-teal-50\/65 {
  border-inline-start-color: rgb(240 253 250 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(240 253 250 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(20 184 166 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(20 184 166 / 0.35);
}
.border-s-teal-500\/40 {
  border-inline-start-color: rgb(20 184 166 / 0.4);
}
.border-s-teal-500\/45 {
  border-inline-start-color: rgb(20 184 166 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(20 184 166 / 0.55);
}
.border-s-teal-500\/60 {
  border-inline-start-color: rgb(20 184 166 / 0.6);
}
.border-s-teal-500\/65 {
  border-inline-start-color: rgb(20 184 166 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(20 184 166 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(13 148 136 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(13 148 136 / 0.35);
}
.border-s-teal-600\/40 {
  border-inline-start-color: rgb(13 148 136 / 0.4);
}
.border-s-teal-600\/45 {
  border-inline-start-color: rgb(13 148 136 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(13 148 136 / 0.55);
}
.border-s-teal-600\/60 {
  border-inline-start-color: rgb(13 148 136 / 0.6);
}
.border-s-teal-600\/65 {
  border-inline-start-color: rgb(13 148 136 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(13 148 136 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(15 118 110 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(15 118 110 / 0.35);
}
.border-s-teal-700\/40 {
  border-inline-start-color: rgb(15 118 110 / 0.4);
}
.border-s-teal-700\/45 {
  border-inline-start-color: rgb(15 118 110 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(15 118 110 / 0.55);
}
.border-s-teal-700\/60 {
  border-inline-start-color: rgb(15 118 110 / 0.6);
}
.border-s-teal-700\/65 {
  border-inline-start-color: rgb(15 118 110 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(15 118 110 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(17 94 89 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(17 94 89 / 0.35);
}
.border-s-teal-800\/40 {
  border-inline-start-color: rgb(17 94 89 / 0.4);
}
.border-s-teal-800\/45 {
  border-inline-start-color: rgb(17 94 89 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(17 94 89 / 0.55);
}
.border-s-teal-800\/60 {
  border-inline-start-color: rgb(17 94 89 / 0.6);
}
.border-s-teal-800\/65 {
  border-inline-start-color: rgb(17 94 89 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(17 94 89 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(19 78 74 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(19 78 74 / 0.35);
}
.border-s-teal-900\/40 {
  border-inline-start-color: rgb(19 78 74 / 0.4);
}
.border-s-teal-900\/45 {
  border-inline-start-color: rgb(19 78 74 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(19 78 74 / 0.55);
}
.border-s-teal-900\/60 {
  border-inline-start-color: rgb(19 78 74 / 0.6);
}
.border-s-teal-900\/65 {
  border-inline-start-color: rgb(19 78 74 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(19 78 74 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(4 47 46 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(4 47 46 / 0.35);
}
.border-s-teal-950\/40 {
  border-inline-start-color: rgb(4 47 46 / 0.4);
}
.border-s-teal-950\/45 {
  border-inline-start-color: rgb(4 47 46 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(4 47 46 / 0.55);
}
.border-s-teal-950\/60 {
  border-inline-start-color: rgb(4 47 46 / 0.6);
}
.border-s-teal-950\/65 {
  border-inline-start-color: rgb(4 47 46 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(4 47 46 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(0 0 0 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(0 0 0 / 0.35);
}
.border-s-transparent\/40 {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}
.border-s-transparent\/45 {
  border-inline-start-color: rgb(0 0 0 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(0 0 0 / 0.55);
}
.border-s-transparent\/60 {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}
.border-s-transparent\/65 {
  border-inline-start-color: rgb(0 0 0 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(0 0 0 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(237 233 254 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(237 233 254 / 0.35);
}
.border-s-violet-100\/40 {
  border-inline-start-color: rgb(237 233 254 / 0.4);
}
.border-s-violet-100\/45 {
  border-inline-start-color: rgb(237 233 254 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(237 233 254 / 0.55);
}
.border-s-violet-100\/60 {
  border-inline-start-color: rgb(237 233 254 / 0.6);
}
.border-s-violet-100\/65 {
  border-inline-start-color: rgb(237 233 254 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(237 233 254 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(221 214 254 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(221 214 254 / 0.35);
}
.border-s-violet-200\/40 {
  border-inline-start-color: rgb(221 214 254 / 0.4);
}
.border-s-violet-200\/45 {
  border-inline-start-color: rgb(221 214 254 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(221 214 254 / 0.55);
}
.border-s-violet-200\/60 {
  border-inline-start-color: rgb(221 214 254 / 0.6);
}
.border-s-violet-200\/65 {
  border-inline-start-color: rgb(221 214 254 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(221 214 254 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(196 181 253 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(196 181 253 / 0.35);
}
.border-s-violet-300\/40 {
  border-inline-start-color: rgb(196 181 253 / 0.4);
}
.border-s-violet-300\/45 {
  border-inline-start-color: rgb(196 181 253 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(196 181 253 / 0.55);
}
.border-s-violet-300\/60 {
  border-inline-start-color: rgb(196 181 253 / 0.6);
}
.border-s-violet-300\/65 {
  border-inline-start-color: rgb(196 181 253 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(196 181 253 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(167 139 250 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(167 139 250 / 0.35);
}
.border-s-violet-400\/40 {
  border-inline-start-color: rgb(167 139 250 / 0.4);
}
.border-s-violet-400\/45 {
  border-inline-start-color: rgb(167 139 250 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(167 139 250 / 0.55);
}
.border-s-violet-400\/60 {
  border-inline-start-color: rgb(167 139 250 / 0.6);
}
.border-s-violet-400\/65 {
  border-inline-start-color: rgb(167 139 250 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(167 139 250 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(245 243 255 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(245 243 255 / 0.35);
}
.border-s-violet-50\/40 {
  border-inline-start-color: rgb(245 243 255 / 0.4);
}
.border-s-violet-50\/45 {
  border-inline-start-color: rgb(245 243 255 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(245 243 255 / 0.55);
}
.border-s-violet-50\/60 {
  border-inline-start-color: rgb(245 243 255 / 0.6);
}
.border-s-violet-50\/65 {
  border-inline-start-color: rgb(245 243 255 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(245 243 255 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(139 92 246 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(139 92 246 / 0.35);
}
.border-s-violet-500\/40 {
  border-inline-start-color: rgb(139 92 246 / 0.4);
}
.border-s-violet-500\/45 {
  border-inline-start-color: rgb(139 92 246 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(139 92 246 / 0.55);
}
.border-s-violet-500\/60 {
  border-inline-start-color: rgb(139 92 246 / 0.6);
}
.border-s-violet-500\/65 {
  border-inline-start-color: rgb(139 92 246 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(139 92 246 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(124 58 237 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(124 58 237 / 0.35);
}
.border-s-violet-600\/40 {
  border-inline-start-color: rgb(124 58 237 / 0.4);
}
.border-s-violet-600\/45 {
  border-inline-start-color: rgb(124 58 237 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(124 58 237 / 0.55);
}
.border-s-violet-600\/60 {
  border-inline-start-color: rgb(124 58 237 / 0.6);
}
.border-s-violet-600\/65 {
  border-inline-start-color: rgb(124 58 237 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(124 58 237 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(109 40 217 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(109 40 217 / 0.35);
}
.border-s-violet-700\/40 {
  border-inline-start-color: rgb(109 40 217 / 0.4);
}
.border-s-violet-700\/45 {
  border-inline-start-color: rgb(109 40 217 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(109 40 217 / 0.55);
}
.border-s-violet-700\/60 {
  border-inline-start-color: rgb(109 40 217 / 0.6);
}
.border-s-violet-700\/65 {
  border-inline-start-color: rgb(109 40 217 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(109 40 217 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(91 33 182 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(91 33 182 / 0.35);
}
.border-s-violet-800\/40 {
  border-inline-start-color: rgb(91 33 182 / 0.4);
}
.border-s-violet-800\/45 {
  border-inline-start-color: rgb(91 33 182 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(91 33 182 / 0.55);
}
.border-s-violet-800\/60 {
  border-inline-start-color: rgb(91 33 182 / 0.6);
}
.border-s-violet-800\/65 {
  border-inline-start-color: rgb(91 33 182 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(91 33 182 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(76 29 149 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(76 29 149 / 0.35);
}
.border-s-violet-900\/40 {
  border-inline-start-color: rgb(76 29 149 / 0.4);
}
.border-s-violet-900\/45 {
  border-inline-start-color: rgb(76 29 149 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(76 29 149 / 0.55);
}
.border-s-violet-900\/60 {
  border-inline-start-color: rgb(76 29 149 / 0.6);
}
.border-s-violet-900\/65 {
  border-inline-start-color: rgb(76 29 149 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(76 29 149 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(46 16 101 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(46 16 101 / 0.35);
}
.border-s-violet-950\/40 {
  border-inline-start-color: rgb(46 16 101 / 0.4);
}
.border-s-violet-950\/45 {
  border-inline-start-color: rgb(46 16 101 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(46 16 101 / 0.55);
}
.border-s-violet-950\/60 {
  border-inline-start-color: rgb(46 16 101 / 0.6);
}
.border-s-violet-950\/65 {
  border-inline-start-color: rgb(46 16 101 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(46 16 101 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(255 255 255 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(255 255 255 / 0.35);
}
.border-s-white\/40 {
  border-inline-start-color: rgb(255 255 255 / 0.4);
}
.border-s-white\/45 {
  border-inline-start-color: rgb(255 255 255 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(255 255 255 / 0.55);
}
.border-s-white\/60 {
  border-inline-start-color: rgb(255 255 255 / 0.6);
}
.border-s-white\/65 {
  border-inline-start-color: rgb(255 255 255 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(255 255 255 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(254 249 195 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(254 249 195 / 0.35);
}
.border-s-yellow-100\/40 {
  border-inline-start-color: rgb(254 249 195 / 0.4);
}
.border-s-yellow-100\/45 {
  border-inline-start-color: rgb(254 249 195 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(254 249 195 / 0.55);
}
.border-s-yellow-100\/60 {
  border-inline-start-color: rgb(254 249 195 / 0.6);
}
.border-s-yellow-100\/65 {
  border-inline-start-color: rgb(254 249 195 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(254 249 195 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(254 240 138 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(254 240 138 / 0.35);
}
.border-s-yellow-200\/40 {
  border-inline-start-color: rgb(254 240 138 / 0.4);
}
.border-s-yellow-200\/45 {
  border-inline-start-color: rgb(254 240 138 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(254 240 138 / 0.55);
}
.border-s-yellow-200\/60 {
  border-inline-start-color: rgb(254 240 138 / 0.6);
}
.border-s-yellow-200\/65 {
  border-inline-start-color: rgb(254 240 138 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(254 240 138 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(253 224 71 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(253 224 71 / 0.35);
}
.border-s-yellow-300\/40 {
  border-inline-start-color: rgb(253 224 71 / 0.4);
}
.border-s-yellow-300\/45 {
  border-inline-start-color: rgb(253 224 71 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(253 224 71 / 0.55);
}
.border-s-yellow-300\/60 {
  border-inline-start-color: rgb(253 224 71 / 0.6);
}
.border-s-yellow-300\/65 {
  border-inline-start-color: rgb(253 224 71 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(253 224 71 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(250 204 21 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(250 204 21 / 0.35);
}
.border-s-yellow-400\/40 {
  border-inline-start-color: rgb(250 204 21 / 0.4);
}
.border-s-yellow-400\/45 {
  border-inline-start-color: rgb(250 204 21 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(250 204 21 / 0.55);
}
.border-s-yellow-400\/60 {
  border-inline-start-color: rgb(250 204 21 / 0.6);
}
.border-s-yellow-400\/65 {
  border-inline-start-color: rgb(250 204 21 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(250 204 21 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(254 252 232 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(254 252 232 / 0.35);
}
.border-s-yellow-50\/40 {
  border-inline-start-color: rgb(254 252 232 / 0.4);
}
.border-s-yellow-50\/45 {
  border-inline-start-color: rgb(254 252 232 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(254 252 232 / 0.55);
}
.border-s-yellow-50\/60 {
  border-inline-start-color: rgb(254 252 232 / 0.6);
}
.border-s-yellow-50\/65 {
  border-inline-start-color: rgb(254 252 232 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(254 252 232 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(234 179 8 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(234 179 8 / 0.35);
}
.border-s-yellow-500\/40 {
  border-inline-start-color: rgb(234 179 8 / 0.4);
}
.border-s-yellow-500\/45 {
  border-inline-start-color: rgb(234 179 8 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(234 179 8 / 0.55);
}
.border-s-yellow-500\/60 {
  border-inline-start-color: rgb(234 179 8 / 0.6);
}
.border-s-yellow-500\/65 {
  border-inline-start-color: rgb(234 179 8 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(234 179 8 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(202 138 4 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(202 138 4 / 0.35);
}
.border-s-yellow-600\/40 {
  border-inline-start-color: rgb(202 138 4 / 0.4);
}
.border-s-yellow-600\/45 {
  border-inline-start-color: rgb(202 138 4 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(202 138 4 / 0.55);
}
.border-s-yellow-600\/60 {
  border-inline-start-color: rgb(202 138 4 / 0.6);
}
.border-s-yellow-600\/65 {
  border-inline-start-color: rgb(202 138 4 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(202 138 4 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(161 98 7 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(161 98 7 / 0.35);
}
.border-s-yellow-700\/40 {
  border-inline-start-color: rgb(161 98 7 / 0.4);
}
.border-s-yellow-700\/45 {
  border-inline-start-color: rgb(161 98 7 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(161 98 7 / 0.55);
}
.border-s-yellow-700\/60 {
  border-inline-start-color: rgb(161 98 7 / 0.6);
}
.border-s-yellow-700\/65 {
  border-inline-start-color: rgb(161 98 7 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(161 98 7 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(133 77 14 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(133 77 14 / 0.35);
}
.border-s-yellow-800\/40 {
  border-inline-start-color: rgb(133 77 14 / 0.4);
}
.border-s-yellow-800\/45 {
  border-inline-start-color: rgb(133 77 14 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(133 77 14 / 0.55);
}
.border-s-yellow-800\/60 {
  border-inline-start-color: rgb(133 77 14 / 0.6);
}
.border-s-yellow-800\/65 {
  border-inline-start-color: rgb(133 77 14 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(133 77 14 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(113 63 18 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(113 63 18 / 0.35);
}
.border-s-yellow-900\/40 {
  border-inline-start-color: rgb(113 63 18 / 0.4);
}
.border-s-yellow-900\/45 {
  border-inline-start-color: rgb(113 63 18 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(113 63 18 / 0.55);
}
.border-s-yellow-900\/60 {
  border-inline-start-color: rgb(113 63 18 / 0.6);
}
.border-s-yellow-900\/65 {
  border-inline-start-color: rgb(113 63 18 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(113 63 18 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(66 32 6 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(66 32 6 / 0.35);
}
.border-s-yellow-950\/40 {
  border-inline-start-color: rgb(66 32 6 / 0.4);
}
.border-s-yellow-950\/45 {
  border-inline-start-color: rgb(66 32 6 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(66 32 6 / 0.55);
}
.border-s-yellow-950\/60 {
  border-inline-start-color: rgb(66 32 6 / 0.6);
}
.border-s-yellow-950\/65 {
  border-inline-start-color: rgb(66 32 6 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(66 32 6 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(244 244 245 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(244 244 245 / 0.35);
}
.border-s-zinc-100\/40 {
  border-inline-start-color: rgb(244 244 245 / 0.4);
}
.border-s-zinc-100\/45 {
  border-inline-start-color: rgb(244 244 245 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(244 244 245 / 0.55);
}
.border-s-zinc-100\/60 {
  border-inline-start-color: rgb(244 244 245 / 0.6);
}
.border-s-zinc-100\/65 {
  border-inline-start-color: rgb(244 244 245 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(244 244 245 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(228 228 231 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(228 228 231 / 0.35);
}
.border-s-zinc-200\/40 {
  border-inline-start-color: rgb(228 228 231 / 0.4);
}
.border-s-zinc-200\/45 {
  border-inline-start-color: rgb(228 228 231 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(228 228 231 / 0.55);
}
.border-s-zinc-200\/60 {
  border-inline-start-color: rgb(228 228 231 / 0.6);
}
.border-s-zinc-200\/65 {
  border-inline-start-color: rgb(228 228 231 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(228 228 231 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(212 212 216 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(212 212 216 / 0.35);
}
.border-s-zinc-300\/40 {
  border-inline-start-color: rgb(212 212 216 / 0.4);
}
.border-s-zinc-300\/45 {
  border-inline-start-color: rgb(212 212 216 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(212 212 216 / 0.55);
}
.border-s-zinc-300\/60 {
  border-inline-start-color: rgb(212 212 216 / 0.6);
}
.border-s-zinc-300\/65 {
  border-inline-start-color: rgb(212 212 216 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(212 212 216 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(161 161 170 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(161 161 170 / 0.35);
}
.border-s-zinc-400\/40 {
  border-inline-start-color: rgb(161 161 170 / 0.4);
}
.border-s-zinc-400\/45 {
  border-inline-start-color: rgb(161 161 170 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(161 161 170 / 0.55);
}
.border-s-zinc-400\/60 {
  border-inline-start-color: rgb(161 161 170 / 0.6);
}
.border-s-zinc-400\/65 {
  border-inline-start-color: rgb(161 161 170 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(161 161 170 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(250 250 250 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(250 250 250 / 0.35);
}
.border-s-zinc-50\/40 {
  border-inline-start-color: rgb(250 250 250 / 0.4);
}
.border-s-zinc-50\/45 {
  border-inline-start-color: rgb(250 250 250 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(250 250 250 / 0.55);
}
.border-s-zinc-50\/60 {
  border-inline-start-color: rgb(250 250 250 / 0.6);
}
.border-s-zinc-50\/65 {
  border-inline-start-color: rgb(250 250 250 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(250 250 250 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(113 113 122 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(113 113 122 / 0.35);
}
.border-s-zinc-500\/40 {
  border-inline-start-color: rgb(113 113 122 / 0.4);
}
.border-s-zinc-500\/45 {
  border-inline-start-color: rgb(113 113 122 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(113 113 122 / 0.55);
}
.border-s-zinc-500\/60 {
  border-inline-start-color: rgb(113 113 122 / 0.6);
}
.border-s-zinc-500\/65 {
  border-inline-start-color: rgb(113 113 122 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(113 113 122 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(82 82 91 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(82 82 91 / 0.35);
}
.border-s-zinc-600\/40 {
  border-inline-start-color: rgb(82 82 91 / 0.4);
}
.border-s-zinc-600\/45 {
  border-inline-start-color: rgb(82 82 91 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(82 82 91 / 0.55);
}
.border-s-zinc-600\/60 {
  border-inline-start-color: rgb(82 82 91 / 0.6);
}
.border-s-zinc-600\/65 {
  border-inline-start-color: rgb(82 82 91 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(82 82 91 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(63 63 70 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(63 63 70 / 0.35);
}
.border-s-zinc-700\/40 {
  border-inline-start-color: rgb(63 63 70 / 0.4);
}
.border-s-zinc-700\/45 {
  border-inline-start-color: rgb(63 63 70 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(63 63 70 / 0.55);
}
.border-s-zinc-700\/60 {
  border-inline-start-color: rgb(63 63 70 / 0.6);
}
.border-s-zinc-700\/65 {
  border-inline-start-color: rgb(63 63 70 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(63 63 70 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(39 39 42 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(39 39 42 / 0.35);
}
.border-s-zinc-800\/40 {
  border-inline-start-color: rgb(39 39 42 / 0.4);
}
.border-s-zinc-800\/45 {
  border-inline-start-color: rgb(39 39 42 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(39 39 42 / 0.55);
}
.border-s-zinc-800\/60 {
  border-inline-start-color: rgb(39 39 42 / 0.6);
}
.border-s-zinc-800\/65 {
  border-inline-start-color: rgb(39 39 42 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(39 39 42 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(24 24 27 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(24 24 27 / 0.35);
}
.border-s-zinc-900\/40 {
  border-inline-start-color: rgb(24 24 27 / 0.4);
}
.border-s-zinc-900\/45 {
  border-inline-start-color: rgb(24 24 27 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(24 24 27 / 0.55);
}
.border-s-zinc-900\/60 {
  border-inline-start-color: rgb(24 24 27 / 0.6);
}
.border-s-zinc-900\/65 {
  border-inline-start-color: rgb(24 24 27 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(24 24 27 / 0.85);
}
.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\/15 {
  border-inline-start-color: rgb(9 9 11 / 0.15);
}
.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\/35 {
  border-inline-start-color: rgb(9 9 11 / 0.35);
}
.border-s-zinc-950\/40 {
  border-inline-start-color: rgb(9 9 11 / 0.4);
}
.border-s-zinc-950\/45 {
  border-inline-start-color: rgb(9 9 11 / 0.45);
}
.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\/55 {
  border-inline-start-color: rgb(9 9 11 / 0.55);
}
.border-s-zinc-950\/60 {
  border-inline-start-color: rgb(9 9 11 / 0.6);
}
.border-s-zinc-950\/65 {
  border-inline-start-color: rgb(9 9 11 / 0.65);
}
.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\/85 {
  border-inline-start-color: rgb(9 9 11 / 0.85);
}
.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\/15 {
  border-top-color: rgb(254 243 199 / 0.15);
}
.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\/35 {
  border-top-color: rgb(254 243 199 / 0.35);
}
.border-t-amber-100\/40 {
  border-top-color: rgb(254 243 199 / 0.4);
}
.border-t-amber-100\/45 {
  border-top-color: rgb(254 243 199 / 0.45);
}
.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\/55 {
  border-top-color: rgb(254 243 199 / 0.55);
}
.border-t-amber-100\/60 {
  border-top-color: rgb(254 243 199 / 0.6);
}
.border-t-amber-100\/65 {
  border-top-color: rgb(254 243 199 / 0.65);
}
.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\/85 {
  border-top-color: rgb(254 243 199 / 0.85);
}
.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\/15 {
  border-top-color: rgb(253 230 138 / 0.15);
}
.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\/35 {
  border-top-color: rgb(253 230 138 / 0.35);
}
.border-t-amber-200\/40 {
  border-top-color: rgb(253 230 138 / 0.4);
}
.border-t-amber-200\/45 {
  border-top-color: rgb(253 230 138 / 0.45);
}
.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\/55 {
  border-top-color: rgb(253 230 138 / 0.55);
}
.border-t-amber-200\/60 {
  border-top-color: rgb(253 230 138 / 0.6);
}
.border-t-amber-200\/65 {
  border-top-color: rgb(253 230 138 / 0.65);
}
.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\/85 {
  border-top-color: rgb(253 230 138 / 0.85);
}
.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\/15 {
  border-top-color: rgb(252 211 77 / 0.15);
}
.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\/35 {
  border-top-color: rgb(252 211 77 / 0.35);
}
.border-t-amber-300\/40 {
  border-top-color: rgb(252 211 77 / 0.4);
}
.border-t-amber-300\/45 {
  border-top-color: rgb(252 211 77 / 0.45);
}
.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\/55 {
  border-top-color: rgb(252 211 77 / 0.55);
}
.border-t-amber-300\/60 {
  border-top-color: rgb(252 211 77 / 0.6);
}
.border-t-amber-300\/65 {
  border-top-color: rgb(252 211 77 / 0.65);
}
.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\/85 {
  border-top-color: rgb(252 211 77 / 0.85);
}
.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\/15 {
  border-top-color: rgb(251 191 36 / 0.15);
}
.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\/35 {
  border-top-color: rgb(251 191 36 / 0.35);
}
.border-t-amber-400\/40 {
  border-top-color: rgb(251 191 36 / 0.4);
}
.border-t-amber-400\/45 {
  border-top-color: rgb(251 191 36 / 0.45);
}
.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\/55 {
  border-top-color: rgb(251 191 36 / 0.55);
}
.border-t-amber-400\/60 {
  border-top-color: rgb(251 191 36 / 0.6);
}
.border-t-amber-400\/65 {
  border-top-color: rgb(251 191 36 / 0.65);
}
.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\/85 {
  border-top-color: rgb(251 191 36 / 0.85);
}
.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\/15 {
  border-top-color: rgb(255 251 235 / 0.15);
}
.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\/35 {
  border-top-color: rgb(255 251 235 / 0.35);
}
.border-t-amber-50\/40 {
  border-top-color: rgb(255 251 235 / 0.4);
}
.border-t-amber-50\/45 {
  border-top-color: rgb(255 251 235 / 0.45);
}
.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\/55 {
  border-top-color: rgb(255 251 235 / 0.55);
}
.border-t-amber-50\/60 {
  border-top-color: rgb(255 251 235 / 0.6);
}
.border-t-amber-50\/65 {
  border-top-color: rgb(255 251 235 / 0.65);
}
.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\/85 {
  border-top-color: rgb(255 251 235 / 0.85);
}
.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\/15 {
  border-top-color: rgb(245 158 11 / 0.15);
}
.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\/35 {
  border-top-color: rgb(245 158 11 / 0.35);
}
.border-t-amber-500\/40 {
  border-top-color: rgb(245 158 11 / 0.4);
}
.border-t-amber-500\/45 {
  border-top-color: rgb(245 158 11 / 0.45);
}
.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\/55 {
  border-top-color: rgb(245 158 11 / 0.55);
}
.border-t-amber-500\/60 {
  border-top-color: rgb(245 158 11 / 0.6);
}
.border-t-amber-500\/65 {
  border-top-color: rgb(245 158 11 / 0.65);
}
.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\/85 {
  border-top-color: rgb(245 158 11 / 0.85);
}
.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\/15 {
  border-top-color: rgb(217 119 6 / 0.15);
}
.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\/35 {
  border-top-color: rgb(217 119 6 / 0.35);
}
.border-t-amber-600\/40 {
  border-top-color: rgb(217 119 6 / 0.4);
}
.border-t-amber-600\/45 {
  border-top-color: rgb(217 119 6 / 0.45);
}
.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\/55 {
  border-top-color: rgb(217 119 6 / 0.55);
}
.border-t-amber-600\/60 {
  border-top-color: rgb(217 119 6 / 0.6);
}
.border-t-amber-600\/65 {
  border-top-color: rgb(217 119 6 / 0.65);
}
.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\/85 {
  border-top-color: rgb(217 119 6 / 0.85);
}
.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\/15 {
  border-top-color: rgb(180 83 9 / 0.15);
}
.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\/35 {
  border-top-color: rgb(180 83 9 / 0.35);
}
.border-t-amber-700\/40 {
  border-top-color: rgb(180 83 9 / 0.4);
}
.border-t-amber-700\/45 {
  border-top-color: rgb(180 83 9 / 0.45);
}
.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\/55 {
  border-top-color: rgb(180 83 9 / 0.55);
}
.border-t-amber-700\/60 {
  border-top-color: rgb(180 83 9 / 0.6);
}
.border-t-amber-700\/65 {
  border-top-color: rgb(180 83 9 / 0.65);
}
.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\/85 {
  border-top-color: rgb(180 83 9 / 0.85);
}
.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\/15 {
  border-top-color: rgb(146 64 14 / 0.15);
}
.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\/35 {
  border-top-color: rgb(146 64 14 / 0.35);
}
.border-t-amber-800\/40 {
  border-top-color: rgb(146 64 14 / 0.4);
}
.border-t-amber-800\/45 {
  border-top-color: rgb(146 64 14 / 0.45);
}
.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\/55 {
  border-top-color: rgb(146 64 14 / 0.55);
}
.border-t-amber-800\/60 {
  border-top-color: rgb(146 64 14 / 0.6);
}
.border-t-amber-800\/65 {
  border-top-color: rgb(146 64 14 / 0.65);
}
.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\/85 {
  border-top-color: rgb(146 64 14 / 0.85);
}
.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\/15 {
  border-top-color: rgb(120 53 15 / 0.15);
}
.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\/35 {
  border-top-color: rgb(120 53 15 / 0.35);
}
.border-t-amber-900\/40 {
  border-top-color: rgb(120 53 15 / 0.4);
}
.border-t-amber-900\/45 {
  border-top-color: rgb(120 53 15 / 0.45);
}
.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\/55 {
  border-top-color: rgb(120 53 15 / 0.55);
}
.border-t-amber-900\/60 {
  border-top-color: rgb(120 53 15 / 0.6);
}
.border-t-amber-900\/65 {
  border-top-color: rgb(120 53 15 / 0.65);
}
.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\/85 {
  border-top-color: rgb(120 53 15 / 0.85);
}
.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\/15 {
  border-top-color: rgb(69 26 3 / 0.15);
}
.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\/35 {
  border-top-color: rgb(69 26 3 / 0.35);
}
.border-t-amber-950\/40 {
  border-top-color: rgb(69 26 3 / 0.4);
}
.border-t-amber-950\/45 {
  border-top-color: rgb(69 26 3 / 0.45);
}
.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\/55 {
  border-top-color: rgb(69 26 3 / 0.55);
}
.border-t-amber-950\/60 {
  border-top-color: rgb(69 26 3 / 0.6);
}
.border-t-amber-950\/65 {
  border-top-color: rgb(69 26 3 / 0.65);
}
.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\/85 {
  border-top-color: rgb(69 26 3 / 0.85);
}
.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\/15 {
  border-top-color: rgb(0 0 0 / 0.15);
}
.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\/35 {
  border-top-color: rgb(0 0 0 / 0.35);
}
.border-t-black\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
}
.border-t-black\/45 {
  border-top-color: rgb(0 0 0 / 0.45);
}
.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\/55 {
  border-top-color: rgb(0 0 0 / 0.55);
}
.border-t-black\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
}
.border-t-black\/65 {
  border-top-color: rgb(0 0 0 / 0.65);
}
.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\/85 {
  border-top-color: rgb(0 0 0 / 0.85);
}
.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\/15 {
  border-top-color: rgb(219 234 254 / 0.15);
}
.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\/35 {
  border-top-color: rgb(219 234 254 / 0.35);
}
.border-t-blue-100\/40 {
  border-top-color: rgb(219 234 254 / 0.4);
}
.border-t-blue-100\/45 {
  border-top-color: rgb(219 234 254 / 0.45);
}
.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\/55 {
  border-top-color: rgb(219 234 254 / 0.55);
}
.border-t-blue-100\/60 {
  border-top-color: rgb(219 234 254 / 0.6);
}
.border-t-blue-100\/65 {
  border-top-color: rgb(219 234 254 / 0.65);
}
.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\/85 {
  border-top-color: rgb(219 234 254 / 0.85);
}
.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\/15 {
  border-top-color: rgb(191 219 254 / 0.15);
}
.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\/35 {
  border-top-color: rgb(191 219 254 / 0.35);
}
.border-t-blue-200\/40 {
  border-top-color: rgb(191 219 254 / 0.4);
}
.border-t-blue-200\/45 {
  border-top-color: rgb(191 219 254 / 0.45);
}
.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\/55 {
  border-top-color: rgb(191 219 254 / 0.55);
}
.border-t-blue-200\/60 {
  border-top-color: rgb(191 219 254 / 0.6);
}
.border-t-blue-200\/65 {
  border-top-color: rgb(191 219 254 / 0.65);
}
.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\/85 {
  border-top-color: rgb(191 219 254 / 0.85);
}
.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\/15 {
  border-top-color: rgb(147 197 253 / 0.15);
}
.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\/35 {
  border-top-color: rgb(147 197 253 / 0.35);
}
.border-t-blue-300\/40 {
  border-top-color: rgb(147 197 253 / 0.4);
}
.border-t-blue-300\/45 {
  border-top-color: rgb(147 197 253 / 0.45);
}
.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\/55 {
  border-top-color: rgb(147 197 253 / 0.55);
}
.border-t-blue-300\/60 {
  border-top-color: rgb(147 197 253 / 0.6);
}
.border-t-blue-300\/65 {
  border-top-color: rgb(147 197 253 / 0.65);
}
.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\/85 {
  border-top-color: rgb(147 197 253 / 0.85);
}
.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\/15 {
  border-top-color: rgb(96 165 250 / 0.15);
}
.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\/35 {
  border-top-color: rgb(96 165 250 / 0.35);
}
.border-t-blue-400\/40 {
  border-top-color: rgb(96 165 250 / 0.4);
}
.border-t-blue-400\/45 {
  border-top-color: rgb(96 165 250 / 0.45);
}
.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\/55 {
  border-top-color: rgb(96 165 250 / 0.55);
}
.border-t-blue-400\/60 {
  border-top-color: rgb(96 165 250 / 0.6);
}
.border-t-blue-400\/65 {
  border-top-color: rgb(96 165 250 / 0.65);
}
.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\/85 {
  border-top-color: rgb(96 165 250 / 0.85);
}
.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\/15 {
  border-top-color: rgb(239 246 255 / 0.15);
}
.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\/35 {
  border-top-color: rgb(239 246 255 / 0.35);
}
.border-t-blue-50\/40 {
  border-top-color: rgb(239 246 255 / 0.4);
}
.border-t-blue-50\/45 {
  border-top-color: rgb(239 246 255 / 0.45);
}
.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\/55 {
  border-top-color: rgb(239 246 255 / 0.55);
}
.border-t-blue-50\/60 {
  border-top-color: rgb(239 246 255 / 0.6);
}
.border-t-blue-50\/65 {
  border-top-color: rgb(239 246 255 / 0.65);
}
.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\/85 {
  border-top-color: rgb(239 246 255 / 0.85);
}
.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\/15 {
  border-top-color: rgb(59 130 246 / 0.15);
}
.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\/35 {
  border-top-color: rgb(59 130 246 / 0.35);
}
.border-t-blue-500\/40 {
  border-top-color: rgb(59 130 246 / 0.4);
}
.border-t-blue-500\/45 {
  border-top-color: rgb(59 130 246 / 0.45);
}
.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\/55 {
  border-top-color: rgb(59 130 246 / 0.55);
}
.border-t-blue-500\/60 {
  border-top-color: rgb(59 130 246 / 0.6);
}
.border-t-blue-500\/65 {
  border-top-color: rgb(59 130 246 / 0.65);
}
.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\/85 {
  border-top-color: rgb(59 130 246 / 0.85);
}
.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\/15 {
  border-top-color: rgb(37 99 235 / 0.15);
}
.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\/35 {
  border-top-color: rgb(37 99 235 / 0.35);
}
.border-t-blue-600\/40 {
  border-top-color: rgb(37 99 235 / 0.4);
}
.border-t-blue-600\/45 {
  border-top-color: rgb(37 99 235 / 0.45);
}
.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\/55 {
  border-top-color: rgb(37 99 235 / 0.55);
}
.border-t-blue-600\/60 {
  border-top-color: rgb(37 99 235 / 0.6);
}
.border-t-blue-600\/65 {
  border-top-color: rgb(37 99 235 / 0.65);
}
.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\/85 {
  border-top-color: rgb(37 99 235 / 0.85);
}
.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\/15 {
  border-top-color: rgb(29 78 216 / 0.15);
}
.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\/35 {
  border-top-color: rgb(29 78 216 / 0.35);
}
.border-t-blue-700\/40 {
  border-top-color: rgb(29 78 216 / 0.4);
}
.border-t-blue-700\/45 {
  border-top-color: rgb(29 78 216 / 0.45);
}
.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\/55 {
  border-top-color: rgb(29 78 216 / 0.55);
}
.border-t-blue-700\/60 {
  border-top-color: rgb(29 78 216 / 0.6);
}
.border-t-blue-700\/65 {
  border-top-color: rgb(29 78 216 / 0.65);
}
.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\/85 {
  border-top-color: rgb(29 78 216 / 0.85);
}
.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\/15 {
  border-top-color: rgb(30 64 175 / 0.15);
}
.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\/35 {
  border-top-color: rgb(30 64 175 / 0.35);
}
.border-t-blue-800\/40 {
  border-top-color: rgb(30 64 175 / 0.4);
}
.border-t-blue-800\/45 {
  border-top-color: rgb(30 64 175 / 0.45);
}
.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\/55 {
  border-top-color: rgb(30 64 175 / 0.55);
}
.border-t-blue-800\/60 {
  border-top-color: rgb(30 64 175 / 0.6);
}
.border-t-blue-800\/65 {
  border-top-color: rgb(30 64 175 / 0.65);
}
.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\/85 {
  border-top-color: rgb(30 64 175 / 0.85);
}
.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\/15 {
  border-top-color: rgb(30 58 138 / 0.15);
}
.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\/35 {
  border-top-color: rgb(30 58 138 / 0.35);
}
.border-t-blue-900\/40 {
  border-top-color: rgb(30 58 138 / 0.4);
}
.border-t-blue-900\/45 {
  border-top-color: rgb(30 58 138 / 0.45);
}
.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\/55 {
  border-top-color: rgb(30 58 138 / 0.55);
}
.border-t-blue-900\/60 {
  border-top-color: rgb(30 58 138 / 0.6);
}
.border-t-blue-900\/65 {
  border-top-color: rgb(30 58 138 / 0.65);
}
.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\/85 {
  border-top-color: rgb(30 58 138 / 0.85);
}
.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\/15 {
  border-top-color: rgb(23 37 84 / 0.15);
}
.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\/35 {
  border-top-color: rgb(23 37 84 / 0.35);
}
.border-t-blue-950\/40 {
  border-top-color: rgb(23 37 84 / 0.4);
}
.border-t-blue-950\/45 {
  border-top-color: rgb(23 37 84 / 0.45);
}
.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\/55 {
  border-top-color: rgb(23 37 84 / 0.55);
}
.border-t-blue-950\/60 {
  border-top-color: rgb(23 37 84 / 0.6);
}
.border-t-blue-950\/65 {
  border-top-color: rgb(23 37 84 / 0.65);
}
.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\/85 {
  border-top-color: rgb(23 37 84 / 0.85);
}
.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\/15 {
  border-top-color: rgb(207 250 254 / 0.15);
}
.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\/35 {
  border-top-color: rgb(207 250 254 / 0.35);
}
.border-t-cyan-100\/40 {
  border-top-color: rgb(207 250 254 / 0.4);
}
.border-t-cyan-100\/45 {
  border-top-color: rgb(207 250 254 / 0.45);
}
.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\/55 {
  border-top-color: rgb(207 250 254 / 0.55);
}
.border-t-cyan-100\/60 {
  border-top-color: rgb(207 250 254 / 0.6);
}
.border-t-cyan-100\/65 {
  border-top-color: rgb(207 250 254 / 0.65);
}
.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\/85 {
  border-top-color: rgb(207 250 254 / 0.85);
}
.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\/15 {
  border-top-color: rgb(165 243 252 / 0.15);
}
.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\/35 {
  border-top-color: rgb(165 243 252 / 0.35);
}
.border-t-cyan-200\/40 {
  border-top-color: rgb(165 243 252 / 0.4);
}
.border-t-cyan-200\/45 {
  border-top-color: rgb(165 243 252 / 0.45);
}
.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\/55 {
  border-top-color: rgb(165 243 252 / 0.55);
}
.border-t-cyan-200\/60 {
  border-top-color: rgb(165 243 252 / 0.6);
}
.border-t-cyan-200\/65 {
  border-top-color: rgb(165 243 252 / 0.65);
}
.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\/85 {
  border-top-color: rgb(165 243 252 / 0.85);
}
.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\/15 {
  border-top-color: rgb(103 232 249 / 0.15);
}
.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\/35 {
  border-top-color: rgb(103 232 249 / 0.35);
}
.border-t-cyan-300\/40 {
  border-top-color: rgb(103 232 249 / 0.4);
}
.border-t-cyan-300\/45 {
  border-top-color: rgb(103 232 249 / 0.45);
}
.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\/55 {
  border-top-color: rgb(103 232 249 / 0.55);
}
.border-t-cyan-300\/60 {
  border-top-color: rgb(103 232 249 / 0.6);
}
.border-t-cyan-300\/65 {
  border-top-color: rgb(103 232 249 / 0.65);
}
.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\/85 {
  border-top-color: rgb(103 232 249 / 0.85);
}
.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\/15 {
  border-top-color: rgb(34 211 238 / 0.15);
}
.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\/35 {
  border-top-color: rgb(34 211 238 / 0.35);
}
.border-t-cyan-400\/40 {
  border-top-color: rgb(34 211 238 / 0.4);
}
.border-t-cyan-400\/45 {
  border-top-color: rgb(34 211 238 / 0.45);
}
.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\/55 {
  border-top-color: rgb(34 211 238 / 0.55);
}
.border-t-cyan-400\/60 {
  border-top-color: rgb(34 211 238 / 0.6);
}
.border-t-cyan-400\/65 {
  border-top-color: rgb(34 211 238 / 0.65);
}
.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\/85 {
  border-top-color: rgb(34 211 238 / 0.85);
}
.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\/15 {
  border-top-color: rgb(236 254 255 / 0.15);
}
.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\/35 {
  border-top-color: rgb(236 254 255 / 0.35);
}
.border-t-cyan-50\/40 {
  border-top-color: rgb(236 254 255 / 0.4);
}
.border-t-cyan-50\/45 {
  border-top-color: rgb(236 254 255 / 0.45);
}
.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\/55 {
  border-top-color: rgb(236 254 255 / 0.55);
}
.border-t-cyan-50\/60 {
  border-top-color: rgb(236 254 255 / 0.6);
}
.border-t-cyan-50\/65 {
  border-top-color: rgb(236 254 255 / 0.65);
}
.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\/85 {
  border-top-color: rgb(236 254 255 / 0.85);
}
.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\/15 {
  border-top-color: rgb(6 182 212 / 0.15);
}
.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\/35 {
  border-top-color: rgb(6 182 212 / 0.35);
}
.border-t-cyan-500\/40 {
  border-top-color: rgb(6 182 212 / 0.4);
}
.border-t-cyan-500\/45 {
  border-top-color: rgb(6 182 212 / 0.45);
}
.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\/55 {
  border-top-color: rgb(6 182 212 / 0.55);
}
.border-t-cyan-500\/60 {
  border-top-color: rgb(6 182 212 / 0.6);
}
.border-t-cyan-500\/65 {
  border-top-color: rgb(6 182 212 / 0.65);
}
.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\/85 {
  border-top-color: rgb(6 182 212 / 0.85);
}
.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\/15 {
  border-top-color: rgb(8 145 178 / 0.15);
}
.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\/35 {
  border-top-color: rgb(8 145 178 / 0.35);
}
.border-t-cyan-600\/40 {
  border-top-color: rgb(8 145 178 / 0.4);
}
.border-t-cyan-600\/45 {
  border-top-color: rgb(8 145 178 / 0.45);
}
.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\/55 {
  border-top-color: rgb(8 145 178 / 0.55);
}
.border-t-cyan-600\/60 {
  border-top-color: rgb(8 145 178 / 0.6);
}
.border-t-cyan-600\/65 {
  border-top-color: rgb(8 145 178 / 0.65);
}
.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\/85 {
  border-top-color: rgb(8 145 178 / 0.85);
}
.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\/15 {
  border-top-color: rgb(14 116 144 / 0.15);
}
.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\/35 {
  border-top-color: rgb(14 116 144 / 0.35);
}
.border-t-cyan-700\/40 {
  border-top-color: rgb(14 116 144 / 0.4);
}
.border-t-cyan-700\/45 {
  border-top-color: rgb(14 116 144 / 0.45);
}
.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\/55 {
  border-top-color: rgb(14 116 144 / 0.55);
}
.border-t-cyan-700\/60 {
  border-top-color: rgb(14 116 144 / 0.6);
}
.border-t-cyan-700\/65 {
  border-top-color: rgb(14 116 144 / 0.65);
}
.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\/85 {
  border-top-color: rgb(14 116 144 / 0.85);
}
.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\/15 {
  border-top-color: rgb(21 94 117 / 0.15);
}
.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\/35 {
  border-top-color: rgb(21 94 117 / 0.35);
}
.border-t-cyan-800\/40 {
  border-top-color: rgb(21 94 117 / 0.4);
}
.border-t-cyan-800\/45 {
  border-top-color: rgb(21 94 117 / 0.45);
}
.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\/55 {
  border-top-color: rgb(21 94 117 / 0.55);
}
.border-t-cyan-800\/60 {
  border-top-color: rgb(21 94 117 / 0.6);
}
.border-t-cyan-800\/65 {
  border-top-color: rgb(21 94 117 / 0.65);
}
.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\/85 {
  border-top-color: rgb(21 94 117 / 0.85);
}
.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\/15 {
  border-top-color: rgb(22 78 99 / 0.15);
}
.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\/35 {
  border-top-color: rgb(22 78 99 / 0.35);
}
.border-t-cyan-900\/40 {
  border-top-color: rgb(22 78 99 / 0.4);
}
.border-t-cyan-900\/45 {
  border-top-color: rgb(22 78 99 / 0.45);
}
.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\/55 {
  border-top-color: rgb(22 78 99 / 0.55);
}
.border-t-cyan-900\/60 {
  border-top-color: rgb(22 78 99 / 0.6);
}
.border-t-cyan-900\/65 {
  border-top-color: rgb(22 78 99 / 0.65);
}
.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\/85 {
  border-top-color: rgb(22 78 99 / 0.85);
}
.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\/15 {
  border-top-color: rgb(8 51 68 / 0.15);
}
.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\/35 {
  border-top-color: rgb(8 51 68 / 0.35);
}
.border-t-cyan-950\/40 {
  border-top-color: rgb(8 51 68 / 0.4);
}
.border-t-cyan-950\/45 {
  border-top-color: rgb(8 51 68 / 0.45);
}
.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\/55 {
  border-top-color: rgb(8 51 68 / 0.55);
}
.border-t-cyan-950\/60 {
  border-top-color: rgb(8 51 68 / 0.6);
}
.border-t-cyan-950\/65 {
  border-top-color: rgb(8 51 68 / 0.65);
}
.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\/85 {
  border-top-color: rgb(8 51 68 / 0.85);
}
.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\/15 {
  border-top-color: rgb(209 250 229 / 0.15);
}
.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\/35 {
  border-top-color: rgb(209 250 229 / 0.35);
}
.border-t-emerald-100\/40 {
  border-top-color: rgb(209 250 229 / 0.4);
}
.border-t-emerald-100\/45 {
  border-top-color: rgb(209 250 229 / 0.45);
}
.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\/55 {
  border-top-color: rgb(209 250 229 / 0.55);
}
.border-t-emerald-100\/60 {
  border-top-color: rgb(209 250 229 / 0.6);
}
.border-t-emerald-100\/65 {
  border-top-color: rgb(209 250 229 / 0.65);
}
.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\/85 {
  border-top-color: rgb(209 250 229 / 0.85);
}
.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\/15 {
  border-top-color: rgb(167 243 208 / 0.15);
}
.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\/35 {
  border-top-color: rgb(167 243 208 / 0.35);
}
.border-t-emerald-200\/40 {
  border-top-color: rgb(167 243 208 / 0.4);
}
.border-t-emerald-200\/45 {
  border-top-color: rgb(167 243 208 / 0.45);
}
.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\/55 {
  border-top-color: rgb(167 243 208 / 0.55);
}
.border-t-emerald-200\/60 {
  border-top-color: rgb(167 243 208 / 0.6);
}
.border-t-emerald-200\/65 {
  border-top-color: rgb(167 243 208 / 0.65);
}
.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\/85 {
  border-top-color: rgb(167 243 208 / 0.85);
}
.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\/15 {
  border-top-color: rgb(110 231 183 / 0.15);
}
.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\/35 {
  border-top-color: rgb(110 231 183 / 0.35);
}
.border-t-emerald-300\/40 {
  border-top-color: rgb(110 231 183 / 0.4);
}
.border-t-emerald-300\/45 {
  border-top-color: rgb(110 231 183 / 0.45);
}
.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\/55 {
  border-top-color: rgb(110 231 183 / 0.55);
}
.border-t-emerald-300\/60 {
  border-top-color: rgb(110 231 183 / 0.6);
}
.border-t-emerald-300\/65 {
  border-top-color: rgb(110 231 183 / 0.65);
}
.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\/85 {
  border-top-color: rgb(110 231 183 / 0.85);
}
.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\/15 {
  border-top-color: rgb(52 211 153 / 0.15);
}
.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\/35 {
  border-top-color: rgb(52 211 153 / 0.35);
}
.border-t-emerald-400\/40 {
  border-top-color: rgb(52 211 153 / 0.4);
}
.border-t-emerald-400\/45 {
  border-top-color: rgb(52 211 153 / 0.45);
}
.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\/55 {
  border-top-color: rgb(52 211 153 / 0.55);
}
.border-t-emerald-400\/60 {
  border-top-color: rgb(52 211 153 / 0.6);
}
.border-t-emerald-400\/65 {
  border-top-color: rgb(52 211 153 / 0.65);
}
.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\/85 {
  border-top-color: rgb(52 211 153 / 0.85);
}
.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\/15 {
  border-top-color: rgb(236 253 245 / 0.15);
}
.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\/35 {
  border-top-color: rgb(236 253 245 / 0.35);
}
.border-t-emerald-50\/40 {
  border-top-color: rgb(236 253 245 / 0.4);
}
.border-t-emerald-50\/45 {
  border-top-color: rgb(236 253 245 / 0.45);
}
.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\/55 {
  border-top-color: rgb(236 253 245 / 0.55);
}
.border-t-emerald-50\/60 {
  border-top-color: rgb(236 253 245 / 0.6);
}
.border-t-emerald-50\/65 {
  border-top-color: rgb(236 253 245 / 0.65);
}
.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\/85 {
  border-top-color: rgb(236 253 245 / 0.85);
}
.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\/15 {
  border-top-color: rgb(16 185 129 / 0.15);
}
.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\/35 {
  border-top-color: rgb(16 185 129 / 0.35);
}
.border-t-emerald-500\/40 {
  border-top-color: rgb(16 185 129 / 0.4);
}
.border-t-emerald-500\/45 {
  border-top-color: rgb(16 185 129 / 0.45);
}
.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\/55 {
  border-top-color: rgb(16 185 129 / 0.55);
}
.border-t-emerald-500\/60 {
  border-top-color: rgb(16 185 129 / 0.6);
}
.border-t-emerald-500\/65 {
  border-top-color: rgb(16 185 129 / 0.65);
}
.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\/85 {
  border-top-color: rgb(16 185 129 / 0.85);
}
.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\/15 {
  border-top-color: rgb(5 150 105 / 0.15);
}
.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\/35 {
  border-top-color: rgb(5 150 105 / 0.35);
}
.border-t-emerald-600\/40 {
  border-top-color: rgb(5 150 105 / 0.4);
}
.border-t-emerald-600\/45 {
  border-top-color: rgb(5 150 105 / 0.45);
}
.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\/55 {
  border-top-color: rgb(5 150 105 / 0.55);
}
.border-t-emerald-600\/60 {
  border-top-color: rgb(5 150 105 / 0.6);
}
.border-t-emerald-600\/65 {
  border-top-color: rgb(5 150 105 / 0.65);
}
.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\/85 {
  border-top-color: rgb(5 150 105 / 0.85);
}
.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\/15 {
  border-top-color: rgb(4 120 87 / 0.15);
}
.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\/35 {
  border-top-color: rgb(4 120 87 / 0.35);
}
.border-t-emerald-700\/40 {
  border-top-color: rgb(4 120 87 / 0.4);
}
.border-t-emerald-700\/45 {
  border-top-color: rgb(4 120 87 / 0.45);
}
.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\/55 {
  border-top-color: rgb(4 120 87 / 0.55);
}
.border-t-emerald-700\/60 {
  border-top-color: rgb(4 120 87 / 0.6);
}
.border-t-emerald-700\/65 {
  border-top-color: rgb(4 120 87 / 0.65);
}
.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\/85 {
  border-top-color: rgb(4 120 87 / 0.85);
}
.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\/15 {
  border-top-color: rgb(6 95 70 / 0.15);
}
.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\/35 {
  border-top-color: rgb(6 95 70 / 0.35);
}
.border-t-emerald-800\/40 {
  border-top-color: rgb(6 95 70 / 0.4);
}
.border-t-emerald-800\/45 {
  border-top-color: rgb(6 95 70 / 0.45);
}
.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\/55 {
  border-top-color: rgb(6 95 70 / 0.55);
}
.border-t-emerald-800\/60 {
  border-top-color: rgb(6 95 70 / 0.6);
}
.border-t-emerald-800\/65 {
  border-top-color: rgb(6 95 70 / 0.65);
}
.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\/85 {
  border-top-color: rgb(6 95 70 / 0.85);
}
.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\/15 {
  border-top-color: rgb(6 78 59 / 0.15);
}
.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\/35 {
  border-top-color: rgb(6 78 59 / 0.35);
}
.border-t-emerald-900\/40 {
  border-top-color: rgb(6 78 59 / 0.4);
}
.border-t-emerald-900\/45 {
  border-top-color: rgb(6 78 59 / 0.45);
}
.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\/55 {
  border-top-color: rgb(6 78 59 / 0.55);
}
.border-t-emerald-900\/60 {
  border-top-color: rgb(6 78 59 / 0.6);
}
.border-t-emerald-900\/65 {
  border-top-color: rgb(6 78 59 / 0.65);
}
.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\/85 {
  border-top-color: rgb(6 78 59 / 0.85);
}
.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\/15 {
  border-top-color: rgb(2 44 34 / 0.15);
}
.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\/35 {
  border-top-color: rgb(2 44 34 / 0.35);
}
.border-t-emerald-950\/40 {
  border-top-color: rgb(2 44 34 / 0.4);
}
.border-t-emerald-950\/45 {
  border-top-color: rgb(2 44 34 / 0.45);
}
.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\/55 {
  border-top-color: rgb(2 44 34 / 0.55);
}
.border-t-emerald-950\/60 {
  border-top-color: rgb(2 44 34 / 0.6);
}
.border-t-emerald-950\/65 {
  border-top-color: rgb(2 44 34 / 0.65);
}
.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\/85 {
  border-top-color: rgb(2 44 34 / 0.85);
}
.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-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\/15 {
  border-top-color: rgb(250 232 255 / 0.15);
}
.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\/35 {
  border-top-color: rgb(250 232 255 / 0.35);
}
.border-t-fuchsia-100\/40 {
  border-top-color: rgb(250 232 255 / 0.4);
}
.border-t-fuchsia-100\/45 {
  border-top-color: rgb(250 232 255 / 0.45);
}
.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\/55 {
  border-top-color: rgb(250 232 255 / 0.55);
}
.border-t-fuchsia-100\/60 {
  border-top-color: rgb(250 232 255 / 0.6);
}
.border-t-fuchsia-100\/65 {
  border-top-color: rgb(250 232 255 / 0.65);
}
.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\/85 {
  border-top-color: rgb(250 232 255 / 0.85);
}
.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\/15 {
  border-top-color: rgb(245 208 254 / 0.15);
}
.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\/35 {
  border-top-color: rgb(245 208 254 / 0.35);
}
.border-t-fuchsia-200\/40 {
  border-top-color: rgb(245 208 254 / 0.4);
}
.border-t-fuchsia-200\/45 {
  border-top-color: rgb(245 208 254 / 0.45);
}
.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\/55 {
  border-top-color: rgb(245 208 254 / 0.55);
}
.border-t-fuchsia-200\/60 {
  border-top-color: rgb(245 208 254 / 0.6);
}
.border-t-fuchsia-200\/65 {
  border-top-color: rgb(245 208 254 / 0.65);
}
.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\/85 {
  border-top-color: rgb(245 208 254 / 0.85);
}
.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\/15 {
  border-top-color: rgb(240 171 252 / 0.15);
}
.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\/35 {
  border-top-color: rgb(240 171 252 / 0.35);
}
.border-t-fuchsia-300\/40 {
  border-top-color: rgb(240 171 252 / 0.4);
}
.border-t-fuchsia-300\/45 {
  border-top-color: rgb(240 171 252 / 0.45);
}
.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\/55 {
  border-top-color: rgb(240 171 252 / 0.55);
}
.border-t-fuchsia-300\/60 {
  border-top-color: rgb(240 171 252 / 0.6);
}
.border-t-fuchsia-300\/65 {
  border-top-color: rgb(240 171 252 / 0.65);
}
.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\/85 {
  border-top-color: rgb(240 171 252 / 0.85);
}
.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\/15 {
  border-top-color: rgb(232 121 249 / 0.15);
}
.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\/35 {
  border-top-color: rgb(232 121 249 / 0.35);
}
.border-t-fuchsia-400\/40 {
  border-top-color: rgb(232 121 249 / 0.4);
}
.border-t-fuchsia-400\/45 {
  border-top-color: rgb(232 121 249 / 0.45);
}
.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\/55 {
  border-top-color: rgb(232 121 249 / 0.55);
}
.border-t-fuchsia-400\/60 {
  border-top-color: rgb(232 121 249 / 0.6);
}
.border-t-fuchsia-400\/65 {
  border-top-color: rgb(232 121 249 / 0.65);
}
.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\/85 {
  border-top-color: rgb(232 121 249 / 0.85);
}
.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\/15 {
  border-top-color: rgb(253 244 255 / 0.15);
}
.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\/35 {
  border-top-color: rgb(253 244 255 / 0.35);
}
.border-t-fuchsia-50\/40 {
  border-top-color: rgb(253 244 255 / 0.4);
}
.border-t-fuchsia-50\/45 {
  border-top-color: rgb(253 244 255 / 0.45);
}
.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\/55 {
  border-top-color: rgb(253 244 255 / 0.55);
}
.border-t-fuchsia-50\/60 {
  border-top-color: rgb(253 244 255 / 0.6);
}
.border-t-fuchsia-50\/65 {
  border-top-color: rgb(253 244 255 / 0.65);
}
.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\/85 {
  border-top-color: rgb(253 244 255 / 0.85);
}
.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\/15 {
  border-top-color: rgb(217 70 239 / 0.15);
}
.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\/35 {
  border-top-color: rgb(217 70 239 / 0.35);
}
.border-t-fuchsia-500\/40 {
  border-top-color: rgb(217 70 239 / 0.4);
}
.border-t-fuchsia-500\/45 {
  border-top-color: rgb(217 70 239 / 0.45);
}
.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\/55 {
  border-top-color: rgb(217 70 239 / 0.55);
}
.border-t-fuchsia-500\/60 {
  border-top-color: rgb(217 70 239 / 0.6);
}
.border-t-fuchsia-500\/65 {
  border-top-color: rgb(217 70 239 / 0.65);
}
.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\/85 {
  border-top-color: rgb(217 70 239 / 0.85);
}
.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\/15 {
  border-top-color: rgb(192 38 211 / 0.15);
}
.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\/35 {
  border-top-color: rgb(192 38 211 / 0.35);
}
.border-t-fuchsia-600\/40 {
  border-top-color: rgb(192 38 211 / 0.4);
}
.border-t-fuchsia-600\/45 {
  border-top-color: rgb(192 38 211 / 0.45);
}
.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\/55 {
  border-top-color: rgb(192 38 211 / 0.55);
}
.border-t-fuchsia-600\/60 {
  border-top-color: rgb(192 38 211 / 0.6);
}
.border-t-fuchsia-600\/65 {
  border-top-color: rgb(192 38 211 / 0.65);
}
.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\/85 {
  border-top-color: rgb(192 38 211 / 0.85);
}
.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\/15 {
  border-top-color: rgb(162 28 175 / 0.15);
}
.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\/35 {
  border-top-color: rgb(162 28 175 / 0.35);
}
.border-t-fuchsia-700\/40 {
  border-top-color: rgb(162 28 175 / 0.4);
}
.border-t-fuchsia-700\/45 {
  border-top-color: rgb(162 28 175 / 0.45);
}
.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\/55 {
  border-top-color: rgb(162 28 175 / 0.55);
}
.border-t-fuchsia-700\/60 {
  border-top-color: rgb(162 28 175 / 0.6);
}
.border-t-fuchsia-700\/65 {
  border-top-color: rgb(162 28 175 / 0.65);
}
.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\/85 {
  border-top-color: rgb(162 28 175 / 0.85);
}
.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\/15 {
  border-top-color: rgb(134 25 143 / 0.15);
}
.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\/35 {
  border-top-color: rgb(134 25 143 / 0.35);
}
.border-t-fuchsia-800\/40 {
  border-top-color: rgb(134 25 143 / 0.4);
}
.border-t-fuchsia-800\/45 {
  border-top-color: rgb(134 25 143 / 0.45);
}
.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\/55 {
  border-top-color: rgb(134 25 143 / 0.55);
}
.border-t-fuchsia-800\/60 {
  border-top-color: rgb(134 25 143 / 0.6);
}
.border-t-fuchsia-800\/65 {
  border-top-color: rgb(134 25 143 / 0.65);
}
.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\/85 {
  border-top-color: rgb(134 25 143 / 0.85);
}
.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\/15 {
  border-top-color: rgb(112 26 117 / 0.15);
}
.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\/35 {
  border-top-color: rgb(112 26 117 / 0.35);
}
.border-t-fuchsia-900\/40 {
  border-top-color: rgb(112 26 117 / 0.4);
}
.border-t-fuchsia-900\/45 {
  border-top-color: rgb(112 26 117 / 0.45);
}
.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\/55 {
  border-top-color: rgb(112 26 117 / 0.55);
}
.border-t-fuchsia-900\/60 {
  border-top-color: rgb(112 26 117 / 0.6);
}
.border-t-fuchsia-900\/65 {
  border-top-color: rgb(112 26 117 / 0.65);
}
.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\/85 {
  border-top-color: rgb(112 26 117 / 0.85);
}
.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\/15 {
  border-top-color: rgb(74 4 78 / 0.15);
}
.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\/35 {
  border-top-color: rgb(74 4 78 / 0.35);
}
.border-t-fuchsia-950\/40 {
  border-top-color: rgb(74 4 78 / 0.4);
}
.border-t-fuchsia-950\/45 {
  border-top-color: rgb(74 4 78 / 0.45);
}
.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\/55 {
  border-top-color: rgb(74 4 78 / 0.55);
}
.border-t-fuchsia-950\/60 {
  border-top-color: rgb(74 4 78 / 0.6);
}
.border-t-fuchsia-950\/65 {
  border-top-color: rgb(74 4 78 / 0.65);
}
.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\/85 {
  border-top-color: rgb(74 4 78 / 0.85);
}
.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\/15 {
  border-top-color: rgb(243 244 246 / 0.15);
}
.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\/35 {
  border-top-color: rgb(243 244 246 / 0.35);
}
.border-t-gray-100\/40 {
  border-top-color: rgb(243 244 246 / 0.4);
}
.border-t-gray-100\/45 {
  border-top-color: rgb(243 244 246 / 0.45);
}
.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\/55 {
  border-top-color: rgb(243 244 246 / 0.55);
}
.border-t-gray-100\/60 {
  border-top-color: rgb(243 244 246 / 0.6);
}
.border-t-gray-100\/65 {
  border-top-color: rgb(243 244 246 / 0.65);
}
.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\/85 {
  border-top-color: rgb(243 244 246 / 0.85);
}
.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\/15 {
  border-top-color: rgb(229 231 235 / 0.15);
}
.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\/35 {
  border-top-color: rgb(229 231 235 / 0.35);
}
.border-t-gray-200\/40 {
  border-top-color: rgb(229 231 235 / 0.4);
}
.border-t-gray-200\/45 {
  border-top-color: rgb(229 231 235 / 0.45);
}
.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\/55 {
  border-top-color: rgb(229 231 235 / 0.55);
}
.border-t-gray-200\/60 {
  border-top-color: rgb(229 231 235 / 0.6);
}
.border-t-gray-200\/65 {
  border-top-color: rgb(229 231 235 / 0.65);
}
.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\/85 {
  border-top-color: rgb(229 231 235 / 0.85);
}
.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\/15 {
  border-top-color: rgb(209 213 219 / 0.15);
}
.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\/35 {
  border-top-color: rgb(209 213 219 / 0.35);
}
.border-t-gray-300\/40 {
  border-top-color: rgb(209 213 219 / 0.4);
}
.border-t-gray-300\/45 {
  border-top-color: rgb(209 213 219 / 0.45);
}
.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\/55 {
  border-top-color: rgb(209 213 219 / 0.55);
}
.border-t-gray-300\/60 {
  border-top-color: rgb(209 213 219 / 0.6);
}
.border-t-gray-300\/65 {
  border-top-color: rgb(209 213 219 / 0.65);
}
.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\/85 {
  border-top-color: rgb(209 213 219 / 0.85);
}
.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\/15 {
  border-top-color: rgb(156 163 175 / 0.15);
}
.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\/35 {
  border-top-color: rgb(156 163 175 / 0.35);
}
.border-t-gray-400\/40 {
  border-top-color: rgb(156 163 175 / 0.4);
}
.border-t-gray-400\/45 {
  border-top-color: rgb(156 163 175 / 0.45);
}
.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\/55 {
  border-top-color: rgb(156 163 175 / 0.55);
}
.border-t-gray-400\/60 {
  border-top-color: rgb(156 163 175 / 0.6);
}
.border-t-gray-400\/65 {
  border-top-color: rgb(156 163 175 / 0.65);
}
.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\/85 {
  border-top-color: rgb(156 163 175 / 0.85);
}
.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\/15 {
  border-top-color: rgb(249 250 251 / 0.15);
}
.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\/35 {
  border-top-color: rgb(249 250 251 / 0.35);
}
.border-t-gray-50\/40 {
  border-top-color: rgb(249 250 251 / 0.4);
}
.border-t-gray-50\/45 {
  border-top-color: rgb(249 250 251 / 0.45);
}
.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\/55 {
  border-top-color: rgb(249 250 251 / 0.55);
}
.border-t-gray-50\/60 {
  border-top-color: rgb(249 250 251 / 0.6);
}
.border-t-gray-50\/65 {
  border-top-color: rgb(249 250 251 / 0.65);
}
.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\/85 {
  border-top-color: rgb(249 250 251 / 0.85);
}
.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\/15 {
  border-top-color: rgb(107 114 128 / 0.15);
}
.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\/35 {
  border-top-color: rgb(107 114 128 / 0.35);
}
.border-t-gray-500\/40 {
  border-top-color: rgb(107 114 128 / 0.4);
}
.border-t-gray-500\/45 {
  border-top-color: rgb(107 114 128 / 0.45);
}
.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\/55 {
  border-top-color: rgb(107 114 128 / 0.55);
}
.border-t-gray-500\/60 {
  border-top-color: rgb(107 114 128 / 0.6);
}
.border-t-gray-500\/65 {
  border-top-color: rgb(107 114 128 / 0.65);
}
.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\/85 {
  border-top-color: rgb(107 114 128 / 0.85);
}
.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\/15 {
  border-top-color: rgb(75 85 99 / 0.15);
}
.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\/35 {
  border-top-color: rgb(75 85 99 / 0.35);
}
.border-t-gray-600\/40 {
  border-top-color: rgb(75 85 99 / 0.4);
}
.border-t-gray-600\/45 {
  border-top-color: rgb(75 85 99 / 0.45);
}
.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\/55 {
  border-top-color: rgb(75 85 99 / 0.55);
}
.border-t-gray-600\/60 {
  border-top-color: rgb(75 85 99 / 0.6);
}
.border-t-gray-600\/65 {
  border-top-color: rgb(75 85 99 / 0.65);
}
.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\/85 {
  border-top-color: rgb(75 85 99 / 0.85);
}
.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\/15 {
  border-top-color: rgb(55 65 81 / 0.15);
}
.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\/35 {
  border-top-color: rgb(55 65 81 / 0.35);
}
.border-t-gray-700\/40 {
  border-top-color: rgb(55 65 81 / 0.4);
}
.border-t-gray-700\/45 {
  border-top-color: rgb(55 65 81 / 0.45);
}
.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\/55 {
  border-top-color: rgb(55 65 81 / 0.55);
}
.border-t-gray-700\/60 {
  border-top-color: rgb(55 65 81 / 0.6);
}
.border-t-gray-700\/65 {
  border-top-color: rgb(55 65 81 / 0.65);
}
.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\/85 {
  border-top-color: rgb(55 65 81 / 0.85);
}
.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\/15 {
  border-top-color: rgb(31 41 55 / 0.15);
}
.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\/35 {
  border-top-color: rgb(31 41 55 / 0.35);
}
.border-t-gray-800\/40 {
  border-top-color: rgb(31 41 55 / 0.4);
}
.border-t-gray-800\/45 {
  border-top-color: rgb(31 41 55 / 0.45);
}
.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\/55 {
  border-top-color: rgb(31 41 55 / 0.55);
}
.border-t-gray-800\/60 {
  border-top-color: rgb(31 41 55 / 0.6);
}
.border-t-gray-800\/65 {
  border-top-color: rgb(31 41 55 / 0.65);
}
.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\/85 {
  border-top-color: rgb(31 41 55 / 0.85);
}
.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\/15 {
  border-top-color: rgb(17 24 39 / 0.15);
}
.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\/35 {
  border-top-color: rgb(17 24 39 / 0.35);
}
.border-t-gray-900\/40 {
  border-top-color: rgb(17 24 39 / 0.4);
}
.border-t-gray-900\/45 {
  border-top-color: rgb(17 24 39 / 0.45);
}
.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\/55 {
  border-top-color: rgb(17 24 39 / 0.55);
}
.border-t-gray-900\/60 {
  border-top-color: rgb(17 24 39 / 0.6);
}
.border-t-gray-900\/65 {
  border-top-color: rgb(17 24 39 / 0.65);
}
.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\/85 {
  border-top-color: rgb(17 24 39 / 0.85);
}
.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\/15 {
  border-top-color: rgb(3 7 18 / 0.15);
}
.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\/35 {
  border-top-color: rgb(3 7 18 / 0.35);
}
.border-t-gray-950\/40 {
  border-top-color: rgb(3 7 18 / 0.4);
}
.border-t-gray-950\/45 {
  border-top-color: rgb(3 7 18 / 0.45);
}
.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\/55 {
  border-top-color: rgb(3 7 18 / 0.55);
}
.border-t-gray-950\/60 {
  border-top-color: rgb(3 7 18 / 0.6);
}
.border-t-gray-950\/65 {
  border-top-color: rgb(3 7 18 / 0.65);
}
.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\/85 {
  border-top-color: rgb(3 7 18 / 0.85);
}
.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\/15 {
  border-top-color: rgb(220 252 231 / 0.15);
}
.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\/35 {
  border-top-color: rgb(220 252 231 / 0.35);
}
.border-t-green-100\/40 {
  border-top-color: rgb(220 252 231 / 0.4);
}
.border-t-green-100\/45 {
  border-top-color: rgb(220 252 231 / 0.45);
}
.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\/55 {
  border-top-color: rgb(220 252 231 / 0.55);
}
.border-t-green-100\/60 {
  border-top-color: rgb(220 252 231 / 0.6);
}
.border-t-green-100\/65 {
  border-top-color: rgb(220 252 231 / 0.65);
}
.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\/85 {
  border-top-color: rgb(220 252 231 / 0.85);
}
.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\/15 {
  border-top-color: rgb(187 247 208 / 0.15);
}
.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\/35 {
  border-top-color: rgb(187 247 208 / 0.35);
}
.border-t-green-200\/40 {
  border-top-color: rgb(187 247 208 / 0.4);
}
.border-t-green-200\/45 {
  border-top-color: rgb(187 247 208 / 0.45);
}
.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\/55 {
  border-top-color: rgb(187 247 208 / 0.55);
}
.border-t-green-200\/60 {
  border-top-color: rgb(187 247 208 / 0.6);
}
.border-t-green-200\/65 {
  border-top-color: rgb(187 247 208 / 0.65);
}
.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\/85 {
  border-top-color: rgb(187 247 208 / 0.85);
}
.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\/15 {
  border-top-color: rgb(134 239 172 / 0.15);
}
.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\/35 {
  border-top-color: rgb(134 239 172 / 0.35);
}
.border-t-green-300\/40 {
  border-top-color: rgb(134 239 172 / 0.4);
}
.border-t-green-300\/45 {
  border-top-color: rgb(134 239 172 / 0.45);
}
.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\/55 {
  border-top-color: rgb(134 239 172 / 0.55);
}
.border-t-green-300\/60 {
  border-top-color: rgb(134 239 172 / 0.6);
}
.border-t-green-300\/65 {
  border-top-color: rgb(134 239 172 / 0.65);
}
.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\/85 {
  border-top-color: rgb(134 239 172 / 0.85);
}
.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\/15 {
  border-top-color: rgb(74 222 128 / 0.15);
}
.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\/35 {
  border-top-color: rgb(74 222 128 / 0.35);
}
.border-t-green-400\/40 {
  border-top-color: rgb(74 222 128 / 0.4);
}
.border-t-green-400\/45 {
  border-top-color: rgb(74 222 128 / 0.45);
}
.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\/55 {
  border-top-color: rgb(74 222 128 / 0.55);
}
.border-t-green-400\/60 {
  border-top-color: rgb(74 222 128 / 0.6);
}
.border-t-green-400\/65 {
  border-top-color: rgb(74 222 128 / 0.65);
}
.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\/85 {
  border-top-color: rgb(74 222 128 / 0.85);
}
.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\/15 {
  border-top-color: rgb(240 253 244 / 0.15);
}
.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\/35 {
  border-top-color: rgb(240 253 244 / 0.35);
}
.border-t-green-50\/40 {
  border-top-color: rgb(240 253 244 / 0.4);
}
.border-t-green-50\/45 {
  border-top-color: rgb(240 253 244 / 0.45);
}
.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\/55 {
  border-top-color: rgb(240 253 244 / 0.55);
}
.border-t-green-50\/60 {
  border-top-color: rgb(240 253 244 / 0.6);
}
.border-t-green-50\/65 {
  border-top-color: rgb(240 253 244 / 0.65);
}
.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\/85 {
  border-top-color: rgb(240 253 244 / 0.85);
}
.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\/15 {
  border-top-color: rgb(34 197 94 / 0.15);
}
.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\/35 {
  border-top-color: rgb(34 197 94 / 0.35);
}
.border-t-green-500\/40 {
  border-top-color: rgb(34 197 94 / 0.4);
}
.border-t-green-500\/45 {
  border-top-color: rgb(34 197 94 / 0.45);
}
.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\/55 {
  border-top-color: rgb(34 197 94 / 0.55);
}
.border-t-green-500\/60 {
  border-top-color: rgb(34 197 94 / 0.6);
}
.border-t-green-500\/65 {
  border-top-color: rgb(34 197 94 / 0.65);
}
.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\/85 {
  border-top-color: rgb(34 197 94 / 0.85);
}
.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\/15 {
  border-top-color: rgb(22 163 74 / 0.15);
}
.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\/35 {
  border-top-color: rgb(22 163 74 / 0.35);
}
.border-t-green-600\/40 {
  border-top-color: rgb(22 163 74 / 0.4);
}
.border-t-green-600\/45 {
  border-top-color: rgb(22 163 74 / 0.45);
}
.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\/55 {
  border-top-color: rgb(22 163 74 / 0.55);
}
.border-t-green-600\/60 {
  border-top-color: rgb(22 163 74 / 0.6);
}
.border-t-green-600\/65 {
  border-top-color: rgb(22 163 74 / 0.65);
}
.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\/85 {
  border-top-color: rgb(22 163 74 / 0.85);
}
.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\/15 {
  border-top-color: rgb(21 128 61 / 0.15);
}
.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\/35 {
  border-top-color: rgb(21 128 61 / 0.35);
}
.border-t-green-700\/40 {
  border-top-color: rgb(21 128 61 / 0.4);
}
.border-t-green-700\/45 {
  border-top-color: rgb(21 128 61 / 0.45);
}
.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\/55 {
  border-top-color: rgb(21 128 61 / 0.55);
}
.border-t-green-700\/60 {
  border-top-color: rgb(21 128 61 / 0.6);
}
.border-t-green-700\/65 {
  border-top-color: rgb(21 128 61 / 0.65);
}
.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\/85 {
  border-top-color: rgb(21 128 61 / 0.85);
}
.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\/15 {
  border-top-color: rgb(22 101 52 / 0.15);
}
.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\/35 {
  border-top-color: rgb(22 101 52 / 0.35);
}
.border-t-green-800\/40 {
  border-top-color: rgb(22 101 52 / 0.4);
}
.border-t-green-800\/45 {
  border-top-color: rgb(22 101 52 / 0.45);
}
.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\/55 {
  border-top-color: rgb(22 101 52 / 0.55);
}
.border-t-green-800\/60 {
  border-top-color: rgb(22 101 52 / 0.6);
}
.border-t-green-800\/65 {
  border-top-color: rgb(22 101 52 / 0.65);
}
.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\/85 {
  border-top-color: rgb(22 101 52 / 0.85);
}
.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\/15 {
  border-top-color: rgb(20 83 45 / 0.15);
}
.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\/35 {
  border-top-color: rgb(20 83 45 / 0.35);
}
.border-t-green-900\/40 {
  border-top-color: rgb(20 83 45 / 0.4);
}
.border-t-green-900\/45 {
  border-top-color: rgb(20 83 45 / 0.45);
}
.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\/55 {
  border-top-color: rgb(20 83 45 / 0.55);
}
.border-t-green-900\/60 {
  border-top-color: rgb(20 83 45 / 0.6);
}
.border-t-green-900\/65 {
  border-top-color: rgb(20 83 45 / 0.65);
}
.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\/85 {
  border-top-color: rgb(20 83 45 / 0.85);
}
.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\/15 {
  border-top-color: rgb(5 46 22 / 0.15);
}
.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\/35 {
  border-top-color: rgb(5 46 22 / 0.35);
}
.border-t-green-950\/40 {
  border-top-color: rgb(5 46 22 / 0.4);
}
.border-t-green-950\/45 {
  border-top-color: rgb(5 46 22 / 0.45);
}
.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\/55 {
  border-top-color: rgb(5 46 22 / 0.55);
}
.border-t-green-950\/60 {
  border-top-color: rgb(5 46 22 / 0.6);
}
.border-t-green-950\/65 {
  border-top-color: rgb(5 46 22 / 0.65);
}
.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\/85 {
  border-top-color: rgb(5 46 22 / 0.85);
}
.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\/15 {
  border-top-color: rgb(224 231 255 / 0.15);
}
.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\/35 {
  border-top-color: rgb(224 231 255 / 0.35);
}
.border-t-indigo-100\/40 {
  border-top-color: rgb(224 231 255 / 0.4);
}
.border-t-indigo-100\/45 {
  border-top-color: rgb(224 231 255 / 0.45);
}
.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\/55 {
  border-top-color: rgb(224 231 255 / 0.55);
}
.border-t-indigo-100\/60 {
  border-top-color: rgb(224 231 255 / 0.6);
}
.border-t-indigo-100\/65 {
  border-top-color: rgb(224 231 255 / 0.65);
}
.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\/85 {
  border-top-color: rgb(224 231 255 / 0.85);
}
.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\/15 {
  border-top-color: rgb(199 210 254 / 0.15);
}
.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\/35 {
  border-top-color: rgb(199 210 254 / 0.35);
}
.border-t-indigo-200\/40 {
  border-top-color: rgb(199 210 254 / 0.4);
}
.border-t-indigo-200\/45 {
  border-top-color: rgb(199 210 254 / 0.45);
}
.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\/55 {
  border-top-color: rgb(199 210 254 / 0.55);
}
.border-t-indigo-200\/60 {
  border-top-color: rgb(199 210 254 / 0.6);
}
.border-t-indigo-200\/65 {
  border-top-color: rgb(199 210 254 / 0.65);
}
.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\/85 {
  border-top-color: rgb(199 210 254 / 0.85);
}
.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\/15 {
  border-top-color: rgb(165 180 252 / 0.15);
}
.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\/35 {
  border-top-color: rgb(165 180 252 / 0.35);
}
.border-t-indigo-300\/40 {
  border-top-color: rgb(165 180 252 / 0.4);
}
.border-t-indigo-300\/45 {
  border-top-color: rgb(165 180 252 / 0.45);
}
.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\/55 {
  border-top-color: rgb(165 180 252 / 0.55);
}
.border-t-indigo-300\/60 {
  border-top-color: rgb(165 180 252 / 0.6);
}
.border-t-indigo-300\/65 {
  border-top-color: rgb(165 180 252 / 0.65);
}
.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\/85 {
  border-top-color: rgb(165 180 252 / 0.85);
}
.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\/15 {
  border-top-color: rgb(129 140 248 / 0.15);
}
.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\/35 {
  border-top-color: rgb(129 140 248 / 0.35);
}
.border-t-indigo-400\/40 {
  border-top-color: rgb(129 140 248 / 0.4);
}
.border-t-indigo-400\/45 {
  border-top-color: rgb(129 140 248 / 0.45);
}
.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\/55 {
  border-top-color: rgb(129 140 248 / 0.55);
}
.border-t-indigo-400\/60 {
  border-top-color: rgb(129 140 248 / 0.6);
}
.border-t-indigo-400\/65 {
  border-top-color: rgb(129 140 248 / 0.65);
}
.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\/85 {
  border-top-color: rgb(129 140 248 / 0.85);
}
.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\/15 {
  border-top-color: rgb(238 242 255 / 0.15);
}
.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\/35 {
  border-top-color: rgb(238 242 255 / 0.35);
}
.border-t-indigo-50\/40 {
  border-top-color: rgb(238 242 255 / 0.4);
}
.border-t-indigo-50\/45 {
  border-top-color: rgb(238 242 255 / 0.45);
}
.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\/55 {
  border-top-color: rgb(238 242 255 / 0.55);
}
.border-t-indigo-50\/60 {
  border-top-color: rgb(238 242 255 / 0.6);
}
.border-t-indigo-50\/65 {
  border-top-color: rgb(238 242 255 / 0.65);
}
.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\/85 {
  border-top-color: rgb(238 242 255 / 0.85);
}
.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\/15 {
  border-top-color: rgb(99 102 241 / 0.15);
}
.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\/35 {
  border-top-color: rgb(99 102 241 / 0.35);
}
.border-t-indigo-500\/40 {
  border-top-color: rgb(99 102 241 / 0.4);
}
.border-t-indigo-500\/45 {
  border-top-color: rgb(99 102 241 / 0.45);
}
.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\/55 {
  border-top-color: rgb(99 102 241 / 0.55);
}
.border-t-indigo-500\/60 {
  border-top-color: rgb(99 102 241 / 0.6);
}
.border-t-indigo-500\/65 {
  border-top-color: rgb(99 102 241 / 0.65);
}
.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\/85 {
  border-top-color: rgb(99 102 241 / 0.85);
}
.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\/15 {
  border-top-color: rgb(79 70 229 / 0.15);
}
.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\/35 {
  border-top-color: rgb(79 70 229 / 0.35);
}
.border-t-indigo-600\/40 {
  border-top-color: rgb(79 70 229 / 0.4);
}
.border-t-indigo-600\/45 {
  border-top-color: rgb(79 70 229 / 0.45);
}
.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\/55 {
  border-top-color: rgb(79 70 229 / 0.55);
}
.border-t-indigo-600\/60 {
  border-top-color: rgb(79 70 229 / 0.6);
}
.border-t-indigo-600\/65 {
  border-top-color: rgb(79 70 229 / 0.65);
}
.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\/85 {
  border-top-color: rgb(79 70 229 / 0.85);
}
.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\/15 {
  border-top-color: rgb(67 56 202 / 0.15);
}
.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\/35 {
  border-top-color: rgb(67 56 202 / 0.35);
}
.border-t-indigo-700\/40 {
  border-top-color: rgb(67 56 202 / 0.4);
}
.border-t-indigo-700\/45 {
  border-top-color: rgb(67 56 202 / 0.45);
}
.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\/55 {
  border-top-color: rgb(67 56 202 / 0.55);
}
.border-t-indigo-700\/60 {
  border-top-color: rgb(67 56 202 / 0.6);
}
.border-t-indigo-700\/65 {
  border-top-color: rgb(67 56 202 / 0.65);
}
.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\/85 {
  border-top-color: rgb(67 56 202 / 0.85);
}
.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\/15 {
  border-top-color: rgb(55 48 163 / 0.15);
}
.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\/35 {
  border-top-color: rgb(55 48 163 / 0.35);
}
.border-t-indigo-800\/40 {
  border-top-color: rgb(55 48 163 / 0.4);
}
.border-t-indigo-800\/45 {
  border-top-color: rgb(55 48 163 / 0.45);
}
.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\/55 {
  border-top-color: rgb(55 48 163 / 0.55);
}
.border-t-indigo-800\/60 {
  border-top-color: rgb(55 48 163 / 0.6);
}
.border-t-indigo-800\/65 {
  border-top-color: rgb(55 48 163 / 0.65);
}
.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\/85 {
  border-top-color: rgb(55 48 163 / 0.85);
}
.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\/15 {
  border-top-color: rgb(49 46 129 / 0.15);
}
.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\/35 {
  border-top-color: rgb(49 46 129 / 0.35);
}
.border-t-indigo-900\/40 {
  border-top-color: rgb(49 46 129 / 0.4);
}
.border-t-indigo-900\/45 {
  border-top-color: rgb(49 46 129 / 0.45);
}
.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\/55 {
  border-top-color: rgb(49 46 129 / 0.55);
}
.border-t-indigo-900\/60 {
  border-top-color: rgb(49 46 129 / 0.6);
}
.border-t-indigo-900\/65 {
  border-top-color: rgb(49 46 129 / 0.65);
}
.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\/85 {
  border-top-color: rgb(49 46 129 / 0.85);
}
.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\/15 {
  border-top-color: rgb(30 27 75 / 0.15);
}
.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\/35 {
  border-top-color: rgb(30 27 75 / 0.35);
}
.border-t-indigo-950\/40 {
  border-top-color: rgb(30 27 75 / 0.4);
}
.border-t-indigo-950\/45 {
  border-top-color: rgb(30 27 75 / 0.45);
}
.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\/55 {
  border-top-color: rgb(30 27 75 / 0.55);
}
.border-t-indigo-950\/60 {
  border-top-color: rgb(30 27 75 / 0.6);
}
.border-t-indigo-950\/65 {
  border-top-color: rgb(30 27 75 / 0.65);
}
.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\/85 {
  border-top-color: rgb(30 27 75 / 0.85);
}
.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\/15 {
  border-top-color: rgb(236 252 203 / 0.15);
}
.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\/35 {
  border-top-color: rgb(236 252 203 / 0.35);
}
.border-t-lime-100\/40 {
  border-top-color: rgb(236 252 203 / 0.4);
}
.border-t-lime-100\/45 {
  border-top-color: rgb(236 252 203 / 0.45);
}
.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\/55 {
  border-top-color: rgb(236 252 203 / 0.55);
}
.border-t-lime-100\/60 {
  border-top-color: rgb(236 252 203 / 0.6);
}
.border-t-lime-100\/65 {
  border-top-color: rgb(236 252 203 / 0.65);
}
.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\/85 {
  border-top-color: rgb(236 252 203 / 0.85);
}
.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\/15 {
  border-top-color: rgb(217 249 157 / 0.15);
}
.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\/35 {
  border-top-color: rgb(217 249 157 / 0.35);
}
.border-t-lime-200\/40 {
  border-top-color: rgb(217 249 157 / 0.4);
}
.border-t-lime-200\/45 {
  border-top-color: rgb(217 249 157 / 0.45);
}
.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\/55 {
  border-top-color: rgb(217 249 157 / 0.55);
}
.border-t-lime-200\/60 {
  border-top-color: rgb(217 249 157 / 0.6);
}
.border-t-lime-200\/65 {
  border-top-color: rgb(217 249 157 / 0.65);
}
.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\/85 {
  border-top-color: rgb(217 249 157 / 0.85);
}
.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\/15 {
  border-top-color: rgb(190 242 100 / 0.15);
}
.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\/35 {
  border-top-color: rgb(190 242 100 / 0.35);
}
.border-t-lime-300\/40 {
  border-top-color: rgb(190 242 100 / 0.4);
}
.border-t-lime-300\/45 {
  border-top-color: rgb(190 242 100 / 0.45);
}
.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\/55 {
  border-top-color: rgb(190 242 100 / 0.55);
}
.border-t-lime-300\/60 {
  border-top-color: rgb(190 242 100 / 0.6);
}
.border-t-lime-300\/65 {
  border-top-color: rgb(190 242 100 / 0.65);
}
.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\/85 {
  border-top-color: rgb(190 242 100 / 0.85);
}
.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\/15 {
  border-top-color: rgb(163 230 53 / 0.15);
}
.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\/35 {
  border-top-color: rgb(163 230 53 / 0.35);
}
.border-t-lime-400\/40 {
  border-top-color: rgb(163 230 53 / 0.4);
}
.border-t-lime-400\/45 {
  border-top-color: rgb(163 230 53 / 0.45);
}
.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\/55 {
  border-top-color: rgb(163 230 53 / 0.55);
}
.border-t-lime-400\/60 {
  border-top-color: rgb(163 230 53 / 0.6);
}
.border-t-lime-400\/65 {
  border-top-color: rgb(163 230 53 / 0.65);
}
.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\/85 {
  border-top-color: rgb(163 230 53 / 0.85);
}
.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\/15 {
  border-top-color: rgb(247 254 231 / 0.15);
}
.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\/35 {
  border-top-color: rgb(247 254 231 / 0.35);
}
.border-t-lime-50\/40 {
  border-top-color: rgb(247 254 231 / 0.4);
}
.border-t-lime-50\/45 {
  border-top-color: rgb(247 254 231 / 0.45);
}
.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\/55 {
  border-top-color: rgb(247 254 231 / 0.55);
}
.border-t-lime-50\/60 {
  border-top-color: rgb(247 254 231 / 0.6);
}
.border-t-lime-50\/65 {
  border-top-color: rgb(247 254 231 / 0.65);
}
.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\/85 {
  border-top-color: rgb(247 254 231 / 0.85);
}
.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\/15 {
  border-top-color: rgb(132 204 22 / 0.15);
}
.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\/35 {
  border-top-color: rgb(132 204 22 / 0.35);
}
.border-t-lime-500\/40 {
  border-top-color: rgb(132 204 22 / 0.4);
}
.border-t-lime-500\/45 {
  border-top-color: rgb(132 204 22 / 0.45);
}
.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\/55 {
  border-top-color: rgb(132 204 22 / 0.55);
}
.border-t-lime-500\/60 {
  border-top-color: rgb(132 204 22 / 0.6);
}
.border-t-lime-500\/65 {
  border-top-color: rgb(132 204 22 / 0.65);
}
.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\/85 {
  border-top-color: rgb(132 204 22 / 0.85);
}
.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\/15 {
  border-top-color: rgb(101 163 13 / 0.15);
}
.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\/35 {
  border-top-color: rgb(101 163 13 / 0.35);
}
.border-t-lime-600\/40 {
  border-top-color: rgb(101 163 13 / 0.4);
}
.border-t-lime-600\/45 {
  border-top-color: rgb(101 163 13 / 0.45);
}
.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\/55 {
  border-top-color: rgb(101 163 13 / 0.55);
}
.border-t-lime-600\/60 {
  border-top-color: rgb(101 163 13 / 0.6);
}
.border-t-lime-600\/65 {
  border-top-color: rgb(101 163 13 / 0.65);
}
.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\/85 {
  border-top-color: rgb(101 163 13 / 0.85);
}
.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\/15 {
  border-top-color: rgb(77 124 15 / 0.15);
}
.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\/35 {
  border-top-color: rgb(77 124 15 / 0.35);
}
.border-t-lime-700\/40 {
  border-top-color: rgb(77 124 15 / 0.4);
}
.border-t-lime-700\/45 {
  border-top-color: rgb(77 124 15 / 0.45);
}
.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\/55 {
  border-top-color: rgb(77 124 15 / 0.55);
}
.border-t-lime-700\/60 {
  border-top-color: rgb(77 124 15 / 0.6);
}
.border-t-lime-700\/65 {
  border-top-color: rgb(77 124 15 / 0.65);
}
.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\/85 {
  border-top-color: rgb(77 124 15 / 0.85);
}
.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\/15 {
  border-top-color: rgb(63 98 18 / 0.15);
}
.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\/35 {
  border-top-color: rgb(63 98 18 / 0.35);
}
.border-t-lime-800\/40 {
  border-top-color: rgb(63 98 18 / 0.4);
}
.border-t-lime-800\/45 {
  border-top-color: rgb(63 98 18 / 0.45);
}
.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\/55 {
  border-top-color: rgb(63 98 18 / 0.55);
}
.border-t-lime-800\/60 {
  border-top-color: rgb(63 98 18 / 0.6);
}
.border-t-lime-800\/65 {
  border-top-color: rgb(63 98 18 / 0.65);
}
.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\/85 {
  border-top-color: rgb(63 98 18 / 0.85);
}
.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\/15 {
  border-top-color: rgb(54 83 20 / 0.15);
}
.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\/35 {
  border-top-color: rgb(54 83 20 / 0.35);
}
.border-t-lime-900\/40 {
  border-top-color: rgb(54 83 20 / 0.4);
}
.border-t-lime-900\/45 {
  border-top-color: rgb(54 83 20 / 0.45);
}
.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\/55 {
  border-top-color: rgb(54 83 20 / 0.55);
}
.border-t-lime-900\/60 {
  border-top-color: rgb(54 83 20 / 0.6);
}
.border-t-lime-900\/65 {
  border-top-color: rgb(54 83 20 / 0.65);
}
.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\/85 {
  border-top-color: rgb(54 83 20 / 0.85);
}
.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\/15 {
  border-top-color: rgb(26 46 5 / 0.15);
}
.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\/35 {
  border-top-color: rgb(26 46 5 / 0.35);
}
.border-t-lime-950\/40 {
  border-top-color: rgb(26 46 5 / 0.4);
}
.border-t-lime-950\/45 {
  border-top-color: rgb(26 46 5 / 0.45);
}
.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\/55 {
  border-top-color: rgb(26 46 5 / 0.55);
}
.border-t-lime-950\/60 {
  border-top-color: rgb(26 46 5 / 0.6);
}
.border-t-lime-950\/65 {
  border-top-color: rgb(26 46 5 / 0.65);
}
.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\/85 {
  border-top-color: rgb(26 46 5 / 0.85);
}
.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\/15 {
  border-top-color: rgb(245 245 245 / 0.15);
}
.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\/35 {
  border-top-color: rgb(245 245 245 / 0.35);
}
.border-t-neutral-100\/40 {
  border-top-color: rgb(245 245 245 / 0.4);
}
.border-t-neutral-100\/45 {
  border-top-color: rgb(245 245 245 / 0.45);
}
.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\/55 {
  border-top-color: rgb(245 245 245 / 0.55);
}
.border-t-neutral-100\/60 {
  border-top-color: rgb(245 245 245 / 0.6);
}
.border-t-neutral-100\/65 {
  border-top-color: rgb(245 245 245 / 0.65);
}
.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\/85 {
  border-top-color: rgb(245 245 245 / 0.85);
}
.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\/15 {
  border-top-color: rgb(229 229 229 / 0.15);
}
.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\/35 {
  border-top-color: rgb(229 229 229 / 0.35);
}
.border-t-neutral-200\/40 {
  border-top-color: rgb(229 229 229 / 0.4);
}
.border-t-neutral-200\/45 {
  border-top-color: rgb(229 229 229 / 0.45);
}
.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\/55 {
  border-top-color: rgb(229 229 229 / 0.55);
}
.border-t-neutral-200\/60 {
  border-top-color: rgb(229 229 229 / 0.6);
}
.border-t-neutral-200\/65 {
  border-top-color: rgb(229 229 229 / 0.65);
}
.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\/85 {
  border-top-color: rgb(229 229 229 / 0.85);
}
.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\/15 {
  border-top-color: rgb(212 212 212 / 0.15);
}
.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\/35 {
  border-top-color: rgb(212 212 212 / 0.35);
}
.border-t-neutral-300\/40 {
  border-top-color: rgb(212 212 212 / 0.4);
}
.border-t-neutral-300\/45 {
  border-top-color: rgb(212 212 212 / 0.45);
}
.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\/55 {
  border-top-color: rgb(212 212 212 / 0.55);
}
.border-t-neutral-300\/60 {
  border-top-color: rgb(212 212 212 / 0.6);
}
.border-t-neutral-300\/65 {
  border-top-color: rgb(212 212 212 / 0.65);
}
.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\/85 {
  border-top-color: rgb(212 212 212 / 0.85);
}
.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\/15 {
  border-top-color: rgb(163 163 163 / 0.15);
}
.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\/35 {
  border-top-color: rgb(163 163 163 / 0.35);
}
.border-t-neutral-400\/40 {
  border-top-color: rgb(163 163 163 / 0.4);
}
.border-t-neutral-400\/45 {
  border-top-color: rgb(163 163 163 / 0.45);
}
.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\/55 {
  border-top-color: rgb(163 163 163 / 0.55);
}
.border-t-neutral-400\/60 {
  border-top-color: rgb(163 163 163 / 0.6);
}
.border-t-neutral-400\/65 {
  border-top-color: rgb(163 163 163 / 0.65);
}
.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\/85 {
  border-top-color: rgb(163 163 163 / 0.85);
}
.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\/15 {
  border-top-color: rgb(250 250 250 / 0.15);
}
.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\/35 {
  border-top-color: rgb(250 250 250 / 0.35);
}
.border-t-neutral-50\/40 {
  border-top-color: rgb(250 250 250 / 0.4);
}
.border-t-neutral-50\/45 {
  border-top-color: rgb(250 250 250 / 0.45);
}
.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\/55 {
  border-top-color: rgb(250 250 250 / 0.55);
}
.border-t-neutral-50\/60 {
  border-top-color: rgb(250 250 250 / 0.6);
}
.border-t-neutral-50\/65 {
  border-top-color: rgb(250 250 250 / 0.65);
}
.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\/85 {
  border-top-color: rgb(250 250 250 / 0.85);
}
.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\/15 {
  border-top-color: rgb(115 115 115 / 0.15);
}
.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\/35 {
  border-top-color: rgb(115 115 115 / 0.35);
}
.border-t-neutral-500\/40 {
  border-top-color: rgb(115 115 115 / 0.4);
}
.border-t-neutral-500\/45 {
  border-top-color: rgb(115 115 115 / 0.45);
}
.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\/55 {
  border-top-color: rgb(115 115 115 / 0.55);
}
.border-t-neutral-500\/60 {
  border-top-color: rgb(115 115 115 / 0.6);
}
.border-t-neutral-500\/65 {
  border-top-color: rgb(115 115 115 / 0.65);
}
.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\/85 {
  border-top-color: rgb(115 115 115 / 0.85);
}
.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\/15 {
  border-top-color: rgb(82 82 82 / 0.15);
}
.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\/35 {
  border-top-color: rgb(82 82 82 / 0.35);
}
.border-t-neutral-600\/40 {
  border-top-color: rgb(82 82 82 / 0.4);
}
.border-t-neutral-600\/45 {
  border-top-color: rgb(82 82 82 / 0.45);
}
.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\/55 {
  border-top-color: rgb(82 82 82 / 0.55);
}
.border-t-neutral-600\/60 {
  border-top-color: rgb(82 82 82 / 0.6);
}
.border-t-neutral-600\/65 {
  border-top-color: rgb(82 82 82 / 0.65);
}
.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\/85 {
  border-top-color: rgb(82 82 82 / 0.85);
}
.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\/15 {
  border-top-color: rgb(64 64 64 / 0.15);
}
.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\/35 {
  border-top-color: rgb(64 64 64 / 0.35);
}
.border-t-neutral-700\/40 {
  border-top-color: rgb(64 64 64 / 0.4);
}
.border-t-neutral-700\/45 {
  border-top-color: rgb(64 64 64 / 0.45);
}
.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\/55 {
  border-top-color: rgb(64 64 64 / 0.55);
}
.border-t-neutral-700\/60 {
  border-top-color: rgb(64 64 64 / 0.6);
}
.border-t-neutral-700\/65 {
  border-top-color: rgb(64 64 64 / 0.65);
}
.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\/85 {
  border-top-color: rgb(64 64 64 / 0.85);
}
.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\/15 {
  border-top-color: rgb(38 38 38 / 0.15);
}
.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\/35 {
  border-top-color: rgb(38 38 38 / 0.35);
}
.border-t-neutral-800\/40 {
  border-top-color: rgb(38 38 38 / 0.4);
}
.border-t-neutral-800\/45 {
  border-top-color: rgb(38 38 38 / 0.45);
}
.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\/55 {
  border-top-color: rgb(38 38 38 / 0.55);
}
.border-t-neutral-800\/60 {
  border-top-color: rgb(38 38 38 / 0.6);
}
.border-t-neutral-800\/65 {
  border-top-color: rgb(38 38 38 / 0.65);
}
.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\/85 {
  border-top-color: rgb(38 38 38 / 0.85);
}
.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\/15 {
  border-top-color: rgb(23 23 23 / 0.15);
}
.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\/35 {
  border-top-color: rgb(23 23 23 / 0.35);
}
.border-t-neutral-900\/40 {
  border-top-color: rgb(23 23 23 / 0.4);
}
.border-t-neutral-900\/45 {
  border-top-color: rgb(23 23 23 / 0.45);
}
.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\/55 {
  border-top-color: rgb(23 23 23 / 0.55);
}
.border-t-neutral-900\/60 {
  border-top-color: rgb(23 23 23 / 0.6);
}
.border-t-neutral-900\/65 {
  border-top-color: rgb(23 23 23 / 0.65);
}
.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\/85 {
  border-top-color: rgb(23 23 23 / 0.85);
}
.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\/15 {
  border-top-color: rgb(10 10 10 / 0.15);
}
.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\/35 {
  border-top-color: rgb(10 10 10 / 0.35);
}
.border-t-neutral-950\/40 {
  border-top-color: rgb(10 10 10 / 0.4);
}
.border-t-neutral-950\/45 {
  border-top-color: rgb(10 10 10 / 0.45);
}
.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\/55 {
  border-top-color: rgb(10 10 10 / 0.55);
}
.border-t-neutral-950\/60 {
  border-top-color: rgb(10 10 10 / 0.6);
}
.border-t-neutral-950\/65 {
  border-top-color: rgb(10 10 10 / 0.65);
}
.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\/85 {
  border-top-color: rgb(10 10 10 / 0.85);
}
.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\/15 {
  border-top-color: rgb(255 237 213 / 0.15);
}
.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\/35 {
  border-top-color: rgb(255 237 213 / 0.35);
}
.border-t-orange-100\/40 {
  border-top-color: rgb(255 237 213 / 0.4);
}
.border-t-orange-100\/45 {
  border-top-color: rgb(255 237 213 / 0.45);
}
.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\/55 {
  border-top-color: rgb(255 237 213 / 0.55);
}
.border-t-orange-100\/60 {
  border-top-color: rgb(255 237 213 / 0.6);
}
.border-t-orange-100\/65 {
  border-top-color: rgb(255 237 213 / 0.65);
}
.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\/85 {
  border-top-color: rgb(255 237 213 / 0.85);
}
.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\/15 {
  border-top-color: rgb(254 215 170 / 0.15);
}
.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\/35 {
  border-top-color: rgb(254 215 170 / 0.35);
}
.border-t-orange-200\/40 {
  border-top-color: rgb(254 215 170 / 0.4);
}
.border-t-orange-200\/45 {
  border-top-color: rgb(254 215 170 / 0.45);
}
.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\/55 {
  border-top-color: rgb(254 215 170 / 0.55);
}
.border-t-orange-200\/60 {
  border-top-color: rgb(254 215 170 / 0.6);
}
.border-t-orange-200\/65 {
  border-top-color: rgb(254 215 170 / 0.65);
}
.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\/85 {
  border-top-color: rgb(254 215 170 / 0.85);
}
.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\/15 {
  border-top-color: rgb(253 186 116 / 0.15);
}
.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\/35 {
  border-top-color: rgb(253 186 116 / 0.35);
}
.border-t-orange-300\/40 {
  border-top-color: rgb(253 186 116 / 0.4);
}
.border-t-orange-300\/45 {
  border-top-color: rgb(253 186 116 / 0.45);
}
.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\/55 {
  border-top-color: rgb(253 186 116 / 0.55);
}
.border-t-orange-300\/60 {
  border-top-color: rgb(253 186 116 / 0.6);
}
.border-t-orange-300\/65 {
  border-top-color: rgb(253 186 116 / 0.65);
}
.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\/85 {
  border-top-color: rgb(253 186 116 / 0.85);
}
.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\/15 {
  border-top-color: rgb(251 146 60 / 0.15);
}
.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\/35 {
  border-top-color: rgb(251 146 60 / 0.35);
}
.border-t-orange-400\/40 {
  border-top-color: rgb(251 146 60 / 0.4);
}
.border-t-orange-400\/45 {
  border-top-color: rgb(251 146 60 / 0.45);
}
.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\/55 {
  border-top-color: rgb(251 146 60 / 0.55);
}
.border-t-orange-400\/60 {
  border-top-color: rgb(251 146 60 / 0.6);
}
.border-t-orange-400\/65 {
  border-top-color: rgb(251 146 60 / 0.65);
}
.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\/85 {
  border-top-color: rgb(251 146 60 / 0.85);
}
.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\/15 {
  border-top-color: rgb(255 247 237 / 0.15);
}
.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\/35 {
  border-top-color: rgb(255 247 237 / 0.35);
}
.border-t-orange-50\/40 {
  border-top-color: rgb(255 247 237 / 0.4);
}
.border-t-orange-50\/45 {
  border-top-color: rgb(255 247 237 / 0.45);
}
.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\/55 {
  border-top-color: rgb(255 247 237 / 0.55);
}
.border-t-orange-50\/60 {
  border-top-color: rgb(255 247 237 / 0.6);
}
.border-t-orange-50\/65 {
  border-top-color: rgb(255 247 237 / 0.65);
}
.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\/85 {
  border-top-color: rgb(255 247 237 / 0.85);
}
.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\/15 {
  border-top-color: rgb(249 115 22 / 0.15);
}
.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\/35 {
  border-top-color: rgb(249 115 22 / 0.35);
}
.border-t-orange-500\/40 {
  border-top-color: rgb(249 115 22 / 0.4);
}
.border-t-orange-500\/45 {
  border-top-color: rgb(249 115 22 / 0.45);
}
.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\/55 {
  border-top-color: rgb(249 115 22 / 0.55);
}
.border-t-orange-500\/60 {
  border-top-color: rgb(249 115 22 / 0.6);
}
.border-t-orange-500\/65 {
  border-top-color: rgb(249 115 22 / 0.65);
}
.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\/85 {
  border-top-color: rgb(249 115 22 / 0.85);
}
.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\/15 {
  border-top-color: rgb(234 88 12 / 0.15);
}
.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\/35 {
  border-top-color: rgb(234 88 12 / 0.35);
}
.border-t-orange-600\/40 {
  border-top-color: rgb(234 88 12 / 0.4);
}
.border-t-orange-600\/45 {
  border-top-color: rgb(234 88 12 / 0.45);
}
.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\/55 {
  border-top-color: rgb(234 88 12 / 0.55);
}
.border-t-orange-600\/60 {
  border-top-color: rgb(234 88 12 / 0.6);
}
.border-t-orange-600\/65 {
  border-top-color: rgb(234 88 12 / 0.65);
}
.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\/85 {
  border-top-color: rgb(234 88 12 / 0.85);
}
.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\/15 {
  border-top-color: rgb(194 65 12 / 0.15);
}
.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\/35 {
  border-top-color: rgb(194 65 12 / 0.35);
}
.border-t-orange-700\/40 {
  border-top-color: rgb(194 65 12 / 0.4);
}
.border-t-orange-700\/45 {
  border-top-color: rgb(194 65 12 / 0.45);
}
.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\/55 {
  border-top-color: rgb(194 65 12 / 0.55);
}
.border-t-orange-700\/60 {
  border-top-color: rgb(194 65 12 / 0.6);
}
.border-t-orange-700\/65 {
  border-top-color: rgb(194 65 12 / 0.65);
}
.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\/85 {
  border-top-color: rgb(194 65 12 / 0.85);
}
.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\/15 {
  border-top-color: rgb(154 52 18 / 0.15);
}
.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\/35 {
  border-top-color: rgb(154 52 18 / 0.35);
}
.border-t-orange-800\/40 {
  border-top-color: rgb(154 52 18 / 0.4);
}
.border-t-orange-800\/45 {
  border-top-color: rgb(154 52 18 / 0.45);
}
.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\/55 {
  border-top-color: rgb(154 52 18 / 0.55);
}
.border-t-orange-800\/60 {
  border-top-color: rgb(154 52 18 / 0.6);
}
.border-t-orange-800\/65 {
  border-top-color: rgb(154 52 18 / 0.65);
}
.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\/85 {
  border-top-color: rgb(154 52 18 / 0.85);
}
.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\/15 {
  border-top-color: rgb(124 45 18 / 0.15);
}
.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\/35 {
  border-top-color: rgb(124 45 18 / 0.35);
}
.border-t-orange-900\/40 {
  border-top-color: rgb(124 45 18 / 0.4);
}
.border-t-orange-900\/45 {
  border-top-color: rgb(124 45 18 / 0.45);
}
.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\/55 {
  border-top-color: rgb(124 45 18 / 0.55);
}
.border-t-orange-900\/60 {
  border-top-color: rgb(124 45 18 / 0.6);
}
.border-t-orange-900\/65 {
  border-top-color: rgb(124 45 18 / 0.65);
}
.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\/85 {
  border-top-color: rgb(124 45 18 / 0.85);
}
.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\/15 {
  border-top-color: rgb(67 20 7 / 0.15);
}
.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\/35 {
  border-top-color: rgb(67 20 7 / 0.35);
}
.border-t-orange-950\/40 {
  border-top-color: rgb(67 20 7 / 0.4);
}
.border-t-orange-950\/45 {
  border-top-color: rgb(67 20 7 / 0.45);
}
.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\/55 {
  border-top-color: rgb(67 20 7 / 0.55);
}
.border-t-orange-950\/60 {
  border-top-color: rgb(67 20 7 / 0.6);
}
.border-t-orange-950\/65 {
  border-top-color: rgb(67 20 7 / 0.65);
}
.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\/85 {
  border-top-color: rgb(67 20 7 / 0.85);
}
.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\/15 {
  border-top-color: rgb(252 231 243 / 0.15);
}
.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\/35 {
  border-top-color: rgb(252 231 243 / 0.35);
}
.border-t-pink-100\/40 {
  border-top-color: rgb(252 231 243 / 0.4);
}
.border-t-pink-100\/45 {
  border-top-color: rgb(252 231 243 / 0.45);
}
.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\/55 {
  border-top-color: rgb(252 231 243 / 0.55);
}
.border-t-pink-100\/60 {
  border-top-color: rgb(252 231 243 / 0.6);
}
.border-t-pink-100\/65 {
  border-top-color: rgb(252 231 243 / 0.65);
}
.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\/85 {
  border-top-color: rgb(252 231 243 / 0.85);
}
.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\/15 {
  border-top-color: rgb(251 207 232 / 0.15);
}
.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\/35 {
  border-top-color: rgb(251 207 232 / 0.35);
}
.border-t-pink-200\/40 {
  border-top-color: rgb(251 207 232 / 0.4);
}
.border-t-pink-200\/45 {
  border-top-color: rgb(251 207 232 / 0.45);
}
.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\/55 {
  border-top-color: rgb(251 207 232 / 0.55);
}
.border-t-pink-200\/60 {
  border-top-color: rgb(251 207 232 / 0.6);
}
.border-t-pink-200\/65 {
  border-top-color: rgb(251 207 232 / 0.65);
}
.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\/85 {
  border-top-color: rgb(251 207 232 / 0.85);
}
.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\/15 {
  border-top-color: rgb(249 168 212 / 0.15);
}
.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\/35 {
  border-top-color: rgb(249 168 212 / 0.35);
}
.border-t-pink-300\/40 {
  border-top-color: rgb(249 168 212 / 0.4);
}
.border-t-pink-300\/45 {
  border-top-color: rgb(249 168 212 / 0.45);
}
.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\/55 {
  border-top-color: rgb(249 168 212 / 0.55);
}
.border-t-pink-300\/60 {
  border-top-color: rgb(249 168 212 / 0.6);
}
.border-t-pink-300\/65 {
  border-top-color: rgb(249 168 212 / 0.65);
}
.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\/85 {
  border-top-color: rgb(249 168 212 / 0.85);
}
.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\/15 {
  border-top-color: rgb(244 114 182 / 0.15);
}
.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\/35 {
  border-top-color: rgb(244 114 182 / 0.35);
}
.border-t-pink-400\/40 {
  border-top-color: rgb(244 114 182 / 0.4);
}
.border-t-pink-400\/45 {
  border-top-color: rgb(244 114 182 / 0.45);
}
.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\/55 {
  border-top-color: rgb(244 114 182 / 0.55);
}
.border-t-pink-400\/60 {
  border-top-color: rgb(244 114 182 / 0.6);
}
.border-t-pink-400\/65 {
  border-top-color: rgb(244 114 182 / 0.65);
}
.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\/85 {
  border-top-color: rgb(244 114 182 / 0.85);
}
.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\/15 {
  border-top-color: rgb(253 242 248 / 0.15);
}
.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\/35 {
  border-top-color: rgb(253 242 248 / 0.35);
}
.border-t-pink-50\/40 {
  border-top-color: rgb(253 242 248 / 0.4);
}
.border-t-pink-50\/45 {
  border-top-color: rgb(253 242 248 / 0.45);
}
.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\/55 {
  border-top-color: rgb(253 242 248 / 0.55);
}
.border-t-pink-50\/60 {
  border-top-color: rgb(253 242 248 / 0.6);
}
.border-t-pink-50\/65 {
  border-top-color: rgb(253 242 248 / 0.65);
}
.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\/85 {
  border-top-color: rgb(253 242 248 / 0.85);
}
.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\/15 {
  border-top-color: rgb(236 72 153 / 0.15);
}
.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\/35 {
  border-top-color: rgb(236 72 153 / 0.35);
}
.border-t-pink-500\/40 {
  border-top-color: rgb(236 72 153 / 0.4);
}
.border-t-pink-500\/45 {
  border-top-color: rgb(236 72 153 / 0.45);
}
.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\/55 {
  border-top-color: rgb(236 72 153 / 0.55);
}
.border-t-pink-500\/60 {
  border-top-color: rgb(236 72 153 / 0.6);
}
.border-t-pink-500\/65 {
  border-top-color: rgb(236 72 153 / 0.65);
}
.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\/85 {
  border-top-color: rgb(236 72 153 / 0.85);
}
.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\/15 {
  border-top-color: rgb(219 39 119 / 0.15);
}
.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\/35 {
  border-top-color: rgb(219 39 119 / 0.35);
}
.border-t-pink-600\/40 {
  border-top-color: rgb(219 39 119 / 0.4);
}
.border-t-pink-600\/45 {
  border-top-color: rgb(219 39 119 / 0.45);
}
.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\/55 {
  border-top-color: rgb(219 39 119 / 0.55);
}
.border-t-pink-600\/60 {
  border-top-color: rgb(219 39 119 / 0.6);
}
.border-t-pink-600\/65 {
  border-top-color: rgb(219 39 119 / 0.65);
}
.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\/85 {
  border-top-color: rgb(219 39 119 / 0.85);
}
.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\/15 {
  border-top-color: rgb(190 24 93 / 0.15);
}
.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\/35 {
  border-top-color: rgb(190 24 93 / 0.35);
}
.border-t-pink-700\/40 {
  border-top-color: rgb(190 24 93 / 0.4);
}
.border-t-pink-700\/45 {
  border-top-color: rgb(190 24 93 / 0.45);
}
.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\/55 {
  border-top-color: rgb(190 24 93 / 0.55);
}
.border-t-pink-700\/60 {
  border-top-color: rgb(190 24 93 / 0.6);
}
.border-t-pink-700\/65 {
  border-top-color: rgb(190 24 93 / 0.65);
}
.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\/85 {
  border-top-color: rgb(190 24 93 / 0.85);
}
.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\/15 {
  border-top-color: rgb(157 23 77 / 0.15);
}
.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\/35 {
  border-top-color: rgb(157 23 77 / 0.35);
}
.border-t-pink-800\/40 {
  border-top-color: rgb(157 23 77 / 0.4);
}
.border-t-pink-800\/45 {
  border-top-color: rgb(157 23 77 / 0.45);
}
.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\/55 {
  border-top-color: rgb(157 23 77 / 0.55);
}
.border-t-pink-800\/60 {
  border-top-color: rgb(157 23 77 / 0.6);
}
.border-t-pink-800\/65 {
  border-top-color: rgb(157 23 77 / 0.65);
}
.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\/85 {
  border-top-color: rgb(157 23 77 / 0.85);
}
.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\/15 {
  border-top-color: rgb(131 24 67 / 0.15);
}
.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\/35 {
  border-top-color: rgb(131 24 67 / 0.35);
}
.border-t-pink-900\/40 {
  border-top-color: rgb(131 24 67 / 0.4);
}
.border-t-pink-900\/45 {
  border-top-color: rgb(131 24 67 / 0.45);
}
.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\/55 {
  border-top-color: rgb(131 24 67 / 0.55);
}
.border-t-pink-900\/60 {
  border-top-color: rgb(131 24 67 / 0.6);
}
.border-t-pink-900\/65 {
  border-top-color: rgb(131 24 67 / 0.65);
}
.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\/85 {
  border-top-color: rgb(131 24 67 / 0.85);
}
.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\/15 {
  border-top-color: rgb(80 7 36 / 0.15);
}
.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\/35 {
  border-top-color: rgb(80 7 36 / 0.35);
}
.border-t-pink-950\/40 {
  border-top-color: rgb(80 7 36 / 0.4);
}
.border-t-pink-950\/45 {
  border-top-color: rgb(80 7 36 / 0.45);
}
.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\/55 {
  border-top-color: rgb(80 7 36 / 0.55);
}
.border-t-pink-950\/60 {
  border-top-color: rgb(80 7 36 / 0.6);
}
.border-t-pink-950\/65 {
  border-top-color: rgb(80 7 36 / 0.65);
}
.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\/85 {
  border-top-color: rgb(80 7 36 / 0.85);
}
.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-primary-100 {
  border-top-color: var(--color-primary-100);
}
.border-t-primary-200 {
  border-top-color: var(--color-primary-200);
}
.border-t-primary-300 {
  border-top-color: var(--color-primary-300);
}
.border-t-primary-400 {
  border-top-color: var(--color-primary-400);
}
.border-t-primary-50 {
  border-top-color: var(--color-primary-50);
}
.border-t-primary-500 {
  border-top-color: var(--color-primary-500);
}
.border-t-primary-600 {
  border-top-color: var(--color-primary-600);
}
.border-t-primary-700 {
  border-top-color: var(--color-primary-700);
}
.border-t-primary-800 {
  border-top-color: var(--color-primary-800);
}
.border-t-primary-900 {
  border-top-color: var(--color-primary-900);
}
.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\/15 {
  border-top-color: rgb(243 232 255 / 0.15);
}
.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\/35 {
  border-top-color: rgb(243 232 255 / 0.35);
}
.border-t-purple-100\/40 {
  border-top-color: rgb(243 232 255 / 0.4);
}
.border-t-purple-100\/45 {
  border-top-color: rgb(243 232 255 / 0.45);
}
.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\/55 {
  border-top-color: rgb(243 232 255 / 0.55);
}
.border-t-purple-100\/60 {
  border-top-color: rgb(243 232 255 / 0.6);
}
.border-t-purple-100\/65 {
  border-top-color: rgb(243 232 255 / 0.65);
}
.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\/85 {
  border-top-color: rgb(243 232 255 / 0.85);
}
.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\/15 {
  border-top-color: rgb(233 213 255 / 0.15);
}
.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\/35 {
  border-top-color: rgb(233 213 255 / 0.35);
}
.border-t-purple-200\/40 {
  border-top-color: rgb(233 213 255 / 0.4);
}
.border-t-purple-200\/45 {
  border-top-color: rgb(233 213 255 / 0.45);
}
.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\/55 {
  border-top-color: rgb(233 213 255 / 0.55);
}
.border-t-purple-200\/60 {
  border-top-color: rgb(233 213 255 / 0.6);
}
.border-t-purple-200\/65 {
  border-top-color: rgb(233 213 255 / 0.65);
}
.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\/85 {
  border-top-color: rgb(233 213 255 / 0.85);
}
.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\/15 {
  border-top-color: rgb(216 180 254 / 0.15);
}
.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\/35 {
  border-top-color: rgb(216 180 254 / 0.35);
}
.border-t-purple-300\/40 {
  border-top-color: rgb(216 180 254 / 0.4);
}
.border-t-purple-300\/45 {
  border-top-color: rgb(216 180 254 / 0.45);
}
.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\/55 {
  border-top-color: rgb(216 180 254 / 0.55);
}
.border-t-purple-300\/60 {
  border-top-color: rgb(216 180 254 / 0.6);
}
.border-t-purple-300\/65 {
  border-top-color: rgb(216 180 254 / 0.65);
}
.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\/85 {
  border-top-color: rgb(216 180 254 / 0.85);
}
.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\/15 {
  border-top-color: rgb(192 132 252 / 0.15);
}
.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\/35 {
  border-top-color: rgb(192 132 252 / 0.35);
}
.border-t-purple-400\/40 {
  border-top-color: rgb(192 132 252 / 0.4);
}
.border-t-purple-400\/45 {
  border-top-color: rgb(192 132 252 / 0.45);
}
.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\/55 {
  border-top-color: rgb(192 132 252 / 0.55);
}
.border-t-purple-400\/60 {
  border-top-color: rgb(192 132 252 / 0.6);
}
.border-t-purple-400\/65 {
  border-top-color: rgb(192 132 252 / 0.65);
}
.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\/85 {
  border-top-color: rgb(192 132 252 / 0.85);
}
.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\/15 {
  border-top-color: rgb(250 245 255 / 0.15);
}
.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\/35 {
  border-top-color: rgb(250 245 255 / 0.35);
}
.border-t-purple-50\/40 {
  border-top-color: rgb(250 245 255 / 0.4);
}
.border-t-purple-50\/45 {
  border-top-color: rgb(250 245 255 / 0.45);
}
.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\/55 {
  border-top-color: rgb(250 245 255 / 0.55);
}
.border-t-purple-50\/60 {
  border-top-color: rgb(250 245 255 / 0.6);
}
.border-t-purple-50\/65 {
  border-top-color: rgb(250 245 255 / 0.65);
}
.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\/85 {
  border-top-color: rgb(250 245 255 / 0.85);
}
.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\/15 {
  border-top-color: rgb(168 85 247 / 0.15);
}
.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\/35 {
  border-top-color: rgb(168 85 247 / 0.35);
}
.border-t-purple-500\/40 {
  border-top-color: rgb(168 85 247 / 0.4);
}
.border-t-purple-500\/45 {
  border-top-color: rgb(168 85 247 / 0.45);
}
.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\/55 {
  border-top-color: rgb(168 85 247 / 0.55);
}
.border-t-purple-500\/60 {
  border-top-color: rgb(168 85 247 / 0.6);
}
.border-t-purple-500\/65 {
  border-top-color: rgb(168 85 247 / 0.65);
}
.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\/85 {
  border-top-color: rgb(168 85 247 / 0.85);
}
.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\/15 {
  border-top-color: rgb(147 51 234 / 0.15);
}
.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\/35 {
  border-top-color: rgb(147 51 234 / 0.35);
}
.border-t-purple-600\/40 {
  border-top-color: rgb(147 51 234 / 0.4);
}
.border-t-purple-600\/45 {
  border-top-color: rgb(147 51 234 / 0.45);
}
.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\/55 {
  border-top-color: rgb(147 51 234 / 0.55);
}
.border-t-purple-600\/60 {
  border-top-color: rgb(147 51 234 / 0.6);
}
.border-t-purple-600\/65 {
  border-top-color: rgb(147 51 234 / 0.65);
}
.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\/85 {
  border-top-color: rgb(147 51 234 / 0.85);
}
.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\/15 {
  border-top-color: rgb(126 34 206 / 0.15);
}
.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\/35 {
  border-top-color: rgb(126 34 206 / 0.35);
}
.border-t-purple-700\/40 {
  border-top-color: rgb(126 34 206 / 0.4);
}
.border-t-purple-700\/45 {
  border-top-color: rgb(126 34 206 / 0.45);
}
.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\/55 {
  border-top-color: rgb(126 34 206 / 0.55);
}
.border-t-purple-700\/60 {
  border-top-color: rgb(126 34 206 / 0.6);
}
.border-t-purple-700\/65 {
  border-top-color: rgb(126 34 206 / 0.65);
}
.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\/85 {
  border-top-color: rgb(126 34 206 / 0.85);
}
.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\/15 {
  border-top-color: rgb(107 33 168 / 0.15);
}
.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\/35 {
  border-top-color: rgb(107 33 168 / 0.35);
}
.border-t-purple-800\/40 {
  border-top-color: rgb(107 33 168 / 0.4);
}
.border-t-purple-800\/45 {
  border-top-color: rgb(107 33 168 / 0.45);
}
.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\/55 {
  border-top-color: rgb(107 33 168 / 0.55);
}
.border-t-purple-800\/60 {
  border-top-color: rgb(107 33 168 / 0.6);
}
.border-t-purple-800\/65 {
  border-top-color: rgb(107 33 168 / 0.65);
}
.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\/85 {
  border-top-color: rgb(107 33 168 / 0.85);
}
.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\/15 {
  border-top-color: rgb(88 28 135 / 0.15);
}
.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\/35 {
  border-top-color: rgb(88 28 135 / 0.35);
}
.border-t-purple-900\/40 {
  border-top-color: rgb(88 28 135 / 0.4);
}
.border-t-purple-900\/45 {
  border-top-color: rgb(88 28 135 / 0.45);
}
.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\/55 {
  border-top-color: rgb(88 28 135 / 0.55);
}
.border-t-purple-900\/60 {
  border-top-color: rgb(88 28 135 / 0.6);
}
.border-t-purple-900\/65 {
  border-top-color: rgb(88 28 135 / 0.65);
}
.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\/85 {
  border-top-color: rgb(88 28 135 / 0.85);
}
.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\/15 {
  border-top-color: rgb(59 7 100 / 0.15);
}
.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\/35 {
  border-top-color: rgb(59 7 100 / 0.35);
}
.border-t-purple-950\/40 {
  border-top-color: rgb(59 7 100 / 0.4);
}
.border-t-purple-950\/45 {
  border-top-color: rgb(59 7 100 / 0.45);
}
.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\/55 {
  border-top-color: rgb(59 7 100 / 0.55);
}
.border-t-purple-950\/60 {
  border-top-color: rgb(59 7 100 / 0.6);
}
.border-t-purple-950\/65 {
  border-top-color: rgb(59 7 100 / 0.65);
}
.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\/85 {
  border-top-color: rgb(59 7 100 / 0.85);
}
.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\/15 {
  border-top-color: rgb(254 226 226 / 0.15);
}
.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\/35 {
  border-top-color: rgb(254 226 226 / 0.35);
}
.border-t-red-100\/40 {
  border-top-color: rgb(254 226 226 / 0.4);
}
.border-t-red-100\/45 {
  border-top-color: rgb(254 226 226 / 0.45);
}
.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\/55 {
  border-top-color: rgb(254 226 226 / 0.55);
}
.border-t-red-100\/60 {
  border-top-color: rgb(254 226 226 / 0.6);
}
.border-t-red-100\/65 {
  border-top-color: rgb(254 226 226 / 0.65);
}
.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\/85 {
  border-top-color: rgb(254 226 226 / 0.85);
}
.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\/15 {
  border-top-color: rgb(254 202 202 / 0.15);
}
.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\/35 {
  border-top-color: rgb(254 202 202 / 0.35);
}
.border-t-red-200\/40 {
  border-top-color: rgb(254 202 202 / 0.4);
}
.border-t-red-200\/45 {
  border-top-color: rgb(254 202 202 / 0.45);
}
.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\/55 {
  border-top-color: rgb(254 202 202 / 0.55);
}
.border-t-red-200\/60 {
  border-top-color: rgb(254 202 202 / 0.6);
}
.border-t-red-200\/65 {
  border-top-color: rgb(254 202 202 / 0.65);
}
.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\/85 {
  border-top-color: rgb(254 202 202 / 0.85);
}
.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\/15 {
  border-top-color: rgb(252 165 165 / 0.15);
}
.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\/35 {
  border-top-color: rgb(252 165 165 / 0.35);
}
.border-t-red-300\/40 {
  border-top-color: rgb(252 165 165 / 0.4);
}
.border-t-red-300\/45 {
  border-top-color: rgb(252 165 165 / 0.45);
}
.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\/55 {
  border-top-color: rgb(252 165 165 / 0.55);
}
.border-t-red-300\/60 {
  border-top-color: rgb(252 165 165 / 0.6);
}
.border-t-red-300\/65 {
  border-top-color: rgb(252 165 165 / 0.65);
}
.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\/85 {
  border-top-color: rgb(252 165 165 / 0.85);
}
.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\/15 {
  border-top-color: rgb(248 113 113 / 0.15);
}
.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\/35 {
  border-top-color: rgb(248 113 113 / 0.35);
}
.border-t-red-400\/40 {
  border-top-color: rgb(248 113 113 / 0.4);
}
.border-t-red-400\/45 {
  border-top-color: rgb(248 113 113 / 0.45);
}
.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\/55 {
  border-top-color: rgb(248 113 113 / 0.55);
}
.border-t-red-400\/60 {
  border-top-color: rgb(248 113 113 / 0.6);
}
.border-t-red-400\/65 {
  border-top-color: rgb(248 113 113 / 0.65);
}
.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\/85 {
  border-top-color: rgb(248 113 113 / 0.85);
}
.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\/15 {
  border-top-color: rgb(254 242 242 / 0.15);
}
.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\/35 {
  border-top-color: rgb(254 242 242 / 0.35);
}
.border-t-red-50\/40 {
  border-top-color: rgb(254 242 242 / 0.4);
}
.border-t-red-50\/45 {
  border-top-color: rgb(254 242 242 / 0.45);
}
.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\/55 {
  border-top-color: rgb(254 242 242 / 0.55);
}
.border-t-red-50\/60 {
  border-top-color: rgb(254 242 242 / 0.6);
}
.border-t-red-50\/65 {
  border-top-color: rgb(254 242 242 / 0.65);
}
.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\/85 {
  border-top-color: rgb(254 242 242 / 0.85);
}
.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\/15 {
  border-top-color: rgb(239 68 68 / 0.15);
}
.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\/35 {
  border-top-color: rgb(239 68 68 / 0.35);
}
.border-t-red-500\/40 {
  border-top-color: rgb(239 68 68 / 0.4);
}
.border-t-red-500\/45 {
  border-top-color: rgb(239 68 68 / 0.45);
}
.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\/55 {
  border-top-color: rgb(239 68 68 / 0.55);
}
.border-t-red-500\/60 {
  border-top-color: rgb(239 68 68 / 0.6);
}
.border-t-red-500\/65 {
  border-top-color: rgb(239 68 68 / 0.65);
}
.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\/85 {
  border-top-color: rgb(239 68 68 / 0.85);
}
.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\/15 {
  border-top-color: rgb(220 38 38 / 0.15);
}
.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\/35 {
  border-top-color: rgb(220 38 38 / 0.35);
}
.border-t-red-600\/40 {
  border-top-color: rgb(220 38 38 / 0.4);
}
.border-t-red-600\/45 {
  border-top-color: rgb(220 38 38 / 0.45);
}
.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\/55 {
  border-top-color: rgb(220 38 38 / 0.55);
}
.border-t-red-600\/60 {
  border-top-color: rgb(220 38 38 / 0.6);
}
.border-t-red-600\/65 {
  border-top-color: rgb(220 38 38 / 0.65);
}
.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\/85 {
  border-top-color: rgb(220 38 38 / 0.85);
}
.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\/15 {
  border-top-color: rgb(185 28 28 / 0.15);
}
.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\/35 {
  border-top-color: rgb(185 28 28 / 0.35);
}
.border-t-red-700\/40 {
  border-top-color: rgb(185 28 28 / 0.4);
}
.border-t-red-700\/45 {
  border-top-color: rgb(185 28 28 / 0.45);
}
.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\/55 {
  border-top-color: rgb(185 28 28 / 0.55);
}
.border-t-red-700\/60 {
  border-top-color: rgb(185 28 28 / 0.6);
}
.border-t-red-700\/65 {
  border-top-color: rgb(185 28 28 / 0.65);
}
.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\/85 {
  border-top-color: rgb(185 28 28 / 0.85);
}
.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\/15 {
  border-top-color: rgb(153 27 27 / 0.15);
}
.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\/35 {
  border-top-color: rgb(153 27 27 / 0.35);
}
.border-t-red-800\/40 {
  border-top-color: rgb(153 27 27 / 0.4);
}
.border-t-red-800\/45 {
  border-top-color: rgb(153 27 27 / 0.45);
}
.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\/55 {
  border-top-color: rgb(153 27 27 / 0.55);
}
.border-t-red-800\/60 {
  border-top-color: rgb(153 27 27 / 0.6);
}
.border-t-red-800\/65 {
  border-top-color: rgb(153 27 27 / 0.65);
}
.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\/85 {
  border-top-color: rgb(153 27 27 / 0.85);
}
.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\/15 {
  border-top-color: rgb(127 29 29 / 0.15);
}
.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\/35 {
  border-top-color: rgb(127 29 29 / 0.35);
}
.border-t-red-900\/40 {
  border-top-color: rgb(127 29 29 / 0.4);
}
.border-t-red-900\/45 {
  border-top-color: rgb(127 29 29 / 0.45);
}
.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\/55 {
  border-top-color: rgb(127 29 29 / 0.55);
}
.border-t-red-900\/60 {
  border-top-color: rgb(127 29 29 / 0.6);
}
.border-t-red-900\/65 {
  border-top-color: rgb(127 29 29 / 0.65);
}
.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\/85 {
  border-top-color: rgb(127 29 29 / 0.85);
}
.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\/15 {
  border-top-color: rgb(69 10 10 / 0.15);
}
.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\/35 {
  border-top-color: rgb(69 10 10 / 0.35);
}
.border-t-red-950\/40 {
  border-top-color: rgb(69 10 10 / 0.4);
}
.border-t-red-950\/45 {
  border-top-color: rgb(69 10 10 / 0.45);
}
.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\/55 {
  border-top-color: rgb(69 10 10 / 0.55);
}
.border-t-red-950\/60 {
  border-top-color: rgb(69 10 10 / 0.6);
}
.border-t-red-950\/65 {
  border-top-color: rgb(69 10 10 / 0.65);
}
.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\/85 {
  border-top-color: rgb(69 10 10 / 0.85);
}
.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\/15 {
  border-top-color: rgb(255 228 230 / 0.15);
}
.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\/35 {
  border-top-color: rgb(255 228 230 / 0.35);
}
.border-t-rose-100\/40 {
  border-top-color: rgb(255 228 230 / 0.4);
}
.border-t-rose-100\/45 {
  border-top-color: rgb(255 228 230 / 0.45);
}
.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\/55 {
  border-top-color: rgb(255 228 230 / 0.55);
}
.border-t-rose-100\/60 {
  border-top-color: rgb(255 228 230 / 0.6);
}
.border-t-rose-100\/65 {
  border-top-color: rgb(255 228 230 / 0.65);
}
.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\/85 {
  border-top-color: rgb(255 228 230 / 0.85);
}
.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\/15 {
  border-top-color: rgb(254 205 211 / 0.15);
}
.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\/35 {
  border-top-color: rgb(254 205 211 / 0.35);
}
.border-t-rose-200\/40 {
  border-top-color: rgb(254 205 211 / 0.4);
}
.border-t-rose-200\/45 {
  border-top-color: rgb(254 205 211 / 0.45);
}
.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\/55 {
  border-top-color: rgb(254 205 211 / 0.55);
}
.border-t-rose-200\/60 {
  border-top-color: rgb(254 205 211 / 0.6);
}
.border-t-rose-200\/65 {
  border-top-color: rgb(254 205 211 / 0.65);
}
.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\/85 {
  border-top-color: rgb(254 205 211 / 0.85);
}
.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\/15 {
  border-top-color: rgb(253 164 175 / 0.15);
}
.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\/35 {
  border-top-color: rgb(253 164 175 / 0.35);
}
.border-t-rose-300\/40 {
  border-top-color: rgb(253 164 175 / 0.4);
}
.border-t-rose-300\/45 {
  border-top-color: rgb(253 164 175 / 0.45);
}
.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\/55 {
  border-top-color: rgb(253 164 175 / 0.55);
}
.border-t-rose-300\/60 {
  border-top-color: rgb(253 164 175 / 0.6);
}
.border-t-rose-300\/65 {
  border-top-color: rgb(253 164 175 / 0.65);
}
.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\/85 {
  border-top-color: rgb(253 164 175 / 0.85);
}
.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\/15 {
  border-top-color: rgb(251 113 133 / 0.15);
}
.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\/35 {
  border-top-color: rgb(251 113 133 / 0.35);
}
.border-t-rose-400\/40 {
  border-top-color: rgb(251 113 133 / 0.4);
}
.border-t-rose-400\/45 {
  border-top-color: rgb(251 113 133 / 0.45);
}
.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\/55 {
  border-top-color: rgb(251 113 133 / 0.55);
}
.border-t-rose-400\/60 {
  border-top-color: rgb(251 113 133 / 0.6);
}
.border-t-rose-400\/65 {
  border-top-color: rgb(251 113 133 / 0.65);
}
.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\/85 {
  border-top-color: rgb(251 113 133 / 0.85);
}
.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\/15 {
  border-top-color: rgb(255 241 242 / 0.15);
}
.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\/35 {
  border-top-color: rgb(255 241 242 / 0.35);
}
.border-t-rose-50\/40 {
  border-top-color: rgb(255 241 242 / 0.4);
}
.border-t-rose-50\/45 {
  border-top-color: rgb(255 241 242 / 0.45);
}
.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\/55 {
  border-top-color: rgb(255 241 242 / 0.55);
}
.border-t-rose-50\/60 {
  border-top-color: rgb(255 241 242 / 0.6);
}
.border-t-rose-50\/65 {
  border-top-color: rgb(255 241 242 / 0.65);
}
.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\/85 {
  border-top-color: rgb(255 241 242 / 0.85);
}
.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\/15 {
  border-top-color: rgb(244 63 94 / 0.15);
}
.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\/35 {
  border-top-color: rgb(244 63 94 / 0.35);
}
.border-t-rose-500\/40 {
  border-top-color: rgb(244 63 94 / 0.4);
}
.border-t-rose-500\/45 {
  border-top-color: rgb(244 63 94 / 0.45);
}
.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\/55 {
  border-top-color: rgb(244 63 94 / 0.55);
}
.border-t-rose-500\/60 {
  border-top-color: rgb(244 63 94 / 0.6);
}
.border-t-rose-500\/65 {
  border-top-color: rgb(244 63 94 / 0.65);
}
.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\/85 {
  border-top-color: rgb(244 63 94 / 0.85);
}
.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\/15 {
  border-top-color: rgb(225 29 72 / 0.15);
}
.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\/35 {
  border-top-color: rgb(225 29 72 / 0.35);
}
.border-t-rose-600\/40 {
  border-top-color: rgb(225 29 72 / 0.4);
}
.border-t-rose-600\/45 {
  border-top-color: rgb(225 29 72 / 0.45);
}
.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\/55 {
  border-top-color: rgb(225 29 72 / 0.55);
}
.border-t-rose-600\/60 {
  border-top-color: rgb(225 29 72 / 0.6);
}
.border-t-rose-600\/65 {
  border-top-color: rgb(225 29 72 / 0.65);
}
.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\/85 {
  border-top-color: rgb(225 29 72 / 0.85);
}
.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\/15 {
  border-top-color: rgb(190 18 60 / 0.15);
}
.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\/35 {
  border-top-color: rgb(190 18 60 / 0.35);
}
.border-t-rose-700\/40 {
  border-top-color: rgb(190 18 60 / 0.4);
}
.border-t-rose-700\/45 {
  border-top-color: rgb(190 18 60 / 0.45);
}
.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\/55 {
  border-top-color: rgb(190 18 60 / 0.55);
}
.border-t-rose-700\/60 {
  border-top-color: rgb(190 18 60 / 0.6);
}
.border-t-rose-700\/65 {
  border-top-color: rgb(190 18 60 / 0.65);
}
.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\/85 {
  border-top-color: rgb(190 18 60 / 0.85);
}
.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\/15 {
  border-top-color: rgb(159 18 57 / 0.15);
}
.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\/35 {
  border-top-color: rgb(159 18 57 / 0.35);
}
.border-t-rose-800\/40 {
  border-top-color: rgb(159 18 57 / 0.4);
}
.border-t-rose-800\/45 {
  border-top-color: rgb(159 18 57 / 0.45);
}
.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\/55 {
  border-top-color: rgb(159 18 57 / 0.55);
}
.border-t-rose-800\/60 {
  border-top-color: rgb(159 18 57 / 0.6);
}
.border-t-rose-800\/65 {
  border-top-color: rgb(159 18 57 / 0.65);
}
.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\/85 {
  border-top-color: rgb(159 18 57 / 0.85);
}
.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\/15 {
  border-top-color: rgb(136 19 55 / 0.15);
}
.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\/35 {
  border-top-color: rgb(136 19 55 / 0.35);
}
.border-t-rose-900\/40 {
  border-top-color: rgb(136 19 55 / 0.4);
}
.border-t-rose-900\/45 {
  border-top-color: rgb(136 19 55 / 0.45);
}
.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\/55 {
  border-top-color: rgb(136 19 55 / 0.55);
}
.border-t-rose-900\/60 {
  border-top-color: rgb(136 19 55 / 0.6);
}
.border-t-rose-900\/65 {
  border-top-color: rgb(136 19 55 / 0.65);
}
.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\/85 {
  border-top-color: rgb(136 19 55 / 0.85);
}
.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\/15 {
  border-top-color: rgb(76 5 25 / 0.15);
}
.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\/35 {
  border-top-color: rgb(76 5 25 / 0.35);
}
.border-t-rose-950\/40 {
  border-top-color: rgb(76 5 25 / 0.4);
}
.border-t-rose-950\/45 {
  border-top-color: rgb(76 5 25 / 0.45);
}
.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\/55 {
  border-top-color: rgb(76 5 25 / 0.55);
}
.border-t-rose-950\/60 {
  border-top-color: rgb(76 5 25 / 0.6);
}
.border-t-rose-950\/65 {
  border-top-color: rgb(76 5 25 / 0.65);
}
.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\/85 {
  border-top-color: rgb(76 5 25 / 0.85);
}
.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\/15 {
  border-top-color: rgb(224 242 254 / 0.15);
}
.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\/35 {
  border-top-color: rgb(224 242 254 / 0.35);
}
.border-t-sky-100\/40 {
  border-top-color: rgb(224 242 254 / 0.4);
}
.border-t-sky-100\/45 {
  border-top-color: rgb(224 242 254 / 0.45);
}
.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\/55 {
  border-top-color: rgb(224 242 254 / 0.55);
}
.border-t-sky-100\/60 {
  border-top-color: rgb(224 242 254 / 0.6);
}
.border-t-sky-100\/65 {
  border-top-color: rgb(224 242 254 / 0.65);
}
.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\/85 {
  border-top-color: rgb(224 242 254 / 0.85);
}
.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\/15 {
  border-top-color: rgb(186 230 253 / 0.15);
}
.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\/35 {
  border-top-color: rgb(186 230 253 / 0.35);
}
.border-t-sky-200\/40 {
  border-top-color: rgb(186 230 253 / 0.4);
}
.border-t-sky-200\/45 {
  border-top-color: rgb(186 230 253 / 0.45);
}
.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\/55 {
  border-top-color: rgb(186 230 253 / 0.55);
}
.border-t-sky-200\/60 {
  border-top-color: rgb(186 230 253 / 0.6);
}
.border-t-sky-200\/65 {
  border-top-color: rgb(186 230 253 / 0.65);
}
.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\/85 {
  border-top-color: rgb(186 230 253 / 0.85);
}
.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\/15 {
  border-top-color: rgb(125 211 252 / 0.15);
}
.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\/35 {
  border-top-color: rgb(125 211 252 / 0.35);
}
.border-t-sky-300\/40 {
  border-top-color: rgb(125 211 252 / 0.4);
}
.border-t-sky-300\/45 {
  border-top-color: rgb(125 211 252 / 0.45);
}
.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\/55 {
  border-top-color: rgb(125 211 252 / 0.55);
}
.border-t-sky-300\/60 {
  border-top-color: rgb(125 211 252 / 0.6);
}
.border-t-sky-300\/65 {
  border-top-color: rgb(125 211 252 / 0.65);
}
.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\/85 {
  border-top-color: rgb(125 211 252 / 0.85);
}
.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\/15 {
  border-top-color: rgb(56 189 248 / 0.15);
}
.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\/35 {
  border-top-color: rgb(56 189 248 / 0.35);
}
.border-t-sky-400\/40 {
  border-top-color: rgb(56 189 248 / 0.4);
}
.border-t-sky-400\/45 {
  border-top-color: rgb(56 189 248 / 0.45);
}
.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\/55 {
  border-top-color: rgb(56 189 248 / 0.55);
}
.border-t-sky-400\/60 {
  border-top-color: rgb(56 189 248 / 0.6);
}
.border-t-sky-400\/65 {
  border-top-color: rgb(56 189 248 / 0.65);
}
.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\/85 {
  border-top-color: rgb(56 189 248 / 0.85);
}
.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\/15 {
  border-top-color: rgb(240 249 255 / 0.15);
}
.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\/35 {
  border-top-color: rgb(240 249 255 / 0.35);
}
.border-t-sky-50\/40 {
  border-top-color: rgb(240 249 255 / 0.4);
}
.border-t-sky-50\/45 {
  border-top-color: rgb(240 249 255 / 0.45);
}
.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\/55 {
  border-top-color: rgb(240 249 255 / 0.55);
}
.border-t-sky-50\/60 {
  border-top-color: rgb(240 249 255 / 0.6);
}
.border-t-sky-50\/65 {
  border-top-color: rgb(240 249 255 / 0.65);
}
.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\/85 {
  border-top-color: rgb(240 249 255 / 0.85);
}
.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\/15 {
  border-top-color: rgb(14 165 233 / 0.15);
}
.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\/35 {
  border-top-color: rgb(14 165 233 / 0.35);
}
.border-t-sky-500\/40 {
  border-top-color: rgb(14 165 233 / 0.4);
}
.border-t-sky-500\/45 {
  border-top-color: rgb(14 165 233 / 0.45);
}
.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\/55 {
  border-top-color: rgb(14 165 233 / 0.55);
}
.border-t-sky-500\/60 {
  border-top-color: rgb(14 165 233 / 0.6);
}
.border-t-sky-500\/65 {
  border-top-color: rgb(14 165 233 / 0.65);
}
.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\/85 {
  border-top-color: rgb(14 165 233 / 0.85);
}
.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\/15 {
  border-top-color: rgb(2 132 199 / 0.15);
}
.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\/35 {
  border-top-color: rgb(2 132 199 / 0.35);
}
.border-t-sky-600\/40 {
  border-top-color: rgb(2 132 199 / 0.4);
}
.border-t-sky-600\/45 {
  border-top-color: rgb(2 132 199 / 0.45);
}
.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\/55 {
  border-top-color: rgb(2 132 199 / 0.55);
}
.border-t-sky-600\/60 {
  border-top-color: rgb(2 132 199 / 0.6);
}
.border-t-sky-600\/65 {
  border-top-color: rgb(2 132 199 / 0.65);
}
.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\/85 {
  border-top-color: rgb(2 132 199 / 0.85);
}
.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\/15 {
  border-top-color: rgb(3 105 161 / 0.15);
}
.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\/35 {
  border-top-color: rgb(3 105 161 / 0.35);
}
.border-t-sky-700\/40 {
  border-top-color: rgb(3 105 161 / 0.4);
}
.border-t-sky-700\/45 {
  border-top-color: rgb(3 105 161 / 0.45);
}
.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\/55 {
  border-top-color: rgb(3 105 161 / 0.55);
}
.border-t-sky-700\/60 {
  border-top-color: rgb(3 105 161 / 0.6);
}
.border-t-sky-700\/65 {
  border-top-color: rgb(3 105 161 / 0.65);
}
.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\/85 {
  border-top-color: rgb(3 105 161 / 0.85);
}
.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\/15 {
  border-top-color: rgb(7 89 133 / 0.15);
}
.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\/35 {
  border-top-color: rgb(7 89 133 / 0.35);
}
.border-t-sky-800\/40 {
  border-top-color: rgb(7 89 133 / 0.4);
}
.border-t-sky-800\/45 {
  border-top-color: rgb(7 89 133 / 0.45);
}
.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\/55 {
  border-top-color: rgb(7 89 133 / 0.55);
}
.border-t-sky-800\/60 {
  border-top-color: rgb(7 89 133 / 0.6);
}
.border-t-sky-800\/65 {
  border-top-color: rgb(7 89 133 / 0.65);
}
.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\/85 {
  border-top-color: rgb(7 89 133 / 0.85);
}
.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\/15 {
  border-top-color: rgb(12 74 110 / 0.15);
}
.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\/35 {
  border-top-color: rgb(12 74 110 / 0.35);
}
.border-t-sky-900\/40 {
  border-top-color: rgb(12 74 110 / 0.4);
}
.border-t-sky-900\/45 {
  border-top-color: rgb(12 74 110 / 0.45);
}
.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\/55 {
  border-top-color: rgb(12 74 110 / 0.55);
}
.border-t-sky-900\/60 {
  border-top-color: rgb(12 74 110 / 0.6);
}
.border-t-sky-900\/65 {
  border-top-color: rgb(12 74 110 / 0.65);
}
.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\/85 {
  border-top-color: rgb(12 74 110 / 0.85);
}
.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\/15 {
  border-top-color: rgb(8 47 73 / 0.15);
}
.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\/35 {
  border-top-color: rgb(8 47 73 / 0.35);
}
.border-t-sky-950\/40 {
  border-top-color: rgb(8 47 73 / 0.4);
}
.border-t-sky-950\/45 {
  border-top-color: rgb(8 47 73 / 0.45);
}
.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\/55 {
  border-top-color: rgb(8 47 73 / 0.55);
}
.border-t-sky-950\/60 {
  border-top-color: rgb(8 47 73 / 0.6);
}
.border-t-sky-950\/65 {
  border-top-color: rgb(8 47 73 / 0.65);
}
.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\/85 {
  border-top-color: rgb(8 47 73 / 0.85);
}
.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\/15 {
  border-top-color: rgb(241 245 249 / 0.15);
}
.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\/35 {
  border-top-color: rgb(241 245 249 / 0.35);
}
.border-t-slate-100\/40 {
  border-top-color: rgb(241 245 249 / 0.4);
}
.border-t-slate-100\/45 {
  border-top-color: rgb(241 245 249 / 0.45);
}
.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\/55 {
  border-top-color: rgb(241 245 249 / 0.55);
}
.border-t-slate-100\/60 {
  border-top-color: rgb(241 245 249 / 0.6);
}
.border-t-slate-100\/65 {
  border-top-color: rgb(241 245 249 / 0.65);
}
.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\/85 {
  border-top-color: rgb(241 245 249 / 0.85);
}
.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\/15 {
  border-top-color: rgb(226 232 240 / 0.15);
}
.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\/35 {
  border-top-color: rgb(226 232 240 / 0.35);
}
.border-t-slate-200\/40 {
  border-top-color: rgb(226 232 240 / 0.4);
}
.border-t-slate-200\/45 {
  border-top-color: rgb(226 232 240 / 0.45);
}
.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\/55 {
  border-top-color: rgb(226 232 240 / 0.55);
}
.border-t-slate-200\/60 {
  border-top-color: rgb(226 232 240 / 0.6);
}
.border-t-slate-200\/65 {
  border-top-color: rgb(226 232 240 / 0.65);
}
.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\/85 {
  border-top-color: rgb(226 232 240 / 0.85);
}
.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\/15 {
  border-top-color: rgb(203 213 225 / 0.15);
}
.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\/35 {
  border-top-color: rgb(203 213 225 / 0.35);
}
.border-t-slate-300\/40 {
  border-top-color: rgb(203 213 225 / 0.4);
}
.border-t-slate-300\/45 {
  border-top-color: rgb(203 213 225 / 0.45);
}
.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\/55 {
  border-top-color: rgb(203 213 225 / 0.55);
}
.border-t-slate-300\/60 {
  border-top-color: rgb(203 213 225 / 0.6);
}
.border-t-slate-300\/65 {
  border-top-color: rgb(203 213 225 / 0.65);
}
.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\/85 {
  border-top-color: rgb(203 213 225 / 0.85);
}
.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\/15 {
  border-top-color: rgb(148 163 184 / 0.15);
}
.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\/35 {
  border-top-color: rgb(148 163 184 / 0.35);
}
.border-t-slate-400\/40 {
  border-top-color: rgb(148 163 184 / 0.4);
}
.border-t-slate-400\/45 {
  border-top-color: rgb(148 163 184 / 0.45);
}
.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\/55 {
  border-top-color: rgb(148 163 184 / 0.55);
}
.border-t-slate-400\/60 {
  border-top-color: rgb(148 163 184 / 0.6);
}
.border-t-slate-400\/65 {
  border-top-color: rgb(148 163 184 / 0.65);
}
.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\/85 {
  border-top-color: rgb(148 163 184 / 0.85);
}
.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\/15 {
  border-top-color: rgb(248 250 252 / 0.15);
}
.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\/35 {
  border-top-color: rgb(248 250 252 / 0.35);
}
.border-t-slate-50\/40 {
  border-top-color: rgb(248 250 252 / 0.4);
}
.border-t-slate-50\/45 {
  border-top-color: rgb(248 250 252 / 0.45);
}
.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\/55 {
  border-top-color: rgb(248 250 252 / 0.55);
}
.border-t-slate-50\/60 {
  border-top-color: rgb(248 250 252 / 0.6);
}
.border-t-slate-50\/65 {
  border-top-color: rgb(248 250 252 / 0.65);
}
.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\/85 {
  border-top-color: rgb(248 250 252 / 0.85);
}
.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\/15 {
  border-top-color: rgb(100 116 139 / 0.15);
}
.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\/35 {
  border-top-color: rgb(100 116 139 / 0.35);
}
.border-t-slate-500\/40 {
  border-top-color: rgb(100 116 139 / 0.4);
}
.border-t-slate-500\/45 {
  border-top-color: rgb(100 116 139 / 0.45);
}
.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\/55 {
  border-top-color: rgb(100 116 139 / 0.55);
}
.border-t-slate-500\/60 {
  border-top-color: rgb(100 116 139 / 0.6);
}
.border-t-slate-500\/65 {
  border-top-color: rgb(100 116 139 / 0.65);
}
.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\/85 {
  border-top-color: rgb(100 116 139 / 0.85);
}
.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\/15 {
  border-top-color: rgb(71 85 105 / 0.15);
}
.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\/35 {
  border-top-color: rgb(71 85 105 / 0.35);
}
.border-t-slate-600\/40 {
  border-top-color: rgb(71 85 105 / 0.4);
}
.border-t-slate-600\/45 {
  border-top-color: rgb(71 85 105 / 0.45);
}
.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\/55 {
  border-top-color: rgb(71 85 105 / 0.55);
}
.border-t-slate-600\/60 {
  border-top-color: rgb(71 85 105 / 0.6);
}
.border-t-slate-600\/65 {
  border-top-color: rgb(71 85 105 / 0.65);
}
.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\/85 {
  border-top-color: rgb(71 85 105 / 0.85);
}
.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\/15 {
  border-top-color: rgb(51 65 85 / 0.15);
}
.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\/35 {
  border-top-color: rgb(51 65 85 / 0.35);
}
.border-t-slate-700\/40 {
  border-top-color: rgb(51 65 85 / 0.4);
}
.border-t-slate-700\/45 {
  border-top-color: rgb(51 65 85 / 0.45);
}
.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\/55 {
  border-top-color: rgb(51 65 85 / 0.55);
}
.border-t-slate-700\/60 {
  border-top-color: rgb(51 65 85 / 0.6);
}
.border-t-slate-700\/65 {
  border-top-color: rgb(51 65 85 / 0.65);
}
.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\/85 {
  border-top-color: rgb(51 65 85 / 0.85);
}
.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\/15 {
  border-top-color: rgb(30 41 59 / 0.15);
}
.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\/35 {
  border-top-color: rgb(30 41 59 / 0.35);
}
.border-t-slate-800\/40 {
  border-top-color: rgb(30 41 59 / 0.4);
}
.border-t-slate-800\/45 {
  border-top-color: rgb(30 41 59 / 0.45);
}
.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\/55 {
  border-top-color: rgb(30 41 59 / 0.55);
}
.border-t-slate-800\/60 {
  border-top-color: rgb(30 41 59 / 0.6);
}
.border-t-slate-800\/65 {
  border-top-color: rgb(30 41 59 / 0.65);
}
.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\/85 {
  border-top-color: rgb(30 41 59 / 0.85);
}
.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\/15 {
  border-top-color: rgb(15 23 42 / 0.15);
}
.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\/35 {
  border-top-color: rgb(15 23 42 / 0.35);
}
.border-t-slate-900\/40 {
  border-top-color: rgb(15 23 42 / 0.4);
}
.border-t-slate-900\/45 {
  border-top-color: rgb(15 23 42 / 0.45);
}
.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\/55 {
  border-top-color: rgb(15 23 42 / 0.55);
}
.border-t-slate-900\/60 {
  border-top-color: rgb(15 23 42 / 0.6);
}
.border-t-slate-900\/65 {
  border-top-color: rgb(15 23 42 / 0.65);
}
.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\/85 {
  border-top-color: rgb(15 23 42 / 0.85);
}
.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\/15 {
  border-top-color: rgb(2 6 23 / 0.15);
}
.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\/35 {
  border-top-color: rgb(2 6 23 / 0.35);
}
.border-t-slate-950\/40 {
  border-top-color: rgb(2 6 23 / 0.4);
}
.border-t-slate-950\/45 {
  border-top-color: rgb(2 6 23 / 0.45);
}
.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\/55 {
  border-top-color: rgb(2 6 23 / 0.55);
}
.border-t-slate-950\/60 {
  border-top-color: rgb(2 6 23 / 0.6);
}
.border-t-slate-950\/65 {
  border-top-color: rgb(2 6 23 / 0.65);
}
.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\/85 {
  border-top-color: rgb(2 6 23 / 0.85);
}
.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\/15 {
  border-top-color: rgb(245 245 244 / 0.15);
}
.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\/35 {
  border-top-color: rgb(245 245 244 / 0.35);
}
.border-t-stone-100\/40 {
  border-top-color: rgb(245 245 244 / 0.4);
}
.border-t-stone-100\/45 {
  border-top-color: rgb(245 245 244 / 0.45);
}
.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\/55 {
  border-top-color: rgb(245 245 244 / 0.55);
}
.border-t-stone-100\/60 {
  border-top-color: rgb(245 245 244 / 0.6);
}
.border-t-stone-100\/65 {
  border-top-color: rgb(245 245 244 / 0.65);
}
.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\/85 {
  border-top-color: rgb(245 245 244 / 0.85);
}
.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\/15 {
  border-top-color: rgb(231 229 228 / 0.15);
}
.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\/35 {
  border-top-color: rgb(231 229 228 / 0.35);
}
.border-t-stone-200\/40 {
  border-top-color: rgb(231 229 228 / 0.4);
}
.border-t-stone-200\/45 {
  border-top-color: rgb(231 229 228 / 0.45);
}
.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\/55 {
  border-top-color: rgb(231 229 228 / 0.55);
}
.border-t-stone-200\/60 {
  border-top-color: rgb(231 229 228 / 0.6);
}
.border-t-stone-200\/65 {
  border-top-color: rgb(231 229 228 / 0.65);
}
.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\/85 {
  border-top-color: rgb(231 229 228 / 0.85);
}
.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\/15 {
  border-top-color: rgb(214 211 209 / 0.15);
}
.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\/35 {
  border-top-color: rgb(214 211 209 / 0.35);
}
.border-t-stone-300\/40 {
  border-top-color: rgb(214 211 209 / 0.4);
}
.border-t-stone-300\/45 {
  border-top-color: rgb(214 211 209 / 0.45);
}
.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\/55 {
  border-top-color: rgb(214 211 209 / 0.55);
}
.border-t-stone-300\/60 {
  border-top-color: rgb(214 211 209 / 0.6);
}
.border-t-stone-300\/65 {
  border-top-color: rgb(214 211 209 / 0.65);
}
.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\/85 {
  border-top-color: rgb(214 211 209 / 0.85);
}
.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\/15 {
  border-top-color: rgb(168 162 158 / 0.15);
}
.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\/35 {
  border-top-color: rgb(168 162 158 / 0.35);
}
.border-t-stone-400\/40 {
  border-top-color: rgb(168 162 158 / 0.4);
}
.border-t-stone-400\/45 {
  border-top-color: rgb(168 162 158 / 0.45);
}
.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\/55 {
  border-top-color: rgb(168 162 158 / 0.55);
}
.border-t-stone-400\/60 {
  border-top-color: rgb(168 162 158 / 0.6);
}
.border-t-stone-400\/65 {
  border-top-color: rgb(168 162 158 / 0.65);
}
.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\/85 {
  border-top-color: rgb(168 162 158 / 0.85);
}
.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\/15 {
  border-top-color: rgb(250 250 249 / 0.15);
}
.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\/35 {
  border-top-color: rgb(250 250 249 / 0.35);
}
.border-t-stone-50\/40 {
  border-top-color: rgb(250 250 249 / 0.4);
}
.border-t-stone-50\/45 {
  border-top-color: rgb(250 250 249 / 0.45);
}
.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\/55 {
  border-top-color: rgb(250 250 249 / 0.55);
}
.border-t-stone-50\/60 {
  border-top-color: rgb(250 250 249 / 0.6);
}
.border-t-stone-50\/65 {
  border-top-color: rgb(250 250 249 / 0.65);
}
.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\/85 {
  border-top-color: rgb(250 250 249 / 0.85);
}
.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\/15 {
  border-top-color: rgb(120 113 108 / 0.15);
}
.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\/35 {
  border-top-color: rgb(120 113 108 / 0.35);
}
.border-t-stone-500\/40 {
  border-top-color: rgb(120 113 108 / 0.4);
}
.border-t-stone-500\/45 {
  border-top-color: rgb(120 113 108 / 0.45);
}
.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\/55 {
  border-top-color: rgb(120 113 108 / 0.55);
}
.border-t-stone-500\/60 {
  border-top-color: rgb(120 113 108 / 0.6);
}
.border-t-stone-500\/65 {
  border-top-color: rgb(120 113 108 / 0.65);
}
.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\/85 {
  border-top-color: rgb(120 113 108 / 0.85);
}
.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\/15 {
  border-top-color: rgb(87 83 78 / 0.15);
}
.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\/35 {
  border-top-color: rgb(87 83 78 / 0.35);
}
.border-t-stone-600\/40 {
  border-top-color: rgb(87 83 78 / 0.4);
}
.border-t-stone-600\/45 {
  border-top-color: rgb(87 83 78 / 0.45);
}
.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\/55 {
  border-top-color: rgb(87 83 78 / 0.55);
}
.border-t-stone-600\/60 {
  border-top-color: rgb(87 83 78 / 0.6);
}
.border-t-stone-600\/65 {
  border-top-color: rgb(87 83 78 / 0.65);
}
.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\/85 {
  border-top-color: rgb(87 83 78 / 0.85);
}
.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\/15 {
  border-top-color: rgb(68 64 60 / 0.15);
}
.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\/35 {
  border-top-color: rgb(68 64 60 / 0.35);
}
.border-t-stone-700\/40 {
  border-top-color: rgb(68 64 60 / 0.4);
}
.border-t-stone-700\/45 {
  border-top-color: rgb(68 64 60 / 0.45);
}
.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\/55 {
  border-top-color: rgb(68 64 60 / 0.55);
}
.border-t-stone-700\/60 {
  border-top-color: rgb(68 64 60 / 0.6);
}
.border-t-stone-700\/65 {
  border-top-color: rgb(68 64 60 / 0.65);
}
.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\/85 {
  border-top-color: rgb(68 64 60 / 0.85);
}
.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\/15 {
  border-top-color: rgb(41 37 36 / 0.15);
}
.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\/35 {
  border-top-color: rgb(41 37 36 / 0.35);
}
.border-t-stone-800\/40 {
  border-top-color: rgb(41 37 36 / 0.4);
}
.border-t-stone-800\/45 {
  border-top-color: rgb(41 37 36 / 0.45);
}
.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\/55 {
  border-top-color: rgb(41 37 36 / 0.55);
}
.border-t-stone-800\/60 {
  border-top-color: rgb(41 37 36 / 0.6);
}
.border-t-stone-800\/65 {
  border-top-color: rgb(41 37 36 / 0.65);
}
.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\/85 {
  border-top-color: rgb(41 37 36 / 0.85);
}
.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\/15 {
  border-top-color: rgb(28 25 23 / 0.15);
}
.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\/35 {
  border-top-color: rgb(28 25 23 / 0.35);
}
.border-t-stone-900\/40 {
  border-top-color: rgb(28 25 23 / 0.4);
}
.border-t-stone-900\/45 {
  border-top-color: rgb(28 25 23 / 0.45);
}
.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\/55 {
  border-top-color: rgb(28 25 23 / 0.55);
}
.border-t-stone-900\/60 {
  border-top-color: rgb(28 25 23 / 0.6);
}
.border-t-stone-900\/65 {
  border-top-color: rgb(28 25 23 / 0.65);
}
.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\/85 {
  border-top-color: rgb(28 25 23 / 0.85);
}
.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\/15 {
  border-top-color: rgb(12 10 9 / 0.15);
}
.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\/35 {
  border-top-color: rgb(12 10 9 / 0.35);
}
.border-t-stone-950\/40 {
  border-top-color: rgb(12 10 9 / 0.4);
}
.border-t-stone-950\/45 {
  border-top-color: rgb(12 10 9 / 0.45);
}
.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\/55 {
  border-top-color: rgb(12 10 9 / 0.55);
}
.border-t-stone-950\/60 {
  border-top-color: rgb(12 10 9 / 0.6);
}
.border-t-stone-950\/65 {
  border-top-color: rgb(12 10 9 / 0.65);
}
.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\/85 {
  border-top-color: rgb(12 10 9 / 0.85);
}
.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\/15 {
  border-top-color: rgb(204 251 241 / 0.15);
}
.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\/35 {
  border-top-color: rgb(204 251 241 / 0.35);
}
.border-t-teal-100\/40 {
  border-top-color: rgb(204 251 241 / 0.4);
}
.border-t-teal-100\/45 {
  border-top-color: rgb(204 251 241 / 0.45);
}
.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\/55 {
  border-top-color: rgb(204 251 241 / 0.55);
}
.border-t-teal-100\/60 {
  border-top-color: rgb(204 251 241 / 0.6);
}
.border-t-teal-100\/65 {
  border-top-color: rgb(204 251 241 / 0.65);
}
.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\/85 {
  border-top-color: rgb(204 251 241 / 0.85);
}
.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\/15 {
  border-top-color: rgb(153 246 228 / 0.15);
}
.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\/35 {
  border-top-color: rgb(153 246 228 / 0.35);
}
.border-t-teal-200\/40 {
  border-top-color: rgb(153 246 228 / 0.4);
}
.border-t-teal-200\/45 {
  border-top-color: rgb(153 246 228 / 0.45);
}
.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\/55 {
  border-top-color: rgb(153 246 228 / 0.55);
}
.border-t-teal-200\/60 {
  border-top-color: rgb(153 246 228 / 0.6);
}
.border-t-teal-200\/65 {
  border-top-color: rgb(153 246 228 / 0.65);
}
.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\/85 {
  border-top-color: rgb(153 246 228 / 0.85);
}
.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\/15 {
  border-top-color: rgb(94 234 212 / 0.15);
}
.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\/35 {
  border-top-color: rgb(94 234 212 / 0.35);
}
.border-t-teal-300\/40 {
  border-top-color: rgb(94 234 212 / 0.4);
}
.border-t-teal-300\/45 {
  border-top-color: rgb(94 234 212 / 0.45);
}
.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\/55 {
  border-top-color: rgb(94 234 212 / 0.55);
}
.border-t-teal-300\/60 {
  border-top-color: rgb(94 234 212 / 0.6);
}
.border-t-teal-300\/65 {
  border-top-color: rgb(94 234 212 / 0.65);
}
.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\/85 {
  border-top-color: rgb(94 234 212 / 0.85);
}
.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\/15 {
  border-top-color: rgb(45 212 191 / 0.15);
}
.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\/35 {
  border-top-color: rgb(45 212 191 / 0.35);
}
.border-t-teal-400\/40 {
  border-top-color: rgb(45 212 191 / 0.4);
}
.border-t-teal-400\/45 {
  border-top-color: rgb(45 212 191 / 0.45);
}
.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\/55 {
  border-top-color: rgb(45 212 191 / 0.55);
}
.border-t-teal-400\/60 {
  border-top-color: rgb(45 212 191 / 0.6);
}
.border-t-teal-400\/65 {
  border-top-color: rgb(45 212 191 / 0.65);
}
.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\/85 {
  border-top-color: rgb(45 212 191 / 0.85);
}
.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\/15 {
  border-top-color: rgb(240 253 250 / 0.15);
}
.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\/35 {
  border-top-color: rgb(240 253 250 / 0.35);
}
.border-t-teal-50\/40 {
  border-top-color: rgb(240 253 250 / 0.4);
}
.border-t-teal-50\/45 {
  border-top-color: rgb(240 253 250 / 0.45);
}
.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\/55 {
  border-top-color: rgb(240 253 250 / 0.55);
}
.border-t-teal-50\/60 {
  border-top-color: rgb(240 253 250 / 0.6);
}
.border-t-teal-50\/65 {
  border-top-color: rgb(240 253 250 / 0.65);
}
.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\/85 {
  border-top-color: rgb(240 253 250 / 0.85);
}
.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\/15 {
  border-top-color: rgb(20 184 166 / 0.15);
}
.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\/35 {
  border-top-color: rgb(20 184 166 / 0.35);
}
.border-t-teal-500\/40 {
  border-top-color: rgb(20 184 166 / 0.4);
}
.border-t-teal-500\/45 {
  border-top-color: rgb(20 184 166 / 0.45);
}
.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\/55 {
  border-top-color: rgb(20 184 166 / 0.55);
}
.border-t-teal-500\/60 {
  border-top-color: rgb(20 184 166 / 0.6);
}
.border-t-teal-500\/65 {
  border-top-color: rgb(20 184 166 / 0.65);
}
.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\/85 {
  border-top-color: rgb(20 184 166 / 0.85);
}
.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\/15 {
  border-top-color: rgb(13 148 136 / 0.15);
}
.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\/35 {
  border-top-color: rgb(13 148 136 / 0.35);
}
.border-t-teal-600\/40 {
  border-top-color: rgb(13 148 136 / 0.4);
}
.border-t-teal-600\/45 {
  border-top-color: rgb(13 148 136 / 0.45);
}
.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\/55 {
  border-top-color: rgb(13 148 136 / 0.55);
}
.border-t-teal-600\/60 {
  border-top-color: rgb(13 148 136 / 0.6);
}
.border-t-teal-600\/65 {
  border-top-color: rgb(13 148 136 / 0.65);
}
.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\/85 {
  border-top-color: rgb(13 148 136 / 0.85);
}
.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\/15 {
  border-top-color: rgb(15 118 110 / 0.15);
}
.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\/35 {
  border-top-color: rgb(15 118 110 / 0.35);
}
.border-t-teal-700\/40 {
  border-top-color: rgb(15 118 110 / 0.4);
}
.border-t-teal-700\/45 {
  border-top-color: rgb(15 118 110 / 0.45);
}
.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\/55 {
  border-top-color: rgb(15 118 110 / 0.55);
}
.border-t-teal-700\/60 {
  border-top-color: rgb(15 118 110 / 0.6);
}
.border-t-teal-700\/65 {
  border-top-color: rgb(15 118 110 / 0.65);
}
.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\/85 {
  border-top-color: rgb(15 118 110 / 0.85);
}
.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\/15 {
  border-top-color: rgb(17 94 89 / 0.15);
}
.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\/35 {
  border-top-color: rgb(17 94 89 / 0.35);
}
.border-t-teal-800\/40 {
  border-top-color: rgb(17 94 89 / 0.4);
}
.border-t-teal-800\/45 {
  border-top-color: rgb(17 94 89 / 0.45);
}
.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\/55 {
  border-top-color: rgb(17 94 89 / 0.55);
}
.border-t-teal-800\/60 {
  border-top-color: rgb(17 94 89 / 0.6);
}
.border-t-teal-800\/65 {
  border-top-color: rgb(17 94 89 / 0.65);
}
.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\/85 {
  border-top-color: rgb(17 94 89 / 0.85);
}
.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\/15 {
  border-top-color: rgb(19 78 74 / 0.15);
}
.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\/35 {
  border-top-color: rgb(19 78 74 / 0.35);
}
.border-t-teal-900\/40 {
  border-top-color: rgb(19 78 74 / 0.4);
}
.border-t-teal-900\/45 {
  border-top-color: rgb(19 78 74 / 0.45);
}
.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\/55 {
  border-top-color: rgb(19 78 74 / 0.55);
}
.border-t-teal-900\/60 {
  border-top-color: rgb(19 78 74 / 0.6);
}
.border-t-teal-900\/65 {
  border-top-color: rgb(19 78 74 / 0.65);
}
.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\/85 {
  border-top-color: rgb(19 78 74 / 0.85);
}
.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\/15 {
  border-top-color: rgb(4 47 46 / 0.15);
}
.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\/35 {
  border-top-color: rgb(4 47 46 / 0.35);
}
.border-t-teal-950\/40 {
  border-top-color: rgb(4 47 46 / 0.4);
}
.border-t-teal-950\/45 {
  border-top-color: rgb(4 47 46 / 0.45);
}
.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\/55 {
  border-top-color: rgb(4 47 46 / 0.55);
}
.border-t-teal-950\/60 {
  border-top-color: rgb(4 47 46 / 0.6);
}
.border-t-teal-950\/65 {
  border-top-color: rgb(4 47 46 / 0.65);
}
.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\/85 {
  border-top-color: rgb(4 47 46 / 0.85);
}
.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\/15 {
  border-top-color: rgb(0 0 0 / 0.15);
}
.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\/35 {
  border-top-color: rgb(0 0 0 / 0.35);
}
.border-t-transparent\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
}
.border-t-transparent\/45 {
  border-top-color: rgb(0 0 0 / 0.45);
}
.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\/55 {
  border-top-color: rgb(0 0 0 / 0.55);
}
.border-t-transparent\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
}
.border-t-transparent\/65 {
  border-top-color: rgb(0 0 0 / 0.65);
}
.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\/85 {
  border-top-color: rgb(0 0 0 / 0.85);
}
.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\/15 {
  border-top-color: rgb(237 233 254 / 0.15);
}
.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\/35 {
  border-top-color: rgb(237 233 254 / 0.35);
}
.border-t-violet-100\/40 {
  border-top-color: rgb(237 233 254 / 0.4);
}
.border-t-violet-100\/45 {
  border-top-color: rgb(237 233 254 / 0.45);
}
.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\/55 {
  border-top-color: rgb(237 233 254 / 0.55);
}
.border-t-violet-100\/60 {
  border-top-color: rgb(237 233 254 / 0.6);
}
.border-t-violet-100\/65 {
  border-top-color: rgb(237 233 254 / 0.65);
}
.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\/85 {
  border-top-color: rgb(237 233 254 / 0.85);
}
.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\/15 {
  border-top-color: rgb(221 214 254 / 0.15);
}
.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\/35 {
  border-top-color: rgb(221 214 254 / 0.35);
}
.border-t-violet-200\/40 {
  border-top-color: rgb(221 214 254 / 0.4);
}
.border-t-violet-200\/45 {
  border-top-color: rgb(221 214 254 / 0.45);
}
.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\/55 {
  border-top-color: rgb(221 214 254 / 0.55);
}
.border-t-violet-200\/60 {
  border-top-color: rgb(221 214 254 / 0.6);
}
.border-t-violet-200\/65 {
  border-top-color: rgb(221 214 254 / 0.65);
}
.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\/85 {
  border-top-color: rgb(221 214 254 / 0.85);
}
.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\/15 {
  border-top-color: rgb(196 181 253 / 0.15);
}
.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\/35 {
  border-top-color: rgb(196 181 253 / 0.35);
}
.border-t-violet-300\/40 {
  border-top-color: rgb(196 181 253 / 0.4);
}
.border-t-violet-300\/45 {
  border-top-color: rgb(196 181 253 / 0.45);
}
.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\/55 {
  border-top-color: rgb(196 181 253 / 0.55);
}
.border-t-violet-300\/60 {
  border-top-color: rgb(196 181 253 / 0.6);
}
.border-t-violet-300\/65 {
  border-top-color: rgb(196 181 253 / 0.65);
}
.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\/85 {
  border-top-color: rgb(196 181 253 / 0.85);
}
.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\/15 {
  border-top-color: rgb(167 139 250 / 0.15);
}
.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\/35 {
  border-top-color: rgb(167 139 250 / 0.35);
}
.border-t-violet-400\/40 {
  border-top-color: rgb(167 139 250 / 0.4);
}
.border-t-violet-400\/45 {
  border-top-color: rgb(167 139 250 / 0.45);
}
.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\/55 {
  border-top-color: rgb(167 139 250 / 0.55);
}
.border-t-violet-400\/60 {
  border-top-color: rgb(167 139 250 / 0.6);
}
.border-t-violet-400\/65 {
  border-top-color: rgb(167 139 250 / 0.65);
}
.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\/85 {
  border-top-color: rgb(167 139 250 / 0.85);
}
.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\/15 {
  border-top-color: rgb(245 243 255 / 0.15);
}
.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\/35 {
  border-top-color: rgb(245 243 255 / 0.35);
}
.border-t-violet-50\/40 {
  border-top-color: rgb(245 243 255 / 0.4);
}
.border-t-violet-50\/45 {
  border-top-color: rgb(245 243 255 / 0.45);
}
.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\/55 {
  border-top-color: rgb(245 243 255 / 0.55);
}
.border-t-violet-50\/60 {
  border-top-color: rgb(245 243 255 / 0.6);
}
.border-t-violet-50\/65 {
  border-top-color: rgb(245 243 255 / 0.65);
}
.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\/85 {
  border-top-color: rgb(245 243 255 / 0.85);
}
.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\/15 {
  border-top-color: rgb(139 92 246 / 0.15);
}
.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\/35 {
  border-top-color: rgb(139 92 246 / 0.35);
}
.border-t-violet-500\/40 {
  border-top-color: rgb(139 92 246 / 0.4);
}
.border-t-violet-500\/45 {
  border-top-color: rgb(139 92 246 / 0.45);
}
.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\/55 {
  border-top-color: rgb(139 92 246 / 0.55);
}
.border-t-violet-500\/60 {
  border-top-color: rgb(139 92 246 / 0.6);
}
.border-t-violet-500\/65 {
  border-top-color: rgb(139 92 246 / 0.65);
}
.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\/85 {
  border-top-color: rgb(139 92 246 / 0.85);
}
.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\/15 {
  border-top-color: rgb(124 58 237 / 0.15);
}
.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\/35 {
  border-top-color: rgb(124 58 237 / 0.35);
}
.border-t-violet-600\/40 {
  border-top-color: rgb(124 58 237 / 0.4);
}
.border-t-violet-600\/45 {
  border-top-color: rgb(124 58 237 / 0.45);
}
.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\/55 {
  border-top-color: rgb(124 58 237 / 0.55);
}
.border-t-violet-600\/60 {
  border-top-color: rgb(124 58 237 / 0.6);
}
.border-t-violet-600\/65 {
  border-top-color: rgb(124 58 237 / 0.65);
}
.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\/85 {
  border-top-color: rgb(124 58 237 / 0.85);
}
.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\/15 {
  border-top-color: rgb(109 40 217 / 0.15);
}
.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\/35 {
  border-top-color: rgb(109 40 217 / 0.35);
}
.border-t-violet-700\/40 {
  border-top-color: rgb(109 40 217 / 0.4);
}
.border-t-violet-700\/45 {
  border-top-color: rgb(109 40 217 / 0.45);
}
.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\/55 {
  border-top-color: rgb(109 40 217 / 0.55);
}
.border-t-violet-700\/60 {
  border-top-color: rgb(109 40 217 / 0.6);
}
.border-t-violet-700\/65 {
  border-top-color: rgb(109 40 217 / 0.65);
}
.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\/85 {
  border-top-color: rgb(109 40 217 / 0.85);
}
.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\/15 {
  border-top-color: rgb(91 33 182 / 0.15);
}
.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\/35 {
  border-top-color: rgb(91 33 182 / 0.35);
}
.border-t-violet-800\/40 {
  border-top-color: rgb(91 33 182 / 0.4);
}
.border-t-violet-800\/45 {
  border-top-color: rgb(91 33 182 / 0.45);
}
.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\/55 {
  border-top-color: rgb(91 33 182 / 0.55);
}
.border-t-violet-800\/60 {
  border-top-color: rgb(91 33 182 / 0.6);
}
.border-t-violet-800\/65 {
  border-top-color: rgb(91 33 182 / 0.65);
}
.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\/85 {
  border-top-color: rgb(91 33 182 / 0.85);
}
.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\/15 {
  border-top-color: rgb(76 29 149 / 0.15);
}
.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\/35 {
  border-top-color: rgb(76 29 149 / 0.35);
}
.border-t-violet-900\/40 {
  border-top-color: rgb(76 29 149 / 0.4);
}
.border-t-violet-900\/45 {
  border-top-color: rgb(76 29 149 / 0.45);
}
.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\/55 {
  border-top-color: rgb(76 29 149 / 0.55);
}
.border-t-violet-900\/60 {
  border-top-color: rgb(76 29 149 / 0.6);
}
.border-t-violet-900\/65 {
  border-top-color: rgb(76 29 149 / 0.65);
}
.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\/85 {
  border-top-color: rgb(76 29 149 / 0.85);
}
.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\/15 {
  border-top-color: rgb(46 16 101 / 0.15);
}
.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\/35 {
  border-top-color: rgb(46 16 101 / 0.35);
}
.border-t-violet-950\/40 {
  border-top-color: rgb(46 16 101 / 0.4);
}
.border-t-violet-950\/45 {
  border-top-color: rgb(46 16 101 / 0.45);
}
.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\/55 {
  border-top-color: rgb(46 16 101 / 0.55);
}
.border-t-violet-950\/60 {
  border-top-color: rgb(46 16 101 / 0.6);
}
.border-t-violet-950\/65 {
  border-top-color: rgb(46 16 101 / 0.65);
}
.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\/85 {
  border-top-color: rgb(46 16 101 / 0.85);
}
.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\/15 {
  border-top-color: rgb(255 255 255 / 0.15);
}
.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\/35 {
  border-top-color: rgb(255 255 255 / 0.35);
}
.border-t-white\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
}
.border-t-white\/45 {
  border-top-color: rgb(255 255 255 / 0.45);
}
.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\/55 {
  border-top-color: rgb(255 255 255 / 0.55);
}
.border-t-white\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
}
.border-t-white\/65 {
  border-top-color: rgb(255 255 255 / 0.65);
}
.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\/85 {
  border-top-color: rgb(255 255 255 / 0.85);
}
.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\/15 {
  border-top-color: rgb(254 249 195 / 0.15);
}
.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\/35 {
  border-top-color: rgb(254 249 195 / 0.35);
}
.border-t-yellow-100\/40 {
  border-top-color: rgb(254 249 195 / 0.4);
}
.border-t-yellow-100\/45 {
  border-top-color: rgb(254 249 195 / 0.45);
}
.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\/55 {
  border-top-color: rgb(254 249 195 / 0.55);
}
.border-t-yellow-100\/60 {
  border-top-color: rgb(254 249 195 / 0.6);
}
.border-t-yellow-100\/65 {
  border-top-color: rgb(254 249 195 / 0.65);
}
.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\/85 {
  border-top-color: rgb(254 249 195 / 0.85);
}
.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\/15 {
  border-top-color: rgb(254 240 138 / 0.15);
}
.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\/35 {
  border-top-color: rgb(254 240 138 / 0.35);
}
.border-t-yellow-200\/40 {
  border-top-color: rgb(254 240 138 / 0.4);
}
.border-t-yellow-200\/45 {
  border-top-color: rgb(254 240 138 / 0.45);
}
.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\/55 {
  border-top-color: rgb(254 240 138 / 0.55);
}
.border-t-yellow-200\/60 {
  border-top-color: rgb(254 240 138 / 0.6);
}
.border-t-yellow-200\/65 {
  border-top-color: rgb(254 240 138 / 0.65);
}
.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\/85 {
  border-top-color: rgb(254 240 138 / 0.85);
}
.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\/15 {
  border-top-color: rgb(253 224 71 / 0.15);
}
.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\/35 {
  border-top-color: rgb(253 224 71 / 0.35);
}
.border-t-yellow-300\/40 {
  border-top-color: rgb(253 224 71 / 0.4);
}
.border-t-yellow-300\/45 {
  border-top-color: rgb(253 224 71 / 0.45);
}
.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\/55 {
  border-top-color: rgb(253 224 71 / 0.55);
}
.border-t-yellow-300\/60 {
  border-top-color: rgb(253 224 71 / 0.6);
}
.border-t-yellow-300\/65 {
  border-top-color: rgb(253 224 71 / 0.65);
}
.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\/85 {
  border-top-color: rgb(253 224 71 / 0.85);
}
.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\/15 {
  border-top-color: rgb(250 204 21 / 0.15);
}
.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\/35 {
  border-top-color: rgb(250 204 21 / 0.35);
}
.border-t-yellow-400\/40 {
  border-top-color: rgb(250 204 21 / 0.4);
}
.border-t-yellow-400\/45 {
  border-top-color: rgb(250 204 21 / 0.45);
}
.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\/55 {
  border-top-color: rgb(250 204 21 / 0.55);
}
.border-t-yellow-400\/60 {
  border-top-color: rgb(250 204 21 / 0.6);
}
.border-t-yellow-400\/65 {
  border-top-color: rgb(250 204 21 / 0.65);
}
.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\/85 {
  border-top-color: rgb(250 204 21 / 0.85);
}
.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\/15 {
  border-top-color: rgb(254 252 232 / 0.15);
}
.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\/35 {
  border-top-color: rgb(254 252 232 / 0.35);
}
.border-t-yellow-50\/40 {
  border-top-color: rgb(254 252 232 / 0.4);
}
.border-t-yellow-50\/45 {
  border-top-color: rgb(254 252 232 / 0.45);
}
.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\/55 {
  border-top-color: rgb(254 252 232 / 0.55);
}
.border-t-yellow-50\/60 {
  border-top-color: rgb(254 252 232 / 0.6);
}
.border-t-yellow-50\/65 {
  border-top-color: rgb(254 252 232 / 0.65);
}
.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\/85 {
  border-top-color: rgb(254 252 232 / 0.85);
}
.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\/15 {
  border-top-color: rgb(234 179 8 / 0.15);
}
.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\/35 {
  border-top-color: rgb(234 179 8 / 0.35);
}
.border-t-yellow-500\/40 {
  border-top-color: rgb(234 179 8 / 0.4);
}
.border-t-yellow-500\/45 {
  border-top-color: rgb(234 179 8 / 0.45);
}
.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\/55 {
  border-top-color: rgb(234 179 8 / 0.55);
}
.border-t-yellow-500\/60 {
  border-top-color: rgb(234 179 8 / 0.6);
}
.border-t-yellow-500\/65 {
  border-top-color: rgb(234 179 8 / 0.65);
}
.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\/85 {
  border-top-color: rgb(234 179 8 / 0.85);
}
.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\/15 {
  border-top-color: rgb(202 138 4 / 0.15);
}
.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\/35 {
  border-top-color: rgb(202 138 4 / 0.35);
}
.border-t-yellow-600\/40 {
  border-top-color: rgb(202 138 4 / 0.4);
}
.border-t-yellow-600\/45 {
  border-top-color: rgb(202 138 4 / 0.45);
}
.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\/55 {
  border-top-color: rgb(202 138 4 / 0.55);
}
.border-t-yellow-600\/60 {
  border-top-color: rgb(202 138 4 / 0.6);
}
.border-t-yellow-600\/65 {
  border-top-color: rgb(202 138 4 / 0.65);
}
.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\/85 {
  border-top-color: rgb(202 138 4 / 0.85);
}
.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\/15 {
  border-top-color: rgb(161 98 7 / 0.15);
}
.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\/35 {
  border-top-color: rgb(161 98 7 / 0.35);
}
.border-t-yellow-700\/40 {
  border-top-color: rgb(161 98 7 / 0.4);
}
.border-t-yellow-700\/45 {
  border-top-color: rgb(161 98 7 / 0.45);
}
.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\/55 {
  border-top-color: rgb(161 98 7 / 0.55);
}
.border-t-yellow-700\/60 {
  border-top-color: rgb(161 98 7 / 0.6);
}
.border-t-yellow-700\/65 {
  border-top-color: rgb(161 98 7 / 0.65);
}
.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\/85 {
  border-top-color: rgb(161 98 7 / 0.85);
}
.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\/15 {
  border-top-color: rgb(133 77 14 / 0.15);
}
.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\/35 {
  border-top-color: rgb(133 77 14 / 0.35);
}
.border-t-yellow-800\/40 {
  border-top-color: rgb(133 77 14 / 0.4);
}
.border-t-yellow-800\/45 {
  border-top-color: rgb(133 77 14 / 0.45);
}
.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\/55 {
  border-top-color: rgb(133 77 14 / 0.55);
}
.border-t-yellow-800\/60 {
  border-top-color: rgb(133 77 14 / 0.6);
}
.border-t-yellow-800\/65 {
  border-top-color: rgb(133 77 14 / 0.65);
}
.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\/85 {
  border-top-color: rgb(133 77 14 / 0.85);
}
.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\/15 {
  border-top-color: rgb(113 63 18 / 0.15);
}
.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\/35 {
  border-top-color: rgb(113 63 18 / 0.35);
}
.border-t-yellow-900\/40 {
  border-top-color: rgb(113 63 18 / 0.4);
}
.border-t-yellow-900\/45 {
  border-top-color: rgb(113 63 18 / 0.45);
}
.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\/55 {
  border-top-color: rgb(113 63 18 / 0.55);
}
.border-t-yellow-900\/60 {
  border-top-color: rgb(113 63 18 / 0.6);
}
.border-t-yellow-900\/65 {
  border-top-color: rgb(113 63 18 / 0.65);
}
.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\/85 {
  border-top-color: rgb(113 63 18 / 0.85);
}
.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\/15 {
  border-top-color: rgb(66 32 6 / 0.15);
}
.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\/35 {
  border-top-color: rgb(66 32 6 / 0.35);
}
.border-t-yellow-950\/40 {
  border-top-color: rgb(66 32 6 / 0.4);
}
.border-t-yellow-950\/45 {
  border-top-color: rgb(66 32 6 / 0.45);
}
.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\/55 {
  border-top-color: rgb(66 32 6 / 0.55);
}
.border-t-yellow-950\/60 {
  border-top-color: rgb(66 32 6 / 0.6);
}
.border-t-yellow-950\/65 {
  border-top-color: rgb(66 32 6 / 0.65);
}
.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\/85 {
  border-top-color: rgb(66 32 6 / 0.85);
}
.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\/15 {
  border-top-color: rgb(244 244 245 / 0.15);
}
.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\/35 {
  border-top-color: rgb(244 244 245 / 0.35);
}
.border-t-zinc-100\/40 {
  border-top-color: rgb(244 244 245 / 0.4);
}
.border-t-zinc-100\/45 {
  border-top-color: rgb(244 244 245 / 0.45);
}
.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\/55 {
  border-top-color: rgb(244 244 245 / 0.55);
}
.border-t-zinc-100\/60 {
  border-top-color: rgb(244 244 245 / 0.6);
}
.border-t-zinc-100\/65 {
  border-top-color: rgb(244 244 245 / 0.65);
}
.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\/85 {
  border-top-color: rgb(244 244 245 / 0.85);
}
.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\/15 {
  border-top-color: rgb(228 228 231 / 0.15);
}
.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\/35 {
  border-top-color: rgb(228 228 231 / 0.35);
}
.border-t-zinc-200\/40 {
  border-top-color: rgb(228 228 231 / 0.4);
}
.border-t-zinc-200\/45 {
  border-top-color: rgb(228 228 231 / 0.45);
}
.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\/55 {
  border-top-color: rgb(228 228 231 / 0.55);
}
.border-t-zinc-200\/60 {
  border-top-color: rgb(228 228 231 / 0.6);
}
.border-t-zinc-200\/65 {
  border-top-color: rgb(228 228 231 / 0.65);
}
.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\/85 {
  border-top-color: rgb(228 228 231 / 0.85);
}
.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\/15 {
  border-top-color: rgb(212 212 216 / 0.15);
}
.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\/35 {
  border-top-color: rgb(212 212 216 / 0.35);
}
.border-t-zinc-300\/40 {
  border-top-color: rgb(212 212 216 / 0.4);
}
.border-t-zinc-300\/45 {
  border-top-color: rgb(212 212 216 / 0.45);
}
.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\/55 {
  border-top-color: rgb(212 212 216 / 0.55);
}
.border-t-zinc-300\/60 {
  border-top-color: rgb(212 212 216 / 0.6);
}
.border-t-zinc-300\/65 {
  border-top-color: rgb(212 212 216 / 0.65);
}
.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\/85 {
  border-top-color: rgb(212 212 216 / 0.85);
}
.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\/15 {
  border-top-color: rgb(161 161 170 / 0.15);
}
.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\/35 {
  border-top-color: rgb(161 161 170 / 0.35);
}
.border-t-zinc-400\/40 {
  border-top-color: rgb(161 161 170 / 0.4);
}
.border-t-zinc-400\/45 {
  border-top-color: rgb(161 161 170 / 0.45);
}
.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\/55 {
  border-top-color: rgb(161 161 170 / 0.55);
}
.border-t-zinc-400\/60 {
  border-top-color: rgb(161 161 170 / 0.6);
}
.border-t-zinc-400\/65 {
  border-top-color: rgb(161 161 170 / 0.65);
}
.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\/85 {
  border-top-color: rgb(161 161 170 / 0.85);
}
.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\/15 {
  border-top-color: rgb(250 250 250 / 0.15);
}
.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\/35 {
  border-top-color: rgb(250 250 250 / 0.35);
}
.border-t-zinc-50\/40 {
  border-top-color: rgb(250 250 250 / 0.4);
}
.border-t-zinc-50\/45 {
  border-top-color: rgb(250 250 250 / 0.45);
}
.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\/55 {
  border-top-color: rgb(250 250 250 / 0.55);
}
.border-t-zinc-50\/60 {
  border-top-color: rgb(250 250 250 / 0.6);
}
.border-t-zinc-50\/65 {
  border-top-color: rgb(250 250 250 / 0.65);
}
.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\/85 {
  border-top-color: rgb(250 250 250 / 0.85);
}
.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\/15 {
  border-top-color: rgb(113 113 122 / 0.15);
}
.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\/35 {
  border-top-color: rgb(113 113 122 / 0.35);
}
.border-t-zinc-500\/40 {
  border-top-color: rgb(113 113 122 / 0.4);
}
.border-t-zinc-500\/45 {
  border-top-color: rgb(113 113 122 / 0.45);
}
.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\/55 {
  border-top-color: rgb(113 113 122 / 0.55);
}
.border-t-zinc-500\/60 {
  border-top-color: rgb(113 113 122 / 0.6);
}
.border-t-zinc-500\/65 {
  border-top-color: rgb(113 113 122 / 0.65);
}
.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\/85 {
  border-top-color: rgb(113 113 122 / 0.85);
}
.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\/15 {
  border-top-color: rgb(82 82 91 / 0.15);
}
.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\/35 {
  border-top-color: rgb(82 82 91 / 0.35);
}
.border-t-zinc-600\/40 {
  border-top-color: rgb(82 82 91 / 0.4);
}
.border-t-zinc-600\/45 {
  border-top-color: rgb(82 82 91 / 0.45);
}
.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\/55 {
  border-top-color: rgb(82 82 91 / 0.55);
}
.border-t-zinc-600\/60 {
  border-top-color: rgb(82 82 91 / 0.6);
}
.border-t-zinc-600\/65 {
  border-top-color: rgb(82 82 91 / 0.65);
}
.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\/85 {
  border-top-color: rgb(82 82 91 / 0.85);
}
.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\/15 {
  border-top-color: rgb(63 63 70 / 0.15);
}
.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\/35 {
  border-top-color: rgb(63 63 70 / 0.35);
}
.border-t-zinc-700\/40 {
  border-top-color: rgb(63 63 70 / 0.4);
}
.border-t-zinc-700\/45 {
  border-top-color: rgb(63 63 70 / 0.45);
}
.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\/55 {
  border-top-color: rgb(63 63 70 / 0.55);
}
.border-t-zinc-700\/60 {
  border-top-color: rgb(63 63 70 / 0.6);
}
.border-t-zinc-700\/65 {
  border-top-color: rgb(63 63 70 / 0.65);
}
.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\/85 {
  border-top-color: rgb(63 63 70 / 0.85);
}
.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\/15 {
  border-top-color: rgb(39 39 42 / 0.15);
}
.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\/35 {
  border-top-color: rgb(39 39 42 / 0.35);
}
.border-t-zinc-800\/40 {
  border-top-color: rgb(39 39 42 / 0.4);
}
.border-t-zinc-800\/45 {
  border-top-color: rgb(39 39 42 / 0.45);
}
.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\/55 {
  border-top-color: rgb(39 39 42 / 0.55);
}
.border-t-zinc-800\/60 {
  border-top-color: rgb(39 39 42 / 0.6);
}
.border-t-zinc-800\/65 {
  border-top-color: rgb(39 39 42 / 0.65);
}
.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\/85 {
  border-top-color: rgb(39 39 42 / 0.85);
}
.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\/15 {
  border-top-color: rgb(24 24 27 / 0.15);
}
.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\/35 {
  border-top-color: rgb(24 24 27 / 0.35);
}
.border-t-zinc-900\/40 {
  border-top-color: rgb(24 24 27 / 0.4);
}
.border-t-zinc-900\/45 {
  border-top-color: rgb(24 24 27 / 0.45);
}
.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\/55 {
  border-top-color: rgb(24 24 27 / 0.55);
}
.border-t-zinc-900\/60 {
  border-top-color: rgb(24 24 27 / 0.6);
}
.border-t-zinc-900\/65 {
  border-top-color: rgb(24 24 27 / 0.65);
}
.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\/85 {
  border-top-color: rgb(24 24 27 / 0.85);
}
.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\/15 {
  border-top-color: rgb(9 9 11 / 0.15);
}
.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\/35 {
  border-top-color: rgb(9 9 11 / 0.35);
}
.border-t-zinc-950\/40 {
  border-top-color: rgb(9 9 11 / 0.4);
}
.border-t-zinc-950\/45 {
  border-top-color: rgb(9 9 11 / 0.45);
}
.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\/55 {
  border-top-color: rgb(9 9 11 / 0.55);
}
.border-t-zinc-950\/60 {
  border-top-color: rgb(9 9 11 / 0.6);
}
.border-t-zinc-950\/65 {
  border-top-color: rgb(9 9 11 / 0.65);
}
.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\/85 {
  border-top-color: rgb(9 9 11 / 0.85);
}
.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-15 {
  --tw-border-opacity: 0.15;
}
.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-35 {
  --tw-border-opacity: 0.35;
}
.border-opacity-40 {
  --tw-border-opacity: 0.4;
}
.border-opacity-45 {
  --tw-border-opacity: 0.45;
}
.border-opacity-5 {
  --tw-border-opacity: 0.05;
}
.border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.border-opacity-55 {
  --tw-border-opacity: 0.55;
}
.border-opacity-60 {
  --tw-border-opacity: 0.6;
}
.border-opacity-65 {
  --tw-border-opacity: 0.65;
}
.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-85 {
  --tw-border-opacity: 0.85;
}
.border-opacity-90 {
  --tw-border-opacity: 0.9;
}
.border-opacity-95 {
  --tw-border-opacity: 0.95;
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-400\/5 {
  background-color: rgb(156 163 175 / 0.05);
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-gray-900\/10 {
  background-color: rgb(17 24 39 / 0.1);
}
.bg-gray-900\/5 {
  background-color: rgb(17 24 39 / 0.05);
}
.bg-gray-900\/90 {
  background-color: rgb(17 24 39 / 0.9);
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-primary-100 {
  background-color: var(--color-primary-100);
}
.bg-primary-50 {
  background-color: var(--color-primary-50);
}
.bg-primary-600 {
  background-color: var(--color-primary-600);
}
.bg-primary-700 {
  background-color: var(--color-primary-700);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-\[radial-gradient\(50\%_100\%_at_top\2c theme\(colors\.primary\.100\)\2c white\)\] {
  background-image: radial-gradient(50% 100% at top,var(--color-primary-100),white);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, 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-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.from-\[\#ff4694\] {
  --tw-gradient-from: #ff4694 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 70 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-300 {
  --tw-gradient-from: var(--color-primary-300) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600 {
  --tw-gradient-from: var(--color-primary-600) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#776fff\] {
  --tw-gradient-to: #776fff var(--tw-gradient-to-position);
}
.to-primary-600 {
  --tw-gradient-to: var(--color-primary-600) var(--tw-gradient-to-position);
}
.fill-gray-50 {
  fill: #f9fafb;
}
.fill-gray-900 {
  fill: #111827;
}
.fill-white {
  fill: #fff;
}
.stroke-gray-200 {
  stroke: #e5e7eb;
}
.stroke-gray-900\/10 {
  stroke: rgb(17 24 39 / 0.1);
}
.stroke-white\/20 {
  stroke: rgb(255 255 255 / 0.2);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-left {
  -o-object-position: left;
     object-position: left;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}
.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[7\%\] {
  padding-top: 7%;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-base\/7 {
  font-size: 1rem;
  line-height: 1.75rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-lg\/6 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.text-lg\/8 {
  font-size: 1.125rem;
  line-height: 2rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-sm\/6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-primary-200 {
  color: var(--color-primary-200);
}
.text-primary-400 {
  color: var(--color-primary-400);
}
.text-primary-600 {
  color: var(--color-primary-600);
}
.text-primary-700 {
  color: var(--color-primary-700);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-\[0\.45\] {
  opacity: 0.45;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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);
}
.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-inset {
  --tw-ring-inset: inset;
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.ring-gray-400\/10 {
  --tw-ring-color: rgb(156 163 175 / 0.1);
}
.ring-gray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity));
}
.ring-gray-900\/10 {
  --tw-ring-color: rgb(17 24 39 / 0.1);
}
.ring-primary-50 {
  --tw-ring-color: var(--color-primary-50);
}
.ring-primary-500 {
  --tw-ring-color: var(--color-primary-500);
}
.ring-primary-600 {
  --tw-ring-color: var(--color-primary-600);
}
.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}
.blur-3xl {
  --tw-blur: blur(64px);
  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);
}
.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);
}
.saturate-0 {
  --tw-saturate: saturate(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);
}
.\[mask-image\:radial-gradient\(100\%_100\%_at_top_right\2c white\2c transparent\)\] {
  -webkit-mask-image: radial-gradient(100% 100% at top right,white,transparent);
          mask-image: radial-gradient(100% 100% at top right,white,transparent);
}
.\[mask-image\:radial-gradient\(32rem_32rem_at_center\2c white\2c transparent\)\] {
  -webkit-mask-image: radial-gradient(32rem 32rem at center,white,transparent);
          mask-image: radial-gradient(32rem 32rem at center,white,transparent);
}

@media (min-width: 768px) {

  .md\:aspect-h-1 {
    --tw-aspect-h: 1;
  }

  .md\:aspect-h-10 {
    --tw-aspect-h: 10;
  }

  .md\:aspect-h-11 {
    --tw-aspect-h: 11;
  }

  .md\:aspect-h-12 {
    --tw-aspect-h: 12;
  }

  .md\:aspect-h-13 {
    --tw-aspect-h: 13;
  }

  .md\:aspect-h-14 {
    --tw-aspect-h: 14;
  }

  .md\:aspect-h-15 {
    --tw-aspect-h: 15;
  }

  .md\:aspect-h-16 {
    --tw-aspect-h: 16;
  }

  .md\:aspect-h-2 {
    --tw-aspect-h: 2;
  }

  .md\:aspect-h-3 {
    --tw-aspect-h: 3;
  }

  .md\:aspect-h-4 {
    --tw-aspect-h: 4;
  }

  .md\:aspect-h-5 {
    --tw-aspect-h: 5;
  }

  .md\:aspect-h-6 {
    --tw-aspect-h: 6;
  }

  .md\:aspect-h-7 {
    --tw-aspect-h: 7;
  }

  .md\:aspect-h-8 {
    --tw-aspect-h: 8;
  }

  .md\:aspect-h-9 {
    --tw-aspect-h: 9;
  }
}

@media (min-width: 1024px) {

  .lg\:aspect-h-1 {
    --tw-aspect-h: 1;
  }

  .lg\:aspect-h-10 {
    --tw-aspect-h: 10;
  }

  .lg\:aspect-h-11 {
    --tw-aspect-h: 11;
  }

  .lg\:aspect-h-12 {
    --tw-aspect-h: 12;
  }

  .lg\:aspect-h-13 {
    --tw-aspect-h: 13;
  }

  .lg\:aspect-h-14 {
    --tw-aspect-h: 14;
  }

  .lg\:aspect-h-15 {
    --tw-aspect-h: 15;
  }

  .lg\:aspect-h-16 {
    --tw-aspect-h: 16;
  }

  .lg\:aspect-h-2 {
    --tw-aspect-h: 2;
  }

  .lg\:aspect-h-3 {
    --tw-aspect-h: 3;
  }

  .lg\:aspect-h-4 {
    --tw-aspect-h: 4;
  }

  .lg\:aspect-h-5 {
    --tw-aspect-h: 5;
  }

  .lg\:aspect-h-6 {
    --tw-aspect-h: 6;
  }

  .lg\:aspect-h-7 {
    --tw-aspect-h: 7;
  }

  .lg\:aspect-h-8 {
    --tw-aspect-h: 8;
  }

  .lg\:aspect-h-9 {
    --tw-aspect-h: 9;
  }
}

.first\:pt-0:first-child {
  padding-top: 0px;
}

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

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

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

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

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

.hover\:bg-primary-100:hover {
  background-color: var(--color-primary-100);
}

.hover\:bg-primary-500:hover {
  background-color: var(--color-primary-500);
}

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

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:ring-gray-900\/20:hover {
  --tw-ring-color: rgb(17 24 39 / 0.2);
}

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

.focus\:ring-primary-500:focus {
  --tw-ring-color: var(--color-primary-500);
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-indigo-600:focus-visible {
  outline-color: #4f46e5;
}

.focus-visible\:outline-primary-600:focus-visible {
  outline-color: var(--color-primary-600);
}

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

@media (min-width: 640px) {

  .sm\:absolute {
    position: absolute;
  }

  .sm\:left-0 {
    left: 0px;
  }

  .sm\:top-0 {
    top: 0px;
  }

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

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:-mr-80 {
    margin-right: -20rem;
  }

  .sm\:-mt-44 {
    margin-top: -11rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:mr-20 {
    margin-right: 5rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

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

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-\[2\/1\] {
    aspect-ratio: 2/1;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-80 {
    height: 20rem;
  }

  .sm\:w-\[57rem\] {
    width: 57rem;
  }

  .sm\:max-w-5xl {
    max-width: 64rem;
  }

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

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

  .sm\: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));
  }

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

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

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

  .sm\:flex-row {
    flex-direction: row;
  }

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

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

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .sm\:gap-y-16 {
    row-gap: 4rem;
  }

  .sm\:gap-y-20 {
    row-gap: 5rem;
  }

  .sm\:gap-y-8 {
    row-gap: 2rem;
  }

  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:rounded-2xl {
    border-radius: 1rem;
  }

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

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pt-52 {
    padding-top: 13rem;
  }

  .sm\:pt-60 {
    padding-top: 15rem;
  }

  .sm\:pt-80 {
    padding-top: 20rem;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:leading-8 {
    line-height: 2rem;
  }

  .sm\:leading-9 {
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:bottom-16 {
    bottom: 4rem;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:left-\[50rem\] {
    left: 50rem;
  }

  .md\:-order-1 {
    order: -1;
  }

  .md\:-order-10 {
    order: -10;
  }

  .md\:-order-11 {
    order: -11;
  }

  .md\:-order-12 {
    order: -12;
  }

  .md\:-order-2 {
    order: -2;
  }

  .md\:-order-3 {
    order: -3;
  }

  .md\:-order-4 {
    order: -4;
  }

  .md\:-order-5 {
    order: -5;
  }

  .md\:-order-6 {
    order: -6;
  }

  .md\:-order-7 {
    order: -7;
  }

  .md\:-order-8 {
    order: -8;
  }

  .md\:-order-9 {
    order: -9;
  }

  .md\:-order-first {
    order: 9999;
  }

  .md\:-order-last {
    order: -9999;
  }

  .md\:-order-none {
    order: 0;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-10 {
    order: 10;
  }

  .md\:order-11 {
    order: 11;
  }

  .md\:order-12 {
    order: 12;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:order-5 {
    order: 5;
  }

  .md\:order-6 {
    order: 6;
  }

  .md\:order-7 {
    order: 7;
  }

  .md\:order-8 {
    order: 8;
  }

  .md\:order-9 {
    order: 9;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:order-none {
    order: 0;
  }

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

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

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

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }

  .md\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

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

  .md\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

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

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

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

  .md\:-mt-px {
    margin-top: -1px;
  }

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

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:h-0 {
    height: 0px;
  }

  .md\:h-0\.5 {
    height: 0.125rem;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

  .md\:h-1\.5 {
    height: 0.375rem;
  }

  .md\:h-1\/2 {
    height: 50%;
  }

  .md\:h-1\/3 {
    height: 33.333333%;
  }

  .md\:h-1\/4 {
    height: 25%;
  }

  .md\:h-1\/5 {
    height: 20%;
  }

  .md\:h-1\/6 {
    height: 16.666667%;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

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

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-2 {
    height: 0.5rem;
  }

  .md\:h-2\.5 {
    height: 0.625rem;
  }

  .md\:h-2\/3 {
    height: 66.666667%;
  }

  .md\:h-2\/4 {
    height: 50%;
  }

  .md\:h-2\/5 {
    height: 40%;
  }

  .md\:h-2\/6 {
    height: 33.333333%;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-3\.5 {
    height: 0.875rem;
  }

  .md\:h-3\/4 {
    height: 75%;
  }

  .md\:h-3\/5 {
    height: 60%;
  }

  .md\:h-3\/6 {
    height: 50%;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-36 {
    height: 9rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-4\/5 {
    height: 80%;
  }

  .md\:h-4\/6 {
    height: 66.666667%;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-44 {
    height: 11rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-5\/6 {
    height: 83.333333%;
  }

  .md\:h-52 {
    height: 13rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-60 {
    height: 15rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

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

  .md\:h-72 {
    height: 18rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-80 {
    height: 20rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-dvh {
    height: 100dvh;
  }

  .md\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-lvh {
    height: 100lvh;
  }

  .md\:h-max {
    height: -moz-max-content;
    height: max-content;
  }

  .md\:h-min {
    height: -moz-min-content;
    height: min-content;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:h-svh {
    height: 100svh;
  }

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

  .md\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .md\:max-h-1 {
    max-height: 0.25rem;
  }

  .md\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .md\:max-h-10 {
    max-height: 2.5rem;
  }

  .md\:max-h-11 {
    max-height: 2.75rem;
  }

  .md\:max-h-12 {
    max-height: 3rem;
  }

  .md\:max-h-14 {
    max-height: 3.5rem;
  }

  .md\:max-h-16 {
    max-height: 4rem;
  }

  .md\:max-h-2 {
    max-height: 0.5rem;
  }

  .md\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .md\:max-h-20 {
    max-height: 5rem;
  }

  .md\:max-h-24 {
    max-height: 6rem;
  }

  .md\:max-h-28 {
    max-height: 7rem;
  }

  .md\:max-h-3 {
    max-height: 0.75rem;
  }

  .md\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .md\:max-h-32 {
    max-height: 8rem;
  }

  .md\:max-h-36 {
    max-height: 9rem;
  }

  .md\:max-h-4 {
    max-height: 1rem;
  }

  .md\:max-h-40 {
    max-height: 10rem;
  }

  .md\:max-h-44 {
    max-height: 11rem;
  }

  .md\:max-h-48 {
    max-height: 12rem;
  }

  .md\:max-h-5 {
    max-height: 1.25rem;
  }

  .md\:max-h-52 {
    max-height: 13rem;
  }

  .md\:max-h-56 {
    max-height: 14rem;
  }

  .md\:max-h-6 {
    max-height: 1.5rem;
  }

  .md\:max-h-60 {
    max-height: 15rem;
  }

  .md\:max-h-64 {
    max-height: 16rem;
  }

  .md\:max-h-7 {
    max-height: 1.75rem;
  }

  .md\:max-h-72 {
    max-height: 18rem;
  }

  .md\:max-h-8 {
    max-height: 2rem;
  }

  .md\:max-h-80 {
    max-height: 20rem;
  }

  .md\:max-h-9 {
    max-height: 2.25rem;
  }

  .md\:max-h-96 {
    max-height: 24rem;
  }

  .md\:max-h-dvh {
    max-height: 100dvh;
  }

  .md\:max-h-fit {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

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

  .md\:max-h-lvh {
    max-height: 100lvh;
  }

  .md\:max-h-max {
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .md\:max-h-min {
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .md\:max-h-none {
    max-height: none;
  }

  .md\:max-h-px {
    max-height: 1px;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-h-svh {
    max-height: 100svh;
  }

  .md\:min-h-0 {
    min-height: 0px;
  }

  .md\:min-h-0\.5 {
    min-height: 0.125rem;
  }

  .md\:min-h-1 {
    min-height: 0.25rem;
  }

  .md\:min-h-1\.5 {
    min-height: 0.375rem;
  }

  .md\:min-h-10 {
    min-height: 2.5rem;
  }

  .md\:min-h-11 {
    min-height: 2.75rem;
  }

  .md\:min-h-12 {
    min-height: 3rem;
  }

  .md\:min-h-14 {
    min-height: 3.5rem;
  }

  .md\:min-h-16 {
    min-height: 4rem;
  }

  .md\:min-h-2 {
    min-height: 0.5rem;
  }

  .md\:min-h-2\.5 {
    min-height: 0.625rem;
  }

  .md\:min-h-20 {
    min-height: 5rem;
  }

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

  .md\:min-h-28 {
    min-height: 7rem;
  }

  .md\:min-h-3 {
    min-height: 0.75rem;
  }

  .md\:min-h-3\.5 {
    min-height: 0.875rem;
  }

  .md\:min-h-32 {
    min-height: 8rem;
  }

  .md\:min-h-36 {
    min-height: 9rem;
  }

  .md\:min-h-4 {
    min-height: 1rem;
  }

  .md\:min-h-40 {
    min-height: 10rem;
  }

  .md\:min-h-44 {
    min-height: 11rem;
  }

  .md\:min-h-48 {
    min-height: 12rem;
  }

  .md\:min-h-5 {
    min-height: 1.25rem;
  }

  .md\:min-h-52 {
    min-height: 13rem;
  }

  .md\:min-h-56 {
    min-height: 14rem;
  }

  .md\:min-h-6 {
    min-height: 1.5rem;
  }

  .md\:min-h-60 {
    min-height: 15rem;
  }

  .md\:min-h-64 {
    min-height: 16rem;
  }

  .md\:min-h-7 {
    min-height: 1.75rem;
  }

  .md\:min-h-72 {
    min-height: 18rem;
  }

  .md\:min-h-8 {
    min-height: 2rem;
  }

  .md\:min-h-80 {
    min-height: 20rem;
  }

  .md\:min-h-9 {
    min-height: 2.25rem;
  }

  .md\:min-h-96 {
    min-height: 24rem;
  }

  .md\:min-h-dvh {
    min-height: 100dvh;
  }

  .md\:min-h-fit {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

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

  .md\:min-h-lvh {
    min-height: 100lvh;
  }

  .md\:min-h-max {
    min-height: -moz-max-content;
    min-height: max-content;
  }

  .md\:min-h-min {
    min-height: -moz-min-content;
    min-height: min-content;
  }

  .md\:min-h-px {
    min-height: 1px;
  }

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

  .md\:min-h-svh {
    min-height: 100svh;
  }

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

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:max-w-0 {
    max-width: 0px;
  }

  .md\:max-w-0\.5 {
    max-width: 0.125rem;
  }

  .md\:max-w-1 {
    max-width: 0.25rem;
  }

  .md\:max-w-1\.5 {
    max-width: 0.375rem;
  }

  .md\:max-w-10 {
    max-width: 2.5rem;
  }

  .md\:max-w-11 {
    max-width: 2.75rem;
  }

  .md\:max-w-12 {
    max-width: 3rem;
  }

  .md\:max-w-14 {
    max-width: 3.5rem;
  }

  .md\:max-w-16 {
    max-width: 4rem;
  }

  .md\:max-w-2 {
    max-width: 0.5rem;
  }

  .md\:max-w-2\.5 {
    max-width: 0.625rem;
  }

  .md\:max-w-20 {
    max-width: 5rem;
  }

  .md\:max-w-24 {
    max-width: 6rem;
  }

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

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

  .md\:max-w-3 {
    max-width: 0.75rem;
  }

  .md\:max-w-3\.5 {
    max-width: 0.875rem;
  }

  .md\:max-w-32 {
    max-width: 8rem;
  }

  .md\:max-w-36 {
    max-width: 9rem;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-4 {
    max-width: 1rem;
  }

  .md\:max-w-40 {
    max-width: 10rem;
  }

  .md\:max-w-44 {
    max-width: 11rem;
  }

  .md\:max-w-48 {
    max-width: 12rem;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  .md\:max-w-5 {
    max-width: 1.25rem;
  }

  .md\:max-w-52 {
    max-width: 13rem;
  }

  .md\:max-w-56 {
    max-width: 14rem;
  }

  .md\:max-w-5xl {
    max-width: 64rem;
  }

  .md\:max-w-6 {
    max-width: 1.5rem;
  }

  .md\:max-w-60 {
    max-width: 15rem;
  }

  .md\:max-w-64 {
    max-width: 16rem;
  }

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

  .md\:max-w-7 {
    max-width: 1.75rem;
  }

  .md\:max-w-72 {
    max-width: 18rem;
  }

  .md\:max-w-7xl {
    max-width: 80rem;
  }

  .md\:max-w-8 {
    max-width: 2rem;
  }

  .md\:max-w-80 {
    max-width: 20rem;
  }

  .md\:max-w-9 {
    max-width: 2.25rem;
  }

  .md\:max-w-96 {
    max-width: 24rem;
  }

  .md\:max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

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

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

  .md\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

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

  .md\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:max-w-prose {
    max-width: 65ch;
  }

  .md\:max-w-px {
    max-width: 1px;
  }

  .md\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .md\:max-w-screen-lg {
    max-width: 1024px;
  }

  .md\:max-w-screen-md {
    max-width: 768px;
  }

  .md\:max-w-screen-sm {
    max-width: 640px;
  }

  .md\:max-w-screen-xl {
    max-width: 1280px;
  }

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

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

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

  .md\:border-collapse {
    border-collapse: collapse;
  }

  .md\:border-separate {
    border-collapse: separate;
  }

  .md\:border-spacing-0 {
    --tw-border-spacing-x: 0px;
    --tw-border-spacing-y: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-0\.5 {
    --tw-border-spacing-x: 0.125rem;
    --tw-border-spacing-y: 0.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-1 {
    --tw-border-spacing-x: 0.25rem;
    --tw-border-spacing-y: 0.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-1\.5 {
    --tw-border-spacing-x: 0.375rem;
    --tw-border-spacing-y: 0.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-10 {
    --tw-border-spacing-x: 2.5rem;
    --tw-border-spacing-y: 2.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-11 {
    --tw-border-spacing-x: 2.75rem;
    --tw-border-spacing-y: 2.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-12 {
    --tw-border-spacing-x: 3rem;
    --tw-border-spacing-y: 3rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-14 {
    --tw-border-spacing-x: 3.5rem;
    --tw-border-spacing-y: 3.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-16 {
    --tw-border-spacing-x: 4rem;
    --tw-border-spacing-y: 4rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-2 {
    --tw-border-spacing-x: 0.5rem;
    --tw-border-spacing-y: 0.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-2\.5 {
    --tw-border-spacing-x: 0.625rem;
    --tw-border-spacing-y: 0.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-20 {
    --tw-border-spacing-x: 5rem;
    --tw-border-spacing-y: 5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-24 {
    --tw-border-spacing-x: 6rem;
    --tw-border-spacing-y: 6rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-28 {
    --tw-border-spacing-x: 7rem;
    --tw-border-spacing-y: 7rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-3 {
    --tw-border-spacing-x: 0.75rem;
    --tw-border-spacing-y: 0.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-3\.5 {
    --tw-border-spacing-x: 0.875rem;
    --tw-border-spacing-y: 0.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-32 {
    --tw-border-spacing-x: 8rem;
    --tw-border-spacing-y: 8rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-36 {
    --tw-border-spacing-x: 9rem;
    --tw-border-spacing-y: 9rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-4 {
    --tw-border-spacing-x: 1rem;
    --tw-border-spacing-y: 1rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-40 {
    --tw-border-spacing-x: 10rem;
    --tw-border-spacing-y: 10rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-44 {
    --tw-border-spacing-x: 11rem;
    --tw-border-spacing-y: 11rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-48 {
    --tw-border-spacing-x: 12rem;
    --tw-border-spacing-y: 12rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-5 {
    --tw-border-spacing-x: 1.25rem;
    --tw-border-spacing-y: 1.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-52 {
    --tw-border-spacing-x: 13rem;
    --tw-border-spacing-y: 13rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-56 {
    --tw-border-spacing-x: 14rem;
    --tw-border-spacing-y: 14rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-6 {
    --tw-border-spacing-x: 1.5rem;
    --tw-border-spacing-y: 1.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-60 {
    --tw-border-spacing-x: 15rem;
    --tw-border-spacing-y: 15rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-64 {
    --tw-border-spacing-x: 16rem;
    --tw-border-spacing-y: 16rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-7 {
    --tw-border-spacing-x: 1.75rem;
    --tw-border-spacing-y: 1.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-72 {
    --tw-border-spacing-x: 18rem;
    --tw-border-spacing-y: 18rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-8 {
    --tw-border-spacing-x: 2rem;
    --tw-border-spacing-y: 2rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-80 {
    --tw-border-spacing-x: 20rem;
    --tw-border-spacing-y: 20rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-9 {
    --tw-border-spacing-x: 2.25rem;
    --tw-border-spacing-y: 2.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-96 {
    --tw-border-spacing-x: 24rem;
    --tw-border-spacing-y: 24rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\: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);
  }

  .md\:border-spacing-x-0 {
    --tw-border-spacing-x: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-0\.5 {
    --tw-border-spacing-x: 0.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-1 {
    --tw-border-spacing-x: 0.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-1\.5 {
    --tw-border-spacing-x: 0.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-10 {
    --tw-border-spacing-x: 2.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-11 {
    --tw-border-spacing-x: 2.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-12 {
    --tw-border-spacing-x: 3rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-14 {
    --tw-border-spacing-x: 3.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-16 {
    --tw-border-spacing-x: 4rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-2 {
    --tw-border-spacing-x: 0.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-2\.5 {
    --tw-border-spacing-x: 0.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-20 {
    --tw-border-spacing-x: 5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-24 {
    --tw-border-spacing-x: 6rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-28 {
    --tw-border-spacing-x: 7rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-3 {
    --tw-border-spacing-x: 0.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-3\.5 {
    --tw-border-spacing-x: 0.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-32 {
    --tw-border-spacing-x: 8rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-36 {
    --tw-border-spacing-x: 9rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-4 {
    --tw-border-spacing-x: 1rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-40 {
    --tw-border-spacing-x: 10rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-44 {
    --tw-border-spacing-x: 11rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-48 {
    --tw-border-spacing-x: 12rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-5 {
    --tw-border-spacing-x: 1.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-52 {
    --tw-border-spacing-x: 13rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-56 {
    --tw-border-spacing-x: 14rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-6 {
    --tw-border-spacing-x: 1.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-60 {
    --tw-border-spacing-x: 15rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-64 {
    --tw-border-spacing-x: 16rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-7 {
    --tw-border-spacing-x: 1.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-72 {
    --tw-border-spacing-x: 18rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-8 {
    --tw-border-spacing-x: 2rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-80 {
    --tw-border-spacing-x: 20rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-9 {
    --tw-border-spacing-x: 2.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-96 {
    --tw-border-spacing-x: 24rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-x-px {
    --tw-border-spacing-x: 1px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-0 {
    --tw-border-spacing-y: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-0\.5 {
    --tw-border-spacing-y: 0.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-1 {
    --tw-border-spacing-y: 0.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-1\.5 {
    --tw-border-spacing-y: 0.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-10 {
    --tw-border-spacing-y: 2.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-11 {
    --tw-border-spacing-y: 2.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-12 {
    --tw-border-spacing-y: 3rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-14 {
    --tw-border-spacing-y: 3.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-16 {
    --tw-border-spacing-y: 4rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-2 {
    --tw-border-spacing-y: 0.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-2\.5 {
    --tw-border-spacing-y: 0.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-20 {
    --tw-border-spacing-y: 5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-24 {
    --tw-border-spacing-y: 6rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-28 {
    --tw-border-spacing-y: 7rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-3 {
    --tw-border-spacing-y: 0.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-3\.5 {
    --tw-border-spacing-y: 0.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-32 {
    --tw-border-spacing-y: 8rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-36 {
    --tw-border-spacing-y: 9rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-4 {
    --tw-border-spacing-y: 1rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-40 {
    --tw-border-spacing-y: 10rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-44 {
    --tw-border-spacing-y: 11rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-48 {
    --tw-border-spacing-y: 12rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-5 {
    --tw-border-spacing-y: 1.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-52 {
    --tw-border-spacing-y: 13rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-56 {
    --tw-border-spacing-y: 14rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-6 {
    --tw-border-spacing-y: 1.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-60 {
    --tw-border-spacing-y: 15rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-64 {
    --tw-border-spacing-y: 16rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-7 {
    --tw-border-spacing-y: 1.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-72 {
    --tw-border-spacing-y: 18rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-8 {
    --tw-border-spacing-y: 2rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-80 {
    --tw-border-spacing-y: 20rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-9 {
    --tw-border-spacing-y: 2.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-96 {
    --tw-border-spacing-y: 24rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\:border-spacing-y-px {
    --tw-border-spacing-y: 1px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .md\: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));
  }

  .md\:touch-auto {
    touch-action: auto;
  }

  .md\:touch-none {
    touch-action: none;
  }

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

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

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

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

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

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

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

  .md\:touch-manipulation {
    touch-action: manipulation;
  }

  .md\:-scroll-my-0 {
    scroll-margin-top: -0px;
    scroll-margin-bottom: -0px;
  }

  .md\:-scroll-my-0\.5 {
    scroll-margin-top: -0.125rem;
    scroll-margin-bottom: -0.125rem;
  }

  .md\:-scroll-my-1 {
    scroll-margin-top: -0.25rem;
    scroll-margin-bottom: -0.25rem;
  }

  .md\:-scroll-my-1\.5 {
    scroll-margin-top: -0.375rem;
    scroll-margin-bottom: -0.375rem;
  }

  .md\:-scroll-my-10 {
    scroll-margin-top: -2.5rem;
    scroll-margin-bottom: -2.5rem;
  }

  .md\:-scroll-my-11 {
    scroll-margin-top: -2.75rem;
    scroll-margin-bottom: -2.75rem;
  }

  .md\:-scroll-my-12 {
    scroll-margin-top: -3rem;
    scroll-margin-bottom: -3rem;
  }

  .md\:-scroll-my-14 {
    scroll-margin-top: -3.5rem;
    scroll-margin-bottom: -3.5rem;
  }

  .md\:-scroll-my-16 {
    scroll-margin-top: -4rem;
    scroll-margin-bottom: -4rem;
  }

  .md\:-scroll-my-2 {
    scroll-margin-top: -0.5rem;
    scroll-margin-bottom: -0.5rem;
  }

  .md\:-scroll-my-2\.5 {
    scroll-margin-top: -0.625rem;
    scroll-margin-bottom: -0.625rem;
  }

  .md\:-scroll-my-20 {
    scroll-margin-top: -5rem;
    scroll-margin-bottom: -5rem;
  }

  .md\:-scroll-my-24 {
    scroll-margin-top: -6rem;
    scroll-margin-bottom: -6rem;
  }

  .md\:-scroll-my-28 {
    scroll-margin-top: -7rem;
    scroll-margin-bottom: -7rem;
  }

  .md\:-scroll-my-3 {
    scroll-margin-top: -0.75rem;
    scroll-margin-bottom: -0.75rem;
  }

  .md\:-scroll-my-3\.5 {
    scroll-margin-top: -0.875rem;
    scroll-margin-bottom: -0.875rem;
  }

  .md\:-scroll-my-32 {
    scroll-margin-top: -8rem;
    scroll-margin-bottom: -8rem;
  }

  .md\:-scroll-my-36 {
    scroll-margin-top: -9rem;
    scroll-margin-bottom: -9rem;
  }

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

  .md\:-scroll-my-40 {
    scroll-margin-top: -10rem;
    scroll-margin-bottom: -10rem;
  }

  .md\:-scroll-my-44 {
    scroll-margin-top: -11rem;
    scroll-margin-bottom: -11rem;
  }

  .md\:-scroll-my-48 {
    scroll-margin-top: -12rem;
    scroll-margin-bottom: -12rem;
  }

  .md\:-scroll-my-5 {
    scroll-margin-top: -1.25rem;
    scroll-margin-bottom: -1.25rem;
  }

  .md\:-scroll-my-52 {
    scroll-margin-top: -13rem;
    scroll-margin-bottom: -13rem;
  }

  .md\:-scroll-my-56 {
    scroll-margin-top: -14rem;
    scroll-margin-bottom: -14rem;
  }

  .md\:-scroll-my-6 {
    scroll-margin-top: -1.5rem;
    scroll-margin-bottom: -1.5rem;
  }

  .md\:-scroll-my-60 {
    scroll-margin-top: -15rem;
    scroll-margin-bottom: -15rem;
  }

  .md\:-scroll-my-64 {
    scroll-margin-top: -16rem;
    scroll-margin-bottom: -16rem;
  }

  .md\:-scroll-my-7 {
    scroll-margin-top: -1.75rem;
    scroll-margin-bottom: -1.75rem;
  }

  .md\:-scroll-my-72 {
    scroll-margin-top: -18rem;
    scroll-margin-bottom: -18rem;
  }

  .md\:-scroll-my-8 {
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }

  .md\:-scroll-my-80 {
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }

  .md\:-scroll-my-9 {
    scroll-margin-top: -2.25rem;
    scroll-margin-bottom: -2.25rem;
  }

  .md\:-scroll-my-96 {
    scroll-margin-top: -24rem;
    scroll-margin-bottom: -24rem;
  }

  .md\:-scroll-my-px {
    scroll-margin-top: -1px;
    scroll-margin-bottom: -1px;
  }

  .md\:scroll-my-0 {
    scroll-margin-top: 0px;
    scroll-margin-bottom: 0px;
  }

  .md\:scroll-my-0\.5 {
    scroll-margin-top: 0.125rem;
    scroll-margin-bottom: 0.125rem;
  }

  .md\:scroll-my-1 {
    scroll-margin-top: 0.25rem;
    scroll-margin-bottom: 0.25rem;
  }

  .md\:scroll-my-1\.5 {
    scroll-margin-top: 0.375rem;
    scroll-margin-bottom: 0.375rem;
  }

  .md\:scroll-my-10 {
    scroll-margin-top: 2.5rem;
    scroll-margin-bottom: 2.5rem;
  }

  .md\:scroll-my-11 {
    scroll-margin-top: 2.75rem;
    scroll-margin-bottom: 2.75rem;
  }

  .md\:scroll-my-12 {
    scroll-margin-top: 3rem;
    scroll-margin-bottom: 3rem;
  }

  .md\:scroll-my-14 {
    scroll-margin-top: 3.5rem;
    scroll-margin-bottom: 3.5rem;
  }

  .md\:scroll-my-16 {
    scroll-margin-top: 4rem;
    scroll-margin-bottom: 4rem;
  }

  .md\:scroll-my-2 {
    scroll-margin-top: 0.5rem;
    scroll-margin-bottom: 0.5rem;
  }

  .md\:scroll-my-2\.5 {
    scroll-margin-top: 0.625rem;
    scroll-margin-bottom: 0.625rem;
  }

  .md\:scroll-my-20 {
    scroll-margin-top: 5rem;
    scroll-margin-bottom: 5rem;
  }

  .md\:scroll-my-24 {
    scroll-margin-top: 6rem;
    scroll-margin-bottom: 6rem;
  }

  .md\:scroll-my-28 {
    scroll-margin-top: 7rem;
    scroll-margin-bottom: 7rem;
  }

  .md\:scroll-my-3 {
    scroll-margin-top: 0.75rem;
    scroll-margin-bottom: 0.75rem;
  }

  .md\:scroll-my-3\.5 {
    scroll-margin-top: 0.875rem;
    scroll-margin-bottom: 0.875rem;
  }

  .md\:scroll-my-32 {
    scroll-margin-top: 8rem;
    scroll-margin-bottom: 8rem;
  }

  .md\:scroll-my-36 {
    scroll-margin-top: 9rem;
    scroll-margin-bottom: 9rem;
  }

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

  .md\:scroll-my-40 {
    scroll-margin-top: 10rem;
    scroll-margin-bottom: 10rem;
  }

  .md\:scroll-my-44 {
    scroll-margin-top: 11rem;
    scroll-margin-bottom: 11rem;
  }

  .md\:scroll-my-48 {
    scroll-margin-top: 12rem;
    scroll-margin-bottom: 12rem;
  }

  .md\:scroll-my-5 {
    scroll-margin-top: 1.25rem;
    scroll-margin-bottom: 1.25rem;
  }

  .md\:scroll-my-52 {
    scroll-margin-top: 13rem;
    scroll-margin-bottom: 13rem;
  }

  .md\:scroll-my-56 {
    scroll-margin-top: 14rem;
    scroll-margin-bottom: 14rem;
  }

  .md\:scroll-my-6 {
    scroll-margin-top: 1.5rem;
    scroll-margin-bottom: 1.5rem;
  }

  .md\:scroll-my-60 {
    scroll-margin-top: 15rem;
    scroll-margin-bottom: 15rem;
  }

  .md\:scroll-my-64 {
    scroll-margin-top: 16rem;
    scroll-margin-bottom: 16rem;
  }

  .md\:scroll-my-7 {
    scroll-margin-top: 1.75rem;
    scroll-margin-bottom: 1.75rem;
  }

  .md\:scroll-my-72 {
    scroll-margin-top: 18rem;
    scroll-margin-bottom: 18rem;
  }

  .md\:scroll-my-8 {
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }

  .md\:scroll-my-80 {
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }

  .md\:scroll-my-9 {
    scroll-margin-top: 2.25rem;
    scroll-margin-bottom: 2.25rem;
  }

  .md\:scroll-my-96 {
    scroll-margin-top: 24rem;
    scroll-margin-bottom: 24rem;
  }

  .md\:scroll-my-px {
    scroll-margin-top: 1px;
    scroll-margin-bottom: 1px;
  }

  .md\:scroll-py-0 {
    scroll-padding-top: 0px;
    scroll-padding-bottom: 0px;
  }

  .md\:scroll-py-0\.5 {
    scroll-padding-top: 0.125rem;
    scroll-padding-bottom: 0.125rem;
  }

  .md\:scroll-py-1 {
    scroll-padding-top: 0.25rem;
    scroll-padding-bottom: 0.25rem;
  }

  .md\:scroll-py-1\.5 {
    scroll-padding-top: 0.375rem;
    scroll-padding-bottom: 0.375rem;
  }

  .md\:scroll-py-10 {
    scroll-padding-top: 2.5rem;
    scroll-padding-bottom: 2.5rem;
  }

  .md\:scroll-py-11 {
    scroll-padding-top: 2.75rem;
    scroll-padding-bottom: 2.75rem;
  }

  .md\:scroll-py-12 {
    scroll-padding-top: 3rem;
    scroll-padding-bottom: 3rem;
  }

  .md\:scroll-py-14 {
    scroll-padding-top: 3.5rem;
    scroll-padding-bottom: 3.5rem;
  }

  .md\:scroll-py-16 {
    scroll-padding-top: 4rem;
    scroll-padding-bottom: 4rem;
  }

  .md\:scroll-py-2 {
    scroll-padding-top: 0.5rem;
    scroll-padding-bottom: 0.5rem;
  }

  .md\:scroll-py-2\.5 {
    scroll-padding-top: 0.625rem;
    scroll-padding-bottom: 0.625rem;
  }

  .md\:scroll-py-20 {
    scroll-padding-top: 5rem;
    scroll-padding-bottom: 5rem;
  }

  .md\:scroll-py-24 {
    scroll-padding-top: 6rem;
    scroll-padding-bottom: 6rem;
  }

  .md\:scroll-py-28 {
    scroll-padding-top: 7rem;
    scroll-padding-bottom: 7rem;
  }

  .md\:scroll-py-3 {
    scroll-padding-top: 0.75rem;
    scroll-padding-bottom: 0.75rem;
  }

  .md\:scroll-py-3\.5 {
    scroll-padding-top: 0.875rem;
    scroll-padding-bottom: 0.875rem;
  }

  .md\:scroll-py-32 {
    scroll-padding-top: 8rem;
    scroll-padding-bottom: 8rem;
  }

  .md\:scroll-py-36 {
    scroll-padding-top: 9rem;
    scroll-padding-bottom: 9rem;
  }

  .md\:scroll-py-4 {
    scroll-padding-top: 1rem;
    scroll-padding-bottom: 1rem;
  }

  .md\:scroll-py-40 {
    scroll-padding-top: 10rem;
    scroll-padding-bottom: 10rem;
  }

  .md\:scroll-py-44 {
    scroll-padding-top: 11rem;
    scroll-padding-bottom: 11rem;
  }

  .md\:scroll-py-48 {
    scroll-padding-top: 12rem;
    scroll-padding-bottom: 12rem;
  }

  .md\:scroll-py-5 {
    scroll-padding-top: 1.25rem;
    scroll-padding-bottom: 1.25rem;
  }

  .md\:scroll-py-52 {
    scroll-padding-top: 13rem;
    scroll-padding-bottom: 13rem;
  }

  .md\:scroll-py-56 {
    scroll-padding-top: 14rem;
    scroll-padding-bottom: 14rem;
  }

  .md\:scroll-py-6 {
    scroll-padding-top: 1.5rem;
    scroll-padding-bottom: 1.5rem;
  }

  .md\:scroll-py-60 {
    scroll-padding-top: 15rem;
    scroll-padding-bottom: 15rem;
  }

  .md\:scroll-py-64 {
    scroll-padding-top: 16rem;
    scroll-padding-bottom: 16rem;
  }

  .md\:scroll-py-7 {
    scroll-padding-top: 1.75rem;
    scroll-padding-bottom: 1.75rem;
  }

  .md\:scroll-py-72 {
    scroll-padding-top: 18rem;
    scroll-padding-bottom: 18rem;
  }

  .md\:scroll-py-8 {
    scroll-padding-top: 2rem;
    scroll-padding-bottom: 2rem;
  }

  .md\:scroll-py-80 {
    scroll-padding-top: 20rem;
    scroll-padding-bottom: 20rem;
  }

  .md\:scroll-py-9 {
    scroll-padding-top: 2.25rem;
    scroll-padding-bottom: 2.25rem;
  }

  .md\:scroll-py-96 {
    scroll-padding-top: 24rem;
    scroll-padding-bottom: 24rem;
  }

  .md\:scroll-py-px {
    scroll-padding-top: 1px;
    scroll-padding-bottom: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:grid-cols-none {
    grid-template-columns: none;
  }

  .md\:grid-cols-subgrid {
    grid-template-columns: subgrid;
  }

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

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

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

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

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

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-8 {
    border-width: 8px;
  }

  .md\:border-x {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .md\:border-x-0 {
    border-left-width: 0px;
    border-right-width: 0px;
  }

  .md\:border-x-2 {
    border-left-width: 2px;
    border-right-width: 2px;
  }

  .md\:border-x-4 {
    border-left-width: 4px;
    border-right-width: 4px;
  }

  .md\:border-x-8 {
    border-left-width: 8px;
    border-right-width: 8px;
  }

  .md\:border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .md\:border-y-0 {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }

  .md\:border-y-2 {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }

  .md\:border-y-4 {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }

  .md\:border-y-8 {
    border-top-width: 8px;
    border-bottom-width: 8px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-e {
    border-inline-end-width: 1px;
  }

  .md\:border-e-0 {
    border-inline-end-width: 0px;
  }

  .md\:border-e-2 {
    border-inline-end-width: 2px;
  }

  .md\:border-e-4 {
    border-inline-end-width: 4px;
  }

  .md\:border-e-8 {
    border-inline-end-width: 8px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-l-0 {
    border-left-width: 0px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-r-0 {
    border-right-width: 0px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-s {
    border-inline-start-width: 1px;
  }

  .md\:border-s-0 {
    border-inline-start-width: 0px;
  }

  .md\:border-s-2 {
    border-inline-start-width: 2px;
  }

  .md\:border-s-4 {
    border-inline-start-width: 4px;
  }

  .md\:border-s-8 {
    border-inline-start-width: 8px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-dotted {
    border-style: dotted;
  }

  .md\:border-double {
    border-style: double;
  }

  .md\:border-hidden {
    border-style: hidden;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-amber-100 {
    --tw-border-opacity: 1;
    border-color: rgb(254 243 199 / var(--tw-border-opacity));
  }

  .md\:border-amber-100\/0 {
    border-color: rgb(254 243 199 / 0);
  }

  .md\:border-amber-100\/10 {
    border-color: rgb(254 243 199 / 0.1);
  }

  .md\:border-amber-100\/100 {
    border-color: rgb(254 243 199 / 1);
  }

  .md\:border-amber-100\/15 {
    border-color: rgb(254 243 199 / 0.15);
  }

  .md\:border-amber-100\/20 {
    border-color: rgb(254 243 199 / 0.2);
  }

  .md\:border-amber-100\/25 {
    border-color: rgb(254 243 199 / 0.25);
  }

  .md\:border-amber-100\/30 {
    border-color: rgb(254 243 199 / 0.3);
  }

  .md\:border-amber-100\/35 {
    border-color: rgb(254 243 199 / 0.35);
  }

  .md\:border-amber-100\/40 {
    border-color: rgb(254 243 199 / 0.4);
  }

  .md\:border-amber-100\/45 {
    border-color: rgb(254 243 199 / 0.45);
  }

  .md\:border-amber-100\/5 {
    border-color: rgb(254 243 199 / 0.05);
  }

  .md\:border-amber-100\/50 {
    border-color: rgb(254 243 199 / 0.5);
  }

  .md\:border-amber-100\/55 {
    border-color: rgb(254 243 199 / 0.55);
  }

  .md\:border-amber-100\/60 {
    border-color: rgb(254 243 199 / 0.6);
  }

  .md\:border-amber-100\/65 {
    border-color: rgb(254 243 199 / 0.65);
  }

  .md\:border-amber-100\/70 {
    border-color: rgb(254 243 199 / 0.7);
  }

  .md\:border-amber-100\/75 {
    border-color: rgb(254 243 199 / 0.75);
  }

  .md\:border-amber-100\/80 {
    border-color: rgb(254 243 199 / 0.8);
  }

  .md\:border-amber-100\/85 {
    border-color: rgb(254 243 199 / 0.85);
  }

  .md\:border-amber-100\/90 {
    border-color: rgb(254 243 199 / 0.9);
  }

  .md\:border-amber-100\/95 {
    border-color: rgb(254 243 199 / 0.95);
  }

  .md\:border-amber-200 {
    --tw-border-opacity: 1;
    border-color: rgb(253 230 138 / var(--tw-border-opacity));
  }

  .md\:border-amber-200\/0 {
    border-color: rgb(253 230 138 / 0);
  }

  .md\:border-amber-200\/10 {
    border-color: rgb(253 230 138 / 0.1);
  }

  .md\:border-amber-200\/100 {
    border-color: rgb(253 230 138 / 1);
  }

  .md\:border-amber-200\/15 {
    border-color: rgb(253 230 138 / 0.15);
  }

  .md\:border-amber-200\/20 {
    border-color: rgb(253 230 138 / 0.2);
  }

  .md\:border-amber-200\/25 {
    border-color: rgb(253 230 138 / 0.25);
  }

  .md\:border-amber-200\/30 {
    border-color: rgb(253 230 138 / 0.3);
  }

  .md\:border-amber-200\/35 {
    border-color: rgb(253 230 138 / 0.35);
  }

  .md\:border-amber-200\/40 {
    border-color: rgb(253 230 138 / 0.4);
  }

  .md\:border-amber-200\/45 {
    border-color: rgb(253 230 138 / 0.45);
  }

  .md\:border-amber-200\/5 {
    border-color: rgb(253 230 138 / 0.05);
  }

  .md\:border-amber-200\/50 {
    border-color: rgb(253 230 138 / 0.5);
  }

  .md\:border-amber-200\/55 {
    border-color: rgb(253 230 138 / 0.55);
  }

  .md\:border-amber-200\/60 {
    border-color: rgb(253 230 138 / 0.6);
  }

  .md\:border-amber-200\/65 {
    border-color: rgb(253 230 138 / 0.65);
  }

  .md\:border-amber-200\/70 {
    border-color: rgb(253 230 138 / 0.7);
  }

  .md\:border-amber-200\/75 {
    border-color: rgb(253 230 138 / 0.75);
  }

  .md\:border-amber-200\/80 {
    border-color: rgb(253 230 138 / 0.8);
  }

  .md\:border-amber-200\/85 {
    border-color: rgb(253 230 138 / 0.85);
  }

  .md\:border-amber-200\/90 {
    border-color: rgb(253 230 138 / 0.9);
  }

  .md\:border-amber-200\/95 {
    border-color: rgb(253 230 138 / 0.95);
  }

  .md\:border-amber-300 {
    --tw-border-opacity: 1;
    border-color: rgb(252 211 77 / var(--tw-border-opacity));
  }

  .md\:border-amber-300\/0 {
    border-color: rgb(252 211 77 / 0);
  }

  .md\:border-amber-300\/10 {
    border-color: rgb(252 211 77 / 0.1);
  }

  .md\:border-amber-300\/100 {
    border-color: rgb(252 211 77 / 1);
  }

  .md\:border-amber-300\/15 {
    border-color: rgb(252 211 77 / 0.15);
  }

  .md\:border-amber-300\/20 {
    border-color: rgb(252 211 77 / 0.2);
  }

  .md\:border-amber-300\/25 {
    border-color: rgb(252 211 77 / 0.25);
  }

  .md\:border-amber-300\/30 {
    border-color: rgb(252 211 77 / 0.3);
  }

  .md\:border-amber-300\/35 {
    border-color: rgb(252 211 77 / 0.35);
  }

  .md\:border-amber-300\/40 {
    border-color: rgb(252 211 77 / 0.4);
  }

  .md\:border-amber-300\/45 {
    border-color: rgb(252 211 77 / 0.45);
  }

  .md\:border-amber-300\/5 {
    border-color: rgb(252 211 77 / 0.05);
  }

  .md\:border-amber-300\/50 {
    border-color: rgb(252 211 77 / 0.5);
  }

  .md\:border-amber-300\/55 {
    border-color: rgb(252 211 77 / 0.55);
  }

  .md\:border-amber-300\/60 {
    border-color: rgb(252 211 77 / 0.6);
  }

  .md\:border-amber-300\/65 {
    border-color: rgb(252 211 77 / 0.65);
  }

  .md\:border-amber-300\/70 {
    border-color: rgb(252 211 77 / 0.7);
  }

  .md\:border-amber-300\/75 {
    border-color: rgb(252 211 77 / 0.75);
  }

  .md\:border-amber-300\/80 {
    border-color: rgb(252 211 77 / 0.8);
  }

  .md\:border-amber-300\/85 {
    border-color: rgb(252 211 77 / 0.85);
  }

  .md\:border-amber-300\/90 {
    border-color: rgb(252 211 77 / 0.9);
  }

  .md\:border-amber-300\/95 {
    border-color: rgb(252 211 77 / 0.95);
  }

  .md\:border-amber-400 {
    --tw-border-opacity: 1;
    border-color: rgb(251 191 36 / var(--tw-border-opacity));
  }

  .md\:border-amber-400\/0 {
    border-color: rgb(251 191 36 / 0);
  }

  .md\:border-amber-400\/10 {
    border-color: rgb(251 191 36 / 0.1);
  }

  .md\:border-amber-400\/100 {
    border-color: rgb(251 191 36 / 1);
  }

  .md\:border-amber-400\/15 {
    border-color: rgb(251 191 36 / 0.15);
  }

  .md\:border-amber-400\/20 {
    border-color: rgb(251 191 36 / 0.2);
  }

  .md\:border-amber-400\/25 {
    border-color: rgb(251 191 36 / 0.25);
  }

  .md\:border-amber-400\/30 {
    border-color: rgb(251 191 36 / 0.3);
  }

  .md\:border-amber-400\/35 {
    border-color: rgb(251 191 36 / 0.35);
  }

  .md\:border-amber-400\/40 {
    border-color: rgb(251 191 36 / 0.4);
  }

  .md\:border-amber-400\/45 {
    border-color: rgb(251 191 36 / 0.45);
  }

  .md\:border-amber-400\/5 {
    border-color: rgb(251 191 36 / 0.05);
  }

  .md\:border-amber-400\/50 {
    border-color: rgb(251 191 36 / 0.5);
  }

  .md\:border-amber-400\/55 {
    border-color: rgb(251 191 36 / 0.55);
  }

  .md\:border-amber-400\/60 {
    border-color: rgb(251 191 36 / 0.6);
  }

  .md\:border-amber-400\/65 {
    border-color: rgb(251 191 36 / 0.65);
  }

  .md\:border-amber-400\/70 {
    border-color: rgb(251 191 36 / 0.7);
  }

  .md\:border-amber-400\/75 {
    border-color: rgb(251 191 36 / 0.75);
  }

  .md\:border-amber-400\/80 {
    border-color: rgb(251 191 36 / 0.8);
  }

  .md\:border-amber-400\/85 {
    border-color: rgb(251 191 36 / 0.85);
  }

  .md\:border-amber-400\/90 {
    border-color: rgb(251 191 36 / 0.9);
  }

  .md\:border-amber-400\/95 {
    border-color: rgb(251 191 36 / 0.95);
  }

  .md\:border-amber-50 {
    --tw-border-opacity: 1;
    border-color: rgb(255 251 235 / var(--tw-border-opacity));
  }

  .md\:border-amber-50\/0 {
    border-color: rgb(255 251 235 / 0);
  }

  .md\:border-amber-50\/10 {
    border-color: rgb(255 251 235 / 0.1);
  }

  .md\:border-amber-50\/100 {
    border-color: rgb(255 251 235 / 1);
  }

  .md\:border-amber-50\/15 {
    border-color: rgb(255 251 235 / 0.15);
  }

  .md\:border-amber-50\/20 {
    border-color: rgb(255 251 235 / 0.2);
  }

  .md\:border-amber-50\/25 {
    border-color: rgb(255 251 235 / 0.25);
  }

  .md\:border-amber-50\/30 {
    border-color: rgb(255 251 235 / 0.3);
  }

  .md\:border-amber-50\/35 {
    border-color: rgb(255 251 235 / 0.35);
  }

  .md\:border-amber-50\/40 {
    border-color: rgb(255 251 235 / 0.4);
  }

  .md\:border-amber-50\/45 {
    border-color: rgb(255 251 235 / 0.45);
  }

  .md\:border-amber-50\/5 {
    border-color: rgb(255 251 235 / 0.05);
  }

  .md\:border-amber-50\/50 {
    border-color: rgb(255 251 235 / 0.5);
  }

  .md\:border-amber-50\/55 {
    border-color: rgb(255 251 235 / 0.55);
  }

  .md\:border-amber-50\/60 {
    border-color: rgb(255 251 235 / 0.6);
  }

  .md\:border-amber-50\/65 {
    border-color: rgb(255 251 235 / 0.65);
  }

  .md\:border-amber-50\/70 {
    border-color: rgb(255 251 235 / 0.7);
  }

  .md\:border-amber-50\/75 {
    border-color: rgb(255 251 235 / 0.75);
  }

  .md\:border-amber-50\/80 {
    border-color: rgb(255 251 235 / 0.8);
  }

  .md\:border-amber-50\/85 {
    border-color: rgb(255 251 235 / 0.85);
  }

  .md\:border-amber-50\/90 {
    border-color: rgb(255 251 235 / 0.9);
  }

  .md\:border-amber-50\/95 {
    border-color: rgb(255 251 235 / 0.95);
  }

  .md\:border-amber-500 {
    --tw-border-opacity: 1;
    border-color: rgb(245 158 11 / var(--tw-border-opacity));
  }

  .md\:border-amber-500\/0 {
    border-color: rgb(245 158 11 / 0);
  }

  .md\:border-amber-500\/10 {
    border-color: rgb(245 158 11 / 0.1);
  }

  .md\:border-amber-500\/100 {
    border-color: rgb(245 158 11 / 1);
  }

  .md\:border-amber-500\/15 {
    border-color: rgb(245 158 11 / 0.15);
  }

  .md\:border-amber-500\/20 {
    border-color: rgb(245 158 11 / 0.2);
  }

  .md\:border-amber-500\/25 {
    border-color: rgb(245 158 11 / 0.25);
  }

  .md\:border-amber-500\/30 {
    border-color: rgb(245 158 11 / 0.3);
  }

  .md\:border-amber-500\/35 {
    border-color: rgb(245 158 11 / 0.35);
  }

  .md\:border-amber-500\/40 {
    border-color: rgb(245 158 11 / 0.4);
  }

  .md\:border-amber-500\/45 {
    border-color: rgb(245 158 11 / 0.45);
  }

  .md\:border-amber-500\/5 {
    border-color: rgb(245 158 11 / 0.05);
  }

  .md\:border-amber-500\/50 {
    border-color: rgb(245 158 11 / 0.5);
  }

  .md\:border-amber-500\/55 {
    border-color: rgb(245 158 11 / 0.55);
  }

  .md\:border-amber-500\/60 {
    border-color: rgb(245 158 11 / 0.6);
  }

  .md\:border-amber-500\/65 {
    border-color: rgb(245 158 11 / 0.65);
  }

  .md\:border-amber-500\/70 {
    border-color: rgb(245 158 11 / 0.7);
  }

  .md\:border-amber-500\/75 {
    border-color: rgb(245 158 11 / 0.75);
  }

  .md\:border-amber-500\/80 {
    border-color: rgb(245 158 11 / 0.8);
  }

  .md\:border-amber-500\/85 {
    border-color: rgb(245 158 11 / 0.85);
  }

  .md\:border-amber-500\/90 {
    border-color: rgb(245 158 11 / 0.9);
  }

  .md\:border-amber-500\/95 {
    border-color: rgb(245 158 11 / 0.95);
  }

  .md\:border-amber-600 {
    --tw-border-opacity: 1;
    border-color: rgb(217 119 6 / var(--tw-border-opacity));
  }

  .md\:border-amber-600\/0 {
    border-color: rgb(217 119 6 / 0);
  }

  .md\:border-amber-600\/10 {
    border-color: rgb(217 119 6 / 0.1);
  }

  .md\:border-amber-600\/100 {
    border-color: rgb(217 119 6 / 1);
  }

  .md\:border-amber-600\/15 {
    border-color: rgb(217 119 6 / 0.15);
  }

  .md\:border-amber-600\/20 {
    border-color: rgb(217 119 6 / 0.2);
  }

  .md\:border-amber-600\/25 {
    border-color: rgb(217 119 6 / 0.25);
  }

  .md\:border-amber-600\/30 {
    border-color: rgb(217 119 6 / 0.3);
  }

  .md\:border-amber-600\/35 {
    border-color: rgb(217 119 6 / 0.35);
  }

  .md\:border-amber-600\/40 {
    border-color: rgb(217 119 6 / 0.4);
  }

  .md\:border-amber-600\/45 {
    border-color: rgb(217 119 6 / 0.45);
  }

  .md\:border-amber-600\/5 {
    border-color: rgb(217 119 6 / 0.05);
  }

  .md\:border-amber-600\/50 {
    border-color: rgb(217 119 6 / 0.5);
  }

  .md\:border-amber-600\/55 {
    border-color: rgb(217 119 6 / 0.55);
  }

  .md\:border-amber-600\/60 {
    border-color: rgb(217 119 6 / 0.6);
  }

  .md\:border-amber-600\/65 {
    border-color: rgb(217 119 6 / 0.65);
  }

  .md\:border-amber-600\/70 {
    border-color: rgb(217 119 6 / 0.7);
  }

  .md\:border-amber-600\/75 {
    border-color: rgb(217 119 6 / 0.75);
  }

  .md\:border-amber-600\/80 {
    border-color: rgb(217 119 6 / 0.8);
  }

  .md\:border-amber-600\/85 {
    border-color: rgb(217 119 6 / 0.85);
  }

  .md\:border-amber-600\/90 {
    border-color: rgb(217 119 6 / 0.9);
  }

  .md\:border-amber-600\/95 {
    border-color: rgb(217 119 6 / 0.95);
  }

  .md\:border-amber-700 {
    --tw-border-opacity: 1;
    border-color: rgb(180 83 9 / var(--tw-border-opacity));
  }

  .md\:border-amber-700\/0 {
    border-color: rgb(180 83 9 / 0);
  }

  .md\:border-amber-700\/10 {
    border-color: rgb(180 83 9 / 0.1);
  }

  .md\:border-amber-700\/100 {
    border-color: rgb(180 83 9 / 1);
  }

  .md\:border-amber-700\/15 {
    border-color: rgb(180 83 9 / 0.15);
  }

  .md\:border-amber-700\/20 {
    border-color: rgb(180 83 9 / 0.2);
  }

  .md\:border-amber-700\/25 {
    border-color: rgb(180 83 9 / 0.25);
  }

  .md\:border-amber-700\/30 {
    border-color: rgb(180 83 9 / 0.3);
  }

  .md\:border-amber-700\/35 {
    border-color: rgb(180 83 9 / 0.35);
  }

  .md\:border-amber-700\/40 {
    border-color: rgb(180 83 9 / 0.4);
  }

  .md\:border-amber-700\/45 {
    border-color: rgb(180 83 9 / 0.45);
  }

  .md\:border-amber-700\/5 {
    border-color: rgb(180 83 9 / 0.05);
  }

  .md\:border-amber-700\/50 {
    border-color: rgb(180 83 9 / 0.5);
  }

  .md\:border-amber-700\/55 {
    border-color: rgb(180 83 9 / 0.55);
  }

  .md\:border-amber-700\/60 {
    border-color: rgb(180 83 9 / 0.6);
  }

  .md\:border-amber-700\/65 {
    border-color: rgb(180 83 9 / 0.65);
  }

  .md\:border-amber-700\/70 {
    border-color: rgb(180 83 9 / 0.7);
  }

  .md\:border-amber-700\/75 {
    border-color: rgb(180 83 9 / 0.75);
  }

  .md\:border-amber-700\/80 {
    border-color: rgb(180 83 9 / 0.8);
  }

  .md\:border-amber-700\/85 {
    border-color: rgb(180 83 9 / 0.85);
  }

  .md\:border-amber-700\/90 {
    border-color: rgb(180 83 9 / 0.9);
  }

  .md\:border-amber-700\/95 {
    border-color: rgb(180 83 9 / 0.95);
  }

  .md\:border-amber-800 {
    --tw-border-opacity: 1;
    border-color: rgb(146 64 14 / var(--tw-border-opacity));
  }

  .md\:border-amber-800\/0 {
    border-color: rgb(146 64 14 / 0);
  }

  .md\:border-amber-800\/10 {
    border-color: rgb(146 64 14 / 0.1);
  }

  .md\:border-amber-800\/100 {
    border-color: rgb(146 64 14 / 1);
  }

  .md\:border-amber-800\/15 {
    border-color: rgb(146 64 14 / 0.15);
  }

  .md\:border-amber-800\/20 {
    border-color: rgb(146 64 14 / 0.2);
  }

  .md\:border-amber-800\/25 {
    border-color: rgb(146 64 14 / 0.25);
  }

  .md\:border-amber-800\/30 {
    border-color: rgb(146 64 14 / 0.3);
  }

  .md\:border-amber-800\/35 {
    border-color: rgb(146 64 14 / 0.35);
  }

  .md\:border-amber-800\/40 {
    border-color: rgb(146 64 14 / 0.4);
  }

  .md\:border-amber-800\/45 {
    border-color: rgb(146 64 14 / 0.45);
  }

  .md\:border-amber-800\/5 {
    border-color: rgb(146 64 14 / 0.05);
  }

  .md\:border-amber-800\/50 {
    border-color: rgb(146 64 14 / 0.5);
  }

  .md\:border-amber-800\/55 {
    border-color: rgb(146 64 14 / 0.55);
  }

  .md\:border-amber-800\/60 {
    border-color: rgb(146 64 14 / 0.6);
  }

  .md\:border-amber-800\/65 {
    border-color: rgb(146 64 14 / 0.65);
  }

  .md\:border-amber-800\/70 {
    border-color: rgb(146 64 14 / 0.7);
  }

  .md\:border-amber-800\/75 {
    border-color: rgb(146 64 14 / 0.75);
  }

  .md\:border-amber-800\/80 {
    border-color: rgb(146 64 14 / 0.8);
  }

  .md\:border-amber-800\/85 {
    border-color: rgb(146 64 14 / 0.85);
  }

  .md\:border-amber-800\/90 {
    border-color: rgb(146 64 14 / 0.9);
  }

  .md\:border-amber-800\/95 {
    border-color: rgb(146 64 14 / 0.95);
  }

  .md\:border-amber-900 {
    --tw-border-opacity: 1;
    border-color: rgb(120 53 15 / var(--tw-border-opacity));
  }

  .md\:border-amber-900\/0 {
    border-color: rgb(120 53 15 / 0);
  }

  .md\:border-amber-900\/10 {
    border-color: rgb(120 53 15 / 0.1);
  }

  .md\:border-amber-900\/100 {
    border-color: rgb(120 53 15 / 1);
  }

  .md\:border-amber-900\/15 {
    border-color: rgb(120 53 15 / 0.15);
  }

  .md\:border-amber-900\/20 {
    border-color: rgb(120 53 15 / 0.2);
  }

  .md\:border-amber-900\/25 {
    border-color: rgb(120 53 15 / 0.25);
  }

  .md\:border-amber-900\/30 {
    border-color: rgb(120 53 15 / 0.3);
  }

  .md\:border-amber-900\/35 {
    border-color: rgb(120 53 15 / 0.35);
  }

  .md\:border-amber-900\/40 {
    border-color: rgb(120 53 15 / 0.4);
  }

  .md\:border-amber-900\/45 {
    border-color: rgb(120 53 15 / 0.45);
  }

  .md\:border-amber-900\/5 {
    border-color: rgb(120 53 15 / 0.05);
  }

  .md\:border-amber-900\/50 {
    border-color: rgb(120 53 15 / 0.5);
  }

  .md\:border-amber-900\/55 {
    border-color: rgb(120 53 15 / 0.55);
  }

  .md\:border-amber-900\/60 {
    border-color: rgb(120 53 15 / 0.6);
  }

  .md\:border-amber-900\/65 {
    border-color: rgb(120 53 15 / 0.65);
  }

  .md\:border-amber-900\/70 {
    border-color: rgb(120 53 15 / 0.7);
  }

  .md\:border-amber-900\/75 {
    border-color: rgb(120 53 15 / 0.75);
  }

  .md\:border-amber-900\/80 {
    border-color: rgb(120 53 15 / 0.8);
  }

  .md\:border-amber-900\/85 {
    border-color: rgb(120 53 15 / 0.85);
  }

  .md\:border-amber-900\/90 {
    border-color: rgb(120 53 15 / 0.9);
  }

  .md\:border-amber-900\/95 {
    border-color: rgb(120 53 15 / 0.95);
  }

  .md\:border-amber-950 {
    --tw-border-opacity: 1;
    border-color: rgb(69 26 3 / var(--tw-border-opacity));
  }

  .md\:border-amber-950\/0 {
    border-color: rgb(69 26 3 / 0);
  }

  .md\:border-amber-950\/10 {
    border-color: rgb(69 26 3 / 0.1);
  }

  .md\:border-amber-950\/100 {
    border-color: rgb(69 26 3 / 1);
  }

  .md\:border-amber-950\/15 {
    border-color: rgb(69 26 3 / 0.15);
  }

  .md\:border-amber-950\/20 {
    border-color: rgb(69 26 3 / 0.2);
  }

  .md\:border-amber-950\/25 {
    border-color: rgb(69 26 3 / 0.25);
  }

  .md\:border-amber-950\/30 {
    border-color: rgb(69 26 3 / 0.3);
  }

  .md\:border-amber-950\/35 {
    border-color: rgb(69 26 3 / 0.35);
  }

  .md\:border-amber-950\/40 {
    border-color: rgb(69 26 3 / 0.4);
  }

  .md\:border-amber-950\/45 {
    border-color: rgb(69 26 3 / 0.45);
  }

  .md\:border-amber-950\/5 {
    border-color: rgb(69 26 3 / 0.05);
  }

  .md\:border-amber-950\/50 {
    border-color: rgb(69 26 3 / 0.5);
  }

  .md\:border-amber-950\/55 {
    border-color: rgb(69 26 3 / 0.55);
  }

  .md\:border-amber-950\/60 {
    border-color: rgb(69 26 3 / 0.6);
  }

  .md\:border-amber-950\/65 {
    border-color: rgb(69 26 3 / 0.65);
  }

  .md\:border-amber-950\/70 {
    border-color: rgb(69 26 3 / 0.7);
  }

  .md\:border-amber-950\/75 {
    border-color: rgb(69 26 3 / 0.75);
  }

  .md\:border-amber-950\/80 {
    border-color: rgb(69 26 3 / 0.8);
  }

  .md\:border-amber-950\/85 {
    border-color: rgb(69 26 3 / 0.85);
  }

  .md\:border-amber-950\/90 {
    border-color: rgb(69 26 3 / 0.9);
  }

  .md\:border-amber-950\/95 {
    border-color: rgb(69 26 3 / 0.95);
  }

  .md\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .md\:border-black\/0 {
    border-color: rgb(0 0 0 / 0);
  }

  .md\:border-black\/10 {
    border-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-black\/100 {
    border-color: rgb(0 0 0 / 1);
  }

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

  .md\:border-black\/20 {
    border-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-black\/25 {
    border-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-black\/30 {
    border-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-black\/35 {
    border-color: rgb(0 0 0 / 0.35);
  }

  .md\:border-black\/40 {
    border-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-black\/45 {
    border-color: rgb(0 0 0 / 0.45);
  }

  .md\:border-black\/5 {
    border-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-black\/50 {
    border-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-black\/55 {
    border-color: rgb(0 0 0 / 0.55);
  }

  .md\:border-black\/60 {
    border-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-black\/65 {
    border-color: rgb(0 0 0 / 0.65);
  }

  .md\:border-black\/70 {
    border-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-black\/75 {
    border-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-black\/80 {
    border-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-black\/85 {
    border-color: rgb(0 0 0 / 0.85);
  }

  .md\:border-black\/90 {
    border-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-black\/95 {
    border-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgb(219 234 254 / var(--tw-border-opacity));
  }

  .md\:border-blue-100\/0 {
    border-color: rgb(219 234 254 / 0);
  }

  .md\:border-blue-100\/10 {
    border-color: rgb(219 234 254 / 0.1);
  }

  .md\:border-blue-100\/100 {
    border-color: rgb(219 234 254 / 1);
  }

  .md\:border-blue-100\/15 {
    border-color: rgb(219 234 254 / 0.15);
  }

  .md\:border-blue-100\/20 {
    border-color: rgb(219 234 254 / 0.2);
  }

  .md\:border-blue-100\/25 {
    border-color: rgb(219 234 254 / 0.25);
  }

  .md\:border-blue-100\/30 {
    border-color: rgb(219 234 254 / 0.3);
  }

  .md\:border-blue-100\/35 {
    border-color: rgb(219 234 254 / 0.35);
  }

  .md\:border-blue-100\/40 {
    border-color: rgb(219 234 254 / 0.4);
  }

  .md\:border-blue-100\/45 {
    border-color: rgb(219 234 254 / 0.45);
  }

  .md\:border-blue-100\/5 {
    border-color: rgb(219 234 254 / 0.05);
  }

  .md\:border-blue-100\/50 {
    border-color: rgb(219 234 254 / 0.5);
  }

  .md\:border-blue-100\/55 {
    border-color: rgb(219 234 254 / 0.55);
  }

  .md\:border-blue-100\/60 {
    border-color: rgb(219 234 254 / 0.6);
  }

  .md\:border-blue-100\/65 {
    border-color: rgb(219 234 254 / 0.65);
  }

  .md\:border-blue-100\/70 {
    border-color: rgb(219 234 254 / 0.7);
  }

  .md\:border-blue-100\/75 {
    border-color: rgb(219 234 254 / 0.75);
  }

  .md\:border-blue-100\/80 {
    border-color: rgb(219 234 254 / 0.8);
  }

  .md\:border-blue-100\/85 {
    border-color: rgb(219 234 254 / 0.85);
  }

  .md\:border-blue-100\/90 {
    border-color: rgb(219 234 254 / 0.9);
  }

  .md\:border-blue-100\/95 {
    border-color: rgb(219 234 254 / 0.95);
  }

  .md\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgb(191 219 254 / var(--tw-border-opacity));
  }

  .md\:border-blue-200\/0 {
    border-color: rgb(191 219 254 / 0);
  }

  .md\:border-blue-200\/10 {
    border-color: rgb(191 219 254 / 0.1);
  }

  .md\:border-blue-200\/100 {
    border-color: rgb(191 219 254 / 1);
  }

  .md\:border-blue-200\/15 {
    border-color: rgb(191 219 254 / 0.15);
  }

  .md\:border-blue-200\/20 {
    border-color: rgb(191 219 254 / 0.2);
  }

  .md\:border-blue-200\/25 {
    border-color: rgb(191 219 254 / 0.25);
  }

  .md\:border-blue-200\/30 {
    border-color: rgb(191 219 254 / 0.3);
  }

  .md\:border-blue-200\/35 {
    border-color: rgb(191 219 254 / 0.35);
  }

  .md\:border-blue-200\/40 {
    border-color: rgb(191 219 254 / 0.4);
  }

  .md\:border-blue-200\/45 {
    border-color: rgb(191 219 254 / 0.45);
  }

  .md\:border-blue-200\/5 {
    border-color: rgb(191 219 254 / 0.05);
  }

  .md\:border-blue-200\/50 {
    border-color: rgb(191 219 254 / 0.5);
  }

  .md\:border-blue-200\/55 {
    border-color: rgb(191 219 254 / 0.55);
  }

  .md\:border-blue-200\/60 {
    border-color: rgb(191 219 254 / 0.6);
  }

  .md\:border-blue-200\/65 {
    border-color: rgb(191 219 254 / 0.65);
  }

  .md\:border-blue-200\/70 {
    border-color: rgb(191 219 254 / 0.7);
  }

  .md\:border-blue-200\/75 {
    border-color: rgb(191 219 254 / 0.75);
  }

  .md\:border-blue-200\/80 {
    border-color: rgb(191 219 254 / 0.8);
  }

  .md\:border-blue-200\/85 {
    border-color: rgb(191 219 254 / 0.85);
  }

  .md\:border-blue-200\/90 {
    border-color: rgb(191 219 254 / 0.9);
  }

  .md\:border-blue-200\/95 {
    border-color: rgb(191 219 254 / 0.95);
  }

  .md\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgb(147 197 253 / var(--tw-border-opacity));
  }

  .md\:border-blue-300\/0 {
    border-color: rgb(147 197 253 / 0);
  }

  .md\:border-blue-300\/10 {
    border-color: rgb(147 197 253 / 0.1);
  }

  .md\:border-blue-300\/100 {
    border-color: rgb(147 197 253 / 1);
  }

  .md\:border-blue-300\/15 {
    border-color: rgb(147 197 253 / 0.15);
  }

  .md\:border-blue-300\/20 {
    border-color: rgb(147 197 253 / 0.2);
  }

  .md\:border-blue-300\/25 {
    border-color: rgb(147 197 253 / 0.25);
  }

  .md\:border-blue-300\/30 {
    border-color: rgb(147 197 253 / 0.3);
  }

  .md\:border-blue-300\/35 {
    border-color: rgb(147 197 253 / 0.35);
  }

  .md\:border-blue-300\/40 {
    border-color: rgb(147 197 253 / 0.4);
  }

  .md\:border-blue-300\/45 {
    border-color: rgb(147 197 253 / 0.45);
  }

  .md\:border-blue-300\/5 {
    border-color: rgb(147 197 253 / 0.05);
  }

  .md\:border-blue-300\/50 {
    border-color: rgb(147 197 253 / 0.5);
  }

  .md\:border-blue-300\/55 {
    border-color: rgb(147 197 253 / 0.55);
  }

  .md\:border-blue-300\/60 {
    border-color: rgb(147 197 253 / 0.6);
  }

  .md\:border-blue-300\/65 {
    border-color: rgb(147 197 253 / 0.65);
  }

  .md\:border-blue-300\/70 {
    border-color: rgb(147 197 253 / 0.7);
  }

  .md\:border-blue-300\/75 {
    border-color: rgb(147 197 253 / 0.75);
  }

  .md\:border-blue-300\/80 {
    border-color: rgb(147 197 253 / 0.8);
  }

  .md\:border-blue-300\/85 {
    border-color: rgb(147 197 253 / 0.85);
  }

  .md\:border-blue-300\/90 {
    border-color: rgb(147 197 253 / 0.9);
  }

  .md\:border-blue-300\/95 {
    border-color: rgb(147 197 253 / 0.95);
  }

  .md\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgb(96 165 250 / var(--tw-border-opacity));
  }

  .md\:border-blue-400\/0 {
    border-color: rgb(96 165 250 / 0);
  }

  .md\:border-blue-400\/10 {
    border-color: rgb(96 165 250 / 0.1);
  }

  .md\:border-blue-400\/100 {
    border-color: rgb(96 165 250 / 1);
  }

  .md\:border-blue-400\/15 {
    border-color: rgb(96 165 250 / 0.15);
  }

  .md\:border-blue-400\/20 {
    border-color: rgb(96 165 250 / 0.2);
  }

  .md\:border-blue-400\/25 {
    border-color: rgb(96 165 250 / 0.25);
  }

  .md\:border-blue-400\/30 {
    border-color: rgb(96 165 250 / 0.3);
  }

  .md\:border-blue-400\/35 {
    border-color: rgb(96 165 250 / 0.35);
  }

  .md\:border-blue-400\/40 {
    border-color: rgb(96 165 250 / 0.4);
  }

  .md\:border-blue-400\/45 {
    border-color: rgb(96 165 250 / 0.45);
  }

  .md\:border-blue-400\/5 {
    border-color: rgb(96 165 250 / 0.05);
  }

  .md\:border-blue-400\/50 {
    border-color: rgb(96 165 250 / 0.5);
  }

  .md\:border-blue-400\/55 {
    border-color: rgb(96 165 250 / 0.55);
  }

  .md\:border-blue-400\/60 {
    border-color: rgb(96 165 250 / 0.6);
  }

  .md\:border-blue-400\/65 {
    border-color: rgb(96 165 250 / 0.65);
  }

  .md\:border-blue-400\/70 {
    border-color: rgb(96 165 250 / 0.7);
  }

  .md\:border-blue-400\/75 {
    border-color: rgb(96 165 250 / 0.75);
  }

  .md\:border-blue-400\/80 {
    border-color: rgb(96 165 250 / 0.8);
  }

  .md\:border-blue-400\/85 {
    border-color: rgb(96 165 250 / 0.85);
  }

  .md\:border-blue-400\/90 {
    border-color: rgb(96 165 250 / 0.9);
  }

  .md\:border-blue-400\/95 {
    border-color: rgb(96 165 250 / 0.95);
  }

  .md\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgb(239 246 255 / var(--tw-border-opacity));
  }

  .md\:border-blue-50\/0 {
    border-color: rgb(239 246 255 / 0);
  }

  .md\:border-blue-50\/10 {
    border-color: rgb(239 246 255 / 0.1);
  }

  .md\:border-blue-50\/100 {
    border-color: rgb(239 246 255 / 1);
  }

  .md\:border-blue-50\/15 {
    border-color: rgb(239 246 255 / 0.15);
  }

  .md\:border-blue-50\/20 {
    border-color: rgb(239 246 255 / 0.2);
  }

  .md\:border-blue-50\/25 {
    border-color: rgb(239 246 255 / 0.25);
  }

  .md\:border-blue-50\/30 {
    border-color: rgb(239 246 255 / 0.3);
  }

  .md\:border-blue-50\/35 {
    border-color: rgb(239 246 255 / 0.35);
  }

  .md\:border-blue-50\/40 {
    border-color: rgb(239 246 255 / 0.4);
  }

  .md\:border-blue-50\/45 {
    border-color: rgb(239 246 255 / 0.45);
  }

  .md\:border-blue-50\/5 {
    border-color: rgb(239 246 255 / 0.05);
  }

  .md\:border-blue-50\/50 {
    border-color: rgb(239 246 255 / 0.5);
  }

  .md\:border-blue-50\/55 {
    border-color: rgb(239 246 255 / 0.55);
  }

  .md\:border-blue-50\/60 {
    border-color: rgb(239 246 255 / 0.6);
  }

  .md\:border-blue-50\/65 {
    border-color: rgb(239 246 255 / 0.65);
  }

  .md\:border-blue-50\/70 {
    border-color: rgb(239 246 255 / 0.7);
  }

  .md\:border-blue-50\/75 {
    border-color: rgb(239 246 255 / 0.75);
  }

  .md\:border-blue-50\/80 {
    border-color: rgb(239 246 255 / 0.8);
  }

  .md\:border-blue-50\/85 {
    border-color: rgb(239 246 255 / 0.85);
  }

  .md\:border-blue-50\/90 {
    border-color: rgb(239 246 255 / 0.9);
  }

  .md\:border-blue-50\/95 {
    border-color: rgb(239 246 255 / 0.95);
  }

  .md\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity));
  }

  .md\:border-blue-500\/0 {
    border-color: rgb(59 130 246 / 0);
  }

  .md\:border-blue-500\/10 {
    border-color: rgb(59 130 246 / 0.1);
  }

  .md\:border-blue-500\/100 {
    border-color: rgb(59 130 246 / 1);
  }

  .md\:border-blue-500\/15 {
    border-color: rgb(59 130 246 / 0.15);
  }

  .md\:border-blue-500\/20 {
    border-color: rgb(59 130 246 / 0.2);
  }

  .md\:border-blue-500\/25 {
    border-color: rgb(59 130 246 / 0.25);
  }

  .md\:border-blue-500\/30 {
    border-color: rgb(59 130 246 / 0.3);
  }

  .md\:border-blue-500\/35 {
    border-color: rgb(59 130 246 / 0.35);
  }

  .md\:border-blue-500\/40 {
    border-color: rgb(59 130 246 / 0.4);
  }

  .md\:border-blue-500\/45 {
    border-color: rgb(59 130 246 / 0.45);
  }

  .md\:border-blue-500\/5 {
    border-color: rgb(59 130 246 / 0.05);
  }

  .md\:border-blue-500\/50 {
    border-color: rgb(59 130 246 / 0.5);
  }

  .md\:border-blue-500\/55 {
    border-color: rgb(59 130 246 / 0.55);
  }

  .md\:border-blue-500\/60 {
    border-color: rgb(59 130 246 / 0.6);
  }

  .md\:border-blue-500\/65 {
    border-color: rgb(59 130 246 / 0.65);
  }

  .md\:border-blue-500\/70 {
    border-color: rgb(59 130 246 / 0.7);
  }

  .md\:border-blue-500\/75 {
    border-color: rgb(59 130 246 / 0.75);
  }

  .md\:border-blue-500\/80 {
    border-color: rgb(59 130 246 / 0.8);
  }

  .md\:border-blue-500\/85 {
    border-color: rgb(59 130 246 / 0.85);
  }

  .md\:border-blue-500\/90 {
    border-color: rgb(59 130 246 / 0.9);
  }

  .md\:border-blue-500\/95 {
    border-color: rgb(59 130 246 / 0.95);
  }

  .md\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity));
  }

  .md\:border-blue-600\/0 {
    border-color: rgb(37 99 235 / 0);
  }

  .md\:border-blue-600\/10 {
    border-color: rgb(37 99 235 / 0.1);
  }

  .md\:border-blue-600\/100 {
    border-color: rgb(37 99 235 / 1);
  }

  .md\:border-blue-600\/15 {
    border-color: rgb(37 99 235 / 0.15);
  }

  .md\:border-blue-600\/20 {
    border-color: rgb(37 99 235 / 0.2);
  }

  .md\:border-blue-600\/25 {
    border-color: rgb(37 99 235 / 0.25);
  }

  .md\:border-blue-600\/30 {
    border-color: rgb(37 99 235 / 0.3);
  }

  .md\:border-blue-600\/35 {
    border-color: rgb(37 99 235 / 0.35);
  }

  .md\:border-blue-600\/40 {
    border-color: rgb(37 99 235 / 0.4);
  }

  .md\:border-blue-600\/45 {
    border-color: rgb(37 99 235 / 0.45);
  }

  .md\:border-blue-600\/5 {
    border-color: rgb(37 99 235 / 0.05);
  }

  .md\:border-blue-600\/50 {
    border-color: rgb(37 99 235 / 0.5);
  }

  .md\:border-blue-600\/55 {
    border-color: rgb(37 99 235 / 0.55);
  }

  .md\:border-blue-600\/60 {
    border-color: rgb(37 99 235 / 0.6);
  }

  .md\:border-blue-600\/65 {
    border-color: rgb(37 99 235 / 0.65);
  }

  .md\:border-blue-600\/70 {
    border-color: rgb(37 99 235 / 0.7);
  }

  .md\:border-blue-600\/75 {
    border-color: rgb(37 99 235 / 0.75);
  }

  .md\:border-blue-600\/80 {
    border-color: rgb(37 99 235 / 0.8);
  }

  .md\:border-blue-600\/85 {
    border-color: rgb(37 99 235 / 0.85);
  }

  .md\:border-blue-600\/90 {
    border-color: rgb(37 99 235 / 0.9);
  }

  .md\:border-blue-600\/95 {
    border-color: rgb(37 99 235 / 0.95);
  }

  .md\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgb(29 78 216 / var(--tw-border-opacity));
  }

  .md\:border-blue-700\/0 {
    border-color: rgb(29 78 216 / 0);
  }

  .md\:border-blue-700\/10 {
    border-color: rgb(29 78 216 / 0.1);
  }

  .md\:border-blue-700\/100 {
    border-color: rgb(29 78 216 / 1);
  }

  .md\:border-blue-700\/15 {
    border-color: rgb(29 78 216 / 0.15);
  }

  .md\:border-blue-700\/20 {
    border-color: rgb(29 78 216 / 0.2);
  }

  .md\:border-blue-700\/25 {
    border-color: rgb(29 78 216 / 0.25);
  }

  .md\:border-blue-700\/30 {
    border-color: rgb(29 78 216 / 0.3);
  }

  .md\:border-blue-700\/35 {
    border-color: rgb(29 78 216 / 0.35);
  }

  .md\:border-blue-700\/40 {
    border-color: rgb(29 78 216 / 0.4);
  }

  .md\:border-blue-700\/45 {
    border-color: rgb(29 78 216 / 0.45);
  }

  .md\:border-blue-700\/5 {
    border-color: rgb(29 78 216 / 0.05);
  }

  .md\:border-blue-700\/50 {
    border-color: rgb(29 78 216 / 0.5);
  }

  .md\:border-blue-700\/55 {
    border-color: rgb(29 78 216 / 0.55);
  }

  .md\:border-blue-700\/60 {
    border-color: rgb(29 78 216 / 0.6);
  }

  .md\:border-blue-700\/65 {
    border-color: rgb(29 78 216 / 0.65);
  }

  .md\:border-blue-700\/70 {
    border-color: rgb(29 78 216 / 0.7);
  }

  .md\:border-blue-700\/75 {
    border-color: rgb(29 78 216 / 0.75);
  }

  .md\:border-blue-700\/80 {
    border-color: rgb(29 78 216 / 0.8);
  }

  .md\:border-blue-700\/85 {
    border-color: rgb(29 78 216 / 0.85);
  }

  .md\:border-blue-700\/90 {
    border-color: rgb(29 78 216 / 0.9);
  }

  .md\:border-blue-700\/95 {
    border-color: rgb(29 78 216 / 0.95);
  }

  .md\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgb(30 64 175 / var(--tw-border-opacity));
  }

  .md\:border-blue-800\/0 {
    border-color: rgb(30 64 175 / 0);
  }

  .md\:border-blue-800\/10 {
    border-color: rgb(30 64 175 / 0.1);
  }

  .md\:border-blue-800\/100 {
    border-color: rgb(30 64 175 / 1);
  }

  .md\:border-blue-800\/15 {
    border-color: rgb(30 64 175 / 0.15);
  }

  .md\:border-blue-800\/20 {
    border-color: rgb(30 64 175 / 0.2);
  }

  .md\:border-blue-800\/25 {
    border-color: rgb(30 64 175 / 0.25);
  }

  .md\:border-blue-800\/30 {
    border-color: rgb(30 64 175 / 0.3);
  }

  .md\:border-blue-800\/35 {
    border-color: rgb(30 64 175 / 0.35);
  }

  .md\:border-blue-800\/40 {
    border-color: rgb(30 64 175 / 0.4);
  }

  .md\:border-blue-800\/45 {
    border-color: rgb(30 64 175 / 0.45);
  }

  .md\:border-blue-800\/5 {
    border-color: rgb(30 64 175 / 0.05);
  }

  .md\:border-blue-800\/50 {
    border-color: rgb(30 64 175 / 0.5);
  }

  .md\:border-blue-800\/55 {
    border-color: rgb(30 64 175 / 0.55);
  }

  .md\:border-blue-800\/60 {
    border-color: rgb(30 64 175 / 0.6);
  }

  .md\:border-blue-800\/65 {
    border-color: rgb(30 64 175 / 0.65);
  }

  .md\:border-blue-800\/70 {
    border-color: rgb(30 64 175 / 0.7);
  }

  .md\:border-blue-800\/75 {
    border-color: rgb(30 64 175 / 0.75);
  }

  .md\:border-blue-800\/80 {
    border-color: rgb(30 64 175 / 0.8);
  }

  .md\:border-blue-800\/85 {
    border-color: rgb(30 64 175 / 0.85);
  }

  .md\:border-blue-800\/90 {
    border-color: rgb(30 64 175 / 0.9);
  }

  .md\:border-blue-800\/95 {
    border-color: rgb(30 64 175 / 0.95);
  }

  .md\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgb(30 58 138 / var(--tw-border-opacity));
  }

  .md\:border-blue-900\/0 {
    border-color: rgb(30 58 138 / 0);
  }

  .md\:border-blue-900\/10 {
    border-color: rgb(30 58 138 / 0.1);
  }

  .md\:border-blue-900\/100 {
    border-color: rgb(30 58 138 / 1);
  }

  .md\:border-blue-900\/15 {
    border-color: rgb(30 58 138 / 0.15);
  }

  .md\:border-blue-900\/20 {
    border-color: rgb(30 58 138 / 0.2);
  }

  .md\:border-blue-900\/25 {
    border-color: rgb(30 58 138 / 0.25);
  }

  .md\:border-blue-900\/30 {
    border-color: rgb(30 58 138 / 0.3);
  }

  .md\:border-blue-900\/35 {
    border-color: rgb(30 58 138 / 0.35);
  }

  .md\:border-blue-900\/40 {
    border-color: rgb(30 58 138 / 0.4);
  }

  .md\:border-blue-900\/45 {
    border-color: rgb(30 58 138 / 0.45);
  }

  .md\:border-blue-900\/5 {
    border-color: rgb(30 58 138 / 0.05);
  }

  .md\:border-blue-900\/50 {
    border-color: rgb(30 58 138 / 0.5);
  }

  .md\:border-blue-900\/55 {
    border-color: rgb(30 58 138 / 0.55);
  }

  .md\:border-blue-900\/60 {
    border-color: rgb(30 58 138 / 0.6);
  }

  .md\:border-blue-900\/65 {
    border-color: rgb(30 58 138 / 0.65);
  }

  .md\:border-blue-900\/70 {
    border-color: rgb(30 58 138 / 0.7);
  }

  .md\:border-blue-900\/75 {
    border-color: rgb(30 58 138 / 0.75);
  }

  .md\:border-blue-900\/80 {
    border-color: rgb(30 58 138 / 0.8);
  }

  .md\:border-blue-900\/85 {
    border-color: rgb(30 58 138 / 0.85);
  }

  .md\:border-blue-900\/90 {
    border-color: rgb(30 58 138 / 0.9);
  }

  .md\:border-blue-900\/95 {
    border-color: rgb(30 58 138 / 0.95);
  }

  .md\:border-blue-950 {
    --tw-border-opacity: 1;
    border-color: rgb(23 37 84 / var(--tw-border-opacity));
  }

  .md\:border-blue-950\/0 {
    border-color: rgb(23 37 84 / 0);
  }

  .md\:border-blue-950\/10 {
    border-color: rgb(23 37 84 / 0.1);
  }

  .md\:border-blue-950\/100 {
    border-color: rgb(23 37 84 / 1);
  }

  .md\:border-blue-950\/15 {
    border-color: rgb(23 37 84 / 0.15);
  }

  .md\:border-blue-950\/20 {
    border-color: rgb(23 37 84 / 0.2);
  }

  .md\:border-blue-950\/25 {
    border-color: rgb(23 37 84 / 0.25);
  }

  .md\:border-blue-950\/30 {
    border-color: rgb(23 37 84 / 0.3);
  }

  .md\:border-blue-950\/35 {
    border-color: rgb(23 37 84 / 0.35);
  }

  .md\:border-blue-950\/40 {
    border-color: rgb(23 37 84 / 0.4);
  }

  .md\:border-blue-950\/45 {
    border-color: rgb(23 37 84 / 0.45);
  }

  .md\:border-blue-950\/5 {
    border-color: rgb(23 37 84 / 0.05);
  }

  .md\:border-blue-950\/50 {
    border-color: rgb(23 37 84 / 0.5);
  }

  .md\:border-blue-950\/55 {
    border-color: rgb(23 37 84 / 0.55);
  }

  .md\:border-blue-950\/60 {
    border-color: rgb(23 37 84 / 0.6);
  }

  .md\:border-blue-950\/65 {
    border-color: rgb(23 37 84 / 0.65);
  }

  .md\:border-blue-950\/70 {
    border-color: rgb(23 37 84 / 0.7);
  }

  .md\:border-blue-950\/75 {
    border-color: rgb(23 37 84 / 0.75);
  }

  .md\:border-blue-950\/80 {
    border-color: rgb(23 37 84 / 0.8);
  }

  .md\:border-blue-950\/85 {
    border-color: rgb(23 37 84 / 0.85);
  }

  .md\:border-blue-950\/90 {
    border-color: rgb(23 37 84 / 0.9);
  }

  .md\:border-blue-950\/95 {
    border-color: rgb(23 37 84 / 0.95);
  }

  .md\:border-current {
    border-color: currentColor;
  }

  .md\:border-cyan-100 {
    --tw-border-opacity: 1;
    border-color: rgb(207 250 254 / var(--tw-border-opacity));
  }

  .md\:border-cyan-100\/0 {
    border-color: rgb(207 250 254 / 0);
  }

  .md\:border-cyan-100\/10 {
    border-color: rgb(207 250 254 / 0.1);
  }

  .md\:border-cyan-100\/100 {
    border-color: rgb(207 250 254 / 1);
  }

  .md\:border-cyan-100\/15 {
    border-color: rgb(207 250 254 / 0.15);
  }

  .md\:border-cyan-100\/20 {
    border-color: rgb(207 250 254 / 0.2);
  }

  .md\:border-cyan-100\/25 {
    border-color: rgb(207 250 254 / 0.25);
  }

  .md\:border-cyan-100\/30 {
    border-color: rgb(207 250 254 / 0.3);
  }

  .md\:border-cyan-100\/35 {
    border-color: rgb(207 250 254 / 0.35);
  }

  .md\:border-cyan-100\/40 {
    border-color: rgb(207 250 254 / 0.4);
  }

  .md\:border-cyan-100\/45 {
    border-color: rgb(207 250 254 / 0.45);
  }

  .md\:border-cyan-100\/5 {
    border-color: rgb(207 250 254 / 0.05);
  }

  .md\:border-cyan-100\/50 {
    border-color: rgb(207 250 254 / 0.5);
  }

  .md\:border-cyan-100\/55 {
    border-color: rgb(207 250 254 / 0.55);
  }

  .md\:border-cyan-100\/60 {
    border-color: rgb(207 250 254 / 0.6);
  }

  .md\:border-cyan-100\/65 {
    border-color: rgb(207 250 254 / 0.65);
  }

  .md\:border-cyan-100\/70 {
    border-color: rgb(207 250 254 / 0.7);
  }

  .md\:border-cyan-100\/75 {
    border-color: rgb(207 250 254 / 0.75);
  }

  .md\:border-cyan-100\/80 {
    border-color: rgb(207 250 254 / 0.8);
  }

  .md\:border-cyan-100\/85 {
    border-color: rgb(207 250 254 / 0.85);
  }

  .md\:border-cyan-100\/90 {
    border-color: rgb(207 250 254 / 0.9);
  }

  .md\:border-cyan-100\/95 {
    border-color: rgb(207 250 254 / 0.95);
  }

  .md\:border-cyan-200 {
    --tw-border-opacity: 1;
    border-color: rgb(165 243 252 / var(--tw-border-opacity));
  }

  .md\:border-cyan-200\/0 {
    border-color: rgb(165 243 252 / 0);
  }

  .md\:border-cyan-200\/10 {
    border-color: rgb(165 243 252 / 0.1);
  }

  .md\:border-cyan-200\/100 {
    border-color: rgb(165 243 252 / 1);
  }

  .md\:border-cyan-200\/15 {
    border-color: rgb(165 243 252 / 0.15);
  }

  .md\:border-cyan-200\/20 {
    border-color: rgb(165 243 252 / 0.2);
  }

  .md\:border-cyan-200\/25 {
    border-color: rgb(165 243 252 / 0.25);
  }

  .md\:border-cyan-200\/30 {
    border-color: rgb(165 243 252 / 0.3);
  }

  .md\:border-cyan-200\/35 {
    border-color: rgb(165 243 252 / 0.35);
  }

  .md\:border-cyan-200\/40 {
    border-color: rgb(165 243 252 / 0.4);
  }

  .md\:border-cyan-200\/45 {
    border-color: rgb(165 243 252 / 0.45);
  }

  .md\:border-cyan-200\/5 {
    border-color: rgb(165 243 252 / 0.05);
  }

  .md\:border-cyan-200\/50 {
    border-color: rgb(165 243 252 / 0.5);
  }

  .md\:border-cyan-200\/55 {
    border-color: rgb(165 243 252 / 0.55);
  }

  .md\:border-cyan-200\/60 {
    border-color: rgb(165 243 252 / 0.6);
  }

  .md\:border-cyan-200\/65 {
    border-color: rgb(165 243 252 / 0.65);
  }

  .md\:border-cyan-200\/70 {
    border-color: rgb(165 243 252 / 0.7);
  }

  .md\:border-cyan-200\/75 {
    border-color: rgb(165 243 252 / 0.75);
  }

  .md\:border-cyan-200\/80 {
    border-color: rgb(165 243 252 / 0.8);
  }

  .md\:border-cyan-200\/85 {
    border-color: rgb(165 243 252 / 0.85);
  }

  .md\:border-cyan-200\/90 {
    border-color: rgb(165 243 252 / 0.9);
  }

  .md\:border-cyan-200\/95 {
    border-color: rgb(165 243 252 / 0.95);
  }

  .md\:border-cyan-300 {
    --tw-border-opacity: 1;
    border-color: rgb(103 232 249 / var(--tw-border-opacity));
  }

  .md\:border-cyan-300\/0 {
    border-color: rgb(103 232 249 / 0);
  }

  .md\:border-cyan-300\/10 {
    border-color: rgb(103 232 249 / 0.1);
  }

  .md\:border-cyan-300\/100 {
    border-color: rgb(103 232 249 / 1);
  }

  .md\:border-cyan-300\/15 {
    border-color: rgb(103 232 249 / 0.15);
  }

  .md\:border-cyan-300\/20 {
    border-color: rgb(103 232 249 / 0.2);
  }

  .md\:border-cyan-300\/25 {
    border-color: rgb(103 232 249 / 0.25);
  }

  .md\:border-cyan-300\/30 {
    border-color: rgb(103 232 249 / 0.3);
  }

  .md\:border-cyan-300\/35 {
    border-color: rgb(103 232 249 / 0.35);
  }

  .md\:border-cyan-300\/40 {
    border-color: rgb(103 232 249 / 0.4);
  }

  .md\:border-cyan-300\/45 {
    border-color: rgb(103 232 249 / 0.45);
  }

  .md\:border-cyan-300\/5 {
    border-color: rgb(103 232 249 / 0.05);
  }

  .md\:border-cyan-300\/50 {
    border-color: rgb(103 232 249 / 0.5);
  }

  .md\:border-cyan-300\/55 {
    border-color: rgb(103 232 249 / 0.55);
  }

  .md\:border-cyan-300\/60 {
    border-color: rgb(103 232 249 / 0.6);
  }

  .md\:border-cyan-300\/65 {
    border-color: rgb(103 232 249 / 0.65);
  }

  .md\:border-cyan-300\/70 {
    border-color: rgb(103 232 249 / 0.7);
  }

  .md\:border-cyan-300\/75 {
    border-color: rgb(103 232 249 / 0.75);
  }

  .md\:border-cyan-300\/80 {
    border-color: rgb(103 232 249 / 0.8);
  }

  .md\:border-cyan-300\/85 {
    border-color: rgb(103 232 249 / 0.85);
  }

  .md\:border-cyan-300\/90 {
    border-color: rgb(103 232 249 / 0.9);
  }

  .md\:border-cyan-300\/95 {
    border-color: rgb(103 232 249 / 0.95);
  }

  .md\:border-cyan-400 {
    --tw-border-opacity: 1;
    border-color: rgb(34 211 238 / var(--tw-border-opacity));
  }

  .md\:border-cyan-400\/0 {
    border-color: rgb(34 211 238 / 0);
  }

  .md\:border-cyan-400\/10 {
    border-color: rgb(34 211 238 / 0.1);
  }

  .md\:border-cyan-400\/100 {
    border-color: rgb(34 211 238 / 1);
  }

  .md\:border-cyan-400\/15 {
    border-color: rgb(34 211 238 / 0.15);
  }

  .md\:border-cyan-400\/20 {
    border-color: rgb(34 211 238 / 0.2);
  }

  .md\:border-cyan-400\/25 {
    border-color: rgb(34 211 238 / 0.25);
  }

  .md\:border-cyan-400\/30 {
    border-color: rgb(34 211 238 / 0.3);
  }

  .md\:border-cyan-400\/35 {
    border-color: rgb(34 211 238 / 0.35);
  }

  .md\:border-cyan-400\/40 {
    border-color: rgb(34 211 238 / 0.4);
  }

  .md\:border-cyan-400\/45 {
    border-color: rgb(34 211 238 / 0.45);
  }

  .md\:border-cyan-400\/5 {
    border-color: rgb(34 211 238 / 0.05);
  }

  .md\:border-cyan-400\/50 {
    border-color: rgb(34 211 238 / 0.5);
  }

  .md\:border-cyan-400\/55 {
    border-color: rgb(34 211 238 / 0.55);
  }

  .md\:border-cyan-400\/60 {
    border-color: rgb(34 211 238 / 0.6);
  }

  .md\:border-cyan-400\/65 {
    border-color: rgb(34 211 238 / 0.65);
  }

  .md\:border-cyan-400\/70 {
    border-color: rgb(34 211 238 / 0.7);
  }

  .md\:border-cyan-400\/75 {
    border-color: rgb(34 211 238 / 0.75);
  }

  .md\:border-cyan-400\/80 {
    border-color: rgb(34 211 238 / 0.8);
  }

  .md\:border-cyan-400\/85 {
    border-color: rgb(34 211 238 / 0.85);
  }

  .md\:border-cyan-400\/90 {
    border-color: rgb(34 211 238 / 0.9);
  }

  .md\:border-cyan-400\/95 {
    border-color: rgb(34 211 238 / 0.95);
  }

  .md\:border-cyan-50 {
    --tw-border-opacity: 1;
    border-color: rgb(236 254 255 / var(--tw-border-opacity));
  }

  .md\:border-cyan-50\/0 {
    border-color: rgb(236 254 255 / 0);
  }

  .md\:border-cyan-50\/10 {
    border-color: rgb(236 254 255 / 0.1);
  }

  .md\:border-cyan-50\/100 {
    border-color: rgb(236 254 255 / 1);
  }

  .md\:border-cyan-50\/15 {
    border-color: rgb(236 254 255 / 0.15);
  }

  .md\:border-cyan-50\/20 {
    border-color: rgb(236 254 255 / 0.2);
  }

  .md\:border-cyan-50\/25 {
    border-color: rgb(236 254 255 / 0.25);
  }

  .md\:border-cyan-50\/30 {
    border-color: rgb(236 254 255 / 0.3);
  }

  .md\:border-cyan-50\/35 {
    border-color: rgb(236 254 255 / 0.35);
  }

  .md\:border-cyan-50\/40 {
    border-color: rgb(236 254 255 / 0.4);
  }

  .md\:border-cyan-50\/45 {
    border-color: rgb(236 254 255 / 0.45);
  }

  .md\:border-cyan-50\/5 {
    border-color: rgb(236 254 255 / 0.05);
  }

  .md\:border-cyan-50\/50 {
    border-color: rgb(236 254 255 / 0.5);
  }

  .md\:border-cyan-50\/55 {
    border-color: rgb(236 254 255 / 0.55);
  }

  .md\:border-cyan-50\/60 {
    border-color: rgb(236 254 255 / 0.6);
  }

  .md\:border-cyan-50\/65 {
    border-color: rgb(236 254 255 / 0.65);
  }

  .md\:border-cyan-50\/70 {
    border-color: rgb(236 254 255 / 0.7);
  }

  .md\:border-cyan-50\/75 {
    border-color: rgb(236 254 255 / 0.75);
  }

  .md\:border-cyan-50\/80 {
    border-color: rgb(236 254 255 / 0.8);
  }

  .md\:border-cyan-50\/85 {
    border-color: rgb(236 254 255 / 0.85);
  }

  .md\:border-cyan-50\/90 {
    border-color: rgb(236 254 255 / 0.9);
  }

  .md\:border-cyan-50\/95 {
    border-color: rgb(236 254 255 / 0.95);
  }

  .md\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgb(6 182 212 / var(--tw-border-opacity));
  }

  .md\:border-cyan-500\/0 {
    border-color: rgb(6 182 212 / 0);
  }

  .md\:border-cyan-500\/10 {
    border-color: rgb(6 182 212 / 0.1);
  }

  .md\:border-cyan-500\/100 {
    border-color: rgb(6 182 212 / 1);
  }

  .md\:border-cyan-500\/15 {
    border-color: rgb(6 182 212 / 0.15);
  }

  .md\:border-cyan-500\/20 {
    border-color: rgb(6 182 212 / 0.2);
  }

  .md\:border-cyan-500\/25 {
    border-color: rgb(6 182 212 / 0.25);
  }

  .md\:border-cyan-500\/30 {
    border-color: rgb(6 182 212 / 0.3);
  }

  .md\:border-cyan-500\/35 {
    border-color: rgb(6 182 212 / 0.35);
  }

  .md\:border-cyan-500\/40 {
    border-color: rgb(6 182 212 / 0.4);
  }

  .md\:border-cyan-500\/45 {
    border-color: rgb(6 182 212 / 0.45);
  }

  .md\:border-cyan-500\/5 {
    border-color: rgb(6 182 212 / 0.05);
  }

  .md\:border-cyan-500\/50 {
    border-color: rgb(6 182 212 / 0.5);
  }

  .md\:border-cyan-500\/55 {
    border-color: rgb(6 182 212 / 0.55);
  }

  .md\:border-cyan-500\/60 {
    border-color: rgb(6 182 212 / 0.6);
  }

  .md\:border-cyan-500\/65 {
    border-color: rgb(6 182 212 / 0.65);
  }

  .md\:border-cyan-500\/70 {
    border-color: rgb(6 182 212 / 0.7);
  }

  .md\:border-cyan-500\/75 {
    border-color: rgb(6 182 212 / 0.75);
  }

  .md\:border-cyan-500\/80 {
    border-color: rgb(6 182 212 / 0.8);
  }

  .md\:border-cyan-500\/85 {
    border-color: rgb(6 182 212 / 0.85);
  }

  .md\:border-cyan-500\/90 {
    border-color: rgb(6 182 212 / 0.9);
  }

  .md\:border-cyan-500\/95 {
    border-color: rgb(6 182 212 / 0.95);
  }

  .md\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgb(8 145 178 / var(--tw-border-opacity));
  }

  .md\:border-cyan-600\/0 {
    border-color: rgb(8 145 178 / 0);
  }

  .md\:border-cyan-600\/10 {
    border-color: rgb(8 145 178 / 0.1);
  }

  .md\:border-cyan-600\/100 {
    border-color: rgb(8 145 178 / 1);
  }

  .md\:border-cyan-600\/15 {
    border-color: rgb(8 145 178 / 0.15);
  }

  .md\:border-cyan-600\/20 {
    border-color: rgb(8 145 178 / 0.2);
  }

  .md\:border-cyan-600\/25 {
    border-color: rgb(8 145 178 / 0.25);
  }

  .md\:border-cyan-600\/30 {
    border-color: rgb(8 145 178 / 0.3);
  }

  .md\:border-cyan-600\/35 {
    border-color: rgb(8 145 178 / 0.35);
  }

  .md\:border-cyan-600\/40 {
    border-color: rgb(8 145 178 / 0.4);
  }

  .md\:border-cyan-600\/45 {
    border-color: rgb(8 145 178 / 0.45);
  }

  .md\:border-cyan-600\/5 {
    border-color: rgb(8 145 178 / 0.05);
  }

  .md\:border-cyan-600\/50 {
    border-color: rgb(8 145 178 / 0.5);
  }

  .md\:border-cyan-600\/55 {
    border-color: rgb(8 145 178 / 0.55);
  }

  .md\:border-cyan-600\/60 {
    border-color: rgb(8 145 178 / 0.6);
  }

  .md\:border-cyan-600\/65 {
    border-color: rgb(8 145 178 / 0.65);
  }

  .md\:border-cyan-600\/70 {
    border-color: rgb(8 145 178 / 0.7);
  }

  .md\:border-cyan-600\/75 {
    border-color: rgb(8 145 178 / 0.75);
  }

  .md\:border-cyan-600\/80 {
    border-color: rgb(8 145 178 / 0.8);
  }

  .md\:border-cyan-600\/85 {
    border-color: rgb(8 145 178 / 0.85);
  }

  .md\:border-cyan-600\/90 {
    border-color: rgb(8 145 178 / 0.9);
  }

  .md\:border-cyan-600\/95 {
    border-color: rgb(8 145 178 / 0.95);
  }

  .md\:border-cyan-700 {
    --tw-border-opacity: 1;
    border-color: rgb(14 116 144 / var(--tw-border-opacity));
  }

  .md\:border-cyan-700\/0 {
    border-color: rgb(14 116 144 / 0);
  }

  .md\:border-cyan-700\/10 {
    border-color: rgb(14 116 144 / 0.1);
  }

  .md\:border-cyan-700\/100 {
    border-color: rgb(14 116 144 / 1);
  }

  .md\:border-cyan-700\/15 {
    border-color: rgb(14 116 144 / 0.15);
  }

  .md\:border-cyan-700\/20 {
    border-color: rgb(14 116 144 / 0.2);
  }

  .md\:border-cyan-700\/25 {
    border-color: rgb(14 116 144 / 0.25);
  }

  .md\:border-cyan-700\/30 {
    border-color: rgb(14 116 144 / 0.3);
  }

  .md\:border-cyan-700\/35 {
    border-color: rgb(14 116 144 / 0.35);
  }

  .md\:border-cyan-700\/40 {
    border-color: rgb(14 116 144 / 0.4);
  }

  .md\:border-cyan-700\/45 {
    border-color: rgb(14 116 144 / 0.45);
  }

  .md\:border-cyan-700\/5 {
    border-color: rgb(14 116 144 / 0.05);
  }

  .md\:border-cyan-700\/50 {
    border-color: rgb(14 116 144 / 0.5);
  }

  .md\:border-cyan-700\/55 {
    border-color: rgb(14 116 144 / 0.55);
  }

  .md\:border-cyan-700\/60 {
    border-color: rgb(14 116 144 / 0.6);
  }

  .md\:border-cyan-700\/65 {
    border-color: rgb(14 116 144 / 0.65);
  }

  .md\:border-cyan-700\/70 {
    border-color: rgb(14 116 144 / 0.7);
  }

  .md\:border-cyan-700\/75 {
    border-color: rgb(14 116 144 / 0.75);
  }

  .md\:border-cyan-700\/80 {
    border-color: rgb(14 116 144 / 0.8);
  }

  .md\:border-cyan-700\/85 {
    border-color: rgb(14 116 144 / 0.85);
  }

  .md\:border-cyan-700\/90 {
    border-color: rgb(14 116 144 / 0.9);
  }

  .md\:border-cyan-700\/95 {
    border-color: rgb(14 116 144 / 0.95);
  }

  .md\:border-cyan-800 {
    --tw-border-opacity: 1;
    border-color: rgb(21 94 117 / var(--tw-border-opacity));
  }

  .md\:border-cyan-800\/0 {
    border-color: rgb(21 94 117 / 0);
  }

  .md\:border-cyan-800\/10 {
    border-color: rgb(21 94 117 / 0.1);
  }

  .md\:border-cyan-800\/100 {
    border-color: rgb(21 94 117 / 1);
  }

  .md\:border-cyan-800\/15 {
    border-color: rgb(21 94 117 / 0.15);
  }

  .md\:border-cyan-800\/20 {
    border-color: rgb(21 94 117 / 0.2);
  }

  .md\:border-cyan-800\/25 {
    border-color: rgb(21 94 117 / 0.25);
  }

  .md\:border-cyan-800\/30 {
    border-color: rgb(21 94 117 / 0.3);
  }

  .md\:border-cyan-800\/35 {
    border-color: rgb(21 94 117 / 0.35);
  }

  .md\:border-cyan-800\/40 {
    border-color: rgb(21 94 117 / 0.4);
  }

  .md\:border-cyan-800\/45 {
    border-color: rgb(21 94 117 / 0.45);
  }

  .md\:border-cyan-800\/5 {
    border-color: rgb(21 94 117 / 0.05);
  }

  .md\:border-cyan-800\/50 {
    border-color: rgb(21 94 117 / 0.5);
  }

  .md\:border-cyan-800\/55 {
    border-color: rgb(21 94 117 / 0.55);
  }

  .md\:border-cyan-800\/60 {
    border-color: rgb(21 94 117 / 0.6);
  }

  .md\:border-cyan-800\/65 {
    border-color: rgb(21 94 117 / 0.65);
  }

  .md\:border-cyan-800\/70 {
    border-color: rgb(21 94 117 / 0.7);
  }

  .md\:border-cyan-800\/75 {
    border-color: rgb(21 94 117 / 0.75);
  }

  .md\:border-cyan-800\/80 {
    border-color: rgb(21 94 117 / 0.8);
  }

  .md\:border-cyan-800\/85 {
    border-color: rgb(21 94 117 / 0.85);
  }

  .md\:border-cyan-800\/90 {
    border-color: rgb(21 94 117 / 0.9);
  }

  .md\:border-cyan-800\/95 {
    border-color: rgb(21 94 117 / 0.95);
  }

  .md\:border-cyan-900 {
    --tw-border-opacity: 1;
    border-color: rgb(22 78 99 / var(--tw-border-opacity));
  }

  .md\:border-cyan-900\/0 {
    border-color: rgb(22 78 99 / 0);
  }

  .md\:border-cyan-900\/10 {
    border-color: rgb(22 78 99 / 0.1);
  }

  .md\:border-cyan-900\/100 {
    border-color: rgb(22 78 99 / 1);
  }

  .md\:border-cyan-900\/15 {
    border-color: rgb(22 78 99 / 0.15);
  }

  .md\:border-cyan-900\/20 {
    border-color: rgb(22 78 99 / 0.2);
  }

  .md\:border-cyan-900\/25 {
    border-color: rgb(22 78 99 / 0.25);
  }

  .md\:border-cyan-900\/30 {
    border-color: rgb(22 78 99 / 0.3);
  }

  .md\:border-cyan-900\/35 {
    border-color: rgb(22 78 99 / 0.35);
  }

  .md\:border-cyan-900\/40 {
    border-color: rgb(22 78 99 / 0.4);
  }

  .md\:border-cyan-900\/45 {
    border-color: rgb(22 78 99 / 0.45);
  }

  .md\:border-cyan-900\/5 {
    border-color: rgb(22 78 99 / 0.05);
  }

  .md\:border-cyan-900\/50 {
    border-color: rgb(22 78 99 / 0.5);
  }

  .md\:border-cyan-900\/55 {
    border-color: rgb(22 78 99 / 0.55);
  }

  .md\:border-cyan-900\/60 {
    border-color: rgb(22 78 99 / 0.6);
  }

  .md\:border-cyan-900\/65 {
    border-color: rgb(22 78 99 / 0.65);
  }

  .md\:border-cyan-900\/70 {
    border-color: rgb(22 78 99 / 0.7);
  }

  .md\:border-cyan-900\/75 {
    border-color: rgb(22 78 99 / 0.75);
  }

  .md\:border-cyan-900\/80 {
    border-color: rgb(22 78 99 / 0.8);
  }

  .md\:border-cyan-900\/85 {
    border-color: rgb(22 78 99 / 0.85);
  }

  .md\:border-cyan-900\/90 {
    border-color: rgb(22 78 99 / 0.9);
  }

  .md\:border-cyan-900\/95 {
    border-color: rgb(22 78 99 / 0.95);
  }

  .md\:border-cyan-950 {
    --tw-border-opacity: 1;
    border-color: rgb(8 51 68 / var(--tw-border-opacity));
  }

  .md\:border-cyan-950\/0 {
    border-color: rgb(8 51 68 / 0);
  }

  .md\:border-cyan-950\/10 {
    border-color: rgb(8 51 68 / 0.1);
  }

  .md\:border-cyan-950\/100 {
    border-color: rgb(8 51 68 / 1);
  }

  .md\:border-cyan-950\/15 {
    border-color: rgb(8 51 68 / 0.15);
  }

  .md\:border-cyan-950\/20 {
    border-color: rgb(8 51 68 / 0.2);
  }

  .md\:border-cyan-950\/25 {
    border-color: rgb(8 51 68 / 0.25);
  }

  .md\:border-cyan-950\/30 {
    border-color: rgb(8 51 68 / 0.3);
  }

  .md\:border-cyan-950\/35 {
    border-color: rgb(8 51 68 / 0.35);
  }

  .md\:border-cyan-950\/40 {
    border-color: rgb(8 51 68 / 0.4);
  }

  .md\:border-cyan-950\/45 {
    border-color: rgb(8 51 68 / 0.45);
  }

  .md\:border-cyan-950\/5 {
    border-color: rgb(8 51 68 / 0.05);
  }

  .md\:border-cyan-950\/50 {
    border-color: rgb(8 51 68 / 0.5);
  }

  .md\:border-cyan-950\/55 {
    border-color: rgb(8 51 68 / 0.55);
  }

  .md\:border-cyan-950\/60 {
    border-color: rgb(8 51 68 / 0.6);
  }

  .md\:border-cyan-950\/65 {
    border-color: rgb(8 51 68 / 0.65);
  }

  .md\:border-cyan-950\/70 {
    border-color: rgb(8 51 68 / 0.7);
  }

  .md\:border-cyan-950\/75 {
    border-color: rgb(8 51 68 / 0.75);
  }

  .md\:border-cyan-950\/80 {
    border-color: rgb(8 51 68 / 0.8);
  }

  .md\:border-cyan-950\/85 {
    border-color: rgb(8 51 68 / 0.85);
  }

  .md\:border-cyan-950\/90 {
    border-color: rgb(8 51 68 / 0.9);
  }

  .md\:border-cyan-950\/95 {
    border-color: rgb(8 51 68 / 0.95);
  }

  .md\:border-emerald-100 {
    --tw-border-opacity: 1;
    border-color: rgb(209 250 229 / var(--tw-border-opacity));
  }

  .md\:border-emerald-100\/0 {
    border-color: rgb(209 250 229 / 0);
  }

  .md\:border-emerald-100\/10 {
    border-color: rgb(209 250 229 / 0.1);
  }

  .md\:border-emerald-100\/100 {
    border-color: rgb(209 250 229 / 1);
  }

  .md\:border-emerald-100\/15 {
    border-color: rgb(209 250 229 / 0.15);
  }

  .md\:border-emerald-100\/20 {
    border-color: rgb(209 250 229 / 0.2);
  }

  .md\:border-emerald-100\/25 {
    border-color: rgb(209 250 229 / 0.25);
  }

  .md\:border-emerald-100\/30 {
    border-color: rgb(209 250 229 / 0.3);
  }

  .md\:border-emerald-100\/35 {
    border-color: rgb(209 250 229 / 0.35);
  }

  .md\:border-emerald-100\/40 {
    border-color: rgb(209 250 229 / 0.4);
  }

  .md\:border-emerald-100\/45 {
    border-color: rgb(209 250 229 / 0.45);
  }

  .md\:border-emerald-100\/5 {
    border-color: rgb(209 250 229 / 0.05);
  }

  .md\:border-emerald-100\/50 {
    border-color: rgb(209 250 229 / 0.5);
  }

  .md\:border-emerald-100\/55 {
    border-color: rgb(209 250 229 / 0.55);
  }

  .md\:border-emerald-100\/60 {
    border-color: rgb(209 250 229 / 0.6);
  }

  .md\:border-emerald-100\/65 {
    border-color: rgb(209 250 229 / 0.65);
  }

  .md\:border-emerald-100\/70 {
    border-color: rgb(209 250 229 / 0.7);
  }

  .md\:border-emerald-100\/75 {
    border-color: rgb(209 250 229 / 0.75);
  }

  .md\:border-emerald-100\/80 {
    border-color: rgb(209 250 229 / 0.8);
  }

  .md\:border-emerald-100\/85 {
    border-color: rgb(209 250 229 / 0.85);
  }

  .md\:border-emerald-100\/90 {
    border-color: rgb(209 250 229 / 0.9);
  }

  .md\:border-emerald-100\/95 {
    border-color: rgb(209 250 229 / 0.95);
  }

  .md\:border-emerald-200 {
    --tw-border-opacity: 1;
    border-color: rgb(167 243 208 / var(--tw-border-opacity));
  }

  .md\:border-emerald-200\/0 {
    border-color: rgb(167 243 208 / 0);
  }

  .md\:border-emerald-200\/10 {
    border-color: rgb(167 243 208 / 0.1);
  }

  .md\:border-emerald-200\/100 {
    border-color: rgb(167 243 208 / 1);
  }

  .md\:border-emerald-200\/15 {
    border-color: rgb(167 243 208 / 0.15);
  }

  .md\:border-emerald-200\/20 {
    border-color: rgb(167 243 208 / 0.2);
  }

  .md\:border-emerald-200\/25 {
    border-color: rgb(167 243 208 / 0.25);
  }

  .md\:border-emerald-200\/30 {
    border-color: rgb(167 243 208 / 0.3);
  }

  .md\:border-emerald-200\/35 {
    border-color: rgb(167 243 208 / 0.35);
  }

  .md\:border-emerald-200\/40 {
    border-color: rgb(167 243 208 / 0.4);
  }

  .md\:border-emerald-200\/45 {
    border-color: rgb(167 243 208 / 0.45);
  }

  .md\:border-emerald-200\/5 {
    border-color: rgb(167 243 208 / 0.05);
  }

  .md\:border-emerald-200\/50 {
    border-color: rgb(167 243 208 / 0.5);
  }

  .md\:border-emerald-200\/55 {
    border-color: rgb(167 243 208 / 0.55);
  }

  .md\:border-emerald-200\/60 {
    border-color: rgb(167 243 208 / 0.6);
  }

  .md\:border-emerald-200\/65 {
    border-color: rgb(167 243 208 / 0.65);
  }

  .md\:border-emerald-200\/70 {
    border-color: rgb(167 243 208 / 0.7);
  }

  .md\:border-emerald-200\/75 {
    border-color: rgb(167 243 208 / 0.75);
  }

  .md\:border-emerald-200\/80 {
    border-color: rgb(167 243 208 / 0.8);
  }

  .md\:border-emerald-200\/85 {
    border-color: rgb(167 243 208 / 0.85);
  }

  .md\:border-emerald-200\/90 {
    border-color: rgb(167 243 208 / 0.9);
  }

  .md\:border-emerald-200\/95 {
    border-color: rgb(167 243 208 / 0.95);
  }

  .md\:border-emerald-300 {
    --tw-border-opacity: 1;
    border-color: rgb(110 231 183 / var(--tw-border-opacity));
  }

  .md\:border-emerald-300\/0 {
    border-color: rgb(110 231 183 / 0);
  }

  .md\:border-emerald-300\/10 {
    border-color: rgb(110 231 183 / 0.1);
  }

  .md\:border-emerald-300\/100 {
    border-color: rgb(110 231 183 / 1);
  }

  .md\:border-emerald-300\/15 {
    border-color: rgb(110 231 183 / 0.15);
  }

  .md\:border-emerald-300\/20 {
    border-color: rgb(110 231 183 / 0.2);
  }

  .md\:border-emerald-300\/25 {
    border-color: rgb(110 231 183 / 0.25);
  }

  .md\:border-emerald-300\/30 {
    border-color: rgb(110 231 183 / 0.3);
  }

  .md\:border-emerald-300\/35 {
    border-color: rgb(110 231 183 / 0.35);
  }

  .md\:border-emerald-300\/40 {
    border-color: rgb(110 231 183 / 0.4);
  }

  .md\:border-emerald-300\/45 {
    border-color: rgb(110 231 183 / 0.45);
  }

  .md\:border-emerald-300\/5 {
    border-color: rgb(110 231 183 / 0.05);
  }

  .md\:border-emerald-300\/50 {
    border-color: rgb(110 231 183 / 0.5);
  }

  .md\:border-emerald-300\/55 {
    border-color: rgb(110 231 183 / 0.55);
  }

  .md\:border-emerald-300\/60 {
    border-color: rgb(110 231 183 / 0.6);
  }

  .md\:border-emerald-300\/65 {
    border-color: rgb(110 231 183 / 0.65);
  }

  .md\:border-emerald-300\/70 {
    border-color: rgb(110 231 183 / 0.7);
  }

  .md\:border-emerald-300\/75 {
    border-color: rgb(110 231 183 / 0.75);
  }

  .md\:border-emerald-300\/80 {
    border-color: rgb(110 231 183 / 0.8);
  }

  .md\:border-emerald-300\/85 {
    border-color: rgb(110 231 183 / 0.85);
  }

  .md\:border-emerald-300\/90 {
    border-color: rgb(110 231 183 / 0.9);
  }

  .md\:border-emerald-300\/95 {
    border-color: rgb(110 231 183 / 0.95);
  }

  .md\:border-emerald-400 {
    --tw-border-opacity: 1;
    border-color: rgb(52 211 153 / var(--tw-border-opacity));
  }

  .md\:border-emerald-400\/0 {
    border-color: rgb(52 211 153 / 0);
  }

  .md\:border-emerald-400\/10 {
    border-color: rgb(52 211 153 / 0.1);
  }

  .md\:border-emerald-400\/100 {
    border-color: rgb(52 211 153 / 1);
  }

  .md\:border-emerald-400\/15 {
    border-color: rgb(52 211 153 / 0.15);
  }

  .md\:border-emerald-400\/20 {
    border-color: rgb(52 211 153 / 0.2);
  }

  .md\:border-emerald-400\/25 {
    border-color: rgb(52 211 153 / 0.25);
  }

  .md\:border-emerald-400\/30 {
    border-color: rgb(52 211 153 / 0.3);
  }

  .md\:border-emerald-400\/35 {
    border-color: rgb(52 211 153 / 0.35);
  }

  .md\:border-emerald-400\/40 {
    border-color: rgb(52 211 153 / 0.4);
  }

  .md\:border-emerald-400\/45 {
    border-color: rgb(52 211 153 / 0.45);
  }

  .md\:border-emerald-400\/5 {
    border-color: rgb(52 211 153 / 0.05);
  }

  .md\:border-emerald-400\/50 {
    border-color: rgb(52 211 153 / 0.5);
  }

  .md\:border-emerald-400\/55 {
    border-color: rgb(52 211 153 / 0.55);
  }

  .md\:border-emerald-400\/60 {
    border-color: rgb(52 211 153 / 0.6);
  }

  .md\:border-emerald-400\/65 {
    border-color: rgb(52 211 153 / 0.65);
  }

  .md\:border-emerald-400\/70 {
    border-color: rgb(52 211 153 / 0.7);
  }

  .md\:border-emerald-400\/75 {
    border-color: rgb(52 211 153 / 0.75);
  }

  .md\:border-emerald-400\/80 {
    border-color: rgb(52 211 153 / 0.8);
  }

  .md\:border-emerald-400\/85 {
    border-color: rgb(52 211 153 / 0.85);
  }

  .md\:border-emerald-400\/90 {
    border-color: rgb(52 211 153 / 0.9);
  }

  .md\:border-emerald-400\/95 {
    border-color: rgb(52 211 153 / 0.95);
  }

  .md\:border-emerald-50 {
    --tw-border-opacity: 1;
    border-color: rgb(236 253 245 / var(--tw-border-opacity));
  }

  .md\:border-emerald-50\/0 {
    border-color: rgb(236 253 245 / 0);
  }

  .md\:border-emerald-50\/10 {
    border-color: rgb(236 253 245 / 0.1);
  }

  .md\:border-emerald-50\/100 {
    border-color: rgb(236 253 245 / 1);
  }

  .md\:border-emerald-50\/15 {
    border-color: rgb(236 253 245 / 0.15);
  }

  .md\:border-emerald-50\/20 {
    border-color: rgb(236 253 245 / 0.2);
  }

  .md\:border-emerald-50\/25 {
    border-color: rgb(236 253 245 / 0.25);
  }

  .md\:border-emerald-50\/30 {
    border-color: rgb(236 253 245 / 0.3);
  }

  .md\:border-emerald-50\/35 {
    border-color: rgb(236 253 245 / 0.35);
  }

  .md\:border-emerald-50\/40 {
    border-color: rgb(236 253 245 / 0.4);
  }

  .md\:border-emerald-50\/45 {
    border-color: rgb(236 253 245 / 0.45);
  }

  .md\:border-emerald-50\/5 {
    border-color: rgb(236 253 245 / 0.05);
  }

  .md\:border-emerald-50\/50 {
    border-color: rgb(236 253 245 / 0.5);
  }

  .md\:border-emerald-50\/55 {
    border-color: rgb(236 253 245 / 0.55);
  }

  .md\:border-emerald-50\/60 {
    border-color: rgb(236 253 245 / 0.6);
  }

  .md\:border-emerald-50\/65 {
    border-color: rgb(236 253 245 / 0.65);
  }

  .md\:border-emerald-50\/70 {
    border-color: rgb(236 253 245 / 0.7);
  }

  .md\:border-emerald-50\/75 {
    border-color: rgb(236 253 245 / 0.75);
  }

  .md\:border-emerald-50\/80 {
    border-color: rgb(236 253 245 / 0.8);
  }

  .md\:border-emerald-50\/85 {
    border-color: rgb(236 253 245 / 0.85);
  }

  .md\:border-emerald-50\/90 {
    border-color: rgb(236 253 245 / 0.9);
  }

  .md\:border-emerald-50\/95 {
    border-color: rgb(236 253 245 / 0.95);
  }

  .md\:border-emerald-500 {
    --tw-border-opacity: 1;
    border-color: rgb(16 185 129 / var(--tw-border-opacity));
  }

  .md\:border-emerald-500\/0 {
    border-color: rgb(16 185 129 / 0);
  }

  .md\:border-emerald-500\/10 {
    border-color: rgb(16 185 129 / 0.1);
  }

  .md\:border-emerald-500\/100 {
    border-color: rgb(16 185 129 / 1);
  }

  .md\:border-emerald-500\/15 {
    border-color: rgb(16 185 129 / 0.15);
  }

  .md\:border-emerald-500\/20 {
    border-color: rgb(16 185 129 / 0.2);
  }

  .md\:border-emerald-500\/25 {
    border-color: rgb(16 185 129 / 0.25);
  }

  .md\:border-emerald-500\/30 {
    border-color: rgb(16 185 129 / 0.3);
  }

  .md\:border-emerald-500\/35 {
    border-color: rgb(16 185 129 / 0.35);
  }

  .md\:border-emerald-500\/40 {
    border-color: rgb(16 185 129 / 0.4);
  }

  .md\:border-emerald-500\/45 {
    border-color: rgb(16 185 129 / 0.45);
  }

  .md\:border-emerald-500\/5 {
    border-color: rgb(16 185 129 / 0.05);
  }

  .md\:border-emerald-500\/50 {
    border-color: rgb(16 185 129 / 0.5);
  }

  .md\:border-emerald-500\/55 {
    border-color: rgb(16 185 129 / 0.55);
  }

  .md\:border-emerald-500\/60 {
    border-color: rgb(16 185 129 / 0.6);
  }

  .md\:border-emerald-500\/65 {
    border-color: rgb(16 185 129 / 0.65);
  }

  .md\:border-emerald-500\/70 {
    border-color: rgb(16 185 129 / 0.7);
  }

  .md\:border-emerald-500\/75 {
    border-color: rgb(16 185 129 / 0.75);
  }

  .md\:border-emerald-500\/80 {
    border-color: rgb(16 185 129 / 0.8);
  }

  .md\:border-emerald-500\/85 {
    border-color: rgb(16 185 129 / 0.85);
  }

  .md\:border-emerald-500\/90 {
    border-color: rgb(16 185 129 / 0.9);
  }

  .md\:border-emerald-500\/95 {
    border-color: rgb(16 185 129 / 0.95);
  }

  .md\:border-emerald-600 {
    --tw-border-opacity: 1;
    border-color: rgb(5 150 105 / var(--tw-border-opacity));
  }

  .md\:border-emerald-600\/0 {
    border-color: rgb(5 150 105 / 0);
  }

  .md\:border-emerald-600\/10 {
    border-color: rgb(5 150 105 / 0.1);
  }

  .md\:border-emerald-600\/100 {
    border-color: rgb(5 150 105 / 1);
  }

  .md\:border-emerald-600\/15 {
    border-color: rgb(5 150 105 / 0.15);
  }

  .md\:border-emerald-600\/20 {
    border-color: rgb(5 150 105 / 0.2);
  }

  .md\:border-emerald-600\/25 {
    border-color: rgb(5 150 105 / 0.25);
  }

  .md\:border-emerald-600\/30 {
    border-color: rgb(5 150 105 / 0.3);
  }

  .md\:border-emerald-600\/35 {
    border-color: rgb(5 150 105 / 0.35);
  }

  .md\:border-emerald-600\/40 {
    border-color: rgb(5 150 105 / 0.4);
  }

  .md\:border-emerald-600\/45 {
    border-color: rgb(5 150 105 / 0.45);
  }

  .md\:border-emerald-600\/5 {
    border-color: rgb(5 150 105 / 0.05);
  }

  .md\:border-emerald-600\/50 {
    border-color: rgb(5 150 105 / 0.5);
  }

  .md\:border-emerald-600\/55 {
    border-color: rgb(5 150 105 / 0.55);
  }

  .md\:border-emerald-600\/60 {
    border-color: rgb(5 150 105 / 0.6);
  }

  .md\:border-emerald-600\/65 {
    border-color: rgb(5 150 105 / 0.65);
  }

  .md\:border-emerald-600\/70 {
    border-color: rgb(5 150 105 / 0.7);
  }

  .md\:border-emerald-600\/75 {
    border-color: rgb(5 150 105 / 0.75);
  }

  .md\:border-emerald-600\/80 {
    border-color: rgb(5 150 105 / 0.8);
  }

  .md\:border-emerald-600\/85 {
    border-color: rgb(5 150 105 / 0.85);
  }

  .md\:border-emerald-600\/90 {
    border-color: rgb(5 150 105 / 0.9);
  }

  .md\:border-emerald-600\/95 {
    border-color: rgb(5 150 105 / 0.95);
  }

  .md\:border-emerald-700 {
    --tw-border-opacity: 1;
    border-color: rgb(4 120 87 / var(--tw-border-opacity));
  }

  .md\:border-emerald-700\/0 {
    border-color: rgb(4 120 87 / 0);
  }

  .md\:border-emerald-700\/10 {
    border-color: rgb(4 120 87 / 0.1);
  }

  .md\:border-emerald-700\/100 {
    border-color: rgb(4 120 87 / 1);
  }

  .md\:border-emerald-700\/15 {
    border-color: rgb(4 120 87 / 0.15);
  }

  .md\:border-emerald-700\/20 {
    border-color: rgb(4 120 87 / 0.2);
  }

  .md\:border-emerald-700\/25 {
    border-color: rgb(4 120 87 / 0.25);
  }

  .md\:border-emerald-700\/30 {
    border-color: rgb(4 120 87 / 0.3);
  }

  .md\:border-emerald-700\/35 {
    border-color: rgb(4 120 87 / 0.35);
  }

  .md\:border-emerald-700\/40 {
    border-color: rgb(4 120 87 / 0.4);
  }

  .md\:border-emerald-700\/45 {
    border-color: rgb(4 120 87 / 0.45);
  }

  .md\:border-emerald-700\/5 {
    border-color: rgb(4 120 87 / 0.05);
  }

  .md\:border-emerald-700\/50 {
    border-color: rgb(4 120 87 / 0.5);
  }

  .md\:border-emerald-700\/55 {
    border-color: rgb(4 120 87 / 0.55);
  }

  .md\:border-emerald-700\/60 {
    border-color: rgb(4 120 87 / 0.6);
  }

  .md\:border-emerald-700\/65 {
    border-color: rgb(4 120 87 / 0.65);
  }

  .md\:border-emerald-700\/70 {
    border-color: rgb(4 120 87 / 0.7);
  }

  .md\:border-emerald-700\/75 {
    border-color: rgb(4 120 87 / 0.75);
  }

  .md\:border-emerald-700\/80 {
    border-color: rgb(4 120 87 / 0.8);
  }

  .md\:border-emerald-700\/85 {
    border-color: rgb(4 120 87 / 0.85);
  }

  .md\:border-emerald-700\/90 {
    border-color: rgb(4 120 87 / 0.9);
  }

  .md\:border-emerald-700\/95 {
    border-color: rgb(4 120 87 / 0.95);
  }

  .md\:border-emerald-800 {
    --tw-border-opacity: 1;
    border-color: rgb(6 95 70 / var(--tw-border-opacity));
  }

  .md\:border-emerald-800\/0 {
    border-color: rgb(6 95 70 / 0);
  }

  .md\:border-emerald-800\/10 {
    border-color: rgb(6 95 70 / 0.1);
  }

  .md\:border-emerald-800\/100 {
    border-color: rgb(6 95 70 / 1);
  }

  .md\:border-emerald-800\/15 {
    border-color: rgb(6 95 70 / 0.15);
  }

  .md\:border-emerald-800\/20 {
    border-color: rgb(6 95 70 / 0.2);
  }

  .md\:border-emerald-800\/25 {
    border-color: rgb(6 95 70 / 0.25);
  }

  .md\:border-emerald-800\/30 {
    border-color: rgb(6 95 70 / 0.3);
  }

  .md\:border-emerald-800\/35 {
    border-color: rgb(6 95 70 / 0.35);
  }

  .md\:border-emerald-800\/40 {
    border-color: rgb(6 95 70 / 0.4);
  }

  .md\:border-emerald-800\/45 {
    border-color: rgb(6 95 70 / 0.45);
  }

  .md\:border-emerald-800\/5 {
    border-color: rgb(6 95 70 / 0.05);
  }

  .md\:border-emerald-800\/50 {
    border-color: rgb(6 95 70 / 0.5);
  }

  .md\:border-emerald-800\/55 {
    border-color: rgb(6 95 70 / 0.55);
  }

  .md\:border-emerald-800\/60 {
    border-color: rgb(6 95 70 / 0.6);
  }

  .md\:border-emerald-800\/65 {
    border-color: rgb(6 95 70 / 0.65);
  }

  .md\:border-emerald-800\/70 {
    border-color: rgb(6 95 70 / 0.7);
  }

  .md\:border-emerald-800\/75 {
    border-color: rgb(6 95 70 / 0.75);
  }

  .md\:border-emerald-800\/80 {
    border-color: rgb(6 95 70 / 0.8);
  }

  .md\:border-emerald-800\/85 {
    border-color: rgb(6 95 70 / 0.85);
  }

  .md\:border-emerald-800\/90 {
    border-color: rgb(6 95 70 / 0.9);
  }

  .md\:border-emerald-800\/95 {
    border-color: rgb(6 95 70 / 0.95);
  }

  .md\:border-emerald-900 {
    --tw-border-opacity: 1;
    border-color: rgb(6 78 59 / var(--tw-border-opacity));
  }

  .md\:border-emerald-900\/0 {
    border-color: rgb(6 78 59 / 0);
  }

  .md\:border-emerald-900\/10 {
    border-color: rgb(6 78 59 / 0.1);
  }

  .md\:border-emerald-900\/100 {
    border-color: rgb(6 78 59 / 1);
  }

  .md\:border-emerald-900\/15 {
    border-color: rgb(6 78 59 / 0.15);
  }

  .md\:border-emerald-900\/20 {
    border-color: rgb(6 78 59 / 0.2);
  }

  .md\:border-emerald-900\/25 {
    border-color: rgb(6 78 59 / 0.25);
  }

  .md\:border-emerald-900\/30 {
    border-color: rgb(6 78 59 / 0.3);
  }

  .md\:border-emerald-900\/35 {
    border-color: rgb(6 78 59 / 0.35);
  }

  .md\:border-emerald-900\/40 {
    border-color: rgb(6 78 59 / 0.4);
  }

  .md\:border-emerald-900\/45 {
    border-color: rgb(6 78 59 / 0.45);
  }

  .md\:border-emerald-900\/5 {
    border-color: rgb(6 78 59 / 0.05);
  }

  .md\:border-emerald-900\/50 {
    border-color: rgb(6 78 59 / 0.5);
  }

  .md\:border-emerald-900\/55 {
    border-color: rgb(6 78 59 / 0.55);
  }

  .md\:border-emerald-900\/60 {
    border-color: rgb(6 78 59 / 0.6);
  }

  .md\:border-emerald-900\/65 {
    border-color: rgb(6 78 59 / 0.65);
  }

  .md\:border-emerald-900\/70 {
    border-color: rgb(6 78 59 / 0.7);
  }

  .md\:border-emerald-900\/75 {
    border-color: rgb(6 78 59 / 0.75);
  }

  .md\:border-emerald-900\/80 {
    border-color: rgb(6 78 59 / 0.8);
  }

  .md\:border-emerald-900\/85 {
    border-color: rgb(6 78 59 / 0.85);
  }

  .md\:border-emerald-900\/90 {
    border-color: rgb(6 78 59 / 0.9);
  }

  .md\:border-emerald-900\/95 {
    border-color: rgb(6 78 59 / 0.95);
  }

  .md\:border-emerald-950 {
    --tw-border-opacity: 1;
    border-color: rgb(2 44 34 / var(--tw-border-opacity));
  }

  .md\:border-emerald-950\/0 {
    border-color: rgb(2 44 34 / 0);
  }

  .md\:border-emerald-950\/10 {
    border-color: rgb(2 44 34 / 0.1);
  }

  .md\:border-emerald-950\/100 {
    border-color: rgb(2 44 34 / 1);
  }

  .md\:border-emerald-950\/15 {
    border-color: rgb(2 44 34 / 0.15);
  }

  .md\:border-emerald-950\/20 {
    border-color: rgb(2 44 34 / 0.2);
  }

  .md\:border-emerald-950\/25 {
    border-color: rgb(2 44 34 / 0.25);
  }

  .md\:border-emerald-950\/30 {
    border-color: rgb(2 44 34 / 0.3);
  }

  .md\:border-emerald-950\/35 {
    border-color: rgb(2 44 34 / 0.35);
  }

  .md\:border-emerald-950\/40 {
    border-color: rgb(2 44 34 / 0.4);
  }

  .md\:border-emerald-950\/45 {
    border-color: rgb(2 44 34 / 0.45);
  }

  .md\:border-emerald-950\/5 {
    border-color: rgb(2 44 34 / 0.05);
  }

  .md\:border-emerald-950\/50 {
    border-color: rgb(2 44 34 / 0.5);
  }

  .md\:border-emerald-950\/55 {
    border-color: rgb(2 44 34 / 0.55);
  }

  .md\:border-emerald-950\/60 {
    border-color: rgb(2 44 34 / 0.6);
  }

  .md\:border-emerald-950\/65 {
    border-color: rgb(2 44 34 / 0.65);
  }

  .md\:border-emerald-950\/70 {
    border-color: rgb(2 44 34 / 0.7);
  }

  .md\:border-emerald-950\/75 {
    border-color: rgb(2 44 34 / 0.75);
  }

  .md\:border-emerald-950\/80 {
    border-color: rgb(2 44 34 / 0.8);
  }

  .md\:border-emerald-950\/85 {
    border-color: rgb(2 44 34 / 0.85);
  }

  .md\:border-emerald-950\/90 {
    border-color: rgb(2 44 34 / 0.9);
  }

  .md\:border-emerald-950\/95 {
    border-color: rgb(2 44 34 / 0.95);
  }

  .md\:border-fuchsia-100 {
    --tw-border-opacity: 1;
    border-color: rgb(250 232 255 / var(--tw-border-opacity));
  }

  .md\:border-fuchsia-100\/0 {
    border-color: rgb(250 232 255 / 0);
  }

  .md\:border-fuchsia-100\/10 {
    border-color: rgb(250 232 255 / 0.1);
  }

  .md\:border-fuchsia-100\/100 {
    border-color: rgb(250 232 255 / 1);
  }

  .md\:border-fuchsia-100\/15 {
    border-color: rgb(250 232 255 / 0.15);
  }

  .md\:border-fuchsia-100\/20 {
    border-color: rgb(250 232 255 / 0.2);
  }

  .md\:border-fuchsia-100\/25 {
    border-color: rgb(250 232 255 / 0.25);
  }

  .md\:border-fuchsia-100\/30 {
    border-color: rgb(250 232 255 / 0.3);
  }

  .md\:border-fuchsia-100\/35 {
    border-color: rgb(250 232 255 / 0.35);
  }

  .md\:border-fuchsia-100\/40 {
    border-color: rgb(250 232 255 / 0.4);
  }

  .md\:border-fuchsia-100\/45 {
    border-color: rgb(250 232 255 / 0.45);
  }

  .md\:border-fuchsia-100\/5 {
    border-color: rgb(250 232 255 / 0.05);
  }

  .md\:border-fuchsia-100\/50 {
    border-color: rgb(250 232 255 / 0.5);
  }

  .md\:border-fuchsia-100\/55 {
    border-color: rgb(250 232 255 / 0.55);
  }

  .md\:border-fuchsia-100\/60 {
    border-color: rgb(250 232 255 / 0.6);
  }

  .md\:border-fuchsia-100\/65 {
    border-color: rgb(250 232 255 / 0.65);
  }

  .md\:border-fuchsia-100\/70 {
    border-color: rgb(250 232 255 / 0.7);
  }

  .md\:border-fuchsia-100\/75 {
    border-color: rgb(250 232 255 / 0.75);
  }

  .md\:border-fuchsia-100\/80 {
    border-color: rgb(250 232 255 / 0.8);
  }

  .md\:border-fuchsia-100\/85 {
    border-color: rgb(250 232 255 / 0.85);
  }

  .md\:border-fuchsia-100\/90 {
    border-color: rgb(250 232 255 / 0.9);
  }

  .md\:border-fuchsia-100\/95 {
    border-color: rgb(250 232 255 / 0.95);
  }

  .md\:border-fuchsia-200 {
    --tw-border-opacity: 1;
    border-color: rgb(245 208 254 / var(--tw-border-opacity));
  }

  .md\:border-fuchsia-200\/0 {
    border-color: rgb(245 208 254 / 0);
  }

  .md\:border-fuchsia-200\/10 {
    border-color: rgb(245 208 254 / 0.1);
  }

  .md\:border-fuchsia-200\/100 {
    border-color: rgb(245 208 254 / 1);
  }

  .md\:border-fuchsia-200\/15 {
    border-color: rgb(245 208 254 / 0.15);
  }

  .md\:border-fuchsia-200\/20 {
    border-color: rgb(245 208 254 / 0.2);
  }

  .md\:border-fuchsia-200\/25 {
    border-color: rgb(245 208 254 / 0.25);
  }

  .md\:border-fuchsia-200\/30 {
    border-color: rgb(245 208 254 / 0.3);
  }

  .md\:border-fuchsia-200\/35 {
    border-color: rgb(245 208 254 / 0.35);
  }

  .md\:border-fuchsia-200\/40 {
    border-color: rgb(245 208 254 / 0.4);
  }

  .md\:border-fuchsia-200\/45 {
    border-color: rgb(245 208 254 / 0.45);
  }

  .md\:border-fuchsia-200\/5 {
    border-color: rgb(245 208 254 / 0.05);
  }

  .md\:border-fuchsia-200\/50 {
    border-color: rgb(245 208 254 / 0.5);
  }

  .md\:border-fuchsia-200\/55 {
    border-color: rgb(245 208 254 / 0.55);
  }

  .md\:border-fuchsia-200\/60 {
    border-color: rgb(245 208 254 / 0.6);
  }

  .md\:border-fuchsia-200\/65 {
    border-color: rgb(245 208 254 / 0.65);
  }

  .md\:border-fuchsia-200\/70 {
    border-color: rgb(245 208 254 / 0.7);
  }

  .md\:border-fuchsia-200\/75 {
    border-color: rgb(245 208 254 / 0.75);
  }

  .md\:border-fuchsia-200\/80 {
    border-color: rgb(245 208 254 / 0.8);
  }

  .md\:border-fuchsia-200\/85 {
    border-color: rgb(245 208 254 / 0.85);
  }

  .md\:border-fuchsia-200\/90 {
    border-color: rgb(245 208 254 / 0.9);
  }

  .md\:border-fuchsia-200\/95 {
    border-color: rgb(245 208 254 / 0.95);
  }

  .md\:border-fuchsia-300 {
    --tw-border-opacity: 1;
    border-color: rgb(240 171 252 / var(--tw-border-opacity));
  }

  .md\:border-fuchsia-300\/0 {
    border-color: rgb(240 171 252 / 0);
  }

  .md\:border-fuchsia-300\/10 {
    border-color: rgb(240 171 252 / 0.1);
  }

  .md\:border-fuchsia-300\/100 {
    border-color: rgb(240 171 252 / 1);
  }

  .md\:border-fuchsia-300\/15 {
    border-color: rgb(240 171 252 / 0.15);
  }

  .md\:border-fuchsia-300\/20 {
    border-color: rgb(240 171 252 / 0.2);
  }

  .md\:border-fuchsia-300\/25 {
    border-color: rgb(240 171 252 / 0.25);
  }

  .md\:border-fuchsia-300\/30 {
    border-color: rgb(240 171 252 / 0.3);
  }

  .md\:border-fuchsia-300\/35 {
    border-color: rgb(240 171 252 / 0.35);
  }

  .md\:border-fuchsia-300\/40 {
    border-color: rgb(240 171 252 / 0.4);
  }

  .md\:border-fuchsia-300\/45 {
    border-color: rgb(240 171 252 / 0.45);
  }

  .md\:border-fuchsia-300\/5 {
    border-color: rgb(240 171 252 / 0.05);
  }

  .md\:border-fuchsia-300\/50 {
    border-color: rgb(240 171 252 / 0.5);
  }

  .md\:border-fuchsia-300\/55 {
    border-color: rgb(240 171 252 / 0.55);
  }

  .md\:border-fuchsia-300\/60 {
    border-color: rgb(240 171 252 / 0.6);
  }

  .md\:border-fuchsia-300\/65 {
    border-color: rgb(240 171 252 / 0.65);
  }

  .md\:border-fuchsia-300\/70 {
    border-color: rgb(240 171 252 / 0.7);
  }

  .md\:border-fuchsia-300\/75 {
    border-color: rgb(240 171 252 / 0.75);
  }

  .md\:border-fuchsia-300\/80 {
    border-color: rgb(240 171 252 / 0.8);
  }

  .md\:border-fuchsia-300\/85 {
    border-color: rgb(240 171 252 / 0.85);
  }

  .md\:border-fuchsia-300\/90 {
    border-color: rgb(240 171 252 / 0.9);
  }

  .md\:border-fuchsia-300\/95 {
    border-color: rgb(240 171 252 / 0.95);
  }

  .md\:border-fuchsia-400 {
    --tw-border-opacity: 1;
    border-color: rgb(232 121 249 / var(--tw-border-opacity));
  }

  .md\:border-fuchsia-400\/0 {
    border-color: rgb(232 121 249 / 0);
  }

  .md\:border-fuchsia-400\/10 {
    border-color: rgb(232 121 249 / 0.1);
  }

  .md\:border-fuchsia-400\/100 {
    border-color: rgb(232 121 249 / 1);
  }

  .md\:border-fuchsia-400\/15 {
    border-color: rgb(232 121 249 / 0.15);
  }

  .md\:border-fuchsia-400\/20 {
    border-color: rgb(232 121 249 / 0.2);
  }

  .md\:border-fuchsia-400\/25 {
    border-color: rgb(232 121 249 / 0.25);
  }

  .md\:border-fuchsia-400\/30 {
    border-color: rgb(232 121 249 / 0.3);
  }

  .md\:border-fuchsia-400\/35 {
    border-color: rgb(232 121 249 / 0.35);
  }

  .md\:border-fuchsia-400\/40 {
    border-color: rgb(232 121 249 / 0.4);
  }

  .md\:border-fuchsia-400\/45 {
    border-color: rgb(232 121 249 / 0.45);
  }

  .md\:border-fuchsia-400\/5 {
    border-color: rgb(232 121 249 / 0.05);
  }

  .md\:border-fuchsia-400\/50 {
    border-color: rgb(232 121 249 / 0.5);
  }

  .md\:border-fuchsia-400\/55 {
    border-color: rgb(232 121 249 / 0.55);
  }

  .md\:border-fuchsia-400\/60 {
    border-color: rgb(232 121 249 / 0.6);
  }

  .md\:border-fuchsia-400\/65 {
    border-color: rgb(232 121 249 / 0.65);
  }

  .md\:border-fuchsia-400\/70 {
    border-color: rgb(232 121 249 / 0.7);
  }

  .md\:border-fuchsia-400\/75 {
    border-color: rgb(232 121 249 / 0.75);
  }

  .md\:border-fuchsia-400\/80 {
    border-color: rgb(232 121 249 / 0.8);
  }

  .md\:border-fuchsia-400\/85 {
    border-color: rgb(232 121 249 / 0.85);
  }

  .md\:border-fuchsia-400\/90 {
    border-color: rgb(232 121 249 / 0.9);
  }

  .md\:border-fuchsia-400\/95 {
    border-color: rgb(232 121 249 / 0.95);
  }

  .md\:border-fuchsia-50 {
    --tw-border-opacity: 1;
    border-color: rgb(253 244 255 / var(--tw-border-opacity));
  }

  .md\:border-fuchsia-50\/0 {
    border-color: rgb(253 244 255 / 0);
  }

  .md\:border-fuchsia-50\/10 {
    border-color: rgb(253 244 255 / 0.1);
  }

  .md\:border-fuchsia-50\/100 {
    border-color: rgb(253 244 255 / 1);
  }

  .md\:border-fuchsia-50\/15 {
    border-color: rgb(253 244 255 / 0.15);
  }

  .md\:border-fuchsia-50\/20 {
    border-color: rgb(253 244 255 / 0.2);
  }

  .md\:border-fuchsia-50\/25 {
    border-color: rgb(253 244 255 / 0.25);
  }

  .md\:border-fuchsia-50\/30 {
    border-color: rgb(253 244 255 / 0.3);
  }

  .md\:border-fuchsia-50\/35 {
    border-color: rgb(253 244 255 / 0.35);
  }

  .md\:border-fuchsia-50\/40 {
    border-color: rgb(253 244 255 / 0.4);
  }

  .md\:border-fuchsia-50\/45 {
    border-color: rgb(253 244 255 / 0.45);
  }

  .md\:border-fuchsia-50\/5 {
    border-color: rgb(253 244 255 / 0.05);
  }

  .md\:border-fuchsia-50\/50 {
    border-color: rgb(253 244 255 / 0.5);
  }

  .md\:border-fuchsia-50\/55 {
    border-color: rgb(253 244 255 / 0.55);
  }

  .md\:border-fuchsia-50\/60 {
    border-color: rgb(253 244 255 / 0.6);
  }

  .md\:border-fuchsia-50\/65 {
    border-color: rgb(253 244 255 / 0.65);
  }

  .md\:border-fuchsia-50\/70 {
    border-color: rgb(253 244 255 / 0.7);
  }

  .md\:border-fuchsia-50\/75 {
    border-color: rgb(253 244 255 / 0.75);
  }

  .md\:border-fuchsia-50\/80 {
    border-color: rgb(253 244 255 / 0.8);
  }

  .md\:border-fuchsia-50\/85 {
    border-color: rgb(253 244 255 / 0.85);
  }

  .md\:border-fuchsia-50\/90 {
    border-color: rgb(253 244 255 / 0.9);
  }

  .md\:border-fuchsia-50\/95 {
    border-color: rgb(253 244 255 / 0.95);
  }

  .md\:border-fuchsia-500 {
    --tw-border-opacity: 1;
    border-color: rgb(217 70 239 / var(--tw-border-opacity));
  }

  .md\:border-fuchsia-500\/0 {
    border-color: rgb(217 70 239 / 0);
  }

  .md\:border-fuchsia-500\/10 {
    border-color: rgb(217 70 239 / 0.1);
  }

  .md\:border-fuchsia-500\/100 {
    border-color: rgb(217 70 239 / 1);
  }

  .md\:border-fuchsia-500\/15 {
    border-color: rgb(217 70 239 / 0.15);
  }

  .md\:border-fuchsia-500\/20 {
    border-color: rgb(217 70 239 / 0.2);
  }

  .md\:border-fuchsia-500\/25 {
    border-color: rgb(217 70 239 / 0.25);
  }

  .md\:border-fuchsia-500\/30 {
    border-color: rgb(217 70 239 / 0.3);
  }

  .md\:border-fuchsia-500\/35 {
    border-color: rgb(217 70 239 / 0.35);
  }

  .md\:border-fuchsia-500\/40 {
    border-color: rgb(217 70 239 / 0.4);
  }

  .md\:border-fuchsia-500\/45 {
    border-color: rgb(217 70 239 / 0.45);
  }

  .md\:border-fuchsia-500\/5 {
    border-color: rgb(217 70 239 / 0.05);
  }

  .md\:border-fuchsia-500\/50 {
    border-color: rgb(217 70 239 / 0.5);
  }

  .md\:border-fuchsia-500\/55 {
    border-color: rgb(217 70 239 / 0.55);
  }

  .md\:border-fuchsia-500\/60 {
    border-color: rgb(217 70 239 / 0.6);
  }

  .md\:border-fuchsia-500\/65 {
    border-color: rgb(217 70 239 / 0.65);
  }

  .md\:border-fuchsia-500\/70 {
    border-color: rgb(217 70 239 / 0.7);
  }

  .md\:border-fuchsia-500\/75 {
    border-color: rgb(217 70 239 / 0.75);
  }

  .md\:border-fuchsia-500\/80 {
    border-color: rgb(217 70 239 / 0.8);
  }

  .md\:border-fuchsia-500\/85 {
    border-color: rgb(217 70 239 / 0.85);
  }

  .md\:border-fuchsia-500\/90 {
    border-color: rgb(217 70 239 / 0.9);
  }

  .md\:border-fuchsia-500\/95 {
    border-color: rgb(217 70 239 / 0.95);
  }

  .md\:border-fuchsia-600 {
    --tw-border-opacity: 1;
    border-color: rgb(192 38 211 / var(--tw-border-opacity));
  }

  .md\:border-fuchsia-600\/0 {
    border-color: rgb(192 38 211 / 0);
  }

  .md\:border-fuchsia-600\/10 {
    border-color: rgb(192 38 211 / 0.1);
  }

  .md\:border-fuchsia-600\/100 {
    border-color: rgb(192 38 211 / 1);
  }

  .md\:border-fuchsia-600\/15 {
    border-color: rgb(192 38 211 / 0.15);
  }

  .md\:border-fuchsia-600\/20 {
    border-color: rgb(192 38 211 / 0.2);
  }

  .md\:border-fuchsia-600\/25 {
    border-color: rgb(192 38 211 / 0.25);
  }

  .md\:border-fuchsia-600\/30 {
    border-color: rgb(192 38 211 / 0.3);
  }

  .md\:border-fuchsia-600\/35 {
    border-color: rgb(192 38 211 / 0.35);
  }

  .md\:border-fuchsia-600\/40 {
    border-color: rgb(192 38 211 / 0.4);
  }

  .md\:border-fuchsia-600\/45 {
    border-color: rgb(192 38 211 / 0.45);
  }

  .md\:border-fuchsia-600\/5 {
    border-color: rgb(192 38 211 / 0.05);
  }

  .md\:border-fuchsia-600\/50 {
    border-color: rgb(192 38 211 / 0.5);
  }

  .md\:border-fuchsia-600\/55 {
    border-color: rgb(192 38 211 / 0.55);
  }

  .md\:border-fuchsia-600\/60 {
    border-color: rgb(192 38 211 / 0.6);
  }

  .md\:border-fuchsia-600\/65 {
    border-color: rgb(192 38 211 / 0.65);
  }

  .md\:border-fuchsia-600\/70 {
    border-color: rgb(192 38 211 / 0.7);
  }

  .md\:border-fuchsia-600\/75 {
    border-color: rgb(192 38 211 / 0.75);
  }

  .md\:border-fuchsia-600\/80 {
    border-color: rgb(192 38 211 / 0.8);
  }

  .md\:border-fuchsia-600\/85 {
    border-color: rgb(192 38 211 / 0.85);
  }

  .md\:border-fuchsia-600\/90 {
    border-color: rgb(192 38 211 / 0.9);
  }

  .md\:border-fuchsia-600\/95 {
    border-color: rgb(192 38 211 / 0.95);
  }

  .md\:border-fuchsia-700 {
    --tw-border-opacity: 1;
    border-color: rgb(162 28 175 / var(--tw-border-opacity));
  }

  .md\:border-fuchsia-700\/0 {
    border-color: rgb(162 28 175 / 0);
  }

  .md\:border-fuchsia-700\/10 {
    border-color: rgb(162 28 175 / 0.1);
  }

  .md\:border-fuchsia-700\/100 {
    border-color: rgb(162 28 175 / 1);
  }

  .md\:border-fuchsia-700\/15 {
    border-color: rgb(162 28 175 / 0.15);
  }

  .md\:border-fuchsia-700\/20 {
    border-color: rgb(162 28 175 / 0.2);
  }

  .md\:border-fuchsia-700\/25 {
    border-color: rgb(162 28 175 / 0.25);
  }

  .md\:border-fuchsia-700\/30 {
    border-color: rgb(162 28 175 / 0.3);
  }

  .md\:border-fuchsia-700\/35 {
    border-color: rgb(162 28 175 / 0.35);
  }

  .md\:border-fuchsia-700\/40 {
    border-color: rgb(162 28 175 / 0.4);
  }

  .md\:border-fuchsia-700\/45 {
    border-color: rgb(162 28 175 / 0.45);
  }

  .md\:border-fuchsia-700\/5 {
    border-color: rgb(162 28 175 / 0.05);
  }

  .md\:border-fuchsia-700\/50 {
    border-color: rgb(162 28 175 / 0.5);
  }

  .md\:border-fuchsia-700\/55 {
    border-color: rgb(162 28 175 / 0.55);
  }

  .md\:border-fuchsia-700\/60 {
    border-color: rgb(162 28 175 / 0.6);
  }

  .md\:border-fuchsia-700\/65 {
    border-color: rgb(162 28 175 / 0.65);
  }

  .md\:border-fuchsia-700\/70 {
    border-color: rgb(162 28 175 / 0.7);
  }

  .md\:border-fuchsia-700\/75 {
    border-color: rgb(162 28 175 / 0.75);
  }

  .md\:border-fuchsia-700\/80 {
    border-color: rgb(162 28 175 / 0.8);
  }

  .md\:border-fuchsia-700\/85 {
    border-color: rgb(162 28 175 / 0.85);
  }

  .md\:border-fuchsia-700\/90 {
    border-color: rgb(162 28 175 / 0.9);
  }

  .md\:border-fuchsia-700\/95 {
    border-color: rgb(162 28 175 / 0.95);
  }

  .md\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgb(134 25 143 / var(--tw-border-opacity));
  }

  .md\:border-fuchsia-800\/0 {
    border-color: rgb(134 25 143 / 0);
  }

  .md\:border-fuchsia-800\/10 {
    border-color: rgb(134 25 143 / 0.1);
  }

  .md\:border-fuchsia-800\/100 {
    border-color: rgb(134 25 143 / 1);
  }

  .md\:border-fuchsia-800\/15 {
    border-color: rgb(134 25 143 / 0.15);
  }

  .md\:border-fuchsia-800\/20 {
    border-color: rgb(134 25 143 / 0.2);
  }

  .md\:border-fuchsia-800\/25 {
    border-color: rgb(134 25 143 / 0.25);
  }

  .md\:border-fuchsia-800\/30 {
    border-color: rgb(134 25 143 / 0.3);
  }

  .md\:border-fuchsia-800\/35 {
    border-color: rgb(134 25 143 / 0.35);
  }

  .md\:border-fuchsia-800\/40 {
    border-color: rgb(134 25 143 / 0.4);
  }

  .md\:border-fuchsia-800\/45 {
    border-color: rgb(134 25 143 / 0.45);
  }

  .md\:border-fuchsia-800\/5 {
    border-color: rgb(134 25 143 / 0.05);
  }

  .md\:border-fuchsia-800\/50 {
    border-color: rgb(134 25 143 / 0.5);
  }

  .md\:border-fuchsia-800\/55 {
    border-color: rgb(134 25 143 / 0.55);
  }

  .md\:border-fuchsia-800\/60 {
    border-color: rgb(134 25 143 / 0.6);
  }

  .md\:border-fuchsia-800\/65 {
    border-color: rgb(134 25 143 / 0.65);
  }

  .md\:border-fuchsia-800\/70 {
    border-color: rgb(134 25 143 / 0.7);
  }

  .md\:border-fuchsia-800\/75 {
    border-color: rgb(134 25 143 / 0.75);
  }

  .md\:border-fuchsia-800\/80 {
    border-color: rgb(134 25 143 / 0.8);
  }

  .md\:border-fuchsia-800\/85 {
    border-color: rgb(134 25 143 / 0.85);
  }

  .md\:border-fuchsia-800\/90 {
    border-color: rgb(134 25 143 / 0.9);
  }

  .md\:border-fuchsia-800\/95 {
    border-color: rgb(134 25 143 / 0.95);
  }

  .md\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgb(112 26 117 / var(--tw-border-opacity));
  }

  .md\:border-fuchsia-900\/0 {
    border-color: rgb(112 26 117 / 0);
  }

  .md\:border-fuchsia-900\/10 {
    border-color: rgb(112 26 117 / 0.1);
  }

  .md\:border-fuchsia-900\/100 {
    border-color: rgb(112 26 117 / 1);
  }

  .md\:border-fuchsia-900\/15 {
    border-color: rgb(112 26 117 / 0.15);
  }

  .md\:border-fuchsia-900\/20 {
    border-color: rgb(112 26 117 / 0.2);
  }

  .md\:border-fuchsia-900\/25 {
    border-color: rgb(112 26 117 / 0.25);
  }

  .md\:border-fuchsia-900\/30 {
    border-color: rgb(112 26 117 / 0.3);
  }

  .md\:border-fuchsia-900\/35 {
    border-color: rgb(112 26 117 / 0.35);
  }

  .md\:border-fuchsia-900\/40 {
    border-color: rgb(112 26 117 / 0.4);
  }

  .md\:border-fuchsia-900\/45 {
    border-color: rgb(112 26 117 / 0.45);
  }

  .md\:border-fuchsia-900\/5 {
    border-color: rgb(112 26 117 / 0.05);
  }

  .md\:border-fuchsia-900\/50 {
    border-color: rgb(112 26 117 / 0.5);
  }

  .md\:border-fuchsia-900\/55 {
    border-color: rgb(112 26 117 / 0.55);
  }

  .md\:border-fuchsia-900\/60 {
    border-color: rgb(112 26 117 / 0.6);
  }

  .md\:border-fuchsia-900\/65 {
    border-color: rgb(112 26 117 / 0.65);
  }

  .md\:border-fuchsia-900\/70 {
    border-color: rgb(112 26 117 / 0.7);
  }

  .md\:border-fuchsia-900\/75 {
    border-color: rgb(112 26 117 / 0.75);
  }

  .md\:border-fuchsia-900\/80 {
    border-color: rgb(112 26 117 / 0.8);
  }

  .md\:border-fuchsia-900\/85 {
    border-color: rgb(112 26 117 / 0.85);
  }

  .md\:border-fuchsia-900\/90 {
    border-color: rgb(112 26 117 / 0.9);
  }

  .md\:border-fuchsia-900\/95 {
    border-color: rgb(112 26 117 / 0.95);
  }

  .md\:border-fuchsia-950 {
    --tw-border-opacity: 1;
    border-color: rgb(74 4 78 / var(--tw-border-opacity));
  }

  .md\:border-fuchsia-950\/0 {
    border-color: rgb(74 4 78 / 0);
  }

  .md\:border-fuchsia-950\/10 {
    border-color: rgb(74 4 78 / 0.1);
  }

  .md\:border-fuchsia-950\/100 {
    border-color: rgb(74 4 78 / 1);
  }

  .md\:border-fuchsia-950\/15 {
    border-color: rgb(74 4 78 / 0.15);
  }

  .md\:border-fuchsia-950\/20 {
    border-color: rgb(74 4 78 / 0.2);
  }

  .md\:border-fuchsia-950\/25 {
    border-color: rgb(74 4 78 / 0.25);
  }

  .md\:border-fuchsia-950\/30 {
    border-color: rgb(74 4 78 / 0.3);
  }

  .md\:border-fuchsia-950\/35 {
    border-color: rgb(74 4 78 / 0.35);
  }

  .md\:border-fuchsia-950\/40 {
    border-color: rgb(74 4 78 / 0.4);
  }

  .md\:border-fuchsia-950\/45 {
    border-color: rgb(74 4 78 / 0.45);
  }

  .md\:border-fuchsia-950\/5 {
    border-color: rgb(74 4 78 / 0.05);
  }

  .md\:border-fuchsia-950\/50 {
    border-color: rgb(74 4 78 / 0.5);
  }

  .md\:border-fuchsia-950\/55 {
    border-color: rgb(74 4 78 / 0.55);
  }

  .md\:border-fuchsia-950\/60 {
    border-color: rgb(74 4 78 / 0.6);
  }

  .md\:border-fuchsia-950\/65 {
    border-color: rgb(74 4 78 / 0.65);
  }

  .md\:border-fuchsia-950\/70 {
    border-color: rgb(74 4 78 / 0.7);
  }

  .md\:border-fuchsia-950\/75 {
    border-color: rgb(74 4 78 / 0.75);
  }

  .md\:border-fuchsia-950\/80 {
    border-color: rgb(74 4 78 / 0.8);
  }

  .md\:border-fuchsia-950\/85 {
    border-color: rgb(74 4 78 / 0.85);
  }

  .md\:border-fuchsia-950\/90 {
    border-color: rgb(74 4 78 / 0.9);
  }

  .md\:border-fuchsia-950\/95 {
    border-color: rgb(74 4 78 / 0.95);
  }

  .md\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity));
  }

  .md\:border-gray-100\/0 {
    border-color: rgb(243 244 246 / 0);
  }

  .md\:border-gray-100\/10 {
    border-color: rgb(243 244 246 / 0.1);
  }

  .md\:border-gray-100\/100 {
    border-color: rgb(243 244 246 / 1);
  }

  .md\:border-gray-100\/15 {
    border-color: rgb(243 244 246 / 0.15);
  }

  .md\:border-gray-100\/20 {
    border-color: rgb(243 244 246 / 0.2);
  }

  .md\:border-gray-100\/25 {
    border-color: rgb(243 244 246 / 0.25);
  }

  .md\:border-gray-100\/30 {
    border-color: rgb(243 244 246 / 0.3);
  }

  .md\:border-gray-100\/35 {
    border-color: rgb(243 244 246 / 0.35);
  }

  .md\:border-gray-100\/40 {
    border-color: rgb(243 244 246 / 0.4);
  }

  .md\:border-gray-100\/45 {
    border-color: rgb(243 244 246 / 0.45);
  }

  .md\:border-gray-100\/5 {
    border-color: rgb(243 244 246 / 0.05);
  }

  .md\:border-gray-100\/50 {
    border-color: rgb(243 244 246 / 0.5);
  }

  .md\:border-gray-100\/55 {
    border-color: rgb(243 244 246 / 0.55);
  }

  .md\:border-gray-100\/60 {
    border-color: rgb(243 244 246 / 0.6);
  }

  .md\:border-gray-100\/65 {
    border-color: rgb(243 244 246 / 0.65);
  }

  .md\:border-gray-100\/70 {
    border-color: rgb(243 244 246 / 0.7);
  }

  .md\:border-gray-100\/75 {
    border-color: rgb(243 244 246 / 0.75);
  }

  .md\:border-gray-100\/80 {
    border-color: rgb(243 244 246 / 0.8);
  }

  .md\:border-gray-100\/85 {
    border-color: rgb(243 244 246 / 0.85);
  }

  .md\:border-gray-100\/90 {
    border-color: rgb(243 244 246 / 0.9);
  }

  .md\:border-gray-100\/95 {
    border-color: rgb(243 244 246 / 0.95);
  }

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

  .md\:border-gray-200\/0 {
    border-color: rgb(229 231 235 / 0);
  }

  .md\:border-gray-200\/10 {
    border-color: rgb(229 231 235 / 0.1);
  }

  .md\:border-gray-200\/100 {
    border-color: rgb(229 231 235 / 1);
  }

  .md\:border-gray-200\/15 {
    border-color: rgb(229 231 235 / 0.15);
  }

  .md\:border-gray-200\/20 {
    border-color: rgb(229 231 235 / 0.2);
  }

  .md\:border-gray-200\/25 {
    border-color: rgb(229 231 235 / 0.25);
  }

  .md\:border-gray-200\/30 {
    border-color: rgb(229 231 235 / 0.3);
  }

  .md\:border-gray-200\/35 {
    border-color: rgb(229 231 235 / 0.35);
  }

  .md\:border-gray-200\/40 {
    border-color: rgb(229 231 235 / 0.4);
  }

  .md\:border-gray-200\/45 {
    border-color: rgb(229 231 235 / 0.45);
  }

  .md\:border-gray-200\/5 {
    border-color: rgb(229 231 235 / 0.05);
  }

  .md\:border-gray-200\/50 {
    border-color: rgb(229 231 235 / 0.5);
  }

  .md\:border-gray-200\/55 {
    border-color: rgb(229 231 235 / 0.55);
  }

  .md\:border-gray-200\/60 {
    border-color: rgb(229 231 235 / 0.6);
  }

  .md\:border-gray-200\/65 {
    border-color: rgb(229 231 235 / 0.65);
  }

  .md\:border-gray-200\/70 {
    border-color: rgb(229 231 235 / 0.7);
  }

  .md\:border-gray-200\/75 {
    border-color: rgb(229 231 235 / 0.75);
  }

  .md\:border-gray-200\/80 {
    border-color: rgb(229 231 235 / 0.8);
  }

  .md\:border-gray-200\/85 {
    border-color: rgb(229 231 235 / 0.85);
  }

  .md\:border-gray-200\/90 {
    border-color: rgb(229 231 235 / 0.9);
  }

  .md\:border-gray-200\/95 {
    border-color: rgb(229 231 235 / 0.95);
  }

  .md\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }

  .md\:border-gray-300\/0 {
    border-color: rgb(209 213 219 / 0);
  }

  .md\:border-gray-300\/10 {
    border-color: rgb(209 213 219 / 0.1);
  }

  .md\:border-gray-300\/100 {
    border-color: rgb(209 213 219 / 1);
  }

  .md\:border-gray-300\/15 {
    border-color: rgb(209 213 219 / 0.15);
  }

  .md\:border-gray-300\/20 {
    border-color: rgb(209 213 219 / 0.2);
  }

  .md\:border-gray-300\/25 {
    border-color: rgb(209 213 219 / 0.25);
  }

  .md\:border-gray-300\/30 {
    border-color: rgb(209 213 219 / 0.3);
  }

  .md\:border-gray-300\/35 {
    border-color: rgb(209 213 219 / 0.35);
  }

  .md\:border-gray-300\/40 {
    border-color: rgb(209 213 219 / 0.4);
  }

  .md\:border-gray-300\/45 {
    border-color: rgb(209 213 219 / 0.45);
  }

  .md\:border-gray-300\/5 {
    border-color: rgb(209 213 219 / 0.05);
  }

  .md\:border-gray-300\/50 {
    border-color: rgb(209 213 219 / 0.5);
  }

  .md\:border-gray-300\/55 {
    border-color: rgb(209 213 219 / 0.55);
  }

  .md\:border-gray-300\/60 {
    border-color: rgb(209 213 219 / 0.6);
  }

  .md\:border-gray-300\/65 {
    border-color: rgb(209 213 219 / 0.65);
  }

  .md\:border-gray-300\/70 {
    border-color: rgb(209 213 219 / 0.7);
  }

  .md\:border-gray-300\/75 {
    border-color: rgb(209 213 219 / 0.75);
  }

  .md\:border-gray-300\/80 {
    border-color: rgb(209 213 219 / 0.8);
  }

  .md\:border-gray-300\/85 {
    border-color: rgb(209 213 219 / 0.85);
  }

  .md\:border-gray-300\/90 {
    border-color: rgb(209 213 219 / 0.9);
  }

  .md\:border-gray-300\/95 {
    border-color: rgb(209 213 219 / 0.95);
  }

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

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

  .md\:border-gray-400\/10 {
    border-color: rgb(156 163 175 / 0.1);
  }

  .md\:border-gray-400\/100 {
    border-color: rgb(156 163 175 / 1);
  }

  .md\:border-gray-400\/15 {
    border-color: rgb(156 163 175 / 0.15);
  }

  .md\:border-gray-400\/20 {
    border-color: rgb(156 163 175 / 0.2);
  }

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

  .md\:border-gray-400\/30 {
    border-color: rgb(156 163 175 / 0.3);
  }

  .md\:border-gray-400\/35 {
    border-color: rgb(156 163 175 / 0.35);
  }

  .md\:border-gray-400\/40 {
    border-color: rgb(156 163 175 / 0.4);
  }

  .md\:border-gray-400\/45 {
    border-color: rgb(156 163 175 / 0.45);
  }

  .md\:border-gray-400\/5 {
    border-color: rgb(156 163 175 / 0.05);
  }

  .md\:border-gray-400\/50 {
    border-color: rgb(156 163 175 / 0.5);
  }

  .md\:border-gray-400\/55 {
    border-color: rgb(156 163 175 / 0.55);
  }

  .md\:border-gray-400\/60 {
    border-color: rgb(156 163 175 / 0.6);
  }

  .md\:border-gray-400\/65 {
    border-color: rgb(156 163 175 / 0.65);
  }

  .md\:border-gray-400\/70 {
    border-color: rgb(156 163 175 / 0.7);
  }

  .md\:border-gray-400\/75 {
    border-color: rgb(156 163 175 / 0.75);
  }

  .md\:border-gray-400\/80 {
    border-color: rgb(156 163 175 / 0.8);
  }

  .md\:border-gray-400\/85 {
    border-color: rgb(156 163 175 / 0.85);
  }

  .md\:border-gray-400\/90 {
    border-color: rgb(156 163 175 / 0.9);
  }

  .md\:border-gray-400\/95 {
    border-color: rgb(156 163 175 / 0.95);
  }

  .md\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgb(249 250 251 / var(--tw-border-opacity));
  }

  .md\:border-gray-50\/0 {
    border-color: rgb(249 250 251 / 0);
  }

  .md\:border-gray-50\/10 {
    border-color: rgb(249 250 251 / 0.1);
  }

  .md\:border-gray-50\/100 {
    border-color: rgb(249 250 251 / 1);
  }

  .md\:border-gray-50\/15 {
    border-color: rgb(249 250 251 / 0.15);
  }

  .md\:border-gray-50\/20 {
    border-color: rgb(249 250 251 / 0.2);
  }

  .md\:border-gray-50\/25 {
    border-color: rgb(249 250 251 / 0.25);
  }

  .md\:border-gray-50\/30 {
    border-color: rgb(249 250 251 / 0.3);
  }

  .md\:border-gray-50\/35 {
    border-color: rgb(249 250 251 / 0.35);
  }

  .md\:border-gray-50\/40 {
    border-color: rgb(249 250 251 / 0.4);
  }

  .md\:border-gray-50\/45 {
    border-color: rgb(249 250 251 / 0.45);
  }

  .md\:border-gray-50\/5 {
    border-color: rgb(249 250 251 / 0.05);
  }

  .md\:border-gray-50\/50 {
    border-color: rgb(249 250 251 / 0.5);
  }

  .md\:border-gray-50\/55 {
    border-color: rgb(249 250 251 / 0.55);
  }

  .md\:border-gray-50\/60 {
    border-color: rgb(249 250 251 / 0.6);
  }

  .md\:border-gray-50\/65 {
    border-color: rgb(249 250 251 / 0.65);
  }

  .md\:border-gray-50\/70 {
    border-color: rgb(249 250 251 / 0.7);
  }

  .md\:border-gray-50\/75 {
    border-color: rgb(249 250 251 / 0.75);
  }

  .md\:border-gray-50\/80 {
    border-color: rgb(249 250 251 / 0.8);
  }

  .md\:border-gray-50\/85 {
    border-color: rgb(249 250 251 / 0.85);
  }

  .md\:border-gray-50\/90 {
    border-color: rgb(249 250 251 / 0.9);
  }

  .md\:border-gray-50\/95 {
    border-color: rgb(249 250 251 / 0.95);
  }

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

  .md\:border-gray-500\/0 {
    border-color: rgb(107 114 128 / 0);
  }

  .md\:border-gray-500\/10 {
    border-color: rgb(107 114 128 / 0.1);
  }

  .md\:border-gray-500\/100 {
    border-color: rgb(107 114 128 / 1);
  }

  .md\:border-gray-500\/15 {
    border-color: rgb(107 114 128 / 0.15);
  }

  .md\:border-gray-500\/20 {
    border-color: rgb(107 114 128 / 0.2);
  }

  .md\:border-gray-500\/25 {
    border-color: rgb(107 114 128 / 0.25);
  }

  .md\:border-gray-500\/30 {
    border-color: rgb(107 114 128 / 0.3);
  }

  .md\:border-gray-500\/35 {
    border-color: rgb(107 114 128 / 0.35);
  }

  .md\:border-gray-500\/40 {
    border-color: rgb(107 114 128 / 0.4);
  }

  .md\:border-gray-500\/45 {
    border-color: rgb(107 114 128 / 0.45);
  }

  .md\:border-gray-500\/5 {
    border-color: rgb(107 114 128 / 0.05);
  }

  .md\:border-gray-500\/50 {
    border-color: rgb(107 114 128 / 0.5);
  }

  .md\:border-gray-500\/55 {
    border-color: rgb(107 114 128 / 0.55);
  }

  .md\:border-gray-500\/60 {
    border-color: rgb(107 114 128 / 0.6);
  }

  .md\:border-gray-500\/65 {
    border-color: rgb(107 114 128 / 0.65);
  }

  .md\:border-gray-500\/70 {
    border-color: rgb(107 114 128 / 0.7);
  }

  .md\:border-gray-500\/75 {
    border-color: rgb(107 114 128 / 0.75);
  }

  .md\:border-gray-500\/80 {
    border-color: rgb(107 114 128 / 0.8);
  }

  .md\:border-gray-500\/85 {
    border-color: rgb(107 114 128 / 0.85);
  }

  .md\:border-gray-500\/90 {
    border-color: rgb(107 114 128 / 0.9);
  }

  .md\:border-gray-500\/95 {
    border-color: rgb(107 114 128 / 0.95);
  }

  .md\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .md\:border-gray-600\/0 {
    border-color: rgb(75 85 99 / 0);
  }

  .md\:border-gray-600\/10 {
    border-color: rgb(75 85 99 / 0.1);
  }

  .md\:border-gray-600\/100 {
    border-color: rgb(75 85 99 / 1);
  }

  .md\:border-gray-600\/15 {
    border-color: rgb(75 85 99 / 0.15);
  }

  .md\:border-gray-600\/20 {
    border-color: rgb(75 85 99 / 0.2);
  }

  .md\:border-gray-600\/25 {
    border-color: rgb(75 85 99 / 0.25);
  }

  .md\:border-gray-600\/30 {
    border-color: rgb(75 85 99 / 0.3);
  }

  .md\:border-gray-600\/35 {
    border-color: rgb(75 85 99 / 0.35);
  }

  .md\:border-gray-600\/40 {
    border-color: rgb(75 85 99 / 0.4);
  }

  .md\:border-gray-600\/45 {
    border-color: rgb(75 85 99 / 0.45);
  }

  .md\:border-gray-600\/5 {
    border-color: rgb(75 85 99 / 0.05);
  }

  .md\:border-gray-600\/50 {
    border-color: rgb(75 85 99 / 0.5);
  }

  .md\:border-gray-600\/55 {
    border-color: rgb(75 85 99 / 0.55);
  }

  .md\:border-gray-600\/60 {
    border-color: rgb(75 85 99 / 0.6);
  }

  .md\:border-gray-600\/65 {
    border-color: rgb(75 85 99 / 0.65);
  }

  .md\:border-gray-600\/70 {
    border-color: rgb(75 85 99 / 0.7);
  }

  .md\:border-gray-600\/75 {
    border-color: rgb(75 85 99 / 0.75);
  }

  .md\:border-gray-600\/80 {
    border-color: rgb(75 85 99 / 0.8);
  }

  .md\:border-gray-600\/85 {
    border-color: rgb(75 85 99 / 0.85);
  }

  .md\:border-gray-600\/90 {
    border-color: rgb(75 85 99 / 0.9);
  }

  .md\:border-gray-600\/95 {
    border-color: rgb(75 85 99 / 0.95);
  }

  .md\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .md\:border-gray-700\/0 {
    border-color: rgb(55 65 81 / 0);
  }

  .md\:border-gray-700\/10 {
    border-color: rgb(55 65 81 / 0.1);
  }

  .md\:border-gray-700\/100 {
    border-color: rgb(55 65 81 / 1);
  }

  .md\:border-gray-700\/15 {
    border-color: rgb(55 65 81 / 0.15);
  }

  .md\:border-gray-700\/20 {
    border-color: rgb(55 65 81 / 0.2);
  }

  .md\:border-gray-700\/25 {
    border-color: rgb(55 65 81 / 0.25);
  }

  .md\:border-gray-700\/30 {
    border-color: rgb(55 65 81 / 0.3);
  }

  .md\:border-gray-700\/35 {
    border-color: rgb(55 65 81 / 0.35);
  }

  .md\:border-gray-700\/40 {
    border-color: rgb(55 65 81 / 0.4);
  }

  .md\:border-gray-700\/45 {
    border-color: rgb(55 65 81 / 0.45);
  }

  .md\:border-gray-700\/5 {
    border-color: rgb(55 65 81 / 0.05);
  }

  .md\:border-gray-700\/50 {
    border-color: rgb(55 65 81 / 0.5);
  }

  .md\:border-gray-700\/55 {
    border-color: rgb(55 65 81 / 0.55);
  }

  .md\:border-gray-700\/60 {
    border-color: rgb(55 65 81 / 0.6);
  }

  .md\:border-gray-700\/65 {
    border-color: rgb(55 65 81 / 0.65);
  }

  .md\:border-gray-700\/70 {
    border-color: rgb(55 65 81 / 0.7);
  }

  .md\:border-gray-700\/75 {
    border-color: rgb(55 65 81 / 0.75);
  }

  .md\:border-gray-700\/80 {
    border-color: rgb(55 65 81 / 0.8);
  }

  .md\:border-gray-700\/85 {
    border-color: rgb(55 65 81 / 0.85);
  }

  .md\:border-gray-700\/90 {
    border-color: rgb(55 65 81 / 0.9);
  }

  .md\:border-gray-700\/95 {
    border-color: rgb(55 65 81 / 0.95);
  }

  .md\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55 / var(--tw-border-opacity));
  }

  .md\:border-gray-800\/0 {
    border-color: rgb(31 41 55 / 0);
  }

  .md\:border-gray-800\/10 {
    border-color: rgb(31 41 55 / 0.1);
  }

  .md\:border-gray-800\/100 {
    border-color: rgb(31 41 55 / 1);
  }

  .md\:border-gray-800\/15 {
    border-color: rgb(31 41 55 / 0.15);
  }

  .md\:border-gray-800\/20 {
    border-color: rgb(31 41 55 / 0.2);
  }

  .md\:border-gray-800\/25 {
    border-color: rgb(31 41 55 / 0.25);
  }

  .md\:border-gray-800\/30 {
    border-color: rgb(31 41 55 / 0.3);
  }

  .md\:border-gray-800\/35 {
    border-color: rgb(31 41 55 / 0.35);
  }

  .md\:border-gray-800\/40 {
    border-color: rgb(31 41 55 / 0.4);
  }

  .md\:border-gray-800\/45 {
    border-color: rgb(31 41 55 / 0.45);
  }

  .md\:border-gray-800\/5 {
    border-color: rgb(31 41 55 / 0.05);
  }

  .md\:border-gray-800\/50 {
    border-color: rgb(31 41 55 / 0.5);
  }

  .md\:border-gray-800\/55 {
    border-color: rgb(31 41 55 / 0.55);
  }

  .md\:border-gray-800\/60 {
    border-color: rgb(31 41 55 / 0.6);
  }

  .md\:border-gray-800\/65 {
    border-color: rgb(31 41 55 / 0.65);
  }

  .md\:border-gray-800\/70 {
    border-color: rgb(31 41 55 / 0.7);
  }

  .md\:border-gray-800\/75 {
    border-color: rgb(31 41 55 / 0.75);
  }

  .md\:border-gray-800\/80 {
    border-color: rgb(31 41 55 / 0.8);
  }

  .md\:border-gray-800\/85 {
    border-color: rgb(31 41 55 / 0.85);
  }

  .md\:border-gray-800\/90 {
    border-color: rgb(31 41 55 / 0.9);
  }

  .md\:border-gray-800\/95 {
    border-color: rgb(31 41 55 / 0.95);
  }

  .md\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgb(17 24 39 / var(--tw-border-opacity));
  }

  .md\:border-gray-900\/0 {
    border-color: rgb(17 24 39 / 0);
  }

  .md\:border-gray-900\/10 {
    border-color: rgb(17 24 39 / 0.1);
  }

  .md\:border-gray-900\/100 {
    border-color: rgb(17 24 39 / 1);
  }

  .md\:border-gray-900\/15 {
    border-color: rgb(17 24 39 / 0.15);
  }

  .md\:border-gray-900\/20 {
    border-color: rgb(17 24 39 / 0.2);
  }

  .md\:border-gray-900\/25 {
    border-color: rgb(17 24 39 / 0.25);
  }

  .md\:border-gray-900\/30 {
    border-color: rgb(17 24 39 / 0.3);
  }

  .md\:border-gray-900\/35 {
    border-color: rgb(17 24 39 / 0.35);
  }

  .md\:border-gray-900\/40 {
    border-color: rgb(17 24 39 / 0.4);
  }

  .md\:border-gray-900\/45 {
    border-color: rgb(17 24 39 / 0.45);
  }

  .md\:border-gray-900\/5 {
    border-color: rgb(17 24 39 / 0.05);
  }

  .md\:border-gray-900\/50 {
    border-color: rgb(17 24 39 / 0.5);
  }

  .md\:border-gray-900\/55 {
    border-color: rgb(17 24 39 / 0.55);
  }

  .md\:border-gray-900\/60 {
    border-color: rgb(17 24 39 / 0.6);
  }

  .md\:border-gray-900\/65 {
    border-color: rgb(17 24 39 / 0.65);
  }

  .md\:border-gray-900\/70 {
    border-color: rgb(17 24 39 / 0.7);
  }

  .md\:border-gray-900\/75 {
    border-color: rgb(17 24 39 / 0.75);
  }

  .md\:border-gray-900\/80 {
    border-color: rgb(17 24 39 / 0.8);
  }

  .md\:border-gray-900\/85 {
    border-color: rgb(17 24 39 / 0.85);
  }

  .md\:border-gray-900\/90 {
    border-color: rgb(17 24 39 / 0.9);
  }

  .md\:border-gray-900\/95 {
    border-color: rgb(17 24 39 / 0.95);
  }

  .md\:border-gray-950 {
    --tw-border-opacity: 1;
    border-color: rgb(3 7 18 / var(--tw-border-opacity));
  }

  .md\:border-gray-950\/0 {
    border-color: rgb(3 7 18 / 0);
  }

  .md\:border-gray-950\/10 {
    border-color: rgb(3 7 18 / 0.1);
  }

  .md\:border-gray-950\/100 {
    border-color: rgb(3 7 18 / 1);
  }

  .md\:border-gray-950\/15 {
    border-color: rgb(3 7 18 / 0.15);
  }

  .md\:border-gray-950\/20 {
    border-color: rgb(3 7 18 / 0.2);
  }

  .md\:border-gray-950\/25 {
    border-color: rgb(3 7 18 / 0.25);
  }

  .md\:border-gray-950\/30 {
    border-color: rgb(3 7 18 / 0.3);
  }

  .md\:border-gray-950\/35 {
    border-color: rgb(3 7 18 / 0.35);
  }

  .md\:border-gray-950\/40 {
    border-color: rgb(3 7 18 / 0.4);
  }

  .md\:border-gray-950\/45 {
    border-color: rgb(3 7 18 / 0.45);
  }

  .md\:border-gray-950\/5 {
    border-color: rgb(3 7 18 / 0.05);
  }

  .md\:border-gray-950\/50 {
    border-color: rgb(3 7 18 / 0.5);
  }

  .md\:border-gray-950\/55 {
    border-color: rgb(3 7 18 / 0.55);
  }

  .md\:border-gray-950\/60 {
    border-color: rgb(3 7 18 / 0.6);
  }

  .md\:border-gray-950\/65 {
    border-color: rgb(3 7 18 / 0.65);
  }

  .md\:border-gray-950\/70 {
    border-color: rgb(3 7 18 / 0.7);
  }

  .md\:border-gray-950\/75 {
    border-color: rgb(3 7 18 / 0.75);
  }

  .md\:border-gray-950\/80 {
    border-color: rgb(3 7 18 / 0.8);
  }

  .md\:border-gray-950\/85 {
    border-color: rgb(3 7 18 / 0.85);
  }

  .md\:border-gray-950\/90 {
    border-color: rgb(3 7 18 / 0.9);
  }

  .md\:border-gray-950\/95 {
    border-color: rgb(3 7 18 / 0.95);
  }

  .md\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgb(220 252 231 / var(--tw-border-opacity));
  }

  .md\:border-green-100\/0 {
    border-color: rgb(220 252 231 / 0);
  }

  .md\:border-green-100\/10 {
    border-color: rgb(220 252 231 / 0.1);
  }

  .md\:border-green-100\/100 {
    border-color: rgb(220 252 231 / 1);
  }

  .md\:border-green-100\/15 {
    border-color: rgb(220 252 231 / 0.15);
  }

  .md\:border-green-100\/20 {
    border-color: rgb(220 252 231 / 0.2);
  }

  .md\:border-green-100\/25 {
    border-color: rgb(220 252 231 / 0.25);
  }

  .md\:border-green-100\/30 {
    border-color: rgb(220 252 231 / 0.3);
  }

  .md\:border-green-100\/35 {
    border-color: rgb(220 252 231 / 0.35);
  }

  .md\:border-green-100\/40 {
    border-color: rgb(220 252 231 / 0.4);
  }

  .md\:border-green-100\/45 {
    border-color: rgb(220 252 231 / 0.45);
  }

  .md\:border-green-100\/5 {
    border-color: rgb(220 252 231 / 0.05);
  }

  .md\:border-green-100\/50 {
    border-color: rgb(220 252 231 / 0.5);
  }

  .md\:border-green-100\/55 {
    border-color: rgb(220 252 231 / 0.55);
  }

  .md\:border-green-100\/60 {
    border-color: rgb(220 252 231 / 0.6);
  }

  .md\:border-green-100\/65 {
    border-color: rgb(220 252 231 / 0.65);
  }

  .md\:border-green-100\/70 {
    border-color: rgb(220 252 231 / 0.7);
  }

  .md\:border-green-100\/75 {
    border-color: rgb(220 252 231 / 0.75);
  }

  .md\:border-green-100\/80 {
    border-color: rgb(220 252 231 / 0.8);
  }

  .md\:border-green-100\/85 {
    border-color: rgb(220 252 231 / 0.85);
  }

  .md\:border-green-100\/90 {
    border-color: rgb(220 252 231 / 0.9);
  }

  .md\:border-green-100\/95 {
    border-color: rgb(220 252 231 / 0.95);
  }

  .md\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgb(187 247 208 / var(--tw-border-opacity));
  }

  .md\:border-green-200\/0 {
    border-color: rgb(187 247 208 / 0);
  }

  .md\:border-green-200\/10 {
    border-color: rgb(187 247 208 / 0.1);
  }

  .md\:border-green-200\/100 {
    border-color: rgb(187 247 208 / 1);
  }

  .md\:border-green-200\/15 {
    border-color: rgb(187 247 208 / 0.15);
  }

  .md\:border-green-200\/20 {
    border-color: rgb(187 247 208 / 0.2);
  }

  .md\:border-green-200\/25 {
    border-color: rgb(187 247 208 / 0.25);
  }

  .md\:border-green-200\/30 {
    border-color: rgb(187 247 208 / 0.3);
  }

  .md\:border-green-200\/35 {
    border-color: rgb(187 247 208 / 0.35);
  }

  .md\:border-green-200\/40 {
    border-color: rgb(187 247 208 / 0.4);
  }

  .md\:border-green-200\/45 {
    border-color: rgb(187 247 208 / 0.45);
  }

  .md\:border-green-200\/5 {
    border-color: rgb(187 247 208 / 0.05);
  }

  .md\:border-green-200\/50 {
    border-color: rgb(187 247 208 / 0.5);
  }

  .md\:border-green-200\/55 {
    border-color: rgb(187 247 208 / 0.55);
  }

  .md\:border-green-200\/60 {
    border-color: rgb(187 247 208 / 0.6);
  }

  .md\:border-green-200\/65 {
    border-color: rgb(187 247 208 / 0.65);
  }

  .md\:border-green-200\/70 {
    border-color: rgb(187 247 208 / 0.7);
  }

  .md\:border-green-200\/75 {
    border-color: rgb(187 247 208 / 0.75);
  }

  .md\:border-green-200\/80 {
    border-color: rgb(187 247 208 / 0.8);
  }

  .md\:border-green-200\/85 {
    border-color: rgb(187 247 208 / 0.85);
  }

  .md\:border-green-200\/90 {
    border-color: rgb(187 247 208 / 0.9);
  }

  .md\:border-green-200\/95 {
    border-color: rgb(187 247 208 / 0.95);
  }

  .md\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgb(134 239 172 / var(--tw-border-opacity));
  }

  .md\:border-green-300\/0 {
    border-color: rgb(134 239 172 / 0);
  }

  .md\:border-green-300\/10 {
    border-color: rgb(134 239 172 / 0.1);
  }

  .md\:border-green-300\/100 {
    border-color: rgb(134 239 172 / 1);
  }

  .md\:border-green-300\/15 {
    border-color: rgb(134 239 172 / 0.15);
  }

  .md\:border-green-300\/20 {
    border-color: rgb(134 239 172 / 0.2);
  }

  .md\:border-green-300\/25 {
    border-color: rgb(134 239 172 / 0.25);
  }

  .md\:border-green-300\/30 {
    border-color: rgb(134 239 172 / 0.3);
  }

  .md\:border-green-300\/35 {
    border-color: rgb(134 239 172 / 0.35);
  }

  .md\:border-green-300\/40 {
    border-color: rgb(134 239 172 / 0.4);
  }

  .md\:border-green-300\/45 {
    border-color: rgb(134 239 172 / 0.45);
  }

  .md\:border-green-300\/5 {
    border-color: rgb(134 239 172 / 0.05);
  }

  .md\:border-green-300\/50 {
    border-color: rgb(134 239 172 / 0.5);
  }

  .md\:border-green-300\/55 {
    border-color: rgb(134 239 172 / 0.55);
  }

  .md\:border-green-300\/60 {
    border-color: rgb(134 239 172 / 0.6);
  }

  .md\:border-green-300\/65 {
    border-color: rgb(134 239 172 / 0.65);
  }

  .md\:border-green-300\/70 {
    border-color: rgb(134 239 172 / 0.7);
  }

  .md\:border-green-300\/75 {
    border-color: rgb(134 239 172 / 0.75);
  }

  .md\:border-green-300\/80 {
    border-color: rgb(134 239 172 / 0.8);
  }

  .md\:border-green-300\/85 {
    border-color: rgb(134 239 172 / 0.85);
  }

  .md\:border-green-300\/90 {
    border-color: rgb(134 239 172 / 0.9);
  }

  .md\:border-green-300\/95 {
    border-color: rgb(134 239 172 / 0.95);
  }

  .md\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgb(74 222 128 / var(--tw-border-opacity));
  }

  .md\:border-green-400\/0 {
    border-color: rgb(74 222 128 / 0);
  }

  .md\:border-green-400\/10 {
    border-color: rgb(74 222 128 / 0.1);
  }

  .md\:border-green-400\/100 {
    border-color: rgb(74 222 128 / 1);
  }

  .md\:border-green-400\/15 {
    border-color: rgb(74 222 128 / 0.15);
  }

  .md\:border-green-400\/20 {
    border-color: rgb(74 222 128 / 0.2);
  }

  .md\:border-green-400\/25 {
    border-color: rgb(74 222 128 / 0.25);
  }

  .md\:border-green-400\/30 {
    border-color: rgb(74 222 128 / 0.3);
  }

  .md\:border-green-400\/35 {
    border-color: rgb(74 222 128 / 0.35);
  }

  .md\:border-green-400\/40 {
    border-color: rgb(74 222 128 / 0.4);
  }

  .md\:border-green-400\/45 {
    border-color: rgb(74 222 128 / 0.45);
  }

  .md\:border-green-400\/5 {
    border-color: rgb(74 222 128 / 0.05);
  }

  .md\:border-green-400\/50 {
    border-color: rgb(74 222 128 / 0.5);
  }

  .md\:border-green-400\/55 {
    border-color: rgb(74 222 128 / 0.55);
  }

  .md\:border-green-400\/60 {
    border-color: rgb(74 222 128 / 0.6);
  }

  .md\:border-green-400\/65 {
    border-color: rgb(74 222 128 / 0.65);
  }

  .md\:border-green-400\/70 {
    border-color: rgb(74 222 128 / 0.7);
  }

  .md\:border-green-400\/75 {
    border-color: rgb(74 222 128 / 0.75);
  }

  .md\:border-green-400\/80 {
    border-color: rgb(74 222 128 / 0.8);
  }

  .md\:border-green-400\/85 {
    border-color: rgb(74 222 128 / 0.85);
  }

  .md\:border-green-400\/90 {
    border-color: rgb(74 222 128 / 0.9);
  }

  .md\:border-green-400\/95 {
    border-color: rgb(74 222 128 / 0.95);
  }

  .md\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgb(240 253 244 / var(--tw-border-opacity));
  }

  .md\:border-green-50\/0 {
    border-color: rgb(240 253 244 / 0);
  }

  .md\:border-green-50\/10 {
    border-color: rgb(240 253 244 / 0.1);
  }

  .md\:border-green-50\/100 {
    border-color: rgb(240 253 244 / 1);
  }

  .md\:border-green-50\/15 {
    border-color: rgb(240 253 244 / 0.15);
  }

  .md\:border-green-50\/20 {
    border-color: rgb(240 253 244 / 0.2);
  }

  .md\:border-green-50\/25 {
    border-color: rgb(240 253 244 / 0.25);
  }

  .md\:border-green-50\/30 {
    border-color: rgb(240 253 244 / 0.3);
  }

  .md\:border-green-50\/35 {
    border-color: rgb(240 253 244 / 0.35);
  }

  .md\:border-green-50\/40 {
    border-color: rgb(240 253 244 / 0.4);
  }

  .md\:border-green-50\/45 {
    border-color: rgb(240 253 244 / 0.45);
  }

  .md\:border-green-50\/5 {
    border-color: rgb(240 253 244 / 0.05);
  }

  .md\:border-green-50\/50 {
    border-color: rgb(240 253 244 / 0.5);
  }

  .md\:border-green-50\/55 {
    border-color: rgb(240 253 244 / 0.55);
  }

  .md\:border-green-50\/60 {
    border-color: rgb(240 253 244 / 0.6);
  }

  .md\:border-green-50\/65 {
    border-color: rgb(240 253 244 / 0.65);
  }

  .md\:border-green-50\/70 {
    border-color: rgb(240 253 244 / 0.7);
  }

  .md\:border-green-50\/75 {
    border-color: rgb(240 253 244 / 0.75);
  }

  .md\:border-green-50\/80 {
    border-color: rgb(240 253 244 / 0.8);
  }

  .md\:border-green-50\/85 {
    border-color: rgb(240 253 244 / 0.85);
  }

  .md\:border-green-50\/90 {
    border-color: rgb(240 253 244 / 0.9);
  }

  .md\:border-green-50\/95 {
    border-color: rgb(240 253 244 / 0.95);
  }

  .md\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgb(34 197 94 / var(--tw-border-opacity));
  }

  .md\:border-green-500\/0 {
    border-color: rgb(34 197 94 / 0);
  }

  .md\:border-green-500\/10 {
    border-color: rgb(34 197 94 / 0.1);
  }

  .md\:border-green-500\/100 {
    border-color: rgb(34 197 94 / 1);
  }

  .md\:border-green-500\/15 {
    border-color: rgb(34 197 94 / 0.15);
  }

  .md\:border-green-500\/20 {
    border-color: rgb(34 197 94 / 0.2);
  }

  .md\:border-green-500\/25 {
    border-color: rgb(34 197 94 / 0.25);
  }

  .md\:border-green-500\/30 {
    border-color: rgb(34 197 94 / 0.3);
  }

  .md\:border-green-500\/35 {
    border-color: rgb(34 197 94 / 0.35);
  }

  .md\:border-green-500\/40 {
    border-color: rgb(34 197 94 / 0.4);
  }

  .md\:border-green-500\/45 {
    border-color: rgb(34 197 94 / 0.45);
  }

  .md\:border-green-500\/5 {
    border-color: rgb(34 197 94 / 0.05);
  }

  .md\:border-green-500\/50 {
    border-color: rgb(34 197 94 / 0.5);
  }

  .md\:border-green-500\/55 {
    border-color: rgb(34 197 94 / 0.55);
  }

  .md\:border-green-500\/60 {
    border-color: rgb(34 197 94 / 0.6);
  }

  .md\:border-green-500\/65 {
    border-color: rgb(34 197 94 / 0.65);
  }

  .md\:border-green-500\/70 {
    border-color: rgb(34 197 94 / 0.7);
  }

  .md\:border-green-500\/75 {
    border-color: rgb(34 197 94 / 0.75);
  }

  .md\:border-green-500\/80 {
    border-color: rgb(34 197 94 / 0.8);
  }

  .md\:border-green-500\/85 {
    border-color: rgb(34 197 94 / 0.85);
  }

  .md\:border-green-500\/90 {
    border-color: rgb(34 197 94 / 0.9);
  }

  .md\:border-green-500\/95 {
    border-color: rgb(34 197 94 / 0.95);
  }

  .md\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgb(22 163 74 / var(--tw-border-opacity));
  }

  .md\:border-green-600\/0 {
    border-color: rgb(22 163 74 / 0);
  }

  .md\:border-green-600\/10 {
    border-color: rgb(22 163 74 / 0.1);
  }

  .md\:border-green-600\/100 {
    border-color: rgb(22 163 74 / 1);
  }

  .md\:border-green-600\/15 {
    border-color: rgb(22 163 74 / 0.15);
  }

  .md\:border-green-600\/20 {
    border-color: rgb(22 163 74 / 0.2);
  }

  .md\:border-green-600\/25 {
    border-color: rgb(22 163 74 / 0.25);
  }

  .md\:border-green-600\/30 {
    border-color: rgb(22 163 74 / 0.3);
  }

  .md\:border-green-600\/35 {
    border-color: rgb(22 163 74 / 0.35);
  }

  .md\:border-green-600\/40 {
    border-color: rgb(22 163 74 / 0.4);
  }

  .md\:border-green-600\/45 {
    border-color: rgb(22 163 74 / 0.45);
  }

  .md\:border-green-600\/5 {
    border-color: rgb(22 163 74 / 0.05);
  }

  .md\:border-green-600\/50 {
    border-color: rgb(22 163 74 / 0.5);
  }

  .md\:border-green-600\/55 {
    border-color: rgb(22 163 74 / 0.55);
  }

  .md\:border-green-600\/60 {
    border-color: rgb(22 163 74 / 0.6);
  }

  .md\:border-green-600\/65 {
    border-color: rgb(22 163 74 / 0.65);
  }

  .md\:border-green-600\/70 {
    border-color: rgb(22 163 74 / 0.7);
  }

  .md\:border-green-600\/75 {
    border-color: rgb(22 163 74 / 0.75);
  }

  .md\:border-green-600\/80 {
    border-color: rgb(22 163 74 / 0.8);
  }

  .md\:border-green-600\/85 {
    border-color: rgb(22 163 74 / 0.85);
  }

  .md\:border-green-600\/90 {
    border-color: rgb(22 163 74 / 0.9);
  }

  .md\:border-green-600\/95 {
    border-color: rgb(22 163 74 / 0.95);
  }

  .md\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgb(21 128 61 / var(--tw-border-opacity));
  }

  .md\:border-green-700\/0 {
    border-color: rgb(21 128 61 / 0);
  }

  .md\:border-green-700\/10 {
    border-color: rgb(21 128 61 / 0.1);
  }

  .md\:border-green-700\/100 {
    border-color: rgb(21 128 61 / 1);
  }

  .md\:border-green-700\/15 {
    border-color: rgb(21 128 61 / 0.15);
  }

  .md\:border-green-700\/20 {
    border-color: rgb(21 128 61 / 0.2);
  }

  .md\:border-green-700\/25 {
    border-color: rgb(21 128 61 / 0.25);
  }

  .md\:border-green-700\/30 {
    border-color: rgb(21 128 61 / 0.3);
  }

  .md\:border-green-700\/35 {
    border-color: rgb(21 128 61 / 0.35);
  }

  .md\:border-green-700\/40 {
    border-color: rgb(21 128 61 / 0.4);
  }

  .md\:border-green-700\/45 {
    border-color: rgb(21 128 61 / 0.45);
  }

  .md\:border-green-700\/5 {
    border-color: rgb(21 128 61 / 0.05);
  }

  .md\:border-green-700\/50 {
    border-color: rgb(21 128 61 / 0.5);
  }

  .md\:border-green-700\/55 {
    border-color: rgb(21 128 61 / 0.55);
  }

  .md\:border-green-700\/60 {
    border-color: rgb(21 128 61 / 0.6);
  }

  .md\:border-green-700\/65 {
    border-color: rgb(21 128 61 / 0.65);
  }

  .md\:border-green-700\/70 {
    border-color: rgb(21 128 61 / 0.7);
  }

  .md\:border-green-700\/75 {
    border-color: rgb(21 128 61 / 0.75);
  }

  .md\:border-green-700\/80 {
    border-color: rgb(21 128 61 / 0.8);
  }

  .md\:border-green-700\/85 {
    border-color: rgb(21 128 61 / 0.85);
  }

  .md\:border-green-700\/90 {
    border-color: rgb(21 128 61 / 0.9);
  }

  .md\:border-green-700\/95 {
    border-color: rgb(21 128 61 / 0.95);
  }

  .md\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgb(22 101 52 / var(--tw-border-opacity));
  }

  .md\:border-green-800\/0 {
    border-color: rgb(22 101 52 / 0);
  }

  .md\:border-green-800\/10 {
    border-color: rgb(22 101 52 / 0.1);
  }

  .md\:border-green-800\/100 {
    border-color: rgb(22 101 52 / 1);
  }

  .md\:border-green-800\/15 {
    border-color: rgb(22 101 52 / 0.15);
  }

  .md\:border-green-800\/20 {
    border-color: rgb(22 101 52 / 0.2);
  }

  .md\:border-green-800\/25 {
    border-color: rgb(22 101 52 / 0.25);
  }

  .md\:border-green-800\/30 {
    border-color: rgb(22 101 52 / 0.3);
  }

  .md\:border-green-800\/35 {
    border-color: rgb(22 101 52 / 0.35);
  }

  .md\:border-green-800\/40 {
    border-color: rgb(22 101 52 / 0.4);
  }

  .md\:border-green-800\/45 {
    border-color: rgb(22 101 52 / 0.45);
  }

  .md\:border-green-800\/5 {
    border-color: rgb(22 101 52 / 0.05);
  }

  .md\:border-green-800\/50 {
    border-color: rgb(22 101 52 / 0.5);
  }

  .md\:border-green-800\/55 {
    border-color: rgb(22 101 52 / 0.55);
  }

  .md\:border-green-800\/60 {
    border-color: rgb(22 101 52 / 0.6);
  }

  .md\:border-green-800\/65 {
    border-color: rgb(22 101 52 / 0.65);
  }

  .md\:border-green-800\/70 {
    border-color: rgb(22 101 52 / 0.7);
  }

  .md\:border-green-800\/75 {
    border-color: rgb(22 101 52 / 0.75);
  }

  .md\:border-green-800\/80 {
    border-color: rgb(22 101 52 / 0.8);
  }

  .md\:border-green-800\/85 {
    border-color: rgb(22 101 52 / 0.85);
  }

  .md\:border-green-800\/90 {
    border-color: rgb(22 101 52 / 0.9);
  }

  .md\:border-green-800\/95 {
    border-color: rgb(22 101 52 / 0.95);
  }

  .md\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgb(20 83 45 / var(--tw-border-opacity));
  }

  .md\:border-green-900\/0 {
    border-color: rgb(20 83 45 / 0);
  }

  .md\:border-green-900\/10 {
    border-color: rgb(20 83 45 / 0.1);
  }

  .md\:border-green-900\/100 {
    border-color: rgb(20 83 45 / 1);
  }

  .md\:border-green-900\/15 {
    border-color: rgb(20 83 45 / 0.15);
  }

  .md\:border-green-900\/20 {
    border-color: rgb(20 83 45 / 0.2);
  }

  .md\:border-green-900\/25 {
    border-color: rgb(20 83 45 / 0.25);
  }

  .md\:border-green-900\/30 {
    border-color: rgb(20 83 45 / 0.3);
  }

  .md\:border-green-900\/35 {
    border-color: rgb(20 83 45 / 0.35);
  }

  .md\:border-green-900\/40 {
    border-color: rgb(20 83 45 / 0.4);
  }

  .md\:border-green-900\/45 {
    border-color: rgb(20 83 45 / 0.45);
  }

  .md\:border-green-900\/5 {
    border-color: rgb(20 83 45 / 0.05);
  }

  .md\:border-green-900\/50 {
    border-color: rgb(20 83 45 / 0.5);
  }

  .md\:border-green-900\/55 {
    border-color: rgb(20 83 45 / 0.55);
  }

  .md\:border-green-900\/60 {
    border-color: rgb(20 83 45 / 0.6);
  }

  .md\:border-green-900\/65 {
    border-color: rgb(20 83 45 / 0.65);
  }

  .md\:border-green-900\/70 {
    border-color: rgb(20 83 45 / 0.7);
  }

  .md\:border-green-900\/75 {
    border-color: rgb(20 83 45 / 0.75);
  }

  .md\:border-green-900\/80 {
    border-color: rgb(20 83 45 / 0.8);
  }

  .md\:border-green-900\/85 {
    border-color: rgb(20 83 45 / 0.85);
  }

  .md\:border-green-900\/90 {
    border-color: rgb(20 83 45 / 0.9);
  }

  .md\:border-green-900\/95 {
    border-color: rgb(20 83 45 / 0.95);
  }

  .md\:border-green-950 {
    --tw-border-opacity: 1;
    border-color: rgb(5 46 22 / var(--tw-border-opacity));
  }

  .md\:border-green-950\/0 {
    border-color: rgb(5 46 22 / 0);
  }

  .md\:border-green-950\/10 {
    border-color: rgb(5 46 22 / 0.1);
  }

  .md\:border-green-950\/100 {
    border-color: rgb(5 46 22 / 1);
  }

  .md\:border-green-950\/15 {
    border-color: rgb(5 46 22 / 0.15);
  }

  .md\:border-green-950\/20 {
    border-color: rgb(5 46 22 / 0.2);
  }

  .md\:border-green-950\/25 {
    border-color: rgb(5 46 22 / 0.25);
  }

  .md\:border-green-950\/30 {
    border-color: rgb(5 46 22 / 0.3);
  }

  .md\:border-green-950\/35 {
    border-color: rgb(5 46 22 / 0.35);
  }

  .md\:border-green-950\/40 {
    border-color: rgb(5 46 22 / 0.4);
  }

  .md\:border-green-950\/45 {
    border-color: rgb(5 46 22 / 0.45);
  }

  .md\:border-green-950\/5 {
    border-color: rgb(5 46 22 / 0.05);
  }

  .md\:border-green-950\/50 {
    border-color: rgb(5 46 22 / 0.5);
  }

  .md\:border-green-950\/55 {
    border-color: rgb(5 46 22 / 0.55);
  }

  .md\:border-green-950\/60 {
    border-color: rgb(5 46 22 / 0.6);
  }

  .md\:border-green-950\/65 {
    border-color: rgb(5 46 22 / 0.65);
  }

  .md\:border-green-950\/70 {
    border-color: rgb(5 46 22 / 0.7);
  }

  .md\:border-green-950\/75 {
    border-color: rgb(5 46 22 / 0.75);
  }

  .md\:border-green-950\/80 {
    border-color: rgb(5 46 22 / 0.8);
  }

  .md\:border-green-950\/85 {
    border-color: rgb(5 46 22 / 0.85);
  }

  .md\:border-green-950\/90 {
    border-color: rgb(5 46 22 / 0.9);
  }

  .md\:border-green-950\/95 {
    border-color: rgb(5 46 22 / 0.95);
  }

  .md\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgb(224 231 255 / var(--tw-border-opacity));
  }

  .md\:border-indigo-100\/0 {
    border-color: rgb(224 231 255 / 0);
  }

  .md\:border-indigo-100\/10 {
    border-color: rgb(224 231 255 / 0.1);
  }

  .md\:border-indigo-100\/100 {
    border-color: rgb(224 231 255 / 1);
  }

  .md\:border-indigo-100\/15 {
    border-color: rgb(224 231 255 / 0.15);
  }

  .md\:border-indigo-100\/20 {
    border-color: rgb(224 231 255 / 0.2);
  }

  .md\:border-indigo-100\/25 {
    border-color: rgb(224 231 255 / 0.25);
  }

  .md\:border-indigo-100\/30 {
    border-color: rgb(224 231 255 / 0.3);
  }

  .md\:border-indigo-100\/35 {
    border-color: rgb(224 231 255 / 0.35);
  }

  .md\:border-indigo-100\/40 {
    border-color: rgb(224 231 255 / 0.4);
  }

  .md\:border-indigo-100\/45 {
    border-color: rgb(224 231 255 / 0.45);
  }

  .md\:border-indigo-100\/5 {
    border-color: rgb(224 231 255 / 0.05);
  }

  .md\:border-indigo-100\/50 {
    border-color: rgb(224 231 255 / 0.5);
  }

  .md\:border-indigo-100\/55 {
    border-color: rgb(224 231 255 / 0.55);
  }

  .md\:border-indigo-100\/60 {
    border-color: rgb(224 231 255 / 0.6);
  }

  .md\:border-indigo-100\/65 {
    border-color: rgb(224 231 255 / 0.65);
  }

  .md\:border-indigo-100\/70 {
    border-color: rgb(224 231 255 / 0.7);
  }

  .md\:border-indigo-100\/75 {
    border-color: rgb(224 231 255 / 0.75);
  }

  .md\:border-indigo-100\/80 {
    border-color: rgb(224 231 255 / 0.8);
  }

  .md\:border-indigo-100\/85 {
    border-color: rgb(224 231 255 / 0.85);
  }

  .md\:border-indigo-100\/90 {
    border-color: rgb(224 231 255 / 0.9);
  }

  .md\:border-indigo-100\/95 {
    border-color: rgb(224 231 255 / 0.95);
  }

  .md\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgb(199 210 254 / var(--tw-border-opacity));
  }

  .md\:border-indigo-200\/0 {
    border-color: rgb(199 210 254 / 0);
  }

  .md\:border-indigo-200\/10 {
    border-color: rgb(199 210 254 / 0.1);
  }

  .md\:border-indigo-200\/100 {
    border-color: rgb(199 210 254 / 1);
  }

  .md\:border-indigo-200\/15 {
    border-color: rgb(199 210 254 / 0.15);
  }

  .md\:border-indigo-200\/20 {
    border-color: rgb(199 210 254 / 0.2);
  }

  .md\:border-indigo-200\/25 {
    border-color: rgb(199 210 254 / 0.25);
  }

  .md\:border-indigo-200\/30 {
    border-color: rgb(199 210 254 / 0.3);
  }

  .md\:border-indigo-200\/35 {
    border-color: rgb(199 210 254 / 0.35);
  }

  .md\:border-indigo-200\/40 {
    border-color: rgb(199 210 254 / 0.4);
  }

  .md\:border-indigo-200\/45 {
    border-color: rgb(199 210 254 / 0.45);
  }

  .md\:border-indigo-200\/5 {
    border-color: rgb(199 210 254 / 0.05);
  }

  .md\:border-indigo-200\/50 {
    border-color: rgb(199 210 254 / 0.5);
  }

  .md\:border-indigo-200\/55 {
    border-color: rgb(199 210 254 / 0.55);
  }

  .md\:border-indigo-200\/60 {
    border-color: rgb(199 210 254 / 0.6);
  }

  .md\:border-indigo-200\/65 {
    border-color: rgb(199 210 254 / 0.65);
  }

  .md\:border-indigo-200\/70 {
    border-color: rgb(199 210 254 / 0.7);
  }

  .md\:border-indigo-200\/75 {
    border-color: rgb(199 210 254 / 0.75);
  }

  .md\:border-indigo-200\/80 {
    border-color: rgb(199 210 254 / 0.8);
  }

  .md\:border-indigo-200\/85 {
    border-color: rgb(199 210 254 / 0.85);
  }

  .md\:border-indigo-200\/90 {
    border-color: rgb(199 210 254 / 0.9);
  }

  .md\:border-indigo-200\/95 {
    border-color: rgb(199 210 254 / 0.95);
  }

  .md\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgb(165 180 252 / var(--tw-border-opacity));
  }

  .md\:border-indigo-300\/0 {
    border-color: rgb(165 180 252 / 0);
  }

  .md\:border-indigo-300\/10 {
    border-color: rgb(165 180 252 / 0.1);
  }

  .md\:border-indigo-300\/100 {
    border-color: rgb(165 180 252 / 1);
  }

  .md\:border-indigo-300\/15 {
    border-color: rgb(165 180 252 / 0.15);
  }

  .md\:border-indigo-300\/20 {
    border-color: rgb(165 180 252 / 0.2);
  }

  .md\:border-indigo-300\/25 {
    border-color: rgb(165 180 252 / 0.25);
  }

  .md\:border-indigo-300\/30 {
    border-color: rgb(165 180 252 / 0.3);
  }

  .md\:border-indigo-300\/35 {
    border-color: rgb(165 180 252 / 0.35);
  }

  .md\:border-indigo-300\/40 {
    border-color: rgb(165 180 252 / 0.4);
  }

  .md\:border-indigo-300\/45 {
    border-color: rgb(165 180 252 / 0.45);
  }

  .md\:border-indigo-300\/5 {
    border-color: rgb(165 180 252 / 0.05);
  }

  .md\:border-indigo-300\/50 {
    border-color: rgb(165 180 252 / 0.5);
  }

  .md\:border-indigo-300\/55 {
    border-color: rgb(165 180 252 / 0.55);
  }

  .md\:border-indigo-300\/60 {
    border-color: rgb(165 180 252 / 0.6);
  }

  .md\:border-indigo-300\/65 {
    border-color: rgb(165 180 252 / 0.65);
  }

  .md\:border-indigo-300\/70 {
    border-color: rgb(165 180 252 / 0.7);
  }

  .md\:border-indigo-300\/75 {
    border-color: rgb(165 180 252 / 0.75);
  }

  .md\:border-indigo-300\/80 {
    border-color: rgb(165 180 252 / 0.8);
  }

  .md\:border-indigo-300\/85 {
    border-color: rgb(165 180 252 / 0.85);
  }

  .md\:border-indigo-300\/90 {
    border-color: rgb(165 180 252 / 0.9);
  }

  .md\:border-indigo-300\/95 {
    border-color: rgb(165 180 252 / 0.95);
  }

  .md\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgb(129 140 248 / var(--tw-border-opacity));
  }

  .md\:border-indigo-400\/0 {
    border-color: rgb(129 140 248 / 0);
  }

  .md\:border-indigo-400\/10 {
    border-color: rgb(129 140 248 / 0.1);
  }

  .md\:border-indigo-400\/100 {
    border-color: rgb(129 140 248 / 1);
  }

  .md\:border-indigo-400\/15 {
    border-color: rgb(129 140 248 / 0.15);
  }

  .md\:border-indigo-400\/20 {
    border-color: rgb(129 140 248 / 0.2);
  }

  .md\:border-indigo-400\/25 {
    border-color: rgb(129 140 248 / 0.25);
  }

  .md\:border-indigo-400\/30 {
    border-color: rgb(129 140 248 / 0.3);
  }

  .md\:border-indigo-400\/35 {
    border-color: rgb(129 140 248 / 0.35);
  }

  .md\:border-indigo-400\/40 {
    border-color: rgb(129 140 248 / 0.4);
  }

  .md\:border-indigo-400\/45 {
    border-color: rgb(129 140 248 / 0.45);
  }

  .md\:border-indigo-400\/5 {
    border-color: rgb(129 140 248 / 0.05);
  }

  .md\:border-indigo-400\/50 {
    border-color: rgb(129 140 248 / 0.5);
  }

  .md\:border-indigo-400\/55 {
    border-color: rgb(129 140 248 / 0.55);
  }

  .md\:border-indigo-400\/60 {
    border-color: rgb(129 140 248 / 0.6);
  }

  .md\:border-indigo-400\/65 {
    border-color: rgb(129 140 248 / 0.65);
  }

  .md\:border-indigo-400\/70 {
    border-color: rgb(129 140 248 / 0.7);
  }

  .md\:border-indigo-400\/75 {
    border-color: rgb(129 140 248 / 0.75);
  }

  .md\:border-indigo-400\/80 {
    border-color: rgb(129 140 248 / 0.8);
  }

  .md\:border-indigo-400\/85 {
    border-color: rgb(129 140 248 / 0.85);
  }

  .md\:border-indigo-400\/90 {
    border-color: rgb(129 140 248 / 0.9);
  }

  .md\:border-indigo-400\/95 {
    border-color: rgb(129 140 248 / 0.95);
  }

  .md\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgb(238 242 255 / var(--tw-border-opacity));
  }

  .md\:border-indigo-50\/0 {
    border-color: rgb(238 242 255 / 0);
  }

  .md\:border-indigo-50\/10 {
    border-color: rgb(238 242 255 / 0.1);
  }

  .md\:border-indigo-50\/100 {
    border-color: rgb(238 242 255 / 1);
  }

  .md\:border-indigo-50\/15 {
    border-color: rgb(238 242 255 / 0.15);
  }

  .md\:border-indigo-50\/20 {
    border-color: rgb(238 242 255 / 0.2);
  }

  .md\:border-indigo-50\/25 {
    border-color: rgb(238 242 255 / 0.25);
  }

  .md\:border-indigo-50\/30 {
    border-color: rgb(238 242 255 / 0.3);
  }

  .md\:border-indigo-50\/35 {
    border-color: rgb(238 242 255 / 0.35);
  }

  .md\:border-indigo-50\/40 {
    border-color: rgb(238 242 255 / 0.4);
  }

  .md\:border-indigo-50\/45 {
    border-color: rgb(238 242 255 / 0.45);
  }

  .md\:border-indigo-50\/5 {
    border-color: rgb(238 242 255 / 0.05);
  }

  .md\:border-indigo-50\/50 {
    border-color: rgb(238 242 255 / 0.5);
  }

  .md\:border-indigo-50\/55 {
    border-color: rgb(238 242 255 / 0.55);
  }

  .md\:border-indigo-50\/60 {
    border-color: rgb(238 242 255 / 0.6);
  }

  .md\:border-indigo-50\/65 {
    border-color: rgb(238 242 255 / 0.65);
  }

  .md\:border-indigo-50\/70 {
    border-color: rgb(238 242 255 / 0.7);
  }

  .md\:border-indigo-50\/75 {
    border-color: rgb(238 242 255 / 0.75);
  }

  .md\:border-indigo-50\/80 {
    border-color: rgb(238 242 255 / 0.8);
  }

  .md\:border-indigo-50\/85 {
    border-color: rgb(238 242 255 / 0.85);
  }

  .md\:border-indigo-50\/90 {
    border-color: rgb(238 242 255 / 0.9);
  }

  .md\:border-indigo-50\/95 {
    border-color: rgb(238 242 255 / 0.95);
  }

  .md\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgb(99 102 241 / var(--tw-border-opacity));
  }

  .md\:border-indigo-500\/0 {
    border-color: rgb(99 102 241 / 0);
  }

  .md\:border-indigo-500\/10 {
    border-color: rgb(99 102 241 / 0.1);
  }

  .md\:border-indigo-500\/100 {
    border-color: rgb(99 102 241 / 1);
  }

  .md\:border-indigo-500\/15 {
    border-color: rgb(99 102 241 / 0.15);
  }

  .md\:border-indigo-500\/20 {
    border-color: rgb(99 102 241 / 0.2);
  }

  .md\:border-indigo-500\/25 {
    border-color: rgb(99 102 241 / 0.25);
  }

  .md\:border-indigo-500\/30 {
    border-color: rgb(99 102 241 / 0.3);
  }

  .md\:border-indigo-500\/35 {
    border-color: rgb(99 102 241 / 0.35);
  }

  .md\:border-indigo-500\/40 {
    border-color: rgb(99 102 241 / 0.4);
  }

  .md\:border-indigo-500\/45 {
    border-color: rgb(99 102 241 / 0.45);
  }

  .md\:border-indigo-500\/5 {
    border-color: rgb(99 102 241 / 0.05);
  }

  .md\:border-indigo-500\/50 {
    border-color: rgb(99 102 241 / 0.5);
  }

  .md\:border-indigo-500\/55 {
    border-color: rgb(99 102 241 / 0.55);
  }

  .md\:border-indigo-500\/60 {
    border-color: rgb(99 102 241 / 0.6);
  }

  .md\:border-indigo-500\/65 {
    border-color: rgb(99 102 241 / 0.65);
  }

  .md\:border-indigo-500\/70 {
    border-color: rgb(99 102 241 / 0.7);
  }

  .md\:border-indigo-500\/75 {
    border-color: rgb(99 102 241 / 0.75);
  }

  .md\:border-indigo-500\/80 {
    border-color: rgb(99 102 241 / 0.8);
  }

  .md\:border-indigo-500\/85 {
    border-color: rgb(99 102 241 / 0.85);
  }

  .md\:border-indigo-500\/90 {
    border-color: rgb(99 102 241 / 0.9);
  }

  .md\:border-indigo-500\/95 {
    border-color: rgb(99 102 241 / 0.95);
  }

  .md\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgb(79 70 229 / var(--tw-border-opacity));
  }

  .md\:border-indigo-600\/0 {
    border-color: rgb(79 70 229 / 0);
  }

  .md\:border-indigo-600\/10 {
    border-color: rgb(79 70 229 / 0.1);
  }

  .md\:border-indigo-600\/100 {
    border-color: rgb(79 70 229 / 1);
  }

  .md\:border-indigo-600\/15 {
    border-color: rgb(79 70 229 / 0.15);
  }

  .md\:border-indigo-600\/20 {
    border-color: rgb(79 70 229 / 0.2);
  }

  .md\:border-indigo-600\/25 {
    border-color: rgb(79 70 229 / 0.25);
  }

  .md\:border-indigo-600\/30 {
    border-color: rgb(79 70 229 / 0.3);
  }

  .md\:border-indigo-600\/35 {
    border-color: rgb(79 70 229 / 0.35);
  }

  .md\:border-indigo-600\/40 {
    border-color: rgb(79 70 229 / 0.4);
  }

  .md\:border-indigo-600\/45 {
    border-color: rgb(79 70 229 / 0.45);
  }

  .md\:border-indigo-600\/5 {
    border-color: rgb(79 70 229 / 0.05);
  }

  .md\:border-indigo-600\/50 {
    border-color: rgb(79 70 229 / 0.5);
  }

  .md\:border-indigo-600\/55 {
    border-color: rgb(79 70 229 / 0.55);
  }

  .md\:border-indigo-600\/60 {
    border-color: rgb(79 70 229 / 0.6);
  }

  .md\:border-indigo-600\/65 {
    border-color: rgb(79 70 229 / 0.65);
  }

  .md\:border-indigo-600\/70 {
    border-color: rgb(79 70 229 / 0.7);
  }

  .md\:border-indigo-600\/75 {
    border-color: rgb(79 70 229 / 0.75);
  }

  .md\:border-indigo-600\/80 {
    border-color: rgb(79 70 229 / 0.8);
  }

  .md\:border-indigo-600\/85 {
    border-color: rgb(79 70 229 / 0.85);
  }

  .md\:border-indigo-600\/90 {
    border-color: rgb(79 70 229 / 0.9);
  }

  .md\:border-indigo-600\/95 {
    border-color: rgb(79 70 229 / 0.95);
  }

  .md\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgb(67 56 202 / var(--tw-border-opacity));
  }

  .md\:border-indigo-700\/0 {
    border-color: rgb(67 56 202 / 0);
  }

  .md\:border-indigo-700\/10 {
    border-color: rgb(67 56 202 / 0.1);
  }

  .md\:border-indigo-700\/100 {
    border-color: rgb(67 56 202 / 1);
  }

  .md\:border-indigo-700\/15 {
    border-color: rgb(67 56 202 / 0.15);
  }

  .md\:border-indigo-700\/20 {
    border-color: rgb(67 56 202 / 0.2);
  }

  .md\:border-indigo-700\/25 {
    border-color: rgb(67 56 202 / 0.25);
  }

  .md\:border-indigo-700\/30 {
    border-color: rgb(67 56 202 / 0.3);
  }

  .md\:border-indigo-700\/35 {
    border-color: rgb(67 56 202 / 0.35);
  }

  .md\:border-indigo-700\/40 {
    border-color: rgb(67 56 202 / 0.4);
  }

  .md\:border-indigo-700\/45 {
    border-color: rgb(67 56 202 / 0.45);
  }

  .md\:border-indigo-700\/5 {
    border-color: rgb(67 56 202 / 0.05);
  }

  .md\:border-indigo-700\/50 {
    border-color: rgb(67 56 202 / 0.5);
  }

  .md\:border-indigo-700\/55 {
    border-color: rgb(67 56 202 / 0.55);
  }

  .md\:border-indigo-700\/60 {
    border-color: rgb(67 56 202 / 0.6);
  }

  .md\:border-indigo-700\/65 {
    border-color: rgb(67 56 202 / 0.65);
  }

  .md\:border-indigo-700\/70 {
    border-color: rgb(67 56 202 / 0.7);
  }

  .md\:border-indigo-700\/75 {
    border-color: rgb(67 56 202 / 0.75);
  }

  .md\:border-indigo-700\/80 {
    border-color: rgb(67 56 202 / 0.8);
  }

  .md\:border-indigo-700\/85 {
    border-color: rgb(67 56 202 / 0.85);
  }

  .md\:border-indigo-700\/90 {
    border-color: rgb(67 56 202 / 0.9);
  }

  .md\:border-indigo-700\/95 {
    border-color: rgb(67 56 202 / 0.95);
  }

  .md\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgb(55 48 163 / var(--tw-border-opacity));
  }

  .md\:border-indigo-800\/0 {
    border-color: rgb(55 48 163 / 0);
  }

  .md\:border-indigo-800\/10 {
    border-color: rgb(55 48 163 / 0.1);
  }

  .md\:border-indigo-800\/100 {
    border-color: rgb(55 48 163 / 1);
  }

  .md\:border-indigo-800\/15 {
    border-color: rgb(55 48 163 / 0.15);
  }

  .md\:border-indigo-800\/20 {
    border-color: rgb(55 48 163 / 0.2);
  }

  .md\:border-indigo-800\/25 {
    border-color: rgb(55 48 163 / 0.25);
  }

  .md\:border-indigo-800\/30 {
    border-color: rgb(55 48 163 / 0.3);
  }

  .md\:border-indigo-800\/35 {
    border-color: rgb(55 48 163 / 0.35);
  }

  .md\:border-indigo-800\/40 {
    border-color: rgb(55 48 163 / 0.4);
  }

  .md\:border-indigo-800\/45 {
    border-color: rgb(55 48 163 / 0.45);
  }

  .md\:border-indigo-800\/5 {
    border-color: rgb(55 48 163 / 0.05);
  }

  .md\:border-indigo-800\/50 {
    border-color: rgb(55 48 163 / 0.5);
  }

  .md\:border-indigo-800\/55 {
    border-color: rgb(55 48 163 / 0.55);
  }

  .md\:border-indigo-800\/60 {
    border-color: rgb(55 48 163 / 0.6);
  }

  .md\:border-indigo-800\/65 {
    border-color: rgb(55 48 163 / 0.65);
  }

  .md\:border-indigo-800\/70 {
    border-color: rgb(55 48 163 / 0.7);
  }

  .md\:border-indigo-800\/75 {
    border-color: rgb(55 48 163 / 0.75);
  }

  .md\:border-indigo-800\/80 {
    border-color: rgb(55 48 163 / 0.8);
  }

  .md\:border-indigo-800\/85 {
    border-color: rgb(55 48 163 / 0.85);
  }

  .md\:border-indigo-800\/90 {
    border-color: rgb(55 48 163 / 0.9);
  }

  .md\:border-indigo-800\/95 {
    border-color: rgb(55 48 163 / 0.95);
  }

  .md\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgb(49 46 129 / var(--tw-border-opacity));
  }

  .md\:border-indigo-900\/0 {
    border-color: rgb(49 46 129 / 0);
  }

  .md\:border-indigo-900\/10 {
    border-color: rgb(49 46 129 / 0.1);
  }

  .md\:border-indigo-900\/100 {
    border-color: rgb(49 46 129 / 1);
  }

  .md\:border-indigo-900\/15 {
    border-color: rgb(49 46 129 / 0.15);
  }

  .md\:border-indigo-900\/20 {
    border-color: rgb(49 46 129 / 0.2);
  }

  .md\:border-indigo-900\/25 {
    border-color: rgb(49 46 129 / 0.25);
  }

  .md\:border-indigo-900\/30 {
    border-color: rgb(49 46 129 / 0.3);
  }

  .md\:border-indigo-900\/35 {
    border-color: rgb(49 46 129 / 0.35);
  }

  .md\:border-indigo-900\/40 {
    border-color: rgb(49 46 129 / 0.4);
  }

  .md\:border-indigo-900\/45 {
    border-color: rgb(49 46 129 / 0.45);
  }

  .md\:border-indigo-900\/5 {
    border-color: rgb(49 46 129 / 0.05);
  }

  .md\:border-indigo-900\/50 {
    border-color: rgb(49 46 129 / 0.5);
  }

  .md\:border-indigo-900\/55 {
    border-color: rgb(49 46 129 / 0.55);
  }

  .md\:border-indigo-900\/60 {
    border-color: rgb(49 46 129 / 0.6);
  }

  .md\:border-indigo-900\/65 {
    border-color: rgb(49 46 129 / 0.65);
  }

  .md\:border-indigo-900\/70 {
    border-color: rgb(49 46 129 / 0.7);
  }

  .md\:border-indigo-900\/75 {
    border-color: rgb(49 46 129 / 0.75);
  }

  .md\:border-indigo-900\/80 {
    border-color: rgb(49 46 129 / 0.8);
  }

  .md\:border-indigo-900\/85 {
    border-color: rgb(49 46 129 / 0.85);
  }

  .md\:border-indigo-900\/90 {
    border-color: rgb(49 46 129 / 0.9);
  }

  .md\:border-indigo-900\/95 {
    border-color: rgb(49 46 129 / 0.95);
  }

  .md\:border-indigo-950 {
    --tw-border-opacity: 1;
    border-color: rgb(30 27 75 / var(--tw-border-opacity));
  }

  .md\:border-indigo-950\/0 {
    border-color: rgb(30 27 75 / 0);
  }

  .md\:border-indigo-950\/10 {
    border-color: rgb(30 27 75 / 0.1);
  }

  .md\:border-indigo-950\/100 {
    border-color: rgb(30 27 75 / 1);
  }

  .md\:border-indigo-950\/15 {
    border-color: rgb(30 27 75 / 0.15);
  }

  .md\:border-indigo-950\/20 {
    border-color: rgb(30 27 75 / 0.2);
  }

  .md\:border-indigo-950\/25 {
    border-color: rgb(30 27 75 / 0.25);
  }

  .md\:border-indigo-950\/30 {
    border-color: rgb(30 27 75 / 0.3);
  }

  .md\:border-indigo-950\/35 {
    border-color: rgb(30 27 75 / 0.35);
  }

  .md\:border-indigo-950\/40 {
    border-color: rgb(30 27 75 / 0.4);
  }

  .md\:border-indigo-950\/45 {
    border-color: rgb(30 27 75 / 0.45);
  }

  .md\:border-indigo-950\/5 {
    border-color: rgb(30 27 75 / 0.05);
  }

  .md\:border-indigo-950\/50 {
    border-color: rgb(30 27 75 / 0.5);
  }

  .md\:border-indigo-950\/55 {
    border-color: rgb(30 27 75 / 0.55);
  }

  .md\:border-indigo-950\/60 {
    border-color: rgb(30 27 75 / 0.6);
  }

  .md\:border-indigo-950\/65 {
    border-color: rgb(30 27 75 / 0.65);
  }

  .md\:border-indigo-950\/70 {
    border-color: rgb(30 27 75 / 0.7);
  }

  .md\:border-indigo-950\/75 {
    border-color: rgb(30 27 75 / 0.75);
  }

  .md\:border-indigo-950\/80 {
    border-color: rgb(30 27 75 / 0.8);
  }

  .md\:border-indigo-950\/85 {
    border-color: rgb(30 27 75 / 0.85);
  }

  .md\:border-indigo-950\/90 {
    border-color: rgb(30 27 75 / 0.9);
  }

  .md\:border-indigo-950\/95 {
    border-color: rgb(30 27 75 / 0.95);
  }

  .md\:border-inherit {
    border-color: inherit;
  }

  .md\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgb(236 252 203 / var(--tw-border-opacity));
  }

  .md\:border-lime-100\/0 {
    border-color: rgb(236 252 203 / 0);
  }

  .md\:border-lime-100\/10 {
    border-color: rgb(236 252 203 / 0.1);
  }

  .md\:border-lime-100\/100 {
    border-color: rgb(236 252 203 / 1);
  }

  .md\:border-lime-100\/15 {
    border-color: rgb(236 252 203 / 0.15);
  }

  .md\:border-lime-100\/20 {
    border-color: rgb(236 252 203 / 0.2);
  }

  .md\:border-lime-100\/25 {
    border-color: rgb(236 252 203 / 0.25);
  }

  .md\:border-lime-100\/30 {
    border-color: rgb(236 252 203 / 0.3);
  }

  .md\:border-lime-100\/35 {
    border-color: rgb(236 252 203 / 0.35);
  }

  .md\:border-lime-100\/40 {
    border-color: rgb(236 252 203 / 0.4);
  }

  .md\:border-lime-100\/45 {
    border-color: rgb(236 252 203 / 0.45);
  }

  .md\:border-lime-100\/5 {
    border-color: rgb(236 252 203 / 0.05);
  }

  .md\:border-lime-100\/50 {
    border-color: rgb(236 252 203 / 0.5);
  }

  .md\:border-lime-100\/55 {
    border-color: rgb(236 252 203 / 0.55);
  }

  .md\:border-lime-100\/60 {
    border-color: rgb(236 252 203 / 0.6);
  }

  .md\:border-lime-100\/65 {
    border-color: rgb(236 252 203 / 0.65);
  }

  .md\:border-lime-100\/70 {
    border-color: rgb(236 252 203 / 0.7);
  }

  .md\:border-lime-100\/75 {
    border-color: rgb(236 252 203 / 0.75);
  }

  .md\:border-lime-100\/80 {
    border-color: rgb(236 252 203 / 0.8);
  }

  .md\:border-lime-100\/85 {
    border-color: rgb(236 252 203 / 0.85);
  }

  .md\:border-lime-100\/90 {
    border-color: rgb(236 252 203 / 0.9);
  }

  .md\:border-lime-100\/95 {
    border-color: rgb(236 252 203 / 0.95);
  }

  .md\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgb(217 249 157 / var(--tw-border-opacity));
  }

  .md\:border-lime-200\/0 {
    border-color: rgb(217 249 157 / 0);
  }

  .md\:border-lime-200\/10 {
    border-color: rgb(217 249 157 / 0.1);
  }

  .md\:border-lime-200\/100 {
    border-color: rgb(217 249 157 / 1);
  }

  .md\:border-lime-200\/15 {
    border-color: rgb(217 249 157 / 0.15);
  }

  .md\:border-lime-200\/20 {
    border-color: rgb(217 249 157 / 0.2);
  }

  .md\:border-lime-200\/25 {
    border-color: rgb(217 249 157 / 0.25);
  }

  .md\:border-lime-200\/30 {
    border-color: rgb(217 249 157 / 0.3);
  }

  .md\:border-lime-200\/35 {
    border-color: rgb(217 249 157 / 0.35);
  }

  .md\:border-lime-200\/40 {
    border-color: rgb(217 249 157 / 0.4);
  }

  .md\:border-lime-200\/45 {
    border-color: rgb(217 249 157 / 0.45);
  }

  .md\:border-lime-200\/5 {
    border-color: rgb(217 249 157 / 0.05);
  }

  .md\:border-lime-200\/50 {
    border-color: rgb(217 249 157 / 0.5);
  }

  .md\:border-lime-200\/55 {
    border-color: rgb(217 249 157 / 0.55);
  }

  .md\:border-lime-200\/60 {
    border-color: rgb(217 249 157 / 0.6);
  }

  .md\:border-lime-200\/65 {
    border-color: rgb(217 249 157 / 0.65);
  }

  .md\:border-lime-200\/70 {
    border-color: rgb(217 249 157 / 0.7);
  }

  .md\:border-lime-200\/75 {
    border-color: rgb(217 249 157 / 0.75);
  }

  .md\:border-lime-200\/80 {
    border-color: rgb(217 249 157 / 0.8);
  }

  .md\:border-lime-200\/85 {
    border-color: rgb(217 249 157 / 0.85);
  }

  .md\:border-lime-200\/90 {
    border-color: rgb(217 249 157 / 0.9);
  }

  .md\:border-lime-200\/95 {
    border-color: rgb(217 249 157 / 0.95);
  }

  .md\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgb(190 242 100 / var(--tw-border-opacity));
  }

  .md\:border-lime-300\/0 {
    border-color: rgb(190 242 100 / 0);
  }

  .md\:border-lime-300\/10 {
    border-color: rgb(190 242 100 / 0.1);
  }

  .md\:border-lime-300\/100 {
    border-color: rgb(190 242 100 / 1);
  }

  .md\:border-lime-300\/15 {
    border-color: rgb(190 242 100 / 0.15);
  }

  .md\:border-lime-300\/20 {
    border-color: rgb(190 242 100 / 0.2);
  }

  .md\:border-lime-300\/25 {
    border-color: rgb(190 242 100 / 0.25);
  }

  .md\:border-lime-300\/30 {
    border-color: rgb(190 242 100 / 0.3);
  }

  .md\:border-lime-300\/35 {
    border-color: rgb(190 242 100 / 0.35);
  }

  .md\:border-lime-300\/40 {
    border-color: rgb(190 242 100 / 0.4);
  }

  .md\:border-lime-300\/45 {
    border-color: rgb(190 242 100 / 0.45);
  }

  .md\:border-lime-300\/5 {
    border-color: rgb(190 242 100 / 0.05);
  }

  .md\:border-lime-300\/50 {
    border-color: rgb(190 242 100 / 0.5);
  }

  .md\:border-lime-300\/55 {
    border-color: rgb(190 242 100 / 0.55);
  }

  .md\:border-lime-300\/60 {
    border-color: rgb(190 242 100 / 0.6);
  }

  .md\:border-lime-300\/65 {
    border-color: rgb(190 242 100 / 0.65);
  }

  .md\:border-lime-300\/70 {
    border-color: rgb(190 242 100 / 0.7);
  }

  .md\:border-lime-300\/75 {
    border-color: rgb(190 242 100 / 0.75);
  }

  .md\:border-lime-300\/80 {
    border-color: rgb(190 242 100 / 0.8);
  }

  .md\:border-lime-300\/85 {
    border-color: rgb(190 242 100 / 0.85);
  }

  .md\:border-lime-300\/90 {
    border-color: rgb(190 242 100 / 0.9);
  }

  .md\:border-lime-300\/95 {
    border-color: rgb(190 242 100 / 0.95);
  }

  .md\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgb(163 230 53 / var(--tw-border-opacity));
  }

  .md\:border-lime-400\/0 {
    border-color: rgb(163 230 53 / 0);
  }

  .md\:border-lime-400\/10 {
    border-color: rgb(163 230 53 / 0.1);
  }

  .md\:border-lime-400\/100 {
    border-color: rgb(163 230 53 / 1);
  }

  .md\:border-lime-400\/15 {
    border-color: rgb(163 230 53 / 0.15);
  }

  .md\:border-lime-400\/20 {
    border-color: rgb(163 230 53 / 0.2);
  }

  .md\:border-lime-400\/25 {
    border-color: rgb(163 230 53 / 0.25);
  }

  .md\:border-lime-400\/30 {
    border-color: rgb(163 230 53 / 0.3);
  }

  .md\:border-lime-400\/35 {
    border-color: rgb(163 230 53 / 0.35);
  }

  .md\:border-lime-400\/40 {
    border-color: rgb(163 230 53 / 0.4);
  }

  .md\:border-lime-400\/45 {
    border-color: rgb(163 230 53 / 0.45);
  }

  .md\:border-lime-400\/5 {
    border-color: rgb(163 230 53 / 0.05);
  }

  .md\:border-lime-400\/50 {
    border-color: rgb(163 230 53 / 0.5);
  }

  .md\:border-lime-400\/55 {
    border-color: rgb(163 230 53 / 0.55);
  }

  .md\:border-lime-400\/60 {
    border-color: rgb(163 230 53 / 0.6);
  }

  .md\:border-lime-400\/65 {
    border-color: rgb(163 230 53 / 0.65);
  }

  .md\:border-lime-400\/70 {
    border-color: rgb(163 230 53 / 0.7);
  }

  .md\:border-lime-400\/75 {
    border-color: rgb(163 230 53 / 0.75);
  }

  .md\:border-lime-400\/80 {
    border-color: rgb(163 230 53 / 0.8);
  }

  .md\:border-lime-400\/85 {
    border-color: rgb(163 230 53 / 0.85);
  }

  .md\:border-lime-400\/90 {
    border-color: rgb(163 230 53 / 0.9);
  }

  .md\:border-lime-400\/95 {
    border-color: rgb(163 230 53 / 0.95);
  }

  .md\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgb(247 254 231 / var(--tw-border-opacity));
  }

  .md\:border-lime-50\/0 {
    border-color: rgb(247 254 231 / 0);
  }

  .md\:border-lime-50\/10 {
    border-color: rgb(247 254 231 / 0.1);
  }

  .md\:border-lime-50\/100 {
    border-color: rgb(247 254 231 / 1);
  }

  .md\:border-lime-50\/15 {
    border-color: rgb(247 254 231 / 0.15);
  }

  .md\:border-lime-50\/20 {
    border-color: rgb(247 254 231 / 0.2);
  }

  .md\:border-lime-50\/25 {
    border-color: rgb(247 254 231 / 0.25);
  }

  .md\:border-lime-50\/30 {
    border-color: rgb(247 254 231 / 0.3);
  }

  .md\:border-lime-50\/35 {
    border-color: rgb(247 254 231 / 0.35);
  }

  .md\:border-lime-50\/40 {
    border-color: rgb(247 254 231 / 0.4);
  }

  .md\:border-lime-50\/45 {
    border-color: rgb(247 254 231 / 0.45);
  }

  .md\:border-lime-50\/5 {
    border-color: rgb(247 254 231 / 0.05);
  }

  .md\:border-lime-50\/50 {
    border-color: rgb(247 254 231 / 0.5);
  }

  .md\:border-lime-50\/55 {
    border-color: rgb(247 254 231 / 0.55);
  }

  .md\:border-lime-50\/60 {
    border-color: rgb(247 254 231 / 0.6);
  }

  .md\:border-lime-50\/65 {
    border-color: rgb(247 254 231 / 0.65);
  }

  .md\:border-lime-50\/70 {
    border-color: rgb(247 254 231 / 0.7);
  }

  .md\:border-lime-50\/75 {
    border-color: rgb(247 254 231 / 0.75);
  }

  .md\:border-lime-50\/80 {
    border-color: rgb(247 254 231 / 0.8);
  }

  .md\:border-lime-50\/85 {
    border-color: rgb(247 254 231 / 0.85);
  }

  .md\:border-lime-50\/90 {
    border-color: rgb(247 254 231 / 0.9);
  }

  .md\:border-lime-50\/95 {
    border-color: rgb(247 254 231 / 0.95);
  }

  .md\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgb(132 204 22 / var(--tw-border-opacity));
  }

  .md\:border-lime-500\/0 {
    border-color: rgb(132 204 22 / 0);
  }

  .md\:border-lime-500\/10 {
    border-color: rgb(132 204 22 / 0.1);
  }

  .md\:border-lime-500\/100 {
    border-color: rgb(132 204 22 / 1);
  }

  .md\:border-lime-500\/15 {
    border-color: rgb(132 204 22 / 0.15);
  }

  .md\:border-lime-500\/20 {
    border-color: rgb(132 204 22 / 0.2);
  }

  .md\:border-lime-500\/25 {
    border-color: rgb(132 204 22 / 0.25);
  }

  .md\:border-lime-500\/30 {
    border-color: rgb(132 204 22 / 0.3);
  }

  .md\:border-lime-500\/35 {
    border-color: rgb(132 204 22 / 0.35);
  }

  .md\:border-lime-500\/40 {
    border-color: rgb(132 204 22 / 0.4);
  }

  .md\:border-lime-500\/45 {
    border-color: rgb(132 204 22 / 0.45);
  }

  .md\:border-lime-500\/5 {
    border-color: rgb(132 204 22 / 0.05);
  }

  .md\:border-lime-500\/50 {
    border-color: rgb(132 204 22 / 0.5);
  }

  .md\:border-lime-500\/55 {
    border-color: rgb(132 204 22 / 0.55);
  }

  .md\:border-lime-500\/60 {
    border-color: rgb(132 204 22 / 0.6);
  }

  .md\:border-lime-500\/65 {
    border-color: rgb(132 204 22 / 0.65);
  }

  .md\:border-lime-500\/70 {
    border-color: rgb(132 204 22 / 0.7);
  }

  .md\:border-lime-500\/75 {
    border-color: rgb(132 204 22 / 0.75);
  }

  .md\:border-lime-500\/80 {
    border-color: rgb(132 204 22 / 0.8);
  }

  .md\:border-lime-500\/85 {
    border-color: rgb(132 204 22 / 0.85);
  }

  .md\:border-lime-500\/90 {
    border-color: rgb(132 204 22 / 0.9);
  }

  .md\:border-lime-500\/95 {
    border-color: rgb(132 204 22 / 0.95);
  }

  .md\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgb(101 163 13 / var(--tw-border-opacity));
  }

  .md\:border-lime-600\/0 {
    border-color: rgb(101 163 13 / 0);
  }

  .md\:border-lime-600\/10 {
    border-color: rgb(101 163 13 / 0.1);
  }

  .md\:border-lime-600\/100 {
    border-color: rgb(101 163 13 / 1);
  }

  .md\:border-lime-600\/15 {
    border-color: rgb(101 163 13 / 0.15);
  }

  .md\:border-lime-600\/20 {
    border-color: rgb(101 163 13 / 0.2);
  }

  .md\:border-lime-600\/25 {
    border-color: rgb(101 163 13 / 0.25);
  }

  .md\:border-lime-600\/30 {
    border-color: rgb(101 163 13 / 0.3);
  }

  .md\:border-lime-600\/35 {
    border-color: rgb(101 163 13 / 0.35);
  }

  .md\:border-lime-600\/40 {
    border-color: rgb(101 163 13 / 0.4);
  }

  .md\:border-lime-600\/45 {
    border-color: rgb(101 163 13 / 0.45);
  }

  .md\:border-lime-600\/5 {
    border-color: rgb(101 163 13 / 0.05);
  }

  .md\:border-lime-600\/50 {
    border-color: rgb(101 163 13 / 0.5);
  }

  .md\:border-lime-600\/55 {
    border-color: rgb(101 163 13 / 0.55);
  }

  .md\:border-lime-600\/60 {
    border-color: rgb(101 163 13 / 0.6);
  }

  .md\:border-lime-600\/65 {
    border-color: rgb(101 163 13 / 0.65);
  }

  .md\:border-lime-600\/70 {
    border-color: rgb(101 163 13 / 0.7);
  }

  .md\:border-lime-600\/75 {
    border-color: rgb(101 163 13 / 0.75);
  }

  .md\:border-lime-600\/80 {
    border-color: rgb(101 163 13 / 0.8);
  }

  .md\:border-lime-600\/85 {
    border-color: rgb(101 163 13 / 0.85);
  }

  .md\:border-lime-600\/90 {
    border-color: rgb(101 163 13 / 0.9);
  }

  .md\:border-lime-600\/95 {
    border-color: rgb(101 163 13 / 0.95);
  }

  .md\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgb(77 124 15 / var(--tw-border-opacity));
  }

  .md\:border-lime-700\/0 {
    border-color: rgb(77 124 15 / 0);
  }

  .md\:border-lime-700\/10 {
    border-color: rgb(77 124 15 / 0.1);
  }

  .md\:border-lime-700\/100 {
    border-color: rgb(77 124 15 / 1);
  }

  .md\:border-lime-700\/15 {
    border-color: rgb(77 124 15 / 0.15);
  }

  .md\:border-lime-700\/20 {
    border-color: rgb(77 124 15 / 0.2);
  }

  .md\:border-lime-700\/25 {
    border-color: rgb(77 124 15 / 0.25);
  }

  .md\:border-lime-700\/30 {
    border-color: rgb(77 124 15 / 0.3);
  }

  .md\:border-lime-700\/35 {
    border-color: rgb(77 124 15 / 0.35);
  }

  .md\:border-lime-700\/40 {
    border-color: rgb(77 124 15 / 0.4);
  }

  .md\:border-lime-700\/45 {
    border-color: rgb(77 124 15 / 0.45);
  }

  .md\:border-lime-700\/5 {
    border-color: rgb(77 124 15 / 0.05);
  }

  .md\:border-lime-700\/50 {
    border-color: rgb(77 124 15 / 0.5);
  }

  .md\:border-lime-700\/55 {
    border-color: rgb(77 124 15 / 0.55);
  }

  .md\:border-lime-700\/60 {
    border-color: rgb(77 124 15 / 0.6);
  }

  .md\:border-lime-700\/65 {
    border-color: rgb(77 124 15 / 0.65);
  }

  .md\:border-lime-700\/70 {
    border-color: rgb(77 124 15 / 0.7);
  }

  .md\:border-lime-700\/75 {
    border-color: rgb(77 124 15 / 0.75);
  }

  .md\:border-lime-700\/80 {
    border-color: rgb(77 124 15 / 0.8);
  }

  .md\:border-lime-700\/85 {
    border-color: rgb(77 124 15 / 0.85);
  }

  .md\:border-lime-700\/90 {
    border-color: rgb(77 124 15 / 0.9);
  }

  .md\:border-lime-700\/95 {
    border-color: rgb(77 124 15 / 0.95);
  }

  .md\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgb(63 98 18 / var(--tw-border-opacity));
  }

  .md\:border-lime-800\/0 {
    border-color: rgb(63 98 18 / 0);
  }

  .md\:border-lime-800\/10 {
    border-color: rgb(63 98 18 / 0.1);
  }

  .md\:border-lime-800\/100 {
    border-color: rgb(63 98 18 / 1);
  }

  .md\:border-lime-800\/15 {
    border-color: rgb(63 98 18 / 0.15);
  }

  .md\:border-lime-800\/20 {
    border-color: rgb(63 98 18 / 0.2);
  }

  .md\:border-lime-800\/25 {
    border-color: rgb(63 98 18 / 0.25);
  }

  .md\:border-lime-800\/30 {
    border-color: rgb(63 98 18 / 0.3);
  }

  .md\:border-lime-800\/35 {
    border-color: rgb(63 98 18 / 0.35);
  }

  .md\:border-lime-800\/40 {
    border-color: rgb(63 98 18 / 0.4);
  }

  .md\:border-lime-800\/45 {
    border-color: rgb(63 98 18 / 0.45);
  }

  .md\:border-lime-800\/5 {
    border-color: rgb(63 98 18 / 0.05);
  }

  .md\:border-lime-800\/50 {
    border-color: rgb(63 98 18 / 0.5);
  }

  .md\:border-lime-800\/55 {
    border-color: rgb(63 98 18 / 0.55);
  }

  .md\:border-lime-800\/60 {
    border-color: rgb(63 98 18 / 0.6);
  }

  .md\:border-lime-800\/65 {
    border-color: rgb(63 98 18 / 0.65);
  }

  .md\:border-lime-800\/70 {
    border-color: rgb(63 98 18 / 0.7);
  }

  .md\:border-lime-800\/75 {
    border-color: rgb(63 98 18 / 0.75);
  }

  .md\:border-lime-800\/80 {
    border-color: rgb(63 98 18 / 0.8);
  }

  .md\:border-lime-800\/85 {
    border-color: rgb(63 98 18 / 0.85);
  }

  .md\:border-lime-800\/90 {
    border-color: rgb(63 98 18 / 0.9);
  }

  .md\:border-lime-800\/95 {
    border-color: rgb(63 98 18 / 0.95);
  }

  .md\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgb(54 83 20 / var(--tw-border-opacity));
  }

  .md\:border-lime-900\/0 {
    border-color: rgb(54 83 20 / 0);
  }

  .md\:border-lime-900\/10 {
    border-color: rgb(54 83 20 / 0.1);
  }

  .md\:border-lime-900\/100 {
    border-color: rgb(54 83 20 / 1);
  }

  .md\:border-lime-900\/15 {
    border-color: rgb(54 83 20 / 0.15);
  }

  .md\:border-lime-900\/20 {
    border-color: rgb(54 83 20 / 0.2);
  }

  .md\:border-lime-900\/25 {
    border-color: rgb(54 83 20 / 0.25);
  }

  .md\:border-lime-900\/30 {
    border-color: rgb(54 83 20 / 0.3);
  }

  .md\:border-lime-900\/35 {
    border-color: rgb(54 83 20 / 0.35);
  }

  .md\:border-lime-900\/40 {
    border-color: rgb(54 83 20 / 0.4);
  }

  .md\:border-lime-900\/45 {
    border-color: rgb(54 83 20 / 0.45);
  }

  .md\:border-lime-900\/5 {
    border-color: rgb(54 83 20 / 0.05);
  }

  .md\:border-lime-900\/50 {
    border-color: rgb(54 83 20 / 0.5);
  }

  .md\:border-lime-900\/55 {
    border-color: rgb(54 83 20 / 0.55);
  }

  .md\:border-lime-900\/60 {
    border-color: rgb(54 83 20 / 0.6);
  }

  .md\:border-lime-900\/65 {
    border-color: rgb(54 83 20 / 0.65);
  }

  .md\:border-lime-900\/70 {
    border-color: rgb(54 83 20 / 0.7);
  }

  .md\:border-lime-900\/75 {
    border-color: rgb(54 83 20 / 0.75);
  }

  .md\:border-lime-900\/80 {
    border-color: rgb(54 83 20 / 0.8);
  }

  .md\:border-lime-900\/85 {
    border-color: rgb(54 83 20 / 0.85);
  }

  .md\:border-lime-900\/90 {
    border-color: rgb(54 83 20 / 0.9);
  }

  .md\:border-lime-900\/95 {
    border-color: rgb(54 83 20 / 0.95);
  }

  .md\:border-lime-950 {
    --tw-border-opacity: 1;
    border-color: rgb(26 46 5 / var(--tw-border-opacity));
  }

  .md\:border-lime-950\/0 {
    border-color: rgb(26 46 5 / 0);
  }

  .md\:border-lime-950\/10 {
    border-color: rgb(26 46 5 / 0.1);
  }

  .md\:border-lime-950\/100 {
    border-color: rgb(26 46 5 / 1);
  }

  .md\:border-lime-950\/15 {
    border-color: rgb(26 46 5 / 0.15);
  }

  .md\:border-lime-950\/20 {
    border-color: rgb(26 46 5 / 0.2);
  }

  .md\:border-lime-950\/25 {
    border-color: rgb(26 46 5 / 0.25);
  }

  .md\:border-lime-950\/30 {
    border-color: rgb(26 46 5 / 0.3);
  }

  .md\:border-lime-950\/35 {
    border-color: rgb(26 46 5 / 0.35);
  }

  .md\:border-lime-950\/40 {
    border-color: rgb(26 46 5 / 0.4);
  }

  .md\:border-lime-950\/45 {
    border-color: rgb(26 46 5 / 0.45);
  }

  .md\:border-lime-950\/5 {
    border-color: rgb(26 46 5 / 0.05);
  }

  .md\:border-lime-950\/50 {
    border-color: rgb(26 46 5 / 0.5);
  }

  .md\:border-lime-950\/55 {
    border-color: rgb(26 46 5 / 0.55);
  }

  .md\:border-lime-950\/60 {
    border-color: rgb(26 46 5 / 0.6);
  }

  .md\:border-lime-950\/65 {
    border-color: rgb(26 46 5 / 0.65);
  }

  .md\:border-lime-950\/70 {
    border-color: rgb(26 46 5 / 0.7);
  }

  .md\:border-lime-950\/75 {
    border-color: rgb(26 46 5 / 0.75);
  }

  .md\:border-lime-950\/80 {
    border-color: rgb(26 46 5 / 0.8);
  }

  .md\:border-lime-950\/85 {
    border-color: rgb(26 46 5 / 0.85);
  }

  .md\:border-lime-950\/90 {
    border-color: rgb(26 46 5 / 0.9);
  }

  .md\:border-lime-950\/95 {
    border-color: rgb(26 46 5 / 0.95);
  }

  .md\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity));
  }

  .md\:border-neutral-100\/0 {
    border-color: rgb(245 245 245 / 0);
  }

  .md\:border-neutral-100\/10 {
    border-color: rgb(245 245 245 / 0.1);
  }

  .md\:border-neutral-100\/100 {
    border-color: rgb(245 245 245 / 1);
  }

  .md\:border-neutral-100\/15 {
    border-color: rgb(245 245 245 / 0.15);
  }

  .md\:border-neutral-100\/20 {
    border-color: rgb(245 245 245 / 0.2);
  }

  .md\:border-neutral-100\/25 {
    border-color: rgb(245 245 245 / 0.25);
  }

  .md\:border-neutral-100\/30 {
    border-color: rgb(245 245 245 / 0.3);
  }

  .md\:border-neutral-100\/35 {
    border-color: rgb(245 245 245 / 0.35);
  }

  .md\:border-neutral-100\/40 {
    border-color: rgb(245 245 245 / 0.4);
  }

  .md\:border-neutral-100\/45 {
    border-color: rgb(245 245 245 / 0.45);
  }

  .md\:border-neutral-100\/5 {
    border-color: rgb(245 245 245 / 0.05);
  }

  .md\:border-neutral-100\/50 {
    border-color: rgb(245 245 245 / 0.5);
  }

  .md\:border-neutral-100\/55 {
    border-color: rgb(245 245 245 / 0.55);
  }

  .md\:border-neutral-100\/60 {
    border-color: rgb(245 245 245 / 0.6);
  }

  .md\:border-neutral-100\/65 {
    border-color: rgb(245 245 245 / 0.65);
  }

  .md\:border-neutral-100\/70 {
    border-color: rgb(245 245 245 / 0.7);
  }

  .md\:border-neutral-100\/75 {
    border-color: rgb(245 245 245 / 0.75);
  }

  .md\:border-neutral-100\/80 {
    border-color: rgb(245 245 245 / 0.8);
  }

  .md\:border-neutral-100\/85 {
    border-color: rgb(245 245 245 / 0.85);
  }

  .md\:border-neutral-100\/90 {
    border-color: rgb(245 245 245 / 0.9);
  }

  .md\:border-neutral-100\/95 {
    border-color: rgb(245 245 245 / 0.95);
  }

  .md\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity));
  }

  .md\:border-neutral-200\/0 {
    border-color: rgb(229 229 229 / 0);
  }

  .md\:border-neutral-200\/10 {
    border-color: rgb(229 229 229 / 0.1);
  }

  .md\:border-neutral-200\/100 {
    border-color: rgb(229 229 229 / 1);
  }

  .md\:border-neutral-200\/15 {
    border-color: rgb(229 229 229 / 0.15);
  }

  .md\:border-neutral-200\/20 {
    border-color: rgb(229 229 229 / 0.2);
  }

  .md\:border-neutral-200\/25 {
    border-color: rgb(229 229 229 / 0.25);
  }

  .md\:border-neutral-200\/30 {
    border-color: rgb(229 229 229 / 0.3);
  }

  .md\:border-neutral-200\/35 {
    border-color: rgb(229 229 229 / 0.35);
  }

  .md\:border-neutral-200\/40 {
    border-color: rgb(229 229 229 / 0.4);
  }

  .md\:border-neutral-200\/45 {
    border-color: rgb(229 229 229 / 0.45);
  }

  .md\:border-neutral-200\/5 {
    border-color: rgb(229 229 229 / 0.05);
  }

  .md\:border-neutral-200\/50 {
    border-color: rgb(229 229 229 / 0.5);
  }

  .md\:border-neutral-200\/55 {
    border-color: rgb(229 229 229 / 0.55);
  }

  .md\:border-neutral-200\/60 {
    border-color: rgb(229 229 229 / 0.6);
  }

  .md\:border-neutral-200\/65 {
    border-color: rgb(229 229 229 / 0.65);
  }

  .md\:border-neutral-200\/70 {
    border-color: rgb(229 229 229 / 0.7);
  }

  .md\:border-neutral-200\/75 {
    border-color: rgb(229 229 229 / 0.75);
  }

  .md\:border-neutral-200\/80 {
    border-color: rgb(229 229 229 / 0.8);
  }

  .md\:border-neutral-200\/85 {
    border-color: rgb(229 229 229 / 0.85);
  }

  .md\:border-neutral-200\/90 {
    border-color: rgb(229 229 229 / 0.9);
  }

  .md\:border-neutral-200\/95 {
    border-color: rgb(229 229 229 / 0.95);
  }

  .md\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
  }

  .md\:border-neutral-300\/0 {
    border-color: rgb(212 212 212 / 0);
  }

  .md\:border-neutral-300\/10 {
    border-color: rgb(212 212 212 / 0.1);
  }

  .md\:border-neutral-300\/100 {
    border-color: rgb(212 212 212 / 1);
  }

  .md\:border-neutral-300\/15 {
    border-color: rgb(212 212 212 / 0.15);
  }

  .md\:border-neutral-300\/20 {
    border-color: rgb(212 212 212 / 0.2);
  }

  .md\:border-neutral-300\/25 {
    border-color: rgb(212 212 212 / 0.25);
  }

  .md\:border-neutral-300\/30 {
    border-color: rgb(212 212 212 / 0.3);
  }

  .md\:border-neutral-300\/35 {
    border-color: rgb(212 212 212 / 0.35);
  }

  .md\:border-neutral-300\/40 {
    border-color: rgb(212 212 212 / 0.4);
  }

  .md\:border-neutral-300\/45 {
    border-color: rgb(212 212 212 / 0.45);
  }

  .md\:border-neutral-300\/5 {
    border-color: rgb(212 212 212 / 0.05);
  }

  .md\:border-neutral-300\/50 {
    border-color: rgb(212 212 212 / 0.5);
  }

  .md\:border-neutral-300\/55 {
    border-color: rgb(212 212 212 / 0.55);
  }

  .md\:border-neutral-300\/60 {
    border-color: rgb(212 212 212 / 0.6);
  }

  .md\:border-neutral-300\/65 {
    border-color: rgb(212 212 212 / 0.65);
  }

  .md\:border-neutral-300\/70 {
    border-color: rgb(212 212 212 / 0.7);
  }

  .md\:border-neutral-300\/75 {
    border-color: rgb(212 212 212 / 0.75);
  }

  .md\:border-neutral-300\/80 {
    border-color: rgb(212 212 212 / 0.8);
  }

  .md\:border-neutral-300\/85 {
    border-color: rgb(212 212 212 / 0.85);
  }

  .md\:border-neutral-300\/90 {
    border-color: rgb(212 212 212 / 0.9);
  }

  .md\:border-neutral-300\/95 {
    border-color: rgb(212 212 212 / 0.95);
  }

  .md\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity));
  }

  .md\:border-neutral-400\/0 {
    border-color: rgb(163 163 163 / 0);
  }

  .md\:border-neutral-400\/10 {
    border-color: rgb(163 163 163 / 0.1);
  }

  .md\:border-neutral-400\/100 {
    border-color: rgb(163 163 163 / 1);
  }

  .md\:border-neutral-400\/15 {
    border-color: rgb(163 163 163 / 0.15);
  }

  .md\:border-neutral-400\/20 {
    border-color: rgb(163 163 163 / 0.2);
  }

  .md\:border-neutral-400\/25 {
    border-color: rgb(163 163 163 / 0.25);
  }

  .md\:border-neutral-400\/30 {
    border-color: rgb(163 163 163 / 0.3);
  }

  .md\:border-neutral-400\/35 {
    border-color: rgb(163 163 163 / 0.35);
  }

  .md\:border-neutral-400\/40 {
    border-color: rgb(163 163 163 / 0.4);
  }

  .md\:border-neutral-400\/45 {
    border-color: rgb(163 163 163 / 0.45);
  }

  .md\:border-neutral-400\/5 {
    border-color: rgb(163 163 163 / 0.05);
  }

  .md\:border-neutral-400\/50 {
    border-color: rgb(163 163 163 / 0.5);
  }

  .md\:border-neutral-400\/55 {
    border-color: rgb(163 163 163 / 0.55);
  }

  .md\:border-neutral-400\/60 {
    border-color: rgb(163 163 163 / 0.6);
  }

  .md\:border-neutral-400\/65 {
    border-color: rgb(163 163 163 / 0.65);
  }

  .md\:border-neutral-400\/70 {
    border-color: rgb(163 163 163 / 0.7);
  }

  .md\:border-neutral-400\/75 {
    border-color: rgb(163 163 163 / 0.75);
  }

  .md\:border-neutral-400\/80 {
    border-color: rgb(163 163 163 / 0.8);
  }

  .md\:border-neutral-400\/85 {
    border-color: rgb(163 163 163 / 0.85);
  }

  .md\:border-neutral-400\/90 {
    border-color: rgb(163 163 163 / 0.9);
  }

  .md\:border-neutral-400\/95 {
    border-color: rgb(163 163 163 / 0.95);
  }

  .md\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .md\:border-neutral-50\/0 {
    border-color: rgb(250 250 250 / 0);
  }

  .md\:border-neutral-50\/10 {
    border-color: rgb(250 250 250 / 0.1);
  }

  .md\:border-neutral-50\/100 {
    border-color: rgb(250 250 250 / 1);
  }

  .md\:border-neutral-50\/15 {
    border-color: rgb(250 250 250 / 0.15);
  }

  .md\:border-neutral-50\/20 {
    border-color: rgb(250 250 250 / 0.2);
  }

  .md\:border-neutral-50\/25 {
    border-color: rgb(250 250 250 / 0.25);
  }

  .md\:border-neutral-50\/30 {
    border-color: rgb(250 250 250 / 0.3);
  }

  .md\:border-neutral-50\/35 {
    border-color: rgb(250 250 250 / 0.35);
  }

  .md\:border-neutral-50\/40 {
    border-color: rgb(250 250 250 / 0.4);
  }

  .md\:border-neutral-50\/45 {
    border-color: rgb(250 250 250 / 0.45);
  }

  .md\:border-neutral-50\/5 {
    border-color: rgb(250 250 250 / 0.05);
  }

  .md\:border-neutral-50\/50 {
    border-color: rgb(250 250 250 / 0.5);
  }

  .md\:border-neutral-50\/55 {
    border-color: rgb(250 250 250 / 0.55);
  }

  .md\:border-neutral-50\/60 {
    border-color: rgb(250 250 250 / 0.6);
  }

  .md\:border-neutral-50\/65 {
    border-color: rgb(250 250 250 / 0.65);
  }

  .md\:border-neutral-50\/70 {
    border-color: rgb(250 250 250 / 0.7);
  }

  .md\:border-neutral-50\/75 {
    border-color: rgb(250 250 250 / 0.75);
  }

  .md\:border-neutral-50\/80 {
    border-color: rgb(250 250 250 / 0.8);
  }

  .md\:border-neutral-50\/85 {
    border-color: rgb(250 250 250 / 0.85);
  }

  .md\:border-neutral-50\/90 {
    border-color: rgb(250 250 250 / 0.9);
  }

  .md\:border-neutral-50\/95 {
    border-color: rgb(250 250 250 / 0.95);
  }

  .md\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgb(115 115 115 / var(--tw-border-opacity));
  }

  .md\:border-neutral-500\/0 {
    border-color: rgb(115 115 115 / 0);
  }

  .md\:border-neutral-500\/10 {
    border-color: rgb(115 115 115 / 0.1);
  }

  .md\:border-neutral-500\/100 {
    border-color: rgb(115 115 115 / 1);
  }

  .md\:border-neutral-500\/15 {
    border-color: rgb(115 115 115 / 0.15);
  }

  .md\:border-neutral-500\/20 {
    border-color: rgb(115 115 115 / 0.2);
  }

  .md\:border-neutral-500\/25 {
    border-color: rgb(115 115 115 / 0.25);
  }

  .md\:border-neutral-500\/30 {
    border-color: rgb(115 115 115 / 0.3);
  }

  .md\:border-neutral-500\/35 {
    border-color: rgb(115 115 115 / 0.35);
  }

  .md\:border-neutral-500\/40 {
    border-color: rgb(115 115 115 / 0.4);
  }

  .md\:border-neutral-500\/45 {
    border-color: rgb(115 115 115 / 0.45);
  }

  .md\:border-neutral-500\/5 {
    border-color: rgb(115 115 115 / 0.05);
  }

  .md\:border-neutral-500\/50 {
    border-color: rgb(115 115 115 / 0.5);
  }

  .md\:border-neutral-500\/55 {
    border-color: rgb(115 115 115 / 0.55);
  }

  .md\:border-neutral-500\/60 {
    border-color: rgb(115 115 115 / 0.6);
  }

  .md\:border-neutral-500\/65 {
    border-color: rgb(115 115 115 / 0.65);
  }

  .md\:border-neutral-500\/70 {
    border-color: rgb(115 115 115 / 0.7);
  }

  .md\:border-neutral-500\/75 {
    border-color: rgb(115 115 115 / 0.75);
  }

  .md\:border-neutral-500\/80 {
    border-color: rgb(115 115 115 / 0.8);
  }

  .md\:border-neutral-500\/85 {
    border-color: rgb(115 115 115 / 0.85);
  }

  .md\:border-neutral-500\/90 {
    border-color: rgb(115 115 115 / 0.9);
  }

  .md\:border-neutral-500\/95 {
    border-color: rgb(115 115 115 / 0.95);
  }

  .md\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgb(82 82 82 / var(--tw-border-opacity));
  }

  .md\:border-neutral-600\/0 {
    border-color: rgb(82 82 82 / 0);
  }

  .md\:border-neutral-600\/10 {
    border-color: rgb(82 82 82 / 0.1);
  }

  .md\:border-neutral-600\/100 {
    border-color: rgb(82 82 82 / 1);
  }

  .md\:border-neutral-600\/15 {
    border-color: rgb(82 82 82 / 0.15);
  }

  .md\:border-neutral-600\/20 {
    border-color: rgb(82 82 82 / 0.2);
  }

  .md\:border-neutral-600\/25 {
    border-color: rgb(82 82 82 / 0.25);
  }

  .md\:border-neutral-600\/30 {
    border-color: rgb(82 82 82 / 0.3);
  }

  .md\:border-neutral-600\/35 {
    border-color: rgb(82 82 82 / 0.35);
  }

  .md\:border-neutral-600\/40 {
    border-color: rgb(82 82 82 / 0.4);
  }

  .md\:border-neutral-600\/45 {
    border-color: rgb(82 82 82 / 0.45);
  }

  .md\:border-neutral-600\/5 {
    border-color: rgb(82 82 82 / 0.05);
  }

  .md\:border-neutral-600\/50 {
    border-color: rgb(82 82 82 / 0.5);
  }

  .md\:border-neutral-600\/55 {
    border-color: rgb(82 82 82 / 0.55);
  }

  .md\:border-neutral-600\/60 {
    border-color: rgb(82 82 82 / 0.6);
  }

  .md\:border-neutral-600\/65 {
    border-color: rgb(82 82 82 / 0.65);
  }

  .md\:border-neutral-600\/70 {
    border-color: rgb(82 82 82 / 0.7);
  }

  .md\:border-neutral-600\/75 {
    border-color: rgb(82 82 82 / 0.75);
  }

  .md\:border-neutral-600\/80 {
    border-color: rgb(82 82 82 / 0.8);
  }

  .md\:border-neutral-600\/85 {
    border-color: rgb(82 82 82 / 0.85);
  }

  .md\:border-neutral-600\/90 {
    border-color: rgb(82 82 82 / 0.9);
  }

  .md\:border-neutral-600\/95 {
    border-color: rgb(82 82 82 / 0.95);
  }

  .md\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgb(64 64 64 / var(--tw-border-opacity));
  }

  .md\:border-neutral-700\/0 {
    border-color: rgb(64 64 64 / 0);
  }

  .md\:border-neutral-700\/10 {
    border-color: rgb(64 64 64 / 0.1);
  }

  .md\:border-neutral-700\/100 {
    border-color: rgb(64 64 64 / 1);
  }

  .md\:border-neutral-700\/15 {
    border-color: rgb(64 64 64 / 0.15);
  }

  .md\:border-neutral-700\/20 {
    border-color: rgb(64 64 64 / 0.2);
  }

  .md\:border-neutral-700\/25 {
    border-color: rgb(64 64 64 / 0.25);
  }

  .md\:border-neutral-700\/30 {
    border-color: rgb(64 64 64 / 0.3);
  }

  .md\:border-neutral-700\/35 {
    border-color: rgb(64 64 64 / 0.35);
  }

  .md\:border-neutral-700\/40 {
    border-color: rgb(64 64 64 / 0.4);
  }

  .md\:border-neutral-700\/45 {
    border-color: rgb(64 64 64 / 0.45);
  }

  .md\:border-neutral-700\/5 {
    border-color: rgb(64 64 64 / 0.05);
  }

  .md\:border-neutral-700\/50 {
    border-color: rgb(64 64 64 / 0.5);
  }

  .md\:border-neutral-700\/55 {
    border-color: rgb(64 64 64 / 0.55);
  }

  .md\:border-neutral-700\/60 {
    border-color: rgb(64 64 64 / 0.6);
  }

  .md\:border-neutral-700\/65 {
    border-color: rgb(64 64 64 / 0.65);
  }

  .md\:border-neutral-700\/70 {
    border-color: rgb(64 64 64 / 0.7);
  }

  .md\:border-neutral-700\/75 {
    border-color: rgb(64 64 64 / 0.75);
  }

  .md\:border-neutral-700\/80 {
    border-color: rgb(64 64 64 / 0.8);
  }

  .md\:border-neutral-700\/85 {
    border-color: rgb(64 64 64 / 0.85);
  }

  .md\:border-neutral-700\/90 {
    border-color: rgb(64 64 64 / 0.9);
  }

  .md\:border-neutral-700\/95 {
    border-color: rgb(64 64 64 / 0.95);
  }

  .md\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgb(38 38 38 / var(--tw-border-opacity));
  }

  .md\:border-neutral-800\/0 {
    border-color: rgb(38 38 38 / 0);
  }

  .md\:border-neutral-800\/10 {
    border-color: rgb(38 38 38 / 0.1);
  }

  .md\:border-neutral-800\/100 {
    border-color: rgb(38 38 38 / 1);
  }

  .md\:border-neutral-800\/15 {
    border-color: rgb(38 38 38 / 0.15);
  }

  .md\:border-neutral-800\/20 {
    border-color: rgb(38 38 38 / 0.2);
  }

  .md\:border-neutral-800\/25 {
    border-color: rgb(38 38 38 / 0.25);
  }

  .md\:border-neutral-800\/30 {
    border-color: rgb(38 38 38 / 0.3);
  }

  .md\:border-neutral-800\/35 {
    border-color: rgb(38 38 38 / 0.35);
  }

  .md\:border-neutral-800\/40 {
    border-color: rgb(38 38 38 / 0.4);
  }

  .md\:border-neutral-800\/45 {
    border-color: rgb(38 38 38 / 0.45);
  }

  .md\:border-neutral-800\/5 {
    border-color: rgb(38 38 38 / 0.05);
  }

  .md\:border-neutral-800\/50 {
    border-color: rgb(38 38 38 / 0.5);
  }

  .md\:border-neutral-800\/55 {
    border-color: rgb(38 38 38 / 0.55);
  }

  .md\:border-neutral-800\/60 {
    border-color: rgb(38 38 38 / 0.6);
  }

  .md\:border-neutral-800\/65 {
    border-color: rgb(38 38 38 / 0.65);
  }

  .md\:border-neutral-800\/70 {
    border-color: rgb(38 38 38 / 0.7);
  }

  .md\:border-neutral-800\/75 {
    border-color: rgb(38 38 38 / 0.75);
  }

  .md\:border-neutral-800\/80 {
    border-color: rgb(38 38 38 / 0.8);
  }

  .md\:border-neutral-800\/85 {
    border-color: rgb(38 38 38 / 0.85);
  }

  .md\:border-neutral-800\/90 {
    border-color: rgb(38 38 38 / 0.9);
  }

  .md\:border-neutral-800\/95 {
    border-color: rgb(38 38 38 / 0.95);
  }

  .md\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgb(23 23 23 / var(--tw-border-opacity));
  }

  .md\:border-neutral-900\/0 {
    border-color: rgb(23 23 23 / 0);
  }

  .md\:border-neutral-900\/10 {
    border-color: rgb(23 23 23 / 0.1);
  }

  .md\:border-neutral-900\/100 {
    border-color: rgb(23 23 23 / 1);
  }

  .md\:border-neutral-900\/15 {
    border-color: rgb(23 23 23 / 0.15);
  }

  .md\:border-neutral-900\/20 {
    border-color: rgb(23 23 23 / 0.2);
  }

  .md\:border-neutral-900\/25 {
    border-color: rgb(23 23 23 / 0.25);
  }

  .md\:border-neutral-900\/30 {
    border-color: rgb(23 23 23 / 0.3);
  }

  .md\:border-neutral-900\/35 {
    border-color: rgb(23 23 23 / 0.35);
  }

  .md\:border-neutral-900\/40 {
    border-color: rgb(23 23 23 / 0.4);
  }

  .md\:border-neutral-900\/45 {
    border-color: rgb(23 23 23 / 0.45);
  }

  .md\:border-neutral-900\/5 {
    border-color: rgb(23 23 23 / 0.05);
  }

  .md\:border-neutral-900\/50 {
    border-color: rgb(23 23 23 / 0.5);
  }

  .md\:border-neutral-900\/55 {
    border-color: rgb(23 23 23 / 0.55);
  }

  .md\:border-neutral-900\/60 {
    border-color: rgb(23 23 23 / 0.6);
  }

  .md\:border-neutral-900\/65 {
    border-color: rgb(23 23 23 / 0.65);
  }

  .md\:border-neutral-900\/70 {
    border-color: rgb(23 23 23 / 0.7);
  }

  .md\:border-neutral-900\/75 {
    border-color: rgb(23 23 23 / 0.75);
  }

  .md\:border-neutral-900\/80 {
    border-color: rgb(23 23 23 / 0.8);
  }

  .md\:border-neutral-900\/85 {
    border-color: rgb(23 23 23 / 0.85);
  }

  .md\:border-neutral-900\/90 {
    border-color: rgb(23 23 23 / 0.9);
  }

  .md\:border-neutral-900\/95 {
    border-color: rgb(23 23 23 / 0.95);
  }

  .md\:border-neutral-950 {
    --tw-border-opacity: 1;
    border-color: rgb(10 10 10 / var(--tw-border-opacity));
  }

  .md\:border-neutral-950\/0 {
    border-color: rgb(10 10 10 / 0);
  }

  .md\:border-neutral-950\/10 {
    border-color: rgb(10 10 10 / 0.1);
  }

  .md\:border-neutral-950\/100 {
    border-color: rgb(10 10 10 / 1);
  }

  .md\:border-neutral-950\/15 {
    border-color: rgb(10 10 10 / 0.15);
  }

  .md\:border-neutral-950\/20 {
    border-color: rgb(10 10 10 / 0.2);
  }

  .md\:border-neutral-950\/25 {
    border-color: rgb(10 10 10 / 0.25);
  }

  .md\:border-neutral-950\/30 {
    border-color: rgb(10 10 10 / 0.3);
  }

  .md\:border-neutral-950\/35 {
    border-color: rgb(10 10 10 / 0.35);
  }

  .md\:border-neutral-950\/40 {
    border-color: rgb(10 10 10 / 0.4);
  }

  .md\:border-neutral-950\/45 {
    border-color: rgb(10 10 10 / 0.45);
  }

  .md\:border-neutral-950\/5 {
    border-color: rgb(10 10 10 / 0.05);
  }

  .md\:border-neutral-950\/50 {
    border-color: rgb(10 10 10 / 0.5);
  }

  .md\:border-neutral-950\/55 {
    border-color: rgb(10 10 10 / 0.55);
  }

  .md\:border-neutral-950\/60 {
    border-color: rgb(10 10 10 / 0.6);
  }

  .md\:border-neutral-950\/65 {
    border-color: rgb(10 10 10 / 0.65);
  }

  .md\:border-neutral-950\/70 {
    border-color: rgb(10 10 10 / 0.7);
  }

  .md\:border-neutral-950\/75 {
    border-color: rgb(10 10 10 / 0.75);
  }

  .md\:border-neutral-950\/80 {
    border-color: rgb(10 10 10 / 0.8);
  }

  .md\:border-neutral-950\/85 {
    border-color: rgb(10 10 10 / 0.85);
  }

  .md\:border-neutral-950\/90 {
    border-color: rgb(10 10 10 / 0.9);
  }

  .md\:border-neutral-950\/95 {
    border-color: rgb(10 10 10 / 0.95);
  }

  .md\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgb(255 237 213 / var(--tw-border-opacity));
  }

  .md\:border-orange-100\/0 {
    border-color: rgb(255 237 213 / 0);
  }

  .md\:border-orange-100\/10 {
    border-color: rgb(255 237 213 / 0.1);
  }

  .md\:border-orange-100\/100 {
    border-color: rgb(255 237 213 / 1);
  }

  .md\:border-orange-100\/15 {
    border-color: rgb(255 237 213 / 0.15);
  }

  .md\:border-orange-100\/20 {
    border-color: rgb(255 237 213 / 0.2);
  }

  .md\:border-orange-100\/25 {
    border-color: rgb(255 237 213 / 0.25);
  }

  .md\:border-orange-100\/30 {
    border-color: rgb(255 237 213 / 0.3);
  }

  .md\:border-orange-100\/35 {
    border-color: rgb(255 237 213 / 0.35);
  }

  .md\:border-orange-100\/40 {
    border-color: rgb(255 237 213 / 0.4);
  }

  .md\:border-orange-100\/45 {
    border-color: rgb(255 237 213 / 0.45);
  }

  .md\:border-orange-100\/5 {
    border-color: rgb(255 237 213 / 0.05);
  }

  .md\:border-orange-100\/50 {
    border-color: rgb(255 237 213 / 0.5);
  }

  .md\:border-orange-100\/55 {
    border-color: rgb(255 237 213 / 0.55);
  }

  .md\:border-orange-100\/60 {
    border-color: rgb(255 237 213 / 0.6);
  }

  .md\:border-orange-100\/65 {
    border-color: rgb(255 237 213 / 0.65);
  }

  .md\:border-orange-100\/70 {
    border-color: rgb(255 237 213 / 0.7);
  }

  .md\:border-orange-100\/75 {
    border-color: rgb(255 237 213 / 0.75);
  }

  .md\:border-orange-100\/80 {
    border-color: rgb(255 237 213 / 0.8);
  }

  .md\:border-orange-100\/85 {
    border-color: rgb(255 237 213 / 0.85);
  }

  .md\:border-orange-100\/90 {
    border-color: rgb(255 237 213 / 0.9);
  }

  .md\:border-orange-100\/95 {
    border-color: rgb(255 237 213 / 0.95);
  }

  .md\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 215 170 / var(--tw-border-opacity));
  }

  .md\:border-orange-200\/0 {
    border-color: rgb(254 215 170 / 0);
  }

  .md\:border-orange-200\/10 {
    border-color: rgb(254 215 170 / 0.1);
  }

  .md\:border-orange-200\/100 {
    border-color: rgb(254 215 170 / 1);
  }

  .md\:border-orange-200\/15 {
    border-color: rgb(254 215 170 / 0.15);
  }

  .md\:border-orange-200\/20 {
    border-color: rgb(254 215 170 / 0.2);
  }

  .md\:border-orange-200\/25 {
    border-color: rgb(254 215 170 / 0.25);
  }

  .md\:border-orange-200\/30 {
    border-color: rgb(254 215 170 / 0.3);
  }

  .md\:border-orange-200\/35 {
    border-color: rgb(254 215 170 / 0.35);
  }

  .md\:border-orange-200\/40 {
    border-color: rgb(254 215 170 / 0.4);
  }

  .md\:border-orange-200\/45 {
    border-color: rgb(254 215 170 / 0.45);
  }

  .md\:border-orange-200\/5 {
    border-color: rgb(254 215 170 / 0.05);
  }

  .md\:border-orange-200\/50 {
    border-color: rgb(254 215 170 / 0.5);
  }

  .md\:border-orange-200\/55 {
    border-color: rgb(254 215 170 / 0.55);
  }

  .md\:border-orange-200\/60 {
    border-color: rgb(254 215 170 / 0.6);
  }

  .md\:border-orange-200\/65 {
    border-color: rgb(254 215 170 / 0.65);
  }

  .md\:border-orange-200\/70 {
    border-color: rgb(254 215 170 / 0.7);
  }

  .md\:border-orange-200\/75 {
    border-color: rgb(254 215 170 / 0.75);
  }

  .md\:border-orange-200\/80 {
    border-color: rgb(254 215 170 / 0.8);
  }

  .md\:border-orange-200\/85 {
    border-color: rgb(254 215 170 / 0.85);
  }

  .md\:border-orange-200\/90 {
    border-color: rgb(254 215 170 / 0.9);
  }

  .md\:border-orange-200\/95 {
    border-color: rgb(254 215 170 / 0.95);
  }

  .md\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgb(253 186 116 / var(--tw-border-opacity));
  }

  .md\:border-orange-300\/0 {
    border-color: rgb(253 186 116 / 0);
  }

  .md\:border-orange-300\/10 {
    border-color: rgb(253 186 116 / 0.1);
  }

  .md\:border-orange-300\/100 {
    border-color: rgb(253 186 116 / 1);
  }

  .md\:border-orange-300\/15 {
    border-color: rgb(253 186 116 / 0.15);
  }

  .md\:border-orange-300\/20 {
    border-color: rgb(253 186 116 / 0.2);
  }

  .md\:border-orange-300\/25 {
    border-color: rgb(253 186 116 / 0.25);
  }

  .md\:border-orange-300\/30 {
    border-color: rgb(253 186 116 / 0.3);
  }

  .md\:border-orange-300\/35 {
    border-color: rgb(253 186 116 / 0.35);
  }

  .md\:border-orange-300\/40 {
    border-color: rgb(253 186 116 / 0.4);
  }

  .md\:border-orange-300\/45 {
    border-color: rgb(253 186 116 / 0.45);
  }

  .md\:border-orange-300\/5 {
    border-color: rgb(253 186 116 / 0.05);
  }

  .md\:border-orange-300\/50 {
    border-color: rgb(253 186 116 / 0.5);
  }

  .md\:border-orange-300\/55 {
    border-color: rgb(253 186 116 / 0.55);
  }

  .md\:border-orange-300\/60 {
    border-color: rgb(253 186 116 / 0.6);
  }

  .md\:border-orange-300\/65 {
    border-color: rgb(253 186 116 / 0.65);
  }

  .md\:border-orange-300\/70 {
    border-color: rgb(253 186 116 / 0.7);
  }

  .md\:border-orange-300\/75 {
    border-color: rgb(253 186 116 / 0.75);
  }

  .md\:border-orange-300\/80 {
    border-color: rgb(253 186 116 / 0.8);
  }

  .md\:border-orange-300\/85 {
    border-color: rgb(253 186 116 / 0.85);
  }

  .md\:border-orange-300\/90 {
    border-color: rgb(253 186 116 / 0.9);
  }

  .md\:border-orange-300\/95 {
    border-color: rgb(253 186 116 / 0.95);
  }

  .md\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgb(251 146 60 / var(--tw-border-opacity));
  }

  .md\:border-orange-400\/0 {
    border-color: rgb(251 146 60 / 0);
  }

  .md\:border-orange-400\/10 {
    border-color: rgb(251 146 60 / 0.1);
  }

  .md\:border-orange-400\/100 {
    border-color: rgb(251 146 60 / 1);
  }

  .md\:border-orange-400\/15 {
    border-color: rgb(251 146 60 / 0.15);
  }

  .md\:border-orange-400\/20 {
    border-color: rgb(251 146 60 / 0.2);
  }

  .md\:border-orange-400\/25 {
    border-color: rgb(251 146 60 / 0.25);
  }

  .md\:border-orange-400\/30 {
    border-color: rgb(251 146 60 / 0.3);
  }

  .md\:border-orange-400\/35 {
    border-color: rgb(251 146 60 / 0.35);
  }

  .md\:border-orange-400\/40 {
    border-color: rgb(251 146 60 / 0.4);
  }

  .md\:border-orange-400\/45 {
    border-color: rgb(251 146 60 / 0.45);
  }

  .md\:border-orange-400\/5 {
    border-color: rgb(251 146 60 / 0.05);
  }

  .md\:border-orange-400\/50 {
    border-color: rgb(251 146 60 / 0.5);
  }

  .md\:border-orange-400\/55 {
    border-color: rgb(251 146 60 / 0.55);
  }

  .md\:border-orange-400\/60 {
    border-color: rgb(251 146 60 / 0.6);
  }

  .md\:border-orange-400\/65 {
    border-color: rgb(251 146 60 / 0.65);
  }

  .md\:border-orange-400\/70 {
    border-color: rgb(251 146 60 / 0.7);
  }

  .md\:border-orange-400\/75 {
    border-color: rgb(251 146 60 / 0.75);
  }

  .md\:border-orange-400\/80 {
    border-color: rgb(251 146 60 / 0.8);
  }

  .md\:border-orange-400\/85 {
    border-color: rgb(251 146 60 / 0.85);
  }

  .md\:border-orange-400\/90 {
    border-color: rgb(251 146 60 / 0.9);
  }

  .md\:border-orange-400\/95 {
    border-color: rgb(251 146 60 / 0.95);
  }

  .md\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgb(255 247 237 / var(--tw-border-opacity));
  }

  .md\:border-orange-50\/0 {
    border-color: rgb(255 247 237 / 0);
  }

  .md\:border-orange-50\/10 {
    border-color: rgb(255 247 237 / 0.1);
  }

  .md\:border-orange-50\/100 {
    border-color: rgb(255 247 237 / 1);
  }

  .md\:border-orange-50\/15 {
    border-color: rgb(255 247 237 / 0.15);
  }

  .md\:border-orange-50\/20 {
    border-color: rgb(255 247 237 / 0.2);
  }

  .md\:border-orange-50\/25 {
    border-color: rgb(255 247 237 / 0.25);
  }

  .md\:border-orange-50\/30 {
    border-color: rgb(255 247 237 / 0.3);
  }

  .md\:border-orange-50\/35 {
    border-color: rgb(255 247 237 / 0.35);
  }

  .md\:border-orange-50\/40 {
    border-color: rgb(255 247 237 / 0.4);
  }

  .md\:border-orange-50\/45 {
    border-color: rgb(255 247 237 / 0.45);
  }

  .md\:border-orange-50\/5 {
    border-color: rgb(255 247 237 / 0.05);
  }

  .md\:border-orange-50\/50 {
    border-color: rgb(255 247 237 / 0.5);
  }

  .md\:border-orange-50\/55 {
    border-color: rgb(255 247 237 / 0.55);
  }

  .md\:border-orange-50\/60 {
    border-color: rgb(255 247 237 / 0.6);
  }

  .md\:border-orange-50\/65 {
    border-color: rgb(255 247 237 / 0.65);
  }

  .md\:border-orange-50\/70 {
    border-color: rgb(255 247 237 / 0.7);
  }

  .md\:border-orange-50\/75 {
    border-color: rgb(255 247 237 / 0.75);
  }

  .md\:border-orange-50\/80 {
    border-color: rgb(255 247 237 / 0.8);
  }

  .md\:border-orange-50\/85 {
    border-color: rgb(255 247 237 / 0.85);
  }

  .md\:border-orange-50\/90 {
    border-color: rgb(255 247 237 / 0.9);
  }

  .md\:border-orange-50\/95 {
    border-color: rgb(255 247 237 / 0.95);
  }

  .md\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgb(249 115 22 / var(--tw-border-opacity));
  }

  .md\:border-orange-500\/0 {
    border-color: rgb(249 115 22 / 0);
  }

  .md\:border-orange-500\/10 {
    border-color: rgb(249 115 22 / 0.1);
  }

  .md\:border-orange-500\/100 {
    border-color: rgb(249 115 22 / 1);
  }

  .md\:border-orange-500\/15 {
    border-color: rgb(249 115 22 / 0.15);
  }

  .md\:border-orange-500\/20 {
    border-color: rgb(249 115 22 / 0.2);
  }

  .md\:border-orange-500\/25 {
    border-color: rgb(249 115 22 / 0.25);
  }

  .md\:border-orange-500\/30 {
    border-color: rgb(249 115 22 / 0.3);
  }

  .md\:border-orange-500\/35 {
    border-color: rgb(249 115 22 / 0.35);
  }

  .md\:border-orange-500\/40 {
    border-color: rgb(249 115 22 / 0.4);
  }

  .md\:border-orange-500\/45 {
    border-color: rgb(249 115 22 / 0.45);
  }

  .md\:border-orange-500\/5 {
    border-color: rgb(249 115 22 / 0.05);
  }

  .md\:border-orange-500\/50 {
    border-color: rgb(249 115 22 / 0.5);
  }

  .md\:border-orange-500\/55 {
    border-color: rgb(249 115 22 / 0.55);
  }

  .md\:border-orange-500\/60 {
    border-color: rgb(249 115 22 / 0.6);
  }

  .md\:border-orange-500\/65 {
    border-color: rgb(249 115 22 / 0.65);
  }

  .md\:border-orange-500\/70 {
    border-color: rgb(249 115 22 / 0.7);
  }

  .md\:border-orange-500\/75 {
    border-color: rgb(249 115 22 / 0.75);
  }

  .md\:border-orange-500\/80 {
    border-color: rgb(249 115 22 / 0.8);
  }

  .md\:border-orange-500\/85 {
    border-color: rgb(249 115 22 / 0.85);
  }

  .md\:border-orange-500\/90 {
    border-color: rgb(249 115 22 / 0.9);
  }

  .md\:border-orange-500\/95 {
    border-color: rgb(249 115 22 / 0.95);
  }

  .md\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgb(234 88 12 / var(--tw-border-opacity));
  }

  .md\:border-orange-600\/0 {
    border-color: rgb(234 88 12 / 0);
  }

  .md\:border-orange-600\/10 {
    border-color: rgb(234 88 12 / 0.1);
  }

  .md\:border-orange-600\/100 {
    border-color: rgb(234 88 12 / 1);
  }

  .md\:border-orange-600\/15 {
    border-color: rgb(234 88 12 / 0.15);
  }

  .md\:border-orange-600\/20 {
    border-color: rgb(234 88 12 / 0.2);
  }

  .md\:border-orange-600\/25 {
    border-color: rgb(234 88 12 / 0.25);
  }

  .md\:border-orange-600\/30 {
    border-color: rgb(234 88 12 / 0.3);
  }

  .md\:border-orange-600\/35 {
    border-color: rgb(234 88 12 / 0.35);
  }

  .md\:border-orange-600\/40 {
    border-color: rgb(234 88 12 / 0.4);
  }

  .md\:border-orange-600\/45 {
    border-color: rgb(234 88 12 / 0.45);
  }

  .md\:border-orange-600\/5 {
    border-color: rgb(234 88 12 / 0.05);
  }

  .md\:border-orange-600\/50 {
    border-color: rgb(234 88 12 / 0.5);
  }

  .md\:border-orange-600\/55 {
    border-color: rgb(234 88 12 / 0.55);
  }

  .md\:border-orange-600\/60 {
    border-color: rgb(234 88 12 / 0.6);
  }

  .md\:border-orange-600\/65 {
    border-color: rgb(234 88 12 / 0.65);
  }

  .md\:border-orange-600\/70 {
    border-color: rgb(234 88 12 / 0.7);
  }

  .md\:border-orange-600\/75 {
    border-color: rgb(234 88 12 / 0.75);
  }

  .md\:border-orange-600\/80 {
    border-color: rgb(234 88 12 / 0.8);
  }

  .md\:border-orange-600\/85 {
    border-color: rgb(234 88 12 / 0.85);
  }

  .md\:border-orange-600\/90 {
    border-color: rgb(234 88 12 / 0.9);
  }

  .md\:border-orange-600\/95 {
    border-color: rgb(234 88 12 / 0.95);
  }

  .md\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgb(194 65 12 / var(--tw-border-opacity));
  }

  .md\:border-orange-700\/0 {
    border-color: rgb(194 65 12 / 0);
  }

  .md\:border-orange-700\/10 {
    border-color: rgb(194 65 12 / 0.1);
  }

  .md\:border-orange-700\/100 {
    border-color: rgb(194 65 12 / 1);
  }

  .md\:border-orange-700\/15 {
    border-color: rgb(194 65 12 / 0.15);
  }

  .md\:border-orange-700\/20 {
    border-color: rgb(194 65 12 / 0.2);
  }

  .md\:border-orange-700\/25 {
    border-color: rgb(194 65 12 / 0.25);
  }

  .md\:border-orange-700\/30 {
    border-color: rgb(194 65 12 / 0.3);
  }

  .md\:border-orange-700\/35 {
    border-color: rgb(194 65 12 / 0.35);
  }

  .md\:border-orange-700\/40 {
    border-color: rgb(194 65 12 / 0.4);
  }

  .md\:border-orange-700\/45 {
    border-color: rgb(194 65 12 / 0.45);
  }

  .md\:border-orange-700\/5 {
    border-color: rgb(194 65 12 / 0.05);
  }

  .md\:border-orange-700\/50 {
    border-color: rgb(194 65 12 / 0.5);
  }

  .md\:border-orange-700\/55 {
    border-color: rgb(194 65 12 / 0.55);
  }

  .md\:border-orange-700\/60 {
    border-color: rgb(194 65 12 / 0.6);
  }

  .md\:border-orange-700\/65 {
    border-color: rgb(194 65 12 / 0.65);
  }

  .md\:border-orange-700\/70 {
    border-color: rgb(194 65 12 / 0.7);
  }

  .md\:border-orange-700\/75 {
    border-color: rgb(194 65 12 / 0.75);
  }

  .md\:border-orange-700\/80 {
    border-color: rgb(194 65 12 / 0.8);
  }

  .md\:border-orange-700\/85 {
    border-color: rgb(194 65 12 / 0.85);
  }

  .md\:border-orange-700\/90 {
    border-color: rgb(194 65 12 / 0.9);
  }

  .md\:border-orange-700\/95 {
    border-color: rgb(194 65 12 / 0.95);
  }

  .md\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgb(154 52 18 / var(--tw-border-opacity));
  }

  .md\:border-orange-800\/0 {
    border-color: rgb(154 52 18 / 0);
  }

  .md\:border-orange-800\/10 {
    border-color: rgb(154 52 18 / 0.1);
  }

  .md\:border-orange-800\/100 {
    border-color: rgb(154 52 18 / 1);
  }

  .md\:border-orange-800\/15 {
    border-color: rgb(154 52 18 / 0.15);
  }

  .md\:border-orange-800\/20 {
    border-color: rgb(154 52 18 / 0.2);
  }

  .md\:border-orange-800\/25 {
    border-color: rgb(154 52 18 / 0.25);
  }

  .md\:border-orange-800\/30 {
    border-color: rgb(154 52 18 / 0.3);
  }

  .md\:border-orange-800\/35 {
    border-color: rgb(154 52 18 / 0.35);
  }

  .md\:border-orange-800\/40 {
    border-color: rgb(154 52 18 / 0.4);
  }

  .md\:border-orange-800\/45 {
    border-color: rgb(154 52 18 / 0.45);
  }

  .md\:border-orange-800\/5 {
    border-color: rgb(154 52 18 / 0.05);
  }

  .md\:border-orange-800\/50 {
    border-color: rgb(154 52 18 / 0.5);
  }

  .md\:border-orange-800\/55 {
    border-color: rgb(154 52 18 / 0.55);
  }

  .md\:border-orange-800\/60 {
    border-color: rgb(154 52 18 / 0.6);
  }

  .md\:border-orange-800\/65 {
    border-color: rgb(154 52 18 / 0.65);
  }

  .md\:border-orange-800\/70 {
    border-color: rgb(154 52 18 / 0.7);
  }

  .md\:border-orange-800\/75 {
    border-color: rgb(154 52 18 / 0.75);
  }

  .md\:border-orange-800\/80 {
    border-color: rgb(154 52 18 / 0.8);
  }

  .md\:border-orange-800\/85 {
    border-color: rgb(154 52 18 / 0.85);
  }

  .md\:border-orange-800\/90 {
    border-color: rgb(154 52 18 / 0.9);
  }

  .md\:border-orange-800\/95 {
    border-color: rgb(154 52 18 / 0.95);
  }

  .md\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgb(124 45 18 / var(--tw-border-opacity));
  }

  .md\:border-orange-900\/0 {
    border-color: rgb(124 45 18 / 0);
  }

  .md\:border-orange-900\/10 {
    border-color: rgb(124 45 18 / 0.1);
  }

  .md\:border-orange-900\/100 {
    border-color: rgb(124 45 18 / 1);
  }

  .md\:border-orange-900\/15 {
    border-color: rgb(124 45 18 / 0.15);
  }

  .md\:border-orange-900\/20 {
    border-color: rgb(124 45 18 / 0.2);
  }

  .md\:border-orange-900\/25 {
    border-color: rgb(124 45 18 / 0.25);
  }

  .md\:border-orange-900\/30 {
    border-color: rgb(124 45 18 / 0.3);
  }

  .md\:border-orange-900\/35 {
    border-color: rgb(124 45 18 / 0.35);
  }

  .md\:border-orange-900\/40 {
    border-color: rgb(124 45 18 / 0.4);
  }

  .md\:border-orange-900\/45 {
    border-color: rgb(124 45 18 / 0.45);
  }

  .md\:border-orange-900\/5 {
    border-color: rgb(124 45 18 / 0.05);
  }

  .md\:border-orange-900\/50 {
    border-color: rgb(124 45 18 / 0.5);
  }

  .md\:border-orange-900\/55 {
    border-color: rgb(124 45 18 / 0.55);
  }

  .md\:border-orange-900\/60 {
    border-color: rgb(124 45 18 / 0.6);
  }

  .md\:border-orange-900\/65 {
    border-color: rgb(124 45 18 / 0.65);
  }

  .md\:border-orange-900\/70 {
    border-color: rgb(124 45 18 / 0.7);
  }

  .md\:border-orange-900\/75 {
    border-color: rgb(124 45 18 / 0.75);
  }

  .md\:border-orange-900\/80 {
    border-color: rgb(124 45 18 / 0.8);
  }

  .md\:border-orange-900\/85 {
    border-color: rgb(124 45 18 / 0.85);
  }

  .md\:border-orange-900\/90 {
    border-color: rgb(124 45 18 / 0.9);
  }

  .md\:border-orange-900\/95 {
    border-color: rgb(124 45 18 / 0.95);
  }

  .md\:border-orange-950 {
    --tw-border-opacity: 1;
    border-color: rgb(67 20 7 / var(--tw-border-opacity));
  }

  .md\:border-orange-950\/0 {
    border-color: rgb(67 20 7 / 0);
  }

  .md\:border-orange-950\/10 {
    border-color: rgb(67 20 7 / 0.1);
  }

  .md\:border-orange-950\/100 {
    border-color: rgb(67 20 7 / 1);
  }

  .md\:border-orange-950\/15 {
    border-color: rgb(67 20 7 / 0.15);
  }

  .md\:border-orange-950\/20 {
    border-color: rgb(67 20 7 / 0.2);
  }

  .md\:border-orange-950\/25 {
    border-color: rgb(67 20 7 / 0.25);
  }

  .md\:border-orange-950\/30 {
    border-color: rgb(67 20 7 / 0.3);
  }

  .md\:border-orange-950\/35 {
    border-color: rgb(67 20 7 / 0.35);
  }

  .md\:border-orange-950\/40 {
    border-color: rgb(67 20 7 / 0.4);
  }

  .md\:border-orange-950\/45 {
    border-color: rgb(67 20 7 / 0.45);
  }

  .md\:border-orange-950\/5 {
    border-color: rgb(67 20 7 / 0.05);
  }

  .md\:border-orange-950\/50 {
    border-color: rgb(67 20 7 / 0.5);
  }

  .md\:border-orange-950\/55 {
    border-color: rgb(67 20 7 / 0.55);
  }

  .md\:border-orange-950\/60 {
    border-color: rgb(67 20 7 / 0.6);
  }

  .md\:border-orange-950\/65 {
    border-color: rgb(67 20 7 / 0.65);
  }

  .md\:border-orange-950\/70 {
    border-color: rgb(67 20 7 / 0.7);
  }

  .md\:border-orange-950\/75 {
    border-color: rgb(67 20 7 / 0.75);
  }

  .md\:border-orange-950\/80 {
    border-color: rgb(67 20 7 / 0.8);
  }

  .md\:border-orange-950\/85 {
    border-color: rgb(67 20 7 / 0.85);
  }

  .md\:border-orange-950\/90 {
    border-color: rgb(67 20 7 / 0.9);
  }

  .md\:border-orange-950\/95 {
    border-color: rgb(67 20 7 / 0.95);
  }

  .md\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgb(252 231 243 / var(--tw-border-opacity));
  }

  .md\:border-pink-100\/0 {
    border-color: rgb(252 231 243 / 0);
  }

  .md\:border-pink-100\/10 {
    border-color: rgb(252 231 243 / 0.1);
  }

  .md\:border-pink-100\/100 {
    border-color: rgb(252 231 243 / 1);
  }

  .md\:border-pink-100\/15 {
    border-color: rgb(252 231 243 / 0.15);
  }

  .md\:border-pink-100\/20 {
    border-color: rgb(252 231 243 / 0.2);
  }

  .md\:border-pink-100\/25 {
    border-color: rgb(252 231 243 / 0.25);
  }

  .md\:border-pink-100\/30 {
    border-color: rgb(252 231 243 / 0.3);
  }

  .md\:border-pink-100\/35 {
    border-color: rgb(252 231 243 / 0.35);
  }

  .md\:border-pink-100\/40 {
    border-color: rgb(252 231 243 / 0.4);
  }

  .md\:border-pink-100\/45 {
    border-color: rgb(252 231 243 / 0.45);
  }

  .md\:border-pink-100\/5 {
    border-color: rgb(252 231 243 / 0.05);
  }

  .md\:border-pink-100\/50 {
    border-color: rgb(252 231 243 / 0.5);
  }

  .md\:border-pink-100\/55 {
    border-color: rgb(252 231 243 / 0.55);
  }

  .md\:border-pink-100\/60 {
    border-color: rgb(252 231 243 / 0.6);
  }

  .md\:border-pink-100\/65 {
    border-color: rgb(252 231 243 / 0.65);
  }

  .md\:border-pink-100\/70 {
    border-color: rgb(252 231 243 / 0.7);
  }

  .md\:border-pink-100\/75 {
    border-color: rgb(252 231 243 / 0.75);
  }

  .md\:border-pink-100\/80 {
    border-color: rgb(252 231 243 / 0.8);
  }

  .md\:border-pink-100\/85 {
    border-color: rgb(252 231 243 / 0.85);
  }

  .md\:border-pink-100\/90 {
    border-color: rgb(252 231 243 / 0.9);
  }

  .md\:border-pink-100\/95 {
    border-color: rgb(252 231 243 / 0.95);
  }

  .md\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgb(251 207 232 / var(--tw-border-opacity));
  }

  .md\:border-pink-200\/0 {
    border-color: rgb(251 207 232 / 0);
  }

  .md\:border-pink-200\/10 {
    border-color: rgb(251 207 232 / 0.1);
  }

  .md\:border-pink-200\/100 {
    border-color: rgb(251 207 232 / 1);
  }

  .md\:border-pink-200\/15 {
    border-color: rgb(251 207 232 / 0.15);
  }

  .md\:border-pink-200\/20 {
    border-color: rgb(251 207 232 / 0.2);
  }

  .md\:border-pink-200\/25 {
    border-color: rgb(251 207 232 / 0.25);
  }

  .md\:border-pink-200\/30 {
    border-color: rgb(251 207 232 / 0.3);
  }

  .md\:border-pink-200\/35 {
    border-color: rgb(251 207 232 / 0.35);
  }

  .md\:border-pink-200\/40 {
    border-color: rgb(251 207 232 / 0.4);
  }

  .md\:border-pink-200\/45 {
    border-color: rgb(251 207 232 / 0.45);
  }

  .md\:border-pink-200\/5 {
    border-color: rgb(251 207 232 / 0.05);
  }

  .md\:border-pink-200\/50 {
    border-color: rgb(251 207 232 / 0.5);
  }

  .md\:border-pink-200\/55 {
    border-color: rgb(251 207 232 / 0.55);
  }

  .md\:border-pink-200\/60 {
    border-color: rgb(251 207 232 / 0.6);
  }

  .md\:border-pink-200\/65 {
    border-color: rgb(251 207 232 / 0.65);
  }

  .md\:border-pink-200\/70 {
    border-color: rgb(251 207 232 / 0.7);
  }

  .md\:border-pink-200\/75 {
    border-color: rgb(251 207 232 / 0.75);
  }

  .md\:border-pink-200\/80 {
    border-color: rgb(251 207 232 / 0.8);
  }

  .md\:border-pink-200\/85 {
    border-color: rgb(251 207 232 / 0.85);
  }

  .md\:border-pink-200\/90 {
    border-color: rgb(251 207 232 / 0.9);
  }

  .md\:border-pink-200\/95 {
    border-color: rgb(251 207 232 / 0.95);
  }

  .md\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgb(249 168 212 / var(--tw-border-opacity));
  }

  .md\:border-pink-300\/0 {
    border-color: rgb(249 168 212 / 0);
  }

  .md\:border-pink-300\/10 {
    border-color: rgb(249 168 212 / 0.1);
  }

  .md\:border-pink-300\/100 {
    border-color: rgb(249 168 212 / 1);
  }

  .md\:border-pink-300\/15 {
    border-color: rgb(249 168 212 / 0.15);
  }

  .md\:border-pink-300\/20 {
    border-color: rgb(249 168 212 / 0.2);
  }

  .md\:border-pink-300\/25 {
    border-color: rgb(249 168 212 / 0.25);
  }

  .md\:border-pink-300\/30 {
    border-color: rgb(249 168 212 / 0.3);
  }

  .md\:border-pink-300\/35 {
    border-color: rgb(249 168 212 / 0.35);
  }

  .md\:border-pink-300\/40 {
    border-color: rgb(249 168 212 / 0.4);
  }

  .md\:border-pink-300\/45 {
    border-color: rgb(249 168 212 / 0.45);
  }

  .md\:border-pink-300\/5 {
    border-color: rgb(249 168 212 / 0.05);
  }

  .md\:border-pink-300\/50 {
    border-color: rgb(249 168 212 / 0.5);
  }

  .md\:border-pink-300\/55 {
    border-color: rgb(249 168 212 / 0.55);
  }

  .md\:border-pink-300\/60 {
    border-color: rgb(249 168 212 / 0.6);
  }

  .md\:border-pink-300\/65 {
    border-color: rgb(249 168 212 / 0.65);
  }

  .md\:border-pink-300\/70 {
    border-color: rgb(249 168 212 / 0.7);
  }

  .md\:border-pink-300\/75 {
    border-color: rgb(249 168 212 / 0.75);
  }

  .md\:border-pink-300\/80 {
    border-color: rgb(249 168 212 / 0.8);
  }

  .md\:border-pink-300\/85 {
    border-color: rgb(249 168 212 / 0.85);
  }

  .md\:border-pink-300\/90 {
    border-color: rgb(249 168 212 / 0.9);
  }

  .md\:border-pink-300\/95 {
    border-color: rgb(249 168 212 / 0.95);
  }

  .md\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgb(244 114 182 / var(--tw-border-opacity));
  }

  .md\:border-pink-400\/0 {
    border-color: rgb(244 114 182 / 0);
  }

  .md\:border-pink-400\/10 {
    border-color: rgb(244 114 182 / 0.1);
  }

  .md\:border-pink-400\/100 {
    border-color: rgb(244 114 182 / 1);
  }

  .md\:border-pink-400\/15 {
    border-color: rgb(244 114 182 / 0.15);
  }

  .md\:border-pink-400\/20 {
    border-color: rgb(244 114 182 / 0.2);
  }

  .md\:border-pink-400\/25 {
    border-color: rgb(244 114 182 / 0.25);
  }

  .md\:border-pink-400\/30 {
    border-color: rgb(244 114 182 / 0.3);
  }

  .md\:border-pink-400\/35 {
    border-color: rgb(244 114 182 / 0.35);
  }

  .md\:border-pink-400\/40 {
    border-color: rgb(244 114 182 / 0.4);
  }

  .md\:border-pink-400\/45 {
    border-color: rgb(244 114 182 / 0.45);
  }

  .md\:border-pink-400\/5 {
    border-color: rgb(244 114 182 / 0.05);
  }

  .md\:border-pink-400\/50 {
    border-color: rgb(244 114 182 / 0.5);
  }

  .md\:border-pink-400\/55 {
    border-color: rgb(244 114 182 / 0.55);
  }

  .md\:border-pink-400\/60 {
    border-color: rgb(244 114 182 / 0.6);
  }

  .md\:border-pink-400\/65 {
    border-color: rgb(244 114 182 / 0.65);
  }

  .md\:border-pink-400\/70 {
    border-color: rgb(244 114 182 / 0.7);
  }

  .md\:border-pink-400\/75 {
    border-color: rgb(244 114 182 / 0.75);
  }

  .md\:border-pink-400\/80 {
    border-color: rgb(244 114 182 / 0.8);
  }

  .md\:border-pink-400\/85 {
    border-color: rgb(244 114 182 / 0.85);
  }

  .md\:border-pink-400\/90 {
    border-color: rgb(244 114 182 / 0.9);
  }

  .md\:border-pink-400\/95 {
    border-color: rgb(244 114 182 / 0.95);
  }

  .md\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgb(253 242 248 / var(--tw-border-opacity));
  }

  .md\:border-pink-50\/0 {
    border-color: rgb(253 242 248 / 0);
  }

  .md\:border-pink-50\/10 {
    border-color: rgb(253 242 248 / 0.1);
  }

  .md\:border-pink-50\/100 {
    border-color: rgb(253 242 248 / 1);
  }

  .md\:border-pink-50\/15 {
    border-color: rgb(253 242 248 / 0.15);
  }

  .md\:border-pink-50\/20 {
    border-color: rgb(253 242 248 / 0.2);
  }

  .md\:border-pink-50\/25 {
    border-color: rgb(253 242 248 / 0.25);
  }

  .md\:border-pink-50\/30 {
    border-color: rgb(253 242 248 / 0.3);
  }

  .md\:border-pink-50\/35 {
    border-color: rgb(253 242 248 / 0.35);
  }

  .md\:border-pink-50\/40 {
    border-color: rgb(253 242 248 / 0.4);
  }

  .md\:border-pink-50\/45 {
    border-color: rgb(253 242 248 / 0.45);
  }

  .md\:border-pink-50\/5 {
    border-color: rgb(253 242 248 / 0.05);
  }

  .md\:border-pink-50\/50 {
    border-color: rgb(253 242 248 / 0.5);
  }

  .md\:border-pink-50\/55 {
    border-color: rgb(253 242 248 / 0.55);
  }

  .md\:border-pink-50\/60 {
    border-color: rgb(253 242 248 / 0.6);
  }

  .md\:border-pink-50\/65 {
    border-color: rgb(253 242 248 / 0.65);
  }

  .md\:border-pink-50\/70 {
    border-color: rgb(253 242 248 / 0.7);
  }

  .md\:border-pink-50\/75 {
    border-color: rgb(253 242 248 / 0.75);
  }

  .md\:border-pink-50\/80 {
    border-color: rgb(253 242 248 / 0.8);
  }

  .md\:border-pink-50\/85 {
    border-color: rgb(253 242 248 / 0.85);
  }

  .md\:border-pink-50\/90 {
    border-color: rgb(253 242 248 / 0.9);
  }

  .md\:border-pink-50\/95 {
    border-color: rgb(253 242 248 / 0.95);
  }

  .md\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgb(236 72 153 / var(--tw-border-opacity));
  }

  .md\:border-pink-500\/0 {
    border-color: rgb(236 72 153 / 0);
  }

  .md\:border-pink-500\/10 {
    border-color: rgb(236 72 153 / 0.1);
  }

  .md\:border-pink-500\/100 {
    border-color: rgb(236 72 153 / 1);
  }

  .md\:border-pink-500\/15 {
    border-color: rgb(236 72 153 / 0.15);
  }

  .md\:border-pink-500\/20 {
    border-color: rgb(236 72 153 / 0.2);
  }

  .md\:border-pink-500\/25 {
    border-color: rgb(236 72 153 / 0.25);
  }

  .md\:border-pink-500\/30 {
    border-color: rgb(236 72 153 / 0.3);
  }

  .md\:border-pink-500\/35 {
    border-color: rgb(236 72 153 / 0.35);
  }

  .md\:border-pink-500\/40 {
    border-color: rgb(236 72 153 / 0.4);
  }

  .md\:border-pink-500\/45 {
    border-color: rgb(236 72 153 / 0.45);
  }

  .md\:border-pink-500\/5 {
    border-color: rgb(236 72 153 / 0.05);
  }

  .md\:border-pink-500\/50 {
    border-color: rgb(236 72 153 / 0.5);
  }

  .md\:border-pink-500\/55 {
    border-color: rgb(236 72 153 / 0.55);
  }

  .md\:border-pink-500\/60 {
    border-color: rgb(236 72 153 / 0.6);
  }

  .md\:border-pink-500\/65 {
    border-color: rgb(236 72 153 / 0.65);
  }

  .md\:border-pink-500\/70 {
    border-color: rgb(236 72 153 / 0.7);
  }

  .md\:border-pink-500\/75 {
    border-color: rgb(236 72 153 / 0.75);
  }

  .md\:border-pink-500\/80 {
    border-color: rgb(236 72 153 / 0.8);
  }

  .md\:border-pink-500\/85 {
    border-color: rgb(236 72 153 / 0.85);
  }

  .md\:border-pink-500\/90 {
    border-color: rgb(236 72 153 / 0.9);
  }

  .md\:border-pink-500\/95 {
    border-color: rgb(236 72 153 / 0.95);
  }

  .md\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgb(219 39 119 / var(--tw-border-opacity));
  }

  .md\:border-pink-600\/0 {
    border-color: rgb(219 39 119 / 0);
  }

  .md\:border-pink-600\/10 {
    border-color: rgb(219 39 119 / 0.1);
  }

  .md\:border-pink-600\/100 {
    border-color: rgb(219 39 119 / 1);
  }

  .md\:border-pink-600\/15 {
    border-color: rgb(219 39 119 / 0.15);
  }

  .md\:border-pink-600\/20 {
    border-color: rgb(219 39 119 / 0.2);
  }

  .md\:border-pink-600\/25 {
    border-color: rgb(219 39 119 / 0.25);
  }

  .md\:border-pink-600\/30 {
    border-color: rgb(219 39 119 / 0.3);
  }

  .md\:border-pink-600\/35 {
    border-color: rgb(219 39 119 / 0.35);
  }

  .md\:border-pink-600\/40 {
    border-color: rgb(219 39 119 / 0.4);
  }

  .md\:border-pink-600\/45 {
    border-color: rgb(219 39 119 / 0.45);
  }

  .md\:border-pink-600\/5 {
    border-color: rgb(219 39 119 / 0.05);
  }

  .md\:border-pink-600\/50 {
    border-color: rgb(219 39 119 / 0.5);
  }

  .md\:border-pink-600\/55 {
    border-color: rgb(219 39 119 / 0.55);
  }

  .md\:border-pink-600\/60 {
    border-color: rgb(219 39 119 / 0.6);
  }

  .md\:border-pink-600\/65 {
    border-color: rgb(219 39 119 / 0.65);
  }

  .md\:border-pink-600\/70 {
    border-color: rgb(219 39 119 / 0.7);
  }

  .md\:border-pink-600\/75 {
    border-color: rgb(219 39 119 / 0.75);
  }

  .md\:border-pink-600\/80 {
    border-color: rgb(219 39 119 / 0.8);
  }

  .md\:border-pink-600\/85 {
    border-color: rgb(219 39 119 / 0.85);
  }

  .md\:border-pink-600\/90 {
    border-color: rgb(219 39 119 / 0.9);
  }

  .md\:border-pink-600\/95 {
    border-color: rgb(219 39 119 / 0.95);
  }

  .md\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgb(190 24 93 / var(--tw-border-opacity));
  }

  .md\:border-pink-700\/0 {
    border-color: rgb(190 24 93 / 0);
  }

  .md\:border-pink-700\/10 {
    border-color: rgb(190 24 93 / 0.1);
  }

  .md\:border-pink-700\/100 {
    border-color: rgb(190 24 93 / 1);
  }

  .md\:border-pink-700\/15 {
    border-color: rgb(190 24 93 / 0.15);
  }

  .md\:border-pink-700\/20 {
    border-color: rgb(190 24 93 / 0.2);
  }

  .md\:border-pink-700\/25 {
    border-color: rgb(190 24 93 / 0.25);
  }

  .md\:border-pink-700\/30 {
    border-color: rgb(190 24 93 / 0.3);
  }

  .md\:border-pink-700\/35 {
    border-color: rgb(190 24 93 / 0.35);
  }

  .md\:border-pink-700\/40 {
    border-color: rgb(190 24 93 / 0.4);
  }

  .md\:border-pink-700\/45 {
    border-color: rgb(190 24 93 / 0.45);
  }

  .md\:border-pink-700\/5 {
    border-color: rgb(190 24 93 / 0.05);
  }

  .md\:border-pink-700\/50 {
    border-color: rgb(190 24 93 / 0.5);
  }

  .md\:border-pink-700\/55 {
    border-color: rgb(190 24 93 / 0.55);
  }

  .md\:border-pink-700\/60 {
    border-color: rgb(190 24 93 / 0.6);
  }

  .md\:border-pink-700\/65 {
    border-color: rgb(190 24 93 / 0.65);
  }

  .md\:border-pink-700\/70 {
    border-color: rgb(190 24 93 / 0.7);
  }

  .md\:border-pink-700\/75 {
    border-color: rgb(190 24 93 / 0.75);
  }

  .md\:border-pink-700\/80 {
    border-color: rgb(190 24 93 / 0.8);
  }

  .md\:border-pink-700\/85 {
    border-color: rgb(190 24 93 / 0.85);
  }

  .md\:border-pink-700\/90 {
    border-color: rgb(190 24 93 / 0.9);
  }

  .md\:border-pink-700\/95 {
    border-color: rgb(190 24 93 / 0.95);
  }

  .md\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgb(157 23 77 / var(--tw-border-opacity));
  }

  .md\:border-pink-800\/0 {
    border-color: rgb(157 23 77 / 0);
  }

  .md\:border-pink-800\/10 {
    border-color: rgb(157 23 77 / 0.1);
  }

  .md\:border-pink-800\/100 {
    border-color: rgb(157 23 77 / 1);
  }

  .md\:border-pink-800\/15 {
    border-color: rgb(157 23 77 / 0.15);
  }

  .md\:border-pink-800\/20 {
    border-color: rgb(157 23 77 / 0.2);
  }

  .md\:border-pink-800\/25 {
    border-color: rgb(157 23 77 / 0.25);
  }

  .md\:border-pink-800\/30 {
    border-color: rgb(157 23 77 / 0.3);
  }

  .md\:border-pink-800\/35 {
    border-color: rgb(157 23 77 / 0.35);
  }

  .md\:border-pink-800\/40 {
    border-color: rgb(157 23 77 / 0.4);
  }

  .md\:border-pink-800\/45 {
    border-color: rgb(157 23 77 / 0.45);
  }

  .md\:border-pink-800\/5 {
    border-color: rgb(157 23 77 / 0.05);
  }

  .md\:border-pink-800\/50 {
    border-color: rgb(157 23 77 / 0.5);
  }

  .md\:border-pink-800\/55 {
    border-color: rgb(157 23 77 / 0.55);
  }

  .md\:border-pink-800\/60 {
    border-color: rgb(157 23 77 / 0.6);
  }

  .md\:border-pink-800\/65 {
    border-color: rgb(157 23 77 / 0.65);
  }

  .md\:border-pink-800\/70 {
    border-color: rgb(157 23 77 / 0.7);
  }

  .md\:border-pink-800\/75 {
    border-color: rgb(157 23 77 / 0.75);
  }

  .md\:border-pink-800\/80 {
    border-color: rgb(157 23 77 / 0.8);
  }

  .md\:border-pink-800\/85 {
    border-color: rgb(157 23 77 / 0.85);
  }

  .md\:border-pink-800\/90 {
    border-color: rgb(157 23 77 / 0.9);
  }

  .md\:border-pink-800\/95 {
    border-color: rgb(157 23 77 / 0.95);
  }

  .md\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgb(131 24 67 / var(--tw-border-opacity));
  }

  .md\:border-pink-900\/0 {
    border-color: rgb(131 24 67 / 0);
  }

  .md\:border-pink-900\/10 {
    border-color: rgb(131 24 67 / 0.1);
  }

  .md\:border-pink-900\/100 {
    border-color: rgb(131 24 67 / 1);
  }

  .md\:border-pink-900\/15 {
    border-color: rgb(131 24 67 / 0.15);
  }

  .md\:border-pink-900\/20 {
    border-color: rgb(131 24 67 / 0.2);
  }

  .md\:border-pink-900\/25 {
    border-color: rgb(131 24 67 / 0.25);
  }

  .md\:border-pink-900\/30 {
    border-color: rgb(131 24 67 / 0.3);
  }

  .md\:border-pink-900\/35 {
    border-color: rgb(131 24 67 / 0.35);
  }

  .md\:border-pink-900\/40 {
    border-color: rgb(131 24 67 / 0.4);
  }

  .md\:border-pink-900\/45 {
    border-color: rgb(131 24 67 / 0.45);
  }

  .md\:border-pink-900\/5 {
    border-color: rgb(131 24 67 / 0.05);
  }

  .md\:border-pink-900\/50 {
    border-color: rgb(131 24 67 / 0.5);
  }

  .md\:border-pink-900\/55 {
    border-color: rgb(131 24 67 / 0.55);
  }

  .md\:border-pink-900\/60 {
    border-color: rgb(131 24 67 / 0.6);
  }

  .md\:border-pink-900\/65 {
    border-color: rgb(131 24 67 / 0.65);
  }

  .md\:border-pink-900\/70 {
    border-color: rgb(131 24 67 / 0.7);
  }

  .md\:border-pink-900\/75 {
    border-color: rgb(131 24 67 / 0.75);
  }

  .md\:border-pink-900\/80 {
    border-color: rgb(131 24 67 / 0.8);
  }

  .md\:border-pink-900\/85 {
    border-color: rgb(131 24 67 / 0.85);
  }

  .md\:border-pink-900\/90 {
    border-color: rgb(131 24 67 / 0.9);
  }

  .md\:border-pink-900\/95 {
    border-color: rgb(131 24 67 / 0.95);
  }

  .md\:border-pink-950 {
    --tw-border-opacity: 1;
    border-color: rgb(80 7 36 / var(--tw-border-opacity));
  }

  .md\:border-pink-950\/0 {
    border-color: rgb(80 7 36 / 0);
  }

  .md\:border-pink-950\/10 {
    border-color: rgb(80 7 36 / 0.1);
  }

  .md\:border-pink-950\/100 {
    border-color: rgb(80 7 36 / 1);
  }

  .md\:border-pink-950\/15 {
    border-color: rgb(80 7 36 / 0.15);
  }

  .md\:border-pink-950\/20 {
    border-color: rgb(80 7 36 / 0.2);
  }

  .md\:border-pink-950\/25 {
    border-color: rgb(80 7 36 / 0.25);
  }

  .md\:border-pink-950\/30 {
    border-color: rgb(80 7 36 / 0.3);
  }

  .md\:border-pink-950\/35 {
    border-color: rgb(80 7 36 / 0.35);
  }

  .md\:border-pink-950\/40 {
    border-color: rgb(80 7 36 / 0.4);
  }

  .md\:border-pink-950\/45 {
    border-color: rgb(80 7 36 / 0.45);
  }

  .md\:border-pink-950\/5 {
    border-color: rgb(80 7 36 / 0.05);
  }

  .md\:border-pink-950\/50 {
    border-color: rgb(80 7 36 / 0.5);
  }

  .md\:border-pink-950\/55 {
    border-color: rgb(80 7 36 / 0.55);
  }

  .md\:border-pink-950\/60 {
    border-color: rgb(80 7 36 / 0.6);
  }

  .md\:border-pink-950\/65 {
    border-color: rgb(80 7 36 / 0.65);
  }

  .md\:border-pink-950\/70 {
    border-color: rgb(80 7 36 / 0.7);
  }

  .md\:border-pink-950\/75 {
    border-color: rgb(80 7 36 / 0.75);
  }

  .md\:border-pink-950\/80 {
    border-color: rgb(80 7 36 / 0.8);
  }

  .md\:border-pink-950\/85 {
    border-color: rgb(80 7 36 / 0.85);
  }

  .md\:border-pink-950\/90 {
    border-color: rgb(80 7 36 / 0.9);
  }

  .md\:border-pink-950\/95 {
    border-color: rgb(80 7 36 / 0.95);
  }

  .md\:border-primary-100 {
    border-color: var(--color-primary-100);
  }

  .md\:border-primary-200 {
    border-color: var(--color-primary-200);
  }

  .md\:border-primary-300 {
    border-color: var(--color-primary-300);
  }

  .md\:border-primary-400 {
    border-color: var(--color-primary-400);
  }

  .md\:border-primary-50 {
    border-color: var(--color-primary-50);
  }

  .md\:border-primary-500 {
    border-color: var(--color-primary-500);
  }

  .md\:border-primary-600 {
    border-color: var(--color-primary-600);
  }

  .md\:border-primary-700 {
    border-color: var(--color-primary-700);
  }

  .md\:border-primary-800 {
    border-color: var(--color-primary-800);
  }

  .md\:border-primary-900 {
    border-color: var(--color-primary-900);
  }

  .md\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 232 255 / var(--tw-border-opacity));
  }

  .md\:border-purple-100\/0 {
    border-color: rgb(243 232 255 / 0);
  }

  .md\:border-purple-100\/10 {
    border-color: rgb(243 232 255 / 0.1);
  }

  .md\:border-purple-100\/100 {
    border-color: rgb(243 232 255 / 1);
  }

  .md\:border-purple-100\/15 {
    border-color: rgb(243 232 255 / 0.15);
  }

  .md\:border-purple-100\/20 {
    border-color: rgb(243 232 255 / 0.2);
  }

  .md\:border-purple-100\/25 {
    border-color: rgb(243 232 255 / 0.25);
  }

  .md\:border-purple-100\/30 {
    border-color: rgb(243 232 255 / 0.3);
  }

  .md\:border-purple-100\/35 {
    border-color: rgb(243 232 255 / 0.35);
  }

  .md\:border-purple-100\/40 {
    border-color: rgb(243 232 255 / 0.4);
  }

  .md\:border-purple-100\/45 {
    border-color: rgb(243 232 255 / 0.45);
  }

  .md\:border-purple-100\/5 {
    border-color: rgb(243 232 255 / 0.05);
  }

  .md\:border-purple-100\/50 {
    border-color: rgb(243 232 255 / 0.5);
  }

  .md\:border-purple-100\/55 {
    border-color: rgb(243 232 255 / 0.55);
  }

  .md\:border-purple-100\/60 {
    border-color: rgb(243 232 255 / 0.6);
  }

  .md\:border-purple-100\/65 {
    border-color: rgb(243 232 255 / 0.65);
  }

  .md\:border-purple-100\/70 {
    border-color: rgb(243 232 255 / 0.7);
  }

  .md\:border-purple-100\/75 {
    border-color: rgb(243 232 255 / 0.75);
  }

  .md\:border-purple-100\/80 {
    border-color: rgb(243 232 255 / 0.8);
  }

  .md\:border-purple-100\/85 {
    border-color: rgb(243 232 255 / 0.85);
  }

  .md\:border-purple-100\/90 {
    border-color: rgb(243 232 255 / 0.9);
  }

  .md\:border-purple-100\/95 {
    border-color: rgb(243 232 255 / 0.95);
  }

  .md\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgb(233 213 255 / var(--tw-border-opacity));
  }

  .md\:border-purple-200\/0 {
    border-color: rgb(233 213 255 / 0);
  }

  .md\:border-purple-200\/10 {
    border-color: rgb(233 213 255 / 0.1);
  }

  .md\:border-purple-200\/100 {
    border-color: rgb(233 213 255 / 1);
  }

  .md\:border-purple-200\/15 {
    border-color: rgb(233 213 255 / 0.15);
  }

  .md\:border-purple-200\/20 {
    border-color: rgb(233 213 255 / 0.2);
  }

  .md\:border-purple-200\/25 {
    border-color: rgb(233 213 255 / 0.25);
  }

  .md\:border-purple-200\/30 {
    border-color: rgb(233 213 255 / 0.3);
  }

  .md\:border-purple-200\/35 {
    border-color: rgb(233 213 255 / 0.35);
  }

  .md\:border-purple-200\/40 {
    border-color: rgb(233 213 255 / 0.4);
  }

  .md\:border-purple-200\/45 {
    border-color: rgb(233 213 255 / 0.45);
  }

  .md\:border-purple-200\/5 {
    border-color: rgb(233 213 255 / 0.05);
  }

  .md\:border-purple-200\/50 {
    border-color: rgb(233 213 255 / 0.5);
  }

  .md\:border-purple-200\/55 {
    border-color: rgb(233 213 255 / 0.55);
  }

  .md\:border-purple-200\/60 {
    border-color: rgb(233 213 255 / 0.6);
  }

  .md\:border-purple-200\/65 {
    border-color: rgb(233 213 255 / 0.65);
  }

  .md\:border-purple-200\/70 {
    border-color: rgb(233 213 255 / 0.7);
  }

  .md\:border-purple-200\/75 {
    border-color: rgb(233 213 255 / 0.75);
  }

  .md\:border-purple-200\/80 {
    border-color: rgb(233 213 255 / 0.8);
  }

  .md\:border-purple-200\/85 {
    border-color: rgb(233 213 255 / 0.85);
  }

  .md\:border-purple-200\/90 {
    border-color: rgb(233 213 255 / 0.9);
  }

  .md\:border-purple-200\/95 {
    border-color: rgb(233 213 255 / 0.95);
  }

  .md\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgb(216 180 254 / var(--tw-border-opacity));
  }

  .md\:border-purple-300\/0 {
    border-color: rgb(216 180 254 / 0);
  }

  .md\:border-purple-300\/10 {
    border-color: rgb(216 180 254 / 0.1);
  }

  .md\:border-purple-300\/100 {
    border-color: rgb(216 180 254 / 1);
  }

  .md\:border-purple-300\/15 {
    border-color: rgb(216 180 254 / 0.15);
  }

  .md\:border-purple-300\/20 {
    border-color: rgb(216 180 254 / 0.2);
  }

  .md\:border-purple-300\/25 {
    border-color: rgb(216 180 254 / 0.25);
  }

  .md\:border-purple-300\/30 {
    border-color: rgb(216 180 254 / 0.3);
  }

  .md\:border-purple-300\/35 {
    border-color: rgb(216 180 254 / 0.35);
  }

  .md\:border-purple-300\/40 {
    border-color: rgb(216 180 254 / 0.4);
  }

  .md\:border-purple-300\/45 {
    border-color: rgb(216 180 254 / 0.45);
  }

  .md\:border-purple-300\/5 {
    border-color: rgb(216 180 254 / 0.05);
  }

  .md\:border-purple-300\/50 {
    border-color: rgb(216 180 254 / 0.5);
  }

  .md\:border-purple-300\/55 {
    border-color: rgb(216 180 254 / 0.55);
  }

  .md\:border-purple-300\/60 {
    border-color: rgb(216 180 254 / 0.6);
  }

  .md\:border-purple-300\/65 {
    border-color: rgb(216 180 254 / 0.65);
  }

  .md\:border-purple-300\/70 {
    border-color: rgb(216 180 254 / 0.7);
  }

  .md\:border-purple-300\/75 {
    border-color: rgb(216 180 254 / 0.75);
  }

  .md\:border-purple-300\/80 {
    border-color: rgb(216 180 254 / 0.8);
  }

  .md\:border-purple-300\/85 {
    border-color: rgb(216 180 254 / 0.85);
  }

  .md\:border-purple-300\/90 {
    border-color: rgb(216 180 254 / 0.9);
  }

  .md\:border-purple-300\/95 {
    border-color: rgb(216 180 254 / 0.95);
  }

  .md\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgb(192 132 252 / var(--tw-border-opacity));
  }

  .md\:border-purple-400\/0 {
    border-color: rgb(192 132 252 / 0);
  }

  .md\:border-purple-400\/10 {
    border-color: rgb(192 132 252 / 0.1);
  }

  .md\:border-purple-400\/100 {
    border-color: rgb(192 132 252 / 1);
  }

  .md\:border-purple-400\/15 {
    border-color: rgb(192 132 252 / 0.15);
  }

  .md\:border-purple-400\/20 {
    border-color: rgb(192 132 252 / 0.2);
  }

  .md\:border-purple-400\/25 {
    border-color: rgb(192 132 252 / 0.25);
  }

  .md\:border-purple-400\/30 {
    border-color: rgb(192 132 252 / 0.3);
  }

  .md\:border-purple-400\/35 {
    border-color: rgb(192 132 252 / 0.35);
  }

  .md\:border-purple-400\/40 {
    border-color: rgb(192 132 252 / 0.4);
  }

  .md\:border-purple-400\/45 {
    border-color: rgb(192 132 252 / 0.45);
  }

  .md\:border-purple-400\/5 {
    border-color: rgb(192 132 252 / 0.05);
  }

  .md\:border-purple-400\/50 {
    border-color: rgb(192 132 252 / 0.5);
  }

  .md\:border-purple-400\/55 {
    border-color: rgb(192 132 252 / 0.55);
  }

  .md\:border-purple-400\/60 {
    border-color: rgb(192 132 252 / 0.6);
  }

  .md\:border-purple-400\/65 {
    border-color: rgb(192 132 252 / 0.65);
  }

  .md\:border-purple-400\/70 {
    border-color: rgb(192 132 252 / 0.7);
  }

  .md\:border-purple-400\/75 {
    border-color: rgb(192 132 252 / 0.75);
  }

  .md\:border-purple-400\/80 {
    border-color: rgb(192 132 252 / 0.8);
  }

  .md\:border-purple-400\/85 {
    border-color: rgb(192 132 252 / 0.85);
  }

  .md\:border-purple-400\/90 {
    border-color: rgb(192 132 252 / 0.9);
  }

  .md\:border-purple-400\/95 {
    border-color: rgb(192 132 252 / 0.95);
  }

  .md\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgb(250 245 255 / var(--tw-border-opacity));
  }

  .md\:border-purple-50\/0 {
    border-color: rgb(250 245 255 / 0);
  }

  .md\:border-purple-50\/10 {
    border-color: rgb(250 245 255 / 0.1);
  }

  .md\:border-purple-50\/100 {
    border-color: rgb(250 245 255 / 1);
  }

  .md\:border-purple-50\/15 {
    border-color: rgb(250 245 255 / 0.15);
  }

  .md\:border-purple-50\/20 {
    border-color: rgb(250 245 255 / 0.2);
  }

  .md\:border-purple-50\/25 {
    border-color: rgb(250 245 255 / 0.25);
  }

  .md\:border-purple-50\/30 {
    border-color: rgb(250 245 255 / 0.3);
  }

  .md\:border-purple-50\/35 {
    border-color: rgb(250 245 255 / 0.35);
  }

  .md\:border-purple-50\/40 {
    border-color: rgb(250 245 255 / 0.4);
  }

  .md\:border-purple-50\/45 {
    border-color: rgb(250 245 255 / 0.45);
  }

  .md\:border-purple-50\/5 {
    border-color: rgb(250 245 255 / 0.05);
  }

  .md\:border-purple-50\/50 {
    border-color: rgb(250 245 255 / 0.5);
  }

  .md\:border-purple-50\/55 {
    border-color: rgb(250 245 255 / 0.55);
  }

  .md\:border-purple-50\/60 {
    border-color: rgb(250 245 255 / 0.6);
  }

  .md\:border-purple-50\/65 {
    border-color: rgb(250 245 255 / 0.65);
  }

  .md\:border-purple-50\/70 {
    border-color: rgb(250 245 255 / 0.7);
  }

  .md\:border-purple-50\/75 {
    border-color: rgb(250 245 255 / 0.75);
  }

  .md\:border-purple-50\/80 {
    border-color: rgb(250 245 255 / 0.8);
  }

  .md\:border-purple-50\/85 {
    border-color: rgb(250 245 255 / 0.85);
  }

  .md\:border-purple-50\/90 {
    border-color: rgb(250 245 255 / 0.9);
  }

  .md\:border-purple-50\/95 {
    border-color: rgb(250 245 255 / 0.95);
  }

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

  .md\:border-purple-500\/0 {
    border-color: rgb(168 85 247 / 0);
  }

  .md\:border-purple-500\/10 {
    border-color: rgb(168 85 247 / 0.1);
  }

  .md\:border-purple-500\/100 {
    border-color: rgb(168 85 247 / 1);
  }

  .md\:border-purple-500\/15 {
    border-color: rgb(168 85 247 / 0.15);
  }

  .md\:border-purple-500\/20 {
    border-color: rgb(168 85 247 / 0.2);
  }

  .md\:border-purple-500\/25 {
    border-color: rgb(168 85 247 / 0.25);
  }

  .md\:border-purple-500\/30 {
    border-color: rgb(168 85 247 / 0.3);
  }

  .md\:border-purple-500\/35 {
    border-color: rgb(168 85 247 / 0.35);
  }

  .md\:border-purple-500\/40 {
    border-color: rgb(168 85 247 / 0.4);
  }

  .md\:border-purple-500\/45 {
    border-color: rgb(168 85 247 / 0.45);
  }

  .md\:border-purple-500\/5 {
    border-color: rgb(168 85 247 / 0.05);
  }

  .md\:border-purple-500\/50 {
    border-color: rgb(168 85 247 / 0.5);
  }

  .md\:border-purple-500\/55 {
    border-color: rgb(168 85 247 / 0.55);
  }

  .md\:border-purple-500\/60 {
    border-color: rgb(168 85 247 / 0.6);
  }

  .md\:border-purple-500\/65 {
    border-color: rgb(168 85 247 / 0.65);
  }

  .md\:border-purple-500\/70 {
    border-color: rgb(168 85 247 / 0.7);
  }

  .md\:border-purple-500\/75 {
    border-color: rgb(168 85 247 / 0.75);
  }

  .md\:border-purple-500\/80 {
    border-color: rgb(168 85 247 / 0.8);
  }

  .md\:border-purple-500\/85 {
    border-color: rgb(168 85 247 / 0.85);
  }

  .md\:border-purple-500\/90 {
    border-color: rgb(168 85 247 / 0.9);
  }

  .md\:border-purple-500\/95 {
    border-color: rgb(168 85 247 / 0.95);
  }

  .md\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgb(147 51 234 / var(--tw-border-opacity));
  }

  .md\:border-purple-600\/0 {
    border-color: rgb(147 51 234 / 0);
  }

  .md\:border-purple-600\/10 {
    border-color: rgb(147 51 234 / 0.1);
  }

  .md\:border-purple-600\/100 {
    border-color: rgb(147 51 234 / 1);
  }

  .md\:border-purple-600\/15 {
    border-color: rgb(147 51 234 / 0.15);
  }

  .md\:border-purple-600\/20 {
    border-color: rgb(147 51 234 / 0.2);
  }

  .md\:border-purple-600\/25 {
    border-color: rgb(147 51 234 / 0.25);
  }

  .md\:border-purple-600\/30 {
    border-color: rgb(147 51 234 / 0.3);
  }

  .md\:border-purple-600\/35 {
    border-color: rgb(147 51 234 / 0.35);
  }

  .md\:border-purple-600\/40 {
    border-color: rgb(147 51 234 / 0.4);
  }

  .md\:border-purple-600\/45 {
    border-color: rgb(147 51 234 / 0.45);
  }

  .md\:border-purple-600\/5 {
    border-color: rgb(147 51 234 / 0.05);
  }

  .md\:border-purple-600\/50 {
    border-color: rgb(147 51 234 / 0.5);
  }

  .md\:border-purple-600\/55 {
    border-color: rgb(147 51 234 / 0.55);
  }

  .md\:border-purple-600\/60 {
    border-color: rgb(147 51 234 / 0.6);
  }

  .md\:border-purple-600\/65 {
    border-color: rgb(147 51 234 / 0.65);
  }

  .md\:border-purple-600\/70 {
    border-color: rgb(147 51 234 / 0.7);
  }

  .md\:border-purple-600\/75 {
    border-color: rgb(147 51 234 / 0.75);
  }

  .md\:border-purple-600\/80 {
    border-color: rgb(147 51 234 / 0.8);
  }

  .md\:border-purple-600\/85 {
    border-color: rgb(147 51 234 / 0.85);
  }

  .md\:border-purple-600\/90 {
    border-color: rgb(147 51 234 / 0.9);
  }

  .md\:border-purple-600\/95 {
    border-color: rgb(147 51 234 / 0.95);
  }

  .md\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgb(126 34 206 / var(--tw-border-opacity));
  }

  .md\:border-purple-700\/0 {
    border-color: rgb(126 34 206 / 0);
  }

  .md\:border-purple-700\/10 {
    border-color: rgb(126 34 206 / 0.1);
  }

  .md\:border-purple-700\/100 {
    border-color: rgb(126 34 206 / 1);
  }

  .md\:border-purple-700\/15 {
    border-color: rgb(126 34 206 / 0.15);
  }

  .md\:border-purple-700\/20 {
    border-color: rgb(126 34 206 / 0.2);
  }

  .md\:border-purple-700\/25 {
    border-color: rgb(126 34 206 / 0.25);
  }

  .md\:border-purple-700\/30 {
    border-color: rgb(126 34 206 / 0.3);
  }

  .md\:border-purple-700\/35 {
    border-color: rgb(126 34 206 / 0.35);
  }

  .md\:border-purple-700\/40 {
    border-color: rgb(126 34 206 / 0.4);
  }

  .md\:border-purple-700\/45 {
    border-color: rgb(126 34 206 / 0.45);
  }

  .md\:border-purple-700\/5 {
    border-color: rgb(126 34 206 / 0.05);
  }

  .md\:border-purple-700\/50 {
    border-color: rgb(126 34 206 / 0.5);
  }

  .md\:border-purple-700\/55 {
    border-color: rgb(126 34 206 / 0.55);
  }

  .md\:border-purple-700\/60 {
    border-color: rgb(126 34 206 / 0.6);
  }

  .md\:border-purple-700\/65 {
    border-color: rgb(126 34 206 / 0.65);
  }

  .md\:border-purple-700\/70 {
    border-color: rgb(126 34 206 / 0.7);
  }

  .md\:border-purple-700\/75 {
    border-color: rgb(126 34 206 / 0.75);
  }

  .md\:border-purple-700\/80 {
    border-color: rgb(126 34 206 / 0.8);
  }

  .md\:border-purple-700\/85 {
    border-color: rgb(126 34 206 / 0.85);
  }

  .md\:border-purple-700\/90 {
    border-color: rgb(126 34 206 / 0.9);
  }

  .md\:border-purple-700\/95 {
    border-color: rgb(126 34 206 / 0.95);
  }

  .md\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgb(107 33 168 / var(--tw-border-opacity));
  }

  .md\:border-purple-800\/0 {
    border-color: rgb(107 33 168 / 0);
  }

  .md\:border-purple-800\/10 {
    border-color: rgb(107 33 168 / 0.1);
  }

  .md\:border-purple-800\/100 {
    border-color: rgb(107 33 168 / 1);
  }

  .md\:border-purple-800\/15 {
    border-color: rgb(107 33 168 / 0.15);
  }

  .md\:border-purple-800\/20 {
    border-color: rgb(107 33 168 / 0.2);
  }

  .md\:border-purple-800\/25 {
    border-color: rgb(107 33 168 / 0.25);
  }

  .md\:border-purple-800\/30 {
    border-color: rgb(107 33 168 / 0.3);
  }

  .md\:border-purple-800\/35 {
    border-color: rgb(107 33 168 / 0.35);
  }

  .md\:border-purple-800\/40 {
    border-color: rgb(107 33 168 / 0.4);
  }

  .md\:border-purple-800\/45 {
    border-color: rgb(107 33 168 / 0.45);
  }

  .md\:border-purple-800\/5 {
    border-color: rgb(107 33 168 / 0.05);
  }

  .md\:border-purple-800\/50 {
    border-color: rgb(107 33 168 / 0.5);
  }

  .md\:border-purple-800\/55 {
    border-color: rgb(107 33 168 / 0.55);
  }

  .md\:border-purple-800\/60 {
    border-color: rgb(107 33 168 / 0.6);
  }

  .md\:border-purple-800\/65 {
    border-color: rgb(107 33 168 / 0.65);
  }

  .md\:border-purple-800\/70 {
    border-color: rgb(107 33 168 / 0.7);
  }

  .md\:border-purple-800\/75 {
    border-color: rgb(107 33 168 / 0.75);
  }

  .md\:border-purple-800\/80 {
    border-color: rgb(107 33 168 / 0.8);
  }

  .md\:border-purple-800\/85 {
    border-color: rgb(107 33 168 / 0.85);
  }

  .md\:border-purple-800\/90 {
    border-color: rgb(107 33 168 / 0.9);
  }

  .md\:border-purple-800\/95 {
    border-color: rgb(107 33 168 / 0.95);
  }

  .md\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgb(88 28 135 / var(--tw-border-opacity));
  }

  .md\:border-purple-900\/0 {
    border-color: rgb(88 28 135 / 0);
  }

  .md\:border-purple-900\/10 {
    border-color: rgb(88 28 135 / 0.1);
  }

  .md\:border-purple-900\/100 {
    border-color: rgb(88 28 135 / 1);
  }

  .md\:border-purple-900\/15 {
    border-color: rgb(88 28 135 / 0.15);
  }

  .md\:border-purple-900\/20 {
    border-color: rgb(88 28 135 / 0.2);
  }

  .md\:border-purple-900\/25 {
    border-color: rgb(88 28 135 / 0.25);
  }

  .md\:border-purple-900\/30 {
    border-color: rgb(88 28 135 / 0.3);
  }

  .md\:border-purple-900\/35 {
    border-color: rgb(88 28 135 / 0.35);
  }

  .md\:border-purple-900\/40 {
    border-color: rgb(88 28 135 / 0.4);
  }

  .md\:border-purple-900\/45 {
    border-color: rgb(88 28 135 / 0.45);
  }

  .md\:border-purple-900\/5 {
    border-color: rgb(88 28 135 / 0.05);
  }

  .md\:border-purple-900\/50 {
    border-color: rgb(88 28 135 / 0.5);
  }

  .md\:border-purple-900\/55 {
    border-color: rgb(88 28 135 / 0.55);
  }

  .md\:border-purple-900\/60 {
    border-color: rgb(88 28 135 / 0.6);
  }

  .md\:border-purple-900\/65 {
    border-color: rgb(88 28 135 / 0.65);
  }

  .md\:border-purple-900\/70 {
    border-color: rgb(88 28 135 / 0.7);
  }

  .md\:border-purple-900\/75 {
    border-color: rgb(88 28 135 / 0.75);
  }

  .md\:border-purple-900\/80 {
    border-color: rgb(88 28 135 / 0.8);
  }

  .md\:border-purple-900\/85 {
    border-color: rgb(88 28 135 / 0.85);
  }

  .md\:border-purple-900\/90 {
    border-color: rgb(88 28 135 / 0.9);
  }

  .md\:border-purple-900\/95 {
    border-color: rgb(88 28 135 / 0.95);
  }

  .md\:border-purple-950 {
    --tw-border-opacity: 1;
    border-color: rgb(59 7 100 / var(--tw-border-opacity));
  }

  .md\:border-purple-950\/0 {
    border-color: rgb(59 7 100 / 0);
  }

  .md\:border-purple-950\/10 {
    border-color: rgb(59 7 100 / 0.1);
  }

  .md\:border-purple-950\/100 {
    border-color: rgb(59 7 100 / 1);
  }

  .md\:border-purple-950\/15 {
    border-color: rgb(59 7 100 / 0.15);
  }

  .md\:border-purple-950\/20 {
    border-color: rgb(59 7 100 / 0.2);
  }

  .md\:border-purple-950\/25 {
    border-color: rgb(59 7 100 / 0.25);
  }

  .md\:border-purple-950\/30 {
    border-color: rgb(59 7 100 / 0.3);
  }

  .md\:border-purple-950\/35 {
    border-color: rgb(59 7 100 / 0.35);
  }

  .md\:border-purple-950\/40 {
    border-color: rgb(59 7 100 / 0.4);
  }

  .md\:border-purple-950\/45 {
    border-color: rgb(59 7 100 / 0.45);
  }

  .md\:border-purple-950\/5 {
    border-color: rgb(59 7 100 / 0.05);
  }

  .md\:border-purple-950\/50 {
    border-color: rgb(59 7 100 / 0.5);
  }

  .md\:border-purple-950\/55 {
    border-color: rgb(59 7 100 / 0.55);
  }

  .md\:border-purple-950\/60 {
    border-color: rgb(59 7 100 / 0.6);
  }

  .md\:border-purple-950\/65 {
    border-color: rgb(59 7 100 / 0.65);
  }

  .md\:border-purple-950\/70 {
    border-color: rgb(59 7 100 / 0.7);
  }

  .md\:border-purple-950\/75 {
    border-color: rgb(59 7 100 / 0.75);
  }

  .md\:border-purple-950\/80 {
    border-color: rgb(59 7 100 / 0.8);
  }

  .md\:border-purple-950\/85 {
    border-color: rgb(59 7 100 / 0.85);
  }

  .md\:border-purple-950\/90 {
    border-color: rgb(59 7 100 / 0.9);
  }

  .md\:border-purple-950\/95 {
    border-color: rgb(59 7 100 / 0.95);
  }

  .md\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgb(254 226 226 / var(--tw-border-opacity));
  }

  .md\:border-red-100\/0 {
    border-color: rgb(254 226 226 / 0);
  }

  .md\:border-red-100\/10 {
    border-color: rgb(254 226 226 / 0.1);
  }

  .md\:border-red-100\/100 {
    border-color: rgb(254 226 226 / 1);
  }

  .md\:border-red-100\/15 {
    border-color: rgb(254 226 226 / 0.15);
  }

  .md\:border-red-100\/20 {
    border-color: rgb(254 226 226 / 0.2);
  }

  .md\:border-red-100\/25 {
    border-color: rgb(254 226 226 / 0.25);
  }

  .md\:border-red-100\/30 {
    border-color: rgb(254 226 226 / 0.3);
  }

  .md\:border-red-100\/35 {
    border-color: rgb(254 226 226 / 0.35);
  }

  .md\:border-red-100\/40 {
    border-color: rgb(254 226 226 / 0.4);
  }

  .md\:border-red-100\/45 {
    border-color: rgb(254 226 226 / 0.45);
  }

  .md\:border-red-100\/5 {
    border-color: rgb(254 226 226 / 0.05);
  }

  .md\:border-red-100\/50 {
    border-color: rgb(254 226 226 / 0.5);
  }

  .md\:border-red-100\/55 {
    border-color: rgb(254 226 226 / 0.55);
  }

  .md\:border-red-100\/60 {
    border-color: rgb(254 226 226 / 0.6);
  }

  .md\:border-red-100\/65 {
    border-color: rgb(254 226 226 / 0.65);
  }

  .md\:border-red-100\/70 {
    border-color: rgb(254 226 226 / 0.7);
  }

  .md\:border-red-100\/75 {
    border-color: rgb(254 226 226 / 0.75);
  }

  .md\:border-red-100\/80 {
    border-color: rgb(254 226 226 / 0.8);
  }

  .md\:border-red-100\/85 {
    border-color: rgb(254 226 226 / 0.85);
  }

  .md\:border-red-100\/90 {
    border-color: rgb(254 226 226 / 0.9);
  }

  .md\:border-red-100\/95 {
    border-color: rgb(254 226 226 / 0.95);
  }

  .md\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 202 202 / var(--tw-border-opacity));
  }

  .md\:border-red-200\/0 {
    border-color: rgb(254 202 202 / 0);
  }

  .md\:border-red-200\/10 {
    border-color: rgb(254 202 202 / 0.1);
  }

  .md\:border-red-200\/100 {
    border-color: rgb(254 202 202 / 1);
  }

  .md\:border-red-200\/15 {
    border-color: rgb(254 202 202 / 0.15);
  }

  .md\:border-red-200\/20 {
    border-color: rgb(254 202 202 / 0.2);
  }

  .md\:border-red-200\/25 {
    border-color: rgb(254 202 202 / 0.25);
  }

  .md\:border-red-200\/30 {
    border-color: rgb(254 202 202 / 0.3);
  }

  .md\:border-red-200\/35 {
    border-color: rgb(254 202 202 / 0.35);
  }

  .md\:border-red-200\/40 {
    border-color: rgb(254 202 202 / 0.4);
  }

  .md\:border-red-200\/45 {
    border-color: rgb(254 202 202 / 0.45);
  }

  .md\:border-red-200\/5 {
    border-color: rgb(254 202 202 / 0.05);
  }

  .md\:border-red-200\/50 {
    border-color: rgb(254 202 202 / 0.5);
  }

  .md\:border-red-200\/55 {
    border-color: rgb(254 202 202 / 0.55);
  }

  .md\:border-red-200\/60 {
    border-color: rgb(254 202 202 / 0.6);
  }

  .md\:border-red-200\/65 {
    border-color: rgb(254 202 202 / 0.65);
  }

  .md\:border-red-200\/70 {
    border-color: rgb(254 202 202 / 0.7);
  }

  .md\:border-red-200\/75 {
    border-color: rgb(254 202 202 / 0.75);
  }

  .md\:border-red-200\/80 {
    border-color: rgb(254 202 202 / 0.8);
  }

  .md\:border-red-200\/85 {
    border-color: rgb(254 202 202 / 0.85);
  }

  .md\:border-red-200\/90 {
    border-color: rgb(254 202 202 / 0.9);
  }

  .md\:border-red-200\/95 {
    border-color: rgb(254 202 202 / 0.95);
  }

  .md\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgb(252 165 165 / var(--tw-border-opacity));
  }

  .md\:border-red-300\/0 {
    border-color: rgb(252 165 165 / 0);
  }

  .md\:border-red-300\/10 {
    border-color: rgb(252 165 165 / 0.1);
  }

  .md\:border-red-300\/100 {
    border-color: rgb(252 165 165 / 1);
  }

  .md\:border-red-300\/15 {
    border-color: rgb(252 165 165 / 0.15);
  }

  .md\:border-red-300\/20 {
    border-color: rgb(252 165 165 / 0.2);
  }

  .md\:border-red-300\/25 {
    border-color: rgb(252 165 165 / 0.25);
  }

  .md\:border-red-300\/30 {
    border-color: rgb(252 165 165 / 0.3);
  }

  .md\:border-red-300\/35 {
    border-color: rgb(252 165 165 / 0.35);
  }

  .md\:border-red-300\/40 {
    border-color: rgb(252 165 165 / 0.4);
  }

  .md\:border-red-300\/45 {
    border-color: rgb(252 165 165 / 0.45);
  }

  .md\:border-red-300\/5 {
    border-color: rgb(252 165 165 / 0.05);
  }

  .md\:border-red-300\/50 {
    border-color: rgb(252 165 165 / 0.5);
  }

  .md\:border-red-300\/55 {
    border-color: rgb(252 165 165 / 0.55);
  }

  .md\:border-red-300\/60 {
    border-color: rgb(252 165 165 / 0.6);
  }

  .md\:border-red-300\/65 {
    border-color: rgb(252 165 165 / 0.65);
  }

  .md\:border-red-300\/70 {
    border-color: rgb(252 165 165 / 0.7);
  }

  .md\:border-red-300\/75 {
    border-color: rgb(252 165 165 / 0.75);
  }

  .md\:border-red-300\/80 {
    border-color: rgb(252 165 165 / 0.8);
  }

  .md\:border-red-300\/85 {
    border-color: rgb(252 165 165 / 0.85);
  }

  .md\:border-red-300\/90 {
    border-color: rgb(252 165 165 / 0.9);
  }

  .md\:border-red-300\/95 {
    border-color: rgb(252 165 165 / 0.95);
  }

  .md\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgb(248 113 113 / var(--tw-border-opacity));
  }

  .md\:border-red-400\/0 {
    border-color: rgb(248 113 113 / 0);
  }

  .md\:border-red-400\/10 {
    border-color: rgb(248 113 113 / 0.1);
  }

  .md\:border-red-400\/100 {
    border-color: rgb(248 113 113 / 1);
  }

  .md\:border-red-400\/15 {
    border-color: rgb(248 113 113 / 0.15);
  }

  .md\:border-red-400\/20 {
    border-color: rgb(248 113 113 / 0.2);
  }

  .md\:border-red-400\/25 {
    border-color: rgb(248 113 113 / 0.25);
  }

  .md\:border-red-400\/30 {
    border-color: rgb(248 113 113 / 0.3);
  }

  .md\:border-red-400\/35 {
    border-color: rgb(248 113 113 / 0.35);
  }

  .md\:border-red-400\/40 {
    border-color: rgb(248 113 113 / 0.4);
  }

  .md\:border-red-400\/45 {
    border-color: rgb(248 113 113 / 0.45);
  }

  .md\:border-red-400\/5 {
    border-color: rgb(248 113 113 / 0.05);
  }

  .md\:border-red-400\/50 {
    border-color: rgb(248 113 113 / 0.5);
  }

  .md\:border-red-400\/55 {
    border-color: rgb(248 113 113 / 0.55);
  }

  .md\:border-red-400\/60 {
    border-color: rgb(248 113 113 / 0.6);
  }

  .md\:border-red-400\/65 {
    border-color: rgb(248 113 113 / 0.65);
  }

  .md\:border-red-400\/70 {
    border-color: rgb(248 113 113 / 0.7);
  }

  .md\:border-red-400\/75 {
    border-color: rgb(248 113 113 / 0.75);
  }

  .md\:border-red-400\/80 {
    border-color: rgb(248 113 113 / 0.8);
  }

  .md\:border-red-400\/85 {
    border-color: rgb(248 113 113 / 0.85);
  }

  .md\:border-red-400\/90 {
    border-color: rgb(248 113 113 / 0.9);
  }

  .md\:border-red-400\/95 {
    border-color: rgb(248 113 113 / 0.95);
  }

  .md\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgb(254 242 242 / var(--tw-border-opacity));
  }

  .md\:border-red-50\/0 {
    border-color: rgb(254 242 242 / 0);
  }

  .md\:border-red-50\/10 {
    border-color: rgb(254 242 242 / 0.1);
  }

  .md\:border-red-50\/100 {
    border-color: rgb(254 242 242 / 1);
  }

  .md\:border-red-50\/15 {
    border-color: rgb(254 242 242 / 0.15);
  }

  .md\:border-red-50\/20 {
    border-color: rgb(254 242 242 / 0.2);
  }

  .md\:border-red-50\/25 {
    border-color: rgb(254 242 242 / 0.25);
  }

  .md\:border-red-50\/30 {
    border-color: rgb(254 242 242 / 0.3);
  }

  .md\:border-red-50\/35 {
    border-color: rgb(254 242 242 / 0.35);
  }

  .md\:border-red-50\/40 {
    border-color: rgb(254 242 242 / 0.4);
  }

  .md\:border-red-50\/45 {
    border-color: rgb(254 242 242 / 0.45);
  }

  .md\:border-red-50\/5 {
    border-color: rgb(254 242 242 / 0.05);
  }

  .md\:border-red-50\/50 {
    border-color: rgb(254 242 242 / 0.5);
  }

  .md\:border-red-50\/55 {
    border-color: rgb(254 242 242 / 0.55);
  }

  .md\:border-red-50\/60 {
    border-color: rgb(254 242 242 / 0.6);
  }

  .md\:border-red-50\/65 {
    border-color: rgb(254 242 242 / 0.65);
  }

  .md\:border-red-50\/70 {
    border-color: rgb(254 242 242 / 0.7);
  }

  .md\:border-red-50\/75 {
    border-color: rgb(254 242 242 / 0.75);
  }

  .md\:border-red-50\/80 {
    border-color: rgb(254 242 242 / 0.8);
  }

  .md\:border-red-50\/85 {
    border-color: rgb(254 242 242 / 0.85);
  }

  .md\:border-red-50\/90 {
    border-color: rgb(254 242 242 / 0.9);
  }

  .md\:border-red-50\/95 {
    border-color: rgb(254 242 242 / 0.95);
  }

  .md\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity));
  }

  .md\:border-red-500\/0 {
    border-color: rgb(239 68 68 / 0);
  }

  .md\:border-red-500\/10 {
    border-color: rgb(239 68 68 / 0.1);
  }

  .md\:border-red-500\/100 {
    border-color: rgb(239 68 68 / 1);
  }

  .md\:border-red-500\/15 {
    border-color: rgb(239 68 68 / 0.15);
  }

  .md\:border-red-500\/20 {
    border-color: rgb(239 68 68 / 0.2);
  }

  .md\:border-red-500\/25 {
    border-color: rgb(239 68 68 / 0.25);
  }

  .md\:border-red-500\/30 {
    border-color: rgb(239 68 68 / 0.3);
  }

  .md\:border-red-500\/35 {
    border-color: rgb(239 68 68 / 0.35);
  }

  .md\:border-red-500\/40 {
    border-color: rgb(239 68 68 / 0.4);
  }

  .md\:border-red-500\/45 {
    border-color: rgb(239 68 68 / 0.45);
  }

  .md\:border-red-500\/5 {
    border-color: rgb(239 68 68 / 0.05);
  }

  .md\:border-red-500\/50 {
    border-color: rgb(239 68 68 / 0.5);
  }

  .md\:border-red-500\/55 {
    border-color: rgb(239 68 68 / 0.55);
  }

  .md\:border-red-500\/60 {
    border-color: rgb(239 68 68 / 0.6);
  }

  .md\:border-red-500\/65 {
    border-color: rgb(239 68 68 / 0.65);
  }

  .md\:border-red-500\/70 {
    border-color: rgb(239 68 68 / 0.7);
  }

  .md\:border-red-500\/75 {
    border-color: rgb(239 68 68 / 0.75);
  }

  .md\:border-red-500\/80 {
    border-color: rgb(239 68 68 / 0.8);
  }

  .md\:border-red-500\/85 {
    border-color: rgb(239 68 68 / 0.85);
  }

  .md\:border-red-500\/90 {
    border-color: rgb(239 68 68 / 0.9);
  }

  .md\:border-red-500\/95 {
    border-color: rgb(239 68 68 / 0.95);
  }

  .md\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgb(220 38 38 / var(--tw-border-opacity));
  }

  .md\:border-red-600\/0 {
    border-color: rgb(220 38 38 / 0);
  }

  .md\:border-red-600\/10 {
    border-color: rgb(220 38 38 / 0.1);
  }

  .md\:border-red-600\/100 {
    border-color: rgb(220 38 38 / 1);
  }

  .md\:border-red-600\/15 {
    border-color: rgb(220 38 38 / 0.15);
  }

  .md\:border-red-600\/20 {
    border-color: rgb(220 38 38 / 0.2);
  }

  .md\:border-red-600\/25 {
    border-color: rgb(220 38 38 / 0.25);
  }

  .md\:border-red-600\/30 {
    border-color: rgb(220 38 38 / 0.3);
  }

  .md\:border-red-600\/35 {
    border-color: rgb(220 38 38 / 0.35);
  }

  .md\:border-red-600\/40 {
    border-color: rgb(220 38 38 / 0.4);
  }

  .md\:border-red-600\/45 {
    border-color: rgb(220 38 38 / 0.45);
  }

  .md\:border-red-600\/5 {
    border-color: rgb(220 38 38 / 0.05);
  }

  .md\:border-red-600\/50 {
    border-color: rgb(220 38 38 / 0.5);
  }

  .md\:border-red-600\/55 {
    border-color: rgb(220 38 38 / 0.55);
  }

  .md\:border-red-600\/60 {
    border-color: rgb(220 38 38 / 0.6);
  }

  .md\:border-red-600\/65 {
    border-color: rgb(220 38 38 / 0.65);
  }

  .md\:border-red-600\/70 {
    border-color: rgb(220 38 38 / 0.7);
  }

  .md\:border-red-600\/75 {
    border-color: rgb(220 38 38 / 0.75);
  }

  .md\:border-red-600\/80 {
    border-color: rgb(220 38 38 / 0.8);
  }

  .md\:border-red-600\/85 {
    border-color: rgb(220 38 38 / 0.85);
  }

  .md\:border-red-600\/90 {
    border-color: rgb(220 38 38 / 0.9);
  }

  .md\:border-red-600\/95 {
    border-color: rgb(220 38 38 / 0.95);
  }

  .md\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgb(185 28 28 / var(--tw-border-opacity));
  }

  .md\:border-red-700\/0 {
    border-color: rgb(185 28 28 / 0);
  }

  .md\:border-red-700\/10 {
    border-color: rgb(185 28 28 / 0.1);
  }

  .md\:border-red-700\/100 {
    border-color: rgb(185 28 28 / 1);
  }

  .md\:border-red-700\/15 {
    border-color: rgb(185 28 28 / 0.15);
  }

  .md\:border-red-700\/20 {
    border-color: rgb(185 28 28 / 0.2);
  }

  .md\:border-red-700\/25 {
    border-color: rgb(185 28 28 / 0.25);
  }

  .md\:border-red-700\/30 {
    border-color: rgb(185 28 28 / 0.3);
  }

  .md\:border-red-700\/35 {
    border-color: rgb(185 28 28 / 0.35);
  }

  .md\:border-red-700\/40 {
    border-color: rgb(185 28 28 / 0.4);
  }

  .md\:border-red-700\/45 {
    border-color: rgb(185 28 28 / 0.45);
  }

  .md\:border-red-700\/5 {
    border-color: rgb(185 28 28 / 0.05);
  }

  .md\:border-red-700\/50 {
    border-color: rgb(185 28 28 / 0.5);
  }

  .md\:border-red-700\/55 {
    border-color: rgb(185 28 28 / 0.55);
  }

  .md\:border-red-700\/60 {
    border-color: rgb(185 28 28 / 0.6);
  }

  .md\:border-red-700\/65 {
    border-color: rgb(185 28 28 / 0.65);
  }

  .md\:border-red-700\/70 {
    border-color: rgb(185 28 28 / 0.7);
  }

  .md\:border-red-700\/75 {
    border-color: rgb(185 28 28 / 0.75);
  }

  .md\:border-red-700\/80 {
    border-color: rgb(185 28 28 / 0.8);
  }

  .md\:border-red-700\/85 {
    border-color: rgb(185 28 28 / 0.85);
  }

  .md\:border-red-700\/90 {
    border-color: rgb(185 28 28 / 0.9);
  }

  .md\:border-red-700\/95 {
    border-color: rgb(185 28 28 / 0.95);
  }

  .md\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgb(153 27 27 / var(--tw-border-opacity));
  }

  .md\:border-red-800\/0 {
    border-color: rgb(153 27 27 / 0);
  }

  .md\:border-red-800\/10 {
    border-color: rgb(153 27 27 / 0.1);
  }

  .md\:border-red-800\/100 {
    border-color: rgb(153 27 27 / 1);
  }

  .md\:border-red-800\/15 {
    border-color: rgb(153 27 27 / 0.15);
  }

  .md\:border-red-800\/20 {
    border-color: rgb(153 27 27 / 0.2);
  }

  .md\:border-red-800\/25 {
    border-color: rgb(153 27 27 / 0.25);
  }

  .md\:border-red-800\/30 {
    border-color: rgb(153 27 27 / 0.3);
  }

  .md\:border-red-800\/35 {
    border-color: rgb(153 27 27 / 0.35);
  }

  .md\:border-red-800\/40 {
    border-color: rgb(153 27 27 / 0.4);
  }

  .md\:border-red-800\/45 {
    border-color: rgb(153 27 27 / 0.45);
  }

  .md\:border-red-800\/5 {
    border-color: rgb(153 27 27 / 0.05);
  }

  .md\:border-red-800\/50 {
    border-color: rgb(153 27 27 / 0.5);
  }

  .md\:border-red-800\/55 {
    border-color: rgb(153 27 27 / 0.55);
  }

  .md\:border-red-800\/60 {
    border-color: rgb(153 27 27 / 0.6);
  }

  .md\:border-red-800\/65 {
    border-color: rgb(153 27 27 / 0.65);
  }

  .md\:border-red-800\/70 {
    border-color: rgb(153 27 27 / 0.7);
  }

  .md\:border-red-800\/75 {
    border-color: rgb(153 27 27 / 0.75);
  }

  .md\:border-red-800\/80 {
    border-color: rgb(153 27 27 / 0.8);
  }

  .md\:border-red-800\/85 {
    border-color: rgb(153 27 27 / 0.85);
  }

  .md\:border-red-800\/90 {
    border-color: rgb(153 27 27 / 0.9);
  }

  .md\:border-red-800\/95 {
    border-color: rgb(153 27 27 / 0.95);
  }

  .md\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgb(127 29 29 / var(--tw-border-opacity));
  }

  .md\:border-red-900\/0 {
    border-color: rgb(127 29 29 / 0);
  }

  .md\:border-red-900\/10 {
    border-color: rgb(127 29 29 / 0.1);
  }

  .md\:border-red-900\/100 {
    border-color: rgb(127 29 29 / 1);
  }

  .md\:border-red-900\/15 {
    border-color: rgb(127 29 29 / 0.15);
  }

  .md\:border-red-900\/20 {
    border-color: rgb(127 29 29 / 0.2);
  }

  .md\:border-red-900\/25 {
    border-color: rgb(127 29 29 / 0.25);
  }

  .md\:border-red-900\/30 {
    border-color: rgb(127 29 29 / 0.3);
  }

  .md\:border-red-900\/35 {
    border-color: rgb(127 29 29 / 0.35);
  }

  .md\:border-red-900\/40 {
    border-color: rgb(127 29 29 / 0.4);
  }

  .md\:border-red-900\/45 {
    border-color: rgb(127 29 29 / 0.45);
  }

  .md\:border-red-900\/5 {
    border-color: rgb(127 29 29 / 0.05);
  }

  .md\:border-red-900\/50 {
    border-color: rgb(127 29 29 / 0.5);
  }

  .md\:border-red-900\/55 {
    border-color: rgb(127 29 29 / 0.55);
  }

  .md\:border-red-900\/60 {
    border-color: rgb(127 29 29 / 0.6);
  }

  .md\:border-red-900\/65 {
    border-color: rgb(127 29 29 / 0.65);
  }

  .md\:border-red-900\/70 {
    border-color: rgb(127 29 29 / 0.7);
  }

  .md\:border-red-900\/75 {
    border-color: rgb(127 29 29 / 0.75);
  }

  .md\:border-red-900\/80 {
    border-color: rgb(127 29 29 / 0.8);
  }

  .md\:border-red-900\/85 {
    border-color: rgb(127 29 29 / 0.85);
  }

  .md\:border-red-900\/90 {
    border-color: rgb(127 29 29 / 0.9);
  }

  .md\:border-red-900\/95 {
    border-color: rgb(127 29 29 / 0.95);
  }

  .md\:border-red-950 {
    --tw-border-opacity: 1;
    border-color: rgb(69 10 10 / var(--tw-border-opacity));
  }

  .md\:border-red-950\/0 {
    border-color: rgb(69 10 10 / 0);
  }

  .md\:border-red-950\/10 {
    border-color: rgb(69 10 10 / 0.1);
  }

  .md\:border-red-950\/100 {
    border-color: rgb(69 10 10 / 1);
  }

  .md\:border-red-950\/15 {
    border-color: rgb(69 10 10 / 0.15);
  }

  .md\:border-red-950\/20 {
    border-color: rgb(69 10 10 / 0.2);
  }

  .md\:border-red-950\/25 {
    border-color: rgb(69 10 10 / 0.25);
  }

  .md\:border-red-950\/30 {
    border-color: rgb(69 10 10 / 0.3);
  }

  .md\:border-red-950\/35 {
    border-color: rgb(69 10 10 / 0.35);
  }

  .md\:border-red-950\/40 {
    border-color: rgb(69 10 10 / 0.4);
  }

  .md\:border-red-950\/45 {
    border-color: rgb(69 10 10 / 0.45);
  }

  .md\:border-red-950\/5 {
    border-color: rgb(69 10 10 / 0.05);
  }

  .md\:border-red-950\/50 {
    border-color: rgb(69 10 10 / 0.5);
  }

  .md\:border-red-950\/55 {
    border-color: rgb(69 10 10 / 0.55);
  }

  .md\:border-red-950\/60 {
    border-color: rgb(69 10 10 / 0.6);
  }

  .md\:border-red-950\/65 {
    border-color: rgb(69 10 10 / 0.65);
  }

  .md\:border-red-950\/70 {
    border-color: rgb(69 10 10 / 0.7);
  }

  .md\:border-red-950\/75 {
    border-color: rgb(69 10 10 / 0.75);
  }

  .md\:border-red-950\/80 {
    border-color: rgb(69 10 10 / 0.8);
  }

  .md\:border-red-950\/85 {
    border-color: rgb(69 10 10 / 0.85);
  }

  .md\:border-red-950\/90 {
    border-color: rgb(69 10 10 / 0.9);
  }

  .md\:border-red-950\/95 {
    border-color: rgb(69 10 10 / 0.95);
  }

  .md\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgb(255 228 230 / var(--tw-border-opacity));
  }

  .md\:border-rose-100\/0 {
    border-color: rgb(255 228 230 / 0);
  }

  .md\:border-rose-100\/10 {
    border-color: rgb(255 228 230 / 0.1);
  }

  .md\:border-rose-100\/100 {
    border-color: rgb(255 228 230 / 1);
  }

  .md\:border-rose-100\/15 {
    border-color: rgb(255 228 230 / 0.15);
  }

  .md\:border-rose-100\/20 {
    border-color: rgb(255 228 230 / 0.2);
  }

  .md\:border-rose-100\/25 {
    border-color: rgb(255 228 230 / 0.25);
  }

  .md\:border-rose-100\/30 {
    border-color: rgb(255 228 230 / 0.3);
  }

  .md\:border-rose-100\/35 {
    border-color: rgb(255 228 230 / 0.35);
  }

  .md\:border-rose-100\/40 {
    border-color: rgb(255 228 230 / 0.4);
  }

  .md\:border-rose-100\/45 {
    border-color: rgb(255 228 230 / 0.45);
  }

  .md\:border-rose-100\/5 {
    border-color: rgb(255 228 230 / 0.05);
  }

  .md\:border-rose-100\/50 {
    border-color: rgb(255 228 230 / 0.5);
  }

  .md\:border-rose-100\/55 {
    border-color: rgb(255 228 230 / 0.55);
  }

  .md\:border-rose-100\/60 {
    border-color: rgb(255 228 230 / 0.6);
  }

  .md\:border-rose-100\/65 {
    border-color: rgb(255 228 230 / 0.65);
  }

  .md\:border-rose-100\/70 {
    border-color: rgb(255 228 230 / 0.7);
  }

  .md\:border-rose-100\/75 {
    border-color: rgb(255 228 230 / 0.75);
  }

  .md\:border-rose-100\/80 {
    border-color: rgb(255 228 230 / 0.8);
  }

  .md\:border-rose-100\/85 {
    border-color: rgb(255 228 230 / 0.85);
  }

  .md\:border-rose-100\/90 {
    border-color: rgb(255 228 230 / 0.9);
  }

  .md\:border-rose-100\/95 {
    border-color: rgb(255 228 230 / 0.95);
  }

  .md\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 205 211 / var(--tw-border-opacity));
  }

  .md\:border-rose-200\/0 {
    border-color: rgb(254 205 211 / 0);
  }

  .md\:border-rose-200\/10 {
    border-color: rgb(254 205 211 / 0.1);
  }

  .md\:border-rose-200\/100 {
    border-color: rgb(254 205 211 / 1);
  }

  .md\:border-rose-200\/15 {
    border-color: rgb(254 205 211 / 0.15);
  }

  .md\:border-rose-200\/20 {
    border-color: rgb(254 205 211 / 0.2);
  }

  .md\:border-rose-200\/25 {
    border-color: rgb(254 205 211 / 0.25);
  }

  .md\:border-rose-200\/30 {
    border-color: rgb(254 205 211 / 0.3);
  }

  .md\:border-rose-200\/35 {
    border-color: rgb(254 205 211 / 0.35);
  }

  .md\:border-rose-200\/40 {
    border-color: rgb(254 205 211 / 0.4);
  }

  .md\:border-rose-200\/45 {
    border-color: rgb(254 205 211 / 0.45);
  }

  .md\:border-rose-200\/5 {
    border-color: rgb(254 205 211 / 0.05);
  }

  .md\:border-rose-200\/50 {
    border-color: rgb(254 205 211 / 0.5);
  }

  .md\:border-rose-200\/55 {
    border-color: rgb(254 205 211 / 0.55);
  }

  .md\:border-rose-200\/60 {
    border-color: rgb(254 205 211 / 0.6);
  }

  .md\:border-rose-200\/65 {
    border-color: rgb(254 205 211 / 0.65);
  }

  .md\:border-rose-200\/70 {
    border-color: rgb(254 205 211 / 0.7);
  }

  .md\:border-rose-200\/75 {
    border-color: rgb(254 205 211 / 0.75);
  }

  .md\:border-rose-200\/80 {
    border-color: rgb(254 205 211 / 0.8);
  }

  .md\:border-rose-200\/85 {
    border-color: rgb(254 205 211 / 0.85);
  }

  .md\:border-rose-200\/90 {
    border-color: rgb(254 205 211 / 0.9);
  }

  .md\:border-rose-200\/95 {
    border-color: rgb(254 205 211 / 0.95);
  }

  .md\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgb(253 164 175 / var(--tw-border-opacity));
  }

  .md\:border-rose-300\/0 {
    border-color: rgb(253 164 175 / 0);
  }

  .md\:border-rose-300\/10 {
    border-color: rgb(253 164 175 / 0.1);
  }

  .md\:border-rose-300\/100 {
    border-color: rgb(253 164 175 / 1);
  }

  .md\:border-rose-300\/15 {
    border-color: rgb(253 164 175 / 0.15);
  }

  .md\:border-rose-300\/20 {
    border-color: rgb(253 164 175 / 0.2);
  }

  .md\:border-rose-300\/25 {
    border-color: rgb(253 164 175 / 0.25);
  }

  .md\:border-rose-300\/30 {
    border-color: rgb(253 164 175 / 0.3);
  }

  .md\:border-rose-300\/35 {
    border-color: rgb(253 164 175 / 0.35);
  }

  .md\:border-rose-300\/40 {
    border-color: rgb(253 164 175 / 0.4);
  }

  .md\:border-rose-300\/45 {
    border-color: rgb(253 164 175 / 0.45);
  }

  .md\:border-rose-300\/5 {
    border-color: rgb(253 164 175 / 0.05);
  }

  .md\:border-rose-300\/50 {
    border-color: rgb(253 164 175 / 0.5);
  }

  .md\:border-rose-300\/55 {
    border-color: rgb(253 164 175 / 0.55);
  }

  .md\:border-rose-300\/60 {
    border-color: rgb(253 164 175 / 0.6);
  }

  .md\:border-rose-300\/65 {
    border-color: rgb(253 164 175 / 0.65);
  }

  .md\:border-rose-300\/70 {
    border-color: rgb(253 164 175 / 0.7);
  }

  .md\:border-rose-300\/75 {
    border-color: rgb(253 164 175 / 0.75);
  }

  .md\:border-rose-300\/80 {
    border-color: rgb(253 164 175 / 0.8);
  }

  .md\:border-rose-300\/85 {
    border-color: rgb(253 164 175 / 0.85);
  }

  .md\:border-rose-300\/90 {
    border-color: rgb(253 164 175 / 0.9);
  }

  .md\:border-rose-300\/95 {
    border-color: rgb(253 164 175 / 0.95);
  }

  .md\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgb(251 113 133 / var(--tw-border-opacity));
  }

  .md\:border-rose-400\/0 {
    border-color: rgb(251 113 133 / 0);
  }

  .md\:border-rose-400\/10 {
    border-color: rgb(251 113 133 / 0.1);
  }

  .md\:border-rose-400\/100 {
    border-color: rgb(251 113 133 / 1);
  }

  .md\:border-rose-400\/15 {
    border-color: rgb(251 113 133 / 0.15);
  }

  .md\:border-rose-400\/20 {
    border-color: rgb(251 113 133 / 0.2);
  }

  .md\:border-rose-400\/25 {
    border-color: rgb(251 113 133 / 0.25);
  }

  .md\:border-rose-400\/30 {
    border-color: rgb(251 113 133 / 0.3);
  }

  .md\:border-rose-400\/35 {
    border-color: rgb(251 113 133 / 0.35);
  }

  .md\:border-rose-400\/40 {
    border-color: rgb(251 113 133 / 0.4);
  }

  .md\:border-rose-400\/45 {
    border-color: rgb(251 113 133 / 0.45);
  }

  .md\:border-rose-400\/5 {
    border-color: rgb(251 113 133 / 0.05);
  }

  .md\:border-rose-400\/50 {
    border-color: rgb(251 113 133 / 0.5);
  }

  .md\:border-rose-400\/55 {
    border-color: rgb(251 113 133 / 0.55);
  }

  .md\:border-rose-400\/60 {
    border-color: rgb(251 113 133 / 0.6);
  }

  .md\:border-rose-400\/65 {
    border-color: rgb(251 113 133 / 0.65);
  }

  .md\:border-rose-400\/70 {
    border-color: rgb(251 113 133 / 0.7);
  }

  .md\:border-rose-400\/75 {
    border-color: rgb(251 113 133 / 0.75);
  }

  .md\:border-rose-400\/80 {
    border-color: rgb(251 113 133 / 0.8);
  }

  .md\:border-rose-400\/85 {
    border-color: rgb(251 113 133 / 0.85);
  }

  .md\:border-rose-400\/90 {
    border-color: rgb(251 113 133 / 0.9);
  }

  .md\:border-rose-400\/95 {
    border-color: rgb(251 113 133 / 0.95);
  }

  .md\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgb(255 241 242 / var(--tw-border-opacity));
  }

  .md\:border-rose-50\/0 {
    border-color: rgb(255 241 242 / 0);
  }

  .md\:border-rose-50\/10 {
    border-color: rgb(255 241 242 / 0.1);
  }

  .md\:border-rose-50\/100 {
    border-color: rgb(255 241 242 / 1);
  }

  .md\:border-rose-50\/15 {
    border-color: rgb(255 241 242 / 0.15);
  }

  .md\:border-rose-50\/20 {
    border-color: rgb(255 241 242 / 0.2);
  }

  .md\:border-rose-50\/25 {
    border-color: rgb(255 241 242 / 0.25);
  }

  .md\:border-rose-50\/30 {
    border-color: rgb(255 241 242 / 0.3);
  }

  .md\:border-rose-50\/35 {
    border-color: rgb(255 241 242 / 0.35);
  }

  .md\:border-rose-50\/40 {
    border-color: rgb(255 241 242 / 0.4);
  }

  .md\:border-rose-50\/45 {
    border-color: rgb(255 241 242 / 0.45);
  }

  .md\:border-rose-50\/5 {
    border-color: rgb(255 241 242 / 0.05);
  }

  .md\:border-rose-50\/50 {
    border-color: rgb(255 241 242 / 0.5);
  }

  .md\:border-rose-50\/55 {
    border-color: rgb(255 241 242 / 0.55);
  }

  .md\:border-rose-50\/60 {
    border-color: rgb(255 241 242 / 0.6);
  }

  .md\:border-rose-50\/65 {
    border-color: rgb(255 241 242 / 0.65);
  }

  .md\:border-rose-50\/70 {
    border-color: rgb(255 241 242 / 0.7);
  }

  .md\:border-rose-50\/75 {
    border-color: rgb(255 241 242 / 0.75);
  }

  .md\:border-rose-50\/80 {
    border-color: rgb(255 241 242 / 0.8);
  }

  .md\:border-rose-50\/85 {
    border-color: rgb(255 241 242 / 0.85);
  }

  .md\:border-rose-50\/90 {
    border-color: rgb(255 241 242 / 0.9);
  }

  .md\:border-rose-50\/95 {
    border-color: rgb(255 241 242 / 0.95);
  }

  .md\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgb(244 63 94 / var(--tw-border-opacity));
  }

  .md\:border-rose-500\/0 {
    border-color: rgb(244 63 94 / 0);
  }

  .md\:border-rose-500\/10 {
    border-color: rgb(244 63 94 / 0.1);
  }

  .md\:border-rose-500\/100 {
    border-color: rgb(244 63 94 / 1);
  }

  .md\:border-rose-500\/15 {
    border-color: rgb(244 63 94 / 0.15);
  }

  .md\:border-rose-500\/20 {
    border-color: rgb(244 63 94 / 0.2);
  }

  .md\:border-rose-500\/25 {
    border-color: rgb(244 63 94 / 0.25);
  }

  .md\:border-rose-500\/30 {
    border-color: rgb(244 63 94 / 0.3);
  }

  .md\:border-rose-500\/35 {
    border-color: rgb(244 63 94 / 0.35);
  }

  .md\:border-rose-500\/40 {
    border-color: rgb(244 63 94 / 0.4);
  }

  .md\:border-rose-500\/45 {
    border-color: rgb(244 63 94 / 0.45);
  }

  .md\:border-rose-500\/5 {
    border-color: rgb(244 63 94 / 0.05);
  }

  .md\:border-rose-500\/50 {
    border-color: rgb(244 63 94 / 0.5);
  }

  .md\:border-rose-500\/55 {
    border-color: rgb(244 63 94 / 0.55);
  }

  .md\:border-rose-500\/60 {
    border-color: rgb(244 63 94 / 0.6);
  }

  .md\:border-rose-500\/65 {
    border-color: rgb(244 63 94 / 0.65);
  }

  .md\:border-rose-500\/70 {
    border-color: rgb(244 63 94 / 0.7);
  }

  .md\:border-rose-500\/75 {
    border-color: rgb(244 63 94 / 0.75);
  }

  .md\:border-rose-500\/80 {
    border-color: rgb(244 63 94 / 0.8);
  }

  .md\:border-rose-500\/85 {
    border-color: rgb(244 63 94 / 0.85);
  }

  .md\:border-rose-500\/90 {
    border-color: rgb(244 63 94 / 0.9);
  }

  .md\:border-rose-500\/95 {
    border-color: rgb(244 63 94 / 0.95);
  }

  .md\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgb(225 29 72 / var(--tw-border-opacity));
  }

  .md\:border-rose-600\/0 {
    border-color: rgb(225 29 72 / 0);
  }

  .md\:border-rose-600\/10 {
    border-color: rgb(225 29 72 / 0.1);
  }

  .md\:border-rose-600\/100 {
    border-color: rgb(225 29 72 / 1);
  }

  .md\:border-rose-600\/15 {
    border-color: rgb(225 29 72 / 0.15);
  }

  .md\:border-rose-600\/20 {
    border-color: rgb(225 29 72 / 0.2);
  }

  .md\:border-rose-600\/25 {
    border-color: rgb(225 29 72 / 0.25);
  }

  .md\:border-rose-600\/30 {
    border-color: rgb(225 29 72 / 0.3);
  }

  .md\:border-rose-600\/35 {
    border-color: rgb(225 29 72 / 0.35);
  }

  .md\:border-rose-600\/40 {
    border-color: rgb(225 29 72 / 0.4);
  }

  .md\:border-rose-600\/45 {
    border-color: rgb(225 29 72 / 0.45);
  }

  .md\:border-rose-600\/5 {
    border-color: rgb(225 29 72 / 0.05);
  }

  .md\:border-rose-600\/50 {
    border-color: rgb(225 29 72 / 0.5);
  }

  .md\:border-rose-600\/55 {
    border-color: rgb(225 29 72 / 0.55);
  }

  .md\:border-rose-600\/60 {
    border-color: rgb(225 29 72 / 0.6);
  }

  .md\:border-rose-600\/65 {
    border-color: rgb(225 29 72 / 0.65);
  }

  .md\:border-rose-600\/70 {
    border-color: rgb(225 29 72 / 0.7);
  }

  .md\:border-rose-600\/75 {
    border-color: rgb(225 29 72 / 0.75);
  }

  .md\:border-rose-600\/80 {
    border-color: rgb(225 29 72 / 0.8);
  }

  .md\:border-rose-600\/85 {
    border-color: rgb(225 29 72 / 0.85);
  }

  .md\:border-rose-600\/90 {
    border-color: rgb(225 29 72 / 0.9);
  }

  .md\:border-rose-600\/95 {
    border-color: rgb(225 29 72 / 0.95);
  }

  .md\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgb(190 18 60 / var(--tw-border-opacity));
  }

  .md\:border-rose-700\/0 {
    border-color: rgb(190 18 60 / 0);
  }

  .md\:border-rose-700\/10 {
    border-color: rgb(190 18 60 / 0.1);
  }

  .md\:border-rose-700\/100 {
    border-color: rgb(190 18 60 / 1);
  }

  .md\:border-rose-700\/15 {
    border-color: rgb(190 18 60 / 0.15);
  }

  .md\:border-rose-700\/20 {
    border-color: rgb(190 18 60 / 0.2);
  }

  .md\:border-rose-700\/25 {
    border-color: rgb(190 18 60 / 0.25);
  }

  .md\:border-rose-700\/30 {
    border-color: rgb(190 18 60 / 0.3);
  }

  .md\:border-rose-700\/35 {
    border-color: rgb(190 18 60 / 0.35);
  }

  .md\:border-rose-700\/40 {
    border-color: rgb(190 18 60 / 0.4);
  }

  .md\:border-rose-700\/45 {
    border-color: rgb(190 18 60 / 0.45);
  }

  .md\:border-rose-700\/5 {
    border-color: rgb(190 18 60 / 0.05);
  }

  .md\:border-rose-700\/50 {
    border-color: rgb(190 18 60 / 0.5);
  }

  .md\:border-rose-700\/55 {
    border-color: rgb(190 18 60 / 0.55);
  }

  .md\:border-rose-700\/60 {
    border-color: rgb(190 18 60 / 0.6);
  }

  .md\:border-rose-700\/65 {
    border-color: rgb(190 18 60 / 0.65);
  }

  .md\:border-rose-700\/70 {
    border-color: rgb(190 18 60 / 0.7);
  }

  .md\:border-rose-700\/75 {
    border-color: rgb(190 18 60 / 0.75);
  }

  .md\:border-rose-700\/80 {
    border-color: rgb(190 18 60 / 0.8);
  }

  .md\:border-rose-700\/85 {
    border-color: rgb(190 18 60 / 0.85);
  }

  .md\:border-rose-700\/90 {
    border-color: rgb(190 18 60 / 0.9);
  }

  .md\:border-rose-700\/95 {
    border-color: rgb(190 18 60 / 0.95);
  }

  .md\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgb(159 18 57 / var(--tw-border-opacity));
  }

  .md\:border-rose-800\/0 {
    border-color: rgb(159 18 57 / 0);
  }

  .md\:border-rose-800\/10 {
    border-color: rgb(159 18 57 / 0.1);
  }

  .md\:border-rose-800\/100 {
    border-color: rgb(159 18 57 / 1);
  }

  .md\:border-rose-800\/15 {
    border-color: rgb(159 18 57 / 0.15);
  }

  .md\:border-rose-800\/20 {
    border-color: rgb(159 18 57 / 0.2);
  }

  .md\:border-rose-800\/25 {
    border-color: rgb(159 18 57 / 0.25);
  }

  .md\:border-rose-800\/30 {
    border-color: rgb(159 18 57 / 0.3);
  }

  .md\:border-rose-800\/35 {
    border-color: rgb(159 18 57 / 0.35);
  }

  .md\:border-rose-800\/40 {
    border-color: rgb(159 18 57 / 0.4);
  }

  .md\:border-rose-800\/45 {
    border-color: rgb(159 18 57 / 0.45);
  }

  .md\:border-rose-800\/5 {
    border-color: rgb(159 18 57 / 0.05);
  }

  .md\:border-rose-800\/50 {
    border-color: rgb(159 18 57 / 0.5);
  }

  .md\:border-rose-800\/55 {
    border-color: rgb(159 18 57 / 0.55);
  }

  .md\:border-rose-800\/60 {
    border-color: rgb(159 18 57 / 0.6);
  }

  .md\:border-rose-800\/65 {
    border-color: rgb(159 18 57 / 0.65);
  }

  .md\:border-rose-800\/70 {
    border-color: rgb(159 18 57 / 0.7);
  }

  .md\:border-rose-800\/75 {
    border-color: rgb(159 18 57 / 0.75);
  }

  .md\:border-rose-800\/80 {
    border-color: rgb(159 18 57 / 0.8);
  }

  .md\:border-rose-800\/85 {
    border-color: rgb(159 18 57 / 0.85);
  }

  .md\:border-rose-800\/90 {
    border-color: rgb(159 18 57 / 0.9);
  }

  .md\:border-rose-800\/95 {
    border-color: rgb(159 18 57 / 0.95);
  }

  .md\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgb(136 19 55 / var(--tw-border-opacity));
  }

  .md\:border-rose-900\/0 {
    border-color: rgb(136 19 55 / 0);
  }

  .md\:border-rose-900\/10 {
    border-color: rgb(136 19 55 / 0.1);
  }

  .md\:border-rose-900\/100 {
    border-color: rgb(136 19 55 / 1);
  }

  .md\:border-rose-900\/15 {
    border-color: rgb(136 19 55 / 0.15);
  }

  .md\:border-rose-900\/20 {
    border-color: rgb(136 19 55 / 0.2);
  }

  .md\:border-rose-900\/25 {
    border-color: rgb(136 19 55 / 0.25);
  }

  .md\:border-rose-900\/30 {
    border-color: rgb(136 19 55 / 0.3);
  }

  .md\:border-rose-900\/35 {
    border-color: rgb(136 19 55 / 0.35);
  }

  .md\:border-rose-900\/40 {
    border-color: rgb(136 19 55 / 0.4);
  }

  .md\:border-rose-900\/45 {
    border-color: rgb(136 19 55 / 0.45);
  }

  .md\:border-rose-900\/5 {
    border-color: rgb(136 19 55 / 0.05);
  }

  .md\:border-rose-900\/50 {
    border-color: rgb(136 19 55 / 0.5);
  }

  .md\:border-rose-900\/55 {
    border-color: rgb(136 19 55 / 0.55);
  }

  .md\:border-rose-900\/60 {
    border-color: rgb(136 19 55 / 0.6);
  }

  .md\:border-rose-900\/65 {
    border-color: rgb(136 19 55 / 0.65);
  }

  .md\:border-rose-900\/70 {
    border-color: rgb(136 19 55 / 0.7);
  }

  .md\:border-rose-900\/75 {
    border-color: rgb(136 19 55 / 0.75);
  }

  .md\:border-rose-900\/80 {
    border-color: rgb(136 19 55 / 0.8);
  }

  .md\:border-rose-900\/85 {
    border-color: rgb(136 19 55 / 0.85);
  }

  .md\:border-rose-900\/90 {
    border-color: rgb(136 19 55 / 0.9);
  }

  .md\:border-rose-900\/95 {
    border-color: rgb(136 19 55 / 0.95);
  }

  .md\:border-rose-950 {
    --tw-border-opacity: 1;
    border-color: rgb(76 5 25 / var(--tw-border-opacity));
  }

  .md\:border-rose-950\/0 {
    border-color: rgb(76 5 25 / 0);
  }

  .md\:border-rose-950\/10 {
    border-color: rgb(76 5 25 / 0.1);
  }

  .md\:border-rose-950\/100 {
    border-color: rgb(76 5 25 / 1);
  }

  .md\:border-rose-950\/15 {
    border-color: rgb(76 5 25 / 0.15);
  }

  .md\:border-rose-950\/20 {
    border-color: rgb(76 5 25 / 0.2);
  }

  .md\:border-rose-950\/25 {
    border-color: rgb(76 5 25 / 0.25);
  }

  .md\:border-rose-950\/30 {
    border-color: rgb(76 5 25 / 0.3);
  }

  .md\:border-rose-950\/35 {
    border-color: rgb(76 5 25 / 0.35);
  }

  .md\:border-rose-950\/40 {
    border-color: rgb(76 5 25 / 0.4);
  }

  .md\:border-rose-950\/45 {
    border-color: rgb(76 5 25 / 0.45);
  }

  .md\:border-rose-950\/5 {
    border-color: rgb(76 5 25 / 0.05);
  }

  .md\:border-rose-950\/50 {
    border-color: rgb(76 5 25 / 0.5);
  }

  .md\:border-rose-950\/55 {
    border-color: rgb(76 5 25 / 0.55);
  }

  .md\:border-rose-950\/60 {
    border-color: rgb(76 5 25 / 0.6);
  }

  .md\:border-rose-950\/65 {
    border-color: rgb(76 5 25 / 0.65);
  }

  .md\:border-rose-950\/70 {
    border-color: rgb(76 5 25 / 0.7);
  }

  .md\:border-rose-950\/75 {
    border-color: rgb(76 5 25 / 0.75);
  }

  .md\:border-rose-950\/80 {
    border-color: rgb(76 5 25 / 0.8);
  }

  .md\:border-rose-950\/85 {
    border-color: rgb(76 5 25 / 0.85);
  }

  .md\:border-rose-950\/90 {
    border-color: rgb(76 5 25 / 0.9);
  }

  .md\:border-rose-950\/95 {
    border-color: rgb(76 5 25 / 0.95);
  }

  .md\:border-sky-100 {
    --tw-border-opacity: 1;
    border-color: rgb(224 242 254 / var(--tw-border-opacity));
  }

  .md\:border-sky-100\/0 {
    border-color: rgb(224 242 254 / 0);
  }

  .md\:border-sky-100\/10 {
    border-color: rgb(224 242 254 / 0.1);
  }

  .md\:border-sky-100\/100 {
    border-color: rgb(224 242 254 / 1);
  }

  .md\:border-sky-100\/15 {
    border-color: rgb(224 242 254 / 0.15);
  }

  .md\:border-sky-100\/20 {
    border-color: rgb(224 242 254 / 0.2);
  }

  .md\:border-sky-100\/25 {
    border-color: rgb(224 242 254 / 0.25);
  }

  .md\:border-sky-100\/30 {
    border-color: rgb(224 242 254 / 0.3);
  }

  .md\:border-sky-100\/35 {
    border-color: rgb(224 242 254 / 0.35);
  }

  .md\:border-sky-100\/40 {
    border-color: rgb(224 242 254 / 0.4);
  }

  .md\:border-sky-100\/45 {
    border-color: rgb(224 242 254 / 0.45);
  }

  .md\:border-sky-100\/5 {
    border-color: rgb(224 242 254 / 0.05);
  }

  .md\:border-sky-100\/50 {
    border-color: rgb(224 242 254 / 0.5);
  }

  .md\:border-sky-100\/55 {
    border-color: rgb(224 242 254 / 0.55);
  }

  .md\:border-sky-100\/60 {
    border-color: rgb(224 242 254 / 0.6);
  }

  .md\:border-sky-100\/65 {
    border-color: rgb(224 242 254 / 0.65);
  }

  .md\:border-sky-100\/70 {
    border-color: rgb(224 242 254 / 0.7);
  }

  .md\:border-sky-100\/75 {
    border-color: rgb(224 242 254 / 0.75);
  }

  .md\:border-sky-100\/80 {
    border-color: rgb(224 242 254 / 0.8);
  }

  .md\:border-sky-100\/85 {
    border-color: rgb(224 242 254 / 0.85);
  }

  .md\:border-sky-100\/90 {
    border-color: rgb(224 242 254 / 0.9);
  }

  .md\:border-sky-100\/95 {
    border-color: rgb(224 242 254 / 0.95);
  }

  .md\:border-sky-200 {
    --tw-border-opacity: 1;
    border-color: rgb(186 230 253 / var(--tw-border-opacity));
  }

  .md\:border-sky-200\/0 {
    border-color: rgb(186 230 253 / 0);
  }

  .md\:border-sky-200\/10 {
    border-color: rgb(186 230 253 / 0.1);
  }

  .md\:border-sky-200\/100 {
    border-color: rgb(186 230 253 / 1);
  }

  .md\:border-sky-200\/15 {
    border-color: rgb(186 230 253 / 0.15);
  }

  .md\:border-sky-200\/20 {
    border-color: rgb(186 230 253 / 0.2);
  }

  .md\:border-sky-200\/25 {
    border-color: rgb(186 230 253 / 0.25);
  }

  .md\:border-sky-200\/30 {
    border-color: rgb(186 230 253 / 0.3);
  }

  .md\:border-sky-200\/35 {
    border-color: rgb(186 230 253 / 0.35);
  }

  .md\:border-sky-200\/40 {
    border-color: rgb(186 230 253 / 0.4);
  }

  .md\:border-sky-200\/45 {
    border-color: rgb(186 230 253 / 0.45);
  }

  .md\:border-sky-200\/5 {
    border-color: rgb(186 230 253 / 0.05);
  }

  .md\:border-sky-200\/50 {
    border-color: rgb(186 230 253 / 0.5);
  }

  .md\:border-sky-200\/55 {
    border-color: rgb(186 230 253 / 0.55);
  }

  .md\:border-sky-200\/60 {
    border-color: rgb(186 230 253 / 0.6);
  }

  .md\:border-sky-200\/65 {
    border-color: rgb(186 230 253 / 0.65);
  }

  .md\:border-sky-200\/70 {
    border-color: rgb(186 230 253 / 0.7);
  }

  .md\:border-sky-200\/75 {
    border-color: rgb(186 230 253 / 0.75);
  }

  .md\:border-sky-200\/80 {
    border-color: rgb(186 230 253 / 0.8);
  }

  .md\:border-sky-200\/85 {
    border-color: rgb(186 230 253 / 0.85);
  }

  .md\:border-sky-200\/90 {
    border-color: rgb(186 230 253 / 0.9);
  }

  .md\:border-sky-200\/95 {
    border-color: rgb(186 230 253 / 0.95);
  }

  .md\:border-sky-300 {
    --tw-border-opacity: 1;
    border-color: rgb(125 211 252 / var(--tw-border-opacity));
  }

  .md\:border-sky-300\/0 {
    border-color: rgb(125 211 252 / 0);
  }

  .md\:border-sky-300\/10 {
    border-color: rgb(125 211 252 / 0.1);
  }

  .md\:border-sky-300\/100 {
    border-color: rgb(125 211 252 / 1);
  }

  .md\:border-sky-300\/15 {
    border-color: rgb(125 211 252 / 0.15);
  }

  .md\:border-sky-300\/20 {
    border-color: rgb(125 211 252 / 0.2);
  }

  .md\:border-sky-300\/25 {
    border-color: rgb(125 211 252 / 0.25);
  }

  .md\:border-sky-300\/30 {
    border-color: rgb(125 211 252 / 0.3);
  }

  .md\:border-sky-300\/35 {
    border-color: rgb(125 211 252 / 0.35);
  }

  .md\:border-sky-300\/40 {
    border-color: rgb(125 211 252 / 0.4);
  }

  .md\:border-sky-300\/45 {
    border-color: rgb(125 211 252 / 0.45);
  }

  .md\:border-sky-300\/5 {
    border-color: rgb(125 211 252 / 0.05);
  }

  .md\:border-sky-300\/50 {
    border-color: rgb(125 211 252 / 0.5);
  }

  .md\:border-sky-300\/55 {
    border-color: rgb(125 211 252 / 0.55);
  }

  .md\:border-sky-300\/60 {
    border-color: rgb(125 211 252 / 0.6);
  }

  .md\:border-sky-300\/65 {
    border-color: rgb(125 211 252 / 0.65);
  }

  .md\:border-sky-300\/70 {
    border-color: rgb(125 211 252 / 0.7);
  }

  .md\:border-sky-300\/75 {
    border-color: rgb(125 211 252 / 0.75);
  }

  .md\:border-sky-300\/80 {
    border-color: rgb(125 211 252 / 0.8);
  }

  .md\:border-sky-300\/85 {
    border-color: rgb(125 211 252 / 0.85);
  }

  .md\:border-sky-300\/90 {
    border-color: rgb(125 211 252 / 0.9);
  }

  .md\:border-sky-300\/95 {
    border-color: rgb(125 211 252 / 0.95);
  }

  .md\:border-sky-400 {
    --tw-border-opacity: 1;
    border-color: rgb(56 189 248 / var(--tw-border-opacity));
  }

  .md\:border-sky-400\/0 {
    border-color: rgb(56 189 248 / 0);
  }

  .md\:border-sky-400\/10 {
    border-color: rgb(56 189 248 / 0.1);
  }

  .md\:border-sky-400\/100 {
    border-color: rgb(56 189 248 / 1);
  }

  .md\:border-sky-400\/15 {
    border-color: rgb(56 189 248 / 0.15);
  }

  .md\:border-sky-400\/20 {
    border-color: rgb(56 189 248 / 0.2);
  }

  .md\:border-sky-400\/25 {
    border-color: rgb(56 189 248 / 0.25);
  }

  .md\:border-sky-400\/30 {
    border-color: rgb(56 189 248 / 0.3);
  }

  .md\:border-sky-400\/35 {
    border-color: rgb(56 189 248 / 0.35);
  }

  .md\:border-sky-400\/40 {
    border-color: rgb(56 189 248 / 0.4);
  }

  .md\:border-sky-400\/45 {
    border-color: rgb(56 189 248 / 0.45);
  }

  .md\:border-sky-400\/5 {
    border-color: rgb(56 189 248 / 0.05);
  }

  .md\:border-sky-400\/50 {
    border-color: rgb(56 189 248 / 0.5);
  }

  .md\:border-sky-400\/55 {
    border-color: rgb(56 189 248 / 0.55);
  }

  .md\:border-sky-400\/60 {
    border-color: rgb(56 189 248 / 0.6);
  }

  .md\:border-sky-400\/65 {
    border-color: rgb(56 189 248 / 0.65);
  }

  .md\:border-sky-400\/70 {
    border-color: rgb(56 189 248 / 0.7);
  }

  .md\:border-sky-400\/75 {
    border-color: rgb(56 189 248 / 0.75);
  }

  .md\:border-sky-400\/80 {
    border-color: rgb(56 189 248 / 0.8);
  }

  .md\:border-sky-400\/85 {
    border-color: rgb(56 189 248 / 0.85);
  }

  .md\:border-sky-400\/90 {
    border-color: rgb(56 189 248 / 0.9);
  }

  .md\:border-sky-400\/95 {
    border-color: rgb(56 189 248 / 0.95);
  }

  .md\:border-sky-50 {
    --tw-border-opacity: 1;
    border-color: rgb(240 249 255 / var(--tw-border-opacity));
  }

  .md\:border-sky-50\/0 {
    border-color: rgb(240 249 255 / 0);
  }

  .md\:border-sky-50\/10 {
    border-color: rgb(240 249 255 / 0.1);
  }

  .md\:border-sky-50\/100 {
    border-color: rgb(240 249 255 / 1);
  }

  .md\:border-sky-50\/15 {
    border-color: rgb(240 249 255 / 0.15);
  }

  .md\:border-sky-50\/20 {
    border-color: rgb(240 249 255 / 0.2);
  }

  .md\:border-sky-50\/25 {
    border-color: rgb(240 249 255 / 0.25);
  }

  .md\:border-sky-50\/30 {
    border-color: rgb(240 249 255 / 0.3);
  }

  .md\:border-sky-50\/35 {
    border-color: rgb(240 249 255 / 0.35);
  }

  .md\:border-sky-50\/40 {
    border-color: rgb(240 249 255 / 0.4);
  }

  .md\:border-sky-50\/45 {
    border-color: rgb(240 249 255 / 0.45);
  }

  .md\:border-sky-50\/5 {
    border-color: rgb(240 249 255 / 0.05);
  }

  .md\:border-sky-50\/50 {
    border-color: rgb(240 249 255 / 0.5);
  }

  .md\:border-sky-50\/55 {
    border-color: rgb(240 249 255 / 0.55);
  }

  .md\:border-sky-50\/60 {
    border-color: rgb(240 249 255 / 0.6);
  }

  .md\:border-sky-50\/65 {
    border-color: rgb(240 249 255 / 0.65);
  }

  .md\:border-sky-50\/70 {
    border-color: rgb(240 249 255 / 0.7);
  }

  .md\:border-sky-50\/75 {
    border-color: rgb(240 249 255 / 0.75);
  }

  .md\:border-sky-50\/80 {
    border-color: rgb(240 249 255 / 0.8);
  }

  .md\:border-sky-50\/85 {
    border-color: rgb(240 249 255 / 0.85);
  }

  .md\:border-sky-50\/90 {
    border-color: rgb(240 249 255 / 0.9);
  }

  .md\:border-sky-50\/95 {
    border-color: rgb(240 249 255 / 0.95);
  }

  .md\:border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgb(14 165 233 / var(--tw-border-opacity));
  }

  .md\:border-sky-500\/0 {
    border-color: rgb(14 165 233 / 0);
  }

  .md\:border-sky-500\/10 {
    border-color: rgb(14 165 233 / 0.1);
  }

  .md\:border-sky-500\/100 {
    border-color: rgb(14 165 233 / 1);
  }

  .md\:border-sky-500\/15 {
    border-color: rgb(14 165 233 / 0.15);
  }

  .md\:border-sky-500\/20 {
    border-color: rgb(14 165 233 / 0.2);
  }

  .md\:border-sky-500\/25 {
    border-color: rgb(14 165 233 / 0.25);
  }

  .md\:border-sky-500\/30 {
    border-color: rgb(14 165 233 / 0.3);
  }

  .md\:border-sky-500\/35 {
    border-color: rgb(14 165 233 / 0.35);
  }

  .md\:border-sky-500\/40 {
    border-color: rgb(14 165 233 / 0.4);
  }

  .md\:border-sky-500\/45 {
    border-color: rgb(14 165 233 / 0.45);
  }

  .md\:border-sky-500\/5 {
    border-color: rgb(14 165 233 / 0.05);
  }

  .md\:border-sky-500\/50 {
    border-color: rgb(14 165 233 / 0.5);
  }

  .md\:border-sky-500\/55 {
    border-color: rgb(14 165 233 / 0.55);
  }

  .md\:border-sky-500\/60 {
    border-color: rgb(14 165 233 / 0.6);
  }

  .md\:border-sky-500\/65 {
    border-color: rgb(14 165 233 / 0.65);
  }

  .md\:border-sky-500\/70 {
    border-color: rgb(14 165 233 / 0.7);
  }

  .md\:border-sky-500\/75 {
    border-color: rgb(14 165 233 / 0.75);
  }

  .md\:border-sky-500\/80 {
    border-color: rgb(14 165 233 / 0.8);
  }

  .md\:border-sky-500\/85 {
    border-color: rgb(14 165 233 / 0.85);
  }

  .md\:border-sky-500\/90 {
    border-color: rgb(14 165 233 / 0.9);
  }

  .md\:border-sky-500\/95 {
    border-color: rgb(14 165 233 / 0.95);
  }

  .md\:border-sky-600 {
    --tw-border-opacity: 1;
    border-color: rgb(2 132 199 / var(--tw-border-opacity));
  }

  .md\:border-sky-600\/0 {
    border-color: rgb(2 132 199 / 0);
  }

  .md\:border-sky-600\/10 {
    border-color: rgb(2 132 199 / 0.1);
  }

  .md\:border-sky-600\/100 {
    border-color: rgb(2 132 199 / 1);
  }

  .md\:border-sky-600\/15 {
    border-color: rgb(2 132 199 / 0.15);
  }

  .md\:border-sky-600\/20 {
    border-color: rgb(2 132 199 / 0.2);
  }

  .md\:border-sky-600\/25 {
    border-color: rgb(2 132 199 / 0.25);
  }

  .md\:border-sky-600\/30 {
    border-color: rgb(2 132 199 / 0.3);
  }

  .md\:border-sky-600\/35 {
    border-color: rgb(2 132 199 / 0.35);
  }

  .md\:border-sky-600\/40 {
    border-color: rgb(2 132 199 / 0.4);
  }

  .md\:border-sky-600\/45 {
    border-color: rgb(2 132 199 / 0.45);
  }

  .md\:border-sky-600\/5 {
    border-color: rgb(2 132 199 / 0.05);
  }

  .md\:border-sky-600\/50 {
    border-color: rgb(2 132 199 / 0.5);
  }

  .md\:border-sky-600\/55 {
    border-color: rgb(2 132 199 / 0.55);
  }

  .md\:border-sky-600\/60 {
    border-color: rgb(2 132 199 / 0.6);
  }

  .md\:border-sky-600\/65 {
    border-color: rgb(2 132 199 / 0.65);
  }

  .md\:border-sky-600\/70 {
    border-color: rgb(2 132 199 / 0.7);
  }

  .md\:border-sky-600\/75 {
    border-color: rgb(2 132 199 / 0.75);
  }

  .md\:border-sky-600\/80 {
    border-color: rgb(2 132 199 / 0.8);
  }

  .md\:border-sky-600\/85 {
    border-color: rgb(2 132 199 / 0.85);
  }

  .md\:border-sky-600\/90 {
    border-color: rgb(2 132 199 / 0.9);
  }

  .md\:border-sky-600\/95 {
    border-color: rgb(2 132 199 / 0.95);
  }

  .md\:border-sky-700 {
    --tw-border-opacity: 1;
    border-color: rgb(3 105 161 / var(--tw-border-opacity));
  }

  .md\:border-sky-700\/0 {
    border-color: rgb(3 105 161 / 0);
  }

  .md\:border-sky-700\/10 {
    border-color: rgb(3 105 161 / 0.1);
  }

  .md\:border-sky-700\/100 {
    border-color: rgb(3 105 161 / 1);
  }

  .md\:border-sky-700\/15 {
    border-color: rgb(3 105 161 / 0.15);
  }

  .md\:border-sky-700\/20 {
    border-color: rgb(3 105 161 / 0.2);
  }

  .md\:border-sky-700\/25 {
    border-color: rgb(3 105 161 / 0.25);
  }

  .md\:border-sky-700\/30 {
    border-color: rgb(3 105 161 / 0.3);
  }

  .md\:border-sky-700\/35 {
    border-color: rgb(3 105 161 / 0.35);
  }

  .md\:border-sky-700\/40 {
    border-color: rgb(3 105 161 / 0.4);
  }

  .md\:border-sky-700\/45 {
    border-color: rgb(3 105 161 / 0.45);
  }

  .md\:border-sky-700\/5 {
    border-color: rgb(3 105 161 / 0.05);
  }

  .md\:border-sky-700\/50 {
    border-color: rgb(3 105 161 / 0.5);
  }

  .md\:border-sky-700\/55 {
    border-color: rgb(3 105 161 / 0.55);
  }

  .md\:border-sky-700\/60 {
    border-color: rgb(3 105 161 / 0.6);
  }

  .md\:border-sky-700\/65 {
    border-color: rgb(3 105 161 / 0.65);
  }

  .md\:border-sky-700\/70 {
    border-color: rgb(3 105 161 / 0.7);
  }

  .md\:border-sky-700\/75 {
    border-color: rgb(3 105 161 / 0.75);
  }

  .md\:border-sky-700\/80 {
    border-color: rgb(3 105 161 / 0.8);
  }

  .md\:border-sky-700\/85 {
    border-color: rgb(3 105 161 / 0.85);
  }

  .md\:border-sky-700\/90 {
    border-color: rgb(3 105 161 / 0.9);
  }

  .md\:border-sky-700\/95 {
    border-color: rgb(3 105 161 / 0.95);
  }

  .md\:border-sky-800 {
    --tw-border-opacity: 1;
    border-color: rgb(7 89 133 / var(--tw-border-opacity));
  }

  .md\:border-sky-800\/0 {
    border-color: rgb(7 89 133 / 0);
  }

  .md\:border-sky-800\/10 {
    border-color: rgb(7 89 133 / 0.1);
  }

  .md\:border-sky-800\/100 {
    border-color: rgb(7 89 133 / 1);
  }

  .md\:border-sky-800\/15 {
    border-color: rgb(7 89 133 / 0.15);
  }

  .md\:border-sky-800\/20 {
    border-color: rgb(7 89 133 / 0.2);
  }

  .md\:border-sky-800\/25 {
    border-color: rgb(7 89 133 / 0.25);
  }

  .md\:border-sky-800\/30 {
    border-color: rgb(7 89 133 / 0.3);
  }

  .md\:border-sky-800\/35 {
    border-color: rgb(7 89 133 / 0.35);
  }

  .md\:border-sky-800\/40 {
    border-color: rgb(7 89 133 / 0.4);
  }

  .md\:border-sky-800\/45 {
    border-color: rgb(7 89 133 / 0.45);
  }

  .md\:border-sky-800\/5 {
    border-color: rgb(7 89 133 / 0.05);
  }

  .md\:border-sky-800\/50 {
    border-color: rgb(7 89 133 / 0.5);
  }

  .md\:border-sky-800\/55 {
    border-color: rgb(7 89 133 / 0.55);
  }

  .md\:border-sky-800\/60 {
    border-color: rgb(7 89 133 / 0.6);
  }

  .md\:border-sky-800\/65 {
    border-color: rgb(7 89 133 / 0.65);
  }

  .md\:border-sky-800\/70 {
    border-color: rgb(7 89 133 / 0.7);
  }

  .md\:border-sky-800\/75 {
    border-color: rgb(7 89 133 / 0.75);
  }

  .md\:border-sky-800\/80 {
    border-color: rgb(7 89 133 / 0.8);
  }

  .md\:border-sky-800\/85 {
    border-color: rgb(7 89 133 / 0.85);
  }

  .md\:border-sky-800\/90 {
    border-color: rgb(7 89 133 / 0.9);
  }

  .md\:border-sky-800\/95 {
    border-color: rgb(7 89 133 / 0.95);
  }

  .md\:border-sky-900 {
    --tw-border-opacity: 1;
    border-color: rgb(12 74 110 / var(--tw-border-opacity));
  }

  .md\:border-sky-900\/0 {
    border-color: rgb(12 74 110 / 0);
  }

  .md\:border-sky-900\/10 {
    border-color: rgb(12 74 110 / 0.1);
  }

  .md\:border-sky-900\/100 {
    border-color: rgb(12 74 110 / 1);
  }

  .md\:border-sky-900\/15 {
    border-color: rgb(12 74 110 / 0.15);
  }

  .md\:border-sky-900\/20 {
    border-color: rgb(12 74 110 / 0.2);
  }

  .md\:border-sky-900\/25 {
    border-color: rgb(12 74 110 / 0.25);
  }

  .md\:border-sky-900\/30 {
    border-color: rgb(12 74 110 / 0.3);
  }

  .md\:border-sky-900\/35 {
    border-color: rgb(12 74 110 / 0.35);
  }

  .md\:border-sky-900\/40 {
    border-color: rgb(12 74 110 / 0.4);
  }

  .md\:border-sky-900\/45 {
    border-color: rgb(12 74 110 / 0.45);
  }

  .md\:border-sky-900\/5 {
    border-color: rgb(12 74 110 / 0.05);
  }

  .md\:border-sky-900\/50 {
    border-color: rgb(12 74 110 / 0.5);
  }

  .md\:border-sky-900\/55 {
    border-color: rgb(12 74 110 / 0.55);
  }

  .md\:border-sky-900\/60 {
    border-color: rgb(12 74 110 / 0.6);
  }

  .md\:border-sky-900\/65 {
    border-color: rgb(12 74 110 / 0.65);
  }

  .md\:border-sky-900\/70 {
    border-color: rgb(12 74 110 / 0.7);
  }

  .md\:border-sky-900\/75 {
    border-color: rgb(12 74 110 / 0.75);
  }

  .md\:border-sky-900\/80 {
    border-color: rgb(12 74 110 / 0.8);
  }

  .md\:border-sky-900\/85 {
    border-color: rgb(12 74 110 / 0.85);
  }

  .md\:border-sky-900\/90 {
    border-color: rgb(12 74 110 / 0.9);
  }

  .md\:border-sky-900\/95 {
    border-color: rgb(12 74 110 / 0.95);
  }

  .md\:border-sky-950 {
    --tw-border-opacity: 1;
    border-color: rgb(8 47 73 / var(--tw-border-opacity));
  }

  .md\:border-sky-950\/0 {
    border-color: rgb(8 47 73 / 0);
  }

  .md\:border-sky-950\/10 {
    border-color: rgb(8 47 73 / 0.1);
  }

  .md\:border-sky-950\/100 {
    border-color: rgb(8 47 73 / 1);
  }

  .md\:border-sky-950\/15 {
    border-color: rgb(8 47 73 / 0.15);
  }

  .md\:border-sky-950\/20 {
    border-color: rgb(8 47 73 / 0.2);
  }

  .md\:border-sky-950\/25 {
    border-color: rgb(8 47 73 / 0.25);
  }

  .md\:border-sky-950\/30 {
    border-color: rgb(8 47 73 / 0.3);
  }

  .md\:border-sky-950\/35 {
    border-color: rgb(8 47 73 / 0.35);
  }

  .md\:border-sky-950\/40 {
    border-color: rgb(8 47 73 / 0.4);
  }

  .md\:border-sky-950\/45 {
    border-color: rgb(8 47 73 / 0.45);
  }

  .md\:border-sky-950\/5 {
    border-color: rgb(8 47 73 / 0.05);
  }

  .md\:border-sky-950\/50 {
    border-color: rgb(8 47 73 / 0.5);
  }

  .md\:border-sky-950\/55 {
    border-color: rgb(8 47 73 / 0.55);
  }

  .md\:border-sky-950\/60 {
    border-color: rgb(8 47 73 / 0.6);
  }

  .md\:border-sky-950\/65 {
    border-color: rgb(8 47 73 / 0.65);
  }

  .md\:border-sky-950\/70 {
    border-color: rgb(8 47 73 / 0.7);
  }

  .md\:border-sky-950\/75 {
    border-color: rgb(8 47 73 / 0.75);
  }

  .md\:border-sky-950\/80 {
    border-color: rgb(8 47 73 / 0.8);
  }

  .md\:border-sky-950\/85 {
    border-color: rgb(8 47 73 / 0.85);
  }

  .md\:border-sky-950\/90 {
    border-color: rgb(8 47 73 / 0.9);
  }

  .md\:border-sky-950\/95 {
    border-color: rgb(8 47 73 / 0.95);
  }

  .md\:border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgb(241 245 249 / var(--tw-border-opacity));
  }

  .md\:border-slate-100\/0 {
    border-color: rgb(241 245 249 / 0);
  }

  .md\:border-slate-100\/10 {
    border-color: rgb(241 245 249 / 0.1);
  }

  .md\:border-slate-100\/100 {
    border-color: rgb(241 245 249 / 1);
  }

  .md\:border-slate-100\/15 {
    border-color: rgb(241 245 249 / 0.15);
  }

  .md\:border-slate-100\/20 {
    border-color: rgb(241 245 249 / 0.2);
  }

  .md\:border-slate-100\/25 {
    border-color: rgb(241 245 249 / 0.25);
  }

  .md\:border-slate-100\/30 {
    border-color: rgb(241 245 249 / 0.3);
  }

  .md\:border-slate-100\/35 {
    border-color: rgb(241 245 249 / 0.35);
  }

  .md\:border-slate-100\/40 {
    border-color: rgb(241 245 249 / 0.4);
  }

  .md\:border-slate-100\/45 {
    border-color: rgb(241 245 249 / 0.45);
  }

  .md\:border-slate-100\/5 {
    border-color: rgb(241 245 249 / 0.05);
  }

  .md\:border-slate-100\/50 {
    border-color: rgb(241 245 249 / 0.5);
  }

  .md\:border-slate-100\/55 {
    border-color: rgb(241 245 249 / 0.55);
  }

  .md\:border-slate-100\/60 {
    border-color: rgb(241 245 249 / 0.6);
  }

  .md\:border-slate-100\/65 {
    border-color: rgb(241 245 249 / 0.65);
  }

  .md\:border-slate-100\/70 {
    border-color: rgb(241 245 249 / 0.7);
  }

  .md\:border-slate-100\/75 {
    border-color: rgb(241 245 249 / 0.75);
  }

  .md\:border-slate-100\/80 {
    border-color: rgb(241 245 249 / 0.8);
  }

  .md\:border-slate-100\/85 {
    border-color: rgb(241 245 249 / 0.85);
  }

  .md\:border-slate-100\/90 {
    border-color: rgb(241 245 249 / 0.9);
  }

  .md\:border-slate-100\/95 {
    border-color: rgb(241 245 249 / 0.95);
  }

  .md\:border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity));
  }

  .md\:border-slate-200\/0 {
    border-color: rgb(226 232 240 / 0);
  }

  .md\:border-slate-200\/10 {
    border-color: rgb(226 232 240 / 0.1);
  }

  .md\:border-slate-200\/100 {
    border-color: rgb(226 232 240 / 1);
  }

  .md\:border-slate-200\/15 {
    border-color: rgb(226 232 240 / 0.15);
  }

  .md\:border-slate-200\/20 {
    border-color: rgb(226 232 240 / 0.2);
  }

  .md\:border-slate-200\/25 {
    border-color: rgb(226 232 240 / 0.25);
  }

  .md\:border-slate-200\/30 {
    border-color: rgb(226 232 240 / 0.3);
  }

  .md\:border-slate-200\/35 {
    border-color: rgb(226 232 240 / 0.35);
  }

  .md\:border-slate-200\/40 {
    border-color: rgb(226 232 240 / 0.4);
  }

  .md\:border-slate-200\/45 {
    border-color: rgb(226 232 240 / 0.45);
  }

  .md\:border-slate-200\/5 {
    border-color: rgb(226 232 240 / 0.05);
  }

  .md\:border-slate-200\/50 {
    border-color: rgb(226 232 240 / 0.5);
  }

  .md\:border-slate-200\/55 {
    border-color: rgb(226 232 240 / 0.55);
  }

  .md\:border-slate-200\/60 {
    border-color: rgb(226 232 240 / 0.6);
  }

  .md\:border-slate-200\/65 {
    border-color: rgb(226 232 240 / 0.65);
  }

  .md\:border-slate-200\/70 {
    border-color: rgb(226 232 240 / 0.7);
  }

  .md\:border-slate-200\/75 {
    border-color: rgb(226 232 240 / 0.75);
  }

  .md\:border-slate-200\/80 {
    border-color: rgb(226 232 240 / 0.8);
  }

  .md\:border-slate-200\/85 {
    border-color: rgb(226 232 240 / 0.85);
  }

  .md\:border-slate-200\/90 {
    border-color: rgb(226 232 240 / 0.9);
  }

  .md\:border-slate-200\/95 {
    border-color: rgb(226 232 240 / 0.95);
  }

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

  .md\:border-slate-300\/0 {
    border-color: rgb(203 213 225 / 0);
  }

  .md\:border-slate-300\/10 {
    border-color: rgb(203 213 225 / 0.1);
  }

  .md\:border-slate-300\/100 {
    border-color: rgb(203 213 225 / 1);
  }

  .md\:border-slate-300\/15 {
    border-color: rgb(203 213 225 / 0.15);
  }

  .md\:border-slate-300\/20 {
    border-color: rgb(203 213 225 / 0.2);
  }

  .md\:border-slate-300\/25 {
    border-color: rgb(203 213 225 / 0.25);
  }

  .md\:border-slate-300\/30 {
    border-color: rgb(203 213 225 / 0.3);
  }

  .md\:border-slate-300\/35 {
    border-color: rgb(203 213 225 / 0.35);
  }

  .md\:border-slate-300\/40 {
    border-color: rgb(203 213 225 / 0.4);
  }

  .md\:border-slate-300\/45 {
    border-color: rgb(203 213 225 / 0.45);
  }

  .md\:border-slate-300\/5 {
    border-color: rgb(203 213 225 / 0.05);
  }

  .md\:border-slate-300\/50 {
    border-color: rgb(203 213 225 / 0.5);
  }

  .md\:border-slate-300\/55 {
    border-color: rgb(203 213 225 / 0.55);
  }

  .md\:border-slate-300\/60 {
    border-color: rgb(203 213 225 / 0.6);
  }

  .md\:border-slate-300\/65 {
    border-color: rgb(203 213 225 / 0.65);
  }

  .md\:border-slate-300\/70 {
    border-color: rgb(203 213 225 / 0.7);
  }

  .md\:border-slate-300\/75 {
    border-color: rgb(203 213 225 / 0.75);
  }

  .md\:border-slate-300\/80 {
    border-color: rgb(203 213 225 / 0.8);
  }

  .md\:border-slate-300\/85 {
    border-color: rgb(203 213 225 / 0.85);
  }

  .md\:border-slate-300\/90 {
    border-color: rgb(203 213 225 / 0.9);
  }

  .md\:border-slate-300\/95 {
    border-color: rgb(203 213 225 / 0.95);
  }

  .md\:border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgb(148 163 184 / var(--tw-border-opacity));
  }

  .md\:border-slate-400\/0 {
    border-color: rgb(148 163 184 / 0);
  }

  .md\:border-slate-400\/10 {
    border-color: rgb(148 163 184 / 0.1);
  }

  .md\:border-slate-400\/100 {
    border-color: rgb(148 163 184 / 1);
  }

  .md\:border-slate-400\/15 {
    border-color: rgb(148 163 184 / 0.15);
  }

  .md\:border-slate-400\/20 {
    border-color: rgb(148 163 184 / 0.2);
  }

  .md\:border-slate-400\/25 {
    border-color: rgb(148 163 184 / 0.25);
  }

  .md\:border-slate-400\/30 {
    border-color: rgb(148 163 184 / 0.3);
  }

  .md\:border-slate-400\/35 {
    border-color: rgb(148 163 184 / 0.35);
  }

  .md\:border-slate-400\/40 {
    border-color: rgb(148 163 184 / 0.4);
  }

  .md\:border-slate-400\/45 {
    border-color: rgb(148 163 184 / 0.45);
  }

  .md\:border-slate-400\/5 {
    border-color: rgb(148 163 184 / 0.05);
  }

  .md\:border-slate-400\/50 {
    border-color: rgb(148 163 184 / 0.5);
  }

  .md\:border-slate-400\/55 {
    border-color: rgb(148 163 184 / 0.55);
  }

  .md\:border-slate-400\/60 {
    border-color: rgb(148 163 184 / 0.6);
  }

  .md\:border-slate-400\/65 {
    border-color: rgb(148 163 184 / 0.65);
  }

  .md\:border-slate-400\/70 {
    border-color: rgb(148 163 184 / 0.7);
  }

  .md\:border-slate-400\/75 {
    border-color: rgb(148 163 184 / 0.75);
  }

  .md\:border-slate-400\/80 {
    border-color: rgb(148 163 184 / 0.8);
  }

  .md\:border-slate-400\/85 {
    border-color: rgb(148 163 184 / 0.85);
  }

  .md\:border-slate-400\/90 {
    border-color: rgb(148 163 184 / 0.9);
  }

  .md\:border-slate-400\/95 {
    border-color: rgb(148 163 184 / 0.95);
  }

  .md\:border-slate-50 {
    --tw-border-opacity: 1;
    border-color: rgb(248 250 252 / var(--tw-border-opacity));
  }

  .md\:border-slate-50\/0 {
    border-color: rgb(248 250 252 / 0);
  }

  .md\:border-slate-50\/10 {
    border-color: rgb(248 250 252 / 0.1);
  }

  .md\:border-slate-50\/100 {
    border-color: rgb(248 250 252 / 1);
  }

  .md\:border-slate-50\/15 {
    border-color: rgb(248 250 252 / 0.15);
  }

  .md\:border-slate-50\/20 {
    border-color: rgb(248 250 252 / 0.2);
  }

  .md\:border-slate-50\/25 {
    border-color: rgb(248 250 252 / 0.25);
  }

  .md\:border-slate-50\/30 {
    border-color: rgb(248 250 252 / 0.3);
  }

  .md\:border-slate-50\/35 {
    border-color: rgb(248 250 252 / 0.35);
  }

  .md\:border-slate-50\/40 {
    border-color: rgb(248 250 252 / 0.4);
  }

  .md\:border-slate-50\/45 {
    border-color: rgb(248 250 252 / 0.45);
  }

  .md\:border-slate-50\/5 {
    border-color: rgb(248 250 252 / 0.05);
  }

  .md\:border-slate-50\/50 {
    border-color: rgb(248 250 252 / 0.5);
  }

  .md\:border-slate-50\/55 {
    border-color: rgb(248 250 252 / 0.55);
  }

  .md\:border-slate-50\/60 {
    border-color: rgb(248 250 252 / 0.6);
  }

  .md\:border-slate-50\/65 {
    border-color: rgb(248 250 252 / 0.65);
  }

  .md\:border-slate-50\/70 {
    border-color: rgb(248 250 252 / 0.7);
  }

  .md\:border-slate-50\/75 {
    border-color: rgb(248 250 252 / 0.75);
  }

  .md\:border-slate-50\/80 {
    border-color: rgb(248 250 252 / 0.8);
  }

  .md\:border-slate-50\/85 {
    border-color: rgb(248 250 252 / 0.85);
  }

  .md\:border-slate-50\/90 {
    border-color: rgb(248 250 252 / 0.9);
  }

  .md\:border-slate-50\/95 {
    border-color: rgb(248 250 252 / 0.95);
  }

  .md\:border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgb(100 116 139 / var(--tw-border-opacity));
  }

  .md\:border-slate-500\/0 {
    border-color: rgb(100 116 139 / 0);
  }

  .md\:border-slate-500\/10 {
    border-color: rgb(100 116 139 / 0.1);
  }

  .md\:border-slate-500\/100 {
    border-color: rgb(100 116 139 / 1);
  }

  .md\:border-slate-500\/15 {
    border-color: rgb(100 116 139 / 0.15);
  }

  .md\:border-slate-500\/20 {
    border-color: rgb(100 116 139 / 0.2);
  }

  .md\:border-slate-500\/25 {
    border-color: rgb(100 116 139 / 0.25);
  }

  .md\:border-slate-500\/30 {
    border-color: rgb(100 116 139 / 0.3);
  }

  .md\:border-slate-500\/35 {
    border-color: rgb(100 116 139 / 0.35);
  }

  .md\:border-slate-500\/40 {
    border-color: rgb(100 116 139 / 0.4);
  }

  .md\:border-slate-500\/45 {
    border-color: rgb(100 116 139 / 0.45);
  }

  .md\:border-slate-500\/5 {
    border-color: rgb(100 116 139 / 0.05);
  }

  .md\:border-slate-500\/50 {
    border-color: rgb(100 116 139 / 0.5);
  }

  .md\:border-slate-500\/55 {
    border-color: rgb(100 116 139 / 0.55);
  }

  .md\:border-slate-500\/60 {
    border-color: rgb(100 116 139 / 0.6);
  }

  .md\:border-slate-500\/65 {
    border-color: rgb(100 116 139 / 0.65);
  }

  .md\:border-slate-500\/70 {
    border-color: rgb(100 116 139 / 0.7);
  }

  .md\:border-slate-500\/75 {
    border-color: rgb(100 116 139 / 0.75);
  }

  .md\:border-slate-500\/80 {
    border-color: rgb(100 116 139 / 0.8);
  }

  .md\:border-slate-500\/85 {
    border-color: rgb(100 116 139 / 0.85);
  }

  .md\:border-slate-500\/90 {
    border-color: rgb(100 116 139 / 0.9);
  }

  .md\:border-slate-500\/95 {
    border-color: rgb(100 116 139 / 0.95);
  }

  .md\:border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgb(71 85 105 / var(--tw-border-opacity));
  }

  .md\:border-slate-600\/0 {
    border-color: rgb(71 85 105 / 0);
  }

  .md\:border-slate-600\/10 {
    border-color: rgb(71 85 105 / 0.1);
  }

  .md\:border-slate-600\/100 {
    border-color: rgb(71 85 105 / 1);
  }

  .md\:border-slate-600\/15 {
    border-color: rgb(71 85 105 / 0.15);
  }

  .md\:border-slate-600\/20 {
    border-color: rgb(71 85 105 / 0.2);
  }

  .md\:border-slate-600\/25 {
    border-color: rgb(71 85 105 / 0.25);
  }

  .md\:border-slate-600\/30 {
    border-color: rgb(71 85 105 / 0.3);
  }

  .md\:border-slate-600\/35 {
    border-color: rgb(71 85 105 / 0.35);
  }

  .md\:border-slate-600\/40 {
    border-color: rgb(71 85 105 / 0.4);
  }

  .md\:border-slate-600\/45 {
    border-color: rgb(71 85 105 / 0.45);
  }

  .md\:border-slate-600\/5 {
    border-color: rgb(71 85 105 / 0.05);
  }

  .md\:border-slate-600\/50 {
    border-color: rgb(71 85 105 / 0.5);
  }

  .md\:border-slate-600\/55 {
    border-color: rgb(71 85 105 / 0.55);
  }

  .md\:border-slate-600\/60 {
    border-color: rgb(71 85 105 / 0.6);
  }

  .md\:border-slate-600\/65 {
    border-color: rgb(71 85 105 / 0.65);
  }

  .md\:border-slate-600\/70 {
    border-color: rgb(71 85 105 / 0.7);
  }

  .md\:border-slate-600\/75 {
    border-color: rgb(71 85 105 / 0.75);
  }

  .md\:border-slate-600\/80 {
    border-color: rgb(71 85 105 / 0.8);
  }

  .md\:border-slate-600\/85 {
    border-color: rgb(71 85 105 / 0.85);
  }

  .md\:border-slate-600\/90 {
    border-color: rgb(71 85 105 / 0.9);
  }

  .md\:border-slate-600\/95 {
    border-color: rgb(71 85 105 / 0.95);
  }

  .md\:border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgb(51 65 85 / var(--tw-border-opacity));
  }

  .md\:border-slate-700\/0 {
    border-color: rgb(51 65 85 / 0);
  }

  .md\:border-slate-700\/10 {
    border-color: rgb(51 65 85 / 0.1);
  }

  .md\:border-slate-700\/100 {
    border-color: rgb(51 65 85 / 1);
  }

  .md\:border-slate-700\/15 {
    border-color: rgb(51 65 85 / 0.15);
  }

  .md\:border-slate-700\/20 {
    border-color: rgb(51 65 85 / 0.2);
  }

  .md\:border-slate-700\/25 {
    border-color: rgb(51 65 85 / 0.25);
  }

  .md\:border-slate-700\/30 {
    border-color: rgb(51 65 85 / 0.3);
  }

  .md\:border-slate-700\/35 {
    border-color: rgb(51 65 85 / 0.35);
  }

  .md\:border-slate-700\/40 {
    border-color: rgb(51 65 85 / 0.4);
  }

  .md\:border-slate-700\/45 {
    border-color: rgb(51 65 85 / 0.45);
  }

  .md\:border-slate-700\/5 {
    border-color: rgb(51 65 85 / 0.05);
  }

  .md\:border-slate-700\/50 {
    border-color: rgb(51 65 85 / 0.5);
  }

  .md\:border-slate-700\/55 {
    border-color: rgb(51 65 85 / 0.55);
  }

  .md\:border-slate-700\/60 {
    border-color: rgb(51 65 85 / 0.6);
  }

  .md\:border-slate-700\/65 {
    border-color: rgb(51 65 85 / 0.65);
  }

  .md\:border-slate-700\/70 {
    border-color: rgb(51 65 85 / 0.7);
  }

  .md\:border-slate-700\/75 {
    border-color: rgb(51 65 85 / 0.75);
  }

  .md\:border-slate-700\/80 {
    border-color: rgb(51 65 85 / 0.8);
  }

  .md\:border-slate-700\/85 {
    border-color: rgb(51 65 85 / 0.85);
  }

  .md\:border-slate-700\/90 {
    border-color: rgb(51 65 85 / 0.9);
  }

  .md\:border-slate-700\/95 {
    border-color: rgb(51 65 85 / 0.95);
  }

  .md\:border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgb(30 41 59 / var(--tw-border-opacity));
  }

  .md\:border-slate-800\/0 {
    border-color: rgb(30 41 59 / 0);
  }

  .md\:border-slate-800\/10 {
    border-color: rgb(30 41 59 / 0.1);
  }

  .md\:border-slate-800\/100 {
    border-color: rgb(30 41 59 / 1);
  }

  .md\:border-slate-800\/15 {
    border-color: rgb(30 41 59 / 0.15);
  }

  .md\:border-slate-800\/20 {
    border-color: rgb(30 41 59 / 0.2);
  }

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

  .md\:border-slate-800\/30 {
    border-color: rgb(30 41 59 / 0.3);
  }

  .md\:border-slate-800\/35 {
    border-color: rgb(30 41 59 / 0.35);
  }

  .md\:border-slate-800\/40 {
    border-color: rgb(30 41 59 / 0.4);
  }

  .md\:border-slate-800\/45 {
    border-color: rgb(30 41 59 / 0.45);
  }

  .md\:border-slate-800\/5 {
    border-color: rgb(30 41 59 / 0.05);
  }

  .md\:border-slate-800\/50 {
    border-color: rgb(30 41 59 / 0.5);
  }

  .md\:border-slate-800\/55 {
    border-color: rgb(30 41 59 / 0.55);
  }

  .md\:border-slate-800\/60 {
    border-color: rgb(30 41 59 / 0.6);
  }

  .md\:border-slate-800\/65 {
    border-color: rgb(30 41 59 / 0.65);
  }

  .md\:border-slate-800\/70 {
    border-color: rgb(30 41 59 / 0.7);
  }

  .md\:border-slate-800\/75 {
    border-color: rgb(30 41 59 / 0.75);
  }

  .md\:border-slate-800\/80 {
    border-color: rgb(30 41 59 / 0.8);
  }

  .md\:border-slate-800\/85 {
    border-color: rgb(30 41 59 / 0.85);
  }

  .md\:border-slate-800\/90 {
    border-color: rgb(30 41 59 / 0.9);
  }

  .md\:border-slate-800\/95 {
    border-color: rgb(30 41 59 / 0.95);
  }

  .md\:border-slate-900 {
    --tw-border-opacity: 1;
    border-color: rgb(15 23 42 / var(--tw-border-opacity));
  }

  .md\:border-slate-900\/0 {
    border-color: rgb(15 23 42 / 0);
  }

  .md\:border-slate-900\/10 {
    border-color: rgb(15 23 42 / 0.1);
  }

  .md\:border-slate-900\/100 {
    border-color: rgb(15 23 42 / 1);
  }

  .md\:border-slate-900\/15 {
    border-color: rgb(15 23 42 / 0.15);
  }

  .md\:border-slate-900\/20 {
    border-color: rgb(15 23 42 / 0.2);
  }

  .md\:border-slate-900\/25 {
    border-color: rgb(15 23 42 / 0.25);
  }

  .md\:border-slate-900\/30 {
    border-color: rgb(15 23 42 / 0.3);
  }

  .md\:border-slate-900\/35 {
    border-color: rgb(15 23 42 / 0.35);
  }

  .md\:border-slate-900\/40 {
    border-color: rgb(15 23 42 / 0.4);
  }

  .md\:border-slate-900\/45 {
    border-color: rgb(15 23 42 / 0.45);
  }

  .md\:border-slate-900\/5 {
    border-color: rgb(15 23 42 / 0.05);
  }

  .md\:border-slate-900\/50 {
    border-color: rgb(15 23 42 / 0.5);
  }

  .md\:border-slate-900\/55 {
    border-color: rgb(15 23 42 / 0.55);
  }

  .md\:border-slate-900\/60 {
    border-color: rgb(15 23 42 / 0.6);
  }

  .md\:border-slate-900\/65 {
    border-color: rgb(15 23 42 / 0.65);
  }

  .md\:border-slate-900\/70 {
    border-color: rgb(15 23 42 / 0.7);
  }

  .md\:border-slate-900\/75 {
    border-color: rgb(15 23 42 / 0.75);
  }

  .md\:border-slate-900\/80 {
    border-color: rgb(15 23 42 / 0.8);
  }

  .md\:border-slate-900\/85 {
    border-color: rgb(15 23 42 / 0.85);
  }

  .md\:border-slate-900\/90 {
    border-color: rgb(15 23 42 / 0.9);
  }

  .md\:border-slate-900\/95 {
    border-color: rgb(15 23 42 / 0.95);
  }

  .md\:border-slate-950 {
    --tw-border-opacity: 1;
    border-color: rgb(2 6 23 / var(--tw-border-opacity));
  }

  .md\:border-slate-950\/0 {
    border-color: rgb(2 6 23 / 0);
  }

  .md\:border-slate-950\/10 {
    border-color: rgb(2 6 23 / 0.1);
  }

  .md\:border-slate-950\/100 {
    border-color: rgb(2 6 23 / 1);
  }

  .md\:border-slate-950\/15 {
    border-color: rgb(2 6 23 / 0.15);
  }

  .md\:border-slate-950\/20 {
    border-color: rgb(2 6 23 / 0.2);
  }

  .md\:border-slate-950\/25 {
    border-color: rgb(2 6 23 / 0.25);
  }

  .md\:border-slate-950\/30 {
    border-color: rgb(2 6 23 / 0.3);
  }

  .md\:border-slate-950\/35 {
    border-color: rgb(2 6 23 / 0.35);
  }

  .md\:border-slate-950\/40 {
    border-color: rgb(2 6 23 / 0.4);
  }

  .md\:border-slate-950\/45 {
    border-color: rgb(2 6 23 / 0.45);
  }

  .md\:border-slate-950\/5 {
    border-color: rgb(2 6 23 / 0.05);
  }

  .md\:border-slate-950\/50 {
    border-color: rgb(2 6 23 / 0.5);
  }

  .md\:border-slate-950\/55 {
    border-color: rgb(2 6 23 / 0.55);
  }

  .md\:border-slate-950\/60 {
    border-color: rgb(2 6 23 / 0.6);
  }

  .md\:border-slate-950\/65 {
    border-color: rgb(2 6 23 / 0.65);
  }

  .md\:border-slate-950\/70 {
    border-color: rgb(2 6 23 / 0.7);
  }

  .md\:border-slate-950\/75 {
    border-color: rgb(2 6 23 / 0.75);
  }

  .md\:border-slate-950\/80 {
    border-color: rgb(2 6 23 / 0.8);
  }

  .md\:border-slate-950\/85 {
    border-color: rgb(2 6 23 / 0.85);
  }

  .md\:border-slate-950\/90 {
    border-color: rgb(2 6 23 / 0.9);
  }

  .md\:border-slate-950\/95 {
    border-color: rgb(2 6 23 / 0.95);
  }

  .md\:border-stone-100 {
    --tw-border-opacity: 1;
    border-color: rgb(245 245 244 / var(--tw-border-opacity));
  }

  .md\:border-stone-100\/0 {
    border-color: rgb(245 245 244 / 0);
  }

  .md\:border-stone-100\/10 {
    border-color: rgb(245 245 244 / 0.1);
  }

  .md\:border-stone-100\/100 {
    border-color: rgb(245 245 244 / 1);
  }

  .md\:border-stone-100\/15 {
    border-color: rgb(245 245 244 / 0.15);
  }

  .md\:border-stone-100\/20 {
    border-color: rgb(245 245 244 / 0.2);
  }

  .md\:border-stone-100\/25 {
    border-color: rgb(245 245 244 / 0.25);
  }

  .md\:border-stone-100\/30 {
    border-color: rgb(245 245 244 / 0.3);
  }

  .md\:border-stone-100\/35 {
    border-color: rgb(245 245 244 / 0.35);
  }

  .md\:border-stone-100\/40 {
    border-color: rgb(245 245 244 / 0.4);
  }

  .md\:border-stone-100\/45 {
    border-color: rgb(245 245 244 / 0.45);
  }

  .md\:border-stone-100\/5 {
    border-color: rgb(245 245 244 / 0.05);
  }

  .md\:border-stone-100\/50 {
    border-color: rgb(245 245 244 / 0.5);
  }

  .md\:border-stone-100\/55 {
    border-color: rgb(245 245 244 / 0.55);
  }

  .md\:border-stone-100\/60 {
    border-color: rgb(245 245 244 / 0.6);
  }

  .md\:border-stone-100\/65 {
    border-color: rgb(245 245 244 / 0.65);
  }

  .md\:border-stone-100\/70 {
    border-color: rgb(245 245 244 / 0.7);
  }

  .md\:border-stone-100\/75 {
    border-color: rgb(245 245 244 / 0.75);
  }

  .md\:border-stone-100\/80 {
    border-color: rgb(245 245 244 / 0.8);
  }

  .md\:border-stone-100\/85 {
    border-color: rgb(245 245 244 / 0.85);
  }

  .md\:border-stone-100\/90 {
    border-color: rgb(245 245 244 / 0.9);
  }

  .md\:border-stone-100\/95 {
    border-color: rgb(245 245 244 / 0.95);
  }

  .md\:border-stone-200 {
    --tw-border-opacity: 1;
    border-color: rgb(231 229 228 / var(--tw-border-opacity));
  }

  .md\:border-stone-200\/0 {
    border-color: rgb(231 229 228 / 0);
  }

  .md\:border-stone-200\/10 {
    border-color: rgb(231 229 228 / 0.1);
  }

  .md\:border-stone-200\/100 {
    border-color: rgb(231 229 228 / 1);
  }

  .md\:border-stone-200\/15 {
    border-color: rgb(231 229 228 / 0.15);
  }

  .md\:border-stone-200\/20 {
    border-color: rgb(231 229 228 / 0.2);
  }

  .md\:border-stone-200\/25 {
    border-color: rgb(231 229 228 / 0.25);
  }

  .md\:border-stone-200\/30 {
    border-color: rgb(231 229 228 / 0.3);
  }

  .md\:border-stone-200\/35 {
    border-color: rgb(231 229 228 / 0.35);
  }

  .md\:border-stone-200\/40 {
    border-color: rgb(231 229 228 / 0.4);
  }

  .md\:border-stone-200\/45 {
    border-color: rgb(231 229 228 / 0.45);
  }

  .md\:border-stone-200\/5 {
    border-color: rgb(231 229 228 / 0.05);
  }

  .md\:border-stone-200\/50 {
    border-color: rgb(231 229 228 / 0.5);
  }

  .md\:border-stone-200\/55 {
    border-color: rgb(231 229 228 / 0.55);
  }

  .md\:border-stone-200\/60 {
    border-color: rgb(231 229 228 / 0.6);
  }

  .md\:border-stone-200\/65 {
    border-color: rgb(231 229 228 / 0.65);
  }

  .md\:border-stone-200\/70 {
    border-color: rgb(231 229 228 / 0.7);
  }

  .md\:border-stone-200\/75 {
    border-color: rgb(231 229 228 / 0.75);
  }

  .md\:border-stone-200\/80 {
    border-color: rgb(231 229 228 / 0.8);
  }

  .md\:border-stone-200\/85 {
    border-color: rgb(231 229 228 / 0.85);
  }

  .md\:border-stone-200\/90 {
    border-color: rgb(231 229 228 / 0.9);
  }

  .md\:border-stone-200\/95 {
    border-color: rgb(231 229 228 / 0.95);
  }

  .md\:border-stone-300 {
    --tw-border-opacity: 1;
    border-color: rgb(214 211 209 / var(--tw-border-opacity));
  }

  .md\:border-stone-300\/0 {
    border-color: rgb(214 211 209 / 0);
  }

  .md\:border-stone-300\/10 {
    border-color: rgb(214 211 209 / 0.1);
  }

  .md\:border-stone-300\/100 {
    border-color: rgb(214 211 209 / 1);
  }

  .md\:border-stone-300\/15 {
    border-color: rgb(214 211 209 / 0.15);
  }

  .md\:border-stone-300\/20 {
    border-color: rgb(214 211 209 / 0.2);
  }

  .md\:border-stone-300\/25 {
    border-color: rgb(214 211 209 / 0.25);
  }

  .md\:border-stone-300\/30 {
    border-color: rgb(214 211 209 / 0.3);
  }

  .md\:border-stone-300\/35 {
    border-color: rgb(214 211 209 / 0.35);
  }

  .md\:border-stone-300\/40 {
    border-color: rgb(214 211 209 / 0.4);
  }

  .md\:border-stone-300\/45 {
    border-color: rgb(214 211 209 / 0.45);
  }

  .md\:border-stone-300\/5 {
    border-color: rgb(214 211 209 / 0.05);
  }

  .md\:border-stone-300\/50 {
    border-color: rgb(214 211 209 / 0.5);
  }

  .md\:border-stone-300\/55 {
    border-color: rgb(214 211 209 / 0.55);
  }

  .md\:border-stone-300\/60 {
    border-color: rgb(214 211 209 / 0.6);
  }

  .md\:border-stone-300\/65 {
    border-color: rgb(214 211 209 / 0.65);
  }

  .md\:border-stone-300\/70 {
    border-color: rgb(214 211 209 / 0.7);
  }

  .md\:border-stone-300\/75 {
    border-color: rgb(214 211 209 / 0.75);
  }

  .md\:border-stone-300\/80 {
    border-color: rgb(214 211 209 / 0.8);
  }

  .md\:border-stone-300\/85 {
    border-color: rgb(214 211 209 / 0.85);
  }

  .md\:border-stone-300\/90 {
    border-color: rgb(214 211 209 / 0.9);
  }

  .md\:border-stone-300\/95 {
    border-color: rgb(214 211 209 / 0.95);
  }

  .md\:border-stone-400 {
    --tw-border-opacity: 1;
    border-color: rgb(168 162 158 / var(--tw-border-opacity));
  }

  .md\:border-stone-400\/0 {
    border-color: rgb(168 162 158 / 0);
  }

  .md\:border-stone-400\/10 {
    border-color: rgb(168 162 158 / 0.1);
  }

  .md\:border-stone-400\/100 {
    border-color: rgb(168 162 158 / 1);
  }

  .md\:border-stone-400\/15 {
    border-color: rgb(168 162 158 / 0.15);
  }

  .md\:border-stone-400\/20 {
    border-color: rgb(168 162 158 / 0.2);
  }

  .md\:border-stone-400\/25 {
    border-color: rgb(168 162 158 / 0.25);
  }

  .md\:border-stone-400\/30 {
    border-color: rgb(168 162 158 / 0.3);
  }

  .md\:border-stone-400\/35 {
    border-color: rgb(168 162 158 / 0.35);
  }

  .md\:border-stone-400\/40 {
    border-color: rgb(168 162 158 / 0.4);
  }

  .md\:border-stone-400\/45 {
    border-color: rgb(168 162 158 / 0.45);
  }

  .md\:border-stone-400\/5 {
    border-color: rgb(168 162 158 / 0.05);
  }

  .md\:border-stone-400\/50 {
    border-color: rgb(168 162 158 / 0.5);
  }

  .md\:border-stone-400\/55 {
    border-color: rgb(168 162 158 / 0.55);
  }

  .md\:border-stone-400\/60 {
    border-color: rgb(168 162 158 / 0.6);
  }

  .md\:border-stone-400\/65 {
    border-color: rgb(168 162 158 / 0.65);
  }

  .md\:border-stone-400\/70 {
    border-color: rgb(168 162 158 / 0.7);
  }

  .md\:border-stone-400\/75 {
    border-color: rgb(168 162 158 / 0.75);
  }

  .md\:border-stone-400\/80 {
    border-color: rgb(168 162 158 / 0.8);
  }

  .md\:border-stone-400\/85 {
    border-color: rgb(168 162 158 / 0.85);
  }

  .md\:border-stone-400\/90 {
    border-color: rgb(168 162 158 / 0.9);
  }

  .md\:border-stone-400\/95 {
    border-color: rgb(168 162 158 / 0.95);
  }

  .md\:border-stone-50 {
    --tw-border-opacity: 1;
    border-color: rgb(250 250 249 / var(--tw-border-opacity));
  }

  .md\:border-stone-50\/0 {
    border-color: rgb(250 250 249 / 0);
  }

  .md\:border-stone-50\/10 {
    border-color: rgb(250 250 249 / 0.1);
  }

  .md\:border-stone-50\/100 {
    border-color: rgb(250 250 249 / 1);
  }

  .md\:border-stone-50\/15 {
    border-color: rgb(250 250 249 / 0.15);
  }

  .md\:border-stone-50\/20 {
    border-color: rgb(250 250 249 / 0.2);
  }

  .md\:border-stone-50\/25 {
    border-color: rgb(250 250 249 / 0.25);
  }

  .md\:border-stone-50\/30 {
    border-color: rgb(250 250 249 / 0.3);
  }

  .md\:border-stone-50\/35 {
    border-color: rgb(250 250 249 / 0.35);
  }

  .md\:border-stone-50\/40 {
    border-color: rgb(250 250 249 / 0.4);
  }

  .md\:border-stone-50\/45 {
    border-color: rgb(250 250 249 / 0.45);
  }

  .md\:border-stone-50\/5 {
    border-color: rgb(250 250 249 / 0.05);
  }

  .md\:border-stone-50\/50 {
    border-color: rgb(250 250 249 / 0.5);
  }

  .md\:border-stone-50\/55 {
    border-color: rgb(250 250 249 / 0.55);
  }

  .md\:border-stone-50\/60 {
    border-color: rgb(250 250 249 / 0.6);
  }

  .md\:border-stone-50\/65 {
    border-color: rgb(250 250 249 / 0.65);
  }

  .md\:border-stone-50\/70 {
    border-color: rgb(250 250 249 / 0.7);
  }

  .md\:border-stone-50\/75 {
    border-color: rgb(250 250 249 / 0.75);
  }

  .md\:border-stone-50\/80 {
    border-color: rgb(250 250 249 / 0.8);
  }

  .md\:border-stone-50\/85 {
    border-color: rgb(250 250 249 / 0.85);
  }

  .md\:border-stone-50\/90 {
    border-color: rgb(250 250 249 / 0.9);
  }

  .md\:border-stone-50\/95 {
    border-color: rgb(250 250 249 / 0.95);
  }

  .md\:border-stone-500 {
    --tw-border-opacity: 1;
    border-color: rgb(120 113 108 / var(--tw-border-opacity));
  }

  .md\:border-stone-500\/0 {
    border-color: rgb(120 113 108 / 0);
  }

  .md\:border-stone-500\/10 {
    border-color: rgb(120 113 108 / 0.1);
  }

  .md\:border-stone-500\/100 {
    border-color: rgb(120 113 108 / 1);
  }

  .md\:border-stone-500\/15 {
    border-color: rgb(120 113 108 / 0.15);
  }

  .md\:border-stone-500\/20 {
    border-color: rgb(120 113 108 / 0.2);
  }

  .md\:border-stone-500\/25 {
    border-color: rgb(120 113 108 / 0.25);
  }

  .md\:border-stone-500\/30 {
    border-color: rgb(120 113 108 / 0.3);
  }

  .md\:border-stone-500\/35 {
    border-color: rgb(120 113 108 / 0.35);
  }

  .md\:border-stone-500\/40 {
    border-color: rgb(120 113 108 / 0.4);
  }

  .md\:border-stone-500\/45 {
    border-color: rgb(120 113 108 / 0.45);
  }

  .md\:border-stone-500\/5 {
    border-color: rgb(120 113 108 / 0.05);
  }

  .md\:border-stone-500\/50 {
    border-color: rgb(120 113 108 / 0.5);
  }

  .md\:border-stone-500\/55 {
    border-color: rgb(120 113 108 / 0.55);
  }

  .md\:border-stone-500\/60 {
    border-color: rgb(120 113 108 / 0.6);
  }

  .md\:border-stone-500\/65 {
    border-color: rgb(120 113 108 / 0.65);
  }

  .md\:border-stone-500\/70 {
    border-color: rgb(120 113 108 / 0.7);
  }

  .md\:border-stone-500\/75 {
    border-color: rgb(120 113 108 / 0.75);
  }

  .md\:border-stone-500\/80 {
    border-color: rgb(120 113 108 / 0.8);
  }

  .md\:border-stone-500\/85 {
    border-color: rgb(120 113 108 / 0.85);
  }

  .md\:border-stone-500\/90 {
    border-color: rgb(120 113 108 / 0.9);
  }

  .md\:border-stone-500\/95 {
    border-color: rgb(120 113 108 / 0.95);
  }

  .md\:border-stone-600 {
    --tw-border-opacity: 1;
    border-color: rgb(87 83 78 / var(--tw-border-opacity));
  }

  .md\:border-stone-600\/0 {
    border-color: rgb(87 83 78 / 0);
  }

  .md\:border-stone-600\/10 {
    border-color: rgb(87 83 78 / 0.1);
  }

  .md\:border-stone-600\/100 {
    border-color: rgb(87 83 78 / 1);
  }

  .md\:border-stone-600\/15 {
    border-color: rgb(87 83 78 / 0.15);
  }

  .md\:border-stone-600\/20 {
    border-color: rgb(87 83 78 / 0.2);
  }

  .md\:border-stone-600\/25 {
    border-color: rgb(87 83 78 / 0.25);
  }

  .md\:border-stone-600\/30 {
    border-color: rgb(87 83 78 / 0.3);
  }

  .md\:border-stone-600\/35 {
    border-color: rgb(87 83 78 / 0.35);
  }

  .md\:border-stone-600\/40 {
    border-color: rgb(87 83 78 / 0.4);
  }

  .md\:border-stone-600\/45 {
    border-color: rgb(87 83 78 / 0.45);
  }

  .md\:border-stone-600\/5 {
    border-color: rgb(87 83 78 / 0.05);
  }

  .md\:border-stone-600\/50 {
    border-color: rgb(87 83 78 / 0.5);
  }

  .md\:border-stone-600\/55 {
    border-color: rgb(87 83 78 / 0.55);
  }

  .md\:border-stone-600\/60 {
    border-color: rgb(87 83 78 / 0.6);
  }

  .md\:border-stone-600\/65 {
    border-color: rgb(87 83 78 / 0.65);
  }

  .md\:border-stone-600\/70 {
    border-color: rgb(87 83 78 / 0.7);
  }

  .md\:border-stone-600\/75 {
    border-color: rgb(87 83 78 / 0.75);
  }

  .md\:border-stone-600\/80 {
    border-color: rgb(87 83 78 / 0.8);
  }

  .md\:border-stone-600\/85 {
    border-color: rgb(87 83 78 / 0.85);
  }

  .md\:border-stone-600\/90 {
    border-color: rgb(87 83 78 / 0.9);
  }

  .md\:border-stone-600\/95 {
    border-color: rgb(87 83 78 / 0.95);
  }

  .md\:border-stone-700 {
    --tw-border-opacity: 1;
    border-color: rgb(68 64 60 / var(--tw-border-opacity));
  }

  .md\:border-stone-700\/0 {
    border-color: rgb(68 64 60 / 0);
  }

  .md\:border-stone-700\/10 {
    border-color: rgb(68 64 60 / 0.1);
  }

  .md\:border-stone-700\/100 {
    border-color: rgb(68 64 60 / 1);
  }

  .md\:border-stone-700\/15 {
    border-color: rgb(68 64 60 / 0.15);
  }

  .md\:border-stone-700\/20 {
    border-color: rgb(68 64 60 / 0.2);
  }

  .md\:border-stone-700\/25 {
    border-color: rgb(68 64 60 / 0.25);
  }

  .md\:border-stone-700\/30 {
    border-color: rgb(68 64 60 / 0.3);
  }

  .md\:border-stone-700\/35 {
    border-color: rgb(68 64 60 / 0.35);
  }

  .md\:border-stone-700\/40 {
    border-color: rgb(68 64 60 / 0.4);
  }

  .md\:border-stone-700\/45 {
    border-color: rgb(68 64 60 / 0.45);
  }

  .md\:border-stone-700\/5 {
    border-color: rgb(68 64 60 / 0.05);
  }

  .md\:border-stone-700\/50 {
    border-color: rgb(68 64 60 / 0.5);
  }

  .md\:border-stone-700\/55 {
    border-color: rgb(68 64 60 / 0.55);
  }

  .md\:border-stone-700\/60 {
    border-color: rgb(68 64 60 / 0.6);
  }

  .md\:border-stone-700\/65 {
    border-color: rgb(68 64 60 / 0.65);
  }

  .md\:border-stone-700\/70 {
    border-color: rgb(68 64 60 / 0.7);
  }

  .md\:border-stone-700\/75 {
    border-color: rgb(68 64 60 / 0.75);
  }

  .md\:border-stone-700\/80 {
    border-color: rgb(68 64 60 / 0.8);
  }

  .md\:border-stone-700\/85 {
    border-color: rgb(68 64 60 / 0.85);
  }

  .md\:border-stone-700\/90 {
    border-color: rgb(68 64 60 / 0.9);
  }

  .md\:border-stone-700\/95 {
    border-color: rgb(68 64 60 / 0.95);
  }

  .md\:border-stone-800 {
    --tw-border-opacity: 1;
    border-color: rgb(41 37 36 / var(--tw-border-opacity));
  }

  .md\:border-stone-800\/0 {
    border-color: rgb(41 37 36 / 0);
  }

  .md\:border-stone-800\/10 {
    border-color: rgb(41 37 36 / 0.1);
  }

  .md\:border-stone-800\/100 {
    border-color: rgb(41 37 36 / 1);
  }

  .md\:border-stone-800\/15 {
    border-color: rgb(41 37 36 / 0.15);
  }

  .md\:border-stone-800\/20 {
    border-color: rgb(41 37 36 / 0.2);
  }

  .md\:border-stone-800\/25 {
    border-color: rgb(41 37 36 / 0.25);
  }

  .md\:border-stone-800\/30 {
    border-color: rgb(41 37 36 / 0.3);
  }

  .md\:border-stone-800\/35 {
    border-color: rgb(41 37 36 / 0.35);
  }

  .md\:border-stone-800\/40 {
    border-color: rgb(41 37 36 / 0.4);
  }

  .md\:border-stone-800\/45 {
    border-color: rgb(41 37 36 / 0.45);
  }

  .md\:border-stone-800\/5 {
    border-color: rgb(41 37 36 / 0.05);
  }

  .md\:border-stone-800\/50 {
    border-color: rgb(41 37 36 / 0.5);
  }

  .md\:border-stone-800\/55 {
    border-color: rgb(41 37 36 / 0.55);
  }

  .md\:border-stone-800\/60 {
    border-color: rgb(41 37 36 / 0.6);
  }

  .md\:border-stone-800\/65 {
    border-color: rgb(41 37 36 / 0.65);
  }

  .md\:border-stone-800\/70 {
    border-color: rgb(41 37 36 / 0.7);
  }

  .md\:border-stone-800\/75 {
    border-color: rgb(41 37 36 / 0.75);
  }

  .md\:border-stone-800\/80 {
    border-color: rgb(41 37 36 / 0.8);
  }

  .md\:border-stone-800\/85 {
    border-color: rgb(41 37 36 / 0.85);
  }

  .md\:border-stone-800\/90 {
    border-color: rgb(41 37 36 / 0.9);
  }

  .md\:border-stone-800\/95 {
    border-color: rgb(41 37 36 / 0.95);
  }

  .md\:border-stone-900 {
    --tw-border-opacity: 1;
    border-color: rgb(28 25 23 / var(--tw-border-opacity));
  }

  .md\:border-stone-900\/0 {
    border-color: rgb(28 25 23 / 0);
  }

  .md\:border-stone-900\/10 {
    border-color: rgb(28 25 23 / 0.1);
  }

  .md\:border-stone-900\/100 {
    border-color: rgb(28 25 23 / 1);
  }

  .md\:border-stone-900\/15 {
    border-color: rgb(28 25 23 / 0.15);
  }

  .md\:border-stone-900\/20 {
    border-color: rgb(28 25 23 / 0.2);
  }

  .md\:border-stone-900\/25 {
    border-color: rgb(28 25 23 / 0.25);
  }

  .md\:border-stone-900\/30 {
    border-color: rgb(28 25 23 / 0.3);
  }

  .md\:border-stone-900\/35 {
    border-color: rgb(28 25 23 / 0.35);
  }

  .md\:border-stone-900\/40 {
    border-color: rgb(28 25 23 / 0.4);
  }

  .md\:border-stone-900\/45 {
    border-color: rgb(28 25 23 / 0.45);
  }

  .md\:border-stone-900\/5 {
    border-color: rgb(28 25 23 / 0.05);
  }

  .md\:border-stone-900\/50 {
    border-color: rgb(28 25 23 / 0.5);
  }

  .md\:border-stone-900\/55 {
    border-color: rgb(28 25 23 / 0.55);
  }

  .md\:border-stone-900\/60 {
    border-color: rgb(28 25 23 / 0.6);
  }

  .md\:border-stone-900\/65 {
    border-color: rgb(28 25 23 / 0.65);
  }

  .md\:border-stone-900\/70 {
    border-color: rgb(28 25 23 / 0.7);
  }

  .md\:border-stone-900\/75 {
    border-color: rgb(28 25 23 / 0.75);
  }

  .md\:border-stone-900\/80 {
    border-color: rgb(28 25 23 / 0.8);
  }

  .md\:border-stone-900\/85 {
    border-color: rgb(28 25 23 / 0.85);
  }

  .md\:border-stone-900\/90 {
    border-color: rgb(28 25 23 / 0.9);
  }

  .md\:border-stone-900\/95 {
    border-color: rgb(28 25 23 / 0.95);
  }

  .md\:border-stone-950 {
    --tw-border-opacity: 1;
    border-color: rgb(12 10 9 / var(--tw-border-opacity));
  }

  .md\:border-stone-950\/0 {
    border-color: rgb(12 10 9 / 0);
  }

  .md\:border-stone-950\/10 {
    border-color: rgb(12 10 9 / 0.1);
  }

  .md\:border-stone-950\/100 {
    border-color: rgb(12 10 9 / 1);
  }

  .md\:border-stone-950\/15 {
    border-color: rgb(12 10 9 / 0.15);
  }

  .md\:border-stone-950\/20 {
    border-color: rgb(12 10 9 / 0.2);
  }

  .md\:border-stone-950\/25 {
    border-color: rgb(12 10 9 / 0.25);
  }

  .md\:border-stone-950\/30 {
    border-color: rgb(12 10 9 / 0.3);
  }

  .md\:border-stone-950\/35 {
    border-color: rgb(12 10 9 / 0.35);
  }

  .md\:border-stone-950\/40 {
    border-color: rgb(12 10 9 / 0.4);
  }

  .md\:border-stone-950\/45 {
    border-color: rgb(12 10 9 / 0.45);
  }

  .md\:border-stone-950\/5 {
    border-color: rgb(12 10 9 / 0.05);
  }

  .md\:border-stone-950\/50 {
    border-color: rgb(12 10 9 / 0.5);
  }

  .md\:border-stone-950\/55 {
    border-color: rgb(12 10 9 / 0.55);
  }

  .md\:border-stone-950\/60 {
    border-color: rgb(12 10 9 / 0.6);
  }

  .md\:border-stone-950\/65 {
    border-color: rgb(12 10 9 / 0.65);
  }

  .md\:border-stone-950\/70 {
    border-color: rgb(12 10 9 / 0.7);
  }

  .md\:border-stone-950\/75 {
    border-color: rgb(12 10 9 / 0.75);
  }

  .md\:border-stone-950\/80 {
    border-color: rgb(12 10 9 / 0.8);
  }

  .md\:border-stone-950\/85 {
    border-color: rgb(12 10 9 / 0.85);
  }

  .md\:border-stone-950\/90 {
    border-color: rgb(12 10 9 / 0.9);
  }

  .md\:border-stone-950\/95 {
    border-color: rgb(12 10 9 / 0.95);
  }

  .md\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgb(204 251 241 / var(--tw-border-opacity));
  }

  .md\:border-teal-100\/0 {
    border-color: rgb(204 251 241 / 0);
  }

  .md\:border-teal-100\/10 {
    border-color: rgb(204 251 241 / 0.1);
  }

  .md\:border-teal-100\/100 {
    border-color: rgb(204 251 241 / 1);
  }

  .md\:border-teal-100\/15 {
    border-color: rgb(204 251 241 / 0.15);
  }

  .md\:border-teal-100\/20 {
    border-color: rgb(204 251 241 / 0.2);
  }

  .md\:border-teal-100\/25 {
    border-color: rgb(204 251 241 / 0.25);
  }

  .md\:border-teal-100\/30 {
    border-color: rgb(204 251 241 / 0.3);
  }

  .md\:border-teal-100\/35 {
    border-color: rgb(204 251 241 / 0.35);
  }

  .md\:border-teal-100\/40 {
    border-color: rgb(204 251 241 / 0.4);
  }

  .md\:border-teal-100\/45 {
    border-color: rgb(204 251 241 / 0.45);
  }

  .md\:border-teal-100\/5 {
    border-color: rgb(204 251 241 / 0.05);
  }

  .md\:border-teal-100\/50 {
    border-color: rgb(204 251 241 / 0.5);
  }

  .md\:border-teal-100\/55 {
    border-color: rgb(204 251 241 / 0.55);
  }

  .md\:border-teal-100\/60 {
    border-color: rgb(204 251 241 / 0.6);
  }

  .md\:border-teal-100\/65 {
    border-color: rgb(204 251 241 / 0.65);
  }

  .md\:border-teal-100\/70 {
    border-color: rgb(204 251 241 / 0.7);
  }

  .md\:border-teal-100\/75 {
    border-color: rgb(204 251 241 / 0.75);
  }

  .md\:border-teal-100\/80 {
    border-color: rgb(204 251 241 / 0.8);
  }

  .md\:border-teal-100\/85 {
    border-color: rgb(204 251 241 / 0.85);
  }

  .md\:border-teal-100\/90 {
    border-color: rgb(204 251 241 / 0.9);
  }

  .md\:border-teal-100\/95 {
    border-color: rgb(204 251 241 / 0.95);
  }

  .md\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgb(153 246 228 / var(--tw-border-opacity));
  }

  .md\:border-teal-200\/0 {
    border-color: rgb(153 246 228 / 0);
  }

  .md\:border-teal-200\/10 {
    border-color: rgb(153 246 228 / 0.1);
  }

  .md\:border-teal-200\/100 {
    border-color: rgb(153 246 228 / 1);
  }

  .md\:border-teal-200\/15 {
    border-color: rgb(153 246 228 / 0.15);
  }

  .md\:border-teal-200\/20 {
    border-color: rgb(153 246 228 / 0.2);
  }

  .md\:border-teal-200\/25 {
    border-color: rgb(153 246 228 / 0.25);
  }

  .md\:border-teal-200\/30 {
    border-color: rgb(153 246 228 / 0.3);
  }

  .md\:border-teal-200\/35 {
    border-color: rgb(153 246 228 / 0.35);
  }

  .md\:border-teal-200\/40 {
    border-color: rgb(153 246 228 / 0.4);
  }

  .md\:border-teal-200\/45 {
    border-color: rgb(153 246 228 / 0.45);
  }

  .md\:border-teal-200\/5 {
    border-color: rgb(153 246 228 / 0.05);
  }

  .md\:border-teal-200\/50 {
    border-color: rgb(153 246 228 / 0.5);
  }

  .md\:border-teal-200\/55 {
    border-color: rgb(153 246 228 / 0.55);
  }

  .md\:border-teal-200\/60 {
    border-color: rgb(153 246 228 / 0.6);
  }

  .md\:border-teal-200\/65 {
    border-color: rgb(153 246 228 / 0.65);
  }

  .md\:border-teal-200\/70 {
    border-color: rgb(153 246 228 / 0.7);
  }

  .md\:border-teal-200\/75 {
    border-color: rgb(153 246 228 / 0.75);
  }

  .md\:border-teal-200\/80 {
    border-color: rgb(153 246 228 / 0.8);
  }

  .md\:border-teal-200\/85 {
    border-color: rgb(153 246 228 / 0.85);
  }

  .md\:border-teal-200\/90 {
    border-color: rgb(153 246 228 / 0.9);
  }

  .md\:border-teal-200\/95 {
    border-color: rgb(153 246 228 / 0.95);
  }

  .md\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgb(94 234 212 / var(--tw-border-opacity));
  }

  .md\:border-teal-300\/0 {
    border-color: rgb(94 234 212 / 0);
  }

  .md\:border-teal-300\/10 {
    border-color: rgb(94 234 212 / 0.1);
  }

  .md\:border-teal-300\/100 {
    border-color: rgb(94 234 212 / 1);
  }

  .md\:border-teal-300\/15 {
    border-color: rgb(94 234 212 / 0.15);
  }

  .md\:border-teal-300\/20 {
    border-color: rgb(94 234 212 / 0.2);
  }

  .md\:border-teal-300\/25 {
    border-color: rgb(94 234 212 / 0.25);
  }

  .md\:border-teal-300\/30 {
    border-color: rgb(94 234 212 / 0.3);
  }

  .md\:border-teal-300\/35 {
    border-color: rgb(94 234 212 / 0.35);
  }

  .md\:border-teal-300\/40 {
    border-color: rgb(94 234 212 / 0.4);
  }

  .md\:border-teal-300\/45 {
    border-color: rgb(94 234 212 / 0.45);
  }

  .md\:border-teal-300\/5 {
    border-color: rgb(94 234 212 / 0.05);
  }

  .md\:border-teal-300\/50 {
    border-color: rgb(94 234 212 / 0.5);
  }

  .md\:border-teal-300\/55 {
    border-color: rgb(94 234 212 / 0.55);
  }

  .md\:border-teal-300\/60 {
    border-color: rgb(94 234 212 / 0.6);
  }

  .md\:border-teal-300\/65 {
    border-color: rgb(94 234 212 / 0.65);
  }

  .md\:border-teal-300\/70 {
    border-color: rgb(94 234 212 / 0.7);
  }

  .md\:border-teal-300\/75 {
    border-color: rgb(94 234 212 / 0.75);
  }

  .md\:border-teal-300\/80 {
    border-color: rgb(94 234 212 / 0.8);
  }

  .md\:border-teal-300\/85 {
    border-color: rgb(94 234 212 / 0.85);
  }

  .md\:border-teal-300\/90 {
    border-color: rgb(94 234 212 / 0.9);
  }

  .md\:border-teal-300\/95 {
    border-color: rgb(94 234 212 / 0.95);
  }

  .md\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgb(45 212 191 / var(--tw-border-opacity));
  }

  .md\:border-teal-400\/0 {
    border-color: rgb(45 212 191 / 0);
  }

  .md\:border-teal-400\/10 {
    border-color: rgb(45 212 191 / 0.1);
  }

  .md\:border-teal-400\/100 {
    border-color: rgb(45 212 191 / 1);
  }

  .md\:border-teal-400\/15 {
    border-color: rgb(45 212 191 / 0.15);
  }

  .md\:border-teal-400\/20 {
    border-color: rgb(45 212 191 / 0.2);
  }

  .md\:border-teal-400\/25 {
    border-color: rgb(45 212 191 / 0.25);
  }

  .md\:border-teal-400\/30 {
    border-color: rgb(45 212 191 / 0.3);
  }

  .md\:border-teal-400\/35 {
    border-color: rgb(45 212 191 / 0.35);
  }

  .md\:border-teal-400\/40 {
    border-color: rgb(45 212 191 / 0.4);
  }

  .md\:border-teal-400\/45 {
    border-color: rgb(45 212 191 / 0.45);
  }

  .md\:border-teal-400\/5 {
    border-color: rgb(45 212 191 / 0.05);
  }

  .md\:border-teal-400\/50 {
    border-color: rgb(45 212 191 / 0.5);
  }

  .md\:border-teal-400\/55 {
    border-color: rgb(45 212 191 / 0.55);
  }

  .md\:border-teal-400\/60 {
    border-color: rgb(45 212 191 / 0.6);
  }

  .md\:border-teal-400\/65 {
    border-color: rgb(45 212 191 / 0.65);
  }

  .md\:border-teal-400\/70 {
    border-color: rgb(45 212 191 / 0.7);
  }

  .md\:border-teal-400\/75 {
    border-color: rgb(45 212 191 / 0.75);
  }

  .md\:border-teal-400\/80 {
    border-color: rgb(45 212 191 / 0.8);
  }

  .md\:border-teal-400\/85 {
    border-color: rgb(45 212 191 / 0.85);
  }

  .md\:border-teal-400\/90 {
    border-color: rgb(45 212 191 / 0.9);
  }

  .md\:border-teal-400\/95 {
    border-color: rgb(45 212 191 / 0.95);
  }

  .md\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgb(240 253 250 / var(--tw-border-opacity));
  }

  .md\:border-teal-50\/0 {
    border-color: rgb(240 253 250 / 0);
  }

  .md\:border-teal-50\/10 {
    border-color: rgb(240 253 250 / 0.1);
  }

  .md\:border-teal-50\/100 {
    border-color: rgb(240 253 250 / 1);
  }

  .md\:border-teal-50\/15 {
    border-color: rgb(240 253 250 / 0.15);
  }

  .md\:border-teal-50\/20 {
    border-color: rgb(240 253 250 / 0.2);
  }

  .md\:border-teal-50\/25 {
    border-color: rgb(240 253 250 / 0.25);
  }

  .md\:border-teal-50\/30 {
    border-color: rgb(240 253 250 / 0.3);
  }

  .md\:border-teal-50\/35 {
    border-color: rgb(240 253 250 / 0.35);
  }

  .md\:border-teal-50\/40 {
    border-color: rgb(240 253 250 / 0.4);
  }

  .md\:border-teal-50\/45 {
    border-color: rgb(240 253 250 / 0.45);
  }

  .md\:border-teal-50\/5 {
    border-color: rgb(240 253 250 / 0.05);
  }

  .md\:border-teal-50\/50 {
    border-color: rgb(240 253 250 / 0.5);
  }

  .md\:border-teal-50\/55 {
    border-color: rgb(240 253 250 / 0.55);
  }

  .md\:border-teal-50\/60 {
    border-color: rgb(240 253 250 / 0.6);
  }

  .md\:border-teal-50\/65 {
    border-color: rgb(240 253 250 / 0.65);
  }

  .md\:border-teal-50\/70 {
    border-color: rgb(240 253 250 / 0.7);
  }

  .md\:border-teal-50\/75 {
    border-color: rgb(240 253 250 / 0.75);
  }

  .md\:border-teal-50\/80 {
    border-color: rgb(240 253 250 / 0.8);
  }

  .md\:border-teal-50\/85 {
    border-color: rgb(240 253 250 / 0.85);
  }

  .md\:border-teal-50\/90 {
    border-color: rgb(240 253 250 / 0.9);
  }

  .md\:border-teal-50\/95 {
    border-color: rgb(240 253 250 / 0.95);
  }

  .md\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgb(20 184 166 / var(--tw-border-opacity));
  }

  .md\:border-teal-500\/0 {
    border-color: rgb(20 184 166 / 0);
  }

  .md\:border-teal-500\/10 {
    border-color: rgb(20 184 166 / 0.1);
  }

  .md\:border-teal-500\/100 {
    border-color: rgb(20 184 166 / 1);
  }

  .md\:border-teal-500\/15 {
    border-color: rgb(20 184 166 / 0.15);
  }

  .md\:border-teal-500\/20 {
    border-color: rgb(20 184 166 / 0.2);
  }

  .md\:border-teal-500\/25 {
    border-color: rgb(20 184 166 / 0.25);
  }

  .md\:border-teal-500\/30 {
    border-color: rgb(20 184 166 / 0.3);
  }

  .md\:border-teal-500\/35 {
    border-color: rgb(20 184 166 / 0.35);
  }

  .md\:border-teal-500\/40 {
    border-color: rgb(20 184 166 / 0.4);
  }

  .md\:border-teal-500\/45 {
    border-color: rgb(20 184 166 / 0.45);
  }

  .md\:border-teal-500\/5 {
    border-color: rgb(20 184 166 / 0.05);
  }

  .md\:border-teal-500\/50 {
    border-color: rgb(20 184 166 / 0.5);
  }

  .md\:border-teal-500\/55 {
    border-color: rgb(20 184 166 / 0.55);
  }

  .md\:border-teal-500\/60 {
    border-color: rgb(20 184 166 / 0.6);
  }

  .md\:border-teal-500\/65 {
    border-color: rgb(20 184 166 / 0.65);
  }

  .md\:border-teal-500\/70 {
    border-color: rgb(20 184 166 / 0.7);
  }

  .md\:border-teal-500\/75 {
    border-color: rgb(20 184 166 / 0.75);
  }

  .md\:border-teal-500\/80 {
    border-color: rgb(20 184 166 / 0.8);
  }

  .md\:border-teal-500\/85 {
    border-color: rgb(20 184 166 / 0.85);
  }

  .md\:border-teal-500\/90 {
    border-color: rgb(20 184 166 / 0.9);
  }

  .md\:border-teal-500\/95 {
    border-color: rgb(20 184 166 / 0.95);
  }

  .md\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgb(13 148 136 / var(--tw-border-opacity));
  }

  .md\:border-teal-600\/0 {
    border-color: rgb(13 148 136 / 0);
  }

  .md\:border-teal-600\/10 {
    border-color: rgb(13 148 136 / 0.1);
  }

  .md\:border-teal-600\/100 {
    border-color: rgb(13 148 136 / 1);
  }

  .md\:border-teal-600\/15 {
    border-color: rgb(13 148 136 / 0.15);
  }

  .md\:border-teal-600\/20 {
    border-color: rgb(13 148 136 / 0.2);
  }

  .md\:border-teal-600\/25 {
    border-color: rgb(13 148 136 / 0.25);
  }

  .md\:border-teal-600\/30 {
    border-color: rgb(13 148 136 / 0.3);
  }

  .md\:border-teal-600\/35 {
    border-color: rgb(13 148 136 / 0.35);
  }

  .md\:border-teal-600\/40 {
    border-color: rgb(13 148 136 / 0.4);
  }

  .md\:border-teal-600\/45 {
    border-color: rgb(13 148 136 / 0.45);
  }

  .md\:border-teal-600\/5 {
    border-color: rgb(13 148 136 / 0.05);
  }

  .md\:border-teal-600\/50 {
    border-color: rgb(13 148 136 / 0.5);
  }

  .md\:border-teal-600\/55 {
    border-color: rgb(13 148 136 / 0.55);
  }

  .md\:border-teal-600\/60 {
    border-color: rgb(13 148 136 / 0.6);
  }

  .md\:border-teal-600\/65 {
    border-color: rgb(13 148 136 / 0.65);
  }

  .md\:border-teal-600\/70 {
    border-color: rgb(13 148 136 / 0.7);
  }

  .md\:border-teal-600\/75 {
    border-color: rgb(13 148 136 / 0.75);
  }

  .md\:border-teal-600\/80 {
    border-color: rgb(13 148 136 / 0.8);
  }

  .md\:border-teal-600\/85 {
    border-color: rgb(13 148 136 / 0.85);
  }

  .md\:border-teal-600\/90 {
    border-color: rgb(13 148 136 / 0.9);
  }

  .md\:border-teal-600\/95 {
    border-color: rgb(13 148 136 / 0.95);
  }

  .md\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgb(15 118 110 / var(--tw-border-opacity));
  }

  .md\:border-teal-700\/0 {
    border-color: rgb(15 118 110 / 0);
  }

  .md\:border-teal-700\/10 {
    border-color: rgb(15 118 110 / 0.1);
  }

  .md\:border-teal-700\/100 {
    border-color: rgb(15 118 110 / 1);
  }

  .md\:border-teal-700\/15 {
    border-color: rgb(15 118 110 / 0.15);
  }

  .md\:border-teal-700\/20 {
    border-color: rgb(15 118 110 / 0.2);
  }

  .md\:border-teal-700\/25 {
    border-color: rgb(15 118 110 / 0.25);
  }

  .md\:border-teal-700\/30 {
    border-color: rgb(15 118 110 / 0.3);
  }

  .md\:border-teal-700\/35 {
    border-color: rgb(15 118 110 / 0.35);
  }

  .md\:border-teal-700\/40 {
    border-color: rgb(15 118 110 / 0.4);
  }

  .md\:border-teal-700\/45 {
    border-color: rgb(15 118 110 / 0.45);
  }

  .md\:border-teal-700\/5 {
    border-color: rgb(15 118 110 / 0.05);
  }

  .md\:border-teal-700\/50 {
    border-color: rgb(15 118 110 / 0.5);
  }

  .md\:border-teal-700\/55 {
    border-color: rgb(15 118 110 / 0.55);
  }

  .md\:border-teal-700\/60 {
    border-color: rgb(15 118 110 / 0.6);
  }

  .md\:border-teal-700\/65 {
    border-color: rgb(15 118 110 / 0.65);
  }

  .md\:border-teal-700\/70 {
    border-color: rgb(15 118 110 / 0.7);
  }

  .md\:border-teal-700\/75 {
    border-color: rgb(15 118 110 / 0.75);
  }

  .md\:border-teal-700\/80 {
    border-color: rgb(15 118 110 / 0.8);
  }

  .md\:border-teal-700\/85 {
    border-color: rgb(15 118 110 / 0.85);
  }

  .md\:border-teal-700\/90 {
    border-color: rgb(15 118 110 / 0.9);
  }

  .md\:border-teal-700\/95 {
    border-color: rgb(15 118 110 / 0.95);
  }

  .md\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgb(17 94 89 / var(--tw-border-opacity));
  }

  .md\:border-teal-800\/0 {
    border-color: rgb(17 94 89 / 0);
  }

  .md\:border-teal-800\/10 {
    border-color: rgb(17 94 89 / 0.1);
  }

  .md\:border-teal-800\/100 {
    border-color: rgb(17 94 89 / 1);
  }

  .md\:border-teal-800\/15 {
    border-color: rgb(17 94 89 / 0.15);
  }

  .md\:border-teal-800\/20 {
    border-color: rgb(17 94 89 / 0.2);
  }

  .md\:border-teal-800\/25 {
    border-color: rgb(17 94 89 / 0.25);
  }

  .md\:border-teal-800\/30 {
    border-color: rgb(17 94 89 / 0.3);
  }

  .md\:border-teal-800\/35 {
    border-color: rgb(17 94 89 / 0.35);
  }

  .md\:border-teal-800\/40 {
    border-color: rgb(17 94 89 / 0.4);
  }

  .md\:border-teal-800\/45 {
    border-color: rgb(17 94 89 / 0.45);
  }

  .md\:border-teal-800\/5 {
    border-color: rgb(17 94 89 / 0.05);
  }

  .md\:border-teal-800\/50 {
    border-color: rgb(17 94 89 / 0.5);
  }

  .md\:border-teal-800\/55 {
    border-color: rgb(17 94 89 / 0.55);
  }

  .md\:border-teal-800\/60 {
    border-color: rgb(17 94 89 / 0.6);
  }

  .md\:border-teal-800\/65 {
    border-color: rgb(17 94 89 / 0.65);
  }

  .md\:border-teal-800\/70 {
    border-color: rgb(17 94 89 / 0.7);
  }

  .md\:border-teal-800\/75 {
    border-color: rgb(17 94 89 / 0.75);
  }

  .md\:border-teal-800\/80 {
    border-color: rgb(17 94 89 / 0.8);
  }

  .md\:border-teal-800\/85 {
    border-color: rgb(17 94 89 / 0.85);
  }

  .md\:border-teal-800\/90 {
    border-color: rgb(17 94 89 / 0.9);
  }

  .md\:border-teal-800\/95 {
    border-color: rgb(17 94 89 / 0.95);
  }

  .md\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgb(19 78 74 / var(--tw-border-opacity));
  }

  .md\:border-teal-900\/0 {
    border-color: rgb(19 78 74 / 0);
  }

  .md\:border-teal-900\/10 {
    border-color: rgb(19 78 74 / 0.1);
  }

  .md\:border-teal-900\/100 {
    border-color: rgb(19 78 74 / 1);
  }

  .md\:border-teal-900\/15 {
    border-color: rgb(19 78 74 / 0.15);
  }

  .md\:border-teal-900\/20 {
    border-color: rgb(19 78 74 / 0.2);
  }

  .md\:border-teal-900\/25 {
    border-color: rgb(19 78 74 / 0.25);
  }

  .md\:border-teal-900\/30 {
    border-color: rgb(19 78 74 / 0.3);
  }

  .md\:border-teal-900\/35 {
    border-color: rgb(19 78 74 / 0.35);
  }

  .md\:border-teal-900\/40 {
    border-color: rgb(19 78 74 / 0.4);
  }

  .md\:border-teal-900\/45 {
    border-color: rgb(19 78 74 / 0.45);
  }

  .md\:border-teal-900\/5 {
    border-color: rgb(19 78 74 / 0.05);
  }

  .md\:border-teal-900\/50 {
    border-color: rgb(19 78 74 / 0.5);
  }

  .md\:border-teal-900\/55 {
    border-color: rgb(19 78 74 / 0.55);
  }

  .md\:border-teal-900\/60 {
    border-color: rgb(19 78 74 / 0.6);
  }

  .md\:border-teal-900\/65 {
    border-color: rgb(19 78 74 / 0.65);
  }

  .md\:border-teal-900\/70 {
    border-color: rgb(19 78 74 / 0.7);
  }

  .md\:border-teal-900\/75 {
    border-color: rgb(19 78 74 / 0.75);
  }

  .md\:border-teal-900\/80 {
    border-color: rgb(19 78 74 / 0.8);
  }

  .md\:border-teal-900\/85 {
    border-color: rgb(19 78 74 / 0.85);
  }

  .md\:border-teal-900\/90 {
    border-color: rgb(19 78 74 / 0.9);
  }

  .md\:border-teal-900\/95 {
    border-color: rgb(19 78 74 / 0.95);
  }

  .md\:border-teal-950 {
    --tw-border-opacity: 1;
    border-color: rgb(4 47 46 / var(--tw-border-opacity));
  }

  .md\:border-teal-950\/0 {
    border-color: rgb(4 47 46 / 0);
  }

  .md\:border-teal-950\/10 {
    border-color: rgb(4 47 46 / 0.1);
  }

  .md\:border-teal-950\/100 {
    border-color: rgb(4 47 46 / 1);
  }

  .md\:border-teal-950\/15 {
    border-color: rgb(4 47 46 / 0.15);
  }

  .md\:border-teal-950\/20 {
    border-color: rgb(4 47 46 / 0.2);
  }

  .md\:border-teal-950\/25 {
    border-color: rgb(4 47 46 / 0.25);
  }

  .md\:border-teal-950\/30 {
    border-color: rgb(4 47 46 / 0.3);
  }

  .md\:border-teal-950\/35 {
    border-color: rgb(4 47 46 / 0.35);
  }

  .md\:border-teal-950\/40 {
    border-color: rgb(4 47 46 / 0.4);
  }

  .md\:border-teal-950\/45 {
    border-color: rgb(4 47 46 / 0.45);
  }

  .md\:border-teal-950\/5 {
    border-color: rgb(4 47 46 / 0.05);
  }

  .md\:border-teal-950\/50 {
    border-color: rgb(4 47 46 / 0.5);
  }

  .md\:border-teal-950\/55 {
    border-color: rgb(4 47 46 / 0.55);
  }

  .md\:border-teal-950\/60 {
    border-color: rgb(4 47 46 / 0.6);
  }

  .md\:border-teal-950\/65 {
    border-color: rgb(4 47 46 / 0.65);
  }

  .md\:border-teal-950\/70 {
    border-color: rgb(4 47 46 / 0.7);
  }

  .md\:border-teal-950\/75 {
    border-color: rgb(4 47 46 / 0.75);
  }

  .md\:border-teal-950\/80 {
    border-color: rgb(4 47 46 / 0.8);
  }

  .md\:border-teal-950\/85 {
    border-color: rgb(4 47 46 / 0.85);
  }

  .md\:border-teal-950\/90 {
    border-color: rgb(4 47 46 / 0.9);
  }

  .md\:border-teal-950\/95 {
    border-color: rgb(4 47 46 / 0.95);
  }

  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:border-transparent\/0 {
    border-color: rgb(0 0 0 / 0);
  }

  .md\:border-transparent\/10 {
    border-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-transparent\/100 {
    border-color: rgb(0 0 0 / 1);
  }

  .md\:border-transparent\/15 {
    border-color: rgb(0 0 0 / 0.15);
  }

  .md\:border-transparent\/20 {
    border-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-transparent\/25 {
    border-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-transparent\/30 {
    border-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-transparent\/35 {
    border-color: rgb(0 0 0 / 0.35);
  }

  .md\:border-transparent\/40 {
    border-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-transparent\/45 {
    border-color: rgb(0 0 0 / 0.45);
  }

  .md\:border-transparent\/5 {
    border-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-transparent\/50 {
    border-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-transparent\/55 {
    border-color: rgb(0 0 0 / 0.55);
  }

  .md\:border-transparent\/60 {
    border-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-transparent\/65 {
    border-color: rgb(0 0 0 / 0.65);
  }

  .md\:border-transparent\/70 {
    border-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-transparent\/75 {
    border-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-transparent\/80 {
    border-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-transparent\/85 {
    border-color: rgb(0 0 0 / 0.85);
  }

  .md\:border-transparent\/90 {
    border-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-transparent\/95 {
    border-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-violet-100 {
    --tw-border-opacity: 1;
    border-color: rgb(237 233 254 / var(--tw-border-opacity));
  }

  .md\:border-violet-100\/0 {
    border-color: rgb(237 233 254 / 0);
  }

  .md\:border-violet-100\/10 {
    border-color: rgb(237 233 254 / 0.1);
  }

  .md\:border-violet-100\/100 {
    border-color: rgb(237 233 254 / 1);
  }

  .md\:border-violet-100\/15 {
    border-color: rgb(237 233 254 / 0.15);
  }

  .md\:border-violet-100\/20 {
    border-color: rgb(237 233 254 / 0.2);
  }

  .md\:border-violet-100\/25 {
    border-color: rgb(237 233 254 / 0.25);
  }

  .md\:border-violet-100\/30 {
    border-color: rgb(237 233 254 / 0.3);
  }

  .md\:border-violet-100\/35 {
    border-color: rgb(237 233 254 / 0.35);
  }

  .md\:border-violet-100\/40 {
    border-color: rgb(237 233 254 / 0.4);
  }

  .md\:border-violet-100\/45 {
    border-color: rgb(237 233 254 / 0.45);
  }

  .md\:border-violet-100\/5 {
    border-color: rgb(237 233 254 / 0.05);
  }

  .md\:border-violet-100\/50 {
    border-color: rgb(237 233 254 / 0.5);
  }

  .md\:border-violet-100\/55 {
    border-color: rgb(237 233 254 / 0.55);
  }

  .md\:border-violet-100\/60 {
    border-color: rgb(237 233 254 / 0.6);
  }

  .md\:border-violet-100\/65 {
    border-color: rgb(237 233 254 / 0.65);
  }

  .md\:border-violet-100\/70 {
    border-color: rgb(237 233 254 / 0.7);
  }

  .md\:border-violet-100\/75 {
    border-color: rgb(237 233 254 / 0.75);
  }

  .md\:border-violet-100\/80 {
    border-color: rgb(237 233 254 / 0.8);
  }

  .md\:border-violet-100\/85 {
    border-color: rgb(237 233 254 / 0.85);
  }

  .md\:border-violet-100\/90 {
    border-color: rgb(237 233 254 / 0.9);
  }

  .md\:border-violet-100\/95 {
    border-color: rgb(237 233 254 / 0.95);
  }

  .md\:border-violet-200 {
    --tw-border-opacity: 1;
    border-color: rgb(221 214 254 / var(--tw-border-opacity));
  }

  .md\:border-violet-200\/0 {
    border-color: rgb(221 214 254 / 0);
  }

  .md\:border-violet-200\/10 {
    border-color: rgb(221 214 254 / 0.1);
  }

  .md\:border-violet-200\/100 {
    border-color: rgb(221 214 254 / 1);
  }

  .md\:border-violet-200\/15 {
    border-color: rgb(221 214 254 / 0.15);
  }

  .md\:border-violet-200\/20 {
    border-color: rgb(221 214 254 / 0.2);
  }

  .md\:border-violet-200\/25 {
    border-color: rgb(221 214 254 / 0.25);
  }

  .md\:border-violet-200\/30 {
    border-color: rgb(221 214 254 / 0.3);
  }

  .md\:border-violet-200\/35 {
    border-color: rgb(221 214 254 / 0.35);
  }

  .md\:border-violet-200\/40 {
    border-color: rgb(221 214 254 / 0.4);
  }

  .md\:border-violet-200\/45 {
    border-color: rgb(221 214 254 / 0.45);
  }

  .md\:border-violet-200\/5 {
    border-color: rgb(221 214 254 / 0.05);
  }

  .md\:border-violet-200\/50 {
    border-color: rgb(221 214 254 / 0.5);
  }

  .md\:border-violet-200\/55 {
    border-color: rgb(221 214 254 / 0.55);
  }

  .md\:border-violet-200\/60 {
    border-color: rgb(221 214 254 / 0.6);
  }

  .md\:border-violet-200\/65 {
    border-color: rgb(221 214 254 / 0.65);
  }

  .md\:border-violet-200\/70 {
    border-color: rgb(221 214 254 / 0.7);
  }

  .md\:border-violet-200\/75 {
    border-color: rgb(221 214 254 / 0.75);
  }

  .md\:border-violet-200\/80 {
    border-color: rgb(221 214 254 / 0.8);
  }

  .md\:border-violet-200\/85 {
    border-color: rgb(221 214 254 / 0.85);
  }

  .md\:border-violet-200\/90 {
    border-color: rgb(221 214 254 / 0.9);
  }

  .md\:border-violet-200\/95 {
    border-color: rgb(221 214 254 / 0.95);
  }

  .md\:border-violet-300 {
    --tw-border-opacity: 1;
    border-color: rgb(196 181 253 / var(--tw-border-opacity));
  }

  .md\:border-violet-300\/0 {
    border-color: rgb(196 181 253 / 0);
  }

  .md\:border-violet-300\/10 {
    border-color: rgb(196 181 253 / 0.1);
  }

  .md\:border-violet-300\/100 {
    border-color: rgb(196 181 253 / 1);
  }

  .md\:border-violet-300\/15 {
    border-color: rgb(196 181 253 / 0.15);
  }

  .md\:border-violet-300\/20 {
    border-color: rgb(196 181 253 / 0.2);
  }

  .md\:border-violet-300\/25 {
    border-color: rgb(196 181 253 / 0.25);
  }

  .md\:border-violet-300\/30 {
    border-color: rgb(196 181 253 / 0.3);
  }

  .md\:border-violet-300\/35 {
    border-color: rgb(196 181 253 / 0.35);
  }

  .md\:border-violet-300\/40 {
    border-color: rgb(196 181 253 / 0.4);
  }

  .md\:border-violet-300\/45 {
    border-color: rgb(196 181 253 / 0.45);
  }

  .md\:border-violet-300\/5 {
    border-color: rgb(196 181 253 / 0.05);
  }

  .md\:border-violet-300\/50 {
    border-color: rgb(196 181 253 / 0.5);
  }

  .md\:border-violet-300\/55 {
    border-color: rgb(196 181 253 / 0.55);
  }

  .md\:border-violet-300\/60 {
    border-color: rgb(196 181 253 / 0.6);
  }

  .md\:border-violet-300\/65 {
    border-color: rgb(196 181 253 / 0.65);
  }

  .md\:border-violet-300\/70 {
    border-color: rgb(196 181 253 / 0.7);
  }

  .md\:border-violet-300\/75 {
    border-color: rgb(196 181 253 / 0.75);
  }

  .md\:border-violet-300\/80 {
    border-color: rgb(196 181 253 / 0.8);
  }

  .md\:border-violet-300\/85 {
    border-color: rgb(196 181 253 / 0.85);
  }

  .md\:border-violet-300\/90 {
    border-color: rgb(196 181 253 / 0.9);
  }

  .md\:border-violet-300\/95 {
    border-color: rgb(196 181 253 / 0.95);
  }

  .md\:border-violet-400 {
    --tw-border-opacity: 1;
    border-color: rgb(167 139 250 / var(--tw-border-opacity));
  }

  .md\:border-violet-400\/0 {
    border-color: rgb(167 139 250 / 0);
  }

  .md\:border-violet-400\/10 {
    border-color: rgb(167 139 250 / 0.1);
  }

  .md\:border-violet-400\/100 {
    border-color: rgb(167 139 250 / 1);
  }

  .md\:border-violet-400\/15 {
    border-color: rgb(167 139 250 / 0.15);
  }

  .md\:border-violet-400\/20 {
    border-color: rgb(167 139 250 / 0.2);
  }

  .md\:border-violet-400\/25 {
    border-color: rgb(167 139 250 / 0.25);
  }

  .md\:border-violet-400\/30 {
    border-color: rgb(167 139 250 / 0.3);
  }

  .md\:border-violet-400\/35 {
    border-color: rgb(167 139 250 / 0.35);
  }

  .md\:border-violet-400\/40 {
    border-color: rgb(167 139 250 / 0.4);
  }

  .md\:border-violet-400\/45 {
    border-color: rgb(167 139 250 / 0.45);
  }

  .md\:border-violet-400\/5 {
    border-color: rgb(167 139 250 / 0.05);
  }

  .md\:border-violet-400\/50 {
    border-color: rgb(167 139 250 / 0.5);
  }

  .md\:border-violet-400\/55 {
    border-color: rgb(167 139 250 / 0.55);
  }

  .md\:border-violet-400\/60 {
    border-color: rgb(167 139 250 / 0.6);
  }

  .md\:border-violet-400\/65 {
    border-color: rgb(167 139 250 / 0.65);
  }

  .md\:border-violet-400\/70 {
    border-color: rgb(167 139 250 / 0.7);
  }

  .md\:border-violet-400\/75 {
    border-color: rgb(167 139 250 / 0.75);
  }

  .md\:border-violet-400\/80 {
    border-color: rgb(167 139 250 / 0.8);
  }

  .md\:border-violet-400\/85 {
    border-color: rgb(167 139 250 / 0.85);
  }

  .md\:border-violet-400\/90 {
    border-color: rgb(167 139 250 / 0.9);
  }

  .md\:border-violet-400\/95 {
    border-color: rgb(167 139 250 / 0.95);
  }

  .md\:border-violet-50 {
    --tw-border-opacity: 1;
    border-color: rgb(245 243 255 / var(--tw-border-opacity));
  }

  .md\:border-violet-50\/0 {
    border-color: rgb(245 243 255 / 0);
  }

  .md\:border-violet-50\/10 {
    border-color: rgb(245 243 255 / 0.1);
  }

  .md\:border-violet-50\/100 {
    border-color: rgb(245 243 255 / 1);
  }

  .md\:border-violet-50\/15 {
    border-color: rgb(245 243 255 / 0.15);
  }

  .md\:border-violet-50\/20 {
    border-color: rgb(245 243 255 / 0.2);
  }

  .md\:border-violet-50\/25 {
    border-color: rgb(245 243 255 / 0.25);
  }

  .md\:border-violet-50\/30 {
    border-color: rgb(245 243 255 / 0.3);
  }

  .md\:border-violet-50\/35 {
    border-color: rgb(245 243 255 / 0.35);
  }

  .md\:border-violet-50\/40 {
    border-color: rgb(245 243 255 / 0.4);
  }

  .md\:border-violet-50\/45 {
    border-color: rgb(245 243 255 / 0.45);
  }

  .md\:border-violet-50\/5 {
    border-color: rgb(245 243 255 / 0.05);
  }

  .md\:border-violet-50\/50 {
    border-color: rgb(245 243 255 / 0.5);
  }

  .md\:border-violet-50\/55 {
    border-color: rgb(245 243 255 / 0.55);
  }

  .md\:border-violet-50\/60 {
    border-color: rgb(245 243 255 / 0.6);
  }

  .md\:border-violet-50\/65 {
    border-color: rgb(245 243 255 / 0.65);
  }

  .md\:border-violet-50\/70 {
    border-color: rgb(245 243 255 / 0.7);
  }

  .md\:border-violet-50\/75 {
    border-color: rgb(245 243 255 / 0.75);
  }

  .md\:border-violet-50\/80 {
    border-color: rgb(245 243 255 / 0.8);
  }

  .md\:border-violet-50\/85 {
    border-color: rgb(245 243 255 / 0.85);
  }

  .md\:border-violet-50\/90 {
    border-color: rgb(245 243 255 / 0.9);
  }

  .md\:border-violet-50\/95 {
    border-color: rgb(245 243 255 / 0.95);
  }

  .md\:border-violet-500 {
    --tw-border-opacity: 1;
    border-color: rgb(139 92 246 / var(--tw-border-opacity));
  }

  .md\:border-violet-500\/0 {
    border-color: rgb(139 92 246 / 0);
  }

  .md\:border-violet-500\/10 {
    border-color: rgb(139 92 246 / 0.1);
  }

  .md\:border-violet-500\/100 {
    border-color: rgb(139 92 246 / 1);
  }

  .md\:border-violet-500\/15 {
    border-color: rgb(139 92 246 / 0.15);
  }

  .md\:border-violet-500\/20 {
    border-color: rgb(139 92 246 / 0.2);
  }

  .md\:border-violet-500\/25 {
    border-color: rgb(139 92 246 / 0.25);
  }

  .md\:border-violet-500\/30 {
    border-color: rgb(139 92 246 / 0.3);
  }

  .md\:border-violet-500\/35 {
    border-color: rgb(139 92 246 / 0.35);
  }

  .md\:border-violet-500\/40 {
    border-color: rgb(139 92 246 / 0.4);
  }

  .md\:border-violet-500\/45 {
    border-color: rgb(139 92 246 / 0.45);
  }

  .md\:border-violet-500\/5 {
    border-color: rgb(139 92 246 / 0.05);
  }

  .md\:border-violet-500\/50 {
    border-color: rgb(139 92 246 / 0.5);
  }

  .md\:border-violet-500\/55 {
    border-color: rgb(139 92 246 / 0.55);
  }

  .md\:border-violet-500\/60 {
    border-color: rgb(139 92 246 / 0.6);
  }

  .md\:border-violet-500\/65 {
    border-color: rgb(139 92 246 / 0.65);
  }

  .md\:border-violet-500\/70 {
    border-color: rgb(139 92 246 / 0.7);
  }

  .md\:border-violet-500\/75 {
    border-color: rgb(139 92 246 / 0.75);
  }

  .md\:border-violet-500\/80 {
    border-color: rgb(139 92 246 / 0.8);
  }

  .md\:border-violet-500\/85 {
    border-color: rgb(139 92 246 / 0.85);
  }

  .md\:border-violet-500\/90 {
    border-color: rgb(139 92 246 / 0.9);
  }

  .md\:border-violet-500\/95 {
    border-color: rgb(139 92 246 / 0.95);
  }

  .md\:border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgb(124 58 237 / var(--tw-border-opacity));
  }

  .md\:border-violet-600\/0 {
    border-color: rgb(124 58 237 / 0);
  }

  .md\:border-violet-600\/10 {
    border-color: rgb(124 58 237 / 0.1);
  }

  .md\:border-violet-600\/100 {
    border-color: rgb(124 58 237 / 1);
  }

  .md\:border-violet-600\/15 {
    border-color: rgb(124 58 237 / 0.15);
  }

  .md\:border-violet-600\/20 {
    border-color: rgb(124 58 237 / 0.2);
  }

  .md\:border-violet-600\/25 {
    border-color: rgb(124 58 237 / 0.25);
  }

  .md\:border-violet-600\/30 {
    border-color: rgb(124 58 237 / 0.3);
  }

  .md\:border-violet-600\/35 {
    border-color: rgb(124 58 237 / 0.35);
  }

  .md\:border-violet-600\/40 {
    border-color: rgb(124 58 237 / 0.4);
  }

  .md\:border-violet-600\/45 {
    border-color: rgb(124 58 237 / 0.45);
  }

  .md\:border-violet-600\/5 {
    border-color: rgb(124 58 237 / 0.05);
  }

  .md\:border-violet-600\/50 {
    border-color: rgb(124 58 237 / 0.5);
  }

  .md\:border-violet-600\/55 {
    border-color: rgb(124 58 237 / 0.55);
  }

  .md\:border-violet-600\/60 {
    border-color: rgb(124 58 237 / 0.6);
  }

  .md\:border-violet-600\/65 {
    border-color: rgb(124 58 237 / 0.65);
  }

  .md\:border-violet-600\/70 {
    border-color: rgb(124 58 237 / 0.7);
  }

  .md\:border-violet-600\/75 {
    border-color: rgb(124 58 237 / 0.75);
  }

  .md\:border-violet-600\/80 {
    border-color: rgb(124 58 237 / 0.8);
  }

  .md\:border-violet-600\/85 {
    border-color: rgb(124 58 237 / 0.85);
  }

  .md\:border-violet-600\/90 {
    border-color: rgb(124 58 237 / 0.9);
  }

  .md\:border-violet-600\/95 {
    border-color: rgb(124 58 237 / 0.95);
  }

  .md\:border-violet-700 {
    --tw-border-opacity: 1;
    border-color: rgb(109 40 217 / var(--tw-border-opacity));
  }

  .md\:border-violet-700\/0 {
    border-color: rgb(109 40 217 / 0);
  }

  .md\:border-violet-700\/10 {
    border-color: rgb(109 40 217 / 0.1);
  }

  .md\:border-violet-700\/100 {
    border-color: rgb(109 40 217 / 1);
  }

  .md\:border-violet-700\/15 {
    border-color: rgb(109 40 217 / 0.15);
  }

  .md\:border-violet-700\/20 {
    border-color: rgb(109 40 217 / 0.2);
  }

  .md\:border-violet-700\/25 {
    border-color: rgb(109 40 217 / 0.25);
  }

  .md\:border-violet-700\/30 {
    border-color: rgb(109 40 217 / 0.3);
  }

  .md\:border-violet-700\/35 {
    border-color: rgb(109 40 217 / 0.35);
  }

  .md\:border-violet-700\/40 {
    border-color: rgb(109 40 217 / 0.4);
  }

  .md\:border-violet-700\/45 {
    border-color: rgb(109 40 217 / 0.45);
  }

  .md\:border-violet-700\/5 {
    border-color: rgb(109 40 217 / 0.05);
  }

  .md\:border-violet-700\/50 {
    border-color: rgb(109 40 217 / 0.5);
  }

  .md\:border-violet-700\/55 {
    border-color: rgb(109 40 217 / 0.55);
  }

  .md\:border-violet-700\/60 {
    border-color: rgb(109 40 217 / 0.6);
  }

  .md\:border-violet-700\/65 {
    border-color: rgb(109 40 217 / 0.65);
  }

  .md\:border-violet-700\/70 {
    border-color: rgb(109 40 217 / 0.7);
  }

  .md\:border-violet-700\/75 {
    border-color: rgb(109 40 217 / 0.75);
  }

  .md\:border-violet-700\/80 {
    border-color: rgb(109 40 217 / 0.8);
  }

  .md\:border-violet-700\/85 {
    border-color: rgb(109 40 217 / 0.85);
  }

  .md\:border-violet-700\/90 {
    border-color: rgb(109 40 217 / 0.9);
  }

  .md\:border-violet-700\/95 {
    border-color: rgb(109 40 217 / 0.95);
  }

  .md\:border-violet-800 {
    --tw-border-opacity: 1;
    border-color: rgb(91 33 182 / var(--tw-border-opacity));
  }

  .md\:border-violet-800\/0 {
    border-color: rgb(91 33 182 / 0);
  }

  .md\:border-violet-800\/10 {
    border-color: rgb(91 33 182 / 0.1);
  }

  .md\:border-violet-800\/100 {
    border-color: rgb(91 33 182 / 1);
  }

  .md\:border-violet-800\/15 {
    border-color: rgb(91 33 182 / 0.15);
  }

  .md\:border-violet-800\/20 {
    border-color: rgb(91 33 182 / 0.2);
  }

  .md\:border-violet-800\/25 {
    border-color: rgb(91 33 182 / 0.25);
  }

  .md\:border-violet-800\/30 {
    border-color: rgb(91 33 182 / 0.3);
  }

  .md\:border-violet-800\/35 {
    border-color: rgb(91 33 182 / 0.35);
  }

  .md\:border-violet-800\/40 {
    border-color: rgb(91 33 182 / 0.4);
  }

  .md\:border-violet-800\/45 {
    border-color: rgb(91 33 182 / 0.45);
  }

  .md\:border-violet-800\/5 {
    border-color: rgb(91 33 182 / 0.05);
  }

  .md\:border-violet-800\/50 {
    border-color: rgb(91 33 182 / 0.5);
  }

  .md\:border-violet-800\/55 {
    border-color: rgb(91 33 182 / 0.55);
  }

  .md\:border-violet-800\/60 {
    border-color: rgb(91 33 182 / 0.6);
  }

  .md\:border-violet-800\/65 {
    border-color: rgb(91 33 182 / 0.65);
  }

  .md\:border-violet-800\/70 {
    border-color: rgb(91 33 182 / 0.7);
  }

  .md\:border-violet-800\/75 {
    border-color: rgb(91 33 182 / 0.75);
  }

  .md\:border-violet-800\/80 {
    border-color: rgb(91 33 182 / 0.8);
  }

  .md\:border-violet-800\/85 {
    border-color: rgb(91 33 182 / 0.85);
  }

  .md\:border-violet-800\/90 {
    border-color: rgb(91 33 182 / 0.9);
  }

  .md\:border-violet-800\/95 {
    border-color: rgb(91 33 182 / 0.95);
  }

  .md\:border-violet-900 {
    --tw-border-opacity: 1;
    border-color: rgb(76 29 149 / var(--tw-border-opacity));
  }

  .md\:border-violet-900\/0 {
    border-color: rgb(76 29 149 / 0);
  }

  .md\:border-violet-900\/10 {
    border-color: rgb(76 29 149 / 0.1);
  }

  .md\:border-violet-900\/100 {
    border-color: rgb(76 29 149 / 1);
  }

  .md\:border-violet-900\/15 {
    border-color: rgb(76 29 149 / 0.15);
  }

  .md\:border-violet-900\/20 {
    border-color: rgb(76 29 149 / 0.2);
  }

  .md\:border-violet-900\/25 {
    border-color: rgb(76 29 149 / 0.25);
  }

  .md\:border-violet-900\/30 {
    border-color: rgb(76 29 149 / 0.3);
  }

  .md\:border-violet-900\/35 {
    border-color: rgb(76 29 149 / 0.35);
  }

  .md\:border-violet-900\/40 {
    border-color: rgb(76 29 149 / 0.4);
  }

  .md\:border-violet-900\/45 {
    border-color: rgb(76 29 149 / 0.45);
  }

  .md\:border-violet-900\/5 {
    border-color: rgb(76 29 149 / 0.05);
  }

  .md\:border-violet-900\/50 {
    border-color: rgb(76 29 149 / 0.5);
  }

  .md\:border-violet-900\/55 {
    border-color: rgb(76 29 149 / 0.55);
  }

  .md\:border-violet-900\/60 {
    border-color: rgb(76 29 149 / 0.6);
  }

  .md\:border-violet-900\/65 {
    border-color: rgb(76 29 149 / 0.65);
  }

  .md\:border-violet-900\/70 {
    border-color: rgb(76 29 149 / 0.7);
  }

  .md\:border-violet-900\/75 {
    border-color: rgb(76 29 149 / 0.75);
  }

  .md\:border-violet-900\/80 {
    border-color: rgb(76 29 149 / 0.8);
  }

  .md\:border-violet-900\/85 {
    border-color: rgb(76 29 149 / 0.85);
  }

  .md\:border-violet-900\/90 {
    border-color: rgb(76 29 149 / 0.9);
  }

  .md\:border-violet-900\/95 {
    border-color: rgb(76 29 149 / 0.95);
  }

  .md\:border-violet-950 {
    --tw-border-opacity: 1;
    border-color: rgb(46 16 101 / var(--tw-border-opacity));
  }

  .md\:border-violet-950\/0 {
    border-color: rgb(46 16 101 / 0);
  }

  .md\:border-violet-950\/10 {
    border-color: rgb(46 16 101 / 0.1);
  }

  .md\:border-violet-950\/100 {
    border-color: rgb(46 16 101 / 1);
  }

  .md\:border-violet-950\/15 {
    border-color: rgb(46 16 101 / 0.15);
  }

  .md\:border-violet-950\/20 {
    border-color: rgb(46 16 101 / 0.2);
  }

  .md\:border-violet-950\/25 {
    border-color: rgb(46 16 101 / 0.25);
  }

  .md\:border-violet-950\/30 {
    border-color: rgb(46 16 101 / 0.3);
  }

  .md\:border-violet-950\/35 {
    border-color: rgb(46 16 101 / 0.35);
  }

  .md\:border-violet-950\/40 {
    border-color: rgb(46 16 101 / 0.4);
  }

  .md\:border-violet-950\/45 {
    border-color: rgb(46 16 101 / 0.45);
  }

  .md\:border-violet-950\/5 {
    border-color: rgb(46 16 101 / 0.05);
  }

  .md\:border-violet-950\/50 {
    border-color: rgb(46 16 101 / 0.5);
  }

  .md\:border-violet-950\/55 {
    border-color: rgb(46 16 101 / 0.55);
  }

  .md\:border-violet-950\/60 {
    border-color: rgb(46 16 101 / 0.6);
  }

  .md\:border-violet-950\/65 {
    border-color: rgb(46 16 101 / 0.65);
  }

  .md\:border-violet-950\/70 {
    border-color: rgb(46 16 101 / 0.7);
  }

  .md\:border-violet-950\/75 {
    border-color: rgb(46 16 101 / 0.75);
  }

  .md\:border-violet-950\/80 {
    border-color: rgb(46 16 101 / 0.8);
  }

  .md\:border-violet-950\/85 {
    border-color: rgb(46 16 101 / 0.85);
  }

  .md\:border-violet-950\/90 {
    border-color: rgb(46 16 101 / 0.9);
  }

  .md\:border-violet-950\/95 {
    border-color: rgb(46 16 101 / 0.95);
  }

  .md\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .md\:border-white\/0 {
    border-color: rgb(255 255 255 / 0);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .md\:border-yellow-100\/0 {
    border-color: rgb(254 249 195 / 0);
  }

  .md\:border-yellow-100\/10 {
    border-color: rgb(254 249 195 / 0.1);
  }

  .md\:border-yellow-100\/100 {
    border-color: rgb(254 249 195 / 1);
  }

  .md\:border-yellow-100\/15 {
    border-color: rgb(254 249 195 / 0.15);
  }

  .md\:border-yellow-100\/20 {
    border-color: rgb(254 249 195 / 0.2);
  }

  .md\:border-yellow-100\/25 {
    border-color: rgb(254 249 195 / 0.25);
  }

  .md\:border-yellow-100\/30 {
    border-color: rgb(254 249 195 / 0.3);
  }

  .md\:border-yellow-100\/35 {
    border-color: rgb(254 249 195 / 0.35);
  }

  .md\:border-yellow-100\/40 {
    border-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-yellow-100\/45 {
    border-color: rgb(254 249 195 / 0.45);
  }

  .md\:border-yellow-100\/5 {
    border-color: rgb(254 249 195 / 0.05);
  }

  .md\:border-yellow-100\/50 {
    border-color: rgb(254 249 195 / 0.5);
  }

  .md\:border-yellow-100\/55 {
    border-color: rgb(254 249 195 / 0.55);
  }

  .md\:border-yellow-100\/60 {
    border-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-yellow-100\/65 {
    border-color: rgb(254 249 195 / 0.65);
  }

  .md\:border-yellow-100\/70 {
    border-color: rgb(254 249 195 / 0.7);
  }

  .md\:border-yellow-100\/75 {
    border-color: rgb(254 249 195 / 0.75);
  }

  .md\:border-yellow-100\/80 {
    border-color: rgb(254 249 195 / 0.8);
  }

  .md\:border-yellow-100\/85 {
    border-color: rgb(254 249 195 / 0.85);
  }

  .md\:border-yellow-100\/90 {
    border-color: rgb(254 249 195 / 0.9);
  }

  .md\:border-yellow-100\/95 {
    border-color: rgb(254 249 195 / 0.95);
  }

  .md\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .md\:border-yellow-200\/0 {
    border-color: rgb(254 240 138 / 0);
  }

  .md\:border-yellow-200\/10 {
    border-color: rgb(254 240 138 / 0.1);
  }

  .md\:border-yellow-200\/100 {
    border-color: rgb(254 240 138 / 1);
  }

  .md\:border-yellow-200\/15 {
    border-color: rgb(254 240 138 / 0.15);
  }

  .md\:border-yellow-200\/20 {
    border-color: rgb(254 240 138 / 0.2);
  }

  .md\:border-yellow-200\/25 {
    border-color: rgb(254 240 138 / 0.25);
  }

  .md\:border-yellow-200\/30 {
    border-color: rgb(254 240 138 / 0.3);
  }

  .md\:border-yellow-200\/35 {
    border-color: rgb(254 240 138 / 0.35);
  }

  .md\:border-yellow-200\/40 {
    border-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-yellow-200\/45 {
    border-color: rgb(254 240 138 / 0.45);
  }

  .md\:border-yellow-200\/5 {
    border-color: rgb(254 240 138 / 0.05);
  }

  .md\:border-yellow-200\/50 {
    border-color: rgb(254 240 138 / 0.5);
  }

  .md\:border-yellow-200\/55 {
    border-color: rgb(254 240 138 / 0.55);
  }

  .md\:border-yellow-200\/60 {
    border-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-yellow-200\/65 {
    border-color: rgb(254 240 138 / 0.65);
  }

  .md\:border-yellow-200\/70 {
    border-color: rgb(254 240 138 / 0.7);
  }

  .md\:border-yellow-200\/75 {
    border-color: rgb(254 240 138 / 0.75);
  }

  .md\:border-yellow-200\/80 {
    border-color: rgb(254 240 138 / 0.8);
  }

  .md\:border-yellow-200\/85 {
    border-color: rgb(254 240 138 / 0.85);
  }

  .md\:border-yellow-200\/90 {
    border-color: rgb(254 240 138 / 0.9);
  }

  .md\:border-yellow-200\/95 {
    border-color: rgb(254 240 138 / 0.95);
  }

  .md\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .md\:border-yellow-300\/0 {
    border-color: rgb(253 224 71 / 0);
  }

  .md\:border-yellow-300\/10 {
    border-color: rgb(253 224 71 / 0.1);
  }

  .md\:border-yellow-300\/100 {
    border-color: rgb(253 224 71 / 1);
  }

  .md\:border-yellow-300\/15 {
    border-color: rgb(253 224 71 / 0.15);
  }

  .md\:border-yellow-300\/20 {
    border-color: rgb(253 224 71 / 0.2);
  }

  .md\:border-yellow-300\/25 {
    border-color: rgb(253 224 71 / 0.25);
  }

  .md\:border-yellow-300\/30 {
    border-color: rgb(253 224 71 / 0.3);
  }

  .md\:border-yellow-300\/35 {
    border-color: rgb(253 224 71 / 0.35);
  }

  .md\:border-yellow-300\/40 {
    border-color: rgb(253 224 71 / 0.4);
  }

  .md\:border-yellow-300\/45 {
    border-color: rgb(253 224 71 / 0.45);
  }

  .md\:border-yellow-300\/5 {
    border-color: rgb(253 224 71 / 0.05);
  }

  .md\:border-yellow-300\/50 {
    border-color: rgb(253 224 71 / 0.5);
  }

  .md\:border-yellow-300\/55 {
    border-color: rgb(253 224 71 / 0.55);
  }

  .md\:border-yellow-300\/60 {
    border-color: rgb(253 224 71 / 0.6);
  }

  .md\:border-yellow-300\/65 {
    border-color: rgb(253 224 71 / 0.65);
  }

  .md\:border-yellow-300\/70 {
    border-color: rgb(253 224 71 / 0.7);
  }

  .md\:border-yellow-300\/75 {
    border-color: rgb(253 224 71 / 0.75);
  }

  .md\:border-yellow-300\/80 {
    border-color: rgb(253 224 71 / 0.8);
  }

  .md\:border-yellow-300\/85 {
    border-color: rgb(253 224 71 / 0.85);
  }

  .md\:border-yellow-300\/90 {
    border-color: rgb(253 224 71 / 0.9);
  }

  .md\:border-yellow-300\/95 {
    border-color: rgb(253 224 71 / 0.95);
  }

  .md\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .md\:border-yellow-400\/0 {
    border-color: rgb(250 204 21 / 0);
  }

  .md\:border-yellow-400\/10 {
    border-color: rgb(250 204 21 / 0.1);
  }

  .md\:border-yellow-400\/100 {
    border-color: rgb(250 204 21 / 1);
  }

  .md\:border-yellow-400\/15 {
    border-color: rgb(250 204 21 / 0.15);
  }

  .md\:border-yellow-400\/20 {
    border-color: rgb(250 204 21 / 0.2);
  }

  .md\:border-yellow-400\/25 {
    border-color: rgb(250 204 21 / 0.25);
  }

  .md\:border-yellow-400\/30 {
    border-color: rgb(250 204 21 / 0.3);
  }

  .md\:border-yellow-400\/35 {
    border-color: rgb(250 204 21 / 0.35);
  }

  .md\:border-yellow-400\/40 {
    border-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-yellow-400\/45 {
    border-color: rgb(250 204 21 / 0.45);
  }

  .md\:border-yellow-400\/5 {
    border-color: rgb(250 204 21 / 0.05);
  }

  .md\:border-yellow-400\/50 {
    border-color: rgb(250 204 21 / 0.5);
  }

  .md\:border-yellow-400\/55 {
    border-color: rgb(250 204 21 / 0.55);
  }

  .md\:border-yellow-400\/60 {
    border-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-yellow-400\/65 {
    border-color: rgb(250 204 21 / 0.65);
  }

  .md\:border-yellow-400\/70 {
    border-color: rgb(250 204 21 / 0.7);
  }

  .md\:border-yellow-400\/75 {
    border-color: rgb(250 204 21 / 0.75);
  }

  .md\:border-yellow-400\/80 {
    border-color: rgb(250 204 21 / 0.8);
  }

  .md\:border-yellow-400\/85 {
    border-color: rgb(250 204 21 / 0.85);
  }

  .md\:border-yellow-400\/90 {
    border-color: rgb(250 204 21 / 0.9);
  }

  .md\:border-yellow-400\/95 {
    border-color: rgb(250 204 21 / 0.95);
  }

  .md\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .md\:border-yellow-50\/0 {
    border-color: rgb(254 252 232 / 0);
  }

  .md\:border-yellow-50\/10 {
    border-color: rgb(254 252 232 / 0.1);
  }

  .md\:border-yellow-50\/100 {
    border-color: rgb(254 252 232 / 1);
  }

  .md\:border-yellow-50\/15 {
    border-color: rgb(254 252 232 / 0.15);
  }

  .md\:border-yellow-50\/20 {
    border-color: rgb(254 252 232 / 0.2);
  }

  .md\:border-yellow-50\/25 {
    border-color: rgb(254 252 232 / 0.25);
  }

  .md\:border-yellow-50\/30 {
    border-color: rgb(254 252 232 / 0.3);
  }

  .md\:border-yellow-50\/35 {
    border-color: rgb(254 252 232 / 0.35);
  }

  .md\:border-yellow-50\/40 {
    border-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-yellow-50\/45 {
    border-color: rgb(254 252 232 / 0.45);
  }

  .md\:border-yellow-50\/5 {
    border-color: rgb(254 252 232 / 0.05);
  }

  .md\:border-yellow-50\/50 {
    border-color: rgb(254 252 232 / 0.5);
  }

  .md\:border-yellow-50\/55 {
    border-color: rgb(254 252 232 / 0.55);
  }

  .md\:border-yellow-50\/60 {
    border-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-yellow-50\/65 {
    border-color: rgb(254 252 232 / 0.65);
  }

  .md\:border-yellow-50\/70 {
    border-color: rgb(254 252 232 / 0.7);
  }

  .md\:border-yellow-50\/75 {
    border-color: rgb(254 252 232 / 0.75);
  }

  .md\:border-yellow-50\/80 {
    border-color: rgb(254 252 232 / 0.8);
  }

  .md\:border-yellow-50\/85 {
    border-color: rgb(254 252 232 / 0.85);
  }

  .md\:border-yellow-50\/90 {
    border-color: rgb(254 252 232 / 0.9);
  }

  .md\:border-yellow-50\/95 {
    border-color: rgb(254 252 232 / 0.95);
  }

  .md\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .md\:border-yellow-500\/0 {
    border-color: rgb(234 179 8 / 0);
  }

  .md\:border-yellow-500\/10 {
    border-color: rgb(234 179 8 / 0.1);
  }

  .md\:border-yellow-500\/100 {
    border-color: rgb(234 179 8 / 1);
  }

  .md\:border-yellow-500\/15 {
    border-color: rgb(234 179 8 / 0.15);
  }

  .md\:border-yellow-500\/20 {
    border-color: rgb(234 179 8 / 0.2);
  }

  .md\:border-yellow-500\/25 {
    border-color: rgb(234 179 8 / 0.25);
  }

  .md\:border-yellow-500\/30 {
    border-color: rgb(234 179 8 / 0.3);
  }

  .md\:border-yellow-500\/35 {
    border-color: rgb(234 179 8 / 0.35);
  }

  .md\:border-yellow-500\/40 {
    border-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-yellow-500\/45 {
    border-color: rgb(234 179 8 / 0.45);
  }

  .md\:border-yellow-500\/5 {
    border-color: rgb(234 179 8 / 0.05);
  }

  .md\:border-yellow-500\/50 {
    border-color: rgb(234 179 8 / 0.5);
  }

  .md\:border-yellow-500\/55 {
    border-color: rgb(234 179 8 / 0.55);
  }

  .md\:border-yellow-500\/60 {
    border-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-yellow-500\/65 {
    border-color: rgb(234 179 8 / 0.65);
  }

  .md\:border-yellow-500\/70 {
    border-color: rgb(234 179 8 / 0.7);
  }

  .md\:border-yellow-500\/75 {
    border-color: rgb(234 179 8 / 0.75);
  }

  .md\:border-yellow-500\/80 {
    border-color: rgb(234 179 8 / 0.8);
  }

  .md\:border-yellow-500\/85 {
    border-color: rgb(234 179 8 / 0.85);
  }

  .md\:border-yellow-500\/90 {
    border-color: rgb(234 179 8 / 0.9);
  }

  .md\:border-yellow-500\/95 {
    border-color: rgb(234 179 8 / 0.95);
  }

  .md\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .md\:border-yellow-600\/0 {
    border-color: rgb(202 138 4 / 0);
  }

  .md\:border-yellow-600\/10 {
    border-color: rgb(202 138 4 / 0.1);
  }

  .md\:border-yellow-600\/100 {
    border-color: rgb(202 138 4 / 1);
  }

  .md\:border-yellow-600\/15 {
    border-color: rgb(202 138 4 / 0.15);
  }

  .md\:border-yellow-600\/20 {
    border-color: rgb(202 138 4 / 0.2);
  }

  .md\:border-yellow-600\/25 {
    border-color: rgb(202 138 4 / 0.25);
  }

  .md\:border-yellow-600\/30 {
    border-color: rgb(202 138 4 / 0.3);
  }

  .md\:border-yellow-600\/35 {
    border-color: rgb(202 138 4 / 0.35);
  }

  .md\:border-yellow-600\/40 {
    border-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-yellow-600\/45 {
    border-color: rgb(202 138 4 / 0.45);
  }

  .md\:border-yellow-600\/5 {
    border-color: rgb(202 138 4 / 0.05);
  }

  .md\:border-yellow-600\/50 {
    border-color: rgb(202 138 4 / 0.5);
  }

  .md\:border-yellow-600\/55 {
    border-color: rgb(202 138 4 / 0.55);
  }

  .md\:border-yellow-600\/60 {
    border-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-yellow-600\/65 {
    border-color: rgb(202 138 4 / 0.65);
  }

  .md\:border-yellow-600\/70 {
    border-color: rgb(202 138 4 / 0.7);
  }

  .md\:border-yellow-600\/75 {
    border-color: rgb(202 138 4 / 0.75);
  }

  .md\:border-yellow-600\/80 {
    border-color: rgb(202 138 4 / 0.8);
  }

  .md\:border-yellow-600\/85 {
    border-color: rgb(202 138 4 / 0.85);
  }

  .md\:border-yellow-600\/90 {
    border-color: rgb(202 138 4 / 0.9);
  }

  .md\:border-yellow-600\/95 {
    border-color: rgb(202 138 4 / 0.95);
  }

  .md\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .md\:border-yellow-700\/0 {
    border-color: rgb(161 98 7 / 0);
  }

  .md\:border-yellow-700\/10 {
    border-color: rgb(161 98 7 / 0.1);
  }

  .md\:border-yellow-700\/100 {
    border-color: rgb(161 98 7 / 1);
  }

  .md\:border-yellow-700\/15 {
    border-color: rgb(161 98 7 / 0.15);
  }

  .md\:border-yellow-700\/20 {
    border-color: rgb(161 98 7 / 0.2);
  }

  .md\:border-yellow-700\/25 {
    border-color: rgb(161 98 7 / 0.25);
  }

  .md\:border-yellow-700\/30 {
    border-color: rgb(161 98 7 / 0.3);
  }

  .md\:border-yellow-700\/35 {
    border-color: rgb(161 98 7 / 0.35);
  }

  .md\:border-yellow-700\/40 {
    border-color: rgb(161 98 7 / 0.4);
  }

  .md\:border-yellow-700\/45 {
    border-color: rgb(161 98 7 / 0.45);
  }

  .md\:border-yellow-700\/5 {
    border-color: rgb(161 98 7 / 0.05);
  }

  .md\:border-yellow-700\/50 {
    border-color: rgb(161 98 7 / 0.5);
  }

  .md\:border-yellow-700\/55 {
    border-color: rgb(161 98 7 / 0.55);
  }

  .md\:border-yellow-700\/60 {
    border-color: rgb(161 98 7 / 0.6);
  }

  .md\:border-yellow-700\/65 {
    border-color: rgb(161 98 7 / 0.65);
  }

  .md\:border-yellow-700\/70 {
    border-color: rgb(161 98 7 / 0.7);
  }

  .md\:border-yellow-700\/75 {
    border-color: rgb(161 98 7 / 0.75);
  }

  .md\:border-yellow-700\/80 {
    border-color: rgb(161 98 7 / 0.8);
  }

  .md\:border-yellow-700\/85 {
    border-color: rgb(161 98 7 / 0.85);
  }

  .md\:border-yellow-700\/90 {
    border-color: rgb(161 98 7 / 0.9);
  }

  .md\:border-yellow-700\/95 {
    border-color: rgb(161 98 7 / 0.95);
  }

  .md\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .md\:border-yellow-800\/0 {
    border-color: rgb(133 77 14 / 0);
  }

  .md\:border-yellow-800\/10 {
    border-color: rgb(133 77 14 / 0.1);
  }

  .md\:border-yellow-800\/100 {
    border-color: rgb(133 77 14 / 1);
  }

  .md\:border-yellow-800\/15 {
    border-color: rgb(133 77 14 / 0.15);
  }

  .md\:border-yellow-800\/20 {
    border-color: rgb(133 77 14 / 0.2);
  }

  .md\:border-yellow-800\/25 {
    border-color: rgb(133 77 14 / 0.25);
  }

  .md\:border-yellow-800\/30 {
    border-color: rgb(133 77 14 / 0.3);
  }

  .md\:border-yellow-800\/35 {
    border-color: rgb(133 77 14 / 0.35);
  }

  .md\:border-yellow-800\/40 {
    border-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-yellow-800\/45 {
    border-color: rgb(133 77 14 / 0.45);
  }

  .md\:border-yellow-800\/5 {
    border-color: rgb(133 77 14 / 0.05);
  }

  .md\:border-yellow-800\/50 {
    border-color: rgb(133 77 14 / 0.5);
  }

  .md\:border-yellow-800\/55 {
    border-color: rgb(133 77 14 / 0.55);
  }

  .md\:border-yellow-800\/60 {
    border-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-yellow-800\/65 {
    border-color: rgb(133 77 14 / 0.65);
  }

  .md\:border-yellow-800\/70 {
    border-color: rgb(133 77 14 / 0.7);
  }

  .md\:border-yellow-800\/75 {
    border-color: rgb(133 77 14 / 0.75);
  }

  .md\:border-yellow-800\/80 {
    border-color: rgb(133 77 14 / 0.8);
  }

  .md\:border-yellow-800\/85 {
    border-color: rgb(133 77 14 / 0.85);
  }

  .md\:border-yellow-800\/90 {
    border-color: rgb(133 77 14 / 0.9);
  }

  .md\:border-yellow-800\/95 {
    border-color: rgb(133 77 14 / 0.95);
  }

  .md\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .md\:border-yellow-900\/0 {
    border-color: rgb(113 63 18 / 0);
  }

  .md\:border-yellow-900\/10 {
    border-color: rgb(113 63 18 / 0.1);
  }

  .md\:border-yellow-900\/100 {
    border-color: rgb(113 63 18 / 1);
  }

  .md\:border-yellow-900\/15 {
    border-color: rgb(113 63 18 / 0.15);
  }

  .md\:border-yellow-900\/20 {
    border-color: rgb(113 63 18 / 0.2);
  }

  .md\:border-yellow-900\/25 {
    border-color: rgb(113 63 18 / 0.25);
  }

  .md\:border-yellow-900\/30 {
    border-color: rgb(113 63 18 / 0.3);
  }

  .md\:border-yellow-900\/35 {
    border-color: rgb(113 63 18 / 0.35);
  }

  .md\:border-yellow-900\/40 {
    border-color: rgb(113 63 18 / 0.4);
  }

  .md\:border-yellow-900\/45 {
    border-color: rgb(113 63 18 / 0.45);
  }

  .md\:border-yellow-900\/5 {
    border-color: rgb(113 63 18 / 0.05);
  }

  .md\:border-yellow-900\/50 {
    border-color: rgb(113 63 18 / 0.5);
  }

  .md\:border-yellow-900\/55 {
    border-color: rgb(113 63 18 / 0.55);
  }

  .md\:border-yellow-900\/60 {
    border-color: rgb(113 63 18 / 0.6);
  }

  .md\:border-yellow-900\/65 {
    border-color: rgb(113 63 18 / 0.65);
  }

  .md\:border-yellow-900\/70 {
    border-color: rgb(113 63 18 / 0.7);
  }

  .md\:border-yellow-900\/75 {
    border-color: rgb(113 63 18 / 0.75);
  }

  .md\:border-yellow-900\/80 {
    border-color: rgb(113 63 18 / 0.8);
  }

  .md\:border-yellow-900\/85 {
    border-color: rgb(113 63 18 / 0.85);
  }

  .md\:border-yellow-900\/90 {
    border-color: rgb(113 63 18 / 0.9);
  }

  .md\:border-yellow-900\/95 {
    border-color: rgb(113 63 18 / 0.95);
  }

  .md\:border-yellow-950 {
    --tw-border-opacity: 1;
    border-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .md\:border-yellow-950\/0 {
    border-color: rgb(66 32 6 / 0);
  }

  .md\:border-yellow-950\/10 {
    border-color: rgb(66 32 6 / 0.1);
  }

  .md\:border-yellow-950\/100 {
    border-color: rgb(66 32 6 / 1);
  }

  .md\:border-yellow-950\/15 {
    border-color: rgb(66 32 6 / 0.15);
  }

  .md\:border-yellow-950\/20 {
    border-color: rgb(66 32 6 / 0.2);
  }

  .md\:border-yellow-950\/25 {
    border-color: rgb(66 32 6 / 0.25);
  }

  .md\:border-yellow-950\/30 {
    border-color: rgb(66 32 6 / 0.3);
  }

  .md\:border-yellow-950\/35 {
    border-color: rgb(66 32 6 / 0.35);
  }

  .md\:border-yellow-950\/40 {
    border-color: rgb(66 32 6 / 0.4);
  }

  .md\:border-yellow-950\/45 {
    border-color: rgb(66 32 6 / 0.45);
  }

  .md\:border-yellow-950\/5 {
    border-color: rgb(66 32 6 / 0.05);
  }

  .md\:border-yellow-950\/50 {
    border-color: rgb(66 32 6 / 0.5);
  }

  .md\:border-yellow-950\/55 {
    border-color: rgb(66 32 6 / 0.55);
  }

  .md\:border-yellow-950\/60 {
    border-color: rgb(66 32 6 / 0.6);
  }

  .md\:border-yellow-950\/65 {
    border-color: rgb(66 32 6 / 0.65);
  }

  .md\:border-yellow-950\/70 {
    border-color: rgb(66 32 6 / 0.7);
  }

  .md\:border-yellow-950\/75 {
    border-color: rgb(66 32 6 / 0.75);
  }

  .md\:border-yellow-950\/80 {
    border-color: rgb(66 32 6 / 0.8);
  }

  .md\:border-yellow-950\/85 {
    border-color: rgb(66 32 6 / 0.85);
  }

  .md\:border-yellow-950\/90 {
    border-color: rgb(66 32 6 / 0.9);
  }

  .md\:border-yellow-950\/95 {
    border-color: rgb(66 32 6 / 0.95);
  }

  .md\:border-zinc-100 {
    --tw-border-opacity: 1;
    border-color: rgb(244 244 245 / var(--tw-border-opacity));
  }

  .md\:border-zinc-100\/0 {
    border-color: rgb(244 244 245 / 0);
  }

  .md\:border-zinc-100\/10 {
    border-color: rgb(244 244 245 / 0.1);
  }

  .md\:border-zinc-100\/100 {
    border-color: rgb(244 244 245 / 1);
  }

  .md\:border-zinc-100\/15 {
    border-color: rgb(244 244 245 / 0.15);
  }

  .md\:border-zinc-100\/20 {
    border-color: rgb(244 244 245 / 0.2);
  }

  .md\:border-zinc-100\/25 {
    border-color: rgb(244 244 245 / 0.25);
  }

  .md\:border-zinc-100\/30 {
    border-color: rgb(244 244 245 / 0.3);
  }

  .md\:border-zinc-100\/35 {
    border-color: rgb(244 244 245 / 0.35);
  }

  .md\:border-zinc-100\/40 {
    border-color: rgb(244 244 245 / 0.4);
  }

  .md\:border-zinc-100\/45 {
    border-color: rgb(244 244 245 / 0.45);
  }

  .md\:border-zinc-100\/5 {
    border-color: rgb(244 244 245 / 0.05);
  }

  .md\:border-zinc-100\/50 {
    border-color: rgb(244 244 245 / 0.5);
  }

  .md\:border-zinc-100\/55 {
    border-color: rgb(244 244 245 / 0.55);
  }

  .md\:border-zinc-100\/60 {
    border-color: rgb(244 244 245 / 0.6);
  }

  .md\:border-zinc-100\/65 {
    border-color: rgb(244 244 245 / 0.65);
  }

  .md\:border-zinc-100\/70 {
    border-color: rgb(244 244 245 / 0.7);
  }

  .md\:border-zinc-100\/75 {
    border-color: rgb(244 244 245 / 0.75);
  }

  .md\:border-zinc-100\/80 {
    border-color: rgb(244 244 245 / 0.8);
  }

  .md\:border-zinc-100\/85 {
    border-color: rgb(244 244 245 / 0.85);
  }

  .md\:border-zinc-100\/90 {
    border-color: rgb(244 244 245 / 0.9);
  }

  .md\:border-zinc-100\/95 {
    border-color: rgb(244 244 245 / 0.95);
  }

  .md\:border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgb(228 228 231 / var(--tw-border-opacity));
  }

  .md\:border-zinc-200\/0 {
    border-color: rgb(228 228 231 / 0);
  }

  .md\:border-zinc-200\/10 {
    border-color: rgb(228 228 231 / 0.1);
  }

  .md\:border-zinc-200\/100 {
    border-color: rgb(228 228 231 / 1);
  }

  .md\:border-zinc-200\/15 {
    border-color: rgb(228 228 231 / 0.15);
  }

  .md\:border-zinc-200\/20 {
    border-color: rgb(228 228 231 / 0.2);
  }

  .md\:border-zinc-200\/25 {
    border-color: rgb(228 228 231 / 0.25);
  }

  .md\:border-zinc-200\/30 {
    border-color: rgb(228 228 231 / 0.3);
  }

  .md\:border-zinc-200\/35 {
    border-color: rgb(228 228 231 / 0.35);
  }

  .md\:border-zinc-200\/40 {
    border-color: rgb(228 228 231 / 0.4);
  }

  .md\:border-zinc-200\/45 {
    border-color: rgb(228 228 231 / 0.45);
  }

  .md\:border-zinc-200\/5 {
    border-color: rgb(228 228 231 / 0.05);
  }

  .md\:border-zinc-200\/50 {
    border-color: rgb(228 228 231 / 0.5);
  }

  .md\:border-zinc-200\/55 {
    border-color: rgb(228 228 231 / 0.55);
  }

  .md\:border-zinc-200\/60 {
    border-color: rgb(228 228 231 / 0.6);
  }

  .md\:border-zinc-200\/65 {
    border-color: rgb(228 228 231 / 0.65);
  }

  .md\:border-zinc-200\/70 {
    border-color: rgb(228 228 231 / 0.7);
  }

  .md\:border-zinc-200\/75 {
    border-color: rgb(228 228 231 / 0.75);
  }

  .md\:border-zinc-200\/80 {
    border-color: rgb(228 228 231 / 0.8);
  }

  .md\:border-zinc-200\/85 {
    border-color: rgb(228 228 231 / 0.85);
  }

  .md\:border-zinc-200\/90 {
    border-color: rgb(228 228 231 / 0.9);
  }

  .md\:border-zinc-200\/95 {
    border-color: rgb(228 228 231 / 0.95);
  }

  .md\:border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 216 / var(--tw-border-opacity));
  }

  .md\:border-zinc-300\/0 {
    border-color: rgb(212 212 216 / 0);
  }

  .md\:border-zinc-300\/10 {
    border-color: rgb(212 212 216 / 0.1);
  }

  .md\:border-zinc-300\/100 {
    border-color: rgb(212 212 216 / 1);
  }

  .md\:border-zinc-300\/15 {
    border-color: rgb(212 212 216 / 0.15);
  }

  .md\:border-zinc-300\/20 {
    border-color: rgb(212 212 216 / 0.2);
  }

  .md\:border-zinc-300\/25 {
    border-color: rgb(212 212 216 / 0.25);
  }

  .md\:border-zinc-300\/30 {
    border-color: rgb(212 212 216 / 0.3);
  }

  .md\:border-zinc-300\/35 {
    border-color: rgb(212 212 216 / 0.35);
  }

  .md\:border-zinc-300\/40 {
    border-color: rgb(212 212 216 / 0.4);
  }

  .md\:border-zinc-300\/45 {
    border-color: rgb(212 212 216 / 0.45);
  }

  .md\:border-zinc-300\/5 {
    border-color: rgb(212 212 216 / 0.05);
  }

  .md\:border-zinc-300\/50 {
    border-color: rgb(212 212 216 / 0.5);
  }

  .md\:border-zinc-300\/55 {
    border-color: rgb(212 212 216 / 0.55);
  }

  .md\:border-zinc-300\/60 {
    border-color: rgb(212 212 216 / 0.6);
  }

  .md\:border-zinc-300\/65 {
    border-color: rgb(212 212 216 / 0.65);
  }

  .md\:border-zinc-300\/70 {
    border-color: rgb(212 212 216 / 0.7);
  }

  .md\:border-zinc-300\/75 {
    border-color: rgb(212 212 216 / 0.75);
  }

  .md\:border-zinc-300\/80 {
    border-color: rgb(212 212 216 / 0.8);
  }

  .md\:border-zinc-300\/85 {
    border-color: rgb(212 212 216 / 0.85);
  }

  .md\:border-zinc-300\/90 {
    border-color: rgb(212 212 216 / 0.9);
  }

  .md\:border-zinc-300\/95 {
    border-color: rgb(212 212 216 / 0.95);
  }

  .md\:border-zinc-400 {
    --tw-border-opacity: 1;
    border-color: rgb(161 161 170 / var(--tw-border-opacity));
  }

  .md\:border-zinc-400\/0 {
    border-color: rgb(161 161 170 / 0);
  }

  .md\:border-zinc-400\/10 {
    border-color: rgb(161 161 170 / 0.1);
  }

  .md\:border-zinc-400\/100 {
    border-color: rgb(161 161 170 / 1);
  }

  .md\:border-zinc-400\/15 {
    border-color: rgb(161 161 170 / 0.15);
  }

  .md\:border-zinc-400\/20 {
    border-color: rgb(161 161 170 / 0.2);
  }

  .md\:border-zinc-400\/25 {
    border-color: rgb(161 161 170 / 0.25);
  }

  .md\:border-zinc-400\/30 {
    border-color: rgb(161 161 170 / 0.3);
  }

  .md\:border-zinc-400\/35 {
    border-color: rgb(161 161 170 / 0.35);
  }

  .md\:border-zinc-400\/40 {
    border-color: rgb(161 161 170 / 0.4);
  }

  .md\:border-zinc-400\/45 {
    border-color: rgb(161 161 170 / 0.45);
  }

  .md\:border-zinc-400\/5 {
    border-color: rgb(161 161 170 / 0.05);
  }

  .md\:border-zinc-400\/50 {
    border-color: rgb(161 161 170 / 0.5);
  }

  .md\:border-zinc-400\/55 {
    border-color: rgb(161 161 170 / 0.55);
  }

  .md\:border-zinc-400\/60 {
    border-color: rgb(161 161 170 / 0.6);
  }

  .md\:border-zinc-400\/65 {
    border-color: rgb(161 161 170 / 0.65);
  }

  .md\:border-zinc-400\/70 {
    border-color: rgb(161 161 170 / 0.7);
  }

  .md\:border-zinc-400\/75 {
    border-color: rgb(161 161 170 / 0.75);
  }

  .md\:border-zinc-400\/80 {
    border-color: rgb(161 161 170 / 0.8);
  }

  .md\:border-zinc-400\/85 {
    border-color: rgb(161 161 170 / 0.85);
  }

  .md\:border-zinc-400\/90 {
    border-color: rgb(161 161 170 / 0.9);
  }

  .md\:border-zinc-400\/95 {
    border-color: rgb(161 161 170 / 0.95);
  }

  .md\:border-zinc-50 {
    --tw-border-opacity: 1;
    border-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .md\:border-zinc-50\/0 {
    border-color: rgb(250 250 250 / 0);
  }

  .md\:border-zinc-50\/10 {
    border-color: rgb(250 250 250 / 0.1);
  }

  .md\:border-zinc-50\/100 {
    border-color: rgb(250 250 250 / 1);
  }

  .md\:border-zinc-50\/15 {
    border-color: rgb(250 250 250 / 0.15);
  }

  .md\:border-zinc-50\/20 {
    border-color: rgb(250 250 250 / 0.2);
  }

  .md\:border-zinc-50\/25 {
    border-color: rgb(250 250 250 / 0.25);
  }

  .md\:border-zinc-50\/30 {
    border-color: rgb(250 250 250 / 0.3);
  }

  .md\:border-zinc-50\/35 {
    border-color: rgb(250 250 250 / 0.35);
  }

  .md\:border-zinc-50\/40 {
    border-color: rgb(250 250 250 / 0.4);
  }

  .md\:border-zinc-50\/45 {
    border-color: rgb(250 250 250 / 0.45);
  }

  .md\:border-zinc-50\/5 {
    border-color: rgb(250 250 250 / 0.05);
  }

  .md\:border-zinc-50\/50 {
    border-color: rgb(250 250 250 / 0.5);
  }

  .md\:border-zinc-50\/55 {
    border-color: rgb(250 250 250 / 0.55);
  }

  .md\:border-zinc-50\/60 {
    border-color: rgb(250 250 250 / 0.6);
  }

  .md\:border-zinc-50\/65 {
    border-color: rgb(250 250 250 / 0.65);
  }

  .md\:border-zinc-50\/70 {
    border-color: rgb(250 250 250 / 0.7);
  }

  .md\:border-zinc-50\/75 {
    border-color: rgb(250 250 250 / 0.75);
  }

  .md\:border-zinc-50\/80 {
    border-color: rgb(250 250 250 / 0.8);
  }

  .md\:border-zinc-50\/85 {
    border-color: rgb(250 250 250 / 0.85);
  }

  .md\:border-zinc-50\/90 {
    border-color: rgb(250 250 250 / 0.9);
  }

  .md\:border-zinc-50\/95 {
    border-color: rgb(250 250 250 / 0.95);
  }

  .md\:border-zinc-500 {
    --tw-border-opacity: 1;
    border-color: rgb(113 113 122 / var(--tw-border-opacity));
  }

  .md\:border-zinc-500\/0 {
    border-color: rgb(113 113 122 / 0);
  }

  .md\:border-zinc-500\/10 {
    border-color: rgb(113 113 122 / 0.1);
  }

  .md\:border-zinc-500\/100 {
    border-color: rgb(113 113 122 / 1);
  }

  .md\:border-zinc-500\/15 {
    border-color: rgb(113 113 122 / 0.15);
  }

  .md\:border-zinc-500\/20 {
    border-color: rgb(113 113 122 / 0.2);
  }

  .md\:border-zinc-500\/25 {
    border-color: rgb(113 113 122 / 0.25);
  }

  .md\:border-zinc-500\/30 {
    border-color: rgb(113 113 122 / 0.3);
  }

  .md\:border-zinc-500\/35 {
    border-color: rgb(113 113 122 / 0.35);
  }

  .md\:border-zinc-500\/40 {
    border-color: rgb(113 113 122 / 0.4);
  }

  .md\:border-zinc-500\/45 {
    border-color: rgb(113 113 122 / 0.45);
  }

  .md\:border-zinc-500\/5 {
    border-color: rgb(113 113 122 / 0.05);
  }

  .md\:border-zinc-500\/50 {
    border-color: rgb(113 113 122 / 0.5);
  }

  .md\:border-zinc-500\/55 {
    border-color: rgb(113 113 122 / 0.55);
  }

  .md\:border-zinc-500\/60 {
    border-color: rgb(113 113 122 / 0.6);
  }

  .md\:border-zinc-500\/65 {
    border-color: rgb(113 113 122 / 0.65);
  }

  .md\:border-zinc-500\/70 {
    border-color: rgb(113 113 122 / 0.7);
  }

  .md\:border-zinc-500\/75 {
    border-color: rgb(113 113 122 / 0.75);
  }

  .md\:border-zinc-500\/80 {
    border-color: rgb(113 113 122 / 0.8);
  }

  .md\:border-zinc-500\/85 {
    border-color: rgb(113 113 122 / 0.85);
  }

  .md\:border-zinc-500\/90 {
    border-color: rgb(113 113 122 / 0.9);
  }

  .md\:border-zinc-500\/95 {
    border-color: rgb(113 113 122 / 0.95);
  }

  .md\:border-zinc-600 {
    --tw-border-opacity: 1;
    border-color: rgb(82 82 91 / var(--tw-border-opacity));
  }

  .md\:border-zinc-600\/0 {
    border-color: rgb(82 82 91 / 0);
  }

  .md\:border-zinc-600\/10 {
    border-color: rgb(82 82 91 / 0.1);
  }

  .md\:border-zinc-600\/100 {
    border-color: rgb(82 82 91 / 1);
  }

  .md\:border-zinc-600\/15 {
    border-color: rgb(82 82 91 / 0.15);
  }

  .md\:border-zinc-600\/20 {
    border-color: rgb(82 82 91 / 0.2);
  }

  .md\:border-zinc-600\/25 {
    border-color: rgb(82 82 91 / 0.25);
  }

  .md\:border-zinc-600\/30 {
    border-color: rgb(82 82 91 / 0.3);
  }

  .md\:border-zinc-600\/35 {
    border-color: rgb(82 82 91 / 0.35);
  }

  .md\:border-zinc-600\/40 {
    border-color: rgb(82 82 91 / 0.4);
  }

  .md\:border-zinc-600\/45 {
    border-color: rgb(82 82 91 / 0.45);
  }

  .md\:border-zinc-600\/5 {
    border-color: rgb(82 82 91 / 0.05);
  }

  .md\:border-zinc-600\/50 {
    border-color: rgb(82 82 91 / 0.5);
  }

  .md\:border-zinc-600\/55 {
    border-color: rgb(82 82 91 / 0.55);
  }

  .md\:border-zinc-600\/60 {
    border-color: rgb(82 82 91 / 0.6);
  }

  .md\:border-zinc-600\/65 {
    border-color: rgb(82 82 91 / 0.65);
  }

  .md\:border-zinc-600\/70 {
    border-color: rgb(82 82 91 / 0.7);
  }

  .md\:border-zinc-600\/75 {
    border-color: rgb(82 82 91 / 0.75);
  }

  .md\:border-zinc-600\/80 {
    border-color: rgb(82 82 91 / 0.8);
  }

  .md\:border-zinc-600\/85 {
    border-color: rgb(82 82 91 / 0.85);
  }

  .md\:border-zinc-600\/90 {
    border-color: rgb(82 82 91 / 0.9);
  }

  .md\:border-zinc-600\/95 {
    border-color: rgb(82 82 91 / 0.95);
  }

  .md\:border-zinc-700 {
    --tw-border-opacity: 1;
    border-color: rgb(63 63 70 / var(--tw-border-opacity));
  }

  .md\:border-zinc-700\/0 {
    border-color: rgb(63 63 70 / 0);
  }

  .md\:border-zinc-700\/10 {
    border-color: rgb(63 63 70 / 0.1);
  }

  .md\:border-zinc-700\/100 {
    border-color: rgb(63 63 70 / 1);
  }

  .md\:border-zinc-700\/15 {
    border-color: rgb(63 63 70 / 0.15);
  }

  .md\:border-zinc-700\/20 {
    border-color: rgb(63 63 70 / 0.2);
  }

  .md\:border-zinc-700\/25 {
    border-color: rgb(63 63 70 / 0.25);
  }

  .md\:border-zinc-700\/30 {
    border-color: rgb(63 63 70 / 0.3);
  }

  .md\:border-zinc-700\/35 {
    border-color: rgb(63 63 70 / 0.35);
  }

  .md\:border-zinc-700\/40 {
    border-color: rgb(63 63 70 / 0.4);
  }

  .md\:border-zinc-700\/45 {
    border-color: rgb(63 63 70 / 0.45);
  }

  .md\:border-zinc-700\/5 {
    border-color: rgb(63 63 70 / 0.05);
  }

  .md\:border-zinc-700\/50 {
    border-color: rgb(63 63 70 / 0.5);
  }

  .md\:border-zinc-700\/55 {
    border-color: rgb(63 63 70 / 0.55);
  }

  .md\:border-zinc-700\/60 {
    border-color: rgb(63 63 70 / 0.6);
  }

  .md\:border-zinc-700\/65 {
    border-color: rgb(63 63 70 / 0.65);
  }

  .md\:border-zinc-700\/70 {
    border-color: rgb(63 63 70 / 0.7);
  }

  .md\:border-zinc-700\/75 {
    border-color: rgb(63 63 70 / 0.75);
  }

  .md\:border-zinc-700\/80 {
    border-color: rgb(63 63 70 / 0.8);
  }

  .md\:border-zinc-700\/85 {
    border-color: rgb(63 63 70 / 0.85);
  }

  .md\:border-zinc-700\/90 {
    border-color: rgb(63 63 70 / 0.9);
  }

  .md\:border-zinc-700\/95 {
    border-color: rgb(63 63 70 / 0.95);
  }

  .md\:border-zinc-800 {
    --tw-border-opacity: 1;
    border-color: rgb(39 39 42 / var(--tw-border-opacity));
  }

  .md\:border-zinc-800\/0 {
    border-color: rgb(39 39 42 / 0);
  }

  .md\:border-zinc-800\/10 {
    border-color: rgb(39 39 42 / 0.1);
  }

  .md\:border-zinc-800\/100 {
    border-color: rgb(39 39 42 / 1);
  }

  .md\:border-zinc-800\/15 {
    border-color: rgb(39 39 42 / 0.15);
  }

  .md\:border-zinc-800\/20 {
    border-color: rgb(39 39 42 / 0.2);
  }

  .md\:border-zinc-800\/25 {
    border-color: rgb(39 39 42 / 0.25);
  }

  .md\:border-zinc-800\/30 {
    border-color: rgb(39 39 42 / 0.3);
  }

  .md\:border-zinc-800\/35 {
    border-color: rgb(39 39 42 / 0.35);
  }

  .md\:border-zinc-800\/40 {
    border-color: rgb(39 39 42 / 0.4);
  }

  .md\:border-zinc-800\/45 {
    border-color: rgb(39 39 42 / 0.45);
  }

  .md\:border-zinc-800\/5 {
    border-color: rgb(39 39 42 / 0.05);
  }

  .md\:border-zinc-800\/50 {
    border-color: rgb(39 39 42 / 0.5);
  }

  .md\:border-zinc-800\/55 {
    border-color: rgb(39 39 42 / 0.55);
  }

  .md\:border-zinc-800\/60 {
    border-color: rgb(39 39 42 / 0.6);
  }

  .md\:border-zinc-800\/65 {
    border-color: rgb(39 39 42 / 0.65);
  }

  .md\:border-zinc-800\/70 {
    border-color: rgb(39 39 42 / 0.7);
  }

  .md\:border-zinc-800\/75 {
    border-color: rgb(39 39 42 / 0.75);
  }

  .md\:border-zinc-800\/80 {
    border-color: rgb(39 39 42 / 0.8);
  }

  .md\:border-zinc-800\/85 {
    border-color: rgb(39 39 42 / 0.85);
  }

  .md\:border-zinc-800\/90 {
    border-color: rgb(39 39 42 / 0.9);
  }

  .md\:border-zinc-800\/95 {
    border-color: rgb(39 39 42 / 0.95);
  }

  .md\:border-zinc-900 {
    --tw-border-opacity: 1;
    border-color: rgb(24 24 27 / var(--tw-border-opacity));
  }

  .md\:border-zinc-900\/0 {
    border-color: rgb(24 24 27 / 0);
  }

  .md\:border-zinc-900\/10 {
    border-color: rgb(24 24 27 / 0.1);
  }

  .md\:border-zinc-900\/100 {
    border-color: rgb(24 24 27 / 1);
  }

  .md\:border-zinc-900\/15 {
    border-color: rgb(24 24 27 / 0.15);
  }

  .md\:border-zinc-900\/20 {
    border-color: rgb(24 24 27 / 0.2);
  }

  .md\:border-zinc-900\/25 {
    border-color: rgb(24 24 27 / 0.25);
  }

  .md\:border-zinc-900\/30 {
    border-color: rgb(24 24 27 / 0.3);
  }

  .md\:border-zinc-900\/35 {
    border-color: rgb(24 24 27 / 0.35);
  }

  .md\:border-zinc-900\/40 {
    border-color: rgb(24 24 27 / 0.4);
  }

  .md\:border-zinc-900\/45 {
    border-color: rgb(24 24 27 / 0.45);
  }

  .md\:border-zinc-900\/5 {
    border-color: rgb(24 24 27 / 0.05);
  }

  .md\:border-zinc-900\/50 {
    border-color: rgb(24 24 27 / 0.5);
  }

  .md\:border-zinc-900\/55 {
    border-color: rgb(24 24 27 / 0.55);
  }

  .md\:border-zinc-900\/60 {
    border-color: rgb(24 24 27 / 0.6);
  }

  .md\:border-zinc-900\/65 {
    border-color: rgb(24 24 27 / 0.65);
  }

  .md\:border-zinc-900\/70 {
    border-color: rgb(24 24 27 / 0.7);
  }

  .md\:border-zinc-900\/75 {
    border-color: rgb(24 24 27 / 0.75);
  }

  .md\:border-zinc-900\/80 {
    border-color: rgb(24 24 27 / 0.8);
  }

  .md\:border-zinc-900\/85 {
    border-color: rgb(24 24 27 / 0.85);
  }

  .md\:border-zinc-900\/90 {
    border-color: rgb(24 24 27 / 0.9);
  }

  .md\:border-zinc-900\/95 {
    border-color: rgb(24 24 27 / 0.95);
  }

  .md\:border-zinc-950 {
    --tw-border-opacity: 1;
    border-color: rgb(9 9 11 / var(--tw-border-opacity));
  }

  .md\:border-zinc-950\/0 {
    border-color: rgb(9 9 11 / 0);
  }

  .md\:border-zinc-950\/10 {
    border-color: rgb(9 9 11 / 0.1);
  }

  .md\:border-zinc-950\/100 {
    border-color: rgb(9 9 11 / 1);
  }

  .md\:border-zinc-950\/15 {
    border-color: rgb(9 9 11 / 0.15);
  }

  .md\:border-zinc-950\/20 {
    border-color: rgb(9 9 11 / 0.2);
  }

  .md\:border-zinc-950\/25 {
    border-color: rgb(9 9 11 / 0.25);
  }

  .md\:border-zinc-950\/30 {
    border-color: rgb(9 9 11 / 0.3);
  }

  .md\:border-zinc-950\/35 {
    border-color: rgb(9 9 11 / 0.35);
  }

  .md\:border-zinc-950\/40 {
    border-color: rgb(9 9 11 / 0.4);
  }

  .md\:border-zinc-950\/45 {
    border-color: rgb(9 9 11 / 0.45);
  }

  .md\:border-zinc-950\/5 {
    border-color: rgb(9 9 11 / 0.05);
  }

  .md\:border-zinc-950\/50 {
    border-color: rgb(9 9 11 / 0.5);
  }

  .md\:border-zinc-950\/55 {
    border-color: rgb(9 9 11 / 0.55);
  }

  .md\:border-zinc-950\/60 {
    border-color: rgb(9 9 11 / 0.6);
  }

  .md\:border-zinc-950\/65 {
    border-color: rgb(9 9 11 / 0.65);
  }

  .md\:border-zinc-950\/70 {
    border-color: rgb(9 9 11 / 0.7);
  }

  .md\:border-zinc-950\/75 {
    border-color: rgb(9 9 11 / 0.75);
  }

  .md\:border-zinc-950\/80 {
    border-color: rgb(9 9 11 / 0.8);
  }

  .md\:border-zinc-950\/85 {
    border-color: rgb(9 9 11 / 0.85);
  }

  .md\:border-zinc-950\/90 {
    border-color: rgb(9 9 11 / 0.9);
  }

  .md\:border-zinc-950\/95 {
    border-color: rgb(9 9 11 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-amber-100\/0 {
    border-left-color: rgb(254 243 199 / 0);
    border-right-color: rgb(254 243 199 / 0);
  }

  .md\:border-x-amber-100\/10 {
    border-left-color: rgb(254 243 199 / 0.1);
    border-right-color: rgb(254 243 199 / 0.1);
  }

  .md\:border-x-amber-100\/100 {
    border-left-color: rgb(254 243 199 / 1);
    border-right-color: rgb(254 243 199 / 1);
  }

  .md\:border-x-amber-100\/15 {
    border-left-color: rgb(254 243 199 / 0.15);
    border-right-color: rgb(254 243 199 / 0.15);
  }

  .md\:border-x-amber-100\/20 {
    border-left-color: rgb(254 243 199 / 0.2);
    border-right-color: rgb(254 243 199 / 0.2);
  }

  .md\:border-x-amber-100\/25 {
    border-left-color: rgb(254 243 199 / 0.25);
    border-right-color: rgb(254 243 199 / 0.25);
  }

  .md\:border-x-amber-100\/30 {
    border-left-color: rgb(254 243 199 / 0.3);
    border-right-color: rgb(254 243 199 / 0.3);
  }

  .md\:border-x-amber-100\/35 {
    border-left-color: rgb(254 243 199 / 0.35);
    border-right-color: rgb(254 243 199 / 0.35);
  }

  .md\:border-x-amber-100\/40 {
    border-left-color: rgb(254 243 199 / 0.4);
    border-right-color: rgb(254 243 199 / 0.4);
  }

  .md\:border-x-amber-100\/45 {
    border-left-color: rgb(254 243 199 / 0.45);
    border-right-color: rgb(254 243 199 / 0.45);
  }

  .md\:border-x-amber-100\/5 {
    border-left-color: rgb(254 243 199 / 0.05);
    border-right-color: rgb(254 243 199 / 0.05);
  }

  .md\:border-x-amber-100\/50 {
    border-left-color: rgb(254 243 199 / 0.5);
    border-right-color: rgb(254 243 199 / 0.5);
  }

  .md\:border-x-amber-100\/55 {
    border-left-color: rgb(254 243 199 / 0.55);
    border-right-color: rgb(254 243 199 / 0.55);
  }

  .md\:border-x-amber-100\/60 {
    border-left-color: rgb(254 243 199 / 0.6);
    border-right-color: rgb(254 243 199 / 0.6);
  }

  .md\:border-x-amber-100\/65 {
    border-left-color: rgb(254 243 199 / 0.65);
    border-right-color: rgb(254 243 199 / 0.65);
  }

  .md\:border-x-amber-100\/70 {
    border-left-color: rgb(254 243 199 / 0.7);
    border-right-color: rgb(254 243 199 / 0.7);
  }

  .md\:border-x-amber-100\/75 {
    border-left-color: rgb(254 243 199 / 0.75);
    border-right-color: rgb(254 243 199 / 0.75);
  }

  .md\:border-x-amber-100\/80 {
    border-left-color: rgb(254 243 199 / 0.8);
    border-right-color: rgb(254 243 199 / 0.8);
  }

  .md\:border-x-amber-100\/85 {
    border-left-color: rgb(254 243 199 / 0.85);
    border-right-color: rgb(254 243 199 / 0.85);
  }

  .md\:border-x-amber-100\/90 {
    border-left-color: rgb(254 243 199 / 0.9);
    border-right-color: rgb(254 243 199 / 0.9);
  }

  .md\:border-x-amber-100\/95 {
    border-left-color: rgb(254 243 199 / 0.95);
    border-right-color: rgb(254 243 199 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-amber-200\/0 {
    border-left-color: rgb(253 230 138 / 0);
    border-right-color: rgb(253 230 138 / 0);
  }

  .md\:border-x-amber-200\/10 {
    border-left-color: rgb(253 230 138 / 0.1);
    border-right-color: rgb(253 230 138 / 0.1);
  }

  .md\:border-x-amber-200\/100 {
    border-left-color: rgb(253 230 138 / 1);
    border-right-color: rgb(253 230 138 / 1);
  }

  .md\:border-x-amber-200\/15 {
    border-left-color: rgb(253 230 138 / 0.15);
    border-right-color: rgb(253 230 138 / 0.15);
  }

  .md\:border-x-amber-200\/20 {
    border-left-color: rgb(253 230 138 / 0.2);
    border-right-color: rgb(253 230 138 / 0.2);
  }

  .md\:border-x-amber-200\/25 {
    border-left-color: rgb(253 230 138 / 0.25);
    border-right-color: rgb(253 230 138 / 0.25);
  }

  .md\:border-x-amber-200\/30 {
    border-left-color: rgb(253 230 138 / 0.3);
    border-right-color: rgb(253 230 138 / 0.3);
  }

  .md\:border-x-amber-200\/35 {
    border-left-color: rgb(253 230 138 / 0.35);
    border-right-color: rgb(253 230 138 / 0.35);
  }

  .md\:border-x-amber-200\/40 {
    border-left-color: rgb(253 230 138 / 0.4);
    border-right-color: rgb(253 230 138 / 0.4);
  }

  .md\:border-x-amber-200\/45 {
    border-left-color: rgb(253 230 138 / 0.45);
    border-right-color: rgb(253 230 138 / 0.45);
  }

  .md\:border-x-amber-200\/5 {
    border-left-color: rgb(253 230 138 / 0.05);
    border-right-color: rgb(253 230 138 / 0.05);
  }

  .md\:border-x-amber-200\/50 {
    border-left-color: rgb(253 230 138 / 0.5);
    border-right-color: rgb(253 230 138 / 0.5);
  }

  .md\:border-x-amber-200\/55 {
    border-left-color: rgb(253 230 138 / 0.55);
    border-right-color: rgb(253 230 138 / 0.55);
  }

  .md\:border-x-amber-200\/60 {
    border-left-color: rgb(253 230 138 / 0.6);
    border-right-color: rgb(253 230 138 / 0.6);
  }

  .md\:border-x-amber-200\/65 {
    border-left-color: rgb(253 230 138 / 0.65);
    border-right-color: rgb(253 230 138 / 0.65);
  }

  .md\:border-x-amber-200\/70 {
    border-left-color: rgb(253 230 138 / 0.7);
    border-right-color: rgb(253 230 138 / 0.7);
  }

  .md\:border-x-amber-200\/75 {
    border-left-color: rgb(253 230 138 / 0.75);
    border-right-color: rgb(253 230 138 / 0.75);
  }

  .md\:border-x-amber-200\/80 {
    border-left-color: rgb(253 230 138 / 0.8);
    border-right-color: rgb(253 230 138 / 0.8);
  }

  .md\:border-x-amber-200\/85 {
    border-left-color: rgb(253 230 138 / 0.85);
    border-right-color: rgb(253 230 138 / 0.85);
  }

  .md\:border-x-amber-200\/90 {
    border-left-color: rgb(253 230 138 / 0.9);
    border-right-color: rgb(253 230 138 / 0.9);
  }

  .md\:border-x-amber-200\/95 {
    border-left-color: rgb(253 230 138 / 0.95);
    border-right-color: rgb(253 230 138 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-amber-300\/0 {
    border-left-color: rgb(252 211 77 / 0);
    border-right-color: rgb(252 211 77 / 0);
  }

  .md\:border-x-amber-300\/10 {
    border-left-color: rgb(252 211 77 / 0.1);
    border-right-color: rgb(252 211 77 / 0.1);
  }

  .md\:border-x-amber-300\/100 {
    border-left-color: rgb(252 211 77 / 1);
    border-right-color: rgb(252 211 77 / 1);
  }

  .md\:border-x-amber-300\/15 {
    border-left-color: rgb(252 211 77 / 0.15);
    border-right-color: rgb(252 211 77 / 0.15);
  }

  .md\:border-x-amber-300\/20 {
    border-left-color: rgb(252 211 77 / 0.2);
    border-right-color: rgb(252 211 77 / 0.2);
  }

  .md\:border-x-amber-300\/25 {
    border-left-color: rgb(252 211 77 / 0.25);
    border-right-color: rgb(252 211 77 / 0.25);
  }

  .md\:border-x-amber-300\/30 {
    border-left-color: rgb(252 211 77 / 0.3);
    border-right-color: rgb(252 211 77 / 0.3);
  }

  .md\:border-x-amber-300\/35 {
    border-left-color: rgb(252 211 77 / 0.35);
    border-right-color: rgb(252 211 77 / 0.35);
  }

  .md\:border-x-amber-300\/40 {
    border-left-color: rgb(252 211 77 / 0.4);
    border-right-color: rgb(252 211 77 / 0.4);
  }

  .md\:border-x-amber-300\/45 {
    border-left-color: rgb(252 211 77 / 0.45);
    border-right-color: rgb(252 211 77 / 0.45);
  }

  .md\:border-x-amber-300\/5 {
    border-left-color: rgb(252 211 77 / 0.05);
    border-right-color: rgb(252 211 77 / 0.05);
  }

  .md\:border-x-amber-300\/50 {
    border-left-color: rgb(252 211 77 / 0.5);
    border-right-color: rgb(252 211 77 / 0.5);
  }

  .md\:border-x-amber-300\/55 {
    border-left-color: rgb(252 211 77 / 0.55);
    border-right-color: rgb(252 211 77 / 0.55);
  }

  .md\:border-x-amber-300\/60 {
    border-left-color: rgb(252 211 77 / 0.6);
    border-right-color: rgb(252 211 77 / 0.6);
  }

  .md\:border-x-amber-300\/65 {
    border-left-color: rgb(252 211 77 / 0.65);
    border-right-color: rgb(252 211 77 / 0.65);
  }

  .md\:border-x-amber-300\/70 {
    border-left-color: rgb(252 211 77 / 0.7);
    border-right-color: rgb(252 211 77 / 0.7);
  }

  .md\:border-x-amber-300\/75 {
    border-left-color: rgb(252 211 77 / 0.75);
    border-right-color: rgb(252 211 77 / 0.75);
  }

  .md\:border-x-amber-300\/80 {
    border-left-color: rgb(252 211 77 / 0.8);
    border-right-color: rgb(252 211 77 / 0.8);
  }

  .md\:border-x-amber-300\/85 {
    border-left-color: rgb(252 211 77 / 0.85);
    border-right-color: rgb(252 211 77 / 0.85);
  }

  .md\:border-x-amber-300\/90 {
    border-left-color: rgb(252 211 77 / 0.9);
    border-right-color: rgb(252 211 77 / 0.9);
  }

  .md\:border-x-amber-300\/95 {
    border-left-color: rgb(252 211 77 / 0.95);
    border-right-color: rgb(252 211 77 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-amber-400\/0 {
    border-left-color: rgb(251 191 36 / 0);
    border-right-color: rgb(251 191 36 / 0);
  }

  .md\:border-x-amber-400\/10 {
    border-left-color: rgb(251 191 36 / 0.1);
    border-right-color: rgb(251 191 36 / 0.1);
  }

  .md\:border-x-amber-400\/100 {
    border-left-color: rgb(251 191 36 / 1);
    border-right-color: rgb(251 191 36 / 1);
  }

  .md\:border-x-amber-400\/15 {
    border-left-color: rgb(251 191 36 / 0.15);
    border-right-color: rgb(251 191 36 / 0.15);
  }

  .md\:border-x-amber-400\/20 {
    border-left-color: rgb(251 191 36 / 0.2);
    border-right-color: rgb(251 191 36 / 0.2);
  }

  .md\:border-x-amber-400\/25 {
    border-left-color: rgb(251 191 36 / 0.25);
    border-right-color: rgb(251 191 36 / 0.25);
  }

  .md\:border-x-amber-400\/30 {
    border-left-color: rgb(251 191 36 / 0.3);
    border-right-color: rgb(251 191 36 / 0.3);
  }

  .md\:border-x-amber-400\/35 {
    border-left-color: rgb(251 191 36 / 0.35);
    border-right-color: rgb(251 191 36 / 0.35);
  }

  .md\:border-x-amber-400\/40 {
    border-left-color: rgb(251 191 36 / 0.4);
    border-right-color: rgb(251 191 36 / 0.4);
  }

  .md\:border-x-amber-400\/45 {
    border-left-color: rgb(251 191 36 / 0.45);
    border-right-color: rgb(251 191 36 / 0.45);
  }

  .md\:border-x-amber-400\/5 {
    border-left-color: rgb(251 191 36 / 0.05);
    border-right-color: rgb(251 191 36 / 0.05);
  }

  .md\:border-x-amber-400\/50 {
    border-left-color: rgb(251 191 36 / 0.5);
    border-right-color: rgb(251 191 36 / 0.5);
  }

  .md\:border-x-amber-400\/55 {
    border-left-color: rgb(251 191 36 / 0.55);
    border-right-color: rgb(251 191 36 / 0.55);
  }

  .md\:border-x-amber-400\/60 {
    border-left-color: rgb(251 191 36 / 0.6);
    border-right-color: rgb(251 191 36 / 0.6);
  }

  .md\:border-x-amber-400\/65 {
    border-left-color: rgb(251 191 36 / 0.65);
    border-right-color: rgb(251 191 36 / 0.65);
  }

  .md\:border-x-amber-400\/70 {
    border-left-color: rgb(251 191 36 / 0.7);
    border-right-color: rgb(251 191 36 / 0.7);
  }

  .md\:border-x-amber-400\/75 {
    border-left-color: rgb(251 191 36 / 0.75);
    border-right-color: rgb(251 191 36 / 0.75);
  }

  .md\:border-x-amber-400\/80 {
    border-left-color: rgb(251 191 36 / 0.8);
    border-right-color: rgb(251 191 36 / 0.8);
  }

  .md\:border-x-amber-400\/85 {
    border-left-color: rgb(251 191 36 / 0.85);
    border-right-color: rgb(251 191 36 / 0.85);
  }

  .md\:border-x-amber-400\/90 {
    border-left-color: rgb(251 191 36 / 0.9);
    border-right-color: rgb(251 191 36 / 0.9);
  }

  .md\:border-x-amber-400\/95 {
    border-left-color: rgb(251 191 36 / 0.95);
    border-right-color: rgb(251 191 36 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-amber-50\/0 {
    border-left-color: rgb(255 251 235 / 0);
    border-right-color: rgb(255 251 235 / 0);
  }

  .md\:border-x-amber-50\/10 {
    border-left-color: rgb(255 251 235 / 0.1);
    border-right-color: rgb(255 251 235 / 0.1);
  }

  .md\:border-x-amber-50\/100 {
    border-left-color: rgb(255 251 235 / 1);
    border-right-color: rgb(255 251 235 / 1);
  }

  .md\:border-x-amber-50\/15 {
    border-left-color: rgb(255 251 235 / 0.15);
    border-right-color: rgb(255 251 235 / 0.15);
  }

  .md\:border-x-amber-50\/20 {
    border-left-color: rgb(255 251 235 / 0.2);
    border-right-color: rgb(255 251 235 / 0.2);
  }

  .md\:border-x-amber-50\/25 {
    border-left-color: rgb(255 251 235 / 0.25);
    border-right-color: rgb(255 251 235 / 0.25);
  }

  .md\:border-x-amber-50\/30 {
    border-left-color: rgb(255 251 235 / 0.3);
    border-right-color: rgb(255 251 235 / 0.3);
  }

  .md\:border-x-amber-50\/35 {
    border-left-color: rgb(255 251 235 / 0.35);
    border-right-color: rgb(255 251 235 / 0.35);
  }

  .md\:border-x-amber-50\/40 {
    border-left-color: rgb(255 251 235 / 0.4);
    border-right-color: rgb(255 251 235 / 0.4);
  }

  .md\:border-x-amber-50\/45 {
    border-left-color: rgb(255 251 235 / 0.45);
    border-right-color: rgb(255 251 235 / 0.45);
  }

  .md\:border-x-amber-50\/5 {
    border-left-color: rgb(255 251 235 / 0.05);
    border-right-color: rgb(255 251 235 / 0.05);
  }

  .md\:border-x-amber-50\/50 {
    border-left-color: rgb(255 251 235 / 0.5);
    border-right-color: rgb(255 251 235 / 0.5);
  }

  .md\:border-x-amber-50\/55 {
    border-left-color: rgb(255 251 235 / 0.55);
    border-right-color: rgb(255 251 235 / 0.55);
  }

  .md\:border-x-amber-50\/60 {
    border-left-color: rgb(255 251 235 / 0.6);
    border-right-color: rgb(255 251 235 / 0.6);
  }

  .md\:border-x-amber-50\/65 {
    border-left-color: rgb(255 251 235 / 0.65);
    border-right-color: rgb(255 251 235 / 0.65);
  }

  .md\:border-x-amber-50\/70 {
    border-left-color: rgb(255 251 235 / 0.7);
    border-right-color: rgb(255 251 235 / 0.7);
  }

  .md\:border-x-amber-50\/75 {
    border-left-color: rgb(255 251 235 / 0.75);
    border-right-color: rgb(255 251 235 / 0.75);
  }

  .md\:border-x-amber-50\/80 {
    border-left-color: rgb(255 251 235 / 0.8);
    border-right-color: rgb(255 251 235 / 0.8);
  }

  .md\:border-x-amber-50\/85 {
    border-left-color: rgb(255 251 235 / 0.85);
    border-right-color: rgb(255 251 235 / 0.85);
  }

  .md\:border-x-amber-50\/90 {
    border-left-color: rgb(255 251 235 / 0.9);
    border-right-color: rgb(255 251 235 / 0.9);
  }

  .md\:border-x-amber-50\/95 {
    border-left-color: rgb(255 251 235 / 0.95);
    border-right-color: rgb(255 251 235 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-amber-500\/0 {
    border-left-color: rgb(245 158 11 / 0);
    border-right-color: rgb(245 158 11 / 0);
  }

  .md\:border-x-amber-500\/10 {
    border-left-color: rgb(245 158 11 / 0.1);
    border-right-color: rgb(245 158 11 / 0.1);
  }

  .md\:border-x-amber-500\/100 {
    border-left-color: rgb(245 158 11 / 1);
    border-right-color: rgb(245 158 11 / 1);
  }

  .md\:border-x-amber-500\/15 {
    border-left-color: rgb(245 158 11 / 0.15);
    border-right-color: rgb(245 158 11 / 0.15);
  }

  .md\:border-x-amber-500\/20 {
    border-left-color: rgb(245 158 11 / 0.2);
    border-right-color: rgb(245 158 11 / 0.2);
  }

  .md\:border-x-amber-500\/25 {
    border-left-color: rgb(245 158 11 / 0.25);
    border-right-color: rgb(245 158 11 / 0.25);
  }

  .md\:border-x-amber-500\/30 {
    border-left-color: rgb(245 158 11 / 0.3);
    border-right-color: rgb(245 158 11 / 0.3);
  }

  .md\:border-x-amber-500\/35 {
    border-left-color: rgb(245 158 11 / 0.35);
    border-right-color: rgb(245 158 11 / 0.35);
  }

  .md\:border-x-amber-500\/40 {
    border-left-color: rgb(245 158 11 / 0.4);
    border-right-color: rgb(245 158 11 / 0.4);
  }

  .md\:border-x-amber-500\/45 {
    border-left-color: rgb(245 158 11 / 0.45);
    border-right-color: rgb(245 158 11 / 0.45);
  }

  .md\:border-x-amber-500\/5 {
    border-left-color: rgb(245 158 11 / 0.05);
    border-right-color: rgb(245 158 11 / 0.05);
  }

  .md\:border-x-amber-500\/50 {
    border-left-color: rgb(245 158 11 / 0.5);
    border-right-color: rgb(245 158 11 / 0.5);
  }

  .md\:border-x-amber-500\/55 {
    border-left-color: rgb(245 158 11 / 0.55);
    border-right-color: rgb(245 158 11 / 0.55);
  }

  .md\:border-x-amber-500\/60 {
    border-left-color: rgb(245 158 11 / 0.6);
    border-right-color: rgb(245 158 11 / 0.6);
  }

  .md\:border-x-amber-500\/65 {
    border-left-color: rgb(245 158 11 / 0.65);
    border-right-color: rgb(245 158 11 / 0.65);
  }

  .md\:border-x-amber-500\/70 {
    border-left-color: rgb(245 158 11 / 0.7);
    border-right-color: rgb(245 158 11 / 0.7);
  }

  .md\:border-x-amber-500\/75 {
    border-left-color: rgb(245 158 11 / 0.75);
    border-right-color: rgb(245 158 11 / 0.75);
  }

  .md\:border-x-amber-500\/80 {
    border-left-color: rgb(245 158 11 / 0.8);
    border-right-color: rgb(245 158 11 / 0.8);
  }

  .md\:border-x-amber-500\/85 {
    border-left-color: rgb(245 158 11 / 0.85);
    border-right-color: rgb(245 158 11 / 0.85);
  }

  .md\:border-x-amber-500\/90 {
    border-left-color: rgb(245 158 11 / 0.9);
    border-right-color: rgb(245 158 11 / 0.9);
  }

  .md\:border-x-amber-500\/95 {
    border-left-color: rgb(245 158 11 / 0.95);
    border-right-color: rgb(245 158 11 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-amber-600\/0 {
    border-left-color: rgb(217 119 6 / 0);
    border-right-color: rgb(217 119 6 / 0);
  }

  .md\:border-x-amber-600\/10 {
    border-left-color: rgb(217 119 6 / 0.1);
    border-right-color: rgb(217 119 6 / 0.1);
  }

  .md\:border-x-amber-600\/100 {
    border-left-color: rgb(217 119 6 / 1);
    border-right-color: rgb(217 119 6 / 1);
  }

  .md\:border-x-amber-600\/15 {
    border-left-color: rgb(217 119 6 / 0.15);
    border-right-color: rgb(217 119 6 / 0.15);
  }

  .md\:border-x-amber-600\/20 {
    border-left-color: rgb(217 119 6 / 0.2);
    border-right-color: rgb(217 119 6 / 0.2);
  }

  .md\:border-x-amber-600\/25 {
    border-left-color: rgb(217 119 6 / 0.25);
    border-right-color: rgb(217 119 6 / 0.25);
  }

  .md\:border-x-amber-600\/30 {
    border-left-color: rgb(217 119 6 / 0.3);
    border-right-color: rgb(217 119 6 / 0.3);
  }

  .md\:border-x-amber-600\/35 {
    border-left-color: rgb(217 119 6 / 0.35);
    border-right-color: rgb(217 119 6 / 0.35);
  }

  .md\:border-x-amber-600\/40 {
    border-left-color: rgb(217 119 6 / 0.4);
    border-right-color: rgb(217 119 6 / 0.4);
  }

  .md\:border-x-amber-600\/45 {
    border-left-color: rgb(217 119 6 / 0.45);
    border-right-color: rgb(217 119 6 / 0.45);
  }

  .md\:border-x-amber-600\/5 {
    border-left-color: rgb(217 119 6 / 0.05);
    border-right-color: rgb(217 119 6 / 0.05);
  }

  .md\:border-x-amber-600\/50 {
    border-left-color: rgb(217 119 6 / 0.5);
    border-right-color: rgb(217 119 6 / 0.5);
  }

  .md\:border-x-amber-600\/55 {
    border-left-color: rgb(217 119 6 / 0.55);
    border-right-color: rgb(217 119 6 / 0.55);
  }

  .md\:border-x-amber-600\/60 {
    border-left-color: rgb(217 119 6 / 0.6);
    border-right-color: rgb(217 119 6 / 0.6);
  }

  .md\:border-x-amber-600\/65 {
    border-left-color: rgb(217 119 6 / 0.65);
    border-right-color: rgb(217 119 6 / 0.65);
  }

  .md\:border-x-amber-600\/70 {
    border-left-color: rgb(217 119 6 / 0.7);
    border-right-color: rgb(217 119 6 / 0.7);
  }

  .md\:border-x-amber-600\/75 {
    border-left-color: rgb(217 119 6 / 0.75);
    border-right-color: rgb(217 119 6 / 0.75);
  }

  .md\:border-x-amber-600\/80 {
    border-left-color: rgb(217 119 6 / 0.8);
    border-right-color: rgb(217 119 6 / 0.8);
  }

  .md\:border-x-amber-600\/85 {
    border-left-color: rgb(217 119 6 / 0.85);
    border-right-color: rgb(217 119 6 / 0.85);
  }

  .md\:border-x-amber-600\/90 {
    border-left-color: rgb(217 119 6 / 0.9);
    border-right-color: rgb(217 119 6 / 0.9);
  }

  .md\:border-x-amber-600\/95 {
    border-left-color: rgb(217 119 6 / 0.95);
    border-right-color: rgb(217 119 6 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-amber-700\/0 {
    border-left-color: rgb(180 83 9 / 0);
    border-right-color: rgb(180 83 9 / 0);
  }

  .md\:border-x-amber-700\/10 {
    border-left-color: rgb(180 83 9 / 0.1);
    border-right-color: rgb(180 83 9 / 0.1);
  }

  .md\:border-x-amber-700\/100 {
    border-left-color: rgb(180 83 9 / 1);
    border-right-color: rgb(180 83 9 / 1);
  }

  .md\:border-x-amber-700\/15 {
    border-left-color: rgb(180 83 9 / 0.15);
    border-right-color: rgb(180 83 9 / 0.15);
  }

  .md\:border-x-amber-700\/20 {
    border-left-color: rgb(180 83 9 / 0.2);
    border-right-color: rgb(180 83 9 / 0.2);
  }

  .md\:border-x-amber-700\/25 {
    border-left-color: rgb(180 83 9 / 0.25);
    border-right-color: rgb(180 83 9 / 0.25);
  }

  .md\:border-x-amber-700\/30 {
    border-left-color: rgb(180 83 9 / 0.3);
    border-right-color: rgb(180 83 9 / 0.3);
  }

  .md\:border-x-amber-700\/35 {
    border-left-color: rgb(180 83 9 / 0.35);
    border-right-color: rgb(180 83 9 / 0.35);
  }

  .md\:border-x-amber-700\/40 {
    border-left-color: rgb(180 83 9 / 0.4);
    border-right-color: rgb(180 83 9 / 0.4);
  }

  .md\:border-x-amber-700\/45 {
    border-left-color: rgb(180 83 9 / 0.45);
    border-right-color: rgb(180 83 9 / 0.45);
  }

  .md\:border-x-amber-700\/5 {
    border-left-color: rgb(180 83 9 / 0.05);
    border-right-color: rgb(180 83 9 / 0.05);
  }

  .md\:border-x-amber-700\/50 {
    border-left-color: rgb(180 83 9 / 0.5);
    border-right-color: rgb(180 83 9 / 0.5);
  }

  .md\:border-x-amber-700\/55 {
    border-left-color: rgb(180 83 9 / 0.55);
    border-right-color: rgb(180 83 9 / 0.55);
  }

  .md\:border-x-amber-700\/60 {
    border-left-color: rgb(180 83 9 / 0.6);
    border-right-color: rgb(180 83 9 / 0.6);
  }

  .md\:border-x-amber-700\/65 {
    border-left-color: rgb(180 83 9 / 0.65);
    border-right-color: rgb(180 83 9 / 0.65);
  }

  .md\:border-x-amber-700\/70 {
    border-left-color: rgb(180 83 9 / 0.7);
    border-right-color: rgb(180 83 9 / 0.7);
  }

  .md\:border-x-amber-700\/75 {
    border-left-color: rgb(180 83 9 / 0.75);
    border-right-color: rgb(180 83 9 / 0.75);
  }

  .md\:border-x-amber-700\/80 {
    border-left-color: rgb(180 83 9 / 0.8);
    border-right-color: rgb(180 83 9 / 0.8);
  }

  .md\:border-x-amber-700\/85 {
    border-left-color: rgb(180 83 9 / 0.85);
    border-right-color: rgb(180 83 9 / 0.85);
  }

  .md\:border-x-amber-700\/90 {
    border-left-color: rgb(180 83 9 / 0.9);
    border-right-color: rgb(180 83 9 / 0.9);
  }

  .md\:border-x-amber-700\/95 {
    border-left-color: rgb(180 83 9 / 0.95);
    border-right-color: rgb(180 83 9 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-amber-800\/0 {
    border-left-color: rgb(146 64 14 / 0);
    border-right-color: rgb(146 64 14 / 0);
  }

  .md\:border-x-amber-800\/10 {
    border-left-color: rgb(146 64 14 / 0.1);
    border-right-color: rgb(146 64 14 / 0.1);
  }

  .md\:border-x-amber-800\/100 {
    border-left-color: rgb(146 64 14 / 1);
    border-right-color: rgb(146 64 14 / 1);
  }

  .md\:border-x-amber-800\/15 {
    border-left-color: rgb(146 64 14 / 0.15);
    border-right-color: rgb(146 64 14 / 0.15);
  }

  .md\:border-x-amber-800\/20 {
    border-left-color: rgb(146 64 14 / 0.2);
    border-right-color: rgb(146 64 14 / 0.2);
  }

  .md\:border-x-amber-800\/25 {
    border-left-color: rgb(146 64 14 / 0.25);
    border-right-color: rgb(146 64 14 / 0.25);
  }

  .md\:border-x-amber-800\/30 {
    border-left-color: rgb(146 64 14 / 0.3);
    border-right-color: rgb(146 64 14 / 0.3);
  }

  .md\:border-x-amber-800\/35 {
    border-left-color: rgb(146 64 14 / 0.35);
    border-right-color: rgb(146 64 14 / 0.35);
  }

  .md\:border-x-amber-800\/40 {
    border-left-color: rgb(146 64 14 / 0.4);
    border-right-color: rgb(146 64 14 / 0.4);
  }

  .md\:border-x-amber-800\/45 {
    border-left-color: rgb(146 64 14 / 0.45);
    border-right-color: rgb(146 64 14 / 0.45);
  }

  .md\:border-x-amber-800\/5 {
    border-left-color: rgb(146 64 14 / 0.05);
    border-right-color: rgb(146 64 14 / 0.05);
  }

  .md\:border-x-amber-800\/50 {
    border-left-color: rgb(146 64 14 / 0.5);
    border-right-color: rgb(146 64 14 / 0.5);
  }

  .md\:border-x-amber-800\/55 {
    border-left-color: rgb(146 64 14 / 0.55);
    border-right-color: rgb(146 64 14 / 0.55);
  }

  .md\:border-x-amber-800\/60 {
    border-left-color: rgb(146 64 14 / 0.6);
    border-right-color: rgb(146 64 14 / 0.6);
  }

  .md\:border-x-amber-800\/65 {
    border-left-color: rgb(146 64 14 / 0.65);
    border-right-color: rgb(146 64 14 / 0.65);
  }

  .md\:border-x-amber-800\/70 {
    border-left-color: rgb(146 64 14 / 0.7);
    border-right-color: rgb(146 64 14 / 0.7);
  }

  .md\:border-x-amber-800\/75 {
    border-left-color: rgb(146 64 14 / 0.75);
    border-right-color: rgb(146 64 14 / 0.75);
  }

  .md\:border-x-amber-800\/80 {
    border-left-color: rgb(146 64 14 / 0.8);
    border-right-color: rgb(146 64 14 / 0.8);
  }

  .md\:border-x-amber-800\/85 {
    border-left-color: rgb(146 64 14 / 0.85);
    border-right-color: rgb(146 64 14 / 0.85);
  }

  .md\:border-x-amber-800\/90 {
    border-left-color: rgb(146 64 14 / 0.9);
    border-right-color: rgb(146 64 14 / 0.9);
  }

  .md\:border-x-amber-800\/95 {
    border-left-color: rgb(146 64 14 / 0.95);
    border-right-color: rgb(146 64 14 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-amber-900\/0 {
    border-left-color: rgb(120 53 15 / 0);
    border-right-color: rgb(120 53 15 / 0);
  }

  .md\:border-x-amber-900\/10 {
    border-left-color: rgb(120 53 15 / 0.1);
    border-right-color: rgb(120 53 15 / 0.1);
  }

  .md\:border-x-amber-900\/100 {
    border-left-color: rgb(120 53 15 / 1);
    border-right-color: rgb(120 53 15 / 1);
  }

  .md\:border-x-amber-900\/15 {
    border-left-color: rgb(120 53 15 / 0.15);
    border-right-color: rgb(120 53 15 / 0.15);
  }

  .md\:border-x-amber-900\/20 {
    border-left-color: rgb(120 53 15 / 0.2);
    border-right-color: rgb(120 53 15 / 0.2);
  }

  .md\:border-x-amber-900\/25 {
    border-left-color: rgb(120 53 15 / 0.25);
    border-right-color: rgb(120 53 15 / 0.25);
  }

  .md\:border-x-amber-900\/30 {
    border-left-color: rgb(120 53 15 / 0.3);
    border-right-color: rgb(120 53 15 / 0.3);
  }

  .md\:border-x-amber-900\/35 {
    border-left-color: rgb(120 53 15 / 0.35);
    border-right-color: rgb(120 53 15 / 0.35);
  }

  .md\:border-x-amber-900\/40 {
    border-left-color: rgb(120 53 15 / 0.4);
    border-right-color: rgb(120 53 15 / 0.4);
  }

  .md\:border-x-amber-900\/45 {
    border-left-color: rgb(120 53 15 / 0.45);
    border-right-color: rgb(120 53 15 / 0.45);
  }

  .md\:border-x-amber-900\/5 {
    border-left-color: rgb(120 53 15 / 0.05);
    border-right-color: rgb(120 53 15 / 0.05);
  }

  .md\:border-x-amber-900\/50 {
    border-left-color: rgb(120 53 15 / 0.5);
    border-right-color: rgb(120 53 15 / 0.5);
  }

  .md\:border-x-amber-900\/55 {
    border-left-color: rgb(120 53 15 / 0.55);
    border-right-color: rgb(120 53 15 / 0.55);
  }

  .md\:border-x-amber-900\/60 {
    border-left-color: rgb(120 53 15 / 0.6);
    border-right-color: rgb(120 53 15 / 0.6);
  }

  .md\:border-x-amber-900\/65 {
    border-left-color: rgb(120 53 15 / 0.65);
    border-right-color: rgb(120 53 15 / 0.65);
  }

  .md\:border-x-amber-900\/70 {
    border-left-color: rgb(120 53 15 / 0.7);
    border-right-color: rgb(120 53 15 / 0.7);
  }

  .md\:border-x-amber-900\/75 {
    border-left-color: rgb(120 53 15 / 0.75);
    border-right-color: rgb(120 53 15 / 0.75);
  }

  .md\:border-x-amber-900\/80 {
    border-left-color: rgb(120 53 15 / 0.8);
    border-right-color: rgb(120 53 15 / 0.8);
  }

  .md\:border-x-amber-900\/85 {
    border-left-color: rgb(120 53 15 / 0.85);
    border-right-color: rgb(120 53 15 / 0.85);
  }

  .md\:border-x-amber-900\/90 {
    border-left-color: rgb(120 53 15 / 0.9);
    border-right-color: rgb(120 53 15 / 0.9);
  }

  .md\:border-x-amber-900\/95 {
    border-left-color: rgb(120 53 15 / 0.95);
    border-right-color: rgb(120 53 15 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-amber-950\/0 {
    border-left-color: rgb(69 26 3 / 0);
    border-right-color: rgb(69 26 3 / 0);
  }

  .md\:border-x-amber-950\/10 {
    border-left-color: rgb(69 26 3 / 0.1);
    border-right-color: rgb(69 26 3 / 0.1);
  }

  .md\:border-x-amber-950\/100 {
    border-left-color: rgb(69 26 3 / 1);
    border-right-color: rgb(69 26 3 / 1);
  }

  .md\:border-x-amber-950\/15 {
    border-left-color: rgb(69 26 3 / 0.15);
    border-right-color: rgb(69 26 3 / 0.15);
  }

  .md\:border-x-amber-950\/20 {
    border-left-color: rgb(69 26 3 / 0.2);
    border-right-color: rgb(69 26 3 / 0.2);
  }

  .md\:border-x-amber-950\/25 {
    border-left-color: rgb(69 26 3 / 0.25);
    border-right-color: rgb(69 26 3 / 0.25);
  }

  .md\:border-x-amber-950\/30 {
    border-left-color: rgb(69 26 3 / 0.3);
    border-right-color: rgb(69 26 3 / 0.3);
  }

  .md\:border-x-amber-950\/35 {
    border-left-color: rgb(69 26 3 / 0.35);
    border-right-color: rgb(69 26 3 / 0.35);
  }

  .md\:border-x-amber-950\/40 {
    border-left-color: rgb(69 26 3 / 0.4);
    border-right-color: rgb(69 26 3 / 0.4);
  }

  .md\:border-x-amber-950\/45 {
    border-left-color: rgb(69 26 3 / 0.45);
    border-right-color: rgb(69 26 3 / 0.45);
  }

  .md\:border-x-amber-950\/5 {
    border-left-color: rgb(69 26 3 / 0.05);
    border-right-color: rgb(69 26 3 / 0.05);
  }

  .md\:border-x-amber-950\/50 {
    border-left-color: rgb(69 26 3 / 0.5);
    border-right-color: rgb(69 26 3 / 0.5);
  }

  .md\:border-x-amber-950\/55 {
    border-left-color: rgb(69 26 3 / 0.55);
    border-right-color: rgb(69 26 3 / 0.55);
  }

  .md\:border-x-amber-950\/60 {
    border-left-color: rgb(69 26 3 / 0.6);
    border-right-color: rgb(69 26 3 / 0.6);
  }

  .md\:border-x-amber-950\/65 {
    border-left-color: rgb(69 26 3 / 0.65);
    border-right-color: rgb(69 26 3 / 0.65);
  }

  .md\:border-x-amber-950\/70 {
    border-left-color: rgb(69 26 3 / 0.7);
    border-right-color: rgb(69 26 3 / 0.7);
  }

  .md\:border-x-amber-950\/75 {
    border-left-color: rgb(69 26 3 / 0.75);
    border-right-color: rgb(69 26 3 / 0.75);
  }

  .md\:border-x-amber-950\/80 {
    border-left-color: rgb(69 26 3 / 0.8);
    border-right-color: rgb(69 26 3 / 0.8);
  }

  .md\:border-x-amber-950\/85 {
    border-left-color: rgb(69 26 3 / 0.85);
    border-right-color: rgb(69 26 3 / 0.85);
  }

  .md\:border-x-amber-950\/90 {
    border-left-color: rgb(69 26 3 / 0.9);
    border-right-color: rgb(69 26 3 / 0.9);
  }

  .md\:border-x-amber-950\/95 {
    border-left-color: rgb(69 26 3 / 0.95);
    border-right-color: rgb(69 26 3 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-black\/0 {
    border-left-color: rgb(0 0 0 / 0);
    border-right-color: rgb(0 0 0 / 0);
  }

  .md\:border-x-black\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-x-black\/100 {
    border-left-color: rgb(0 0 0 / 1);
    border-right-color: rgb(0 0 0 / 1);
  }

  .md\:border-x-black\/15 {
    border-left-color: rgb(0 0 0 / 0.15);
    border-right-color: rgb(0 0 0 / 0.15);
  }

  .md\:border-x-black\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-x-black\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-x-black\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-x-black\/35 {
    border-left-color: rgb(0 0 0 / 0.35);
    border-right-color: rgb(0 0 0 / 0.35);
  }

  .md\:border-x-black\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-x-black\/45 {
    border-left-color: rgb(0 0 0 / 0.45);
    border-right-color: rgb(0 0 0 / 0.45);
  }

  .md\:border-x-black\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-x-black\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-x-black\/55 {
    border-left-color: rgb(0 0 0 / 0.55);
    border-right-color: rgb(0 0 0 / 0.55);
  }

  .md\:border-x-black\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-x-black\/65 {
    border-left-color: rgb(0 0 0 / 0.65);
    border-right-color: rgb(0 0 0 / 0.65);
  }

  .md\:border-x-black\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-x-black\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-x-black\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-x-black\/85 {
    border-left-color: rgb(0 0 0 / 0.85);
    border-right-color: rgb(0 0 0 / 0.85);
  }

  .md\:border-x-black\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-x-black\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-blue-100\/0 {
    border-left-color: rgb(219 234 254 / 0);
    border-right-color: rgb(219 234 254 / 0);
  }

  .md\:border-x-blue-100\/10 {
    border-left-color: rgb(219 234 254 / 0.1);
    border-right-color: rgb(219 234 254 / 0.1);
  }

  .md\:border-x-blue-100\/100 {
    border-left-color: rgb(219 234 254 / 1);
    border-right-color: rgb(219 234 254 / 1);
  }

  .md\:border-x-blue-100\/15 {
    border-left-color: rgb(219 234 254 / 0.15);
    border-right-color: rgb(219 234 254 / 0.15);
  }

  .md\:border-x-blue-100\/20 {
    border-left-color: rgb(219 234 254 / 0.2);
    border-right-color: rgb(219 234 254 / 0.2);
  }

  .md\:border-x-blue-100\/25 {
    border-left-color: rgb(219 234 254 / 0.25);
    border-right-color: rgb(219 234 254 / 0.25);
  }

  .md\:border-x-blue-100\/30 {
    border-left-color: rgb(219 234 254 / 0.3);
    border-right-color: rgb(219 234 254 / 0.3);
  }

  .md\:border-x-blue-100\/35 {
    border-left-color: rgb(219 234 254 / 0.35);
    border-right-color: rgb(219 234 254 / 0.35);
  }

  .md\:border-x-blue-100\/40 {
    border-left-color: rgb(219 234 254 / 0.4);
    border-right-color: rgb(219 234 254 / 0.4);
  }

  .md\:border-x-blue-100\/45 {
    border-left-color: rgb(219 234 254 / 0.45);
    border-right-color: rgb(219 234 254 / 0.45);
  }

  .md\:border-x-blue-100\/5 {
    border-left-color: rgb(219 234 254 / 0.05);
    border-right-color: rgb(219 234 254 / 0.05);
  }

  .md\:border-x-blue-100\/50 {
    border-left-color: rgb(219 234 254 / 0.5);
    border-right-color: rgb(219 234 254 / 0.5);
  }

  .md\:border-x-blue-100\/55 {
    border-left-color: rgb(219 234 254 / 0.55);
    border-right-color: rgb(219 234 254 / 0.55);
  }

  .md\:border-x-blue-100\/60 {
    border-left-color: rgb(219 234 254 / 0.6);
    border-right-color: rgb(219 234 254 / 0.6);
  }

  .md\:border-x-blue-100\/65 {
    border-left-color: rgb(219 234 254 / 0.65);
    border-right-color: rgb(219 234 254 / 0.65);
  }

  .md\:border-x-blue-100\/70 {
    border-left-color: rgb(219 234 254 / 0.7);
    border-right-color: rgb(219 234 254 / 0.7);
  }

  .md\:border-x-blue-100\/75 {
    border-left-color: rgb(219 234 254 / 0.75);
    border-right-color: rgb(219 234 254 / 0.75);
  }

  .md\:border-x-blue-100\/80 {
    border-left-color: rgb(219 234 254 / 0.8);
    border-right-color: rgb(219 234 254 / 0.8);
  }

  .md\:border-x-blue-100\/85 {
    border-left-color: rgb(219 234 254 / 0.85);
    border-right-color: rgb(219 234 254 / 0.85);
  }

  .md\:border-x-blue-100\/90 {
    border-left-color: rgb(219 234 254 / 0.9);
    border-right-color: rgb(219 234 254 / 0.9);
  }

  .md\:border-x-blue-100\/95 {
    border-left-color: rgb(219 234 254 / 0.95);
    border-right-color: rgb(219 234 254 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-blue-200\/0 {
    border-left-color: rgb(191 219 254 / 0);
    border-right-color: rgb(191 219 254 / 0);
  }

  .md\:border-x-blue-200\/10 {
    border-left-color: rgb(191 219 254 / 0.1);
    border-right-color: rgb(191 219 254 / 0.1);
  }

  .md\:border-x-blue-200\/100 {
    border-left-color: rgb(191 219 254 / 1);
    border-right-color: rgb(191 219 254 / 1);
  }

  .md\:border-x-blue-200\/15 {
    border-left-color: rgb(191 219 254 / 0.15);
    border-right-color: rgb(191 219 254 / 0.15);
  }

  .md\:border-x-blue-200\/20 {
    border-left-color: rgb(191 219 254 / 0.2);
    border-right-color: rgb(191 219 254 / 0.2);
  }

  .md\:border-x-blue-200\/25 {
    border-left-color: rgb(191 219 254 / 0.25);
    border-right-color: rgb(191 219 254 / 0.25);
  }

  .md\:border-x-blue-200\/30 {
    border-left-color: rgb(191 219 254 / 0.3);
    border-right-color: rgb(191 219 254 / 0.3);
  }

  .md\:border-x-blue-200\/35 {
    border-left-color: rgb(191 219 254 / 0.35);
    border-right-color: rgb(191 219 254 / 0.35);
  }

  .md\:border-x-blue-200\/40 {
    border-left-color: rgb(191 219 254 / 0.4);
    border-right-color: rgb(191 219 254 / 0.4);
  }

  .md\:border-x-blue-200\/45 {
    border-left-color: rgb(191 219 254 / 0.45);
    border-right-color: rgb(191 219 254 / 0.45);
  }

  .md\:border-x-blue-200\/5 {
    border-left-color: rgb(191 219 254 / 0.05);
    border-right-color: rgb(191 219 254 / 0.05);
  }

  .md\:border-x-blue-200\/50 {
    border-left-color: rgb(191 219 254 / 0.5);
    border-right-color: rgb(191 219 254 / 0.5);
  }

  .md\:border-x-blue-200\/55 {
    border-left-color: rgb(191 219 254 / 0.55);
    border-right-color: rgb(191 219 254 / 0.55);
  }

  .md\:border-x-blue-200\/60 {
    border-left-color: rgb(191 219 254 / 0.6);
    border-right-color: rgb(191 219 254 / 0.6);
  }

  .md\:border-x-blue-200\/65 {
    border-left-color: rgb(191 219 254 / 0.65);
    border-right-color: rgb(191 219 254 / 0.65);
  }

  .md\:border-x-blue-200\/70 {
    border-left-color: rgb(191 219 254 / 0.7);
    border-right-color: rgb(191 219 254 / 0.7);
  }

  .md\:border-x-blue-200\/75 {
    border-left-color: rgb(191 219 254 / 0.75);
    border-right-color: rgb(191 219 254 / 0.75);
  }

  .md\:border-x-blue-200\/80 {
    border-left-color: rgb(191 219 254 / 0.8);
    border-right-color: rgb(191 219 254 / 0.8);
  }

  .md\:border-x-blue-200\/85 {
    border-left-color: rgb(191 219 254 / 0.85);
    border-right-color: rgb(191 219 254 / 0.85);
  }

  .md\:border-x-blue-200\/90 {
    border-left-color: rgb(191 219 254 / 0.9);
    border-right-color: rgb(191 219 254 / 0.9);
  }

  .md\:border-x-blue-200\/95 {
    border-left-color: rgb(191 219 254 / 0.95);
    border-right-color: rgb(191 219 254 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-blue-300\/0 {
    border-left-color: rgb(147 197 253 / 0);
    border-right-color: rgb(147 197 253 / 0);
  }

  .md\:border-x-blue-300\/10 {
    border-left-color: rgb(147 197 253 / 0.1);
    border-right-color: rgb(147 197 253 / 0.1);
  }

  .md\:border-x-blue-300\/100 {
    border-left-color: rgb(147 197 253 / 1);
    border-right-color: rgb(147 197 253 / 1);
  }

  .md\:border-x-blue-300\/15 {
    border-left-color: rgb(147 197 253 / 0.15);
    border-right-color: rgb(147 197 253 / 0.15);
  }

  .md\:border-x-blue-300\/20 {
    border-left-color: rgb(147 197 253 / 0.2);
    border-right-color: rgb(147 197 253 / 0.2);
  }

  .md\:border-x-blue-300\/25 {
    border-left-color: rgb(147 197 253 / 0.25);
    border-right-color: rgb(147 197 253 / 0.25);
  }

  .md\:border-x-blue-300\/30 {
    border-left-color: rgb(147 197 253 / 0.3);
    border-right-color: rgb(147 197 253 / 0.3);
  }

  .md\:border-x-blue-300\/35 {
    border-left-color: rgb(147 197 253 / 0.35);
    border-right-color: rgb(147 197 253 / 0.35);
  }

  .md\:border-x-blue-300\/40 {
    border-left-color: rgb(147 197 253 / 0.4);
    border-right-color: rgb(147 197 253 / 0.4);
  }

  .md\:border-x-blue-300\/45 {
    border-left-color: rgb(147 197 253 / 0.45);
    border-right-color: rgb(147 197 253 / 0.45);
  }

  .md\:border-x-blue-300\/5 {
    border-left-color: rgb(147 197 253 / 0.05);
    border-right-color: rgb(147 197 253 / 0.05);
  }

  .md\:border-x-blue-300\/50 {
    border-left-color: rgb(147 197 253 / 0.5);
    border-right-color: rgb(147 197 253 / 0.5);
  }

  .md\:border-x-blue-300\/55 {
    border-left-color: rgb(147 197 253 / 0.55);
    border-right-color: rgb(147 197 253 / 0.55);
  }

  .md\:border-x-blue-300\/60 {
    border-left-color: rgb(147 197 253 / 0.6);
    border-right-color: rgb(147 197 253 / 0.6);
  }

  .md\:border-x-blue-300\/65 {
    border-left-color: rgb(147 197 253 / 0.65);
    border-right-color: rgb(147 197 253 / 0.65);
  }

  .md\:border-x-blue-300\/70 {
    border-left-color: rgb(147 197 253 / 0.7);
    border-right-color: rgb(147 197 253 / 0.7);
  }

  .md\:border-x-blue-300\/75 {
    border-left-color: rgb(147 197 253 / 0.75);
    border-right-color: rgb(147 197 253 / 0.75);
  }

  .md\:border-x-blue-300\/80 {
    border-left-color: rgb(147 197 253 / 0.8);
    border-right-color: rgb(147 197 253 / 0.8);
  }

  .md\:border-x-blue-300\/85 {
    border-left-color: rgb(147 197 253 / 0.85);
    border-right-color: rgb(147 197 253 / 0.85);
  }

  .md\:border-x-blue-300\/90 {
    border-left-color: rgb(147 197 253 / 0.9);
    border-right-color: rgb(147 197 253 / 0.9);
  }

  .md\:border-x-blue-300\/95 {
    border-left-color: rgb(147 197 253 / 0.95);
    border-right-color: rgb(147 197 253 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-blue-400\/0 {
    border-left-color: rgb(96 165 250 / 0);
    border-right-color: rgb(96 165 250 / 0);
  }

  .md\:border-x-blue-400\/10 {
    border-left-color: rgb(96 165 250 / 0.1);
    border-right-color: rgb(96 165 250 / 0.1);
  }

  .md\:border-x-blue-400\/100 {
    border-left-color: rgb(96 165 250 / 1);
    border-right-color: rgb(96 165 250 / 1);
  }

  .md\:border-x-blue-400\/15 {
    border-left-color: rgb(96 165 250 / 0.15);
    border-right-color: rgb(96 165 250 / 0.15);
  }

  .md\:border-x-blue-400\/20 {
    border-left-color: rgb(96 165 250 / 0.2);
    border-right-color: rgb(96 165 250 / 0.2);
  }

  .md\:border-x-blue-400\/25 {
    border-left-color: rgb(96 165 250 / 0.25);
    border-right-color: rgb(96 165 250 / 0.25);
  }

  .md\:border-x-blue-400\/30 {
    border-left-color: rgb(96 165 250 / 0.3);
    border-right-color: rgb(96 165 250 / 0.3);
  }

  .md\:border-x-blue-400\/35 {
    border-left-color: rgb(96 165 250 / 0.35);
    border-right-color: rgb(96 165 250 / 0.35);
  }

  .md\:border-x-blue-400\/40 {
    border-left-color: rgb(96 165 250 / 0.4);
    border-right-color: rgb(96 165 250 / 0.4);
  }

  .md\:border-x-blue-400\/45 {
    border-left-color: rgb(96 165 250 / 0.45);
    border-right-color: rgb(96 165 250 / 0.45);
  }

  .md\:border-x-blue-400\/5 {
    border-left-color: rgb(96 165 250 / 0.05);
    border-right-color: rgb(96 165 250 / 0.05);
  }

  .md\:border-x-blue-400\/50 {
    border-left-color: rgb(96 165 250 / 0.5);
    border-right-color: rgb(96 165 250 / 0.5);
  }

  .md\:border-x-blue-400\/55 {
    border-left-color: rgb(96 165 250 / 0.55);
    border-right-color: rgb(96 165 250 / 0.55);
  }

  .md\:border-x-blue-400\/60 {
    border-left-color: rgb(96 165 250 / 0.6);
    border-right-color: rgb(96 165 250 / 0.6);
  }

  .md\:border-x-blue-400\/65 {
    border-left-color: rgb(96 165 250 / 0.65);
    border-right-color: rgb(96 165 250 / 0.65);
  }

  .md\:border-x-blue-400\/70 {
    border-left-color: rgb(96 165 250 / 0.7);
    border-right-color: rgb(96 165 250 / 0.7);
  }

  .md\:border-x-blue-400\/75 {
    border-left-color: rgb(96 165 250 / 0.75);
    border-right-color: rgb(96 165 250 / 0.75);
  }

  .md\:border-x-blue-400\/80 {
    border-left-color: rgb(96 165 250 / 0.8);
    border-right-color: rgb(96 165 250 / 0.8);
  }

  .md\:border-x-blue-400\/85 {
    border-left-color: rgb(96 165 250 / 0.85);
    border-right-color: rgb(96 165 250 / 0.85);
  }

  .md\:border-x-blue-400\/90 {
    border-left-color: rgb(96 165 250 / 0.9);
    border-right-color: rgb(96 165 250 / 0.9);
  }

  .md\:border-x-blue-400\/95 {
    border-left-color: rgb(96 165 250 / 0.95);
    border-right-color: rgb(96 165 250 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-blue-50\/0 {
    border-left-color: rgb(239 246 255 / 0);
    border-right-color: rgb(239 246 255 / 0);
  }

  .md\:border-x-blue-50\/10 {
    border-left-color: rgb(239 246 255 / 0.1);
    border-right-color: rgb(239 246 255 / 0.1);
  }

  .md\:border-x-blue-50\/100 {
    border-left-color: rgb(239 246 255 / 1);
    border-right-color: rgb(239 246 255 / 1);
  }

  .md\:border-x-blue-50\/15 {
    border-left-color: rgb(239 246 255 / 0.15);
    border-right-color: rgb(239 246 255 / 0.15);
  }

  .md\:border-x-blue-50\/20 {
    border-left-color: rgb(239 246 255 / 0.2);
    border-right-color: rgb(239 246 255 / 0.2);
  }

  .md\:border-x-blue-50\/25 {
    border-left-color: rgb(239 246 255 / 0.25);
    border-right-color: rgb(239 246 255 / 0.25);
  }

  .md\:border-x-blue-50\/30 {
    border-left-color: rgb(239 246 255 / 0.3);
    border-right-color: rgb(239 246 255 / 0.3);
  }

  .md\:border-x-blue-50\/35 {
    border-left-color: rgb(239 246 255 / 0.35);
    border-right-color: rgb(239 246 255 / 0.35);
  }

  .md\:border-x-blue-50\/40 {
    border-left-color: rgb(239 246 255 / 0.4);
    border-right-color: rgb(239 246 255 / 0.4);
  }

  .md\:border-x-blue-50\/45 {
    border-left-color: rgb(239 246 255 / 0.45);
    border-right-color: rgb(239 246 255 / 0.45);
  }

  .md\:border-x-blue-50\/5 {
    border-left-color: rgb(239 246 255 / 0.05);
    border-right-color: rgb(239 246 255 / 0.05);
  }

  .md\:border-x-blue-50\/50 {
    border-left-color: rgb(239 246 255 / 0.5);
    border-right-color: rgb(239 246 255 / 0.5);
  }

  .md\:border-x-blue-50\/55 {
    border-left-color: rgb(239 246 255 / 0.55);
    border-right-color: rgb(239 246 255 / 0.55);
  }

  .md\:border-x-blue-50\/60 {
    border-left-color: rgb(239 246 255 / 0.6);
    border-right-color: rgb(239 246 255 / 0.6);
  }

  .md\:border-x-blue-50\/65 {
    border-left-color: rgb(239 246 255 / 0.65);
    border-right-color: rgb(239 246 255 / 0.65);
  }

  .md\:border-x-blue-50\/70 {
    border-left-color: rgb(239 246 255 / 0.7);
    border-right-color: rgb(239 246 255 / 0.7);
  }

  .md\:border-x-blue-50\/75 {
    border-left-color: rgb(239 246 255 / 0.75);
    border-right-color: rgb(239 246 255 / 0.75);
  }

  .md\:border-x-blue-50\/80 {
    border-left-color: rgb(239 246 255 / 0.8);
    border-right-color: rgb(239 246 255 / 0.8);
  }

  .md\:border-x-blue-50\/85 {
    border-left-color: rgb(239 246 255 / 0.85);
    border-right-color: rgb(239 246 255 / 0.85);
  }

  .md\:border-x-blue-50\/90 {
    border-left-color: rgb(239 246 255 / 0.9);
    border-right-color: rgb(239 246 255 / 0.9);
  }

  .md\:border-x-blue-50\/95 {
    border-left-color: rgb(239 246 255 / 0.95);
    border-right-color: rgb(239 246 255 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-blue-500\/0 {
    border-left-color: rgb(59 130 246 / 0);
    border-right-color: rgb(59 130 246 / 0);
  }

  .md\:border-x-blue-500\/10 {
    border-left-color: rgb(59 130 246 / 0.1);
    border-right-color: rgb(59 130 246 / 0.1);
  }

  .md\:border-x-blue-500\/100 {
    border-left-color: rgb(59 130 246 / 1);
    border-right-color: rgb(59 130 246 / 1);
  }

  .md\:border-x-blue-500\/15 {
    border-left-color: rgb(59 130 246 / 0.15);
    border-right-color: rgb(59 130 246 / 0.15);
  }

  .md\:border-x-blue-500\/20 {
    border-left-color: rgb(59 130 246 / 0.2);
    border-right-color: rgb(59 130 246 / 0.2);
  }

  .md\:border-x-blue-500\/25 {
    border-left-color: rgb(59 130 246 / 0.25);
    border-right-color: rgb(59 130 246 / 0.25);
  }

  .md\:border-x-blue-500\/30 {
    border-left-color: rgb(59 130 246 / 0.3);
    border-right-color: rgb(59 130 246 / 0.3);
  }

  .md\:border-x-blue-500\/35 {
    border-left-color: rgb(59 130 246 / 0.35);
    border-right-color: rgb(59 130 246 / 0.35);
  }

  .md\:border-x-blue-500\/40 {
    border-left-color: rgb(59 130 246 / 0.4);
    border-right-color: rgb(59 130 246 / 0.4);
  }

  .md\:border-x-blue-500\/45 {
    border-left-color: rgb(59 130 246 / 0.45);
    border-right-color: rgb(59 130 246 / 0.45);
  }

  .md\:border-x-blue-500\/5 {
    border-left-color: rgb(59 130 246 / 0.05);
    border-right-color: rgb(59 130 246 / 0.05);
  }

  .md\:border-x-blue-500\/50 {
    border-left-color: rgb(59 130 246 / 0.5);
    border-right-color: rgb(59 130 246 / 0.5);
  }

  .md\:border-x-blue-500\/55 {
    border-left-color: rgb(59 130 246 / 0.55);
    border-right-color: rgb(59 130 246 / 0.55);
  }

  .md\:border-x-blue-500\/60 {
    border-left-color: rgb(59 130 246 / 0.6);
    border-right-color: rgb(59 130 246 / 0.6);
  }

  .md\:border-x-blue-500\/65 {
    border-left-color: rgb(59 130 246 / 0.65);
    border-right-color: rgb(59 130 246 / 0.65);
  }

  .md\:border-x-blue-500\/70 {
    border-left-color: rgb(59 130 246 / 0.7);
    border-right-color: rgb(59 130 246 / 0.7);
  }

  .md\:border-x-blue-500\/75 {
    border-left-color: rgb(59 130 246 / 0.75);
    border-right-color: rgb(59 130 246 / 0.75);
  }

  .md\:border-x-blue-500\/80 {
    border-left-color: rgb(59 130 246 / 0.8);
    border-right-color: rgb(59 130 246 / 0.8);
  }

  .md\:border-x-blue-500\/85 {
    border-left-color: rgb(59 130 246 / 0.85);
    border-right-color: rgb(59 130 246 / 0.85);
  }

  .md\:border-x-blue-500\/90 {
    border-left-color: rgb(59 130 246 / 0.9);
    border-right-color: rgb(59 130 246 / 0.9);
  }

  .md\:border-x-blue-500\/95 {
    border-left-color: rgb(59 130 246 / 0.95);
    border-right-color: rgb(59 130 246 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-blue-600\/0 {
    border-left-color: rgb(37 99 235 / 0);
    border-right-color: rgb(37 99 235 / 0);
  }

  .md\:border-x-blue-600\/10 {
    border-left-color: rgb(37 99 235 / 0.1);
    border-right-color: rgb(37 99 235 / 0.1);
  }

  .md\:border-x-blue-600\/100 {
    border-left-color: rgb(37 99 235 / 1);
    border-right-color: rgb(37 99 235 / 1);
  }

  .md\:border-x-blue-600\/15 {
    border-left-color: rgb(37 99 235 / 0.15);
    border-right-color: rgb(37 99 235 / 0.15);
  }

  .md\:border-x-blue-600\/20 {
    border-left-color: rgb(37 99 235 / 0.2);
    border-right-color: rgb(37 99 235 / 0.2);
  }

  .md\:border-x-blue-600\/25 {
    border-left-color: rgb(37 99 235 / 0.25);
    border-right-color: rgb(37 99 235 / 0.25);
  }

  .md\:border-x-blue-600\/30 {
    border-left-color: rgb(37 99 235 / 0.3);
    border-right-color: rgb(37 99 235 / 0.3);
  }

  .md\:border-x-blue-600\/35 {
    border-left-color: rgb(37 99 235 / 0.35);
    border-right-color: rgb(37 99 235 / 0.35);
  }

  .md\:border-x-blue-600\/40 {
    border-left-color: rgb(37 99 235 / 0.4);
    border-right-color: rgb(37 99 235 / 0.4);
  }

  .md\:border-x-blue-600\/45 {
    border-left-color: rgb(37 99 235 / 0.45);
    border-right-color: rgb(37 99 235 / 0.45);
  }

  .md\:border-x-blue-600\/5 {
    border-left-color: rgb(37 99 235 / 0.05);
    border-right-color: rgb(37 99 235 / 0.05);
  }

  .md\:border-x-blue-600\/50 {
    border-left-color: rgb(37 99 235 / 0.5);
    border-right-color: rgb(37 99 235 / 0.5);
  }

  .md\:border-x-blue-600\/55 {
    border-left-color: rgb(37 99 235 / 0.55);
    border-right-color: rgb(37 99 235 / 0.55);
  }

  .md\:border-x-blue-600\/60 {
    border-left-color: rgb(37 99 235 / 0.6);
    border-right-color: rgb(37 99 235 / 0.6);
  }

  .md\:border-x-blue-600\/65 {
    border-left-color: rgb(37 99 235 / 0.65);
    border-right-color: rgb(37 99 235 / 0.65);
  }

  .md\:border-x-blue-600\/70 {
    border-left-color: rgb(37 99 235 / 0.7);
    border-right-color: rgb(37 99 235 / 0.7);
  }

  .md\:border-x-blue-600\/75 {
    border-left-color: rgb(37 99 235 / 0.75);
    border-right-color: rgb(37 99 235 / 0.75);
  }

  .md\:border-x-blue-600\/80 {
    border-left-color: rgb(37 99 235 / 0.8);
    border-right-color: rgb(37 99 235 / 0.8);
  }

  .md\:border-x-blue-600\/85 {
    border-left-color: rgb(37 99 235 / 0.85);
    border-right-color: rgb(37 99 235 / 0.85);
  }

  .md\:border-x-blue-600\/90 {
    border-left-color: rgb(37 99 235 / 0.9);
    border-right-color: rgb(37 99 235 / 0.9);
  }

  .md\:border-x-blue-600\/95 {
    border-left-color: rgb(37 99 235 / 0.95);
    border-right-color: rgb(37 99 235 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-blue-700\/0 {
    border-left-color: rgb(29 78 216 / 0);
    border-right-color: rgb(29 78 216 / 0);
  }

  .md\:border-x-blue-700\/10 {
    border-left-color: rgb(29 78 216 / 0.1);
    border-right-color: rgb(29 78 216 / 0.1);
  }

  .md\:border-x-blue-700\/100 {
    border-left-color: rgb(29 78 216 / 1);
    border-right-color: rgb(29 78 216 / 1);
  }

  .md\:border-x-blue-700\/15 {
    border-left-color: rgb(29 78 216 / 0.15);
    border-right-color: rgb(29 78 216 / 0.15);
  }

  .md\:border-x-blue-700\/20 {
    border-left-color: rgb(29 78 216 / 0.2);
    border-right-color: rgb(29 78 216 / 0.2);
  }

  .md\:border-x-blue-700\/25 {
    border-left-color: rgb(29 78 216 / 0.25);
    border-right-color: rgb(29 78 216 / 0.25);
  }

  .md\:border-x-blue-700\/30 {
    border-left-color: rgb(29 78 216 / 0.3);
    border-right-color: rgb(29 78 216 / 0.3);
  }

  .md\:border-x-blue-700\/35 {
    border-left-color: rgb(29 78 216 / 0.35);
    border-right-color: rgb(29 78 216 / 0.35);
  }

  .md\:border-x-blue-700\/40 {
    border-left-color: rgb(29 78 216 / 0.4);
    border-right-color: rgb(29 78 216 / 0.4);
  }

  .md\:border-x-blue-700\/45 {
    border-left-color: rgb(29 78 216 / 0.45);
    border-right-color: rgb(29 78 216 / 0.45);
  }

  .md\:border-x-blue-700\/5 {
    border-left-color: rgb(29 78 216 / 0.05);
    border-right-color: rgb(29 78 216 / 0.05);
  }

  .md\:border-x-blue-700\/50 {
    border-left-color: rgb(29 78 216 / 0.5);
    border-right-color: rgb(29 78 216 / 0.5);
  }

  .md\:border-x-blue-700\/55 {
    border-left-color: rgb(29 78 216 / 0.55);
    border-right-color: rgb(29 78 216 / 0.55);
  }

  .md\:border-x-blue-700\/60 {
    border-left-color: rgb(29 78 216 / 0.6);
    border-right-color: rgb(29 78 216 / 0.6);
  }

  .md\:border-x-blue-700\/65 {
    border-left-color: rgb(29 78 216 / 0.65);
    border-right-color: rgb(29 78 216 / 0.65);
  }

  .md\:border-x-blue-700\/70 {
    border-left-color: rgb(29 78 216 / 0.7);
    border-right-color: rgb(29 78 216 / 0.7);
  }

  .md\:border-x-blue-700\/75 {
    border-left-color: rgb(29 78 216 / 0.75);
    border-right-color: rgb(29 78 216 / 0.75);
  }

  .md\:border-x-blue-700\/80 {
    border-left-color: rgb(29 78 216 / 0.8);
    border-right-color: rgb(29 78 216 / 0.8);
  }

  .md\:border-x-blue-700\/85 {
    border-left-color: rgb(29 78 216 / 0.85);
    border-right-color: rgb(29 78 216 / 0.85);
  }

  .md\:border-x-blue-700\/90 {
    border-left-color: rgb(29 78 216 / 0.9);
    border-right-color: rgb(29 78 216 / 0.9);
  }

  .md\:border-x-blue-700\/95 {
    border-left-color: rgb(29 78 216 / 0.95);
    border-right-color: rgb(29 78 216 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-blue-800\/0 {
    border-left-color: rgb(30 64 175 / 0);
    border-right-color: rgb(30 64 175 / 0);
  }

  .md\:border-x-blue-800\/10 {
    border-left-color: rgb(30 64 175 / 0.1);
    border-right-color: rgb(30 64 175 / 0.1);
  }

  .md\:border-x-blue-800\/100 {
    border-left-color: rgb(30 64 175 / 1);
    border-right-color: rgb(30 64 175 / 1);
  }

  .md\:border-x-blue-800\/15 {
    border-left-color: rgb(30 64 175 / 0.15);
    border-right-color: rgb(30 64 175 / 0.15);
  }

  .md\:border-x-blue-800\/20 {
    border-left-color: rgb(30 64 175 / 0.2);
    border-right-color: rgb(30 64 175 / 0.2);
  }

  .md\:border-x-blue-800\/25 {
    border-left-color: rgb(30 64 175 / 0.25);
    border-right-color: rgb(30 64 175 / 0.25);
  }

  .md\:border-x-blue-800\/30 {
    border-left-color: rgb(30 64 175 / 0.3);
    border-right-color: rgb(30 64 175 / 0.3);
  }

  .md\:border-x-blue-800\/35 {
    border-left-color: rgb(30 64 175 / 0.35);
    border-right-color: rgb(30 64 175 / 0.35);
  }

  .md\:border-x-blue-800\/40 {
    border-left-color: rgb(30 64 175 / 0.4);
    border-right-color: rgb(30 64 175 / 0.4);
  }

  .md\:border-x-blue-800\/45 {
    border-left-color: rgb(30 64 175 / 0.45);
    border-right-color: rgb(30 64 175 / 0.45);
  }

  .md\:border-x-blue-800\/5 {
    border-left-color: rgb(30 64 175 / 0.05);
    border-right-color: rgb(30 64 175 / 0.05);
  }

  .md\:border-x-blue-800\/50 {
    border-left-color: rgb(30 64 175 / 0.5);
    border-right-color: rgb(30 64 175 / 0.5);
  }

  .md\:border-x-blue-800\/55 {
    border-left-color: rgb(30 64 175 / 0.55);
    border-right-color: rgb(30 64 175 / 0.55);
  }

  .md\:border-x-blue-800\/60 {
    border-left-color: rgb(30 64 175 / 0.6);
    border-right-color: rgb(30 64 175 / 0.6);
  }

  .md\:border-x-blue-800\/65 {
    border-left-color: rgb(30 64 175 / 0.65);
    border-right-color: rgb(30 64 175 / 0.65);
  }

  .md\:border-x-blue-800\/70 {
    border-left-color: rgb(30 64 175 / 0.7);
    border-right-color: rgb(30 64 175 / 0.7);
  }

  .md\:border-x-blue-800\/75 {
    border-left-color: rgb(30 64 175 / 0.75);
    border-right-color: rgb(30 64 175 / 0.75);
  }

  .md\:border-x-blue-800\/80 {
    border-left-color: rgb(30 64 175 / 0.8);
    border-right-color: rgb(30 64 175 / 0.8);
  }

  .md\:border-x-blue-800\/85 {
    border-left-color: rgb(30 64 175 / 0.85);
    border-right-color: rgb(30 64 175 / 0.85);
  }

  .md\:border-x-blue-800\/90 {
    border-left-color: rgb(30 64 175 / 0.9);
    border-right-color: rgb(30 64 175 / 0.9);
  }

  .md\:border-x-blue-800\/95 {
    border-left-color: rgb(30 64 175 / 0.95);
    border-right-color: rgb(30 64 175 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-blue-900\/0 {
    border-left-color: rgb(30 58 138 / 0);
    border-right-color: rgb(30 58 138 / 0);
  }

  .md\:border-x-blue-900\/10 {
    border-left-color: rgb(30 58 138 / 0.1);
    border-right-color: rgb(30 58 138 / 0.1);
  }

  .md\:border-x-blue-900\/100 {
    border-left-color: rgb(30 58 138 / 1);
    border-right-color: rgb(30 58 138 / 1);
  }

  .md\:border-x-blue-900\/15 {
    border-left-color: rgb(30 58 138 / 0.15);
    border-right-color: rgb(30 58 138 / 0.15);
  }

  .md\:border-x-blue-900\/20 {
    border-left-color: rgb(30 58 138 / 0.2);
    border-right-color: rgb(30 58 138 / 0.2);
  }

  .md\:border-x-blue-900\/25 {
    border-left-color: rgb(30 58 138 / 0.25);
    border-right-color: rgb(30 58 138 / 0.25);
  }

  .md\:border-x-blue-900\/30 {
    border-left-color: rgb(30 58 138 / 0.3);
    border-right-color: rgb(30 58 138 / 0.3);
  }

  .md\:border-x-blue-900\/35 {
    border-left-color: rgb(30 58 138 / 0.35);
    border-right-color: rgb(30 58 138 / 0.35);
  }

  .md\:border-x-blue-900\/40 {
    border-left-color: rgb(30 58 138 / 0.4);
    border-right-color: rgb(30 58 138 / 0.4);
  }

  .md\:border-x-blue-900\/45 {
    border-left-color: rgb(30 58 138 / 0.45);
    border-right-color: rgb(30 58 138 / 0.45);
  }

  .md\:border-x-blue-900\/5 {
    border-left-color: rgb(30 58 138 / 0.05);
    border-right-color: rgb(30 58 138 / 0.05);
  }

  .md\:border-x-blue-900\/50 {
    border-left-color: rgb(30 58 138 / 0.5);
    border-right-color: rgb(30 58 138 / 0.5);
  }

  .md\:border-x-blue-900\/55 {
    border-left-color: rgb(30 58 138 / 0.55);
    border-right-color: rgb(30 58 138 / 0.55);
  }

  .md\:border-x-blue-900\/60 {
    border-left-color: rgb(30 58 138 / 0.6);
    border-right-color: rgb(30 58 138 / 0.6);
  }

  .md\:border-x-blue-900\/65 {
    border-left-color: rgb(30 58 138 / 0.65);
    border-right-color: rgb(30 58 138 / 0.65);
  }

  .md\:border-x-blue-900\/70 {
    border-left-color: rgb(30 58 138 / 0.7);
    border-right-color: rgb(30 58 138 / 0.7);
  }

  .md\:border-x-blue-900\/75 {
    border-left-color: rgb(30 58 138 / 0.75);
    border-right-color: rgb(30 58 138 / 0.75);
  }

  .md\:border-x-blue-900\/80 {
    border-left-color: rgb(30 58 138 / 0.8);
    border-right-color: rgb(30 58 138 / 0.8);
  }

  .md\:border-x-blue-900\/85 {
    border-left-color: rgb(30 58 138 / 0.85);
    border-right-color: rgb(30 58 138 / 0.85);
  }

  .md\:border-x-blue-900\/90 {
    border-left-color: rgb(30 58 138 / 0.9);
    border-right-color: rgb(30 58 138 / 0.9);
  }

  .md\:border-x-blue-900\/95 {
    border-left-color: rgb(30 58 138 / 0.95);
    border-right-color: rgb(30 58 138 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-blue-950\/0 {
    border-left-color: rgb(23 37 84 / 0);
    border-right-color: rgb(23 37 84 / 0);
  }

  .md\:border-x-blue-950\/10 {
    border-left-color: rgb(23 37 84 / 0.1);
    border-right-color: rgb(23 37 84 / 0.1);
  }

  .md\:border-x-blue-950\/100 {
    border-left-color: rgb(23 37 84 / 1);
    border-right-color: rgb(23 37 84 / 1);
  }

  .md\:border-x-blue-950\/15 {
    border-left-color: rgb(23 37 84 / 0.15);
    border-right-color: rgb(23 37 84 / 0.15);
  }

  .md\:border-x-blue-950\/20 {
    border-left-color: rgb(23 37 84 / 0.2);
    border-right-color: rgb(23 37 84 / 0.2);
  }

  .md\:border-x-blue-950\/25 {
    border-left-color: rgb(23 37 84 / 0.25);
    border-right-color: rgb(23 37 84 / 0.25);
  }

  .md\:border-x-blue-950\/30 {
    border-left-color: rgb(23 37 84 / 0.3);
    border-right-color: rgb(23 37 84 / 0.3);
  }

  .md\:border-x-blue-950\/35 {
    border-left-color: rgb(23 37 84 / 0.35);
    border-right-color: rgb(23 37 84 / 0.35);
  }

  .md\:border-x-blue-950\/40 {
    border-left-color: rgb(23 37 84 / 0.4);
    border-right-color: rgb(23 37 84 / 0.4);
  }

  .md\:border-x-blue-950\/45 {
    border-left-color: rgb(23 37 84 / 0.45);
    border-right-color: rgb(23 37 84 / 0.45);
  }

  .md\:border-x-blue-950\/5 {
    border-left-color: rgb(23 37 84 / 0.05);
    border-right-color: rgb(23 37 84 / 0.05);
  }

  .md\:border-x-blue-950\/50 {
    border-left-color: rgb(23 37 84 / 0.5);
    border-right-color: rgb(23 37 84 / 0.5);
  }

  .md\:border-x-blue-950\/55 {
    border-left-color: rgb(23 37 84 / 0.55);
    border-right-color: rgb(23 37 84 / 0.55);
  }

  .md\:border-x-blue-950\/60 {
    border-left-color: rgb(23 37 84 / 0.6);
    border-right-color: rgb(23 37 84 / 0.6);
  }

  .md\:border-x-blue-950\/65 {
    border-left-color: rgb(23 37 84 / 0.65);
    border-right-color: rgb(23 37 84 / 0.65);
  }

  .md\:border-x-blue-950\/70 {
    border-left-color: rgb(23 37 84 / 0.7);
    border-right-color: rgb(23 37 84 / 0.7);
  }

  .md\:border-x-blue-950\/75 {
    border-left-color: rgb(23 37 84 / 0.75);
    border-right-color: rgb(23 37 84 / 0.75);
  }

  .md\:border-x-blue-950\/80 {
    border-left-color: rgb(23 37 84 / 0.8);
    border-right-color: rgb(23 37 84 / 0.8);
  }

  .md\:border-x-blue-950\/85 {
    border-left-color: rgb(23 37 84 / 0.85);
    border-right-color: rgb(23 37 84 / 0.85);
  }

  .md\:border-x-blue-950\/90 {
    border-left-color: rgb(23 37 84 / 0.9);
    border-right-color: rgb(23 37 84 / 0.9);
  }

  .md\:border-x-blue-950\/95 {
    border-left-color: rgb(23 37 84 / 0.95);
    border-right-color: rgb(23 37 84 / 0.95);
  }

  .md\:border-x-current {
    border-left-color: currentColor;
    border-right-color: currentColor;
  }

  .md\: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));
  }

  .md\:border-x-cyan-100\/0 {
    border-left-color: rgb(207 250 254 / 0);
    border-right-color: rgb(207 250 254 / 0);
  }

  .md\:border-x-cyan-100\/10 {
    border-left-color: rgb(207 250 254 / 0.1);
    border-right-color: rgb(207 250 254 / 0.1);
  }

  .md\:border-x-cyan-100\/100 {
    border-left-color: rgb(207 250 254 / 1);
    border-right-color: rgb(207 250 254 / 1);
  }

  .md\:border-x-cyan-100\/15 {
    border-left-color: rgb(207 250 254 / 0.15);
    border-right-color: rgb(207 250 254 / 0.15);
  }

  .md\:border-x-cyan-100\/20 {
    border-left-color: rgb(207 250 254 / 0.2);
    border-right-color: rgb(207 250 254 / 0.2);
  }

  .md\:border-x-cyan-100\/25 {
    border-left-color: rgb(207 250 254 / 0.25);
    border-right-color: rgb(207 250 254 / 0.25);
  }

  .md\:border-x-cyan-100\/30 {
    border-left-color: rgb(207 250 254 / 0.3);
    border-right-color: rgb(207 250 254 / 0.3);
  }

  .md\:border-x-cyan-100\/35 {
    border-left-color: rgb(207 250 254 / 0.35);
    border-right-color: rgb(207 250 254 / 0.35);
  }

  .md\:border-x-cyan-100\/40 {
    border-left-color: rgb(207 250 254 / 0.4);
    border-right-color: rgb(207 250 254 / 0.4);
  }

  .md\:border-x-cyan-100\/45 {
    border-left-color: rgb(207 250 254 / 0.45);
    border-right-color: rgb(207 250 254 / 0.45);
  }

  .md\:border-x-cyan-100\/5 {
    border-left-color: rgb(207 250 254 / 0.05);
    border-right-color: rgb(207 250 254 / 0.05);
  }

  .md\:border-x-cyan-100\/50 {
    border-left-color: rgb(207 250 254 / 0.5);
    border-right-color: rgb(207 250 254 / 0.5);
  }

  .md\:border-x-cyan-100\/55 {
    border-left-color: rgb(207 250 254 / 0.55);
    border-right-color: rgb(207 250 254 / 0.55);
  }

  .md\:border-x-cyan-100\/60 {
    border-left-color: rgb(207 250 254 / 0.6);
    border-right-color: rgb(207 250 254 / 0.6);
  }

  .md\:border-x-cyan-100\/65 {
    border-left-color: rgb(207 250 254 / 0.65);
    border-right-color: rgb(207 250 254 / 0.65);
  }

  .md\:border-x-cyan-100\/70 {
    border-left-color: rgb(207 250 254 / 0.7);
    border-right-color: rgb(207 250 254 / 0.7);
  }

  .md\:border-x-cyan-100\/75 {
    border-left-color: rgb(207 250 254 / 0.75);
    border-right-color: rgb(207 250 254 / 0.75);
  }

  .md\:border-x-cyan-100\/80 {
    border-left-color: rgb(207 250 254 / 0.8);
    border-right-color: rgb(207 250 254 / 0.8);
  }

  .md\:border-x-cyan-100\/85 {
    border-left-color: rgb(207 250 254 / 0.85);
    border-right-color: rgb(207 250 254 / 0.85);
  }

  .md\:border-x-cyan-100\/90 {
    border-left-color: rgb(207 250 254 / 0.9);
    border-right-color: rgb(207 250 254 / 0.9);
  }

  .md\:border-x-cyan-100\/95 {
    border-left-color: rgb(207 250 254 / 0.95);
    border-right-color: rgb(207 250 254 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-cyan-200\/0 {
    border-left-color: rgb(165 243 252 / 0);
    border-right-color: rgb(165 243 252 / 0);
  }

  .md\:border-x-cyan-200\/10 {
    border-left-color: rgb(165 243 252 / 0.1);
    border-right-color: rgb(165 243 252 / 0.1);
  }

  .md\:border-x-cyan-200\/100 {
    border-left-color: rgb(165 243 252 / 1);
    border-right-color: rgb(165 243 252 / 1);
  }

  .md\:border-x-cyan-200\/15 {
    border-left-color: rgb(165 243 252 / 0.15);
    border-right-color: rgb(165 243 252 / 0.15);
  }

  .md\:border-x-cyan-200\/20 {
    border-left-color: rgb(165 243 252 / 0.2);
    border-right-color: rgb(165 243 252 / 0.2);
  }

  .md\:border-x-cyan-200\/25 {
    border-left-color: rgb(165 243 252 / 0.25);
    border-right-color: rgb(165 243 252 / 0.25);
  }

  .md\:border-x-cyan-200\/30 {
    border-left-color: rgb(165 243 252 / 0.3);
    border-right-color: rgb(165 243 252 / 0.3);
  }

  .md\:border-x-cyan-200\/35 {
    border-left-color: rgb(165 243 252 / 0.35);
    border-right-color: rgb(165 243 252 / 0.35);
  }

  .md\:border-x-cyan-200\/40 {
    border-left-color: rgb(165 243 252 / 0.4);
    border-right-color: rgb(165 243 252 / 0.4);
  }

  .md\:border-x-cyan-200\/45 {
    border-left-color: rgb(165 243 252 / 0.45);
    border-right-color: rgb(165 243 252 / 0.45);
  }

  .md\:border-x-cyan-200\/5 {
    border-left-color: rgb(165 243 252 / 0.05);
    border-right-color: rgb(165 243 252 / 0.05);
  }

  .md\:border-x-cyan-200\/50 {
    border-left-color: rgb(165 243 252 / 0.5);
    border-right-color: rgb(165 243 252 / 0.5);
  }

  .md\:border-x-cyan-200\/55 {
    border-left-color: rgb(165 243 252 / 0.55);
    border-right-color: rgb(165 243 252 / 0.55);
  }

  .md\:border-x-cyan-200\/60 {
    border-left-color: rgb(165 243 252 / 0.6);
    border-right-color: rgb(165 243 252 / 0.6);
  }

  .md\:border-x-cyan-200\/65 {
    border-left-color: rgb(165 243 252 / 0.65);
    border-right-color: rgb(165 243 252 / 0.65);
  }

  .md\:border-x-cyan-200\/70 {
    border-left-color: rgb(165 243 252 / 0.7);
    border-right-color: rgb(165 243 252 / 0.7);
  }

  .md\:border-x-cyan-200\/75 {
    border-left-color: rgb(165 243 252 / 0.75);
    border-right-color: rgb(165 243 252 / 0.75);
  }

  .md\:border-x-cyan-200\/80 {
    border-left-color: rgb(165 243 252 / 0.8);
    border-right-color: rgb(165 243 252 / 0.8);
  }

  .md\:border-x-cyan-200\/85 {
    border-left-color: rgb(165 243 252 / 0.85);
    border-right-color: rgb(165 243 252 / 0.85);
  }

  .md\:border-x-cyan-200\/90 {
    border-left-color: rgb(165 243 252 / 0.9);
    border-right-color: rgb(165 243 252 / 0.9);
  }

  .md\:border-x-cyan-200\/95 {
    border-left-color: rgb(165 243 252 / 0.95);
    border-right-color: rgb(165 243 252 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-cyan-300\/0 {
    border-left-color: rgb(103 232 249 / 0);
    border-right-color: rgb(103 232 249 / 0);
  }

  .md\:border-x-cyan-300\/10 {
    border-left-color: rgb(103 232 249 / 0.1);
    border-right-color: rgb(103 232 249 / 0.1);
  }

  .md\:border-x-cyan-300\/100 {
    border-left-color: rgb(103 232 249 / 1);
    border-right-color: rgb(103 232 249 / 1);
  }

  .md\:border-x-cyan-300\/15 {
    border-left-color: rgb(103 232 249 / 0.15);
    border-right-color: rgb(103 232 249 / 0.15);
  }

  .md\:border-x-cyan-300\/20 {
    border-left-color: rgb(103 232 249 / 0.2);
    border-right-color: rgb(103 232 249 / 0.2);
  }

  .md\:border-x-cyan-300\/25 {
    border-left-color: rgb(103 232 249 / 0.25);
    border-right-color: rgb(103 232 249 / 0.25);
  }

  .md\:border-x-cyan-300\/30 {
    border-left-color: rgb(103 232 249 / 0.3);
    border-right-color: rgb(103 232 249 / 0.3);
  }

  .md\:border-x-cyan-300\/35 {
    border-left-color: rgb(103 232 249 / 0.35);
    border-right-color: rgb(103 232 249 / 0.35);
  }

  .md\:border-x-cyan-300\/40 {
    border-left-color: rgb(103 232 249 / 0.4);
    border-right-color: rgb(103 232 249 / 0.4);
  }

  .md\:border-x-cyan-300\/45 {
    border-left-color: rgb(103 232 249 / 0.45);
    border-right-color: rgb(103 232 249 / 0.45);
  }

  .md\:border-x-cyan-300\/5 {
    border-left-color: rgb(103 232 249 / 0.05);
    border-right-color: rgb(103 232 249 / 0.05);
  }

  .md\:border-x-cyan-300\/50 {
    border-left-color: rgb(103 232 249 / 0.5);
    border-right-color: rgb(103 232 249 / 0.5);
  }

  .md\:border-x-cyan-300\/55 {
    border-left-color: rgb(103 232 249 / 0.55);
    border-right-color: rgb(103 232 249 / 0.55);
  }

  .md\:border-x-cyan-300\/60 {
    border-left-color: rgb(103 232 249 / 0.6);
    border-right-color: rgb(103 232 249 / 0.6);
  }

  .md\:border-x-cyan-300\/65 {
    border-left-color: rgb(103 232 249 / 0.65);
    border-right-color: rgb(103 232 249 / 0.65);
  }

  .md\:border-x-cyan-300\/70 {
    border-left-color: rgb(103 232 249 / 0.7);
    border-right-color: rgb(103 232 249 / 0.7);
  }

  .md\:border-x-cyan-300\/75 {
    border-left-color: rgb(103 232 249 / 0.75);
    border-right-color: rgb(103 232 249 / 0.75);
  }

  .md\:border-x-cyan-300\/80 {
    border-left-color: rgb(103 232 249 / 0.8);
    border-right-color: rgb(103 232 249 / 0.8);
  }

  .md\:border-x-cyan-300\/85 {
    border-left-color: rgb(103 232 249 / 0.85);
    border-right-color: rgb(103 232 249 / 0.85);
  }

  .md\:border-x-cyan-300\/90 {
    border-left-color: rgb(103 232 249 / 0.9);
    border-right-color: rgb(103 232 249 / 0.9);
  }

  .md\:border-x-cyan-300\/95 {
    border-left-color: rgb(103 232 249 / 0.95);
    border-right-color: rgb(103 232 249 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-cyan-400\/0 {
    border-left-color: rgb(34 211 238 / 0);
    border-right-color: rgb(34 211 238 / 0);
  }

  .md\:border-x-cyan-400\/10 {
    border-left-color: rgb(34 211 238 / 0.1);
    border-right-color: rgb(34 211 238 / 0.1);
  }

  .md\:border-x-cyan-400\/100 {
    border-left-color: rgb(34 211 238 / 1);
    border-right-color: rgb(34 211 238 / 1);
  }

  .md\:border-x-cyan-400\/15 {
    border-left-color: rgb(34 211 238 / 0.15);
    border-right-color: rgb(34 211 238 / 0.15);
  }

  .md\:border-x-cyan-400\/20 {
    border-left-color: rgb(34 211 238 / 0.2);
    border-right-color: rgb(34 211 238 / 0.2);
  }

  .md\:border-x-cyan-400\/25 {
    border-left-color: rgb(34 211 238 / 0.25);
    border-right-color: rgb(34 211 238 / 0.25);
  }

  .md\:border-x-cyan-400\/30 {
    border-left-color: rgb(34 211 238 / 0.3);
    border-right-color: rgb(34 211 238 / 0.3);
  }

  .md\:border-x-cyan-400\/35 {
    border-left-color: rgb(34 211 238 / 0.35);
    border-right-color: rgb(34 211 238 / 0.35);
  }

  .md\:border-x-cyan-400\/40 {
    border-left-color: rgb(34 211 238 / 0.4);
    border-right-color: rgb(34 211 238 / 0.4);
  }

  .md\:border-x-cyan-400\/45 {
    border-left-color: rgb(34 211 238 / 0.45);
    border-right-color: rgb(34 211 238 / 0.45);
  }

  .md\:border-x-cyan-400\/5 {
    border-left-color: rgb(34 211 238 / 0.05);
    border-right-color: rgb(34 211 238 / 0.05);
  }

  .md\:border-x-cyan-400\/50 {
    border-left-color: rgb(34 211 238 / 0.5);
    border-right-color: rgb(34 211 238 / 0.5);
  }

  .md\:border-x-cyan-400\/55 {
    border-left-color: rgb(34 211 238 / 0.55);
    border-right-color: rgb(34 211 238 / 0.55);
  }

  .md\:border-x-cyan-400\/60 {
    border-left-color: rgb(34 211 238 / 0.6);
    border-right-color: rgb(34 211 238 / 0.6);
  }

  .md\:border-x-cyan-400\/65 {
    border-left-color: rgb(34 211 238 / 0.65);
    border-right-color: rgb(34 211 238 / 0.65);
  }

  .md\:border-x-cyan-400\/70 {
    border-left-color: rgb(34 211 238 / 0.7);
    border-right-color: rgb(34 211 238 / 0.7);
  }

  .md\:border-x-cyan-400\/75 {
    border-left-color: rgb(34 211 238 / 0.75);
    border-right-color: rgb(34 211 238 / 0.75);
  }

  .md\:border-x-cyan-400\/80 {
    border-left-color: rgb(34 211 238 / 0.8);
    border-right-color: rgb(34 211 238 / 0.8);
  }

  .md\:border-x-cyan-400\/85 {
    border-left-color: rgb(34 211 238 / 0.85);
    border-right-color: rgb(34 211 238 / 0.85);
  }

  .md\:border-x-cyan-400\/90 {
    border-left-color: rgb(34 211 238 / 0.9);
    border-right-color: rgb(34 211 238 / 0.9);
  }

  .md\:border-x-cyan-400\/95 {
    border-left-color: rgb(34 211 238 / 0.95);
    border-right-color: rgb(34 211 238 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-cyan-50\/0 {
    border-left-color: rgb(236 254 255 / 0);
    border-right-color: rgb(236 254 255 / 0);
  }

  .md\:border-x-cyan-50\/10 {
    border-left-color: rgb(236 254 255 / 0.1);
    border-right-color: rgb(236 254 255 / 0.1);
  }

  .md\:border-x-cyan-50\/100 {
    border-left-color: rgb(236 254 255 / 1);
    border-right-color: rgb(236 254 255 / 1);
  }

  .md\:border-x-cyan-50\/15 {
    border-left-color: rgb(236 254 255 / 0.15);
    border-right-color: rgb(236 254 255 / 0.15);
  }

  .md\:border-x-cyan-50\/20 {
    border-left-color: rgb(236 254 255 / 0.2);
    border-right-color: rgb(236 254 255 / 0.2);
  }

  .md\:border-x-cyan-50\/25 {
    border-left-color: rgb(236 254 255 / 0.25);
    border-right-color: rgb(236 254 255 / 0.25);
  }

  .md\:border-x-cyan-50\/30 {
    border-left-color: rgb(236 254 255 / 0.3);
    border-right-color: rgb(236 254 255 / 0.3);
  }

  .md\:border-x-cyan-50\/35 {
    border-left-color: rgb(236 254 255 / 0.35);
    border-right-color: rgb(236 254 255 / 0.35);
  }

  .md\:border-x-cyan-50\/40 {
    border-left-color: rgb(236 254 255 / 0.4);
    border-right-color: rgb(236 254 255 / 0.4);
  }

  .md\:border-x-cyan-50\/45 {
    border-left-color: rgb(236 254 255 / 0.45);
    border-right-color: rgb(236 254 255 / 0.45);
  }

  .md\:border-x-cyan-50\/5 {
    border-left-color: rgb(236 254 255 / 0.05);
    border-right-color: rgb(236 254 255 / 0.05);
  }

  .md\:border-x-cyan-50\/50 {
    border-left-color: rgb(236 254 255 / 0.5);
    border-right-color: rgb(236 254 255 / 0.5);
  }

  .md\:border-x-cyan-50\/55 {
    border-left-color: rgb(236 254 255 / 0.55);
    border-right-color: rgb(236 254 255 / 0.55);
  }

  .md\:border-x-cyan-50\/60 {
    border-left-color: rgb(236 254 255 / 0.6);
    border-right-color: rgb(236 254 255 / 0.6);
  }

  .md\:border-x-cyan-50\/65 {
    border-left-color: rgb(236 254 255 / 0.65);
    border-right-color: rgb(236 254 255 / 0.65);
  }

  .md\:border-x-cyan-50\/70 {
    border-left-color: rgb(236 254 255 / 0.7);
    border-right-color: rgb(236 254 255 / 0.7);
  }

  .md\:border-x-cyan-50\/75 {
    border-left-color: rgb(236 254 255 / 0.75);
    border-right-color: rgb(236 254 255 / 0.75);
  }

  .md\:border-x-cyan-50\/80 {
    border-left-color: rgb(236 254 255 / 0.8);
    border-right-color: rgb(236 254 255 / 0.8);
  }

  .md\:border-x-cyan-50\/85 {
    border-left-color: rgb(236 254 255 / 0.85);
    border-right-color: rgb(236 254 255 / 0.85);
  }

  .md\:border-x-cyan-50\/90 {
    border-left-color: rgb(236 254 255 / 0.9);
    border-right-color: rgb(236 254 255 / 0.9);
  }

  .md\:border-x-cyan-50\/95 {
    border-left-color: rgb(236 254 255 / 0.95);
    border-right-color: rgb(236 254 255 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-cyan-500\/0 {
    border-left-color: rgb(6 182 212 / 0);
    border-right-color: rgb(6 182 212 / 0);
  }

  .md\:border-x-cyan-500\/10 {
    border-left-color: rgb(6 182 212 / 0.1);
    border-right-color: rgb(6 182 212 / 0.1);
  }

  .md\:border-x-cyan-500\/100 {
    border-left-color: rgb(6 182 212 / 1);
    border-right-color: rgb(6 182 212 / 1);
  }

  .md\:border-x-cyan-500\/15 {
    border-left-color: rgb(6 182 212 / 0.15);
    border-right-color: rgb(6 182 212 / 0.15);
  }

  .md\:border-x-cyan-500\/20 {
    border-left-color: rgb(6 182 212 / 0.2);
    border-right-color: rgb(6 182 212 / 0.2);
  }

  .md\:border-x-cyan-500\/25 {
    border-left-color: rgb(6 182 212 / 0.25);
    border-right-color: rgb(6 182 212 / 0.25);
  }

  .md\:border-x-cyan-500\/30 {
    border-left-color: rgb(6 182 212 / 0.3);
    border-right-color: rgb(6 182 212 / 0.3);
  }

  .md\:border-x-cyan-500\/35 {
    border-left-color: rgb(6 182 212 / 0.35);
    border-right-color: rgb(6 182 212 / 0.35);
  }

  .md\:border-x-cyan-500\/40 {
    border-left-color: rgb(6 182 212 / 0.4);
    border-right-color: rgb(6 182 212 / 0.4);
  }

  .md\:border-x-cyan-500\/45 {
    border-left-color: rgb(6 182 212 / 0.45);
    border-right-color: rgb(6 182 212 / 0.45);
  }

  .md\:border-x-cyan-500\/5 {
    border-left-color: rgb(6 182 212 / 0.05);
    border-right-color: rgb(6 182 212 / 0.05);
  }

  .md\:border-x-cyan-500\/50 {
    border-left-color: rgb(6 182 212 / 0.5);
    border-right-color: rgb(6 182 212 / 0.5);
  }

  .md\:border-x-cyan-500\/55 {
    border-left-color: rgb(6 182 212 / 0.55);
    border-right-color: rgb(6 182 212 / 0.55);
  }

  .md\:border-x-cyan-500\/60 {
    border-left-color: rgb(6 182 212 / 0.6);
    border-right-color: rgb(6 182 212 / 0.6);
  }

  .md\:border-x-cyan-500\/65 {
    border-left-color: rgb(6 182 212 / 0.65);
    border-right-color: rgb(6 182 212 / 0.65);
  }

  .md\:border-x-cyan-500\/70 {
    border-left-color: rgb(6 182 212 / 0.7);
    border-right-color: rgb(6 182 212 / 0.7);
  }

  .md\:border-x-cyan-500\/75 {
    border-left-color: rgb(6 182 212 / 0.75);
    border-right-color: rgb(6 182 212 / 0.75);
  }

  .md\:border-x-cyan-500\/80 {
    border-left-color: rgb(6 182 212 / 0.8);
    border-right-color: rgb(6 182 212 / 0.8);
  }

  .md\:border-x-cyan-500\/85 {
    border-left-color: rgb(6 182 212 / 0.85);
    border-right-color: rgb(6 182 212 / 0.85);
  }

  .md\:border-x-cyan-500\/90 {
    border-left-color: rgb(6 182 212 / 0.9);
    border-right-color: rgb(6 182 212 / 0.9);
  }

  .md\:border-x-cyan-500\/95 {
    border-left-color: rgb(6 182 212 / 0.95);
    border-right-color: rgb(6 182 212 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-cyan-600\/0 {
    border-left-color: rgb(8 145 178 / 0);
    border-right-color: rgb(8 145 178 / 0);
  }

  .md\:border-x-cyan-600\/10 {
    border-left-color: rgb(8 145 178 / 0.1);
    border-right-color: rgb(8 145 178 / 0.1);
  }

  .md\:border-x-cyan-600\/100 {
    border-left-color: rgb(8 145 178 / 1);
    border-right-color: rgb(8 145 178 / 1);
  }

  .md\:border-x-cyan-600\/15 {
    border-left-color: rgb(8 145 178 / 0.15);
    border-right-color: rgb(8 145 178 / 0.15);
  }

  .md\:border-x-cyan-600\/20 {
    border-left-color: rgb(8 145 178 / 0.2);
    border-right-color: rgb(8 145 178 / 0.2);
  }

  .md\:border-x-cyan-600\/25 {
    border-left-color: rgb(8 145 178 / 0.25);
    border-right-color: rgb(8 145 178 / 0.25);
  }

  .md\:border-x-cyan-600\/30 {
    border-left-color: rgb(8 145 178 / 0.3);
    border-right-color: rgb(8 145 178 / 0.3);
  }

  .md\:border-x-cyan-600\/35 {
    border-left-color: rgb(8 145 178 / 0.35);
    border-right-color: rgb(8 145 178 / 0.35);
  }

  .md\:border-x-cyan-600\/40 {
    border-left-color: rgb(8 145 178 / 0.4);
    border-right-color: rgb(8 145 178 / 0.4);
  }

  .md\:border-x-cyan-600\/45 {
    border-left-color: rgb(8 145 178 / 0.45);
    border-right-color: rgb(8 145 178 / 0.45);
  }

  .md\:border-x-cyan-600\/5 {
    border-left-color: rgb(8 145 178 / 0.05);
    border-right-color: rgb(8 145 178 / 0.05);
  }

  .md\:border-x-cyan-600\/50 {
    border-left-color: rgb(8 145 178 / 0.5);
    border-right-color: rgb(8 145 178 / 0.5);
  }

  .md\:border-x-cyan-600\/55 {
    border-left-color: rgb(8 145 178 / 0.55);
    border-right-color: rgb(8 145 178 / 0.55);
  }

  .md\:border-x-cyan-600\/60 {
    border-left-color: rgb(8 145 178 / 0.6);
    border-right-color: rgb(8 145 178 / 0.6);
  }

  .md\:border-x-cyan-600\/65 {
    border-left-color: rgb(8 145 178 / 0.65);
    border-right-color: rgb(8 145 178 / 0.65);
  }

  .md\:border-x-cyan-600\/70 {
    border-left-color: rgb(8 145 178 / 0.7);
    border-right-color: rgb(8 145 178 / 0.7);
  }

  .md\:border-x-cyan-600\/75 {
    border-left-color: rgb(8 145 178 / 0.75);
    border-right-color: rgb(8 145 178 / 0.75);
  }

  .md\:border-x-cyan-600\/80 {
    border-left-color: rgb(8 145 178 / 0.8);
    border-right-color: rgb(8 145 178 / 0.8);
  }

  .md\:border-x-cyan-600\/85 {
    border-left-color: rgb(8 145 178 / 0.85);
    border-right-color: rgb(8 145 178 / 0.85);
  }

  .md\:border-x-cyan-600\/90 {
    border-left-color: rgb(8 145 178 / 0.9);
    border-right-color: rgb(8 145 178 / 0.9);
  }

  .md\:border-x-cyan-600\/95 {
    border-left-color: rgb(8 145 178 / 0.95);
    border-right-color: rgb(8 145 178 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-cyan-700\/0 {
    border-left-color: rgb(14 116 144 / 0);
    border-right-color: rgb(14 116 144 / 0);
  }

  .md\:border-x-cyan-700\/10 {
    border-left-color: rgb(14 116 144 / 0.1);
    border-right-color: rgb(14 116 144 / 0.1);
  }

  .md\:border-x-cyan-700\/100 {
    border-left-color: rgb(14 116 144 / 1);
    border-right-color: rgb(14 116 144 / 1);
  }

  .md\:border-x-cyan-700\/15 {
    border-left-color: rgb(14 116 144 / 0.15);
    border-right-color: rgb(14 116 144 / 0.15);
  }

  .md\:border-x-cyan-700\/20 {
    border-left-color: rgb(14 116 144 / 0.2);
    border-right-color: rgb(14 116 144 / 0.2);
  }

  .md\:border-x-cyan-700\/25 {
    border-left-color: rgb(14 116 144 / 0.25);
    border-right-color: rgb(14 116 144 / 0.25);
  }

  .md\:border-x-cyan-700\/30 {
    border-left-color: rgb(14 116 144 / 0.3);
    border-right-color: rgb(14 116 144 / 0.3);
  }

  .md\:border-x-cyan-700\/35 {
    border-left-color: rgb(14 116 144 / 0.35);
    border-right-color: rgb(14 116 144 / 0.35);
  }

  .md\:border-x-cyan-700\/40 {
    border-left-color: rgb(14 116 144 / 0.4);
    border-right-color: rgb(14 116 144 / 0.4);
  }

  .md\:border-x-cyan-700\/45 {
    border-left-color: rgb(14 116 144 / 0.45);
    border-right-color: rgb(14 116 144 / 0.45);
  }

  .md\:border-x-cyan-700\/5 {
    border-left-color: rgb(14 116 144 / 0.05);
    border-right-color: rgb(14 116 144 / 0.05);
  }

  .md\:border-x-cyan-700\/50 {
    border-left-color: rgb(14 116 144 / 0.5);
    border-right-color: rgb(14 116 144 / 0.5);
  }

  .md\:border-x-cyan-700\/55 {
    border-left-color: rgb(14 116 144 / 0.55);
    border-right-color: rgb(14 116 144 / 0.55);
  }

  .md\:border-x-cyan-700\/60 {
    border-left-color: rgb(14 116 144 / 0.6);
    border-right-color: rgb(14 116 144 / 0.6);
  }

  .md\:border-x-cyan-700\/65 {
    border-left-color: rgb(14 116 144 / 0.65);
    border-right-color: rgb(14 116 144 / 0.65);
  }

  .md\:border-x-cyan-700\/70 {
    border-left-color: rgb(14 116 144 / 0.7);
    border-right-color: rgb(14 116 144 / 0.7);
  }

  .md\:border-x-cyan-700\/75 {
    border-left-color: rgb(14 116 144 / 0.75);
    border-right-color: rgb(14 116 144 / 0.75);
  }

  .md\:border-x-cyan-700\/80 {
    border-left-color: rgb(14 116 144 / 0.8);
    border-right-color: rgb(14 116 144 / 0.8);
  }

  .md\:border-x-cyan-700\/85 {
    border-left-color: rgb(14 116 144 / 0.85);
    border-right-color: rgb(14 116 144 / 0.85);
  }

  .md\:border-x-cyan-700\/90 {
    border-left-color: rgb(14 116 144 / 0.9);
    border-right-color: rgb(14 116 144 / 0.9);
  }

  .md\:border-x-cyan-700\/95 {
    border-left-color: rgb(14 116 144 / 0.95);
    border-right-color: rgb(14 116 144 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-cyan-800\/0 {
    border-left-color: rgb(21 94 117 / 0);
    border-right-color: rgb(21 94 117 / 0);
  }

  .md\:border-x-cyan-800\/10 {
    border-left-color: rgb(21 94 117 / 0.1);
    border-right-color: rgb(21 94 117 / 0.1);
  }

  .md\:border-x-cyan-800\/100 {
    border-left-color: rgb(21 94 117 / 1);
    border-right-color: rgb(21 94 117 / 1);
  }

  .md\:border-x-cyan-800\/15 {
    border-left-color: rgb(21 94 117 / 0.15);
    border-right-color: rgb(21 94 117 / 0.15);
  }

  .md\:border-x-cyan-800\/20 {
    border-left-color: rgb(21 94 117 / 0.2);
    border-right-color: rgb(21 94 117 / 0.2);
  }

  .md\:border-x-cyan-800\/25 {
    border-left-color: rgb(21 94 117 / 0.25);
    border-right-color: rgb(21 94 117 / 0.25);
  }

  .md\:border-x-cyan-800\/30 {
    border-left-color: rgb(21 94 117 / 0.3);
    border-right-color: rgb(21 94 117 / 0.3);
  }

  .md\:border-x-cyan-800\/35 {
    border-left-color: rgb(21 94 117 / 0.35);
    border-right-color: rgb(21 94 117 / 0.35);
  }

  .md\:border-x-cyan-800\/40 {
    border-left-color: rgb(21 94 117 / 0.4);
    border-right-color: rgb(21 94 117 / 0.4);
  }

  .md\:border-x-cyan-800\/45 {
    border-left-color: rgb(21 94 117 / 0.45);
    border-right-color: rgb(21 94 117 / 0.45);
  }

  .md\:border-x-cyan-800\/5 {
    border-left-color: rgb(21 94 117 / 0.05);
    border-right-color: rgb(21 94 117 / 0.05);
  }

  .md\:border-x-cyan-800\/50 {
    border-left-color: rgb(21 94 117 / 0.5);
    border-right-color: rgb(21 94 117 / 0.5);
  }

  .md\:border-x-cyan-800\/55 {
    border-left-color: rgb(21 94 117 / 0.55);
    border-right-color: rgb(21 94 117 / 0.55);
  }

  .md\:border-x-cyan-800\/60 {
    border-left-color: rgb(21 94 117 / 0.6);
    border-right-color: rgb(21 94 117 / 0.6);
  }

  .md\:border-x-cyan-800\/65 {
    border-left-color: rgb(21 94 117 / 0.65);
    border-right-color: rgb(21 94 117 / 0.65);
  }

  .md\:border-x-cyan-800\/70 {
    border-left-color: rgb(21 94 117 / 0.7);
    border-right-color: rgb(21 94 117 / 0.7);
  }

  .md\:border-x-cyan-800\/75 {
    border-left-color: rgb(21 94 117 / 0.75);
    border-right-color: rgb(21 94 117 / 0.75);
  }

  .md\:border-x-cyan-800\/80 {
    border-left-color: rgb(21 94 117 / 0.8);
    border-right-color: rgb(21 94 117 / 0.8);
  }

  .md\:border-x-cyan-800\/85 {
    border-left-color: rgb(21 94 117 / 0.85);
    border-right-color: rgb(21 94 117 / 0.85);
  }

  .md\:border-x-cyan-800\/90 {
    border-left-color: rgb(21 94 117 / 0.9);
    border-right-color: rgb(21 94 117 / 0.9);
  }

  .md\:border-x-cyan-800\/95 {
    border-left-color: rgb(21 94 117 / 0.95);
    border-right-color: rgb(21 94 117 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-cyan-900\/0 {
    border-left-color: rgb(22 78 99 / 0);
    border-right-color: rgb(22 78 99 / 0);
  }

  .md\:border-x-cyan-900\/10 {
    border-left-color: rgb(22 78 99 / 0.1);
    border-right-color: rgb(22 78 99 / 0.1);
  }

  .md\:border-x-cyan-900\/100 {
    border-left-color: rgb(22 78 99 / 1);
    border-right-color: rgb(22 78 99 / 1);
  }

  .md\:border-x-cyan-900\/15 {
    border-left-color: rgb(22 78 99 / 0.15);
    border-right-color: rgb(22 78 99 / 0.15);
  }

  .md\:border-x-cyan-900\/20 {
    border-left-color: rgb(22 78 99 / 0.2);
    border-right-color: rgb(22 78 99 / 0.2);
  }

  .md\:border-x-cyan-900\/25 {
    border-left-color: rgb(22 78 99 / 0.25);
    border-right-color: rgb(22 78 99 / 0.25);
  }

  .md\:border-x-cyan-900\/30 {
    border-left-color: rgb(22 78 99 / 0.3);
    border-right-color: rgb(22 78 99 / 0.3);
  }

  .md\:border-x-cyan-900\/35 {
    border-left-color: rgb(22 78 99 / 0.35);
    border-right-color: rgb(22 78 99 / 0.35);
  }

  .md\:border-x-cyan-900\/40 {
    border-left-color: rgb(22 78 99 / 0.4);
    border-right-color: rgb(22 78 99 / 0.4);
  }

  .md\:border-x-cyan-900\/45 {
    border-left-color: rgb(22 78 99 / 0.45);
    border-right-color: rgb(22 78 99 / 0.45);
  }

  .md\:border-x-cyan-900\/5 {
    border-left-color: rgb(22 78 99 / 0.05);
    border-right-color: rgb(22 78 99 / 0.05);
  }

  .md\:border-x-cyan-900\/50 {
    border-left-color: rgb(22 78 99 / 0.5);
    border-right-color: rgb(22 78 99 / 0.5);
  }

  .md\:border-x-cyan-900\/55 {
    border-left-color: rgb(22 78 99 / 0.55);
    border-right-color: rgb(22 78 99 / 0.55);
  }

  .md\:border-x-cyan-900\/60 {
    border-left-color: rgb(22 78 99 / 0.6);
    border-right-color: rgb(22 78 99 / 0.6);
  }

  .md\:border-x-cyan-900\/65 {
    border-left-color: rgb(22 78 99 / 0.65);
    border-right-color: rgb(22 78 99 / 0.65);
  }

  .md\:border-x-cyan-900\/70 {
    border-left-color: rgb(22 78 99 / 0.7);
    border-right-color: rgb(22 78 99 / 0.7);
  }

  .md\:border-x-cyan-900\/75 {
    border-left-color: rgb(22 78 99 / 0.75);
    border-right-color: rgb(22 78 99 / 0.75);
  }

  .md\:border-x-cyan-900\/80 {
    border-left-color: rgb(22 78 99 / 0.8);
    border-right-color: rgb(22 78 99 / 0.8);
  }

  .md\:border-x-cyan-900\/85 {
    border-left-color: rgb(22 78 99 / 0.85);
    border-right-color: rgb(22 78 99 / 0.85);
  }

  .md\:border-x-cyan-900\/90 {
    border-left-color: rgb(22 78 99 / 0.9);
    border-right-color: rgb(22 78 99 / 0.9);
  }

  .md\:border-x-cyan-900\/95 {
    border-left-color: rgb(22 78 99 / 0.95);
    border-right-color: rgb(22 78 99 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-cyan-950\/0 {
    border-left-color: rgb(8 51 68 / 0);
    border-right-color: rgb(8 51 68 / 0);
  }

  .md\:border-x-cyan-950\/10 {
    border-left-color: rgb(8 51 68 / 0.1);
    border-right-color: rgb(8 51 68 / 0.1);
  }

  .md\:border-x-cyan-950\/100 {
    border-left-color: rgb(8 51 68 / 1);
    border-right-color: rgb(8 51 68 / 1);
  }

  .md\:border-x-cyan-950\/15 {
    border-left-color: rgb(8 51 68 / 0.15);
    border-right-color: rgb(8 51 68 / 0.15);
  }

  .md\:border-x-cyan-950\/20 {
    border-left-color: rgb(8 51 68 / 0.2);
    border-right-color: rgb(8 51 68 / 0.2);
  }

  .md\:border-x-cyan-950\/25 {
    border-left-color: rgb(8 51 68 / 0.25);
    border-right-color: rgb(8 51 68 / 0.25);
  }

  .md\:border-x-cyan-950\/30 {
    border-left-color: rgb(8 51 68 / 0.3);
    border-right-color: rgb(8 51 68 / 0.3);
  }

  .md\:border-x-cyan-950\/35 {
    border-left-color: rgb(8 51 68 / 0.35);
    border-right-color: rgb(8 51 68 / 0.35);
  }

  .md\:border-x-cyan-950\/40 {
    border-left-color: rgb(8 51 68 / 0.4);
    border-right-color: rgb(8 51 68 / 0.4);
  }

  .md\:border-x-cyan-950\/45 {
    border-left-color: rgb(8 51 68 / 0.45);
    border-right-color: rgb(8 51 68 / 0.45);
  }

  .md\:border-x-cyan-950\/5 {
    border-left-color: rgb(8 51 68 / 0.05);
    border-right-color: rgb(8 51 68 / 0.05);
  }

  .md\:border-x-cyan-950\/50 {
    border-left-color: rgb(8 51 68 / 0.5);
    border-right-color: rgb(8 51 68 / 0.5);
  }

  .md\:border-x-cyan-950\/55 {
    border-left-color: rgb(8 51 68 / 0.55);
    border-right-color: rgb(8 51 68 / 0.55);
  }

  .md\:border-x-cyan-950\/60 {
    border-left-color: rgb(8 51 68 / 0.6);
    border-right-color: rgb(8 51 68 / 0.6);
  }

  .md\:border-x-cyan-950\/65 {
    border-left-color: rgb(8 51 68 / 0.65);
    border-right-color: rgb(8 51 68 / 0.65);
  }

  .md\:border-x-cyan-950\/70 {
    border-left-color: rgb(8 51 68 / 0.7);
    border-right-color: rgb(8 51 68 / 0.7);
  }

  .md\:border-x-cyan-950\/75 {
    border-left-color: rgb(8 51 68 / 0.75);
    border-right-color: rgb(8 51 68 / 0.75);
  }

  .md\:border-x-cyan-950\/80 {
    border-left-color: rgb(8 51 68 / 0.8);
    border-right-color: rgb(8 51 68 / 0.8);
  }

  .md\:border-x-cyan-950\/85 {
    border-left-color: rgb(8 51 68 / 0.85);
    border-right-color: rgb(8 51 68 / 0.85);
  }

  .md\:border-x-cyan-950\/90 {
    border-left-color: rgb(8 51 68 / 0.9);
    border-right-color: rgb(8 51 68 / 0.9);
  }

  .md\:border-x-cyan-950\/95 {
    border-left-color: rgb(8 51 68 / 0.95);
    border-right-color: rgb(8 51 68 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-emerald-100\/0 {
    border-left-color: rgb(209 250 229 / 0);
    border-right-color: rgb(209 250 229 / 0);
  }

  .md\:border-x-emerald-100\/10 {
    border-left-color: rgb(209 250 229 / 0.1);
    border-right-color: rgb(209 250 229 / 0.1);
  }

  .md\:border-x-emerald-100\/100 {
    border-left-color: rgb(209 250 229 / 1);
    border-right-color: rgb(209 250 229 / 1);
  }

  .md\:border-x-emerald-100\/15 {
    border-left-color: rgb(209 250 229 / 0.15);
    border-right-color: rgb(209 250 229 / 0.15);
  }

  .md\:border-x-emerald-100\/20 {
    border-left-color: rgb(209 250 229 / 0.2);
    border-right-color: rgb(209 250 229 / 0.2);
  }

  .md\:border-x-emerald-100\/25 {
    border-left-color: rgb(209 250 229 / 0.25);
    border-right-color: rgb(209 250 229 / 0.25);
  }

  .md\:border-x-emerald-100\/30 {
    border-left-color: rgb(209 250 229 / 0.3);
    border-right-color: rgb(209 250 229 / 0.3);
  }

  .md\:border-x-emerald-100\/35 {
    border-left-color: rgb(209 250 229 / 0.35);
    border-right-color: rgb(209 250 229 / 0.35);
  }

  .md\:border-x-emerald-100\/40 {
    border-left-color: rgb(209 250 229 / 0.4);
    border-right-color: rgb(209 250 229 / 0.4);
  }

  .md\:border-x-emerald-100\/45 {
    border-left-color: rgb(209 250 229 / 0.45);
    border-right-color: rgb(209 250 229 / 0.45);
  }

  .md\:border-x-emerald-100\/5 {
    border-left-color: rgb(209 250 229 / 0.05);
    border-right-color: rgb(209 250 229 / 0.05);
  }

  .md\:border-x-emerald-100\/50 {
    border-left-color: rgb(209 250 229 / 0.5);
    border-right-color: rgb(209 250 229 / 0.5);
  }

  .md\:border-x-emerald-100\/55 {
    border-left-color: rgb(209 250 229 / 0.55);
    border-right-color: rgb(209 250 229 / 0.55);
  }

  .md\:border-x-emerald-100\/60 {
    border-left-color: rgb(209 250 229 / 0.6);
    border-right-color: rgb(209 250 229 / 0.6);
  }

  .md\:border-x-emerald-100\/65 {
    border-left-color: rgb(209 250 229 / 0.65);
    border-right-color: rgb(209 250 229 / 0.65);
  }

  .md\:border-x-emerald-100\/70 {
    border-left-color: rgb(209 250 229 / 0.7);
    border-right-color: rgb(209 250 229 / 0.7);
  }

  .md\:border-x-emerald-100\/75 {
    border-left-color: rgb(209 250 229 / 0.75);
    border-right-color: rgb(209 250 229 / 0.75);
  }

  .md\:border-x-emerald-100\/80 {
    border-left-color: rgb(209 250 229 / 0.8);
    border-right-color: rgb(209 250 229 / 0.8);
  }

  .md\:border-x-emerald-100\/85 {
    border-left-color: rgb(209 250 229 / 0.85);
    border-right-color: rgb(209 250 229 / 0.85);
  }

  .md\:border-x-emerald-100\/90 {
    border-left-color: rgb(209 250 229 / 0.9);
    border-right-color: rgb(209 250 229 / 0.9);
  }

  .md\:border-x-emerald-100\/95 {
    border-left-color: rgb(209 250 229 / 0.95);
    border-right-color: rgb(209 250 229 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-emerald-200\/0 {
    border-left-color: rgb(167 243 208 / 0);
    border-right-color: rgb(167 243 208 / 0);
  }

  .md\:border-x-emerald-200\/10 {
    border-left-color: rgb(167 243 208 / 0.1);
    border-right-color: rgb(167 243 208 / 0.1);
  }

  .md\:border-x-emerald-200\/100 {
    border-left-color: rgb(167 243 208 / 1);
    border-right-color: rgb(167 243 208 / 1);
  }

  .md\:border-x-emerald-200\/15 {
    border-left-color: rgb(167 243 208 / 0.15);
    border-right-color: rgb(167 243 208 / 0.15);
  }

  .md\:border-x-emerald-200\/20 {
    border-left-color: rgb(167 243 208 / 0.2);
    border-right-color: rgb(167 243 208 / 0.2);
  }

  .md\:border-x-emerald-200\/25 {
    border-left-color: rgb(167 243 208 / 0.25);
    border-right-color: rgb(167 243 208 / 0.25);
  }

  .md\:border-x-emerald-200\/30 {
    border-left-color: rgb(167 243 208 / 0.3);
    border-right-color: rgb(167 243 208 / 0.3);
  }

  .md\:border-x-emerald-200\/35 {
    border-left-color: rgb(167 243 208 / 0.35);
    border-right-color: rgb(167 243 208 / 0.35);
  }

  .md\:border-x-emerald-200\/40 {
    border-left-color: rgb(167 243 208 / 0.4);
    border-right-color: rgb(167 243 208 / 0.4);
  }

  .md\:border-x-emerald-200\/45 {
    border-left-color: rgb(167 243 208 / 0.45);
    border-right-color: rgb(167 243 208 / 0.45);
  }

  .md\:border-x-emerald-200\/5 {
    border-left-color: rgb(167 243 208 / 0.05);
    border-right-color: rgb(167 243 208 / 0.05);
  }

  .md\:border-x-emerald-200\/50 {
    border-left-color: rgb(167 243 208 / 0.5);
    border-right-color: rgb(167 243 208 / 0.5);
  }

  .md\:border-x-emerald-200\/55 {
    border-left-color: rgb(167 243 208 / 0.55);
    border-right-color: rgb(167 243 208 / 0.55);
  }

  .md\:border-x-emerald-200\/60 {
    border-left-color: rgb(167 243 208 / 0.6);
    border-right-color: rgb(167 243 208 / 0.6);
  }

  .md\:border-x-emerald-200\/65 {
    border-left-color: rgb(167 243 208 / 0.65);
    border-right-color: rgb(167 243 208 / 0.65);
  }

  .md\:border-x-emerald-200\/70 {
    border-left-color: rgb(167 243 208 / 0.7);
    border-right-color: rgb(167 243 208 / 0.7);
  }

  .md\:border-x-emerald-200\/75 {
    border-left-color: rgb(167 243 208 / 0.75);
    border-right-color: rgb(167 243 208 / 0.75);
  }

  .md\:border-x-emerald-200\/80 {
    border-left-color: rgb(167 243 208 / 0.8);
    border-right-color: rgb(167 243 208 / 0.8);
  }

  .md\:border-x-emerald-200\/85 {
    border-left-color: rgb(167 243 208 / 0.85);
    border-right-color: rgb(167 243 208 / 0.85);
  }

  .md\:border-x-emerald-200\/90 {
    border-left-color: rgb(167 243 208 / 0.9);
    border-right-color: rgb(167 243 208 / 0.9);
  }

  .md\:border-x-emerald-200\/95 {
    border-left-color: rgb(167 243 208 / 0.95);
    border-right-color: rgb(167 243 208 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-emerald-300\/0 {
    border-left-color: rgb(110 231 183 / 0);
    border-right-color: rgb(110 231 183 / 0);
  }

  .md\:border-x-emerald-300\/10 {
    border-left-color: rgb(110 231 183 / 0.1);
    border-right-color: rgb(110 231 183 / 0.1);
  }

  .md\:border-x-emerald-300\/100 {
    border-left-color: rgb(110 231 183 / 1);
    border-right-color: rgb(110 231 183 / 1);
  }

  .md\:border-x-emerald-300\/15 {
    border-left-color: rgb(110 231 183 / 0.15);
    border-right-color: rgb(110 231 183 / 0.15);
  }

  .md\:border-x-emerald-300\/20 {
    border-left-color: rgb(110 231 183 / 0.2);
    border-right-color: rgb(110 231 183 / 0.2);
  }

  .md\:border-x-emerald-300\/25 {
    border-left-color: rgb(110 231 183 / 0.25);
    border-right-color: rgb(110 231 183 / 0.25);
  }

  .md\:border-x-emerald-300\/30 {
    border-left-color: rgb(110 231 183 / 0.3);
    border-right-color: rgb(110 231 183 / 0.3);
  }

  .md\:border-x-emerald-300\/35 {
    border-left-color: rgb(110 231 183 / 0.35);
    border-right-color: rgb(110 231 183 / 0.35);
  }

  .md\:border-x-emerald-300\/40 {
    border-left-color: rgb(110 231 183 / 0.4);
    border-right-color: rgb(110 231 183 / 0.4);
  }

  .md\:border-x-emerald-300\/45 {
    border-left-color: rgb(110 231 183 / 0.45);
    border-right-color: rgb(110 231 183 / 0.45);
  }

  .md\:border-x-emerald-300\/5 {
    border-left-color: rgb(110 231 183 / 0.05);
    border-right-color: rgb(110 231 183 / 0.05);
  }

  .md\:border-x-emerald-300\/50 {
    border-left-color: rgb(110 231 183 / 0.5);
    border-right-color: rgb(110 231 183 / 0.5);
  }

  .md\:border-x-emerald-300\/55 {
    border-left-color: rgb(110 231 183 / 0.55);
    border-right-color: rgb(110 231 183 / 0.55);
  }

  .md\:border-x-emerald-300\/60 {
    border-left-color: rgb(110 231 183 / 0.6);
    border-right-color: rgb(110 231 183 / 0.6);
  }

  .md\:border-x-emerald-300\/65 {
    border-left-color: rgb(110 231 183 / 0.65);
    border-right-color: rgb(110 231 183 / 0.65);
  }

  .md\:border-x-emerald-300\/70 {
    border-left-color: rgb(110 231 183 / 0.7);
    border-right-color: rgb(110 231 183 / 0.7);
  }

  .md\:border-x-emerald-300\/75 {
    border-left-color: rgb(110 231 183 / 0.75);
    border-right-color: rgb(110 231 183 / 0.75);
  }

  .md\:border-x-emerald-300\/80 {
    border-left-color: rgb(110 231 183 / 0.8);
    border-right-color: rgb(110 231 183 / 0.8);
  }

  .md\:border-x-emerald-300\/85 {
    border-left-color: rgb(110 231 183 / 0.85);
    border-right-color: rgb(110 231 183 / 0.85);
  }

  .md\:border-x-emerald-300\/90 {
    border-left-color: rgb(110 231 183 / 0.9);
    border-right-color: rgb(110 231 183 / 0.9);
  }

  .md\:border-x-emerald-300\/95 {
    border-left-color: rgb(110 231 183 / 0.95);
    border-right-color: rgb(110 231 183 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-emerald-400\/0 {
    border-left-color: rgb(52 211 153 / 0);
    border-right-color: rgb(52 211 153 / 0);
  }

  .md\:border-x-emerald-400\/10 {
    border-left-color: rgb(52 211 153 / 0.1);
    border-right-color: rgb(52 211 153 / 0.1);
  }

  .md\:border-x-emerald-400\/100 {
    border-left-color: rgb(52 211 153 / 1);
    border-right-color: rgb(52 211 153 / 1);
  }

  .md\:border-x-emerald-400\/15 {
    border-left-color: rgb(52 211 153 / 0.15);
    border-right-color: rgb(52 211 153 / 0.15);
  }

  .md\:border-x-emerald-400\/20 {
    border-left-color: rgb(52 211 153 / 0.2);
    border-right-color: rgb(52 211 153 / 0.2);
  }

  .md\:border-x-emerald-400\/25 {
    border-left-color: rgb(52 211 153 / 0.25);
    border-right-color: rgb(52 211 153 / 0.25);
  }

  .md\:border-x-emerald-400\/30 {
    border-left-color: rgb(52 211 153 / 0.3);
    border-right-color: rgb(52 211 153 / 0.3);
  }

  .md\:border-x-emerald-400\/35 {
    border-left-color: rgb(52 211 153 / 0.35);
    border-right-color: rgb(52 211 153 / 0.35);
  }

  .md\:border-x-emerald-400\/40 {
    border-left-color: rgb(52 211 153 / 0.4);
    border-right-color: rgb(52 211 153 / 0.4);
  }

  .md\:border-x-emerald-400\/45 {
    border-left-color: rgb(52 211 153 / 0.45);
    border-right-color: rgb(52 211 153 / 0.45);
  }

  .md\:border-x-emerald-400\/5 {
    border-left-color: rgb(52 211 153 / 0.05);
    border-right-color: rgb(52 211 153 / 0.05);
  }

  .md\:border-x-emerald-400\/50 {
    border-left-color: rgb(52 211 153 / 0.5);
    border-right-color: rgb(52 211 153 / 0.5);
  }

  .md\:border-x-emerald-400\/55 {
    border-left-color: rgb(52 211 153 / 0.55);
    border-right-color: rgb(52 211 153 / 0.55);
  }

  .md\:border-x-emerald-400\/60 {
    border-left-color: rgb(52 211 153 / 0.6);
    border-right-color: rgb(52 211 153 / 0.6);
  }

  .md\:border-x-emerald-400\/65 {
    border-left-color: rgb(52 211 153 / 0.65);
    border-right-color: rgb(52 211 153 / 0.65);
  }

  .md\:border-x-emerald-400\/70 {
    border-left-color: rgb(52 211 153 / 0.7);
    border-right-color: rgb(52 211 153 / 0.7);
  }

  .md\:border-x-emerald-400\/75 {
    border-left-color: rgb(52 211 153 / 0.75);
    border-right-color: rgb(52 211 153 / 0.75);
  }

  .md\:border-x-emerald-400\/80 {
    border-left-color: rgb(52 211 153 / 0.8);
    border-right-color: rgb(52 211 153 / 0.8);
  }

  .md\:border-x-emerald-400\/85 {
    border-left-color: rgb(52 211 153 / 0.85);
    border-right-color: rgb(52 211 153 / 0.85);
  }

  .md\:border-x-emerald-400\/90 {
    border-left-color: rgb(52 211 153 / 0.9);
    border-right-color: rgb(52 211 153 / 0.9);
  }

  .md\:border-x-emerald-400\/95 {
    border-left-color: rgb(52 211 153 / 0.95);
    border-right-color: rgb(52 211 153 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-emerald-50\/0 {
    border-left-color: rgb(236 253 245 / 0);
    border-right-color: rgb(236 253 245 / 0);
  }

  .md\:border-x-emerald-50\/10 {
    border-left-color: rgb(236 253 245 / 0.1);
    border-right-color: rgb(236 253 245 / 0.1);
  }

  .md\:border-x-emerald-50\/100 {
    border-left-color: rgb(236 253 245 / 1);
    border-right-color: rgb(236 253 245 / 1);
  }

  .md\:border-x-emerald-50\/15 {
    border-left-color: rgb(236 253 245 / 0.15);
    border-right-color: rgb(236 253 245 / 0.15);
  }

  .md\:border-x-emerald-50\/20 {
    border-left-color: rgb(236 253 245 / 0.2);
    border-right-color: rgb(236 253 245 / 0.2);
  }

  .md\:border-x-emerald-50\/25 {
    border-left-color: rgb(236 253 245 / 0.25);
    border-right-color: rgb(236 253 245 / 0.25);
  }

  .md\:border-x-emerald-50\/30 {
    border-left-color: rgb(236 253 245 / 0.3);
    border-right-color: rgb(236 253 245 / 0.3);
  }

  .md\:border-x-emerald-50\/35 {
    border-left-color: rgb(236 253 245 / 0.35);
    border-right-color: rgb(236 253 245 / 0.35);
  }

  .md\:border-x-emerald-50\/40 {
    border-left-color: rgb(236 253 245 / 0.4);
    border-right-color: rgb(236 253 245 / 0.4);
  }

  .md\:border-x-emerald-50\/45 {
    border-left-color: rgb(236 253 245 / 0.45);
    border-right-color: rgb(236 253 245 / 0.45);
  }

  .md\:border-x-emerald-50\/5 {
    border-left-color: rgb(236 253 245 / 0.05);
    border-right-color: rgb(236 253 245 / 0.05);
  }

  .md\:border-x-emerald-50\/50 {
    border-left-color: rgb(236 253 245 / 0.5);
    border-right-color: rgb(236 253 245 / 0.5);
  }

  .md\:border-x-emerald-50\/55 {
    border-left-color: rgb(236 253 245 / 0.55);
    border-right-color: rgb(236 253 245 / 0.55);
  }

  .md\:border-x-emerald-50\/60 {
    border-left-color: rgb(236 253 245 / 0.6);
    border-right-color: rgb(236 253 245 / 0.6);
  }

  .md\:border-x-emerald-50\/65 {
    border-left-color: rgb(236 253 245 / 0.65);
    border-right-color: rgb(236 253 245 / 0.65);
  }

  .md\:border-x-emerald-50\/70 {
    border-left-color: rgb(236 253 245 / 0.7);
    border-right-color: rgb(236 253 245 / 0.7);
  }

  .md\:border-x-emerald-50\/75 {
    border-left-color: rgb(236 253 245 / 0.75);
    border-right-color: rgb(236 253 245 / 0.75);
  }

  .md\:border-x-emerald-50\/80 {
    border-left-color: rgb(236 253 245 / 0.8);
    border-right-color: rgb(236 253 245 / 0.8);
  }

  .md\:border-x-emerald-50\/85 {
    border-left-color: rgb(236 253 245 / 0.85);
    border-right-color: rgb(236 253 245 / 0.85);
  }

  .md\:border-x-emerald-50\/90 {
    border-left-color: rgb(236 253 245 / 0.9);
    border-right-color: rgb(236 253 245 / 0.9);
  }

  .md\:border-x-emerald-50\/95 {
    border-left-color: rgb(236 253 245 / 0.95);
    border-right-color: rgb(236 253 245 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-emerald-500\/0 {
    border-left-color: rgb(16 185 129 / 0);
    border-right-color: rgb(16 185 129 / 0);
  }

  .md\:border-x-emerald-500\/10 {
    border-left-color: rgb(16 185 129 / 0.1);
    border-right-color: rgb(16 185 129 / 0.1);
  }

  .md\:border-x-emerald-500\/100 {
    border-left-color: rgb(16 185 129 / 1);
    border-right-color: rgb(16 185 129 / 1);
  }

  .md\:border-x-emerald-500\/15 {
    border-left-color: rgb(16 185 129 / 0.15);
    border-right-color: rgb(16 185 129 / 0.15);
  }

  .md\:border-x-emerald-500\/20 {
    border-left-color: rgb(16 185 129 / 0.2);
    border-right-color: rgb(16 185 129 / 0.2);
  }

  .md\:border-x-emerald-500\/25 {
    border-left-color: rgb(16 185 129 / 0.25);
    border-right-color: rgb(16 185 129 / 0.25);
  }

  .md\:border-x-emerald-500\/30 {
    border-left-color: rgb(16 185 129 / 0.3);
    border-right-color: rgb(16 185 129 / 0.3);
  }

  .md\:border-x-emerald-500\/35 {
    border-left-color: rgb(16 185 129 / 0.35);
    border-right-color: rgb(16 185 129 / 0.35);
  }

  .md\:border-x-emerald-500\/40 {
    border-left-color: rgb(16 185 129 / 0.4);
    border-right-color: rgb(16 185 129 / 0.4);
  }

  .md\:border-x-emerald-500\/45 {
    border-left-color: rgb(16 185 129 / 0.45);
    border-right-color: rgb(16 185 129 / 0.45);
  }

  .md\:border-x-emerald-500\/5 {
    border-left-color: rgb(16 185 129 / 0.05);
    border-right-color: rgb(16 185 129 / 0.05);
  }

  .md\:border-x-emerald-500\/50 {
    border-left-color: rgb(16 185 129 / 0.5);
    border-right-color: rgb(16 185 129 / 0.5);
  }

  .md\:border-x-emerald-500\/55 {
    border-left-color: rgb(16 185 129 / 0.55);
    border-right-color: rgb(16 185 129 / 0.55);
  }

  .md\:border-x-emerald-500\/60 {
    border-left-color: rgb(16 185 129 / 0.6);
    border-right-color: rgb(16 185 129 / 0.6);
  }

  .md\:border-x-emerald-500\/65 {
    border-left-color: rgb(16 185 129 / 0.65);
    border-right-color: rgb(16 185 129 / 0.65);
  }

  .md\:border-x-emerald-500\/70 {
    border-left-color: rgb(16 185 129 / 0.7);
    border-right-color: rgb(16 185 129 / 0.7);
  }

  .md\:border-x-emerald-500\/75 {
    border-left-color: rgb(16 185 129 / 0.75);
    border-right-color: rgb(16 185 129 / 0.75);
  }

  .md\:border-x-emerald-500\/80 {
    border-left-color: rgb(16 185 129 / 0.8);
    border-right-color: rgb(16 185 129 / 0.8);
  }

  .md\:border-x-emerald-500\/85 {
    border-left-color: rgb(16 185 129 / 0.85);
    border-right-color: rgb(16 185 129 / 0.85);
  }

  .md\:border-x-emerald-500\/90 {
    border-left-color: rgb(16 185 129 / 0.9);
    border-right-color: rgb(16 185 129 / 0.9);
  }

  .md\:border-x-emerald-500\/95 {
    border-left-color: rgb(16 185 129 / 0.95);
    border-right-color: rgb(16 185 129 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-emerald-600\/0 {
    border-left-color: rgb(5 150 105 / 0);
    border-right-color: rgb(5 150 105 / 0);
  }

  .md\:border-x-emerald-600\/10 {
    border-left-color: rgb(5 150 105 / 0.1);
    border-right-color: rgb(5 150 105 / 0.1);
  }

  .md\:border-x-emerald-600\/100 {
    border-left-color: rgb(5 150 105 / 1);
    border-right-color: rgb(5 150 105 / 1);
  }

  .md\:border-x-emerald-600\/15 {
    border-left-color: rgb(5 150 105 / 0.15);
    border-right-color: rgb(5 150 105 / 0.15);
  }

  .md\:border-x-emerald-600\/20 {
    border-left-color: rgb(5 150 105 / 0.2);
    border-right-color: rgb(5 150 105 / 0.2);
  }

  .md\:border-x-emerald-600\/25 {
    border-left-color: rgb(5 150 105 / 0.25);
    border-right-color: rgb(5 150 105 / 0.25);
  }

  .md\:border-x-emerald-600\/30 {
    border-left-color: rgb(5 150 105 / 0.3);
    border-right-color: rgb(5 150 105 / 0.3);
  }

  .md\:border-x-emerald-600\/35 {
    border-left-color: rgb(5 150 105 / 0.35);
    border-right-color: rgb(5 150 105 / 0.35);
  }

  .md\:border-x-emerald-600\/40 {
    border-left-color: rgb(5 150 105 / 0.4);
    border-right-color: rgb(5 150 105 / 0.4);
  }

  .md\:border-x-emerald-600\/45 {
    border-left-color: rgb(5 150 105 / 0.45);
    border-right-color: rgb(5 150 105 / 0.45);
  }

  .md\:border-x-emerald-600\/5 {
    border-left-color: rgb(5 150 105 / 0.05);
    border-right-color: rgb(5 150 105 / 0.05);
  }

  .md\:border-x-emerald-600\/50 {
    border-left-color: rgb(5 150 105 / 0.5);
    border-right-color: rgb(5 150 105 / 0.5);
  }

  .md\:border-x-emerald-600\/55 {
    border-left-color: rgb(5 150 105 / 0.55);
    border-right-color: rgb(5 150 105 / 0.55);
  }

  .md\:border-x-emerald-600\/60 {
    border-left-color: rgb(5 150 105 / 0.6);
    border-right-color: rgb(5 150 105 / 0.6);
  }

  .md\:border-x-emerald-600\/65 {
    border-left-color: rgb(5 150 105 / 0.65);
    border-right-color: rgb(5 150 105 / 0.65);
  }

  .md\:border-x-emerald-600\/70 {
    border-left-color: rgb(5 150 105 / 0.7);
    border-right-color: rgb(5 150 105 / 0.7);
  }

  .md\:border-x-emerald-600\/75 {
    border-left-color: rgb(5 150 105 / 0.75);
    border-right-color: rgb(5 150 105 / 0.75);
  }

  .md\:border-x-emerald-600\/80 {
    border-left-color: rgb(5 150 105 / 0.8);
    border-right-color: rgb(5 150 105 / 0.8);
  }

  .md\:border-x-emerald-600\/85 {
    border-left-color: rgb(5 150 105 / 0.85);
    border-right-color: rgb(5 150 105 / 0.85);
  }

  .md\:border-x-emerald-600\/90 {
    border-left-color: rgb(5 150 105 / 0.9);
    border-right-color: rgb(5 150 105 / 0.9);
  }

  .md\:border-x-emerald-600\/95 {
    border-left-color: rgb(5 150 105 / 0.95);
    border-right-color: rgb(5 150 105 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-emerald-700\/0 {
    border-left-color: rgb(4 120 87 / 0);
    border-right-color: rgb(4 120 87 / 0);
  }

  .md\:border-x-emerald-700\/10 {
    border-left-color: rgb(4 120 87 / 0.1);
    border-right-color: rgb(4 120 87 / 0.1);
  }

  .md\:border-x-emerald-700\/100 {
    border-left-color: rgb(4 120 87 / 1);
    border-right-color: rgb(4 120 87 / 1);
  }

  .md\:border-x-emerald-700\/15 {
    border-left-color: rgb(4 120 87 / 0.15);
    border-right-color: rgb(4 120 87 / 0.15);
  }

  .md\:border-x-emerald-700\/20 {
    border-left-color: rgb(4 120 87 / 0.2);
    border-right-color: rgb(4 120 87 / 0.2);
  }

  .md\:border-x-emerald-700\/25 {
    border-left-color: rgb(4 120 87 / 0.25);
    border-right-color: rgb(4 120 87 / 0.25);
  }

  .md\:border-x-emerald-700\/30 {
    border-left-color: rgb(4 120 87 / 0.3);
    border-right-color: rgb(4 120 87 / 0.3);
  }

  .md\:border-x-emerald-700\/35 {
    border-left-color: rgb(4 120 87 / 0.35);
    border-right-color: rgb(4 120 87 / 0.35);
  }

  .md\:border-x-emerald-700\/40 {
    border-left-color: rgb(4 120 87 / 0.4);
    border-right-color: rgb(4 120 87 / 0.4);
  }

  .md\:border-x-emerald-700\/45 {
    border-left-color: rgb(4 120 87 / 0.45);
    border-right-color: rgb(4 120 87 / 0.45);
  }

  .md\:border-x-emerald-700\/5 {
    border-left-color: rgb(4 120 87 / 0.05);
    border-right-color: rgb(4 120 87 / 0.05);
  }

  .md\:border-x-emerald-700\/50 {
    border-left-color: rgb(4 120 87 / 0.5);
    border-right-color: rgb(4 120 87 / 0.5);
  }

  .md\:border-x-emerald-700\/55 {
    border-left-color: rgb(4 120 87 / 0.55);
    border-right-color: rgb(4 120 87 / 0.55);
  }

  .md\:border-x-emerald-700\/60 {
    border-left-color: rgb(4 120 87 / 0.6);
    border-right-color: rgb(4 120 87 / 0.6);
  }

  .md\:border-x-emerald-700\/65 {
    border-left-color: rgb(4 120 87 / 0.65);
    border-right-color: rgb(4 120 87 / 0.65);
  }

  .md\:border-x-emerald-700\/70 {
    border-left-color: rgb(4 120 87 / 0.7);
    border-right-color: rgb(4 120 87 / 0.7);
  }

  .md\:border-x-emerald-700\/75 {
    border-left-color: rgb(4 120 87 / 0.75);
    border-right-color: rgb(4 120 87 / 0.75);
  }

  .md\:border-x-emerald-700\/80 {
    border-left-color: rgb(4 120 87 / 0.8);
    border-right-color: rgb(4 120 87 / 0.8);
  }

  .md\:border-x-emerald-700\/85 {
    border-left-color: rgb(4 120 87 / 0.85);
    border-right-color: rgb(4 120 87 / 0.85);
  }

  .md\:border-x-emerald-700\/90 {
    border-left-color: rgb(4 120 87 / 0.9);
    border-right-color: rgb(4 120 87 / 0.9);
  }

  .md\:border-x-emerald-700\/95 {
    border-left-color: rgb(4 120 87 / 0.95);
    border-right-color: rgb(4 120 87 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-emerald-800\/0 {
    border-left-color: rgb(6 95 70 / 0);
    border-right-color: rgb(6 95 70 / 0);
  }

  .md\:border-x-emerald-800\/10 {
    border-left-color: rgb(6 95 70 / 0.1);
    border-right-color: rgb(6 95 70 / 0.1);
  }

  .md\:border-x-emerald-800\/100 {
    border-left-color: rgb(6 95 70 / 1);
    border-right-color: rgb(6 95 70 / 1);
  }

  .md\:border-x-emerald-800\/15 {
    border-left-color: rgb(6 95 70 / 0.15);
    border-right-color: rgb(6 95 70 / 0.15);
  }

  .md\:border-x-emerald-800\/20 {
    border-left-color: rgb(6 95 70 / 0.2);
    border-right-color: rgb(6 95 70 / 0.2);
  }

  .md\:border-x-emerald-800\/25 {
    border-left-color: rgb(6 95 70 / 0.25);
    border-right-color: rgb(6 95 70 / 0.25);
  }

  .md\:border-x-emerald-800\/30 {
    border-left-color: rgb(6 95 70 / 0.3);
    border-right-color: rgb(6 95 70 / 0.3);
  }

  .md\:border-x-emerald-800\/35 {
    border-left-color: rgb(6 95 70 / 0.35);
    border-right-color: rgb(6 95 70 / 0.35);
  }

  .md\:border-x-emerald-800\/40 {
    border-left-color: rgb(6 95 70 / 0.4);
    border-right-color: rgb(6 95 70 / 0.4);
  }

  .md\:border-x-emerald-800\/45 {
    border-left-color: rgb(6 95 70 / 0.45);
    border-right-color: rgb(6 95 70 / 0.45);
  }

  .md\:border-x-emerald-800\/5 {
    border-left-color: rgb(6 95 70 / 0.05);
    border-right-color: rgb(6 95 70 / 0.05);
  }

  .md\:border-x-emerald-800\/50 {
    border-left-color: rgb(6 95 70 / 0.5);
    border-right-color: rgb(6 95 70 / 0.5);
  }

  .md\:border-x-emerald-800\/55 {
    border-left-color: rgb(6 95 70 / 0.55);
    border-right-color: rgb(6 95 70 / 0.55);
  }

  .md\:border-x-emerald-800\/60 {
    border-left-color: rgb(6 95 70 / 0.6);
    border-right-color: rgb(6 95 70 / 0.6);
  }

  .md\:border-x-emerald-800\/65 {
    border-left-color: rgb(6 95 70 / 0.65);
    border-right-color: rgb(6 95 70 / 0.65);
  }

  .md\:border-x-emerald-800\/70 {
    border-left-color: rgb(6 95 70 / 0.7);
    border-right-color: rgb(6 95 70 / 0.7);
  }

  .md\:border-x-emerald-800\/75 {
    border-left-color: rgb(6 95 70 / 0.75);
    border-right-color: rgb(6 95 70 / 0.75);
  }

  .md\:border-x-emerald-800\/80 {
    border-left-color: rgb(6 95 70 / 0.8);
    border-right-color: rgb(6 95 70 / 0.8);
  }

  .md\:border-x-emerald-800\/85 {
    border-left-color: rgb(6 95 70 / 0.85);
    border-right-color: rgb(6 95 70 / 0.85);
  }

  .md\:border-x-emerald-800\/90 {
    border-left-color: rgb(6 95 70 / 0.9);
    border-right-color: rgb(6 95 70 / 0.9);
  }

  .md\:border-x-emerald-800\/95 {
    border-left-color: rgb(6 95 70 / 0.95);
    border-right-color: rgb(6 95 70 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-emerald-900\/0 {
    border-left-color: rgb(6 78 59 / 0);
    border-right-color: rgb(6 78 59 / 0);
  }

  .md\:border-x-emerald-900\/10 {
    border-left-color: rgb(6 78 59 / 0.1);
    border-right-color: rgb(6 78 59 / 0.1);
  }

  .md\:border-x-emerald-900\/100 {
    border-left-color: rgb(6 78 59 / 1);
    border-right-color: rgb(6 78 59 / 1);
  }

  .md\:border-x-emerald-900\/15 {
    border-left-color: rgb(6 78 59 / 0.15);
    border-right-color: rgb(6 78 59 / 0.15);
  }

  .md\:border-x-emerald-900\/20 {
    border-left-color: rgb(6 78 59 / 0.2);
    border-right-color: rgb(6 78 59 / 0.2);
  }

  .md\:border-x-emerald-900\/25 {
    border-left-color: rgb(6 78 59 / 0.25);
    border-right-color: rgb(6 78 59 / 0.25);
  }

  .md\:border-x-emerald-900\/30 {
    border-left-color: rgb(6 78 59 / 0.3);
    border-right-color: rgb(6 78 59 / 0.3);
  }

  .md\:border-x-emerald-900\/35 {
    border-left-color: rgb(6 78 59 / 0.35);
    border-right-color: rgb(6 78 59 / 0.35);
  }

  .md\:border-x-emerald-900\/40 {
    border-left-color: rgb(6 78 59 / 0.4);
    border-right-color: rgb(6 78 59 / 0.4);
  }

  .md\:border-x-emerald-900\/45 {
    border-left-color: rgb(6 78 59 / 0.45);
    border-right-color: rgb(6 78 59 / 0.45);
  }

  .md\:border-x-emerald-900\/5 {
    border-left-color: rgb(6 78 59 / 0.05);
    border-right-color: rgb(6 78 59 / 0.05);
  }

  .md\:border-x-emerald-900\/50 {
    border-left-color: rgb(6 78 59 / 0.5);
    border-right-color: rgb(6 78 59 / 0.5);
  }

  .md\:border-x-emerald-900\/55 {
    border-left-color: rgb(6 78 59 / 0.55);
    border-right-color: rgb(6 78 59 / 0.55);
  }

  .md\:border-x-emerald-900\/60 {
    border-left-color: rgb(6 78 59 / 0.6);
    border-right-color: rgb(6 78 59 / 0.6);
  }

  .md\:border-x-emerald-900\/65 {
    border-left-color: rgb(6 78 59 / 0.65);
    border-right-color: rgb(6 78 59 / 0.65);
  }

  .md\:border-x-emerald-900\/70 {
    border-left-color: rgb(6 78 59 / 0.7);
    border-right-color: rgb(6 78 59 / 0.7);
  }

  .md\:border-x-emerald-900\/75 {
    border-left-color: rgb(6 78 59 / 0.75);
    border-right-color: rgb(6 78 59 / 0.75);
  }

  .md\:border-x-emerald-900\/80 {
    border-left-color: rgb(6 78 59 / 0.8);
    border-right-color: rgb(6 78 59 / 0.8);
  }

  .md\:border-x-emerald-900\/85 {
    border-left-color: rgb(6 78 59 / 0.85);
    border-right-color: rgb(6 78 59 / 0.85);
  }

  .md\:border-x-emerald-900\/90 {
    border-left-color: rgb(6 78 59 / 0.9);
    border-right-color: rgb(6 78 59 / 0.9);
  }

  .md\:border-x-emerald-900\/95 {
    border-left-color: rgb(6 78 59 / 0.95);
    border-right-color: rgb(6 78 59 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-emerald-950\/0 {
    border-left-color: rgb(2 44 34 / 0);
    border-right-color: rgb(2 44 34 / 0);
  }

  .md\:border-x-emerald-950\/10 {
    border-left-color: rgb(2 44 34 / 0.1);
    border-right-color: rgb(2 44 34 / 0.1);
  }

  .md\:border-x-emerald-950\/100 {
    border-left-color: rgb(2 44 34 / 1);
    border-right-color: rgb(2 44 34 / 1);
  }

  .md\:border-x-emerald-950\/15 {
    border-left-color: rgb(2 44 34 / 0.15);
    border-right-color: rgb(2 44 34 / 0.15);
  }

  .md\:border-x-emerald-950\/20 {
    border-left-color: rgb(2 44 34 / 0.2);
    border-right-color: rgb(2 44 34 / 0.2);
  }

  .md\:border-x-emerald-950\/25 {
    border-left-color: rgb(2 44 34 / 0.25);
    border-right-color: rgb(2 44 34 / 0.25);
  }

  .md\:border-x-emerald-950\/30 {
    border-left-color: rgb(2 44 34 / 0.3);
    border-right-color: rgb(2 44 34 / 0.3);
  }

  .md\:border-x-emerald-950\/35 {
    border-left-color: rgb(2 44 34 / 0.35);
    border-right-color: rgb(2 44 34 / 0.35);
  }

  .md\:border-x-emerald-950\/40 {
    border-left-color: rgb(2 44 34 / 0.4);
    border-right-color: rgb(2 44 34 / 0.4);
  }

  .md\:border-x-emerald-950\/45 {
    border-left-color: rgb(2 44 34 / 0.45);
    border-right-color: rgb(2 44 34 / 0.45);
  }

  .md\:border-x-emerald-950\/5 {
    border-left-color: rgb(2 44 34 / 0.05);
    border-right-color: rgb(2 44 34 / 0.05);
  }

  .md\:border-x-emerald-950\/50 {
    border-left-color: rgb(2 44 34 / 0.5);
    border-right-color: rgb(2 44 34 / 0.5);
  }

  .md\:border-x-emerald-950\/55 {
    border-left-color: rgb(2 44 34 / 0.55);
    border-right-color: rgb(2 44 34 / 0.55);
  }

  .md\:border-x-emerald-950\/60 {
    border-left-color: rgb(2 44 34 / 0.6);
    border-right-color: rgb(2 44 34 / 0.6);
  }

  .md\:border-x-emerald-950\/65 {
    border-left-color: rgb(2 44 34 / 0.65);
    border-right-color: rgb(2 44 34 / 0.65);
  }

  .md\:border-x-emerald-950\/70 {
    border-left-color: rgb(2 44 34 / 0.7);
    border-right-color: rgb(2 44 34 / 0.7);
  }

  .md\:border-x-emerald-950\/75 {
    border-left-color: rgb(2 44 34 / 0.75);
    border-right-color: rgb(2 44 34 / 0.75);
  }

  .md\:border-x-emerald-950\/80 {
    border-left-color: rgb(2 44 34 / 0.8);
    border-right-color: rgb(2 44 34 / 0.8);
  }

  .md\:border-x-emerald-950\/85 {
    border-left-color: rgb(2 44 34 / 0.85);
    border-right-color: rgb(2 44 34 / 0.85);
  }

  .md\:border-x-emerald-950\/90 {
    border-left-color: rgb(2 44 34 / 0.9);
    border-right-color: rgb(2 44 34 / 0.9);
  }

  .md\:border-x-emerald-950\/95 {
    border-left-color: rgb(2 44 34 / 0.95);
    border-right-color: rgb(2 44 34 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-fuchsia-100\/0 {
    border-left-color: rgb(250 232 255 / 0);
    border-right-color: rgb(250 232 255 / 0);
  }

  .md\:border-x-fuchsia-100\/10 {
    border-left-color: rgb(250 232 255 / 0.1);
    border-right-color: rgb(250 232 255 / 0.1);
  }

  .md\:border-x-fuchsia-100\/100 {
    border-left-color: rgb(250 232 255 / 1);
    border-right-color: rgb(250 232 255 / 1);
  }

  .md\:border-x-fuchsia-100\/15 {
    border-left-color: rgb(250 232 255 / 0.15);
    border-right-color: rgb(250 232 255 / 0.15);
  }

  .md\:border-x-fuchsia-100\/20 {
    border-left-color: rgb(250 232 255 / 0.2);
    border-right-color: rgb(250 232 255 / 0.2);
  }

  .md\:border-x-fuchsia-100\/25 {
    border-left-color: rgb(250 232 255 / 0.25);
    border-right-color: rgb(250 232 255 / 0.25);
  }

  .md\:border-x-fuchsia-100\/30 {
    border-left-color: rgb(250 232 255 / 0.3);
    border-right-color: rgb(250 232 255 / 0.3);
  }

  .md\:border-x-fuchsia-100\/35 {
    border-left-color: rgb(250 232 255 / 0.35);
    border-right-color: rgb(250 232 255 / 0.35);
  }

  .md\:border-x-fuchsia-100\/40 {
    border-left-color: rgb(250 232 255 / 0.4);
    border-right-color: rgb(250 232 255 / 0.4);
  }

  .md\:border-x-fuchsia-100\/45 {
    border-left-color: rgb(250 232 255 / 0.45);
    border-right-color: rgb(250 232 255 / 0.45);
  }

  .md\:border-x-fuchsia-100\/5 {
    border-left-color: rgb(250 232 255 / 0.05);
    border-right-color: rgb(250 232 255 / 0.05);
  }

  .md\:border-x-fuchsia-100\/50 {
    border-left-color: rgb(250 232 255 / 0.5);
    border-right-color: rgb(250 232 255 / 0.5);
  }

  .md\:border-x-fuchsia-100\/55 {
    border-left-color: rgb(250 232 255 / 0.55);
    border-right-color: rgb(250 232 255 / 0.55);
  }

  .md\:border-x-fuchsia-100\/60 {
    border-left-color: rgb(250 232 255 / 0.6);
    border-right-color: rgb(250 232 255 / 0.6);
  }

  .md\:border-x-fuchsia-100\/65 {
    border-left-color: rgb(250 232 255 / 0.65);
    border-right-color: rgb(250 232 255 / 0.65);
  }

  .md\:border-x-fuchsia-100\/70 {
    border-left-color: rgb(250 232 255 / 0.7);
    border-right-color: rgb(250 232 255 / 0.7);
  }

  .md\:border-x-fuchsia-100\/75 {
    border-left-color: rgb(250 232 255 / 0.75);
    border-right-color: rgb(250 232 255 / 0.75);
  }

  .md\:border-x-fuchsia-100\/80 {
    border-left-color: rgb(250 232 255 / 0.8);
    border-right-color: rgb(250 232 255 / 0.8);
  }

  .md\:border-x-fuchsia-100\/85 {
    border-left-color: rgb(250 232 255 / 0.85);
    border-right-color: rgb(250 232 255 / 0.85);
  }

  .md\:border-x-fuchsia-100\/90 {
    border-left-color: rgb(250 232 255 / 0.9);
    border-right-color: rgb(250 232 255 / 0.9);
  }

  .md\:border-x-fuchsia-100\/95 {
    border-left-color: rgb(250 232 255 / 0.95);
    border-right-color: rgb(250 232 255 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-fuchsia-200\/0 {
    border-left-color: rgb(245 208 254 / 0);
    border-right-color: rgb(245 208 254 / 0);
  }

  .md\:border-x-fuchsia-200\/10 {
    border-left-color: rgb(245 208 254 / 0.1);
    border-right-color: rgb(245 208 254 / 0.1);
  }

  .md\:border-x-fuchsia-200\/100 {
    border-left-color: rgb(245 208 254 / 1);
    border-right-color: rgb(245 208 254 / 1);
  }

  .md\:border-x-fuchsia-200\/15 {
    border-left-color: rgb(245 208 254 / 0.15);
    border-right-color: rgb(245 208 254 / 0.15);
  }

  .md\:border-x-fuchsia-200\/20 {
    border-left-color: rgb(245 208 254 / 0.2);
    border-right-color: rgb(245 208 254 / 0.2);
  }

  .md\:border-x-fuchsia-200\/25 {
    border-left-color: rgb(245 208 254 / 0.25);
    border-right-color: rgb(245 208 254 / 0.25);
  }

  .md\:border-x-fuchsia-200\/30 {
    border-left-color: rgb(245 208 254 / 0.3);
    border-right-color: rgb(245 208 254 / 0.3);
  }

  .md\:border-x-fuchsia-200\/35 {
    border-left-color: rgb(245 208 254 / 0.35);
    border-right-color: rgb(245 208 254 / 0.35);
  }

  .md\:border-x-fuchsia-200\/40 {
    border-left-color: rgb(245 208 254 / 0.4);
    border-right-color: rgb(245 208 254 / 0.4);
  }

  .md\:border-x-fuchsia-200\/45 {
    border-left-color: rgb(245 208 254 / 0.45);
    border-right-color: rgb(245 208 254 / 0.45);
  }

  .md\:border-x-fuchsia-200\/5 {
    border-left-color: rgb(245 208 254 / 0.05);
    border-right-color: rgb(245 208 254 / 0.05);
  }

  .md\:border-x-fuchsia-200\/50 {
    border-left-color: rgb(245 208 254 / 0.5);
    border-right-color: rgb(245 208 254 / 0.5);
  }

  .md\:border-x-fuchsia-200\/55 {
    border-left-color: rgb(245 208 254 / 0.55);
    border-right-color: rgb(245 208 254 / 0.55);
  }

  .md\:border-x-fuchsia-200\/60 {
    border-left-color: rgb(245 208 254 / 0.6);
    border-right-color: rgb(245 208 254 / 0.6);
  }

  .md\:border-x-fuchsia-200\/65 {
    border-left-color: rgb(245 208 254 / 0.65);
    border-right-color: rgb(245 208 254 / 0.65);
  }

  .md\:border-x-fuchsia-200\/70 {
    border-left-color: rgb(245 208 254 / 0.7);
    border-right-color: rgb(245 208 254 / 0.7);
  }

  .md\:border-x-fuchsia-200\/75 {
    border-left-color: rgb(245 208 254 / 0.75);
    border-right-color: rgb(245 208 254 / 0.75);
  }

  .md\:border-x-fuchsia-200\/80 {
    border-left-color: rgb(245 208 254 / 0.8);
    border-right-color: rgb(245 208 254 / 0.8);
  }

  .md\:border-x-fuchsia-200\/85 {
    border-left-color: rgb(245 208 254 / 0.85);
    border-right-color: rgb(245 208 254 / 0.85);
  }

  .md\:border-x-fuchsia-200\/90 {
    border-left-color: rgb(245 208 254 / 0.9);
    border-right-color: rgb(245 208 254 / 0.9);
  }

  .md\:border-x-fuchsia-200\/95 {
    border-left-color: rgb(245 208 254 / 0.95);
    border-right-color: rgb(245 208 254 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-fuchsia-300\/0 {
    border-left-color: rgb(240 171 252 / 0);
    border-right-color: rgb(240 171 252 / 0);
  }

  .md\:border-x-fuchsia-300\/10 {
    border-left-color: rgb(240 171 252 / 0.1);
    border-right-color: rgb(240 171 252 / 0.1);
  }

  .md\:border-x-fuchsia-300\/100 {
    border-left-color: rgb(240 171 252 / 1);
    border-right-color: rgb(240 171 252 / 1);
  }

  .md\:border-x-fuchsia-300\/15 {
    border-left-color: rgb(240 171 252 / 0.15);
    border-right-color: rgb(240 171 252 / 0.15);
  }

  .md\:border-x-fuchsia-300\/20 {
    border-left-color: rgb(240 171 252 / 0.2);
    border-right-color: rgb(240 171 252 / 0.2);
  }

  .md\:border-x-fuchsia-300\/25 {
    border-left-color: rgb(240 171 252 / 0.25);
    border-right-color: rgb(240 171 252 / 0.25);
  }

  .md\:border-x-fuchsia-300\/30 {
    border-left-color: rgb(240 171 252 / 0.3);
    border-right-color: rgb(240 171 252 / 0.3);
  }

  .md\:border-x-fuchsia-300\/35 {
    border-left-color: rgb(240 171 252 / 0.35);
    border-right-color: rgb(240 171 252 / 0.35);
  }

  .md\:border-x-fuchsia-300\/40 {
    border-left-color: rgb(240 171 252 / 0.4);
    border-right-color: rgb(240 171 252 / 0.4);
  }

  .md\:border-x-fuchsia-300\/45 {
    border-left-color: rgb(240 171 252 / 0.45);
    border-right-color: rgb(240 171 252 / 0.45);
  }

  .md\:border-x-fuchsia-300\/5 {
    border-left-color: rgb(240 171 252 / 0.05);
    border-right-color: rgb(240 171 252 / 0.05);
  }

  .md\:border-x-fuchsia-300\/50 {
    border-left-color: rgb(240 171 252 / 0.5);
    border-right-color: rgb(240 171 252 / 0.5);
  }

  .md\:border-x-fuchsia-300\/55 {
    border-left-color: rgb(240 171 252 / 0.55);
    border-right-color: rgb(240 171 252 / 0.55);
  }

  .md\:border-x-fuchsia-300\/60 {
    border-left-color: rgb(240 171 252 / 0.6);
    border-right-color: rgb(240 171 252 / 0.6);
  }

  .md\:border-x-fuchsia-300\/65 {
    border-left-color: rgb(240 171 252 / 0.65);
    border-right-color: rgb(240 171 252 / 0.65);
  }

  .md\:border-x-fuchsia-300\/70 {
    border-left-color: rgb(240 171 252 / 0.7);
    border-right-color: rgb(240 171 252 / 0.7);
  }

  .md\:border-x-fuchsia-300\/75 {
    border-left-color: rgb(240 171 252 / 0.75);
    border-right-color: rgb(240 171 252 / 0.75);
  }

  .md\:border-x-fuchsia-300\/80 {
    border-left-color: rgb(240 171 252 / 0.8);
    border-right-color: rgb(240 171 252 / 0.8);
  }

  .md\:border-x-fuchsia-300\/85 {
    border-left-color: rgb(240 171 252 / 0.85);
    border-right-color: rgb(240 171 252 / 0.85);
  }

  .md\:border-x-fuchsia-300\/90 {
    border-left-color: rgb(240 171 252 / 0.9);
    border-right-color: rgb(240 171 252 / 0.9);
  }

  .md\:border-x-fuchsia-300\/95 {
    border-left-color: rgb(240 171 252 / 0.95);
    border-right-color: rgb(240 171 252 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-fuchsia-400\/0 {
    border-left-color: rgb(232 121 249 / 0);
    border-right-color: rgb(232 121 249 / 0);
  }

  .md\:border-x-fuchsia-400\/10 {
    border-left-color: rgb(232 121 249 / 0.1);
    border-right-color: rgb(232 121 249 / 0.1);
  }

  .md\:border-x-fuchsia-400\/100 {
    border-left-color: rgb(232 121 249 / 1);
    border-right-color: rgb(232 121 249 / 1);
  }

  .md\:border-x-fuchsia-400\/15 {
    border-left-color: rgb(232 121 249 / 0.15);
    border-right-color: rgb(232 121 249 / 0.15);
  }

  .md\:border-x-fuchsia-400\/20 {
    border-left-color: rgb(232 121 249 / 0.2);
    border-right-color: rgb(232 121 249 / 0.2);
  }

  .md\:border-x-fuchsia-400\/25 {
    border-left-color: rgb(232 121 249 / 0.25);
    border-right-color: rgb(232 121 249 / 0.25);
  }

  .md\:border-x-fuchsia-400\/30 {
    border-left-color: rgb(232 121 249 / 0.3);
    border-right-color: rgb(232 121 249 / 0.3);
  }

  .md\:border-x-fuchsia-400\/35 {
    border-left-color: rgb(232 121 249 / 0.35);
    border-right-color: rgb(232 121 249 / 0.35);
  }

  .md\:border-x-fuchsia-400\/40 {
    border-left-color: rgb(232 121 249 / 0.4);
    border-right-color: rgb(232 121 249 / 0.4);
  }

  .md\:border-x-fuchsia-400\/45 {
    border-left-color: rgb(232 121 249 / 0.45);
    border-right-color: rgb(232 121 249 / 0.45);
  }

  .md\:border-x-fuchsia-400\/5 {
    border-left-color: rgb(232 121 249 / 0.05);
    border-right-color: rgb(232 121 249 / 0.05);
  }

  .md\:border-x-fuchsia-400\/50 {
    border-left-color: rgb(232 121 249 / 0.5);
    border-right-color: rgb(232 121 249 / 0.5);
  }

  .md\:border-x-fuchsia-400\/55 {
    border-left-color: rgb(232 121 249 / 0.55);
    border-right-color: rgb(232 121 249 / 0.55);
  }

  .md\:border-x-fuchsia-400\/60 {
    border-left-color: rgb(232 121 249 / 0.6);
    border-right-color: rgb(232 121 249 / 0.6);
  }

  .md\:border-x-fuchsia-400\/65 {
    border-left-color: rgb(232 121 249 / 0.65);
    border-right-color: rgb(232 121 249 / 0.65);
  }

  .md\:border-x-fuchsia-400\/70 {
    border-left-color: rgb(232 121 249 / 0.7);
    border-right-color: rgb(232 121 249 / 0.7);
  }

  .md\:border-x-fuchsia-400\/75 {
    border-left-color: rgb(232 121 249 / 0.75);
    border-right-color: rgb(232 121 249 / 0.75);
  }

  .md\:border-x-fuchsia-400\/80 {
    border-left-color: rgb(232 121 249 / 0.8);
    border-right-color: rgb(232 121 249 / 0.8);
  }

  .md\:border-x-fuchsia-400\/85 {
    border-left-color: rgb(232 121 249 / 0.85);
    border-right-color: rgb(232 121 249 / 0.85);
  }

  .md\:border-x-fuchsia-400\/90 {
    border-left-color: rgb(232 121 249 / 0.9);
    border-right-color: rgb(232 121 249 / 0.9);
  }

  .md\:border-x-fuchsia-400\/95 {
    border-left-color: rgb(232 121 249 / 0.95);
    border-right-color: rgb(232 121 249 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-fuchsia-50\/0 {
    border-left-color: rgb(253 244 255 / 0);
    border-right-color: rgb(253 244 255 / 0);
  }

  .md\:border-x-fuchsia-50\/10 {
    border-left-color: rgb(253 244 255 / 0.1);
    border-right-color: rgb(253 244 255 / 0.1);
  }

  .md\:border-x-fuchsia-50\/100 {
    border-left-color: rgb(253 244 255 / 1);
    border-right-color: rgb(253 244 255 / 1);
  }

  .md\:border-x-fuchsia-50\/15 {
    border-left-color: rgb(253 244 255 / 0.15);
    border-right-color: rgb(253 244 255 / 0.15);
  }

  .md\:border-x-fuchsia-50\/20 {
    border-left-color: rgb(253 244 255 / 0.2);
    border-right-color: rgb(253 244 255 / 0.2);
  }

  .md\:border-x-fuchsia-50\/25 {
    border-left-color: rgb(253 244 255 / 0.25);
    border-right-color: rgb(253 244 255 / 0.25);
  }

  .md\:border-x-fuchsia-50\/30 {
    border-left-color: rgb(253 244 255 / 0.3);
    border-right-color: rgb(253 244 255 / 0.3);
  }

  .md\:border-x-fuchsia-50\/35 {
    border-left-color: rgb(253 244 255 / 0.35);
    border-right-color: rgb(253 244 255 / 0.35);
  }

  .md\:border-x-fuchsia-50\/40 {
    border-left-color: rgb(253 244 255 / 0.4);
    border-right-color: rgb(253 244 255 / 0.4);
  }

  .md\:border-x-fuchsia-50\/45 {
    border-left-color: rgb(253 244 255 / 0.45);
    border-right-color: rgb(253 244 255 / 0.45);
  }

  .md\:border-x-fuchsia-50\/5 {
    border-left-color: rgb(253 244 255 / 0.05);
    border-right-color: rgb(253 244 255 / 0.05);
  }

  .md\:border-x-fuchsia-50\/50 {
    border-left-color: rgb(253 244 255 / 0.5);
    border-right-color: rgb(253 244 255 / 0.5);
  }

  .md\:border-x-fuchsia-50\/55 {
    border-left-color: rgb(253 244 255 / 0.55);
    border-right-color: rgb(253 244 255 / 0.55);
  }

  .md\:border-x-fuchsia-50\/60 {
    border-left-color: rgb(253 244 255 / 0.6);
    border-right-color: rgb(253 244 255 / 0.6);
  }

  .md\:border-x-fuchsia-50\/65 {
    border-left-color: rgb(253 244 255 / 0.65);
    border-right-color: rgb(253 244 255 / 0.65);
  }

  .md\:border-x-fuchsia-50\/70 {
    border-left-color: rgb(253 244 255 / 0.7);
    border-right-color: rgb(253 244 255 / 0.7);
  }

  .md\:border-x-fuchsia-50\/75 {
    border-left-color: rgb(253 244 255 / 0.75);
    border-right-color: rgb(253 244 255 / 0.75);
  }

  .md\:border-x-fuchsia-50\/80 {
    border-left-color: rgb(253 244 255 / 0.8);
    border-right-color: rgb(253 244 255 / 0.8);
  }

  .md\:border-x-fuchsia-50\/85 {
    border-left-color: rgb(253 244 255 / 0.85);
    border-right-color: rgb(253 244 255 / 0.85);
  }

  .md\:border-x-fuchsia-50\/90 {
    border-left-color: rgb(253 244 255 / 0.9);
    border-right-color: rgb(253 244 255 / 0.9);
  }

  .md\:border-x-fuchsia-50\/95 {
    border-left-color: rgb(253 244 255 / 0.95);
    border-right-color: rgb(253 244 255 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-fuchsia-500\/0 {
    border-left-color: rgb(217 70 239 / 0);
    border-right-color: rgb(217 70 239 / 0);
  }

  .md\:border-x-fuchsia-500\/10 {
    border-left-color: rgb(217 70 239 / 0.1);
    border-right-color: rgb(217 70 239 / 0.1);
  }

  .md\:border-x-fuchsia-500\/100 {
    border-left-color: rgb(217 70 239 / 1);
    border-right-color: rgb(217 70 239 / 1);
  }

  .md\:border-x-fuchsia-500\/15 {
    border-left-color: rgb(217 70 239 / 0.15);
    border-right-color: rgb(217 70 239 / 0.15);
  }

  .md\:border-x-fuchsia-500\/20 {
    border-left-color: rgb(217 70 239 / 0.2);
    border-right-color: rgb(217 70 239 / 0.2);
  }

  .md\:border-x-fuchsia-500\/25 {
    border-left-color: rgb(217 70 239 / 0.25);
    border-right-color: rgb(217 70 239 / 0.25);
  }

  .md\:border-x-fuchsia-500\/30 {
    border-left-color: rgb(217 70 239 / 0.3);
    border-right-color: rgb(217 70 239 / 0.3);
  }

  .md\:border-x-fuchsia-500\/35 {
    border-left-color: rgb(217 70 239 / 0.35);
    border-right-color: rgb(217 70 239 / 0.35);
  }

  .md\:border-x-fuchsia-500\/40 {
    border-left-color: rgb(217 70 239 / 0.4);
    border-right-color: rgb(217 70 239 / 0.4);
  }

  .md\:border-x-fuchsia-500\/45 {
    border-left-color: rgb(217 70 239 / 0.45);
    border-right-color: rgb(217 70 239 / 0.45);
  }

  .md\:border-x-fuchsia-500\/5 {
    border-left-color: rgb(217 70 239 / 0.05);
    border-right-color: rgb(217 70 239 / 0.05);
  }

  .md\:border-x-fuchsia-500\/50 {
    border-left-color: rgb(217 70 239 / 0.5);
    border-right-color: rgb(217 70 239 / 0.5);
  }

  .md\:border-x-fuchsia-500\/55 {
    border-left-color: rgb(217 70 239 / 0.55);
    border-right-color: rgb(217 70 239 / 0.55);
  }

  .md\:border-x-fuchsia-500\/60 {
    border-left-color: rgb(217 70 239 / 0.6);
    border-right-color: rgb(217 70 239 / 0.6);
  }

  .md\:border-x-fuchsia-500\/65 {
    border-left-color: rgb(217 70 239 / 0.65);
    border-right-color: rgb(217 70 239 / 0.65);
  }

  .md\:border-x-fuchsia-500\/70 {
    border-left-color: rgb(217 70 239 / 0.7);
    border-right-color: rgb(217 70 239 / 0.7);
  }

  .md\:border-x-fuchsia-500\/75 {
    border-left-color: rgb(217 70 239 / 0.75);
    border-right-color: rgb(217 70 239 / 0.75);
  }

  .md\:border-x-fuchsia-500\/80 {
    border-left-color: rgb(217 70 239 / 0.8);
    border-right-color: rgb(217 70 239 / 0.8);
  }

  .md\:border-x-fuchsia-500\/85 {
    border-left-color: rgb(217 70 239 / 0.85);
    border-right-color: rgb(217 70 239 / 0.85);
  }

  .md\:border-x-fuchsia-500\/90 {
    border-left-color: rgb(217 70 239 / 0.9);
    border-right-color: rgb(217 70 239 / 0.9);
  }

  .md\:border-x-fuchsia-500\/95 {
    border-left-color: rgb(217 70 239 / 0.95);
    border-right-color: rgb(217 70 239 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-fuchsia-600\/0 {
    border-left-color: rgb(192 38 211 / 0);
    border-right-color: rgb(192 38 211 / 0);
  }

  .md\:border-x-fuchsia-600\/10 {
    border-left-color: rgb(192 38 211 / 0.1);
    border-right-color: rgb(192 38 211 / 0.1);
  }

  .md\:border-x-fuchsia-600\/100 {
    border-left-color: rgb(192 38 211 / 1);
    border-right-color: rgb(192 38 211 / 1);
  }

  .md\:border-x-fuchsia-600\/15 {
    border-left-color: rgb(192 38 211 / 0.15);
    border-right-color: rgb(192 38 211 / 0.15);
  }

  .md\:border-x-fuchsia-600\/20 {
    border-left-color: rgb(192 38 211 / 0.2);
    border-right-color: rgb(192 38 211 / 0.2);
  }

  .md\:border-x-fuchsia-600\/25 {
    border-left-color: rgb(192 38 211 / 0.25);
    border-right-color: rgb(192 38 211 / 0.25);
  }

  .md\:border-x-fuchsia-600\/30 {
    border-left-color: rgb(192 38 211 / 0.3);
    border-right-color: rgb(192 38 211 / 0.3);
  }

  .md\:border-x-fuchsia-600\/35 {
    border-left-color: rgb(192 38 211 / 0.35);
    border-right-color: rgb(192 38 211 / 0.35);
  }

  .md\:border-x-fuchsia-600\/40 {
    border-left-color: rgb(192 38 211 / 0.4);
    border-right-color: rgb(192 38 211 / 0.4);
  }

  .md\:border-x-fuchsia-600\/45 {
    border-left-color: rgb(192 38 211 / 0.45);
    border-right-color: rgb(192 38 211 / 0.45);
  }

  .md\:border-x-fuchsia-600\/5 {
    border-left-color: rgb(192 38 211 / 0.05);
    border-right-color: rgb(192 38 211 / 0.05);
  }

  .md\:border-x-fuchsia-600\/50 {
    border-left-color: rgb(192 38 211 / 0.5);
    border-right-color: rgb(192 38 211 / 0.5);
  }

  .md\:border-x-fuchsia-600\/55 {
    border-left-color: rgb(192 38 211 / 0.55);
    border-right-color: rgb(192 38 211 / 0.55);
  }

  .md\:border-x-fuchsia-600\/60 {
    border-left-color: rgb(192 38 211 / 0.6);
    border-right-color: rgb(192 38 211 / 0.6);
  }

  .md\:border-x-fuchsia-600\/65 {
    border-left-color: rgb(192 38 211 / 0.65);
    border-right-color: rgb(192 38 211 / 0.65);
  }

  .md\:border-x-fuchsia-600\/70 {
    border-left-color: rgb(192 38 211 / 0.7);
    border-right-color: rgb(192 38 211 / 0.7);
  }

  .md\:border-x-fuchsia-600\/75 {
    border-left-color: rgb(192 38 211 / 0.75);
    border-right-color: rgb(192 38 211 / 0.75);
  }

  .md\:border-x-fuchsia-600\/80 {
    border-left-color: rgb(192 38 211 / 0.8);
    border-right-color: rgb(192 38 211 / 0.8);
  }

  .md\:border-x-fuchsia-600\/85 {
    border-left-color: rgb(192 38 211 / 0.85);
    border-right-color: rgb(192 38 211 / 0.85);
  }

  .md\:border-x-fuchsia-600\/90 {
    border-left-color: rgb(192 38 211 / 0.9);
    border-right-color: rgb(192 38 211 / 0.9);
  }

  .md\:border-x-fuchsia-600\/95 {
    border-left-color: rgb(192 38 211 / 0.95);
    border-right-color: rgb(192 38 211 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-fuchsia-700\/0 {
    border-left-color: rgb(162 28 175 / 0);
    border-right-color: rgb(162 28 175 / 0);
  }

  .md\:border-x-fuchsia-700\/10 {
    border-left-color: rgb(162 28 175 / 0.1);
    border-right-color: rgb(162 28 175 / 0.1);
  }

  .md\:border-x-fuchsia-700\/100 {
    border-left-color: rgb(162 28 175 / 1);
    border-right-color: rgb(162 28 175 / 1);
  }

  .md\:border-x-fuchsia-700\/15 {
    border-left-color: rgb(162 28 175 / 0.15);
    border-right-color: rgb(162 28 175 / 0.15);
  }

  .md\:border-x-fuchsia-700\/20 {
    border-left-color: rgb(162 28 175 / 0.2);
    border-right-color: rgb(162 28 175 / 0.2);
  }

  .md\:border-x-fuchsia-700\/25 {
    border-left-color: rgb(162 28 175 / 0.25);
    border-right-color: rgb(162 28 175 / 0.25);
  }

  .md\:border-x-fuchsia-700\/30 {
    border-left-color: rgb(162 28 175 / 0.3);
    border-right-color: rgb(162 28 175 / 0.3);
  }

  .md\:border-x-fuchsia-700\/35 {
    border-left-color: rgb(162 28 175 / 0.35);
    border-right-color: rgb(162 28 175 / 0.35);
  }

  .md\:border-x-fuchsia-700\/40 {
    border-left-color: rgb(162 28 175 / 0.4);
    border-right-color: rgb(162 28 175 / 0.4);
  }

  .md\:border-x-fuchsia-700\/45 {
    border-left-color: rgb(162 28 175 / 0.45);
    border-right-color: rgb(162 28 175 / 0.45);
  }

  .md\:border-x-fuchsia-700\/5 {
    border-left-color: rgb(162 28 175 / 0.05);
    border-right-color: rgb(162 28 175 / 0.05);
  }

  .md\:border-x-fuchsia-700\/50 {
    border-left-color: rgb(162 28 175 / 0.5);
    border-right-color: rgb(162 28 175 / 0.5);
  }

  .md\:border-x-fuchsia-700\/55 {
    border-left-color: rgb(162 28 175 / 0.55);
    border-right-color: rgb(162 28 175 / 0.55);
  }

  .md\:border-x-fuchsia-700\/60 {
    border-left-color: rgb(162 28 175 / 0.6);
    border-right-color: rgb(162 28 175 / 0.6);
  }

  .md\:border-x-fuchsia-700\/65 {
    border-left-color: rgb(162 28 175 / 0.65);
    border-right-color: rgb(162 28 175 / 0.65);
  }

  .md\:border-x-fuchsia-700\/70 {
    border-left-color: rgb(162 28 175 / 0.7);
    border-right-color: rgb(162 28 175 / 0.7);
  }

  .md\:border-x-fuchsia-700\/75 {
    border-left-color: rgb(162 28 175 / 0.75);
    border-right-color: rgb(162 28 175 / 0.75);
  }

  .md\:border-x-fuchsia-700\/80 {
    border-left-color: rgb(162 28 175 / 0.8);
    border-right-color: rgb(162 28 175 / 0.8);
  }

  .md\:border-x-fuchsia-700\/85 {
    border-left-color: rgb(162 28 175 / 0.85);
    border-right-color: rgb(162 28 175 / 0.85);
  }

  .md\:border-x-fuchsia-700\/90 {
    border-left-color: rgb(162 28 175 / 0.9);
    border-right-color: rgb(162 28 175 / 0.9);
  }

  .md\:border-x-fuchsia-700\/95 {
    border-left-color: rgb(162 28 175 / 0.95);
    border-right-color: rgb(162 28 175 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-fuchsia-800\/0 {
    border-left-color: rgb(134 25 143 / 0);
    border-right-color: rgb(134 25 143 / 0);
  }

  .md\:border-x-fuchsia-800\/10 {
    border-left-color: rgb(134 25 143 / 0.1);
    border-right-color: rgb(134 25 143 / 0.1);
  }

  .md\:border-x-fuchsia-800\/100 {
    border-left-color: rgb(134 25 143 / 1);
    border-right-color: rgb(134 25 143 / 1);
  }

  .md\:border-x-fuchsia-800\/15 {
    border-left-color: rgb(134 25 143 / 0.15);
    border-right-color: rgb(134 25 143 / 0.15);
  }

  .md\:border-x-fuchsia-800\/20 {
    border-left-color: rgb(134 25 143 / 0.2);
    border-right-color: rgb(134 25 143 / 0.2);
  }

  .md\:border-x-fuchsia-800\/25 {
    border-left-color: rgb(134 25 143 / 0.25);
    border-right-color: rgb(134 25 143 / 0.25);
  }

  .md\:border-x-fuchsia-800\/30 {
    border-left-color: rgb(134 25 143 / 0.3);
    border-right-color: rgb(134 25 143 / 0.3);
  }

  .md\:border-x-fuchsia-800\/35 {
    border-left-color: rgb(134 25 143 / 0.35);
    border-right-color: rgb(134 25 143 / 0.35);
  }

  .md\:border-x-fuchsia-800\/40 {
    border-left-color: rgb(134 25 143 / 0.4);
    border-right-color: rgb(134 25 143 / 0.4);
  }

  .md\:border-x-fuchsia-800\/45 {
    border-left-color: rgb(134 25 143 / 0.45);
    border-right-color: rgb(134 25 143 / 0.45);
  }

  .md\:border-x-fuchsia-800\/5 {
    border-left-color: rgb(134 25 143 / 0.05);
    border-right-color: rgb(134 25 143 / 0.05);
  }

  .md\:border-x-fuchsia-800\/50 {
    border-left-color: rgb(134 25 143 / 0.5);
    border-right-color: rgb(134 25 143 / 0.5);
  }

  .md\:border-x-fuchsia-800\/55 {
    border-left-color: rgb(134 25 143 / 0.55);
    border-right-color: rgb(134 25 143 / 0.55);
  }

  .md\:border-x-fuchsia-800\/60 {
    border-left-color: rgb(134 25 143 / 0.6);
    border-right-color: rgb(134 25 143 / 0.6);
  }

  .md\:border-x-fuchsia-800\/65 {
    border-left-color: rgb(134 25 143 / 0.65);
    border-right-color: rgb(134 25 143 / 0.65);
  }

  .md\:border-x-fuchsia-800\/70 {
    border-left-color: rgb(134 25 143 / 0.7);
    border-right-color: rgb(134 25 143 / 0.7);
  }

  .md\:border-x-fuchsia-800\/75 {
    border-left-color: rgb(134 25 143 / 0.75);
    border-right-color: rgb(134 25 143 / 0.75);
  }

  .md\:border-x-fuchsia-800\/80 {
    border-left-color: rgb(134 25 143 / 0.8);
    border-right-color: rgb(134 25 143 / 0.8);
  }

  .md\:border-x-fuchsia-800\/85 {
    border-left-color: rgb(134 25 143 / 0.85);
    border-right-color: rgb(134 25 143 / 0.85);
  }

  .md\:border-x-fuchsia-800\/90 {
    border-left-color: rgb(134 25 143 / 0.9);
    border-right-color: rgb(134 25 143 / 0.9);
  }

  .md\:border-x-fuchsia-800\/95 {
    border-left-color: rgb(134 25 143 / 0.95);
    border-right-color: rgb(134 25 143 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-fuchsia-900\/0 {
    border-left-color: rgb(112 26 117 / 0);
    border-right-color: rgb(112 26 117 / 0);
  }

  .md\:border-x-fuchsia-900\/10 {
    border-left-color: rgb(112 26 117 / 0.1);
    border-right-color: rgb(112 26 117 / 0.1);
  }

  .md\:border-x-fuchsia-900\/100 {
    border-left-color: rgb(112 26 117 / 1);
    border-right-color: rgb(112 26 117 / 1);
  }

  .md\:border-x-fuchsia-900\/15 {
    border-left-color: rgb(112 26 117 / 0.15);
    border-right-color: rgb(112 26 117 / 0.15);
  }

  .md\:border-x-fuchsia-900\/20 {
    border-left-color: rgb(112 26 117 / 0.2);
    border-right-color: rgb(112 26 117 / 0.2);
  }

  .md\:border-x-fuchsia-900\/25 {
    border-left-color: rgb(112 26 117 / 0.25);
    border-right-color: rgb(112 26 117 / 0.25);
  }

  .md\:border-x-fuchsia-900\/30 {
    border-left-color: rgb(112 26 117 / 0.3);
    border-right-color: rgb(112 26 117 / 0.3);
  }

  .md\:border-x-fuchsia-900\/35 {
    border-left-color: rgb(112 26 117 / 0.35);
    border-right-color: rgb(112 26 117 / 0.35);
  }

  .md\:border-x-fuchsia-900\/40 {
    border-left-color: rgb(112 26 117 / 0.4);
    border-right-color: rgb(112 26 117 / 0.4);
  }

  .md\:border-x-fuchsia-900\/45 {
    border-left-color: rgb(112 26 117 / 0.45);
    border-right-color: rgb(112 26 117 / 0.45);
  }

  .md\:border-x-fuchsia-900\/5 {
    border-left-color: rgb(112 26 117 / 0.05);
    border-right-color: rgb(112 26 117 / 0.05);
  }

  .md\:border-x-fuchsia-900\/50 {
    border-left-color: rgb(112 26 117 / 0.5);
    border-right-color: rgb(112 26 117 / 0.5);
  }

  .md\:border-x-fuchsia-900\/55 {
    border-left-color: rgb(112 26 117 / 0.55);
    border-right-color: rgb(112 26 117 / 0.55);
  }

  .md\:border-x-fuchsia-900\/60 {
    border-left-color: rgb(112 26 117 / 0.6);
    border-right-color: rgb(112 26 117 / 0.6);
  }

  .md\:border-x-fuchsia-900\/65 {
    border-left-color: rgb(112 26 117 / 0.65);
    border-right-color: rgb(112 26 117 / 0.65);
  }

  .md\:border-x-fuchsia-900\/70 {
    border-left-color: rgb(112 26 117 / 0.7);
    border-right-color: rgb(112 26 117 / 0.7);
  }

  .md\:border-x-fuchsia-900\/75 {
    border-left-color: rgb(112 26 117 / 0.75);
    border-right-color: rgb(112 26 117 / 0.75);
  }

  .md\:border-x-fuchsia-900\/80 {
    border-left-color: rgb(112 26 117 / 0.8);
    border-right-color: rgb(112 26 117 / 0.8);
  }

  .md\:border-x-fuchsia-900\/85 {
    border-left-color: rgb(112 26 117 / 0.85);
    border-right-color: rgb(112 26 117 / 0.85);
  }

  .md\:border-x-fuchsia-900\/90 {
    border-left-color: rgb(112 26 117 / 0.9);
    border-right-color: rgb(112 26 117 / 0.9);
  }

  .md\:border-x-fuchsia-900\/95 {
    border-left-color: rgb(112 26 117 / 0.95);
    border-right-color: rgb(112 26 117 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-fuchsia-950\/0 {
    border-left-color: rgb(74 4 78 / 0);
    border-right-color: rgb(74 4 78 / 0);
  }

  .md\:border-x-fuchsia-950\/10 {
    border-left-color: rgb(74 4 78 / 0.1);
    border-right-color: rgb(74 4 78 / 0.1);
  }

  .md\:border-x-fuchsia-950\/100 {
    border-left-color: rgb(74 4 78 / 1);
    border-right-color: rgb(74 4 78 / 1);
  }

  .md\:border-x-fuchsia-950\/15 {
    border-left-color: rgb(74 4 78 / 0.15);
    border-right-color: rgb(74 4 78 / 0.15);
  }

  .md\:border-x-fuchsia-950\/20 {
    border-left-color: rgb(74 4 78 / 0.2);
    border-right-color: rgb(74 4 78 / 0.2);
  }

  .md\:border-x-fuchsia-950\/25 {
    border-left-color: rgb(74 4 78 / 0.25);
    border-right-color: rgb(74 4 78 / 0.25);
  }

  .md\:border-x-fuchsia-950\/30 {
    border-left-color: rgb(74 4 78 / 0.3);
    border-right-color: rgb(74 4 78 / 0.3);
  }

  .md\:border-x-fuchsia-950\/35 {
    border-left-color: rgb(74 4 78 / 0.35);
    border-right-color: rgb(74 4 78 / 0.35);
  }

  .md\:border-x-fuchsia-950\/40 {
    border-left-color: rgb(74 4 78 / 0.4);
    border-right-color: rgb(74 4 78 / 0.4);
  }

  .md\:border-x-fuchsia-950\/45 {
    border-left-color: rgb(74 4 78 / 0.45);
    border-right-color: rgb(74 4 78 / 0.45);
  }

  .md\:border-x-fuchsia-950\/5 {
    border-left-color: rgb(74 4 78 / 0.05);
    border-right-color: rgb(74 4 78 / 0.05);
  }

  .md\:border-x-fuchsia-950\/50 {
    border-left-color: rgb(74 4 78 / 0.5);
    border-right-color: rgb(74 4 78 / 0.5);
  }

  .md\:border-x-fuchsia-950\/55 {
    border-left-color: rgb(74 4 78 / 0.55);
    border-right-color: rgb(74 4 78 / 0.55);
  }

  .md\:border-x-fuchsia-950\/60 {
    border-left-color: rgb(74 4 78 / 0.6);
    border-right-color: rgb(74 4 78 / 0.6);
  }

  .md\:border-x-fuchsia-950\/65 {
    border-left-color: rgb(74 4 78 / 0.65);
    border-right-color: rgb(74 4 78 / 0.65);
  }

  .md\:border-x-fuchsia-950\/70 {
    border-left-color: rgb(74 4 78 / 0.7);
    border-right-color: rgb(74 4 78 / 0.7);
  }

  .md\:border-x-fuchsia-950\/75 {
    border-left-color: rgb(74 4 78 / 0.75);
    border-right-color: rgb(74 4 78 / 0.75);
  }

  .md\:border-x-fuchsia-950\/80 {
    border-left-color: rgb(74 4 78 / 0.8);
    border-right-color: rgb(74 4 78 / 0.8);
  }

  .md\:border-x-fuchsia-950\/85 {
    border-left-color: rgb(74 4 78 / 0.85);
    border-right-color: rgb(74 4 78 / 0.85);
  }

  .md\:border-x-fuchsia-950\/90 {
    border-left-color: rgb(74 4 78 / 0.9);
    border-right-color: rgb(74 4 78 / 0.9);
  }

  .md\:border-x-fuchsia-950\/95 {
    border-left-color: rgb(74 4 78 / 0.95);
    border-right-color: rgb(74 4 78 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-gray-100\/0 {
    border-left-color: rgb(243 244 246 / 0);
    border-right-color: rgb(243 244 246 / 0);
  }

  .md\:border-x-gray-100\/10 {
    border-left-color: rgb(243 244 246 / 0.1);
    border-right-color: rgb(243 244 246 / 0.1);
  }

  .md\:border-x-gray-100\/100 {
    border-left-color: rgb(243 244 246 / 1);
    border-right-color: rgb(243 244 246 / 1);
  }

  .md\:border-x-gray-100\/15 {
    border-left-color: rgb(243 244 246 / 0.15);
    border-right-color: rgb(243 244 246 / 0.15);
  }

  .md\:border-x-gray-100\/20 {
    border-left-color: rgb(243 244 246 / 0.2);
    border-right-color: rgb(243 244 246 / 0.2);
  }

  .md\:border-x-gray-100\/25 {
    border-left-color: rgb(243 244 246 / 0.25);
    border-right-color: rgb(243 244 246 / 0.25);
  }

  .md\:border-x-gray-100\/30 {
    border-left-color: rgb(243 244 246 / 0.3);
    border-right-color: rgb(243 244 246 / 0.3);
  }

  .md\:border-x-gray-100\/35 {
    border-left-color: rgb(243 244 246 / 0.35);
    border-right-color: rgb(243 244 246 / 0.35);
  }

  .md\:border-x-gray-100\/40 {
    border-left-color: rgb(243 244 246 / 0.4);
    border-right-color: rgb(243 244 246 / 0.4);
  }

  .md\:border-x-gray-100\/45 {
    border-left-color: rgb(243 244 246 / 0.45);
    border-right-color: rgb(243 244 246 / 0.45);
  }

  .md\:border-x-gray-100\/5 {
    border-left-color: rgb(243 244 246 / 0.05);
    border-right-color: rgb(243 244 246 / 0.05);
  }

  .md\:border-x-gray-100\/50 {
    border-left-color: rgb(243 244 246 / 0.5);
    border-right-color: rgb(243 244 246 / 0.5);
  }

  .md\:border-x-gray-100\/55 {
    border-left-color: rgb(243 244 246 / 0.55);
    border-right-color: rgb(243 244 246 / 0.55);
  }

  .md\:border-x-gray-100\/60 {
    border-left-color: rgb(243 244 246 / 0.6);
    border-right-color: rgb(243 244 246 / 0.6);
  }

  .md\:border-x-gray-100\/65 {
    border-left-color: rgb(243 244 246 / 0.65);
    border-right-color: rgb(243 244 246 / 0.65);
  }

  .md\:border-x-gray-100\/70 {
    border-left-color: rgb(243 244 246 / 0.7);
    border-right-color: rgb(243 244 246 / 0.7);
  }

  .md\:border-x-gray-100\/75 {
    border-left-color: rgb(243 244 246 / 0.75);
    border-right-color: rgb(243 244 246 / 0.75);
  }

  .md\:border-x-gray-100\/80 {
    border-left-color: rgb(243 244 246 / 0.8);
    border-right-color: rgb(243 244 246 / 0.8);
  }

  .md\:border-x-gray-100\/85 {
    border-left-color: rgb(243 244 246 / 0.85);
    border-right-color: rgb(243 244 246 / 0.85);
  }

  .md\:border-x-gray-100\/90 {
    border-left-color: rgb(243 244 246 / 0.9);
    border-right-color: rgb(243 244 246 / 0.9);
  }

  .md\:border-x-gray-100\/95 {
    border-left-color: rgb(243 244 246 / 0.95);
    border-right-color: rgb(243 244 246 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-gray-200\/0 {
    border-left-color: rgb(229 231 235 / 0);
    border-right-color: rgb(229 231 235 / 0);
  }

  .md\:border-x-gray-200\/10 {
    border-left-color: rgb(229 231 235 / 0.1);
    border-right-color: rgb(229 231 235 / 0.1);
  }

  .md\:border-x-gray-200\/100 {
    border-left-color: rgb(229 231 235 / 1);
    border-right-color: rgb(229 231 235 / 1);
  }

  .md\:border-x-gray-200\/15 {
    border-left-color: rgb(229 231 235 / 0.15);
    border-right-color: rgb(229 231 235 / 0.15);
  }

  .md\:border-x-gray-200\/20 {
    border-left-color: rgb(229 231 235 / 0.2);
    border-right-color: rgb(229 231 235 / 0.2);
  }

  .md\:border-x-gray-200\/25 {
    border-left-color: rgb(229 231 235 / 0.25);
    border-right-color: rgb(229 231 235 / 0.25);
  }

  .md\:border-x-gray-200\/30 {
    border-left-color: rgb(229 231 235 / 0.3);
    border-right-color: rgb(229 231 235 / 0.3);
  }

  .md\:border-x-gray-200\/35 {
    border-left-color: rgb(229 231 235 / 0.35);
    border-right-color: rgb(229 231 235 / 0.35);
  }

  .md\:border-x-gray-200\/40 {
    border-left-color: rgb(229 231 235 / 0.4);
    border-right-color: rgb(229 231 235 / 0.4);
  }

  .md\:border-x-gray-200\/45 {
    border-left-color: rgb(229 231 235 / 0.45);
    border-right-color: rgb(229 231 235 / 0.45);
  }

  .md\:border-x-gray-200\/5 {
    border-left-color: rgb(229 231 235 / 0.05);
    border-right-color: rgb(229 231 235 / 0.05);
  }

  .md\:border-x-gray-200\/50 {
    border-left-color: rgb(229 231 235 / 0.5);
    border-right-color: rgb(229 231 235 / 0.5);
  }

  .md\:border-x-gray-200\/55 {
    border-left-color: rgb(229 231 235 / 0.55);
    border-right-color: rgb(229 231 235 / 0.55);
  }

  .md\:border-x-gray-200\/60 {
    border-left-color: rgb(229 231 235 / 0.6);
    border-right-color: rgb(229 231 235 / 0.6);
  }

  .md\:border-x-gray-200\/65 {
    border-left-color: rgb(229 231 235 / 0.65);
    border-right-color: rgb(229 231 235 / 0.65);
  }

  .md\:border-x-gray-200\/70 {
    border-left-color: rgb(229 231 235 / 0.7);
    border-right-color: rgb(229 231 235 / 0.7);
  }

  .md\:border-x-gray-200\/75 {
    border-left-color: rgb(229 231 235 / 0.75);
    border-right-color: rgb(229 231 235 / 0.75);
  }

  .md\:border-x-gray-200\/80 {
    border-left-color: rgb(229 231 235 / 0.8);
    border-right-color: rgb(229 231 235 / 0.8);
  }

  .md\:border-x-gray-200\/85 {
    border-left-color: rgb(229 231 235 / 0.85);
    border-right-color: rgb(229 231 235 / 0.85);
  }

  .md\:border-x-gray-200\/90 {
    border-left-color: rgb(229 231 235 / 0.9);
    border-right-color: rgb(229 231 235 / 0.9);
  }

  .md\:border-x-gray-200\/95 {
    border-left-color: rgb(229 231 235 / 0.95);
    border-right-color: rgb(229 231 235 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-gray-300\/0 {
    border-left-color: rgb(209 213 219 / 0);
    border-right-color: rgb(209 213 219 / 0);
  }

  .md\:border-x-gray-300\/10 {
    border-left-color: rgb(209 213 219 / 0.1);
    border-right-color: rgb(209 213 219 / 0.1);
  }

  .md\:border-x-gray-300\/100 {
    border-left-color: rgb(209 213 219 / 1);
    border-right-color: rgb(209 213 219 / 1);
  }

  .md\:border-x-gray-300\/15 {
    border-left-color: rgb(209 213 219 / 0.15);
    border-right-color: rgb(209 213 219 / 0.15);
  }

  .md\:border-x-gray-300\/20 {
    border-left-color: rgb(209 213 219 / 0.2);
    border-right-color: rgb(209 213 219 / 0.2);
  }

  .md\:border-x-gray-300\/25 {
    border-left-color: rgb(209 213 219 / 0.25);
    border-right-color: rgb(209 213 219 / 0.25);
  }

  .md\:border-x-gray-300\/30 {
    border-left-color: rgb(209 213 219 / 0.3);
    border-right-color: rgb(209 213 219 / 0.3);
  }

  .md\:border-x-gray-300\/35 {
    border-left-color: rgb(209 213 219 / 0.35);
    border-right-color: rgb(209 213 219 / 0.35);
  }

  .md\:border-x-gray-300\/40 {
    border-left-color: rgb(209 213 219 / 0.4);
    border-right-color: rgb(209 213 219 / 0.4);
  }

  .md\:border-x-gray-300\/45 {
    border-left-color: rgb(209 213 219 / 0.45);
    border-right-color: rgb(209 213 219 / 0.45);
  }

  .md\:border-x-gray-300\/5 {
    border-left-color: rgb(209 213 219 / 0.05);
    border-right-color: rgb(209 213 219 / 0.05);
  }

  .md\:border-x-gray-300\/50 {
    border-left-color: rgb(209 213 219 / 0.5);
    border-right-color: rgb(209 213 219 / 0.5);
  }

  .md\:border-x-gray-300\/55 {
    border-left-color: rgb(209 213 219 / 0.55);
    border-right-color: rgb(209 213 219 / 0.55);
  }

  .md\:border-x-gray-300\/60 {
    border-left-color: rgb(209 213 219 / 0.6);
    border-right-color: rgb(209 213 219 / 0.6);
  }

  .md\:border-x-gray-300\/65 {
    border-left-color: rgb(209 213 219 / 0.65);
    border-right-color: rgb(209 213 219 / 0.65);
  }

  .md\:border-x-gray-300\/70 {
    border-left-color: rgb(209 213 219 / 0.7);
    border-right-color: rgb(209 213 219 / 0.7);
  }

  .md\:border-x-gray-300\/75 {
    border-left-color: rgb(209 213 219 / 0.75);
    border-right-color: rgb(209 213 219 / 0.75);
  }

  .md\:border-x-gray-300\/80 {
    border-left-color: rgb(209 213 219 / 0.8);
    border-right-color: rgb(209 213 219 / 0.8);
  }

  .md\:border-x-gray-300\/85 {
    border-left-color: rgb(209 213 219 / 0.85);
    border-right-color: rgb(209 213 219 / 0.85);
  }

  .md\:border-x-gray-300\/90 {
    border-left-color: rgb(209 213 219 / 0.9);
    border-right-color: rgb(209 213 219 / 0.9);
  }

  .md\:border-x-gray-300\/95 {
    border-left-color: rgb(209 213 219 / 0.95);
    border-right-color: rgb(209 213 219 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-gray-400\/0 {
    border-left-color: rgb(156 163 175 / 0);
    border-right-color: rgb(156 163 175 / 0);
  }

  .md\:border-x-gray-400\/10 {
    border-left-color: rgb(156 163 175 / 0.1);
    border-right-color: rgb(156 163 175 / 0.1);
  }

  .md\:border-x-gray-400\/100 {
    border-left-color: rgb(156 163 175 / 1);
    border-right-color: rgb(156 163 175 / 1);
  }

  .md\:border-x-gray-400\/15 {
    border-left-color: rgb(156 163 175 / 0.15);
    border-right-color: rgb(156 163 175 / 0.15);
  }

  .md\:border-x-gray-400\/20 {
    border-left-color: rgb(156 163 175 / 0.2);
    border-right-color: rgb(156 163 175 / 0.2);
  }

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

  .md\:border-x-gray-400\/30 {
    border-left-color: rgb(156 163 175 / 0.3);
    border-right-color: rgb(156 163 175 / 0.3);
  }

  .md\:border-x-gray-400\/35 {
    border-left-color: rgb(156 163 175 / 0.35);
    border-right-color: rgb(156 163 175 / 0.35);
  }

  .md\:border-x-gray-400\/40 {
    border-left-color: rgb(156 163 175 / 0.4);
    border-right-color: rgb(156 163 175 / 0.4);
  }

  .md\:border-x-gray-400\/45 {
    border-left-color: rgb(156 163 175 / 0.45);
    border-right-color: rgb(156 163 175 / 0.45);
  }

  .md\:border-x-gray-400\/5 {
    border-left-color: rgb(156 163 175 / 0.05);
    border-right-color: rgb(156 163 175 / 0.05);
  }

  .md\:border-x-gray-400\/50 {
    border-left-color: rgb(156 163 175 / 0.5);
    border-right-color: rgb(156 163 175 / 0.5);
  }

  .md\:border-x-gray-400\/55 {
    border-left-color: rgb(156 163 175 / 0.55);
    border-right-color: rgb(156 163 175 / 0.55);
  }

  .md\:border-x-gray-400\/60 {
    border-left-color: rgb(156 163 175 / 0.6);
    border-right-color: rgb(156 163 175 / 0.6);
  }

  .md\:border-x-gray-400\/65 {
    border-left-color: rgb(156 163 175 / 0.65);
    border-right-color: rgb(156 163 175 / 0.65);
  }

  .md\:border-x-gray-400\/70 {
    border-left-color: rgb(156 163 175 / 0.7);
    border-right-color: rgb(156 163 175 / 0.7);
  }

  .md\:border-x-gray-400\/75 {
    border-left-color: rgb(156 163 175 / 0.75);
    border-right-color: rgb(156 163 175 / 0.75);
  }

  .md\:border-x-gray-400\/80 {
    border-left-color: rgb(156 163 175 / 0.8);
    border-right-color: rgb(156 163 175 / 0.8);
  }

  .md\:border-x-gray-400\/85 {
    border-left-color: rgb(156 163 175 / 0.85);
    border-right-color: rgb(156 163 175 / 0.85);
  }

  .md\:border-x-gray-400\/90 {
    border-left-color: rgb(156 163 175 / 0.9);
    border-right-color: rgb(156 163 175 / 0.9);
  }

  .md\:border-x-gray-400\/95 {
    border-left-color: rgb(156 163 175 / 0.95);
    border-right-color: rgb(156 163 175 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-gray-50\/0 {
    border-left-color: rgb(249 250 251 / 0);
    border-right-color: rgb(249 250 251 / 0);
  }

  .md\:border-x-gray-50\/10 {
    border-left-color: rgb(249 250 251 / 0.1);
    border-right-color: rgb(249 250 251 / 0.1);
  }

  .md\:border-x-gray-50\/100 {
    border-left-color: rgb(249 250 251 / 1);
    border-right-color: rgb(249 250 251 / 1);
  }

  .md\:border-x-gray-50\/15 {
    border-left-color: rgb(249 250 251 / 0.15);
    border-right-color: rgb(249 250 251 / 0.15);
  }

  .md\:border-x-gray-50\/20 {
    border-left-color: rgb(249 250 251 / 0.2);
    border-right-color: rgb(249 250 251 / 0.2);
  }

  .md\:border-x-gray-50\/25 {
    border-left-color: rgb(249 250 251 / 0.25);
    border-right-color: rgb(249 250 251 / 0.25);
  }

  .md\:border-x-gray-50\/30 {
    border-left-color: rgb(249 250 251 / 0.3);
    border-right-color: rgb(249 250 251 / 0.3);
  }

  .md\:border-x-gray-50\/35 {
    border-left-color: rgb(249 250 251 / 0.35);
    border-right-color: rgb(249 250 251 / 0.35);
  }

  .md\:border-x-gray-50\/40 {
    border-left-color: rgb(249 250 251 / 0.4);
    border-right-color: rgb(249 250 251 / 0.4);
  }

  .md\:border-x-gray-50\/45 {
    border-left-color: rgb(249 250 251 / 0.45);
    border-right-color: rgb(249 250 251 / 0.45);
  }

  .md\:border-x-gray-50\/5 {
    border-left-color: rgb(249 250 251 / 0.05);
    border-right-color: rgb(249 250 251 / 0.05);
  }

  .md\:border-x-gray-50\/50 {
    border-left-color: rgb(249 250 251 / 0.5);
    border-right-color: rgb(249 250 251 / 0.5);
  }

  .md\:border-x-gray-50\/55 {
    border-left-color: rgb(249 250 251 / 0.55);
    border-right-color: rgb(249 250 251 / 0.55);
  }

  .md\:border-x-gray-50\/60 {
    border-left-color: rgb(249 250 251 / 0.6);
    border-right-color: rgb(249 250 251 / 0.6);
  }

  .md\:border-x-gray-50\/65 {
    border-left-color: rgb(249 250 251 / 0.65);
    border-right-color: rgb(249 250 251 / 0.65);
  }

  .md\:border-x-gray-50\/70 {
    border-left-color: rgb(249 250 251 / 0.7);
    border-right-color: rgb(249 250 251 / 0.7);
  }

  .md\:border-x-gray-50\/75 {
    border-left-color: rgb(249 250 251 / 0.75);
    border-right-color: rgb(249 250 251 / 0.75);
  }

  .md\:border-x-gray-50\/80 {
    border-left-color: rgb(249 250 251 / 0.8);
    border-right-color: rgb(249 250 251 / 0.8);
  }

  .md\:border-x-gray-50\/85 {
    border-left-color: rgb(249 250 251 / 0.85);
    border-right-color: rgb(249 250 251 / 0.85);
  }

  .md\:border-x-gray-50\/90 {
    border-left-color: rgb(249 250 251 / 0.9);
    border-right-color: rgb(249 250 251 / 0.9);
  }

  .md\:border-x-gray-50\/95 {
    border-left-color: rgb(249 250 251 / 0.95);
    border-right-color: rgb(249 250 251 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-gray-500\/0 {
    border-left-color: rgb(107 114 128 / 0);
    border-right-color: rgb(107 114 128 / 0);
  }

  .md\:border-x-gray-500\/10 {
    border-left-color: rgb(107 114 128 / 0.1);
    border-right-color: rgb(107 114 128 / 0.1);
  }

  .md\:border-x-gray-500\/100 {
    border-left-color: rgb(107 114 128 / 1);
    border-right-color: rgb(107 114 128 / 1);
  }

  .md\:border-x-gray-500\/15 {
    border-left-color: rgb(107 114 128 / 0.15);
    border-right-color: rgb(107 114 128 / 0.15);
  }

  .md\:border-x-gray-500\/20 {
    border-left-color: rgb(107 114 128 / 0.2);
    border-right-color: rgb(107 114 128 / 0.2);
  }

  .md\:border-x-gray-500\/25 {
    border-left-color: rgb(107 114 128 / 0.25);
    border-right-color: rgb(107 114 128 / 0.25);
  }

  .md\:border-x-gray-500\/30 {
    border-left-color: rgb(107 114 128 / 0.3);
    border-right-color: rgb(107 114 128 / 0.3);
  }

  .md\:border-x-gray-500\/35 {
    border-left-color: rgb(107 114 128 / 0.35);
    border-right-color: rgb(107 114 128 / 0.35);
  }

  .md\:border-x-gray-500\/40 {
    border-left-color: rgb(107 114 128 / 0.4);
    border-right-color: rgb(107 114 128 / 0.4);
  }

  .md\:border-x-gray-500\/45 {
    border-left-color: rgb(107 114 128 / 0.45);
    border-right-color: rgb(107 114 128 / 0.45);
  }

  .md\:border-x-gray-500\/5 {
    border-left-color: rgb(107 114 128 / 0.05);
    border-right-color: rgb(107 114 128 / 0.05);
  }

  .md\:border-x-gray-500\/50 {
    border-left-color: rgb(107 114 128 / 0.5);
    border-right-color: rgb(107 114 128 / 0.5);
  }

  .md\:border-x-gray-500\/55 {
    border-left-color: rgb(107 114 128 / 0.55);
    border-right-color: rgb(107 114 128 / 0.55);
  }

  .md\:border-x-gray-500\/60 {
    border-left-color: rgb(107 114 128 / 0.6);
    border-right-color: rgb(107 114 128 / 0.6);
  }

  .md\:border-x-gray-500\/65 {
    border-left-color: rgb(107 114 128 / 0.65);
    border-right-color: rgb(107 114 128 / 0.65);
  }

  .md\:border-x-gray-500\/70 {
    border-left-color: rgb(107 114 128 / 0.7);
    border-right-color: rgb(107 114 128 / 0.7);
  }

  .md\:border-x-gray-500\/75 {
    border-left-color: rgb(107 114 128 / 0.75);
    border-right-color: rgb(107 114 128 / 0.75);
  }

  .md\:border-x-gray-500\/80 {
    border-left-color: rgb(107 114 128 / 0.8);
    border-right-color: rgb(107 114 128 / 0.8);
  }

  .md\:border-x-gray-500\/85 {
    border-left-color: rgb(107 114 128 / 0.85);
    border-right-color: rgb(107 114 128 / 0.85);
  }

  .md\:border-x-gray-500\/90 {
    border-left-color: rgb(107 114 128 / 0.9);
    border-right-color: rgb(107 114 128 / 0.9);
  }

  .md\:border-x-gray-500\/95 {
    border-left-color: rgb(107 114 128 / 0.95);
    border-right-color: rgb(107 114 128 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-gray-600\/0 {
    border-left-color: rgb(75 85 99 / 0);
    border-right-color: rgb(75 85 99 / 0);
  }

  .md\:border-x-gray-600\/10 {
    border-left-color: rgb(75 85 99 / 0.1);
    border-right-color: rgb(75 85 99 / 0.1);
  }

  .md\:border-x-gray-600\/100 {
    border-left-color: rgb(75 85 99 / 1);
    border-right-color: rgb(75 85 99 / 1);
  }

  .md\:border-x-gray-600\/15 {
    border-left-color: rgb(75 85 99 / 0.15);
    border-right-color: rgb(75 85 99 / 0.15);
  }

  .md\:border-x-gray-600\/20 {
    border-left-color: rgb(75 85 99 / 0.2);
    border-right-color: rgb(75 85 99 / 0.2);
  }

  .md\:border-x-gray-600\/25 {
    border-left-color: rgb(75 85 99 / 0.25);
    border-right-color: rgb(75 85 99 / 0.25);
  }

  .md\:border-x-gray-600\/30 {
    border-left-color: rgb(75 85 99 / 0.3);
    border-right-color: rgb(75 85 99 / 0.3);
  }

  .md\:border-x-gray-600\/35 {
    border-left-color: rgb(75 85 99 / 0.35);
    border-right-color: rgb(75 85 99 / 0.35);
  }

  .md\:border-x-gray-600\/40 {
    border-left-color: rgb(75 85 99 / 0.4);
    border-right-color: rgb(75 85 99 / 0.4);
  }

  .md\:border-x-gray-600\/45 {
    border-left-color: rgb(75 85 99 / 0.45);
    border-right-color: rgb(75 85 99 / 0.45);
  }

  .md\:border-x-gray-600\/5 {
    border-left-color: rgb(75 85 99 / 0.05);
    border-right-color: rgb(75 85 99 / 0.05);
  }

  .md\:border-x-gray-600\/50 {
    border-left-color: rgb(75 85 99 / 0.5);
    border-right-color: rgb(75 85 99 / 0.5);
  }

  .md\:border-x-gray-600\/55 {
    border-left-color: rgb(75 85 99 / 0.55);
    border-right-color: rgb(75 85 99 / 0.55);
  }

  .md\:border-x-gray-600\/60 {
    border-left-color: rgb(75 85 99 / 0.6);
    border-right-color: rgb(75 85 99 / 0.6);
  }

  .md\:border-x-gray-600\/65 {
    border-left-color: rgb(75 85 99 / 0.65);
    border-right-color: rgb(75 85 99 / 0.65);
  }

  .md\:border-x-gray-600\/70 {
    border-left-color: rgb(75 85 99 / 0.7);
    border-right-color: rgb(75 85 99 / 0.7);
  }

  .md\:border-x-gray-600\/75 {
    border-left-color: rgb(75 85 99 / 0.75);
    border-right-color: rgb(75 85 99 / 0.75);
  }

  .md\:border-x-gray-600\/80 {
    border-left-color: rgb(75 85 99 / 0.8);
    border-right-color: rgb(75 85 99 / 0.8);
  }

  .md\:border-x-gray-600\/85 {
    border-left-color: rgb(75 85 99 / 0.85);
    border-right-color: rgb(75 85 99 / 0.85);
  }

  .md\:border-x-gray-600\/90 {
    border-left-color: rgb(75 85 99 / 0.9);
    border-right-color: rgb(75 85 99 / 0.9);
  }

  .md\:border-x-gray-600\/95 {
    border-left-color: rgb(75 85 99 / 0.95);
    border-right-color: rgb(75 85 99 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-gray-700\/0 {
    border-left-color: rgb(55 65 81 / 0);
    border-right-color: rgb(55 65 81 / 0);
  }

  .md\:border-x-gray-700\/10 {
    border-left-color: rgb(55 65 81 / 0.1);
    border-right-color: rgb(55 65 81 / 0.1);
  }

  .md\:border-x-gray-700\/100 {
    border-left-color: rgb(55 65 81 / 1);
    border-right-color: rgb(55 65 81 / 1);
  }

  .md\:border-x-gray-700\/15 {
    border-left-color: rgb(55 65 81 / 0.15);
    border-right-color: rgb(55 65 81 / 0.15);
  }

  .md\:border-x-gray-700\/20 {
    border-left-color: rgb(55 65 81 / 0.2);
    border-right-color: rgb(55 65 81 / 0.2);
  }

  .md\:border-x-gray-700\/25 {
    border-left-color: rgb(55 65 81 / 0.25);
    border-right-color: rgb(55 65 81 / 0.25);
  }

  .md\:border-x-gray-700\/30 {
    border-left-color: rgb(55 65 81 / 0.3);
    border-right-color: rgb(55 65 81 / 0.3);
  }

  .md\:border-x-gray-700\/35 {
    border-left-color: rgb(55 65 81 / 0.35);
    border-right-color: rgb(55 65 81 / 0.35);
  }

  .md\:border-x-gray-700\/40 {
    border-left-color: rgb(55 65 81 / 0.4);
    border-right-color: rgb(55 65 81 / 0.4);
  }

  .md\:border-x-gray-700\/45 {
    border-left-color: rgb(55 65 81 / 0.45);
    border-right-color: rgb(55 65 81 / 0.45);
  }

  .md\:border-x-gray-700\/5 {
    border-left-color: rgb(55 65 81 / 0.05);
    border-right-color: rgb(55 65 81 / 0.05);
  }

  .md\:border-x-gray-700\/50 {
    border-left-color: rgb(55 65 81 / 0.5);
    border-right-color: rgb(55 65 81 / 0.5);
  }

  .md\:border-x-gray-700\/55 {
    border-left-color: rgb(55 65 81 / 0.55);
    border-right-color: rgb(55 65 81 / 0.55);
  }

  .md\:border-x-gray-700\/60 {
    border-left-color: rgb(55 65 81 / 0.6);
    border-right-color: rgb(55 65 81 / 0.6);
  }

  .md\:border-x-gray-700\/65 {
    border-left-color: rgb(55 65 81 / 0.65);
    border-right-color: rgb(55 65 81 / 0.65);
  }

  .md\:border-x-gray-700\/70 {
    border-left-color: rgb(55 65 81 / 0.7);
    border-right-color: rgb(55 65 81 / 0.7);
  }

  .md\:border-x-gray-700\/75 {
    border-left-color: rgb(55 65 81 / 0.75);
    border-right-color: rgb(55 65 81 / 0.75);
  }

  .md\:border-x-gray-700\/80 {
    border-left-color: rgb(55 65 81 / 0.8);
    border-right-color: rgb(55 65 81 / 0.8);
  }

  .md\:border-x-gray-700\/85 {
    border-left-color: rgb(55 65 81 / 0.85);
    border-right-color: rgb(55 65 81 / 0.85);
  }

  .md\:border-x-gray-700\/90 {
    border-left-color: rgb(55 65 81 / 0.9);
    border-right-color: rgb(55 65 81 / 0.9);
  }

  .md\:border-x-gray-700\/95 {
    border-left-color: rgb(55 65 81 / 0.95);
    border-right-color: rgb(55 65 81 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-gray-800\/0 {
    border-left-color: rgb(31 41 55 / 0);
    border-right-color: rgb(31 41 55 / 0);
  }

  .md\:border-x-gray-800\/10 {
    border-left-color: rgb(31 41 55 / 0.1);
    border-right-color: rgb(31 41 55 / 0.1);
  }

  .md\:border-x-gray-800\/100 {
    border-left-color: rgb(31 41 55 / 1);
    border-right-color: rgb(31 41 55 / 1);
  }

  .md\:border-x-gray-800\/15 {
    border-left-color: rgb(31 41 55 / 0.15);
    border-right-color: rgb(31 41 55 / 0.15);
  }

  .md\:border-x-gray-800\/20 {
    border-left-color: rgb(31 41 55 / 0.2);
    border-right-color: rgb(31 41 55 / 0.2);
  }

  .md\:border-x-gray-800\/25 {
    border-left-color: rgb(31 41 55 / 0.25);
    border-right-color: rgb(31 41 55 / 0.25);
  }

  .md\:border-x-gray-800\/30 {
    border-left-color: rgb(31 41 55 / 0.3);
    border-right-color: rgb(31 41 55 / 0.3);
  }

  .md\:border-x-gray-800\/35 {
    border-left-color: rgb(31 41 55 / 0.35);
    border-right-color: rgb(31 41 55 / 0.35);
  }

  .md\:border-x-gray-800\/40 {
    border-left-color: rgb(31 41 55 / 0.4);
    border-right-color: rgb(31 41 55 / 0.4);
  }

  .md\:border-x-gray-800\/45 {
    border-left-color: rgb(31 41 55 / 0.45);
    border-right-color: rgb(31 41 55 / 0.45);
  }

  .md\:border-x-gray-800\/5 {
    border-left-color: rgb(31 41 55 / 0.05);
    border-right-color: rgb(31 41 55 / 0.05);
  }

  .md\:border-x-gray-800\/50 {
    border-left-color: rgb(31 41 55 / 0.5);
    border-right-color: rgb(31 41 55 / 0.5);
  }

  .md\:border-x-gray-800\/55 {
    border-left-color: rgb(31 41 55 / 0.55);
    border-right-color: rgb(31 41 55 / 0.55);
  }

  .md\:border-x-gray-800\/60 {
    border-left-color: rgb(31 41 55 / 0.6);
    border-right-color: rgb(31 41 55 / 0.6);
  }

  .md\:border-x-gray-800\/65 {
    border-left-color: rgb(31 41 55 / 0.65);
    border-right-color: rgb(31 41 55 / 0.65);
  }

  .md\:border-x-gray-800\/70 {
    border-left-color: rgb(31 41 55 / 0.7);
    border-right-color: rgb(31 41 55 / 0.7);
  }

  .md\:border-x-gray-800\/75 {
    border-left-color: rgb(31 41 55 / 0.75);
    border-right-color: rgb(31 41 55 / 0.75);
  }

  .md\:border-x-gray-800\/80 {
    border-left-color: rgb(31 41 55 / 0.8);
    border-right-color: rgb(31 41 55 / 0.8);
  }

  .md\:border-x-gray-800\/85 {
    border-left-color: rgb(31 41 55 / 0.85);
    border-right-color: rgb(31 41 55 / 0.85);
  }

  .md\:border-x-gray-800\/90 {
    border-left-color: rgb(31 41 55 / 0.9);
    border-right-color: rgb(31 41 55 / 0.9);
  }

  .md\:border-x-gray-800\/95 {
    border-left-color: rgb(31 41 55 / 0.95);
    border-right-color: rgb(31 41 55 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-gray-900\/0 {
    border-left-color: rgb(17 24 39 / 0);
    border-right-color: rgb(17 24 39 / 0);
  }

  .md\:border-x-gray-900\/10 {
    border-left-color: rgb(17 24 39 / 0.1);
    border-right-color: rgb(17 24 39 / 0.1);
  }

  .md\:border-x-gray-900\/100 {
    border-left-color: rgb(17 24 39 / 1);
    border-right-color: rgb(17 24 39 / 1);
  }

  .md\:border-x-gray-900\/15 {
    border-left-color: rgb(17 24 39 / 0.15);
    border-right-color: rgb(17 24 39 / 0.15);
  }

  .md\:border-x-gray-900\/20 {
    border-left-color: rgb(17 24 39 / 0.2);
    border-right-color: rgb(17 24 39 / 0.2);
  }

  .md\:border-x-gray-900\/25 {
    border-left-color: rgb(17 24 39 / 0.25);
    border-right-color: rgb(17 24 39 / 0.25);
  }

  .md\:border-x-gray-900\/30 {
    border-left-color: rgb(17 24 39 / 0.3);
    border-right-color: rgb(17 24 39 / 0.3);
  }

  .md\:border-x-gray-900\/35 {
    border-left-color: rgb(17 24 39 / 0.35);
    border-right-color: rgb(17 24 39 / 0.35);
  }

  .md\:border-x-gray-900\/40 {
    border-left-color: rgb(17 24 39 / 0.4);
    border-right-color: rgb(17 24 39 / 0.4);
  }

  .md\:border-x-gray-900\/45 {
    border-left-color: rgb(17 24 39 / 0.45);
    border-right-color: rgb(17 24 39 / 0.45);
  }

  .md\:border-x-gray-900\/5 {
    border-left-color: rgb(17 24 39 / 0.05);
    border-right-color: rgb(17 24 39 / 0.05);
  }

  .md\:border-x-gray-900\/50 {
    border-left-color: rgb(17 24 39 / 0.5);
    border-right-color: rgb(17 24 39 / 0.5);
  }

  .md\:border-x-gray-900\/55 {
    border-left-color: rgb(17 24 39 / 0.55);
    border-right-color: rgb(17 24 39 / 0.55);
  }

  .md\:border-x-gray-900\/60 {
    border-left-color: rgb(17 24 39 / 0.6);
    border-right-color: rgb(17 24 39 / 0.6);
  }

  .md\:border-x-gray-900\/65 {
    border-left-color: rgb(17 24 39 / 0.65);
    border-right-color: rgb(17 24 39 / 0.65);
  }

  .md\:border-x-gray-900\/70 {
    border-left-color: rgb(17 24 39 / 0.7);
    border-right-color: rgb(17 24 39 / 0.7);
  }

  .md\:border-x-gray-900\/75 {
    border-left-color: rgb(17 24 39 / 0.75);
    border-right-color: rgb(17 24 39 / 0.75);
  }

  .md\:border-x-gray-900\/80 {
    border-left-color: rgb(17 24 39 / 0.8);
    border-right-color: rgb(17 24 39 / 0.8);
  }

  .md\:border-x-gray-900\/85 {
    border-left-color: rgb(17 24 39 / 0.85);
    border-right-color: rgb(17 24 39 / 0.85);
  }

  .md\:border-x-gray-900\/90 {
    border-left-color: rgb(17 24 39 / 0.9);
    border-right-color: rgb(17 24 39 / 0.9);
  }

  .md\:border-x-gray-900\/95 {
    border-left-color: rgb(17 24 39 / 0.95);
    border-right-color: rgb(17 24 39 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-gray-950\/0 {
    border-left-color: rgb(3 7 18 / 0);
    border-right-color: rgb(3 7 18 / 0);
  }

  .md\:border-x-gray-950\/10 {
    border-left-color: rgb(3 7 18 / 0.1);
    border-right-color: rgb(3 7 18 / 0.1);
  }

  .md\:border-x-gray-950\/100 {
    border-left-color: rgb(3 7 18 / 1);
    border-right-color: rgb(3 7 18 / 1);
  }

  .md\:border-x-gray-950\/15 {
    border-left-color: rgb(3 7 18 / 0.15);
    border-right-color: rgb(3 7 18 / 0.15);
  }

  .md\:border-x-gray-950\/20 {
    border-left-color: rgb(3 7 18 / 0.2);
    border-right-color: rgb(3 7 18 / 0.2);
  }

  .md\:border-x-gray-950\/25 {
    border-left-color: rgb(3 7 18 / 0.25);
    border-right-color: rgb(3 7 18 / 0.25);
  }

  .md\:border-x-gray-950\/30 {
    border-left-color: rgb(3 7 18 / 0.3);
    border-right-color: rgb(3 7 18 / 0.3);
  }

  .md\:border-x-gray-950\/35 {
    border-left-color: rgb(3 7 18 / 0.35);
    border-right-color: rgb(3 7 18 / 0.35);
  }

  .md\:border-x-gray-950\/40 {
    border-left-color: rgb(3 7 18 / 0.4);
    border-right-color: rgb(3 7 18 / 0.4);
  }

  .md\:border-x-gray-950\/45 {
    border-left-color: rgb(3 7 18 / 0.45);
    border-right-color: rgb(3 7 18 / 0.45);
  }

  .md\:border-x-gray-950\/5 {
    border-left-color: rgb(3 7 18 / 0.05);
    border-right-color: rgb(3 7 18 / 0.05);
  }

  .md\:border-x-gray-950\/50 {
    border-left-color: rgb(3 7 18 / 0.5);
    border-right-color: rgb(3 7 18 / 0.5);
  }

  .md\:border-x-gray-950\/55 {
    border-left-color: rgb(3 7 18 / 0.55);
    border-right-color: rgb(3 7 18 / 0.55);
  }

  .md\:border-x-gray-950\/60 {
    border-left-color: rgb(3 7 18 / 0.6);
    border-right-color: rgb(3 7 18 / 0.6);
  }

  .md\:border-x-gray-950\/65 {
    border-left-color: rgb(3 7 18 / 0.65);
    border-right-color: rgb(3 7 18 / 0.65);
  }

  .md\:border-x-gray-950\/70 {
    border-left-color: rgb(3 7 18 / 0.7);
    border-right-color: rgb(3 7 18 / 0.7);
  }

  .md\:border-x-gray-950\/75 {
    border-left-color: rgb(3 7 18 / 0.75);
    border-right-color: rgb(3 7 18 / 0.75);
  }

  .md\:border-x-gray-950\/80 {
    border-left-color: rgb(3 7 18 / 0.8);
    border-right-color: rgb(3 7 18 / 0.8);
  }

  .md\:border-x-gray-950\/85 {
    border-left-color: rgb(3 7 18 / 0.85);
    border-right-color: rgb(3 7 18 / 0.85);
  }

  .md\:border-x-gray-950\/90 {
    border-left-color: rgb(3 7 18 / 0.9);
    border-right-color: rgb(3 7 18 / 0.9);
  }

  .md\:border-x-gray-950\/95 {
    border-left-color: rgb(3 7 18 / 0.95);
    border-right-color: rgb(3 7 18 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-green-100\/0 {
    border-left-color: rgb(220 252 231 / 0);
    border-right-color: rgb(220 252 231 / 0);
  }

  .md\:border-x-green-100\/10 {
    border-left-color: rgb(220 252 231 / 0.1);
    border-right-color: rgb(220 252 231 / 0.1);
  }

  .md\:border-x-green-100\/100 {
    border-left-color: rgb(220 252 231 / 1);
    border-right-color: rgb(220 252 231 / 1);
  }

  .md\:border-x-green-100\/15 {
    border-left-color: rgb(220 252 231 / 0.15);
    border-right-color: rgb(220 252 231 / 0.15);
  }

  .md\:border-x-green-100\/20 {
    border-left-color: rgb(220 252 231 / 0.2);
    border-right-color: rgb(220 252 231 / 0.2);
  }

  .md\:border-x-green-100\/25 {
    border-left-color: rgb(220 252 231 / 0.25);
    border-right-color: rgb(220 252 231 / 0.25);
  }

  .md\:border-x-green-100\/30 {
    border-left-color: rgb(220 252 231 / 0.3);
    border-right-color: rgb(220 252 231 / 0.3);
  }

  .md\:border-x-green-100\/35 {
    border-left-color: rgb(220 252 231 / 0.35);
    border-right-color: rgb(220 252 231 / 0.35);
  }

  .md\:border-x-green-100\/40 {
    border-left-color: rgb(220 252 231 / 0.4);
    border-right-color: rgb(220 252 231 / 0.4);
  }

  .md\:border-x-green-100\/45 {
    border-left-color: rgb(220 252 231 / 0.45);
    border-right-color: rgb(220 252 231 / 0.45);
  }

  .md\:border-x-green-100\/5 {
    border-left-color: rgb(220 252 231 / 0.05);
    border-right-color: rgb(220 252 231 / 0.05);
  }

  .md\:border-x-green-100\/50 {
    border-left-color: rgb(220 252 231 / 0.5);
    border-right-color: rgb(220 252 231 / 0.5);
  }

  .md\:border-x-green-100\/55 {
    border-left-color: rgb(220 252 231 / 0.55);
    border-right-color: rgb(220 252 231 / 0.55);
  }

  .md\:border-x-green-100\/60 {
    border-left-color: rgb(220 252 231 / 0.6);
    border-right-color: rgb(220 252 231 / 0.6);
  }

  .md\:border-x-green-100\/65 {
    border-left-color: rgb(220 252 231 / 0.65);
    border-right-color: rgb(220 252 231 / 0.65);
  }

  .md\:border-x-green-100\/70 {
    border-left-color: rgb(220 252 231 / 0.7);
    border-right-color: rgb(220 252 231 / 0.7);
  }

  .md\:border-x-green-100\/75 {
    border-left-color: rgb(220 252 231 / 0.75);
    border-right-color: rgb(220 252 231 / 0.75);
  }

  .md\:border-x-green-100\/80 {
    border-left-color: rgb(220 252 231 / 0.8);
    border-right-color: rgb(220 252 231 / 0.8);
  }

  .md\:border-x-green-100\/85 {
    border-left-color: rgb(220 252 231 / 0.85);
    border-right-color: rgb(220 252 231 / 0.85);
  }

  .md\:border-x-green-100\/90 {
    border-left-color: rgb(220 252 231 / 0.9);
    border-right-color: rgb(220 252 231 / 0.9);
  }

  .md\:border-x-green-100\/95 {
    border-left-color: rgb(220 252 231 / 0.95);
    border-right-color: rgb(220 252 231 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-green-200\/0 {
    border-left-color: rgb(187 247 208 / 0);
    border-right-color: rgb(187 247 208 / 0);
  }

  .md\:border-x-green-200\/10 {
    border-left-color: rgb(187 247 208 / 0.1);
    border-right-color: rgb(187 247 208 / 0.1);
  }

  .md\:border-x-green-200\/100 {
    border-left-color: rgb(187 247 208 / 1);
    border-right-color: rgb(187 247 208 / 1);
  }

  .md\:border-x-green-200\/15 {
    border-left-color: rgb(187 247 208 / 0.15);
    border-right-color: rgb(187 247 208 / 0.15);
  }

  .md\:border-x-green-200\/20 {
    border-left-color: rgb(187 247 208 / 0.2);
    border-right-color: rgb(187 247 208 / 0.2);
  }

  .md\:border-x-green-200\/25 {
    border-left-color: rgb(187 247 208 / 0.25);
    border-right-color: rgb(187 247 208 / 0.25);
  }

  .md\:border-x-green-200\/30 {
    border-left-color: rgb(187 247 208 / 0.3);
    border-right-color: rgb(187 247 208 / 0.3);
  }

  .md\:border-x-green-200\/35 {
    border-left-color: rgb(187 247 208 / 0.35);
    border-right-color: rgb(187 247 208 / 0.35);
  }

  .md\:border-x-green-200\/40 {
    border-left-color: rgb(187 247 208 / 0.4);
    border-right-color: rgb(187 247 208 / 0.4);
  }

  .md\:border-x-green-200\/45 {
    border-left-color: rgb(187 247 208 / 0.45);
    border-right-color: rgb(187 247 208 / 0.45);
  }

  .md\:border-x-green-200\/5 {
    border-left-color: rgb(187 247 208 / 0.05);
    border-right-color: rgb(187 247 208 / 0.05);
  }

  .md\:border-x-green-200\/50 {
    border-left-color: rgb(187 247 208 / 0.5);
    border-right-color: rgb(187 247 208 / 0.5);
  }

  .md\:border-x-green-200\/55 {
    border-left-color: rgb(187 247 208 / 0.55);
    border-right-color: rgb(187 247 208 / 0.55);
  }

  .md\:border-x-green-200\/60 {
    border-left-color: rgb(187 247 208 / 0.6);
    border-right-color: rgb(187 247 208 / 0.6);
  }

  .md\:border-x-green-200\/65 {
    border-left-color: rgb(187 247 208 / 0.65);
    border-right-color: rgb(187 247 208 / 0.65);
  }

  .md\:border-x-green-200\/70 {
    border-left-color: rgb(187 247 208 / 0.7);
    border-right-color: rgb(187 247 208 / 0.7);
  }

  .md\:border-x-green-200\/75 {
    border-left-color: rgb(187 247 208 / 0.75);
    border-right-color: rgb(187 247 208 / 0.75);
  }

  .md\:border-x-green-200\/80 {
    border-left-color: rgb(187 247 208 / 0.8);
    border-right-color: rgb(187 247 208 / 0.8);
  }

  .md\:border-x-green-200\/85 {
    border-left-color: rgb(187 247 208 / 0.85);
    border-right-color: rgb(187 247 208 / 0.85);
  }

  .md\:border-x-green-200\/90 {
    border-left-color: rgb(187 247 208 / 0.9);
    border-right-color: rgb(187 247 208 / 0.9);
  }

  .md\:border-x-green-200\/95 {
    border-left-color: rgb(187 247 208 / 0.95);
    border-right-color: rgb(187 247 208 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-green-300\/0 {
    border-left-color: rgb(134 239 172 / 0);
    border-right-color: rgb(134 239 172 / 0);
  }

  .md\:border-x-green-300\/10 {
    border-left-color: rgb(134 239 172 / 0.1);
    border-right-color: rgb(134 239 172 / 0.1);
  }

  .md\:border-x-green-300\/100 {
    border-left-color: rgb(134 239 172 / 1);
    border-right-color: rgb(134 239 172 / 1);
  }

  .md\:border-x-green-300\/15 {
    border-left-color: rgb(134 239 172 / 0.15);
    border-right-color: rgb(134 239 172 / 0.15);
  }

  .md\:border-x-green-300\/20 {
    border-left-color: rgb(134 239 172 / 0.2);
    border-right-color: rgb(134 239 172 / 0.2);
  }

  .md\:border-x-green-300\/25 {
    border-left-color: rgb(134 239 172 / 0.25);
    border-right-color: rgb(134 239 172 / 0.25);
  }

  .md\:border-x-green-300\/30 {
    border-left-color: rgb(134 239 172 / 0.3);
    border-right-color: rgb(134 239 172 / 0.3);
  }

  .md\:border-x-green-300\/35 {
    border-left-color: rgb(134 239 172 / 0.35);
    border-right-color: rgb(134 239 172 / 0.35);
  }

  .md\:border-x-green-300\/40 {
    border-left-color: rgb(134 239 172 / 0.4);
    border-right-color: rgb(134 239 172 / 0.4);
  }

  .md\:border-x-green-300\/45 {
    border-left-color: rgb(134 239 172 / 0.45);
    border-right-color: rgb(134 239 172 / 0.45);
  }

  .md\:border-x-green-300\/5 {
    border-left-color: rgb(134 239 172 / 0.05);
    border-right-color: rgb(134 239 172 / 0.05);
  }

  .md\:border-x-green-300\/50 {
    border-left-color: rgb(134 239 172 / 0.5);
    border-right-color: rgb(134 239 172 / 0.5);
  }

  .md\:border-x-green-300\/55 {
    border-left-color: rgb(134 239 172 / 0.55);
    border-right-color: rgb(134 239 172 / 0.55);
  }

  .md\:border-x-green-300\/60 {
    border-left-color: rgb(134 239 172 / 0.6);
    border-right-color: rgb(134 239 172 / 0.6);
  }

  .md\:border-x-green-300\/65 {
    border-left-color: rgb(134 239 172 / 0.65);
    border-right-color: rgb(134 239 172 / 0.65);
  }

  .md\:border-x-green-300\/70 {
    border-left-color: rgb(134 239 172 / 0.7);
    border-right-color: rgb(134 239 172 / 0.7);
  }

  .md\:border-x-green-300\/75 {
    border-left-color: rgb(134 239 172 / 0.75);
    border-right-color: rgb(134 239 172 / 0.75);
  }

  .md\:border-x-green-300\/80 {
    border-left-color: rgb(134 239 172 / 0.8);
    border-right-color: rgb(134 239 172 / 0.8);
  }

  .md\:border-x-green-300\/85 {
    border-left-color: rgb(134 239 172 / 0.85);
    border-right-color: rgb(134 239 172 / 0.85);
  }

  .md\:border-x-green-300\/90 {
    border-left-color: rgb(134 239 172 / 0.9);
    border-right-color: rgb(134 239 172 / 0.9);
  }

  .md\:border-x-green-300\/95 {
    border-left-color: rgb(134 239 172 / 0.95);
    border-right-color: rgb(134 239 172 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-green-400\/0 {
    border-left-color: rgb(74 222 128 / 0);
    border-right-color: rgb(74 222 128 / 0);
  }

  .md\:border-x-green-400\/10 {
    border-left-color: rgb(74 222 128 / 0.1);
    border-right-color: rgb(74 222 128 / 0.1);
  }

  .md\:border-x-green-400\/100 {
    border-left-color: rgb(74 222 128 / 1);
    border-right-color: rgb(74 222 128 / 1);
  }

  .md\:border-x-green-400\/15 {
    border-left-color: rgb(74 222 128 / 0.15);
    border-right-color: rgb(74 222 128 / 0.15);
  }

  .md\:border-x-green-400\/20 {
    border-left-color: rgb(74 222 128 / 0.2);
    border-right-color: rgb(74 222 128 / 0.2);
  }

  .md\:border-x-green-400\/25 {
    border-left-color: rgb(74 222 128 / 0.25);
    border-right-color: rgb(74 222 128 / 0.25);
  }

  .md\:border-x-green-400\/30 {
    border-left-color: rgb(74 222 128 / 0.3);
    border-right-color: rgb(74 222 128 / 0.3);
  }

  .md\:border-x-green-400\/35 {
    border-left-color: rgb(74 222 128 / 0.35);
    border-right-color: rgb(74 222 128 / 0.35);
  }

  .md\:border-x-green-400\/40 {
    border-left-color: rgb(74 222 128 / 0.4);
    border-right-color: rgb(74 222 128 / 0.4);
  }

  .md\:border-x-green-400\/45 {
    border-left-color: rgb(74 222 128 / 0.45);
    border-right-color: rgb(74 222 128 / 0.45);
  }

  .md\:border-x-green-400\/5 {
    border-left-color: rgb(74 222 128 / 0.05);
    border-right-color: rgb(74 222 128 / 0.05);
  }

  .md\:border-x-green-400\/50 {
    border-left-color: rgb(74 222 128 / 0.5);
    border-right-color: rgb(74 222 128 / 0.5);
  }

  .md\:border-x-green-400\/55 {
    border-left-color: rgb(74 222 128 / 0.55);
    border-right-color: rgb(74 222 128 / 0.55);
  }

  .md\:border-x-green-400\/60 {
    border-left-color: rgb(74 222 128 / 0.6);
    border-right-color: rgb(74 222 128 / 0.6);
  }

  .md\:border-x-green-400\/65 {
    border-left-color: rgb(74 222 128 / 0.65);
    border-right-color: rgb(74 222 128 / 0.65);
  }

  .md\:border-x-green-400\/70 {
    border-left-color: rgb(74 222 128 / 0.7);
    border-right-color: rgb(74 222 128 / 0.7);
  }

  .md\:border-x-green-400\/75 {
    border-left-color: rgb(74 222 128 / 0.75);
    border-right-color: rgb(74 222 128 / 0.75);
  }

  .md\:border-x-green-400\/80 {
    border-left-color: rgb(74 222 128 / 0.8);
    border-right-color: rgb(74 222 128 / 0.8);
  }

  .md\:border-x-green-400\/85 {
    border-left-color: rgb(74 222 128 / 0.85);
    border-right-color: rgb(74 222 128 / 0.85);
  }

  .md\:border-x-green-400\/90 {
    border-left-color: rgb(74 222 128 / 0.9);
    border-right-color: rgb(74 222 128 / 0.9);
  }

  .md\:border-x-green-400\/95 {
    border-left-color: rgb(74 222 128 / 0.95);
    border-right-color: rgb(74 222 128 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-green-50\/0 {
    border-left-color: rgb(240 253 244 / 0);
    border-right-color: rgb(240 253 244 / 0);
  }

  .md\:border-x-green-50\/10 {
    border-left-color: rgb(240 253 244 / 0.1);
    border-right-color: rgb(240 253 244 / 0.1);
  }

  .md\:border-x-green-50\/100 {
    border-left-color: rgb(240 253 244 / 1);
    border-right-color: rgb(240 253 244 / 1);
  }

  .md\:border-x-green-50\/15 {
    border-left-color: rgb(240 253 244 / 0.15);
    border-right-color: rgb(240 253 244 / 0.15);
  }

  .md\:border-x-green-50\/20 {
    border-left-color: rgb(240 253 244 / 0.2);
    border-right-color: rgb(240 253 244 / 0.2);
  }

  .md\:border-x-green-50\/25 {
    border-left-color: rgb(240 253 244 / 0.25);
    border-right-color: rgb(240 253 244 / 0.25);
  }

  .md\:border-x-green-50\/30 {
    border-left-color: rgb(240 253 244 / 0.3);
    border-right-color: rgb(240 253 244 / 0.3);
  }

  .md\:border-x-green-50\/35 {
    border-left-color: rgb(240 253 244 / 0.35);
    border-right-color: rgb(240 253 244 / 0.35);
  }

  .md\:border-x-green-50\/40 {
    border-left-color: rgb(240 253 244 / 0.4);
    border-right-color: rgb(240 253 244 / 0.4);
  }

  .md\:border-x-green-50\/45 {
    border-left-color: rgb(240 253 244 / 0.45);
    border-right-color: rgb(240 253 244 / 0.45);
  }

  .md\:border-x-green-50\/5 {
    border-left-color: rgb(240 253 244 / 0.05);
    border-right-color: rgb(240 253 244 / 0.05);
  }

  .md\:border-x-green-50\/50 {
    border-left-color: rgb(240 253 244 / 0.5);
    border-right-color: rgb(240 253 244 / 0.5);
  }

  .md\:border-x-green-50\/55 {
    border-left-color: rgb(240 253 244 / 0.55);
    border-right-color: rgb(240 253 244 / 0.55);
  }

  .md\:border-x-green-50\/60 {
    border-left-color: rgb(240 253 244 / 0.6);
    border-right-color: rgb(240 253 244 / 0.6);
  }

  .md\:border-x-green-50\/65 {
    border-left-color: rgb(240 253 244 / 0.65);
    border-right-color: rgb(240 253 244 / 0.65);
  }

  .md\:border-x-green-50\/70 {
    border-left-color: rgb(240 253 244 / 0.7);
    border-right-color: rgb(240 253 244 / 0.7);
  }

  .md\:border-x-green-50\/75 {
    border-left-color: rgb(240 253 244 / 0.75);
    border-right-color: rgb(240 253 244 / 0.75);
  }

  .md\:border-x-green-50\/80 {
    border-left-color: rgb(240 253 244 / 0.8);
    border-right-color: rgb(240 253 244 / 0.8);
  }

  .md\:border-x-green-50\/85 {
    border-left-color: rgb(240 253 244 / 0.85);
    border-right-color: rgb(240 253 244 / 0.85);
  }

  .md\:border-x-green-50\/90 {
    border-left-color: rgb(240 253 244 / 0.9);
    border-right-color: rgb(240 253 244 / 0.9);
  }

  .md\:border-x-green-50\/95 {
    border-left-color: rgb(240 253 244 / 0.95);
    border-right-color: rgb(240 253 244 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-green-500\/0 {
    border-left-color: rgb(34 197 94 / 0);
    border-right-color: rgb(34 197 94 / 0);
  }

  .md\:border-x-green-500\/10 {
    border-left-color: rgb(34 197 94 / 0.1);
    border-right-color: rgb(34 197 94 / 0.1);
  }

  .md\:border-x-green-500\/100 {
    border-left-color: rgb(34 197 94 / 1);
    border-right-color: rgb(34 197 94 / 1);
  }

  .md\:border-x-green-500\/15 {
    border-left-color: rgb(34 197 94 / 0.15);
    border-right-color: rgb(34 197 94 / 0.15);
  }

  .md\:border-x-green-500\/20 {
    border-left-color: rgb(34 197 94 / 0.2);
    border-right-color: rgb(34 197 94 / 0.2);
  }

  .md\:border-x-green-500\/25 {
    border-left-color: rgb(34 197 94 / 0.25);
    border-right-color: rgb(34 197 94 / 0.25);
  }

  .md\:border-x-green-500\/30 {
    border-left-color: rgb(34 197 94 / 0.3);
    border-right-color: rgb(34 197 94 / 0.3);
  }

  .md\:border-x-green-500\/35 {
    border-left-color: rgb(34 197 94 / 0.35);
    border-right-color: rgb(34 197 94 / 0.35);
  }

  .md\:border-x-green-500\/40 {
    border-left-color: rgb(34 197 94 / 0.4);
    border-right-color: rgb(34 197 94 / 0.4);
  }

  .md\:border-x-green-500\/45 {
    border-left-color: rgb(34 197 94 / 0.45);
    border-right-color: rgb(34 197 94 / 0.45);
  }

  .md\:border-x-green-500\/5 {
    border-left-color: rgb(34 197 94 / 0.05);
    border-right-color: rgb(34 197 94 / 0.05);
  }

  .md\:border-x-green-500\/50 {
    border-left-color: rgb(34 197 94 / 0.5);
    border-right-color: rgb(34 197 94 / 0.5);
  }

  .md\:border-x-green-500\/55 {
    border-left-color: rgb(34 197 94 / 0.55);
    border-right-color: rgb(34 197 94 / 0.55);
  }

  .md\:border-x-green-500\/60 {
    border-left-color: rgb(34 197 94 / 0.6);
    border-right-color: rgb(34 197 94 / 0.6);
  }

  .md\:border-x-green-500\/65 {
    border-left-color: rgb(34 197 94 / 0.65);
    border-right-color: rgb(34 197 94 / 0.65);
  }

  .md\:border-x-green-500\/70 {
    border-left-color: rgb(34 197 94 / 0.7);
    border-right-color: rgb(34 197 94 / 0.7);
  }

  .md\:border-x-green-500\/75 {
    border-left-color: rgb(34 197 94 / 0.75);
    border-right-color: rgb(34 197 94 / 0.75);
  }

  .md\:border-x-green-500\/80 {
    border-left-color: rgb(34 197 94 / 0.8);
    border-right-color: rgb(34 197 94 / 0.8);
  }

  .md\:border-x-green-500\/85 {
    border-left-color: rgb(34 197 94 / 0.85);
    border-right-color: rgb(34 197 94 / 0.85);
  }

  .md\:border-x-green-500\/90 {
    border-left-color: rgb(34 197 94 / 0.9);
    border-right-color: rgb(34 197 94 / 0.9);
  }

  .md\:border-x-green-500\/95 {
    border-left-color: rgb(34 197 94 / 0.95);
    border-right-color: rgb(34 197 94 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-green-600\/0 {
    border-left-color: rgb(22 163 74 / 0);
    border-right-color: rgb(22 163 74 / 0);
  }

  .md\:border-x-green-600\/10 {
    border-left-color: rgb(22 163 74 / 0.1);
    border-right-color: rgb(22 163 74 / 0.1);
  }

  .md\:border-x-green-600\/100 {
    border-left-color: rgb(22 163 74 / 1);
    border-right-color: rgb(22 163 74 / 1);
  }

  .md\:border-x-green-600\/15 {
    border-left-color: rgb(22 163 74 / 0.15);
    border-right-color: rgb(22 163 74 / 0.15);
  }

  .md\:border-x-green-600\/20 {
    border-left-color: rgb(22 163 74 / 0.2);
    border-right-color: rgb(22 163 74 / 0.2);
  }

  .md\:border-x-green-600\/25 {
    border-left-color: rgb(22 163 74 / 0.25);
    border-right-color: rgb(22 163 74 / 0.25);
  }

  .md\:border-x-green-600\/30 {
    border-left-color: rgb(22 163 74 / 0.3);
    border-right-color: rgb(22 163 74 / 0.3);
  }

  .md\:border-x-green-600\/35 {
    border-left-color: rgb(22 163 74 / 0.35);
    border-right-color: rgb(22 163 74 / 0.35);
  }

  .md\:border-x-green-600\/40 {
    border-left-color: rgb(22 163 74 / 0.4);
    border-right-color: rgb(22 163 74 / 0.4);
  }

  .md\:border-x-green-600\/45 {
    border-left-color: rgb(22 163 74 / 0.45);
    border-right-color: rgb(22 163 74 / 0.45);
  }

  .md\:border-x-green-600\/5 {
    border-left-color: rgb(22 163 74 / 0.05);
    border-right-color: rgb(22 163 74 / 0.05);
  }

  .md\:border-x-green-600\/50 {
    border-left-color: rgb(22 163 74 / 0.5);
    border-right-color: rgb(22 163 74 / 0.5);
  }

  .md\:border-x-green-600\/55 {
    border-left-color: rgb(22 163 74 / 0.55);
    border-right-color: rgb(22 163 74 / 0.55);
  }

  .md\:border-x-green-600\/60 {
    border-left-color: rgb(22 163 74 / 0.6);
    border-right-color: rgb(22 163 74 / 0.6);
  }

  .md\:border-x-green-600\/65 {
    border-left-color: rgb(22 163 74 / 0.65);
    border-right-color: rgb(22 163 74 / 0.65);
  }

  .md\:border-x-green-600\/70 {
    border-left-color: rgb(22 163 74 / 0.7);
    border-right-color: rgb(22 163 74 / 0.7);
  }

  .md\:border-x-green-600\/75 {
    border-left-color: rgb(22 163 74 / 0.75);
    border-right-color: rgb(22 163 74 / 0.75);
  }

  .md\:border-x-green-600\/80 {
    border-left-color: rgb(22 163 74 / 0.8);
    border-right-color: rgb(22 163 74 / 0.8);
  }

  .md\:border-x-green-600\/85 {
    border-left-color: rgb(22 163 74 / 0.85);
    border-right-color: rgb(22 163 74 / 0.85);
  }

  .md\:border-x-green-600\/90 {
    border-left-color: rgb(22 163 74 / 0.9);
    border-right-color: rgb(22 163 74 / 0.9);
  }

  .md\:border-x-green-600\/95 {
    border-left-color: rgb(22 163 74 / 0.95);
    border-right-color: rgb(22 163 74 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-green-700\/0 {
    border-left-color: rgb(21 128 61 / 0);
    border-right-color: rgb(21 128 61 / 0);
  }

  .md\:border-x-green-700\/10 {
    border-left-color: rgb(21 128 61 / 0.1);
    border-right-color: rgb(21 128 61 / 0.1);
  }

  .md\:border-x-green-700\/100 {
    border-left-color: rgb(21 128 61 / 1);
    border-right-color: rgb(21 128 61 / 1);
  }

  .md\:border-x-green-700\/15 {
    border-left-color: rgb(21 128 61 / 0.15);
    border-right-color: rgb(21 128 61 / 0.15);
  }

  .md\:border-x-green-700\/20 {
    border-left-color: rgb(21 128 61 / 0.2);
    border-right-color: rgb(21 128 61 / 0.2);
  }

  .md\:border-x-green-700\/25 {
    border-left-color: rgb(21 128 61 / 0.25);
    border-right-color: rgb(21 128 61 / 0.25);
  }

  .md\:border-x-green-700\/30 {
    border-left-color: rgb(21 128 61 / 0.3);
    border-right-color: rgb(21 128 61 / 0.3);
  }

  .md\:border-x-green-700\/35 {
    border-left-color: rgb(21 128 61 / 0.35);
    border-right-color: rgb(21 128 61 / 0.35);
  }

  .md\:border-x-green-700\/40 {
    border-left-color: rgb(21 128 61 / 0.4);
    border-right-color: rgb(21 128 61 / 0.4);
  }

  .md\:border-x-green-700\/45 {
    border-left-color: rgb(21 128 61 / 0.45);
    border-right-color: rgb(21 128 61 / 0.45);
  }

  .md\:border-x-green-700\/5 {
    border-left-color: rgb(21 128 61 / 0.05);
    border-right-color: rgb(21 128 61 / 0.05);
  }

  .md\:border-x-green-700\/50 {
    border-left-color: rgb(21 128 61 / 0.5);
    border-right-color: rgb(21 128 61 / 0.5);
  }

  .md\:border-x-green-700\/55 {
    border-left-color: rgb(21 128 61 / 0.55);
    border-right-color: rgb(21 128 61 / 0.55);
  }

  .md\:border-x-green-700\/60 {
    border-left-color: rgb(21 128 61 / 0.6);
    border-right-color: rgb(21 128 61 / 0.6);
  }

  .md\:border-x-green-700\/65 {
    border-left-color: rgb(21 128 61 / 0.65);
    border-right-color: rgb(21 128 61 / 0.65);
  }

  .md\:border-x-green-700\/70 {
    border-left-color: rgb(21 128 61 / 0.7);
    border-right-color: rgb(21 128 61 / 0.7);
  }

  .md\:border-x-green-700\/75 {
    border-left-color: rgb(21 128 61 / 0.75);
    border-right-color: rgb(21 128 61 / 0.75);
  }

  .md\:border-x-green-700\/80 {
    border-left-color: rgb(21 128 61 / 0.8);
    border-right-color: rgb(21 128 61 / 0.8);
  }

  .md\:border-x-green-700\/85 {
    border-left-color: rgb(21 128 61 / 0.85);
    border-right-color: rgb(21 128 61 / 0.85);
  }

  .md\:border-x-green-700\/90 {
    border-left-color: rgb(21 128 61 / 0.9);
    border-right-color: rgb(21 128 61 / 0.9);
  }

  .md\:border-x-green-700\/95 {
    border-left-color: rgb(21 128 61 / 0.95);
    border-right-color: rgb(21 128 61 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-green-800\/0 {
    border-left-color: rgb(22 101 52 / 0);
    border-right-color: rgb(22 101 52 / 0);
  }

  .md\:border-x-green-800\/10 {
    border-left-color: rgb(22 101 52 / 0.1);
    border-right-color: rgb(22 101 52 / 0.1);
  }

  .md\:border-x-green-800\/100 {
    border-left-color: rgb(22 101 52 / 1);
    border-right-color: rgb(22 101 52 / 1);
  }

  .md\:border-x-green-800\/15 {
    border-left-color: rgb(22 101 52 / 0.15);
    border-right-color: rgb(22 101 52 / 0.15);
  }

  .md\:border-x-green-800\/20 {
    border-left-color: rgb(22 101 52 / 0.2);
    border-right-color: rgb(22 101 52 / 0.2);
  }

  .md\:border-x-green-800\/25 {
    border-left-color: rgb(22 101 52 / 0.25);
    border-right-color: rgb(22 101 52 / 0.25);
  }

  .md\:border-x-green-800\/30 {
    border-left-color: rgb(22 101 52 / 0.3);
    border-right-color: rgb(22 101 52 / 0.3);
  }

  .md\:border-x-green-800\/35 {
    border-left-color: rgb(22 101 52 / 0.35);
    border-right-color: rgb(22 101 52 / 0.35);
  }

  .md\:border-x-green-800\/40 {
    border-left-color: rgb(22 101 52 / 0.4);
    border-right-color: rgb(22 101 52 / 0.4);
  }

  .md\:border-x-green-800\/45 {
    border-left-color: rgb(22 101 52 / 0.45);
    border-right-color: rgb(22 101 52 / 0.45);
  }

  .md\:border-x-green-800\/5 {
    border-left-color: rgb(22 101 52 / 0.05);
    border-right-color: rgb(22 101 52 / 0.05);
  }

  .md\:border-x-green-800\/50 {
    border-left-color: rgb(22 101 52 / 0.5);
    border-right-color: rgb(22 101 52 / 0.5);
  }

  .md\:border-x-green-800\/55 {
    border-left-color: rgb(22 101 52 / 0.55);
    border-right-color: rgb(22 101 52 / 0.55);
  }

  .md\:border-x-green-800\/60 {
    border-left-color: rgb(22 101 52 / 0.6);
    border-right-color: rgb(22 101 52 / 0.6);
  }

  .md\:border-x-green-800\/65 {
    border-left-color: rgb(22 101 52 / 0.65);
    border-right-color: rgb(22 101 52 / 0.65);
  }

  .md\:border-x-green-800\/70 {
    border-left-color: rgb(22 101 52 / 0.7);
    border-right-color: rgb(22 101 52 / 0.7);
  }

  .md\:border-x-green-800\/75 {
    border-left-color: rgb(22 101 52 / 0.75);
    border-right-color: rgb(22 101 52 / 0.75);
  }

  .md\:border-x-green-800\/80 {
    border-left-color: rgb(22 101 52 / 0.8);
    border-right-color: rgb(22 101 52 / 0.8);
  }

  .md\:border-x-green-800\/85 {
    border-left-color: rgb(22 101 52 / 0.85);
    border-right-color: rgb(22 101 52 / 0.85);
  }

  .md\:border-x-green-800\/90 {
    border-left-color: rgb(22 101 52 / 0.9);
    border-right-color: rgb(22 101 52 / 0.9);
  }

  .md\:border-x-green-800\/95 {
    border-left-color: rgb(22 101 52 / 0.95);
    border-right-color: rgb(22 101 52 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-green-900\/0 {
    border-left-color: rgb(20 83 45 / 0);
    border-right-color: rgb(20 83 45 / 0);
  }

  .md\:border-x-green-900\/10 {
    border-left-color: rgb(20 83 45 / 0.1);
    border-right-color: rgb(20 83 45 / 0.1);
  }

  .md\:border-x-green-900\/100 {
    border-left-color: rgb(20 83 45 / 1);
    border-right-color: rgb(20 83 45 / 1);
  }

  .md\:border-x-green-900\/15 {
    border-left-color: rgb(20 83 45 / 0.15);
    border-right-color: rgb(20 83 45 / 0.15);
  }

  .md\:border-x-green-900\/20 {
    border-left-color: rgb(20 83 45 / 0.2);
    border-right-color: rgb(20 83 45 / 0.2);
  }

  .md\:border-x-green-900\/25 {
    border-left-color: rgb(20 83 45 / 0.25);
    border-right-color: rgb(20 83 45 / 0.25);
  }

  .md\:border-x-green-900\/30 {
    border-left-color: rgb(20 83 45 / 0.3);
    border-right-color: rgb(20 83 45 / 0.3);
  }

  .md\:border-x-green-900\/35 {
    border-left-color: rgb(20 83 45 / 0.35);
    border-right-color: rgb(20 83 45 / 0.35);
  }

  .md\:border-x-green-900\/40 {
    border-left-color: rgb(20 83 45 / 0.4);
    border-right-color: rgb(20 83 45 / 0.4);
  }

  .md\:border-x-green-900\/45 {
    border-left-color: rgb(20 83 45 / 0.45);
    border-right-color: rgb(20 83 45 / 0.45);
  }

  .md\:border-x-green-900\/5 {
    border-left-color: rgb(20 83 45 / 0.05);
    border-right-color: rgb(20 83 45 / 0.05);
  }

  .md\:border-x-green-900\/50 {
    border-left-color: rgb(20 83 45 / 0.5);
    border-right-color: rgb(20 83 45 / 0.5);
  }

  .md\:border-x-green-900\/55 {
    border-left-color: rgb(20 83 45 / 0.55);
    border-right-color: rgb(20 83 45 / 0.55);
  }

  .md\:border-x-green-900\/60 {
    border-left-color: rgb(20 83 45 / 0.6);
    border-right-color: rgb(20 83 45 / 0.6);
  }

  .md\:border-x-green-900\/65 {
    border-left-color: rgb(20 83 45 / 0.65);
    border-right-color: rgb(20 83 45 / 0.65);
  }

  .md\:border-x-green-900\/70 {
    border-left-color: rgb(20 83 45 / 0.7);
    border-right-color: rgb(20 83 45 / 0.7);
  }

  .md\:border-x-green-900\/75 {
    border-left-color: rgb(20 83 45 / 0.75);
    border-right-color: rgb(20 83 45 / 0.75);
  }

  .md\:border-x-green-900\/80 {
    border-left-color: rgb(20 83 45 / 0.8);
    border-right-color: rgb(20 83 45 / 0.8);
  }

  .md\:border-x-green-900\/85 {
    border-left-color: rgb(20 83 45 / 0.85);
    border-right-color: rgb(20 83 45 / 0.85);
  }

  .md\:border-x-green-900\/90 {
    border-left-color: rgb(20 83 45 / 0.9);
    border-right-color: rgb(20 83 45 / 0.9);
  }

  .md\:border-x-green-900\/95 {
    border-left-color: rgb(20 83 45 / 0.95);
    border-right-color: rgb(20 83 45 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-green-950\/0 {
    border-left-color: rgb(5 46 22 / 0);
    border-right-color: rgb(5 46 22 / 0);
  }

  .md\:border-x-green-950\/10 {
    border-left-color: rgb(5 46 22 / 0.1);
    border-right-color: rgb(5 46 22 / 0.1);
  }

  .md\:border-x-green-950\/100 {
    border-left-color: rgb(5 46 22 / 1);
    border-right-color: rgb(5 46 22 / 1);
  }

  .md\:border-x-green-950\/15 {
    border-left-color: rgb(5 46 22 / 0.15);
    border-right-color: rgb(5 46 22 / 0.15);
  }

  .md\:border-x-green-950\/20 {
    border-left-color: rgb(5 46 22 / 0.2);
    border-right-color: rgb(5 46 22 / 0.2);
  }

  .md\:border-x-green-950\/25 {
    border-left-color: rgb(5 46 22 / 0.25);
    border-right-color: rgb(5 46 22 / 0.25);
  }

  .md\:border-x-green-950\/30 {
    border-left-color: rgb(5 46 22 / 0.3);
    border-right-color: rgb(5 46 22 / 0.3);
  }

  .md\:border-x-green-950\/35 {
    border-left-color: rgb(5 46 22 / 0.35);
    border-right-color: rgb(5 46 22 / 0.35);
  }

  .md\:border-x-green-950\/40 {
    border-left-color: rgb(5 46 22 / 0.4);
    border-right-color: rgb(5 46 22 / 0.4);
  }

  .md\:border-x-green-950\/45 {
    border-left-color: rgb(5 46 22 / 0.45);
    border-right-color: rgb(5 46 22 / 0.45);
  }

  .md\:border-x-green-950\/5 {
    border-left-color: rgb(5 46 22 / 0.05);
    border-right-color: rgb(5 46 22 / 0.05);
  }

  .md\:border-x-green-950\/50 {
    border-left-color: rgb(5 46 22 / 0.5);
    border-right-color: rgb(5 46 22 / 0.5);
  }

  .md\:border-x-green-950\/55 {
    border-left-color: rgb(5 46 22 / 0.55);
    border-right-color: rgb(5 46 22 / 0.55);
  }

  .md\:border-x-green-950\/60 {
    border-left-color: rgb(5 46 22 / 0.6);
    border-right-color: rgb(5 46 22 / 0.6);
  }

  .md\:border-x-green-950\/65 {
    border-left-color: rgb(5 46 22 / 0.65);
    border-right-color: rgb(5 46 22 / 0.65);
  }

  .md\:border-x-green-950\/70 {
    border-left-color: rgb(5 46 22 / 0.7);
    border-right-color: rgb(5 46 22 / 0.7);
  }

  .md\:border-x-green-950\/75 {
    border-left-color: rgb(5 46 22 / 0.75);
    border-right-color: rgb(5 46 22 / 0.75);
  }

  .md\:border-x-green-950\/80 {
    border-left-color: rgb(5 46 22 / 0.8);
    border-right-color: rgb(5 46 22 / 0.8);
  }

  .md\:border-x-green-950\/85 {
    border-left-color: rgb(5 46 22 / 0.85);
    border-right-color: rgb(5 46 22 / 0.85);
  }

  .md\:border-x-green-950\/90 {
    border-left-color: rgb(5 46 22 / 0.9);
    border-right-color: rgb(5 46 22 / 0.9);
  }

  .md\:border-x-green-950\/95 {
    border-left-color: rgb(5 46 22 / 0.95);
    border-right-color: rgb(5 46 22 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-indigo-100\/0 {
    border-left-color: rgb(224 231 255 / 0);
    border-right-color: rgb(224 231 255 / 0);
  }

  .md\:border-x-indigo-100\/10 {
    border-left-color: rgb(224 231 255 / 0.1);
    border-right-color: rgb(224 231 255 / 0.1);
  }

  .md\:border-x-indigo-100\/100 {
    border-left-color: rgb(224 231 255 / 1);
    border-right-color: rgb(224 231 255 / 1);
  }

  .md\:border-x-indigo-100\/15 {
    border-left-color: rgb(224 231 255 / 0.15);
    border-right-color: rgb(224 231 255 / 0.15);
  }

  .md\:border-x-indigo-100\/20 {
    border-left-color: rgb(224 231 255 / 0.2);
    border-right-color: rgb(224 231 255 / 0.2);
  }

  .md\:border-x-indigo-100\/25 {
    border-left-color: rgb(224 231 255 / 0.25);
    border-right-color: rgb(224 231 255 / 0.25);
  }

  .md\:border-x-indigo-100\/30 {
    border-left-color: rgb(224 231 255 / 0.3);
    border-right-color: rgb(224 231 255 / 0.3);
  }

  .md\:border-x-indigo-100\/35 {
    border-left-color: rgb(224 231 255 / 0.35);
    border-right-color: rgb(224 231 255 / 0.35);
  }

  .md\:border-x-indigo-100\/40 {
    border-left-color: rgb(224 231 255 / 0.4);
    border-right-color: rgb(224 231 255 / 0.4);
  }

  .md\:border-x-indigo-100\/45 {
    border-left-color: rgb(224 231 255 / 0.45);
    border-right-color: rgb(224 231 255 / 0.45);
  }

  .md\:border-x-indigo-100\/5 {
    border-left-color: rgb(224 231 255 / 0.05);
    border-right-color: rgb(224 231 255 / 0.05);
  }

  .md\:border-x-indigo-100\/50 {
    border-left-color: rgb(224 231 255 / 0.5);
    border-right-color: rgb(224 231 255 / 0.5);
  }

  .md\:border-x-indigo-100\/55 {
    border-left-color: rgb(224 231 255 / 0.55);
    border-right-color: rgb(224 231 255 / 0.55);
  }

  .md\:border-x-indigo-100\/60 {
    border-left-color: rgb(224 231 255 / 0.6);
    border-right-color: rgb(224 231 255 / 0.6);
  }

  .md\:border-x-indigo-100\/65 {
    border-left-color: rgb(224 231 255 / 0.65);
    border-right-color: rgb(224 231 255 / 0.65);
  }

  .md\:border-x-indigo-100\/70 {
    border-left-color: rgb(224 231 255 / 0.7);
    border-right-color: rgb(224 231 255 / 0.7);
  }

  .md\:border-x-indigo-100\/75 {
    border-left-color: rgb(224 231 255 / 0.75);
    border-right-color: rgb(224 231 255 / 0.75);
  }

  .md\:border-x-indigo-100\/80 {
    border-left-color: rgb(224 231 255 / 0.8);
    border-right-color: rgb(224 231 255 / 0.8);
  }

  .md\:border-x-indigo-100\/85 {
    border-left-color: rgb(224 231 255 / 0.85);
    border-right-color: rgb(224 231 255 / 0.85);
  }

  .md\:border-x-indigo-100\/90 {
    border-left-color: rgb(224 231 255 / 0.9);
    border-right-color: rgb(224 231 255 / 0.9);
  }

  .md\:border-x-indigo-100\/95 {
    border-left-color: rgb(224 231 255 / 0.95);
    border-right-color: rgb(224 231 255 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-indigo-200\/0 {
    border-left-color: rgb(199 210 254 / 0);
    border-right-color: rgb(199 210 254 / 0);
  }

  .md\:border-x-indigo-200\/10 {
    border-left-color: rgb(199 210 254 / 0.1);
    border-right-color: rgb(199 210 254 / 0.1);
  }

  .md\:border-x-indigo-200\/100 {
    border-left-color: rgb(199 210 254 / 1);
    border-right-color: rgb(199 210 254 / 1);
  }

  .md\:border-x-indigo-200\/15 {
    border-left-color: rgb(199 210 254 / 0.15);
    border-right-color: rgb(199 210 254 / 0.15);
  }

  .md\:border-x-indigo-200\/20 {
    border-left-color: rgb(199 210 254 / 0.2);
    border-right-color: rgb(199 210 254 / 0.2);
  }

  .md\:border-x-indigo-200\/25 {
    border-left-color: rgb(199 210 254 / 0.25);
    border-right-color: rgb(199 210 254 / 0.25);
  }

  .md\:border-x-indigo-200\/30 {
    border-left-color: rgb(199 210 254 / 0.3);
    border-right-color: rgb(199 210 254 / 0.3);
  }

  .md\:border-x-indigo-200\/35 {
    border-left-color: rgb(199 210 254 / 0.35);
    border-right-color: rgb(199 210 254 / 0.35);
  }

  .md\:border-x-indigo-200\/40 {
    border-left-color: rgb(199 210 254 / 0.4);
    border-right-color: rgb(199 210 254 / 0.4);
  }

  .md\:border-x-indigo-200\/45 {
    border-left-color: rgb(199 210 254 / 0.45);
    border-right-color: rgb(199 210 254 / 0.45);
  }

  .md\:border-x-indigo-200\/5 {
    border-left-color: rgb(199 210 254 / 0.05);
    border-right-color: rgb(199 210 254 / 0.05);
  }

  .md\:border-x-indigo-200\/50 {
    border-left-color: rgb(199 210 254 / 0.5);
    border-right-color: rgb(199 210 254 / 0.5);
  }

  .md\:border-x-indigo-200\/55 {
    border-left-color: rgb(199 210 254 / 0.55);
    border-right-color: rgb(199 210 254 / 0.55);
  }

  .md\:border-x-indigo-200\/60 {
    border-left-color: rgb(199 210 254 / 0.6);
    border-right-color: rgb(199 210 254 / 0.6);
  }

  .md\:border-x-indigo-200\/65 {
    border-left-color: rgb(199 210 254 / 0.65);
    border-right-color: rgb(199 210 254 / 0.65);
  }

  .md\:border-x-indigo-200\/70 {
    border-left-color: rgb(199 210 254 / 0.7);
    border-right-color: rgb(199 210 254 / 0.7);
  }

  .md\:border-x-indigo-200\/75 {
    border-left-color: rgb(199 210 254 / 0.75);
    border-right-color: rgb(199 210 254 / 0.75);
  }

  .md\:border-x-indigo-200\/80 {
    border-left-color: rgb(199 210 254 / 0.8);
    border-right-color: rgb(199 210 254 / 0.8);
  }

  .md\:border-x-indigo-200\/85 {
    border-left-color: rgb(199 210 254 / 0.85);
    border-right-color: rgb(199 210 254 / 0.85);
  }

  .md\:border-x-indigo-200\/90 {
    border-left-color: rgb(199 210 254 / 0.9);
    border-right-color: rgb(199 210 254 / 0.9);
  }

  .md\:border-x-indigo-200\/95 {
    border-left-color: rgb(199 210 254 / 0.95);
    border-right-color: rgb(199 210 254 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-indigo-300\/0 {
    border-left-color: rgb(165 180 252 / 0);
    border-right-color: rgb(165 180 252 / 0);
  }

  .md\:border-x-indigo-300\/10 {
    border-left-color: rgb(165 180 252 / 0.1);
    border-right-color: rgb(165 180 252 / 0.1);
  }

  .md\:border-x-indigo-300\/100 {
    border-left-color: rgb(165 180 252 / 1);
    border-right-color: rgb(165 180 252 / 1);
  }

  .md\:border-x-indigo-300\/15 {
    border-left-color: rgb(165 180 252 / 0.15);
    border-right-color: rgb(165 180 252 / 0.15);
  }

  .md\:border-x-indigo-300\/20 {
    border-left-color: rgb(165 180 252 / 0.2);
    border-right-color: rgb(165 180 252 / 0.2);
  }

  .md\:border-x-indigo-300\/25 {
    border-left-color: rgb(165 180 252 / 0.25);
    border-right-color: rgb(165 180 252 / 0.25);
  }

  .md\:border-x-indigo-300\/30 {
    border-left-color: rgb(165 180 252 / 0.3);
    border-right-color: rgb(165 180 252 / 0.3);
  }

  .md\:border-x-indigo-300\/35 {
    border-left-color: rgb(165 180 252 / 0.35);
    border-right-color: rgb(165 180 252 / 0.35);
  }

  .md\:border-x-indigo-300\/40 {
    border-left-color: rgb(165 180 252 / 0.4);
    border-right-color: rgb(165 180 252 / 0.4);
  }

  .md\:border-x-indigo-300\/45 {
    border-left-color: rgb(165 180 252 / 0.45);
    border-right-color: rgb(165 180 252 / 0.45);
  }

  .md\:border-x-indigo-300\/5 {
    border-left-color: rgb(165 180 252 / 0.05);
    border-right-color: rgb(165 180 252 / 0.05);
  }

  .md\:border-x-indigo-300\/50 {
    border-left-color: rgb(165 180 252 / 0.5);
    border-right-color: rgb(165 180 252 / 0.5);
  }

  .md\:border-x-indigo-300\/55 {
    border-left-color: rgb(165 180 252 / 0.55);
    border-right-color: rgb(165 180 252 / 0.55);
  }

  .md\:border-x-indigo-300\/60 {
    border-left-color: rgb(165 180 252 / 0.6);
    border-right-color: rgb(165 180 252 / 0.6);
  }

  .md\:border-x-indigo-300\/65 {
    border-left-color: rgb(165 180 252 / 0.65);
    border-right-color: rgb(165 180 252 / 0.65);
  }

  .md\:border-x-indigo-300\/70 {
    border-left-color: rgb(165 180 252 / 0.7);
    border-right-color: rgb(165 180 252 / 0.7);
  }

  .md\:border-x-indigo-300\/75 {
    border-left-color: rgb(165 180 252 / 0.75);
    border-right-color: rgb(165 180 252 / 0.75);
  }

  .md\:border-x-indigo-300\/80 {
    border-left-color: rgb(165 180 252 / 0.8);
    border-right-color: rgb(165 180 252 / 0.8);
  }

  .md\:border-x-indigo-300\/85 {
    border-left-color: rgb(165 180 252 / 0.85);
    border-right-color: rgb(165 180 252 / 0.85);
  }

  .md\:border-x-indigo-300\/90 {
    border-left-color: rgb(165 180 252 / 0.9);
    border-right-color: rgb(165 180 252 / 0.9);
  }

  .md\:border-x-indigo-300\/95 {
    border-left-color: rgb(165 180 252 / 0.95);
    border-right-color: rgb(165 180 252 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-indigo-400\/0 {
    border-left-color: rgb(129 140 248 / 0);
    border-right-color: rgb(129 140 248 / 0);
  }

  .md\:border-x-indigo-400\/10 {
    border-left-color: rgb(129 140 248 / 0.1);
    border-right-color: rgb(129 140 248 / 0.1);
  }

  .md\:border-x-indigo-400\/100 {
    border-left-color: rgb(129 140 248 / 1);
    border-right-color: rgb(129 140 248 / 1);
  }

  .md\:border-x-indigo-400\/15 {
    border-left-color: rgb(129 140 248 / 0.15);
    border-right-color: rgb(129 140 248 / 0.15);
  }

  .md\:border-x-indigo-400\/20 {
    border-left-color: rgb(129 140 248 / 0.2);
    border-right-color: rgb(129 140 248 / 0.2);
  }

  .md\:border-x-indigo-400\/25 {
    border-left-color: rgb(129 140 248 / 0.25);
    border-right-color: rgb(129 140 248 / 0.25);
  }

  .md\:border-x-indigo-400\/30 {
    border-left-color: rgb(129 140 248 / 0.3);
    border-right-color: rgb(129 140 248 / 0.3);
  }

  .md\:border-x-indigo-400\/35 {
    border-left-color: rgb(129 140 248 / 0.35);
    border-right-color: rgb(129 140 248 / 0.35);
  }

  .md\:border-x-indigo-400\/40 {
    border-left-color: rgb(129 140 248 / 0.4);
    border-right-color: rgb(129 140 248 / 0.4);
  }

  .md\:border-x-indigo-400\/45 {
    border-left-color: rgb(129 140 248 / 0.45);
    border-right-color: rgb(129 140 248 / 0.45);
  }

  .md\:border-x-indigo-400\/5 {
    border-left-color: rgb(129 140 248 / 0.05);
    border-right-color: rgb(129 140 248 / 0.05);
  }

  .md\:border-x-indigo-400\/50 {
    border-left-color: rgb(129 140 248 / 0.5);
    border-right-color: rgb(129 140 248 / 0.5);
  }

  .md\:border-x-indigo-400\/55 {
    border-left-color: rgb(129 140 248 / 0.55);
    border-right-color: rgb(129 140 248 / 0.55);
  }

  .md\:border-x-indigo-400\/60 {
    border-left-color: rgb(129 140 248 / 0.6);
    border-right-color: rgb(129 140 248 / 0.6);
  }

  .md\:border-x-indigo-400\/65 {
    border-left-color: rgb(129 140 248 / 0.65);
    border-right-color: rgb(129 140 248 / 0.65);
  }

  .md\:border-x-indigo-400\/70 {
    border-left-color: rgb(129 140 248 / 0.7);
    border-right-color: rgb(129 140 248 / 0.7);
  }

  .md\:border-x-indigo-400\/75 {
    border-left-color: rgb(129 140 248 / 0.75);
    border-right-color: rgb(129 140 248 / 0.75);
  }

  .md\:border-x-indigo-400\/80 {
    border-left-color: rgb(129 140 248 / 0.8);
    border-right-color: rgb(129 140 248 / 0.8);
  }

  .md\:border-x-indigo-400\/85 {
    border-left-color: rgb(129 140 248 / 0.85);
    border-right-color: rgb(129 140 248 / 0.85);
  }

  .md\:border-x-indigo-400\/90 {
    border-left-color: rgb(129 140 248 / 0.9);
    border-right-color: rgb(129 140 248 / 0.9);
  }

  .md\:border-x-indigo-400\/95 {
    border-left-color: rgb(129 140 248 / 0.95);
    border-right-color: rgb(129 140 248 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-indigo-50\/0 {
    border-left-color: rgb(238 242 255 / 0);
    border-right-color: rgb(238 242 255 / 0);
  }

  .md\:border-x-indigo-50\/10 {
    border-left-color: rgb(238 242 255 / 0.1);
    border-right-color: rgb(238 242 255 / 0.1);
  }

  .md\:border-x-indigo-50\/100 {
    border-left-color: rgb(238 242 255 / 1);
    border-right-color: rgb(238 242 255 / 1);
  }

  .md\:border-x-indigo-50\/15 {
    border-left-color: rgb(238 242 255 / 0.15);
    border-right-color: rgb(238 242 255 / 0.15);
  }

  .md\:border-x-indigo-50\/20 {
    border-left-color: rgb(238 242 255 / 0.2);
    border-right-color: rgb(238 242 255 / 0.2);
  }

  .md\:border-x-indigo-50\/25 {
    border-left-color: rgb(238 242 255 / 0.25);
    border-right-color: rgb(238 242 255 / 0.25);
  }

  .md\:border-x-indigo-50\/30 {
    border-left-color: rgb(238 242 255 / 0.3);
    border-right-color: rgb(238 242 255 / 0.3);
  }

  .md\:border-x-indigo-50\/35 {
    border-left-color: rgb(238 242 255 / 0.35);
    border-right-color: rgb(238 242 255 / 0.35);
  }

  .md\:border-x-indigo-50\/40 {
    border-left-color: rgb(238 242 255 / 0.4);
    border-right-color: rgb(238 242 255 / 0.4);
  }

  .md\:border-x-indigo-50\/45 {
    border-left-color: rgb(238 242 255 / 0.45);
    border-right-color: rgb(238 242 255 / 0.45);
  }

  .md\:border-x-indigo-50\/5 {
    border-left-color: rgb(238 242 255 / 0.05);
    border-right-color: rgb(238 242 255 / 0.05);
  }

  .md\:border-x-indigo-50\/50 {
    border-left-color: rgb(238 242 255 / 0.5);
    border-right-color: rgb(238 242 255 / 0.5);
  }

  .md\:border-x-indigo-50\/55 {
    border-left-color: rgb(238 242 255 / 0.55);
    border-right-color: rgb(238 242 255 / 0.55);
  }

  .md\:border-x-indigo-50\/60 {
    border-left-color: rgb(238 242 255 / 0.6);
    border-right-color: rgb(238 242 255 / 0.6);
  }

  .md\:border-x-indigo-50\/65 {
    border-left-color: rgb(238 242 255 / 0.65);
    border-right-color: rgb(238 242 255 / 0.65);
  }

  .md\:border-x-indigo-50\/70 {
    border-left-color: rgb(238 242 255 / 0.7);
    border-right-color: rgb(238 242 255 / 0.7);
  }

  .md\:border-x-indigo-50\/75 {
    border-left-color: rgb(238 242 255 / 0.75);
    border-right-color: rgb(238 242 255 / 0.75);
  }

  .md\:border-x-indigo-50\/80 {
    border-left-color: rgb(238 242 255 / 0.8);
    border-right-color: rgb(238 242 255 / 0.8);
  }

  .md\:border-x-indigo-50\/85 {
    border-left-color: rgb(238 242 255 / 0.85);
    border-right-color: rgb(238 242 255 / 0.85);
  }

  .md\:border-x-indigo-50\/90 {
    border-left-color: rgb(238 242 255 / 0.9);
    border-right-color: rgb(238 242 255 / 0.9);
  }

  .md\:border-x-indigo-50\/95 {
    border-left-color: rgb(238 242 255 / 0.95);
    border-right-color: rgb(238 242 255 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-indigo-500\/0 {
    border-left-color: rgb(99 102 241 / 0);
    border-right-color: rgb(99 102 241 / 0);
  }

  .md\:border-x-indigo-500\/10 {
    border-left-color: rgb(99 102 241 / 0.1);
    border-right-color: rgb(99 102 241 / 0.1);
  }

  .md\:border-x-indigo-500\/100 {
    border-left-color: rgb(99 102 241 / 1);
    border-right-color: rgb(99 102 241 / 1);
  }

  .md\:border-x-indigo-500\/15 {
    border-left-color: rgb(99 102 241 / 0.15);
    border-right-color: rgb(99 102 241 / 0.15);
  }

  .md\:border-x-indigo-500\/20 {
    border-left-color: rgb(99 102 241 / 0.2);
    border-right-color: rgb(99 102 241 / 0.2);
  }

  .md\:border-x-indigo-500\/25 {
    border-left-color: rgb(99 102 241 / 0.25);
    border-right-color: rgb(99 102 241 / 0.25);
  }

  .md\:border-x-indigo-500\/30 {
    border-left-color: rgb(99 102 241 / 0.3);
    border-right-color: rgb(99 102 241 / 0.3);
  }

  .md\:border-x-indigo-500\/35 {
    border-left-color: rgb(99 102 241 / 0.35);
    border-right-color: rgb(99 102 241 / 0.35);
  }

  .md\:border-x-indigo-500\/40 {
    border-left-color: rgb(99 102 241 / 0.4);
    border-right-color: rgb(99 102 241 / 0.4);
  }

  .md\:border-x-indigo-500\/45 {
    border-left-color: rgb(99 102 241 / 0.45);
    border-right-color: rgb(99 102 241 / 0.45);
  }

  .md\:border-x-indigo-500\/5 {
    border-left-color: rgb(99 102 241 / 0.05);
    border-right-color: rgb(99 102 241 / 0.05);
  }

  .md\:border-x-indigo-500\/50 {
    border-left-color: rgb(99 102 241 / 0.5);
    border-right-color: rgb(99 102 241 / 0.5);
  }

  .md\:border-x-indigo-500\/55 {
    border-left-color: rgb(99 102 241 / 0.55);
    border-right-color: rgb(99 102 241 / 0.55);
  }

  .md\:border-x-indigo-500\/60 {
    border-left-color: rgb(99 102 241 / 0.6);
    border-right-color: rgb(99 102 241 / 0.6);
  }

  .md\:border-x-indigo-500\/65 {
    border-left-color: rgb(99 102 241 / 0.65);
    border-right-color: rgb(99 102 241 / 0.65);
  }

  .md\:border-x-indigo-500\/70 {
    border-left-color: rgb(99 102 241 / 0.7);
    border-right-color: rgb(99 102 241 / 0.7);
  }

  .md\:border-x-indigo-500\/75 {
    border-left-color: rgb(99 102 241 / 0.75);
    border-right-color: rgb(99 102 241 / 0.75);
  }

  .md\:border-x-indigo-500\/80 {
    border-left-color: rgb(99 102 241 / 0.8);
    border-right-color: rgb(99 102 241 / 0.8);
  }

  .md\:border-x-indigo-500\/85 {
    border-left-color: rgb(99 102 241 / 0.85);
    border-right-color: rgb(99 102 241 / 0.85);
  }

  .md\:border-x-indigo-500\/90 {
    border-left-color: rgb(99 102 241 / 0.9);
    border-right-color: rgb(99 102 241 / 0.9);
  }

  .md\:border-x-indigo-500\/95 {
    border-left-color: rgb(99 102 241 / 0.95);
    border-right-color: rgb(99 102 241 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-indigo-600\/0 {
    border-left-color: rgb(79 70 229 / 0);
    border-right-color: rgb(79 70 229 / 0);
  }

  .md\:border-x-indigo-600\/10 {
    border-left-color: rgb(79 70 229 / 0.1);
    border-right-color: rgb(79 70 229 / 0.1);
  }

  .md\:border-x-indigo-600\/100 {
    border-left-color: rgb(79 70 229 / 1);
    border-right-color: rgb(79 70 229 / 1);
  }

  .md\:border-x-indigo-600\/15 {
    border-left-color: rgb(79 70 229 / 0.15);
    border-right-color: rgb(79 70 229 / 0.15);
  }

  .md\:border-x-indigo-600\/20 {
    border-left-color: rgb(79 70 229 / 0.2);
    border-right-color: rgb(79 70 229 / 0.2);
  }

  .md\:border-x-indigo-600\/25 {
    border-left-color: rgb(79 70 229 / 0.25);
    border-right-color: rgb(79 70 229 / 0.25);
  }

  .md\:border-x-indigo-600\/30 {
    border-left-color: rgb(79 70 229 / 0.3);
    border-right-color: rgb(79 70 229 / 0.3);
  }

  .md\:border-x-indigo-600\/35 {
    border-left-color: rgb(79 70 229 / 0.35);
    border-right-color: rgb(79 70 229 / 0.35);
  }

  .md\:border-x-indigo-600\/40 {
    border-left-color: rgb(79 70 229 / 0.4);
    border-right-color: rgb(79 70 229 / 0.4);
  }

  .md\:border-x-indigo-600\/45 {
    border-left-color: rgb(79 70 229 / 0.45);
    border-right-color: rgb(79 70 229 / 0.45);
  }

  .md\:border-x-indigo-600\/5 {
    border-left-color: rgb(79 70 229 / 0.05);
    border-right-color: rgb(79 70 229 / 0.05);
  }

  .md\:border-x-indigo-600\/50 {
    border-left-color: rgb(79 70 229 / 0.5);
    border-right-color: rgb(79 70 229 / 0.5);
  }

  .md\:border-x-indigo-600\/55 {
    border-left-color: rgb(79 70 229 / 0.55);
    border-right-color: rgb(79 70 229 / 0.55);
  }

  .md\:border-x-indigo-600\/60 {
    border-left-color: rgb(79 70 229 / 0.6);
    border-right-color: rgb(79 70 229 / 0.6);
  }

  .md\:border-x-indigo-600\/65 {
    border-left-color: rgb(79 70 229 / 0.65);
    border-right-color: rgb(79 70 229 / 0.65);
  }

  .md\:border-x-indigo-600\/70 {
    border-left-color: rgb(79 70 229 / 0.7);
    border-right-color: rgb(79 70 229 / 0.7);
  }

  .md\:border-x-indigo-600\/75 {
    border-left-color: rgb(79 70 229 / 0.75);
    border-right-color: rgb(79 70 229 / 0.75);
  }

  .md\:border-x-indigo-600\/80 {
    border-left-color: rgb(79 70 229 / 0.8);
    border-right-color: rgb(79 70 229 / 0.8);
  }

  .md\:border-x-indigo-600\/85 {
    border-left-color: rgb(79 70 229 / 0.85);
    border-right-color: rgb(79 70 229 / 0.85);
  }

  .md\:border-x-indigo-600\/90 {
    border-left-color: rgb(79 70 229 / 0.9);
    border-right-color: rgb(79 70 229 / 0.9);
  }

  .md\:border-x-indigo-600\/95 {
    border-left-color: rgb(79 70 229 / 0.95);
    border-right-color: rgb(79 70 229 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-indigo-700\/0 {
    border-left-color: rgb(67 56 202 / 0);
    border-right-color: rgb(67 56 202 / 0);
  }

  .md\:border-x-indigo-700\/10 {
    border-left-color: rgb(67 56 202 / 0.1);
    border-right-color: rgb(67 56 202 / 0.1);
  }

  .md\:border-x-indigo-700\/100 {
    border-left-color: rgb(67 56 202 / 1);
    border-right-color: rgb(67 56 202 / 1);
  }

  .md\:border-x-indigo-700\/15 {
    border-left-color: rgb(67 56 202 / 0.15);
    border-right-color: rgb(67 56 202 / 0.15);
  }

  .md\:border-x-indigo-700\/20 {
    border-left-color: rgb(67 56 202 / 0.2);
    border-right-color: rgb(67 56 202 / 0.2);
  }

  .md\:border-x-indigo-700\/25 {
    border-left-color: rgb(67 56 202 / 0.25);
    border-right-color: rgb(67 56 202 / 0.25);
  }

  .md\:border-x-indigo-700\/30 {
    border-left-color: rgb(67 56 202 / 0.3);
    border-right-color: rgb(67 56 202 / 0.3);
  }

  .md\:border-x-indigo-700\/35 {
    border-left-color: rgb(67 56 202 / 0.35);
    border-right-color: rgb(67 56 202 / 0.35);
  }

  .md\:border-x-indigo-700\/40 {
    border-left-color: rgb(67 56 202 / 0.4);
    border-right-color: rgb(67 56 202 / 0.4);
  }

  .md\:border-x-indigo-700\/45 {
    border-left-color: rgb(67 56 202 / 0.45);
    border-right-color: rgb(67 56 202 / 0.45);
  }

  .md\:border-x-indigo-700\/5 {
    border-left-color: rgb(67 56 202 / 0.05);
    border-right-color: rgb(67 56 202 / 0.05);
  }

  .md\:border-x-indigo-700\/50 {
    border-left-color: rgb(67 56 202 / 0.5);
    border-right-color: rgb(67 56 202 / 0.5);
  }

  .md\:border-x-indigo-700\/55 {
    border-left-color: rgb(67 56 202 / 0.55);
    border-right-color: rgb(67 56 202 / 0.55);
  }

  .md\:border-x-indigo-700\/60 {
    border-left-color: rgb(67 56 202 / 0.6);
    border-right-color: rgb(67 56 202 / 0.6);
  }

  .md\:border-x-indigo-700\/65 {
    border-left-color: rgb(67 56 202 / 0.65);
    border-right-color: rgb(67 56 202 / 0.65);
  }

  .md\:border-x-indigo-700\/70 {
    border-left-color: rgb(67 56 202 / 0.7);
    border-right-color: rgb(67 56 202 / 0.7);
  }

  .md\:border-x-indigo-700\/75 {
    border-left-color: rgb(67 56 202 / 0.75);
    border-right-color: rgb(67 56 202 / 0.75);
  }

  .md\:border-x-indigo-700\/80 {
    border-left-color: rgb(67 56 202 / 0.8);
    border-right-color: rgb(67 56 202 / 0.8);
  }

  .md\:border-x-indigo-700\/85 {
    border-left-color: rgb(67 56 202 / 0.85);
    border-right-color: rgb(67 56 202 / 0.85);
  }

  .md\:border-x-indigo-700\/90 {
    border-left-color: rgb(67 56 202 / 0.9);
    border-right-color: rgb(67 56 202 / 0.9);
  }

  .md\:border-x-indigo-700\/95 {
    border-left-color: rgb(67 56 202 / 0.95);
    border-right-color: rgb(67 56 202 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-indigo-800\/0 {
    border-left-color: rgb(55 48 163 / 0);
    border-right-color: rgb(55 48 163 / 0);
  }

  .md\:border-x-indigo-800\/10 {
    border-left-color: rgb(55 48 163 / 0.1);
    border-right-color: rgb(55 48 163 / 0.1);
  }

  .md\:border-x-indigo-800\/100 {
    border-left-color: rgb(55 48 163 / 1);
    border-right-color: rgb(55 48 163 / 1);
  }

  .md\:border-x-indigo-800\/15 {
    border-left-color: rgb(55 48 163 / 0.15);
    border-right-color: rgb(55 48 163 / 0.15);
  }

  .md\:border-x-indigo-800\/20 {
    border-left-color: rgb(55 48 163 / 0.2);
    border-right-color: rgb(55 48 163 / 0.2);
  }

  .md\:border-x-indigo-800\/25 {
    border-left-color: rgb(55 48 163 / 0.25);
    border-right-color: rgb(55 48 163 / 0.25);
  }

  .md\:border-x-indigo-800\/30 {
    border-left-color: rgb(55 48 163 / 0.3);
    border-right-color: rgb(55 48 163 / 0.3);
  }

  .md\:border-x-indigo-800\/35 {
    border-left-color: rgb(55 48 163 / 0.35);
    border-right-color: rgb(55 48 163 / 0.35);
  }

  .md\:border-x-indigo-800\/40 {
    border-left-color: rgb(55 48 163 / 0.4);
    border-right-color: rgb(55 48 163 / 0.4);
  }

  .md\:border-x-indigo-800\/45 {
    border-left-color: rgb(55 48 163 / 0.45);
    border-right-color: rgb(55 48 163 / 0.45);
  }

  .md\:border-x-indigo-800\/5 {
    border-left-color: rgb(55 48 163 / 0.05);
    border-right-color: rgb(55 48 163 / 0.05);
  }

  .md\:border-x-indigo-800\/50 {
    border-left-color: rgb(55 48 163 / 0.5);
    border-right-color: rgb(55 48 163 / 0.5);
  }

  .md\:border-x-indigo-800\/55 {
    border-left-color: rgb(55 48 163 / 0.55);
    border-right-color: rgb(55 48 163 / 0.55);
  }

  .md\:border-x-indigo-800\/60 {
    border-left-color: rgb(55 48 163 / 0.6);
    border-right-color: rgb(55 48 163 / 0.6);
  }

  .md\:border-x-indigo-800\/65 {
    border-left-color: rgb(55 48 163 / 0.65);
    border-right-color: rgb(55 48 163 / 0.65);
  }

  .md\:border-x-indigo-800\/70 {
    border-left-color: rgb(55 48 163 / 0.7);
    border-right-color: rgb(55 48 163 / 0.7);
  }

  .md\:border-x-indigo-800\/75 {
    border-left-color: rgb(55 48 163 / 0.75);
    border-right-color: rgb(55 48 163 / 0.75);
  }

  .md\:border-x-indigo-800\/80 {
    border-left-color: rgb(55 48 163 / 0.8);
    border-right-color: rgb(55 48 163 / 0.8);
  }

  .md\:border-x-indigo-800\/85 {
    border-left-color: rgb(55 48 163 / 0.85);
    border-right-color: rgb(55 48 163 / 0.85);
  }

  .md\:border-x-indigo-800\/90 {
    border-left-color: rgb(55 48 163 / 0.9);
    border-right-color: rgb(55 48 163 / 0.9);
  }

  .md\:border-x-indigo-800\/95 {
    border-left-color: rgb(55 48 163 / 0.95);
    border-right-color: rgb(55 48 163 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-indigo-900\/0 {
    border-left-color: rgb(49 46 129 / 0);
    border-right-color: rgb(49 46 129 / 0);
  }

  .md\:border-x-indigo-900\/10 {
    border-left-color: rgb(49 46 129 / 0.1);
    border-right-color: rgb(49 46 129 / 0.1);
  }

  .md\:border-x-indigo-900\/100 {
    border-left-color: rgb(49 46 129 / 1);
    border-right-color: rgb(49 46 129 / 1);
  }

  .md\:border-x-indigo-900\/15 {
    border-left-color: rgb(49 46 129 / 0.15);
    border-right-color: rgb(49 46 129 / 0.15);
  }

  .md\:border-x-indigo-900\/20 {
    border-left-color: rgb(49 46 129 / 0.2);
    border-right-color: rgb(49 46 129 / 0.2);
  }

  .md\:border-x-indigo-900\/25 {
    border-left-color: rgb(49 46 129 / 0.25);
    border-right-color: rgb(49 46 129 / 0.25);
  }

  .md\:border-x-indigo-900\/30 {
    border-left-color: rgb(49 46 129 / 0.3);
    border-right-color: rgb(49 46 129 / 0.3);
  }

  .md\:border-x-indigo-900\/35 {
    border-left-color: rgb(49 46 129 / 0.35);
    border-right-color: rgb(49 46 129 / 0.35);
  }

  .md\:border-x-indigo-900\/40 {
    border-left-color: rgb(49 46 129 / 0.4);
    border-right-color: rgb(49 46 129 / 0.4);
  }

  .md\:border-x-indigo-900\/45 {
    border-left-color: rgb(49 46 129 / 0.45);
    border-right-color: rgb(49 46 129 / 0.45);
  }

  .md\:border-x-indigo-900\/5 {
    border-left-color: rgb(49 46 129 / 0.05);
    border-right-color: rgb(49 46 129 / 0.05);
  }

  .md\:border-x-indigo-900\/50 {
    border-left-color: rgb(49 46 129 / 0.5);
    border-right-color: rgb(49 46 129 / 0.5);
  }

  .md\:border-x-indigo-900\/55 {
    border-left-color: rgb(49 46 129 / 0.55);
    border-right-color: rgb(49 46 129 / 0.55);
  }

  .md\:border-x-indigo-900\/60 {
    border-left-color: rgb(49 46 129 / 0.6);
    border-right-color: rgb(49 46 129 / 0.6);
  }

  .md\:border-x-indigo-900\/65 {
    border-left-color: rgb(49 46 129 / 0.65);
    border-right-color: rgb(49 46 129 / 0.65);
  }

  .md\:border-x-indigo-900\/70 {
    border-left-color: rgb(49 46 129 / 0.7);
    border-right-color: rgb(49 46 129 / 0.7);
  }

  .md\:border-x-indigo-900\/75 {
    border-left-color: rgb(49 46 129 / 0.75);
    border-right-color: rgb(49 46 129 / 0.75);
  }

  .md\:border-x-indigo-900\/80 {
    border-left-color: rgb(49 46 129 / 0.8);
    border-right-color: rgb(49 46 129 / 0.8);
  }

  .md\:border-x-indigo-900\/85 {
    border-left-color: rgb(49 46 129 / 0.85);
    border-right-color: rgb(49 46 129 / 0.85);
  }

  .md\:border-x-indigo-900\/90 {
    border-left-color: rgb(49 46 129 / 0.9);
    border-right-color: rgb(49 46 129 / 0.9);
  }

  .md\:border-x-indigo-900\/95 {
    border-left-color: rgb(49 46 129 / 0.95);
    border-right-color: rgb(49 46 129 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-indigo-950\/0 {
    border-left-color: rgb(30 27 75 / 0);
    border-right-color: rgb(30 27 75 / 0);
  }

  .md\:border-x-indigo-950\/10 {
    border-left-color: rgb(30 27 75 / 0.1);
    border-right-color: rgb(30 27 75 / 0.1);
  }

  .md\:border-x-indigo-950\/100 {
    border-left-color: rgb(30 27 75 / 1);
    border-right-color: rgb(30 27 75 / 1);
  }

  .md\:border-x-indigo-950\/15 {
    border-left-color: rgb(30 27 75 / 0.15);
    border-right-color: rgb(30 27 75 / 0.15);
  }

  .md\:border-x-indigo-950\/20 {
    border-left-color: rgb(30 27 75 / 0.2);
    border-right-color: rgb(30 27 75 / 0.2);
  }

  .md\:border-x-indigo-950\/25 {
    border-left-color: rgb(30 27 75 / 0.25);
    border-right-color: rgb(30 27 75 / 0.25);
  }

  .md\:border-x-indigo-950\/30 {
    border-left-color: rgb(30 27 75 / 0.3);
    border-right-color: rgb(30 27 75 / 0.3);
  }

  .md\:border-x-indigo-950\/35 {
    border-left-color: rgb(30 27 75 / 0.35);
    border-right-color: rgb(30 27 75 / 0.35);
  }

  .md\:border-x-indigo-950\/40 {
    border-left-color: rgb(30 27 75 / 0.4);
    border-right-color: rgb(30 27 75 / 0.4);
  }

  .md\:border-x-indigo-950\/45 {
    border-left-color: rgb(30 27 75 / 0.45);
    border-right-color: rgb(30 27 75 / 0.45);
  }

  .md\:border-x-indigo-950\/5 {
    border-left-color: rgb(30 27 75 / 0.05);
    border-right-color: rgb(30 27 75 / 0.05);
  }

  .md\:border-x-indigo-950\/50 {
    border-left-color: rgb(30 27 75 / 0.5);
    border-right-color: rgb(30 27 75 / 0.5);
  }

  .md\:border-x-indigo-950\/55 {
    border-left-color: rgb(30 27 75 / 0.55);
    border-right-color: rgb(30 27 75 / 0.55);
  }

  .md\:border-x-indigo-950\/60 {
    border-left-color: rgb(30 27 75 / 0.6);
    border-right-color: rgb(30 27 75 / 0.6);
  }

  .md\:border-x-indigo-950\/65 {
    border-left-color: rgb(30 27 75 / 0.65);
    border-right-color: rgb(30 27 75 / 0.65);
  }

  .md\:border-x-indigo-950\/70 {
    border-left-color: rgb(30 27 75 / 0.7);
    border-right-color: rgb(30 27 75 / 0.7);
  }

  .md\:border-x-indigo-950\/75 {
    border-left-color: rgb(30 27 75 / 0.75);
    border-right-color: rgb(30 27 75 / 0.75);
  }

  .md\:border-x-indigo-950\/80 {
    border-left-color: rgb(30 27 75 / 0.8);
    border-right-color: rgb(30 27 75 / 0.8);
  }

  .md\:border-x-indigo-950\/85 {
    border-left-color: rgb(30 27 75 / 0.85);
    border-right-color: rgb(30 27 75 / 0.85);
  }

  .md\:border-x-indigo-950\/90 {
    border-left-color: rgb(30 27 75 / 0.9);
    border-right-color: rgb(30 27 75 / 0.9);
  }

  .md\:border-x-indigo-950\/95 {
    border-left-color: rgb(30 27 75 / 0.95);
    border-right-color: rgb(30 27 75 / 0.95);
  }

  .md\:border-x-inherit {
    border-left-color: inherit;
    border-right-color: inherit;
  }

  .md\: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));
  }

  .md\:border-x-lime-100\/0 {
    border-left-color: rgb(236 252 203 / 0);
    border-right-color: rgb(236 252 203 / 0);
  }

  .md\:border-x-lime-100\/10 {
    border-left-color: rgb(236 252 203 / 0.1);
    border-right-color: rgb(236 252 203 / 0.1);
  }

  .md\:border-x-lime-100\/100 {
    border-left-color: rgb(236 252 203 / 1);
    border-right-color: rgb(236 252 203 / 1);
  }

  .md\:border-x-lime-100\/15 {
    border-left-color: rgb(236 252 203 / 0.15);
    border-right-color: rgb(236 252 203 / 0.15);
  }

  .md\:border-x-lime-100\/20 {
    border-left-color: rgb(236 252 203 / 0.2);
    border-right-color: rgb(236 252 203 / 0.2);
  }

  .md\:border-x-lime-100\/25 {
    border-left-color: rgb(236 252 203 / 0.25);
    border-right-color: rgb(236 252 203 / 0.25);
  }

  .md\:border-x-lime-100\/30 {
    border-left-color: rgb(236 252 203 / 0.3);
    border-right-color: rgb(236 252 203 / 0.3);
  }

  .md\:border-x-lime-100\/35 {
    border-left-color: rgb(236 252 203 / 0.35);
    border-right-color: rgb(236 252 203 / 0.35);
  }

  .md\:border-x-lime-100\/40 {
    border-left-color: rgb(236 252 203 / 0.4);
    border-right-color: rgb(236 252 203 / 0.4);
  }

  .md\:border-x-lime-100\/45 {
    border-left-color: rgb(236 252 203 / 0.45);
    border-right-color: rgb(236 252 203 / 0.45);
  }

  .md\:border-x-lime-100\/5 {
    border-left-color: rgb(236 252 203 / 0.05);
    border-right-color: rgb(236 252 203 / 0.05);
  }

  .md\:border-x-lime-100\/50 {
    border-left-color: rgb(236 252 203 / 0.5);
    border-right-color: rgb(236 252 203 / 0.5);
  }

  .md\:border-x-lime-100\/55 {
    border-left-color: rgb(236 252 203 / 0.55);
    border-right-color: rgb(236 252 203 / 0.55);
  }

  .md\:border-x-lime-100\/60 {
    border-left-color: rgb(236 252 203 / 0.6);
    border-right-color: rgb(236 252 203 / 0.6);
  }

  .md\:border-x-lime-100\/65 {
    border-left-color: rgb(236 252 203 / 0.65);
    border-right-color: rgb(236 252 203 / 0.65);
  }

  .md\:border-x-lime-100\/70 {
    border-left-color: rgb(236 252 203 / 0.7);
    border-right-color: rgb(236 252 203 / 0.7);
  }

  .md\:border-x-lime-100\/75 {
    border-left-color: rgb(236 252 203 / 0.75);
    border-right-color: rgb(236 252 203 / 0.75);
  }

  .md\:border-x-lime-100\/80 {
    border-left-color: rgb(236 252 203 / 0.8);
    border-right-color: rgb(236 252 203 / 0.8);
  }

  .md\:border-x-lime-100\/85 {
    border-left-color: rgb(236 252 203 / 0.85);
    border-right-color: rgb(236 252 203 / 0.85);
  }

  .md\:border-x-lime-100\/90 {
    border-left-color: rgb(236 252 203 / 0.9);
    border-right-color: rgb(236 252 203 / 0.9);
  }

  .md\:border-x-lime-100\/95 {
    border-left-color: rgb(236 252 203 / 0.95);
    border-right-color: rgb(236 252 203 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-lime-200\/0 {
    border-left-color: rgb(217 249 157 / 0);
    border-right-color: rgb(217 249 157 / 0);
  }

  .md\:border-x-lime-200\/10 {
    border-left-color: rgb(217 249 157 / 0.1);
    border-right-color: rgb(217 249 157 / 0.1);
  }

  .md\:border-x-lime-200\/100 {
    border-left-color: rgb(217 249 157 / 1);
    border-right-color: rgb(217 249 157 / 1);
  }

  .md\:border-x-lime-200\/15 {
    border-left-color: rgb(217 249 157 / 0.15);
    border-right-color: rgb(217 249 157 / 0.15);
  }

  .md\:border-x-lime-200\/20 {
    border-left-color: rgb(217 249 157 / 0.2);
    border-right-color: rgb(217 249 157 / 0.2);
  }

  .md\:border-x-lime-200\/25 {
    border-left-color: rgb(217 249 157 / 0.25);
    border-right-color: rgb(217 249 157 / 0.25);
  }

  .md\:border-x-lime-200\/30 {
    border-left-color: rgb(217 249 157 / 0.3);
    border-right-color: rgb(217 249 157 / 0.3);
  }

  .md\:border-x-lime-200\/35 {
    border-left-color: rgb(217 249 157 / 0.35);
    border-right-color: rgb(217 249 157 / 0.35);
  }

  .md\:border-x-lime-200\/40 {
    border-left-color: rgb(217 249 157 / 0.4);
    border-right-color: rgb(217 249 157 / 0.4);
  }

  .md\:border-x-lime-200\/45 {
    border-left-color: rgb(217 249 157 / 0.45);
    border-right-color: rgb(217 249 157 / 0.45);
  }

  .md\:border-x-lime-200\/5 {
    border-left-color: rgb(217 249 157 / 0.05);
    border-right-color: rgb(217 249 157 / 0.05);
  }

  .md\:border-x-lime-200\/50 {
    border-left-color: rgb(217 249 157 / 0.5);
    border-right-color: rgb(217 249 157 / 0.5);
  }

  .md\:border-x-lime-200\/55 {
    border-left-color: rgb(217 249 157 / 0.55);
    border-right-color: rgb(217 249 157 / 0.55);
  }

  .md\:border-x-lime-200\/60 {
    border-left-color: rgb(217 249 157 / 0.6);
    border-right-color: rgb(217 249 157 / 0.6);
  }

  .md\:border-x-lime-200\/65 {
    border-left-color: rgb(217 249 157 / 0.65);
    border-right-color: rgb(217 249 157 / 0.65);
  }

  .md\:border-x-lime-200\/70 {
    border-left-color: rgb(217 249 157 / 0.7);
    border-right-color: rgb(217 249 157 / 0.7);
  }

  .md\:border-x-lime-200\/75 {
    border-left-color: rgb(217 249 157 / 0.75);
    border-right-color: rgb(217 249 157 / 0.75);
  }

  .md\:border-x-lime-200\/80 {
    border-left-color: rgb(217 249 157 / 0.8);
    border-right-color: rgb(217 249 157 / 0.8);
  }

  .md\:border-x-lime-200\/85 {
    border-left-color: rgb(217 249 157 / 0.85);
    border-right-color: rgb(217 249 157 / 0.85);
  }

  .md\:border-x-lime-200\/90 {
    border-left-color: rgb(217 249 157 / 0.9);
    border-right-color: rgb(217 249 157 / 0.9);
  }

  .md\:border-x-lime-200\/95 {
    border-left-color: rgb(217 249 157 / 0.95);
    border-right-color: rgb(217 249 157 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-lime-300\/0 {
    border-left-color: rgb(190 242 100 / 0);
    border-right-color: rgb(190 242 100 / 0);
  }

  .md\:border-x-lime-300\/10 {
    border-left-color: rgb(190 242 100 / 0.1);
    border-right-color: rgb(190 242 100 / 0.1);
  }

  .md\:border-x-lime-300\/100 {
    border-left-color: rgb(190 242 100 / 1);
    border-right-color: rgb(190 242 100 / 1);
  }

  .md\:border-x-lime-300\/15 {
    border-left-color: rgb(190 242 100 / 0.15);
    border-right-color: rgb(190 242 100 / 0.15);
  }

  .md\:border-x-lime-300\/20 {
    border-left-color: rgb(190 242 100 / 0.2);
    border-right-color: rgb(190 242 100 / 0.2);
  }

  .md\:border-x-lime-300\/25 {
    border-left-color: rgb(190 242 100 / 0.25);
    border-right-color: rgb(190 242 100 / 0.25);
  }

  .md\:border-x-lime-300\/30 {
    border-left-color: rgb(190 242 100 / 0.3);
    border-right-color: rgb(190 242 100 / 0.3);
  }

  .md\:border-x-lime-300\/35 {
    border-left-color: rgb(190 242 100 / 0.35);
    border-right-color: rgb(190 242 100 / 0.35);
  }

  .md\:border-x-lime-300\/40 {
    border-left-color: rgb(190 242 100 / 0.4);
    border-right-color: rgb(190 242 100 / 0.4);
  }

  .md\:border-x-lime-300\/45 {
    border-left-color: rgb(190 242 100 / 0.45);
    border-right-color: rgb(190 242 100 / 0.45);
  }

  .md\:border-x-lime-300\/5 {
    border-left-color: rgb(190 242 100 / 0.05);
    border-right-color: rgb(190 242 100 / 0.05);
  }

  .md\:border-x-lime-300\/50 {
    border-left-color: rgb(190 242 100 / 0.5);
    border-right-color: rgb(190 242 100 / 0.5);
  }

  .md\:border-x-lime-300\/55 {
    border-left-color: rgb(190 242 100 / 0.55);
    border-right-color: rgb(190 242 100 / 0.55);
  }

  .md\:border-x-lime-300\/60 {
    border-left-color: rgb(190 242 100 / 0.6);
    border-right-color: rgb(190 242 100 / 0.6);
  }

  .md\:border-x-lime-300\/65 {
    border-left-color: rgb(190 242 100 / 0.65);
    border-right-color: rgb(190 242 100 / 0.65);
  }

  .md\:border-x-lime-300\/70 {
    border-left-color: rgb(190 242 100 / 0.7);
    border-right-color: rgb(190 242 100 / 0.7);
  }

  .md\:border-x-lime-300\/75 {
    border-left-color: rgb(190 242 100 / 0.75);
    border-right-color: rgb(190 242 100 / 0.75);
  }

  .md\:border-x-lime-300\/80 {
    border-left-color: rgb(190 242 100 / 0.8);
    border-right-color: rgb(190 242 100 / 0.8);
  }

  .md\:border-x-lime-300\/85 {
    border-left-color: rgb(190 242 100 / 0.85);
    border-right-color: rgb(190 242 100 / 0.85);
  }

  .md\:border-x-lime-300\/90 {
    border-left-color: rgb(190 242 100 / 0.9);
    border-right-color: rgb(190 242 100 / 0.9);
  }

  .md\:border-x-lime-300\/95 {
    border-left-color: rgb(190 242 100 / 0.95);
    border-right-color: rgb(190 242 100 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-lime-400\/0 {
    border-left-color: rgb(163 230 53 / 0);
    border-right-color: rgb(163 230 53 / 0);
  }

  .md\:border-x-lime-400\/10 {
    border-left-color: rgb(163 230 53 / 0.1);
    border-right-color: rgb(163 230 53 / 0.1);
  }

  .md\:border-x-lime-400\/100 {
    border-left-color: rgb(163 230 53 / 1);
    border-right-color: rgb(163 230 53 / 1);
  }

  .md\:border-x-lime-400\/15 {
    border-left-color: rgb(163 230 53 / 0.15);
    border-right-color: rgb(163 230 53 / 0.15);
  }

  .md\:border-x-lime-400\/20 {
    border-left-color: rgb(163 230 53 / 0.2);
    border-right-color: rgb(163 230 53 / 0.2);
  }

  .md\:border-x-lime-400\/25 {
    border-left-color: rgb(163 230 53 / 0.25);
    border-right-color: rgb(163 230 53 / 0.25);
  }

  .md\:border-x-lime-400\/30 {
    border-left-color: rgb(163 230 53 / 0.3);
    border-right-color: rgb(163 230 53 / 0.3);
  }

  .md\:border-x-lime-400\/35 {
    border-left-color: rgb(163 230 53 / 0.35);
    border-right-color: rgb(163 230 53 / 0.35);
  }

  .md\:border-x-lime-400\/40 {
    border-left-color: rgb(163 230 53 / 0.4);
    border-right-color: rgb(163 230 53 / 0.4);
  }

  .md\:border-x-lime-400\/45 {
    border-left-color: rgb(163 230 53 / 0.45);
    border-right-color: rgb(163 230 53 / 0.45);
  }

  .md\:border-x-lime-400\/5 {
    border-left-color: rgb(163 230 53 / 0.05);
    border-right-color: rgb(163 230 53 / 0.05);
  }

  .md\:border-x-lime-400\/50 {
    border-left-color: rgb(163 230 53 / 0.5);
    border-right-color: rgb(163 230 53 / 0.5);
  }

  .md\:border-x-lime-400\/55 {
    border-left-color: rgb(163 230 53 / 0.55);
    border-right-color: rgb(163 230 53 / 0.55);
  }

  .md\:border-x-lime-400\/60 {
    border-left-color: rgb(163 230 53 / 0.6);
    border-right-color: rgb(163 230 53 / 0.6);
  }

  .md\:border-x-lime-400\/65 {
    border-left-color: rgb(163 230 53 / 0.65);
    border-right-color: rgb(163 230 53 / 0.65);
  }

  .md\:border-x-lime-400\/70 {
    border-left-color: rgb(163 230 53 / 0.7);
    border-right-color: rgb(163 230 53 / 0.7);
  }

  .md\:border-x-lime-400\/75 {
    border-left-color: rgb(163 230 53 / 0.75);
    border-right-color: rgb(163 230 53 / 0.75);
  }

  .md\:border-x-lime-400\/80 {
    border-left-color: rgb(163 230 53 / 0.8);
    border-right-color: rgb(163 230 53 / 0.8);
  }

  .md\:border-x-lime-400\/85 {
    border-left-color: rgb(163 230 53 / 0.85);
    border-right-color: rgb(163 230 53 / 0.85);
  }

  .md\:border-x-lime-400\/90 {
    border-left-color: rgb(163 230 53 / 0.9);
    border-right-color: rgb(163 230 53 / 0.9);
  }

  .md\:border-x-lime-400\/95 {
    border-left-color: rgb(163 230 53 / 0.95);
    border-right-color: rgb(163 230 53 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-lime-50\/0 {
    border-left-color: rgb(247 254 231 / 0);
    border-right-color: rgb(247 254 231 / 0);
  }

  .md\:border-x-lime-50\/10 {
    border-left-color: rgb(247 254 231 / 0.1);
    border-right-color: rgb(247 254 231 / 0.1);
  }

  .md\:border-x-lime-50\/100 {
    border-left-color: rgb(247 254 231 / 1);
    border-right-color: rgb(247 254 231 / 1);
  }

  .md\:border-x-lime-50\/15 {
    border-left-color: rgb(247 254 231 / 0.15);
    border-right-color: rgb(247 254 231 / 0.15);
  }

  .md\:border-x-lime-50\/20 {
    border-left-color: rgb(247 254 231 / 0.2);
    border-right-color: rgb(247 254 231 / 0.2);
  }

  .md\:border-x-lime-50\/25 {
    border-left-color: rgb(247 254 231 / 0.25);
    border-right-color: rgb(247 254 231 / 0.25);
  }

  .md\:border-x-lime-50\/30 {
    border-left-color: rgb(247 254 231 / 0.3);
    border-right-color: rgb(247 254 231 / 0.3);
  }

  .md\:border-x-lime-50\/35 {
    border-left-color: rgb(247 254 231 / 0.35);
    border-right-color: rgb(247 254 231 / 0.35);
  }

  .md\:border-x-lime-50\/40 {
    border-left-color: rgb(247 254 231 / 0.4);
    border-right-color: rgb(247 254 231 / 0.4);
  }

  .md\:border-x-lime-50\/45 {
    border-left-color: rgb(247 254 231 / 0.45);
    border-right-color: rgb(247 254 231 / 0.45);
  }

  .md\:border-x-lime-50\/5 {
    border-left-color: rgb(247 254 231 / 0.05);
    border-right-color: rgb(247 254 231 / 0.05);
  }

  .md\:border-x-lime-50\/50 {
    border-left-color: rgb(247 254 231 / 0.5);
    border-right-color: rgb(247 254 231 / 0.5);
  }

  .md\:border-x-lime-50\/55 {
    border-left-color: rgb(247 254 231 / 0.55);
    border-right-color: rgb(247 254 231 / 0.55);
  }

  .md\:border-x-lime-50\/60 {
    border-left-color: rgb(247 254 231 / 0.6);
    border-right-color: rgb(247 254 231 / 0.6);
  }

  .md\:border-x-lime-50\/65 {
    border-left-color: rgb(247 254 231 / 0.65);
    border-right-color: rgb(247 254 231 / 0.65);
  }

  .md\:border-x-lime-50\/70 {
    border-left-color: rgb(247 254 231 / 0.7);
    border-right-color: rgb(247 254 231 / 0.7);
  }

  .md\:border-x-lime-50\/75 {
    border-left-color: rgb(247 254 231 / 0.75);
    border-right-color: rgb(247 254 231 / 0.75);
  }

  .md\:border-x-lime-50\/80 {
    border-left-color: rgb(247 254 231 / 0.8);
    border-right-color: rgb(247 254 231 / 0.8);
  }

  .md\:border-x-lime-50\/85 {
    border-left-color: rgb(247 254 231 / 0.85);
    border-right-color: rgb(247 254 231 / 0.85);
  }

  .md\:border-x-lime-50\/90 {
    border-left-color: rgb(247 254 231 / 0.9);
    border-right-color: rgb(247 254 231 / 0.9);
  }

  .md\:border-x-lime-50\/95 {
    border-left-color: rgb(247 254 231 / 0.95);
    border-right-color: rgb(247 254 231 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-lime-500\/0 {
    border-left-color: rgb(132 204 22 / 0);
    border-right-color: rgb(132 204 22 / 0);
  }

  .md\:border-x-lime-500\/10 {
    border-left-color: rgb(132 204 22 / 0.1);
    border-right-color: rgb(132 204 22 / 0.1);
  }

  .md\:border-x-lime-500\/100 {
    border-left-color: rgb(132 204 22 / 1);
    border-right-color: rgb(132 204 22 / 1);
  }

  .md\:border-x-lime-500\/15 {
    border-left-color: rgb(132 204 22 / 0.15);
    border-right-color: rgb(132 204 22 / 0.15);
  }

  .md\:border-x-lime-500\/20 {
    border-left-color: rgb(132 204 22 / 0.2);
    border-right-color: rgb(132 204 22 / 0.2);
  }

  .md\:border-x-lime-500\/25 {
    border-left-color: rgb(132 204 22 / 0.25);
    border-right-color: rgb(132 204 22 / 0.25);
  }

  .md\:border-x-lime-500\/30 {
    border-left-color: rgb(132 204 22 / 0.3);
    border-right-color: rgb(132 204 22 / 0.3);
  }

  .md\:border-x-lime-500\/35 {
    border-left-color: rgb(132 204 22 / 0.35);
    border-right-color: rgb(132 204 22 / 0.35);
  }

  .md\:border-x-lime-500\/40 {
    border-left-color: rgb(132 204 22 / 0.4);
    border-right-color: rgb(132 204 22 / 0.4);
  }

  .md\:border-x-lime-500\/45 {
    border-left-color: rgb(132 204 22 / 0.45);
    border-right-color: rgb(132 204 22 / 0.45);
  }

  .md\:border-x-lime-500\/5 {
    border-left-color: rgb(132 204 22 / 0.05);
    border-right-color: rgb(132 204 22 / 0.05);
  }

  .md\:border-x-lime-500\/50 {
    border-left-color: rgb(132 204 22 / 0.5);
    border-right-color: rgb(132 204 22 / 0.5);
  }

  .md\:border-x-lime-500\/55 {
    border-left-color: rgb(132 204 22 / 0.55);
    border-right-color: rgb(132 204 22 / 0.55);
  }

  .md\:border-x-lime-500\/60 {
    border-left-color: rgb(132 204 22 / 0.6);
    border-right-color: rgb(132 204 22 / 0.6);
  }

  .md\:border-x-lime-500\/65 {
    border-left-color: rgb(132 204 22 / 0.65);
    border-right-color: rgb(132 204 22 / 0.65);
  }

  .md\:border-x-lime-500\/70 {
    border-left-color: rgb(132 204 22 / 0.7);
    border-right-color: rgb(132 204 22 / 0.7);
  }

  .md\:border-x-lime-500\/75 {
    border-left-color: rgb(132 204 22 / 0.75);
    border-right-color: rgb(132 204 22 / 0.75);
  }

  .md\:border-x-lime-500\/80 {
    border-left-color: rgb(132 204 22 / 0.8);
    border-right-color: rgb(132 204 22 / 0.8);
  }

  .md\:border-x-lime-500\/85 {
    border-left-color: rgb(132 204 22 / 0.85);
    border-right-color: rgb(132 204 22 / 0.85);
  }

  .md\:border-x-lime-500\/90 {
    border-left-color: rgb(132 204 22 / 0.9);
    border-right-color: rgb(132 204 22 / 0.9);
  }

  .md\:border-x-lime-500\/95 {
    border-left-color: rgb(132 204 22 / 0.95);
    border-right-color: rgb(132 204 22 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-lime-600\/0 {
    border-left-color: rgb(101 163 13 / 0);
    border-right-color: rgb(101 163 13 / 0);
  }

  .md\:border-x-lime-600\/10 {
    border-left-color: rgb(101 163 13 / 0.1);
    border-right-color: rgb(101 163 13 / 0.1);
  }

  .md\:border-x-lime-600\/100 {
    border-left-color: rgb(101 163 13 / 1);
    border-right-color: rgb(101 163 13 / 1);
  }

  .md\:border-x-lime-600\/15 {
    border-left-color: rgb(101 163 13 / 0.15);
    border-right-color: rgb(101 163 13 / 0.15);
  }

  .md\:border-x-lime-600\/20 {
    border-left-color: rgb(101 163 13 / 0.2);
    border-right-color: rgb(101 163 13 / 0.2);
  }

  .md\:border-x-lime-600\/25 {
    border-left-color: rgb(101 163 13 / 0.25);
    border-right-color: rgb(101 163 13 / 0.25);
  }

  .md\:border-x-lime-600\/30 {
    border-left-color: rgb(101 163 13 / 0.3);
    border-right-color: rgb(101 163 13 / 0.3);
  }

  .md\:border-x-lime-600\/35 {
    border-left-color: rgb(101 163 13 / 0.35);
    border-right-color: rgb(101 163 13 / 0.35);
  }

  .md\:border-x-lime-600\/40 {
    border-left-color: rgb(101 163 13 / 0.4);
    border-right-color: rgb(101 163 13 / 0.4);
  }

  .md\:border-x-lime-600\/45 {
    border-left-color: rgb(101 163 13 / 0.45);
    border-right-color: rgb(101 163 13 / 0.45);
  }

  .md\:border-x-lime-600\/5 {
    border-left-color: rgb(101 163 13 / 0.05);
    border-right-color: rgb(101 163 13 / 0.05);
  }

  .md\:border-x-lime-600\/50 {
    border-left-color: rgb(101 163 13 / 0.5);
    border-right-color: rgb(101 163 13 / 0.5);
  }

  .md\:border-x-lime-600\/55 {
    border-left-color: rgb(101 163 13 / 0.55);
    border-right-color: rgb(101 163 13 / 0.55);
  }

  .md\:border-x-lime-600\/60 {
    border-left-color: rgb(101 163 13 / 0.6);
    border-right-color: rgb(101 163 13 / 0.6);
  }

  .md\:border-x-lime-600\/65 {
    border-left-color: rgb(101 163 13 / 0.65);
    border-right-color: rgb(101 163 13 / 0.65);
  }

  .md\:border-x-lime-600\/70 {
    border-left-color: rgb(101 163 13 / 0.7);
    border-right-color: rgb(101 163 13 / 0.7);
  }

  .md\:border-x-lime-600\/75 {
    border-left-color: rgb(101 163 13 / 0.75);
    border-right-color: rgb(101 163 13 / 0.75);
  }

  .md\:border-x-lime-600\/80 {
    border-left-color: rgb(101 163 13 / 0.8);
    border-right-color: rgb(101 163 13 / 0.8);
  }

  .md\:border-x-lime-600\/85 {
    border-left-color: rgb(101 163 13 / 0.85);
    border-right-color: rgb(101 163 13 / 0.85);
  }

  .md\:border-x-lime-600\/90 {
    border-left-color: rgb(101 163 13 / 0.9);
    border-right-color: rgb(101 163 13 / 0.9);
  }

  .md\:border-x-lime-600\/95 {
    border-left-color: rgb(101 163 13 / 0.95);
    border-right-color: rgb(101 163 13 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-lime-700\/0 {
    border-left-color: rgb(77 124 15 / 0);
    border-right-color: rgb(77 124 15 / 0);
  }

  .md\:border-x-lime-700\/10 {
    border-left-color: rgb(77 124 15 / 0.1);
    border-right-color: rgb(77 124 15 / 0.1);
  }

  .md\:border-x-lime-700\/100 {
    border-left-color: rgb(77 124 15 / 1);
    border-right-color: rgb(77 124 15 / 1);
  }

  .md\:border-x-lime-700\/15 {
    border-left-color: rgb(77 124 15 / 0.15);
    border-right-color: rgb(77 124 15 / 0.15);
  }

  .md\:border-x-lime-700\/20 {
    border-left-color: rgb(77 124 15 / 0.2);
    border-right-color: rgb(77 124 15 / 0.2);
  }

  .md\:border-x-lime-700\/25 {
    border-left-color: rgb(77 124 15 / 0.25);
    border-right-color: rgb(77 124 15 / 0.25);
  }

  .md\:border-x-lime-700\/30 {
    border-left-color: rgb(77 124 15 / 0.3);
    border-right-color: rgb(77 124 15 / 0.3);
  }

  .md\:border-x-lime-700\/35 {
    border-left-color: rgb(77 124 15 / 0.35);
    border-right-color: rgb(77 124 15 / 0.35);
  }

  .md\:border-x-lime-700\/40 {
    border-left-color: rgb(77 124 15 / 0.4);
    border-right-color: rgb(77 124 15 / 0.4);
  }

  .md\:border-x-lime-700\/45 {
    border-left-color: rgb(77 124 15 / 0.45);
    border-right-color: rgb(77 124 15 / 0.45);
  }

  .md\:border-x-lime-700\/5 {
    border-left-color: rgb(77 124 15 / 0.05);
    border-right-color: rgb(77 124 15 / 0.05);
  }

  .md\:border-x-lime-700\/50 {
    border-left-color: rgb(77 124 15 / 0.5);
    border-right-color: rgb(77 124 15 / 0.5);
  }

  .md\:border-x-lime-700\/55 {
    border-left-color: rgb(77 124 15 / 0.55);
    border-right-color: rgb(77 124 15 / 0.55);
  }

  .md\:border-x-lime-700\/60 {
    border-left-color: rgb(77 124 15 / 0.6);
    border-right-color: rgb(77 124 15 / 0.6);
  }

  .md\:border-x-lime-700\/65 {
    border-left-color: rgb(77 124 15 / 0.65);
    border-right-color: rgb(77 124 15 / 0.65);
  }

  .md\:border-x-lime-700\/70 {
    border-left-color: rgb(77 124 15 / 0.7);
    border-right-color: rgb(77 124 15 / 0.7);
  }

  .md\:border-x-lime-700\/75 {
    border-left-color: rgb(77 124 15 / 0.75);
    border-right-color: rgb(77 124 15 / 0.75);
  }

  .md\:border-x-lime-700\/80 {
    border-left-color: rgb(77 124 15 / 0.8);
    border-right-color: rgb(77 124 15 / 0.8);
  }

  .md\:border-x-lime-700\/85 {
    border-left-color: rgb(77 124 15 / 0.85);
    border-right-color: rgb(77 124 15 / 0.85);
  }

  .md\:border-x-lime-700\/90 {
    border-left-color: rgb(77 124 15 / 0.9);
    border-right-color: rgb(77 124 15 / 0.9);
  }

  .md\:border-x-lime-700\/95 {
    border-left-color: rgb(77 124 15 / 0.95);
    border-right-color: rgb(77 124 15 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-lime-800\/0 {
    border-left-color: rgb(63 98 18 / 0);
    border-right-color: rgb(63 98 18 / 0);
  }

  .md\:border-x-lime-800\/10 {
    border-left-color: rgb(63 98 18 / 0.1);
    border-right-color: rgb(63 98 18 / 0.1);
  }

  .md\:border-x-lime-800\/100 {
    border-left-color: rgb(63 98 18 / 1);
    border-right-color: rgb(63 98 18 / 1);
  }

  .md\:border-x-lime-800\/15 {
    border-left-color: rgb(63 98 18 / 0.15);
    border-right-color: rgb(63 98 18 / 0.15);
  }

  .md\:border-x-lime-800\/20 {
    border-left-color: rgb(63 98 18 / 0.2);
    border-right-color: rgb(63 98 18 / 0.2);
  }

  .md\:border-x-lime-800\/25 {
    border-left-color: rgb(63 98 18 / 0.25);
    border-right-color: rgb(63 98 18 / 0.25);
  }

  .md\:border-x-lime-800\/30 {
    border-left-color: rgb(63 98 18 / 0.3);
    border-right-color: rgb(63 98 18 / 0.3);
  }

  .md\:border-x-lime-800\/35 {
    border-left-color: rgb(63 98 18 / 0.35);
    border-right-color: rgb(63 98 18 / 0.35);
  }

  .md\:border-x-lime-800\/40 {
    border-left-color: rgb(63 98 18 / 0.4);
    border-right-color: rgb(63 98 18 / 0.4);
  }

  .md\:border-x-lime-800\/45 {
    border-left-color: rgb(63 98 18 / 0.45);
    border-right-color: rgb(63 98 18 / 0.45);
  }

  .md\:border-x-lime-800\/5 {
    border-left-color: rgb(63 98 18 / 0.05);
    border-right-color: rgb(63 98 18 / 0.05);
  }

  .md\:border-x-lime-800\/50 {
    border-left-color: rgb(63 98 18 / 0.5);
    border-right-color: rgb(63 98 18 / 0.5);
  }

  .md\:border-x-lime-800\/55 {
    border-left-color: rgb(63 98 18 / 0.55);
    border-right-color: rgb(63 98 18 / 0.55);
  }

  .md\:border-x-lime-800\/60 {
    border-left-color: rgb(63 98 18 / 0.6);
    border-right-color: rgb(63 98 18 / 0.6);
  }

  .md\:border-x-lime-800\/65 {
    border-left-color: rgb(63 98 18 / 0.65);
    border-right-color: rgb(63 98 18 / 0.65);
  }

  .md\:border-x-lime-800\/70 {
    border-left-color: rgb(63 98 18 / 0.7);
    border-right-color: rgb(63 98 18 / 0.7);
  }

  .md\:border-x-lime-800\/75 {
    border-left-color: rgb(63 98 18 / 0.75);
    border-right-color: rgb(63 98 18 / 0.75);
  }

  .md\:border-x-lime-800\/80 {
    border-left-color: rgb(63 98 18 / 0.8);
    border-right-color: rgb(63 98 18 / 0.8);
  }

  .md\:border-x-lime-800\/85 {
    border-left-color: rgb(63 98 18 / 0.85);
    border-right-color: rgb(63 98 18 / 0.85);
  }

  .md\:border-x-lime-800\/90 {
    border-left-color: rgb(63 98 18 / 0.9);
    border-right-color: rgb(63 98 18 / 0.9);
  }

  .md\:border-x-lime-800\/95 {
    border-left-color: rgb(63 98 18 / 0.95);
    border-right-color: rgb(63 98 18 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-lime-900\/0 {
    border-left-color: rgb(54 83 20 / 0);
    border-right-color: rgb(54 83 20 / 0);
  }

  .md\:border-x-lime-900\/10 {
    border-left-color: rgb(54 83 20 / 0.1);
    border-right-color: rgb(54 83 20 / 0.1);
  }

  .md\:border-x-lime-900\/100 {
    border-left-color: rgb(54 83 20 / 1);
    border-right-color: rgb(54 83 20 / 1);
  }

  .md\:border-x-lime-900\/15 {
    border-left-color: rgb(54 83 20 / 0.15);
    border-right-color: rgb(54 83 20 / 0.15);
  }

  .md\:border-x-lime-900\/20 {
    border-left-color: rgb(54 83 20 / 0.2);
    border-right-color: rgb(54 83 20 / 0.2);
  }

  .md\:border-x-lime-900\/25 {
    border-left-color: rgb(54 83 20 / 0.25);
    border-right-color: rgb(54 83 20 / 0.25);
  }

  .md\:border-x-lime-900\/30 {
    border-left-color: rgb(54 83 20 / 0.3);
    border-right-color: rgb(54 83 20 / 0.3);
  }

  .md\:border-x-lime-900\/35 {
    border-left-color: rgb(54 83 20 / 0.35);
    border-right-color: rgb(54 83 20 / 0.35);
  }

  .md\:border-x-lime-900\/40 {
    border-left-color: rgb(54 83 20 / 0.4);
    border-right-color: rgb(54 83 20 / 0.4);
  }

  .md\:border-x-lime-900\/45 {
    border-left-color: rgb(54 83 20 / 0.45);
    border-right-color: rgb(54 83 20 / 0.45);
  }

  .md\:border-x-lime-900\/5 {
    border-left-color: rgb(54 83 20 / 0.05);
    border-right-color: rgb(54 83 20 / 0.05);
  }

  .md\:border-x-lime-900\/50 {
    border-left-color: rgb(54 83 20 / 0.5);
    border-right-color: rgb(54 83 20 / 0.5);
  }

  .md\:border-x-lime-900\/55 {
    border-left-color: rgb(54 83 20 / 0.55);
    border-right-color: rgb(54 83 20 / 0.55);
  }

  .md\:border-x-lime-900\/60 {
    border-left-color: rgb(54 83 20 / 0.6);
    border-right-color: rgb(54 83 20 / 0.6);
  }

  .md\:border-x-lime-900\/65 {
    border-left-color: rgb(54 83 20 / 0.65);
    border-right-color: rgb(54 83 20 / 0.65);
  }

  .md\:border-x-lime-900\/70 {
    border-left-color: rgb(54 83 20 / 0.7);
    border-right-color: rgb(54 83 20 / 0.7);
  }

  .md\:border-x-lime-900\/75 {
    border-left-color: rgb(54 83 20 / 0.75);
    border-right-color: rgb(54 83 20 / 0.75);
  }

  .md\:border-x-lime-900\/80 {
    border-left-color: rgb(54 83 20 / 0.8);
    border-right-color: rgb(54 83 20 / 0.8);
  }

  .md\:border-x-lime-900\/85 {
    border-left-color: rgb(54 83 20 / 0.85);
    border-right-color: rgb(54 83 20 / 0.85);
  }

  .md\:border-x-lime-900\/90 {
    border-left-color: rgb(54 83 20 / 0.9);
    border-right-color: rgb(54 83 20 / 0.9);
  }

  .md\:border-x-lime-900\/95 {
    border-left-color: rgb(54 83 20 / 0.95);
    border-right-color: rgb(54 83 20 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-lime-950\/0 {
    border-left-color: rgb(26 46 5 / 0);
    border-right-color: rgb(26 46 5 / 0);
  }

  .md\:border-x-lime-950\/10 {
    border-left-color: rgb(26 46 5 / 0.1);
    border-right-color: rgb(26 46 5 / 0.1);
  }

  .md\:border-x-lime-950\/100 {
    border-left-color: rgb(26 46 5 / 1);
    border-right-color: rgb(26 46 5 / 1);
  }

  .md\:border-x-lime-950\/15 {
    border-left-color: rgb(26 46 5 / 0.15);
    border-right-color: rgb(26 46 5 / 0.15);
  }

  .md\:border-x-lime-950\/20 {
    border-left-color: rgb(26 46 5 / 0.2);
    border-right-color: rgb(26 46 5 / 0.2);
  }

  .md\:border-x-lime-950\/25 {
    border-left-color: rgb(26 46 5 / 0.25);
    border-right-color: rgb(26 46 5 / 0.25);
  }

  .md\:border-x-lime-950\/30 {
    border-left-color: rgb(26 46 5 / 0.3);
    border-right-color: rgb(26 46 5 / 0.3);
  }

  .md\:border-x-lime-950\/35 {
    border-left-color: rgb(26 46 5 / 0.35);
    border-right-color: rgb(26 46 5 / 0.35);
  }

  .md\:border-x-lime-950\/40 {
    border-left-color: rgb(26 46 5 / 0.4);
    border-right-color: rgb(26 46 5 / 0.4);
  }

  .md\:border-x-lime-950\/45 {
    border-left-color: rgb(26 46 5 / 0.45);
    border-right-color: rgb(26 46 5 / 0.45);
  }

  .md\:border-x-lime-950\/5 {
    border-left-color: rgb(26 46 5 / 0.05);
    border-right-color: rgb(26 46 5 / 0.05);
  }

  .md\:border-x-lime-950\/50 {
    border-left-color: rgb(26 46 5 / 0.5);
    border-right-color: rgb(26 46 5 / 0.5);
  }

  .md\:border-x-lime-950\/55 {
    border-left-color: rgb(26 46 5 / 0.55);
    border-right-color: rgb(26 46 5 / 0.55);
  }

  .md\:border-x-lime-950\/60 {
    border-left-color: rgb(26 46 5 / 0.6);
    border-right-color: rgb(26 46 5 / 0.6);
  }

  .md\:border-x-lime-950\/65 {
    border-left-color: rgb(26 46 5 / 0.65);
    border-right-color: rgb(26 46 5 / 0.65);
  }

  .md\:border-x-lime-950\/70 {
    border-left-color: rgb(26 46 5 / 0.7);
    border-right-color: rgb(26 46 5 / 0.7);
  }

  .md\:border-x-lime-950\/75 {
    border-left-color: rgb(26 46 5 / 0.75);
    border-right-color: rgb(26 46 5 / 0.75);
  }

  .md\:border-x-lime-950\/80 {
    border-left-color: rgb(26 46 5 / 0.8);
    border-right-color: rgb(26 46 5 / 0.8);
  }

  .md\:border-x-lime-950\/85 {
    border-left-color: rgb(26 46 5 / 0.85);
    border-right-color: rgb(26 46 5 / 0.85);
  }

  .md\:border-x-lime-950\/90 {
    border-left-color: rgb(26 46 5 / 0.9);
    border-right-color: rgb(26 46 5 / 0.9);
  }

  .md\:border-x-lime-950\/95 {
    border-left-color: rgb(26 46 5 / 0.95);
    border-right-color: rgb(26 46 5 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-neutral-100\/0 {
    border-left-color: rgb(245 245 245 / 0);
    border-right-color: rgb(245 245 245 / 0);
  }

  .md\:border-x-neutral-100\/10 {
    border-left-color: rgb(245 245 245 / 0.1);
    border-right-color: rgb(245 245 245 / 0.1);
  }

  .md\:border-x-neutral-100\/100 {
    border-left-color: rgb(245 245 245 / 1);
    border-right-color: rgb(245 245 245 / 1);
  }

  .md\:border-x-neutral-100\/15 {
    border-left-color: rgb(245 245 245 / 0.15);
    border-right-color: rgb(245 245 245 / 0.15);
  }

  .md\:border-x-neutral-100\/20 {
    border-left-color: rgb(245 245 245 / 0.2);
    border-right-color: rgb(245 245 245 / 0.2);
  }

  .md\:border-x-neutral-100\/25 {
    border-left-color: rgb(245 245 245 / 0.25);
    border-right-color: rgb(245 245 245 / 0.25);
  }

  .md\:border-x-neutral-100\/30 {
    border-left-color: rgb(245 245 245 / 0.3);
    border-right-color: rgb(245 245 245 / 0.3);
  }

  .md\:border-x-neutral-100\/35 {
    border-left-color: rgb(245 245 245 / 0.35);
    border-right-color: rgb(245 245 245 / 0.35);
  }

  .md\:border-x-neutral-100\/40 {
    border-left-color: rgb(245 245 245 / 0.4);
    border-right-color: rgb(245 245 245 / 0.4);
  }

  .md\:border-x-neutral-100\/45 {
    border-left-color: rgb(245 245 245 / 0.45);
    border-right-color: rgb(245 245 245 / 0.45);
  }

  .md\:border-x-neutral-100\/5 {
    border-left-color: rgb(245 245 245 / 0.05);
    border-right-color: rgb(245 245 245 / 0.05);
  }

  .md\:border-x-neutral-100\/50 {
    border-left-color: rgb(245 245 245 / 0.5);
    border-right-color: rgb(245 245 245 / 0.5);
  }

  .md\:border-x-neutral-100\/55 {
    border-left-color: rgb(245 245 245 / 0.55);
    border-right-color: rgb(245 245 245 / 0.55);
  }

  .md\:border-x-neutral-100\/60 {
    border-left-color: rgb(245 245 245 / 0.6);
    border-right-color: rgb(245 245 245 / 0.6);
  }

  .md\:border-x-neutral-100\/65 {
    border-left-color: rgb(245 245 245 / 0.65);
    border-right-color: rgb(245 245 245 / 0.65);
  }

  .md\:border-x-neutral-100\/70 {
    border-left-color: rgb(245 245 245 / 0.7);
    border-right-color: rgb(245 245 245 / 0.7);
  }

  .md\:border-x-neutral-100\/75 {
    border-left-color: rgb(245 245 245 / 0.75);
    border-right-color: rgb(245 245 245 / 0.75);
  }

  .md\:border-x-neutral-100\/80 {
    border-left-color: rgb(245 245 245 / 0.8);
    border-right-color: rgb(245 245 245 / 0.8);
  }

  .md\:border-x-neutral-100\/85 {
    border-left-color: rgb(245 245 245 / 0.85);
    border-right-color: rgb(245 245 245 / 0.85);
  }

  .md\:border-x-neutral-100\/90 {
    border-left-color: rgb(245 245 245 / 0.9);
    border-right-color: rgb(245 245 245 / 0.9);
  }

  .md\:border-x-neutral-100\/95 {
    border-left-color: rgb(245 245 245 / 0.95);
    border-right-color: rgb(245 245 245 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-neutral-200\/0 {
    border-left-color: rgb(229 229 229 / 0);
    border-right-color: rgb(229 229 229 / 0);
  }

  .md\:border-x-neutral-200\/10 {
    border-left-color: rgb(229 229 229 / 0.1);
    border-right-color: rgb(229 229 229 / 0.1);
  }

  .md\:border-x-neutral-200\/100 {
    border-left-color: rgb(229 229 229 / 1);
    border-right-color: rgb(229 229 229 / 1);
  }

  .md\:border-x-neutral-200\/15 {
    border-left-color: rgb(229 229 229 / 0.15);
    border-right-color: rgb(229 229 229 / 0.15);
  }

  .md\:border-x-neutral-200\/20 {
    border-left-color: rgb(229 229 229 / 0.2);
    border-right-color: rgb(229 229 229 / 0.2);
  }

  .md\:border-x-neutral-200\/25 {
    border-left-color: rgb(229 229 229 / 0.25);
    border-right-color: rgb(229 229 229 / 0.25);
  }

  .md\:border-x-neutral-200\/30 {
    border-left-color: rgb(229 229 229 / 0.3);
    border-right-color: rgb(229 229 229 / 0.3);
  }

  .md\:border-x-neutral-200\/35 {
    border-left-color: rgb(229 229 229 / 0.35);
    border-right-color: rgb(229 229 229 / 0.35);
  }

  .md\:border-x-neutral-200\/40 {
    border-left-color: rgb(229 229 229 / 0.4);
    border-right-color: rgb(229 229 229 / 0.4);
  }

  .md\:border-x-neutral-200\/45 {
    border-left-color: rgb(229 229 229 / 0.45);
    border-right-color: rgb(229 229 229 / 0.45);
  }

  .md\:border-x-neutral-200\/5 {
    border-left-color: rgb(229 229 229 / 0.05);
    border-right-color: rgb(229 229 229 / 0.05);
  }

  .md\:border-x-neutral-200\/50 {
    border-left-color: rgb(229 229 229 / 0.5);
    border-right-color: rgb(229 229 229 / 0.5);
  }

  .md\:border-x-neutral-200\/55 {
    border-left-color: rgb(229 229 229 / 0.55);
    border-right-color: rgb(229 229 229 / 0.55);
  }

  .md\:border-x-neutral-200\/60 {
    border-left-color: rgb(229 229 229 / 0.6);
    border-right-color: rgb(229 229 229 / 0.6);
  }

  .md\:border-x-neutral-200\/65 {
    border-left-color: rgb(229 229 229 / 0.65);
    border-right-color: rgb(229 229 229 / 0.65);
  }

  .md\:border-x-neutral-200\/70 {
    border-left-color: rgb(229 229 229 / 0.7);
    border-right-color: rgb(229 229 229 / 0.7);
  }

  .md\:border-x-neutral-200\/75 {
    border-left-color: rgb(229 229 229 / 0.75);
    border-right-color: rgb(229 229 229 / 0.75);
  }

  .md\:border-x-neutral-200\/80 {
    border-left-color: rgb(229 229 229 / 0.8);
    border-right-color: rgb(229 229 229 / 0.8);
  }

  .md\:border-x-neutral-200\/85 {
    border-left-color: rgb(229 229 229 / 0.85);
    border-right-color: rgb(229 229 229 / 0.85);
  }

  .md\:border-x-neutral-200\/90 {
    border-left-color: rgb(229 229 229 / 0.9);
    border-right-color: rgb(229 229 229 / 0.9);
  }

  .md\:border-x-neutral-200\/95 {
    border-left-color: rgb(229 229 229 / 0.95);
    border-right-color: rgb(229 229 229 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-neutral-300\/0 {
    border-left-color: rgb(212 212 212 / 0);
    border-right-color: rgb(212 212 212 / 0);
  }

  .md\:border-x-neutral-300\/10 {
    border-left-color: rgb(212 212 212 / 0.1);
    border-right-color: rgb(212 212 212 / 0.1);
  }

  .md\:border-x-neutral-300\/100 {
    border-left-color: rgb(212 212 212 / 1);
    border-right-color: rgb(212 212 212 / 1);
  }

  .md\:border-x-neutral-300\/15 {
    border-left-color: rgb(212 212 212 / 0.15);
    border-right-color: rgb(212 212 212 / 0.15);
  }

  .md\:border-x-neutral-300\/20 {
    border-left-color: rgb(212 212 212 / 0.2);
    border-right-color: rgb(212 212 212 / 0.2);
  }

  .md\:border-x-neutral-300\/25 {
    border-left-color: rgb(212 212 212 / 0.25);
    border-right-color: rgb(212 212 212 / 0.25);
  }

  .md\:border-x-neutral-300\/30 {
    border-left-color: rgb(212 212 212 / 0.3);
    border-right-color: rgb(212 212 212 / 0.3);
  }

  .md\:border-x-neutral-300\/35 {
    border-left-color: rgb(212 212 212 / 0.35);
    border-right-color: rgb(212 212 212 / 0.35);
  }

  .md\:border-x-neutral-300\/40 {
    border-left-color: rgb(212 212 212 / 0.4);
    border-right-color: rgb(212 212 212 / 0.4);
  }

  .md\:border-x-neutral-300\/45 {
    border-left-color: rgb(212 212 212 / 0.45);
    border-right-color: rgb(212 212 212 / 0.45);
  }

  .md\:border-x-neutral-300\/5 {
    border-left-color: rgb(212 212 212 / 0.05);
    border-right-color: rgb(212 212 212 / 0.05);
  }

  .md\:border-x-neutral-300\/50 {
    border-left-color: rgb(212 212 212 / 0.5);
    border-right-color: rgb(212 212 212 / 0.5);
  }

  .md\:border-x-neutral-300\/55 {
    border-left-color: rgb(212 212 212 / 0.55);
    border-right-color: rgb(212 212 212 / 0.55);
  }

  .md\:border-x-neutral-300\/60 {
    border-left-color: rgb(212 212 212 / 0.6);
    border-right-color: rgb(212 212 212 / 0.6);
  }

  .md\:border-x-neutral-300\/65 {
    border-left-color: rgb(212 212 212 / 0.65);
    border-right-color: rgb(212 212 212 / 0.65);
  }

  .md\:border-x-neutral-300\/70 {
    border-left-color: rgb(212 212 212 / 0.7);
    border-right-color: rgb(212 212 212 / 0.7);
  }

  .md\:border-x-neutral-300\/75 {
    border-left-color: rgb(212 212 212 / 0.75);
    border-right-color: rgb(212 212 212 / 0.75);
  }

  .md\:border-x-neutral-300\/80 {
    border-left-color: rgb(212 212 212 / 0.8);
    border-right-color: rgb(212 212 212 / 0.8);
  }

  .md\:border-x-neutral-300\/85 {
    border-left-color: rgb(212 212 212 / 0.85);
    border-right-color: rgb(212 212 212 / 0.85);
  }

  .md\:border-x-neutral-300\/90 {
    border-left-color: rgb(212 212 212 / 0.9);
    border-right-color: rgb(212 212 212 / 0.9);
  }

  .md\:border-x-neutral-300\/95 {
    border-left-color: rgb(212 212 212 / 0.95);
    border-right-color: rgb(212 212 212 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-neutral-400\/0 {
    border-left-color: rgb(163 163 163 / 0);
    border-right-color: rgb(163 163 163 / 0);
  }

  .md\:border-x-neutral-400\/10 {
    border-left-color: rgb(163 163 163 / 0.1);
    border-right-color: rgb(163 163 163 / 0.1);
  }

  .md\:border-x-neutral-400\/100 {
    border-left-color: rgb(163 163 163 / 1);
    border-right-color: rgb(163 163 163 / 1);
  }

  .md\:border-x-neutral-400\/15 {
    border-left-color: rgb(163 163 163 / 0.15);
    border-right-color: rgb(163 163 163 / 0.15);
  }

  .md\:border-x-neutral-400\/20 {
    border-left-color: rgb(163 163 163 / 0.2);
    border-right-color: rgb(163 163 163 / 0.2);
  }

  .md\:border-x-neutral-400\/25 {
    border-left-color: rgb(163 163 163 / 0.25);
    border-right-color: rgb(163 163 163 / 0.25);
  }

  .md\:border-x-neutral-400\/30 {
    border-left-color: rgb(163 163 163 / 0.3);
    border-right-color: rgb(163 163 163 / 0.3);
  }

  .md\:border-x-neutral-400\/35 {
    border-left-color: rgb(163 163 163 / 0.35);
    border-right-color: rgb(163 163 163 / 0.35);
  }

  .md\:border-x-neutral-400\/40 {
    border-left-color: rgb(163 163 163 / 0.4);
    border-right-color: rgb(163 163 163 / 0.4);
  }

  .md\:border-x-neutral-400\/45 {
    border-left-color: rgb(163 163 163 / 0.45);
    border-right-color: rgb(163 163 163 / 0.45);
  }

  .md\:border-x-neutral-400\/5 {
    border-left-color: rgb(163 163 163 / 0.05);
    border-right-color: rgb(163 163 163 / 0.05);
  }

  .md\:border-x-neutral-400\/50 {
    border-left-color: rgb(163 163 163 / 0.5);
    border-right-color: rgb(163 163 163 / 0.5);
  }

  .md\:border-x-neutral-400\/55 {
    border-left-color: rgb(163 163 163 / 0.55);
    border-right-color: rgb(163 163 163 / 0.55);
  }

  .md\:border-x-neutral-400\/60 {
    border-left-color: rgb(163 163 163 / 0.6);
    border-right-color: rgb(163 163 163 / 0.6);
  }

  .md\:border-x-neutral-400\/65 {
    border-left-color: rgb(163 163 163 / 0.65);
    border-right-color: rgb(163 163 163 / 0.65);
  }

  .md\:border-x-neutral-400\/70 {
    border-left-color: rgb(163 163 163 / 0.7);
    border-right-color: rgb(163 163 163 / 0.7);
  }

  .md\:border-x-neutral-400\/75 {
    border-left-color: rgb(163 163 163 / 0.75);
    border-right-color: rgb(163 163 163 / 0.75);
  }

  .md\:border-x-neutral-400\/80 {
    border-left-color: rgb(163 163 163 / 0.8);
    border-right-color: rgb(163 163 163 / 0.8);
  }

  .md\:border-x-neutral-400\/85 {
    border-left-color: rgb(163 163 163 / 0.85);
    border-right-color: rgb(163 163 163 / 0.85);
  }

  .md\:border-x-neutral-400\/90 {
    border-left-color: rgb(163 163 163 / 0.9);
    border-right-color: rgb(163 163 163 / 0.9);
  }

  .md\:border-x-neutral-400\/95 {
    border-left-color: rgb(163 163 163 / 0.95);
    border-right-color: rgb(163 163 163 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-neutral-50\/0 {
    border-left-color: rgb(250 250 250 / 0);
    border-right-color: rgb(250 250 250 / 0);
  }

  .md\:border-x-neutral-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1);
    border-right-color: rgb(250 250 250 / 0.1);
  }

  .md\:border-x-neutral-50\/100 {
    border-left-color: rgb(250 250 250 / 1);
    border-right-color: rgb(250 250 250 / 1);
  }

  .md\:border-x-neutral-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15);
    border-right-color: rgb(250 250 250 / 0.15);
  }

  .md\:border-x-neutral-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2);
    border-right-color: rgb(250 250 250 / 0.2);
  }

  .md\:border-x-neutral-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25);
    border-right-color: rgb(250 250 250 / 0.25);
  }

  .md\:border-x-neutral-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3);
    border-right-color: rgb(250 250 250 / 0.3);
  }

  .md\:border-x-neutral-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35);
    border-right-color: rgb(250 250 250 / 0.35);
  }

  .md\:border-x-neutral-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4);
    border-right-color: rgb(250 250 250 / 0.4);
  }

  .md\:border-x-neutral-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45);
    border-right-color: rgb(250 250 250 / 0.45);
  }

  .md\:border-x-neutral-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05);
    border-right-color: rgb(250 250 250 / 0.05);
  }

  .md\:border-x-neutral-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5);
    border-right-color: rgb(250 250 250 / 0.5);
  }

  .md\:border-x-neutral-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55);
    border-right-color: rgb(250 250 250 / 0.55);
  }

  .md\:border-x-neutral-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6);
    border-right-color: rgb(250 250 250 / 0.6);
  }

  .md\:border-x-neutral-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65);
    border-right-color: rgb(250 250 250 / 0.65);
  }

  .md\:border-x-neutral-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7);
    border-right-color: rgb(250 250 250 / 0.7);
  }

  .md\:border-x-neutral-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75);
    border-right-color: rgb(250 250 250 / 0.75);
  }

  .md\:border-x-neutral-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8);
    border-right-color: rgb(250 250 250 / 0.8);
  }

  .md\:border-x-neutral-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85);
    border-right-color: rgb(250 250 250 / 0.85);
  }

  .md\:border-x-neutral-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9);
    border-right-color: rgb(250 250 250 / 0.9);
  }

  .md\:border-x-neutral-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95);
    border-right-color: rgb(250 250 250 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-neutral-500\/0 {
    border-left-color: rgb(115 115 115 / 0);
    border-right-color: rgb(115 115 115 / 0);
  }

  .md\:border-x-neutral-500\/10 {
    border-left-color: rgb(115 115 115 / 0.1);
    border-right-color: rgb(115 115 115 / 0.1);
  }

  .md\:border-x-neutral-500\/100 {
    border-left-color: rgb(115 115 115 / 1);
    border-right-color: rgb(115 115 115 / 1);
  }

  .md\:border-x-neutral-500\/15 {
    border-left-color: rgb(115 115 115 / 0.15);
    border-right-color: rgb(115 115 115 / 0.15);
  }

  .md\:border-x-neutral-500\/20 {
    border-left-color: rgb(115 115 115 / 0.2);
    border-right-color: rgb(115 115 115 / 0.2);
  }

  .md\:border-x-neutral-500\/25 {
    border-left-color: rgb(115 115 115 / 0.25);
    border-right-color: rgb(115 115 115 / 0.25);
  }

  .md\:border-x-neutral-500\/30 {
    border-left-color: rgb(115 115 115 / 0.3);
    border-right-color: rgb(115 115 115 / 0.3);
  }

  .md\:border-x-neutral-500\/35 {
    border-left-color: rgb(115 115 115 / 0.35);
    border-right-color: rgb(115 115 115 / 0.35);
  }

  .md\:border-x-neutral-500\/40 {
    border-left-color: rgb(115 115 115 / 0.4);
    border-right-color: rgb(115 115 115 / 0.4);
  }

  .md\:border-x-neutral-500\/45 {
    border-left-color: rgb(115 115 115 / 0.45);
    border-right-color: rgb(115 115 115 / 0.45);
  }

  .md\:border-x-neutral-500\/5 {
    border-left-color: rgb(115 115 115 / 0.05);
    border-right-color: rgb(115 115 115 / 0.05);
  }

  .md\:border-x-neutral-500\/50 {
    border-left-color: rgb(115 115 115 / 0.5);
    border-right-color: rgb(115 115 115 / 0.5);
  }

  .md\:border-x-neutral-500\/55 {
    border-left-color: rgb(115 115 115 / 0.55);
    border-right-color: rgb(115 115 115 / 0.55);
  }

  .md\:border-x-neutral-500\/60 {
    border-left-color: rgb(115 115 115 / 0.6);
    border-right-color: rgb(115 115 115 / 0.6);
  }

  .md\:border-x-neutral-500\/65 {
    border-left-color: rgb(115 115 115 / 0.65);
    border-right-color: rgb(115 115 115 / 0.65);
  }

  .md\:border-x-neutral-500\/70 {
    border-left-color: rgb(115 115 115 / 0.7);
    border-right-color: rgb(115 115 115 / 0.7);
  }

  .md\:border-x-neutral-500\/75 {
    border-left-color: rgb(115 115 115 / 0.75);
    border-right-color: rgb(115 115 115 / 0.75);
  }

  .md\:border-x-neutral-500\/80 {
    border-left-color: rgb(115 115 115 / 0.8);
    border-right-color: rgb(115 115 115 / 0.8);
  }

  .md\:border-x-neutral-500\/85 {
    border-left-color: rgb(115 115 115 / 0.85);
    border-right-color: rgb(115 115 115 / 0.85);
  }

  .md\:border-x-neutral-500\/90 {
    border-left-color: rgb(115 115 115 / 0.9);
    border-right-color: rgb(115 115 115 / 0.9);
  }

  .md\:border-x-neutral-500\/95 {
    border-left-color: rgb(115 115 115 / 0.95);
    border-right-color: rgb(115 115 115 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-neutral-600\/0 {
    border-left-color: rgb(82 82 82 / 0);
    border-right-color: rgb(82 82 82 / 0);
  }

  .md\:border-x-neutral-600\/10 {
    border-left-color: rgb(82 82 82 / 0.1);
    border-right-color: rgb(82 82 82 / 0.1);
  }

  .md\:border-x-neutral-600\/100 {
    border-left-color: rgb(82 82 82 / 1);
    border-right-color: rgb(82 82 82 / 1);
  }

  .md\:border-x-neutral-600\/15 {
    border-left-color: rgb(82 82 82 / 0.15);
    border-right-color: rgb(82 82 82 / 0.15);
  }

  .md\:border-x-neutral-600\/20 {
    border-left-color: rgb(82 82 82 / 0.2);
    border-right-color: rgb(82 82 82 / 0.2);
  }

  .md\:border-x-neutral-600\/25 {
    border-left-color: rgb(82 82 82 / 0.25);
    border-right-color: rgb(82 82 82 / 0.25);
  }

  .md\:border-x-neutral-600\/30 {
    border-left-color: rgb(82 82 82 / 0.3);
    border-right-color: rgb(82 82 82 / 0.3);
  }

  .md\:border-x-neutral-600\/35 {
    border-left-color: rgb(82 82 82 / 0.35);
    border-right-color: rgb(82 82 82 / 0.35);
  }

  .md\:border-x-neutral-600\/40 {
    border-left-color: rgb(82 82 82 / 0.4);
    border-right-color: rgb(82 82 82 / 0.4);
  }

  .md\:border-x-neutral-600\/45 {
    border-left-color: rgb(82 82 82 / 0.45);
    border-right-color: rgb(82 82 82 / 0.45);
  }

  .md\:border-x-neutral-600\/5 {
    border-left-color: rgb(82 82 82 / 0.05);
    border-right-color: rgb(82 82 82 / 0.05);
  }

  .md\:border-x-neutral-600\/50 {
    border-left-color: rgb(82 82 82 / 0.5);
    border-right-color: rgb(82 82 82 / 0.5);
  }

  .md\:border-x-neutral-600\/55 {
    border-left-color: rgb(82 82 82 / 0.55);
    border-right-color: rgb(82 82 82 / 0.55);
  }

  .md\:border-x-neutral-600\/60 {
    border-left-color: rgb(82 82 82 / 0.6);
    border-right-color: rgb(82 82 82 / 0.6);
  }

  .md\:border-x-neutral-600\/65 {
    border-left-color: rgb(82 82 82 / 0.65);
    border-right-color: rgb(82 82 82 / 0.65);
  }

  .md\:border-x-neutral-600\/70 {
    border-left-color: rgb(82 82 82 / 0.7);
    border-right-color: rgb(82 82 82 / 0.7);
  }

  .md\:border-x-neutral-600\/75 {
    border-left-color: rgb(82 82 82 / 0.75);
    border-right-color: rgb(82 82 82 / 0.75);
  }

  .md\:border-x-neutral-600\/80 {
    border-left-color: rgb(82 82 82 / 0.8);
    border-right-color: rgb(82 82 82 / 0.8);
  }

  .md\:border-x-neutral-600\/85 {
    border-left-color: rgb(82 82 82 / 0.85);
    border-right-color: rgb(82 82 82 / 0.85);
  }

  .md\:border-x-neutral-600\/90 {
    border-left-color: rgb(82 82 82 / 0.9);
    border-right-color: rgb(82 82 82 / 0.9);
  }

  .md\:border-x-neutral-600\/95 {
    border-left-color: rgb(82 82 82 / 0.95);
    border-right-color: rgb(82 82 82 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-neutral-700\/0 {
    border-left-color: rgb(64 64 64 / 0);
    border-right-color: rgb(64 64 64 / 0);
  }

  .md\:border-x-neutral-700\/10 {
    border-left-color: rgb(64 64 64 / 0.1);
    border-right-color: rgb(64 64 64 / 0.1);
  }

  .md\:border-x-neutral-700\/100 {
    border-left-color: rgb(64 64 64 / 1);
    border-right-color: rgb(64 64 64 / 1);
  }

  .md\:border-x-neutral-700\/15 {
    border-left-color: rgb(64 64 64 / 0.15);
    border-right-color: rgb(64 64 64 / 0.15);
  }

  .md\:border-x-neutral-700\/20 {
    border-left-color: rgb(64 64 64 / 0.2);
    border-right-color: rgb(64 64 64 / 0.2);
  }

  .md\:border-x-neutral-700\/25 {
    border-left-color: rgb(64 64 64 / 0.25);
    border-right-color: rgb(64 64 64 / 0.25);
  }

  .md\:border-x-neutral-700\/30 {
    border-left-color: rgb(64 64 64 / 0.3);
    border-right-color: rgb(64 64 64 / 0.3);
  }

  .md\:border-x-neutral-700\/35 {
    border-left-color: rgb(64 64 64 / 0.35);
    border-right-color: rgb(64 64 64 / 0.35);
  }

  .md\:border-x-neutral-700\/40 {
    border-left-color: rgb(64 64 64 / 0.4);
    border-right-color: rgb(64 64 64 / 0.4);
  }

  .md\:border-x-neutral-700\/45 {
    border-left-color: rgb(64 64 64 / 0.45);
    border-right-color: rgb(64 64 64 / 0.45);
  }

  .md\:border-x-neutral-700\/5 {
    border-left-color: rgb(64 64 64 / 0.05);
    border-right-color: rgb(64 64 64 / 0.05);
  }

  .md\:border-x-neutral-700\/50 {
    border-left-color: rgb(64 64 64 / 0.5);
    border-right-color: rgb(64 64 64 / 0.5);
  }

  .md\:border-x-neutral-700\/55 {
    border-left-color: rgb(64 64 64 / 0.55);
    border-right-color: rgb(64 64 64 / 0.55);
  }

  .md\:border-x-neutral-700\/60 {
    border-left-color: rgb(64 64 64 / 0.6);
    border-right-color: rgb(64 64 64 / 0.6);
  }

  .md\:border-x-neutral-700\/65 {
    border-left-color: rgb(64 64 64 / 0.65);
    border-right-color: rgb(64 64 64 / 0.65);
  }

  .md\:border-x-neutral-700\/70 {
    border-left-color: rgb(64 64 64 / 0.7);
    border-right-color: rgb(64 64 64 / 0.7);
  }

  .md\:border-x-neutral-700\/75 {
    border-left-color: rgb(64 64 64 / 0.75);
    border-right-color: rgb(64 64 64 / 0.75);
  }

  .md\:border-x-neutral-700\/80 {
    border-left-color: rgb(64 64 64 / 0.8);
    border-right-color: rgb(64 64 64 / 0.8);
  }

  .md\:border-x-neutral-700\/85 {
    border-left-color: rgb(64 64 64 / 0.85);
    border-right-color: rgb(64 64 64 / 0.85);
  }

  .md\:border-x-neutral-700\/90 {
    border-left-color: rgb(64 64 64 / 0.9);
    border-right-color: rgb(64 64 64 / 0.9);
  }

  .md\:border-x-neutral-700\/95 {
    border-left-color: rgb(64 64 64 / 0.95);
    border-right-color: rgb(64 64 64 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-neutral-800\/0 {
    border-left-color: rgb(38 38 38 / 0);
    border-right-color: rgb(38 38 38 / 0);
  }

  .md\:border-x-neutral-800\/10 {
    border-left-color: rgb(38 38 38 / 0.1);
    border-right-color: rgb(38 38 38 / 0.1);
  }

  .md\:border-x-neutral-800\/100 {
    border-left-color: rgb(38 38 38 / 1);
    border-right-color: rgb(38 38 38 / 1);
  }

  .md\:border-x-neutral-800\/15 {
    border-left-color: rgb(38 38 38 / 0.15);
    border-right-color: rgb(38 38 38 / 0.15);
  }

  .md\:border-x-neutral-800\/20 {
    border-left-color: rgb(38 38 38 / 0.2);
    border-right-color: rgb(38 38 38 / 0.2);
  }

  .md\:border-x-neutral-800\/25 {
    border-left-color: rgb(38 38 38 / 0.25);
    border-right-color: rgb(38 38 38 / 0.25);
  }

  .md\:border-x-neutral-800\/30 {
    border-left-color: rgb(38 38 38 / 0.3);
    border-right-color: rgb(38 38 38 / 0.3);
  }

  .md\:border-x-neutral-800\/35 {
    border-left-color: rgb(38 38 38 / 0.35);
    border-right-color: rgb(38 38 38 / 0.35);
  }

  .md\:border-x-neutral-800\/40 {
    border-left-color: rgb(38 38 38 / 0.4);
    border-right-color: rgb(38 38 38 / 0.4);
  }

  .md\:border-x-neutral-800\/45 {
    border-left-color: rgb(38 38 38 / 0.45);
    border-right-color: rgb(38 38 38 / 0.45);
  }

  .md\:border-x-neutral-800\/5 {
    border-left-color: rgb(38 38 38 / 0.05);
    border-right-color: rgb(38 38 38 / 0.05);
  }

  .md\:border-x-neutral-800\/50 {
    border-left-color: rgb(38 38 38 / 0.5);
    border-right-color: rgb(38 38 38 / 0.5);
  }

  .md\:border-x-neutral-800\/55 {
    border-left-color: rgb(38 38 38 / 0.55);
    border-right-color: rgb(38 38 38 / 0.55);
  }

  .md\:border-x-neutral-800\/60 {
    border-left-color: rgb(38 38 38 / 0.6);
    border-right-color: rgb(38 38 38 / 0.6);
  }

  .md\:border-x-neutral-800\/65 {
    border-left-color: rgb(38 38 38 / 0.65);
    border-right-color: rgb(38 38 38 / 0.65);
  }

  .md\:border-x-neutral-800\/70 {
    border-left-color: rgb(38 38 38 / 0.7);
    border-right-color: rgb(38 38 38 / 0.7);
  }

  .md\:border-x-neutral-800\/75 {
    border-left-color: rgb(38 38 38 / 0.75);
    border-right-color: rgb(38 38 38 / 0.75);
  }

  .md\:border-x-neutral-800\/80 {
    border-left-color: rgb(38 38 38 / 0.8);
    border-right-color: rgb(38 38 38 / 0.8);
  }

  .md\:border-x-neutral-800\/85 {
    border-left-color: rgb(38 38 38 / 0.85);
    border-right-color: rgb(38 38 38 / 0.85);
  }

  .md\:border-x-neutral-800\/90 {
    border-left-color: rgb(38 38 38 / 0.9);
    border-right-color: rgb(38 38 38 / 0.9);
  }

  .md\:border-x-neutral-800\/95 {
    border-left-color: rgb(38 38 38 / 0.95);
    border-right-color: rgb(38 38 38 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-neutral-900\/0 {
    border-left-color: rgb(23 23 23 / 0);
    border-right-color: rgb(23 23 23 / 0);
  }

  .md\:border-x-neutral-900\/10 {
    border-left-color: rgb(23 23 23 / 0.1);
    border-right-color: rgb(23 23 23 / 0.1);
  }

  .md\:border-x-neutral-900\/100 {
    border-left-color: rgb(23 23 23 / 1);
    border-right-color: rgb(23 23 23 / 1);
  }

  .md\:border-x-neutral-900\/15 {
    border-left-color: rgb(23 23 23 / 0.15);
    border-right-color: rgb(23 23 23 / 0.15);
  }

  .md\:border-x-neutral-900\/20 {
    border-left-color: rgb(23 23 23 / 0.2);
    border-right-color: rgb(23 23 23 / 0.2);
  }

  .md\:border-x-neutral-900\/25 {
    border-left-color: rgb(23 23 23 / 0.25);
    border-right-color: rgb(23 23 23 / 0.25);
  }

  .md\:border-x-neutral-900\/30 {
    border-left-color: rgb(23 23 23 / 0.3);
    border-right-color: rgb(23 23 23 / 0.3);
  }

  .md\:border-x-neutral-900\/35 {
    border-left-color: rgb(23 23 23 / 0.35);
    border-right-color: rgb(23 23 23 / 0.35);
  }

  .md\:border-x-neutral-900\/40 {
    border-left-color: rgb(23 23 23 / 0.4);
    border-right-color: rgb(23 23 23 / 0.4);
  }

  .md\:border-x-neutral-900\/45 {
    border-left-color: rgb(23 23 23 / 0.45);
    border-right-color: rgb(23 23 23 / 0.45);
  }

  .md\:border-x-neutral-900\/5 {
    border-left-color: rgb(23 23 23 / 0.05);
    border-right-color: rgb(23 23 23 / 0.05);
  }

  .md\:border-x-neutral-900\/50 {
    border-left-color: rgb(23 23 23 / 0.5);
    border-right-color: rgb(23 23 23 / 0.5);
  }

  .md\:border-x-neutral-900\/55 {
    border-left-color: rgb(23 23 23 / 0.55);
    border-right-color: rgb(23 23 23 / 0.55);
  }

  .md\:border-x-neutral-900\/60 {
    border-left-color: rgb(23 23 23 / 0.6);
    border-right-color: rgb(23 23 23 / 0.6);
  }

  .md\:border-x-neutral-900\/65 {
    border-left-color: rgb(23 23 23 / 0.65);
    border-right-color: rgb(23 23 23 / 0.65);
  }

  .md\:border-x-neutral-900\/70 {
    border-left-color: rgb(23 23 23 / 0.7);
    border-right-color: rgb(23 23 23 / 0.7);
  }

  .md\:border-x-neutral-900\/75 {
    border-left-color: rgb(23 23 23 / 0.75);
    border-right-color: rgb(23 23 23 / 0.75);
  }

  .md\:border-x-neutral-900\/80 {
    border-left-color: rgb(23 23 23 / 0.8);
    border-right-color: rgb(23 23 23 / 0.8);
  }

  .md\:border-x-neutral-900\/85 {
    border-left-color: rgb(23 23 23 / 0.85);
    border-right-color: rgb(23 23 23 / 0.85);
  }

  .md\:border-x-neutral-900\/90 {
    border-left-color: rgb(23 23 23 / 0.9);
    border-right-color: rgb(23 23 23 / 0.9);
  }

  .md\:border-x-neutral-900\/95 {
    border-left-color: rgb(23 23 23 / 0.95);
    border-right-color: rgb(23 23 23 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-neutral-950\/0 {
    border-left-color: rgb(10 10 10 / 0);
    border-right-color: rgb(10 10 10 / 0);
  }

  .md\:border-x-neutral-950\/10 {
    border-left-color: rgb(10 10 10 / 0.1);
    border-right-color: rgb(10 10 10 / 0.1);
  }

  .md\:border-x-neutral-950\/100 {
    border-left-color: rgb(10 10 10 / 1);
    border-right-color: rgb(10 10 10 / 1);
  }

  .md\:border-x-neutral-950\/15 {
    border-left-color: rgb(10 10 10 / 0.15);
    border-right-color: rgb(10 10 10 / 0.15);
  }

  .md\:border-x-neutral-950\/20 {
    border-left-color: rgb(10 10 10 / 0.2);
    border-right-color: rgb(10 10 10 / 0.2);
  }

  .md\:border-x-neutral-950\/25 {
    border-left-color: rgb(10 10 10 / 0.25);
    border-right-color: rgb(10 10 10 / 0.25);
  }

  .md\:border-x-neutral-950\/30 {
    border-left-color: rgb(10 10 10 / 0.3);
    border-right-color: rgb(10 10 10 / 0.3);
  }

  .md\:border-x-neutral-950\/35 {
    border-left-color: rgb(10 10 10 / 0.35);
    border-right-color: rgb(10 10 10 / 0.35);
  }

  .md\:border-x-neutral-950\/40 {
    border-left-color: rgb(10 10 10 / 0.4);
    border-right-color: rgb(10 10 10 / 0.4);
  }

  .md\:border-x-neutral-950\/45 {
    border-left-color: rgb(10 10 10 / 0.45);
    border-right-color: rgb(10 10 10 / 0.45);
  }

  .md\:border-x-neutral-950\/5 {
    border-left-color: rgb(10 10 10 / 0.05);
    border-right-color: rgb(10 10 10 / 0.05);
  }

  .md\:border-x-neutral-950\/50 {
    border-left-color: rgb(10 10 10 / 0.5);
    border-right-color: rgb(10 10 10 / 0.5);
  }

  .md\:border-x-neutral-950\/55 {
    border-left-color: rgb(10 10 10 / 0.55);
    border-right-color: rgb(10 10 10 / 0.55);
  }

  .md\:border-x-neutral-950\/60 {
    border-left-color: rgb(10 10 10 / 0.6);
    border-right-color: rgb(10 10 10 / 0.6);
  }

  .md\:border-x-neutral-950\/65 {
    border-left-color: rgb(10 10 10 / 0.65);
    border-right-color: rgb(10 10 10 / 0.65);
  }

  .md\:border-x-neutral-950\/70 {
    border-left-color: rgb(10 10 10 / 0.7);
    border-right-color: rgb(10 10 10 / 0.7);
  }

  .md\:border-x-neutral-950\/75 {
    border-left-color: rgb(10 10 10 / 0.75);
    border-right-color: rgb(10 10 10 / 0.75);
  }

  .md\:border-x-neutral-950\/80 {
    border-left-color: rgb(10 10 10 / 0.8);
    border-right-color: rgb(10 10 10 / 0.8);
  }

  .md\:border-x-neutral-950\/85 {
    border-left-color: rgb(10 10 10 / 0.85);
    border-right-color: rgb(10 10 10 / 0.85);
  }

  .md\:border-x-neutral-950\/90 {
    border-left-color: rgb(10 10 10 / 0.9);
    border-right-color: rgb(10 10 10 / 0.9);
  }

  .md\:border-x-neutral-950\/95 {
    border-left-color: rgb(10 10 10 / 0.95);
    border-right-color: rgb(10 10 10 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-orange-100\/0 {
    border-left-color: rgb(255 237 213 / 0);
    border-right-color: rgb(255 237 213 / 0);
  }

  .md\:border-x-orange-100\/10 {
    border-left-color: rgb(255 237 213 / 0.1);
    border-right-color: rgb(255 237 213 / 0.1);
  }

  .md\:border-x-orange-100\/100 {
    border-left-color: rgb(255 237 213 / 1);
    border-right-color: rgb(255 237 213 / 1);
  }

  .md\:border-x-orange-100\/15 {
    border-left-color: rgb(255 237 213 / 0.15);
    border-right-color: rgb(255 237 213 / 0.15);
  }

  .md\:border-x-orange-100\/20 {
    border-left-color: rgb(255 237 213 / 0.2);
    border-right-color: rgb(255 237 213 / 0.2);
  }

  .md\:border-x-orange-100\/25 {
    border-left-color: rgb(255 237 213 / 0.25);
    border-right-color: rgb(255 237 213 / 0.25);
  }

  .md\:border-x-orange-100\/30 {
    border-left-color: rgb(255 237 213 / 0.3);
    border-right-color: rgb(255 237 213 / 0.3);
  }

  .md\:border-x-orange-100\/35 {
    border-left-color: rgb(255 237 213 / 0.35);
    border-right-color: rgb(255 237 213 / 0.35);
  }

  .md\:border-x-orange-100\/40 {
    border-left-color: rgb(255 237 213 / 0.4);
    border-right-color: rgb(255 237 213 / 0.4);
  }

  .md\:border-x-orange-100\/45 {
    border-left-color: rgb(255 237 213 / 0.45);
    border-right-color: rgb(255 237 213 / 0.45);
  }

  .md\:border-x-orange-100\/5 {
    border-left-color: rgb(255 237 213 / 0.05);
    border-right-color: rgb(255 237 213 / 0.05);
  }

  .md\:border-x-orange-100\/50 {
    border-left-color: rgb(255 237 213 / 0.5);
    border-right-color: rgb(255 237 213 / 0.5);
  }

  .md\:border-x-orange-100\/55 {
    border-left-color: rgb(255 237 213 / 0.55);
    border-right-color: rgb(255 237 213 / 0.55);
  }

  .md\:border-x-orange-100\/60 {
    border-left-color: rgb(255 237 213 / 0.6);
    border-right-color: rgb(255 237 213 / 0.6);
  }

  .md\:border-x-orange-100\/65 {
    border-left-color: rgb(255 237 213 / 0.65);
    border-right-color: rgb(255 237 213 / 0.65);
  }

  .md\:border-x-orange-100\/70 {
    border-left-color: rgb(255 237 213 / 0.7);
    border-right-color: rgb(255 237 213 / 0.7);
  }

  .md\:border-x-orange-100\/75 {
    border-left-color: rgb(255 237 213 / 0.75);
    border-right-color: rgb(255 237 213 / 0.75);
  }

  .md\:border-x-orange-100\/80 {
    border-left-color: rgb(255 237 213 / 0.8);
    border-right-color: rgb(255 237 213 / 0.8);
  }

  .md\:border-x-orange-100\/85 {
    border-left-color: rgb(255 237 213 / 0.85);
    border-right-color: rgb(255 237 213 / 0.85);
  }

  .md\:border-x-orange-100\/90 {
    border-left-color: rgb(255 237 213 / 0.9);
    border-right-color: rgb(255 237 213 / 0.9);
  }

  .md\:border-x-orange-100\/95 {
    border-left-color: rgb(255 237 213 / 0.95);
    border-right-color: rgb(255 237 213 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-orange-200\/0 {
    border-left-color: rgb(254 215 170 / 0);
    border-right-color: rgb(254 215 170 / 0);
  }

  .md\:border-x-orange-200\/10 {
    border-left-color: rgb(254 215 170 / 0.1);
    border-right-color: rgb(254 215 170 / 0.1);
  }

  .md\:border-x-orange-200\/100 {
    border-left-color: rgb(254 215 170 / 1);
    border-right-color: rgb(254 215 170 / 1);
  }

  .md\:border-x-orange-200\/15 {
    border-left-color: rgb(254 215 170 / 0.15);
    border-right-color: rgb(254 215 170 / 0.15);
  }

  .md\:border-x-orange-200\/20 {
    border-left-color: rgb(254 215 170 / 0.2);
    border-right-color: rgb(254 215 170 / 0.2);
  }

  .md\:border-x-orange-200\/25 {
    border-left-color: rgb(254 215 170 / 0.25);
    border-right-color: rgb(254 215 170 / 0.25);
  }

  .md\:border-x-orange-200\/30 {
    border-left-color: rgb(254 215 170 / 0.3);
    border-right-color: rgb(254 215 170 / 0.3);
  }

  .md\:border-x-orange-200\/35 {
    border-left-color: rgb(254 215 170 / 0.35);
    border-right-color: rgb(254 215 170 / 0.35);
  }

  .md\:border-x-orange-200\/40 {
    border-left-color: rgb(254 215 170 / 0.4);
    border-right-color: rgb(254 215 170 / 0.4);
  }

  .md\:border-x-orange-200\/45 {
    border-left-color: rgb(254 215 170 / 0.45);
    border-right-color: rgb(254 215 170 / 0.45);
  }

  .md\:border-x-orange-200\/5 {
    border-left-color: rgb(254 215 170 / 0.05);
    border-right-color: rgb(254 215 170 / 0.05);
  }

  .md\:border-x-orange-200\/50 {
    border-left-color: rgb(254 215 170 / 0.5);
    border-right-color: rgb(254 215 170 / 0.5);
  }

  .md\:border-x-orange-200\/55 {
    border-left-color: rgb(254 215 170 / 0.55);
    border-right-color: rgb(254 215 170 / 0.55);
  }

  .md\:border-x-orange-200\/60 {
    border-left-color: rgb(254 215 170 / 0.6);
    border-right-color: rgb(254 215 170 / 0.6);
  }

  .md\:border-x-orange-200\/65 {
    border-left-color: rgb(254 215 170 / 0.65);
    border-right-color: rgb(254 215 170 / 0.65);
  }

  .md\:border-x-orange-200\/70 {
    border-left-color: rgb(254 215 170 / 0.7);
    border-right-color: rgb(254 215 170 / 0.7);
  }

  .md\:border-x-orange-200\/75 {
    border-left-color: rgb(254 215 170 / 0.75);
    border-right-color: rgb(254 215 170 / 0.75);
  }

  .md\:border-x-orange-200\/80 {
    border-left-color: rgb(254 215 170 / 0.8);
    border-right-color: rgb(254 215 170 / 0.8);
  }

  .md\:border-x-orange-200\/85 {
    border-left-color: rgb(254 215 170 / 0.85);
    border-right-color: rgb(254 215 170 / 0.85);
  }

  .md\:border-x-orange-200\/90 {
    border-left-color: rgb(254 215 170 / 0.9);
    border-right-color: rgb(254 215 170 / 0.9);
  }

  .md\:border-x-orange-200\/95 {
    border-left-color: rgb(254 215 170 / 0.95);
    border-right-color: rgb(254 215 170 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-orange-300\/0 {
    border-left-color: rgb(253 186 116 / 0);
    border-right-color: rgb(253 186 116 / 0);
  }

  .md\:border-x-orange-300\/10 {
    border-left-color: rgb(253 186 116 / 0.1);
    border-right-color: rgb(253 186 116 / 0.1);
  }

  .md\:border-x-orange-300\/100 {
    border-left-color: rgb(253 186 116 / 1);
    border-right-color: rgb(253 186 116 / 1);
  }

  .md\:border-x-orange-300\/15 {
    border-left-color: rgb(253 186 116 / 0.15);
    border-right-color: rgb(253 186 116 / 0.15);
  }

  .md\:border-x-orange-300\/20 {
    border-left-color: rgb(253 186 116 / 0.2);
    border-right-color: rgb(253 186 116 / 0.2);
  }

  .md\:border-x-orange-300\/25 {
    border-left-color: rgb(253 186 116 / 0.25);
    border-right-color: rgb(253 186 116 / 0.25);
  }

  .md\:border-x-orange-300\/30 {
    border-left-color: rgb(253 186 116 / 0.3);
    border-right-color: rgb(253 186 116 / 0.3);
  }

  .md\:border-x-orange-300\/35 {
    border-left-color: rgb(253 186 116 / 0.35);
    border-right-color: rgb(253 186 116 / 0.35);
  }

  .md\:border-x-orange-300\/40 {
    border-left-color: rgb(253 186 116 / 0.4);
    border-right-color: rgb(253 186 116 / 0.4);
  }

  .md\:border-x-orange-300\/45 {
    border-left-color: rgb(253 186 116 / 0.45);
    border-right-color: rgb(253 186 116 / 0.45);
  }

  .md\:border-x-orange-300\/5 {
    border-left-color: rgb(253 186 116 / 0.05);
    border-right-color: rgb(253 186 116 / 0.05);
  }

  .md\:border-x-orange-300\/50 {
    border-left-color: rgb(253 186 116 / 0.5);
    border-right-color: rgb(253 186 116 / 0.5);
  }

  .md\:border-x-orange-300\/55 {
    border-left-color: rgb(253 186 116 / 0.55);
    border-right-color: rgb(253 186 116 / 0.55);
  }

  .md\:border-x-orange-300\/60 {
    border-left-color: rgb(253 186 116 / 0.6);
    border-right-color: rgb(253 186 116 / 0.6);
  }

  .md\:border-x-orange-300\/65 {
    border-left-color: rgb(253 186 116 / 0.65);
    border-right-color: rgb(253 186 116 / 0.65);
  }

  .md\:border-x-orange-300\/70 {
    border-left-color: rgb(253 186 116 / 0.7);
    border-right-color: rgb(253 186 116 / 0.7);
  }

  .md\:border-x-orange-300\/75 {
    border-left-color: rgb(253 186 116 / 0.75);
    border-right-color: rgb(253 186 116 / 0.75);
  }

  .md\:border-x-orange-300\/80 {
    border-left-color: rgb(253 186 116 / 0.8);
    border-right-color: rgb(253 186 116 / 0.8);
  }

  .md\:border-x-orange-300\/85 {
    border-left-color: rgb(253 186 116 / 0.85);
    border-right-color: rgb(253 186 116 / 0.85);
  }

  .md\:border-x-orange-300\/90 {
    border-left-color: rgb(253 186 116 / 0.9);
    border-right-color: rgb(253 186 116 / 0.9);
  }

  .md\:border-x-orange-300\/95 {
    border-left-color: rgb(253 186 116 / 0.95);
    border-right-color: rgb(253 186 116 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-orange-400\/0 {
    border-left-color: rgb(251 146 60 / 0);
    border-right-color: rgb(251 146 60 / 0);
  }

  .md\:border-x-orange-400\/10 {
    border-left-color: rgb(251 146 60 / 0.1);
    border-right-color: rgb(251 146 60 / 0.1);
  }

  .md\:border-x-orange-400\/100 {
    border-left-color: rgb(251 146 60 / 1);
    border-right-color: rgb(251 146 60 / 1);
  }

  .md\:border-x-orange-400\/15 {
    border-left-color: rgb(251 146 60 / 0.15);
    border-right-color: rgb(251 146 60 / 0.15);
  }

  .md\:border-x-orange-400\/20 {
    border-left-color: rgb(251 146 60 / 0.2);
    border-right-color: rgb(251 146 60 / 0.2);
  }

  .md\:border-x-orange-400\/25 {
    border-left-color: rgb(251 146 60 / 0.25);
    border-right-color: rgb(251 146 60 / 0.25);
  }

  .md\:border-x-orange-400\/30 {
    border-left-color: rgb(251 146 60 / 0.3);
    border-right-color: rgb(251 146 60 / 0.3);
  }

  .md\:border-x-orange-400\/35 {
    border-left-color: rgb(251 146 60 / 0.35);
    border-right-color: rgb(251 146 60 / 0.35);
  }

  .md\:border-x-orange-400\/40 {
    border-left-color: rgb(251 146 60 / 0.4);
    border-right-color: rgb(251 146 60 / 0.4);
  }

  .md\:border-x-orange-400\/45 {
    border-left-color: rgb(251 146 60 / 0.45);
    border-right-color: rgb(251 146 60 / 0.45);
  }

  .md\:border-x-orange-400\/5 {
    border-left-color: rgb(251 146 60 / 0.05);
    border-right-color: rgb(251 146 60 / 0.05);
  }

  .md\:border-x-orange-400\/50 {
    border-left-color: rgb(251 146 60 / 0.5);
    border-right-color: rgb(251 146 60 / 0.5);
  }

  .md\:border-x-orange-400\/55 {
    border-left-color: rgb(251 146 60 / 0.55);
    border-right-color: rgb(251 146 60 / 0.55);
  }

  .md\:border-x-orange-400\/60 {
    border-left-color: rgb(251 146 60 / 0.6);
    border-right-color: rgb(251 146 60 / 0.6);
  }

  .md\:border-x-orange-400\/65 {
    border-left-color: rgb(251 146 60 / 0.65);
    border-right-color: rgb(251 146 60 / 0.65);
  }

  .md\:border-x-orange-400\/70 {
    border-left-color: rgb(251 146 60 / 0.7);
    border-right-color: rgb(251 146 60 / 0.7);
  }

  .md\:border-x-orange-400\/75 {
    border-left-color: rgb(251 146 60 / 0.75);
    border-right-color: rgb(251 146 60 / 0.75);
  }

  .md\:border-x-orange-400\/80 {
    border-left-color: rgb(251 146 60 / 0.8);
    border-right-color: rgb(251 146 60 / 0.8);
  }

  .md\:border-x-orange-400\/85 {
    border-left-color: rgb(251 146 60 / 0.85);
    border-right-color: rgb(251 146 60 / 0.85);
  }

  .md\:border-x-orange-400\/90 {
    border-left-color: rgb(251 146 60 / 0.9);
    border-right-color: rgb(251 146 60 / 0.9);
  }

  .md\:border-x-orange-400\/95 {
    border-left-color: rgb(251 146 60 / 0.95);
    border-right-color: rgb(251 146 60 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-orange-50\/0 {
    border-left-color: rgb(255 247 237 / 0);
    border-right-color: rgb(255 247 237 / 0);
  }

  .md\:border-x-orange-50\/10 {
    border-left-color: rgb(255 247 237 / 0.1);
    border-right-color: rgb(255 247 237 / 0.1);
  }

  .md\:border-x-orange-50\/100 {
    border-left-color: rgb(255 247 237 / 1);
    border-right-color: rgb(255 247 237 / 1);
  }

  .md\:border-x-orange-50\/15 {
    border-left-color: rgb(255 247 237 / 0.15);
    border-right-color: rgb(255 247 237 / 0.15);
  }

  .md\:border-x-orange-50\/20 {
    border-left-color: rgb(255 247 237 / 0.2);
    border-right-color: rgb(255 247 237 / 0.2);
  }

  .md\:border-x-orange-50\/25 {
    border-left-color: rgb(255 247 237 / 0.25);
    border-right-color: rgb(255 247 237 / 0.25);
  }

  .md\:border-x-orange-50\/30 {
    border-left-color: rgb(255 247 237 / 0.3);
    border-right-color: rgb(255 247 237 / 0.3);
  }

  .md\:border-x-orange-50\/35 {
    border-left-color: rgb(255 247 237 / 0.35);
    border-right-color: rgb(255 247 237 / 0.35);
  }

  .md\:border-x-orange-50\/40 {
    border-left-color: rgb(255 247 237 / 0.4);
    border-right-color: rgb(255 247 237 / 0.4);
  }

  .md\:border-x-orange-50\/45 {
    border-left-color: rgb(255 247 237 / 0.45);
    border-right-color: rgb(255 247 237 / 0.45);
  }

  .md\:border-x-orange-50\/5 {
    border-left-color: rgb(255 247 237 / 0.05);
    border-right-color: rgb(255 247 237 / 0.05);
  }

  .md\:border-x-orange-50\/50 {
    border-left-color: rgb(255 247 237 / 0.5);
    border-right-color: rgb(255 247 237 / 0.5);
  }

  .md\:border-x-orange-50\/55 {
    border-left-color: rgb(255 247 237 / 0.55);
    border-right-color: rgb(255 247 237 / 0.55);
  }

  .md\:border-x-orange-50\/60 {
    border-left-color: rgb(255 247 237 / 0.6);
    border-right-color: rgb(255 247 237 / 0.6);
  }

  .md\:border-x-orange-50\/65 {
    border-left-color: rgb(255 247 237 / 0.65);
    border-right-color: rgb(255 247 237 / 0.65);
  }

  .md\:border-x-orange-50\/70 {
    border-left-color: rgb(255 247 237 / 0.7);
    border-right-color: rgb(255 247 237 / 0.7);
  }

  .md\:border-x-orange-50\/75 {
    border-left-color: rgb(255 247 237 / 0.75);
    border-right-color: rgb(255 247 237 / 0.75);
  }

  .md\:border-x-orange-50\/80 {
    border-left-color: rgb(255 247 237 / 0.8);
    border-right-color: rgb(255 247 237 / 0.8);
  }

  .md\:border-x-orange-50\/85 {
    border-left-color: rgb(255 247 237 / 0.85);
    border-right-color: rgb(255 247 237 / 0.85);
  }

  .md\:border-x-orange-50\/90 {
    border-left-color: rgb(255 247 237 / 0.9);
    border-right-color: rgb(255 247 237 / 0.9);
  }

  .md\:border-x-orange-50\/95 {
    border-left-color: rgb(255 247 237 / 0.95);
    border-right-color: rgb(255 247 237 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-orange-500\/0 {
    border-left-color: rgb(249 115 22 / 0);
    border-right-color: rgb(249 115 22 / 0);
  }

  .md\:border-x-orange-500\/10 {
    border-left-color: rgb(249 115 22 / 0.1);
    border-right-color: rgb(249 115 22 / 0.1);
  }

  .md\:border-x-orange-500\/100 {
    border-left-color: rgb(249 115 22 / 1);
    border-right-color: rgb(249 115 22 / 1);
  }

  .md\:border-x-orange-500\/15 {
    border-left-color: rgb(249 115 22 / 0.15);
    border-right-color: rgb(249 115 22 / 0.15);
  }

  .md\:border-x-orange-500\/20 {
    border-left-color: rgb(249 115 22 / 0.2);
    border-right-color: rgb(249 115 22 / 0.2);
  }

  .md\:border-x-orange-500\/25 {
    border-left-color: rgb(249 115 22 / 0.25);
    border-right-color: rgb(249 115 22 / 0.25);
  }

  .md\:border-x-orange-500\/30 {
    border-left-color: rgb(249 115 22 / 0.3);
    border-right-color: rgb(249 115 22 / 0.3);
  }

  .md\:border-x-orange-500\/35 {
    border-left-color: rgb(249 115 22 / 0.35);
    border-right-color: rgb(249 115 22 / 0.35);
  }

  .md\:border-x-orange-500\/40 {
    border-left-color: rgb(249 115 22 / 0.4);
    border-right-color: rgb(249 115 22 / 0.4);
  }

  .md\:border-x-orange-500\/45 {
    border-left-color: rgb(249 115 22 / 0.45);
    border-right-color: rgb(249 115 22 / 0.45);
  }

  .md\:border-x-orange-500\/5 {
    border-left-color: rgb(249 115 22 / 0.05);
    border-right-color: rgb(249 115 22 / 0.05);
  }

  .md\:border-x-orange-500\/50 {
    border-left-color: rgb(249 115 22 / 0.5);
    border-right-color: rgb(249 115 22 / 0.5);
  }

  .md\:border-x-orange-500\/55 {
    border-left-color: rgb(249 115 22 / 0.55);
    border-right-color: rgb(249 115 22 / 0.55);
  }

  .md\:border-x-orange-500\/60 {
    border-left-color: rgb(249 115 22 / 0.6);
    border-right-color: rgb(249 115 22 / 0.6);
  }

  .md\:border-x-orange-500\/65 {
    border-left-color: rgb(249 115 22 / 0.65);
    border-right-color: rgb(249 115 22 / 0.65);
  }

  .md\:border-x-orange-500\/70 {
    border-left-color: rgb(249 115 22 / 0.7);
    border-right-color: rgb(249 115 22 / 0.7);
  }

  .md\:border-x-orange-500\/75 {
    border-left-color: rgb(249 115 22 / 0.75);
    border-right-color: rgb(249 115 22 / 0.75);
  }

  .md\:border-x-orange-500\/80 {
    border-left-color: rgb(249 115 22 / 0.8);
    border-right-color: rgb(249 115 22 / 0.8);
  }

  .md\:border-x-orange-500\/85 {
    border-left-color: rgb(249 115 22 / 0.85);
    border-right-color: rgb(249 115 22 / 0.85);
  }

  .md\:border-x-orange-500\/90 {
    border-left-color: rgb(249 115 22 / 0.9);
    border-right-color: rgb(249 115 22 / 0.9);
  }

  .md\:border-x-orange-500\/95 {
    border-left-color: rgb(249 115 22 / 0.95);
    border-right-color: rgb(249 115 22 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-orange-600\/0 {
    border-left-color: rgb(234 88 12 / 0);
    border-right-color: rgb(234 88 12 / 0);
  }

  .md\:border-x-orange-600\/10 {
    border-left-color: rgb(234 88 12 / 0.1);
    border-right-color: rgb(234 88 12 / 0.1);
  }

  .md\:border-x-orange-600\/100 {
    border-left-color: rgb(234 88 12 / 1);
    border-right-color: rgb(234 88 12 / 1);
  }

  .md\:border-x-orange-600\/15 {
    border-left-color: rgb(234 88 12 / 0.15);
    border-right-color: rgb(234 88 12 / 0.15);
  }

  .md\:border-x-orange-600\/20 {
    border-left-color: rgb(234 88 12 / 0.2);
    border-right-color: rgb(234 88 12 / 0.2);
  }

  .md\:border-x-orange-600\/25 {
    border-left-color: rgb(234 88 12 / 0.25);
    border-right-color: rgb(234 88 12 / 0.25);
  }

  .md\:border-x-orange-600\/30 {
    border-left-color: rgb(234 88 12 / 0.3);
    border-right-color: rgb(234 88 12 / 0.3);
  }

  .md\:border-x-orange-600\/35 {
    border-left-color: rgb(234 88 12 / 0.35);
    border-right-color: rgb(234 88 12 / 0.35);
  }

  .md\:border-x-orange-600\/40 {
    border-left-color: rgb(234 88 12 / 0.4);
    border-right-color: rgb(234 88 12 / 0.4);
  }

  .md\:border-x-orange-600\/45 {
    border-left-color: rgb(234 88 12 / 0.45);
    border-right-color: rgb(234 88 12 / 0.45);
  }

  .md\:border-x-orange-600\/5 {
    border-left-color: rgb(234 88 12 / 0.05);
    border-right-color: rgb(234 88 12 / 0.05);
  }

  .md\:border-x-orange-600\/50 {
    border-left-color: rgb(234 88 12 / 0.5);
    border-right-color: rgb(234 88 12 / 0.5);
  }

  .md\:border-x-orange-600\/55 {
    border-left-color: rgb(234 88 12 / 0.55);
    border-right-color: rgb(234 88 12 / 0.55);
  }

  .md\:border-x-orange-600\/60 {
    border-left-color: rgb(234 88 12 / 0.6);
    border-right-color: rgb(234 88 12 / 0.6);
  }

  .md\:border-x-orange-600\/65 {
    border-left-color: rgb(234 88 12 / 0.65);
    border-right-color: rgb(234 88 12 / 0.65);
  }

  .md\:border-x-orange-600\/70 {
    border-left-color: rgb(234 88 12 / 0.7);
    border-right-color: rgb(234 88 12 / 0.7);
  }

  .md\:border-x-orange-600\/75 {
    border-left-color: rgb(234 88 12 / 0.75);
    border-right-color: rgb(234 88 12 / 0.75);
  }

  .md\:border-x-orange-600\/80 {
    border-left-color: rgb(234 88 12 / 0.8);
    border-right-color: rgb(234 88 12 / 0.8);
  }

  .md\:border-x-orange-600\/85 {
    border-left-color: rgb(234 88 12 / 0.85);
    border-right-color: rgb(234 88 12 / 0.85);
  }

  .md\:border-x-orange-600\/90 {
    border-left-color: rgb(234 88 12 / 0.9);
    border-right-color: rgb(234 88 12 / 0.9);
  }

  .md\:border-x-orange-600\/95 {
    border-left-color: rgb(234 88 12 / 0.95);
    border-right-color: rgb(234 88 12 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-orange-700\/0 {
    border-left-color: rgb(194 65 12 / 0);
    border-right-color: rgb(194 65 12 / 0);
  }

  .md\:border-x-orange-700\/10 {
    border-left-color: rgb(194 65 12 / 0.1);
    border-right-color: rgb(194 65 12 / 0.1);
  }

  .md\:border-x-orange-700\/100 {
    border-left-color: rgb(194 65 12 / 1);
    border-right-color: rgb(194 65 12 / 1);
  }

  .md\:border-x-orange-700\/15 {
    border-left-color: rgb(194 65 12 / 0.15);
    border-right-color: rgb(194 65 12 / 0.15);
  }

  .md\:border-x-orange-700\/20 {
    border-left-color: rgb(194 65 12 / 0.2);
    border-right-color: rgb(194 65 12 / 0.2);
  }

  .md\:border-x-orange-700\/25 {
    border-left-color: rgb(194 65 12 / 0.25);
    border-right-color: rgb(194 65 12 / 0.25);
  }

  .md\:border-x-orange-700\/30 {
    border-left-color: rgb(194 65 12 / 0.3);
    border-right-color: rgb(194 65 12 / 0.3);
  }

  .md\:border-x-orange-700\/35 {
    border-left-color: rgb(194 65 12 / 0.35);
    border-right-color: rgb(194 65 12 / 0.35);
  }

  .md\:border-x-orange-700\/40 {
    border-left-color: rgb(194 65 12 / 0.4);
    border-right-color: rgb(194 65 12 / 0.4);
  }

  .md\:border-x-orange-700\/45 {
    border-left-color: rgb(194 65 12 / 0.45);
    border-right-color: rgb(194 65 12 / 0.45);
  }

  .md\:border-x-orange-700\/5 {
    border-left-color: rgb(194 65 12 / 0.05);
    border-right-color: rgb(194 65 12 / 0.05);
  }

  .md\:border-x-orange-700\/50 {
    border-left-color: rgb(194 65 12 / 0.5);
    border-right-color: rgb(194 65 12 / 0.5);
  }

  .md\:border-x-orange-700\/55 {
    border-left-color: rgb(194 65 12 / 0.55);
    border-right-color: rgb(194 65 12 / 0.55);
  }

  .md\:border-x-orange-700\/60 {
    border-left-color: rgb(194 65 12 / 0.6);
    border-right-color: rgb(194 65 12 / 0.6);
  }

  .md\:border-x-orange-700\/65 {
    border-left-color: rgb(194 65 12 / 0.65);
    border-right-color: rgb(194 65 12 / 0.65);
  }

  .md\:border-x-orange-700\/70 {
    border-left-color: rgb(194 65 12 / 0.7);
    border-right-color: rgb(194 65 12 / 0.7);
  }

  .md\:border-x-orange-700\/75 {
    border-left-color: rgb(194 65 12 / 0.75);
    border-right-color: rgb(194 65 12 / 0.75);
  }

  .md\:border-x-orange-700\/80 {
    border-left-color: rgb(194 65 12 / 0.8);
    border-right-color: rgb(194 65 12 / 0.8);
  }

  .md\:border-x-orange-700\/85 {
    border-left-color: rgb(194 65 12 / 0.85);
    border-right-color: rgb(194 65 12 / 0.85);
  }

  .md\:border-x-orange-700\/90 {
    border-left-color: rgb(194 65 12 / 0.9);
    border-right-color: rgb(194 65 12 / 0.9);
  }

  .md\:border-x-orange-700\/95 {
    border-left-color: rgb(194 65 12 / 0.95);
    border-right-color: rgb(194 65 12 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-orange-800\/0 {
    border-left-color: rgb(154 52 18 / 0);
    border-right-color: rgb(154 52 18 / 0);
  }

  .md\:border-x-orange-800\/10 {
    border-left-color: rgb(154 52 18 / 0.1);
    border-right-color: rgb(154 52 18 / 0.1);
  }

  .md\:border-x-orange-800\/100 {
    border-left-color: rgb(154 52 18 / 1);
    border-right-color: rgb(154 52 18 / 1);
  }

  .md\:border-x-orange-800\/15 {
    border-left-color: rgb(154 52 18 / 0.15);
    border-right-color: rgb(154 52 18 / 0.15);
  }

  .md\:border-x-orange-800\/20 {
    border-left-color: rgb(154 52 18 / 0.2);
    border-right-color: rgb(154 52 18 / 0.2);
  }

  .md\:border-x-orange-800\/25 {
    border-left-color: rgb(154 52 18 / 0.25);
    border-right-color: rgb(154 52 18 / 0.25);
  }

  .md\:border-x-orange-800\/30 {
    border-left-color: rgb(154 52 18 / 0.3);
    border-right-color: rgb(154 52 18 / 0.3);
  }

  .md\:border-x-orange-800\/35 {
    border-left-color: rgb(154 52 18 / 0.35);
    border-right-color: rgb(154 52 18 / 0.35);
  }

  .md\:border-x-orange-800\/40 {
    border-left-color: rgb(154 52 18 / 0.4);
    border-right-color: rgb(154 52 18 / 0.4);
  }

  .md\:border-x-orange-800\/45 {
    border-left-color: rgb(154 52 18 / 0.45);
    border-right-color: rgb(154 52 18 / 0.45);
  }

  .md\:border-x-orange-800\/5 {
    border-left-color: rgb(154 52 18 / 0.05);
    border-right-color: rgb(154 52 18 / 0.05);
  }

  .md\:border-x-orange-800\/50 {
    border-left-color: rgb(154 52 18 / 0.5);
    border-right-color: rgb(154 52 18 / 0.5);
  }

  .md\:border-x-orange-800\/55 {
    border-left-color: rgb(154 52 18 / 0.55);
    border-right-color: rgb(154 52 18 / 0.55);
  }

  .md\:border-x-orange-800\/60 {
    border-left-color: rgb(154 52 18 / 0.6);
    border-right-color: rgb(154 52 18 / 0.6);
  }

  .md\:border-x-orange-800\/65 {
    border-left-color: rgb(154 52 18 / 0.65);
    border-right-color: rgb(154 52 18 / 0.65);
  }

  .md\:border-x-orange-800\/70 {
    border-left-color: rgb(154 52 18 / 0.7);
    border-right-color: rgb(154 52 18 / 0.7);
  }

  .md\:border-x-orange-800\/75 {
    border-left-color: rgb(154 52 18 / 0.75);
    border-right-color: rgb(154 52 18 / 0.75);
  }

  .md\:border-x-orange-800\/80 {
    border-left-color: rgb(154 52 18 / 0.8);
    border-right-color: rgb(154 52 18 / 0.8);
  }

  .md\:border-x-orange-800\/85 {
    border-left-color: rgb(154 52 18 / 0.85);
    border-right-color: rgb(154 52 18 / 0.85);
  }

  .md\:border-x-orange-800\/90 {
    border-left-color: rgb(154 52 18 / 0.9);
    border-right-color: rgb(154 52 18 / 0.9);
  }

  .md\:border-x-orange-800\/95 {
    border-left-color: rgb(154 52 18 / 0.95);
    border-right-color: rgb(154 52 18 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-orange-900\/0 {
    border-left-color: rgb(124 45 18 / 0);
    border-right-color: rgb(124 45 18 / 0);
  }

  .md\:border-x-orange-900\/10 {
    border-left-color: rgb(124 45 18 / 0.1);
    border-right-color: rgb(124 45 18 / 0.1);
  }

  .md\:border-x-orange-900\/100 {
    border-left-color: rgb(124 45 18 / 1);
    border-right-color: rgb(124 45 18 / 1);
  }

  .md\:border-x-orange-900\/15 {
    border-left-color: rgb(124 45 18 / 0.15);
    border-right-color: rgb(124 45 18 / 0.15);
  }

  .md\:border-x-orange-900\/20 {
    border-left-color: rgb(124 45 18 / 0.2);
    border-right-color: rgb(124 45 18 / 0.2);
  }

  .md\:border-x-orange-900\/25 {
    border-left-color: rgb(124 45 18 / 0.25);
    border-right-color: rgb(124 45 18 / 0.25);
  }

  .md\:border-x-orange-900\/30 {
    border-left-color: rgb(124 45 18 / 0.3);
    border-right-color: rgb(124 45 18 / 0.3);
  }

  .md\:border-x-orange-900\/35 {
    border-left-color: rgb(124 45 18 / 0.35);
    border-right-color: rgb(124 45 18 / 0.35);
  }

  .md\:border-x-orange-900\/40 {
    border-left-color: rgb(124 45 18 / 0.4);
    border-right-color: rgb(124 45 18 / 0.4);
  }

  .md\:border-x-orange-900\/45 {
    border-left-color: rgb(124 45 18 / 0.45);
    border-right-color: rgb(124 45 18 / 0.45);
  }

  .md\:border-x-orange-900\/5 {
    border-left-color: rgb(124 45 18 / 0.05);
    border-right-color: rgb(124 45 18 / 0.05);
  }

  .md\:border-x-orange-900\/50 {
    border-left-color: rgb(124 45 18 / 0.5);
    border-right-color: rgb(124 45 18 / 0.5);
  }

  .md\:border-x-orange-900\/55 {
    border-left-color: rgb(124 45 18 / 0.55);
    border-right-color: rgb(124 45 18 / 0.55);
  }

  .md\:border-x-orange-900\/60 {
    border-left-color: rgb(124 45 18 / 0.6);
    border-right-color: rgb(124 45 18 / 0.6);
  }

  .md\:border-x-orange-900\/65 {
    border-left-color: rgb(124 45 18 / 0.65);
    border-right-color: rgb(124 45 18 / 0.65);
  }

  .md\:border-x-orange-900\/70 {
    border-left-color: rgb(124 45 18 / 0.7);
    border-right-color: rgb(124 45 18 / 0.7);
  }

  .md\:border-x-orange-900\/75 {
    border-left-color: rgb(124 45 18 / 0.75);
    border-right-color: rgb(124 45 18 / 0.75);
  }

  .md\:border-x-orange-900\/80 {
    border-left-color: rgb(124 45 18 / 0.8);
    border-right-color: rgb(124 45 18 / 0.8);
  }

  .md\:border-x-orange-900\/85 {
    border-left-color: rgb(124 45 18 / 0.85);
    border-right-color: rgb(124 45 18 / 0.85);
  }

  .md\:border-x-orange-900\/90 {
    border-left-color: rgb(124 45 18 / 0.9);
    border-right-color: rgb(124 45 18 / 0.9);
  }

  .md\:border-x-orange-900\/95 {
    border-left-color: rgb(124 45 18 / 0.95);
    border-right-color: rgb(124 45 18 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-orange-950\/0 {
    border-left-color: rgb(67 20 7 / 0);
    border-right-color: rgb(67 20 7 / 0);
  }

  .md\:border-x-orange-950\/10 {
    border-left-color: rgb(67 20 7 / 0.1);
    border-right-color: rgb(67 20 7 / 0.1);
  }

  .md\:border-x-orange-950\/100 {
    border-left-color: rgb(67 20 7 / 1);
    border-right-color: rgb(67 20 7 / 1);
  }

  .md\:border-x-orange-950\/15 {
    border-left-color: rgb(67 20 7 / 0.15);
    border-right-color: rgb(67 20 7 / 0.15);
  }

  .md\:border-x-orange-950\/20 {
    border-left-color: rgb(67 20 7 / 0.2);
    border-right-color: rgb(67 20 7 / 0.2);
  }

  .md\:border-x-orange-950\/25 {
    border-left-color: rgb(67 20 7 / 0.25);
    border-right-color: rgb(67 20 7 / 0.25);
  }

  .md\:border-x-orange-950\/30 {
    border-left-color: rgb(67 20 7 / 0.3);
    border-right-color: rgb(67 20 7 / 0.3);
  }

  .md\:border-x-orange-950\/35 {
    border-left-color: rgb(67 20 7 / 0.35);
    border-right-color: rgb(67 20 7 / 0.35);
  }

  .md\:border-x-orange-950\/40 {
    border-left-color: rgb(67 20 7 / 0.4);
    border-right-color: rgb(67 20 7 / 0.4);
  }

  .md\:border-x-orange-950\/45 {
    border-left-color: rgb(67 20 7 / 0.45);
    border-right-color: rgb(67 20 7 / 0.45);
  }

  .md\:border-x-orange-950\/5 {
    border-left-color: rgb(67 20 7 / 0.05);
    border-right-color: rgb(67 20 7 / 0.05);
  }

  .md\:border-x-orange-950\/50 {
    border-left-color: rgb(67 20 7 / 0.5);
    border-right-color: rgb(67 20 7 / 0.5);
  }

  .md\:border-x-orange-950\/55 {
    border-left-color: rgb(67 20 7 / 0.55);
    border-right-color: rgb(67 20 7 / 0.55);
  }

  .md\:border-x-orange-950\/60 {
    border-left-color: rgb(67 20 7 / 0.6);
    border-right-color: rgb(67 20 7 / 0.6);
  }

  .md\:border-x-orange-950\/65 {
    border-left-color: rgb(67 20 7 / 0.65);
    border-right-color: rgb(67 20 7 / 0.65);
  }

  .md\:border-x-orange-950\/70 {
    border-left-color: rgb(67 20 7 / 0.7);
    border-right-color: rgb(67 20 7 / 0.7);
  }

  .md\:border-x-orange-950\/75 {
    border-left-color: rgb(67 20 7 / 0.75);
    border-right-color: rgb(67 20 7 / 0.75);
  }

  .md\:border-x-orange-950\/80 {
    border-left-color: rgb(67 20 7 / 0.8);
    border-right-color: rgb(67 20 7 / 0.8);
  }

  .md\:border-x-orange-950\/85 {
    border-left-color: rgb(67 20 7 / 0.85);
    border-right-color: rgb(67 20 7 / 0.85);
  }

  .md\:border-x-orange-950\/90 {
    border-left-color: rgb(67 20 7 / 0.9);
    border-right-color: rgb(67 20 7 / 0.9);
  }

  .md\:border-x-orange-950\/95 {
    border-left-color: rgb(67 20 7 / 0.95);
    border-right-color: rgb(67 20 7 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-pink-100\/0 {
    border-left-color: rgb(252 231 243 / 0);
    border-right-color: rgb(252 231 243 / 0);
  }

  .md\:border-x-pink-100\/10 {
    border-left-color: rgb(252 231 243 / 0.1);
    border-right-color: rgb(252 231 243 / 0.1);
  }

  .md\:border-x-pink-100\/100 {
    border-left-color: rgb(252 231 243 / 1);
    border-right-color: rgb(252 231 243 / 1);
  }

  .md\:border-x-pink-100\/15 {
    border-left-color: rgb(252 231 243 / 0.15);
    border-right-color: rgb(252 231 243 / 0.15);
  }

  .md\:border-x-pink-100\/20 {
    border-left-color: rgb(252 231 243 / 0.2);
    border-right-color: rgb(252 231 243 / 0.2);
  }

  .md\:border-x-pink-100\/25 {
    border-left-color: rgb(252 231 243 / 0.25);
    border-right-color: rgb(252 231 243 / 0.25);
  }

  .md\:border-x-pink-100\/30 {
    border-left-color: rgb(252 231 243 / 0.3);
    border-right-color: rgb(252 231 243 / 0.3);
  }

  .md\:border-x-pink-100\/35 {
    border-left-color: rgb(252 231 243 / 0.35);
    border-right-color: rgb(252 231 243 / 0.35);
  }

  .md\:border-x-pink-100\/40 {
    border-left-color: rgb(252 231 243 / 0.4);
    border-right-color: rgb(252 231 243 / 0.4);
  }

  .md\:border-x-pink-100\/45 {
    border-left-color: rgb(252 231 243 / 0.45);
    border-right-color: rgb(252 231 243 / 0.45);
  }

  .md\:border-x-pink-100\/5 {
    border-left-color: rgb(252 231 243 / 0.05);
    border-right-color: rgb(252 231 243 / 0.05);
  }

  .md\:border-x-pink-100\/50 {
    border-left-color: rgb(252 231 243 / 0.5);
    border-right-color: rgb(252 231 243 / 0.5);
  }

  .md\:border-x-pink-100\/55 {
    border-left-color: rgb(252 231 243 / 0.55);
    border-right-color: rgb(252 231 243 / 0.55);
  }

  .md\:border-x-pink-100\/60 {
    border-left-color: rgb(252 231 243 / 0.6);
    border-right-color: rgb(252 231 243 / 0.6);
  }

  .md\:border-x-pink-100\/65 {
    border-left-color: rgb(252 231 243 / 0.65);
    border-right-color: rgb(252 231 243 / 0.65);
  }

  .md\:border-x-pink-100\/70 {
    border-left-color: rgb(252 231 243 / 0.7);
    border-right-color: rgb(252 231 243 / 0.7);
  }

  .md\:border-x-pink-100\/75 {
    border-left-color: rgb(252 231 243 / 0.75);
    border-right-color: rgb(252 231 243 / 0.75);
  }

  .md\:border-x-pink-100\/80 {
    border-left-color: rgb(252 231 243 / 0.8);
    border-right-color: rgb(252 231 243 / 0.8);
  }

  .md\:border-x-pink-100\/85 {
    border-left-color: rgb(252 231 243 / 0.85);
    border-right-color: rgb(252 231 243 / 0.85);
  }

  .md\:border-x-pink-100\/90 {
    border-left-color: rgb(252 231 243 / 0.9);
    border-right-color: rgb(252 231 243 / 0.9);
  }

  .md\:border-x-pink-100\/95 {
    border-left-color: rgb(252 231 243 / 0.95);
    border-right-color: rgb(252 231 243 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-pink-200\/0 {
    border-left-color: rgb(251 207 232 / 0);
    border-right-color: rgb(251 207 232 / 0);
  }

  .md\:border-x-pink-200\/10 {
    border-left-color: rgb(251 207 232 / 0.1);
    border-right-color: rgb(251 207 232 / 0.1);
  }

  .md\:border-x-pink-200\/100 {
    border-left-color: rgb(251 207 232 / 1);
    border-right-color: rgb(251 207 232 / 1);
  }

  .md\:border-x-pink-200\/15 {
    border-left-color: rgb(251 207 232 / 0.15);
    border-right-color: rgb(251 207 232 / 0.15);
  }

  .md\:border-x-pink-200\/20 {
    border-left-color: rgb(251 207 232 / 0.2);
    border-right-color: rgb(251 207 232 / 0.2);
  }

  .md\:border-x-pink-200\/25 {
    border-left-color: rgb(251 207 232 / 0.25);
    border-right-color: rgb(251 207 232 / 0.25);
  }

  .md\:border-x-pink-200\/30 {
    border-left-color: rgb(251 207 232 / 0.3);
    border-right-color: rgb(251 207 232 / 0.3);
  }

  .md\:border-x-pink-200\/35 {
    border-left-color: rgb(251 207 232 / 0.35);
    border-right-color: rgb(251 207 232 / 0.35);
  }

  .md\:border-x-pink-200\/40 {
    border-left-color: rgb(251 207 232 / 0.4);
    border-right-color: rgb(251 207 232 / 0.4);
  }

  .md\:border-x-pink-200\/45 {
    border-left-color: rgb(251 207 232 / 0.45);
    border-right-color: rgb(251 207 232 / 0.45);
  }

  .md\:border-x-pink-200\/5 {
    border-left-color: rgb(251 207 232 / 0.05);
    border-right-color: rgb(251 207 232 / 0.05);
  }

  .md\:border-x-pink-200\/50 {
    border-left-color: rgb(251 207 232 / 0.5);
    border-right-color: rgb(251 207 232 / 0.5);
  }

  .md\:border-x-pink-200\/55 {
    border-left-color: rgb(251 207 232 / 0.55);
    border-right-color: rgb(251 207 232 / 0.55);
  }

  .md\:border-x-pink-200\/60 {
    border-left-color: rgb(251 207 232 / 0.6);
    border-right-color: rgb(251 207 232 / 0.6);
  }

  .md\:border-x-pink-200\/65 {
    border-left-color: rgb(251 207 232 / 0.65);
    border-right-color: rgb(251 207 232 / 0.65);
  }

  .md\:border-x-pink-200\/70 {
    border-left-color: rgb(251 207 232 / 0.7);
    border-right-color: rgb(251 207 232 / 0.7);
  }

  .md\:border-x-pink-200\/75 {
    border-left-color: rgb(251 207 232 / 0.75);
    border-right-color: rgb(251 207 232 / 0.75);
  }

  .md\:border-x-pink-200\/80 {
    border-left-color: rgb(251 207 232 / 0.8);
    border-right-color: rgb(251 207 232 / 0.8);
  }

  .md\:border-x-pink-200\/85 {
    border-left-color: rgb(251 207 232 / 0.85);
    border-right-color: rgb(251 207 232 / 0.85);
  }

  .md\:border-x-pink-200\/90 {
    border-left-color: rgb(251 207 232 / 0.9);
    border-right-color: rgb(251 207 232 / 0.9);
  }

  .md\:border-x-pink-200\/95 {
    border-left-color: rgb(251 207 232 / 0.95);
    border-right-color: rgb(251 207 232 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-pink-300\/0 {
    border-left-color: rgb(249 168 212 / 0);
    border-right-color: rgb(249 168 212 / 0);
  }

  .md\:border-x-pink-300\/10 {
    border-left-color: rgb(249 168 212 / 0.1);
    border-right-color: rgb(249 168 212 / 0.1);
  }

  .md\:border-x-pink-300\/100 {
    border-left-color: rgb(249 168 212 / 1);
    border-right-color: rgb(249 168 212 / 1);
  }

  .md\:border-x-pink-300\/15 {
    border-left-color: rgb(249 168 212 / 0.15);
    border-right-color: rgb(249 168 212 / 0.15);
  }

  .md\:border-x-pink-300\/20 {
    border-left-color: rgb(249 168 212 / 0.2);
    border-right-color: rgb(249 168 212 / 0.2);
  }

  .md\:border-x-pink-300\/25 {
    border-left-color: rgb(249 168 212 / 0.25);
    border-right-color: rgb(249 168 212 / 0.25);
  }

  .md\:border-x-pink-300\/30 {
    border-left-color: rgb(249 168 212 / 0.3);
    border-right-color: rgb(249 168 212 / 0.3);
  }

  .md\:border-x-pink-300\/35 {
    border-left-color: rgb(249 168 212 / 0.35);
    border-right-color: rgb(249 168 212 / 0.35);
  }

  .md\:border-x-pink-300\/40 {
    border-left-color: rgb(249 168 212 / 0.4);
    border-right-color: rgb(249 168 212 / 0.4);
  }

  .md\:border-x-pink-300\/45 {
    border-left-color: rgb(249 168 212 / 0.45);
    border-right-color: rgb(249 168 212 / 0.45);
  }

  .md\:border-x-pink-300\/5 {
    border-left-color: rgb(249 168 212 / 0.05);
    border-right-color: rgb(249 168 212 / 0.05);
  }

  .md\:border-x-pink-300\/50 {
    border-left-color: rgb(249 168 212 / 0.5);
    border-right-color: rgb(249 168 212 / 0.5);
  }

  .md\:border-x-pink-300\/55 {
    border-left-color: rgb(249 168 212 / 0.55);
    border-right-color: rgb(249 168 212 / 0.55);
  }

  .md\:border-x-pink-300\/60 {
    border-left-color: rgb(249 168 212 / 0.6);
    border-right-color: rgb(249 168 212 / 0.6);
  }

  .md\:border-x-pink-300\/65 {
    border-left-color: rgb(249 168 212 / 0.65);
    border-right-color: rgb(249 168 212 / 0.65);
  }

  .md\:border-x-pink-300\/70 {
    border-left-color: rgb(249 168 212 / 0.7);
    border-right-color: rgb(249 168 212 / 0.7);
  }

  .md\:border-x-pink-300\/75 {
    border-left-color: rgb(249 168 212 / 0.75);
    border-right-color: rgb(249 168 212 / 0.75);
  }

  .md\:border-x-pink-300\/80 {
    border-left-color: rgb(249 168 212 / 0.8);
    border-right-color: rgb(249 168 212 / 0.8);
  }

  .md\:border-x-pink-300\/85 {
    border-left-color: rgb(249 168 212 / 0.85);
    border-right-color: rgb(249 168 212 / 0.85);
  }

  .md\:border-x-pink-300\/90 {
    border-left-color: rgb(249 168 212 / 0.9);
    border-right-color: rgb(249 168 212 / 0.9);
  }

  .md\:border-x-pink-300\/95 {
    border-left-color: rgb(249 168 212 / 0.95);
    border-right-color: rgb(249 168 212 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-pink-400\/0 {
    border-left-color: rgb(244 114 182 / 0);
    border-right-color: rgb(244 114 182 / 0);
  }

  .md\:border-x-pink-400\/10 {
    border-left-color: rgb(244 114 182 / 0.1);
    border-right-color: rgb(244 114 182 / 0.1);
  }

  .md\:border-x-pink-400\/100 {
    border-left-color: rgb(244 114 182 / 1);
    border-right-color: rgb(244 114 182 / 1);
  }

  .md\:border-x-pink-400\/15 {
    border-left-color: rgb(244 114 182 / 0.15);
    border-right-color: rgb(244 114 182 / 0.15);
  }

  .md\:border-x-pink-400\/20 {
    border-left-color: rgb(244 114 182 / 0.2);
    border-right-color: rgb(244 114 182 / 0.2);
  }

  .md\:border-x-pink-400\/25 {
    border-left-color: rgb(244 114 182 / 0.25);
    border-right-color: rgb(244 114 182 / 0.25);
  }

  .md\:border-x-pink-400\/30 {
    border-left-color: rgb(244 114 182 / 0.3);
    border-right-color: rgb(244 114 182 / 0.3);
  }

  .md\:border-x-pink-400\/35 {
    border-left-color: rgb(244 114 182 / 0.35);
    border-right-color: rgb(244 114 182 / 0.35);
  }

  .md\:border-x-pink-400\/40 {
    border-left-color: rgb(244 114 182 / 0.4);
    border-right-color: rgb(244 114 182 / 0.4);
  }

  .md\:border-x-pink-400\/45 {
    border-left-color: rgb(244 114 182 / 0.45);
    border-right-color: rgb(244 114 182 / 0.45);
  }

  .md\:border-x-pink-400\/5 {
    border-left-color: rgb(244 114 182 / 0.05);
    border-right-color: rgb(244 114 182 / 0.05);
  }

  .md\:border-x-pink-400\/50 {
    border-left-color: rgb(244 114 182 / 0.5);
    border-right-color: rgb(244 114 182 / 0.5);
  }

  .md\:border-x-pink-400\/55 {
    border-left-color: rgb(244 114 182 / 0.55);
    border-right-color: rgb(244 114 182 / 0.55);
  }

  .md\:border-x-pink-400\/60 {
    border-left-color: rgb(244 114 182 / 0.6);
    border-right-color: rgb(244 114 182 / 0.6);
  }

  .md\:border-x-pink-400\/65 {
    border-left-color: rgb(244 114 182 / 0.65);
    border-right-color: rgb(244 114 182 / 0.65);
  }

  .md\:border-x-pink-400\/70 {
    border-left-color: rgb(244 114 182 / 0.7);
    border-right-color: rgb(244 114 182 / 0.7);
  }

  .md\:border-x-pink-400\/75 {
    border-left-color: rgb(244 114 182 / 0.75);
    border-right-color: rgb(244 114 182 / 0.75);
  }

  .md\:border-x-pink-400\/80 {
    border-left-color: rgb(244 114 182 / 0.8);
    border-right-color: rgb(244 114 182 / 0.8);
  }

  .md\:border-x-pink-400\/85 {
    border-left-color: rgb(244 114 182 / 0.85);
    border-right-color: rgb(244 114 182 / 0.85);
  }

  .md\:border-x-pink-400\/90 {
    border-left-color: rgb(244 114 182 / 0.9);
    border-right-color: rgb(244 114 182 / 0.9);
  }

  .md\:border-x-pink-400\/95 {
    border-left-color: rgb(244 114 182 / 0.95);
    border-right-color: rgb(244 114 182 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-pink-50\/0 {
    border-left-color: rgb(253 242 248 / 0);
    border-right-color: rgb(253 242 248 / 0);
  }

  .md\:border-x-pink-50\/10 {
    border-left-color: rgb(253 242 248 / 0.1);
    border-right-color: rgb(253 242 248 / 0.1);
  }

  .md\:border-x-pink-50\/100 {
    border-left-color: rgb(253 242 248 / 1);
    border-right-color: rgb(253 242 248 / 1);
  }

  .md\:border-x-pink-50\/15 {
    border-left-color: rgb(253 242 248 / 0.15);
    border-right-color: rgb(253 242 248 / 0.15);
  }

  .md\:border-x-pink-50\/20 {
    border-left-color: rgb(253 242 248 / 0.2);
    border-right-color: rgb(253 242 248 / 0.2);
  }

  .md\:border-x-pink-50\/25 {
    border-left-color: rgb(253 242 248 / 0.25);
    border-right-color: rgb(253 242 248 / 0.25);
  }

  .md\:border-x-pink-50\/30 {
    border-left-color: rgb(253 242 248 / 0.3);
    border-right-color: rgb(253 242 248 / 0.3);
  }

  .md\:border-x-pink-50\/35 {
    border-left-color: rgb(253 242 248 / 0.35);
    border-right-color: rgb(253 242 248 / 0.35);
  }

  .md\:border-x-pink-50\/40 {
    border-left-color: rgb(253 242 248 / 0.4);
    border-right-color: rgb(253 242 248 / 0.4);
  }

  .md\:border-x-pink-50\/45 {
    border-left-color: rgb(253 242 248 / 0.45);
    border-right-color: rgb(253 242 248 / 0.45);
  }

  .md\:border-x-pink-50\/5 {
    border-left-color: rgb(253 242 248 / 0.05);
    border-right-color: rgb(253 242 248 / 0.05);
  }

  .md\:border-x-pink-50\/50 {
    border-left-color: rgb(253 242 248 / 0.5);
    border-right-color: rgb(253 242 248 / 0.5);
  }

  .md\:border-x-pink-50\/55 {
    border-left-color: rgb(253 242 248 / 0.55);
    border-right-color: rgb(253 242 248 / 0.55);
  }

  .md\:border-x-pink-50\/60 {
    border-left-color: rgb(253 242 248 / 0.6);
    border-right-color: rgb(253 242 248 / 0.6);
  }

  .md\:border-x-pink-50\/65 {
    border-left-color: rgb(253 242 248 / 0.65);
    border-right-color: rgb(253 242 248 / 0.65);
  }

  .md\:border-x-pink-50\/70 {
    border-left-color: rgb(253 242 248 / 0.7);
    border-right-color: rgb(253 242 248 / 0.7);
  }

  .md\:border-x-pink-50\/75 {
    border-left-color: rgb(253 242 248 / 0.75);
    border-right-color: rgb(253 242 248 / 0.75);
  }

  .md\:border-x-pink-50\/80 {
    border-left-color: rgb(253 242 248 / 0.8);
    border-right-color: rgb(253 242 248 / 0.8);
  }

  .md\:border-x-pink-50\/85 {
    border-left-color: rgb(253 242 248 / 0.85);
    border-right-color: rgb(253 242 248 / 0.85);
  }

  .md\:border-x-pink-50\/90 {
    border-left-color: rgb(253 242 248 / 0.9);
    border-right-color: rgb(253 242 248 / 0.9);
  }

  .md\:border-x-pink-50\/95 {
    border-left-color: rgb(253 242 248 / 0.95);
    border-right-color: rgb(253 242 248 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-pink-500\/0 {
    border-left-color: rgb(236 72 153 / 0);
    border-right-color: rgb(236 72 153 / 0);
  }

  .md\:border-x-pink-500\/10 {
    border-left-color: rgb(236 72 153 / 0.1);
    border-right-color: rgb(236 72 153 / 0.1);
  }

  .md\:border-x-pink-500\/100 {
    border-left-color: rgb(236 72 153 / 1);
    border-right-color: rgb(236 72 153 / 1);
  }

  .md\:border-x-pink-500\/15 {
    border-left-color: rgb(236 72 153 / 0.15);
    border-right-color: rgb(236 72 153 / 0.15);
  }

  .md\:border-x-pink-500\/20 {
    border-left-color: rgb(236 72 153 / 0.2);
    border-right-color: rgb(236 72 153 / 0.2);
  }

  .md\:border-x-pink-500\/25 {
    border-left-color: rgb(236 72 153 / 0.25);
    border-right-color: rgb(236 72 153 / 0.25);
  }

  .md\:border-x-pink-500\/30 {
    border-left-color: rgb(236 72 153 / 0.3);
    border-right-color: rgb(236 72 153 / 0.3);
  }

  .md\:border-x-pink-500\/35 {
    border-left-color: rgb(236 72 153 / 0.35);
    border-right-color: rgb(236 72 153 / 0.35);
  }

  .md\:border-x-pink-500\/40 {
    border-left-color: rgb(236 72 153 / 0.4);
    border-right-color: rgb(236 72 153 / 0.4);
  }

  .md\:border-x-pink-500\/45 {
    border-left-color: rgb(236 72 153 / 0.45);
    border-right-color: rgb(236 72 153 / 0.45);
  }

  .md\:border-x-pink-500\/5 {
    border-left-color: rgb(236 72 153 / 0.05);
    border-right-color: rgb(236 72 153 / 0.05);
  }

  .md\:border-x-pink-500\/50 {
    border-left-color: rgb(236 72 153 / 0.5);
    border-right-color: rgb(236 72 153 / 0.5);
  }

  .md\:border-x-pink-500\/55 {
    border-left-color: rgb(236 72 153 / 0.55);
    border-right-color: rgb(236 72 153 / 0.55);
  }

  .md\:border-x-pink-500\/60 {
    border-left-color: rgb(236 72 153 / 0.6);
    border-right-color: rgb(236 72 153 / 0.6);
  }

  .md\:border-x-pink-500\/65 {
    border-left-color: rgb(236 72 153 / 0.65);
    border-right-color: rgb(236 72 153 / 0.65);
  }

  .md\:border-x-pink-500\/70 {
    border-left-color: rgb(236 72 153 / 0.7);
    border-right-color: rgb(236 72 153 / 0.7);
  }

  .md\:border-x-pink-500\/75 {
    border-left-color: rgb(236 72 153 / 0.75);
    border-right-color: rgb(236 72 153 / 0.75);
  }

  .md\:border-x-pink-500\/80 {
    border-left-color: rgb(236 72 153 / 0.8);
    border-right-color: rgb(236 72 153 / 0.8);
  }

  .md\:border-x-pink-500\/85 {
    border-left-color: rgb(236 72 153 / 0.85);
    border-right-color: rgb(236 72 153 / 0.85);
  }

  .md\:border-x-pink-500\/90 {
    border-left-color: rgb(236 72 153 / 0.9);
    border-right-color: rgb(236 72 153 / 0.9);
  }

  .md\:border-x-pink-500\/95 {
    border-left-color: rgb(236 72 153 / 0.95);
    border-right-color: rgb(236 72 153 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-pink-600\/0 {
    border-left-color: rgb(219 39 119 / 0);
    border-right-color: rgb(219 39 119 / 0);
  }

  .md\:border-x-pink-600\/10 {
    border-left-color: rgb(219 39 119 / 0.1);
    border-right-color: rgb(219 39 119 / 0.1);
  }

  .md\:border-x-pink-600\/100 {
    border-left-color: rgb(219 39 119 / 1);
    border-right-color: rgb(219 39 119 / 1);
  }

  .md\:border-x-pink-600\/15 {
    border-left-color: rgb(219 39 119 / 0.15);
    border-right-color: rgb(219 39 119 / 0.15);
  }

  .md\:border-x-pink-600\/20 {
    border-left-color: rgb(219 39 119 / 0.2);
    border-right-color: rgb(219 39 119 / 0.2);
  }

  .md\:border-x-pink-600\/25 {
    border-left-color: rgb(219 39 119 / 0.25);
    border-right-color: rgb(219 39 119 / 0.25);
  }

  .md\:border-x-pink-600\/30 {
    border-left-color: rgb(219 39 119 / 0.3);
    border-right-color: rgb(219 39 119 / 0.3);
  }

  .md\:border-x-pink-600\/35 {
    border-left-color: rgb(219 39 119 / 0.35);
    border-right-color: rgb(219 39 119 / 0.35);
  }

  .md\:border-x-pink-600\/40 {
    border-left-color: rgb(219 39 119 / 0.4);
    border-right-color: rgb(219 39 119 / 0.4);
  }

  .md\:border-x-pink-600\/45 {
    border-left-color: rgb(219 39 119 / 0.45);
    border-right-color: rgb(219 39 119 / 0.45);
  }

  .md\:border-x-pink-600\/5 {
    border-left-color: rgb(219 39 119 / 0.05);
    border-right-color: rgb(219 39 119 / 0.05);
  }

  .md\:border-x-pink-600\/50 {
    border-left-color: rgb(219 39 119 / 0.5);
    border-right-color: rgb(219 39 119 / 0.5);
  }

  .md\:border-x-pink-600\/55 {
    border-left-color: rgb(219 39 119 / 0.55);
    border-right-color: rgb(219 39 119 / 0.55);
  }

  .md\:border-x-pink-600\/60 {
    border-left-color: rgb(219 39 119 / 0.6);
    border-right-color: rgb(219 39 119 / 0.6);
  }

  .md\:border-x-pink-600\/65 {
    border-left-color: rgb(219 39 119 / 0.65);
    border-right-color: rgb(219 39 119 / 0.65);
  }

  .md\:border-x-pink-600\/70 {
    border-left-color: rgb(219 39 119 / 0.7);
    border-right-color: rgb(219 39 119 / 0.7);
  }

  .md\:border-x-pink-600\/75 {
    border-left-color: rgb(219 39 119 / 0.75);
    border-right-color: rgb(219 39 119 / 0.75);
  }

  .md\:border-x-pink-600\/80 {
    border-left-color: rgb(219 39 119 / 0.8);
    border-right-color: rgb(219 39 119 / 0.8);
  }

  .md\:border-x-pink-600\/85 {
    border-left-color: rgb(219 39 119 / 0.85);
    border-right-color: rgb(219 39 119 / 0.85);
  }

  .md\:border-x-pink-600\/90 {
    border-left-color: rgb(219 39 119 / 0.9);
    border-right-color: rgb(219 39 119 / 0.9);
  }

  .md\:border-x-pink-600\/95 {
    border-left-color: rgb(219 39 119 / 0.95);
    border-right-color: rgb(219 39 119 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-pink-700\/0 {
    border-left-color: rgb(190 24 93 / 0);
    border-right-color: rgb(190 24 93 / 0);
  }

  .md\:border-x-pink-700\/10 {
    border-left-color: rgb(190 24 93 / 0.1);
    border-right-color: rgb(190 24 93 / 0.1);
  }

  .md\:border-x-pink-700\/100 {
    border-left-color: rgb(190 24 93 / 1);
    border-right-color: rgb(190 24 93 / 1);
  }

  .md\:border-x-pink-700\/15 {
    border-left-color: rgb(190 24 93 / 0.15);
    border-right-color: rgb(190 24 93 / 0.15);
  }

  .md\:border-x-pink-700\/20 {
    border-left-color: rgb(190 24 93 / 0.2);
    border-right-color: rgb(190 24 93 / 0.2);
  }

  .md\:border-x-pink-700\/25 {
    border-left-color: rgb(190 24 93 / 0.25);
    border-right-color: rgb(190 24 93 / 0.25);
  }

  .md\:border-x-pink-700\/30 {
    border-left-color: rgb(190 24 93 / 0.3);
    border-right-color: rgb(190 24 93 / 0.3);
  }

  .md\:border-x-pink-700\/35 {
    border-left-color: rgb(190 24 93 / 0.35);
    border-right-color: rgb(190 24 93 / 0.35);
  }

  .md\:border-x-pink-700\/40 {
    border-left-color: rgb(190 24 93 / 0.4);
    border-right-color: rgb(190 24 93 / 0.4);
  }

  .md\:border-x-pink-700\/45 {
    border-left-color: rgb(190 24 93 / 0.45);
    border-right-color: rgb(190 24 93 / 0.45);
  }

  .md\:border-x-pink-700\/5 {
    border-left-color: rgb(190 24 93 / 0.05);
    border-right-color: rgb(190 24 93 / 0.05);
  }

  .md\:border-x-pink-700\/50 {
    border-left-color: rgb(190 24 93 / 0.5);
    border-right-color: rgb(190 24 93 / 0.5);
  }

  .md\:border-x-pink-700\/55 {
    border-left-color: rgb(190 24 93 / 0.55);
    border-right-color: rgb(190 24 93 / 0.55);
  }

  .md\:border-x-pink-700\/60 {
    border-left-color: rgb(190 24 93 / 0.6);
    border-right-color: rgb(190 24 93 / 0.6);
  }

  .md\:border-x-pink-700\/65 {
    border-left-color: rgb(190 24 93 / 0.65);
    border-right-color: rgb(190 24 93 / 0.65);
  }

  .md\:border-x-pink-700\/70 {
    border-left-color: rgb(190 24 93 / 0.7);
    border-right-color: rgb(190 24 93 / 0.7);
  }

  .md\:border-x-pink-700\/75 {
    border-left-color: rgb(190 24 93 / 0.75);
    border-right-color: rgb(190 24 93 / 0.75);
  }

  .md\:border-x-pink-700\/80 {
    border-left-color: rgb(190 24 93 / 0.8);
    border-right-color: rgb(190 24 93 / 0.8);
  }

  .md\:border-x-pink-700\/85 {
    border-left-color: rgb(190 24 93 / 0.85);
    border-right-color: rgb(190 24 93 / 0.85);
  }

  .md\:border-x-pink-700\/90 {
    border-left-color: rgb(190 24 93 / 0.9);
    border-right-color: rgb(190 24 93 / 0.9);
  }

  .md\:border-x-pink-700\/95 {
    border-left-color: rgb(190 24 93 / 0.95);
    border-right-color: rgb(190 24 93 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-pink-800\/0 {
    border-left-color: rgb(157 23 77 / 0);
    border-right-color: rgb(157 23 77 / 0);
  }

  .md\:border-x-pink-800\/10 {
    border-left-color: rgb(157 23 77 / 0.1);
    border-right-color: rgb(157 23 77 / 0.1);
  }

  .md\:border-x-pink-800\/100 {
    border-left-color: rgb(157 23 77 / 1);
    border-right-color: rgb(157 23 77 / 1);
  }

  .md\:border-x-pink-800\/15 {
    border-left-color: rgb(157 23 77 / 0.15);
    border-right-color: rgb(157 23 77 / 0.15);
  }

  .md\:border-x-pink-800\/20 {
    border-left-color: rgb(157 23 77 / 0.2);
    border-right-color: rgb(157 23 77 / 0.2);
  }

  .md\:border-x-pink-800\/25 {
    border-left-color: rgb(157 23 77 / 0.25);
    border-right-color: rgb(157 23 77 / 0.25);
  }

  .md\:border-x-pink-800\/30 {
    border-left-color: rgb(157 23 77 / 0.3);
    border-right-color: rgb(157 23 77 / 0.3);
  }

  .md\:border-x-pink-800\/35 {
    border-left-color: rgb(157 23 77 / 0.35);
    border-right-color: rgb(157 23 77 / 0.35);
  }

  .md\:border-x-pink-800\/40 {
    border-left-color: rgb(157 23 77 / 0.4);
    border-right-color: rgb(157 23 77 / 0.4);
  }

  .md\:border-x-pink-800\/45 {
    border-left-color: rgb(157 23 77 / 0.45);
    border-right-color: rgb(157 23 77 / 0.45);
  }

  .md\:border-x-pink-800\/5 {
    border-left-color: rgb(157 23 77 / 0.05);
    border-right-color: rgb(157 23 77 / 0.05);
  }

  .md\:border-x-pink-800\/50 {
    border-left-color: rgb(157 23 77 / 0.5);
    border-right-color: rgb(157 23 77 / 0.5);
  }

  .md\:border-x-pink-800\/55 {
    border-left-color: rgb(157 23 77 / 0.55);
    border-right-color: rgb(157 23 77 / 0.55);
  }

  .md\:border-x-pink-800\/60 {
    border-left-color: rgb(157 23 77 / 0.6);
    border-right-color: rgb(157 23 77 / 0.6);
  }

  .md\:border-x-pink-800\/65 {
    border-left-color: rgb(157 23 77 / 0.65);
    border-right-color: rgb(157 23 77 / 0.65);
  }

  .md\:border-x-pink-800\/70 {
    border-left-color: rgb(157 23 77 / 0.7);
    border-right-color: rgb(157 23 77 / 0.7);
  }

  .md\:border-x-pink-800\/75 {
    border-left-color: rgb(157 23 77 / 0.75);
    border-right-color: rgb(157 23 77 / 0.75);
  }

  .md\:border-x-pink-800\/80 {
    border-left-color: rgb(157 23 77 / 0.8);
    border-right-color: rgb(157 23 77 / 0.8);
  }

  .md\:border-x-pink-800\/85 {
    border-left-color: rgb(157 23 77 / 0.85);
    border-right-color: rgb(157 23 77 / 0.85);
  }

  .md\:border-x-pink-800\/90 {
    border-left-color: rgb(157 23 77 / 0.9);
    border-right-color: rgb(157 23 77 / 0.9);
  }

  .md\:border-x-pink-800\/95 {
    border-left-color: rgb(157 23 77 / 0.95);
    border-right-color: rgb(157 23 77 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-pink-900\/0 {
    border-left-color: rgb(131 24 67 / 0);
    border-right-color: rgb(131 24 67 / 0);
  }

  .md\:border-x-pink-900\/10 {
    border-left-color: rgb(131 24 67 / 0.1);
    border-right-color: rgb(131 24 67 / 0.1);
  }

  .md\:border-x-pink-900\/100 {
    border-left-color: rgb(131 24 67 / 1);
    border-right-color: rgb(131 24 67 / 1);
  }

  .md\:border-x-pink-900\/15 {
    border-left-color: rgb(131 24 67 / 0.15);
    border-right-color: rgb(131 24 67 / 0.15);
  }

  .md\:border-x-pink-900\/20 {
    border-left-color: rgb(131 24 67 / 0.2);
    border-right-color: rgb(131 24 67 / 0.2);
  }

  .md\:border-x-pink-900\/25 {
    border-left-color: rgb(131 24 67 / 0.25);
    border-right-color: rgb(131 24 67 / 0.25);
  }

  .md\:border-x-pink-900\/30 {
    border-left-color: rgb(131 24 67 / 0.3);
    border-right-color: rgb(131 24 67 / 0.3);
  }

  .md\:border-x-pink-900\/35 {
    border-left-color: rgb(131 24 67 / 0.35);
    border-right-color: rgb(131 24 67 / 0.35);
  }

  .md\:border-x-pink-900\/40 {
    border-left-color: rgb(131 24 67 / 0.4);
    border-right-color: rgb(131 24 67 / 0.4);
  }

  .md\:border-x-pink-900\/45 {
    border-left-color: rgb(131 24 67 / 0.45);
    border-right-color: rgb(131 24 67 / 0.45);
  }

  .md\:border-x-pink-900\/5 {
    border-left-color: rgb(131 24 67 / 0.05);
    border-right-color: rgb(131 24 67 / 0.05);
  }

  .md\:border-x-pink-900\/50 {
    border-left-color: rgb(131 24 67 / 0.5);
    border-right-color: rgb(131 24 67 / 0.5);
  }

  .md\:border-x-pink-900\/55 {
    border-left-color: rgb(131 24 67 / 0.55);
    border-right-color: rgb(131 24 67 / 0.55);
  }

  .md\:border-x-pink-900\/60 {
    border-left-color: rgb(131 24 67 / 0.6);
    border-right-color: rgb(131 24 67 / 0.6);
  }

  .md\:border-x-pink-900\/65 {
    border-left-color: rgb(131 24 67 / 0.65);
    border-right-color: rgb(131 24 67 / 0.65);
  }

  .md\:border-x-pink-900\/70 {
    border-left-color: rgb(131 24 67 / 0.7);
    border-right-color: rgb(131 24 67 / 0.7);
  }

  .md\:border-x-pink-900\/75 {
    border-left-color: rgb(131 24 67 / 0.75);
    border-right-color: rgb(131 24 67 / 0.75);
  }

  .md\:border-x-pink-900\/80 {
    border-left-color: rgb(131 24 67 / 0.8);
    border-right-color: rgb(131 24 67 / 0.8);
  }

  .md\:border-x-pink-900\/85 {
    border-left-color: rgb(131 24 67 / 0.85);
    border-right-color: rgb(131 24 67 / 0.85);
  }

  .md\:border-x-pink-900\/90 {
    border-left-color: rgb(131 24 67 / 0.9);
    border-right-color: rgb(131 24 67 / 0.9);
  }

  .md\:border-x-pink-900\/95 {
    border-left-color: rgb(131 24 67 / 0.95);
    border-right-color: rgb(131 24 67 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-pink-950\/0 {
    border-left-color: rgb(80 7 36 / 0);
    border-right-color: rgb(80 7 36 / 0);
  }

  .md\:border-x-pink-950\/10 {
    border-left-color: rgb(80 7 36 / 0.1);
    border-right-color: rgb(80 7 36 / 0.1);
  }

  .md\:border-x-pink-950\/100 {
    border-left-color: rgb(80 7 36 / 1);
    border-right-color: rgb(80 7 36 / 1);
  }

  .md\:border-x-pink-950\/15 {
    border-left-color: rgb(80 7 36 / 0.15);
    border-right-color: rgb(80 7 36 / 0.15);
  }

  .md\:border-x-pink-950\/20 {
    border-left-color: rgb(80 7 36 / 0.2);
    border-right-color: rgb(80 7 36 / 0.2);
  }

  .md\:border-x-pink-950\/25 {
    border-left-color: rgb(80 7 36 / 0.25);
    border-right-color: rgb(80 7 36 / 0.25);
  }

  .md\:border-x-pink-950\/30 {
    border-left-color: rgb(80 7 36 / 0.3);
    border-right-color: rgb(80 7 36 / 0.3);
  }

  .md\:border-x-pink-950\/35 {
    border-left-color: rgb(80 7 36 / 0.35);
    border-right-color: rgb(80 7 36 / 0.35);
  }

  .md\:border-x-pink-950\/40 {
    border-left-color: rgb(80 7 36 / 0.4);
    border-right-color: rgb(80 7 36 / 0.4);
  }

  .md\:border-x-pink-950\/45 {
    border-left-color: rgb(80 7 36 / 0.45);
    border-right-color: rgb(80 7 36 / 0.45);
  }

  .md\:border-x-pink-950\/5 {
    border-left-color: rgb(80 7 36 / 0.05);
    border-right-color: rgb(80 7 36 / 0.05);
  }

  .md\:border-x-pink-950\/50 {
    border-left-color: rgb(80 7 36 / 0.5);
    border-right-color: rgb(80 7 36 / 0.5);
  }

  .md\:border-x-pink-950\/55 {
    border-left-color: rgb(80 7 36 / 0.55);
    border-right-color: rgb(80 7 36 / 0.55);
  }

  .md\:border-x-pink-950\/60 {
    border-left-color: rgb(80 7 36 / 0.6);
    border-right-color: rgb(80 7 36 / 0.6);
  }

  .md\:border-x-pink-950\/65 {
    border-left-color: rgb(80 7 36 / 0.65);
    border-right-color: rgb(80 7 36 / 0.65);
  }

  .md\:border-x-pink-950\/70 {
    border-left-color: rgb(80 7 36 / 0.7);
    border-right-color: rgb(80 7 36 / 0.7);
  }

  .md\:border-x-pink-950\/75 {
    border-left-color: rgb(80 7 36 / 0.75);
    border-right-color: rgb(80 7 36 / 0.75);
  }

  .md\:border-x-pink-950\/80 {
    border-left-color: rgb(80 7 36 / 0.8);
    border-right-color: rgb(80 7 36 / 0.8);
  }

  .md\:border-x-pink-950\/85 {
    border-left-color: rgb(80 7 36 / 0.85);
    border-right-color: rgb(80 7 36 / 0.85);
  }

  .md\:border-x-pink-950\/90 {
    border-left-color: rgb(80 7 36 / 0.9);
    border-right-color: rgb(80 7 36 / 0.9);
  }

  .md\:border-x-pink-950\/95 {
    border-left-color: rgb(80 7 36 / 0.95);
    border-right-color: rgb(80 7 36 / 0.95);
  }

  .md\:border-x-primary-100 {
    border-left-color: var(--color-primary-100);
    border-right-color: var(--color-primary-100);
  }

  .md\:border-x-primary-200 {
    border-left-color: var(--color-primary-200);
    border-right-color: var(--color-primary-200);
  }

  .md\:border-x-primary-300 {
    border-left-color: var(--color-primary-300);
    border-right-color: var(--color-primary-300);
  }

  .md\:border-x-primary-400 {
    border-left-color: var(--color-primary-400);
    border-right-color: var(--color-primary-400);
  }

  .md\:border-x-primary-50 {
    border-left-color: var(--color-primary-50);
    border-right-color: var(--color-primary-50);
  }

  .md\:border-x-primary-500 {
    border-left-color: var(--color-primary-500);
    border-right-color: var(--color-primary-500);
  }

  .md\:border-x-primary-600 {
    border-left-color: var(--color-primary-600);
    border-right-color: var(--color-primary-600);
  }

  .md\:border-x-primary-700 {
    border-left-color: var(--color-primary-700);
    border-right-color: var(--color-primary-700);
  }

  .md\:border-x-primary-800 {
    border-left-color: var(--color-primary-800);
    border-right-color: var(--color-primary-800);
  }

  .md\:border-x-primary-900 {
    border-left-color: var(--color-primary-900);
    border-right-color: var(--color-primary-900);
  }

  .md\: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));
  }

  .md\:border-x-purple-100\/0 {
    border-left-color: rgb(243 232 255 / 0);
    border-right-color: rgb(243 232 255 / 0);
  }

  .md\:border-x-purple-100\/10 {
    border-left-color: rgb(243 232 255 / 0.1);
    border-right-color: rgb(243 232 255 / 0.1);
  }

  .md\:border-x-purple-100\/100 {
    border-left-color: rgb(243 232 255 / 1);
    border-right-color: rgb(243 232 255 / 1);
  }

  .md\:border-x-purple-100\/15 {
    border-left-color: rgb(243 232 255 / 0.15);
    border-right-color: rgb(243 232 255 / 0.15);
  }

  .md\:border-x-purple-100\/20 {
    border-left-color: rgb(243 232 255 / 0.2);
    border-right-color: rgb(243 232 255 / 0.2);
  }

  .md\:border-x-purple-100\/25 {
    border-left-color: rgb(243 232 255 / 0.25);
    border-right-color: rgb(243 232 255 / 0.25);
  }

  .md\:border-x-purple-100\/30 {
    border-left-color: rgb(243 232 255 / 0.3);
    border-right-color: rgb(243 232 255 / 0.3);
  }

  .md\:border-x-purple-100\/35 {
    border-left-color: rgb(243 232 255 / 0.35);
    border-right-color: rgb(243 232 255 / 0.35);
  }

  .md\:border-x-purple-100\/40 {
    border-left-color: rgb(243 232 255 / 0.4);
    border-right-color: rgb(243 232 255 / 0.4);
  }

  .md\:border-x-purple-100\/45 {
    border-left-color: rgb(243 232 255 / 0.45);
    border-right-color: rgb(243 232 255 / 0.45);
  }

  .md\:border-x-purple-100\/5 {
    border-left-color: rgb(243 232 255 / 0.05);
    border-right-color: rgb(243 232 255 / 0.05);
  }

  .md\:border-x-purple-100\/50 {
    border-left-color: rgb(243 232 255 / 0.5);
    border-right-color: rgb(243 232 255 / 0.5);
  }

  .md\:border-x-purple-100\/55 {
    border-left-color: rgb(243 232 255 / 0.55);
    border-right-color: rgb(243 232 255 / 0.55);
  }

  .md\:border-x-purple-100\/60 {
    border-left-color: rgb(243 232 255 / 0.6);
    border-right-color: rgb(243 232 255 / 0.6);
  }

  .md\:border-x-purple-100\/65 {
    border-left-color: rgb(243 232 255 / 0.65);
    border-right-color: rgb(243 232 255 / 0.65);
  }

  .md\:border-x-purple-100\/70 {
    border-left-color: rgb(243 232 255 / 0.7);
    border-right-color: rgb(243 232 255 / 0.7);
  }

  .md\:border-x-purple-100\/75 {
    border-left-color: rgb(243 232 255 / 0.75);
    border-right-color: rgb(243 232 255 / 0.75);
  }

  .md\:border-x-purple-100\/80 {
    border-left-color: rgb(243 232 255 / 0.8);
    border-right-color: rgb(243 232 255 / 0.8);
  }

  .md\:border-x-purple-100\/85 {
    border-left-color: rgb(243 232 255 / 0.85);
    border-right-color: rgb(243 232 255 / 0.85);
  }

  .md\:border-x-purple-100\/90 {
    border-left-color: rgb(243 232 255 / 0.9);
    border-right-color: rgb(243 232 255 / 0.9);
  }

  .md\:border-x-purple-100\/95 {
    border-left-color: rgb(243 232 255 / 0.95);
    border-right-color: rgb(243 232 255 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-purple-200\/0 {
    border-left-color: rgb(233 213 255 / 0);
    border-right-color: rgb(233 213 255 / 0);
  }

  .md\:border-x-purple-200\/10 {
    border-left-color: rgb(233 213 255 / 0.1);
    border-right-color: rgb(233 213 255 / 0.1);
  }

  .md\:border-x-purple-200\/100 {
    border-left-color: rgb(233 213 255 / 1);
    border-right-color: rgb(233 213 255 / 1);
  }

  .md\:border-x-purple-200\/15 {
    border-left-color: rgb(233 213 255 / 0.15);
    border-right-color: rgb(233 213 255 / 0.15);
  }

  .md\:border-x-purple-200\/20 {
    border-left-color: rgb(233 213 255 / 0.2);
    border-right-color: rgb(233 213 255 / 0.2);
  }

  .md\:border-x-purple-200\/25 {
    border-left-color: rgb(233 213 255 / 0.25);
    border-right-color: rgb(233 213 255 / 0.25);
  }

  .md\:border-x-purple-200\/30 {
    border-left-color: rgb(233 213 255 / 0.3);
    border-right-color: rgb(233 213 255 / 0.3);
  }

  .md\:border-x-purple-200\/35 {
    border-left-color: rgb(233 213 255 / 0.35);
    border-right-color: rgb(233 213 255 / 0.35);
  }

  .md\:border-x-purple-200\/40 {
    border-left-color: rgb(233 213 255 / 0.4);
    border-right-color: rgb(233 213 255 / 0.4);
  }

  .md\:border-x-purple-200\/45 {
    border-left-color: rgb(233 213 255 / 0.45);
    border-right-color: rgb(233 213 255 / 0.45);
  }

  .md\:border-x-purple-200\/5 {
    border-left-color: rgb(233 213 255 / 0.05);
    border-right-color: rgb(233 213 255 / 0.05);
  }

  .md\:border-x-purple-200\/50 {
    border-left-color: rgb(233 213 255 / 0.5);
    border-right-color: rgb(233 213 255 / 0.5);
  }

  .md\:border-x-purple-200\/55 {
    border-left-color: rgb(233 213 255 / 0.55);
    border-right-color: rgb(233 213 255 / 0.55);
  }

  .md\:border-x-purple-200\/60 {
    border-left-color: rgb(233 213 255 / 0.6);
    border-right-color: rgb(233 213 255 / 0.6);
  }

  .md\:border-x-purple-200\/65 {
    border-left-color: rgb(233 213 255 / 0.65);
    border-right-color: rgb(233 213 255 / 0.65);
  }

  .md\:border-x-purple-200\/70 {
    border-left-color: rgb(233 213 255 / 0.7);
    border-right-color: rgb(233 213 255 / 0.7);
  }

  .md\:border-x-purple-200\/75 {
    border-left-color: rgb(233 213 255 / 0.75);
    border-right-color: rgb(233 213 255 / 0.75);
  }

  .md\:border-x-purple-200\/80 {
    border-left-color: rgb(233 213 255 / 0.8);
    border-right-color: rgb(233 213 255 / 0.8);
  }

  .md\:border-x-purple-200\/85 {
    border-left-color: rgb(233 213 255 / 0.85);
    border-right-color: rgb(233 213 255 / 0.85);
  }

  .md\:border-x-purple-200\/90 {
    border-left-color: rgb(233 213 255 / 0.9);
    border-right-color: rgb(233 213 255 / 0.9);
  }

  .md\:border-x-purple-200\/95 {
    border-left-color: rgb(233 213 255 / 0.95);
    border-right-color: rgb(233 213 255 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-purple-300\/0 {
    border-left-color: rgb(216 180 254 / 0);
    border-right-color: rgb(216 180 254 / 0);
  }

  .md\:border-x-purple-300\/10 {
    border-left-color: rgb(216 180 254 / 0.1);
    border-right-color: rgb(216 180 254 / 0.1);
  }

  .md\:border-x-purple-300\/100 {
    border-left-color: rgb(216 180 254 / 1);
    border-right-color: rgb(216 180 254 / 1);
  }

  .md\:border-x-purple-300\/15 {
    border-left-color: rgb(216 180 254 / 0.15);
    border-right-color: rgb(216 180 254 / 0.15);
  }

  .md\:border-x-purple-300\/20 {
    border-left-color: rgb(216 180 254 / 0.2);
    border-right-color: rgb(216 180 254 / 0.2);
  }

  .md\:border-x-purple-300\/25 {
    border-left-color: rgb(216 180 254 / 0.25);
    border-right-color: rgb(216 180 254 / 0.25);
  }

  .md\:border-x-purple-300\/30 {
    border-left-color: rgb(216 180 254 / 0.3);
    border-right-color: rgb(216 180 254 / 0.3);
  }

  .md\:border-x-purple-300\/35 {
    border-left-color: rgb(216 180 254 / 0.35);
    border-right-color: rgb(216 180 254 / 0.35);
  }

  .md\:border-x-purple-300\/40 {
    border-left-color: rgb(216 180 254 / 0.4);
    border-right-color: rgb(216 180 254 / 0.4);
  }

  .md\:border-x-purple-300\/45 {
    border-left-color: rgb(216 180 254 / 0.45);
    border-right-color: rgb(216 180 254 / 0.45);
  }

  .md\:border-x-purple-300\/5 {
    border-left-color: rgb(216 180 254 / 0.05);
    border-right-color: rgb(216 180 254 / 0.05);
  }

  .md\:border-x-purple-300\/50 {
    border-left-color: rgb(216 180 254 / 0.5);
    border-right-color: rgb(216 180 254 / 0.5);
  }

  .md\:border-x-purple-300\/55 {
    border-left-color: rgb(216 180 254 / 0.55);
    border-right-color: rgb(216 180 254 / 0.55);
  }

  .md\:border-x-purple-300\/60 {
    border-left-color: rgb(216 180 254 / 0.6);
    border-right-color: rgb(216 180 254 / 0.6);
  }

  .md\:border-x-purple-300\/65 {
    border-left-color: rgb(216 180 254 / 0.65);
    border-right-color: rgb(216 180 254 / 0.65);
  }

  .md\:border-x-purple-300\/70 {
    border-left-color: rgb(216 180 254 / 0.7);
    border-right-color: rgb(216 180 254 / 0.7);
  }

  .md\:border-x-purple-300\/75 {
    border-left-color: rgb(216 180 254 / 0.75);
    border-right-color: rgb(216 180 254 / 0.75);
  }

  .md\:border-x-purple-300\/80 {
    border-left-color: rgb(216 180 254 / 0.8);
    border-right-color: rgb(216 180 254 / 0.8);
  }

  .md\:border-x-purple-300\/85 {
    border-left-color: rgb(216 180 254 / 0.85);
    border-right-color: rgb(216 180 254 / 0.85);
  }

  .md\:border-x-purple-300\/90 {
    border-left-color: rgb(216 180 254 / 0.9);
    border-right-color: rgb(216 180 254 / 0.9);
  }

  .md\:border-x-purple-300\/95 {
    border-left-color: rgb(216 180 254 / 0.95);
    border-right-color: rgb(216 180 254 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-purple-400\/0 {
    border-left-color: rgb(192 132 252 / 0);
    border-right-color: rgb(192 132 252 / 0);
  }

  .md\:border-x-purple-400\/10 {
    border-left-color: rgb(192 132 252 / 0.1);
    border-right-color: rgb(192 132 252 / 0.1);
  }

  .md\:border-x-purple-400\/100 {
    border-left-color: rgb(192 132 252 / 1);
    border-right-color: rgb(192 132 252 / 1);
  }

  .md\:border-x-purple-400\/15 {
    border-left-color: rgb(192 132 252 / 0.15);
    border-right-color: rgb(192 132 252 / 0.15);
  }

  .md\:border-x-purple-400\/20 {
    border-left-color: rgb(192 132 252 / 0.2);
    border-right-color: rgb(192 132 252 / 0.2);
  }

  .md\:border-x-purple-400\/25 {
    border-left-color: rgb(192 132 252 / 0.25);
    border-right-color: rgb(192 132 252 / 0.25);
  }

  .md\:border-x-purple-400\/30 {
    border-left-color: rgb(192 132 252 / 0.3);
    border-right-color: rgb(192 132 252 / 0.3);
  }

  .md\:border-x-purple-400\/35 {
    border-left-color: rgb(192 132 252 / 0.35);
    border-right-color: rgb(192 132 252 / 0.35);
  }

  .md\:border-x-purple-400\/40 {
    border-left-color: rgb(192 132 252 / 0.4);
    border-right-color: rgb(192 132 252 / 0.4);
  }

  .md\:border-x-purple-400\/45 {
    border-left-color: rgb(192 132 252 / 0.45);
    border-right-color: rgb(192 132 252 / 0.45);
  }

  .md\:border-x-purple-400\/5 {
    border-left-color: rgb(192 132 252 / 0.05);
    border-right-color: rgb(192 132 252 / 0.05);
  }

  .md\:border-x-purple-400\/50 {
    border-left-color: rgb(192 132 252 / 0.5);
    border-right-color: rgb(192 132 252 / 0.5);
  }

  .md\:border-x-purple-400\/55 {
    border-left-color: rgb(192 132 252 / 0.55);
    border-right-color: rgb(192 132 252 / 0.55);
  }

  .md\:border-x-purple-400\/60 {
    border-left-color: rgb(192 132 252 / 0.6);
    border-right-color: rgb(192 132 252 / 0.6);
  }

  .md\:border-x-purple-400\/65 {
    border-left-color: rgb(192 132 252 / 0.65);
    border-right-color: rgb(192 132 252 / 0.65);
  }

  .md\:border-x-purple-400\/70 {
    border-left-color: rgb(192 132 252 / 0.7);
    border-right-color: rgb(192 132 252 / 0.7);
  }

  .md\:border-x-purple-400\/75 {
    border-left-color: rgb(192 132 252 / 0.75);
    border-right-color: rgb(192 132 252 / 0.75);
  }

  .md\:border-x-purple-400\/80 {
    border-left-color: rgb(192 132 252 / 0.8);
    border-right-color: rgb(192 132 252 / 0.8);
  }

  .md\:border-x-purple-400\/85 {
    border-left-color: rgb(192 132 252 / 0.85);
    border-right-color: rgb(192 132 252 / 0.85);
  }

  .md\:border-x-purple-400\/90 {
    border-left-color: rgb(192 132 252 / 0.9);
    border-right-color: rgb(192 132 252 / 0.9);
  }

  .md\:border-x-purple-400\/95 {
    border-left-color: rgb(192 132 252 / 0.95);
    border-right-color: rgb(192 132 252 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-purple-50\/0 {
    border-left-color: rgb(250 245 255 / 0);
    border-right-color: rgb(250 245 255 / 0);
  }

  .md\:border-x-purple-50\/10 {
    border-left-color: rgb(250 245 255 / 0.1);
    border-right-color: rgb(250 245 255 / 0.1);
  }

  .md\:border-x-purple-50\/100 {
    border-left-color: rgb(250 245 255 / 1);
    border-right-color: rgb(250 245 255 / 1);
  }

  .md\:border-x-purple-50\/15 {
    border-left-color: rgb(250 245 255 / 0.15);
    border-right-color: rgb(250 245 255 / 0.15);
  }

  .md\:border-x-purple-50\/20 {
    border-left-color: rgb(250 245 255 / 0.2);
    border-right-color: rgb(250 245 255 / 0.2);
  }

  .md\:border-x-purple-50\/25 {
    border-left-color: rgb(250 245 255 / 0.25);
    border-right-color: rgb(250 245 255 / 0.25);
  }

  .md\:border-x-purple-50\/30 {
    border-left-color: rgb(250 245 255 / 0.3);
    border-right-color: rgb(250 245 255 / 0.3);
  }

  .md\:border-x-purple-50\/35 {
    border-left-color: rgb(250 245 255 / 0.35);
    border-right-color: rgb(250 245 255 / 0.35);
  }

  .md\:border-x-purple-50\/40 {
    border-left-color: rgb(250 245 255 / 0.4);
    border-right-color: rgb(250 245 255 / 0.4);
  }

  .md\:border-x-purple-50\/45 {
    border-left-color: rgb(250 245 255 / 0.45);
    border-right-color: rgb(250 245 255 / 0.45);
  }

  .md\:border-x-purple-50\/5 {
    border-left-color: rgb(250 245 255 / 0.05);
    border-right-color: rgb(250 245 255 / 0.05);
  }

  .md\:border-x-purple-50\/50 {
    border-left-color: rgb(250 245 255 / 0.5);
    border-right-color: rgb(250 245 255 / 0.5);
  }

  .md\:border-x-purple-50\/55 {
    border-left-color: rgb(250 245 255 / 0.55);
    border-right-color: rgb(250 245 255 / 0.55);
  }

  .md\:border-x-purple-50\/60 {
    border-left-color: rgb(250 245 255 / 0.6);
    border-right-color: rgb(250 245 255 / 0.6);
  }

  .md\:border-x-purple-50\/65 {
    border-left-color: rgb(250 245 255 / 0.65);
    border-right-color: rgb(250 245 255 / 0.65);
  }

  .md\:border-x-purple-50\/70 {
    border-left-color: rgb(250 245 255 / 0.7);
    border-right-color: rgb(250 245 255 / 0.7);
  }

  .md\:border-x-purple-50\/75 {
    border-left-color: rgb(250 245 255 / 0.75);
    border-right-color: rgb(250 245 255 / 0.75);
  }

  .md\:border-x-purple-50\/80 {
    border-left-color: rgb(250 245 255 / 0.8);
    border-right-color: rgb(250 245 255 / 0.8);
  }

  .md\:border-x-purple-50\/85 {
    border-left-color: rgb(250 245 255 / 0.85);
    border-right-color: rgb(250 245 255 / 0.85);
  }

  .md\:border-x-purple-50\/90 {
    border-left-color: rgb(250 245 255 / 0.9);
    border-right-color: rgb(250 245 255 / 0.9);
  }

  .md\:border-x-purple-50\/95 {
    border-left-color: rgb(250 245 255 / 0.95);
    border-right-color: rgb(250 245 255 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-purple-500\/0 {
    border-left-color: rgb(168 85 247 / 0);
    border-right-color: rgb(168 85 247 / 0);
  }

  .md\:border-x-purple-500\/10 {
    border-left-color: rgb(168 85 247 / 0.1);
    border-right-color: rgb(168 85 247 / 0.1);
  }

  .md\:border-x-purple-500\/100 {
    border-left-color: rgb(168 85 247 / 1);
    border-right-color: rgb(168 85 247 / 1);
  }

  .md\:border-x-purple-500\/15 {
    border-left-color: rgb(168 85 247 / 0.15);
    border-right-color: rgb(168 85 247 / 0.15);
  }

  .md\:border-x-purple-500\/20 {
    border-left-color: rgb(168 85 247 / 0.2);
    border-right-color: rgb(168 85 247 / 0.2);
  }

  .md\:border-x-purple-500\/25 {
    border-left-color: rgb(168 85 247 / 0.25);
    border-right-color: rgb(168 85 247 / 0.25);
  }

  .md\:border-x-purple-500\/30 {
    border-left-color: rgb(168 85 247 / 0.3);
    border-right-color: rgb(168 85 247 / 0.3);
  }

  .md\:border-x-purple-500\/35 {
    border-left-color: rgb(168 85 247 / 0.35);
    border-right-color: rgb(168 85 247 / 0.35);
  }

  .md\:border-x-purple-500\/40 {
    border-left-color: rgb(168 85 247 / 0.4);
    border-right-color: rgb(168 85 247 / 0.4);
  }

  .md\:border-x-purple-500\/45 {
    border-left-color: rgb(168 85 247 / 0.45);
    border-right-color: rgb(168 85 247 / 0.45);
  }

  .md\:border-x-purple-500\/5 {
    border-left-color: rgb(168 85 247 / 0.05);
    border-right-color: rgb(168 85 247 / 0.05);
  }

  .md\:border-x-purple-500\/50 {
    border-left-color: rgb(168 85 247 / 0.5);
    border-right-color: rgb(168 85 247 / 0.5);
  }

  .md\:border-x-purple-500\/55 {
    border-left-color: rgb(168 85 247 / 0.55);
    border-right-color: rgb(168 85 247 / 0.55);
  }

  .md\:border-x-purple-500\/60 {
    border-left-color: rgb(168 85 247 / 0.6);
    border-right-color: rgb(168 85 247 / 0.6);
  }

  .md\:border-x-purple-500\/65 {
    border-left-color: rgb(168 85 247 / 0.65);
    border-right-color: rgb(168 85 247 / 0.65);
  }

  .md\:border-x-purple-500\/70 {
    border-left-color: rgb(168 85 247 / 0.7);
    border-right-color: rgb(168 85 247 / 0.7);
  }

  .md\:border-x-purple-500\/75 {
    border-left-color: rgb(168 85 247 / 0.75);
    border-right-color: rgb(168 85 247 / 0.75);
  }

  .md\:border-x-purple-500\/80 {
    border-left-color: rgb(168 85 247 / 0.8);
    border-right-color: rgb(168 85 247 / 0.8);
  }

  .md\:border-x-purple-500\/85 {
    border-left-color: rgb(168 85 247 / 0.85);
    border-right-color: rgb(168 85 247 / 0.85);
  }

  .md\:border-x-purple-500\/90 {
    border-left-color: rgb(168 85 247 / 0.9);
    border-right-color: rgb(168 85 247 / 0.9);
  }

  .md\:border-x-purple-500\/95 {
    border-left-color: rgb(168 85 247 / 0.95);
    border-right-color: rgb(168 85 247 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-purple-600\/0 {
    border-left-color: rgb(147 51 234 / 0);
    border-right-color: rgb(147 51 234 / 0);
  }

  .md\:border-x-purple-600\/10 {
    border-left-color: rgb(147 51 234 / 0.1);
    border-right-color: rgb(147 51 234 / 0.1);
  }

  .md\:border-x-purple-600\/100 {
    border-left-color: rgb(147 51 234 / 1);
    border-right-color: rgb(147 51 234 / 1);
  }

  .md\:border-x-purple-600\/15 {
    border-left-color: rgb(147 51 234 / 0.15);
    border-right-color: rgb(147 51 234 / 0.15);
  }

  .md\:border-x-purple-600\/20 {
    border-left-color: rgb(147 51 234 / 0.2);
    border-right-color: rgb(147 51 234 / 0.2);
  }

  .md\:border-x-purple-600\/25 {
    border-left-color: rgb(147 51 234 / 0.25);
    border-right-color: rgb(147 51 234 / 0.25);
  }

  .md\:border-x-purple-600\/30 {
    border-left-color: rgb(147 51 234 / 0.3);
    border-right-color: rgb(147 51 234 / 0.3);
  }

  .md\:border-x-purple-600\/35 {
    border-left-color: rgb(147 51 234 / 0.35);
    border-right-color: rgb(147 51 234 / 0.35);
  }

  .md\:border-x-purple-600\/40 {
    border-left-color: rgb(147 51 234 / 0.4);
    border-right-color: rgb(147 51 234 / 0.4);
  }

  .md\:border-x-purple-600\/45 {
    border-left-color: rgb(147 51 234 / 0.45);
    border-right-color: rgb(147 51 234 / 0.45);
  }

  .md\:border-x-purple-600\/5 {
    border-left-color: rgb(147 51 234 / 0.05);
    border-right-color: rgb(147 51 234 / 0.05);
  }

  .md\:border-x-purple-600\/50 {
    border-left-color: rgb(147 51 234 / 0.5);
    border-right-color: rgb(147 51 234 / 0.5);
  }

  .md\:border-x-purple-600\/55 {
    border-left-color: rgb(147 51 234 / 0.55);
    border-right-color: rgb(147 51 234 / 0.55);
  }

  .md\:border-x-purple-600\/60 {
    border-left-color: rgb(147 51 234 / 0.6);
    border-right-color: rgb(147 51 234 / 0.6);
  }

  .md\:border-x-purple-600\/65 {
    border-left-color: rgb(147 51 234 / 0.65);
    border-right-color: rgb(147 51 234 / 0.65);
  }

  .md\:border-x-purple-600\/70 {
    border-left-color: rgb(147 51 234 / 0.7);
    border-right-color: rgb(147 51 234 / 0.7);
  }

  .md\:border-x-purple-600\/75 {
    border-left-color: rgb(147 51 234 / 0.75);
    border-right-color: rgb(147 51 234 / 0.75);
  }

  .md\:border-x-purple-600\/80 {
    border-left-color: rgb(147 51 234 / 0.8);
    border-right-color: rgb(147 51 234 / 0.8);
  }

  .md\:border-x-purple-600\/85 {
    border-left-color: rgb(147 51 234 / 0.85);
    border-right-color: rgb(147 51 234 / 0.85);
  }

  .md\:border-x-purple-600\/90 {
    border-left-color: rgb(147 51 234 / 0.9);
    border-right-color: rgb(147 51 234 / 0.9);
  }

  .md\:border-x-purple-600\/95 {
    border-left-color: rgb(147 51 234 / 0.95);
    border-right-color: rgb(147 51 234 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-purple-700\/0 {
    border-left-color: rgb(126 34 206 / 0);
    border-right-color: rgb(126 34 206 / 0);
  }

  .md\:border-x-purple-700\/10 {
    border-left-color: rgb(126 34 206 / 0.1);
    border-right-color: rgb(126 34 206 / 0.1);
  }

  .md\:border-x-purple-700\/100 {
    border-left-color: rgb(126 34 206 / 1);
    border-right-color: rgb(126 34 206 / 1);
  }

  .md\:border-x-purple-700\/15 {
    border-left-color: rgb(126 34 206 / 0.15);
    border-right-color: rgb(126 34 206 / 0.15);
  }

  .md\:border-x-purple-700\/20 {
    border-left-color: rgb(126 34 206 / 0.2);
    border-right-color: rgb(126 34 206 / 0.2);
  }

  .md\:border-x-purple-700\/25 {
    border-left-color: rgb(126 34 206 / 0.25);
    border-right-color: rgb(126 34 206 / 0.25);
  }

  .md\:border-x-purple-700\/30 {
    border-left-color: rgb(126 34 206 / 0.3);
    border-right-color: rgb(126 34 206 / 0.3);
  }

  .md\:border-x-purple-700\/35 {
    border-left-color: rgb(126 34 206 / 0.35);
    border-right-color: rgb(126 34 206 / 0.35);
  }

  .md\:border-x-purple-700\/40 {
    border-left-color: rgb(126 34 206 / 0.4);
    border-right-color: rgb(126 34 206 / 0.4);
  }

  .md\:border-x-purple-700\/45 {
    border-left-color: rgb(126 34 206 / 0.45);
    border-right-color: rgb(126 34 206 / 0.45);
  }

  .md\:border-x-purple-700\/5 {
    border-left-color: rgb(126 34 206 / 0.05);
    border-right-color: rgb(126 34 206 / 0.05);
  }

  .md\:border-x-purple-700\/50 {
    border-left-color: rgb(126 34 206 / 0.5);
    border-right-color: rgb(126 34 206 / 0.5);
  }

  .md\:border-x-purple-700\/55 {
    border-left-color: rgb(126 34 206 / 0.55);
    border-right-color: rgb(126 34 206 / 0.55);
  }

  .md\:border-x-purple-700\/60 {
    border-left-color: rgb(126 34 206 / 0.6);
    border-right-color: rgb(126 34 206 / 0.6);
  }

  .md\:border-x-purple-700\/65 {
    border-left-color: rgb(126 34 206 / 0.65);
    border-right-color: rgb(126 34 206 / 0.65);
  }

  .md\:border-x-purple-700\/70 {
    border-left-color: rgb(126 34 206 / 0.7);
    border-right-color: rgb(126 34 206 / 0.7);
  }

  .md\:border-x-purple-700\/75 {
    border-left-color: rgb(126 34 206 / 0.75);
    border-right-color: rgb(126 34 206 / 0.75);
  }

  .md\:border-x-purple-700\/80 {
    border-left-color: rgb(126 34 206 / 0.8);
    border-right-color: rgb(126 34 206 / 0.8);
  }

  .md\:border-x-purple-700\/85 {
    border-left-color: rgb(126 34 206 / 0.85);
    border-right-color: rgb(126 34 206 / 0.85);
  }

  .md\:border-x-purple-700\/90 {
    border-left-color: rgb(126 34 206 / 0.9);
    border-right-color: rgb(126 34 206 / 0.9);
  }

  .md\:border-x-purple-700\/95 {
    border-left-color: rgb(126 34 206 / 0.95);
    border-right-color: rgb(126 34 206 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-purple-800\/0 {
    border-left-color: rgb(107 33 168 / 0);
    border-right-color: rgb(107 33 168 / 0);
  }

  .md\:border-x-purple-800\/10 {
    border-left-color: rgb(107 33 168 / 0.1);
    border-right-color: rgb(107 33 168 / 0.1);
  }

  .md\:border-x-purple-800\/100 {
    border-left-color: rgb(107 33 168 / 1);
    border-right-color: rgb(107 33 168 / 1);
  }

  .md\:border-x-purple-800\/15 {
    border-left-color: rgb(107 33 168 / 0.15);
    border-right-color: rgb(107 33 168 / 0.15);
  }

  .md\:border-x-purple-800\/20 {
    border-left-color: rgb(107 33 168 / 0.2);
    border-right-color: rgb(107 33 168 / 0.2);
  }

  .md\:border-x-purple-800\/25 {
    border-left-color: rgb(107 33 168 / 0.25);
    border-right-color: rgb(107 33 168 / 0.25);
  }

  .md\:border-x-purple-800\/30 {
    border-left-color: rgb(107 33 168 / 0.3);
    border-right-color: rgb(107 33 168 / 0.3);
  }

  .md\:border-x-purple-800\/35 {
    border-left-color: rgb(107 33 168 / 0.35);
    border-right-color: rgb(107 33 168 / 0.35);
  }

  .md\:border-x-purple-800\/40 {
    border-left-color: rgb(107 33 168 / 0.4);
    border-right-color: rgb(107 33 168 / 0.4);
  }

  .md\:border-x-purple-800\/45 {
    border-left-color: rgb(107 33 168 / 0.45);
    border-right-color: rgb(107 33 168 / 0.45);
  }

  .md\:border-x-purple-800\/5 {
    border-left-color: rgb(107 33 168 / 0.05);
    border-right-color: rgb(107 33 168 / 0.05);
  }

  .md\:border-x-purple-800\/50 {
    border-left-color: rgb(107 33 168 / 0.5);
    border-right-color: rgb(107 33 168 / 0.5);
  }

  .md\:border-x-purple-800\/55 {
    border-left-color: rgb(107 33 168 / 0.55);
    border-right-color: rgb(107 33 168 / 0.55);
  }

  .md\:border-x-purple-800\/60 {
    border-left-color: rgb(107 33 168 / 0.6);
    border-right-color: rgb(107 33 168 / 0.6);
  }

  .md\:border-x-purple-800\/65 {
    border-left-color: rgb(107 33 168 / 0.65);
    border-right-color: rgb(107 33 168 / 0.65);
  }

  .md\:border-x-purple-800\/70 {
    border-left-color: rgb(107 33 168 / 0.7);
    border-right-color: rgb(107 33 168 / 0.7);
  }

  .md\:border-x-purple-800\/75 {
    border-left-color: rgb(107 33 168 / 0.75);
    border-right-color: rgb(107 33 168 / 0.75);
  }

  .md\:border-x-purple-800\/80 {
    border-left-color: rgb(107 33 168 / 0.8);
    border-right-color: rgb(107 33 168 / 0.8);
  }

  .md\:border-x-purple-800\/85 {
    border-left-color: rgb(107 33 168 / 0.85);
    border-right-color: rgb(107 33 168 / 0.85);
  }

  .md\:border-x-purple-800\/90 {
    border-left-color: rgb(107 33 168 / 0.9);
    border-right-color: rgb(107 33 168 / 0.9);
  }

  .md\:border-x-purple-800\/95 {
    border-left-color: rgb(107 33 168 / 0.95);
    border-right-color: rgb(107 33 168 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-purple-900\/0 {
    border-left-color: rgb(88 28 135 / 0);
    border-right-color: rgb(88 28 135 / 0);
  }

  .md\:border-x-purple-900\/10 {
    border-left-color: rgb(88 28 135 / 0.1);
    border-right-color: rgb(88 28 135 / 0.1);
  }

  .md\:border-x-purple-900\/100 {
    border-left-color: rgb(88 28 135 / 1);
    border-right-color: rgb(88 28 135 / 1);
  }

  .md\:border-x-purple-900\/15 {
    border-left-color: rgb(88 28 135 / 0.15);
    border-right-color: rgb(88 28 135 / 0.15);
  }

  .md\:border-x-purple-900\/20 {
    border-left-color: rgb(88 28 135 / 0.2);
    border-right-color: rgb(88 28 135 / 0.2);
  }

  .md\:border-x-purple-900\/25 {
    border-left-color: rgb(88 28 135 / 0.25);
    border-right-color: rgb(88 28 135 / 0.25);
  }

  .md\:border-x-purple-900\/30 {
    border-left-color: rgb(88 28 135 / 0.3);
    border-right-color: rgb(88 28 135 / 0.3);
  }

  .md\:border-x-purple-900\/35 {
    border-left-color: rgb(88 28 135 / 0.35);
    border-right-color: rgb(88 28 135 / 0.35);
  }

  .md\:border-x-purple-900\/40 {
    border-left-color: rgb(88 28 135 / 0.4);
    border-right-color: rgb(88 28 135 / 0.4);
  }

  .md\:border-x-purple-900\/45 {
    border-left-color: rgb(88 28 135 / 0.45);
    border-right-color: rgb(88 28 135 / 0.45);
  }

  .md\:border-x-purple-900\/5 {
    border-left-color: rgb(88 28 135 / 0.05);
    border-right-color: rgb(88 28 135 / 0.05);
  }

  .md\:border-x-purple-900\/50 {
    border-left-color: rgb(88 28 135 / 0.5);
    border-right-color: rgb(88 28 135 / 0.5);
  }

  .md\:border-x-purple-900\/55 {
    border-left-color: rgb(88 28 135 / 0.55);
    border-right-color: rgb(88 28 135 / 0.55);
  }

  .md\:border-x-purple-900\/60 {
    border-left-color: rgb(88 28 135 / 0.6);
    border-right-color: rgb(88 28 135 / 0.6);
  }

  .md\:border-x-purple-900\/65 {
    border-left-color: rgb(88 28 135 / 0.65);
    border-right-color: rgb(88 28 135 / 0.65);
  }

  .md\:border-x-purple-900\/70 {
    border-left-color: rgb(88 28 135 / 0.7);
    border-right-color: rgb(88 28 135 / 0.7);
  }

  .md\:border-x-purple-900\/75 {
    border-left-color: rgb(88 28 135 / 0.75);
    border-right-color: rgb(88 28 135 / 0.75);
  }

  .md\:border-x-purple-900\/80 {
    border-left-color: rgb(88 28 135 / 0.8);
    border-right-color: rgb(88 28 135 / 0.8);
  }

  .md\:border-x-purple-900\/85 {
    border-left-color: rgb(88 28 135 / 0.85);
    border-right-color: rgb(88 28 135 / 0.85);
  }

  .md\:border-x-purple-900\/90 {
    border-left-color: rgb(88 28 135 / 0.9);
    border-right-color: rgb(88 28 135 / 0.9);
  }

  .md\:border-x-purple-900\/95 {
    border-left-color: rgb(88 28 135 / 0.95);
    border-right-color: rgb(88 28 135 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-purple-950\/0 {
    border-left-color: rgb(59 7 100 / 0);
    border-right-color: rgb(59 7 100 / 0);
  }

  .md\:border-x-purple-950\/10 {
    border-left-color: rgb(59 7 100 / 0.1);
    border-right-color: rgb(59 7 100 / 0.1);
  }

  .md\:border-x-purple-950\/100 {
    border-left-color: rgb(59 7 100 / 1);
    border-right-color: rgb(59 7 100 / 1);
  }

  .md\:border-x-purple-950\/15 {
    border-left-color: rgb(59 7 100 / 0.15);
    border-right-color: rgb(59 7 100 / 0.15);
  }

  .md\:border-x-purple-950\/20 {
    border-left-color: rgb(59 7 100 / 0.2);
    border-right-color: rgb(59 7 100 / 0.2);
  }

  .md\:border-x-purple-950\/25 {
    border-left-color: rgb(59 7 100 / 0.25);
    border-right-color: rgb(59 7 100 / 0.25);
  }

  .md\:border-x-purple-950\/30 {
    border-left-color: rgb(59 7 100 / 0.3);
    border-right-color: rgb(59 7 100 / 0.3);
  }

  .md\:border-x-purple-950\/35 {
    border-left-color: rgb(59 7 100 / 0.35);
    border-right-color: rgb(59 7 100 / 0.35);
  }

  .md\:border-x-purple-950\/40 {
    border-left-color: rgb(59 7 100 / 0.4);
    border-right-color: rgb(59 7 100 / 0.4);
  }

  .md\:border-x-purple-950\/45 {
    border-left-color: rgb(59 7 100 / 0.45);
    border-right-color: rgb(59 7 100 / 0.45);
  }

  .md\:border-x-purple-950\/5 {
    border-left-color: rgb(59 7 100 / 0.05);
    border-right-color: rgb(59 7 100 / 0.05);
  }

  .md\:border-x-purple-950\/50 {
    border-left-color: rgb(59 7 100 / 0.5);
    border-right-color: rgb(59 7 100 / 0.5);
  }

  .md\:border-x-purple-950\/55 {
    border-left-color: rgb(59 7 100 / 0.55);
    border-right-color: rgb(59 7 100 / 0.55);
  }

  .md\:border-x-purple-950\/60 {
    border-left-color: rgb(59 7 100 / 0.6);
    border-right-color: rgb(59 7 100 / 0.6);
  }

  .md\:border-x-purple-950\/65 {
    border-left-color: rgb(59 7 100 / 0.65);
    border-right-color: rgb(59 7 100 / 0.65);
  }

  .md\:border-x-purple-950\/70 {
    border-left-color: rgb(59 7 100 / 0.7);
    border-right-color: rgb(59 7 100 / 0.7);
  }

  .md\:border-x-purple-950\/75 {
    border-left-color: rgb(59 7 100 / 0.75);
    border-right-color: rgb(59 7 100 / 0.75);
  }

  .md\:border-x-purple-950\/80 {
    border-left-color: rgb(59 7 100 / 0.8);
    border-right-color: rgb(59 7 100 / 0.8);
  }

  .md\:border-x-purple-950\/85 {
    border-left-color: rgb(59 7 100 / 0.85);
    border-right-color: rgb(59 7 100 / 0.85);
  }

  .md\:border-x-purple-950\/90 {
    border-left-color: rgb(59 7 100 / 0.9);
    border-right-color: rgb(59 7 100 / 0.9);
  }

  .md\:border-x-purple-950\/95 {
    border-left-color: rgb(59 7 100 / 0.95);
    border-right-color: rgb(59 7 100 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-red-100\/0 {
    border-left-color: rgb(254 226 226 / 0);
    border-right-color: rgb(254 226 226 / 0);
  }

  .md\:border-x-red-100\/10 {
    border-left-color: rgb(254 226 226 / 0.1);
    border-right-color: rgb(254 226 226 / 0.1);
  }

  .md\:border-x-red-100\/100 {
    border-left-color: rgb(254 226 226 / 1);
    border-right-color: rgb(254 226 226 / 1);
  }

  .md\:border-x-red-100\/15 {
    border-left-color: rgb(254 226 226 / 0.15);
    border-right-color: rgb(254 226 226 / 0.15);
  }

  .md\:border-x-red-100\/20 {
    border-left-color: rgb(254 226 226 / 0.2);
    border-right-color: rgb(254 226 226 / 0.2);
  }

  .md\:border-x-red-100\/25 {
    border-left-color: rgb(254 226 226 / 0.25);
    border-right-color: rgb(254 226 226 / 0.25);
  }

  .md\:border-x-red-100\/30 {
    border-left-color: rgb(254 226 226 / 0.3);
    border-right-color: rgb(254 226 226 / 0.3);
  }

  .md\:border-x-red-100\/35 {
    border-left-color: rgb(254 226 226 / 0.35);
    border-right-color: rgb(254 226 226 / 0.35);
  }

  .md\:border-x-red-100\/40 {
    border-left-color: rgb(254 226 226 / 0.4);
    border-right-color: rgb(254 226 226 / 0.4);
  }

  .md\:border-x-red-100\/45 {
    border-left-color: rgb(254 226 226 / 0.45);
    border-right-color: rgb(254 226 226 / 0.45);
  }

  .md\:border-x-red-100\/5 {
    border-left-color: rgb(254 226 226 / 0.05);
    border-right-color: rgb(254 226 226 / 0.05);
  }

  .md\:border-x-red-100\/50 {
    border-left-color: rgb(254 226 226 / 0.5);
    border-right-color: rgb(254 226 226 / 0.5);
  }

  .md\:border-x-red-100\/55 {
    border-left-color: rgb(254 226 226 / 0.55);
    border-right-color: rgb(254 226 226 / 0.55);
  }

  .md\:border-x-red-100\/60 {
    border-left-color: rgb(254 226 226 / 0.6);
    border-right-color: rgb(254 226 226 / 0.6);
  }

  .md\:border-x-red-100\/65 {
    border-left-color: rgb(254 226 226 / 0.65);
    border-right-color: rgb(254 226 226 / 0.65);
  }

  .md\:border-x-red-100\/70 {
    border-left-color: rgb(254 226 226 / 0.7);
    border-right-color: rgb(254 226 226 / 0.7);
  }

  .md\:border-x-red-100\/75 {
    border-left-color: rgb(254 226 226 / 0.75);
    border-right-color: rgb(254 226 226 / 0.75);
  }

  .md\:border-x-red-100\/80 {
    border-left-color: rgb(254 226 226 / 0.8);
    border-right-color: rgb(254 226 226 / 0.8);
  }

  .md\:border-x-red-100\/85 {
    border-left-color: rgb(254 226 226 / 0.85);
    border-right-color: rgb(254 226 226 / 0.85);
  }

  .md\:border-x-red-100\/90 {
    border-left-color: rgb(254 226 226 / 0.9);
    border-right-color: rgb(254 226 226 / 0.9);
  }

  .md\:border-x-red-100\/95 {
    border-left-color: rgb(254 226 226 / 0.95);
    border-right-color: rgb(254 226 226 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-red-200\/0 {
    border-left-color: rgb(254 202 202 / 0);
    border-right-color: rgb(254 202 202 / 0);
  }

  .md\:border-x-red-200\/10 {
    border-left-color: rgb(254 202 202 / 0.1);
    border-right-color: rgb(254 202 202 / 0.1);
  }

  .md\:border-x-red-200\/100 {
    border-left-color: rgb(254 202 202 / 1);
    border-right-color: rgb(254 202 202 / 1);
  }

  .md\:border-x-red-200\/15 {
    border-left-color: rgb(254 202 202 / 0.15);
    border-right-color: rgb(254 202 202 / 0.15);
  }

  .md\:border-x-red-200\/20 {
    border-left-color: rgb(254 202 202 / 0.2);
    border-right-color: rgb(254 202 202 / 0.2);
  }

  .md\:border-x-red-200\/25 {
    border-left-color: rgb(254 202 202 / 0.25);
    border-right-color: rgb(254 202 202 / 0.25);
  }

  .md\:border-x-red-200\/30 {
    border-left-color: rgb(254 202 202 / 0.3);
    border-right-color: rgb(254 202 202 / 0.3);
  }

  .md\:border-x-red-200\/35 {
    border-left-color: rgb(254 202 202 / 0.35);
    border-right-color: rgb(254 202 202 / 0.35);
  }

  .md\:border-x-red-200\/40 {
    border-left-color: rgb(254 202 202 / 0.4);
    border-right-color: rgb(254 202 202 / 0.4);
  }

  .md\:border-x-red-200\/45 {
    border-left-color: rgb(254 202 202 / 0.45);
    border-right-color: rgb(254 202 202 / 0.45);
  }

  .md\:border-x-red-200\/5 {
    border-left-color: rgb(254 202 202 / 0.05);
    border-right-color: rgb(254 202 202 / 0.05);
  }

  .md\:border-x-red-200\/50 {
    border-left-color: rgb(254 202 202 / 0.5);
    border-right-color: rgb(254 202 202 / 0.5);
  }

  .md\:border-x-red-200\/55 {
    border-left-color: rgb(254 202 202 / 0.55);
    border-right-color: rgb(254 202 202 / 0.55);
  }

  .md\:border-x-red-200\/60 {
    border-left-color: rgb(254 202 202 / 0.6);
    border-right-color: rgb(254 202 202 / 0.6);
  }

  .md\:border-x-red-200\/65 {
    border-left-color: rgb(254 202 202 / 0.65);
    border-right-color: rgb(254 202 202 / 0.65);
  }

  .md\:border-x-red-200\/70 {
    border-left-color: rgb(254 202 202 / 0.7);
    border-right-color: rgb(254 202 202 / 0.7);
  }

  .md\:border-x-red-200\/75 {
    border-left-color: rgb(254 202 202 / 0.75);
    border-right-color: rgb(254 202 202 / 0.75);
  }

  .md\:border-x-red-200\/80 {
    border-left-color: rgb(254 202 202 / 0.8);
    border-right-color: rgb(254 202 202 / 0.8);
  }

  .md\:border-x-red-200\/85 {
    border-left-color: rgb(254 202 202 / 0.85);
    border-right-color: rgb(254 202 202 / 0.85);
  }

  .md\:border-x-red-200\/90 {
    border-left-color: rgb(254 202 202 / 0.9);
    border-right-color: rgb(254 202 202 / 0.9);
  }

  .md\:border-x-red-200\/95 {
    border-left-color: rgb(254 202 202 / 0.95);
    border-right-color: rgb(254 202 202 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-red-300\/0 {
    border-left-color: rgb(252 165 165 / 0);
    border-right-color: rgb(252 165 165 / 0);
  }

  .md\:border-x-red-300\/10 {
    border-left-color: rgb(252 165 165 / 0.1);
    border-right-color: rgb(252 165 165 / 0.1);
  }

  .md\:border-x-red-300\/100 {
    border-left-color: rgb(252 165 165 / 1);
    border-right-color: rgb(252 165 165 / 1);
  }

  .md\:border-x-red-300\/15 {
    border-left-color: rgb(252 165 165 / 0.15);
    border-right-color: rgb(252 165 165 / 0.15);
  }

  .md\:border-x-red-300\/20 {
    border-left-color: rgb(252 165 165 / 0.2);
    border-right-color: rgb(252 165 165 / 0.2);
  }

  .md\:border-x-red-300\/25 {
    border-left-color: rgb(252 165 165 / 0.25);
    border-right-color: rgb(252 165 165 / 0.25);
  }

  .md\:border-x-red-300\/30 {
    border-left-color: rgb(252 165 165 / 0.3);
    border-right-color: rgb(252 165 165 / 0.3);
  }

  .md\:border-x-red-300\/35 {
    border-left-color: rgb(252 165 165 / 0.35);
    border-right-color: rgb(252 165 165 / 0.35);
  }

  .md\:border-x-red-300\/40 {
    border-left-color: rgb(252 165 165 / 0.4);
    border-right-color: rgb(252 165 165 / 0.4);
  }

  .md\:border-x-red-300\/45 {
    border-left-color: rgb(252 165 165 / 0.45);
    border-right-color: rgb(252 165 165 / 0.45);
  }

  .md\:border-x-red-300\/5 {
    border-left-color: rgb(252 165 165 / 0.05);
    border-right-color: rgb(252 165 165 / 0.05);
  }

  .md\:border-x-red-300\/50 {
    border-left-color: rgb(252 165 165 / 0.5);
    border-right-color: rgb(252 165 165 / 0.5);
  }

  .md\:border-x-red-300\/55 {
    border-left-color: rgb(252 165 165 / 0.55);
    border-right-color: rgb(252 165 165 / 0.55);
  }

  .md\:border-x-red-300\/60 {
    border-left-color: rgb(252 165 165 / 0.6);
    border-right-color: rgb(252 165 165 / 0.6);
  }

  .md\:border-x-red-300\/65 {
    border-left-color: rgb(252 165 165 / 0.65);
    border-right-color: rgb(252 165 165 / 0.65);
  }

  .md\:border-x-red-300\/70 {
    border-left-color: rgb(252 165 165 / 0.7);
    border-right-color: rgb(252 165 165 / 0.7);
  }

  .md\:border-x-red-300\/75 {
    border-left-color: rgb(252 165 165 / 0.75);
    border-right-color: rgb(252 165 165 / 0.75);
  }

  .md\:border-x-red-300\/80 {
    border-left-color: rgb(252 165 165 / 0.8);
    border-right-color: rgb(252 165 165 / 0.8);
  }

  .md\:border-x-red-300\/85 {
    border-left-color: rgb(252 165 165 / 0.85);
    border-right-color: rgb(252 165 165 / 0.85);
  }

  .md\:border-x-red-300\/90 {
    border-left-color: rgb(252 165 165 / 0.9);
    border-right-color: rgb(252 165 165 / 0.9);
  }

  .md\:border-x-red-300\/95 {
    border-left-color: rgb(252 165 165 / 0.95);
    border-right-color: rgb(252 165 165 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-red-400\/0 {
    border-left-color: rgb(248 113 113 / 0);
    border-right-color: rgb(248 113 113 / 0);
  }

  .md\:border-x-red-400\/10 {
    border-left-color: rgb(248 113 113 / 0.1);
    border-right-color: rgb(248 113 113 / 0.1);
  }

  .md\:border-x-red-400\/100 {
    border-left-color: rgb(248 113 113 / 1);
    border-right-color: rgb(248 113 113 / 1);
  }

  .md\:border-x-red-400\/15 {
    border-left-color: rgb(248 113 113 / 0.15);
    border-right-color: rgb(248 113 113 / 0.15);
  }

  .md\:border-x-red-400\/20 {
    border-left-color: rgb(248 113 113 / 0.2);
    border-right-color: rgb(248 113 113 / 0.2);
  }

  .md\:border-x-red-400\/25 {
    border-left-color: rgb(248 113 113 / 0.25);
    border-right-color: rgb(248 113 113 / 0.25);
  }

  .md\:border-x-red-400\/30 {
    border-left-color: rgb(248 113 113 / 0.3);
    border-right-color: rgb(248 113 113 / 0.3);
  }

  .md\:border-x-red-400\/35 {
    border-left-color: rgb(248 113 113 / 0.35);
    border-right-color: rgb(248 113 113 / 0.35);
  }

  .md\:border-x-red-400\/40 {
    border-left-color: rgb(248 113 113 / 0.4);
    border-right-color: rgb(248 113 113 / 0.4);
  }

  .md\:border-x-red-400\/45 {
    border-left-color: rgb(248 113 113 / 0.45);
    border-right-color: rgb(248 113 113 / 0.45);
  }

  .md\:border-x-red-400\/5 {
    border-left-color: rgb(248 113 113 / 0.05);
    border-right-color: rgb(248 113 113 / 0.05);
  }

  .md\:border-x-red-400\/50 {
    border-left-color: rgb(248 113 113 / 0.5);
    border-right-color: rgb(248 113 113 / 0.5);
  }

  .md\:border-x-red-400\/55 {
    border-left-color: rgb(248 113 113 / 0.55);
    border-right-color: rgb(248 113 113 / 0.55);
  }

  .md\:border-x-red-400\/60 {
    border-left-color: rgb(248 113 113 / 0.6);
    border-right-color: rgb(248 113 113 / 0.6);
  }

  .md\:border-x-red-400\/65 {
    border-left-color: rgb(248 113 113 / 0.65);
    border-right-color: rgb(248 113 113 / 0.65);
  }

  .md\:border-x-red-400\/70 {
    border-left-color: rgb(248 113 113 / 0.7);
    border-right-color: rgb(248 113 113 / 0.7);
  }

  .md\:border-x-red-400\/75 {
    border-left-color: rgb(248 113 113 / 0.75);
    border-right-color: rgb(248 113 113 / 0.75);
  }

  .md\:border-x-red-400\/80 {
    border-left-color: rgb(248 113 113 / 0.8);
    border-right-color: rgb(248 113 113 / 0.8);
  }

  .md\:border-x-red-400\/85 {
    border-left-color: rgb(248 113 113 / 0.85);
    border-right-color: rgb(248 113 113 / 0.85);
  }

  .md\:border-x-red-400\/90 {
    border-left-color: rgb(248 113 113 / 0.9);
    border-right-color: rgb(248 113 113 / 0.9);
  }

  .md\:border-x-red-400\/95 {
    border-left-color: rgb(248 113 113 / 0.95);
    border-right-color: rgb(248 113 113 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-red-50\/0 {
    border-left-color: rgb(254 242 242 / 0);
    border-right-color: rgb(254 242 242 / 0);
  }

  .md\:border-x-red-50\/10 {
    border-left-color: rgb(254 242 242 / 0.1);
    border-right-color: rgb(254 242 242 / 0.1);
  }

  .md\:border-x-red-50\/100 {
    border-left-color: rgb(254 242 242 / 1);
    border-right-color: rgb(254 242 242 / 1);
  }

  .md\:border-x-red-50\/15 {
    border-left-color: rgb(254 242 242 / 0.15);
    border-right-color: rgb(254 242 242 / 0.15);
  }

  .md\:border-x-red-50\/20 {
    border-left-color: rgb(254 242 242 / 0.2);
    border-right-color: rgb(254 242 242 / 0.2);
  }

  .md\:border-x-red-50\/25 {
    border-left-color: rgb(254 242 242 / 0.25);
    border-right-color: rgb(254 242 242 / 0.25);
  }

  .md\:border-x-red-50\/30 {
    border-left-color: rgb(254 242 242 / 0.3);
    border-right-color: rgb(254 242 242 / 0.3);
  }

  .md\:border-x-red-50\/35 {
    border-left-color: rgb(254 242 242 / 0.35);
    border-right-color: rgb(254 242 242 / 0.35);
  }

  .md\:border-x-red-50\/40 {
    border-left-color: rgb(254 242 242 / 0.4);
    border-right-color: rgb(254 242 242 / 0.4);
  }

  .md\:border-x-red-50\/45 {
    border-left-color: rgb(254 242 242 / 0.45);
    border-right-color: rgb(254 242 242 / 0.45);
  }

  .md\:border-x-red-50\/5 {
    border-left-color: rgb(254 242 242 / 0.05);
    border-right-color: rgb(254 242 242 / 0.05);
  }

  .md\:border-x-red-50\/50 {
    border-left-color: rgb(254 242 242 / 0.5);
    border-right-color: rgb(254 242 242 / 0.5);
  }

  .md\:border-x-red-50\/55 {
    border-left-color: rgb(254 242 242 / 0.55);
    border-right-color: rgb(254 242 242 / 0.55);
  }

  .md\:border-x-red-50\/60 {
    border-left-color: rgb(254 242 242 / 0.6);
    border-right-color: rgb(254 242 242 / 0.6);
  }

  .md\:border-x-red-50\/65 {
    border-left-color: rgb(254 242 242 / 0.65);
    border-right-color: rgb(254 242 242 / 0.65);
  }

  .md\:border-x-red-50\/70 {
    border-left-color: rgb(254 242 242 / 0.7);
    border-right-color: rgb(254 242 242 / 0.7);
  }

  .md\:border-x-red-50\/75 {
    border-left-color: rgb(254 242 242 / 0.75);
    border-right-color: rgb(254 242 242 / 0.75);
  }

  .md\:border-x-red-50\/80 {
    border-left-color: rgb(254 242 242 / 0.8);
    border-right-color: rgb(254 242 242 / 0.8);
  }

  .md\:border-x-red-50\/85 {
    border-left-color: rgb(254 242 242 / 0.85);
    border-right-color: rgb(254 242 242 / 0.85);
  }

  .md\:border-x-red-50\/90 {
    border-left-color: rgb(254 242 242 / 0.9);
    border-right-color: rgb(254 242 242 / 0.9);
  }

  .md\:border-x-red-50\/95 {
    border-left-color: rgb(254 242 242 / 0.95);
    border-right-color: rgb(254 242 242 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-red-500\/0 {
    border-left-color: rgb(239 68 68 / 0);
    border-right-color: rgb(239 68 68 / 0);
  }

  .md\:border-x-red-500\/10 {
    border-left-color: rgb(239 68 68 / 0.1);
    border-right-color: rgb(239 68 68 / 0.1);
  }

  .md\:border-x-red-500\/100 {
    border-left-color: rgb(239 68 68 / 1);
    border-right-color: rgb(239 68 68 / 1);
  }

  .md\:border-x-red-500\/15 {
    border-left-color: rgb(239 68 68 / 0.15);
    border-right-color: rgb(239 68 68 / 0.15);
  }

  .md\:border-x-red-500\/20 {
    border-left-color: rgb(239 68 68 / 0.2);
    border-right-color: rgb(239 68 68 / 0.2);
  }

  .md\:border-x-red-500\/25 {
    border-left-color: rgb(239 68 68 / 0.25);
    border-right-color: rgb(239 68 68 / 0.25);
  }

  .md\:border-x-red-500\/30 {
    border-left-color: rgb(239 68 68 / 0.3);
    border-right-color: rgb(239 68 68 / 0.3);
  }

  .md\:border-x-red-500\/35 {
    border-left-color: rgb(239 68 68 / 0.35);
    border-right-color: rgb(239 68 68 / 0.35);
  }

  .md\:border-x-red-500\/40 {
    border-left-color: rgb(239 68 68 / 0.4);
    border-right-color: rgb(239 68 68 / 0.4);
  }

  .md\:border-x-red-500\/45 {
    border-left-color: rgb(239 68 68 / 0.45);
    border-right-color: rgb(239 68 68 / 0.45);
  }

  .md\:border-x-red-500\/5 {
    border-left-color: rgb(239 68 68 / 0.05);
    border-right-color: rgb(239 68 68 / 0.05);
  }

  .md\:border-x-red-500\/50 {
    border-left-color: rgb(239 68 68 / 0.5);
    border-right-color: rgb(239 68 68 / 0.5);
  }

  .md\:border-x-red-500\/55 {
    border-left-color: rgb(239 68 68 / 0.55);
    border-right-color: rgb(239 68 68 / 0.55);
  }

  .md\:border-x-red-500\/60 {
    border-left-color: rgb(239 68 68 / 0.6);
    border-right-color: rgb(239 68 68 / 0.6);
  }

  .md\:border-x-red-500\/65 {
    border-left-color: rgb(239 68 68 / 0.65);
    border-right-color: rgb(239 68 68 / 0.65);
  }

  .md\:border-x-red-500\/70 {
    border-left-color: rgb(239 68 68 / 0.7);
    border-right-color: rgb(239 68 68 / 0.7);
  }

  .md\:border-x-red-500\/75 {
    border-left-color: rgb(239 68 68 / 0.75);
    border-right-color: rgb(239 68 68 / 0.75);
  }

  .md\:border-x-red-500\/80 {
    border-left-color: rgb(239 68 68 / 0.8);
    border-right-color: rgb(239 68 68 / 0.8);
  }

  .md\:border-x-red-500\/85 {
    border-left-color: rgb(239 68 68 / 0.85);
    border-right-color: rgb(239 68 68 / 0.85);
  }

  .md\:border-x-red-500\/90 {
    border-left-color: rgb(239 68 68 / 0.9);
    border-right-color: rgb(239 68 68 / 0.9);
  }

  .md\:border-x-red-500\/95 {
    border-left-color: rgb(239 68 68 / 0.95);
    border-right-color: rgb(239 68 68 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-red-600\/0 {
    border-left-color: rgb(220 38 38 / 0);
    border-right-color: rgb(220 38 38 / 0);
  }

  .md\:border-x-red-600\/10 {
    border-left-color: rgb(220 38 38 / 0.1);
    border-right-color: rgb(220 38 38 / 0.1);
  }

  .md\:border-x-red-600\/100 {
    border-left-color: rgb(220 38 38 / 1);
    border-right-color: rgb(220 38 38 / 1);
  }

  .md\:border-x-red-600\/15 {
    border-left-color: rgb(220 38 38 / 0.15);
    border-right-color: rgb(220 38 38 / 0.15);
  }

  .md\:border-x-red-600\/20 {
    border-left-color: rgb(220 38 38 / 0.2);
    border-right-color: rgb(220 38 38 / 0.2);
  }

  .md\:border-x-red-600\/25 {
    border-left-color: rgb(220 38 38 / 0.25);
    border-right-color: rgb(220 38 38 / 0.25);
  }

  .md\:border-x-red-600\/30 {
    border-left-color: rgb(220 38 38 / 0.3);
    border-right-color: rgb(220 38 38 / 0.3);
  }

  .md\:border-x-red-600\/35 {
    border-left-color: rgb(220 38 38 / 0.35);
    border-right-color: rgb(220 38 38 / 0.35);
  }

  .md\:border-x-red-600\/40 {
    border-left-color: rgb(220 38 38 / 0.4);
    border-right-color: rgb(220 38 38 / 0.4);
  }

  .md\:border-x-red-600\/45 {
    border-left-color: rgb(220 38 38 / 0.45);
    border-right-color: rgb(220 38 38 / 0.45);
  }

  .md\:border-x-red-600\/5 {
    border-left-color: rgb(220 38 38 / 0.05);
    border-right-color: rgb(220 38 38 / 0.05);
  }

  .md\:border-x-red-600\/50 {
    border-left-color: rgb(220 38 38 / 0.5);
    border-right-color: rgb(220 38 38 / 0.5);
  }

  .md\:border-x-red-600\/55 {
    border-left-color: rgb(220 38 38 / 0.55);
    border-right-color: rgb(220 38 38 / 0.55);
  }

  .md\:border-x-red-600\/60 {
    border-left-color: rgb(220 38 38 / 0.6);
    border-right-color: rgb(220 38 38 / 0.6);
  }

  .md\:border-x-red-600\/65 {
    border-left-color: rgb(220 38 38 / 0.65);
    border-right-color: rgb(220 38 38 / 0.65);
  }

  .md\:border-x-red-600\/70 {
    border-left-color: rgb(220 38 38 / 0.7);
    border-right-color: rgb(220 38 38 / 0.7);
  }

  .md\:border-x-red-600\/75 {
    border-left-color: rgb(220 38 38 / 0.75);
    border-right-color: rgb(220 38 38 / 0.75);
  }

  .md\:border-x-red-600\/80 {
    border-left-color: rgb(220 38 38 / 0.8);
    border-right-color: rgb(220 38 38 / 0.8);
  }

  .md\:border-x-red-600\/85 {
    border-left-color: rgb(220 38 38 / 0.85);
    border-right-color: rgb(220 38 38 / 0.85);
  }

  .md\:border-x-red-600\/90 {
    border-left-color: rgb(220 38 38 / 0.9);
    border-right-color: rgb(220 38 38 / 0.9);
  }

  .md\:border-x-red-600\/95 {
    border-left-color: rgb(220 38 38 / 0.95);
    border-right-color: rgb(220 38 38 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-red-700\/0 {
    border-left-color: rgb(185 28 28 / 0);
    border-right-color: rgb(185 28 28 / 0);
  }

  .md\:border-x-red-700\/10 {
    border-left-color: rgb(185 28 28 / 0.1);
    border-right-color: rgb(185 28 28 / 0.1);
  }

  .md\:border-x-red-700\/100 {
    border-left-color: rgb(185 28 28 / 1);
    border-right-color: rgb(185 28 28 / 1);
  }

  .md\:border-x-red-700\/15 {
    border-left-color: rgb(185 28 28 / 0.15);
    border-right-color: rgb(185 28 28 / 0.15);
  }

  .md\:border-x-red-700\/20 {
    border-left-color: rgb(185 28 28 / 0.2);
    border-right-color: rgb(185 28 28 / 0.2);
  }

  .md\:border-x-red-700\/25 {
    border-left-color: rgb(185 28 28 / 0.25);
    border-right-color: rgb(185 28 28 / 0.25);
  }

  .md\:border-x-red-700\/30 {
    border-left-color: rgb(185 28 28 / 0.3);
    border-right-color: rgb(185 28 28 / 0.3);
  }

  .md\:border-x-red-700\/35 {
    border-left-color: rgb(185 28 28 / 0.35);
    border-right-color: rgb(185 28 28 / 0.35);
  }

  .md\:border-x-red-700\/40 {
    border-left-color: rgb(185 28 28 / 0.4);
    border-right-color: rgb(185 28 28 / 0.4);
  }

  .md\:border-x-red-700\/45 {
    border-left-color: rgb(185 28 28 / 0.45);
    border-right-color: rgb(185 28 28 / 0.45);
  }

  .md\:border-x-red-700\/5 {
    border-left-color: rgb(185 28 28 / 0.05);
    border-right-color: rgb(185 28 28 / 0.05);
  }

  .md\:border-x-red-700\/50 {
    border-left-color: rgb(185 28 28 / 0.5);
    border-right-color: rgb(185 28 28 / 0.5);
  }

  .md\:border-x-red-700\/55 {
    border-left-color: rgb(185 28 28 / 0.55);
    border-right-color: rgb(185 28 28 / 0.55);
  }

  .md\:border-x-red-700\/60 {
    border-left-color: rgb(185 28 28 / 0.6);
    border-right-color: rgb(185 28 28 / 0.6);
  }

  .md\:border-x-red-700\/65 {
    border-left-color: rgb(185 28 28 / 0.65);
    border-right-color: rgb(185 28 28 / 0.65);
  }

  .md\:border-x-red-700\/70 {
    border-left-color: rgb(185 28 28 / 0.7);
    border-right-color: rgb(185 28 28 / 0.7);
  }

  .md\:border-x-red-700\/75 {
    border-left-color: rgb(185 28 28 / 0.75);
    border-right-color: rgb(185 28 28 / 0.75);
  }

  .md\:border-x-red-700\/80 {
    border-left-color: rgb(185 28 28 / 0.8);
    border-right-color: rgb(185 28 28 / 0.8);
  }

  .md\:border-x-red-700\/85 {
    border-left-color: rgb(185 28 28 / 0.85);
    border-right-color: rgb(185 28 28 / 0.85);
  }

  .md\:border-x-red-700\/90 {
    border-left-color: rgb(185 28 28 / 0.9);
    border-right-color: rgb(185 28 28 / 0.9);
  }

  .md\:border-x-red-700\/95 {
    border-left-color: rgb(185 28 28 / 0.95);
    border-right-color: rgb(185 28 28 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-red-800\/0 {
    border-left-color: rgb(153 27 27 / 0);
    border-right-color: rgb(153 27 27 / 0);
  }

  .md\:border-x-red-800\/10 {
    border-left-color: rgb(153 27 27 / 0.1);
    border-right-color: rgb(153 27 27 / 0.1);
  }

  .md\:border-x-red-800\/100 {
    border-left-color: rgb(153 27 27 / 1);
    border-right-color: rgb(153 27 27 / 1);
  }

  .md\:border-x-red-800\/15 {
    border-left-color: rgb(153 27 27 / 0.15);
    border-right-color: rgb(153 27 27 / 0.15);
  }

  .md\:border-x-red-800\/20 {
    border-left-color: rgb(153 27 27 / 0.2);
    border-right-color: rgb(153 27 27 / 0.2);
  }

  .md\:border-x-red-800\/25 {
    border-left-color: rgb(153 27 27 / 0.25);
    border-right-color: rgb(153 27 27 / 0.25);
  }

  .md\:border-x-red-800\/30 {
    border-left-color: rgb(153 27 27 / 0.3);
    border-right-color: rgb(153 27 27 / 0.3);
  }

  .md\:border-x-red-800\/35 {
    border-left-color: rgb(153 27 27 / 0.35);
    border-right-color: rgb(153 27 27 / 0.35);
  }

  .md\:border-x-red-800\/40 {
    border-left-color: rgb(153 27 27 / 0.4);
    border-right-color: rgb(153 27 27 / 0.4);
  }

  .md\:border-x-red-800\/45 {
    border-left-color: rgb(153 27 27 / 0.45);
    border-right-color: rgb(153 27 27 / 0.45);
  }

  .md\:border-x-red-800\/5 {
    border-left-color: rgb(153 27 27 / 0.05);
    border-right-color: rgb(153 27 27 / 0.05);
  }

  .md\:border-x-red-800\/50 {
    border-left-color: rgb(153 27 27 / 0.5);
    border-right-color: rgb(153 27 27 / 0.5);
  }

  .md\:border-x-red-800\/55 {
    border-left-color: rgb(153 27 27 / 0.55);
    border-right-color: rgb(153 27 27 / 0.55);
  }

  .md\:border-x-red-800\/60 {
    border-left-color: rgb(153 27 27 / 0.6);
    border-right-color: rgb(153 27 27 / 0.6);
  }

  .md\:border-x-red-800\/65 {
    border-left-color: rgb(153 27 27 / 0.65);
    border-right-color: rgb(153 27 27 / 0.65);
  }

  .md\:border-x-red-800\/70 {
    border-left-color: rgb(153 27 27 / 0.7);
    border-right-color: rgb(153 27 27 / 0.7);
  }

  .md\:border-x-red-800\/75 {
    border-left-color: rgb(153 27 27 / 0.75);
    border-right-color: rgb(153 27 27 / 0.75);
  }

  .md\:border-x-red-800\/80 {
    border-left-color: rgb(153 27 27 / 0.8);
    border-right-color: rgb(153 27 27 / 0.8);
  }

  .md\:border-x-red-800\/85 {
    border-left-color: rgb(153 27 27 / 0.85);
    border-right-color: rgb(153 27 27 / 0.85);
  }

  .md\:border-x-red-800\/90 {
    border-left-color: rgb(153 27 27 / 0.9);
    border-right-color: rgb(153 27 27 / 0.9);
  }

  .md\:border-x-red-800\/95 {
    border-left-color: rgb(153 27 27 / 0.95);
    border-right-color: rgb(153 27 27 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-red-900\/0 {
    border-left-color: rgb(127 29 29 / 0);
    border-right-color: rgb(127 29 29 / 0);
  }

  .md\:border-x-red-900\/10 {
    border-left-color: rgb(127 29 29 / 0.1);
    border-right-color: rgb(127 29 29 / 0.1);
  }

  .md\:border-x-red-900\/100 {
    border-left-color: rgb(127 29 29 / 1);
    border-right-color: rgb(127 29 29 / 1);
  }

  .md\:border-x-red-900\/15 {
    border-left-color: rgb(127 29 29 / 0.15);
    border-right-color: rgb(127 29 29 / 0.15);
  }

  .md\:border-x-red-900\/20 {
    border-left-color: rgb(127 29 29 / 0.2);
    border-right-color: rgb(127 29 29 / 0.2);
  }

  .md\:border-x-red-900\/25 {
    border-left-color: rgb(127 29 29 / 0.25);
    border-right-color: rgb(127 29 29 / 0.25);
  }

  .md\:border-x-red-900\/30 {
    border-left-color: rgb(127 29 29 / 0.3);
    border-right-color: rgb(127 29 29 / 0.3);
  }

  .md\:border-x-red-900\/35 {
    border-left-color: rgb(127 29 29 / 0.35);
    border-right-color: rgb(127 29 29 / 0.35);
  }

  .md\:border-x-red-900\/40 {
    border-left-color: rgb(127 29 29 / 0.4);
    border-right-color: rgb(127 29 29 / 0.4);
  }

  .md\:border-x-red-900\/45 {
    border-left-color: rgb(127 29 29 / 0.45);
    border-right-color: rgb(127 29 29 / 0.45);
  }

  .md\:border-x-red-900\/5 {
    border-left-color: rgb(127 29 29 / 0.05);
    border-right-color: rgb(127 29 29 / 0.05);
  }

  .md\:border-x-red-900\/50 {
    border-left-color: rgb(127 29 29 / 0.5);
    border-right-color: rgb(127 29 29 / 0.5);
  }

  .md\:border-x-red-900\/55 {
    border-left-color: rgb(127 29 29 / 0.55);
    border-right-color: rgb(127 29 29 / 0.55);
  }

  .md\:border-x-red-900\/60 {
    border-left-color: rgb(127 29 29 / 0.6);
    border-right-color: rgb(127 29 29 / 0.6);
  }

  .md\:border-x-red-900\/65 {
    border-left-color: rgb(127 29 29 / 0.65);
    border-right-color: rgb(127 29 29 / 0.65);
  }

  .md\:border-x-red-900\/70 {
    border-left-color: rgb(127 29 29 / 0.7);
    border-right-color: rgb(127 29 29 / 0.7);
  }

  .md\:border-x-red-900\/75 {
    border-left-color: rgb(127 29 29 / 0.75);
    border-right-color: rgb(127 29 29 / 0.75);
  }

  .md\:border-x-red-900\/80 {
    border-left-color: rgb(127 29 29 / 0.8);
    border-right-color: rgb(127 29 29 / 0.8);
  }

  .md\:border-x-red-900\/85 {
    border-left-color: rgb(127 29 29 / 0.85);
    border-right-color: rgb(127 29 29 / 0.85);
  }

  .md\:border-x-red-900\/90 {
    border-left-color: rgb(127 29 29 / 0.9);
    border-right-color: rgb(127 29 29 / 0.9);
  }

  .md\:border-x-red-900\/95 {
    border-left-color: rgb(127 29 29 / 0.95);
    border-right-color: rgb(127 29 29 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-red-950\/0 {
    border-left-color: rgb(69 10 10 / 0);
    border-right-color: rgb(69 10 10 / 0);
  }

  .md\:border-x-red-950\/10 {
    border-left-color: rgb(69 10 10 / 0.1);
    border-right-color: rgb(69 10 10 / 0.1);
  }

  .md\:border-x-red-950\/100 {
    border-left-color: rgb(69 10 10 / 1);
    border-right-color: rgb(69 10 10 / 1);
  }

  .md\:border-x-red-950\/15 {
    border-left-color: rgb(69 10 10 / 0.15);
    border-right-color: rgb(69 10 10 / 0.15);
  }

  .md\:border-x-red-950\/20 {
    border-left-color: rgb(69 10 10 / 0.2);
    border-right-color: rgb(69 10 10 / 0.2);
  }

  .md\:border-x-red-950\/25 {
    border-left-color: rgb(69 10 10 / 0.25);
    border-right-color: rgb(69 10 10 / 0.25);
  }

  .md\:border-x-red-950\/30 {
    border-left-color: rgb(69 10 10 / 0.3);
    border-right-color: rgb(69 10 10 / 0.3);
  }

  .md\:border-x-red-950\/35 {
    border-left-color: rgb(69 10 10 / 0.35);
    border-right-color: rgb(69 10 10 / 0.35);
  }

  .md\:border-x-red-950\/40 {
    border-left-color: rgb(69 10 10 / 0.4);
    border-right-color: rgb(69 10 10 / 0.4);
  }

  .md\:border-x-red-950\/45 {
    border-left-color: rgb(69 10 10 / 0.45);
    border-right-color: rgb(69 10 10 / 0.45);
  }

  .md\:border-x-red-950\/5 {
    border-left-color: rgb(69 10 10 / 0.05);
    border-right-color: rgb(69 10 10 / 0.05);
  }

  .md\:border-x-red-950\/50 {
    border-left-color: rgb(69 10 10 / 0.5);
    border-right-color: rgb(69 10 10 / 0.5);
  }

  .md\:border-x-red-950\/55 {
    border-left-color: rgb(69 10 10 / 0.55);
    border-right-color: rgb(69 10 10 / 0.55);
  }

  .md\:border-x-red-950\/60 {
    border-left-color: rgb(69 10 10 / 0.6);
    border-right-color: rgb(69 10 10 / 0.6);
  }

  .md\:border-x-red-950\/65 {
    border-left-color: rgb(69 10 10 / 0.65);
    border-right-color: rgb(69 10 10 / 0.65);
  }

  .md\:border-x-red-950\/70 {
    border-left-color: rgb(69 10 10 / 0.7);
    border-right-color: rgb(69 10 10 / 0.7);
  }

  .md\:border-x-red-950\/75 {
    border-left-color: rgb(69 10 10 / 0.75);
    border-right-color: rgb(69 10 10 / 0.75);
  }

  .md\:border-x-red-950\/80 {
    border-left-color: rgb(69 10 10 / 0.8);
    border-right-color: rgb(69 10 10 / 0.8);
  }

  .md\:border-x-red-950\/85 {
    border-left-color: rgb(69 10 10 / 0.85);
    border-right-color: rgb(69 10 10 / 0.85);
  }

  .md\:border-x-red-950\/90 {
    border-left-color: rgb(69 10 10 / 0.9);
    border-right-color: rgb(69 10 10 / 0.9);
  }

  .md\:border-x-red-950\/95 {
    border-left-color: rgb(69 10 10 / 0.95);
    border-right-color: rgb(69 10 10 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-rose-100\/0 {
    border-left-color: rgb(255 228 230 / 0);
    border-right-color: rgb(255 228 230 / 0);
  }

  .md\:border-x-rose-100\/10 {
    border-left-color: rgb(255 228 230 / 0.1);
    border-right-color: rgb(255 228 230 / 0.1);
  }

  .md\:border-x-rose-100\/100 {
    border-left-color: rgb(255 228 230 / 1);
    border-right-color: rgb(255 228 230 / 1);
  }

  .md\:border-x-rose-100\/15 {
    border-left-color: rgb(255 228 230 / 0.15);
    border-right-color: rgb(255 228 230 / 0.15);
  }

  .md\:border-x-rose-100\/20 {
    border-left-color: rgb(255 228 230 / 0.2);
    border-right-color: rgb(255 228 230 / 0.2);
  }

  .md\:border-x-rose-100\/25 {
    border-left-color: rgb(255 228 230 / 0.25);
    border-right-color: rgb(255 228 230 / 0.25);
  }

  .md\:border-x-rose-100\/30 {
    border-left-color: rgb(255 228 230 / 0.3);
    border-right-color: rgb(255 228 230 / 0.3);
  }

  .md\:border-x-rose-100\/35 {
    border-left-color: rgb(255 228 230 / 0.35);
    border-right-color: rgb(255 228 230 / 0.35);
  }

  .md\:border-x-rose-100\/40 {
    border-left-color: rgb(255 228 230 / 0.4);
    border-right-color: rgb(255 228 230 / 0.4);
  }

  .md\:border-x-rose-100\/45 {
    border-left-color: rgb(255 228 230 / 0.45);
    border-right-color: rgb(255 228 230 / 0.45);
  }

  .md\:border-x-rose-100\/5 {
    border-left-color: rgb(255 228 230 / 0.05);
    border-right-color: rgb(255 228 230 / 0.05);
  }

  .md\:border-x-rose-100\/50 {
    border-left-color: rgb(255 228 230 / 0.5);
    border-right-color: rgb(255 228 230 / 0.5);
  }

  .md\:border-x-rose-100\/55 {
    border-left-color: rgb(255 228 230 / 0.55);
    border-right-color: rgb(255 228 230 / 0.55);
  }

  .md\:border-x-rose-100\/60 {
    border-left-color: rgb(255 228 230 / 0.6);
    border-right-color: rgb(255 228 230 / 0.6);
  }

  .md\:border-x-rose-100\/65 {
    border-left-color: rgb(255 228 230 / 0.65);
    border-right-color: rgb(255 228 230 / 0.65);
  }

  .md\:border-x-rose-100\/70 {
    border-left-color: rgb(255 228 230 / 0.7);
    border-right-color: rgb(255 228 230 / 0.7);
  }

  .md\:border-x-rose-100\/75 {
    border-left-color: rgb(255 228 230 / 0.75);
    border-right-color: rgb(255 228 230 / 0.75);
  }

  .md\:border-x-rose-100\/80 {
    border-left-color: rgb(255 228 230 / 0.8);
    border-right-color: rgb(255 228 230 / 0.8);
  }

  .md\:border-x-rose-100\/85 {
    border-left-color: rgb(255 228 230 / 0.85);
    border-right-color: rgb(255 228 230 / 0.85);
  }

  .md\:border-x-rose-100\/90 {
    border-left-color: rgb(255 228 230 / 0.9);
    border-right-color: rgb(255 228 230 / 0.9);
  }

  .md\:border-x-rose-100\/95 {
    border-left-color: rgb(255 228 230 / 0.95);
    border-right-color: rgb(255 228 230 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-rose-200\/0 {
    border-left-color: rgb(254 205 211 / 0);
    border-right-color: rgb(254 205 211 / 0);
  }

  .md\:border-x-rose-200\/10 {
    border-left-color: rgb(254 205 211 / 0.1);
    border-right-color: rgb(254 205 211 / 0.1);
  }

  .md\:border-x-rose-200\/100 {
    border-left-color: rgb(254 205 211 / 1);
    border-right-color: rgb(254 205 211 / 1);
  }

  .md\:border-x-rose-200\/15 {
    border-left-color: rgb(254 205 211 / 0.15);
    border-right-color: rgb(254 205 211 / 0.15);
  }

  .md\:border-x-rose-200\/20 {
    border-left-color: rgb(254 205 211 / 0.2);
    border-right-color: rgb(254 205 211 / 0.2);
  }

  .md\:border-x-rose-200\/25 {
    border-left-color: rgb(254 205 211 / 0.25);
    border-right-color: rgb(254 205 211 / 0.25);
  }

  .md\:border-x-rose-200\/30 {
    border-left-color: rgb(254 205 211 / 0.3);
    border-right-color: rgb(254 205 211 / 0.3);
  }

  .md\:border-x-rose-200\/35 {
    border-left-color: rgb(254 205 211 / 0.35);
    border-right-color: rgb(254 205 211 / 0.35);
  }

  .md\:border-x-rose-200\/40 {
    border-left-color: rgb(254 205 211 / 0.4);
    border-right-color: rgb(254 205 211 / 0.4);
  }

  .md\:border-x-rose-200\/45 {
    border-left-color: rgb(254 205 211 / 0.45);
    border-right-color: rgb(254 205 211 / 0.45);
  }

  .md\:border-x-rose-200\/5 {
    border-left-color: rgb(254 205 211 / 0.05);
    border-right-color: rgb(254 205 211 / 0.05);
  }

  .md\:border-x-rose-200\/50 {
    border-left-color: rgb(254 205 211 / 0.5);
    border-right-color: rgb(254 205 211 / 0.5);
  }

  .md\:border-x-rose-200\/55 {
    border-left-color: rgb(254 205 211 / 0.55);
    border-right-color: rgb(254 205 211 / 0.55);
  }

  .md\:border-x-rose-200\/60 {
    border-left-color: rgb(254 205 211 / 0.6);
    border-right-color: rgb(254 205 211 / 0.6);
  }

  .md\:border-x-rose-200\/65 {
    border-left-color: rgb(254 205 211 / 0.65);
    border-right-color: rgb(254 205 211 / 0.65);
  }

  .md\:border-x-rose-200\/70 {
    border-left-color: rgb(254 205 211 / 0.7);
    border-right-color: rgb(254 205 211 / 0.7);
  }

  .md\:border-x-rose-200\/75 {
    border-left-color: rgb(254 205 211 / 0.75);
    border-right-color: rgb(254 205 211 / 0.75);
  }

  .md\:border-x-rose-200\/80 {
    border-left-color: rgb(254 205 211 / 0.8);
    border-right-color: rgb(254 205 211 / 0.8);
  }

  .md\:border-x-rose-200\/85 {
    border-left-color: rgb(254 205 211 / 0.85);
    border-right-color: rgb(254 205 211 / 0.85);
  }

  .md\:border-x-rose-200\/90 {
    border-left-color: rgb(254 205 211 / 0.9);
    border-right-color: rgb(254 205 211 / 0.9);
  }

  .md\:border-x-rose-200\/95 {
    border-left-color: rgb(254 205 211 / 0.95);
    border-right-color: rgb(254 205 211 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-rose-300\/0 {
    border-left-color: rgb(253 164 175 / 0);
    border-right-color: rgb(253 164 175 / 0);
  }

  .md\:border-x-rose-300\/10 {
    border-left-color: rgb(253 164 175 / 0.1);
    border-right-color: rgb(253 164 175 / 0.1);
  }

  .md\:border-x-rose-300\/100 {
    border-left-color: rgb(253 164 175 / 1);
    border-right-color: rgb(253 164 175 / 1);
  }

  .md\:border-x-rose-300\/15 {
    border-left-color: rgb(253 164 175 / 0.15);
    border-right-color: rgb(253 164 175 / 0.15);
  }

  .md\:border-x-rose-300\/20 {
    border-left-color: rgb(253 164 175 / 0.2);
    border-right-color: rgb(253 164 175 / 0.2);
  }

  .md\:border-x-rose-300\/25 {
    border-left-color: rgb(253 164 175 / 0.25);
    border-right-color: rgb(253 164 175 / 0.25);
  }

  .md\:border-x-rose-300\/30 {
    border-left-color: rgb(253 164 175 / 0.3);
    border-right-color: rgb(253 164 175 / 0.3);
  }

  .md\:border-x-rose-300\/35 {
    border-left-color: rgb(253 164 175 / 0.35);
    border-right-color: rgb(253 164 175 / 0.35);
  }

  .md\:border-x-rose-300\/40 {
    border-left-color: rgb(253 164 175 / 0.4);
    border-right-color: rgb(253 164 175 / 0.4);
  }

  .md\:border-x-rose-300\/45 {
    border-left-color: rgb(253 164 175 / 0.45);
    border-right-color: rgb(253 164 175 / 0.45);
  }

  .md\:border-x-rose-300\/5 {
    border-left-color: rgb(253 164 175 / 0.05);
    border-right-color: rgb(253 164 175 / 0.05);
  }

  .md\:border-x-rose-300\/50 {
    border-left-color: rgb(253 164 175 / 0.5);
    border-right-color: rgb(253 164 175 / 0.5);
  }

  .md\:border-x-rose-300\/55 {
    border-left-color: rgb(253 164 175 / 0.55);
    border-right-color: rgb(253 164 175 / 0.55);
  }

  .md\:border-x-rose-300\/60 {
    border-left-color: rgb(253 164 175 / 0.6);
    border-right-color: rgb(253 164 175 / 0.6);
  }

  .md\:border-x-rose-300\/65 {
    border-left-color: rgb(253 164 175 / 0.65);
    border-right-color: rgb(253 164 175 / 0.65);
  }

  .md\:border-x-rose-300\/70 {
    border-left-color: rgb(253 164 175 / 0.7);
    border-right-color: rgb(253 164 175 / 0.7);
  }

  .md\:border-x-rose-300\/75 {
    border-left-color: rgb(253 164 175 / 0.75);
    border-right-color: rgb(253 164 175 / 0.75);
  }

  .md\:border-x-rose-300\/80 {
    border-left-color: rgb(253 164 175 / 0.8);
    border-right-color: rgb(253 164 175 / 0.8);
  }

  .md\:border-x-rose-300\/85 {
    border-left-color: rgb(253 164 175 / 0.85);
    border-right-color: rgb(253 164 175 / 0.85);
  }

  .md\:border-x-rose-300\/90 {
    border-left-color: rgb(253 164 175 / 0.9);
    border-right-color: rgb(253 164 175 / 0.9);
  }

  .md\:border-x-rose-300\/95 {
    border-left-color: rgb(253 164 175 / 0.95);
    border-right-color: rgb(253 164 175 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-rose-400\/0 {
    border-left-color: rgb(251 113 133 / 0);
    border-right-color: rgb(251 113 133 / 0);
  }

  .md\:border-x-rose-400\/10 {
    border-left-color: rgb(251 113 133 / 0.1);
    border-right-color: rgb(251 113 133 / 0.1);
  }

  .md\:border-x-rose-400\/100 {
    border-left-color: rgb(251 113 133 / 1);
    border-right-color: rgb(251 113 133 / 1);
  }

  .md\:border-x-rose-400\/15 {
    border-left-color: rgb(251 113 133 / 0.15);
    border-right-color: rgb(251 113 133 / 0.15);
  }

  .md\:border-x-rose-400\/20 {
    border-left-color: rgb(251 113 133 / 0.2);
    border-right-color: rgb(251 113 133 / 0.2);
  }

  .md\:border-x-rose-400\/25 {
    border-left-color: rgb(251 113 133 / 0.25);
    border-right-color: rgb(251 113 133 / 0.25);
  }

  .md\:border-x-rose-400\/30 {
    border-left-color: rgb(251 113 133 / 0.3);
    border-right-color: rgb(251 113 133 / 0.3);
  }

  .md\:border-x-rose-400\/35 {
    border-left-color: rgb(251 113 133 / 0.35);
    border-right-color: rgb(251 113 133 / 0.35);
  }

  .md\:border-x-rose-400\/40 {
    border-left-color: rgb(251 113 133 / 0.4);
    border-right-color: rgb(251 113 133 / 0.4);
  }

  .md\:border-x-rose-400\/45 {
    border-left-color: rgb(251 113 133 / 0.45);
    border-right-color: rgb(251 113 133 / 0.45);
  }

  .md\:border-x-rose-400\/5 {
    border-left-color: rgb(251 113 133 / 0.05);
    border-right-color: rgb(251 113 133 / 0.05);
  }

  .md\:border-x-rose-400\/50 {
    border-left-color: rgb(251 113 133 / 0.5);
    border-right-color: rgb(251 113 133 / 0.5);
  }

  .md\:border-x-rose-400\/55 {
    border-left-color: rgb(251 113 133 / 0.55);
    border-right-color: rgb(251 113 133 / 0.55);
  }

  .md\:border-x-rose-400\/60 {
    border-left-color: rgb(251 113 133 / 0.6);
    border-right-color: rgb(251 113 133 / 0.6);
  }

  .md\:border-x-rose-400\/65 {
    border-left-color: rgb(251 113 133 / 0.65);
    border-right-color: rgb(251 113 133 / 0.65);
  }

  .md\:border-x-rose-400\/70 {
    border-left-color: rgb(251 113 133 / 0.7);
    border-right-color: rgb(251 113 133 / 0.7);
  }

  .md\:border-x-rose-400\/75 {
    border-left-color: rgb(251 113 133 / 0.75);
    border-right-color: rgb(251 113 133 / 0.75);
  }

  .md\:border-x-rose-400\/80 {
    border-left-color: rgb(251 113 133 / 0.8);
    border-right-color: rgb(251 113 133 / 0.8);
  }

  .md\:border-x-rose-400\/85 {
    border-left-color: rgb(251 113 133 / 0.85);
    border-right-color: rgb(251 113 133 / 0.85);
  }

  .md\:border-x-rose-400\/90 {
    border-left-color: rgb(251 113 133 / 0.9);
    border-right-color: rgb(251 113 133 / 0.9);
  }

  .md\:border-x-rose-400\/95 {
    border-left-color: rgb(251 113 133 / 0.95);
    border-right-color: rgb(251 113 133 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-rose-50\/0 {
    border-left-color: rgb(255 241 242 / 0);
    border-right-color: rgb(255 241 242 / 0);
  }

  .md\:border-x-rose-50\/10 {
    border-left-color: rgb(255 241 242 / 0.1);
    border-right-color: rgb(255 241 242 / 0.1);
  }

  .md\:border-x-rose-50\/100 {
    border-left-color: rgb(255 241 242 / 1);
    border-right-color: rgb(255 241 242 / 1);
  }

  .md\:border-x-rose-50\/15 {
    border-left-color: rgb(255 241 242 / 0.15);
    border-right-color: rgb(255 241 242 / 0.15);
  }

  .md\:border-x-rose-50\/20 {
    border-left-color: rgb(255 241 242 / 0.2);
    border-right-color: rgb(255 241 242 / 0.2);
  }

  .md\:border-x-rose-50\/25 {
    border-left-color: rgb(255 241 242 / 0.25);
    border-right-color: rgb(255 241 242 / 0.25);
  }

  .md\:border-x-rose-50\/30 {
    border-left-color: rgb(255 241 242 / 0.3);
    border-right-color: rgb(255 241 242 / 0.3);
  }

  .md\:border-x-rose-50\/35 {
    border-left-color: rgb(255 241 242 / 0.35);
    border-right-color: rgb(255 241 242 / 0.35);
  }

  .md\:border-x-rose-50\/40 {
    border-left-color: rgb(255 241 242 / 0.4);
    border-right-color: rgb(255 241 242 / 0.4);
  }

  .md\:border-x-rose-50\/45 {
    border-left-color: rgb(255 241 242 / 0.45);
    border-right-color: rgb(255 241 242 / 0.45);
  }

  .md\:border-x-rose-50\/5 {
    border-left-color: rgb(255 241 242 / 0.05);
    border-right-color: rgb(255 241 242 / 0.05);
  }

  .md\:border-x-rose-50\/50 {
    border-left-color: rgb(255 241 242 / 0.5);
    border-right-color: rgb(255 241 242 / 0.5);
  }

  .md\:border-x-rose-50\/55 {
    border-left-color: rgb(255 241 242 / 0.55);
    border-right-color: rgb(255 241 242 / 0.55);
  }

  .md\:border-x-rose-50\/60 {
    border-left-color: rgb(255 241 242 / 0.6);
    border-right-color: rgb(255 241 242 / 0.6);
  }

  .md\:border-x-rose-50\/65 {
    border-left-color: rgb(255 241 242 / 0.65);
    border-right-color: rgb(255 241 242 / 0.65);
  }

  .md\:border-x-rose-50\/70 {
    border-left-color: rgb(255 241 242 / 0.7);
    border-right-color: rgb(255 241 242 / 0.7);
  }

  .md\:border-x-rose-50\/75 {
    border-left-color: rgb(255 241 242 / 0.75);
    border-right-color: rgb(255 241 242 / 0.75);
  }

  .md\:border-x-rose-50\/80 {
    border-left-color: rgb(255 241 242 / 0.8);
    border-right-color: rgb(255 241 242 / 0.8);
  }

  .md\:border-x-rose-50\/85 {
    border-left-color: rgb(255 241 242 / 0.85);
    border-right-color: rgb(255 241 242 / 0.85);
  }

  .md\:border-x-rose-50\/90 {
    border-left-color: rgb(255 241 242 / 0.9);
    border-right-color: rgb(255 241 242 / 0.9);
  }

  .md\:border-x-rose-50\/95 {
    border-left-color: rgb(255 241 242 / 0.95);
    border-right-color: rgb(255 241 242 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-rose-500\/0 {
    border-left-color: rgb(244 63 94 / 0);
    border-right-color: rgb(244 63 94 / 0);
  }

  .md\:border-x-rose-500\/10 {
    border-left-color: rgb(244 63 94 / 0.1);
    border-right-color: rgb(244 63 94 / 0.1);
  }

  .md\:border-x-rose-500\/100 {
    border-left-color: rgb(244 63 94 / 1);
    border-right-color: rgb(244 63 94 / 1);
  }

  .md\:border-x-rose-500\/15 {
    border-left-color: rgb(244 63 94 / 0.15);
    border-right-color: rgb(244 63 94 / 0.15);
  }

  .md\:border-x-rose-500\/20 {
    border-left-color: rgb(244 63 94 / 0.2);
    border-right-color: rgb(244 63 94 / 0.2);
  }

  .md\:border-x-rose-500\/25 {
    border-left-color: rgb(244 63 94 / 0.25);
    border-right-color: rgb(244 63 94 / 0.25);
  }

  .md\:border-x-rose-500\/30 {
    border-left-color: rgb(244 63 94 / 0.3);
    border-right-color: rgb(244 63 94 / 0.3);
  }

  .md\:border-x-rose-500\/35 {
    border-left-color: rgb(244 63 94 / 0.35);
    border-right-color: rgb(244 63 94 / 0.35);
  }

  .md\:border-x-rose-500\/40 {
    border-left-color: rgb(244 63 94 / 0.4);
    border-right-color: rgb(244 63 94 / 0.4);
  }

  .md\:border-x-rose-500\/45 {
    border-left-color: rgb(244 63 94 / 0.45);
    border-right-color: rgb(244 63 94 / 0.45);
  }

  .md\:border-x-rose-500\/5 {
    border-left-color: rgb(244 63 94 / 0.05);
    border-right-color: rgb(244 63 94 / 0.05);
  }

  .md\:border-x-rose-500\/50 {
    border-left-color: rgb(244 63 94 / 0.5);
    border-right-color: rgb(244 63 94 / 0.5);
  }

  .md\:border-x-rose-500\/55 {
    border-left-color: rgb(244 63 94 / 0.55);
    border-right-color: rgb(244 63 94 / 0.55);
  }

  .md\:border-x-rose-500\/60 {
    border-left-color: rgb(244 63 94 / 0.6);
    border-right-color: rgb(244 63 94 / 0.6);
  }

  .md\:border-x-rose-500\/65 {
    border-left-color: rgb(244 63 94 / 0.65);
    border-right-color: rgb(244 63 94 / 0.65);
  }

  .md\:border-x-rose-500\/70 {
    border-left-color: rgb(244 63 94 / 0.7);
    border-right-color: rgb(244 63 94 / 0.7);
  }

  .md\:border-x-rose-500\/75 {
    border-left-color: rgb(244 63 94 / 0.75);
    border-right-color: rgb(244 63 94 / 0.75);
  }

  .md\:border-x-rose-500\/80 {
    border-left-color: rgb(244 63 94 / 0.8);
    border-right-color: rgb(244 63 94 / 0.8);
  }

  .md\:border-x-rose-500\/85 {
    border-left-color: rgb(244 63 94 / 0.85);
    border-right-color: rgb(244 63 94 / 0.85);
  }

  .md\:border-x-rose-500\/90 {
    border-left-color: rgb(244 63 94 / 0.9);
    border-right-color: rgb(244 63 94 / 0.9);
  }

  .md\:border-x-rose-500\/95 {
    border-left-color: rgb(244 63 94 / 0.95);
    border-right-color: rgb(244 63 94 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-rose-600\/0 {
    border-left-color: rgb(225 29 72 / 0);
    border-right-color: rgb(225 29 72 / 0);
  }

  .md\:border-x-rose-600\/10 {
    border-left-color: rgb(225 29 72 / 0.1);
    border-right-color: rgb(225 29 72 / 0.1);
  }

  .md\:border-x-rose-600\/100 {
    border-left-color: rgb(225 29 72 / 1);
    border-right-color: rgb(225 29 72 / 1);
  }

  .md\:border-x-rose-600\/15 {
    border-left-color: rgb(225 29 72 / 0.15);
    border-right-color: rgb(225 29 72 / 0.15);
  }

  .md\:border-x-rose-600\/20 {
    border-left-color: rgb(225 29 72 / 0.2);
    border-right-color: rgb(225 29 72 / 0.2);
  }

  .md\:border-x-rose-600\/25 {
    border-left-color: rgb(225 29 72 / 0.25);
    border-right-color: rgb(225 29 72 / 0.25);
  }

  .md\:border-x-rose-600\/30 {
    border-left-color: rgb(225 29 72 / 0.3);
    border-right-color: rgb(225 29 72 / 0.3);
  }

  .md\:border-x-rose-600\/35 {
    border-left-color: rgb(225 29 72 / 0.35);
    border-right-color: rgb(225 29 72 / 0.35);
  }

  .md\:border-x-rose-600\/40 {
    border-left-color: rgb(225 29 72 / 0.4);
    border-right-color: rgb(225 29 72 / 0.4);
  }

  .md\:border-x-rose-600\/45 {
    border-left-color: rgb(225 29 72 / 0.45);
    border-right-color: rgb(225 29 72 / 0.45);
  }

  .md\:border-x-rose-600\/5 {
    border-left-color: rgb(225 29 72 / 0.05);
    border-right-color: rgb(225 29 72 / 0.05);
  }

  .md\:border-x-rose-600\/50 {
    border-left-color: rgb(225 29 72 / 0.5);
    border-right-color: rgb(225 29 72 / 0.5);
  }

  .md\:border-x-rose-600\/55 {
    border-left-color: rgb(225 29 72 / 0.55);
    border-right-color: rgb(225 29 72 / 0.55);
  }

  .md\:border-x-rose-600\/60 {
    border-left-color: rgb(225 29 72 / 0.6);
    border-right-color: rgb(225 29 72 / 0.6);
  }

  .md\:border-x-rose-600\/65 {
    border-left-color: rgb(225 29 72 / 0.65);
    border-right-color: rgb(225 29 72 / 0.65);
  }

  .md\:border-x-rose-600\/70 {
    border-left-color: rgb(225 29 72 / 0.7);
    border-right-color: rgb(225 29 72 / 0.7);
  }

  .md\:border-x-rose-600\/75 {
    border-left-color: rgb(225 29 72 / 0.75);
    border-right-color: rgb(225 29 72 / 0.75);
  }

  .md\:border-x-rose-600\/80 {
    border-left-color: rgb(225 29 72 / 0.8);
    border-right-color: rgb(225 29 72 / 0.8);
  }

  .md\:border-x-rose-600\/85 {
    border-left-color: rgb(225 29 72 / 0.85);
    border-right-color: rgb(225 29 72 / 0.85);
  }

  .md\:border-x-rose-600\/90 {
    border-left-color: rgb(225 29 72 / 0.9);
    border-right-color: rgb(225 29 72 / 0.9);
  }

  .md\:border-x-rose-600\/95 {
    border-left-color: rgb(225 29 72 / 0.95);
    border-right-color: rgb(225 29 72 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-rose-700\/0 {
    border-left-color: rgb(190 18 60 / 0);
    border-right-color: rgb(190 18 60 / 0);
  }

  .md\:border-x-rose-700\/10 {
    border-left-color: rgb(190 18 60 / 0.1);
    border-right-color: rgb(190 18 60 / 0.1);
  }

  .md\:border-x-rose-700\/100 {
    border-left-color: rgb(190 18 60 / 1);
    border-right-color: rgb(190 18 60 / 1);
  }

  .md\:border-x-rose-700\/15 {
    border-left-color: rgb(190 18 60 / 0.15);
    border-right-color: rgb(190 18 60 / 0.15);
  }

  .md\:border-x-rose-700\/20 {
    border-left-color: rgb(190 18 60 / 0.2);
    border-right-color: rgb(190 18 60 / 0.2);
  }

  .md\:border-x-rose-700\/25 {
    border-left-color: rgb(190 18 60 / 0.25);
    border-right-color: rgb(190 18 60 / 0.25);
  }

  .md\:border-x-rose-700\/30 {
    border-left-color: rgb(190 18 60 / 0.3);
    border-right-color: rgb(190 18 60 / 0.3);
  }

  .md\:border-x-rose-700\/35 {
    border-left-color: rgb(190 18 60 / 0.35);
    border-right-color: rgb(190 18 60 / 0.35);
  }

  .md\:border-x-rose-700\/40 {
    border-left-color: rgb(190 18 60 / 0.4);
    border-right-color: rgb(190 18 60 / 0.4);
  }

  .md\:border-x-rose-700\/45 {
    border-left-color: rgb(190 18 60 / 0.45);
    border-right-color: rgb(190 18 60 / 0.45);
  }

  .md\:border-x-rose-700\/5 {
    border-left-color: rgb(190 18 60 / 0.05);
    border-right-color: rgb(190 18 60 / 0.05);
  }

  .md\:border-x-rose-700\/50 {
    border-left-color: rgb(190 18 60 / 0.5);
    border-right-color: rgb(190 18 60 / 0.5);
  }

  .md\:border-x-rose-700\/55 {
    border-left-color: rgb(190 18 60 / 0.55);
    border-right-color: rgb(190 18 60 / 0.55);
  }

  .md\:border-x-rose-700\/60 {
    border-left-color: rgb(190 18 60 / 0.6);
    border-right-color: rgb(190 18 60 / 0.6);
  }

  .md\:border-x-rose-700\/65 {
    border-left-color: rgb(190 18 60 / 0.65);
    border-right-color: rgb(190 18 60 / 0.65);
  }

  .md\:border-x-rose-700\/70 {
    border-left-color: rgb(190 18 60 / 0.7);
    border-right-color: rgb(190 18 60 / 0.7);
  }

  .md\:border-x-rose-700\/75 {
    border-left-color: rgb(190 18 60 / 0.75);
    border-right-color: rgb(190 18 60 / 0.75);
  }

  .md\:border-x-rose-700\/80 {
    border-left-color: rgb(190 18 60 / 0.8);
    border-right-color: rgb(190 18 60 / 0.8);
  }

  .md\:border-x-rose-700\/85 {
    border-left-color: rgb(190 18 60 / 0.85);
    border-right-color: rgb(190 18 60 / 0.85);
  }

  .md\:border-x-rose-700\/90 {
    border-left-color: rgb(190 18 60 / 0.9);
    border-right-color: rgb(190 18 60 / 0.9);
  }

  .md\:border-x-rose-700\/95 {
    border-left-color: rgb(190 18 60 / 0.95);
    border-right-color: rgb(190 18 60 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-rose-800\/0 {
    border-left-color: rgb(159 18 57 / 0);
    border-right-color: rgb(159 18 57 / 0);
  }

  .md\:border-x-rose-800\/10 {
    border-left-color: rgb(159 18 57 / 0.1);
    border-right-color: rgb(159 18 57 / 0.1);
  }

  .md\:border-x-rose-800\/100 {
    border-left-color: rgb(159 18 57 / 1);
    border-right-color: rgb(159 18 57 / 1);
  }

  .md\:border-x-rose-800\/15 {
    border-left-color: rgb(159 18 57 / 0.15);
    border-right-color: rgb(159 18 57 / 0.15);
  }

  .md\:border-x-rose-800\/20 {
    border-left-color: rgb(159 18 57 / 0.2);
    border-right-color: rgb(159 18 57 / 0.2);
  }

  .md\:border-x-rose-800\/25 {
    border-left-color: rgb(159 18 57 / 0.25);
    border-right-color: rgb(159 18 57 / 0.25);
  }

  .md\:border-x-rose-800\/30 {
    border-left-color: rgb(159 18 57 / 0.3);
    border-right-color: rgb(159 18 57 / 0.3);
  }

  .md\:border-x-rose-800\/35 {
    border-left-color: rgb(159 18 57 / 0.35);
    border-right-color: rgb(159 18 57 / 0.35);
  }

  .md\:border-x-rose-800\/40 {
    border-left-color: rgb(159 18 57 / 0.4);
    border-right-color: rgb(159 18 57 / 0.4);
  }

  .md\:border-x-rose-800\/45 {
    border-left-color: rgb(159 18 57 / 0.45);
    border-right-color: rgb(159 18 57 / 0.45);
  }

  .md\:border-x-rose-800\/5 {
    border-left-color: rgb(159 18 57 / 0.05);
    border-right-color: rgb(159 18 57 / 0.05);
  }

  .md\:border-x-rose-800\/50 {
    border-left-color: rgb(159 18 57 / 0.5);
    border-right-color: rgb(159 18 57 / 0.5);
  }

  .md\:border-x-rose-800\/55 {
    border-left-color: rgb(159 18 57 / 0.55);
    border-right-color: rgb(159 18 57 / 0.55);
  }

  .md\:border-x-rose-800\/60 {
    border-left-color: rgb(159 18 57 / 0.6);
    border-right-color: rgb(159 18 57 / 0.6);
  }

  .md\:border-x-rose-800\/65 {
    border-left-color: rgb(159 18 57 / 0.65);
    border-right-color: rgb(159 18 57 / 0.65);
  }

  .md\:border-x-rose-800\/70 {
    border-left-color: rgb(159 18 57 / 0.7);
    border-right-color: rgb(159 18 57 / 0.7);
  }

  .md\:border-x-rose-800\/75 {
    border-left-color: rgb(159 18 57 / 0.75);
    border-right-color: rgb(159 18 57 / 0.75);
  }

  .md\:border-x-rose-800\/80 {
    border-left-color: rgb(159 18 57 / 0.8);
    border-right-color: rgb(159 18 57 / 0.8);
  }

  .md\:border-x-rose-800\/85 {
    border-left-color: rgb(159 18 57 / 0.85);
    border-right-color: rgb(159 18 57 / 0.85);
  }

  .md\:border-x-rose-800\/90 {
    border-left-color: rgb(159 18 57 / 0.9);
    border-right-color: rgb(159 18 57 / 0.9);
  }

  .md\:border-x-rose-800\/95 {
    border-left-color: rgb(159 18 57 / 0.95);
    border-right-color: rgb(159 18 57 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-rose-900\/0 {
    border-left-color: rgb(136 19 55 / 0);
    border-right-color: rgb(136 19 55 / 0);
  }

  .md\:border-x-rose-900\/10 {
    border-left-color: rgb(136 19 55 / 0.1);
    border-right-color: rgb(136 19 55 / 0.1);
  }

  .md\:border-x-rose-900\/100 {
    border-left-color: rgb(136 19 55 / 1);
    border-right-color: rgb(136 19 55 / 1);
  }

  .md\:border-x-rose-900\/15 {
    border-left-color: rgb(136 19 55 / 0.15);
    border-right-color: rgb(136 19 55 / 0.15);
  }

  .md\:border-x-rose-900\/20 {
    border-left-color: rgb(136 19 55 / 0.2);
    border-right-color: rgb(136 19 55 / 0.2);
  }

  .md\:border-x-rose-900\/25 {
    border-left-color: rgb(136 19 55 / 0.25);
    border-right-color: rgb(136 19 55 / 0.25);
  }

  .md\:border-x-rose-900\/30 {
    border-left-color: rgb(136 19 55 / 0.3);
    border-right-color: rgb(136 19 55 / 0.3);
  }

  .md\:border-x-rose-900\/35 {
    border-left-color: rgb(136 19 55 / 0.35);
    border-right-color: rgb(136 19 55 / 0.35);
  }

  .md\:border-x-rose-900\/40 {
    border-left-color: rgb(136 19 55 / 0.4);
    border-right-color: rgb(136 19 55 / 0.4);
  }

  .md\:border-x-rose-900\/45 {
    border-left-color: rgb(136 19 55 / 0.45);
    border-right-color: rgb(136 19 55 / 0.45);
  }

  .md\:border-x-rose-900\/5 {
    border-left-color: rgb(136 19 55 / 0.05);
    border-right-color: rgb(136 19 55 / 0.05);
  }

  .md\:border-x-rose-900\/50 {
    border-left-color: rgb(136 19 55 / 0.5);
    border-right-color: rgb(136 19 55 / 0.5);
  }

  .md\:border-x-rose-900\/55 {
    border-left-color: rgb(136 19 55 / 0.55);
    border-right-color: rgb(136 19 55 / 0.55);
  }

  .md\:border-x-rose-900\/60 {
    border-left-color: rgb(136 19 55 / 0.6);
    border-right-color: rgb(136 19 55 / 0.6);
  }

  .md\:border-x-rose-900\/65 {
    border-left-color: rgb(136 19 55 / 0.65);
    border-right-color: rgb(136 19 55 / 0.65);
  }

  .md\:border-x-rose-900\/70 {
    border-left-color: rgb(136 19 55 / 0.7);
    border-right-color: rgb(136 19 55 / 0.7);
  }

  .md\:border-x-rose-900\/75 {
    border-left-color: rgb(136 19 55 / 0.75);
    border-right-color: rgb(136 19 55 / 0.75);
  }

  .md\:border-x-rose-900\/80 {
    border-left-color: rgb(136 19 55 / 0.8);
    border-right-color: rgb(136 19 55 / 0.8);
  }

  .md\:border-x-rose-900\/85 {
    border-left-color: rgb(136 19 55 / 0.85);
    border-right-color: rgb(136 19 55 / 0.85);
  }

  .md\:border-x-rose-900\/90 {
    border-left-color: rgb(136 19 55 / 0.9);
    border-right-color: rgb(136 19 55 / 0.9);
  }

  .md\:border-x-rose-900\/95 {
    border-left-color: rgb(136 19 55 / 0.95);
    border-right-color: rgb(136 19 55 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-rose-950\/0 {
    border-left-color: rgb(76 5 25 / 0);
    border-right-color: rgb(76 5 25 / 0);
  }

  .md\:border-x-rose-950\/10 {
    border-left-color: rgb(76 5 25 / 0.1);
    border-right-color: rgb(76 5 25 / 0.1);
  }

  .md\:border-x-rose-950\/100 {
    border-left-color: rgb(76 5 25 / 1);
    border-right-color: rgb(76 5 25 / 1);
  }

  .md\:border-x-rose-950\/15 {
    border-left-color: rgb(76 5 25 / 0.15);
    border-right-color: rgb(76 5 25 / 0.15);
  }

  .md\:border-x-rose-950\/20 {
    border-left-color: rgb(76 5 25 / 0.2);
    border-right-color: rgb(76 5 25 / 0.2);
  }

  .md\:border-x-rose-950\/25 {
    border-left-color: rgb(76 5 25 / 0.25);
    border-right-color: rgb(76 5 25 / 0.25);
  }

  .md\:border-x-rose-950\/30 {
    border-left-color: rgb(76 5 25 / 0.3);
    border-right-color: rgb(76 5 25 / 0.3);
  }

  .md\:border-x-rose-950\/35 {
    border-left-color: rgb(76 5 25 / 0.35);
    border-right-color: rgb(76 5 25 / 0.35);
  }

  .md\:border-x-rose-950\/40 {
    border-left-color: rgb(76 5 25 / 0.4);
    border-right-color: rgb(76 5 25 / 0.4);
  }

  .md\:border-x-rose-950\/45 {
    border-left-color: rgb(76 5 25 / 0.45);
    border-right-color: rgb(76 5 25 / 0.45);
  }

  .md\:border-x-rose-950\/5 {
    border-left-color: rgb(76 5 25 / 0.05);
    border-right-color: rgb(76 5 25 / 0.05);
  }

  .md\:border-x-rose-950\/50 {
    border-left-color: rgb(76 5 25 / 0.5);
    border-right-color: rgb(76 5 25 / 0.5);
  }

  .md\:border-x-rose-950\/55 {
    border-left-color: rgb(76 5 25 / 0.55);
    border-right-color: rgb(76 5 25 / 0.55);
  }

  .md\:border-x-rose-950\/60 {
    border-left-color: rgb(76 5 25 / 0.6);
    border-right-color: rgb(76 5 25 / 0.6);
  }

  .md\:border-x-rose-950\/65 {
    border-left-color: rgb(76 5 25 / 0.65);
    border-right-color: rgb(76 5 25 / 0.65);
  }

  .md\:border-x-rose-950\/70 {
    border-left-color: rgb(76 5 25 / 0.7);
    border-right-color: rgb(76 5 25 / 0.7);
  }

  .md\:border-x-rose-950\/75 {
    border-left-color: rgb(76 5 25 / 0.75);
    border-right-color: rgb(76 5 25 / 0.75);
  }

  .md\:border-x-rose-950\/80 {
    border-left-color: rgb(76 5 25 / 0.8);
    border-right-color: rgb(76 5 25 / 0.8);
  }

  .md\:border-x-rose-950\/85 {
    border-left-color: rgb(76 5 25 / 0.85);
    border-right-color: rgb(76 5 25 / 0.85);
  }

  .md\:border-x-rose-950\/90 {
    border-left-color: rgb(76 5 25 / 0.9);
    border-right-color: rgb(76 5 25 / 0.9);
  }

  .md\:border-x-rose-950\/95 {
    border-left-color: rgb(76 5 25 / 0.95);
    border-right-color: rgb(76 5 25 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-sky-100\/0 {
    border-left-color: rgb(224 242 254 / 0);
    border-right-color: rgb(224 242 254 / 0);
  }

  .md\:border-x-sky-100\/10 {
    border-left-color: rgb(224 242 254 / 0.1);
    border-right-color: rgb(224 242 254 / 0.1);
  }

  .md\:border-x-sky-100\/100 {
    border-left-color: rgb(224 242 254 / 1);
    border-right-color: rgb(224 242 254 / 1);
  }

  .md\:border-x-sky-100\/15 {
    border-left-color: rgb(224 242 254 / 0.15);
    border-right-color: rgb(224 242 254 / 0.15);
  }

  .md\:border-x-sky-100\/20 {
    border-left-color: rgb(224 242 254 / 0.2);
    border-right-color: rgb(224 242 254 / 0.2);
  }

  .md\:border-x-sky-100\/25 {
    border-left-color: rgb(224 242 254 / 0.25);
    border-right-color: rgb(224 242 254 / 0.25);
  }

  .md\:border-x-sky-100\/30 {
    border-left-color: rgb(224 242 254 / 0.3);
    border-right-color: rgb(224 242 254 / 0.3);
  }

  .md\:border-x-sky-100\/35 {
    border-left-color: rgb(224 242 254 / 0.35);
    border-right-color: rgb(224 242 254 / 0.35);
  }

  .md\:border-x-sky-100\/40 {
    border-left-color: rgb(224 242 254 / 0.4);
    border-right-color: rgb(224 242 254 / 0.4);
  }

  .md\:border-x-sky-100\/45 {
    border-left-color: rgb(224 242 254 / 0.45);
    border-right-color: rgb(224 242 254 / 0.45);
  }

  .md\:border-x-sky-100\/5 {
    border-left-color: rgb(224 242 254 / 0.05);
    border-right-color: rgb(224 242 254 / 0.05);
  }

  .md\:border-x-sky-100\/50 {
    border-left-color: rgb(224 242 254 / 0.5);
    border-right-color: rgb(224 242 254 / 0.5);
  }

  .md\:border-x-sky-100\/55 {
    border-left-color: rgb(224 242 254 / 0.55);
    border-right-color: rgb(224 242 254 / 0.55);
  }

  .md\:border-x-sky-100\/60 {
    border-left-color: rgb(224 242 254 / 0.6);
    border-right-color: rgb(224 242 254 / 0.6);
  }

  .md\:border-x-sky-100\/65 {
    border-left-color: rgb(224 242 254 / 0.65);
    border-right-color: rgb(224 242 254 / 0.65);
  }

  .md\:border-x-sky-100\/70 {
    border-left-color: rgb(224 242 254 / 0.7);
    border-right-color: rgb(224 242 254 / 0.7);
  }

  .md\:border-x-sky-100\/75 {
    border-left-color: rgb(224 242 254 / 0.75);
    border-right-color: rgb(224 242 254 / 0.75);
  }

  .md\:border-x-sky-100\/80 {
    border-left-color: rgb(224 242 254 / 0.8);
    border-right-color: rgb(224 242 254 / 0.8);
  }

  .md\:border-x-sky-100\/85 {
    border-left-color: rgb(224 242 254 / 0.85);
    border-right-color: rgb(224 242 254 / 0.85);
  }

  .md\:border-x-sky-100\/90 {
    border-left-color: rgb(224 242 254 / 0.9);
    border-right-color: rgb(224 242 254 / 0.9);
  }

  .md\:border-x-sky-100\/95 {
    border-left-color: rgb(224 242 254 / 0.95);
    border-right-color: rgb(224 242 254 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-sky-200\/0 {
    border-left-color: rgb(186 230 253 / 0);
    border-right-color: rgb(186 230 253 / 0);
  }

  .md\:border-x-sky-200\/10 {
    border-left-color: rgb(186 230 253 / 0.1);
    border-right-color: rgb(186 230 253 / 0.1);
  }

  .md\:border-x-sky-200\/100 {
    border-left-color: rgb(186 230 253 / 1);
    border-right-color: rgb(186 230 253 / 1);
  }

  .md\:border-x-sky-200\/15 {
    border-left-color: rgb(186 230 253 / 0.15);
    border-right-color: rgb(186 230 253 / 0.15);
  }

  .md\:border-x-sky-200\/20 {
    border-left-color: rgb(186 230 253 / 0.2);
    border-right-color: rgb(186 230 253 / 0.2);
  }

  .md\:border-x-sky-200\/25 {
    border-left-color: rgb(186 230 253 / 0.25);
    border-right-color: rgb(186 230 253 / 0.25);
  }

  .md\:border-x-sky-200\/30 {
    border-left-color: rgb(186 230 253 / 0.3);
    border-right-color: rgb(186 230 253 / 0.3);
  }

  .md\:border-x-sky-200\/35 {
    border-left-color: rgb(186 230 253 / 0.35);
    border-right-color: rgb(186 230 253 / 0.35);
  }

  .md\:border-x-sky-200\/40 {
    border-left-color: rgb(186 230 253 / 0.4);
    border-right-color: rgb(186 230 253 / 0.4);
  }

  .md\:border-x-sky-200\/45 {
    border-left-color: rgb(186 230 253 / 0.45);
    border-right-color: rgb(186 230 253 / 0.45);
  }

  .md\:border-x-sky-200\/5 {
    border-left-color: rgb(186 230 253 / 0.05);
    border-right-color: rgb(186 230 253 / 0.05);
  }

  .md\:border-x-sky-200\/50 {
    border-left-color: rgb(186 230 253 / 0.5);
    border-right-color: rgb(186 230 253 / 0.5);
  }

  .md\:border-x-sky-200\/55 {
    border-left-color: rgb(186 230 253 / 0.55);
    border-right-color: rgb(186 230 253 / 0.55);
  }

  .md\:border-x-sky-200\/60 {
    border-left-color: rgb(186 230 253 / 0.6);
    border-right-color: rgb(186 230 253 / 0.6);
  }

  .md\:border-x-sky-200\/65 {
    border-left-color: rgb(186 230 253 / 0.65);
    border-right-color: rgb(186 230 253 / 0.65);
  }

  .md\:border-x-sky-200\/70 {
    border-left-color: rgb(186 230 253 / 0.7);
    border-right-color: rgb(186 230 253 / 0.7);
  }

  .md\:border-x-sky-200\/75 {
    border-left-color: rgb(186 230 253 / 0.75);
    border-right-color: rgb(186 230 253 / 0.75);
  }

  .md\:border-x-sky-200\/80 {
    border-left-color: rgb(186 230 253 / 0.8);
    border-right-color: rgb(186 230 253 / 0.8);
  }

  .md\:border-x-sky-200\/85 {
    border-left-color: rgb(186 230 253 / 0.85);
    border-right-color: rgb(186 230 253 / 0.85);
  }

  .md\:border-x-sky-200\/90 {
    border-left-color: rgb(186 230 253 / 0.9);
    border-right-color: rgb(186 230 253 / 0.9);
  }

  .md\:border-x-sky-200\/95 {
    border-left-color: rgb(186 230 253 / 0.95);
    border-right-color: rgb(186 230 253 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-sky-300\/0 {
    border-left-color: rgb(125 211 252 / 0);
    border-right-color: rgb(125 211 252 / 0);
  }

  .md\:border-x-sky-300\/10 {
    border-left-color: rgb(125 211 252 / 0.1);
    border-right-color: rgb(125 211 252 / 0.1);
  }

  .md\:border-x-sky-300\/100 {
    border-left-color: rgb(125 211 252 / 1);
    border-right-color: rgb(125 211 252 / 1);
  }

  .md\:border-x-sky-300\/15 {
    border-left-color: rgb(125 211 252 / 0.15);
    border-right-color: rgb(125 211 252 / 0.15);
  }

  .md\:border-x-sky-300\/20 {
    border-left-color: rgb(125 211 252 / 0.2);
    border-right-color: rgb(125 211 252 / 0.2);
  }

  .md\:border-x-sky-300\/25 {
    border-left-color: rgb(125 211 252 / 0.25);
    border-right-color: rgb(125 211 252 / 0.25);
  }

  .md\:border-x-sky-300\/30 {
    border-left-color: rgb(125 211 252 / 0.3);
    border-right-color: rgb(125 211 252 / 0.3);
  }

  .md\:border-x-sky-300\/35 {
    border-left-color: rgb(125 211 252 / 0.35);
    border-right-color: rgb(125 211 252 / 0.35);
  }

  .md\:border-x-sky-300\/40 {
    border-left-color: rgb(125 211 252 / 0.4);
    border-right-color: rgb(125 211 252 / 0.4);
  }

  .md\:border-x-sky-300\/45 {
    border-left-color: rgb(125 211 252 / 0.45);
    border-right-color: rgb(125 211 252 / 0.45);
  }

  .md\:border-x-sky-300\/5 {
    border-left-color: rgb(125 211 252 / 0.05);
    border-right-color: rgb(125 211 252 / 0.05);
  }

  .md\:border-x-sky-300\/50 {
    border-left-color: rgb(125 211 252 / 0.5);
    border-right-color: rgb(125 211 252 / 0.5);
  }

  .md\:border-x-sky-300\/55 {
    border-left-color: rgb(125 211 252 / 0.55);
    border-right-color: rgb(125 211 252 / 0.55);
  }

  .md\:border-x-sky-300\/60 {
    border-left-color: rgb(125 211 252 / 0.6);
    border-right-color: rgb(125 211 252 / 0.6);
  }

  .md\:border-x-sky-300\/65 {
    border-left-color: rgb(125 211 252 / 0.65);
    border-right-color: rgb(125 211 252 / 0.65);
  }

  .md\:border-x-sky-300\/70 {
    border-left-color: rgb(125 211 252 / 0.7);
    border-right-color: rgb(125 211 252 / 0.7);
  }

  .md\:border-x-sky-300\/75 {
    border-left-color: rgb(125 211 252 / 0.75);
    border-right-color: rgb(125 211 252 / 0.75);
  }

  .md\:border-x-sky-300\/80 {
    border-left-color: rgb(125 211 252 / 0.8);
    border-right-color: rgb(125 211 252 / 0.8);
  }

  .md\:border-x-sky-300\/85 {
    border-left-color: rgb(125 211 252 / 0.85);
    border-right-color: rgb(125 211 252 / 0.85);
  }

  .md\:border-x-sky-300\/90 {
    border-left-color: rgb(125 211 252 / 0.9);
    border-right-color: rgb(125 211 252 / 0.9);
  }

  .md\:border-x-sky-300\/95 {
    border-left-color: rgb(125 211 252 / 0.95);
    border-right-color: rgb(125 211 252 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-sky-400\/0 {
    border-left-color: rgb(56 189 248 / 0);
    border-right-color: rgb(56 189 248 / 0);
  }

  .md\:border-x-sky-400\/10 {
    border-left-color: rgb(56 189 248 / 0.1);
    border-right-color: rgb(56 189 248 / 0.1);
  }

  .md\:border-x-sky-400\/100 {
    border-left-color: rgb(56 189 248 / 1);
    border-right-color: rgb(56 189 248 / 1);
  }

  .md\:border-x-sky-400\/15 {
    border-left-color: rgb(56 189 248 / 0.15);
    border-right-color: rgb(56 189 248 / 0.15);
  }

  .md\:border-x-sky-400\/20 {
    border-left-color: rgb(56 189 248 / 0.2);
    border-right-color: rgb(56 189 248 / 0.2);
  }

  .md\:border-x-sky-400\/25 {
    border-left-color: rgb(56 189 248 / 0.25);
    border-right-color: rgb(56 189 248 / 0.25);
  }

  .md\:border-x-sky-400\/30 {
    border-left-color: rgb(56 189 248 / 0.3);
    border-right-color: rgb(56 189 248 / 0.3);
  }

  .md\:border-x-sky-400\/35 {
    border-left-color: rgb(56 189 248 / 0.35);
    border-right-color: rgb(56 189 248 / 0.35);
  }

  .md\:border-x-sky-400\/40 {
    border-left-color: rgb(56 189 248 / 0.4);
    border-right-color: rgb(56 189 248 / 0.4);
  }

  .md\:border-x-sky-400\/45 {
    border-left-color: rgb(56 189 248 / 0.45);
    border-right-color: rgb(56 189 248 / 0.45);
  }

  .md\:border-x-sky-400\/5 {
    border-left-color: rgb(56 189 248 / 0.05);
    border-right-color: rgb(56 189 248 / 0.05);
  }

  .md\:border-x-sky-400\/50 {
    border-left-color: rgb(56 189 248 / 0.5);
    border-right-color: rgb(56 189 248 / 0.5);
  }

  .md\:border-x-sky-400\/55 {
    border-left-color: rgb(56 189 248 / 0.55);
    border-right-color: rgb(56 189 248 / 0.55);
  }

  .md\:border-x-sky-400\/60 {
    border-left-color: rgb(56 189 248 / 0.6);
    border-right-color: rgb(56 189 248 / 0.6);
  }

  .md\:border-x-sky-400\/65 {
    border-left-color: rgb(56 189 248 / 0.65);
    border-right-color: rgb(56 189 248 / 0.65);
  }

  .md\:border-x-sky-400\/70 {
    border-left-color: rgb(56 189 248 / 0.7);
    border-right-color: rgb(56 189 248 / 0.7);
  }

  .md\:border-x-sky-400\/75 {
    border-left-color: rgb(56 189 248 / 0.75);
    border-right-color: rgb(56 189 248 / 0.75);
  }

  .md\:border-x-sky-400\/80 {
    border-left-color: rgb(56 189 248 / 0.8);
    border-right-color: rgb(56 189 248 / 0.8);
  }

  .md\:border-x-sky-400\/85 {
    border-left-color: rgb(56 189 248 / 0.85);
    border-right-color: rgb(56 189 248 / 0.85);
  }

  .md\:border-x-sky-400\/90 {
    border-left-color: rgb(56 189 248 / 0.9);
    border-right-color: rgb(56 189 248 / 0.9);
  }

  .md\:border-x-sky-400\/95 {
    border-left-color: rgb(56 189 248 / 0.95);
    border-right-color: rgb(56 189 248 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-sky-50\/0 {
    border-left-color: rgb(240 249 255 / 0);
    border-right-color: rgb(240 249 255 / 0);
  }

  .md\:border-x-sky-50\/10 {
    border-left-color: rgb(240 249 255 / 0.1);
    border-right-color: rgb(240 249 255 / 0.1);
  }

  .md\:border-x-sky-50\/100 {
    border-left-color: rgb(240 249 255 / 1);
    border-right-color: rgb(240 249 255 / 1);
  }

  .md\:border-x-sky-50\/15 {
    border-left-color: rgb(240 249 255 / 0.15);
    border-right-color: rgb(240 249 255 / 0.15);
  }

  .md\:border-x-sky-50\/20 {
    border-left-color: rgb(240 249 255 / 0.2);
    border-right-color: rgb(240 249 255 / 0.2);
  }

  .md\:border-x-sky-50\/25 {
    border-left-color: rgb(240 249 255 / 0.25);
    border-right-color: rgb(240 249 255 / 0.25);
  }

  .md\:border-x-sky-50\/30 {
    border-left-color: rgb(240 249 255 / 0.3);
    border-right-color: rgb(240 249 255 / 0.3);
  }

  .md\:border-x-sky-50\/35 {
    border-left-color: rgb(240 249 255 / 0.35);
    border-right-color: rgb(240 249 255 / 0.35);
  }

  .md\:border-x-sky-50\/40 {
    border-left-color: rgb(240 249 255 / 0.4);
    border-right-color: rgb(240 249 255 / 0.4);
  }

  .md\:border-x-sky-50\/45 {
    border-left-color: rgb(240 249 255 / 0.45);
    border-right-color: rgb(240 249 255 / 0.45);
  }

  .md\:border-x-sky-50\/5 {
    border-left-color: rgb(240 249 255 / 0.05);
    border-right-color: rgb(240 249 255 / 0.05);
  }

  .md\:border-x-sky-50\/50 {
    border-left-color: rgb(240 249 255 / 0.5);
    border-right-color: rgb(240 249 255 / 0.5);
  }

  .md\:border-x-sky-50\/55 {
    border-left-color: rgb(240 249 255 / 0.55);
    border-right-color: rgb(240 249 255 / 0.55);
  }

  .md\:border-x-sky-50\/60 {
    border-left-color: rgb(240 249 255 / 0.6);
    border-right-color: rgb(240 249 255 / 0.6);
  }

  .md\:border-x-sky-50\/65 {
    border-left-color: rgb(240 249 255 / 0.65);
    border-right-color: rgb(240 249 255 / 0.65);
  }

  .md\:border-x-sky-50\/70 {
    border-left-color: rgb(240 249 255 / 0.7);
    border-right-color: rgb(240 249 255 / 0.7);
  }

  .md\:border-x-sky-50\/75 {
    border-left-color: rgb(240 249 255 / 0.75);
    border-right-color: rgb(240 249 255 / 0.75);
  }

  .md\:border-x-sky-50\/80 {
    border-left-color: rgb(240 249 255 / 0.8);
    border-right-color: rgb(240 249 255 / 0.8);
  }

  .md\:border-x-sky-50\/85 {
    border-left-color: rgb(240 249 255 / 0.85);
    border-right-color: rgb(240 249 255 / 0.85);
  }

  .md\:border-x-sky-50\/90 {
    border-left-color: rgb(240 249 255 / 0.9);
    border-right-color: rgb(240 249 255 / 0.9);
  }

  .md\:border-x-sky-50\/95 {
    border-left-color: rgb(240 249 255 / 0.95);
    border-right-color: rgb(240 249 255 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-sky-500\/0 {
    border-left-color: rgb(14 165 233 / 0);
    border-right-color: rgb(14 165 233 / 0);
  }

  .md\:border-x-sky-500\/10 {
    border-left-color: rgb(14 165 233 / 0.1);
    border-right-color: rgb(14 165 233 / 0.1);
  }

  .md\:border-x-sky-500\/100 {
    border-left-color: rgb(14 165 233 / 1);
    border-right-color: rgb(14 165 233 / 1);
  }

  .md\:border-x-sky-500\/15 {
    border-left-color: rgb(14 165 233 / 0.15);
    border-right-color: rgb(14 165 233 / 0.15);
  }

  .md\:border-x-sky-500\/20 {
    border-left-color: rgb(14 165 233 / 0.2);
    border-right-color: rgb(14 165 233 / 0.2);
  }

  .md\:border-x-sky-500\/25 {
    border-left-color: rgb(14 165 233 / 0.25);
    border-right-color: rgb(14 165 233 / 0.25);
  }

  .md\:border-x-sky-500\/30 {
    border-left-color: rgb(14 165 233 / 0.3);
    border-right-color: rgb(14 165 233 / 0.3);
  }

  .md\:border-x-sky-500\/35 {
    border-left-color: rgb(14 165 233 / 0.35);
    border-right-color: rgb(14 165 233 / 0.35);
  }

  .md\:border-x-sky-500\/40 {
    border-left-color: rgb(14 165 233 / 0.4);
    border-right-color: rgb(14 165 233 / 0.4);
  }

  .md\:border-x-sky-500\/45 {
    border-left-color: rgb(14 165 233 / 0.45);
    border-right-color: rgb(14 165 233 / 0.45);
  }

  .md\:border-x-sky-500\/5 {
    border-left-color: rgb(14 165 233 / 0.05);
    border-right-color: rgb(14 165 233 / 0.05);
  }

  .md\:border-x-sky-500\/50 {
    border-left-color: rgb(14 165 233 / 0.5);
    border-right-color: rgb(14 165 233 / 0.5);
  }

  .md\:border-x-sky-500\/55 {
    border-left-color: rgb(14 165 233 / 0.55);
    border-right-color: rgb(14 165 233 / 0.55);
  }

  .md\:border-x-sky-500\/60 {
    border-left-color: rgb(14 165 233 / 0.6);
    border-right-color: rgb(14 165 233 / 0.6);
  }

  .md\:border-x-sky-500\/65 {
    border-left-color: rgb(14 165 233 / 0.65);
    border-right-color: rgb(14 165 233 / 0.65);
  }

  .md\:border-x-sky-500\/70 {
    border-left-color: rgb(14 165 233 / 0.7);
    border-right-color: rgb(14 165 233 / 0.7);
  }

  .md\:border-x-sky-500\/75 {
    border-left-color: rgb(14 165 233 / 0.75);
    border-right-color: rgb(14 165 233 / 0.75);
  }

  .md\:border-x-sky-500\/80 {
    border-left-color: rgb(14 165 233 / 0.8);
    border-right-color: rgb(14 165 233 / 0.8);
  }

  .md\:border-x-sky-500\/85 {
    border-left-color: rgb(14 165 233 / 0.85);
    border-right-color: rgb(14 165 233 / 0.85);
  }

  .md\:border-x-sky-500\/90 {
    border-left-color: rgb(14 165 233 / 0.9);
    border-right-color: rgb(14 165 233 / 0.9);
  }

  .md\:border-x-sky-500\/95 {
    border-left-color: rgb(14 165 233 / 0.95);
    border-right-color: rgb(14 165 233 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-sky-600\/0 {
    border-left-color: rgb(2 132 199 / 0);
    border-right-color: rgb(2 132 199 / 0);
  }

  .md\:border-x-sky-600\/10 {
    border-left-color: rgb(2 132 199 / 0.1);
    border-right-color: rgb(2 132 199 / 0.1);
  }

  .md\:border-x-sky-600\/100 {
    border-left-color: rgb(2 132 199 / 1);
    border-right-color: rgb(2 132 199 / 1);
  }

  .md\:border-x-sky-600\/15 {
    border-left-color: rgb(2 132 199 / 0.15);
    border-right-color: rgb(2 132 199 / 0.15);
  }

  .md\:border-x-sky-600\/20 {
    border-left-color: rgb(2 132 199 / 0.2);
    border-right-color: rgb(2 132 199 / 0.2);
  }

  .md\:border-x-sky-600\/25 {
    border-left-color: rgb(2 132 199 / 0.25);
    border-right-color: rgb(2 132 199 / 0.25);
  }

  .md\:border-x-sky-600\/30 {
    border-left-color: rgb(2 132 199 / 0.3);
    border-right-color: rgb(2 132 199 / 0.3);
  }

  .md\:border-x-sky-600\/35 {
    border-left-color: rgb(2 132 199 / 0.35);
    border-right-color: rgb(2 132 199 / 0.35);
  }

  .md\:border-x-sky-600\/40 {
    border-left-color: rgb(2 132 199 / 0.4);
    border-right-color: rgb(2 132 199 / 0.4);
  }

  .md\:border-x-sky-600\/45 {
    border-left-color: rgb(2 132 199 / 0.45);
    border-right-color: rgb(2 132 199 / 0.45);
  }

  .md\:border-x-sky-600\/5 {
    border-left-color: rgb(2 132 199 / 0.05);
    border-right-color: rgb(2 132 199 / 0.05);
  }

  .md\:border-x-sky-600\/50 {
    border-left-color: rgb(2 132 199 / 0.5);
    border-right-color: rgb(2 132 199 / 0.5);
  }

  .md\:border-x-sky-600\/55 {
    border-left-color: rgb(2 132 199 / 0.55);
    border-right-color: rgb(2 132 199 / 0.55);
  }

  .md\:border-x-sky-600\/60 {
    border-left-color: rgb(2 132 199 / 0.6);
    border-right-color: rgb(2 132 199 / 0.6);
  }

  .md\:border-x-sky-600\/65 {
    border-left-color: rgb(2 132 199 / 0.65);
    border-right-color: rgb(2 132 199 / 0.65);
  }

  .md\:border-x-sky-600\/70 {
    border-left-color: rgb(2 132 199 / 0.7);
    border-right-color: rgb(2 132 199 / 0.7);
  }

  .md\:border-x-sky-600\/75 {
    border-left-color: rgb(2 132 199 / 0.75);
    border-right-color: rgb(2 132 199 / 0.75);
  }

  .md\:border-x-sky-600\/80 {
    border-left-color: rgb(2 132 199 / 0.8);
    border-right-color: rgb(2 132 199 / 0.8);
  }

  .md\:border-x-sky-600\/85 {
    border-left-color: rgb(2 132 199 / 0.85);
    border-right-color: rgb(2 132 199 / 0.85);
  }

  .md\:border-x-sky-600\/90 {
    border-left-color: rgb(2 132 199 / 0.9);
    border-right-color: rgb(2 132 199 / 0.9);
  }

  .md\:border-x-sky-600\/95 {
    border-left-color: rgb(2 132 199 / 0.95);
    border-right-color: rgb(2 132 199 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-sky-700\/0 {
    border-left-color: rgb(3 105 161 / 0);
    border-right-color: rgb(3 105 161 / 0);
  }

  .md\:border-x-sky-700\/10 {
    border-left-color: rgb(3 105 161 / 0.1);
    border-right-color: rgb(3 105 161 / 0.1);
  }

  .md\:border-x-sky-700\/100 {
    border-left-color: rgb(3 105 161 / 1);
    border-right-color: rgb(3 105 161 / 1);
  }

  .md\:border-x-sky-700\/15 {
    border-left-color: rgb(3 105 161 / 0.15);
    border-right-color: rgb(3 105 161 / 0.15);
  }

  .md\:border-x-sky-700\/20 {
    border-left-color: rgb(3 105 161 / 0.2);
    border-right-color: rgb(3 105 161 / 0.2);
  }

  .md\:border-x-sky-700\/25 {
    border-left-color: rgb(3 105 161 / 0.25);
    border-right-color: rgb(3 105 161 / 0.25);
  }

  .md\:border-x-sky-700\/30 {
    border-left-color: rgb(3 105 161 / 0.3);
    border-right-color: rgb(3 105 161 / 0.3);
  }

  .md\:border-x-sky-700\/35 {
    border-left-color: rgb(3 105 161 / 0.35);
    border-right-color: rgb(3 105 161 / 0.35);
  }

  .md\:border-x-sky-700\/40 {
    border-left-color: rgb(3 105 161 / 0.4);
    border-right-color: rgb(3 105 161 / 0.4);
  }

  .md\:border-x-sky-700\/45 {
    border-left-color: rgb(3 105 161 / 0.45);
    border-right-color: rgb(3 105 161 / 0.45);
  }

  .md\:border-x-sky-700\/5 {
    border-left-color: rgb(3 105 161 / 0.05);
    border-right-color: rgb(3 105 161 / 0.05);
  }

  .md\:border-x-sky-700\/50 {
    border-left-color: rgb(3 105 161 / 0.5);
    border-right-color: rgb(3 105 161 / 0.5);
  }

  .md\:border-x-sky-700\/55 {
    border-left-color: rgb(3 105 161 / 0.55);
    border-right-color: rgb(3 105 161 / 0.55);
  }

  .md\:border-x-sky-700\/60 {
    border-left-color: rgb(3 105 161 / 0.6);
    border-right-color: rgb(3 105 161 / 0.6);
  }

  .md\:border-x-sky-700\/65 {
    border-left-color: rgb(3 105 161 / 0.65);
    border-right-color: rgb(3 105 161 / 0.65);
  }

  .md\:border-x-sky-700\/70 {
    border-left-color: rgb(3 105 161 / 0.7);
    border-right-color: rgb(3 105 161 / 0.7);
  }

  .md\:border-x-sky-700\/75 {
    border-left-color: rgb(3 105 161 / 0.75);
    border-right-color: rgb(3 105 161 / 0.75);
  }

  .md\:border-x-sky-700\/80 {
    border-left-color: rgb(3 105 161 / 0.8);
    border-right-color: rgb(3 105 161 / 0.8);
  }

  .md\:border-x-sky-700\/85 {
    border-left-color: rgb(3 105 161 / 0.85);
    border-right-color: rgb(3 105 161 / 0.85);
  }

  .md\:border-x-sky-700\/90 {
    border-left-color: rgb(3 105 161 / 0.9);
    border-right-color: rgb(3 105 161 / 0.9);
  }

  .md\:border-x-sky-700\/95 {
    border-left-color: rgb(3 105 161 / 0.95);
    border-right-color: rgb(3 105 161 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-sky-800\/0 {
    border-left-color: rgb(7 89 133 / 0);
    border-right-color: rgb(7 89 133 / 0);
  }

  .md\:border-x-sky-800\/10 {
    border-left-color: rgb(7 89 133 / 0.1);
    border-right-color: rgb(7 89 133 / 0.1);
  }

  .md\:border-x-sky-800\/100 {
    border-left-color: rgb(7 89 133 / 1);
    border-right-color: rgb(7 89 133 / 1);
  }

  .md\:border-x-sky-800\/15 {
    border-left-color: rgb(7 89 133 / 0.15);
    border-right-color: rgb(7 89 133 / 0.15);
  }

  .md\:border-x-sky-800\/20 {
    border-left-color: rgb(7 89 133 / 0.2);
    border-right-color: rgb(7 89 133 / 0.2);
  }

  .md\:border-x-sky-800\/25 {
    border-left-color: rgb(7 89 133 / 0.25);
    border-right-color: rgb(7 89 133 / 0.25);
  }

  .md\:border-x-sky-800\/30 {
    border-left-color: rgb(7 89 133 / 0.3);
    border-right-color: rgb(7 89 133 / 0.3);
  }

  .md\:border-x-sky-800\/35 {
    border-left-color: rgb(7 89 133 / 0.35);
    border-right-color: rgb(7 89 133 / 0.35);
  }

  .md\:border-x-sky-800\/40 {
    border-left-color: rgb(7 89 133 / 0.4);
    border-right-color: rgb(7 89 133 / 0.4);
  }

  .md\:border-x-sky-800\/45 {
    border-left-color: rgb(7 89 133 / 0.45);
    border-right-color: rgb(7 89 133 / 0.45);
  }

  .md\:border-x-sky-800\/5 {
    border-left-color: rgb(7 89 133 / 0.05);
    border-right-color: rgb(7 89 133 / 0.05);
  }

  .md\:border-x-sky-800\/50 {
    border-left-color: rgb(7 89 133 / 0.5);
    border-right-color: rgb(7 89 133 / 0.5);
  }

  .md\:border-x-sky-800\/55 {
    border-left-color: rgb(7 89 133 / 0.55);
    border-right-color: rgb(7 89 133 / 0.55);
  }

  .md\:border-x-sky-800\/60 {
    border-left-color: rgb(7 89 133 / 0.6);
    border-right-color: rgb(7 89 133 / 0.6);
  }

  .md\:border-x-sky-800\/65 {
    border-left-color: rgb(7 89 133 / 0.65);
    border-right-color: rgb(7 89 133 / 0.65);
  }

  .md\:border-x-sky-800\/70 {
    border-left-color: rgb(7 89 133 / 0.7);
    border-right-color: rgb(7 89 133 / 0.7);
  }

  .md\:border-x-sky-800\/75 {
    border-left-color: rgb(7 89 133 / 0.75);
    border-right-color: rgb(7 89 133 / 0.75);
  }

  .md\:border-x-sky-800\/80 {
    border-left-color: rgb(7 89 133 / 0.8);
    border-right-color: rgb(7 89 133 / 0.8);
  }

  .md\:border-x-sky-800\/85 {
    border-left-color: rgb(7 89 133 / 0.85);
    border-right-color: rgb(7 89 133 / 0.85);
  }

  .md\:border-x-sky-800\/90 {
    border-left-color: rgb(7 89 133 / 0.9);
    border-right-color: rgb(7 89 133 / 0.9);
  }

  .md\:border-x-sky-800\/95 {
    border-left-color: rgb(7 89 133 / 0.95);
    border-right-color: rgb(7 89 133 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-sky-900\/0 {
    border-left-color: rgb(12 74 110 / 0);
    border-right-color: rgb(12 74 110 / 0);
  }

  .md\:border-x-sky-900\/10 {
    border-left-color: rgb(12 74 110 / 0.1);
    border-right-color: rgb(12 74 110 / 0.1);
  }

  .md\:border-x-sky-900\/100 {
    border-left-color: rgb(12 74 110 / 1);
    border-right-color: rgb(12 74 110 / 1);
  }

  .md\:border-x-sky-900\/15 {
    border-left-color: rgb(12 74 110 / 0.15);
    border-right-color: rgb(12 74 110 / 0.15);
  }

  .md\:border-x-sky-900\/20 {
    border-left-color: rgb(12 74 110 / 0.2);
    border-right-color: rgb(12 74 110 / 0.2);
  }

  .md\:border-x-sky-900\/25 {
    border-left-color: rgb(12 74 110 / 0.25);
    border-right-color: rgb(12 74 110 / 0.25);
  }

  .md\:border-x-sky-900\/30 {
    border-left-color: rgb(12 74 110 / 0.3);
    border-right-color: rgb(12 74 110 / 0.3);
  }

  .md\:border-x-sky-900\/35 {
    border-left-color: rgb(12 74 110 / 0.35);
    border-right-color: rgb(12 74 110 / 0.35);
  }

  .md\:border-x-sky-900\/40 {
    border-left-color: rgb(12 74 110 / 0.4);
    border-right-color: rgb(12 74 110 / 0.4);
  }

  .md\:border-x-sky-900\/45 {
    border-left-color: rgb(12 74 110 / 0.45);
    border-right-color: rgb(12 74 110 / 0.45);
  }

  .md\:border-x-sky-900\/5 {
    border-left-color: rgb(12 74 110 / 0.05);
    border-right-color: rgb(12 74 110 / 0.05);
  }

  .md\:border-x-sky-900\/50 {
    border-left-color: rgb(12 74 110 / 0.5);
    border-right-color: rgb(12 74 110 / 0.5);
  }

  .md\:border-x-sky-900\/55 {
    border-left-color: rgb(12 74 110 / 0.55);
    border-right-color: rgb(12 74 110 / 0.55);
  }

  .md\:border-x-sky-900\/60 {
    border-left-color: rgb(12 74 110 / 0.6);
    border-right-color: rgb(12 74 110 / 0.6);
  }

  .md\:border-x-sky-900\/65 {
    border-left-color: rgb(12 74 110 / 0.65);
    border-right-color: rgb(12 74 110 / 0.65);
  }

  .md\:border-x-sky-900\/70 {
    border-left-color: rgb(12 74 110 / 0.7);
    border-right-color: rgb(12 74 110 / 0.7);
  }

  .md\:border-x-sky-900\/75 {
    border-left-color: rgb(12 74 110 / 0.75);
    border-right-color: rgb(12 74 110 / 0.75);
  }

  .md\:border-x-sky-900\/80 {
    border-left-color: rgb(12 74 110 / 0.8);
    border-right-color: rgb(12 74 110 / 0.8);
  }

  .md\:border-x-sky-900\/85 {
    border-left-color: rgb(12 74 110 / 0.85);
    border-right-color: rgb(12 74 110 / 0.85);
  }

  .md\:border-x-sky-900\/90 {
    border-left-color: rgb(12 74 110 / 0.9);
    border-right-color: rgb(12 74 110 / 0.9);
  }

  .md\:border-x-sky-900\/95 {
    border-left-color: rgb(12 74 110 / 0.95);
    border-right-color: rgb(12 74 110 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-sky-950\/0 {
    border-left-color: rgb(8 47 73 / 0);
    border-right-color: rgb(8 47 73 / 0);
  }

  .md\:border-x-sky-950\/10 {
    border-left-color: rgb(8 47 73 / 0.1);
    border-right-color: rgb(8 47 73 / 0.1);
  }

  .md\:border-x-sky-950\/100 {
    border-left-color: rgb(8 47 73 / 1);
    border-right-color: rgb(8 47 73 / 1);
  }

  .md\:border-x-sky-950\/15 {
    border-left-color: rgb(8 47 73 / 0.15);
    border-right-color: rgb(8 47 73 / 0.15);
  }

  .md\:border-x-sky-950\/20 {
    border-left-color: rgb(8 47 73 / 0.2);
    border-right-color: rgb(8 47 73 / 0.2);
  }

  .md\:border-x-sky-950\/25 {
    border-left-color: rgb(8 47 73 / 0.25);
    border-right-color: rgb(8 47 73 / 0.25);
  }

  .md\:border-x-sky-950\/30 {
    border-left-color: rgb(8 47 73 / 0.3);
    border-right-color: rgb(8 47 73 / 0.3);
  }

  .md\:border-x-sky-950\/35 {
    border-left-color: rgb(8 47 73 / 0.35);
    border-right-color: rgb(8 47 73 / 0.35);
  }

  .md\:border-x-sky-950\/40 {
    border-left-color: rgb(8 47 73 / 0.4);
    border-right-color: rgb(8 47 73 / 0.4);
  }

  .md\:border-x-sky-950\/45 {
    border-left-color: rgb(8 47 73 / 0.45);
    border-right-color: rgb(8 47 73 / 0.45);
  }

  .md\:border-x-sky-950\/5 {
    border-left-color: rgb(8 47 73 / 0.05);
    border-right-color: rgb(8 47 73 / 0.05);
  }

  .md\:border-x-sky-950\/50 {
    border-left-color: rgb(8 47 73 / 0.5);
    border-right-color: rgb(8 47 73 / 0.5);
  }

  .md\:border-x-sky-950\/55 {
    border-left-color: rgb(8 47 73 / 0.55);
    border-right-color: rgb(8 47 73 / 0.55);
  }

  .md\:border-x-sky-950\/60 {
    border-left-color: rgb(8 47 73 / 0.6);
    border-right-color: rgb(8 47 73 / 0.6);
  }

  .md\:border-x-sky-950\/65 {
    border-left-color: rgb(8 47 73 / 0.65);
    border-right-color: rgb(8 47 73 / 0.65);
  }

  .md\:border-x-sky-950\/70 {
    border-left-color: rgb(8 47 73 / 0.7);
    border-right-color: rgb(8 47 73 / 0.7);
  }

  .md\:border-x-sky-950\/75 {
    border-left-color: rgb(8 47 73 / 0.75);
    border-right-color: rgb(8 47 73 / 0.75);
  }

  .md\:border-x-sky-950\/80 {
    border-left-color: rgb(8 47 73 / 0.8);
    border-right-color: rgb(8 47 73 / 0.8);
  }

  .md\:border-x-sky-950\/85 {
    border-left-color: rgb(8 47 73 / 0.85);
    border-right-color: rgb(8 47 73 / 0.85);
  }

  .md\:border-x-sky-950\/90 {
    border-left-color: rgb(8 47 73 / 0.9);
    border-right-color: rgb(8 47 73 / 0.9);
  }

  .md\:border-x-sky-950\/95 {
    border-left-color: rgb(8 47 73 / 0.95);
    border-right-color: rgb(8 47 73 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-slate-100\/0 {
    border-left-color: rgb(241 245 249 / 0);
    border-right-color: rgb(241 245 249 / 0);
  }

  .md\:border-x-slate-100\/10 {
    border-left-color: rgb(241 245 249 / 0.1);
    border-right-color: rgb(241 245 249 / 0.1);
  }

  .md\:border-x-slate-100\/100 {
    border-left-color: rgb(241 245 249 / 1);
    border-right-color: rgb(241 245 249 / 1);
  }

  .md\:border-x-slate-100\/15 {
    border-left-color: rgb(241 245 249 / 0.15);
    border-right-color: rgb(241 245 249 / 0.15);
  }

  .md\:border-x-slate-100\/20 {
    border-left-color: rgb(241 245 249 / 0.2);
    border-right-color: rgb(241 245 249 / 0.2);
  }

  .md\:border-x-slate-100\/25 {
    border-left-color: rgb(241 245 249 / 0.25);
    border-right-color: rgb(241 245 249 / 0.25);
  }

  .md\:border-x-slate-100\/30 {
    border-left-color: rgb(241 245 249 / 0.3);
    border-right-color: rgb(241 245 249 / 0.3);
  }

  .md\:border-x-slate-100\/35 {
    border-left-color: rgb(241 245 249 / 0.35);
    border-right-color: rgb(241 245 249 / 0.35);
  }

  .md\:border-x-slate-100\/40 {
    border-left-color: rgb(241 245 249 / 0.4);
    border-right-color: rgb(241 245 249 / 0.4);
  }

  .md\:border-x-slate-100\/45 {
    border-left-color: rgb(241 245 249 / 0.45);
    border-right-color: rgb(241 245 249 / 0.45);
  }

  .md\:border-x-slate-100\/5 {
    border-left-color: rgb(241 245 249 / 0.05);
    border-right-color: rgb(241 245 249 / 0.05);
  }

  .md\:border-x-slate-100\/50 {
    border-left-color: rgb(241 245 249 / 0.5);
    border-right-color: rgb(241 245 249 / 0.5);
  }

  .md\:border-x-slate-100\/55 {
    border-left-color: rgb(241 245 249 / 0.55);
    border-right-color: rgb(241 245 249 / 0.55);
  }

  .md\:border-x-slate-100\/60 {
    border-left-color: rgb(241 245 249 / 0.6);
    border-right-color: rgb(241 245 249 / 0.6);
  }

  .md\:border-x-slate-100\/65 {
    border-left-color: rgb(241 245 249 / 0.65);
    border-right-color: rgb(241 245 249 / 0.65);
  }

  .md\:border-x-slate-100\/70 {
    border-left-color: rgb(241 245 249 / 0.7);
    border-right-color: rgb(241 245 249 / 0.7);
  }

  .md\:border-x-slate-100\/75 {
    border-left-color: rgb(241 245 249 / 0.75);
    border-right-color: rgb(241 245 249 / 0.75);
  }

  .md\:border-x-slate-100\/80 {
    border-left-color: rgb(241 245 249 / 0.8);
    border-right-color: rgb(241 245 249 / 0.8);
  }

  .md\:border-x-slate-100\/85 {
    border-left-color: rgb(241 245 249 / 0.85);
    border-right-color: rgb(241 245 249 / 0.85);
  }

  .md\:border-x-slate-100\/90 {
    border-left-color: rgb(241 245 249 / 0.9);
    border-right-color: rgb(241 245 249 / 0.9);
  }

  .md\:border-x-slate-100\/95 {
    border-left-color: rgb(241 245 249 / 0.95);
    border-right-color: rgb(241 245 249 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-slate-200\/0 {
    border-left-color: rgb(226 232 240 / 0);
    border-right-color: rgb(226 232 240 / 0);
  }

  .md\:border-x-slate-200\/10 {
    border-left-color: rgb(226 232 240 / 0.1);
    border-right-color: rgb(226 232 240 / 0.1);
  }

  .md\:border-x-slate-200\/100 {
    border-left-color: rgb(226 232 240 / 1);
    border-right-color: rgb(226 232 240 / 1);
  }

  .md\:border-x-slate-200\/15 {
    border-left-color: rgb(226 232 240 / 0.15);
    border-right-color: rgb(226 232 240 / 0.15);
  }

  .md\:border-x-slate-200\/20 {
    border-left-color: rgb(226 232 240 / 0.2);
    border-right-color: rgb(226 232 240 / 0.2);
  }

  .md\:border-x-slate-200\/25 {
    border-left-color: rgb(226 232 240 / 0.25);
    border-right-color: rgb(226 232 240 / 0.25);
  }

  .md\:border-x-slate-200\/30 {
    border-left-color: rgb(226 232 240 / 0.3);
    border-right-color: rgb(226 232 240 / 0.3);
  }

  .md\:border-x-slate-200\/35 {
    border-left-color: rgb(226 232 240 / 0.35);
    border-right-color: rgb(226 232 240 / 0.35);
  }

  .md\:border-x-slate-200\/40 {
    border-left-color: rgb(226 232 240 / 0.4);
    border-right-color: rgb(226 232 240 / 0.4);
  }

  .md\:border-x-slate-200\/45 {
    border-left-color: rgb(226 232 240 / 0.45);
    border-right-color: rgb(226 232 240 / 0.45);
  }

  .md\:border-x-slate-200\/5 {
    border-left-color: rgb(226 232 240 / 0.05);
    border-right-color: rgb(226 232 240 / 0.05);
  }

  .md\:border-x-slate-200\/50 {
    border-left-color: rgb(226 232 240 / 0.5);
    border-right-color: rgb(226 232 240 / 0.5);
  }

  .md\:border-x-slate-200\/55 {
    border-left-color: rgb(226 232 240 / 0.55);
    border-right-color: rgb(226 232 240 / 0.55);
  }

  .md\:border-x-slate-200\/60 {
    border-left-color: rgb(226 232 240 / 0.6);
    border-right-color: rgb(226 232 240 / 0.6);
  }

  .md\:border-x-slate-200\/65 {
    border-left-color: rgb(226 232 240 / 0.65);
    border-right-color: rgb(226 232 240 / 0.65);
  }

  .md\:border-x-slate-200\/70 {
    border-left-color: rgb(226 232 240 / 0.7);
    border-right-color: rgb(226 232 240 / 0.7);
  }

  .md\:border-x-slate-200\/75 {
    border-left-color: rgb(226 232 240 / 0.75);
    border-right-color: rgb(226 232 240 / 0.75);
  }

  .md\:border-x-slate-200\/80 {
    border-left-color: rgb(226 232 240 / 0.8);
    border-right-color: rgb(226 232 240 / 0.8);
  }

  .md\:border-x-slate-200\/85 {
    border-left-color: rgb(226 232 240 / 0.85);
    border-right-color: rgb(226 232 240 / 0.85);
  }

  .md\:border-x-slate-200\/90 {
    border-left-color: rgb(226 232 240 / 0.9);
    border-right-color: rgb(226 232 240 / 0.9);
  }

  .md\:border-x-slate-200\/95 {
    border-left-color: rgb(226 232 240 / 0.95);
    border-right-color: rgb(226 232 240 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-slate-300\/0 {
    border-left-color: rgb(203 213 225 / 0);
    border-right-color: rgb(203 213 225 / 0);
  }

  .md\:border-x-slate-300\/10 {
    border-left-color: rgb(203 213 225 / 0.1);
    border-right-color: rgb(203 213 225 / 0.1);
  }

  .md\:border-x-slate-300\/100 {
    border-left-color: rgb(203 213 225 / 1);
    border-right-color: rgb(203 213 225 / 1);
  }

  .md\:border-x-slate-300\/15 {
    border-left-color: rgb(203 213 225 / 0.15);
    border-right-color: rgb(203 213 225 / 0.15);
  }

  .md\:border-x-slate-300\/20 {
    border-left-color: rgb(203 213 225 / 0.2);
    border-right-color: rgb(203 213 225 / 0.2);
  }

  .md\:border-x-slate-300\/25 {
    border-left-color: rgb(203 213 225 / 0.25);
    border-right-color: rgb(203 213 225 / 0.25);
  }

  .md\:border-x-slate-300\/30 {
    border-left-color: rgb(203 213 225 / 0.3);
    border-right-color: rgb(203 213 225 / 0.3);
  }

  .md\:border-x-slate-300\/35 {
    border-left-color: rgb(203 213 225 / 0.35);
    border-right-color: rgb(203 213 225 / 0.35);
  }

  .md\:border-x-slate-300\/40 {
    border-left-color: rgb(203 213 225 / 0.4);
    border-right-color: rgb(203 213 225 / 0.4);
  }

  .md\:border-x-slate-300\/45 {
    border-left-color: rgb(203 213 225 / 0.45);
    border-right-color: rgb(203 213 225 / 0.45);
  }

  .md\:border-x-slate-300\/5 {
    border-left-color: rgb(203 213 225 / 0.05);
    border-right-color: rgb(203 213 225 / 0.05);
  }

  .md\:border-x-slate-300\/50 {
    border-left-color: rgb(203 213 225 / 0.5);
    border-right-color: rgb(203 213 225 / 0.5);
  }

  .md\:border-x-slate-300\/55 {
    border-left-color: rgb(203 213 225 / 0.55);
    border-right-color: rgb(203 213 225 / 0.55);
  }

  .md\:border-x-slate-300\/60 {
    border-left-color: rgb(203 213 225 / 0.6);
    border-right-color: rgb(203 213 225 / 0.6);
  }

  .md\:border-x-slate-300\/65 {
    border-left-color: rgb(203 213 225 / 0.65);
    border-right-color: rgb(203 213 225 / 0.65);
  }

  .md\:border-x-slate-300\/70 {
    border-left-color: rgb(203 213 225 / 0.7);
    border-right-color: rgb(203 213 225 / 0.7);
  }

  .md\:border-x-slate-300\/75 {
    border-left-color: rgb(203 213 225 / 0.75);
    border-right-color: rgb(203 213 225 / 0.75);
  }

  .md\:border-x-slate-300\/80 {
    border-left-color: rgb(203 213 225 / 0.8);
    border-right-color: rgb(203 213 225 / 0.8);
  }

  .md\:border-x-slate-300\/85 {
    border-left-color: rgb(203 213 225 / 0.85);
    border-right-color: rgb(203 213 225 / 0.85);
  }

  .md\:border-x-slate-300\/90 {
    border-left-color: rgb(203 213 225 / 0.9);
    border-right-color: rgb(203 213 225 / 0.9);
  }

  .md\:border-x-slate-300\/95 {
    border-left-color: rgb(203 213 225 / 0.95);
    border-right-color: rgb(203 213 225 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-slate-400\/0 {
    border-left-color: rgb(148 163 184 / 0);
    border-right-color: rgb(148 163 184 / 0);
  }

  .md\:border-x-slate-400\/10 {
    border-left-color: rgb(148 163 184 / 0.1);
    border-right-color: rgb(148 163 184 / 0.1);
  }

  .md\:border-x-slate-400\/100 {
    border-left-color: rgb(148 163 184 / 1);
    border-right-color: rgb(148 163 184 / 1);
  }

  .md\:border-x-slate-400\/15 {
    border-left-color: rgb(148 163 184 / 0.15);
    border-right-color: rgb(148 163 184 / 0.15);
  }

  .md\:border-x-slate-400\/20 {
    border-left-color: rgb(148 163 184 / 0.2);
    border-right-color: rgb(148 163 184 / 0.2);
  }

  .md\:border-x-slate-400\/25 {
    border-left-color: rgb(148 163 184 / 0.25);
    border-right-color: rgb(148 163 184 / 0.25);
  }

  .md\:border-x-slate-400\/30 {
    border-left-color: rgb(148 163 184 / 0.3);
    border-right-color: rgb(148 163 184 / 0.3);
  }

  .md\:border-x-slate-400\/35 {
    border-left-color: rgb(148 163 184 / 0.35);
    border-right-color: rgb(148 163 184 / 0.35);
  }

  .md\:border-x-slate-400\/40 {
    border-left-color: rgb(148 163 184 / 0.4);
    border-right-color: rgb(148 163 184 / 0.4);
  }

  .md\:border-x-slate-400\/45 {
    border-left-color: rgb(148 163 184 / 0.45);
    border-right-color: rgb(148 163 184 / 0.45);
  }

  .md\:border-x-slate-400\/5 {
    border-left-color: rgb(148 163 184 / 0.05);
    border-right-color: rgb(148 163 184 / 0.05);
  }

  .md\:border-x-slate-400\/50 {
    border-left-color: rgb(148 163 184 / 0.5);
    border-right-color: rgb(148 163 184 / 0.5);
  }

  .md\:border-x-slate-400\/55 {
    border-left-color: rgb(148 163 184 / 0.55);
    border-right-color: rgb(148 163 184 / 0.55);
  }

  .md\:border-x-slate-400\/60 {
    border-left-color: rgb(148 163 184 / 0.6);
    border-right-color: rgb(148 163 184 / 0.6);
  }

  .md\:border-x-slate-400\/65 {
    border-left-color: rgb(148 163 184 / 0.65);
    border-right-color: rgb(148 163 184 / 0.65);
  }

  .md\:border-x-slate-400\/70 {
    border-left-color: rgb(148 163 184 / 0.7);
    border-right-color: rgb(148 163 184 / 0.7);
  }

  .md\:border-x-slate-400\/75 {
    border-left-color: rgb(148 163 184 / 0.75);
    border-right-color: rgb(148 163 184 / 0.75);
  }

  .md\:border-x-slate-400\/80 {
    border-left-color: rgb(148 163 184 / 0.8);
    border-right-color: rgb(148 163 184 / 0.8);
  }

  .md\:border-x-slate-400\/85 {
    border-left-color: rgb(148 163 184 / 0.85);
    border-right-color: rgb(148 163 184 / 0.85);
  }

  .md\:border-x-slate-400\/90 {
    border-left-color: rgb(148 163 184 / 0.9);
    border-right-color: rgb(148 163 184 / 0.9);
  }

  .md\:border-x-slate-400\/95 {
    border-left-color: rgb(148 163 184 / 0.95);
    border-right-color: rgb(148 163 184 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-slate-50\/0 {
    border-left-color: rgb(248 250 252 / 0);
    border-right-color: rgb(248 250 252 / 0);
  }

  .md\:border-x-slate-50\/10 {
    border-left-color: rgb(248 250 252 / 0.1);
    border-right-color: rgb(248 250 252 / 0.1);
  }

  .md\:border-x-slate-50\/100 {
    border-left-color: rgb(248 250 252 / 1);
    border-right-color: rgb(248 250 252 / 1);
  }

  .md\:border-x-slate-50\/15 {
    border-left-color: rgb(248 250 252 / 0.15);
    border-right-color: rgb(248 250 252 / 0.15);
  }

  .md\:border-x-slate-50\/20 {
    border-left-color: rgb(248 250 252 / 0.2);
    border-right-color: rgb(248 250 252 / 0.2);
  }

  .md\:border-x-slate-50\/25 {
    border-left-color: rgb(248 250 252 / 0.25);
    border-right-color: rgb(248 250 252 / 0.25);
  }

  .md\:border-x-slate-50\/30 {
    border-left-color: rgb(248 250 252 / 0.3);
    border-right-color: rgb(248 250 252 / 0.3);
  }

  .md\:border-x-slate-50\/35 {
    border-left-color: rgb(248 250 252 / 0.35);
    border-right-color: rgb(248 250 252 / 0.35);
  }

  .md\:border-x-slate-50\/40 {
    border-left-color: rgb(248 250 252 / 0.4);
    border-right-color: rgb(248 250 252 / 0.4);
  }

  .md\:border-x-slate-50\/45 {
    border-left-color: rgb(248 250 252 / 0.45);
    border-right-color: rgb(248 250 252 / 0.45);
  }

  .md\:border-x-slate-50\/5 {
    border-left-color: rgb(248 250 252 / 0.05);
    border-right-color: rgb(248 250 252 / 0.05);
  }

  .md\:border-x-slate-50\/50 {
    border-left-color: rgb(248 250 252 / 0.5);
    border-right-color: rgb(248 250 252 / 0.5);
  }

  .md\:border-x-slate-50\/55 {
    border-left-color: rgb(248 250 252 / 0.55);
    border-right-color: rgb(248 250 252 / 0.55);
  }

  .md\:border-x-slate-50\/60 {
    border-left-color: rgb(248 250 252 / 0.6);
    border-right-color: rgb(248 250 252 / 0.6);
  }

  .md\:border-x-slate-50\/65 {
    border-left-color: rgb(248 250 252 / 0.65);
    border-right-color: rgb(248 250 252 / 0.65);
  }

  .md\:border-x-slate-50\/70 {
    border-left-color: rgb(248 250 252 / 0.7);
    border-right-color: rgb(248 250 252 / 0.7);
  }

  .md\:border-x-slate-50\/75 {
    border-left-color: rgb(248 250 252 / 0.75);
    border-right-color: rgb(248 250 252 / 0.75);
  }

  .md\:border-x-slate-50\/80 {
    border-left-color: rgb(248 250 252 / 0.8);
    border-right-color: rgb(248 250 252 / 0.8);
  }

  .md\:border-x-slate-50\/85 {
    border-left-color: rgb(248 250 252 / 0.85);
    border-right-color: rgb(248 250 252 / 0.85);
  }

  .md\:border-x-slate-50\/90 {
    border-left-color: rgb(248 250 252 / 0.9);
    border-right-color: rgb(248 250 252 / 0.9);
  }

  .md\:border-x-slate-50\/95 {
    border-left-color: rgb(248 250 252 / 0.95);
    border-right-color: rgb(248 250 252 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-slate-500\/0 {
    border-left-color: rgb(100 116 139 / 0);
    border-right-color: rgb(100 116 139 / 0);
  }

  .md\:border-x-slate-500\/10 {
    border-left-color: rgb(100 116 139 / 0.1);
    border-right-color: rgb(100 116 139 / 0.1);
  }

  .md\:border-x-slate-500\/100 {
    border-left-color: rgb(100 116 139 / 1);
    border-right-color: rgb(100 116 139 / 1);
  }

  .md\:border-x-slate-500\/15 {
    border-left-color: rgb(100 116 139 / 0.15);
    border-right-color: rgb(100 116 139 / 0.15);
  }

  .md\:border-x-slate-500\/20 {
    border-left-color: rgb(100 116 139 / 0.2);
    border-right-color: rgb(100 116 139 / 0.2);
  }

  .md\:border-x-slate-500\/25 {
    border-left-color: rgb(100 116 139 / 0.25);
    border-right-color: rgb(100 116 139 / 0.25);
  }

  .md\:border-x-slate-500\/30 {
    border-left-color: rgb(100 116 139 / 0.3);
    border-right-color: rgb(100 116 139 / 0.3);
  }

  .md\:border-x-slate-500\/35 {
    border-left-color: rgb(100 116 139 / 0.35);
    border-right-color: rgb(100 116 139 / 0.35);
  }

  .md\:border-x-slate-500\/40 {
    border-left-color: rgb(100 116 139 / 0.4);
    border-right-color: rgb(100 116 139 / 0.4);
  }

  .md\:border-x-slate-500\/45 {
    border-left-color: rgb(100 116 139 / 0.45);
    border-right-color: rgb(100 116 139 / 0.45);
  }

  .md\:border-x-slate-500\/5 {
    border-left-color: rgb(100 116 139 / 0.05);
    border-right-color: rgb(100 116 139 / 0.05);
  }

  .md\:border-x-slate-500\/50 {
    border-left-color: rgb(100 116 139 / 0.5);
    border-right-color: rgb(100 116 139 / 0.5);
  }

  .md\:border-x-slate-500\/55 {
    border-left-color: rgb(100 116 139 / 0.55);
    border-right-color: rgb(100 116 139 / 0.55);
  }

  .md\:border-x-slate-500\/60 {
    border-left-color: rgb(100 116 139 / 0.6);
    border-right-color: rgb(100 116 139 / 0.6);
  }

  .md\:border-x-slate-500\/65 {
    border-left-color: rgb(100 116 139 / 0.65);
    border-right-color: rgb(100 116 139 / 0.65);
  }

  .md\:border-x-slate-500\/70 {
    border-left-color: rgb(100 116 139 / 0.7);
    border-right-color: rgb(100 116 139 / 0.7);
  }

  .md\:border-x-slate-500\/75 {
    border-left-color: rgb(100 116 139 / 0.75);
    border-right-color: rgb(100 116 139 / 0.75);
  }

  .md\:border-x-slate-500\/80 {
    border-left-color: rgb(100 116 139 / 0.8);
    border-right-color: rgb(100 116 139 / 0.8);
  }

  .md\:border-x-slate-500\/85 {
    border-left-color: rgb(100 116 139 / 0.85);
    border-right-color: rgb(100 116 139 / 0.85);
  }

  .md\:border-x-slate-500\/90 {
    border-left-color: rgb(100 116 139 / 0.9);
    border-right-color: rgb(100 116 139 / 0.9);
  }

  .md\:border-x-slate-500\/95 {
    border-left-color: rgb(100 116 139 / 0.95);
    border-right-color: rgb(100 116 139 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-slate-600\/0 {
    border-left-color: rgb(71 85 105 / 0);
    border-right-color: rgb(71 85 105 / 0);
  }

  .md\:border-x-slate-600\/10 {
    border-left-color: rgb(71 85 105 / 0.1);
    border-right-color: rgb(71 85 105 / 0.1);
  }

  .md\:border-x-slate-600\/100 {
    border-left-color: rgb(71 85 105 / 1);
    border-right-color: rgb(71 85 105 / 1);
  }

  .md\:border-x-slate-600\/15 {
    border-left-color: rgb(71 85 105 / 0.15);
    border-right-color: rgb(71 85 105 / 0.15);
  }

  .md\:border-x-slate-600\/20 {
    border-left-color: rgb(71 85 105 / 0.2);
    border-right-color: rgb(71 85 105 / 0.2);
  }

  .md\:border-x-slate-600\/25 {
    border-left-color: rgb(71 85 105 / 0.25);
    border-right-color: rgb(71 85 105 / 0.25);
  }

  .md\:border-x-slate-600\/30 {
    border-left-color: rgb(71 85 105 / 0.3);
    border-right-color: rgb(71 85 105 / 0.3);
  }

  .md\:border-x-slate-600\/35 {
    border-left-color: rgb(71 85 105 / 0.35);
    border-right-color: rgb(71 85 105 / 0.35);
  }

  .md\:border-x-slate-600\/40 {
    border-left-color: rgb(71 85 105 / 0.4);
    border-right-color: rgb(71 85 105 / 0.4);
  }

  .md\:border-x-slate-600\/45 {
    border-left-color: rgb(71 85 105 / 0.45);
    border-right-color: rgb(71 85 105 / 0.45);
  }

  .md\:border-x-slate-600\/5 {
    border-left-color: rgb(71 85 105 / 0.05);
    border-right-color: rgb(71 85 105 / 0.05);
  }

  .md\:border-x-slate-600\/50 {
    border-left-color: rgb(71 85 105 / 0.5);
    border-right-color: rgb(71 85 105 / 0.5);
  }

  .md\:border-x-slate-600\/55 {
    border-left-color: rgb(71 85 105 / 0.55);
    border-right-color: rgb(71 85 105 / 0.55);
  }

  .md\:border-x-slate-600\/60 {
    border-left-color: rgb(71 85 105 / 0.6);
    border-right-color: rgb(71 85 105 / 0.6);
  }

  .md\:border-x-slate-600\/65 {
    border-left-color: rgb(71 85 105 / 0.65);
    border-right-color: rgb(71 85 105 / 0.65);
  }

  .md\:border-x-slate-600\/70 {
    border-left-color: rgb(71 85 105 / 0.7);
    border-right-color: rgb(71 85 105 / 0.7);
  }

  .md\:border-x-slate-600\/75 {
    border-left-color: rgb(71 85 105 / 0.75);
    border-right-color: rgb(71 85 105 / 0.75);
  }

  .md\:border-x-slate-600\/80 {
    border-left-color: rgb(71 85 105 / 0.8);
    border-right-color: rgb(71 85 105 / 0.8);
  }

  .md\:border-x-slate-600\/85 {
    border-left-color: rgb(71 85 105 / 0.85);
    border-right-color: rgb(71 85 105 / 0.85);
  }

  .md\:border-x-slate-600\/90 {
    border-left-color: rgb(71 85 105 / 0.9);
    border-right-color: rgb(71 85 105 / 0.9);
  }

  .md\:border-x-slate-600\/95 {
    border-left-color: rgb(71 85 105 / 0.95);
    border-right-color: rgb(71 85 105 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-slate-700\/0 {
    border-left-color: rgb(51 65 85 / 0);
    border-right-color: rgb(51 65 85 / 0);
  }

  .md\:border-x-slate-700\/10 {
    border-left-color: rgb(51 65 85 / 0.1);
    border-right-color: rgb(51 65 85 / 0.1);
  }

  .md\:border-x-slate-700\/100 {
    border-left-color: rgb(51 65 85 / 1);
    border-right-color: rgb(51 65 85 / 1);
  }

  .md\:border-x-slate-700\/15 {
    border-left-color: rgb(51 65 85 / 0.15);
    border-right-color: rgb(51 65 85 / 0.15);
  }

  .md\:border-x-slate-700\/20 {
    border-left-color: rgb(51 65 85 / 0.2);
    border-right-color: rgb(51 65 85 / 0.2);
  }

  .md\:border-x-slate-700\/25 {
    border-left-color: rgb(51 65 85 / 0.25);
    border-right-color: rgb(51 65 85 / 0.25);
  }

  .md\:border-x-slate-700\/30 {
    border-left-color: rgb(51 65 85 / 0.3);
    border-right-color: rgb(51 65 85 / 0.3);
  }

  .md\:border-x-slate-700\/35 {
    border-left-color: rgb(51 65 85 / 0.35);
    border-right-color: rgb(51 65 85 / 0.35);
  }

  .md\:border-x-slate-700\/40 {
    border-left-color: rgb(51 65 85 / 0.4);
    border-right-color: rgb(51 65 85 / 0.4);
  }

  .md\:border-x-slate-700\/45 {
    border-left-color: rgb(51 65 85 / 0.45);
    border-right-color: rgb(51 65 85 / 0.45);
  }

  .md\:border-x-slate-700\/5 {
    border-left-color: rgb(51 65 85 / 0.05);
    border-right-color: rgb(51 65 85 / 0.05);
  }

  .md\:border-x-slate-700\/50 {
    border-left-color: rgb(51 65 85 / 0.5);
    border-right-color: rgb(51 65 85 / 0.5);
  }

  .md\:border-x-slate-700\/55 {
    border-left-color: rgb(51 65 85 / 0.55);
    border-right-color: rgb(51 65 85 / 0.55);
  }

  .md\:border-x-slate-700\/60 {
    border-left-color: rgb(51 65 85 / 0.6);
    border-right-color: rgb(51 65 85 / 0.6);
  }

  .md\:border-x-slate-700\/65 {
    border-left-color: rgb(51 65 85 / 0.65);
    border-right-color: rgb(51 65 85 / 0.65);
  }

  .md\:border-x-slate-700\/70 {
    border-left-color: rgb(51 65 85 / 0.7);
    border-right-color: rgb(51 65 85 / 0.7);
  }

  .md\:border-x-slate-700\/75 {
    border-left-color: rgb(51 65 85 / 0.75);
    border-right-color: rgb(51 65 85 / 0.75);
  }

  .md\:border-x-slate-700\/80 {
    border-left-color: rgb(51 65 85 / 0.8);
    border-right-color: rgb(51 65 85 / 0.8);
  }

  .md\:border-x-slate-700\/85 {
    border-left-color: rgb(51 65 85 / 0.85);
    border-right-color: rgb(51 65 85 / 0.85);
  }

  .md\:border-x-slate-700\/90 {
    border-left-color: rgb(51 65 85 / 0.9);
    border-right-color: rgb(51 65 85 / 0.9);
  }

  .md\:border-x-slate-700\/95 {
    border-left-color: rgb(51 65 85 / 0.95);
    border-right-color: rgb(51 65 85 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-slate-800\/0 {
    border-left-color: rgb(30 41 59 / 0);
    border-right-color: rgb(30 41 59 / 0);
  }

  .md\:border-x-slate-800\/10 {
    border-left-color: rgb(30 41 59 / 0.1);
    border-right-color: rgb(30 41 59 / 0.1);
  }

  .md\:border-x-slate-800\/100 {
    border-left-color: rgb(30 41 59 / 1);
    border-right-color: rgb(30 41 59 / 1);
  }

  .md\:border-x-slate-800\/15 {
    border-left-color: rgb(30 41 59 / 0.15);
    border-right-color: rgb(30 41 59 / 0.15);
  }

  .md\:border-x-slate-800\/20 {
    border-left-color: rgb(30 41 59 / 0.2);
    border-right-color: rgb(30 41 59 / 0.2);
  }

  .md\:border-x-slate-800\/25 {
    border-left-color: rgb(30 41 59 / 0.25);
    border-right-color: rgb(30 41 59 / 0.25);
  }

  .md\:border-x-slate-800\/30 {
    border-left-color: rgb(30 41 59 / 0.3);
    border-right-color: rgb(30 41 59 / 0.3);
  }

  .md\:border-x-slate-800\/35 {
    border-left-color: rgb(30 41 59 / 0.35);
    border-right-color: rgb(30 41 59 / 0.35);
  }

  .md\:border-x-slate-800\/40 {
    border-left-color: rgb(30 41 59 / 0.4);
    border-right-color: rgb(30 41 59 / 0.4);
  }

  .md\:border-x-slate-800\/45 {
    border-left-color: rgb(30 41 59 / 0.45);
    border-right-color: rgb(30 41 59 / 0.45);
  }

  .md\:border-x-slate-800\/5 {
    border-left-color: rgb(30 41 59 / 0.05);
    border-right-color: rgb(30 41 59 / 0.05);
  }

  .md\:border-x-slate-800\/50 {
    border-left-color: rgb(30 41 59 / 0.5);
    border-right-color: rgb(30 41 59 / 0.5);
  }

  .md\:border-x-slate-800\/55 {
    border-left-color: rgb(30 41 59 / 0.55);
    border-right-color: rgb(30 41 59 / 0.55);
  }

  .md\:border-x-slate-800\/60 {
    border-left-color: rgb(30 41 59 / 0.6);
    border-right-color: rgb(30 41 59 / 0.6);
  }

  .md\:border-x-slate-800\/65 {
    border-left-color: rgb(30 41 59 / 0.65);
    border-right-color: rgb(30 41 59 / 0.65);
  }

  .md\:border-x-slate-800\/70 {
    border-left-color: rgb(30 41 59 / 0.7);
    border-right-color: rgb(30 41 59 / 0.7);
  }

  .md\:border-x-slate-800\/75 {
    border-left-color: rgb(30 41 59 / 0.75);
    border-right-color: rgb(30 41 59 / 0.75);
  }

  .md\:border-x-slate-800\/80 {
    border-left-color: rgb(30 41 59 / 0.8);
    border-right-color: rgb(30 41 59 / 0.8);
  }

  .md\:border-x-slate-800\/85 {
    border-left-color: rgb(30 41 59 / 0.85);
    border-right-color: rgb(30 41 59 / 0.85);
  }

  .md\:border-x-slate-800\/90 {
    border-left-color: rgb(30 41 59 / 0.9);
    border-right-color: rgb(30 41 59 / 0.9);
  }

  .md\:border-x-slate-800\/95 {
    border-left-color: rgb(30 41 59 / 0.95);
    border-right-color: rgb(30 41 59 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-slate-900\/0 {
    border-left-color: rgb(15 23 42 / 0);
    border-right-color: rgb(15 23 42 / 0);
  }

  .md\:border-x-slate-900\/10 {
    border-left-color: rgb(15 23 42 / 0.1);
    border-right-color: rgb(15 23 42 / 0.1);
  }

  .md\:border-x-slate-900\/100 {
    border-left-color: rgb(15 23 42 / 1);
    border-right-color: rgb(15 23 42 / 1);
  }

  .md\:border-x-slate-900\/15 {
    border-left-color: rgb(15 23 42 / 0.15);
    border-right-color: rgb(15 23 42 / 0.15);
  }

  .md\:border-x-slate-900\/20 {
    border-left-color: rgb(15 23 42 / 0.2);
    border-right-color: rgb(15 23 42 / 0.2);
  }

  .md\:border-x-slate-900\/25 {
    border-left-color: rgb(15 23 42 / 0.25);
    border-right-color: rgb(15 23 42 / 0.25);
  }

  .md\:border-x-slate-900\/30 {
    border-left-color: rgb(15 23 42 / 0.3);
    border-right-color: rgb(15 23 42 / 0.3);
  }

  .md\:border-x-slate-900\/35 {
    border-left-color: rgb(15 23 42 / 0.35);
    border-right-color: rgb(15 23 42 / 0.35);
  }

  .md\:border-x-slate-900\/40 {
    border-left-color: rgb(15 23 42 / 0.4);
    border-right-color: rgb(15 23 42 / 0.4);
  }

  .md\:border-x-slate-900\/45 {
    border-left-color: rgb(15 23 42 / 0.45);
    border-right-color: rgb(15 23 42 / 0.45);
  }

  .md\:border-x-slate-900\/5 {
    border-left-color: rgb(15 23 42 / 0.05);
    border-right-color: rgb(15 23 42 / 0.05);
  }

  .md\:border-x-slate-900\/50 {
    border-left-color: rgb(15 23 42 / 0.5);
    border-right-color: rgb(15 23 42 / 0.5);
  }

  .md\:border-x-slate-900\/55 {
    border-left-color: rgb(15 23 42 / 0.55);
    border-right-color: rgb(15 23 42 / 0.55);
  }

  .md\:border-x-slate-900\/60 {
    border-left-color: rgb(15 23 42 / 0.6);
    border-right-color: rgb(15 23 42 / 0.6);
  }

  .md\:border-x-slate-900\/65 {
    border-left-color: rgb(15 23 42 / 0.65);
    border-right-color: rgb(15 23 42 / 0.65);
  }

  .md\:border-x-slate-900\/70 {
    border-left-color: rgb(15 23 42 / 0.7);
    border-right-color: rgb(15 23 42 / 0.7);
  }

  .md\:border-x-slate-900\/75 {
    border-left-color: rgb(15 23 42 / 0.75);
    border-right-color: rgb(15 23 42 / 0.75);
  }

  .md\:border-x-slate-900\/80 {
    border-left-color: rgb(15 23 42 / 0.8);
    border-right-color: rgb(15 23 42 / 0.8);
  }

  .md\:border-x-slate-900\/85 {
    border-left-color: rgb(15 23 42 / 0.85);
    border-right-color: rgb(15 23 42 / 0.85);
  }

  .md\:border-x-slate-900\/90 {
    border-left-color: rgb(15 23 42 / 0.9);
    border-right-color: rgb(15 23 42 / 0.9);
  }

  .md\:border-x-slate-900\/95 {
    border-left-color: rgb(15 23 42 / 0.95);
    border-right-color: rgb(15 23 42 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-slate-950\/0 {
    border-left-color: rgb(2 6 23 / 0);
    border-right-color: rgb(2 6 23 / 0);
  }

  .md\:border-x-slate-950\/10 {
    border-left-color: rgb(2 6 23 / 0.1);
    border-right-color: rgb(2 6 23 / 0.1);
  }

  .md\:border-x-slate-950\/100 {
    border-left-color: rgb(2 6 23 / 1);
    border-right-color: rgb(2 6 23 / 1);
  }

  .md\:border-x-slate-950\/15 {
    border-left-color: rgb(2 6 23 / 0.15);
    border-right-color: rgb(2 6 23 / 0.15);
  }

  .md\:border-x-slate-950\/20 {
    border-left-color: rgb(2 6 23 / 0.2);
    border-right-color: rgb(2 6 23 / 0.2);
  }

  .md\:border-x-slate-950\/25 {
    border-left-color: rgb(2 6 23 / 0.25);
    border-right-color: rgb(2 6 23 / 0.25);
  }

  .md\:border-x-slate-950\/30 {
    border-left-color: rgb(2 6 23 / 0.3);
    border-right-color: rgb(2 6 23 / 0.3);
  }

  .md\:border-x-slate-950\/35 {
    border-left-color: rgb(2 6 23 / 0.35);
    border-right-color: rgb(2 6 23 / 0.35);
  }

  .md\:border-x-slate-950\/40 {
    border-left-color: rgb(2 6 23 / 0.4);
    border-right-color: rgb(2 6 23 / 0.4);
  }

  .md\:border-x-slate-950\/45 {
    border-left-color: rgb(2 6 23 / 0.45);
    border-right-color: rgb(2 6 23 / 0.45);
  }

  .md\:border-x-slate-950\/5 {
    border-left-color: rgb(2 6 23 / 0.05);
    border-right-color: rgb(2 6 23 / 0.05);
  }

  .md\:border-x-slate-950\/50 {
    border-left-color: rgb(2 6 23 / 0.5);
    border-right-color: rgb(2 6 23 / 0.5);
  }

  .md\:border-x-slate-950\/55 {
    border-left-color: rgb(2 6 23 / 0.55);
    border-right-color: rgb(2 6 23 / 0.55);
  }

  .md\:border-x-slate-950\/60 {
    border-left-color: rgb(2 6 23 / 0.6);
    border-right-color: rgb(2 6 23 / 0.6);
  }

  .md\:border-x-slate-950\/65 {
    border-left-color: rgb(2 6 23 / 0.65);
    border-right-color: rgb(2 6 23 / 0.65);
  }

  .md\:border-x-slate-950\/70 {
    border-left-color: rgb(2 6 23 / 0.7);
    border-right-color: rgb(2 6 23 / 0.7);
  }

  .md\:border-x-slate-950\/75 {
    border-left-color: rgb(2 6 23 / 0.75);
    border-right-color: rgb(2 6 23 / 0.75);
  }

  .md\:border-x-slate-950\/80 {
    border-left-color: rgb(2 6 23 / 0.8);
    border-right-color: rgb(2 6 23 / 0.8);
  }

  .md\:border-x-slate-950\/85 {
    border-left-color: rgb(2 6 23 / 0.85);
    border-right-color: rgb(2 6 23 / 0.85);
  }

  .md\:border-x-slate-950\/90 {
    border-left-color: rgb(2 6 23 / 0.9);
    border-right-color: rgb(2 6 23 / 0.9);
  }

  .md\:border-x-slate-950\/95 {
    border-left-color: rgb(2 6 23 / 0.95);
    border-right-color: rgb(2 6 23 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-stone-100\/0 {
    border-left-color: rgb(245 245 244 / 0);
    border-right-color: rgb(245 245 244 / 0);
  }

  .md\:border-x-stone-100\/10 {
    border-left-color: rgb(245 245 244 / 0.1);
    border-right-color: rgb(245 245 244 / 0.1);
  }

  .md\:border-x-stone-100\/100 {
    border-left-color: rgb(245 245 244 / 1);
    border-right-color: rgb(245 245 244 / 1);
  }

  .md\:border-x-stone-100\/15 {
    border-left-color: rgb(245 245 244 / 0.15);
    border-right-color: rgb(245 245 244 / 0.15);
  }

  .md\:border-x-stone-100\/20 {
    border-left-color: rgb(245 245 244 / 0.2);
    border-right-color: rgb(245 245 244 / 0.2);
  }

  .md\:border-x-stone-100\/25 {
    border-left-color: rgb(245 245 244 / 0.25);
    border-right-color: rgb(245 245 244 / 0.25);
  }

  .md\:border-x-stone-100\/30 {
    border-left-color: rgb(245 245 244 / 0.3);
    border-right-color: rgb(245 245 244 / 0.3);
  }

  .md\:border-x-stone-100\/35 {
    border-left-color: rgb(245 245 244 / 0.35);
    border-right-color: rgb(245 245 244 / 0.35);
  }

  .md\:border-x-stone-100\/40 {
    border-left-color: rgb(245 245 244 / 0.4);
    border-right-color: rgb(245 245 244 / 0.4);
  }

  .md\:border-x-stone-100\/45 {
    border-left-color: rgb(245 245 244 / 0.45);
    border-right-color: rgb(245 245 244 / 0.45);
  }

  .md\:border-x-stone-100\/5 {
    border-left-color: rgb(245 245 244 / 0.05);
    border-right-color: rgb(245 245 244 / 0.05);
  }

  .md\:border-x-stone-100\/50 {
    border-left-color: rgb(245 245 244 / 0.5);
    border-right-color: rgb(245 245 244 / 0.5);
  }

  .md\:border-x-stone-100\/55 {
    border-left-color: rgb(245 245 244 / 0.55);
    border-right-color: rgb(245 245 244 / 0.55);
  }

  .md\:border-x-stone-100\/60 {
    border-left-color: rgb(245 245 244 / 0.6);
    border-right-color: rgb(245 245 244 / 0.6);
  }

  .md\:border-x-stone-100\/65 {
    border-left-color: rgb(245 245 244 / 0.65);
    border-right-color: rgb(245 245 244 / 0.65);
  }

  .md\:border-x-stone-100\/70 {
    border-left-color: rgb(245 245 244 / 0.7);
    border-right-color: rgb(245 245 244 / 0.7);
  }

  .md\:border-x-stone-100\/75 {
    border-left-color: rgb(245 245 244 / 0.75);
    border-right-color: rgb(245 245 244 / 0.75);
  }

  .md\:border-x-stone-100\/80 {
    border-left-color: rgb(245 245 244 / 0.8);
    border-right-color: rgb(245 245 244 / 0.8);
  }

  .md\:border-x-stone-100\/85 {
    border-left-color: rgb(245 245 244 / 0.85);
    border-right-color: rgb(245 245 244 / 0.85);
  }

  .md\:border-x-stone-100\/90 {
    border-left-color: rgb(245 245 244 / 0.9);
    border-right-color: rgb(245 245 244 / 0.9);
  }

  .md\:border-x-stone-100\/95 {
    border-left-color: rgb(245 245 244 / 0.95);
    border-right-color: rgb(245 245 244 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-stone-200\/0 {
    border-left-color: rgb(231 229 228 / 0);
    border-right-color: rgb(231 229 228 / 0);
  }

  .md\:border-x-stone-200\/10 {
    border-left-color: rgb(231 229 228 / 0.1);
    border-right-color: rgb(231 229 228 / 0.1);
  }

  .md\:border-x-stone-200\/100 {
    border-left-color: rgb(231 229 228 / 1);
    border-right-color: rgb(231 229 228 / 1);
  }

  .md\:border-x-stone-200\/15 {
    border-left-color: rgb(231 229 228 / 0.15);
    border-right-color: rgb(231 229 228 / 0.15);
  }

  .md\:border-x-stone-200\/20 {
    border-left-color: rgb(231 229 228 / 0.2);
    border-right-color: rgb(231 229 228 / 0.2);
  }

  .md\:border-x-stone-200\/25 {
    border-left-color: rgb(231 229 228 / 0.25);
    border-right-color: rgb(231 229 228 / 0.25);
  }

  .md\:border-x-stone-200\/30 {
    border-left-color: rgb(231 229 228 / 0.3);
    border-right-color: rgb(231 229 228 / 0.3);
  }

  .md\:border-x-stone-200\/35 {
    border-left-color: rgb(231 229 228 / 0.35);
    border-right-color: rgb(231 229 228 / 0.35);
  }

  .md\:border-x-stone-200\/40 {
    border-left-color: rgb(231 229 228 / 0.4);
    border-right-color: rgb(231 229 228 / 0.4);
  }

  .md\:border-x-stone-200\/45 {
    border-left-color: rgb(231 229 228 / 0.45);
    border-right-color: rgb(231 229 228 / 0.45);
  }

  .md\:border-x-stone-200\/5 {
    border-left-color: rgb(231 229 228 / 0.05);
    border-right-color: rgb(231 229 228 / 0.05);
  }

  .md\:border-x-stone-200\/50 {
    border-left-color: rgb(231 229 228 / 0.5);
    border-right-color: rgb(231 229 228 / 0.5);
  }

  .md\:border-x-stone-200\/55 {
    border-left-color: rgb(231 229 228 / 0.55);
    border-right-color: rgb(231 229 228 / 0.55);
  }

  .md\:border-x-stone-200\/60 {
    border-left-color: rgb(231 229 228 / 0.6);
    border-right-color: rgb(231 229 228 / 0.6);
  }

  .md\:border-x-stone-200\/65 {
    border-left-color: rgb(231 229 228 / 0.65);
    border-right-color: rgb(231 229 228 / 0.65);
  }

  .md\:border-x-stone-200\/70 {
    border-left-color: rgb(231 229 228 / 0.7);
    border-right-color: rgb(231 229 228 / 0.7);
  }

  .md\:border-x-stone-200\/75 {
    border-left-color: rgb(231 229 228 / 0.75);
    border-right-color: rgb(231 229 228 / 0.75);
  }

  .md\:border-x-stone-200\/80 {
    border-left-color: rgb(231 229 228 / 0.8);
    border-right-color: rgb(231 229 228 / 0.8);
  }

  .md\:border-x-stone-200\/85 {
    border-left-color: rgb(231 229 228 / 0.85);
    border-right-color: rgb(231 229 228 / 0.85);
  }

  .md\:border-x-stone-200\/90 {
    border-left-color: rgb(231 229 228 / 0.9);
    border-right-color: rgb(231 229 228 / 0.9);
  }

  .md\:border-x-stone-200\/95 {
    border-left-color: rgb(231 229 228 / 0.95);
    border-right-color: rgb(231 229 228 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-stone-300\/0 {
    border-left-color: rgb(214 211 209 / 0);
    border-right-color: rgb(214 211 209 / 0);
  }

  .md\:border-x-stone-300\/10 {
    border-left-color: rgb(214 211 209 / 0.1);
    border-right-color: rgb(214 211 209 / 0.1);
  }

  .md\:border-x-stone-300\/100 {
    border-left-color: rgb(214 211 209 / 1);
    border-right-color: rgb(214 211 209 / 1);
  }

  .md\:border-x-stone-300\/15 {
    border-left-color: rgb(214 211 209 / 0.15);
    border-right-color: rgb(214 211 209 / 0.15);
  }

  .md\:border-x-stone-300\/20 {
    border-left-color: rgb(214 211 209 / 0.2);
    border-right-color: rgb(214 211 209 / 0.2);
  }

  .md\:border-x-stone-300\/25 {
    border-left-color: rgb(214 211 209 / 0.25);
    border-right-color: rgb(214 211 209 / 0.25);
  }

  .md\:border-x-stone-300\/30 {
    border-left-color: rgb(214 211 209 / 0.3);
    border-right-color: rgb(214 211 209 / 0.3);
  }

  .md\:border-x-stone-300\/35 {
    border-left-color: rgb(214 211 209 / 0.35);
    border-right-color: rgb(214 211 209 / 0.35);
  }

  .md\:border-x-stone-300\/40 {
    border-left-color: rgb(214 211 209 / 0.4);
    border-right-color: rgb(214 211 209 / 0.4);
  }

  .md\:border-x-stone-300\/45 {
    border-left-color: rgb(214 211 209 / 0.45);
    border-right-color: rgb(214 211 209 / 0.45);
  }

  .md\:border-x-stone-300\/5 {
    border-left-color: rgb(214 211 209 / 0.05);
    border-right-color: rgb(214 211 209 / 0.05);
  }

  .md\:border-x-stone-300\/50 {
    border-left-color: rgb(214 211 209 / 0.5);
    border-right-color: rgb(214 211 209 / 0.5);
  }

  .md\:border-x-stone-300\/55 {
    border-left-color: rgb(214 211 209 / 0.55);
    border-right-color: rgb(214 211 209 / 0.55);
  }

  .md\:border-x-stone-300\/60 {
    border-left-color: rgb(214 211 209 / 0.6);
    border-right-color: rgb(214 211 209 / 0.6);
  }

  .md\:border-x-stone-300\/65 {
    border-left-color: rgb(214 211 209 / 0.65);
    border-right-color: rgb(214 211 209 / 0.65);
  }

  .md\:border-x-stone-300\/70 {
    border-left-color: rgb(214 211 209 / 0.7);
    border-right-color: rgb(214 211 209 / 0.7);
  }

  .md\:border-x-stone-300\/75 {
    border-left-color: rgb(214 211 209 / 0.75);
    border-right-color: rgb(214 211 209 / 0.75);
  }

  .md\:border-x-stone-300\/80 {
    border-left-color: rgb(214 211 209 / 0.8);
    border-right-color: rgb(214 211 209 / 0.8);
  }

  .md\:border-x-stone-300\/85 {
    border-left-color: rgb(214 211 209 / 0.85);
    border-right-color: rgb(214 211 209 / 0.85);
  }

  .md\:border-x-stone-300\/90 {
    border-left-color: rgb(214 211 209 / 0.9);
    border-right-color: rgb(214 211 209 / 0.9);
  }

  .md\:border-x-stone-300\/95 {
    border-left-color: rgb(214 211 209 / 0.95);
    border-right-color: rgb(214 211 209 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-stone-400\/0 {
    border-left-color: rgb(168 162 158 / 0);
    border-right-color: rgb(168 162 158 / 0);
  }

  .md\:border-x-stone-400\/10 {
    border-left-color: rgb(168 162 158 / 0.1);
    border-right-color: rgb(168 162 158 / 0.1);
  }

  .md\:border-x-stone-400\/100 {
    border-left-color: rgb(168 162 158 / 1);
    border-right-color: rgb(168 162 158 / 1);
  }

  .md\:border-x-stone-400\/15 {
    border-left-color: rgb(168 162 158 / 0.15);
    border-right-color: rgb(168 162 158 / 0.15);
  }

  .md\:border-x-stone-400\/20 {
    border-left-color: rgb(168 162 158 / 0.2);
    border-right-color: rgb(168 162 158 / 0.2);
  }

  .md\:border-x-stone-400\/25 {
    border-left-color: rgb(168 162 158 / 0.25);
    border-right-color: rgb(168 162 158 / 0.25);
  }

  .md\:border-x-stone-400\/30 {
    border-left-color: rgb(168 162 158 / 0.3);
    border-right-color: rgb(168 162 158 / 0.3);
  }

  .md\:border-x-stone-400\/35 {
    border-left-color: rgb(168 162 158 / 0.35);
    border-right-color: rgb(168 162 158 / 0.35);
  }

  .md\:border-x-stone-400\/40 {
    border-left-color: rgb(168 162 158 / 0.4);
    border-right-color: rgb(168 162 158 / 0.4);
  }

  .md\:border-x-stone-400\/45 {
    border-left-color: rgb(168 162 158 / 0.45);
    border-right-color: rgb(168 162 158 / 0.45);
  }

  .md\:border-x-stone-400\/5 {
    border-left-color: rgb(168 162 158 / 0.05);
    border-right-color: rgb(168 162 158 / 0.05);
  }

  .md\:border-x-stone-400\/50 {
    border-left-color: rgb(168 162 158 / 0.5);
    border-right-color: rgb(168 162 158 / 0.5);
  }

  .md\:border-x-stone-400\/55 {
    border-left-color: rgb(168 162 158 / 0.55);
    border-right-color: rgb(168 162 158 / 0.55);
  }

  .md\:border-x-stone-400\/60 {
    border-left-color: rgb(168 162 158 / 0.6);
    border-right-color: rgb(168 162 158 / 0.6);
  }

  .md\:border-x-stone-400\/65 {
    border-left-color: rgb(168 162 158 / 0.65);
    border-right-color: rgb(168 162 158 / 0.65);
  }

  .md\:border-x-stone-400\/70 {
    border-left-color: rgb(168 162 158 / 0.7);
    border-right-color: rgb(168 162 158 / 0.7);
  }

  .md\:border-x-stone-400\/75 {
    border-left-color: rgb(168 162 158 / 0.75);
    border-right-color: rgb(168 162 158 / 0.75);
  }

  .md\:border-x-stone-400\/80 {
    border-left-color: rgb(168 162 158 / 0.8);
    border-right-color: rgb(168 162 158 / 0.8);
  }

  .md\:border-x-stone-400\/85 {
    border-left-color: rgb(168 162 158 / 0.85);
    border-right-color: rgb(168 162 158 / 0.85);
  }

  .md\:border-x-stone-400\/90 {
    border-left-color: rgb(168 162 158 / 0.9);
    border-right-color: rgb(168 162 158 / 0.9);
  }

  .md\:border-x-stone-400\/95 {
    border-left-color: rgb(168 162 158 / 0.95);
    border-right-color: rgb(168 162 158 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-stone-50\/0 {
    border-left-color: rgb(250 250 249 / 0);
    border-right-color: rgb(250 250 249 / 0);
  }

  .md\:border-x-stone-50\/10 {
    border-left-color: rgb(250 250 249 / 0.1);
    border-right-color: rgb(250 250 249 / 0.1);
  }

  .md\:border-x-stone-50\/100 {
    border-left-color: rgb(250 250 249 / 1);
    border-right-color: rgb(250 250 249 / 1);
  }

  .md\:border-x-stone-50\/15 {
    border-left-color: rgb(250 250 249 / 0.15);
    border-right-color: rgb(250 250 249 / 0.15);
  }

  .md\:border-x-stone-50\/20 {
    border-left-color: rgb(250 250 249 / 0.2);
    border-right-color: rgb(250 250 249 / 0.2);
  }

  .md\:border-x-stone-50\/25 {
    border-left-color: rgb(250 250 249 / 0.25);
    border-right-color: rgb(250 250 249 / 0.25);
  }

  .md\:border-x-stone-50\/30 {
    border-left-color: rgb(250 250 249 / 0.3);
    border-right-color: rgb(250 250 249 / 0.3);
  }

  .md\:border-x-stone-50\/35 {
    border-left-color: rgb(250 250 249 / 0.35);
    border-right-color: rgb(250 250 249 / 0.35);
  }

  .md\:border-x-stone-50\/40 {
    border-left-color: rgb(250 250 249 / 0.4);
    border-right-color: rgb(250 250 249 / 0.4);
  }

  .md\:border-x-stone-50\/45 {
    border-left-color: rgb(250 250 249 / 0.45);
    border-right-color: rgb(250 250 249 / 0.45);
  }

  .md\:border-x-stone-50\/5 {
    border-left-color: rgb(250 250 249 / 0.05);
    border-right-color: rgb(250 250 249 / 0.05);
  }

  .md\:border-x-stone-50\/50 {
    border-left-color: rgb(250 250 249 / 0.5);
    border-right-color: rgb(250 250 249 / 0.5);
  }

  .md\:border-x-stone-50\/55 {
    border-left-color: rgb(250 250 249 / 0.55);
    border-right-color: rgb(250 250 249 / 0.55);
  }

  .md\:border-x-stone-50\/60 {
    border-left-color: rgb(250 250 249 / 0.6);
    border-right-color: rgb(250 250 249 / 0.6);
  }

  .md\:border-x-stone-50\/65 {
    border-left-color: rgb(250 250 249 / 0.65);
    border-right-color: rgb(250 250 249 / 0.65);
  }

  .md\:border-x-stone-50\/70 {
    border-left-color: rgb(250 250 249 / 0.7);
    border-right-color: rgb(250 250 249 / 0.7);
  }

  .md\:border-x-stone-50\/75 {
    border-left-color: rgb(250 250 249 / 0.75);
    border-right-color: rgb(250 250 249 / 0.75);
  }

  .md\:border-x-stone-50\/80 {
    border-left-color: rgb(250 250 249 / 0.8);
    border-right-color: rgb(250 250 249 / 0.8);
  }

  .md\:border-x-stone-50\/85 {
    border-left-color: rgb(250 250 249 / 0.85);
    border-right-color: rgb(250 250 249 / 0.85);
  }

  .md\:border-x-stone-50\/90 {
    border-left-color: rgb(250 250 249 / 0.9);
    border-right-color: rgb(250 250 249 / 0.9);
  }

  .md\:border-x-stone-50\/95 {
    border-left-color: rgb(250 250 249 / 0.95);
    border-right-color: rgb(250 250 249 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-stone-500\/0 {
    border-left-color: rgb(120 113 108 / 0);
    border-right-color: rgb(120 113 108 / 0);
  }

  .md\:border-x-stone-500\/10 {
    border-left-color: rgb(120 113 108 / 0.1);
    border-right-color: rgb(120 113 108 / 0.1);
  }

  .md\:border-x-stone-500\/100 {
    border-left-color: rgb(120 113 108 / 1);
    border-right-color: rgb(120 113 108 / 1);
  }

  .md\:border-x-stone-500\/15 {
    border-left-color: rgb(120 113 108 / 0.15);
    border-right-color: rgb(120 113 108 / 0.15);
  }

  .md\:border-x-stone-500\/20 {
    border-left-color: rgb(120 113 108 / 0.2);
    border-right-color: rgb(120 113 108 / 0.2);
  }

  .md\:border-x-stone-500\/25 {
    border-left-color: rgb(120 113 108 / 0.25);
    border-right-color: rgb(120 113 108 / 0.25);
  }

  .md\:border-x-stone-500\/30 {
    border-left-color: rgb(120 113 108 / 0.3);
    border-right-color: rgb(120 113 108 / 0.3);
  }

  .md\:border-x-stone-500\/35 {
    border-left-color: rgb(120 113 108 / 0.35);
    border-right-color: rgb(120 113 108 / 0.35);
  }

  .md\:border-x-stone-500\/40 {
    border-left-color: rgb(120 113 108 / 0.4);
    border-right-color: rgb(120 113 108 / 0.4);
  }

  .md\:border-x-stone-500\/45 {
    border-left-color: rgb(120 113 108 / 0.45);
    border-right-color: rgb(120 113 108 / 0.45);
  }

  .md\:border-x-stone-500\/5 {
    border-left-color: rgb(120 113 108 / 0.05);
    border-right-color: rgb(120 113 108 / 0.05);
  }

  .md\:border-x-stone-500\/50 {
    border-left-color: rgb(120 113 108 / 0.5);
    border-right-color: rgb(120 113 108 / 0.5);
  }

  .md\:border-x-stone-500\/55 {
    border-left-color: rgb(120 113 108 / 0.55);
    border-right-color: rgb(120 113 108 / 0.55);
  }

  .md\:border-x-stone-500\/60 {
    border-left-color: rgb(120 113 108 / 0.6);
    border-right-color: rgb(120 113 108 / 0.6);
  }

  .md\:border-x-stone-500\/65 {
    border-left-color: rgb(120 113 108 / 0.65);
    border-right-color: rgb(120 113 108 / 0.65);
  }

  .md\:border-x-stone-500\/70 {
    border-left-color: rgb(120 113 108 / 0.7);
    border-right-color: rgb(120 113 108 / 0.7);
  }

  .md\:border-x-stone-500\/75 {
    border-left-color: rgb(120 113 108 / 0.75);
    border-right-color: rgb(120 113 108 / 0.75);
  }

  .md\:border-x-stone-500\/80 {
    border-left-color: rgb(120 113 108 / 0.8);
    border-right-color: rgb(120 113 108 / 0.8);
  }

  .md\:border-x-stone-500\/85 {
    border-left-color: rgb(120 113 108 / 0.85);
    border-right-color: rgb(120 113 108 / 0.85);
  }

  .md\:border-x-stone-500\/90 {
    border-left-color: rgb(120 113 108 / 0.9);
    border-right-color: rgb(120 113 108 / 0.9);
  }

  .md\:border-x-stone-500\/95 {
    border-left-color: rgb(120 113 108 / 0.95);
    border-right-color: rgb(120 113 108 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-stone-600\/0 {
    border-left-color: rgb(87 83 78 / 0);
    border-right-color: rgb(87 83 78 / 0);
  }

  .md\:border-x-stone-600\/10 {
    border-left-color: rgb(87 83 78 / 0.1);
    border-right-color: rgb(87 83 78 / 0.1);
  }

  .md\:border-x-stone-600\/100 {
    border-left-color: rgb(87 83 78 / 1);
    border-right-color: rgb(87 83 78 / 1);
  }

  .md\:border-x-stone-600\/15 {
    border-left-color: rgb(87 83 78 / 0.15);
    border-right-color: rgb(87 83 78 / 0.15);
  }

  .md\:border-x-stone-600\/20 {
    border-left-color: rgb(87 83 78 / 0.2);
    border-right-color: rgb(87 83 78 / 0.2);
  }

  .md\:border-x-stone-600\/25 {
    border-left-color: rgb(87 83 78 / 0.25);
    border-right-color: rgb(87 83 78 / 0.25);
  }

  .md\:border-x-stone-600\/30 {
    border-left-color: rgb(87 83 78 / 0.3);
    border-right-color: rgb(87 83 78 / 0.3);
  }

  .md\:border-x-stone-600\/35 {
    border-left-color: rgb(87 83 78 / 0.35);
    border-right-color: rgb(87 83 78 / 0.35);
  }

  .md\:border-x-stone-600\/40 {
    border-left-color: rgb(87 83 78 / 0.4);
    border-right-color: rgb(87 83 78 / 0.4);
  }

  .md\:border-x-stone-600\/45 {
    border-left-color: rgb(87 83 78 / 0.45);
    border-right-color: rgb(87 83 78 / 0.45);
  }

  .md\:border-x-stone-600\/5 {
    border-left-color: rgb(87 83 78 / 0.05);
    border-right-color: rgb(87 83 78 / 0.05);
  }

  .md\:border-x-stone-600\/50 {
    border-left-color: rgb(87 83 78 / 0.5);
    border-right-color: rgb(87 83 78 / 0.5);
  }

  .md\:border-x-stone-600\/55 {
    border-left-color: rgb(87 83 78 / 0.55);
    border-right-color: rgb(87 83 78 / 0.55);
  }

  .md\:border-x-stone-600\/60 {
    border-left-color: rgb(87 83 78 / 0.6);
    border-right-color: rgb(87 83 78 / 0.6);
  }

  .md\:border-x-stone-600\/65 {
    border-left-color: rgb(87 83 78 / 0.65);
    border-right-color: rgb(87 83 78 / 0.65);
  }

  .md\:border-x-stone-600\/70 {
    border-left-color: rgb(87 83 78 / 0.7);
    border-right-color: rgb(87 83 78 / 0.7);
  }

  .md\:border-x-stone-600\/75 {
    border-left-color: rgb(87 83 78 / 0.75);
    border-right-color: rgb(87 83 78 / 0.75);
  }

  .md\:border-x-stone-600\/80 {
    border-left-color: rgb(87 83 78 / 0.8);
    border-right-color: rgb(87 83 78 / 0.8);
  }

  .md\:border-x-stone-600\/85 {
    border-left-color: rgb(87 83 78 / 0.85);
    border-right-color: rgb(87 83 78 / 0.85);
  }

  .md\:border-x-stone-600\/90 {
    border-left-color: rgb(87 83 78 / 0.9);
    border-right-color: rgb(87 83 78 / 0.9);
  }

  .md\:border-x-stone-600\/95 {
    border-left-color: rgb(87 83 78 / 0.95);
    border-right-color: rgb(87 83 78 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-stone-700\/0 {
    border-left-color: rgb(68 64 60 / 0);
    border-right-color: rgb(68 64 60 / 0);
  }

  .md\:border-x-stone-700\/10 {
    border-left-color: rgb(68 64 60 / 0.1);
    border-right-color: rgb(68 64 60 / 0.1);
  }

  .md\:border-x-stone-700\/100 {
    border-left-color: rgb(68 64 60 / 1);
    border-right-color: rgb(68 64 60 / 1);
  }

  .md\:border-x-stone-700\/15 {
    border-left-color: rgb(68 64 60 / 0.15);
    border-right-color: rgb(68 64 60 / 0.15);
  }

  .md\:border-x-stone-700\/20 {
    border-left-color: rgb(68 64 60 / 0.2);
    border-right-color: rgb(68 64 60 / 0.2);
  }

  .md\:border-x-stone-700\/25 {
    border-left-color: rgb(68 64 60 / 0.25);
    border-right-color: rgb(68 64 60 / 0.25);
  }

  .md\:border-x-stone-700\/30 {
    border-left-color: rgb(68 64 60 / 0.3);
    border-right-color: rgb(68 64 60 / 0.3);
  }

  .md\:border-x-stone-700\/35 {
    border-left-color: rgb(68 64 60 / 0.35);
    border-right-color: rgb(68 64 60 / 0.35);
  }

  .md\:border-x-stone-700\/40 {
    border-left-color: rgb(68 64 60 / 0.4);
    border-right-color: rgb(68 64 60 / 0.4);
  }

  .md\:border-x-stone-700\/45 {
    border-left-color: rgb(68 64 60 / 0.45);
    border-right-color: rgb(68 64 60 / 0.45);
  }

  .md\:border-x-stone-700\/5 {
    border-left-color: rgb(68 64 60 / 0.05);
    border-right-color: rgb(68 64 60 / 0.05);
  }

  .md\:border-x-stone-700\/50 {
    border-left-color: rgb(68 64 60 / 0.5);
    border-right-color: rgb(68 64 60 / 0.5);
  }

  .md\:border-x-stone-700\/55 {
    border-left-color: rgb(68 64 60 / 0.55);
    border-right-color: rgb(68 64 60 / 0.55);
  }

  .md\:border-x-stone-700\/60 {
    border-left-color: rgb(68 64 60 / 0.6);
    border-right-color: rgb(68 64 60 / 0.6);
  }

  .md\:border-x-stone-700\/65 {
    border-left-color: rgb(68 64 60 / 0.65);
    border-right-color: rgb(68 64 60 / 0.65);
  }

  .md\:border-x-stone-700\/70 {
    border-left-color: rgb(68 64 60 / 0.7);
    border-right-color: rgb(68 64 60 / 0.7);
  }

  .md\:border-x-stone-700\/75 {
    border-left-color: rgb(68 64 60 / 0.75);
    border-right-color: rgb(68 64 60 / 0.75);
  }

  .md\:border-x-stone-700\/80 {
    border-left-color: rgb(68 64 60 / 0.8);
    border-right-color: rgb(68 64 60 / 0.8);
  }

  .md\:border-x-stone-700\/85 {
    border-left-color: rgb(68 64 60 / 0.85);
    border-right-color: rgb(68 64 60 / 0.85);
  }

  .md\:border-x-stone-700\/90 {
    border-left-color: rgb(68 64 60 / 0.9);
    border-right-color: rgb(68 64 60 / 0.9);
  }

  .md\:border-x-stone-700\/95 {
    border-left-color: rgb(68 64 60 / 0.95);
    border-right-color: rgb(68 64 60 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-stone-800\/0 {
    border-left-color: rgb(41 37 36 / 0);
    border-right-color: rgb(41 37 36 / 0);
  }

  .md\:border-x-stone-800\/10 {
    border-left-color: rgb(41 37 36 / 0.1);
    border-right-color: rgb(41 37 36 / 0.1);
  }

  .md\:border-x-stone-800\/100 {
    border-left-color: rgb(41 37 36 / 1);
    border-right-color: rgb(41 37 36 / 1);
  }

  .md\:border-x-stone-800\/15 {
    border-left-color: rgb(41 37 36 / 0.15);
    border-right-color: rgb(41 37 36 / 0.15);
  }

  .md\:border-x-stone-800\/20 {
    border-left-color: rgb(41 37 36 / 0.2);
    border-right-color: rgb(41 37 36 / 0.2);
  }

  .md\:border-x-stone-800\/25 {
    border-left-color: rgb(41 37 36 / 0.25);
    border-right-color: rgb(41 37 36 / 0.25);
  }

  .md\:border-x-stone-800\/30 {
    border-left-color: rgb(41 37 36 / 0.3);
    border-right-color: rgb(41 37 36 / 0.3);
  }

  .md\:border-x-stone-800\/35 {
    border-left-color: rgb(41 37 36 / 0.35);
    border-right-color: rgb(41 37 36 / 0.35);
  }

  .md\:border-x-stone-800\/40 {
    border-left-color: rgb(41 37 36 / 0.4);
    border-right-color: rgb(41 37 36 / 0.4);
  }

  .md\:border-x-stone-800\/45 {
    border-left-color: rgb(41 37 36 / 0.45);
    border-right-color: rgb(41 37 36 / 0.45);
  }

  .md\:border-x-stone-800\/5 {
    border-left-color: rgb(41 37 36 / 0.05);
    border-right-color: rgb(41 37 36 / 0.05);
  }

  .md\:border-x-stone-800\/50 {
    border-left-color: rgb(41 37 36 / 0.5);
    border-right-color: rgb(41 37 36 / 0.5);
  }

  .md\:border-x-stone-800\/55 {
    border-left-color: rgb(41 37 36 / 0.55);
    border-right-color: rgb(41 37 36 / 0.55);
  }

  .md\:border-x-stone-800\/60 {
    border-left-color: rgb(41 37 36 / 0.6);
    border-right-color: rgb(41 37 36 / 0.6);
  }

  .md\:border-x-stone-800\/65 {
    border-left-color: rgb(41 37 36 / 0.65);
    border-right-color: rgb(41 37 36 / 0.65);
  }

  .md\:border-x-stone-800\/70 {
    border-left-color: rgb(41 37 36 / 0.7);
    border-right-color: rgb(41 37 36 / 0.7);
  }

  .md\:border-x-stone-800\/75 {
    border-left-color: rgb(41 37 36 / 0.75);
    border-right-color: rgb(41 37 36 / 0.75);
  }

  .md\:border-x-stone-800\/80 {
    border-left-color: rgb(41 37 36 / 0.8);
    border-right-color: rgb(41 37 36 / 0.8);
  }

  .md\:border-x-stone-800\/85 {
    border-left-color: rgb(41 37 36 / 0.85);
    border-right-color: rgb(41 37 36 / 0.85);
  }

  .md\:border-x-stone-800\/90 {
    border-left-color: rgb(41 37 36 / 0.9);
    border-right-color: rgb(41 37 36 / 0.9);
  }

  .md\:border-x-stone-800\/95 {
    border-left-color: rgb(41 37 36 / 0.95);
    border-right-color: rgb(41 37 36 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-stone-900\/0 {
    border-left-color: rgb(28 25 23 / 0);
    border-right-color: rgb(28 25 23 / 0);
  }

  .md\:border-x-stone-900\/10 {
    border-left-color: rgb(28 25 23 / 0.1);
    border-right-color: rgb(28 25 23 / 0.1);
  }

  .md\:border-x-stone-900\/100 {
    border-left-color: rgb(28 25 23 / 1);
    border-right-color: rgb(28 25 23 / 1);
  }

  .md\:border-x-stone-900\/15 {
    border-left-color: rgb(28 25 23 / 0.15);
    border-right-color: rgb(28 25 23 / 0.15);
  }

  .md\:border-x-stone-900\/20 {
    border-left-color: rgb(28 25 23 / 0.2);
    border-right-color: rgb(28 25 23 / 0.2);
  }

  .md\:border-x-stone-900\/25 {
    border-left-color: rgb(28 25 23 / 0.25);
    border-right-color: rgb(28 25 23 / 0.25);
  }

  .md\:border-x-stone-900\/30 {
    border-left-color: rgb(28 25 23 / 0.3);
    border-right-color: rgb(28 25 23 / 0.3);
  }

  .md\:border-x-stone-900\/35 {
    border-left-color: rgb(28 25 23 / 0.35);
    border-right-color: rgb(28 25 23 / 0.35);
  }

  .md\:border-x-stone-900\/40 {
    border-left-color: rgb(28 25 23 / 0.4);
    border-right-color: rgb(28 25 23 / 0.4);
  }

  .md\:border-x-stone-900\/45 {
    border-left-color: rgb(28 25 23 / 0.45);
    border-right-color: rgb(28 25 23 / 0.45);
  }

  .md\:border-x-stone-900\/5 {
    border-left-color: rgb(28 25 23 / 0.05);
    border-right-color: rgb(28 25 23 / 0.05);
  }

  .md\:border-x-stone-900\/50 {
    border-left-color: rgb(28 25 23 / 0.5);
    border-right-color: rgb(28 25 23 / 0.5);
  }

  .md\:border-x-stone-900\/55 {
    border-left-color: rgb(28 25 23 / 0.55);
    border-right-color: rgb(28 25 23 / 0.55);
  }

  .md\:border-x-stone-900\/60 {
    border-left-color: rgb(28 25 23 / 0.6);
    border-right-color: rgb(28 25 23 / 0.6);
  }

  .md\:border-x-stone-900\/65 {
    border-left-color: rgb(28 25 23 / 0.65);
    border-right-color: rgb(28 25 23 / 0.65);
  }

  .md\:border-x-stone-900\/70 {
    border-left-color: rgb(28 25 23 / 0.7);
    border-right-color: rgb(28 25 23 / 0.7);
  }

  .md\:border-x-stone-900\/75 {
    border-left-color: rgb(28 25 23 / 0.75);
    border-right-color: rgb(28 25 23 / 0.75);
  }

  .md\:border-x-stone-900\/80 {
    border-left-color: rgb(28 25 23 / 0.8);
    border-right-color: rgb(28 25 23 / 0.8);
  }

  .md\:border-x-stone-900\/85 {
    border-left-color: rgb(28 25 23 / 0.85);
    border-right-color: rgb(28 25 23 / 0.85);
  }

  .md\:border-x-stone-900\/90 {
    border-left-color: rgb(28 25 23 / 0.9);
    border-right-color: rgb(28 25 23 / 0.9);
  }

  .md\:border-x-stone-900\/95 {
    border-left-color: rgb(28 25 23 / 0.95);
    border-right-color: rgb(28 25 23 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-stone-950\/0 {
    border-left-color: rgb(12 10 9 / 0);
    border-right-color: rgb(12 10 9 / 0);
  }

  .md\:border-x-stone-950\/10 {
    border-left-color: rgb(12 10 9 / 0.1);
    border-right-color: rgb(12 10 9 / 0.1);
  }

  .md\:border-x-stone-950\/100 {
    border-left-color: rgb(12 10 9 / 1);
    border-right-color: rgb(12 10 9 / 1);
  }

  .md\:border-x-stone-950\/15 {
    border-left-color: rgb(12 10 9 / 0.15);
    border-right-color: rgb(12 10 9 / 0.15);
  }

  .md\:border-x-stone-950\/20 {
    border-left-color: rgb(12 10 9 / 0.2);
    border-right-color: rgb(12 10 9 / 0.2);
  }

  .md\:border-x-stone-950\/25 {
    border-left-color: rgb(12 10 9 / 0.25);
    border-right-color: rgb(12 10 9 / 0.25);
  }

  .md\:border-x-stone-950\/30 {
    border-left-color: rgb(12 10 9 / 0.3);
    border-right-color: rgb(12 10 9 / 0.3);
  }

  .md\:border-x-stone-950\/35 {
    border-left-color: rgb(12 10 9 / 0.35);
    border-right-color: rgb(12 10 9 / 0.35);
  }

  .md\:border-x-stone-950\/40 {
    border-left-color: rgb(12 10 9 / 0.4);
    border-right-color: rgb(12 10 9 / 0.4);
  }

  .md\:border-x-stone-950\/45 {
    border-left-color: rgb(12 10 9 / 0.45);
    border-right-color: rgb(12 10 9 / 0.45);
  }

  .md\:border-x-stone-950\/5 {
    border-left-color: rgb(12 10 9 / 0.05);
    border-right-color: rgb(12 10 9 / 0.05);
  }

  .md\:border-x-stone-950\/50 {
    border-left-color: rgb(12 10 9 / 0.5);
    border-right-color: rgb(12 10 9 / 0.5);
  }

  .md\:border-x-stone-950\/55 {
    border-left-color: rgb(12 10 9 / 0.55);
    border-right-color: rgb(12 10 9 / 0.55);
  }

  .md\:border-x-stone-950\/60 {
    border-left-color: rgb(12 10 9 / 0.6);
    border-right-color: rgb(12 10 9 / 0.6);
  }

  .md\:border-x-stone-950\/65 {
    border-left-color: rgb(12 10 9 / 0.65);
    border-right-color: rgb(12 10 9 / 0.65);
  }

  .md\:border-x-stone-950\/70 {
    border-left-color: rgb(12 10 9 / 0.7);
    border-right-color: rgb(12 10 9 / 0.7);
  }

  .md\:border-x-stone-950\/75 {
    border-left-color: rgb(12 10 9 / 0.75);
    border-right-color: rgb(12 10 9 / 0.75);
  }

  .md\:border-x-stone-950\/80 {
    border-left-color: rgb(12 10 9 / 0.8);
    border-right-color: rgb(12 10 9 / 0.8);
  }

  .md\:border-x-stone-950\/85 {
    border-left-color: rgb(12 10 9 / 0.85);
    border-right-color: rgb(12 10 9 / 0.85);
  }

  .md\:border-x-stone-950\/90 {
    border-left-color: rgb(12 10 9 / 0.9);
    border-right-color: rgb(12 10 9 / 0.9);
  }

  .md\:border-x-stone-950\/95 {
    border-left-color: rgb(12 10 9 / 0.95);
    border-right-color: rgb(12 10 9 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-teal-100\/0 {
    border-left-color: rgb(204 251 241 / 0);
    border-right-color: rgb(204 251 241 / 0);
  }

  .md\:border-x-teal-100\/10 {
    border-left-color: rgb(204 251 241 / 0.1);
    border-right-color: rgb(204 251 241 / 0.1);
  }

  .md\:border-x-teal-100\/100 {
    border-left-color: rgb(204 251 241 / 1);
    border-right-color: rgb(204 251 241 / 1);
  }

  .md\:border-x-teal-100\/15 {
    border-left-color: rgb(204 251 241 / 0.15);
    border-right-color: rgb(204 251 241 / 0.15);
  }

  .md\:border-x-teal-100\/20 {
    border-left-color: rgb(204 251 241 / 0.2);
    border-right-color: rgb(204 251 241 / 0.2);
  }

  .md\:border-x-teal-100\/25 {
    border-left-color: rgb(204 251 241 / 0.25);
    border-right-color: rgb(204 251 241 / 0.25);
  }

  .md\:border-x-teal-100\/30 {
    border-left-color: rgb(204 251 241 / 0.3);
    border-right-color: rgb(204 251 241 / 0.3);
  }

  .md\:border-x-teal-100\/35 {
    border-left-color: rgb(204 251 241 / 0.35);
    border-right-color: rgb(204 251 241 / 0.35);
  }

  .md\:border-x-teal-100\/40 {
    border-left-color: rgb(204 251 241 / 0.4);
    border-right-color: rgb(204 251 241 / 0.4);
  }

  .md\:border-x-teal-100\/45 {
    border-left-color: rgb(204 251 241 / 0.45);
    border-right-color: rgb(204 251 241 / 0.45);
  }

  .md\:border-x-teal-100\/5 {
    border-left-color: rgb(204 251 241 / 0.05);
    border-right-color: rgb(204 251 241 / 0.05);
  }

  .md\:border-x-teal-100\/50 {
    border-left-color: rgb(204 251 241 / 0.5);
    border-right-color: rgb(204 251 241 / 0.5);
  }

  .md\:border-x-teal-100\/55 {
    border-left-color: rgb(204 251 241 / 0.55);
    border-right-color: rgb(204 251 241 / 0.55);
  }

  .md\:border-x-teal-100\/60 {
    border-left-color: rgb(204 251 241 / 0.6);
    border-right-color: rgb(204 251 241 / 0.6);
  }

  .md\:border-x-teal-100\/65 {
    border-left-color: rgb(204 251 241 / 0.65);
    border-right-color: rgb(204 251 241 / 0.65);
  }

  .md\:border-x-teal-100\/70 {
    border-left-color: rgb(204 251 241 / 0.7);
    border-right-color: rgb(204 251 241 / 0.7);
  }

  .md\:border-x-teal-100\/75 {
    border-left-color: rgb(204 251 241 / 0.75);
    border-right-color: rgb(204 251 241 / 0.75);
  }

  .md\:border-x-teal-100\/80 {
    border-left-color: rgb(204 251 241 / 0.8);
    border-right-color: rgb(204 251 241 / 0.8);
  }

  .md\:border-x-teal-100\/85 {
    border-left-color: rgb(204 251 241 / 0.85);
    border-right-color: rgb(204 251 241 / 0.85);
  }

  .md\:border-x-teal-100\/90 {
    border-left-color: rgb(204 251 241 / 0.9);
    border-right-color: rgb(204 251 241 / 0.9);
  }

  .md\:border-x-teal-100\/95 {
    border-left-color: rgb(204 251 241 / 0.95);
    border-right-color: rgb(204 251 241 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-teal-200\/0 {
    border-left-color: rgb(153 246 228 / 0);
    border-right-color: rgb(153 246 228 / 0);
  }

  .md\:border-x-teal-200\/10 {
    border-left-color: rgb(153 246 228 / 0.1);
    border-right-color: rgb(153 246 228 / 0.1);
  }

  .md\:border-x-teal-200\/100 {
    border-left-color: rgb(153 246 228 / 1);
    border-right-color: rgb(153 246 228 / 1);
  }

  .md\:border-x-teal-200\/15 {
    border-left-color: rgb(153 246 228 / 0.15);
    border-right-color: rgb(153 246 228 / 0.15);
  }

  .md\:border-x-teal-200\/20 {
    border-left-color: rgb(153 246 228 / 0.2);
    border-right-color: rgb(153 246 228 / 0.2);
  }

  .md\:border-x-teal-200\/25 {
    border-left-color: rgb(153 246 228 / 0.25);
    border-right-color: rgb(153 246 228 / 0.25);
  }

  .md\:border-x-teal-200\/30 {
    border-left-color: rgb(153 246 228 / 0.3);
    border-right-color: rgb(153 246 228 / 0.3);
  }

  .md\:border-x-teal-200\/35 {
    border-left-color: rgb(153 246 228 / 0.35);
    border-right-color: rgb(153 246 228 / 0.35);
  }

  .md\:border-x-teal-200\/40 {
    border-left-color: rgb(153 246 228 / 0.4);
    border-right-color: rgb(153 246 228 / 0.4);
  }

  .md\:border-x-teal-200\/45 {
    border-left-color: rgb(153 246 228 / 0.45);
    border-right-color: rgb(153 246 228 / 0.45);
  }

  .md\:border-x-teal-200\/5 {
    border-left-color: rgb(153 246 228 / 0.05);
    border-right-color: rgb(153 246 228 / 0.05);
  }

  .md\:border-x-teal-200\/50 {
    border-left-color: rgb(153 246 228 / 0.5);
    border-right-color: rgb(153 246 228 / 0.5);
  }

  .md\:border-x-teal-200\/55 {
    border-left-color: rgb(153 246 228 / 0.55);
    border-right-color: rgb(153 246 228 / 0.55);
  }

  .md\:border-x-teal-200\/60 {
    border-left-color: rgb(153 246 228 / 0.6);
    border-right-color: rgb(153 246 228 / 0.6);
  }

  .md\:border-x-teal-200\/65 {
    border-left-color: rgb(153 246 228 / 0.65);
    border-right-color: rgb(153 246 228 / 0.65);
  }

  .md\:border-x-teal-200\/70 {
    border-left-color: rgb(153 246 228 / 0.7);
    border-right-color: rgb(153 246 228 / 0.7);
  }

  .md\:border-x-teal-200\/75 {
    border-left-color: rgb(153 246 228 / 0.75);
    border-right-color: rgb(153 246 228 / 0.75);
  }

  .md\:border-x-teal-200\/80 {
    border-left-color: rgb(153 246 228 / 0.8);
    border-right-color: rgb(153 246 228 / 0.8);
  }

  .md\:border-x-teal-200\/85 {
    border-left-color: rgb(153 246 228 / 0.85);
    border-right-color: rgb(153 246 228 / 0.85);
  }

  .md\:border-x-teal-200\/90 {
    border-left-color: rgb(153 246 228 / 0.9);
    border-right-color: rgb(153 246 228 / 0.9);
  }

  .md\:border-x-teal-200\/95 {
    border-left-color: rgb(153 246 228 / 0.95);
    border-right-color: rgb(153 246 228 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-teal-300\/0 {
    border-left-color: rgb(94 234 212 / 0);
    border-right-color: rgb(94 234 212 / 0);
  }

  .md\:border-x-teal-300\/10 {
    border-left-color: rgb(94 234 212 / 0.1);
    border-right-color: rgb(94 234 212 / 0.1);
  }

  .md\:border-x-teal-300\/100 {
    border-left-color: rgb(94 234 212 / 1);
    border-right-color: rgb(94 234 212 / 1);
  }

  .md\:border-x-teal-300\/15 {
    border-left-color: rgb(94 234 212 / 0.15);
    border-right-color: rgb(94 234 212 / 0.15);
  }

  .md\:border-x-teal-300\/20 {
    border-left-color: rgb(94 234 212 / 0.2);
    border-right-color: rgb(94 234 212 / 0.2);
  }

  .md\:border-x-teal-300\/25 {
    border-left-color: rgb(94 234 212 / 0.25);
    border-right-color: rgb(94 234 212 / 0.25);
  }

  .md\:border-x-teal-300\/30 {
    border-left-color: rgb(94 234 212 / 0.3);
    border-right-color: rgb(94 234 212 / 0.3);
  }

  .md\:border-x-teal-300\/35 {
    border-left-color: rgb(94 234 212 / 0.35);
    border-right-color: rgb(94 234 212 / 0.35);
  }

  .md\:border-x-teal-300\/40 {
    border-left-color: rgb(94 234 212 / 0.4);
    border-right-color: rgb(94 234 212 / 0.4);
  }

  .md\:border-x-teal-300\/45 {
    border-left-color: rgb(94 234 212 / 0.45);
    border-right-color: rgb(94 234 212 / 0.45);
  }

  .md\:border-x-teal-300\/5 {
    border-left-color: rgb(94 234 212 / 0.05);
    border-right-color: rgb(94 234 212 / 0.05);
  }

  .md\:border-x-teal-300\/50 {
    border-left-color: rgb(94 234 212 / 0.5);
    border-right-color: rgb(94 234 212 / 0.5);
  }

  .md\:border-x-teal-300\/55 {
    border-left-color: rgb(94 234 212 / 0.55);
    border-right-color: rgb(94 234 212 / 0.55);
  }

  .md\:border-x-teal-300\/60 {
    border-left-color: rgb(94 234 212 / 0.6);
    border-right-color: rgb(94 234 212 / 0.6);
  }

  .md\:border-x-teal-300\/65 {
    border-left-color: rgb(94 234 212 / 0.65);
    border-right-color: rgb(94 234 212 / 0.65);
  }

  .md\:border-x-teal-300\/70 {
    border-left-color: rgb(94 234 212 / 0.7);
    border-right-color: rgb(94 234 212 / 0.7);
  }

  .md\:border-x-teal-300\/75 {
    border-left-color: rgb(94 234 212 / 0.75);
    border-right-color: rgb(94 234 212 / 0.75);
  }

  .md\:border-x-teal-300\/80 {
    border-left-color: rgb(94 234 212 / 0.8);
    border-right-color: rgb(94 234 212 / 0.8);
  }

  .md\:border-x-teal-300\/85 {
    border-left-color: rgb(94 234 212 / 0.85);
    border-right-color: rgb(94 234 212 / 0.85);
  }

  .md\:border-x-teal-300\/90 {
    border-left-color: rgb(94 234 212 / 0.9);
    border-right-color: rgb(94 234 212 / 0.9);
  }

  .md\:border-x-teal-300\/95 {
    border-left-color: rgb(94 234 212 / 0.95);
    border-right-color: rgb(94 234 212 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-teal-400\/0 {
    border-left-color: rgb(45 212 191 / 0);
    border-right-color: rgb(45 212 191 / 0);
  }

  .md\:border-x-teal-400\/10 {
    border-left-color: rgb(45 212 191 / 0.1);
    border-right-color: rgb(45 212 191 / 0.1);
  }

  .md\:border-x-teal-400\/100 {
    border-left-color: rgb(45 212 191 / 1);
    border-right-color: rgb(45 212 191 / 1);
  }

  .md\:border-x-teal-400\/15 {
    border-left-color: rgb(45 212 191 / 0.15);
    border-right-color: rgb(45 212 191 / 0.15);
  }

  .md\:border-x-teal-400\/20 {
    border-left-color: rgb(45 212 191 / 0.2);
    border-right-color: rgb(45 212 191 / 0.2);
  }

  .md\:border-x-teal-400\/25 {
    border-left-color: rgb(45 212 191 / 0.25);
    border-right-color: rgb(45 212 191 / 0.25);
  }

  .md\:border-x-teal-400\/30 {
    border-left-color: rgb(45 212 191 / 0.3);
    border-right-color: rgb(45 212 191 / 0.3);
  }

  .md\:border-x-teal-400\/35 {
    border-left-color: rgb(45 212 191 / 0.35);
    border-right-color: rgb(45 212 191 / 0.35);
  }

  .md\:border-x-teal-400\/40 {
    border-left-color: rgb(45 212 191 / 0.4);
    border-right-color: rgb(45 212 191 / 0.4);
  }

  .md\:border-x-teal-400\/45 {
    border-left-color: rgb(45 212 191 / 0.45);
    border-right-color: rgb(45 212 191 / 0.45);
  }

  .md\:border-x-teal-400\/5 {
    border-left-color: rgb(45 212 191 / 0.05);
    border-right-color: rgb(45 212 191 / 0.05);
  }

  .md\:border-x-teal-400\/50 {
    border-left-color: rgb(45 212 191 / 0.5);
    border-right-color: rgb(45 212 191 / 0.5);
  }

  .md\:border-x-teal-400\/55 {
    border-left-color: rgb(45 212 191 / 0.55);
    border-right-color: rgb(45 212 191 / 0.55);
  }

  .md\:border-x-teal-400\/60 {
    border-left-color: rgb(45 212 191 / 0.6);
    border-right-color: rgb(45 212 191 / 0.6);
  }

  .md\:border-x-teal-400\/65 {
    border-left-color: rgb(45 212 191 / 0.65);
    border-right-color: rgb(45 212 191 / 0.65);
  }

  .md\:border-x-teal-400\/70 {
    border-left-color: rgb(45 212 191 / 0.7);
    border-right-color: rgb(45 212 191 / 0.7);
  }

  .md\:border-x-teal-400\/75 {
    border-left-color: rgb(45 212 191 / 0.75);
    border-right-color: rgb(45 212 191 / 0.75);
  }

  .md\:border-x-teal-400\/80 {
    border-left-color: rgb(45 212 191 / 0.8);
    border-right-color: rgb(45 212 191 / 0.8);
  }

  .md\:border-x-teal-400\/85 {
    border-left-color: rgb(45 212 191 / 0.85);
    border-right-color: rgb(45 212 191 / 0.85);
  }

  .md\:border-x-teal-400\/90 {
    border-left-color: rgb(45 212 191 / 0.9);
    border-right-color: rgb(45 212 191 / 0.9);
  }

  .md\:border-x-teal-400\/95 {
    border-left-color: rgb(45 212 191 / 0.95);
    border-right-color: rgb(45 212 191 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-teal-50\/0 {
    border-left-color: rgb(240 253 250 / 0);
    border-right-color: rgb(240 253 250 / 0);
  }

  .md\:border-x-teal-50\/10 {
    border-left-color: rgb(240 253 250 / 0.1);
    border-right-color: rgb(240 253 250 / 0.1);
  }

  .md\:border-x-teal-50\/100 {
    border-left-color: rgb(240 253 250 / 1);
    border-right-color: rgb(240 253 250 / 1);
  }

  .md\:border-x-teal-50\/15 {
    border-left-color: rgb(240 253 250 / 0.15);
    border-right-color: rgb(240 253 250 / 0.15);
  }

  .md\:border-x-teal-50\/20 {
    border-left-color: rgb(240 253 250 / 0.2);
    border-right-color: rgb(240 253 250 / 0.2);
  }

  .md\:border-x-teal-50\/25 {
    border-left-color: rgb(240 253 250 / 0.25);
    border-right-color: rgb(240 253 250 / 0.25);
  }

  .md\:border-x-teal-50\/30 {
    border-left-color: rgb(240 253 250 / 0.3);
    border-right-color: rgb(240 253 250 / 0.3);
  }

  .md\:border-x-teal-50\/35 {
    border-left-color: rgb(240 253 250 / 0.35);
    border-right-color: rgb(240 253 250 / 0.35);
  }

  .md\:border-x-teal-50\/40 {
    border-left-color: rgb(240 253 250 / 0.4);
    border-right-color: rgb(240 253 250 / 0.4);
  }

  .md\:border-x-teal-50\/45 {
    border-left-color: rgb(240 253 250 / 0.45);
    border-right-color: rgb(240 253 250 / 0.45);
  }

  .md\:border-x-teal-50\/5 {
    border-left-color: rgb(240 253 250 / 0.05);
    border-right-color: rgb(240 253 250 / 0.05);
  }

  .md\:border-x-teal-50\/50 {
    border-left-color: rgb(240 253 250 / 0.5);
    border-right-color: rgb(240 253 250 / 0.5);
  }

  .md\:border-x-teal-50\/55 {
    border-left-color: rgb(240 253 250 / 0.55);
    border-right-color: rgb(240 253 250 / 0.55);
  }

  .md\:border-x-teal-50\/60 {
    border-left-color: rgb(240 253 250 / 0.6);
    border-right-color: rgb(240 253 250 / 0.6);
  }

  .md\:border-x-teal-50\/65 {
    border-left-color: rgb(240 253 250 / 0.65);
    border-right-color: rgb(240 253 250 / 0.65);
  }

  .md\:border-x-teal-50\/70 {
    border-left-color: rgb(240 253 250 / 0.7);
    border-right-color: rgb(240 253 250 / 0.7);
  }

  .md\:border-x-teal-50\/75 {
    border-left-color: rgb(240 253 250 / 0.75);
    border-right-color: rgb(240 253 250 / 0.75);
  }

  .md\:border-x-teal-50\/80 {
    border-left-color: rgb(240 253 250 / 0.8);
    border-right-color: rgb(240 253 250 / 0.8);
  }

  .md\:border-x-teal-50\/85 {
    border-left-color: rgb(240 253 250 / 0.85);
    border-right-color: rgb(240 253 250 / 0.85);
  }

  .md\:border-x-teal-50\/90 {
    border-left-color: rgb(240 253 250 / 0.9);
    border-right-color: rgb(240 253 250 / 0.9);
  }

  .md\:border-x-teal-50\/95 {
    border-left-color: rgb(240 253 250 / 0.95);
    border-right-color: rgb(240 253 250 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-teal-500\/0 {
    border-left-color: rgb(20 184 166 / 0);
    border-right-color: rgb(20 184 166 / 0);
  }

  .md\:border-x-teal-500\/10 {
    border-left-color: rgb(20 184 166 / 0.1);
    border-right-color: rgb(20 184 166 / 0.1);
  }

  .md\:border-x-teal-500\/100 {
    border-left-color: rgb(20 184 166 / 1);
    border-right-color: rgb(20 184 166 / 1);
  }

  .md\:border-x-teal-500\/15 {
    border-left-color: rgb(20 184 166 / 0.15);
    border-right-color: rgb(20 184 166 / 0.15);
  }

  .md\:border-x-teal-500\/20 {
    border-left-color: rgb(20 184 166 / 0.2);
    border-right-color: rgb(20 184 166 / 0.2);
  }

  .md\:border-x-teal-500\/25 {
    border-left-color: rgb(20 184 166 / 0.25);
    border-right-color: rgb(20 184 166 / 0.25);
  }

  .md\:border-x-teal-500\/30 {
    border-left-color: rgb(20 184 166 / 0.3);
    border-right-color: rgb(20 184 166 / 0.3);
  }

  .md\:border-x-teal-500\/35 {
    border-left-color: rgb(20 184 166 / 0.35);
    border-right-color: rgb(20 184 166 / 0.35);
  }

  .md\:border-x-teal-500\/40 {
    border-left-color: rgb(20 184 166 / 0.4);
    border-right-color: rgb(20 184 166 / 0.4);
  }

  .md\:border-x-teal-500\/45 {
    border-left-color: rgb(20 184 166 / 0.45);
    border-right-color: rgb(20 184 166 / 0.45);
  }

  .md\:border-x-teal-500\/5 {
    border-left-color: rgb(20 184 166 / 0.05);
    border-right-color: rgb(20 184 166 / 0.05);
  }

  .md\:border-x-teal-500\/50 {
    border-left-color: rgb(20 184 166 / 0.5);
    border-right-color: rgb(20 184 166 / 0.5);
  }

  .md\:border-x-teal-500\/55 {
    border-left-color: rgb(20 184 166 / 0.55);
    border-right-color: rgb(20 184 166 / 0.55);
  }

  .md\:border-x-teal-500\/60 {
    border-left-color: rgb(20 184 166 / 0.6);
    border-right-color: rgb(20 184 166 / 0.6);
  }

  .md\:border-x-teal-500\/65 {
    border-left-color: rgb(20 184 166 / 0.65);
    border-right-color: rgb(20 184 166 / 0.65);
  }

  .md\:border-x-teal-500\/70 {
    border-left-color: rgb(20 184 166 / 0.7);
    border-right-color: rgb(20 184 166 / 0.7);
  }

  .md\:border-x-teal-500\/75 {
    border-left-color: rgb(20 184 166 / 0.75);
    border-right-color: rgb(20 184 166 / 0.75);
  }

  .md\:border-x-teal-500\/80 {
    border-left-color: rgb(20 184 166 / 0.8);
    border-right-color: rgb(20 184 166 / 0.8);
  }

  .md\:border-x-teal-500\/85 {
    border-left-color: rgb(20 184 166 / 0.85);
    border-right-color: rgb(20 184 166 / 0.85);
  }

  .md\:border-x-teal-500\/90 {
    border-left-color: rgb(20 184 166 / 0.9);
    border-right-color: rgb(20 184 166 / 0.9);
  }

  .md\:border-x-teal-500\/95 {
    border-left-color: rgb(20 184 166 / 0.95);
    border-right-color: rgb(20 184 166 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-teal-600\/0 {
    border-left-color: rgb(13 148 136 / 0);
    border-right-color: rgb(13 148 136 / 0);
  }

  .md\:border-x-teal-600\/10 {
    border-left-color: rgb(13 148 136 / 0.1);
    border-right-color: rgb(13 148 136 / 0.1);
  }

  .md\:border-x-teal-600\/100 {
    border-left-color: rgb(13 148 136 / 1);
    border-right-color: rgb(13 148 136 / 1);
  }

  .md\:border-x-teal-600\/15 {
    border-left-color: rgb(13 148 136 / 0.15);
    border-right-color: rgb(13 148 136 / 0.15);
  }

  .md\:border-x-teal-600\/20 {
    border-left-color: rgb(13 148 136 / 0.2);
    border-right-color: rgb(13 148 136 / 0.2);
  }

  .md\:border-x-teal-600\/25 {
    border-left-color: rgb(13 148 136 / 0.25);
    border-right-color: rgb(13 148 136 / 0.25);
  }

  .md\:border-x-teal-600\/30 {
    border-left-color: rgb(13 148 136 / 0.3);
    border-right-color: rgb(13 148 136 / 0.3);
  }

  .md\:border-x-teal-600\/35 {
    border-left-color: rgb(13 148 136 / 0.35);
    border-right-color: rgb(13 148 136 / 0.35);
  }

  .md\:border-x-teal-600\/40 {
    border-left-color: rgb(13 148 136 / 0.4);
    border-right-color: rgb(13 148 136 / 0.4);
  }

  .md\:border-x-teal-600\/45 {
    border-left-color: rgb(13 148 136 / 0.45);
    border-right-color: rgb(13 148 136 / 0.45);
  }

  .md\:border-x-teal-600\/5 {
    border-left-color: rgb(13 148 136 / 0.05);
    border-right-color: rgb(13 148 136 / 0.05);
  }

  .md\:border-x-teal-600\/50 {
    border-left-color: rgb(13 148 136 / 0.5);
    border-right-color: rgb(13 148 136 / 0.5);
  }

  .md\:border-x-teal-600\/55 {
    border-left-color: rgb(13 148 136 / 0.55);
    border-right-color: rgb(13 148 136 / 0.55);
  }

  .md\:border-x-teal-600\/60 {
    border-left-color: rgb(13 148 136 / 0.6);
    border-right-color: rgb(13 148 136 / 0.6);
  }

  .md\:border-x-teal-600\/65 {
    border-left-color: rgb(13 148 136 / 0.65);
    border-right-color: rgb(13 148 136 / 0.65);
  }

  .md\:border-x-teal-600\/70 {
    border-left-color: rgb(13 148 136 / 0.7);
    border-right-color: rgb(13 148 136 / 0.7);
  }

  .md\:border-x-teal-600\/75 {
    border-left-color: rgb(13 148 136 / 0.75);
    border-right-color: rgb(13 148 136 / 0.75);
  }

  .md\:border-x-teal-600\/80 {
    border-left-color: rgb(13 148 136 / 0.8);
    border-right-color: rgb(13 148 136 / 0.8);
  }

  .md\:border-x-teal-600\/85 {
    border-left-color: rgb(13 148 136 / 0.85);
    border-right-color: rgb(13 148 136 / 0.85);
  }

  .md\:border-x-teal-600\/90 {
    border-left-color: rgb(13 148 136 / 0.9);
    border-right-color: rgb(13 148 136 / 0.9);
  }

  .md\:border-x-teal-600\/95 {
    border-left-color: rgb(13 148 136 / 0.95);
    border-right-color: rgb(13 148 136 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-teal-700\/0 {
    border-left-color: rgb(15 118 110 / 0);
    border-right-color: rgb(15 118 110 / 0);
  }

  .md\:border-x-teal-700\/10 {
    border-left-color: rgb(15 118 110 / 0.1);
    border-right-color: rgb(15 118 110 / 0.1);
  }

  .md\:border-x-teal-700\/100 {
    border-left-color: rgb(15 118 110 / 1);
    border-right-color: rgb(15 118 110 / 1);
  }

  .md\:border-x-teal-700\/15 {
    border-left-color: rgb(15 118 110 / 0.15);
    border-right-color: rgb(15 118 110 / 0.15);
  }

  .md\:border-x-teal-700\/20 {
    border-left-color: rgb(15 118 110 / 0.2);
    border-right-color: rgb(15 118 110 / 0.2);
  }

  .md\:border-x-teal-700\/25 {
    border-left-color: rgb(15 118 110 / 0.25);
    border-right-color: rgb(15 118 110 / 0.25);
  }

  .md\:border-x-teal-700\/30 {
    border-left-color: rgb(15 118 110 / 0.3);
    border-right-color: rgb(15 118 110 / 0.3);
  }

  .md\:border-x-teal-700\/35 {
    border-left-color: rgb(15 118 110 / 0.35);
    border-right-color: rgb(15 118 110 / 0.35);
  }

  .md\:border-x-teal-700\/40 {
    border-left-color: rgb(15 118 110 / 0.4);
    border-right-color: rgb(15 118 110 / 0.4);
  }

  .md\:border-x-teal-700\/45 {
    border-left-color: rgb(15 118 110 / 0.45);
    border-right-color: rgb(15 118 110 / 0.45);
  }

  .md\:border-x-teal-700\/5 {
    border-left-color: rgb(15 118 110 / 0.05);
    border-right-color: rgb(15 118 110 / 0.05);
  }

  .md\:border-x-teal-700\/50 {
    border-left-color: rgb(15 118 110 / 0.5);
    border-right-color: rgb(15 118 110 / 0.5);
  }

  .md\:border-x-teal-700\/55 {
    border-left-color: rgb(15 118 110 / 0.55);
    border-right-color: rgb(15 118 110 / 0.55);
  }

  .md\:border-x-teal-700\/60 {
    border-left-color: rgb(15 118 110 / 0.6);
    border-right-color: rgb(15 118 110 / 0.6);
  }

  .md\:border-x-teal-700\/65 {
    border-left-color: rgb(15 118 110 / 0.65);
    border-right-color: rgb(15 118 110 / 0.65);
  }

  .md\:border-x-teal-700\/70 {
    border-left-color: rgb(15 118 110 / 0.7);
    border-right-color: rgb(15 118 110 / 0.7);
  }

  .md\:border-x-teal-700\/75 {
    border-left-color: rgb(15 118 110 / 0.75);
    border-right-color: rgb(15 118 110 / 0.75);
  }

  .md\:border-x-teal-700\/80 {
    border-left-color: rgb(15 118 110 / 0.8);
    border-right-color: rgb(15 118 110 / 0.8);
  }

  .md\:border-x-teal-700\/85 {
    border-left-color: rgb(15 118 110 / 0.85);
    border-right-color: rgb(15 118 110 / 0.85);
  }

  .md\:border-x-teal-700\/90 {
    border-left-color: rgb(15 118 110 / 0.9);
    border-right-color: rgb(15 118 110 / 0.9);
  }

  .md\:border-x-teal-700\/95 {
    border-left-color: rgb(15 118 110 / 0.95);
    border-right-color: rgb(15 118 110 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-teal-800\/0 {
    border-left-color: rgb(17 94 89 / 0);
    border-right-color: rgb(17 94 89 / 0);
  }

  .md\:border-x-teal-800\/10 {
    border-left-color: rgb(17 94 89 / 0.1);
    border-right-color: rgb(17 94 89 / 0.1);
  }

  .md\:border-x-teal-800\/100 {
    border-left-color: rgb(17 94 89 / 1);
    border-right-color: rgb(17 94 89 / 1);
  }

  .md\:border-x-teal-800\/15 {
    border-left-color: rgb(17 94 89 / 0.15);
    border-right-color: rgb(17 94 89 / 0.15);
  }

  .md\:border-x-teal-800\/20 {
    border-left-color: rgb(17 94 89 / 0.2);
    border-right-color: rgb(17 94 89 / 0.2);
  }

  .md\:border-x-teal-800\/25 {
    border-left-color: rgb(17 94 89 / 0.25);
    border-right-color: rgb(17 94 89 / 0.25);
  }

  .md\:border-x-teal-800\/30 {
    border-left-color: rgb(17 94 89 / 0.3);
    border-right-color: rgb(17 94 89 / 0.3);
  }

  .md\:border-x-teal-800\/35 {
    border-left-color: rgb(17 94 89 / 0.35);
    border-right-color: rgb(17 94 89 / 0.35);
  }

  .md\:border-x-teal-800\/40 {
    border-left-color: rgb(17 94 89 / 0.4);
    border-right-color: rgb(17 94 89 / 0.4);
  }

  .md\:border-x-teal-800\/45 {
    border-left-color: rgb(17 94 89 / 0.45);
    border-right-color: rgb(17 94 89 / 0.45);
  }

  .md\:border-x-teal-800\/5 {
    border-left-color: rgb(17 94 89 / 0.05);
    border-right-color: rgb(17 94 89 / 0.05);
  }

  .md\:border-x-teal-800\/50 {
    border-left-color: rgb(17 94 89 / 0.5);
    border-right-color: rgb(17 94 89 / 0.5);
  }

  .md\:border-x-teal-800\/55 {
    border-left-color: rgb(17 94 89 / 0.55);
    border-right-color: rgb(17 94 89 / 0.55);
  }

  .md\:border-x-teal-800\/60 {
    border-left-color: rgb(17 94 89 / 0.6);
    border-right-color: rgb(17 94 89 / 0.6);
  }

  .md\:border-x-teal-800\/65 {
    border-left-color: rgb(17 94 89 / 0.65);
    border-right-color: rgb(17 94 89 / 0.65);
  }

  .md\:border-x-teal-800\/70 {
    border-left-color: rgb(17 94 89 / 0.7);
    border-right-color: rgb(17 94 89 / 0.7);
  }

  .md\:border-x-teal-800\/75 {
    border-left-color: rgb(17 94 89 / 0.75);
    border-right-color: rgb(17 94 89 / 0.75);
  }

  .md\:border-x-teal-800\/80 {
    border-left-color: rgb(17 94 89 / 0.8);
    border-right-color: rgb(17 94 89 / 0.8);
  }

  .md\:border-x-teal-800\/85 {
    border-left-color: rgb(17 94 89 / 0.85);
    border-right-color: rgb(17 94 89 / 0.85);
  }

  .md\:border-x-teal-800\/90 {
    border-left-color: rgb(17 94 89 / 0.9);
    border-right-color: rgb(17 94 89 / 0.9);
  }

  .md\:border-x-teal-800\/95 {
    border-left-color: rgb(17 94 89 / 0.95);
    border-right-color: rgb(17 94 89 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-teal-900\/0 {
    border-left-color: rgb(19 78 74 / 0);
    border-right-color: rgb(19 78 74 / 0);
  }

  .md\:border-x-teal-900\/10 {
    border-left-color: rgb(19 78 74 / 0.1);
    border-right-color: rgb(19 78 74 / 0.1);
  }

  .md\:border-x-teal-900\/100 {
    border-left-color: rgb(19 78 74 / 1);
    border-right-color: rgb(19 78 74 / 1);
  }

  .md\:border-x-teal-900\/15 {
    border-left-color: rgb(19 78 74 / 0.15);
    border-right-color: rgb(19 78 74 / 0.15);
  }

  .md\:border-x-teal-900\/20 {
    border-left-color: rgb(19 78 74 / 0.2);
    border-right-color: rgb(19 78 74 / 0.2);
  }

  .md\:border-x-teal-900\/25 {
    border-left-color: rgb(19 78 74 / 0.25);
    border-right-color: rgb(19 78 74 / 0.25);
  }

  .md\:border-x-teal-900\/30 {
    border-left-color: rgb(19 78 74 / 0.3);
    border-right-color: rgb(19 78 74 / 0.3);
  }

  .md\:border-x-teal-900\/35 {
    border-left-color: rgb(19 78 74 / 0.35);
    border-right-color: rgb(19 78 74 / 0.35);
  }

  .md\:border-x-teal-900\/40 {
    border-left-color: rgb(19 78 74 / 0.4);
    border-right-color: rgb(19 78 74 / 0.4);
  }

  .md\:border-x-teal-900\/45 {
    border-left-color: rgb(19 78 74 / 0.45);
    border-right-color: rgb(19 78 74 / 0.45);
  }

  .md\:border-x-teal-900\/5 {
    border-left-color: rgb(19 78 74 / 0.05);
    border-right-color: rgb(19 78 74 / 0.05);
  }

  .md\:border-x-teal-900\/50 {
    border-left-color: rgb(19 78 74 / 0.5);
    border-right-color: rgb(19 78 74 / 0.5);
  }

  .md\:border-x-teal-900\/55 {
    border-left-color: rgb(19 78 74 / 0.55);
    border-right-color: rgb(19 78 74 / 0.55);
  }

  .md\:border-x-teal-900\/60 {
    border-left-color: rgb(19 78 74 / 0.6);
    border-right-color: rgb(19 78 74 / 0.6);
  }

  .md\:border-x-teal-900\/65 {
    border-left-color: rgb(19 78 74 / 0.65);
    border-right-color: rgb(19 78 74 / 0.65);
  }

  .md\:border-x-teal-900\/70 {
    border-left-color: rgb(19 78 74 / 0.7);
    border-right-color: rgb(19 78 74 / 0.7);
  }

  .md\:border-x-teal-900\/75 {
    border-left-color: rgb(19 78 74 / 0.75);
    border-right-color: rgb(19 78 74 / 0.75);
  }

  .md\:border-x-teal-900\/80 {
    border-left-color: rgb(19 78 74 / 0.8);
    border-right-color: rgb(19 78 74 / 0.8);
  }

  .md\:border-x-teal-900\/85 {
    border-left-color: rgb(19 78 74 / 0.85);
    border-right-color: rgb(19 78 74 / 0.85);
  }

  .md\:border-x-teal-900\/90 {
    border-left-color: rgb(19 78 74 / 0.9);
    border-right-color: rgb(19 78 74 / 0.9);
  }

  .md\:border-x-teal-900\/95 {
    border-left-color: rgb(19 78 74 / 0.95);
    border-right-color: rgb(19 78 74 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-teal-950\/0 {
    border-left-color: rgb(4 47 46 / 0);
    border-right-color: rgb(4 47 46 / 0);
  }

  .md\:border-x-teal-950\/10 {
    border-left-color: rgb(4 47 46 / 0.1);
    border-right-color: rgb(4 47 46 / 0.1);
  }

  .md\:border-x-teal-950\/100 {
    border-left-color: rgb(4 47 46 / 1);
    border-right-color: rgb(4 47 46 / 1);
  }

  .md\:border-x-teal-950\/15 {
    border-left-color: rgb(4 47 46 / 0.15);
    border-right-color: rgb(4 47 46 / 0.15);
  }

  .md\:border-x-teal-950\/20 {
    border-left-color: rgb(4 47 46 / 0.2);
    border-right-color: rgb(4 47 46 / 0.2);
  }

  .md\:border-x-teal-950\/25 {
    border-left-color: rgb(4 47 46 / 0.25);
    border-right-color: rgb(4 47 46 / 0.25);
  }

  .md\:border-x-teal-950\/30 {
    border-left-color: rgb(4 47 46 / 0.3);
    border-right-color: rgb(4 47 46 / 0.3);
  }

  .md\:border-x-teal-950\/35 {
    border-left-color: rgb(4 47 46 / 0.35);
    border-right-color: rgb(4 47 46 / 0.35);
  }

  .md\:border-x-teal-950\/40 {
    border-left-color: rgb(4 47 46 / 0.4);
    border-right-color: rgb(4 47 46 / 0.4);
  }

  .md\:border-x-teal-950\/45 {
    border-left-color: rgb(4 47 46 / 0.45);
    border-right-color: rgb(4 47 46 / 0.45);
  }

  .md\:border-x-teal-950\/5 {
    border-left-color: rgb(4 47 46 / 0.05);
    border-right-color: rgb(4 47 46 / 0.05);
  }

  .md\:border-x-teal-950\/50 {
    border-left-color: rgb(4 47 46 / 0.5);
    border-right-color: rgb(4 47 46 / 0.5);
  }

  .md\:border-x-teal-950\/55 {
    border-left-color: rgb(4 47 46 / 0.55);
    border-right-color: rgb(4 47 46 / 0.55);
  }

  .md\:border-x-teal-950\/60 {
    border-left-color: rgb(4 47 46 / 0.6);
    border-right-color: rgb(4 47 46 / 0.6);
  }

  .md\:border-x-teal-950\/65 {
    border-left-color: rgb(4 47 46 / 0.65);
    border-right-color: rgb(4 47 46 / 0.65);
  }

  .md\:border-x-teal-950\/70 {
    border-left-color: rgb(4 47 46 / 0.7);
    border-right-color: rgb(4 47 46 / 0.7);
  }

  .md\:border-x-teal-950\/75 {
    border-left-color: rgb(4 47 46 / 0.75);
    border-right-color: rgb(4 47 46 / 0.75);
  }

  .md\:border-x-teal-950\/80 {
    border-left-color: rgb(4 47 46 / 0.8);
    border-right-color: rgb(4 47 46 / 0.8);
  }

  .md\:border-x-teal-950\/85 {
    border-left-color: rgb(4 47 46 / 0.85);
    border-right-color: rgb(4 47 46 / 0.85);
  }

  .md\:border-x-teal-950\/90 {
    border-left-color: rgb(4 47 46 / 0.9);
    border-right-color: rgb(4 47 46 / 0.9);
  }

  .md\:border-x-teal-950\/95 {
    border-left-color: rgb(4 47 46 / 0.95);
    border-right-color: rgb(4 47 46 / 0.95);
  }

  .md\:border-x-transparent {
    border-left-color: transparent;
    border-right-color: transparent;
  }

  .md\:border-x-transparent\/0 {
    border-left-color: rgb(0 0 0 / 0);
    border-right-color: rgb(0 0 0 / 0);
  }

  .md\:border-x-transparent\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-x-transparent\/100 {
    border-left-color: rgb(0 0 0 / 1);
    border-right-color: rgb(0 0 0 / 1);
  }

  .md\:border-x-transparent\/15 {
    border-left-color: rgb(0 0 0 / 0.15);
    border-right-color: rgb(0 0 0 / 0.15);
  }

  .md\:border-x-transparent\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-x-transparent\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-x-transparent\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-x-transparent\/35 {
    border-left-color: rgb(0 0 0 / 0.35);
    border-right-color: rgb(0 0 0 / 0.35);
  }

  .md\:border-x-transparent\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-x-transparent\/45 {
    border-left-color: rgb(0 0 0 / 0.45);
    border-right-color: rgb(0 0 0 / 0.45);
  }

  .md\:border-x-transparent\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-x-transparent\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-x-transparent\/55 {
    border-left-color: rgb(0 0 0 / 0.55);
    border-right-color: rgb(0 0 0 / 0.55);
  }

  .md\:border-x-transparent\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-x-transparent\/65 {
    border-left-color: rgb(0 0 0 / 0.65);
    border-right-color: rgb(0 0 0 / 0.65);
  }

  .md\:border-x-transparent\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-x-transparent\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-x-transparent\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-x-transparent\/85 {
    border-left-color: rgb(0 0 0 / 0.85);
    border-right-color: rgb(0 0 0 / 0.85);
  }

  .md\:border-x-transparent\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-x-transparent\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-violet-100\/0 {
    border-left-color: rgb(237 233 254 / 0);
    border-right-color: rgb(237 233 254 / 0);
  }

  .md\:border-x-violet-100\/10 {
    border-left-color: rgb(237 233 254 / 0.1);
    border-right-color: rgb(237 233 254 / 0.1);
  }

  .md\:border-x-violet-100\/100 {
    border-left-color: rgb(237 233 254 / 1);
    border-right-color: rgb(237 233 254 / 1);
  }

  .md\:border-x-violet-100\/15 {
    border-left-color: rgb(237 233 254 / 0.15);
    border-right-color: rgb(237 233 254 / 0.15);
  }

  .md\:border-x-violet-100\/20 {
    border-left-color: rgb(237 233 254 / 0.2);
    border-right-color: rgb(237 233 254 / 0.2);
  }

  .md\:border-x-violet-100\/25 {
    border-left-color: rgb(237 233 254 / 0.25);
    border-right-color: rgb(237 233 254 / 0.25);
  }

  .md\:border-x-violet-100\/30 {
    border-left-color: rgb(237 233 254 / 0.3);
    border-right-color: rgb(237 233 254 / 0.3);
  }

  .md\:border-x-violet-100\/35 {
    border-left-color: rgb(237 233 254 / 0.35);
    border-right-color: rgb(237 233 254 / 0.35);
  }

  .md\:border-x-violet-100\/40 {
    border-left-color: rgb(237 233 254 / 0.4);
    border-right-color: rgb(237 233 254 / 0.4);
  }

  .md\:border-x-violet-100\/45 {
    border-left-color: rgb(237 233 254 / 0.45);
    border-right-color: rgb(237 233 254 / 0.45);
  }

  .md\:border-x-violet-100\/5 {
    border-left-color: rgb(237 233 254 / 0.05);
    border-right-color: rgb(237 233 254 / 0.05);
  }

  .md\:border-x-violet-100\/50 {
    border-left-color: rgb(237 233 254 / 0.5);
    border-right-color: rgb(237 233 254 / 0.5);
  }

  .md\:border-x-violet-100\/55 {
    border-left-color: rgb(237 233 254 / 0.55);
    border-right-color: rgb(237 233 254 / 0.55);
  }

  .md\:border-x-violet-100\/60 {
    border-left-color: rgb(237 233 254 / 0.6);
    border-right-color: rgb(237 233 254 / 0.6);
  }

  .md\:border-x-violet-100\/65 {
    border-left-color: rgb(237 233 254 / 0.65);
    border-right-color: rgb(237 233 254 / 0.65);
  }

  .md\:border-x-violet-100\/70 {
    border-left-color: rgb(237 233 254 / 0.7);
    border-right-color: rgb(237 233 254 / 0.7);
  }

  .md\:border-x-violet-100\/75 {
    border-left-color: rgb(237 233 254 / 0.75);
    border-right-color: rgb(237 233 254 / 0.75);
  }

  .md\:border-x-violet-100\/80 {
    border-left-color: rgb(237 233 254 / 0.8);
    border-right-color: rgb(237 233 254 / 0.8);
  }

  .md\:border-x-violet-100\/85 {
    border-left-color: rgb(237 233 254 / 0.85);
    border-right-color: rgb(237 233 254 / 0.85);
  }

  .md\:border-x-violet-100\/90 {
    border-left-color: rgb(237 233 254 / 0.9);
    border-right-color: rgb(237 233 254 / 0.9);
  }

  .md\:border-x-violet-100\/95 {
    border-left-color: rgb(237 233 254 / 0.95);
    border-right-color: rgb(237 233 254 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-violet-200\/0 {
    border-left-color: rgb(221 214 254 / 0);
    border-right-color: rgb(221 214 254 / 0);
  }

  .md\:border-x-violet-200\/10 {
    border-left-color: rgb(221 214 254 / 0.1);
    border-right-color: rgb(221 214 254 / 0.1);
  }

  .md\:border-x-violet-200\/100 {
    border-left-color: rgb(221 214 254 / 1);
    border-right-color: rgb(221 214 254 / 1);
  }

  .md\:border-x-violet-200\/15 {
    border-left-color: rgb(221 214 254 / 0.15);
    border-right-color: rgb(221 214 254 / 0.15);
  }

  .md\:border-x-violet-200\/20 {
    border-left-color: rgb(221 214 254 / 0.2);
    border-right-color: rgb(221 214 254 / 0.2);
  }

  .md\:border-x-violet-200\/25 {
    border-left-color: rgb(221 214 254 / 0.25);
    border-right-color: rgb(221 214 254 / 0.25);
  }

  .md\:border-x-violet-200\/30 {
    border-left-color: rgb(221 214 254 / 0.3);
    border-right-color: rgb(221 214 254 / 0.3);
  }

  .md\:border-x-violet-200\/35 {
    border-left-color: rgb(221 214 254 / 0.35);
    border-right-color: rgb(221 214 254 / 0.35);
  }

  .md\:border-x-violet-200\/40 {
    border-left-color: rgb(221 214 254 / 0.4);
    border-right-color: rgb(221 214 254 / 0.4);
  }

  .md\:border-x-violet-200\/45 {
    border-left-color: rgb(221 214 254 / 0.45);
    border-right-color: rgb(221 214 254 / 0.45);
  }

  .md\:border-x-violet-200\/5 {
    border-left-color: rgb(221 214 254 / 0.05);
    border-right-color: rgb(221 214 254 / 0.05);
  }

  .md\:border-x-violet-200\/50 {
    border-left-color: rgb(221 214 254 / 0.5);
    border-right-color: rgb(221 214 254 / 0.5);
  }

  .md\:border-x-violet-200\/55 {
    border-left-color: rgb(221 214 254 / 0.55);
    border-right-color: rgb(221 214 254 / 0.55);
  }

  .md\:border-x-violet-200\/60 {
    border-left-color: rgb(221 214 254 / 0.6);
    border-right-color: rgb(221 214 254 / 0.6);
  }

  .md\:border-x-violet-200\/65 {
    border-left-color: rgb(221 214 254 / 0.65);
    border-right-color: rgb(221 214 254 / 0.65);
  }

  .md\:border-x-violet-200\/70 {
    border-left-color: rgb(221 214 254 / 0.7);
    border-right-color: rgb(221 214 254 / 0.7);
  }

  .md\:border-x-violet-200\/75 {
    border-left-color: rgb(221 214 254 / 0.75);
    border-right-color: rgb(221 214 254 / 0.75);
  }

  .md\:border-x-violet-200\/80 {
    border-left-color: rgb(221 214 254 / 0.8);
    border-right-color: rgb(221 214 254 / 0.8);
  }

  .md\:border-x-violet-200\/85 {
    border-left-color: rgb(221 214 254 / 0.85);
    border-right-color: rgb(221 214 254 / 0.85);
  }

  .md\:border-x-violet-200\/90 {
    border-left-color: rgb(221 214 254 / 0.9);
    border-right-color: rgb(221 214 254 / 0.9);
  }

  .md\:border-x-violet-200\/95 {
    border-left-color: rgb(221 214 254 / 0.95);
    border-right-color: rgb(221 214 254 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-violet-300\/0 {
    border-left-color: rgb(196 181 253 / 0);
    border-right-color: rgb(196 181 253 / 0);
  }

  .md\:border-x-violet-300\/10 {
    border-left-color: rgb(196 181 253 / 0.1);
    border-right-color: rgb(196 181 253 / 0.1);
  }

  .md\:border-x-violet-300\/100 {
    border-left-color: rgb(196 181 253 / 1);
    border-right-color: rgb(196 181 253 / 1);
  }

  .md\:border-x-violet-300\/15 {
    border-left-color: rgb(196 181 253 / 0.15);
    border-right-color: rgb(196 181 253 / 0.15);
  }

  .md\:border-x-violet-300\/20 {
    border-left-color: rgb(196 181 253 / 0.2);
    border-right-color: rgb(196 181 253 / 0.2);
  }

  .md\:border-x-violet-300\/25 {
    border-left-color: rgb(196 181 253 / 0.25);
    border-right-color: rgb(196 181 253 / 0.25);
  }

  .md\:border-x-violet-300\/30 {
    border-left-color: rgb(196 181 253 / 0.3);
    border-right-color: rgb(196 181 253 / 0.3);
  }

  .md\:border-x-violet-300\/35 {
    border-left-color: rgb(196 181 253 / 0.35);
    border-right-color: rgb(196 181 253 / 0.35);
  }

  .md\:border-x-violet-300\/40 {
    border-left-color: rgb(196 181 253 / 0.4);
    border-right-color: rgb(196 181 253 / 0.4);
  }

  .md\:border-x-violet-300\/45 {
    border-left-color: rgb(196 181 253 / 0.45);
    border-right-color: rgb(196 181 253 / 0.45);
  }

  .md\:border-x-violet-300\/5 {
    border-left-color: rgb(196 181 253 / 0.05);
    border-right-color: rgb(196 181 253 / 0.05);
  }

  .md\:border-x-violet-300\/50 {
    border-left-color: rgb(196 181 253 / 0.5);
    border-right-color: rgb(196 181 253 / 0.5);
  }

  .md\:border-x-violet-300\/55 {
    border-left-color: rgb(196 181 253 / 0.55);
    border-right-color: rgb(196 181 253 / 0.55);
  }

  .md\:border-x-violet-300\/60 {
    border-left-color: rgb(196 181 253 / 0.6);
    border-right-color: rgb(196 181 253 / 0.6);
  }

  .md\:border-x-violet-300\/65 {
    border-left-color: rgb(196 181 253 / 0.65);
    border-right-color: rgb(196 181 253 / 0.65);
  }

  .md\:border-x-violet-300\/70 {
    border-left-color: rgb(196 181 253 / 0.7);
    border-right-color: rgb(196 181 253 / 0.7);
  }

  .md\:border-x-violet-300\/75 {
    border-left-color: rgb(196 181 253 / 0.75);
    border-right-color: rgb(196 181 253 / 0.75);
  }

  .md\:border-x-violet-300\/80 {
    border-left-color: rgb(196 181 253 / 0.8);
    border-right-color: rgb(196 181 253 / 0.8);
  }

  .md\:border-x-violet-300\/85 {
    border-left-color: rgb(196 181 253 / 0.85);
    border-right-color: rgb(196 181 253 / 0.85);
  }

  .md\:border-x-violet-300\/90 {
    border-left-color: rgb(196 181 253 / 0.9);
    border-right-color: rgb(196 181 253 / 0.9);
  }

  .md\:border-x-violet-300\/95 {
    border-left-color: rgb(196 181 253 / 0.95);
    border-right-color: rgb(196 181 253 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-violet-400\/0 {
    border-left-color: rgb(167 139 250 / 0);
    border-right-color: rgb(167 139 250 / 0);
  }

  .md\:border-x-violet-400\/10 {
    border-left-color: rgb(167 139 250 / 0.1);
    border-right-color: rgb(167 139 250 / 0.1);
  }

  .md\:border-x-violet-400\/100 {
    border-left-color: rgb(167 139 250 / 1);
    border-right-color: rgb(167 139 250 / 1);
  }

  .md\:border-x-violet-400\/15 {
    border-left-color: rgb(167 139 250 / 0.15);
    border-right-color: rgb(167 139 250 / 0.15);
  }

  .md\:border-x-violet-400\/20 {
    border-left-color: rgb(167 139 250 / 0.2);
    border-right-color: rgb(167 139 250 / 0.2);
  }

  .md\:border-x-violet-400\/25 {
    border-left-color: rgb(167 139 250 / 0.25);
    border-right-color: rgb(167 139 250 / 0.25);
  }

  .md\:border-x-violet-400\/30 {
    border-left-color: rgb(167 139 250 / 0.3);
    border-right-color: rgb(167 139 250 / 0.3);
  }

  .md\:border-x-violet-400\/35 {
    border-left-color: rgb(167 139 250 / 0.35);
    border-right-color: rgb(167 139 250 / 0.35);
  }

  .md\:border-x-violet-400\/40 {
    border-left-color: rgb(167 139 250 / 0.4);
    border-right-color: rgb(167 139 250 / 0.4);
  }

  .md\:border-x-violet-400\/45 {
    border-left-color: rgb(167 139 250 / 0.45);
    border-right-color: rgb(167 139 250 / 0.45);
  }

  .md\:border-x-violet-400\/5 {
    border-left-color: rgb(167 139 250 / 0.05);
    border-right-color: rgb(167 139 250 / 0.05);
  }

  .md\:border-x-violet-400\/50 {
    border-left-color: rgb(167 139 250 / 0.5);
    border-right-color: rgb(167 139 250 / 0.5);
  }

  .md\:border-x-violet-400\/55 {
    border-left-color: rgb(167 139 250 / 0.55);
    border-right-color: rgb(167 139 250 / 0.55);
  }

  .md\:border-x-violet-400\/60 {
    border-left-color: rgb(167 139 250 / 0.6);
    border-right-color: rgb(167 139 250 / 0.6);
  }

  .md\:border-x-violet-400\/65 {
    border-left-color: rgb(167 139 250 / 0.65);
    border-right-color: rgb(167 139 250 / 0.65);
  }

  .md\:border-x-violet-400\/70 {
    border-left-color: rgb(167 139 250 / 0.7);
    border-right-color: rgb(167 139 250 / 0.7);
  }

  .md\:border-x-violet-400\/75 {
    border-left-color: rgb(167 139 250 / 0.75);
    border-right-color: rgb(167 139 250 / 0.75);
  }

  .md\:border-x-violet-400\/80 {
    border-left-color: rgb(167 139 250 / 0.8);
    border-right-color: rgb(167 139 250 / 0.8);
  }

  .md\:border-x-violet-400\/85 {
    border-left-color: rgb(167 139 250 / 0.85);
    border-right-color: rgb(167 139 250 / 0.85);
  }

  .md\:border-x-violet-400\/90 {
    border-left-color: rgb(167 139 250 / 0.9);
    border-right-color: rgb(167 139 250 / 0.9);
  }

  .md\:border-x-violet-400\/95 {
    border-left-color: rgb(167 139 250 / 0.95);
    border-right-color: rgb(167 139 250 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-violet-50\/0 {
    border-left-color: rgb(245 243 255 / 0);
    border-right-color: rgb(245 243 255 / 0);
  }

  .md\:border-x-violet-50\/10 {
    border-left-color: rgb(245 243 255 / 0.1);
    border-right-color: rgb(245 243 255 / 0.1);
  }

  .md\:border-x-violet-50\/100 {
    border-left-color: rgb(245 243 255 / 1);
    border-right-color: rgb(245 243 255 / 1);
  }

  .md\:border-x-violet-50\/15 {
    border-left-color: rgb(245 243 255 / 0.15);
    border-right-color: rgb(245 243 255 / 0.15);
  }

  .md\:border-x-violet-50\/20 {
    border-left-color: rgb(245 243 255 / 0.2);
    border-right-color: rgb(245 243 255 / 0.2);
  }

  .md\:border-x-violet-50\/25 {
    border-left-color: rgb(245 243 255 / 0.25);
    border-right-color: rgb(245 243 255 / 0.25);
  }

  .md\:border-x-violet-50\/30 {
    border-left-color: rgb(245 243 255 / 0.3);
    border-right-color: rgb(245 243 255 / 0.3);
  }

  .md\:border-x-violet-50\/35 {
    border-left-color: rgb(245 243 255 / 0.35);
    border-right-color: rgb(245 243 255 / 0.35);
  }

  .md\:border-x-violet-50\/40 {
    border-left-color: rgb(245 243 255 / 0.4);
    border-right-color: rgb(245 243 255 / 0.4);
  }

  .md\:border-x-violet-50\/45 {
    border-left-color: rgb(245 243 255 / 0.45);
    border-right-color: rgb(245 243 255 / 0.45);
  }

  .md\:border-x-violet-50\/5 {
    border-left-color: rgb(245 243 255 / 0.05);
    border-right-color: rgb(245 243 255 / 0.05);
  }

  .md\:border-x-violet-50\/50 {
    border-left-color: rgb(245 243 255 / 0.5);
    border-right-color: rgb(245 243 255 / 0.5);
  }

  .md\:border-x-violet-50\/55 {
    border-left-color: rgb(245 243 255 / 0.55);
    border-right-color: rgb(245 243 255 / 0.55);
  }

  .md\:border-x-violet-50\/60 {
    border-left-color: rgb(245 243 255 / 0.6);
    border-right-color: rgb(245 243 255 / 0.6);
  }

  .md\:border-x-violet-50\/65 {
    border-left-color: rgb(245 243 255 / 0.65);
    border-right-color: rgb(245 243 255 / 0.65);
  }

  .md\:border-x-violet-50\/70 {
    border-left-color: rgb(245 243 255 / 0.7);
    border-right-color: rgb(245 243 255 / 0.7);
  }

  .md\:border-x-violet-50\/75 {
    border-left-color: rgb(245 243 255 / 0.75);
    border-right-color: rgb(245 243 255 / 0.75);
  }

  .md\:border-x-violet-50\/80 {
    border-left-color: rgb(245 243 255 / 0.8);
    border-right-color: rgb(245 243 255 / 0.8);
  }

  .md\:border-x-violet-50\/85 {
    border-left-color: rgb(245 243 255 / 0.85);
    border-right-color: rgb(245 243 255 / 0.85);
  }

  .md\:border-x-violet-50\/90 {
    border-left-color: rgb(245 243 255 / 0.9);
    border-right-color: rgb(245 243 255 / 0.9);
  }

  .md\:border-x-violet-50\/95 {
    border-left-color: rgb(245 243 255 / 0.95);
    border-right-color: rgb(245 243 255 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-violet-500\/0 {
    border-left-color: rgb(139 92 246 / 0);
    border-right-color: rgb(139 92 246 / 0);
  }

  .md\:border-x-violet-500\/10 {
    border-left-color: rgb(139 92 246 / 0.1);
    border-right-color: rgb(139 92 246 / 0.1);
  }

  .md\:border-x-violet-500\/100 {
    border-left-color: rgb(139 92 246 / 1);
    border-right-color: rgb(139 92 246 / 1);
  }

  .md\:border-x-violet-500\/15 {
    border-left-color: rgb(139 92 246 / 0.15);
    border-right-color: rgb(139 92 246 / 0.15);
  }

  .md\:border-x-violet-500\/20 {
    border-left-color: rgb(139 92 246 / 0.2);
    border-right-color: rgb(139 92 246 / 0.2);
  }

  .md\:border-x-violet-500\/25 {
    border-left-color: rgb(139 92 246 / 0.25);
    border-right-color: rgb(139 92 246 / 0.25);
  }

  .md\:border-x-violet-500\/30 {
    border-left-color: rgb(139 92 246 / 0.3);
    border-right-color: rgb(139 92 246 / 0.3);
  }

  .md\:border-x-violet-500\/35 {
    border-left-color: rgb(139 92 246 / 0.35);
    border-right-color: rgb(139 92 246 / 0.35);
  }

  .md\:border-x-violet-500\/40 {
    border-left-color: rgb(139 92 246 / 0.4);
    border-right-color: rgb(139 92 246 / 0.4);
  }

  .md\:border-x-violet-500\/45 {
    border-left-color: rgb(139 92 246 / 0.45);
    border-right-color: rgb(139 92 246 / 0.45);
  }

  .md\:border-x-violet-500\/5 {
    border-left-color: rgb(139 92 246 / 0.05);
    border-right-color: rgb(139 92 246 / 0.05);
  }

  .md\:border-x-violet-500\/50 {
    border-left-color: rgb(139 92 246 / 0.5);
    border-right-color: rgb(139 92 246 / 0.5);
  }

  .md\:border-x-violet-500\/55 {
    border-left-color: rgb(139 92 246 / 0.55);
    border-right-color: rgb(139 92 246 / 0.55);
  }

  .md\:border-x-violet-500\/60 {
    border-left-color: rgb(139 92 246 / 0.6);
    border-right-color: rgb(139 92 246 / 0.6);
  }

  .md\:border-x-violet-500\/65 {
    border-left-color: rgb(139 92 246 / 0.65);
    border-right-color: rgb(139 92 246 / 0.65);
  }

  .md\:border-x-violet-500\/70 {
    border-left-color: rgb(139 92 246 / 0.7);
    border-right-color: rgb(139 92 246 / 0.7);
  }

  .md\:border-x-violet-500\/75 {
    border-left-color: rgb(139 92 246 / 0.75);
    border-right-color: rgb(139 92 246 / 0.75);
  }

  .md\:border-x-violet-500\/80 {
    border-left-color: rgb(139 92 246 / 0.8);
    border-right-color: rgb(139 92 246 / 0.8);
  }

  .md\:border-x-violet-500\/85 {
    border-left-color: rgb(139 92 246 / 0.85);
    border-right-color: rgb(139 92 246 / 0.85);
  }

  .md\:border-x-violet-500\/90 {
    border-left-color: rgb(139 92 246 / 0.9);
    border-right-color: rgb(139 92 246 / 0.9);
  }

  .md\:border-x-violet-500\/95 {
    border-left-color: rgb(139 92 246 / 0.95);
    border-right-color: rgb(139 92 246 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-violet-600\/0 {
    border-left-color: rgb(124 58 237 / 0);
    border-right-color: rgb(124 58 237 / 0);
  }

  .md\:border-x-violet-600\/10 {
    border-left-color: rgb(124 58 237 / 0.1);
    border-right-color: rgb(124 58 237 / 0.1);
  }

  .md\:border-x-violet-600\/100 {
    border-left-color: rgb(124 58 237 / 1);
    border-right-color: rgb(124 58 237 / 1);
  }

  .md\:border-x-violet-600\/15 {
    border-left-color: rgb(124 58 237 / 0.15);
    border-right-color: rgb(124 58 237 / 0.15);
  }

  .md\:border-x-violet-600\/20 {
    border-left-color: rgb(124 58 237 / 0.2);
    border-right-color: rgb(124 58 237 / 0.2);
  }

  .md\:border-x-violet-600\/25 {
    border-left-color: rgb(124 58 237 / 0.25);
    border-right-color: rgb(124 58 237 / 0.25);
  }

  .md\:border-x-violet-600\/30 {
    border-left-color: rgb(124 58 237 / 0.3);
    border-right-color: rgb(124 58 237 / 0.3);
  }

  .md\:border-x-violet-600\/35 {
    border-left-color: rgb(124 58 237 / 0.35);
    border-right-color: rgb(124 58 237 / 0.35);
  }

  .md\:border-x-violet-600\/40 {
    border-left-color: rgb(124 58 237 / 0.4);
    border-right-color: rgb(124 58 237 / 0.4);
  }

  .md\:border-x-violet-600\/45 {
    border-left-color: rgb(124 58 237 / 0.45);
    border-right-color: rgb(124 58 237 / 0.45);
  }

  .md\:border-x-violet-600\/5 {
    border-left-color: rgb(124 58 237 / 0.05);
    border-right-color: rgb(124 58 237 / 0.05);
  }

  .md\:border-x-violet-600\/50 {
    border-left-color: rgb(124 58 237 / 0.5);
    border-right-color: rgb(124 58 237 / 0.5);
  }

  .md\:border-x-violet-600\/55 {
    border-left-color: rgb(124 58 237 / 0.55);
    border-right-color: rgb(124 58 237 / 0.55);
  }

  .md\:border-x-violet-600\/60 {
    border-left-color: rgb(124 58 237 / 0.6);
    border-right-color: rgb(124 58 237 / 0.6);
  }

  .md\:border-x-violet-600\/65 {
    border-left-color: rgb(124 58 237 / 0.65);
    border-right-color: rgb(124 58 237 / 0.65);
  }

  .md\:border-x-violet-600\/70 {
    border-left-color: rgb(124 58 237 / 0.7);
    border-right-color: rgb(124 58 237 / 0.7);
  }

  .md\:border-x-violet-600\/75 {
    border-left-color: rgb(124 58 237 / 0.75);
    border-right-color: rgb(124 58 237 / 0.75);
  }

  .md\:border-x-violet-600\/80 {
    border-left-color: rgb(124 58 237 / 0.8);
    border-right-color: rgb(124 58 237 / 0.8);
  }

  .md\:border-x-violet-600\/85 {
    border-left-color: rgb(124 58 237 / 0.85);
    border-right-color: rgb(124 58 237 / 0.85);
  }

  .md\:border-x-violet-600\/90 {
    border-left-color: rgb(124 58 237 / 0.9);
    border-right-color: rgb(124 58 237 / 0.9);
  }

  .md\:border-x-violet-600\/95 {
    border-left-color: rgb(124 58 237 / 0.95);
    border-right-color: rgb(124 58 237 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-violet-700\/0 {
    border-left-color: rgb(109 40 217 / 0);
    border-right-color: rgb(109 40 217 / 0);
  }

  .md\:border-x-violet-700\/10 {
    border-left-color: rgb(109 40 217 / 0.1);
    border-right-color: rgb(109 40 217 / 0.1);
  }

  .md\:border-x-violet-700\/100 {
    border-left-color: rgb(109 40 217 / 1);
    border-right-color: rgb(109 40 217 / 1);
  }

  .md\:border-x-violet-700\/15 {
    border-left-color: rgb(109 40 217 / 0.15);
    border-right-color: rgb(109 40 217 / 0.15);
  }

  .md\:border-x-violet-700\/20 {
    border-left-color: rgb(109 40 217 / 0.2);
    border-right-color: rgb(109 40 217 / 0.2);
  }

  .md\:border-x-violet-700\/25 {
    border-left-color: rgb(109 40 217 / 0.25);
    border-right-color: rgb(109 40 217 / 0.25);
  }

  .md\:border-x-violet-700\/30 {
    border-left-color: rgb(109 40 217 / 0.3);
    border-right-color: rgb(109 40 217 / 0.3);
  }

  .md\:border-x-violet-700\/35 {
    border-left-color: rgb(109 40 217 / 0.35);
    border-right-color: rgb(109 40 217 / 0.35);
  }

  .md\:border-x-violet-700\/40 {
    border-left-color: rgb(109 40 217 / 0.4);
    border-right-color: rgb(109 40 217 / 0.4);
  }

  .md\:border-x-violet-700\/45 {
    border-left-color: rgb(109 40 217 / 0.45);
    border-right-color: rgb(109 40 217 / 0.45);
  }

  .md\:border-x-violet-700\/5 {
    border-left-color: rgb(109 40 217 / 0.05);
    border-right-color: rgb(109 40 217 / 0.05);
  }

  .md\:border-x-violet-700\/50 {
    border-left-color: rgb(109 40 217 / 0.5);
    border-right-color: rgb(109 40 217 / 0.5);
  }

  .md\:border-x-violet-700\/55 {
    border-left-color: rgb(109 40 217 / 0.55);
    border-right-color: rgb(109 40 217 / 0.55);
  }

  .md\:border-x-violet-700\/60 {
    border-left-color: rgb(109 40 217 / 0.6);
    border-right-color: rgb(109 40 217 / 0.6);
  }

  .md\:border-x-violet-700\/65 {
    border-left-color: rgb(109 40 217 / 0.65);
    border-right-color: rgb(109 40 217 / 0.65);
  }

  .md\:border-x-violet-700\/70 {
    border-left-color: rgb(109 40 217 / 0.7);
    border-right-color: rgb(109 40 217 / 0.7);
  }

  .md\:border-x-violet-700\/75 {
    border-left-color: rgb(109 40 217 / 0.75);
    border-right-color: rgb(109 40 217 / 0.75);
  }

  .md\:border-x-violet-700\/80 {
    border-left-color: rgb(109 40 217 / 0.8);
    border-right-color: rgb(109 40 217 / 0.8);
  }

  .md\:border-x-violet-700\/85 {
    border-left-color: rgb(109 40 217 / 0.85);
    border-right-color: rgb(109 40 217 / 0.85);
  }

  .md\:border-x-violet-700\/90 {
    border-left-color: rgb(109 40 217 / 0.9);
    border-right-color: rgb(109 40 217 / 0.9);
  }

  .md\:border-x-violet-700\/95 {
    border-left-color: rgb(109 40 217 / 0.95);
    border-right-color: rgb(109 40 217 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-violet-800\/0 {
    border-left-color: rgb(91 33 182 / 0);
    border-right-color: rgb(91 33 182 / 0);
  }

  .md\:border-x-violet-800\/10 {
    border-left-color: rgb(91 33 182 / 0.1);
    border-right-color: rgb(91 33 182 / 0.1);
  }

  .md\:border-x-violet-800\/100 {
    border-left-color: rgb(91 33 182 / 1);
    border-right-color: rgb(91 33 182 / 1);
  }

  .md\:border-x-violet-800\/15 {
    border-left-color: rgb(91 33 182 / 0.15);
    border-right-color: rgb(91 33 182 / 0.15);
  }

  .md\:border-x-violet-800\/20 {
    border-left-color: rgb(91 33 182 / 0.2);
    border-right-color: rgb(91 33 182 / 0.2);
  }

  .md\:border-x-violet-800\/25 {
    border-left-color: rgb(91 33 182 / 0.25);
    border-right-color: rgb(91 33 182 / 0.25);
  }

  .md\:border-x-violet-800\/30 {
    border-left-color: rgb(91 33 182 / 0.3);
    border-right-color: rgb(91 33 182 / 0.3);
  }

  .md\:border-x-violet-800\/35 {
    border-left-color: rgb(91 33 182 / 0.35);
    border-right-color: rgb(91 33 182 / 0.35);
  }

  .md\:border-x-violet-800\/40 {
    border-left-color: rgb(91 33 182 / 0.4);
    border-right-color: rgb(91 33 182 / 0.4);
  }

  .md\:border-x-violet-800\/45 {
    border-left-color: rgb(91 33 182 / 0.45);
    border-right-color: rgb(91 33 182 / 0.45);
  }

  .md\:border-x-violet-800\/5 {
    border-left-color: rgb(91 33 182 / 0.05);
    border-right-color: rgb(91 33 182 / 0.05);
  }

  .md\:border-x-violet-800\/50 {
    border-left-color: rgb(91 33 182 / 0.5);
    border-right-color: rgb(91 33 182 / 0.5);
  }

  .md\:border-x-violet-800\/55 {
    border-left-color: rgb(91 33 182 / 0.55);
    border-right-color: rgb(91 33 182 / 0.55);
  }

  .md\:border-x-violet-800\/60 {
    border-left-color: rgb(91 33 182 / 0.6);
    border-right-color: rgb(91 33 182 / 0.6);
  }

  .md\:border-x-violet-800\/65 {
    border-left-color: rgb(91 33 182 / 0.65);
    border-right-color: rgb(91 33 182 / 0.65);
  }

  .md\:border-x-violet-800\/70 {
    border-left-color: rgb(91 33 182 / 0.7);
    border-right-color: rgb(91 33 182 / 0.7);
  }

  .md\:border-x-violet-800\/75 {
    border-left-color: rgb(91 33 182 / 0.75);
    border-right-color: rgb(91 33 182 / 0.75);
  }

  .md\:border-x-violet-800\/80 {
    border-left-color: rgb(91 33 182 / 0.8);
    border-right-color: rgb(91 33 182 / 0.8);
  }

  .md\:border-x-violet-800\/85 {
    border-left-color: rgb(91 33 182 / 0.85);
    border-right-color: rgb(91 33 182 / 0.85);
  }

  .md\:border-x-violet-800\/90 {
    border-left-color: rgb(91 33 182 / 0.9);
    border-right-color: rgb(91 33 182 / 0.9);
  }

  .md\:border-x-violet-800\/95 {
    border-left-color: rgb(91 33 182 / 0.95);
    border-right-color: rgb(91 33 182 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-violet-900\/0 {
    border-left-color: rgb(76 29 149 / 0);
    border-right-color: rgb(76 29 149 / 0);
  }

  .md\:border-x-violet-900\/10 {
    border-left-color: rgb(76 29 149 / 0.1);
    border-right-color: rgb(76 29 149 / 0.1);
  }

  .md\:border-x-violet-900\/100 {
    border-left-color: rgb(76 29 149 / 1);
    border-right-color: rgb(76 29 149 / 1);
  }

  .md\:border-x-violet-900\/15 {
    border-left-color: rgb(76 29 149 / 0.15);
    border-right-color: rgb(76 29 149 / 0.15);
  }

  .md\:border-x-violet-900\/20 {
    border-left-color: rgb(76 29 149 / 0.2);
    border-right-color: rgb(76 29 149 / 0.2);
  }

  .md\:border-x-violet-900\/25 {
    border-left-color: rgb(76 29 149 / 0.25);
    border-right-color: rgb(76 29 149 / 0.25);
  }

  .md\:border-x-violet-900\/30 {
    border-left-color: rgb(76 29 149 / 0.3);
    border-right-color: rgb(76 29 149 / 0.3);
  }

  .md\:border-x-violet-900\/35 {
    border-left-color: rgb(76 29 149 / 0.35);
    border-right-color: rgb(76 29 149 / 0.35);
  }

  .md\:border-x-violet-900\/40 {
    border-left-color: rgb(76 29 149 / 0.4);
    border-right-color: rgb(76 29 149 / 0.4);
  }

  .md\:border-x-violet-900\/45 {
    border-left-color: rgb(76 29 149 / 0.45);
    border-right-color: rgb(76 29 149 / 0.45);
  }

  .md\:border-x-violet-900\/5 {
    border-left-color: rgb(76 29 149 / 0.05);
    border-right-color: rgb(76 29 149 / 0.05);
  }

  .md\:border-x-violet-900\/50 {
    border-left-color: rgb(76 29 149 / 0.5);
    border-right-color: rgb(76 29 149 / 0.5);
  }

  .md\:border-x-violet-900\/55 {
    border-left-color: rgb(76 29 149 / 0.55);
    border-right-color: rgb(76 29 149 / 0.55);
  }

  .md\:border-x-violet-900\/60 {
    border-left-color: rgb(76 29 149 / 0.6);
    border-right-color: rgb(76 29 149 / 0.6);
  }

  .md\:border-x-violet-900\/65 {
    border-left-color: rgb(76 29 149 / 0.65);
    border-right-color: rgb(76 29 149 / 0.65);
  }

  .md\:border-x-violet-900\/70 {
    border-left-color: rgb(76 29 149 / 0.7);
    border-right-color: rgb(76 29 149 / 0.7);
  }

  .md\:border-x-violet-900\/75 {
    border-left-color: rgb(76 29 149 / 0.75);
    border-right-color: rgb(76 29 149 / 0.75);
  }

  .md\:border-x-violet-900\/80 {
    border-left-color: rgb(76 29 149 / 0.8);
    border-right-color: rgb(76 29 149 / 0.8);
  }

  .md\:border-x-violet-900\/85 {
    border-left-color: rgb(76 29 149 / 0.85);
    border-right-color: rgb(76 29 149 / 0.85);
  }

  .md\:border-x-violet-900\/90 {
    border-left-color: rgb(76 29 149 / 0.9);
    border-right-color: rgb(76 29 149 / 0.9);
  }

  .md\:border-x-violet-900\/95 {
    border-left-color: rgb(76 29 149 / 0.95);
    border-right-color: rgb(76 29 149 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-violet-950\/0 {
    border-left-color: rgb(46 16 101 / 0);
    border-right-color: rgb(46 16 101 / 0);
  }

  .md\:border-x-violet-950\/10 {
    border-left-color: rgb(46 16 101 / 0.1);
    border-right-color: rgb(46 16 101 / 0.1);
  }

  .md\:border-x-violet-950\/100 {
    border-left-color: rgb(46 16 101 / 1);
    border-right-color: rgb(46 16 101 / 1);
  }

  .md\:border-x-violet-950\/15 {
    border-left-color: rgb(46 16 101 / 0.15);
    border-right-color: rgb(46 16 101 / 0.15);
  }

  .md\:border-x-violet-950\/20 {
    border-left-color: rgb(46 16 101 / 0.2);
    border-right-color: rgb(46 16 101 / 0.2);
  }

  .md\:border-x-violet-950\/25 {
    border-left-color: rgb(46 16 101 / 0.25);
    border-right-color: rgb(46 16 101 / 0.25);
  }

  .md\:border-x-violet-950\/30 {
    border-left-color: rgb(46 16 101 / 0.3);
    border-right-color: rgb(46 16 101 / 0.3);
  }

  .md\:border-x-violet-950\/35 {
    border-left-color: rgb(46 16 101 / 0.35);
    border-right-color: rgb(46 16 101 / 0.35);
  }

  .md\:border-x-violet-950\/40 {
    border-left-color: rgb(46 16 101 / 0.4);
    border-right-color: rgb(46 16 101 / 0.4);
  }

  .md\:border-x-violet-950\/45 {
    border-left-color: rgb(46 16 101 / 0.45);
    border-right-color: rgb(46 16 101 / 0.45);
  }

  .md\:border-x-violet-950\/5 {
    border-left-color: rgb(46 16 101 / 0.05);
    border-right-color: rgb(46 16 101 / 0.05);
  }

  .md\:border-x-violet-950\/50 {
    border-left-color: rgb(46 16 101 / 0.5);
    border-right-color: rgb(46 16 101 / 0.5);
  }

  .md\:border-x-violet-950\/55 {
    border-left-color: rgb(46 16 101 / 0.55);
    border-right-color: rgb(46 16 101 / 0.55);
  }

  .md\:border-x-violet-950\/60 {
    border-left-color: rgb(46 16 101 / 0.6);
    border-right-color: rgb(46 16 101 / 0.6);
  }

  .md\:border-x-violet-950\/65 {
    border-left-color: rgb(46 16 101 / 0.65);
    border-right-color: rgb(46 16 101 / 0.65);
  }

  .md\:border-x-violet-950\/70 {
    border-left-color: rgb(46 16 101 / 0.7);
    border-right-color: rgb(46 16 101 / 0.7);
  }

  .md\:border-x-violet-950\/75 {
    border-left-color: rgb(46 16 101 / 0.75);
    border-right-color: rgb(46 16 101 / 0.75);
  }

  .md\:border-x-violet-950\/80 {
    border-left-color: rgb(46 16 101 / 0.8);
    border-right-color: rgb(46 16 101 / 0.8);
  }

  .md\:border-x-violet-950\/85 {
    border-left-color: rgb(46 16 101 / 0.85);
    border-right-color: rgb(46 16 101 / 0.85);
  }

  .md\:border-x-violet-950\/90 {
    border-left-color: rgb(46 16 101 / 0.9);
    border-right-color: rgb(46 16 101 / 0.9);
  }

  .md\:border-x-violet-950\/95 {
    border-left-color: rgb(46 16 101 / 0.95);
    border-right-color: rgb(46 16 101 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-white\/0 {
    border-left-color: rgb(255 255 255 / 0);
    border-right-color: rgb(255 255 255 / 0);
  }

  .md\:border-x-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1);
    border-right-color: rgb(255 255 255 / 0.1);
  }

  .md\:border-x-white\/100 {
    border-left-color: rgb(255 255 255 / 1);
    border-right-color: rgb(255 255 255 / 1);
  }

  .md\:border-x-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15);
    border-right-color: rgb(255 255 255 / 0.15);
  }

  .md\:border-x-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2);
    border-right-color: rgb(255 255 255 / 0.2);
  }

  .md\:border-x-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25);
    border-right-color: rgb(255 255 255 / 0.25);
  }

  .md\:border-x-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3);
    border-right-color: rgb(255 255 255 / 0.3);
  }

  .md\:border-x-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35);
    border-right-color: rgb(255 255 255 / 0.35);
  }

  .md\:border-x-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4);
    border-right-color: rgb(255 255 255 / 0.4);
  }

  .md\:border-x-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45);
    border-right-color: rgb(255 255 255 / 0.45);
  }

  .md\:border-x-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05);
    border-right-color: rgb(255 255 255 / 0.05);
  }

  .md\:border-x-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5);
    border-right-color: rgb(255 255 255 / 0.5);
  }

  .md\:border-x-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55);
    border-right-color: rgb(255 255 255 / 0.55);
  }

  .md\:border-x-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6);
    border-right-color: rgb(255 255 255 / 0.6);
  }

  .md\:border-x-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65);
    border-right-color: rgb(255 255 255 / 0.65);
  }

  .md\:border-x-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7);
    border-right-color: rgb(255 255 255 / 0.7);
  }

  .md\:border-x-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75);
    border-right-color: rgb(255 255 255 / 0.75);
  }

  .md\:border-x-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8);
    border-right-color: rgb(255 255 255 / 0.8);
  }

  .md\:border-x-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85);
    border-right-color: rgb(255 255 255 / 0.85);
  }

  .md\:border-x-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9);
    border-right-color: rgb(255 255 255 / 0.9);
  }

  .md\:border-x-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95);
    border-right-color: rgb(255 255 255 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0);
    border-right-color: rgb(254 249 195 / 0);
  }

  .md\:border-x-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1);
    border-right-color: rgb(254 249 195 / 0.1);
  }

  .md\:border-x-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1);
    border-right-color: rgb(254 249 195 / 1);
  }

  .md\:border-x-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15);
    border-right-color: rgb(254 249 195 / 0.15);
  }

  .md\:border-x-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2);
    border-right-color: rgb(254 249 195 / 0.2);
  }

  .md\:border-x-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25);
    border-right-color: rgb(254 249 195 / 0.25);
  }

  .md\:border-x-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3);
    border-right-color: rgb(254 249 195 / 0.3);
  }

  .md\:border-x-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35);
    border-right-color: rgb(254 249 195 / 0.35);
  }

  .md\:border-x-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4);
    border-right-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-x-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45);
    border-right-color: rgb(254 249 195 / 0.45);
  }

  .md\:border-x-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05);
    border-right-color: rgb(254 249 195 / 0.05);
  }

  .md\:border-x-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5);
    border-right-color: rgb(254 249 195 / 0.5);
  }

  .md\:border-x-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55);
    border-right-color: rgb(254 249 195 / 0.55);
  }

  .md\:border-x-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6);
    border-right-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-x-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65);
    border-right-color: rgb(254 249 195 / 0.65);
  }

  .md\:border-x-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7);
    border-right-color: rgb(254 249 195 / 0.7);
  }

  .md\:border-x-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75);
    border-right-color: rgb(254 249 195 / 0.75);
  }

  .md\:border-x-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8);
    border-right-color: rgb(254 249 195 / 0.8);
  }

  .md\:border-x-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85);
    border-right-color: rgb(254 249 195 / 0.85);
  }

  .md\:border-x-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9);
    border-right-color: rgb(254 249 195 / 0.9);
  }

  .md\:border-x-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95);
    border-right-color: rgb(254 249 195 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0);
    border-right-color: rgb(254 240 138 / 0);
  }

  .md\:border-x-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1);
    border-right-color: rgb(254 240 138 / 0.1);
  }

  .md\:border-x-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1);
    border-right-color: rgb(254 240 138 / 1);
  }

  .md\:border-x-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15);
    border-right-color: rgb(254 240 138 / 0.15);
  }

  .md\:border-x-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2);
    border-right-color: rgb(254 240 138 / 0.2);
  }

  .md\:border-x-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25);
    border-right-color: rgb(254 240 138 / 0.25);
  }

  .md\:border-x-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3);
    border-right-color: rgb(254 240 138 / 0.3);
  }

  .md\:border-x-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35);
    border-right-color: rgb(254 240 138 / 0.35);
  }

  .md\:border-x-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4);
    border-right-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-x-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45);
    border-right-color: rgb(254 240 138 / 0.45);
  }

  .md\:border-x-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05);
    border-right-color: rgb(254 240 138 / 0.05);
  }

  .md\:border-x-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5);
    border-right-color: rgb(254 240 138 / 0.5);
  }

  .md\:border-x-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55);
    border-right-color: rgb(254 240 138 / 0.55);
  }

  .md\:border-x-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6);
    border-right-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-x-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65);
    border-right-color: rgb(254 240 138 / 0.65);
  }

  .md\:border-x-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7);
    border-right-color: rgb(254 240 138 / 0.7);
  }

  .md\:border-x-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75);
    border-right-color: rgb(254 240 138 / 0.75);
  }

  .md\:border-x-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8);
    border-right-color: rgb(254 240 138 / 0.8);
  }

  .md\:border-x-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85);
    border-right-color: rgb(254 240 138 / 0.85);
  }

  .md\:border-x-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9);
    border-right-color: rgb(254 240 138 / 0.9);
  }

  .md\:border-x-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95);
    border-right-color: rgb(254 240 138 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0);
    border-right-color: rgb(253 224 71 / 0);
  }

  .md\:border-x-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1);
    border-right-color: rgb(253 224 71 / 0.1);
  }

  .md\:border-x-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1);
    border-right-color: rgb(253 224 71 / 1);
  }

  .md\:border-x-yellow-300\/15 {
    border-left-color: rgb(253 224 71 / 0.15);
    border-right-color: rgb(253 224 71 / 0.15);
  }

  .md\:border-x-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2);
    border-right-color: rgb(253 224 71 / 0.2);
  }

  .md\:border-x-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25);
    border-right-color: rgb(253 224 71 / 0.25);
  }

  .md\:border-x-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3);
    border-right-color: rgb(253 224 71 / 0.3);
  }

  .md\:border-x-yellow-300\/35 {
    border-left-color: rgb(253 224 71 / 0.35);
    border-right-color: rgb(253 224 71 / 0.35);
  }

  .md\:border-x-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4);
    border-right-color: rgb(253 224 71 / 0.4);
  }

  .md\:border-x-yellow-300\/45 {
    border-left-color: rgb(253 224 71 / 0.45);
    border-right-color: rgb(253 224 71 / 0.45);
  }

  .md\:border-x-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05);
    border-right-color: rgb(253 224 71 / 0.05);
  }

  .md\:border-x-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5);
    border-right-color: rgb(253 224 71 / 0.5);
  }

  .md\:border-x-yellow-300\/55 {
    border-left-color: rgb(253 224 71 / 0.55);
    border-right-color: rgb(253 224 71 / 0.55);
  }

  .md\:border-x-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6);
    border-right-color: rgb(253 224 71 / 0.6);
  }

  .md\:border-x-yellow-300\/65 {
    border-left-color: rgb(253 224 71 / 0.65);
    border-right-color: rgb(253 224 71 / 0.65);
  }

  .md\:border-x-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7);
    border-right-color: rgb(253 224 71 / 0.7);
  }

  .md\:border-x-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75);
    border-right-color: rgb(253 224 71 / 0.75);
  }

  .md\:border-x-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8);
    border-right-color: rgb(253 224 71 / 0.8);
  }

  .md\:border-x-yellow-300\/85 {
    border-left-color: rgb(253 224 71 / 0.85);
    border-right-color: rgb(253 224 71 / 0.85);
  }

  .md\:border-x-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9);
    border-right-color: rgb(253 224 71 / 0.9);
  }

  .md\:border-x-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95);
    border-right-color: rgb(253 224 71 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0);
    border-right-color: rgb(250 204 21 / 0);
  }

  .md\:border-x-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1);
    border-right-color: rgb(250 204 21 / 0.1);
  }

  .md\:border-x-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1);
    border-right-color: rgb(250 204 21 / 1);
  }

  .md\:border-x-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15);
    border-right-color: rgb(250 204 21 / 0.15);
  }

  .md\:border-x-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2);
    border-right-color: rgb(250 204 21 / 0.2);
  }

  .md\:border-x-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25);
    border-right-color: rgb(250 204 21 / 0.25);
  }

  .md\:border-x-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3);
    border-right-color: rgb(250 204 21 / 0.3);
  }

  .md\:border-x-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35);
    border-right-color: rgb(250 204 21 / 0.35);
  }

  .md\:border-x-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4);
    border-right-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-x-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45);
    border-right-color: rgb(250 204 21 / 0.45);
  }

  .md\:border-x-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05);
    border-right-color: rgb(250 204 21 / 0.05);
  }

  .md\:border-x-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5);
    border-right-color: rgb(250 204 21 / 0.5);
  }

  .md\:border-x-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55);
    border-right-color: rgb(250 204 21 / 0.55);
  }

  .md\:border-x-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6);
    border-right-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-x-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65);
    border-right-color: rgb(250 204 21 / 0.65);
  }

  .md\:border-x-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7);
    border-right-color: rgb(250 204 21 / 0.7);
  }

  .md\:border-x-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75);
    border-right-color: rgb(250 204 21 / 0.75);
  }

  .md\:border-x-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8);
    border-right-color: rgb(250 204 21 / 0.8);
  }

  .md\:border-x-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85);
    border-right-color: rgb(250 204 21 / 0.85);
  }

  .md\:border-x-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9);
    border-right-color: rgb(250 204 21 / 0.9);
  }

  .md\:border-x-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95);
    border-right-color: rgb(250 204 21 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0);
    border-right-color: rgb(254 252 232 / 0);
  }

  .md\:border-x-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1);
    border-right-color: rgb(254 252 232 / 0.1);
  }

  .md\:border-x-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1);
    border-right-color: rgb(254 252 232 / 1);
  }

  .md\:border-x-yellow-50\/15 {
    border-left-color: rgb(254 252 232 / 0.15);
    border-right-color: rgb(254 252 232 / 0.15);
  }

  .md\:border-x-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2);
    border-right-color: rgb(254 252 232 / 0.2);
  }

  .md\:border-x-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25);
    border-right-color: rgb(254 252 232 / 0.25);
  }

  .md\:border-x-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3);
    border-right-color: rgb(254 252 232 / 0.3);
  }

  .md\:border-x-yellow-50\/35 {
    border-left-color: rgb(254 252 232 / 0.35);
    border-right-color: rgb(254 252 232 / 0.35);
  }

  .md\:border-x-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4);
    border-right-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-x-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45);
    border-right-color: rgb(254 252 232 / 0.45);
  }

  .md\:border-x-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05);
    border-right-color: rgb(254 252 232 / 0.05);
  }

  .md\:border-x-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5);
    border-right-color: rgb(254 252 232 / 0.5);
  }

  .md\:border-x-yellow-50\/55 {
    border-left-color: rgb(254 252 232 / 0.55);
    border-right-color: rgb(254 252 232 / 0.55);
  }

  .md\:border-x-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6);
    border-right-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-x-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65);
    border-right-color: rgb(254 252 232 / 0.65);
  }

  .md\:border-x-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7);
    border-right-color: rgb(254 252 232 / 0.7);
  }

  .md\:border-x-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75);
    border-right-color: rgb(254 252 232 / 0.75);
  }

  .md\:border-x-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8);
    border-right-color: rgb(254 252 232 / 0.8);
  }

  .md\:border-x-yellow-50\/85 {
    border-left-color: rgb(254 252 232 / 0.85);
    border-right-color: rgb(254 252 232 / 0.85);
  }

  .md\:border-x-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9);
    border-right-color: rgb(254 252 232 / 0.9);
  }

  .md\:border-x-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95);
    border-right-color: rgb(254 252 232 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0);
    border-right-color: rgb(234 179 8 / 0);
  }

  .md\:border-x-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1);
    border-right-color: rgb(234 179 8 / 0.1);
  }

  .md\:border-x-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1);
    border-right-color: rgb(234 179 8 / 1);
  }

  .md\:border-x-yellow-500\/15 {
    border-left-color: rgb(234 179 8 / 0.15);
    border-right-color: rgb(234 179 8 / 0.15);
  }

  .md\:border-x-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2);
    border-right-color: rgb(234 179 8 / 0.2);
  }

  .md\:border-x-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25);
    border-right-color: rgb(234 179 8 / 0.25);
  }

  .md\:border-x-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3);
    border-right-color: rgb(234 179 8 / 0.3);
  }

  .md\:border-x-yellow-500\/35 {
    border-left-color: rgb(234 179 8 / 0.35);
    border-right-color: rgb(234 179 8 / 0.35);
  }

  .md\:border-x-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4);
    border-right-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-x-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45);
    border-right-color: rgb(234 179 8 / 0.45);
  }

  .md\:border-x-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05);
    border-right-color: rgb(234 179 8 / 0.05);
  }

  .md\:border-x-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5);
    border-right-color: rgb(234 179 8 / 0.5);
  }

  .md\:border-x-yellow-500\/55 {
    border-left-color: rgb(234 179 8 / 0.55);
    border-right-color: rgb(234 179 8 / 0.55);
  }

  .md\:border-x-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6);
    border-right-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-x-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65);
    border-right-color: rgb(234 179 8 / 0.65);
  }

  .md\:border-x-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7);
    border-right-color: rgb(234 179 8 / 0.7);
  }

  .md\:border-x-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75);
    border-right-color: rgb(234 179 8 / 0.75);
  }

  .md\:border-x-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8);
    border-right-color: rgb(234 179 8 / 0.8);
  }

  .md\:border-x-yellow-500\/85 {
    border-left-color: rgb(234 179 8 / 0.85);
    border-right-color: rgb(234 179 8 / 0.85);
  }

  .md\:border-x-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9);
    border-right-color: rgb(234 179 8 / 0.9);
  }

  .md\:border-x-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95);
    border-right-color: rgb(234 179 8 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0);
    border-right-color: rgb(202 138 4 / 0);
  }

  .md\:border-x-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1);
    border-right-color: rgb(202 138 4 / 0.1);
  }

  .md\:border-x-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1);
    border-right-color: rgb(202 138 4 / 1);
  }

  .md\:border-x-yellow-600\/15 {
    border-left-color: rgb(202 138 4 / 0.15);
    border-right-color: rgb(202 138 4 / 0.15);
  }

  .md\:border-x-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2);
    border-right-color: rgb(202 138 4 / 0.2);
  }

  .md\:border-x-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25);
    border-right-color: rgb(202 138 4 / 0.25);
  }

  .md\:border-x-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3);
    border-right-color: rgb(202 138 4 / 0.3);
  }

  .md\:border-x-yellow-600\/35 {
    border-left-color: rgb(202 138 4 / 0.35);
    border-right-color: rgb(202 138 4 / 0.35);
  }

  .md\:border-x-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4);
    border-right-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-x-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45);
    border-right-color: rgb(202 138 4 / 0.45);
  }

  .md\:border-x-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05);
    border-right-color: rgb(202 138 4 / 0.05);
  }

  .md\:border-x-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5);
    border-right-color: rgb(202 138 4 / 0.5);
  }

  .md\:border-x-yellow-600\/55 {
    border-left-color: rgb(202 138 4 / 0.55);
    border-right-color: rgb(202 138 4 / 0.55);
  }

  .md\:border-x-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6);
    border-right-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-x-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65);
    border-right-color: rgb(202 138 4 / 0.65);
  }

  .md\:border-x-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7);
    border-right-color: rgb(202 138 4 / 0.7);
  }

  .md\:border-x-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75);
    border-right-color: rgb(202 138 4 / 0.75);
  }

  .md\:border-x-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8);
    border-right-color: rgb(202 138 4 / 0.8);
  }

  .md\:border-x-yellow-600\/85 {
    border-left-color: rgb(202 138 4 / 0.85);
    border-right-color: rgb(202 138 4 / 0.85);
  }

  .md\:border-x-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9);
    border-right-color: rgb(202 138 4 / 0.9);
  }

  .md\:border-x-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95);
    border-right-color: rgb(202 138 4 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0);
    border-right-color: rgb(161 98 7 / 0);
  }

  .md\:border-x-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1);
    border-right-color: rgb(161 98 7 / 0.1);
  }

  .md\:border-x-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1);
    border-right-color: rgb(161 98 7 / 1);
  }

  .md\:border-x-yellow-700\/15 {
    border-left-color: rgb(161 98 7 / 0.15);
    border-right-color: rgb(161 98 7 / 0.15);
  }

  .md\:border-x-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2);
    border-right-color: rgb(161 98 7 / 0.2);
  }

  .md\:border-x-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25);
    border-right-color: rgb(161 98 7 / 0.25);
  }

  .md\:border-x-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3);
    border-right-color: rgb(161 98 7 / 0.3);
  }

  .md\:border-x-yellow-700\/35 {
    border-left-color: rgb(161 98 7 / 0.35);
    border-right-color: rgb(161 98 7 / 0.35);
  }

  .md\:border-x-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4);
    border-right-color: rgb(161 98 7 / 0.4);
  }

  .md\:border-x-yellow-700\/45 {
    border-left-color: rgb(161 98 7 / 0.45);
    border-right-color: rgb(161 98 7 / 0.45);
  }

  .md\:border-x-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05);
    border-right-color: rgb(161 98 7 / 0.05);
  }

  .md\:border-x-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5);
    border-right-color: rgb(161 98 7 / 0.5);
  }

  .md\:border-x-yellow-700\/55 {
    border-left-color: rgb(161 98 7 / 0.55);
    border-right-color: rgb(161 98 7 / 0.55);
  }

  .md\:border-x-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6);
    border-right-color: rgb(161 98 7 / 0.6);
  }

  .md\:border-x-yellow-700\/65 {
    border-left-color: rgb(161 98 7 / 0.65);
    border-right-color: rgb(161 98 7 / 0.65);
  }

  .md\:border-x-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7);
    border-right-color: rgb(161 98 7 / 0.7);
  }

  .md\:border-x-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75);
    border-right-color: rgb(161 98 7 / 0.75);
  }

  .md\:border-x-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8);
    border-right-color: rgb(161 98 7 / 0.8);
  }

  .md\:border-x-yellow-700\/85 {
    border-left-color: rgb(161 98 7 / 0.85);
    border-right-color: rgb(161 98 7 / 0.85);
  }

  .md\:border-x-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9);
    border-right-color: rgb(161 98 7 / 0.9);
  }

  .md\:border-x-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95);
    border-right-color: rgb(161 98 7 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0);
    border-right-color: rgb(133 77 14 / 0);
  }

  .md\:border-x-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1);
    border-right-color: rgb(133 77 14 / 0.1);
  }

  .md\:border-x-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1);
    border-right-color: rgb(133 77 14 / 1);
  }

  .md\:border-x-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15);
    border-right-color: rgb(133 77 14 / 0.15);
  }

  .md\:border-x-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2);
    border-right-color: rgb(133 77 14 / 0.2);
  }

  .md\:border-x-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25);
    border-right-color: rgb(133 77 14 / 0.25);
  }

  .md\:border-x-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3);
    border-right-color: rgb(133 77 14 / 0.3);
  }

  .md\:border-x-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35);
    border-right-color: rgb(133 77 14 / 0.35);
  }

  .md\:border-x-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4);
    border-right-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-x-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45);
    border-right-color: rgb(133 77 14 / 0.45);
  }

  .md\:border-x-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05);
    border-right-color: rgb(133 77 14 / 0.05);
  }

  .md\:border-x-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5);
    border-right-color: rgb(133 77 14 / 0.5);
  }

  .md\:border-x-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55);
    border-right-color: rgb(133 77 14 / 0.55);
  }

  .md\:border-x-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6);
    border-right-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-x-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65);
    border-right-color: rgb(133 77 14 / 0.65);
  }

  .md\:border-x-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7);
    border-right-color: rgb(133 77 14 / 0.7);
  }

  .md\:border-x-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75);
    border-right-color: rgb(133 77 14 / 0.75);
  }

  .md\:border-x-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8);
    border-right-color: rgb(133 77 14 / 0.8);
  }

  .md\:border-x-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85);
    border-right-color: rgb(133 77 14 / 0.85);
  }

  .md\:border-x-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9);
    border-right-color: rgb(133 77 14 / 0.9);
  }

  .md\:border-x-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95);
    border-right-color: rgb(133 77 14 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0);
    border-right-color: rgb(113 63 18 / 0);
  }

  .md\:border-x-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1);
    border-right-color: rgb(113 63 18 / 0.1);
  }

  .md\:border-x-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1);
    border-right-color: rgb(113 63 18 / 1);
  }

  .md\:border-x-yellow-900\/15 {
    border-left-color: rgb(113 63 18 / 0.15);
    border-right-color: rgb(113 63 18 / 0.15);
  }

  .md\:border-x-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2);
    border-right-color: rgb(113 63 18 / 0.2);
  }

  .md\:border-x-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25);
    border-right-color: rgb(113 63 18 / 0.25);
  }

  .md\:border-x-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3);
    border-right-color: rgb(113 63 18 / 0.3);
  }

  .md\:border-x-yellow-900\/35 {
    border-left-color: rgb(113 63 18 / 0.35);
    border-right-color: rgb(113 63 18 / 0.35);
  }

  .md\:border-x-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4);
    border-right-color: rgb(113 63 18 / 0.4);
  }

  .md\:border-x-yellow-900\/45 {
    border-left-color: rgb(113 63 18 / 0.45);
    border-right-color: rgb(113 63 18 / 0.45);
  }

  .md\:border-x-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05);
    border-right-color: rgb(113 63 18 / 0.05);
  }

  .md\:border-x-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5);
    border-right-color: rgb(113 63 18 / 0.5);
  }

  .md\:border-x-yellow-900\/55 {
    border-left-color: rgb(113 63 18 / 0.55);
    border-right-color: rgb(113 63 18 / 0.55);
  }

  .md\:border-x-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6);
    border-right-color: rgb(113 63 18 / 0.6);
  }

  .md\:border-x-yellow-900\/65 {
    border-left-color: rgb(113 63 18 / 0.65);
    border-right-color: rgb(113 63 18 / 0.65);
  }

  .md\:border-x-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7);
    border-right-color: rgb(113 63 18 / 0.7);
  }

  .md\:border-x-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75);
    border-right-color: rgb(113 63 18 / 0.75);
  }

  .md\:border-x-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8);
    border-right-color: rgb(113 63 18 / 0.8);
  }

  .md\:border-x-yellow-900\/85 {
    border-left-color: rgb(113 63 18 / 0.85);
    border-right-color: rgb(113 63 18 / 0.85);
  }

  .md\:border-x-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9);
    border-right-color: rgb(113 63 18 / 0.9);
  }

  .md\:border-x-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95);
    border-right-color: rgb(113 63 18 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0);
    border-right-color: rgb(66 32 6 / 0);
  }

  .md\:border-x-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1);
    border-right-color: rgb(66 32 6 / 0.1);
  }

  .md\:border-x-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1);
    border-right-color: rgb(66 32 6 / 1);
  }

  .md\:border-x-yellow-950\/15 {
    border-left-color: rgb(66 32 6 / 0.15);
    border-right-color: rgb(66 32 6 / 0.15);
  }

  .md\:border-x-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2);
    border-right-color: rgb(66 32 6 / 0.2);
  }

  .md\:border-x-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25);
    border-right-color: rgb(66 32 6 / 0.25);
  }

  .md\:border-x-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3);
    border-right-color: rgb(66 32 6 / 0.3);
  }

  .md\:border-x-yellow-950\/35 {
    border-left-color: rgb(66 32 6 / 0.35);
    border-right-color: rgb(66 32 6 / 0.35);
  }

  .md\:border-x-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4);
    border-right-color: rgb(66 32 6 / 0.4);
  }

  .md\:border-x-yellow-950\/45 {
    border-left-color: rgb(66 32 6 / 0.45);
    border-right-color: rgb(66 32 6 / 0.45);
  }

  .md\:border-x-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05);
    border-right-color: rgb(66 32 6 / 0.05);
  }

  .md\:border-x-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5);
    border-right-color: rgb(66 32 6 / 0.5);
  }

  .md\:border-x-yellow-950\/55 {
    border-left-color: rgb(66 32 6 / 0.55);
    border-right-color: rgb(66 32 6 / 0.55);
  }

  .md\:border-x-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6);
    border-right-color: rgb(66 32 6 / 0.6);
  }

  .md\:border-x-yellow-950\/65 {
    border-left-color: rgb(66 32 6 / 0.65);
    border-right-color: rgb(66 32 6 / 0.65);
  }

  .md\:border-x-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7);
    border-right-color: rgb(66 32 6 / 0.7);
  }

  .md\:border-x-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75);
    border-right-color: rgb(66 32 6 / 0.75);
  }

  .md\:border-x-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8);
    border-right-color: rgb(66 32 6 / 0.8);
  }

  .md\:border-x-yellow-950\/85 {
    border-left-color: rgb(66 32 6 / 0.85);
    border-right-color: rgb(66 32 6 / 0.85);
  }

  .md\:border-x-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9);
    border-right-color: rgb(66 32 6 / 0.9);
  }

  .md\:border-x-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95);
    border-right-color: rgb(66 32 6 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-zinc-100\/0 {
    border-left-color: rgb(244 244 245 / 0);
    border-right-color: rgb(244 244 245 / 0);
  }

  .md\:border-x-zinc-100\/10 {
    border-left-color: rgb(244 244 245 / 0.1);
    border-right-color: rgb(244 244 245 / 0.1);
  }

  .md\:border-x-zinc-100\/100 {
    border-left-color: rgb(244 244 245 / 1);
    border-right-color: rgb(244 244 245 / 1);
  }

  .md\:border-x-zinc-100\/15 {
    border-left-color: rgb(244 244 245 / 0.15);
    border-right-color: rgb(244 244 245 / 0.15);
  }

  .md\:border-x-zinc-100\/20 {
    border-left-color: rgb(244 244 245 / 0.2);
    border-right-color: rgb(244 244 245 / 0.2);
  }

  .md\:border-x-zinc-100\/25 {
    border-left-color: rgb(244 244 245 / 0.25);
    border-right-color: rgb(244 244 245 / 0.25);
  }

  .md\:border-x-zinc-100\/30 {
    border-left-color: rgb(244 244 245 / 0.3);
    border-right-color: rgb(244 244 245 / 0.3);
  }

  .md\:border-x-zinc-100\/35 {
    border-left-color: rgb(244 244 245 / 0.35);
    border-right-color: rgb(244 244 245 / 0.35);
  }

  .md\:border-x-zinc-100\/40 {
    border-left-color: rgb(244 244 245 / 0.4);
    border-right-color: rgb(244 244 245 / 0.4);
  }

  .md\:border-x-zinc-100\/45 {
    border-left-color: rgb(244 244 245 / 0.45);
    border-right-color: rgb(244 244 245 / 0.45);
  }

  .md\:border-x-zinc-100\/5 {
    border-left-color: rgb(244 244 245 / 0.05);
    border-right-color: rgb(244 244 245 / 0.05);
  }

  .md\:border-x-zinc-100\/50 {
    border-left-color: rgb(244 244 245 / 0.5);
    border-right-color: rgb(244 244 245 / 0.5);
  }

  .md\:border-x-zinc-100\/55 {
    border-left-color: rgb(244 244 245 / 0.55);
    border-right-color: rgb(244 244 245 / 0.55);
  }

  .md\:border-x-zinc-100\/60 {
    border-left-color: rgb(244 244 245 / 0.6);
    border-right-color: rgb(244 244 245 / 0.6);
  }

  .md\:border-x-zinc-100\/65 {
    border-left-color: rgb(244 244 245 / 0.65);
    border-right-color: rgb(244 244 245 / 0.65);
  }

  .md\:border-x-zinc-100\/70 {
    border-left-color: rgb(244 244 245 / 0.7);
    border-right-color: rgb(244 244 245 / 0.7);
  }

  .md\:border-x-zinc-100\/75 {
    border-left-color: rgb(244 244 245 / 0.75);
    border-right-color: rgb(244 244 245 / 0.75);
  }

  .md\:border-x-zinc-100\/80 {
    border-left-color: rgb(244 244 245 / 0.8);
    border-right-color: rgb(244 244 245 / 0.8);
  }

  .md\:border-x-zinc-100\/85 {
    border-left-color: rgb(244 244 245 / 0.85);
    border-right-color: rgb(244 244 245 / 0.85);
  }

  .md\:border-x-zinc-100\/90 {
    border-left-color: rgb(244 244 245 / 0.9);
    border-right-color: rgb(244 244 245 / 0.9);
  }

  .md\:border-x-zinc-100\/95 {
    border-left-color: rgb(244 244 245 / 0.95);
    border-right-color: rgb(244 244 245 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-zinc-200\/0 {
    border-left-color: rgb(228 228 231 / 0);
    border-right-color: rgb(228 228 231 / 0);
  }

  .md\:border-x-zinc-200\/10 {
    border-left-color: rgb(228 228 231 / 0.1);
    border-right-color: rgb(228 228 231 / 0.1);
  }

  .md\:border-x-zinc-200\/100 {
    border-left-color: rgb(228 228 231 / 1);
    border-right-color: rgb(228 228 231 / 1);
  }

  .md\:border-x-zinc-200\/15 {
    border-left-color: rgb(228 228 231 / 0.15);
    border-right-color: rgb(228 228 231 / 0.15);
  }

  .md\:border-x-zinc-200\/20 {
    border-left-color: rgb(228 228 231 / 0.2);
    border-right-color: rgb(228 228 231 / 0.2);
  }

  .md\:border-x-zinc-200\/25 {
    border-left-color: rgb(228 228 231 / 0.25);
    border-right-color: rgb(228 228 231 / 0.25);
  }

  .md\:border-x-zinc-200\/30 {
    border-left-color: rgb(228 228 231 / 0.3);
    border-right-color: rgb(228 228 231 / 0.3);
  }

  .md\:border-x-zinc-200\/35 {
    border-left-color: rgb(228 228 231 / 0.35);
    border-right-color: rgb(228 228 231 / 0.35);
  }

  .md\:border-x-zinc-200\/40 {
    border-left-color: rgb(228 228 231 / 0.4);
    border-right-color: rgb(228 228 231 / 0.4);
  }

  .md\:border-x-zinc-200\/45 {
    border-left-color: rgb(228 228 231 / 0.45);
    border-right-color: rgb(228 228 231 / 0.45);
  }

  .md\:border-x-zinc-200\/5 {
    border-left-color: rgb(228 228 231 / 0.05);
    border-right-color: rgb(228 228 231 / 0.05);
  }

  .md\:border-x-zinc-200\/50 {
    border-left-color: rgb(228 228 231 / 0.5);
    border-right-color: rgb(228 228 231 / 0.5);
  }

  .md\:border-x-zinc-200\/55 {
    border-left-color: rgb(228 228 231 / 0.55);
    border-right-color: rgb(228 228 231 / 0.55);
  }

  .md\:border-x-zinc-200\/60 {
    border-left-color: rgb(228 228 231 / 0.6);
    border-right-color: rgb(228 228 231 / 0.6);
  }

  .md\:border-x-zinc-200\/65 {
    border-left-color: rgb(228 228 231 / 0.65);
    border-right-color: rgb(228 228 231 / 0.65);
  }

  .md\:border-x-zinc-200\/70 {
    border-left-color: rgb(228 228 231 / 0.7);
    border-right-color: rgb(228 228 231 / 0.7);
  }

  .md\:border-x-zinc-200\/75 {
    border-left-color: rgb(228 228 231 / 0.75);
    border-right-color: rgb(228 228 231 / 0.75);
  }

  .md\:border-x-zinc-200\/80 {
    border-left-color: rgb(228 228 231 / 0.8);
    border-right-color: rgb(228 228 231 / 0.8);
  }

  .md\:border-x-zinc-200\/85 {
    border-left-color: rgb(228 228 231 / 0.85);
    border-right-color: rgb(228 228 231 / 0.85);
  }

  .md\:border-x-zinc-200\/90 {
    border-left-color: rgb(228 228 231 / 0.9);
    border-right-color: rgb(228 228 231 / 0.9);
  }

  .md\:border-x-zinc-200\/95 {
    border-left-color: rgb(228 228 231 / 0.95);
    border-right-color: rgb(228 228 231 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-zinc-300\/0 {
    border-left-color: rgb(212 212 216 / 0);
    border-right-color: rgb(212 212 216 / 0);
  }

  .md\:border-x-zinc-300\/10 {
    border-left-color: rgb(212 212 216 / 0.1);
    border-right-color: rgb(212 212 216 / 0.1);
  }

  .md\:border-x-zinc-300\/100 {
    border-left-color: rgb(212 212 216 / 1);
    border-right-color: rgb(212 212 216 / 1);
  }

  .md\:border-x-zinc-300\/15 {
    border-left-color: rgb(212 212 216 / 0.15);
    border-right-color: rgb(212 212 216 / 0.15);
  }

  .md\:border-x-zinc-300\/20 {
    border-left-color: rgb(212 212 216 / 0.2);
    border-right-color: rgb(212 212 216 / 0.2);
  }

  .md\:border-x-zinc-300\/25 {
    border-left-color: rgb(212 212 216 / 0.25);
    border-right-color: rgb(212 212 216 / 0.25);
  }

  .md\:border-x-zinc-300\/30 {
    border-left-color: rgb(212 212 216 / 0.3);
    border-right-color: rgb(212 212 216 / 0.3);
  }

  .md\:border-x-zinc-300\/35 {
    border-left-color: rgb(212 212 216 / 0.35);
    border-right-color: rgb(212 212 216 / 0.35);
  }

  .md\:border-x-zinc-300\/40 {
    border-left-color: rgb(212 212 216 / 0.4);
    border-right-color: rgb(212 212 216 / 0.4);
  }

  .md\:border-x-zinc-300\/45 {
    border-left-color: rgb(212 212 216 / 0.45);
    border-right-color: rgb(212 212 216 / 0.45);
  }

  .md\:border-x-zinc-300\/5 {
    border-left-color: rgb(212 212 216 / 0.05);
    border-right-color: rgb(212 212 216 / 0.05);
  }

  .md\:border-x-zinc-300\/50 {
    border-left-color: rgb(212 212 216 / 0.5);
    border-right-color: rgb(212 212 216 / 0.5);
  }

  .md\:border-x-zinc-300\/55 {
    border-left-color: rgb(212 212 216 / 0.55);
    border-right-color: rgb(212 212 216 / 0.55);
  }

  .md\:border-x-zinc-300\/60 {
    border-left-color: rgb(212 212 216 / 0.6);
    border-right-color: rgb(212 212 216 / 0.6);
  }

  .md\:border-x-zinc-300\/65 {
    border-left-color: rgb(212 212 216 / 0.65);
    border-right-color: rgb(212 212 216 / 0.65);
  }

  .md\:border-x-zinc-300\/70 {
    border-left-color: rgb(212 212 216 / 0.7);
    border-right-color: rgb(212 212 216 / 0.7);
  }

  .md\:border-x-zinc-300\/75 {
    border-left-color: rgb(212 212 216 / 0.75);
    border-right-color: rgb(212 212 216 / 0.75);
  }

  .md\:border-x-zinc-300\/80 {
    border-left-color: rgb(212 212 216 / 0.8);
    border-right-color: rgb(212 212 216 / 0.8);
  }

  .md\:border-x-zinc-300\/85 {
    border-left-color: rgb(212 212 216 / 0.85);
    border-right-color: rgb(212 212 216 / 0.85);
  }

  .md\:border-x-zinc-300\/90 {
    border-left-color: rgb(212 212 216 / 0.9);
    border-right-color: rgb(212 212 216 / 0.9);
  }

  .md\:border-x-zinc-300\/95 {
    border-left-color: rgb(212 212 216 / 0.95);
    border-right-color: rgb(212 212 216 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-zinc-400\/0 {
    border-left-color: rgb(161 161 170 / 0);
    border-right-color: rgb(161 161 170 / 0);
  }

  .md\:border-x-zinc-400\/10 {
    border-left-color: rgb(161 161 170 / 0.1);
    border-right-color: rgb(161 161 170 / 0.1);
  }

  .md\:border-x-zinc-400\/100 {
    border-left-color: rgb(161 161 170 / 1);
    border-right-color: rgb(161 161 170 / 1);
  }

  .md\:border-x-zinc-400\/15 {
    border-left-color: rgb(161 161 170 / 0.15);
    border-right-color: rgb(161 161 170 / 0.15);
  }

  .md\:border-x-zinc-400\/20 {
    border-left-color: rgb(161 161 170 / 0.2);
    border-right-color: rgb(161 161 170 / 0.2);
  }

  .md\:border-x-zinc-400\/25 {
    border-left-color: rgb(161 161 170 / 0.25);
    border-right-color: rgb(161 161 170 / 0.25);
  }

  .md\:border-x-zinc-400\/30 {
    border-left-color: rgb(161 161 170 / 0.3);
    border-right-color: rgb(161 161 170 / 0.3);
  }

  .md\:border-x-zinc-400\/35 {
    border-left-color: rgb(161 161 170 / 0.35);
    border-right-color: rgb(161 161 170 / 0.35);
  }

  .md\:border-x-zinc-400\/40 {
    border-left-color: rgb(161 161 170 / 0.4);
    border-right-color: rgb(161 161 170 / 0.4);
  }

  .md\:border-x-zinc-400\/45 {
    border-left-color: rgb(161 161 170 / 0.45);
    border-right-color: rgb(161 161 170 / 0.45);
  }

  .md\:border-x-zinc-400\/5 {
    border-left-color: rgb(161 161 170 / 0.05);
    border-right-color: rgb(161 161 170 / 0.05);
  }

  .md\:border-x-zinc-400\/50 {
    border-left-color: rgb(161 161 170 / 0.5);
    border-right-color: rgb(161 161 170 / 0.5);
  }

  .md\:border-x-zinc-400\/55 {
    border-left-color: rgb(161 161 170 / 0.55);
    border-right-color: rgb(161 161 170 / 0.55);
  }

  .md\:border-x-zinc-400\/60 {
    border-left-color: rgb(161 161 170 / 0.6);
    border-right-color: rgb(161 161 170 / 0.6);
  }

  .md\:border-x-zinc-400\/65 {
    border-left-color: rgb(161 161 170 / 0.65);
    border-right-color: rgb(161 161 170 / 0.65);
  }

  .md\:border-x-zinc-400\/70 {
    border-left-color: rgb(161 161 170 / 0.7);
    border-right-color: rgb(161 161 170 / 0.7);
  }

  .md\:border-x-zinc-400\/75 {
    border-left-color: rgb(161 161 170 / 0.75);
    border-right-color: rgb(161 161 170 / 0.75);
  }

  .md\:border-x-zinc-400\/80 {
    border-left-color: rgb(161 161 170 / 0.8);
    border-right-color: rgb(161 161 170 / 0.8);
  }

  .md\:border-x-zinc-400\/85 {
    border-left-color: rgb(161 161 170 / 0.85);
    border-right-color: rgb(161 161 170 / 0.85);
  }

  .md\:border-x-zinc-400\/90 {
    border-left-color: rgb(161 161 170 / 0.9);
    border-right-color: rgb(161 161 170 / 0.9);
  }

  .md\:border-x-zinc-400\/95 {
    border-left-color: rgb(161 161 170 / 0.95);
    border-right-color: rgb(161 161 170 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-zinc-50\/0 {
    border-left-color: rgb(250 250 250 / 0);
    border-right-color: rgb(250 250 250 / 0);
  }

  .md\:border-x-zinc-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1);
    border-right-color: rgb(250 250 250 / 0.1);
  }

  .md\:border-x-zinc-50\/100 {
    border-left-color: rgb(250 250 250 / 1);
    border-right-color: rgb(250 250 250 / 1);
  }

  .md\:border-x-zinc-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15);
    border-right-color: rgb(250 250 250 / 0.15);
  }

  .md\:border-x-zinc-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2);
    border-right-color: rgb(250 250 250 / 0.2);
  }

  .md\:border-x-zinc-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25);
    border-right-color: rgb(250 250 250 / 0.25);
  }

  .md\:border-x-zinc-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3);
    border-right-color: rgb(250 250 250 / 0.3);
  }

  .md\:border-x-zinc-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35);
    border-right-color: rgb(250 250 250 / 0.35);
  }

  .md\:border-x-zinc-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4);
    border-right-color: rgb(250 250 250 / 0.4);
  }

  .md\:border-x-zinc-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45);
    border-right-color: rgb(250 250 250 / 0.45);
  }

  .md\:border-x-zinc-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05);
    border-right-color: rgb(250 250 250 / 0.05);
  }

  .md\:border-x-zinc-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5);
    border-right-color: rgb(250 250 250 / 0.5);
  }

  .md\:border-x-zinc-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55);
    border-right-color: rgb(250 250 250 / 0.55);
  }

  .md\:border-x-zinc-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6);
    border-right-color: rgb(250 250 250 / 0.6);
  }

  .md\:border-x-zinc-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65);
    border-right-color: rgb(250 250 250 / 0.65);
  }

  .md\:border-x-zinc-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7);
    border-right-color: rgb(250 250 250 / 0.7);
  }

  .md\:border-x-zinc-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75);
    border-right-color: rgb(250 250 250 / 0.75);
  }

  .md\:border-x-zinc-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8);
    border-right-color: rgb(250 250 250 / 0.8);
  }

  .md\:border-x-zinc-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85);
    border-right-color: rgb(250 250 250 / 0.85);
  }

  .md\:border-x-zinc-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9);
    border-right-color: rgb(250 250 250 / 0.9);
  }

  .md\:border-x-zinc-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95);
    border-right-color: rgb(250 250 250 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-zinc-500\/0 {
    border-left-color: rgb(113 113 122 / 0);
    border-right-color: rgb(113 113 122 / 0);
  }

  .md\:border-x-zinc-500\/10 {
    border-left-color: rgb(113 113 122 / 0.1);
    border-right-color: rgb(113 113 122 / 0.1);
  }

  .md\:border-x-zinc-500\/100 {
    border-left-color: rgb(113 113 122 / 1);
    border-right-color: rgb(113 113 122 / 1);
  }

  .md\:border-x-zinc-500\/15 {
    border-left-color: rgb(113 113 122 / 0.15);
    border-right-color: rgb(113 113 122 / 0.15);
  }

  .md\:border-x-zinc-500\/20 {
    border-left-color: rgb(113 113 122 / 0.2);
    border-right-color: rgb(113 113 122 / 0.2);
  }

  .md\:border-x-zinc-500\/25 {
    border-left-color: rgb(113 113 122 / 0.25);
    border-right-color: rgb(113 113 122 / 0.25);
  }

  .md\:border-x-zinc-500\/30 {
    border-left-color: rgb(113 113 122 / 0.3);
    border-right-color: rgb(113 113 122 / 0.3);
  }

  .md\:border-x-zinc-500\/35 {
    border-left-color: rgb(113 113 122 / 0.35);
    border-right-color: rgb(113 113 122 / 0.35);
  }

  .md\:border-x-zinc-500\/40 {
    border-left-color: rgb(113 113 122 / 0.4);
    border-right-color: rgb(113 113 122 / 0.4);
  }

  .md\:border-x-zinc-500\/45 {
    border-left-color: rgb(113 113 122 / 0.45);
    border-right-color: rgb(113 113 122 / 0.45);
  }

  .md\:border-x-zinc-500\/5 {
    border-left-color: rgb(113 113 122 / 0.05);
    border-right-color: rgb(113 113 122 / 0.05);
  }

  .md\:border-x-zinc-500\/50 {
    border-left-color: rgb(113 113 122 / 0.5);
    border-right-color: rgb(113 113 122 / 0.5);
  }

  .md\:border-x-zinc-500\/55 {
    border-left-color: rgb(113 113 122 / 0.55);
    border-right-color: rgb(113 113 122 / 0.55);
  }

  .md\:border-x-zinc-500\/60 {
    border-left-color: rgb(113 113 122 / 0.6);
    border-right-color: rgb(113 113 122 / 0.6);
  }

  .md\:border-x-zinc-500\/65 {
    border-left-color: rgb(113 113 122 / 0.65);
    border-right-color: rgb(113 113 122 / 0.65);
  }

  .md\:border-x-zinc-500\/70 {
    border-left-color: rgb(113 113 122 / 0.7);
    border-right-color: rgb(113 113 122 / 0.7);
  }

  .md\:border-x-zinc-500\/75 {
    border-left-color: rgb(113 113 122 / 0.75);
    border-right-color: rgb(113 113 122 / 0.75);
  }

  .md\:border-x-zinc-500\/80 {
    border-left-color: rgb(113 113 122 / 0.8);
    border-right-color: rgb(113 113 122 / 0.8);
  }

  .md\:border-x-zinc-500\/85 {
    border-left-color: rgb(113 113 122 / 0.85);
    border-right-color: rgb(113 113 122 / 0.85);
  }

  .md\:border-x-zinc-500\/90 {
    border-left-color: rgb(113 113 122 / 0.9);
    border-right-color: rgb(113 113 122 / 0.9);
  }

  .md\:border-x-zinc-500\/95 {
    border-left-color: rgb(113 113 122 / 0.95);
    border-right-color: rgb(113 113 122 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-zinc-600\/0 {
    border-left-color: rgb(82 82 91 / 0);
    border-right-color: rgb(82 82 91 / 0);
  }

  .md\:border-x-zinc-600\/10 {
    border-left-color: rgb(82 82 91 / 0.1);
    border-right-color: rgb(82 82 91 / 0.1);
  }

  .md\:border-x-zinc-600\/100 {
    border-left-color: rgb(82 82 91 / 1);
    border-right-color: rgb(82 82 91 / 1);
  }

  .md\:border-x-zinc-600\/15 {
    border-left-color: rgb(82 82 91 / 0.15);
    border-right-color: rgb(82 82 91 / 0.15);
  }

  .md\:border-x-zinc-600\/20 {
    border-left-color: rgb(82 82 91 / 0.2);
    border-right-color: rgb(82 82 91 / 0.2);
  }

  .md\:border-x-zinc-600\/25 {
    border-left-color: rgb(82 82 91 / 0.25);
    border-right-color: rgb(82 82 91 / 0.25);
  }

  .md\:border-x-zinc-600\/30 {
    border-left-color: rgb(82 82 91 / 0.3);
    border-right-color: rgb(82 82 91 / 0.3);
  }

  .md\:border-x-zinc-600\/35 {
    border-left-color: rgb(82 82 91 / 0.35);
    border-right-color: rgb(82 82 91 / 0.35);
  }

  .md\:border-x-zinc-600\/40 {
    border-left-color: rgb(82 82 91 / 0.4);
    border-right-color: rgb(82 82 91 / 0.4);
  }

  .md\:border-x-zinc-600\/45 {
    border-left-color: rgb(82 82 91 / 0.45);
    border-right-color: rgb(82 82 91 / 0.45);
  }

  .md\:border-x-zinc-600\/5 {
    border-left-color: rgb(82 82 91 / 0.05);
    border-right-color: rgb(82 82 91 / 0.05);
  }

  .md\:border-x-zinc-600\/50 {
    border-left-color: rgb(82 82 91 / 0.5);
    border-right-color: rgb(82 82 91 / 0.5);
  }

  .md\:border-x-zinc-600\/55 {
    border-left-color: rgb(82 82 91 / 0.55);
    border-right-color: rgb(82 82 91 / 0.55);
  }

  .md\:border-x-zinc-600\/60 {
    border-left-color: rgb(82 82 91 / 0.6);
    border-right-color: rgb(82 82 91 / 0.6);
  }

  .md\:border-x-zinc-600\/65 {
    border-left-color: rgb(82 82 91 / 0.65);
    border-right-color: rgb(82 82 91 / 0.65);
  }

  .md\:border-x-zinc-600\/70 {
    border-left-color: rgb(82 82 91 / 0.7);
    border-right-color: rgb(82 82 91 / 0.7);
  }

  .md\:border-x-zinc-600\/75 {
    border-left-color: rgb(82 82 91 / 0.75);
    border-right-color: rgb(82 82 91 / 0.75);
  }

  .md\:border-x-zinc-600\/80 {
    border-left-color: rgb(82 82 91 / 0.8);
    border-right-color: rgb(82 82 91 / 0.8);
  }

  .md\:border-x-zinc-600\/85 {
    border-left-color: rgb(82 82 91 / 0.85);
    border-right-color: rgb(82 82 91 / 0.85);
  }

  .md\:border-x-zinc-600\/90 {
    border-left-color: rgb(82 82 91 / 0.9);
    border-right-color: rgb(82 82 91 / 0.9);
  }

  .md\:border-x-zinc-600\/95 {
    border-left-color: rgb(82 82 91 / 0.95);
    border-right-color: rgb(82 82 91 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-zinc-700\/0 {
    border-left-color: rgb(63 63 70 / 0);
    border-right-color: rgb(63 63 70 / 0);
  }

  .md\:border-x-zinc-700\/10 {
    border-left-color: rgb(63 63 70 / 0.1);
    border-right-color: rgb(63 63 70 / 0.1);
  }

  .md\:border-x-zinc-700\/100 {
    border-left-color: rgb(63 63 70 / 1);
    border-right-color: rgb(63 63 70 / 1);
  }

  .md\:border-x-zinc-700\/15 {
    border-left-color: rgb(63 63 70 / 0.15);
    border-right-color: rgb(63 63 70 / 0.15);
  }

  .md\:border-x-zinc-700\/20 {
    border-left-color: rgb(63 63 70 / 0.2);
    border-right-color: rgb(63 63 70 / 0.2);
  }

  .md\:border-x-zinc-700\/25 {
    border-left-color: rgb(63 63 70 / 0.25);
    border-right-color: rgb(63 63 70 / 0.25);
  }

  .md\:border-x-zinc-700\/30 {
    border-left-color: rgb(63 63 70 / 0.3);
    border-right-color: rgb(63 63 70 / 0.3);
  }

  .md\:border-x-zinc-700\/35 {
    border-left-color: rgb(63 63 70 / 0.35);
    border-right-color: rgb(63 63 70 / 0.35);
  }

  .md\:border-x-zinc-700\/40 {
    border-left-color: rgb(63 63 70 / 0.4);
    border-right-color: rgb(63 63 70 / 0.4);
  }

  .md\:border-x-zinc-700\/45 {
    border-left-color: rgb(63 63 70 / 0.45);
    border-right-color: rgb(63 63 70 / 0.45);
  }

  .md\:border-x-zinc-700\/5 {
    border-left-color: rgb(63 63 70 / 0.05);
    border-right-color: rgb(63 63 70 / 0.05);
  }

  .md\:border-x-zinc-700\/50 {
    border-left-color: rgb(63 63 70 / 0.5);
    border-right-color: rgb(63 63 70 / 0.5);
  }

  .md\:border-x-zinc-700\/55 {
    border-left-color: rgb(63 63 70 / 0.55);
    border-right-color: rgb(63 63 70 / 0.55);
  }

  .md\:border-x-zinc-700\/60 {
    border-left-color: rgb(63 63 70 / 0.6);
    border-right-color: rgb(63 63 70 / 0.6);
  }

  .md\:border-x-zinc-700\/65 {
    border-left-color: rgb(63 63 70 / 0.65);
    border-right-color: rgb(63 63 70 / 0.65);
  }

  .md\:border-x-zinc-700\/70 {
    border-left-color: rgb(63 63 70 / 0.7);
    border-right-color: rgb(63 63 70 / 0.7);
  }

  .md\:border-x-zinc-700\/75 {
    border-left-color: rgb(63 63 70 / 0.75);
    border-right-color: rgb(63 63 70 / 0.75);
  }

  .md\:border-x-zinc-700\/80 {
    border-left-color: rgb(63 63 70 / 0.8);
    border-right-color: rgb(63 63 70 / 0.8);
  }

  .md\:border-x-zinc-700\/85 {
    border-left-color: rgb(63 63 70 / 0.85);
    border-right-color: rgb(63 63 70 / 0.85);
  }

  .md\:border-x-zinc-700\/90 {
    border-left-color: rgb(63 63 70 / 0.9);
    border-right-color: rgb(63 63 70 / 0.9);
  }

  .md\:border-x-zinc-700\/95 {
    border-left-color: rgb(63 63 70 / 0.95);
    border-right-color: rgb(63 63 70 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-zinc-800\/0 {
    border-left-color: rgb(39 39 42 / 0);
    border-right-color: rgb(39 39 42 / 0);
  }

  .md\:border-x-zinc-800\/10 {
    border-left-color: rgb(39 39 42 / 0.1);
    border-right-color: rgb(39 39 42 / 0.1);
  }

  .md\:border-x-zinc-800\/100 {
    border-left-color: rgb(39 39 42 / 1);
    border-right-color: rgb(39 39 42 / 1);
  }

  .md\:border-x-zinc-800\/15 {
    border-left-color: rgb(39 39 42 / 0.15);
    border-right-color: rgb(39 39 42 / 0.15);
  }

  .md\:border-x-zinc-800\/20 {
    border-left-color: rgb(39 39 42 / 0.2);
    border-right-color: rgb(39 39 42 / 0.2);
  }

  .md\:border-x-zinc-800\/25 {
    border-left-color: rgb(39 39 42 / 0.25);
    border-right-color: rgb(39 39 42 / 0.25);
  }

  .md\:border-x-zinc-800\/30 {
    border-left-color: rgb(39 39 42 / 0.3);
    border-right-color: rgb(39 39 42 / 0.3);
  }

  .md\:border-x-zinc-800\/35 {
    border-left-color: rgb(39 39 42 / 0.35);
    border-right-color: rgb(39 39 42 / 0.35);
  }

  .md\:border-x-zinc-800\/40 {
    border-left-color: rgb(39 39 42 / 0.4);
    border-right-color: rgb(39 39 42 / 0.4);
  }

  .md\:border-x-zinc-800\/45 {
    border-left-color: rgb(39 39 42 / 0.45);
    border-right-color: rgb(39 39 42 / 0.45);
  }

  .md\:border-x-zinc-800\/5 {
    border-left-color: rgb(39 39 42 / 0.05);
    border-right-color: rgb(39 39 42 / 0.05);
  }

  .md\:border-x-zinc-800\/50 {
    border-left-color: rgb(39 39 42 / 0.5);
    border-right-color: rgb(39 39 42 / 0.5);
  }

  .md\:border-x-zinc-800\/55 {
    border-left-color: rgb(39 39 42 / 0.55);
    border-right-color: rgb(39 39 42 / 0.55);
  }

  .md\:border-x-zinc-800\/60 {
    border-left-color: rgb(39 39 42 / 0.6);
    border-right-color: rgb(39 39 42 / 0.6);
  }

  .md\:border-x-zinc-800\/65 {
    border-left-color: rgb(39 39 42 / 0.65);
    border-right-color: rgb(39 39 42 / 0.65);
  }

  .md\:border-x-zinc-800\/70 {
    border-left-color: rgb(39 39 42 / 0.7);
    border-right-color: rgb(39 39 42 / 0.7);
  }

  .md\:border-x-zinc-800\/75 {
    border-left-color: rgb(39 39 42 / 0.75);
    border-right-color: rgb(39 39 42 / 0.75);
  }

  .md\:border-x-zinc-800\/80 {
    border-left-color: rgb(39 39 42 / 0.8);
    border-right-color: rgb(39 39 42 / 0.8);
  }

  .md\:border-x-zinc-800\/85 {
    border-left-color: rgb(39 39 42 / 0.85);
    border-right-color: rgb(39 39 42 / 0.85);
  }

  .md\:border-x-zinc-800\/90 {
    border-left-color: rgb(39 39 42 / 0.9);
    border-right-color: rgb(39 39 42 / 0.9);
  }

  .md\:border-x-zinc-800\/95 {
    border-left-color: rgb(39 39 42 / 0.95);
    border-right-color: rgb(39 39 42 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-zinc-900\/0 {
    border-left-color: rgb(24 24 27 / 0);
    border-right-color: rgb(24 24 27 / 0);
  }

  .md\:border-x-zinc-900\/10 {
    border-left-color: rgb(24 24 27 / 0.1);
    border-right-color: rgb(24 24 27 / 0.1);
  }

  .md\:border-x-zinc-900\/100 {
    border-left-color: rgb(24 24 27 / 1);
    border-right-color: rgb(24 24 27 / 1);
  }

  .md\:border-x-zinc-900\/15 {
    border-left-color: rgb(24 24 27 / 0.15);
    border-right-color: rgb(24 24 27 / 0.15);
  }

  .md\:border-x-zinc-900\/20 {
    border-left-color: rgb(24 24 27 / 0.2);
    border-right-color: rgb(24 24 27 / 0.2);
  }

  .md\:border-x-zinc-900\/25 {
    border-left-color: rgb(24 24 27 / 0.25);
    border-right-color: rgb(24 24 27 / 0.25);
  }

  .md\:border-x-zinc-900\/30 {
    border-left-color: rgb(24 24 27 / 0.3);
    border-right-color: rgb(24 24 27 / 0.3);
  }

  .md\:border-x-zinc-900\/35 {
    border-left-color: rgb(24 24 27 / 0.35);
    border-right-color: rgb(24 24 27 / 0.35);
  }

  .md\:border-x-zinc-900\/40 {
    border-left-color: rgb(24 24 27 / 0.4);
    border-right-color: rgb(24 24 27 / 0.4);
  }

  .md\:border-x-zinc-900\/45 {
    border-left-color: rgb(24 24 27 / 0.45);
    border-right-color: rgb(24 24 27 / 0.45);
  }

  .md\:border-x-zinc-900\/5 {
    border-left-color: rgb(24 24 27 / 0.05);
    border-right-color: rgb(24 24 27 / 0.05);
  }

  .md\:border-x-zinc-900\/50 {
    border-left-color: rgb(24 24 27 / 0.5);
    border-right-color: rgb(24 24 27 / 0.5);
  }

  .md\:border-x-zinc-900\/55 {
    border-left-color: rgb(24 24 27 / 0.55);
    border-right-color: rgb(24 24 27 / 0.55);
  }

  .md\:border-x-zinc-900\/60 {
    border-left-color: rgb(24 24 27 / 0.6);
    border-right-color: rgb(24 24 27 / 0.6);
  }

  .md\:border-x-zinc-900\/65 {
    border-left-color: rgb(24 24 27 / 0.65);
    border-right-color: rgb(24 24 27 / 0.65);
  }

  .md\:border-x-zinc-900\/70 {
    border-left-color: rgb(24 24 27 / 0.7);
    border-right-color: rgb(24 24 27 / 0.7);
  }

  .md\:border-x-zinc-900\/75 {
    border-left-color: rgb(24 24 27 / 0.75);
    border-right-color: rgb(24 24 27 / 0.75);
  }

  .md\:border-x-zinc-900\/80 {
    border-left-color: rgb(24 24 27 / 0.8);
    border-right-color: rgb(24 24 27 / 0.8);
  }

  .md\:border-x-zinc-900\/85 {
    border-left-color: rgb(24 24 27 / 0.85);
    border-right-color: rgb(24 24 27 / 0.85);
  }

  .md\:border-x-zinc-900\/90 {
    border-left-color: rgb(24 24 27 / 0.9);
    border-right-color: rgb(24 24 27 / 0.9);
  }

  .md\:border-x-zinc-900\/95 {
    border-left-color: rgb(24 24 27 / 0.95);
    border-right-color: rgb(24 24 27 / 0.95);
  }

  .md\: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));
  }

  .md\:border-x-zinc-950\/0 {
    border-left-color: rgb(9 9 11 / 0);
    border-right-color: rgb(9 9 11 / 0);
  }

  .md\:border-x-zinc-950\/10 {
    border-left-color: rgb(9 9 11 / 0.1);
    border-right-color: rgb(9 9 11 / 0.1);
  }

  .md\:border-x-zinc-950\/100 {
    border-left-color: rgb(9 9 11 / 1);
    border-right-color: rgb(9 9 11 / 1);
  }

  .md\:border-x-zinc-950\/15 {
    border-left-color: rgb(9 9 11 / 0.15);
    border-right-color: rgb(9 9 11 / 0.15);
  }

  .md\:border-x-zinc-950\/20 {
    border-left-color: rgb(9 9 11 / 0.2);
    border-right-color: rgb(9 9 11 / 0.2);
  }

  .md\:border-x-zinc-950\/25 {
    border-left-color: rgb(9 9 11 / 0.25);
    border-right-color: rgb(9 9 11 / 0.25);
  }

  .md\:border-x-zinc-950\/30 {
    border-left-color: rgb(9 9 11 / 0.3);
    border-right-color: rgb(9 9 11 / 0.3);
  }

  .md\:border-x-zinc-950\/35 {
    border-left-color: rgb(9 9 11 / 0.35);
    border-right-color: rgb(9 9 11 / 0.35);
  }

  .md\:border-x-zinc-950\/40 {
    border-left-color: rgb(9 9 11 / 0.4);
    border-right-color: rgb(9 9 11 / 0.4);
  }

  .md\:border-x-zinc-950\/45 {
    border-left-color: rgb(9 9 11 / 0.45);
    border-right-color: rgb(9 9 11 / 0.45);
  }

  .md\:border-x-zinc-950\/5 {
    border-left-color: rgb(9 9 11 / 0.05);
    border-right-color: rgb(9 9 11 / 0.05);
  }

  .md\:border-x-zinc-950\/50 {
    border-left-color: rgb(9 9 11 / 0.5);
    border-right-color: rgb(9 9 11 / 0.5);
  }

  .md\:border-x-zinc-950\/55 {
    border-left-color: rgb(9 9 11 / 0.55);
    border-right-color: rgb(9 9 11 / 0.55);
  }

  .md\:border-x-zinc-950\/60 {
    border-left-color: rgb(9 9 11 / 0.6);
    border-right-color: rgb(9 9 11 / 0.6);
  }

  .md\:border-x-zinc-950\/65 {
    border-left-color: rgb(9 9 11 / 0.65);
    border-right-color: rgb(9 9 11 / 0.65);
  }

  .md\:border-x-zinc-950\/70 {
    border-left-color: rgb(9 9 11 / 0.7);
    border-right-color: rgb(9 9 11 / 0.7);
  }

  .md\:border-x-zinc-950\/75 {
    border-left-color: rgb(9 9 11 / 0.75);
    border-right-color: rgb(9 9 11 / 0.75);
  }

  .md\:border-x-zinc-950\/80 {
    border-left-color: rgb(9 9 11 / 0.8);
    border-right-color: rgb(9 9 11 / 0.8);
  }

  .md\:border-x-zinc-950\/85 {
    border-left-color: rgb(9 9 11 / 0.85);
    border-right-color: rgb(9 9 11 / 0.85);
  }

  .md\:border-x-zinc-950\/90 {
    border-left-color: rgb(9 9 11 / 0.9);
    border-right-color: rgb(9 9 11 / 0.9);
  }

  .md\:border-x-zinc-950\/95 {
    border-left-color: rgb(9 9 11 / 0.95);
    border-right-color: rgb(9 9 11 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-amber-100\/0 {
    border-top-color: rgb(254 243 199 / 0);
    border-bottom-color: rgb(254 243 199 / 0);
  }

  .md\:border-y-amber-100\/10 {
    border-top-color: rgb(254 243 199 / 0.1);
    border-bottom-color: rgb(254 243 199 / 0.1);
  }

  .md\:border-y-amber-100\/100 {
    border-top-color: rgb(254 243 199 / 1);
    border-bottom-color: rgb(254 243 199 / 1);
  }

  .md\:border-y-amber-100\/15 {
    border-top-color: rgb(254 243 199 / 0.15);
    border-bottom-color: rgb(254 243 199 / 0.15);
  }

  .md\:border-y-amber-100\/20 {
    border-top-color: rgb(254 243 199 / 0.2);
    border-bottom-color: rgb(254 243 199 / 0.2);
  }

  .md\:border-y-amber-100\/25 {
    border-top-color: rgb(254 243 199 / 0.25);
    border-bottom-color: rgb(254 243 199 / 0.25);
  }

  .md\:border-y-amber-100\/30 {
    border-top-color: rgb(254 243 199 / 0.3);
    border-bottom-color: rgb(254 243 199 / 0.3);
  }

  .md\:border-y-amber-100\/35 {
    border-top-color: rgb(254 243 199 / 0.35);
    border-bottom-color: rgb(254 243 199 / 0.35);
  }

  .md\:border-y-amber-100\/40 {
    border-top-color: rgb(254 243 199 / 0.4);
    border-bottom-color: rgb(254 243 199 / 0.4);
  }

  .md\:border-y-amber-100\/45 {
    border-top-color: rgb(254 243 199 / 0.45);
    border-bottom-color: rgb(254 243 199 / 0.45);
  }

  .md\:border-y-amber-100\/5 {
    border-top-color: rgb(254 243 199 / 0.05);
    border-bottom-color: rgb(254 243 199 / 0.05);
  }

  .md\:border-y-amber-100\/50 {
    border-top-color: rgb(254 243 199 / 0.5);
    border-bottom-color: rgb(254 243 199 / 0.5);
  }

  .md\:border-y-amber-100\/55 {
    border-top-color: rgb(254 243 199 / 0.55);
    border-bottom-color: rgb(254 243 199 / 0.55);
  }

  .md\:border-y-amber-100\/60 {
    border-top-color: rgb(254 243 199 / 0.6);
    border-bottom-color: rgb(254 243 199 / 0.6);
  }

  .md\:border-y-amber-100\/65 {
    border-top-color: rgb(254 243 199 / 0.65);
    border-bottom-color: rgb(254 243 199 / 0.65);
  }

  .md\:border-y-amber-100\/70 {
    border-top-color: rgb(254 243 199 / 0.7);
    border-bottom-color: rgb(254 243 199 / 0.7);
  }

  .md\:border-y-amber-100\/75 {
    border-top-color: rgb(254 243 199 / 0.75);
    border-bottom-color: rgb(254 243 199 / 0.75);
  }

  .md\:border-y-amber-100\/80 {
    border-top-color: rgb(254 243 199 / 0.8);
    border-bottom-color: rgb(254 243 199 / 0.8);
  }

  .md\:border-y-amber-100\/85 {
    border-top-color: rgb(254 243 199 / 0.85);
    border-bottom-color: rgb(254 243 199 / 0.85);
  }

  .md\:border-y-amber-100\/90 {
    border-top-color: rgb(254 243 199 / 0.9);
    border-bottom-color: rgb(254 243 199 / 0.9);
  }

  .md\:border-y-amber-100\/95 {
    border-top-color: rgb(254 243 199 / 0.95);
    border-bottom-color: rgb(254 243 199 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-amber-200\/0 {
    border-top-color: rgb(253 230 138 / 0);
    border-bottom-color: rgb(253 230 138 / 0);
  }

  .md\:border-y-amber-200\/10 {
    border-top-color: rgb(253 230 138 / 0.1);
    border-bottom-color: rgb(253 230 138 / 0.1);
  }

  .md\:border-y-amber-200\/100 {
    border-top-color: rgb(253 230 138 / 1);
    border-bottom-color: rgb(253 230 138 / 1);
  }

  .md\:border-y-amber-200\/15 {
    border-top-color: rgb(253 230 138 / 0.15);
    border-bottom-color: rgb(253 230 138 / 0.15);
  }

  .md\:border-y-amber-200\/20 {
    border-top-color: rgb(253 230 138 / 0.2);
    border-bottom-color: rgb(253 230 138 / 0.2);
  }

  .md\:border-y-amber-200\/25 {
    border-top-color: rgb(253 230 138 / 0.25);
    border-bottom-color: rgb(253 230 138 / 0.25);
  }

  .md\:border-y-amber-200\/30 {
    border-top-color: rgb(253 230 138 / 0.3);
    border-bottom-color: rgb(253 230 138 / 0.3);
  }

  .md\:border-y-amber-200\/35 {
    border-top-color: rgb(253 230 138 / 0.35);
    border-bottom-color: rgb(253 230 138 / 0.35);
  }

  .md\:border-y-amber-200\/40 {
    border-top-color: rgb(253 230 138 / 0.4);
    border-bottom-color: rgb(253 230 138 / 0.4);
  }

  .md\:border-y-amber-200\/45 {
    border-top-color: rgb(253 230 138 / 0.45);
    border-bottom-color: rgb(253 230 138 / 0.45);
  }

  .md\:border-y-amber-200\/5 {
    border-top-color: rgb(253 230 138 / 0.05);
    border-bottom-color: rgb(253 230 138 / 0.05);
  }

  .md\:border-y-amber-200\/50 {
    border-top-color: rgb(253 230 138 / 0.5);
    border-bottom-color: rgb(253 230 138 / 0.5);
  }

  .md\:border-y-amber-200\/55 {
    border-top-color: rgb(253 230 138 / 0.55);
    border-bottom-color: rgb(253 230 138 / 0.55);
  }

  .md\:border-y-amber-200\/60 {
    border-top-color: rgb(253 230 138 / 0.6);
    border-bottom-color: rgb(253 230 138 / 0.6);
  }

  .md\:border-y-amber-200\/65 {
    border-top-color: rgb(253 230 138 / 0.65);
    border-bottom-color: rgb(253 230 138 / 0.65);
  }

  .md\:border-y-amber-200\/70 {
    border-top-color: rgb(253 230 138 / 0.7);
    border-bottom-color: rgb(253 230 138 / 0.7);
  }

  .md\:border-y-amber-200\/75 {
    border-top-color: rgb(253 230 138 / 0.75);
    border-bottom-color: rgb(253 230 138 / 0.75);
  }

  .md\:border-y-amber-200\/80 {
    border-top-color: rgb(253 230 138 / 0.8);
    border-bottom-color: rgb(253 230 138 / 0.8);
  }

  .md\:border-y-amber-200\/85 {
    border-top-color: rgb(253 230 138 / 0.85);
    border-bottom-color: rgb(253 230 138 / 0.85);
  }

  .md\:border-y-amber-200\/90 {
    border-top-color: rgb(253 230 138 / 0.9);
    border-bottom-color: rgb(253 230 138 / 0.9);
  }

  .md\:border-y-amber-200\/95 {
    border-top-color: rgb(253 230 138 / 0.95);
    border-bottom-color: rgb(253 230 138 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-amber-300\/0 {
    border-top-color: rgb(252 211 77 / 0);
    border-bottom-color: rgb(252 211 77 / 0);
  }

  .md\:border-y-amber-300\/10 {
    border-top-color: rgb(252 211 77 / 0.1);
    border-bottom-color: rgb(252 211 77 / 0.1);
  }

  .md\:border-y-amber-300\/100 {
    border-top-color: rgb(252 211 77 / 1);
    border-bottom-color: rgb(252 211 77 / 1);
  }

  .md\:border-y-amber-300\/15 {
    border-top-color: rgb(252 211 77 / 0.15);
    border-bottom-color: rgb(252 211 77 / 0.15);
  }

  .md\:border-y-amber-300\/20 {
    border-top-color: rgb(252 211 77 / 0.2);
    border-bottom-color: rgb(252 211 77 / 0.2);
  }

  .md\:border-y-amber-300\/25 {
    border-top-color: rgb(252 211 77 / 0.25);
    border-bottom-color: rgb(252 211 77 / 0.25);
  }

  .md\:border-y-amber-300\/30 {
    border-top-color: rgb(252 211 77 / 0.3);
    border-bottom-color: rgb(252 211 77 / 0.3);
  }

  .md\:border-y-amber-300\/35 {
    border-top-color: rgb(252 211 77 / 0.35);
    border-bottom-color: rgb(252 211 77 / 0.35);
  }

  .md\:border-y-amber-300\/40 {
    border-top-color: rgb(252 211 77 / 0.4);
    border-bottom-color: rgb(252 211 77 / 0.4);
  }

  .md\:border-y-amber-300\/45 {
    border-top-color: rgb(252 211 77 / 0.45);
    border-bottom-color: rgb(252 211 77 / 0.45);
  }

  .md\:border-y-amber-300\/5 {
    border-top-color: rgb(252 211 77 / 0.05);
    border-bottom-color: rgb(252 211 77 / 0.05);
  }

  .md\:border-y-amber-300\/50 {
    border-top-color: rgb(252 211 77 / 0.5);
    border-bottom-color: rgb(252 211 77 / 0.5);
  }

  .md\:border-y-amber-300\/55 {
    border-top-color: rgb(252 211 77 / 0.55);
    border-bottom-color: rgb(252 211 77 / 0.55);
  }

  .md\:border-y-amber-300\/60 {
    border-top-color: rgb(252 211 77 / 0.6);
    border-bottom-color: rgb(252 211 77 / 0.6);
  }

  .md\:border-y-amber-300\/65 {
    border-top-color: rgb(252 211 77 / 0.65);
    border-bottom-color: rgb(252 211 77 / 0.65);
  }

  .md\:border-y-amber-300\/70 {
    border-top-color: rgb(252 211 77 / 0.7);
    border-bottom-color: rgb(252 211 77 / 0.7);
  }

  .md\:border-y-amber-300\/75 {
    border-top-color: rgb(252 211 77 / 0.75);
    border-bottom-color: rgb(252 211 77 / 0.75);
  }

  .md\:border-y-amber-300\/80 {
    border-top-color: rgb(252 211 77 / 0.8);
    border-bottom-color: rgb(252 211 77 / 0.8);
  }

  .md\:border-y-amber-300\/85 {
    border-top-color: rgb(252 211 77 / 0.85);
    border-bottom-color: rgb(252 211 77 / 0.85);
  }

  .md\:border-y-amber-300\/90 {
    border-top-color: rgb(252 211 77 / 0.9);
    border-bottom-color: rgb(252 211 77 / 0.9);
  }

  .md\:border-y-amber-300\/95 {
    border-top-color: rgb(252 211 77 / 0.95);
    border-bottom-color: rgb(252 211 77 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-amber-400\/0 {
    border-top-color: rgb(251 191 36 / 0);
    border-bottom-color: rgb(251 191 36 / 0);
  }

  .md\:border-y-amber-400\/10 {
    border-top-color: rgb(251 191 36 / 0.1);
    border-bottom-color: rgb(251 191 36 / 0.1);
  }

  .md\:border-y-amber-400\/100 {
    border-top-color: rgb(251 191 36 / 1);
    border-bottom-color: rgb(251 191 36 / 1);
  }

  .md\:border-y-amber-400\/15 {
    border-top-color: rgb(251 191 36 / 0.15);
    border-bottom-color: rgb(251 191 36 / 0.15);
  }

  .md\:border-y-amber-400\/20 {
    border-top-color: rgb(251 191 36 / 0.2);
    border-bottom-color: rgb(251 191 36 / 0.2);
  }

  .md\:border-y-amber-400\/25 {
    border-top-color: rgb(251 191 36 / 0.25);
    border-bottom-color: rgb(251 191 36 / 0.25);
  }

  .md\:border-y-amber-400\/30 {
    border-top-color: rgb(251 191 36 / 0.3);
    border-bottom-color: rgb(251 191 36 / 0.3);
  }

  .md\:border-y-amber-400\/35 {
    border-top-color: rgb(251 191 36 / 0.35);
    border-bottom-color: rgb(251 191 36 / 0.35);
  }

  .md\:border-y-amber-400\/40 {
    border-top-color: rgb(251 191 36 / 0.4);
    border-bottom-color: rgb(251 191 36 / 0.4);
  }

  .md\:border-y-amber-400\/45 {
    border-top-color: rgb(251 191 36 / 0.45);
    border-bottom-color: rgb(251 191 36 / 0.45);
  }

  .md\:border-y-amber-400\/5 {
    border-top-color: rgb(251 191 36 / 0.05);
    border-bottom-color: rgb(251 191 36 / 0.05);
  }

  .md\:border-y-amber-400\/50 {
    border-top-color: rgb(251 191 36 / 0.5);
    border-bottom-color: rgb(251 191 36 / 0.5);
  }

  .md\:border-y-amber-400\/55 {
    border-top-color: rgb(251 191 36 / 0.55);
    border-bottom-color: rgb(251 191 36 / 0.55);
  }

  .md\:border-y-amber-400\/60 {
    border-top-color: rgb(251 191 36 / 0.6);
    border-bottom-color: rgb(251 191 36 / 0.6);
  }

  .md\:border-y-amber-400\/65 {
    border-top-color: rgb(251 191 36 / 0.65);
    border-bottom-color: rgb(251 191 36 / 0.65);
  }

  .md\:border-y-amber-400\/70 {
    border-top-color: rgb(251 191 36 / 0.7);
    border-bottom-color: rgb(251 191 36 / 0.7);
  }

  .md\:border-y-amber-400\/75 {
    border-top-color: rgb(251 191 36 / 0.75);
    border-bottom-color: rgb(251 191 36 / 0.75);
  }

  .md\:border-y-amber-400\/80 {
    border-top-color: rgb(251 191 36 / 0.8);
    border-bottom-color: rgb(251 191 36 / 0.8);
  }

  .md\:border-y-amber-400\/85 {
    border-top-color: rgb(251 191 36 / 0.85);
    border-bottom-color: rgb(251 191 36 / 0.85);
  }

  .md\:border-y-amber-400\/90 {
    border-top-color: rgb(251 191 36 / 0.9);
    border-bottom-color: rgb(251 191 36 / 0.9);
  }

  .md\:border-y-amber-400\/95 {
    border-top-color: rgb(251 191 36 / 0.95);
    border-bottom-color: rgb(251 191 36 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-amber-50\/0 {
    border-top-color: rgb(255 251 235 / 0);
    border-bottom-color: rgb(255 251 235 / 0);
  }

  .md\:border-y-amber-50\/10 {
    border-top-color: rgb(255 251 235 / 0.1);
    border-bottom-color: rgb(255 251 235 / 0.1);
  }

  .md\:border-y-amber-50\/100 {
    border-top-color: rgb(255 251 235 / 1);
    border-bottom-color: rgb(255 251 235 / 1);
  }

  .md\:border-y-amber-50\/15 {
    border-top-color: rgb(255 251 235 / 0.15);
    border-bottom-color: rgb(255 251 235 / 0.15);
  }

  .md\:border-y-amber-50\/20 {
    border-top-color: rgb(255 251 235 / 0.2);
    border-bottom-color: rgb(255 251 235 / 0.2);
  }

  .md\:border-y-amber-50\/25 {
    border-top-color: rgb(255 251 235 / 0.25);
    border-bottom-color: rgb(255 251 235 / 0.25);
  }

  .md\:border-y-amber-50\/30 {
    border-top-color: rgb(255 251 235 / 0.3);
    border-bottom-color: rgb(255 251 235 / 0.3);
  }

  .md\:border-y-amber-50\/35 {
    border-top-color: rgb(255 251 235 / 0.35);
    border-bottom-color: rgb(255 251 235 / 0.35);
  }

  .md\:border-y-amber-50\/40 {
    border-top-color: rgb(255 251 235 / 0.4);
    border-bottom-color: rgb(255 251 235 / 0.4);
  }

  .md\:border-y-amber-50\/45 {
    border-top-color: rgb(255 251 235 / 0.45);
    border-bottom-color: rgb(255 251 235 / 0.45);
  }

  .md\:border-y-amber-50\/5 {
    border-top-color: rgb(255 251 235 / 0.05);
    border-bottom-color: rgb(255 251 235 / 0.05);
  }

  .md\:border-y-amber-50\/50 {
    border-top-color: rgb(255 251 235 / 0.5);
    border-bottom-color: rgb(255 251 235 / 0.5);
  }

  .md\:border-y-amber-50\/55 {
    border-top-color: rgb(255 251 235 / 0.55);
    border-bottom-color: rgb(255 251 235 / 0.55);
  }

  .md\:border-y-amber-50\/60 {
    border-top-color: rgb(255 251 235 / 0.6);
    border-bottom-color: rgb(255 251 235 / 0.6);
  }

  .md\:border-y-amber-50\/65 {
    border-top-color: rgb(255 251 235 / 0.65);
    border-bottom-color: rgb(255 251 235 / 0.65);
  }

  .md\:border-y-amber-50\/70 {
    border-top-color: rgb(255 251 235 / 0.7);
    border-bottom-color: rgb(255 251 235 / 0.7);
  }

  .md\:border-y-amber-50\/75 {
    border-top-color: rgb(255 251 235 / 0.75);
    border-bottom-color: rgb(255 251 235 / 0.75);
  }

  .md\:border-y-amber-50\/80 {
    border-top-color: rgb(255 251 235 / 0.8);
    border-bottom-color: rgb(255 251 235 / 0.8);
  }

  .md\:border-y-amber-50\/85 {
    border-top-color: rgb(255 251 235 / 0.85);
    border-bottom-color: rgb(255 251 235 / 0.85);
  }

  .md\:border-y-amber-50\/90 {
    border-top-color: rgb(255 251 235 / 0.9);
    border-bottom-color: rgb(255 251 235 / 0.9);
  }

  .md\:border-y-amber-50\/95 {
    border-top-color: rgb(255 251 235 / 0.95);
    border-bottom-color: rgb(255 251 235 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-amber-500\/0 {
    border-top-color: rgb(245 158 11 / 0);
    border-bottom-color: rgb(245 158 11 / 0);
  }

  .md\:border-y-amber-500\/10 {
    border-top-color: rgb(245 158 11 / 0.1);
    border-bottom-color: rgb(245 158 11 / 0.1);
  }

  .md\:border-y-amber-500\/100 {
    border-top-color: rgb(245 158 11 / 1);
    border-bottom-color: rgb(245 158 11 / 1);
  }

  .md\:border-y-amber-500\/15 {
    border-top-color: rgb(245 158 11 / 0.15);
    border-bottom-color: rgb(245 158 11 / 0.15);
  }

  .md\:border-y-amber-500\/20 {
    border-top-color: rgb(245 158 11 / 0.2);
    border-bottom-color: rgb(245 158 11 / 0.2);
  }

  .md\:border-y-amber-500\/25 {
    border-top-color: rgb(245 158 11 / 0.25);
    border-bottom-color: rgb(245 158 11 / 0.25);
  }

  .md\:border-y-amber-500\/30 {
    border-top-color: rgb(245 158 11 / 0.3);
    border-bottom-color: rgb(245 158 11 / 0.3);
  }

  .md\:border-y-amber-500\/35 {
    border-top-color: rgb(245 158 11 / 0.35);
    border-bottom-color: rgb(245 158 11 / 0.35);
  }

  .md\:border-y-amber-500\/40 {
    border-top-color: rgb(245 158 11 / 0.4);
    border-bottom-color: rgb(245 158 11 / 0.4);
  }

  .md\:border-y-amber-500\/45 {
    border-top-color: rgb(245 158 11 / 0.45);
    border-bottom-color: rgb(245 158 11 / 0.45);
  }

  .md\:border-y-amber-500\/5 {
    border-top-color: rgb(245 158 11 / 0.05);
    border-bottom-color: rgb(245 158 11 / 0.05);
  }

  .md\:border-y-amber-500\/50 {
    border-top-color: rgb(245 158 11 / 0.5);
    border-bottom-color: rgb(245 158 11 / 0.5);
  }

  .md\:border-y-amber-500\/55 {
    border-top-color: rgb(245 158 11 / 0.55);
    border-bottom-color: rgb(245 158 11 / 0.55);
  }

  .md\:border-y-amber-500\/60 {
    border-top-color: rgb(245 158 11 / 0.6);
    border-bottom-color: rgb(245 158 11 / 0.6);
  }

  .md\:border-y-amber-500\/65 {
    border-top-color: rgb(245 158 11 / 0.65);
    border-bottom-color: rgb(245 158 11 / 0.65);
  }

  .md\:border-y-amber-500\/70 {
    border-top-color: rgb(245 158 11 / 0.7);
    border-bottom-color: rgb(245 158 11 / 0.7);
  }

  .md\:border-y-amber-500\/75 {
    border-top-color: rgb(245 158 11 / 0.75);
    border-bottom-color: rgb(245 158 11 / 0.75);
  }

  .md\:border-y-amber-500\/80 {
    border-top-color: rgb(245 158 11 / 0.8);
    border-bottom-color: rgb(245 158 11 / 0.8);
  }

  .md\:border-y-amber-500\/85 {
    border-top-color: rgb(245 158 11 / 0.85);
    border-bottom-color: rgb(245 158 11 / 0.85);
  }

  .md\:border-y-amber-500\/90 {
    border-top-color: rgb(245 158 11 / 0.9);
    border-bottom-color: rgb(245 158 11 / 0.9);
  }

  .md\:border-y-amber-500\/95 {
    border-top-color: rgb(245 158 11 / 0.95);
    border-bottom-color: rgb(245 158 11 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-amber-600\/0 {
    border-top-color: rgb(217 119 6 / 0);
    border-bottom-color: rgb(217 119 6 / 0);
  }

  .md\:border-y-amber-600\/10 {
    border-top-color: rgb(217 119 6 / 0.1);
    border-bottom-color: rgb(217 119 6 / 0.1);
  }

  .md\:border-y-amber-600\/100 {
    border-top-color: rgb(217 119 6 / 1);
    border-bottom-color: rgb(217 119 6 / 1);
  }

  .md\:border-y-amber-600\/15 {
    border-top-color: rgb(217 119 6 / 0.15);
    border-bottom-color: rgb(217 119 6 / 0.15);
  }

  .md\:border-y-amber-600\/20 {
    border-top-color: rgb(217 119 6 / 0.2);
    border-bottom-color: rgb(217 119 6 / 0.2);
  }

  .md\:border-y-amber-600\/25 {
    border-top-color: rgb(217 119 6 / 0.25);
    border-bottom-color: rgb(217 119 6 / 0.25);
  }

  .md\:border-y-amber-600\/30 {
    border-top-color: rgb(217 119 6 / 0.3);
    border-bottom-color: rgb(217 119 6 / 0.3);
  }

  .md\:border-y-amber-600\/35 {
    border-top-color: rgb(217 119 6 / 0.35);
    border-bottom-color: rgb(217 119 6 / 0.35);
  }

  .md\:border-y-amber-600\/40 {
    border-top-color: rgb(217 119 6 / 0.4);
    border-bottom-color: rgb(217 119 6 / 0.4);
  }

  .md\:border-y-amber-600\/45 {
    border-top-color: rgb(217 119 6 / 0.45);
    border-bottom-color: rgb(217 119 6 / 0.45);
  }

  .md\:border-y-amber-600\/5 {
    border-top-color: rgb(217 119 6 / 0.05);
    border-bottom-color: rgb(217 119 6 / 0.05);
  }

  .md\:border-y-amber-600\/50 {
    border-top-color: rgb(217 119 6 / 0.5);
    border-bottom-color: rgb(217 119 6 / 0.5);
  }

  .md\:border-y-amber-600\/55 {
    border-top-color: rgb(217 119 6 / 0.55);
    border-bottom-color: rgb(217 119 6 / 0.55);
  }

  .md\:border-y-amber-600\/60 {
    border-top-color: rgb(217 119 6 / 0.6);
    border-bottom-color: rgb(217 119 6 / 0.6);
  }

  .md\:border-y-amber-600\/65 {
    border-top-color: rgb(217 119 6 / 0.65);
    border-bottom-color: rgb(217 119 6 / 0.65);
  }

  .md\:border-y-amber-600\/70 {
    border-top-color: rgb(217 119 6 / 0.7);
    border-bottom-color: rgb(217 119 6 / 0.7);
  }

  .md\:border-y-amber-600\/75 {
    border-top-color: rgb(217 119 6 / 0.75);
    border-bottom-color: rgb(217 119 6 / 0.75);
  }

  .md\:border-y-amber-600\/80 {
    border-top-color: rgb(217 119 6 / 0.8);
    border-bottom-color: rgb(217 119 6 / 0.8);
  }

  .md\:border-y-amber-600\/85 {
    border-top-color: rgb(217 119 6 / 0.85);
    border-bottom-color: rgb(217 119 6 / 0.85);
  }

  .md\:border-y-amber-600\/90 {
    border-top-color: rgb(217 119 6 / 0.9);
    border-bottom-color: rgb(217 119 6 / 0.9);
  }

  .md\:border-y-amber-600\/95 {
    border-top-color: rgb(217 119 6 / 0.95);
    border-bottom-color: rgb(217 119 6 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-amber-700\/0 {
    border-top-color: rgb(180 83 9 / 0);
    border-bottom-color: rgb(180 83 9 / 0);
  }

  .md\:border-y-amber-700\/10 {
    border-top-color: rgb(180 83 9 / 0.1);
    border-bottom-color: rgb(180 83 9 / 0.1);
  }

  .md\:border-y-amber-700\/100 {
    border-top-color: rgb(180 83 9 / 1);
    border-bottom-color: rgb(180 83 9 / 1);
  }

  .md\:border-y-amber-700\/15 {
    border-top-color: rgb(180 83 9 / 0.15);
    border-bottom-color: rgb(180 83 9 / 0.15);
  }

  .md\:border-y-amber-700\/20 {
    border-top-color: rgb(180 83 9 / 0.2);
    border-bottom-color: rgb(180 83 9 / 0.2);
  }

  .md\:border-y-amber-700\/25 {
    border-top-color: rgb(180 83 9 / 0.25);
    border-bottom-color: rgb(180 83 9 / 0.25);
  }

  .md\:border-y-amber-700\/30 {
    border-top-color: rgb(180 83 9 / 0.3);
    border-bottom-color: rgb(180 83 9 / 0.3);
  }

  .md\:border-y-amber-700\/35 {
    border-top-color: rgb(180 83 9 / 0.35);
    border-bottom-color: rgb(180 83 9 / 0.35);
  }

  .md\:border-y-amber-700\/40 {
    border-top-color: rgb(180 83 9 / 0.4);
    border-bottom-color: rgb(180 83 9 / 0.4);
  }

  .md\:border-y-amber-700\/45 {
    border-top-color: rgb(180 83 9 / 0.45);
    border-bottom-color: rgb(180 83 9 / 0.45);
  }

  .md\:border-y-amber-700\/5 {
    border-top-color: rgb(180 83 9 / 0.05);
    border-bottom-color: rgb(180 83 9 / 0.05);
  }

  .md\:border-y-amber-700\/50 {
    border-top-color: rgb(180 83 9 / 0.5);
    border-bottom-color: rgb(180 83 9 / 0.5);
  }

  .md\:border-y-amber-700\/55 {
    border-top-color: rgb(180 83 9 / 0.55);
    border-bottom-color: rgb(180 83 9 / 0.55);
  }

  .md\:border-y-amber-700\/60 {
    border-top-color: rgb(180 83 9 / 0.6);
    border-bottom-color: rgb(180 83 9 / 0.6);
  }

  .md\:border-y-amber-700\/65 {
    border-top-color: rgb(180 83 9 / 0.65);
    border-bottom-color: rgb(180 83 9 / 0.65);
  }

  .md\:border-y-amber-700\/70 {
    border-top-color: rgb(180 83 9 / 0.7);
    border-bottom-color: rgb(180 83 9 / 0.7);
  }

  .md\:border-y-amber-700\/75 {
    border-top-color: rgb(180 83 9 / 0.75);
    border-bottom-color: rgb(180 83 9 / 0.75);
  }

  .md\:border-y-amber-700\/80 {
    border-top-color: rgb(180 83 9 / 0.8);
    border-bottom-color: rgb(180 83 9 / 0.8);
  }

  .md\:border-y-amber-700\/85 {
    border-top-color: rgb(180 83 9 / 0.85);
    border-bottom-color: rgb(180 83 9 / 0.85);
  }

  .md\:border-y-amber-700\/90 {
    border-top-color: rgb(180 83 9 / 0.9);
    border-bottom-color: rgb(180 83 9 / 0.9);
  }

  .md\:border-y-amber-700\/95 {
    border-top-color: rgb(180 83 9 / 0.95);
    border-bottom-color: rgb(180 83 9 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-amber-800\/0 {
    border-top-color: rgb(146 64 14 / 0);
    border-bottom-color: rgb(146 64 14 / 0);
  }

  .md\:border-y-amber-800\/10 {
    border-top-color: rgb(146 64 14 / 0.1);
    border-bottom-color: rgb(146 64 14 / 0.1);
  }

  .md\:border-y-amber-800\/100 {
    border-top-color: rgb(146 64 14 / 1);
    border-bottom-color: rgb(146 64 14 / 1);
  }

  .md\:border-y-amber-800\/15 {
    border-top-color: rgb(146 64 14 / 0.15);
    border-bottom-color: rgb(146 64 14 / 0.15);
  }

  .md\:border-y-amber-800\/20 {
    border-top-color: rgb(146 64 14 / 0.2);
    border-bottom-color: rgb(146 64 14 / 0.2);
  }

  .md\:border-y-amber-800\/25 {
    border-top-color: rgb(146 64 14 / 0.25);
    border-bottom-color: rgb(146 64 14 / 0.25);
  }

  .md\:border-y-amber-800\/30 {
    border-top-color: rgb(146 64 14 / 0.3);
    border-bottom-color: rgb(146 64 14 / 0.3);
  }

  .md\:border-y-amber-800\/35 {
    border-top-color: rgb(146 64 14 / 0.35);
    border-bottom-color: rgb(146 64 14 / 0.35);
  }

  .md\:border-y-amber-800\/40 {
    border-top-color: rgb(146 64 14 / 0.4);
    border-bottom-color: rgb(146 64 14 / 0.4);
  }

  .md\:border-y-amber-800\/45 {
    border-top-color: rgb(146 64 14 / 0.45);
    border-bottom-color: rgb(146 64 14 / 0.45);
  }

  .md\:border-y-amber-800\/5 {
    border-top-color: rgb(146 64 14 / 0.05);
    border-bottom-color: rgb(146 64 14 / 0.05);
  }

  .md\:border-y-amber-800\/50 {
    border-top-color: rgb(146 64 14 / 0.5);
    border-bottom-color: rgb(146 64 14 / 0.5);
  }

  .md\:border-y-amber-800\/55 {
    border-top-color: rgb(146 64 14 / 0.55);
    border-bottom-color: rgb(146 64 14 / 0.55);
  }

  .md\:border-y-amber-800\/60 {
    border-top-color: rgb(146 64 14 / 0.6);
    border-bottom-color: rgb(146 64 14 / 0.6);
  }

  .md\:border-y-amber-800\/65 {
    border-top-color: rgb(146 64 14 / 0.65);
    border-bottom-color: rgb(146 64 14 / 0.65);
  }

  .md\:border-y-amber-800\/70 {
    border-top-color: rgb(146 64 14 / 0.7);
    border-bottom-color: rgb(146 64 14 / 0.7);
  }

  .md\:border-y-amber-800\/75 {
    border-top-color: rgb(146 64 14 / 0.75);
    border-bottom-color: rgb(146 64 14 / 0.75);
  }

  .md\:border-y-amber-800\/80 {
    border-top-color: rgb(146 64 14 / 0.8);
    border-bottom-color: rgb(146 64 14 / 0.8);
  }

  .md\:border-y-amber-800\/85 {
    border-top-color: rgb(146 64 14 / 0.85);
    border-bottom-color: rgb(146 64 14 / 0.85);
  }

  .md\:border-y-amber-800\/90 {
    border-top-color: rgb(146 64 14 / 0.9);
    border-bottom-color: rgb(146 64 14 / 0.9);
  }

  .md\:border-y-amber-800\/95 {
    border-top-color: rgb(146 64 14 / 0.95);
    border-bottom-color: rgb(146 64 14 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-amber-900\/0 {
    border-top-color: rgb(120 53 15 / 0);
    border-bottom-color: rgb(120 53 15 / 0);
  }

  .md\:border-y-amber-900\/10 {
    border-top-color: rgb(120 53 15 / 0.1);
    border-bottom-color: rgb(120 53 15 / 0.1);
  }

  .md\:border-y-amber-900\/100 {
    border-top-color: rgb(120 53 15 / 1);
    border-bottom-color: rgb(120 53 15 / 1);
  }

  .md\:border-y-amber-900\/15 {
    border-top-color: rgb(120 53 15 / 0.15);
    border-bottom-color: rgb(120 53 15 / 0.15);
  }

  .md\:border-y-amber-900\/20 {
    border-top-color: rgb(120 53 15 / 0.2);
    border-bottom-color: rgb(120 53 15 / 0.2);
  }

  .md\:border-y-amber-900\/25 {
    border-top-color: rgb(120 53 15 / 0.25);
    border-bottom-color: rgb(120 53 15 / 0.25);
  }

  .md\:border-y-amber-900\/30 {
    border-top-color: rgb(120 53 15 / 0.3);
    border-bottom-color: rgb(120 53 15 / 0.3);
  }

  .md\:border-y-amber-900\/35 {
    border-top-color: rgb(120 53 15 / 0.35);
    border-bottom-color: rgb(120 53 15 / 0.35);
  }

  .md\:border-y-amber-900\/40 {
    border-top-color: rgb(120 53 15 / 0.4);
    border-bottom-color: rgb(120 53 15 / 0.4);
  }

  .md\:border-y-amber-900\/45 {
    border-top-color: rgb(120 53 15 / 0.45);
    border-bottom-color: rgb(120 53 15 / 0.45);
  }

  .md\:border-y-amber-900\/5 {
    border-top-color: rgb(120 53 15 / 0.05);
    border-bottom-color: rgb(120 53 15 / 0.05);
  }

  .md\:border-y-amber-900\/50 {
    border-top-color: rgb(120 53 15 / 0.5);
    border-bottom-color: rgb(120 53 15 / 0.5);
  }

  .md\:border-y-amber-900\/55 {
    border-top-color: rgb(120 53 15 / 0.55);
    border-bottom-color: rgb(120 53 15 / 0.55);
  }

  .md\:border-y-amber-900\/60 {
    border-top-color: rgb(120 53 15 / 0.6);
    border-bottom-color: rgb(120 53 15 / 0.6);
  }

  .md\:border-y-amber-900\/65 {
    border-top-color: rgb(120 53 15 / 0.65);
    border-bottom-color: rgb(120 53 15 / 0.65);
  }

  .md\:border-y-amber-900\/70 {
    border-top-color: rgb(120 53 15 / 0.7);
    border-bottom-color: rgb(120 53 15 / 0.7);
  }

  .md\:border-y-amber-900\/75 {
    border-top-color: rgb(120 53 15 / 0.75);
    border-bottom-color: rgb(120 53 15 / 0.75);
  }

  .md\:border-y-amber-900\/80 {
    border-top-color: rgb(120 53 15 / 0.8);
    border-bottom-color: rgb(120 53 15 / 0.8);
  }

  .md\:border-y-amber-900\/85 {
    border-top-color: rgb(120 53 15 / 0.85);
    border-bottom-color: rgb(120 53 15 / 0.85);
  }

  .md\:border-y-amber-900\/90 {
    border-top-color: rgb(120 53 15 / 0.9);
    border-bottom-color: rgb(120 53 15 / 0.9);
  }

  .md\:border-y-amber-900\/95 {
    border-top-color: rgb(120 53 15 / 0.95);
    border-bottom-color: rgb(120 53 15 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-amber-950\/0 {
    border-top-color: rgb(69 26 3 / 0);
    border-bottom-color: rgb(69 26 3 / 0);
  }

  .md\:border-y-amber-950\/10 {
    border-top-color: rgb(69 26 3 / 0.1);
    border-bottom-color: rgb(69 26 3 / 0.1);
  }

  .md\:border-y-amber-950\/100 {
    border-top-color: rgb(69 26 3 / 1);
    border-bottom-color: rgb(69 26 3 / 1);
  }

  .md\:border-y-amber-950\/15 {
    border-top-color: rgb(69 26 3 / 0.15);
    border-bottom-color: rgb(69 26 3 / 0.15);
  }

  .md\:border-y-amber-950\/20 {
    border-top-color: rgb(69 26 3 / 0.2);
    border-bottom-color: rgb(69 26 3 / 0.2);
  }

  .md\:border-y-amber-950\/25 {
    border-top-color: rgb(69 26 3 / 0.25);
    border-bottom-color: rgb(69 26 3 / 0.25);
  }

  .md\:border-y-amber-950\/30 {
    border-top-color: rgb(69 26 3 / 0.3);
    border-bottom-color: rgb(69 26 3 / 0.3);
  }

  .md\:border-y-amber-950\/35 {
    border-top-color: rgb(69 26 3 / 0.35);
    border-bottom-color: rgb(69 26 3 / 0.35);
  }

  .md\:border-y-amber-950\/40 {
    border-top-color: rgb(69 26 3 / 0.4);
    border-bottom-color: rgb(69 26 3 / 0.4);
  }

  .md\:border-y-amber-950\/45 {
    border-top-color: rgb(69 26 3 / 0.45);
    border-bottom-color: rgb(69 26 3 / 0.45);
  }

  .md\:border-y-amber-950\/5 {
    border-top-color: rgb(69 26 3 / 0.05);
    border-bottom-color: rgb(69 26 3 / 0.05);
  }

  .md\:border-y-amber-950\/50 {
    border-top-color: rgb(69 26 3 / 0.5);
    border-bottom-color: rgb(69 26 3 / 0.5);
  }

  .md\:border-y-amber-950\/55 {
    border-top-color: rgb(69 26 3 / 0.55);
    border-bottom-color: rgb(69 26 3 / 0.55);
  }

  .md\:border-y-amber-950\/60 {
    border-top-color: rgb(69 26 3 / 0.6);
    border-bottom-color: rgb(69 26 3 / 0.6);
  }

  .md\:border-y-amber-950\/65 {
    border-top-color: rgb(69 26 3 / 0.65);
    border-bottom-color: rgb(69 26 3 / 0.65);
  }

  .md\:border-y-amber-950\/70 {
    border-top-color: rgb(69 26 3 / 0.7);
    border-bottom-color: rgb(69 26 3 / 0.7);
  }

  .md\:border-y-amber-950\/75 {
    border-top-color: rgb(69 26 3 / 0.75);
    border-bottom-color: rgb(69 26 3 / 0.75);
  }

  .md\:border-y-amber-950\/80 {
    border-top-color: rgb(69 26 3 / 0.8);
    border-bottom-color: rgb(69 26 3 / 0.8);
  }

  .md\:border-y-amber-950\/85 {
    border-top-color: rgb(69 26 3 / 0.85);
    border-bottom-color: rgb(69 26 3 / 0.85);
  }

  .md\:border-y-amber-950\/90 {
    border-top-color: rgb(69 26 3 / 0.9);
    border-bottom-color: rgb(69 26 3 / 0.9);
  }

  .md\:border-y-amber-950\/95 {
    border-top-color: rgb(69 26 3 / 0.95);
    border-bottom-color: rgb(69 26 3 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-black\/0 {
    border-top-color: rgb(0 0 0 / 0);
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .md\:border-y-black\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-y-black\/100 {
    border-top-color: rgb(0 0 0 / 1);
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .md\:border-y-black\/15 {
    border-top-color: rgb(0 0 0 / 0.15);
    border-bottom-color: rgb(0 0 0 / 0.15);
  }

  .md\:border-y-black\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-y-black\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-y-black\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-y-black\/35 {
    border-top-color: rgb(0 0 0 / 0.35);
    border-bottom-color: rgb(0 0 0 / 0.35);
  }

  .md\:border-y-black\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-y-black\/45 {
    border-top-color: rgb(0 0 0 / 0.45);
    border-bottom-color: rgb(0 0 0 / 0.45);
  }

  .md\:border-y-black\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-y-black\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-y-black\/55 {
    border-top-color: rgb(0 0 0 / 0.55);
    border-bottom-color: rgb(0 0 0 / 0.55);
  }

  .md\:border-y-black\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-y-black\/65 {
    border-top-color: rgb(0 0 0 / 0.65);
    border-bottom-color: rgb(0 0 0 / 0.65);
  }

  .md\:border-y-black\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-y-black\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-y-black\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-y-black\/85 {
    border-top-color: rgb(0 0 0 / 0.85);
    border-bottom-color: rgb(0 0 0 / 0.85);
  }

  .md\:border-y-black\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-y-black\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-blue-100\/0 {
    border-top-color: rgb(219 234 254 / 0);
    border-bottom-color: rgb(219 234 254 / 0);
  }

  .md\:border-y-blue-100\/10 {
    border-top-color: rgb(219 234 254 / 0.1);
    border-bottom-color: rgb(219 234 254 / 0.1);
  }

  .md\:border-y-blue-100\/100 {
    border-top-color: rgb(219 234 254 / 1);
    border-bottom-color: rgb(219 234 254 / 1);
  }

  .md\:border-y-blue-100\/15 {
    border-top-color: rgb(219 234 254 / 0.15);
    border-bottom-color: rgb(219 234 254 / 0.15);
  }

  .md\:border-y-blue-100\/20 {
    border-top-color: rgb(219 234 254 / 0.2);
    border-bottom-color: rgb(219 234 254 / 0.2);
  }

  .md\:border-y-blue-100\/25 {
    border-top-color: rgb(219 234 254 / 0.25);
    border-bottom-color: rgb(219 234 254 / 0.25);
  }

  .md\:border-y-blue-100\/30 {
    border-top-color: rgb(219 234 254 / 0.3);
    border-bottom-color: rgb(219 234 254 / 0.3);
  }

  .md\:border-y-blue-100\/35 {
    border-top-color: rgb(219 234 254 / 0.35);
    border-bottom-color: rgb(219 234 254 / 0.35);
  }

  .md\:border-y-blue-100\/40 {
    border-top-color: rgb(219 234 254 / 0.4);
    border-bottom-color: rgb(219 234 254 / 0.4);
  }

  .md\:border-y-blue-100\/45 {
    border-top-color: rgb(219 234 254 / 0.45);
    border-bottom-color: rgb(219 234 254 / 0.45);
  }

  .md\:border-y-blue-100\/5 {
    border-top-color: rgb(219 234 254 / 0.05);
    border-bottom-color: rgb(219 234 254 / 0.05);
  }

  .md\:border-y-blue-100\/50 {
    border-top-color: rgb(219 234 254 / 0.5);
    border-bottom-color: rgb(219 234 254 / 0.5);
  }

  .md\:border-y-blue-100\/55 {
    border-top-color: rgb(219 234 254 / 0.55);
    border-bottom-color: rgb(219 234 254 / 0.55);
  }

  .md\:border-y-blue-100\/60 {
    border-top-color: rgb(219 234 254 / 0.6);
    border-bottom-color: rgb(219 234 254 / 0.6);
  }

  .md\:border-y-blue-100\/65 {
    border-top-color: rgb(219 234 254 / 0.65);
    border-bottom-color: rgb(219 234 254 / 0.65);
  }

  .md\:border-y-blue-100\/70 {
    border-top-color: rgb(219 234 254 / 0.7);
    border-bottom-color: rgb(219 234 254 / 0.7);
  }

  .md\:border-y-blue-100\/75 {
    border-top-color: rgb(219 234 254 / 0.75);
    border-bottom-color: rgb(219 234 254 / 0.75);
  }

  .md\:border-y-blue-100\/80 {
    border-top-color: rgb(219 234 254 / 0.8);
    border-bottom-color: rgb(219 234 254 / 0.8);
  }

  .md\:border-y-blue-100\/85 {
    border-top-color: rgb(219 234 254 / 0.85);
    border-bottom-color: rgb(219 234 254 / 0.85);
  }

  .md\:border-y-blue-100\/90 {
    border-top-color: rgb(219 234 254 / 0.9);
    border-bottom-color: rgb(219 234 254 / 0.9);
  }

  .md\:border-y-blue-100\/95 {
    border-top-color: rgb(219 234 254 / 0.95);
    border-bottom-color: rgb(219 234 254 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-blue-200\/0 {
    border-top-color: rgb(191 219 254 / 0);
    border-bottom-color: rgb(191 219 254 / 0);
  }

  .md\:border-y-blue-200\/10 {
    border-top-color: rgb(191 219 254 / 0.1);
    border-bottom-color: rgb(191 219 254 / 0.1);
  }

  .md\:border-y-blue-200\/100 {
    border-top-color: rgb(191 219 254 / 1);
    border-bottom-color: rgb(191 219 254 / 1);
  }

  .md\:border-y-blue-200\/15 {
    border-top-color: rgb(191 219 254 / 0.15);
    border-bottom-color: rgb(191 219 254 / 0.15);
  }

  .md\:border-y-blue-200\/20 {
    border-top-color: rgb(191 219 254 / 0.2);
    border-bottom-color: rgb(191 219 254 / 0.2);
  }

  .md\:border-y-blue-200\/25 {
    border-top-color: rgb(191 219 254 / 0.25);
    border-bottom-color: rgb(191 219 254 / 0.25);
  }

  .md\:border-y-blue-200\/30 {
    border-top-color: rgb(191 219 254 / 0.3);
    border-bottom-color: rgb(191 219 254 / 0.3);
  }

  .md\:border-y-blue-200\/35 {
    border-top-color: rgb(191 219 254 / 0.35);
    border-bottom-color: rgb(191 219 254 / 0.35);
  }

  .md\:border-y-blue-200\/40 {
    border-top-color: rgb(191 219 254 / 0.4);
    border-bottom-color: rgb(191 219 254 / 0.4);
  }

  .md\:border-y-blue-200\/45 {
    border-top-color: rgb(191 219 254 / 0.45);
    border-bottom-color: rgb(191 219 254 / 0.45);
  }

  .md\:border-y-blue-200\/5 {
    border-top-color: rgb(191 219 254 / 0.05);
    border-bottom-color: rgb(191 219 254 / 0.05);
  }

  .md\:border-y-blue-200\/50 {
    border-top-color: rgb(191 219 254 / 0.5);
    border-bottom-color: rgb(191 219 254 / 0.5);
  }

  .md\:border-y-blue-200\/55 {
    border-top-color: rgb(191 219 254 / 0.55);
    border-bottom-color: rgb(191 219 254 / 0.55);
  }

  .md\:border-y-blue-200\/60 {
    border-top-color: rgb(191 219 254 / 0.6);
    border-bottom-color: rgb(191 219 254 / 0.6);
  }

  .md\:border-y-blue-200\/65 {
    border-top-color: rgb(191 219 254 / 0.65);
    border-bottom-color: rgb(191 219 254 / 0.65);
  }

  .md\:border-y-blue-200\/70 {
    border-top-color: rgb(191 219 254 / 0.7);
    border-bottom-color: rgb(191 219 254 / 0.7);
  }

  .md\:border-y-blue-200\/75 {
    border-top-color: rgb(191 219 254 / 0.75);
    border-bottom-color: rgb(191 219 254 / 0.75);
  }

  .md\:border-y-blue-200\/80 {
    border-top-color: rgb(191 219 254 / 0.8);
    border-bottom-color: rgb(191 219 254 / 0.8);
  }

  .md\:border-y-blue-200\/85 {
    border-top-color: rgb(191 219 254 / 0.85);
    border-bottom-color: rgb(191 219 254 / 0.85);
  }

  .md\:border-y-blue-200\/90 {
    border-top-color: rgb(191 219 254 / 0.9);
    border-bottom-color: rgb(191 219 254 / 0.9);
  }

  .md\:border-y-blue-200\/95 {
    border-top-color: rgb(191 219 254 / 0.95);
    border-bottom-color: rgb(191 219 254 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-blue-300\/0 {
    border-top-color: rgb(147 197 253 / 0);
    border-bottom-color: rgb(147 197 253 / 0);
  }

  .md\:border-y-blue-300\/10 {
    border-top-color: rgb(147 197 253 / 0.1);
    border-bottom-color: rgb(147 197 253 / 0.1);
  }

  .md\:border-y-blue-300\/100 {
    border-top-color: rgb(147 197 253 / 1);
    border-bottom-color: rgb(147 197 253 / 1);
  }

  .md\:border-y-blue-300\/15 {
    border-top-color: rgb(147 197 253 / 0.15);
    border-bottom-color: rgb(147 197 253 / 0.15);
  }

  .md\:border-y-blue-300\/20 {
    border-top-color: rgb(147 197 253 / 0.2);
    border-bottom-color: rgb(147 197 253 / 0.2);
  }

  .md\:border-y-blue-300\/25 {
    border-top-color: rgb(147 197 253 / 0.25);
    border-bottom-color: rgb(147 197 253 / 0.25);
  }

  .md\:border-y-blue-300\/30 {
    border-top-color: rgb(147 197 253 / 0.3);
    border-bottom-color: rgb(147 197 253 / 0.3);
  }

  .md\:border-y-blue-300\/35 {
    border-top-color: rgb(147 197 253 / 0.35);
    border-bottom-color: rgb(147 197 253 / 0.35);
  }

  .md\:border-y-blue-300\/40 {
    border-top-color: rgb(147 197 253 / 0.4);
    border-bottom-color: rgb(147 197 253 / 0.4);
  }

  .md\:border-y-blue-300\/45 {
    border-top-color: rgb(147 197 253 / 0.45);
    border-bottom-color: rgb(147 197 253 / 0.45);
  }

  .md\:border-y-blue-300\/5 {
    border-top-color: rgb(147 197 253 / 0.05);
    border-bottom-color: rgb(147 197 253 / 0.05);
  }

  .md\:border-y-blue-300\/50 {
    border-top-color: rgb(147 197 253 / 0.5);
    border-bottom-color: rgb(147 197 253 / 0.5);
  }

  .md\:border-y-blue-300\/55 {
    border-top-color: rgb(147 197 253 / 0.55);
    border-bottom-color: rgb(147 197 253 / 0.55);
  }

  .md\:border-y-blue-300\/60 {
    border-top-color: rgb(147 197 253 / 0.6);
    border-bottom-color: rgb(147 197 253 / 0.6);
  }

  .md\:border-y-blue-300\/65 {
    border-top-color: rgb(147 197 253 / 0.65);
    border-bottom-color: rgb(147 197 253 / 0.65);
  }

  .md\:border-y-blue-300\/70 {
    border-top-color: rgb(147 197 253 / 0.7);
    border-bottom-color: rgb(147 197 253 / 0.7);
  }

  .md\:border-y-blue-300\/75 {
    border-top-color: rgb(147 197 253 / 0.75);
    border-bottom-color: rgb(147 197 253 / 0.75);
  }

  .md\:border-y-blue-300\/80 {
    border-top-color: rgb(147 197 253 / 0.8);
    border-bottom-color: rgb(147 197 253 / 0.8);
  }

  .md\:border-y-blue-300\/85 {
    border-top-color: rgb(147 197 253 / 0.85);
    border-bottom-color: rgb(147 197 253 / 0.85);
  }

  .md\:border-y-blue-300\/90 {
    border-top-color: rgb(147 197 253 / 0.9);
    border-bottom-color: rgb(147 197 253 / 0.9);
  }

  .md\:border-y-blue-300\/95 {
    border-top-color: rgb(147 197 253 / 0.95);
    border-bottom-color: rgb(147 197 253 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-blue-400\/0 {
    border-top-color: rgb(96 165 250 / 0);
    border-bottom-color: rgb(96 165 250 / 0);
  }

  .md\:border-y-blue-400\/10 {
    border-top-color: rgb(96 165 250 / 0.1);
    border-bottom-color: rgb(96 165 250 / 0.1);
  }

  .md\:border-y-blue-400\/100 {
    border-top-color: rgb(96 165 250 / 1);
    border-bottom-color: rgb(96 165 250 / 1);
  }

  .md\:border-y-blue-400\/15 {
    border-top-color: rgb(96 165 250 / 0.15);
    border-bottom-color: rgb(96 165 250 / 0.15);
  }

  .md\:border-y-blue-400\/20 {
    border-top-color: rgb(96 165 250 / 0.2);
    border-bottom-color: rgb(96 165 250 / 0.2);
  }

  .md\:border-y-blue-400\/25 {
    border-top-color: rgb(96 165 250 / 0.25);
    border-bottom-color: rgb(96 165 250 / 0.25);
  }

  .md\:border-y-blue-400\/30 {
    border-top-color: rgb(96 165 250 / 0.3);
    border-bottom-color: rgb(96 165 250 / 0.3);
  }

  .md\:border-y-blue-400\/35 {
    border-top-color: rgb(96 165 250 / 0.35);
    border-bottom-color: rgb(96 165 250 / 0.35);
  }

  .md\:border-y-blue-400\/40 {
    border-top-color: rgb(96 165 250 / 0.4);
    border-bottom-color: rgb(96 165 250 / 0.4);
  }

  .md\:border-y-blue-400\/45 {
    border-top-color: rgb(96 165 250 / 0.45);
    border-bottom-color: rgb(96 165 250 / 0.45);
  }

  .md\:border-y-blue-400\/5 {
    border-top-color: rgb(96 165 250 / 0.05);
    border-bottom-color: rgb(96 165 250 / 0.05);
  }

  .md\:border-y-blue-400\/50 {
    border-top-color: rgb(96 165 250 / 0.5);
    border-bottom-color: rgb(96 165 250 / 0.5);
  }

  .md\:border-y-blue-400\/55 {
    border-top-color: rgb(96 165 250 / 0.55);
    border-bottom-color: rgb(96 165 250 / 0.55);
  }

  .md\:border-y-blue-400\/60 {
    border-top-color: rgb(96 165 250 / 0.6);
    border-bottom-color: rgb(96 165 250 / 0.6);
  }

  .md\:border-y-blue-400\/65 {
    border-top-color: rgb(96 165 250 / 0.65);
    border-bottom-color: rgb(96 165 250 / 0.65);
  }

  .md\:border-y-blue-400\/70 {
    border-top-color: rgb(96 165 250 / 0.7);
    border-bottom-color: rgb(96 165 250 / 0.7);
  }

  .md\:border-y-blue-400\/75 {
    border-top-color: rgb(96 165 250 / 0.75);
    border-bottom-color: rgb(96 165 250 / 0.75);
  }

  .md\:border-y-blue-400\/80 {
    border-top-color: rgb(96 165 250 / 0.8);
    border-bottom-color: rgb(96 165 250 / 0.8);
  }

  .md\:border-y-blue-400\/85 {
    border-top-color: rgb(96 165 250 / 0.85);
    border-bottom-color: rgb(96 165 250 / 0.85);
  }

  .md\:border-y-blue-400\/90 {
    border-top-color: rgb(96 165 250 / 0.9);
    border-bottom-color: rgb(96 165 250 / 0.9);
  }

  .md\:border-y-blue-400\/95 {
    border-top-color: rgb(96 165 250 / 0.95);
    border-bottom-color: rgb(96 165 250 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-blue-50\/0 {
    border-top-color: rgb(239 246 255 / 0);
    border-bottom-color: rgb(239 246 255 / 0);
  }

  .md\:border-y-blue-50\/10 {
    border-top-color: rgb(239 246 255 / 0.1);
    border-bottom-color: rgb(239 246 255 / 0.1);
  }

  .md\:border-y-blue-50\/100 {
    border-top-color: rgb(239 246 255 / 1);
    border-bottom-color: rgb(239 246 255 / 1);
  }

  .md\:border-y-blue-50\/15 {
    border-top-color: rgb(239 246 255 / 0.15);
    border-bottom-color: rgb(239 246 255 / 0.15);
  }

  .md\:border-y-blue-50\/20 {
    border-top-color: rgb(239 246 255 / 0.2);
    border-bottom-color: rgb(239 246 255 / 0.2);
  }

  .md\:border-y-blue-50\/25 {
    border-top-color: rgb(239 246 255 / 0.25);
    border-bottom-color: rgb(239 246 255 / 0.25);
  }

  .md\:border-y-blue-50\/30 {
    border-top-color: rgb(239 246 255 / 0.3);
    border-bottom-color: rgb(239 246 255 / 0.3);
  }

  .md\:border-y-blue-50\/35 {
    border-top-color: rgb(239 246 255 / 0.35);
    border-bottom-color: rgb(239 246 255 / 0.35);
  }

  .md\:border-y-blue-50\/40 {
    border-top-color: rgb(239 246 255 / 0.4);
    border-bottom-color: rgb(239 246 255 / 0.4);
  }

  .md\:border-y-blue-50\/45 {
    border-top-color: rgb(239 246 255 / 0.45);
    border-bottom-color: rgb(239 246 255 / 0.45);
  }

  .md\:border-y-blue-50\/5 {
    border-top-color: rgb(239 246 255 / 0.05);
    border-bottom-color: rgb(239 246 255 / 0.05);
  }

  .md\:border-y-blue-50\/50 {
    border-top-color: rgb(239 246 255 / 0.5);
    border-bottom-color: rgb(239 246 255 / 0.5);
  }

  .md\:border-y-blue-50\/55 {
    border-top-color: rgb(239 246 255 / 0.55);
    border-bottom-color: rgb(239 246 255 / 0.55);
  }

  .md\:border-y-blue-50\/60 {
    border-top-color: rgb(239 246 255 / 0.6);
    border-bottom-color: rgb(239 246 255 / 0.6);
  }

  .md\:border-y-blue-50\/65 {
    border-top-color: rgb(239 246 255 / 0.65);
    border-bottom-color: rgb(239 246 255 / 0.65);
  }

  .md\:border-y-blue-50\/70 {
    border-top-color: rgb(239 246 255 / 0.7);
    border-bottom-color: rgb(239 246 255 / 0.7);
  }

  .md\:border-y-blue-50\/75 {
    border-top-color: rgb(239 246 255 / 0.75);
    border-bottom-color: rgb(239 246 255 / 0.75);
  }

  .md\:border-y-blue-50\/80 {
    border-top-color: rgb(239 246 255 / 0.8);
    border-bottom-color: rgb(239 246 255 / 0.8);
  }

  .md\:border-y-blue-50\/85 {
    border-top-color: rgb(239 246 255 / 0.85);
    border-bottom-color: rgb(239 246 255 / 0.85);
  }

  .md\:border-y-blue-50\/90 {
    border-top-color: rgb(239 246 255 / 0.9);
    border-bottom-color: rgb(239 246 255 / 0.9);
  }

  .md\:border-y-blue-50\/95 {
    border-top-color: rgb(239 246 255 / 0.95);
    border-bottom-color: rgb(239 246 255 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-blue-500\/0 {
    border-top-color: rgb(59 130 246 / 0);
    border-bottom-color: rgb(59 130 246 / 0);
  }

  .md\:border-y-blue-500\/10 {
    border-top-color: rgb(59 130 246 / 0.1);
    border-bottom-color: rgb(59 130 246 / 0.1);
  }

  .md\:border-y-blue-500\/100 {
    border-top-color: rgb(59 130 246 / 1);
    border-bottom-color: rgb(59 130 246 / 1);
  }

  .md\:border-y-blue-500\/15 {
    border-top-color: rgb(59 130 246 / 0.15);
    border-bottom-color: rgb(59 130 246 / 0.15);
  }

  .md\:border-y-blue-500\/20 {
    border-top-color: rgb(59 130 246 / 0.2);
    border-bottom-color: rgb(59 130 246 / 0.2);
  }

  .md\:border-y-blue-500\/25 {
    border-top-color: rgb(59 130 246 / 0.25);
    border-bottom-color: rgb(59 130 246 / 0.25);
  }

  .md\:border-y-blue-500\/30 {
    border-top-color: rgb(59 130 246 / 0.3);
    border-bottom-color: rgb(59 130 246 / 0.3);
  }

  .md\:border-y-blue-500\/35 {
    border-top-color: rgb(59 130 246 / 0.35);
    border-bottom-color: rgb(59 130 246 / 0.35);
  }

  .md\:border-y-blue-500\/40 {
    border-top-color: rgb(59 130 246 / 0.4);
    border-bottom-color: rgb(59 130 246 / 0.4);
  }

  .md\:border-y-blue-500\/45 {
    border-top-color: rgb(59 130 246 / 0.45);
    border-bottom-color: rgb(59 130 246 / 0.45);
  }

  .md\:border-y-blue-500\/5 {
    border-top-color: rgb(59 130 246 / 0.05);
    border-bottom-color: rgb(59 130 246 / 0.05);
  }

  .md\:border-y-blue-500\/50 {
    border-top-color: rgb(59 130 246 / 0.5);
    border-bottom-color: rgb(59 130 246 / 0.5);
  }

  .md\:border-y-blue-500\/55 {
    border-top-color: rgb(59 130 246 / 0.55);
    border-bottom-color: rgb(59 130 246 / 0.55);
  }

  .md\:border-y-blue-500\/60 {
    border-top-color: rgb(59 130 246 / 0.6);
    border-bottom-color: rgb(59 130 246 / 0.6);
  }

  .md\:border-y-blue-500\/65 {
    border-top-color: rgb(59 130 246 / 0.65);
    border-bottom-color: rgb(59 130 246 / 0.65);
  }

  .md\:border-y-blue-500\/70 {
    border-top-color: rgb(59 130 246 / 0.7);
    border-bottom-color: rgb(59 130 246 / 0.7);
  }

  .md\:border-y-blue-500\/75 {
    border-top-color: rgb(59 130 246 / 0.75);
    border-bottom-color: rgb(59 130 246 / 0.75);
  }

  .md\:border-y-blue-500\/80 {
    border-top-color: rgb(59 130 246 / 0.8);
    border-bottom-color: rgb(59 130 246 / 0.8);
  }

  .md\:border-y-blue-500\/85 {
    border-top-color: rgb(59 130 246 / 0.85);
    border-bottom-color: rgb(59 130 246 / 0.85);
  }

  .md\:border-y-blue-500\/90 {
    border-top-color: rgb(59 130 246 / 0.9);
    border-bottom-color: rgb(59 130 246 / 0.9);
  }

  .md\:border-y-blue-500\/95 {
    border-top-color: rgb(59 130 246 / 0.95);
    border-bottom-color: rgb(59 130 246 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-blue-600\/0 {
    border-top-color: rgb(37 99 235 / 0);
    border-bottom-color: rgb(37 99 235 / 0);
  }

  .md\:border-y-blue-600\/10 {
    border-top-color: rgb(37 99 235 / 0.1);
    border-bottom-color: rgb(37 99 235 / 0.1);
  }

  .md\:border-y-blue-600\/100 {
    border-top-color: rgb(37 99 235 / 1);
    border-bottom-color: rgb(37 99 235 / 1);
  }

  .md\:border-y-blue-600\/15 {
    border-top-color: rgb(37 99 235 / 0.15);
    border-bottom-color: rgb(37 99 235 / 0.15);
  }

  .md\:border-y-blue-600\/20 {
    border-top-color: rgb(37 99 235 / 0.2);
    border-bottom-color: rgb(37 99 235 / 0.2);
  }

  .md\:border-y-blue-600\/25 {
    border-top-color: rgb(37 99 235 / 0.25);
    border-bottom-color: rgb(37 99 235 / 0.25);
  }

  .md\:border-y-blue-600\/30 {
    border-top-color: rgb(37 99 235 / 0.3);
    border-bottom-color: rgb(37 99 235 / 0.3);
  }

  .md\:border-y-blue-600\/35 {
    border-top-color: rgb(37 99 235 / 0.35);
    border-bottom-color: rgb(37 99 235 / 0.35);
  }

  .md\:border-y-blue-600\/40 {
    border-top-color: rgb(37 99 235 / 0.4);
    border-bottom-color: rgb(37 99 235 / 0.4);
  }

  .md\:border-y-blue-600\/45 {
    border-top-color: rgb(37 99 235 / 0.45);
    border-bottom-color: rgb(37 99 235 / 0.45);
  }

  .md\:border-y-blue-600\/5 {
    border-top-color: rgb(37 99 235 / 0.05);
    border-bottom-color: rgb(37 99 235 / 0.05);
  }

  .md\:border-y-blue-600\/50 {
    border-top-color: rgb(37 99 235 / 0.5);
    border-bottom-color: rgb(37 99 235 / 0.5);
  }

  .md\:border-y-blue-600\/55 {
    border-top-color: rgb(37 99 235 / 0.55);
    border-bottom-color: rgb(37 99 235 / 0.55);
  }

  .md\:border-y-blue-600\/60 {
    border-top-color: rgb(37 99 235 / 0.6);
    border-bottom-color: rgb(37 99 235 / 0.6);
  }

  .md\:border-y-blue-600\/65 {
    border-top-color: rgb(37 99 235 / 0.65);
    border-bottom-color: rgb(37 99 235 / 0.65);
  }

  .md\:border-y-blue-600\/70 {
    border-top-color: rgb(37 99 235 / 0.7);
    border-bottom-color: rgb(37 99 235 / 0.7);
  }

  .md\:border-y-blue-600\/75 {
    border-top-color: rgb(37 99 235 / 0.75);
    border-bottom-color: rgb(37 99 235 / 0.75);
  }

  .md\:border-y-blue-600\/80 {
    border-top-color: rgb(37 99 235 / 0.8);
    border-bottom-color: rgb(37 99 235 / 0.8);
  }

  .md\:border-y-blue-600\/85 {
    border-top-color: rgb(37 99 235 / 0.85);
    border-bottom-color: rgb(37 99 235 / 0.85);
  }

  .md\:border-y-blue-600\/90 {
    border-top-color: rgb(37 99 235 / 0.9);
    border-bottom-color: rgb(37 99 235 / 0.9);
  }

  .md\:border-y-blue-600\/95 {
    border-top-color: rgb(37 99 235 / 0.95);
    border-bottom-color: rgb(37 99 235 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-blue-700\/0 {
    border-top-color: rgb(29 78 216 / 0);
    border-bottom-color: rgb(29 78 216 / 0);
  }

  .md\:border-y-blue-700\/10 {
    border-top-color: rgb(29 78 216 / 0.1);
    border-bottom-color: rgb(29 78 216 / 0.1);
  }

  .md\:border-y-blue-700\/100 {
    border-top-color: rgb(29 78 216 / 1);
    border-bottom-color: rgb(29 78 216 / 1);
  }

  .md\:border-y-blue-700\/15 {
    border-top-color: rgb(29 78 216 / 0.15);
    border-bottom-color: rgb(29 78 216 / 0.15);
  }

  .md\:border-y-blue-700\/20 {
    border-top-color: rgb(29 78 216 / 0.2);
    border-bottom-color: rgb(29 78 216 / 0.2);
  }

  .md\:border-y-blue-700\/25 {
    border-top-color: rgb(29 78 216 / 0.25);
    border-bottom-color: rgb(29 78 216 / 0.25);
  }

  .md\:border-y-blue-700\/30 {
    border-top-color: rgb(29 78 216 / 0.3);
    border-bottom-color: rgb(29 78 216 / 0.3);
  }

  .md\:border-y-blue-700\/35 {
    border-top-color: rgb(29 78 216 / 0.35);
    border-bottom-color: rgb(29 78 216 / 0.35);
  }

  .md\:border-y-blue-700\/40 {
    border-top-color: rgb(29 78 216 / 0.4);
    border-bottom-color: rgb(29 78 216 / 0.4);
  }

  .md\:border-y-blue-700\/45 {
    border-top-color: rgb(29 78 216 / 0.45);
    border-bottom-color: rgb(29 78 216 / 0.45);
  }

  .md\:border-y-blue-700\/5 {
    border-top-color: rgb(29 78 216 / 0.05);
    border-bottom-color: rgb(29 78 216 / 0.05);
  }

  .md\:border-y-blue-700\/50 {
    border-top-color: rgb(29 78 216 / 0.5);
    border-bottom-color: rgb(29 78 216 / 0.5);
  }

  .md\:border-y-blue-700\/55 {
    border-top-color: rgb(29 78 216 / 0.55);
    border-bottom-color: rgb(29 78 216 / 0.55);
  }

  .md\:border-y-blue-700\/60 {
    border-top-color: rgb(29 78 216 / 0.6);
    border-bottom-color: rgb(29 78 216 / 0.6);
  }

  .md\:border-y-blue-700\/65 {
    border-top-color: rgb(29 78 216 / 0.65);
    border-bottom-color: rgb(29 78 216 / 0.65);
  }

  .md\:border-y-blue-700\/70 {
    border-top-color: rgb(29 78 216 / 0.7);
    border-bottom-color: rgb(29 78 216 / 0.7);
  }

  .md\:border-y-blue-700\/75 {
    border-top-color: rgb(29 78 216 / 0.75);
    border-bottom-color: rgb(29 78 216 / 0.75);
  }

  .md\:border-y-blue-700\/80 {
    border-top-color: rgb(29 78 216 / 0.8);
    border-bottom-color: rgb(29 78 216 / 0.8);
  }

  .md\:border-y-blue-700\/85 {
    border-top-color: rgb(29 78 216 / 0.85);
    border-bottom-color: rgb(29 78 216 / 0.85);
  }

  .md\:border-y-blue-700\/90 {
    border-top-color: rgb(29 78 216 / 0.9);
    border-bottom-color: rgb(29 78 216 / 0.9);
  }

  .md\:border-y-blue-700\/95 {
    border-top-color: rgb(29 78 216 / 0.95);
    border-bottom-color: rgb(29 78 216 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-blue-800\/0 {
    border-top-color: rgb(30 64 175 / 0);
    border-bottom-color: rgb(30 64 175 / 0);
  }

  .md\:border-y-blue-800\/10 {
    border-top-color: rgb(30 64 175 / 0.1);
    border-bottom-color: rgb(30 64 175 / 0.1);
  }

  .md\:border-y-blue-800\/100 {
    border-top-color: rgb(30 64 175 / 1);
    border-bottom-color: rgb(30 64 175 / 1);
  }

  .md\:border-y-blue-800\/15 {
    border-top-color: rgb(30 64 175 / 0.15);
    border-bottom-color: rgb(30 64 175 / 0.15);
  }

  .md\:border-y-blue-800\/20 {
    border-top-color: rgb(30 64 175 / 0.2);
    border-bottom-color: rgb(30 64 175 / 0.2);
  }

  .md\:border-y-blue-800\/25 {
    border-top-color: rgb(30 64 175 / 0.25);
    border-bottom-color: rgb(30 64 175 / 0.25);
  }

  .md\:border-y-blue-800\/30 {
    border-top-color: rgb(30 64 175 / 0.3);
    border-bottom-color: rgb(30 64 175 / 0.3);
  }

  .md\:border-y-blue-800\/35 {
    border-top-color: rgb(30 64 175 / 0.35);
    border-bottom-color: rgb(30 64 175 / 0.35);
  }

  .md\:border-y-blue-800\/40 {
    border-top-color: rgb(30 64 175 / 0.4);
    border-bottom-color: rgb(30 64 175 / 0.4);
  }

  .md\:border-y-blue-800\/45 {
    border-top-color: rgb(30 64 175 / 0.45);
    border-bottom-color: rgb(30 64 175 / 0.45);
  }

  .md\:border-y-blue-800\/5 {
    border-top-color: rgb(30 64 175 / 0.05);
    border-bottom-color: rgb(30 64 175 / 0.05);
  }

  .md\:border-y-blue-800\/50 {
    border-top-color: rgb(30 64 175 / 0.5);
    border-bottom-color: rgb(30 64 175 / 0.5);
  }

  .md\:border-y-blue-800\/55 {
    border-top-color: rgb(30 64 175 / 0.55);
    border-bottom-color: rgb(30 64 175 / 0.55);
  }

  .md\:border-y-blue-800\/60 {
    border-top-color: rgb(30 64 175 / 0.6);
    border-bottom-color: rgb(30 64 175 / 0.6);
  }

  .md\:border-y-blue-800\/65 {
    border-top-color: rgb(30 64 175 / 0.65);
    border-bottom-color: rgb(30 64 175 / 0.65);
  }

  .md\:border-y-blue-800\/70 {
    border-top-color: rgb(30 64 175 / 0.7);
    border-bottom-color: rgb(30 64 175 / 0.7);
  }

  .md\:border-y-blue-800\/75 {
    border-top-color: rgb(30 64 175 / 0.75);
    border-bottom-color: rgb(30 64 175 / 0.75);
  }

  .md\:border-y-blue-800\/80 {
    border-top-color: rgb(30 64 175 / 0.8);
    border-bottom-color: rgb(30 64 175 / 0.8);
  }

  .md\:border-y-blue-800\/85 {
    border-top-color: rgb(30 64 175 / 0.85);
    border-bottom-color: rgb(30 64 175 / 0.85);
  }

  .md\:border-y-blue-800\/90 {
    border-top-color: rgb(30 64 175 / 0.9);
    border-bottom-color: rgb(30 64 175 / 0.9);
  }

  .md\:border-y-blue-800\/95 {
    border-top-color: rgb(30 64 175 / 0.95);
    border-bottom-color: rgb(30 64 175 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-blue-900\/0 {
    border-top-color: rgb(30 58 138 / 0);
    border-bottom-color: rgb(30 58 138 / 0);
  }

  .md\:border-y-blue-900\/10 {
    border-top-color: rgb(30 58 138 / 0.1);
    border-bottom-color: rgb(30 58 138 / 0.1);
  }

  .md\:border-y-blue-900\/100 {
    border-top-color: rgb(30 58 138 / 1);
    border-bottom-color: rgb(30 58 138 / 1);
  }

  .md\:border-y-blue-900\/15 {
    border-top-color: rgb(30 58 138 / 0.15);
    border-bottom-color: rgb(30 58 138 / 0.15);
  }

  .md\:border-y-blue-900\/20 {
    border-top-color: rgb(30 58 138 / 0.2);
    border-bottom-color: rgb(30 58 138 / 0.2);
  }

  .md\:border-y-blue-900\/25 {
    border-top-color: rgb(30 58 138 / 0.25);
    border-bottom-color: rgb(30 58 138 / 0.25);
  }

  .md\:border-y-blue-900\/30 {
    border-top-color: rgb(30 58 138 / 0.3);
    border-bottom-color: rgb(30 58 138 / 0.3);
  }

  .md\:border-y-blue-900\/35 {
    border-top-color: rgb(30 58 138 / 0.35);
    border-bottom-color: rgb(30 58 138 / 0.35);
  }

  .md\:border-y-blue-900\/40 {
    border-top-color: rgb(30 58 138 / 0.4);
    border-bottom-color: rgb(30 58 138 / 0.4);
  }

  .md\:border-y-blue-900\/45 {
    border-top-color: rgb(30 58 138 / 0.45);
    border-bottom-color: rgb(30 58 138 / 0.45);
  }

  .md\:border-y-blue-900\/5 {
    border-top-color: rgb(30 58 138 / 0.05);
    border-bottom-color: rgb(30 58 138 / 0.05);
  }

  .md\:border-y-blue-900\/50 {
    border-top-color: rgb(30 58 138 / 0.5);
    border-bottom-color: rgb(30 58 138 / 0.5);
  }

  .md\:border-y-blue-900\/55 {
    border-top-color: rgb(30 58 138 / 0.55);
    border-bottom-color: rgb(30 58 138 / 0.55);
  }

  .md\:border-y-blue-900\/60 {
    border-top-color: rgb(30 58 138 / 0.6);
    border-bottom-color: rgb(30 58 138 / 0.6);
  }

  .md\:border-y-blue-900\/65 {
    border-top-color: rgb(30 58 138 / 0.65);
    border-bottom-color: rgb(30 58 138 / 0.65);
  }

  .md\:border-y-blue-900\/70 {
    border-top-color: rgb(30 58 138 / 0.7);
    border-bottom-color: rgb(30 58 138 / 0.7);
  }

  .md\:border-y-blue-900\/75 {
    border-top-color: rgb(30 58 138 / 0.75);
    border-bottom-color: rgb(30 58 138 / 0.75);
  }

  .md\:border-y-blue-900\/80 {
    border-top-color: rgb(30 58 138 / 0.8);
    border-bottom-color: rgb(30 58 138 / 0.8);
  }

  .md\:border-y-blue-900\/85 {
    border-top-color: rgb(30 58 138 / 0.85);
    border-bottom-color: rgb(30 58 138 / 0.85);
  }

  .md\:border-y-blue-900\/90 {
    border-top-color: rgb(30 58 138 / 0.9);
    border-bottom-color: rgb(30 58 138 / 0.9);
  }

  .md\:border-y-blue-900\/95 {
    border-top-color: rgb(30 58 138 / 0.95);
    border-bottom-color: rgb(30 58 138 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-blue-950\/0 {
    border-top-color: rgb(23 37 84 / 0);
    border-bottom-color: rgb(23 37 84 / 0);
  }

  .md\:border-y-blue-950\/10 {
    border-top-color: rgb(23 37 84 / 0.1);
    border-bottom-color: rgb(23 37 84 / 0.1);
  }

  .md\:border-y-blue-950\/100 {
    border-top-color: rgb(23 37 84 / 1);
    border-bottom-color: rgb(23 37 84 / 1);
  }

  .md\:border-y-blue-950\/15 {
    border-top-color: rgb(23 37 84 / 0.15);
    border-bottom-color: rgb(23 37 84 / 0.15);
  }

  .md\:border-y-blue-950\/20 {
    border-top-color: rgb(23 37 84 / 0.2);
    border-bottom-color: rgb(23 37 84 / 0.2);
  }

  .md\:border-y-blue-950\/25 {
    border-top-color: rgb(23 37 84 / 0.25);
    border-bottom-color: rgb(23 37 84 / 0.25);
  }

  .md\:border-y-blue-950\/30 {
    border-top-color: rgb(23 37 84 / 0.3);
    border-bottom-color: rgb(23 37 84 / 0.3);
  }

  .md\:border-y-blue-950\/35 {
    border-top-color: rgb(23 37 84 / 0.35);
    border-bottom-color: rgb(23 37 84 / 0.35);
  }

  .md\:border-y-blue-950\/40 {
    border-top-color: rgb(23 37 84 / 0.4);
    border-bottom-color: rgb(23 37 84 / 0.4);
  }

  .md\:border-y-blue-950\/45 {
    border-top-color: rgb(23 37 84 / 0.45);
    border-bottom-color: rgb(23 37 84 / 0.45);
  }

  .md\:border-y-blue-950\/5 {
    border-top-color: rgb(23 37 84 / 0.05);
    border-bottom-color: rgb(23 37 84 / 0.05);
  }

  .md\:border-y-blue-950\/50 {
    border-top-color: rgb(23 37 84 / 0.5);
    border-bottom-color: rgb(23 37 84 / 0.5);
  }

  .md\:border-y-blue-950\/55 {
    border-top-color: rgb(23 37 84 / 0.55);
    border-bottom-color: rgb(23 37 84 / 0.55);
  }

  .md\:border-y-blue-950\/60 {
    border-top-color: rgb(23 37 84 / 0.6);
    border-bottom-color: rgb(23 37 84 / 0.6);
  }

  .md\:border-y-blue-950\/65 {
    border-top-color: rgb(23 37 84 / 0.65);
    border-bottom-color: rgb(23 37 84 / 0.65);
  }

  .md\:border-y-blue-950\/70 {
    border-top-color: rgb(23 37 84 / 0.7);
    border-bottom-color: rgb(23 37 84 / 0.7);
  }

  .md\:border-y-blue-950\/75 {
    border-top-color: rgb(23 37 84 / 0.75);
    border-bottom-color: rgb(23 37 84 / 0.75);
  }

  .md\:border-y-blue-950\/80 {
    border-top-color: rgb(23 37 84 / 0.8);
    border-bottom-color: rgb(23 37 84 / 0.8);
  }

  .md\:border-y-blue-950\/85 {
    border-top-color: rgb(23 37 84 / 0.85);
    border-bottom-color: rgb(23 37 84 / 0.85);
  }

  .md\:border-y-blue-950\/90 {
    border-top-color: rgb(23 37 84 / 0.9);
    border-bottom-color: rgb(23 37 84 / 0.9);
  }

  .md\:border-y-blue-950\/95 {
    border-top-color: rgb(23 37 84 / 0.95);
    border-bottom-color: rgb(23 37 84 / 0.95);
  }

  .md\:border-y-current {
    border-top-color: currentColor;
    border-bottom-color: currentColor;
  }

  .md\: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));
  }

  .md\:border-y-cyan-100\/0 {
    border-top-color: rgb(207 250 254 / 0);
    border-bottom-color: rgb(207 250 254 / 0);
  }

  .md\:border-y-cyan-100\/10 {
    border-top-color: rgb(207 250 254 / 0.1);
    border-bottom-color: rgb(207 250 254 / 0.1);
  }

  .md\:border-y-cyan-100\/100 {
    border-top-color: rgb(207 250 254 / 1);
    border-bottom-color: rgb(207 250 254 / 1);
  }

  .md\:border-y-cyan-100\/15 {
    border-top-color: rgb(207 250 254 / 0.15);
    border-bottom-color: rgb(207 250 254 / 0.15);
  }

  .md\:border-y-cyan-100\/20 {
    border-top-color: rgb(207 250 254 / 0.2);
    border-bottom-color: rgb(207 250 254 / 0.2);
  }

  .md\:border-y-cyan-100\/25 {
    border-top-color: rgb(207 250 254 / 0.25);
    border-bottom-color: rgb(207 250 254 / 0.25);
  }

  .md\:border-y-cyan-100\/30 {
    border-top-color: rgb(207 250 254 / 0.3);
    border-bottom-color: rgb(207 250 254 / 0.3);
  }

  .md\:border-y-cyan-100\/35 {
    border-top-color: rgb(207 250 254 / 0.35);
    border-bottom-color: rgb(207 250 254 / 0.35);
  }

  .md\:border-y-cyan-100\/40 {
    border-top-color: rgb(207 250 254 / 0.4);
    border-bottom-color: rgb(207 250 254 / 0.4);
  }

  .md\:border-y-cyan-100\/45 {
    border-top-color: rgb(207 250 254 / 0.45);
    border-bottom-color: rgb(207 250 254 / 0.45);
  }

  .md\:border-y-cyan-100\/5 {
    border-top-color: rgb(207 250 254 / 0.05);
    border-bottom-color: rgb(207 250 254 / 0.05);
  }

  .md\:border-y-cyan-100\/50 {
    border-top-color: rgb(207 250 254 / 0.5);
    border-bottom-color: rgb(207 250 254 / 0.5);
  }

  .md\:border-y-cyan-100\/55 {
    border-top-color: rgb(207 250 254 / 0.55);
    border-bottom-color: rgb(207 250 254 / 0.55);
  }

  .md\:border-y-cyan-100\/60 {
    border-top-color: rgb(207 250 254 / 0.6);
    border-bottom-color: rgb(207 250 254 / 0.6);
  }

  .md\:border-y-cyan-100\/65 {
    border-top-color: rgb(207 250 254 / 0.65);
    border-bottom-color: rgb(207 250 254 / 0.65);
  }

  .md\:border-y-cyan-100\/70 {
    border-top-color: rgb(207 250 254 / 0.7);
    border-bottom-color: rgb(207 250 254 / 0.7);
  }

  .md\:border-y-cyan-100\/75 {
    border-top-color: rgb(207 250 254 / 0.75);
    border-bottom-color: rgb(207 250 254 / 0.75);
  }

  .md\:border-y-cyan-100\/80 {
    border-top-color: rgb(207 250 254 / 0.8);
    border-bottom-color: rgb(207 250 254 / 0.8);
  }

  .md\:border-y-cyan-100\/85 {
    border-top-color: rgb(207 250 254 / 0.85);
    border-bottom-color: rgb(207 250 254 / 0.85);
  }

  .md\:border-y-cyan-100\/90 {
    border-top-color: rgb(207 250 254 / 0.9);
    border-bottom-color: rgb(207 250 254 / 0.9);
  }

  .md\:border-y-cyan-100\/95 {
    border-top-color: rgb(207 250 254 / 0.95);
    border-bottom-color: rgb(207 250 254 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-cyan-200\/0 {
    border-top-color: rgb(165 243 252 / 0);
    border-bottom-color: rgb(165 243 252 / 0);
  }

  .md\:border-y-cyan-200\/10 {
    border-top-color: rgb(165 243 252 / 0.1);
    border-bottom-color: rgb(165 243 252 / 0.1);
  }

  .md\:border-y-cyan-200\/100 {
    border-top-color: rgb(165 243 252 / 1);
    border-bottom-color: rgb(165 243 252 / 1);
  }

  .md\:border-y-cyan-200\/15 {
    border-top-color: rgb(165 243 252 / 0.15);
    border-bottom-color: rgb(165 243 252 / 0.15);
  }

  .md\:border-y-cyan-200\/20 {
    border-top-color: rgb(165 243 252 / 0.2);
    border-bottom-color: rgb(165 243 252 / 0.2);
  }

  .md\:border-y-cyan-200\/25 {
    border-top-color: rgb(165 243 252 / 0.25);
    border-bottom-color: rgb(165 243 252 / 0.25);
  }

  .md\:border-y-cyan-200\/30 {
    border-top-color: rgb(165 243 252 / 0.3);
    border-bottom-color: rgb(165 243 252 / 0.3);
  }

  .md\:border-y-cyan-200\/35 {
    border-top-color: rgb(165 243 252 / 0.35);
    border-bottom-color: rgb(165 243 252 / 0.35);
  }

  .md\:border-y-cyan-200\/40 {
    border-top-color: rgb(165 243 252 / 0.4);
    border-bottom-color: rgb(165 243 252 / 0.4);
  }

  .md\:border-y-cyan-200\/45 {
    border-top-color: rgb(165 243 252 / 0.45);
    border-bottom-color: rgb(165 243 252 / 0.45);
  }

  .md\:border-y-cyan-200\/5 {
    border-top-color: rgb(165 243 252 / 0.05);
    border-bottom-color: rgb(165 243 252 / 0.05);
  }

  .md\:border-y-cyan-200\/50 {
    border-top-color: rgb(165 243 252 / 0.5);
    border-bottom-color: rgb(165 243 252 / 0.5);
  }

  .md\:border-y-cyan-200\/55 {
    border-top-color: rgb(165 243 252 / 0.55);
    border-bottom-color: rgb(165 243 252 / 0.55);
  }

  .md\:border-y-cyan-200\/60 {
    border-top-color: rgb(165 243 252 / 0.6);
    border-bottom-color: rgb(165 243 252 / 0.6);
  }

  .md\:border-y-cyan-200\/65 {
    border-top-color: rgb(165 243 252 / 0.65);
    border-bottom-color: rgb(165 243 252 / 0.65);
  }

  .md\:border-y-cyan-200\/70 {
    border-top-color: rgb(165 243 252 / 0.7);
    border-bottom-color: rgb(165 243 252 / 0.7);
  }

  .md\:border-y-cyan-200\/75 {
    border-top-color: rgb(165 243 252 / 0.75);
    border-bottom-color: rgb(165 243 252 / 0.75);
  }

  .md\:border-y-cyan-200\/80 {
    border-top-color: rgb(165 243 252 / 0.8);
    border-bottom-color: rgb(165 243 252 / 0.8);
  }

  .md\:border-y-cyan-200\/85 {
    border-top-color: rgb(165 243 252 / 0.85);
    border-bottom-color: rgb(165 243 252 / 0.85);
  }

  .md\:border-y-cyan-200\/90 {
    border-top-color: rgb(165 243 252 / 0.9);
    border-bottom-color: rgb(165 243 252 / 0.9);
  }

  .md\:border-y-cyan-200\/95 {
    border-top-color: rgb(165 243 252 / 0.95);
    border-bottom-color: rgb(165 243 252 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-cyan-300\/0 {
    border-top-color: rgb(103 232 249 / 0);
    border-bottom-color: rgb(103 232 249 / 0);
  }

  .md\:border-y-cyan-300\/10 {
    border-top-color: rgb(103 232 249 / 0.1);
    border-bottom-color: rgb(103 232 249 / 0.1);
  }

  .md\:border-y-cyan-300\/100 {
    border-top-color: rgb(103 232 249 / 1);
    border-bottom-color: rgb(103 232 249 / 1);
  }

  .md\:border-y-cyan-300\/15 {
    border-top-color: rgb(103 232 249 / 0.15);
    border-bottom-color: rgb(103 232 249 / 0.15);
  }

  .md\:border-y-cyan-300\/20 {
    border-top-color: rgb(103 232 249 / 0.2);
    border-bottom-color: rgb(103 232 249 / 0.2);
  }

  .md\:border-y-cyan-300\/25 {
    border-top-color: rgb(103 232 249 / 0.25);
    border-bottom-color: rgb(103 232 249 / 0.25);
  }

  .md\:border-y-cyan-300\/30 {
    border-top-color: rgb(103 232 249 / 0.3);
    border-bottom-color: rgb(103 232 249 / 0.3);
  }

  .md\:border-y-cyan-300\/35 {
    border-top-color: rgb(103 232 249 / 0.35);
    border-bottom-color: rgb(103 232 249 / 0.35);
  }

  .md\:border-y-cyan-300\/40 {
    border-top-color: rgb(103 232 249 / 0.4);
    border-bottom-color: rgb(103 232 249 / 0.4);
  }

  .md\:border-y-cyan-300\/45 {
    border-top-color: rgb(103 232 249 / 0.45);
    border-bottom-color: rgb(103 232 249 / 0.45);
  }

  .md\:border-y-cyan-300\/5 {
    border-top-color: rgb(103 232 249 / 0.05);
    border-bottom-color: rgb(103 232 249 / 0.05);
  }

  .md\:border-y-cyan-300\/50 {
    border-top-color: rgb(103 232 249 / 0.5);
    border-bottom-color: rgb(103 232 249 / 0.5);
  }

  .md\:border-y-cyan-300\/55 {
    border-top-color: rgb(103 232 249 / 0.55);
    border-bottom-color: rgb(103 232 249 / 0.55);
  }

  .md\:border-y-cyan-300\/60 {
    border-top-color: rgb(103 232 249 / 0.6);
    border-bottom-color: rgb(103 232 249 / 0.6);
  }

  .md\:border-y-cyan-300\/65 {
    border-top-color: rgb(103 232 249 / 0.65);
    border-bottom-color: rgb(103 232 249 / 0.65);
  }

  .md\:border-y-cyan-300\/70 {
    border-top-color: rgb(103 232 249 / 0.7);
    border-bottom-color: rgb(103 232 249 / 0.7);
  }

  .md\:border-y-cyan-300\/75 {
    border-top-color: rgb(103 232 249 / 0.75);
    border-bottom-color: rgb(103 232 249 / 0.75);
  }

  .md\:border-y-cyan-300\/80 {
    border-top-color: rgb(103 232 249 / 0.8);
    border-bottom-color: rgb(103 232 249 / 0.8);
  }

  .md\:border-y-cyan-300\/85 {
    border-top-color: rgb(103 232 249 / 0.85);
    border-bottom-color: rgb(103 232 249 / 0.85);
  }

  .md\:border-y-cyan-300\/90 {
    border-top-color: rgb(103 232 249 / 0.9);
    border-bottom-color: rgb(103 232 249 / 0.9);
  }

  .md\:border-y-cyan-300\/95 {
    border-top-color: rgb(103 232 249 / 0.95);
    border-bottom-color: rgb(103 232 249 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-cyan-400\/0 {
    border-top-color: rgb(34 211 238 / 0);
    border-bottom-color: rgb(34 211 238 / 0);
  }

  .md\:border-y-cyan-400\/10 {
    border-top-color: rgb(34 211 238 / 0.1);
    border-bottom-color: rgb(34 211 238 / 0.1);
  }

  .md\:border-y-cyan-400\/100 {
    border-top-color: rgb(34 211 238 / 1);
    border-bottom-color: rgb(34 211 238 / 1);
  }

  .md\:border-y-cyan-400\/15 {
    border-top-color: rgb(34 211 238 / 0.15);
    border-bottom-color: rgb(34 211 238 / 0.15);
  }

  .md\:border-y-cyan-400\/20 {
    border-top-color: rgb(34 211 238 / 0.2);
    border-bottom-color: rgb(34 211 238 / 0.2);
  }

  .md\:border-y-cyan-400\/25 {
    border-top-color: rgb(34 211 238 / 0.25);
    border-bottom-color: rgb(34 211 238 / 0.25);
  }

  .md\:border-y-cyan-400\/30 {
    border-top-color: rgb(34 211 238 / 0.3);
    border-bottom-color: rgb(34 211 238 / 0.3);
  }

  .md\:border-y-cyan-400\/35 {
    border-top-color: rgb(34 211 238 / 0.35);
    border-bottom-color: rgb(34 211 238 / 0.35);
  }

  .md\:border-y-cyan-400\/40 {
    border-top-color: rgb(34 211 238 / 0.4);
    border-bottom-color: rgb(34 211 238 / 0.4);
  }

  .md\:border-y-cyan-400\/45 {
    border-top-color: rgb(34 211 238 / 0.45);
    border-bottom-color: rgb(34 211 238 / 0.45);
  }

  .md\:border-y-cyan-400\/5 {
    border-top-color: rgb(34 211 238 / 0.05);
    border-bottom-color: rgb(34 211 238 / 0.05);
  }

  .md\:border-y-cyan-400\/50 {
    border-top-color: rgb(34 211 238 / 0.5);
    border-bottom-color: rgb(34 211 238 / 0.5);
  }

  .md\:border-y-cyan-400\/55 {
    border-top-color: rgb(34 211 238 / 0.55);
    border-bottom-color: rgb(34 211 238 / 0.55);
  }

  .md\:border-y-cyan-400\/60 {
    border-top-color: rgb(34 211 238 / 0.6);
    border-bottom-color: rgb(34 211 238 / 0.6);
  }

  .md\:border-y-cyan-400\/65 {
    border-top-color: rgb(34 211 238 / 0.65);
    border-bottom-color: rgb(34 211 238 / 0.65);
  }

  .md\:border-y-cyan-400\/70 {
    border-top-color: rgb(34 211 238 / 0.7);
    border-bottom-color: rgb(34 211 238 / 0.7);
  }

  .md\:border-y-cyan-400\/75 {
    border-top-color: rgb(34 211 238 / 0.75);
    border-bottom-color: rgb(34 211 238 / 0.75);
  }

  .md\:border-y-cyan-400\/80 {
    border-top-color: rgb(34 211 238 / 0.8);
    border-bottom-color: rgb(34 211 238 / 0.8);
  }

  .md\:border-y-cyan-400\/85 {
    border-top-color: rgb(34 211 238 / 0.85);
    border-bottom-color: rgb(34 211 238 / 0.85);
  }

  .md\:border-y-cyan-400\/90 {
    border-top-color: rgb(34 211 238 / 0.9);
    border-bottom-color: rgb(34 211 238 / 0.9);
  }

  .md\:border-y-cyan-400\/95 {
    border-top-color: rgb(34 211 238 / 0.95);
    border-bottom-color: rgb(34 211 238 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-cyan-50\/0 {
    border-top-color: rgb(236 254 255 / 0);
    border-bottom-color: rgb(236 254 255 / 0);
  }

  .md\:border-y-cyan-50\/10 {
    border-top-color: rgb(236 254 255 / 0.1);
    border-bottom-color: rgb(236 254 255 / 0.1);
  }

  .md\:border-y-cyan-50\/100 {
    border-top-color: rgb(236 254 255 / 1);
    border-bottom-color: rgb(236 254 255 / 1);
  }

  .md\:border-y-cyan-50\/15 {
    border-top-color: rgb(236 254 255 / 0.15);
    border-bottom-color: rgb(236 254 255 / 0.15);
  }

  .md\:border-y-cyan-50\/20 {
    border-top-color: rgb(236 254 255 / 0.2);
    border-bottom-color: rgb(236 254 255 / 0.2);
  }

  .md\:border-y-cyan-50\/25 {
    border-top-color: rgb(236 254 255 / 0.25);
    border-bottom-color: rgb(236 254 255 / 0.25);
  }

  .md\:border-y-cyan-50\/30 {
    border-top-color: rgb(236 254 255 / 0.3);
    border-bottom-color: rgb(236 254 255 / 0.3);
  }

  .md\:border-y-cyan-50\/35 {
    border-top-color: rgb(236 254 255 / 0.35);
    border-bottom-color: rgb(236 254 255 / 0.35);
  }

  .md\:border-y-cyan-50\/40 {
    border-top-color: rgb(236 254 255 / 0.4);
    border-bottom-color: rgb(236 254 255 / 0.4);
  }

  .md\:border-y-cyan-50\/45 {
    border-top-color: rgb(236 254 255 / 0.45);
    border-bottom-color: rgb(236 254 255 / 0.45);
  }

  .md\:border-y-cyan-50\/5 {
    border-top-color: rgb(236 254 255 / 0.05);
    border-bottom-color: rgb(236 254 255 / 0.05);
  }

  .md\:border-y-cyan-50\/50 {
    border-top-color: rgb(236 254 255 / 0.5);
    border-bottom-color: rgb(236 254 255 / 0.5);
  }

  .md\:border-y-cyan-50\/55 {
    border-top-color: rgb(236 254 255 / 0.55);
    border-bottom-color: rgb(236 254 255 / 0.55);
  }

  .md\:border-y-cyan-50\/60 {
    border-top-color: rgb(236 254 255 / 0.6);
    border-bottom-color: rgb(236 254 255 / 0.6);
  }

  .md\:border-y-cyan-50\/65 {
    border-top-color: rgb(236 254 255 / 0.65);
    border-bottom-color: rgb(236 254 255 / 0.65);
  }

  .md\:border-y-cyan-50\/70 {
    border-top-color: rgb(236 254 255 / 0.7);
    border-bottom-color: rgb(236 254 255 / 0.7);
  }

  .md\:border-y-cyan-50\/75 {
    border-top-color: rgb(236 254 255 / 0.75);
    border-bottom-color: rgb(236 254 255 / 0.75);
  }

  .md\:border-y-cyan-50\/80 {
    border-top-color: rgb(236 254 255 / 0.8);
    border-bottom-color: rgb(236 254 255 / 0.8);
  }

  .md\:border-y-cyan-50\/85 {
    border-top-color: rgb(236 254 255 / 0.85);
    border-bottom-color: rgb(236 254 255 / 0.85);
  }

  .md\:border-y-cyan-50\/90 {
    border-top-color: rgb(236 254 255 / 0.9);
    border-bottom-color: rgb(236 254 255 / 0.9);
  }

  .md\:border-y-cyan-50\/95 {
    border-top-color: rgb(236 254 255 / 0.95);
    border-bottom-color: rgb(236 254 255 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-cyan-500\/0 {
    border-top-color: rgb(6 182 212 / 0);
    border-bottom-color: rgb(6 182 212 / 0);
  }

  .md\:border-y-cyan-500\/10 {
    border-top-color: rgb(6 182 212 / 0.1);
    border-bottom-color: rgb(6 182 212 / 0.1);
  }

  .md\:border-y-cyan-500\/100 {
    border-top-color: rgb(6 182 212 / 1);
    border-bottom-color: rgb(6 182 212 / 1);
  }

  .md\:border-y-cyan-500\/15 {
    border-top-color: rgb(6 182 212 / 0.15);
    border-bottom-color: rgb(6 182 212 / 0.15);
  }

  .md\:border-y-cyan-500\/20 {
    border-top-color: rgb(6 182 212 / 0.2);
    border-bottom-color: rgb(6 182 212 / 0.2);
  }

  .md\:border-y-cyan-500\/25 {
    border-top-color: rgb(6 182 212 / 0.25);
    border-bottom-color: rgb(6 182 212 / 0.25);
  }

  .md\:border-y-cyan-500\/30 {
    border-top-color: rgb(6 182 212 / 0.3);
    border-bottom-color: rgb(6 182 212 / 0.3);
  }

  .md\:border-y-cyan-500\/35 {
    border-top-color: rgb(6 182 212 / 0.35);
    border-bottom-color: rgb(6 182 212 / 0.35);
  }

  .md\:border-y-cyan-500\/40 {
    border-top-color: rgb(6 182 212 / 0.4);
    border-bottom-color: rgb(6 182 212 / 0.4);
  }

  .md\:border-y-cyan-500\/45 {
    border-top-color: rgb(6 182 212 / 0.45);
    border-bottom-color: rgb(6 182 212 / 0.45);
  }

  .md\:border-y-cyan-500\/5 {
    border-top-color: rgb(6 182 212 / 0.05);
    border-bottom-color: rgb(6 182 212 / 0.05);
  }

  .md\:border-y-cyan-500\/50 {
    border-top-color: rgb(6 182 212 / 0.5);
    border-bottom-color: rgb(6 182 212 / 0.5);
  }

  .md\:border-y-cyan-500\/55 {
    border-top-color: rgb(6 182 212 / 0.55);
    border-bottom-color: rgb(6 182 212 / 0.55);
  }

  .md\:border-y-cyan-500\/60 {
    border-top-color: rgb(6 182 212 / 0.6);
    border-bottom-color: rgb(6 182 212 / 0.6);
  }

  .md\:border-y-cyan-500\/65 {
    border-top-color: rgb(6 182 212 / 0.65);
    border-bottom-color: rgb(6 182 212 / 0.65);
  }

  .md\:border-y-cyan-500\/70 {
    border-top-color: rgb(6 182 212 / 0.7);
    border-bottom-color: rgb(6 182 212 / 0.7);
  }

  .md\:border-y-cyan-500\/75 {
    border-top-color: rgb(6 182 212 / 0.75);
    border-bottom-color: rgb(6 182 212 / 0.75);
  }

  .md\:border-y-cyan-500\/80 {
    border-top-color: rgb(6 182 212 / 0.8);
    border-bottom-color: rgb(6 182 212 / 0.8);
  }

  .md\:border-y-cyan-500\/85 {
    border-top-color: rgb(6 182 212 / 0.85);
    border-bottom-color: rgb(6 182 212 / 0.85);
  }

  .md\:border-y-cyan-500\/90 {
    border-top-color: rgb(6 182 212 / 0.9);
    border-bottom-color: rgb(6 182 212 / 0.9);
  }

  .md\:border-y-cyan-500\/95 {
    border-top-color: rgb(6 182 212 / 0.95);
    border-bottom-color: rgb(6 182 212 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-cyan-600\/0 {
    border-top-color: rgb(8 145 178 / 0);
    border-bottom-color: rgb(8 145 178 / 0);
  }

  .md\:border-y-cyan-600\/10 {
    border-top-color: rgb(8 145 178 / 0.1);
    border-bottom-color: rgb(8 145 178 / 0.1);
  }

  .md\:border-y-cyan-600\/100 {
    border-top-color: rgb(8 145 178 / 1);
    border-bottom-color: rgb(8 145 178 / 1);
  }

  .md\:border-y-cyan-600\/15 {
    border-top-color: rgb(8 145 178 / 0.15);
    border-bottom-color: rgb(8 145 178 / 0.15);
  }

  .md\:border-y-cyan-600\/20 {
    border-top-color: rgb(8 145 178 / 0.2);
    border-bottom-color: rgb(8 145 178 / 0.2);
  }

  .md\:border-y-cyan-600\/25 {
    border-top-color: rgb(8 145 178 / 0.25);
    border-bottom-color: rgb(8 145 178 / 0.25);
  }

  .md\:border-y-cyan-600\/30 {
    border-top-color: rgb(8 145 178 / 0.3);
    border-bottom-color: rgb(8 145 178 / 0.3);
  }

  .md\:border-y-cyan-600\/35 {
    border-top-color: rgb(8 145 178 / 0.35);
    border-bottom-color: rgb(8 145 178 / 0.35);
  }

  .md\:border-y-cyan-600\/40 {
    border-top-color: rgb(8 145 178 / 0.4);
    border-bottom-color: rgb(8 145 178 / 0.4);
  }

  .md\:border-y-cyan-600\/45 {
    border-top-color: rgb(8 145 178 / 0.45);
    border-bottom-color: rgb(8 145 178 / 0.45);
  }

  .md\:border-y-cyan-600\/5 {
    border-top-color: rgb(8 145 178 / 0.05);
    border-bottom-color: rgb(8 145 178 / 0.05);
  }

  .md\:border-y-cyan-600\/50 {
    border-top-color: rgb(8 145 178 / 0.5);
    border-bottom-color: rgb(8 145 178 / 0.5);
  }

  .md\:border-y-cyan-600\/55 {
    border-top-color: rgb(8 145 178 / 0.55);
    border-bottom-color: rgb(8 145 178 / 0.55);
  }

  .md\:border-y-cyan-600\/60 {
    border-top-color: rgb(8 145 178 / 0.6);
    border-bottom-color: rgb(8 145 178 / 0.6);
  }

  .md\:border-y-cyan-600\/65 {
    border-top-color: rgb(8 145 178 / 0.65);
    border-bottom-color: rgb(8 145 178 / 0.65);
  }

  .md\:border-y-cyan-600\/70 {
    border-top-color: rgb(8 145 178 / 0.7);
    border-bottom-color: rgb(8 145 178 / 0.7);
  }

  .md\:border-y-cyan-600\/75 {
    border-top-color: rgb(8 145 178 / 0.75);
    border-bottom-color: rgb(8 145 178 / 0.75);
  }

  .md\:border-y-cyan-600\/80 {
    border-top-color: rgb(8 145 178 / 0.8);
    border-bottom-color: rgb(8 145 178 / 0.8);
  }

  .md\:border-y-cyan-600\/85 {
    border-top-color: rgb(8 145 178 / 0.85);
    border-bottom-color: rgb(8 145 178 / 0.85);
  }

  .md\:border-y-cyan-600\/90 {
    border-top-color: rgb(8 145 178 / 0.9);
    border-bottom-color: rgb(8 145 178 / 0.9);
  }

  .md\:border-y-cyan-600\/95 {
    border-top-color: rgb(8 145 178 / 0.95);
    border-bottom-color: rgb(8 145 178 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-cyan-700\/0 {
    border-top-color: rgb(14 116 144 / 0);
    border-bottom-color: rgb(14 116 144 / 0);
  }

  .md\:border-y-cyan-700\/10 {
    border-top-color: rgb(14 116 144 / 0.1);
    border-bottom-color: rgb(14 116 144 / 0.1);
  }

  .md\:border-y-cyan-700\/100 {
    border-top-color: rgb(14 116 144 / 1);
    border-bottom-color: rgb(14 116 144 / 1);
  }

  .md\:border-y-cyan-700\/15 {
    border-top-color: rgb(14 116 144 / 0.15);
    border-bottom-color: rgb(14 116 144 / 0.15);
  }

  .md\:border-y-cyan-700\/20 {
    border-top-color: rgb(14 116 144 / 0.2);
    border-bottom-color: rgb(14 116 144 / 0.2);
  }

  .md\:border-y-cyan-700\/25 {
    border-top-color: rgb(14 116 144 / 0.25);
    border-bottom-color: rgb(14 116 144 / 0.25);
  }

  .md\:border-y-cyan-700\/30 {
    border-top-color: rgb(14 116 144 / 0.3);
    border-bottom-color: rgb(14 116 144 / 0.3);
  }

  .md\:border-y-cyan-700\/35 {
    border-top-color: rgb(14 116 144 / 0.35);
    border-bottom-color: rgb(14 116 144 / 0.35);
  }

  .md\:border-y-cyan-700\/40 {
    border-top-color: rgb(14 116 144 / 0.4);
    border-bottom-color: rgb(14 116 144 / 0.4);
  }

  .md\:border-y-cyan-700\/45 {
    border-top-color: rgb(14 116 144 / 0.45);
    border-bottom-color: rgb(14 116 144 / 0.45);
  }

  .md\:border-y-cyan-700\/5 {
    border-top-color: rgb(14 116 144 / 0.05);
    border-bottom-color: rgb(14 116 144 / 0.05);
  }

  .md\:border-y-cyan-700\/50 {
    border-top-color: rgb(14 116 144 / 0.5);
    border-bottom-color: rgb(14 116 144 / 0.5);
  }

  .md\:border-y-cyan-700\/55 {
    border-top-color: rgb(14 116 144 / 0.55);
    border-bottom-color: rgb(14 116 144 / 0.55);
  }

  .md\:border-y-cyan-700\/60 {
    border-top-color: rgb(14 116 144 / 0.6);
    border-bottom-color: rgb(14 116 144 / 0.6);
  }

  .md\:border-y-cyan-700\/65 {
    border-top-color: rgb(14 116 144 / 0.65);
    border-bottom-color: rgb(14 116 144 / 0.65);
  }

  .md\:border-y-cyan-700\/70 {
    border-top-color: rgb(14 116 144 / 0.7);
    border-bottom-color: rgb(14 116 144 / 0.7);
  }

  .md\:border-y-cyan-700\/75 {
    border-top-color: rgb(14 116 144 / 0.75);
    border-bottom-color: rgb(14 116 144 / 0.75);
  }

  .md\:border-y-cyan-700\/80 {
    border-top-color: rgb(14 116 144 / 0.8);
    border-bottom-color: rgb(14 116 144 / 0.8);
  }

  .md\:border-y-cyan-700\/85 {
    border-top-color: rgb(14 116 144 / 0.85);
    border-bottom-color: rgb(14 116 144 / 0.85);
  }

  .md\:border-y-cyan-700\/90 {
    border-top-color: rgb(14 116 144 / 0.9);
    border-bottom-color: rgb(14 116 144 / 0.9);
  }

  .md\:border-y-cyan-700\/95 {
    border-top-color: rgb(14 116 144 / 0.95);
    border-bottom-color: rgb(14 116 144 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-cyan-800\/0 {
    border-top-color: rgb(21 94 117 / 0);
    border-bottom-color: rgb(21 94 117 / 0);
  }

  .md\:border-y-cyan-800\/10 {
    border-top-color: rgb(21 94 117 / 0.1);
    border-bottom-color: rgb(21 94 117 / 0.1);
  }

  .md\:border-y-cyan-800\/100 {
    border-top-color: rgb(21 94 117 / 1);
    border-bottom-color: rgb(21 94 117 / 1);
  }

  .md\:border-y-cyan-800\/15 {
    border-top-color: rgb(21 94 117 / 0.15);
    border-bottom-color: rgb(21 94 117 / 0.15);
  }

  .md\:border-y-cyan-800\/20 {
    border-top-color: rgb(21 94 117 / 0.2);
    border-bottom-color: rgb(21 94 117 / 0.2);
  }

  .md\:border-y-cyan-800\/25 {
    border-top-color: rgb(21 94 117 / 0.25);
    border-bottom-color: rgb(21 94 117 / 0.25);
  }

  .md\:border-y-cyan-800\/30 {
    border-top-color: rgb(21 94 117 / 0.3);
    border-bottom-color: rgb(21 94 117 / 0.3);
  }

  .md\:border-y-cyan-800\/35 {
    border-top-color: rgb(21 94 117 / 0.35);
    border-bottom-color: rgb(21 94 117 / 0.35);
  }

  .md\:border-y-cyan-800\/40 {
    border-top-color: rgb(21 94 117 / 0.4);
    border-bottom-color: rgb(21 94 117 / 0.4);
  }

  .md\:border-y-cyan-800\/45 {
    border-top-color: rgb(21 94 117 / 0.45);
    border-bottom-color: rgb(21 94 117 / 0.45);
  }

  .md\:border-y-cyan-800\/5 {
    border-top-color: rgb(21 94 117 / 0.05);
    border-bottom-color: rgb(21 94 117 / 0.05);
  }

  .md\:border-y-cyan-800\/50 {
    border-top-color: rgb(21 94 117 / 0.5);
    border-bottom-color: rgb(21 94 117 / 0.5);
  }

  .md\:border-y-cyan-800\/55 {
    border-top-color: rgb(21 94 117 / 0.55);
    border-bottom-color: rgb(21 94 117 / 0.55);
  }

  .md\:border-y-cyan-800\/60 {
    border-top-color: rgb(21 94 117 / 0.6);
    border-bottom-color: rgb(21 94 117 / 0.6);
  }

  .md\:border-y-cyan-800\/65 {
    border-top-color: rgb(21 94 117 / 0.65);
    border-bottom-color: rgb(21 94 117 / 0.65);
  }

  .md\:border-y-cyan-800\/70 {
    border-top-color: rgb(21 94 117 / 0.7);
    border-bottom-color: rgb(21 94 117 / 0.7);
  }

  .md\:border-y-cyan-800\/75 {
    border-top-color: rgb(21 94 117 / 0.75);
    border-bottom-color: rgb(21 94 117 / 0.75);
  }

  .md\:border-y-cyan-800\/80 {
    border-top-color: rgb(21 94 117 / 0.8);
    border-bottom-color: rgb(21 94 117 / 0.8);
  }

  .md\:border-y-cyan-800\/85 {
    border-top-color: rgb(21 94 117 / 0.85);
    border-bottom-color: rgb(21 94 117 / 0.85);
  }

  .md\:border-y-cyan-800\/90 {
    border-top-color: rgb(21 94 117 / 0.9);
    border-bottom-color: rgb(21 94 117 / 0.9);
  }

  .md\:border-y-cyan-800\/95 {
    border-top-color: rgb(21 94 117 / 0.95);
    border-bottom-color: rgb(21 94 117 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-cyan-900\/0 {
    border-top-color: rgb(22 78 99 / 0);
    border-bottom-color: rgb(22 78 99 / 0);
  }

  .md\:border-y-cyan-900\/10 {
    border-top-color: rgb(22 78 99 / 0.1);
    border-bottom-color: rgb(22 78 99 / 0.1);
  }

  .md\:border-y-cyan-900\/100 {
    border-top-color: rgb(22 78 99 / 1);
    border-bottom-color: rgb(22 78 99 / 1);
  }

  .md\:border-y-cyan-900\/15 {
    border-top-color: rgb(22 78 99 / 0.15);
    border-bottom-color: rgb(22 78 99 / 0.15);
  }

  .md\:border-y-cyan-900\/20 {
    border-top-color: rgb(22 78 99 / 0.2);
    border-bottom-color: rgb(22 78 99 / 0.2);
  }

  .md\:border-y-cyan-900\/25 {
    border-top-color: rgb(22 78 99 / 0.25);
    border-bottom-color: rgb(22 78 99 / 0.25);
  }

  .md\:border-y-cyan-900\/30 {
    border-top-color: rgb(22 78 99 / 0.3);
    border-bottom-color: rgb(22 78 99 / 0.3);
  }

  .md\:border-y-cyan-900\/35 {
    border-top-color: rgb(22 78 99 / 0.35);
    border-bottom-color: rgb(22 78 99 / 0.35);
  }

  .md\:border-y-cyan-900\/40 {
    border-top-color: rgb(22 78 99 / 0.4);
    border-bottom-color: rgb(22 78 99 / 0.4);
  }

  .md\:border-y-cyan-900\/45 {
    border-top-color: rgb(22 78 99 / 0.45);
    border-bottom-color: rgb(22 78 99 / 0.45);
  }

  .md\:border-y-cyan-900\/5 {
    border-top-color: rgb(22 78 99 / 0.05);
    border-bottom-color: rgb(22 78 99 / 0.05);
  }

  .md\:border-y-cyan-900\/50 {
    border-top-color: rgb(22 78 99 / 0.5);
    border-bottom-color: rgb(22 78 99 / 0.5);
  }

  .md\:border-y-cyan-900\/55 {
    border-top-color: rgb(22 78 99 / 0.55);
    border-bottom-color: rgb(22 78 99 / 0.55);
  }

  .md\:border-y-cyan-900\/60 {
    border-top-color: rgb(22 78 99 / 0.6);
    border-bottom-color: rgb(22 78 99 / 0.6);
  }

  .md\:border-y-cyan-900\/65 {
    border-top-color: rgb(22 78 99 / 0.65);
    border-bottom-color: rgb(22 78 99 / 0.65);
  }

  .md\:border-y-cyan-900\/70 {
    border-top-color: rgb(22 78 99 / 0.7);
    border-bottom-color: rgb(22 78 99 / 0.7);
  }

  .md\:border-y-cyan-900\/75 {
    border-top-color: rgb(22 78 99 / 0.75);
    border-bottom-color: rgb(22 78 99 / 0.75);
  }

  .md\:border-y-cyan-900\/80 {
    border-top-color: rgb(22 78 99 / 0.8);
    border-bottom-color: rgb(22 78 99 / 0.8);
  }

  .md\:border-y-cyan-900\/85 {
    border-top-color: rgb(22 78 99 / 0.85);
    border-bottom-color: rgb(22 78 99 / 0.85);
  }

  .md\:border-y-cyan-900\/90 {
    border-top-color: rgb(22 78 99 / 0.9);
    border-bottom-color: rgb(22 78 99 / 0.9);
  }

  .md\:border-y-cyan-900\/95 {
    border-top-color: rgb(22 78 99 / 0.95);
    border-bottom-color: rgb(22 78 99 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-cyan-950\/0 {
    border-top-color: rgb(8 51 68 / 0);
    border-bottom-color: rgb(8 51 68 / 0);
  }

  .md\:border-y-cyan-950\/10 {
    border-top-color: rgb(8 51 68 / 0.1);
    border-bottom-color: rgb(8 51 68 / 0.1);
  }

  .md\:border-y-cyan-950\/100 {
    border-top-color: rgb(8 51 68 / 1);
    border-bottom-color: rgb(8 51 68 / 1);
  }

  .md\:border-y-cyan-950\/15 {
    border-top-color: rgb(8 51 68 / 0.15);
    border-bottom-color: rgb(8 51 68 / 0.15);
  }

  .md\:border-y-cyan-950\/20 {
    border-top-color: rgb(8 51 68 / 0.2);
    border-bottom-color: rgb(8 51 68 / 0.2);
  }

  .md\:border-y-cyan-950\/25 {
    border-top-color: rgb(8 51 68 / 0.25);
    border-bottom-color: rgb(8 51 68 / 0.25);
  }

  .md\:border-y-cyan-950\/30 {
    border-top-color: rgb(8 51 68 / 0.3);
    border-bottom-color: rgb(8 51 68 / 0.3);
  }

  .md\:border-y-cyan-950\/35 {
    border-top-color: rgb(8 51 68 / 0.35);
    border-bottom-color: rgb(8 51 68 / 0.35);
  }

  .md\:border-y-cyan-950\/40 {
    border-top-color: rgb(8 51 68 / 0.4);
    border-bottom-color: rgb(8 51 68 / 0.4);
  }

  .md\:border-y-cyan-950\/45 {
    border-top-color: rgb(8 51 68 / 0.45);
    border-bottom-color: rgb(8 51 68 / 0.45);
  }

  .md\:border-y-cyan-950\/5 {
    border-top-color: rgb(8 51 68 / 0.05);
    border-bottom-color: rgb(8 51 68 / 0.05);
  }

  .md\:border-y-cyan-950\/50 {
    border-top-color: rgb(8 51 68 / 0.5);
    border-bottom-color: rgb(8 51 68 / 0.5);
  }

  .md\:border-y-cyan-950\/55 {
    border-top-color: rgb(8 51 68 / 0.55);
    border-bottom-color: rgb(8 51 68 / 0.55);
  }

  .md\:border-y-cyan-950\/60 {
    border-top-color: rgb(8 51 68 / 0.6);
    border-bottom-color: rgb(8 51 68 / 0.6);
  }

  .md\:border-y-cyan-950\/65 {
    border-top-color: rgb(8 51 68 / 0.65);
    border-bottom-color: rgb(8 51 68 / 0.65);
  }

  .md\:border-y-cyan-950\/70 {
    border-top-color: rgb(8 51 68 / 0.7);
    border-bottom-color: rgb(8 51 68 / 0.7);
  }

  .md\:border-y-cyan-950\/75 {
    border-top-color: rgb(8 51 68 / 0.75);
    border-bottom-color: rgb(8 51 68 / 0.75);
  }

  .md\:border-y-cyan-950\/80 {
    border-top-color: rgb(8 51 68 / 0.8);
    border-bottom-color: rgb(8 51 68 / 0.8);
  }

  .md\:border-y-cyan-950\/85 {
    border-top-color: rgb(8 51 68 / 0.85);
    border-bottom-color: rgb(8 51 68 / 0.85);
  }

  .md\:border-y-cyan-950\/90 {
    border-top-color: rgb(8 51 68 / 0.9);
    border-bottom-color: rgb(8 51 68 / 0.9);
  }

  .md\:border-y-cyan-950\/95 {
    border-top-color: rgb(8 51 68 / 0.95);
    border-bottom-color: rgb(8 51 68 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-emerald-100\/0 {
    border-top-color: rgb(209 250 229 / 0);
    border-bottom-color: rgb(209 250 229 / 0);
  }

  .md\:border-y-emerald-100\/10 {
    border-top-color: rgb(209 250 229 / 0.1);
    border-bottom-color: rgb(209 250 229 / 0.1);
  }

  .md\:border-y-emerald-100\/100 {
    border-top-color: rgb(209 250 229 / 1);
    border-bottom-color: rgb(209 250 229 / 1);
  }

  .md\:border-y-emerald-100\/15 {
    border-top-color: rgb(209 250 229 / 0.15);
    border-bottom-color: rgb(209 250 229 / 0.15);
  }

  .md\:border-y-emerald-100\/20 {
    border-top-color: rgb(209 250 229 / 0.2);
    border-bottom-color: rgb(209 250 229 / 0.2);
  }

  .md\:border-y-emerald-100\/25 {
    border-top-color: rgb(209 250 229 / 0.25);
    border-bottom-color: rgb(209 250 229 / 0.25);
  }

  .md\:border-y-emerald-100\/30 {
    border-top-color: rgb(209 250 229 / 0.3);
    border-bottom-color: rgb(209 250 229 / 0.3);
  }

  .md\:border-y-emerald-100\/35 {
    border-top-color: rgb(209 250 229 / 0.35);
    border-bottom-color: rgb(209 250 229 / 0.35);
  }

  .md\:border-y-emerald-100\/40 {
    border-top-color: rgb(209 250 229 / 0.4);
    border-bottom-color: rgb(209 250 229 / 0.4);
  }

  .md\:border-y-emerald-100\/45 {
    border-top-color: rgb(209 250 229 / 0.45);
    border-bottom-color: rgb(209 250 229 / 0.45);
  }

  .md\:border-y-emerald-100\/5 {
    border-top-color: rgb(209 250 229 / 0.05);
    border-bottom-color: rgb(209 250 229 / 0.05);
  }

  .md\:border-y-emerald-100\/50 {
    border-top-color: rgb(209 250 229 / 0.5);
    border-bottom-color: rgb(209 250 229 / 0.5);
  }

  .md\:border-y-emerald-100\/55 {
    border-top-color: rgb(209 250 229 / 0.55);
    border-bottom-color: rgb(209 250 229 / 0.55);
  }

  .md\:border-y-emerald-100\/60 {
    border-top-color: rgb(209 250 229 / 0.6);
    border-bottom-color: rgb(209 250 229 / 0.6);
  }

  .md\:border-y-emerald-100\/65 {
    border-top-color: rgb(209 250 229 / 0.65);
    border-bottom-color: rgb(209 250 229 / 0.65);
  }

  .md\:border-y-emerald-100\/70 {
    border-top-color: rgb(209 250 229 / 0.7);
    border-bottom-color: rgb(209 250 229 / 0.7);
  }

  .md\:border-y-emerald-100\/75 {
    border-top-color: rgb(209 250 229 / 0.75);
    border-bottom-color: rgb(209 250 229 / 0.75);
  }

  .md\:border-y-emerald-100\/80 {
    border-top-color: rgb(209 250 229 / 0.8);
    border-bottom-color: rgb(209 250 229 / 0.8);
  }

  .md\:border-y-emerald-100\/85 {
    border-top-color: rgb(209 250 229 / 0.85);
    border-bottom-color: rgb(209 250 229 / 0.85);
  }

  .md\:border-y-emerald-100\/90 {
    border-top-color: rgb(209 250 229 / 0.9);
    border-bottom-color: rgb(209 250 229 / 0.9);
  }

  .md\:border-y-emerald-100\/95 {
    border-top-color: rgb(209 250 229 / 0.95);
    border-bottom-color: rgb(209 250 229 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-emerald-200\/0 {
    border-top-color: rgb(167 243 208 / 0);
    border-bottom-color: rgb(167 243 208 / 0);
  }

  .md\:border-y-emerald-200\/10 {
    border-top-color: rgb(167 243 208 / 0.1);
    border-bottom-color: rgb(167 243 208 / 0.1);
  }

  .md\:border-y-emerald-200\/100 {
    border-top-color: rgb(167 243 208 / 1);
    border-bottom-color: rgb(167 243 208 / 1);
  }

  .md\:border-y-emerald-200\/15 {
    border-top-color: rgb(167 243 208 / 0.15);
    border-bottom-color: rgb(167 243 208 / 0.15);
  }

  .md\:border-y-emerald-200\/20 {
    border-top-color: rgb(167 243 208 / 0.2);
    border-bottom-color: rgb(167 243 208 / 0.2);
  }

  .md\:border-y-emerald-200\/25 {
    border-top-color: rgb(167 243 208 / 0.25);
    border-bottom-color: rgb(167 243 208 / 0.25);
  }

  .md\:border-y-emerald-200\/30 {
    border-top-color: rgb(167 243 208 / 0.3);
    border-bottom-color: rgb(167 243 208 / 0.3);
  }

  .md\:border-y-emerald-200\/35 {
    border-top-color: rgb(167 243 208 / 0.35);
    border-bottom-color: rgb(167 243 208 / 0.35);
  }

  .md\:border-y-emerald-200\/40 {
    border-top-color: rgb(167 243 208 / 0.4);
    border-bottom-color: rgb(167 243 208 / 0.4);
  }

  .md\:border-y-emerald-200\/45 {
    border-top-color: rgb(167 243 208 / 0.45);
    border-bottom-color: rgb(167 243 208 / 0.45);
  }

  .md\:border-y-emerald-200\/5 {
    border-top-color: rgb(167 243 208 / 0.05);
    border-bottom-color: rgb(167 243 208 / 0.05);
  }

  .md\:border-y-emerald-200\/50 {
    border-top-color: rgb(167 243 208 / 0.5);
    border-bottom-color: rgb(167 243 208 / 0.5);
  }

  .md\:border-y-emerald-200\/55 {
    border-top-color: rgb(167 243 208 / 0.55);
    border-bottom-color: rgb(167 243 208 / 0.55);
  }

  .md\:border-y-emerald-200\/60 {
    border-top-color: rgb(167 243 208 / 0.6);
    border-bottom-color: rgb(167 243 208 / 0.6);
  }

  .md\:border-y-emerald-200\/65 {
    border-top-color: rgb(167 243 208 / 0.65);
    border-bottom-color: rgb(167 243 208 / 0.65);
  }

  .md\:border-y-emerald-200\/70 {
    border-top-color: rgb(167 243 208 / 0.7);
    border-bottom-color: rgb(167 243 208 / 0.7);
  }

  .md\:border-y-emerald-200\/75 {
    border-top-color: rgb(167 243 208 / 0.75);
    border-bottom-color: rgb(167 243 208 / 0.75);
  }

  .md\:border-y-emerald-200\/80 {
    border-top-color: rgb(167 243 208 / 0.8);
    border-bottom-color: rgb(167 243 208 / 0.8);
  }

  .md\:border-y-emerald-200\/85 {
    border-top-color: rgb(167 243 208 / 0.85);
    border-bottom-color: rgb(167 243 208 / 0.85);
  }

  .md\:border-y-emerald-200\/90 {
    border-top-color: rgb(167 243 208 / 0.9);
    border-bottom-color: rgb(167 243 208 / 0.9);
  }

  .md\:border-y-emerald-200\/95 {
    border-top-color: rgb(167 243 208 / 0.95);
    border-bottom-color: rgb(167 243 208 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-emerald-300\/0 {
    border-top-color: rgb(110 231 183 / 0);
    border-bottom-color: rgb(110 231 183 / 0);
  }

  .md\:border-y-emerald-300\/10 {
    border-top-color: rgb(110 231 183 / 0.1);
    border-bottom-color: rgb(110 231 183 / 0.1);
  }

  .md\:border-y-emerald-300\/100 {
    border-top-color: rgb(110 231 183 / 1);
    border-bottom-color: rgb(110 231 183 / 1);
  }

  .md\:border-y-emerald-300\/15 {
    border-top-color: rgb(110 231 183 / 0.15);
    border-bottom-color: rgb(110 231 183 / 0.15);
  }

  .md\:border-y-emerald-300\/20 {
    border-top-color: rgb(110 231 183 / 0.2);
    border-bottom-color: rgb(110 231 183 / 0.2);
  }

  .md\:border-y-emerald-300\/25 {
    border-top-color: rgb(110 231 183 / 0.25);
    border-bottom-color: rgb(110 231 183 / 0.25);
  }

  .md\:border-y-emerald-300\/30 {
    border-top-color: rgb(110 231 183 / 0.3);
    border-bottom-color: rgb(110 231 183 / 0.3);
  }

  .md\:border-y-emerald-300\/35 {
    border-top-color: rgb(110 231 183 / 0.35);
    border-bottom-color: rgb(110 231 183 / 0.35);
  }

  .md\:border-y-emerald-300\/40 {
    border-top-color: rgb(110 231 183 / 0.4);
    border-bottom-color: rgb(110 231 183 / 0.4);
  }

  .md\:border-y-emerald-300\/45 {
    border-top-color: rgb(110 231 183 / 0.45);
    border-bottom-color: rgb(110 231 183 / 0.45);
  }

  .md\:border-y-emerald-300\/5 {
    border-top-color: rgb(110 231 183 / 0.05);
    border-bottom-color: rgb(110 231 183 / 0.05);
  }

  .md\:border-y-emerald-300\/50 {
    border-top-color: rgb(110 231 183 / 0.5);
    border-bottom-color: rgb(110 231 183 / 0.5);
  }

  .md\:border-y-emerald-300\/55 {
    border-top-color: rgb(110 231 183 / 0.55);
    border-bottom-color: rgb(110 231 183 / 0.55);
  }

  .md\:border-y-emerald-300\/60 {
    border-top-color: rgb(110 231 183 / 0.6);
    border-bottom-color: rgb(110 231 183 / 0.6);
  }

  .md\:border-y-emerald-300\/65 {
    border-top-color: rgb(110 231 183 / 0.65);
    border-bottom-color: rgb(110 231 183 / 0.65);
  }

  .md\:border-y-emerald-300\/70 {
    border-top-color: rgb(110 231 183 / 0.7);
    border-bottom-color: rgb(110 231 183 / 0.7);
  }

  .md\:border-y-emerald-300\/75 {
    border-top-color: rgb(110 231 183 / 0.75);
    border-bottom-color: rgb(110 231 183 / 0.75);
  }

  .md\:border-y-emerald-300\/80 {
    border-top-color: rgb(110 231 183 / 0.8);
    border-bottom-color: rgb(110 231 183 / 0.8);
  }

  .md\:border-y-emerald-300\/85 {
    border-top-color: rgb(110 231 183 / 0.85);
    border-bottom-color: rgb(110 231 183 / 0.85);
  }

  .md\:border-y-emerald-300\/90 {
    border-top-color: rgb(110 231 183 / 0.9);
    border-bottom-color: rgb(110 231 183 / 0.9);
  }

  .md\:border-y-emerald-300\/95 {
    border-top-color: rgb(110 231 183 / 0.95);
    border-bottom-color: rgb(110 231 183 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-emerald-400\/0 {
    border-top-color: rgb(52 211 153 / 0);
    border-bottom-color: rgb(52 211 153 / 0);
  }

  .md\:border-y-emerald-400\/10 {
    border-top-color: rgb(52 211 153 / 0.1);
    border-bottom-color: rgb(52 211 153 / 0.1);
  }

  .md\:border-y-emerald-400\/100 {
    border-top-color: rgb(52 211 153 / 1);
    border-bottom-color: rgb(52 211 153 / 1);
  }

  .md\:border-y-emerald-400\/15 {
    border-top-color: rgb(52 211 153 / 0.15);
    border-bottom-color: rgb(52 211 153 / 0.15);
  }

  .md\:border-y-emerald-400\/20 {
    border-top-color: rgb(52 211 153 / 0.2);
    border-bottom-color: rgb(52 211 153 / 0.2);
  }

  .md\:border-y-emerald-400\/25 {
    border-top-color: rgb(52 211 153 / 0.25);
    border-bottom-color: rgb(52 211 153 / 0.25);
  }

  .md\:border-y-emerald-400\/30 {
    border-top-color: rgb(52 211 153 / 0.3);
    border-bottom-color: rgb(52 211 153 / 0.3);
  }

  .md\:border-y-emerald-400\/35 {
    border-top-color: rgb(52 211 153 / 0.35);
    border-bottom-color: rgb(52 211 153 / 0.35);
  }

  .md\:border-y-emerald-400\/40 {
    border-top-color: rgb(52 211 153 / 0.4);
    border-bottom-color: rgb(52 211 153 / 0.4);
  }

  .md\:border-y-emerald-400\/45 {
    border-top-color: rgb(52 211 153 / 0.45);
    border-bottom-color: rgb(52 211 153 / 0.45);
  }

  .md\:border-y-emerald-400\/5 {
    border-top-color: rgb(52 211 153 / 0.05);
    border-bottom-color: rgb(52 211 153 / 0.05);
  }

  .md\:border-y-emerald-400\/50 {
    border-top-color: rgb(52 211 153 / 0.5);
    border-bottom-color: rgb(52 211 153 / 0.5);
  }

  .md\:border-y-emerald-400\/55 {
    border-top-color: rgb(52 211 153 / 0.55);
    border-bottom-color: rgb(52 211 153 / 0.55);
  }

  .md\:border-y-emerald-400\/60 {
    border-top-color: rgb(52 211 153 / 0.6);
    border-bottom-color: rgb(52 211 153 / 0.6);
  }

  .md\:border-y-emerald-400\/65 {
    border-top-color: rgb(52 211 153 / 0.65);
    border-bottom-color: rgb(52 211 153 / 0.65);
  }

  .md\:border-y-emerald-400\/70 {
    border-top-color: rgb(52 211 153 / 0.7);
    border-bottom-color: rgb(52 211 153 / 0.7);
  }

  .md\:border-y-emerald-400\/75 {
    border-top-color: rgb(52 211 153 / 0.75);
    border-bottom-color: rgb(52 211 153 / 0.75);
  }

  .md\:border-y-emerald-400\/80 {
    border-top-color: rgb(52 211 153 / 0.8);
    border-bottom-color: rgb(52 211 153 / 0.8);
  }

  .md\:border-y-emerald-400\/85 {
    border-top-color: rgb(52 211 153 / 0.85);
    border-bottom-color: rgb(52 211 153 / 0.85);
  }

  .md\:border-y-emerald-400\/90 {
    border-top-color: rgb(52 211 153 / 0.9);
    border-bottom-color: rgb(52 211 153 / 0.9);
  }

  .md\:border-y-emerald-400\/95 {
    border-top-color: rgb(52 211 153 / 0.95);
    border-bottom-color: rgb(52 211 153 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-emerald-50\/0 {
    border-top-color: rgb(236 253 245 / 0);
    border-bottom-color: rgb(236 253 245 / 0);
  }

  .md\:border-y-emerald-50\/10 {
    border-top-color: rgb(236 253 245 / 0.1);
    border-bottom-color: rgb(236 253 245 / 0.1);
  }

  .md\:border-y-emerald-50\/100 {
    border-top-color: rgb(236 253 245 / 1);
    border-bottom-color: rgb(236 253 245 / 1);
  }

  .md\:border-y-emerald-50\/15 {
    border-top-color: rgb(236 253 245 / 0.15);
    border-bottom-color: rgb(236 253 245 / 0.15);
  }

  .md\:border-y-emerald-50\/20 {
    border-top-color: rgb(236 253 245 / 0.2);
    border-bottom-color: rgb(236 253 245 / 0.2);
  }

  .md\:border-y-emerald-50\/25 {
    border-top-color: rgb(236 253 245 / 0.25);
    border-bottom-color: rgb(236 253 245 / 0.25);
  }

  .md\:border-y-emerald-50\/30 {
    border-top-color: rgb(236 253 245 / 0.3);
    border-bottom-color: rgb(236 253 245 / 0.3);
  }

  .md\:border-y-emerald-50\/35 {
    border-top-color: rgb(236 253 245 / 0.35);
    border-bottom-color: rgb(236 253 245 / 0.35);
  }

  .md\:border-y-emerald-50\/40 {
    border-top-color: rgb(236 253 245 / 0.4);
    border-bottom-color: rgb(236 253 245 / 0.4);
  }

  .md\:border-y-emerald-50\/45 {
    border-top-color: rgb(236 253 245 / 0.45);
    border-bottom-color: rgb(236 253 245 / 0.45);
  }

  .md\:border-y-emerald-50\/5 {
    border-top-color: rgb(236 253 245 / 0.05);
    border-bottom-color: rgb(236 253 245 / 0.05);
  }

  .md\:border-y-emerald-50\/50 {
    border-top-color: rgb(236 253 245 / 0.5);
    border-bottom-color: rgb(236 253 245 / 0.5);
  }

  .md\:border-y-emerald-50\/55 {
    border-top-color: rgb(236 253 245 / 0.55);
    border-bottom-color: rgb(236 253 245 / 0.55);
  }

  .md\:border-y-emerald-50\/60 {
    border-top-color: rgb(236 253 245 / 0.6);
    border-bottom-color: rgb(236 253 245 / 0.6);
  }

  .md\:border-y-emerald-50\/65 {
    border-top-color: rgb(236 253 245 / 0.65);
    border-bottom-color: rgb(236 253 245 / 0.65);
  }

  .md\:border-y-emerald-50\/70 {
    border-top-color: rgb(236 253 245 / 0.7);
    border-bottom-color: rgb(236 253 245 / 0.7);
  }

  .md\:border-y-emerald-50\/75 {
    border-top-color: rgb(236 253 245 / 0.75);
    border-bottom-color: rgb(236 253 245 / 0.75);
  }

  .md\:border-y-emerald-50\/80 {
    border-top-color: rgb(236 253 245 / 0.8);
    border-bottom-color: rgb(236 253 245 / 0.8);
  }

  .md\:border-y-emerald-50\/85 {
    border-top-color: rgb(236 253 245 / 0.85);
    border-bottom-color: rgb(236 253 245 / 0.85);
  }

  .md\:border-y-emerald-50\/90 {
    border-top-color: rgb(236 253 245 / 0.9);
    border-bottom-color: rgb(236 253 245 / 0.9);
  }

  .md\:border-y-emerald-50\/95 {
    border-top-color: rgb(236 253 245 / 0.95);
    border-bottom-color: rgb(236 253 245 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-emerald-500\/0 {
    border-top-color: rgb(16 185 129 / 0);
    border-bottom-color: rgb(16 185 129 / 0);
  }

  .md\:border-y-emerald-500\/10 {
    border-top-color: rgb(16 185 129 / 0.1);
    border-bottom-color: rgb(16 185 129 / 0.1);
  }

  .md\:border-y-emerald-500\/100 {
    border-top-color: rgb(16 185 129 / 1);
    border-bottom-color: rgb(16 185 129 / 1);
  }

  .md\:border-y-emerald-500\/15 {
    border-top-color: rgb(16 185 129 / 0.15);
    border-bottom-color: rgb(16 185 129 / 0.15);
  }

  .md\:border-y-emerald-500\/20 {
    border-top-color: rgb(16 185 129 / 0.2);
    border-bottom-color: rgb(16 185 129 / 0.2);
  }

  .md\:border-y-emerald-500\/25 {
    border-top-color: rgb(16 185 129 / 0.25);
    border-bottom-color: rgb(16 185 129 / 0.25);
  }

  .md\:border-y-emerald-500\/30 {
    border-top-color: rgb(16 185 129 / 0.3);
    border-bottom-color: rgb(16 185 129 / 0.3);
  }

  .md\:border-y-emerald-500\/35 {
    border-top-color: rgb(16 185 129 / 0.35);
    border-bottom-color: rgb(16 185 129 / 0.35);
  }

  .md\:border-y-emerald-500\/40 {
    border-top-color: rgb(16 185 129 / 0.4);
    border-bottom-color: rgb(16 185 129 / 0.4);
  }

  .md\:border-y-emerald-500\/45 {
    border-top-color: rgb(16 185 129 / 0.45);
    border-bottom-color: rgb(16 185 129 / 0.45);
  }

  .md\:border-y-emerald-500\/5 {
    border-top-color: rgb(16 185 129 / 0.05);
    border-bottom-color: rgb(16 185 129 / 0.05);
  }

  .md\:border-y-emerald-500\/50 {
    border-top-color: rgb(16 185 129 / 0.5);
    border-bottom-color: rgb(16 185 129 / 0.5);
  }

  .md\:border-y-emerald-500\/55 {
    border-top-color: rgb(16 185 129 / 0.55);
    border-bottom-color: rgb(16 185 129 / 0.55);
  }

  .md\:border-y-emerald-500\/60 {
    border-top-color: rgb(16 185 129 / 0.6);
    border-bottom-color: rgb(16 185 129 / 0.6);
  }

  .md\:border-y-emerald-500\/65 {
    border-top-color: rgb(16 185 129 / 0.65);
    border-bottom-color: rgb(16 185 129 / 0.65);
  }

  .md\:border-y-emerald-500\/70 {
    border-top-color: rgb(16 185 129 / 0.7);
    border-bottom-color: rgb(16 185 129 / 0.7);
  }

  .md\:border-y-emerald-500\/75 {
    border-top-color: rgb(16 185 129 / 0.75);
    border-bottom-color: rgb(16 185 129 / 0.75);
  }

  .md\:border-y-emerald-500\/80 {
    border-top-color: rgb(16 185 129 / 0.8);
    border-bottom-color: rgb(16 185 129 / 0.8);
  }

  .md\:border-y-emerald-500\/85 {
    border-top-color: rgb(16 185 129 / 0.85);
    border-bottom-color: rgb(16 185 129 / 0.85);
  }

  .md\:border-y-emerald-500\/90 {
    border-top-color: rgb(16 185 129 / 0.9);
    border-bottom-color: rgb(16 185 129 / 0.9);
  }

  .md\:border-y-emerald-500\/95 {
    border-top-color: rgb(16 185 129 / 0.95);
    border-bottom-color: rgb(16 185 129 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-emerald-600\/0 {
    border-top-color: rgb(5 150 105 / 0);
    border-bottom-color: rgb(5 150 105 / 0);
  }

  .md\:border-y-emerald-600\/10 {
    border-top-color: rgb(5 150 105 / 0.1);
    border-bottom-color: rgb(5 150 105 / 0.1);
  }

  .md\:border-y-emerald-600\/100 {
    border-top-color: rgb(5 150 105 / 1);
    border-bottom-color: rgb(5 150 105 / 1);
  }

  .md\:border-y-emerald-600\/15 {
    border-top-color: rgb(5 150 105 / 0.15);
    border-bottom-color: rgb(5 150 105 / 0.15);
  }

  .md\:border-y-emerald-600\/20 {
    border-top-color: rgb(5 150 105 / 0.2);
    border-bottom-color: rgb(5 150 105 / 0.2);
  }

  .md\:border-y-emerald-600\/25 {
    border-top-color: rgb(5 150 105 / 0.25);
    border-bottom-color: rgb(5 150 105 / 0.25);
  }

  .md\:border-y-emerald-600\/30 {
    border-top-color: rgb(5 150 105 / 0.3);
    border-bottom-color: rgb(5 150 105 / 0.3);
  }

  .md\:border-y-emerald-600\/35 {
    border-top-color: rgb(5 150 105 / 0.35);
    border-bottom-color: rgb(5 150 105 / 0.35);
  }

  .md\:border-y-emerald-600\/40 {
    border-top-color: rgb(5 150 105 / 0.4);
    border-bottom-color: rgb(5 150 105 / 0.4);
  }

  .md\:border-y-emerald-600\/45 {
    border-top-color: rgb(5 150 105 / 0.45);
    border-bottom-color: rgb(5 150 105 / 0.45);
  }

  .md\:border-y-emerald-600\/5 {
    border-top-color: rgb(5 150 105 / 0.05);
    border-bottom-color: rgb(5 150 105 / 0.05);
  }

  .md\:border-y-emerald-600\/50 {
    border-top-color: rgb(5 150 105 / 0.5);
    border-bottom-color: rgb(5 150 105 / 0.5);
  }

  .md\:border-y-emerald-600\/55 {
    border-top-color: rgb(5 150 105 / 0.55);
    border-bottom-color: rgb(5 150 105 / 0.55);
  }

  .md\:border-y-emerald-600\/60 {
    border-top-color: rgb(5 150 105 / 0.6);
    border-bottom-color: rgb(5 150 105 / 0.6);
  }

  .md\:border-y-emerald-600\/65 {
    border-top-color: rgb(5 150 105 / 0.65);
    border-bottom-color: rgb(5 150 105 / 0.65);
  }

  .md\:border-y-emerald-600\/70 {
    border-top-color: rgb(5 150 105 / 0.7);
    border-bottom-color: rgb(5 150 105 / 0.7);
  }

  .md\:border-y-emerald-600\/75 {
    border-top-color: rgb(5 150 105 / 0.75);
    border-bottom-color: rgb(5 150 105 / 0.75);
  }

  .md\:border-y-emerald-600\/80 {
    border-top-color: rgb(5 150 105 / 0.8);
    border-bottom-color: rgb(5 150 105 / 0.8);
  }

  .md\:border-y-emerald-600\/85 {
    border-top-color: rgb(5 150 105 / 0.85);
    border-bottom-color: rgb(5 150 105 / 0.85);
  }

  .md\:border-y-emerald-600\/90 {
    border-top-color: rgb(5 150 105 / 0.9);
    border-bottom-color: rgb(5 150 105 / 0.9);
  }

  .md\:border-y-emerald-600\/95 {
    border-top-color: rgb(5 150 105 / 0.95);
    border-bottom-color: rgb(5 150 105 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-emerald-700\/0 {
    border-top-color: rgb(4 120 87 / 0);
    border-bottom-color: rgb(4 120 87 / 0);
  }

  .md\:border-y-emerald-700\/10 {
    border-top-color: rgb(4 120 87 / 0.1);
    border-bottom-color: rgb(4 120 87 / 0.1);
  }

  .md\:border-y-emerald-700\/100 {
    border-top-color: rgb(4 120 87 / 1);
    border-bottom-color: rgb(4 120 87 / 1);
  }

  .md\:border-y-emerald-700\/15 {
    border-top-color: rgb(4 120 87 / 0.15);
    border-bottom-color: rgb(4 120 87 / 0.15);
  }

  .md\:border-y-emerald-700\/20 {
    border-top-color: rgb(4 120 87 / 0.2);
    border-bottom-color: rgb(4 120 87 / 0.2);
  }

  .md\:border-y-emerald-700\/25 {
    border-top-color: rgb(4 120 87 / 0.25);
    border-bottom-color: rgb(4 120 87 / 0.25);
  }

  .md\:border-y-emerald-700\/30 {
    border-top-color: rgb(4 120 87 / 0.3);
    border-bottom-color: rgb(4 120 87 / 0.3);
  }

  .md\:border-y-emerald-700\/35 {
    border-top-color: rgb(4 120 87 / 0.35);
    border-bottom-color: rgb(4 120 87 / 0.35);
  }

  .md\:border-y-emerald-700\/40 {
    border-top-color: rgb(4 120 87 / 0.4);
    border-bottom-color: rgb(4 120 87 / 0.4);
  }

  .md\:border-y-emerald-700\/45 {
    border-top-color: rgb(4 120 87 / 0.45);
    border-bottom-color: rgb(4 120 87 / 0.45);
  }

  .md\:border-y-emerald-700\/5 {
    border-top-color: rgb(4 120 87 / 0.05);
    border-bottom-color: rgb(4 120 87 / 0.05);
  }

  .md\:border-y-emerald-700\/50 {
    border-top-color: rgb(4 120 87 / 0.5);
    border-bottom-color: rgb(4 120 87 / 0.5);
  }

  .md\:border-y-emerald-700\/55 {
    border-top-color: rgb(4 120 87 / 0.55);
    border-bottom-color: rgb(4 120 87 / 0.55);
  }

  .md\:border-y-emerald-700\/60 {
    border-top-color: rgb(4 120 87 / 0.6);
    border-bottom-color: rgb(4 120 87 / 0.6);
  }

  .md\:border-y-emerald-700\/65 {
    border-top-color: rgb(4 120 87 / 0.65);
    border-bottom-color: rgb(4 120 87 / 0.65);
  }

  .md\:border-y-emerald-700\/70 {
    border-top-color: rgb(4 120 87 / 0.7);
    border-bottom-color: rgb(4 120 87 / 0.7);
  }

  .md\:border-y-emerald-700\/75 {
    border-top-color: rgb(4 120 87 / 0.75);
    border-bottom-color: rgb(4 120 87 / 0.75);
  }

  .md\:border-y-emerald-700\/80 {
    border-top-color: rgb(4 120 87 / 0.8);
    border-bottom-color: rgb(4 120 87 / 0.8);
  }

  .md\:border-y-emerald-700\/85 {
    border-top-color: rgb(4 120 87 / 0.85);
    border-bottom-color: rgb(4 120 87 / 0.85);
  }

  .md\:border-y-emerald-700\/90 {
    border-top-color: rgb(4 120 87 / 0.9);
    border-bottom-color: rgb(4 120 87 / 0.9);
  }

  .md\:border-y-emerald-700\/95 {
    border-top-color: rgb(4 120 87 / 0.95);
    border-bottom-color: rgb(4 120 87 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-emerald-800\/0 {
    border-top-color: rgb(6 95 70 / 0);
    border-bottom-color: rgb(6 95 70 / 0);
  }

  .md\:border-y-emerald-800\/10 {
    border-top-color: rgb(6 95 70 / 0.1);
    border-bottom-color: rgb(6 95 70 / 0.1);
  }

  .md\:border-y-emerald-800\/100 {
    border-top-color: rgb(6 95 70 / 1);
    border-bottom-color: rgb(6 95 70 / 1);
  }

  .md\:border-y-emerald-800\/15 {
    border-top-color: rgb(6 95 70 / 0.15);
    border-bottom-color: rgb(6 95 70 / 0.15);
  }

  .md\:border-y-emerald-800\/20 {
    border-top-color: rgb(6 95 70 / 0.2);
    border-bottom-color: rgb(6 95 70 / 0.2);
  }

  .md\:border-y-emerald-800\/25 {
    border-top-color: rgb(6 95 70 / 0.25);
    border-bottom-color: rgb(6 95 70 / 0.25);
  }

  .md\:border-y-emerald-800\/30 {
    border-top-color: rgb(6 95 70 / 0.3);
    border-bottom-color: rgb(6 95 70 / 0.3);
  }

  .md\:border-y-emerald-800\/35 {
    border-top-color: rgb(6 95 70 / 0.35);
    border-bottom-color: rgb(6 95 70 / 0.35);
  }

  .md\:border-y-emerald-800\/40 {
    border-top-color: rgb(6 95 70 / 0.4);
    border-bottom-color: rgb(6 95 70 / 0.4);
  }

  .md\:border-y-emerald-800\/45 {
    border-top-color: rgb(6 95 70 / 0.45);
    border-bottom-color: rgb(6 95 70 / 0.45);
  }

  .md\:border-y-emerald-800\/5 {
    border-top-color: rgb(6 95 70 / 0.05);
    border-bottom-color: rgb(6 95 70 / 0.05);
  }

  .md\:border-y-emerald-800\/50 {
    border-top-color: rgb(6 95 70 / 0.5);
    border-bottom-color: rgb(6 95 70 / 0.5);
  }

  .md\:border-y-emerald-800\/55 {
    border-top-color: rgb(6 95 70 / 0.55);
    border-bottom-color: rgb(6 95 70 / 0.55);
  }

  .md\:border-y-emerald-800\/60 {
    border-top-color: rgb(6 95 70 / 0.6);
    border-bottom-color: rgb(6 95 70 / 0.6);
  }

  .md\:border-y-emerald-800\/65 {
    border-top-color: rgb(6 95 70 / 0.65);
    border-bottom-color: rgb(6 95 70 / 0.65);
  }

  .md\:border-y-emerald-800\/70 {
    border-top-color: rgb(6 95 70 / 0.7);
    border-bottom-color: rgb(6 95 70 / 0.7);
  }

  .md\:border-y-emerald-800\/75 {
    border-top-color: rgb(6 95 70 / 0.75);
    border-bottom-color: rgb(6 95 70 / 0.75);
  }

  .md\:border-y-emerald-800\/80 {
    border-top-color: rgb(6 95 70 / 0.8);
    border-bottom-color: rgb(6 95 70 / 0.8);
  }

  .md\:border-y-emerald-800\/85 {
    border-top-color: rgb(6 95 70 / 0.85);
    border-bottom-color: rgb(6 95 70 / 0.85);
  }

  .md\:border-y-emerald-800\/90 {
    border-top-color: rgb(6 95 70 / 0.9);
    border-bottom-color: rgb(6 95 70 / 0.9);
  }

  .md\:border-y-emerald-800\/95 {
    border-top-color: rgb(6 95 70 / 0.95);
    border-bottom-color: rgb(6 95 70 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-emerald-900\/0 {
    border-top-color: rgb(6 78 59 / 0);
    border-bottom-color: rgb(6 78 59 / 0);
  }

  .md\:border-y-emerald-900\/10 {
    border-top-color: rgb(6 78 59 / 0.1);
    border-bottom-color: rgb(6 78 59 / 0.1);
  }

  .md\:border-y-emerald-900\/100 {
    border-top-color: rgb(6 78 59 / 1);
    border-bottom-color: rgb(6 78 59 / 1);
  }

  .md\:border-y-emerald-900\/15 {
    border-top-color: rgb(6 78 59 / 0.15);
    border-bottom-color: rgb(6 78 59 / 0.15);
  }

  .md\:border-y-emerald-900\/20 {
    border-top-color: rgb(6 78 59 / 0.2);
    border-bottom-color: rgb(6 78 59 / 0.2);
  }

  .md\:border-y-emerald-900\/25 {
    border-top-color: rgb(6 78 59 / 0.25);
    border-bottom-color: rgb(6 78 59 / 0.25);
  }

  .md\:border-y-emerald-900\/30 {
    border-top-color: rgb(6 78 59 / 0.3);
    border-bottom-color: rgb(6 78 59 / 0.3);
  }

  .md\:border-y-emerald-900\/35 {
    border-top-color: rgb(6 78 59 / 0.35);
    border-bottom-color: rgb(6 78 59 / 0.35);
  }

  .md\:border-y-emerald-900\/40 {
    border-top-color: rgb(6 78 59 / 0.4);
    border-bottom-color: rgb(6 78 59 / 0.4);
  }

  .md\:border-y-emerald-900\/45 {
    border-top-color: rgb(6 78 59 / 0.45);
    border-bottom-color: rgb(6 78 59 / 0.45);
  }

  .md\:border-y-emerald-900\/5 {
    border-top-color: rgb(6 78 59 / 0.05);
    border-bottom-color: rgb(6 78 59 / 0.05);
  }

  .md\:border-y-emerald-900\/50 {
    border-top-color: rgb(6 78 59 / 0.5);
    border-bottom-color: rgb(6 78 59 / 0.5);
  }

  .md\:border-y-emerald-900\/55 {
    border-top-color: rgb(6 78 59 / 0.55);
    border-bottom-color: rgb(6 78 59 / 0.55);
  }

  .md\:border-y-emerald-900\/60 {
    border-top-color: rgb(6 78 59 / 0.6);
    border-bottom-color: rgb(6 78 59 / 0.6);
  }

  .md\:border-y-emerald-900\/65 {
    border-top-color: rgb(6 78 59 / 0.65);
    border-bottom-color: rgb(6 78 59 / 0.65);
  }

  .md\:border-y-emerald-900\/70 {
    border-top-color: rgb(6 78 59 / 0.7);
    border-bottom-color: rgb(6 78 59 / 0.7);
  }

  .md\:border-y-emerald-900\/75 {
    border-top-color: rgb(6 78 59 / 0.75);
    border-bottom-color: rgb(6 78 59 / 0.75);
  }

  .md\:border-y-emerald-900\/80 {
    border-top-color: rgb(6 78 59 / 0.8);
    border-bottom-color: rgb(6 78 59 / 0.8);
  }

  .md\:border-y-emerald-900\/85 {
    border-top-color: rgb(6 78 59 / 0.85);
    border-bottom-color: rgb(6 78 59 / 0.85);
  }

  .md\:border-y-emerald-900\/90 {
    border-top-color: rgb(6 78 59 / 0.9);
    border-bottom-color: rgb(6 78 59 / 0.9);
  }

  .md\:border-y-emerald-900\/95 {
    border-top-color: rgb(6 78 59 / 0.95);
    border-bottom-color: rgb(6 78 59 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-emerald-950\/0 {
    border-top-color: rgb(2 44 34 / 0);
    border-bottom-color: rgb(2 44 34 / 0);
  }

  .md\:border-y-emerald-950\/10 {
    border-top-color: rgb(2 44 34 / 0.1);
    border-bottom-color: rgb(2 44 34 / 0.1);
  }

  .md\:border-y-emerald-950\/100 {
    border-top-color: rgb(2 44 34 / 1);
    border-bottom-color: rgb(2 44 34 / 1);
  }

  .md\:border-y-emerald-950\/15 {
    border-top-color: rgb(2 44 34 / 0.15);
    border-bottom-color: rgb(2 44 34 / 0.15);
  }

  .md\:border-y-emerald-950\/20 {
    border-top-color: rgb(2 44 34 / 0.2);
    border-bottom-color: rgb(2 44 34 / 0.2);
  }

  .md\:border-y-emerald-950\/25 {
    border-top-color: rgb(2 44 34 / 0.25);
    border-bottom-color: rgb(2 44 34 / 0.25);
  }

  .md\:border-y-emerald-950\/30 {
    border-top-color: rgb(2 44 34 / 0.3);
    border-bottom-color: rgb(2 44 34 / 0.3);
  }

  .md\:border-y-emerald-950\/35 {
    border-top-color: rgb(2 44 34 / 0.35);
    border-bottom-color: rgb(2 44 34 / 0.35);
  }

  .md\:border-y-emerald-950\/40 {
    border-top-color: rgb(2 44 34 / 0.4);
    border-bottom-color: rgb(2 44 34 / 0.4);
  }

  .md\:border-y-emerald-950\/45 {
    border-top-color: rgb(2 44 34 / 0.45);
    border-bottom-color: rgb(2 44 34 / 0.45);
  }

  .md\:border-y-emerald-950\/5 {
    border-top-color: rgb(2 44 34 / 0.05);
    border-bottom-color: rgb(2 44 34 / 0.05);
  }

  .md\:border-y-emerald-950\/50 {
    border-top-color: rgb(2 44 34 / 0.5);
    border-bottom-color: rgb(2 44 34 / 0.5);
  }

  .md\:border-y-emerald-950\/55 {
    border-top-color: rgb(2 44 34 / 0.55);
    border-bottom-color: rgb(2 44 34 / 0.55);
  }

  .md\:border-y-emerald-950\/60 {
    border-top-color: rgb(2 44 34 / 0.6);
    border-bottom-color: rgb(2 44 34 / 0.6);
  }

  .md\:border-y-emerald-950\/65 {
    border-top-color: rgb(2 44 34 / 0.65);
    border-bottom-color: rgb(2 44 34 / 0.65);
  }

  .md\:border-y-emerald-950\/70 {
    border-top-color: rgb(2 44 34 / 0.7);
    border-bottom-color: rgb(2 44 34 / 0.7);
  }

  .md\:border-y-emerald-950\/75 {
    border-top-color: rgb(2 44 34 / 0.75);
    border-bottom-color: rgb(2 44 34 / 0.75);
  }

  .md\:border-y-emerald-950\/80 {
    border-top-color: rgb(2 44 34 / 0.8);
    border-bottom-color: rgb(2 44 34 / 0.8);
  }

  .md\:border-y-emerald-950\/85 {
    border-top-color: rgb(2 44 34 / 0.85);
    border-bottom-color: rgb(2 44 34 / 0.85);
  }

  .md\:border-y-emerald-950\/90 {
    border-top-color: rgb(2 44 34 / 0.9);
    border-bottom-color: rgb(2 44 34 / 0.9);
  }

  .md\:border-y-emerald-950\/95 {
    border-top-color: rgb(2 44 34 / 0.95);
    border-bottom-color: rgb(2 44 34 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-fuchsia-100\/0 {
    border-top-color: rgb(250 232 255 / 0);
    border-bottom-color: rgb(250 232 255 / 0);
  }

  .md\:border-y-fuchsia-100\/10 {
    border-top-color: rgb(250 232 255 / 0.1);
    border-bottom-color: rgb(250 232 255 / 0.1);
  }

  .md\:border-y-fuchsia-100\/100 {
    border-top-color: rgb(250 232 255 / 1);
    border-bottom-color: rgb(250 232 255 / 1);
  }

  .md\:border-y-fuchsia-100\/15 {
    border-top-color: rgb(250 232 255 / 0.15);
    border-bottom-color: rgb(250 232 255 / 0.15);
  }

  .md\:border-y-fuchsia-100\/20 {
    border-top-color: rgb(250 232 255 / 0.2);
    border-bottom-color: rgb(250 232 255 / 0.2);
  }

  .md\:border-y-fuchsia-100\/25 {
    border-top-color: rgb(250 232 255 / 0.25);
    border-bottom-color: rgb(250 232 255 / 0.25);
  }

  .md\:border-y-fuchsia-100\/30 {
    border-top-color: rgb(250 232 255 / 0.3);
    border-bottom-color: rgb(250 232 255 / 0.3);
  }

  .md\:border-y-fuchsia-100\/35 {
    border-top-color: rgb(250 232 255 / 0.35);
    border-bottom-color: rgb(250 232 255 / 0.35);
  }

  .md\:border-y-fuchsia-100\/40 {
    border-top-color: rgb(250 232 255 / 0.4);
    border-bottom-color: rgb(250 232 255 / 0.4);
  }

  .md\:border-y-fuchsia-100\/45 {
    border-top-color: rgb(250 232 255 / 0.45);
    border-bottom-color: rgb(250 232 255 / 0.45);
  }

  .md\:border-y-fuchsia-100\/5 {
    border-top-color: rgb(250 232 255 / 0.05);
    border-bottom-color: rgb(250 232 255 / 0.05);
  }

  .md\:border-y-fuchsia-100\/50 {
    border-top-color: rgb(250 232 255 / 0.5);
    border-bottom-color: rgb(250 232 255 / 0.5);
  }

  .md\:border-y-fuchsia-100\/55 {
    border-top-color: rgb(250 232 255 / 0.55);
    border-bottom-color: rgb(250 232 255 / 0.55);
  }

  .md\:border-y-fuchsia-100\/60 {
    border-top-color: rgb(250 232 255 / 0.6);
    border-bottom-color: rgb(250 232 255 / 0.6);
  }

  .md\:border-y-fuchsia-100\/65 {
    border-top-color: rgb(250 232 255 / 0.65);
    border-bottom-color: rgb(250 232 255 / 0.65);
  }

  .md\:border-y-fuchsia-100\/70 {
    border-top-color: rgb(250 232 255 / 0.7);
    border-bottom-color: rgb(250 232 255 / 0.7);
  }

  .md\:border-y-fuchsia-100\/75 {
    border-top-color: rgb(250 232 255 / 0.75);
    border-bottom-color: rgb(250 232 255 / 0.75);
  }

  .md\:border-y-fuchsia-100\/80 {
    border-top-color: rgb(250 232 255 / 0.8);
    border-bottom-color: rgb(250 232 255 / 0.8);
  }

  .md\:border-y-fuchsia-100\/85 {
    border-top-color: rgb(250 232 255 / 0.85);
    border-bottom-color: rgb(250 232 255 / 0.85);
  }

  .md\:border-y-fuchsia-100\/90 {
    border-top-color: rgb(250 232 255 / 0.9);
    border-bottom-color: rgb(250 232 255 / 0.9);
  }

  .md\:border-y-fuchsia-100\/95 {
    border-top-color: rgb(250 232 255 / 0.95);
    border-bottom-color: rgb(250 232 255 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-fuchsia-200\/0 {
    border-top-color: rgb(245 208 254 / 0);
    border-bottom-color: rgb(245 208 254 / 0);
  }

  .md\:border-y-fuchsia-200\/10 {
    border-top-color: rgb(245 208 254 / 0.1);
    border-bottom-color: rgb(245 208 254 / 0.1);
  }

  .md\:border-y-fuchsia-200\/100 {
    border-top-color: rgb(245 208 254 / 1);
    border-bottom-color: rgb(245 208 254 / 1);
  }

  .md\:border-y-fuchsia-200\/15 {
    border-top-color: rgb(245 208 254 / 0.15);
    border-bottom-color: rgb(245 208 254 / 0.15);
  }

  .md\:border-y-fuchsia-200\/20 {
    border-top-color: rgb(245 208 254 / 0.2);
    border-bottom-color: rgb(245 208 254 / 0.2);
  }

  .md\:border-y-fuchsia-200\/25 {
    border-top-color: rgb(245 208 254 / 0.25);
    border-bottom-color: rgb(245 208 254 / 0.25);
  }

  .md\:border-y-fuchsia-200\/30 {
    border-top-color: rgb(245 208 254 / 0.3);
    border-bottom-color: rgb(245 208 254 / 0.3);
  }

  .md\:border-y-fuchsia-200\/35 {
    border-top-color: rgb(245 208 254 / 0.35);
    border-bottom-color: rgb(245 208 254 / 0.35);
  }

  .md\:border-y-fuchsia-200\/40 {
    border-top-color: rgb(245 208 254 / 0.4);
    border-bottom-color: rgb(245 208 254 / 0.4);
  }

  .md\:border-y-fuchsia-200\/45 {
    border-top-color: rgb(245 208 254 / 0.45);
    border-bottom-color: rgb(245 208 254 / 0.45);
  }

  .md\:border-y-fuchsia-200\/5 {
    border-top-color: rgb(245 208 254 / 0.05);
    border-bottom-color: rgb(245 208 254 / 0.05);
  }

  .md\:border-y-fuchsia-200\/50 {
    border-top-color: rgb(245 208 254 / 0.5);
    border-bottom-color: rgb(245 208 254 / 0.5);
  }

  .md\:border-y-fuchsia-200\/55 {
    border-top-color: rgb(245 208 254 / 0.55);
    border-bottom-color: rgb(245 208 254 / 0.55);
  }

  .md\:border-y-fuchsia-200\/60 {
    border-top-color: rgb(245 208 254 / 0.6);
    border-bottom-color: rgb(245 208 254 / 0.6);
  }

  .md\:border-y-fuchsia-200\/65 {
    border-top-color: rgb(245 208 254 / 0.65);
    border-bottom-color: rgb(245 208 254 / 0.65);
  }

  .md\:border-y-fuchsia-200\/70 {
    border-top-color: rgb(245 208 254 / 0.7);
    border-bottom-color: rgb(245 208 254 / 0.7);
  }

  .md\:border-y-fuchsia-200\/75 {
    border-top-color: rgb(245 208 254 / 0.75);
    border-bottom-color: rgb(245 208 254 / 0.75);
  }

  .md\:border-y-fuchsia-200\/80 {
    border-top-color: rgb(245 208 254 / 0.8);
    border-bottom-color: rgb(245 208 254 / 0.8);
  }

  .md\:border-y-fuchsia-200\/85 {
    border-top-color: rgb(245 208 254 / 0.85);
    border-bottom-color: rgb(245 208 254 / 0.85);
  }

  .md\:border-y-fuchsia-200\/90 {
    border-top-color: rgb(245 208 254 / 0.9);
    border-bottom-color: rgb(245 208 254 / 0.9);
  }

  .md\:border-y-fuchsia-200\/95 {
    border-top-color: rgb(245 208 254 / 0.95);
    border-bottom-color: rgb(245 208 254 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-fuchsia-300\/0 {
    border-top-color: rgb(240 171 252 / 0);
    border-bottom-color: rgb(240 171 252 / 0);
  }

  .md\:border-y-fuchsia-300\/10 {
    border-top-color: rgb(240 171 252 / 0.1);
    border-bottom-color: rgb(240 171 252 / 0.1);
  }

  .md\:border-y-fuchsia-300\/100 {
    border-top-color: rgb(240 171 252 / 1);
    border-bottom-color: rgb(240 171 252 / 1);
  }

  .md\:border-y-fuchsia-300\/15 {
    border-top-color: rgb(240 171 252 / 0.15);
    border-bottom-color: rgb(240 171 252 / 0.15);
  }

  .md\:border-y-fuchsia-300\/20 {
    border-top-color: rgb(240 171 252 / 0.2);
    border-bottom-color: rgb(240 171 252 / 0.2);
  }

  .md\:border-y-fuchsia-300\/25 {
    border-top-color: rgb(240 171 252 / 0.25);
    border-bottom-color: rgb(240 171 252 / 0.25);
  }

  .md\:border-y-fuchsia-300\/30 {
    border-top-color: rgb(240 171 252 / 0.3);
    border-bottom-color: rgb(240 171 252 / 0.3);
  }

  .md\:border-y-fuchsia-300\/35 {
    border-top-color: rgb(240 171 252 / 0.35);
    border-bottom-color: rgb(240 171 252 / 0.35);
  }

  .md\:border-y-fuchsia-300\/40 {
    border-top-color: rgb(240 171 252 / 0.4);
    border-bottom-color: rgb(240 171 252 / 0.4);
  }

  .md\:border-y-fuchsia-300\/45 {
    border-top-color: rgb(240 171 252 / 0.45);
    border-bottom-color: rgb(240 171 252 / 0.45);
  }

  .md\:border-y-fuchsia-300\/5 {
    border-top-color: rgb(240 171 252 / 0.05);
    border-bottom-color: rgb(240 171 252 / 0.05);
  }

  .md\:border-y-fuchsia-300\/50 {
    border-top-color: rgb(240 171 252 / 0.5);
    border-bottom-color: rgb(240 171 252 / 0.5);
  }

  .md\:border-y-fuchsia-300\/55 {
    border-top-color: rgb(240 171 252 / 0.55);
    border-bottom-color: rgb(240 171 252 / 0.55);
  }

  .md\:border-y-fuchsia-300\/60 {
    border-top-color: rgb(240 171 252 / 0.6);
    border-bottom-color: rgb(240 171 252 / 0.6);
  }

  .md\:border-y-fuchsia-300\/65 {
    border-top-color: rgb(240 171 252 / 0.65);
    border-bottom-color: rgb(240 171 252 / 0.65);
  }

  .md\:border-y-fuchsia-300\/70 {
    border-top-color: rgb(240 171 252 / 0.7);
    border-bottom-color: rgb(240 171 252 / 0.7);
  }

  .md\:border-y-fuchsia-300\/75 {
    border-top-color: rgb(240 171 252 / 0.75);
    border-bottom-color: rgb(240 171 252 / 0.75);
  }

  .md\:border-y-fuchsia-300\/80 {
    border-top-color: rgb(240 171 252 / 0.8);
    border-bottom-color: rgb(240 171 252 / 0.8);
  }

  .md\:border-y-fuchsia-300\/85 {
    border-top-color: rgb(240 171 252 / 0.85);
    border-bottom-color: rgb(240 171 252 / 0.85);
  }

  .md\:border-y-fuchsia-300\/90 {
    border-top-color: rgb(240 171 252 / 0.9);
    border-bottom-color: rgb(240 171 252 / 0.9);
  }

  .md\:border-y-fuchsia-300\/95 {
    border-top-color: rgb(240 171 252 / 0.95);
    border-bottom-color: rgb(240 171 252 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-fuchsia-400\/0 {
    border-top-color: rgb(232 121 249 / 0);
    border-bottom-color: rgb(232 121 249 / 0);
  }

  .md\:border-y-fuchsia-400\/10 {
    border-top-color: rgb(232 121 249 / 0.1);
    border-bottom-color: rgb(232 121 249 / 0.1);
  }

  .md\:border-y-fuchsia-400\/100 {
    border-top-color: rgb(232 121 249 / 1);
    border-bottom-color: rgb(232 121 249 / 1);
  }

  .md\:border-y-fuchsia-400\/15 {
    border-top-color: rgb(232 121 249 / 0.15);
    border-bottom-color: rgb(232 121 249 / 0.15);
  }

  .md\:border-y-fuchsia-400\/20 {
    border-top-color: rgb(232 121 249 / 0.2);
    border-bottom-color: rgb(232 121 249 / 0.2);
  }

  .md\:border-y-fuchsia-400\/25 {
    border-top-color: rgb(232 121 249 / 0.25);
    border-bottom-color: rgb(232 121 249 / 0.25);
  }

  .md\:border-y-fuchsia-400\/30 {
    border-top-color: rgb(232 121 249 / 0.3);
    border-bottom-color: rgb(232 121 249 / 0.3);
  }

  .md\:border-y-fuchsia-400\/35 {
    border-top-color: rgb(232 121 249 / 0.35);
    border-bottom-color: rgb(232 121 249 / 0.35);
  }

  .md\:border-y-fuchsia-400\/40 {
    border-top-color: rgb(232 121 249 / 0.4);
    border-bottom-color: rgb(232 121 249 / 0.4);
  }

  .md\:border-y-fuchsia-400\/45 {
    border-top-color: rgb(232 121 249 / 0.45);
    border-bottom-color: rgb(232 121 249 / 0.45);
  }

  .md\:border-y-fuchsia-400\/5 {
    border-top-color: rgb(232 121 249 / 0.05);
    border-bottom-color: rgb(232 121 249 / 0.05);
  }

  .md\:border-y-fuchsia-400\/50 {
    border-top-color: rgb(232 121 249 / 0.5);
    border-bottom-color: rgb(232 121 249 / 0.5);
  }

  .md\:border-y-fuchsia-400\/55 {
    border-top-color: rgb(232 121 249 / 0.55);
    border-bottom-color: rgb(232 121 249 / 0.55);
  }

  .md\:border-y-fuchsia-400\/60 {
    border-top-color: rgb(232 121 249 / 0.6);
    border-bottom-color: rgb(232 121 249 / 0.6);
  }

  .md\:border-y-fuchsia-400\/65 {
    border-top-color: rgb(232 121 249 / 0.65);
    border-bottom-color: rgb(232 121 249 / 0.65);
  }

  .md\:border-y-fuchsia-400\/70 {
    border-top-color: rgb(232 121 249 / 0.7);
    border-bottom-color: rgb(232 121 249 / 0.7);
  }

  .md\:border-y-fuchsia-400\/75 {
    border-top-color: rgb(232 121 249 / 0.75);
    border-bottom-color: rgb(232 121 249 / 0.75);
  }

  .md\:border-y-fuchsia-400\/80 {
    border-top-color: rgb(232 121 249 / 0.8);
    border-bottom-color: rgb(232 121 249 / 0.8);
  }

  .md\:border-y-fuchsia-400\/85 {
    border-top-color: rgb(232 121 249 / 0.85);
    border-bottom-color: rgb(232 121 249 / 0.85);
  }

  .md\:border-y-fuchsia-400\/90 {
    border-top-color: rgb(232 121 249 / 0.9);
    border-bottom-color: rgb(232 121 249 / 0.9);
  }

  .md\:border-y-fuchsia-400\/95 {
    border-top-color: rgb(232 121 249 / 0.95);
    border-bottom-color: rgb(232 121 249 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-fuchsia-50\/0 {
    border-top-color: rgb(253 244 255 / 0);
    border-bottom-color: rgb(253 244 255 / 0);
  }

  .md\:border-y-fuchsia-50\/10 {
    border-top-color: rgb(253 244 255 / 0.1);
    border-bottom-color: rgb(253 244 255 / 0.1);
  }

  .md\:border-y-fuchsia-50\/100 {
    border-top-color: rgb(253 244 255 / 1);
    border-bottom-color: rgb(253 244 255 / 1);
  }

  .md\:border-y-fuchsia-50\/15 {
    border-top-color: rgb(253 244 255 / 0.15);
    border-bottom-color: rgb(253 244 255 / 0.15);
  }

  .md\:border-y-fuchsia-50\/20 {
    border-top-color: rgb(253 244 255 / 0.2);
    border-bottom-color: rgb(253 244 255 / 0.2);
  }

  .md\:border-y-fuchsia-50\/25 {
    border-top-color: rgb(253 244 255 / 0.25);
    border-bottom-color: rgb(253 244 255 / 0.25);
  }

  .md\:border-y-fuchsia-50\/30 {
    border-top-color: rgb(253 244 255 / 0.3);
    border-bottom-color: rgb(253 244 255 / 0.3);
  }

  .md\:border-y-fuchsia-50\/35 {
    border-top-color: rgb(253 244 255 / 0.35);
    border-bottom-color: rgb(253 244 255 / 0.35);
  }

  .md\:border-y-fuchsia-50\/40 {
    border-top-color: rgb(253 244 255 / 0.4);
    border-bottom-color: rgb(253 244 255 / 0.4);
  }

  .md\:border-y-fuchsia-50\/45 {
    border-top-color: rgb(253 244 255 / 0.45);
    border-bottom-color: rgb(253 244 255 / 0.45);
  }

  .md\:border-y-fuchsia-50\/5 {
    border-top-color: rgb(253 244 255 / 0.05);
    border-bottom-color: rgb(253 244 255 / 0.05);
  }

  .md\:border-y-fuchsia-50\/50 {
    border-top-color: rgb(253 244 255 / 0.5);
    border-bottom-color: rgb(253 244 255 / 0.5);
  }

  .md\:border-y-fuchsia-50\/55 {
    border-top-color: rgb(253 244 255 / 0.55);
    border-bottom-color: rgb(253 244 255 / 0.55);
  }

  .md\:border-y-fuchsia-50\/60 {
    border-top-color: rgb(253 244 255 / 0.6);
    border-bottom-color: rgb(253 244 255 / 0.6);
  }

  .md\:border-y-fuchsia-50\/65 {
    border-top-color: rgb(253 244 255 / 0.65);
    border-bottom-color: rgb(253 244 255 / 0.65);
  }

  .md\:border-y-fuchsia-50\/70 {
    border-top-color: rgb(253 244 255 / 0.7);
    border-bottom-color: rgb(253 244 255 / 0.7);
  }

  .md\:border-y-fuchsia-50\/75 {
    border-top-color: rgb(253 244 255 / 0.75);
    border-bottom-color: rgb(253 244 255 / 0.75);
  }

  .md\:border-y-fuchsia-50\/80 {
    border-top-color: rgb(253 244 255 / 0.8);
    border-bottom-color: rgb(253 244 255 / 0.8);
  }

  .md\:border-y-fuchsia-50\/85 {
    border-top-color: rgb(253 244 255 / 0.85);
    border-bottom-color: rgb(253 244 255 / 0.85);
  }

  .md\:border-y-fuchsia-50\/90 {
    border-top-color: rgb(253 244 255 / 0.9);
    border-bottom-color: rgb(253 244 255 / 0.9);
  }

  .md\:border-y-fuchsia-50\/95 {
    border-top-color: rgb(253 244 255 / 0.95);
    border-bottom-color: rgb(253 244 255 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-fuchsia-500\/0 {
    border-top-color: rgb(217 70 239 / 0);
    border-bottom-color: rgb(217 70 239 / 0);
  }

  .md\:border-y-fuchsia-500\/10 {
    border-top-color: rgb(217 70 239 / 0.1);
    border-bottom-color: rgb(217 70 239 / 0.1);
  }

  .md\:border-y-fuchsia-500\/100 {
    border-top-color: rgb(217 70 239 / 1);
    border-bottom-color: rgb(217 70 239 / 1);
  }

  .md\:border-y-fuchsia-500\/15 {
    border-top-color: rgb(217 70 239 / 0.15);
    border-bottom-color: rgb(217 70 239 / 0.15);
  }

  .md\:border-y-fuchsia-500\/20 {
    border-top-color: rgb(217 70 239 / 0.2);
    border-bottom-color: rgb(217 70 239 / 0.2);
  }

  .md\:border-y-fuchsia-500\/25 {
    border-top-color: rgb(217 70 239 / 0.25);
    border-bottom-color: rgb(217 70 239 / 0.25);
  }

  .md\:border-y-fuchsia-500\/30 {
    border-top-color: rgb(217 70 239 / 0.3);
    border-bottom-color: rgb(217 70 239 / 0.3);
  }

  .md\:border-y-fuchsia-500\/35 {
    border-top-color: rgb(217 70 239 / 0.35);
    border-bottom-color: rgb(217 70 239 / 0.35);
  }

  .md\:border-y-fuchsia-500\/40 {
    border-top-color: rgb(217 70 239 / 0.4);
    border-bottom-color: rgb(217 70 239 / 0.4);
  }

  .md\:border-y-fuchsia-500\/45 {
    border-top-color: rgb(217 70 239 / 0.45);
    border-bottom-color: rgb(217 70 239 / 0.45);
  }

  .md\:border-y-fuchsia-500\/5 {
    border-top-color: rgb(217 70 239 / 0.05);
    border-bottom-color: rgb(217 70 239 / 0.05);
  }

  .md\:border-y-fuchsia-500\/50 {
    border-top-color: rgb(217 70 239 / 0.5);
    border-bottom-color: rgb(217 70 239 / 0.5);
  }

  .md\:border-y-fuchsia-500\/55 {
    border-top-color: rgb(217 70 239 / 0.55);
    border-bottom-color: rgb(217 70 239 / 0.55);
  }

  .md\:border-y-fuchsia-500\/60 {
    border-top-color: rgb(217 70 239 / 0.6);
    border-bottom-color: rgb(217 70 239 / 0.6);
  }

  .md\:border-y-fuchsia-500\/65 {
    border-top-color: rgb(217 70 239 / 0.65);
    border-bottom-color: rgb(217 70 239 / 0.65);
  }

  .md\:border-y-fuchsia-500\/70 {
    border-top-color: rgb(217 70 239 / 0.7);
    border-bottom-color: rgb(217 70 239 / 0.7);
  }

  .md\:border-y-fuchsia-500\/75 {
    border-top-color: rgb(217 70 239 / 0.75);
    border-bottom-color: rgb(217 70 239 / 0.75);
  }

  .md\:border-y-fuchsia-500\/80 {
    border-top-color: rgb(217 70 239 / 0.8);
    border-bottom-color: rgb(217 70 239 / 0.8);
  }

  .md\:border-y-fuchsia-500\/85 {
    border-top-color: rgb(217 70 239 / 0.85);
    border-bottom-color: rgb(217 70 239 / 0.85);
  }

  .md\:border-y-fuchsia-500\/90 {
    border-top-color: rgb(217 70 239 / 0.9);
    border-bottom-color: rgb(217 70 239 / 0.9);
  }

  .md\:border-y-fuchsia-500\/95 {
    border-top-color: rgb(217 70 239 / 0.95);
    border-bottom-color: rgb(217 70 239 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-fuchsia-600\/0 {
    border-top-color: rgb(192 38 211 / 0);
    border-bottom-color: rgb(192 38 211 / 0);
  }

  .md\:border-y-fuchsia-600\/10 {
    border-top-color: rgb(192 38 211 / 0.1);
    border-bottom-color: rgb(192 38 211 / 0.1);
  }

  .md\:border-y-fuchsia-600\/100 {
    border-top-color: rgb(192 38 211 / 1);
    border-bottom-color: rgb(192 38 211 / 1);
  }

  .md\:border-y-fuchsia-600\/15 {
    border-top-color: rgb(192 38 211 / 0.15);
    border-bottom-color: rgb(192 38 211 / 0.15);
  }

  .md\:border-y-fuchsia-600\/20 {
    border-top-color: rgb(192 38 211 / 0.2);
    border-bottom-color: rgb(192 38 211 / 0.2);
  }

  .md\:border-y-fuchsia-600\/25 {
    border-top-color: rgb(192 38 211 / 0.25);
    border-bottom-color: rgb(192 38 211 / 0.25);
  }

  .md\:border-y-fuchsia-600\/30 {
    border-top-color: rgb(192 38 211 / 0.3);
    border-bottom-color: rgb(192 38 211 / 0.3);
  }

  .md\:border-y-fuchsia-600\/35 {
    border-top-color: rgb(192 38 211 / 0.35);
    border-bottom-color: rgb(192 38 211 / 0.35);
  }

  .md\:border-y-fuchsia-600\/40 {
    border-top-color: rgb(192 38 211 / 0.4);
    border-bottom-color: rgb(192 38 211 / 0.4);
  }

  .md\:border-y-fuchsia-600\/45 {
    border-top-color: rgb(192 38 211 / 0.45);
    border-bottom-color: rgb(192 38 211 / 0.45);
  }

  .md\:border-y-fuchsia-600\/5 {
    border-top-color: rgb(192 38 211 / 0.05);
    border-bottom-color: rgb(192 38 211 / 0.05);
  }

  .md\:border-y-fuchsia-600\/50 {
    border-top-color: rgb(192 38 211 / 0.5);
    border-bottom-color: rgb(192 38 211 / 0.5);
  }

  .md\:border-y-fuchsia-600\/55 {
    border-top-color: rgb(192 38 211 / 0.55);
    border-bottom-color: rgb(192 38 211 / 0.55);
  }

  .md\:border-y-fuchsia-600\/60 {
    border-top-color: rgb(192 38 211 / 0.6);
    border-bottom-color: rgb(192 38 211 / 0.6);
  }

  .md\:border-y-fuchsia-600\/65 {
    border-top-color: rgb(192 38 211 / 0.65);
    border-bottom-color: rgb(192 38 211 / 0.65);
  }

  .md\:border-y-fuchsia-600\/70 {
    border-top-color: rgb(192 38 211 / 0.7);
    border-bottom-color: rgb(192 38 211 / 0.7);
  }

  .md\:border-y-fuchsia-600\/75 {
    border-top-color: rgb(192 38 211 / 0.75);
    border-bottom-color: rgb(192 38 211 / 0.75);
  }

  .md\:border-y-fuchsia-600\/80 {
    border-top-color: rgb(192 38 211 / 0.8);
    border-bottom-color: rgb(192 38 211 / 0.8);
  }

  .md\:border-y-fuchsia-600\/85 {
    border-top-color: rgb(192 38 211 / 0.85);
    border-bottom-color: rgb(192 38 211 / 0.85);
  }

  .md\:border-y-fuchsia-600\/90 {
    border-top-color: rgb(192 38 211 / 0.9);
    border-bottom-color: rgb(192 38 211 / 0.9);
  }

  .md\:border-y-fuchsia-600\/95 {
    border-top-color: rgb(192 38 211 / 0.95);
    border-bottom-color: rgb(192 38 211 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-fuchsia-700\/0 {
    border-top-color: rgb(162 28 175 / 0);
    border-bottom-color: rgb(162 28 175 / 0);
  }

  .md\:border-y-fuchsia-700\/10 {
    border-top-color: rgb(162 28 175 / 0.1);
    border-bottom-color: rgb(162 28 175 / 0.1);
  }

  .md\:border-y-fuchsia-700\/100 {
    border-top-color: rgb(162 28 175 / 1);
    border-bottom-color: rgb(162 28 175 / 1);
  }

  .md\:border-y-fuchsia-700\/15 {
    border-top-color: rgb(162 28 175 / 0.15);
    border-bottom-color: rgb(162 28 175 / 0.15);
  }

  .md\:border-y-fuchsia-700\/20 {
    border-top-color: rgb(162 28 175 / 0.2);
    border-bottom-color: rgb(162 28 175 / 0.2);
  }

  .md\:border-y-fuchsia-700\/25 {
    border-top-color: rgb(162 28 175 / 0.25);
    border-bottom-color: rgb(162 28 175 / 0.25);
  }

  .md\:border-y-fuchsia-700\/30 {
    border-top-color: rgb(162 28 175 / 0.3);
    border-bottom-color: rgb(162 28 175 / 0.3);
  }

  .md\:border-y-fuchsia-700\/35 {
    border-top-color: rgb(162 28 175 / 0.35);
    border-bottom-color: rgb(162 28 175 / 0.35);
  }

  .md\:border-y-fuchsia-700\/40 {
    border-top-color: rgb(162 28 175 / 0.4);
    border-bottom-color: rgb(162 28 175 / 0.4);
  }

  .md\:border-y-fuchsia-700\/45 {
    border-top-color: rgb(162 28 175 / 0.45);
    border-bottom-color: rgb(162 28 175 / 0.45);
  }

  .md\:border-y-fuchsia-700\/5 {
    border-top-color: rgb(162 28 175 / 0.05);
    border-bottom-color: rgb(162 28 175 / 0.05);
  }

  .md\:border-y-fuchsia-700\/50 {
    border-top-color: rgb(162 28 175 / 0.5);
    border-bottom-color: rgb(162 28 175 / 0.5);
  }

  .md\:border-y-fuchsia-700\/55 {
    border-top-color: rgb(162 28 175 / 0.55);
    border-bottom-color: rgb(162 28 175 / 0.55);
  }

  .md\:border-y-fuchsia-700\/60 {
    border-top-color: rgb(162 28 175 / 0.6);
    border-bottom-color: rgb(162 28 175 / 0.6);
  }

  .md\:border-y-fuchsia-700\/65 {
    border-top-color: rgb(162 28 175 / 0.65);
    border-bottom-color: rgb(162 28 175 / 0.65);
  }

  .md\:border-y-fuchsia-700\/70 {
    border-top-color: rgb(162 28 175 / 0.7);
    border-bottom-color: rgb(162 28 175 / 0.7);
  }

  .md\:border-y-fuchsia-700\/75 {
    border-top-color: rgb(162 28 175 / 0.75);
    border-bottom-color: rgb(162 28 175 / 0.75);
  }

  .md\:border-y-fuchsia-700\/80 {
    border-top-color: rgb(162 28 175 / 0.8);
    border-bottom-color: rgb(162 28 175 / 0.8);
  }

  .md\:border-y-fuchsia-700\/85 {
    border-top-color: rgb(162 28 175 / 0.85);
    border-bottom-color: rgb(162 28 175 / 0.85);
  }

  .md\:border-y-fuchsia-700\/90 {
    border-top-color: rgb(162 28 175 / 0.9);
    border-bottom-color: rgb(162 28 175 / 0.9);
  }

  .md\:border-y-fuchsia-700\/95 {
    border-top-color: rgb(162 28 175 / 0.95);
    border-bottom-color: rgb(162 28 175 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-fuchsia-800\/0 {
    border-top-color: rgb(134 25 143 / 0);
    border-bottom-color: rgb(134 25 143 / 0);
  }

  .md\:border-y-fuchsia-800\/10 {
    border-top-color: rgb(134 25 143 / 0.1);
    border-bottom-color: rgb(134 25 143 / 0.1);
  }

  .md\:border-y-fuchsia-800\/100 {
    border-top-color: rgb(134 25 143 / 1);
    border-bottom-color: rgb(134 25 143 / 1);
  }

  .md\:border-y-fuchsia-800\/15 {
    border-top-color: rgb(134 25 143 / 0.15);
    border-bottom-color: rgb(134 25 143 / 0.15);
  }

  .md\:border-y-fuchsia-800\/20 {
    border-top-color: rgb(134 25 143 / 0.2);
    border-bottom-color: rgb(134 25 143 / 0.2);
  }

  .md\:border-y-fuchsia-800\/25 {
    border-top-color: rgb(134 25 143 / 0.25);
    border-bottom-color: rgb(134 25 143 / 0.25);
  }

  .md\:border-y-fuchsia-800\/30 {
    border-top-color: rgb(134 25 143 / 0.3);
    border-bottom-color: rgb(134 25 143 / 0.3);
  }

  .md\:border-y-fuchsia-800\/35 {
    border-top-color: rgb(134 25 143 / 0.35);
    border-bottom-color: rgb(134 25 143 / 0.35);
  }

  .md\:border-y-fuchsia-800\/40 {
    border-top-color: rgb(134 25 143 / 0.4);
    border-bottom-color: rgb(134 25 143 / 0.4);
  }

  .md\:border-y-fuchsia-800\/45 {
    border-top-color: rgb(134 25 143 / 0.45);
    border-bottom-color: rgb(134 25 143 / 0.45);
  }

  .md\:border-y-fuchsia-800\/5 {
    border-top-color: rgb(134 25 143 / 0.05);
    border-bottom-color: rgb(134 25 143 / 0.05);
  }

  .md\:border-y-fuchsia-800\/50 {
    border-top-color: rgb(134 25 143 / 0.5);
    border-bottom-color: rgb(134 25 143 / 0.5);
  }

  .md\:border-y-fuchsia-800\/55 {
    border-top-color: rgb(134 25 143 / 0.55);
    border-bottom-color: rgb(134 25 143 / 0.55);
  }

  .md\:border-y-fuchsia-800\/60 {
    border-top-color: rgb(134 25 143 / 0.6);
    border-bottom-color: rgb(134 25 143 / 0.6);
  }

  .md\:border-y-fuchsia-800\/65 {
    border-top-color: rgb(134 25 143 / 0.65);
    border-bottom-color: rgb(134 25 143 / 0.65);
  }

  .md\:border-y-fuchsia-800\/70 {
    border-top-color: rgb(134 25 143 / 0.7);
    border-bottom-color: rgb(134 25 143 / 0.7);
  }

  .md\:border-y-fuchsia-800\/75 {
    border-top-color: rgb(134 25 143 / 0.75);
    border-bottom-color: rgb(134 25 143 / 0.75);
  }

  .md\:border-y-fuchsia-800\/80 {
    border-top-color: rgb(134 25 143 / 0.8);
    border-bottom-color: rgb(134 25 143 / 0.8);
  }

  .md\:border-y-fuchsia-800\/85 {
    border-top-color: rgb(134 25 143 / 0.85);
    border-bottom-color: rgb(134 25 143 / 0.85);
  }

  .md\:border-y-fuchsia-800\/90 {
    border-top-color: rgb(134 25 143 / 0.9);
    border-bottom-color: rgb(134 25 143 / 0.9);
  }

  .md\:border-y-fuchsia-800\/95 {
    border-top-color: rgb(134 25 143 / 0.95);
    border-bottom-color: rgb(134 25 143 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-fuchsia-900\/0 {
    border-top-color: rgb(112 26 117 / 0);
    border-bottom-color: rgb(112 26 117 / 0);
  }

  .md\:border-y-fuchsia-900\/10 {
    border-top-color: rgb(112 26 117 / 0.1);
    border-bottom-color: rgb(112 26 117 / 0.1);
  }

  .md\:border-y-fuchsia-900\/100 {
    border-top-color: rgb(112 26 117 / 1);
    border-bottom-color: rgb(112 26 117 / 1);
  }

  .md\:border-y-fuchsia-900\/15 {
    border-top-color: rgb(112 26 117 / 0.15);
    border-bottom-color: rgb(112 26 117 / 0.15);
  }

  .md\:border-y-fuchsia-900\/20 {
    border-top-color: rgb(112 26 117 / 0.2);
    border-bottom-color: rgb(112 26 117 / 0.2);
  }

  .md\:border-y-fuchsia-900\/25 {
    border-top-color: rgb(112 26 117 / 0.25);
    border-bottom-color: rgb(112 26 117 / 0.25);
  }

  .md\:border-y-fuchsia-900\/30 {
    border-top-color: rgb(112 26 117 / 0.3);
    border-bottom-color: rgb(112 26 117 / 0.3);
  }

  .md\:border-y-fuchsia-900\/35 {
    border-top-color: rgb(112 26 117 / 0.35);
    border-bottom-color: rgb(112 26 117 / 0.35);
  }

  .md\:border-y-fuchsia-900\/40 {
    border-top-color: rgb(112 26 117 / 0.4);
    border-bottom-color: rgb(112 26 117 / 0.4);
  }

  .md\:border-y-fuchsia-900\/45 {
    border-top-color: rgb(112 26 117 / 0.45);
    border-bottom-color: rgb(112 26 117 / 0.45);
  }

  .md\:border-y-fuchsia-900\/5 {
    border-top-color: rgb(112 26 117 / 0.05);
    border-bottom-color: rgb(112 26 117 / 0.05);
  }

  .md\:border-y-fuchsia-900\/50 {
    border-top-color: rgb(112 26 117 / 0.5);
    border-bottom-color: rgb(112 26 117 / 0.5);
  }

  .md\:border-y-fuchsia-900\/55 {
    border-top-color: rgb(112 26 117 / 0.55);
    border-bottom-color: rgb(112 26 117 / 0.55);
  }

  .md\:border-y-fuchsia-900\/60 {
    border-top-color: rgb(112 26 117 / 0.6);
    border-bottom-color: rgb(112 26 117 / 0.6);
  }

  .md\:border-y-fuchsia-900\/65 {
    border-top-color: rgb(112 26 117 / 0.65);
    border-bottom-color: rgb(112 26 117 / 0.65);
  }

  .md\:border-y-fuchsia-900\/70 {
    border-top-color: rgb(112 26 117 / 0.7);
    border-bottom-color: rgb(112 26 117 / 0.7);
  }

  .md\:border-y-fuchsia-900\/75 {
    border-top-color: rgb(112 26 117 / 0.75);
    border-bottom-color: rgb(112 26 117 / 0.75);
  }

  .md\:border-y-fuchsia-900\/80 {
    border-top-color: rgb(112 26 117 / 0.8);
    border-bottom-color: rgb(112 26 117 / 0.8);
  }

  .md\:border-y-fuchsia-900\/85 {
    border-top-color: rgb(112 26 117 / 0.85);
    border-bottom-color: rgb(112 26 117 / 0.85);
  }

  .md\:border-y-fuchsia-900\/90 {
    border-top-color: rgb(112 26 117 / 0.9);
    border-bottom-color: rgb(112 26 117 / 0.9);
  }

  .md\:border-y-fuchsia-900\/95 {
    border-top-color: rgb(112 26 117 / 0.95);
    border-bottom-color: rgb(112 26 117 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-fuchsia-950\/0 {
    border-top-color: rgb(74 4 78 / 0);
    border-bottom-color: rgb(74 4 78 / 0);
  }

  .md\:border-y-fuchsia-950\/10 {
    border-top-color: rgb(74 4 78 / 0.1);
    border-bottom-color: rgb(74 4 78 / 0.1);
  }

  .md\:border-y-fuchsia-950\/100 {
    border-top-color: rgb(74 4 78 / 1);
    border-bottom-color: rgb(74 4 78 / 1);
  }

  .md\:border-y-fuchsia-950\/15 {
    border-top-color: rgb(74 4 78 / 0.15);
    border-bottom-color: rgb(74 4 78 / 0.15);
  }

  .md\:border-y-fuchsia-950\/20 {
    border-top-color: rgb(74 4 78 / 0.2);
    border-bottom-color: rgb(74 4 78 / 0.2);
  }

  .md\:border-y-fuchsia-950\/25 {
    border-top-color: rgb(74 4 78 / 0.25);
    border-bottom-color: rgb(74 4 78 / 0.25);
  }

  .md\:border-y-fuchsia-950\/30 {
    border-top-color: rgb(74 4 78 / 0.3);
    border-bottom-color: rgb(74 4 78 / 0.3);
  }

  .md\:border-y-fuchsia-950\/35 {
    border-top-color: rgb(74 4 78 / 0.35);
    border-bottom-color: rgb(74 4 78 / 0.35);
  }

  .md\:border-y-fuchsia-950\/40 {
    border-top-color: rgb(74 4 78 / 0.4);
    border-bottom-color: rgb(74 4 78 / 0.4);
  }

  .md\:border-y-fuchsia-950\/45 {
    border-top-color: rgb(74 4 78 / 0.45);
    border-bottom-color: rgb(74 4 78 / 0.45);
  }

  .md\:border-y-fuchsia-950\/5 {
    border-top-color: rgb(74 4 78 / 0.05);
    border-bottom-color: rgb(74 4 78 / 0.05);
  }

  .md\:border-y-fuchsia-950\/50 {
    border-top-color: rgb(74 4 78 / 0.5);
    border-bottom-color: rgb(74 4 78 / 0.5);
  }

  .md\:border-y-fuchsia-950\/55 {
    border-top-color: rgb(74 4 78 / 0.55);
    border-bottom-color: rgb(74 4 78 / 0.55);
  }

  .md\:border-y-fuchsia-950\/60 {
    border-top-color: rgb(74 4 78 / 0.6);
    border-bottom-color: rgb(74 4 78 / 0.6);
  }

  .md\:border-y-fuchsia-950\/65 {
    border-top-color: rgb(74 4 78 / 0.65);
    border-bottom-color: rgb(74 4 78 / 0.65);
  }

  .md\:border-y-fuchsia-950\/70 {
    border-top-color: rgb(74 4 78 / 0.7);
    border-bottom-color: rgb(74 4 78 / 0.7);
  }

  .md\:border-y-fuchsia-950\/75 {
    border-top-color: rgb(74 4 78 / 0.75);
    border-bottom-color: rgb(74 4 78 / 0.75);
  }

  .md\:border-y-fuchsia-950\/80 {
    border-top-color: rgb(74 4 78 / 0.8);
    border-bottom-color: rgb(74 4 78 / 0.8);
  }

  .md\:border-y-fuchsia-950\/85 {
    border-top-color: rgb(74 4 78 / 0.85);
    border-bottom-color: rgb(74 4 78 / 0.85);
  }

  .md\:border-y-fuchsia-950\/90 {
    border-top-color: rgb(74 4 78 / 0.9);
    border-bottom-color: rgb(74 4 78 / 0.9);
  }

  .md\:border-y-fuchsia-950\/95 {
    border-top-color: rgb(74 4 78 / 0.95);
    border-bottom-color: rgb(74 4 78 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-gray-100\/0 {
    border-top-color: rgb(243 244 246 / 0);
    border-bottom-color: rgb(243 244 246 / 0);
  }

  .md\:border-y-gray-100\/10 {
    border-top-color: rgb(243 244 246 / 0.1);
    border-bottom-color: rgb(243 244 246 / 0.1);
  }

  .md\:border-y-gray-100\/100 {
    border-top-color: rgb(243 244 246 / 1);
    border-bottom-color: rgb(243 244 246 / 1);
  }

  .md\:border-y-gray-100\/15 {
    border-top-color: rgb(243 244 246 / 0.15);
    border-bottom-color: rgb(243 244 246 / 0.15);
  }

  .md\:border-y-gray-100\/20 {
    border-top-color: rgb(243 244 246 / 0.2);
    border-bottom-color: rgb(243 244 246 / 0.2);
  }

  .md\:border-y-gray-100\/25 {
    border-top-color: rgb(243 244 246 / 0.25);
    border-bottom-color: rgb(243 244 246 / 0.25);
  }

  .md\:border-y-gray-100\/30 {
    border-top-color: rgb(243 244 246 / 0.3);
    border-bottom-color: rgb(243 244 246 / 0.3);
  }

  .md\:border-y-gray-100\/35 {
    border-top-color: rgb(243 244 246 / 0.35);
    border-bottom-color: rgb(243 244 246 / 0.35);
  }

  .md\:border-y-gray-100\/40 {
    border-top-color: rgb(243 244 246 / 0.4);
    border-bottom-color: rgb(243 244 246 / 0.4);
  }

  .md\:border-y-gray-100\/45 {
    border-top-color: rgb(243 244 246 / 0.45);
    border-bottom-color: rgb(243 244 246 / 0.45);
  }

  .md\:border-y-gray-100\/5 {
    border-top-color: rgb(243 244 246 / 0.05);
    border-bottom-color: rgb(243 244 246 / 0.05);
  }

  .md\:border-y-gray-100\/50 {
    border-top-color: rgb(243 244 246 / 0.5);
    border-bottom-color: rgb(243 244 246 / 0.5);
  }

  .md\:border-y-gray-100\/55 {
    border-top-color: rgb(243 244 246 / 0.55);
    border-bottom-color: rgb(243 244 246 / 0.55);
  }

  .md\:border-y-gray-100\/60 {
    border-top-color: rgb(243 244 246 / 0.6);
    border-bottom-color: rgb(243 244 246 / 0.6);
  }

  .md\:border-y-gray-100\/65 {
    border-top-color: rgb(243 244 246 / 0.65);
    border-bottom-color: rgb(243 244 246 / 0.65);
  }

  .md\:border-y-gray-100\/70 {
    border-top-color: rgb(243 244 246 / 0.7);
    border-bottom-color: rgb(243 244 246 / 0.7);
  }

  .md\:border-y-gray-100\/75 {
    border-top-color: rgb(243 244 246 / 0.75);
    border-bottom-color: rgb(243 244 246 / 0.75);
  }

  .md\:border-y-gray-100\/80 {
    border-top-color: rgb(243 244 246 / 0.8);
    border-bottom-color: rgb(243 244 246 / 0.8);
  }

  .md\:border-y-gray-100\/85 {
    border-top-color: rgb(243 244 246 / 0.85);
    border-bottom-color: rgb(243 244 246 / 0.85);
  }

  .md\:border-y-gray-100\/90 {
    border-top-color: rgb(243 244 246 / 0.9);
    border-bottom-color: rgb(243 244 246 / 0.9);
  }

  .md\:border-y-gray-100\/95 {
    border-top-color: rgb(243 244 246 / 0.95);
    border-bottom-color: rgb(243 244 246 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-gray-200\/0 {
    border-top-color: rgb(229 231 235 / 0);
    border-bottom-color: rgb(229 231 235 / 0);
  }

  .md\:border-y-gray-200\/10 {
    border-top-color: rgb(229 231 235 / 0.1);
    border-bottom-color: rgb(229 231 235 / 0.1);
  }

  .md\:border-y-gray-200\/100 {
    border-top-color: rgb(229 231 235 / 1);
    border-bottom-color: rgb(229 231 235 / 1);
  }

  .md\:border-y-gray-200\/15 {
    border-top-color: rgb(229 231 235 / 0.15);
    border-bottom-color: rgb(229 231 235 / 0.15);
  }

  .md\:border-y-gray-200\/20 {
    border-top-color: rgb(229 231 235 / 0.2);
    border-bottom-color: rgb(229 231 235 / 0.2);
  }

  .md\:border-y-gray-200\/25 {
    border-top-color: rgb(229 231 235 / 0.25);
    border-bottom-color: rgb(229 231 235 / 0.25);
  }

  .md\:border-y-gray-200\/30 {
    border-top-color: rgb(229 231 235 / 0.3);
    border-bottom-color: rgb(229 231 235 / 0.3);
  }

  .md\:border-y-gray-200\/35 {
    border-top-color: rgb(229 231 235 / 0.35);
    border-bottom-color: rgb(229 231 235 / 0.35);
  }

  .md\:border-y-gray-200\/40 {
    border-top-color: rgb(229 231 235 / 0.4);
    border-bottom-color: rgb(229 231 235 / 0.4);
  }

  .md\:border-y-gray-200\/45 {
    border-top-color: rgb(229 231 235 / 0.45);
    border-bottom-color: rgb(229 231 235 / 0.45);
  }

  .md\:border-y-gray-200\/5 {
    border-top-color: rgb(229 231 235 / 0.05);
    border-bottom-color: rgb(229 231 235 / 0.05);
  }

  .md\:border-y-gray-200\/50 {
    border-top-color: rgb(229 231 235 / 0.5);
    border-bottom-color: rgb(229 231 235 / 0.5);
  }

  .md\:border-y-gray-200\/55 {
    border-top-color: rgb(229 231 235 / 0.55);
    border-bottom-color: rgb(229 231 235 / 0.55);
  }

  .md\:border-y-gray-200\/60 {
    border-top-color: rgb(229 231 235 / 0.6);
    border-bottom-color: rgb(229 231 235 / 0.6);
  }

  .md\:border-y-gray-200\/65 {
    border-top-color: rgb(229 231 235 / 0.65);
    border-bottom-color: rgb(229 231 235 / 0.65);
  }

  .md\:border-y-gray-200\/70 {
    border-top-color: rgb(229 231 235 / 0.7);
    border-bottom-color: rgb(229 231 235 / 0.7);
  }

  .md\:border-y-gray-200\/75 {
    border-top-color: rgb(229 231 235 / 0.75);
    border-bottom-color: rgb(229 231 235 / 0.75);
  }

  .md\:border-y-gray-200\/80 {
    border-top-color: rgb(229 231 235 / 0.8);
    border-bottom-color: rgb(229 231 235 / 0.8);
  }

  .md\:border-y-gray-200\/85 {
    border-top-color: rgb(229 231 235 / 0.85);
    border-bottom-color: rgb(229 231 235 / 0.85);
  }

  .md\:border-y-gray-200\/90 {
    border-top-color: rgb(229 231 235 / 0.9);
    border-bottom-color: rgb(229 231 235 / 0.9);
  }

  .md\:border-y-gray-200\/95 {
    border-top-color: rgb(229 231 235 / 0.95);
    border-bottom-color: rgb(229 231 235 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-gray-300\/0 {
    border-top-color: rgb(209 213 219 / 0);
    border-bottom-color: rgb(209 213 219 / 0);
  }

  .md\:border-y-gray-300\/10 {
    border-top-color: rgb(209 213 219 / 0.1);
    border-bottom-color: rgb(209 213 219 / 0.1);
  }

  .md\:border-y-gray-300\/100 {
    border-top-color: rgb(209 213 219 / 1);
    border-bottom-color: rgb(209 213 219 / 1);
  }

  .md\:border-y-gray-300\/15 {
    border-top-color: rgb(209 213 219 / 0.15);
    border-bottom-color: rgb(209 213 219 / 0.15);
  }

  .md\:border-y-gray-300\/20 {
    border-top-color: rgb(209 213 219 / 0.2);
    border-bottom-color: rgb(209 213 219 / 0.2);
  }

  .md\:border-y-gray-300\/25 {
    border-top-color: rgb(209 213 219 / 0.25);
    border-bottom-color: rgb(209 213 219 / 0.25);
  }

  .md\:border-y-gray-300\/30 {
    border-top-color: rgb(209 213 219 / 0.3);
    border-bottom-color: rgb(209 213 219 / 0.3);
  }

  .md\:border-y-gray-300\/35 {
    border-top-color: rgb(209 213 219 / 0.35);
    border-bottom-color: rgb(209 213 219 / 0.35);
  }

  .md\:border-y-gray-300\/40 {
    border-top-color: rgb(209 213 219 / 0.4);
    border-bottom-color: rgb(209 213 219 / 0.4);
  }

  .md\:border-y-gray-300\/45 {
    border-top-color: rgb(209 213 219 / 0.45);
    border-bottom-color: rgb(209 213 219 / 0.45);
  }

  .md\:border-y-gray-300\/5 {
    border-top-color: rgb(209 213 219 / 0.05);
    border-bottom-color: rgb(209 213 219 / 0.05);
  }

  .md\:border-y-gray-300\/50 {
    border-top-color: rgb(209 213 219 / 0.5);
    border-bottom-color: rgb(209 213 219 / 0.5);
  }

  .md\:border-y-gray-300\/55 {
    border-top-color: rgb(209 213 219 / 0.55);
    border-bottom-color: rgb(209 213 219 / 0.55);
  }

  .md\:border-y-gray-300\/60 {
    border-top-color: rgb(209 213 219 / 0.6);
    border-bottom-color: rgb(209 213 219 / 0.6);
  }

  .md\:border-y-gray-300\/65 {
    border-top-color: rgb(209 213 219 / 0.65);
    border-bottom-color: rgb(209 213 219 / 0.65);
  }

  .md\:border-y-gray-300\/70 {
    border-top-color: rgb(209 213 219 / 0.7);
    border-bottom-color: rgb(209 213 219 / 0.7);
  }

  .md\:border-y-gray-300\/75 {
    border-top-color: rgb(209 213 219 / 0.75);
    border-bottom-color: rgb(209 213 219 / 0.75);
  }

  .md\:border-y-gray-300\/80 {
    border-top-color: rgb(209 213 219 / 0.8);
    border-bottom-color: rgb(209 213 219 / 0.8);
  }

  .md\:border-y-gray-300\/85 {
    border-top-color: rgb(209 213 219 / 0.85);
    border-bottom-color: rgb(209 213 219 / 0.85);
  }

  .md\:border-y-gray-300\/90 {
    border-top-color: rgb(209 213 219 / 0.9);
    border-bottom-color: rgb(209 213 219 / 0.9);
  }

  .md\:border-y-gray-300\/95 {
    border-top-color: rgb(209 213 219 / 0.95);
    border-bottom-color: rgb(209 213 219 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-gray-400\/0 {
    border-top-color: rgb(156 163 175 / 0);
    border-bottom-color: rgb(156 163 175 / 0);
  }

  .md\:border-y-gray-400\/10 {
    border-top-color: rgb(156 163 175 / 0.1);
    border-bottom-color: rgb(156 163 175 / 0.1);
  }

  .md\:border-y-gray-400\/100 {
    border-top-color: rgb(156 163 175 / 1);
    border-bottom-color: rgb(156 163 175 / 1);
  }

  .md\:border-y-gray-400\/15 {
    border-top-color: rgb(156 163 175 / 0.15);
    border-bottom-color: rgb(156 163 175 / 0.15);
  }

  .md\:border-y-gray-400\/20 {
    border-top-color: rgb(156 163 175 / 0.2);
    border-bottom-color: rgb(156 163 175 / 0.2);
  }

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

  .md\:border-y-gray-400\/30 {
    border-top-color: rgb(156 163 175 / 0.3);
    border-bottom-color: rgb(156 163 175 / 0.3);
  }

  .md\:border-y-gray-400\/35 {
    border-top-color: rgb(156 163 175 / 0.35);
    border-bottom-color: rgb(156 163 175 / 0.35);
  }

  .md\:border-y-gray-400\/40 {
    border-top-color: rgb(156 163 175 / 0.4);
    border-bottom-color: rgb(156 163 175 / 0.4);
  }

  .md\:border-y-gray-400\/45 {
    border-top-color: rgb(156 163 175 / 0.45);
    border-bottom-color: rgb(156 163 175 / 0.45);
  }

  .md\:border-y-gray-400\/5 {
    border-top-color: rgb(156 163 175 / 0.05);
    border-bottom-color: rgb(156 163 175 / 0.05);
  }

  .md\:border-y-gray-400\/50 {
    border-top-color: rgb(156 163 175 / 0.5);
    border-bottom-color: rgb(156 163 175 / 0.5);
  }

  .md\:border-y-gray-400\/55 {
    border-top-color: rgb(156 163 175 / 0.55);
    border-bottom-color: rgb(156 163 175 / 0.55);
  }

  .md\:border-y-gray-400\/60 {
    border-top-color: rgb(156 163 175 / 0.6);
    border-bottom-color: rgb(156 163 175 / 0.6);
  }

  .md\:border-y-gray-400\/65 {
    border-top-color: rgb(156 163 175 / 0.65);
    border-bottom-color: rgb(156 163 175 / 0.65);
  }

  .md\:border-y-gray-400\/70 {
    border-top-color: rgb(156 163 175 / 0.7);
    border-bottom-color: rgb(156 163 175 / 0.7);
  }

  .md\:border-y-gray-400\/75 {
    border-top-color: rgb(156 163 175 / 0.75);
    border-bottom-color: rgb(156 163 175 / 0.75);
  }

  .md\:border-y-gray-400\/80 {
    border-top-color: rgb(156 163 175 / 0.8);
    border-bottom-color: rgb(156 163 175 / 0.8);
  }

  .md\:border-y-gray-400\/85 {
    border-top-color: rgb(156 163 175 / 0.85);
    border-bottom-color: rgb(156 163 175 / 0.85);
  }

  .md\:border-y-gray-400\/90 {
    border-top-color: rgb(156 163 175 / 0.9);
    border-bottom-color: rgb(156 163 175 / 0.9);
  }

  .md\:border-y-gray-400\/95 {
    border-top-color: rgb(156 163 175 / 0.95);
    border-bottom-color: rgb(156 163 175 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-gray-50\/0 {
    border-top-color: rgb(249 250 251 / 0);
    border-bottom-color: rgb(249 250 251 / 0);
  }

  .md\:border-y-gray-50\/10 {
    border-top-color: rgb(249 250 251 / 0.1);
    border-bottom-color: rgb(249 250 251 / 0.1);
  }

  .md\:border-y-gray-50\/100 {
    border-top-color: rgb(249 250 251 / 1);
    border-bottom-color: rgb(249 250 251 / 1);
  }

  .md\:border-y-gray-50\/15 {
    border-top-color: rgb(249 250 251 / 0.15);
    border-bottom-color: rgb(249 250 251 / 0.15);
  }

  .md\:border-y-gray-50\/20 {
    border-top-color: rgb(249 250 251 / 0.2);
    border-bottom-color: rgb(249 250 251 / 0.2);
  }

  .md\:border-y-gray-50\/25 {
    border-top-color: rgb(249 250 251 / 0.25);
    border-bottom-color: rgb(249 250 251 / 0.25);
  }

  .md\:border-y-gray-50\/30 {
    border-top-color: rgb(249 250 251 / 0.3);
    border-bottom-color: rgb(249 250 251 / 0.3);
  }

  .md\:border-y-gray-50\/35 {
    border-top-color: rgb(249 250 251 / 0.35);
    border-bottom-color: rgb(249 250 251 / 0.35);
  }

  .md\:border-y-gray-50\/40 {
    border-top-color: rgb(249 250 251 / 0.4);
    border-bottom-color: rgb(249 250 251 / 0.4);
  }

  .md\:border-y-gray-50\/45 {
    border-top-color: rgb(249 250 251 / 0.45);
    border-bottom-color: rgb(249 250 251 / 0.45);
  }

  .md\:border-y-gray-50\/5 {
    border-top-color: rgb(249 250 251 / 0.05);
    border-bottom-color: rgb(249 250 251 / 0.05);
  }

  .md\:border-y-gray-50\/50 {
    border-top-color: rgb(249 250 251 / 0.5);
    border-bottom-color: rgb(249 250 251 / 0.5);
  }

  .md\:border-y-gray-50\/55 {
    border-top-color: rgb(249 250 251 / 0.55);
    border-bottom-color: rgb(249 250 251 / 0.55);
  }

  .md\:border-y-gray-50\/60 {
    border-top-color: rgb(249 250 251 / 0.6);
    border-bottom-color: rgb(249 250 251 / 0.6);
  }

  .md\:border-y-gray-50\/65 {
    border-top-color: rgb(249 250 251 / 0.65);
    border-bottom-color: rgb(249 250 251 / 0.65);
  }

  .md\:border-y-gray-50\/70 {
    border-top-color: rgb(249 250 251 / 0.7);
    border-bottom-color: rgb(249 250 251 / 0.7);
  }

  .md\:border-y-gray-50\/75 {
    border-top-color: rgb(249 250 251 / 0.75);
    border-bottom-color: rgb(249 250 251 / 0.75);
  }

  .md\:border-y-gray-50\/80 {
    border-top-color: rgb(249 250 251 / 0.8);
    border-bottom-color: rgb(249 250 251 / 0.8);
  }

  .md\:border-y-gray-50\/85 {
    border-top-color: rgb(249 250 251 / 0.85);
    border-bottom-color: rgb(249 250 251 / 0.85);
  }

  .md\:border-y-gray-50\/90 {
    border-top-color: rgb(249 250 251 / 0.9);
    border-bottom-color: rgb(249 250 251 / 0.9);
  }

  .md\:border-y-gray-50\/95 {
    border-top-color: rgb(249 250 251 / 0.95);
    border-bottom-color: rgb(249 250 251 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-gray-500\/0 {
    border-top-color: rgb(107 114 128 / 0);
    border-bottom-color: rgb(107 114 128 / 0);
  }

  .md\:border-y-gray-500\/10 {
    border-top-color: rgb(107 114 128 / 0.1);
    border-bottom-color: rgb(107 114 128 / 0.1);
  }

  .md\:border-y-gray-500\/100 {
    border-top-color: rgb(107 114 128 / 1);
    border-bottom-color: rgb(107 114 128 / 1);
  }

  .md\:border-y-gray-500\/15 {
    border-top-color: rgb(107 114 128 / 0.15);
    border-bottom-color: rgb(107 114 128 / 0.15);
  }

  .md\:border-y-gray-500\/20 {
    border-top-color: rgb(107 114 128 / 0.2);
    border-bottom-color: rgb(107 114 128 / 0.2);
  }

  .md\:border-y-gray-500\/25 {
    border-top-color: rgb(107 114 128 / 0.25);
    border-bottom-color: rgb(107 114 128 / 0.25);
  }

  .md\:border-y-gray-500\/30 {
    border-top-color: rgb(107 114 128 / 0.3);
    border-bottom-color: rgb(107 114 128 / 0.3);
  }

  .md\:border-y-gray-500\/35 {
    border-top-color: rgb(107 114 128 / 0.35);
    border-bottom-color: rgb(107 114 128 / 0.35);
  }

  .md\:border-y-gray-500\/40 {
    border-top-color: rgb(107 114 128 / 0.4);
    border-bottom-color: rgb(107 114 128 / 0.4);
  }

  .md\:border-y-gray-500\/45 {
    border-top-color: rgb(107 114 128 / 0.45);
    border-bottom-color: rgb(107 114 128 / 0.45);
  }

  .md\:border-y-gray-500\/5 {
    border-top-color: rgb(107 114 128 / 0.05);
    border-bottom-color: rgb(107 114 128 / 0.05);
  }

  .md\:border-y-gray-500\/50 {
    border-top-color: rgb(107 114 128 / 0.5);
    border-bottom-color: rgb(107 114 128 / 0.5);
  }

  .md\:border-y-gray-500\/55 {
    border-top-color: rgb(107 114 128 / 0.55);
    border-bottom-color: rgb(107 114 128 / 0.55);
  }

  .md\:border-y-gray-500\/60 {
    border-top-color: rgb(107 114 128 / 0.6);
    border-bottom-color: rgb(107 114 128 / 0.6);
  }

  .md\:border-y-gray-500\/65 {
    border-top-color: rgb(107 114 128 / 0.65);
    border-bottom-color: rgb(107 114 128 / 0.65);
  }

  .md\:border-y-gray-500\/70 {
    border-top-color: rgb(107 114 128 / 0.7);
    border-bottom-color: rgb(107 114 128 / 0.7);
  }

  .md\:border-y-gray-500\/75 {
    border-top-color: rgb(107 114 128 / 0.75);
    border-bottom-color: rgb(107 114 128 / 0.75);
  }

  .md\:border-y-gray-500\/80 {
    border-top-color: rgb(107 114 128 / 0.8);
    border-bottom-color: rgb(107 114 128 / 0.8);
  }

  .md\:border-y-gray-500\/85 {
    border-top-color: rgb(107 114 128 / 0.85);
    border-bottom-color: rgb(107 114 128 / 0.85);
  }

  .md\:border-y-gray-500\/90 {
    border-top-color: rgb(107 114 128 / 0.9);
    border-bottom-color: rgb(107 114 128 / 0.9);
  }

  .md\:border-y-gray-500\/95 {
    border-top-color: rgb(107 114 128 / 0.95);
    border-bottom-color: rgb(107 114 128 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-gray-600\/0 {
    border-top-color: rgb(75 85 99 / 0);
    border-bottom-color: rgb(75 85 99 / 0);
  }

  .md\:border-y-gray-600\/10 {
    border-top-color: rgb(75 85 99 / 0.1);
    border-bottom-color: rgb(75 85 99 / 0.1);
  }

  .md\:border-y-gray-600\/100 {
    border-top-color: rgb(75 85 99 / 1);
    border-bottom-color: rgb(75 85 99 / 1);
  }

  .md\:border-y-gray-600\/15 {
    border-top-color: rgb(75 85 99 / 0.15);
    border-bottom-color: rgb(75 85 99 / 0.15);
  }

  .md\:border-y-gray-600\/20 {
    border-top-color: rgb(75 85 99 / 0.2);
    border-bottom-color: rgb(75 85 99 / 0.2);
  }

  .md\:border-y-gray-600\/25 {
    border-top-color: rgb(75 85 99 / 0.25);
    border-bottom-color: rgb(75 85 99 / 0.25);
  }

  .md\:border-y-gray-600\/30 {
    border-top-color: rgb(75 85 99 / 0.3);
    border-bottom-color: rgb(75 85 99 / 0.3);
  }

  .md\:border-y-gray-600\/35 {
    border-top-color: rgb(75 85 99 / 0.35);
    border-bottom-color: rgb(75 85 99 / 0.35);
  }

  .md\:border-y-gray-600\/40 {
    border-top-color: rgb(75 85 99 / 0.4);
    border-bottom-color: rgb(75 85 99 / 0.4);
  }

  .md\:border-y-gray-600\/45 {
    border-top-color: rgb(75 85 99 / 0.45);
    border-bottom-color: rgb(75 85 99 / 0.45);
  }

  .md\:border-y-gray-600\/5 {
    border-top-color: rgb(75 85 99 / 0.05);
    border-bottom-color: rgb(75 85 99 / 0.05);
  }

  .md\:border-y-gray-600\/50 {
    border-top-color: rgb(75 85 99 / 0.5);
    border-bottom-color: rgb(75 85 99 / 0.5);
  }

  .md\:border-y-gray-600\/55 {
    border-top-color: rgb(75 85 99 / 0.55);
    border-bottom-color: rgb(75 85 99 / 0.55);
  }

  .md\:border-y-gray-600\/60 {
    border-top-color: rgb(75 85 99 / 0.6);
    border-bottom-color: rgb(75 85 99 / 0.6);
  }

  .md\:border-y-gray-600\/65 {
    border-top-color: rgb(75 85 99 / 0.65);
    border-bottom-color: rgb(75 85 99 / 0.65);
  }

  .md\:border-y-gray-600\/70 {
    border-top-color: rgb(75 85 99 / 0.7);
    border-bottom-color: rgb(75 85 99 / 0.7);
  }

  .md\:border-y-gray-600\/75 {
    border-top-color: rgb(75 85 99 / 0.75);
    border-bottom-color: rgb(75 85 99 / 0.75);
  }

  .md\:border-y-gray-600\/80 {
    border-top-color: rgb(75 85 99 / 0.8);
    border-bottom-color: rgb(75 85 99 / 0.8);
  }

  .md\:border-y-gray-600\/85 {
    border-top-color: rgb(75 85 99 / 0.85);
    border-bottom-color: rgb(75 85 99 / 0.85);
  }

  .md\:border-y-gray-600\/90 {
    border-top-color: rgb(75 85 99 / 0.9);
    border-bottom-color: rgb(75 85 99 / 0.9);
  }

  .md\:border-y-gray-600\/95 {
    border-top-color: rgb(75 85 99 / 0.95);
    border-bottom-color: rgb(75 85 99 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-gray-700\/0 {
    border-top-color: rgb(55 65 81 / 0);
    border-bottom-color: rgb(55 65 81 / 0);
  }

  .md\:border-y-gray-700\/10 {
    border-top-color: rgb(55 65 81 / 0.1);
    border-bottom-color: rgb(55 65 81 / 0.1);
  }

  .md\:border-y-gray-700\/100 {
    border-top-color: rgb(55 65 81 / 1);
    border-bottom-color: rgb(55 65 81 / 1);
  }

  .md\:border-y-gray-700\/15 {
    border-top-color: rgb(55 65 81 / 0.15);
    border-bottom-color: rgb(55 65 81 / 0.15);
  }

  .md\:border-y-gray-700\/20 {
    border-top-color: rgb(55 65 81 / 0.2);
    border-bottom-color: rgb(55 65 81 / 0.2);
  }

  .md\:border-y-gray-700\/25 {
    border-top-color: rgb(55 65 81 / 0.25);
    border-bottom-color: rgb(55 65 81 / 0.25);
  }

  .md\:border-y-gray-700\/30 {
    border-top-color: rgb(55 65 81 / 0.3);
    border-bottom-color: rgb(55 65 81 / 0.3);
  }

  .md\:border-y-gray-700\/35 {
    border-top-color: rgb(55 65 81 / 0.35);
    border-bottom-color: rgb(55 65 81 / 0.35);
  }

  .md\:border-y-gray-700\/40 {
    border-top-color: rgb(55 65 81 / 0.4);
    border-bottom-color: rgb(55 65 81 / 0.4);
  }

  .md\:border-y-gray-700\/45 {
    border-top-color: rgb(55 65 81 / 0.45);
    border-bottom-color: rgb(55 65 81 / 0.45);
  }

  .md\:border-y-gray-700\/5 {
    border-top-color: rgb(55 65 81 / 0.05);
    border-bottom-color: rgb(55 65 81 / 0.05);
  }

  .md\:border-y-gray-700\/50 {
    border-top-color: rgb(55 65 81 / 0.5);
    border-bottom-color: rgb(55 65 81 / 0.5);
  }

  .md\:border-y-gray-700\/55 {
    border-top-color: rgb(55 65 81 / 0.55);
    border-bottom-color: rgb(55 65 81 / 0.55);
  }

  .md\:border-y-gray-700\/60 {
    border-top-color: rgb(55 65 81 / 0.6);
    border-bottom-color: rgb(55 65 81 / 0.6);
  }

  .md\:border-y-gray-700\/65 {
    border-top-color: rgb(55 65 81 / 0.65);
    border-bottom-color: rgb(55 65 81 / 0.65);
  }

  .md\:border-y-gray-700\/70 {
    border-top-color: rgb(55 65 81 / 0.7);
    border-bottom-color: rgb(55 65 81 / 0.7);
  }

  .md\:border-y-gray-700\/75 {
    border-top-color: rgb(55 65 81 / 0.75);
    border-bottom-color: rgb(55 65 81 / 0.75);
  }

  .md\:border-y-gray-700\/80 {
    border-top-color: rgb(55 65 81 / 0.8);
    border-bottom-color: rgb(55 65 81 / 0.8);
  }

  .md\:border-y-gray-700\/85 {
    border-top-color: rgb(55 65 81 / 0.85);
    border-bottom-color: rgb(55 65 81 / 0.85);
  }

  .md\:border-y-gray-700\/90 {
    border-top-color: rgb(55 65 81 / 0.9);
    border-bottom-color: rgb(55 65 81 / 0.9);
  }

  .md\:border-y-gray-700\/95 {
    border-top-color: rgb(55 65 81 / 0.95);
    border-bottom-color: rgb(55 65 81 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-gray-800\/0 {
    border-top-color: rgb(31 41 55 / 0);
    border-bottom-color: rgb(31 41 55 / 0);
  }

  .md\:border-y-gray-800\/10 {
    border-top-color: rgb(31 41 55 / 0.1);
    border-bottom-color: rgb(31 41 55 / 0.1);
  }

  .md\:border-y-gray-800\/100 {
    border-top-color: rgb(31 41 55 / 1);
    border-bottom-color: rgb(31 41 55 / 1);
  }

  .md\:border-y-gray-800\/15 {
    border-top-color: rgb(31 41 55 / 0.15);
    border-bottom-color: rgb(31 41 55 / 0.15);
  }

  .md\:border-y-gray-800\/20 {
    border-top-color: rgb(31 41 55 / 0.2);
    border-bottom-color: rgb(31 41 55 / 0.2);
  }

  .md\:border-y-gray-800\/25 {
    border-top-color: rgb(31 41 55 / 0.25);
    border-bottom-color: rgb(31 41 55 / 0.25);
  }

  .md\:border-y-gray-800\/30 {
    border-top-color: rgb(31 41 55 / 0.3);
    border-bottom-color: rgb(31 41 55 / 0.3);
  }

  .md\:border-y-gray-800\/35 {
    border-top-color: rgb(31 41 55 / 0.35);
    border-bottom-color: rgb(31 41 55 / 0.35);
  }

  .md\:border-y-gray-800\/40 {
    border-top-color: rgb(31 41 55 / 0.4);
    border-bottom-color: rgb(31 41 55 / 0.4);
  }

  .md\:border-y-gray-800\/45 {
    border-top-color: rgb(31 41 55 / 0.45);
    border-bottom-color: rgb(31 41 55 / 0.45);
  }

  .md\:border-y-gray-800\/5 {
    border-top-color: rgb(31 41 55 / 0.05);
    border-bottom-color: rgb(31 41 55 / 0.05);
  }

  .md\:border-y-gray-800\/50 {
    border-top-color: rgb(31 41 55 / 0.5);
    border-bottom-color: rgb(31 41 55 / 0.5);
  }

  .md\:border-y-gray-800\/55 {
    border-top-color: rgb(31 41 55 / 0.55);
    border-bottom-color: rgb(31 41 55 / 0.55);
  }

  .md\:border-y-gray-800\/60 {
    border-top-color: rgb(31 41 55 / 0.6);
    border-bottom-color: rgb(31 41 55 / 0.6);
  }

  .md\:border-y-gray-800\/65 {
    border-top-color: rgb(31 41 55 / 0.65);
    border-bottom-color: rgb(31 41 55 / 0.65);
  }

  .md\:border-y-gray-800\/70 {
    border-top-color: rgb(31 41 55 / 0.7);
    border-bottom-color: rgb(31 41 55 / 0.7);
  }

  .md\:border-y-gray-800\/75 {
    border-top-color: rgb(31 41 55 / 0.75);
    border-bottom-color: rgb(31 41 55 / 0.75);
  }

  .md\:border-y-gray-800\/80 {
    border-top-color: rgb(31 41 55 / 0.8);
    border-bottom-color: rgb(31 41 55 / 0.8);
  }

  .md\:border-y-gray-800\/85 {
    border-top-color: rgb(31 41 55 / 0.85);
    border-bottom-color: rgb(31 41 55 / 0.85);
  }

  .md\:border-y-gray-800\/90 {
    border-top-color: rgb(31 41 55 / 0.9);
    border-bottom-color: rgb(31 41 55 / 0.9);
  }

  .md\:border-y-gray-800\/95 {
    border-top-color: rgb(31 41 55 / 0.95);
    border-bottom-color: rgb(31 41 55 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-gray-900\/0 {
    border-top-color: rgb(17 24 39 / 0);
    border-bottom-color: rgb(17 24 39 / 0);
  }

  .md\:border-y-gray-900\/10 {
    border-top-color: rgb(17 24 39 / 0.1);
    border-bottom-color: rgb(17 24 39 / 0.1);
  }

  .md\:border-y-gray-900\/100 {
    border-top-color: rgb(17 24 39 / 1);
    border-bottom-color: rgb(17 24 39 / 1);
  }

  .md\:border-y-gray-900\/15 {
    border-top-color: rgb(17 24 39 / 0.15);
    border-bottom-color: rgb(17 24 39 / 0.15);
  }

  .md\:border-y-gray-900\/20 {
    border-top-color: rgb(17 24 39 / 0.2);
    border-bottom-color: rgb(17 24 39 / 0.2);
  }

  .md\:border-y-gray-900\/25 {
    border-top-color: rgb(17 24 39 / 0.25);
    border-bottom-color: rgb(17 24 39 / 0.25);
  }

  .md\:border-y-gray-900\/30 {
    border-top-color: rgb(17 24 39 / 0.3);
    border-bottom-color: rgb(17 24 39 / 0.3);
  }

  .md\:border-y-gray-900\/35 {
    border-top-color: rgb(17 24 39 / 0.35);
    border-bottom-color: rgb(17 24 39 / 0.35);
  }

  .md\:border-y-gray-900\/40 {
    border-top-color: rgb(17 24 39 / 0.4);
    border-bottom-color: rgb(17 24 39 / 0.4);
  }

  .md\:border-y-gray-900\/45 {
    border-top-color: rgb(17 24 39 / 0.45);
    border-bottom-color: rgb(17 24 39 / 0.45);
  }

  .md\:border-y-gray-900\/5 {
    border-top-color: rgb(17 24 39 / 0.05);
    border-bottom-color: rgb(17 24 39 / 0.05);
  }

  .md\:border-y-gray-900\/50 {
    border-top-color: rgb(17 24 39 / 0.5);
    border-bottom-color: rgb(17 24 39 / 0.5);
  }

  .md\:border-y-gray-900\/55 {
    border-top-color: rgb(17 24 39 / 0.55);
    border-bottom-color: rgb(17 24 39 / 0.55);
  }

  .md\:border-y-gray-900\/60 {
    border-top-color: rgb(17 24 39 / 0.6);
    border-bottom-color: rgb(17 24 39 / 0.6);
  }

  .md\:border-y-gray-900\/65 {
    border-top-color: rgb(17 24 39 / 0.65);
    border-bottom-color: rgb(17 24 39 / 0.65);
  }

  .md\:border-y-gray-900\/70 {
    border-top-color: rgb(17 24 39 / 0.7);
    border-bottom-color: rgb(17 24 39 / 0.7);
  }

  .md\:border-y-gray-900\/75 {
    border-top-color: rgb(17 24 39 / 0.75);
    border-bottom-color: rgb(17 24 39 / 0.75);
  }

  .md\:border-y-gray-900\/80 {
    border-top-color: rgb(17 24 39 / 0.8);
    border-bottom-color: rgb(17 24 39 / 0.8);
  }

  .md\:border-y-gray-900\/85 {
    border-top-color: rgb(17 24 39 / 0.85);
    border-bottom-color: rgb(17 24 39 / 0.85);
  }

  .md\:border-y-gray-900\/90 {
    border-top-color: rgb(17 24 39 / 0.9);
    border-bottom-color: rgb(17 24 39 / 0.9);
  }

  .md\:border-y-gray-900\/95 {
    border-top-color: rgb(17 24 39 / 0.95);
    border-bottom-color: rgb(17 24 39 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-gray-950\/0 {
    border-top-color: rgb(3 7 18 / 0);
    border-bottom-color: rgb(3 7 18 / 0);
  }

  .md\:border-y-gray-950\/10 {
    border-top-color: rgb(3 7 18 / 0.1);
    border-bottom-color: rgb(3 7 18 / 0.1);
  }

  .md\:border-y-gray-950\/100 {
    border-top-color: rgb(3 7 18 / 1);
    border-bottom-color: rgb(3 7 18 / 1);
  }

  .md\:border-y-gray-950\/15 {
    border-top-color: rgb(3 7 18 / 0.15);
    border-bottom-color: rgb(3 7 18 / 0.15);
  }

  .md\:border-y-gray-950\/20 {
    border-top-color: rgb(3 7 18 / 0.2);
    border-bottom-color: rgb(3 7 18 / 0.2);
  }

  .md\:border-y-gray-950\/25 {
    border-top-color: rgb(3 7 18 / 0.25);
    border-bottom-color: rgb(3 7 18 / 0.25);
  }

  .md\:border-y-gray-950\/30 {
    border-top-color: rgb(3 7 18 / 0.3);
    border-bottom-color: rgb(3 7 18 / 0.3);
  }

  .md\:border-y-gray-950\/35 {
    border-top-color: rgb(3 7 18 / 0.35);
    border-bottom-color: rgb(3 7 18 / 0.35);
  }

  .md\:border-y-gray-950\/40 {
    border-top-color: rgb(3 7 18 / 0.4);
    border-bottom-color: rgb(3 7 18 / 0.4);
  }

  .md\:border-y-gray-950\/45 {
    border-top-color: rgb(3 7 18 / 0.45);
    border-bottom-color: rgb(3 7 18 / 0.45);
  }

  .md\:border-y-gray-950\/5 {
    border-top-color: rgb(3 7 18 / 0.05);
    border-bottom-color: rgb(3 7 18 / 0.05);
  }

  .md\:border-y-gray-950\/50 {
    border-top-color: rgb(3 7 18 / 0.5);
    border-bottom-color: rgb(3 7 18 / 0.5);
  }

  .md\:border-y-gray-950\/55 {
    border-top-color: rgb(3 7 18 / 0.55);
    border-bottom-color: rgb(3 7 18 / 0.55);
  }

  .md\:border-y-gray-950\/60 {
    border-top-color: rgb(3 7 18 / 0.6);
    border-bottom-color: rgb(3 7 18 / 0.6);
  }

  .md\:border-y-gray-950\/65 {
    border-top-color: rgb(3 7 18 / 0.65);
    border-bottom-color: rgb(3 7 18 / 0.65);
  }

  .md\:border-y-gray-950\/70 {
    border-top-color: rgb(3 7 18 / 0.7);
    border-bottom-color: rgb(3 7 18 / 0.7);
  }

  .md\:border-y-gray-950\/75 {
    border-top-color: rgb(3 7 18 / 0.75);
    border-bottom-color: rgb(3 7 18 / 0.75);
  }

  .md\:border-y-gray-950\/80 {
    border-top-color: rgb(3 7 18 / 0.8);
    border-bottom-color: rgb(3 7 18 / 0.8);
  }

  .md\:border-y-gray-950\/85 {
    border-top-color: rgb(3 7 18 / 0.85);
    border-bottom-color: rgb(3 7 18 / 0.85);
  }

  .md\:border-y-gray-950\/90 {
    border-top-color: rgb(3 7 18 / 0.9);
    border-bottom-color: rgb(3 7 18 / 0.9);
  }

  .md\:border-y-gray-950\/95 {
    border-top-color: rgb(3 7 18 / 0.95);
    border-bottom-color: rgb(3 7 18 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-green-100\/0 {
    border-top-color: rgb(220 252 231 / 0);
    border-bottom-color: rgb(220 252 231 / 0);
  }

  .md\:border-y-green-100\/10 {
    border-top-color: rgb(220 252 231 / 0.1);
    border-bottom-color: rgb(220 252 231 / 0.1);
  }

  .md\:border-y-green-100\/100 {
    border-top-color: rgb(220 252 231 / 1);
    border-bottom-color: rgb(220 252 231 / 1);
  }

  .md\:border-y-green-100\/15 {
    border-top-color: rgb(220 252 231 / 0.15);
    border-bottom-color: rgb(220 252 231 / 0.15);
  }

  .md\:border-y-green-100\/20 {
    border-top-color: rgb(220 252 231 / 0.2);
    border-bottom-color: rgb(220 252 231 / 0.2);
  }

  .md\:border-y-green-100\/25 {
    border-top-color: rgb(220 252 231 / 0.25);
    border-bottom-color: rgb(220 252 231 / 0.25);
  }

  .md\:border-y-green-100\/30 {
    border-top-color: rgb(220 252 231 / 0.3);
    border-bottom-color: rgb(220 252 231 / 0.3);
  }

  .md\:border-y-green-100\/35 {
    border-top-color: rgb(220 252 231 / 0.35);
    border-bottom-color: rgb(220 252 231 / 0.35);
  }

  .md\:border-y-green-100\/40 {
    border-top-color: rgb(220 252 231 / 0.4);
    border-bottom-color: rgb(220 252 231 / 0.4);
  }

  .md\:border-y-green-100\/45 {
    border-top-color: rgb(220 252 231 / 0.45);
    border-bottom-color: rgb(220 252 231 / 0.45);
  }

  .md\:border-y-green-100\/5 {
    border-top-color: rgb(220 252 231 / 0.05);
    border-bottom-color: rgb(220 252 231 / 0.05);
  }

  .md\:border-y-green-100\/50 {
    border-top-color: rgb(220 252 231 / 0.5);
    border-bottom-color: rgb(220 252 231 / 0.5);
  }

  .md\:border-y-green-100\/55 {
    border-top-color: rgb(220 252 231 / 0.55);
    border-bottom-color: rgb(220 252 231 / 0.55);
  }

  .md\:border-y-green-100\/60 {
    border-top-color: rgb(220 252 231 / 0.6);
    border-bottom-color: rgb(220 252 231 / 0.6);
  }

  .md\:border-y-green-100\/65 {
    border-top-color: rgb(220 252 231 / 0.65);
    border-bottom-color: rgb(220 252 231 / 0.65);
  }

  .md\:border-y-green-100\/70 {
    border-top-color: rgb(220 252 231 / 0.7);
    border-bottom-color: rgb(220 252 231 / 0.7);
  }

  .md\:border-y-green-100\/75 {
    border-top-color: rgb(220 252 231 / 0.75);
    border-bottom-color: rgb(220 252 231 / 0.75);
  }

  .md\:border-y-green-100\/80 {
    border-top-color: rgb(220 252 231 / 0.8);
    border-bottom-color: rgb(220 252 231 / 0.8);
  }

  .md\:border-y-green-100\/85 {
    border-top-color: rgb(220 252 231 / 0.85);
    border-bottom-color: rgb(220 252 231 / 0.85);
  }

  .md\:border-y-green-100\/90 {
    border-top-color: rgb(220 252 231 / 0.9);
    border-bottom-color: rgb(220 252 231 / 0.9);
  }

  .md\:border-y-green-100\/95 {
    border-top-color: rgb(220 252 231 / 0.95);
    border-bottom-color: rgb(220 252 231 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-green-200\/0 {
    border-top-color: rgb(187 247 208 / 0);
    border-bottom-color: rgb(187 247 208 / 0);
  }

  .md\:border-y-green-200\/10 {
    border-top-color: rgb(187 247 208 / 0.1);
    border-bottom-color: rgb(187 247 208 / 0.1);
  }

  .md\:border-y-green-200\/100 {
    border-top-color: rgb(187 247 208 / 1);
    border-bottom-color: rgb(187 247 208 / 1);
  }

  .md\:border-y-green-200\/15 {
    border-top-color: rgb(187 247 208 / 0.15);
    border-bottom-color: rgb(187 247 208 / 0.15);
  }

  .md\:border-y-green-200\/20 {
    border-top-color: rgb(187 247 208 / 0.2);
    border-bottom-color: rgb(187 247 208 / 0.2);
  }

  .md\:border-y-green-200\/25 {
    border-top-color: rgb(187 247 208 / 0.25);
    border-bottom-color: rgb(187 247 208 / 0.25);
  }

  .md\:border-y-green-200\/30 {
    border-top-color: rgb(187 247 208 / 0.3);
    border-bottom-color: rgb(187 247 208 / 0.3);
  }

  .md\:border-y-green-200\/35 {
    border-top-color: rgb(187 247 208 / 0.35);
    border-bottom-color: rgb(187 247 208 / 0.35);
  }

  .md\:border-y-green-200\/40 {
    border-top-color: rgb(187 247 208 / 0.4);
    border-bottom-color: rgb(187 247 208 / 0.4);
  }

  .md\:border-y-green-200\/45 {
    border-top-color: rgb(187 247 208 / 0.45);
    border-bottom-color: rgb(187 247 208 / 0.45);
  }

  .md\:border-y-green-200\/5 {
    border-top-color: rgb(187 247 208 / 0.05);
    border-bottom-color: rgb(187 247 208 / 0.05);
  }

  .md\:border-y-green-200\/50 {
    border-top-color: rgb(187 247 208 / 0.5);
    border-bottom-color: rgb(187 247 208 / 0.5);
  }

  .md\:border-y-green-200\/55 {
    border-top-color: rgb(187 247 208 / 0.55);
    border-bottom-color: rgb(187 247 208 / 0.55);
  }

  .md\:border-y-green-200\/60 {
    border-top-color: rgb(187 247 208 / 0.6);
    border-bottom-color: rgb(187 247 208 / 0.6);
  }

  .md\:border-y-green-200\/65 {
    border-top-color: rgb(187 247 208 / 0.65);
    border-bottom-color: rgb(187 247 208 / 0.65);
  }

  .md\:border-y-green-200\/70 {
    border-top-color: rgb(187 247 208 / 0.7);
    border-bottom-color: rgb(187 247 208 / 0.7);
  }

  .md\:border-y-green-200\/75 {
    border-top-color: rgb(187 247 208 / 0.75);
    border-bottom-color: rgb(187 247 208 / 0.75);
  }

  .md\:border-y-green-200\/80 {
    border-top-color: rgb(187 247 208 / 0.8);
    border-bottom-color: rgb(187 247 208 / 0.8);
  }

  .md\:border-y-green-200\/85 {
    border-top-color: rgb(187 247 208 / 0.85);
    border-bottom-color: rgb(187 247 208 / 0.85);
  }

  .md\:border-y-green-200\/90 {
    border-top-color: rgb(187 247 208 / 0.9);
    border-bottom-color: rgb(187 247 208 / 0.9);
  }

  .md\:border-y-green-200\/95 {
    border-top-color: rgb(187 247 208 / 0.95);
    border-bottom-color: rgb(187 247 208 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-green-300\/0 {
    border-top-color: rgb(134 239 172 / 0);
    border-bottom-color: rgb(134 239 172 / 0);
  }

  .md\:border-y-green-300\/10 {
    border-top-color: rgb(134 239 172 / 0.1);
    border-bottom-color: rgb(134 239 172 / 0.1);
  }

  .md\:border-y-green-300\/100 {
    border-top-color: rgb(134 239 172 / 1);
    border-bottom-color: rgb(134 239 172 / 1);
  }

  .md\:border-y-green-300\/15 {
    border-top-color: rgb(134 239 172 / 0.15);
    border-bottom-color: rgb(134 239 172 / 0.15);
  }

  .md\:border-y-green-300\/20 {
    border-top-color: rgb(134 239 172 / 0.2);
    border-bottom-color: rgb(134 239 172 / 0.2);
  }

  .md\:border-y-green-300\/25 {
    border-top-color: rgb(134 239 172 / 0.25);
    border-bottom-color: rgb(134 239 172 / 0.25);
  }

  .md\:border-y-green-300\/30 {
    border-top-color: rgb(134 239 172 / 0.3);
    border-bottom-color: rgb(134 239 172 / 0.3);
  }

  .md\:border-y-green-300\/35 {
    border-top-color: rgb(134 239 172 / 0.35);
    border-bottom-color: rgb(134 239 172 / 0.35);
  }

  .md\:border-y-green-300\/40 {
    border-top-color: rgb(134 239 172 / 0.4);
    border-bottom-color: rgb(134 239 172 / 0.4);
  }

  .md\:border-y-green-300\/45 {
    border-top-color: rgb(134 239 172 / 0.45);
    border-bottom-color: rgb(134 239 172 / 0.45);
  }

  .md\:border-y-green-300\/5 {
    border-top-color: rgb(134 239 172 / 0.05);
    border-bottom-color: rgb(134 239 172 / 0.05);
  }

  .md\:border-y-green-300\/50 {
    border-top-color: rgb(134 239 172 / 0.5);
    border-bottom-color: rgb(134 239 172 / 0.5);
  }

  .md\:border-y-green-300\/55 {
    border-top-color: rgb(134 239 172 / 0.55);
    border-bottom-color: rgb(134 239 172 / 0.55);
  }

  .md\:border-y-green-300\/60 {
    border-top-color: rgb(134 239 172 / 0.6);
    border-bottom-color: rgb(134 239 172 / 0.6);
  }

  .md\:border-y-green-300\/65 {
    border-top-color: rgb(134 239 172 / 0.65);
    border-bottom-color: rgb(134 239 172 / 0.65);
  }

  .md\:border-y-green-300\/70 {
    border-top-color: rgb(134 239 172 / 0.7);
    border-bottom-color: rgb(134 239 172 / 0.7);
  }

  .md\:border-y-green-300\/75 {
    border-top-color: rgb(134 239 172 / 0.75);
    border-bottom-color: rgb(134 239 172 / 0.75);
  }

  .md\:border-y-green-300\/80 {
    border-top-color: rgb(134 239 172 / 0.8);
    border-bottom-color: rgb(134 239 172 / 0.8);
  }

  .md\:border-y-green-300\/85 {
    border-top-color: rgb(134 239 172 / 0.85);
    border-bottom-color: rgb(134 239 172 / 0.85);
  }

  .md\:border-y-green-300\/90 {
    border-top-color: rgb(134 239 172 / 0.9);
    border-bottom-color: rgb(134 239 172 / 0.9);
  }

  .md\:border-y-green-300\/95 {
    border-top-color: rgb(134 239 172 / 0.95);
    border-bottom-color: rgb(134 239 172 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-green-400\/0 {
    border-top-color: rgb(74 222 128 / 0);
    border-bottom-color: rgb(74 222 128 / 0);
  }

  .md\:border-y-green-400\/10 {
    border-top-color: rgb(74 222 128 / 0.1);
    border-bottom-color: rgb(74 222 128 / 0.1);
  }

  .md\:border-y-green-400\/100 {
    border-top-color: rgb(74 222 128 / 1);
    border-bottom-color: rgb(74 222 128 / 1);
  }

  .md\:border-y-green-400\/15 {
    border-top-color: rgb(74 222 128 / 0.15);
    border-bottom-color: rgb(74 222 128 / 0.15);
  }

  .md\:border-y-green-400\/20 {
    border-top-color: rgb(74 222 128 / 0.2);
    border-bottom-color: rgb(74 222 128 / 0.2);
  }

  .md\:border-y-green-400\/25 {
    border-top-color: rgb(74 222 128 / 0.25);
    border-bottom-color: rgb(74 222 128 / 0.25);
  }

  .md\:border-y-green-400\/30 {
    border-top-color: rgb(74 222 128 / 0.3);
    border-bottom-color: rgb(74 222 128 / 0.3);
  }

  .md\:border-y-green-400\/35 {
    border-top-color: rgb(74 222 128 / 0.35);
    border-bottom-color: rgb(74 222 128 / 0.35);
  }

  .md\:border-y-green-400\/40 {
    border-top-color: rgb(74 222 128 / 0.4);
    border-bottom-color: rgb(74 222 128 / 0.4);
  }

  .md\:border-y-green-400\/45 {
    border-top-color: rgb(74 222 128 / 0.45);
    border-bottom-color: rgb(74 222 128 / 0.45);
  }

  .md\:border-y-green-400\/5 {
    border-top-color: rgb(74 222 128 / 0.05);
    border-bottom-color: rgb(74 222 128 / 0.05);
  }

  .md\:border-y-green-400\/50 {
    border-top-color: rgb(74 222 128 / 0.5);
    border-bottom-color: rgb(74 222 128 / 0.5);
  }

  .md\:border-y-green-400\/55 {
    border-top-color: rgb(74 222 128 / 0.55);
    border-bottom-color: rgb(74 222 128 / 0.55);
  }

  .md\:border-y-green-400\/60 {
    border-top-color: rgb(74 222 128 / 0.6);
    border-bottom-color: rgb(74 222 128 / 0.6);
  }

  .md\:border-y-green-400\/65 {
    border-top-color: rgb(74 222 128 / 0.65);
    border-bottom-color: rgb(74 222 128 / 0.65);
  }

  .md\:border-y-green-400\/70 {
    border-top-color: rgb(74 222 128 / 0.7);
    border-bottom-color: rgb(74 222 128 / 0.7);
  }

  .md\:border-y-green-400\/75 {
    border-top-color: rgb(74 222 128 / 0.75);
    border-bottom-color: rgb(74 222 128 / 0.75);
  }

  .md\:border-y-green-400\/80 {
    border-top-color: rgb(74 222 128 / 0.8);
    border-bottom-color: rgb(74 222 128 / 0.8);
  }

  .md\:border-y-green-400\/85 {
    border-top-color: rgb(74 222 128 / 0.85);
    border-bottom-color: rgb(74 222 128 / 0.85);
  }

  .md\:border-y-green-400\/90 {
    border-top-color: rgb(74 222 128 / 0.9);
    border-bottom-color: rgb(74 222 128 / 0.9);
  }

  .md\:border-y-green-400\/95 {
    border-top-color: rgb(74 222 128 / 0.95);
    border-bottom-color: rgb(74 222 128 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-green-50\/0 {
    border-top-color: rgb(240 253 244 / 0);
    border-bottom-color: rgb(240 253 244 / 0);
  }

  .md\:border-y-green-50\/10 {
    border-top-color: rgb(240 253 244 / 0.1);
    border-bottom-color: rgb(240 253 244 / 0.1);
  }

  .md\:border-y-green-50\/100 {
    border-top-color: rgb(240 253 244 / 1);
    border-bottom-color: rgb(240 253 244 / 1);
  }

  .md\:border-y-green-50\/15 {
    border-top-color: rgb(240 253 244 / 0.15);
    border-bottom-color: rgb(240 253 244 / 0.15);
  }

  .md\:border-y-green-50\/20 {
    border-top-color: rgb(240 253 244 / 0.2);
    border-bottom-color: rgb(240 253 244 / 0.2);
  }

  .md\:border-y-green-50\/25 {
    border-top-color: rgb(240 253 244 / 0.25);
    border-bottom-color: rgb(240 253 244 / 0.25);
  }

  .md\:border-y-green-50\/30 {
    border-top-color: rgb(240 253 244 / 0.3);
    border-bottom-color: rgb(240 253 244 / 0.3);
  }

  .md\:border-y-green-50\/35 {
    border-top-color: rgb(240 253 244 / 0.35);
    border-bottom-color: rgb(240 253 244 / 0.35);
  }

  .md\:border-y-green-50\/40 {
    border-top-color: rgb(240 253 244 / 0.4);
    border-bottom-color: rgb(240 253 244 / 0.4);
  }

  .md\:border-y-green-50\/45 {
    border-top-color: rgb(240 253 244 / 0.45);
    border-bottom-color: rgb(240 253 244 / 0.45);
  }

  .md\:border-y-green-50\/5 {
    border-top-color: rgb(240 253 244 / 0.05);
    border-bottom-color: rgb(240 253 244 / 0.05);
  }

  .md\:border-y-green-50\/50 {
    border-top-color: rgb(240 253 244 / 0.5);
    border-bottom-color: rgb(240 253 244 / 0.5);
  }

  .md\:border-y-green-50\/55 {
    border-top-color: rgb(240 253 244 / 0.55);
    border-bottom-color: rgb(240 253 244 / 0.55);
  }

  .md\:border-y-green-50\/60 {
    border-top-color: rgb(240 253 244 / 0.6);
    border-bottom-color: rgb(240 253 244 / 0.6);
  }

  .md\:border-y-green-50\/65 {
    border-top-color: rgb(240 253 244 / 0.65);
    border-bottom-color: rgb(240 253 244 / 0.65);
  }

  .md\:border-y-green-50\/70 {
    border-top-color: rgb(240 253 244 / 0.7);
    border-bottom-color: rgb(240 253 244 / 0.7);
  }

  .md\:border-y-green-50\/75 {
    border-top-color: rgb(240 253 244 / 0.75);
    border-bottom-color: rgb(240 253 244 / 0.75);
  }

  .md\:border-y-green-50\/80 {
    border-top-color: rgb(240 253 244 / 0.8);
    border-bottom-color: rgb(240 253 244 / 0.8);
  }

  .md\:border-y-green-50\/85 {
    border-top-color: rgb(240 253 244 / 0.85);
    border-bottom-color: rgb(240 253 244 / 0.85);
  }

  .md\:border-y-green-50\/90 {
    border-top-color: rgb(240 253 244 / 0.9);
    border-bottom-color: rgb(240 253 244 / 0.9);
  }

  .md\:border-y-green-50\/95 {
    border-top-color: rgb(240 253 244 / 0.95);
    border-bottom-color: rgb(240 253 244 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-green-500\/0 {
    border-top-color: rgb(34 197 94 / 0);
    border-bottom-color: rgb(34 197 94 / 0);
  }

  .md\:border-y-green-500\/10 {
    border-top-color: rgb(34 197 94 / 0.1);
    border-bottom-color: rgb(34 197 94 / 0.1);
  }

  .md\:border-y-green-500\/100 {
    border-top-color: rgb(34 197 94 / 1);
    border-bottom-color: rgb(34 197 94 / 1);
  }

  .md\:border-y-green-500\/15 {
    border-top-color: rgb(34 197 94 / 0.15);
    border-bottom-color: rgb(34 197 94 / 0.15);
  }

  .md\:border-y-green-500\/20 {
    border-top-color: rgb(34 197 94 / 0.2);
    border-bottom-color: rgb(34 197 94 / 0.2);
  }

  .md\:border-y-green-500\/25 {
    border-top-color: rgb(34 197 94 / 0.25);
    border-bottom-color: rgb(34 197 94 / 0.25);
  }

  .md\:border-y-green-500\/30 {
    border-top-color: rgb(34 197 94 / 0.3);
    border-bottom-color: rgb(34 197 94 / 0.3);
  }

  .md\:border-y-green-500\/35 {
    border-top-color: rgb(34 197 94 / 0.35);
    border-bottom-color: rgb(34 197 94 / 0.35);
  }

  .md\:border-y-green-500\/40 {
    border-top-color: rgb(34 197 94 / 0.4);
    border-bottom-color: rgb(34 197 94 / 0.4);
  }

  .md\:border-y-green-500\/45 {
    border-top-color: rgb(34 197 94 / 0.45);
    border-bottom-color: rgb(34 197 94 / 0.45);
  }

  .md\:border-y-green-500\/5 {
    border-top-color: rgb(34 197 94 / 0.05);
    border-bottom-color: rgb(34 197 94 / 0.05);
  }

  .md\:border-y-green-500\/50 {
    border-top-color: rgb(34 197 94 / 0.5);
    border-bottom-color: rgb(34 197 94 / 0.5);
  }

  .md\:border-y-green-500\/55 {
    border-top-color: rgb(34 197 94 / 0.55);
    border-bottom-color: rgb(34 197 94 / 0.55);
  }

  .md\:border-y-green-500\/60 {
    border-top-color: rgb(34 197 94 / 0.6);
    border-bottom-color: rgb(34 197 94 / 0.6);
  }

  .md\:border-y-green-500\/65 {
    border-top-color: rgb(34 197 94 / 0.65);
    border-bottom-color: rgb(34 197 94 / 0.65);
  }

  .md\:border-y-green-500\/70 {
    border-top-color: rgb(34 197 94 / 0.7);
    border-bottom-color: rgb(34 197 94 / 0.7);
  }

  .md\:border-y-green-500\/75 {
    border-top-color: rgb(34 197 94 / 0.75);
    border-bottom-color: rgb(34 197 94 / 0.75);
  }

  .md\:border-y-green-500\/80 {
    border-top-color: rgb(34 197 94 / 0.8);
    border-bottom-color: rgb(34 197 94 / 0.8);
  }

  .md\:border-y-green-500\/85 {
    border-top-color: rgb(34 197 94 / 0.85);
    border-bottom-color: rgb(34 197 94 / 0.85);
  }

  .md\:border-y-green-500\/90 {
    border-top-color: rgb(34 197 94 / 0.9);
    border-bottom-color: rgb(34 197 94 / 0.9);
  }

  .md\:border-y-green-500\/95 {
    border-top-color: rgb(34 197 94 / 0.95);
    border-bottom-color: rgb(34 197 94 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-green-600\/0 {
    border-top-color: rgb(22 163 74 / 0);
    border-bottom-color: rgb(22 163 74 / 0);
  }

  .md\:border-y-green-600\/10 {
    border-top-color: rgb(22 163 74 / 0.1);
    border-bottom-color: rgb(22 163 74 / 0.1);
  }

  .md\:border-y-green-600\/100 {
    border-top-color: rgb(22 163 74 / 1);
    border-bottom-color: rgb(22 163 74 / 1);
  }

  .md\:border-y-green-600\/15 {
    border-top-color: rgb(22 163 74 / 0.15);
    border-bottom-color: rgb(22 163 74 / 0.15);
  }

  .md\:border-y-green-600\/20 {
    border-top-color: rgb(22 163 74 / 0.2);
    border-bottom-color: rgb(22 163 74 / 0.2);
  }

  .md\:border-y-green-600\/25 {
    border-top-color: rgb(22 163 74 / 0.25);
    border-bottom-color: rgb(22 163 74 / 0.25);
  }

  .md\:border-y-green-600\/30 {
    border-top-color: rgb(22 163 74 / 0.3);
    border-bottom-color: rgb(22 163 74 / 0.3);
  }

  .md\:border-y-green-600\/35 {
    border-top-color: rgb(22 163 74 / 0.35);
    border-bottom-color: rgb(22 163 74 / 0.35);
  }

  .md\:border-y-green-600\/40 {
    border-top-color: rgb(22 163 74 / 0.4);
    border-bottom-color: rgb(22 163 74 / 0.4);
  }

  .md\:border-y-green-600\/45 {
    border-top-color: rgb(22 163 74 / 0.45);
    border-bottom-color: rgb(22 163 74 / 0.45);
  }

  .md\:border-y-green-600\/5 {
    border-top-color: rgb(22 163 74 / 0.05);
    border-bottom-color: rgb(22 163 74 / 0.05);
  }

  .md\:border-y-green-600\/50 {
    border-top-color: rgb(22 163 74 / 0.5);
    border-bottom-color: rgb(22 163 74 / 0.5);
  }

  .md\:border-y-green-600\/55 {
    border-top-color: rgb(22 163 74 / 0.55);
    border-bottom-color: rgb(22 163 74 / 0.55);
  }

  .md\:border-y-green-600\/60 {
    border-top-color: rgb(22 163 74 / 0.6);
    border-bottom-color: rgb(22 163 74 / 0.6);
  }

  .md\:border-y-green-600\/65 {
    border-top-color: rgb(22 163 74 / 0.65);
    border-bottom-color: rgb(22 163 74 / 0.65);
  }

  .md\:border-y-green-600\/70 {
    border-top-color: rgb(22 163 74 / 0.7);
    border-bottom-color: rgb(22 163 74 / 0.7);
  }

  .md\:border-y-green-600\/75 {
    border-top-color: rgb(22 163 74 / 0.75);
    border-bottom-color: rgb(22 163 74 / 0.75);
  }

  .md\:border-y-green-600\/80 {
    border-top-color: rgb(22 163 74 / 0.8);
    border-bottom-color: rgb(22 163 74 / 0.8);
  }

  .md\:border-y-green-600\/85 {
    border-top-color: rgb(22 163 74 / 0.85);
    border-bottom-color: rgb(22 163 74 / 0.85);
  }

  .md\:border-y-green-600\/90 {
    border-top-color: rgb(22 163 74 / 0.9);
    border-bottom-color: rgb(22 163 74 / 0.9);
  }

  .md\:border-y-green-600\/95 {
    border-top-color: rgb(22 163 74 / 0.95);
    border-bottom-color: rgb(22 163 74 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-green-700\/0 {
    border-top-color: rgb(21 128 61 / 0);
    border-bottom-color: rgb(21 128 61 / 0);
  }

  .md\:border-y-green-700\/10 {
    border-top-color: rgb(21 128 61 / 0.1);
    border-bottom-color: rgb(21 128 61 / 0.1);
  }

  .md\:border-y-green-700\/100 {
    border-top-color: rgb(21 128 61 / 1);
    border-bottom-color: rgb(21 128 61 / 1);
  }

  .md\:border-y-green-700\/15 {
    border-top-color: rgb(21 128 61 / 0.15);
    border-bottom-color: rgb(21 128 61 / 0.15);
  }

  .md\:border-y-green-700\/20 {
    border-top-color: rgb(21 128 61 / 0.2);
    border-bottom-color: rgb(21 128 61 / 0.2);
  }

  .md\:border-y-green-700\/25 {
    border-top-color: rgb(21 128 61 / 0.25);
    border-bottom-color: rgb(21 128 61 / 0.25);
  }

  .md\:border-y-green-700\/30 {
    border-top-color: rgb(21 128 61 / 0.3);
    border-bottom-color: rgb(21 128 61 / 0.3);
  }

  .md\:border-y-green-700\/35 {
    border-top-color: rgb(21 128 61 / 0.35);
    border-bottom-color: rgb(21 128 61 / 0.35);
  }

  .md\:border-y-green-700\/40 {
    border-top-color: rgb(21 128 61 / 0.4);
    border-bottom-color: rgb(21 128 61 / 0.4);
  }

  .md\:border-y-green-700\/45 {
    border-top-color: rgb(21 128 61 / 0.45);
    border-bottom-color: rgb(21 128 61 / 0.45);
  }

  .md\:border-y-green-700\/5 {
    border-top-color: rgb(21 128 61 / 0.05);
    border-bottom-color: rgb(21 128 61 / 0.05);
  }

  .md\:border-y-green-700\/50 {
    border-top-color: rgb(21 128 61 / 0.5);
    border-bottom-color: rgb(21 128 61 / 0.5);
  }

  .md\:border-y-green-700\/55 {
    border-top-color: rgb(21 128 61 / 0.55);
    border-bottom-color: rgb(21 128 61 / 0.55);
  }

  .md\:border-y-green-700\/60 {
    border-top-color: rgb(21 128 61 / 0.6);
    border-bottom-color: rgb(21 128 61 / 0.6);
  }

  .md\:border-y-green-700\/65 {
    border-top-color: rgb(21 128 61 / 0.65);
    border-bottom-color: rgb(21 128 61 / 0.65);
  }

  .md\:border-y-green-700\/70 {
    border-top-color: rgb(21 128 61 / 0.7);
    border-bottom-color: rgb(21 128 61 / 0.7);
  }

  .md\:border-y-green-700\/75 {
    border-top-color: rgb(21 128 61 / 0.75);
    border-bottom-color: rgb(21 128 61 / 0.75);
  }

  .md\:border-y-green-700\/80 {
    border-top-color: rgb(21 128 61 / 0.8);
    border-bottom-color: rgb(21 128 61 / 0.8);
  }

  .md\:border-y-green-700\/85 {
    border-top-color: rgb(21 128 61 / 0.85);
    border-bottom-color: rgb(21 128 61 / 0.85);
  }

  .md\:border-y-green-700\/90 {
    border-top-color: rgb(21 128 61 / 0.9);
    border-bottom-color: rgb(21 128 61 / 0.9);
  }

  .md\:border-y-green-700\/95 {
    border-top-color: rgb(21 128 61 / 0.95);
    border-bottom-color: rgb(21 128 61 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-green-800\/0 {
    border-top-color: rgb(22 101 52 / 0);
    border-bottom-color: rgb(22 101 52 / 0);
  }

  .md\:border-y-green-800\/10 {
    border-top-color: rgb(22 101 52 / 0.1);
    border-bottom-color: rgb(22 101 52 / 0.1);
  }

  .md\:border-y-green-800\/100 {
    border-top-color: rgb(22 101 52 / 1);
    border-bottom-color: rgb(22 101 52 / 1);
  }

  .md\:border-y-green-800\/15 {
    border-top-color: rgb(22 101 52 / 0.15);
    border-bottom-color: rgb(22 101 52 / 0.15);
  }

  .md\:border-y-green-800\/20 {
    border-top-color: rgb(22 101 52 / 0.2);
    border-bottom-color: rgb(22 101 52 / 0.2);
  }

  .md\:border-y-green-800\/25 {
    border-top-color: rgb(22 101 52 / 0.25);
    border-bottom-color: rgb(22 101 52 / 0.25);
  }

  .md\:border-y-green-800\/30 {
    border-top-color: rgb(22 101 52 / 0.3);
    border-bottom-color: rgb(22 101 52 / 0.3);
  }

  .md\:border-y-green-800\/35 {
    border-top-color: rgb(22 101 52 / 0.35);
    border-bottom-color: rgb(22 101 52 / 0.35);
  }

  .md\:border-y-green-800\/40 {
    border-top-color: rgb(22 101 52 / 0.4);
    border-bottom-color: rgb(22 101 52 / 0.4);
  }

  .md\:border-y-green-800\/45 {
    border-top-color: rgb(22 101 52 / 0.45);
    border-bottom-color: rgb(22 101 52 / 0.45);
  }

  .md\:border-y-green-800\/5 {
    border-top-color: rgb(22 101 52 / 0.05);
    border-bottom-color: rgb(22 101 52 / 0.05);
  }

  .md\:border-y-green-800\/50 {
    border-top-color: rgb(22 101 52 / 0.5);
    border-bottom-color: rgb(22 101 52 / 0.5);
  }

  .md\:border-y-green-800\/55 {
    border-top-color: rgb(22 101 52 / 0.55);
    border-bottom-color: rgb(22 101 52 / 0.55);
  }

  .md\:border-y-green-800\/60 {
    border-top-color: rgb(22 101 52 / 0.6);
    border-bottom-color: rgb(22 101 52 / 0.6);
  }

  .md\:border-y-green-800\/65 {
    border-top-color: rgb(22 101 52 / 0.65);
    border-bottom-color: rgb(22 101 52 / 0.65);
  }

  .md\:border-y-green-800\/70 {
    border-top-color: rgb(22 101 52 / 0.7);
    border-bottom-color: rgb(22 101 52 / 0.7);
  }

  .md\:border-y-green-800\/75 {
    border-top-color: rgb(22 101 52 / 0.75);
    border-bottom-color: rgb(22 101 52 / 0.75);
  }

  .md\:border-y-green-800\/80 {
    border-top-color: rgb(22 101 52 / 0.8);
    border-bottom-color: rgb(22 101 52 / 0.8);
  }

  .md\:border-y-green-800\/85 {
    border-top-color: rgb(22 101 52 / 0.85);
    border-bottom-color: rgb(22 101 52 / 0.85);
  }

  .md\:border-y-green-800\/90 {
    border-top-color: rgb(22 101 52 / 0.9);
    border-bottom-color: rgb(22 101 52 / 0.9);
  }

  .md\:border-y-green-800\/95 {
    border-top-color: rgb(22 101 52 / 0.95);
    border-bottom-color: rgb(22 101 52 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-green-900\/0 {
    border-top-color: rgb(20 83 45 / 0);
    border-bottom-color: rgb(20 83 45 / 0);
  }

  .md\:border-y-green-900\/10 {
    border-top-color: rgb(20 83 45 / 0.1);
    border-bottom-color: rgb(20 83 45 / 0.1);
  }

  .md\:border-y-green-900\/100 {
    border-top-color: rgb(20 83 45 / 1);
    border-bottom-color: rgb(20 83 45 / 1);
  }

  .md\:border-y-green-900\/15 {
    border-top-color: rgb(20 83 45 / 0.15);
    border-bottom-color: rgb(20 83 45 / 0.15);
  }

  .md\:border-y-green-900\/20 {
    border-top-color: rgb(20 83 45 / 0.2);
    border-bottom-color: rgb(20 83 45 / 0.2);
  }

  .md\:border-y-green-900\/25 {
    border-top-color: rgb(20 83 45 / 0.25);
    border-bottom-color: rgb(20 83 45 / 0.25);
  }

  .md\:border-y-green-900\/30 {
    border-top-color: rgb(20 83 45 / 0.3);
    border-bottom-color: rgb(20 83 45 / 0.3);
  }

  .md\:border-y-green-900\/35 {
    border-top-color: rgb(20 83 45 / 0.35);
    border-bottom-color: rgb(20 83 45 / 0.35);
  }

  .md\:border-y-green-900\/40 {
    border-top-color: rgb(20 83 45 / 0.4);
    border-bottom-color: rgb(20 83 45 / 0.4);
  }

  .md\:border-y-green-900\/45 {
    border-top-color: rgb(20 83 45 / 0.45);
    border-bottom-color: rgb(20 83 45 / 0.45);
  }

  .md\:border-y-green-900\/5 {
    border-top-color: rgb(20 83 45 / 0.05);
    border-bottom-color: rgb(20 83 45 / 0.05);
  }

  .md\:border-y-green-900\/50 {
    border-top-color: rgb(20 83 45 / 0.5);
    border-bottom-color: rgb(20 83 45 / 0.5);
  }

  .md\:border-y-green-900\/55 {
    border-top-color: rgb(20 83 45 / 0.55);
    border-bottom-color: rgb(20 83 45 / 0.55);
  }

  .md\:border-y-green-900\/60 {
    border-top-color: rgb(20 83 45 / 0.6);
    border-bottom-color: rgb(20 83 45 / 0.6);
  }

  .md\:border-y-green-900\/65 {
    border-top-color: rgb(20 83 45 / 0.65);
    border-bottom-color: rgb(20 83 45 / 0.65);
  }

  .md\:border-y-green-900\/70 {
    border-top-color: rgb(20 83 45 / 0.7);
    border-bottom-color: rgb(20 83 45 / 0.7);
  }

  .md\:border-y-green-900\/75 {
    border-top-color: rgb(20 83 45 / 0.75);
    border-bottom-color: rgb(20 83 45 / 0.75);
  }

  .md\:border-y-green-900\/80 {
    border-top-color: rgb(20 83 45 / 0.8);
    border-bottom-color: rgb(20 83 45 / 0.8);
  }

  .md\:border-y-green-900\/85 {
    border-top-color: rgb(20 83 45 / 0.85);
    border-bottom-color: rgb(20 83 45 / 0.85);
  }

  .md\:border-y-green-900\/90 {
    border-top-color: rgb(20 83 45 / 0.9);
    border-bottom-color: rgb(20 83 45 / 0.9);
  }

  .md\:border-y-green-900\/95 {
    border-top-color: rgb(20 83 45 / 0.95);
    border-bottom-color: rgb(20 83 45 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-green-950\/0 {
    border-top-color: rgb(5 46 22 / 0);
    border-bottom-color: rgb(5 46 22 / 0);
  }

  .md\:border-y-green-950\/10 {
    border-top-color: rgb(5 46 22 / 0.1);
    border-bottom-color: rgb(5 46 22 / 0.1);
  }

  .md\:border-y-green-950\/100 {
    border-top-color: rgb(5 46 22 / 1);
    border-bottom-color: rgb(5 46 22 / 1);
  }

  .md\:border-y-green-950\/15 {
    border-top-color: rgb(5 46 22 / 0.15);
    border-bottom-color: rgb(5 46 22 / 0.15);
  }

  .md\:border-y-green-950\/20 {
    border-top-color: rgb(5 46 22 / 0.2);
    border-bottom-color: rgb(5 46 22 / 0.2);
  }

  .md\:border-y-green-950\/25 {
    border-top-color: rgb(5 46 22 / 0.25);
    border-bottom-color: rgb(5 46 22 / 0.25);
  }

  .md\:border-y-green-950\/30 {
    border-top-color: rgb(5 46 22 / 0.3);
    border-bottom-color: rgb(5 46 22 / 0.3);
  }

  .md\:border-y-green-950\/35 {
    border-top-color: rgb(5 46 22 / 0.35);
    border-bottom-color: rgb(5 46 22 / 0.35);
  }

  .md\:border-y-green-950\/40 {
    border-top-color: rgb(5 46 22 / 0.4);
    border-bottom-color: rgb(5 46 22 / 0.4);
  }

  .md\:border-y-green-950\/45 {
    border-top-color: rgb(5 46 22 / 0.45);
    border-bottom-color: rgb(5 46 22 / 0.45);
  }

  .md\:border-y-green-950\/5 {
    border-top-color: rgb(5 46 22 / 0.05);
    border-bottom-color: rgb(5 46 22 / 0.05);
  }

  .md\:border-y-green-950\/50 {
    border-top-color: rgb(5 46 22 / 0.5);
    border-bottom-color: rgb(5 46 22 / 0.5);
  }

  .md\:border-y-green-950\/55 {
    border-top-color: rgb(5 46 22 / 0.55);
    border-bottom-color: rgb(5 46 22 / 0.55);
  }

  .md\:border-y-green-950\/60 {
    border-top-color: rgb(5 46 22 / 0.6);
    border-bottom-color: rgb(5 46 22 / 0.6);
  }

  .md\:border-y-green-950\/65 {
    border-top-color: rgb(5 46 22 / 0.65);
    border-bottom-color: rgb(5 46 22 / 0.65);
  }

  .md\:border-y-green-950\/70 {
    border-top-color: rgb(5 46 22 / 0.7);
    border-bottom-color: rgb(5 46 22 / 0.7);
  }

  .md\:border-y-green-950\/75 {
    border-top-color: rgb(5 46 22 / 0.75);
    border-bottom-color: rgb(5 46 22 / 0.75);
  }

  .md\:border-y-green-950\/80 {
    border-top-color: rgb(5 46 22 / 0.8);
    border-bottom-color: rgb(5 46 22 / 0.8);
  }

  .md\:border-y-green-950\/85 {
    border-top-color: rgb(5 46 22 / 0.85);
    border-bottom-color: rgb(5 46 22 / 0.85);
  }

  .md\:border-y-green-950\/90 {
    border-top-color: rgb(5 46 22 / 0.9);
    border-bottom-color: rgb(5 46 22 / 0.9);
  }

  .md\:border-y-green-950\/95 {
    border-top-color: rgb(5 46 22 / 0.95);
    border-bottom-color: rgb(5 46 22 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-indigo-100\/0 {
    border-top-color: rgb(224 231 255 / 0);
    border-bottom-color: rgb(224 231 255 / 0);
  }

  .md\:border-y-indigo-100\/10 {
    border-top-color: rgb(224 231 255 / 0.1);
    border-bottom-color: rgb(224 231 255 / 0.1);
  }

  .md\:border-y-indigo-100\/100 {
    border-top-color: rgb(224 231 255 / 1);
    border-bottom-color: rgb(224 231 255 / 1);
  }

  .md\:border-y-indigo-100\/15 {
    border-top-color: rgb(224 231 255 / 0.15);
    border-bottom-color: rgb(224 231 255 / 0.15);
  }

  .md\:border-y-indigo-100\/20 {
    border-top-color: rgb(224 231 255 / 0.2);
    border-bottom-color: rgb(224 231 255 / 0.2);
  }

  .md\:border-y-indigo-100\/25 {
    border-top-color: rgb(224 231 255 / 0.25);
    border-bottom-color: rgb(224 231 255 / 0.25);
  }

  .md\:border-y-indigo-100\/30 {
    border-top-color: rgb(224 231 255 / 0.3);
    border-bottom-color: rgb(224 231 255 / 0.3);
  }

  .md\:border-y-indigo-100\/35 {
    border-top-color: rgb(224 231 255 / 0.35);
    border-bottom-color: rgb(224 231 255 / 0.35);
  }

  .md\:border-y-indigo-100\/40 {
    border-top-color: rgb(224 231 255 / 0.4);
    border-bottom-color: rgb(224 231 255 / 0.4);
  }

  .md\:border-y-indigo-100\/45 {
    border-top-color: rgb(224 231 255 / 0.45);
    border-bottom-color: rgb(224 231 255 / 0.45);
  }

  .md\:border-y-indigo-100\/5 {
    border-top-color: rgb(224 231 255 / 0.05);
    border-bottom-color: rgb(224 231 255 / 0.05);
  }

  .md\:border-y-indigo-100\/50 {
    border-top-color: rgb(224 231 255 / 0.5);
    border-bottom-color: rgb(224 231 255 / 0.5);
  }

  .md\:border-y-indigo-100\/55 {
    border-top-color: rgb(224 231 255 / 0.55);
    border-bottom-color: rgb(224 231 255 / 0.55);
  }

  .md\:border-y-indigo-100\/60 {
    border-top-color: rgb(224 231 255 / 0.6);
    border-bottom-color: rgb(224 231 255 / 0.6);
  }

  .md\:border-y-indigo-100\/65 {
    border-top-color: rgb(224 231 255 / 0.65);
    border-bottom-color: rgb(224 231 255 / 0.65);
  }

  .md\:border-y-indigo-100\/70 {
    border-top-color: rgb(224 231 255 / 0.7);
    border-bottom-color: rgb(224 231 255 / 0.7);
  }

  .md\:border-y-indigo-100\/75 {
    border-top-color: rgb(224 231 255 / 0.75);
    border-bottom-color: rgb(224 231 255 / 0.75);
  }

  .md\:border-y-indigo-100\/80 {
    border-top-color: rgb(224 231 255 / 0.8);
    border-bottom-color: rgb(224 231 255 / 0.8);
  }

  .md\:border-y-indigo-100\/85 {
    border-top-color: rgb(224 231 255 / 0.85);
    border-bottom-color: rgb(224 231 255 / 0.85);
  }

  .md\:border-y-indigo-100\/90 {
    border-top-color: rgb(224 231 255 / 0.9);
    border-bottom-color: rgb(224 231 255 / 0.9);
  }

  .md\:border-y-indigo-100\/95 {
    border-top-color: rgb(224 231 255 / 0.95);
    border-bottom-color: rgb(224 231 255 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-indigo-200\/0 {
    border-top-color: rgb(199 210 254 / 0);
    border-bottom-color: rgb(199 210 254 / 0);
  }

  .md\:border-y-indigo-200\/10 {
    border-top-color: rgb(199 210 254 / 0.1);
    border-bottom-color: rgb(199 210 254 / 0.1);
  }

  .md\:border-y-indigo-200\/100 {
    border-top-color: rgb(199 210 254 / 1);
    border-bottom-color: rgb(199 210 254 / 1);
  }

  .md\:border-y-indigo-200\/15 {
    border-top-color: rgb(199 210 254 / 0.15);
    border-bottom-color: rgb(199 210 254 / 0.15);
  }

  .md\:border-y-indigo-200\/20 {
    border-top-color: rgb(199 210 254 / 0.2);
    border-bottom-color: rgb(199 210 254 / 0.2);
  }

  .md\:border-y-indigo-200\/25 {
    border-top-color: rgb(199 210 254 / 0.25);
    border-bottom-color: rgb(199 210 254 / 0.25);
  }

  .md\:border-y-indigo-200\/30 {
    border-top-color: rgb(199 210 254 / 0.3);
    border-bottom-color: rgb(199 210 254 / 0.3);
  }

  .md\:border-y-indigo-200\/35 {
    border-top-color: rgb(199 210 254 / 0.35);
    border-bottom-color: rgb(199 210 254 / 0.35);
  }

  .md\:border-y-indigo-200\/40 {
    border-top-color: rgb(199 210 254 / 0.4);
    border-bottom-color: rgb(199 210 254 / 0.4);
  }

  .md\:border-y-indigo-200\/45 {
    border-top-color: rgb(199 210 254 / 0.45);
    border-bottom-color: rgb(199 210 254 / 0.45);
  }

  .md\:border-y-indigo-200\/5 {
    border-top-color: rgb(199 210 254 / 0.05);
    border-bottom-color: rgb(199 210 254 / 0.05);
  }

  .md\:border-y-indigo-200\/50 {
    border-top-color: rgb(199 210 254 / 0.5);
    border-bottom-color: rgb(199 210 254 / 0.5);
  }

  .md\:border-y-indigo-200\/55 {
    border-top-color: rgb(199 210 254 / 0.55);
    border-bottom-color: rgb(199 210 254 / 0.55);
  }

  .md\:border-y-indigo-200\/60 {
    border-top-color: rgb(199 210 254 / 0.6);
    border-bottom-color: rgb(199 210 254 / 0.6);
  }

  .md\:border-y-indigo-200\/65 {
    border-top-color: rgb(199 210 254 / 0.65);
    border-bottom-color: rgb(199 210 254 / 0.65);
  }

  .md\:border-y-indigo-200\/70 {
    border-top-color: rgb(199 210 254 / 0.7);
    border-bottom-color: rgb(199 210 254 / 0.7);
  }

  .md\:border-y-indigo-200\/75 {
    border-top-color: rgb(199 210 254 / 0.75);
    border-bottom-color: rgb(199 210 254 / 0.75);
  }

  .md\:border-y-indigo-200\/80 {
    border-top-color: rgb(199 210 254 / 0.8);
    border-bottom-color: rgb(199 210 254 / 0.8);
  }

  .md\:border-y-indigo-200\/85 {
    border-top-color: rgb(199 210 254 / 0.85);
    border-bottom-color: rgb(199 210 254 / 0.85);
  }

  .md\:border-y-indigo-200\/90 {
    border-top-color: rgb(199 210 254 / 0.9);
    border-bottom-color: rgb(199 210 254 / 0.9);
  }

  .md\:border-y-indigo-200\/95 {
    border-top-color: rgb(199 210 254 / 0.95);
    border-bottom-color: rgb(199 210 254 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-indigo-300\/0 {
    border-top-color: rgb(165 180 252 / 0);
    border-bottom-color: rgb(165 180 252 / 0);
  }

  .md\:border-y-indigo-300\/10 {
    border-top-color: rgb(165 180 252 / 0.1);
    border-bottom-color: rgb(165 180 252 / 0.1);
  }

  .md\:border-y-indigo-300\/100 {
    border-top-color: rgb(165 180 252 / 1);
    border-bottom-color: rgb(165 180 252 / 1);
  }

  .md\:border-y-indigo-300\/15 {
    border-top-color: rgb(165 180 252 / 0.15);
    border-bottom-color: rgb(165 180 252 / 0.15);
  }

  .md\:border-y-indigo-300\/20 {
    border-top-color: rgb(165 180 252 / 0.2);
    border-bottom-color: rgb(165 180 252 / 0.2);
  }

  .md\:border-y-indigo-300\/25 {
    border-top-color: rgb(165 180 252 / 0.25);
    border-bottom-color: rgb(165 180 252 / 0.25);
  }

  .md\:border-y-indigo-300\/30 {
    border-top-color: rgb(165 180 252 / 0.3);
    border-bottom-color: rgb(165 180 252 / 0.3);
  }

  .md\:border-y-indigo-300\/35 {
    border-top-color: rgb(165 180 252 / 0.35);
    border-bottom-color: rgb(165 180 252 / 0.35);
  }

  .md\:border-y-indigo-300\/40 {
    border-top-color: rgb(165 180 252 / 0.4);
    border-bottom-color: rgb(165 180 252 / 0.4);
  }

  .md\:border-y-indigo-300\/45 {
    border-top-color: rgb(165 180 252 / 0.45);
    border-bottom-color: rgb(165 180 252 / 0.45);
  }

  .md\:border-y-indigo-300\/5 {
    border-top-color: rgb(165 180 252 / 0.05);
    border-bottom-color: rgb(165 180 252 / 0.05);
  }

  .md\:border-y-indigo-300\/50 {
    border-top-color: rgb(165 180 252 / 0.5);
    border-bottom-color: rgb(165 180 252 / 0.5);
  }

  .md\:border-y-indigo-300\/55 {
    border-top-color: rgb(165 180 252 / 0.55);
    border-bottom-color: rgb(165 180 252 / 0.55);
  }

  .md\:border-y-indigo-300\/60 {
    border-top-color: rgb(165 180 252 / 0.6);
    border-bottom-color: rgb(165 180 252 / 0.6);
  }

  .md\:border-y-indigo-300\/65 {
    border-top-color: rgb(165 180 252 / 0.65);
    border-bottom-color: rgb(165 180 252 / 0.65);
  }

  .md\:border-y-indigo-300\/70 {
    border-top-color: rgb(165 180 252 / 0.7);
    border-bottom-color: rgb(165 180 252 / 0.7);
  }

  .md\:border-y-indigo-300\/75 {
    border-top-color: rgb(165 180 252 / 0.75);
    border-bottom-color: rgb(165 180 252 / 0.75);
  }

  .md\:border-y-indigo-300\/80 {
    border-top-color: rgb(165 180 252 / 0.8);
    border-bottom-color: rgb(165 180 252 / 0.8);
  }

  .md\:border-y-indigo-300\/85 {
    border-top-color: rgb(165 180 252 / 0.85);
    border-bottom-color: rgb(165 180 252 / 0.85);
  }

  .md\:border-y-indigo-300\/90 {
    border-top-color: rgb(165 180 252 / 0.9);
    border-bottom-color: rgb(165 180 252 / 0.9);
  }

  .md\:border-y-indigo-300\/95 {
    border-top-color: rgb(165 180 252 / 0.95);
    border-bottom-color: rgb(165 180 252 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-indigo-400\/0 {
    border-top-color: rgb(129 140 248 / 0);
    border-bottom-color: rgb(129 140 248 / 0);
  }

  .md\:border-y-indigo-400\/10 {
    border-top-color: rgb(129 140 248 / 0.1);
    border-bottom-color: rgb(129 140 248 / 0.1);
  }

  .md\:border-y-indigo-400\/100 {
    border-top-color: rgb(129 140 248 / 1);
    border-bottom-color: rgb(129 140 248 / 1);
  }

  .md\:border-y-indigo-400\/15 {
    border-top-color: rgb(129 140 248 / 0.15);
    border-bottom-color: rgb(129 140 248 / 0.15);
  }

  .md\:border-y-indigo-400\/20 {
    border-top-color: rgb(129 140 248 / 0.2);
    border-bottom-color: rgb(129 140 248 / 0.2);
  }

  .md\:border-y-indigo-400\/25 {
    border-top-color: rgb(129 140 248 / 0.25);
    border-bottom-color: rgb(129 140 248 / 0.25);
  }

  .md\:border-y-indigo-400\/30 {
    border-top-color: rgb(129 140 248 / 0.3);
    border-bottom-color: rgb(129 140 248 / 0.3);
  }

  .md\:border-y-indigo-400\/35 {
    border-top-color: rgb(129 140 248 / 0.35);
    border-bottom-color: rgb(129 140 248 / 0.35);
  }

  .md\:border-y-indigo-400\/40 {
    border-top-color: rgb(129 140 248 / 0.4);
    border-bottom-color: rgb(129 140 248 / 0.4);
  }

  .md\:border-y-indigo-400\/45 {
    border-top-color: rgb(129 140 248 / 0.45);
    border-bottom-color: rgb(129 140 248 / 0.45);
  }

  .md\:border-y-indigo-400\/5 {
    border-top-color: rgb(129 140 248 / 0.05);
    border-bottom-color: rgb(129 140 248 / 0.05);
  }

  .md\:border-y-indigo-400\/50 {
    border-top-color: rgb(129 140 248 / 0.5);
    border-bottom-color: rgb(129 140 248 / 0.5);
  }

  .md\:border-y-indigo-400\/55 {
    border-top-color: rgb(129 140 248 / 0.55);
    border-bottom-color: rgb(129 140 248 / 0.55);
  }

  .md\:border-y-indigo-400\/60 {
    border-top-color: rgb(129 140 248 / 0.6);
    border-bottom-color: rgb(129 140 248 / 0.6);
  }

  .md\:border-y-indigo-400\/65 {
    border-top-color: rgb(129 140 248 / 0.65);
    border-bottom-color: rgb(129 140 248 / 0.65);
  }

  .md\:border-y-indigo-400\/70 {
    border-top-color: rgb(129 140 248 / 0.7);
    border-bottom-color: rgb(129 140 248 / 0.7);
  }

  .md\:border-y-indigo-400\/75 {
    border-top-color: rgb(129 140 248 / 0.75);
    border-bottom-color: rgb(129 140 248 / 0.75);
  }

  .md\:border-y-indigo-400\/80 {
    border-top-color: rgb(129 140 248 / 0.8);
    border-bottom-color: rgb(129 140 248 / 0.8);
  }

  .md\:border-y-indigo-400\/85 {
    border-top-color: rgb(129 140 248 / 0.85);
    border-bottom-color: rgb(129 140 248 / 0.85);
  }

  .md\:border-y-indigo-400\/90 {
    border-top-color: rgb(129 140 248 / 0.9);
    border-bottom-color: rgb(129 140 248 / 0.9);
  }

  .md\:border-y-indigo-400\/95 {
    border-top-color: rgb(129 140 248 / 0.95);
    border-bottom-color: rgb(129 140 248 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-indigo-50\/0 {
    border-top-color: rgb(238 242 255 / 0);
    border-bottom-color: rgb(238 242 255 / 0);
  }

  .md\:border-y-indigo-50\/10 {
    border-top-color: rgb(238 242 255 / 0.1);
    border-bottom-color: rgb(238 242 255 / 0.1);
  }

  .md\:border-y-indigo-50\/100 {
    border-top-color: rgb(238 242 255 / 1);
    border-bottom-color: rgb(238 242 255 / 1);
  }

  .md\:border-y-indigo-50\/15 {
    border-top-color: rgb(238 242 255 / 0.15);
    border-bottom-color: rgb(238 242 255 / 0.15);
  }

  .md\:border-y-indigo-50\/20 {
    border-top-color: rgb(238 242 255 / 0.2);
    border-bottom-color: rgb(238 242 255 / 0.2);
  }

  .md\:border-y-indigo-50\/25 {
    border-top-color: rgb(238 242 255 / 0.25);
    border-bottom-color: rgb(238 242 255 / 0.25);
  }

  .md\:border-y-indigo-50\/30 {
    border-top-color: rgb(238 242 255 / 0.3);
    border-bottom-color: rgb(238 242 255 / 0.3);
  }

  .md\:border-y-indigo-50\/35 {
    border-top-color: rgb(238 242 255 / 0.35);
    border-bottom-color: rgb(238 242 255 / 0.35);
  }

  .md\:border-y-indigo-50\/40 {
    border-top-color: rgb(238 242 255 / 0.4);
    border-bottom-color: rgb(238 242 255 / 0.4);
  }

  .md\:border-y-indigo-50\/45 {
    border-top-color: rgb(238 242 255 / 0.45);
    border-bottom-color: rgb(238 242 255 / 0.45);
  }

  .md\:border-y-indigo-50\/5 {
    border-top-color: rgb(238 242 255 / 0.05);
    border-bottom-color: rgb(238 242 255 / 0.05);
  }

  .md\:border-y-indigo-50\/50 {
    border-top-color: rgb(238 242 255 / 0.5);
    border-bottom-color: rgb(238 242 255 / 0.5);
  }

  .md\:border-y-indigo-50\/55 {
    border-top-color: rgb(238 242 255 / 0.55);
    border-bottom-color: rgb(238 242 255 / 0.55);
  }

  .md\:border-y-indigo-50\/60 {
    border-top-color: rgb(238 242 255 / 0.6);
    border-bottom-color: rgb(238 242 255 / 0.6);
  }

  .md\:border-y-indigo-50\/65 {
    border-top-color: rgb(238 242 255 / 0.65);
    border-bottom-color: rgb(238 242 255 / 0.65);
  }

  .md\:border-y-indigo-50\/70 {
    border-top-color: rgb(238 242 255 / 0.7);
    border-bottom-color: rgb(238 242 255 / 0.7);
  }

  .md\:border-y-indigo-50\/75 {
    border-top-color: rgb(238 242 255 / 0.75);
    border-bottom-color: rgb(238 242 255 / 0.75);
  }

  .md\:border-y-indigo-50\/80 {
    border-top-color: rgb(238 242 255 / 0.8);
    border-bottom-color: rgb(238 242 255 / 0.8);
  }

  .md\:border-y-indigo-50\/85 {
    border-top-color: rgb(238 242 255 / 0.85);
    border-bottom-color: rgb(238 242 255 / 0.85);
  }

  .md\:border-y-indigo-50\/90 {
    border-top-color: rgb(238 242 255 / 0.9);
    border-bottom-color: rgb(238 242 255 / 0.9);
  }

  .md\:border-y-indigo-50\/95 {
    border-top-color: rgb(238 242 255 / 0.95);
    border-bottom-color: rgb(238 242 255 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-indigo-500\/0 {
    border-top-color: rgb(99 102 241 / 0);
    border-bottom-color: rgb(99 102 241 / 0);
  }

  .md\:border-y-indigo-500\/10 {
    border-top-color: rgb(99 102 241 / 0.1);
    border-bottom-color: rgb(99 102 241 / 0.1);
  }

  .md\:border-y-indigo-500\/100 {
    border-top-color: rgb(99 102 241 / 1);
    border-bottom-color: rgb(99 102 241 / 1);
  }

  .md\:border-y-indigo-500\/15 {
    border-top-color: rgb(99 102 241 / 0.15);
    border-bottom-color: rgb(99 102 241 / 0.15);
  }

  .md\:border-y-indigo-500\/20 {
    border-top-color: rgb(99 102 241 / 0.2);
    border-bottom-color: rgb(99 102 241 / 0.2);
  }

  .md\:border-y-indigo-500\/25 {
    border-top-color: rgb(99 102 241 / 0.25);
    border-bottom-color: rgb(99 102 241 / 0.25);
  }

  .md\:border-y-indigo-500\/30 {
    border-top-color: rgb(99 102 241 / 0.3);
    border-bottom-color: rgb(99 102 241 / 0.3);
  }

  .md\:border-y-indigo-500\/35 {
    border-top-color: rgb(99 102 241 / 0.35);
    border-bottom-color: rgb(99 102 241 / 0.35);
  }

  .md\:border-y-indigo-500\/40 {
    border-top-color: rgb(99 102 241 / 0.4);
    border-bottom-color: rgb(99 102 241 / 0.4);
  }

  .md\:border-y-indigo-500\/45 {
    border-top-color: rgb(99 102 241 / 0.45);
    border-bottom-color: rgb(99 102 241 / 0.45);
  }

  .md\:border-y-indigo-500\/5 {
    border-top-color: rgb(99 102 241 / 0.05);
    border-bottom-color: rgb(99 102 241 / 0.05);
  }

  .md\:border-y-indigo-500\/50 {
    border-top-color: rgb(99 102 241 / 0.5);
    border-bottom-color: rgb(99 102 241 / 0.5);
  }

  .md\:border-y-indigo-500\/55 {
    border-top-color: rgb(99 102 241 / 0.55);
    border-bottom-color: rgb(99 102 241 / 0.55);
  }

  .md\:border-y-indigo-500\/60 {
    border-top-color: rgb(99 102 241 / 0.6);
    border-bottom-color: rgb(99 102 241 / 0.6);
  }

  .md\:border-y-indigo-500\/65 {
    border-top-color: rgb(99 102 241 / 0.65);
    border-bottom-color: rgb(99 102 241 / 0.65);
  }

  .md\:border-y-indigo-500\/70 {
    border-top-color: rgb(99 102 241 / 0.7);
    border-bottom-color: rgb(99 102 241 / 0.7);
  }

  .md\:border-y-indigo-500\/75 {
    border-top-color: rgb(99 102 241 / 0.75);
    border-bottom-color: rgb(99 102 241 / 0.75);
  }

  .md\:border-y-indigo-500\/80 {
    border-top-color: rgb(99 102 241 / 0.8);
    border-bottom-color: rgb(99 102 241 / 0.8);
  }

  .md\:border-y-indigo-500\/85 {
    border-top-color: rgb(99 102 241 / 0.85);
    border-bottom-color: rgb(99 102 241 / 0.85);
  }

  .md\:border-y-indigo-500\/90 {
    border-top-color: rgb(99 102 241 / 0.9);
    border-bottom-color: rgb(99 102 241 / 0.9);
  }

  .md\:border-y-indigo-500\/95 {
    border-top-color: rgb(99 102 241 / 0.95);
    border-bottom-color: rgb(99 102 241 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-indigo-600\/0 {
    border-top-color: rgb(79 70 229 / 0);
    border-bottom-color: rgb(79 70 229 / 0);
  }

  .md\:border-y-indigo-600\/10 {
    border-top-color: rgb(79 70 229 / 0.1);
    border-bottom-color: rgb(79 70 229 / 0.1);
  }

  .md\:border-y-indigo-600\/100 {
    border-top-color: rgb(79 70 229 / 1);
    border-bottom-color: rgb(79 70 229 / 1);
  }

  .md\:border-y-indigo-600\/15 {
    border-top-color: rgb(79 70 229 / 0.15);
    border-bottom-color: rgb(79 70 229 / 0.15);
  }

  .md\:border-y-indigo-600\/20 {
    border-top-color: rgb(79 70 229 / 0.2);
    border-bottom-color: rgb(79 70 229 / 0.2);
  }

  .md\:border-y-indigo-600\/25 {
    border-top-color: rgb(79 70 229 / 0.25);
    border-bottom-color: rgb(79 70 229 / 0.25);
  }

  .md\:border-y-indigo-600\/30 {
    border-top-color: rgb(79 70 229 / 0.3);
    border-bottom-color: rgb(79 70 229 / 0.3);
  }

  .md\:border-y-indigo-600\/35 {
    border-top-color: rgb(79 70 229 / 0.35);
    border-bottom-color: rgb(79 70 229 / 0.35);
  }

  .md\:border-y-indigo-600\/40 {
    border-top-color: rgb(79 70 229 / 0.4);
    border-bottom-color: rgb(79 70 229 / 0.4);
  }

  .md\:border-y-indigo-600\/45 {
    border-top-color: rgb(79 70 229 / 0.45);
    border-bottom-color: rgb(79 70 229 / 0.45);
  }

  .md\:border-y-indigo-600\/5 {
    border-top-color: rgb(79 70 229 / 0.05);
    border-bottom-color: rgb(79 70 229 / 0.05);
  }

  .md\:border-y-indigo-600\/50 {
    border-top-color: rgb(79 70 229 / 0.5);
    border-bottom-color: rgb(79 70 229 / 0.5);
  }

  .md\:border-y-indigo-600\/55 {
    border-top-color: rgb(79 70 229 / 0.55);
    border-bottom-color: rgb(79 70 229 / 0.55);
  }

  .md\:border-y-indigo-600\/60 {
    border-top-color: rgb(79 70 229 / 0.6);
    border-bottom-color: rgb(79 70 229 / 0.6);
  }

  .md\:border-y-indigo-600\/65 {
    border-top-color: rgb(79 70 229 / 0.65);
    border-bottom-color: rgb(79 70 229 / 0.65);
  }

  .md\:border-y-indigo-600\/70 {
    border-top-color: rgb(79 70 229 / 0.7);
    border-bottom-color: rgb(79 70 229 / 0.7);
  }

  .md\:border-y-indigo-600\/75 {
    border-top-color: rgb(79 70 229 / 0.75);
    border-bottom-color: rgb(79 70 229 / 0.75);
  }

  .md\:border-y-indigo-600\/80 {
    border-top-color: rgb(79 70 229 / 0.8);
    border-bottom-color: rgb(79 70 229 / 0.8);
  }

  .md\:border-y-indigo-600\/85 {
    border-top-color: rgb(79 70 229 / 0.85);
    border-bottom-color: rgb(79 70 229 / 0.85);
  }

  .md\:border-y-indigo-600\/90 {
    border-top-color: rgb(79 70 229 / 0.9);
    border-bottom-color: rgb(79 70 229 / 0.9);
  }

  .md\:border-y-indigo-600\/95 {
    border-top-color: rgb(79 70 229 / 0.95);
    border-bottom-color: rgb(79 70 229 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-indigo-700\/0 {
    border-top-color: rgb(67 56 202 / 0);
    border-bottom-color: rgb(67 56 202 / 0);
  }

  .md\:border-y-indigo-700\/10 {
    border-top-color: rgb(67 56 202 / 0.1);
    border-bottom-color: rgb(67 56 202 / 0.1);
  }

  .md\:border-y-indigo-700\/100 {
    border-top-color: rgb(67 56 202 / 1);
    border-bottom-color: rgb(67 56 202 / 1);
  }

  .md\:border-y-indigo-700\/15 {
    border-top-color: rgb(67 56 202 / 0.15);
    border-bottom-color: rgb(67 56 202 / 0.15);
  }

  .md\:border-y-indigo-700\/20 {
    border-top-color: rgb(67 56 202 / 0.2);
    border-bottom-color: rgb(67 56 202 / 0.2);
  }

  .md\:border-y-indigo-700\/25 {
    border-top-color: rgb(67 56 202 / 0.25);
    border-bottom-color: rgb(67 56 202 / 0.25);
  }

  .md\:border-y-indigo-700\/30 {
    border-top-color: rgb(67 56 202 / 0.3);
    border-bottom-color: rgb(67 56 202 / 0.3);
  }

  .md\:border-y-indigo-700\/35 {
    border-top-color: rgb(67 56 202 / 0.35);
    border-bottom-color: rgb(67 56 202 / 0.35);
  }

  .md\:border-y-indigo-700\/40 {
    border-top-color: rgb(67 56 202 / 0.4);
    border-bottom-color: rgb(67 56 202 / 0.4);
  }

  .md\:border-y-indigo-700\/45 {
    border-top-color: rgb(67 56 202 / 0.45);
    border-bottom-color: rgb(67 56 202 / 0.45);
  }

  .md\:border-y-indigo-700\/5 {
    border-top-color: rgb(67 56 202 / 0.05);
    border-bottom-color: rgb(67 56 202 / 0.05);
  }

  .md\:border-y-indigo-700\/50 {
    border-top-color: rgb(67 56 202 / 0.5);
    border-bottom-color: rgb(67 56 202 / 0.5);
  }

  .md\:border-y-indigo-700\/55 {
    border-top-color: rgb(67 56 202 / 0.55);
    border-bottom-color: rgb(67 56 202 / 0.55);
  }

  .md\:border-y-indigo-700\/60 {
    border-top-color: rgb(67 56 202 / 0.6);
    border-bottom-color: rgb(67 56 202 / 0.6);
  }

  .md\:border-y-indigo-700\/65 {
    border-top-color: rgb(67 56 202 / 0.65);
    border-bottom-color: rgb(67 56 202 / 0.65);
  }

  .md\:border-y-indigo-700\/70 {
    border-top-color: rgb(67 56 202 / 0.7);
    border-bottom-color: rgb(67 56 202 / 0.7);
  }

  .md\:border-y-indigo-700\/75 {
    border-top-color: rgb(67 56 202 / 0.75);
    border-bottom-color: rgb(67 56 202 / 0.75);
  }

  .md\:border-y-indigo-700\/80 {
    border-top-color: rgb(67 56 202 / 0.8);
    border-bottom-color: rgb(67 56 202 / 0.8);
  }

  .md\:border-y-indigo-700\/85 {
    border-top-color: rgb(67 56 202 / 0.85);
    border-bottom-color: rgb(67 56 202 / 0.85);
  }

  .md\:border-y-indigo-700\/90 {
    border-top-color: rgb(67 56 202 / 0.9);
    border-bottom-color: rgb(67 56 202 / 0.9);
  }

  .md\:border-y-indigo-700\/95 {
    border-top-color: rgb(67 56 202 / 0.95);
    border-bottom-color: rgb(67 56 202 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-indigo-800\/0 {
    border-top-color: rgb(55 48 163 / 0);
    border-bottom-color: rgb(55 48 163 / 0);
  }

  .md\:border-y-indigo-800\/10 {
    border-top-color: rgb(55 48 163 / 0.1);
    border-bottom-color: rgb(55 48 163 / 0.1);
  }

  .md\:border-y-indigo-800\/100 {
    border-top-color: rgb(55 48 163 / 1);
    border-bottom-color: rgb(55 48 163 / 1);
  }

  .md\:border-y-indigo-800\/15 {
    border-top-color: rgb(55 48 163 / 0.15);
    border-bottom-color: rgb(55 48 163 / 0.15);
  }

  .md\:border-y-indigo-800\/20 {
    border-top-color: rgb(55 48 163 / 0.2);
    border-bottom-color: rgb(55 48 163 / 0.2);
  }

  .md\:border-y-indigo-800\/25 {
    border-top-color: rgb(55 48 163 / 0.25);
    border-bottom-color: rgb(55 48 163 / 0.25);
  }

  .md\:border-y-indigo-800\/30 {
    border-top-color: rgb(55 48 163 / 0.3);
    border-bottom-color: rgb(55 48 163 / 0.3);
  }

  .md\:border-y-indigo-800\/35 {
    border-top-color: rgb(55 48 163 / 0.35);
    border-bottom-color: rgb(55 48 163 / 0.35);
  }

  .md\:border-y-indigo-800\/40 {
    border-top-color: rgb(55 48 163 / 0.4);
    border-bottom-color: rgb(55 48 163 / 0.4);
  }

  .md\:border-y-indigo-800\/45 {
    border-top-color: rgb(55 48 163 / 0.45);
    border-bottom-color: rgb(55 48 163 / 0.45);
  }

  .md\:border-y-indigo-800\/5 {
    border-top-color: rgb(55 48 163 / 0.05);
    border-bottom-color: rgb(55 48 163 / 0.05);
  }

  .md\:border-y-indigo-800\/50 {
    border-top-color: rgb(55 48 163 / 0.5);
    border-bottom-color: rgb(55 48 163 / 0.5);
  }

  .md\:border-y-indigo-800\/55 {
    border-top-color: rgb(55 48 163 / 0.55);
    border-bottom-color: rgb(55 48 163 / 0.55);
  }

  .md\:border-y-indigo-800\/60 {
    border-top-color: rgb(55 48 163 / 0.6);
    border-bottom-color: rgb(55 48 163 / 0.6);
  }

  .md\:border-y-indigo-800\/65 {
    border-top-color: rgb(55 48 163 / 0.65);
    border-bottom-color: rgb(55 48 163 / 0.65);
  }

  .md\:border-y-indigo-800\/70 {
    border-top-color: rgb(55 48 163 / 0.7);
    border-bottom-color: rgb(55 48 163 / 0.7);
  }

  .md\:border-y-indigo-800\/75 {
    border-top-color: rgb(55 48 163 / 0.75);
    border-bottom-color: rgb(55 48 163 / 0.75);
  }

  .md\:border-y-indigo-800\/80 {
    border-top-color: rgb(55 48 163 / 0.8);
    border-bottom-color: rgb(55 48 163 / 0.8);
  }

  .md\:border-y-indigo-800\/85 {
    border-top-color: rgb(55 48 163 / 0.85);
    border-bottom-color: rgb(55 48 163 / 0.85);
  }

  .md\:border-y-indigo-800\/90 {
    border-top-color: rgb(55 48 163 / 0.9);
    border-bottom-color: rgb(55 48 163 / 0.9);
  }

  .md\:border-y-indigo-800\/95 {
    border-top-color: rgb(55 48 163 / 0.95);
    border-bottom-color: rgb(55 48 163 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-indigo-900\/0 {
    border-top-color: rgb(49 46 129 / 0);
    border-bottom-color: rgb(49 46 129 / 0);
  }

  .md\:border-y-indigo-900\/10 {
    border-top-color: rgb(49 46 129 / 0.1);
    border-bottom-color: rgb(49 46 129 / 0.1);
  }

  .md\:border-y-indigo-900\/100 {
    border-top-color: rgb(49 46 129 / 1);
    border-bottom-color: rgb(49 46 129 / 1);
  }

  .md\:border-y-indigo-900\/15 {
    border-top-color: rgb(49 46 129 / 0.15);
    border-bottom-color: rgb(49 46 129 / 0.15);
  }

  .md\:border-y-indigo-900\/20 {
    border-top-color: rgb(49 46 129 / 0.2);
    border-bottom-color: rgb(49 46 129 / 0.2);
  }

  .md\:border-y-indigo-900\/25 {
    border-top-color: rgb(49 46 129 / 0.25);
    border-bottom-color: rgb(49 46 129 / 0.25);
  }

  .md\:border-y-indigo-900\/30 {
    border-top-color: rgb(49 46 129 / 0.3);
    border-bottom-color: rgb(49 46 129 / 0.3);
  }

  .md\:border-y-indigo-900\/35 {
    border-top-color: rgb(49 46 129 / 0.35);
    border-bottom-color: rgb(49 46 129 / 0.35);
  }

  .md\:border-y-indigo-900\/40 {
    border-top-color: rgb(49 46 129 / 0.4);
    border-bottom-color: rgb(49 46 129 / 0.4);
  }

  .md\:border-y-indigo-900\/45 {
    border-top-color: rgb(49 46 129 / 0.45);
    border-bottom-color: rgb(49 46 129 / 0.45);
  }

  .md\:border-y-indigo-900\/5 {
    border-top-color: rgb(49 46 129 / 0.05);
    border-bottom-color: rgb(49 46 129 / 0.05);
  }

  .md\:border-y-indigo-900\/50 {
    border-top-color: rgb(49 46 129 / 0.5);
    border-bottom-color: rgb(49 46 129 / 0.5);
  }

  .md\:border-y-indigo-900\/55 {
    border-top-color: rgb(49 46 129 / 0.55);
    border-bottom-color: rgb(49 46 129 / 0.55);
  }

  .md\:border-y-indigo-900\/60 {
    border-top-color: rgb(49 46 129 / 0.6);
    border-bottom-color: rgb(49 46 129 / 0.6);
  }

  .md\:border-y-indigo-900\/65 {
    border-top-color: rgb(49 46 129 / 0.65);
    border-bottom-color: rgb(49 46 129 / 0.65);
  }

  .md\:border-y-indigo-900\/70 {
    border-top-color: rgb(49 46 129 / 0.7);
    border-bottom-color: rgb(49 46 129 / 0.7);
  }

  .md\:border-y-indigo-900\/75 {
    border-top-color: rgb(49 46 129 / 0.75);
    border-bottom-color: rgb(49 46 129 / 0.75);
  }

  .md\:border-y-indigo-900\/80 {
    border-top-color: rgb(49 46 129 / 0.8);
    border-bottom-color: rgb(49 46 129 / 0.8);
  }

  .md\:border-y-indigo-900\/85 {
    border-top-color: rgb(49 46 129 / 0.85);
    border-bottom-color: rgb(49 46 129 / 0.85);
  }

  .md\:border-y-indigo-900\/90 {
    border-top-color: rgb(49 46 129 / 0.9);
    border-bottom-color: rgb(49 46 129 / 0.9);
  }

  .md\:border-y-indigo-900\/95 {
    border-top-color: rgb(49 46 129 / 0.95);
    border-bottom-color: rgb(49 46 129 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-indigo-950\/0 {
    border-top-color: rgb(30 27 75 / 0);
    border-bottom-color: rgb(30 27 75 / 0);
  }

  .md\:border-y-indigo-950\/10 {
    border-top-color: rgb(30 27 75 / 0.1);
    border-bottom-color: rgb(30 27 75 / 0.1);
  }

  .md\:border-y-indigo-950\/100 {
    border-top-color: rgb(30 27 75 / 1);
    border-bottom-color: rgb(30 27 75 / 1);
  }

  .md\:border-y-indigo-950\/15 {
    border-top-color: rgb(30 27 75 / 0.15);
    border-bottom-color: rgb(30 27 75 / 0.15);
  }

  .md\:border-y-indigo-950\/20 {
    border-top-color: rgb(30 27 75 / 0.2);
    border-bottom-color: rgb(30 27 75 / 0.2);
  }

  .md\:border-y-indigo-950\/25 {
    border-top-color: rgb(30 27 75 / 0.25);
    border-bottom-color: rgb(30 27 75 / 0.25);
  }

  .md\:border-y-indigo-950\/30 {
    border-top-color: rgb(30 27 75 / 0.3);
    border-bottom-color: rgb(30 27 75 / 0.3);
  }

  .md\:border-y-indigo-950\/35 {
    border-top-color: rgb(30 27 75 / 0.35);
    border-bottom-color: rgb(30 27 75 / 0.35);
  }

  .md\:border-y-indigo-950\/40 {
    border-top-color: rgb(30 27 75 / 0.4);
    border-bottom-color: rgb(30 27 75 / 0.4);
  }

  .md\:border-y-indigo-950\/45 {
    border-top-color: rgb(30 27 75 / 0.45);
    border-bottom-color: rgb(30 27 75 / 0.45);
  }

  .md\:border-y-indigo-950\/5 {
    border-top-color: rgb(30 27 75 / 0.05);
    border-bottom-color: rgb(30 27 75 / 0.05);
  }

  .md\:border-y-indigo-950\/50 {
    border-top-color: rgb(30 27 75 / 0.5);
    border-bottom-color: rgb(30 27 75 / 0.5);
  }

  .md\:border-y-indigo-950\/55 {
    border-top-color: rgb(30 27 75 / 0.55);
    border-bottom-color: rgb(30 27 75 / 0.55);
  }

  .md\:border-y-indigo-950\/60 {
    border-top-color: rgb(30 27 75 / 0.6);
    border-bottom-color: rgb(30 27 75 / 0.6);
  }

  .md\:border-y-indigo-950\/65 {
    border-top-color: rgb(30 27 75 / 0.65);
    border-bottom-color: rgb(30 27 75 / 0.65);
  }

  .md\:border-y-indigo-950\/70 {
    border-top-color: rgb(30 27 75 / 0.7);
    border-bottom-color: rgb(30 27 75 / 0.7);
  }

  .md\:border-y-indigo-950\/75 {
    border-top-color: rgb(30 27 75 / 0.75);
    border-bottom-color: rgb(30 27 75 / 0.75);
  }

  .md\:border-y-indigo-950\/80 {
    border-top-color: rgb(30 27 75 / 0.8);
    border-bottom-color: rgb(30 27 75 / 0.8);
  }

  .md\:border-y-indigo-950\/85 {
    border-top-color: rgb(30 27 75 / 0.85);
    border-bottom-color: rgb(30 27 75 / 0.85);
  }

  .md\:border-y-indigo-950\/90 {
    border-top-color: rgb(30 27 75 / 0.9);
    border-bottom-color: rgb(30 27 75 / 0.9);
  }

  .md\:border-y-indigo-950\/95 {
    border-top-color: rgb(30 27 75 / 0.95);
    border-bottom-color: rgb(30 27 75 / 0.95);
  }

  .md\:border-y-inherit {
    border-top-color: inherit;
    border-bottom-color: inherit;
  }

  .md\: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));
  }

  .md\:border-y-lime-100\/0 {
    border-top-color: rgb(236 252 203 / 0);
    border-bottom-color: rgb(236 252 203 / 0);
  }

  .md\:border-y-lime-100\/10 {
    border-top-color: rgb(236 252 203 / 0.1);
    border-bottom-color: rgb(236 252 203 / 0.1);
  }

  .md\:border-y-lime-100\/100 {
    border-top-color: rgb(236 252 203 / 1);
    border-bottom-color: rgb(236 252 203 / 1);
  }

  .md\:border-y-lime-100\/15 {
    border-top-color: rgb(236 252 203 / 0.15);
    border-bottom-color: rgb(236 252 203 / 0.15);
  }

  .md\:border-y-lime-100\/20 {
    border-top-color: rgb(236 252 203 / 0.2);
    border-bottom-color: rgb(236 252 203 / 0.2);
  }

  .md\:border-y-lime-100\/25 {
    border-top-color: rgb(236 252 203 / 0.25);
    border-bottom-color: rgb(236 252 203 / 0.25);
  }

  .md\:border-y-lime-100\/30 {
    border-top-color: rgb(236 252 203 / 0.3);
    border-bottom-color: rgb(236 252 203 / 0.3);
  }

  .md\:border-y-lime-100\/35 {
    border-top-color: rgb(236 252 203 / 0.35);
    border-bottom-color: rgb(236 252 203 / 0.35);
  }

  .md\:border-y-lime-100\/40 {
    border-top-color: rgb(236 252 203 / 0.4);
    border-bottom-color: rgb(236 252 203 / 0.4);
  }

  .md\:border-y-lime-100\/45 {
    border-top-color: rgb(236 252 203 / 0.45);
    border-bottom-color: rgb(236 252 203 / 0.45);
  }

  .md\:border-y-lime-100\/5 {
    border-top-color: rgb(236 252 203 / 0.05);
    border-bottom-color: rgb(236 252 203 / 0.05);
  }

  .md\:border-y-lime-100\/50 {
    border-top-color: rgb(236 252 203 / 0.5);
    border-bottom-color: rgb(236 252 203 / 0.5);
  }

  .md\:border-y-lime-100\/55 {
    border-top-color: rgb(236 252 203 / 0.55);
    border-bottom-color: rgb(236 252 203 / 0.55);
  }

  .md\:border-y-lime-100\/60 {
    border-top-color: rgb(236 252 203 / 0.6);
    border-bottom-color: rgb(236 252 203 / 0.6);
  }

  .md\:border-y-lime-100\/65 {
    border-top-color: rgb(236 252 203 / 0.65);
    border-bottom-color: rgb(236 252 203 / 0.65);
  }

  .md\:border-y-lime-100\/70 {
    border-top-color: rgb(236 252 203 / 0.7);
    border-bottom-color: rgb(236 252 203 / 0.7);
  }

  .md\:border-y-lime-100\/75 {
    border-top-color: rgb(236 252 203 / 0.75);
    border-bottom-color: rgb(236 252 203 / 0.75);
  }

  .md\:border-y-lime-100\/80 {
    border-top-color: rgb(236 252 203 / 0.8);
    border-bottom-color: rgb(236 252 203 / 0.8);
  }

  .md\:border-y-lime-100\/85 {
    border-top-color: rgb(236 252 203 / 0.85);
    border-bottom-color: rgb(236 252 203 / 0.85);
  }

  .md\:border-y-lime-100\/90 {
    border-top-color: rgb(236 252 203 / 0.9);
    border-bottom-color: rgb(236 252 203 / 0.9);
  }

  .md\:border-y-lime-100\/95 {
    border-top-color: rgb(236 252 203 / 0.95);
    border-bottom-color: rgb(236 252 203 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-lime-200\/0 {
    border-top-color: rgb(217 249 157 / 0);
    border-bottom-color: rgb(217 249 157 / 0);
  }

  .md\:border-y-lime-200\/10 {
    border-top-color: rgb(217 249 157 / 0.1);
    border-bottom-color: rgb(217 249 157 / 0.1);
  }

  .md\:border-y-lime-200\/100 {
    border-top-color: rgb(217 249 157 / 1);
    border-bottom-color: rgb(217 249 157 / 1);
  }

  .md\:border-y-lime-200\/15 {
    border-top-color: rgb(217 249 157 / 0.15);
    border-bottom-color: rgb(217 249 157 / 0.15);
  }

  .md\:border-y-lime-200\/20 {
    border-top-color: rgb(217 249 157 / 0.2);
    border-bottom-color: rgb(217 249 157 / 0.2);
  }

  .md\:border-y-lime-200\/25 {
    border-top-color: rgb(217 249 157 / 0.25);
    border-bottom-color: rgb(217 249 157 / 0.25);
  }

  .md\:border-y-lime-200\/30 {
    border-top-color: rgb(217 249 157 / 0.3);
    border-bottom-color: rgb(217 249 157 / 0.3);
  }

  .md\:border-y-lime-200\/35 {
    border-top-color: rgb(217 249 157 / 0.35);
    border-bottom-color: rgb(217 249 157 / 0.35);
  }

  .md\:border-y-lime-200\/40 {
    border-top-color: rgb(217 249 157 / 0.4);
    border-bottom-color: rgb(217 249 157 / 0.4);
  }

  .md\:border-y-lime-200\/45 {
    border-top-color: rgb(217 249 157 / 0.45);
    border-bottom-color: rgb(217 249 157 / 0.45);
  }

  .md\:border-y-lime-200\/5 {
    border-top-color: rgb(217 249 157 / 0.05);
    border-bottom-color: rgb(217 249 157 / 0.05);
  }

  .md\:border-y-lime-200\/50 {
    border-top-color: rgb(217 249 157 / 0.5);
    border-bottom-color: rgb(217 249 157 / 0.5);
  }

  .md\:border-y-lime-200\/55 {
    border-top-color: rgb(217 249 157 / 0.55);
    border-bottom-color: rgb(217 249 157 / 0.55);
  }

  .md\:border-y-lime-200\/60 {
    border-top-color: rgb(217 249 157 / 0.6);
    border-bottom-color: rgb(217 249 157 / 0.6);
  }

  .md\:border-y-lime-200\/65 {
    border-top-color: rgb(217 249 157 / 0.65);
    border-bottom-color: rgb(217 249 157 / 0.65);
  }

  .md\:border-y-lime-200\/70 {
    border-top-color: rgb(217 249 157 / 0.7);
    border-bottom-color: rgb(217 249 157 / 0.7);
  }

  .md\:border-y-lime-200\/75 {
    border-top-color: rgb(217 249 157 / 0.75);
    border-bottom-color: rgb(217 249 157 / 0.75);
  }

  .md\:border-y-lime-200\/80 {
    border-top-color: rgb(217 249 157 / 0.8);
    border-bottom-color: rgb(217 249 157 / 0.8);
  }

  .md\:border-y-lime-200\/85 {
    border-top-color: rgb(217 249 157 / 0.85);
    border-bottom-color: rgb(217 249 157 / 0.85);
  }

  .md\:border-y-lime-200\/90 {
    border-top-color: rgb(217 249 157 / 0.9);
    border-bottom-color: rgb(217 249 157 / 0.9);
  }

  .md\:border-y-lime-200\/95 {
    border-top-color: rgb(217 249 157 / 0.95);
    border-bottom-color: rgb(217 249 157 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-lime-300\/0 {
    border-top-color: rgb(190 242 100 / 0);
    border-bottom-color: rgb(190 242 100 / 0);
  }

  .md\:border-y-lime-300\/10 {
    border-top-color: rgb(190 242 100 / 0.1);
    border-bottom-color: rgb(190 242 100 / 0.1);
  }

  .md\:border-y-lime-300\/100 {
    border-top-color: rgb(190 242 100 / 1);
    border-bottom-color: rgb(190 242 100 / 1);
  }

  .md\:border-y-lime-300\/15 {
    border-top-color: rgb(190 242 100 / 0.15);
    border-bottom-color: rgb(190 242 100 / 0.15);
  }

  .md\:border-y-lime-300\/20 {
    border-top-color: rgb(190 242 100 / 0.2);
    border-bottom-color: rgb(190 242 100 / 0.2);
  }

  .md\:border-y-lime-300\/25 {
    border-top-color: rgb(190 242 100 / 0.25);
    border-bottom-color: rgb(190 242 100 / 0.25);
  }

  .md\:border-y-lime-300\/30 {
    border-top-color: rgb(190 242 100 / 0.3);
    border-bottom-color: rgb(190 242 100 / 0.3);
  }

  .md\:border-y-lime-300\/35 {
    border-top-color: rgb(190 242 100 / 0.35);
    border-bottom-color: rgb(190 242 100 / 0.35);
  }

  .md\:border-y-lime-300\/40 {
    border-top-color: rgb(190 242 100 / 0.4);
    border-bottom-color: rgb(190 242 100 / 0.4);
  }

  .md\:border-y-lime-300\/45 {
    border-top-color: rgb(190 242 100 / 0.45);
    border-bottom-color: rgb(190 242 100 / 0.45);
  }

  .md\:border-y-lime-300\/5 {
    border-top-color: rgb(190 242 100 / 0.05);
    border-bottom-color: rgb(190 242 100 / 0.05);
  }

  .md\:border-y-lime-300\/50 {
    border-top-color: rgb(190 242 100 / 0.5);
    border-bottom-color: rgb(190 242 100 / 0.5);
  }

  .md\:border-y-lime-300\/55 {
    border-top-color: rgb(190 242 100 / 0.55);
    border-bottom-color: rgb(190 242 100 / 0.55);
  }

  .md\:border-y-lime-300\/60 {
    border-top-color: rgb(190 242 100 / 0.6);
    border-bottom-color: rgb(190 242 100 / 0.6);
  }

  .md\:border-y-lime-300\/65 {
    border-top-color: rgb(190 242 100 / 0.65);
    border-bottom-color: rgb(190 242 100 / 0.65);
  }

  .md\:border-y-lime-300\/70 {
    border-top-color: rgb(190 242 100 / 0.7);
    border-bottom-color: rgb(190 242 100 / 0.7);
  }

  .md\:border-y-lime-300\/75 {
    border-top-color: rgb(190 242 100 / 0.75);
    border-bottom-color: rgb(190 242 100 / 0.75);
  }

  .md\:border-y-lime-300\/80 {
    border-top-color: rgb(190 242 100 / 0.8);
    border-bottom-color: rgb(190 242 100 / 0.8);
  }

  .md\:border-y-lime-300\/85 {
    border-top-color: rgb(190 242 100 / 0.85);
    border-bottom-color: rgb(190 242 100 / 0.85);
  }

  .md\:border-y-lime-300\/90 {
    border-top-color: rgb(190 242 100 / 0.9);
    border-bottom-color: rgb(190 242 100 / 0.9);
  }

  .md\:border-y-lime-300\/95 {
    border-top-color: rgb(190 242 100 / 0.95);
    border-bottom-color: rgb(190 242 100 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-lime-400\/0 {
    border-top-color: rgb(163 230 53 / 0);
    border-bottom-color: rgb(163 230 53 / 0);
  }

  .md\:border-y-lime-400\/10 {
    border-top-color: rgb(163 230 53 / 0.1);
    border-bottom-color: rgb(163 230 53 / 0.1);
  }

  .md\:border-y-lime-400\/100 {
    border-top-color: rgb(163 230 53 / 1);
    border-bottom-color: rgb(163 230 53 / 1);
  }

  .md\:border-y-lime-400\/15 {
    border-top-color: rgb(163 230 53 / 0.15);
    border-bottom-color: rgb(163 230 53 / 0.15);
  }

  .md\:border-y-lime-400\/20 {
    border-top-color: rgb(163 230 53 / 0.2);
    border-bottom-color: rgb(163 230 53 / 0.2);
  }

  .md\:border-y-lime-400\/25 {
    border-top-color: rgb(163 230 53 / 0.25);
    border-bottom-color: rgb(163 230 53 / 0.25);
  }

  .md\:border-y-lime-400\/30 {
    border-top-color: rgb(163 230 53 / 0.3);
    border-bottom-color: rgb(163 230 53 / 0.3);
  }

  .md\:border-y-lime-400\/35 {
    border-top-color: rgb(163 230 53 / 0.35);
    border-bottom-color: rgb(163 230 53 / 0.35);
  }

  .md\:border-y-lime-400\/40 {
    border-top-color: rgb(163 230 53 / 0.4);
    border-bottom-color: rgb(163 230 53 / 0.4);
  }

  .md\:border-y-lime-400\/45 {
    border-top-color: rgb(163 230 53 / 0.45);
    border-bottom-color: rgb(163 230 53 / 0.45);
  }

  .md\:border-y-lime-400\/5 {
    border-top-color: rgb(163 230 53 / 0.05);
    border-bottom-color: rgb(163 230 53 / 0.05);
  }

  .md\:border-y-lime-400\/50 {
    border-top-color: rgb(163 230 53 / 0.5);
    border-bottom-color: rgb(163 230 53 / 0.5);
  }

  .md\:border-y-lime-400\/55 {
    border-top-color: rgb(163 230 53 / 0.55);
    border-bottom-color: rgb(163 230 53 / 0.55);
  }

  .md\:border-y-lime-400\/60 {
    border-top-color: rgb(163 230 53 / 0.6);
    border-bottom-color: rgb(163 230 53 / 0.6);
  }

  .md\:border-y-lime-400\/65 {
    border-top-color: rgb(163 230 53 / 0.65);
    border-bottom-color: rgb(163 230 53 / 0.65);
  }

  .md\:border-y-lime-400\/70 {
    border-top-color: rgb(163 230 53 / 0.7);
    border-bottom-color: rgb(163 230 53 / 0.7);
  }

  .md\:border-y-lime-400\/75 {
    border-top-color: rgb(163 230 53 / 0.75);
    border-bottom-color: rgb(163 230 53 / 0.75);
  }

  .md\:border-y-lime-400\/80 {
    border-top-color: rgb(163 230 53 / 0.8);
    border-bottom-color: rgb(163 230 53 / 0.8);
  }

  .md\:border-y-lime-400\/85 {
    border-top-color: rgb(163 230 53 / 0.85);
    border-bottom-color: rgb(163 230 53 / 0.85);
  }

  .md\:border-y-lime-400\/90 {
    border-top-color: rgb(163 230 53 / 0.9);
    border-bottom-color: rgb(163 230 53 / 0.9);
  }

  .md\:border-y-lime-400\/95 {
    border-top-color: rgb(163 230 53 / 0.95);
    border-bottom-color: rgb(163 230 53 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-lime-50\/0 {
    border-top-color: rgb(247 254 231 / 0);
    border-bottom-color: rgb(247 254 231 / 0);
  }

  .md\:border-y-lime-50\/10 {
    border-top-color: rgb(247 254 231 / 0.1);
    border-bottom-color: rgb(247 254 231 / 0.1);
  }

  .md\:border-y-lime-50\/100 {
    border-top-color: rgb(247 254 231 / 1);
    border-bottom-color: rgb(247 254 231 / 1);
  }

  .md\:border-y-lime-50\/15 {
    border-top-color: rgb(247 254 231 / 0.15);
    border-bottom-color: rgb(247 254 231 / 0.15);
  }

  .md\:border-y-lime-50\/20 {
    border-top-color: rgb(247 254 231 / 0.2);
    border-bottom-color: rgb(247 254 231 / 0.2);
  }

  .md\:border-y-lime-50\/25 {
    border-top-color: rgb(247 254 231 / 0.25);
    border-bottom-color: rgb(247 254 231 / 0.25);
  }

  .md\:border-y-lime-50\/30 {
    border-top-color: rgb(247 254 231 / 0.3);
    border-bottom-color: rgb(247 254 231 / 0.3);
  }

  .md\:border-y-lime-50\/35 {
    border-top-color: rgb(247 254 231 / 0.35);
    border-bottom-color: rgb(247 254 231 / 0.35);
  }

  .md\:border-y-lime-50\/40 {
    border-top-color: rgb(247 254 231 / 0.4);
    border-bottom-color: rgb(247 254 231 / 0.4);
  }

  .md\:border-y-lime-50\/45 {
    border-top-color: rgb(247 254 231 / 0.45);
    border-bottom-color: rgb(247 254 231 / 0.45);
  }

  .md\:border-y-lime-50\/5 {
    border-top-color: rgb(247 254 231 / 0.05);
    border-bottom-color: rgb(247 254 231 / 0.05);
  }

  .md\:border-y-lime-50\/50 {
    border-top-color: rgb(247 254 231 / 0.5);
    border-bottom-color: rgb(247 254 231 / 0.5);
  }

  .md\:border-y-lime-50\/55 {
    border-top-color: rgb(247 254 231 / 0.55);
    border-bottom-color: rgb(247 254 231 / 0.55);
  }

  .md\:border-y-lime-50\/60 {
    border-top-color: rgb(247 254 231 / 0.6);
    border-bottom-color: rgb(247 254 231 / 0.6);
  }

  .md\:border-y-lime-50\/65 {
    border-top-color: rgb(247 254 231 / 0.65);
    border-bottom-color: rgb(247 254 231 / 0.65);
  }

  .md\:border-y-lime-50\/70 {
    border-top-color: rgb(247 254 231 / 0.7);
    border-bottom-color: rgb(247 254 231 / 0.7);
  }

  .md\:border-y-lime-50\/75 {
    border-top-color: rgb(247 254 231 / 0.75);
    border-bottom-color: rgb(247 254 231 / 0.75);
  }

  .md\:border-y-lime-50\/80 {
    border-top-color: rgb(247 254 231 / 0.8);
    border-bottom-color: rgb(247 254 231 / 0.8);
  }

  .md\:border-y-lime-50\/85 {
    border-top-color: rgb(247 254 231 / 0.85);
    border-bottom-color: rgb(247 254 231 / 0.85);
  }

  .md\:border-y-lime-50\/90 {
    border-top-color: rgb(247 254 231 / 0.9);
    border-bottom-color: rgb(247 254 231 / 0.9);
  }

  .md\:border-y-lime-50\/95 {
    border-top-color: rgb(247 254 231 / 0.95);
    border-bottom-color: rgb(247 254 231 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-lime-500\/0 {
    border-top-color: rgb(132 204 22 / 0);
    border-bottom-color: rgb(132 204 22 / 0);
  }

  .md\:border-y-lime-500\/10 {
    border-top-color: rgb(132 204 22 / 0.1);
    border-bottom-color: rgb(132 204 22 / 0.1);
  }

  .md\:border-y-lime-500\/100 {
    border-top-color: rgb(132 204 22 / 1);
    border-bottom-color: rgb(132 204 22 / 1);
  }

  .md\:border-y-lime-500\/15 {
    border-top-color: rgb(132 204 22 / 0.15);
    border-bottom-color: rgb(132 204 22 / 0.15);
  }

  .md\:border-y-lime-500\/20 {
    border-top-color: rgb(132 204 22 / 0.2);
    border-bottom-color: rgb(132 204 22 / 0.2);
  }

  .md\:border-y-lime-500\/25 {
    border-top-color: rgb(132 204 22 / 0.25);
    border-bottom-color: rgb(132 204 22 / 0.25);
  }

  .md\:border-y-lime-500\/30 {
    border-top-color: rgb(132 204 22 / 0.3);
    border-bottom-color: rgb(132 204 22 / 0.3);
  }

  .md\:border-y-lime-500\/35 {
    border-top-color: rgb(132 204 22 / 0.35);
    border-bottom-color: rgb(132 204 22 / 0.35);
  }

  .md\:border-y-lime-500\/40 {
    border-top-color: rgb(132 204 22 / 0.4);
    border-bottom-color: rgb(132 204 22 / 0.4);
  }

  .md\:border-y-lime-500\/45 {
    border-top-color: rgb(132 204 22 / 0.45);
    border-bottom-color: rgb(132 204 22 / 0.45);
  }

  .md\:border-y-lime-500\/5 {
    border-top-color: rgb(132 204 22 / 0.05);
    border-bottom-color: rgb(132 204 22 / 0.05);
  }

  .md\:border-y-lime-500\/50 {
    border-top-color: rgb(132 204 22 / 0.5);
    border-bottom-color: rgb(132 204 22 / 0.5);
  }

  .md\:border-y-lime-500\/55 {
    border-top-color: rgb(132 204 22 / 0.55);
    border-bottom-color: rgb(132 204 22 / 0.55);
  }

  .md\:border-y-lime-500\/60 {
    border-top-color: rgb(132 204 22 / 0.6);
    border-bottom-color: rgb(132 204 22 / 0.6);
  }

  .md\:border-y-lime-500\/65 {
    border-top-color: rgb(132 204 22 / 0.65);
    border-bottom-color: rgb(132 204 22 / 0.65);
  }

  .md\:border-y-lime-500\/70 {
    border-top-color: rgb(132 204 22 / 0.7);
    border-bottom-color: rgb(132 204 22 / 0.7);
  }

  .md\:border-y-lime-500\/75 {
    border-top-color: rgb(132 204 22 / 0.75);
    border-bottom-color: rgb(132 204 22 / 0.75);
  }

  .md\:border-y-lime-500\/80 {
    border-top-color: rgb(132 204 22 / 0.8);
    border-bottom-color: rgb(132 204 22 / 0.8);
  }

  .md\:border-y-lime-500\/85 {
    border-top-color: rgb(132 204 22 / 0.85);
    border-bottom-color: rgb(132 204 22 / 0.85);
  }

  .md\:border-y-lime-500\/90 {
    border-top-color: rgb(132 204 22 / 0.9);
    border-bottom-color: rgb(132 204 22 / 0.9);
  }

  .md\:border-y-lime-500\/95 {
    border-top-color: rgb(132 204 22 / 0.95);
    border-bottom-color: rgb(132 204 22 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-lime-600\/0 {
    border-top-color: rgb(101 163 13 / 0);
    border-bottom-color: rgb(101 163 13 / 0);
  }

  .md\:border-y-lime-600\/10 {
    border-top-color: rgb(101 163 13 / 0.1);
    border-bottom-color: rgb(101 163 13 / 0.1);
  }

  .md\:border-y-lime-600\/100 {
    border-top-color: rgb(101 163 13 / 1);
    border-bottom-color: rgb(101 163 13 / 1);
  }

  .md\:border-y-lime-600\/15 {
    border-top-color: rgb(101 163 13 / 0.15);
    border-bottom-color: rgb(101 163 13 / 0.15);
  }

  .md\:border-y-lime-600\/20 {
    border-top-color: rgb(101 163 13 / 0.2);
    border-bottom-color: rgb(101 163 13 / 0.2);
  }

  .md\:border-y-lime-600\/25 {
    border-top-color: rgb(101 163 13 / 0.25);
    border-bottom-color: rgb(101 163 13 / 0.25);
  }

  .md\:border-y-lime-600\/30 {
    border-top-color: rgb(101 163 13 / 0.3);
    border-bottom-color: rgb(101 163 13 / 0.3);
  }

  .md\:border-y-lime-600\/35 {
    border-top-color: rgb(101 163 13 / 0.35);
    border-bottom-color: rgb(101 163 13 / 0.35);
  }

  .md\:border-y-lime-600\/40 {
    border-top-color: rgb(101 163 13 / 0.4);
    border-bottom-color: rgb(101 163 13 / 0.4);
  }

  .md\:border-y-lime-600\/45 {
    border-top-color: rgb(101 163 13 / 0.45);
    border-bottom-color: rgb(101 163 13 / 0.45);
  }

  .md\:border-y-lime-600\/5 {
    border-top-color: rgb(101 163 13 / 0.05);
    border-bottom-color: rgb(101 163 13 / 0.05);
  }

  .md\:border-y-lime-600\/50 {
    border-top-color: rgb(101 163 13 / 0.5);
    border-bottom-color: rgb(101 163 13 / 0.5);
  }

  .md\:border-y-lime-600\/55 {
    border-top-color: rgb(101 163 13 / 0.55);
    border-bottom-color: rgb(101 163 13 / 0.55);
  }

  .md\:border-y-lime-600\/60 {
    border-top-color: rgb(101 163 13 / 0.6);
    border-bottom-color: rgb(101 163 13 / 0.6);
  }

  .md\:border-y-lime-600\/65 {
    border-top-color: rgb(101 163 13 / 0.65);
    border-bottom-color: rgb(101 163 13 / 0.65);
  }

  .md\:border-y-lime-600\/70 {
    border-top-color: rgb(101 163 13 / 0.7);
    border-bottom-color: rgb(101 163 13 / 0.7);
  }

  .md\:border-y-lime-600\/75 {
    border-top-color: rgb(101 163 13 / 0.75);
    border-bottom-color: rgb(101 163 13 / 0.75);
  }

  .md\:border-y-lime-600\/80 {
    border-top-color: rgb(101 163 13 / 0.8);
    border-bottom-color: rgb(101 163 13 / 0.8);
  }

  .md\:border-y-lime-600\/85 {
    border-top-color: rgb(101 163 13 / 0.85);
    border-bottom-color: rgb(101 163 13 / 0.85);
  }

  .md\:border-y-lime-600\/90 {
    border-top-color: rgb(101 163 13 / 0.9);
    border-bottom-color: rgb(101 163 13 / 0.9);
  }

  .md\:border-y-lime-600\/95 {
    border-top-color: rgb(101 163 13 / 0.95);
    border-bottom-color: rgb(101 163 13 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-lime-700\/0 {
    border-top-color: rgb(77 124 15 / 0);
    border-bottom-color: rgb(77 124 15 / 0);
  }

  .md\:border-y-lime-700\/10 {
    border-top-color: rgb(77 124 15 / 0.1);
    border-bottom-color: rgb(77 124 15 / 0.1);
  }

  .md\:border-y-lime-700\/100 {
    border-top-color: rgb(77 124 15 / 1);
    border-bottom-color: rgb(77 124 15 / 1);
  }

  .md\:border-y-lime-700\/15 {
    border-top-color: rgb(77 124 15 / 0.15);
    border-bottom-color: rgb(77 124 15 / 0.15);
  }

  .md\:border-y-lime-700\/20 {
    border-top-color: rgb(77 124 15 / 0.2);
    border-bottom-color: rgb(77 124 15 / 0.2);
  }

  .md\:border-y-lime-700\/25 {
    border-top-color: rgb(77 124 15 / 0.25);
    border-bottom-color: rgb(77 124 15 / 0.25);
  }

  .md\:border-y-lime-700\/30 {
    border-top-color: rgb(77 124 15 / 0.3);
    border-bottom-color: rgb(77 124 15 / 0.3);
  }

  .md\:border-y-lime-700\/35 {
    border-top-color: rgb(77 124 15 / 0.35);
    border-bottom-color: rgb(77 124 15 / 0.35);
  }

  .md\:border-y-lime-700\/40 {
    border-top-color: rgb(77 124 15 / 0.4);
    border-bottom-color: rgb(77 124 15 / 0.4);
  }

  .md\:border-y-lime-700\/45 {
    border-top-color: rgb(77 124 15 / 0.45);
    border-bottom-color: rgb(77 124 15 / 0.45);
  }

  .md\:border-y-lime-700\/5 {
    border-top-color: rgb(77 124 15 / 0.05);
    border-bottom-color: rgb(77 124 15 / 0.05);
  }

  .md\:border-y-lime-700\/50 {
    border-top-color: rgb(77 124 15 / 0.5);
    border-bottom-color: rgb(77 124 15 / 0.5);
  }

  .md\:border-y-lime-700\/55 {
    border-top-color: rgb(77 124 15 / 0.55);
    border-bottom-color: rgb(77 124 15 / 0.55);
  }

  .md\:border-y-lime-700\/60 {
    border-top-color: rgb(77 124 15 / 0.6);
    border-bottom-color: rgb(77 124 15 / 0.6);
  }

  .md\:border-y-lime-700\/65 {
    border-top-color: rgb(77 124 15 / 0.65);
    border-bottom-color: rgb(77 124 15 / 0.65);
  }

  .md\:border-y-lime-700\/70 {
    border-top-color: rgb(77 124 15 / 0.7);
    border-bottom-color: rgb(77 124 15 / 0.7);
  }

  .md\:border-y-lime-700\/75 {
    border-top-color: rgb(77 124 15 / 0.75);
    border-bottom-color: rgb(77 124 15 / 0.75);
  }

  .md\:border-y-lime-700\/80 {
    border-top-color: rgb(77 124 15 / 0.8);
    border-bottom-color: rgb(77 124 15 / 0.8);
  }

  .md\:border-y-lime-700\/85 {
    border-top-color: rgb(77 124 15 / 0.85);
    border-bottom-color: rgb(77 124 15 / 0.85);
  }

  .md\:border-y-lime-700\/90 {
    border-top-color: rgb(77 124 15 / 0.9);
    border-bottom-color: rgb(77 124 15 / 0.9);
  }

  .md\:border-y-lime-700\/95 {
    border-top-color: rgb(77 124 15 / 0.95);
    border-bottom-color: rgb(77 124 15 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-lime-800\/0 {
    border-top-color: rgb(63 98 18 / 0);
    border-bottom-color: rgb(63 98 18 / 0);
  }

  .md\:border-y-lime-800\/10 {
    border-top-color: rgb(63 98 18 / 0.1);
    border-bottom-color: rgb(63 98 18 / 0.1);
  }

  .md\:border-y-lime-800\/100 {
    border-top-color: rgb(63 98 18 / 1);
    border-bottom-color: rgb(63 98 18 / 1);
  }

  .md\:border-y-lime-800\/15 {
    border-top-color: rgb(63 98 18 / 0.15);
    border-bottom-color: rgb(63 98 18 / 0.15);
  }

  .md\:border-y-lime-800\/20 {
    border-top-color: rgb(63 98 18 / 0.2);
    border-bottom-color: rgb(63 98 18 / 0.2);
  }

  .md\:border-y-lime-800\/25 {
    border-top-color: rgb(63 98 18 / 0.25);
    border-bottom-color: rgb(63 98 18 / 0.25);
  }

  .md\:border-y-lime-800\/30 {
    border-top-color: rgb(63 98 18 / 0.3);
    border-bottom-color: rgb(63 98 18 / 0.3);
  }

  .md\:border-y-lime-800\/35 {
    border-top-color: rgb(63 98 18 / 0.35);
    border-bottom-color: rgb(63 98 18 / 0.35);
  }

  .md\:border-y-lime-800\/40 {
    border-top-color: rgb(63 98 18 / 0.4);
    border-bottom-color: rgb(63 98 18 / 0.4);
  }

  .md\:border-y-lime-800\/45 {
    border-top-color: rgb(63 98 18 / 0.45);
    border-bottom-color: rgb(63 98 18 / 0.45);
  }

  .md\:border-y-lime-800\/5 {
    border-top-color: rgb(63 98 18 / 0.05);
    border-bottom-color: rgb(63 98 18 / 0.05);
  }

  .md\:border-y-lime-800\/50 {
    border-top-color: rgb(63 98 18 / 0.5);
    border-bottom-color: rgb(63 98 18 / 0.5);
  }

  .md\:border-y-lime-800\/55 {
    border-top-color: rgb(63 98 18 / 0.55);
    border-bottom-color: rgb(63 98 18 / 0.55);
  }

  .md\:border-y-lime-800\/60 {
    border-top-color: rgb(63 98 18 / 0.6);
    border-bottom-color: rgb(63 98 18 / 0.6);
  }

  .md\:border-y-lime-800\/65 {
    border-top-color: rgb(63 98 18 / 0.65);
    border-bottom-color: rgb(63 98 18 / 0.65);
  }

  .md\:border-y-lime-800\/70 {
    border-top-color: rgb(63 98 18 / 0.7);
    border-bottom-color: rgb(63 98 18 / 0.7);
  }

  .md\:border-y-lime-800\/75 {
    border-top-color: rgb(63 98 18 / 0.75);
    border-bottom-color: rgb(63 98 18 / 0.75);
  }

  .md\:border-y-lime-800\/80 {
    border-top-color: rgb(63 98 18 / 0.8);
    border-bottom-color: rgb(63 98 18 / 0.8);
  }

  .md\:border-y-lime-800\/85 {
    border-top-color: rgb(63 98 18 / 0.85);
    border-bottom-color: rgb(63 98 18 / 0.85);
  }

  .md\:border-y-lime-800\/90 {
    border-top-color: rgb(63 98 18 / 0.9);
    border-bottom-color: rgb(63 98 18 / 0.9);
  }

  .md\:border-y-lime-800\/95 {
    border-top-color: rgb(63 98 18 / 0.95);
    border-bottom-color: rgb(63 98 18 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-lime-900\/0 {
    border-top-color: rgb(54 83 20 / 0);
    border-bottom-color: rgb(54 83 20 / 0);
  }

  .md\:border-y-lime-900\/10 {
    border-top-color: rgb(54 83 20 / 0.1);
    border-bottom-color: rgb(54 83 20 / 0.1);
  }

  .md\:border-y-lime-900\/100 {
    border-top-color: rgb(54 83 20 / 1);
    border-bottom-color: rgb(54 83 20 / 1);
  }

  .md\:border-y-lime-900\/15 {
    border-top-color: rgb(54 83 20 / 0.15);
    border-bottom-color: rgb(54 83 20 / 0.15);
  }

  .md\:border-y-lime-900\/20 {
    border-top-color: rgb(54 83 20 / 0.2);
    border-bottom-color: rgb(54 83 20 / 0.2);
  }

  .md\:border-y-lime-900\/25 {
    border-top-color: rgb(54 83 20 / 0.25);
    border-bottom-color: rgb(54 83 20 / 0.25);
  }

  .md\:border-y-lime-900\/30 {
    border-top-color: rgb(54 83 20 / 0.3);
    border-bottom-color: rgb(54 83 20 / 0.3);
  }

  .md\:border-y-lime-900\/35 {
    border-top-color: rgb(54 83 20 / 0.35);
    border-bottom-color: rgb(54 83 20 / 0.35);
  }

  .md\:border-y-lime-900\/40 {
    border-top-color: rgb(54 83 20 / 0.4);
    border-bottom-color: rgb(54 83 20 / 0.4);
  }

  .md\:border-y-lime-900\/45 {
    border-top-color: rgb(54 83 20 / 0.45);
    border-bottom-color: rgb(54 83 20 / 0.45);
  }

  .md\:border-y-lime-900\/5 {
    border-top-color: rgb(54 83 20 / 0.05);
    border-bottom-color: rgb(54 83 20 / 0.05);
  }

  .md\:border-y-lime-900\/50 {
    border-top-color: rgb(54 83 20 / 0.5);
    border-bottom-color: rgb(54 83 20 / 0.5);
  }

  .md\:border-y-lime-900\/55 {
    border-top-color: rgb(54 83 20 / 0.55);
    border-bottom-color: rgb(54 83 20 / 0.55);
  }

  .md\:border-y-lime-900\/60 {
    border-top-color: rgb(54 83 20 / 0.6);
    border-bottom-color: rgb(54 83 20 / 0.6);
  }

  .md\:border-y-lime-900\/65 {
    border-top-color: rgb(54 83 20 / 0.65);
    border-bottom-color: rgb(54 83 20 / 0.65);
  }

  .md\:border-y-lime-900\/70 {
    border-top-color: rgb(54 83 20 / 0.7);
    border-bottom-color: rgb(54 83 20 / 0.7);
  }

  .md\:border-y-lime-900\/75 {
    border-top-color: rgb(54 83 20 / 0.75);
    border-bottom-color: rgb(54 83 20 / 0.75);
  }

  .md\:border-y-lime-900\/80 {
    border-top-color: rgb(54 83 20 / 0.8);
    border-bottom-color: rgb(54 83 20 / 0.8);
  }

  .md\:border-y-lime-900\/85 {
    border-top-color: rgb(54 83 20 / 0.85);
    border-bottom-color: rgb(54 83 20 / 0.85);
  }

  .md\:border-y-lime-900\/90 {
    border-top-color: rgb(54 83 20 / 0.9);
    border-bottom-color: rgb(54 83 20 / 0.9);
  }

  .md\:border-y-lime-900\/95 {
    border-top-color: rgb(54 83 20 / 0.95);
    border-bottom-color: rgb(54 83 20 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-lime-950\/0 {
    border-top-color: rgb(26 46 5 / 0);
    border-bottom-color: rgb(26 46 5 / 0);
  }

  .md\:border-y-lime-950\/10 {
    border-top-color: rgb(26 46 5 / 0.1);
    border-bottom-color: rgb(26 46 5 / 0.1);
  }

  .md\:border-y-lime-950\/100 {
    border-top-color: rgb(26 46 5 / 1);
    border-bottom-color: rgb(26 46 5 / 1);
  }

  .md\:border-y-lime-950\/15 {
    border-top-color: rgb(26 46 5 / 0.15);
    border-bottom-color: rgb(26 46 5 / 0.15);
  }

  .md\:border-y-lime-950\/20 {
    border-top-color: rgb(26 46 5 / 0.2);
    border-bottom-color: rgb(26 46 5 / 0.2);
  }

  .md\:border-y-lime-950\/25 {
    border-top-color: rgb(26 46 5 / 0.25);
    border-bottom-color: rgb(26 46 5 / 0.25);
  }

  .md\:border-y-lime-950\/30 {
    border-top-color: rgb(26 46 5 / 0.3);
    border-bottom-color: rgb(26 46 5 / 0.3);
  }

  .md\:border-y-lime-950\/35 {
    border-top-color: rgb(26 46 5 / 0.35);
    border-bottom-color: rgb(26 46 5 / 0.35);
  }

  .md\:border-y-lime-950\/40 {
    border-top-color: rgb(26 46 5 / 0.4);
    border-bottom-color: rgb(26 46 5 / 0.4);
  }

  .md\:border-y-lime-950\/45 {
    border-top-color: rgb(26 46 5 / 0.45);
    border-bottom-color: rgb(26 46 5 / 0.45);
  }

  .md\:border-y-lime-950\/5 {
    border-top-color: rgb(26 46 5 / 0.05);
    border-bottom-color: rgb(26 46 5 / 0.05);
  }

  .md\:border-y-lime-950\/50 {
    border-top-color: rgb(26 46 5 / 0.5);
    border-bottom-color: rgb(26 46 5 / 0.5);
  }

  .md\:border-y-lime-950\/55 {
    border-top-color: rgb(26 46 5 / 0.55);
    border-bottom-color: rgb(26 46 5 / 0.55);
  }

  .md\:border-y-lime-950\/60 {
    border-top-color: rgb(26 46 5 / 0.6);
    border-bottom-color: rgb(26 46 5 / 0.6);
  }

  .md\:border-y-lime-950\/65 {
    border-top-color: rgb(26 46 5 / 0.65);
    border-bottom-color: rgb(26 46 5 / 0.65);
  }

  .md\:border-y-lime-950\/70 {
    border-top-color: rgb(26 46 5 / 0.7);
    border-bottom-color: rgb(26 46 5 / 0.7);
  }

  .md\:border-y-lime-950\/75 {
    border-top-color: rgb(26 46 5 / 0.75);
    border-bottom-color: rgb(26 46 5 / 0.75);
  }

  .md\:border-y-lime-950\/80 {
    border-top-color: rgb(26 46 5 / 0.8);
    border-bottom-color: rgb(26 46 5 / 0.8);
  }

  .md\:border-y-lime-950\/85 {
    border-top-color: rgb(26 46 5 / 0.85);
    border-bottom-color: rgb(26 46 5 / 0.85);
  }

  .md\:border-y-lime-950\/90 {
    border-top-color: rgb(26 46 5 / 0.9);
    border-bottom-color: rgb(26 46 5 / 0.9);
  }

  .md\:border-y-lime-950\/95 {
    border-top-color: rgb(26 46 5 / 0.95);
    border-bottom-color: rgb(26 46 5 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-neutral-100\/0 {
    border-top-color: rgb(245 245 245 / 0);
    border-bottom-color: rgb(245 245 245 / 0);
  }

  .md\:border-y-neutral-100\/10 {
    border-top-color: rgb(245 245 245 / 0.1);
    border-bottom-color: rgb(245 245 245 / 0.1);
  }

  .md\:border-y-neutral-100\/100 {
    border-top-color: rgb(245 245 245 / 1);
    border-bottom-color: rgb(245 245 245 / 1);
  }

  .md\:border-y-neutral-100\/15 {
    border-top-color: rgb(245 245 245 / 0.15);
    border-bottom-color: rgb(245 245 245 / 0.15);
  }

  .md\:border-y-neutral-100\/20 {
    border-top-color: rgb(245 245 245 / 0.2);
    border-bottom-color: rgb(245 245 245 / 0.2);
  }

  .md\:border-y-neutral-100\/25 {
    border-top-color: rgb(245 245 245 / 0.25);
    border-bottom-color: rgb(245 245 245 / 0.25);
  }

  .md\:border-y-neutral-100\/30 {
    border-top-color: rgb(245 245 245 / 0.3);
    border-bottom-color: rgb(245 245 245 / 0.3);
  }

  .md\:border-y-neutral-100\/35 {
    border-top-color: rgb(245 245 245 / 0.35);
    border-bottom-color: rgb(245 245 245 / 0.35);
  }

  .md\:border-y-neutral-100\/40 {
    border-top-color: rgb(245 245 245 / 0.4);
    border-bottom-color: rgb(245 245 245 / 0.4);
  }

  .md\:border-y-neutral-100\/45 {
    border-top-color: rgb(245 245 245 / 0.45);
    border-bottom-color: rgb(245 245 245 / 0.45);
  }

  .md\:border-y-neutral-100\/5 {
    border-top-color: rgb(245 245 245 / 0.05);
    border-bottom-color: rgb(245 245 245 / 0.05);
  }

  .md\:border-y-neutral-100\/50 {
    border-top-color: rgb(245 245 245 / 0.5);
    border-bottom-color: rgb(245 245 245 / 0.5);
  }

  .md\:border-y-neutral-100\/55 {
    border-top-color: rgb(245 245 245 / 0.55);
    border-bottom-color: rgb(245 245 245 / 0.55);
  }

  .md\:border-y-neutral-100\/60 {
    border-top-color: rgb(245 245 245 / 0.6);
    border-bottom-color: rgb(245 245 245 / 0.6);
  }

  .md\:border-y-neutral-100\/65 {
    border-top-color: rgb(245 245 245 / 0.65);
    border-bottom-color: rgb(245 245 245 / 0.65);
  }

  .md\:border-y-neutral-100\/70 {
    border-top-color: rgb(245 245 245 / 0.7);
    border-bottom-color: rgb(245 245 245 / 0.7);
  }

  .md\:border-y-neutral-100\/75 {
    border-top-color: rgb(245 245 245 / 0.75);
    border-bottom-color: rgb(245 245 245 / 0.75);
  }

  .md\:border-y-neutral-100\/80 {
    border-top-color: rgb(245 245 245 / 0.8);
    border-bottom-color: rgb(245 245 245 / 0.8);
  }

  .md\:border-y-neutral-100\/85 {
    border-top-color: rgb(245 245 245 / 0.85);
    border-bottom-color: rgb(245 245 245 / 0.85);
  }

  .md\:border-y-neutral-100\/90 {
    border-top-color: rgb(245 245 245 / 0.9);
    border-bottom-color: rgb(245 245 245 / 0.9);
  }

  .md\:border-y-neutral-100\/95 {
    border-top-color: rgb(245 245 245 / 0.95);
    border-bottom-color: rgb(245 245 245 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-neutral-200\/0 {
    border-top-color: rgb(229 229 229 / 0);
    border-bottom-color: rgb(229 229 229 / 0);
  }

  .md\:border-y-neutral-200\/10 {
    border-top-color: rgb(229 229 229 / 0.1);
    border-bottom-color: rgb(229 229 229 / 0.1);
  }

  .md\:border-y-neutral-200\/100 {
    border-top-color: rgb(229 229 229 / 1);
    border-bottom-color: rgb(229 229 229 / 1);
  }

  .md\:border-y-neutral-200\/15 {
    border-top-color: rgb(229 229 229 / 0.15);
    border-bottom-color: rgb(229 229 229 / 0.15);
  }

  .md\:border-y-neutral-200\/20 {
    border-top-color: rgb(229 229 229 / 0.2);
    border-bottom-color: rgb(229 229 229 / 0.2);
  }

  .md\:border-y-neutral-200\/25 {
    border-top-color: rgb(229 229 229 / 0.25);
    border-bottom-color: rgb(229 229 229 / 0.25);
  }

  .md\:border-y-neutral-200\/30 {
    border-top-color: rgb(229 229 229 / 0.3);
    border-bottom-color: rgb(229 229 229 / 0.3);
  }

  .md\:border-y-neutral-200\/35 {
    border-top-color: rgb(229 229 229 / 0.35);
    border-bottom-color: rgb(229 229 229 / 0.35);
  }

  .md\:border-y-neutral-200\/40 {
    border-top-color: rgb(229 229 229 / 0.4);
    border-bottom-color: rgb(229 229 229 / 0.4);
  }

  .md\:border-y-neutral-200\/45 {
    border-top-color: rgb(229 229 229 / 0.45);
    border-bottom-color: rgb(229 229 229 / 0.45);
  }

  .md\:border-y-neutral-200\/5 {
    border-top-color: rgb(229 229 229 / 0.05);
    border-bottom-color: rgb(229 229 229 / 0.05);
  }

  .md\:border-y-neutral-200\/50 {
    border-top-color: rgb(229 229 229 / 0.5);
    border-bottom-color: rgb(229 229 229 / 0.5);
  }

  .md\:border-y-neutral-200\/55 {
    border-top-color: rgb(229 229 229 / 0.55);
    border-bottom-color: rgb(229 229 229 / 0.55);
  }

  .md\:border-y-neutral-200\/60 {
    border-top-color: rgb(229 229 229 / 0.6);
    border-bottom-color: rgb(229 229 229 / 0.6);
  }

  .md\:border-y-neutral-200\/65 {
    border-top-color: rgb(229 229 229 / 0.65);
    border-bottom-color: rgb(229 229 229 / 0.65);
  }

  .md\:border-y-neutral-200\/70 {
    border-top-color: rgb(229 229 229 / 0.7);
    border-bottom-color: rgb(229 229 229 / 0.7);
  }

  .md\:border-y-neutral-200\/75 {
    border-top-color: rgb(229 229 229 / 0.75);
    border-bottom-color: rgb(229 229 229 / 0.75);
  }

  .md\:border-y-neutral-200\/80 {
    border-top-color: rgb(229 229 229 / 0.8);
    border-bottom-color: rgb(229 229 229 / 0.8);
  }

  .md\:border-y-neutral-200\/85 {
    border-top-color: rgb(229 229 229 / 0.85);
    border-bottom-color: rgb(229 229 229 / 0.85);
  }

  .md\:border-y-neutral-200\/90 {
    border-top-color: rgb(229 229 229 / 0.9);
    border-bottom-color: rgb(229 229 229 / 0.9);
  }

  .md\:border-y-neutral-200\/95 {
    border-top-color: rgb(229 229 229 / 0.95);
    border-bottom-color: rgb(229 229 229 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-neutral-300\/0 {
    border-top-color: rgb(212 212 212 / 0);
    border-bottom-color: rgb(212 212 212 / 0);
  }

  .md\:border-y-neutral-300\/10 {
    border-top-color: rgb(212 212 212 / 0.1);
    border-bottom-color: rgb(212 212 212 / 0.1);
  }

  .md\:border-y-neutral-300\/100 {
    border-top-color: rgb(212 212 212 / 1);
    border-bottom-color: rgb(212 212 212 / 1);
  }

  .md\:border-y-neutral-300\/15 {
    border-top-color: rgb(212 212 212 / 0.15);
    border-bottom-color: rgb(212 212 212 / 0.15);
  }

  .md\:border-y-neutral-300\/20 {
    border-top-color: rgb(212 212 212 / 0.2);
    border-bottom-color: rgb(212 212 212 / 0.2);
  }

  .md\:border-y-neutral-300\/25 {
    border-top-color: rgb(212 212 212 / 0.25);
    border-bottom-color: rgb(212 212 212 / 0.25);
  }

  .md\:border-y-neutral-300\/30 {
    border-top-color: rgb(212 212 212 / 0.3);
    border-bottom-color: rgb(212 212 212 / 0.3);
  }

  .md\:border-y-neutral-300\/35 {
    border-top-color: rgb(212 212 212 / 0.35);
    border-bottom-color: rgb(212 212 212 / 0.35);
  }

  .md\:border-y-neutral-300\/40 {
    border-top-color: rgb(212 212 212 / 0.4);
    border-bottom-color: rgb(212 212 212 / 0.4);
  }

  .md\:border-y-neutral-300\/45 {
    border-top-color: rgb(212 212 212 / 0.45);
    border-bottom-color: rgb(212 212 212 / 0.45);
  }

  .md\:border-y-neutral-300\/5 {
    border-top-color: rgb(212 212 212 / 0.05);
    border-bottom-color: rgb(212 212 212 / 0.05);
  }

  .md\:border-y-neutral-300\/50 {
    border-top-color: rgb(212 212 212 / 0.5);
    border-bottom-color: rgb(212 212 212 / 0.5);
  }

  .md\:border-y-neutral-300\/55 {
    border-top-color: rgb(212 212 212 / 0.55);
    border-bottom-color: rgb(212 212 212 / 0.55);
  }

  .md\:border-y-neutral-300\/60 {
    border-top-color: rgb(212 212 212 / 0.6);
    border-bottom-color: rgb(212 212 212 / 0.6);
  }

  .md\:border-y-neutral-300\/65 {
    border-top-color: rgb(212 212 212 / 0.65);
    border-bottom-color: rgb(212 212 212 / 0.65);
  }

  .md\:border-y-neutral-300\/70 {
    border-top-color: rgb(212 212 212 / 0.7);
    border-bottom-color: rgb(212 212 212 / 0.7);
  }

  .md\:border-y-neutral-300\/75 {
    border-top-color: rgb(212 212 212 / 0.75);
    border-bottom-color: rgb(212 212 212 / 0.75);
  }

  .md\:border-y-neutral-300\/80 {
    border-top-color: rgb(212 212 212 / 0.8);
    border-bottom-color: rgb(212 212 212 / 0.8);
  }

  .md\:border-y-neutral-300\/85 {
    border-top-color: rgb(212 212 212 / 0.85);
    border-bottom-color: rgb(212 212 212 / 0.85);
  }

  .md\:border-y-neutral-300\/90 {
    border-top-color: rgb(212 212 212 / 0.9);
    border-bottom-color: rgb(212 212 212 / 0.9);
  }

  .md\:border-y-neutral-300\/95 {
    border-top-color: rgb(212 212 212 / 0.95);
    border-bottom-color: rgb(212 212 212 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-neutral-400\/0 {
    border-top-color: rgb(163 163 163 / 0);
    border-bottom-color: rgb(163 163 163 / 0);
  }

  .md\:border-y-neutral-400\/10 {
    border-top-color: rgb(163 163 163 / 0.1);
    border-bottom-color: rgb(163 163 163 / 0.1);
  }

  .md\:border-y-neutral-400\/100 {
    border-top-color: rgb(163 163 163 / 1);
    border-bottom-color: rgb(163 163 163 / 1);
  }

  .md\:border-y-neutral-400\/15 {
    border-top-color: rgb(163 163 163 / 0.15);
    border-bottom-color: rgb(163 163 163 / 0.15);
  }

  .md\:border-y-neutral-400\/20 {
    border-top-color: rgb(163 163 163 / 0.2);
    border-bottom-color: rgb(163 163 163 / 0.2);
  }

  .md\:border-y-neutral-400\/25 {
    border-top-color: rgb(163 163 163 / 0.25);
    border-bottom-color: rgb(163 163 163 / 0.25);
  }

  .md\:border-y-neutral-400\/30 {
    border-top-color: rgb(163 163 163 / 0.3);
    border-bottom-color: rgb(163 163 163 / 0.3);
  }

  .md\:border-y-neutral-400\/35 {
    border-top-color: rgb(163 163 163 / 0.35);
    border-bottom-color: rgb(163 163 163 / 0.35);
  }

  .md\:border-y-neutral-400\/40 {
    border-top-color: rgb(163 163 163 / 0.4);
    border-bottom-color: rgb(163 163 163 / 0.4);
  }

  .md\:border-y-neutral-400\/45 {
    border-top-color: rgb(163 163 163 / 0.45);
    border-bottom-color: rgb(163 163 163 / 0.45);
  }

  .md\:border-y-neutral-400\/5 {
    border-top-color: rgb(163 163 163 / 0.05);
    border-bottom-color: rgb(163 163 163 / 0.05);
  }

  .md\:border-y-neutral-400\/50 {
    border-top-color: rgb(163 163 163 / 0.5);
    border-bottom-color: rgb(163 163 163 / 0.5);
  }

  .md\:border-y-neutral-400\/55 {
    border-top-color: rgb(163 163 163 / 0.55);
    border-bottom-color: rgb(163 163 163 / 0.55);
  }

  .md\:border-y-neutral-400\/60 {
    border-top-color: rgb(163 163 163 / 0.6);
    border-bottom-color: rgb(163 163 163 / 0.6);
  }

  .md\:border-y-neutral-400\/65 {
    border-top-color: rgb(163 163 163 / 0.65);
    border-bottom-color: rgb(163 163 163 / 0.65);
  }

  .md\:border-y-neutral-400\/70 {
    border-top-color: rgb(163 163 163 / 0.7);
    border-bottom-color: rgb(163 163 163 / 0.7);
  }

  .md\:border-y-neutral-400\/75 {
    border-top-color: rgb(163 163 163 / 0.75);
    border-bottom-color: rgb(163 163 163 / 0.75);
  }

  .md\:border-y-neutral-400\/80 {
    border-top-color: rgb(163 163 163 / 0.8);
    border-bottom-color: rgb(163 163 163 / 0.8);
  }

  .md\:border-y-neutral-400\/85 {
    border-top-color: rgb(163 163 163 / 0.85);
    border-bottom-color: rgb(163 163 163 / 0.85);
  }

  .md\:border-y-neutral-400\/90 {
    border-top-color: rgb(163 163 163 / 0.9);
    border-bottom-color: rgb(163 163 163 / 0.9);
  }

  .md\:border-y-neutral-400\/95 {
    border-top-color: rgb(163 163 163 / 0.95);
    border-bottom-color: rgb(163 163 163 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-neutral-50\/0 {
    border-top-color: rgb(250 250 250 / 0);
    border-bottom-color: rgb(250 250 250 / 0);
  }

  .md\:border-y-neutral-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1);
    border-bottom-color: rgb(250 250 250 / 0.1);
  }

  .md\:border-y-neutral-50\/100 {
    border-top-color: rgb(250 250 250 / 1);
    border-bottom-color: rgb(250 250 250 / 1);
  }

  .md\:border-y-neutral-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15);
    border-bottom-color: rgb(250 250 250 / 0.15);
  }

  .md\:border-y-neutral-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2);
    border-bottom-color: rgb(250 250 250 / 0.2);
  }

  .md\:border-y-neutral-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25);
    border-bottom-color: rgb(250 250 250 / 0.25);
  }

  .md\:border-y-neutral-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3);
    border-bottom-color: rgb(250 250 250 / 0.3);
  }

  .md\:border-y-neutral-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35);
    border-bottom-color: rgb(250 250 250 / 0.35);
  }

  .md\:border-y-neutral-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4);
    border-bottom-color: rgb(250 250 250 / 0.4);
  }

  .md\:border-y-neutral-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45);
    border-bottom-color: rgb(250 250 250 / 0.45);
  }

  .md\:border-y-neutral-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05);
    border-bottom-color: rgb(250 250 250 / 0.05);
  }

  .md\:border-y-neutral-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5);
    border-bottom-color: rgb(250 250 250 / 0.5);
  }

  .md\:border-y-neutral-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55);
    border-bottom-color: rgb(250 250 250 / 0.55);
  }

  .md\:border-y-neutral-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6);
    border-bottom-color: rgb(250 250 250 / 0.6);
  }

  .md\:border-y-neutral-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65);
    border-bottom-color: rgb(250 250 250 / 0.65);
  }

  .md\:border-y-neutral-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7);
    border-bottom-color: rgb(250 250 250 / 0.7);
  }

  .md\:border-y-neutral-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75);
    border-bottom-color: rgb(250 250 250 / 0.75);
  }

  .md\:border-y-neutral-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8);
    border-bottom-color: rgb(250 250 250 / 0.8);
  }

  .md\:border-y-neutral-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85);
    border-bottom-color: rgb(250 250 250 / 0.85);
  }

  .md\:border-y-neutral-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9);
    border-bottom-color: rgb(250 250 250 / 0.9);
  }

  .md\:border-y-neutral-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95);
    border-bottom-color: rgb(250 250 250 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-neutral-500\/0 {
    border-top-color: rgb(115 115 115 / 0);
    border-bottom-color: rgb(115 115 115 / 0);
  }

  .md\:border-y-neutral-500\/10 {
    border-top-color: rgb(115 115 115 / 0.1);
    border-bottom-color: rgb(115 115 115 / 0.1);
  }

  .md\:border-y-neutral-500\/100 {
    border-top-color: rgb(115 115 115 / 1);
    border-bottom-color: rgb(115 115 115 / 1);
  }

  .md\:border-y-neutral-500\/15 {
    border-top-color: rgb(115 115 115 / 0.15);
    border-bottom-color: rgb(115 115 115 / 0.15);
  }

  .md\:border-y-neutral-500\/20 {
    border-top-color: rgb(115 115 115 / 0.2);
    border-bottom-color: rgb(115 115 115 / 0.2);
  }

  .md\:border-y-neutral-500\/25 {
    border-top-color: rgb(115 115 115 / 0.25);
    border-bottom-color: rgb(115 115 115 / 0.25);
  }

  .md\:border-y-neutral-500\/30 {
    border-top-color: rgb(115 115 115 / 0.3);
    border-bottom-color: rgb(115 115 115 / 0.3);
  }

  .md\:border-y-neutral-500\/35 {
    border-top-color: rgb(115 115 115 / 0.35);
    border-bottom-color: rgb(115 115 115 / 0.35);
  }

  .md\:border-y-neutral-500\/40 {
    border-top-color: rgb(115 115 115 / 0.4);
    border-bottom-color: rgb(115 115 115 / 0.4);
  }

  .md\:border-y-neutral-500\/45 {
    border-top-color: rgb(115 115 115 / 0.45);
    border-bottom-color: rgb(115 115 115 / 0.45);
  }

  .md\:border-y-neutral-500\/5 {
    border-top-color: rgb(115 115 115 / 0.05);
    border-bottom-color: rgb(115 115 115 / 0.05);
  }

  .md\:border-y-neutral-500\/50 {
    border-top-color: rgb(115 115 115 / 0.5);
    border-bottom-color: rgb(115 115 115 / 0.5);
  }

  .md\:border-y-neutral-500\/55 {
    border-top-color: rgb(115 115 115 / 0.55);
    border-bottom-color: rgb(115 115 115 / 0.55);
  }

  .md\:border-y-neutral-500\/60 {
    border-top-color: rgb(115 115 115 / 0.6);
    border-bottom-color: rgb(115 115 115 / 0.6);
  }

  .md\:border-y-neutral-500\/65 {
    border-top-color: rgb(115 115 115 / 0.65);
    border-bottom-color: rgb(115 115 115 / 0.65);
  }

  .md\:border-y-neutral-500\/70 {
    border-top-color: rgb(115 115 115 / 0.7);
    border-bottom-color: rgb(115 115 115 / 0.7);
  }

  .md\:border-y-neutral-500\/75 {
    border-top-color: rgb(115 115 115 / 0.75);
    border-bottom-color: rgb(115 115 115 / 0.75);
  }

  .md\:border-y-neutral-500\/80 {
    border-top-color: rgb(115 115 115 / 0.8);
    border-bottom-color: rgb(115 115 115 / 0.8);
  }

  .md\:border-y-neutral-500\/85 {
    border-top-color: rgb(115 115 115 / 0.85);
    border-bottom-color: rgb(115 115 115 / 0.85);
  }

  .md\:border-y-neutral-500\/90 {
    border-top-color: rgb(115 115 115 / 0.9);
    border-bottom-color: rgb(115 115 115 / 0.9);
  }

  .md\:border-y-neutral-500\/95 {
    border-top-color: rgb(115 115 115 / 0.95);
    border-bottom-color: rgb(115 115 115 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-neutral-600\/0 {
    border-top-color: rgb(82 82 82 / 0);
    border-bottom-color: rgb(82 82 82 / 0);
  }

  .md\:border-y-neutral-600\/10 {
    border-top-color: rgb(82 82 82 / 0.1);
    border-bottom-color: rgb(82 82 82 / 0.1);
  }

  .md\:border-y-neutral-600\/100 {
    border-top-color: rgb(82 82 82 / 1);
    border-bottom-color: rgb(82 82 82 / 1);
  }

  .md\:border-y-neutral-600\/15 {
    border-top-color: rgb(82 82 82 / 0.15);
    border-bottom-color: rgb(82 82 82 / 0.15);
  }

  .md\:border-y-neutral-600\/20 {
    border-top-color: rgb(82 82 82 / 0.2);
    border-bottom-color: rgb(82 82 82 / 0.2);
  }

  .md\:border-y-neutral-600\/25 {
    border-top-color: rgb(82 82 82 / 0.25);
    border-bottom-color: rgb(82 82 82 / 0.25);
  }

  .md\:border-y-neutral-600\/30 {
    border-top-color: rgb(82 82 82 / 0.3);
    border-bottom-color: rgb(82 82 82 / 0.3);
  }

  .md\:border-y-neutral-600\/35 {
    border-top-color: rgb(82 82 82 / 0.35);
    border-bottom-color: rgb(82 82 82 / 0.35);
  }

  .md\:border-y-neutral-600\/40 {
    border-top-color: rgb(82 82 82 / 0.4);
    border-bottom-color: rgb(82 82 82 / 0.4);
  }

  .md\:border-y-neutral-600\/45 {
    border-top-color: rgb(82 82 82 / 0.45);
    border-bottom-color: rgb(82 82 82 / 0.45);
  }

  .md\:border-y-neutral-600\/5 {
    border-top-color: rgb(82 82 82 / 0.05);
    border-bottom-color: rgb(82 82 82 / 0.05);
  }

  .md\:border-y-neutral-600\/50 {
    border-top-color: rgb(82 82 82 / 0.5);
    border-bottom-color: rgb(82 82 82 / 0.5);
  }

  .md\:border-y-neutral-600\/55 {
    border-top-color: rgb(82 82 82 / 0.55);
    border-bottom-color: rgb(82 82 82 / 0.55);
  }

  .md\:border-y-neutral-600\/60 {
    border-top-color: rgb(82 82 82 / 0.6);
    border-bottom-color: rgb(82 82 82 / 0.6);
  }

  .md\:border-y-neutral-600\/65 {
    border-top-color: rgb(82 82 82 / 0.65);
    border-bottom-color: rgb(82 82 82 / 0.65);
  }

  .md\:border-y-neutral-600\/70 {
    border-top-color: rgb(82 82 82 / 0.7);
    border-bottom-color: rgb(82 82 82 / 0.7);
  }

  .md\:border-y-neutral-600\/75 {
    border-top-color: rgb(82 82 82 / 0.75);
    border-bottom-color: rgb(82 82 82 / 0.75);
  }

  .md\:border-y-neutral-600\/80 {
    border-top-color: rgb(82 82 82 / 0.8);
    border-bottom-color: rgb(82 82 82 / 0.8);
  }

  .md\:border-y-neutral-600\/85 {
    border-top-color: rgb(82 82 82 / 0.85);
    border-bottom-color: rgb(82 82 82 / 0.85);
  }

  .md\:border-y-neutral-600\/90 {
    border-top-color: rgb(82 82 82 / 0.9);
    border-bottom-color: rgb(82 82 82 / 0.9);
  }

  .md\:border-y-neutral-600\/95 {
    border-top-color: rgb(82 82 82 / 0.95);
    border-bottom-color: rgb(82 82 82 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-neutral-700\/0 {
    border-top-color: rgb(64 64 64 / 0);
    border-bottom-color: rgb(64 64 64 / 0);
  }

  .md\:border-y-neutral-700\/10 {
    border-top-color: rgb(64 64 64 / 0.1);
    border-bottom-color: rgb(64 64 64 / 0.1);
  }

  .md\:border-y-neutral-700\/100 {
    border-top-color: rgb(64 64 64 / 1);
    border-bottom-color: rgb(64 64 64 / 1);
  }

  .md\:border-y-neutral-700\/15 {
    border-top-color: rgb(64 64 64 / 0.15);
    border-bottom-color: rgb(64 64 64 / 0.15);
  }

  .md\:border-y-neutral-700\/20 {
    border-top-color: rgb(64 64 64 / 0.2);
    border-bottom-color: rgb(64 64 64 / 0.2);
  }

  .md\:border-y-neutral-700\/25 {
    border-top-color: rgb(64 64 64 / 0.25);
    border-bottom-color: rgb(64 64 64 / 0.25);
  }

  .md\:border-y-neutral-700\/30 {
    border-top-color: rgb(64 64 64 / 0.3);
    border-bottom-color: rgb(64 64 64 / 0.3);
  }

  .md\:border-y-neutral-700\/35 {
    border-top-color: rgb(64 64 64 / 0.35);
    border-bottom-color: rgb(64 64 64 / 0.35);
  }

  .md\:border-y-neutral-700\/40 {
    border-top-color: rgb(64 64 64 / 0.4);
    border-bottom-color: rgb(64 64 64 / 0.4);
  }

  .md\:border-y-neutral-700\/45 {
    border-top-color: rgb(64 64 64 / 0.45);
    border-bottom-color: rgb(64 64 64 / 0.45);
  }

  .md\:border-y-neutral-700\/5 {
    border-top-color: rgb(64 64 64 / 0.05);
    border-bottom-color: rgb(64 64 64 / 0.05);
  }

  .md\:border-y-neutral-700\/50 {
    border-top-color: rgb(64 64 64 / 0.5);
    border-bottom-color: rgb(64 64 64 / 0.5);
  }

  .md\:border-y-neutral-700\/55 {
    border-top-color: rgb(64 64 64 / 0.55);
    border-bottom-color: rgb(64 64 64 / 0.55);
  }

  .md\:border-y-neutral-700\/60 {
    border-top-color: rgb(64 64 64 / 0.6);
    border-bottom-color: rgb(64 64 64 / 0.6);
  }

  .md\:border-y-neutral-700\/65 {
    border-top-color: rgb(64 64 64 / 0.65);
    border-bottom-color: rgb(64 64 64 / 0.65);
  }

  .md\:border-y-neutral-700\/70 {
    border-top-color: rgb(64 64 64 / 0.7);
    border-bottom-color: rgb(64 64 64 / 0.7);
  }

  .md\:border-y-neutral-700\/75 {
    border-top-color: rgb(64 64 64 / 0.75);
    border-bottom-color: rgb(64 64 64 / 0.75);
  }

  .md\:border-y-neutral-700\/80 {
    border-top-color: rgb(64 64 64 / 0.8);
    border-bottom-color: rgb(64 64 64 / 0.8);
  }

  .md\:border-y-neutral-700\/85 {
    border-top-color: rgb(64 64 64 / 0.85);
    border-bottom-color: rgb(64 64 64 / 0.85);
  }

  .md\:border-y-neutral-700\/90 {
    border-top-color: rgb(64 64 64 / 0.9);
    border-bottom-color: rgb(64 64 64 / 0.9);
  }

  .md\:border-y-neutral-700\/95 {
    border-top-color: rgb(64 64 64 / 0.95);
    border-bottom-color: rgb(64 64 64 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-neutral-800\/0 {
    border-top-color: rgb(38 38 38 / 0);
    border-bottom-color: rgb(38 38 38 / 0);
  }

  .md\:border-y-neutral-800\/10 {
    border-top-color: rgb(38 38 38 / 0.1);
    border-bottom-color: rgb(38 38 38 / 0.1);
  }

  .md\:border-y-neutral-800\/100 {
    border-top-color: rgb(38 38 38 / 1);
    border-bottom-color: rgb(38 38 38 / 1);
  }

  .md\:border-y-neutral-800\/15 {
    border-top-color: rgb(38 38 38 / 0.15);
    border-bottom-color: rgb(38 38 38 / 0.15);
  }

  .md\:border-y-neutral-800\/20 {
    border-top-color: rgb(38 38 38 / 0.2);
    border-bottom-color: rgb(38 38 38 / 0.2);
  }

  .md\:border-y-neutral-800\/25 {
    border-top-color: rgb(38 38 38 / 0.25);
    border-bottom-color: rgb(38 38 38 / 0.25);
  }

  .md\:border-y-neutral-800\/30 {
    border-top-color: rgb(38 38 38 / 0.3);
    border-bottom-color: rgb(38 38 38 / 0.3);
  }

  .md\:border-y-neutral-800\/35 {
    border-top-color: rgb(38 38 38 / 0.35);
    border-bottom-color: rgb(38 38 38 / 0.35);
  }

  .md\:border-y-neutral-800\/40 {
    border-top-color: rgb(38 38 38 / 0.4);
    border-bottom-color: rgb(38 38 38 / 0.4);
  }

  .md\:border-y-neutral-800\/45 {
    border-top-color: rgb(38 38 38 / 0.45);
    border-bottom-color: rgb(38 38 38 / 0.45);
  }

  .md\:border-y-neutral-800\/5 {
    border-top-color: rgb(38 38 38 / 0.05);
    border-bottom-color: rgb(38 38 38 / 0.05);
  }

  .md\:border-y-neutral-800\/50 {
    border-top-color: rgb(38 38 38 / 0.5);
    border-bottom-color: rgb(38 38 38 / 0.5);
  }

  .md\:border-y-neutral-800\/55 {
    border-top-color: rgb(38 38 38 / 0.55);
    border-bottom-color: rgb(38 38 38 / 0.55);
  }

  .md\:border-y-neutral-800\/60 {
    border-top-color: rgb(38 38 38 / 0.6);
    border-bottom-color: rgb(38 38 38 / 0.6);
  }

  .md\:border-y-neutral-800\/65 {
    border-top-color: rgb(38 38 38 / 0.65);
    border-bottom-color: rgb(38 38 38 / 0.65);
  }

  .md\:border-y-neutral-800\/70 {
    border-top-color: rgb(38 38 38 / 0.7);
    border-bottom-color: rgb(38 38 38 / 0.7);
  }

  .md\:border-y-neutral-800\/75 {
    border-top-color: rgb(38 38 38 / 0.75);
    border-bottom-color: rgb(38 38 38 / 0.75);
  }

  .md\:border-y-neutral-800\/80 {
    border-top-color: rgb(38 38 38 / 0.8);
    border-bottom-color: rgb(38 38 38 / 0.8);
  }

  .md\:border-y-neutral-800\/85 {
    border-top-color: rgb(38 38 38 / 0.85);
    border-bottom-color: rgb(38 38 38 / 0.85);
  }

  .md\:border-y-neutral-800\/90 {
    border-top-color: rgb(38 38 38 / 0.9);
    border-bottom-color: rgb(38 38 38 / 0.9);
  }

  .md\:border-y-neutral-800\/95 {
    border-top-color: rgb(38 38 38 / 0.95);
    border-bottom-color: rgb(38 38 38 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-neutral-900\/0 {
    border-top-color: rgb(23 23 23 / 0);
    border-bottom-color: rgb(23 23 23 / 0);
  }

  .md\:border-y-neutral-900\/10 {
    border-top-color: rgb(23 23 23 / 0.1);
    border-bottom-color: rgb(23 23 23 / 0.1);
  }

  .md\:border-y-neutral-900\/100 {
    border-top-color: rgb(23 23 23 / 1);
    border-bottom-color: rgb(23 23 23 / 1);
  }

  .md\:border-y-neutral-900\/15 {
    border-top-color: rgb(23 23 23 / 0.15);
    border-bottom-color: rgb(23 23 23 / 0.15);
  }

  .md\:border-y-neutral-900\/20 {
    border-top-color: rgb(23 23 23 / 0.2);
    border-bottom-color: rgb(23 23 23 / 0.2);
  }

  .md\:border-y-neutral-900\/25 {
    border-top-color: rgb(23 23 23 / 0.25);
    border-bottom-color: rgb(23 23 23 / 0.25);
  }

  .md\:border-y-neutral-900\/30 {
    border-top-color: rgb(23 23 23 / 0.3);
    border-bottom-color: rgb(23 23 23 / 0.3);
  }

  .md\:border-y-neutral-900\/35 {
    border-top-color: rgb(23 23 23 / 0.35);
    border-bottom-color: rgb(23 23 23 / 0.35);
  }

  .md\:border-y-neutral-900\/40 {
    border-top-color: rgb(23 23 23 / 0.4);
    border-bottom-color: rgb(23 23 23 / 0.4);
  }

  .md\:border-y-neutral-900\/45 {
    border-top-color: rgb(23 23 23 / 0.45);
    border-bottom-color: rgb(23 23 23 / 0.45);
  }

  .md\:border-y-neutral-900\/5 {
    border-top-color: rgb(23 23 23 / 0.05);
    border-bottom-color: rgb(23 23 23 / 0.05);
  }

  .md\:border-y-neutral-900\/50 {
    border-top-color: rgb(23 23 23 / 0.5);
    border-bottom-color: rgb(23 23 23 / 0.5);
  }

  .md\:border-y-neutral-900\/55 {
    border-top-color: rgb(23 23 23 / 0.55);
    border-bottom-color: rgb(23 23 23 / 0.55);
  }

  .md\:border-y-neutral-900\/60 {
    border-top-color: rgb(23 23 23 / 0.6);
    border-bottom-color: rgb(23 23 23 / 0.6);
  }

  .md\:border-y-neutral-900\/65 {
    border-top-color: rgb(23 23 23 / 0.65);
    border-bottom-color: rgb(23 23 23 / 0.65);
  }

  .md\:border-y-neutral-900\/70 {
    border-top-color: rgb(23 23 23 / 0.7);
    border-bottom-color: rgb(23 23 23 / 0.7);
  }

  .md\:border-y-neutral-900\/75 {
    border-top-color: rgb(23 23 23 / 0.75);
    border-bottom-color: rgb(23 23 23 / 0.75);
  }

  .md\:border-y-neutral-900\/80 {
    border-top-color: rgb(23 23 23 / 0.8);
    border-bottom-color: rgb(23 23 23 / 0.8);
  }

  .md\:border-y-neutral-900\/85 {
    border-top-color: rgb(23 23 23 / 0.85);
    border-bottom-color: rgb(23 23 23 / 0.85);
  }

  .md\:border-y-neutral-900\/90 {
    border-top-color: rgb(23 23 23 / 0.9);
    border-bottom-color: rgb(23 23 23 / 0.9);
  }

  .md\:border-y-neutral-900\/95 {
    border-top-color: rgb(23 23 23 / 0.95);
    border-bottom-color: rgb(23 23 23 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-neutral-950\/0 {
    border-top-color: rgb(10 10 10 / 0);
    border-bottom-color: rgb(10 10 10 / 0);
  }

  .md\:border-y-neutral-950\/10 {
    border-top-color: rgb(10 10 10 / 0.1);
    border-bottom-color: rgb(10 10 10 / 0.1);
  }

  .md\:border-y-neutral-950\/100 {
    border-top-color: rgb(10 10 10 / 1);
    border-bottom-color: rgb(10 10 10 / 1);
  }

  .md\:border-y-neutral-950\/15 {
    border-top-color: rgb(10 10 10 / 0.15);
    border-bottom-color: rgb(10 10 10 / 0.15);
  }

  .md\:border-y-neutral-950\/20 {
    border-top-color: rgb(10 10 10 / 0.2);
    border-bottom-color: rgb(10 10 10 / 0.2);
  }

  .md\:border-y-neutral-950\/25 {
    border-top-color: rgb(10 10 10 / 0.25);
    border-bottom-color: rgb(10 10 10 / 0.25);
  }

  .md\:border-y-neutral-950\/30 {
    border-top-color: rgb(10 10 10 / 0.3);
    border-bottom-color: rgb(10 10 10 / 0.3);
  }

  .md\:border-y-neutral-950\/35 {
    border-top-color: rgb(10 10 10 / 0.35);
    border-bottom-color: rgb(10 10 10 / 0.35);
  }

  .md\:border-y-neutral-950\/40 {
    border-top-color: rgb(10 10 10 / 0.4);
    border-bottom-color: rgb(10 10 10 / 0.4);
  }

  .md\:border-y-neutral-950\/45 {
    border-top-color: rgb(10 10 10 / 0.45);
    border-bottom-color: rgb(10 10 10 / 0.45);
  }

  .md\:border-y-neutral-950\/5 {
    border-top-color: rgb(10 10 10 / 0.05);
    border-bottom-color: rgb(10 10 10 / 0.05);
  }

  .md\:border-y-neutral-950\/50 {
    border-top-color: rgb(10 10 10 / 0.5);
    border-bottom-color: rgb(10 10 10 / 0.5);
  }

  .md\:border-y-neutral-950\/55 {
    border-top-color: rgb(10 10 10 / 0.55);
    border-bottom-color: rgb(10 10 10 / 0.55);
  }

  .md\:border-y-neutral-950\/60 {
    border-top-color: rgb(10 10 10 / 0.6);
    border-bottom-color: rgb(10 10 10 / 0.6);
  }

  .md\:border-y-neutral-950\/65 {
    border-top-color: rgb(10 10 10 / 0.65);
    border-bottom-color: rgb(10 10 10 / 0.65);
  }

  .md\:border-y-neutral-950\/70 {
    border-top-color: rgb(10 10 10 / 0.7);
    border-bottom-color: rgb(10 10 10 / 0.7);
  }

  .md\:border-y-neutral-950\/75 {
    border-top-color: rgb(10 10 10 / 0.75);
    border-bottom-color: rgb(10 10 10 / 0.75);
  }

  .md\:border-y-neutral-950\/80 {
    border-top-color: rgb(10 10 10 / 0.8);
    border-bottom-color: rgb(10 10 10 / 0.8);
  }

  .md\:border-y-neutral-950\/85 {
    border-top-color: rgb(10 10 10 / 0.85);
    border-bottom-color: rgb(10 10 10 / 0.85);
  }

  .md\:border-y-neutral-950\/90 {
    border-top-color: rgb(10 10 10 / 0.9);
    border-bottom-color: rgb(10 10 10 / 0.9);
  }

  .md\:border-y-neutral-950\/95 {
    border-top-color: rgb(10 10 10 / 0.95);
    border-bottom-color: rgb(10 10 10 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-orange-100\/0 {
    border-top-color: rgb(255 237 213 / 0);
    border-bottom-color: rgb(255 237 213 / 0);
  }

  .md\:border-y-orange-100\/10 {
    border-top-color: rgb(255 237 213 / 0.1);
    border-bottom-color: rgb(255 237 213 / 0.1);
  }

  .md\:border-y-orange-100\/100 {
    border-top-color: rgb(255 237 213 / 1);
    border-bottom-color: rgb(255 237 213 / 1);
  }

  .md\:border-y-orange-100\/15 {
    border-top-color: rgb(255 237 213 / 0.15);
    border-bottom-color: rgb(255 237 213 / 0.15);
  }

  .md\:border-y-orange-100\/20 {
    border-top-color: rgb(255 237 213 / 0.2);
    border-bottom-color: rgb(255 237 213 / 0.2);
  }

  .md\:border-y-orange-100\/25 {
    border-top-color: rgb(255 237 213 / 0.25);
    border-bottom-color: rgb(255 237 213 / 0.25);
  }

  .md\:border-y-orange-100\/30 {
    border-top-color: rgb(255 237 213 / 0.3);
    border-bottom-color: rgb(255 237 213 / 0.3);
  }

  .md\:border-y-orange-100\/35 {
    border-top-color: rgb(255 237 213 / 0.35);
    border-bottom-color: rgb(255 237 213 / 0.35);
  }

  .md\:border-y-orange-100\/40 {
    border-top-color: rgb(255 237 213 / 0.4);
    border-bottom-color: rgb(255 237 213 / 0.4);
  }

  .md\:border-y-orange-100\/45 {
    border-top-color: rgb(255 237 213 / 0.45);
    border-bottom-color: rgb(255 237 213 / 0.45);
  }

  .md\:border-y-orange-100\/5 {
    border-top-color: rgb(255 237 213 / 0.05);
    border-bottom-color: rgb(255 237 213 / 0.05);
  }

  .md\:border-y-orange-100\/50 {
    border-top-color: rgb(255 237 213 / 0.5);
    border-bottom-color: rgb(255 237 213 / 0.5);
  }

  .md\:border-y-orange-100\/55 {
    border-top-color: rgb(255 237 213 / 0.55);
    border-bottom-color: rgb(255 237 213 / 0.55);
  }

  .md\:border-y-orange-100\/60 {
    border-top-color: rgb(255 237 213 / 0.6);
    border-bottom-color: rgb(255 237 213 / 0.6);
  }

  .md\:border-y-orange-100\/65 {
    border-top-color: rgb(255 237 213 / 0.65);
    border-bottom-color: rgb(255 237 213 / 0.65);
  }

  .md\:border-y-orange-100\/70 {
    border-top-color: rgb(255 237 213 / 0.7);
    border-bottom-color: rgb(255 237 213 / 0.7);
  }

  .md\:border-y-orange-100\/75 {
    border-top-color: rgb(255 237 213 / 0.75);
    border-bottom-color: rgb(255 237 213 / 0.75);
  }

  .md\:border-y-orange-100\/80 {
    border-top-color: rgb(255 237 213 / 0.8);
    border-bottom-color: rgb(255 237 213 / 0.8);
  }

  .md\:border-y-orange-100\/85 {
    border-top-color: rgb(255 237 213 / 0.85);
    border-bottom-color: rgb(255 237 213 / 0.85);
  }

  .md\:border-y-orange-100\/90 {
    border-top-color: rgb(255 237 213 / 0.9);
    border-bottom-color: rgb(255 237 213 / 0.9);
  }

  .md\:border-y-orange-100\/95 {
    border-top-color: rgb(255 237 213 / 0.95);
    border-bottom-color: rgb(255 237 213 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-orange-200\/0 {
    border-top-color: rgb(254 215 170 / 0);
    border-bottom-color: rgb(254 215 170 / 0);
  }

  .md\:border-y-orange-200\/10 {
    border-top-color: rgb(254 215 170 / 0.1);
    border-bottom-color: rgb(254 215 170 / 0.1);
  }

  .md\:border-y-orange-200\/100 {
    border-top-color: rgb(254 215 170 / 1);
    border-bottom-color: rgb(254 215 170 / 1);
  }

  .md\:border-y-orange-200\/15 {
    border-top-color: rgb(254 215 170 / 0.15);
    border-bottom-color: rgb(254 215 170 / 0.15);
  }

  .md\:border-y-orange-200\/20 {
    border-top-color: rgb(254 215 170 / 0.2);
    border-bottom-color: rgb(254 215 170 / 0.2);
  }

  .md\:border-y-orange-200\/25 {
    border-top-color: rgb(254 215 170 / 0.25);
    border-bottom-color: rgb(254 215 170 / 0.25);
  }

  .md\:border-y-orange-200\/30 {
    border-top-color: rgb(254 215 170 / 0.3);
    border-bottom-color: rgb(254 215 170 / 0.3);
  }

  .md\:border-y-orange-200\/35 {
    border-top-color: rgb(254 215 170 / 0.35);
    border-bottom-color: rgb(254 215 170 / 0.35);
  }

  .md\:border-y-orange-200\/40 {
    border-top-color: rgb(254 215 170 / 0.4);
    border-bottom-color: rgb(254 215 170 / 0.4);
  }

  .md\:border-y-orange-200\/45 {
    border-top-color: rgb(254 215 170 / 0.45);
    border-bottom-color: rgb(254 215 170 / 0.45);
  }

  .md\:border-y-orange-200\/5 {
    border-top-color: rgb(254 215 170 / 0.05);
    border-bottom-color: rgb(254 215 170 / 0.05);
  }

  .md\:border-y-orange-200\/50 {
    border-top-color: rgb(254 215 170 / 0.5);
    border-bottom-color: rgb(254 215 170 / 0.5);
  }

  .md\:border-y-orange-200\/55 {
    border-top-color: rgb(254 215 170 / 0.55);
    border-bottom-color: rgb(254 215 170 / 0.55);
  }

  .md\:border-y-orange-200\/60 {
    border-top-color: rgb(254 215 170 / 0.6);
    border-bottom-color: rgb(254 215 170 / 0.6);
  }

  .md\:border-y-orange-200\/65 {
    border-top-color: rgb(254 215 170 / 0.65);
    border-bottom-color: rgb(254 215 170 / 0.65);
  }

  .md\:border-y-orange-200\/70 {
    border-top-color: rgb(254 215 170 / 0.7);
    border-bottom-color: rgb(254 215 170 / 0.7);
  }

  .md\:border-y-orange-200\/75 {
    border-top-color: rgb(254 215 170 / 0.75);
    border-bottom-color: rgb(254 215 170 / 0.75);
  }

  .md\:border-y-orange-200\/80 {
    border-top-color: rgb(254 215 170 / 0.8);
    border-bottom-color: rgb(254 215 170 / 0.8);
  }

  .md\:border-y-orange-200\/85 {
    border-top-color: rgb(254 215 170 / 0.85);
    border-bottom-color: rgb(254 215 170 / 0.85);
  }

  .md\:border-y-orange-200\/90 {
    border-top-color: rgb(254 215 170 / 0.9);
    border-bottom-color: rgb(254 215 170 / 0.9);
  }

  .md\:border-y-orange-200\/95 {
    border-top-color: rgb(254 215 170 / 0.95);
    border-bottom-color: rgb(254 215 170 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-orange-300\/0 {
    border-top-color: rgb(253 186 116 / 0);
    border-bottom-color: rgb(253 186 116 / 0);
  }

  .md\:border-y-orange-300\/10 {
    border-top-color: rgb(253 186 116 / 0.1);
    border-bottom-color: rgb(253 186 116 / 0.1);
  }

  .md\:border-y-orange-300\/100 {
    border-top-color: rgb(253 186 116 / 1);
    border-bottom-color: rgb(253 186 116 / 1);
  }

  .md\:border-y-orange-300\/15 {
    border-top-color: rgb(253 186 116 / 0.15);
    border-bottom-color: rgb(253 186 116 / 0.15);
  }

  .md\:border-y-orange-300\/20 {
    border-top-color: rgb(253 186 116 / 0.2);
    border-bottom-color: rgb(253 186 116 / 0.2);
  }

  .md\:border-y-orange-300\/25 {
    border-top-color: rgb(253 186 116 / 0.25);
    border-bottom-color: rgb(253 186 116 / 0.25);
  }

  .md\:border-y-orange-300\/30 {
    border-top-color: rgb(253 186 116 / 0.3);
    border-bottom-color: rgb(253 186 116 / 0.3);
  }

  .md\:border-y-orange-300\/35 {
    border-top-color: rgb(253 186 116 / 0.35);
    border-bottom-color: rgb(253 186 116 / 0.35);
  }

  .md\:border-y-orange-300\/40 {
    border-top-color: rgb(253 186 116 / 0.4);
    border-bottom-color: rgb(253 186 116 / 0.4);
  }

  .md\:border-y-orange-300\/45 {
    border-top-color: rgb(253 186 116 / 0.45);
    border-bottom-color: rgb(253 186 116 / 0.45);
  }

  .md\:border-y-orange-300\/5 {
    border-top-color: rgb(253 186 116 / 0.05);
    border-bottom-color: rgb(253 186 116 / 0.05);
  }

  .md\:border-y-orange-300\/50 {
    border-top-color: rgb(253 186 116 / 0.5);
    border-bottom-color: rgb(253 186 116 / 0.5);
  }

  .md\:border-y-orange-300\/55 {
    border-top-color: rgb(253 186 116 / 0.55);
    border-bottom-color: rgb(253 186 116 / 0.55);
  }

  .md\:border-y-orange-300\/60 {
    border-top-color: rgb(253 186 116 / 0.6);
    border-bottom-color: rgb(253 186 116 / 0.6);
  }

  .md\:border-y-orange-300\/65 {
    border-top-color: rgb(253 186 116 / 0.65);
    border-bottom-color: rgb(253 186 116 / 0.65);
  }

  .md\:border-y-orange-300\/70 {
    border-top-color: rgb(253 186 116 / 0.7);
    border-bottom-color: rgb(253 186 116 / 0.7);
  }

  .md\:border-y-orange-300\/75 {
    border-top-color: rgb(253 186 116 / 0.75);
    border-bottom-color: rgb(253 186 116 / 0.75);
  }

  .md\:border-y-orange-300\/80 {
    border-top-color: rgb(253 186 116 / 0.8);
    border-bottom-color: rgb(253 186 116 / 0.8);
  }

  .md\:border-y-orange-300\/85 {
    border-top-color: rgb(253 186 116 / 0.85);
    border-bottom-color: rgb(253 186 116 / 0.85);
  }

  .md\:border-y-orange-300\/90 {
    border-top-color: rgb(253 186 116 / 0.9);
    border-bottom-color: rgb(253 186 116 / 0.9);
  }

  .md\:border-y-orange-300\/95 {
    border-top-color: rgb(253 186 116 / 0.95);
    border-bottom-color: rgb(253 186 116 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-orange-400\/0 {
    border-top-color: rgb(251 146 60 / 0);
    border-bottom-color: rgb(251 146 60 / 0);
  }

  .md\:border-y-orange-400\/10 {
    border-top-color: rgb(251 146 60 / 0.1);
    border-bottom-color: rgb(251 146 60 / 0.1);
  }

  .md\:border-y-orange-400\/100 {
    border-top-color: rgb(251 146 60 / 1);
    border-bottom-color: rgb(251 146 60 / 1);
  }

  .md\:border-y-orange-400\/15 {
    border-top-color: rgb(251 146 60 / 0.15);
    border-bottom-color: rgb(251 146 60 / 0.15);
  }

  .md\:border-y-orange-400\/20 {
    border-top-color: rgb(251 146 60 / 0.2);
    border-bottom-color: rgb(251 146 60 / 0.2);
  }

  .md\:border-y-orange-400\/25 {
    border-top-color: rgb(251 146 60 / 0.25);
    border-bottom-color: rgb(251 146 60 / 0.25);
  }

  .md\:border-y-orange-400\/30 {
    border-top-color: rgb(251 146 60 / 0.3);
    border-bottom-color: rgb(251 146 60 / 0.3);
  }

  .md\:border-y-orange-400\/35 {
    border-top-color: rgb(251 146 60 / 0.35);
    border-bottom-color: rgb(251 146 60 / 0.35);
  }

  .md\:border-y-orange-400\/40 {
    border-top-color: rgb(251 146 60 / 0.4);
    border-bottom-color: rgb(251 146 60 / 0.4);
  }

  .md\:border-y-orange-400\/45 {
    border-top-color: rgb(251 146 60 / 0.45);
    border-bottom-color: rgb(251 146 60 / 0.45);
  }

  .md\:border-y-orange-400\/5 {
    border-top-color: rgb(251 146 60 / 0.05);
    border-bottom-color: rgb(251 146 60 / 0.05);
  }

  .md\:border-y-orange-400\/50 {
    border-top-color: rgb(251 146 60 / 0.5);
    border-bottom-color: rgb(251 146 60 / 0.5);
  }

  .md\:border-y-orange-400\/55 {
    border-top-color: rgb(251 146 60 / 0.55);
    border-bottom-color: rgb(251 146 60 / 0.55);
  }

  .md\:border-y-orange-400\/60 {
    border-top-color: rgb(251 146 60 / 0.6);
    border-bottom-color: rgb(251 146 60 / 0.6);
  }

  .md\:border-y-orange-400\/65 {
    border-top-color: rgb(251 146 60 / 0.65);
    border-bottom-color: rgb(251 146 60 / 0.65);
  }

  .md\:border-y-orange-400\/70 {
    border-top-color: rgb(251 146 60 / 0.7);
    border-bottom-color: rgb(251 146 60 / 0.7);
  }

  .md\:border-y-orange-400\/75 {
    border-top-color: rgb(251 146 60 / 0.75);
    border-bottom-color: rgb(251 146 60 / 0.75);
  }

  .md\:border-y-orange-400\/80 {
    border-top-color: rgb(251 146 60 / 0.8);
    border-bottom-color: rgb(251 146 60 / 0.8);
  }

  .md\:border-y-orange-400\/85 {
    border-top-color: rgb(251 146 60 / 0.85);
    border-bottom-color: rgb(251 146 60 / 0.85);
  }

  .md\:border-y-orange-400\/90 {
    border-top-color: rgb(251 146 60 / 0.9);
    border-bottom-color: rgb(251 146 60 / 0.9);
  }

  .md\:border-y-orange-400\/95 {
    border-top-color: rgb(251 146 60 / 0.95);
    border-bottom-color: rgb(251 146 60 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-orange-50\/0 {
    border-top-color: rgb(255 247 237 / 0);
    border-bottom-color: rgb(255 247 237 / 0);
  }

  .md\:border-y-orange-50\/10 {
    border-top-color: rgb(255 247 237 / 0.1);
    border-bottom-color: rgb(255 247 237 / 0.1);
  }

  .md\:border-y-orange-50\/100 {
    border-top-color: rgb(255 247 237 / 1);
    border-bottom-color: rgb(255 247 237 / 1);
  }

  .md\:border-y-orange-50\/15 {
    border-top-color: rgb(255 247 237 / 0.15);
    border-bottom-color: rgb(255 247 237 / 0.15);
  }

  .md\:border-y-orange-50\/20 {
    border-top-color: rgb(255 247 237 / 0.2);
    border-bottom-color: rgb(255 247 237 / 0.2);
  }

  .md\:border-y-orange-50\/25 {
    border-top-color: rgb(255 247 237 / 0.25);
    border-bottom-color: rgb(255 247 237 / 0.25);
  }

  .md\:border-y-orange-50\/30 {
    border-top-color: rgb(255 247 237 / 0.3);
    border-bottom-color: rgb(255 247 237 / 0.3);
  }

  .md\:border-y-orange-50\/35 {
    border-top-color: rgb(255 247 237 / 0.35);
    border-bottom-color: rgb(255 247 237 / 0.35);
  }

  .md\:border-y-orange-50\/40 {
    border-top-color: rgb(255 247 237 / 0.4);
    border-bottom-color: rgb(255 247 237 / 0.4);
  }

  .md\:border-y-orange-50\/45 {
    border-top-color: rgb(255 247 237 / 0.45);
    border-bottom-color: rgb(255 247 237 / 0.45);
  }

  .md\:border-y-orange-50\/5 {
    border-top-color: rgb(255 247 237 / 0.05);
    border-bottom-color: rgb(255 247 237 / 0.05);
  }

  .md\:border-y-orange-50\/50 {
    border-top-color: rgb(255 247 237 / 0.5);
    border-bottom-color: rgb(255 247 237 / 0.5);
  }

  .md\:border-y-orange-50\/55 {
    border-top-color: rgb(255 247 237 / 0.55);
    border-bottom-color: rgb(255 247 237 / 0.55);
  }

  .md\:border-y-orange-50\/60 {
    border-top-color: rgb(255 247 237 / 0.6);
    border-bottom-color: rgb(255 247 237 / 0.6);
  }

  .md\:border-y-orange-50\/65 {
    border-top-color: rgb(255 247 237 / 0.65);
    border-bottom-color: rgb(255 247 237 / 0.65);
  }

  .md\:border-y-orange-50\/70 {
    border-top-color: rgb(255 247 237 / 0.7);
    border-bottom-color: rgb(255 247 237 / 0.7);
  }

  .md\:border-y-orange-50\/75 {
    border-top-color: rgb(255 247 237 / 0.75);
    border-bottom-color: rgb(255 247 237 / 0.75);
  }

  .md\:border-y-orange-50\/80 {
    border-top-color: rgb(255 247 237 / 0.8);
    border-bottom-color: rgb(255 247 237 / 0.8);
  }

  .md\:border-y-orange-50\/85 {
    border-top-color: rgb(255 247 237 / 0.85);
    border-bottom-color: rgb(255 247 237 / 0.85);
  }

  .md\:border-y-orange-50\/90 {
    border-top-color: rgb(255 247 237 / 0.9);
    border-bottom-color: rgb(255 247 237 / 0.9);
  }

  .md\:border-y-orange-50\/95 {
    border-top-color: rgb(255 247 237 / 0.95);
    border-bottom-color: rgb(255 247 237 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-orange-500\/0 {
    border-top-color: rgb(249 115 22 / 0);
    border-bottom-color: rgb(249 115 22 / 0);
  }

  .md\:border-y-orange-500\/10 {
    border-top-color: rgb(249 115 22 / 0.1);
    border-bottom-color: rgb(249 115 22 / 0.1);
  }

  .md\:border-y-orange-500\/100 {
    border-top-color: rgb(249 115 22 / 1);
    border-bottom-color: rgb(249 115 22 / 1);
  }

  .md\:border-y-orange-500\/15 {
    border-top-color: rgb(249 115 22 / 0.15);
    border-bottom-color: rgb(249 115 22 / 0.15);
  }

  .md\:border-y-orange-500\/20 {
    border-top-color: rgb(249 115 22 / 0.2);
    border-bottom-color: rgb(249 115 22 / 0.2);
  }

  .md\:border-y-orange-500\/25 {
    border-top-color: rgb(249 115 22 / 0.25);
    border-bottom-color: rgb(249 115 22 / 0.25);
  }

  .md\:border-y-orange-500\/30 {
    border-top-color: rgb(249 115 22 / 0.3);
    border-bottom-color: rgb(249 115 22 / 0.3);
  }

  .md\:border-y-orange-500\/35 {
    border-top-color: rgb(249 115 22 / 0.35);
    border-bottom-color: rgb(249 115 22 / 0.35);
  }

  .md\:border-y-orange-500\/40 {
    border-top-color: rgb(249 115 22 / 0.4);
    border-bottom-color: rgb(249 115 22 / 0.4);
  }

  .md\:border-y-orange-500\/45 {
    border-top-color: rgb(249 115 22 / 0.45);
    border-bottom-color: rgb(249 115 22 / 0.45);
  }

  .md\:border-y-orange-500\/5 {
    border-top-color: rgb(249 115 22 / 0.05);
    border-bottom-color: rgb(249 115 22 / 0.05);
  }

  .md\:border-y-orange-500\/50 {
    border-top-color: rgb(249 115 22 / 0.5);
    border-bottom-color: rgb(249 115 22 / 0.5);
  }

  .md\:border-y-orange-500\/55 {
    border-top-color: rgb(249 115 22 / 0.55);
    border-bottom-color: rgb(249 115 22 / 0.55);
  }

  .md\:border-y-orange-500\/60 {
    border-top-color: rgb(249 115 22 / 0.6);
    border-bottom-color: rgb(249 115 22 / 0.6);
  }

  .md\:border-y-orange-500\/65 {
    border-top-color: rgb(249 115 22 / 0.65);
    border-bottom-color: rgb(249 115 22 / 0.65);
  }

  .md\:border-y-orange-500\/70 {
    border-top-color: rgb(249 115 22 / 0.7);
    border-bottom-color: rgb(249 115 22 / 0.7);
  }

  .md\:border-y-orange-500\/75 {
    border-top-color: rgb(249 115 22 / 0.75);
    border-bottom-color: rgb(249 115 22 / 0.75);
  }

  .md\:border-y-orange-500\/80 {
    border-top-color: rgb(249 115 22 / 0.8);
    border-bottom-color: rgb(249 115 22 / 0.8);
  }

  .md\:border-y-orange-500\/85 {
    border-top-color: rgb(249 115 22 / 0.85);
    border-bottom-color: rgb(249 115 22 / 0.85);
  }

  .md\:border-y-orange-500\/90 {
    border-top-color: rgb(249 115 22 / 0.9);
    border-bottom-color: rgb(249 115 22 / 0.9);
  }

  .md\:border-y-orange-500\/95 {
    border-top-color: rgb(249 115 22 / 0.95);
    border-bottom-color: rgb(249 115 22 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-orange-600\/0 {
    border-top-color: rgb(234 88 12 / 0);
    border-bottom-color: rgb(234 88 12 / 0);
  }

  .md\:border-y-orange-600\/10 {
    border-top-color: rgb(234 88 12 / 0.1);
    border-bottom-color: rgb(234 88 12 / 0.1);
  }

  .md\:border-y-orange-600\/100 {
    border-top-color: rgb(234 88 12 / 1);
    border-bottom-color: rgb(234 88 12 / 1);
  }

  .md\:border-y-orange-600\/15 {
    border-top-color: rgb(234 88 12 / 0.15);
    border-bottom-color: rgb(234 88 12 / 0.15);
  }

  .md\:border-y-orange-600\/20 {
    border-top-color: rgb(234 88 12 / 0.2);
    border-bottom-color: rgb(234 88 12 / 0.2);
  }

  .md\:border-y-orange-600\/25 {
    border-top-color: rgb(234 88 12 / 0.25);
    border-bottom-color: rgb(234 88 12 / 0.25);
  }

  .md\:border-y-orange-600\/30 {
    border-top-color: rgb(234 88 12 / 0.3);
    border-bottom-color: rgb(234 88 12 / 0.3);
  }

  .md\:border-y-orange-600\/35 {
    border-top-color: rgb(234 88 12 / 0.35);
    border-bottom-color: rgb(234 88 12 / 0.35);
  }

  .md\:border-y-orange-600\/40 {
    border-top-color: rgb(234 88 12 / 0.4);
    border-bottom-color: rgb(234 88 12 / 0.4);
  }

  .md\:border-y-orange-600\/45 {
    border-top-color: rgb(234 88 12 / 0.45);
    border-bottom-color: rgb(234 88 12 / 0.45);
  }

  .md\:border-y-orange-600\/5 {
    border-top-color: rgb(234 88 12 / 0.05);
    border-bottom-color: rgb(234 88 12 / 0.05);
  }

  .md\:border-y-orange-600\/50 {
    border-top-color: rgb(234 88 12 / 0.5);
    border-bottom-color: rgb(234 88 12 / 0.5);
  }

  .md\:border-y-orange-600\/55 {
    border-top-color: rgb(234 88 12 / 0.55);
    border-bottom-color: rgb(234 88 12 / 0.55);
  }

  .md\:border-y-orange-600\/60 {
    border-top-color: rgb(234 88 12 / 0.6);
    border-bottom-color: rgb(234 88 12 / 0.6);
  }

  .md\:border-y-orange-600\/65 {
    border-top-color: rgb(234 88 12 / 0.65);
    border-bottom-color: rgb(234 88 12 / 0.65);
  }

  .md\:border-y-orange-600\/70 {
    border-top-color: rgb(234 88 12 / 0.7);
    border-bottom-color: rgb(234 88 12 / 0.7);
  }

  .md\:border-y-orange-600\/75 {
    border-top-color: rgb(234 88 12 / 0.75);
    border-bottom-color: rgb(234 88 12 / 0.75);
  }

  .md\:border-y-orange-600\/80 {
    border-top-color: rgb(234 88 12 / 0.8);
    border-bottom-color: rgb(234 88 12 / 0.8);
  }

  .md\:border-y-orange-600\/85 {
    border-top-color: rgb(234 88 12 / 0.85);
    border-bottom-color: rgb(234 88 12 / 0.85);
  }

  .md\:border-y-orange-600\/90 {
    border-top-color: rgb(234 88 12 / 0.9);
    border-bottom-color: rgb(234 88 12 / 0.9);
  }

  .md\:border-y-orange-600\/95 {
    border-top-color: rgb(234 88 12 / 0.95);
    border-bottom-color: rgb(234 88 12 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-orange-700\/0 {
    border-top-color: rgb(194 65 12 / 0);
    border-bottom-color: rgb(194 65 12 / 0);
  }

  .md\:border-y-orange-700\/10 {
    border-top-color: rgb(194 65 12 / 0.1);
    border-bottom-color: rgb(194 65 12 / 0.1);
  }

  .md\:border-y-orange-700\/100 {
    border-top-color: rgb(194 65 12 / 1);
    border-bottom-color: rgb(194 65 12 / 1);
  }

  .md\:border-y-orange-700\/15 {
    border-top-color: rgb(194 65 12 / 0.15);
    border-bottom-color: rgb(194 65 12 / 0.15);
  }

  .md\:border-y-orange-700\/20 {
    border-top-color: rgb(194 65 12 / 0.2);
    border-bottom-color: rgb(194 65 12 / 0.2);
  }

  .md\:border-y-orange-700\/25 {
    border-top-color: rgb(194 65 12 / 0.25);
    border-bottom-color: rgb(194 65 12 / 0.25);
  }

  .md\:border-y-orange-700\/30 {
    border-top-color: rgb(194 65 12 / 0.3);
    border-bottom-color: rgb(194 65 12 / 0.3);
  }

  .md\:border-y-orange-700\/35 {
    border-top-color: rgb(194 65 12 / 0.35);
    border-bottom-color: rgb(194 65 12 / 0.35);
  }

  .md\:border-y-orange-700\/40 {
    border-top-color: rgb(194 65 12 / 0.4);
    border-bottom-color: rgb(194 65 12 / 0.4);
  }

  .md\:border-y-orange-700\/45 {
    border-top-color: rgb(194 65 12 / 0.45);
    border-bottom-color: rgb(194 65 12 / 0.45);
  }

  .md\:border-y-orange-700\/5 {
    border-top-color: rgb(194 65 12 / 0.05);
    border-bottom-color: rgb(194 65 12 / 0.05);
  }

  .md\:border-y-orange-700\/50 {
    border-top-color: rgb(194 65 12 / 0.5);
    border-bottom-color: rgb(194 65 12 / 0.5);
  }

  .md\:border-y-orange-700\/55 {
    border-top-color: rgb(194 65 12 / 0.55);
    border-bottom-color: rgb(194 65 12 / 0.55);
  }

  .md\:border-y-orange-700\/60 {
    border-top-color: rgb(194 65 12 / 0.6);
    border-bottom-color: rgb(194 65 12 / 0.6);
  }

  .md\:border-y-orange-700\/65 {
    border-top-color: rgb(194 65 12 / 0.65);
    border-bottom-color: rgb(194 65 12 / 0.65);
  }

  .md\:border-y-orange-700\/70 {
    border-top-color: rgb(194 65 12 / 0.7);
    border-bottom-color: rgb(194 65 12 / 0.7);
  }

  .md\:border-y-orange-700\/75 {
    border-top-color: rgb(194 65 12 / 0.75);
    border-bottom-color: rgb(194 65 12 / 0.75);
  }

  .md\:border-y-orange-700\/80 {
    border-top-color: rgb(194 65 12 / 0.8);
    border-bottom-color: rgb(194 65 12 / 0.8);
  }

  .md\:border-y-orange-700\/85 {
    border-top-color: rgb(194 65 12 / 0.85);
    border-bottom-color: rgb(194 65 12 / 0.85);
  }

  .md\:border-y-orange-700\/90 {
    border-top-color: rgb(194 65 12 / 0.9);
    border-bottom-color: rgb(194 65 12 / 0.9);
  }

  .md\:border-y-orange-700\/95 {
    border-top-color: rgb(194 65 12 / 0.95);
    border-bottom-color: rgb(194 65 12 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-orange-800\/0 {
    border-top-color: rgb(154 52 18 / 0);
    border-bottom-color: rgb(154 52 18 / 0);
  }

  .md\:border-y-orange-800\/10 {
    border-top-color: rgb(154 52 18 / 0.1);
    border-bottom-color: rgb(154 52 18 / 0.1);
  }

  .md\:border-y-orange-800\/100 {
    border-top-color: rgb(154 52 18 / 1);
    border-bottom-color: rgb(154 52 18 / 1);
  }

  .md\:border-y-orange-800\/15 {
    border-top-color: rgb(154 52 18 / 0.15);
    border-bottom-color: rgb(154 52 18 / 0.15);
  }

  .md\:border-y-orange-800\/20 {
    border-top-color: rgb(154 52 18 / 0.2);
    border-bottom-color: rgb(154 52 18 / 0.2);
  }

  .md\:border-y-orange-800\/25 {
    border-top-color: rgb(154 52 18 / 0.25);
    border-bottom-color: rgb(154 52 18 / 0.25);
  }

  .md\:border-y-orange-800\/30 {
    border-top-color: rgb(154 52 18 / 0.3);
    border-bottom-color: rgb(154 52 18 / 0.3);
  }

  .md\:border-y-orange-800\/35 {
    border-top-color: rgb(154 52 18 / 0.35);
    border-bottom-color: rgb(154 52 18 / 0.35);
  }

  .md\:border-y-orange-800\/40 {
    border-top-color: rgb(154 52 18 / 0.4);
    border-bottom-color: rgb(154 52 18 / 0.4);
  }

  .md\:border-y-orange-800\/45 {
    border-top-color: rgb(154 52 18 / 0.45);
    border-bottom-color: rgb(154 52 18 / 0.45);
  }

  .md\:border-y-orange-800\/5 {
    border-top-color: rgb(154 52 18 / 0.05);
    border-bottom-color: rgb(154 52 18 / 0.05);
  }

  .md\:border-y-orange-800\/50 {
    border-top-color: rgb(154 52 18 / 0.5);
    border-bottom-color: rgb(154 52 18 / 0.5);
  }

  .md\:border-y-orange-800\/55 {
    border-top-color: rgb(154 52 18 / 0.55);
    border-bottom-color: rgb(154 52 18 / 0.55);
  }

  .md\:border-y-orange-800\/60 {
    border-top-color: rgb(154 52 18 / 0.6);
    border-bottom-color: rgb(154 52 18 / 0.6);
  }

  .md\:border-y-orange-800\/65 {
    border-top-color: rgb(154 52 18 / 0.65);
    border-bottom-color: rgb(154 52 18 / 0.65);
  }

  .md\:border-y-orange-800\/70 {
    border-top-color: rgb(154 52 18 / 0.7);
    border-bottom-color: rgb(154 52 18 / 0.7);
  }

  .md\:border-y-orange-800\/75 {
    border-top-color: rgb(154 52 18 / 0.75);
    border-bottom-color: rgb(154 52 18 / 0.75);
  }

  .md\:border-y-orange-800\/80 {
    border-top-color: rgb(154 52 18 / 0.8);
    border-bottom-color: rgb(154 52 18 / 0.8);
  }

  .md\:border-y-orange-800\/85 {
    border-top-color: rgb(154 52 18 / 0.85);
    border-bottom-color: rgb(154 52 18 / 0.85);
  }

  .md\:border-y-orange-800\/90 {
    border-top-color: rgb(154 52 18 / 0.9);
    border-bottom-color: rgb(154 52 18 / 0.9);
  }

  .md\:border-y-orange-800\/95 {
    border-top-color: rgb(154 52 18 / 0.95);
    border-bottom-color: rgb(154 52 18 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-orange-900\/0 {
    border-top-color: rgb(124 45 18 / 0);
    border-bottom-color: rgb(124 45 18 / 0);
  }

  .md\:border-y-orange-900\/10 {
    border-top-color: rgb(124 45 18 / 0.1);
    border-bottom-color: rgb(124 45 18 / 0.1);
  }

  .md\:border-y-orange-900\/100 {
    border-top-color: rgb(124 45 18 / 1);
    border-bottom-color: rgb(124 45 18 / 1);
  }

  .md\:border-y-orange-900\/15 {
    border-top-color: rgb(124 45 18 / 0.15);
    border-bottom-color: rgb(124 45 18 / 0.15);
  }

  .md\:border-y-orange-900\/20 {
    border-top-color: rgb(124 45 18 / 0.2);
    border-bottom-color: rgb(124 45 18 / 0.2);
  }

  .md\:border-y-orange-900\/25 {
    border-top-color: rgb(124 45 18 / 0.25);
    border-bottom-color: rgb(124 45 18 / 0.25);
  }

  .md\:border-y-orange-900\/30 {
    border-top-color: rgb(124 45 18 / 0.3);
    border-bottom-color: rgb(124 45 18 / 0.3);
  }

  .md\:border-y-orange-900\/35 {
    border-top-color: rgb(124 45 18 / 0.35);
    border-bottom-color: rgb(124 45 18 / 0.35);
  }

  .md\:border-y-orange-900\/40 {
    border-top-color: rgb(124 45 18 / 0.4);
    border-bottom-color: rgb(124 45 18 / 0.4);
  }

  .md\:border-y-orange-900\/45 {
    border-top-color: rgb(124 45 18 / 0.45);
    border-bottom-color: rgb(124 45 18 / 0.45);
  }

  .md\:border-y-orange-900\/5 {
    border-top-color: rgb(124 45 18 / 0.05);
    border-bottom-color: rgb(124 45 18 / 0.05);
  }

  .md\:border-y-orange-900\/50 {
    border-top-color: rgb(124 45 18 / 0.5);
    border-bottom-color: rgb(124 45 18 / 0.5);
  }

  .md\:border-y-orange-900\/55 {
    border-top-color: rgb(124 45 18 / 0.55);
    border-bottom-color: rgb(124 45 18 / 0.55);
  }

  .md\:border-y-orange-900\/60 {
    border-top-color: rgb(124 45 18 / 0.6);
    border-bottom-color: rgb(124 45 18 / 0.6);
  }

  .md\:border-y-orange-900\/65 {
    border-top-color: rgb(124 45 18 / 0.65);
    border-bottom-color: rgb(124 45 18 / 0.65);
  }

  .md\:border-y-orange-900\/70 {
    border-top-color: rgb(124 45 18 / 0.7);
    border-bottom-color: rgb(124 45 18 / 0.7);
  }

  .md\:border-y-orange-900\/75 {
    border-top-color: rgb(124 45 18 / 0.75);
    border-bottom-color: rgb(124 45 18 / 0.75);
  }

  .md\:border-y-orange-900\/80 {
    border-top-color: rgb(124 45 18 / 0.8);
    border-bottom-color: rgb(124 45 18 / 0.8);
  }

  .md\:border-y-orange-900\/85 {
    border-top-color: rgb(124 45 18 / 0.85);
    border-bottom-color: rgb(124 45 18 / 0.85);
  }

  .md\:border-y-orange-900\/90 {
    border-top-color: rgb(124 45 18 / 0.9);
    border-bottom-color: rgb(124 45 18 / 0.9);
  }

  .md\:border-y-orange-900\/95 {
    border-top-color: rgb(124 45 18 / 0.95);
    border-bottom-color: rgb(124 45 18 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-orange-950\/0 {
    border-top-color: rgb(67 20 7 / 0);
    border-bottom-color: rgb(67 20 7 / 0);
  }

  .md\:border-y-orange-950\/10 {
    border-top-color: rgb(67 20 7 / 0.1);
    border-bottom-color: rgb(67 20 7 / 0.1);
  }

  .md\:border-y-orange-950\/100 {
    border-top-color: rgb(67 20 7 / 1);
    border-bottom-color: rgb(67 20 7 / 1);
  }

  .md\:border-y-orange-950\/15 {
    border-top-color: rgb(67 20 7 / 0.15);
    border-bottom-color: rgb(67 20 7 / 0.15);
  }

  .md\:border-y-orange-950\/20 {
    border-top-color: rgb(67 20 7 / 0.2);
    border-bottom-color: rgb(67 20 7 / 0.2);
  }

  .md\:border-y-orange-950\/25 {
    border-top-color: rgb(67 20 7 / 0.25);
    border-bottom-color: rgb(67 20 7 / 0.25);
  }

  .md\:border-y-orange-950\/30 {
    border-top-color: rgb(67 20 7 / 0.3);
    border-bottom-color: rgb(67 20 7 / 0.3);
  }

  .md\:border-y-orange-950\/35 {
    border-top-color: rgb(67 20 7 / 0.35);
    border-bottom-color: rgb(67 20 7 / 0.35);
  }

  .md\:border-y-orange-950\/40 {
    border-top-color: rgb(67 20 7 / 0.4);
    border-bottom-color: rgb(67 20 7 / 0.4);
  }

  .md\:border-y-orange-950\/45 {
    border-top-color: rgb(67 20 7 / 0.45);
    border-bottom-color: rgb(67 20 7 / 0.45);
  }

  .md\:border-y-orange-950\/5 {
    border-top-color: rgb(67 20 7 / 0.05);
    border-bottom-color: rgb(67 20 7 / 0.05);
  }

  .md\:border-y-orange-950\/50 {
    border-top-color: rgb(67 20 7 / 0.5);
    border-bottom-color: rgb(67 20 7 / 0.5);
  }

  .md\:border-y-orange-950\/55 {
    border-top-color: rgb(67 20 7 / 0.55);
    border-bottom-color: rgb(67 20 7 / 0.55);
  }

  .md\:border-y-orange-950\/60 {
    border-top-color: rgb(67 20 7 / 0.6);
    border-bottom-color: rgb(67 20 7 / 0.6);
  }

  .md\:border-y-orange-950\/65 {
    border-top-color: rgb(67 20 7 / 0.65);
    border-bottom-color: rgb(67 20 7 / 0.65);
  }

  .md\:border-y-orange-950\/70 {
    border-top-color: rgb(67 20 7 / 0.7);
    border-bottom-color: rgb(67 20 7 / 0.7);
  }

  .md\:border-y-orange-950\/75 {
    border-top-color: rgb(67 20 7 / 0.75);
    border-bottom-color: rgb(67 20 7 / 0.75);
  }

  .md\:border-y-orange-950\/80 {
    border-top-color: rgb(67 20 7 / 0.8);
    border-bottom-color: rgb(67 20 7 / 0.8);
  }

  .md\:border-y-orange-950\/85 {
    border-top-color: rgb(67 20 7 / 0.85);
    border-bottom-color: rgb(67 20 7 / 0.85);
  }

  .md\:border-y-orange-950\/90 {
    border-top-color: rgb(67 20 7 / 0.9);
    border-bottom-color: rgb(67 20 7 / 0.9);
  }

  .md\:border-y-orange-950\/95 {
    border-top-color: rgb(67 20 7 / 0.95);
    border-bottom-color: rgb(67 20 7 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-pink-100\/0 {
    border-top-color: rgb(252 231 243 / 0);
    border-bottom-color: rgb(252 231 243 / 0);
  }

  .md\:border-y-pink-100\/10 {
    border-top-color: rgb(252 231 243 / 0.1);
    border-bottom-color: rgb(252 231 243 / 0.1);
  }

  .md\:border-y-pink-100\/100 {
    border-top-color: rgb(252 231 243 / 1);
    border-bottom-color: rgb(252 231 243 / 1);
  }

  .md\:border-y-pink-100\/15 {
    border-top-color: rgb(252 231 243 / 0.15);
    border-bottom-color: rgb(252 231 243 / 0.15);
  }

  .md\:border-y-pink-100\/20 {
    border-top-color: rgb(252 231 243 / 0.2);
    border-bottom-color: rgb(252 231 243 / 0.2);
  }

  .md\:border-y-pink-100\/25 {
    border-top-color: rgb(252 231 243 / 0.25);
    border-bottom-color: rgb(252 231 243 / 0.25);
  }

  .md\:border-y-pink-100\/30 {
    border-top-color: rgb(252 231 243 / 0.3);
    border-bottom-color: rgb(252 231 243 / 0.3);
  }

  .md\:border-y-pink-100\/35 {
    border-top-color: rgb(252 231 243 / 0.35);
    border-bottom-color: rgb(252 231 243 / 0.35);
  }

  .md\:border-y-pink-100\/40 {
    border-top-color: rgb(252 231 243 / 0.4);
    border-bottom-color: rgb(252 231 243 / 0.4);
  }

  .md\:border-y-pink-100\/45 {
    border-top-color: rgb(252 231 243 / 0.45);
    border-bottom-color: rgb(252 231 243 / 0.45);
  }

  .md\:border-y-pink-100\/5 {
    border-top-color: rgb(252 231 243 / 0.05);
    border-bottom-color: rgb(252 231 243 / 0.05);
  }

  .md\:border-y-pink-100\/50 {
    border-top-color: rgb(252 231 243 / 0.5);
    border-bottom-color: rgb(252 231 243 / 0.5);
  }

  .md\:border-y-pink-100\/55 {
    border-top-color: rgb(252 231 243 / 0.55);
    border-bottom-color: rgb(252 231 243 / 0.55);
  }

  .md\:border-y-pink-100\/60 {
    border-top-color: rgb(252 231 243 / 0.6);
    border-bottom-color: rgb(252 231 243 / 0.6);
  }

  .md\:border-y-pink-100\/65 {
    border-top-color: rgb(252 231 243 / 0.65);
    border-bottom-color: rgb(252 231 243 / 0.65);
  }

  .md\:border-y-pink-100\/70 {
    border-top-color: rgb(252 231 243 / 0.7);
    border-bottom-color: rgb(252 231 243 / 0.7);
  }

  .md\:border-y-pink-100\/75 {
    border-top-color: rgb(252 231 243 / 0.75);
    border-bottom-color: rgb(252 231 243 / 0.75);
  }

  .md\:border-y-pink-100\/80 {
    border-top-color: rgb(252 231 243 / 0.8);
    border-bottom-color: rgb(252 231 243 / 0.8);
  }

  .md\:border-y-pink-100\/85 {
    border-top-color: rgb(252 231 243 / 0.85);
    border-bottom-color: rgb(252 231 243 / 0.85);
  }

  .md\:border-y-pink-100\/90 {
    border-top-color: rgb(252 231 243 / 0.9);
    border-bottom-color: rgb(252 231 243 / 0.9);
  }

  .md\:border-y-pink-100\/95 {
    border-top-color: rgb(252 231 243 / 0.95);
    border-bottom-color: rgb(252 231 243 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-pink-200\/0 {
    border-top-color: rgb(251 207 232 / 0);
    border-bottom-color: rgb(251 207 232 / 0);
  }

  .md\:border-y-pink-200\/10 {
    border-top-color: rgb(251 207 232 / 0.1);
    border-bottom-color: rgb(251 207 232 / 0.1);
  }

  .md\:border-y-pink-200\/100 {
    border-top-color: rgb(251 207 232 / 1);
    border-bottom-color: rgb(251 207 232 / 1);
  }

  .md\:border-y-pink-200\/15 {
    border-top-color: rgb(251 207 232 / 0.15);
    border-bottom-color: rgb(251 207 232 / 0.15);
  }

  .md\:border-y-pink-200\/20 {
    border-top-color: rgb(251 207 232 / 0.2);
    border-bottom-color: rgb(251 207 232 / 0.2);
  }

  .md\:border-y-pink-200\/25 {
    border-top-color: rgb(251 207 232 / 0.25);
    border-bottom-color: rgb(251 207 232 / 0.25);
  }

  .md\:border-y-pink-200\/30 {
    border-top-color: rgb(251 207 232 / 0.3);
    border-bottom-color: rgb(251 207 232 / 0.3);
  }

  .md\:border-y-pink-200\/35 {
    border-top-color: rgb(251 207 232 / 0.35);
    border-bottom-color: rgb(251 207 232 / 0.35);
  }

  .md\:border-y-pink-200\/40 {
    border-top-color: rgb(251 207 232 / 0.4);
    border-bottom-color: rgb(251 207 232 / 0.4);
  }

  .md\:border-y-pink-200\/45 {
    border-top-color: rgb(251 207 232 / 0.45);
    border-bottom-color: rgb(251 207 232 / 0.45);
  }

  .md\:border-y-pink-200\/5 {
    border-top-color: rgb(251 207 232 / 0.05);
    border-bottom-color: rgb(251 207 232 / 0.05);
  }

  .md\:border-y-pink-200\/50 {
    border-top-color: rgb(251 207 232 / 0.5);
    border-bottom-color: rgb(251 207 232 / 0.5);
  }

  .md\:border-y-pink-200\/55 {
    border-top-color: rgb(251 207 232 / 0.55);
    border-bottom-color: rgb(251 207 232 / 0.55);
  }

  .md\:border-y-pink-200\/60 {
    border-top-color: rgb(251 207 232 / 0.6);
    border-bottom-color: rgb(251 207 232 / 0.6);
  }

  .md\:border-y-pink-200\/65 {
    border-top-color: rgb(251 207 232 / 0.65);
    border-bottom-color: rgb(251 207 232 / 0.65);
  }

  .md\:border-y-pink-200\/70 {
    border-top-color: rgb(251 207 232 / 0.7);
    border-bottom-color: rgb(251 207 232 / 0.7);
  }

  .md\:border-y-pink-200\/75 {
    border-top-color: rgb(251 207 232 / 0.75);
    border-bottom-color: rgb(251 207 232 / 0.75);
  }

  .md\:border-y-pink-200\/80 {
    border-top-color: rgb(251 207 232 / 0.8);
    border-bottom-color: rgb(251 207 232 / 0.8);
  }

  .md\:border-y-pink-200\/85 {
    border-top-color: rgb(251 207 232 / 0.85);
    border-bottom-color: rgb(251 207 232 / 0.85);
  }

  .md\:border-y-pink-200\/90 {
    border-top-color: rgb(251 207 232 / 0.9);
    border-bottom-color: rgb(251 207 232 / 0.9);
  }

  .md\:border-y-pink-200\/95 {
    border-top-color: rgb(251 207 232 / 0.95);
    border-bottom-color: rgb(251 207 232 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-pink-300\/0 {
    border-top-color: rgb(249 168 212 / 0);
    border-bottom-color: rgb(249 168 212 / 0);
  }

  .md\:border-y-pink-300\/10 {
    border-top-color: rgb(249 168 212 / 0.1);
    border-bottom-color: rgb(249 168 212 / 0.1);
  }

  .md\:border-y-pink-300\/100 {
    border-top-color: rgb(249 168 212 / 1);
    border-bottom-color: rgb(249 168 212 / 1);
  }

  .md\:border-y-pink-300\/15 {
    border-top-color: rgb(249 168 212 / 0.15);
    border-bottom-color: rgb(249 168 212 / 0.15);
  }

  .md\:border-y-pink-300\/20 {
    border-top-color: rgb(249 168 212 / 0.2);
    border-bottom-color: rgb(249 168 212 / 0.2);
  }

  .md\:border-y-pink-300\/25 {
    border-top-color: rgb(249 168 212 / 0.25);
    border-bottom-color: rgb(249 168 212 / 0.25);
  }

  .md\:border-y-pink-300\/30 {
    border-top-color: rgb(249 168 212 / 0.3);
    border-bottom-color: rgb(249 168 212 / 0.3);
  }

  .md\:border-y-pink-300\/35 {
    border-top-color: rgb(249 168 212 / 0.35);
    border-bottom-color: rgb(249 168 212 / 0.35);
  }

  .md\:border-y-pink-300\/40 {
    border-top-color: rgb(249 168 212 / 0.4);
    border-bottom-color: rgb(249 168 212 / 0.4);
  }

  .md\:border-y-pink-300\/45 {
    border-top-color: rgb(249 168 212 / 0.45);
    border-bottom-color: rgb(249 168 212 / 0.45);
  }

  .md\:border-y-pink-300\/5 {
    border-top-color: rgb(249 168 212 / 0.05);
    border-bottom-color: rgb(249 168 212 / 0.05);
  }

  .md\:border-y-pink-300\/50 {
    border-top-color: rgb(249 168 212 / 0.5);
    border-bottom-color: rgb(249 168 212 / 0.5);
  }

  .md\:border-y-pink-300\/55 {
    border-top-color: rgb(249 168 212 / 0.55);
    border-bottom-color: rgb(249 168 212 / 0.55);
  }

  .md\:border-y-pink-300\/60 {
    border-top-color: rgb(249 168 212 / 0.6);
    border-bottom-color: rgb(249 168 212 / 0.6);
  }

  .md\:border-y-pink-300\/65 {
    border-top-color: rgb(249 168 212 / 0.65);
    border-bottom-color: rgb(249 168 212 / 0.65);
  }

  .md\:border-y-pink-300\/70 {
    border-top-color: rgb(249 168 212 / 0.7);
    border-bottom-color: rgb(249 168 212 / 0.7);
  }

  .md\:border-y-pink-300\/75 {
    border-top-color: rgb(249 168 212 / 0.75);
    border-bottom-color: rgb(249 168 212 / 0.75);
  }

  .md\:border-y-pink-300\/80 {
    border-top-color: rgb(249 168 212 / 0.8);
    border-bottom-color: rgb(249 168 212 / 0.8);
  }

  .md\:border-y-pink-300\/85 {
    border-top-color: rgb(249 168 212 / 0.85);
    border-bottom-color: rgb(249 168 212 / 0.85);
  }

  .md\:border-y-pink-300\/90 {
    border-top-color: rgb(249 168 212 / 0.9);
    border-bottom-color: rgb(249 168 212 / 0.9);
  }

  .md\:border-y-pink-300\/95 {
    border-top-color: rgb(249 168 212 / 0.95);
    border-bottom-color: rgb(249 168 212 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-pink-400\/0 {
    border-top-color: rgb(244 114 182 / 0);
    border-bottom-color: rgb(244 114 182 / 0);
  }

  .md\:border-y-pink-400\/10 {
    border-top-color: rgb(244 114 182 / 0.1);
    border-bottom-color: rgb(244 114 182 / 0.1);
  }

  .md\:border-y-pink-400\/100 {
    border-top-color: rgb(244 114 182 / 1);
    border-bottom-color: rgb(244 114 182 / 1);
  }

  .md\:border-y-pink-400\/15 {
    border-top-color: rgb(244 114 182 / 0.15);
    border-bottom-color: rgb(244 114 182 / 0.15);
  }

  .md\:border-y-pink-400\/20 {
    border-top-color: rgb(244 114 182 / 0.2);
    border-bottom-color: rgb(244 114 182 / 0.2);
  }

  .md\:border-y-pink-400\/25 {
    border-top-color: rgb(244 114 182 / 0.25);
    border-bottom-color: rgb(244 114 182 / 0.25);
  }

  .md\:border-y-pink-400\/30 {
    border-top-color: rgb(244 114 182 / 0.3);
    border-bottom-color: rgb(244 114 182 / 0.3);
  }

  .md\:border-y-pink-400\/35 {
    border-top-color: rgb(244 114 182 / 0.35);
    border-bottom-color: rgb(244 114 182 / 0.35);
  }

  .md\:border-y-pink-400\/40 {
    border-top-color: rgb(244 114 182 / 0.4);
    border-bottom-color: rgb(244 114 182 / 0.4);
  }

  .md\:border-y-pink-400\/45 {
    border-top-color: rgb(244 114 182 / 0.45);
    border-bottom-color: rgb(244 114 182 / 0.45);
  }

  .md\:border-y-pink-400\/5 {
    border-top-color: rgb(244 114 182 / 0.05);
    border-bottom-color: rgb(244 114 182 / 0.05);
  }

  .md\:border-y-pink-400\/50 {
    border-top-color: rgb(244 114 182 / 0.5);
    border-bottom-color: rgb(244 114 182 / 0.5);
  }

  .md\:border-y-pink-400\/55 {
    border-top-color: rgb(244 114 182 / 0.55);
    border-bottom-color: rgb(244 114 182 / 0.55);
  }

  .md\:border-y-pink-400\/60 {
    border-top-color: rgb(244 114 182 / 0.6);
    border-bottom-color: rgb(244 114 182 / 0.6);
  }

  .md\:border-y-pink-400\/65 {
    border-top-color: rgb(244 114 182 / 0.65);
    border-bottom-color: rgb(244 114 182 / 0.65);
  }

  .md\:border-y-pink-400\/70 {
    border-top-color: rgb(244 114 182 / 0.7);
    border-bottom-color: rgb(244 114 182 / 0.7);
  }

  .md\:border-y-pink-400\/75 {
    border-top-color: rgb(244 114 182 / 0.75);
    border-bottom-color: rgb(244 114 182 / 0.75);
  }

  .md\:border-y-pink-400\/80 {
    border-top-color: rgb(244 114 182 / 0.8);
    border-bottom-color: rgb(244 114 182 / 0.8);
  }

  .md\:border-y-pink-400\/85 {
    border-top-color: rgb(244 114 182 / 0.85);
    border-bottom-color: rgb(244 114 182 / 0.85);
  }

  .md\:border-y-pink-400\/90 {
    border-top-color: rgb(244 114 182 / 0.9);
    border-bottom-color: rgb(244 114 182 / 0.9);
  }

  .md\:border-y-pink-400\/95 {
    border-top-color: rgb(244 114 182 / 0.95);
    border-bottom-color: rgb(244 114 182 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-pink-50\/0 {
    border-top-color: rgb(253 242 248 / 0);
    border-bottom-color: rgb(253 242 248 / 0);
  }

  .md\:border-y-pink-50\/10 {
    border-top-color: rgb(253 242 248 / 0.1);
    border-bottom-color: rgb(253 242 248 / 0.1);
  }

  .md\:border-y-pink-50\/100 {
    border-top-color: rgb(253 242 248 / 1);
    border-bottom-color: rgb(253 242 248 / 1);
  }

  .md\:border-y-pink-50\/15 {
    border-top-color: rgb(253 242 248 / 0.15);
    border-bottom-color: rgb(253 242 248 / 0.15);
  }

  .md\:border-y-pink-50\/20 {
    border-top-color: rgb(253 242 248 / 0.2);
    border-bottom-color: rgb(253 242 248 / 0.2);
  }

  .md\:border-y-pink-50\/25 {
    border-top-color: rgb(253 242 248 / 0.25);
    border-bottom-color: rgb(253 242 248 / 0.25);
  }

  .md\:border-y-pink-50\/30 {
    border-top-color: rgb(253 242 248 / 0.3);
    border-bottom-color: rgb(253 242 248 / 0.3);
  }

  .md\:border-y-pink-50\/35 {
    border-top-color: rgb(253 242 248 / 0.35);
    border-bottom-color: rgb(253 242 248 / 0.35);
  }

  .md\:border-y-pink-50\/40 {
    border-top-color: rgb(253 242 248 / 0.4);
    border-bottom-color: rgb(253 242 248 / 0.4);
  }

  .md\:border-y-pink-50\/45 {
    border-top-color: rgb(253 242 248 / 0.45);
    border-bottom-color: rgb(253 242 248 / 0.45);
  }

  .md\:border-y-pink-50\/5 {
    border-top-color: rgb(253 242 248 / 0.05);
    border-bottom-color: rgb(253 242 248 / 0.05);
  }

  .md\:border-y-pink-50\/50 {
    border-top-color: rgb(253 242 248 / 0.5);
    border-bottom-color: rgb(253 242 248 / 0.5);
  }

  .md\:border-y-pink-50\/55 {
    border-top-color: rgb(253 242 248 / 0.55);
    border-bottom-color: rgb(253 242 248 / 0.55);
  }

  .md\:border-y-pink-50\/60 {
    border-top-color: rgb(253 242 248 / 0.6);
    border-bottom-color: rgb(253 242 248 / 0.6);
  }

  .md\:border-y-pink-50\/65 {
    border-top-color: rgb(253 242 248 / 0.65);
    border-bottom-color: rgb(253 242 248 / 0.65);
  }

  .md\:border-y-pink-50\/70 {
    border-top-color: rgb(253 242 248 / 0.7);
    border-bottom-color: rgb(253 242 248 / 0.7);
  }

  .md\:border-y-pink-50\/75 {
    border-top-color: rgb(253 242 248 / 0.75);
    border-bottom-color: rgb(253 242 248 / 0.75);
  }

  .md\:border-y-pink-50\/80 {
    border-top-color: rgb(253 242 248 / 0.8);
    border-bottom-color: rgb(253 242 248 / 0.8);
  }

  .md\:border-y-pink-50\/85 {
    border-top-color: rgb(253 242 248 / 0.85);
    border-bottom-color: rgb(253 242 248 / 0.85);
  }

  .md\:border-y-pink-50\/90 {
    border-top-color: rgb(253 242 248 / 0.9);
    border-bottom-color: rgb(253 242 248 / 0.9);
  }

  .md\:border-y-pink-50\/95 {
    border-top-color: rgb(253 242 248 / 0.95);
    border-bottom-color: rgb(253 242 248 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-pink-500\/0 {
    border-top-color: rgb(236 72 153 / 0);
    border-bottom-color: rgb(236 72 153 / 0);
  }

  .md\:border-y-pink-500\/10 {
    border-top-color: rgb(236 72 153 / 0.1);
    border-bottom-color: rgb(236 72 153 / 0.1);
  }

  .md\:border-y-pink-500\/100 {
    border-top-color: rgb(236 72 153 / 1);
    border-bottom-color: rgb(236 72 153 / 1);
  }

  .md\:border-y-pink-500\/15 {
    border-top-color: rgb(236 72 153 / 0.15);
    border-bottom-color: rgb(236 72 153 / 0.15);
  }

  .md\:border-y-pink-500\/20 {
    border-top-color: rgb(236 72 153 / 0.2);
    border-bottom-color: rgb(236 72 153 / 0.2);
  }

  .md\:border-y-pink-500\/25 {
    border-top-color: rgb(236 72 153 / 0.25);
    border-bottom-color: rgb(236 72 153 / 0.25);
  }

  .md\:border-y-pink-500\/30 {
    border-top-color: rgb(236 72 153 / 0.3);
    border-bottom-color: rgb(236 72 153 / 0.3);
  }

  .md\:border-y-pink-500\/35 {
    border-top-color: rgb(236 72 153 / 0.35);
    border-bottom-color: rgb(236 72 153 / 0.35);
  }

  .md\:border-y-pink-500\/40 {
    border-top-color: rgb(236 72 153 / 0.4);
    border-bottom-color: rgb(236 72 153 / 0.4);
  }

  .md\:border-y-pink-500\/45 {
    border-top-color: rgb(236 72 153 / 0.45);
    border-bottom-color: rgb(236 72 153 / 0.45);
  }

  .md\:border-y-pink-500\/5 {
    border-top-color: rgb(236 72 153 / 0.05);
    border-bottom-color: rgb(236 72 153 / 0.05);
  }

  .md\:border-y-pink-500\/50 {
    border-top-color: rgb(236 72 153 / 0.5);
    border-bottom-color: rgb(236 72 153 / 0.5);
  }

  .md\:border-y-pink-500\/55 {
    border-top-color: rgb(236 72 153 / 0.55);
    border-bottom-color: rgb(236 72 153 / 0.55);
  }

  .md\:border-y-pink-500\/60 {
    border-top-color: rgb(236 72 153 / 0.6);
    border-bottom-color: rgb(236 72 153 / 0.6);
  }

  .md\:border-y-pink-500\/65 {
    border-top-color: rgb(236 72 153 / 0.65);
    border-bottom-color: rgb(236 72 153 / 0.65);
  }

  .md\:border-y-pink-500\/70 {
    border-top-color: rgb(236 72 153 / 0.7);
    border-bottom-color: rgb(236 72 153 / 0.7);
  }

  .md\:border-y-pink-500\/75 {
    border-top-color: rgb(236 72 153 / 0.75);
    border-bottom-color: rgb(236 72 153 / 0.75);
  }

  .md\:border-y-pink-500\/80 {
    border-top-color: rgb(236 72 153 / 0.8);
    border-bottom-color: rgb(236 72 153 / 0.8);
  }

  .md\:border-y-pink-500\/85 {
    border-top-color: rgb(236 72 153 / 0.85);
    border-bottom-color: rgb(236 72 153 / 0.85);
  }

  .md\:border-y-pink-500\/90 {
    border-top-color: rgb(236 72 153 / 0.9);
    border-bottom-color: rgb(236 72 153 / 0.9);
  }

  .md\:border-y-pink-500\/95 {
    border-top-color: rgb(236 72 153 / 0.95);
    border-bottom-color: rgb(236 72 153 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-pink-600\/0 {
    border-top-color: rgb(219 39 119 / 0);
    border-bottom-color: rgb(219 39 119 / 0);
  }

  .md\:border-y-pink-600\/10 {
    border-top-color: rgb(219 39 119 / 0.1);
    border-bottom-color: rgb(219 39 119 / 0.1);
  }

  .md\:border-y-pink-600\/100 {
    border-top-color: rgb(219 39 119 / 1);
    border-bottom-color: rgb(219 39 119 / 1);
  }

  .md\:border-y-pink-600\/15 {
    border-top-color: rgb(219 39 119 / 0.15);
    border-bottom-color: rgb(219 39 119 / 0.15);
  }

  .md\:border-y-pink-600\/20 {
    border-top-color: rgb(219 39 119 / 0.2);
    border-bottom-color: rgb(219 39 119 / 0.2);
  }

  .md\:border-y-pink-600\/25 {
    border-top-color: rgb(219 39 119 / 0.25);
    border-bottom-color: rgb(219 39 119 / 0.25);
  }

  .md\:border-y-pink-600\/30 {
    border-top-color: rgb(219 39 119 / 0.3);
    border-bottom-color: rgb(219 39 119 / 0.3);
  }

  .md\:border-y-pink-600\/35 {
    border-top-color: rgb(219 39 119 / 0.35);
    border-bottom-color: rgb(219 39 119 / 0.35);
  }

  .md\:border-y-pink-600\/40 {
    border-top-color: rgb(219 39 119 / 0.4);
    border-bottom-color: rgb(219 39 119 / 0.4);
  }

  .md\:border-y-pink-600\/45 {
    border-top-color: rgb(219 39 119 / 0.45);
    border-bottom-color: rgb(219 39 119 / 0.45);
  }

  .md\:border-y-pink-600\/5 {
    border-top-color: rgb(219 39 119 / 0.05);
    border-bottom-color: rgb(219 39 119 / 0.05);
  }

  .md\:border-y-pink-600\/50 {
    border-top-color: rgb(219 39 119 / 0.5);
    border-bottom-color: rgb(219 39 119 / 0.5);
  }

  .md\:border-y-pink-600\/55 {
    border-top-color: rgb(219 39 119 / 0.55);
    border-bottom-color: rgb(219 39 119 / 0.55);
  }

  .md\:border-y-pink-600\/60 {
    border-top-color: rgb(219 39 119 / 0.6);
    border-bottom-color: rgb(219 39 119 / 0.6);
  }

  .md\:border-y-pink-600\/65 {
    border-top-color: rgb(219 39 119 / 0.65);
    border-bottom-color: rgb(219 39 119 / 0.65);
  }

  .md\:border-y-pink-600\/70 {
    border-top-color: rgb(219 39 119 / 0.7);
    border-bottom-color: rgb(219 39 119 / 0.7);
  }

  .md\:border-y-pink-600\/75 {
    border-top-color: rgb(219 39 119 / 0.75);
    border-bottom-color: rgb(219 39 119 / 0.75);
  }

  .md\:border-y-pink-600\/80 {
    border-top-color: rgb(219 39 119 / 0.8);
    border-bottom-color: rgb(219 39 119 / 0.8);
  }

  .md\:border-y-pink-600\/85 {
    border-top-color: rgb(219 39 119 / 0.85);
    border-bottom-color: rgb(219 39 119 / 0.85);
  }

  .md\:border-y-pink-600\/90 {
    border-top-color: rgb(219 39 119 / 0.9);
    border-bottom-color: rgb(219 39 119 / 0.9);
  }

  .md\:border-y-pink-600\/95 {
    border-top-color: rgb(219 39 119 / 0.95);
    border-bottom-color: rgb(219 39 119 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-pink-700\/0 {
    border-top-color: rgb(190 24 93 / 0);
    border-bottom-color: rgb(190 24 93 / 0);
  }

  .md\:border-y-pink-700\/10 {
    border-top-color: rgb(190 24 93 / 0.1);
    border-bottom-color: rgb(190 24 93 / 0.1);
  }

  .md\:border-y-pink-700\/100 {
    border-top-color: rgb(190 24 93 / 1);
    border-bottom-color: rgb(190 24 93 / 1);
  }

  .md\:border-y-pink-700\/15 {
    border-top-color: rgb(190 24 93 / 0.15);
    border-bottom-color: rgb(190 24 93 / 0.15);
  }

  .md\:border-y-pink-700\/20 {
    border-top-color: rgb(190 24 93 / 0.2);
    border-bottom-color: rgb(190 24 93 / 0.2);
  }

  .md\:border-y-pink-700\/25 {
    border-top-color: rgb(190 24 93 / 0.25);
    border-bottom-color: rgb(190 24 93 / 0.25);
  }

  .md\:border-y-pink-700\/30 {
    border-top-color: rgb(190 24 93 / 0.3);
    border-bottom-color: rgb(190 24 93 / 0.3);
  }

  .md\:border-y-pink-700\/35 {
    border-top-color: rgb(190 24 93 / 0.35);
    border-bottom-color: rgb(190 24 93 / 0.35);
  }

  .md\:border-y-pink-700\/40 {
    border-top-color: rgb(190 24 93 / 0.4);
    border-bottom-color: rgb(190 24 93 / 0.4);
  }

  .md\:border-y-pink-700\/45 {
    border-top-color: rgb(190 24 93 / 0.45);
    border-bottom-color: rgb(190 24 93 / 0.45);
  }

  .md\:border-y-pink-700\/5 {
    border-top-color: rgb(190 24 93 / 0.05);
    border-bottom-color: rgb(190 24 93 / 0.05);
  }

  .md\:border-y-pink-700\/50 {
    border-top-color: rgb(190 24 93 / 0.5);
    border-bottom-color: rgb(190 24 93 / 0.5);
  }

  .md\:border-y-pink-700\/55 {
    border-top-color: rgb(190 24 93 / 0.55);
    border-bottom-color: rgb(190 24 93 / 0.55);
  }

  .md\:border-y-pink-700\/60 {
    border-top-color: rgb(190 24 93 / 0.6);
    border-bottom-color: rgb(190 24 93 / 0.6);
  }

  .md\:border-y-pink-700\/65 {
    border-top-color: rgb(190 24 93 / 0.65);
    border-bottom-color: rgb(190 24 93 / 0.65);
  }

  .md\:border-y-pink-700\/70 {
    border-top-color: rgb(190 24 93 / 0.7);
    border-bottom-color: rgb(190 24 93 / 0.7);
  }

  .md\:border-y-pink-700\/75 {
    border-top-color: rgb(190 24 93 / 0.75);
    border-bottom-color: rgb(190 24 93 / 0.75);
  }

  .md\:border-y-pink-700\/80 {
    border-top-color: rgb(190 24 93 / 0.8);
    border-bottom-color: rgb(190 24 93 / 0.8);
  }

  .md\:border-y-pink-700\/85 {
    border-top-color: rgb(190 24 93 / 0.85);
    border-bottom-color: rgb(190 24 93 / 0.85);
  }

  .md\:border-y-pink-700\/90 {
    border-top-color: rgb(190 24 93 / 0.9);
    border-bottom-color: rgb(190 24 93 / 0.9);
  }

  .md\:border-y-pink-700\/95 {
    border-top-color: rgb(190 24 93 / 0.95);
    border-bottom-color: rgb(190 24 93 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-pink-800\/0 {
    border-top-color: rgb(157 23 77 / 0);
    border-bottom-color: rgb(157 23 77 / 0);
  }

  .md\:border-y-pink-800\/10 {
    border-top-color: rgb(157 23 77 / 0.1);
    border-bottom-color: rgb(157 23 77 / 0.1);
  }

  .md\:border-y-pink-800\/100 {
    border-top-color: rgb(157 23 77 / 1);
    border-bottom-color: rgb(157 23 77 / 1);
  }

  .md\:border-y-pink-800\/15 {
    border-top-color: rgb(157 23 77 / 0.15);
    border-bottom-color: rgb(157 23 77 / 0.15);
  }

  .md\:border-y-pink-800\/20 {
    border-top-color: rgb(157 23 77 / 0.2);
    border-bottom-color: rgb(157 23 77 / 0.2);
  }

  .md\:border-y-pink-800\/25 {
    border-top-color: rgb(157 23 77 / 0.25);
    border-bottom-color: rgb(157 23 77 / 0.25);
  }

  .md\:border-y-pink-800\/30 {
    border-top-color: rgb(157 23 77 / 0.3);
    border-bottom-color: rgb(157 23 77 / 0.3);
  }

  .md\:border-y-pink-800\/35 {
    border-top-color: rgb(157 23 77 / 0.35);
    border-bottom-color: rgb(157 23 77 / 0.35);
  }

  .md\:border-y-pink-800\/40 {
    border-top-color: rgb(157 23 77 / 0.4);
    border-bottom-color: rgb(157 23 77 / 0.4);
  }

  .md\:border-y-pink-800\/45 {
    border-top-color: rgb(157 23 77 / 0.45);
    border-bottom-color: rgb(157 23 77 / 0.45);
  }

  .md\:border-y-pink-800\/5 {
    border-top-color: rgb(157 23 77 / 0.05);
    border-bottom-color: rgb(157 23 77 / 0.05);
  }

  .md\:border-y-pink-800\/50 {
    border-top-color: rgb(157 23 77 / 0.5);
    border-bottom-color: rgb(157 23 77 / 0.5);
  }

  .md\:border-y-pink-800\/55 {
    border-top-color: rgb(157 23 77 / 0.55);
    border-bottom-color: rgb(157 23 77 / 0.55);
  }

  .md\:border-y-pink-800\/60 {
    border-top-color: rgb(157 23 77 / 0.6);
    border-bottom-color: rgb(157 23 77 / 0.6);
  }

  .md\:border-y-pink-800\/65 {
    border-top-color: rgb(157 23 77 / 0.65);
    border-bottom-color: rgb(157 23 77 / 0.65);
  }

  .md\:border-y-pink-800\/70 {
    border-top-color: rgb(157 23 77 / 0.7);
    border-bottom-color: rgb(157 23 77 / 0.7);
  }

  .md\:border-y-pink-800\/75 {
    border-top-color: rgb(157 23 77 / 0.75);
    border-bottom-color: rgb(157 23 77 / 0.75);
  }

  .md\:border-y-pink-800\/80 {
    border-top-color: rgb(157 23 77 / 0.8);
    border-bottom-color: rgb(157 23 77 / 0.8);
  }

  .md\:border-y-pink-800\/85 {
    border-top-color: rgb(157 23 77 / 0.85);
    border-bottom-color: rgb(157 23 77 / 0.85);
  }

  .md\:border-y-pink-800\/90 {
    border-top-color: rgb(157 23 77 / 0.9);
    border-bottom-color: rgb(157 23 77 / 0.9);
  }

  .md\:border-y-pink-800\/95 {
    border-top-color: rgb(157 23 77 / 0.95);
    border-bottom-color: rgb(157 23 77 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-pink-900\/0 {
    border-top-color: rgb(131 24 67 / 0);
    border-bottom-color: rgb(131 24 67 / 0);
  }

  .md\:border-y-pink-900\/10 {
    border-top-color: rgb(131 24 67 / 0.1);
    border-bottom-color: rgb(131 24 67 / 0.1);
  }

  .md\:border-y-pink-900\/100 {
    border-top-color: rgb(131 24 67 / 1);
    border-bottom-color: rgb(131 24 67 / 1);
  }

  .md\:border-y-pink-900\/15 {
    border-top-color: rgb(131 24 67 / 0.15);
    border-bottom-color: rgb(131 24 67 / 0.15);
  }

  .md\:border-y-pink-900\/20 {
    border-top-color: rgb(131 24 67 / 0.2);
    border-bottom-color: rgb(131 24 67 / 0.2);
  }

  .md\:border-y-pink-900\/25 {
    border-top-color: rgb(131 24 67 / 0.25);
    border-bottom-color: rgb(131 24 67 / 0.25);
  }

  .md\:border-y-pink-900\/30 {
    border-top-color: rgb(131 24 67 / 0.3);
    border-bottom-color: rgb(131 24 67 / 0.3);
  }

  .md\:border-y-pink-900\/35 {
    border-top-color: rgb(131 24 67 / 0.35);
    border-bottom-color: rgb(131 24 67 / 0.35);
  }

  .md\:border-y-pink-900\/40 {
    border-top-color: rgb(131 24 67 / 0.4);
    border-bottom-color: rgb(131 24 67 / 0.4);
  }

  .md\:border-y-pink-900\/45 {
    border-top-color: rgb(131 24 67 / 0.45);
    border-bottom-color: rgb(131 24 67 / 0.45);
  }

  .md\:border-y-pink-900\/5 {
    border-top-color: rgb(131 24 67 / 0.05);
    border-bottom-color: rgb(131 24 67 / 0.05);
  }

  .md\:border-y-pink-900\/50 {
    border-top-color: rgb(131 24 67 / 0.5);
    border-bottom-color: rgb(131 24 67 / 0.5);
  }

  .md\:border-y-pink-900\/55 {
    border-top-color: rgb(131 24 67 / 0.55);
    border-bottom-color: rgb(131 24 67 / 0.55);
  }

  .md\:border-y-pink-900\/60 {
    border-top-color: rgb(131 24 67 / 0.6);
    border-bottom-color: rgb(131 24 67 / 0.6);
  }

  .md\:border-y-pink-900\/65 {
    border-top-color: rgb(131 24 67 / 0.65);
    border-bottom-color: rgb(131 24 67 / 0.65);
  }

  .md\:border-y-pink-900\/70 {
    border-top-color: rgb(131 24 67 / 0.7);
    border-bottom-color: rgb(131 24 67 / 0.7);
  }

  .md\:border-y-pink-900\/75 {
    border-top-color: rgb(131 24 67 / 0.75);
    border-bottom-color: rgb(131 24 67 / 0.75);
  }

  .md\:border-y-pink-900\/80 {
    border-top-color: rgb(131 24 67 / 0.8);
    border-bottom-color: rgb(131 24 67 / 0.8);
  }

  .md\:border-y-pink-900\/85 {
    border-top-color: rgb(131 24 67 / 0.85);
    border-bottom-color: rgb(131 24 67 / 0.85);
  }

  .md\:border-y-pink-900\/90 {
    border-top-color: rgb(131 24 67 / 0.9);
    border-bottom-color: rgb(131 24 67 / 0.9);
  }

  .md\:border-y-pink-900\/95 {
    border-top-color: rgb(131 24 67 / 0.95);
    border-bottom-color: rgb(131 24 67 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-pink-950\/0 {
    border-top-color: rgb(80 7 36 / 0);
    border-bottom-color: rgb(80 7 36 / 0);
  }

  .md\:border-y-pink-950\/10 {
    border-top-color: rgb(80 7 36 / 0.1);
    border-bottom-color: rgb(80 7 36 / 0.1);
  }

  .md\:border-y-pink-950\/100 {
    border-top-color: rgb(80 7 36 / 1);
    border-bottom-color: rgb(80 7 36 / 1);
  }

  .md\:border-y-pink-950\/15 {
    border-top-color: rgb(80 7 36 / 0.15);
    border-bottom-color: rgb(80 7 36 / 0.15);
  }

  .md\:border-y-pink-950\/20 {
    border-top-color: rgb(80 7 36 / 0.2);
    border-bottom-color: rgb(80 7 36 / 0.2);
  }

  .md\:border-y-pink-950\/25 {
    border-top-color: rgb(80 7 36 / 0.25);
    border-bottom-color: rgb(80 7 36 / 0.25);
  }

  .md\:border-y-pink-950\/30 {
    border-top-color: rgb(80 7 36 / 0.3);
    border-bottom-color: rgb(80 7 36 / 0.3);
  }

  .md\:border-y-pink-950\/35 {
    border-top-color: rgb(80 7 36 / 0.35);
    border-bottom-color: rgb(80 7 36 / 0.35);
  }

  .md\:border-y-pink-950\/40 {
    border-top-color: rgb(80 7 36 / 0.4);
    border-bottom-color: rgb(80 7 36 / 0.4);
  }

  .md\:border-y-pink-950\/45 {
    border-top-color: rgb(80 7 36 / 0.45);
    border-bottom-color: rgb(80 7 36 / 0.45);
  }

  .md\:border-y-pink-950\/5 {
    border-top-color: rgb(80 7 36 / 0.05);
    border-bottom-color: rgb(80 7 36 / 0.05);
  }

  .md\:border-y-pink-950\/50 {
    border-top-color: rgb(80 7 36 / 0.5);
    border-bottom-color: rgb(80 7 36 / 0.5);
  }

  .md\:border-y-pink-950\/55 {
    border-top-color: rgb(80 7 36 / 0.55);
    border-bottom-color: rgb(80 7 36 / 0.55);
  }

  .md\:border-y-pink-950\/60 {
    border-top-color: rgb(80 7 36 / 0.6);
    border-bottom-color: rgb(80 7 36 / 0.6);
  }

  .md\:border-y-pink-950\/65 {
    border-top-color: rgb(80 7 36 / 0.65);
    border-bottom-color: rgb(80 7 36 / 0.65);
  }

  .md\:border-y-pink-950\/70 {
    border-top-color: rgb(80 7 36 / 0.7);
    border-bottom-color: rgb(80 7 36 / 0.7);
  }

  .md\:border-y-pink-950\/75 {
    border-top-color: rgb(80 7 36 / 0.75);
    border-bottom-color: rgb(80 7 36 / 0.75);
  }

  .md\:border-y-pink-950\/80 {
    border-top-color: rgb(80 7 36 / 0.8);
    border-bottom-color: rgb(80 7 36 / 0.8);
  }

  .md\:border-y-pink-950\/85 {
    border-top-color: rgb(80 7 36 / 0.85);
    border-bottom-color: rgb(80 7 36 / 0.85);
  }

  .md\:border-y-pink-950\/90 {
    border-top-color: rgb(80 7 36 / 0.9);
    border-bottom-color: rgb(80 7 36 / 0.9);
  }

  .md\:border-y-pink-950\/95 {
    border-top-color: rgb(80 7 36 / 0.95);
    border-bottom-color: rgb(80 7 36 / 0.95);
  }

  .md\:border-y-primary-100 {
    border-top-color: var(--color-primary-100);
    border-bottom-color: var(--color-primary-100);
  }

  .md\:border-y-primary-200 {
    border-top-color: var(--color-primary-200);
    border-bottom-color: var(--color-primary-200);
  }

  .md\:border-y-primary-300 {
    border-top-color: var(--color-primary-300);
    border-bottom-color: var(--color-primary-300);
  }

  .md\:border-y-primary-400 {
    border-top-color: var(--color-primary-400);
    border-bottom-color: var(--color-primary-400);
  }

  .md\:border-y-primary-50 {
    border-top-color: var(--color-primary-50);
    border-bottom-color: var(--color-primary-50);
  }

  .md\:border-y-primary-500 {
    border-top-color: var(--color-primary-500);
    border-bottom-color: var(--color-primary-500);
  }

  .md\:border-y-primary-600 {
    border-top-color: var(--color-primary-600);
    border-bottom-color: var(--color-primary-600);
  }

  .md\:border-y-primary-700 {
    border-top-color: var(--color-primary-700);
    border-bottom-color: var(--color-primary-700);
  }

  .md\:border-y-primary-800 {
    border-top-color: var(--color-primary-800);
    border-bottom-color: var(--color-primary-800);
  }

  .md\:border-y-primary-900 {
    border-top-color: var(--color-primary-900);
    border-bottom-color: var(--color-primary-900);
  }

  .md\: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));
  }

  .md\:border-y-purple-100\/0 {
    border-top-color: rgb(243 232 255 / 0);
    border-bottom-color: rgb(243 232 255 / 0);
  }

  .md\:border-y-purple-100\/10 {
    border-top-color: rgb(243 232 255 / 0.1);
    border-bottom-color: rgb(243 232 255 / 0.1);
  }

  .md\:border-y-purple-100\/100 {
    border-top-color: rgb(243 232 255 / 1);
    border-bottom-color: rgb(243 232 255 / 1);
  }

  .md\:border-y-purple-100\/15 {
    border-top-color: rgb(243 232 255 / 0.15);
    border-bottom-color: rgb(243 232 255 / 0.15);
  }

  .md\:border-y-purple-100\/20 {
    border-top-color: rgb(243 232 255 / 0.2);
    border-bottom-color: rgb(243 232 255 / 0.2);
  }

  .md\:border-y-purple-100\/25 {
    border-top-color: rgb(243 232 255 / 0.25);
    border-bottom-color: rgb(243 232 255 / 0.25);
  }

  .md\:border-y-purple-100\/30 {
    border-top-color: rgb(243 232 255 / 0.3);
    border-bottom-color: rgb(243 232 255 / 0.3);
  }

  .md\:border-y-purple-100\/35 {
    border-top-color: rgb(243 232 255 / 0.35);
    border-bottom-color: rgb(243 232 255 / 0.35);
  }

  .md\:border-y-purple-100\/40 {
    border-top-color: rgb(243 232 255 / 0.4);
    border-bottom-color: rgb(243 232 255 / 0.4);
  }

  .md\:border-y-purple-100\/45 {
    border-top-color: rgb(243 232 255 / 0.45);
    border-bottom-color: rgb(243 232 255 / 0.45);
  }

  .md\:border-y-purple-100\/5 {
    border-top-color: rgb(243 232 255 / 0.05);
    border-bottom-color: rgb(243 232 255 / 0.05);
  }

  .md\:border-y-purple-100\/50 {
    border-top-color: rgb(243 232 255 / 0.5);
    border-bottom-color: rgb(243 232 255 / 0.5);
  }

  .md\:border-y-purple-100\/55 {
    border-top-color: rgb(243 232 255 / 0.55);
    border-bottom-color: rgb(243 232 255 / 0.55);
  }

  .md\:border-y-purple-100\/60 {
    border-top-color: rgb(243 232 255 / 0.6);
    border-bottom-color: rgb(243 232 255 / 0.6);
  }

  .md\:border-y-purple-100\/65 {
    border-top-color: rgb(243 232 255 / 0.65);
    border-bottom-color: rgb(243 232 255 / 0.65);
  }

  .md\:border-y-purple-100\/70 {
    border-top-color: rgb(243 232 255 / 0.7);
    border-bottom-color: rgb(243 232 255 / 0.7);
  }

  .md\:border-y-purple-100\/75 {
    border-top-color: rgb(243 232 255 / 0.75);
    border-bottom-color: rgb(243 232 255 / 0.75);
  }

  .md\:border-y-purple-100\/80 {
    border-top-color: rgb(243 232 255 / 0.8);
    border-bottom-color: rgb(243 232 255 / 0.8);
  }

  .md\:border-y-purple-100\/85 {
    border-top-color: rgb(243 232 255 / 0.85);
    border-bottom-color: rgb(243 232 255 / 0.85);
  }

  .md\:border-y-purple-100\/90 {
    border-top-color: rgb(243 232 255 / 0.9);
    border-bottom-color: rgb(243 232 255 / 0.9);
  }

  .md\:border-y-purple-100\/95 {
    border-top-color: rgb(243 232 255 / 0.95);
    border-bottom-color: rgb(243 232 255 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-purple-200\/0 {
    border-top-color: rgb(233 213 255 / 0);
    border-bottom-color: rgb(233 213 255 / 0);
  }

  .md\:border-y-purple-200\/10 {
    border-top-color: rgb(233 213 255 / 0.1);
    border-bottom-color: rgb(233 213 255 / 0.1);
  }

  .md\:border-y-purple-200\/100 {
    border-top-color: rgb(233 213 255 / 1);
    border-bottom-color: rgb(233 213 255 / 1);
  }

  .md\:border-y-purple-200\/15 {
    border-top-color: rgb(233 213 255 / 0.15);
    border-bottom-color: rgb(233 213 255 / 0.15);
  }

  .md\:border-y-purple-200\/20 {
    border-top-color: rgb(233 213 255 / 0.2);
    border-bottom-color: rgb(233 213 255 / 0.2);
  }

  .md\:border-y-purple-200\/25 {
    border-top-color: rgb(233 213 255 / 0.25);
    border-bottom-color: rgb(233 213 255 / 0.25);
  }

  .md\:border-y-purple-200\/30 {
    border-top-color: rgb(233 213 255 / 0.3);
    border-bottom-color: rgb(233 213 255 / 0.3);
  }

  .md\:border-y-purple-200\/35 {
    border-top-color: rgb(233 213 255 / 0.35);
    border-bottom-color: rgb(233 213 255 / 0.35);
  }

  .md\:border-y-purple-200\/40 {
    border-top-color: rgb(233 213 255 / 0.4);
    border-bottom-color: rgb(233 213 255 / 0.4);
  }

  .md\:border-y-purple-200\/45 {
    border-top-color: rgb(233 213 255 / 0.45);
    border-bottom-color: rgb(233 213 255 / 0.45);
  }

  .md\:border-y-purple-200\/5 {
    border-top-color: rgb(233 213 255 / 0.05);
    border-bottom-color: rgb(233 213 255 / 0.05);
  }

  .md\:border-y-purple-200\/50 {
    border-top-color: rgb(233 213 255 / 0.5);
    border-bottom-color: rgb(233 213 255 / 0.5);
  }

  .md\:border-y-purple-200\/55 {
    border-top-color: rgb(233 213 255 / 0.55);
    border-bottom-color: rgb(233 213 255 / 0.55);
  }

  .md\:border-y-purple-200\/60 {
    border-top-color: rgb(233 213 255 / 0.6);
    border-bottom-color: rgb(233 213 255 / 0.6);
  }

  .md\:border-y-purple-200\/65 {
    border-top-color: rgb(233 213 255 / 0.65);
    border-bottom-color: rgb(233 213 255 / 0.65);
  }

  .md\:border-y-purple-200\/70 {
    border-top-color: rgb(233 213 255 / 0.7);
    border-bottom-color: rgb(233 213 255 / 0.7);
  }

  .md\:border-y-purple-200\/75 {
    border-top-color: rgb(233 213 255 / 0.75);
    border-bottom-color: rgb(233 213 255 / 0.75);
  }

  .md\:border-y-purple-200\/80 {
    border-top-color: rgb(233 213 255 / 0.8);
    border-bottom-color: rgb(233 213 255 / 0.8);
  }

  .md\:border-y-purple-200\/85 {
    border-top-color: rgb(233 213 255 / 0.85);
    border-bottom-color: rgb(233 213 255 / 0.85);
  }

  .md\:border-y-purple-200\/90 {
    border-top-color: rgb(233 213 255 / 0.9);
    border-bottom-color: rgb(233 213 255 / 0.9);
  }

  .md\:border-y-purple-200\/95 {
    border-top-color: rgb(233 213 255 / 0.95);
    border-bottom-color: rgb(233 213 255 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-purple-300\/0 {
    border-top-color: rgb(216 180 254 / 0);
    border-bottom-color: rgb(216 180 254 / 0);
  }

  .md\:border-y-purple-300\/10 {
    border-top-color: rgb(216 180 254 / 0.1);
    border-bottom-color: rgb(216 180 254 / 0.1);
  }

  .md\:border-y-purple-300\/100 {
    border-top-color: rgb(216 180 254 / 1);
    border-bottom-color: rgb(216 180 254 / 1);
  }

  .md\:border-y-purple-300\/15 {
    border-top-color: rgb(216 180 254 / 0.15);
    border-bottom-color: rgb(216 180 254 / 0.15);
  }

  .md\:border-y-purple-300\/20 {
    border-top-color: rgb(216 180 254 / 0.2);
    border-bottom-color: rgb(216 180 254 / 0.2);
  }

  .md\:border-y-purple-300\/25 {
    border-top-color: rgb(216 180 254 / 0.25);
    border-bottom-color: rgb(216 180 254 / 0.25);
  }

  .md\:border-y-purple-300\/30 {
    border-top-color: rgb(216 180 254 / 0.3);
    border-bottom-color: rgb(216 180 254 / 0.3);
  }

  .md\:border-y-purple-300\/35 {
    border-top-color: rgb(216 180 254 / 0.35);
    border-bottom-color: rgb(216 180 254 / 0.35);
  }

  .md\:border-y-purple-300\/40 {
    border-top-color: rgb(216 180 254 / 0.4);
    border-bottom-color: rgb(216 180 254 / 0.4);
  }

  .md\:border-y-purple-300\/45 {
    border-top-color: rgb(216 180 254 / 0.45);
    border-bottom-color: rgb(216 180 254 / 0.45);
  }

  .md\:border-y-purple-300\/5 {
    border-top-color: rgb(216 180 254 / 0.05);
    border-bottom-color: rgb(216 180 254 / 0.05);
  }

  .md\:border-y-purple-300\/50 {
    border-top-color: rgb(216 180 254 / 0.5);
    border-bottom-color: rgb(216 180 254 / 0.5);
  }

  .md\:border-y-purple-300\/55 {
    border-top-color: rgb(216 180 254 / 0.55);
    border-bottom-color: rgb(216 180 254 / 0.55);
  }

  .md\:border-y-purple-300\/60 {
    border-top-color: rgb(216 180 254 / 0.6);
    border-bottom-color: rgb(216 180 254 / 0.6);
  }

  .md\:border-y-purple-300\/65 {
    border-top-color: rgb(216 180 254 / 0.65);
    border-bottom-color: rgb(216 180 254 / 0.65);
  }

  .md\:border-y-purple-300\/70 {
    border-top-color: rgb(216 180 254 / 0.7);
    border-bottom-color: rgb(216 180 254 / 0.7);
  }

  .md\:border-y-purple-300\/75 {
    border-top-color: rgb(216 180 254 / 0.75);
    border-bottom-color: rgb(216 180 254 / 0.75);
  }

  .md\:border-y-purple-300\/80 {
    border-top-color: rgb(216 180 254 / 0.8);
    border-bottom-color: rgb(216 180 254 / 0.8);
  }

  .md\:border-y-purple-300\/85 {
    border-top-color: rgb(216 180 254 / 0.85);
    border-bottom-color: rgb(216 180 254 / 0.85);
  }

  .md\:border-y-purple-300\/90 {
    border-top-color: rgb(216 180 254 / 0.9);
    border-bottom-color: rgb(216 180 254 / 0.9);
  }

  .md\:border-y-purple-300\/95 {
    border-top-color: rgb(216 180 254 / 0.95);
    border-bottom-color: rgb(216 180 254 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-purple-400\/0 {
    border-top-color: rgb(192 132 252 / 0);
    border-bottom-color: rgb(192 132 252 / 0);
  }

  .md\:border-y-purple-400\/10 {
    border-top-color: rgb(192 132 252 / 0.1);
    border-bottom-color: rgb(192 132 252 / 0.1);
  }

  .md\:border-y-purple-400\/100 {
    border-top-color: rgb(192 132 252 / 1);
    border-bottom-color: rgb(192 132 252 / 1);
  }

  .md\:border-y-purple-400\/15 {
    border-top-color: rgb(192 132 252 / 0.15);
    border-bottom-color: rgb(192 132 252 / 0.15);
  }

  .md\:border-y-purple-400\/20 {
    border-top-color: rgb(192 132 252 / 0.2);
    border-bottom-color: rgb(192 132 252 / 0.2);
  }

  .md\:border-y-purple-400\/25 {
    border-top-color: rgb(192 132 252 / 0.25);
    border-bottom-color: rgb(192 132 252 / 0.25);
  }

  .md\:border-y-purple-400\/30 {
    border-top-color: rgb(192 132 252 / 0.3);
    border-bottom-color: rgb(192 132 252 / 0.3);
  }

  .md\:border-y-purple-400\/35 {
    border-top-color: rgb(192 132 252 / 0.35);
    border-bottom-color: rgb(192 132 252 / 0.35);
  }

  .md\:border-y-purple-400\/40 {
    border-top-color: rgb(192 132 252 / 0.4);
    border-bottom-color: rgb(192 132 252 / 0.4);
  }

  .md\:border-y-purple-400\/45 {
    border-top-color: rgb(192 132 252 / 0.45);
    border-bottom-color: rgb(192 132 252 / 0.45);
  }

  .md\:border-y-purple-400\/5 {
    border-top-color: rgb(192 132 252 / 0.05);
    border-bottom-color: rgb(192 132 252 / 0.05);
  }

  .md\:border-y-purple-400\/50 {
    border-top-color: rgb(192 132 252 / 0.5);
    border-bottom-color: rgb(192 132 252 / 0.5);
  }

  .md\:border-y-purple-400\/55 {
    border-top-color: rgb(192 132 252 / 0.55);
    border-bottom-color: rgb(192 132 252 / 0.55);
  }

  .md\:border-y-purple-400\/60 {
    border-top-color: rgb(192 132 252 / 0.6);
    border-bottom-color: rgb(192 132 252 / 0.6);
  }

  .md\:border-y-purple-400\/65 {
    border-top-color: rgb(192 132 252 / 0.65);
    border-bottom-color: rgb(192 132 252 / 0.65);
  }

  .md\:border-y-purple-400\/70 {
    border-top-color: rgb(192 132 252 / 0.7);
    border-bottom-color: rgb(192 132 252 / 0.7);
  }

  .md\:border-y-purple-400\/75 {
    border-top-color: rgb(192 132 252 / 0.75);
    border-bottom-color: rgb(192 132 252 / 0.75);
  }

  .md\:border-y-purple-400\/80 {
    border-top-color: rgb(192 132 252 / 0.8);
    border-bottom-color: rgb(192 132 252 / 0.8);
  }

  .md\:border-y-purple-400\/85 {
    border-top-color: rgb(192 132 252 / 0.85);
    border-bottom-color: rgb(192 132 252 / 0.85);
  }

  .md\:border-y-purple-400\/90 {
    border-top-color: rgb(192 132 252 / 0.9);
    border-bottom-color: rgb(192 132 252 / 0.9);
  }

  .md\:border-y-purple-400\/95 {
    border-top-color: rgb(192 132 252 / 0.95);
    border-bottom-color: rgb(192 132 252 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-purple-50\/0 {
    border-top-color: rgb(250 245 255 / 0);
    border-bottom-color: rgb(250 245 255 / 0);
  }

  .md\:border-y-purple-50\/10 {
    border-top-color: rgb(250 245 255 / 0.1);
    border-bottom-color: rgb(250 245 255 / 0.1);
  }

  .md\:border-y-purple-50\/100 {
    border-top-color: rgb(250 245 255 / 1);
    border-bottom-color: rgb(250 245 255 / 1);
  }

  .md\:border-y-purple-50\/15 {
    border-top-color: rgb(250 245 255 / 0.15);
    border-bottom-color: rgb(250 245 255 / 0.15);
  }

  .md\:border-y-purple-50\/20 {
    border-top-color: rgb(250 245 255 / 0.2);
    border-bottom-color: rgb(250 245 255 / 0.2);
  }

  .md\:border-y-purple-50\/25 {
    border-top-color: rgb(250 245 255 / 0.25);
    border-bottom-color: rgb(250 245 255 / 0.25);
  }

  .md\:border-y-purple-50\/30 {
    border-top-color: rgb(250 245 255 / 0.3);
    border-bottom-color: rgb(250 245 255 / 0.3);
  }

  .md\:border-y-purple-50\/35 {
    border-top-color: rgb(250 245 255 / 0.35);
    border-bottom-color: rgb(250 245 255 / 0.35);
  }

  .md\:border-y-purple-50\/40 {
    border-top-color: rgb(250 245 255 / 0.4);
    border-bottom-color: rgb(250 245 255 / 0.4);
  }

  .md\:border-y-purple-50\/45 {
    border-top-color: rgb(250 245 255 / 0.45);
    border-bottom-color: rgb(250 245 255 / 0.45);
  }

  .md\:border-y-purple-50\/5 {
    border-top-color: rgb(250 245 255 / 0.05);
    border-bottom-color: rgb(250 245 255 / 0.05);
  }

  .md\:border-y-purple-50\/50 {
    border-top-color: rgb(250 245 255 / 0.5);
    border-bottom-color: rgb(250 245 255 / 0.5);
  }

  .md\:border-y-purple-50\/55 {
    border-top-color: rgb(250 245 255 / 0.55);
    border-bottom-color: rgb(250 245 255 / 0.55);
  }

  .md\:border-y-purple-50\/60 {
    border-top-color: rgb(250 245 255 / 0.6);
    border-bottom-color: rgb(250 245 255 / 0.6);
  }

  .md\:border-y-purple-50\/65 {
    border-top-color: rgb(250 245 255 / 0.65);
    border-bottom-color: rgb(250 245 255 / 0.65);
  }

  .md\:border-y-purple-50\/70 {
    border-top-color: rgb(250 245 255 / 0.7);
    border-bottom-color: rgb(250 245 255 / 0.7);
  }

  .md\:border-y-purple-50\/75 {
    border-top-color: rgb(250 245 255 / 0.75);
    border-bottom-color: rgb(250 245 255 / 0.75);
  }

  .md\:border-y-purple-50\/80 {
    border-top-color: rgb(250 245 255 / 0.8);
    border-bottom-color: rgb(250 245 255 / 0.8);
  }

  .md\:border-y-purple-50\/85 {
    border-top-color: rgb(250 245 255 / 0.85);
    border-bottom-color: rgb(250 245 255 / 0.85);
  }

  .md\:border-y-purple-50\/90 {
    border-top-color: rgb(250 245 255 / 0.9);
    border-bottom-color: rgb(250 245 255 / 0.9);
  }

  .md\:border-y-purple-50\/95 {
    border-top-color: rgb(250 245 255 / 0.95);
    border-bottom-color: rgb(250 245 255 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-purple-500\/0 {
    border-top-color: rgb(168 85 247 / 0);
    border-bottom-color: rgb(168 85 247 / 0);
  }

  .md\:border-y-purple-500\/10 {
    border-top-color: rgb(168 85 247 / 0.1);
    border-bottom-color: rgb(168 85 247 / 0.1);
  }

  .md\:border-y-purple-500\/100 {
    border-top-color: rgb(168 85 247 / 1);
    border-bottom-color: rgb(168 85 247 / 1);
  }

  .md\:border-y-purple-500\/15 {
    border-top-color: rgb(168 85 247 / 0.15);
    border-bottom-color: rgb(168 85 247 / 0.15);
  }

  .md\:border-y-purple-500\/20 {
    border-top-color: rgb(168 85 247 / 0.2);
    border-bottom-color: rgb(168 85 247 / 0.2);
  }

  .md\:border-y-purple-500\/25 {
    border-top-color: rgb(168 85 247 / 0.25);
    border-bottom-color: rgb(168 85 247 / 0.25);
  }

  .md\:border-y-purple-500\/30 {
    border-top-color: rgb(168 85 247 / 0.3);
    border-bottom-color: rgb(168 85 247 / 0.3);
  }

  .md\:border-y-purple-500\/35 {
    border-top-color: rgb(168 85 247 / 0.35);
    border-bottom-color: rgb(168 85 247 / 0.35);
  }

  .md\:border-y-purple-500\/40 {
    border-top-color: rgb(168 85 247 / 0.4);
    border-bottom-color: rgb(168 85 247 / 0.4);
  }

  .md\:border-y-purple-500\/45 {
    border-top-color: rgb(168 85 247 / 0.45);
    border-bottom-color: rgb(168 85 247 / 0.45);
  }

  .md\:border-y-purple-500\/5 {
    border-top-color: rgb(168 85 247 / 0.05);
    border-bottom-color: rgb(168 85 247 / 0.05);
  }

  .md\:border-y-purple-500\/50 {
    border-top-color: rgb(168 85 247 / 0.5);
    border-bottom-color: rgb(168 85 247 / 0.5);
  }

  .md\:border-y-purple-500\/55 {
    border-top-color: rgb(168 85 247 / 0.55);
    border-bottom-color: rgb(168 85 247 / 0.55);
  }

  .md\:border-y-purple-500\/60 {
    border-top-color: rgb(168 85 247 / 0.6);
    border-bottom-color: rgb(168 85 247 / 0.6);
  }

  .md\:border-y-purple-500\/65 {
    border-top-color: rgb(168 85 247 / 0.65);
    border-bottom-color: rgb(168 85 247 / 0.65);
  }

  .md\:border-y-purple-500\/70 {
    border-top-color: rgb(168 85 247 / 0.7);
    border-bottom-color: rgb(168 85 247 / 0.7);
  }

  .md\:border-y-purple-500\/75 {
    border-top-color: rgb(168 85 247 / 0.75);
    border-bottom-color: rgb(168 85 247 / 0.75);
  }

  .md\:border-y-purple-500\/80 {
    border-top-color: rgb(168 85 247 / 0.8);
    border-bottom-color: rgb(168 85 247 / 0.8);
  }

  .md\:border-y-purple-500\/85 {
    border-top-color: rgb(168 85 247 / 0.85);
    border-bottom-color: rgb(168 85 247 / 0.85);
  }

  .md\:border-y-purple-500\/90 {
    border-top-color: rgb(168 85 247 / 0.9);
    border-bottom-color: rgb(168 85 247 / 0.9);
  }

  .md\:border-y-purple-500\/95 {
    border-top-color: rgb(168 85 247 / 0.95);
    border-bottom-color: rgb(168 85 247 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-purple-600\/0 {
    border-top-color: rgb(147 51 234 / 0);
    border-bottom-color: rgb(147 51 234 / 0);
  }

  .md\:border-y-purple-600\/10 {
    border-top-color: rgb(147 51 234 / 0.1);
    border-bottom-color: rgb(147 51 234 / 0.1);
  }

  .md\:border-y-purple-600\/100 {
    border-top-color: rgb(147 51 234 / 1);
    border-bottom-color: rgb(147 51 234 / 1);
  }

  .md\:border-y-purple-600\/15 {
    border-top-color: rgb(147 51 234 / 0.15);
    border-bottom-color: rgb(147 51 234 / 0.15);
  }

  .md\:border-y-purple-600\/20 {
    border-top-color: rgb(147 51 234 / 0.2);
    border-bottom-color: rgb(147 51 234 / 0.2);
  }

  .md\:border-y-purple-600\/25 {
    border-top-color: rgb(147 51 234 / 0.25);
    border-bottom-color: rgb(147 51 234 / 0.25);
  }

  .md\:border-y-purple-600\/30 {
    border-top-color: rgb(147 51 234 / 0.3);
    border-bottom-color: rgb(147 51 234 / 0.3);
  }

  .md\:border-y-purple-600\/35 {
    border-top-color: rgb(147 51 234 / 0.35);
    border-bottom-color: rgb(147 51 234 / 0.35);
  }

  .md\:border-y-purple-600\/40 {
    border-top-color: rgb(147 51 234 / 0.4);
    border-bottom-color: rgb(147 51 234 / 0.4);
  }

  .md\:border-y-purple-600\/45 {
    border-top-color: rgb(147 51 234 / 0.45);
    border-bottom-color: rgb(147 51 234 / 0.45);
  }

  .md\:border-y-purple-600\/5 {
    border-top-color: rgb(147 51 234 / 0.05);
    border-bottom-color: rgb(147 51 234 / 0.05);
  }

  .md\:border-y-purple-600\/50 {
    border-top-color: rgb(147 51 234 / 0.5);
    border-bottom-color: rgb(147 51 234 / 0.5);
  }

  .md\:border-y-purple-600\/55 {
    border-top-color: rgb(147 51 234 / 0.55);
    border-bottom-color: rgb(147 51 234 / 0.55);
  }

  .md\:border-y-purple-600\/60 {
    border-top-color: rgb(147 51 234 / 0.6);
    border-bottom-color: rgb(147 51 234 / 0.6);
  }

  .md\:border-y-purple-600\/65 {
    border-top-color: rgb(147 51 234 / 0.65);
    border-bottom-color: rgb(147 51 234 / 0.65);
  }

  .md\:border-y-purple-600\/70 {
    border-top-color: rgb(147 51 234 / 0.7);
    border-bottom-color: rgb(147 51 234 / 0.7);
  }

  .md\:border-y-purple-600\/75 {
    border-top-color: rgb(147 51 234 / 0.75);
    border-bottom-color: rgb(147 51 234 / 0.75);
  }

  .md\:border-y-purple-600\/80 {
    border-top-color: rgb(147 51 234 / 0.8);
    border-bottom-color: rgb(147 51 234 / 0.8);
  }

  .md\:border-y-purple-600\/85 {
    border-top-color: rgb(147 51 234 / 0.85);
    border-bottom-color: rgb(147 51 234 / 0.85);
  }

  .md\:border-y-purple-600\/90 {
    border-top-color: rgb(147 51 234 / 0.9);
    border-bottom-color: rgb(147 51 234 / 0.9);
  }

  .md\:border-y-purple-600\/95 {
    border-top-color: rgb(147 51 234 / 0.95);
    border-bottom-color: rgb(147 51 234 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-purple-700\/0 {
    border-top-color: rgb(126 34 206 / 0);
    border-bottom-color: rgb(126 34 206 / 0);
  }

  .md\:border-y-purple-700\/10 {
    border-top-color: rgb(126 34 206 / 0.1);
    border-bottom-color: rgb(126 34 206 / 0.1);
  }

  .md\:border-y-purple-700\/100 {
    border-top-color: rgb(126 34 206 / 1);
    border-bottom-color: rgb(126 34 206 / 1);
  }

  .md\:border-y-purple-700\/15 {
    border-top-color: rgb(126 34 206 / 0.15);
    border-bottom-color: rgb(126 34 206 / 0.15);
  }

  .md\:border-y-purple-700\/20 {
    border-top-color: rgb(126 34 206 / 0.2);
    border-bottom-color: rgb(126 34 206 / 0.2);
  }

  .md\:border-y-purple-700\/25 {
    border-top-color: rgb(126 34 206 / 0.25);
    border-bottom-color: rgb(126 34 206 / 0.25);
  }

  .md\:border-y-purple-700\/30 {
    border-top-color: rgb(126 34 206 / 0.3);
    border-bottom-color: rgb(126 34 206 / 0.3);
  }

  .md\:border-y-purple-700\/35 {
    border-top-color: rgb(126 34 206 / 0.35);
    border-bottom-color: rgb(126 34 206 / 0.35);
  }

  .md\:border-y-purple-700\/40 {
    border-top-color: rgb(126 34 206 / 0.4);
    border-bottom-color: rgb(126 34 206 / 0.4);
  }

  .md\:border-y-purple-700\/45 {
    border-top-color: rgb(126 34 206 / 0.45);
    border-bottom-color: rgb(126 34 206 / 0.45);
  }

  .md\:border-y-purple-700\/5 {
    border-top-color: rgb(126 34 206 / 0.05);
    border-bottom-color: rgb(126 34 206 / 0.05);
  }

  .md\:border-y-purple-700\/50 {
    border-top-color: rgb(126 34 206 / 0.5);
    border-bottom-color: rgb(126 34 206 / 0.5);
  }

  .md\:border-y-purple-700\/55 {
    border-top-color: rgb(126 34 206 / 0.55);
    border-bottom-color: rgb(126 34 206 / 0.55);
  }

  .md\:border-y-purple-700\/60 {
    border-top-color: rgb(126 34 206 / 0.6);
    border-bottom-color: rgb(126 34 206 / 0.6);
  }

  .md\:border-y-purple-700\/65 {
    border-top-color: rgb(126 34 206 / 0.65);
    border-bottom-color: rgb(126 34 206 / 0.65);
  }

  .md\:border-y-purple-700\/70 {
    border-top-color: rgb(126 34 206 / 0.7);
    border-bottom-color: rgb(126 34 206 / 0.7);
  }

  .md\:border-y-purple-700\/75 {
    border-top-color: rgb(126 34 206 / 0.75);
    border-bottom-color: rgb(126 34 206 / 0.75);
  }

  .md\:border-y-purple-700\/80 {
    border-top-color: rgb(126 34 206 / 0.8);
    border-bottom-color: rgb(126 34 206 / 0.8);
  }

  .md\:border-y-purple-700\/85 {
    border-top-color: rgb(126 34 206 / 0.85);
    border-bottom-color: rgb(126 34 206 / 0.85);
  }

  .md\:border-y-purple-700\/90 {
    border-top-color: rgb(126 34 206 / 0.9);
    border-bottom-color: rgb(126 34 206 / 0.9);
  }

  .md\:border-y-purple-700\/95 {
    border-top-color: rgb(126 34 206 / 0.95);
    border-bottom-color: rgb(126 34 206 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-purple-800\/0 {
    border-top-color: rgb(107 33 168 / 0);
    border-bottom-color: rgb(107 33 168 / 0);
  }

  .md\:border-y-purple-800\/10 {
    border-top-color: rgb(107 33 168 / 0.1);
    border-bottom-color: rgb(107 33 168 / 0.1);
  }

  .md\:border-y-purple-800\/100 {
    border-top-color: rgb(107 33 168 / 1);
    border-bottom-color: rgb(107 33 168 / 1);
  }

  .md\:border-y-purple-800\/15 {
    border-top-color: rgb(107 33 168 / 0.15);
    border-bottom-color: rgb(107 33 168 / 0.15);
  }

  .md\:border-y-purple-800\/20 {
    border-top-color: rgb(107 33 168 / 0.2);
    border-bottom-color: rgb(107 33 168 / 0.2);
  }

  .md\:border-y-purple-800\/25 {
    border-top-color: rgb(107 33 168 / 0.25);
    border-bottom-color: rgb(107 33 168 / 0.25);
  }

  .md\:border-y-purple-800\/30 {
    border-top-color: rgb(107 33 168 / 0.3);
    border-bottom-color: rgb(107 33 168 / 0.3);
  }

  .md\:border-y-purple-800\/35 {
    border-top-color: rgb(107 33 168 / 0.35);
    border-bottom-color: rgb(107 33 168 / 0.35);
  }

  .md\:border-y-purple-800\/40 {
    border-top-color: rgb(107 33 168 / 0.4);
    border-bottom-color: rgb(107 33 168 / 0.4);
  }

  .md\:border-y-purple-800\/45 {
    border-top-color: rgb(107 33 168 / 0.45);
    border-bottom-color: rgb(107 33 168 / 0.45);
  }

  .md\:border-y-purple-800\/5 {
    border-top-color: rgb(107 33 168 / 0.05);
    border-bottom-color: rgb(107 33 168 / 0.05);
  }

  .md\:border-y-purple-800\/50 {
    border-top-color: rgb(107 33 168 / 0.5);
    border-bottom-color: rgb(107 33 168 / 0.5);
  }

  .md\:border-y-purple-800\/55 {
    border-top-color: rgb(107 33 168 / 0.55);
    border-bottom-color: rgb(107 33 168 / 0.55);
  }

  .md\:border-y-purple-800\/60 {
    border-top-color: rgb(107 33 168 / 0.6);
    border-bottom-color: rgb(107 33 168 / 0.6);
  }

  .md\:border-y-purple-800\/65 {
    border-top-color: rgb(107 33 168 / 0.65);
    border-bottom-color: rgb(107 33 168 / 0.65);
  }

  .md\:border-y-purple-800\/70 {
    border-top-color: rgb(107 33 168 / 0.7);
    border-bottom-color: rgb(107 33 168 / 0.7);
  }

  .md\:border-y-purple-800\/75 {
    border-top-color: rgb(107 33 168 / 0.75);
    border-bottom-color: rgb(107 33 168 / 0.75);
  }

  .md\:border-y-purple-800\/80 {
    border-top-color: rgb(107 33 168 / 0.8);
    border-bottom-color: rgb(107 33 168 / 0.8);
  }

  .md\:border-y-purple-800\/85 {
    border-top-color: rgb(107 33 168 / 0.85);
    border-bottom-color: rgb(107 33 168 / 0.85);
  }

  .md\:border-y-purple-800\/90 {
    border-top-color: rgb(107 33 168 / 0.9);
    border-bottom-color: rgb(107 33 168 / 0.9);
  }

  .md\:border-y-purple-800\/95 {
    border-top-color: rgb(107 33 168 / 0.95);
    border-bottom-color: rgb(107 33 168 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-purple-900\/0 {
    border-top-color: rgb(88 28 135 / 0);
    border-bottom-color: rgb(88 28 135 / 0);
  }

  .md\:border-y-purple-900\/10 {
    border-top-color: rgb(88 28 135 / 0.1);
    border-bottom-color: rgb(88 28 135 / 0.1);
  }

  .md\:border-y-purple-900\/100 {
    border-top-color: rgb(88 28 135 / 1);
    border-bottom-color: rgb(88 28 135 / 1);
  }

  .md\:border-y-purple-900\/15 {
    border-top-color: rgb(88 28 135 / 0.15);
    border-bottom-color: rgb(88 28 135 / 0.15);
  }

  .md\:border-y-purple-900\/20 {
    border-top-color: rgb(88 28 135 / 0.2);
    border-bottom-color: rgb(88 28 135 / 0.2);
  }

  .md\:border-y-purple-900\/25 {
    border-top-color: rgb(88 28 135 / 0.25);
    border-bottom-color: rgb(88 28 135 / 0.25);
  }

  .md\:border-y-purple-900\/30 {
    border-top-color: rgb(88 28 135 / 0.3);
    border-bottom-color: rgb(88 28 135 / 0.3);
  }

  .md\:border-y-purple-900\/35 {
    border-top-color: rgb(88 28 135 / 0.35);
    border-bottom-color: rgb(88 28 135 / 0.35);
  }

  .md\:border-y-purple-900\/40 {
    border-top-color: rgb(88 28 135 / 0.4);
    border-bottom-color: rgb(88 28 135 / 0.4);
  }

  .md\:border-y-purple-900\/45 {
    border-top-color: rgb(88 28 135 / 0.45);
    border-bottom-color: rgb(88 28 135 / 0.45);
  }

  .md\:border-y-purple-900\/5 {
    border-top-color: rgb(88 28 135 / 0.05);
    border-bottom-color: rgb(88 28 135 / 0.05);
  }

  .md\:border-y-purple-900\/50 {
    border-top-color: rgb(88 28 135 / 0.5);
    border-bottom-color: rgb(88 28 135 / 0.5);
  }

  .md\:border-y-purple-900\/55 {
    border-top-color: rgb(88 28 135 / 0.55);
    border-bottom-color: rgb(88 28 135 / 0.55);
  }

  .md\:border-y-purple-900\/60 {
    border-top-color: rgb(88 28 135 / 0.6);
    border-bottom-color: rgb(88 28 135 / 0.6);
  }

  .md\:border-y-purple-900\/65 {
    border-top-color: rgb(88 28 135 / 0.65);
    border-bottom-color: rgb(88 28 135 / 0.65);
  }

  .md\:border-y-purple-900\/70 {
    border-top-color: rgb(88 28 135 / 0.7);
    border-bottom-color: rgb(88 28 135 / 0.7);
  }

  .md\:border-y-purple-900\/75 {
    border-top-color: rgb(88 28 135 / 0.75);
    border-bottom-color: rgb(88 28 135 / 0.75);
  }

  .md\:border-y-purple-900\/80 {
    border-top-color: rgb(88 28 135 / 0.8);
    border-bottom-color: rgb(88 28 135 / 0.8);
  }

  .md\:border-y-purple-900\/85 {
    border-top-color: rgb(88 28 135 / 0.85);
    border-bottom-color: rgb(88 28 135 / 0.85);
  }

  .md\:border-y-purple-900\/90 {
    border-top-color: rgb(88 28 135 / 0.9);
    border-bottom-color: rgb(88 28 135 / 0.9);
  }

  .md\:border-y-purple-900\/95 {
    border-top-color: rgb(88 28 135 / 0.95);
    border-bottom-color: rgb(88 28 135 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-purple-950\/0 {
    border-top-color: rgb(59 7 100 / 0);
    border-bottom-color: rgb(59 7 100 / 0);
  }

  .md\:border-y-purple-950\/10 {
    border-top-color: rgb(59 7 100 / 0.1);
    border-bottom-color: rgb(59 7 100 / 0.1);
  }

  .md\:border-y-purple-950\/100 {
    border-top-color: rgb(59 7 100 / 1);
    border-bottom-color: rgb(59 7 100 / 1);
  }

  .md\:border-y-purple-950\/15 {
    border-top-color: rgb(59 7 100 / 0.15);
    border-bottom-color: rgb(59 7 100 / 0.15);
  }

  .md\:border-y-purple-950\/20 {
    border-top-color: rgb(59 7 100 / 0.2);
    border-bottom-color: rgb(59 7 100 / 0.2);
  }

  .md\:border-y-purple-950\/25 {
    border-top-color: rgb(59 7 100 / 0.25);
    border-bottom-color: rgb(59 7 100 / 0.25);
  }

  .md\:border-y-purple-950\/30 {
    border-top-color: rgb(59 7 100 / 0.3);
    border-bottom-color: rgb(59 7 100 / 0.3);
  }

  .md\:border-y-purple-950\/35 {
    border-top-color: rgb(59 7 100 / 0.35);
    border-bottom-color: rgb(59 7 100 / 0.35);
  }

  .md\:border-y-purple-950\/40 {
    border-top-color: rgb(59 7 100 / 0.4);
    border-bottom-color: rgb(59 7 100 / 0.4);
  }

  .md\:border-y-purple-950\/45 {
    border-top-color: rgb(59 7 100 / 0.45);
    border-bottom-color: rgb(59 7 100 / 0.45);
  }

  .md\:border-y-purple-950\/5 {
    border-top-color: rgb(59 7 100 / 0.05);
    border-bottom-color: rgb(59 7 100 / 0.05);
  }

  .md\:border-y-purple-950\/50 {
    border-top-color: rgb(59 7 100 / 0.5);
    border-bottom-color: rgb(59 7 100 / 0.5);
  }

  .md\:border-y-purple-950\/55 {
    border-top-color: rgb(59 7 100 / 0.55);
    border-bottom-color: rgb(59 7 100 / 0.55);
  }

  .md\:border-y-purple-950\/60 {
    border-top-color: rgb(59 7 100 / 0.6);
    border-bottom-color: rgb(59 7 100 / 0.6);
  }

  .md\:border-y-purple-950\/65 {
    border-top-color: rgb(59 7 100 / 0.65);
    border-bottom-color: rgb(59 7 100 / 0.65);
  }

  .md\:border-y-purple-950\/70 {
    border-top-color: rgb(59 7 100 / 0.7);
    border-bottom-color: rgb(59 7 100 / 0.7);
  }

  .md\:border-y-purple-950\/75 {
    border-top-color: rgb(59 7 100 / 0.75);
    border-bottom-color: rgb(59 7 100 / 0.75);
  }

  .md\:border-y-purple-950\/80 {
    border-top-color: rgb(59 7 100 / 0.8);
    border-bottom-color: rgb(59 7 100 / 0.8);
  }

  .md\:border-y-purple-950\/85 {
    border-top-color: rgb(59 7 100 / 0.85);
    border-bottom-color: rgb(59 7 100 / 0.85);
  }

  .md\:border-y-purple-950\/90 {
    border-top-color: rgb(59 7 100 / 0.9);
    border-bottom-color: rgb(59 7 100 / 0.9);
  }

  .md\:border-y-purple-950\/95 {
    border-top-color: rgb(59 7 100 / 0.95);
    border-bottom-color: rgb(59 7 100 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-red-100\/0 {
    border-top-color: rgb(254 226 226 / 0);
    border-bottom-color: rgb(254 226 226 / 0);
  }

  .md\:border-y-red-100\/10 {
    border-top-color: rgb(254 226 226 / 0.1);
    border-bottom-color: rgb(254 226 226 / 0.1);
  }

  .md\:border-y-red-100\/100 {
    border-top-color: rgb(254 226 226 / 1);
    border-bottom-color: rgb(254 226 226 / 1);
  }

  .md\:border-y-red-100\/15 {
    border-top-color: rgb(254 226 226 / 0.15);
    border-bottom-color: rgb(254 226 226 / 0.15);
  }

  .md\:border-y-red-100\/20 {
    border-top-color: rgb(254 226 226 / 0.2);
    border-bottom-color: rgb(254 226 226 / 0.2);
  }

  .md\:border-y-red-100\/25 {
    border-top-color: rgb(254 226 226 / 0.25);
    border-bottom-color: rgb(254 226 226 / 0.25);
  }

  .md\:border-y-red-100\/30 {
    border-top-color: rgb(254 226 226 / 0.3);
    border-bottom-color: rgb(254 226 226 / 0.3);
  }

  .md\:border-y-red-100\/35 {
    border-top-color: rgb(254 226 226 / 0.35);
    border-bottom-color: rgb(254 226 226 / 0.35);
  }

  .md\:border-y-red-100\/40 {
    border-top-color: rgb(254 226 226 / 0.4);
    border-bottom-color: rgb(254 226 226 / 0.4);
  }

  .md\:border-y-red-100\/45 {
    border-top-color: rgb(254 226 226 / 0.45);
    border-bottom-color: rgb(254 226 226 / 0.45);
  }

  .md\:border-y-red-100\/5 {
    border-top-color: rgb(254 226 226 / 0.05);
    border-bottom-color: rgb(254 226 226 / 0.05);
  }

  .md\:border-y-red-100\/50 {
    border-top-color: rgb(254 226 226 / 0.5);
    border-bottom-color: rgb(254 226 226 / 0.5);
  }

  .md\:border-y-red-100\/55 {
    border-top-color: rgb(254 226 226 / 0.55);
    border-bottom-color: rgb(254 226 226 / 0.55);
  }

  .md\:border-y-red-100\/60 {
    border-top-color: rgb(254 226 226 / 0.6);
    border-bottom-color: rgb(254 226 226 / 0.6);
  }

  .md\:border-y-red-100\/65 {
    border-top-color: rgb(254 226 226 / 0.65);
    border-bottom-color: rgb(254 226 226 / 0.65);
  }

  .md\:border-y-red-100\/70 {
    border-top-color: rgb(254 226 226 / 0.7);
    border-bottom-color: rgb(254 226 226 / 0.7);
  }

  .md\:border-y-red-100\/75 {
    border-top-color: rgb(254 226 226 / 0.75);
    border-bottom-color: rgb(254 226 226 / 0.75);
  }

  .md\:border-y-red-100\/80 {
    border-top-color: rgb(254 226 226 / 0.8);
    border-bottom-color: rgb(254 226 226 / 0.8);
  }

  .md\:border-y-red-100\/85 {
    border-top-color: rgb(254 226 226 / 0.85);
    border-bottom-color: rgb(254 226 226 / 0.85);
  }

  .md\:border-y-red-100\/90 {
    border-top-color: rgb(254 226 226 / 0.9);
    border-bottom-color: rgb(254 226 226 / 0.9);
  }

  .md\:border-y-red-100\/95 {
    border-top-color: rgb(254 226 226 / 0.95);
    border-bottom-color: rgb(254 226 226 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-red-200\/0 {
    border-top-color: rgb(254 202 202 / 0);
    border-bottom-color: rgb(254 202 202 / 0);
  }

  .md\:border-y-red-200\/10 {
    border-top-color: rgb(254 202 202 / 0.1);
    border-bottom-color: rgb(254 202 202 / 0.1);
  }

  .md\:border-y-red-200\/100 {
    border-top-color: rgb(254 202 202 / 1);
    border-bottom-color: rgb(254 202 202 / 1);
  }

  .md\:border-y-red-200\/15 {
    border-top-color: rgb(254 202 202 / 0.15);
    border-bottom-color: rgb(254 202 202 / 0.15);
  }

  .md\:border-y-red-200\/20 {
    border-top-color: rgb(254 202 202 / 0.2);
    border-bottom-color: rgb(254 202 202 / 0.2);
  }

  .md\:border-y-red-200\/25 {
    border-top-color: rgb(254 202 202 / 0.25);
    border-bottom-color: rgb(254 202 202 / 0.25);
  }

  .md\:border-y-red-200\/30 {
    border-top-color: rgb(254 202 202 / 0.3);
    border-bottom-color: rgb(254 202 202 / 0.3);
  }

  .md\:border-y-red-200\/35 {
    border-top-color: rgb(254 202 202 / 0.35);
    border-bottom-color: rgb(254 202 202 / 0.35);
  }

  .md\:border-y-red-200\/40 {
    border-top-color: rgb(254 202 202 / 0.4);
    border-bottom-color: rgb(254 202 202 / 0.4);
  }

  .md\:border-y-red-200\/45 {
    border-top-color: rgb(254 202 202 / 0.45);
    border-bottom-color: rgb(254 202 202 / 0.45);
  }

  .md\:border-y-red-200\/5 {
    border-top-color: rgb(254 202 202 / 0.05);
    border-bottom-color: rgb(254 202 202 / 0.05);
  }

  .md\:border-y-red-200\/50 {
    border-top-color: rgb(254 202 202 / 0.5);
    border-bottom-color: rgb(254 202 202 / 0.5);
  }

  .md\:border-y-red-200\/55 {
    border-top-color: rgb(254 202 202 / 0.55);
    border-bottom-color: rgb(254 202 202 / 0.55);
  }

  .md\:border-y-red-200\/60 {
    border-top-color: rgb(254 202 202 / 0.6);
    border-bottom-color: rgb(254 202 202 / 0.6);
  }

  .md\:border-y-red-200\/65 {
    border-top-color: rgb(254 202 202 / 0.65);
    border-bottom-color: rgb(254 202 202 / 0.65);
  }

  .md\:border-y-red-200\/70 {
    border-top-color: rgb(254 202 202 / 0.7);
    border-bottom-color: rgb(254 202 202 / 0.7);
  }

  .md\:border-y-red-200\/75 {
    border-top-color: rgb(254 202 202 / 0.75);
    border-bottom-color: rgb(254 202 202 / 0.75);
  }

  .md\:border-y-red-200\/80 {
    border-top-color: rgb(254 202 202 / 0.8);
    border-bottom-color: rgb(254 202 202 / 0.8);
  }

  .md\:border-y-red-200\/85 {
    border-top-color: rgb(254 202 202 / 0.85);
    border-bottom-color: rgb(254 202 202 / 0.85);
  }

  .md\:border-y-red-200\/90 {
    border-top-color: rgb(254 202 202 / 0.9);
    border-bottom-color: rgb(254 202 202 / 0.9);
  }

  .md\:border-y-red-200\/95 {
    border-top-color: rgb(254 202 202 / 0.95);
    border-bottom-color: rgb(254 202 202 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-red-300\/0 {
    border-top-color: rgb(252 165 165 / 0);
    border-bottom-color: rgb(252 165 165 / 0);
  }

  .md\:border-y-red-300\/10 {
    border-top-color: rgb(252 165 165 / 0.1);
    border-bottom-color: rgb(252 165 165 / 0.1);
  }

  .md\:border-y-red-300\/100 {
    border-top-color: rgb(252 165 165 / 1);
    border-bottom-color: rgb(252 165 165 / 1);
  }

  .md\:border-y-red-300\/15 {
    border-top-color: rgb(252 165 165 / 0.15);
    border-bottom-color: rgb(252 165 165 / 0.15);
  }

  .md\:border-y-red-300\/20 {
    border-top-color: rgb(252 165 165 / 0.2);
    border-bottom-color: rgb(252 165 165 / 0.2);
  }

  .md\:border-y-red-300\/25 {
    border-top-color: rgb(252 165 165 / 0.25);
    border-bottom-color: rgb(252 165 165 / 0.25);
  }

  .md\:border-y-red-300\/30 {
    border-top-color: rgb(252 165 165 / 0.3);
    border-bottom-color: rgb(252 165 165 / 0.3);
  }

  .md\:border-y-red-300\/35 {
    border-top-color: rgb(252 165 165 / 0.35);
    border-bottom-color: rgb(252 165 165 / 0.35);
  }

  .md\:border-y-red-300\/40 {
    border-top-color: rgb(252 165 165 / 0.4);
    border-bottom-color: rgb(252 165 165 / 0.4);
  }

  .md\:border-y-red-300\/45 {
    border-top-color: rgb(252 165 165 / 0.45);
    border-bottom-color: rgb(252 165 165 / 0.45);
  }

  .md\:border-y-red-300\/5 {
    border-top-color: rgb(252 165 165 / 0.05);
    border-bottom-color: rgb(252 165 165 / 0.05);
  }

  .md\:border-y-red-300\/50 {
    border-top-color: rgb(252 165 165 / 0.5);
    border-bottom-color: rgb(252 165 165 / 0.5);
  }

  .md\:border-y-red-300\/55 {
    border-top-color: rgb(252 165 165 / 0.55);
    border-bottom-color: rgb(252 165 165 / 0.55);
  }

  .md\:border-y-red-300\/60 {
    border-top-color: rgb(252 165 165 / 0.6);
    border-bottom-color: rgb(252 165 165 / 0.6);
  }

  .md\:border-y-red-300\/65 {
    border-top-color: rgb(252 165 165 / 0.65);
    border-bottom-color: rgb(252 165 165 / 0.65);
  }

  .md\:border-y-red-300\/70 {
    border-top-color: rgb(252 165 165 / 0.7);
    border-bottom-color: rgb(252 165 165 / 0.7);
  }

  .md\:border-y-red-300\/75 {
    border-top-color: rgb(252 165 165 / 0.75);
    border-bottom-color: rgb(252 165 165 / 0.75);
  }

  .md\:border-y-red-300\/80 {
    border-top-color: rgb(252 165 165 / 0.8);
    border-bottom-color: rgb(252 165 165 / 0.8);
  }

  .md\:border-y-red-300\/85 {
    border-top-color: rgb(252 165 165 / 0.85);
    border-bottom-color: rgb(252 165 165 / 0.85);
  }

  .md\:border-y-red-300\/90 {
    border-top-color: rgb(252 165 165 / 0.9);
    border-bottom-color: rgb(252 165 165 / 0.9);
  }

  .md\:border-y-red-300\/95 {
    border-top-color: rgb(252 165 165 / 0.95);
    border-bottom-color: rgb(252 165 165 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-red-400\/0 {
    border-top-color: rgb(248 113 113 / 0);
    border-bottom-color: rgb(248 113 113 / 0);
  }

  .md\:border-y-red-400\/10 {
    border-top-color: rgb(248 113 113 / 0.1);
    border-bottom-color: rgb(248 113 113 / 0.1);
  }

  .md\:border-y-red-400\/100 {
    border-top-color: rgb(248 113 113 / 1);
    border-bottom-color: rgb(248 113 113 / 1);
  }

  .md\:border-y-red-400\/15 {
    border-top-color: rgb(248 113 113 / 0.15);
    border-bottom-color: rgb(248 113 113 / 0.15);
  }

  .md\:border-y-red-400\/20 {
    border-top-color: rgb(248 113 113 / 0.2);
    border-bottom-color: rgb(248 113 113 / 0.2);
  }

  .md\:border-y-red-400\/25 {
    border-top-color: rgb(248 113 113 / 0.25);
    border-bottom-color: rgb(248 113 113 / 0.25);
  }

  .md\:border-y-red-400\/30 {
    border-top-color: rgb(248 113 113 / 0.3);
    border-bottom-color: rgb(248 113 113 / 0.3);
  }

  .md\:border-y-red-400\/35 {
    border-top-color: rgb(248 113 113 / 0.35);
    border-bottom-color: rgb(248 113 113 / 0.35);
  }

  .md\:border-y-red-400\/40 {
    border-top-color: rgb(248 113 113 / 0.4);
    border-bottom-color: rgb(248 113 113 / 0.4);
  }

  .md\:border-y-red-400\/45 {
    border-top-color: rgb(248 113 113 / 0.45);
    border-bottom-color: rgb(248 113 113 / 0.45);
  }

  .md\:border-y-red-400\/5 {
    border-top-color: rgb(248 113 113 / 0.05);
    border-bottom-color: rgb(248 113 113 / 0.05);
  }

  .md\:border-y-red-400\/50 {
    border-top-color: rgb(248 113 113 / 0.5);
    border-bottom-color: rgb(248 113 113 / 0.5);
  }

  .md\:border-y-red-400\/55 {
    border-top-color: rgb(248 113 113 / 0.55);
    border-bottom-color: rgb(248 113 113 / 0.55);
  }

  .md\:border-y-red-400\/60 {
    border-top-color: rgb(248 113 113 / 0.6);
    border-bottom-color: rgb(248 113 113 / 0.6);
  }

  .md\:border-y-red-400\/65 {
    border-top-color: rgb(248 113 113 / 0.65);
    border-bottom-color: rgb(248 113 113 / 0.65);
  }

  .md\:border-y-red-400\/70 {
    border-top-color: rgb(248 113 113 / 0.7);
    border-bottom-color: rgb(248 113 113 / 0.7);
  }

  .md\:border-y-red-400\/75 {
    border-top-color: rgb(248 113 113 / 0.75);
    border-bottom-color: rgb(248 113 113 / 0.75);
  }

  .md\:border-y-red-400\/80 {
    border-top-color: rgb(248 113 113 / 0.8);
    border-bottom-color: rgb(248 113 113 / 0.8);
  }

  .md\:border-y-red-400\/85 {
    border-top-color: rgb(248 113 113 / 0.85);
    border-bottom-color: rgb(248 113 113 / 0.85);
  }

  .md\:border-y-red-400\/90 {
    border-top-color: rgb(248 113 113 / 0.9);
    border-bottom-color: rgb(248 113 113 / 0.9);
  }

  .md\:border-y-red-400\/95 {
    border-top-color: rgb(248 113 113 / 0.95);
    border-bottom-color: rgb(248 113 113 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-red-50\/0 {
    border-top-color: rgb(254 242 242 / 0);
    border-bottom-color: rgb(254 242 242 / 0);
  }

  .md\:border-y-red-50\/10 {
    border-top-color: rgb(254 242 242 / 0.1);
    border-bottom-color: rgb(254 242 242 / 0.1);
  }

  .md\:border-y-red-50\/100 {
    border-top-color: rgb(254 242 242 / 1);
    border-bottom-color: rgb(254 242 242 / 1);
  }

  .md\:border-y-red-50\/15 {
    border-top-color: rgb(254 242 242 / 0.15);
    border-bottom-color: rgb(254 242 242 / 0.15);
  }

  .md\:border-y-red-50\/20 {
    border-top-color: rgb(254 242 242 / 0.2);
    border-bottom-color: rgb(254 242 242 / 0.2);
  }

  .md\:border-y-red-50\/25 {
    border-top-color: rgb(254 242 242 / 0.25);
    border-bottom-color: rgb(254 242 242 / 0.25);
  }

  .md\:border-y-red-50\/30 {
    border-top-color: rgb(254 242 242 / 0.3);
    border-bottom-color: rgb(254 242 242 / 0.3);
  }

  .md\:border-y-red-50\/35 {
    border-top-color: rgb(254 242 242 / 0.35);
    border-bottom-color: rgb(254 242 242 / 0.35);
  }

  .md\:border-y-red-50\/40 {
    border-top-color: rgb(254 242 242 / 0.4);
    border-bottom-color: rgb(254 242 242 / 0.4);
  }

  .md\:border-y-red-50\/45 {
    border-top-color: rgb(254 242 242 / 0.45);
    border-bottom-color: rgb(254 242 242 / 0.45);
  }

  .md\:border-y-red-50\/5 {
    border-top-color: rgb(254 242 242 / 0.05);
    border-bottom-color: rgb(254 242 242 / 0.05);
  }

  .md\:border-y-red-50\/50 {
    border-top-color: rgb(254 242 242 / 0.5);
    border-bottom-color: rgb(254 242 242 / 0.5);
  }

  .md\:border-y-red-50\/55 {
    border-top-color: rgb(254 242 242 / 0.55);
    border-bottom-color: rgb(254 242 242 / 0.55);
  }

  .md\:border-y-red-50\/60 {
    border-top-color: rgb(254 242 242 / 0.6);
    border-bottom-color: rgb(254 242 242 / 0.6);
  }

  .md\:border-y-red-50\/65 {
    border-top-color: rgb(254 242 242 / 0.65);
    border-bottom-color: rgb(254 242 242 / 0.65);
  }

  .md\:border-y-red-50\/70 {
    border-top-color: rgb(254 242 242 / 0.7);
    border-bottom-color: rgb(254 242 242 / 0.7);
  }

  .md\:border-y-red-50\/75 {
    border-top-color: rgb(254 242 242 / 0.75);
    border-bottom-color: rgb(254 242 242 / 0.75);
  }

  .md\:border-y-red-50\/80 {
    border-top-color: rgb(254 242 242 / 0.8);
    border-bottom-color: rgb(254 242 242 / 0.8);
  }

  .md\:border-y-red-50\/85 {
    border-top-color: rgb(254 242 242 / 0.85);
    border-bottom-color: rgb(254 242 242 / 0.85);
  }

  .md\:border-y-red-50\/90 {
    border-top-color: rgb(254 242 242 / 0.9);
    border-bottom-color: rgb(254 242 242 / 0.9);
  }

  .md\:border-y-red-50\/95 {
    border-top-color: rgb(254 242 242 / 0.95);
    border-bottom-color: rgb(254 242 242 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-red-500\/0 {
    border-top-color: rgb(239 68 68 / 0);
    border-bottom-color: rgb(239 68 68 / 0);
  }

  .md\:border-y-red-500\/10 {
    border-top-color: rgb(239 68 68 / 0.1);
    border-bottom-color: rgb(239 68 68 / 0.1);
  }

  .md\:border-y-red-500\/100 {
    border-top-color: rgb(239 68 68 / 1);
    border-bottom-color: rgb(239 68 68 / 1);
  }

  .md\:border-y-red-500\/15 {
    border-top-color: rgb(239 68 68 / 0.15);
    border-bottom-color: rgb(239 68 68 / 0.15);
  }

  .md\:border-y-red-500\/20 {
    border-top-color: rgb(239 68 68 / 0.2);
    border-bottom-color: rgb(239 68 68 / 0.2);
  }

  .md\:border-y-red-500\/25 {
    border-top-color: rgb(239 68 68 / 0.25);
    border-bottom-color: rgb(239 68 68 / 0.25);
  }

  .md\:border-y-red-500\/30 {
    border-top-color: rgb(239 68 68 / 0.3);
    border-bottom-color: rgb(239 68 68 / 0.3);
  }

  .md\:border-y-red-500\/35 {
    border-top-color: rgb(239 68 68 / 0.35);
    border-bottom-color: rgb(239 68 68 / 0.35);
  }

  .md\:border-y-red-500\/40 {
    border-top-color: rgb(239 68 68 / 0.4);
    border-bottom-color: rgb(239 68 68 / 0.4);
  }

  .md\:border-y-red-500\/45 {
    border-top-color: rgb(239 68 68 / 0.45);
    border-bottom-color: rgb(239 68 68 / 0.45);
  }

  .md\:border-y-red-500\/5 {
    border-top-color: rgb(239 68 68 / 0.05);
    border-bottom-color: rgb(239 68 68 / 0.05);
  }

  .md\:border-y-red-500\/50 {
    border-top-color: rgb(239 68 68 / 0.5);
    border-bottom-color: rgb(239 68 68 / 0.5);
  }

  .md\:border-y-red-500\/55 {
    border-top-color: rgb(239 68 68 / 0.55);
    border-bottom-color: rgb(239 68 68 / 0.55);
  }

  .md\:border-y-red-500\/60 {
    border-top-color: rgb(239 68 68 / 0.6);
    border-bottom-color: rgb(239 68 68 / 0.6);
  }

  .md\:border-y-red-500\/65 {
    border-top-color: rgb(239 68 68 / 0.65);
    border-bottom-color: rgb(239 68 68 / 0.65);
  }

  .md\:border-y-red-500\/70 {
    border-top-color: rgb(239 68 68 / 0.7);
    border-bottom-color: rgb(239 68 68 / 0.7);
  }

  .md\:border-y-red-500\/75 {
    border-top-color: rgb(239 68 68 / 0.75);
    border-bottom-color: rgb(239 68 68 / 0.75);
  }

  .md\:border-y-red-500\/80 {
    border-top-color: rgb(239 68 68 / 0.8);
    border-bottom-color: rgb(239 68 68 / 0.8);
  }

  .md\:border-y-red-500\/85 {
    border-top-color: rgb(239 68 68 / 0.85);
    border-bottom-color: rgb(239 68 68 / 0.85);
  }

  .md\:border-y-red-500\/90 {
    border-top-color: rgb(239 68 68 / 0.9);
    border-bottom-color: rgb(239 68 68 / 0.9);
  }

  .md\:border-y-red-500\/95 {
    border-top-color: rgb(239 68 68 / 0.95);
    border-bottom-color: rgb(239 68 68 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-red-600\/0 {
    border-top-color: rgb(220 38 38 / 0);
    border-bottom-color: rgb(220 38 38 / 0);
  }

  .md\:border-y-red-600\/10 {
    border-top-color: rgb(220 38 38 / 0.1);
    border-bottom-color: rgb(220 38 38 / 0.1);
  }

  .md\:border-y-red-600\/100 {
    border-top-color: rgb(220 38 38 / 1);
    border-bottom-color: rgb(220 38 38 / 1);
  }

  .md\:border-y-red-600\/15 {
    border-top-color: rgb(220 38 38 / 0.15);
    border-bottom-color: rgb(220 38 38 / 0.15);
  }

  .md\:border-y-red-600\/20 {
    border-top-color: rgb(220 38 38 / 0.2);
    border-bottom-color: rgb(220 38 38 / 0.2);
  }

  .md\:border-y-red-600\/25 {
    border-top-color: rgb(220 38 38 / 0.25);
    border-bottom-color: rgb(220 38 38 / 0.25);
  }

  .md\:border-y-red-600\/30 {
    border-top-color: rgb(220 38 38 / 0.3);
    border-bottom-color: rgb(220 38 38 / 0.3);
  }

  .md\:border-y-red-600\/35 {
    border-top-color: rgb(220 38 38 / 0.35);
    border-bottom-color: rgb(220 38 38 / 0.35);
  }

  .md\:border-y-red-600\/40 {
    border-top-color: rgb(220 38 38 / 0.4);
    border-bottom-color: rgb(220 38 38 / 0.4);
  }

  .md\:border-y-red-600\/45 {
    border-top-color: rgb(220 38 38 / 0.45);
    border-bottom-color: rgb(220 38 38 / 0.45);
  }

  .md\:border-y-red-600\/5 {
    border-top-color: rgb(220 38 38 / 0.05);
    border-bottom-color: rgb(220 38 38 / 0.05);
  }

  .md\:border-y-red-600\/50 {
    border-top-color: rgb(220 38 38 / 0.5);
    border-bottom-color: rgb(220 38 38 / 0.5);
  }

  .md\:border-y-red-600\/55 {
    border-top-color: rgb(220 38 38 / 0.55);
    border-bottom-color: rgb(220 38 38 / 0.55);
  }

  .md\:border-y-red-600\/60 {
    border-top-color: rgb(220 38 38 / 0.6);
    border-bottom-color: rgb(220 38 38 / 0.6);
  }

  .md\:border-y-red-600\/65 {
    border-top-color: rgb(220 38 38 / 0.65);
    border-bottom-color: rgb(220 38 38 / 0.65);
  }

  .md\:border-y-red-600\/70 {
    border-top-color: rgb(220 38 38 / 0.7);
    border-bottom-color: rgb(220 38 38 / 0.7);
  }

  .md\:border-y-red-600\/75 {
    border-top-color: rgb(220 38 38 / 0.75);
    border-bottom-color: rgb(220 38 38 / 0.75);
  }

  .md\:border-y-red-600\/80 {
    border-top-color: rgb(220 38 38 / 0.8);
    border-bottom-color: rgb(220 38 38 / 0.8);
  }

  .md\:border-y-red-600\/85 {
    border-top-color: rgb(220 38 38 / 0.85);
    border-bottom-color: rgb(220 38 38 / 0.85);
  }

  .md\:border-y-red-600\/90 {
    border-top-color: rgb(220 38 38 / 0.9);
    border-bottom-color: rgb(220 38 38 / 0.9);
  }

  .md\:border-y-red-600\/95 {
    border-top-color: rgb(220 38 38 / 0.95);
    border-bottom-color: rgb(220 38 38 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-red-700\/0 {
    border-top-color: rgb(185 28 28 / 0);
    border-bottom-color: rgb(185 28 28 / 0);
  }

  .md\:border-y-red-700\/10 {
    border-top-color: rgb(185 28 28 / 0.1);
    border-bottom-color: rgb(185 28 28 / 0.1);
  }

  .md\:border-y-red-700\/100 {
    border-top-color: rgb(185 28 28 / 1);
    border-bottom-color: rgb(185 28 28 / 1);
  }

  .md\:border-y-red-700\/15 {
    border-top-color: rgb(185 28 28 / 0.15);
    border-bottom-color: rgb(185 28 28 / 0.15);
  }

  .md\:border-y-red-700\/20 {
    border-top-color: rgb(185 28 28 / 0.2);
    border-bottom-color: rgb(185 28 28 / 0.2);
  }

  .md\:border-y-red-700\/25 {
    border-top-color: rgb(185 28 28 / 0.25);
    border-bottom-color: rgb(185 28 28 / 0.25);
  }

  .md\:border-y-red-700\/30 {
    border-top-color: rgb(185 28 28 / 0.3);
    border-bottom-color: rgb(185 28 28 / 0.3);
  }

  .md\:border-y-red-700\/35 {
    border-top-color: rgb(185 28 28 / 0.35);
    border-bottom-color: rgb(185 28 28 / 0.35);
  }

  .md\:border-y-red-700\/40 {
    border-top-color: rgb(185 28 28 / 0.4);
    border-bottom-color: rgb(185 28 28 / 0.4);
  }

  .md\:border-y-red-700\/45 {
    border-top-color: rgb(185 28 28 / 0.45);
    border-bottom-color: rgb(185 28 28 / 0.45);
  }

  .md\:border-y-red-700\/5 {
    border-top-color: rgb(185 28 28 / 0.05);
    border-bottom-color: rgb(185 28 28 / 0.05);
  }

  .md\:border-y-red-700\/50 {
    border-top-color: rgb(185 28 28 / 0.5);
    border-bottom-color: rgb(185 28 28 / 0.5);
  }

  .md\:border-y-red-700\/55 {
    border-top-color: rgb(185 28 28 / 0.55);
    border-bottom-color: rgb(185 28 28 / 0.55);
  }

  .md\:border-y-red-700\/60 {
    border-top-color: rgb(185 28 28 / 0.6);
    border-bottom-color: rgb(185 28 28 / 0.6);
  }

  .md\:border-y-red-700\/65 {
    border-top-color: rgb(185 28 28 / 0.65);
    border-bottom-color: rgb(185 28 28 / 0.65);
  }

  .md\:border-y-red-700\/70 {
    border-top-color: rgb(185 28 28 / 0.7);
    border-bottom-color: rgb(185 28 28 / 0.7);
  }

  .md\:border-y-red-700\/75 {
    border-top-color: rgb(185 28 28 / 0.75);
    border-bottom-color: rgb(185 28 28 / 0.75);
  }

  .md\:border-y-red-700\/80 {
    border-top-color: rgb(185 28 28 / 0.8);
    border-bottom-color: rgb(185 28 28 / 0.8);
  }

  .md\:border-y-red-700\/85 {
    border-top-color: rgb(185 28 28 / 0.85);
    border-bottom-color: rgb(185 28 28 / 0.85);
  }

  .md\:border-y-red-700\/90 {
    border-top-color: rgb(185 28 28 / 0.9);
    border-bottom-color: rgb(185 28 28 / 0.9);
  }

  .md\:border-y-red-700\/95 {
    border-top-color: rgb(185 28 28 / 0.95);
    border-bottom-color: rgb(185 28 28 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-red-800\/0 {
    border-top-color: rgb(153 27 27 / 0);
    border-bottom-color: rgb(153 27 27 / 0);
  }

  .md\:border-y-red-800\/10 {
    border-top-color: rgb(153 27 27 / 0.1);
    border-bottom-color: rgb(153 27 27 / 0.1);
  }

  .md\:border-y-red-800\/100 {
    border-top-color: rgb(153 27 27 / 1);
    border-bottom-color: rgb(153 27 27 / 1);
  }

  .md\:border-y-red-800\/15 {
    border-top-color: rgb(153 27 27 / 0.15);
    border-bottom-color: rgb(153 27 27 / 0.15);
  }

  .md\:border-y-red-800\/20 {
    border-top-color: rgb(153 27 27 / 0.2);
    border-bottom-color: rgb(153 27 27 / 0.2);
  }

  .md\:border-y-red-800\/25 {
    border-top-color: rgb(153 27 27 / 0.25);
    border-bottom-color: rgb(153 27 27 / 0.25);
  }

  .md\:border-y-red-800\/30 {
    border-top-color: rgb(153 27 27 / 0.3);
    border-bottom-color: rgb(153 27 27 / 0.3);
  }

  .md\:border-y-red-800\/35 {
    border-top-color: rgb(153 27 27 / 0.35);
    border-bottom-color: rgb(153 27 27 / 0.35);
  }

  .md\:border-y-red-800\/40 {
    border-top-color: rgb(153 27 27 / 0.4);
    border-bottom-color: rgb(153 27 27 / 0.4);
  }

  .md\:border-y-red-800\/45 {
    border-top-color: rgb(153 27 27 / 0.45);
    border-bottom-color: rgb(153 27 27 / 0.45);
  }

  .md\:border-y-red-800\/5 {
    border-top-color: rgb(153 27 27 / 0.05);
    border-bottom-color: rgb(153 27 27 / 0.05);
  }

  .md\:border-y-red-800\/50 {
    border-top-color: rgb(153 27 27 / 0.5);
    border-bottom-color: rgb(153 27 27 / 0.5);
  }

  .md\:border-y-red-800\/55 {
    border-top-color: rgb(153 27 27 / 0.55);
    border-bottom-color: rgb(153 27 27 / 0.55);
  }

  .md\:border-y-red-800\/60 {
    border-top-color: rgb(153 27 27 / 0.6);
    border-bottom-color: rgb(153 27 27 / 0.6);
  }

  .md\:border-y-red-800\/65 {
    border-top-color: rgb(153 27 27 / 0.65);
    border-bottom-color: rgb(153 27 27 / 0.65);
  }

  .md\:border-y-red-800\/70 {
    border-top-color: rgb(153 27 27 / 0.7);
    border-bottom-color: rgb(153 27 27 / 0.7);
  }

  .md\:border-y-red-800\/75 {
    border-top-color: rgb(153 27 27 / 0.75);
    border-bottom-color: rgb(153 27 27 / 0.75);
  }

  .md\:border-y-red-800\/80 {
    border-top-color: rgb(153 27 27 / 0.8);
    border-bottom-color: rgb(153 27 27 / 0.8);
  }

  .md\:border-y-red-800\/85 {
    border-top-color: rgb(153 27 27 / 0.85);
    border-bottom-color: rgb(153 27 27 / 0.85);
  }

  .md\:border-y-red-800\/90 {
    border-top-color: rgb(153 27 27 / 0.9);
    border-bottom-color: rgb(153 27 27 / 0.9);
  }

  .md\:border-y-red-800\/95 {
    border-top-color: rgb(153 27 27 / 0.95);
    border-bottom-color: rgb(153 27 27 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-red-900\/0 {
    border-top-color: rgb(127 29 29 / 0);
    border-bottom-color: rgb(127 29 29 / 0);
  }

  .md\:border-y-red-900\/10 {
    border-top-color: rgb(127 29 29 / 0.1);
    border-bottom-color: rgb(127 29 29 / 0.1);
  }

  .md\:border-y-red-900\/100 {
    border-top-color: rgb(127 29 29 / 1);
    border-bottom-color: rgb(127 29 29 / 1);
  }

  .md\:border-y-red-900\/15 {
    border-top-color: rgb(127 29 29 / 0.15);
    border-bottom-color: rgb(127 29 29 / 0.15);
  }

  .md\:border-y-red-900\/20 {
    border-top-color: rgb(127 29 29 / 0.2);
    border-bottom-color: rgb(127 29 29 / 0.2);
  }

  .md\:border-y-red-900\/25 {
    border-top-color: rgb(127 29 29 / 0.25);
    border-bottom-color: rgb(127 29 29 / 0.25);
  }

  .md\:border-y-red-900\/30 {
    border-top-color: rgb(127 29 29 / 0.3);
    border-bottom-color: rgb(127 29 29 / 0.3);
  }

  .md\:border-y-red-900\/35 {
    border-top-color: rgb(127 29 29 / 0.35);
    border-bottom-color: rgb(127 29 29 / 0.35);
  }

  .md\:border-y-red-900\/40 {
    border-top-color: rgb(127 29 29 / 0.4);
    border-bottom-color: rgb(127 29 29 / 0.4);
  }

  .md\:border-y-red-900\/45 {
    border-top-color: rgb(127 29 29 / 0.45);
    border-bottom-color: rgb(127 29 29 / 0.45);
  }

  .md\:border-y-red-900\/5 {
    border-top-color: rgb(127 29 29 / 0.05);
    border-bottom-color: rgb(127 29 29 / 0.05);
  }

  .md\:border-y-red-900\/50 {
    border-top-color: rgb(127 29 29 / 0.5);
    border-bottom-color: rgb(127 29 29 / 0.5);
  }

  .md\:border-y-red-900\/55 {
    border-top-color: rgb(127 29 29 / 0.55);
    border-bottom-color: rgb(127 29 29 / 0.55);
  }

  .md\:border-y-red-900\/60 {
    border-top-color: rgb(127 29 29 / 0.6);
    border-bottom-color: rgb(127 29 29 / 0.6);
  }

  .md\:border-y-red-900\/65 {
    border-top-color: rgb(127 29 29 / 0.65);
    border-bottom-color: rgb(127 29 29 / 0.65);
  }

  .md\:border-y-red-900\/70 {
    border-top-color: rgb(127 29 29 / 0.7);
    border-bottom-color: rgb(127 29 29 / 0.7);
  }

  .md\:border-y-red-900\/75 {
    border-top-color: rgb(127 29 29 / 0.75);
    border-bottom-color: rgb(127 29 29 / 0.75);
  }

  .md\:border-y-red-900\/80 {
    border-top-color: rgb(127 29 29 / 0.8);
    border-bottom-color: rgb(127 29 29 / 0.8);
  }

  .md\:border-y-red-900\/85 {
    border-top-color: rgb(127 29 29 / 0.85);
    border-bottom-color: rgb(127 29 29 / 0.85);
  }

  .md\:border-y-red-900\/90 {
    border-top-color: rgb(127 29 29 / 0.9);
    border-bottom-color: rgb(127 29 29 / 0.9);
  }

  .md\:border-y-red-900\/95 {
    border-top-color: rgb(127 29 29 / 0.95);
    border-bottom-color: rgb(127 29 29 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-red-950\/0 {
    border-top-color: rgb(69 10 10 / 0);
    border-bottom-color: rgb(69 10 10 / 0);
  }

  .md\:border-y-red-950\/10 {
    border-top-color: rgb(69 10 10 / 0.1);
    border-bottom-color: rgb(69 10 10 / 0.1);
  }

  .md\:border-y-red-950\/100 {
    border-top-color: rgb(69 10 10 / 1);
    border-bottom-color: rgb(69 10 10 / 1);
  }

  .md\:border-y-red-950\/15 {
    border-top-color: rgb(69 10 10 / 0.15);
    border-bottom-color: rgb(69 10 10 / 0.15);
  }

  .md\:border-y-red-950\/20 {
    border-top-color: rgb(69 10 10 / 0.2);
    border-bottom-color: rgb(69 10 10 / 0.2);
  }

  .md\:border-y-red-950\/25 {
    border-top-color: rgb(69 10 10 / 0.25);
    border-bottom-color: rgb(69 10 10 / 0.25);
  }

  .md\:border-y-red-950\/30 {
    border-top-color: rgb(69 10 10 / 0.3);
    border-bottom-color: rgb(69 10 10 / 0.3);
  }

  .md\:border-y-red-950\/35 {
    border-top-color: rgb(69 10 10 / 0.35);
    border-bottom-color: rgb(69 10 10 / 0.35);
  }

  .md\:border-y-red-950\/40 {
    border-top-color: rgb(69 10 10 / 0.4);
    border-bottom-color: rgb(69 10 10 / 0.4);
  }

  .md\:border-y-red-950\/45 {
    border-top-color: rgb(69 10 10 / 0.45);
    border-bottom-color: rgb(69 10 10 / 0.45);
  }

  .md\:border-y-red-950\/5 {
    border-top-color: rgb(69 10 10 / 0.05);
    border-bottom-color: rgb(69 10 10 / 0.05);
  }

  .md\:border-y-red-950\/50 {
    border-top-color: rgb(69 10 10 / 0.5);
    border-bottom-color: rgb(69 10 10 / 0.5);
  }

  .md\:border-y-red-950\/55 {
    border-top-color: rgb(69 10 10 / 0.55);
    border-bottom-color: rgb(69 10 10 / 0.55);
  }

  .md\:border-y-red-950\/60 {
    border-top-color: rgb(69 10 10 / 0.6);
    border-bottom-color: rgb(69 10 10 / 0.6);
  }

  .md\:border-y-red-950\/65 {
    border-top-color: rgb(69 10 10 / 0.65);
    border-bottom-color: rgb(69 10 10 / 0.65);
  }

  .md\:border-y-red-950\/70 {
    border-top-color: rgb(69 10 10 / 0.7);
    border-bottom-color: rgb(69 10 10 / 0.7);
  }

  .md\:border-y-red-950\/75 {
    border-top-color: rgb(69 10 10 / 0.75);
    border-bottom-color: rgb(69 10 10 / 0.75);
  }

  .md\:border-y-red-950\/80 {
    border-top-color: rgb(69 10 10 / 0.8);
    border-bottom-color: rgb(69 10 10 / 0.8);
  }

  .md\:border-y-red-950\/85 {
    border-top-color: rgb(69 10 10 / 0.85);
    border-bottom-color: rgb(69 10 10 / 0.85);
  }

  .md\:border-y-red-950\/90 {
    border-top-color: rgb(69 10 10 / 0.9);
    border-bottom-color: rgb(69 10 10 / 0.9);
  }

  .md\:border-y-red-950\/95 {
    border-top-color: rgb(69 10 10 / 0.95);
    border-bottom-color: rgb(69 10 10 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-rose-100\/0 {
    border-top-color: rgb(255 228 230 / 0);
    border-bottom-color: rgb(255 228 230 / 0);
  }

  .md\:border-y-rose-100\/10 {
    border-top-color: rgb(255 228 230 / 0.1);
    border-bottom-color: rgb(255 228 230 / 0.1);
  }

  .md\:border-y-rose-100\/100 {
    border-top-color: rgb(255 228 230 / 1);
    border-bottom-color: rgb(255 228 230 / 1);
  }

  .md\:border-y-rose-100\/15 {
    border-top-color: rgb(255 228 230 / 0.15);
    border-bottom-color: rgb(255 228 230 / 0.15);
  }

  .md\:border-y-rose-100\/20 {
    border-top-color: rgb(255 228 230 / 0.2);
    border-bottom-color: rgb(255 228 230 / 0.2);
  }

  .md\:border-y-rose-100\/25 {
    border-top-color: rgb(255 228 230 / 0.25);
    border-bottom-color: rgb(255 228 230 / 0.25);
  }

  .md\:border-y-rose-100\/30 {
    border-top-color: rgb(255 228 230 / 0.3);
    border-bottom-color: rgb(255 228 230 / 0.3);
  }

  .md\:border-y-rose-100\/35 {
    border-top-color: rgb(255 228 230 / 0.35);
    border-bottom-color: rgb(255 228 230 / 0.35);
  }

  .md\:border-y-rose-100\/40 {
    border-top-color: rgb(255 228 230 / 0.4);
    border-bottom-color: rgb(255 228 230 / 0.4);
  }

  .md\:border-y-rose-100\/45 {
    border-top-color: rgb(255 228 230 / 0.45);
    border-bottom-color: rgb(255 228 230 / 0.45);
  }

  .md\:border-y-rose-100\/5 {
    border-top-color: rgb(255 228 230 / 0.05);
    border-bottom-color: rgb(255 228 230 / 0.05);
  }

  .md\:border-y-rose-100\/50 {
    border-top-color: rgb(255 228 230 / 0.5);
    border-bottom-color: rgb(255 228 230 / 0.5);
  }

  .md\:border-y-rose-100\/55 {
    border-top-color: rgb(255 228 230 / 0.55);
    border-bottom-color: rgb(255 228 230 / 0.55);
  }

  .md\:border-y-rose-100\/60 {
    border-top-color: rgb(255 228 230 / 0.6);
    border-bottom-color: rgb(255 228 230 / 0.6);
  }

  .md\:border-y-rose-100\/65 {
    border-top-color: rgb(255 228 230 / 0.65);
    border-bottom-color: rgb(255 228 230 / 0.65);
  }

  .md\:border-y-rose-100\/70 {
    border-top-color: rgb(255 228 230 / 0.7);
    border-bottom-color: rgb(255 228 230 / 0.7);
  }

  .md\:border-y-rose-100\/75 {
    border-top-color: rgb(255 228 230 / 0.75);
    border-bottom-color: rgb(255 228 230 / 0.75);
  }

  .md\:border-y-rose-100\/80 {
    border-top-color: rgb(255 228 230 / 0.8);
    border-bottom-color: rgb(255 228 230 / 0.8);
  }

  .md\:border-y-rose-100\/85 {
    border-top-color: rgb(255 228 230 / 0.85);
    border-bottom-color: rgb(255 228 230 / 0.85);
  }

  .md\:border-y-rose-100\/90 {
    border-top-color: rgb(255 228 230 / 0.9);
    border-bottom-color: rgb(255 228 230 / 0.9);
  }

  .md\:border-y-rose-100\/95 {
    border-top-color: rgb(255 228 230 / 0.95);
    border-bottom-color: rgb(255 228 230 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-rose-200\/0 {
    border-top-color: rgb(254 205 211 / 0);
    border-bottom-color: rgb(254 205 211 / 0);
  }

  .md\:border-y-rose-200\/10 {
    border-top-color: rgb(254 205 211 / 0.1);
    border-bottom-color: rgb(254 205 211 / 0.1);
  }

  .md\:border-y-rose-200\/100 {
    border-top-color: rgb(254 205 211 / 1);
    border-bottom-color: rgb(254 205 211 / 1);
  }

  .md\:border-y-rose-200\/15 {
    border-top-color: rgb(254 205 211 / 0.15);
    border-bottom-color: rgb(254 205 211 / 0.15);
  }

  .md\:border-y-rose-200\/20 {
    border-top-color: rgb(254 205 211 / 0.2);
    border-bottom-color: rgb(254 205 211 / 0.2);
  }

  .md\:border-y-rose-200\/25 {
    border-top-color: rgb(254 205 211 / 0.25);
    border-bottom-color: rgb(254 205 211 / 0.25);
  }

  .md\:border-y-rose-200\/30 {
    border-top-color: rgb(254 205 211 / 0.3);
    border-bottom-color: rgb(254 205 211 / 0.3);
  }

  .md\:border-y-rose-200\/35 {
    border-top-color: rgb(254 205 211 / 0.35);
    border-bottom-color: rgb(254 205 211 / 0.35);
  }

  .md\:border-y-rose-200\/40 {
    border-top-color: rgb(254 205 211 / 0.4);
    border-bottom-color: rgb(254 205 211 / 0.4);
  }

  .md\:border-y-rose-200\/45 {
    border-top-color: rgb(254 205 211 / 0.45);
    border-bottom-color: rgb(254 205 211 / 0.45);
  }

  .md\:border-y-rose-200\/5 {
    border-top-color: rgb(254 205 211 / 0.05);
    border-bottom-color: rgb(254 205 211 / 0.05);
  }

  .md\:border-y-rose-200\/50 {
    border-top-color: rgb(254 205 211 / 0.5);
    border-bottom-color: rgb(254 205 211 / 0.5);
  }

  .md\:border-y-rose-200\/55 {
    border-top-color: rgb(254 205 211 / 0.55);
    border-bottom-color: rgb(254 205 211 / 0.55);
  }

  .md\:border-y-rose-200\/60 {
    border-top-color: rgb(254 205 211 / 0.6);
    border-bottom-color: rgb(254 205 211 / 0.6);
  }

  .md\:border-y-rose-200\/65 {
    border-top-color: rgb(254 205 211 / 0.65);
    border-bottom-color: rgb(254 205 211 / 0.65);
  }

  .md\:border-y-rose-200\/70 {
    border-top-color: rgb(254 205 211 / 0.7);
    border-bottom-color: rgb(254 205 211 / 0.7);
  }

  .md\:border-y-rose-200\/75 {
    border-top-color: rgb(254 205 211 / 0.75);
    border-bottom-color: rgb(254 205 211 / 0.75);
  }

  .md\:border-y-rose-200\/80 {
    border-top-color: rgb(254 205 211 / 0.8);
    border-bottom-color: rgb(254 205 211 / 0.8);
  }

  .md\:border-y-rose-200\/85 {
    border-top-color: rgb(254 205 211 / 0.85);
    border-bottom-color: rgb(254 205 211 / 0.85);
  }

  .md\:border-y-rose-200\/90 {
    border-top-color: rgb(254 205 211 / 0.9);
    border-bottom-color: rgb(254 205 211 / 0.9);
  }

  .md\:border-y-rose-200\/95 {
    border-top-color: rgb(254 205 211 / 0.95);
    border-bottom-color: rgb(254 205 211 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-rose-300\/0 {
    border-top-color: rgb(253 164 175 / 0);
    border-bottom-color: rgb(253 164 175 / 0);
  }

  .md\:border-y-rose-300\/10 {
    border-top-color: rgb(253 164 175 / 0.1);
    border-bottom-color: rgb(253 164 175 / 0.1);
  }

  .md\:border-y-rose-300\/100 {
    border-top-color: rgb(253 164 175 / 1);
    border-bottom-color: rgb(253 164 175 / 1);
  }

  .md\:border-y-rose-300\/15 {
    border-top-color: rgb(253 164 175 / 0.15);
    border-bottom-color: rgb(253 164 175 / 0.15);
  }

  .md\:border-y-rose-300\/20 {
    border-top-color: rgb(253 164 175 / 0.2);
    border-bottom-color: rgb(253 164 175 / 0.2);
  }

  .md\:border-y-rose-300\/25 {
    border-top-color: rgb(253 164 175 / 0.25);
    border-bottom-color: rgb(253 164 175 / 0.25);
  }

  .md\:border-y-rose-300\/30 {
    border-top-color: rgb(253 164 175 / 0.3);
    border-bottom-color: rgb(253 164 175 / 0.3);
  }

  .md\:border-y-rose-300\/35 {
    border-top-color: rgb(253 164 175 / 0.35);
    border-bottom-color: rgb(253 164 175 / 0.35);
  }

  .md\:border-y-rose-300\/40 {
    border-top-color: rgb(253 164 175 / 0.4);
    border-bottom-color: rgb(253 164 175 / 0.4);
  }

  .md\:border-y-rose-300\/45 {
    border-top-color: rgb(253 164 175 / 0.45);
    border-bottom-color: rgb(253 164 175 / 0.45);
  }

  .md\:border-y-rose-300\/5 {
    border-top-color: rgb(253 164 175 / 0.05);
    border-bottom-color: rgb(253 164 175 / 0.05);
  }

  .md\:border-y-rose-300\/50 {
    border-top-color: rgb(253 164 175 / 0.5);
    border-bottom-color: rgb(253 164 175 / 0.5);
  }

  .md\:border-y-rose-300\/55 {
    border-top-color: rgb(253 164 175 / 0.55);
    border-bottom-color: rgb(253 164 175 / 0.55);
  }

  .md\:border-y-rose-300\/60 {
    border-top-color: rgb(253 164 175 / 0.6);
    border-bottom-color: rgb(253 164 175 / 0.6);
  }

  .md\:border-y-rose-300\/65 {
    border-top-color: rgb(253 164 175 / 0.65);
    border-bottom-color: rgb(253 164 175 / 0.65);
  }

  .md\:border-y-rose-300\/70 {
    border-top-color: rgb(253 164 175 / 0.7);
    border-bottom-color: rgb(253 164 175 / 0.7);
  }

  .md\:border-y-rose-300\/75 {
    border-top-color: rgb(253 164 175 / 0.75);
    border-bottom-color: rgb(253 164 175 / 0.75);
  }

  .md\:border-y-rose-300\/80 {
    border-top-color: rgb(253 164 175 / 0.8);
    border-bottom-color: rgb(253 164 175 / 0.8);
  }

  .md\:border-y-rose-300\/85 {
    border-top-color: rgb(253 164 175 / 0.85);
    border-bottom-color: rgb(253 164 175 / 0.85);
  }

  .md\:border-y-rose-300\/90 {
    border-top-color: rgb(253 164 175 / 0.9);
    border-bottom-color: rgb(253 164 175 / 0.9);
  }

  .md\:border-y-rose-300\/95 {
    border-top-color: rgb(253 164 175 / 0.95);
    border-bottom-color: rgb(253 164 175 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-rose-400\/0 {
    border-top-color: rgb(251 113 133 / 0);
    border-bottom-color: rgb(251 113 133 / 0);
  }

  .md\:border-y-rose-400\/10 {
    border-top-color: rgb(251 113 133 / 0.1);
    border-bottom-color: rgb(251 113 133 / 0.1);
  }

  .md\:border-y-rose-400\/100 {
    border-top-color: rgb(251 113 133 / 1);
    border-bottom-color: rgb(251 113 133 / 1);
  }

  .md\:border-y-rose-400\/15 {
    border-top-color: rgb(251 113 133 / 0.15);
    border-bottom-color: rgb(251 113 133 / 0.15);
  }

  .md\:border-y-rose-400\/20 {
    border-top-color: rgb(251 113 133 / 0.2);
    border-bottom-color: rgb(251 113 133 / 0.2);
  }

  .md\:border-y-rose-400\/25 {
    border-top-color: rgb(251 113 133 / 0.25);
    border-bottom-color: rgb(251 113 133 / 0.25);
  }

  .md\:border-y-rose-400\/30 {
    border-top-color: rgb(251 113 133 / 0.3);
    border-bottom-color: rgb(251 113 133 / 0.3);
  }

  .md\:border-y-rose-400\/35 {
    border-top-color: rgb(251 113 133 / 0.35);
    border-bottom-color: rgb(251 113 133 / 0.35);
  }

  .md\:border-y-rose-400\/40 {
    border-top-color: rgb(251 113 133 / 0.4);
    border-bottom-color: rgb(251 113 133 / 0.4);
  }

  .md\:border-y-rose-400\/45 {
    border-top-color: rgb(251 113 133 / 0.45);
    border-bottom-color: rgb(251 113 133 / 0.45);
  }

  .md\:border-y-rose-400\/5 {
    border-top-color: rgb(251 113 133 / 0.05);
    border-bottom-color: rgb(251 113 133 / 0.05);
  }

  .md\:border-y-rose-400\/50 {
    border-top-color: rgb(251 113 133 / 0.5);
    border-bottom-color: rgb(251 113 133 / 0.5);
  }

  .md\:border-y-rose-400\/55 {
    border-top-color: rgb(251 113 133 / 0.55);
    border-bottom-color: rgb(251 113 133 / 0.55);
  }

  .md\:border-y-rose-400\/60 {
    border-top-color: rgb(251 113 133 / 0.6);
    border-bottom-color: rgb(251 113 133 / 0.6);
  }

  .md\:border-y-rose-400\/65 {
    border-top-color: rgb(251 113 133 / 0.65);
    border-bottom-color: rgb(251 113 133 / 0.65);
  }

  .md\:border-y-rose-400\/70 {
    border-top-color: rgb(251 113 133 / 0.7);
    border-bottom-color: rgb(251 113 133 / 0.7);
  }

  .md\:border-y-rose-400\/75 {
    border-top-color: rgb(251 113 133 / 0.75);
    border-bottom-color: rgb(251 113 133 / 0.75);
  }

  .md\:border-y-rose-400\/80 {
    border-top-color: rgb(251 113 133 / 0.8);
    border-bottom-color: rgb(251 113 133 / 0.8);
  }

  .md\:border-y-rose-400\/85 {
    border-top-color: rgb(251 113 133 / 0.85);
    border-bottom-color: rgb(251 113 133 / 0.85);
  }

  .md\:border-y-rose-400\/90 {
    border-top-color: rgb(251 113 133 / 0.9);
    border-bottom-color: rgb(251 113 133 / 0.9);
  }

  .md\:border-y-rose-400\/95 {
    border-top-color: rgb(251 113 133 / 0.95);
    border-bottom-color: rgb(251 113 133 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-rose-50\/0 {
    border-top-color: rgb(255 241 242 / 0);
    border-bottom-color: rgb(255 241 242 / 0);
  }

  .md\:border-y-rose-50\/10 {
    border-top-color: rgb(255 241 242 / 0.1);
    border-bottom-color: rgb(255 241 242 / 0.1);
  }

  .md\:border-y-rose-50\/100 {
    border-top-color: rgb(255 241 242 / 1);
    border-bottom-color: rgb(255 241 242 / 1);
  }

  .md\:border-y-rose-50\/15 {
    border-top-color: rgb(255 241 242 / 0.15);
    border-bottom-color: rgb(255 241 242 / 0.15);
  }

  .md\:border-y-rose-50\/20 {
    border-top-color: rgb(255 241 242 / 0.2);
    border-bottom-color: rgb(255 241 242 / 0.2);
  }

  .md\:border-y-rose-50\/25 {
    border-top-color: rgb(255 241 242 / 0.25);
    border-bottom-color: rgb(255 241 242 / 0.25);
  }

  .md\:border-y-rose-50\/30 {
    border-top-color: rgb(255 241 242 / 0.3);
    border-bottom-color: rgb(255 241 242 / 0.3);
  }

  .md\:border-y-rose-50\/35 {
    border-top-color: rgb(255 241 242 / 0.35);
    border-bottom-color: rgb(255 241 242 / 0.35);
  }

  .md\:border-y-rose-50\/40 {
    border-top-color: rgb(255 241 242 / 0.4);
    border-bottom-color: rgb(255 241 242 / 0.4);
  }

  .md\:border-y-rose-50\/45 {
    border-top-color: rgb(255 241 242 / 0.45);
    border-bottom-color: rgb(255 241 242 / 0.45);
  }

  .md\:border-y-rose-50\/5 {
    border-top-color: rgb(255 241 242 / 0.05);
    border-bottom-color: rgb(255 241 242 / 0.05);
  }

  .md\:border-y-rose-50\/50 {
    border-top-color: rgb(255 241 242 / 0.5);
    border-bottom-color: rgb(255 241 242 / 0.5);
  }

  .md\:border-y-rose-50\/55 {
    border-top-color: rgb(255 241 242 / 0.55);
    border-bottom-color: rgb(255 241 242 / 0.55);
  }

  .md\:border-y-rose-50\/60 {
    border-top-color: rgb(255 241 242 / 0.6);
    border-bottom-color: rgb(255 241 242 / 0.6);
  }

  .md\:border-y-rose-50\/65 {
    border-top-color: rgb(255 241 242 / 0.65);
    border-bottom-color: rgb(255 241 242 / 0.65);
  }

  .md\:border-y-rose-50\/70 {
    border-top-color: rgb(255 241 242 / 0.7);
    border-bottom-color: rgb(255 241 242 / 0.7);
  }

  .md\:border-y-rose-50\/75 {
    border-top-color: rgb(255 241 242 / 0.75);
    border-bottom-color: rgb(255 241 242 / 0.75);
  }

  .md\:border-y-rose-50\/80 {
    border-top-color: rgb(255 241 242 / 0.8);
    border-bottom-color: rgb(255 241 242 / 0.8);
  }

  .md\:border-y-rose-50\/85 {
    border-top-color: rgb(255 241 242 / 0.85);
    border-bottom-color: rgb(255 241 242 / 0.85);
  }

  .md\:border-y-rose-50\/90 {
    border-top-color: rgb(255 241 242 / 0.9);
    border-bottom-color: rgb(255 241 242 / 0.9);
  }

  .md\:border-y-rose-50\/95 {
    border-top-color: rgb(255 241 242 / 0.95);
    border-bottom-color: rgb(255 241 242 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-rose-500\/0 {
    border-top-color: rgb(244 63 94 / 0);
    border-bottom-color: rgb(244 63 94 / 0);
  }

  .md\:border-y-rose-500\/10 {
    border-top-color: rgb(244 63 94 / 0.1);
    border-bottom-color: rgb(244 63 94 / 0.1);
  }

  .md\:border-y-rose-500\/100 {
    border-top-color: rgb(244 63 94 / 1);
    border-bottom-color: rgb(244 63 94 / 1);
  }

  .md\:border-y-rose-500\/15 {
    border-top-color: rgb(244 63 94 / 0.15);
    border-bottom-color: rgb(244 63 94 / 0.15);
  }

  .md\:border-y-rose-500\/20 {
    border-top-color: rgb(244 63 94 / 0.2);
    border-bottom-color: rgb(244 63 94 / 0.2);
  }

  .md\:border-y-rose-500\/25 {
    border-top-color: rgb(244 63 94 / 0.25);
    border-bottom-color: rgb(244 63 94 / 0.25);
  }

  .md\:border-y-rose-500\/30 {
    border-top-color: rgb(244 63 94 / 0.3);
    border-bottom-color: rgb(244 63 94 / 0.3);
  }

  .md\:border-y-rose-500\/35 {
    border-top-color: rgb(244 63 94 / 0.35);
    border-bottom-color: rgb(244 63 94 / 0.35);
  }

  .md\:border-y-rose-500\/40 {
    border-top-color: rgb(244 63 94 / 0.4);
    border-bottom-color: rgb(244 63 94 / 0.4);
  }

  .md\:border-y-rose-500\/45 {
    border-top-color: rgb(244 63 94 / 0.45);
    border-bottom-color: rgb(244 63 94 / 0.45);
  }

  .md\:border-y-rose-500\/5 {
    border-top-color: rgb(244 63 94 / 0.05);
    border-bottom-color: rgb(244 63 94 / 0.05);
  }

  .md\:border-y-rose-500\/50 {
    border-top-color: rgb(244 63 94 / 0.5);
    border-bottom-color: rgb(244 63 94 / 0.5);
  }

  .md\:border-y-rose-500\/55 {
    border-top-color: rgb(244 63 94 / 0.55);
    border-bottom-color: rgb(244 63 94 / 0.55);
  }

  .md\:border-y-rose-500\/60 {
    border-top-color: rgb(244 63 94 / 0.6);
    border-bottom-color: rgb(244 63 94 / 0.6);
  }

  .md\:border-y-rose-500\/65 {
    border-top-color: rgb(244 63 94 / 0.65);
    border-bottom-color: rgb(244 63 94 / 0.65);
  }

  .md\:border-y-rose-500\/70 {
    border-top-color: rgb(244 63 94 / 0.7);
    border-bottom-color: rgb(244 63 94 / 0.7);
  }

  .md\:border-y-rose-500\/75 {
    border-top-color: rgb(244 63 94 / 0.75);
    border-bottom-color: rgb(244 63 94 / 0.75);
  }

  .md\:border-y-rose-500\/80 {
    border-top-color: rgb(244 63 94 / 0.8);
    border-bottom-color: rgb(244 63 94 / 0.8);
  }

  .md\:border-y-rose-500\/85 {
    border-top-color: rgb(244 63 94 / 0.85);
    border-bottom-color: rgb(244 63 94 / 0.85);
  }

  .md\:border-y-rose-500\/90 {
    border-top-color: rgb(244 63 94 / 0.9);
    border-bottom-color: rgb(244 63 94 / 0.9);
  }

  .md\:border-y-rose-500\/95 {
    border-top-color: rgb(244 63 94 / 0.95);
    border-bottom-color: rgb(244 63 94 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-rose-600\/0 {
    border-top-color: rgb(225 29 72 / 0);
    border-bottom-color: rgb(225 29 72 / 0);
  }

  .md\:border-y-rose-600\/10 {
    border-top-color: rgb(225 29 72 / 0.1);
    border-bottom-color: rgb(225 29 72 / 0.1);
  }

  .md\:border-y-rose-600\/100 {
    border-top-color: rgb(225 29 72 / 1);
    border-bottom-color: rgb(225 29 72 / 1);
  }

  .md\:border-y-rose-600\/15 {
    border-top-color: rgb(225 29 72 / 0.15);
    border-bottom-color: rgb(225 29 72 / 0.15);
  }

  .md\:border-y-rose-600\/20 {
    border-top-color: rgb(225 29 72 / 0.2);
    border-bottom-color: rgb(225 29 72 / 0.2);
  }

  .md\:border-y-rose-600\/25 {
    border-top-color: rgb(225 29 72 / 0.25);
    border-bottom-color: rgb(225 29 72 / 0.25);
  }

  .md\:border-y-rose-600\/30 {
    border-top-color: rgb(225 29 72 / 0.3);
    border-bottom-color: rgb(225 29 72 / 0.3);
  }

  .md\:border-y-rose-600\/35 {
    border-top-color: rgb(225 29 72 / 0.35);
    border-bottom-color: rgb(225 29 72 / 0.35);
  }

  .md\:border-y-rose-600\/40 {
    border-top-color: rgb(225 29 72 / 0.4);
    border-bottom-color: rgb(225 29 72 / 0.4);
  }

  .md\:border-y-rose-600\/45 {
    border-top-color: rgb(225 29 72 / 0.45);
    border-bottom-color: rgb(225 29 72 / 0.45);
  }

  .md\:border-y-rose-600\/5 {
    border-top-color: rgb(225 29 72 / 0.05);
    border-bottom-color: rgb(225 29 72 / 0.05);
  }

  .md\:border-y-rose-600\/50 {
    border-top-color: rgb(225 29 72 / 0.5);
    border-bottom-color: rgb(225 29 72 / 0.5);
  }

  .md\:border-y-rose-600\/55 {
    border-top-color: rgb(225 29 72 / 0.55);
    border-bottom-color: rgb(225 29 72 / 0.55);
  }

  .md\:border-y-rose-600\/60 {
    border-top-color: rgb(225 29 72 / 0.6);
    border-bottom-color: rgb(225 29 72 / 0.6);
  }

  .md\:border-y-rose-600\/65 {
    border-top-color: rgb(225 29 72 / 0.65);
    border-bottom-color: rgb(225 29 72 / 0.65);
  }

  .md\:border-y-rose-600\/70 {
    border-top-color: rgb(225 29 72 / 0.7);
    border-bottom-color: rgb(225 29 72 / 0.7);
  }

  .md\:border-y-rose-600\/75 {
    border-top-color: rgb(225 29 72 / 0.75);
    border-bottom-color: rgb(225 29 72 / 0.75);
  }

  .md\:border-y-rose-600\/80 {
    border-top-color: rgb(225 29 72 / 0.8);
    border-bottom-color: rgb(225 29 72 / 0.8);
  }

  .md\:border-y-rose-600\/85 {
    border-top-color: rgb(225 29 72 / 0.85);
    border-bottom-color: rgb(225 29 72 / 0.85);
  }

  .md\:border-y-rose-600\/90 {
    border-top-color: rgb(225 29 72 / 0.9);
    border-bottom-color: rgb(225 29 72 / 0.9);
  }

  .md\:border-y-rose-600\/95 {
    border-top-color: rgb(225 29 72 / 0.95);
    border-bottom-color: rgb(225 29 72 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-rose-700\/0 {
    border-top-color: rgb(190 18 60 / 0);
    border-bottom-color: rgb(190 18 60 / 0);
  }

  .md\:border-y-rose-700\/10 {
    border-top-color: rgb(190 18 60 / 0.1);
    border-bottom-color: rgb(190 18 60 / 0.1);
  }

  .md\:border-y-rose-700\/100 {
    border-top-color: rgb(190 18 60 / 1);
    border-bottom-color: rgb(190 18 60 / 1);
  }

  .md\:border-y-rose-700\/15 {
    border-top-color: rgb(190 18 60 / 0.15);
    border-bottom-color: rgb(190 18 60 / 0.15);
  }

  .md\:border-y-rose-700\/20 {
    border-top-color: rgb(190 18 60 / 0.2);
    border-bottom-color: rgb(190 18 60 / 0.2);
  }

  .md\:border-y-rose-700\/25 {
    border-top-color: rgb(190 18 60 / 0.25);
    border-bottom-color: rgb(190 18 60 / 0.25);
  }

  .md\:border-y-rose-700\/30 {
    border-top-color: rgb(190 18 60 / 0.3);
    border-bottom-color: rgb(190 18 60 / 0.3);
  }

  .md\:border-y-rose-700\/35 {
    border-top-color: rgb(190 18 60 / 0.35);
    border-bottom-color: rgb(190 18 60 / 0.35);
  }

  .md\:border-y-rose-700\/40 {
    border-top-color: rgb(190 18 60 / 0.4);
    border-bottom-color: rgb(190 18 60 / 0.4);
  }

  .md\:border-y-rose-700\/45 {
    border-top-color: rgb(190 18 60 / 0.45);
    border-bottom-color: rgb(190 18 60 / 0.45);
  }

  .md\:border-y-rose-700\/5 {
    border-top-color: rgb(190 18 60 / 0.05);
    border-bottom-color: rgb(190 18 60 / 0.05);
  }

  .md\:border-y-rose-700\/50 {
    border-top-color: rgb(190 18 60 / 0.5);
    border-bottom-color: rgb(190 18 60 / 0.5);
  }

  .md\:border-y-rose-700\/55 {
    border-top-color: rgb(190 18 60 / 0.55);
    border-bottom-color: rgb(190 18 60 / 0.55);
  }

  .md\:border-y-rose-700\/60 {
    border-top-color: rgb(190 18 60 / 0.6);
    border-bottom-color: rgb(190 18 60 / 0.6);
  }

  .md\:border-y-rose-700\/65 {
    border-top-color: rgb(190 18 60 / 0.65);
    border-bottom-color: rgb(190 18 60 / 0.65);
  }

  .md\:border-y-rose-700\/70 {
    border-top-color: rgb(190 18 60 / 0.7);
    border-bottom-color: rgb(190 18 60 / 0.7);
  }

  .md\:border-y-rose-700\/75 {
    border-top-color: rgb(190 18 60 / 0.75);
    border-bottom-color: rgb(190 18 60 / 0.75);
  }

  .md\:border-y-rose-700\/80 {
    border-top-color: rgb(190 18 60 / 0.8);
    border-bottom-color: rgb(190 18 60 / 0.8);
  }

  .md\:border-y-rose-700\/85 {
    border-top-color: rgb(190 18 60 / 0.85);
    border-bottom-color: rgb(190 18 60 / 0.85);
  }

  .md\:border-y-rose-700\/90 {
    border-top-color: rgb(190 18 60 / 0.9);
    border-bottom-color: rgb(190 18 60 / 0.9);
  }

  .md\:border-y-rose-700\/95 {
    border-top-color: rgb(190 18 60 / 0.95);
    border-bottom-color: rgb(190 18 60 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-rose-800\/0 {
    border-top-color: rgb(159 18 57 / 0);
    border-bottom-color: rgb(159 18 57 / 0);
  }

  .md\:border-y-rose-800\/10 {
    border-top-color: rgb(159 18 57 / 0.1);
    border-bottom-color: rgb(159 18 57 / 0.1);
  }

  .md\:border-y-rose-800\/100 {
    border-top-color: rgb(159 18 57 / 1);
    border-bottom-color: rgb(159 18 57 / 1);
  }

  .md\:border-y-rose-800\/15 {
    border-top-color: rgb(159 18 57 / 0.15);
    border-bottom-color: rgb(159 18 57 / 0.15);
  }

  .md\:border-y-rose-800\/20 {
    border-top-color: rgb(159 18 57 / 0.2);
    border-bottom-color: rgb(159 18 57 / 0.2);
  }

  .md\:border-y-rose-800\/25 {
    border-top-color: rgb(159 18 57 / 0.25);
    border-bottom-color: rgb(159 18 57 / 0.25);
  }

  .md\:border-y-rose-800\/30 {
    border-top-color: rgb(159 18 57 / 0.3);
    border-bottom-color: rgb(159 18 57 / 0.3);
  }

  .md\:border-y-rose-800\/35 {
    border-top-color: rgb(159 18 57 / 0.35);
    border-bottom-color: rgb(159 18 57 / 0.35);
  }

  .md\:border-y-rose-800\/40 {
    border-top-color: rgb(159 18 57 / 0.4);
    border-bottom-color: rgb(159 18 57 / 0.4);
  }

  .md\:border-y-rose-800\/45 {
    border-top-color: rgb(159 18 57 / 0.45);
    border-bottom-color: rgb(159 18 57 / 0.45);
  }

  .md\:border-y-rose-800\/5 {
    border-top-color: rgb(159 18 57 / 0.05);
    border-bottom-color: rgb(159 18 57 / 0.05);
  }

  .md\:border-y-rose-800\/50 {
    border-top-color: rgb(159 18 57 / 0.5);
    border-bottom-color: rgb(159 18 57 / 0.5);
  }

  .md\:border-y-rose-800\/55 {
    border-top-color: rgb(159 18 57 / 0.55);
    border-bottom-color: rgb(159 18 57 / 0.55);
  }

  .md\:border-y-rose-800\/60 {
    border-top-color: rgb(159 18 57 / 0.6);
    border-bottom-color: rgb(159 18 57 / 0.6);
  }

  .md\:border-y-rose-800\/65 {
    border-top-color: rgb(159 18 57 / 0.65);
    border-bottom-color: rgb(159 18 57 / 0.65);
  }

  .md\:border-y-rose-800\/70 {
    border-top-color: rgb(159 18 57 / 0.7);
    border-bottom-color: rgb(159 18 57 / 0.7);
  }

  .md\:border-y-rose-800\/75 {
    border-top-color: rgb(159 18 57 / 0.75);
    border-bottom-color: rgb(159 18 57 / 0.75);
  }

  .md\:border-y-rose-800\/80 {
    border-top-color: rgb(159 18 57 / 0.8);
    border-bottom-color: rgb(159 18 57 / 0.8);
  }

  .md\:border-y-rose-800\/85 {
    border-top-color: rgb(159 18 57 / 0.85);
    border-bottom-color: rgb(159 18 57 / 0.85);
  }

  .md\:border-y-rose-800\/90 {
    border-top-color: rgb(159 18 57 / 0.9);
    border-bottom-color: rgb(159 18 57 / 0.9);
  }

  .md\:border-y-rose-800\/95 {
    border-top-color: rgb(159 18 57 / 0.95);
    border-bottom-color: rgb(159 18 57 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-rose-900\/0 {
    border-top-color: rgb(136 19 55 / 0);
    border-bottom-color: rgb(136 19 55 / 0);
  }

  .md\:border-y-rose-900\/10 {
    border-top-color: rgb(136 19 55 / 0.1);
    border-bottom-color: rgb(136 19 55 / 0.1);
  }

  .md\:border-y-rose-900\/100 {
    border-top-color: rgb(136 19 55 / 1);
    border-bottom-color: rgb(136 19 55 / 1);
  }

  .md\:border-y-rose-900\/15 {
    border-top-color: rgb(136 19 55 / 0.15);
    border-bottom-color: rgb(136 19 55 / 0.15);
  }

  .md\:border-y-rose-900\/20 {
    border-top-color: rgb(136 19 55 / 0.2);
    border-bottom-color: rgb(136 19 55 / 0.2);
  }

  .md\:border-y-rose-900\/25 {
    border-top-color: rgb(136 19 55 / 0.25);
    border-bottom-color: rgb(136 19 55 / 0.25);
  }

  .md\:border-y-rose-900\/30 {
    border-top-color: rgb(136 19 55 / 0.3);
    border-bottom-color: rgb(136 19 55 / 0.3);
  }

  .md\:border-y-rose-900\/35 {
    border-top-color: rgb(136 19 55 / 0.35);
    border-bottom-color: rgb(136 19 55 / 0.35);
  }

  .md\:border-y-rose-900\/40 {
    border-top-color: rgb(136 19 55 / 0.4);
    border-bottom-color: rgb(136 19 55 / 0.4);
  }

  .md\:border-y-rose-900\/45 {
    border-top-color: rgb(136 19 55 / 0.45);
    border-bottom-color: rgb(136 19 55 / 0.45);
  }

  .md\:border-y-rose-900\/5 {
    border-top-color: rgb(136 19 55 / 0.05);
    border-bottom-color: rgb(136 19 55 / 0.05);
  }

  .md\:border-y-rose-900\/50 {
    border-top-color: rgb(136 19 55 / 0.5);
    border-bottom-color: rgb(136 19 55 / 0.5);
  }

  .md\:border-y-rose-900\/55 {
    border-top-color: rgb(136 19 55 / 0.55);
    border-bottom-color: rgb(136 19 55 / 0.55);
  }

  .md\:border-y-rose-900\/60 {
    border-top-color: rgb(136 19 55 / 0.6);
    border-bottom-color: rgb(136 19 55 / 0.6);
  }

  .md\:border-y-rose-900\/65 {
    border-top-color: rgb(136 19 55 / 0.65);
    border-bottom-color: rgb(136 19 55 / 0.65);
  }

  .md\:border-y-rose-900\/70 {
    border-top-color: rgb(136 19 55 / 0.7);
    border-bottom-color: rgb(136 19 55 / 0.7);
  }

  .md\:border-y-rose-900\/75 {
    border-top-color: rgb(136 19 55 / 0.75);
    border-bottom-color: rgb(136 19 55 / 0.75);
  }

  .md\:border-y-rose-900\/80 {
    border-top-color: rgb(136 19 55 / 0.8);
    border-bottom-color: rgb(136 19 55 / 0.8);
  }

  .md\:border-y-rose-900\/85 {
    border-top-color: rgb(136 19 55 / 0.85);
    border-bottom-color: rgb(136 19 55 / 0.85);
  }

  .md\:border-y-rose-900\/90 {
    border-top-color: rgb(136 19 55 / 0.9);
    border-bottom-color: rgb(136 19 55 / 0.9);
  }

  .md\:border-y-rose-900\/95 {
    border-top-color: rgb(136 19 55 / 0.95);
    border-bottom-color: rgb(136 19 55 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-rose-950\/0 {
    border-top-color: rgb(76 5 25 / 0);
    border-bottom-color: rgb(76 5 25 / 0);
  }

  .md\:border-y-rose-950\/10 {
    border-top-color: rgb(76 5 25 / 0.1);
    border-bottom-color: rgb(76 5 25 / 0.1);
  }

  .md\:border-y-rose-950\/100 {
    border-top-color: rgb(76 5 25 / 1);
    border-bottom-color: rgb(76 5 25 / 1);
  }

  .md\:border-y-rose-950\/15 {
    border-top-color: rgb(76 5 25 / 0.15);
    border-bottom-color: rgb(76 5 25 / 0.15);
  }

  .md\:border-y-rose-950\/20 {
    border-top-color: rgb(76 5 25 / 0.2);
    border-bottom-color: rgb(76 5 25 / 0.2);
  }

  .md\:border-y-rose-950\/25 {
    border-top-color: rgb(76 5 25 / 0.25);
    border-bottom-color: rgb(76 5 25 / 0.25);
  }

  .md\:border-y-rose-950\/30 {
    border-top-color: rgb(76 5 25 / 0.3);
    border-bottom-color: rgb(76 5 25 / 0.3);
  }

  .md\:border-y-rose-950\/35 {
    border-top-color: rgb(76 5 25 / 0.35);
    border-bottom-color: rgb(76 5 25 / 0.35);
  }

  .md\:border-y-rose-950\/40 {
    border-top-color: rgb(76 5 25 / 0.4);
    border-bottom-color: rgb(76 5 25 / 0.4);
  }

  .md\:border-y-rose-950\/45 {
    border-top-color: rgb(76 5 25 / 0.45);
    border-bottom-color: rgb(76 5 25 / 0.45);
  }

  .md\:border-y-rose-950\/5 {
    border-top-color: rgb(76 5 25 / 0.05);
    border-bottom-color: rgb(76 5 25 / 0.05);
  }

  .md\:border-y-rose-950\/50 {
    border-top-color: rgb(76 5 25 / 0.5);
    border-bottom-color: rgb(76 5 25 / 0.5);
  }

  .md\:border-y-rose-950\/55 {
    border-top-color: rgb(76 5 25 / 0.55);
    border-bottom-color: rgb(76 5 25 / 0.55);
  }

  .md\:border-y-rose-950\/60 {
    border-top-color: rgb(76 5 25 / 0.6);
    border-bottom-color: rgb(76 5 25 / 0.6);
  }

  .md\:border-y-rose-950\/65 {
    border-top-color: rgb(76 5 25 / 0.65);
    border-bottom-color: rgb(76 5 25 / 0.65);
  }

  .md\:border-y-rose-950\/70 {
    border-top-color: rgb(76 5 25 / 0.7);
    border-bottom-color: rgb(76 5 25 / 0.7);
  }

  .md\:border-y-rose-950\/75 {
    border-top-color: rgb(76 5 25 / 0.75);
    border-bottom-color: rgb(76 5 25 / 0.75);
  }

  .md\:border-y-rose-950\/80 {
    border-top-color: rgb(76 5 25 / 0.8);
    border-bottom-color: rgb(76 5 25 / 0.8);
  }

  .md\:border-y-rose-950\/85 {
    border-top-color: rgb(76 5 25 / 0.85);
    border-bottom-color: rgb(76 5 25 / 0.85);
  }

  .md\:border-y-rose-950\/90 {
    border-top-color: rgb(76 5 25 / 0.9);
    border-bottom-color: rgb(76 5 25 / 0.9);
  }

  .md\:border-y-rose-950\/95 {
    border-top-color: rgb(76 5 25 / 0.95);
    border-bottom-color: rgb(76 5 25 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-sky-100\/0 {
    border-top-color: rgb(224 242 254 / 0);
    border-bottom-color: rgb(224 242 254 / 0);
  }

  .md\:border-y-sky-100\/10 {
    border-top-color: rgb(224 242 254 / 0.1);
    border-bottom-color: rgb(224 242 254 / 0.1);
  }

  .md\:border-y-sky-100\/100 {
    border-top-color: rgb(224 242 254 / 1);
    border-bottom-color: rgb(224 242 254 / 1);
  }

  .md\:border-y-sky-100\/15 {
    border-top-color: rgb(224 242 254 / 0.15);
    border-bottom-color: rgb(224 242 254 / 0.15);
  }

  .md\:border-y-sky-100\/20 {
    border-top-color: rgb(224 242 254 / 0.2);
    border-bottom-color: rgb(224 242 254 / 0.2);
  }

  .md\:border-y-sky-100\/25 {
    border-top-color: rgb(224 242 254 / 0.25);
    border-bottom-color: rgb(224 242 254 / 0.25);
  }

  .md\:border-y-sky-100\/30 {
    border-top-color: rgb(224 242 254 / 0.3);
    border-bottom-color: rgb(224 242 254 / 0.3);
  }

  .md\:border-y-sky-100\/35 {
    border-top-color: rgb(224 242 254 / 0.35);
    border-bottom-color: rgb(224 242 254 / 0.35);
  }

  .md\:border-y-sky-100\/40 {
    border-top-color: rgb(224 242 254 / 0.4);
    border-bottom-color: rgb(224 242 254 / 0.4);
  }

  .md\:border-y-sky-100\/45 {
    border-top-color: rgb(224 242 254 / 0.45);
    border-bottom-color: rgb(224 242 254 / 0.45);
  }

  .md\:border-y-sky-100\/5 {
    border-top-color: rgb(224 242 254 / 0.05);
    border-bottom-color: rgb(224 242 254 / 0.05);
  }

  .md\:border-y-sky-100\/50 {
    border-top-color: rgb(224 242 254 / 0.5);
    border-bottom-color: rgb(224 242 254 / 0.5);
  }

  .md\:border-y-sky-100\/55 {
    border-top-color: rgb(224 242 254 / 0.55);
    border-bottom-color: rgb(224 242 254 / 0.55);
  }

  .md\:border-y-sky-100\/60 {
    border-top-color: rgb(224 242 254 / 0.6);
    border-bottom-color: rgb(224 242 254 / 0.6);
  }

  .md\:border-y-sky-100\/65 {
    border-top-color: rgb(224 242 254 / 0.65);
    border-bottom-color: rgb(224 242 254 / 0.65);
  }

  .md\:border-y-sky-100\/70 {
    border-top-color: rgb(224 242 254 / 0.7);
    border-bottom-color: rgb(224 242 254 / 0.7);
  }

  .md\:border-y-sky-100\/75 {
    border-top-color: rgb(224 242 254 / 0.75);
    border-bottom-color: rgb(224 242 254 / 0.75);
  }

  .md\:border-y-sky-100\/80 {
    border-top-color: rgb(224 242 254 / 0.8);
    border-bottom-color: rgb(224 242 254 / 0.8);
  }

  .md\:border-y-sky-100\/85 {
    border-top-color: rgb(224 242 254 / 0.85);
    border-bottom-color: rgb(224 242 254 / 0.85);
  }

  .md\:border-y-sky-100\/90 {
    border-top-color: rgb(224 242 254 / 0.9);
    border-bottom-color: rgb(224 242 254 / 0.9);
  }

  .md\:border-y-sky-100\/95 {
    border-top-color: rgb(224 242 254 / 0.95);
    border-bottom-color: rgb(224 242 254 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-sky-200\/0 {
    border-top-color: rgb(186 230 253 / 0);
    border-bottom-color: rgb(186 230 253 / 0);
  }

  .md\:border-y-sky-200\/10 {
    border-top-color: rgb(186 230 253 / 0.1);
    border-bottom-color: rgb(186 230 253 / 0.1);
  }

  .md\:border-y-sky-200\/100 {
    border-top-color: rgb(186 230 253 / 1);
    border-bottom-color: rgb(186 230 253 / 1);
  }

  .md\:border-y-sky-200\/15 {
    border-top-color: rgb(186 230 253 / 0.15);
    border-bottom-color: rgb(186 230 253 / 0.15);
  }

  .md\:border-y-sky-200\/20 {
    border-top-color: rgb(186 230 253 / 0.2);
    border-bottom-color: rgb(186 230 253 / 0.2);
  }

  .md\:border-y-sky-200\/25 {
    border-top-color: rgb(186 230 253 / 0.25);
    border-bottom-color: rgb(186 230 253 / 0.25);
  }

  .md\:border-y-sky-200\/30 {
    border-top-color: rgb(186 230 253 / 0.3);
    border-bottom-color: rgb(186 230 253 / 0.3);
  }

  .md\:border-y-sky-200\/35 {
    border-top-color: rgb(186 230 253 / 0.35);
    border-bottom-color: rgb(186 230 253 / 0.35);
  }

  .md\:border-y-sky-200\/40 {
    border-top-color: rgb(186 230 253 / 0.4);
    border-bottom-color: rgb(186 230 253 / 0.4);
  }

  .md\:border-y-sky-200\/45 {
    border-top-color: rgb(186 230 253 / 0.45);
    border-bottom-color: rgb(186 230 253 / 0.45);
  }

  .md\:border-y-sky-200\/5 {
    border-top-color: rgb(186 230 253 / 0.05);
    border-bottom-color: rgb(186 230 253 / 0.05);
  }

  .md\:border-y-sky-200\/50 {
    border-top-color: rgb(186 230 253 / 0.5);
    border-bottom-color: rgb(186 230 253 / 0.5);
  }

  .md\:border-y-sky-200\/55 {
    border-top-color: rgb(186 230 253 / 0.55);
    border-bottom-color: rgb(186 230 253 / 0.55);
  }

  .md\:border-y-sky-200\/60 {
    border-top-color: rgb(186 230 253 / 0.6);
    border-bottom-color: rgb(186 230 253 / 0.6);
  }

  .md\:border-y-sky-200\/65 {
    border-top-color: rgb(186 230 253 / 0.65);
    border-bottom-color: rgb(186 230 253 / 0.65);
  }

  .md\:border-y-sky-200\/70 {
    border-top-color: rgb(186 230 253 / 0.7);
    border-bottom-color: rgb(186 230 253 / 0.7);
  }

  .md\:border-y-sky-200\/75 {
    border-top-color: rgb(186 230 253 / 0.75);
    border-bottom-color: rgb(186 230 253 / 0.75);
  }

  .md\:border-y-sky-200\/80 {
    border-top-color: rgb(186 230 253 / 0.8);
    border-bottom-color: rgb(186 230 253 / 0.8);
  }

  .md\:border-y-sky-200\/85 {
    border-top-color: rgb(186 230 253 / 0.85);
    border-bottom-color: rgb(186 230 253 / 0.85);
  }

  .md\:border-y-sky-200\/90 {
    border-top-color: rgb(186 230 253 / 0.9);
    border-bottom-color: rgb(186 230 253 / 0.9);
  }

  .md\:border-y-sky-200\/95 {
    border-top-color: rgb(186 230 253 / 0.95);
    border-bottom-color: rgb(186 230 253 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-sky-300\/0 {
    border-top-color: rgb(125 211 252 / 0);
    border-bottom-color: rgb(125 211 252 / 0);
  }

  .md\:border-y-sky-300\/10 {
    border-top-color: rgb(125 211 252 / 0.1);
    border-bottom-color: rgb(125 211 252 / 0.1);
  }

  .md\:border-y-sky-300\/100 {
    border-top-color: rgb(125 211 252 / 1);
    border-bottom-color: rgb(125 211 252 / 1);
  }

  .md\:border-y-sky-300\/15 {
    border-top-color: rgb(125 211 252 / 0.15);
    border-bottom-color: rgb(125 211 252 / 0.15);
  }

  .md\:border-y-sky-300\/20 {
    border-top-color: rgb(125 211 252 / 0.2);
    border-bottom-color: rgb(125 211 252 / 0.2);
  }

  .md\:border-y-sky-300\/25 {
    border-top-color: rgb(125 211 252 / 0.25);
    border-bottom-color: rgb(125 211 252 / 0.25);
  }

  .md\:border-y-sky-300\/30 {
    border-top-color: rgb(125 211 252 / 0.3);
    border-bottom-color: rgb(125 211 252 / 0.3);
  }

  .md\:border-y-sky-300\/35 {
    border-top-color: rgb(125 211 252 / 0.35);
    border-bottom-color: rgb(125 211 252 / 0.35);
  }

  .md\:border-y-sky-300\/40 {
    border-top-color: rgb(125 211 252 / 0.4);
    border-bottom-color: rgb(125 211 252 / 0.4);
  }

  .md\:border-y-sky-300\/45 {
    border-top-color: rgb(125 211 252 / 0.45);
    border-bottom-color: rgb(125 211 252 / 0.45);
  }

  .md\:border-y-sky-300\/5 {
    border-top-color: rgb(125 211 252 / 0.05);
    border-bottom-color: rgb(125 211 252 / 0.05);
  }

  .md\:border-y-sky-300\/50 {
    border-top-color: rgb(125 211 252 / 0.5);
    border-bottom-color: rgb(125 211 252 / 0.5);
  }

  .md\:border-y-sky-300\/55 {
    border-top-color: rgb(125 211 252 / 0.55);
    border-bottom-color: rgb(125 211 252 / 0.55);
  }

  .md\:border-y-sky-300\/60 {
    border-top-color: rgb(125 211 252 / 0.6);
    border-bottom-color: rgb(125 211 252 / 0.6);
  }

  .md\:border-y-sky-300\/65 {
    border-top-color: rgb(125 211 252 / 0.65);
    border-bottom-color: rgb(125 211 252 / 0.65);
  }

  .md\:border-y-sky-300\/70 {
    border-top-color: rgb(125 211 252 / 0.7);
    border-bottom-color: rgb(125 211 252 / 0.7);
  }

  .md\:border-y-sky-300\/75 {
    border-top-color: rgb(125 211 252 / 0.75);
    border-bottom-color: rgb(125 211 252 / 0.75);
  }

  .md\:border-y-sky-300\/80 {
    border-top-color: rgb(125 211 252 / 0.8);
    border-bottom-color: rgb(125 211 252 / 0.8);
  }

  .md\:border-y-sky-300\/85 {
    border-top-color: rgb(125 211 252 / 0.85);
    border-bottom-color: rgb(125 211 252 / 0.85);
  }

  .md\:border-y-sky-300\/90 {
    border-top-color: rgb(125 211 252 / 0.9);
    border-bottom-color: rgb(125 211 252 / 0.9);
  }

  .md\:border-y-sky-300\/95 {
    border-top-color: rgb(125 211 252 / 0.95);
    border-bottom-color: rgb(125 211 252 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-sky-400\/0 {
    border-top-color: rgb(56 189 248 / 0);
    border-bottom-color: rgb(56 189 248 / 0);
  }

  .md\:border-y-sky-400\/10 {
    border-top-color: rgb(56 189 248 / 0.1);
    border-bottom-color: rgb(56 189 248 / 0.1);
  }

  .md\:border-y-sky-400\/100 {
    border-top-color: rgb(56 189 248 / 1);
    border-bottom-color: rgb(56 189 248 / 1);
  }

  .md\:border-y-sky-400\/15 {
    border-top-color: rgb(56 189 248 / 0.15);
    border-bottom-color: rgb(56 189 248 / 0.15);
  }

  .md\:border-y-sky-400\/20 {
    border-top-color: rgb(56 189 248 / 0.2);
    border-bottom-color: rgb(56 189 248 / 0.2);
  }

  .md\:border-y-sky-400\/25 {
    border-top-color: rgb(56 189 248 / 0.25);
    border-bottom-color: rgb(56 189 248 / 0.25);
  }

  .md\:border-y-sky-400\/30 {
    border-top-color: rgb(56 189 248 / 0.3);
    border-bottom-color: rgb(56 189 248 / 0.3);
  }

  .md\:border-y-sky-400\/35 {
    border-top-color: rgb(56 189 248 / 0.35);
    border-bottom-color: rgb(56 189 248 / 0.35);
  }

  .md\:border-y-sky-400\/40 {
    border-top-color: rgb(56 189 248 / 0.4);
    border-bottom-color: rgb(56 189 248 / 0.4);
  }

  .md\:border-y-sky-400\/45 {
    border-top-color: rgb(56 189 248 / 0.45);
    border-bottom-color: rgb(56 189 248 / 0.45);
  }

  .md\:border-y-sky-400\/5 {
    border-top-color: rgb(56 189 248 / 0.05);
    border-bottom-color: rgb(56 189 248 / 0.05);
  }

  .md\:border-y-sky-400\/50 {
    border-top-color: rgb(56 189 248 / 0.5);
    border-bottom-color: rgb(56 189 248 / 0.5);
  }

  .md\:border-y-sky-400\/55 {
    border-top-color: rgb(56 189 248 / 0.55);
    border-bottom-color: rgb(56 189 248 / 0.55);
  }

  .md\:border-y-sky-400\/60 {
    border-top-color: rgb(56 189 248 / 0.6);
    border-bottom-color: rgb(56 189 248 / 0.6);
  }

  .md\:border-y-sky-400\/65 {
    border-top-color: rgb(56 189 248 / 0.65);
    border-bottom-color: rgb(56 189 248 / 0.65);
  }

  .md\:border-y-sky-400\/70 {
    border-top-color: rgb(56 189 248 / 0.7);
    border-bottom-color: rgb(56 189 248 / 0.7);
  }

  .md\:border-y-sky-400\/75 {
    border-top-color: rgb(56 189 248 / 0.75);
    border-bottom-color: rgb(56 189 248 / 0.75);
  }

  .md\:border-y-sky-400\/80 {
    border-top-color: rgb(56 189 248 / 0.8);
    border-bottom-color: rgb(56 189 248 / 0.8);
  }

  .md\:border-y-sky-400\/85 {
    border-top-color: rgb(56 189 248 / 0.85);
    border-bottom-color: rgb(56 189 248 / 0.85);
  }

  .md\:border-y-sky-400\/90 {
    border-top-color: rgb(56 189 248 / 0.9);
    border-bottom-color: rgb(56 189 248 / 0.9);
  }

  .md\:border-y-sky-400\/95 {
    border-top-color: rgb(56 189 248 / 0.95);
    border-bottom-color: rgb(56 189 248 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-sky-50\/0 {
    border-top-color: rgb(240 249 255 / 0);
    border-bottom-color: rgb(240 249 255 / 0);
  }

  .md\:border-y-sky-50\/10 {
    border-top-color: rgb(240 249 255 / 0.1);
    border-bottom-color: rgb(240 249 255 / 0.1);
  }

  .md\:border-y-sky-50\/100 {
    border-top-color: rgb(240 249 255 / 1);
    border-bottom-color: rgb(240 249 255 / 1);
  }

  .md\:border-y-sky-50\/15 {
    border-top-color: rgb(240 249 255 / 0.15);
    border-bottom-color: rgb(240 249 255 / 0.15);
  }

  .md\:border-y-sky-50\/20 {
    border-top-color: rgb(240 249 255 / 0.2);
    border-bottom-color: rgb(240 249 255 / 0.2);
  }

  .md\:border-y-sky-50\/25 {
    border-top-color: rgb(240 249 255 / 0.25);
    border-bottom-color: rgb(240 249 255 / 0.25);
  }

  .md\:border-y-sky-50\/30 {
    border-top-color: rgb(240 249 255 / 0.3);
    border-bottom-color: rgb(240 249 255 / 0.3);
  }

  .md\:border-y-sky-50\/35 {
    border-top-color: rgb(240 249 255 / 0.35);
    border-bottom-color: rgb(240 249 255 / 0.35);
  }

  .md\:border-y-sky-50\/40 {
    border-top-color: rgb(240 249 255 / 0.4);
    border-bottom-color: rgb(240 249 255 / 0.4);
  }

  .md\:border-y-sky-50\/45 {
    border-top-color: rgb(240 249 255 / 0.45);
    border-bottom-color: rgb(240 249 255 / 0.45);
  }

  .md\:border-y-sky-50\/5 {
    border-top-color: rgb(240 249 255 / 0.05);
    border-bottom-color: rgb(240 249 255 / 0.05);
  }

  .md\:border-y-sky-50\/50 {
    border-top-color: rgb(240 249 255 / 0.5);
    border-bottom-color: rgb(240 249 255 / 0.5);
  }

  .md\:border-y-sky-50\/55 {
    border-top-color: rgb(240 249 255 / 0.55);
    border-bottom-color: rgb(240 249 255 / 0.55);
  }

  .md\:border-y-sky-50\/60 {
    border-top-color: rgb(240 249 255 / 0.6);
    border-bottom-color: rgb(240 249 255 / 0.6);
  }

  .md\:border-y-sky-50\/65 {
    border-top-color: rgb(240 249 255 / 0.65);
    border-bottom-color: rgb(240 249 255 / 0.65);
  }

  .md\:border-y-sky-50\/70 {
    border-top-color: rgb(240 249 255 / 0.7);
    border-bottom-color: rgb(240 249 255 / 0.7);
  }

  .md\:border-y-sky-50\/75 {
    border-top-color: rgb(240 249 255 / 0.75);
    border-bottom-color: rgb(240 249 255 / 0.75);
  }

  .md\:border-y-sky-50\/80 {
    border-top-color: rgb(240 249 255 / 0.8);
    border-bottom-color: rgb(240 249 255 / 0.8);
  }

  .md\:border-y-sky-50\/85 {
    border-top-color: rgb(240 249 255 / 0.85);
    border-bottom-color: rgb(240 249 255 / 0.85);
  }

  .md\:border-y-sky-50\/90 {
    border-top-color: rgb(240 249 255 / 0.9);
    border-bottom-color: rgb(240 249 255 / 0.9);
  }

  .md\:border-y-sky-50\/95 {
    border-top-color: rgb(240 249 255 / 0.95);
    border-bottom-color: rgb(240 249 255 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-sky-500\/0 {
    border-top-color: rgb(14 165 233 / 0);
    border-bottom-color: rgb(14 165 233 / 0);
  }

  .md\:border-y-sky-500\/10 {
    border-top-color: rgb(14 165 233 / 0.1);
    border-bottom-color: rgb(14 165 233 / 0.1);
  }

  .md\:border-y-sky-500\/100 {
    border-top-color: rgb(14 165 233 / 1);
    border-bottom-color: rgb(14 165 233 / 1);
  }

  .md\:border-y-sky-500\/15 {
    border-top-color: rgb(14 165 233 / 0.15);
    border-bottom-color: rgb(14 165 233 / 0.15);
  }

  .md\:border-y-sky-500\/20 {
    border-top-color: rgb(14 165 233 / 0.2);
    border-bottom-color: rgb(14 165 233 / 0.2);
  }

  .md\:border-y-sky-500\/25 {
    border-top-color: rgb(14 165 233 / 0.25);
    border-bottom-color: rgb(14 165 233 / 0.25);
  }

  .md\:border-y-sky-500\/30 {
    border-top-color: rgb(14 165 233 / 0.3);
    border-bottom-color: rgb(14 165 233 / 0.3);
  }

  .md\:border-y-sky-500\/35 {
    border-top-color: rgb(14 165 233 / 0.35);
    border-bottom-color: rgb(14 165 233 / 0.35);
  }

  .md\:border-y-sky-500\/40 {
    border-top-color: rgb(14 165 233 / 0.4);
    border-bottom-color: rgb(14 165 233 / 0.4);
  }

  .md\:border-y-sky-500\/45 {
    border-top-color: rgb(14 165 233 / 0.45);
    border-bottom-color: rgb(14 165 233 / 0.45);
  }

  .md\:border-y-sky-500\/5 {
    border-top-color: rgb(14 165 233 / 0.05);
    border-bottom-color: rgb(14 165 233 / 0.05);
  }

  .md\:border-y-sky-500\/50 {
    border-top-color: rgb(14 165 233 / 0.5);
    border-bottom-color: rgb(14 165 233 / 0.5);
  }

  .md\:border-y-sky-500\/55 {
    border-top-color: rgb(14 165 233 / 0.55);
    border-bottom-color: rgb(14 165 233 / 0.55);
  }

  .md\:border-y-sky-500\/60 {
    border-top-color: rgb(14 165 233 / 0.6);
    border-bottom-color: rgb(14 165 233 / 0.6);
  }

  .md\:border-y-sky-500\/65 {
    border-top-color: rgb(14 165 233 / 0.65);
    border-bottom-color: rgb(14 165 233 / 0.65);
  }

  .md\:border-y-sky-500\/70 {
    border-top-color: rgb(14 165 233 / 0.7);
    border-bottom-color: rgb(14 165 233 / 0.7);
  }

  .md\:border-y-sky-500\/75 {
    border-top-color: rgb(14 165 233 / 0.75);
    border-bottom-color: rgb(14 165 233 / 0.75);
  }

  .md\:border-y-sky-500\/80 {
    border-top-color: rgb(14 165 233 / 0.8);
    border-bottom-color: rgb(14 165 233 / 0.8);
  }

  .md\:border-y-sky-500\/85 {
    border-top-color: rgb(14 165 233 / 0.85);
    border-bottom-color: rgb(14 165 233 / 0.85);
  }

  .md\:border-y-sky-500\/90 {
    border-top-color: rgb(14 165 233 / 0.9);
    border-bottom-color: rgb(14 165 233 / 0.9);
  }

  .md\:border-y-sky-500\/95 {
    border-top-color: rgb(14 165 233 / 0.95);
    border-bottom-color: rgb(14 165 233 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-sky-600\/0 {
    border-top-color: rgb(2 132 199 / 0);
    border-bottom-color: rgb(2 132 199 / 0);
  }

  .md\:border-y-sky-600\/10 {
    border-top-color: rgb(2 132 199 / 0.1);
    border-bottom-color: rgb(2 132 199 / 0.1);
  }

  .md\:border-y-sky-600\/100 {
    border-top-color: rgb(2 132 199 / 1);
    border-bottom-color: rgb(2 132 199 / 1);
  }

  .md\:border-y-sky-600\/15 {
    border-top-color: rgb(2 132 199 / 0.15);
    border-bottom-color: rgb(2 132 199 / 0.15);
  }

  .md\:border-y-sky-600\/20 {
    border-top-color: rgb(2 132 199 / 0.2);
    border-bottom-color: rgb(2 132 199 / 0.2);
  }

  .md\:border-y-sky-600\/25 {
    border-top-color: rgb(2 132 199 / 0.25);
    border-bottom-color: rgb(2 132 199 / 0.25);
  }

  .md\:border-y-sky-600\/30 {
    border-top-color: rgb(2 132 199 / 0.3);
    border-bottom-color: rgb(2 132 199 / 0.3);
  }

  .md\:border-y-sky-600\/35 {
    border-top-color: rgb(2 132 199 / 0.35);
    border-bottom-color: rgb(2 132 199 / 0.35);
  }

  .md\:border-y-sky-600\/40 {
    border-top-color: rgb(2 132 199 / 0.4);
    border-bottom-color: rgb(2 132 199 / 0.4);
  }

  .md\:border-y-sky-600\/45 {
    border-top-color: rgb(2 132 199 / 0.45);
    border-bottom-color: rgb(2 132 199 / 0.45);
  }

  .md\:border-y-sky-600\/5 {
    border-top-color: rgb(2 132 199 / 0.05);
    border-bottom-color: rgb(2 132 199 / 0.05);
  }

  .md\:border-y-sky-600\/50 {
    border-top-color: rgb(2 132 199 / 0.5);
    border-bottom-color: rgb(2 132 199 / 0.5);
  }

  .md\:border-y-sky-600\/55 {
    border-top-color: rgb(2 132 199 / 0.55);
    border-bottom-color: rgb(2 132 199 / 0.55);
  }

  .md\:border-y-sky-600\/60 {
    border-top-color: rgb(2 132 199 / 0.6);
    border-bottom-color: rgb(2 132 199 / 0.6);
  }

  .md\:border-y-sky-600\/65 {
    border-top-color: rgb(2 132 199 / 0.65);
    border-bottom-color: rgb(2 132 199 / 0.65);
  }

  .md\:border-y-sky-600\/70 {
    border-top-color: rgb(2 132 199 / 0.7);
    border-bottom-color: rgb(2 132 199 / 0.7);
  }

  .md\:border-y-sky-600\/75 {
    border-top-color: rgb(2 132 199 / 0.75);
    border-bottom-color: rgb(2 132 199 / 0.75);
  }

  .md\:border-y-sky-600\/80 {
    border-top-color: rgb(2 132 199 / 0.8);
    border-bottom-color: rgb(2 132 199 / 0.8);
  }

  .md\:border-y-sky-600\/85 {
    border-top-color: rgb(2 132 199 / 0.85);
    border-bottom-color: rgb(2 132 199 / 0.85);
  }

  .md\:border-y-sky-600\/90 {
    border-top-color: rgb(2 132 199 / 0.9);
    border-bottom-color: rgb(2 132 199 / 0.9);
  }

  .md\:border-y-sky-600\/95 {
    border-top-color: rgb(2 132 199 / 0.95);
    border-bottom-color: rgb(2 132 199 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-sky-700\/0 {
    border-top-color: rgb(3 105 161 / 0);
    border-bottom-color: rgb(3 105 161 / 0);
  }

  .md\:border-y-sky-700\/10 {
    border-top-color: rgb(3 105 161 / 0.1);
    border-bottom-color: rgb(3 105 161 / 0.1);
  }

  .md\:border-y-sky-700\/100 {
    border-top-color: rgb(3 105 161 / 1);
    border-bottom-color: rgb(3 105 161 / 1);
  }

  .md\:border-y-sky-700\/15 {
    border-top-color: rgb(3 105 161 / 0.15);
    border-bottom-color: rgb(3 105 161 / 0.15);
  }

  .md\:border-y-sky-700\/20 {
    border-top-color: rgb(3 105 161 / 0.2);
    border-bottom-color: rgb(3 105 161 / 0.2);
  }

  .md\:border-y-sky-700\/25 {
    border-top-color: rgb(3 105 161 / 0.25);
    border-bottom-color: rgb(3 105 161 / 0.25);
  }

  .md\:border-y-sky-700\/30 {
    border-top-color: rgb(3 105 161 / 0.3);
    border-bottom-color: rgb(3 105 161 / 0.3);
  }

  .md\:border-y-sky-700\/35 {
    border-top-color: rgb(3 105 161 / 0.35);
    border-bottom-color: rgb(3 105 161 / 0.35);
  }

  .md\:border-y-sky-700\/40 {
    border-top-color: rgb(3 105 161 / 0.4);
    border-bottom-color: rgb(3 105 161 / 0.4);
  }

  .md\:border-y-sky-700\/45 {
    border-top-color: rgb(3 105 161 / 0.45);
    border-bottom-color: rgb(3 105 161 / 0.45);
  }

  .md\:border-y-sky-700\/5 {
    border-top-color: rgb(3 105 161 / 0.05);
    border-bottom-color: rgb(3 105 161 / 0.05);
  }

  .md\:border-y-sky-700\/50 {
    border-top-color: rgb(3 105 161 / 0.5);
    border-bottom-color: rgb(3 105 161 / 0.5);
  }

  .md\:border-y-sky-700\/55 {
    border-top-color: rgb(3 105 161 / 0.55);
    border-bottom-color: rgb(3 105 161 / 0.55);
  }

  .md\:border-y-sky-700\/60 {
    border-top-color: rgb(3 105 161 / 0.6);
    border-bottom-color: rgb(3 105 161 / 0.6);
  }

  .md\:border-y-sky-700\/65 {
    border-top-color: rgb(3 105 161 / 0.65);
    border-bottom-color: rgb(3 105 161 / 0.65);
  }

  .md\:border-y-sky-700\/70 {
    border-top-color: rgb(3 105 161 / 0.7);
    border-bottom-color: rgb(3 105 161 / 0.7);
  }

  .md\:border-y-sky-700\/75 {
    border-top-color: rgb(3 105 161 / 0.75);
    border-bottom-color: rgb(3 105 161 / 0.75);
  }

  .md\:border-y-sky-700\/80 {
    border-top-color: rgb(3 105 161 / 0.8);
    border-bottom-color: rgb(3 105 161 / 0.8);
  }

  .md\:border-y-sky-700\/85 {
    border-top-color: rgb(3 105 161 / 0.85);
    border-bottom-color: rgb(3 105 161 / 0.85);
  }

  .md\:border-y-sky-700\/90 {
    border-top-color: rgb(3 105 161 / 0.9);
    border-bottom-color: rgb(3 105 161 / 0.9);
  }

  .md\:border-y-sky-700\/95 {
    border-top-color: rgb(3 105 161 / 0.95);
    border-bottom-color: rgb(3 105 161 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-sky-800\/0 {
    border-top-color: rgb(7 89 133 / 0);
    border-bottom-color: rgb(7 89 133 / 0);
  }

  .md\:border-y-sky-800\/10 {
    border-top-color: rgb(7 89 133 / 0.1);
    border-bottom-color: rgb(7 89 133 / 0.1);
  }

  .md\:border-y-sky-800\/100 {
    border-top-color: rgb(7 89 133 / 1);
    border-bottom-color: rgb(7 89 133 / 1);
  }

  .md\:border-y-sky-800\/15 {
    border-top-color: rgb(7 89 133 / 0.15);
    border-bottom-color: rgb(7 89 133 / 0.15);
  }

  .md\:border-y-sky-800\/20 {
    border-top-color: rgb(7 89 133 / 0.2);
    border-bottom-color: rgb(7 89 133 / 0.2);
  }

  .md\:border-y-sky-800\/25 {
    border-top-color: rgb(7 89 133 / 0.25);
    border-bottom-color: rgb(7 89 133 / 0.25);
  }

  .md\:border-y-sky-800\/30 {
    border-top-color: rgb(7 89 133 / 0.3);
    border-bottom-color: rgb(7 89 133 / 0.3);
  }

  .md\:border-y-sky-800\/35 {
    border-top-color: rgb(7 89 133 / 0.35);
    border-bottom-color: rgb(7 89 133 / 0.35);
  }

  .md\:border-y-sky-800\/40 {
    border-top-color: rgb(7 89 133 / 0.4);
    border-bottom-color: rgb(7 89 133 / 0.4);
  }

  .md\:border-y-sky-800\/45 {
    border-top-color: rgb(7 89 133 / 0.45);
    border-bottom-color: rgb(7 89 133 / 0.45);
  }

  .md\:border-y-sky-800\/5 {
    border-top-color: rgb(7 89 133 / 0.05);
    border-bottom-color: rgb(7 89 133 / 0.05);
  }

  .md\:border-y-sky-800\/50 {
    border-top-color: rgb(7 89 133 / 0.5);
    border-bottom-color: rgb(7 89 133 / 0.5);
  }

  .md\:border-y-sky-800\/55 {
    border-top-color: rgb(7 89 133 / 0.55);
    border-bottom-color: rgb(7 89 133 / 0.55);
  }

  .md\:border-y-sky-800\/60 {
    border-top-color: rgb(7 89 133 / 0.6);
    border-bottom-color: rgb(7 89 133 / 0.6);
  }

  .md\:border-y-sky-800\/65 {
    border-top-color: rgb(7 89 133 / 0.65);
    border-bottom-color: rgb(7 89 133 / 0.65);
  }

  .md\:border-y-sky-800\/70 {
    border-top-color: rgb(7 89 133 / 0.7);
    border-bottom-color: rgb(7 89 133 / 0.7);
  }

  .md\:border-y-sky-800\/75 {
    border-top-color: rgb(7 89 133 / 0.75);
    border-bottom-color: rgb(7 89 133 / 0.75);
  }

  .md\:border-y-sky-800\/80 {
    border-top-color: rgb(7 89 133 / 0.8);
    border-bottom-color: rgb(7 89 133 / 0.8);
  }

  .md\:border-y-sky-800\/85 {
    border-top-color: rgb(7 89 133 / 0.85);
    border-bottom-color: rgb(7 89 133 / 0.85);
  }

  .md\:border-y-sky-800\/90 {
    border-top-color: rgb(7 89 133 / 0.9);
    border-bottom-color: rgb(7 89 133 / 0.9);
  }

  .md\:border-y-sky-800\/95 {
    border-top-color: rgb(7 89 133 / 0.95);
    border-bottom-color: rgb(7 89 133 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-sky-900\/0 {
    border-top-color: rgb(12 74 110 / 0);
    border-bottom-color: rgb(12 74 110 / 0);
  }

  .md\:border-y-sky-900\/10 {
    border-top-color: rgb(12 74 110 / 0.1);
    border-bottom-color: rgb(12 74 110 / 0.1);
  }

  .md\:border-y-sky-900\/100 {
    border-top-color: rgb(12 74 110 / 1);
    border-bottom-color: rgb(12 74 110 / 1);
  }

  .md\:border-y-sky-900\/15 {
    border-top-color: rgb(12 74 110 / 0.15);
    border-bottom-color: rgb(12 74 110 / 0.15);
  }

  .md\:border-y-sky-900\/20 {
    border-top-color: rgb(12 74 110 / 0.2);
    border-bottom-color: rgb(12 74 110 / 0.2);
  }

  .md\:border-y-sky-900\/25 {
    border-top-color: rgb(12 74 110 / 0.25);
    border-bottom-color: rgb(12 74 110 / 0.25);
  }

  .md\:border-y-sky-900\/30 {
    border-top-color: rgb(12 74 110 / 0.3);
    border-bottom-color: rgb(12 74 110 / 0.3);
  }

  .md\:border-y-sky-900\/35 {
    border-top-color: rgb(12 74 110 / 0.35);
    border-bottom-color: rgb(12 74 110 / 0.35);
  }

  .md\:border-y-sky-900\/40 {
    border-top-color: rgb(12 74 110 / 0.4);
    border-bottom-color: rgb(12 74 110 / 0.4);
  }

  .md\:border-y-sky-900\/45 {
    border-top-color: rgb(12 74 110 / 0.45);
    border-bottom-color: rgb(12 74 110 / 0.45);
  }

  .md\:border-y-sky-900\/5 {
    border-top-color: rgb(12 74 110 / 0.05);
    border-bottom-color: rgb(12 74 110 / 0.05);
  }

  .md\:border-y-sky-900\/50 {
    border-top-color: rgb(12 74 110 / 0.5);
    border-bottom-color: rgb(12 74 110 / 0.5);
  }

  .md\:border-y-sky-900\/55 {
    border-top-color: rgb(12 74 110 / 0.55);
    border-bottom-color: rgb(12 74 110 / 0.55);
  }

  .md\:border-y-sky-900\/60 {
    border-top-color: rgb(12 74 110 / 0.6);
    border-bottom-color: rgb(12 74 110 / 0.6);
  }

  .md\:border-y-sky-900\/65 {
    border-top-color: rgb(12 74 110 / 0.65);
    border-bottom-color: rgb(12 74 110 / 0.65);
  }

  .md\:border-y-sky-900\/70 {
    border-top-color: rgb(12 74 110 / 0.7);
    border-bottom-color: rgb(12 74 110 / 0.7);
  }

  .md\:border-y-sky-900\/75 {
    border-top-color: rgb(12 74 110 / 0.75);
    border-bottom-color: rgb(12 74 110 / 0.75);
  }

  .md\:border-y-sky-900\/80 {
    border-top-color: rgb(12 74 110 / 0.8);
    border-bottom-color: rgb(12 74 110 / 0.8);
  }

  .md\:border-y-sky-900\/85 {
    border-top-color: rgb(12 74 110 / 0.85);
    border-bottom-color: rgb(12 74 110 / 0.85);
  }

  .md\:border-y-sky-900\/90 {
    border-top-color: rgb(12 74 110 / 0.9);
    border-bottom-color: rgb(12 74 110 / 0.9);
  }

  .md\:border-y-sky-900\/95 {
    border-top-color: rgb(12 74 110 / 0.95);
    border-bottom-color: rgb(12 74 110 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-sky-950\/0 {
    border-top-color: rgb(8 47 73 / 0);
    border-bottom-color: rgb(8 47 73 / 0);
  }

  .md\:border-y-sky-950\/10 {
    border-top-color: rgb(8 47 73 / 0.1);
    border-bottom-color: rgb(8 47 73 / 0.1);
  }

  .md\:border-y-sky-950\/100 {
    border-top-color: rgb(8 47 73 / 1);
    border-bottom-color: rgb(8 47 73 / 1);
  }

  .md\:border-y-sky-950\/15 {
    border-top-color: rgb(8 47 73 / 0.15);
    border-bottom-color: rgb(8 47 73 / 0.15);
  }

  .md\:border-y-sky-950\/20 {
    border-top-color: rgb(8 47 73 / 0.2);
    border-bottom-color: rgb(8 47 73 / 0.2);
  }

  .md\:border-y-sky-950\/25 {
    border-top-color: rgb(8 47 73 / 0.25);
    border-bottom-color: rgb(8 47 73 / 0.25);
  }

  .md\:border-y-sky-950\/30 {
    border-top-color: rgb(8 47 73 / 0.3);
    border-bottom-color: rgb(8 47 73 / 0.3);
  }

  .md\:border-y-sky-950\/35 {
    border-top-color: rgb(8 47 73 / 0.35);
    border-bottom-color: rgb(8 47 73 / 0.35);
  }

  .md\:border-y-sky-950\/40 {
    border-top-color: rgb(8 47 73 / 0.4);
    border-bottom-color: rgb(8 47 73 / 0.4);
  }

  .md\:border-y-sky-950\/45 {
    border-top-color: rgb(8 47 73 / 0.45);
    border-bottom-color: rgb(8 47 73 / 0.45);
  }

  .md\:border-y-sky-950\/5 {
    border-top-color: rgb(8 47 73 / 0.05);
    border-bottom-color: rgb(8 47 73 / 0.05);
  }

  .md\:border-y-sky-950\/50 {
    border-top-color: rgb(8 47 73 / 0.5);
    border-bottom-color: rgb(8 47 73 / 0.5);
  }

  .md\:border-y-sky-950\/55 {
    border-top-color: rgb(8 47 73 / 0.55);
    border-bottom-color: rgb(8 47 73 / 0.55);
  }

  .md\:border-y-sky-950\/60 {
    border-top-color: rgb(8 47 73 / 0.6);
    border-bottom-color: rgb(8 47 73 / 0.6);
  }

  .md\:border-y-sky-950\/65 {
    border-top-color: rgb(8 47 73 / 0.65);
    border-bottom-color: rgb(8 47 73 / 0.65);
  }

  .md\:border-y-sky-950\/70 {
    border-top-color: rgb(8 47 73 / 0.7);
    border-bottom-color: rgb(8 47 73 / 0.7);
  }

  .md\:border-y-sky-950\/75 {
    border-top-color: rgb(8 47 73 / 0.75);
    border-bottom-color: rgb(8 47 73 / 0.75);
  }

  .md\:border-y-sky-950\/80 {
    border-top-color: rgb(8 47 73 / 0.8);
    border-bottom-color: rgb(8 47 73 / 0.8);
  }

  .md\:border-y-sky-950\/85 {
    border-top-color: rgb(8 47 73 / 0.85);
    border-bottom-color: rgb(8 47 73 / 0.85);
  }

  .md\:border-y-sky-950\/90 {
    border-top-color: rgb(8 47 73 / 0.9);
    border-bottom-color: rgb(8 47 73 / 0.9);
  }

  .md\:border-y-sky-950\/95 {
    border-top-color: rgb(8 47 73 / 0.95);
    border-bottom-color: rgb(8 47 73 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-slate-100\/0 {
    border-top-color: rgb(241 245 249 / 0);
    border-bottom-color: rgb(241 245 249 / 0);
  }

  .md\:border-y-slate-100\/10 {
    border-top-color: rgb(241 245 249 / 0.1);
    border-bottom-color: rgb(241 245 249 / 0.1);
  }

  .md\:border-y-slate-100\/100 {
    border-top-color: rgb(241 245 249 / 1);
    border-bottom-color: rgb(241 245 249 / 1);
  }

  .md\:border-y-slate-100\/15 {
    border-top-color: rgb(241 245 249 / 0.15);
    border-bottom-color: rgb(241 245 249 / 0.15);
  }

  .md\:border-y-slate-100\/20 {
    border-top-color: rgb(241 245 249 / 0.2);
    border-bottom-color: rgb(241 245 249 / 0.2);
  }

  .md\:border-y-slate-100\/25 {
    border-top-color: rgb(241 245 249 / 0.25);
    border-bottom-color: rgb(241 245 249 / 0.25);
  }

  .md\:border-y-slate-100\/30 {
    border-top-color: rgb(241 245 249 / 0.3);
    border-bottom-color: rgb(241 245 249 / 0.3);
  }

  .md\:border-y-slate-100\/35 {
    border-top-color: rgb(241 245 249 / 0.35);
    border-bottom-color: rgb(241 245 249 / 0.35);
  }

  .md\:border-y-slate-100\/40 {
    border-top-color: rgb(241 245 249 / 0.4);
    border-bottom-color: rgb(241 245 249 / 0.4);
  }

  .md\:border-y-slate-100\/45 {
    border-top-color: rgb(241 245 249 / 0.45);
    border-bottom-color: rgb(241 245 249 / 0.45);
  }

  .md\:border-y-slate-100\/5 {
    border-top-color: rgb(241 245 249 / 0.05);
    border-bottom-color: rgb(241 245 249 / 0.05);
  }

  .md\:border-y-slate-100\/50 {
    border-top-color: rgb(241 245 249 / 0.5);
    border-bottom-color: rgb(241 245 249 / 0.5);
  }

  .md\:border-y-slate-100\/55 {
    border-top-color: rgb(241 245 249 / 0.55);
    border-bottom-color: rgb(241 245 249 / 0.55);
  }

  .md\:border-y-slate-100\/60 {
    border-top-color: rgb(241 245 249 / 0.6);
    border-bottom-color: rgb(241 245 249 / 0.6);
  }

  .md\:border-y-slate-100\/65 {
    border-top-color: rgb(241 245 249 / 0.65);
    border-bottom-color: rgb(241 245 249 / 0.65);
  }

  .md\:border-y-slate-100\/70 {
    border-top-color: rgb(241 245 249 / 0.7);
    border-bottom-color: rgb(241 245 249 / 0.7);
  }

  .md\:border-y-slate-100\/75 {
    border-top-color: rgb(241 245 249 / 0.75);
    border-bottom-color: rgb(241 245 249 / 0.75);
  }

  .md\:border-y-slate-100\/80 {
    border-top-color: rgb(241 245 249 / 0.8);
    border-bottom-color: rgb(241 245 249 / 0.8);
  }

  .md\:border-y-slate-100\/85 {
    border-top-color: rgb(241 245 249 / 0.85);
    border-bottom-color: rgb(241 245 249 / 0.85);
  }

  .md\:border-y-slate-100\/90 {
    border-top-color: rgb(241 245 249 / 0.9);
    border-bottom-color: rgb(241 245 249 / 0.9);
  }

  .md\:border-y-slate-100\/95 {
    border-top-color: rgb(241 245 249 / 0.95);
    border-bottom-color: rgb(241 245 249 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-slate-200\/0 {
    border-top-color: rgb(226 232 240 / 0);
    border-bottom-color: rgb(226 232 240 / 0);
  }

  .md\:border-y-slate-200\/10 {
    border-top-color: rgb(226 232 240 / 0.1);
    border-bottom-color: rgb(226 232 240 / 0.1);
  }

  .md\:border-y-slate-200\/100 {
    border-top-color: rgb(226 232 240 / 1);
    border-bottom-color: rgb(226 232 240 / 1);
  }

  .md\:border-y-slate-200\/15 {
    border-top-color: rgb(226 232 240 / 0.15);
    border-bottom-color: rgb(226 232 240 / 0.15);
  }

  .md\:border-y-slate-200\/20 {
    border-top-color: rgb(226 232 240 / 0.2);
    border-bottom-color: rgb(226 232 240 / 0.2);
  }

  .md\:border-y-slate-200\/25 {
    border-top-color: rgb(226 232 240 / 0.25);
    border-bottom-color: rgb(226 232 240 / 0.25);
  }

  .md\:border-y-slate-200\/30 {
    border-top-color: rgb(226 232 240 / 0.3);
    border-bottom-color: rgb(226 232 240 / 0.3);
  }

  .md\:border-y-slate-200\/35 {
    border-top-color: rgb(226 232 240 / 0.35);
    border-bottom-color: rgb(226 232 240 / 0.35);
  }

  .md\:border-y-slate-200\/40 {
    border-top-color: rgb(226 232 240 / 0.4);
    border-bottom-color: rgb(226 232 240 / 0.4);
  }

  .md\:border-y-slate-200\/45 {
    border-top-color: rgb(226 232 240 / 0.45);
    border-bottom-color: rgb(226 232 240 / 0.45);
  }

  .md\:border-y-slate-200\/5 {
    border-top-color: rgb(226 232 240 / 0.05);
    border-bottom-color: rgb(226 232 240 / 0.05);
  }

  .md\:border-y-slate-200\/50 {
    border-top-color: rgb(226 232 240 / 0.5);
    border-bottom-color: rgb(226 232 240 / 0.5);
  }

  .md\:border-y-slate-200\/55 {
    border-top-color: rgb(226 232 240 / 0.55);
    border-bottom-color: rgb(226 232 240 / 0.55);
  }

  .md\:border-y-slate-200\/60 {
    border-top-color: rgb(226 232 240 / 0.6);
    border-bottom-color: rgb(226 232 240 / 0.6);
  }

  .md\:border-y-slate-200\/65 {
    border-top-color: rgb(226 232 240 / 0.65);
    border-bottom-color: rgb(226 232 240 / 0.65);
  }

  .md\:border-y-slate-200\/70 {
    border-top-color: rgb(226 232 240 / 0.7);
    border-bottom-color: rgb(226 232 240 / 0.7);
  }

  .md\:border-y-slate-200\/75 {
    border-top-color: rgb(226 232 240 / 0.75);
    border-bottom-color: rgb(226 232 240 / 0.75);
  }

  .md\:border-y-slate-200\/80 {
    border-top-color: rgb(226 232 240 / 0.8);
    border-bottom-color: rgb(226 232 240 / 0.8);
  }

  .md\:border-y-slate-200\/85 {
    border-top-color: rgb(226 232 240 / 0.85);
    border-bottom-color: rgb(226 232 240 / 0.85);
  }

  .md\:border-y-slate-200\/90 {
    border-top-color: rgb(226 232 240 / 0.9);
    border-bottom-color: rgb(226 232 240 / 0.9);
  }

  .md\:border-y-slate-200\/95 {
    border-top-color: rgb(226 232 240 / 0.95);
    border-bottom-color: rgb(226 232 240 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-slate-300\/0 {
    border-top-color: rgb(203 213 225 / 0);
    border-bottom-color: rgb(203 213 225 / 0);
  }

  .md\:border-y-slate-300\/10 {
    border-top-color: rgb(203 213 225 / 0.1);
    border-bottom-color: rgb(203 213 225 / 0.1);
  }

  .md\:border-y-slate-300\/100 {
    border-top-color: rgb(203 213 225 / 1);
    border-bottom-color: rgb(203 213 225 / 1);
  }

  .md\:border-y-slate-300\/15 {
    border-top-color: rgb(203 213 225 / 0.15);
    border-bottom-color: rgb(203 213 225 / 0.15);
  }

  .md\:border-y-slate-300\/20 {
    border-top-color: rgb(203 213 225 / 0.2);
    border-bottom-color: rgb(203 213 225 / 0.2);
  }

  .md\:border-y-slate-300\/25 {
    border-top-color: rgb(203 213 225 / 0.25);
    border-bottom-color: rgb(203 213 225 / 0.25);
  }

  .md\:border-y-slate-300\/30 {
    border-top-color: rgb(203 213 225 / 0.3);
    border-bottom-color: rgb(203 213 225 / 0.3);
  }

  .md\:border-y-slate-300\/35 {
    border-top-color: rgb(203 213 225 / 0.35);
    border-bottom-color: rgb(203 213 225 / 0.35);
  }

  .md\:border-y-slate-300\/40 {
    border-top-color: rgb(203 213 225 / 0.4);
    border-bottom-color: rgb(203 213 225 / 0.4);
  }

  .md\:border-y-slate-300\/45 {
    border-top-color: rgb(203 213 225 / 0.45);
    border-bottom-color: rgb(203 213 225 / 0.45);
  }

  .md\:border-y-slate-300\/5 {
    border-top-color: rgb(203 213 225 / 0.05);
    border-bottom-color: rgb(203 213 225 / 0.05);
  }

  .md\:border-y-slate-300\/50 {
    border-top-color: rgb(203 213 225 / 0.5);
    border-bottom-color: rgb(203 213 225 / 0.5);
  }

  .md\:border-y-slate-300\/55 {
    border-top-color: rgb(203 213 225 / 0.55);
    border-bottom-color: rgb(203 213 225 / 0.55);
  }

  .md\:border-y-slate-300\/60 {
    border-top-color: rgb(203 213 225 / 0.6);
    border-bottom-color: rgb(203 213 225 / 0.6);
  }

  .md\:border-y-slate-300\/65 {
    border-top-color: rgb(203 213 225 / 0.65);
    border-bottom-color: rgb(203 213 225 / 0.65);
  }

  .md\:border-y-slate-300\/70 {
    border-top-color: rgb(203 213 225 / 0.7);
    border-bottom-color: rgb(203 213 225 / 0.7);
  }

  .md\:border-y-slate-300\/75 {
    border-top-color: rgb(203 213 225 / 0.75);
    border-bottom-color: rgb(203 213 225 / 0.75);
  }

  .md\:border-y-slate-300\/80 {
    border-top-color: rgb(203 213 225 / 0.8);
    border-bottom-color: rgb(203 213 225 / 0.8);
  }

  .md\:border-y-slate-300\/85 {
    border-top-color: rgb(203 213 225 / 0.85);
    border-bottom-color: rgb(203 213 225 / 0.85);
  }

  .md\:border-y-slate-300\/90 {
    border-top-color: rgb(203 213 225 / 0.9);
    border-bottom-color: rgb(203 213 225 / 0.9);
  }

  .md\:border-y-slate-300\/95 {
    border-top-color: rgb(203 213 225 / 0.95);
    border-bottom-color: rgb(203 213 225 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-slate-400\/0 {
    border-top-color: rgb(148 163 184 / 0);
    border-bottom-color: rgb(148 163 184 / 0);
  }

  .md\:border-y-slate-400\/10 {
    border-top-color: rgb(148 163 184 / 0.1);
    border-bottom-color: rgb(148 163 184 / 0.1);
  }

  .md\:border-y-slate-400\/100 {
    border-top-color: rgb(148 163 184 / 1);
    border-bottom-color: rgb(148 163 184 / 1);
  }

  .md\:border-y-slate-400\/15 {
    border-top-color: rgb(148 163 184 / 0.15);
    border-bottom-color: rgb(148 163 184 / 0.15);
  }

  .md\:border-y-slate-400\/20 {
    border-top-color: rgb(148 163 184 / 0.2);
    border-bottom-color: rgb(148 163 184 / 0.2);
  }

  .md\:border-y-slate-400\/25 {
    border-top-color: rgb(148 163 184 / 0.25);
    border-bottom-color: rgb(148 163 184 / 0.25);
  }

  .md\:border-y-slate-400\/30 {
    border-top-color: rgb(148 163 184 / 0.3);
    border-bottom-color: rgb(148 163 184 / 0.3);
  }

  .md\:border-y-slate-400\/35 {
    border-top-color: rgb(148 163 184 / 0.35);
    border-bottom-color: rgb(148 163 184 / 0.35);
  }

  .md\:border-y-slate-400\/40 {
    border-top-color: rgb(148 163 184 / 0.4);
    border-bottom-color: rgb(148 163 184 / 0.4);
  }

  .md\:border-y-slate-400\/45 {
    border-top-color: rgb(148 163 184 / 0.45);
    border-bottom-color: rgb(148 163 184 / 0.45);
  }

  .md\:border-y-slate-400\/5 {
    border-top-color: rgb(148 163 184 / 0.05);
    border-bottom-color: rgb(148 163 184 / 0.05);
  }

  .md\:border-y-slate-400\/50 {
    border-top-color: rgb(148 163 184 / 0.5);
    border-bottom-color: rgb(148 163 184 / 0.5);
  }

  .md\:border-y-slate-400\/55 {
    border-top-color: rgb(148 163 184 / 0.55);
    border-bottom-color: rgb(148 163 184 / 0.55);
  }

  .md\:border-y-slate-400\/60 {
    border-top-color: rgb(148 163 184 / 0.6);
    border-bottom-color: rgb(148 163 184 / 0.6);
  }

  .md\:border-y-slate-400\/65 {
    border-top-color: rgb(148 163 184 / 0.65);
    border-bottom-color: rgb(148 163 184 / 0.65);
  }

  .md\:border-y-slate-400\/70 {
    border-top-color: rgb(148 163 184 / 0.7);
    border-bottom-color: rgb(148 163 184 / 0.7);
  }

  .md\:border-y-slate-400\/75 {
    border-top-color: rgb(148 163 184 / 0.75);
    border-bottom-color: rgb(148 163 184 / 0.75);
  }

  .md\:border-y-slate-400\/80 {
    border-top-color: rgb(148 163 184 / 0.8);
    border-bottom-color: rgb(148 163 184 / 0.8);
  }

  .md\:border-y-slate-400\/85 {
    border-top-color: rgb(148 163 184 / 0.85);
    border-bottom-color: rgb(148 163 184 / 0.85);
  }

  .md\:border-y-slate-400\/90 {
    border-top-color: rgb(148 163 184 / 0.9);
    border-bottom-color: rgb(148 163 184 / 0.9);
  }

  .md\:border-y-slate-400\/95 {
    border-top-color: rgb(148 163 184 / 0.95);
    border-bottom-color: rgb(148 163 184 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-slate-50\/0 {
    border-top-color: rgb(248 250 252 / 0);
    border-bottom-color: rgb(248 250 252 / 0);
  }

  .md\:border-y-slate-50\/10 {
    border-top-color: rgb(248 250 252 / 0.1);
    border-bottom-color: rgb(248 250 252 / 0.1);
  }

  .md\:border-y-slate-50\/100 {
    border-top-color: rgb(248 250 252 / 1);
    border-bottom-color: rgb(248 250 252 / 1);
  }

  .md\:border-y-slate-50\/15 {
    border-top-color: rgb(248 250 252 / 0.15);
    border-bottom-color: rgb(248 250 252 / 0.15);
  }

  .md\:border-y-slate-50\/20 {
    border-top-color: rgb(248 250 252 / 0.2);
    border-bottom-color: rgb(248 250 252 / 0.2);
  }

  .md\:border-y-slate-50\/25 {
    border-top-color: rgb(248 250 252 / 0.25);
    border-bottom-color: rgb(248 250 252 / 0.25);
  }

  .md\:border-y-slate-50\/30 {
    border-top-color: rgb(248 250 252 / 0.3);
    border-bottom-color: rgb(248 250 252 / 0.3);
  }

  .md\:border-y-slate-50\/35 {
    border-top-color: rgb(248 250 252 / 0.35);
    border-bottom-color: rgb(248 250 252 / 0.35);
  }

  .md\:border-y-slate-50\/40 {
    border-top-color: rgb(248 250 252 / 0.4);
    border-bottom-color: rgb(248 250 252 / 0.4);
  }

  .md\:border-y-slate-50\/45 {
    border-top-color: rgb(248 250 252 / 0.45);
    border-bottom-color: rgb(248 250 252 / 0.45);
  }

  .md\:border-y-slate-50\/5 {
    border-top-color: rgb(248 250 252 / 0.05);
    border-bottom-color: rgb(248 250 252 / 0.05);
  }

  .md\:border-y-slate-50\/50 {
    border-top-color: rgb(248 250 252 / 0.5);
    border-bottom-color: rgb(248 250 252 / 0.5);
  }

  .md\:border-y-slate-50\/55 {
    border-top-color: rgb(248 250 252 / 0.55);
    border-bottom-color: rgb(248 250 252 / 0.55);
  }

  .md\:border-y-slate-50\/60 {
    border-top-color: rgb(248 250 252 / 0.6);
    border-bottom-color: rgb(248 250 252 / 0.6);
  }

  .md\:border-y-slate-50\/65 {
    border-top-color: rgb(248 250 252 / 0.65);
    border-bottom-color: rgb(248 250 252 / 0.65);
  }

  .md\:border-y-slate-50\/70 {
    border-top-color: rgb(248 250 252 / 0.7);
    border-bottom-color: rgb(248 250 252 / 0.7);
  }

  .md\:border-y-slate-50\/75 {
    border-top-color: rgb(248 250 252 / 0.75);
    border-bottom-color: rgb(248 250 252 / 0.75);
  }

  .md\:border-y-slate-50\/80 {
    border-top-color: rgb(248 250 252 / 0.8);
    border-bottom-color: rgb(248 250 252 / 0.8);
  }

  .md\:border-y-slate-50\/85 {
    border-top-color: rgb(248 250 252 / 0.85);
    border-bottom-color: rgb(248 250 252 / 0.85);
  }

  .md\:border-y-slate-50\/90 {
    border-top-color: rgb(248 250 252 / 0.9);
    border-bottom-color: rgb(248 250 252 / 0.9);
  }

  .md\:border-y-slate-50\/95 {
    border-top-color: rgb(248 250 252 / 0.95);
    border-bottom-color: rgb(248 250 252 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-slate-500\/0 {
    border-top-color: rgb(100 116 139 / 0);
    border-bottom-color: rgb(100 116 139 / 0);
  }

  .md\:border-y-slate-500\/10 {
    border-top-color: rgb(100 116 139 / 0.1);
    border-bottom-color: rgb(100 116 139 / 0.1);
  }

  .md\:border-y-slate-500\/100 {
    border-top-color: rgb(100 116 139 / 1);
    border-bottom-color: rgb(100 116 139 / 1);
  }

  .md\:border-y-slate-500\/15 {
    border-top-color: rgb(100 116 139 / 0.15);
    border-bottom-color: rgb(100 116 139 / 0.15);
  }

  .md\:border-y-slate-500\/20 {
    border-top-color: rgb(100 116 139 / 0.2);
    border-bottom-color: rgb(100 116 139 / 0.2);
  }

  .md\:border-y-slate-500\/25 {
    border-top-color: rgb(100 116 139 / 0.25);
    border-bottom-color: rgb(100 116 139 / 0.25);
  }

  .md\:border-y-slate-500\/30 {
    border-top-color: rgb(100 116 139 / 0.3);
    border-bottom-color: rgb(100 116 139 / 0.3);
  }

  .md\:border-y-slate-500\/35 {
    border-top-color: rgb(100 116 139 / 0.35);
    border-bottom-color: rgb(100 116 139 / 0.35);
  }

  .md\:border-y-slate-500\/40 {
    border-top-color: rgb(100 116 139 / 0.4);
    border-bottom-color: rgb(100 116 139 / 0.4);
  }

  .md\:border-y-slate-500\/45 {
    border-top-color: rgb(100 116 139 / 0.45);
    border-bottom-color: rgb(100 116 139 / 0.45);
  }

  .md\:border-y-slate-500\/5 {
    border-top-color: rgb(100 116 139 / 0.05);
    border-bottom-color: rgb(100 116 139 / 0.05);
  }

  .md\:border-y-slate-500\/50 {
    border-top-color: rgb(100 116 139 / 0.5);
    border-bottom-color: rgb(100 116 139 / 0.5);
  }

  .md\:border-y-slate-500\/55 {
    border-top-color: rgb(100 116 139 / 0.55);
    border-bottom-color: rgb(100 116 139 / 0.55);
  }

  .md\:border-y-slate-500\/60 {
    border-top-color: rgb(100 116 139 / 0.6);
    border-bottom-color: rgb(100 116 139 / 0.6);
  }

  .md\:border-y-slate-500\/65 {
    border-top-color: rgb(100 116 139 / 0.65);
    border-bottom-color: rgb(100 116 139 / 0.65);
  }

  .md\:border-y-slate-500\/70 {
    border-top-color: rgb(100 116 139 / 0.7);
    border-bottom-color: rgb(100 116 139 / 0.7);
  }

  .md\:border-y-slate-500\/75 {
    border-top-color: rgb(100 116 139 / 0.75);
    border-bottom-color: rgb(100 116 139 / 0.75);
  }

  .md\:border-y-slate-500\/80 {
    border-top-color: rgb(100 116 139 / 0.8);
    border-bottom-color: rgb(100 116 139 / 0.8);
  }

  .md\:border-y-slate-500\/85 {
    border-top-color: rgb(100 116 139 / 0.85);
    border-bottom-color: rgb(100 116 139 / 0.85);
  }

  .md\:border-y-slate-500\/90 {
    border-top-color: rgb(100 116 139 / 0.9);
    border-bottom-color: rgb(100 116 139 / 0.9);
  }

  .md\:border-y-slate-500\/95 {
    border-top-color: rgb(100 116 139 / 0.95);
    border-bottom-color: rgb(100 116 139 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-slate-600\/0 {
    border-top-color: rgb(71 85 105 / 0);
    border-bottom-color: rgb(71 85 105 / 0);
  }

  .md\:border-y-slate-600\/10 {
    border-top-color: rgb(71 85 105 / 0.1);
    border-bottom-color: rgb(71 85 105 / 0.1);
  }

  .md\:border-y-slate-600\/100 {
    border-top-color: rgb(71 85 105 / 1);
    border-bottom-color: rgb(71 85 105 / 1);
  }

  .md\:border-y-slate-600\/15 {
    border-top-color: rgb(71 85 105 / 0.15);
    border-bottom-color: rgb(71 85 105 / 0.15);
  }

  .md\:border-y-slate-600\/20 {
    border-top-color: rgb(71 85 105 / 0.2);
    border-bottom-color: rgb(71 85 105 / 0.2);
  }

  .md\:border-y-slate-600\/25 {
    border-top-color: rgb(71 85 105 / 0.25);
    border-bottom-color: rgb(71 85 105 / 0.25);
  }

  .md\:border-y-slate-600\/30 {
    border-top-color: rgb(71 85 105 / 0.3);
    border-bottom-color: rgb(71 85 105 / 0.3);
  }

  .md\:border-y-slate-600\/35 {
    border-top-color: rgb(71 85 105 / 0.35);
    border-bottom-color: rgb(71 85 105 / 0.35);
  }

  .md\:border-y-slate-600\/40 {
    border-top-color: rgb(71 85 105 / 0.4);
    border-bottom-color: rgb(71 85 105 / 0.4);
  }

  .md\:border-y-slate-600\/45 {
    border-top-color: rgb(71 85 105 / 0.45);
    border-bottom-color: rgb(71 85 105 / 0.45);
  }

  .md\:border-y-slate-600\/5 {
    border-top-color: rgb(71 85 105 / 0.05);
    border-bottom-color: rgb(71 85 105 / 0.05);
  }

  .md\:border-y-slate-600\/50 {
    border-top-color: rgb(71 85 105 / 0.5);
    border-bottom-color: rgb(71 85 105 / 0.5);
  }

  .md\:border-y-slate-600\/55 {
    border-top-color: rgb(71 85 105 / 0.55);
    border-bottom-color: rgb(71 85 105 / 0.55);
  }

  .md\:border-y-slate-600\/60 {
    border-top-color: rgb(71 85 105 / 0.6);
    border-bottom-color: rgb(71 85 105 / 0.6);
  }

  .md\:border-y-slate-600\/65 {
    border-top-color: rgb(71 85 105 / 0.65);
    border-bottom-color: rgb(71 85 105 / 0.65);
  }

  .md\:border-y-slate-600\/70 {
    border-top-color: rgb(71 85 105 / 0.7);
    border-bottom-color: rgb(71 85 105 / 0.7);
  }

  .md\:border-y-slate-600\/75 {
    border-top-color: rgb(71 85 105 / 0.75);
    border-bottom-color: rgb(71 85 105 / 0.75);
  }

  .md\:border-y-slate-600\/80 {
    border-top-color: rgb(71 85 105 / 0.8);
    border-bottom-color: rgb(71 85 105 / 0.8);
  }

  .md\:border-y-slate-600\/85 {
    border-top-color: rgb(71 85 105 / 0.85);
    border-bottom-color: rgb(71 85 105 / 0.85);
  }

  .md\:border-y-slate-600\/90 {
    border-top-color: rgb(71 85 105 / 0.9);
    border-bottom-color: rgb(71 85 105 / 0.9);
  }

  .md\:border-y-slate-600\/95 {
    border-top-color: rgb(71 85 105 / 0.95);
    border-bottom-color: rgb(71 85 105 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-slate-700\/0 {
    border-top-color: rgb(51 65 85 / 0);
    border-bottom-color: rgb(51 65 85 / 0);
  }

  .md\:border-y-slate-700\/10 {
    border-top-color: rgb(51 65 85 / 0.1);
    border-bottom-color: rgb(51 65 85 / 0.1);
  }

  .md\:border-y-slate-700\/100 {
    border-top-color: rgb(51 65 85 / 1);
    border-bottom-color: rgb(51 65 85 / 1);
  }

  .md\:border-y-slate-700\/15 {
    border-top-color: rgb(51 65 85 / 0.15);
    border-bottom-color: rgb(51 65 85 / 0.15);
  }

  .md\:border-y-slate-700\/20 {
    border-top-color: rgb(51 65 85 / 0.2);
    border-bottom-color: rgb(51 65 85 / 0.2);
  }

  .md\:border-y-slate-700\/25 {
    border-top-color: rgb(51 65 85 / 0.25);
    border-bottom-color: rgb(51 65 85 / 0.25);
  }

  .md\:border-y-slate-700\/30 {
    border-top-color: rgb(51 65 85 / 0.3);
    border-bottom-color: rgb(51 65 85 / 0.3);
  }

  .md\:border-y-slate-700\/35 {
    border-top-color: rgb(51 65 85 / 0.35);
    border-bottom-color: rgb(51 65 85 / 0.35);
  }

  .md\:border-y-slate-700\/40 {
    border-top-color: rgb(51 65 85 / 0.4);
    border-bottom-color: rgb(51 65 85 / 0.4);
  }

  .md\:border-y-slate-700\/45 {
    border-top-color: rgb(51 65 85 / 0.45);
    border-bottom-color: rgb(51 65 85 / 0.45);
  }

  .md\:border-y-slate-700\/5 {
    border-top-color: rgb(51 65 85 / 0.05);
    border-bottom-color: rgb(51 65 85 / 0.05);
  }

  .md\:border-y-slate-700\/50 {
    border-top-color: rgb(51 65 85 / 0.5);
    border-bottom-color: rgb(51 65 85 / 0.5);
  }

  .md\:border-y-slate-700\/55 {
    border-top-color: rgb(51 65 85 / 0.55);
    border-bottom-color: rgb(51 65 85 / 0.55);
  }

  .md\:border-y-slate-700\/60 {
    border-top-color: rgb(51 65 85 / 0.6);
    border-bottom-color: rgb(51 65 85 / 0.6);
  }

  .md\:border-y-slate-700\/65 {
    border-top-color: rgb(51 65 85 / 0.65);
    border-bottom-color: rgb(51 65 85 / 0.65);
  }

  .md\:border-y-slate-700\/70 {
    border-top-color: rgb(51 65 85 / 0.7);
    border-bottom-color: rgb(51 65 85 / 0.7);
  }

  .md\:border-y-slate-700\/75 {
    border-top-color: rgb(51 65 85 / 0.75);
    border-bottom-color: rgb(51 65 85 / 0.75);
  }

  .md\:border-y-slate-700\/80 {
    border-top-color: rgb(51 65 85 / 0.8);
    border-bottom-color: rgb(51 65 85 / 0.8);
  }

  .md\:border-y-slate-700\/85 {
    border-top-color: rgb(51 65 85 / 0.85);
    border-bottom-color: rgb(51 65 85 / 0.85);
  }

  .md\:border-y-slate-700\/90 {
    border-top-color: rgb(51 65 85 / 0.9);
    border-bottom-color: rgb(51 65 85 / 0.9);
  }

  .md\:border-y-slate-700\/95 {
    border-top-color: rgb(51 65 85 / 0.95);
    border-bottom-color: rgb(51 65 85 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-slate-800\/0 {
    border-top-color: rgb(30 41 59 / 0);
    border-bottom-color: rgb(30 41 59 / 0);
  }

  .md\:border-y-slate-800\/10 {
    border-top-color: rgb(30 41 59 / 0.1);
    border-bottom-color: rgb(30 41 59 / 0.1);
  }

  .md\:border-y-slate-800\/100 {
    border-top-color: rgb(30 41 59 / 1);
    border-bottom-color: rgb(30 41 59 / 1);
  }

  .md\:border-y-slate-800\/15 {
    border-top-color: rgb(30 41 59 / 0.15);
    border-bottom-color: rgb(30 41 59 / 0.15);
  }

  .md\:border-y-slate-800\/20 {
    border-top-color: rgb(30 41 59 / 0.2);
    border-bottom-color: rgb(30 41 59 / 0.2);
  }

  .md\:border-y-slate-800\/25 {
    border-top-color: rgb(30 41 59 / 0.25);
    border-bottom-color: rgb(30 41 59 / 0.25);
  }

  .md\:border-y-slate-800\/30 {
    border-top-color: rgb(30 41 59 / 0.3);
    border-bottom-color: rgb(30 41 59 / 0.3);
  }

  .md\:border-y-slate-800\/35 {
    border-top-color: rgb(30 41 59 / 0.35);
    border-bottom-color: rgb(30 41 59 / 0.35);
  }

  .md\:border-y-slate-800\/40 {
    border-top-color: rgb(30 41 59 / 0.4);
    border-bottom-color: rgb(30 41 59 / 0.4);
  }

  .md\:border-y-slate-800\/45 {
    border-top-color: rgb(30 41 59 / 0.45);
    border-bottom-color: rgb(30 41 59 / 0.45);
  }

  .md\:border-y-slate-800\/5 {
    border-top-color: rgb(30 41 59 / 0.05);
    border-bottom-color: rgb(30 41 59 / 0.05);
  }

  .md\:border-y-slate-800\/50 {
    border-top-color: rgb(30 41 59 / 0.5);
    border-bottom-color: rgb(30 41 59 / 0.5);
  }

  .md\:border-y-slate-800\/55 {
    border-top-color: rgb(30 41 59 / 0.55);
    border-bottom-color: rgb(30 41 59 / 0.55);
  }

  .md\:border-y-slate-800\/60 {
    border-top-color: rgb(30 41 59 / 0.6);
    border-bottom-color: rgb(30 41 59 / 0.6);
  }

  .md\:border-y-slate-800\/65 {
    border-top-color: rgb(30 41 59 / 0.65);
    border-bottom-color: rgb(30 41 59 / 0.65);
  }

  .md\:border-y-slate-800\/70 {
    border-top-color: rgb(30 41 59 / 0.7);
    border-bottom-color: rgb(30 41 59 / 0.7);
  }

  .md\:border-y-slate-800\/75 {
    border-top-color: rgb(30 41 59 / 0.75);
    border-bottom-color: rgb(30 41 59 / 0.75);
  }

  .md\:border-y-slate-800\/80 {
    border-top-color: rgb(30 41 59 / 0.8);
    border-bottom-color: rgb(30 41 59 / 0.8);
  }

  .md\:border-y-slate-800\/85 {
    border-top-color: rgb(30 41 59 / 0.85);
    border-bottom-color: rgb(30 41 59 / 0.85);
  }

  .md\:border-y-slate-800\/90 {
    border-top-color: rgb(30 41 59 / 0.9);
    border-bottom-color: rgb(30 41 59 / 0.9);
  }

  .md\:border-y-slate-800\/95 {
    border-top-color: rgb(30 41 59 / 0.95);
    border-bottom-color: rgb(30 41 59 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-slate-900\/0 {
    border-top-color: rgb(15 23 42 / 0);
    border-bottom-color: rgb(15 23 42 / 0);
  }

  .md\:border-y-slate-900\/10 {
    border-top-color: rgb(15 23 42 / 0.1);
    border-bottom-color: rgb(15 23 42 / 0.1);
  }

  .md\:border-y-slate-900\/100 {
    border-top-color: rgb(15 23 42 / 1);
    border-bottom-color: rgb(15 23 42 / 1);
  }

  .md\:border-y-slate-900\/15 {
    border-top-color: rgb(15 23 42 / 0.15);
    border-bottom-color: rgb(15 23 42 / 0.15);
  }

  .md\:border-y-slate-900\/20 {
    border-top-color: rgb(15 23 42 / 0.2);
    border-bottom-color: rgb(15 23 42 / 0.2);
  }

  .md\:border-y-slate-900\/25 {
    border-top-color: rgb(15 23 42 / 0.25);
    border-bottom-color: rgb(15 23 42 / 0.25);
  }

  .md\:border-y-slate-900\/30 {
    border-top-color: rgb(15 23 42 / 0.3);
    border-bottom-color: rgb(15 23 42 / 0.3);
  }

  .md\:border-y-slate-900\/35 {
    border-top-color: rgb(15 23 42 / 0.35);
    border-bottom-color: rgb(15 23 42 / 0.35);
  }

  .md\:border-y-slate-900\/40 {
    border-top-color: rgb(15 23 42 / 0.4);
    border-bottom-color: rgb(15 23 42 / 0.4);
  }

  .md\:border-y-slate-900\/45 {
    border-top-color: rgb(15 23 42 / 0.45);
    border-bottom-color: rgb(15 23 42 / 0.45);
  }

  .md\:border-y-slate-900\/5 {
    border-top-color: rgb(15 23 42 / 0.05);
    border-bottom-color: rgb(15 23 42 / 0.05);
  }

  .md\:border-y-slate-900\/50 {
    border-top-color: rgb(15 23 42 / 0.5);
    border-bottom-color: rgb(15 23 42 / 0.5);
  }

  .md\:border-y-slate-900\/55 {
    border-top-color: rgb(15 23 42 / 0.55);
    border-bottom-color: rgb(15 23 42 / 0.55);
  }

  .md\:border-y-slate-900\/60 {
    border-top-color: rgb(15 23 42 / 0.6);
    border-bottom-color: rgb(15 23 42 / 0.6);
  }

  .md\:border-y-slate-900\/65 {
    border-top-color: rgb(15 23 42 / 0.65);
    border-bottom-color: rgb(15 23 42 / 0.65);
  }

  .md\:border-y-slate-900\/70 {
    border-top-color: rgb(15 23 42 / 0.7);
    border-bottom-color: rgb(15 23 42 / 0.7);
  }

  .md\:border-y-slate-900\/75 {
    border-top-color: rgb(15 23 42 / 0.75);
    border-bottom-color: rgb(15 23 42 / 0.75);
  }

  .md\:border-y-slate-900\/80 {
    border-top-color: rgb(15 23 42 / 0.8);
    border-bottom-color: rgb(15 23 42 / 0.8);
  }

  .md\:border-y-slate-900\/85 {
    border-top-color: rgb(15 23 42 / 0.85);
    border-bottom-color: rgb(15 23 42 / 0.85);
  }

  .md\:border-y-slate-900\/90 {
    border-top-color: rgb(15 23 42 / 0.9);
    border-bottom-color: rgb(15 23 42 / 0.9);
  }

  .md\:border-y-slate-900\/95 {
    border-top-color: rgb(15 23 42 / 0.95);
    border-bottom-color: rgb(15 23 42 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-slate-950\/0 {
    border-top-color: rgb(2 6 23 / 0);
    border-bottom-color: rgb(2 6 23 / 0);
  }

  .md\:border-y-slate-950\/10 {
    border-top-color: rgb(2 6 23 / 0.1);
    border-bottom-color: rgb(2 6 23 / 0.1);
  }

  .md\:border-y-slate-950\/100 {
    border-top-color: rgb(2 6 23 / 1);
    border-bottom-color: rgb(2 6 23 / 1);
  }

  .md\:border-y-slate-950\/15 {
    border-top-color: rgb(2 6 23 / 0.15);
    border-bottom-color: rgb(2 6 23 / 0.15);
  }

  .md\:border-y-slate-950\/20 {
    border-top-color: rgb(2 6 23 / 0.2);
    border-bottom-color: rgb(2 6 23 / 0.2);
  }

  .md\:border-y-slate-950\/25 {
    border-top-color: rgb(2 6 23 / 0.25);
    border-bottom-color: rgb(2 6 23 / 0.25);
  }

  .md\:border-y-slate-950\/30 {
    border-top-color: rgb(2 6 23 / 0.3);
    border-bottom-color: rgb(2 6 23 / 0.3);
  }

  .md\:border-y-slate-950\/35 {
    border-top-color: rgb(2 6 23 / 0.35);
    border-bottom-color: rgb(2 6 23 / 0.35);
  }

  .md\:border-y-slate-950\/40 {
    border-top-color: rgb(2 6 23 / 0.4);
    border-bottom-color: rgb(2 6 23 / 0.4);
  }

  .md\:border-y-slate-950\/45 {
    border-top-color: rgb(2 6 23 / 0.45);
    border-bottom-color: rgb(2 6 23 / 0.45);
  }

  .md\:border-y-slate-950\/5 {
    border-top-color: rgb(2 6 23 / 0.05);
    border-bottom-color: rgb(2 6 23 / 0.05);
  }

  .md\:border-y-slate-950\/50 {
    border-top-color: rgb(2 6 23 / 0.5);
    border-bottom-color: rgb(2 6 23 / 0.5);
  }

  .md\:border-y-slate-950\/55 {
    border-top-color: rgb(2 6 23 / 0.55);
    border-bottom-color: rgb(2 6 23 / 0.55);
  }

  .md\:border-y-slate-950\/60 {
    border-top-color: rgb(2 6 23 / 0.6);
    border-bottom-color: rgb(2 6 23 / 0.6);
  }

  .md\:border-y-slate-950\/65 {
    border-top-color: rgb(2 6 23 / 0.65);
    border-bottom-color: rgb(2 6 23 / 0.65);
  }

  .md\:border-y-slate-950\/70 {
    border-top-color: rgb(2 6 23 / 0.7);
    border-bottom-color: rgb(2 6 23 / 0.7);
  }

  .md\:border-y-slate-950\/75 {
    border-top-color: rgb(2 6 23 / 0.75);
    border-bottom-color: rgb(2 6 23 / 0.75);
  }

  .md\:border-y-slate-950\/80 {
    border-top-color: rgb(2 6 23 / 0.8);
    border-bottom-color: rgb(2 6 23 / 0.8);
  }

  .md\:border-y-slate-950\/85 {
    border-top-color: rgb(2 6 23 / 0.85);
    border-bottom-color: rgb(2 6 23 / 0.85);
  }

  .md\:border-y-slate-950\/90 {
    border-top-color: rgb(2 6 23 / 0.9);
    border-bottom-color: rgb(2 6 23 / 0.9);
  }

  .md\:border-y-slate-950\/95 {
    border-top-color: rgb(2 6 23 / 0.95);
    border-bottom-color: rgb(2 6 23 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-stone-100\/0 {
    border-top-color: rgb(245 245 244 / 0);
    border-bottom-color: rgb(245 245 244 / 0);
  }

  .md\:border-y-stone-100\/10 {
    border-top-color: rgb(245 245 244 / 0.1);
    border-bottom-color: rgb(245 245 244 / 0.1);
  }

  .md\:border-y-stone-100\/100 {
    border-top-color: rgb(245 245 244 / 1);
    border-bottom-color: rgb(245 245 244 / 1);
  }

  .md\:border-y-stone-100\/15 {
    border-top-color: rgb(245 245 244 / 0.15);
    border-bottom-color: rgb(245 245 244 / 0.15);
  }

  .md\:border-y-stone-100\/20 {
    border-top-color: rgb(245 245 244 / 0.2);
    border-bottom-color: rgb(245 245 244 / 0.2);
  }

  .md\:border-y-stone-100\/25 {
    border-top-color: rgb(245 245 244 / 0.25);
    border-bottom-color: rgb(245 245 244 / 0.25);
  }

  .md\:border-y-stone-100\/30 {
    border-top-color: rgb(245 245 244 / 0.3);
    border-bottom-color: rgb(245 245 244 / 0.3);
  }

  .md\:border-y-stone-100\/35 {
    border-top-color: rgb(245 245 244 / 0.35);
    border-bottom-color: rgb(245 245 244 / 0.35);
  }

  .md\:border-y-stone-100\/40 {
    border-top-color: rgb(245 245 244 / 0.4);
    border-bottom-color: rgb(245 245 244 / 0.4);
  }

  .md\:border-y-stone-100\/45 {
    border-top-color: rgb(245 245 244 / 0.45);
    border-bottom-color: rgb(245 245 244 / 0.45);
  }

  .md\:border-y-stone-100\/5 {
    border-top-color: rgb(245 245 244 / 0.05);
    border-bottom-color: rgb(245 245 244 / 0.05);
  }

  .md\:border-y-stone-100\/50 {
    border-top-color: rgb(245 245 244 / 0.5);
    border-bottom-color: rgb(245 245 244 / 0.5);
  }

  .md\:border-y-stone-100\/55 {
    border-top-color: rgb(245 245 244 / 0.55);
    border-bottom-color: rgb(245 245 244 / 0.55);
  }

  .md\:border-y-stone-100\/60 {
    border-top-color: rgb(245 245 244 / 0.6);
    border-bottom-color: rgb(245 245 244 / 0.6);
  }

  .md\:border-y-stone-100\/65 {
    border-top-color: rgb(245 245 244 / 0.65);
    border-bottom-color: rgb(245 245 244 / 0.65);
  }

  .md\:border-y-stone-100\/70 {
    border-top-color: rgb(245 245 244 / 0.7);
    border-bottom-color: rgb(245 245 244 / 0.7);
  }

  .md\:border-y-stone-100\/75 {
    border-top-color: rgb(245 245 244 / 0.75);
    border-bottom-color: rgb(245 245 244 / 0.75);
  }

  .md\:border-y-stone-100\/80 {
    border-top-color: rgb(245 245 244 / 0.8);
    border-bottom-color: rgb(245 245 244 / 0.8);
  }

  .md\:border-y-stone-100\/85 {
    border-top-color: rgb(245 245 244 / 0.85);
    border-bottom-color: rgb(245 245 244 / 0.85);
  }

  .md\:border-y-stone-100\/90 {
    border-top-color: rgb(245 245 244 / 0.9);
    border-bottom-color: rgb(245 245 244 / 0.9);
  }

  .md\:border-y-stone-100\/95 {
    border-top-color: rgb(245 245 244 / 0.95);
    border-bottom-color: rgb(245 245 244 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-stone-200\/0 {
    border-top-color: rgb(231 229 228 / 0);
    border-bottom-color: rgb(231 229 228 / 0);
  }

  .md\:border-y-stone-200\/10 {
    border-top-color: rgb(231 229 228 / 0.1);
    border-bottom-color: rgb(231 229 228 / 0.1);
  }

  .md\:border-y-stone-200\/100 {
    border-top-color: rgb(231 229 228 / 1);
    border-bottom-color: rgb(231 229 228 / 1);
  }

  .md\:border-y-stone-200\/15 {
    border-top-color: rgb(231 229 228 / 0.15);
    border-bottom-color: rgb(231 229 228 / 0.15);
  }

  .md\:border-y-stone-200\/20 {
    border-top-color: rgb(231 229 228 / 0.2);
    border-bottom-color: rgb(231 229 228 / 0.2);
  }

  .md\:border-y-stone-200\/25 {
    border-top-color: rgb(231 229 228 / 0.25);
    border-bottom-color: rgb(231 229 228 / 0.25);
  }

  .md\:border-y-stone-200\/30 {
    border-top-color: rgb(231 229 228 / 0.3);
    border-bottom-color: rgb(231 229 228 / 0.3);
  }

  .md\:border-y-stone-200\/35 {
    border-top-color: rgb(231 229 228 / 0.35);
    border-bottom-color: rgb(231 229 228 / 0.35);
  }

  .md\:border-y-stone-200\/40 {
    border-top-color: rgb(231 229 228 / 0.4);
    border-bottom-color: rgb(231 229 228 / 0.4);
  }

  .md\:border-y-stone-200\/45 {
    border-top-color: rgb(231 229 228 / 0.45);
    border-bottom-color: rgb(231 229 228 / 0.45);
  }

  .md\:border-y-stone-200\/5 {
    border-top-color: rgb(231 229 228 / 0.05);
    border-bottom-color: rgb(231 229 228 / 0.05);
  }

  .md\:border-y-stone-200\/50 {
    border-top-color: rgb(231 229 228 / 0.5);
    border-bottom-color: rgb(231 229 228 / 0.5);
  }

  .md\:border-y-stone-200\/55 {
    border-top-color: rgb(231 229 228 / 0.55);
    border-bottom-color: rgb(231 229 228 / 0.55);
  }

  .md\:border-y-stone-200\/60 {
    border-top-color: rgb(231 229 228 / 0.6);
    border-bottom-color: rgb(231 229 228 / 0.6);
  }

  .md\:border-y-stone-200\/65 {
    border-top-color: rgb(231 229 228 / 0.65);
    border-bottom-color: rgb(231 229 228 / 0.65);
  }

  .md\:border-y-stone-200\/70 {
    border-top-color: rgb(231 229 228 / 0.7);
    border-bottom-color: rgb(231 229 228 / 0.7);
  }

  .md\:border-y-stone-200\/75 {
    border-top-color: rgb(231 229 228 / 0.75);
    border-bottom-color: rgb(231 229 228 / 0.75);
  }

  .md\:border-y-stone-200\/80 {
    border-top-color: rgb(231 229 228 / 0.8);
    border-bottom-color: rgb(231 229 228 / 0.8);
  }

  .md\:border-y-stone-200\/85 {
    border-top-color: rgb(231 229 228 / 0.85);
    border-bottom-color: rgb(231 229 228 / 0.85);
  }

  .md\:border-y-stone-200\/90 {
    border-top-color: rgb(231 229 228 / 0.9);
    border-bottom-color: rgb(231 229 228 / 0.9);
  }

  .md\:border-y-stone-200\/95 {
    border-top-color: rgb(231 229 228 / 0.95);
    border-bottom-color: rgb(231 229 228 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-stone-300\/0 {
    border-top-color: rgb(214 211 209 / 0);
    border-bottom-color: rgb(214 211 209 / 0);
  }

  .md\:border-y-stone-300\/10 {
    border-top-color: rgb(214 211 209 / 0.1);
    border-bottom-color: rgb(214 211 209 / 0.1);
  }

  .md\:border-y-stone-300\/100 {
    border-top-color: rgb(214 211 209 / 1);
    border-bottom-color: rgb(214 211 209 / 1);
  }

  .md\:border-y-stone-300\/15 {
    border-top-color: rgb(214 211 209 / 0.15);
    border-bottom-color: rgb(214 211 209 / 0.15);
  }

  .md\:border-y-stone-300\/20 {
    border-top-color: rgb(214 211 209 / 0.2);
    border-bottom-color: rgb(214 211 209 / 0.2);
  }

  .md\:border-y-stone-300\/25 {
    border-top-color: rgb(214 211 209 / 0.25);
    border-bottom-color: rgb(214 211 209 / 0.25);
  }

  .md\:border-y-stone-300\/30 {
    border-top-color: rgb(214 211 209 / 0.3);
    border-bottom-color: rgb(214 211 209 / 0.3);
  }

  .md\:border-y-stone-300\/35 {
    border-top-color: rgb(214 211 209 / 0.35);
    border-bottom-color: rgb(214 211 209 / 0.35);
  }

  .md\:border-y-stone-300\/40 {
    border-top-color: rgb(214 211 209 / 0.4);
    border-bottom-color: rgb(214 211 209 / 0.4);
  }

  .md\:border-y-stone-300\/45 {
    border-top-color: rgb(214 211 209 / 0.45);
    border-bottom-color: rgb(214 211 209 / 0.45);
  }

  .md\:border-y-stone-300\/5 {
    border-top-color: rgb(214 211 209 / 0.05);
    border-bottom-color: rgb(214 211 209 / 0.05);
  }

  .md\:border-y-stone-300\/50 {
    border-top-color: rgb(214 211 209 / 0.5);
    border-bottom-color: rgb(214 211 209 / 0.5);
  }

  .md\:border-y-stone-300\/55 {
    border-top-color: rgb(214 211 209 / 0.55);
    border-bottom-color: rgb(214 211 209 / 0.55);
  }

  .md\:border-y-stone-300\/60 {
    border-top-color: rgb(214 211 209 / 0.6);
    border-bottom-color: rgb(214 211 209 / 0.6);
  }

  .md\:border-y-stone-300\/65 {
    border-top-color: rgb(214 211 209 / 0.65);
    border-bottom-color: rgb(214 211 209 / 0.65);
  }

  .md\:border-y-stone-300\/70 {
    border-top-color: rgb(214 211 209 / 0.7);
    border-bottom-color: rgb(214 211 209 / 0.7);
  }

  .md\:border-y-stone-300\/75 {
    border-top-color: rgb(214 211 209 / 0.75);
    border-bottom-color: rgb(214 211 209 / 0.75);
  }

  .md\:border-y-stone-300\/80 {
    border-top-color: rgb(214 211 209 / 0.8);
    border-bottom-color: rgb(214 211 209 / 0.8);
  }

  .md\:border-y-stone-300\/85 {
    border-top-color: rgb(214 211 209 / 0.85);
    border-bottom-color: rgb(214 211 209 / 0.85);
  }

  .md\:border-y-stone-300\/90 {
    border-top-color: rgb(214 211 209 / 0.9);
    border-bottom-color: rgb(214 211 209 / 0.9);
  }

  .md\:border-y-stone-300\/95 {
    border-top-color: rgb(214 211 209 / 0.95);
    border-bottom-color: rgb(214 211 209 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-stone-400\/0 {
    border-top-color: rgb(168 162 158 / 0);
    border-bottom-color: rgb(168 162 158 / 0);
  }

  .md\:border-y-stone-400\/10 {
    border-top-color: rgb(168 162 158 / 0.1);
    border-bottom-color: rgb(168 162 158 / 0.1);
  }

  .md\:border-y-stone-400\/100 {
    border-top-color: rgb(168 162 158 / 1);
    border-bottom-color: rgb(168 162 158 / 1);
  }

  .md\:border-y-stone-400\/15 {
    border-top-color: rgb(168 162 158 / 0.15);
    border-bottom-color: rgb(168 162 158 / 0.15);
  }

  .md\:border-y-stone-400\/20 {
    border-top-color: rgb(168 162 158 / 0.2);
    border-bottom-color: rgb(168 162 158 / 0.2);
  }

  .md\:border-y-stone-400\/25 {
    border-top-color: rgb(168 162 158 / 0.25);
    border-bottom-color: rgb(168 162 158 / 0.25);
  }

  .md\:border-y-stone-400\/30 {
    border-top-color: rgb(168 162 158 / 0.3);
    border-bottom-color: rgb(168 162 158 / 0.3);
  }

  .md\:border-y-stone-400\/35 {
    border-top-color: rgb(168 162 158 / 0.35);
    border-bottom-color: rgb(168 162 158 / 0.35);
  }

  .md\:border-y-stone-400\/40 {
    border-top-color: rgb(168 162 158 / 0.4);
    border-bottom-color: rgb(168 162 158 / 0.4);
  }

  .md\:border-y-stone-400\/45 {
    border-top-color: rgb(168 162 158 / 0.45);
    border-bottom-color: rgb(168 162 158 / 0.45);
  }

  .md\:border-y-stone-400\/5 {
    border-top-color: rgb(168 162 158 / 0.05);
    border-bottom-color: rgb(168 162 158 / 0.05);
  }

  .md\:border-y-stone-400\/50 {
    border-top-color: rgb(168 162 158 / 0.5);
    border-bottom-color: rgb(168 162 158 / 0.5);
  }

  .md\:border-y-stone-400\/55 {
    border-top-color: rgb(168 162 158 / 0.55);
    border-bottom-color: rgb(168 162 158 / 0.55);
  }

  .md\:border-y-stone-400\/60 {
    border-top-color: rgb(168 162 158 / 0.6);
    border-bottom-color: rgb(168 162 158 / 0.6);
  }

  .md\:border-y-stone-400\/65 {
    border-top-color: rgb(168 162 158 / 0.65);
    border-bottom-color: rgb(168 162 158 / 0.65);
  }

  .md\:border-y-stone-400\/70 {
    border-top-color: rgb(168 162 158 / 0.7);
    border-bottom-color: rgb(168 162 158 / 0.7);
  }

  .md\:border-y-stone-400\/75 {
    border-top-color: rgb(168 162 158 / 0.75);
    border-bottom-color: rgb(168 162 158 / 0.75);
  }

  .md\:border-y-stone-400\/80 {
    border-top-color: rgb(168 162 158 / 0.8);
    border-bottom-color: rgb(168 162 158 / 0.8);
  }

  .md\:border-y-stone-400\/85 {
    border-top-color: rgb(168 162 158 / 0.85);
    border-bottom-color: rgb(168 162 158 / 0.85);
  }

  .md\:border-y-stone-400\/90 {
    border-top-color: rgb(168 162 158 / 0.9);
    border-bottom-color: rgb(168 162 158 / 0.9);
  }

  .md\:border-y-stone-400\/95 {
    border-top-color: rgb(168 162 158 / 0.95);
    border-bottom-color: rgb(168 162 158 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-stone-50\/0 {
    border-top-color: rgb(250 250 249 / 0);
    border-bottom-color: rgb(250 250 249 / 0);
  }

  .md\:border-y-stone-50\/10 {
    border-top-color: rgb(250 250 249 / 0.1);
    border-bottom-color: rgb(250 250 249 / 0.1);
  }

  .md\:border-y-stone-50\/100 {
    border-top-color: rgb(250 250 249 / 1);
    border-bottom-color: rgb(250 250 249 / 1);
  }

  .md\:border-y-stone-50\/15 {
    border-top-color: rgb(250 250 249 / 0.15);
    border-bottom-color: rgb(250 250 249 / 0.15);
  }

  .md\:border-y-stone-50\/20 {
    border-top-color: rgb(250 250 249 / 0.2);
    border-bottom-color: rgb(250 250 249 / 0.2);
  }

  .md\:border-y-stone-50\/25 {
    border-top-color: rgb(250 250 249 / 0.25);
    border-bottom-color: rgb(250 250 249 / 0.25);
  }

  .md\:border-y-stone-50\/30 {
    border-top-color: rgb(250 250 249 / 0.3);
    border-bottom-color: rgb(250 250 249 / 0.3);
  }

  .md\:border-y-stone-50\/35 {
    border-top-color: rgb(250 250 249 / 0.35);
    border-bottom-color: rgb(250 250 249 / 0.35);
  }

  .md\:border-y-stone-50\/40 {
    border-top-color: rgb(250 250 249 / 0.4);
    border-bottom-color: rgb(250 250 249 / 0.4);
  }

  .md\:border-y-stone-50\/45 {
    border-top-color: rgb(250 250 249 / 0.45);
    border-bottom-color: rgb(250 250 249 / 0.45);
  }

  .md\:border-y-stone-50\/5 {
    border-top-color: rgb(250 250 249 / 0.05);
    border-bottom-color: rgb(250 250 249 / 0.05);
  }

  .md\:border-y-stone-50\/50 {
    border-top-color: rgb(250 250 249 / 0.5);
    border-bottom-color: rgb(250 250 249 / 0.5);
  }

  .md\:border-y-stone-50\/55 {
    border-top-color: rgb(250 250 249 / 0.55);
    border-bottom-color: rgb(250 250 249 / 0.55);
  }

  .md\:border-y-stone-50\/60 {
    border-top-color: rgb(250 250 249 / 0.6);
    border-bottom-color: rgb(250 250 249 / 0.6);
  }

  .md\:border-y-stone-50\/65 {
    border-top-color: rgb(250 250 249 / 0.65);
    border-bottom-color: rgb(250 250 249 / 0.65);
  }

  .md\:border-y-stone-50\/70 {
    border-top-color: rgb(250 250 249 / 0.7);
    border-bottom-color: rgb(250 250 249 / 0.7);
  }

  .md\:border-y-stone-50\/75 {
    border-top-color: rgb(250 250 249 / 0.75);
    border-bottom-color: rgb(250 250 249 / 0.75);
  }

  .md\:border-y-stone-50\/80 {
    border-top-color: rgb(250 250 249 / 0.8);
    border-bottom-color: rgb(250 250 249 / 0.8);
  }

  .md\:border-y-stone-50\/85 {
    border-top-color: rgb(250 250 249 / 0.85);
    border-bottom-color: rgb(250 250 249 / 0.85);
  }

  .md\:border-y-stone-50\/90 {
    border-top-color: rgb(250 250 249 / 0.9);
    border-bottom-color: rgb(250 250 249 / 0.9);
  }

  .md\:border-y-stone-50\/95 {
    border-top-color: rgb(250 250 249 / 0.95);
    border-bottom-color: rgb(250 250 249 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-stone-500\/0 {
    border-top-color: rgb(120 113 108 / 0);
    border-bottom-color: rgb(120 113 108 / 0);
  }

  .md\:border-y-stone-500\/10 {
    border-top-color: rgb(120 113 108 / 0.1);
    border-bottom-color: rgb(120 113 108 / 0.1);
  }

  .md\:border-y-stone-500\/100 {
    border-top-color: rgb(120 113 108 / 1);
    border-bottom-color: rgb(120 113 108 / 1);
  }

  .md\:border-y-stone-500\/15 {
    border-top-color: rgb(120 113 108 / 0.15);
    border-bottom-color: rgb(120 113 108 / 0.15);
  }

  .md\:border-y-stone-500\/20 {
    border-top-color: rgb(120 113 108 / 0.2);
    border-bottom-color: rgb(120 113 108 / 0.2);
  }

  .md\:border-y-stone-500\/25 {
    border-top-color: rgb(120 113 108 / 0.25);
    border-bottom-color: rgb(120 113 108 / 0.25);
  }

  .md\:border-y-stone-500\/30 {
    border-top-color: rgb(120 113 108 / 0.3);
    border-bottom-color: rgb(120 113 108 / 0.3);
  }

  .md\:border-y-stone-500\/35 {
    border-top-color: rgb(120 113 108 / 0.35);
    border-bottom-color: rgb(120 113 108 / 0.35);
  }

  .md\:border-y-stone-500\/40 {
    border-top-color: rgb(120 113 108 / 0.4);
    border-bottom-color: rgb(120 113 108 / 0.4);
  }

  .md\:border-y-stone-500\/45 {
    border-top-color: rgb(120 113 108 / 0.45);
    border-bottom-color: rgb(120 113 108 / 0.45);
  }

  .md\:border-y-stone-500\/5 {
    border-top-color: rgb(120 113 108 / 0.05);
    border-bottom-color: rgb(120 113 108 / 0.05);
  }

  .md\:border-y-stone-500\/50 {
    border-top-color: rgb(120 113 108 / 0.5);
    border-bottom-color: rgb(120 113 108 / 0.5);
  }

  .md\:border-y-stone-500\/55 {
    border-top-color: rgb(120 113 108 / 0.55);
    border-bottom-color: rgb(120 113 108 / 0.55);
  }

  .md\:border-y-stone-500\/60 {
    border-top-color: rgb(120 113 108 / 0.6);
    border-bottom-color: rgb(120 113 108 / 0.6);
  }

  .md\:border-y-stone-500\/65 {
    border-top-color: rgb(120 113 108 / 0.65);
    border-bottom-color: rgb(120 113 108 / 0.65);
  }

  .md\:border-y-stone-500\/70 {
    border-top-color: rgb(120 113 108 / 0.7);
    border-bottom-color: rgb(120 113 108 / 0.7);
  }

  .md\:border-y-stone-500\/75 {
    border-top-color: rgb(120 113 108 / 0.75);
    border-bottom-color: rgb(120 113 108 / 0.75);
  }

  .md\:border-y-stone-500\/80 {
    border-top-color: rgb(120 113 108 / 0.8);
    border-bottom-color: rgb(120 113 108 / 0.8);
  }

  .md\:border-y-stone-500\/85 {
    border-top-color: rgb(120 113 108 / 0.85);
    border-bottom-color: rgb(120 113 108 / 0.85);
  }

  .md\:border-y-stone-500\/90 {
    border-top-color: rgb(120 113 108 / 0.9);
    border-bottom-color: rgb(120 113 108 / 0.9);
  }

  .md\:border-y-stone-500\/95 {
    border-top-color: rgb(120 113 108 / 0.95);
    border-bottom-color: rgb(120 113 108 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-stone-600\/0 {
    border-top-color: rgb(87 83 78 / 0);
    border-bottom-color: rgb(87 83 78 / 0);
  }

  .md\:border-y-stone-600\/10 {
    border-top-color: rgb(87 83 78 / 0.1);
    border-bottom-color: rgb(87 83 78 / 0.1);
  }

  .md\:border-y-stone-600\/100 {
    border-top-color: rgb(87 83 78 / 1);
    border-bottom-color: rgb(87 83 78 / 1);
  }

  .md\:border-y-stone-600\/15 {
    border-top-color: rgb(87 83 78 / 0.15);
    border-bottom-color: rgb(87 83 78 / 0.15);
  }

  .md\:border-y-stone-600\/20 {
    border-top-color: rgb(87 83 78 / 0.2);
    border-bottom-color: rgb(87 83 78 / 0.2);
  }

  .md\:border-y-stone-600\/25 {
    border-top-color: rgb(87 83 78 / 0.25);
    border-bottom-color: rgb(87 83 78 / 0.25);
  }

  .md\:border-y-stone-600\/30 {
    border-top-color: rgb(87 83 78 / 0.3);
    border-bottom-color: rgb(87 83 78 / 0.3);
  }

  .md\:border-y-stone-600\/35 {
    border-top-color: rgb(87 83 78 / 0.35);
    border-bottom-color: rgb(87 83 78 / 0.35);
  }

  .md\:border-y-stone-600\/40 {
    border-top-color: rgb(87 83 78 / 0.4);
    border-bottom-color: rgb(87 83 78 / 0.4);
  }

  .md\:border-y-stone-600\/45 {
    border-top-color: rgb(87 83 78 / 0.45);
    border-bottom-color: rgb(87 83 78 / 0.45);
  }

  .md\:border-y-stone-600\/5 {
    border-top-color: rgb(87 83 78 / 0.05);
    border-bottom-color: rgb(87 83 78 / 0.05);
  }

  .md\:border-y-stone-600\/50 {
    border-top-color: rgb(87 83 78 / 0.5);
    border-bottom-color: rgb(87 83 78 / 0.5);
  }

  .md\:border-y-stone-600\/55 {
    border-top-color: rgb(87 83 78 / 0.55);
    border-bottom-color: rgb(87 83 78 / 0.55);
  }

  .md\:border-y-stone-600\/60 {
    border-top-color: rgb(87 83 78 / 0.6);
    border-bottom-color: rgb(87 83 78 / 0.6);
  }

  .md\:border-y-stone-600\/65 {
    border-top-color: rgb(87 83 78 / 0.65);
    border-bottom-color: rgb(87 83 78 / 0.65);
  }

  .md\:border-y-stone-600\/70 {
    border-top-color: rgb(87 83 78 / 0.7);
    border-bottom-color: rgb(87 83 78 / 0.7);
  }

  .md\:border-y-stone-600\/75 {
    border-top-color: rgb(87 83 78 / 0.75);
    border-bottom-color: rgb(87 83 78 / 0.75);
  }

  .md\:border-y-stone-600\/80 {
    border-top-color: rgb(87 83 78 / 0.8);
    border-bottom-color: rgb(87 83 78 / 0.8);
  }

  .md\:border-y-stone-600\/85 {
    border-top-color: rgb(87 83 78 / 0.85);
    border-bottom-color: rgb(87 83 78 / 0.85);
  }

  .md\:border-y-stone-600\/90 {
    border-top-color: rgb(87 83 78 / 0.9);
    border-bottom-color: rgb(87 83 78 / 0.9);
  }

  .md\:border-y-stone-600\/95 {
    border-top-color: rgb(87 83 78 / 0.95);
    border-bottom-color: rgb(87 83 78 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-stone-700\/0 {
    border-top-color: rgb(68 64 60 / 0);
    border-bottom-color: rgb(68 64 60 / 0);
  }

  .md\:border-y-stone-700\/10 {
    border-top-color: rgb(68 64 60 / 0.1);
    border-bottom-color: rgb(68 64 60 / 0.1);
  }

  .md\:border-y-stone-700\/100 {
    border-top-color: rgb(68 64 60 / 1);
    border-bottom-color: rgb(68 64 60 / 1);
  }

  .md\:border-y-stone-700\/15 {
    border-top-color: rgb(68 64 60 / 0.15);
    border-bottom-color: rgb(68 64 60 / 0.15);
  }

  .md\:border-y-stone-700\/20 {
    border-top-color: rgb(68 64 60 / 0.2);
    border-bottom-color: rgb(68 64 60 / 0.2);
  }

  .md\:border-y-stone-700\/25 {
    border-top-color: rgb(68 64 60 / 0.25);
    border-bottom-color: rgb(68 64 60 / 0.25);
  }

  .md\:border-y-stone-700\/30 {
    border-top-color: rgb(68 64 60 / 0.3);
    border-bottom-color: rgb(68 64 60 / 0.3);
  }

  .md\:border-y-stone-700\/35 {
    border-top-color: rgb(68 64 60 / 0.35);
    border-bottom-color: rgb(68 64 60 / 0.35);
  }

  .md\:border-y-stone-700\/40 {
    border-top-color: rgb(68 64 60 / 0.4);
    border-bottom-color: rgb(68 64 60 / 0.4);
  }

  .md\:border-y-stone-700\/45 {
    border-top-color: rgb(68 64 60 / 0.45);
    border-bottom-color: rgb(68 64 60 / 0.45);
  }

  .md\:border-y-stone-700\/5 {
    border-top-color: rgb(68 64 60 / 0.05);
    border-bottom-color: rgb(68 64 60 / 0.05);
  }

  .md\:border-y-stone-700\/50 {
    border-top-color: rgb(68 64 60 / 0.5);
    border-bottom-color: rgb(68 64 60 / 0.5);
  }

  .md\:border-y-stone-700\/55 {
    border-top-color: rgb(68 64 60 / 0.55);
    border-bottom-color: rgb(68 64 60 / 0.55);
  }

  .md\:border-y-stone-700\/60 {
    border-top-color: rgb(68 64 60 / 0.6);
    border-bottom-color: rgb(68 64 60 / 0.6);
  }

  .md\:border-y-stone-700\/65 {
    border-top-color: rgb(68 64 60 / 0.65);
    border-bottom-color: rgb(68 64 60 / 0.65);
  }

  .md\:border-y-stone-700\/70 {
    border-top-color: rgb(68 64 60 / 0.7);
    border-bottom-color: rgb(68 64 60 / 0.7);
  }

  .md\:border-y-stone-700\/75 {
    border-top-color: rgb(68 64 60 / 0.75);
    border-bottom-color: rgb(68 64 60 / 0.75);
  }

  .md\:border-y-stone-700\/80 {
    border-top-color: rgb(68 64 60 / 0.8);
    border-bottom-color: rgb(68 64 60 / 0.8);
  }

  .md\:border-y-stone-700\/85 {
    border-top-color: rgb(68 64 60 / 0.85);
    border-bottom-color: rgb(68 64 60 / 0.85);
  }

  .md\:border-y-stone-700\/90 {
    border-top-color: rgb(68 64 60 / 0.9);
    border-bottom-color: rgb(68 64 60 / 0.9);
  }

  .md\:border-y-stone-700\/95 {
    border-top-color: rgb(68 64 60 / 0.95);
    border-bottom-color: rgb(68 64 60 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-stone-800\/0 {
    border-top-color: rgb(41 37 36 / 0);
    border-bottom-color: rgb(41 37 36 / 0);
  }

  .md\:border-y-stone-800\/10 {
    border-top-color: rgb(41 37 36 / 0.1);
    border-bottom-color: rgb(41 37 36 / 0.1);
  }

  .md\:border-y-stone-800\/100 {
    border-top-color: rgb(41 37 36 / 1);
    border-bottom-color: rgb(41 37 36 / 1);
  }

  .md\:border-y-stone-800\/15 {
    border-top-color: rgb(41 37 36 / 0.15);
    border-bottom-color: rgb(41 37 36 / 0.15);
  }

  .md\:border-y-stone-800\/20 {
    border-top-color: rgb(41 37 36 / 0.2);
    border-bottom-color: rgb(41 37 36 / 0.2);
  }

  .md\:border-y-stone-800\/25 {
    border-top-color: rgb(41 37 36 / 0.25);
    border-bottom-color: rgb(41 37 36 / 0.25);
  }

  .md\:border-y-stone-800\/30 {
    border-top-color: rgb(41 37 36 / 0.3);
    border-bottom-color: rgb(41 37 36 / 0.3);
  }

  .md\:border-y-stone-800\/35 {
    border-top-color: rgb(41 37 36 / 0.35);
    border-bottom-color: rgb(41 37 36 / 0.35);
  }

  .md\:border-y-stone-800\/40 {
    border-top-color: rgb(41 37 36 / 0.4);
    border-bottom-color: rgb(41 37 36 / 0.4);
  }

  .md\:border-y-stone-800\/45 {
    border-top-color: rgb(41 37 36 / 0.45);
    border-bottom-color: rgb(41 37 36 / 0.45);
  }

  .md\:border-y-stone-800\/5 {
    border-top-color: rgb(41 37 36 / 0.05);
    border-bottom-color: rgb(41 37 36 / 0.05);
  }

  .md\:border-y-stone-800\/50 {
    border-top-color: rgb(41 37 36 / 0.5);
    border-bottom-color: rgb(41 37 36 / 0.5);
  }

  .md\:border-y-stone-800\/55 {
    border-top-color: rgb(41 37 36 / 0.55);
    border-bottom-color: rgb(41 37 36 / 0.55);
  }

  .md\:border-y-stone-800\/60 {
    border-top-color: rgb(41 37 36 / 0.6);
    border-bottom-color: rgb(41 37 36 / 0.6);
  }

  .md\:border-y-stone-800\/65 {
    border-top-color: rgb(41 37 36 / 0.65);
    border-bottom-color: rgb(41 37 36 / 0.65);
  }

  .md\:border-y-stone-800\/70 {
    border-top-color: rgb(41 37 36 / 0.7);
    border-bottom-color: rgb(41 37 36 / 0.7);
  }

  .md\:border-y-stone-800\/75 {
    border-top-color: rgb(41 37 36 / 0.75);
    border-bottom-color: rgb(41 37 36 / 0.75);
  }

  .md\:border-y-stone-800\/80 {
    border-top-color: rgb(41 37 36 / 0.8);
    border-bottom-color: rgb(41 37 36 / 0.8);
  }

  .md\:border-y-stone-800\/85 {
    border-top-color: rgb(41 37 36 / 0.85);
    border-bottom-color: rgb(41 37 36 / 0.85);
  }

  .md\:border-y-stone-800\/90 {
    border-top-color: rgb(41 37 36 / 0.9);
    border-bottom-color: rgb(41 37 36 / 0.9);
  }

  .md\:border-y-stone-800\/95 {
    border-top-color: rgb(41 37 36 / 0.95);
    border-bottom-color: rgb(41 37 36 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-stone-900\/0 {
    border-top-color: rgb(28 25 23 / 0);
    border-bottom-color: rgb(28 25 23 / 0);
  }

  .md\:border-y-stone-900\/10 {
    border-top-color: rgb(28 25 23 / 0.1);
    border-bottom-color: rgb(28 25 23 / 0.1);
  }

  .md\:border-y-stone-900\/100 {
    border-top-color: rgb(28 25 23 / 1);
    border-bottom-color: rgb(28 25 23 / 1);
  }

  .md\:border-y-stone-900\/15 {
    border-top-color: rgb(28 25 23 / 0.15);
    border-bottom-color: rgb(28 25 23 / 0.15);
  }

  .md\:border-y-stone-900\/20 {
    border-top-color: rgb(28 25 23 / 0.2);
    border-bottom-color: rgb(28 25 23 / 0.2);
  }

  .md\:border-y-stone-900\/25 {
    border-top-color: rgb(28 25 23 / 0.25);
    border-bottom-color: rgb(28 25 23 / 0.25);
  }

  .md\:border-y-stone-900\/30 {
    border-top-color: rgb(28 25 23 / 0.3);
    border-bottom-color: rgb(28 25 23 / 0.3);
  }

  .md\:border-y-stone-900\/35 {
    border-top-color: rgb(28 25 23 / 0.35);
    border-bottom-color: rgb(28 25 23 / 0.35);
  }

  .md\:border-y-stone-900\/40 {
    border-top-color: rgb(28 25 23 / 0.4);
    border-bottom-color: rgb(28 25 23 / 0.4);
  }

  .md\:border-y-stone-900\/45 {
    border-top-color: rgb(28 25 23 / 0.45);
    border-bottom-color: rgb(28 25 23 / 0.45);
  }

  .md\:border-y-stone-900\/5 {
    border-top-color: rgb(28 25 23 / 0.05);
    border-bottom-color: rgb(28 25 23 / 0.05);
  }

  .md\:border-y-stone-900\/50 {
    border-top-color: rgb(28 25 23 / 0.5);
    border-bottom-color: rgb(28 25 23 / 0.5);
  }

  .md\:border-y-stone-900\/55 {
    border-top-color: rgb(28 25 23 / 0.55);
    border-bottom-color: rgb(28 25 23 / 0.55);
  }

  .md\:border-y-stone-900\/60 {
    border-top-color: rgb(28 25 23 / 0.6);
    border-bottom-color: rgb(28 25 23 / 0.6);
  }

  .md\:border-y-stone-900\/65 {
    border-top-color: rgb(28 25 23 / 0.65);
    border-bottom-color: rgb(28 25 23 / 0.65);
  }

  .md\:border-y-stone-900\/70 {
    border-top-color: rgb(28 25 23 / 0.7);
    border-bottom-color: rgb(28 25 23 / 0.7);
  }

  .md\:border-y-stone-900\/75 {
    border-top-color: rgb(28 25 23 / 0.75);
    border-bottom-color: rgb(28 25 23 / 0.75);
  }

  .md\:border-y-stone-900\/80 {
    border-top-color: rgb(28 25 23 / 0.8);
    border-bottom-color: rgb(28 25 23 / 0.8);
  }

  .md\:border-y-stone-900\/85 {
    border-top-color: rgb(28 25 23 / 0.85);
    border-bottom-color: rgb(28 25 23 / 0.85);
  }

  .md\:border-y-stone-900\/90 {
    border-top-color: rgb(28 25 23 / 0.9);
    border-bottom-color: rgb(28 25 23 / 0.9);
  }

  .md\:border-y-stone-900\/95 {
    border-top-color: rgb(28 25 23 / 0.95);
    border-bottom-color: rgb(28 25 23 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-stone-950\/0 {
    border-top-color: rgb(12 10 9 / 0);
    border-bottom-color: rgb(12 10 9 / 0);
  }

  .md\:border-y-stone-950\/10 {
    border-top-color: rgb(12 10 9 / 0.1);
    border-bottom-color: rgb(12 10 9 / 0.1);
  }

  .md\:border-y-stone-950\/100 {
    border-top-color: rgb(12 10 9 / 1);
    border-bottom-color: rgb(12 10 9 / 1);
  }

  .md\:border-y-stone-950\/15 {
    border-top-color: rgb(12 10 9 / 0.15);
    border-bottom-color: rgb(12 10 9 / 0.15);
  }

  .md\:border-y-stone-950\/20 {
    border-top-color: rgb(12 10 9 / 0.2);
    border-bottom-color: rgb(12 10 9 / 0.2);
  }

  .md\:border-y-stone-950\/25 {
    border-top-color: rgb(12 10 9 / 0.25);
    border-bottom-color: rgb(12 10 9 / 0.25);
  }

  .md\:border-y-stone-950\/30 {
    border-top-color: rgb(12 10 9 / 0.3);
    border-bottom-color: rgb(12 10 9 / 0.3);
  }

  .md\:border-y-stone-950\/35 {
    border-top-color: rgb(12 10 9 / 0.35);
    border-bottom-color: rgb(12 10 9 / 0.35);
  }

  .md\:border-y-stone-950\/40 {
    border-top-color: rgb(12 10 9 / 0.4);
    border-bottom-color: rgb(12 10 9 / 0.4);
  }

  .md\:border-y-stone-950\/45 {
    border-top-color: rgb(12 10 9 / 0.45);
    border-bottom-color: rgb(12 10 9 / 0.45);
  }

  .md\:border-y-stone-950\/5 {
    border-top-color: rgb(12 10 9 / 0.05);
    border-bottom-color: rgb(12 10 9 / 0.05);
  }

  .md\:border-y-stone-950\/50 {
    border-top-color: rgb(12 10 9 / 0.5);
    border-bottom-color: rgb(12 10 9 / 0.5);
  }

  .md\:border-y-stone-950\/55 {
    border-top-color: rgb(12 10 9 / 0.55);
    border-bottom-color: rgb(12 10 9 / 0.55);
  }

  .md\:border-y-stone-950\/60 {
    border-top-color: rgb(12 10 9 / 0.6);
    border-bottom-color: rgb(12 10 9 / 0.6);
  }

  .md\:border-y-stone-950\/65 {
    border-top-color: rgb(12 10 9 / 0.65);
    border-bottom-color: rgb(12 10 9 / 0.65);
  }

  .md\:border-y-stone-950\/70 {
    border-top-color: rgb(12 10 9 / 0.7);
    border-bottom-color: rgb(12 10 9 / 0.7);
  }

  .md\:border-y-stone-950\/75 {
    border-top-color: rgb(12 10 9 / 0.75);
    border-bottom-color: rgb(12 10 9 / 0.75);
  }

  .md\:border-y-stone-950\/80 {
    border-top-color: rgb(12 10 9 / 0.8);
    border-bottom-color: rgb(12 10 9 / 0.8);
  }

  .md\:border-y-stone-950\/85 {
    border-top-color: rgb(12 10 9 / 0.85);
    border-bottom-color: rgb(12 10 9 / 0.85);
  }

  .md\:border-y-stone-950\/90 {
    border-top-color: rgb(12 10 9 / 0.9);
    border-bottom-color: rgb(12 10 9 / 0.9);
  }

  .md\:border-y-stone-950\/95 {
    border-top-color: rgb(12 10 9 / 0.95);
    border-bottom-color: rgb(12 10 9 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-teal-100\/0 {
    border-top-color: rgb(204 251 241 / 0);
    border-bottom-color: rgb(204 251 241 / 0);
  }

  .md\:border-y-teal-100\/10 {
    border-top-color: rgb(204 251 241 / 0.1);
    border-bottom-color: rgb(204 251 241 / 0.1);
  }

  .md\:border-y-teal-100\/100 {
    border-top-color: rgb(204 251 241 / 1);
    border-bottom-color: rgb(204 251 241 / 1);
  }

  .md\:border-y-teal-100\/15 {
    border-top-color: rgb(204 251 241 / 0.15);
    border-bottom-color: rgb(204 251 241 / 0.15);
  }

  .md\:border-y-teal-100\/20 {
    border-top-color: rgb(204 251 241 / 0.2);
    border-bottom-color: rgb(204 251 241 / 0.2);
  }

  .md\:border-y-teal-100\/25 {
    border-top-color: rgb(204 251 241 / 0.25);
    border-bottom-color: rgb(204 251 241 / 0.25);
  }

  .md\:border-y-teal-100\/30 {
    border-top-color: rgb(204 251 241 / 0.3);
    border-bottom-color: rgb(204 251 241 / 0.3);
  }

  .md\:border-y-teal-100\/35 {
    border-top-color: rgb(204 251 241 / 0.35);
    border-bottom-color: rgb(204 251 241 / 0.35);
  }

  .md\:border-y-teal-100\/40 {
    border-top-color: rgb(204 251 241 / 0.4);
    border-bottom-color: rgb(204 251 241 / 0.4);
  }

  .md\:border-y-teal-100\/45 {
    border-top-color: rgb(204 251 241 / 0.45);
    border-bottom-color: rgb(204 251 241 / 0.45);
  }

  .md\:border-y-teal-100\/5 {
    border-top-color: rgb(204 251 241 / 0.05);
    border-bottom-color: rgb(204 251 241 / 0.05);
  }

  .md\:border-y-teal-100\/50 {
    border-top-color: rgb(204 251 241 / 0.5);
    border-bottom-color: rgb(204 251 241 / 0.5);
  }

  .md\:border-y-teal-100\/55 {
    border-top-color: rgb(204 251 241 / 0.55);
    border-bottom-color: rgb(204 251 241 / 0.55);
  }

  .md\:border-y-teal-100\/60 {
    border-top-color: rgb(204 251 241 / 0.6);
    border-bottom-color: rgb(204 251 241 / 0.6);
  }

  .md\:border-y-teal-100\/65 {
    border-top-color: rgb(204 251 241 / 0.65);
    border-bottom-color: rgb(204 251 241 / 0.65);
  }

  .md\:border-y-teal-100\/70 {
    border-top-color: rgb(204 251 241 / 0.7);
    border-bottom-color: rgb(204 251 241 / 0.7);
  }

  .md\:border-y-teal-100\/75 {
    border-top-color: rgb(204 251 241 / 0.75);
    border-bottom-color: rgb(204 251 241 / 0.75);
  }

  .md\:border-y-teal-100\/80 {
    border-top-color: rgb(204 251 241 / 0.8);
    border-bottom-color: rgb(204 251 241 / 0.8);
  }

  .md\:border-y-teal-100\/85 {
    border-top-color: rgb(204 251 241 / 0.85);
    border-bottom-color: rgb(204 251 241 / 0.85);
  }

  .md\:border-y-teal-100\/90 {
    border-top-color: rgb(204 251 241 / 0.9);
    border-bottom-color: rgb(204 251 241 / 0.9);
  }

  .md\:border-y-teal-100\/95 {
    border-top-color: rgb(204 251 241 / 0.95);
    border-bottom-color: rgb(204 251 241 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-teal-200\/0 {
    border-top-color: rgb(153 246 228 / 0);
    border-bottom-color: rgb(153 246 228 / 0);
  }

  .md\:border-y-teal-200\/10 {
    border-top-color: rgb(153 246 228 / 0.1);
    border-bottom-color: rgb(153 246 228 / 0.1);
  }

  .md\:border-y-teal-200\/100 {
    border-top-color: rgb(153 246 228 / 1);
    border-bottom-color: rgb(153 246 228 / 1);
  }

  .md\:border-y-teal-200\/15 {
    border-top-color: rgb(153 246 228 / 0.15);
    border-bottom-color: rgb(153 246 228 / 0.15);
  }

  .md\:border-y-teal-200\/20 {
    border-top-color: rgb(153 246 228 / 0.2);
    border-bottom-color: rgb(153 246 228 / 0.2);
  }

  .md\:border-y-teal-200\/25 {
    border-top-color: rgb(153 246 228 / 0.25);
    border-bottom-color: rgb(153 246 228 / 0.25);
  }

  .md\:border-y-teal-200\/30 {
    border-top-color: rgb(153 246 228 / 0.3);
    border-bottom-color: rgb(153 246 228 / 0.3);
  }

  .md\:border-y-teal-200\/35 {
    border-top-color: rgb(153 246 228 / 0.35);
    border-bottom-color: rgb(153 246 228 / 0.35);
  }

  .md\:border-y-teal-200\/40 {
    border-top-color: rgb(153 246 228 / 0.4);
    border-bottom-color: rgb(153 246 228 / 0.4);
  }

  .md\:border-y-teal-200\/45 {
    border-top-color: rgb(153 246 228 / 0.45);
    border-bottom-color: rgb(153 246 228 / 0.45);
  }

  .md\:border-y-teal-200\/5 {
    border-top-color: rgb(153 246 228 / 0.05);
    border-bottom-color: rgb(153 246 228 / 0.05);
  }

  .md\:border-y-teal-200\/50 {
    border-top-color: rgb(153 246 228 / 0.5);
    border-bottom-color: rgb(153 246 228 / 0.5);
  }

  .md\:border-y-teal-200\/55 {
    border-top-color: rgb(153 246 228 / 0.55);
    border-bottom-color: rgb(153 246 228 / 0.55);
  }

  .md\:border-y-teal-200\/60 {
    border-top-color: rgb(153 246 228 / 0.6);
    border-bottom-color: rgb(153 246 228 / 0.6);
  }

  .md\:border-y-teal-200\/65 {
    border-top-color: rgb(153 246 228 / 0.65);
    border-bottom-color: rgb(153 246 228 / 0.65);
  }

  .md\:border-y-teal-200\/70 {
    border-top-color: rgb(153 246 228 / 0.7);
    border-bottom-color: rgb(153 246 228 / 0.7);
  }

  .md\:border-y-teal-200\/75 {
    border-top-color: rgb(153 246 228 / 0.75);
    border-bottom-color: rgb(153 246 228 / 0.75);
  }

  .md\:border-y-teal-200\/80 {
    border-top-color: rgb(153 246 228 / 0.8);
    border-bottom-color: rgb(153 246 228 / 0.8);
  }

  .md\:border-y-teal-200\/85 {
    border-top-color: rgb(153 246 228 / 0.85);
    border-bottom-color: rgb(153 246 228 / 0.85);
  }

  .md\:border-y-teal-200\/90 {
    border-top-color: rgb(153 246 228 / 0.9);
    border-bottom-color: rgb(153 246 228 / 0.9);
  }

  .md\:border-y-teal-200\/95 {
    border-top-color: rgb(153 246 228 / 0.95);
    border-bottom-color: rgb(153 246 228 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-teal-300\/0 {
    border-top-color: rgb(94 234 212 / 0);
    border-bottom-color: rgb(94 234 212 / 0);
  }

  .md\:border-y-teal-300\/10 {
    border-top-color: rgb(94 234 212 / 0.1);
    border-bottom-color: rgb(94 234 212 / 0.1);
  }

  .md\:border-y-teal-300\/100 {
    border-top-color: rgb(94 234 212 / 1);
    border-bottom-color: rgb(94 234 212 / 1);
  }

  .md\:border-y-teal-300\/15 {
    border-top-color: rgb(94 234 212 / 0.15);
    border-bottom-color: rgb(94 234 212 / 0.15);
  }

  .md\:border-y-teal-300\/20 {
    border-top-color: rgb(94 234 212 / 0.2);
    border-bottom-color: rgb(94 234 212 / 0.2);
  }

  .md\:border-y-teal-300\/25 {
    border-top-color: rgb(94 234 212 / 0.25);
    border-bottom-color: rgb(94 234 212 / 0.25);
  }

  .md\:border-y-teal-300\/30 {
    border-top-color: rgb(94 234 212 / 0.3);
    border-bottom-color: rgb(94 234 212 / 0.3);
  }

  .md\:border-y-teal-300\/35 {
    border-top-color: rgb(94 234 212 / 0.35);
    border-bottom-color: rgb(94 234 212 / 0.35);
  }

  .md\:border-y-teal-300\/40 {
    border-top-color: rgb(94 234 212 / 0.4);
    border-bottom-color: rgb(94 234 212 / 0.4);
  }

  .md\:border-y-teal-300\/45 {
    border-top-color: rgb(94 234 212 / 0.45);
    border-bottom-color: rgb(94 234 212 / 0.45);
  }

  .md\:border-y-teal-300\/5 {
    border-top-color: rgb(94 234 212 / 0.05);
    border-bottom-color: rgb(94 234 212 / 0.05);
  }

  .md\:border-y-teal-300\/50 {
    border-top-color: rgb(94 234 212 / 0.5);
    border-bottom-color: rgb(94 234 212 / 0.5);
  }

  .md\:border-y-teal-300\/55 {
    border-top-color: rgb(94 234 212 / 0.55);
    border-bottom-color: rgb(94 234 212 / 0.55);
  }

  .md\:border-y-teal-300\/60 {
    border-top-color: rgb(94 234 212 / 0.6);
    border-bottom-color: rgb(94 234 212 / 0.6);
  }

  .md\:border-y-teal-300\/65 {
    border-top-color: rgb(94 234 212 / 0.65);
    border-bottom-color: rgb(94 234 212 / 0.65);
  }

  .md\:border-y-teal-300\/70 {
    border-top-color: rgb(94 234 212 / 0.7);
    border-bottom-color: rgb(94 234 212 / 0.7);
  }

  .md\:border-y-teal-300\/75 {
    border-top-color: rgb(94 234 212 / 0.75);
    border-bottom-color: rgb(94 234 212 / 0.75);
  }

  .md\:border-y-teal-300\/80 {
    border-top-color: rgb(94 234 212 / 0.8);
    border-bottom-color: rgb(94 234 212 / 0.8);
  }

  .md\:border-y-teal-300\/85 {
    border-top-color: rgb(94 234 212 / 0.85);
    border-bottom-color: rgb(94 234 212 / 0.85);
  }

  .md\:border-y-teal-300\/90 {
    border-top-color: rgb(94 234 212 / 0.9);
    border-bottom-color: rgb(94 234 212 / 0.9);
  }

  .md\:border-y-teal-300\/95 {
    border-top-color: rgb(94 234 212 / 0.95);
    border-bottom-color: rgb(94 234 212 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-teal-400\/0 {
    border-top-color: rgb(45 212 191 / 0);
    border-bottom-color: rgb(45 212 191 / 0);
  }

  .md\:border-y-teal-400\/10 {
    border-top-color: rgb(45 212 191 / 0.1);
    border-bottom-color: rgb(45 212 191 / 0.1);
  }

  .md\:border-y-teal-400\/100 {
    border-top-color: rgb(45 212 191 / 1);
    border-bottom-color: rgb(45 212 191 / 1);
  }

  .md\:border-y-teal-400\/15 {
    border-top-color: rgb(45 212 191 / 0.15);
    border-bottom-color: rgb(45 212 191 / 0.15);
  }

  .md\:border-y-teal-400\/20 {
    border-top-color: rgb(45 212 191 / 0.2);
    border-bottom-color: rgb(45 212 191 / 0.2);
  }

  .md\:border-y-teal-400\/25 {
    border-top-color: rgb(45 212 191 / 0.25);
    border-bottom-color: rgb(45 212 191 / 0.25);
  }

  .md\:border-y-teal-400\/30 {
    border-top-color: rgb(45 212 191 / 0.3);
    border-bottom-color: rgb(45 212 191 / 0.3);
  }

  .md\:border-y-teal-400\/35 {
    border-top-color: rgb(45 212 191 / 0.35);
    border-bottom-color: rgb(45 212 191 / 0.35);
  }

  .md\:border-y-teal-400\/40 {
    border-top-color: rgb(45 212 191 / 0.4);
    border-bottom-color: rgb(45 212 191 / 0.4);
  }

  .md\:border-y-teal-400\/45 {
    border-top-color: rgb(45 212 191 / 0.45);
    border-bottom-color: rgb(45 212 191 / 0.45);
  }

  .md\:border-y-teal-400\/5 {
    border-top-color: rgb(45 212 191 / 0.05);
    border-bottom-color: rgb(45 212 191 / 0.05);
  }

  .md\:border-y-teal-400\/50 {
    border-top-color: rgb(45 212 191 / 0.5);
    border-bottom-color: rgb(45 212 191 / 0.5);
  }

  .md\:border-y-teal-400\/55 {
    border-top-color: rgb(45 212 191 / 0.55);
    border-bottom-color: rgb(45 212 191 / 0.55);
  }

  .md\:border-y-teal-400\/60 {
    border-top-color: rgb(45 212 191 / 0.6);
    border-bottom-color: rgb(45 212 191 / 0.6);
  }

  .md\:border-y-teal-400\/65 {
    border-top-color: rgb(45 212 191 / 0.65);
    border-bottom-color: rgb(45 212 191 / 0.65);
  }

  .md\:border-y-teal-400\/70 {
    border-top-color: rgb(45 212 191 / 0.7);
    border-bottom-color: rgb(45 212 191 / 0.7);
  }

  .md\:border-y-teal-400\/75 {
    border-top-color: rgb(45 212 191 / 0.75);
    border-bottom-color: rgb(45 212 191 / 0.75);
  }

  .md\:border-y-teal-400\/80 {
    border-top-color: rgb(45 212 191 / 0.8);
    border-bottom-color: rgb(45 212 191 / 0.8);
  }

  .md\:border-y-teal-400\/85 {
    border-top-color: rgb(45 212 191 / 0.85);
    border-bottom-color: rgb(45 212 191 / 0.85);
  }

  .md\:border-y-teal-400\/90 {
    border-top-color: rgb(45 212 191 / 0.9);
    border-bottom-color: rgb(45 212 191 / 0.9);
  }

  .md\:border-y-teal-400\/95 {
    border-top-color: rgb(45 212 191 / 0.95);
    border-bottom-color: rgb(45 212 191 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-teal-50\/0 {
    border-top-color: rgb(240 253 250 / 0);
    border-bottom-color: rgb(240 253 250 / 0);
  }

  .md\:border-y-teal-50\/10 {
    border-top-color: rgb(240 253 250 / 0.1);
    border-bottom-color: rgb(240 253 250 / 0.1);
  }

  .md\:border-y-teal-50\/100 {
    border-top-color: rgb(240 253 250 / 1);
    border-bottom-color: rgb(240 253 250 / 1);
  }

  .md\:border-y-teal-50\/15 {
    border-top-color: rgb(240 253 250 / 0.15);
    border-bottom-color: rgb(240 253 250 / 0.15);
  }

  .md\:border-y-teal-50\/20 {
    border-top-color: rgb(240 253 250 / 0.2);
    border-bottom-color: rgb(240 253 250 / 0.2);
  }

  .md\:border-y-teal-50\/25 {
    border-top-color: rgb(240 253 250 / 0.25);
    border-bottom-color: rgb(240 253 250 / 0.25);
  }

  .md\:border-y-teal-50\/30 {
    border-top-color: rgb(240 253 250 / 0.3);
    border-bottom-color: rgb(240 253 250 / 0.3);
  }

  .md\:border-y-teal-50\/35 {
    border-top-color: rgb(240 253 250 / 0.35);
    border-bottom-color: rgb(240 253 250 / 0.35);
  }

  .md\:border-y-teal-50\/40 {
    border-top-color: rgb(240 253 250 / 0.4);
    border-bottom-color: rgb(240 253 250 / 0.4);
  }

  .md\:border-y-teal-50\/45 {
    border-top-color: rgb(240 253 250 / 0.45);
    border-bottom-color: rgb(240 253 250 / 0.45);
  }

  .md\:border-y-teal-50\/5 {
    border-top-color: rgb(240 253 250 / 0.05);
    border-bottom-color: rgb(240 253 250 / 0.05);
  }

  .md\:border-y-teal-50\/50 {
    border-top-color: rgb(240 253 250 / 0.5);
    border-bottom-color: rgb(240 253 250 / 0.5);
  }

  .md\:border-y-teal-50\/55 {
    border-top-color: rgb(240 253 250 / 0.55);
    border-bottom-color: rgb(240 253 250 / 0.55);
  }

  .md\:border-y-teal-50\/60 {
    border-top-color: rgb(240 253 250 / 0.6);
    border-bottom-color: rgb(240 253 250 / 0.6);
  }

  .md\:border-y-teal-50\/65 {
    border-top-color: rgb(240 253 250 / 0.65);
    border-bottom-color: rgb(240 253 250 / 0.65);
  }

  .md\:border-y-teal-50\/70 {
    border-top-color: rgb(240 253 250 / 0.7);
    border-bottom-color: rgb(240 253 250 / 0.7);
  }

  .md\:border-y-teal-50\/75 {
    border-top-color: rgb(240 253 250 / 0.75);
    border-bottom-color: rgb(240 253 250 / 0.75);
  }

  .md\:border-y-teal-50\/80 {
    border-top-color: rgb(240 253 250 / 0.8);
    border-bottom-color: rgb(240 253 250 / 0.8);
  }

  .md\:border-y-teal-50\/85 {
    border-top-color: rgb(240 253 250 / 0.85);
    border-bottom-color: rgb(240 253 250 / 0.85);
  }

  .md\:border-y-teal-50\/90 {
    border-top-color: rgb(240 253 250 / 0.9);
    border-bottom-color: rgb(240 253 250 / 0.9);
  }

  .md\:border-y-teal-50\/95 {
    border-top-color: rgb(240 253 250 / 0.95);
    border-bottom-color: rgb(240 253 250 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-teal-500\/0 {
    border-top-color: rgb(20 184 166 / 0);
    border-bottom-color: rgb(20 184 166 / 0);
  }

  .md\:border-y-teal-500\/10 {
    border-top-color: rgb(20 184 166 / 0.1);
    border-bottom-color: rgb(20 184 166 / 0.1);
  }

  .md\:border-y-teal-500\/100 {
    border-top-color: rgb(20 184 166 / 1);
    border-bottom-color: rgb(20 184 166 / 1);
  }

  .md\:border-y-teal-500\/15 {
    border-top-color: rgb(20 184 166 / 0.15);
    border-bottom-color: rgb(20 184 166 / 0.15);
  }

  .md\:border-y-teal-500\/20 {
    border-top-color: rgb(20 184 166 / 0.2);
    border-bottom-color: rgb(20 184 166 / 0.2);
  }

  .md\:border-y-teal-500\/25 {
    border-top-color: rgb(20 184 166 / 0.25);
    border-bottom-color: rgb(20 184 166 / 0.25);
  }

  .md\:border-y-teal-500\/30 {
    border-top-color: rgb(20 184 166 / 0.3);
    border-bottom-color: rgb(20 184 166 / 0.3);
  }

  .md\:border-y-teal-500\/35 {
    border-top-color: rgb(20 184 166 / 0.35);
    border-bottom-color: rgb(20 184 166 / 0.35);
  }

  .md\:border-y-teal-500\/40 {
    border-top-color: rgb(20 184 166 / 0.4);
    border-bottom-color: rgb(20 184 166 / 0.4);
  }

  .md\:border-y-teal-500\/45 {
    border-top-color: rgb(20 184 166 / 0.45);
    border-bottom-color: rgb(20 184 166 / 0.45);
  }

  .md\:border-y-teal-500\/5 {
    border-top-color: rgb(20 184 166 / 0.05);
    border-bottom-color: rgb(20 184 166 / 0.05);
  }

  .md\:border-y-teal-500\/50 {
    border-top-color: rgb(20 184 166 / 0.5);
    border-bottom-color: rgb(20 184 166 / 0.5);
  }

  .md\:border-y-teal-500\/55 {
    border-top-color: rgb(20 184 166 / 0.55);
    border-bottom-color: rgb(20 184 166 / 0.55);
  }

  .md\:border-y-teal-500\/60 {
    border-top-color: rgb(20 184 166 / 0.6);
    border-bottom-color: rgb(20 184 166 / 0.6);
  }

  .md\:border-y-teal-500\/65 {
    border-top-color: rgb(20 184 166 / 0.65);
    border-bottom-color: rgb(20 184 166 / 0.65);
  }

  .md\:border-y-teal-500\/70 {
    border-top-color: rgb(20 184 166 / 0.7);
    border-bottom-color: rgb(20 184 166 / 0.7);
  }

  .md\:border-y-teal-500\/75 {
    border-top-color: rgb(20 184 166 / 0.75);
    border-bottom-color: rgb(20 184 166 / 0.75);
  }

  .md\:border-y-teal-500\/80 {
    border-top-color: rgb(20 184 166 / 0.8);
    border-bottom-color: rgb(20 184 166 / 0.8);
  }

  .md\:border-y-teal-500\/85 {
    border-top-color: rgb(20 184 166 / 0.85);
    border-bottom-color: rgb(20 184 166 / 0.85);
  }

  .md\:border-y-teal-500\/90 {
    border-top-color: rgb(20 184 166 / 0.9);
    border-bottom-color: rgb(20 184 166 / 0.9);
  }

  .md\:border-y-teal-500\/95 {
    border-top-color: rgb(20 184 166 / 0.95);
    border-bottom-color: rgb(20 184 166 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-teal-600\/0 {
    border-top-color: rgb(13 148 136 / 0);
    border-bottom-color: rgb(13 148 136 / 0);
  }

  .md\:border-y-teal-600\/10 {
    border-top-color: rgb(13 148 136 / 0.1);
    border-bottom-color: rgb(13 148 136 / 0.1);
  }

  .md\:border-y-teal-600\/100 {
    border-top-color: rgb(13 148 136 / 1);
    border-bottom-color: rgb(13 148 136 / 1);
  }

  .md\:border-y-teal-600\/15 {
    border-top-color: rgb(13 148 136 / 0.15);
    border-bottom-color: rgb(13 148 136 / 0.15);
  }

  .md\:border-y-teal-600\/20 {
    border-top-color: rgb(13 148 136 / 0.2);
    border-bottom-color: rgb(13 148 136 / 0.2);
  }

  .md\:border-y-teal-600\/25 {
    border-top-color: rgb(13 148 136 / 0.25);
    border-bottom-color: rgb(13 148 136 / 0.25);
  }

  .md\:border-y-teal-600\/30 {
    border-top-color: rgb(13 148 136 / 0.3);
    border-bottom-color: rgb(13 148 136 / 0.3);
  }

  .md\:border-y-teal-600\/35 {
    border-top-color: rgb(13 148 136 / 0.35);
    border-bottom-color: rgb(13 148 136 / 0.35);
  }

  .md\:border-y-teal-600\/40 {
    border-top-color: rgb(13 148 136 / 0.4);
    border-bottom-color: rgb(13 148 136 / 0.4);
  }

  .md\:border-y-teal-600\/45 {
    border-top-color: rgb(13 148 136 / 0.45);
    border-bottom-color: rgb(13 148 136 / 0.45);
  }

  .md\:border-y-teal-600\/5 {
    border-top-color: rgb(13 148 136 / 0.05);
    border-bottom-color: rgb(13 148 136 / 0.05);
  }

  .md\:border-y-teal-600\/50 {
    border-top-color: rgb(13 148 136 / 0.5);
    border-bottom-color: rgb(13 148 136 / 0.5);
  }

  .md\:border-y-teal-600\/55 {
    border-top-color: rgb(13 148 136 / 0.55);
    border-bottom-color: rgb(13 148 136 / 0.55);
  }

  .md\:border-y-teal-600\/60 {
    border-top-color: rgb(13 148 136 / 0.6);
    border-bottom-color: rgb(13 148 136 / 0.6);
  }

  .md\:border-y-teal-600\/65 {
    border-top-color: rgb(13 148 136 / 0.65);
    border-bottom-color: rgb(13 148 136 / 0.65);
  }

  .md\:border-y-teal-600\/70 {
    border-top-color: rgb(13 148 136 / 0.7);
    border-bottom-color: rgb(13 148 136 / 0.7);
  }

  .md\:border-y-teal-600\/75 {
    border-top-color: rgb(13 148 136 / 0.75);
    border-bottom-color: rgb(13 148 136 / 0.75);
  }

  .md\:border-y-teal-600\/80 {
    border-top-color: rgb(13 148 136 / 0.8);
    border-bottom-color: rgb(13 148 136 / 0.8);
  }

  .md\:border-y-teal-600\/85 {
    border-top-color: rgb(13 148 136 / 0.85);
    border-bottom-color: rgb(13 148 136 / 0.85);
  }

  .md\:border-y-teal-600\/90 {
    border-top-color: rgb(13 148 136 / 0.9);
    border-bottom-color: rgb(13 148 136 / 0.9);
  }

  .md\:border-y-teal-600\/95 {
    border-top-color: rgb(13 148 136 / 0.95);
    border-bottom-color: rgb(13 148 136 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-teal-700\/0 {
    border-top-color: rgb(15 118 110 / 0);
    border-bottom-color: rgb(15 118 110 / 0);
  }

  .md\:border-y-teal-700\/10 {
    border-top-color: rgb(15 118 110 / 0.1);
    border-bottom-color: rgb(15 118 110 / 0.1);
  }

  .md\:border-y-teal-700\/100 {
    border-top-color: rgb(15 118 110 / 1);
    border-bottom-color: rgb(15 118 110 / 1);
  }

  .md\:border-y-teal-700\/15 {
    border-top-color: rgb(15 118 110 / 0.15);
    border-bottom-color: rgb(15 118 110 / 0.15);
  }

  .md\:border-y-teal-700\/20 {
    border-top-color: rgb(15 118 110 / 0.2);
    border-bottom-color: rgb(15 118 110 / 0.2);
  }

  .md\:border-y-teal-700\/25 {
    border-top-color: rgb(15 118 110 / 0.25);
    border-bottom-color: rgb(15 118 110 / 0.25);
  }

  .md\:border-y-teal-700\/30 {
    border-top-color: rgb(15 118 110 / 0.3);
    border-bottom-color: rgb(15 118 110 / 0.3);
  }

  .md\:border-y-teal-700\/35 {
    border-top-color: rgb(15 118 110 / 0.35);
    border-bottom-color: rgb(15 118 110 / 0.35);
  }

  .md\:border-y-teal-700\/40 {
    border-top-color: rgb(15 118 110 / 0.4);
    border-bottom-color: rgb(15 118 110 / 0.4);
  }

  .md\:border-y-teal-700\/45 {
    border-top-color: rgb(15 118 110 / 0.45);
    border-bottom-color: rgb(15 118 110 / 0.45);
  }

  .md\:border-y-teal-700\/5 {
    border-top-color: rgb(15 118 110 / 0.05);
    border-bottom-color: rgb(15 118 110 / 0.05);
  }

  .md\:border-y-teal-700\/50 {
    border-top-color: rgb(15 118 110 / 0.5);
    border-bottom-color: rgb(15 118 110 / 0.5);
  }

  .md\:border-y-teal-700\/55 {
    border-top-color: rgb(15 118 110 / 0.55);
    border-bottom-color: rgb(15 118 110 / 0.55);
  }

  .md\:border-y-teal-700\/60 {
    border-top-color: rgb(15 118 110 / 0.6);
    border-bottom-color: rgb(15 118 110 / 0.6);
  }

  .md\:border-y-teal-700\/65 {
    border-top-color: rgb(15 118 110 / 0.65);
    border-bottom-color: rgb(15 118 110 / 0.65);
  }

  .md\:border-y-teal-700\/70 {
    border-top-color: rgb(15 118 110 / 0.7);
    border-bottom-color: rgb(15 118 110 / 0.7);
  }

  .md\:border-y-teal-700\/75 {
    border-top-color: rgb(15 118 110 / 0.75);
    border-bottom-color: rgb(15 118 110 / 0.75);
  }

  .md\:border-y-teal-700\/80 {
    border-top-color: rgb(15 118 110 / 0.8);
    border-bottom-color: rgb(15 118 110 / 0.8);
  }

  .md\:border-y-teal-700\/85 {
    border-top-color: rgb(15 118 110 / 0.85);
    border-bottom-color: rgb(15 118 110 / 0.85);
  }

  .md\:border-y-teal-700\/90 {
    border-top-color: rgb(15 118 110 / 0.9);
    border-bottom-color: rgb(15 118 110 / 0.9);
  }

  .md\:border-y-teal-700\/95 {
    border-top-color: rgb(15 118 110 / 0.95);
    border-bottom-color: rgb(15 118 110 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-teal-800\/0 {
    border-top-color: rgb(17 94 89 / 0);
    border-bottom-color: rgb(17 94 89 / 0);
  }

  .md\:border-y-teal-800\/10 {
    border-top-color: rgb(17 94 89 / 0.1);
    border-bottom-color: rgb(17 94 89 / 0.1);
  }

  .md\:border-y-teal-800\/100 {
    border-top-color: rgb(17 94 89 / 1);
    border-bottom-color: rgb(17 94 89 / 1);
  }

  .md\:border-y-teal-800\/15 {
    border-top-color: rgb(17 94 89 / 0.15);
    border-bottom-color: rgb(17 94 89 / 0.15);
  }

  .md\:border-y-teal-800\/20 {
    border-top-color: rgb(17 94 89 / 0.2);
    border-bottom-color: rgb(17 94 89 / 0.2);
  }

  .md\:border-y-teal-800\/25 {
    border-top-color: rgb(17 94 89 / 0.25);
    border-bottom-color: rgb(17 94 89 / 0.25);
  }

  .md\:border-y-teal-800\/30 {
    border-top-color: rgb(17 94 89 / 0.3);
    border-bottom-color: rgb(17 94 89 / 0.3);
  }

  .md\:border-y-teal-800\/35 {
    border-top-color: rgb(17 94 89 / 0.35);
    border-bottom-color: rgb(17 94 89 / 0.35);
  }

  .md\:border-y-teal-800\/40 {
    border-top-color: rgb(17 94 89 / 0.4);
    border-bottom-color: rgb(17 94 89 / 0.4);
  }

  .md\:border-y-teal-800\/45 {
    border-top-color: rgb(17 94 89 / 0.45);
    border-bottom-color: rgb(17 94 89 / 0.45);
  }

  .md\:border-y-teal-800\/5 {
    border-top-color: rgb(17 94 89 / 0.05);
    border-bottom-color: rgb(17 94 89 / 0.05);
  }

  .md\:border-y-teal-800\/50 {
    border-top-color: rgb(17 94 89 / 0.5);
    border-bottom-color: rgb(17 94 89 / 0.5);
  }

  .md\:border-y-teal-800\/55 {
    border-top-color: rgb(17 94 89 / 0.55);
    border-bottom-color: rgb(17 94 89 / 0.55);
  }

  .md\:border-y-teal-800\/60 {
    border-top-color: rgb(17 94 89 / 0.6);
    border-bottom-color: rgb(17 94 89 / 0.6);
  }

  .md\:border-y-teal-800\/65 {
    border-top-color: rgb(17 94 89 / 0.65);
    border-bottom-color: rgb(17 94 89 / 0.65);
  }

  .md\:border-y-teal-800\/70 {
    border-top-color: rgb(17 94 89 / 0.7);
    border-bottom-color: rgb(17 94 89 / 0.7);
  }

  .md\:border-y-teal-800\/75 {
    border-top-color: rgb(17 94 89 / 0.75);
    border-bottom-color: rgb(17 94 89 / 0.75);
  }

  .md\:border-y-teal-800\/80 {
    border-top-color: rgb(17 94 89 / 0.8);
    border-bottom-color: rgb(17 94 89 / 0.8);
  }

  .md\:border-y-teal-800\/85 {
    border-top-color: rgb(17 94 89 / 0.85);
    border-bottom-color: rgb(17 94 89 / 0.85);
  }

  .md\:border-y-teal-800\/90 {
    border-top-color: rgb(17 94 89 / 0.9);
    border-bottom-color: rgb(17 94 89 / 0.9);
  }

  .md\:border-y-teal-800\/95 {
    border-top-color: rgb(17 94 89 / 0.95);
    border-bottom-color: rgb(17 94 89 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-teal-900\/0 {
    border-top-color: rgb(19 78 74 / 0);
    border-bottom-color: rgb(19 78 74 / 0);
  }

  .md\:border-y-teal-900\/10 {
    border-top-color: rgb(19 78 74 / 0.1);
    border-bottom-color: rgb(19 78 74 / 0.1);
  }

  .md\:border-y-teal-900\/100 {
    border-top-color: rgb(19 78 74 / 1);
    border-bottom-color: rgb(19 78 74 / 1);
  }

  .md\:border-y-teal-900\/15 {
    border-top-color: rgb(19 78 74 / 0.15);
    border-bottom-color: rgb(19 78 74 / 0.15);
  }

  .md\:border-y-teal-900\/20 {
    border-top-color: rgb(19 78 74 / 0.2);
    border-bottom-color: rgb(19 78 74 / 0.2);
  }

  .md\:border-y-teal-900\/25 {
    border-top-color: rgb(19 78 74 / 0.25);
    border-bottom-color: rgb(19 78 74 / 0.25);
  }

  .md\:border-y-teal-900\/30 {
    border-top-color: rgb(19 78 74 / 0.3);
    border-bottom-color: rgb(19 78 74 / 0.3);
  }

  .md\:border-y-teal-900\/35 {
    border-top-color: rgb(19 78 74 / 0.35);
    border-bottom-color: rgb(19 78 74 / 0.35);
  }

  .md\:border-y-teal-900\/40 {
    border-top-color: rgb(19 78 74 / 0.4);
    border-bottom-color: rgb(19 78 74 / 0.4);
  }

  .md\:border-y-teal-900\/45 {
    border-top-color: rgb(19 78 74 / 0.45);
    border-bottom-color: rgb(19 78 74 / 0.45);
  }

  .md\:border-y-teal-900\/5 {
    border-top-color: rgb(19 78 74 / 0.05);
    border-bottom-color: rgb(19 78 74 / 0.05);
  }

  .md\:border-y-teal-900\/50 {
    border-top-color: rgb(19 78 74 / 0.5);
    border-bottom-color: rgb(19 78 74 / 0.5);
  }

  .md\:border-y-teal-900\/55 {
    border-top-color: rgb(19 78 74 / 0.55);
    border-bottom-color: rgb(19 78 74 / 0.55);
  }

  .md\:border-y-teal-900\/60 {
    border-top-color: rgb(19 78 74 / 0.6);
    border-bottom-color: rgb(19 78 74 / 0.6);
  }

  .md\:border-y-teal-900\/65 {
    border-top-color: rgb(19 78 74 / 0.65);
    border-bottom-color: rgb(19 78 74 / 0.65);
  }

  .md\:border-y-teal-900\/70 {
    border-top-color: rgb(19 78 74 / 0.7);
    border-bottom-color: rgb(19 78 74 / 0.7);
  }

  .md\:border-y-teal-900\/75 {
    border-top-color: rgb(19 78 74 / 0.75);
    border-bottom-color: rgb(19 78 74 / 0.75);
  }

  .md\:border-y-teal-900\/80 {
    border-top-color: rgb(19 78 74 / 0.8);
    border-bottom-color: rgb(19 78 74 / 0.8);
  }

  .md\:border-y-teal-900\/85 {
    border-top-color: rgb(19 78 74 / 0.85);
    border-bottom-color: rgb(19 78 74 / 0.85);
  }

  .md\:border-y-teal-900\/90 {
    border-top-color: rgb(19 78 74 / 0.9);
    border-bottom-color: rgb(19 78 74 / 0.9);
  }

  .md\:border-y-teal-900\/95 {
    border-top-color: rgb(19 78 74 / 0.95);
    border-bottom-color: rgb(19 78 74 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-teal-950\/0 {
    border-top-color: rgb(4 47 46 / 0);
    border-bottom-color: rgb(4 47 46 / 0);
  }

  .md\:border-y-teal-950\/10 {
    border-top-color: rgb(4 47 46 / 0.1);
    border-bottom-color: rgb(4 47 46 / 0.1);
  }

  .md\:border-y-teal-950\/100 {
    border-top-color: rgb(4 47 46 / 1);
    border-bottom-color: rgb(4 47 46 / 1);
  }

  .md\:border-y-teal-950\/15 {
    border-top-color: rgb(4 47 46 / 0.15);
    border-bottom-color: rgb(4 47 46 / 0.15);
  }

  .md\:border-y-teal-950\/20 {
    border-top-color: rgb(4 47 46 / 0.2);
    border-bottom-color: rgb(4 47 46 / 0.2);
  }

  .md\:border-y-teal-950\/25 {
    border-top-color: rgb(4 47 46 / 0.25);
    border-bottom-color: rgb(4 47 46 / 0.25);
  }

  .md\:border-y-teal-950\/30 {
    border-top-color: rgb(4 47 46 / 0.3);
    border-bottom-color: rgb(4 47 46 / 0.3);
  }

  .md\:border-y-teal-950\/35 {
    border-top-color: rgb(4 47 46 / 0.35);
    border-bottom-color: rgb(4 47 46 / 0.35);
  }

  .md\:border-y-teal-950\/40 {
    border-top-color: rgb(4 47 46 / 0.4);
    border-bottom-color: rgb(4 47 46 / 0.4);
  }

  .md\:border-y-teal-950\/45 {
    border-top-color: rgb(4 47 46 / 0.45);
    border-bottom-color: rgb(4 47 46 / 0.45);
  }

  .md\:border-y-teal-950\/5 {
    border-top-color: rgb(4 47 46 / 0.05);
    border-bottom-color: rgb(4 47 46 / 0.05);
  }

  .md\:border-y-teal-950\/50 {
    border-top-color: rgb(4 47 46 / 0.5);
    border-bottom-color: rgb(4 47 46 / 0.5);
  }

  .md\:border-y-teal-950\/55 {
    border-top-color: rgb(4 47 46 / 0.55);
    border-bottom-color: rgb(4 47 46 / 0.55);
  }

  .md\:border-y-teal-950\/60 {
    border-top-color: rgb(4 47 46 / 0.6);
    border-bottom-color: rgb(4 47 46 / 0.6);
  }

  .md\:border-y-teal-950\/65 {
    border-top-color: rgb(4 47 46 / 0.65);
    border-bottom-color: rgb(4 47 46 / 0.65);
  }

  .md\:border-y-teal-950\/70 {
    border-top-color: rgb(4 47 46 / 0.7);
    border-bottom-color: rgb(4 47 46 / 0.7);
  }

  .md\:border-y-teal-950\/75 {
    border-top-color: rgb(4 47 46 / 0.75);
    border-bottom-color: rgb(4 47 46 / 0.75);
  }

  .md\:border-y-teal-950\/80 {
    border-top-color: rgb(4 47 46 / 0.8);
    border-bottom-color: rgb(4 47 46 / 0.8);
  }

  .md\:border-y-teal-950\/85 {
    border-top-color: rgb(4 47 46 / 0.85);
    border-bottom-color: rgb(4 47 46 / 0.85);
  }

  .md\:border-y-teal-950\/90 {
    border-top-color: rgb(4 47 46 / 0.9);
    border-bottom-color: rgb(4 47 46 / 0.9);
  }

  .md\:border-y-teal-950\/95 {
    border-top-color: rgb(4 47 46 / 0.95);
    border-bottom-color: rgb(4 47 46 / 0.95);
  }

  .md\:border-y-transparent {
    border-top-color: transparent;
    border-bottom-color: transparent;
  }

  .md\:border-y-transparent\/0 {
    border-top-color: rgb(0 0 0 / 0);
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .md\:border-y-transparent\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-y-transparent\/100 {
    border-top-color: rgb(0 0 0 / 1);
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .md\:border-y-transparent\/15 {
    border-top-color: rgb(0 0 0 / 0.15);
    border-bottom-color: rgb(0 0 0 / 0.15);
  }

  .md\:border-y-transparent\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-y-transparent\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-y-transparent\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-y-transparent\/35 {
    border-top-color: rgb(0 0 0 / 0.35);
    border-bottom-color: rgb(0 0 0 / 0.35);
  }

  .md\:border-y-transparent\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-y-transparent\/45 {
    border-top-color: rgb(0 0 0 / 0.45);
    border-bottom-color: rgb(0 0 0 / 0.45);
  }

  .md\:border-y-transparent\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-y-transparent\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-y-transparent\/55 {
    border-top-color: rgb(0 0 0 / 0.55);
    border-bottom-color: rgb(0 0 0 / 0.55);
  }

  .md\:border-y-transparent\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-y-transparent\/65 {
    border-top-color: rgb(0 0 0 / 0.65);
    border-bottom-color: rgb(0 0 0 / 0.65);
  }

  .md\:border-y-transparent\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-y-transparent\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-y-transparent\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-y-transparent\/85 {
    border-top-color: rgb(0 0 0 / 0.85);
    border-bottom-color: rgb(0 0 0 / 0.85);
  }

  .md\:border-y-transparent\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-y-transparent\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-violet-100\/0 {
    border-top-color: rgb(237 233 254 / 0);
    border-bottom-color: rgb(237 233 254 / 0);
  }

  .md\:border-y-violet-100\/10 {
    border-top-color: rgb(237 233 254 / 0.1);
    border-bottom-color: rgb(237 233 254 / 0.1);
  }

  .md\:border-y-violet-100\/100 {
    border-top-color: rgb(237 233 254 / 1);
    border-bottom-color: rgb(237 233 254 / 1);
  }

  .md\:border-y-violet-100\/15 {
    border-top-color: rgb(237 233 254 / 0.15);
    border-bottom-color: rgb(237 233 254 / 0.15);
  }

  .md\:border-y-violet-100\/20 {
    border-top-color: rgb(237 233 254 / 0.2);
    border-bottom-color: rgb(237 233 254 / 0.2);
  }

  .md\:border-y-violet-100\/25 {
    border-top-color: rgb(237 233 254 / 0.25);
    border-bottom-color: rgb(237 233 254 / 0.25);
  }

  .md\:border-y-violet-100\/30 {
    border-top-color: rgb(237 233 254 / 0.3);
    border-bottom-color: rgb(237 233 254 / 0.3);
  }

  .md\:border-y-violet-100\/35 {
    border-top-color: rgb(237 233 254 / 0.35);
    border-bottom-color: rgb(237 233 254 / 0.35);
  }

  .md\:border-y-violet-100\/40 {
    border-top-color: rgb(237 233 254 / 0.4);
    border-bottom-color: rgb(237 233 254 / 0.4);
  }

  .md\:border-y-violet-100\/45 {
    border-top-color: rgb(237 233 254 / 0.45);
    border-bottom-color: rgb(237 233 254 / 0.45);
  }

  .md\:border-y-violet-100\/5 {
    border-top-color: rgb(237 233 254 / 0.05);
    border-bottom-color: rgb(237 233 254 / 0.05);
  }

  .md\:border-y-violet-100\/50 {
    border-top-color: rgb(237 233 254 / 0.5);
    border-bottom-color: rgb(237 233 254 / 0.5);
  }

  .md\:border-y-violet-100\/55 {
    border-top-color: rgb(237 233 254 / 0.55);
    border-bottom-color: rgb(237 233 254 / 0.55);
  }

  .md\:border-y-violet-100\/60 {
    border-top-color: rgb(237 233 254 / 0.6);
    border-bottom-color: rgb(237 233 254 / 0.6);
  }

  .md\:border-y-violet-100\/65 {
    border-top-color: rgb(237 233 254 / 0.65);
    border-bottom-color: rgb(237 233 254 / 0.65);
  }

  .md\:border-y-violet-100\/70 {
    border-top-color: rgb(237 233 254 / 0.7);
    border-bottom-color: rgb(237 233 254 / 0.7);
  }

  .md\:border-y-violet-100\/75 {
    border-top-color: rgb(237 233 254 / 0.75);
    border-bottom-color: rgb(237 233 254 / 0.75);
  }

  .md\:border-y-violet-100\/80 {
    border-top-color: rgb(237 233 254 / 0.8);
    border-bottom-color: rgb(237 233 254 / 0.8);
  }

  .md\:border-y-violet-100\/85 {
    border-top-color: rgb(237 233 254 / 0.85);
    border-bottom-color: rgb(237 233 254 / 0.85);
  }

  .md\:border-y-violet-100\/90 {
    border-top-color: rgb(237 233 254 / 0.9);
    border-bottom-color: rgb(237 233 254 / 0.9);
  }

  .md\:border-y-violet-100\/95 {
    border-top-color: rgb(237 233 254 / 0.95);
    border-bottom-color: rgb(237 233 254 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-violet-200\/0 {
    border-top-color: rgb(221 214 254 / 0);
    border-bottom-color: rgb(221 214 254 / 0);
  }

  .md\:border-y-violet-200\/10 {
    border-top-color: rgb(221 214 254 / 0.1);
    border-bottom-color: rgb(221 214 254 / 0.1);
  }

  .md\:border-y-violet-200\/100 {
    border-top-color: rgb(221 214 254 / 1);
    border-bottom-color: rgb(221 214 254 / 1);
  }

  .md\:border-y-violet-200\/15 {
    border-top-color: rgb(221 214 254 / 0.15);
    border-bottom-color: rgb(221 214 254 / 0.15);
  }

  .md\:border-y-violet-200\/20 {
    border-top-color: rgb(221 214 254 / 0.2);
    border-bottom-color: rgb(221 214 254 / 0.2);
  }

  .md\:border-y-violet-200\/25 {
    border-top-color: rgb(221 214 254 / 0.25);
    border-bottom-color: rgb(221 214 254 / 0.25);
  }

  .md\:border-y-violet-200\/30 {
    border-top-color: rgb(221 214 254 / 0.3);
    border-bottom-color: rgb(221 214 254 / 0.3);
  }

  .md\:border-y-violet-200\/35 {
    border-top-color: rgb(221 214 254 / 0.35);
    border-bottom-color: rgb(221 214 254 / 0.35);
  }

  .md\:border-y-violet-200\/40 {
    border-top-color: rgb(221 214 254 / 0.4);
    border-bottom-color: rgb(221 214 254 / 0.4);
  }

  .md\:border-y-violet-200\/45 {
    border-top-color: rgb(221 214 254 / 0.45);
    border-bottom-color: rgb(221 214 254 / 0.45);
  }

  .md\:border-y-violet-200\/5 {
    border-top-color: rgb(221 214 254 / 0.05);
    border-bottom-color: rgb(221 214 254 / 0.05);
  }

  .md\:border-y-violet-200\/50 {
    border-top-color: rgb(221 214 254 / 0.5);
    border-bottom-color: rgb(221 214 254 / 0.5);
  }

  .md\:border-y-violet-200\/55 {
    border-top-color: rgb(221 214 254 / 0.55);
    border-bottom-color: rgb(221 214 254 / 0.55);
  }

  .md\:border-y-violet-200\/60 {
    border-top-color: rgb(221 214 254 / 0.6);
    border-bottom-color: rgb(221 214 254 / 0.6);
  }

  .md\:border-y-violet-200\/65 {
    border-top-color: rgb(221 214 254 / 0.65);
    border-bottom-color: rgb(221 214 254 / 0.65);
  }

  .md\:border-y-violet-200\/70 {
    border-top-color: rgb(221 214 254 / 0.7);
    border-bottom-color: rgb(221 214 254 / 0.7);
  }

  .md\:border-y-violet-200\/75 {
    border-top-color: rgb(221 214 254 / 0.75);
    border-bottom-color: rgb(221 214 254 / 0.75);
  }

  .md\:border-y-violet-200\/80 {
    border-top-color: rgb(221 214 254 / 0.8);
    border-bottom-color: rgb(221 214 254 / 0.8);
  }

  .md\:border-y-violet-200\/85 {
    border-top-color: rgb(221 214 254 / 0.85);
    border-bottom-color: rgb(221 214 254 / 0.85);
  }

  .md\:border-y-violet-200\/90 {
    border-top-color: rgb(221 214 254 / 0.9);
    border-bottom-color: rgb(221 214 254 / 0.9);
  }

  .md\:border-y-violet-200\/95 {
    border-top-color: rgb(221 214 254 / 0.95);
    border-bottom-color: rgb(221 214 254 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-violet-300\/0 {
    border-top-color: rgb(196 181 253 / 0);
    border-bottom-color: rgb(196 181 253 / 0);
  }

  .md\:border-y-violet-300\/10 {
    border-top-color: rgb(196 181 253 / 0.1);
    border-bottom-color: rgb(196 181 253 / 0.1);
  }

  .md\:border-y-violet-300\/100 {
    border-top-color: rgb(196 181 253 / 1);
    border-bottom-color: rgb(196 181 253 / 1);
  }

  .md\:border-y-violet-300\/15 {
    border-top-color: rgb(196 181 253 / 0.15);
    border-bottom-color: rgb(196 181 253 / 0.15);
  }

  .md\:border-y-violet-300\/20 {
    border-top-color: rgb(196 181 253 / 0.2);
    border-bottom-color: rgb(196 181 253 / 0.2);
  }

  .md\:border-y-violet-300\/25 {
    border-top-color: rgb(196 181 253 / 0.25);
    border-bottom-color: rgb(196 181 253 / 0.25);
  }

  .md\:border-y-violet-300\/30 {
    border-top-color: rgb(196 181 253 / 0.3);
    border-bottom-color: rgb(196 181 253 / 0.3);
  }

  .md\:border-y-violet-300\/35 {
    border-top-color: rgb(196 181 253 / 0.35);
    border-bottom-color: rgb(196 181 253 / 0.35);
  }

  .md\:border-y-violet-300\/40 {
    border-top-color: rgb(196 181 253 / 0.4);
    border-bottom-color: rgb(196 181 253 / 0.4);
  }

  .md\:border-y-violet-300\/45 {
    border-top-color: rgb(196 181 253 / 0.45);
    border-bottom-color: rgb(196 181 253 / 0.45);
  }

  .md\:border-y-violet-300\/5 {
    border-top-color: rgb(196 181 253 / 0.05);
    border-bottom-color: rgb(196 181 253 / 0.05);
  }

  .md\:border-y-violet-300\/50 {
    border-top-color: rgb(196 181 253 / 0.5);
    border-bottom-color: rgb(196 181 253 / 0.5);
  }

  .md\:border-y-violet-300\/55 {
    border-top-color: rgb(196 181 253 / 0.55);
    border-bottom-color: rgb(196 181 253 / 0.55);
  }

  .md\:border-y-violet-300\/60 {
    border-top-color: rgb(196 181 253 / 0.6);
    border-bottom-color: rgb(196 181 253 / 0.6);
  }

  .md\:border-y-violet-300\/65 {
    border-top-color: rgb(196 181 253 / 0.65);
    border-bottom-color: rgb(196 181 253 / 0.65);
  }

  .md\:border-y-violet-300\/70 {
    border-top-color: rgb(196 181 253 / 0.7);
    border-bottom-color: rgb(196 181 253 / 0.7);
  }

  .md\:border-y-violet-300\/75 {
    border-top-color: rgb(196 181 253 / 0.75);
    border-bottom-color: rgb(196 181 253 / 0.75);
  }

  .md\:border-y-violet-300\/80 {
    border-top-color: rgb(196 181 253 / 0.8);
    border-bottom-color: rgb(196 181 253 / 0.8);
  }

  .md\:border-y-violet-300\/85 {
    border-top-color: rgb(196 181 253 / 0.85);
    border-bottom-color: rgb(196 181 253 / 0.85);
  }

  .md\:border-y-violet-300\/90 {
    border-top-color: rgb(196 181 253 / 0.9);
    border-bottom-color: rgb(196 181 253 / 0.9);
  }

  .md\:border-y-violet-300\/95 {
    border-top-color: rgb(196 181 253 / 0.95);
    border-bottom-color: rgb(196 181 253 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-violet-400\/0 {
    border-top-color: rgb(167 139 250 / 0);
    border-bottom-color: rgb(167 139 250 / 0);
  }

  .md\:border-y-violet-400\/10 {
    border-top-color: rgb(167 139 250 / 0.1);
    border-bottom-color: rgb(167 139 250 / 0.1);
  }

  .md\:border-y-violet-400\/100 {
    border-top-color: rgb(167 139 250 / 1);
    border-bottom-color: rgb(167 139 250 / 1);
  }

  .md\:border-y-violet-400\/15 {
    border-top-color: rgb(167 139 250 / 0.15);
    border-bottom-color: rgb(167 139 250 / 0.15);
  }

  .md\:border-y-violet-400\/20 {
    border-top-color: rgb(167 139 250 / 0.2);
    border-bottom-color: rgb(167 139 250 / 0.2);
  }

  .md\:border-y-violet-400\/25 {
    border-top-color: rgb(167 139 250 / 0.25);
    border-bottom-color: rgb(167 139 250 / 0.25);
  }

  .md\:border-y-violet-400\/30 {
    border-top-color: rgb(167 139 250 / 0.3);
    border-bottom-color: rgb(167 139 250 / 0.3);
  }

  .md\:border-y-violet-400\/35 {
    border-top-color: rgb(167 139 250 / 0.35);
    border-bottom-color: rgb(167 139 250 / 0.35);
  }

  .md\:border-y-violet-400\/40 {
    border-top-color: rgb(167 139 250 / 0.4);
    border-bottom-color: rgb(167 139 250 / 0.4);
  }

  .md\:border-y-violet-400\/45 {
    border-top-color: rgb(167 139 250 / 0.45);
    border-bottom-color: rgb(167 139 250 / 0.45);
  }

  .md\:border-y-violet-400\/5 {
    border-top-color: rgb(167 139 250 / 0.05);
    border-bottom-color: rgb(167 139 250 / 0.05);
  }

  .md\:border-y-violet-400\/50 {
    border-top-color: rgb(167 139 250 / 0.5);
    border-bottom-color: rgb(167 139 250 / 0.5);
  }

  .md\:border-y-violet-400\/55 {
    border-top-color: rgb(167 139 250 / 0.55);
    border-bottom-color: rgb(167 139 250 / 0.55);
  }

  .md\:border-y-violet-400\/60 {
    border-top-color: rgb(167 139 250 / 0.6);
    border-bottom-color: rgb(167 139 250 / 0.6);
  }

  .md\:border-y-violet-400\/65 {
    border-top-color: rgb(167 139 250 / 0.65);
    border-bottom-color: rgb(167 139 250 / 0.65);
  }

  .md\:border-y-violet-400\/70 {
    border-top-color: rgb(167 139 250 / 0.7);
    border-bottom-color: rgb(167 139 250 / 0.7);
  }

  .md\:border-y-violet-400\/75 {
    border-top-color: rgb(167 139 250 / 0.75);
    border-bottom-color: rgb(167 139 250 / 0.75);
  }

  .md\:border-y-violet-400\/80 {
    border-top-color: rgb(167 139 250 / 0.8);
    border-bottom-color: rgb(167 139 250 / 0.8);
  }

  .md\:border-y-violet-400\/85 {
    border-top-color: rgb(167 139 250 / 0.85);
    border-bottom-color: rgb(167 139 250 / 0.85);
  }

  .md\:border-y-violet-400\/90 {
    border-top-color: rgb(167 139 250 / 0.9);
    border-bottom-color: rgb(167 139 250 / 0.9);
  }

  .md\:border-y-violet-400\/95 {
    border-top-color: rgb(167 139 250 / 0.95);
    border-bottom-color: rgb(167 139 250 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-violet-50\/0 {
    border-top-color: rgb(245 243 255 / 0);
    border-bottom-color: rgb(245 243 255 / 0);
  }

  .md\:border-y-violet-50\/10 {
    border-top-color: rgb(245 243 255 / 0.1);
    border-bottom-color: rgb(245 243 255 / 0.1);
  }

  .md\:border-y-violet-50\/100 {
    border-top-color: rgb(245 243 255 / 1);
    border-bottom-color: rgb(245 243 255 / 1);
  }

  .md\:border-y-violet-50\/15 {
    border-top-color: rgb(245 243 255 / 0.15);
    border-bottom-color: rgb(245 243 255 / 0.15);
  }

  .md\:border-y-violet-50\/20 {
    border-top-color: rgb(245 243 255 / 0.2);
    border-bottom-color: rgb(245 243 255 / 0.2);
  }

  .md\:border-y-violet-50\/25 {
    border-top-color: rgb(245 243 255 / 0.25);
    border-bottom-color: rgb(245 243 255 / 0.25);
  }

  .md\:border-y-violet-50\/30 {
    border-top-color: rgb(245 243 255 / 0.3);
    border-bottom-color: rgb(245 243 255 / 0.3);
  }

  .md\:border-y-violet-50\/35 {
    border-top-color: rgb(245 243 255 / 0.35);
    border-bottom-color: rgb(245 243 255 / 0.35);
  }

  .md\:border-y-violet-50\/40 {
    border-top-color: rgb(245 243 255 / 0.4);
    border-bottom-color: rgb(245 243 255 / 0.4);
  }

  .md\:border-y-violet-50\/45 {
    border-top-color: rgb(245 243 255 / 0.45);
    border-bottom-color: rgb(245 243 255 / 0.45);
  }

  .md\:border-y-violet-50\/5 {
    border-top-color: rgb(245 243 255 / 0.05);
    border-bottom-color: rgb(245 243 255 / 0.05);
  }

  .md\:border-y-violet-50\/50 {
    border-top-color: rgb(245 243 255 / 0.5);
    border-bottom-color: rgb(245 243 255 / 0.5);
  }

  .md\:border-y-violet-50\/55 {
    border-top-color: rgb(245 243 255 / 0.55);
    border-bottom-color: rgb(245 243 255 / 0.55);
  }

  .md\:border-y-violet-50\/60 {
    border-top-color: rgb(245 243 255 / 0.6);
    border-bottom-color: rgb(245 243 255 / 0.6);
  }

  .md\:border-y-violet-50\/65 {
    border-top-color: rgb(245 243 255 / 0.65);
    border-bottom-color: rgb(245 243 255 / 0.65);
  }

  .md\:border-y-violet-50\/70 {
    border-top-color: rgb(245 243 255 / 0.7);
    border-bottom-color: rgb(245 243 255 / 0.7);
  }

  .md\:border-y-violet-50\/75 {
    border-top-color: rgb(245 243 255 / 0.75);
    border-bottom-color: rgb(245 243 255 / 0.75);
  }

  .md\:border-y-violet-50\/80 {
    border-top-color: rgb(245 243 255 / 0.8);
    border-bottom-color: rgb(245 243 255 / 0.8);
  }

  .md\:border-y-violet-50\/85 {
    border-top-color: rgb(245 243 255 / 0.85);
    border-bottom-color: rgb(245 243 255 / 0.85);
  }

  .md\:border-y-violet-50\/90 {
    border-top-color: rgb(245 243 255 / 0.9);
    border-bottom-color: rgb(245 243 255 / 0.9);
  }

  .md\:border-y-violet-50\/95 {
    border-top-color: rgb(245 243 255 / 0.95);
    border-bottom-color: rgb(245 243 255 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-violet-500\/0 {
    border-top-color: rgb(139 92 246 / 0);
    border-bottom-color: rgb(139 92 246 / 0);
  }

  .md\:border-y-violet-500\/10 {
    border-top-color: rgb(139 92 246 / 0.1);
    border-bottom-color: rgb(139 92 246 / 0.1);
  }

  .md\:border-y-violet-500\/100 {
    border-top-color: rgb(139 92 246 / 1);
    border-bottom-color: rgb(139 92 246 / 1);
  }

  .md\:border-y-violet-500\/15 {
    border-top-color: rgb(139 92 246 / 0.15);
    border-bottom-color: rgb(139 92 246 / 0.15);
  }

  .md\:border-y-violet-500\/20 {
    border-top-color: rgb(139 92 246 / 0.2);
    border-bottom-color: rgb(139 92 246 / 0.2);
  }

  .md\:border-y-violet-500\/25 {
    border-top-color: rgb(139 92 246 / 0.25);
    border-bottom-color: rgb(139 92 246 / 0.25);
  }

  .md\:border-y-violet-500\/30 {
    border-top-color: rgb(139 92 246 / 0.3);
    border-bottom-color: rgb(139 92 246 / 0.3);
  }

  .md\:border-y-violet-500\/35 {
    border-top-color: rgb(139 92 246 / 0.35);
    border-bottom-color: rgb(139 92 246 / 0.35);
  }

  .md\:border-y-violet-500\/40 {
    border-top-color: rgb(139 92 246 / 0.4);
    border-bottom-color: rgb(139 92 246 / 0.4);
  }

  .md\:border-y-violet-500\/45 {
    border-top-color: rgb(139 92 246 / 0.45);
    border-bottom-color: rgb(139 92 246 / 0.45);
  }

  .md\:border-y-violet-500\/5 {
    border-top-color: rgb(139 92 246 / 0.05);
    border-bottom-color: rgb(139 92 246 / 0.05);
  }

  .md\:border-y-violet-500\/50 {
    border-top-color: rgb(139 92 246 / 0.5);
    border-bottom-color: rgb(139 92 246 / 0.5);
  }

  .md\:border-y-violet-500\/55 {
    border-top-color: rgb(139 92 246 / 0.55);
    border-bottom-color: rgb(139 92 246 / 0.55);
  }

  .md\:border-y-violet-500\/60 {
    border-top-color: rgb(139 92 246 / 0.6);
    border-bottom-color: rgb(139 92 246 / 0.6);
  }

  .md\:border-y-violet-500\/65 {
    border-top-color: rgb(139 92 246 / 0.65);
    border-bottom-color: rgb(139 92 246 / 0.65);
  }

  .md\:border-y-violet-500\/70 {
    border-top-color: rgb(139 92 246 / 0.7);
    border-bottom-color: rgb(139 92 246 / 0.7);
  }

  .md\:border-y-violet-500\/75 {
    border-top-color: rgb(139 92 246 / 0.75);
    border-bottom-color: rgb(139 92 246 / 0.75);
  }

  .md\:border-y-violet-500\/80 {
    border-top-color: rgb(139 92 246 / 0.8);
    border-bottom-color: rgb(139 92 246 / 0.8);
  }

  .md\:border-y-violet-500\/85 {
    border-top-color: rgb(139 92 246 / 0.85);
    border-bottom-color: rgb(139 92 246 / 0.85);
  }

  .md\:border-y-violet-500\/90 {
    border-top-color: rgb(139 92 246 / 0.9);
    border-bottom-color: rgb(139 92 246 / 0.9);
  }

  .md\:border-y-violet-500\/95 {
    border-top-color: rgb(139 92 246 / 0.95);
    border-bottom-color: rgb(139 92 246 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-violet-600\/0 {
    border-top-color: rgb(124 58 237 / 0);
    border-bottom-color: rgb(124 58 237 / 0);
  }

  .md\:border-y-violet-600\/10 {
    border-top-color: rgb(124 58 237 / 0.1);
    border-bottom-color: rgb(124 58 237 / 0.1);
  }

  .md\:border-y-violet-600\/100 {
    border-top-color: rgb(124 58 237 / 1);
    border-bottom-color: rgb(124 58 237 / 1);
  }

  .md\:border-y-violet-600\/15 {
    border-top-color: rgb(124 58 237 / 0.15);
    border-bottom-color: rgb(124 58 237 / 0.15);
  }

  .md\:border-y-violet-600\/20 {
    border-top-color: rgb(124 58 237 / 0.2);
    border-bottom-color: rgb(124 58 237 / 0.2);
  }

  .md\:border-y-violet-600\/25 {
    border-top-color: rgb(124 58 237 / 0.25);
    border-bottom-color: rgb(124 58 237 / 0.25);
  }

  .md\:border-y-violet-600\/30 {
    border-top-color: rgb(124 58 237 / 0.3);
    border-bottom-color: rgb(124 58 237 / 0.3);
  }

  .md\:border-y-violet-600\/35 {
    border-top-color: rgb(124 58 237 / 0.35);
    border-bottom-color: rgb(124 58 237 / 0.35);
  }

  .md\:border-y-violet-600\/40 {
    border-top-color: rgb(124 58 237 / 0.4);
    border-bottom-color: rgb(124 58 237 / 0.4);
  }

  .md\:border-y-violet-600\/45 {
    border-top-color: rgb(124 58 237 / 0.45);
    border-bottom-color: rgb(124 58 237 / 0.45);
  }

  .md\:border-y-violet-600\/5 {
    border-top-color: rgb(124 58 237 / 0.05);
    border-bottom-color: rgb(124 58 237 / 0.05);
  }

  .md\:border-y-violet-600\/50 {
    border-top-color: rgb(124 58 237 / 0.5);
    border-bottom-color: rgb(124 58 237 / 0.5);
  }

  .md\:border-y-violet-600\/55 {
    border-top-color: rgb(124 58 237 / 0.55);
    border-bottom-color: rgb(124 58 237 / 0.55);
  }

  .md\:border-y-violet-600\/60 {
    border-top-color: rgb(124 58 237 / 0.6);
    border-bottom-color: rgb(124 58 237 / 0.6);
  }

  .md\:border-y-violet-600\/65 {
    border-top-color: rgb(124 58 237 / 0.65);
    border-bottom-color: rgb(124 58 237 / 0.65);
  }

  .md\:border-y-violet-600\/70 {
    border-top-color: rgb(124 58 237 / 0.7);
    border-bottom-color: rgb(124 58 237 / 0.7);
  }

  .md\:border-y-violet-600\/75 {
    border-top-color: rgb(124 58 237 / 0.75);
    border-bottom-color: rgb(124 58 237 / 0.75);
  }

  .md\:border-y-violet-600\/80 {
    border-top-color: rgb(124 58 237 / 0.8);
    border-bottom-color: rgb(124 58 237 / 0.8);
  }

  .md\:border-y-violet-600\/85 {
    border-top-color: rgb(124 58 237 / 0.85);
    border-bottom-color: rgb(124 58 237 / 0.85);
  }

  .md\:border-y-violet-600\/90 {
    border-top-color: rgb(124 58 237 / 0.9);
    border-bottom-color: rgb(124 58 237 / 0.9);
  }

  .md\:border-y-violet-600\/95 {
    border-top-color: rgb(124 58 237 / 0.95);
    border-bottom-color: rgb(124 58 237 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-violet-700\/0 {
    border-top-color: rgb(109 40 217 / 0);
    border-bottom-color: rgb(109 40 217 / 0);
  }

  .md\:border-y-violet-700\/10 {
    border-top-color: rgb(109 40 217 / 0.1);
    border-bottom-color: rgb(109 40 217 / 0.1);
  }

  .md\:border-y-violet-700\/100 {
    border-top-color: rgb(109 40 217 / 1);
    border-bottom-color: rgb(109 40 217 / 1);
  }

  .md\:border-y-violet-700\/15 {
    border-top-color: rgb(109 40 217 / 0.15);
    border-bottom-color: rgb(109 40 217 / 0.15);
  }

  .md\:border-y-violet-700\/20 {
    border-top-color: rgb(109 40 217 / 0.2);
    border-bottom-color: rgb(109 40 217 / 0.2);
  }

  .md\:border-y-violet-700\/25 {
    border-top-color: rgb(109 40 217 / 0.25);
    border-bottom-color: rgb(109 40 217 / 0.25);
  }

  .md\:border-y-violet-700\/30 {
    border-top-color: rgb(109 40 217 / 0.3);
    border-bottom-color: rgb(109 40 217 / 0.3);
  }

  .md\:border-y-violet-700\/35 {
    border-top-color: rgb(109 40 217 / 0.35);
    border-bottom-color: rgb(109 40 217 / 0.35);
  }

  .md\:border-y-violet-700\/40 {
    border-top-color: rgb(109 40 217 / 0.4);
    border-bottom-color: rgb(109 40 217 / 0.4);
  }

  .md\:border-y-violet-700\/45 {
    border-top-color: rgb(109 40 217 / 0.45);
    border-bottom-color: rgb(109 40 217 / 0.45);
  }

  .md\:border-y-violet-700\/5 {
    border-top-color: rgb(109 40 217 / 0.05);
    border-bottom-color: rgb(109 40 217 / 0.05);
  }

  .md\:border-y-violet-700\/50 {
    border-top-color: rgb(109 40 217 / 0.5);
    border-bottom-color: rgb(109 40 217 / 0.5);
  }

  .md\:border-y-violet-700\/55 {
    border-top-color: rgb(109 40 217 / 0.55);
    border-bottom-color: rgb(109 40 217 / 0.55);
  }

  .md\:border-y-violet-700\/60 {
    border-top-color: rgb(109 40 217 / 0.6);
    border-bottom-color: rgb(109 40 217 / 0.6);
  }

  .md\:border-y-violet-700\/65 {
    border-top-color: rgb(109 40 217 / 0.65);
    border-bottom-color: rgb(109 40 217 / 0.65);
  }

  .md\:border-y-violet-700\/70 {
    border-top-color: rgb(109 40 217 / 0.7);
    border-bottom-color: rgb(109 40 217 / 0.7);
  }

  .md\:border-y-violet-700\/75 {
    border-top-color: rgb(109 40 217 / 0.75);
    border-bottom-color: rgb(109 40 217 / 0.75);
  }

  .md\:border-y-violet-700\/80 {
    border-top-color: rgb(109 40 217 / 0.8);
    border-bottom-color: rgb(109 40 217 / 0.8);
  }

  .md\:border-y-violet-700\/85 {
    border-top-color: rgb(109 40 217 / 0.85);
    border-bottom-color: rgb(109 40 217 / 0.85);
  }

  .md\:border-y-violet-700\/90 {
    border-top-color: rgb(109 40 217 / 0.9);
    border-bottom-color: rgb(109 40 217 / 0.9);
  }

  .md\:border-y-violet-700\/95 {
    border-top-color: rgb(109 40 217 / 0.95);
    border-bottom-color: rgb(109 40 217 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-violet-800\/0 {
    border-top-color: rgb(91 33 182 / 0);
    border-bottom-color: rgb(91 33 182 / 0);
  }

  .md\:border-y-violet-800\/10 {
    border-top-color: rgb(91 33 182 / 0.1);
    border-bottom-color: rgb(91 33 182 / 0.1);
  }

  .md\:border-y-violet-800\/100 {
    border-top-color: rgb(91 33 182 / 1);
    border-bottom-color: rgb(91 33 182 / 1);
  }

  .md\:border-y-violet-800\/15 {
    border-top-color: rgb(91 33 182 / 0.15);
    border-bottom-color: rgb(91 33 182 / 0.15);
  }

  .md\:border-y-violet-800\/20 {
    border-top-color: rgb(91 33 182 / 0.2);
    border-bottom-color: rgb(91 33 182 / 0.2);
  }

  .md\:border-y-violet-800\/25 {
    border-top-color: rgb(91 33 182 / 0.25);
    border-bottom-color: rgb(91 33 182 / 0.25);
  }

  .md\:border-y-violet-800\/30 {
    border-top-color: rgb(91 33 182 / 0.3);
    border-bottom-color: rgb(91 33 182 / 0.3);
  }

  .md\:border-y-violet-800\/35 {
    border-top-color: rgb(91 33 182 / 0.35);
    border-bottom-color: rgb(91 33 182 / 0.35);
  }

  .md\:border-y-violet-800\/40 {
    border-top-color: rgb(91 33 182 / 0.4);
    border-bottom-color: rgb(91 33 182 / 0.4);
  }

  .md\:border-y-violet-800\/45 {
    border-top-color: rgb(91 33 182 / 0.45);
    border-bottom-color: rgb(91 33 182 / 0.45);
  }

  .md\:border-y-violet-800\/5 {
    border-top-color: rgb(91 33 182 / 0.05);
    border-bottom-color: rgb(91 33 182 / 0.05);
  }

  .md\:border-y-violet-800\/50 {
    border-top-color: rgb(91 33 182 / 0.5);
    border-bottom-color: rgb(91 33 182 / 0.5);
  }

  .md\:border-y-violet-800\/55 {
    border-top-color: rgb(91 33 182 / 0.55);
    border-bottom-color: rgb(91 33 182 / 0.55);
  }

  .md\:border-y-violet-800\/60 {
    border-top-color: rgb(91 33 182 / 0.6);
    border-bottom-color: rgb(91 33 182 / 0.6);
  }

  .md\:border-y-violet-800\/65 {
    border-top-color: rgb(91 33 182 / 0.65);
    border-bottom-color: rgb(91 33 182 / 0.65);
  }

  .md\:border-y-violet-800\/70 {
    border-top-color: rgb(91 33 182 / 0.7);
    border-bottom-color: rgb(91 33 182 / 0.7);
  }

  .md\:border-y-violet-800\/75 {
    border-top-color: rgb(91 33 182 / 0.75);
    border-bottom-color: rgb(91 33 182 / 0.75);
  }

  .md\:border-y-violet-800\/80 {
    border-top-color: rgb(91 33 182 / 0.8);
    border-bottom-color: rgb(91 33 182 / 0.8);
  }

  .md\:border-y-violet-800\/85 {
    border-top-color: rgb(91 33 182 / 0.85);
    border-bottom-color: rgb(91 33 182 / 0.85);
  }

  .md\:border-y-violet-800\/90 {
    border-top-color: rgb(91 33 182 / 0.9);
    border-bottom-color: rgb(91 33 182 / 0.9);
  }

  .md\:border-y-violet-800\/95 {
    border-top-color: rgb(91 33 182 / 0.95);
    border-bottom-color: rgb(91 33 182 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-violet-900\/0 {
    border-top-color: rgb(76 29 149 / 0);
    border-bottom-color: rgb(76 29 149 / 0);
  }

  .md\:border-y-violet-900\/10 {
    border-top-color: rgb(76 29 149 / 0.1);
    border-bottom-color: rgb(76 29 149 / 0.1);
  }

  .md\:border-y-violet-900\/100 {
    border-top-color: rgb(76 29 149 / 1);
    border-bottom-color: rgb(76 29 149 / 1);
  }

  .md\:border-y-violet-900\/15 {
    border-top-color: rgb(76 29 149 / 0.15);
    border-bottom-color: rgb(76 29 149 / 0.15);
  }

  .md\:border-y-violet-900\/20 {
    border-top-color: rgb(76 29 149 / 0.2);
    border-bottom-color: rgb(76 29 149 / 0.2);
  }

  .md\:border-y-violet-900\/25 {
    border-top-color: rgb(76 29 149 / 0.25);
    border-bottom-color: rgb(76 29 149 / 0.25);
  }

  .md\:border-y-violet-900\/30 {
    border-top-color: rgb(76 29 149 / 0.3);
    border-bottom-color: rgb(76 29 149 / 0.3);
  }

  .md\:border-y-violet-900\/35 {
    border-top-color: rgb(76 29 149 / 0.35);
    border-bottom-color: rgb(76 29 149 / 0.35);
  }

  .md\:border-y-violet-900\/40 {
    border-top-color: rgb(76 29 149 / 0.4);
    border-bottom-color: rgb(76 29 149 / 0.4);
  }

  .md\:border-y-violet-900\/45 {
    border-top-color: rgb(76 29 149 / 0.45);
    border-bottom-color: rgb(76 29 149 / 0.45);
  }

  .md\:border-y-violet-900\/5 {
    border-top-color: rgb(76 29 149 / 0.05);
    border-bottom-color: rgb(76 29 149 / 0.05);
  }

  .md\:border-y-violet-900\/50 {
    border-top-color: rgb(76 29 149 / 0.5);
    border-bottom-color: rgb(76 29 149 / 0.5);
  }

  .md\:border-y-violet-900\/55 {
    border-top-color: rgb(76 29 149 / 0.55);
    border-bottom-color: rgb(76 29 149 / 0.55);
  }

  .md\:border-y-violet-900\/60 {
    border-top-color: rgb(76 29 149 / 0.6);
    border-bottom-color: rgb(76 29 149 / 0.6);
  }

  .md\:border-y-violet-900\/65 {
    border-top-color: rgb(76 29 149 / 0.65);
    border-bottom-color: rgb(76 29 149 / 0.65);
  }

  .md\:border-y-violet-900\/70 {
    border-top-color: rgb(76 29 149 / 0.7);
    border-bottom-color: rgb(76 29 149 / 0.7);
  }

  .md\:border-y-violet-900\/75 {
    border-top-color: rgb(76 29 149 / 0.75);
    border-bottom-color: rgb(76 29 149 / 0.75);
  }

  .md\:border-y-violet-900\/80 {
    border-top-color: rgb(76 29 149 / 0.8);
    border-bottom-color: rgb(76 29 149 / 0.8);
  }

  .md\:border-y-violet-900\/85 {
    border-top-color: rgb(76 29 149 / 0.85);
    border-bottom-color: rgb(76 29 149 / 0.85);
  }

  .md\:border-y-violet-900\/90 {
    border-top-color: rgb(76 29 149 / 0.9);
    border-bottom-color: rgb(76 29 149 / 0.9);
  }

  .md\:border-y-violet-900\/95 {
    border-top-color: rgb(76 29 149 / 0.95);
    border-bottom-color: rgb(76 29 149 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-violet-950\/0 {
    border-top-color: rgb(46 16 101 / 0);
    border-bottom-color: rgb(46 16 101 / 0);
  }

  .md\:border-y-violet-950\/10 {
    border-top-color: rgb(46 16 101 / 0.1);
    border-bottom-color: rgb(46 16 101 / 0.1);
  }

  .md\:border-y-violet-950\/100 {
    border-top-color: rgb(46 16 101 / 1);
    border-bottom-color: rgb(46 16 101 / 1);
  }

  .md\:border-y-violet-950\/15 {
    border-top-color: rgb(46 16 101 / 0.15);
    border-bottom-color: rgb(46 16 101 / 0.15);
  }

  .md\:border-y-violet-950\/20 {
    border-top-color: rgb(46 16 101 / 0.2);
    border-bottom-color: rgb(46 16 101 / 0.2);
  }

  .md\:border-y-violet-950\/25 {
    border-top-color: rgb(46 16 101 / 0.25);
    border-bottom-color: rgb(46 16 101 / 0.25);
  }

  .md\:border-y-violet-950\/30 {
    border-top-color: rgb(46 16 101 / 0.3);
    border-bottom-color: rgb(46 16 101 / 0.3);
  }

  .md\:border-y-violet-950\/35 {
    border-top-color: rgb(46 16 101 / 0.35);
    border-bottom-color: rgb(46 16 101 / 0.35);
  }

  .md\:border-y-violet-950\/40 {
    border-top-color: rgb(46 16 101 / 0.4);
    border-bottom-color: rgb(46 16 101 / 0.4);
  }

  .md\:border-y-violet-950\/45 {
    border-top-color: rgb(46 16 101 / 0.45);
    border-bottom-color: rgb(46 16 101 / 0.45);
  }

  .md\:border-y-violet-950\/5 {
    border-top-color: rgb(46 16 101 / 0.05);
    border-bottom-color: rgb(46 16 101 / 0.05);
  }

  .md\:border-y-violet-950\/50 {
    border-top-color: rgb(46 16 101 / 0.5);
    border-bottom-color: rgb(46 16 101 / 0.5);
  }

  .md\:border-y-violet-950\/55 {
    border-top-color: rgb(46 16 101 / 0.55);
    border-bottom-color: rgb(46 16 101 / 0.55);
  }

  .md\:border-y-violet-950\/60 {
    border-top-color: rgb(46 16 101 / 0.6);
    border-bottom-color: rgb(46 16 101 / 0.6);
  }

  .md\:border-y-violet-950\/65 {
    border-top-color: rgb(46 16 101 / 0.65);
    border-bottom-color: rgb(46 16 101 / 0.65);
  }

  .md\:border-y-violet-950\/70 {
    border-top-color: rgb(46 16 101 / 0.7);
    border-bottom-color: rgb(46 16 101 / 0.7);
  }

  .md\:border-y-violet-950\/75 {
    border-top-color: rgb(46 16 101 / 0.75);
    border-bottom-color: rgb(46 16 101 / 0.75);
  }

  .md\:border-y-violet-950\/80 {
    border-top-color: rgb(46 16 101 / 0.8);
    border-bottom-color: rgb(46 16 101 / 0.8);
  }

  .md\:border-y-violet-950\/85 {
    border-top-color: rgb(46 16 101 / 0.85);
    border-bottom-color: rgb(46 16 101 / 0.85);
  }

  .md\:border-y-violet-950\/90 {
    border-top-color: rgb(46 16 101 / 0.9);
    border-bottom-color: rgb(46 16 101 / 0.9);
  }

  .md\:border-y-violet-950\/95 {
    border-top-color: rgb(46 16 101 / 0.95);
    border-bottom-color: rgb(46 16 101 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-white\/0 {
    border-top-color: rgb(255 255 255 / 0);
    border-bottom-color: rgb(255 255 255 / 0);
  }

  .md\:border-y-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1);
    border-bottom-color: rgb(255 255 255 / 0.1);
  }

  .md\:border-y-white\/100 {
    border-top-color: rgb(255 255 255 / 1);
    border-bottom-color: rgb(255 255 255 / 1);
  }

  .md\:border-y-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15);
    border-bottom-color: rgb(255 255 255 / 0.15);
  }

  .md\:border-y-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2);
    border-bottom-color: rgb(255 255 255 / 0.2);
  }

  .md\:border-y-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25);
    border-bottom-color: rgb(255 255 255 / 0.25);
  }

  .md\:border-y-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3);
    border-bottom-color: rgb(255 255 255 / 0.3);
  }

  .md\:border-y-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35);
    border-bottom-color: rgb(255 255 255 / 0.35);
  }

  .md\:border-y-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4);
    border-bottom-color: rgb(255 255 255 / 0.4);
  }

  .md\:border-y-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45);
    border-bottom-color: rgb(255 255 255 / 0.45);
  }

  .md\:border-y-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05);
    border-bottom-color: rgb(255 255 255 / 0.05);
  }

  .md\:border-y-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5);
    border-bottom-color: rgb(255 255 255 / 0.5);
  }

  .md\:border-y-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55);
    border-bottom-color: rgb(255 255 255 / 0.55);
  }

  .md\:border-y-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6);
    border-bottom-color: rgb(255 255 255 / 0.6);
  }

  .md\:border-y-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65);
    border-bottom-color: rgb(255 255 255 / 0.65);
  }

  .md\:border-y-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7);
    border-bottom-color: rgb(255 255 255 / 0.7);
  }

  .md\:border-y-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75);
    border-bottom-color: rgb(255 255 255 / 0.75);
  }

  .md\:border-y-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8);
    border-bottom-color: rgb(255 255 255 / 0.8);
  }

  .md\:border-y-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85);
    border-bottom-color: rgb(255 255 255 / 0.85);
  }

  .md\:border-y-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9);
    border-bottom-color: rgb(255 255 255 / 0.9);
  }

  .md\:border-y-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95);
    border-bottom-color: rgb(255 255 255 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0);
    border-bottom-color: rgb(254 249 195 / 0);
  }

  .md\:border-y-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1);
    border-bottom-color: rgb(254 249 195 / 0.1);
  }

  .md\:border-y-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1);
    border-bottom-color: rgb(254 249 195 / 1);
  }

  .md\:border-y-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15);
    border-bottom-color: rgb(254 249 195 / 0.15);
  }

  .md\:border-y-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2);
    border-bottom-color: rgb(254 249 195 / 0.2);
  }

  .md\:border-y-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25);
    border-bottom-color: rgb(254 249 195 / 0.25);
  }

  .md\:border-y-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3);
    border-bottom-color: rgb(254 249 195 / 0.3);
  }

  .md\:border-y-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35);
    border-bottom-color: rgb(254 249 195 / 0.35);
  }

  .md\:border-y-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4);
    border-bottom-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-y-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45);
    border-bottom-color: rgb(254 249 195 / 0.45);
  }

  .md\:border-y-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05);
    border-bottom-color: rgb(254 249 195 / 0.05);
  }

  .md\:border-y-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5);
    border-bottom-color: rgb(254 249 195 / 0.5);
  }

  .md\:border-y-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55);
    border-bottom-color: rgb(254 249 195 / 0.55);
  }

  .md\:border-y-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6);
    border-bottom-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-y-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65);
    border-bottom-color: rgb(254 249 195 / 0.65);
  }

  .md\:border-y-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7);
    border-bottom-color: rgb(254 249 195 / 0.7);
  }

  .md\:border-y-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75);
    border-bottom-color: rgb(254 249 195 / 0.75);
  }

  .md\:border-y-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8);
    border-bottom-color: rgb(254 249 195 / 0.8);
  }

  .md\:border-y-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85);
    border-bottom-color: rgb(254 249 195 / 0.85);
  }

  .md\:border-y-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9);
    border-bottom-color: rgb(254 249 195 / 0.9);
  }

  .md\:border-y-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95);
    border-bottom-color: rgb(254 249 195 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0);
    border-bottom-color: rgb(254 240 138 / 0);
  }

  .md\:border-y-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1);
    border-bottom-color: rgb(254 240 138 / 0.1);
  }

  .md\:border-y-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1);
    border-bottom-color: rgb(254 240 138 / 1);
  }

  .md\:border-y-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15);
    border-bottom-color: rgb(254 240 138 / 0.15);
  }

  .md\:border-y-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2);
    border-bottom-color: rgb(254 240 138 / 0.2);
  }

  .md\:border-y-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25);
    border-bottom-color: rgb(254 240 138 / 0.25);
  }

  .md\:border-y-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3);
    border-bottom-color: rgb(254 240 138 / 0.3);
  }

  .md\:border-y-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35);
    border-bottom-color: rgb(254 240 138 / 0.35);
  }

  .md\:border-y-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4);
    border-bottom-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-y-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45);
    border-bottom-color: rgb(254 240 138 / 0.45);
  }

  .md\:border-y-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05);
    border-bottom-color: rgb(254 240 138 / 0.05);
  }

  .md\:border-y-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5);
    border-bottom-color: rgb(254 240 138 / 0.5);
  }

  .md\:border-y-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55);
    border-bottom-color: rgb(254 240 138 / 0.55);
  }

  .md\:border-y-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6);
    border-bottom-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-y-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65);
    border-bottom-color: rgb(254 240 138 / 0.65);
  }

  .md\:border-y-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7);
    border-bottom-color: rgb(254 240 138 / 0.7);
  }

  .md\:border-y-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75);
    border-bottom-color: rgb(254 240 138 / 0.75);
  }

  .md\:border-y-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8);
    border-bottom-color: rgb(254 240 138 / 0.8);
  }

  .md\:border-y-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85);
    border-bottom-color: rgb(254 240 138 / 0.85);
  }

  .md\:border-y-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9);
    border-bottom-color: rgb(254 240 138 / 0.9);
  }

  .md\:border-y-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95);
    border-bottom-color: rgb(254 240 138 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0);
    border-bottom-color: rgb(253 224 71 / 0);
  }

  .md\:border-y-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1);
    border-bottom-color: rgb(253 224 71 / 0.1);
  }

  .md\:border-y-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1);
    border-bottom-color: rgb(253 224 71 / 1);
  }

  .md\:border-y-yellow-300\/15 {
    border-top-color: rgb(253 224 71 / 0.15);
    border-bottom-color: rgb(253 224 71 / 0.15);
  }

  .md\:border-y-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2);
    border-bottom-color: rgb(253 224 71 / 0.2);
  }

  .md\:border-y-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25);
    border-bottom-color: rgb(253 224 71 / 0.25);
  }

  .md\:border-y-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3);
    border-bottom-color: rgb(253 224 71 / 0.3);
  }

  .md\:border-y-yellow-300\/35 {
    border-top-color: rgb(253 224 71 / 0.35);
    border-bottom-color: rgb(253 224 71 / 0.35);
  }

  .md\:border-y-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4);
    border-bottom-color: rgb(253 224 71 / 0.4);
  }

  .md\:border-y-yellow-300\/45 {
    border-top-color: rgb(253 224 71 / 0.45);
    border-bottom-color: rgb(253 224 71 / 0.45);
  }

  .md\:border-y-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05);
    border-bottom-color: rgb(253 224 71 / 0.05);
  }

  .md\:border-y-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5);
    border-bottom-color: rgb(253 224 71 / 0.5);
  }

  .md\:border-y-yellow-300\/55 {
    border-top-color: rgb(253 224 71 / 0.55);
    border-bottom-color: rgb(253 224 71 / 0.55);
  }

  .md\:border-y-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6);
    border-bottom-color: rgb(253 224 71 / 0.6);
  }

  .md\:border-y-yellow-300\/65 {
    border-top-color: rgb(253 224 71 / 0.65);
    border-bottom-color: rgb(253 224 71 / 0.65);
  }

  .md\:border-y-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7);
    border-bottom-color: rgb(253 224 71 / 0.7);
  }

  .md\:border-y-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75);
    border-bottom-color: rgb(253 224 71 / 0.75);
  }

  .md\:border-y-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8);
    border-bottom-color: rgb(253 224 71 / 0.8);
  }

  .md\:border-y-yellow-300\/85 {
    border-top-color: rgb(253 224 71 / 0.85);
    border-bottom-color: rgb(253 224 71 / 0.85);
  }

  .md\:border-y-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9);
    border-bottom-color: rgb(253 224 71 / 0.9);
  }

  .md\:border-y-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95);
    border-bottom-color: rgb(253 224 71 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0);
    border-bottom-color: rgb(250 204 21 / 0);
  }

  .md\:border-y-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1);
    border-bottom-color: rgb(250 204 21 / 0.1);
  }

  .md\:border-y-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1);
    border-bottom-color: rgb(250 204 21 / 1);
  }

  .md\:border-y-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15);
    border-bottom-color: rgb(250 204 21 / 0.15);
  }

  .md\:border-y-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2);
    border-bottom-color: rgb(250 204 21 / 0.2);
  }

  .md\:border-y-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25);
    border-bottom-color: rgb(250 204 21 / 0.25);
  }

  .md\:border-y-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3);
    border-bottom-color: rgb(250 204 21 / 0.3);
  }

  .md\:border-y-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35);
    border-bottom-color: rgb(250 204 21 / 0.35);
  }

  .md\:border-y-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4);
    border-bottom-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-y-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45);
    border-bottom-color: rgb(250 204 21 / 0.45);
  }

  .md\:border-y-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05);
    border-bottom-color: rgb(250 204 21 / 0.05);
  }

  .md\:border-y-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5);
    border-bottom-color: rgb(250 204 21 / 0.5);
  }

  .md\:border-y-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55);
    border-bottom-color: rgb(250 204 21 / 0.55);
  }

  .md\:border-y-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6);
    border-bottom-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-y-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65);
    border-bottom-color: rgb(250 204 21 / 0.65);
  }

  .md\:border-y-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7);
    border-bottom-color: rgb(250 204 21 / 0.7);
  }

  .md\:border-y-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75);
    border-bottom-color: rgb(250 204 21 / 0.75);
  }

  .md\:border-y-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8);
    border-bottom-color: rgb(250 204 21 / 0.8);
  }

  .md\:border-y-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85);
    border-bottom-color: rgb(250 204 21 / 0.85);
  }

  .md\:border-y-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9);
    border-bottom-color: rgb(250 204 21 / 0.9);
  }

  .md\:border-y-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95);
    border-bottom-color: rgb(250 204 21 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0);
    border-bottom-color: rgb(254 252 232 / 0);
  }

  .md\:border-y-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1);
    border-bottom-color: rgb(254 252 232 / 0.1);
  }

  .md\:border-y-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1);
    border-bottom-color: rgb(254 252 232 / 1);
  }

  .md\:border-y-yellow-50\/15 {
    border-top-color: rgb(254 252 232 / 0.15);
    border-bottom-color: rgb(254 252 232 / 0.15);
  }

  .md\:border-y-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2);
    border-bottom-color: rgb(254 252 232 / 0.2);
  }

  .md\:border-y-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25);
    border-bottom-color: rgb(254 252 232 / 0.25);
  }

  .md\:border-y-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3);
    border-bottom-color: rgb(254 252 232 / 0.3);
  }

  .md\:border-y-yellow-50\/35 {
    border-top-color: rgb(254 252 232 / 0.35);
    border-bottom-color: rgb(254 252 232 / 0.35);
  }

  .md\:border-y-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4);
    border-bottom-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-y-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45);
    border-bottom-color: rgb(254 252 232 / 0.45);
  }

  .md\:border-y-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05);
    border-bottom-color: rgb(254 252 232 / 0.05);
  }

  .md\:border-y-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5);
    border-bottom-color: rgb(254 252 232 / 0.5);
  }

  .md\:border-y-yellow-50\/55 {
    border-top-color: rgb(254 252 232 / 0.55);
    border-bottom-color: rgb(254 252 232 / 0.55);
  }

  .md\:border-y-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6);
    border-bottom-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-y-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65);
    border-bottom-color: rgb(254 252 232 / 0.65);
  }

  .md\:border-y-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7);
    border-bottom-color: rgb(254 252 232 / 0.7);
  }

  .md\:border-y-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75);
    border-bottom-color: rgb(254 252 232 / 0.75);
  }

  .md\:border-y-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8);
    border-bottom-color: rgb(254 252 232 / 0.8);
  }

  .md\:border-y-yellow-50\/85 {
    border-top-color: rgb(254 252 232 / 0.85);
    border-bottom-color: rgb(254 252 232 / 0.85);
  }

  .md\:border-y-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9);
    border-bottom-color: rgb(254 252 232 / 0.9);
  }

  .md\:border-y-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95);
    border-bottom-color: rgb(254 252 232 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0);
    border-bottom-color: rgb(234 179 8 / 0);
  }

  .md\:border-y-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1);
    border-bottom-color: rgb(234 179 8 / 0.1);
  }

  .md\:border-y-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1);
    border-bottom-color: rgb(234 179 8 / 1);
  }

  .md\:border-y-yellow-500\/15 {
    border-top-color: rgb(234 179 8 / 0.15);
    border-bottom-color: rgb(234 179 8 / 0.15);
  }

  .md\:border-y-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2);
    border-bottom-color: rgb(234 179 8 / 0.2);
  }

  .md\:border-y-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25);
    border-bottom-color: rgb(234 179 8 / 0.25);
  }

  .md\:border-y-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3);
    border-bottom-color: rgb(234 179 8 / 0.3);
  }

  .md\:border-y-yellow-500\/35 {
    border-top-color: rgb(234 179 8 / 0.35);
    border-bottom-color: rgb(234 179 8 / 0.35);
  }

  .md\:border-y-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4);
    border-bottom-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-y-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45);
    border-bottom-color: rgb(234 179 8 / 0.45);
  }

  .md\:border-y-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05);
    border-bottom-color: rgb(234 179 8 / 0.05);
  }

  .md\:border-y-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5);
    border-bottom-color: rgb(234 179 8 / 0.5);
  }

  .md\:border-y-yellow-500\/55 {
    border-top-color: rgb(234 179 8 / 0.55);
    border-bottom-color: rgb(234 179 8 / 0.55);
  }

  .md\:border-y-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6);
    border-bottom-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-y-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65);
    border-bottom-color: rgb(234 179 8 / 0.65);
  }

  .md\:border-y-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7);
    border-bottom-color: rgb(234 179 8 / 0.7);
  }

  .md\:border-y-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75);
    border-bottom-color: rgb(234 179 8 / 0.75);
  }

  .md\:border-y-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8);
    border-bottom-color: rgb(234 179 8 / 0.8);
  }

  .md\:border-y-yellow-500\/85 {
    border-top-color: rgb(234 179 8 / 0.85);
    border-bottom-color: rgb(234 179 8 / 0.85);
  }

  .md\:border-y-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9);
    border-bottom-color: rgb(234 179 8 / 0.9);
  }

  .md\:border-y-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95);
    border-bottom-color: rgb(234 179 8 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0);
    border-bottom-color: rgb(202 138 4 / 0);
  }

  .md\:border-y-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1);
    border-bottom-color: rgb(202 138 4 / 0.1);
  }

  .md\:border-y-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1);
    border-bottom-color: rgb(202 138 4 / 1);
  }

  .md\:border-y-yellow-600\/15 {
    border-top-color: rgb(202 138 4 / 0.15);
    border-bottom-color: rgb(202 138 4 / 0.15);
  }

  .md\:border-y-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2);
    border-bottom-color: rgb(202 138 4 / 0.2);
  }

  .md\:border-y-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25);
    border-bottom-color: rgb(202 138 4 / 0.25);
  }

  .md\:border-y-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3);
    border-bottom-color: rgb(202 138 4 / 0.3);
  }

  .md\:border-y-yellow-600\/35 {
    border-top-color: rgb(202 138 4 / 0.35);
    border-bottom-color: rgb(202 138 4 / 0.35);
  }

  .md\:border-y-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4);
    border-bottom-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-y-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45);
    border-bottom-color: rgb(202 138 4 / 0.45);
  }

  .md\:border-y-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05);
    border-bottom-color: rgb(202 138 4 / 0.05);
  }

  .md\:border-y-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5);
    border-bottom-color: rgb(202 138 4 / 0.5);
  }

  .md\:border-y-yellow-600\/55 {
    border-top-color: rgb(202 138 4 / 0.55);
    border-bottom-color: rgb(202 138 4 / 0.55);
  }

  .md\:border-y-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6);
    border-bottom-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-y-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65);
    border-bottom-color: rgb(202 138 4 / 0.65);
  }

  .md\:border-y-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7);
    border-bottom-color: rgb(202 138 4 / 0.7);
  }

  .md\:border-y-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75);
    border-bottom-color: rgb(202 138 4 / 0.75);
  }

  .md\:border-y-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8);
    border-bottom-color: rgb(202 138 4 / 0.8);
  }

  .md\:border-y-yellow-600\/85 {
    border-top-color: rgb(202 138 4 / 0.85);
    border-bottom-color: rgb(202 138 4 / 0.85);
  }

  .md\:border-y-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9);
    border-bottom-color: rgb(202 138 4 / 0.9);
  }

  .md\:border-y-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95);
    border-bottom-color: rgb(202 138 4 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0);
    border-bottom-color: rgb(161 98 7 / 0);
  }

  .md\:border-y-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1);
    border-bottom-color: rgb(161 98 7 / 0.1);
  }

  .md\:border-y-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1);
    border-bottom-color: rgb(161 98 7 / 1);
  }

  .md\:border-y-yellow-700\/15 {
    border-top-color: rgb(161 98 7 / 0.15);
    border-bottom-color: rgb(161 98 7 / 0.15);
  }

  .md\:border-y-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2);
    border-bottom-color: rgb(161 98 7 / 0.2);
  }

  .md\:border-y-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25);
    border-bottom-color: rgb(161 98 7 / 0.25);
  }

  .md\:border-y-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3);
    border-bottom-color: rgb(161 98 7 / 0.3);
  }

  .md\:border-y-yellow-700\/35 {
    border-top-color: rgb(161 98 7 / 0.35);
    border-bottom-color: rgb(161 98 7 / 0.35);
  }

  .md\:border-y-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4);
    border-bottom-color: rgb(161 98 7 / 0.4);
  }

  .md\:border-y-yellow-700\/45 {
    border-top-color: rgb(161 98 7 / 0.45);
    border-bottom-color: rgb(161 98 7 / 0.45);
  }

  .md\:border-y-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05);
    border-bottom-color: rgb(161 98 7 / 0.05);
  }

  .md\:border-y-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5);
    border-bottom-color: rgb(161 98 7 / 0.5);
  }

  .md\:border-y-yellow-700\/55 {
    border-top-color: rgb(161 98 7 / 0.55);
    border-bottom-color: rgb(161 98 7 / 0.55);
  }

  .md\:border-y-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6);
    border-bottom-color: rgb(161 98 7 / 0.6);
  }

  .md\:border-y-yellow-700\/65 {
    border-top-color: rgb(161 98 7 / 0.65);
    border-bottom-color: rgb(161 98 7 / 0.65);
  }

  .md\:border-y-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7);
    border-bottom-color: rgb(161 98 7 / 0.7);
  }

  .md\:border-y-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75);
    border-bottom-color: rgb(161 98 7 / 0.75);
  }

  .md\:border-y-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8);
    border-bottom-color: rgb(161 98 7 / 0.8);
  }

  .md\:border-y-yellow-700\/85 {
    border-top-color: rgb(161 98 7 / 0.85);
    border-bottom-color: rgb(161 98 7 / 0.85);
  }

  .md\:border-y-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9);
    border-bottom-color: rgb(161 98 7 / 0.9);
  }

  .md\:border-y-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95);
    border-bottom-color: rgb(161 98 7 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0);
    border-bottom-color: rgb(133 77 14 / 0);
  }

  .md\:border-y-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1);
    border-bottom-color: rgb(133 77 14 / 0.1);
  }

  .md\:border-y-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1);
    border-bottom-color: rgb(133 77 14 / 1);
  }

  .md\:border-y-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15);
    border-bottom-color: rgb(133 77 14 / 0.15);
  }

  .md\:border-y-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2);
    border-bottom-color: rgb(133 77 14 / 0.2);
  }

  .md\:border-y-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25);
    border-bottom-color: rgb(133 77 14 / 0.25);
  }

  .md\:border-y-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3);
    border-bottom-color: rgb(133 77 14 / 0.3);
  }

  .md\:border-y-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35);
    border-bottom-color: rgb(133 77 14 / 0.35);
  }

  .md\:border-y-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4);
    border-bottom-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-y-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45);
    border-bottom-color: rgb(133 77 14 / 0.45);
  }

  .md\:border-y-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05);
    border-bottom-color: rgb(133 77 14 / 0.05);
  }

  .md\:border-y-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5);
    border-bottom-color: rgb(133 77 14 / 0.5);
  }

  .md\:border-y-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55);
    border-bottom-color: rgb(133 77 14 / 0.55);
  }

  .md\:border-y-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6);
    border-bottom-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-y-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65);
    border-bottom-color: rgb(133 77 14 / 0.65);
  }

  .md\:border-y-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7);
    border-bottom-color: rgb(133 77 14 / 0.7);
  }

  .md\:border-y-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75);
    border-bottom-color: rgb(133 77 14 / 0.75);
  }

  .md\:border-y-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8);
    border-bottom-color: rgb(133 77 14 / 0.8);
  }

  .md\:border-y-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85);
    border-bottom-color: rgb(133 77 14 / 0.85);
  }

  .md\:border-y-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9);
    border-bottom-color: rgb(133 77 14 / 0.9);
  }

  .md\:border-y-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95);
    border-bottom-color: rgb(133 77 14 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0);
    border-bottom-color: rgb(113 63 18 / 0);
  }

  .md\:border-y-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1);
    border-bottom-color: rgb(113 63 18 / 0.1);
  }

  .md\:border-y-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1);
    border-bottom-color: rgb(113 63 18 / 1);
  }

  .md\:border-y-yellow-900\/15 {
    border-top-color: rgb(113 63 18 / 0.15);
    border-bottom-color: rgb(113 63 18 / 0.15);
  }

  .md\:border-y-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2);
    border-bottom-color: rgb(113 63 18 / 0.2);
  }

  .md\:border-y-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25);
    border-bottom-color: rgb(113 63 18 / 0.25);
  }

  .md\:border-y-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3);
    border-bottom-color: rgb(113 63 18 / 0.3);
  }

  .md\:border-y-yellow-900\/35 {
    border-top-color: rgb(113 63 18 / 0.35);
    border-bottom-color: rgb(113 63 18 / 0.35);
  }

  .md\:border-y-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4);
    border-bottom-color: rgb(113 63 18 / 0.4);
  }

  .md\:border-y-yellow-900\/45 {
    border-top-color: rgb(113 63 18 / 0.45);
    border-bottom-color: rgb(113 63 18 / 0.45);
  }

  .md\:border-y-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05);
    border-bottom-color: rgb(113 63 18 / 0.05);
  }

  .md\:border-y-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5);
    border-bottom-color: rgb(113 63 18 / 0.5);
  }

  .md\:border-y-yellow-900\/55 {
    border-top-color: rgb(113 63 18 / 0.55);
    border-bottom-color: rgb(113 63 18 / 0.55);
  }

  .md\:border-y-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6);
    border-bottom-color: rgb(113 63 18 / 0.6);
  }

  .md\:border-y-yellow-900\/65 {
    border-top-color: rgb(113 63 18 / 0.65);
    border-bottom-color: rgb(113 63 18 / 0.65);
  }

  .md\:border-y-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7);
    border-bottom-color: rgb(113 63 18 / 0.7);
  }

  .md\:border-y-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75);
    border-bottom-color: rgb(113 63 18 / 0.75);
  }

  .md\:border-y-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8);
    border-bottom-color: rgb(113 63 18 / 0.8);
  }

  .md\:border-y-yellow-900\/85 {
    border-top-color: rgb(113 63 18 / 0.85);
    border-bottom-color: rgb(113 63 18 / 0.85);
  }

  .md\:border-y-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9);
    border-bottom-color: rgb(113 63 18 / 0.9);
  }

  .md\:border-y-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95);
    border-bottom-color: rgb(113 63 18 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0);
    border-bottom-color: rgb(66 32 6 / 0);
  }

  .md\:border-y-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1);
    border-bottom-color: rgb(66 32 6 / 0.1);
  }

  .md\:border-y-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1);
    border-bottom-color: rgb(66 32 6 / 1);
  }

  .md\:border-y-yellow-950\/15 {
    border-top-color: rgb(66 32 6 / 0.15);
    border-bottom-color: rgb(66 32 6 / 0.15);
  }

  .md\:border-y-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2);
    border-bottom-color: rgb(66 32 6 / 0.2);
  }

  .md\:border-y-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25);
    border-bottom-color: rgb(66 32 6 / 0.25);
  }

  .md\:border-y-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3);
    border-bottom-color: rgb(66 32 6 / 0.3);
  }

  .md\:border-y-yellow-950\/35 {
    border-top-color: rgb(66 32 6 / 0.35);
    border-bottom-color: rgb(66 32 6 / 0.35);
  }

  .md\:border-y-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4);
    border-bottom-color: rgb(66 32 6 / 0.4);
  }

  .md\:border-y-yellow-950\/45 {
    border-top-color: rgb(66 32 6 / 0.45);
    border-bottom-color: rgb(66 32 6 / 0.45);
  }

  .md\:border-y-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05);
    border-bottom-color: rgb(66 32 6 / 0.05);
  }

  .md\:border-y-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5);
    border-bottom-color: rgb(66 32 6 / 0.5);
  }

  .md\:border-y-yellow-950\/55 {
    border-top-color: rgb(66 32 6 / 0.55);
    border-bottom-color: rgb(66 32 6 / 0.55);
  }

  .md\:border-y-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6);
    border-bottom-color: rgb(66 32 6 / 0.6);
  }

  .md\:border-y-yellow-950\/65 {
    border-top-color: rgb(66 32 6 / 0.65);
    border-bottom-color: rgb(66 32 6 / 0.65);
  }

  .md\:border-y-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7);
    border-bottom-color: rgb(66 32 6 / 0.7);
  }

  .md\:border-y-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75);
    border-bottom-color: rgb(66 32 6 / 0.75);
  }

  .md\:border-y-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8);
    border-bottom-color: rgb(66 32 6 / 0.8);
  }

  .md\:border-y-yellow-950\/85 {
    border-top-color: rgb(66 32 6 / 0.85);
    border-bottom-color: rgb(66 32 6 / 0.85);
  }

  .md\:border-y-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9);
    border-bottom-color: rgb(66 32 6 / 0.9);
  }

  .md\:border-y-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95);
    border-bottom-color: rgb(66 32 6 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-zinc-100\/0 {
    border-top-color: rgb(244 244 245 / 0);
    border-bottom-color: rgb(244 244 245 / 0);
  }

  .md\:border-y-zinc-100\/10 {
    border-top-color: rgb(244 244 245 / 0.1);
    border-bottom-color: rgb(244 244 245 / 0.1);
  }

  .md\:border-y-zinc-100\/100 {
    border-top-color: rgb(244 244 245 / 1);
    border-bottom-color: rgb(244 244 245 / 1);
  }

  .md\:border-y-zinc-100\/15 {
    border-top-color: rgb(244 244 245 / 0.15);
    border-bottom-color: rgb(244 244 245 / 0.15);
  }

  .md\:border-y-zinc-100\/20 {
    border-top-color: rgb(244 244 245 / 0.2);
    border-bottom-color: rgb(244 244 245 / 0.2);
  }

  .md\:border-y-zinc-100\/25 {
    border-top-color: rgb(244 244 245 / 0.25);
    border-bottom-color: rgb(244 244 245 / 0.25);
  }

  .md\:border-y-zinc-100\/30 {
    border-top-color: rgb(244 244 245 / 0.3);
    border-bottom-color: rgb(244 244 245 / 0.3);
  }

  .md\:border-y-zinc-100\/35 {
    border-top-color: rgb(244 244 245 / 0.35);
    border-bottom-color: rgb(244 244 245 / 0.35);
  }

  .md\:border-y-zinc-100\/40 {
    border-top-color: rgb(244 244 245 / 0.4);
    border-bottom-color: rgb(244 244 245 / 0.4);
  }

  .md\:border-y-zinc-100\/45 {
    border-top-color: rgb(244 244 245 / 0.45);
    border-bottom-color: rgb(244 244 245 / 0.45);
  }

  .md\:border-y-zinc-100\/5 {
    border-top-color: rgb(244 244 245 / 0.05);
    border-bottom-color: rgb(244 244 245 / 0.05);
  }

  .md\:border-y-zinc-100\/50 {
    border-top-color: rgb(244 244 245 / 0.5);
    border-bottom-color: rgb(244 244 245 / 0.5);
  }

  .md\:border-y-zinc-100\/55 {
    border-top-color: rgb(244 244 245 / 0.55);
    border-bottom-color: rgb(244 244 245 / 0.55);
  }

  .md\:border-y-zinc-100\/60 {
    border-top-color: rgb(244 244 245 / 0.6);
    border-bottom-color: rgb(244 244 245 / 0.6);
  }

  .md\:border-y-zinc-100\/65 {
    border-top-color: rgb(244 244 245 / 0.65);
    border-bottom-color: rgb(244 244 245 / 0.65);
  }

  .md\:border-y-zinc-100\/70 {
    border-top-color: rgb(244 244 245 / 0.7);
    border-bottom-color: rgb(244 244 245 / 0.7);
  }

  .md\:border-y-zinc-100\/75 {
    border-top-color: rgb(244 244 245 / 0.75);
    border-bottom-color: rgb(244 244 245 / 0.75);
  }

  .md\:border-y-zinc-100\/80 {
    border-top-color: rgb(244 244 245 / 0.8);
    border-bottom-color: rgb(244 244 245 / 0.8);
  }

  .md\:border-y-zinc-100\/85 {
    border-top-color: rgb(244 244 245 / 0.85);
    border-bottom-color: rgb(244 244 245 / 0.85);
  }

  .md\:border-y-zinc-100\/90 {
    border-top-color: rgb(244 244 245 / 0.9);
    border-bottom-color: rgb(244 244 245 / 0.9);
  }

  .md\:border-y-zinc-100\/95 {
    border-top-color: rgb(244 244 245 / 0.95);
    border-bottom-color: rgb(244 244 245 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-zinc-200\/0 {
    border-top-color: rgb(228 228 231 / 0);
    border-bottom-color: rgb(228 228 231 / 0);
  }

  .md\:border-y-zinc-200\/10 {
    border-top-color: rgb(228 228 231 / 0.1);
    border-bottom-color: rgb(228 228 231 / 0.1);
  }

  .md\:border-y-zinc-200\/100 {
    border-top-color: rgb(228 228 231 / 1);
    border-bottom-color: rgb(228 228 231 / 1);
  }

  .md\:border-y-zinc-200\/15 {
    border-top-color: rgb(228 228 231 / 0.15);
    border-bottom-color: rgb(228 228 231 / 0.15);
  }

  .md\:border-y-zinc-200\/20 {
    border-top-color: rgb(228 228 231 / 0.2);
    border-bottom-color: rgb(228 228 231 / 0.2);
  }

  .md\:border-y-zinc-200\/25 {
    border-top-color: rgb(228 228 231 / 0.25);
    border-bottom-color: rgb(228 228 231 / 0.25);
  }

  .md\:border-y-zinc-200\/30 {
    border-top-color: rgb(228 228 231 / 0.3);
    border-bottom-color: rgb(228 228 231 / 0.3);
  }

  .md\:border-y-zinc-200\/35 {
    border-top-color: rgb(228 228 231 / 0.35);
    border-bottom-color: rgb(228 228 231 / 0.35);
  }

  .md\:border-y-zinc-200\/40 {
    border-top-color: rgb(228 228 231 / 0.4);
    border-bottom-color: rgb(228 228 231 / 0.4);
  }

  .md\:border-y-zinc-200\/45 {
    border-top-color: rgb(228 228 231 / 0.45);
    border-bottom-color: rgb(228 228 231 / 0.45);
  }

  .md\:border-y-zinc-200\/5 {
    border-top-color: rgb(228 228 231 / 0.05);
    border-bottom-color: rgb(228 228 231 / 0.05);
  }

  .md\:border-y-zinc-200\/50 {
    border-top-color: rgb(228 228 231 / 0.5);
    border-bottom-color: rgb(228 228 231 / 0.5);
  }

  .md\:border-y-zinc-200\/55 {
    border-top-color: rgb(228 228 231 / 0.55);
    border-bottom-color: rgb(228 228 231 / 0.55);
  }

  .md\:border-y-zinc-200\/60 {
    border-top-color: rgb(228 228 231 / 0.6);
    border-bottom-color: rgb(228 228 231 / 0.6);
  }

  .md\:border-y-zinc-200\/65 {
    border-top-color: rgb(228 228 231 / 0.65);
    border-bottom-color: rgb(228 228 231 / 0.65);
  }

  .md\:border-y-zinc-200\/70 {
    border-top-color: rgb(228 228 231 / 0.7);
    border-bottom-color: rgb(228 228 231 / 0.7);
  }

  .md\:border-y-zinc-200\/75 {
    border-top-color: rgb(228 228 231 / 0.75);
    border-bottom-color: rgb(228 228 231 / 0.75);
  }

  .md\:border-y-zinc-200\/80 {
    border-top-color: rgb(228 228 231 / 0.8);
    border-bottom-color: rgb(228 228 231 / 0.8);
  }

  .md\:border-y-zinc-200\/85 {
    border-top-color: rgb(228 228 231 / 0.85);
    border-bottom-color: rgb(228 228 231 / 0.85);
  }

  .md\:border-y-zinc-200\/90 {
    border-top-color: rgb(228 228 231 / 0.9);
    border-bottom-color: rgb(228 228 231 / 0.9);
  }

  .md\:border-y-zinc-200\/95 {
    border-top-color: rgb(228 228 231 / 0.95);
    border-bottom-color: rgb(228 228 231 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-zinc-300\/0 {
    border-top-color: rgb(212 212 216 / 0);
    border-bottom-color: rgb(212 212 216 / 0);
  }

  .md\:border-y-zinc-300\/10 {
    border-top-color: rgb(212 212 216 / 0.1);
    border-bottom-color: rgb(212 212 216 / 0.1);
  }

  .md\:border-y-zinc-300\/100 {
    border-top-color: rgb(212 212 216 / 1);
    border-bottom-color: rgb(212 212 216 / 1);
  }

  .md\:border-y-zinc-300\/15 {
    border-top-color: rgb(212 212 216 / 0.15);
    border-bottom-color: rgb(212 212 216 / 0.15);
  }

  .md\:border-y-zinc-300\/20 {
    border-top-color: rgb(212 212 216 / 0.2);
    border-bottom-color: rgb(212 212 216 / 0.2);
  }

  .md\:border-y-zinc-300\/25 {
    border-top-color: rgb(212 212 216 / 0.25);
    border-bottom-color: rgb(212 212 216 / 0.25);
  }

  .md\:border-y-zinc-300\/30 {
    border-top-color: rgb(212 212 216 / 0.3);
    border-bottom-color: rgb(212 212 216 / 0.3);
  }

  .md\:border-y-zinc-300\/35 {
    border-top-color: rgb(212 212 216 / 0.35);
    border-bottom-color: rgb(212 212 216 / 0.35);
  }

  .md\:border-y-zinc-300\/40 {
    border-top-color: rgb(212 212 216 / 0.4);
    border-bottom-color: rgb(212 212 216 / 0.4);
  }

  .md\:border-y-zinc-300\/45 {
    border-top-color: rgb(212 212 216 / 0.45);
    border-bottom-color: rgb(212 212 216 / 0.45);
  }

  .md\:border-y-zinc-300\/5 {
    border-top-color: rgb(212 212 216 / 0.05);
    border-bottom-color: rgb(212 212 216 / 0.05);
  }

  .md\:border-y-zinc-300\/50 {
    border-top-color: rgb(212 212 216 / 0.5);
    border-bottom-color: rgb(212 212 216 / 0.5);
  }

  .md\:border-y-zinc-300\/55 {
    border-top-color: rgb(212 212 216 / 0.55);
    border-bottom-color: rgb(212 212 216 / 0.55);
  }

  .md\:border-y-zinc-300\/60 {
    border-top-color: rgb(212 212 216 / 0.6);
    border-bottom-color: rgb(212 212 216 / 0.6);
  }

  .md\:border-y-zinc-300\/65 {
    border-top-color: rgb(212 212 216 / 0.65);
    border-bottom-color: rgb(212 212 216 / 0.65);
  }

  .md\:border-y-zinc-300\/70 {
    border-top-color: rgb(212 212 216 / 0.7);
    border-bottom-color: rgb(212 212 216 / 0.7);
  }

  .md\:border-y-zinc-300\/75 {
    border-top-color: rgb(212 212 216 / 0.75);
    border-bottom-color: rgb(212 212 216 / 0.75);
  }

  .md\:border-y-zinc-300\/80 {
    border-top-color: rgb(212 212 216 / 0.8);
    border-bottom-color: rgb(212 212 216 / 0.8);
  }

  .md\:border-y-zinc-300\/85 {
    border-top-color: rgb(212 212 216 / 0.85);
    border-bottom-color: rgb(212 212 216 / 0.85);
  }

  .md\:border-y-zinc-300\/90 {
    border-top-color: rgb(212 212 216 / 0.9);
    border-bottom-color: rgb(212 212 216 / 0.9);
  }

  .md\:border-y-zinc-300\/95 {
    border-top-color: rgb(212 212 216 / 0.95);
    border-bottom-color: rgb(212 212 216 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-zinc-400\/0 {
    border-top-color: rgb(161 161 170 / 0);
    border-bottom-color: rgb(161 161 170 / 0);
  }

  .md\:border-y-zinc-400\/10 {
    border-top-color: rgb(161 161 170 / 0.1);
    border-bottom-color: rgb(161 161 170 / 0.1);
  }

  .md\:border-y-zinc-400\/100 {
    border-top-color: rgb(161 161 170 / 1);
    border-bottom-color: rgb(161 161 170 / 1);
  }

  .md\:border-y-zinc-400\/15 {
    border-top-color: rgb(161 161 170 / 0.15);
    border-bottom-color: rgb(161 161 170 / 0.15);
  }

  .md\:border-y-zinc-400\/20 {
    border-top-color: rgb(161 161 170 / 0.2);
    border-bottom-color: rgb(161 161 170 / 0.2);
  }

  .md\:border-y-zinc-400\/25 {
    border-top-color: rgb(161 161 170 / 0.25);
    border-bottom-color: rgb(161 161 170 / 0.25);
  }

  .md\:border-y-zinc-400\/30 {
    border-top-color: rgb(161 161 170 / 0.3);
    border-bottom-color: rgb(161 161 170 / 0.3);
  }

  .md\:border-y-zinc-400\/35 {
    border-top-color: rgb(161 161 170 / 0.35);
    border-bottom-color: rgb(161 161 170 / 0.35);
  }

  .md\:border-y-zinc-400\/40 {
    border-top-color: rgb(161 161 170 / 0.4);
    border-bottom-color: rgb(161 161 170 / 0.4);
  }

  .md\:border-y-zinc-400\/45 {
    border-top-color: rgb(161 161 170 / 0.45);
    border-bottom-color: rgb(161 161 170 / 0.45);
  }

  .md\:border-y-zinc-400\/5 {
    border-top-color: rgb(161 161 170 / 0.05);
    border-bottom-color: rgb(161 161 170 / 0.05);
  }

  .md\:border-y-zinc-400\/50 {
    border-top-color: rgb(161 161 170 / 0.5);
    border-bottom-color: rgb(161 161 170 / 0.5);
  }

  .md\:border-y-zinc-400\/55 {
    border-top-color: rgb(161 161 170 / 0.55);
    border-bottom-color: rgb(161 161 170 / 0.55);
  }

  .md\:border-y-zinc-400\/60 {
    border-top-color: rgb(161 161 170 / 0.6);
    border-bottom-color: rgb(161 161 170 / 0.6);
  }

  .md\:border-y-zinc-400\/65 {
    border-top-color: rgb(161 161 170 / 0.65);
    border-bottom-color: rgb(161 161 170 / 0.65);
  }

  .md\:border-y-zinc-400\/70 {
    border-top-color: rgb(161 161 170 / 0.7);
    border-bottom-color: rgb(161 161 170 / 0.7);
  }

  .md\:border-y-zinc-400\/75 {
    border-top-color: rgb(161 161 170 / 0.75);
    border-bottom-color: rgb(161 161 170 / 0.75);
  }

  .md\:border-y-zinc-400\/80 {
    border-top-color: rgb(161 161 170 / 0.8);
    border-bottom-color: rgb(161 161 170 / 0.8);
  }

  .md\:border-y-zinc-400\/85 {
    border-top-color: rgb(161 161 170 / 0.85);
    border-bottom-color: rgb(161 161 170 / 0.85);
  }

  .md\:border-y-zinc-400\/90 {
    border-top-color: rgb(161 161 170 / 0.9);
    border-bottom-color: rgb(161 161 170 / 0.9);
  }

  .md\:border-y-zinc-400\/95 {
    border-top-color: rgb(161 161 170 / 0.95);
    border-bottom-color: rgb(161 161 170 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-zinc-50\/0 {
    border-top-color: rgb(250 250 250 / 0);
    border-bottom-color: rgb(250 250 250 / 0);
  }

  .md\:border-y-zinc-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1);
    border-bottom-color: rgb(250 250 250 / 0.1);
  }

  .md\:border-y-zinc-50\/100 {
    border-top-color: rgb(250 250 250 / 1);
    border-bottom-color: rgb(250 250 250 / 1);
  }

  .md\:border-y-zinc-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15);
    border-bottom-color: rgb(250 250 250 / 0.15);
  }

  .md\:border-y-zinc-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2);
    border-bottom-color: rgb(250 250 250 / 0.2);
  }

  .md\:border-y-zinc-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25);
    border-bottom-color: rgb(250 250 250 / 0.25);
  }

  .md\:border-y-zinc-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3);
    border-bottom-color: rgb(250 250 250 / 0.3);
  }

  .md\:border-y-zinc-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35);
    border-bottom-color: rgb(250 250 250 / 0.35);
  }

  .md\:border-y-zinc-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4);
    border-bottom-color: rgb(250 250 250 / 0.4);
  }

  .md\:border-y-zinc-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45);
    border-bottom-color: rgb(250 250 250 / 0.45);
  }

  .md\:border-y-zinc-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05);
    border-bottom-color: rgb(250 250 250 / 0.05);
  }

  .md\:border-y-zinc-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5);
    border-bottom-color: rgb(250 250 250 / 0.5);
  }

  .md\:border-y-zinc-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55);
    border-bottom-color: rgb(250 250 250 / 0.55);
  }

  .md\:border-y-zinc-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6);
    border-bottom-color: rgb(250 250 250 / 0.6);
  }

  .md\:border-y-zinc-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65);
    border-bottom-color: rgb(250 250 250 / 0.65);
  }

  .md\:border-y-zinc-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7);
    border-bottom-color: rgb(250 250 250 / 0.7);
  }

  .md\:border-y-zinc-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75);
    border-bottom-color: rgb(250 250 250 / 0.75);
  }

  .md\:border-y-zinc-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8);
    border-bottom-color: rgb(250 250 250 / 0.8);
  }

  .md\:border-y-zinc-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85);
    border-bottom-color: rgb(250 250 250 / 0.85);
  }

  .md\:border-y-zinc-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9);
    border-bottom-color: rgb(250 250 250 / 0.9);
  }

  .md\:border-y-zinc-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95);
    border-bottom-color: rgb(250 250 250 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-zinc-500\/0 {
    border-top-color: rgb(113 113 122 / 0);
    border-bottom-color: rgb(113 113 122 / 0);
  }

  .md\:border-y-zinc-500\/10 {
    border-top-color: rgb(113 113 122 / 0.1);
    border-bottom-color: rgb(113 113 122 / 0.1);
  }

  .md\:border-y-zinc-500\/100 {
    border-top-color: rgb(113 113 122 / 1);
    border-bottom-color: rgb(113 113 122 / 1);
  }

  .md\:border-y-zinc-500\/15 {
    border-top-color: rgb(113 113 122 / 0.15);
    border-bottom-color: rgb(113 113 122 / 0.15);
  }

  .md\:border-y-zinc-500\/20 {
    border-top-color: rgb(113 113 122 / 0.2);
    border-bottom-color: rgb(113 113 122 / 0.2);
  }

  .md\:border-y-zinc-500\/25 {
    border-top-color: rgb(113 113 122 / 0.25);
    border-bottom-color: rgb(113 113 122 / 0.25);
  }

  .md\:border-y-zinc-500\/30 {
    border-top-color: rgb(113 113 122 / 0.3);
    border-bottom-color: rgb(113 113 122 / 0.3);
  }

  .md\:border-y-zinc-500\/35 {
    border-top-color: rgb(113 113 122 / 0.35);
    border-bottom-color: rgb(113 113 122 / 0.35);
  }

  .md\:border-y-zinc-500\/40 {
    border-top-color: rgb(113 113 122 / 0.4);
    border-bottom-color: rgb(113 113 122 / 0.4);
  }

  .md\:border-y-zinc-500\/45 {
    border-top-color: rgb(113 113 122 / 0.45);
    border-bottom-color: rgb(113 113 122 / 0.45);
  }

  .md\:border-y-zinc-500\/5 {
    border-top-color: rgb(113 113 122 / 0.05);
    border-bottom-color: rgb(113 113 122 / 0.05);
  }

  .md\:border-y-zinc-500\/50 {
    border-top-color: rgb(113 113 122 / 0.5);
    border-bottom-color: rgb(113 113 122 / 0.5);
  }

  .md\:border-y-zinc-500\/55 {
    border-top-color: rgb(113 113 122 / 0.55);
    border-bottom-color: rgb(113 113 122 / 0.55);
  }

  .md\:border-y-zinc-500\/60 {
    border-top-color: rgb(113 113 122 / 0.6);
    border-bottom-color: rgb(113 113 122 / 0.6);
  }

  .md\:border-y-zinc-500\/65 {
    border-top-color: rgb(113 113 122 / 0.65);
    border-bottom-color: rgb(113 113 122 / 0.65);
  }

  .md\:border-y-zinc-500\/70 {
    border-top-color: rgb(113 113 122 / 0.7);
    border-bottom-color: rgb(113 113 122 / 0.7);
  }

  .md\:border-y-zinc-500\/75 {
    border-top-color: rgb(113 113 122 / 0.75);
    border-bottom-color: rgb(113 113 122 / 0.75);
  }

  .md\:border-y-zinc-500\/80 {
    border-top-color: rgb(113 113 122 / 0.8);
    border-bottom-color: rgb(113 113 122 / 0.8);
  }

  .md\:border-y-zinc-500\/85 {
    border-top-color: rgb(113 113 122 / 0.85);
    border-bottom-color: rgb(113 113 122 / 0.85);
  }

  .md\:border-y-zinc-500\/90 {
    border-top-color: rgb(113 113 122 / 0.9);
    border-bottom-color: rgb(113 113 122 / 0.9);
  }

  .md\:border-y-zinc-500\/95 {
    border-top-color: rgb(113 113 122 / 0.95);
    border-bottom-color: rgb(113 113 122 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-zinc-600\/0 {
    border-top-color: rgb(82 82 91 / 0);
    border-bottom-color: rgb(82 82 91 / 0);
  }

  .md\:border-y-zinc-600\/10 {
    border-top-color: rgb(82 82 91 / 0.1);
    border-bottom-color: rgb(82 82 91 / 0.1);
  }

  .md\:border-y-zinc-600\/100 {
    border-top-color: rgb(82 82 91 / 1);
    border-bottom-color: rgb(82 82 91 / 1);
  }

  .md\:border-y-zinc-600\/15 {
    border-top-color: rgb(82 82 91 / 0.15);
    border-bottom-color: rgb(82 82 91 / 0.15);
  }

  .md\:border-y-zinc-600\/20 {
    border-top-color: rgb(82 82 91 / 0.2);
    border-bottom-color: rgb(82 82 91 / 0.2);
  }

  .md\:border-y-zinc-600\/25 {
    border-top-color: rgb(82 82 91 / 0.25);
    border-bottom-color: rgb(82 82 91 / 0.25);
  }

  .md\:border-y-zinc-600\/30 {
    border-top-color: rgb(82 82 91 / 0.3);
    border-bottom-color: rgb(82 82 91 / 0.3);
  }

  .md\:border-y-zinc-600\/35 {
    border-top-color: rgb(82 82 91 / 0.35);
    border-bottom-color: rgb(82 82 91 / 0.35);
  }

  .md\:border-y-zinc-600\/40 {
    border-top-color: rgb(82 82 91 / 0.4);
    border-bottom-color: rgb(82 82 91 / 0.4);
  }

  .md\:border-y-zinc-600\/45 {
    border-top-color: rgb(82 82 91 / 0.45);
    border-bottom-color: rgb(82 82 91 / 0.45);
  }

  .md\:border-y-zinc-600\/5 {
    border-top-color: rgb(82 82 91 / 0.05);
    border-bottom-color: rgb(82 82 91 / 0.05);
  }

  .md\:border-y-zinc-600\/50 {
    border-top-color: rgb(82 82 91 / 0.5);
    border-bottom-color: rgb(82 82 91 / 0.5);
  }

  .md\:border-y-zinc-600\/55 {
    border-top-color: rgb(82 82 91 / 0.55);
    border-bottom-color: rgb(82 82 91 / 0.55);
  }

  .md\:border-y-zinc-600\/60 {
    border-top-color: rgb(82 82 91 / 0.6);
    border-bottom-color: rgb(82 82 91 / 0.6);
  }

  .md\:border-y-zinc-600\/65 {
    border-top-color: rgb(82 82 91 / 0.65);
    border-bottom-color: rgb(82 82 91 / 0.65);
  }

  .md\:border-y-zinc-600\/70 {
    border-top-color: rgb(82 82 91 / 0.7);
    border-bottom-color: rgb(82 82 91 / 0.7);
  }

  .md\:border-y-zinc-600\/75 {
    border-top-color: rgb(82 82 91 / 0.75);
    border-bottom-color: rgb(82 82 91 / 0.75);
  }

  .md\:border-y-zinc-600\/80 {
    border-top-color: rgb(82 82 91 / 0.8);
    border-bottom-color: rgb(82 82 91 / 0.8);
  }

  .md\:border-y-zinc-600\/85 {
    border-top-color: rgb(82 82 91 / 0.85);
    border-bottom-color: rgb(82 82 91 / 0.85);
  }

  .md\:border-y-zinc-600\/90 {
    border-top-color: rgb(82 82 91 / 0.9);
    border-bottom-color: rgb(82 82 91 / 0.9);
  }

  .md\:border-y-zinc-600\/95 {
    border-top-color: rgb(82 82 91 / 0.95);
    border-bottom-color: rgb(82 82 91 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-zinc-700\/0 {
    border-top-color: rgb(63 63 70 / 0);
    border-bottom-color: rgb(63 63 70 / 0);
  }

  .md\:border-y-zinc-700\/10 {
    border-top-color: rgb(63 63 70 / 0.1);
    border-bottom-color: rgb(63 63 70 / 0.1);
  }

  .md\:border-y-zinc-700\/100 {
    border-top-color: rgb(63 63 70 / 1);
    border-bottom-color: rgb(63 63 70 / 1);
  }

  .md\:border-y-zinc-700\/15 {
    border-top-color: rgb(63 63 70 / 0.15);
    border-bottom-color: rgb(63 63 70 / 0.15);
  }

  .md\:border-y-zinc-700\/20 {
    border-top-color: rgb(63 63 70 / 0.2);
    border-bottom-color: rgb(63 63 70 / 0.2);
  }

  .md\:border-y-zinc-700\/25 {
    border-top-color: rgb(63 63 70 / 0.25);
    border-bottom-color: rgb(63 63 70 / 0.25);
  }

  .md\:border-y-zinc-700\/30 {
    border-top-color: rgb(63 63 70 / 0.3);
    border-bottom-color: rgb(63 63 70 / 0.3);
  }

  .md\:border-y-zinc-700\/35 {
    border-top-color: rgb(63 63 70 / 0.35);
    border-bottom-color: rgb(63 63 70 / 0.35);
  }

  .md\:border-y-zinc-700\/40 {
    border-top-color: rgb(63 63 70 / 0.4);
    border-bottom-color: rgb(63 63 70 / 0.4);
  }

  .md\:border-y-zinc-700\/45 {
    border-top-color: rgb(63 63 70 / 0.45);
    border-bottom-color: rgb(63 63 70 / 0.45);
  }

  .md\:border-y-zinc-700\/5 {
    border-top-color: rgb(63 63 70 / 0.05);
    border-bottom-color: rgb(63 63 70 / 0.05);
  }

  .md\:border-y-zinc-700\/50 {
    border-top-color: rgb(63 63 70 / 0.5);
    border-bottom-color: rgb(63 63 70 / 0.5);
  }

  .md\:border-y-zinc-700\/55 {
    border-top-color: rgb(63 63 70 / 0.55);
    border-bottom-color: rgb(63 63 70 / 0.55);
  }

  .md\:border-y-zinc-700\/60 {
    border-top-color: rgb(63 63 70 / 0.6);
    border-bottom-color: rgb(63 63 70 / 0.6);
  }

  .md\:border-y-zinc-700\/65 {
    border-top-color: rgb(63 63 70 / 0.65);
    border-bottom-color: rgb(63 63 70 / 0.65);
  }

  .md\:border-y-zinc-700\/70 {
    border-top-color: rgb(63 63 70 / 0.7);
    border-bottom-color: rgb(63 63 70 / 0.7);
  }

  .md\:border-y-zinc-700\/75 {
    border-top-color: rgb(63 63 70 / 0.75);
    border-bottom-color: rgb(63 63 70 / 0.75);
  }

  .md\:border-y-zinc-700\/80 {
    border-top-color: rgb(63 63 70 / 0.8);
    border-bottom-color: rgb(63 63 70 / 0.8);
  }

  .md\:border-y-zinc-700\/85 {
    border-top-color: rgb(63 63 70 / 0.85);
    border-bottom-color: rgb(63 63 70 / 0.85);
  }

  .md\:border-y-zinc-700\/90 {
    border-top-color: rgb(63 63 70 / 0.9);
    border-bottom-color: rgb(63 63 70 / 0.9);
  }

  .md\:border-y-zinc-700\/95 {
    border-top-color: rgb(63 63 70 / 0.95);
    border-bottom-color: rgb(63 63 70 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-zinc-800\/0 {
    border-top-color: rgb(39 39 42 / 0);
    border-bottom-color: rgb(39 39 42 / 0);
  }

  .md\:border-y-zinc-800\/10 {
    border-top-color: rgb(39 39 42 / 0.1);
    border-bottom-color: rgb(39 39 42 / 0.1);
  }

  .md\:border-y-zinc-800\/100 {
    border-top-color: rgb(39 39 42 / 1);
    border-bottom-color: rgb(39 39 42 / 1);
  }

  .md\:border-y-zinc-800\/15 {
    border-top-color: rgb(39 39 42 / 0.15);
    border-bottom-color: rgb(39 39 42 / 0.15);
  }

  .md\:border-y-zinc-800\/20 {
    border-top-color: rgb(39 39 42 / 0.2);
    border-bottom-color: rgb(39 39 42 / 0.2);
  }

  .md\:border-y-zinc-800\/25 {
    border-top-color: rgb(39 39 42 / 0.25);
    border-bottom-color: rgb(39 39 42 / 0.25);
  }

  .md\:border-y-zinc-800\/30 {
    border-top-color: rgb(39 39 42 / 0.3);
    border-bottom-color: rgb(39 39 42 / 0.3);
  }

  .md\:border-y-zinc-800\/35 {
    border-top-color: rgb(39 39 42 / 0.35);
    border-bottom-color: rgb(39 39 42 / 0.35);
  }

  .md\:border-y-zinc-800\/40 {
    border-top-color: rgb(39 39 42 / 0.4);
    border-bottom-color: rgb(39 39 42 / 0.4);
  }

  .md\:border-y-zinc-800\/45 {
    border-top-color: rgb(39 39 42 / 0.45);
    border-bottom-color: rgb(39 39 42 / 0.45);
  }

  .md\:border-y-zinc-800\/5 {
    border-top-color: rgb(39 39 42 / 0.05);
    border-bottom-color: rgb(39 39 42 / 0.05);
  }

  .md\:border-y-zinc-800\/50 {
    border-top-color: rgb(39 39 42 / 0.5);
    border-bottom-color: rgb(39 39 42 / 0.5);
  }

  .md\:border-y-zinc-800\/55 {
    border-top-color: rgb(39 39 42 / 0.55);
    border-bottom-color: rgb(39 39 42 / 0.55);
  }

  .md\:border-y-zinc-800\/60 {
    border-top-color: rgb(39 39 42 / 0.6);
    border-bottom-color: rgb(39 39 42 / 0.6);
  }

  .md\:border-y-zinc-800\/65 {
    border-top-color: rgb(39 39 42 / 0.65);
    border-bottom-color: rgb(39 39 42 / 0.65);
  }

  .md\:border-y-zinc-800\/70 {
    border-top-color: rgb(39 39 42 / 0.7);
    border-bottom-color: rgb(39 39 42 / 0.7);
  }

  .md\:border-y-zinc-800\/75 {
    border-top-color: rgb(39 39 42 / 0.75);
    border-bottom-color: rgb(39 39 42 / 0.75);
  }

  .md\:border-y-zinc-800\/80 {
    border-top-color: rgb(39 39 42 / 0.8);
    border-bottom-color: rgb(39 39 42 / 0.8);
  }

  .md\:border-y-zinc-800\/85 {
    border-top-color: rgb(39 39 42 / 0.85);
    border-bottom-color: rgb(39 39 42 / 0.85);
  }

  .md\:border-y-zinc-800\/90 {
    border-top-color: rgb(39 39 42 / 0.9);
    border-bottom-color: rgb(39 39 42 / 0.9);
  }

  .md\:border-y-zinc-800\/95 {
    border-top-color: rgb(39 39 42 / 0.95);
    border-bottom-color: rgb(39 39 42 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-zinc-900\/0 {
    border-top-color: rgb(24 24 27 / 0);
    border-bottom-color: rgb(24 24 27 / 0);
  }

  .md\:border-y-zinc-900\/10 {
    border-top-color: rgb(24 24 27 / 0.1);
    border-bottom-color: rgb(24 24 27 / 0.1);
  }

  .md\:border-y-zinc-900\/100 {
    border-top-color: rgb(24 24 27 / 1);
    border-bottom-color: rgb(24 24 27 / 1);
  }

  .md\:border-y-zinc-900\/15 {
    border-top-color: rgb(24 24 27 / 0.15);
    border-bottom-color: rgb(24 24 27 / 0.15);
  }

  .md\:border-y-zinc-900\/20 {
    border-top-color: rgb(24 24 27 / 0.2);
    border-bottom-color: rgb(24 24 27 / 0.2);
  }

  .md\:border-y-zinc-900\/25 {
    border-top-color: rgb(24 24 27 / 0.25);
    border-bottom-color: rgb(24 24 27 / 0.25);
  }

  .md\:border-y-zinc-900\/30 {
    border-top-color: rgb(24 24 27 / 0.3);
    border-bottom-color: rgb(24 24 27 / 0.3);
  }

  .md\:border-y-zinc-900\/35 {
    border-top-color: rgb(24 24 27 / 0.35);
    border-bottom-color: rgb(24 24 27 / 0.35);
  }

  .md\:border-y-zinc-900\/40 {
    border-top-color: rgb(24 24 27 / 0.4);
    border-bottom-color: rgb(24 24 27 / 0.4);
  }

  .md\:border-y-zinc-900\/45 {
    border-top-color: rgb(24 24 27 / 0.45);
    border-bottom-color: rgb(24 24 27 / 0.45);
  }

  .md\:border-y-zinc-900\/5 {
    border-top-color: rgb(24 24 27 / 0.05);
    border-bottom-color: rgb(24 24 27 / 0.05);
  }

  .md\:border-y-zinc-900\/50 {
    border-top-color: rgb(24 24 27 / 0.5);
    border-bottom-color: rgb(24 24 27 / 0.5);
  }

  .md\:border-y-zinc-900\/55 {
    border-top-color: rgb(24 24 27 / 0.55);
    border-bottom-color: rgb(24 24 27 / 0.55);
  }

  .md\:border-y-zinc-900\/60 {
    border-top-color: rgb(24 24 27 / 0.6);
    border-bottom-color: rgb(24 24 27 / 0.6);
  }

  .md\:border-y-zinc-900\/65 {
    border-top-color: rgb(24 24 27 / 0.65);
    border-bottom-color: rgb(24 24 27 / 0.65);
  }

  .md\:border-y-zinc-900\/70 {
    border-top-color: rgb(24 24 27 / 0.7);
    border-bottom-color: rgb(24 24 27 / 0.7);
  }

  .md\:border-y-zinc-900\/75 {
    border-top-color: rgb(24 24 27 / 0.75);
    border-bottom-color: rgb(24 24 27 / 0.75);
  }

  .md\:border-y-zinc-900\/80 {
    border-top-color: rgb(24 24 27 / 0.8);
    border-bottom-color: rgb(24 24 27 / 0.8);
  }

  .md\:border-y-zinc-900\/85 {
    border-top-color: rgb(24 24 27 / 0.85);
    border-bottom-color: rgb(24 24 27 / 0.85);
  }

  .md\:border-y-zinc-900\/90 {
    border-top-color: rgb(24 24 27 / 0.9);
    border-bottom-color: rgb(24 24 27 / 0.9);
  }

  .md\:border-y-zinc-900\/95 {
    border-top-color: rgb(24 24 27 / 0.95);
    border-bottom-color: rgb(24 24 27 / 0.95);
  }

  .md\: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));
  }

  .md\:border-y-zinc-950\/0 {
    border-top-color: rgb(9 9 11 / 0);
    border-bottom-color: rgb(9 9 11 / 0);
  }

  .md\:border-y-zinc-950\/10 {
    border-top-color: rgb(9 9 11 / 0.1);
    border-bottom-color: rgb(9 9 11 / 0.1);
  }

  .md\:border-y-zinc-950\/100 {
    border-top-color: rgb(9 9 11 / 1);
    border-bottom-color: rgb(9 9 11 / 1);
  }

  .md\:border-y-zinc-950\/15 {
    border-top-color: rgb(9 9 11 / 0.15);
    border-bottom-color: rgb(9 9 11 / 0.15);
  }

  .md\:border-y-zinc-950\/20 {
    border-top-color: rgb(9 9 11 / 0.2);
    border-bottom-color: rgb(9 9 11 / 0.2);
  }

  .md\:border-y-zinc-950\/25 {
    border-top-color: rgb(9 9 11 / 0.25);
    border-bottom-color: rgb(9 9 11 / 0.25);
  }

  .md\:border-y-zinc-950\/30 {
    border-top-color: rgb(9 9 11 / 0.3);
    border-bottom-color: rgb(9 9 11 / 0.3);
  }

  .md\:border-y-zinc-950\/35 {
    border-top-color: rgb(9 9 11 / 0.35);
    border-bottom-color: rgb(9 9 11 / 0.35);
  }

  .md\:border-y-zinc-950\/40 {
    border-top-color: rgb(9 9 11 / 0.4);
    border-bottom-color: rgb(9 9 11 / 0.4);
  }

  .md\:border-y-zinc-950\/45 {
    border-top-color: rgb(9 9 11 / 0.45);
    border-bottom-color: rgb(9 9 11 / 0.45);
  }

  .md\:border-y-zinc-950\/5 {
    border-top-color: rgb(9 9 11 / 0.05);
    border-bottom-color: rgb(9 9 11 / 0.05);
  }

  .md\:border-y-zinc-950\/50 {
    border-top-color: rgb(9 9 11 / 0.5);
    border-bottom-color: rgb(9 9 11 / 0.5);
  }

  .md\:border-y-zinc-950\/55 {
    border-top-color: rgb(9 9 11 / 0.55);
    border-bottom-color: rgb(9 9 11 / 0.55);
  }

  .md\:border-y-zinc-950\/60 {
    border-top-color: rgb(9 9 11 / 0.6);
    border-bottom-color: rgb(9 9 11 / 0.6);
  }

  .md\:border-y-zinc-950\/65 {
    border-top-color: rgb(9 9 11 / 0.65);
    border-bottom-color: rgb(9 9 11 / 0.65);
  }

  .md\:border-y-zinc-950\/70 {
    border-top-color: rgb(9 9 11 / 0.7);
    border-bottom-color: rgb(9 9 11 / 0.7);
  }

  .md\:border-y-zinc-950\/75 {
    border-top-color: rgb(9 9 11 / 0.75);
    border-bottom-color: rgb(9 9 11 / 0.75);
  }

  .md\:border-y-zinc-950\/80 {
    border-top-color: rgb(9 9 11 / 0.8);
    border-bottom-color: rgb(9 9 11 / 0.8);
  }

  .md\:border-y-zinc-950\/85 {
    border-top-color: rgb(9 9 11 / 0.85);
    border-bottom-color: rgb(9 9 11 / 0.85);
  }

  .md\:border-y-zinc-950\/90 {
    border-top-color: rgb(9 9 11 / 0.9);
    border-bottom-color: rgb(9 9 11 / 0.9);
  }

  .md\:border-y-zinc-950\/95 {
    border-top-color: rgb(9 9 11 / 0.95);
    border-bottom-color: rgb(9 9 11 / 0.95);
  }

  .md\:border-b-amber-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity));
  }

  .md\:border-b-amber-100\/0 {
    border-bottom-color: rgb(254 243 199 / 0);
  }

  .md\:border-b-amber-100\/10 {
    border-bottom-color: rgb(254 243 199 / 0.1);
  }

  .md\:border-b-amber-100\/100 {
    border-bottom-color: rgb(254 243 199 / 1);
  }

  .md\:border-b-amber-100\/15 {
    border-bottom-color: rgb(254 243 199 / 0.15);
  }

  .md\:border-b-amber-100\/20 {
    border-bottom-color: rgb(254 243 199 / 0.2);
  }

  .md\:border-b-amber-100\/25 {
    border-bottom-color: rgb(254 243 199 / 0.25);
  }

  .md\:border-b-amber-100\/30 {
    border-bottom-color: rgb(254 243 199 / 0.3);
  }

  .md\:border-b-amber-100\/35 {
    border-bottom-color: rgb(254 243 199 / 0.35);
  }

  .md\:border-b-amber-100\/40 {
    border-bottom-color: rgb(254 243 199 / 0.4);
  }

  .md\:border-b-amber-100\/45 {
    border-bottom-color: rgb(254 243 199 / 0.45);
  }

  .md\:border-b-amber-100\/5 {
    border-bottom-color: rgb(254 243 199 / 0.05);
  }

  .md\:border-b-amber-100\/50 {
    border-bottom-color: rgb(254 243 199 / 0.5);
  }

  .md\:border-b-amber-100\/55 {
    border-bottom-color: rgb(254 243 199 / 0.55);
  }

  .md\:border-b-amber-100\/60 {
    border-bottom-color: rgb(254 243 199 / 0.6);
  }

  .md\:border-b-amber-100\/65 {
    border-bottom-color: rgb(254 243 199 / 0.65);
  }

  .md\:border-b-amber-100\/70 {
    border-bottom-color: rgb(254 243 199 / 0.7);
  }

  .md\:border-b-amber-100\/75 {
    border-bottom-color: rgb(254 243 199 / 0.75);
  }

  .md\:border-b-amber-100\/80 {
    border-bottom-color: rgb(254 243 199 / 0.8);
  }

  .md\:border-b-amber-100\/85 {
    border-bottom-color: rgb(254 243 199 / 0.85);
  }

  .md\:border-b-amber-100\/90 {
    border-bottom-color: rgb(254 243 199 / 0.9);
  }

  .md\:border-b-amber-100\/95 {
    border-bottom-color: rgb(254 243 199 / 0.95);
  }

  .md\:border-b-amber-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity));
  }

  .md\:border-b-amber-200\/0 {
    border-bottom-color: rgb(253 230 138 / 0);
  }

  .md\:border-b-amber-200\/10 {
    border-bottom-color: rgb(253 230 138 / 0.1);
  }

  .md\:border-b-amber-200\/100 {
    border-bottom-color: rgb(253 230 138 / 1);
  }

  .md\:border-b-amber-200\/15 {
    border-bottom-color: rgb(253 230 138 / 0.15);
  }

  .md\:border-b-amber-200\/20 {
    border-bottom-color: rgb(253 230 138 / 0.2);
  }

  .md\:border-b-amber-200\/25 {
    border-bottom-color: rgb(253 230 138 / 0.25);
  }

  .md\:border-b-amber-200\/30 {
    border-bottom-color: rgb(253 230 138 / 0.3);
  }

  .md\:border-b-amber-200\/35 {
    border-bottom-color: rgb(253 230 138 / 0.35);
  }

  .md\:border-b-amber-200\/40 {
    border-bottom-color: rgb(253 230 138 / 0.4);
  }

  .md\:border-b-amber-200\/45 {
    border-bottom-color: rgb(253 230 138 / 0.45);
  }

  .md\:border-b-amber-200\/5 {
    border-bottom-color: rgb(253 230 138 / 0.05);
  }

  .md\:border-b-amber-200\/50 {
    border-bottom-color: rgb(253 230 138 / 0.5);
  }

  .md\:border-b-amber-200\/55 {
    border-bottom-color: rgb(253 230 138 / 0.55);
  }

  .md\:border-b-amber-200\/60 {
    border-bottom-color: rgb(253 230 138 / 0.6);
  }

  .md\:border-b-amber-200\/65 {
    border-bottom-color: rgb(253 230 138 / 0.65);
  }

  .md\:border-b-amber-200\/70 {
    border-bottom-color: rgb(253 230 138 / 0.7);
  }

  .md\:border-b-amber-200\/75 {
    border-bottom-color: rgb(253 230 138 / 0.75);
  }

  .md\:border-b-amber-200\/80 {
    border-bottom-color: rgb(253 230 138 / 0.8);
  }

  .md\:border-b-amber-200\/85 {
    border-bottom-color: rgb(253 230 138 / 0.85);
  }

  .md\:border-b-amber-200\/90 {
    border-bottom-color: rgb(253 230 138 / 0.9);
  }

  .md\:border-b-amber-200\/95 {
    border-bottom-color: rgb(253 230 138 / 0.95);
  }

  .md\:border-b-amber-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity));
  }

  .md\:border-b-amber-300\/0 {
    border-bottom-color: rgb(252 211 77 / 0);
  }

  .md\:border-b-amber-300\/10 {
    border-bottom-color: rgb(252 211 77 / 0.1);
  }

  .md\:border-b-amber-300\/100 {
    border-bottom-color: rgb(252 211 77 / 1);
  }

  .md\:border-b-amber-300\/15 {
    border-bottom-color: rgb(252 211 77 / 0.15);
  }

  .md\:border-b-amber-300\/20 {
    border-bottom-color: rgb(252 211 77 / 0.2);
  }

  .md\:border-b-amber-300\/25 {
    border-bottom-color: rgb(252 211 77 / 0.25);
  }

  .md\:border-b-amber-300\/30 {
    border-bottom-color: rgb(252 211 77 / 0.3);
  }

  .md\:border-b-amber-300\/35 {
    border-bottom-color: rgb(252 211 77 / 0.35);
  }

  .md\:border-b-amber-300\/40 {
    border-bottom-color: rgb(252 211 77 / 0.4);
  }

  .md\:border-b-amber-300\/45 {
    border-bottom-color: rgb(252 211 77 / 0.45);
  }

  .md\:border-b-amber-300\/5 {
    border-bottom-color: rgb(252 211 77 / 0.05);
  }

  .md\:border-b-amber-300\/50 {
    border-bottom-color: rgb(252 211 77 / 0.5);
  }

  .md\:border-b-amber-300\/55 {
    border-bottom-color: rgb(252 211 77 / 0.55);
  }

  .md\:border-b-amber-300\/60 {
    border-bottom-color: rgb(252 211 77 / 0.6);
  }

  .md\:border-b-amber-300\/65 {
    border-bottom-color: rgb(252 211 77 / 0.65);
  }

  .md\:border-b-amber-300\/70 {
    border-bottom-color: rgb(252 211 77 / 0.7);
  }

  .md\:border-b-amber-300\/75 {
    border-bottom-color: rgb(252 211 77 / 0.75);
  }

  .md\:border-b-amber-300\/80 {
    border-bottom-color: rgb(252 211 77 / 0.8);
  }

  .md\:border-b-amber-300\/85 {
    border-bottom-color: rgb(252 211 77 / 0.85);
  }

  .md\:border-b-amber-300\/90 {
    border-bottom-color: rgb(252 211 77 / 0.9);
  }

  .md\:border-b-amber-300\/95 {
    border-bottom-color: rgb(252 211 77 / 0.95);
  }

  .md\:border-b-amber-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity));
  }

  .md\:border-b-amber-400\/0 {
    border-bottom-color: rgb(251 191 36 / 0);
  }

  .md\:border-b-amber-400\/10 {
    border-bottom-color: rgb(251 191 36 / 0.1);
  }

  .md\:border-b-amber-400\/100 {
    border-bottom-color: rgb(251 191 36 / 1);
  }

  .md\:border-b-amber-400\/15 {
    border-bottom-color: rgb(251 191 36 / 0.15);
  }

  .md\:border-b-amber-400\/20 {
    border-bottom-color: rgb(251 191 36 / 0.2);
  }

  .md\:border-b-amber-400\/25 {
    border-bottom-color: rgb(251 191 36 / 0.25);
  }

  .md\:border-b-amber-400\/30 {
    border-bottom-color: rgb(251 191 36 / 0.3);
  }

  .md\:border-b-amber-400\/35 {
    border-bottom-color: rgb(251 191 36 / 0.35);
  }

  .md\:border-b-amber-400\/40 {
    border-bottom-color: rgb(251 191 36 / 0.4);
  }

  .md\:border-b-amber-400\/45 {
    border-bottom-color: rgb(251 191 36 / 0.45);
  }

  .md\:border-b-amber-400\/5 {
    border-bottom-color: rgb(251 191 36 / 0.05);
  }

  .md\:border-b-amber-400\/50 {
    border-bottom-color: rgb(251 191 36 / 0.5);
  }

  .md\:border-b-amber-400\/55 {
    border-bottom-color: rgb(251 191 36 / 0.55);
  }

  .md\:border-b-amber-400\/60 {
    border-bottom-color: rgb(251 191 36 / 0.6);
  }

  .md\:border-b-amber-400\/65 {
    border-bottom-color: rgb(251 191 36 / 0.65);
  }

  .md\:border-b-amber-400\/70 {
    border-bottom-color: rgb(251 191 36 / 0.7);
  }

  .md\:border-b-amber-400\/75 {
    border-bottom-color: rgb(251 191 36 / 0.75);
  }

  .md\:border-b-amber-400\/80 {
    border-bottom-color: rgb(251 191 36 / 0.8);
  }

  .md\:border-b-amber-400\/85 {
    border-bottom-color: rgb(251 191 36 / 0.85);
  }

  .md\:border-b-amber-400\/90 {
    border-bottom-color: rgb(251 191 36 / 0.9);
  }

  .md\:border-b-amber-400\/95 {
    border-bottom-color: rgb(251 191 36 / 0.95);
  }

  .md\:border-b-amber-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity));
  }

  .md\:border-b-amber-50\/0 {
    border-bottom-color: rgb(255 251 235 / 0);
  }

  .md\:border-b-amber-50\/10 {
    border-bottom-color: rgb(255 251 235 / 0.1);
  }

  .md\:border-b-amber-50\/100 {
    border-bottom-color: rgb(255 251 235 / 1);
  }

  .md\:border-b-amber-50\/15 {
    border-bottom-color: rgb(255 251 235 / 0.15);
  }

  .md\:border-b-amber-50\/20 {
    border-bottom-color: rgb(255 251 235 / 0.2);
  }

  .md\:border-b-amber-50\/25 {
    border-bottom-color: rgb(255 251 235 / 0.25);
  }

  .md\:border-b-amber-50\/30 {
    border-bottom-color: rgb(255 251 235 / 0.3);
  }

  .md\:border-b-amber-50\/35 {
    border-bottom-color: rgb(255 251 235 / 0.35);
  }

  .md\:border-b-amber-50\/40 {
    border-bottom-color: rgb(255 251 235 / 0.4);
  }

  .md\:border-b-amber-50\/45 {
    border-bottom-color: rgb(255 251 235 / 0.45);
  }

  .md\:border-b-amber-50\/5 {
    border-bottom-color: rgb(255 251 235 / 0.05);
  }

  .md\:border-b-amber-50\/50 {
    border-bottom-color: rgb(255 251 235 / 0.5);
  }

  .md\:border-b-amber-50\/55 {
    border-bottom-color: rgb(255 251 235 / 0.55);
  }

  .md\:border-b-amber-50\/60 {
    border-bottom-color: rgb(255 251 235 / 0.6);
  }

  .md\:border-b-amber-50\/65 {
    border-bottom-color: rgb(255 251 235 / 0.65);
  }

  .md\:border-b-amber-50\/70 {
    border-bottom-color: rgb(255 251 235 / 0.7);
  }

  .md\:border-b-amber-50\/75 {
    border-bottom-color: rgb(255 251 235 / 0.75);
  }

  .md\:border-b-amber-50\/80 {
    border-bottom-color: rgb(255 251 235 / 0.8);
  }

  .md\:border-b-amber-50\/85 {
    border-bottom-color: rgb(255 251 235 / 0.85);
  }

  .md\:border-b-amber-50\/90 {
    border-bottom-color: rgb(255 251 235 / 0.9);
  }

  .md\:border-b-amber-50\/95 {
    border-bottom-color: rgb(255 251 235 / 0.95);
  }

  .md\:border-b-amber-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity));
  }

  .md\:border-b-amber-500\/0 {
    border-bottom-color: rgb(245 158 11 / 0);
  }

  .md\:border-b-amber-500\/10 {
    border-bottom-color: rgb(245 158 11 / 0.1);
  }

  .md\:border-b-amber-500\/100 {
    border-bottom-color: rgb(245 158 11 / 1);
  }

  .md\:border-b-amber-500\/15 {
    border-bottom-color: rgb(245 158 11 / 0.15);
  }

  .md\:border-b-amber-500\/20 {
    border-bottom-color: rgb(245 158 11 / 0.2);
  }

  .md\:border-b-amber-500\/25 {
    border-bottom-color: rgb(245 158 11 / 0.25);
  }

  .md\:border-b-amber-500\/30 {
    border-bottom-color: rgb(245 158 11 / 0.3);
  }

  .md\:border-b-amber-500\/35 {
    border-bottom-color: rgb(245 158 11 / 0.35);
  }

  .md\:border-b-amber-500\/40 {
    border-bottom-color: rgb(245 158 11 / 0.4);
  }

  .md\:border-b-amber-500\/45 {
    border-bottom-color: rgb(245 158 11 / 0.45);
  }

  .md\:border-b-amber-500\/5 {
    border-bottom-color: rgb(245 158 11 / 0.05);
  }

  .md\:border-b-amber-500\/50 {
    border-bottom-color: rgb(245 158 11 / 0.5);
  }

  .md\:border-b-amber-500\/55 {
    border-bottom-color: rgb(245 158 11 / 0.55);
  }

  .md\:border-b-amber-500\/60 {
    border-bottom-color: rgb(245 158 11 / 0.6);
  }

  .md\:border-b-amber-500\/65 {
    border-bottom-color: rgb(245 158 11 / 0.65);
  }

  .md\:border-b-amber-500\/70 {
    border-bottom-color: rgb(245 158 11 / 0.7);
  }

  .md\:border-b-amber-500\/75 {
    border-bottom-color: rgb(245 158 11 / 0.75);
  }

  .md\:border-b-amber-500\/80 {
    border-bottom-color: rgb(245 158 11 / 0.8);
  }

  .md\:border-b-amber-500\/85 {
    border-bottom-color: rgb(245 158 11 / 0.85);
  }

  .md\:border-b-amber-500\/90 {
    border-bottom-color: rgb(245 158 11 / 0.9);
  }

  .md\:border-b-amber-500\/95 {
    border-bottom-color: rgb(245 158 11 / 0.95);
  }

  .md\:border-b-amber-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity));
  }

  .md\:border-b-amber-600\/0 {
    border-bottom-color: rgb(217 119 6 / 0);
  }

  .md\:border-b-amber-600\/10 {
    border-bottom-color: rgb(217 119 6 / 0.1);
  }

  .md\:border-b-amber-600\/100 {
    border-bottom-color: rgb(217 119 6 / 1);
  }

  .md\:border-b-amber-600\/15 {
    border-bottom-color: rgb(217 119 6 / 0.15);
  }

  .md\:border-b-amber-600\/20 {
    border-bottom-color: rgb(217 119 6 / 0.2);
  }

  .md\:border-b-amber-600\/25 {
    border-bottom-color: rgb(217 119 6 / 0.25);
  }

  .md\:border-b-amber-600\/30 {
    border-bottom-color: rgb(217 119 6 / 0.3);
  }

  .md\:border-b-amber-600\/35 {
    border-bottom-color: rgb(217 119 6 / 0.35);
  }

  .md\:border-b-amber-600\/40 {
    border-bottom-color: rgb(217 119 6 / 0.4);
  }

  .md\:border-b-amber-600\/45 {
    border-bottom-color: rgb(217 119 6 / 0.45);
  }

  .md\:border-b-amber-600\/5 {
    border-bottom-color: rgb(217 119 6 / 0.05);
  }

  .md\:border-b-amber-600\/50 {
    border-bottom-color: rgb(217 119 6 / 0.5);
  }

  .md\:border-b-amber-600\/55 {
    border-bottom-color: rgb(217 119 6 / 0.55);
  }

  .md\:border-b-amber-600\/60 {
    border-bottom-color: rgb(217 119 6 / 0.6);
  }

  .md\:border-b-amber-600\/65 {
    border-bottom-color: rgb(217 119 6 / 0.65);
  }

  .md\:border-b-amber-600\/70 {
    border-bottom-color: rgb(217 119 6 / 0.7);
  }

  .md\:border-b-amber-600\/75 {
    border-bottom-color: rgb(217 119 6 / 0.75);
  }

  .md\:border-b-amber-600\/80 {
    border-bottom-color: rgb(217 119 6 / 0.8);
  }

  .md\:border-b-amber-600\/85 {
    border-bottom-color: rgb(217 119 6 / 0.85);
  }

  .md\:border-b-amber-600\/90 {
    border-bottom-color: rgb(217 119 6 / 0.9);
  }

  .md\:border-b-amber-600\/95 {
    border-bottom-color: rgb(217 119 6 / 0.95);
  }

  .md\:border-b-amber-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity));
  }

  .md\:border-b-amber-700\/0 {
    border-bottom-color: rgb(180 83 9 / 0);
  }

  .md\:border-b-amber-700\/10 {
    border-bottom-color: rgb(180 83 9 / 0.1);
  }

  .md\:border-b-amber-700\/100 {
    border-bottom-color: rgb(180 83 9 / 1);
  }

  .md\:border-b-amber-700\/15 {
    border-bottom-color: rgb(180 83 9 / 0.15);
  }

  .md\:border-b-amber-700\/20 {
    border-bottom-color: rgb(180 83 9 / 0.2);
  }

  .md\:border-b-amber-700\/25 {
    border-bottom-color: rgb(180 83 9 / 0.25);
  }

  .md\:border-b-amber-700\/30 {
    border-bottom-color: rgb(180 83 9 / 0.3);
  }

  .md\:border-b-amber-700\/35 {
    border-bottom-color: rgb(180 83 9 / 0.35);
  }

  .md\:border-b-amber-700\/40 {
    border-bottom-color: rgb(180 83 9 / 0.4);
  }

  .md\:border-b-amber-700\/45 {
    border-bottom-color: rgb(180 83 9 / 0.45);
  }

  .md\:border-b-amber-700\/5 {
    border-bottom-color: rgb(180 83 9 / 0.05);
  }

  .md\:border-b-amber-700\/50 {
    border-bottom-color: rgb(180 83 9 / 0.5);
  }

  .md\:border-b-amber-700\/55 {
    border-bottom-color: rgb(180 83 9 / 0.55);
  }

  .md\:border-b-amber-700\/60 {
    border-bottom-color: rgb(180 83 9 / 0.6);
  }

  .md\:border-b-amber-700\/65 {
    border-bottom-color: rgb(180 83 9 / 0.65);
  }

  .md\:border-b-amber-700\/70 {
    border-bottom-color: rgb(180 83 9 / 0.7);
  }

  .md\:border-b-amber-700\/75 {
    border-bottom-color: rgb(180 83 9 / 0.75);
  }

  .md\:border-b-amber-700\/80 {
    border-bottom-color: rgb(180 83 9 / 0.8);
  }

  .md\:border-b-amber-700\/85 {
    border-bottom-color: rgb(180 83 9 / 0.85);
  }

  .md\:border-b-amber-700\/90 {
    border-bottom-color: rgb(180 83 9 / 0.9);
  }

  .md\:border-b-amber-700\/95 {
    border-bottom-color: rgb(180 83 9 / 0.95);
  }

  .md\:border-b-amber-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity));
  }

  .md\:border-b-amber-800\/0 {
    border-bottom-color: rgb(146 64 14 / 0);
  }

  .md\:border-b-amber-800\/10 {
    border-bottom-color: rgb(146 64 14 / 0.1);
  }

  .md\:border-b-amber-800\/100 {
    border-bottom-color: rgb(146 64 14 / 1);
  }

  .md\:border-b-amber-800\/15 {
    border-bottom-color: rgb(146 64 14 / 0.15);
  }

  .md\:border-b-amber-800\/20 {
    border-bottom-color: rgb(146 64 14 / 0.2);
  }

  .md\:border-b-amber-800\/25 {
    border-bottom-color: rgb(146 64 14 / 0.25);
  }

  .md\:border-b-amber-800\/30 {
    border-bottom-color: rgb(146 64 14 / 0.3);
  }

  .md\:border-b-amber-800\/35 {
    border-bottom-color: rgb(146 64 14 / 0.35);
  }

  .md\:border-b-amber-800\/40 {
    border-bottom-color: rgb(146 64 14 / 0.4);
  }

  .md\:border-b-amber-800\/45 {
    border-bottom-color: rgb(146 64 14 / 0.45);
  }

  .md\:border-b-amber-800\/5 {
    border-bottom-color: rgb(146 64 14 / 0.05);
  }

  .md\:border-b-amber-800\/50 {
    border-bottom-color: rgb(146 64 14 / 0.5);
  }

  .md\:border-b-amber-800\/55 {
    border-bottom-color: rgb(146 64 14 / 0.55);
  }

  .md\:border-b-amber-800\/60 {
    border-bottom-color: rgb(146 64 14 / 0.6);
  }

  .md\:border-b-amber-800\/65 {
    border-bottom-color: rgb(146 64 14 / 0.65);
  }

  .md\:border-b-amber-800\/70 {
    border-bottom-color: rgb(146 64 14 / 0.7);
  }

  .md\:border-b-amber-800\/75 {
    border-bottom-color: rgb(146 64 14 / 0.75);
  }

  .md\:border-b-amber-800\/80 {
    border-bottom-color: rgb(146 64 14 / 0.8);
  }

  .md\:border-b-amber-800\/85 {
    border-bottom-color: rgb(146 64 14 / 0.85);
  }

  .md\:border-b-amber-800\/90 {
    border-bottom-color: rgb(146 64 14 / 0.9);
  }

  .md\:border-b-amber-800\/95 {
    border-bottom-color: rgb(146 64 14 / 0.95);
  }

  .md\:border-b-amber-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity));
  }

  .md\:border-b-amber-900\/0 {
    border-bottom-color: rgb(120 53 15 / 0);
  }

  .md\:border-b-amber-900\/10 {
    border-bottom-color: rgb(120 53 15 / 0.1);
  }

  .md\:border-b-amber-900\/100 {
    border-bottom-color: rgb(120 53 15 / 1);
  }

  .md\:border-b-amber-900\/15 {
    border-bottom-color: rgb(120 53 15 / 0.15);
  }

  .md\:border-b-amber-900\/20 {
    border-bottom-color: rgb(120 53 15 / 0.2);
  }

  .md\:border-b-amber-900\/25 {
    border-bottom-color: rgb(120 53 15 / 0.25);
  }

  .md\:border-b-amber-900\/30 {
    border-bottom-color: rgb(120 53 15 / 0.3);
  }

  .md\:border-b-amber-900\/35 {
    border-bottom-color: rgb(120 53 15 / 0.35);
  }

  .md\:border-b-amber-900\/40 {
    border-bottom-color: rgb(120 53 15 / 0.4);
  }

  .md\:border-b-amber-900\/45 {
    border-bottom-color: rgb(120 53 15 / 0.45);
  }

  .md\:border-b-amber-900\/5 {
    border-bottom-color: rgb(120 53 15 / 0.05);
  }

  .md\:border-b-amber-900\/50 {
    border-bottom-color: rgb(120 53 15 / 0.5);
  }

  .md\:border-b-amber-900\/55 {
    border-bottom-color: rgb(120 53 15 / 0.55);
  }

  .md\:border-b-amber-900\/60 {
    border-bottom-color: rgb(120 53 15 / 0.6);
  }

  .md\:border-b-amber-900\/65 {
    border-bottom-color: rgb(120 53 15 / 0.65);
  }

  .md\:border-b-amber-900\/70 {
    border-bottom-color: rgb(120 53 15 / 0.7);
  }

  .md\:border-b-amber-900\/75 {
    border-bottom-color: rgb(120 53 15 / 0.75);
  }

  .md\:border-b-amber-900\/80 {
    border-bottom-color: rgb(120 53 15 / 0.8);
  }

  .md\:border-b-amber-900\/85 {
    border-bottom-color: rgb(120 53 15 / 0.85);
  }

  .md\:border-b-amber-900\/90 {
    border-bottom-color: rgb(120 53 15 / 0.9);
  }

  .md\:border-b-amber-900\/95 {
    border-bottom-color: rgb(120 53 15 / 0.95);
  }

  .md\:border-b-amber-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity));
  }

  .md\:border-b-amber-950\/0 {
    border-bottom-color: rgb(69 26 3 / 0);
  }

  .md\:border-b-amber-950\/10 {
    border-bottom-color: rgb(69 26 3 / 0.1);
  }

  .md\:border-b-amber-950\/100 {
    border-bottom-color: rgb(69 26 3 / 1);
  }

  .md\:border-b-amber-950\/15 {
    border-bottom-color: rgb(69 26 3 / 0.15);
  }

  .md\:border-b-amber-950\/20 {
    border-bottom-color: rgb(69 26 3 / 0.2);
  }

  .md\:border-b-amber-950\/25 {
    border-bottom-color: rgb(69 26 3 / 0.25);
  }

  .md\:border-b-amber-950\/30 {
    border-bottom-color: rgb(69 26 3 / 0.3);
  }

  .md\:border-b-amber-950\/35 {
    border-bottom-color: rgb(69 26 3 / 0.35);
  }

  .md\:border-b-amber-950\/40 {
    border-bottom-color: rgb(69 26 3 / 0.4);
  }

  .md\:border-b-amber-950\/45 {
    border-bottom-color: rgb(69 26 3 / 0.45);
  }

  .md\:border-b-amber-950\/5 {
    border-bottom-color: rgb(69 26 3 / 0.05);
  }

  .md\:border-b-amber-950\/50 {
    border-bottom-color: rgb(69 26 3 / 0.5);
  }

  .md\:border-b-amber-950\/55 {
    border-bottom-color: rgb(69 26 3 / 0.55);
  }

  .md\:border-b-amber-950\/60 {
    border-bottom-color: rgb(69 26 3 / 0.6);
  }

  .md\:border-b-amber-950\/65 {
    border-bottom-color: rgb(69 26 3 / 0.65);
  }

  .md\:border-b-amber-950\/70 {
    border-bottom-color: rgb(69 26 3 / 0.7);
  }

  .md\:border-b-amber-950\/75 {
    border-bottom-color: rgb(69 26 3 / 0.75);
  }

  .md\:border-b-amber-950\/80 {
    border-bottom-color: rgb(69 26 3 / 0.8);
  }

  .md\:border-b-amber-950\/85 {
    border-bottom-color: rgb(69 26 3 / 0.85);
  }

  .md\:border-b-amber-950\/90 {
    border-bottom-color: rgb(69 26 3 / 0.9);
  }

  .md\:border-b-amber-950\/95 {
    border-bottom-color: rgb(69 26 3 / 0.95);
  }

  .md\:border-b-black {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .md\:border-b-black\/0 {
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .md\:border-b-black\/10 {
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-b-black\/100 {
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .md\:border-b-black\/15 {
    border-bottom-color: rgb(0 0 0 / 0.15);
  }

  .md\:border-b-black\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-b-black\/25 {
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-b-black\/30 {
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-b-black\/35 {
    border-bottom-color: rgb(0 0 0 / 0.35);
  }

  .md\:border-b-black\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-b-black\/45 {
    border-bottom-color: rgb(0 0 0 / 0.45);
  }

  .md\:border-b-black\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-b-black\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-b-black\/55 {
    border-bottom-color: rgb(0 0 0 / 0.55);
  }

  .md\:border-b-black\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-b-black\/65 {
    border-bottom-color: rgb(0 0 0 / 0.65);
  }

  .md\:border-b-black\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-b-black\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-b-black\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-b-black\/85 {
    border-bottom-color: rgb(0 0 0 / 0.85);
  }

  .md\:border-b-black\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-b-black\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-b-blue-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity));
  }

  .md\:border-b-blue-100\/0 {
    border-bottom-color: rgb(219 234 254 / 0);
  }

  .md\:border-b-blue-100\/10 {
    border-bottom-color: rgb(219 234 254 / 0.1);
  }

  .md\:border-b-blue-100\/100 {
    border-bottom-color: rgb(219 234 254 / 1);
  }

  .md\:border-b-blue-100\/15 {
    border-bottom-color: rgb(219 234 254 / 0.15);
  }

  .md\:border-b-blue-100\/20 {
    border-bottom-color: rgb(219 234 254 / 0.2);
  }

  .md\:border-b-blue-100\/25 {
    border-bottom-color: rgb(219 234 254 / 0.25);
  }

  .md\:border-b-blue-100\/30 {
    border-bottom-color: rgb(219 234 254 / 0.3);
  }

  .md\:border-b-blue-100\/35 {
    border-bottom-color: rgb(219 234 254 / 0.35);
  }

  .md\:border-b-blue-100\/40 {
    border-bottom-color: rgb(219 234 254 / 0.4);
  }

  .md\:border-b-blue-100\/45 {
    border-bottom-color: rgb(219 234 254 / 0.45);
  }

  .md\:border-b-blue-100\/5 {
    border-bottom-color: rgb(219 234 254 / 0.05);
  }

  .md\:border-b-blue-100\/50 {
    border-bottom-color: rgb(219 234 254 / 0.5);
  }

  .md\:border-b-blue-100\/55 {
    border-bottom-color: rgb(219 234 254 / 0.55);
  }

  .md\:border-b-blue-100\/60 {
    border-bottom-color: rgb(219 234 254 / 0.6);
  }

  .md\:border-b-blue-100\/65 {
    border-bottom-color: rgb(219 234 254 / 0.65);
  }

  .md\:border-b-blue-100\/70 {
    border-bottom-color: rgb(219 234 254 / 0.7);
  }

  .md\:border-b-blue-100\/75 {
    border-bottom-color: rgb(219 234 254 / 0.75);
  }

  .md\:border-b-blue-100\/80 {
    border-bottom-color: rgb(219 234 254 / 0.8);
  }

  .md\:border-b-blue-100\/85 {
    border-bottom-color: rgb(219 234 254 / 0.85);
  }

  .md\:border-b-blue-100\/90 {
    border-bottom-color: rgb(219 234 254 / 0.9);
  }

  .md\:border-b-blue-100\/95 {
    border-bottom-color: rgb(219 234 254 / 0.95);
  }

  .md\:border-b-blue-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity));
  }

  .md\:border-b-blue-200\/0 {
    border-bottom-color: rgb(191 219 254 / 0);
  }

  .md\:border-b-blue-200\/10 {
    border-bottom-color: rgb(191 219 254 / 0.1);
  }

  .md\:border-b-blue-200\/100 {
    border-bottom-color: rgb(191 219 254 / 1);
  }

  .md\:border-b-blue-200\/15 {
    border-bottom-color: rgb(191 219 254 / 0.15);
  }

  .md\:border-b-blue-200\/20 {
    border-bottom-color: rgb(191 219 254 / 0.2);
  }

  .md\:border-b-blue-200\/25 {
    border-bottom-color: rgb(191 219 254 / 0.25);
  }

  .md\:border-b-blue-200\/30 {
    border-bottom-color: rgb(191 219 254 / 0.3);
  }

  .md\:border-b-blue-200\/35 {
    border-bottom-color: rgb(191 219 254 / 0.35);
  }

  .md\:border-b-blue-200\/40 {
    border-bottom-color: rgb(191 219 254 / 0.4);
  }

  .md\:border-b-blue-200\/45 {
    border-bottom-color: rgb(191 219 254 / 0.45);
  }

  .md\:border-b-blue-200\/5 {
    border-bottom-color: rgb(191 219 254 / 0.05);
  }

  .md\:border-b-blue-200\/50 {
    border-bottom-color: rgb(191 219 254 / 0.5);
  }

  .md\:border-b-blue-200\/55 {
    border-bottom-color: rgb(191 219 254 / 0.55);
  }

  .md\:border-b-blue-200\/60 {
    border-bottom-color: rgb(191 219 254 / 0.6);
  }

  .md\:border-b-blue-200\/65 {
    border-bottom-color: rgb(191 219 254 / 0.65);
  }

  .md\:border-b-blue-200\/70 {
    border-bottom-color: rgb(191 219 254 / 0.7);
  }

  .md\:border-b-blue-200\/75 {
    border-bottom-color: rgb(191 219 254 / 0.75);
  }

  .md\:border-b-blue-200\/80 {
    border-bottom-color: rgb(191 219 254 / 0.8);
  }

  .md\:border-b-blue-200\/85 {
    border-bottom-color: rgb(191 219 254 / 0.85);
  }

  .md\:border-b-blue-200\/90 {
    border-bottom-color: rgb(191 219 254 / 0.9);
  }

  .md\:border-b-blue-200\/95 {
    border-bottom-color: rgb(191 219 254 / 0.95);
  }

  .md\:border-b-blue-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity));
  }

  .md\:border-b-blue-300\/0 {
    border-bottom-color: rgb(147 197 253 / 0);
  }

  .md\:border-b-blue-300\/10 {
    border-bottom-color: rgb(147 197 253 / 0.1);
  }

  .md\:border-b-blue-300\/100 {
    border-bottom-color: rgb(147 197 253 / 1);
  }

  .md\:border-b-blue-300\/15 {
    border-bottom-color: rgb(147 197 253 / 0.15);
  }

  .md\:border-b-blue-300\/20 {
    border-bottom-color: rgb(147 197 253 / 0.2);
  }

  .md\:border-b-blue-300\/25 {
    border-bottom-color: rgb(147 197 253 / 0.25);
  }

  .md\:border-b-blue-300\/30 {
    border-bottom-color: rgb(147 197 253 / 0.3);
  }

  .md\:border-b-blue-300\/35 {
    border-bottom-color: rgb(147 197 253 / 0.35);
  }

  .md\:border-b-blue-300\/40 {
    border-bottom-color: rgb(147 197 253 / 0.4);
  }

  .md\:border-b-blue-300\/45 {
    border-bottom-color: rgb(147 197 253 / 0.45);
  }

  .md\:border-b-blue-300\/5 {
    border-bottom-color: rgb(147 197 253 / 0.05);
  }

  .md\:border-b-blue-300\/50 {
    border-bottom-color: rgb(147 197 253 / 0.5);
  }

  .md\:border-b-blue-300\/55 {
    border-bottom-color: rgb(147 197 253 / 0.55);
  }

  .md\:border-b-blue-300\/60 {
    border-bottom-color: rgb(147 197 253 / 0.6);
  }

  .md\:border-b-blue-300\/65 {
    border-bottom-color: rgb(147 197 253 / 0.65);
  }

  .md\:border-b-blue-300\/70 {
    border-bottom-color: rgb(147 197 253 / 0.7);
  }

  .md\:border-b-blue-300\/75 {
    border-bottom-color: rgb(147 197 253 / 0.75);
  }

  .md\:border-b-blue-300\/80 {
    border-bottom-color: rgb(147 197 253 / 0.8);
  }

  .md\:border-b-blue-300\/85 {
    border-bottom-color: rgb(147 197 253 / 0.85);
  }

  .md\:border-b-blue-300\/90 {
    border-bottom-color: rgb(147 197 253 / 0.9);
  }

  .md\:border-b-blue-300\/95 {
    border-bottom-color: rgb(147 197 253 / 0.95);
  }

  .md\:border-b-blue-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity));
  }

  .md\:border-b-blue-400\/0 {
    border-bottom-color: rgb(96 165 250 / 0);
  }

  .md\:border-b-blue-400\/10 {
    border-bottom-color: rgb(96 165 250 / 0.1);
  }

  .md\:border-b-blue-400\/100 {
    border-bottom-color: rgb(96 165 250 / 1);
  }

  .md\:border-b-blue-400\/15 {
    border-bottom-color: rgb(96 165 250 / 0.15);
  }

  .md\:border-b-blue-400\/20 {
    border-bottom-color: rgb(96 165 250 / 0.2);
  }

  .md\:border-b-blue-400\/25 {
    border-bottom-color: rgb(96 165 250 / 0.25);
  }

  .md\:border-b-blue-400\/30 {
    border-bottom-color: rgb(96 165 250 / 0.3);
  }

  .md\:border-b-blue-400\/35 {
    border-bottom-color: rgb(96 165 250 / 0.35);
  }

  .md\:border-b-blue-400\/40 {
    border-bottom-color: rgb(96 165 250 / 0.4);
  }

  .md\:border-b-blue-400\/45 {
    border-bottom-color: rgb(96 165 250 / 0.45);
  }

  .md\:border-b-blue-400\/5 {
    border-bottom-color: rgb(96 165 250 / 0.05);
  }

  .md\:border-b-blue-400\/50 {
    border-bottom-color: rgb(96 165 250 / 0.5);
  }

  .md\:border-b-blue-400\/55 {
    border-bottom-color: rgb(96 165 250 / 0.55);
  }

  .md\:border-b-blue-400\/60 {
    border-bottom-color: rgb(96 165 250 / 0.6);
  }

  .md\:border-b-blue-400\/65 {
    border-bottom-color: rgb(96 165 250 / 0.65);
  }

  .md\:border-b-blue-400\/70 {
    border-bottom-color: rgb(96 165 250 / 0.7);
  }

  .md\:border-b-blue-400\/75 {
    border-bottom-color: rgb(96 165 250 / 0.75);
  }

  .md\:border-b-blue-400\/80 {
    border-bottom-color: rgb(96 165 250 / 0.8);
  }

  .md\:border-b-blue-400\/85 {
    border-bottom-color: rgb(96 165 250 / 0.85);
  }

  .md\:border-b-blue-400\/90 {
    border-bottom-color: rgb(96 165 250 / 0.9);
  }

  .md\:border-b-blue-400\/95 {
    border-bottom-color: rgb(96 165 250 / 0.95);
  }

  .md\:border-b-blue-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity));
  }

  .md\:border-b-blue-50\/0 {
    border-bottom-color: rgb(239 246 255 / 0);
  }

  .md\:border-b-blue-50\/10 {
    border-bottom-color: rgb(239 246 255 / 0.1);
  }

  .md\:border-b-blue-50\/100 {
    border-bottom-color: rgb(239 246 255 / 1);
  }

  .md\:border-b-blue-50\/15 {
    border-bottom-color: rgb(239 246 255 / 0.15);
  }

  .md\:border-b-blue-50\/20 {
    border-bottom-color: rgb(239 246 255 / 0.2);
  }

  .md\:border-b-blue-50\/25 {
    border-bottom-color: rgb(239 246 255 / 0.25);
  }

  .md\:border-b-blue-50\/30 {
    border-bottom-color: rgb(239 246 255 / 0.3);
  }

  .md\:border-b-blue-50\/35 {
    border-bottom-color: rgb(239 246 255 / 0.35);
  }

  .md\:border-b-blue-50\/40 {
    border-bottom-color: rgb(239 246 255 / 0.4);
  }

  .md\:border-b-blue-50\/45 {
    border-bottom-color: rgb(239 246 255 / 0.45);
  }

  .md\:border-b-blue-50\/5 {
    border-bottom-color: rgb(239 246 255 / 0.05);
  }

  .md\:border-b-blue-50\/50 {
    border-bottom-color: rgb(239 246 255 / 0.5);
  }

  .md\:border-b-blue-50\/55 {
    border-bottom-color: rgb(239 246 255 / 0.55);
  }

  .md\:border-b-blue-50\/60 {
    border-bottom-color: rgb(239 246 255 / 0.6);
  }

  .md\:border-b-blue-50\/65 {
    border-bottom-color: rgb(239 246 255 / 0.65);
  }

  .md\:border-b-blue-50\/70 {
    border-bottom-color: rgb(239 246 255 / 0.7);
  }

  .md\:border-b-blue-50\/75 {
    border-bottom-color: rgb(239 246 255 / 0.75);
  }

  .md\:border-b-blue-50\/80 {
    border-bottom-color: rgb(239 246 255 / 0.8);
  }

  .md\:border-b-blue-50\/85 {
    border-bottom-color: rgb(239 246 255 / 0.85);
  }

  .md\:border-b-blue-50\/90 {
    border-bottom-color: rgb(239 246 255 / 0.9);
  }

  .md\:border-b-blue-50\/95 {
    border-bottom-color: rgb(239 246 255 / 0.95);
  }

  .md\:border-b-blue-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity));
  }

  .md\:border-b-blue-500\/0 {
    border-bottom-color: rgb(59 130 246 / 0);
  }

  .md\:border-b-blue-500\/10 {
    border-bottom-color: rgb(59 130 246 / 0.1);
  }

  .md\:border-b-blue-500\/100 {
    border-bottom-color: rgb(59 130 246 / 1);
  }

  .md\:border-b-blue-500\/15 {
    border-bottom-color: rgb(59 130 246 / 0.15);
  }

  .md\:border-b-blue-500\/20 {
    border-bottom-color: rgb(59 130 246 / 0.2);
  }

  .md\:border-b-blue-500\/25 {
    border-bottom-color: rgb(59 130 246 / 0.25);
  }

  .md\:border-b-blue-500\/30 {
    border-bottom-color: rgb(59 130 246 / 0.3);
  }

  .md\:border-b-blue-500\/35 {
    border-bottom-color: rgb(59 130 246 / 0.35);
  }

  .md\:border-b-blue-500\/40 {
    border-bottom-color: rgb(59 130 246 / 0.4);
  }

  .md\:border-b-blue-500\/45 {
    border-bottom-color: rgb(59 130 246 / 0.45);
  }

  .md\:border-b-blue-500\/5 {
    border-bottom-color: rgb(59 130 246 / 0.05);
  }

  .md\:border-b-blue-500\/50 {
    border-bottom-color: rgb(59 130 246 / 0.5);
  }

  .md\:border-b-blue-500\/55 {
    border-bottom-color: rgb(59 130 246 / 0.55);
  }

  .md\:border-b-blue-500\/60 {
    border-bottom-color: rgb(59 130 246 / 0.6);
  }

  .md\:border-b-blue-500\/65 {
    border-bottom-color: rgb(59 130 246 / 0.65);
  }

  .md\:border-b-blue-500\/70 {
    border-bottom-color: rgb(59 130 246 / 0.7);
  }

  .md\:border-b-blue-500\/75 {
    border-bottom-color: rgb(59 130 246 / 0.75);
  }

  .md\:border-b-blue-500\/80 {
    border-bottom-color: rgb(59 130 246 / 0.8);
  }

  .md\:border-b-blue-500\/85 {
    border-bottom-color: rgb(59 130 246 / 0.85);
  }

  .md\:border-b-blue-500\/90 {
    border-bottom-color: rgb(59 130 246 / 0.9);
  }

  .md\:border-b-blue-500\/95 {
    border-bottom-color: rgb(59 130 246 / 0.95);
  }

  .md\:border-b-blue-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity));
  }

  .md\:border-b-blue-600\/0 {
    border-bottom-color: rgb(37 99 235 / 0);
  }

  .md\:border-b-blue-600\/10 {
    border-bottom-color: rgb(37 99 235 / 0.1);
  }

  .md\:border-b-blue-600\/100 {
    border-bottom-color: rgb(37 99 235 / 1);
  }

  .md\:border-b-blue-600\/15 {
    border-bottom-color: rgb(37 99 235 / 0.15);
  }

  .md\:border-b-blue-600\/20 {
    border-bottom-color: rgb(37 99 235 / 0.2);
  }

  .md\:border-b-blue-600\/25 {
    border-bottom-color: rgb(37 99 235 / 0.25);
  }

  .md\:border-b-blue-600\/30 {
    border-bottom-color: rgb(37 99 235 / 0.3);
  }

  .md\:border-b-blue-600\/35 {
    border-bottom-color: rgb(37 99 235 / 0.35);
  }

  .md\:border-b-blue-600\/40 {
    border-bottom-color: rgb(37 99 235 / 0.4);
  }

  .md\:border-b-blue-600\/45 {
    border-bottom-color: rgb(37 99 235 / 0.45);
  }

  .md\:border-b-blue-600\/5 {
    border-bottom-color: rgb(37 99 235 / 0.05);
  }

  .md\:border-b-blue-600\/50 {
    border-bottom-color: rgb(37 99 235 / 0.5);
  }

  .md\:border-b-blue-600\/55 {
    border-bottom-color: rgb(37 99 235 / 0.55);
  }

  .md\:border-b-blue-600\/60 {
    border-bottom-color: rgb(37 99 235 / 0.6);
  }

  .md\:border-b-blue-600\/65 {
    border-bottom-color: rgb(37 99 235 / 0.65);
  }

  .md\:border-b-blue-600\/70 {
    border-bottom-color: rgb(37 99 235 / 0.7);
  }

  .md\:border-b-blue-600\/75 {
    border-bottom-color: rgb(37 99 235 / 0.75);
  }

  .md\:border-b-blue-600\/80 {
    border-bottom-color: rgb(37 99 235 / 0.8);
  }

  .md\:border-b-blue-600\/85 {
    border-bottom-color: rgb(37 99 235 / 0.85);
  }

  .md\:border-b-blue-600\/90 {
    border-bottom-color: rgb(37 99 235 / 0.9);
  }

  .md\:border-b-blue-600\/95 {
    border-bottom-color: rgb(37 99 235 / 0.95);
  }

  .md\:border-b-blue-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity));
  }

  .md\:border-b-blue-700\/0 {
    border-bottom-color: rgb(29 78 216 / 0);
  }

  .md\:border-b-blue-700\/10 {
    border-bottom-color: rgb(29 78 216 / 0.1);
  }

  .md\:border-b-blue-700\/100 {
    border-bottom-color: rgb(29 78 216 / 1);
  }

  .md\:border-b-blue-700\/15 {
    border-bottom-color: rgb(29 78 216 / 0.15);
  }

  .md\:border-b-blue-700\/20 {
    border-bottom-color: rgb(29 78 216 / 0.2);
  }

  .md\:border-b-blue-700\/25 {
    border-bottom-color: rgb(29 78 216 / 0.25);
  }

  .md\:border-b-blue-700\/30 {
    border-bottom-color: rgb(29 78 216 / 0.3);
  }

  .md\:border-b-blue-700\/35 {
    border-bottom-color: rgb(29 78 216 / 0.35);
  }

  .md\:border-b-blue-700\/40 {
    border-bottom-color: rgb(29 78 216 / 0.4);
  }

  .md\:border-b-blue-700\/45 {
    border-bottom-color: rgb(29 78 216 / 0.45);
  }

  .md\:border-b-blue-700\/5 {
    border-bottom-color: rgb(29 78 216 / 0.05);
  }

  .md\:border-b-blue-700\/50 {
    border-bottom-color: rgb(29 78 216 / 0.5);
  }

  .md\:border-b-blue-700\/55 {
    border-bottom-color: rgb(29 78 216 / 0.55);
  }

  .md\:border-b-blue-700\/60 {
    border-bottom-color: rgb(29 78 216 / 0.6);
  }

  .md\:border-b-blue-700\/65 {
    border-bottom-color: rgb(29 78 216 / 0.65);
  }

  .md\:border-b-blue-700\/70 {
    border-bottom-color: rgb(29 78 216 / 0.7);
  }

  .md\:border-b-blue-700\/75 {
    border-bottom-color: rgb(29 78 216 / 0.75);
  }

  .md\:border-b-blue-700\/80 {
    border-bottom-color: rgb(29 78 216 / 0.8);
  }

  .md\:border-b-blue-700\/85 {
    border-bottom-color: rgb(29 78 216 / 0.85);
  }

  .md\:border-b-blue-700\/90 {
    border-bottom-color: rgb(29 78 216 / 0.9);
  }

  .md\:border-b-blue-700\/95 {
    border-bottom-color: rgb(29 78 216 / 0.95);
  }

  .md\:border-b-blue-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity));
  }

  .md\:border-b-blue-800\/0 {
    border-bottom-color: rgb(30 64 175 / 0);
  }

  .md\:border-b-blue-800\/10 {
    border-bottom-color: rgb(30 64 175 / 0.1);
  }

  .md\:border-b-blue-800\/100 {
    border-bottom-color: rgb(30 64 175 / 1);
  }

  .md\:border-b-blue-800\/15 {
    border-bottom-color: rgb(30 64 175 / 0.15);
  }

  .md\:border-b-blue-800\/20 {
    border-bottom-color: rgb(30 64 175 / 0.2);
  }

  .md\:border-b-blue-800\/25 {
    border-bottom-color: rgb(30 64 175 / 0.25);
  }

  .md\:border-b-blue-800\/30 {
    border-bottom-color: rgb(30 64 175 / 0.3);
  }

  .md\:border-b-blue-800\/35 {
    border-bottom-color: rgb(30 64 175 / 0.35);
  }

  .md\:border-b-blue-800\/40 {
    border-bottom-color: rgb(30 64 175 / 0.4);
  }

  .md\:border-b-blue-800\/45 {
    border-bottom-color: rgb(30 64 175 / 0.45);
  }

  .md\:border-b-blue-800\/5 {
    border-bottom-color: rgb(30 64 175 / 0.05);
  }

  .md\:border-b-blue-800\/50 {
    border-bottom-color: rgb(30 64 175 / 0.5);
  }

  .md\:border-b-blue-800\/55 {
    border-bottom-color: rgb(30 64 175 / 0.55);
  }

  .md\:border-b-blue-800\/60 {
    border-bottom-color: rgb(30 64 175 / 0.6);
  }

  .md\:border-b-blue-800\/65 {
    border-bottom-color: rgb(30 64 175 / 0.65);
  }

  .md\:border-b-blue-800\/70 {
    border-bottom-color: rgb(30 64 175 / 0.7);
  }

  .md\:border-b-blue-800\/75 {
    border-bottom-color: rgb(30 64 175 / 0.75);
  }

  .md\:border-b-blue-800\/80 {
    border-bottom-color: rgb(30 64 175 / 0.8);
  }

  .md\:border-b-blue-800\/85 {
    border-bottom-color: rgb(30 64 175 / 0.85);
  }

  .md\:border-b-blue-800\/90 {
    border-bottom-color: rgb(30 64 175 / 0.9);
  }

  .md\:border-b-blue-800\/95 {
    border-bottom-color: rgb(30 64 175 / 0.95);
  }

  .md\:border-b-blue-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity));
  }

  .md\:border-b-blue-900\/0 {
    border-bottom-color: rgb(30 58 138 / 0);
  }

  .md\:border-b-blue-900\/10 {
    border-bottom-color: rgb(30 58 138 / 0.1);
  }

  .md\:border-b-blue-900\/100 {
    border-bottom-color: rgb(30 58 138 / 1);
  }

  .md\:border-b-blue-900\/15 {
    border-bottom-color: rgb(30 58 138 / 0.15);
  }

  .md\:border-b-blue-900\/20 {
    border-bottom-color: rgb(30 58 138 / 0.2);
  }

  .md\:border-b-blue-900\/25 {
    border-bottom-color: rgb(30 58 138 / 0.25);
  }

  .md\:border-b-blue-900\/30 {
    border-bottom-color: rgb(30 58 138 / 0.3);
  }

  .md\:border-b-blue-900\/35 {
    border-bottom-color: rgb(30 58 138 / 0.35);
  }

  .md\:border-b-blue-900\/40 {
    border-bottom-color: rgb(30 58 138 / 0.4);
  }

  .md\:border-b-blue-900\/45 {
    border-bottom-color: rgb(30 58 138 / 0.45);
  }

  .md\:border-b-blue-900\/5 {
    border-bottom-color: rgb(30 58 138 / 0.05);
  }

  .md\:border-b-blue-900\/50 {
    border-bottom-color: rgb(30 58 138 / 0.5);
  }

  .md\:border-b-blue-900\/55 {
    border-bottom-color: rgb(30 58 138 / 0.55);
  }

  .md\:border-b-blue-900\/60 {
    border-bottom-color: rgb(30 58 138 / 0.6);
  }

  .md\:border-b-blue-900\/65 {
    border-bottom-color: rgb(30 58 138 / 0.65);
  }

  .md\:border-b-blue-900\/70 {
    border-bottom-color: rgb(30 58 138 / 0.7);
  }

  .md\:border-b-blue-900\/75 {
    border-bottom-color: rgb(30 58 138 / 0.75);
  }

  .md\:border-b-blue-900\/80 {
    border-bottom-color: rgb(30 58 138 / 0.8);
  }

  .md\:border-b-blue-900\/85 {
    border-bottom-color: rgb(30 58 138 / 0.85);
  }

  .md\:border-b-blue-900\/90 {
    border-bottom-color: rgb(30 58 138 / 0.9);
  }

  .md\:border-b-blue-900\/95 {
    border-bottom-color: rgb(30 58 138 / 0.95);
  }

  .md\:border-b-blue-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity));
  }

  .md\:border-b-blue-950\/0 {
    border-bottom-color: rgb(23 37 84 / 0);
  }

  .md\:border-b-blue-950\/10 {
    border-bottom-color: rgb(23 37 84 / 0.1);
  }

  .md\:border-b-blue-950\/100 {
    border-bottom-color: rgb(23 37 84 / 1);
  }

  .md\:border-b-blue-950\/15 {
    border-bottom-color: rgb(23 37 84 / 0.15);
  }

  .md\:border-b-blue-950\/20 {
    border-bottom-color: rgb(23 37 84 / 0.2);
  }

  .md\:border-b-blue-950\/25 {
    border-bottom-color: rgb(23 37 84 / 0.25);
  }

  .md\:border-b-blue-950\/30 {
    border-bottom-color: rgb(23 37 84 / 0.3);
  }

  .md\:border-b-blue-950\/35 {
    border-bottom-color: rgb(23 37 84 / 0.35);
  }

  .md\:border-b-blue-950\/40 {
    border-bottom-color: rgb(23 37 84 / 0.4);
  }

  .md\:border-b-blue-950\/45 {
    border-bottom-color: rgb(23 37 84 / 0.45);
  }

  .md\:border-b-blue-950\/5 {
    border-bottom-color: rgb(23 37 84 / 0.05);
  }

  .md\:border-b-blue-950\/50 {
    border-bottom-color: rgb(23 37 84 / 0.5);
  }

  .md\:border-b-blue-950\/55 {
    border-bottom-color: rgb(23 37 84 / 0.55);
  }

  .md\:border-b-blue-950\/60 {
    border-bottom-color: rgb(23 37 84 / 0.6);
  }

  .md\:border-b-blue-950\/65 {
    border-bottom-color: rgb(23 37 84 / 0.65);
  }

  .md\:border-b-blue-950\/70 {
    border-bottom-color: rgb(23 37 84 / 0.7);
  }

  .md\:border-b-blue-950\/75 {
    border-bottom-color: rgb(23 37 84 / 0.75);
  }

  .md\:border-b-blue-950\/80 {
    border-bottom-color: rgb(23 37 84 / 0.8);
  }

  .md\:border-b-blue-950\/85 {
    border-bottom-color: rgb(23 37 84 / 0.85);
  }

  .md\:border-b-blue-950\/90 {
    border-bottom-color: rgb(23 37 84 / 0.9);
  }

  .md\:border-b-blue-950\/95 {
    border-bottom-color: rgb(23 37 84 / 0.95);
  }

  .md\:border-b-current {
    border-bottom-color: currentColor;
  }

  .md\:border-b-cyan-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity));
  }

  .md\:border-b-cyan-100\/0 {
    border-bottom-color: rgb(207 250 254 / 0);
  }

  .md\:border-b-cyan-100\/10 {
    border-bottom-color: rgb(207 250 254 / 0.1);
  }

  .md\:border-b-cyan-100\/100 {
    border-bottom-color: rgb(207 250 254 / 1);
  }

  .md\:border-b-cyan-100\/15 {
    border-bottom-color: rgb(207 250 254 / 0.15);
  }

  .md\:border-b-cyan-100\/20 {
    border-bottom-color: rgb(207 250 254 / 0.2);
  }

  .md\:border-b-cyan-100\/25 {
    border-bottom-color: rgb(207 250 254 / 0.25);
  }

  .md\:border-b-cyan-100\/30 {
    border-bottom-color: rgb(207 250 254 / 0.3);
  }

  .md\:border-b-cyan-100\/35 {
    border-bottom-color: rgb(207 250 254 / 0.35);
  }

  .md\:border-b-cyan-100\/40 {
    border-bottom-color: rgb(207 250 254 / 0.4);
  }

  .md\:border-b-cyan-100\/45 {
    border-bottom-color: rgb(207 250 254 / 0.45);
  }

  .md\:border-b-cyan-100\/5 {
    border-bottom-color: rgb(207 250 254 / 0.05);
  }

  .md\:border-b-cyan-100\/50 {
    border-bottom-color: rgb(207 250 254 / 0.5);
  }

  .md\:border-b-cyan-100\/55 {
    border-bottom-color: rgb(207 250 254 / 0.55);
  }

  .md\:border-b-cyan-100\/60 {
    border-bottom-color: rgb(207 250 254 / 0.6);
  }

  .md\:border-b-cyan-100\/65 {
    border-bottom-color: rgb(207 250 254 / 0.65);
  }

  .md\:border-b-cyan-100\/70 {
    border-bottom-color: rgb(207 250 254 / 0.7);
  }

  .md\:border-b-cyan-100\/75 {
    border-bottom-color: rgb(207 250 254 / 0.75);
  }

  .md\:border-b-cyan-100\/80 {
    border-bottom-color: rgb(207 250 254 / 0.8);
  }

  .md\:border-b-cyan-100\/85 {
    border-bottom-color: rgb(207 250 254 / 0.85);
  }

  .md\:border-b-cyan-100\/90 {
    border-bottom-color: rgb(207 250 254 / 0.9);
  }

  .md\:border-b-cyan-100\/95 {
    border-bottom-color: rgb(207 250 254 / 0.95);
  }

  .md\:border-b-cyan-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity));
  }

  .md\:border-b-cyan-200\/0 {
    border-bottom-color: rgb(165 243 252 / 0);
  }

  .md\:border-b-cyan-200\/10 {
    border-bottom-color: rgb(165 243 252 / 0.1);
  }

  .md\:border-b-cyan-200\/100 {
    border-bottom-color: rgb(165 243 252 / 1);
  }

  .md\:border-b-cyan-200\/15 {
    border-bottom-color: rgb(165 243 252 / 0.15);
  }

  .md\:border-b-cyan-200\/20 {
    border-bottom-color: rgb(165 243 252 / 0.2);
  }

  .md\:border-b-cyan-200\/25 {
    border-bottom-color: rgb(165 243 252 / 0.25);
  }

  .md\:border-b-cyan-200\/30 {
    border-bottom-color: rgb(165 243 252 / 0.3);
  }

  .md\:border-b-cyan-200\/35 {
    border-bottom-color: rgb(165 243 252 / 0.35);
  }

  .md\:border-b-cyan-200\/40 {
    border-bottom-color: rgb(165 243 252 / 0.4);
  }

  .md\:border-b-cyan-200\/45 {
    border-bottom-color: rgb(165 243 252 / 0.45);
  }

  .md\:border-b-cyan-200\/5 {
    border-bottom-color: rgb(165 243 252 / 0.05);
  }

  .md\:border-b-cyan-200\/50 {
    border-bottom-color: rgb(165 243 252 / 0.5);
  }

  .md\:border-b-cyan-200\/55 {
    border-bottom-color: rgb(165 243 252 / 0.55);
  }

  .md\:border-b-cyan-200\/60 {
    border-bottom-color: rgb(165 243 252 / 0.6);
  }

  .md\:border-b-cyan-200\/65 {
    border-bottom-color: rgb(165 243 252 / 0.65);
  }

  .md\:border-b-cyan-200\/70 {
    border-bottom-color: rgb(165 243 252 / 0.7);
  }

  .md\:border-b-cyan-200\/75 {
    border-bottom-color: rgb(165 243 252 / 0.75);
  }

  .md\:border-b-cyan-200\/80 {
    border-bottom-color: rgb(165 243 252 / 0.8);
  }

  .md\:border-b-cyan-200\/85 {
    border-bottom-color: rgb(165 243 252 / 0.85);
  }

  .md\:border-b-cyan-200\/90 {
    border-bottom-color: rgb(165 243 252 / 0.9);
  }

  .md\:border-b-cyan-200\/95 {
    border-bottom-color: rgb(165 243 252 / 0.95);
  }

  .md\:border-b-cyan-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity));
  }

  .md\:border-b-cyan-300\/0 {
    border-bottom-color: rgb(103 232 249 / 0);
  }

  .md\:border-b-cyan-300\/10 {
    border-bottom-color: rgb(103 232 249 / 0.1);
  }

  .md\:border-b-cyan-300\/100 {
    border-bottom-color: rgb(103 232 249 / 1);
  }

  .md\:border-b-cyan-300\/15 {
    border-bottom-color: rgb(103 232 249 / 0.15);
  }

  .md\:border-b-cyan-300\/20 {
    border-bottom-color: rgb(103 232 249 / 0.2);
  }

  .md\:border-b-cyan-300\/25 {
    border-bottom-color: rgb(103 232 249 / 0.25);
  }

  .md\:border-b-cyan-300\/30 {
    border-bottom-color: rgb(103 232 249 / 0.3);
  }

  .md\:border-b-cyan-300\/35 {
    border-bottom-color: rgb(103 232 249 / 0.35);
  }

  .md\:border-b-cyan-300\/40 {
    border-bottom-color: rgb(103 232 249 / 0.4);
  }

  .md\:border-b-cyan-300\/45 {
    border-bottom-color: rgb(103 232 249 / 0.45);
  }

  .md\:border-b-cyan-300\/5 {
    border-bottom-color: rgb(103 232 249 / 0.05);
  }

  .md\:border-b-cyan-300\/50 {
    border-bottom-color: rgb(103 232 249 / 0.5);
  }

  .md\:border-b-cyan-300\/55 {
    border-bottom-color: rgb(103 232 249 / 0.55);
  }

  .md\:border-b-cyan-300\/60 {
    border-bottom-color: rgb(103 232 249 / 0.6);
  }

  .md\:border-b-cyan-300\/65 {
    border-bottom-color: rgb(103 232 249 / 0.65);
  }

  .md\:border-b-cyan-300\/70 {
    border-bottom-color: rgb(103 232 249 / 0.7);
  }

  .md\:border-b-cyan-300\/75 {
    border-bottom-color: rgb(103 232 249 / 0.75);
  }

  .md\:border-b-cyan-300\/80 {
    border-bottom-color: rgb(103 232 249 / 0.8);
  }

  .md\:border-b-cyan-300\/85 {
    border-bottom-color: rgb(103 232 249 / 0.85);
  }

  .md\:border-b-cyan-300\/90 {
    border-bottom-color: rgb(103 232 249 / 0.9);
  }

  .md\:border-b-cyan-300\/95 {
    border-bottom-color: rgb(103 232 249 / 0.95);
  }

  .md\:border-b-cyan-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity));
  }

  .md\:border-b-cyan-400\/0 {
    border-bottom-color: rgb(34 211 238 / 0);
  }

  .md\:border-b-cyan-400\/10 {
    border-bottom-color: rgb(34 211 238 / 0.1);
  }

  .md\:border-b-cyan-400\/100 {
    border-bottom-color: rgb(34 211 238 / 1);
  }

  .md\:border-b-cyan-400\/15 {
    border-bottom-color: rgb(34 211 238 / 0.15);
  }

  .md\:border-b-cyan-400\/20 {
    border-bottom-color: rgb(34 211 238 / 0.2);
  }

  .md\:border-b-cyan-400\/25 {
    border-bottom-color: rgb(34 211 238 / 0.25);
  }

  .md\:border-b-cyan-400\/30 {
    border-bottom-color: rgb(34 211 238 / 0.3);
  }

  .md\:border-b-cyan-400\/35 {
    border-bottom-color: rgb(34 211 238 / 0.35);
  }

  .md\:border-b-cyan-400\/40 {
    border-bottom-color: rgb(34 211 238 / 0.4);
  }

  .md\:border-b-cyan-400\/45 {
    border-bottom-color: rgb(34 211 238 / 0.45);
  }

  .md\:border-b-cyan-400\/5 {
    border-bottom-color: rgb(34 211 238 / 0.05);
  }

  .md\:border-b-cyan-400\/50 {
    border-bottom-color: rgb(34 211 238 / 0.5);
  }

  .md\:border-b-cyan-400\/55 {
    border-bottom-color: rgb(34 211 238 / 0.55);
  }

  .md\:border-b-cyan-400\/60 {
    border-bottom-color: rgb(34 211 238 / 0.6);
  }

  .md\:border-b-cyan-400\/65 {
    border-bottom-color: rgb(34 211 238 / 0.65);
  }

  .md\:border-b-cyan-400\/70 {
    border-bottom-color: rgb(34 211 238 / 0.7);
  }

  .md\:border-b-cyan-400\/75 {
    border-bottom-color: rgb(34 211 238 / 0.75);
  }

  .md\:border-b-cyan-400\/80 {
    border-bottom-color: rgb(34 211 238 / 0.8);
  }

  .md\:border-b-cyan-400\/85 {
    border-bottom-color: rgb(34 211 238 / 0.85);
  }

  .md\:border-b-cyan-400\/90 {
    border-bottom-color: rgb(34 211 238 / 0.9);
  }

  .md\:border-b-cyan-400\/95 {
    border-bottom-color: rgb(34 211 238 / 0.95);
  }

  .md\:border-b-cyan-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity));
  }

  .md\:border-b-cyan-50\/0 {
    border-bottom-color: rgb(236 254 255 / 0);
  }

  .md\:border-b-cyan-50\/10 {
    border-bottom-color: rgb(236 254 255 / 0.1);
  }

  .md\:border-b-cyan-50\/100 {
    border-bottom-color: rgb(236 254 255 / 1);
  }

  .md\:border-b-cyan-50\/15 {
    border-bottom-color: rgb(236 254 255 / 0.15);
  }

  .md\:border-b-cyan-50\/20 {
    border-bottom-color: rgb(236 254 255 / 0.2);
  }

  .md\:border-b-cyan-50\/25 {
    border-bottom-color: rgb(236 254 255 / 0.25);
  }

  .md\:border-b-cyan-50\/30 {
    border-bottom-color: rgb(236 254 255 / 0.3);
  }

  .md\:border-b-cyan-50\/35 {
    border-bottom-color: rgb(236 254 255 / 0.35);
  }

  .md\:border-b-cyan-50\/40 {
    border-bottom-color: rgb(236 254 255 / 0.4);
  }

  .md\:border-b-cyan-50\/45 {
    border-bottom-color: rgb(236 254 255 / 0.45);
  }

  .md\:border-b-cyan-50\/5 {
    border-bottom-color: rgb(236 254 255 / 0.05);
  }

  .md\:border-b-cyan-50\/50 {
    border-bottom-color: rgb(236 254 255 / 0.5);
  }

  .md\:border-b-cyan-50\/55 {
    border-bottom-color: rgb(236 254 255 / 0.55);
  }

  .md\:border-b-cyan-50\/60 {
    border-bottom-color: rgb(236 254 255 / 0.6);
  }

  .md\:border-b-cyan-50\/65 {
    border-bottom-color: rgb(236 254 255 / 0.65);
  }

  .md\:border-b-cyan-50\/70 {
    border-bottom-color: rgb(236 254 255 / 0.7);
  }

  .md\:border-b-cyan-50\/75 {
    border-bottom-color: rgb(236 254 255 / 0.75);
  }

  .md\:border-b-cyan-50\/80 {
    border-bottom-color: rgb(236 254 255 / 0.8);
  }

  .md\:border-b-cyan-50\/85 {
    border-bottom-color: rgb(236 254 255 / 0.85);
  }

  .md\:border-b-cyan-50\/90 {
    border-bottom-color: rgb(236 254 255 / 0.9);
  }

  .md\:border-b-cyan-50\/95 {
    border-bottom-color: rgb(236 254 255 / 0.95);
  }

  .md\:border-b-cyan-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity));
  }

  .md\:border-b-cyan-500\/0 {
    border-bottom-color: rgb(6 182 212 / 0);
  }

  .md\:border-b-cyan-500\/10 {
    border-bottom-color: rgb(6 182 212 / 0.1);
  }

  .md\:border-b-cyan-500\/100 {
    border-bottom-color: rgb(6 182 212 / 1);
  }

  .md\:border-b-cyan-500\/15 {
    border-bottom-color: rgb(6 182 212 / 0.15);
  }

  .md\:border-b-cyan-500\/20 {
    border-bottom-color: rgb(6 182 212 / 0.2);
  }

  .md\:border-b-cyan-500\/25 {
    border-bottom-color: rgb(6 182 212 / 0.25);
  }

  .md\:border-b-cyan-500\/30 {
    border-bottom-color: rgb(6 182 212 / 0.3);
  }

  .md\:border-b-cyan-500\/35 {
    border-bottom-color: rgb(6 182 212 / 0.35);
  }

  .md\:border-b-cyan-500\/40 {
    border-bottom-color: rgb(6 182 212 / 0.4);
  }

  .md\:border-b-cyan-500\/45 {
    border-bottom-color: rgb(6 182 212 / 0.45);
  }

  .md\:border-b-cyan-500\/5 {
    border-bottom-color: rgb(6 182 212 / 0.05);
  }

  .md\:border-b-cyan-500\/50 {
    border-bottom-color: rgb(6 182 212 / 0.5);
  }

  .md\:border-b-cyan-500\/55 {
    border-bottom-color: rgb(6 182 212 / 0.55);
  }

  .md\:border-b-cyan-500\/60 {
    border-bottom-color: rgb(6 182 212 / 0.6);
  }

  .md\:border-b-cyan-500\/65 {
    border-bottom-color: rgb(6 182 212 / 0.65);
  }

  .md\:border-b-cyan-500\/70 {
    border-bottom-color: rgb(6 182 212 / 0.7);
  }

  .md\:border-b-cyan-500\/75 {
    border-bottom-color: rgb(6 182 212 / 0.75);
  }

  .md\:border-b-cyan-500\/80 {
    border-bottom-color: rgb(6 182 212 / 0.8);
  }

  .md\:border-b-cyan-500\/85 {
    border-bottom-color: rgb(6 182 212 / 0.85);
  }

  .md\:border-b-cyan-500\/90 {
    border-bottom-color: rgb(6 182 212 / 0.9);
  }

  .md\:border-b-cyan-500\/95 {
    border-bottom-color: rgb(6 182 212 / 0.95);
  }

  .md\:border-b-cyan-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity));
  }

  .md\:border-b-cyan-600\/0 {
    border-bottom-color: rgb(8 145 178 / 0);
  }

  .md\:border-b-cyan-600\/10 {
    border-bottom-color: rgb(8 145 178 / 0.1);
  }

  .md\:border-b-cyan-600\/100 {
    border-bottom-color: rgb(8 145 178 / 1);
  }

  .md\:border-b-cyan-600\/15 {
    border-bottom-color: rgb(8 145 178 / 0.15);
  }

  .md\:border-b-cyan-600\/20 {
    border-bottom-color: rgb(8 145 178 / 0.2);
  }

  .md\:border-b-cyan-600\/25 {
    border-bottom-color: rgb(8 145 178 / 0.25);
  }

  .md\:border-b-cyan-600\/30 {
    border-bottom-color: rgb(8 145 178 / 0.3);
  }

  .md\:border-b-cyan-600\/35 {
    border-bottom-color: rgb(8 145 178 / 0.35);
  }

  .md\:border-b-cyan-600\/40 {
    border-bottom-color: rgb(8 145 178 / 0.4);
  }

  .md\:border-b-cyan-600\/45 {
    border-bottom-color: rgb(8 145 178 / 0.45);
  }

  .md\:border-b-cyan-600\/5 {
    border-bottom-color: rgb(8 145 178 / 0.05);
  }

  .md\:border-b-cyan-600\/50 {
    border-bottom-color: rgb(8 145 178 / 0.5);
  }

  .md\:border-b-cyan-600\/55 {
    border-bottom-color: rgb(8 145 178 / 0.55);
  }

  .md\:border-b-cyan-600\/60 {
    border-bottom-color: rgb(8 145 178 / 0.6);
  }

  .md\:border-b-cyan-600\/65 {
    border-bottom-color: rgb(8 145 178 / 0.65);
  }

  .md\:border-b-cyan-600\/70 {
    border-bottom-color: rgb(8 145 178 / 0.7);
  }

  .md\:border-b-cyan-600\/75 {
    border-bottom-color: rgb(8 145 178 / 0.75);
  }

  .md\:border-b-cyan-600\/80 {
    border-bottom-color: rgb(8 145 178 / 0.8);
  }

  .md\:border-b-cyan-600\/85 {
    border-bottom-color: rgb(8 145 178 / 0.85);
  }

  .md\:border-b-cyan-600\/90 {
    border-bottom-color: rgb(8 145 178 / 0.9);
  }

  .md\:border-b-cyan-600\/95 {
    border-bottom-color: rgb(8 145 178 / 0.95);
  }

  .md\:border-b-cyan-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity));
  }

  .md\:border-b-cyan-700\/0 {
    border-bottom-color: rgb(14 116 144 / 0);
  }

  .md\:border-b-cyan-700\/10 {
    border-bottom-color: rgb(14 116 144 / 0.1);
  }

  .md\:border-b-cyan-700\/100 {
    border-bottom-color: rgb(14 116 144 / 1);
  }

  .md\:border-b-cyan-700\/15 {
    border-bottom-color: rgb(14 116 144 / 0.15);
  }

  .md\:border-b-cyan-700\/20 {
    border-bottom-color: rgb(14 116 144 / 0.2);
  }

  .md\:border-b-cyan-700\/25 {
    border-bottom-color: rgb(14 116 144 / 0.25);
  }

  .md\:border-b-cyan-700\/30 {
    border-bottom-color: rgb(14 116 144 / 0.3);
  }

  .md\:border-b-cyan-700\/35 {
    border-bottom-color: rgb(14 116 144 / 0.35);
  }

  .md\:border-b-cyan-700\/40 {
    border-bottom-color: rgb(14 116 144 / 0.4);
  }

  .md\:border-b-cyan-700\/45 {
    border-bottom-color: rgb(14 116 144 / 0.45);
  }

  .md\:border-b-cyan-700\/5 {
    border-bottom-color: rgb(14 116 144 / 0.05);
  }

  .md\:border-b-cyan-700\/50 {
    border-bottom-color: rgb(14 116 144 / 0.5);
  }

  .md\:border-b-cyan-700\/55 {
    border-bottom-color: rgb(14 116 144 / 0.55);
  }

  .md\:border-b-cyan-700\/60 {
    border-bottom-color: rgb(14 116 144 / 0.6);
  }

  .md\:border-b-cyan-700\/65 {
    border-bottom-color: rgb(14 116 144 / 0.65);
  }

  .md\:border-b-cyan-700\/70 {
    border-bottom-color: rgb(14 116 144 / 0.7);
  }

  .md\:border-b-cyan-700\/75 {
    border-bottom-color: rgb(14 116 144 / 0.75);
  }

  .md\:border-b-cyan-700\/80 {
    border-bottom-color: rgb(14 116 144 / 0.8);
  }

  .md\:border-b-cyan-700\/85 {
    border-bottom-color: rgb(14 116 144 / 0.85);
  }

  .md\:border-b-cyan-700\/90 {
    border-bottom-color: rgb(14 116 144 / 0.9);
  }

  .md\:border-b-cyan-700\/95 {
    border-bottom-color: rgb(14 116 144 / 0.95);
  }

  .md\:border-b-cyan-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity));
  }

  .md\:border-b-cyan-800\/0 {
    border-bottom-color: rgb(21 94 117 / 0);
  }

  .md\:border-b-cyan-800\/10 {
    border-bottom-color: rgb(21 94 117 / 0.1);
  }

  .md\:border-b-cyan-800\/100 {
    border-bottom-color: rgb(21 94 117 / 1);
  }

  .md\:border-b-cyan-800\/15 {
    border-bottom-color: rgb(21 94 117 / 0.15);
  }

  .md\:border-b-cyan-800\/20 {
    border-bottom-color: rgb(21 94 117 / 0.2);
  }

  .md\:border-b-cyan-800\/25 {
    border-bottom-color: rgb(21 94 117 / 0.25);
  }

  .md\:border-b-cyan-800\/30 {
    border-bottom-color: rgb(21 94 117 / 0.3);
  }

  .md\:border-b-cyan-800\/35 {
    border-bottom-color: rgb(21 94 117 / 0.35);
  }

  .md\:border-b-cyan-800\/40 {
    border-bottom-color: rgb(21 94 117 / 0.4);
  }

  .md\:border-b-cyan-800\/45 {
    border-bottom-color: rgb(21 94 117 / 0.45);
  }

  .md\:border-b-cyan-800\/5 {
    border-bottom-color: rgb(21 94 117 / 0.05);
  }

  .md\:border-b-cyan-800\/50 {
    border-bottom-color: rgb(21 94 117 / 0.5);
  }

  .md\:border-b-cyan-800\/55 {
    border-bottom-color: rgb(21 94 117 / 0.55);
  }

  .md\:border-b-cyan-800\/60 {
    border-bottom-color: rgb(21 94 117 / 0.6);
  }

  .md\:border-b-cyan-800\/65 {
    border-bottom-color: rgb(21 94 117 / 0.65);
  }

  .md\:border-b-cyan-800\/70 {
    border-bottom-color: rgb(21 94 117 / 0.7);
  }

  .md\:border-b-cyan-800\/75 {
    border-bottom-color: rgb(21 94 117 / 0.75);
  }

  .md\:border-b-cyan-800\/80 {
    border-bottom-color: rgb(21 94 117 / 0.8);
  }

  .md\:border-b-cyan-800\/85 {
    border-bottom-color: rgb(21 94 117 / 0.85);
  }

  .md\:border-b-cyan-800\/90 {
    border-bottom-color: rgb(21 94 117 / 0.9);
  }

  .md\:border-b-cyan-800\/95 {
    border-bottom-color: rgb(21 94 117 / 0.95);
  }

  .md\:border-b-cyan-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity));
  }

  .md\:border-b-cyan-900\/0 {
    border-bottom-color: rgb(22 78 99 / 0);
  }

  .md\:border-b-cyan-900\/10 {
    border-bottom-color: rgb(22 78 99 / 0.1);
  }

  .md\:border-b-cyan-900\/100 {
    border-bottom-color: rgb(22 78 99 / 1);
  }

  .md\:border-b-cyan-900\/15 {
    border-bottom-color: rgb(22 78 99 / 0.15);
  }

  .md\:border-b-cyan-900\/20 {
    border-bottom-color: rgb(22 78 99 / 0.2);
  }

  .md\:border-b-cyan-900\/25 {
    border-bottom-color: rgb(22 78 99 / 0.25);
  }

  .md\:border-b-cyan-900\/30 {
    border-bottom-color: rgb(22 78 99 / 0.3);
  }

  .md\:border-b-cyan-900\/35 {
    border-bottom-color: rgb(22 78 99 / 0.35);
  }

  .md\:border-b-cyan-900\/40 {
    border-bottom-color: rgb(22 78 99 / 0.4);
  }

  .md\:border-b-cyan-900\/45 {
    border-bottom-color: rgb(22 78 99 / 0.45);
  }

  .md\:border-b-cyan-900\/5 {
    border-bottom-color: rgb(22 78 99 / 0.05);
  }

  .md\:border-b-cyan-900\/50 {
    border-bottom-color: rgb(22 78 99 / 0.5);
  }

  .md\:border-b-cyan-900\/55 {
    border-bottom-color: rgb(22 78 99 / 0.55);
  }

  .md\:border-b-cyan-900\/60 {
    border-bottom-color: rgb(22 78 99 / 0.6);
  }

  .md\:border-b-cyan-900\/65 {
    border-bottom-color: rgb(22 78 99 / 0.65);
  }

  .md\:border-b-cyan-900\/70 {
    border-bottom-color: rgb(22 78 99 / 0.7);
  }

  .md\:border-b-cyan-900\/75 {
    border-bottom-color: rgb(22 78 99 / 0.75);
  }

  .md\:border-b-cyan-900\/80 {
    border-bottom-color: rgb(22 78 99 / 0.8);
  }

  .md\:border-b-cyan-900\/85 {
    border-bottom-color: rgb(22 78 99 / 0.85);
  }

  .md\:border-b-cyan-900\/90 {
    border-bottom-color: rgb(22 78 99 / 0.9);
  }

  .md\:border-b-cyan-900\/95 {
    border-bottom-color: rgb(22 78 99 / 0.95);
  }

  .md\:border-b-cyan-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity));
  }

  .md\:border-b-cyan-950\/0 {
    border-bottom-color: rgb(8 51 68 / 0);
  }

  .md\:border-b-cyan-950\/10 {
    border-bottom-color: rgb(8 51 68 / 0.1);
  }

  .md\:border-b-cyan-950\/100 {
    border-bottom-color: rgb(8 51 68 / 1);
  }

  .md\:border-b-cyan-950\/15 {
    border-bottom-color: rgb(8 51 68 / 0.15);
  }

  .md\:border-b-cyan-950\/20 {
    border-bottom-color: rgb(8 51 68 / 0.2);
  }

  .md\:border-b-cyan-950\/25 {
    border-bottom-color: rgb(8 51 68 / 0.25);
  }

  .md\:border-b-cyan-950\/30 {
    border-bottom-color: rgb(8 51 68 / 0.3);
  }

  .md\:border-b-cyan-950\/35 {
    border-bottom-color: rgb(8 51 68 / 0.35);
  }

  .md\:border-b-cyan-950\/40 {
    border-bottom-color: rgb(8 51 68 / 0.4);
  }

  .md\:border-b-cyan-950\/45 {
    border-bottom-color: rgb(8 51 68 / 0.45);
  }

  .md\:border-b-cyan-950\/5 {
    border-bottom-color: rgb(8 51 68 / 0.05);
  }

  .md\:border-b-cyan-950\/50 {
    border-bottom-color: rgb(8 51 68 / 0.5);
  }

  .md\:border-b-cyan-950\/55 {
    border-bottom-color: rgb(8 51 68 / 0.55);
  }

  .md\:border-b-cyan-950\/60 {
    border-bottom-color: rgb(8 51 68 / 0.6);
  }

  .md\:border-b-cyan-950\/65 {
    border-bottom-color: rgb(8 51 68 / 0.65);
  }

  .md\:border-b-cyan-950\/70 {
    border-bottom-color: rgb(8 51 68 / 0.7);
  }

  .md\:border-b-cyan-950\/75 {
    border-bottom-color: rgb(8 51 68 / 0.75);
  }

  .md\:border-b-cyan-950\/80 {
    border-bottom-color: rgb(8 51 68 / 0.8);
  }

  .md\:border-b-cyan-950\/85 {
    border-bottom-color: rgb(8 51 68 / 0.85);
  }

  .md\:border-b-cyan-950\/90 {
    border-bottom-color: rgb(8 51 68 / 0.9);
  }

  .md\:border-b-cyan-950\/95 {
    border-bottom-color: rgb(8 51 68 / 0.95);
  }

  .md\:border-b-emerald-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity));
  }

  .md\:border-b-emerald-100\/0 {
    border-bottom-color: rgb(209 250 229 / 0);
  }

  .md\:border-b-emerald-100\/10 {
    border-bottom-color: rgb(209 250 229 / 0.1);
  }

  .md\:border-b-emerald-100\/100 {
    border-bottom-color: rgb(209 250 229 / 1);
  }

  .md\:border-b-emerald-100\/15 {
    border-bottom-color: rgb(209 250 229 / 0.15);
  }

  .md\:border-b-emerald-100\/20 {
    border-bottom-color: rgb(209 250 229 / 0.2);
  }

  .md\:border-b-emerald-100\/25 {
    border-bottom-color: rgb(209 250 229 / 0.25);
  }

  .md\:border-b-emerald-100\/30 {
    border-bottom-color: rgb(209 250 229 / 0.3);
  }

  .md\:border-b-emerald-100\/35 {
    border-bottom-color: rgb(209 250 229 / 0.35);
  }

  .md\:border-b-emerald-100\/40 {
    border-bottom-color: rgb(209 250 229 / 0.4);
  }

  .md\:border-b-emerald-100\/45 {
    border-bottom-color: rgb(209 250 229 / 0.45);
  }

  .md\:border-b-emerald-100\/5 {
    border-bottom-color: rgb(209 250 229 / 0.05);
  }

  .md\:border-b-emerald-100\/50 {
    border-bottom-color: rgb(209 250 229 / 0.5);
  }

  .md\:border-b-emerald-100\/55 {
    border-bottom-color: rgb(209 250 229 / 0.55);
  }

  .md\:border-b-emerald-100\/60 {
    border-bottom-color: rgb(209 250 229 / 0.6);
  }

  .md\:border-b-emerald-100\/65 {
    border-bottom-color: rgb(209 250 229 / 0.65);
  }

  .md\:border-b-emerald-100\/70 {
    border-bottom-color: rgb(209 250 229 / 0.7);
  }

  .md\:border-b-emerald-100\/75 {
    border-bottom-color: rgb(209 250 229 / 0.75);
  }

  .md\:border-b-emerald-100\/80 {
    border-bottom-color: rgb(209 250 229 / 0.8);
  }

  .md\:border-b-emerald-100\/85 {
    border-bottom-color: rgb(209 250 229 / 0.85);
  }

  .md\:border-b-emerald-100\/90 {
    border-bottom-color: rgb(209 250 229 / 0.9);
  }

  .md\:border-b-emerald-100\/95 {
    border-bottom-color: rgb(209 250 229 / 0.95);
  }

  .md\:border-b-emerald-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity));
  }

  .md\:border-b-emerald-200\/0 {
    border-bottom-color: rgb(167 243 208 / 0);
  }

  .md\:border-b-emerald-200\/10 {
    border-bottom-color: rgb(167 243 208 / 0.1);
  }

  .md\:border-b-emerald-200\/100 {
    border-bottom-color: rgb(167 243 208 / 1);
  }

  .md\:border-b-emerald-200\/15 {
    border-bottom-color: rgb(167 243 208 / 0.15);
  }

  .md\:border-b-emerald-200\/20 {
    border-bottom-color: rgb(167 243 208 / 0.2);
  }

  .md\:border-b-emerald-200\/25 {
    border-bottom-color: rgb(167 243 208 / 0.25);
  }

  .md\:border-b-emerald-200\/30 {
    border-bottom-color: rgb(167 243 208 / 0.3);
  }

  .md\:border-b-emerald-200\/35 {
    border-bottom-color: rgb(167 243 208 / 0.35);
  }

  .md\:border-b-emerald-200\/40 {
    border-bottom-color: rgb(167 243 208 / 0.4);
  }

  .md\:border-b-emerald-200\/45 {
    border-bottom-color: rgb(167 243 208 / 0.45);
  }

  .md\:border-b-emerald-200\/5 {
    border-bottom-color: rgb(167 243 208 / 0.05);
  }

  .md\:border-b-emerald-200\/50 {
    border-bottom-color: rgb(167 243 208 / 0.5);
  }

  .md\:border-b-emerald-200\/55 {
    border-bottom-color: rgb(167 243 208 / 0.55);
  }

  .md\:border-b-emerald-200\/60 {
    border-bottom-color: rgb(167 243 208 / 0.6);
  }

  .md\:border-b-emerald-200\/65 {
    border-bottom-color: rgb(167 243 208 / 0.65);
  }

  .md\:border-b-emerald-200\/70 {
    border-bottom-color: rgb(167 243 208 / 0.7);
  }

  .md\:border-b-emerald-200\/75 {
    border-bottom-color: rgb(167 243 208 / 0.75);
  }

  .md\:border-b-emerald-200\/80 {
    border-bottom-color: rgb(167 243 208 / 0.8);
  }

  .md\:border-b-emerald-200\/85 {
    border-bottom-color: rgb(167 243 208 / 0.85);
  }

  .md\:border-b-emerald-200\/90 {
    border-bottom-color: rgb(167 243 208 / 0.9);
  }

  .md\:border-b-emerald-200\/95 {
    border-bottom-color: rgb(167 243 208 / 0.95);
  }

  .md\:border-b-emerald-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity));
  }

  .md\:border-b-emerald-300\/0 {
    border-bottom-color: rgb(110 231 183 / 0);
  }

  .md\:border-b-emerald-300\/10 {
    border-bottom-color: rgb(110 231 183 / 0.1);
  }

  .md\:border-b-emerald-300\/100 {
    border-bottom-color: rgb(110 231 183 / 1);
  }

  .md\:border-b-emerald-300\/15 {
    border-bottom-color: rgb(110 231 183 / 0.15);
  }

  .md\:border-b-emerald-300\/20 {
    border-bottom-color: rgb(110 231 183 / 0.2);
  }

  .md\:border-b-emerald-300\/25 {
    border-bottom-color: rgb(110 231 183 / 0.25);
  }

  .md\:border-b-emerald-300\/30 {
    border-bottom-color: rgb(110 231 183 / 0.3);
  }

  .md\:border-b-emerald-300\/35 {
    border-bottom-color: rgb(110 231 183 / 0.35);
  }

  .md\:border-b-emerald-300\/40 {
    border-bottom-color: rgb(110 231 183 / 0.4);
  }

  .md\:border-b-emerald-300\/45 {
    border-bottom-color: rgb(110 231 183 / 0.45);
  }

  .md\:border-b-emerald-300\/5 {
    border-bottom-color: rgb(110 231 183 / 0.05);
  }

  .md\:border-b-emerald-300\/50 {
    border-bottom-color: rgb(110 231 183 / 0.5);
  }

  .md\:border-b-emerald-300\/55 {
    border-bottom-color: rgb(110 231 183 / 0.55);
  }

  .md\:border-b-emerald-300\/60 {
    border-bottom-color: rgb(110 231 183 / 0.6);
  }

  .md\:border-b-emerald-300\/65 {
    border-bottom-color: rgb(110 231 183 / 0.65);
  }

  .md\:border-b-emerald-300\/70 {
    border-bottom-color: rgb(110 231 183 / 0.7);
  }

  .md\:border-b-emerald-300\/75 {
    border-bottom-color: rgb(110 231 183 / 0.75);
  }

  .md\:border-b-emerald-300\/80 {
    border-bottom-color: rgb(110 231 183 / 0.8);
  }

  .md\:border-b-emerald-300\/85 {
    border-bottom-color: rgb(110 231 183 / 0.85);
  }

  .md\:border-b-emerald-300\/90 {
    border-bottom-color: rgb(110 231 183 / 0.9);
  }

  .md\:border-b-emerald-300\/95 {
    border-bottom-color: rgb(110 231 183 / 0.95);
  }

  .md\:border-b-emerald-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity));
  }

  .md\:border-b-emerald-400\/0 {
    border-bottom-color: rgb(52 211 153 / 0);
  }

  .md\:border-b-emerald-400\/10 {
    border-bottom-color: rgb(52 211 153 / 0.1);
  }

  .md\:border-b-emerald-400\/100 {
    border-bottom-color: rgb(52 211 153 / 1);
  }

  .md\:border-b-emerald-400\/15 {
    border-bottom-color: rgb(52 211 153 / 0.15);
  }

  .md\:border-b-emerald-400\/20 {
    border-bottom-color: rgb(52 211 153 / 0.2);
  }

  .md\:border-b-emerald-400\/25 {
    border-bottom-color: rgb(52 211 153 / 0.25);
  }

  .md\:border-b-emerald-400\/30 {
    border-bottom-color: rgb(52 211 153 / 0.3);
  }

  .md\:border-b-emerald-400\/35 {
    border-bottom-color: rgb(52 211 153 / 0.35);
  }

  .md\:border-b-emerald-400\/40 {
    border-bottom-color: rgb(52 211 153 / 0.4);
  }

  .md\:border-b-emerald-400\/45 {
    border-bottom-color: rgb(52 211 153 / 0.45);
  }

  .md\:border-b-emerald-400\/5 {
    border-bottom-color: rgb(52 211 153 / 0.05);
  }

  .md\:border-b-emerald-400\/50 {
    border-bottom-color: rgb(52 211 153 / 0.5);
  }

  .md\:border-b-emerald-400\/55 {
    border-bottom-color: rgb(52 211 153 / 0.55);
  }

  .md\:border-b-emerald-400\/60 {
    border-bottom-color: rgb(52 211 153 / 0.6);
  }

  .md\:border-b-emerald-400\/65 {
    border-bottom-color: rgb(52 211 153 / 0.65);
  }

  .md\:border-b-emerald-400\/70 {
    border-bottom-color: rgb(52 211 153 / 0.7);
  }

  .md\:border-b-emerald-400\/75 {
    border-bottom-color: rgb(52 211 153 / 0.75);
  }

  .md\:border-b-emerald-400\/80 {
    border-bottom-color: rgb(52 211 153 / 0.8);
  }

  .md\:border-b-emerald-400\/85 {
    border-bottom-color: rgb(52 211 153 / 0.85);
  }

  .md\:border-b-emerald-400\/90 {
    border-bottom-color: rgb(52 211 153 / 0.9);
  }

  .md\:border-b-emerald-400\/95 {
    border-bottom-color: rgb(52 211 153 / 0.95);
  }

  .md\:border-b-emerald-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity));
  }

  .md\:border-b-emerald-50\/0 {
    border-bottom-color: rgb(236 253 245 / 0);
  }

  .md\:border-b-emerald-50\/10 {
    border-bottom-color: rgb(236 253 245 / 0.1);
  }

  .md\:border-b-emerald-50\/100 {
    border-bottom-color: rgb(236 253 245 / 1);
  }

  .md\:border-b-emerald-50\/15 {
    border-bottom-color: rgb(236 253 245 / 0.15);
  }

  .md\:border-b-emerald-50\/20 {
    border-bottom-color: rgb(236 253 245 / 0.2);
  }

  .md\:border-b-emerald-50\/25 {
    border-bottom-color: rgb(236 253 245 / 0.25);
  }

  .md\:border-b-emerald-50\/30 {
    border-bottom-color: rgb(236 253 245 / 0.3);
  }

  .md\:border-b-emerald-50\/35 {
    border-bottom-color: rgb(236 253 245 / 0.35);
  }

  .md\:border-b-emerald-50\/40 {
    border-bottom-color: rgb(236 253 245 / 0.4);
  }

  .md\:border-b-emerald-50\/45 {
    border-bottom-color: rgb(236 253 245 / 0.45);
  }

  .md\:border-b-emerald-50\/5 {
    border-bottom-color: rgb(236 253 245 / 0.05);
  }

  .md\:border-b-emerald-50\/50 {
    border-bottom-color: rgb(236 253 245 / 0.5);
  }

  .md\:border-b-emerald-50\/55 {
    border-bottom-color: rgb(236 253 245 / 0.55);
  }

  .md\:border-b-emerald-50\/60 {
    border-bottom-color: rgb(236 253 245 / 0.6);
  }

  .md\:border-b-emerald-50\/65 {
    border-bottom-color: rgb(236 253 245 / 0.65);
  }

  .md\:border-b-emerald-50\/70 {
    border-bottom-color: rgb(236 253 245 / 0.7);
  }

  .md\:border-b-emerald-50\/75 {
    border-bottom-color: rgb(236 253 245 / 0.75);
  }

  .md\:border-b-emerald-50\/80 {
    border-bottom-color: rgb(236 253 245 / 0.8);
  }

  .md\:border-b-emerald-50\/85 {
    border-bottom-color: rgb(236 253 245 / 0.85);
  }

  .md\:border-b-emerald-50\/90 {
    border-bottom-color: rgb(236 253 245 / 0.9);
  }

  .md\:border-b-emerald-50\/95 {
    border-bottom-color: rgb(236 253 245 / 0.95);
  }

  .md\:border-b-emerald-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity));
  }

  .md\:border-b-emerald-500\/0 {
    border-bottom-color: rgb(16 185 129 / 0);
  }

  .md\:border-b-emerald-500\/10 {
    border-bottom-color: rgb(16 185 129 / 0.1);
  }

  .md\:border-b-emerald-500\/100 {
    border-bottom-color: rgb(16 185 129 / 1);
  }

  .md\:border-b-emerald-500\/15 {
    border-bottom-color: rgb(16 185 129 / 0.15);
  }

  .md\:border-b-emerald-500\/20 {
    border-bottom-color: rgb(16 185 129 / 0.2);
  }

  .md\:border-b-emerald-500\/25 {
    border-bottom-color: rgb(16 185 129 / 0.25);
  }

  .md\:border-b-emerald-500\/30 {
    border-bottom-color: rgb(16 185 129 / 0.3);
  }

  .md\:border-b-emerald-500\/35 {
    border-bottom-color: rgb(16 185 129 / 0.35);
  }

  .md\:border-b-emerald-500\/40 {
    border-bottom-color: rgb(16 185 129 / 0.4);
  }

  .md\:border-b-emerald-500\/45 {
    border-bottom-color: rgb(16 185 129 / 0.45);
  }

  .md\:border-b-emerald-500\/5 {
    border-bottom-color: rgb(16 185 129 / 0.05);
  }

  .md\:border-b-emerald-500\/50 {
    border-bottom-color: rgb(16 185 129 / 0.5);
  }

  .md\:border-b-emerald-500\/55 {
    border-bottom-color: rgb(16 185 129 / 0.55);
  }

  .md\:border-b-emerald-500\/60 {
    border-bottom-color: rgb(16 185 129 / 0.6);
  }

  .md\:border-b-emerald-500\/65 {
    border-bottom-color: rgb(16 185 129 / 0.65);
  }

  .md\:border-b-emerald-500\/70 {
    border-bottom-color: rgb(16 185 129 / 0.7);
  }

  .md\:border-b-emerald-500\/75 {
    border-bottom-color: rgb(16 185 129 / 0.75);
  }

  .md\:border-b-emerald-500\/80 {
    border-bottom-color: rgb(16 185 129 / 0.8);
  }

  .md\:border-b-emerald-500\/85 {
    border-bottom-color: rgb(16 185 129 / 0.85);
  }

  .md\:border-b-emerald-500\/90 {
    border-bottom-color: rgb(16 185 129 / 0.9);
  }

  .md\:border-b-emerald-500\/95 {
    border-bottom-color: rgb(16 185 129 / 0.95);
  }

  .md\:border-b-emerald-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity));
  }

  .md\:border-b-emerald-600\/0 {
    border-bottom-color: rgb(5 150 105 / 0);
  }

  .md\:border-b-emerald-600\/10 {
    border-bottom-color: rgb(5 150 105 / 0.1);
  }

  .md\:border-b-emerald-600\/100 {
    border-bottom-color: rgb(5 150 105 / 1);
  }

  .md\:border-b-emerald-600\/15 {
    border-bottom-color: rgb(5 150 105 / 0.15);
  }

  .md\:border-b-emerald-600\/20 {
    border-bottom-color: rgb(5 150 105 / 0.2);
  }

  .md\:border-b-emerald-600\/25 {
    border-bottom-color: rgb(5 150 105 / 0.25);
  }

  .md\:border-b-emerald-600\/30 {
    border-bottom-color: rgb(5 150 105 / 0.3);
  }

  .md\:border-b-emerald-600\/35 {
    border-bottom-color: rgb(5 150 105 / 0.35);
  }

  .md\:border-b-emerald-600\/40 {
    border-bottom-color: rgb(5 150 105 / 0.4);
  }

  .md\:border-b-emerald-600\/45 {
    border-bottom-color: rgb(5 150 105 / 0.45);
  }

  .md\:border-b-emerald-600\/5 {
    border-bottom-color: rgb(5 150 105 / 0.05);
  }

  .md\:border-b-emerald-600\/50 {
    border-bottom-color: rgb(5 150 105 / 0.5);
  }

  .md\:border-b-emerald-600\/55 {
    border-bottom-color: rgb(5 150 105 / 0.55);
  }

  .md\:border-b-emerald-600\/60 {
    border-bottom-color: rgb(5 150 105 / 0.6);
  }

  .md\:border-b-emerald-600\/65 {
    border-bottom-color: rgb(5 150 105 / 0.65);
  }

  .md\:border-b-emerald-600\/70 {
    border-bottom-color: rgb(5 150 105 / 0.7);
  }

  .md\:border-b-emerald-600\/75 {
    border-bottom-color: rgb(5 150 105 / 0.75);
  }

  .md\:border-b-emerald-600\/80 {
    border-bottom-color: rgb(5 150 105 / 0.8);
  }

  .md\:border-b-emerald-600\/85 {
    border-bottom-color: rgb(5 150 105 / 0.85);
  }

  .md\:border-b-emerald-600\/90 {
    border-bottom-color: rgb(5 150 105 / 0.9);
  }

  .md\:border-b-emerald-600\/95 {
    border-bottom-color: rgb(5 150 105 / 0.95);
  }

  .md\:border-b-emerald-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity));
  }

  .md\:border-b-emerald-700\/0 {
    border-bottom-color: rgb(4 120 87 / 0);
  }

  .md\:border-b-emerald-700\/10 {
    border-bottom-color: rgb(4 120 87 / 0.1);
  }

  .md\:border-b-emerald-700\/100 {
    border-bottom-color: rgb(4 120 87 / 1);
  }

  .md\:border-b-emerald-700\/15 {
    border-bottom-color: rgb(4 120 87 / 0.15);
  }

  .md\:border-b-emerald-700\/20 {
    border-bottom-color: rgb(4 120 87 / 0.2);
  }

  .md\:border-b-emerald-700\/25 {
    border-bottom-color: rgb(4 120 87 / 0.25);
  }

  .md\:border-b-emerald-700\/30 {
    border-bottom-color: rgb(4 120 87 / 0.3);
  }

  .md\:border-b-emerald-700\/35 {
    border-bottom-color: rgb(4 120 87 / 0.35);
  }

  .md\:border-b-emerald-700\/40 {
    border-bottom-color: rgb(4 120 87 / 0.4);
  }

  .md\:border-b-emerald-700\/45 {
    border-bottom-color: rgb(4 120 87 / 0.45);
  }

  .md\:border-b-emerald-700\/5 {
    border-bottom-color: rgb(4 120 87 / 0.05);
  }

  .md\:border-b-emerald-700\/50 {
    border-bottom-color: rgb(4 120 87 / 0.5);
  }

  .md\:border-b-emerald-700\/55 {
    border-bottom-color: rgb(4 120 87 / 0.55);
  }

  .md\:border-b-emerald-700\/60 {
    border-bottom-color: rgb(4 120 87 / 0.6);
  }

  .md\:border-b-emerald-700\/65 {
    border-bottom-color: rgb(4 120 87 / 0.65);
  }

  .md\:border-b-emerald-700\/70 {
    border-bottom-color: rgb(4 120 87 / 0.7);
  }

  .md\:border-b-emerald-700\/75 {
    border-bottom-color: rgb(4 120 87 / 0.75);
  }

  .md\:border-b-emerald-700\/80 {
    border-bottom-color: rgb(4 120 87 / 0.8);
  }

  .md\:border-b-emerald-700\/85 {
    border-bottom-color: rgb(4 120 87 / 0.85);
  }

  .md\:border-b-emerald-700\/90 {
    border-bottom-color: rgb(4 120 87 / 0.9);
  }

  .md\:border-b-emerald-700\/95 {
    border-bottom-color: rgb(4 120 87 / 0.95);
  }

  .md\:border-b-emerald-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity));
  }

  .md\:border-b-emerald-800\/0 {
    border-bottom-color: rgb(6 95 70 / 0);
  }

  .md\:border-b-emerald-800\/10 {
    border-bottom-color: rgb(6 95 70 / 0.1);
  }

  .md\:border-b-emerald-800\/100 {
    border-bottom-color: rgb(6 95 70 / 1);
  }

  .md\:border-b-emerald-800\/15 {
    border-bottom-color: rgb(6 95 70 / 0.15);
  }

  .md\:border-b-emerald-800\/20 {
    border-bottom-color: rgb(6 95 70 / 0.2);
  }

  .md\:border-b-emerald-800\/25 {
    border-bottom-color: rgb(6 95 70 / 0.25);
  }

  .md\:border-b-emerald-800\/30 {
    border-bottom-color: rgb(6 95 70 / 0.3);
  }

  .md\:border-b-emerald-800\/35 {
    border-bottom-color: rgb(6 95 70 / 0.35);
  }

  .md\:border-b-emerald-800\/40 {
    border-bottom-color: rgb(6 95 70 / 0.4);
  }

  .md\:border-b-emerald-800\/45 {
    border-bottom-color: rgb(6 95 70 / 0.45);
  }

  .md\:border-b-emerald-800\/5 {
    border-bottom-color: rgb(6 95 70 / 0.05);
  }

  .md\:border-b-emerald-800\/50 {
    border-bottom-color: rgb(6 95 70 / 0.5);
  }

  .md\:border-b-emerald-800\/55 {
    border-bottom-color: rgb(6 95 70 / 0.55);
  }

  .md\:border-b-emerald-800\/60 {
    border-bottom-color: rgb(6 95 70 / 0.6);
  }

  .md\:border-b-emerald-800\/65 {
    border-bottom-color: rgb(6 95 70 / 0.65);
  }

  .md\:border-b-emerald-800\/70 {
    border-bottom-color: rgb(6 95 70 / 0.7);
  }

  .md\:border-b-emerald-800\/75 {
    border-bottom-color: rgb(6 95 70 / 0.75);
  }

  .md\:border-b-emerald-800\/80 {
    border-bottom-color: rgb(6 95 70 / 0.8);
  }

  .md\:border-b-emerald-800\/85 {
    border-bottom-color: rgb(6 95 70 / 0.85);
  }

  .md\:border-b-emerald-800\/90 {
    border-bottom-color: rgb(6 95 70 / 0.9);
  }

  .md\:border-b-emerald-800\/95 {
    border-bottom-color: rgb(6 95 70 / 0.95);
  }

  .md\:border-b-emerald-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity));
  }

  .md\:border-b-emerald-900\/0 {
    border-bottom-color: rgb(6 78 59 / 0);
  }

  .md\:border-b-emerald-900\/10 {
    border-bottom-color: rgb(6 78 59 / 0.1);
  }

  .md\:border-b-emerald-900\/100 {
    border-bottom-color: rgb(6 78 59 / 1);
  }

  .md\:border-b-emerald-900\/15 {
    border-bottom-color: rgb(6 78 59 / 0.15);
  }

  .md\:border-b-emerald-900\/20 {
    border-bottom-color: rgb(6 78 59 / 0.2);
  }

  .md\:border-b-emerald-900\/25 {
    border-bottom-color: rgb(6 78 59 / 0.25);
  }

  .md\:border-b-emerald-900\/30 {
    border-bottom-color: rgb(6 78 59 / 0.3);
  }

  .md\:border-b-emerald-900\/35 {
    border-bottom-color: rgb(6 78 59 / 0.35);
  }

  .md\:border-b-emerald-900\/40 {
    border-bottom-color: rgb(6 78 59 / 0.4);
  }

  .md\:border-b-emerald-900\/45 {
    border-bottom-color: rgb(6 78 59 / 0.45);
  }

  .md\:border-b-emerald-900\/5 {
    border-bottom-color: rgb(6 78 59 / 0.05);
  }

  .md\:border-b-emerald-900\/50 {
    border-bottom-color: rgb(6 78 59 / 0.5);
  }

  .md\:border-b-emerald-900\/55 {
    border-bottom-color: rgb(6 78 59 / 0.55);
  }

  .md\:border-b-emerald-900\/60 {
    border-bottom-color: rgb(6 78 59 / 0.6);
  }

  .md\:border-b-emerald-900\/65 {
    border-bottom-color: rgb(6 78 59 / 0.65);
  }

  .md\:border-b-emerald-900\/70 {
    border-bottom-color: rgb(6 78 59 / 0.7);
  }

  .md\:border-b-emerald-900\/75 {
    border-bottom-color: rgb(6 78 59 / 0.75);
  }

  .md\:border-b-emerald-900\/80 {
    border-bottom-color: rgb(6 78 59 / 0.8);
  }

  .md\:border-b-emerald-900\/85 {
    border-bottom-color: rgb(6 78 59 / 0.85);
  }

  .md\:border-b-emerald-900\/90 {
    border-bottom-color: rgb(6 78 59 / 0.9);
  }

  .md\:border-b-emerald-900\/95 {
    border-bottom-color: rgb(6 78 59 / 0.95);
  }

  .md\:border-b-emerald-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity));
  }

  .md\:border-b-emerald-950\/0 {
    border-bottom-color: rgb(2 44 34 / 0);
  }

  .md\:border-b-emerald-950\/10 {
    border-bottom-color: rgb(2 44 34 / 0.1);
  }

  .md\:border-b-emerald-950\/100 {
    border-bottom-color: rgb(2 44 34 / 1);
  }

  .md\:border-b-emerald-950\/15 {
    border-bottom-color: rgb(2 44 34 / 0.15);
  }

  .md\:border-b-emerald-950\/20 {
    border-bottom-color: rgb(2 44 34 / 0.2);
  }

  .md\:border-b-emerald-950\/25 {
    border-bottom-color: rgb(2 44 34 / 0.25);
  }

  .md\:border-b-emerald-950\/30 {
    border-bottom-color: rgb(2 44 34 / 0.3);
  }

  .md\:border-b-emerald-950\/35 {
    border-bottom-color: rgb(2 44 34 / 0.35);
  }

  .md\:border-b-emerald-950\/40 {
    border-bottom-color: rgb(2 44 34 / 0.4);
  }

  .md\:border-b-emerald-950\/45 {
    border-bottom-color: rgb(2 44 34 / 0.45);
  }

  .md\:border-b-emerald-950\/5 {
    border-bottom-color: rgb(2 44 34 / 0.05);
  }

  .md\:border-b-emerald-950\/50 {
    border-bottom-color: rgb(2 44 34 / 0.5);
  }

  .md\:border-b-emerald-950\/55 {
    border-bottom-color: rgb(2 44 34 / 0.55);
  }

  .md\:border-b-emerald-950\/60 {
    border-bottom-color: rgb(2 44 34 / 0.6);
  }

  .md\:border-b-emerald-950\/65 {
    border-bottom-color: rgb(2 44 34 / 0.65);
  }

  .md\:border-b-emerald-950\/70 {
    border-bottom-color: rgb(2 44 34 / 0.7);
  }

  .md\:border-b-emerald-950\/75 {
    border-bottom-color: rgb(2 44 34 / 0.75);
  }

  .md\:border-b-emerald-950\/80 {
    border-bottom-color: rgb(2 44 34 / 0.8);
  }

  .md\:border-b-emerald-950\/85 {
    border-bottom-color: rgb(2 44 34 / 0.85);
  }

  .md\:border-b-emerald-950\/90 {
    border-bottom-color: rgb(2 44 34 / 0.9);
  }

  .md\:border-b-emerald-950\/95 {
    border-bottom-color: rgb(2 44 34 / 0.95);
  }

  .md\:border-b-fuchsia-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity));
  }

  .md\:border-b-fuchsia-100\/0 {
    border-bottom-color: rgb(250 232 255 / 0);
  }

  .md\:border-b-fuchsia-100\/10 {
    border-bottom-color: rgb(250 232 255 / 0.1);
  }

  .md\:border-b-fuchsia-100\/100 {
    border-bottom-color: rgb(250 232 255 / 1);
  }

  .md\:border-b-fuchsia-100\/15 {
    border-bottom-color: rgb(250 232 255 / 0.15);
  }

  .md\:border-b-fuchsia-100\/20 {
    border-bottom-color: rgb(250 232 255 / 0.2);
  }

  .md\:border-b-fuchsia-100\/25 {
    border-bottom-color: rgb(250 232 255 / 0.25);
  }

  .md\:border-b-fuchsia-100\/30 {
    border-bottom-color: rgb(250 232 255 / 0.3);
  }

  .md\:border-b-fuchsia-100\/35 {
    border-bottom-color: rgb(250 232 255 / 0.35);
  }

  .md\:border-b-fuchsia-100\/40 {
    border-bottom-color: rgb(250 232 255 / 0.4);
  }

  .md\:border-b-fuchsia-100\/45 {
    border-bottom-color: rgb(250 232 255 / 0.45);
  }

  .md\:border-b-fuchsia-100\/5 {
    border-bottom-color: rgb(250 232 255 / 0.05);
  }

  .md\:border-b-fuchsia-100\/50 {
    border-bottom-color: rgb(250 232 255 / 0.5);
  }

  .md\:border-b-fuchsia-100\/55 {
    border-bottom-color: rgb(250 232 255 / 0.55);
  }

  .md\:border-b-fuchsia-100\/60 {
    border-bottom-color: rgb(250 232 255 / 0.6);
  }

  .md\:border-b-fuchsia-100\/65 {
    border-bottom-color: rgb(250 232 255 / 0.65);
  }

  .md\:border-b-fuchsia-100\/70 {
    border-bottom-color: rgb(250 232 255 / 0.7);
  }

  .md\:border-b-fuchsia-100\/75 {
    border-bottom-color: rgb(250 232 255 / 0.75);
  }

  .md\:border-b-fuchsia-100\/80 {
    border-bottom-color: rgb(250 232 255 / 0.8);
  }

  .md\:border-b-fuchsia-100\/85 {
    border-bottom-color: rgb(250 232 255 / 0.85);
  }

  .md\:border-b-fuchsia-100\/90 {
    border-bottom-color: rgb(250 232 255 / 0.9);
  }

  .md\:border-b-fuchsia-100\/95 {
    border-bottom-color: rgb(250 232 255 / 0.95);
  }

  .md\:border-b-fuchsia-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity));
  }

  .md\:border-b-fuchsia-200\/0 {
    border-bottom-color: rgb(245 208 254 / 0);
  }

  .md\:border-b-fuchsia-200\/10 {
    border-bottom-color: rgb(245 208 254 / 0.1);
  }

  .md\:border-b-fuchsia-200\/100 {
    border-bottom-color: rgb(245 208 254 / 1);
  }

  .md\:border-b-fuchsia-200\/15 {
    border-bottom-color: rgb(245 208 254 / 0.15);
  }

  .md\:border-b-fuchsia-200\/20 {
    border-bottom-color: rgb(245 208 254 / 0.2);
  }

  .md\:border-b-fuchsia-200\/25 {
    border-bottom-color: rgb(245 208 254 / 0.25);
  }

  .md\:border-b-fuchsia-200\/30 {
    border-bottom-color: rgb(245 208 254 / 0.3);
  }

  .md\:border-b-fuchsia-200\/35 {
    border-bottom-color: rgb(245 208 254 / 0.35);
  }

  .md\:border-b-fuchsia-200\/40 {
    border-bottom-color: rgb(245 208 254 / 0.4);
  }

  .md\:border-b-fuchsia-200\/45 {
    border-bottom-color: rgb(245 208 254 / 0.45);
  }

  .md\:border-b-fuchsia-200\/5 {
    border-bottom-color: rgb(245 208 254 / 0.05);
  }

  .md\:border-b-fuchsia-200\/50 {
    border-bottom-color: rgb(245 208 254 / 0.5);
  }

  .md\:border-b-fuchsia-200\/55 {
    border-bottom-color: rgb(245 208 254 / 0.55);
  }

  .md\:border-b-fuchsia-200\/60 {
    border-bottom-color: rgb(245 208 254 / 0.6);
  }

  .md\:border-b-fuchsia-200\/65 {
    border-bottom-color: rgb(245 208 254 / 0.65);
  }

  .md\:border-b-fuchsia-200\/70 {
    border-bottom-color: rgb(245 208 254 / 0.7);
  }

  .md\:border-b-fuchsia-200\/75 {
    border-bottom-color: rgb(245 208 254 / 0.75);
  }

  .md\:border-b-fuchsia-200\/80 {
    border-bottom-color: rgb(245 208 254 / 0.8);
  }

  .md\:border-b-fuchsia-200\/85 {
    border-bottom-color: rgb(245 208 254 / 0.85);
  }

  .md\:border-b-fuchsia-200\/90 {
    border-bottom-color: rgb(245 208 254 / 0.9);
  }

  .md\:border-b-fuchsia-200\/95 {
    border-bottom-color: rgb(245 208 254 / 0.95);
  }

  .md\:border-b-fuchsia-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity));
  }

  .md\:border-b-fuchsia-300\/0 {
    border-bottom-color: rgb(240 171 252 / 0);
  }

  .md\:border-b-fuchsia-300\/10 {
    border-bottom-color: rgb(240 171 252 / 0.1);
  }

  .md\:border-b-fuchsia-300\/100 {
    border-bottom-color: rgb(240 171 252 / 1);
  }

  .md\:border-b-fuchsia-300\/15 {
    border-bottom-color: rgb(240 171 252 / 0.15);
  }

  .md\:border-b-fuchsia-300\/20 {
    border-bottom-color: rgb(240 171 252 / 0.2);
  }

  .md\:border-b-fuchsia-300\/25 {
    border-bottom-color: rgb(240 171 252 / 0.25);
  }

  .md\:border-b-fuchsia-300\/30 {
    border-bottom-color: rgb(240 171 252 / 0.3);
  }

  .md\:border-b-fuchsia-300\/35 {
    border-bottom-color: rgb(240 171 252 / 0.35);
  }

  .md\:border-b-fuchsia-300\/40 {
    border-bottom-color: rgb(240 171 252 / 0.4);
  }

  .md\:border-b-fuchsia-300\/45 {
    border-bottom-color: rgb(240 171 252 / 0.45);
  }

  .md\:border-b-fuchsia-300\/5 {
    border-bottom-color: rgb(240 171 252 / 0.05);
  }

  .md\:border-b-fuchsia-300\/50 {
    border-bottom-color: rgb(240 171 252 / 0.5);
  }

  .md\:border-b-fuchsia-300\/55 {
    border-bottom-color: rgb(240 171 252 / 0.55);
  }

  .md\:border-b-fuchsia-300\/60 {
    border-bottom-color: rgb(240 171 252 / 0.6);
  }

  .md\:border-b-fuchsia-300\/65 {
    border-bottom-color: rgb(240 171 252 / 0.65);
  }

  .md\:border-b-fuchsia-300\/70 {
    border-bottom-color: rgb(240 171 252 / 0.7);
  }

  .md\:border-b-fuchsia-300\/75 {
    border-bottom-color: rgb(240 171 252 / 0.75);
  }

  .md\:border-b-fuchsia-300\/80 {
    border-bottom-color: rgb(240 171 252 / 0.8);
  }

  .md\:border-b-fuchsia-300\/85 {
    border-bottom-color: rgb(240 171 252 / 0.85);
  }

  .md\:border-b-fuchsia-300\/90 {
    border-bottom-color: rgb(240 171 252 / 0.9);
  }

  .md\:border-b-fuchsia-300\/95 {
    border-bottom-color: rgb(240 171 252 / 0.95);
  }

  .md\:border-b-fuchsia-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity));
  }

  .md\:border-b-fuchsia-400\/0 {
    border-bottom-color: rgb(232 121 249 / 0);
  }

  .md\:border-b-fuchsia-400\/10 {
    border-bottom-color: rgb(232 121 249 / 0.1);
  }

  .md\:border-b-fuchsia-400\/100 {
    border-bottom-color: rgb(232 121 249 / 1);
  }

  .md\:border-b-fuchsia-400\/15 {
    border-bottom-color: rgb(232 121 249 / 0.15);
  }

  .md\:border-b-fuchsia-400\/20 {
    border-bottom-color: rgb(232 121 249 / 0.2);
  }

  .md\:border-b-fuchsia-400\/25 {
    border-bottom-color: rgb(232 121 249 / 0.25);
  }

  .md\:border-b-fuchsia-400\/30 {
    border-bottom-color: rgb(232 121 249 / 0.3);
  }

  .md\:border-b-fuchsia-400\/35 {
    border-bottom-color: rgb(232 121 249 / 0.35);
  }

  .md\:border-b-fuchsia-400\/40 {
    border-bottom-color: rgb(232 121 249 / 0.4);
  }

  .md\:border-b-fuchsia-400\/45 {
    border-bottom-color: rgb(232 121 249 / 0.45);
  }

  .md\:border-b-fuchsia-400\/5 {
    border-bottom-color: rgb(232 121 249 / 0.05);
  }

  .md\:border-b-fuchsia-400\/50 {
    border-bottom-color: rgb(232 121 249 / 0.5);
  }

  .md\:border-b-fuchsia-400\/55 {
    border-bottom-color: rgb(232 121 249 / 0.55);
  }

  .md\:border-b-fuchsia-400\/60 {
    border-bottom-color: rgb(232 121 249 / 0.6);
  }

  .md\:border-b-fuchsia-400\/65 {
    border-bottom-color: rgb(232 121 249 / 0.65);
  }

  .md\:border-b-fuchsia-400\/70 {
    border-bottom-color: rgb(232 121 249 / 0.7);
  }

  .md\:border-b-fuchsia-400\/75 {
    border-bottom-color: rgb(232 121 249 / 0.75);
  }

  .md\:border-b-fuchsia-400\/80 {
    border-bottom-color: rgb(232 121 249 / 0.8);
  }

  .md\:border-b-fuchsia-400\/85 {
    border-bottom-color: rgb(232 121 249 / 0.85);
  }

  .md\:border-b-fuchsia-400\/90 {
    border-bottom-color: rgb(232 121 249 / 0.9);
  }

  .md\:border-b-fuchsia-400\/95 {
    border-bottom-color: rgb(232 121 249 / 0.95);
  }

  .md\:border-b-fuchsia-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity));
  }

  .md\:border-b-fuchsia-50\/0 {
    border-bottom-color: rgb(253 244 255 / 0);
  }

  .md\:border-b-fuchsia-50\/10 {
    border-bottom-color: rgb(253 244 255 / 0.1);
  }

  .md\:border-b-fuchsia-50\/100 {
    border-bottom-color: rgb(253 244 255 / 1);
  }

  .md\:border-b-fuchsia-50\/15 {
    border-bottom-color: rgb(253 244 255 / 0.15);
  }

  .md\:border-b-fuchsia-50\/20 {
    border-bottom-color: rgb(253 244 255 / 0.2);
  }

  .md\:border-b-fuchsia-50\/25 {
    border-bottom-color: rgb(253 244 255 / 0.25);
  }

  .md\:border-b-fuchsia-50\/30 {
    border-bottom-color: rgb(253 244 255 / 0.3);
  }

  .md\:border-b-fuchsia-50\/35 {
    border-bottom-color: rgb(253 244 255 / 0.35);
  }

  .md\:border-b-fuchsia-50\/40 {
    border-bottom-color: rgb(253 244 255 / 0.4);
  }

  .md\:border-b-fuchsia-50\/45 {
    border-bottom-color: rgb(253 244 255 / 0.45);
  }

  .md\:border-b-fuchsia-50\/5 {
    border-bottom-color: rgb(253 244 255 / 0.05);
  }

  .md\:border-b-fuchsia-50\/50 {
    border-bottom-color: rgb(253 244 255 / 0.5);
  }

  .md\:border-b-fuchsia-50\/55 {
    border-bottom-color: rgb(253 244 255 / 0.55);
  }

  .md\:border-b-fuchsia-50\/60 {
    border-bottom-color: rgb(253 244 255 / 0.6);
  }

  .md\:border-b-fuchsia-50\/65 {
    border-bottom-color: rgb(253 244 255 / 0.65);
  }

  .md\:border-b-fuchsia-50\/70 {
    border-bottom-color: rgb(253 244 255 / 0.7);
  }

  .md\:border-b-fuchsia-50\/75 {
    border-bottom-color: rgb(253 244 255 / 0.75);
  }

  .md\:border-b-fuchsia-50\/80 {
    border-bottom-color: rgb(253 244 255 / 0.8);
  }

  .md\:border-b-fuchsia-50\/85 {
    border-bottom-color: rgb(253 244 255 / 0.85);
  }

  .md\:border-b-fuchsia-50\/90 {
    border-bottom-color: rgb(253 244 255 / 0.9);
  }

  .md\:border-b-fuchsia-50\/95 {
    border-bottom-color: rgb(253 244 255 / 0.95);
  }

  .md\:border-b-fuchsia-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity));
  }

  .md\:border-b-fuchsia-500\/0 {
    border-bottom-color: rgb(217 70 239 / 0);
  }

  .md\:border-b-fuchsia-500\/10 {
    border-bottom-color: rgb(217 70 239 / 0.1);
  }

  .md\:border-b-fuchsia-500\/100 {
    border-bottom-color: rgb(217 70 239 / 1);
  }

  .md\:border-b-fuchsia-500\/15 {
    border-bottom-color: rgb(217 70 239 / 0.15);
  }

  .md\:border-b-fuchsia-500\/20 {
    border-bottom-color: rgb(217 70 239 / 0.2);
  }

  .md\:border-b-fuchsia-500\/25 {
    border-bottom-color: rgb(217 70 239 / 0.25);
  }

  .md\:border-b-fuchsia-500\/30 {
    border-bottom-color: rgb(217 70 239 / 0.3);
  }

  .md\:border-b-fuchsia-500\/35 {
    border-bottom-color: rgb(217 70 239 / 0.35);
  }

  .md\:border-b-fuchsia-500\/40 {
    border-bottom-color: rgb(217 70 239 / 0.4);
  }

  .md\:border-b-fuchsia-500\/45 {
    border-bottom-color: rgb(217 70 239 / 0.45);
  }

  .md\:border-b-fuchsia-500\/5 {
    border-bottom-color: rgb(217 70 239 / 0.05);
  }

  .md\:border-b-fuchsia-500\/50 {
    border-bottom-color: rgb(217 70 239 / 0.5);
  }

  .md\:border-b-fuchsia-500\/55 {
    border-bottom-color: rgb(217 70 239 / 0.55);
  }

  .md\:border-b-fuchsia-500\/60 {
    border-bottom-color: rgb(217 70 239 / 0.6);
  }

  .md\:border-b-fuchsia-500\/65 {
    border-bottom-color: rgb(217 70 239 / 0.65);
  }

  .md\:border-b-fuchsia-500\/70 {
    border-bottom-color: rgb(217 70 239 / 0.7);
  }

  .md\:border-b-fuchsia-500\/75 {
    border-bottom-color: rgb(217 70 239 / 0.75);
  }

  .md\:border-b-fuchsia-500\/80 {
    border-bottom-color: rgb(217 70 239 / 0.8);
  }

  .md\:border-b-fuchsia-500\/85 {
    border-bottom-color: rgb(217 70 239 / 0.85);
  }

  .md\:border-b-fuchsia-500\/90 {
    border-bottom-color: rgb(217 70 239 / 0.9);
  }

  .md\:border-b-fuchsia-500\/95 {
    border-bottom-color: rgb(217 70 239 / 0.95);
  }

  .md\:border-b-fuchsia-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity));
  }

  .md\:border-b-fuchsia-600\/0 {
    border-bottom-color: rgb(192 38 211 / 0);
  }

  .md\:border-b-fuchsia-600\/10 {
    border-bottom-color: rgb(192 38 211 / 0.1);
  }

  .md\:border-b-fuchsia-600\/100 {
    border-bottom-color: rgb(192 38 211 / 1);
  }

  .md\:border-b-fuchsia-600\/15 {
    border-bottom-color: rgb(192 38 211 / 0.15);
  }

  .md\:border-b-fuchsia-600\/20 {
    border-bottom-color: rgb(192 38 211 / 0.2);
  }

  .md\:border-b-fuchsia-600\/25 {
    border-bottom-color: rgb(192 38 211 / 0.25);
  }

  .md\:border-b-fuchsia-600\/30 {
    border-bottom-color: rgb(192 38 211 / 0.3);
  }

  .md\:border-b-fuchsia-600\/35 {
    border-bottom-color: rgb(192 38 211 / 0.35);
  }

  .md\:border-b-fuchsia-600\/40 {
    border-bottom-color: rgb(192 38 211 / 0.4);
  }

  .md\:border-b-fuchsia-600\/45 {
    border-bottom-color: rgb(192 38 211 / 0.45);
  }

  .md\:border-b-fuchsia-600\/5 {
    border-bottom-color: rgb(192 38 211 / 0.05);
  }

  .md\:border-b-fuchsia-600\/50 {
    border-bottom-color: rgb(192 38 211 / 0.5);
  }

  .md\:border-b-fuchsia-600\/55 {
    border-bottom-color: rgb(192 38 211 / 0.55);
  }

  .md\:border-b-fuchsia-600\/60 {
    border-bottom-color: rgb(192 38 211 / 0.6);
  }

  .md\:border-b-fuchsia-600\/65 {
    border-bottom-color: rgb(192 38 211 / 0.65);
  }

  .md\:border-b-fuchsia-600\/70 {
    border-bottom-color: rgb(192 38 211 / 0.7);
  }

  .md\:border-b-fuchsia-600\/75 {
    border-bottom-color: rgb(192 38 211 / 0.75);
  }

  .md\:border-b-fuchsia-600\/80 {
    border-bottom-color: rgb(192 38 211 / 0.8);
  }

  .md\:border-b-fuchsia-600\/85 {
    border-bottom-color: rgb(192 38 211 / 0.85);
  }

  .md\:border-b-fuchsia-600\/90 {
    border-bottom-color: rgb(192 38 211 / 0.9);
  }

  .md\:border-b-fuchsia-600\/95 {
    border-bottom-color: rgb(192 38 211 / 0.95);
  }

  .md\:border-b-fuchsia-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity));
  }

  .md\:border-b-fuchsia-700\/0 {
    border-bottom-color: rgb(162 28 175 / 0);
  }

  .md\:border-b-fuchsia-700\/10 {
    border-bottom-color: rgb(162 28 175 / 0.1);
  }

  .md\:border-b-fuchsia-700\/100 {
    border-bottom-color: rgb(162 28 175 / 1);
  }

  .md\:border-b-fuchsia-700\/15 {
    border-bottom-color: rgb(162 28 175 / 0.15);
  }

  .md\:border-b-fuchsia-700\/20 {
    border-bottom-color: rgb(162 28 175 / 0.2);
  }

  .md\:border-b-fuchsia-700\/25 {
    border-bottom-color: rgb(162 28 175 / 0.25);
  }

  .md\:border-b-fuchsia-700\/30 {
    border-bottom-color: rgb(162 28 175 / 0.3);
  }

  .md\:border-b-fuchsia-700\/35 {
    border-bottom-color: rgb(162 28 175 / 0.35);
  }

  .md\:border-b-fuchsia-700\/40 {
    border-bottom-color: rgb(162 28 175 / 0.4);
  }

  .md\:border-b-fuchsia-700\/45 {
    border-bottom-color: rgb(162 28 175 / 0.45);
  }

  .md\:border-b-fuchsia-700\/5 {
    border-bottom-color: rgb(162 28 175 / 0.05);
  }

  .md\:border-b-fuchsia-700\/50 {
    border-bottom-color: rgb(162 28 175 / 0.5);
  }

  .md\:border-b-fuchsia-700\/55 {
    border-bottom-color: rgb(162 28 175 / 0.55);
  }

  .md\:border-b-fuchsia-700\/60 {
    border-bottom-color: rgb(162 28 175 / 0.6);
  }

  .md\:border-b-fuchsia-700\/65 {
    border-bottom-color: rgb(162 28 175 / 0.65);
  }

  .md\:border-b-fuchsia-700\/70 {
    border-bottom-color: rgb(162 28 175 / 0.7);
  }

  .md\:border-b-fuchsia-700\/75 {
    border-bottom-color: rgb(162 28 175 / 0.75);
  }

  .md\:border-b-fuchsia-700\/80 {
    border-bottom-color: rgb(162 28 175 / 0.8);
  }

  .md\:border-b-fuchsia-700\/85 {
    border-bottom-color: rgb(162 28 175 / 0.85);
  }

  .md\:border-b-fuchsia-700\/90 {
    border-bottom-color: rgb(162 28 175 / 0.9);
  }

  .md\:border-b-fuchsia-700\/95 {
    border-bottom-color: rgb(162 28 175 / 0.95);
  }

  .md\:border-b-fuchsia-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity));
  }

  .md\:border-b-fuchsia-800\/0 {
    border-bottom-color: rgb(134 25 143 / 0);
  }

  .md\:border-b-fuchsia-800\/10 {
    border-bottom-color: rgb(134 25 143 / 0.1);
  }

  .md\:border-b-fuchsia-800\/100 {
    border-bottom-color: rgb(134 25 143 / 1);
  }

  .md\:border-b-fuchsia-800\/15 {
    border-bottom-color: rgb(134 25 143 / 0.15);
  }

  .md\:border-b-fuchsia-800\/20 {
    border-bottom-color: rgb(134 25 143 / 0.2);
  }

  .md\:border-b-fuchsia-800\/25 {
    border-bottom-color: rgb(134 25 143 / 0.25);
  }

  .md\:border-b-fuchsia-800\/30 {
    border-bottom-color: rgb(134 25 143 / 0.3);
  }

  .md\:border-b-fuchsia-800\/35 {
    border-bottom-color: rgb(134 25 143 / 0.35);
  }

  .md\:border-b-fuchsia-800\/40 {
    border-bottom-color: rgb(134 25 143 / 0.4);
  }

  .md\:border-b-fuchsia-800\/45 {
    border-bottom-color: rgb(134 25 143 / 0.45);
  }

  .md\:border-b-fuchsia-800\/5 {
    border-bottom-color: rgb(134 25 143 / 0.05);
  }

  .md\:border-b-fuchsia-800\/50 {
    border-bottom-color: rgb(134 25 143 / 0.5);
  }

  .md\:border-b-fuchsia-800\/55 {
    border-bottom-color: rgb(134 25 143 / 0.55);
  }

  .md\:border-b-fuchsia-800\/60 {
    border-bottom-color: rgb(134 25 143 / 0.6);
  }

  .md\:border-b-fuchsia-800\/65 {
    border-bottom-color: rgb(134 25 143 / 0.65);
  }

  .md\:border-b-fuchsia-800\/70 {
    border-bottom-color: rgb(134 25 143 / 0.7);
  }

  .md\:border-b-fuchsia-800\/75 {
    border-bottom-color: rgb(134 25 143 / 0.75);
  }

  .md\:border-b-fuchsia-800\/80 {
    border-bottom-color: rgb(134 25 143 / 0.8);
  }

  .md\:border-b-fuchsia-800\/85 {
    border-bottom-color: rgb(134 25 143 / 0.85);
  }

  .md\:border-b-fuchsia-800\/90 {
    border-bottom-color: rgb(134 25 143 / 0.9);
  }

  .md\:border-b-fuchsia-800\/95 {
    border-bottom-color: rgb(134 25 143 / 0.95);
  }

  .md\:border-b-fuchsia-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity));
  }

  .md\:border-b-fuchsia-900\/0 {
    border-bottom-color: rgb(112 26 117 / 0);
  }

  .md\:border-b-fuchsia-900\/10 {
    border-bottom-color: rgb(112 26 117 / 0.1);
  }

  .md\:border-b-fuchsia-900\/100 {
    border-bottom-color: rgb(112 26 117 / 1);
  }

  .md\:border-b-fuchsia-900\/15 {
    border-bottom-color: rgb(112 26 117 / 0.15);
  }

  .md\:border-b-fuchsia-900\/20 {
    border-bottom-color: rgb(112 26 117 / 0.2);
  }

  .md\:border-b-fuchsia-900\/25 {
    border-bottom-color: rgb(112 26 117 / 0.25);
  }

  .md\:border-b-fuchsia-900\/30 {
    border-bottom-color: rgb(112 26 117 / 0.3);
  }

  .md\:border-b-fuchsia-900\/35 {
    border-bottom-color: rgb(112 26 117 / 0.35);
  }

  .md\:border-b-fuchsia-900\/40 {
    border-bottom-color: rgb(112 26 117 / 0.4);
  }

  .md\:border-b-fuchsia-900\/45 {
    border-bottom-color: rgb(112 26 117 / 0.45);
  }

  .md\:border-b-fuchsia-900\/5 {
    border-bottom-color: rgb(112 26 117 / 0.05);
  }

  .md\:border-b-fuchsia-900\/50 {
    border-bottom-color: rgb(112 26 117 / 0.5);
  }

  .md\:border-b-fuchsia-900\/55 {
    border-bottom-color: rgb(112 26 117 / 0.55);
  }

  .md\:border-b-fuchsia-900\/60 {
    border-bottom-color: rgb(112 26 117 / 0.6);
  }

  .md\:border-b-fuchsia-900\/65 {
    border-bottom-color: rgb(112 26 117 / 0.65);
  }

  .md\:border-b-fuchsia-900\/70 {
    border-bottom-color: rgb(112 26 117 / 0.7);
  }

  .md\:border-b-fuchsia-900\/75 {
    border-bottom-color: rgb(112 26 117 / 0.75);
  }

  .md\:border-b-fuchsia-900\/80 {
    border-bottom-color: rgb(112 26 117 / 0.8);
  }

  .md\:border-b-fuchsia-900\/85 {
    border-bottom-color: rgb(112 26 117 / 0.85);
  }

  .md\:border-b-fuchsia-900\/90 {
    border-bottom-color: rgb(112 26 117 / 0.9);
  }

  .md\:border-b-fuchsia-900\/95 {
    border-bottom-color: rgb(112 26 117 / 0.95);
  }

  .md\:border-b-fuchsia-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity));
  }

  .md\:border-b-fuchsia-950\/0 {
    border-bottom-color: rgb(74 4 78 / 0);
  }

  .md\:border-b-fuchsia-950\/10 {
    border-bottom-color: rgb(74 4 78 / 0.1);
  }

  .md\:border-b-fuchsia-950\/100 {
    border-bottom-color: rgb(74 4 78 / 1);
  }

  .md\:border-b-fuchsia-950\/15 {
    border-bottom-color: rgb(74 4 78 / 0.15);
  }

  .md\:border-b-fuchsia-950\/20 {
    border-bottom-color: rgb(74 4 78 / 0.2);
  }

  .md\:border-b-fuchsia-950\/25 {
    border-bottom-color: rgb(74 4 78 / 0.25);
  }

  .md\:border-b-fuchsia-950\/30 {
    border-bottom-color: rgb(74 4 78 / 0.3);
  }

  .md\:border-b-fuchsia-950\/35 {
    border-bottom-color: rgb(74 4 78 / 0.35);
  }

  .md\:border-b-fuchsia-950\/40 {
    border-bottom-color: rgb(74 4 78 / 0.4);
  }

  .md\:border-b-fuchsia-950\/45 {
    border-bottom-color: rgb(74 4 78 / 0.45);
  }

  .md\:border-b-fuchsia-950\/5 {
    border-bottom-color: rgb(74 4 78 / 0.05);
  }

  .md\:border-b-fuchsia-950\/50 {
    border-bottom-color: rgb(74 4 78 / 0.5);
  }

  .md\:border-b-fuchsia-950\/55 {
    border-bottom-color: rgb(74 4 78 / 0.55);
  }

  .md\:border-b-fuchsia-950\/60 {
    border-bottom-color: rgb(74 4 78 / 0.6);
  }

  .md\:border-b-fuchsia-950\/65 {
    border-bottom-color: rgb(74 4 78 / 0.65);
  }

  .md\:border-b-fuchsia-950\/70 {
    border-bottom-color: rgb(74 4 78 / 0.7);
  }

  .md\:border-b-fuchsia-950\/75 {
    border-bottom-color: rgb(74 4 78 / 0.75);
  }

  .md\:border-b-fuchsia-950\/80 {
    border-bottom-color: rgb(74 4 78 / 0.8);
  }

  .md\:border-b-fuchsia-950\/85 {
    border-bottom-color: rgb(74 4 78 / 0.85);
  }

  .md\:border-b-fuchsia-950\/90 {
    border-bottom-color: rgb(74 4 78 / 0.9);
  }

  .md\:border-b-fuchsia-950\/95 {
    border-bottom-color: rgb(74 4 78 / 0.95);
  }

  .md\:border-b-gray-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity));
  }

  .md\:border-b-gray-100\/0 {
    border-bottom-color: rgb(243 244 246 / 0);
  }

  .md\:border-b-gray-100\/10 {
    border-bottom-color: rgb(243 244 246 / 0.1);
  }

  .md\:border-b-gray-100\/100 {
    border-bottom-color: rgb(243 244 246 / 1);
  }

  .md\:border-b-gray-100\/15 {
    border-bottom-color: rgb(243 244 246 / 0.15);
  }

  .md\:border-b-gray-100\/20 {
    border-bottom-color: rgb(243 244 246 / 0.2);
  }

  .md\:border-b-gray-100\/25 {
    border-bottom-color: rgb(243 244 246 / 0.25);
  }

  .md\:border-b-gray-100\/30 {
    border-bottom-color: rgb(243 244 246 / 0.3);
  }

  .md\:border-b-gray-100\/35 {
    border-bottom-color: rgb(243 244 246 / 0.35);
  }

  .md\:border-b-gray-100\/40 {
    border-bottom-color: rgb(243 244 246 / 0.4);
  }

  .md\:border-b-gray-100\/45 {
    border-bottom-color: rgb(243 244 246 / 0.45);
  }

  .md\:border-b-gray-100\/5 {
    border-bottom-color: rgb(243 244 246 / 0.05);
  }

  .md\:border-b-gray-100\/50 {
    border-bottom-color: rgb(243 244 246 / 0.5);
  }

  .md\:border-b-gray-100\/55 {
    border-bottom-color: rgb(243 244 246 / 0.55);
  }

  .md\:border-b-gray-100\/60 {
    border-bottom-color: rgb(243 244 246 / 0.6);
  }

  .md\:border-b-gray-100\/65 {
    border-bottom-color: rgb(243 244 246 / 0.65);
  }

  .md\:border-b-gray-100\/70 {
    border-bottom-color: rgb(243 244 246 / 0.7);
  }

  .md\:border-b-gray-100\/75 {
    border-bottom-color: rgb(243 244 246 / 0.75);
  }

  .md\:border-b-gray-100\/80 {
    border-bottom-color: rgb(243 244 246 / 0.8);
  }

  .md\:border-b-gray-100\/85 {
    border-bottom-color: rgb(243 244 246 / 0.85);
  }

  .md\:border-b-gray-100\/90 {
    border-bottom-color: rgb(243 244 246 / 0.9);
  }

  .md\:border-b-gray-100\/95 {
    border-bottom-color: rgb(243 244 246 / 0.95);
  }

  .md\:border-b-gray-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

  .md\:border-b-gray-200\/0 {
    border-bottom-color: rgb(229 231 235 / 0);
  }

  .md\:border-b-gray-200\/10 {
    border-bottom-color: rgb(229 231 235 / 0.1);
  }

  .md\:border-b-gray-200\/100 {
    border-bottom-color: rgb(229 231 235 / 1);
  }

  .md\:border-b-gray-200\/15 {
    border-bottom-color: rgb(229 231 235 / 0.15);
  }

  .md\:border-b-gray-200\/20 {
    border-bottom-color: rgb(229 231 235 / 0.2);
  }

  .md\:border-b-gray-200\/25 {
    border-bottom-color: rgb(229 231 235 / 0.25);
  }

  .md\:border-b-gray-200\/30 {
    border-bottom-color: rgb(229 231 235 / 0.3);
  }

  .md\:border-b-gray-200\/35 {
    border-bottom-color: rgb(229 231 235 / 0.35);
  }

  .md\:border-b-gray-200\/40 {
    border-bottom-color: rgb(229 231 235 / 0.4);
  }

  .md\:border-b-gray-200\/45 {
    border-bottom-color: rgb(229 231 235 / 0.45);
  }

  .md\:border-b-gray-200\/5 {
    border-bottom-color: rgb(229 231 235 / 0.05);
  }

  .md\:border-b-gray-200\/50 {
    border-bottom-color: rgb(229 231 235 / 0.5);
  }

  .md\:border-b-gray-200\/55 {
    border-bottom-color: rgb(229 231 235 / 0.55);
  }

  .md\:border-b-gray-200\/60 {
    border-bottom-color: rgb(229 231 235 / 0.6);
  }

  .md\:border-b-gray-200\/65 {
    border-bottom-color: rgb(229 231 235 / 0.65);
  }

  .md\:border-b-gray-200\/70 {
    border-bottom-color: rgb(229 231 235 / 0.7);
  }

  .md\:border-b-gray-200\/75 {
    border-bottom-color: rgb(229 231 235 / 0.75);
  }

  .md\:border-b-gray-200\/80 {
    border-bottom-color: rgb(229 231 235 / 0.8);
  }

  .md\:border-b-gray-200\/85 {
    border-bottom-color: rgb(229 231 235 / 0.85);
  }

  .md\:border-b-gray-200\/90 {
    border-bottom-color: rgb(229 231 235 / 0.9);
  }

  .md\:border-b-gray-200\/95 {
    border-bottom-color: rgb(229 231 235 / 0.95);
  }

  .md\:border-b-gray-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity));
  }

  .md\:border-b-gray-300\/0 {
    border-bottom-color: rgb(209 213 219 / 0);
  }

  .md\:border-b-gray-300\/10 {
    border-bottom-color: rgb(209 213 219 / 0.1);
  }

  .md\:border-b-gray-300\/100 {
    border-bottom-color: rgb(209 213 219 / 1);
  }

  .md\:border-b-gray-300\/15 {
    border-bottom-color: rgb(209 213 219 / 0.15);
  }

  .md\:border-b-gray-300\/20 {
    border-bottom-color: rgb(209 213 219 / 0.2);
  }

  .md\:border-b-gray-300\/25 {
    border-bottom-color: rgb(209 213 219 / 0.25);
  }

  .md\:border-b-gray-300\/30 {
    border-bottom-color: rgb(209 213 219 / 0.3);
  }

  .md\:border-b-gray-300\/35 {
    border-bottom-color: rgb(209 213 219 / 0.35);
  }

  .md\:border-b-gray-300\/40 {
    border-bottom-color: rgb(209 213 219 / 0.4);
  }

  .md\:border-b-gray-300\/45 {
    border-bottom-color: rgb(209 213 219 / 0.45);
  }

  .md\:border-b-gray-300\/5 {
    border-bottom-color: rgb(209 213 219 / 0.05);
  }

  .md\:border-b-gray-300\/50 {
    border-bottom-color: rgb(209 213 219 / 0.5);
  }

  .md\:border-b-gray-300\/55 {
    border-bottom-color: rgb(209 213 219 / 0.55);
  }

  .md\:border-b-gray-300\/60 {
    border-bottom-color: rgb(209 213 219 / 0.6);
  }

  .md\:border-b-gray-300\/65 {
    border-bottom-color: rgb(209 213 219 / 0.65);
  }

  .md\:border-b-gray-300\/70 {
    border-bottom-color: rgb(209 213 219 / 0.7);
  }

  .md\:border-b-gray-300\/75 {
    border-bottom-color: rgb(209 213 219 / 0.75);
  }

  .md\:border-b-gray-300\/80 {
    border-bottom-color: rgb(209 213 219 / 0.8);
  }

  .md\:border-b-gray-300\/85 {
    border-bottom-color: rgb(209 213 219 / 0.85);
  }

  .md\:border-b-gray-300\/90 {
    border-bottom-color: rgb(209 213 219 / 0.9);
  }

  .md\:border-b-gray-300\/95 {
    border-bottom-color: rgb(209 213 219 / 0.95);
  }

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

  .md\:border-b-gray-400\/0 {
    border-bottom-color: rgb(156 163 175 / 0);
  }

  .md\:border-b-gray-400\/10 {
    border-bottom-color: rgb(156 163 175 / 0.1);
  }

  .md\:border-b-gray-400\/100 {
    border-bottom-color: rgb(156 163 175 / 1);
  }

  .md\:border-b-gray-400\/15 {
    border-bottom-color: rgb(156 163 175 / 0.15);
  }

  .md\:border-b-gray-400\/20 {
    border-bottom-color: rgb(156 163 175 / 0.2);
  }

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

  .md\:border-b-gray-400\/30 {
    border-bottom-color: rgb(156 163 175 / 0.3);
  }

  .md\:border-b-gray-400\/35 {
    border-bottom-color: rgb(156 163 175 / 0.35);
  }

  .md\:border-b-gray-400\/40 {
    border-bottom-color: rgb(156 163 175 / 0.4);
  }

  .md\:border-b-gray-400\/45 {
    border-bottom-color: rgb(156 163 175 / 0.45);
  }

  .md\:border-b-gray-400\/5 {
    border-bottom-color: rgb(156 163 175 / 0.05);
  }

  .md\:border-b-gray-400\/50 {
    border-bottom-color: rgb(156 163 175 / 0.5);
  }

  .md\:border-b-gray-400\/55 {
    border-bottom-color: rgb(156 163 175 / 0.55);
  }

  .md\:border-b-gray-400\/60 {
    border-bottom-color: rgb(156 163 175 / 0.6);
  }

  .md\:border-b-gray-400\/65 {
    border-bottom-color: rgb(156 163 175 / 0.65);
  }

  .md\:border-b-gray-400\/70 {
    border-bottom-color: rgb(156 163 175 / 0.7);
  }

  .md\:border-b-gray-400\/75 {
    border-bottom-color: rgb(156 163 175 / 0.75);
  }

  .md\:border-b-gray-400\/80 {
    border-bottom-color: rgb(156 163 175 / 0.8);
  }

  .md\:border-b-gray-400\/85 {
    border-bottom-color: rgb(156 163 175 / 0.85);
  }

  .md\:border-b-gray-400\/90 {
    border-bottom-color: rgb(156 163 175 / 0.9);
  }

  .md\:border-b-gray-400\/95 {
    border-bottom-color: rgb(156 163 175 / 0.95);
  }

  .md\:border-b-gray-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity));
  }

  .md\:border-b-gray-50\/0 {
    border-bottom-color: rgb(249 250 251 / 0);
  }

  .md\:border-b-gray-50\/10 {
    border-bottom-color: rgb(249 250 251 / 0.1);
  }

  .md\:border-b-gray-50\/100 {
    border-bottom-color: rgb(249 250 251 / 1);
  }

  .md\:border-b-gray-50\/15 {
    border-bottom-color: rgb(249 250 251 / 0.15);
  }

  .md\:border-b-gray-50\/20 {
    border-bottom-color: rgb(249 250 251 / 0.2);
  }

  .md\:border-b-gray-50\/25 {
    border-bottom-color: rgb(249 250 251 / 0.25);
  }

  .md\:border-b-gray-50\/30 {
    border-bottom-color: rgb(249 250 251 / 0.3);
  }

  .md\:border-b-gray-50\/35 {
    border-bottom-color: rgb(249 250 251 / 0.35);
  }

  .md\:border-b-gray-50\/40 {
    border-bottom-color: rgb(249 250 251 / 0.4);
  }

  .md\:border-b-gray-50\/45 {
    border-bottom-color: rgb(249 250 251 / 0.45);
  }

  .md\:border-b-gray-50\/5 {
    border-bottom-color: rgb(249 250 251 / 0.05);
  }

  .md\:border-b-gray-50\/50 {
    border-bottom-color: rgb(249 250 251 / 0.5);
  }

  .md\:border-b-gray-50\/55 {
    border-bottom-color: rgb(249 250 251 / 0.55);
  }

  .md\:border-b-gray-50\/60 {
    border-bottom-color: rgb(249 250 251 / 0.6);
  }

  .md\:border-b-gray-50\/65 {
    border-bottom-color: rgb(249 250 251 / 0.65);
  }

  .md\:border-b-gray-50\/70 {
    border-bottom-color: rgb(249 250 251 / 0.7);
  }

  .md\:border-b-gray-50\/75 {
    border-bottom-color: rgb(249 250 251 / 0.75);
  }

  .md\:border-b-gray-50\/80 {
    border-bottom-color: rgb(249 250 251 / 0.8);
  }

  .md\:border-b-gray-50\/85 {
    border-bottom-color: rgb(249 250 251 / 0.85);
  }

  .md\:border-b-gray-50\/90 {
    border-bottom-color: rgb(249 250 251 / 0.9);
  }

  .md\:border-b-gray-50\/95 {
    border-bottom-color: rgb(249 250 251 / 0.95);
  }

  .md\:border-b-gray-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity));
  }

  .md\:border-b-gray-500\/0 {
    border-bottom-color: rgb(107 114 128 / 0);
  }

  .md\:border-b-gray-500\/10 {
    border-bottom-color: rgb(107 114 128 / 0.1);
  }

  .md\:border-b-gray-500\/100 {
    border-bottom-color: rgb(107 114 128 / 1);
  }

  .md\:border-b-gray-500\/15 {
    border-bottom-color: rgb(107 114 128 / 0.15);
  }

  .md\:border-b-gray-500\/20 {
    border-bottom-color: rgb(107 114 128 / 0.2);
  }

  .md\:border-b-gray-500\/25 {
    border-bottom-color: rgb(107 114 128 / 0.25);
  }

  .md\:border-b-gray-500\/30 {
    border-bottom-color: rgb(107 114 128 / 0.3);
  }

  .md\:border-b-gray-500\/35 {
    border-bottom-color: rgb(107 114 128 / 0.35);
  }

  .md\:border-b-gray-500\/40 {
    border-bottom-color: rgb(107 114 128 / 0.4);
  }

  .md\:border-b-gray-500\/45 {
    border-bottom-color: rgb(107 114 128 / 0.45);
  }

  .md\:border-b-gray-500\/5 {
    border-bottom-color: rgb(107 114 128 / 0.05);
  }

  .md\:border-b-gray-500\/50 {
    border-bottom-color: rgb(107 114 128 / 0.5);
  }

  .md\:border-b-gray-500\/55 {
    border-bottom-color: rgb(107 114 128 / 0.55);
  }

  .md\:border-b-gray-500\/60 {
    border-bottom-color: rgb(107 114 128 / 0.6);
  }

  .md\:border-b-gray-500\/65 {
    border-bottom-color: rgb(107 114 128 / 0.65);
  }

  .md\:border-b-gray-500\/70 {
    border-bottom-color: rgb(107 114 128 / 0.7);
  }

  .md\:border-b-gray-500\/75 {
    border-bottom-color: rgb(107 114 128 / 0.75);
  }

  .md\:border-b-gray-500\/80 {
    border-bottom-color: rgb(107 114 128 / 0.8);
  }

  .md\:border-b-gray-500\/85 {
    border-bottom-color: rgb(107 114 128 / 0.85);
  }

  .md\:border-b-gray-500\/90 {
    border-bottom-color: rgb(107 114 128 / 0.9);
  }

  .md\:border-b-gray-500\/95 {
    border-bottom-color: rgb(107 114 128 / 0.95);
  }

  .md\:border-b-gray-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .md\:border-b-gray-600\/0 {
    border-bottom-color: rgb(75 85 99 / 0);
  }

  .md\:border-b-gray-600\/10 {
    border-bottom-color: rgb(75 85 99 / 0.1);
  }

  .md\:border-b-gray-600\/100 {
    border-bottom-color: rgb(75 85 99 / 1);
  }

  .md\:border-b-gray-600\/15 {
    border-bottom-color: rgb(75 85 99 / 0.15);
  }

  .md\:border-b-gray-600\/20 {
    border-bottom-color: rgb(75 85 99 / 0.2);
  }

  .md\:border-b-gray-600\/25 {
    border-bottom-color: rgb(75 85 99 / 0.25);
  }

  .md\:border-b-gray-600\/30 {
    border-bottom-color: rgb(75 85 99 / 0.3);
  }

  .md\:border-b-gray-600\/35 {
    border-bottom-color: rgb(75 85 99 / 0.35);
  }

  .md\:border-b-gray-600\/40 {
    border-bottom-color: rgb(75 85 99 / 0.4);
  }

  .md\:border-b-gray-600\/45 {
    border-bottom-color: rgb(75 85 99 / 0.45);
  }

  .md\:border-b-gray-600\/5 {
    border-bottom-color: rgb(75 85 99 / 0.05);
  }

  .md\:border-b-gray-600\/50 {
    border-bottom-color: rgb(75 85 99 / 0.5);
  }

  .md\:border-b-gray-600\/55 {
    border-bottom-color: rgb(75 85 99 / 0.55);
  }

  .md\:border-b-gray-600\/60 {
    border-bottom-color: rgb(75 85 99 / 0.6);
  }

  .md\:border-b-gray-600\/65 {
    border-bottom-color: rgb(75 85 99 / 0.65);
  }

  .md\:border-b-gray-600\/70 {
    border-bottom-color: rgb(75 85 99 / 0.7);
  }

  .md\:border-b-gray-600\/75 {
    border-bottom-color: rgb(75 85 99 / 0.75);
  }

  .md\:border-b-gray-600\/80 {
    border-bottom-color: rgb(75 85 99 / 0.8);
  }

  .md\:border-b-gray-600\/85 {
    border-bottom-color: rgb(75 85 99 / 0.85);
  }

  .md\:border-b-gray-600\/90 {
    border-bottom-color: rgb(75 85 99 / 0.9);
  }

  .md\:border-b-gray-600\/95 {
    border-bottom-color: rgb(75 85 99 / 0.95);
  }

  .md\:border-b-gray-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .md\:border-b-gray-700\/0 {
    border-bottom-color: rgb(55 65 81 / 0);
  }

  .md\:border-b-gray-700\/10 {
    border-bottom-color: rgb(55 65 81 / 0.1);
  }

  .md\:border-b-gray-700\/100 {
    border-bottom-color: rgb(55 65 81 / 1);
  }

  .md\:border-b-gray-700\/15 {
    border-bottom-color: rgb(55 65 81 / 0.15);
  }

  .md\:border-b-gray-700\/20 {
    border-bottom-color: rgb(55 65 81 / 0.2);
  }

  .md\:border-b-gray-700\/25 {
    border-bottom-color: rgb(55 65 81 / 0.25);
  }

  .md\:border-b-gray-700\/30 {
    border-bottom-color: rgb(55 65 81 / 0.3);
  }

  .md\:border-b-gray-700\/35 {
    border-bottom-color: rgb(55 65 81 / 0.35);
  }

  .md\:border-b-gray-700\/40 {
    border-bottom-color: rgb(55 65 81 / 0.4);
  }

  .md\:border-b-gray-700\/45 {
    border-bottom-color: rgb(55 65 81 / 0.45);
  }

  .md\:border-b-gray-700\/5 {
    border-bottom-color: rgb(55 65 81 / 0.05);
  }

  .md\:border-b-gray-700\/50 {
    border-bottom-color: rgb(55 65 81 / 0.5);
  }

  .md\:border-b-gray-700\/55 {
    border-bottom-color: rgb(55 65 81 / 0.55);
  }

  .md\:border-b-gray-700\/60 {
    border-bottom-color: rgb(55 65 81 / 0.6);
  }

  .md\:border-b-gray-700\/65 {
    border-bottom-color: rgb(55 65 81 / 0.65);
  }

  .md\:border-b-gray-700\/70 {
    border-bottom-color: rgb(55 65 81 / 0.7);
  }

  .md\:border-b-gray-700\/75 {
    border-bottom-color: rgb(55 65 81 / 0.75);
  }

  .md\:border-b-gray-700\/80 {
    border-bottom-color: rgb(55 65 81 / 0.8);
  }

  .md\:border-b-gray-700\/85 {
    border-bottom-color: rgb(55 65 81 / 0.85);
  }

  .md\:border-b-gray-700\/90 {
    border-bottom-color: rgb(55 65 81 / 0.9);
  }

  .md\:border-b-gray-700\/95 {
    border-bottom-color: rgb(55 65 81 / 0.95);
  }

  .md\:border-b-gray-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity));
  }

  .md\:border-b-gray-800\/0 {
    border-bottom-color: rgb(31 41 55 / 0);
  }

  .md\:border-b-gray-800\/10 {
    border-bottom-color: rgb(31 41 55 / 0.1);
  }

  .md\:border-b-gray-800\/100 {
    border-bottom-color: rgb(31 41 55 / 1);
  }

  .md\:border-b-gray-800\/15 {
    border-bottom-color: rgb(31 41 55 / 0.15);
  }

  .md\:border-b-gray-800\/20 {
    border-bottom-color: rgb(31 41 55 / 0.2);
  }

  .md\:border-b-gray-800\/25 {
    border-bottom-color: rgb(31 41 55 / 0.25);
  }

  .md\:border-b-gray-800\/30 {
    border-bottom-color: rgb(31 41 55 / 0.3);
  }

  .md\:border-b-gray-800\/35 {
    border-bottom-color: rgb(31 41 55 / 0.35);
  }

  .md\:border-b-gray-800\/40 {
    border-bottom-color: rgb(31 41 55 / 0.4);
  }

  .md\:border-b-gray-800\/45 {
    border-bottom-color: rgb(31 41 55 / 0.45);
  }

  .md\:border-b-gray-800\/5 {
    border-bottom-color: rgb(31 41 55 / 0.05);
  }

  .md\:border-b-gray-800\/50 {
    border-bottom-color: rgb(31 41 55 / 0.5);
  }

  .md\:border-b-gray-800\/55 {
    border-bottom-color: rgb(31 41 55 / 0.55);
  }

  .md\:border-b-gray-800\/60 {
    border-bottom-color: rgb(31 41 55 / 0.6);
  }

  .md\:border-b-gray-800\/65 {
    border-bottom-color: rgb(31 41 55 / 0.65);
  }

  .md\:border-b-gray-800\/70 {
    border-bottom-color: rgb(31 41 55 / 0.7);
  }

  .md\:border-b-gray-800\/75 {
    border-bottom-color: rgb(31 41 55 / 0.75);
  }

  .md\:border-b-gray-800\/80 {
    border-bottom-color: rgb(31 41 55 / 0.8);
  }

  .md\:border-b-gray-800\/85 {
    border-bottom-color: rgb(31 41 55 / 0.85);
  }

  .md\:border-b-gray-800\/90 {
    border-bottom-color: rgb(31 41 55 / 0.9);
  }

  .md\:border-b-gray-800\/95 {
    border-bottom-color: rgb(31 41 55 / 0.95);
  }

  .md\:border-b-gray-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity));
  }

  .md\:border-b-gray-900\/0 {
    border-bottom-color: rgb(17 24 39 / 0);
  }

  .md\:border-b-gray-900\/10 {
    border-bottom-color: rgb(17 24 39 / 0.1);
  }

  .md\:border-b-gray-900\/100 {
    border-bottom-color: rgb(17 24 39 / 1);
  }

  .md\:border-b-gray-900\/15 {
    border-bottom-color: rgb(17 24 39 / 0.15);
  }

  .md\:border-b-gray-900\/20 {
    border-bottom-color: rgb(17 24 39 / 0.2);
  }

  .md\:border-b-gray-900\/25 {
    border-bottom-color: rgb(17 24 39 / 0.25);
  }

  .md\:border-b-gray-900\/30 {
    border-bottom-color: rgb(17 24 39 / 0.3);
  }

  .md\:border-b-gray-900\/35 {
    border-bottom-color: rgb(17 24 39 / 0.35);
  }

  .md\:border-b-gray-900\/40 {
    border-bottom-color: rgb(17 24 39 / 0.4);
  }

  .md\:border-b-gray-900\/45 {
    border-bottom-color: rgb(17 24 39 / 0.45);
  }

  .md\:border-b-gray-900\/5 {
    border-bottom-color: rgb(17 24 39 / 0.05);
  }

  .md\:border-b-gray-900\/50 {
    border-bottom-color: rgb(17 24 39 / 0.5);
  }

  .md\:border-b-gray-900\/55 {
    border-bottom-color: rgb(17 24 39 / 0.55);
  }

  .md\:border-b-gray-900\/60 {
    border-bottom-color: rgb(17 24 39 / 0.6);
  }

  .md\:border-b-gray-900\/65 {
    border-bottom-color: rgb(17 24 39 / 0.65);
  }

  .md\:border-b-gray-900\/70 {
    border-bottom-color: rgb(17 24 39 / 0.7);
  }

  .md\:border-b-gray-900\/75 {
    border-bottom-color: rgb(17 24 39 / 0.75);
  }

  .md\:border-b-gray-900\/80 {
    border-bottom-color: rgb(17 24 39 / 0.8);
  }

  .md\:border-b-gray-900\/85 {
    border-bottom-color: rgb(17 24 39 / 0.85);
  }

  .md\:border-b-gray-900\/90 {
    border-bottom-color: rgb(17 24 39 / 0.9);
  }

  .md\:border-b-gray-900\/95 {
    border-bottom-color: rgb(17 24 39 / 0.95);
  }

  .md\:border-b-gray-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity));
  }

  .md\:border-b-gray-950\/0 {
    border-bottom-color: rgb(3 7 18 / 0);
  }

  .md\:border-b-gray-950\/10 {
    border-bottom-color: rgb(3 7 18 / 0.1);
  }

  .md\:border-b-gray-950\/100 {
    border-bottom-color: rgb(3 7 18 / 1);
  }

  .md\:border-b-gray-950\/15 {
    border-bottom-color: rgb(3 7 18 / 0.15);
  }

  .md\:border-b-gray-950\/20 {
    border-bottom-color: rgb(3 7 18 / 0.2);
  }

  .md\:border-b-gray-950\/25 {
    border-bottom-color: rgb(3 7 18 / 0.25);
  }

  .md\:border-b-gray-950\/30 {
    border-bottom-color: rgb(3 7 18 / 0.3);
  }

  .md\:border-b-gray-950\/35 {
    border-bottom-color: rgb(3 7 18 / 0.35);
  }

  .md\:border-b-gray-950\/40 {
    border-bottom-color: rgb(3 7 18 / 0.4);
  }

  .md\:border-b-gray-950\/45 {
    border-bottom-color: rgb(3 7 18 / 0.45);
  }

  .md\:border-b-gray-950\/5 {
    border-bottom-color: rgb(3 7 18 / 0.05);
  }

  .md\:border-b-gray-950\/50 {
    border-bottom-color: rgb(3 7 18 / 0.5);
  }

  .md\:border-b-gray-950\/55 {
    border-bottom-color: rgb(3 7 18 / 0.55);
  }

  .md\:border-b-gray-950\/60 {
    border-bottom-color: rgb(3 7 18 / 0.6);
  }

  .md\:border-b-gray-950\/65 {
    border-bottom-color: rgb(3 7 18 / 0.65);
  }

  .md\:border-b-gray-950\/70 {
    border-bottom-color: rgb(3 7 18 / 0.7);
  }

  .md\:border-b-gray-950\/75 {
    border-bottom-color: rgb(3 7 18 / 0.75);
  }

  .md\:border-b-gray-950\/80 {
    border-bottom-color: rgb(3 7 18 / 0.8);
  }

  .md\:border-b-gray-950\/85 {
    border-bottom-color: rgb(3 7 18 / 0.85);
  }

  .md\:border-b-gray-950\/90 {
    border-bottom-color: rgb(3 7 18 / 0.9);
  }

  .md\:border-b-gray-950\/95 {
    border-bottom-color: rgb(3 7 18 / 0.95);
  }

  .md\:border-b-green-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity));
  }

  .md\:border-b-green-100\/0 {
    border-bottom-color: rgb(220 252 231 / 0);
  }

  .md\:border-b-green-100\/10 {
    border-bottom-color: rgb(220 252 231 / 0.1);
  }

  .md\:border-b-green-100\/100 {
    border-bottom-color: rgb(220 252 231 / 1);
  }

  .md\:border-b-green-100\/15 {
    border-bottom-color: rgb(220 252 231 / 0.15);
  }

  .md\:border-b-green-100\/20 {
    border-bottom-color: rgb(220 252 231 / 0.2);
  }

  .md\:border-b-green-100\/25 {
    border-bottom-color: rgb(220 252 231 / 0.25);
  }

  .md\:border-b-green-100\/30 {
    border-bottom-color: rgb(220 252 231 / 0.3);
  }

  .md\:border-b-green-100\/35 {
    border-bottom-color: rgb(220 252 231 / 0.35);
  }

  .md\:border-b-green-100\/40 {
    border-bottom-color: rgb(220 252 231 / 0.4);
  }

  .md\:border-b-green-100\/45 {
    border-bottom-color: rgb(220 252 231 / 0.45);
  }

  .md\:border-b-green-100\/5 {
    border-bottom-color: rgb(220 252 231 / 0.05);
  }

  .md\:border-b-green-100\/50 {
    border-bottom-color: rgb(220 252 231 / 0.5);
  }

  .md\:border-b-green-100\/55 {
    border-bottom-color: rgb(220 252 231 / 0.55);
  }

  .md\:border-b-green-100\/60 {
    border-bottom-color: rgb(220 252 231 / 0.6);
  }

  .md\:border-b-green-100\/65 {
    border-bottom-color: rgb(220 252 231 / 0.65);
  }

  .md\:border-b-green-100\/70 {
    border-bottom-color: rgb(220 252 231 / 0.7);
  }

  .md\:border-b-green-100\/75 {
    border-bottom-color: rgb(220 252 231 / 0.75);
  }

  .md\:border-b-green-100\/80 {
    border-bottom-color: rgb(220 252 231 / 0.8);
  }

  .md\:border-b-green-100\/85 {
    border-bottom-color: rgb(220 252 231 / 0.85);
  }

  .md\:border-b-green-100\/90 {
    border-bottom-color: rgb(220 252 231 / 0.9);
  }

  .md\:border-b-green-100\/95 {
    border-bottom-color: rgb(220 252 231 / 0.95);
  }

  .md\:border-b-green-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity));
  }

  .md\:border-b-green-200\/0 {
    border-bottom-color: rgb(187 247 208 / 0);
  }

  .md\:border-b-green-200\/10 {
    border-bottom-color: rgb(187 247 208 / 0.1);
  }

  .md\:border-b-green-200\/100 {
    border-bottom-color: rgb(187 247 208 / 1);
  }

  .md\:border-b-green-200\/15 {
    border-bottom-color: rgb(187 247 208 / 0.15);
  }

  .md\:border-b-green-200\/20 {
    border-bottom-color: rgb(187 247 208 / 0.2);
  }

  .md\:border-b-green-200\/25 {
    border-bottom-color: rgb(187 247 208 / 0.25);
  }

  .md\:border-b-green-200\/30 {
    border-bottom-color: rgb(187 247 208 / 0.3);
  }

  .md\:border-b-green-200\/35 {
    border-bottom-color: rgb(187 247 208 / 0.35);
  }

  .md\:border-b-green-200\/40 {
    border-bottom-color: rgb(187 247 208 / 0.4);
  }

  .md\:border-b-green-200\/45 {
    border-bottom-color: rgb(187 247 208 / 0.45);
  }

  .md\:border-b-green-200\/5 {
    border-bottom-color: rgb(187 247 208 / 0.05);
  }

  .md\:border-b-green-200\/50 {
    border-bottom-color: rgb(187 247 208 / 0.5);
  }

  .md\:border-b-green-200\/55 {
    border-bottom-color: rgb(187 247 208 / 0.55);
  }

  .md\:border-b-green-200\/60 {
    border-bottom-color: rgb(187 247 208 / 0.6);
  }

  .md\:border-b-green-200\/65 {
    border-bottom-color: rgb(187 247 208 / 0.65);
  }

  .md\:border-b-green-200\/70 {
    border-bottom-color: rgb(187 247 208 / 0.7);
  }

  .md\:border-b-green-200\/75 {
    border-bottom-color: rgb(187 247 208 / 0.75);
  }

  .md\:border-b-green-200\/80 {
    border-bottom-color: rgb(187 247 208 / 0.8);
  }

  .md\:border-b-green-200\/85 {
    border-bottom-color: rgb(187 247 208 / 0.85);
  }

  .md\:border-b-green-200\/90 {
    border-bottom-color: rgb(187 247 208 / 0.9);
  }

  .md\:border-b-green-200\/95 {
    border-bottom-color: rgb(187 247 208 / 0.95);
  }

  .md\:border-b-green-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity));
  }

  .md\:border-b-green-300\/0 {
    border-bottom-color: rgb(134 239 172 / 0);
  }

  .md\:border-b-green-300\/10 {
    border-bottom-color: rgb(134 239 172 / 0.1);
  }

  .md\:border-b-green-300\/100 {
    border-bottom-color: rgb(134 239 172 / 1);
  }

  .md\:border-b-green-300\/15 {
    border-bottom-color: rgb(134 239 172 / 0.15);
  }

  .md\:border-b-green-300\/20 {
    border-bottom-color: rgb(134 239 172 / 0.2);
  }

  .md\:border-b-green-300\/25 {
    border-bottom-color: rgb(134 239 172 / 0.25);
  }

  .md\:border-b-green-300\/30 {
    border-bottom-color: rgb(134 239 172 / 0.3);
  }

  .md\:border-b-green-300\/35 {
    border-bottom-color: rgb(134 239 172 / 0.35);
  }

  .md\:border-b-green-300\/40 {
    border-bottom-color: rgb(134 239 172 / 0.4);
  }

  .md\:border-b-green-300\/45 {
    border-bottom-color: rgb(134 239 172 / 0.45);
  }

  .md\:border-b-green-300\/5 {
    border-bottom-color: rgb(134 239 172 / 0.05);
  }

  .md\:border-b-green-300\/50 {
    border-bottom-color: rgb(134 239 172 / 0.5);
  }

  .md\:border-b-green-300\/55 {
    border-bottom-color: rgb(134 239 172 / 0.55);
  }

  .md\:border-b-green-300\/60 {
    border-bottom-color: rgb(134 239 172 / 0.6);
  }

  .md\:border-b-green-300\/65 {
    border-bottom-color: rgb(134 239 172 / 0.65);
  }

  .md\:border-b-green-300\/70 {
    border-bottom-color: rgb(134 239 172 / 0.7);
  }

  .md\:border-b-green-300\/75 {
    border-bottom-color: rgb(134 239 172 / 0.75);
  }

  .md\:border-b-green-300\/80 {
    border-bottom-color: rgb(134 239 172 / 0.8);
  }

  .md\:border-b-green-300\/85 {
    border-bottom-color: rgb(134 239 172 / 0.85);
  }

  .md\:border-b-green-300\/90 {
    border-bottom-color: rgb(134 239 172 / 0.9);
  }

  .md\:border-b-green-300\/95 {
    border-bottom-color: rgb(134 239 172 / 0.95);
  }

  .md\:border-b-green-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity));
  }

  .md\:border-b-green-400\/0 {
    border-bottom-color: rgb(74 222 128 / 0);
  }

  .md\:border-b-green-400\/10 {
    border-bottom-color: rgb(74 222 128 / 0.1);
  }

  .md\:border-b-green-400\/100 {
    border-bottom-color: rgb(74 222 128 / 1);
  }

  .md\:border-b-green-400\/15 {
    border-bottom-color: rgb(74 222 128 / 0.15);
  }

  .md\:border-b-green-400\/20 {
    border-bottom-color: rgb(74 222 128 / 0.2);
  }

  .md\:border-b-green-400\/25 {
    border-bottom-color: rgb(74 222 128 / 0.25);
  }

  .md\:border-b-green-400\/30 {
    border-bottom-color: rgb(74 222 128 / 0.3);
  }

  .md\:border-b-green-400\/35 {
    border-bottom-color: rgb(74 222 128 / 0.35);
  }

  .md\:border-b-green-400\/40 {
    border-bottom-color: rgb(74 222 128 / 0.4);
  }

  .md\:border-b-green-400\/45 {
    border-bottom-color: rgb(74 222 128 / 0.45);
  }

  .md\:border-b-green-400\/5 {
    border-bottom-color: rgb(74 222 128 / 0.05);
  }

  .md\:border-b-green-400\/50 {
    border-bottom-color: rgb(74 222 128 / 0.5);
  }

  .md\:border-b-green-400\/55 {
    border-bottom-color: rgb(74 222 128 / 0.55);
  }

  .md\:border-b-green-400\/60 {
    border-bottom-color: rgb(74 222 128 / 0.6);
  }

  .md\:border-b-green-400\/65 {
    border-bottom-color: rgb(74 222 128 / 0.65);
  }

  .md\:border-b-green-400\/70 {
    border-bottom-color: rgb(74 222 128 / 0.7);
  }

  .md\:border-b-green-400\/75 {
    border-bottom-color: rgb(74 222 128 / 0.75);
  }

  .md\:border-b-green-400\/80 {
    border-bottom-color: rgb(74 222 128 / 0.8);
  }

  .md\:border-b-green-400\/85 {
    border-bottom-color: rgb(74 222 128 / 0.85);
  }

  .md\:border-b-green-400\/90 {
    border-bottom-color: rgb(74 222 128 / 0.9);
  }

  .md\:border-b-green-400\/95 {
    border-bottom-color: rgb(74 222 128 / 0.95);
  }

  .md\:border-b-green-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity));
  }

  .md\:border-b-green-50\/0 {
    border-bottom-color: rgb(240 253 244 / 0);
  }

  .md\:border-b-green-50\/10 {
    border-bottom-color: rgb(240 253 244 / 0.1);
  }

  .md\:border-b-green-50\/100 {
    border-bottom-color: rgb(240 253 244 / 1);
  }

  .md\:border-b-green-50\/15 {
    border-bottom-color: rgb(240 253 244 / 0.15);
  }

  .md\:border-b-green-50\/20 {
    border-bottom-color: rgb(240 253 244 / 0.2);
  }

  .md\:border-b-green-50\/25 {
    border-bottom-color: rgb(240 253 244 / 0.25);
  }

  .md\:border-b-green-50\/30 {
    border-bottom-color: rgb(240 253 244 / 0.3);
  }

  .md\:border-b-green-50\/35 {
    border-bottom-color: rgb(240 253 244 / 0.35);
  }

  .md\:border-b-green-50\/40 {
    border-bottom-color: rgb(240 253 244 / 0.4);
  }

  .md\:border-b-green-50\/45 {
    border-bottom-color: rgb(240 253 244 / 0.45);
  }

  .md\:border-b-green-50\/5 {
    border-bottom-color: rgb(240 253 244 / 0.05);
  }

  .md\:border-b-green-50\/50 {
    border-bottom-color: rgb(240 253 244 / 0.5);
  }

  .md\:border-b-green-50\/55 {
    border-bottom-color: rgb(240 253 244 / 0.55);
  }

  .md\:border-b-green-50\/60 {
    border-bottom-color: rgb(240 253 244 / 0.6);
  }

  .md\:border-b-green-50\/65 {
    border-bottom-color: rgb(240 253 244 / 0.65);
  }

  .md\:border-b-green-50\/70 {
    border-bottom-color: rgb(240 253 244 / 0.7);
  }

  .md\:border-b-green-50\/75 {
    border-bottom-color: rgb(240 253 244 / 0.75);
  }

  .md\:border-b-green-50\/80 {
    border-bottom-color: rgb(240 253 244 / 0.8);
  }

  .md\:border-b-green-50\/85 {
    border-bottom-color: rgb(240 253 244 / 0.85);
  }

  .md\:border-b-green-50\/90 {
    border-bottom-color: rgb(240 253 244 / 0.9);
  }

  .md\:border-b-green-50\/95 {
    border-bottom-color: rgb(240 253 244 / 0.95);
  }

  .md\:border-b-green-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity));
  }

  .md\:border-b-green-500\/0 {
    border-bottom-color: rgb(34 197 94 / 0);
  }

  .md\:border-b-green-500\/10 {
    border-bottom-color: rgb(34 197 94 / 0.1);
  }

  .md\:border-b-green-500\/100 {
    border-bottom-color: rgb(34 197 94 / 1);
  }

  .md\:border-b-green-500\/15 {
    border-bottom-color: rgb(34 197 94 / 0.15);
  }

  .md\:border-b-green-500\/20 {
    border-bottom-color: rgb(34 197 94 / 0.2);
  }

  .md\:border-b-green-500\/25 {
    border-bottom-color: rgb(34 197 94 / 0.25);
  }

  .md\:border-b-green-500\/30 {
    border-bottom-color: rgb(34 197 94 / 0.3);
  }

  .md\:border-b-green-500\/35 {
    border-bottom-color: rgb(34 197 94 / 0.35);
  }

  .md\:border-b-green-500\/40 {
    border-bottom-color: rgb(34 197 94 / 0.4);
  }

  .md\:border-b-green-500\/45 {
    border-bottom-color: rgb(34 197 94 / 0.45);
  }

  .md\:border-b-green-500\/5 {
    border-bottom-color: rgb(34 197 94 / 0.05);
  }

  .md\:border-b-green-500\/50 {
    border-bottom-color: rgb(34 197 94 / 0.5);
  }

  .md\:border-b-green-500\/55 {
    border-bottom-color: rgb(34 197 94 / 0.55);
  }

  .md\:border-b-green-500\/60 {
    border-bottom-color: rgb(34 197 94 / 0.6);
  }

  .md\:border-b-green-500\/65 {
    border-bottom-color: rgb(34 197 94 / 0.65);
  }

  .md\:border-b-green-500\/70 {
    border-bottom-color: rgb(34 197 94 / 0.7);
  }

  .md\:border-b-green-500\/75 {
    border-bottom-color: rgb(34 197 94 / 0.75);
  }

  .md\:border-b-green-500\/80 {
    border-bottom-color: rgb(34 197 94 / 0.8);
  }

  .md\:border-b-green-500\/85 {
    border-bottom-color: rgb(34 197 94 / 0.85);
  }

  .md\:border-b-green-500\/90 {
    border-bottom-color: rgb(34 197 94 / 0.9);
  }

  .md\:border-b-green-500\/95 {
    border-bottom-color: rgb(34 197 94 / 0.95);
  }

  .md\:border-b-green-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity));
  }

  .md\:border-b-green-600\/0 {
    border-bottom-color: rgb(22 163 74 / 0);
  }

  .md\:border-b-green-600\/10 {
    border-bottom-color: rgb(22 163 74 / 0.1);
  }

  .md\:border-b-green-600\/100 {
    border-bottom-color: rgb(22 163 74 / 1);
  }

  .md\:border-b-green-600\/15 {
    border-bottom-color: rgb(22 163 74 / 0.15);
  }

  .md\:border-b-green-600\/20 {
    border-bottom-color: rgb(22 163 74 / 0.2);
  }

  .md\:border-b-green-600\/25 {
    border-bottom-color: rgb(22 163 74 / 0.25);
  }

  .md\:border-b-green-600\/30 {
    border-bottom-color: rgb(22 163 74 / 0.3);
  }

  .md\:border-b-green-600\/35 {
    border-bottom-color: rgb(22 163 74 / 0.35);
  }

  .md\:border-b-green-600\/40 {
    border-bottom-color: rgb(22 163 74 / 0.4);
  }

  .md\:border-b-green-600\/45 {
    border-bottom-color: rgb(22 163 74 / 0.45);
  }

  .md\:border-b-green-600\/5 {
    border-bottom-color: rgb(22 163 74 / 0.05);
  }

  .md\:border-b-green-600\/50 {
    border-bottom-color: rgb(22 163 74 / 0.5);
  }

  .md\:border-b-green-600\/55 {
    border-bottom-color: rgb(22 163 74 / 0.55);
  }

  .md\:border-b-green-600\/60 {
    border-bottom-color: rgb(22 163 74 / 0.6);
  }

  .md\:border-b-green-600\/65 {
    border-bottom-color: rgb(22 163 74 / 0.65);
  }

  .md\:border-b-green-600\/70 {
    border-bottom-color: rgb(22 163 74 / 0.7);
  }

  .md\:border-b-green-600\/75 {
    border-bottom-color: rgb(22 163 74 / 0.75);
  }

  .md\:border-b-green-600\/80 {
    border-bottom-color: rgb(22 163 74 / 0.8);
  }

  .md\:border-b-green-600\/85 {
    border-bottom-color: rgb(22 163 74 / 0.85);
  }

  .md\:border-b-green-600\/90 {
    border-bottom-color: rgb(22 163 74 / 0.9);
  }

  .md\:border-b-green-600\/95 {
    border-bottom-color: rgb(22 163 74 / 0.95);
  }

  .md\:border-b-green-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity));
  }

  .md\:border-b-green-700\/0 {
    border-bottom-color: rgb(21 128 61 / 0);
  }

  .md\:border-b-green-700\/10 {
    border-bottom-color: rgb(21 128 61 / 0.1);
  }

  .md\:border-b-green-700\/100 {
    border-bottom-color: rgb(21 128 61 / 1);
  }

  .md\:border-b-green-700\/15 {
    border-bottom-color: rgb(21 128 61 / 0.15);
  }

  .md\:border-b-green-700\/20 {
    border-bottom-color: rgb(21 128 61 / 0.2);
  }

  .md\:border-b-green-700\/25 {
    border-bottom-color: rgb(21 128 61 / 0.25);
  }

  .md\:border-b-green-700\/30 {
    border-bottom-color: rgb(21 128 61 / 0.3);
  }

  .md\:border-b-green-700\/35 {
    border-bottom-color: rgb(21 128 61 / 0.35);
  }

  .md\:border-b-green-700\/40 {
    border-bottom-color: rgb(21 128 61 / 0.4);
  }

  .md\:border-b-green-700\/45 {
    border-bottom-color: rgb(21 128 61 / 0.45);
  }

  .md\:border-b-green-700\/5 {
    border-bottom-color: rgb(21 128 61 / 0.05);
  }

  .md\:border-b-green-700\/50 {
    border-bottom-color: rgb(21 128 61 / 0.5);
  }

  .md\:border-b-green-700\/55 {
    border-bottom-color: rgb(21 128 61 / 0.55);
  }

  .md\:border-b-green-700\/60 {
    border-bottom-color: rgb(21 128 61 / 0.6);
  }

  .md\:border-b-green-700\/65 {
    border-bottom-color: rgb(21 128 61 / 0.65);
  }

  .md\:border-b-green-700\/70 {
    border-bottom-color: rgb(21 128 61 / 0.7);
  }

  .md\:border-b-green-700\/75 {
    border-bottom-color: rgb(21 128 61 / 0.75);
  }

  .md\:border-b-green-700\/80 {
    border-bottom-color: rgb(21 128 61 / 0.8);
  }

  .md\:border-b-green-700\/85 {
    border-bottom-color: rgb(21 128 61 / 0.85);
  }

  .md\:border-b-green-700\/90 {
    border-bottom-color: rgb(21 128 61 / 0.9);
  }

  .md\:border-b-green-700\/95 {
    border-bottom-color: rgb(21 128 61 / 0.95);
  }

  .md\:border-b-green-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity));
  }

  .md\:border-b-green-800\/0 {
    border-bottom-color: rgb(22 101 52 / 0);
  }

  .md\:border-b-green-800\/10 {
    border-bottom-color: rgb(22 101 52 / 0.1);
  }

  .md\:border-b-green-800\/100 {
    border-bottom-color: rgb(22 101 52 / 1);
  }

  .md\:border-b-green-800\/15 {
    border-bottom-color: rgb(22 101 52 / 0.15);
  }

  .md\:border-b-green-800\/20 {
    border-bottom-color: rgb(22 101 52 / 0.2);
  }

  .md\:border-b-green-800\/25 {
    border-bottom-color: rgb(22 101 52 / 0.25);
  }

  .md\:border-b-green-800\/30 {
    border-bottom-color: rgb(22 101 52 / 0.3);
  }

  .md\:border-b-green-800\/35 {
    border-bottom-color: rgb(22 101 52 / 0.35);
  }

  .md\:border-b-green-800\/40 {
    border-bottom-color: rgb(22 101 52 / 0.4);
  }

  .md\:border-b-green-800\/45 {
    border-bottom-color: rgb(22 101 52 / 0.45);
  }

  .md\:border-b-green-800\/5 {
    border-bottom-color: rgb(22 101 52 / 0.05);
  }

  .md\:border-b-green-800\/50 {
    border-bottom-color: rgb(22 101 52 / 0.5);
  }

  .md\:border-b-green-800\/55 {
    border-bottom-color: rgb(22 101 52 / 0.55);
  }

  .md\:border-b-green-800\/60 {
    border-bottom-color: rgb(22 101 52 / 0.6);
  }

  .md\:border-b-green-800\/65 {
    border-bottom-color: rgb(22 101 52 / 0.65);
  }

  .md\:border-b-green-800\/70 {
    border-bottom-color: rgb(22 101 52 / 0.7);
  }

  .md\:border-b-green-800\/75 {
    border-bottom-color: rgb(22 101 52 / 0.75);
  }

  .md\:border-b-green-800\/80 {
    border-bottom-color: rgb(22 101 52 / 0.8);
  }

  .md\:border-b-green-800\/85 {
    border-bottom-color: rgb(22 101 52 / 0.85);
  }

  .md\:border-b-green-800\/90 {
    border-bottom-color: rgb(22 101 52 / 0.9);
  }

  .md\:border-b-green-800\/95 {
    border-bottom-color: rgb(22 101 52 / 0.95);
  }

  .md\:border-b-green-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity));
  }

  .md\:border-b-green-900\/0 {
    border-bottom-color: rgb(20 83 45 / 0);
  }

  .md\:border-b-green-900\/10 {
    border-bottom-color: rgb(20 83 45 / 0.1);
  }

  .md\:border-b-green-900\/100 {
    border-bottom-color: rgb(20 83 45 / 1);
  }

  .md\:border-b-green-900\/15 {
    border-bottom-color: rgb(20 83 45 / 0.15);
  }

  .md\:border-b-green-900\/20 {
    border-bottom-color: rgb(20 83 45 / 0.2);
  }

  .md\:border-b-green-900\/25 {
    border-bottom-color: rgb(20 83 45 / 0.25);
  }

  .md\:border-b-green-900\/30 {
    border-bottom-color: rgb(20 83 45 / 0.3);
  }

  .md\:border-b-green-900\/35 {
    border-bottom-color: rgb(20 83 45 / 0.35);
  }

  .md\:border-b-green-900\/40 {
    border-bottom-color: rgb(20 83 45 / 0.4);
  }

  .md\:border-b-green-900\/45 {
    border-bottom-color: rgb(20 83 45 / 0.45);
  }

  .md\:border-b-green-900\/5 {
    border-bottom-color: rgb(20 83 45 / 0.05);
  }

  .md\:border-b-green-900\/50 {
    border-bottom-color: rgb(20 83 45 / 0.5);
  }

  .md\:border-b-green-900\/55 {
    border-bottom-color: rgb(20 83 45 / 0.55);
  }

  .md\:border-b-green-900\/60 {
    border-bottom-color: rgb(20 83 45 / 0.6);
  }

  .md\:border-b-green-900\/65 {
    border-bottom-color: rgb(20 83 45 / 0.65);
  }

  .md\:border-b-green-900\/70 {
    border-bottom-color: rgb(20 83 45 / 0.7);
  }

  .md\:border-b-green-900\/75 {
    border-bottom-color: rgb(20 83 45 / 0.75);
  }

  .md\:border-b-green-900\/80 {
    border-bottom-color: rgb(20 83 45 / 0.8);
  }

  .md\:border-b-green-900\/85 {
    border-bottom-color: rgb(20 83 45 / 0.85);
  }

  .md\:border-b-green-900\/90 {
    border-bottom-color: rgb(20 83 45 / 0.9);
  }

  .md\:border-b-green-900\/95 {
    border-bottom-color: rgb(20 83 45 / 0.95);
  }

  .md\:border-b-green-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity));
  }

  .md\:border-b-green-950\/0 {
    border-bottom-color: rgb(5 46 22 / 0);
  }

  .md\:border-b-green-950\/10 {
    border-bottom-color: rgb(5 46 22 / 0.1);
  }

  .md\:border-b-green-950\/100 {
    border-bottom-color: rgb(5 46 22 / 1);
  }

  .md\:border-b-green-950\/15 {
    border-bottom-color: rgb(5 46 22 / 0.15);
  }

  .md\:border-b-green-950\/20 {
    border-bottom-color: rgb(5 46 22 / 0.2);
  }

  .md\:border-b-green-950\/25 {
    border-bottom-color: rgb(5 46 22 / 0.25);
  }

  .md\:border-b-green-950\/30 {
    border-bottom-color: rgb(5 46 22 / 0.3);
  }

  .md\:border-b-green-950\/35 {
    border-bottom-color: rgb(5 46 22 / 0.35);
  }

  .md\:border-b-green-950\/40 {
    border-bottom-color: rgb(5 46 22 / 0.4);
  }

  .md\:border-b-green-950\/45 {
    border-bottom-color: rgb(5 46 22 / 0.45);
  }

  .md\:border-b-green-950\/5 {
    border-bottom-color: rgb(5 46 22 / 0.05);
  }

  .md\:border-b-green-950\/50 {
    border-bottom-color: rgb(5 46 22 / 0.5);
  }

  .md\:border-b-green-950\/55 {
    border-bottom-color: rgb(5 46 22 / 0.55);
  }

  .md\:border-b-green-950\/60 {
    border-bottom-color: rgb(5 46 22 / 0.6);
  }

  .md\:border-b-green-950\/65 {
    border-bottom-color: rgb(5 46 22 / 0.65);
  }

  .md\:border-b-green-950\/70 {
    border-bottom-color: rgb(5 46 22 / 0.7);
  }

  .md\:border-b-green-950\/75 {
    border-bottom-color: rgb(5 46 22 / 0.75);
  }

  .md\:border-b-green-950\/80 {
    border-bottom-color: rgb(5 46 22 / 0.8);
  }

  .md\:border-b-green-950\/85 {
    border-bottom-color: rgb(5 46 22 / 0.85);
  }

  .md\:border-b-green-950\/90 {
    border-bottom-color: rgb(5 46 22 / 0.9);
  }

  .md\:border-b-green-950\/95 {
    border-bottom-color: rgb(5 46 22 / 0.95);
  }

  .md\:border-b-indigo-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity));
  }

  .md\:border-b-indigo-100\/0 {
    border-bottom-color: rgb(224 231 255 / 0);
  }

  .md\:border-b-indigo-100\/10 {
    border-bottom-color: rgb(224 231 255 / 0.1);
  }

  .md\:border-b-indigo-100\/100 {
    border-bottom-color: rgb(224 231 255 / 1);
  }

  .md\:border-b-indigo-100\/15 {
    border-bottom-color: rgb(224 231 255 / 0.15);
  }

  .md\:border-b-indigo-100\/20 {
    border-bottom-color: rgb(224 231 255 / 0.2);
  }

  .md\:border-b-indigo-100\/25 {
    border-bottom-color: rgb(224 231 255 / 0.25);
  }

  .md\:border-b-indigo-100\/30 {
    border-bottom-color: rgb(224 231 255 / 0.3);
  }

  .md\:border-b-indigo-100\/35 {
    border-bottom-color: rgb(224 231 255 / 0.35);
  }

  .md\:border-b-indigo-100\/40 {
    border-bottom-color: rgb(224 231 255 / 0.4);
  }

  .md\:border-b-indigo-100\/45 {
    border-bottom-color: rgb(224 231 255 / 0.45);
  }

  .md\:border-b-indigo-100\/5 {
    border-bottom-color: rgb(224 231 255 / 0.05);
  }

  .md\:border-b-indigo-100\/50 {
    border-bottom-color: rgb(224 231 255 / 0.5);
  }

  .md\:border-b-indigo-100\/55 {
    border-bottom-color: rgb(224 231 255 / 0.55);
  }

  .md\:border-b-indigo-100\/60 {
    border-bottom-color: rgb(224 231 255 / 0.6);
  }

  .md\:border-b-indigo-100\/65 {
    border-bottom-color: rgb(224 231 255 / 0.65);
  }

  .md\:border-b-indigo-100\/70 {
    border-bottom-color: rgb(224 231 255 / 0.7);
  }

  .md\:border-b-indigo-100\/75 {
    border-bottom-color: rgb(224 231 255 / 0.75);
  }

  .md\:border-b-indigo-100\/80 {
    border-bottom-color: rgb(224 231 255 / 0.8);
  }

  .md\:border-b-indigo-100\/85 {
    border-bottom-color: rgb(224 231 255 / 0.85);
  }

  .md\:border-b-indigo-100\/90 {
    border-bottom-color: rgb(224 231 255 / 0.9);
  }

  .md\:border-b-indigo-100\/95 {
    border-bottom-color: rgb(224 231 255 / 0.95);
  }

  .md\:border-b-indigo-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity));
  }

  .md\:border-b-indigo-200\/0 {
    border-bottom-color: rgb(199 210 254 / 0);
  }

  .md\:border-b-indigo-200\/10 {
    border-bottom-color: rgb(199 210 254 / 0.1);
  }

  .md\:border-b-indigo-200\/100 {
    border-bottom-color: rgb(199 210 254 / 1);
  }

  .md\:border-b-indigo-200\/15 {
    border-bottom-color: rgb(199 210 254 / 0.15);
  }

  .md\:border-b-indigo-200\/20 {
    border-bottom-color: rgb(199 210 254 / 0.2);
  }

  .md\:border-b-indigo-200\/25 {
    border-bottom-color: rgb(199 210 254 / 0.25);
  }

  .md\:border-b-indigo-200\/30 {
    border-bottom-color: rgb(199 210 254 / 0.3);
  }

  .md\:border-b-indigo-200\/35 {
    border-bottom-color: rgb(199 210 254 / 0.35);
  }

  .md\:border-b-indigo-200\/40 {
    border-bottom-color: rgb(199 210 254 / 0.4);
  }

  .md\:border-b-indigo-200\/45 {
    border-bottom-color: rgb(199 210 254 / 0.45);
  }

  .md\:border-b-indigo-200\/5 {
    border-bottom-color: rgb(199 210 254 / 0.05);
  }

  .md\:border-b-indigo-200\/50 {
    border-bottom-color: rgb(199 210 254 / 0.5);
  }

  .md\:border-b-indigo-200\/55 {
    border-bottom-color: rgb(199 210 254 / 0.55);
  }

  .md\:border-b-indigo-200\/60 {
    border-bottom-color: rgb(199 210 254 / 0.6);
  }

  .md\:border-b-indigo-200\/65 {
    border-bottom-color: rgb(199 210 254 / 0.65);
  }

  .md\:border-b-indigo-200\/70 {
    border-bottom-color: rgb(199 210 254 / 0.7);
  }

  .md\:border-b-indigo-200\/75 {
    border-bottom-color: rgb(199 210 254 / 0.75);
  }

  .md\:border-b-indigo-200\/80 {
    border-bottom-color: rgb(199 210 254 / 0.8);
  }

  .md\:border-b-indigo-200\/85 {
    border-bottom-color: rgb(199 210 254 / 0.85);
  }

  .md\:border-b-indigo-200\/90 {
    border-bottom-color: rgb(199 210 254 / 0.9);
  }

  .md\:border-b-indigo-200\/95 {
    border-bottom-color: rgb(199 210 254 / 0.95);
  }

  .md\:border-b-indigo-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity));
  }

  .md\:border-b-indigo-300\/0 {
    border-bottom-color: rgb(165 180 252 / 0);
  }

  .md\:border-b-indigo-300\/10 {
    border-bottom-color: rgb(165 180 252 / 0.1);
  }

  .md\:border-b-indigo-300\/100 {
    border-bottom-color: rgb(165 180 252 / 1);
  }

  .md\:border-b-indigo-300\/15 {
    border-bottom-color: rgb(165 180 252 / 0.15);
  }

  .md\:border-b-indigo-300\/20 {
    border-bottom-color: rgb(165 180 252 / 0.2);
  }

  .md\:border-b-indigo-300\/25 {
    border-bottom-color: rgb(165 180 252 / 0.25);
  }

  .md\:border-b-indigo-300\/30 {
    border-bottom-color: rgb(165 180 252 / 0.3);
  }

  .md\:border-b-indigo-300\/35 {
    border-bottom-color: rgb(165 180 252 / 0.35);
  }

  .md\:border-b-indigo-300\/40 {
    border-bottom-color: rgb(165 180 252 / 0.4);
  }

  .md\:border-b-indigo-300\/45 {
    border-bottom-color: rgb(165 180 252 / 0.45);
  }

  .md\:border-b-indigo-300\/5 {
    border-bottom-color: rgb(165 180 252 / 0.05);
  }

  .md\:border-b-indigo-300\/50 {
    border-bottom-color: rgb(165 180 252 / 0.5);
  }

  .md\:border-b-indigo-300\/55 {
    border-bottom-color: rgb(165 180 252 / 0.55);
  }

  .md\:border-b-indigo-300\/60 {
    border-bottom-color: rgb(165 180 252 / 0.6);
  }

  .md\:border-b-indigo-300\/65 {
    border-bottom-color: rgb(165 180 252 / 0.65);
  }

  .md\:border-b-indigo-300\/70 {
    border-bottom-color: rgb(165 180 252 / 0.7);
  }

  .md\:border-b-indigo-300\/75 {
    border-bottom-color: rgb(165 180 252 / 0.75);
  }

  .md\:border-b-indigo-300\/80 {
    border-bottom-color: rgb(165 180 252 / 0.8);
  }

  .md\:border-b-indigo-300\/85 {
    border-bottom-color: rgb(165 180 252 / 0.85);
  }

  .md\:border-b-indigo-300\/90 {
    border-bottom-color: rgb(165 180 252 / 0.9);
  }

  .md\:border-b-indigo-300\/95 {
    border-bottom-color: rgb(165 180 252 / 0.95);
  }

  .md\:border-b-indigo-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity));
  }

  .md\:border-b-indigo-400\/0 {
    border-bottom-color: rgb(129 140 248 / 0);
  }

  .md\:border-b-indigo-400\/10 {
    border-bottom-color: rgb(129 140 248 / 0.1);
  }

  .md\:border-b-indigo-400\/100 {
    border-bottom-color: rgb(129 140 248 / 1);
  }

  .md\:border-b-indigo-400\/15 {
    border-bottom-color: rgb(129 140 248 / 0.15);
  }

  .md\:border-b-indigo-400\/20 {
    border-bottom-color: rgb(129 140 248 / 0.2);
  }

  .md\:border-b-indigo-400\/25 {
    border-bottom-color: rgb(129 140 248 / 0.25);
  }

  .md\:border-b-indigo-400\/30 {
    border-bottom-color: rgb(129 140 248 / 0.3);
  }

  .md\:border-b-indigo-400\/35 {
    border-bottom-color: rgb(129 140 248 / 0.35);
  }

  .md\:border-b-indigo-400\/40 {
    border-bottom-color: rgb(129 140 248 / 0.4);
  }

  .md\:border-b-indigo-400\/45 {
    border-bottom-color: rgb(129 140 248 / 0.45);
  }

  .md\:border-b-indigo-400\/5 {
    border-bottom-color: rgb(129 140 248 / 0.05);
  }

  .md\:border-b-indigo-400\/50 {
    border-bottom-color: rgb(129 140 248 / 0.5);
  }

  .md\:border-b-indigo-400\/55 {
    border-bottom-color: rgb(129 140 248 / 0.55);
  }

  .md\:border-b-indigo-400\/60 {
    border-bottom-color: rgb(129 140 248 / 0.6);
  }

  .md\:border-b-indigo-400\/65 {
    border-bottom-color: rgb(129 140 248 / 0.65);
  }

  .md\:border-b-indigo-400\/70 {
    border-bottom-color: rgb(129 140 248 / 0.7);
  }

  .md\:border-b-indigo-400\/75 {
    border-bottom-color: rgb(129 140 248 / 0.75);
  }

  .md\:border-b-indigo-400\/80 {
    border-bottom-color: rgb(129 140 248 / 0.8);
  }

  .md\:border-b-indigo-400\/85 {
    border-bottom-color: rgb(129 140 248 / 0.85);
  }

  .md\:border-b-indigo-400\/90 {
    border-bottom-color: rgb(129 140 248 / 0.9);
  }

  .md\:border-b-indigo-400\/95 {
    border-bottom-color: rgb(129 140 248 / 0.95);
  }

  .md\:border-b-indigo-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity));
  }

  .md\:border-b-indigo-50\/0 {
    border-bottom-color: rgb(238 242 255 / 0);
  }

  .md\:border-b-indigo-50\/10 {
    border-bottom-color: rgb(238 242 255 / 0.1);
  }

  .md\:border-b-indigo-50\/100 {
    border-bottom-color: rgb(238 242 255 / 1);
  }

  .md\:border-b-indigo-50\/15 {
    border-bottom-color: rgb(238 242 255 / 0.15);
  }

  .md\:border-b-indigo-50\/20 {
    border-bottom-color: rgb(238 242 255 / 0.2);
  }

  .md\:border-b-indigo-50\/25 {
    border-bottom-color: rgb(238 242 255 / 0.25);
  }

  .md\:border-b-indigo-50\/30 {
    border-bottom-color: rgb(238 242 255 / 0.3);
  }

  .md\:border-b-indigo-50\/35 {
    border-bottom-color: rgb(238 242 255 / 0.35);
  }

  .md\:border-b-indigo-50\/40 {
    border-bottom-color: rgb(238 242 255 / 0.4);
  }

  .md\:border-b-indigo-50\/45 {
    border-bottom-color: rgb(238 242 255 / 0.45);
  }

  .md\:border-b-indigo-50\/5 {
    border-bottom-color: rgb(238 242 255 / 0.05);
  }

  .md\:border-b-indigo-50\/50 {
    border-bottom-color: rgb(238 242 255 / 0.5);
  }

  .md\:border-b-indigo-50\/55 {
    border-bottom-color: rgb(238 242 255 / 0.55);
  }

  .md\:border-b-indigo-50\/60 {
    border-bottom-color: rgb(238 242 255 / 0.6);
  }

  .md\:border-b-indigo-50\/65 {
    border-bottom-color: rgb(238 242 255 / 0.65);
  }

  .md\:border-b-indigo-50\/70 {
    border-bottom-color: rgb(238 242 255 / 0.7);
  }

  .md\:border-b-indigo-50\/75 {
    border-bottom-color: rgb(238 242 255 / 0.75);
  }

  .md\:border-b-indigo-50\/80 {
    border-bottom-color: rgb(238 242 255 / 0.8);
  }

  .md\:border-b-indigo-50\/85 {
    border-bottom-color: rgb(238 242 255 / 0.85);
  }

  .md\:border-b-indigo-50\/90 {
    border-bottom-color: rgb(238 242 255 / 0.9);
  }

  .md\:border-b-indigo-50\/95 {
    border-bottom-color: rgb(238 242 255 / 0.95);
  }

  .md\:border-b-indigo-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity));
  }

  .md\:border-b-indigo-500\/0 {
    border-bottom-color: rgb(99 102 241 / 0);
  }

  .md\:border-b-indigo-500\/10 {
    border-bottom-color: rgb(99 102 241 / 0.1);
  }

  .md\:border-b-indigo-500\/100 {
    border-bottom-color: rgb(99 102 241 / 1);
  }

  .md\:border-b-indigo-500\/15 {
    border-bottom-color: rgb(99 102 241 / 0.15);
  }

  .md\:border-b-indigo-500\/20 {
    border-bottom-color: rgb(99 102 241 / 0.2);
  }

  .md\:border-b-indigo-500\/25 {
    border-bottom-color: rgb(99 102 241 / 0.25);
  }

  .md\:border-b-indigo-500\/30 {
    border-bottom-color: rgb(99 102 241 / 0.3);
  }

  .md\:border-b-indigo-500\/35 {
    border-bottom-color: rgb(99 102 241 / 0.35);
  }

  .md\:border-b-indigo-500\/40 {
    border-bottom-color: rgb(99 102 241 / 0.4);
  }

  .md\:border-b-indigo-500\/45 {
    border-bottom-color: rgb(99 102 241 / 0.45);
  }

  .md\:border-b-indigo-500\/5 {
    border-bottom-color: rgb(99 102 241 / 0.05);
  }

  .md\:border-b-indigo-500\/50 {
    border-bottom-color: rgb(99 102 241 / 0.5);
  }

  .md\:border-b-indigo-500\/55 {
    border-bottom-color: rgb(99 102 241 / 0.55);
  }

  .md\:border-b-indigo-500\/60 {
    border-bottom-color: rgb(99 102 241 / 0.6);
  }

  .md\:border-b-indigo-500\/65 {
    border-bottom-color: rgb(99 102 241 / 0.65);
  }

  .md\:border-b-indigo-500\/70 {
    border-bottom-color: rgb(99 102 241 / 0.7);
  }

  .md\:border-b-indigo-500\/75 {
    border-bottom-color: rgb(99 102 241 / 0.75);
  }

  .md\:border-b-indigo-500\/80 {
    border-bottom-color: rgb(99 102 241 / 0.8);
  }

  .md\:border-b-indigo-500\/85 {
    border-bottom-color: rgb(99 102 241 / 0.85);
  }

  .md\:border-b-indigo-500\/90 {
    border-bottom-color: rgb(99 102 241 / 0.9);
  }

  .md\:border-b-indigo-500\/95 {
    border-bottom-color: rgb(99 102 241 / 0.95);
  }

  .md\:border-b-indigo-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity));
  }

  .md\:border-b-indigo-600\/0 {
    border-bottom-color: rgb(79 70 229 / 0);
  }

  .md\:border-b-indigo-600\/10 {
    border-bottom-color: rgb(79 70 229 / 0.1);
  }

  .md\:border-b-indigo-600\/100 {
    border-bottom-color: rgb(79 70 229 / 1);
  }

  .md\:border-b-indigo-600\/15 {
    border-bottom-color: rgb(79 70 229 / 0.15);
  }

  .md\:border-b-indigo-600\/20 {
    border-bottom-color: rgb(79 70 229 / 0.2);
  }

  .md\:border-b-indigo-600\/25 {
    border-bottom-color: rgb(79 70 229 / 0.25);
  }

  .md\:border-b-indigo-600\/30 {
    border-bottom-color: rgb(79 70 229 / 0.3);
  }

  .md\:border-b-indigo-600\/35 {
    border-bottom-color: rgb(79 70 229 / 0.35);
  }

  .md\:border-b-indigo-600\/40 {
    border-bottom-color: rgb(79 70 229 / 0.4);
  }

  .md\:border-b-indigo-600\/45 {
    border-bottom-color: rgb(79 70 229 / 0.45);
  }

  .md\:border-b-indigo-600\/5 {
    border-bottom-color: rgb(79 70 229 / 0.05);
  }

  .md\:border-b-indigo-600\/50 {
    border-bottom-color: rgb(79 70 229 / 0.5);
  }

  .md\:border-b-indigo-600\/55 {
    border-bottom-color: rgb(79 70 229 / 0.55);
  }

  .md\:border-b-indigo-600\/60 {
    border-bottom-color: rgb(79 70 229 / 0.6);
  }

  .md\:border-b-indigo-600\/65 {
    border-bottom-color: rgb(79 70 229 / 0.65);
  }

  .md\:border-b-indigo-600\/70 {
    border-bottom-color: rgb(79 70 229 / 0.7);
  }

  .md\:border-b-indigo-600\/75 {
    border-bottom-color: rgb(79 70 229 / 0.75);
  }

  .md\:border-b-indigo-600\/80 {
    border-bottom-color: rgb(79 70 229 / 0.8);
  }

  .md\:border-b-indigo-600\/85 {
    border-bottom-color: rgb(79 70 229 / 0.85);
  }

  .md\:border-b-indigo-600\/90 {
    border-bottom-color: rgb(79 70 229 / 0.9);
  }

  .md\:border-b-indigo-600\/95 {
    border-bottom-color: rgb(79 70 229 / 0.95);
  }

  .md\:border-b-indigo-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity));
  }

  .md\:border-b-indigo-700\/0 {
    border-bottom-color: rgb(67 56 202 / 0);
  }

  .md\:border-b-indigo-700\/10 {
    border-bottom-color: rgb(67 56 202 / 0.1);
  }

  .md\:border-b-indigo-700\/100 {
    border-bottom-color: rgb(67 56 202 / 1);
  }

  .md\:border-b-indigo-700\/15 {
    border-bottom-color: rgb(67 56 202 / 0.15);
  }

  .md\:border-b-indigo-700\/20 {
    border-bottom-color: rgb(67 56 202 / 0.2);
  }

  .md\:border-b-indigo-700\/25 {
    border-bottom-color: rgb(67 56 202 / 0.25);
  }

  .md\:border-b-indigo-700\/30 {
    border-bottom-color: rgb(67 56 202 / 0.3);
  }

  .md\:border-b-indigo-700\/35 {
    border-bottom-color: rgb(67 56 202 / 0.35);
  }

  .md\:border-b-indigo-700\/40 {
    border-bottom-color: rgb(67 56 202 / 0.4);
  }

  .md\:border-b-indigo-700\/45 {
    border-bottom-color: rgb(67 56 202 / 0.45);
  }

  .md\:border-b-indigo-700\/5 {
    border-bottom-color: rgb(67 56 202 / 0.05);
  }

  .md\:border-b-indigo-700\/50 {
    border-bottom-color: rgb(67 56 202 / 0.5);
  }

  .md\:border-b-indigo-700\/55 {
    border-bottom-color: rgb(67 56 202 / 0.55);
  }

  .md\:border-b-indigo-700\/60 {
    border-bottom-color: rgb(67 56 202 / 0.6);
  }

  .md\:border-b-indigo-700\/65 {
    border-bottom-color: rgb(67 56 202 / 0.65);
  }

  .md\:border-b-indigo-700\/70 {
    border-bottom-color: rgb(67 56 202 / 0.7);
  }

  .md\:border-b-indigo-700\/75 {
    border-bottom-color: rgb(67 56 202 / 0.75);
  }

  .md\:border-b-indigo-700\/80 {
    border-bottom-color: rgb(67 56 202 / 0.8);
  }

  .md\:border-b-indigo-700\/85 {
    border-bottom-color: rgb(67 56 202 / 0.85);
  }

  .md\:border-b-indigo-700\/90 {
    border-bottom-color: rgb(67 56 202 / 0.9);
  }

  .md\:border-b-indigo-700\/95 {
    border-bottom-color: rgb(67 56 202 / 0.95);
  }

  .md\:border-b-indigo-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity));
  }

  .md\:border-b-indigo-800\/0 {
    border-bottom-color: rgb(55 48 163 / 0);
  }

  .md\:border-b-indigo-800\/10 {
    border-bottom-color: rgb(55 48 163 / 0.1);
  }

  .md\:border-b-indigo-800\/100 {
    border-bottom-color: rgb(55 48 163 / 1);
  }

  .md\:border-b-indigo-800\/15 {
    border-bottom-color: rgb(55 48 163 / 0.15);
  }

  .md\:border-b-indigo-800\/20 {
    border-bottom-color: rgb(55 48 163 / 0.2);
  }

  .md\:border-b-indigo-800\/25 {
    border-bottom-color: rgb(55 48 163 / 0.25);
  }

  .md\:border-b-indigo-800\/30 {
    border-bottom-color: rgb(55 48 163 / 0.3);
  }

  .md\:border-b-indigo-800\/35 {
    border-bottom-color: rgb(55 48 163 / 0.35);
  }

  .md\:border-b-indigo-800\/40 {
    border-bottom-color: rgb(55 48 163 / 0.4);
  }

  .md\:border-b-indigo-800\/45 {
    border-bottom-color: rgb(55 48 163 / 0.45);
  }

  .md\:border-b-indigo-800\/5 {
    border-bottom-color: rgb(55 48 163 / 0.05);
  }

  .md\:border-b-indigo-800\/50 {
    border-bottom-color: rgb(55 48 163 / 0.5);
  }

  .md\:border-b-indigo-800\/55 {
    border-bottom-color: rgb(55 48 163 / 0.55);
  }

  .md\:border-b-indigo-800\/60 {
    border-bottom-color: rgb(55 48 163 / 0.6);
  }

  .md\:border-b-indigo-800\/65 {
    border-bottom-color: rgb(55 48 163 / 0.65);
  }

  .md\:border-b-indigo-800\/70 {
    border-bottom-color: rgb(55 48 163 / 0.7);
  }

  .md\:border-b-indigo-800\/75 {
    border-bottom-color: rgb(55 48 163 / 0.75);
  }

  .md\:border-b-indigo-800\/80 {
    border-bottom-color: rgb(55 48 163 / 0.8);
  }

  .md\:border-b-indigo-800\/85 {
    border-bottom-color: rgb(55 48 163 / 0.85);
  }

  .md\:border-b-indigo-800\/90 {
    border-bottom-color: rgb(55 48 163 / 0.9);
  }

  .md\:border-b-indigo-800\/95 {
    border-bottom-color: rgb(55 48 163 / 0.95);
  }

  .md\:border-b-indigo-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity));
  }

  .md\:border-b-indigo-900\/0 {
    border-bottom-color: rgb(49 46 129 / 0);
  }

  .md\:border-b-indigo-900\/10 {
    border-bottom-color: rgb(49 46 129 / 0.1);
  }

  .md\:border-b-indigo-900\/100 {
    border-bottom-color: rgb(49 46 129 / 1);
  }

  .md\:border-b-indigo-900\/15 {
    border-bottom-color: rgb(49 46 129 / 0.15);
  }

  .md\:border-b-indigo-900\/20 {
    border-bottom-color: rgb(49 46 129 / 0.2);
  }

  .md\:border-b-indigo-900\/25 {
    border-bottom-color: rgb(49 46 129 / 0.25);
  }

  .md\:border-b-indigo-900\/30 {
    border-bottom-color: rgb(49 46 129 / 0.3);
  }

  .md\:border-b-indigo-900\/35 {
    border-bottom-color: rgb(49 46 129 / 0.35);
  }

  .md\:border-b-indigo-900\/40 {
    border-bottom-color: rgb(49 46 129 / 0.4);
  }

  .md\:border-b-indigo-900\/45 {
    border-bottom-color: rgb(49 46 129 / 0.45);
  }

  .md\:border-b-indigo-900\/5 {
    border-bottom-color: rgb(49 46 129 / 0.05);
  }

  .md\:border-b-indigo-900\/50 {
    border-bottom-color: rgb(49 46 129 / 0.5);
  }

  .md\:border-b-indigo-900\/55 {
    border-bottom-color: rgb(49 46 129 / 0.55);
  }

  .md\:border-b-indigo-900\/60 {
    border-bottom-color: rgb(49 46 129 / 0.6);
  }

  .md\:border-b-indigo-900\/65 {
    border-bottom-color: rgb(49 46 129 / 0.65);
  }

  .md\:border-b-indigo-900\/70 {
    border-bottom-color: rgb(49 46 129 / 0.7);
  }

  .md\:border-b-indigo-900\/75 {
    border-bottom-color: rgb(49 46 129 / 0.75);
  }

  .md\:border-b-indigo-900\/80 {
    border-bottom-color: rgb(49 46 129 / 0.8);
  }

  .md\:border-b-indigo-900\/85 {
    border-bottom-color: rgb(49 46 129 / 0.85);
  }

  .md\:border-b-indigo-900\/90 {
    border-bottom-color: rgb(49 46 129 / 0.9);
  }

  .md\:border-b-indigo-900\/95 {
    border-bottom-color: rgb(49 46 129 / 0.95);
  }

  .md\:border-b-indigo-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity));
  }

  .md\:border-b-indigo-950\/0 {
    border-bottom-color: rgb(30 27 75 / 0);
  }

  .md\:border-b-indigo-950\/10 {
    border-bottom-color: rgb(30 27 75 / 0.1);
  }

  .md\:border-b-indigo-950\/100 {
    border-bottom-color: rgb(30 27 75 / 1);
  }

  .md\:border-b-indigo-950\/15 {
    border-bottom-color: rgb(30 27 75 / 0.15);
  }

  .md\:border-b-indigo-950\/20 {
    border-bottom-color: rgb(30 27 75 / 0.2);
  }

  .md\:border-b-indigo-950\/25 {
    border-bottom-color: rgb(30 27 75 / 0.25);
  }

  .md\:border-b-indigo-950\/30 {
    border-bottom-color: rgb(30 27 75 / 0.3);
  }

  .md\:border-b-indigo-950\/35 {
    border-bottom-color: rgb(30 27 75 / 0.35);
  }

  .md\:border-b-indigo-950\/40 {
    border-bottom-color: rgb(30 27 75 / 0.4);
  }

  .md\:border-b-indigo-950\/45 {
    border-bottom-color: rgb(30 27 75 / 0.45);
  }

  .md\:border-b-indigo-950\/5 {
    border-bottom-color: rgb(30 27 75 / 0.05);
  }

  .md\:border-b-indigo-950\/50 {
    border-bottom-color: rgb(30 27 75 / 0.5);
  }

  .md\:border-b-indigo-950\/55 {
    border-bottom-color: rgb(30 27 75 / 0.55);
  }

  .md\:border-b-indigo-950\/60 {
    border-bottom-color: rgb(30 27 75 / 0.6);
  }

  .md\:border-b-indigo-950\/65 {
    border-bottom-color: rgb(30 27 75 / 0.65);
  }

  .md\:border-b-indigo-950\/70 {
    border-bottom-color: rgb(30 27 75 / 0.7);
  }

  .md\:border-b-indigo-950\/75 {
    border-bottom-color: rgb(30 27 75 / 0.75);
  }

  .md\:border-b-indigo-950\/80 {
    border-bottom-color: rgb(30 27 75 / 0.8);
  }

  .md\:border-b-indigo-950\/85 {
    border-bottom-color: rgb(30 27 75 / 0.85);
  }

  .md\:border-b-indigo-950\/90 {
    border-bottom-color: rgb(30 27 75 / 0.9);
  }

  .md\:border-b-indigo-950\/95 {
    border-bottom-color: rgb(30 27 75 / 0.95);
  }

  .md\:border-b-inherit {
    border-bottom-color: inherit;
  }

  .md\:border-b-lime-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity));
  }

  .md\:border-b-lime-100\/0 {
    border-bottom-color: rgb(236 252 203 / 0);
  }

  .md\:border-b-lime-100\/10 {
    border-bottom-color: rgb(236 252 203 / 0.1);
  }

  .md\:border-b-lime-100\/100 {
    border-bottom-color: rgb(236 252 203 / 1);
  }

  .md\:border-b-lime-100\/15 {
    border-bottom-color: rgb(236 252 203 / 0.15);
  }

  .md\:border-b-lime-100\/20 {
    border-bottom-color: rgb(236 252 203 / 0.2);
  }

  .md\:border-b-lime-100\/25 {
    border-bottom-color: rgb(236 252 203 / 0.25);
  }

  .md\:border-b-lime-100\/30 {
    border-bottom-color: rgb(236 252 203 / 0.3);
  }

  .md\:border-b-lime-100\/35 {
    border-bottom-color: rgb(236 252 203 / 0.35);
  }

  .md\:border-b-lime-100\/40 {
    border-bottom-color: rgb(236 252 203 / 0.4);
  }

  .md\:border-b-lime-100\/45 {
    border-bottom-color: rgb(236 252 203 / 0.45);
  }

  .md\:border-b-lime-100\/5 {
    border-bottom-color: rgb(236 252 203 / 0.05);
  }

  .md\:border-b-lime-100\/50 {
    border-bottom-color: rgb(236 252 203 / 0.5);
  }

  .md\:border-b-lime-100\/55 {
    border-bottom-color: rgb(236 252 203 / 0.55);
  }

  .md\:border-b-lime-100\/60 {
    border-bottom-color: rgb(236 252 203 / 0.6);
  }

  .md\:border-b-lime-100\/65 {
    border-bottom-color: rgb(236 252 203 / 0.65);
  }

  .md\:border-b-lime-100\/70 {
    border-bottom-color: rgb(236 252 203 / 0.7);
  }

  .md\:border-b-lime-100\/75 {
    border-bottom-color: rgb(236 252 203 / 0.75);
  }

  .md\:border-b-lime-100\/80 {
    border-bottom-color: rgb(236 252 203 / 0.8);
  }

  .md\:border-b-lime-100\/85 {
    border-bottom-color: rgb(236 252 203 / 0.85);
  }

  .md\:border-b-lime-100\/90 {
    border-bottom-color: rgb(236 252 203 / 0.9);
  }

  .md\:border-b-lime-100\/95 {
    border-bottom-color: rgb(236 252 203 / 0.95);
  }

  .md\:border-b-lime-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity));
  }

  .md\:border-b-lime-200\/0 {
    border-bottom-color: rgb(217 249 157 / 0);
  }

  .md\:border-b-lime-200\/10 {
    border-bottom-color: rgb(217 249 157 / 0.1);
  }

  .md\:border-b-lime-200\/100 {
    border-bottom-color: rgb(217 249 157 / 1);
  }

  .md\:border-b-lime-200\/15 {
    border-bottom-color: rgb(217 249 157 / 0.15);
  }

  .md\:border-b-lime-200\/20 {
    border-bottom-color: rgb(217 249 157 / 0.2);
  }

  .md\:border-b-lime-200\/25 {
    border-bottom-color: rgb(217 249 157 / 0.25);
  }

  .md\:border-b-lime-200\/30 {
    border-bottom-color: rgb(217 249 157 / 0.3);
  }

  .md\:border-b-lime-200\/35 {
    border-bottom-color: rgb(217 249 157 / 0.35);
  }

  .md\:border-b-lime-200\/40 {
    border-bottom-color: rgb(217 249 157 / 0.4);
  }

  .md\:border-b-lime-200\/45 {
    border-bottom-color: rgb(217 249 157 / 0.45);
  }

  .md\:border-b-lime-200\/5 {
    border-bottom-color: rgb(217 249 157 / 0.05);
  }

  .md\:border-b-lime-200\/50 {
    border-bottom-color: rgb(217 249 157 / 0.5);
  }

  .md\:border-b-lime-200\/55 {
    border-bottom-color: rgb(217 249 157 / 0.55);
  }

  .md\:border-b-lime-200\/60 {
    border-bottom-color: rgb(217 249 157 / 0.6);
  }

  .md\:border-b-lime-200\/65 {
    border-bottom-color: rgb(217 249 157 / 0.65);
  }

  .md\:border-b-lime-200\/70 {
    border-bottom-color: rgb(217 249 157 / 0.7);
  }

  .md\:border-b-lime-200\/75 {
    border-bottom-color: rgb(217 249 157 / 0.75);
  }

  .md\:border-b-lime-200\/80 {
    border-bottom-color: rgb(217 249 157 / 0.8);
  }

  .md\:border-b-lime-200\/85 {
    border-bottom-color: rgb(217 249 157 / 0.85);
  }

  .md\:border-b-lime-200\/90 {
    border-bottom-color: rgb(217 249 157 / 0.9);
  }

  .md\:border-b-lime-200\/95 {
    border-bottom-color: rgb(217 249 157 / 0.95);
  }

  .md\:border-b-lime-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity));
  }

  .md\:border-b-lime-300\/0 {
    border-bottom-color: rgb(190 242 100 / 0);
  }

  .md\:border-b-lime-300\/10 {
    border-bottom-color: rgb(190 242 100 / 0.1);
  }

  .md\:border-b-lime-300\/100 {
    border-bottom-color: rgb(190 242 100 / 1);
  }

  .md\:border-b-lime-300\/15 {
    border-bottom-color: rgb(190 242 100 / 0.15);
  }

  .md\:border-b-lime-300\/20 {
    border-bottom-color: rgb(190 242 100 / 0.2);
  }

  .md\:border-b-lime-300\/25 {
    border-bottom-color: rgb(190 242 100 / 0.25);
  }

  .md\:border-b-lime-300\/30 {
    border-bottom-color: rgb(190 242 100 / 0.3);
  }

  .md\:border-b-lime-300\/35 {
    border-bottom-color: rgb(190 242 100 / 0.35);
  }

  .md\:border-b-lime-300\/40 {
    border-bottom-color: rgb(190 242 100 / 0.4);
  }

  .md\:border-b-lime-300\/45 {
    border-bottom-color: rgb(190 242 100 / 0.45);
  }

  .md\:border-b-lime-300\/5 {
    border-bottom-color: rgb(190 242 100 / 0.05);
  }

  .md\:border-b-lime-300\/50 {
    border-bottom-color: rgb(190 242 100 / 0.5);
  }

  .md\:border-b-lime-300\/55 {
    border-bottom-color: rgb(190 242 100 / 0.55);
  }

  .md\:border-b-lime-300\/60 {
    border-bottom-color: rgb(190 242 100 / 0.6);
  }

  .md\:border-b-lime-300\/65 {
    border-bottom-color: rgb(190 242 100 / 0.65);
  }

  .md\:border-b-lime-300\/70 {
    border-bottom-color: rgb(190 242 100 / 0.7);
  }

  .md\:border-b-lime-300\/75 {
    border-bottom-color: rgb(190 242 100 / 0.75);
  }

  .md\:border-b-lime-300\/80 {
    border-bottom-color: rgb(190 242 100 / 0.8);
  }

  .md\:border-b-lime-300\/85 {
    border-bottom-color: rgb(190 242 100 / 0.85);
  }

  .md\:border-b-lime-300\/90 {
    border-bottom-color: rgb(190 242 100 / 0.9);
  }

  .md\:border-b-lime-300\/95 {
    border-bottom-color: rgb(190 242 100 / 0.95);
  }

  .md\:border-b-lime-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity));
  }

  .md\:border-b-lime-400\/0 {
    border-bottom-color: rgb(163 230 53 / 0);
  }

  .md\:border-b-lime-400\/10 {
    border-bottom-color: rgb(163 230 53 / 0.1);
  }

  .md\:border-b-lime-400\/100 {
    border-bottom-color: rgb(163 230 53 / 1);
  }

  .md\:border-b-lime-400\/15 {
    border-bottom-color: rgb(163 230 53 / 0.15);
  }

  .md\:border-b-lime-400\/20 {
    border-bottom-color: rgb(163 230 53 / 0.2);
  }

  .md\:border-b-lime-400\/25 {
    border-bottom-color: rgb(163 230 53 / 0.25);
  }

  .md\:border-b-lime-400\/30 {
    border-bottom-color: rgb(163 230 53 / 0.3);
  }

  .md\:border-b-lime-400\/35 {
    border-bottom-color: rgb(163 230 53 / 0.35);
  }

  .md\:border-b-lime-400\/40 {
    border-bottom-color: rgb(163 230 53 / 0.4);
  }

  .md\:border-b-lime-400\/45 {
    border-bottom-color: rgb(163 230 53 / 0.45);
  }

  .md\:border-b-lime-400\/5 {
    border-bottom-color: rgb(163 230 53 / 0.05);
  }

  .md\:border-b-lime-400\/50 {
    border-bottom-color: rgb(163 230 53 / 0.5);
  }

  .md\:border-b-lime-400\/55 {
    border-bottom-color: rgb(163 230 53 / 0.55);
  }

  .md\:border-b-lime-400\/60 {
    border-bottom-color: rgb(163 230 53 / 0.6);
  }

  .md\:border-b-lime-400\/65 {
    border-bottom-color: rgb(163 230 53 / 0.65);
  }

  .md\:border-b-lime-400\/70 {
    border-bottom-color: rgb(163 230 53 / 0.7);
  }

  .md\:border-b-lime-400\/75 {
    border-bottom-color: rgb(163 230 53 / 0.75);
  }

  .md\:border-b-lime-400\/80 {
    border-bottom-color: rgb(163 230 53 / 0.8);
  }

  .md\:border-b-lime-400\/85 {
    border-bottom-color: rgb(163 230 53 / 0.85);
  }

  .md\:border-b-lime-400\/90 {
    border-bottom-color: rgb(163 230 53 / 0.9);
  }

  .md\:border-b-lime-400\/95 {
    border-bottom-color: rgb(163 230 53 / 0.95);
  }

  .md\:border-b-lime-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity));
  }

  .md\:border-b-lime-50\/0 {
    border-bottom-color: rgb(247 254 231 / 0);
  }

  .md\:border-b-lime-50\/10 {
    border-bottom-color: rgb(247 254 231 / 0.1);
  }

  .md\:border-b-lime-50\/100 {
    border-bottom-color: rgb(247 254 231 / 1);
  }

  .md\:border-b-lime-50\/15 {
    border-bottom-color: rgb(247 254 231 / 0.15);
  }

  .md\:border-b-lime-50\/20 {
    border-bottom-color: rgb(247 254 231 / 0.2);
  }

  .md\:border-b-lime-50\/25 {
    border-bottom-color: rgb(247 254 231 / 0.25);
  }

  .md\:border-b-lime-50\/30 {
    border-bottom-color: rgb(247 254 231 / 0.3);
  }

  .md\:border-b-lime-50\/35 {
    border-bottom-color: rgb(247 254 231 / 0.35);
  }

  .md\:border-b-lime-50\/40 {
    border-bottom-color: rgb(247 254 231 / 0.4);
  }

  .md\:border-b-lime-50\/45 {
    border-bottom-color: rgb(247 254 231 / 0.45);
  }

  .md\:border-b-lime-50\/5 {
    border-bottom-color: rgb(247 254 231 / 0.05);
  }

  .md\:border-b-lime-50\/50 {
    border-bottom-color: rgb(247 254 231 / 0.5);
  }

  .md\:border-b-lime-50\/55 {
    border-bottom-color: rgb(247 254 231 / 0.55);
  }

  .md\:border-b-lime-50\/60 {
    border-bottom-color: rgb(247 254 231 / 0.6);
  }

  .md\:border-b-lime-50\/65 {
    border-bottom-color: rgb(247 254 231 / 0.65);
  }

  .md\:border-b-lime-50\/70 {
    border-bottom-color: rgb(247 254 231 / 0.7);
  }

  .md\:border-b-lime-50\/75 {
    border-bottom-color: rgb(247 254 231 / 0.75);
  }

  .md\:border-b-lime-50\/80 {
    border-bottom-color: rgb(247 254 231 / 0.8);
  }

  .md\:border-b-lime-50\/85 {
    border-bottom-color: rgb(247 254 231 / 0.85);
  }

  .md\:border-b-lime-50\/90 {
    border-bottom-color: rgb(247 254 231 / 0.9);
  }

  .md\:border-b-lime-50\/95 {
    border-bottom-color: rgb(247 254 231 / 0.95);
  }

  .md\:border-b-lime-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity));
  }

  .md\:border-b-lime-500\/0 {
    border-bottom-color: rgb(132 204 22 / 0);
  }

  .md\:border-b-lime-500\/10 {
    border-bottom-color: rgb(132 204 22 / 0.1);
  }

  .md\:border-b-lime-500\/100 {
    border-bottom-color: rgb(132 204 22 / 1);
  }

  .md\:border-b-lime-500\/15 {
    border-bottom-color: rgb(132 204 22 / 0.15);
  }

  .md\:border-b-lime-500\/20 {
    border-bottom-color: rgb(132 204 22 / 0.2);
  }

  .md\:border-b-lime-500\/25 {
    border-bottom-color: rgb(132 204 22 / 0.25);
  }

  .md\:border-b-lime-500\/30 {
    border-bottom-color: rgb(132 204 22 / 0.3);
  }

  .md\:border-b-lime-500\/35 {
    border-bottom-color: rgb(132 204 22 / 0.35);
  }

  .md\:border-b-lime-500\/40 {
    border-bottom-color: rgb(132 204 22 / 0.4);
  }

  .md\:border-b-lime-500\/45 {
    border-bottom-color: rgb(132 204 22 / 0.45);
  }

  .md\:border-b-lime-500\/5 {
    border-bottom-color: rgb(132 204 22 / 0.05);
  }

  .md\:border-b-lime-500\/50 {
    border-bottom-color: rgb(132 204 22 / 0.5);
  }

  .md\:border-b-lime-500\/55 {
    border-bottom-color: rgb(132 204 22 / 0.55);
  }

  .md\:border-b-lime-500\/60 {
    border-bottom-color: rgb(132 204 22 / 0.6);
  }

  .md\:border-b-lime-500\/65 {
    border-bottom-color: rgb(132 204 22 / 0.65);
  }

  .md\:border-b-lime-500\/70 {
    border-bottom-color: rgb(132 204 22 / 0.7);
  }

  .md\:border-b-lime-500\/75 {
    border-bottom-color: rgb(132 204 22 / 0.75);
  }

  .md\:border-b-lime-500\/80 {
    border-bottom-color: rgb(132 204 22 / 0.8);
  }

  .md\:border-b-lime-500\/85 {
    border-bottom-color: rgb(132 204 22 / 0.85);
  }

  .md\:border-b-lime-500\/90 {
    border-bottom-color: rgb(132 204 22 / 0.9);
  }

  .md\:border-b-lime-500\/95 {
    border-bottom-color: rgb(132 204 22 / 0.95);
  }

  .md\:border-b-lime-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity));
  }

  .md\:border-b-lime-600\/0 {
    border-bottom-color: rgb(101 163 13 / 0);
  }

  .md\:border-b-lime-600\/10 {
    border-bottom-color: rgb(101 163 13 / 0.1);
  }

  .md\:border-b-lime-600\/100 {
    border-bottom-color: rgb(101 163 13 / 1);
  }

  .md\:border-b-lime-600\/15 {
    border-bottom-color: rgb(101 163 13 / 0.15);
  }

  .md\:border-b-lime-600\/20 {
    border-bottom-color: rgb(101 163 13 / 0.2);
  }

  .md\:border-b-lime-600\/25 {
    border-bottom-color: rgb(101 163 13 / 0.25);
  }

  .md\:border-b-lime-600\/30 {
    border-bottom-color: rgb(101 163 13 / 0.3);
  }

  .md\:border-b-lime-600\/35 {
    border-bottom-color: rgb(101 163 13 / 0.35);
  }

  .md\:border-b-lime-600\/40 {
    border-bottom-color: rgb(101 163 13 / 0.4);
  }

  .md\:border-b-lime-600\/45 {
    border-bottom-color: rgb(101 163 13 / 0.45);
  }

  .md\:border-b-lime-600\/5 {
    border-bottom-color: rgb(101 163 13 / 0.05);
  }

  .md\:border-b-lime-600\/50 {
    border-bottom-color: rgb(101 163 13 / 0.5);
  }

  .md\:border-b-lime-600\/55 {
    border-bottom-color: rgb(101 163 13 / 0.55);
  }

  .md\:border-b-lime-600\/60 {
    border-bottom-color: rgb(101 163 13 / 0.6);
  }

  .md\:border-b-lime-600\/65 {
    border-bottom-color: rgb(101 163 13 / 0.65);
  }

  .md\:border-b-lime-600\/70 {
    border-bottom-color: rgb(101 163 13 / 0.7);
  }

  .md\:border-b-lime-600\/75 {
    border-bottom-color: rgb(101 163 13 / 0.75);
  }

  .md\:border-b-lime-600\/80 {
    border-bottom-color: rgb(101 163 13 / 0.8);
  }

  .md\:border-b-lime-600\/85 {
    border-bottom-color: rgb(101 163 13 / 0.85);
  }

  .md\:border-b-lime-600\/90 {
    border-bottom-color: rgb(101 163 13 / 0.9);
  }

  .md\:border-b-lime-600\/95 {
    border-bottom-color: rgb(101 163 13 / 0.95);
  }

  .md\:border-b-lime-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity));
  }

  .md\:border-b-lime-700\/0 {
    border-bottom-color: rgb(77 124 15 / 0);
  }

  .md\:border-b-lime-700\/10 {
    border-bottom-color: rgb(77 124 15 / 0.1);
  }

  .md\:border-b-lime-700\/100 {
    border-bottom-color: rgb(77 124 15 / 1);
  }

  .md\:border-b-lime-700\/15 {
    border-bottom-color: rgb(77 124 15 / 0.15);
  }

  .md\:border-b-lime-700\/20 {
    border-bottom-color: rgb(77 124 15 / 0.2);
  }

  .md\:border-b-lime-700\/25 {
    border-bottom-color: rgb(77 124 15 / 0.25);
  }

  .md\:border-b-lime-700\/30 {
    border-bottom-color: rgb(77 124 15 / 0.3);
  }

  .md\:border-b-lime-700\/35 {
    border-bottom-color: rgb(77 124 15 / 0.35);
  }

  .md\:border-b-lime-700\/40 {
    border-bottom-color: rgb(77 124 15 / 0.4);
  }

  .md\:border-b-lime-700\/45 {
    border-bottom-color: rgb(77 124 15 / 0.45);
  }

  .md\:border-b-lime-700\/5 {
    border-bottom-color: rgb(77 124 15 / 0.05);
  }

  .md\:border-b-lime-700\/50 {
    border-bottom-color: rgb(77 124 15 / 0.5);
  }

  .md\:border-b-lime-700\/55 {
    border-bottom-color: rgb(77 124 15 / 0.55);
  }

  .md\:border-b-lime-700\/60 {
    border-bottom-color: rgb(77 124 15 / 0.6);
  }

  .md\:border-b-lime-700\/65 {
    border-bottom-color: rgb(77 124 15 / 0.65);
  }

  .md\:border-b-lime-700\/70 {
    border-bottom-color: rgb(77 124 15 / 0.7);
  }

  .md\:border-b-lime-700\/75 {
    border-bottom-color: rgb(77 124 15 / 0.75);
  }

  .md\:border-b-lime-700\/80 {
    border-bottom-color: rgb(77 124 15 / 0.8);
  }

  .md\:border-b-lime-700\/85 {
    border-bottom-color: rgb(77 124 15 / 0.85);
  }

  .md\:border-b-lime-700\/90 {
    border-bottom-color: rgb(77 124 15 / 0.9);
  }

  .md\:border-b-lime-700\/95 {
    border-bottom-color: rgb(77 124 15 / 0.95);
  }

  .md\:border-b-lime-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity));
  }

  .md\:border-b-lime-800\/0 {
    border-bottom-color: rgb(63 98 18 / 0);
  }

  .md\:border-b-lime-800\/10 {
    border-bottom-color: rgb(63 98 18 / 0.1);
  }

  .md\:border-b-lime-800\/100 {
    border-bottom-color: rgb(63 98 18 / 1);
  }

  .md\:border-b-lime-800\/15 {
    border-bottom-color: rgb(63 98 18 / 0.15);
  }

  .md\:border-b-lime-800\/20 {
    border-bottom-color: rgb(63 98 18 / 0.2);
  }

  .md\:border-b-lime-800\/25 {
    border-bottom-color: rgb(63 98 18 / 0.25);
  }

  .md\:border-b-lime-800\/30 {
    border-bottom-color: rgb(63 98 18 / 0.3);
  }

  .md\:border-b-lime-800\/35 {
    border-bottom-color: rgb(63 98 18 / 0.35);
  }

  .md\:border-b-lime-800\/40 {
    border-bottom-color: rgb(63 98 18 / 0.4);
  }

  .md\:border-b-lime-800\/45 {
    border-bottom-color: rgb(63 98 18 / 0.45);
  }

  .md\:border-b-lime-800\/5 {
    border-bottom-color: rgb(63 98 18 / 0.05);
  }

  .md\:border-b-lime-800\/50 {
    border-bottom-color: rgb(63 98 18 / 0.5);
  }

  .md\:border-b-lime-800\/55 {
    border-bottom-color: rgb(63 98 18 / 0.55);
  }

  .md\:border-b-lime-800\/60 {
    border-bottom-color: rgb(63 98 18 / 0.6);
  }

  .md\:border-b-lime-800\/65 {
    border-bottom-color: rgb(63 98 18 / 0.65);
  }

  .md\:border-b-lime-800\/70 {
    border-bottom-color: rgb(63 98 18 / 0.7);
  }

  .md\:border-b-lime-800\/75 {
    border-bottom-color: rgb(63 98 18 / 0.75);
  }

  .md\:border-b-lime-800\/80 {
    border-bottom-color: rgb(63 98 18 / 0.8);
  }

  .md\:border-b-lime-800\/85 {
    border-bottom-color: rgb(63 98 18 / 0.85);
  }

  .md\:border-b-lime-800\/90 {
    border-bottom-color: rgb(63 98 18 / 0.9);
  }

  .md\:border-b-lime-800\/95 {
    border-bottom-color: rgb(63 98 18 / 0.95);
  }

  .md\:border-b-lime-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity));
  }

  .md\:border-b-lime-900\/0 {
    border-bottom-color: rgb(54 83 20 / 0);
  }

  .md\:border-b-lime-900\/10 {
    border-bottom-color: rgb(54 83 20 / 0.1);
  }

  .md\:border-b-lime-900\/100 {
    border-bottom-color: rgb(54 83 20 / 1);
  }

  .md\:border-b-lime-900\/15 {
    border-bottom-color: rgb(54 83 20 / 0.15);
  }

  .md\:border-b-lime-900\/20 {
    border-bottom-color: rgb(54 83 20 / 0.2);
  }

  .md\:border-b-lime-900\/25 {
    border-bottom-color: rgb(54 83 20 / 0.25);
  }

  .md\:border-b-lime-900\/30 {
    border-bottom-color: rgb(54 83 20 / 0.3);
  }

  .md\:border-b-lime-900\/35 {
    border-bottom-color: rgb(54 83 20 / 0.35);
  }

  .md\:border-b-lime-900\/40 {
    border-bottom-color: rgb(54 83 20 / 0.4);
  }

  .md\:border-b-lime-900\/45 {
    border-bottom-color: rgb(54 83 20 / 0.45);
  }

  .md\:border-b-lime-900\/5 {
    border-bottom-color: rgb(54 83 20 / 0.05);
  }

  .md\:border-b-lime-900\/50 {
    border-bottom-color: rgb(54 83 20 / 0.5);
  }

  .md\:border-b-lime-900\/55 {
    border-bottom-color: rgb(54 83 20 / 0.55);
  }

  .md\:border-b-lime-900\/60 {
    border-bottom-color: rgb(54 83 20 / 0.6);
  }

  .md\:border-b-lime-900\/65 {
    border-bottom-color: rgb(54 83 20 / 0.65);
  }

  .md\:border-b-lime-900\/70 {
    border-bottom-color: rgb(54 83 20 / 0.7);
  }

  .md\:border-b-lime-900\/75 {
    border-bottom-color: rgb(54 83 20 / 0.75);
  }

  .md\:border-b-lime-900\/80 {
    border-bottom-color: rgb(54 83 20 / 0.8);
  }

  .md\:border-b-lime-900\/85 {
    border-bottom-color: rgb(54 83 20 / 0.85);
  }

  .md\:border-b-lime-900\/90 {
    border-bottom-color: rgb(54 83 20 / 0.9);
  }

  .md\:border-b-lime-900\/95 {
    border-bottom-color: rgb(54 83 20 / 0.95);
  }

  .md\:border-b-lime-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity));
  }

  .md\:border-b-lime-950\/0 {
    border-bottom-color: rgb(26 46 5 / 0);
  }

  .md\:border-b-lime-950\/10 {
    border-bottom-color: rgb(26 46 5 / 0.1);
  }

  .md\:border-b-lime-950\/100 {
    border-bottom-color: rgb(26 46 5 / 1);
  }

  .md\:border-b-lime-950\/15 {
    border-bottom-color: rgb(26 46 5 / 0.15);
  }

  .md\:border-b-lime-950\/20 {
    border-bottom-color: rgb(26 46 5 / 0.2);
  }

  .md\:border-b-lime-950\/25 {
    border-bottom-color: rgb(26 46 5 / 0.25);
  }

  .md\:border-b-lime-950\/30 {
    border-bottom-color: rgb(26 46 5 / 0.3);
  }

  .md\:border-b-lime-950\/35 {
    border-bottom-color: rgb(26 46 5 / 0.35);
  }

  .md\:border-b-lime-950\/40 {
    border-bottom-color: rgb(26 46 5 / 0.4);
  }

  .md\:border-b-lime-950\/45 {
    border-bottom-color: rgb(26 46 5 / 0.45);
  }

  .md\:border-b-lime-950\/5 {
    border-bottom-color: rgb(26 46 5 / 0.05);
  }

  .md\:border-b-lime-950\/50 {
    border-bottom-color: rgb(26 46 5 / 0.5);
  }

  .md\:border-b-lime-950\/55 {
    border-bottom-color: rgb(26 46 5 / 0.55);
  }

  .md\:border-b-lime-950\/60 {
    border-bottom-color: rgb(26 46 5 / 0.6);
  }

  .md\:border-b-lime-950\/65 {
    border-bottom-color: rgb(26 46 5 / 0.65);
  }

  .md\:border-b-lime-950\/70 {
    border-bottom-color: rgb(26 46 5 / 0.7);
  }

  .md\:border-b-lime-950\/75 {
    border-bottom-color: rgb(26 46 5 / 0.75);
  }

  .md\:border-b-lime-950\/80 {
    border-bottom-color: rgb(26 46 5 / 0.8);
  }

  .md\:border-b-lime-950\/85 {
    border-bottom-color: rgb(26 46 5 / 0.85);
  }

  .md\:border-b-lime-950\/90 {
    border-bottom-color: rgb(26 46 5 / 0.9);
  }

  .md\:border-b-lime-950\/95 {
    border-bottom-color: rgb(26 46 5 / 0.95);
  }

  .md\:border-b-neutral-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity));
  }

  .md\:border-b-neutral-100\/0 {
    border-bottom-color: rgb(245 245 245 / 0);
  }

  .md\:border-b-neutral-100\/10 {
    border-bottom-color: rgb(245 245 245 / 0.1);
  }

  .md\:border-b-neutral-100\/100 {
    border-bottom-color: rgb(245 245 245 / 1);
  }

  .md\:border-b-neutral-100\/15 {
    border-bottom-color: rgb(245 245 245 / 0.15);
  }

  .md\:border-b-neutral-100\/20 {
    border-bottom-color: rgb(245 245 245 / 0.2);
  }

  .md\:border-b-neutral-100\/25 {
    border-bottom-color: rgb(245 245 245 / 0.25);
  }

  .md\:border-b-neutral-100\/30 {
    border-bottom-color: rgb(245 245 245 / 0.3);
  }

  .md\:border-b-neutral-100\/35 {
    border-bottom-color: rgb(245 245 245 / 0.35);
  }

  .md\:border-b-neutral-100\/40 {
    border-bottom-color: rgb(245 245 245 / 0.4);
  }

  .md\:border-b-neutral-100\/45 {
    border-bottom-color: rgb(245 245 245 / 0.45);
  }

  .md\:border-b-neutral-100\/5 {
    border-bottom-color: rgb(245 245 245 / 0.05);
  }

  .md\:border-b-neutral-100\/50 {
    border-bottom-color: rgb(245 245 245 / 0.5);
  }

  .md\:border-b-neutral-100\/55 {
    border-bottom-color: rgb(245 245 245 / 0.55);
  }

  .md\:border-b-neutral-100\/60 {
    border-bottom-color: rgb(245 245 245 / 0.6);
  }

  .md\:border-b-neutral-100\/65 {
    border-bottom-color: rgb(245 245 245 / 0.65);
  }

  .md\:border-b-neutral-100\/70 {
    border-bottom-color: rgb(245 245 245 / 0.7);
  }

  .md\:border-b-neutral-100\/75 {
    border-bottom-color: rgb(245 245 245 / 0.75);
  }

  .md\:border-b-neutral-100\/80 {
    border-bottom-color: rgb(245 245 245 / 0.8);
  }

  .md\:border-b-neutral-100\/85 {
    border-bottom-color: rgb(245 245 245 / 0.85);
  }

  .md\:border-b-neutral-100\/90 {
    border-bottom-color: rgb(245 245 245 / 0.9);
  }

  .md\:border-b-neutral-100\/95 {
    border-bottom-color: rgb(245 245 245 / 0.95);
  }

  .md\:border-b-neutral-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity));
  }

  .md\:border-b-neutral-200\/0 {
    border-bottom-color: rgb(229 229 229 / 0);
  }

  .md\:border-b-neutral-200\/10 {
    border-bottom-color: rgb(229 229 229 / 0.1);
  }

  .md\:border-b-neutral-200\/100 {
    border-bottom-color: rgb(229 229 229 / 1);
  }

  .md\:border-b-neutral-200\/15 {
    border-bottom-color: rgb(229 229 229 / 0.15);
  }

  .md\:border-b-neutral-200\/20 {
    border-bottom-color: rgb(229 229 229 / 0.2);
  }

  .md\:border-b-neutral-200\/25 {
    border-bottom-color: rgb(229 229 229 / 0.25);
  }

  .md\:border-b-neutral-200\/30 {
    border-bottom-color: rgb(229 229 229 / 0.3);
  }

  .md\:border-b-neutral-200\/35 {
    border-bottom-color: rgb(229 229 229 / 0.35);
  }

  .md\:border-b-neutral-200\/40 {
    border-bottom-color: rgb(229 229 229 / 0.4);
  }

  .md\:border-b-neutral-200\/45 {
    border-bottom-color: rgb(229 229 229 / 0.45);
  }

  .md\:border-b-neutral-200\/5 {
    border-bottom-color: rgb(229 229 229 / 0.05);
  }

  .md\:border-b-neutral-200\/50 {
    border-bottom-color: rgb(229 229 229 / 0.5);
  }

  .md\:border-b-neutral-200\/55 {
    border-bottom-color: rgb(229 229 229 / 0.55);
  }

  .md\:border-b-neutral-200\/60 {
    border-bottom-color: rgb(229 229 229 / 0.6);
  }

  .md\:border-b-neutral-200\/65 {
    border-bottom-color: rgb(229 229 229 / 0.65);
  }

  .md\:border-b-neutral-200\/70 {
    border-bottom-color: rgb(229 229 229 / 0.7);
  }

  .md\:border-b-neutral-200\/75 {
    border-bottom-color: rgb(229 229 229 / 0.75);
  }

  .md\:border-b-neutral-200\/80 {
    border-bottom-color: rgb(229 229 229 / 0.8);
  }

  .md\:border-b-neutral-200\/85 {
    border-bottom-color: rgb(229 229 229 / 0.85);
  }

  .md\:border-b-neutral-200\/90 {
    border-bottom-color: rgb(229 229 229 / 0.9);
  }

  .md\:border-b-neutral-200\/95 {
    border-bottom-color: rgb(229 229 229 / 0.95);
  }

  .md\:border-b-neutral-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity));
  }

  .md\:border-b-neutral-300\/0 {
    border-bottom-color: rgb(212 212 212 / 0);
  }

  .md\:border-b-neutral-300\/10 {
    border-bottom-color: rgb(212 212 212 / 0.1);
  }

  .md\:border-b-neutral-300\/100 {
    border-bottom-color: rgb(212 212 212 / 1);
  }

  .md\:border-b-neutral-300\/15 {
    border-bottom-color: rgb(212 212 212 / 0.15);
  }

  .md\:border-b-neutral-300\/20 {
    border-bottom-color: rgb(212 212 212 / 0.2);
  }

  .md\:border-b-neutral-300\/25 {
    border-bottom-color: rgb(212 212 212 / 0.25);
  }

  .md\:border-b-neutral-300\/30 {
    border-bottom-color: rgb(212 212 212 / 0.3);
  }

  .md\:border-b-neutral-300\/35 {
    border-bottom-color: rgb(212 212 212 / 0.35);
  }

  .md\:border-b-neutral-300\/40 {
    border-bottom-color: rgb(212 212 212 / 0.4);
  }

  .md\:border-b-neutral-300\/45 {
    border-bottom-color: rgb(212 212 212 / 0.45);
  }

  .md\:border-b-neutral-300\/5 {
    border-bottom-color: rgb(212 212 212 / 0.05);
  }

  .md\:border-b-neutral-300\/50 {
    border-bottom-color: rgb(212 212 212 / 0.5);
  }

  .md\:border-b-neutral-300\/55 {
    border-bottom-color: rgb(212 212 212 / 0.55);
  }

  .md\:border-b-neutral-300\/60 {
    border-bottom-color: rgb(212 212 212 / 0.6);
  }

  .md\:border-b-neutral-300\/65 {
    border-bottom-color: rgb(212 212 212 / 0.65);
  }

  .md\:border-b-neutral-300\/70 {
    border-bottom-color: rgb(212 212 212 / 0.7);
  }

  .md\:border-b-neutral-300\/75 {
    border-bottom-color: rgb(212 212 212 / 0.75);
  }

  .md\:border-b-neutral-300\/80 {
    border-bottom-color: rgb(212 212 212 / 0.8);
  }

  .md\:border-b-neutral-300\/85 {
    border-bottom-color: rgb(212 212 212 / 0.85);
  }

  .md\:border-b-neutral-300\/90 {
    border-bottom-color: rgb(212 212 212 / 0.9);
  }

  .md\:border-b-neutral-300\/95 {
    border-bottom-color: rgb(212 212 212 / 0.95);
  }

  .md\:border-b-neutral-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity));
  }

  .md\:border-b-neutral-400\/0 {
    border-bottom-color: rgb(163 163 163 / 0);
  }

  .md\:border-b-neutral-400\/10 {
    border-bottom-color: rgb(163 163 163 / 0.1);
  }

  .md\:border-b-neutral-400\/100 {
    border-bottom-color: rgb(163 163 163 / 1);
  }

  .md\:border-b-neutral-400\/15 {
    border-bottom-color: rgb(163 163 163 / 0.15);
  }

  .md\:border-b-neutral-400\/20 {
    border-bottom-color: rgb(163 163 163 / 0.2);
  }

  .md\:border-b-neutral-400\/25 {
    border-bottom-color: rgb(163 163 163 / 0.25);
  }

  .md\:border-b-neutral-400\/30 {
    border-bottom-color: rgb(163 163 163 / 0.3);
  }

  .md\:border-b-neutral-400\/35 {
    border-bottom-color: rgb(163 163 163 / 0.35);
  }

  .md\:border-b-neutral-400\/40 {
    border-bottom-color: rgb(163 163 163 / 0.4);
  }

  .md\:border-b-neutral-400\/45 {
    border-bottom-color: rgb(163 163 163 / 0.45);
  }

  .md\:border-b-neutral-400\/5 {
    border-bottom-color: rgb(163 163 163 / 0.05);
  }

  .md\:border-b-neutral-400\/50 {
    border-bottom-color: rgb(163 163 163 / 0.5);
  }

  .md\:border-b-neutral-400\/55 {
    border-bottom-color: rgb(163 163 163 / 0.55);
  }

  .md\:border-b-neutral-400\/60 {
    border-bottom-color: rgb(163 163 163 / 0.6);
  }

  .md\:border-b-neutral-400\/65 {
    border-bottom-color: rgb(163 163 163 / 0.65);
  }

  .md\:border-b-neutral-400\/70 {
    border-bottom-color: rgb(163 163 163 / 0.7);
  }

  .md\:border-b-neutral-400\/75 {
    border-bottom-color: rgb(163 163 163 / 0.75);
  }

  .md\:border-b-neutral-400\/80 {
    border-bottom-color: rgb(163 163 163 / 0.8);
  }

  .md\:border-b-neutral-400\/85 {
    border-bottom-color: rgb(163 163 163 / 0.85);
  }

  .md\:border-b-neutral-400\/90 {
    border-bottom-color: rgb(163 163 163 / 0.9);
  }

  .md\:border-b-neutral-400\/95 {
    border-bottom-color: rgb(163 163 163 / 0.95);
  }

  .md\:border-b-neutral-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .md\:border-b-neutral-50\/0 {
    border-bottom-color: rgb(250 250 250 / 0);
  }

  .md\:border-b-neutral-50\/10 {
    border-bottom-color: rgb(250 250 250 / 0.1);
  }

  .md\:border-b-neutral-50\/100 {
    border-bottom-color: rgb(250 250 250 / 1);
  }

  .md\:border-b-neutral-50\/15 {
    border-bottom-color: rgb(250 250 250 / 0.15);
  }

  .md\:border-b-neutral-50\/20 {
    border-bottom-color: rgb(250 250 250 / 0.2);
  }

  .md\:border-b-neutral-50\/25 {
    border-bottom-color: rgb(250 250 250 / 0.25);
  }

  .md\:border-b-neutral-50\/30 {
    border-bottom-color: rgb(250 250 250 / 0.3);
  }

  .md\:border-b-neutral-50\/35 {
    border-bottom-color: rgb(250 250 250 / 0.35);
  }

  .md\:border-b-neutral-50\/40 {
    border-bottom-color: rgb(250 250 250 / 0.4);
  }

  .md\:border-b-neutral-50\/45 {
    border-bottom-color: rgb(250 250 250 / 0.45);
  }

  .md\:border-b-neutral-50\/5 {
    border-bottom-color: rgb(250 250 250 / 0.05);
  }

  .md\:border-b-neutral-50\/50 {
    border-bottom-color: rgb(250 250 250 / 0.5);
  }

  .md\:border-b-neutral-50\/55 {
    border-bottom-color: rgb(250 250 250 / 0.55);
  }

  .md\:border-b-neutral-50\/60 {
    border-bottom-color: rgb(250 250 250 / 0.6);
  }

  .md\:border-b-neutral-50\/65 {
    border-bottom-color: rgb(250 250 250 / 0.65);
  }

  .md\:border-b-neutral-50\/70 {
    border-bottom-color: rgb(250 250 250 / 0.7);
  }

  .md\:border-b-neutral-50\/75 {
    border-bottom-color: rgb(250 250 250 / 0.75);
  }

  .md\:border-b-neutral-50\/80 {
    border-bottom-color: rgb(250 250 250 / 0.8);
  }

  .md\:border-b-neutral-50\/85 {
    border-bottom-color: rgb(250 250 250 / 0.85);
  }

  .md\:border-b-neutral-50\/90 {
    border-bottom-color: rgb(250 250 250 / 0.9);
  }

  .md\:border-b-neutral-50\/95 {
    border-bottom-color: rgb(250 250 250 / 0.95);
  }

  .md\:border-b-neutral-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity));
  }

  .md\:border-b-neutral-500\/0 {
    border-bottom-color: rgb(115 115 115 / 0);
  }

  .md\:border-b-neutral-500\/10 {
    border-bottom-color: rgb(115 115 115 / 0.1);
  }

  .md\:border-b-neutral-500\/100 {
    border-bottom-color: rgb(115 115 115 / 1);
  }

  .md\:border-b-neutral-500\/15 {
    border-bottom-color: rgb(115 115 115 / 0.15);
  }

  .md\:border-b-neutral-500\/20 {
    border-bottom-color: rgb(115 115 115 / 0.2);
  }

  .md\:border-b-neutral-500\/25 {
    border-bottom-color: rgb(115 115 115 / 0.25);
  }

  .md\:border-b-neutral-500\/30 {
    border-bottom-color: rgb(115 115 115 / 0.3);
  }

  .md\:border-b-neutral-500\/35 {
    border-bottom-color: rgb(115 115 115 / 0.35);
  }

  .md\:border-b-neutral-500\/40 {
    border-bottom-color: rgb(115 115 115 / 0.4);
  }

  .md\:border-b-neutral-500\/45 {
    border-bottom-color: rgb(115 115 115 / 0.45);
  }

  .md\:border-b-neutral-500\/5 {
    border-bottom-color: rgb(115 115 115 / 0.05);
  }

  .md\:border-b-neutral-500\/50 {
    border-bottom-color: rgb(115 115 115 / 0.5);
  }

  .md\:border-b-neutral-500\/55 {
    border-bottom-color: rgb(115 115 115 / 0.55);
  }

  .md\:border-b-neutral-500\/60 {
    border-bottom-color: rgb(115 115 115 / 0.6);
  }

  .md\:border-b-neutral-500\/65 {
    border-bottom-color: rgb(115 115 115 / 0.65);
  }

  .md\:border-b-neutral-500\/70 {
    border-bottom-color: rgb(115 115 115 / 0.7);
  }

  .md\:border-b-neutral-500\/75 {
    border-bottom-color: rgb(115 115 115 / 0.75);
  }

  .md\:border-b-neutral-500\/80 {
    border-bottom-color: rgb(115 115 115 / 0.8);
  }

  .md\:border-b-neutral-500\/85 {
    border-bottom-color: rgb(115 115 115 / 0.85);
  }

  .md\:border-b-neutral-500\/90 {
    border-bottom-color: rgb(115 115 115 / 0.9);
  }

  .md\:border-b-neutral-500\/95 {
    border-bottom-color: rgb(115 115 115 / 0.95);
  }

  .md\:border-b-neutral-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity));
  }

  .md\:border-b-neutral-600\/0 {
    border-bottom-color: rgb(82 82 82 / 0);
  }

  .md\:border-b-neutral-600\/10 {
    border-bottom-color: rgb(82 82 82 / 0.1);
  }

  .md\:border-b-neutral-600\/100 {
    border-bottom-color: rgb(82 82 82 / 1);
  }

  .md\:border-b-neutral-600\/15 {
    border-bottom-color: rgb(82 82 82 / 0.15);
  }

  .md\:border-b-neutral-600\/20 {
    border-bottom-color: rgb(82 82 82 / 0.2);
  }

  .md\:border-b-neutral-600\/25 {
    border-bottom-color: rgb(82 82 82 / 0.25);
  }

  .md\:border-b-neutral-600\/30 {
    border-bottom-color: rgb(82 82 82 / 0.3);
  }

  .md\:border-b-neutral-600\/35 {
    border-bottom-color: rgb(82 82 82 / 0.35);
  }

  .md\:border-b-neutral-600\/40 {
    border-bottom-color: rgb(82 82 82 / 0.4);
  }

  .md\:border-b-neutral-600\/45 {
    border-bottom-color: rgb(82 82 82 / 0.45);
  }

  .md\:border-b-neutral-600\/5 {
    border-bottom-color: rgb(82 82 82 / 0.05);
  }

  .md\:border-b-neutral-600\/50 {
    border-bottom-color: rgb(82 82 82 / 0.5);
  }

  .md\:border-b-neutral-600\/55 {
    border-bottom-color: rgb(82 82 82 / 0.55);
  }

  .md\:border-b-neutral-600\/60 {
    border-bottom-color: rgb(82 82 82 / 0.6);
  }

  .md\:border-b-neutral-600\/65 {
    border-bottom-color: rgb(82 82 82 / 0.65);
  }

  .md\:border-b-neutral-600\/70 {
    border-bottom-color: rgb(82 82 82 / 0.7);
  }

  .md\:border-b-neutral-600\/75 {
    border-bottom-color: rgb(82 82 82 / 0.75);
  }

  .md\:border-b-neutral-600\/80 {
    border-bottom-color: rgb(82 82 82 / 0.8);
  }

  .md\:border-b-neutral-600\/85 {
    border-bottom-color: rgb(82 82 82 / 0.85);
  }

  .md\:border-b-neutral-600\/90 {
    border-bottom-color: rgb(82 82 82 / 0.9);
  }

  .md\:border-b-neutral-600\/95 {
    border-bottom-color: rgb(82 82 82 / 0.95);
  }

  .md\:border-b-neutral-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity));
  }

  .md\:border-b-neutral-700\/0 {
    border-bottom-color: rgb(64 64 64 / 0);
  }

  .md\:border-b-neutral-700\/10 {
    border-bottom-color: rgb(64 64 64 / 0.1);
  }

  .md\:border-b-neutral-700\/100 {
    border-bottom-color: rgb(64 64 64 / 1);
  }

  .md\:border-b-neutral-700\/15 {
    border-bottom-color: rgb(64 64 64 / 0.15);
  }

  .md\:border-b-neutral-700\/20 {
    border-bottom-color: rgb(64 64 64 / 0.2);
  }

  .md\:border-b-neutral-700\/25 {
    border-bottom-color: rgb(64 64 64 / 0.25);
  }

  .md\:border-b-neutral-700\/30 {
    border-bottom-color: rgb(64 64 64 / 0.3);
  }

  .md\:border-b-neutral-700\/35 {
    border-bottom-color: rgb(64 64 64 / 0.35);
  }

  .md\:border-b-neutral-700\/40 {
    border-bottom-color: rgb(64 64 64 / 0.4);
  }

  .md\:border-b-neutral-700\/45 {
    border-bottom-color: rgb(64 64 64 / 0.45);
  }

  .md\:border-b-neutral-700\/5 {
    border-bottom-color: rgb(64 64 64 / 0.05);
  }

  .md\:border-b-neutral-700\/50 {
    border-bottom-color: rgb(64 64 64 / 0.5);
  }

  .md\:border-b-neutral-700\/55 {
    border-bottom-color: rgb(64 64 64 / 0.55);
  }

  .md\:border-b-neutral-700\/60 {
    border-bottom-color: rgb(64 64 64 / 0.6);
  }

  .md\:border-b-neutral-700\/65 {
    border-bottom-color: rgb(64 64 64 / 0.65);
  }

  .md\:border-b-neutral-700\/70 {
    border-bottom-color: rgb(64 64 64 / 0.7);
  }

  .md\:border-b-neutral-700\/75 {
    border-bottom-color: rgb(64 64 64 / 0.75);
  }

  .md\:border-b-neutral-700\/80 {
    border-bottom-color: rgb(64 64 64 / 0.8);
  }

  .md\:border-b-neutral-700\/85 {
    border-bottom-color: rgb(64 64 64 / 0.85);
  }

  .md\:border-b-neutral-700\/90 {
    border-bottom-color: rgb(64 64 64 / 0.9);
  }

  .md\:border-b-neutral-700\/95 {
    border-bottom-color: rgb(64 64 64 / 0.95);
  }

  .md\:border-b-neutral-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity));
  }

  .md\:border-b-neutral-800\/0 {
    border-bottom-color: rgb(38 38 38 / 0);
  }

  .md\:border-b-neutral-800\/10 {
    border-bottom-color: rgb(38 38 38 / 0.1);
  }

  .md\:border-b-neutral-800\/100 {
    border-bottom-color: rgb(38 38 38 / 1);
  }

  .md\:border-b-neutral-800\/15 {
    border-bottom-color: rgb(38 38 38 / 0.15);
  }

  .md\:border-b-neutral-800\/20 {
    border-bottom-color: rgb(38 38 38 / 0.2);
  }

  .md\:border-b-neutral-800\/25 {
    border-bottom-color: rgb(38 38 38 / 0.25);
  }

  .md\:border-b-neutral-800\/30 {
    border-bottom-color: rgb(38 38 38 / 0.3);
  }

  .md\:border-b-neutral-800\/35 {
    border-bottom-color: rgb(38 38 38 / 0.35);
  }

  .md\:border-b-neutral-800\/40 {
    border-bottom-color: rgb(38 38 38 / 0.4);
  }

  .md\:border-b-neutral-800\/45 {
    border-bottom-color: rgb(38 38 38 / 0.45);
  }

  .md\:border-b-neutral-800\/5 {
    border-bottom-color: rgb(38 38 38 / 0.05);
  }

  .md\:border-b-neutral-800\/50 {
    border-bottom-color: rgb(38 38 38 / 0.5);
  }

  .md\:border-b-neutral-800\/55 {
    border-bottom-color: rgb(38 38 38 / 0.55);
  }

  .md\:border-b-neutral-800\/60 {
    border-bottom-color: rgb(38 38 38 / 0.6);
  }

  .md\:border-b-neutral-800\/65 {
    border-bottom-color: rgb(38 38 38 / 0.65);
  }

  .md\:border-b-neutral-800\/70 {
    border-bottom-color: rgb(38 38 38 / 0.7);
  }

  .md\:border-b-neutral-800\/75 {
    border-bottom-color: rgb(38 38 38 / 0.75);
  }

  .md\:border-b-neutral-800\/80 {
    border-bottom-color: rgb(38 38 38 / 0.8);
  }

  .md\:border-b-neutral-800\/85 {
    border-bottom-color: rgb(38 38 38 / 0.85);
  }

  .md\:border-b-neutral-800\/90 {
    border-bottom-color: rgb(38 38 38 / 0.9);
  }

  .md\:border-b-neutral-800\/95 {
    border-bottom-color: rgb(38 38 38 / 0.95);
  }

  .md\:border-b-neutral-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity));
  }

  .md\:border-b-neutral-900\/0 {
    border-bottom-color: rgb(23 23 23 / 0);
  }

  .md\:border-b-neutral-900\/10 {
    border-bottom-color: rgb(23 23 23 / 0.1);
  }

  .md\:border-b-neutral-900\/100 {
    border-bottom-color: rgb(23 23 23 / 1);
  }

  .md\:border-b-neutral-900\/15 {
    border-bottom-color: rgb(23 23 23 / 0.15);
  }

  .md\:border-b-neutral-900\/20 {
    border-bottom-color: rgb(23 23 23 / 0.2);
  }

  .md\:border-b-neutral-900\/25 {
    border-bottom-color: rgb(23 23 23 / 0.25);
  }

  .md\:border-b-neutral-900\/30 {
    border-bottom-color: rgb(23 23 23 / 0.3);
  }

  .md\:border-b-neutral-900\/35 {
    border-bottom-color: rgb(23 23 23 / 0.35);
  }

  .md\:border-b-neutral-900\/40 {
    border-bottom-color: rgb(23 23 23 / 0.4);
  }

  .md\:border-b-neutral-900\/45 {
    border-bottom-color: rgb(23 23 23 / 0.45);
  }

  .md\:border-b-neutral-900\/5 {
    border-bottom-color: rgb(23 23 23 / 0.05);
  }

  .md\:border-b-neutral-900\/50 {
    border-bottom-color: rgb(23 23 23 / 0.5);
  }

  .md\:border-b-neutral-900\/55 {
    border-bottom-color: rgb(23 23 23 / 0.55);
  }

  .md\:border-b-neutral-900\/60 {
    border-bottom-color: rgb(23 23 23 / 0.6);
  }

  .md\:border-b-neutral-900\/65 {
    border-bottom-color: rgb(23 23 23 / 0.65);
  }

  .md\:border-b-neutral-900\/70 {
    border-bottom-color: rgb(23 23 23 / 0.7);
  }

  .md\:border-b-neutral-900\/75 {
    border-bottom-color: rgb(23 23 23 / 0.75);
  }

  .md\:border-b-neutral-900\/80 {
    border-bottom-color: rgb(23 23 23 / 0.8);
  }

  .md\:border-b-neutral-900\/85 {
    border-bottom-color: rgb(23 23 23 / 0.85);
  }

  .md\:border-b-neutral-900\/90 {
    border-bottom-color: rgb(23 23 23 / 0.9);
  }

  .md\:border-b-neutral-900\/95 {
    border-bottom-color: rgb(23 23 23 / 0.95);
  }

  .md\:border-b-neutral-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity));
  }

  .md\:border-b-neutral-950\/0 {
    border-bottom-color: rgb(10 10 10 / 0);
  }

  .md\:border-b-neutral-950\/10 {
    border-bottom-color: rgb(10 10 10 / 0.1);
  }

  .md\:border-b-neutral-950\/100 {
    border-bottom-color: rgb(10 10 10 / 1);
  }

  .md\:border-b-neutral-950\/15 {
    border-bottom-color: rgb(10 10 10 / 0.15);
  }

  .md\:border-b-neutral-950\/20 {
    border-bottom-color: rgb(10 10 10 / 0.2);
  }

  .md\:border-b-neutral-950\/25 {
    border-bottom-color: rgb(10 10 10 / 0.25);
  }

  .md\:border-b-neutral-950\/30 {
    border-bottom-color: rgb(10 10 10 / 0.3);
  }

  .md\:border-b-neutral-950\/35 {
    border-bottom-color: rgb(10 10 10 / 0.35);
  }

  .md\:border-b-neutral-950\/40 {
    border-bottom-color: rgb(10 10 10 / 0.4);
  }

  .md\:border-b-neutral-950\/45 {
    border-bottom-color: rgb(10 10 10 / 0.45);
  }

  .md\:border-b-neutral-950\/5 {
    border-bottom-color: rgb(10 10 10 / 0.05);
  }

  .md\:border-b-neutral-950\/50 {
    border-bottom-color: rgb(10 10 10 / 0.5);
  }

  .md\:border-b-neutral-950\/55 {
    border-bottom-color: rgb(10 10 10 / 0.55);
  }

  .md\:border-b-neutral-950\/60 {
    border-bottom-color: rgb(10 10 10 / 0.6);
  }

  .md\:border-b-neutral-950\/65 {
    border-bottom-color: rgb(10 10 10 / 0.65);
  }

  .md\:border-b-neutral-950\/70 {
    border-bottom-color: rgb(10 10 10 / 0.7);
  }

  .md\:border-b-neutral-950\/75 {
    border-bottom-color: rgb(10 10 10 / 0.75);
  }

  .md\:border-b-neutral-950\/80 {
    border-bottom-color: rgb(10 10 10 / 0.8);
  }

  .md\:border-b-neutral-950\/85 {
    border-bottom-color: rgb(10 10 10 / 0.85);
  }

  .md\:border-b-neutral-950\/90 {
    border-bottom-color: rgb(10 10 10 / 0.9);
  }

  .md\:border-b-neutral-950\/95 {
    border-bottom-color: rgb(10 10 10 / 0.95);
  }

  .md\:border-b-orange-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity));
  }

  .md\:border-b-orange-100\/0 {
    border-bottom-color: rgb(255 237 213 / 0);
  }

  .md\:border-b-orange-100\/10 {
    border-bottom-color: rgb(255 237 213 / 0.1);
  }

  .md\:border-b-orange-100\/100 {
    border-bottom-color: rgb(255 237 213 / 1);
  }

  .md\:border-b-orange-100\/15 {
    border-bottom-color: rgb(255 237 213 / 0.15);
  }

  .md\:border-b-orange-100\/20 {
    border-bottom-color: rgb(255 237 213 / 0.2);
  }

  .md\:border-b-orange-100\/25 {
    border-bottom-color: rgb(255 237 213 / 0.25);
  }

  .md\:border-b-orange-100\/30 {
    border-bottom-color: rgb(255 237 213 / 0.3);
  }

  .md\:border-b-orange-100\/35 {
    border-bottom-color: rgb(255 237 213 / 0.35);
  }

  .md\:border-b-orange-100\/40 {
    border-bottom-color: rgb(255 237 213 / 0.4);
  }

  .md\:border-b-orange-100\/45 {
    border-bottom-color: rgb(255 237 213 / 0.45);
  }

  .md\:border-b-orange-100\/5 {
    border-bottom-color: rgb(255 237 213 / 0.05);
  }

  .md\:border-b-orange-100\/50 {
    border-bottom-color: rgb(255 237 213 / 0.5);
  }

  .md\:border-b-orange-100\/55 {
    border-bottom-color: rgb(255 237 213 / 0.55);
  }

  .md\:border-b-orange-100\/60 {
    border-bottom-color: rgb(255 237 213 / 0.6);
  }

  .md\:border-b-orange-100\/65 {
    border-bottom-color: rgb(255 237 213 / 0.65);
  }

  .md\:border-b-orange-100\/70 {
    border-bottom-color: rgb(255 237 213 / 0.7);
  }

  .md\:border-b-orange-100\/75 {
    border-bottom-color: rgb(255 237 213 / 0.75);
  }

  .md\:border-b-orange-100\/80 {
    border-bottom-color: rgb(255 237 213 / 0.8);
  }

  .md\:border-b-orange-100\/85 {
    border-bottom-color: rgb(255 237 213 / 0.85);
  }

  .md\:border-b-orange-100\/90 {
    border-bottom-color: rgb(255 237 213 / 0.9);
  }

  .md\:border-b-orange-100\/95 {
    border-bottom-color: rgb(255 237 213 / 0.95);
  }

  .md\:border-b-orange-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity));
  }

  .md\:border-b-orange-200\/0 {
    border-bottom-color: rgb(254 215 170 / 0);
  }

  .md\:border-b-orange-200\/10 {
    border-bottom-color: rgb(254 215 170 / 0.1);
  }

  .md\:border-b-orange-200\/100 {
    border-bottom-color: rgb(254 215 170 / 1);
  }

  .md\:border-b-orange-200\/15 {
    border-bottom-color: rgb(254 215 170 / 0.15);
  }

  .md\:border-b-orange-200\/20 {
    border-bottom-color: rgb(254 215 170 / 0.2);
  }

  .md\:border-b-orange-200\/25 {
    border-bottom-color: rgb(254 215 170 / 0.25);
  }

  .md\:border-b-orange-200\/30 {
    border-bottom-color: rgb(254 215 170 / 0.3);
  }

  .md\:border-b-orange-200\/35 {
    border-bottom-color: rgb(254 215 170 / 0.35);
  }

  .md\:border-b-orange-200\/40 {
    border-bottom-color: rgb(254 215 170 / 0.4);
  }

  .md\:border-b-orange-200\/45 {
    border-bottom-color: rgb(254 215 170 / 0.45);
  }

  .md\:border-b-orange-200\/5 {
    border-bottom-color: rgb(254 215 170 / 0.05);
  }

  .md\:border-b-orange-200\/50 {
    border-bottom-color: rgb(254 215 170 / 0.5);
  }

  .md\:border-b-orange-200\/55 {
    border-bottom-color: rgb(254 215 170 / 0.55);
  }

  .md\:border-b-orange-200\/60 {
    border-bottom-color: rgb(254 215 170 / 0.6);
  }

  .md\:border-b-orange-200\/65 {
    border-bottom-color: rgb(254 215 170 / 0.65);
  }

  .md\:border-b-orange-200\/70 {
    border-bottom-color: rgb(254 215 170 / 0.7);
  }

  .md\:border-b-orange-200\/75 {
    border-bottom-color: rgb(254 215 170 / 0.75);
  }

  .md\:border-b-orange-200\/80 {
    border-bottom-color: rgb(254 215 170 / 0.8);
  }

  .md\:border-b-orange-200\/85 {
    border-bottom-color: rgb(254 215 170 / 0.85);
  }

  .md\:border-b-orange-200\/90 {
    border-bottom-color: rgb(254 215 170 / 0.9);
  }

  .md\:border-b-orange-200\/95 {
    border-bottom-color: rgb(254 215 170 / 0.95);
  }

  .md\:border-b-orange-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity));
  }

  .md\:border-b-orange-300\/0 {
    border-bottom-color: rgb(253 186 116 / 0);
  }

  .md\:border-b-orange-300\/10 {
    border-bottom-color: rgb(253 186 116 / 0.1);
  }

  .md\:border-b-orange-300\/100 {
    border-bottom-color: rgb(253 186 116 / 1);
  }

  .md\:border-b-orange-300\/15 {
    border-bottom-color: rgb(253 186 116 / 0.15);
  }

  .md\:border-b-orange-300\/20 {
    border-bottom-color: rgb(253 186 116 / 0.2);
  }

  .md\:border-b-orange-300\/25 {
    border-bottom-color: rgb(253 186 116 / 0.25);
  }

  .md\:border-b-orange-300\/30 {
    border-bottom-color: rgb(253 186 116 / 0.3);
  }

  .md\:border-b-orange-300\/35 {
    border-bottom-color: rgb(253 186 116 / 0.35);
  }

  .md\:border-b-orange-300\/40 {
    border-bottom-color: rgb(253 186 116 / 0.4);
  }

  .md\:border-b-orange-300\/45 {
    border-bottom-color: rgb(253 186 116 / 0.45);
  }

  .md\:border-b-orange-300\/5 {
    border-bottom-color: rgb(253 186 116 / 0.05);
  }

  .md\:border-b-orange-300\/50 {
    border-bottom-color: rgb(253 186 116 / 0.5);
  }

  .md\:border-b-orange-300\/55 {
    border-bottom-color: rgb(253 186 116 / 0.55);
  }

  .md\:border-b-orange-300\/60 {
    border-bottom-color: rgb(253 186 116 / 0.6);
  }

  .md\:border-b-orange-300\/65 {
    border-bottom-color: rgb(253 186 116 / 0.65);
  }

  .md\:border-b-orange-300\/70 {
    border-bottom-color: rgb(253 186 116 / 0.7);
  }

  .md\:border-b-orange-300\/75 {
    border-bottom-color: rgb(253 186 116 / 0.75);
  }

  .md\:border-b-orange-300\/80 {
    border-bottom-color: rgb(253 186 116 / 0.8);
  }

  .md\:border-b-orange-300\/85 {
    border-bottom-color: rgb(253 186 116 / 0.85);
  }

  .md\:border-b-orange-300\/90 {
    border-bottom-color: rgb(253 186 116 / 0.9);
  }

  .md\:border-b-orange-300\/95 {
    border-bottom-color: rgb(253 186 116 / 0.95);
  }

  .md\:border-b-orange-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity));
  }

  .md\:border-b-orange-400\/0 {
    border-bottom-color: rgb(251 146 60 / 0);
  }

  .md\:border-b-orange-400\/10 {
    border-bottom-color: rgb(251 146 60 / 0.1);
  }

  .md\:border-b-orange-400\/100 {
    border-bottom-color: rgb(251 146 60 / 1);
  }

  .md\:border-b-orange-400\/15 {
    border-bottom-color: rgb(251 146 60 / 0.15);
  }

  .md\:border-b-orange-400\/20 {
    border-bottom-color: rgb(251 146 60 / 0.2);
  }

  .md\:border-b-orange-400\/25 {
    border-bottom-color: rgb(251 146 60 / 0.25);
  }

  .md\:border-b-orange-400\/30 {
    border-bottom-color: rgb(251 146 60 / 0.3);
  }

  .md\:border-b-orange-400\/35 {
    border-bottom-color: rgb(251 146 60 / 0.35);
  }

  .md\:border-b-orange-400\/40 {
    border-bottom-color: rgb(251 146 60 / 0.4);
  }

  .md\:border-b-orange-400\/45 {
    border-bottom-color: rgb(251 146 60 / 0.45);
  }

  .md\:border-b-orange-400\/5 {
    border-bottom-color: rgb(251 146 60 / 0.05);
  }

  .md\:border-b-orange-400\/50 {
    border-bottom-color: rgb(251 146 60 / 0.5);
  }

  .md\:border-b-orange-400\/55 {
    border-bottom-color: rgb(251 146 60 / 0.55);
  }

  .md\:border-b-orange-400\/60 {
    border-bottom-color: rgb(251 146 60 / 0.6);
  }

  .md\:border-b-orange-400\/65 {
    border-bottom-color: rgb(251 146 60 / 0.65);
  }

  .md\:border-b-orange-400\/70 {
    border-bottom-color: rgb(251 146 60 / 0.7);
  }

  .md\:border-b-orange-400\/75 {
    border-bottom-color: rgb(251 146 60 / 0.75);
  }

  .md\:border-b-orange-400\/80 {
    border-bottom-color: rgb(251 146 60 / 0.8);
  }

  .md\:border-b-orange-400\/85 {
    border-bottom-color: rgb(251 146 60 / 0.85);
  }

  .md\:border-b-orange-400\/90 {
    border-bottom-color: rgb(251 146 60 / 0.9);
  }

  .md\:border-b-orange-400\/95 {
    border-bottom-color: rgb(251 146 60 / 0.95);
  }

  .md\:border-b-orange-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity));
  }

  .md\:border-b-orange-50\/0 {
    border-bottom-color: rgb(255 247 237 / 0);
  }

  .md\:border-b-orange-50\/10 {
    border-bottom-color: rgb(255 247 237 / 0.1);
  }

  .md\:border-b-orange-50\/100 {
    border-bottom-color: rgb(255 247 237 / 1);
  }

  .md\:border-b-orange-50\/15 {
    border-bottom-color: rgb(255 247 237 / 0.15);
  }

  .md\:border-b-orange-50\/20 {
    border-bottom-color: rgb(255 247 237 / 0.2);
  }

  .md\:border-b-orange-50\/25 {
    border-bottom-color: rgb(255 247 237 / 0.25);
  }

  .md\:border-b-orange-50\/30 {
    border-bottom-color: rgb(255 247 237 / 0.3);
  }

  .md\:border-b-orange-50\/35 {
    border-bottom-color: rgb(255 247 237 / 0.35);
  }

  .md\:border-b-orange-50\/40 {
    border-bottom-color: rgb(255 247 237 / 0.4);
  }

  .md\:border-b-orange-50\/45 {
    border-bottom-color: rgb(255 247 237 / 0.45);
  }

  .md\:border-b-orange-50\/5 {
    border-bottom-color: rgb(255 247 237 / 0.05);
  }

  .md\:border-b-orange-50\/50 {
    border-bottom-color: rgb(255 247 237 / 0.5);
  }

  .md\:border-b-orange-50\/55 {
    border-bottom-color: rgb(255 247 237 / 0.55);
  }

  .md\:border-b-orange-50\/60 {
    border-bottom-color: rgb(255 247 237 / 0.6);
  }

  .md\:border-b-orange-50\/65 {
    border-bottom-color: rgb(255 247 237 / 0.65);
  }

  .md\:border-b-orange-50\/70 {
    border-bottom-color: rgb(255 247 237 / 0.7);
  }

  .md\:border-b-orange-50\/75 {
    border-bottom-color: rgb(255 247 237 / 0.75);
  }

  .md\:border-b-orange-50\/80 {
    border-bottom-color: rgb(255 247 237 / 0.8);
  }

  .md\:border-b-orange-50\/85 {
    border-bottom-color: rgb(255 247 237 / 0.85);
  }

  .md\:border-b-orange-50\/90 {
    border-bottom-color: rgb(255 247 237 / 0.9);
  }

  .md\:border-b-orange-50\/95 {
    border-bottom-color: rgb(255 247 237 / 0.95);
  }

  .md\:border-b-orange-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity));
  }

  .md\:border-b-orange-500\/0 {
    border-bottom-color: rgb(249 115 22 / 0);
  }

  .md\:border-b-orange-500\/10 {
    border-bottom-color: rgb(249 115 22 / 0.1);
  }

  .md\:border-b-orange-500\/100 {
    border-bottom-color: rgb(249 115 22 / 1);
  }

  .md\:border-b-orange-500\/15 {
    border-bottom-color: rgb(249 115 22 / 0.15);
  }

  .md\:border-b-orange-500\/20 {
    border-bottom-color: rgb(249 115 22 / 0.2);
  }

  .md\:border-b-orange-500\/25 {
    border-bottom-color: rgb(249 115 22 / 0.25);
  }

  .md\:border-b-orange-500\/30 {
    border-bottom-color: rgb(249 115 22 / 0.3);
  }

  .md\:border-b-orange-500\/35 {
    border-bottom-color: rgb(249 115 22 / 0.35);
  }

  .md\:border-b-orange-500\/40 {
    border-bottom-color: rgb(249 115 22 / 0.4);
  }

  .md\:border-b-orange-500\/45 {
    border-bottom-color: rgb(249 115 22 / 0.45);
  }

  .md\:border-b-orange-500\/5 {
    border-bottom-color: rgb(249 115 22 / 0.05);
  }

  .md\:border-b-orange-500\/50 {
    border-bottom-color: rgb(249 115 22 / 0.5);
  }

  .md\:border-b-orange-500\/55 {
    border-bottom-color: rgb(249 115 22 / 0.55);
  }

  .md\:border-b-orange-500\/60 {
    border-bottom-color: rgb(249 115 22 / 0.6);
  }

  .md\:border-b-orange-500\/65 {
    border-bottom-color: rgb(249 115 22 / 0.65);
  }

  .md\:border-b-orange-500\/70 {
    border-bottom-color: rgb(249 115 22 / 0.7);
  }

  .md\:border-b-orange-500\/75 {
    border-bottom-color: rgb(249 115 22 / 0.75);
  }

  .md\:border-b-orange-500\/80 {
    border-bottom-color: rgb(249 115 22 / 0.8);
  }

  .md\:border-b-orange-500\/85 {
    border-bottom-color: rgb(249 115 22 / 0.85);
  }

  .md\:border-b-orange-500\/90 {
    border-bottom-color: rgb(249 115 22 / 0.9);
  }

  .md\:border-b-orange-500\/95 {
    border-bottom-color: rgb(249 115 22 / 0.95);
  }

  .md\:border-b-orange-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity));
  }

  .md\:border-b-orange-600\/0 {
    border-bottom-color: rgb(234 88 12 / 0);
  }

  .md\:border-b-orange-600\/10 {
    border-bottom-color: rgb(234 88 12 / 0.1);
  }

  .md\:border-b-orange-600\/100 {
    border-bottom-color: rgb(234 88 12 / 1);
  }

  .md\:border-b-orange-600\/15 {
    border-bottom-color: rgb(234 88 12 / 0.15);
  }

  .md\:border-b-orange-600\/20 {
    border-bottom-color: rgb(234 88 12 / 0.2);
  }

  .md\:border-b-orange-600\/25 {
    border-bottom-color: rgb(234 88 12 / 0.25);
  }

  .md\:border-b-orange-600\/30 {
    border-bottom-color: rgb(234 88 12 / 0.3);
  }

  .md\:border-b-orange-600\/35 {
    border-bottom-color: rgb(234 88 12 / 0.35);
  }

  .md\:border-b-orange-600\/40 {
    border-bottom-color: rgb(234 88 12 / 0.4);
  }

  .md\:border-b-orange-600\/45 {
    border-bottom-color: rgb(234 88 12 / 0.45);
  }

  .md\:border-b-orange-600\/5 {
    border-bottom-color: rgb(234 88 12 / 0.05);
  }

  .md\:border-b-orange-600\/50 {
    border-bottom-color: rgb(234 88 12 / 0.5);
  }

  .md\:border-b-orange-600\/55 {
    border-bottom-color: rgb(234 88 12 / 0.55);
  }

  .md\:border-b-orange-600\/60 {
    border-bottom-color: rgb(234 88 12 / 0.6);
  }

  .md\:border-b-orange-600\/65 {
    border-bottom-color: rgb(234 88 12 / 0.65);
  }

  .md\:border-b-orange-600\/70 {
    border-bottom-color: rgb(234 88 12 / 0.7);
  }

  .md\:border-b-orange-600\/75 {
    border-bottom-color: rgb(234 88 12 / 0.75);
  }

  .md\:border-b-orange-600\/80 {
    border-bottom-color: rgb(234 88 12 / 0.8);
  }

  .md\:border-b-orange-600\/85 {
    border-bottom-color: rgb(234 88 12 / 0.85);
  }

  .md\:border-b-orange-600\/90 {
    border-bottom-color: rgb(234 88 12 / 0.9);
  }

  .md\:border-b-orange-600\/95 {
    border-bottom-color: rgb(234 88 12 / 0.95);
  }

  .md\:border-b-orange-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity));
  }

  .md\:border-b-orange-700\/0 {
    border-bottom-color: rgb(194 65 12 / 0);
  }

  .md\:border-b-orange-700\/10 {
    border-bottom-color: rgb(194 65 12 / 0.1);
  }

  .md\:border-b-orange-700\/100 {
    border-bottom-color: rgb(194 65 12 / 1);
  }

  .md\:border-b-orange-700\/15 {
    border-bottom-color: rgb(194 65 12 / 0.15);
  }

  .md\:border-b-orange-700\/20 {
    border-bottom-color: rgb(194 65 12 / 0.2);
  }

  .md\:border-b-orange-700\/25 {
    border-bottom-color: rgb(194 65 12 / 0.25);
  }

  .md\:border-b-orange-700\/30 {
    border-bottom-color: rgb(194 65 12 / 0.3);
  }

  .md\:border-b-orange-700\/35 {
    border-bottom-color: rgb(194 65 12 / 0.35);
  }

  .md\:border-b-orange-700\/40 {
    border-bottom-color: rgb(194 65 12 / 0.4);
  }

  .md\:border-b-orange-700\/45 {
    border-bottom-color: rgb(194 65 12 / 0.45);
  }

  .md\:border-b-orange-700\/5 {
    border-bottom-color: rgb(194 65 12 / 0.05);
  }

  .md\:border-b-orange-700\/50 {
    border-bottom-color: rgb(194 65 12 / 0.5);
  }

  .md\:border-b-orange-700\/55 {
    border-bottom-color: rgb(194 65 12 / 0.55);
  }

  .md\:border-b-orange-700\/60 {
    border-bottom-color: rgb(194 65 12 / 0.6);
  }

  .md\:border-b-orange-700\/65 {
    border-bottom-color: rgb(194 65 12 / 0.65);
  }

  .md\:border-b-orange-700\/70 {
    border-bottom-color: rgb(194 65 12 / 0.7);
  }

  .md\:border-b-orange-700\/75 {
    border-bottom-color: rgb(194 65 12 / 0.75);
  }

  .md\:border-b-orange-700\/80 {
    border-bottom-color: rgb(194 65 12 / 0.8);
  }

  .md\:border-b-orange-700\/85 {
    border-bottom-color: rgb(194 65 12 / 0.85);
  }

  .md\:border-b-orange-700\/90 {
    border-bottom-color: rgb(194 65 12 / 0.9);
  }

  .md\:border-b-orange-700\/95 {
    border-bottom-color: rgb(194 65 12 / 0.95);
  }

  .md\:border-b-orange-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity));
  }

  .md\:border-b-orange-800\/0 {
    border-bottom-color: rgb(154 52 18 / 0);
  }

  .md\:border-b-orange-800\/10 {
    border-bottom-color: rgb(154 52 18 / 0.1);
  }

  .md\:border-b-orange-800\/100 {
    border-bottom-color: rgb(154 52 18 / 1);
  }

  .md\:border-b-orange-800\/15 {
    border-bottom-color: rgb(154 52 18 / 0.15);
  }

  .md\:border-b-orange-800\/20 {
    border-bottom-color: rgb(154 52 18 / 0.2);
  }

  .md\:border-b-orange-800\/25 {
    border-bottom-color: rgb(154 52 18 / 0.25);
  }

  .md\:border-b-orange-800\/30 {
    border-bottom-color: rgb(154 52 18 / 0.3);
  }

  .md\:border-b-orange-800\/35 {
    border-bottom-color: rgb(154 52 18 / 0.35);
  }

  .md\:border-b-orange-800\/40 {
    border-bottom-color: rgb(154 52 18 / 0.4);
  }

  .md\:border-b-orange-800\/45 {
    border-bottom-color: rgb(154 52 18 / 0.45);
  }

  .md\:border-b-orange-800\/5 {
    border-bottom-color: rgb(154 52 18 / 0.05);
  }

  .md\:border-b-orange-800\/50 {
    border-bottom-color: rgb(154 52 18 / 0.5);
  }

  .md\:border-b-orange-800\/55 {
    border-bottom-color: rgb(154 52 18 / 0.55);
  }

  .md\:border-b-orange-800\/60 {
    border-bottom-color: rgb(154 52 18 / 0.6);
  }

  .md\:border-b-orange-800\/65 {
    border-bottom-color: rgb(154 52 18 / 0.65);
  }

  .md\:border-b-orange-800\/70 {
    border-bottom-color: rgb(154 52 18 / 0.7);
  }

  .md\:border-b-orange-800\/75 {
    border-bottom-color: rgb(154 52 18 / 0.75);
  }

  .md\:border-b-orange-800\/80 {
    border-bottom-color: rgb(154 52 18 / 0.8);
  }

  .md\:border-b-orange-800\/85 {
    border-bottom-color: rgb(154 52 18 / 0.85);
  }

  .md\:border-b-orange-800\/90 {
    border-bottom-color: rgb(154 52 18 / 0.9);
  }

  .md\:border-b-orange-800\/95 {
    border-bottom-color: rgb(154 52 18 / 0.95);
  }

  .md\:border-b-orange-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity));
  }

  .md\:border-b-orange-900\/0 {
    border-bottom-color: rgb(124 45 18 / 0);
  }

  .md\:border-b-orange-900\/10 {
    border-bottom-color: rgb(124 45 18 / 0.1);
  }

  .md\:border-b-orange-900\/100 {
    border-bottom-color: rgb(124 45 18 / 1);
  }

  .md\:border-b-orange-900\/15 {
    border-bottom-color: rgb(124 45 18 / 0.15);
  }

  .md\:border-b-orange-900\/20 {
    border-bottom-color: rgb(124 45 18 / 0.2);
  }

  .md\:border-b-orange-900\/25 {
    border-bottom-color: rgb(124 45 18 / 0.25);
  }

  .md\:border-b-orange-900\/30 {
    border-bottom-color: rgb(124 45 18 / 0.3);
  }

  .md\:border-b-orange-900\/35 {
    border-bottom-color: rgb(124 45 18 / 0.35);
  }

  .md\:border-b-orange-900\/40 {
    border-bottom-color: rgb(124 45 18 / 0.4);
  }

  .md\:border-b-orange-900\/45 {
    border-bottom-color: rgb(124 45 18 / 0.45);
  }

  .md\:border-b-orange-900\/5 {
    border-bottom-color: rgb(124 45 18 / 0.05);
  }

  .md\:border-b-orange-900\/50 {
    border-bottom-color: rgb(124 45 18 / 0.5);
  }

  .md\:border-b-orange-900\/55 {
    border-bottom-color: rgb(124 45 18 / 0.55);
  }

  .md\:border-b-orange-900\/60 {
    border-bottom-color: rgb(124 45 18 / 0.6);
  }

  .md\:border-b-orange-900\/65 {
    border-bottom-color: rgb(124 45 18 / 0.65);
  }

  .md\:border-b-orange-900\/70 {
    border-bottom-color: rgb(124 45 18 / 0.7);
  }

  .md\:border-b-orange-900\/75 {
    border-bottom-color: rgb(124 45 18 / 0.75);
  }

  .md\:border-b-orange-900\/80 {
    border-bottom-color: rgb(124 45 18 / 0.8);
  }

  .md\:border-b-orange-900\/85 {
    border-bottom-color: rgb(124 45 18 / 0.85);
  }

  .md\:border-b-orange-900\/90 {
    border-bottom-color: rgb(124 45 18 / 0.9);
  }

  .md\:border-b-orange-900\/95 {
    border-bottom-color: rgb(124 45 18 / 0.95);
  }

  .md\:border-b-orange-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity));
  }

  .md\:border-b-orange-950\/0 {
    border-bottom-color: rgb(67 20 7 / 0);
  }

  .md\:border-b-orange-950\/10 {
    border-bottom-color: rgb(67 20 7 / 0.1);
  }

  .md\:border-b-orange-950\/100 {
    border-bottom-color: rgb(67 20 7 / 1);
  }

  .md\:border-b-orange-950\/15 {
    border-bottom-color: rgb(67 20 7 / 0.15);
  }

  .md\:border-b-orange-950\/20 {
    border-bottom-color: rgb(67 20 7 / 0.2);
  }

  .md\:border-b-orange-950\/25 {
    border-bottom-color: rgb(67 20 7 / 0.25);
  }

  .md\:border-b-orange-950\/30 {
    border-bottom-color: rgb(67 20 7 / 0.3);
  }

  .md\:border-b-orange-950\/35 {
    border-bottom-color: rgb(67 20 7 / 0.35);
  }

  .md\:border-b-orange-950\/40 {
    border-bottom-color: rgb(67 20 7 / 0.4);
  }

  .md\:border-b-orange-950\/45 {
    border-bottom-color: rgb(67 20 7 / 0.45);
  }

  .md\:border-b-orange-950\/5 {
    border-bottom-color: rgb(67 20 7 / 0.05);
  }

  .md\:border-b-orange-950\/50 {
    border-bottom-color: rgb(67 20 7 / 0.5);
  }

  .md\:border-b-orange-950\/55 {
    border-bottom-color: rgb(67 20 7 / 0.55);
  }

  .md\:border-b-orange-950\/60 {
    border-bottom-color: rgb(67 20 7 / 0.6);
  }

  .md\:border-b-orange-950\/65 {
    border-bottom-color: rgb(67 20 7 / 0.65);
  }

  .md\:border-b-orange-950\/70 {
    border-bottom-color: rgb(67 20 7 / 0.7);
  }

  .md\:border-b-orange-950\/75 {
    border-bottom-color: rgb(67 20 7 / 0.75);
  }

  .md\:border-b-orange-950\/80 {
    border-bottom-color: rgb(67 20 7 / 0.8);
  }

  .md\:border-b-orange-950\/85 {
    border-bottom-color: rgb(67 20 7 / 0.85);
  }

  .md\:border-b-orange-950\/90 {
    border-bottom-color: rgb(67 20 7 / 0.9);
  }

  .md\:border-b-orange-950\/95 {
    border-bottom-color: rgb(67 20 7 / 0.95);
  }

  .md\:border-b-pink-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity));
  }

  .md\:border-b-pink-100\/0 {
    border-bottom-color: rgb(252 231 243 / 0);
  }

  .md\:border-b-pink-100\/10 {
    border-bottom-color: rgb(252 231 243 / 0.1);
  }

  .md\:border-b-pink-100\/100 {
    border-bottom-color: rgb(252 231 243 / 1);
  }

  .md\:border-b-pink-100\/15 {
    border-bottom-color: rgb(252 231 243 / 0.15);
  }

  .md\:border-b-pink-100\/20 {
    border-bottom-color: rgb(252 231 243 / 0.2);
  }

  .md\:border-b-pink-100\/25 {
    border-bottom-color: rgb(252 231 243 / 0.25);
  }

  .md\:border-b-pink-100\/30 {
    border-bottom-color: rgb(252 231 243 / 0.3);
  }

  .md\:border-b-pink-100\/35 {
    border-bottom-color: rgb(252 231 243 / 0.35);
  }

  .md\:border-b-pink-100\/40 {
    border-bottom-color: rgb(252 231 243 / 0.4);
  }

  .md\:border-b-pink-100\/45 {
    border-bottom-color: rgb(252 231 243 / 0.45);
  }

  .md\:border-b-pink-100\/5 {
    border-bottom-color: rgb(252 231 243 / 0.05);
  }

  .md\:border-b-pink-100\/50 {
    border-bottom-color: rgb(252 231 243 / 0.5);
  }

  .md\:border-b-pink-100\/55 {
    border-bottom-color: rgb(252 231 243 / 0.55);
  }

  .md\:border-b-pink-100\/60 {
    border-bottom-color: rgb(252 231 243 / 0.6);
  }

  .md\:border-b-pink-100\/65 {
    border-bottom-color: rgb(252 231 243 / 0.65);
  }

  .md\:border-b-pink-100\/70 {
    border-bottom-color: rgb(252 231 243 / 0.7);
  }

  .md\:border-b-pink-100\/75 {
    border-bottom-color: rgb(252 231 243 / 0.75);
  }

  .md\:border-b-pink-100\/80 {
    border-bottom-color: rgb(252 231 243 / 0.8);
  }

  .md\:border-b-pink-100\/85 {
    border-bottom-color: rgb(252 231 243 / 0.85);
  }

  .md\:border-b-pink-100\/90 {
    border-bottom-color: rgb(252 231 243 / 0.9);
  }

  .md\:border-b-pink-100\/95 {
    border-bottom-color: rgb(252 231 243 / 0.95);
  }

  .md\:border-b-pink-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity));
  }

  .md\:border-b-pink-200\/0 {
    border-bottom-color: rgb(251 207 232 / 0);
  }

  .md\:border-b-pink-200\/10 {
    border-bottom-color: rgb(251 207 232 / 0.1);
  }

  .md\:border-b-pink-200\/100 {
    border-bottom-color: rgb(251 207 232 / 1);
  }

  .md\:border-b-pink-200\/15 {
    border-bottom-color: rgb(251 207 232 / 0.15);
  }

  .md\:border-b-pink-200\/20 {
    border-bottom-color: rgb(251 207 232 / 0.2);
  }

  .md\:border-b-pink-200\/25 {
    border-bottom-color: rgb(251 207 232 / 0.25);
  }

  .md\:border-b-pink-200\/30 {
    border-bottom-color: rgb(251 207 232 / 0.3);
  }

  .md\:border-b-pink-200\/35 {
    border-bottom-color: rgb(251 207 232 / 0.35);
  }

  .md\:border-b-pink-200\/40 {
    border-bottom-color: rgb(251 207 232 / 0.4);
  }

  .md\:border-b-pink-200\/45 {
    border-bottom-color: rgb(251 207 232 / 0.45);
  }

  .md\:border-b-pink-200\/5 {
    border-bottom-color: rgb(251 207 232 / 0.05);
  }

  .md\:border-b-pink-200\/50 {
    border-bottom-color: rgb(251 207 232 / 0.5);
  }

  .md\:border-b-pink-200\/55 {
    border-bottom-color: rgb(251 207 232 / 0.55);
  }

  .md\:border-b-pink-200\/60 {
    border-bottom-color: rgb(251 207 232 / 0.6);
  }

  .md\:border-b-pink-200\/65 {
    border-bottom-color: rgb(251 207 232 / 0.65);
  }

  .md\:border-b-pink-200\/70 {
    border-bottom-color: rgb(251 207 232 / 0.7);
  }

  .md\:border-b-pink-200\/75 {
    border-bottom-color: rgb(251 207 232 / 0.75);
  }

  .md\:border-b-pink-200\/80 {
    border-bottom-color: rgb(251 207 232 / 0.8);
  }

  .md\:border-b-pink-200\/85 {
    border-bottom-color: rgb(251 207 232 / 0.85);
  }

  .md\:border-b-pink-200\/90 {
    border-bottom-color: rgb(251 207 232 / 0.9);
  }

  .md\:border-b-pink-200\/95 {
    border-bottom-color: rgb(251 207 232 / 0.95);
  }

  .md\:border-b-pink-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity));
  }

  .md\:border-b-pink-300\/0 {
    border-bottom-color: rgb(249 168 212 / 0);
  }

  .md\:border-b-pink-300\/10 {
    border-bottom-color: rgb(249 168 212 / 0.1);
  }

  .md\:border-b-pink-300\/100 {
    border-bottom-color: rgb(249 168 212 / 1);
  }

  .md\:border-b-pink-300\/15 {
    border-bottom-color: rgb(249 168 212 / 0.15);
  }

  .md\:border-b-pink-300\/20 {
    border-bottom-color: rgb(249 168 212 / 0.2);
  }

  .md\:border-b-pink-300\/25 {
    border-bottom-color: rgb(249 168 212 / 0.25);
  }

  .md\:border-b-pink-300\/30 {
    border-bottom-color: rgb(249 168 212 / 0.3);
  }

  .md\:border-b-pink-300\/35 {
    border-bottom-color: rgb(249 168 212 / 0.35);
  }

  .md\:border-b-pink-300\/40 {
    border-bottom-color: rgb(249 168 212 / 0.4);
  }

  .md\:border-b-pink-300\/45 {
    border-bottom-color: rgb(249 168 212 / 0.45);
  }

  .md\:border-b-pink-300\/5 {
    border-bottom-color: rgb(249 168 212 / 0.05);
  }

  .md\:border-b-pink-300\/50 {
    border-bottom-color: rgb(249 168 212 / 0.5);
  }

  .md\:border-b-pink-300\/55 {
    border-bottom-color: rgb(249 168 212 / 0.55);
  }

  .md\:border-b-pink-300\/60 {
    border-bottom-color: rgb(249 168 212 / 0.6);
  }

  .md\:border-b-pink-300\/65 {
    border-bottom-color: rgb(249 168 212 / 0.65);
  }

  .md\:border-b-pink-300\/70 {
    border-bottom-color: rgb(249 168 212 / 0.7);
  }

  .md\:border-b-pink-300\/75 {
    border-bottom-color: rgb(249 168 212 / 0.75);
  }

  .md\:border-b-pink-300\/80 {
    border-bottom-color: rgb(249 168 212 / 0.8);
  }

  .md\:border-b-pink-300\/85 {
    border-bottom-color: rgb(249 168 212 / 0.85);
  }

  .md\:border-b-pink-300\/90 {
    border-bottom-color: rgb(249 168 212 / 0.9);
  }

  .md\:border-b-pink-300\/95 {
    border-bottom-color: rgb(249 168 212 / 0.95);
  }

  .md\:border-b-pink-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity));
  }

  .md\:border-b-pink-400\/0 {
    border-bottom-color: rgb(244 114 182 / 0);
  }

  .md\:border-b-pink-400\/10 {
    border-bottom-color: rgb(244 114 182 / 0.1);
  }

  .md\:border-b-pink-400\/100 {
    border-bottom-color: rgb(244 114 182 / 1);
  }

  .md\:border-b-pink-400\/15 {
    border-bottom-color: rgb(244 114 182 / 0.15);
  }

  .md\:border-b-pink-400\/20 {
    border-bottom-color: rgb(244 114 182 / 0.2);
  }

  .md\:border-b-pink-400\/25 {
    border-bottom-color: rgb(244 114 182 / 0.25);
  }

  .md\:border-b-pink-400\/30 {
    border-bottom-color: rgb(244 114 182 / 0.3);
  }

  .md\:border-b-pink-400\/35 {
    border-bottom-color: rgb(244 114 182 / 0.35);
  }

  .md\:border-b-pink-400\/40 {
    border-bottom-color: rgb(244 114 182 / 0.4);
  }

  .md\:border-b-pink-400\/45 {
    border-bottom-color: rgb(244 114 182 / 0.45);
  }

  .md\:border-b-pink-400\/5 {
    border-bottom-color: rgb(244 114 182 / 0.05);
  }

  .md\:border-b-pink-400\/50 {
    border-bottom-color: rgb(244 114 182 / 0.5);
  }

  .md\:border-b-pink-400\/55 {
    border-bottom-color: rgb(244 114 182 / 0.55);
  }

  .md\:border-b-pink-400\/60 {
    border-bottom-color: rgb(244 114 182 / 0.6);
  }

  .md\:border-b-pink-400\/65 {
    border-bottom-color: rgb(244 114 182 / 0.65);
  }

  .md\:border-b-pink-400\/70 {
    border-bottom-color: rgb(244 114 182 / 0.7);
  }

  .md\:border-b-pink-400\/75 {
    border-bottom-color: rgb(244 114 182 / 0.75);
  }

  .md\:border-b-pink-400\/80 {
    border-bottom-color: rgb(244 114 182 / 0.8);
  }

  .md\:border-b-pink-400\/85 {
    border-bottom-color: rgb(244 114 182 / 0.85);
  }

  .md\:border-b-pink-400\/90 {
    border-bottom-color: rgb(244 114 182 / 0.9);
  }

  .md\:border-b-pink-400\/95 {
    border-bottom-color: rgb(244 114 182 / 0.95);
  }

  .md\:border-b-pink-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity));
  }

  .md\:border-b-pink-50\/0 {
    border-bottom-color: rgb(253 242 248 / 0);
  }

  .md\:border-b-pink-50\/10 {
    border-bottom-color: rgb(253 242 248 / 0.1);
  }

  .md\:border-b-pink-50\/100 {
    border-bottom-color: rgb(253 242 248 / 1);
  }

  .md\:border-b-pink-50\/15 {
    border-bottom-color: rgb(253 242 248 / 0.15);
  }

  .md\:border-b-pink-50\/20 {
    border-bottom-color: rgb(253 242 248 / 0.2);
  }

  .md\:border-b-pink-50\/25 {
    border-bottom-color: rgb(253 242 248 / 0.25);
  }

  .md\:border-b-pink-50\/30 {
    border-bottom-color: rgb(253 242 248 / 0.3);
  }

  .md\:border-b-pink-50\/35 {
    border-bottom-color: rgb(253 242 248 / 0.35);
  }

  .md\:border-b-pink-50\/40 {
    border-bottom-color: rgb(253 242 248 / 0.4);
  }

  .md\:border-b-pink-50\/45 {
    border-bottom-color: rgb(253 242 248 / 0.45);
  }

  .md\:border-b-pink-50\/5 {
    border-bottom-color: rgb(253 242 248 / 0.05);
  }

  .md\:border-b-pink-50\/50 {
    border-bottom-color: rgb(253 242 248 / 0.5);
  }

  .md\:border-b-pink-50\/55 {
    border-bottom-color: rgb(253 242 248 / 0.55);
  }

  .md\:border-b-pink-50\/60 {
    border-bottom-color: rgb(253 242 248 / 0.6);
  }

  .md\:border-b-pink-50\/65 {
    border-bottom-color: rgb(253 242 248 / 0.65);
  }

  .md\:border-b-pink-50\/70 {
    border-bottom-color: rgb(253 242 248 / 0.7);
  }

  .md\:border-b-pink-50\/75 {
    border-bottom-color: rgb(253 242 248 / 0.75);
  }

  .md\:border-b-pink-50\/80 {
    border-bottom-color: rgb(253 242 248 / 0.8);
  }

  .md\:border-b-pink-50\/85 {
    border-bottom-color: rgb(253 242 248 / 0.85);
  }

  .md\:border-b-pink-50\/90 {
    border-bottom-color: rgb(253 242 248 / 0.9);
  }

  .md\:border-b-pink-50\/95 {
    border-bottom-color: rgb(253 242 248 / 0.95);
  }

  .md\:border-b-pink-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity));
  }

  .md\:border-b-pink-500\/0 {
    border-bottom-color: rgb(236 72 153 / 0);
  }

  .md\:border-b-pink-500\/10 {
    border-bottom-color: rgb(236 72 153 / 0.1);
  }

  .md\:border-b-pink-500\/100 {
    border-bottom-color: rgb(236 72 153 / 1);
  }

  .md\:border-b-pink-500\/15 {
    border-bottom-color: rgb(236 72 153 / 0.15);
  }

  .md\:border-b-pink-500\/20 {
    border-bottom-color: rgb(236 72 153 / 0.2);
  }

  .md\:border-b-pink-500\/25 {
    border-bottom-color: rgb(236 72 153 / 0.25);
  }

  .md\:border-b-pink-500\/30 {
    border-bottom-color: rgb(236 72 153 / 0.3);
  }

  .md\:border-b-pink-500\/35 {
    border-bottom-color: rgb(236 72 153 / 0.35);
  }

  .md\:border-b-pink-500\/40 {
    border-bottom-color: rgb(236 72 153 / 0.4);
  }

  .md\:border-b-pink-500\/45 {
    border-bottom-color: rgb(236 72 153 / 0.45);
  }

  .md\:border-b-pink-500\/5 {
    border-bottom-color: rgb(236 72 153 / 0.05);
  }

  .md\:border-b-pink-500\/50 {
    border-bottom-color: rgb(236 72 153 / 0.5);
  }

  .md\:border-b-pink-500\/55 {
    border-bottom-color: rgb(236 72 153 / 0.55);
  }

  .md\:border-b-pink-500\/60 {
    border-bottom-color: rgb(236 72 153 / 0.6);
  }

  .md\:border-b-pink-500\/65 {
    border-bottom-color: rgb(236 72 153 / 0.65);
  }

  .md\:border-b-pink-500\/70 {
    border-bottom-color: rgb(236 72 153 / 0.7);
  }

  .md\:border-b-pink-500\/75 {
    border-bottom-color: rgb(236 72 153 / 0.75);
  }

  .md\:border-b-pink-500\/80 {
    border-bottom-color: rgb(236 72 153 / 0.8);
  }

  .md\:border-b-pink-500\/85 {
    border-bottom-color: rgb(236 72 153 / 0.85);
  }

  .md\:border-b-pink-500\/90 {
    border-bottom-color: rgb(236 72 153 / 0.9);
  }

  .md\:border-b-pink-500\/95 {
    border-bottom-color: rgb(236 72 153 / 0.95);
  }

  .md\:border-b-pink-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity));
  }

  .md\:border-b-pink-600\/0 {
    border-bottom-color: rgb(219 39 119 / 0);
  }

  .md\:border-b-pink-600\/10 {
    border-bottom-color: rgb(219 39 119 / 0.1);
  }

  .md\:border-b-pink-600\/100 {
    border-bottom-color: rgb(219 39 119 / 1);
  }

  .md\:border-b-pink-600\/15 {
    border-bottom-color: rgb(219 39 119 / 0.15);
  }

  .md\:border-b-pink-600\/20 {
    border-bottom-color: rgb(219 39 119 / 0.2);
  }

  .md\:border-b-pink-600\/25 {
    border-bottom-color: rgb(219 39 119 / 0.25);
  }

  .md\:border-b-pink-600\/30 {
    border-bottom-color: rgb(219 39 119 / 0.3);
  }

  .md\:border-b-pink-600\/35 {
    border-bottom-color: rgb(219 39 119 / 0.35);
  }

  .md\:border-b-pink-600\/40 {
    border-bottom-color: rgb(219 39 119 / 0.4);
  }

  .md\:border-b-pink-600\/45 {
    border-bottom-color: rgb(219 39 119 / 0.45);
  }

  .md\:border-b-pink-600\/5 {
    border-bottom-color: rgb(219 39 119 / 0.05);
  }

  .md\:border-b-pink-600\/50 {
    border-bottom-color: rgb(219 39 119 / 0.5);
  }

  .md\:border-b-pink-600\/55 {
    border-bottom-color: rgb(219 39 119 / 0.55);
  }

  .md\:border-b-pink-600\/60 {
    border-bottom-color: rgb(219 39 119 / 0.6);
  }

  .md\:border-b-pink-600\/65 {
    border-bottom-color: rgb(219 39 119 / 0.65);
  }

  .md\:border-b-pink-600\/70 {
    border-bottom-color: rgb(219 39 119 / 0.7);
  }

  .md\:border-b-pink-600\/75 {
    border-bottom-color: rgb(219 39 119 / 0.75);
  }

  .md\:border-b-pink-600\/80 {
    border-bottom-color: rgb(219 39 119 / 0.8);
  }

  .md\:border-b-pink-600\/85 {
    border-bottom-color: rgb(219 39 119 / 0.85);
  }

  .md\:border-b-pink-600\/90 {
    border-bottom-color: rgb(219 39 119 / 0.9);
  }

  .md\:border-b-pink-600\/95 {
    border-bottom-color: rgb(219 39 119 / 0.95);
  }

  .md\:border-b-pink-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity));
  }

  .md\:border-b-pink-700\/0 {
    border-bottom-color: rgb(190 24 93 / 0);
  }

  .md\:border-b-pink-700\/10 {
    border-bottom-color: rgb(190 24 93 / 0.1);
  }

  .md\:border-b-pink-700\/100 {
    border-bottom-color: rgb(190 24 93 / 1);
  }

  .md\:border-b-pink-700\/15 {
    border-bottom-color: rgb(190 24 93 / 0.15);
  }

  .md\:border-b-pink-700\/20 {
    border-bottom-color: rgb(190 24 93 / 0.2);
  }

  .md\:border-b-pink-700\/25 {
    border-bottom-color: rgb(190 24 93 / 0.25);
  }

  .md\:border-b-pink-700\/30 {
    border-bottom-color: rgb(190 24 93 / 0.3);
  }

  .md\:border-b-pink-700\/35 {
    border-bottom-color: rgb(190 24 93 / 0.35);
  }

  .md\:border-b-pink-700\/40 {
    border-bottom-color: rgb(190 24 93 / 0.4);
  }

  .md\:border-b-pink-700\/45 {
    border-bottom-color: rgb(190 24 93 / 0.45);
  }

  .md\:border-b-pink-700\/5 {
    border-bottom-color: rgb(190 24 93 / 0.05);
  }

  .md\:border-b-pink-700\/50 {
    border-bottom-color: rgb(190 24 93 / 0.5);
  }

  .md\:border-b-pink-700\/55 {
    border-bottom-color: rgb(190 24 93 / 0.55);
  }

  .md\:border-b-pink-700\/60 {
    border-bottom-color: rgb(190 24 93 / 0.6);
  }

  .md\:border-b-pink-700\/65 {
    border-bottom-color: rgb(190 24 93 / 0.65);
  }

  .md\:border-b-pink-700\/70 {
    border-bottom-color: rgb(190 24 93 / 0.7);
  }

  .md\:border-b-pink-700\/75 {
    border-bottom-color: rgb(190 24 93 / 0.75);
  }

  .md\:border-b-pink-700\/80 {
    border-bottom-color: rgb(190 24 93 / 0.8);
  }

  .md\:border-b-pink-700\/85 {
    border-bottom-color: rgb(190 24 93 / 0.85);
  }

  .md\:border-b-pink-700\/90 {
    border-bottom-color: rgb(190 24 93 / 0.9);
  }

  .md\:border-b-pink-700\/95 {
    border-bottom-color: rgb(190 24 93 / 0.95);
  }

  .md\:border-b-pink-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity));
  }

  .md\:border-b-pink-800\/0 {
    border-bottom-color: rgb(157 23 77 / 0);
  }

  .md\:border-b-pink-800\/10 {
    border-bottom-color: rgb(157 23 77 / 0.1);
  }

  .md\:border-b-pink-800\/100 {
    border-bottom-color: rgb(157 23 77 / 1);
  }

  .md\:border-b-pink-800\/15 {
    border-bottom-color: rgb(157 23 77 / 0.15);
  }

  .md\:border-b-pink-800\/20 {
    border-bottom-color: rgb(157 23 77 / 0.2);
  }

  .md\:border-b-pink-800\/25 {
    border-bottom-color: rgb(157 23 77 / 0.25);
  }

  .md\:border-b-pink-800\/30 {
    border-bottom-color: rgb(157 23 77 / 0.3);
  }

  .md\:border-b-pink-800\/35 {
    border-bottom-color: rgb(157 23 77 / 0.35);
  }

  .md\:border-b-pink-800\/40 {
    border-bottom-color: rgb(157 23 77 / 0.4);
  }

  .md\:border-b-pink-800\/45 {
    border-bottom-color: rgb(157 23 77 / 0.45);
  }

  .md\:border-b-pink-800\/5 {
    border-bottom-color: rgb(157 23 77 / 0.05);
  }

  .md\:border-b-pink-800\/50 {
    border-bottom-color: rgb(157 23 77 / 0.5);
  }

  .md\:border-b-pink-800\/55 {
    border-bottom-color: rgb(157 23 77 / 0.55);
  }

  .md\:border-b-pink-800\/60 {
    border-bottom-color: rgb(157 23 77 / 0.6);
  }

  .md\:border-b-pink-800\/65 {
    border-bottom-color: rgb(157 23 77 / 0.65);
  }

  .md\:border-b-pink-800\/70 {
    border-bottom-color: rgb(157 23 77 / 0.7);
  }

  .md\:border-b-pink-800\/75 {
    border-bottom-color: rgb(157 23 77 / 0.75);
  }

  .md\:border-b-pink-800\/80 {
    border-bottom-color: rgb(157 23 77 / 0.8);
  }

  .md\:border-b-pink-800\/85 {
    border-bottom-color: rgb(157 23 77 / 0.85);
  }

  .md\:border-b-pink-800\/90 {
    border-bottom-color: rgb(157 23 77 / 0.9);
  }

  .md\:border-b-pink-800\/95 {
    border-bottom-color: rgb(157 23 77 / 0.95);
  }

  .md\:border-b-pink-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity));
  }

  .md\:border-b-pink-900\/0 {
    border-bottom-color: rgb(131 24 67 / 0);
  }

  .md\:border-b-pink-900\/10 {
    border-bottom-color: rgb(131 24 67 / 0.1);
  }

  .md\:border-b-pink-900\/100 {
    border-bottom-color: rgb(131 24 67 / 1);
  }

  .md\:border-b-pink-900\/15 {
    border-bottom-color: rgb(131 24 67 / 0.15);
  }

  .md\:border-b-pink-900\/20 {
    border-bottom-color: rgb(131 24 67 / 0.2);
  }

  .md\:border-b-pink-900\/25 {
    border-bottom-color: rgb(131 24 67 / 0.25);
  }

  .md\:border-b-pink-900\/30 {
    border-bottom-color: rgb(131 24 67 / 0.3);
  }

  .md\:border-b-pink-900\/35 {
    border-bottom-color: rgb(131 24 67 / 0.35);
  }

  .md\:border-b-pink-900\/40 {
    border-bottom-color: rgb(131 24 67 / 0.4);
  }

  .md\:border-b-pink-900\/45 {
    border-bottom-color: rgb(131 24 67 / 0.45);
  }

  .md\:border-b-pink-900\/5 {
    border-bottom-color: rgb(131 24 67 / 0.05);
  }

  .md\:border-b-pink-900\/50 {
    border-bottom-color: rgb(131 24 67 / 0.5);
  }

  .md\:border-b-pink-900\/55 {
    border-bottom-color: rgb(131 24 67 / 0.55);
  }

  .md\:border-b-pink-900\/60 {
    border-bottom-color: rgb(131 24 67 / 0.6);
  }

  .md\:border-b-pink-900\/65 {
    border-bottom-color: rgb(131 24 67 / 0.65);
  }

  .md\:border-b-pink-900\/70 {
    border-bottom-color: rgb(131 24 67 / 0.7);
  }

  .md\:border-b-pink-900\/75 {
    border-bottom-color: rgb(131 24 67 / 0.75);
  }

  .md\:border-b-pink-900\/80 {
    border-bottom-color: rgb(131 24 67 / 0.8);
  }

  .md\:border-b-pink-900\/85 {
    border-bottom-color: rgb(131 24 67 / 0.85);
  }

  .md\:border-b-pink-900\/90 {
    border-bottom-color: rgb(131 24 67 / 0.9);
  }

  .md\:border-b-pink-900\/95 {
    border-bottom-color: rgb(131 24 67 / 0.95);
  }

  .md\:border-b-pink-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity));
  }

  .md\:border-b-pink-950\/0 {
    border-bottom-color: rgb(80 7 36 / 0);
  }

  .md\:border-b-pink-950\/10 {
    border-bottom-color: rgb(80 7 36 / 0.1);
  }

  .md\:border-b-pink-950\/100 {
    border-bottom-color: rgb(80 7 36 / 1);
  }

  .md\:border-b-pink-950\/15 {
    border-bottom-color: rgb(80 7 36 / 0.15);
  }

  .md\:border-b-pink-950\/20 {
    border-bottom-color: rgb(80 7 36 / 0.2);
  }

  .md\:border-b-pink-950\/25 {
    border-bottom-color: rgb(80 7 36 / 0.25);
  }

  .md\:border-b-pink-950\/30 {
    border-bottom-color: rgb(80 7 36 / 0.3);
  }

  .md\:border-b-pink-950\/35 {
    border-bottom-color: rgb(80 7 36 / 0.35);
  }

  .md\:border-b-pink-950\/40 {
    border-bottom-color: rgb(80 7 36 / 0.4);
  }

  .md\:border-b-pink-950\/45 {
    border-bottom-color: rgb(80 7 36 / 0.45);
  }

  .md\:border-b-pink-950\/5 {
    border-bottom-color: rgb(80 7 36 / 0.05);
  }

  .md\:border-b-pink-950\/50 {
    border-bottom-color: rgb(80 7 36 / 0.5);
  }

  .md\:border-b-pink-950\/55 {
    border-bottom-color: rgb(80 7 36 / 0.55);
  }

  .md\:border-b-pink-950\/60 {
    border-bottom-color: rgb(80 7 36 / 0.6);
  }

  .md\:border-b-pink-950\/65 {
    border-bottom-color: rgb(80 7 36 / 0.65);
  }

  .md\:border-b-pink-950\/70 {
    border-bottom-color: rgb(80 7 36 / 0.7);
  }

  .md\:border-b-pink-950\/75 {
    border-bottom-color: rgb(80 7 36 / 0.75);
  }

  .md\:border-b-pink-950\/80 {
    border-bottom-color: rgb(80 7 36 / 0.8);
  }

  .md\:border-b-pink-950\/85 {
    border-bottom-color: rgb(80 7 36 / 0.85);
  }

  .md\:border-b-pink-950\/90 {
    border-bottom-color: rgb(80 7 36 / 0.9);
  }

  .md\:border-b-pink-950\/95 {
    border-bottom-color: rgb(80 7 36 / 0.95);
  }

  .md\:border-b-primary-100 {
    border-bottom-color: var(--color-primary-100);
  }

  .md\:border-b-primary-200 {
    border-bottom-color: var(--color-primary-200);
  }

  .md\:border-b-primary-300 {
    border-bottom-color: var(--color-primary-300);
  }

  .md\:border-b-primary-400 {
    border-bottom-color: var(--color-primary-400);
  }

  .md\:border-b-primary-50 {
    border-bottom-color: var(--color-primary-50);
  }

  .md\:border-b-primary-500 {
    border-bottom-color: var(--color-primary-500);
  }

  .md\:border-b-primary-600 {
    border-bottom-color: var(--color-primary-600);
  }

  .md\:border-b-primary-700 {
    border-bottom-color: var(--color-primary-700);
  }

  .md\:border-b-primary-800 {
    border-bottom-color: var(--color-primary-800);
  }

  .md\:border-b-primary-900 {
    border-bottom-color: var(--color-primary-900);
  }

  .md\:border-b-purple-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity));
  }

  .md\:border-b-purple-100\/0 {
    border-bottom-color: rgb(243 232 255 / 0);
  }

  .md\:border-b-purple-100\/10 {
    border-bottom-color: rgb(243 232 255 / 0.1);
  }

  .md\:border-b-purple-100\/100 {
    border-bottom-color: rgb(243 232 255 / 1);
  }

  .md\:border-b-purple-100\/15 {
    border-bottom-color: rgb(243 232 255 / 0.15);
  }

  .md\:border-b-purple-100\/20 {
    border-bottom-color: rgb(243 232 255 / 0.2);
  }

  .md\:border-b-purple-100\/25 {
    border-bottom-color: rgb(243 232 255 / 0.25);
  }

  .md\:border-b-purple-100\/30 {
    border-bottom-color: rgb(243 232 255 / 0.3);
  }

  .md\:border-b-purple-100\/35 {
    border-bottom-color: rgb(243 232 255 / 0.35);
  }

  .md\:border-b-purple-100\/40 {
    border-bottom-color: rgb(243 232 255 / 0.4);
  }

  .md\:border-b-purple-100\/45 {
    border-bottom-color: rgb(243 232 255 / 0.45);
  }

  .md\:border-b-purple-100\/5 {
    border-bottom-color: rgb(243 232 255 / 0.05);
  }

  .md\:border-b-purple-100\/50 {
    border-bottom-color: rgb(243 232 255 / 0.5);
  }

  .md\:border-b-purple-100\/55 {
    border-bottom-color: rgb(243 232 255 / 0.55);
  }

  .md\:border-b-purple-100\/60 {
    border-bottom-color: rgb(243 232 255 / 0.6);
  }

  .md\:border-b-purple-100\/65 {
    border-bottom-color: rgb(243 232 255 / 0.65);
  }

  .md\:border-b-purple-100\/70 {
    border-bottom-color: rgb(243 232 255 / 0.7);
  }

  .md\:border-b-purple-100\/75 {
    border-bottom-color: rgb(243 232 255 / 0.75);
  }

  .md\:border-b-purple-100\/80 {
    border-bottom-color: rgb(243 232 255 / 0.8);
  }

  .md\:border-b-purple-100\/85 {
    border-bottom-color: rgb(243 232 255 / 0.85);
  }

  .md\:border-b-purple-100\/90 {
    border-bottom-color: rgb(243 232 255 / 0.9);
  }

  .md\:border-b-purple-100\/95 {
    border-bottom-color: rgb(243 232 255 / 0.95);
  }

  .md\:border-b-purple-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity));
  }

  .md\:border-b-purple-200\/0 {
    border-bottom-color: rgb(233 213 255 / 0);
  }

  .md\:border-b-purple-200\/10 {
    border-bottom-color: rgb(233 213 255 / 0.1);
  }

  .md\:border-b-purple-200\/100 {
    border-bottom-color: rgb(233 213 255 / 1);
  }

  .md\:border-b-purple-200\/15 {
    border-bottom-color: rgb(233 213 255 / 0.15);
  }

  .md\:border-b-purple-200\/20 {
    border-bottom-color: rgb(233 213 255 / 0.2);
  }

  .md\:border-b-purple-200\/25 {
    border-bottom-color: rgb(233 213 255 / 0.25);
  }

  .md\:border-b-purple-200\/30 {
    border-bottom-color: rgb(233 213 255 / 0.3);
  }

  .md\:border-b-purple-200\/35 {
    border-bottom-color: rgb(233 213 255 / 0.35);
  }

  .md\:border-b-purple-200\/40 {
    border-bottom-color: rgb(233 213 255 / 0.4);
  }

  .md\:border-b-purple-200\/45 {
    border-bottom-color: rgb(233 213 255 / 0.45);
  }

  .md\:border-b-purple-200\/5 {
    border-bottom-color: rgb(233 213 255 / 0.05);
  }

  .md\:border-b-purple-200\/50 {
    border-bottom-color: rgb(233 213 255 / 0.5);
  }

  .md\:border-b-purple-200\/55 {
    border-bottom-color: rgb(233 213 255 / 0.55);
  }

  .md\:border-b-purple-200\/60 {
    border-bottom-color: rgb(233 213 255 / 0.6);
  }

  .md\:border-b-purple-200\/65 {
    border-bottom-color: rgb(233 213 255 / 0.65);
  }

  .md\:border-b-purple-200\/70 {
    border-bottom-color: rgb(233 213 255 / 0.7);
  }

  .md\:border-b-purple-200\/75 {
    border-bottom-color: rgb(233 213 255 / 0.75);
  }

  .md\:border-b-purple-200\/80 {
    border-bottom-color: rgb(233 213 255 / 0.8);
  }

  .md\:border-b-purple-200\/85 {
    border-bottom-color: rgb(233 213 255 / 0.85);
  }

  .md\:border-b-purple-200\/90 {
    border-bottom-color: rgb(233 213 255 / 0.9);
  }

  .md\:border-b-purple-200\/95 {
    border-bottom-color: rgb(233 213 255 / 0.95);
  }

  .md\:border-b-purple-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity));
  }

  .md\:border-b-purple-300\/0 {
    border-bottom-color: rgb(216 180 254 / 0);
  }

  .md\:border-b-purple-300\/10 {
    border-bottom-color: rgb(216 180 254 / 0.1);
  }

  .md\:border-b-purple-300\/100 {
    border-bottom-color: rgb(216 180 254 / 1);
  }

  .md\:border-b-purple-300\/15 {
    border-bottom-color: rgb(216 180 254 / 0.15);
  }

  .md\:border-b-purple-300\/20 {
    border-bottom-color: rgb(216 180 254 / 0.2);
  }

  .md\:border-b-purple-300\/25 {
    border-bottom-color: rgb(216 180 254 / 0.25);
  }

  .md\:border-b-purple-300\/30 {
    border-bottom-color: rgb(216 180 254 / 0.3);
  }

  .md\:border-b-purple-300\/35 {
    border-bottom-color: rgb(216 180 254 / 0.35);
  }

  .md\:border-b-purple-300\/40 {
    border-bottom-color: rgb(216 180 254 / 0.4);
  }

  .md\:border-b-purple-300\/45 {
    border-bottom-color: rgb(216 180 254 / 0.45);
  }

  .md\:border-b-purple-300\/5 {
    border-bottom-color: rgb(216 180 254 / 0.05);
  }

  .md\:border-b-purple-300\/50 {
    border-bottom-color: rgb(216 180 254 / 0.5);
  }

  .md\:border-b-purple-300\/55 {
    border-bottom-color: rgb(216 180 254 / 0.55);
  }

  .md\:border-b-purple-300\/60 {
    border-bottom-color: rgb(216 180 254 / 0.6);
  }

  .md\:border-b-purple-300\/65 {
    border-bottom-color: rgb(216 180 254 / 0.65);
  }

  .md\:border-b-purple-300\/70 {
    border-bottom-color: rgb(216 180 254 / 0.7);
  }

  .md\:border-b-purple-300\/75 {
    border-bottom-color: rgb(216 180 254 / 0.75);
  }

  .md\:border-b-purple-300\/80 {
    border-bottom-color: rgb(216 180 254 / 0.8);
  }

  .md\:border-b-purple-300\/85 {
    border-bottom-color: rgb(216 180 254 / 0.85);
  }

  .md\:border-b-purple-300\/90 {
    border-bottom-color: rgb(216 180 254 / 0.9);
  }

  .md\:border-b-purple-300\/95 {
    border-bottom-color: rgb(216 180 254 / 0.95);
  }

  .md\:border-b-purple-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity));
  }

  .md\:border-b-purple-400\/0 {
    border-bottom-color: rgb(192 132 252 / 0);
  }

  .md\:border-b-purple-400\/10 {
    border-bottom-color: rgb(192 132 252 / 0.1);
  }

  .md\:border-b-purple-400\/100 {
    border-bottom-color: rgb(192 132 252 / 1);
  }

  .md\:border-b-purple-400\/15 {
    border-bottom-color: rgb(192 132 252 / 0.15);
  }

  .md\:border-b-purple-400\/20 {
    border-bottom-color: rgb(192 132 252 / 0.2);
  }

  .md\:border-b-purple-400\/25 {
    border-bottom-color: rgb(192 132 252 / 0.25);
  }

  .md\:border-b-purple-400\/30 {
    border-bottom-color: rgb(192 132 252 / 0.3);
  }

  .md\:border-b-purple-400\/35 {
    border-bottom-color: rgb(192 132 252 / 0.35);
  }

  .md\:border-b-purple-400\/40 {
    border-bottom-color: rgb(192 132 252 / 0.4);
  }

  .md\:border-b-purple-400\/45 {
    border-bottom-color: rgb(192 132 252 / 0.45);
  }

  .md\:border-b-purple-400\/5 {
    border-bottom-color: rgb(192 132 252 / 0.05);
  }

  .md\:border-b-purple-400\/50 {
    border-bottom-color: rgb(192 132 252 / 0.5);
  }

  .md\:border-b-purple-400\/55 {
    border-bottom-color: rgb(192 132 252 / 0.55);
  }

  .md\:border-b-purple-400\/60 {
    border-bottom-color: rgb(192 132 252 / 0.6);
  }

  .md\:border-b-purple-400\/65 {
    border-bottom-color: rgb(192 132 252 / 0.65);
  }

  .md\:border-b-purple-400\/70 {
    border-bottom-color: rgb(192 132 252 / 0.7);
  }

  .md\:border-b-purple-400\/75 {
    border-bottom-color: rgb(192 132 252 / 0.75);
  }

  .md\:border-b-purple-400\/80 {
    border-bottom-color: rgb(192 132 252 / 0.8);
  }

  .md\:border-b-purple-400\/85 {
    border-bottom-color: rgb(192 132 252 / 0.85);
  }

  .md\:border-b-purple-400\/90 {
    border-bottom-color: rgb(192 132 252 / 0.9);
  }

  .md\:border-b-purple-400\/95 {
    border-bottom-color: rgb(192 132 252 / 0.95);
  }

  .md\:border-b-purple-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity));
  }

  .md\:border-b-purple-50\/0 {
    border-bottom-color: rgb(250 245 255 / 0);
  }

  .md\:border-b-purple-50\/10 {
    border-bottom-color: rgb(250 245 255 / 0.1);
  }

  .md\:border-b-purple-50\/100 {
    border-bottom-color: rgb(250 245 255 / 1);
  }

  .md\:border-b-purple-50\/15 {
    border-bottom-color: rgb(250 245 255 / 0.15);
  }

  .md\:border-b-purple-50\/20 {
    border-bottom-color: rgb(250 245 255 / 0.2);
  }

  .md\:border-b-purple-50\/25 {
    border-bottom-color: rgb(250 245 255 / 0.25);
  }

  .md\:border-b-purple-50\/30 {
    border-bottom-color: rgb(250 245 255 / 0.3);
  }

  .md\:border-b-purple-50\/35 {
    border-bottom-color: rgb(250 245 255 / 0.35);
  }

  .md\:border-b-purple-50\/40 {
    border-bottom-color: rgb(250 245 255 / 0.4);
  }

  .md\:border-b-purple-50\/45 {
    border-bottom-color: rgb(250 245 255 / 0.45);
  }

  .md\:border-b-purple-50\/5 {
    border-bottom-color: rgb(250 245 255 / 0.05);
  }

  .md\:border-b-purple-50\/50 {
    border-bottom-color: rgb(250 245 255 / 0.5);
  }

  .md\:border-b-purple-50\/55 {
    border-bottom-color: rgb(250 245 255 / 0.55);
  }

  .md\:border-b-purple-50\/60 {
    border-bottom-color: rgb(250 245 255 / 0.6);
  }

  .md\:border-b-purple-50\/65 {
    border-bottom-color: rgb(250 245 255 / 0.65);
  }

  .md\:border-b-purple-50\/70 {
    border-bottom-color: rgb(250 245 255 / 0.7);
  }

  .md\:border-b-purple-50\/75 {
    border-bottom-color: rgb(250 245 255 / 0.75);
  }

  .md\:border-b-purple-50\/80 {
    border-bottom-color: rgb(250 245 255 / 0.8);
  }

  .md\:border-b-purple-50\/85 {
    border-bottom-color: rgb(250 245 255 / 0.85);
  }

  .md\:border-b-purple-50\/90 {
    border-bottom-color: rgb(250 245 255 / 0.9);
  }

  .md\:border-b-purple-50\/95 {
    border-bottom-color: rgb(250 245 255 / 0.95);
  }

  .md\:border-b-purple-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity));
  }

  .md\:border-b-purple-500\/0 {
    border-bottom-color: rgb(168 85 247 / 0);
  }

  .md\:border-b-purple-500\/10 {
    border-bottom-color: rgb(168 85 247 / 0.1);
  }

  .md\:border-b-purple-500\/100 {
    border-bottom-color: rgb(168 85 247 / 1);
  }

  .md\:border-b-purple-500\/15 {
    border-bottom-color: rgb(168 85 247 / 0.15);
  }

  .md\:border-b-purple-500\/20 {
    border-bottom-color: rgb(168 85 247 / 0.2);
  }

  .md\:border-b-purple-500\/25 {
    border-bottom-color: rgb(168 85 247 / 0.25);
  }

  .md\:border-b-purple-500\/30 {
    border-bottom-color: rgb(168 85 247 / 0.3);
  }

  .md\:border-b-purple-500\/35 {
    border-bottom-color: rgb(168 85 247 / 0.35);
  }

  .md\:border-b-purple-500\/40 {
    border-bottom-color: rgb(168 85 247 / 0.4);
  }

  .md\:border-b-purple-500\/45 {
    border-bottom-color: rgb(168 85 247 / 0.45);
  }

  .md\:border-b-purple-500\/5 {
    border-bottom-color: rgb(168 85 247 / 0.05);
  }

  .md\:border-b-purple-500\/50 {
    border-bottom-color: rgb(168 85 247 / 0.5);
  }

  .md\:border-b-purple-500\/55 {
    border-bottom-color: rgb(168 85 247 / 0.55);
  }

  .md\:border-b-purple-500\/60 {
    border-bottom-color: rgb(168 85 247 / 0.6);
  }

  .md\:border-b-purple-500\/65 {
    border-bottom-color: rgb(168 85 247 / 0.65);
  }

  .md\:border-b-purple-500\/70 {
    border-bottom-color: rgb(168 85 247 / 0.7);
  }

  .md\:border-b-purple-500\/75 {
    border-bottom-color: rgb(168 85 247 / 0.75);
  }

  .md\:border-b-purple-500\/80 {
    border-bottom-color: rgb(168 85 247 / 0.8);
  }

  .md\:border-b-purple-500\/85 {
    border-bottom-color: rgb(168 85 247 / 0.85);
  }

  .md\:border-b-purple-500\/90 {
    border-bottom-color: rgb(168 85 247 / 0.9);
  }

  .md\:border-b-purple-500\/95 {
    border-bottom-color: rgb(168 85 247 / 0.95);
  }

  .md\:border-b-purple-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity));
  }

  .md\:border-b-purple-600\/0 {
    border-bottom-color: rgb(147 51 234 / 0);
  }

  .md\:border-b-purple-600\/10 {
    border-bottom-color: rgb(147 51 234 / 0.1);
  }

  .md\:border-b-purple-600\/100 {
    border-bottom-color: rgb(147 51 234 / 1);
  }

  .md\:border-b-purple-600\/15 {
    border-bottom-color: rgb(147 51 234 / 0.15);
  }

  .md\:border-b-purple-600\/20 {
    border-bottom-color: rgb(147 51 234 / 0.2);
  }

  .md\:border-b-purple-600\/25 {
    border-bottom-color: rgb(147 51 234 / 0.25);
  }

  .md\:border-b-purple-600\/30 {
    border-bottom-color: rgb(147 51 234 / 0.3);
  }

  .md\:border-b-purple-600\/35 {
    border-bottom-color: rgb(147 51 234 / 0.35);
  }

  .md\:border-b-purple-600\/40 {
    border-bottom-color: rgb(147 51 234 / 0.4);
  }

  .md\:border-b-purple-600\/45 {
    border-bottom-color: rgb(147 51 234 / 0.45);
  }

  .md\:border-b-purple-600\/5 {
    border-bottom-color: rgb(147 51 234 / 0.05);
  }

  .md\:border-b-purple-600\/50 {
    border-bottom-color: rgb(147 51 234 / 0.5);
  }

  .md\:border-b-purple-600\/55 {
    border-bottom-color: rgb(147 51 234 / 0.55);
  }

  .md\:border-b-purple-600\/60 {
    border-bottom-color: rgb(147 51 234 / 0.6);
  }

  .md\:border-b-purple-600\/65 {
    border-bottom-color: rgb(147 51 234 / 0.65);
  }

  .md\:border-b-purple-600\/70 {
    border-bottom-color: rgb(147 51 234 / 0.7);
  }

  .md\:border-b-purple-600\/75 {
    border-bottom-color: rgb(147 51 234 / 0.75);
  }

  .md\:border-b-purple-600\/80 {
    border-bottom-color: rgb(147 51 234 / 0.8);
  }

  .md\:border-b-purple-600\/85 {
    border-bottom-color: rgb(147 51 234 / 0.85);
  }

  .md\:border-b-purple-600\/90 {
    border-bottom-color: rgb(147 51 234 / 0.9);
  }

  .md\:border-b-purple-600\/95 {
    border-bottom-color: rgb(147 51 234 / 0.95);
  }

  .md\:border-b-purple-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity));
  }

  .md\:border-b-purple-700\/0 {
    border-bottom-color: rgb(126 34 206 / 0);
  }

  .md\:border-b-purple-700\/10 {
    border-bottom-color: rgb(126 34 206 / 0.1);
  }

  .md\:border-b-purple-700\/100 {
    border-bottom-color: rgb(126 34 206 / 1);
  }

  .md\:border-b-purple-700\/15 {
    border-bottom-color: rgb(126 34 206 / 0.15);
  }

  .md\:border-b-purple-700\/20 {
    border-bottom-color: rgb(126 34 206 / 0.2);
  }

  .md\:border-b-purple-700\/25 {
    border-bottom-color: rgb(126 34 206 / 0.25);
  }

  .md\:border-b-purple-700\/30 {
    border-bottom-color: rgb(126 34 206 / 0.3);
  }

  .md\:border-b-purple-700\/35 {
    border-bottom-color: rgb(126 34 206 / 0.35);
  }

  .md\:border-b-purple-700\/40 {
    border-bottom-color: rgb(126 34 206 / 0.4);
  }

  .md\:border-b-purple-700\/45 {
    border-bottom-color: rgb(126 34 206 / 0.45);
  }

  .md\:border-b-purple-700\/5 {
    border-bottom-color: rgb(126 34 206 / 0.05);
  }

  .md\:border-b-purple-700\/50 {
    border-bottom-color: rgb(126 34 206 / 0.5);
  }

  .md\:border-b-purple-700\/55 {
    border-bottom-color: rgb(126 34 206 / 0.55);
  }

  .md\:border-b-purple-700\/60 {
    border-bottom-color: rgb(126 34 206 / 0.6);
  }

  .md\:border-b-purple-700\/65 {
    border-bottom-color: rgb(126 34 206 / 0.65);
  }

  .md\:border-b-purple-700\/70 {
    border-bottom-color: rgb(126 34 206 / 0.7);
  }

  .md\:border-b-purple-700\/75 {
    border-bottom-color: rgb(126 34 206 / 0.75);
  }

  .md\:border-b-purple-700\/80 {
    border-bottom-color: rgb(126 34 206 / 0.8);
  }

  .md\:border-b-purple-700\/85 {
    border-bottom-color: rgb(126 34 206 / 0.85);
  }

  .md\:border-b-purple-700\/90 {
    border-bottom-color: rgb(126 34 206 / 0.9);
  }

  .md\:border-b-purple-700\/95 {
    border-bottom-color: rgb(126 34 206 / 0.95);
  }

  .md\:border-b-purple-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity));
  }

  .md\:border-b-purple-800\/0 {
    border-bottom-color: rgb(107 33 168 / 0);
  }

  .md\:border-b-purple-800\/10 {
    border-bottom-color: rgb(107 33 168 / 0.1);
  }

  .md\:border-b-purple-800\/100 {
    border-bottom-color: rgb(107 33 168 / 1);
  }

  .md\:border-b-purple-800\/15 {
    border-bottom-color: rgb(107 33 168 / 0.15);
  }

  .md\:border-b-purple-800\/20 {
    border-bottom-color: rgb(107 33 168 / 0.2);
  }

  .md\:border-b-purple-800\/25 {
    border-bottom-color: rgb(107 33 168 / 0.25);
  }

  .md\:border-b-purple-800\/30 {
    border-bottom-color: rgb(107 33 168 / 0.3);
  }

  .md\:border-b-purple-800\/35 {
    border-bottom-color: rgb(107 33 168 / 0.35);
  }

  .md\:border-b-purple-800\/40 {
    border-bottom-color: rgb(107 33 168 / 0.4);
  }

  .md\:border-b-purple-800\/45 {
    border-bottom-color: rgb(107 33 168 / 0.45);
  }

  .md\:border-b-purple-800\/5 {
    border-bottom-color: rgb(107 33 168 / 0.05);
  }

  .md\:border-b-purple-800\/50 {
    border-bottom-color: rgb(107 33 168 / 0.5);
  }

  .md\:border-b-purple-800\/55 {
    border-bottom-color: rgb(107 33 168 / 0.55);
  }

  .md\:border-b-purple-800\/60 {
    border-bottom-color: rgb(107 33 168 / 0.6);
  }

  .md\:border-b-purple-800\/65 {
    border-bottom-color: rgb(107 33 168 / 0.65);
  }

  .md\:border-b-purple-800\/70 {
    border-bottom-color: rgb(107 33 168 / 0.7);
  }

  .md\:border-b-purple-800\/75 {
    border-bottom-color: rgb(107 33 168 / 0.75);
  }

  .md\:border-b-purple-800\/80 {
    border-bottom-color: rgb(107 33 168 / 0.8);
  }

  .md\:border-b-purple-800\/85 {
    border-bottom-color: rgb(107 33 168 / 0.85);
  }

  .md\:border-b-purple-800\/90 {
    border-bottom-color: rgb(107 33 168 / 0.9);
  }

  .md\:border-b-purple-800\/95 {
    border-bottom-color: rgb(107 33 168 / 0.95);
  }

  .md\:border-b-purple-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity));
  }

  .md\:border-b-purple-900\/0 {
    border-bottom-color: rgb(88 28 135 / 0);
  }

  .md\:border-b-purple-900\/10 {
    border-bottom-color: rgb(88 28 135 / 0.1);
  }

  .md\:border-b-purple-900\/100 {
    border-bottom-color: rgb(88 28 135 / 1);
  }

  .md\:border-b-purple-900\/15 {
    border-bottom-color: rgb(88 28 135 / 0.15);
  }

  .md\:border-b-purple-900\/20 {
    border-bottom-color: rgb(88 28 135 / 0.2);
  }

  .md\:border-b-purple-900\/25 {
    border-bottom-color: rgb(88 28 135 / 0.25);
  }

  .md\:border-b-purple-900\/30 {
    border-bottom-color: rgb(88 28 135 / 0.3);
  }

  .md\:border-b-purple-900\/35 {
    border-bottom-color: rgb(88 28 135 / 0.35);
  }

  .md\:border-b-purple-900\/40 {
    border-bottom-color: rgb(88 28 135 / 0.4);
  }

  .md\:border-b-purple-900\/45 {
    border-bottom-color: rgb(88 28 135 / 0.45);
  }

  .md\:border-b-purple-900\/5 {
    border-bottom-color: rgb(88 28 135 / 0.05);
  }

  .md\:border-b-purple-900\/50 {
    border-bottom-color: rgb(88 28 135 / 0.5);
  }

  .md\:border-b-purple-900\/55 {
    border-bottom-color: rgb(88 28 135 / 0.55);
  }

  .md\:border-b-purple-900\/60 {
    border-bottom-color: rgb(88 28 135 / 0.6);
  }

  .md\:border-b-purple-900\/65 {
    border-bottom-color: rgb(88 28 135 / 0.65);
  }

  .md\:border-b-purple-900\/70 {
    border-bottom-color: rgb(88 28 135 / 0.7);
  }

  .md\:border-b-purple-900\/75 {
    border-bottom-color: rgb(88 28 135 / 0.75);
  }

  .md\:border-b-purple-900\/80 {
    border-bottom-color: rgb(88 28 135 / 0.8);
  }

  .md\:border-b-purple-900\/85 {
    border-bottom-color: rgb(88 28 135 / 0.85);
  }

  .md\:border-b-purple-900\/90 {
    border-bottom-color: rgb(88 28 135 / 0.9);
  }

  .md\:border-b-purple-900\/95 {
    border-bottom-color: rgb(88 28 135 / 0.95);
  }

  .md\:border-b-purple-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity));
  }

  .md\:border-b-purple-950\/0 {
    border-bottom-color: rgb(59 7 100 / 0);
  }

  .md\:border-b-purple-950\/10 {
    border-bottom-color: rgb(59 7 100 / 0.1);
  }

  .md\:border-b-purple-950\/100 {
    border-bottom-color: rgb(59 7 100 / 1);
  }

  .md\:border-b-purple-950\/15 {
    border-bottom-color: rgb(59 7 100 / 0.15);
  }

  .md\:border-b-purple-950\/20 {
    border-bottom-color: rgb(59 7 100 / 0.2);
  }

  .md\:border-b-purple-950\/25 {
    border-bottom-color: rgb(59 7 100 / 0.25);
  }

  .md\:border-b-purple-950\/30 {
    border-bottom-color: rgb(59 7 100 / 0.3);
  }

  .md\:border-b-purple-950\/35 {
    border-bottom-color: rgb(59 7 100 / 0.35);
  }

  .md\:border-b-purple-950\/40 {
    border-bottom-color: rgb(59 7 100 / 0.4);
  }

  .md\:border-b-purple-950\/45 {
    border-bottom-color: rgb(59 7 100 / 0.45);
  }

  .md\:border-b-purple-950\/5 {
    border-bottom-color: rgb(59 7 100 / 0.05);
  }

  .md\:border-b-purple-950\/50 {
    border-bottom-color: rgb(59 7 100 / 0.5);
  }

  .md\:border-b-purple-950\/55 {
    border-bottom-color: rgb(59 7 100 / 0.55);
  }

  .md\:border-b-purple-950\/60 {
    border-bottom-color: rgb(59 7 100 / 0.6);
  }

  .md\:border-b-purple-950\/65 {
    border-bottom-color: rgb(59 7 100 / 0.65);
  }

  .md\:border-b-purple-950\/70 {
    border-bottom-color: rgb(59 7 100 / 0.7);
  }

  .md\:border-b-purple-950\/75 {
    border-bottom-color: rgb(59 7 100 / 0.75);
  }

  .md\:border-b-purple-950\/80 {
    border-bottom-color: rgb(59 7 100 / 0.8);
  }

  .md\:border-b-purple-950\/85 {
    border-bottom-color: rgb(59 7 100 / 0.85);
  }

  .md\:border-b-purple-950\/90 {
    border-bottom-color: rgb(59 7 100 / 0.9);
  }

  .md\:border-b-purple-950\/95 {
    border-bottom-color: rgb(59 7 100 / 0.95);
  }

  .md\:border-b-red-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity));
  }

  .md\:border-b-red-100\/0 {
    border-bottom-color: rgb(254 226 226 / 0);
  }

  .md\:border-b-red-100\/10 {
    border-bottom-color: rgb(254 226 226 / 0.1);
  }

  .md\:border-b-red-100\/100 {
    border-bottom-color: rgb(254 226 226 / 1);
  }

  .md\:border-b-red-100\/15 {
    border-bottom-color: rgb(254 226 226 / 0.15);
  }

  .md\:border-b-red-100\/20 {
    border-bottom-color: rgb(254 226 226 / 0.2);
  }

  .md\:border-b-red-100\/25 {
    border-bottom-color: rgb(254 226 226 / 0.25);
  }

  .md\:border-b-red-100\/30 {
    border-bottom-color: rgb(254 226 226 / 0.3);
  }

  .md\:border-b-red-100\/35 {
    border-bottom-color: rgb(254 226 226 / 0.35);
  }

  .md\:border-b-red-100\/40 {
    border-bottom-color: rgb(254 226 226 / 0.4);
  }

  .md\:border-b-red-100\/45 {
    border-bottom-color: rgb(254 226 226 / 0.45);
  }

  .md\:border-b-red-100\/5 {
    border-bottom-color: rgb(254 226 226 / 0.05);
  }

  .md\:border-b-red-100\/50 {
    border-bottom-color: rgb(254 226 226 / 0.5);
  }

  .md\:border-b-red-100\/55 {
    border-bottom-color: rgb(254 226 226 / 0.55);
  }

  .md\:border-b-red-100\/60 {
    border-bottom-color: rgb(254 226 226 / 0.6);
  }

  .md\:border-b-red-100\/65 {
    border-bottom-color: rgb(254 226 226 / 0.65);
  }

  .md\:border-b-red-100\/70 {
    border-bottom-color: rgb(254 226 226 / 0.7);
  }

  .md\:border-b-red-100\/75 {
    border-bottom-color: rgb(254 226 226 / 0.75);
  }

  .md\:border-b-red-100\/80 {
    border-bottom-color: rgb(254 226 226 / 0.8);
  }

  .md\:border-b-red-100\/85 {
    border-bottom-color: rgb(254 226 226 / 0.85);
  }

  .md\:border-b-red-100\/90 {
    border-bottom-color: rgb(254 226 226 / 0.9);
  }

  .md\:border-b-red-100\/95 {
    border-bottom-color: rgb(254 226 226 / 0.95);
  }

  .md\:border-b-red-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity));
  }

  .md\:border-b-red-200\/0 {
    border-bottom-color: rgb(254 202 202 / 0);
  }

  .md\:border-b-red-200\/10 {
    border-bottom-color: rgb(254 202 202 / 0.1);
  }

  .md\:border-b-red-200\/100 {
    border-bottom-color: rgb(254 202 202 / 1);
  }

  .md\:border-b-red-200\/15 {
    border-bottom-color: rgb(254 202 202 / 0.15);
  }

  .md\:border-b-red-200\/20 {
    border-bottom-color: rgb(254 202 202 / 0.2);
  }

  .md\:border-b-red-200\/25 {
    border-bottom-color: rgb(254 202 202 / 0.25);
  }

  .md\:border-b-red-200\/30 {
    border-bottom-color: rgb(254 202 202 / 0.3);
  }

  .md\:border-b-red-200\/35 {
    border-bottom-color: rgb(254 202 202 / 0.35);
  }

  .md\:border-b-red-200\/40 {
    border-bottom-color: rgb(254 202 202 / 0.4);
  }

  .md\:border-b-red-200\/45 {
    border-bottom-color: rgb(254 202 202 / 0.45);
  }

  .md\:border-b-red-200\/5 {
    border-bottom-color: rgb(254 202 202 / 0.05);
  }

  .md\:border-b-red-200\/50 {
    border-bottom-color: rgb(254 202 202 / 0.5);
  }

  .md\:border-b-red-200\/55 {
    border-bottom-color: rgb(254 202 202 / 0.55);
  }

  .md\:border-b-red-200\/60 {
    border-bottom-color: rgb(254 202 202 / 0.6);
  }

  .md\:border-b-red-200\/65 {
    border-bottom-color: rgb(254 202 202 / 0.65);
  }

  .md\:border-b-red-200\/70 {
    border-bottom-color: rgb(254 202 202 / 0.7);
  }

  .md\:border-b-red-200\/75 {
    border-bottom-color: rgb(254 202 202 / 0.75);
  }

  .md\:border-b-red-200\/80 {
    border-bottom-color: rgb(254 202 202 / 0.8);
  }

  .md\:border-b-red-200\/85 {
    border-bottom-color: rgb(254 202 202 / 0.85);
  }

  .md\:border-b-red-200\/90 {
    border-bottom-color: rgb(254 202 202 / 0.9);
  }

  .md\:border-b-red-200\/95 {
    border-bottom-color: rgb(254 202 202 / 0.95);
  }

  .md\:border-b-red-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity));
  }

  .md\:border-b-red-300\/0 {
    border-bottom-color: rgb(252 165 165 / 0);
  }

  .md\:border-b-red-300\/10 {
    border-bottom-color: rgb(252 165 165 / 0.1);
  }

  .md\:border-b-red-300\/100 {
    border-bottom-color: rgb(252 165 165 / 1);
  }

  .md\:border-b-red-300\/15 {
    border-bottom-color: rgb(252 165 165 / 0.15);
  }

  .md\:border-b-red-300\/20 {
    border-bottom-color: rgb(252 165 165 / 0.2);
  }

  .md\:border-b-red-300\/25 {
    border-bottom-color: rgb(252 165 165 / 0.25);
  }

  .md\:border-b-red-300\/30 {
    border-bottom-color: rgb(252 165 165 / 0.3);
  }

  .md\:border-b-red-300\/35 {
    border-bottom-color: rgb(252 165 165 / 0.35);
  }

  .md\:border-b-red-300\/40 {
    border-bottom-color: rgb(252 165 165 / 0.4);
  }

  .md\:border-b-red-300\/45 {
    border-bottom-color: rgb(252 165 165 / 0.45);
  }

  .md\:border-b-red-300\/5 {
    border-bottom-color: rgb(252 165 165 / 0.05);
  }

  .md\:border-b-red-300\/50 {
    border-bottom-color: rgb(252 165 165 / 0.5);
  }

  .md\:border-b-red-300\/55 {
    border-bottom-color: rgb(252 165 165 / 0.55);
  }

  .md\:border-b-red-300\/60 {
    border-bottom-color: rgb(252 165 165 / 0.6);
  }

  .md\:border-b-red-300\/65 {
    border-bottom-color: rgb(252 165 165 / 0.65);
  }

  .md\:border-b-red-300\/70 {
    border-bottom-color: rgb(252 165 165 / 0.7);
  }

  .md\:border-b-red-300\/75 {
    border-bottom-color: rgb(252 165 165 / 0.75);
  }

  .md\:border-b-red-300\/80 {
    border-bottom-color: rgb(252 165 165 / 0.8);
  }

  .md\:border-b-red-300\/85 {
    border-bottom-color: rgb(252 165 165 / 0.85);
  }

  .md\:border-b-red-300\/90 {
    border-bottom-color: rgb(252 165 165 / 0.9);
  }

  .md\:border-b-red-300\/95 {
    border-bottom-color: rgb(252 165 165 / 0.95);
  }

  .md\:border-b-red-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity));
  }

  .md\:border-b-red-400\/0 {
    border-bottom-color: rgb(248 113 113 / 0);
  }

  .md\:border-b-red-400\/10 {
    border-bottom-color: rgb(248 113 113 / 0.1);
  }

  .md\:border-b-red-400\/100 {
    border-bottom-color: rgb(248 113 113 / 1);
  }

  .md\:border-b-red-400\/15 {
    border-bottom-color: rgb(248 113 113 / 0.15);
  }

  .md\:border-b-red-400\/20 {
    border-bottom-color: rgb(248 113 113 / 0.2);
  }

  .md\:border-b-red-400\/25 {
    border-bottom-color: rgb(248 113 113 / 0.25);
  }

  .md\:border-b-red-400\/30 {
    border-bottom-color: rgb(248 113 113 / 0.3);
  }

  .md\:border-b-red-400\/35 {
    border-bottom-color: rgb(248 113 113 / 0.35);
  }

  .md\:border-b-red-400\/40 {
    border-bottom-color: rgb(248 113 113 / 0.4);
  }

  .md\:border-b-red-400\/45 {
    border-bottom-color: rgb(248 113 113 / 0.45);
  }

  .md\:border-b-red-400\/5 {
    border-bottom-color: rgb(248 113 113 / 0.05);
  }

  .md\:border-b-red-400\/50 {
    border-bottom-color: rgb(248 113 113 / 0.5);
  }

  .md\:border-b-red-400\/55 {
    border-bottom-color: rgb(248 113 113 / 0.55);
  }

  .md\:border-b-red-400\/60 {
    border-bottom-color: rgb(248 113 113 / 0.6);
  }

  .md\:border-b-red-400\/65 {
    border-bottom-color: rgb(248 113 113 / 0.65);
  }

  .md\:border-b-red-400\/70 {
    border-bottom-color: rgb(248 113 113 / 0.7);
  }

  .md\:border-b-red-400\/75 {
    border-bottom-color: rgb(248 113 113 / 0.75);
  }

  .md\:border-b-red-400\/80 {
    border-bottom-color: rgb(248 113 113 / 0.8);
  }

  .md\:border-b-red-400\/85 {
    border-bottom-color: rgb(248 113 113 / 0.85);
  }

  .md\:border-b-red-400\/90 {
    border-bottom-color: rgb(248 113 113 / 0.9);
  }

  .md\:border-b-red-400\/95 {
    border-bottom-color: rgb(248 113 113 / 0.95);
  }

  .md\:border-b-red-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity));
  }

  .md\:border-b-red-50\/0 {
    border-bottom-color: rgb(254 242 242 / 0);
  }

  .md\:border-b-red-50\/10 {
    border-bottom-color: rgb(254 242 242 / 0.1);
  }

  .md\:border-b-red-50\/100 {
    border-bottom-color: rgb(254 242 242 / 1);
  }

  .md\:border-b-red-50\/15 {
    border-bottom-color: rgb(254 242 242 / 0.15);
  }

  .md\:border-b-red-50\/20 {
    border-bottom-color: rgb(254 242 242 / 0.2);
  }

  .md\:border-b-red-50\/25 {
    border-bottom-color: rgb(254 242 242 / 0.25);
  }

  .md\:border-b-red-50\/30 {
    border-bottom-color: rgb(254 242 242 / 0.3);
  }

  .md\:border-b-red-50\/35 {
    border-bottom-color: rgb(254 242 242 / 0.35);
  }

  .md\:border-b-red-50\/40 {
    border-bottom-color: rgb(254 242 242 / 0.4);
  }

  .md\:border-b-red-50\/45 {
    border-bottom-color: rgb(254 242 242 / 0.45);
  }

  .md\:border-b-red-50\/5 {
    border-bottom-color: rgb(254 242 242 / 0.05);
  }

  .md\:border-b-red-50\/50 {
    border-bottom-color: rgb(254 242 242 / 0.5);
  }

  .md\:border-b-red-50\/55 {
    border-bottom-color: rgb(254 242 242 / 0.55);
  }

  .md\:border-b-red-50\/60 {
    border-bottom-color: rgb(254 242 242 / 0.6);
  }

  .md\:border-b-red-50\/65 {
    border-bottom-color: rgb(254 242 242 / 0.65);
  }

  .md\:border-b-red-50\/70 {
    border-bottom-color: rgb(254 242 242 / 0.7);
  }

  .md\:border-b-red-50\/75 {
    border-bottom-color: rgb(254 242 242 / 0.75);
  }

  .md\:border-b-red-50\/80 {
    border-bottom-color: rgb(254 242 242 / 0.8);
  }

  .md\:border-b-red-50\/85 {
    border-bottom-color: rgb(254 242 242 / 0.85);
  }

  .md\:border-b-red-50\/90 {
    border-bottom-color: rgb(254 242 242 / 0.9);
  }

  .md\:border-b-red-50\/95 {
    border-bottom-color: rgb(254 242 242 / 0.95);
  }

  .md\:border-b-red-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity));
  }

  .md\:border-b-red-500\/0 {
    border-bottom-color: rgb(239 68 68 / 0);
  }

  .md\:border-b-red-500\/10 {
    border-bottom-color: rgb(239 68 68 / 0.1);
  }

  .md\:border-b-red-500\/100 {
    border-bottom-color: rgb(239 68 68 / 1);
  }

  .md\:border-b-red-500\/15 {
    border-bottom-color: rgb(239 68 68 / 0.15);
  }

  .md\:border-b-red-500\/20 {
    border-bottom-color: rgb(239 68 68 / 0.2);
  }

  .md\:border-b-red-500\/25 {
    border-bottom-color: rgb(239 68 68 / 0.25);
  }

  .md\:border-b-red-500\/30 {
    border-bottom-color: rgb(239 68 68 / 0.3);
  }

  .md\:border-b-red-500\/35 {
    border-bottom-color: rgb(239 68 68 / 0.35);
  }

  .md\:border-b-red-500\/40 {
    border-bottom-color: rgb(239 68 68 / 0.4);
  }

  .md\:border-b-red-500\/45 {
    border-bottom-color: rgb(239 68 68 / 0.45);
  }

  .md\:border-b-red-500\/5 {
    border-bottom-color: rgb(239 68 68 / 0.05);
  }

  .md\:border-b-red-500\/50 {
    border-bottom-color: rgb(239 68 68 / 0.5);
  }

  .md\:border-b-red-500\/55 {
    border-bottom-color: rgb(239 68 68 / 0.55);
  }

  .md\:border-b-red-500\/60 {
    border-bottom-color: rgb(239 68 68 / 0.6);
  }

  .md\:border-b-red-500\/65 {
    border-bottom-color: rgb(239 68 68 / 0.65);
  }

  .md\:border-b-red-500\/70 {
    border-bottom-color: rgb(239 68 68 / 0.7);
  }

  .md\:border-b-red-500\/75 {
    border-bottom-color: rgb(239 68 68 / 0.75);
  }

  .md\:border-b-red-500\/80 {
    border-bottom-color: rgb(239 68 68 / 0.8);
  }

  .md\:border-b-red-500\/85 {
    border-bottom-color: rgb(239 68 68 / 0.85);
  }

  .md\:border-b-red-500\/90 {
    border-bottom-color: rgb(239 68 68 / 0.9);
  }

  .md\:border-b-red-500\/95 {
    border-bottom-color: rgb(239 68 68 / 0.95);
  }

  .md\:border-b-red-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity));
  }

  .md\:border-b-red-600\/0 {
    border-bottom-color: rgb(220 38 38 / 0);
  }

  .md\:border-b-red-600\/10 {
    border-bottom-color: rgb(220 38 38 / 0.1);
  }

  .md\:border-b-red-600\/100 {
    border-bottom-color: rgb(220 38 38 / 1);
  }

  .md\:border-b-red-600\/15 {
    border-bottom-color: rgb(220 38 38 / 0.15);
  }

  .md\:border-b-red-600\/20 {
    border-bottom-color: rgb(220 38 38 / 0.2);
  }

  .md\:border-b-red-600\/25 {
    border-bottom-color: rgb(220 38 38 / 0.25);
  }

  .md\:border-b-red-600\/30 {
    border-bottom-color: rgb(220 38 38 / 0.3);
  }

  .md\:border-b-red-600\/35 {
    border-bottom-color: rgb(220 38 38 / 0.35);
  }

  .md\:border-b-red-600\/40 {
    border-bottom-color: rgb(220 38 38 / 0.4);
  }

  .md\:border-b-red-600\/45 {
    border-bottom-color: rgb(220 38 38 / 0.45);
  }

  .md\:border-b-red-600\/5 {
    border-bottom-color: rgb(220 38 38 / 0.05);
  }

  .md\:border-b-red-600\/50 {
    border-bottom-color: rgb(220 38 38 / 0.5);
  }

  .md\:border-b-red-600\/55 {
    border-bottom-color: rgb(220 38 38 / 0.55);
  }

  .md\:border-b-red-600\/60 {
    border-bottom-color: rgb(220 38 38 / 0.6);
  }

  .md\:border-b-red-600\/65 {
    border-bottom-color: rgb(220 38 38 / 0.65);
  }

  .md\:border-b-red-600\/70 {
    border-bottom-color: rgb(220 38 38 / 0.7);
  }

  .md\:border-b-red-600\/75 {
    border-bottom-color: rgb(220 38 38 / 0.75);
  }

  .md\:border-b-red-600\/80 {
    border-bottom-color: rgb(220 38 38 / 0.8);
  }

  .md\:border-b-red-600\/85 {
    border-bottom-color: rgb(220 38 38 / 0.85);
  }

  .md\:border-b-red-600\/90 {
    border-bottom-color: rgb(220 38 38 / 0.9);
  }

  .md\:border-b-red-600\/95 {
    border-bottom-color: rgb(220 38 38 / 0.95);
  }

  .md\:border-b-red-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity));
  }

  .md\:border-b-red-700\/0 {
    border-bottom-color: rgb(185 28 28 / 0);
  }

  .md\:border-b-red-700\/10 {
    border-bottom-color: rgb(185 28 28 / 0.1);
  }

  .md\:border-b-red-700\/100 {
    border-bottom-color: rgb(185 28 28 / 1);
  }

  .md\:border-b-red-700\/15 {
    border-bottom-color: rgb(185 28 28 / 0.15);
  }

  .md\:border-b-red-700\/20 {
    border-bottom-color: rgb(185 28 28 / 0.2);
  }

  .md\:border-b-red-700\/25 {
    border-bottom-color: rgb(185 28 28 / 0.25);
  }

  .md\:border-b-red-700\/30 {
    border-bottom-color: rgb(185 28 28 / 0.3);
  }

  .md\:border-b-red-700\/35 {
    border-bottom-color: rgb(185 28 28 / 0.35);
  }

  .md\:border-b-red-700\/40 {
    border-bottom-color: rgb(185 28 28 / 0.4);
  }

  .md\:border-b-red-700\/45 {
    border-bottom-color: rgb(185 28 28 / 0.45);
  }

  .md\:border-b-red-700\/5 {
    border-bottom-color: rgb(185 28 28 / 0.05);
  }

  .md\:border-b-red-700\/50 {
    border-bottom-color: rgb(185 28 28 / 0.5);
  }

  .md\:border-b-red-700\/55 {
    border-bottom-color: rgb(185 28 28 / 0.55);
  }

  .md\:border-b-red-700\/60 {
    border-bottom-color: rgb(185 28 28 / 0.6);
  }

  .md\:border-b-red-700\/65 {
    border-bottom-color: rgb(185 28 28 / 0.65);
  }

  .md\:border-b-red-700\/70 {
    border-bottom-color: rgb(185 28 28 / 0.7);
  }

  .md\:border-b-red-700\/75 {
    border-bottom-color: rgb(185 28 28 / 0.75);
  }

  .md\:border-b-red-700\/80 {
    border-bottom-color: rgb(185 28 28 / 0.8);
  }

  .md\:border-b-red-700\/85 {
    border-bottom-color: rgb(185 28 28 / 0.85);
  }

  .md\:border-b-red-700\/90 {
    border-bottom-color: rgb(185 28 28 / 0.9);
  }

  .md\:border-b-red-700\/95 {
    border-bottom-color: rgb(185 28 28 / 0.95);
  }

  .md\:border-b-red-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity));
  }

  .md\:border-b-red-800\/0 {
    border-bottom-color: rgb(153 27 27 / 0);
  }

  .md\:border-b-red-800\/10 {
    border-bottom-color: rgb(153 27 27 / 0.1);
  }

  .md\:border-b-red-800\/100 {
    border-bottom-color: rgb(153 27 27 / 1);
  }

  .md\:border-b-red-800\/15 {
    border-bottom-color: rgb(153 27 27 / 0.15);
  }

  .md\:border-b-red-800\/20 {
    border-bottom-color: rgb(153 27 27 / 0.2);
  }

  .md\:border-b-red-800\/25 {
    border-bottom-color: rgb(153 27 27 / 0.25);
  }

  .md\:border-b-red-800\/30 {
    border-bottom-color: rgb(153 27 27 / 0.3);
  }

  .md\:border-b-red-800\/35 {
    border-bottom-color: rgb(153 27 27 / 0.35);
  }

  .md\:border-b-red-800\/40 {
    border-bottom-color: rgb(153 27 27 / 0.4);
  }

  .md\:border-b-red-800\/45 {
    border-bottom-color: rgb(153 27 27 / 0.45);
  }

  .md\:border-b-red-800\/5 {
    border-bottom-color: rgb(153 27 27 / 0.05);
  }

  .md\:border-b-red-800\/50 {
    border-bottom-color: rgb(153 27 27 / 0.5);
  }

  .md\:border-b-red-800\/55 {
    border-bottom-color: rgb(153 27 27 / 0.55);
  }

  .md\:border-b-red-800\/60 {
    border-bottom-color: rgb(153 27 27 / 0.6);
  }

  .md\:border-b-red-800\/65 {
    border-bottom-color: rgb(153 27 27 / 0.65);
  }

  .md\:border-b-red-800\/70 {
    border-bottom-color: rgb(153 27 27 / 0.7);
  }

  .md\:border-b-red-800\/75 {
    border-bottom-color: rgb(153 27 27 / 0.75);
  }

  .md\:border-b-red-800\/80 {
    border-bottom-color: rgb(153 27 27 / 0.8);
  }

  .md\:border-b-red-800\/85 {
    border-bottom-color: rgb(153 27 27 / 0.85);
  }

  .md\:border-b-red-800\/90 {
    border-bottom-color: rgb(153 27 27 / 0.9);
  }

  .md\:border-b-red-800\/95 {
    border-bottom-color: rgb(153 27 27 / 0.95);
  }

  .md\:border-b-red-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity));
  }

  .md\:border-b-red-900\/0 {
    border-bottom-color: rgb(127 29 29 / 0);
  }

  .md\:border-b-red-900\/10 {
    border-bottom-color: rgb(127 29 29 / 0.1);
  }

  .md\:border-b-red-900\/100 {
    border-bottom-color: rgb(127 29 29 / 1);
  }

  .md\:border-b-red-900\/15 {
    border-bottom-color: rgb(127 29 29 / 0.15);
  }

  .md\:border-b-red-900\/20 {
    border-bottom-color: rgb(127 29 29 / 0.2);
  }

  .md\:border-b-red-900\/25 {
    border-bottom-color: rgb(127 29 29 / 0.25);
  }

  .md\:border-b-red-900\/30 {
    border-bottom-color: rgb(127 29 29 / 0.3);
  }

  .md\:border-b-red-900\/35 {
    border-bottom-color: rgb(127 29 29 / 0.35);
  }

  .md\:border-b-red-900\/40 {
    border-bottom-color: rgb(127 29 29 / 0.4);
  }

  .md\:border-b-red-900\/45 {
    border-bottom-color: rgb(127 29 29 / 0.45);
  }

  .md\:border-b-red-900\/5 {
    border-bottom-color: rgb(127 29 29 / 0.05);
  }

  .md\:border-b-red-900\/50 {
    border-bottom-color: rgb(127 29 29 / 0.5);
  }

  .md\:border-b-red-900\/55 {
    border-bottom-color: rgb(127 29 29 / 0.55);
  }

  .md\:border-b-red-900\/60 {
    border-bottom-color: rgb(127 29 29 / 0.6);
  }

  .md\:border-b-red-900\/65 {
    border-bottom-color: rgb(127 29 29 / 0.65);
  }

  .md\:border-b-red-900\/70 {
    border-bottom-color: rgb(127 29 29 / 0.7);
  }

  .md\:border-b-red-900\/75 {
    border-bottom-color: rgb(127 29 29 / 0.75);
  }

  .md\:border-b-red-900\/80 {
    border-bottom-color: rgb(127 29 29 / 0.8);
  }

  .md\:border-b-red-900\/85 {
    border-bottom-color: rgb(127 29 29 / 0.85);
  }

  .md\:border-b-red-900\/90 {
    border-bottom-color: rgb(127 29 29 / 0.9);
  }

  .md\:border-b-red-900\/95 {
    border-bottom-color: rgb(127 29 29 / 0.95);
  }

  .md\:border-b-red-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity));
  }

  .md\:border-b-red-950\/0 {
    border-bottom-color: rgb(69 10 10 / 0);
  }

  .md\:border-b-red-950\/10 {
    border-bottom-color: rgb(69 10 10 / 0.1);
  }

  .md\:border-b-red-950\/100 {
    border-bottom-color: rgb(69 10 10 / 1);
  }

  .md\:border-b-red-950\/15 {
    border-bottom-color: rgb(69 10 10 / 0.15);
  }

  .md\:border-b-red-950\/20 {
    border-bottom-color: rgb(69 10 10 / 0.2);
  }

  .md\:border-b-red-950\/25 {
    border-bottom-color: rgb(69 10 10 / 0.25);
  }

  .md\:border-b-red-950\/30 {
    border-bottom-color: rgb(69 10 10 / 0.3);
  }

  .md\:border-b-red-950\/35 {
    border-bottom-color: rgb(69 10 10 / 0.35);
  }

  .md\:border-b-red-950\/40 {
    border-bottom-color: rgb(69 10 10 / 0.4);
  }

  .md\:border-b-red-950\/45 {
    border-bottom-color: rgb(69 10 10 / 0.45);
  }

  .md\:border-b-red-950\/5 {
    border-bottom-color: rgb(69 10 10 / 0.05);
  }

  .md\:border-b-red-950\/50 {
    border-bottom-color: rgb(69 10 10 / 0.5);
  }

  .md\:border-b-red-950\/55 {
    border-bottom-color: rgb(69 10 10 / 0.55);
  }

  .md\:border-b-red-950\/60 {
    border-bottom-color: rgb(69 10 10 / 0.6);
  }

  .md\:border-b-red-950\/65 {
    border-bottom-color: rgb(69 10 10 / 0.65);
  }

  .md\:border-b-red-950\/70 {
    border-bottom-color: rgb(69 10 10 / 0.7);
  }

  .md\:border-b-red-950\/75 {
    border-bottom-color: rgb(69 10 10 / 0.75);
  }

  .md\:border-b-red-950\/80 {
    border-bottom-color: rgb(69 10 10 / 0.8);
  }

  .md\:border-b-red-950\/85 {
    border-bottom-color: rgb(69 10 10 / 0.85);
  }

  .md\:border-b-red-950\/90 {
    border-bottom-color: rgb(69 10 10 / 0.9);
  }

  .md\:border-b-red-950\/95 {
    border-bottom-color: rgb(69 10 10 / 0.95);
  }

  .md\:border-b-rose-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity));
  }

  .md\:border-b-rose-100\/0 {
    border-bottom-color: rgb(255 228 230 / 0);
  }

  .md\:border-b-rose-100\/10 {
    border-bottom-color: rgb(255 228 230 / 0.1);
  }

  .md\:border-b-rose-100\/100 {
    border-bottom-color: rgb(255 228 230 / 1);
  }

  .md\:border-b-rose-100\/15 {
    border-bottom-color: rgb(255 228 230 / 0.15);
  }

  .md\:border-b-rose-100\/20 {
    border-bottom-color: rgb(255 228 230 / 0.2);
  }

  .md\:border-b-rose-100\/25 {
    border-bottom-color: rgb(255 228 230 / 0.25);
  }

  .md\:border-b-rose-100\/30 {
    border-bottom-color: rgb(255 228 230 / 0.3);
  }

  .md\:border-b-rose-100\/35 {
    border-bottom-color: rgb(255 228 230 / 0.35);
  }

  .md\:border-b-rose-100\/40 {
    border-bottom-color: rgb(255 228 230 / 0.4);
  }

  .md\:border-b-rose-100\/45 {
    border-bottom-color: rgb(255 228 230 / 0.45);
  }

  .md\:border-b-rose-100\/5 {
    border-bottom-color: rgb(255 228 230 / 0.05);
  }

  .md\:border-b-rose-100\/50 {
    border-bottom-color: rgb(255 228 230 / 0.5);
  }

  .md\:border-b-rose-100\/55 {
    border-bottom-color: rgb(255 228 230 / 0.55);
  }

  .md\:border-b-rose-100\/60 {
    border-bottom-color: rgb(255 228 230 / 0.6);
  }

  .md\:border-b-rose-100\/65 {
    border-bottom-color: rgb(255 228 230 / 0.65);
  }

  .md\:border-b-rose-100\/70 {
    border-bottom-color: rgb(255 228 230 / 0.7);
  }

  .md\:border-b-rose-100\/75 {
    border-bottom-color: rgb(255 228 230 / 0.75);
  }

  .md\:border-b-rose-100\/80 {
    border-bottom-color: rgb(255 228 230 / 0.8);
  }

  .md\:border-b-rose-100\/85 {
    border-bottom-color: rgb(255 228 230 / 0.85);
  }

  .md\:border-b-rose-100\/90 {
    border-bottom-color: rgb(255 228 230 / 0.9);
  }

  .md\:border-b-rose-100\/95 {
    border-bottom-color: rgb(255 228 230 / 0.95);
  }

  .md\:border-b-rose-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity));
  }

  .md\:border-b-rose-200\/0 {
    border-bottom-color: rgb(254 205 211 / 0);
  }

  .md\:border-b-rose-200\/10 {
    border-bottom-color: rgb(254 205 211 / 0.1);
  }

  .md\:border-b-rose-200\/100 {
    border-bottom-color: rgb(254 205 211 / 1);
  }

  .md\:border-b-rose-200\/15 {
    border-bottom-color: rgb(254 205 211 / 0.15);
  }

  .md\:border-b-rose-200\/20 {
    border-bottom-color: rgb(254 205 211 / 0.2);
  }

  .md\:border-b-rose-200\/25 {
    border-bottom-color: rgb(254 205 211 / 0.25);
  }

  .md\:border-b-rose-200\/30 {
    border-bottom-color: rgb(254 205 211 / 0.3);
  }

  .md\:border-b-rose-200\/35 {
    border-bottom-color: rgb(254 205 211 / 0.35);
  }

  .md\:border-b-rose-200\/40 {
    border-bottom-color: rgb(254 205 211 / 0.4);
  }

  .md\:border-b-rose-200\/45 {
    border-bottom-color: rgb(254 205 211 / 0.45);
  }

  .md\:border-b-rose-200\/5 {
    border-bottom-color: rgb(254 205 211 / 0.05);
  }

  .md\:border-b-rose-200\/50 {
    border-bottom-color: rgb(254 205 211 / 0.5);
  }

  .md\:border-b-rose-200\/55 {
    border-bottom-color: rgb(254 205 211 / 0.55);
  }

  .md\:border-b-rose-200\/60 {
    border-bottom-color: rgb(254 205 211 / 0.6);
  }

  .md\:border-b-rose-200\/65 {
    border-bottom-color: rgb(254 205 211 / 0.65);
  }

  .md\:border-b-rose-200\/70 {
    border-bottom-color: rgb(254 205 211 / 0.7);
  }

  .md\:border-b-rose-200\/75 {
    border-bottom-color: rgb(254 205 211 / 0.75);
  }

  .md\:border-b-rose-200\/80 {
    border-bottom-color: rgb(254 205 211 / 0.8);
  }

  .md\:border-b-rose-200\/85 {
    border-bottom-color: rgb(254 205 211 / 0.85);
  }

  .md\:border-b-rose-200\/90 {
    border-bottom-color: rgb(254 205 211 / 0.9);
  }

  .md\:border-b-rose-200\/95 {
    border-bottom-color: rgb(254 205 211 / 0.95);
  }

  .md\:border-b-rose-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity));
  }

  .md\:border-b-rose-300\/0 {
    border-bottom-color: rgb(253 164 175 / 0);
  }

  .md\:border-b-rose-300\/10 {
    border-bottom-color: rgb(253 164 175 / 0.1);
  }

  .md\:border-b-rose-300\/100 {
    border-bottom-color: rgb(253 164 175 / 1);
  }

  .md\:border-b-rose-300\/15 {
    border-bottom-color: rgb(253 164 175 / 0.15);
  }

  .md\:border-b-rose-300\/20 {
    border-bottom-color: rgb(253 164 175 / 0.2);
  }

  .md\:border-b-rose-300\/25 {
    border-bottom-color: rgb(253 164 175 / 0.25);
  }

  .md\:border-b-rose-300\/30 {
    border-bottom-color: rgb(253 164 175 / 0.3);
  }

  .md\:border-b-rose-300\/35 {
    border-bottom-color: rgb(253 164 175 / 0.35);
  }

  .md\:border-b-rose-300\/40 {
    border-bottom-color: rgb(253 164 175 / 0.4);
  }

  .md\:border-b-rose-300\/45 {
    border-bottom-color: rgb(253 164 175 / 0.45);
  }

  .md\:border-b-rose-300\/5 {
    border-bottom-color: rgb(253 164 175 / 0.05);
  }

  .md\:border-b-rose-300\/50 {
    border-bottom-color: rgb(253 164 175 / 0.5);
  }

  .md\:border-b-rose-300\/55 {
    border-bottom-color: rgb(253 164 175 / 0.55);
  }

  .md\:border-b-rose-300\/60 {
    border-bottom-color: rgb(253 164 175 / 0.6);
  }

  .md\:border-b-rose-300\/65 {
    border-bottom-color: rgb(253 164 175 / 0.65);
  }

  .md\:border-b-rose-300\/70 {
    border-bottom-color: rgb(253 164 175 / 0.7);
  }

  .md\:border-b-rose-300\/75 {
    border-bottom-color: rgb(253 164 175 / 0.75);
  }

  .md\:border-b-rose-300\/80 {
    border-bottom-color: rgb(253 164 175 / 0.8);
  }

  .md\:border-b-rose-300\/85 {
    border-bottom-color: rgb(253 164 175 / 0.85);
  }

  .md\:border-b-rose-300\/90 {
    border-bottom-color: rgb(253 164 175 / 0.9);
  }

  .md\:border-b-rose-300\/95 {
    border-bottom-color: rgb(253 164 175 / 0.95);
  }

  .md\:border-b-rose-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity));
  }

  .md\:border-b-rose-400\/0 {
    border-bottom-color: rgb(251 113 133 / 0);
  }

  .md\:border-b-rose-400\/10 {
    border-bottom-color: rgb(251 113 133 / 0.1);
  }

  .md\:border-b-rose-400\/100 {
    border-bottom-color: rgb(251 113 133 / 1);
  }

  .md\:border-b-rose-400\/15 {
    border-bottom-color: rgb(251 113 133 / 0.15);
  }

  .md\:border-b-rose-400\/20 {
    border-bottom-color: rgb(251 113 133 / 0.2);
  }

  .md\:border-b-rose-400\/25 {
    border-bottom-color: rgb(251 113 133 / 0.25);
  }

  .md\:border-b-rose-400\/30 {
    border-bottom-color: rgb(251 113 133 / 0.3);
  }

  .md\:border-b-rose-400\/35 {
    border-bottom-color: rgb(251 113 133 / 0.35);
  }

  .md\:border-b-rose-400\/40 {
    border-bottom-color: rgb(251 113 133 / 0.4);
  }

  .md\:border-b-rose-400\/45 {
    border-bottom-color: rgb(251 113 133 / 0.45);
  }

  .md\:border-b-rose-400\/5 {
    border-bottom-color: rgb(251 113 133 / 0.05);
  }

  .md\:border-b-rose-400\/50 {
    border-bottom-color: rgb(251 113 133 / 0.5);
  }

  .md\:border-b-rose-400\/55 {
    border-bottom-color: rgb(251 113 133 / 0.55);
  }

  .md\:border-b-rose-400\/60 {
    border-bottom-color: rgb(251 113 133 / 0.6);
  }

  .md\:border-b-rose-400\/65 {
    border-bottom-color: rgb(251 113 133 / 0.65);
  }

  .md\:border-b-rose-400\/70 {
    border-bottom-color: rgb(251 113 133 / 0.7);
  }

  .md\:border-b-rose-400\/75 {
    border-bottom-color: rgb(251 113 133 / 0.75);
  }

  .md\:border-b-rose-400\/80 {
    border-bottom-color: rgb(251 113 133 / 0.8);
  }

  .md\:border-b-rose-400\/85 {
    border-bottom-color: rgb(251 113 133 / 0.85);
  }

  .md\:border-b-rose-400\/90 {
    border-bottom-color: rgb(251 113 133 / 0.9);
  }

  .md\:border-b-rose-400\/95 {
    border-bottom-color: rgb(251 113 133 / 0.95);
  }

  .md\:border-b-rose-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity));
  }

  .md\:border-b-rose-50\/0 {
    border-bottom-color: rgb(255 241 242 / 0);
  }

  .md\:border-b-rose-50\/10 {
    border-bottom-color: rgb(255 241 242 / 0.1);
  }

  .md\:border-b-rose-50\/100 {
    border-bottom-color: rgb(255 241 242 / 1);
  }

  .md\:border-b-rose-50\/15 {
    border-bottom-color: rgb(255 241 242 / 0.15);
  }

  .md\:border-b-rose-50\/20 {
    border-bottom-color: rgb(255 241 242 / 0.2);
  }

  .md\:border-b-rose-50\/25 {
    border-bottom-color: rgb(255 241 242 / 0.25);
  }

  .md\:border-b-rose-50\/30 {
    border-bottom-color: rgb(255 241 242 / 0.3);
  }

  .md\:border-b-rose-50\/35 {
    border-bottom-color: rgb(255 241 242 / 0.35);
  }

  .md\:border-b-rose-50\/40 {
    border-bottom-color: rgb(255 241 242 / 0.4);
  }

  .md\:border-b-rose-50\/45 {
    border-bottom-color: rgb(255 241 242 / 0.45);
  }

  .md\:border-b-rose-50\/5 {
    border-bottom-color: rgb(255 241 242 / 0.05);
  }

  .md\:border-b-rose-50\/50 {
    border-bottom-color: rgb(255 241 242 / 0.5);
  }

  .md\:border-b-rose-50\/55 {
    border-bottom-color: rgb(255 241 242 / 0.55);
  }

  .md\:border-b-rose-50\/60 {
    border-bottom-color: rgb(255 241 242 / 0.6);
  }

  .md\:border-b-rose-50\/65 {
    border-bottom-color: rgb(255 241 242 / 0.65);
  }

  .md\:border-b-rose-50\/70 {
    border-bottom-color: rgb(255 241 242 / 0.7);
  }

  .md\:border-b-rose-50\/75 {
    border-bottom-color: rgb(255 241 242 / 0.75);
  }

  .md\:border-b-rose-50\/80 {
    border-bottom-color: rgb(255 241 242 / 0.8);
  }

  .md\:border-b-rose-50\/85 {
    border-bottom-color: rgb(255 241 242 / 0.85);
  }

  .md\:border-b-rose-50\/90 {
    border-bottom-color: rgb(255 241 242 / 0.9);
  }

  .md\:border-b-rose-50\/95 {
    border-bottom-color: rgb(255 241 242 / 0.95);
  }

  .md\:border-b-rose-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity));
  }

  .md\:border-b-rose-500\/0 {
    border-bottom-color: rgb(244 63 94 / 0);
  }

  .md\:border-b-rose-500\/10 {
    border-bottom-color: rgb(244 63 94 / 0.1);
  }

  .md\:border-b-rose-500\/100 {
    border-bottom-color: rgb(244 63 94 / 1);
  }

  .md\:border-b-rose-500\/15 {
    border-bottom-color: rgb(244 63 94 / 0.15);
  }

  .md\:border-b-rose-500\/20 {
    border-bottom-color: rgb(244 63 94 / 0.2);
  }

  .md\:border-b-rose-500\/25 {
    border-bottom-color: rgb(244 63 94 / 0.25);
  }

  .md\:border-b-rose-500\/30 {
    border-bottom-color: rgb(244 63 94 / 0.3);
  }

  .md\:border-b-rose-500\/35 {
    border-bottom-color: rgb(244 63 94 / 0.35);
  }

  .md\:border-b-rose-500\/40 {
    border-bottom-color: rgb(244 63 94 / 0.4);
  }

  .md\:border-b-rose-500\/45 {
    border-bottom-color: rgb(244 63 94 / 0.45);
  }

  .md\:border-b-rose-500\/5 {
    border-bottom-color: rgb(244 63 94 / 0.05);
  }

  .md\:border-b-rose-500\/50 {
    border-bottom-color: rgb(244 63 94 / 0.5);
  }

  .md\:border-b-rose-500\/55 {
    border-bottom-color: rgb(244 63 94 / 0.55);
  }

  .md\:border-b-rose-500\/60 {
    border-bottom-color: rgb(244 63 94 / 0.6);
  }

  .md\:border-b-rose-500\/65 {
    border-bottom-color: rgb(244 63 94 / 0.65);
  }

  .md\:border-b-rose-500\/70 {
    border-bottom-color: rgb(244 63 94 / 0.7);
  }

  .md\:border-b-rose-500\/75 {
    border-bottom-color: rgb(244 63 94 / 0.75);
  }

  .md\:border-b-rose-500\/80 {
    border-bottom-color: rgb(244 63 94 / 0.8);
  }

  .md\:border-b-rose-500\/85 {
    border-bottom-color: rgb(244 63 94 / 0.85);
  }

  .md\:border-b-rose-500\/90 {
    border-bottom-color: rgb(244 63 94 / 0.9);
  }

  .md\:border-b-rose-500\/95 {
    border-bottom-color: rgb(244 63 94 / 0.95);
  }

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

  .md\:border-b-rose-600\/0 {
    border-bottom-color: rgb(225 29 72 / 0);
  }

  .md\:border-b-rose-600\/10 {
    border-bottom-color: rgb(225 29 72 / 0.1);
  }

  .md\:border-b-rose-600\/100 {
    border-bottom-color: rgb(225 29 72 / 1);
  }

  .md\:border-b-rose-600\/15 {
    border-bottom-color: rgb(225 29 72 / 0.15);
  }

  .md\:border-b-rose-600\/20 {
    border-bottom-color: rgb(225 29 72 / 0.2);
  }

  .md\:border-b-rose-600\/25 {
    border-bottom-color: rgb(225 29 72 / 0.25);
  }

  .md\:border-b-rose-600\/30 {
    border-bottom-color: rgb(225 29 72 / 0.3);
  }

  .md\:border-b-rose-600\/35 {
    border-bottom-color: rgb(225 29 72 / 0.35);
  }

  .md\:border-b-rose-600\/40 {
    border-bottom-color: rgb(225 29 72 / 0.4);
  }

  .md\:border-b-rose-600\/45 {
    border-bottom-color: rgb(225 29 72 / 0.45);
  }

  .md\:border-b-rose-600\/5 {
    border-bottom-color: rgb(225 29 72 / 0.05);
  }

  .md\:border-b-rose-600\/50 {
    border-bottom-color: rgb(225 29 72 / 0.5);
  }

  .md\:border-b-rose-600\/55 {
    border-bottom-color: rgb(225 29 72 / 0.55);
  }

  .md\:border-b-rose-600\/60 {
    border-bottom-color: rgb(225 29 72 / 0.6);
  }

  .md\:border-b-rose-600\/65 {
    border-bottom-color: rgb(225 29 72 / 0.65);
  }

  .md\:border-b-rose-600\/70 {
    border-bottom-color: rgb(225 29 72 / 0.7);
  }

  .md\:border-b-rose-600\/75 {
    border-bottom-color: rgb(225 29 72 / 0.75);
  }

  .md\:border-b-rose-600\/80 {
    border-bottom-color: rgb(225 29 72 / 0.8);
  }

  .md\:border-b-rose-600\/85 {
    border-bottom-color: rgb(225 29 72 / 0.85);
  }

  .md\:border-b-rose-600\/90 {
    border-bottom-color: rgb(225 29 72 / 0.9);
  }

  .md\:border-b-rose-600\/95 {
    border-bottom-color: rgb(225 29 72 / 0.95);
  }

  .md\:border-b-rose-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity));
  }

  .md\:border-b-rose-700\/0 {
    border-bottom-color: rgb(190 18 60 / 0);
  }

  .md\:border-b-rose-700\/10 {
    border-bottom-color: rgb(190 18 60 / 0.1);
  }

  .md\:border-b-rose-700\/100 {
    border-bottom-color: rgb(190 18 60 / 1);
  }

  .md\:border-b-rose-700\/15 {
    border-bottom-color: rgb(190 18 60 / 0.15);
  }

  .md\:border-b-rose-700\/20 {
    border-bottom-color: rgb(190 18 60 / 0.2);
  }

  .md\:border-b-rose-700\/25 {
    border-bottom-color: rgb(190 18 60 / 0.25);
  }

  .md\:border-b-rose-700\/30 {
    border-bottom-color: rgb(190 18 60 / 0.3);
  }

  .md\:border-b-rose-700\/35 {
    border-bottom-color: rgb(190 18 60 / 0.35);
  }

  .md\:border-b-rose-700\/40 {
    border-bottom-color: rgb(190 18 60 / 0.4);
  }

  .md\:border-b-rose-700\/45 {
    border-bottom-color: rgb(190 18 60 / 0.45);
  }

  .md\:border-b-rose-700\/5 {
    border-bottom-color: rgb(190 18 60 / 0.05);
  }

  .md\:border-b-rose-700\/50 {
    border-bottom-color: rgb(190 18 60 / 0.5);
  }

  .md\:border-b-rose-700\/55 {
    border-bottom-color: rgb(190 18 60 / 0.55);
  }

  .md\:border-b-rose-700\/60 {
    border-bottom-color: rgb(190 18 60 / 0.6);
  }

  .md\:border-b-rose-700\/65 {
    border-bottom-color: rgb(190 18 60 / 0.65);
  }

  .md\:border-b-rose-700\/70 {
    border-bottom-color: rgb(190 18 60 / 0.7);
  }

  .md\:border-b-rose-700\/75 {
    border-bottom-color: rgb(190 18 60 / 0.75);
  }

  .md\:border-b-rose-700\/80 {
    border-bottom-color: rgb(190 18 60 / 0.8);
  }

  .md\:border-b-rose-700\/85 {
    border-bottom-color: rgb(190 18 60 / 0.85);
  }

  .md\:border-b-rose-700\/90 {
    border-bottom-color: rgb(190 18 60 / 0.9);
  }

  .md\:border-b-rose-700\/95 {
    border-bottom-color: rgb(190 18 60 / 0.95);
  }

  .md\:border-b-rose-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity));
  }

  .md\:border-b-rose-800\/0 {
    border-bottom-color: rgb(159 18 57 / 0);
  }

  .md\:border-b-rose-800\/10 {
    border-bottom-color: rgb(159 18 57 / 0.1);
  }

  .md\:border-b-rose-800\/100 {
    border-bottom-color: rgb(159 18 57 / 1);
  }

  .md\:border-b-rose-800\/15 {
    border-bottom-color: rgb(159 18 57 / 0.15);
  }

  .md\:border-b-rose-800\/20 {
    border-bottom-color: rgb(159 18 57 / 0.2);
  }

  .md\:border-b-rose-800\/25 {
    border-bottom-color: rgb(159 18 57 / 0.25);
  }

  .md\:border-b-rose-800\/30 {
    border-bottom-color: rgb(159 18 57 / 0.3);
  }

  .md\:border-b-rose-800\/35 {
    border-bottom-color: rgb(159 18 57 / 0.35);
  }

  .md\:border-b-rose-800\/40 {
    border-bottom-color: rgb(159 18 57 / 0.4);
  }

  .md\:border-b-rose-800\/45 {
    border-bottom-color: rgb(159 18 57 / 0.45);
  }

  .md\:border-b-rose-800\/5 {
    border-bottom-color: rgb(159 18 57 / 0.05);
  }

  .md\:border-b-rose-800\/50 {
    border-bottom-color: rgb(159 18 57 / 0.5);
  }

  .md\:border-b-rose-800\/55 {
    border-bottom-color: rgb(159 18 57 / 0.55);
  }

  .md\:border-b-rose-800\/60 {
    border-bottom-color: rgb(159 18 57 / 0.6);
  }

  .md\:border-b-rose-800\/65 {
    border-bottom-color: rgb(159 18 57 / 0.65);
  }

  .md\:border-b-rose-800\/70 {
    border-bottom-color: rgb(159 18 57 / 0.7);
  }

  .md\:border-b-rose-800\/75 {
    border-bottom-color: rgb(159 18 57 / 0.75);
  }

  .md\:border-b-rose-800\/80 {
    border-bottom-color: rgb(159 18 57 / 0.8);
  }

  .md\:border-b-rose-800\/85 {
    border-bottom-color: rgb(159 18 57 / 0.85);
  }

  .md\:border-b-rose-800\/90 {
    border-bottom-color: rgb(159 18 57 / 0.9);
  }

  .md\:border-b-rose-800\/95 {
    border-bottom-color: rgb(159 18 57 / 0.95);
  }

  .md\:border-b-rose-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity));
  }

  .md\:border-b-rose-900\/0 {
    border-bottom-color: rgb(136 19 55 / 0);
  }

  .md\:border-b-rose-900\/10 {
    border-bottom-color: rgb(136 19 55 / 0.1);
  }

  .md\:border-b-rose-900\/100 {
    border-bottom-color: rgb(136 19 55 / 1);
  }

  .md\:border-b-rose-900\/15 {
    border-bottom-color: rgb(136 19 55 / 0.15);
  }

  .md\:border-b-rose-900\/20 {
    border-bottom-color: rgb(136 19 55 / 0.2);
  }

  .md\:border-b-rose-900\/25 {
    border-bottom-color: rgb(136 19 55 / 0.25);
  }

  .md\:border-b-rose-900\/30 {
    border-bottom-color: rgb(136 19 55 / 0.3);
  }

  .md\:border-b-rose-900\/35 {
    border-bottom-color: rgb(136 19 55 / 0.35);
  }

  .md\:border-b-rose-900\/40 {
    border-bottom-color: rgb(136 19 55 / 0.4);
  }

  .md\:border-b-rose-900\/45 {
    border-bottom-color: rgb(136 19 55 / 0.45);
  }

  .md\:border-b-rose-900\/5 {
    border-bottom-color: rgb(136 19 55 / 0.05);
  }

  .md\:border-b-rose-900\/50 {
    border-bottom-color: rgb(136 19 55 / 0.5);
  }

  .md\:border-b-rose-900\/55 {
    border-bottom-color: rgb(136 19 55 / 0.55);
  }

  .md\:border-b-rose-900\/60 {
    border-bottom-color: rgb(136 19 55 / 0.6);
  }

  .md\:border-b-rose-900\/65 {
    border-bottom-color: rgb(136 19 55 / 0.65);
  }

  .md\:border-b-rose-900\/70 {
    border-bottom-color: rgb(136 19 55 / 0.7);
  }

  .md\:border-b-rose-900\/75 {
    border-bottom-color: rgb(136 19 55 / 0.75);
  }

  .md\:border-b-rose-900\/80 {
    border-bottom-color: rgb(136 19 55 / 0.8);
  }

  .md\:border-b-rose-900\/85 {
    border-bottom-color: rgb(136 19 55 / 0.85);
  }

  .md\:border-b-rose-900\/90 {
    border-bottom-color: rgb(136 19 55 / 0.9);
  }

  .md\:border-b-rose-900\/95 {
    border-bottom-color: rgb(136 19 55 / 0.95);
  }

  .md\:border-b-rose-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity));
  }

  .md\:border-b-rose-950\/0 {
    border-bottom-color: rgb(76 5 25 / 0);
  }

  .md\:border-b-rose-950\/10 {
    border-bottom-color: rgb(76 5 25 / 0.1);
  }

  .md\:border-b-rose-950\/100 {
    border-bottom-color: rgb(76 5 25 / 1);
  }

  .md\:border-b-rose-950\/15 {
    border-bottom-color: rgb(76 5 25 / 0.15);
  }

  .md\:border-b-rose-950\/20 {
    border-bottom-color: rgb(76 5 25 / 0.2);
  }

  .md\:border-b-rose-950\/25 {
    border-bottom-color: rgb(76 5 25 / 0.25);
  }

  .md\:border-b-rose-950\/30 {
    border-bottom-color: rgb(76 5 25 / 0.3);
  }

  .md\:border-b-rose-950\/35 {
    border-bottom-color: rgb(76 5 25 / 0.35);
  }

  .md\:border-b-rose-950\/40 {
    border-bottom-color: rgb(76 5 25 / 0.4);
  }

  .md\:border-b-rose-950\/45 {
    border-bottom-color: rgb(76 5 25 / 0.45);
  }

  .md\:border-b-rose-950\/5 {
    border-bottom-color: rgb(76 5 25 / 0.05);
  }

  .md\:border-b-rose-950\/50 {
    border-bottom-color: rgb(76 5 25 / 0.5);
  }

  .md\:border-b-rose-950\/55 {
    border-bottom-color: rgb(76 5 25 / 0.55);
  }

  .md\:border-b-rose-950\/60 {
    border-bottom-color: rgb(76 5 25 / 0.6);
  }

  .md\:border-b-rose-950\/65 {
    border-bottom-color: rgb(76 5 25 / 0.65);
  }

  .md\:border-b-rose-950\/70 {
    border-bottom-color: rgb(76 5 25 / 0.7);
  }

  .md\:border-b-rose-950\/75 {
    border-bottom-color: rgb(76 5 25 / 0.75);
  }

  .md\:border-b-rose-950\/80 {
    border-bottom-color: rgb(76 5 25 / 0.8);
  }

  .md\:border-b-rose-950\/85 {
    border-bottom-color: rgb(76 5 25 / 0.85);
  }

  .md\:border-b-rose-950\/90 {
    border-bottom-color: rgb(76 5 25 / 0.9);
  }

  .md\:border-b-rose-950\/95 {
    border-bottom-color: rgb(76 5 25 / 0.95);
  }

  .md\:border-b-sky-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity));
  }

  .md\:border-b-sky-100\/0 {
    border-bottom-color: rgb(224 242 254 / 0);
  }

  .md\:border-b-sky-100\/10 {
    border-bottom-color: rgb(224 242 254 / 0.1);
  }

  .md\:border-b-sky-100\/100 {
    border-bottom-color: rgb(224 242 254 / 1);
  }

  .md\:border-b-sky-100\/15 {
    border-bottom-color: rgb(224 242 254 / 0.15);
  }

  .md\:border-b-sky-100\/20 {
    border-bottom-color: rgb(224 242 254 / 0.2);
  }

  .md\:border-b-sky-100\/25 {
    border-bottom-color: rgb(224 242 254 / 0.25);
  }

  .md\:border-b-sky-100\/30 {
    border-bottom-color: rgb(224 242 254 / 0.3);
  }

  .md\:border-b-sky-100\/35 {
    border-bottom-color: rgb(224 242 254 / 0.35);
  }

  .md\:border-b-sky-100\/40 {
    border-bottom-color: rgb(224 242 254 / 0.4);
  }

  .md\:border-b-sky-100\/45 {
    border-bottom-color: rgb(224 242 254 / 0.45);
  }

  .md\:border-b-sky-100\/5 {
    border-bottom-color: rgb(224 242 254 / 0.05);
  }

  .md\:border-b-sky-100\/50 {
    border-bottom-color: rgb(224 242 254 / 0.5);
  }

  .md\:border-b-sky-100\/55 {
    border-bottom-color: rgb(224 242 254 / 0.55);
  }

  .md\:border-b-sky-100\/60 {
    border-bottom-color: rgb(224 242 254 / 0.6);
  }

  .md\:border-b-sky-100\/65 {
    border-bottom-color: rgb(224 242 254 / 0.65);
  }

  .md\:border-b-sky-100\/70 {
    border-bottom-color: rgb(224 242 254 / 0.7);
  }

  .md\:border-b-sky-100\/75 {
    border-bottom-color: rgb(224 242 254 / 0.75);
  }

  .md\:border-b-sky-100\/80 {
    border-bottom-color: rgb(224 242 254 / 0.8);
  }

  .md\:border-b-sky-100\/85 {
    border-bottom-color: rgb(224 242 254 / 0.85);
  }

  .md\:border-b-sky-100\/90 {
    border-bottom-color: rgb(224 242 254 / 0.9);
  }

  .md\:border-b-sky-100\/95 {
    border-bottom-color: rgb(224 242 254 / 0.95);
  }

  .md\:border-b-sky-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity));
  }

  .md\:border-b-sky-200\/0 {
    border-bottom-color: rgb(186 230 253 / 0);
  }

  .md\:border-b-sky-200\/10 {
    border-bottom-color: rgb(186 230 253 / 0.1);
  }

  .md\:border-b-sky-200\/100 {
    border-bottom-color: rgb(186 230 253 / 1);
  }

  .md\:border-b-sky-200\/15 {
    border-bottom-color: rgb(186 230 253 / 0.15);
  }

  .md\:border-b-sky-200\/20 {
    border-bottom-color: rgb(186 230 253 / 0.2);
  }

  .md\:border-b-sky-200\/25 {
    border-bottom-color: rgb(186 230 253 / 0.25);
  }

  .md\:border-b-sky-200\/30 {
    border-bottom-color: rgb(186 230 253 / 0.3);
  }

  .md\:border-b-sky-200\/35 {
    border-bottom-color: rgb(186 230 253 / 0.35);
  }

  .md\:border-b-sky-200\/40 {
    border-bottom-color: rgb(186 230 253 / 0.4);
  }

  .md\:border-b-sky-200\/45 {
    border-bottom-color: rgb(186 230 253 / 0.45);
  }

  .md\:border-b-sky-200\/5 {
    border-bottom-color: rgb(186 230 253 / 0.05);
  }

  .md\:border-b-sky-200\/50 {
    border-bottom-color: rgb(186 230 253 / 0.5);
  }

  .md\:border-b-sky-200\/55 {
    border-bottom-color: rgb(186 230 253 / 0.55);
  }

  .md\:border-b-sky-200\/60 {
    border-bottom-color: rgb(186 230 253 / 0.6);
  }

  .md\:border-b-sky-200\/65 {
    border-bottom-color: rgb(186 230 253 / 0.65);
  }

  .md\:border-b-sky-200\/70 {
    border-bottom-color: rgb(186 230 253 / 0.7);
  }

  .md\:border-b-sky-200\/75 {
    border-bottom-color: rgb(186 230 253 / 0.75);
  }

  .md\:border-b-sky-200\/80 {
    border-bottom-color: rgb(186 230 253 / 0.8);
  }

  .md\:border-b-sky-200\/85 {
    border-bottom-color: rgb(186 230 253 / 0.85);
  }

  .md\:border-b-sky-200\/90 {
    border-bottom-color: rgb(186 230 253 / 0.9);
  }

  .md\:border-b-sky-200\/95 {
    border-bottom-color: rgb(186 230 253 / 0.95);
  }

  .md\:border-b-sky-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity));
  }

  .md\:border-b-sky-300\/0 {
    border-bottom-color: rgb(125 211 252 / 0);
  }

  .md\:border-b-sky-300\/10 {
    border-bottom-color: rgb(125 211 252 / 0.1);
  }

  .md\:border-b-sky-300\/100 {
    border-bottom-color: rgb(125 211 252 / 1);
  }

  .md\:border-b-sky-300\/15 {
    border-bottom-color: rgb(125 211 252 / 0.15);
  }

  .md\:border-b-sky-300\/20 {
    border-bottom-color: rgb(125 211 252 / 0.2);
  }

  .md\:border-b-sky-300\/25 {
    border-bottom-color: rgb(125 211 252 / 0.25);
  }

  .md\:border-b-sky-300\/30 {
    border-bottom-color: rgb(125 211 252 / 0.3);
  }

  .md\:border-b-sky-300\/35 {
    border-bottom-color: rgb(125 211 252 / 0.35);
  }

  .md\:border-b-sky-300\/40 {
    border-bottom-color: rgb(125 211 252 / 0.4);
  }

  .md\:border-b-sky-300\/45 {
    border-bottom-color: rgb(125 211 252 / 0.45);
  }

  .md\:border-b-sky-300\/5 {
    border-bottom-color: rgb(125 211 252 / 0.05);
  }

  .md\:border-b-sky-300\/50 {
    border-bottom-color: rgb(125 211 252 / 0.5);
  }

  .md\:border-b-sky-300\/55 {
    border-bottom-color: rgb(125 211 252 / 0.55);
  }

  .md\:border-b-sky-300\/60 {
    border-bottom-color: rgb(125 211 252 / 0.6);
  }

  .md\:border-b-sky-300\/65 {
    border-bottom-color: rgb(125 211 252 / 0.65);
  }

  .md\:border-b-sky-300\/70 {
    border-bottom-color: rgb(125 211 252 / 0.7);
  }

  .md\:border-b-sky-300\/75 {
    border-bottom-color: rgb(125 211 252 / 0.75);
  }

  .md\:border-b-sky-300\/80 {
    border-bottom-color: rgb(125 211 252 / 0.8);
  }

  .md\:border-b-sky-300\/85 {
    border-bottom-color: rgb(125 211 252 / 0.85);
  }

  .md\:border-b-sky-300\/90 {
    border-bottom-color: rgb(125 211 252 / 0.9);
  }

  .md\:border-b-sky-300\/95 {
    border-bottom-color: rgb(125 211 252 / 0.95);
  }

  .md\:border-b-sky-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity));
  }

  .md\:border-b-sky-400\/0 {
    border-bottom-color: rgb(56 189 248 / 0);
  }

  .md\:border-b-sky-400\/10 {
    border-bottom-color: rgb(56 189 248 / 0.1);
  }

  .md\:border-b-sky-400\/100 {
    border-bottom-color: rgb(56 189 248 / 1);
  }

  .md\:border-b-sky-400\/15 {
    border-bottom-color: rgb(56 189 248 / 0.15);
  }

  .md\:border-b-sky-400\/20 {
    border-bottom-color: rgb(56 189 248 / 0.2);
  }

  .md\:border-b-sky-400\/25 {
    border-bottom-color: rgb(56 189 248 / 0.25);
  }

  .md\:border-b-sky-400\/30 {
    border-bottom-color: rgb(56 189 248 / 0.3);
  }

  .md\:border-b-sky-400\/35 {
    border-bottom-color: rgb(56 189 248 / 0.35);
  }

  .md\:border-b-sky-400\/40 {
    border-bottom-color: rgb(56 189 248 / 0.4);
  }

  .md\:border-b-sky-400\/45 {
    border-bottom-color: rgb(56 189 248 / 0.45);
  }

  .md\:border-b-sky-400\/5 {
    border-bottom-color: rgb(56 189 248 / 0.05);
  }

  .md\:border-b-sky-400\/50 {
    border-bottom-color: rgb(56 189 248 / 0.5);
  }

  .md\:border-b-sky-400\/55 {
    border-bottom-color: rgb(56 189 248 / 0.55);
  }

  .md\:border-b-sky-400\/60 {
    border-bottom-color: rgb(56 189 248 / 0.6);
  }

  .md\:border-b-sky-400\/65 {
    border-bottom-color: rgb(56 189 248 / 0.65);
  }

  .md\:border-b-sky-400\/70 {
    border-bottom-color: rgb(56 189 248 / 0.7);
  }

  .md\:border-b-sky-400\/75 {
    border-bottom-color: rgb(56 189 248 / 0.75);
  }

  .md\:border-b-sky-400\/80 {
    border-bottom-color: rgb(56 189 248 / 0.8);
  }

  .md\:border-b-sky-400\/85 {
    border-bottom-color: rgb(56 189 248 / 0.85);
  }

  .md\:border-b-sky-400\/90 {
    border-bottom-color: rgb(56 189 248 / 0.9);
  }

  .md\:border-b-sky-400\/95 {
    border-bottom-color: rgb(56 189 248 / 0.95);
  }

  .md\:border-b-sky-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity));
  }

  .md\:border-b-sky-50\/0 {
    border-bottom-color: rgb(240 249 255 / 0);
  }

  .md\:border-b-sky-50\/10 {
    border-bottom-color: rgb(240 249 255 / 0.1);
  }

  .md\:border-b-sky-50\/100 {
    border-bottom-color: rgb(240 249 255 / 1);
  }

  .md\:border-b-sky-50\/15 {
    border-bottom-color: rgb(240 249 255 / 0.15);
  }

  .md\:border-b-sky-50\/20 {
    border-bottom-color: rgb(240 249 255 / 0.2);
  }

  .md\:border-b-sky-50\/25 {
    border-bottom-color: rgb(240 249 255 / 0.25);
  }

  .md\:border-b-sky-50\/30 {
    border-bottom-color: rgb(240 249 255 / 0.3);
  }

  .md\:border-b-sky-50\/35 {
    border-bottom-color: rgb(240 249 255 / 0.35);
  }

  .md\:border-b-sky-50\/40 {
    border-bottom-color: rgb(240 249 255 / 0.4);
  }

  .md\:border-b-sky-50\/45 {
    border-bottom-color: rgb(240 249 255 / 0.45);
  }

  .md\:border-b-sky-50\/5 {
    border-bottom-color: rgb(240 249 255 / 0.05);
  }

  .md\:border-b-sky-50\/50 {
    border-bottom-color: rgb(240 249 255 / 0.5);
  }

  .md\:border-b-sky-50\/55 {
    border-bottom-color: rgb(240 249 255 / 0.55);
  }

  .md\:border-b-sky-50\/60 {
    border-bottom-color: rgb(240 249 255 / 0.6);
  }

  .md\:border-b-sky-50\/65 {
    border-bottom-color: rgb(240 249 255 / 0.65);
  }

  .md\:border-b-sky-50\/70 {
    border-bottom-color: rgb(240 249 255 / 0.7);
  }

  .md\:border-b-sky-50\/75 {
    border-bottom-color: rgb(240 249 255 / 0.75);
  }

  .md\:border-b-sky-50\/80 {
    border-bottom-color: rgb(240 249 255 / 0.8);
  }

  .md\:border-b-sky-50\/85 {
    border-bottom-color: rgb(240 249 255 / 0.85);
  }

  .md\:border-b-sky-50\/90 {
    border-bottom-color: rgb(240 249 255 / 0.9);
  }

  .md\:border-b-sky-50\/95 {
    border-bottom-color: rgb(240 249 255 / 0.95);
  }

  .md\:border-b-sky-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity));
  }

  .md\:border-b-sky-500\/0 {
    border-bottom-color: rgb(14 165 233 / 0);
  }

  .md\:border-b-sky-500\/10 {
    border-bottom-color: rgb(14 165 233 / 0.1);
  }

  .md\:border-b-sky-500\/100 {
    border-bottom-color: rgb(14 165 233 / 1);
  }

  .md\:border-b-sky-500\/15 {
    border-bottom-color: rgb(14 165 233 / 0.15);
  }

  .md\:border-b-sky-500\/20 {
    border-bottom-color: rgb(14 165 233 / 0.2);
  }

  .md\:border-b-sky-500\/25 {
    border-bottom-color: rgb(14 165 233 / 0.25);
  }

  .md\:border-b-sky-500\/30 {
    border-bottom-color: rgb(14 165 233 / 0.3);
  }

  .md\:border-b-sky-500\/35 {
    border-bottom-color: rgb(14 165 233 / 0.35);
  }

  .md\:border-b-sky-500\/40 {
    border-bottom-color: rgb(14 165 233 / 0.4);
  }

  .md\:border-b-sky-500\/45 {
    border-bottom-color: rgb(14 165 233 / 0.45);
  }

  .md\:border-b-sky-500\/5 {
    border-bottom-color: rgb(14 165 233 / 0.05);
  }

  .md\:border-b-sky-500\/50 {
    border-bottom-color: rgb(14 165 233 / 0.5);
  }

  .md\:border-b-sky-500\/55 {
    border-bottom-color: rgb(14 165 233 / 0.55);
  }

  .md\:border-b-sky-500\/60 {
    border-bottom-color: rgb(14 165 233 / 0.6);
  }

  .md\:border-b-sky-500\/65 {
    border-bottom-color: rgb(14 165 233 / 0.65);
  }

  .md\:border-b-sky-500\/70 {
    border-bottom-color: rgb(14 165 233 / 0.7);
  }

  .md\:border-b-sky-500\/75 {
    border-bottom-color: rgb(14 165 233 / 0.75);
  }

  .md\:border-b-sky-500\/80 {
    border-bottom-color: rgb(14 165 233 / 0.8);
  }

  .md\:border-b-sky-500\/85 {
    border-bottom-color: rgb(14 165 233 / 0.85);
  }

  .md\:border-b-sky-500\/90 {
    border-bottom-color: rgb(14 165 233 / 0.9);
  }

  .md\:border-b-sky-500\/95 {
    border-bottom-color: rgb(14 165 233 / 0.95);
  }

  .md\:border-b-sky-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity));
  }

  .md\:border-b-sky-600\/0 {
    border-bottom-color: rgb(2 132 199 / 0);
  }

  .md\:border-b-sky-600\/10 {
    border-bottom-color: rgb(2 132 199 / 0.1);
  }

  .md\:border-b-sky-600\/100 {
    border-bottom-color: rgb(2 132 199 / 1);
  }

  .md\:border-b-sky-600\/15 {
    border-bottom-color: rgb(2 132 199 / 0.15);
  }

  .md\:border-b-sky-600\/20 {
    border-bottom-color: rgb(2 132 199 / 0.2);
  }

  .md\:border-b-sky-600\/25 {
    border-bottom-color: rgb(2 132 199 / 0.25);
  }

  .md\:border-b-sky-600\/30 {
    border-bottom-color: rgb(2 132 199 / 0.3);
  }

  .md\:border-b-sky-600\/35 {
    border-bottom-color: rgb(2 132 199 / 0.35);
  }

  .md\:border-b-sky-600\/40 {
    border-bottom-color: rgb(2 132 199 / 0.4);
  }

  .md\:border-b-sky-600\/45 {
    border-bottom-color: rgb(2 132 199 / 0.45);
  }

  .md\:border-b-sky-600\/5 {
    border-bottom-color: rgb(2 132 199 / 0.05);
  }

  .md\:border-b-sky-600\/50 {
    border-bottom-color: rgb(2 132 199 / 0.5);
  }

  .md\:border-b-sky-600\/55 {
    border-bottom-color: rgb(2 132 199 / 0.55);
  }

  .md\:border-b-sky-600\/60 {
    border-bottom-color: rgb(2 132 199 / 0.6);
  }

  .md\:border-b-sky-600\/65 {
    border-bottom-color: rgb(2 132 199 / 0.65);
  }

  .md\:border-b-sky-600\/70 {
    border-bottom-color: rgb(2 132 199 / 0.7);
  }

  .md\:border-b-sky-600\/75 {
    border-bottom-color: rgb(2 132 199 / 0.75);
  }

  .md\:border-b-sky-600\/80 {
    border-bottom-color: rgb(2 132 199 / 0.8);
  }

  .md\:border-b-sky-600\/85 {
    border-bottom-color: rgb(2 132 199 / 0.85);
  }

  .md\:border-b-sky-600\/90 {
    border-bottom-color: rgb(2 132 199 / 0.9);
  }

  .md\:border-b-sky-600\/95 {
    border-bottom-color: rgb(2 132 199 / 0.95);
  }

  .md\:border-b-sky-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity));
  }

  .md\:border-b-sky-700\/0 {
    border-bottom-color: rgb(3 105 161 / 0);
  }

  .md\:border-b-sky-700\/10 {
    border-bottom-color: rgb(3 105 161 / 0.1);
  }

  .md\:border-b-sky-700\/100 {
    border-bottom-color: rgb(3 105 161 / 1);
  }

  .md\:border-b-sky-700\/15 {
    border-bottom-color: rgb(3 105 161 / 0.15);
  }

  .md\:border-b-sky-700\/20 {
    border-bottom-color: rgb(3 105 161 / 0.2);
  }

  .md\:border-b-sky-700\/25 {
    border-bottom-color: rgb(3 105 161 / 0.25);
  }

  .md\:border-b-sky-700\/30 {
    border-bottom-color: rgb(3 105 161 / 0.3);
  }

  .md\:border-b-sky-700\/35 {
    border-bottom-color: rgb(3 105 161 / 0.35);
  }

  .md\:border-b-sky-700\/40 {
    border-bottom-color: rgb(3 105 161 / 0.4);
  }

  .md\:border-b-sky-700\/45 {
    border-bottom-color: rgb(3 105 161 / 0.45);
  }

  .md\:border-b-sky-700\/5 {
    border-bottom-color: rgb(3 105 161 / 0.05);
  }

  .md\:border-b-sky-700\/50 {
    border-bottom-color: rgb(3 105 161 / 0.5);
  }

  .md\:border-b-sky-700\/55 {
    border-bottom-color: rgb(3 105 161 / 0.55);
  }

  .md\:border-b-sky-700\/60 {
    border-bottom-color: rgb(3 105 161 / 0.6);
  }

  .md\:border-b-sky-700\/65 {
    border-bottom-color: rgb(3 105 161 / 0.65);
  }

  .md\:border-b-sky-700\/70 {
    border-bottom-color: rgb(3 105 161 / 0.7);
  }

  .md\:border-b-sky-700\/75 {
    border-bottom-color: rgb(3 105 161 / 0.75);
  }

  .md\:border-b-sky-700\/80 {
    border-bottom-color: rgb(3 105 161 / 0.8);
  }

  .md\:border-b-sky-700\/85 {
    border-bottom-color: rgb(3 105 161 / 0.85);
  }

  .md\:border-b-sky-700\/90 {
    border-bottom-color: rgb(3 105 161 / 0.9);
  }

  .md\:border-b-sky-700\/95 {
    border-bottom-color: rgb(3 105 161 / 0.95);
  }

  .md\:border-b-sky-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity));
  }

  .md\:border-b-sky-800\/0 {
    border-bottom-color: rgb(7 89 133 / 0);
  }

  .md\:border-b-sky-800\/10 {
    border-bottom-color: rgb(7 89 133 / 0.1);
  }

  .md\:border-b-sky-800\/100 {
    border-bottom-color: rgb(7 89 133 / 1);
  }

  .md\:border-b-sky-800\/15 {
    border-bottom-color: rgb(7 89 133 / 0.15);
  }

  .md\:border-b-sky-800\/20 {
    border-bottom-color: rgb(7 89 133 / 0.2);
  }

  .md\:border-b-sky-800\/25 {
    border-bottom-color: rgb(7 89 133 / 0.25);
  }

  .md\:border-b-sky-800\/30 {
    border-bottom-color: rgb(7 89 133 / 0.3);
  }

  .md\:border-b-sky-800\/35 {
    border-bottom-color: rgb(7 89 133 / 0.35);
  }

  .md\:border-b-sky-800\/40 {
    border-bottom-color: rgb(7 89 133 / 0.4);
  }

  .md\:border-b-sky-800\/45 {
    border-bottom-color: rgb(7 89 133 / 0.45);
  }

  .md\:border-b-sky-800\/5 {
    border-bottom-color: rgb(7 89 133 / 0.05);
  }

  .md\:border-b-sky-800\/50 {
    border-bottom-color: rgb(7 89 133 / 0.5);
  }

  .md\:border-b-sky-800\/55 {
    border-bottom-color: rgb(7 89 133 / 0.55);
  }

  .md\:border-b-sky-800\/60 {
    border-bottom-color: rgb(7 89 133 / 0.6);
  }

  .md\:border-b-sky-800\/65 {
    border-bottom-color: rgb(7 89 133 / 0.65);
  }

  .md\:border-b-sky-800\/70 {
    border-bottom-color: rgb(7 89 133 / 0.7);
  }

  .md\:border-b-sky-800\/75 {
    border-bottom-color: rgb(7 89 133 / 0.75);
  }

  .md\:border-b-sky-800\/80 {
    border-bottom-color: rgb(7 89 133 / 0.8);
  }

  .md\:border-b-sky-800\/85 {
    border-bottom-color: rgb(7 89 133 / 0.85);
  }

  .md\:border-b-sky-800\/90 {
    border-bottom-color: rgb(7 89 133 / 0.9);
  }

  .md\:border-b-sky-800\/95 {
    border-bottom-color: rgb(7 89 133 / 0.95);
  }

  .md\:border-b-sky-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity));
  }

  .md\:border-b-sky-900\/0 {
    border-bottom-color: rgb(12 74 110 / 0);
  }

  .md\:border-b-sky-900\/10 {
    border-bottom-color: rgb(12 74 110 / 0.1);
  }

  .md\:border-b-sky-900\/100 {
    border-bottom-color: rgb(12 74 110 / 1);
  }

  .md\:border-b-sky-900\/15 {
    border-bottom-color: rgb(12 74 110 / 0.15);
  }

  .md\:border-b-sky-900\/20 {
    border-bottom-color: rgb(12 74 110 / 0.2);
  }

  .md\:border-b-sky-900\/25 {
    border-bottom-color: rgb(12 74 110 / 0.25);
  }

  .md\:border-b-sky-900\/30 {
    border-bottom-color: rgb(12 74 110 / 0.3);
  }

  .md\:border-b-sky-900\/35 {
    border-bottom-color: rgb(12 74 110 / 0.35);
  }

  .md\:border-b-sky-900\/40 {
    border-bottom-color: rgb(12 74 110 / 0.4);
  }

  .md\:border-b-sky-900\/45 {
    border-bottom-color: rgb(12 74 110 / 0.45);
  }

  .md\:border-b-sky-900\/5 {
    border-bottom-color: rgb(12 74 110 / 0.05);
  }

  .md\:border-b-sky-900\/50 {
    border-bottom-color: rgb(12 74 110 / 0.5);
  }

  .md\:border-b-sky-900\/55 {
    border-bottom-color: rgb(12 74 110 / 0.55);
  }

  .md\:border-b-sky-900\/60 {
    border-bottom-color: rgb(12 74 110 / 0.6);
  }

  .md\:border-b-sky-900\/65 {
    border-bottom-color: rgb(12 74 110 / 0.65);
  }

  .md\:border-b-sky-900\/70 {
    border-bottom-color: rgb(12 74 110 / 0.7);
  }

  .md\:border-b-sky-900\/75 {
    border-bottom-color: rgb(12 74 110 / 0.75);
  }

  .md\:border-b-sky-900\/80 {
    border-bottom-color: rgb(12 74 110 / 0.8);
  }

  .md\:border-b-sky-900\/85 {
    border-bottom-color: rgb(12 74 110 / 0.85);
  }

  .md\:border-b-sky-900\/90 {
    border-bottom-color: rgb(12 74 110 / 0.9);
  }

  .md\:border-b-sky-900\/95 {
    border-bottom-color: rgb(12 74 110 / 0.95);
  }

  .md\:border-b-sky-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity));
  }

  .md\:border-b-sky-950\/0 {
    border-bottom-color: rgb(8 47 73 / 0);
  }

  .md\:border-b-sky-950\/10 {
    border-bottom-color: rgb(8 47 73 / 0.1);
  }

  .md\:border-b-sky-950\/100 {
    border-bottom-color: rgb(8 47 73 / 1);
  }

  .md\:border-b-sky-950\/15 {
    border-bottom-color: rgb(8 47 73 / 0.15);
  }

  .md\:border-b-sky-950\/20 {
    border-bottom-color: rgb(8 47 73 / 0.2);
  }

  .md\:border-b-sky-950\/25 {
    border-bottom-color: rgb(8 47 73 / 0.25);
  }

  .md\:border-b-sky-950\/30 {
    border-bottom-color: rgb(8 47 73 / 0.3);
  }

  .md\:border-b-sky-950\/35 {
    border-bottom-color: rgb(8 47 73 / 0.35);
  }

  .md\:border-b-sky-950\/40 {
    border-bottom-color: rgb(8 47 73 / 0.4);
  }

  .md\:border-b-sky-950\/45 {
    border-bottom-color: rgb(8 47 73 / 0.45);
  }

  .md\:border-b-sky-950\/5 {
    border-bottom-color: rgb(8 47 73 / 0.05);
  }

  .md\:border-b-sky-950\/50 {
    border-bottom-color: rgb(8 47 73 / 0.5);
  }

  .md\:border-b-sky-950\/55 {
    border-bottom-color: rgb(8 47 73 / 0.55);
  }

  .md\:border-b-sky-950\/60 {
    border-bottom-color: rgb(8 47 73 / 0.6);
  }

  .md\:border-b-sky-950\/65 {
    border-bottom-color: rgb(8 47 73 / 0.65);
  }

  .md\:border-b-sky-950\/70 {
    border-bottom-color: rgb(8 47 73 / 0.7);
  }

  .md\:border-b-sky-950\/75 {
    border-bottom-color: rgb(8 47 73 / 0.75);
  }

  .md\:border-b-sky-950\/80 {
    border-bottom-color: rgb(8 47 73 / 0.8);
  }

  .md\:border-b-sky-950\/85 {
    border-bottom-color: rgb(8 47 73 / 0.85);
  }

  .md\:border-b-sky-950\/90 {
    border-bottom-color: rgb(8 47 73 / 0.9);
  }

  .md\:border-b-sky-950\/95 {
    border-bottom-color: rgb(8 47 73 / 0.95);
  }

  .md\:border-b-slate-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity));
  }

  .md\:border-b-slate-100\/0 {
    border-bottom-color: rgb(241 245 249 / 0);
  }

  .md\:border-b-slate-100\/10 {
    border-bottom-color: rgb(241 245 249 / 0.1);
  }

  .md\:border-b-slate-100\/100 {
    border-bottom-color: rgb(241 245 249 / 1);
  }

  .md\:border-b-slate-100\/15 {
    border-bottom-color: rgb(241 245 249 / 0.15);
  }

  .md\:border-b-slate-100\/20 {
    border-bottom-color: rgb(241 245 249 / 0.2);
  }

  .md\:border-b-slate-100\/25 {
    border-bottom-color: rgb(241 245 249 / 0.25);
  }

  .md\:border-b-slate-100\/30 {
    border-bottom-color: rgb(241 245 249 / 0.3);
  }

  .md\:border-b-slate-100\/35 {
    border-bottom-color: rgb(241 245 249 / 0.35);
  }

  .md\:border-b-slate-100\/40 {
    border-bottom-color: rgb(241 245 249 / 0.4);
  }

  .md\:border-b-slate-100\/45 {
    border-bottom-color: rgb(241 245 249 / 0.45);
  }

  .md\:border-b-slate-100\/5 {
    border-bottom-color: rgb(241 245 249 / 0.05);
  }

  .md\:border-b-slate-100\/50 {
    border-bottom-color: rgb(241 245 249 / 0.5);
  }

  .md\:border-b-slate-100\/55 {
    border-bottom-color: rgb(241 245 249 / 0.55);
  }

  .md\:border-b-slate-100\/60 {
    border-bottom-color: rgb(241 245 249 / 0.6);
  }

  .md\:border-b-slate-100\/65 {
    border-bottom-color: rgb(241 245 249 / 0.65);
  }

  .md\:border-b-slate-100\/70 {
    border-bottom-color: rgb(241 245 249 / 0.7);
  }

  .md\:border-b-slate-100\/75 {
    border-bottom-color: rgb(241 245 249 / 0.75);
  }

  .md\:border-b-slate-100\/80 {
    border-bottom-color: rgb(241 245 249 / 0.8);
  }

  .md\:border-b-slate-100\/85 {
    border-bottom-color: rgb(241 245 249 / 0.85);
  }

  .md\:border-b-slate-100\/90 {
    border-bottom-color: rgb(241 245 249 / 0.9);
  }

  .md\:border-b-slate-100\/95 {
    border-bottom-color: rgb(241 245 249 / 0.95);
  }

  .md\:border-b-slate-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity));
  }

  .md\:border-b-slate-200\/0 {
    border-bottom-color: rgb(226 232 240 / 0);
  }

  .md\:border-b-slate-200\/10 {
    border-bottom-color: rgb(226 232 240 / 0.1);
  }

  .md\:border-b-slate-200\/100 {
    border-bottom-color: rgb(226 232 240 / 1);
  }

  .md\:border-b-slate-200\/15 {
    border-bottom-color: rgb(226 232 240 / 0.15);
  }

  .md\:border-b-slate-200\/20 {
    border-bottom-color: rgb(226 232 240 / 0.2);
  }

  .md\:border-b-slate-200\/25 {
    border-bottom-color: rgb(226 232 240 / 0.25);
  }

  .md\:border-b-slate-200\/30 {
    border-bottom-color: rgb(226 232 240 / 0.3);
  }

  .md\:border-b-slate-200\/35 {
    border-bottom-color: rgb(226 232 240 / 0.35);
  }

  .md\:border-b-slate-200\/40 {
    border-bottom-color: rgb(226 232 240 / 0.4);
  }

  .md\:border-b-slate-200\/45 {
    border-bottom-color: rgb(226 232 240 / 0.45);
  }

  .md\:border-b-slate-200\/5 {
    border-bottom-color: rgb(226 232 240 / 0.05);
  }

  .md\:border-b-slate-200\/50 {
    border-bottom-color: rgb(226 232 240 / 0.5);
  }

  .md\:border-b-slate-200\/55 {
    border-bottom-color: rgb(226 232 240 / 0.55);
  }

  .md\:border-b-slate-200\/60 {
    border-bottom-color: rgb(226 232 240 / 0.6);
  }

  .md\:border-b-slate-200\/65 {
    border-bottom-color: rgb(226 232 240 / 0.65);
  }

  .md\:border-b-slate-200\/70 {
    border-bottom-color: rgb(226 232 240 / 0.7);
  }

  .md\:border-b-slate-200\/75 {
    border-bottom-color: rgb(226 232 240 / 0.75);
  }

  .md\:border-b-slate-200\/80 {
    border-bottom-color: rgb(226 232 240 / 0.8);
  }

  .md\:border-b-slate-200\/85 {
    border-bottom-color: rgb(226 232 240 / 0.85);
  }

  .md\:border-b-slate-200\/90 {
    border-bottom-color: rgb(226 232 240 / 0.9);
  }

  .md\:border-b-slate-200\/95 {
    border-bottom-color: rgb(226 232 240 / 0.95);
  }

  .md\:border-b-slate-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity));
  }

  .md\:border-b-slate-300\/0 {
    border-bottom-color: rgb(203 213 225 / 0);
  }

  .md\:border-b-slate-300\/10 {
    border-bottom-color: rgb(203 213 225 / 0.1);
  }

  .md\:border-b-slate-300\/100 {
    border-bottom-color: rgb(203 213 225 / 1);
  }

  .md\:border-b-slate-300\/15 {
    border-bottom-color: rgb(203 213 225 / 0.15);
  }

  .md\:border-b-slate-300\/20 {
    border-bottom-color: rgb(203 213 225 / 0.2);
  }

  .md\:border-b-slate-300\/25 {
    border-bottom-color: rgb(203 213 225 / 0.25);
  }

  .md\:border-b-slate-300\/30 {
    border-bottom-color: rgb(203 213 225 / 0.3);
  }

  .md\:border-b-slate-300\/35 {
    border-bottom-color: rgb(203 213 225 / 0.35);
  }

  .md\:border-b-slate-300\/40 {
    border-bottom-color: rgb(203 213 225 / 0.4);
  }

  .md\:border-b-slate-300\/45 {
    border-bottom-color: rgb(203 213 225 / 0.45);
  }

  .md\:border-b-slate-300\/5 {
    border-bottom-color: rgb(203 213 225 / 0.05);
  }

  .md\:border-b-slate-300\/50 {
    border-bottom-color: rgb(203 213 225 / 0.5);
  }

  .md\:border-b-slate-300\/55 {
    border-bottom-color: rgb(203 213 225 / 0.55);
  }

  .md\:border-b-slate-300\/60 {
    border-bottom-color: rgb(203 213 225 / 0.6);
  }

  .md\:border-b-slate-300\/65 {
    border-bottom-color: rgb(203 213 225 / 0.65);
  }

  .md\:border-b-slate-300\/70 {
    border-bottom-color: rgb(203 213 225 / 0.7);
  }

  .md\:border-b-slate-300\/75 {
    border-bottom-color: rgb(203 213 225 / 0.75);
  }

  .md\:border-b-slate-300\/80 {
    border-bottom-color: rgb(203 213 225 / 0.8);
  }

  .md\:border-b-slate-300\/85 {
    border-bottom-color: rgb(203 213 225 / 0.85);
  }

  .md\:border-b-slate-300\/90 {
    border-bottom-color: rgb(203 213 225 / 0.9);
  }

  .md\:border-b-slate-300\/95 {
    border-bottom-color: rgb(203 213 225 / 0.95);
  }

  .md\:border-b-slate-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity));
  }

  .md\:border-b-slate-400\/0 {
    border-bottom-color: rgb(148 163 184 / 0);
  }

  .md\:border-b-slate-400\/10 {
    border-bottom-color: rgb(148 163 184 / 0.1);
  }

  .md\:border-b-slate-400\/100 {
    border-bottom-color: rgb(148 163 184 / 1);
  }

  .md\:border-b-slate-400\/15 {
    border-bottom-color: rgb(148 163 184 / 0.15);
  }

  .md\:border-b-slate-400\/20 {
    border-bottom-color: rgb(148 163 184 / 0.2);
  }

  .md\:border-b-slate-400\/25 {
    border-bottom-color: rgb(148 163 184 / 0.25);
  }

  .md\:border-b-slate-400\/30 {
    border-bottom-color: rgb(148 163 184 / 0.3);
  }

  .md\:border-b-slate-400\/35 {
    border-bottom-color: rgb(148 163 184 / 0.35);
  }

  .md\:border-b-slate-400\/40 {
    border-bottom-color: rgb(148 163 184 / 0.4);
  }

  .md\:border-b-slate-400\/45 {
    border-bottom-color: rgb(148 163 184 / 0.45);
  }

  .md\:border-b-slate-400\/5 {
    border-bottom-color: rgb(148 163 184 / 0.05);
  }

  .md\:border-b-slate-400\/50 {
    border-bottom-color: rgb(148 163 184 / 0.5);
  }

  .md\:border-b-slate-400\/55 {
    border-bottom-color: rgb(148 163 184 / 0.55);
  }

  .md\:border-b-slate-400\/60 {
    border-bottom-color: rgb(148 163 184 / 0.6);
  }

  .md\:border-b-slate-400\/65 {
    border-bottom-color: rgb(148 163 184 / 0.65);
  }

  .md\:border-b-slate-400\/70 {
    border-bottom-color: rgb(148 163 184 / 0.7);
  }

  .md\:border-b-slate-400\/75 {
    border-bottom-color: rgb(148 163 184 / 0.75);
  }

  .md\:border-b-slate-400\/80 {
    border-bottom-color: rgb(148 163 184 / 0.8);
  }

  .md\:border-b-slate-400\/85 {
    border-bottom-color: rgb(148 163 184 / 0.85);
  }

  .md\:border-b-slate-400\/90 {
    border-bottom-color: rgb(148 163 184 / 0.9);
  }

  .md\:border-b-slate-400\/95 {
    border-bottom-color: rgb(148 163 184 / 0.95);
  }

  .md\:border-b-slate-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity));
  }

  .md\:border-b-slate-50\/0 {
    border-bottom-color: rgb(248 250 252 / 0);
  }

  .md\:border-b-slate-50\/10 {
    border-bottom-color: rgb(248 250 252 / 0.1);
  }

  .md\:border-b-slate-50\/100 {
    border-bottom-color: rgb(248 250 252 / 1);
  }

  .md\:border-b-slate-50\/15 {
    border-bottom-color: rgb(248 250 252 / 0.15);
  }

  .md\:border-b-slate-50\/20 {
    border-bottom-color: rgb(248 250 252 / 0.2);
  }

  .md\:border-b-slate-50\/25 {
    border-bottom-color: rgb(248 250 252 / 0.25);
  }

  .md\:border-b-slate-50\/30 {
    border-bottom-color: rgb(248 250 252 / 0.3);
  }

  .md\:border-b-slate-50\/35 {
    border-bottom-color: rgb(248 250 252 / 0.35);
  }

  .md\:border-b-slate-50\/40 {
    border-bottom-color: rgb(248 250 252 / 0.4);
  }

  .md\:border-b-slate-50\/45 {
    border-bottom-color: rgb(248 250 252 / 0.45);
  }

  .md\:border-b-slate-50\/5 {
    border-bottom-color: rgb(248 250 252 / 0.05);
  }

  .md\:border-b-slate-50\/50 {
    border-bottom-color: rgb(248 250 252 / 0.5);
  }

  .md\:border-b-slate-50\/55 {
    border-bottom-color: rgb(248 250 252 / 0.55);
  }

  .md\:border-b-slate-50\/60 {
    border-bottom-color: rgb(248 250 252 / 0.6);
  }

  .md\:border-b-slate-50\/65 {
    border-bottom-color: rgb(248 250 252 / 0.65);
  }

  .md\:border-b-slate-50\/70 {
    border-bottom-color: rgb(248 250 252 / 0.7);
  }

  .md\:border-b-slate-50\/75 {
    border-bottom-color: rgb(248 250 252 / 0.75);
  }

  .md\:border-b-slate-50\/80 {
    border-bottom-color: rgb(248 250 252 / 0.8);
  }

  .md\:border-b-slate-50\/85 {
    border-bottom-color: rgb(248 250 252 / 0.85);
  }

  .md\:border-b-slate-50\/90 {
    border-bottom-color: rgb(248 250 252 / 0.9);
  }

  .md\:border-b-slate-50\/95 {
    border-bottom-color: rgb(248 250 252 / 0.95);
  }

  .md\:border-b-slate-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity));
  }

  .md\:border-b-slate-500\/0 {
    border-bottom-color: rgb(100 116 139 / 0);
  }

  .md\:border-b-slate-500\/10 {
    border-bottom-color: rgb(100 116 139 / 0.1);
  }

  .md\:border-b-slate-500\/100 {
    border-bottom-color: rgb(100 116 139 / 1);
  }

  .md\:border-b-slate-500\/15 {
    border-bottom-color: rgb(100 116 139 / 0.15);
  }

  .md\:border-b-slate-500\/20 {
    border-bottom-color: rgb(100 116 139 / 0.2);
  }

  .md\:border-b-slate-500\/25 {
    border-bottom-color: rgb(100 116 139 / 0.25);
  }

  .md\:border-b-slate-500\/30 {
    border-bottom-color: rgb(100 116 139 / 0.3);
  }

  .md\:border-b-slate-500\/35 {
    border-bottom-color: rgb(100 116 139 / 0.35);
  }

  .md\:border-b-slate-500\/40 {
    border-bottom-color: rgb(100 116 139 / 0.4);
  }

  .md\:border-b-slate-500\/45 {
    border-bottom-color: rgb(100 116 139 / 0.45);
  }

  .md\:border-b-slate-500\/5 {
    border-bottom-color: rgb(100 116 139 / 0.05);
  }

  .md\:border-b-slate-500\/50 {
    border-bottom-color: rgb(100 116 139 / 0.5);
  }

  .md\:border-b-slate-500\/55 {
    border-bottom-color: rgb(100 116 139 / 0.55);
  }

  .md\:border-b-slate-500\/60 {
    border-bottom-color: rgb(100 116 139 / 0.6);
  }

  .md\:border-b-slate-500\/65 {
    border-bottom-color: rgb(100 116 139 / 0.65);
  }

  .md\:border-b-slate-500\/70 {
    border-bottom-color: rgb(100 116 139 / 0.7);
  }

  .md\:border-b-slate-500\/75 {
    border-bottom-color: rgb(100 116 139 / 0.75);
  }

  .md\:border-b-slate-500\/80 {
    border-bottom-color: rgb(100 116 139 / 0.8);
  }

  .md\:border-b-slate-500\/85 {
    border-bottom-color: rgb(100 116 139 / 0.85);
  }

  .md\:border-b-slate-500\/90 {
    border-bottom-color: rgb(100 116 139 / 0.9);
  }

  .md\:border-b-slate-500\/95 {
    border-bottom-color: rgb(100 116 139 / 0.95);
  }

  .md\:border-b-slate-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity));
  }

  .md\:border-b-slate-600\/0 {
    border-bottom-color: rgb(71 85 105 / 0);
  }

  .md\:border-b-slate-600\/10 {
    border-bottom-color: rgb(71 85 105 / 0.1);
  }

  .md\:border-b-slate-600\/100 {
    border-bottom-color: rgb(71 85 105 / 1);
  }

  .md\:border-b-slate-600\/15 {
    border-bottom-color: rgb(71 85 105 / 0.15);
  }

  .md\:border-b-slate-600\/20 {
    border-bottom-color: rgb(71 85 105 / 0.2);
  }

  .md\:border-b-slate-600\/25 {
    border-bottom-color: rgb(71 85 105 / 0.25);
  }

  .md\:border-b-slate-600\/30 {
    border-bottom-color: rgb(71 85 105 / 0.3);
  }

  .md\:border-b-slate-600\/35 {
    border-bottom-color: rgb(71 85 105 / 0.35);
  }

  .md\:border-b-slate-600\/40 {
    border-bottom-color: rgb(71 85 105 / 0.4);
  }

  .md\:border-b-slate-600\/45 {
    border-bottom-color: rgb(71 85 105 / 0.45);
  }

  .md\:border-b-slate-600\/5 {
    border-bottom-color: rgb(71 85 105 / 0.05);
  }

  .md\:border-b-slate-600\/50 {
    border-bottom-color: rgb(71 85 105 / 0.5);
  }

  .md\:border-b-slate-600\/55 {
    border-bottom-color: rgb(71 85 105 / 0.55);
  }

  .md\:border-b-slate-600\/60 {
    border-bottom-color: rgb(71 85 105 / 0.6);
  }

  .md\:border-b-slate-600\/65 {
    border-bottom-color: rgb(71 85 105 / 0.65);
  }

  .md\:border-b-slate-600\/70 {
    border-bottom-color: rgb(71 85 105 / 0.7);
  }

  .md\:border-b-slate-600\/75 {
    border-bottom-color: rgb(71 85 105 / 0.75);
  }

  .md\:border-b-slate-600\/80 {
    border-bottom-color: rgb(71 85 105 / 0.8);
  }

  .md\:border-b-slate-600\/85 {
    border-bottom-color: rgb(71 85 105 / 0.85);
  }

  .md\:border-b-slate-600\/90 {
    border-bottom-color: rgb(71 85 105 / 0.9);
  }

  .md\:border-b-slate-600\/95 {
    border-bottom-color: rgb(71 85 105 / 0.95);
  }

  .md\:border-b-slate-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity));
  }

  .md\:border-b-slate-700\/0 {
    border-bottom-color: rgb(51 65 85 / 0);
  }

  .md\:border-b-slate-700\/10 {
    border-bottom-color: rgb(51 65 85 / 0.1);
  }

  .md\:border-b-slate-700\/100 {
    border-bottom-color: rgb(51 65 85 / 1);
  }

  .md\:border-b-slate-700\/15 {
    border-bottom-color: rgb(51 65 85 / 0.15);
  }

  .md\:border-b-slate-700\/20 {
    border-bottom-color: rgb(51 65 85 / 0.2);
  }

  .md\:border-b-slate-700\/25 {
    border-bottom-color: rgb(51 65 85 / 0.25);
  }

  .md\:border-b-slate-700\/30 {
    border-bottom-color: rgb(51 65 85 / 0.3);
  }

  .md\:border-b-slate-700\/35 {
    border-bottom-color: rgb(51 65 85 / 0.35);
  }

  .md\:border-b-slate-700\/40 {
    border-bottom-color: rgb(51 65 85 / 0.4);
  }

  .md\:border-b-slate-700\/45 {
    border-bottom-color: rgb(51 65 85 / 0.45);
  }

  .md\:border-b-slate-700\/5 {
    border-bottom-color: rgb(51 65 85 / 0.05);
  }

  .md\:border-b-slate-700\/50 {
    border-bottom-color: rgb(51 65 85 / 0.5);
  }

  .md\:border-b-slate-700\/55 {
    border-bottom-color: rgb(51 65 85 / 0.55);
  }

  .md\:border-b-slate-700\/60 {
    border-bottom-color: rgb(51 65 85 / 0.6);
  }

  .md\:border-b-slate-700\/65 {
    border-bottom-color: rgb(51 65 85 / 0.65);
  }

  .md\:border-b-slate-700\/70 {
    border-bottom-color: rgb(51 65 85 / 0.7);
  }

  .md\:border-b-slate-700\/75 {
    border-bottom-color: rgb(51 65 85 / 0.75);
  }

  .md\:border-b-slate-700\/80 {
    border-bottom-color: rgb(51 65 85 / 0.8);
  }

  .md\:border-b-slate-700\/85 {
    border-bottom-color: rgb(51 65 85 / 0.85);
  }

  .md\:border-b-slate-700\/90 {
    border-bottom-color: rgb(51 65 85 / 0.9);
  }

  .md\:border-b-slate-700\/95 {
    border-bottom-color: rgb(51 65 85 / 0.95);
  }

  .md\:border-b-slate-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity));
  }

  .md\:border-b-slate-800\/0 {
    border-bottom-color: rgb(30 41 59 / 0);
  }

  .md\:border-b-slate-800\/10 {
    border-bottom-color: rgb(30 41 59 / 0.1);
  }

  .md\:border-b-slate-800\/100 {
    border-bottom-color: rgb(30 41 59 / 1);
  }

  .md\:border-b-slate-800\/15 {
    border-bottom-color: rgb(30 41 59 / 0.15);
  }

  .md\:border-b-slate-800\/20 {
    border-bottom-color: rgb(30 41 59 / 0.2);
  }

  .md\:border-b-slate-800\/25 {
    border-bottom-color: rgb(30 41 59 / 0.25);
  }

  .md\:border-b-slate-800\/30 {
    border-bottom-color: rgb(30 41 59 / 0.3);
  }

  .md\:border-b-slate-800\/35 {
    border-bottom-color: rgb(30 41 59 / 0.35);
  }

  .md\:border-b-slate-800\/40 {
    border-bottom-color: rgb(30 41 59 / 0.4);
  }

  .md\:border-b-slate-800\/45 {
    border-bottom-color: rgb(30 41 59 / 0.45);
  }

  .md\:border-b-slate-800\/5 {
    border-bottom-color: rgb(30 41 59 / 0.05);
  }

  .md\:border-b-slate-800\/50 {
    border-bottom-color: rgb(30 41 59 / 0.5);
  }

  .md\:border-b-slate-800\/55 {
    border-bottom-color: rgb(30 41 59 / 0.55);
  }

  .md\:border-b-slate-800\/60 {
    border-bottom-color: rgb(30 41 59 / 0.6);
  }

  .md\:border-b-slate-800\/65 {
    border-bottom-color: rgb(30 41 59 / 0.65);
  }

  .md\:border-b-slate-800\/70 {
    border-bottom-color: rgb(30 41 59 / 0.7);
  }

  .md\:border-b-slate-800\/75 {
    border-bottom-color: rgb(30 41 59 / 0.75);
  }

  .md\:border-b-slate-800\/80 {
    border-bottom-color: rgb(30 41 59 / 0.8);
  }

  .md\:border-b-slate-800\/85 {
    border-bottom-color: rgb(30 41 59 / 0.85);
  }

  .md\:border-b-slate-800\/90 {
    border-bottom-color: rgb(30 41 59 / 0.9);
  }

  .md\:border-b-slate-800\/95 {
    border-bottom-color: rgb(30 41 59 / 0.95);
  }

  .md\:border-b-slate-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity));
  }

  .md\:border-b-slate-900\/0 {
    border-bottom-color: rgb(15 23 42 / 0);
  }

  .md\:border-b-slate-900\/10 {
    border-bottom-color: rgb(15 23 42 / 0.1);
  }

  .md\:border-b-slate-900\/100 {
    border-bottom-color: rgb(15 23 42 / 1);
  }

  .md\:border-b-slate-900\/15 {
    border-bottom-color: rgb(15 23 42 / 0.15);
  }

  .md\:border-b-slate-900\/20 {
    border-bottom-color: rgb(15 23 42 / 0.2);
  }

  .md\:border-b-slate-900\/25 {
    border-bottom-color: rgb(15 23 42 / 0.25);
  }

  .md\:border-b-slate-900\/30 {
    border-bottom-color: rgb(15 23 42 / 0.3);
  }

  .md\:border-b-slate-900\/35 {
    border-bottom-color: rgb(15 23 42 / 0.35);
  }

  .md\:border-b-slate-900\/40 {
    border-bottom-color: rgb(15 23 42 / 0.4);
  }

  .md\:border-b-slate-900\/45 {
    border-bottom-color: rgb(15 23 42 / 0.45);
  }

  .md\:border-b-slate-900\/5 {
    border-bottom-color: rgb(15 23 42 / 0.05);
  }

  .md\:border-b-slate-900\/50 {
    border-bottom-color: rgb(15 23 42 / 0.5);
  }

  .md\:border-b-slate-900\/55 {
    border-bottom-color: rgb(15 23 42 / 0.55);
  }

  .md\:border-b-slate-900\/60 {
    border-bottom-color: rgb(15 23 42 / 0.6);
  }

  .md\:border-b-slate-900\/65 {
    border-bottom-color: rgb(15 23 42 / 0.65);
  }

  .md\:border-b-slate-900\/70 {
    border-bottom-color: rgb(15 23 42 / 0.7);
  }

  .md\:border-b-slate-900\/75 {
    border-bottom-color: rgb(15 23 42 / 0.75);
  }

  .md\:border-b-slate-900\/80 {
    border-bottom-color: rgb(15 23 42 / 0.8);
  }

  .md\:border-b-slate-900\/85 {
    border-bottom-color: rgb(15 23 42 / 0.85);
  }

  .md\:border-b-slate-900\/90 {
    border-bottom-color: rgb(15 23 42 / 0.9);
  }

  .md\:border-b-slate-900\/95 {
    border-bottom-color: rgb(15 23 42 / 0.95);
  }

  .md\:border-b-slate-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity));
  }

  .md\:border-b-slate-950\/0 {
    border-bottom-color: rgb(2 6 23 / 0);
  }

  .md\:border-b-slate-950\/10 {
    border-bottom-color: rgb(2 6 23 / 0.1);
  }

  .md\:border-b-slate-950\/100 {
    border-bottom-color: rgb(2 6 23 / 1);
  }

  .md\:border-b-slate-950\/15 {
    border-bottom-color: rgb(2 6 23 / 0.15);
  }

  .md\:border-b-slate-950\/20 {
    border-bottom-color: rgb(2 6 23 / 0.2);
  }

  .md\:border-b-slate-950\/25 {
    border-bottom-color: rgb(2 6 23 / 0.25);
  }

  .md\:border-b-slate-950\/30 {
    border-bottom-color: rgb(2 6 23 / 0.3);
  }

  .md\:border-b-slate-950\/35 {
    border-bottom-color: rgb(2 6 23 / 0.35);
  }

  .md\:border-b-slate-950\/40 {
    border-bottom-color: rgb(2 6 23 / 0.4);
  }

  .md\:border-b-slate-950\/45 {
    border-bottom-color: rgb(2 6 23 / 0.45);
  }

  .md\:border-b-slate-950\/5 {
    border-bottom-color: rgb(2 6 23 / 0.05);
  }

  .md\:border-b-slate-950\/50 {
    border-bottom-color: rgb(2 6 23 / 0.5);
  }

  .md\:border-b-slate-950\/55 {
    border-bottom-color: rgb(2 6 23 / 0.55);
  }

  .md\:border-b-slate-950\/60 {
    border-bottom-color: rgb(2 6 23 / 0.6);
  }

  .md\:border-b-slate-950\/65 {
    border-bottom-color: rgb(2 6 23 / 0.65);
  }

  .md\:border-b-slate-950\/70 {
    border-bottom-color: rgb(2 6 23 / 0.7);
  }

  .md\:border-b-slate-950\/75 {
    border-bottom-color: rgb(2 6 23 / 0.75);
  }

  .md\:border-b-slate-950\/80 {
    border-bottom-color: rgb(2 6 23 / 0.8);
  }

  .md\:border-b-slate-950\/85 {
    border-bottom-color: rgb(2 6 23 / 0.85);
  }

  .md\:border-b-slate-950\/90 {
    border-bottom-color: rgb(2 6 23 / 0.9);
  }

  .md\:border-b-slate-950\/95 {
    border-bottom-color: rgb(2 6 23 / 0.95);
  }

  .md\:border-b-stone-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity));
  }

  .md\:border-b-stone-100\/0 {
    border-bottom-color: rgb(245 245 244 / 0);
  }

  .md\:border-b-stone-100\/10 {
    border-bottom-color: rgb(245 245 244 / 0.1);
  }

  .md\:border-b-stone-100\/100 {
    border-bottom-color: rgb(245 245 244 / 1);
  }

  .md\:border-b-stone-100\/15 {
    border-bottom-color: rgb(245 245 244 / 0.15);
  }

  .md\:border-b-stone-100\/20 {
    border-bottom-color: rgb(245 245 244 / 0.2);
  }

  .md\:border-b-stone-100\/25 {
    border-bottom-color: rgb(245 245 244 / 0.25);
  }

  .md\:border-b-stone-100\/30 {
    border-bottom-color: rgb(245 245 244 / 0.3);
  }

  .md\:border-b-stone-100\/35 {
    border-bottom-color: rgb(245 245 244 / 0.35);
  }

  .md\:border-b-stone-100\/40 {
    border-bottom-color: rgb(245 245 244 / 0.4);
  }

  .md\:border-b-stone-100\/45 {
    border-bottom-color: rgb(245 245 244 / 0.45);
  }

  .md\:border-b-stone-100\/5 {
    border-bottom-color: rgb(245 245 244 / 0.05);
  }

  .md\:border-b-stone-100\/50 {
    border-bottom-color: rgb(245 245 244 / 0.5);
  }

  .md\:border-b-stone-100\/55 {
    border-bottom-color: rgb(245 245 244 / 0.55);
  }

  .md\:border-b-stone-100\/60 {
    border-bottom-color: rgb(245 245 244 / 0.6);
  }

  .md\:border-b-stone-100\/65 {
    border-bottom-color: rgb(245 245 244 / 0.65);
  }

  .md\:border-b-stone-100\/70 {
    border-bottom-color: rgb(245 245 244 / 0.7);
  }

  .md\:border-b-stone-100\/75 {
    border-bottom-color: rgb(245 245 244 / 0.75);
  }

  .md\:border-b-stone-100\/80 {
    border-bottom-color: rgb(245 245 244 / 0.8);
  }

  .md\:border-b-stone-100\/85 {
    border-bottom-color: rgb(245 245 244 / 0.85);
  }

  .md\:border-b-stone-100\/90 {
    border-bottom-color: rgb(245 245 244 / 0.9);
  }

  .md\:border-b-stone-100\/95 {
    border-bottom-color: rgb(245 245 244 / 0.95);
  }

  .md\:border-b-stone-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity));
  }

  .md\:border-b-stone-200\/0 {
    border-bottom-color: rgb(231 229 228 / 0);
  }

  .md\:border-b-stone-200\/10 {
    border-bottom-color: rgb(231 229 228 / 0.1);
  }

  .md\:border-b-stone-200\/100 {
    border-bottom-color: rgb(231 229 228 / 1);
  }

  .md\:border-b-stone-200\/15 {
    border-bottom-color: rgb(231 229 228 / 0.15);
  }

  .md\:border-b-stone-200\/20 {
    border-bottom-color: rgb(231 229 228 / 0.2);
  }

  .md\:border-b-stone-200\/25 {
    border-bottom-color: rgb(231 229 228 / 0.25);
  }

  .md\:border-b-stone-200\/30 {
    border-bottom-color: rgb(231 229 228 / 0.3);
  }

  .md\:border-b-stone-200\/35 {
    border-bottom-color: rgb(231 229 228 / 0.35);
  }

  .md\:border-b-stone-200\/40 {
    border-bottom-color: rgb(231 229 228 / 0.4);
  }

  .md\:border-b-stone-200\/45 {
    border-bottom-color: rgb(231 229 228 / 0.45);
  }

  .md\:border-b-stone-200\/5 {
    border-bottom-color: rgb(231 229 228 / 0.05);
  }

  .md\:border-b-stone-200\/50 {
    border-bottom-color: rgb(231 229 228 / 0.5);
  }

  .md\:border-b-stone-200\/55 {
    border-bottom-color: rgb(231 229 228 / 0.55);
  }

  .md\:border-b-stone-200\/60 {
    border-bottom-color: rgb(231 229 228 / 0.6);
  }

  .md\:border-b-stone-200\/65 {
    border-bottom-color: rgb(231 229 228 / 0.65);
  }

  .md\:border-b-stone-200\/70 {
    border-bottom-color: rgb(231 229 228 / 0.7);
  }

  .md\:border-b-stone-200\/75 {
    border-bottom-color: rgb(231 229 228 / 0.75);
  }

  .md\:border-b-stone-200\/80 {
    border-bottom-color: rgb(231 229 228 / 0.8);
  }

  .md\:border-b-stone-200\/85 {
    border-bottom-color: rgb(231 229 228 / 0.85);
  }

  .md\:border-b-stone-200\/90 {
    border-bottom-color: rgb(231 229 228 / 0.9);
  }

  .md\:border-b-stone-200\/95 {
    border-bottom-color: rgb(231 229 228 / 0.95);
  }

  .md\:border-b-stone-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity));
  }

  .md\:border-b-stone-300\/0 {
    border-bottom-color: rgb(214 211 209 / 0);
  }

  .md\:border-b-stone-300\/10 {
    border-bottom-color: rgb(214 211 209 / 0.1);
  }

  .md\:border-b-stone-300\/100 {
    border-bottom-color: rgb(214 211 209 / 1);
  }

  .md\:border-b-stone-300\/15 {
    border-bottom-color: rgb(214 211 209 / 0.15);
  }

  .md\:border-b-stone-300\/20 {
    border-bottom-color: rgb(214 211 209 / 0.2);
  }

  .md\:border-b-stone-300\/25 {
    border-bottom-color: rgb(214 211 209 / 0.25);
  }

  .md\:border-b-stone-300\/30 {
    border-bottom-color: rgb(214 211 209 / 0.3);
  }

  .md\:border-b-stone-300\/35 {
    border-bottom-color: rgb(214 211 209 / 0.35);
  }

  .md\:border-b-stone-300\/40 {
    border-bottom-color: rgb(214 211 209 / 0.4);
  }

  .md\:border-b-stone-300\/45 {
    border-bottom-color: rgb(214 211 209 / 0.45);
  }

  .md\:border-b-stone-300\/5 {
    border-bottom-color: rgb(214 211 209 / 0.05);
  }

  .md\:border-b-stone-300\/50 {
    border-bottom-color: rgb(214 211 209 / 0.5);
  }

  .md\:border-b-stone-300\/55 {
    border-bottom-color: rgb(214 211 209 / 0.55);
  }

  .md\:border-b-stone-300\/60 {
    border-bottom-color: rgb(214 211 209 / 0.6);
  }

  .md\:border-b-stone-300\/65 {
    border-bottom-color: rgb(214 211 209 / 0.65);
  }

  .md\:border-b-stone-300\/70 {
    border-bottom-color: rgb(214 211 209 / 0.7);
  }

  .md\:border-b-stone-300\/75 {
    border-bottom-color: rgb(214 211 209 / 0.75);
  }

  .md\:border-b-stone-300\/80 {
    border-bottom-color: rgb(214 211 209 / 0.8);
  }

  .md\:border-b-stone-300\/85 {
    border-bottom-color: rgb(214 211 209 / 0.85);
  }

  .md\:border-b-stone-300\/90 {
    border-bottom-color: rgb(214 211 209 / 0.9);
  }

  .md\:border-b-stone-300\/95 {
    border-bottom-color: rgb(214 211 209 / 0.95);
  }

  .md\:border-b-stone-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity));
  }

  .md\:border-b-stone-400\/0 {
    border-bottom-color: rgb(168 162 158 / 0);
  }

  .md\:border-b-stone-400\/10 {
    border-bottom-color: rgb(168 162 158 / 0.1);
  }

  .md\:border-b-stone-400\/100 {
    border-bottom-color: rgb(168 162 158 / 1);
  }

  .md\:border-b-stone-400\/15 {
    border-bottom-color: rgb(168 162 158 / 0.15);
  }

  .md\:border-b-stone-400\/20 {
    border-bottom-color: rgb(168 162 158 / 0.2);
  }

  .md\:border-b-stone-400\/25 {
    border-bottom-color: rgb(168 162 158 / 0.25);
  }

  .md\:border-b-stone-400\/30 {
    border-bottom-color: rgb(168 162 158 / 0.3);
  }

  .md\:border-b-stone-400\/35 {
    border-bottom-color: rgb(168 162 158 / 0.35);
  }

  .md\:border-b-stone-400\/40 {
    border-bottom-color: rgb(168 162 158 / 0.4);
  }

  .md\:border-b-stone-400\/45 {
    border-bottom-color: rgb(168 162 158 / 0.45);
  }

  .md\:border-b-stone-400\/5 {
    border-bottom-color: rgb(168 162 158 / 0.05);
  }

  .md\:border-b-stone-400\/50 {
    border-bottom-color: rgb(168 162 158 / 0.5);
  }

  .md\:border-b-stone-400\/55 {
    border-bottom-color: rgb(168 162 158 / 0.55);
  }

  .md\:border-b-stone-400\/60 {
    border-bottom-color: rgb(168 162 158 / 0.6);
  }

  .md\:border-b-stone-400\/65 {
    border-bottom-color: rgb(168 162 158 / 0.65);
  }

  .md\:border-b-stone-400\/70 {
    border-bottom-color: rgb(168 162 158 / 0.7);
  }

  .md\:border-b-stone-400\/75 {
    border-bottom-color: rgb(168 162 158 / 0.75);
  }

  .md\:border-b-stone-400\/80 {
    border-bottom-color: rgb(168 162 158 / 0.8);
  }

  .md\:border-b-stone-400\/85 {
    border-bottom-color: rgb(168 162 158 / 0.85);
  }

  .md\:border-b-stone-400\/90 {
    border-bottom-color: rgb(168 162 158 / 0.9);
  }

  .md\:border-b-stone-400\/95 {
    border-bottom-color: rgb(168 162 158 / 0.95);
  }

  .md\:border-b-stone-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity));
  }

  .md\:border-b-stone-50\/0 {
    border-bottom-color: rgb(250 250 249 / 0);
  }

  .md\:border-b-stone-50\/10 {
    border-bottom-color: rgb(250 250 249 / 0.1);
  }

  .md\:border-b-stone-50\/100 {
    border-bottom-color: rgb(250 250 249 / 1);
  }

  .md\:border-b-stone-50\/15 {
    border-bottom-color: rgb(250 250 249 / 0.15);
  }

  .md\:border-b-stone-50\/20 {
    border-bottom-color: rgb(250 250 249 / 0.2);
  }

  .md\:border-b-stone-50\/25 {
    border-bottom-color: rgb(250 250 249 / 0.25);
  }

  .md\:border-b-stone-50\/30 {
    border-bottom-color: rgb(250 250 249 / 0.3);
  }

  .md\:border-b-stone-50\/35 {
    border-bottom-color: rgb(250 250 249 / 0.35);
  }

  .md\:border-b-stone-50\/40 {
    border-bottom-color: rgb(250 250 249 / 0.4);
  }

  .md\:border-b-stone-50\/45 {
    border-bottom-color: rgb(250 250 249 / 0.45);
  }

  .md\:border-b-stone-50\/5 {
    border-bottom-color: rgb(250 250 249 / 0.05);
  }

  .md\:border-b-stone-50\/50 {
    border-bottom-color: rgb(250 250 249 / 0.5);
  }

  .md\:border-b-stone-50\/55 {
    border-bottom-color: rgb(250 250 249 / 0.55);
  }

  .md\:border-b-stone-50\/60 {
    border-bottom-color: rgb(250 250 249 / 0.6);
  }

  .md\:border-b-stone-50\/65 {
    border-bottom-color: rgb(250 250 249 / 0.65);
  }

  .md\:border-b-stone-50\/70 {
    border-bottom-color: rgb(250 250 249 / 0.7);
  }

  .md\:border-b-stone-50\/75 {
    border-bottom-color: rgb(250 250 249 / 0.75);
  }

  .md\:border-b-stone-50\/80 {
    border-bottom-color: rgb(250 250 249 / 0.8);
  }

  .md\:border-b-stone-50\/85 {
    border-bottom-color: rgb(250 250 249 / 0.85);
  }

  .md\:border-b-stone-50\/90 {
    border-bottom-color: rgb(250 250 249 / 0.9);
  }

  .md\:border-b-stone-50\/95 {
    border-bottom-color: rgb(250 250 249 / 0.95);
  }

  .md\:border-b-stone-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity));
  }

  .md\:border-b-stone-500\/0 {
    border-bottom-color: rgb(120 113 108 / 0);
  }

  .md\:border-b-stone-500\/10 {
    border-bottom-color: rgb(120 113 108 / 0.1);
  }

  .md\:border-b-stone-500\/100 {
    border-bottom-color: rgb(120 113 108 / 1);
  }

  .md\:border-b-stone-500\/15 {
    border-bottom-color: rgb(120 113 108 / 0.15);
  }

  .md\:border-b-stone-500\/20 {
    border-bottom-color: rgb(120 113 108 / 0.2);
  }

  .md\:border-b-stone-500\/25 {
    border-bottom-color: rgb(120 113 108 / 0.25);
  }

  .md\:border-b-stone-500\/30 {
    border-bottom-color: rgb(120 113 108 / 0.3);
  }

  .md\:border-b-stone-500\/35 {
    border-bottom-color: rgb(120 113 108 / 0.35);
  }

  .md\:border-b-stone-500\/40 {
    border-bottom-color: rgb(120 113 108 / 0.4);
  }

  .md\:border-b-stone-500\/45 {
    border-bottom-color: rgb(120 113 108 / 0.45);
  }

  .md\:border-b-stone-500\/5 {
    border-bottom-color: rgb(120 113 108 / 0.05);
  }

  .md\:border-b-stone-500\/50 {
    border-bottom-color: rgb(120 113 108 / 0.5);
  }

  .md\:border-b-stone-500\/55 {
    border-bottom-color: rgb(120 113 108 / 0.55);
  }

  .md\:border-b-stone-500\/60 {
    border-bottom-color: rgb(120 113 108 / 0.6);
  }

  .md\:border-b-stone-500\/65 {
    border-bottom-color: rgb(120 113 108 / 0.65);
  }

  .md\:border-b-stone-500\/70 {
    border-bottom-color: rgb(120 113 108 / 0.7);
  }

  .md\:border-b-stone-500\/75 {
    border-bottom-color: rgb(120 113 108 / 0.75);
  }

  .md\:border-b-stone-500\/80 {
    border-bottom-color: rgb(120 113 108 / 0.8);
  }

  .md\:border-b-stone-500\/85 {
    border-bottom-color: rgb(120 113 108 / 0.85);
  }

  .md\:border-b-stone-500\/90 {
    border-bottom-color: rgb(120 113 108 / 0.9);
  }

  .md\:border-b-stone-500\/95 {
    border-bottom-color: rgb(120 113 108 / 0.95);
  }

  .md\:border-b-stone-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity));
  }

  .md\:border-b-stone-600\/0 {
    border-bottom-color: rgb(87 83 78 / 0);
  }

  .md\:border-b-stone-600\/10 {
    border-bottom-color: rgb(87 83 78 / 0.1);
  }

  .md\:border-b-stone-600\/100 {
    border-bottom-color: rgb(87 83 78 / 1);
  }

  .md\:border-b-stone-600\/15 {
    border-bottom-color: rgb(87 83 78 / 0.15);
  }

  .md\:border-b-stone-600\/20 {
    border-bottom-color: rgb(87 83 78 / 0.2);
  }

  .md\:border-b-stone-600\/25 {
    border-bottom-color: rgb(87 83 78 / 0.25);
  }

  .md\:border-b-stone-600\/30 {
    border-bottom-color: rgb(87 83 78 / 0.3);
  }

  .md\:border-b-stone-600\/35 {
    border-bottom-color: rgb(87 83 78 / 0.35);
  }

  .md\:border-b-stone-600\/40 {
    border-bottom-color: rgb(87 83 78 / 0.4);
  }

  .md\:border-b-stone-600\/45 {
    border-bottom-color: rgb(87 83 78 / 0.45);
  }

  .md\:border-b-stone-600\/5 {
    border-bottom-color: rgb(87 83 78 / 0.05);
  }

  .md\:border-b-stone-600\/50 {
    border-bottom-color: rgb(87 83 78 / 0.5);
  }

  .md\:border-b-stone-600\/55 {
    border-bottom-color: rgb(87 83 78 / 0.55);
  }

  .md\:border-b-stone-600\/60 {
    border-bottom-color: rgb(87 83 78 / 0.6);
  }

  .md\:border-b-stone-600\/65 {
    border-bottom-color: rgb(87 83 78 / 0.65);
  }

  .md\:border-b-stone-600\/70 {
    border-bottom-color: rgb(87 83 78 / 0.7);
  }

  .md\:border-b-stone-600\/75 {
    border-bottom-color: rgb(87 83 78 / 0.75);
  }

  .md\:border-b-stone-600\/80 {
    border-bottom-color: rgb(87 83 78 / 0.8);
  }

  .md\:border-b-stone-600\/85 {
    border-bottom-color: rgb(87 83 78 / 0.85);
  }

  .md\:border-b-stone-600\/90 {
    border-bottom-color: rgb(87 83 78 / 0.9);
  }

  .md\:border-b-stone-600\/95 {
    border-bottom-color: rgb(87 83 78 / 0.95);
  }

  .md\:border-b-stone-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity));
  }

  .md\:border-b-stone-700\/0 {
    border-bottom-color: rgb(68 64 60 / 0);
  }

  .md\:border-b-stone-700\/10 {
    border-bottom-color: rgb(68 64 60 / 0.1);
  }

  .md\:border-b-stone-700\/100 {
    border-bottom-color: rgb(68 64 60 / 1);
  }

  .md\:border-b-stone-700\/15 {
    border-bottom-color: rgb(68 64 60 / 0.15);
  }

  .md\:border-b-stone-700\/20 {
    border-bottom-color: rgb(68 64 60 / 0.2);
  }

  .md\:border-b-stone-700\/25 {
    border-bottom-color: rgb(68 64 60 / 0.25);
  }

  .md\:border-b-stone-700\/30 {
    border-bottom-color: rgb(68 64 60 / 0.3);
  }

  .md\:border-b-stone-700\/35 {
    border-bottom-color: rgb(68 64 60 / 0.35);
  }

  .md\:border-b-stone-700\/40 {
    border-bottom-color: rgb(68 64 60 / 0.4);
  }

  .md\:border-b-stone-700\/45 {
    border-bottom-color: rgb(68 64 60 / 0.45);
  }

  .md\:border-b-stone-700\/5 {
    border-bottom-color: rgb(68 64 60 / 0.05);
  }

  .md\:border-b-stone-700\/50 {
    border-bottom-color: rgb(68 64 60 / 0.5);
  }

  .md\:border-b-stone-700\/55 {
    border-bottom-color: rgb(68 64 60 / 0.55);
  }

  .md\:border-b-stone-700\/60 {
    border-bottom-color: rgb(68 64 60 / 0.6);
  }

  .md\:border-b-stone-700\/65 {
    border-bottom-color: rgb(68 64 60 / 0.65);
  }

  .md\:border-b-stone-700\/70 {
    border-bottom-color: rgb(68 64 60 / 0.7);
  }

  .md\:border-b-stone-700\/75 {
    border-bottom-color: rgb(68 64 60 / 0.75);
  }

  .md\:border-b-stone-700\/80 {
    border-bottom-color: rgb(68 64 60 / 0.8);
  }

  .md\:border-b-stone-700\/85 {
    border-bottom-color: rgb(68 64 60 / 0.85);
  }

  .md\:border-b-stone-700\/90 {
    border-bottom-color: rgb(68 64 60 / 0.9);
  }

  .md\:border-b-stone-700\/95 {
    border-bottom-color: rgb(68 64 60 / 0.95);
  }

  .md\:border-b-stone-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity));
  }

  .md\:border-b-stone-800\/0 {
    border-bottom-color: rgb(41 37 36 / 0);
  }

  .md\:border-b-stone-800\/10 {
    border-bottom-color: rgb(41 37 36 / 0.1);
  }

  .md\:border-b-stone-800\/100 {
    border-bottom-color: rgb(41 37 36 / 1);
  }

  .md\:border-b-stone-800\/15 {
    border-bottom-color: rgb(41 37 36 / 0.15);
  }

  .md\:border-b-stone-800\/20 {
    border-bottom-color: rgb(41 37 36 / 0.2);
  }

  .md\:border-b-stone-800\/25 {
    border-bottom-color: rgb(41 37 36 / 0.25);
  }

  .md\:border-b-stone-800\/30 {
    border-bottom-color: rgb(41 37 36 / 0.3);
  }

  .md\:border-b-stone-800\/35 {
    border-bottom-color: rgb(41 37 36 / 0.35);
  }

  .md\:border-b-stone-800\/40 {
    border-bottom-color: rgb(41 37 36 / 0.4);
  }

  .md\:border-b-stone-800\/45 {
    border-bottom-color: rgb(41 37 36 / 0.45);
  }

  .md\:border-b-stone-800\/5 {
    border-bottom-color: rgb(41 37 36 / 0.05);
  }

  .md\:border-b-stone-800\/50 {
    border-bottom-color: rgb(41 37 36 / 0.5);
  }

  .md\:border-b-stone-800\/55 {
    border-bottom-color: rgb(41 37 36 / 0.55);
  }

  .md\:border-b-stone-800\/60 {
    border-bottom-color: rgb(41 37 36 / 0.6);
  }

  .md\:border-b-stone-800\/65 {
    border-bottom-color: rgb(41 37 36 / 0.65);
  }

  .md\:border-b-stone-800\/70 {
    border-bottom-color: rgb(41 37 36 / 0.7);
  }

  .md\:border-b-stone-800\/75 {
    border-bottom-color: rgb(41 37 36 / 0.75);
  }

  .md\:border-b-stone-800\/80 {
    border-bottom-color: rgb(41 37 36 / 0.8);
  }

  .md\:border-b-stone-800\/85 {
    border-bottom-color: rgb(41 37 36 / 0.85);
  }

  .md\:border-b-stone-800\/90 {
    border-bottom-color: rgb(41 37 36 / 0.9);
  }

  .md\:border-b-stone-800\/95 {
    border-bottom-color: rgb(41 37 36 / 0.95);
  }

  .md\:border-b-stone-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity));
  }

  .md\:border-b-stone-900\/0 {
    border-bottom-color: rgb(28 25 23 / 0);
  }

  .md\:border-b-stone-900\/10 {
    border-bottom-color: rgb(28 25 23 / 0.1);
  }

  .md\:border-b-stone-900\/100 {
    border-bottom-color: rgb(28 25 23 / 1);
  }

  .md\:border-b-stone-900\/15 {
    border-bottom-color: rgb(28 25 23 / 0.15);
  }

  .md\:border-b-stone-900\/20 {
    border-bottom-color: rgb(28 25 23 / 0.2);
  }

  .md\:border-b-stone-900\/25 {
    border-bottom-color: rgb(28 25 23 / 0.25);
  }

  .md\:border-b-stone-900\/30 {
    border-bottom-color: rgb(28 25 23 / 0.3);
  }

  .md\:border-b-stone-900\/35 {
    border-bottom-color: rgb(28 25 23 / 0.35);
  }

  .md\:border-b-stone-900\/40 {
    border-bottom-color: rgb(28 25 23 / 0.4);
  }

  .md\:border-b-stone-900\/45 {
    border-bottom-color: rgb(28 25 23 / 0.45);
  }

  .md\:border-b-stone-900\/5 {
    border-bottom-color: rgb(28 25 23 / 0.05);
  }

  .md\:border-b-stone-900\/50 {
    border-bottom-color: rgb(28 25 23 / 0.5);
  }

  .md\:border-b-stone-900\/55 {
    border-bottom-color: rgb(28 25 23 / 0.55);
  }

  .md\:border-b-stone-900\/60 {
    border-bottom-color: rgb(28 25 23 / 0.6);
  }

  .md\:border-b-stone-900\/65 {
    border-bottom-color: rgb(28 25 23 / 0.65);
  }

  .md\:border-b-stone-900\/70 {
    border-bottom-color: rgb(28 25 23 / 0.7);
  }

  .md\:border-b-stone-900\/75 {
    border-bottom-color: rgb(28 25 23 / 0.75);
  }

  .md\:border-b-stone-900\/80 {
    border-bottom-color: rgb(28 25 23 / 0.8);
  }

  .md\:border-b-stone-900\/85 {
    border-bottom-color: rgb(28 25 23 / 0.85);
  }

  .md\:border-b-stone-900\/90 {
    border-bottom-color: rgb(28 25 23 / 0.9);
  }

  .md\:border-b-stone-900\/95 {
    border-bottom-color: rgb(28 25 23 / 0.95);
  }

  .md\:border-b-stone-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity));
  }

  .md\:border-b-stone-950\/0 {
    border-bottom-color: rgb(12 10 9 / 0);
  }

  .md\:border-b-stone-950\/10 {
    border-bottom-color: rgb(12 10 9 / 0.1);
  }

  .md\:border-b-stone-950\/100 {
    border-bottom-color: rgb(12 10 9 / 1);
  }

  .md\:border-b-stone-950\/15 {
    border-bottom-color: rgb(12 10 9 / 0.15);
  }

  .md\:border-b-stone-950\/20 {
    border-bottom-color: rgb(12 10 9 / 0.2);
  }

  .md\:border-b-stone-950\/25 {
    border-bottom-color: rgb(12 10 9 / 0.25);
  }

  .md\:border-b-stone-950\/30 {
    border-bottom-color: rgb(12 10 9 / 0.3);
  }

  .md\:border-b-stone-950\/35 {
    border-bottom-color: rgb(12 10 9 / 0.35);
  }

  .md\:border-b-stone-950\/40 {
    border-bottom-color: rgb(12 10 9 / 0.4);
  }

  .md\:border-b-stone-950\/45 {
    border-bottom-color: rgb(12 10 9 / 0.45);
  }

  .md\:border-b-stone-950\/5 {
    border-bottom-color: rgb(12 10 9 / 0.05);
  }

  .md\:border-b-stone-950\/50 {
    border-bottom-color: rgb(12 10 9 / 0.5);
  }

  .md\:border-b-stone-950\/55 {
    border-bottom-color: rgb(12 10 9 / 0.55);
  }

  .md\:border-b-stone-950\/60 {
    border-bottom-color: rgb(12 10 9 / 0.6);
  }

  .md\:border-b-stone-950\/65 {
    border-bottom-color: rgb(12 10 9 / 0.65);
  }

  .md\:border-b-stone-950\/70 {
    border-bottom-color: rgb(12 10 9 / 0.7);
  }

  .md\:border-b-stone-950\/75 {
    border-bottom-color: rgb(12 10 9 / 0.75);
  }

  .md\:border-b-stone-950\/80 {
    border-bottom-color: rgb(12 10 9 / 0.8);
  }

  .md\:border-b-stone-950\/85 {
    border-bottom-color: rgb(12 10 9 / 0.85);
  }

  .md\:border-b-stone-950\/90 {
    border-bottom-color: rgb(12 10 9 / 0.9);
  }

  .md\:border-b-stone-950\/95 {
    border-bottom-color: rgb(12 10 9 / 0.95);
  }

  .md\:border-b-teal-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity));
  }

  .md\:border-b-teal-100\/0 {
    border-bottom-color: rgb(204 251 241 / 0);
  }

  .md\:border-b-teal-100\/10 {
    border-bottom-color: rgb(204 251 241 / 0.1);
  }

  .md\:border-b-teal-100\/100 {
    border-bottom-color: rgb(204 251 241 / 1);
  }

  .md\:border-b-teal-100\/15 {
    border-bottom-color: rgb(204 251 241 / 0.15);
  }

  .md\:border-b-teal-100\/20 {
    border-bottom-color: rgb(204 251 241 / 0.2);
  }

  .md\:border-b-teal-100\/25 {
    border-bottom-color: rgb(204 251 241 / 0.25);
  }

  .md\:border-b-teal-100\/30 {
    border-bottom-color: rgb(204 251 241 / 0.3);
  }

  .md\:border-b-teal-100\/35 {
    border-bottom-color: rgb(204 251 241 / 0.35);
  }

  .md\:border-b-teal-100\/40 {
    border-bottom-color: rgb(204 251 241 / 0.4);
  }

  .md\:border-b-teal-100\/45 {
    border-bottom-color: rgb(204 251 241 / 0.45);
  }

  .md\:border-b-teal-100\/5 {
    border-bottom-color: rgb(204 251 241 / 0.05);
  }

  .md\:border-b-teal-100\/50 {
    border-bottom-color: rgb(204 251 241 / 0.5);
  }

  .md\:border-b-teal-100\/55 {
    border-bottom-color: rgb(204 251 241 / 0.55);
  }

  .md\:border-b-teal-100\/60 {
    border-bottom-color: rgb(204 251 241 / 0.6);
  }

  .md\:border-b-teal-100\/65 {
    border-bottom-color: rgb(204 251 241 / 0.65);
  }

  .md\:border-b-teal-100\/70 {
    border-bottom-color: rgb(204 251 241 / 0.7);
  }

  .md\:border-b-teal-100\/75 {
    border-bottom-color: rgb(204 251 241 / 0.75);
  }

  .md\:border-b-teal-100\/80 {
    border-bottom-color: rgb(204 251 241 / 0.8);
  }

  .md\:border-b-teal-100\/85 {
    border-bottom-color: rgb(204 251 241 / 0.85);
  }

  .md\:border-b-teal-100\/90 {
    border-bottom-color: rgb(204 251 241 / 0.9);
  }

  .md\:border-b-teal-100\/95 {
    border-bottom-color: rgb(204 251 241 / 0.95);
  }

  .md\:border-b-teal-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity));
  }

  .md\:border-b-teal-200\/0 {
    border-bottom-color: rgb(153 246 228 / 0);
  }

  .md\:border-b-teal-200\/10 {
    border-bottom-color: rgb(153 246 228 / 0.1);
  }

  .md\:border-b-teal-200\/100 {
    border-bottom-color: rgb(153 246 228 / 1);
  }

  .md\:border-b-teal-200\/15 {
    border-bottom-color: rgb(153 246 228 / 0.15);
  }

  .md\:border-b-teal-200\/20 {
    border-bottom-color: rgb(153 246 228 / 0.2);
  }

  .md\:border-b-teal-200\/25 {
    border-bottom-color: rgb(153 246 228 / 0.25);
  }

  .md\:border-b-teal-200\/30 {
    border-bottom-color: rgb(153 246 228 / 0.3);
  }

  .md\:border-b-teal-200\/35 {
    border-bottom-color: rgb(153 246 228 / 0.35);
  }

  .md\:border-b-teal-200\/40 {
    border-bottom-color: rgb(153 246 228 / 0.4);
  }

  .md\:border-b-teal-200\/45 {
    border-bottom-color: rgb(153 246 228 / 0.45);
  }

  .md\:border-b-teal-200\/5 {
    border-bottom-color: rgb(153 246 228 / 0.05);
  }

  .md\:border-b-teal-200\/50 {
    border-bottom-color: rgb(153 246 228 / 0.5);
  }

  .md\:border-b-teal-200\/55 {
    border-bottom-color: rgb(153 246 228 / 0.55);
  }

  .md\:border-b-teal-200\/60 {
    border-bottom-color: rgb(153 246 228 / 0.6);
  }

  .md\:border-b-teal-200\/65 {
    border-bottom-color: rgb(153 246 228 / 0.65);
  }

  .md\:border-b-teal-200\/70 {
    border-bottom-color: rgb(153 246 228 / 0.7);
  }

  .md\:border-b-teal-200\/75 {
    border-bottom-color: rgb(153 246 228 / 0.75);
  }

  .md\:border-b-teal-200\/80 {
    border-bottom-color: rgb(153 246 228 / 0.8);
  }

  .md\:border-b-teal-200\/85 {
    border-bottom-color: rgb(153 246 228 / 0.85);
  }

  .md\:border-b-teal-200\/90 {
    border-bottom-color: rgb(153 246 228 / 0.9);
  }

  .md\:border-b-teal-200\/95 {
    border-bottom-color: rgb(153 246 228 / 0.95);
  }

  .md\:border-b-teal-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity));
  }

  .md\:border-b-teal-300\/0 {
    border-bottom-color: rgb(94 234 212 / 0);
  }

  .md\:border-b-teal-300\/10 {
    border-bottom-color: rgb(94 234 212 / 0.1);
  }

  .md\:border-b-teal-300\/100 {
    border-bottom-color: rgb(94 234 212 / 1);
  }

  .md\:border-b-teal-300\/15 {
    border-bottom-color: rgb(94 234 212 / 0.15);
  }

  .md\:border-b-teal-300\/20 {
    border-bottom-color: rgb(94 234 212 / 0.2);
  }

  .md\:border-b-teal-300\/25 {
    border-bottom-color: rgb(94 234 212 / 0.25);
  }

  .md\:border-b-teal-300\/30 {
    border-bottom-color: rgb(94 234 212 / 0.3);
  }

  .md\:border-b-teal-300\/35 {
    border-bottom-color: rgb(94 234 212 / 0.35);
  }

  .md\:border-b-teal-300\/40 {
    border-bottom-color: rgb(94 234 212 / 0.4);
  }

  .md\:border-b-teal-300\/45 {
    border-bottom-color: rgb(94 234 212 / 0.45);
  }

  .md\:border-b-teal-300\/5 {
    border-bottom-color: rgb(94 234 212 / 0.05);
  }

  .md\:border-b-teal-300\/50 {
    border-bottom-color: rgb(94 234 212 / 0.5);
  }

  .md\:border-b-teal-300\/55 {
    border-bottom-color: rgb(94 234 212 / 0.55);
  }

  .md\:border-b-teal-300\/60 {
    border-bottom-color: rgb(94 234 212 / 0.6);
  }

  .md\:border-b-teal-300\/65 {
    border-bottom-color: rgb(94 234 212 / 0.65);
  }

  .md\:border-b-teal-300\/70 {
    border-bottom-color: rgb(94 234 212 / 0.7);
  }

  .md\:border-b-teal-300\/75 {
    border-bottom-color: rgb(94 234 212 / 0.75);
  }

  .md\:border-b-teal-300\/80 {
    border-bottom-color: rgb(94 234 212 / 0.8);
  }

  .md\:border-b-teal-300\/85 {
    border-bottom-color: rgb(94 234 212 / 0.85);
  }

  .md\:border-b-teal-300\/90 {
    border-bottom-color: rgb(94 234 212 / 0.9);
  }

  .md\:border-b-teal-300\/95 {
    border-bottom-color: rgb(94 234 212 / 0.95);
  }

  .md\:border-b-teal-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity));
  }

  .md\:border-b-teal-400\/0 {
    border-bottom-color: rgb(45 212 191 / 0);
  }

  .md\:border-b-teal-400\/10 {
    border-bottom-color: rgb(45 212 191 / 0.1);
  }

  .md\:border-b-teal-400\/100 {
    border-bottom-color: rgb(45 212 191 / 1);
  }

  .md\:border-b-teal-400\/15 {
    border-bottom-color: rgb(45 212 191 / 0.15);
  }

  .md\:border-b-teal-400\/20 {
    border-bottom-color: rgb(45 212 191 / 0.2);
  }

  .md\:border-b-teal-400\/25 {
    border-bottom-color: rgb(45 212 191 / 0.25);
  }

  .md\:border-b-teal-400\/30 {
    border-bottom-color: rgb(45 212 191 / 0.3);
  }

  .md\:border-b-teal-400\/35 {
    border-bottom-color: rgb(45 212 191 / 0.35);
  }

  .md\:border-b-teal-400\/40 {
    border-bottom-color: rgb(45 212 191 / 0.4);
  }

  .md\:border-b-teal-400\/45 {
    border-bottom-color: rgb(45 212 191 / 0.45);
  }

  .md\:border-b-teal-400\/5 {
    border-bottom-color: rgb(45 212 191 / 0.05);
  }

  .md\:border-b-teal-400\/50 {
    border-bottom-color: rgb(45 212 191 / 0.5);
  }

  .md\:border-b-teal-400\/55 {
    border-bottom-color: rgb(45 212 191 / 0.55);
  }

  .md\:border-b-teal-400\/60 {
    border-bottom-color: rgb(45 212 191 / 0.6);
  }

  .md\:border-b-teal-400\/65 {
    border-bottom-color: rgb(45 212 191 / 0.65);
  }

  .md\:border-b-teal-400\/70 {
    border-bottom-color: rgb(45 212 191 / 0.7);
  }

  .md\:border-b-teal-400\/75 {
    border-bottom-color: rgb(45 212 191 / 0.75);
  }

  .md\:border-b-teal-400\/80 {
    border-bottom-color: rgb(45 212 191 / 0.8);
  }

  .md\:border-b-teal-400\/85 {
    border-bottom-color: rgb(45 212 191 / 0.85);
  }

  .md\:border-b-teal-400\/90 {
    border-bottom-color: rgb(45 212 191 / 0.9);
  }

  .md\:border-b-teal-400\/95 {
    border-bottom-color: rgb(45 212 191 / 0.95);
  }

  .md\:border-b-teal-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity));
  }

  .md\:border-b-teal-50\/0 {
    border-bottom-color: rgb(240 253 250 / 0);
  }

  .md\:border-b-teal-50\/10 {
    border-bottom-color: rgb(240 253 250 / 0.1);
  }

  .md\:border-b-teal-50\/100 {
    border-bottom-color: rgb(240 253 250 / 1);
  }

  .md\:border-b-teal-50\/15 {
    border-bottom-color: rgb(240 253 250 / 0.15);
  }

  .md\:border-b-teal-50\/20 {
    border-bottom-color: rgb(240 253 250 / 0.2);
  }

  .md\:border-b-teal-50\/25 {
    border-bottom-color: rgb(240 253 250 / 0.25);
  }

  .md\:border-b-teal-50\/30 {
    border-bottom-color: rgb(240 253 250 / 0.3);
  }

  .md\:border-b-teal-50\/35 {
    border-bottom-color: rgb(240 253 250 / 0.35);
  }

  .md\:border-b-teal-50\/40 {
    border-bottom-color: rgb(240 253 250 / 0.4);
  }

  .md\:border-b-teal-50\/45 {
    border-bottom-color: rgb(240 253 250 / 0.45);
  }

  .md\:border-b-teal-50\/5 {
    border-bottom-color: rgb(240 253 250 / 0.05);
  }

  .md\:border-b-teal-50\/50 {
    border-bottom-color: rgb(240 253 250 / 0.5);
  }

  .md\:border-b-teal-50\/55 {
    border-bottom-color: rgb(240 253 250 / 0.55);
  }

  .md\:border-b-teal-50\/60 {
    border-bottom-color: rgb(240 253 250 / 0.6);
  }

  .md\:border-b-teal-50\/65 {
    border-bottom-color: rgb(240 253 250 / 0.65);
  }

  .md\:border-b-teal-50\/70 {
    border-bottom-color: rgb(240 253 250 / 0.7);
  }

  .md\:border-b-teal-50\/75 {
    border-bottom-color: rgb(240 253 250 / 0.75);
  }

  .md\:border-b-teal-50\/80 {
    border-bottom-color: rgb(240 253 250 / 0.8);
  }

  .md\:border-b-teal-50\/85 {
    border-bottom-color: rgb(240 253 250 / 0.85);
  }

  .md\:border-b-teal-50\/90 {
    border-bottom-color: rgb(240 253 250 / 0.9);
  }

  .md\:border-b-teal-50\/95 {
    border-bottom-color: rgb(240 253 250 / 0.95);
  }

  .md\:border-b-teal-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity));
  }

  .md\:border-b-teal-500\/0 {
    border-bottom-color: rgb(20 184 166 / 0);
  }

  .md\:border-b-teal-500\/10 {
    border-bottom-color: rgb(20 184 166 / 0.1);
  }

  .md\:border-b-teal-500\/100 {
    border-bottom-color: rgb(20 184 166 / 1);
  }

  .md\:border-b-teal-500\/15 {
    border-bottom-color: rgb(20 184 166 / 0.15);
  }

  .md\:border-b-teal-500\/20 {
    border-bottom-color: rgb(20 184 166 / 0.2);
  }

  .md\:border-b-teal-500\/25 {
    border-bottom-color: rgb(20 184 166 / 0.25);
  }

  .md\:border-b-teal-500\/30 {
    border-bottom-color: rgb(20 184 166 / 0.3);
  }

  .md\:border-b-teal-500\/35 {
    border-bottom-color: rgb(20 184 166 / 0.35);
  }

  .md\:border-b-teal-500\/40 {
    border-bottom-color: rgb(20 184 166 / 0.4);
  }

  .md\:border-b-teal-500\/45 {
    border-bottom-color: rgb(20 184 166 / 0.45);
  }

  .md\:border-b-teal-500\/5 {
    border-bottom-color: rgb(20 184 166 / 0.05);
  }

  .md\:border-b-teal-500\/50 {
    border-bottom-color: rgb(20 184 166 / 0.5);
  }

  .md\:border-b-teal-500\/55 {
    border-bottom-color: rgb(20 184 166 / 0.55);
  }

  .md\:border-b-teal-500\/60 {
    border-bottom-color: rgb(20 184 166 / 0.6);
  }

  .md\:border-b-teal-500\/65 {
    border-bottom-color: rgb(20 184 166 / 0.65);
  }

  .md\:border-b-teal-500\/70 {
    border-bottom-color: rgb(20 184 166 / 0.7);
  }

  .md\:border-b-teal-500\/75 {
    border-bottom-color: rgb(20 184 166 / 0.75);
  }

  .md\:border-b-teal-500\/80 {
    border-bottom-color: rgb(20 184 166 / 0.8);
  }

  .md\:border-b-teal-500\/85 {
    border-bottom-color: rgb(20 184 166 / 0.85);
  }

  .md\:border-b-teal-500\/90 {
    border-bottom-color: rgb(20 184 166 / 0.9);
  }

  .md\:border-b-teal-500\/95 {
    border-bottom-color: rgb(20 184 166 / 0.95);
  }

  .md\:border-b-teal-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity));
  }

  .md\:border-b-teal-600\/0 {
    border-bottom-color: rgb(13 148 136 / 0);
  }

  .md\:border-b-teal-600\/10 {
    border-bottom-color: rgb(13 148 136 / 0.1);
  }

  .md\:border-b-teal-600\/100 {
    border-bottom-color: rgb(13 148 136 / 1);
  }

  .md\:border-b-teal-600\/15 {
    border-bottom-color: rgb(13 148 136 / 0.15);
  }

  .md\:border-b-teal-600\/20 {
    border-bottom-color: rgb(13 148 136 / 0.2);
  }

  .md\:border-b-teal-600\/25 {
    border-bottom-color: rgb(13 148 136 / 0.25);
  }

  .md\:border-b-teal-600\/30 {
    border-bottom-color: rgb(13 148 136 / 0.3);
  }

  .md\:border-b-teal-600\/35 {
    border-bottom-color: rgb(13 148 136 / 0.35);
  }

  .md\:border-b-teal-600\/40 {
    border-bottom-color: rgb(13 148 136 / 0.4);
  }

  .md\:border-b-teal-600\/45 {
    border-bottom-color: rgb(13 148 136 / 0.45);
  }

  .md\:border-b-teal-600\/5 {
    border-bottom-color: rgb(13 148 136 / 0.05);
  }

  .md\:border-b-teal-600\/50 {
    border-bottom-color: rgb(13 148 136 / 0.5);
  }

  .md\:border-b-teal-600\/55 {
    border-bottom-color: rgb(13 148 136 / 0.55);
  }

  .md\:border-b-teal-600\/60 {
    border-bottom-color: rgb(13 148 136 / 0.6);
  }

  .md\:border-b-teal-600\/65 {
    border-bottom-color: rgb(13 148 136 / 0.65);
  }

  .md\:border-b-teal-600\/70 {
    border-bottom-color: rgb(13 148 136 / 0.7);
  }

  .md\:border-b-teal-600\/75 {
    border-bottom-color: rgb(13 148 136 / 0.75);
  }

  .md\:border-b-teal-600\/80 {
    border-bottom-color: rgb(13 148 136 / 0.8);
  }

  .md\:border-b-teal-600\/85 {
    border-bottom-color: rgb(13 148 136 / 0.85);
  }

  .md\:border-b-teal-600\/90 {
    border-bottom-color: rgb(13 148 136 / 0.9);
  }

  .md\:border-b-teal-600\/95 {
    border-bottom-color: rgb(13 148 136 / 0.95);
  }

  .md\:border-b-teal-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity));
  }

  .md\:border-b-teal-700\/0 {
    border-bottom-color: rgb(15 118 110 / 0);
  }

  .md\:border-b-teal-700\/10 {
    border-bottom-color: rgb(15 118 110 / 0.1);
  }

  .md\:border-b-teal-700\/100 {
    border-bottom-color: rgb(15 118 110 / 1);
  }

  .md\:border-b-teal-700\/15 {
    border-bottom-color: rgb(15 118 110 / 0.15);
  }

  .md\:border-b-teal-700\/20 {
    border-bottom-color: rgb(15 118 110 / 0.2);
  }

  .md\:border-b-teal-700\/25 {
    border-bottom-color: rgb(15 118 110 / 0.25);
  }

  .md\:border-b-teal-700\/30 {
    border-bottom-color: rgb(15 118 110 / 0.3);
  }

  .md\:border-b-teal-700\/35 {
    border-bottom-color: rgb(15 118 110 / 0.35);
  }

  .md\:border-b-teal-700\/40 {
    border-bottom-color: rgb(15 118 110 / 0.4);
  }

  .md\:border-b-teal-700\/45 {
    border-bottom-color: rgb(15 118 110 / 0.45);
  }

  .md\:border-b-teal-700\/5 {
    border-bottom-color: rgb(15 118 110 / 0.05);
  }

  .md\:border-b-teal-700\/50 {
    border-bottom-color: rgb(15 118 110 / 0.5);
  }

  .md\:border-b-teal-700\/55 {
    border-bottom-color: rgb(15 118 110 / 0.55);
  }

  .md\:border-b-teal-700\/60 {
    border-bottom-color: rgb(15 118 110 / 0.6);
  }

  .md\:border-b-teal-700\/65 {
    border-bottom-color: rgb(15 118 110 / 0.65);
  }

  .md\:border-b-teal-700\/70 {
    border-bottom-color: rgb(15 118 110 / 0.7);
  }

  .md\:border-b-teal-700\/75 {
    border-bottom-color: rgb(15 118 110 / 0.75);
  }

  .md\:border-b-teal-700\/80 {
    border-bottom-color: rgb(15 118 110 / 0.8);
  }

  .md\:border-b-teal-700\/85 {
    border-bottom-color: rgb(15 118 110 / 0.85);
  }

  .md\:border-b-teal-700\/90 {
    border-bottom-color: rgb(15 118 110 / 0.9);
  }

  .md\:border-b-teal-700\/95 {
    border-bottom-color: rgb(15 118 110 / 0.95);
  }

  .md\:border-b-teal-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity));
  }

  .md\:border-b-teal-800\/0 {
    border-bottom-color: rgb(17 94 89 / 0);
  }

  .md\:border-b-teal-800\/10 {
    border-bottom-color: rgb(17 94 89 / 0.1);
  }

  .md\:border-b-teal-800\/100 {
    border-bottom-color: rgb(17 94 89 / 1);
  }

  .md\:border-b-teal-800\/15 {
    border-bottom-color: rgb(17 94 89 / 0.15);
  }

  .md\:border-b-teal-800\/20 {
    border-bottom-color: rgb(17 94 89 / 0.2);
  }

  .md\:border-b-teal-800\/25 {
    border-bottom-color: rgb(17 94 89 / 0.25);
  }

  .md\:border-b-teal-800\/30 {
    border-bottom-color: rgb(17 94 89 / 0.3);
  }

  .md\:border-b-teal-800\/35 {
    border-bottom-color: rgb(17 94 89 / 0.35);
  }

  .md\:border-b-teal-800\/40 {
    border-bottom-color: rgb(17 94 89 / 0.4);
  }

  .md\:border-b-teal-800\/45 {
    border-bottom-color: rgb(17 94 89 / 0.45);
  }

  .md\:border-b-teal-800\/5 {
    border-bottom-color: rgb(17 94 89 / 0.05);
  }

  .md\:border-b-teal-800\/50 {
    border-bottom-color: rgb(17 94 89 / 0.5);
  }

  .md\:border-b-teal-800\/55 {
    border-bottom-color: rgb(17 94 89 / 0.55);
  }

  .md\:border-b-teal-800\/60 {
    border-bottom-color: rgb(17 94 89 / 0.6);
  }

  .md\:border-b-teal-800\/65 {
    border-bottom-color: rgb(17 94 89 / 0.65);
  }

  .md\:border-b-teal-800\/70 {
    border-bottom-color: rgb(17 94 89 / 0.7);
  }

  .md\:border-b-teal-800\/75 {
    border-bottom-color: rgb(17 94 89 / 0.75);
  }

  .md\:border-b-teal-800\/80 {
    border-bottom-color: rgb(17 94 89 / 0.8);
  }

  .md\:border-b-teal-800\/85 {
    border-bottom-color: rgb(17 94 89 / 0.85);
  }

  .md\:border-b-teal-800\/90 {
    border-bottom-color: rgb(17 94 89 / 0.9);
  }

  .md\:border-b-teal-800\/95 {
    border-bottom-color: rgb(17 94 89 / 0.95);
  }

  .md\:border-b-teal-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity));
  }

  .md\:border-b-teal-900\/0 {
    border-bottom-color: rgb(19 78 74 / 0);
  }

  .md\:border-b-teal-900\/10 {
    border-bottom-color: rgb(19 78 74 / 0.1);
  }

  .md\:border-b-teal-900\/100 {
    border-bottom-color: rgb(19 78 74 / 1);
  }

  .md\:border-b-teal-900\/15 {
    border-bottom-color: rgb(19 78 74 / 0.15);
  }

  .md\:border-b-teal-900\/20 {
    border-bottom-color: rgb(19 78 74 / 0.2);
  }

  .md\:border-b-teal-900\/25 {
    border-bottom-color: rgb(19 78 74 / 0.25);
  }

  .md\:border-b-teal-900\/30 {
    border-bottom-color: rgb(19 78 74 / 0.3);
  }

  .md\:border-b-teal-900\/35 {
    border-bottom-color: rgb(19 78 74 / 0.35);
  }

  .md\:border-b-teal-900\/40 {
    border-bottom-color: rgb(19 78 74 / 0.4);
  }

  .md\:border-b-teal-900\/45 {
    border-bottom-color: rgb(19 78 74 / 0.45);
  }

  .md\:border-b-teal-900\/5 {
    border-bottom-color: rgb(19 78 74 / 0.05);
  }

  .md\:border-b-teal-900\/50 {
    border-bottom-color: rgb(19 78 74 / 0.5);
  }

  .md\:border-b-teal-900\/55 {
    border-bottom-color: rgb(19 78 74 / 0.55);
  }

  .md\:border-b-teal-900\/60 {
    border-bottom-color: rgb(19 78 74 / 0.6);
  }

  .md\:border-b-teal-900\/65 {
    border-bottom-color: rgb(19 78 74 / 0.65);
  }

  .md\:border-b-teal-900\/70 {
    border-bottom-color: rgb(19 78 74 / 0.7);
  }

  .md\:border-b-teal-900\/75 {
    border-bottom-color: rgb(19 78 74 / 0.75);
  }

  .md\:border-b-teal-900\/80 {
    border-bottom-color: rgb(19 78 74 / 0.8);
  }

  .md\:border-b-teal-900\/85 {
    border-bottom-color: rgb(19 78 74 / 0.85);
  }

  .md\:border-b-teal-900\/90 {
    border-bottom-color: rgb(19 78 74 / 0.9);
  }

  .md\:border-b-teal-900\/95 {
    border-bottom-color: rgb(19 78 74 / 0.95);
  }

  .md\:border-b-teal-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity));
  }

  .md\:border-b-teal-950\/0 {
    border-bottom-color: rgb(4 47 46 / 0);
  }

  .md\:border-b-teal-950\/10 {
    border-bottom-color: rgb(4 47 46 / 0.1);
  }

  .md\:border-b-teal-950\/100 {
    border-bottom-color: rgb(4 47 46 / 1);
  }

  .md\:border-b-teal-950\/15 {
    border-bottom-color: rgb(4 47 46 / 0.15);
  }

  .md\:border-b-teal-950\/20 {
    border-bottom-color: rgb(4 47 46 / 0.2);
  }

  .md\:border-b-teal-950\/25 {
    border-bottom-color: rgb(4 47 46 / 0.25);
  }

  .md\:border-b-teal-950\/30 {
    border-bottom-color: rgb(4 47 46 / 0.3);
  }

  .md\:border-b-teal-950\/35 {
    border-bottom-color: rgb(4 47 46 / 0.35);
  }

  .md\:border-b-teal-950\/40 {
    border-bottom-color: rgb(4 47 46 / 0.4);
  }

  .md\:border-b-teal-950\/45 {
    border-bottom-color: rgb(4 47 46 / 0.45);
  }

  .md\:border-b-teal-950\/5 {
    border-bottom-color: rgb(4 47 46 / 0.05);
  }

  .md\:border-b-teal-950\/50 {
    border-bottom-color: rgb(4 47 46 / 0.5);
  }

  .md\:border-b-teal-950\/55 {
    border-bottom-color: rgb(4 47 46 / 0.55);
  }

  .md\:border-b-teal-950\/60 {
    border-bottom-color: rgb(4 47 46 / 0.6);
  }

  .md\:border-b-teal-950\/65 {
    border-bottom-color: rgb(4 47 46 / 0.65);
  }

  .md\:border-b-teal-950\/70 {
    border-bottom-color: rgb(4 47 46 / 0.7);
  }

  .md\:border-b-teal-950\/75 {
    border-bottom-color: rgb(4 47 46 / 0.75);
  }

  .md\:border-b-teal-950\/80 {
    border-bottom-color: rgb(4 47 46 / 0.8);
  }

  .md\:border-b-teal-950\/85 {
    border-bottom-color: rgb(4 47 46 / 0.85);
  }

  .md\:border-b-teal-950\/90 {
    border-bottom-color: rgb(4 47 46 / 0.9);
  }

  .md\:border-b-teal-950\/95 {
    border-bottom-color: rgb(4 47 46 / 0.95);
  }

  .md\:border-b-transparent {
    border-bottom-color: transparent;
  }

  .md\:border-b-transparent\/0 {
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .md\:border-b-transparent\/10 {
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-b-transparent\/100 {
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .md\:border-b-transparent\/15 {
    border-bottom-color: rgb(0 0 0 / 0.15);
  }

  .md\:border-b-transparent\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-b-transparent\/25 {
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-b-transparent\/30 {
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-b-transparent\/35 {
    border-bottom-color: rgb(0 0 0 / 0.35);
  }

  .md\:border-b-transparent\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-b-transparent\/45 {
    border-bottom-color: rgb(0 0 0 / 0.45);
  }

  .md\:border-b-transparent\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-b-transparent\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-b-transparent\/55 {
    border-bottom-color: rgb(0 0 0 / 0.55);
  }

  .md\:border-b-transparent\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-b-transparent\/65 {
    border-bottom-color: rgb(0 0 0 / 0.65);
  }

  .md\:border-b-transparent\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-b-transparent\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-b-transparent\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-b-transparent\/85 {
    border-bottom-color: rgb(0 0 0 / 0.85);
  }

  .md\:border-b-transparent\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-b-transparent\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-b-violet-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity));
  }

  .md\:border-b-violet-100\/0 {
    border-bottom-color: rgb(237 233 254 / 0);
  }

  .md\:border-b-violet-100\/10 {
    border-bottom-color: rgb(237 233 254 / 0.1);
  }

  .md\:border-b-violet-100\/100 {
    border-bottom-color: rgb(237 233 254 / 1);
  }

  .md\:border-b-violet-100\/15 {
    border-bottom-color: rgb(237 233 254 / 0.15);
  }

  .md\:border-b-violet-100\/20 {
    border-bottom-color: rgb(237 233 254 / 0.2);
  }

  .md\:border-b-violet-100\/25 {
    border-bottom-color: rgb(237 233 254 / 0.25);
  }

  .md\:border-b-violet-100\/30 {
    border-bottom-color: rgb(237 233 254 / 0.3);
  }

  .md\:border-b-violet-100\/35 {
    border-bottom-color: rgb(237 233 254 / 0.35);
  }

  .md\:border-b-violet-100\/40 {
    border-bottom-color: rgb(237 233 254 / 0.4);
  }

  .md\:border-b-violet-100\/45 {
    border-bottom-color: rgb(237 233 254 / 0.45);
  }

  .md\:border-b-violet-100\/5 {
    border-bottom-color: rgb(237 233 254 / 0.05);
  }

  .md\:border-b-violet-100\/50 {
    border-bottom-color: rgb(237 233 254 / 0.5);
  }

  .md\:border-b-violet-100\/55 {
    border-bottom-color: rgb(237 233 254 / 0.55);
  }

  .md\:border-b-violet-100\/60 {
    border-bottom-color: rgb(237 233 254 / 0.6);
  }

  .md\:border-b-violet-100\/65 {
    border-bottom-color: rgb(237 233 254 / 0.65);
  }

  .md\:border-b-violet-100\/70 {
    border-bottom-color: rgb(237 233 254 / 0.7);
  }

  .md\:border-b-violet-100\/75 {
    border-bottom-color: rgb(237 233 254 / 0.75);
  }

  .md\:border-b-violet-100\/80 {
    border-bottom-color: rgb(237 233 254 / 0.8);
  }

  .md\:border-b-violet-100\/85 {
    border-bottom-color: rgb(237 233 254 / 0.85);
  }

  .md\:border-b-violet-100\/90 {
    border-bottom-color: rgb(237 233 254 / 0.9);
  }

  .md\:border-b-violet-100\/95 {
    border-bottom-color: rgb(237 233 254 / 0.95);
  }

  .md\:border-b-violet-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity));
  }

  .md\:border-b-violet-200\/0 {
    border-bottom-color: rgb(221 214 254 / 0);
  }

  .md\:border-b-violet-200\/10 {
    border-bottom-color: rgb(221 214 254 / 0.1);
  }

  .md\:border-b-violet-200\/100 {
    border-bottom-color: rgb(221 214 254 / 1);
  }

  .md\:border-b-violet-200\/15 {
    border-bottom-color: rgb(221 214 254 / 0.15);
  }

  .md\:border-b-violet-200\/20 {
    border-bottom-color: rgb(221 214 254 / 0.2);
  }

  .md\:border-b-violet-200\/25 {
    border-bottom-color: rgb(221 214 254 / 0.25);
  }

  .md\:border-b-violet-200\/30 {
    border-bottom-color: rgb(221 214 254 / 0.3);
  }

  .md\:border-b-violet-200\/35 {
    border-bottom-color: rgb(221 214 254 / 0.35);
  }

  .md\:border-b-violet-200\/40 {
    border-bottom-color: rgb(221 214 254 / 0.4);
  }

  .md\:border-b-violet-200\/45 {
    border-bottom-color: rgb(221 214 254 / 0.45);
  }

  .md\:border-b-violet-200\/5 {
    border-bottom-color: rgb(221 214 254 / 0.05);
  }

  .md\:border-b-violet-200\/50 {
    border-bottom-color: rgb(221 214 254 / 0.5);
  }

  .md\:border-b-violet-200\/55 {
    border-bottom-color: rgb(221 214 254 / 0.55);
  }

  .md\:border-b-violet-200\/60 {
    border-bottom-color: rgb(221 214 254 / 0.6);
  }

  .md\:border-b-violet-200\/65 {
    border-bottom-color: rgb(221 214 254 / 0.65);
  }

  .md\:border-b-violet-200\/70 {
    border-bottom-color: rgb(221 214 254 / 0.7);
  }

  .md\:border-b-violet-200\/75 {
    border-bottom-color: rgb(221 214 254 / 0.75);
  }

  .md\:border-b-violet-200\/80 {
    border-bottom-color: rgb(221 214 254 / 0.8);
  }

  .md\:border-b-violet-200\/85 {
    border-bottom-color: rgb(221 214 254 / 0.85);
  }

  .md\:border-b-violet-200\/90 {
    border-bottom-color: rgb(221 214 254 / 0.9);
  }

  .md\:border-b-violet-200\/95 {
    border-bottom-color: rgb(221 214 254 / 0.95);
  }

  .md\:border-b-violet-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity));
  }

  .md\:border-b-violet-300\/0 {
    border-bottom-color: rgb(196 181 253 / 0);
  }

  .md\:border-b-violet-300\/10 {
    border-bottom-color: rgb(196 181 253 / 0.1);
  }

  .md\:border-b-violet-300\/100 {
    border-bottom-color: rgb(196 181 253 / 1);
  }

  .md\:border-b-violet-300\/15 {
    border-bottom-color: rgb(196 181 253 / 0.15);
  }

  .md\:border-b-violet-300\/20 {
    border-bottom-color: rgb(196 181 253 / 0.2);
  }

  .md\:border-b-violet-300\/25 {
    border-bottom-color: rgb(196 181 253 / 0.25);
  }

  .md\:border-b-violet-300\/30 {
    border-bottom-color: rgb(196 181 253 / 0.3);
  }

  .md\:border-b-violet-300\/35 {
    border-bottom-color: rgb(196 181 253 / 0.35);
  }

  .md\:border-b-violet-300\/40 {
    border-bottom-color: rgb(196 181 253 / 0.4);
  }

  .md\:border-b-violet-300\/45 {
    border-bottom-color: rgb(196 181 253 / 0.45);
  }

  .md\:border-b-violet-300\/5 {
    border-bottom-color: rgb(196 181 253 / 0.05);
  }

  .md\:border-b-violet-300\/50 {
    border-bottom-color: rgb(196 181 253 / 0.5);
  }

  .md\:border-b-violet-300\/55 {
    border-bottom-color: rgb(196 181 253 / 0.55);
  }

  .md\:border-b-violet-300\/60 {
    border-bottom-color: rgb(196 181 253 / 0.6);
  }

  .md\:border-b-violet-300\/65 {
    border-bottom-color: rgb(196 181 253 / 0.65);
  }

  .md\:border-b-violet-300\/70 {
    border-bottom-color: rgb(196 181 253 / 0.7);
  }

  .md\:border-b-violet-300\/75 {
    border-bottom-color: rgb(196 181 253 / 0.75);
  }

  .md\:border-b-violet-300\/80 {
    border-bottom-color: rgb(196 181 253 / 0.8);
  }

  .md\:border-b-violet-300\/85 {
    border-bottom-color: rgb(196 181 253 / 0.85);
  }

  .md\:border-b-violet-300\/90 {
    border-bottom-color: rgb(196 181 253 / 0.9);
  }

  .md\:border-b-violet-300\/95 {
    border-bottom-color: rgb(196 181 253 / 0.95);
  }

  .md\:border-b-violet-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity));
  }

  .md\:border-b-violet-400\/0 {
    border-bottom-color: rgb(167 139 250 / 0);
  }

  .md\:border-b-violet-400\/10 {
    border-bottom-color: rgb(167 139 250 / 0.1);
  }

  .md\:border-b-violet-400\/100 {
    border-bottom-color: rgb(167 139 250 / 1);
  }

  .md\:border-b-violet-400\/15 {
    border-bottom-color: rgb(167 139 250 / 0.15);
  }

  .md\:border-b-violet-400\/20 {
    border-bottom-color: rgb(167 139 250 / 0.2);
  }

  .md\:border-b-violet-400\/25 {
    border-bottom-color: rgb(167 139 250 / 0.25);
  }

  .md\:border-b-violet-400\/30 {
    border-bottom-color: rgb(167 139 250 / 0.3);
  }

  .md\:border-b-violet-400\/35 {
    border-bottom-color: rgb(167 139 250 / 0.35);
  }

  .md\:border-b-violet-400\/40 {
    border-bottom-color: rgb(167 139 250 / 0.4);
  }

  .md\:border-b-violet-400\/45 {
    border-bottom-color: rgb(167 139 250 / 0.45);
  }

  .md\:border-b-violet-400\/5 {
    border-bottom-color: rgb(167 139 250 / 0.05);
  }

  .md\:border-b-violet-400\/50 {
    border-bottom-color: rgb(167 139 250 / 0.5);
  }

  .md\:border-b-violet-400\/55 {
    border-bottom-color: rgb(167 139 250 / 0.55);
  }

  .md\:border-b-violet-400\/60 {
    border-bottom-color: rgb(167 139 250 / 0.6);
  }

  .md\:border-b-violet-400\/65 {
    border-bottom-color: rgb(167 139 250 / 0.65);
  }

  .md\:border-b-violet-400\/70 {
    border-bottom-color: rgb(167 139 250 / 0.7);
  }

  .md\:border-b-violet-400\/75 {
    border-bottom-color: rgb(167 139 250 / 0.75);
  }

  .md\:border-b-violet-400\/80 {
    border-bottom-color: rgb(167 139 250 / 0.8);
  }

  .md\:border-b-violet-400\/85 {
    border-bottom-color: rgb(167 139 250 / 0.85);
  }

  .md\:border-b-violet-400\/90 {
    border-bottom-color: rgb(167 139 250 / 0.9);
  }

  .md\:border-b-violet-400\/95 {
    border-bottom-color: rgb(167 139 250 / 0.95);
  }

  .md\:border-b-violet-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity));
  }

  .md\:border-b-violet-50\/0 {
    border-bottom-color: rgb(245 243 255 / 0);
  }

  .md\:border-b-violet-50\/10 {
    border-bottom-color: rgb(245 243 255 / 0.1);
  }

  .md\:border-b-violet-50\/100 {
    border-bottom-color: rgb(245 243 255 / 1);
  }

  .md\:border-b-violet-50\/15 {
    border-bottom-color: rgb(245 243 255 / 0.15);
  }

  .md\:border-b-violet-50\/20 {
    border-bottom-color: rgb(245 243 255 / 0.2);
  }

  .md\:border-b-violet-50\/25 {
    border-bottom-color: rgb(245 243 255 / 0.25);
  }

  .md\:border-b-violet-50\/30 {
    border-bottom-color: rgb(245 243 255 / 0.3);
  }

  .md\:border-b-violet-50\/35 {
    border-bottom-color: rgb(245 243 255 / 0.35);
  }

  .md\:border-b-violet-50\/40 {
    border-bottom-color: rgb(245 243 255 / 0.4);
  }

  .md\:border-b-violet-50\/45 {
    border-bottom-color: rgb(245 243 255 / 0.45);
  }

  .md\:border-b-violet-50\/5 {
    border-bottom-color: rgb(245 243 255 / 0.05);
  }

  .md\:border-b-violet-50\/50 {
    border-bottom-color: rgb(245 243 255 / 0.5);
  }

  .md\:border-b-violet-50\/55 {
    border-bottom-color: rgb(245 243 255 / 0.55);
  }

  .md\:border-b-violet-50\/60 {
    border-bottom-color: rgb(245 243 255 / 0.6);
  }

  .md\:border-b-violet-50\/65 {
    border-bottom-color: rgb(245 243 255 / 0.65);
  }

  .md\:border-b-violet-50\/70 {
    border-bottom-color: rgb(245 243 255 / 0.7);
  }

  .md\:border-b-violet-50\/75 {
    border-bottom-color: rgb(245 243 255 / 0.75);
  }

  .md\:border-b-violet-50\/80 {
    border-bottom-color: rgb(245 243 255 / 0.8);
  }

  .md\:border-b-violet-50\/85 {
    border-bottom-color: rgb(245 243 255 / 0.85);
  }

  .md\:border-b-violet-50\/90 {
    border-bottom-color: rgb(245 243 255 / 0.9);
  }

  .md\:border-b-violet-50\/95 {
    border-bottom-color: rgb(245 243 255 / 0.95);
  }

  .md\:border-b-violet-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity));
  }

  .md\:border-b-violet-500\/0 {
    border-bottom-color: rgb(139 92 246 / 0);
  }

  .md\:border-b-violet-500\/10 {
    border-bottom-color: rgb(139 92 246 / 0.1);
  }

  .md\:border-b-violet-500\/100 {
    border-bottom-color: rgb(139 92 246 / 1);
  }

  .md\:border-b-violet-500\/15 {
    border-bottom-color: rgb(139 92 246 / 0.15);
  }

  .md\:border-b-violet-500\/20 {
    border-bottom-color: rgb(139 92 246 / 0.2);
  }

  .md\:border-b-violet-500\/25 {
    border-bottom-color: rgb(139 92 246 / 0.25);
  }

  .md\:border-b-violet-500\/30 {
    border-bottom-color: rgb(139 92 246 / 0.3);
  }

  .md\:border-b-violet-500\/35 {
    border-bottom-color: rgb(139 92 246 / 0.35);
  }

  .md\:border-b-violet-500\/40 {
    border-bottom-color: rgb(139 92 246 / 0.4);
  }

  .md\:border-b-violet-500\/45 {
    border-bottom-color: rgb(139 92 246 / 0.45);
  }

  .md\:border-b-violet-500\/5 {
    border-bottom-color: rgb(139 92 246 / 0.05);
  }

  .md\:border-b-violet-500\/50 {
    border-bottom-color: rgb(139 92 246 / 0.5);
  }

  .md\:border-b-violet-500\/55 {
    border-bottom-color: rgb(139 92 246 / 0.55);
  }

  .md\:border-b-violet-500\/60 {
    border-bottom-color: rgb(139 92 246 / 0.6);
  }

  .md\:border-b-violet-500\/65 {
    border-bottom-color: rgb(139 92 246 / 0.65);
  }

  .md\:border-b-violet-500\/70 {
    border-bottom-color: rgb(139 92 246 / 0.7);
  }

  .md\:border-b-violet-500\/75 {
    border-bottom-color: rgb(139 92 246 / 0.75);
  }

  .md\:border-b-violet-500\/80 {
    border-bottom-color: rgb(139 92 246 / 0.8);
  }

  .md\:border-b-violet-500\/85 {
    border-bottom-color: rgb(139 92 246 / 0.85);
  }

  .md\:border-b-violet-500\/90 {
    border-bottom-color: rgb(139 92 246 / 0.9);
  }

  .md\:border-b-violet-500\/95 {
    border-bottom-color: rgb(139 92 246 / 0.95);
  }

  .md\:border-b-violet-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity));
  }

  .md\:border-b-violet-600\/0 {
    border-bottom-color: rgb(124 58 237 / 0);
  }

  .md\:border-b-violet-600\/10 {
    border-bottom-color: rgb(124 58 237 / 0.1);
  }

  .md\:border-b-violet-600\/100 {
    border-bottom-color: rgb(124 58 237 / 1);
  }

  .md\:border-b-violet-600\/15 {
    border-bottom-color: rgb(124 58 237 / 0.15);
  }

  .md\:border-b-violet-600\/20 {
    border-bottom-color: rgb(124 58 237 / 0.2);
  }

  .md\:border-b-violet-600\/25 {
    border-bottom-color: rgb(124 58 237 / 0.25);
  }

  .md\:border-b-violet-600\/30 {
    border-bottom-color: rgb(124 58 237 / 0.3);
  }

  .md\:border-b-violet-600\/35 {
    border-bottom-color: rgb(124 58 237 / 0.35);
  }

  .md\:border-b-violet-600\/40 {
    border-bottom-color: rgb(124 58 237 / 0.4);
  }

  .md\:border-b-violet-600\/45 {
    border-bottom-color: rgb(124 58 237 / 0.45);
  }

  .md\:border-b-violet-600\/5 {
    border-bottom-color: rgb(124 58 237 / 0.05);
  }

  .md\:border-b-violet-600\/50 {
    border-bottom-color: rgb(124 58 237 / 0.5);
  }

  .md\:border-b-violet-600\/55 {
    border-bottom-color: rgb(124 58 237 / 0.55);
  }

  .md\:border-b-violet-600\/60 {
    border-bottom-color: rgb(124 58 237 / 0.6);
  }

  .md\:border-b-violet-600\/65 {
    border-bottom-color: rgb(124 58 237 / 0.65);
  }

  .md\:border-b-violet-600\/70 {
    border-bottom-color: rgb(124 58 237 / 0.7);
  }

  .md\:border-b-violet-600\/75 {
    border-bottom-color: rgb(124 58 237 / 0.75);
  }

  .md\:border-b-violet-600\/80 {
    border-bottom-color: rgb(124 58 237 / 0.8);
  }

  .md\:border-b-violet-600\/85 {
    border-bottom-color: rgb(124 58 237 / 0.85);
  }

  .md\:border-b-violet-600\/90 {
    border-bottom-color: rgb(124 58 237 / 0.9);
  }

  .md\:border-b-violet-600\/95 {
    border-bottom-color: rgb(124 58 237 / 0.95);
  }

  .md\:border-b-violet-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity));
  }

  .md\:border-b-violet-700\/0 {
    border-bottom-color: rgb(109 40 217 / 0);
  }

  .md\:border-b-violet-700\/10 {
    border-bottom-color: rgb(109 40 217 / 0.1);
  }

  .md\:border-b-violet-700\/100 {
    border-bottom-color: rgb(109 40 217 / 1);
  }

  .md\:border-b-violet-700\/15 {
    border-bottom-color: rgb(109 40 217 / 0.15);
  }

  .md\:border-b-violet-700\/20 {
    border-bottom-color: rgb(109 40 217 / 0.2);
  }

  .md\:border-b-violet-700\/25 {
    border-bottom-color: rgb(109 40 217 / 0.25);
  }

  .md\:border-b-violet-700\/30 {
    border-bottom-color: rgb(109 40 217 / 0.3);
  }

  .md\:border-b-violet-700\/35 {
    border-bottom-color: rgb(109 40 217 / 0.35);
  }

  .md\:border-b-violet-700\/40 {
    border-bottom-color: rgb(109 40 217 / 0.4);
  }

  .md\:border-b-violet-700\/45 {
    border-bottom-color: rgb(109 40 217 / 0.45);
  }

  .md\:border-b-violet-700\/5 {
    border-bottom-color: rgb(109 40 217 / 0.05);
  }

  .md\:border-b-violet-700\/50 {
    border-bottom-color: rgb(109 40 217 / 0.5);
  }

  .md\:border-b-violet-700\/55 {
    border-bottom-color: rgb(109 40 217 / 0.55);
  }

  .md\:border-b-violet-700\/60 {
    border-bottom-color: rgb(109 40 217 / 0.6);
  }

  .md\:border-b-violet-700\/65 {
    border-bottom-color: rgb(109 40 217 / 0.65);
  }

  .md\:border-b-violet-700\/70 {
    border-bottom-color: rgb(109 40 217 / 0.7);
  }

  .md\:border-b-violet-700\/75 {
    border-bottom-color: rgb(109 40 217 / 0.75);
  }

  .md\:border-b-violet-700\/80 {
    border-bottom-color: rgb(109 40 217 / 0.8);
  }

  .md\:border-b-violet-700\/85 {
    border-bottom-color: rgb(109 40 217 / 0.85);
  }

  .md\:border-b-violet-700\/90 {
    border-bottom-color: rgb(109 40 217 / 0.9);
  }

  .md\:border-b-violet-700\/95 {
    border-bottom-color: rgb(109 40 217 / 0.95);
  }

  .md\:border-b-violet-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity));
  }

  .md\:border-b-violet-800\/0 {
    border-bottom-color: rgb(91 33 182 / 0);
  }

  .md\:border-b-violet-800\/10 {
    border-bottom-color: rgb(91 33 182 / 0.1);
  }

  .md\:border-b-violet-800\/100 {
    border-bottom-color: rgb(91 33 182 / 1);
  }

  .md\:border-b-violet-800\/15 {
    border-bottom-color: rgb(91 33 182 / 0.15);
  }

  .md\:border-b-violet-800\/20 {
    border-bottom-color: rgb(91 33 182 / 0.2);
  }

  .md\:border-b-violet-800\/25 {
    border-bottom-color: rgb(91 33 182 / 0.25);
  }

  .md\:border-b-violet-800\/30 {
    border-bottom-color: rgb(91 33 182 / 0.3);
  }

  .md\:border-b-violet-800\/35 {
    border-bottom-color: rgb(91 33 182 / 0.35);
  }

  .md\:border-b-violet-800\/40 {
    border-bottom-color: rgb(91 33 182 / 0.4);
  }

  .md\:border-b-violet-800\/45 {
    border-bottom-color: rgb(91 33 182 / 0.45);
  }

  .md\:border-b-violet-800\/5 {
    border-bottom-color: rgb(91 33 182 / 0.05);
  }

  .md\:border-b-violet-800\/50 {
    border-bottom-color: rgb(91 33 182 / 0.5);
  }

  .md\:border-b-violet-800\/55 {
    border-bottom-color: rgb(91 33 182 / 0.55);
  }

  .md\:border-b-violet-800\/60 {
    border-bottom-color: rgb(91 33 182 / 0.6);
  }

  .md\:border-b-violet-800\/65 {
    border-bottom-color: rgb(91 33 182 / 0.65);
  }

  .md\:border-b-violet-800\/70 {
    border-bottom-color: rgb(91 33 182 / 0.7);
  }

  .md\:border-b-violet-800\/75 {
    border-bottom-color: rgb(91 33 182 / 0.75);
  }

  .md\:border-b-violet-800\/80 {
    border-bottom-color: rgb(91 33 182 / 0.8);
  }

  .md\:border-b-violet-800\/85 {
    border-bottom-color: rgb(91 33 182 / 0.85);
  }

  .md\:border-b-violet-800\/90 {
    border-bottom-color: rgb(91 33 182 / 0.9);
  }

  .md\:border-b-violet-800\/95 {
    border-bottom-color: rgb(91 33 182 / 0.95);
  }

  .md\:border-b-violet-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity));
  }

  .md\:border-b-violet-900\/0 {
    border-bottom-color: rgb(76 29 149 / 0);
  }

  .md\:border-b-violet-900\/10 {
    border-bottom-color: rgb(76 29 149 / 0.1);
  }

  .md\:border-b-violet-900\/100 {
    border-bottom-color: rgb(76 29 149 / 1);
  }

  .md\:border-b-violet-900\/15 {
    border-bottom-color: rgb(76 29 149 / 0.15);
  }

  .md\:border-b-violet-900\/20 {
    border-bottom-color: rgb(76 29 149 / 0.2);
  }

  .md\:border-b-violet-900\/25 {
    border-bottom-color: rgb(76 29 149 / 0.25);
  }

  .md\:border-b-violet-900\/30 {
    border-bottom-color: rgb(76 29 149 / 0.3);
  }

  .md\:border-b-violet-900\/35 {
    border-bottom-color: rgb(76 29 149 / 0.35);
  }

  .md\:border-b-violet-900\/40 {
    border-bottom-color: rgb(76 29 149 / 0.4);
  }

  .md\:border-b-violet-900\/45 {
    border-bottom-color: rgb(76 29 149 / 0.45);
  }

  .md\:border-b-violet-900\/5 {
    border-bottom-color: rgb(76 29 149 / 0.05);
  }

  .md\:border-b-violet-900\/50 {
    border-bottom-color: rgb(76 29 149 / 0.5);
  }

  .md\:border-b-violet-900\/55 {
    border-bottom-color: rgb(76 29 149 / 0.55);
  }

  .md\:border-b-violet-900\/60 {
    border-bottom-color: rgb(76 29 149 / 0.6);
  }

  .md\:border-b-violet-900\/65 {
    border-bottom-color: rgb(76 29 149 / 0.65);
  }

  .md\:border-b-violet-900\/70 {
    border-bottom-color: rgb(76 29 149 / 0.7);
  }

  .md\:border-b-violet-900\/75 {
    border-bottom-color: rgb(76 29 149 / 0.75);
  }

  .md\:border-b-violet-900\/80 {
    border-bottom-color: rgb(76 29 149 / 0.8);
  }

  .md\:border-b-violet-900\/85 {
    border-bottom-color: rgb(76 29 149 / 0.85);
  }

  .md\:border-b-violet-900\/90 {
    border-bottom-color: rgb(76 29 149 / 0.9);
  }

  .md\:border-b-violet-900\/95 {
    border-bottom-color: rgb(76 29 149 / 0.95);
  }

  .md\:border-b-violet-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity));
  }

  .md\:border-b-violet-950\/0 {
    border-bottom-color: rgb(46 16 101 / 0);
  }

  .md\:border-b-violet-950\/10 {
    border-bottom-color: rgb(46 16 101 / 0.1);
  }

  .md\:border-b-violet-950\/100 {
    border-bottom-color: rgb(46 16 101 / 1);
  }

  .md\:border-b-violet-950\/15 {
    border-bottom-color: rgb(46 16 101 / 0.15);
  }

  .md\:border-b-violet-950\/20 {
    border-bottom-color: rgb(46 16 101 / 0.2);
  }

  .md\:border-b-violet-950\/25 {
    border-bottom-color: rgb(46 16 101 / 0.25);
  }

  .md\:border-b-violet-950\/30 {
    border-bottom-color: rgb(46 16 101 / 0.3);
  }

  .md\:border-b-violet-950\/35 {
    border-bottom-color: rgb(46 16 101 / 0.35);
  }

  .md\:border-b-violet-950\/40 {
    border-bottom-color: rgb(46 16 101 / 0.4);
  }

  .md\:border-b-violet-950\/45 {
    border-bottom-color: rgb(46 16 101 / 0.45);
  }

  .md\:border-b-violet-950\/5 {
    border-bottom-color: rgb(46 16 101 / 0.05);
  }

  .md\:border-b-violet-950\/50 {
    border-bottom-color: rgb(46 16 101 / 0.5);
  }

  .md\:border-b-violet-950\/55 {
    border-bottom-color: rgb(46 16 101 / 0.55);
  }

  .md\:border-b-violet-950\/60 {
    border-bottom-color: rgb(46 16 101 / 0.6);
  }

  .md\:border-b-violet-950\/65 {
    border-bottom-color: rgb(46 16 101 / 0.65);
  }

  .md\:border-b-violet-950\/70 {
    border-bottom-color: rgb(46 16 101 / 0.7);
  }

  .md\:border-b-violet-950\/75 {
    border-bottom-color: rgb(46 16 101 / 0.75);
  }

  .md\:border-b-violet-950\/80 {
    border-bottom-color: rgb(46 16 101 / 0.8);
  }

  .md\:border-b-violet-950\/85 {
    border-bottom-color: rgb(46 16 101 / 0.85);
  }

  .md\:border-b-violet-950\/90 {
    border-bottom-color: rgb(46 16 101 / 0.9);
  }

  .md\:border-b-violet-950\/95 {
    border-bottom-color: rgb(46 16 101 / 0.95);
  }

  .md\:border-b-white {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .md\:border-b-white\/0 {
    border-bottom-color: rgb(255 255 255 / 0);
  }

  .md\:border-b-white\/10 {
    border-bottom-color: rgb(255 255 255 / 0.1);
  }

  .md\:border-b-white\/100 {
    border-bottom-color: rgb(255 255 255 / 1);
  }

  .md\:border-b-white\/15 {
    border-bottom-color: rgb(255 255 255 / 0.15);
  }

  .md\:border-b-white\/20 {
    border-bottom-color: rgb(255 255 255 / 0.2);
  }

  .md\:border-b-white\/25 {
    border-bottom-color: rgb(255 255 255 / 0.25);
  }

  .md\:border-b-white\/30 {
    border-bottom-color: rgb(255 255 255 / 0.3);
  }

  .md\:border-b-white\/35 {
    border-bottom-color: rgb(255 255 255 / 0.35);
  }

  .md\:border-b-white\/40 {
    border-bottom-color: rgb(255 255 255 / 0.4);
  }

  .md\:border-b-white\/45 {
    border-bottom-color: rgb(255 255 255 / 0.45);
  }

  .md\:border-b-white\/5 {
    border-bottom-color: rgb(255 255 255 / 0.05);
  }

  .md\:border-b-white\/50 {
    border-bottom-color: rgb(255 255 255 / 0.5);
  }

  .md\:border-b-white\/55 {
    border-bottom-color: rgb(255 255 255 / 0.55);
  }

  .md\:border-b-white\/60 {
    border-bottom-color: rgb(255 255 255 / 0.6);
  }

  .md\:border-b-white\/65 {
    border-bottom-color: rgb(255 255 255 / 0.65);
  }

  .md\:border-b-white\/70 {
    border-bottom-color: rgb(255 255 255 / 0.7);
  }

  .md\:border-b-white\/75 {
    border-bottom-color: rgb(255 255 255 / 0.75);
  }

  .md\:border-b-white\/80 {
    border-bottom-color: rgb(255 255 255 / 0.8);
  }

  .md\:border-b-white\/85 {
    border-bottom-color: rgb(255 255 255 / 0.85);
  }

  .md\:border-b-white\/90 {
    border-bottom-color: rgb(255 255 255 / 0.9);
  }

  .md\:border-b-white\/95 {
    border-bottom-color: rgb(255 255 255 / 0.95);
  }

  .md\:border-b-yellow-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .md\:border-b-yellow-100\/0 {
    border-bottom-color: rgb(254 249 195 / 0);
  }

  .md\:border-b-yellow-100\/10 {
    border-bottom-color: rgb(254 249 195 / 0.1);
  }

  .md\:border-b-yellow-100\/100 {
    border-bottom-color: rgb(254 249 195 / 1);
  }

  .md\:border-b-yellow-100\/15 {
    border-bottom-color: rgb(254 249 195 / 0.15);
  }

  .md\:border-b-yellow-100\/20 {
    border-bottom-color: rgb(254 249 195 / 0.2);
  }

  .md\:border-b-yellow-100\/25 {
    border-bottom-color: rgb(254 249 195 / 0.25);
  }

  .md\:border-b-yellow-100\/30 {
    border-bottom-color: rgb(254 249 195 / 0.3);
  }

  .md\:border-b-yellow-100\/35 {
    border-bottom-color: rgb(254 249 195 / 0.35);
  }

  .md\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-b-yellow-100\/45 {
    border-bottom-color: rgb(254 249 195 / 0.45);
  }

  .md\:border-b-yellow-100\/5 {
    border-bottom-color: rgb(254 249 195 / 0.05);
  }

  .md\:border-b-yellow-100\/50 {
    border-bottom-color: rgb(254 249 195 / 0.5);
  }

  .md\:border-b-yellow-100\/55 {
    border-bottom-color: rgb(254 249 195 / 0.55);
  }

  .md\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-b-yellow-100\/65 {
    border-bottom-color: rgb(254 249 195 / 0.65);
  }

  .md\:border-b-yellow-100\/70 {
    border-bottom-color: rgb(254 249 195 / 0.7);
  }

  .md\:border-b-yellow-100\/75 {
    border-bottom-color: rgb(254 249 195 / 0.75);
  }

  .md\:border-b-yellow-100\/80 {
    border-bottom-color: rgb(254 249 195 / 0.8);
  }

  .md\:border-b-yellow-100\/85 {
    border-bottom-color: rgb(254 249 195 / 0.85);
  }

  .md\:border-b-yellow-100\/90 {
    border-bottom-color: rgb(254 249 195 / 0.9);
  }

  .md\:border-b-yellow-100\/95 {
    border-bottom-color: rgb(254 249 195 / 0.95);
  }

  .md\:border-b-yellow-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .md\:border-b-yellow-200\/0 {
    border-bottom-color: rgb(254 240 138 / 0);
  }

  .md\:border-b-yellow-200\/10 {
    border-bottom-color: rgb(254 240 138 / 0.1);
  }

  .md\:border-b-yellow-200\/100 {
    border-bottom-color: rgb(254 240 138 / 1);
  }

  .md\:border-b-yellow-200\/15 {
    border-bottom-color: rgb(254 240 138 / 0.15);
  }

  .md\:border-b-yellow-200\/20 {
    border-bottom-color: rgb(254 240 138 / 0.2);
  }

  .md\:border-b-yellow-200\/25 {
    border-bottom-color: rgb(254 240 138 / 0.25);
  }

  .md\:border-b-yellow-200\/30 {
    border-bottom-color: rgb(254 240 138 / 0.3);
  }

  .md\:border-b-yellow-200\/35 {
    border-bottom-color: rgb(254 240 138 / 0.35);
  }

  .md\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-b-yellow-200\/45 {
    border-bottom-color: rgb(254 240 138 / 0.45);
  }

  .md\:border-b-yellow-200\/5 {
    border-bottom-color: rgb(254 240 138 / 0.05);
  }

  .md\:border-b-yellow-200\/50 {
    border-bottom-color: rgb(254 240 138 / 0.5);
  }

  .md\:border-b-yellow-200\/55 {
    border-bottom-color: rgb(254 240 138 / 0.55);
  }

  .md\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-b-yellow-200\/65 {
    border-bottom-color: rgb(254 240 138 / 0.65);
  }

  .md\:border-b-yellow-200\/70 {
    border-bottom-color: rgb(254 240 138 / 0.7);
  }

  .md\:border-b-yellow-200\/75 {
    border-bottom-color: rgb(254 240 138 / 0.75);
  }

  .md\:border-b-yellow-200\/80 {
    border-bottom-color: rgb(254 240 138 / 0.8);
  }

  .md\:border-b-yellow-200\/85 {
    border-bottom-color: rgb(254 240 138 / 0.85);
  }

  .md\:border-b-yellow-200\/90 {
    border-bottom-color: rgb(254 240 138 / 0.9);
  }

  .md\:border-b-yellow-200\/95 {
    border-bottom-color: rgb(254 240 138 / 0.95);
  }

  .md\:border-b-yellow-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .md\:border-b-yellow-300\/0 {
    border-bottom-color: rgb(253 224 71 / 0);
  }

  .md\:border-b-yellow-300\/10 {
    border-bottom-color: rgb(253 224 71 / 0.1);
  }

  .md\:border-b-yellow-300\/100 {
    border-bottom-color: rgb(253 224 71 / 1);
  }

  .md\:border-b-yellow-300\/15 {
    border-bottom-color: rgb(253 224 71 / 0.15);
  }

  .md\:border-b-yellow-300\/20 {
    border-bottom-color: rgb(253 224 71 / 0.2);
  }

  .md\:border-b-yellow-300\/25 {
    border-bottom-color: rgb(253 224 71 / 0.25);
  }

  .md\:border-b-yellow-300\/30 {
    border-bottom-color: rgb(253 224 71 / 0.3);
  }

  .md\:border-b-yellow-300\/35 {
    border-bottom-color: rgb(253 224 71 / 0.35);
  }

  .md\:border-b-yellow-300\/40 {
    border-bottom-color: rgb(253 224 71 / 0.4);
  }

  .md\:border-b-yellow-300\/45 {
    border-bottom-color: rgb(253 224 71 / 0.45);
  }

  .md\:border-b-yellow-300\/5 {
    border-bottom-color: rgb(253 224 71 / 0.05);
  }

  .md\:border-b-yellow-300\/50 {
    border-bottom-color: rgb(253 224 71 / 0.5);
  }

  .md\:border-b-yellow-300\/55 {
    border-bottom-color: rgb(253 224 71 / 0.55);
  }

  .md\:border-b-yellow-300\/60 {
    border-bottom-color: rgb(253 224 71 / 0.6);
  }

  .md\:border-b-yellow-300\/65 {
    border-bottom-color: rgb(253 224 71 / 0.65);
  }

  .md\:border-b-yellow-300\/70 {
    border-bottom-color: rgb(253 224 71 / 0.7);
  }

  .md\:border-b-yellow-300\/75 {
    border-bottom-color: rgb(253 224 71 / 0.75);
  }

  .md\:border-b-yellow-300\/80 {
    border-bottom-color: rgb(253 224 71 / 0.8);
  }

  .md\:border-b-yellow-300\/85 {
    border-bottom-color: rgb(253 224 71 / 0.85);
  }

  .md\:border-b-yellow-300\/90 {
    border-bottom-color: rgb(253 224 71 / 0.9);
  }

  .md\:border-b-yellow-300\/95 {
    border-bottom-color: rgb(253 224 71 / 0.95);
  }

  .md\:border-b-yellow-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .md\:border-b-yellow-400\/0 {
    border-bottom-color: rgb(250 204 21 / 0);
  }

  .md\:border-b-yellow-400\/10 {
    border-bottom-color: rgb(250 204 21 / 0.1);
  }

  .md\:border-b-yellow-400\/100 {
    border-bottom-color: rgb(250 204 21 / 1);
  }

  .md\:border-b-yellow-400\/15 {
    border-bottom-color: rgb(250 204 21 / 0.15);
  }

  .md\:border-b-yellow-400\/20 {
    border-bottom-color: rgb(250 204 21 / 0.2);
  }

  .md\:border-b-yellow-400\/25 {
    border-bottom-color: rgb(250 204 21 / 0.25);
  }

  .md\:border-b-yellow-400\/30 {
    border-bottom-color: rgb(250 204 21 / 0.3);
  }

  .md\:border-b-yellow-400\/35 {
    border-bottom-color: rgb(250 204 21 / 0.35);
  }

  .md\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-b-yellow-400\/45 {
    border-bottom-color: rgb(250 204 21 / 0.45);
  }

  .md\:border-b-yellow-400\/5 {
    border-bottom-color: rgb(250 204 21 / 0.05);
  }

  .md\:border-b-yellow-400\/50 {
    border-bottom-color: rgb(250 204 21 / 0.5);
  }

  .md\:border-b-yellow-400\/55 {
    border-bottom-color: rgb(250 204 21 / 0.55);
  }

  .md\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-b-yellow-400\/65 {
    border-bottom-color: rgb(250 204 21 / 0.65);
  }

  .md\:border-b-yellow-400\/70 {
    border-bottom-color: rgb(250 204 21 / 0.7);
  }

  .md\:border-b-yellow-400\/75 {
    border-bottom-color: rgb(250 204 21 / 0.75);
  }

  .md\:border-b-yellow-400\/80 {
    border-bottom-color: rgb(250 204 21 / 0.8);
  }

  .md\:border-b-yellow-400\/85 {
    border-bottom-color: rgb(250 204 21 / 0.85);
  }

  .md\:border-b-yellow-400\/90 {
    border-bottom-color: rgb(250 204 21 / 0.9);
  }

  .md\:border-b-yellow-400\/95 {
    border-bottom-color: rgb(250 204 21 / 0.95);
  }

  .md\:border-b-yellow-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .md\:border-b-yellow-50\/0 {
    border-bottom-color: rgb(254 252 232 / 0);
  }

  .md\:border-b-yellow-50\/10 {
    border-bottom-color: rgb(254 252 232 / 0.1);
  }

  .md\:border-b-yellow-50\/100 {
    border-bottom-color: rgb(254 252 232 / 1);
  }

  .md\:border-b-yellow-50\/15 {
    border-bottom-color: rgb(254 252 232 / 0.15);
  }

  .md\:border-b-yellow-50\/20 {
    border-bottom-color: rgb(254 252 232 / 0.2);
  }

  .md\:border-b-yellow-50\/25 {
    border-bottom-color: rgb(254 252 232 / 0.25);
  }

  .md\:border-b-yellow-50\/30 {
    border-bottom-color: rgb(254 252 232 / 0.3);
  }

  .md\:border-b-yellow-50\/35 {
    border-bottom-color: rgb(254 252 232 / 0.35);
  }

  .md\:border-b-yellow-50\/40 {
    border-bottom-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-b-yellow-50\/45 {
    border-bottom-color: rgb(254 252 232 / 0.45);
  }

  .md\:border-b-yellow-50\/5 {
    border-bottom-color: rgb(254 252 232 / 0.05);
  }

  .md\:border-b-yellow-50\/50 {
    border-bottom-color: rgb(254 252 232 / 0.5);
  }

  .md\:border-b-yellow-50\/55 {
    border-bottom-color: rgb(254 252 232 / 0.55);
  }

  .md\:border-b-yellow-50\/60 {
    border-bottom-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-b-yellow-50\/65 {
    border-bottom-color: rgb(254 252 232 / 0.65);
  }

  .md\:border-b-yellow-50\/70 {
    border-bottom-color: rgb(254 252 232 / 0.7);
  }

  .md\:border-b-yellow-50\/75 {
    border-bottom-color: rgb(254 252 232 / 0.75);
  }

  .md\:border-b-yellow-50\/80 {
    border-bottom-color: rgb(254 252 232 / 0.8);
  }

  .md\:border-b-yellow-50\/85 {
    border-bottom-color: rgb(254 252 232 / 0.85);
  }

  .md\:border-b-yellow-50\/90 {
    border-bottom-color: rgb(254 252 232 / 0.9);
  }

  .md\:border-b-yellow-50\/95 {
    border-bottom-color: rgb(254 252 232 / 0.95);
  }

  .md\:border-b-yellow-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .md\:border-b-yellow-500\/0 {
    border-bottom-color: rgb(234 179 8 / 0);
  }

  .md\:border-b-yellow-500\/10 {
    border-bottom-color: rgb(234 179 8 / 0.1);
  }

  .md\:border-b-yellow-500\/100 {
    border-bottom-color: rgb(234 179 8 / 1);
  }

  .md\:border-b-yellow-500\/15 {
    border-bottom-color: rgb(234 179 8 / 0.15);
  }

  .md\:border-b-yellow-500\/20 {
    border-bottom-color: rgb(234 179 8 / 0.2);
  }

  .md\:border-b-yellow-500\/25 {
    border-bottom-color: rgb(234 179 8 / 0.25);
  }

  .md\:border-b-yellow-500\/30 {
    border-bottom-color: rgb(234 179 8 / 0.3);
  }

  .md\:border-b-yellow-500\/35 {
    border-bottom-color: rgb(234 179 8 / 0.35);
  }

  .md\:border-b-yellow-500\/40 {
    border-bottom-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-b-yellow-500\/45 {
    border-bottom-color: rgb(234 179 8 / 0.45);
  }

  .md\:border-b-yellow-500\/5 {
    border-bottom-color: rgb(234 179 8 / 0.05);
  }

  .md\:border-b-yellow-500\/50 {
    border-bottom-color: rgb(234 179 8 / 0.5);
  }

  .md\:border-b-yellow-500\/55 {
    border-bottom-color: rgb(234 179 8 / 0.55);
  }

  .md\:border-b-yellow-500\/60 {
    border-bottom-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-b-yellow-500\/65 {
    border-bottom-color: rgb(234 179 8 / 0.65);
  }

  .md\:border-b-yellow-500\/70 {
    border-bottom-color: rgb(234 179 8 / 0.7);
  }

  .md\:border-b-yellow-500\/75 {
    border-bottom-color: rgb(234 179 8 / 0.75);
  }

  .md\:border-b-yellow-500\/80 {
    border-bottom-color: rgb(234 179 8 / 0.8);
  }

  .md\:border-b-yellow-500\/85 {
    border-bottom-color: rgb(234 179 8 / 0.85);
  }

  .md\:border-b-yellow-500\/90 {
    border-bottom-color: rgb(234 179 8 / 0.9);
  }

  .md\:border-b-yellow-500\/95 {
    border-bottom-color: rgb(234 179 8 / 0.95);
  }

  .md\:border-b-yellow-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .md\:border-b-yellow-600\/0 {
    border-bottom-color: rgb(202 138 4 / 0);
  }

  .md\:border-b-yellow-600\/10 {
    border-bottom-color: rgb(202 138 4 / 0.1);
  }

  .md\:border-b-yellow-600\/100 {
    border-bottom-color: rgb(202 138 4 / 1);
  }

  .md\:border-b-yellow-600\/15 {
    border-bottom-color: rgb(202 138 4 / 0.15);
  }

  .md\:border-b-yellow-600\/20 {
    border-bottom-color: rgb(202 138 4 / 0.2);
  }

  .md\:border-b-yellow-600\/25 {
    border-bottom-color: rgb(202 138 4 / 0.25);
  }

  .md\:border-b-yellow-600\/30 {
    border-bottom-color: rgb(202 138 4 / 0.3);
  }

  .md\:border-b-yellow-600\/35 {
    border-bottom-color: rgb(202 138 4 / 0.35);
  }

  .md\:border-b-yellow-600\/40 {
    border-bottom-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-b-yellow-600\/45 {
    border-bottom-color: rgb(202 138 4 / 0.45);
  }

  .md\:border-b-yellow-600\/5 {
    border-bottom-color: rgb(202 138 4 / 0.05);
  }

  .md\:border-b-yellow-600\/50 {
    border-bottom-color: rgb(202 138 4 / 0.5);
  }

  .md\:border-b-yellow-600\/55 {
    border-bottom-color: rgb(202 138 4 / 0.55);
  }

  .md\:border-b-yellow-600\/60 {
    border-bottom-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-b-yellow-600\/65 {
    border-bottom-color: rgb(202 138 4 / 0.65);
  }

  .md\:border-b-yellow-600\/70 {
    border-bottom-color: rgb(202 138 4 / 0.7);
  }

  .md\:border-b-yellow-600\/75 {
    border-bottom-color: rgb(202 138 4 / 0.75);
  }

  .md\:border-b-yellow-600\/80 {
    border-bottom-color: rgb(202 138 4 / 0.8);
  }

  .md\:border-b-yellow-600\/85 {
    border-bottom-color: rgb(202 138 4 / 0.85);
  }

  .md\:border-b-yellow-600\/90 {
    border-bottom-color: rgb(202 138 4 / 0.9);
  }

  .md\:border-b-yellow-600\/95 {
    border-bottom-color: rgb(202 138 4 / 0.95);
  }

  .md\:border-b-yellow-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .md\:border-b-yellow-700\/0 {
    border-bottom-color: rgb(161 98 7 / 0);
  }

  .md\:border-b-yellow-700\/10 {
    border-bottom-color: rgb(161 98 7 / 0.1);
  }

  .md\:border-b-yellow-700\/100 {
    border-bottom-color: rgb(161 98 7 / 1);
  }

  .md\:border-b-yellow-700\/15 {
    border-bottom-color: rgb(161 98 7 / 0.15);
  }

  .md\:border-b-yellow-700\/20 {
    border-bottom-color: rgb(161 98 7 / 0.2);
  }

  .md\:border-b-yellow-700\/25 {
    border-bottom-color: rgb(161 98 7 / 0.25);
  }

  .md\:border-b-yellow-700\/30 {
    border-bottom-color: rgb(161 98 7 / 0.3);
  }

  .md\:border-b-yellow-700\/35 {
    border-bottom-color: rgb(161 98 7 / 0.35);
  }

  .md\:border-b-yellow-700\/40 {
    border-bottom-color: rgb(161 98 7 / 0.4);
  }

  .md\:border-b-yellow-700\/45 {
    border-bottom-color: rgb(161 98 7 / 0.45);
  }

  .md\:border-b-yellow-700\/5 {
    border-bottom-color: rgb(161 98 7 / 0.05);
  }

  .md\:border-b-yellow-700\/50 {
    border-bottom-color: rgb(161 98 7 / 0.5);
  }

  .md\:border-b-yellow-700\/55 {
    border-bottom-color: rgb(161 98 7 / 0.55);
  }

  .md\:border-b-yellow-700\/60 {
    border-bottom-color: rgb(161 98 7 / 0.6);
  }

  .md\:border-b-yellow-700\/65 {
    border-bottom-color: rgb(161 98 7 / 0.65);
  }

  .md\:border-b-yellow-700\/70 {
    border-bottom-color: rgb(161 98 7 / 0.7);
  }

  .md\:border-b-yellow-700\/75 {
    border-bottom-color: rgb(161 98 7 / 0.75);
  }

  .md\:border-b-yellow-700\/80 {
    border-bottom-color: rgb(161 98 7 / 0.8);
  }

  .md\:border-b-yellow-700\/85 {
    border-bottom-color: rgb(161 98 7 / 0.85);
  }

  .md\:border-b-yellow-700\/90 {
    border-bottom-color: rgb(161 98 7 / 0.9);
  }

  .md\:border-b-yellow-700\/95 {
    border-bottom-color: rgb(161 98 7 / 0.95);
  }

  .md\:border-b-yellow-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .md\:border-b-yellow-800\/0 {
    border-bottom-color: rgb(133 77 14 / 0);
  }

  .md\:border-b-yellow-800\/10 {
    border-bottom-color: rgb(133 77 14 / 0.1);
  }

  .md\:border-b-yellow-800\/100 {
    border-bottom-color: rgb(133 77 14 / 1);
  }

  .md\:border-b-yellow-800\/15 {
    border-bottom-color: rgb(133 77 14 / 0.15);
  }

  .md\:border-b-yellow-800\/20 {
    border-bottom-color: rgb(133 77 14 / 0.2);
  }

  .md\:border-b-yellow-800\/25 {
    border-bottom-color: rgb(133 77 14 / 0.25);
  }

  .md\:border-b-yellow-800\/30 {
    border-bottom-color: rgb(133 77 14 / 0.3);
  }

  .md\:border-b-yellow-800\/35 {
    border-bottom-color: rgb(133 77 14 / 0.35);
  }

  .md\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-b-yellow-800\/45 {
    border-bottom-color: rgb(133 77 14 / 0.45);
  }

  .md\:border-b-yellow-800\/5 {
    border-bottom-color: rgb(133 77 14 / 0.05);
  }

  .md\:border-b-yellow-800\/50 {
    border-bottom-color: rgb(133 77 14 / 0.5);
  }

  .md\:border-b-yellow-800\/55 {
    border-bottom-color: rgb(133 77 14 / 0.55);
  }

  .md\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-b-yellow-800\/65 {
    border-bottom-color: rgb(133 77 14 / 0.65);
  }

  .md\:border-b-yellow-800\/70 {
    border-bottom-color: rgb(133 77 14 / 0.7);
  }

  .md\:border-b-yellow-800\/75 {
    border-bottom-color: rgb(133 77 14 / 0.75);
  }

  .md\:border-b-yellow-800\/80 {
    border-bottom-color: rgb(133 77 14 / 0.8);
  }

  .md\:border-b-yellow-800\/85 {
    border-bottom-color: rgb(133 77 14 / 0.85);
  }

  .md\:border-b-yellow-800\/90 {
    border-bottom-color: rgb(133 77 14 / 0.9);
  }

  .md\:border-b-yellow-800\/95 {
    border-bottom-color: rgb(133 77 14 / 0.95);
  }

  .md\:border-b-yellow-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .md\:border-b-yellow-900\/0 {
    border-bottom-color: rgb(113 63 18 / 0);
  }

  .md\:border-b-yellow-900\/10 {
    border-bottom-color: rgb(113 63 18 / 0.1);
  }

  .md\:border-b-yellow-900\/100 {
    border-bottom-color: rgb(113 63 18 / 1);
  }

  .md\:border-b-yellow-900\/15 {
    border-bottom-color: rgb(113 63 18 / 0.15);
  }

  .md\:border-b-yellow-900\/20 {
    border-bottom-color: rgb(113 63 18 / 0.2);
  }

  .md\:border-b-yellow-900\/25 {
    border-bottom-color: rgb(113 63 18 / 0.25);
  }

  .md\:border-b-yellow-900\/30 {
    border-bottom-color: rgb(113 63 18 / 0.3);
  }

  .md\:border-b-yellow-900\/35 {
    border-bottom-color: rgb(113 63 18 / 0.35);
  }

  .md\:border-b-yellow-900\/40 {
    border-bottom-color: rgb(113 63 18 / 0.4);
  }

  .md\:border-b-yellow-900\/45 {
    border-bottom-color: rgb(113 63 18 / 0.45);
  }

  .md\:border-b-yellow-900\/5 {
    border-bottom-color: rgb(113 63 18 / 0.05);
  }

  .md\:border-b-yellow-900\/50 {
    border-bottom-color: rgb(113 63 18 / 0.5);
  }

  .md\:border-b-yellow-900\/55 {
    border-bottom-color: rgb(113 63 18 / 0.55);
  }

  .md\:border-b-yellow-900\/60 {
    border-bottom-color: rgb(113 63 18 / 0.6);
  }

  .md\:border-b-yellow-900\/65 {
    border-bottom-color: rgb(113 63 18 / 0.65);
  }

  .md\:border-b-yellow-900\/70 {
    border-bottom-color: rgb(113 63 18 / 0.7);
  }

  .md\:border-b-yellow-900\/75 {
    border-bottom-color: rgb(113 63 18 / 0.75);
  }

  .md\:border-b-yellow-900\/80 {
    border-bottom-color: rgb(113 63 18 / 0.8);
  }

  .md\:border-b-yellow-900\/85 {
    border-bottom-color: rgb(113 63 18 / 0.85);
  }

  .md\:border-b-yellow-900\/90 {
    border-bottom-color: rgb(113 63 18 / 0.9);
  }

  .md\:border-b-yellow-900\/95 {
    border-bottom-color: rgb(113 63 18 / 0.95);
  }

  .md\:border-b-yellow-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .md\:border-b-yellow-950\/0 {
    border-bottom-color: rgb(66 32 6 / 0);
  }

  .md\:border-b-yellow-950\/10 {
    border-bottom-color: rgb(66 32 6 / 0.1);
  }

  .md\:border-b-yellow-950\/100 {
    border-bottom-color: rgb(66 32 6 / 1);
  }

  .md\:border-b-yellow-950\/15 {
    border-bottom-color: rgb(66 32 6 / 0.15);
  }

  .md\:border-b-yellow-950\/20 {
    border-bottom-color: rgb(66 32 6 / 0.2);
  }

  .md\:border-b-yellow-950\/25 {
    border-bottom-color: rgb(66 32 6 / 0.25);
  }

  .md\:border-b-yellow-950\/30 {
    border-bottom-color: rgb(66 32 6 / 0.3);
  }

  .md\:border-b-yellow-950\/35 {
    border-bottom-color: rgb(66 32 6 / 0.35);
  }

  .md\:border-b-yellow-950\/40 {
    border-bottom-color: rgb(66 32 6 / 0.4);
  }

  .md\:border-b-yellow-950\/45 {
    border-bottom-color: rgb(66 32 6 / 0.45);
  }

  .md\:border-b-yellow-950\/5 {
    border-bottom-color: rgb(66 32 6 / 0.05);
  }

  .md\:border-b-yellow-950\/50 {
    border-bottom-color: rgb(66 32 6 / 0.5);
  }

  .md\:border-b-yellow-950\/55 {
    border-bottom-color: rgb(66 32 6 / 0.55);
  }

  .md\:border-b-yellow-950\/60 {
    border-bottom-color: rgb(66 32 6 / 0.6);
  }

  .md\:border-b-yellow-950\/65 {
    border-bottom-color: rgb(66 32 6 / 0.65);
  }

  .md\:border-b-yellow-950\/70 {
    border-bottom-color: rgb(66 32 6 / 0.7);
  }

  .md\:border-b-yellow-950\/75 {
    border-bottom-color: rgb(66 32 6 / 0.75);
  }

  .md\:border-b-yellow-950\/80 {
    border-bottom-color: rgb(66 32 6 / 0.8);
  }

  .md\:border-b-yellow-950\/85 {
    border-bottom-color: rgb(66 32 6 / 0.85);
  }

  .md\:border-b-yellow-950\/90 {
    border-bottom-color: rgb(66 32 6 / 0.9);
  }

  .md\:border-b-yellow-950\/95 {
    border-bottom-color: rgb(66 32 6 / 0.95);
  }

  .md\:border-b-zinc-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity));
  }

  .md\:border-b-zinc-100\/0 {
    border-bottom-color: rgb(244 244 245 / 0);
  }

  .md\:border-b-zinc-100\/10 {
    border-bottom-color: rgb(244 244 245 / 0.1);
  }

  .md\:border-b-zinc-100\/100 {
    border-bottom-color: rgb(244 244 245 / 1);
  }

  .md\:border-b-zinc-100\/15 {
    border-bottom-color: rgb(244 244 245 / 0.15);
  }

  .md\:border-b-zinc-100\/20 {
    border-bottom-color: rgb(244 244 245 / 0.2);
  }

  .md\:border-b-zinc-100\/25 {
    border-bottom-color: rgb(244 244 245 / 0.25);
  }

  .md\:border-b-zinc-100\/30 {
    border-bottom-color: rgb(244 244 245 / 0.3);
  }

  .md\:border-b-zinc-100\/35 {
    border-bottom-color: rgb(244 244 245 / 0.35);
  }

  .md\:border-b-zinc-100\/40 {
    border-bottom-color: rgb(244 244 245 / 0.4);
  }

  .md\:border-b-zinc-100\/45 {
    border-bottom-color: rgb(244 244 245 / 0.45);
  }

  .md\:border-b-zinc-100\/5 {
    border-bottom-color: rgb(244 244 245 / 0.05);
  }

  .md\:border-b-zinc-100\/50 {
    border-bottom-color: rgb(244 244 245 / 0.5);
  }

  .md\:border-b-zinc-100\/55 {
    border-bottom-color: rgb(244 244 245 / 0.55);
  }

  .md\:border-b-zinc-100\/60 {
    border-bottom-color: rgb(244 244 245 / 0.6);
  }

  .md\:border-b-zinc-100\/65 {
    border-bottom-color: rgb(244 244 245 / 0.65);
  }

  .md\:border-b-zinc-100\/70 {
    border-bottom-color: rgb(244 244 245 / 0.7);
  }

  .md\:border-b-zinc-100\/75 {
    border-bottom-color: rgb(244 244 245 / 0.75);
  }

  .md\:border-b-zinc-100\/80 {
    border-bottom-color: rgb(244 244 245 / 0.8);
  }

  .md\:border-b-zinc-100\/85 {
    border-bottom-color: rgb(244 244 245 / 0.85);
  }

  .md\:border-b-zinc-100\/90 {
    border-bottom-color: rgb(244 244 245 / 0.9);
  }

  .md\:border-b-zinc-100\/95 {
    border-bottom-color: rgb(244 244 245 / 0.95);
  }

  .md\:border-b-zinc-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity));
  }

  .md\:border-b-zinc-200\/0 {
    border-bottom-color: rgb(228 228 231 / 0);
  }

  .md\:border-b-zinc-200\/10 {
    border-bottom-color: rgb(228 228 231 / 0.1);
  }

  .md\:border-b-zinc-200\/100 {
    border-bottom-color: rgb(228 228 231 / 1);
  }

  .md\:border-b-zinc-200\/15 {
    border-bottom-color: rgb(228 228 231 / 0.15);
  }

  .md\:border-b-zinc-200\/20 {
    border-bottom-color: rgb(228 228 231 / 0.2);
  }

  .md\:border-b-zinc-200\/25 {
    border-bottom-color: rgb(228 228 231 / 0.25);
  }

  .md\:border-b-zinc-200\/30 {
    border-bottom-color: rgb(228 228 231 / 0.3);
  }

  .md\:border-b-zinc-200\/35 {
    border-bottom-color: rgb(228 228 231 / 0.35);
  }

  .md\:border-b-zinc-200\/40 {
    border-bottom-color: rgb(228 228 231 / 0.4);
  }

  .md\:border-b-zinc-200\/45 {
    border-bottom-color: rgb(228 228 231 / 0.45);
  }

  .md\:border-b-zinc-200\/5 {
    border-bottom-color: rgb(228 228 231 / 0.05);
  }

  .md\:border-b-zinc-200\/50 {
    border-bottom-color: rgb(228 228 231 / 0.5);
  }

  .md\:border-b-zinc-200\/55 {
    border-bottom-color: rgb(228 228 231 / 0.55);
  }

  .md\:border-b-zinc-200\/60 {
    border-bottom-color: rgb(228 228 231 / 0.6);
  }

  .md\:border-b-zinc-200\/65 {
    border-bottom-color: rgb(228 228 231 / 0.65);
  }

  .md\:border-b-zinc-200\/70 {
    border-bottom-color: rgb(228 228 231 / 0.7);
  }

  .md\:border-b-zinc-200\/75 {
    border-bottom-color: rgb(228 228 231 / 0.75);
  }

  .md\:border-b-zinc-200\/80 {
    border-bottom-color: rgb(228 228 231 / 0.8);
  }

  .md\:border-b-zinc-200\/85 {
    border-bottom-color: rgb(228 228 231 / 0.85);
  }

  .md\:border-b-zinc-200\/90 {
    border-bottom-color: rgb(228 228 231 / 0.9);
  }

  .md\:border-b-zinc-200\/95 {
    border-bottom-color: rgb(228 228 231 / 0.95);
  }

  .md\:border-b-zinc-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity));
  }

  .md\:border-b-zinc-300\/0 {
    border-bottom-color: rgb(212 212 216 / 0);
  }

  .md\:border-b-zinc-300\/10 {
    border-bottom-color: rgb(212 212 216 / 0.1);
  }

  .md\:border-b-zinc-300\/100 {
    border-bottom-color: rgb(212 212 216 / 1);
  }

  .md\:border-b-zinc-300\/15 {
    border-bottom-color: rgb(212 212 216 / 0.15);
  }

  .md\:border-b-zinc-300\/20 {
    border-bottom-color: rgb(212 212 216 / 0.2);
  }

  .md\:border-b-zinc-300\/25 {
    border-bottom-color: rgb(212 212 216 / 0.25);
  }

  .md\:border-b-zinc-300\/30 {
    border-bottom-color: rgb(212 212 216 / 0.3);
  }

  .md\:border-b-zinc-300\/35 {
    border-bottom-color: rgb(212 212 216 / 0.35);
  }

  .md\:border-b-zinc-300\/40 {
    border-bottom-color: rgb(212 212 216 / 0.4);
  }

  .md\:border-b-zinc-300\/45 {
    border-bottom-color: rgb(212 212 216 / 0.45);
  }

  .md\:border-b-zinc-300\/5 {
    border-bottom-color: rgb(212 212 216 / 0.05);
  }

  .md\:border-b-zinc-300\/50 {
    border-bottom-color: rgb(212 212 216 / 0.5);
  }

  .md\:border-b-zinc-300\/55 {
    border-bottom-color: rgb(212 212 216 / 0.55);
  }

  .md\:border-b-zinc-300\/60 {
    border-bottom-color: rgb(212 212 216 / 0.6);
  }

  .md\:border-b-zinc-300\/65 {
    border-bottom-color: rgb(212 212 216 / 0.65);
  }

  .md\:border-b-zinc-300\/70 {
    border-bottom-color: rgb(212 212 216 / 0.7);
  }

  .md\:border-b-zinc-300\/75 {
    border-bottom-color: rgb(212 212 216 / 0.75);
  }

  .md\:border-b-zinc-300\/80 {
    border-bottom-color: rgb(212 212 216 / 0.8);
  }

  .md\:border-b-zinc-300\/85 {
    border-bottom-color: rgb(212 212 216 / 0.85);
  }

  .md\:border-b-zinc-300\/90 {
    border-bottom-color: rgb(212 212 216 / 0.9);
  }

  .md\:border-b-zinc-300\/95 {
    border-bottom-color: rgb(212 212 216 / 0.95);
  }

  .md\:border-b-zinc-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity));
  }

  .md\:border-b-zinc-400\/0 {
    border-bottom-color: rgb(161 161 170 / 0);
  }

  .md\:border-b-zinc-400\/10 {
    border-bottom-color: rgb(161 161 170 / 0.1);
  }

  .md\:border-b-zinc-400\/100 {
    border-bottom-color: rgb(161 161 170 / 1);
  }

  .md\:border-b-zinc-400\/15 {
    border-bottom-color: rgb(161 161 170 / 0.15);
  }

  .md\:border-b-zinc-400\/20 {
    border-bottom-color: rgb(161 161 170 / 0.2);
  }

  .md\:border-b-zinc-400\/25 {
    border-bottom-color: rgb(161 161 170 / 0.25);
  }

  .md\:border-b-zinc-400\/30 {
    border-bottom-color: rgb(161 161 170 / 0.3);
  }

  .md\:border-b-zinc-400\/35 {
    border-bottom-color: rgb(161 161 170 / 0.35);
  }

  .md\:border-b-zinc-400\/40 {
    border-bottom-color: rgb(161 161 170 / 0.4);
  }

  .md\:border-b-zinc-400\/45 {
    border-bottom-color: rgb(161 161 170 / 0.45);
  }

  .md\:border-b-zinc-400\/5 {
    border-bottom-color: rgb(161 161 170 / 0.05);
  }

  .md\:border-b-zinc-400\/50 {
    border-bottom-color: rgb(161 161 170 / 0.5);
  }

  .md\:border-b-zinc-400\/55 {
    border-bottom-color: rgb(161 161 170 / 0.55);
  }

  .md\:border-b-zinc-400\/60 {
    border-bottom-color: rgb(161 161 170 / 0.6);
  }

  .md\:border-b-zinc-400\/65 {
    border-bottom-color: rgb(161 161 170 / 0.65);
  }

  .md\:border-b-zinc-400\/70 {
    border-bottom-color: rgb(161 161 170 / 0.7);
  }

  .md\:border-b-zinc-400\/75 {
    border-bottom-color: rgb(161 161 170 / 0.75);
  }

  .md\:border-b-zinc-400\/80 {
    border-bottom-color: rgb(161 161 170 / 0.8);
  }

  .md\:border-b-zinc-400\/85 {
    border-bottom-color: rgb(161 161 170 / 0.85);
  }

  .md\:border-b-zinc-400\/90 {
    border-bottom-color: rgb(161 161 170 / 0.9);
  }

  .md\:border-b-zinc-400\/95 {
    border-bottom-color: rgb(161 161 170 / 0.95);
  }

  .md\:border-b-zinc-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .md\:border-b-zinc-50\/0 {
    border-bottom-color: rgb(250 250 250 / 0);
  }

  .md\:border-b-zinc-50\/10 {
    border-bottom-color: rgb(250 250 250 / 0.1);
  }

  .md\:border-b-zinc-50\/100 {
    border-bottom-color: rgb(250 250 250 / 1);
  }

  .md\:border-b-zinc-50\/15 {
    border-bottom-color: rgb(250 250 250 / 0.15);
  }

  .md\:border-b-zinc-50\/20 {
    border-bottom-color: rgb(250 250 250 / 0.2);
  }

  .md\:border-b-zinc-50\/25 {
    border-bottom-color: rgb(250 250 250 / 0.25);
  }

  .md\:border-b-zinc-50\/30 {
    border-bottom-color: rgb(250 250 250 / 0.3);
  }

  .md\:border-b-zinc-50\/35 {
    border-bottom-color: rgb(250 250 250 / 0.35);
  }

  .md\:border-b-zinc-50\/40 {
    border-bottom-color: rgb(250 250 250 / 0.4);
  }

  .md\:border-b-zinc-50\/45 {
    border-bottom-color: rgb(250 250 250 / 0.45);
  }

  .md\:border-b-zinc-50\/5 {
    border-bottom-color: rgb(250 250 250 / 0.05);
  }

  .md\:border-b-zinc-50\/50 {
    border-bottom-color: rgb(250 250 250 / 0.5);
  }

  .md\:border-b-zinc-50\/55 {
    border-bottom-color: rgb(250 250 250 / 0.55);
  }

  .md\:border-b-zinc-50\/60 {
    border-bottom-color: rgb(250 250 250 / 0.6);
  }

  .md\:border-b-zinc-50\/65 {
    border-bottom-color: rgb(250 250 250 / 0.65);
  }

  .md\:border-b-zinc-50\/70 {
    border-bottom-color: rgb(250 250 250 / 0.7);
  }

  .md\:border-b-zinc-50\/75 {
    border-bottom-color: rgb(250 250 250 / 0.75);
  }

  .md\:border-b-zinc-50\/80 {
    border-bottom-color: rgb(250 250 250 / 0.8);
  }

  .md\:border-b-zinc-50\/85 {
    border-bottom-color: rgb(250 250 250 / 0.85);
  }

  .md\:border-b-zinc-50\/90 {
    border-bottom-color: rgb(250 250 250 / 0.9);
  }

  .md\:border-b-zinc-50\/95 {
    border-bottom-color: rgb(250 250 250 / 0.95);
  }

  .md\:border-b-zinc-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity));
  }

  .md\:border-b-zinc-500\/0 {
    border-bottom-color: rgb(113 113 122 / 0);
  }

  .md\:border-b-zinc-500\/10 {
    border-bottom-color: rgb(113 113 122 / 0.1);
  }

  .md\:border-b-zinc-500\/100 {
    border-bottom-color: rgb(113 113 122 / 1);
  }

  .md\:border-b-zinc-500\/15 {
    border-bottom-color: rgb(113 113 122 / 0.15);
  }

  .md\:border-b-zinc-500\/20 {
    border-bottom-color: rgb(113 113 122 / 0.2);
  }

  .md\:border-b-zinc-500\/25 {
    border-bottom-color: rgb(113 113 122 / 0.25);
  }

  .md\:border-b-zinc-500\/30 {
    border-bottom-color: rgb(113 113 122 / 0.3);
  }

  .md\:border-b-zinc-500\/35 {
    border-bottom-color: rgb(113 113 122 / 0.35);
  }

  .md\:border-b-zinc-500\/40 {
    border-bottom-color: rgb(113 113 122 / 0.4);
  }

  .md\:border-b-zinc-500\/45 {
    border-bottom-color: rgb(113 113 122 / 0.45);
  }

  .md\:border-b-zinc-500\/5 {
    border-bottom-color: rgb(113 113 122 / 0.05);
  }

  .md\:border-b-zinc-500\/50 {
    border-bottom-color: rgb(113 113 122 / 0.5);
  }

  .md\:border-b-zinc-500\/55 {
    border-bottom-color: rgb(113 113 122 / 0.55);
  }

  .md\:border-b-zinc-500\/60 {
    border-bottom-color: rgb(113 113 122 / 0.6);
  }

  .md\:border-b-zinc-500\/65 {
    border-bottom-color: rgb(113 113 122 / 0.65);
  }

  .md\:border-b-zinc-500\/70 {
    border-bottom-color: rgb(113 113 122 / 0.7);
  }

  .md\:border-b-zinc-500\/75 {
    border-bottom-color: rgb(113 113 122 / 0.75);
  }

  .md\:border-b-zinc-500\/80 {
    border-bottom-color: rgb(113 113 122 / 0.8);
  }

  .md\:border-b-zinc-500\/85 {
    border-bottom-color: rgb(113 113 122 / 0.85);
  }

  .md\:border-b-zinc-500\/90 {
    border-bottom-color: rgb(113 113 122 / 0.9);
  }

  .md\:border-b-zinc-500\/95 {
    border-bottom-color: rgb(113 113 122 / 0.95);
  }

  .md\:border-b-zinc-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity));
  }

  .md\:border-b-zinc-600\/0 {
    border-bottom-color: rgb(82 82 91 / 0);
  }

  .md\:border-b-zinc-600\/10 {
    border-bottom-color: rgb(82 82 91 / 0.1);
  }

  .md\:border-b-zinc-600\/100 {
    border-bottom-color: rgb(82 82 91 / 1);
  }

  .md\:border-b-zinc-600\/15 {
    border-bottom-color: rgb(82 82 91 / 0.15);
  }

  .md\:border-b-zinc-600\/20 {
    border-bottom-color: rgb(82 82 91 / 0.2);
  }

  .md\:border-b-zinc-600\/25 {
    border-bottom-color: rgb(82 82 91 / 0.25);
  }

  .md\:border-b-zinc-600\/30 {
    border-bottom-color: rgb(82 82 91 / 0.3);
  }

  .md\:border-b-zinc-600\/35 {
    border-bottom-color: rgb(82 82 91 / 0.35);
  }

  .md\:border-b-zinc-600\/40 {
    border-bottom-color: rgb(82 82 91 / 0.4);
  }

  .md\:border-b-zinc-600\/45 {
    border-bottom-color: rgb(82 82 91 / 0.45);
  }

  .md\:border-b-zinc-600\/5 {
    border-bottom-color: rgb(82 82 91 / 0.05);
  }

  .md\:border-b-zinc-600\/50 {
    border-bottom-color: rgb(82 82 91 / 0.5);
  }

  .md\:border-b-zinc-600\/55 {
    border-bottom-color: rgb(82 82 91 / 0.55);
  }

  .md\:border-b-zinc-600\/60 {
    border-bottom-color: rgb(82 82 91 / 0.6);
  }

  .md\:border-b-zinc-600\/65 {
    border-bottom-color: rgb(82 82 91 / 0.65);
  }

  .md\:border-b-zinc-600\/70 {
    border-bottom-color: rgb(82 82 91 / 0.7);
  }

  .md\:border-b-zinc-600\/75 {
    border-bottom-color: rgb(82 82 91 / 0.75);
  }

  .md\:border-b-zinc-600\/80 {
    border-bottom-color: rgb(82 82 91 / 0.8);
  }

  .md\:border-b-zinc-600\/85 {
    border-bottom-color: rgb(82 82 91 / 0.85);
  }

  .md\:border-b-zinc-600\/90 {
    border-bottom-color: rgb(82 82 91 / 0.9);
  }

  .md\:border-b-zinc-600\/95 {
    border-bottom-color: rgb(82 82 91 / 0.95);
  }

  .md\:border-b-zinc-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity));
  }

  .md\:border-b-zinc-700\/0 {
    border-bottom-color: rgb(63 63 70 / 0);
  }

  .md\:border-b-zinc-700\/10 {
    border-bottom-color: rgb(63 63 70 / 0.1);
  }

  .md\:border-b-zinc-700\/100 {
    border-bottom-color: rgb(63 63 70 / 1);
  }

  .md\:border-b-zinc-700\/15 {
    border-bottom-color: rgb(63 63 70 / 0.15);
  }

  .md\:border-b-zinc-700\/20 {
    border-bottom-color: rgb(63 63 70 / 0.2);
  }

  .md\:border-b-zinc-700\/25 {
    border-bottom-color: rgb(63 63 70 / 0.25);
  }

  .md\:border-b-zinc-700\/30 {
    border-bottom-color: rgb(63 63 70 / 0.3);
  }

  .md\:border-b-zinc-700\/35 {
    border-bottom-color: rgb(63 63 70 / 0.35);
  }

  .md\:border-b-zinc-700\/40 {
    border-bottom-color: rgb(63 63 70 / 0.4);
  }

  .md\:border-b-zinc-700\/45 {
    border-bottom-color: rgb(63 63 70 / 0.45);
  }

  .md\:border-b-zinc-700\/5 {
    border-bottom-color: rgb(63 63 70 / 0.05);
  }

  .md\:border-b-zinc-700\/50 {
    border-bottom-color: rgb(63 63 70 / 0.5);
  }

  .md\:border-b-zinc-700\/55 {
    border-bottom-color: rgb(63 63 70 / 0.55);
  }

  .md\:border-b-zinc-700\/60 {
    border-bottom-color: rgb(63 63 70 / 0.6);
  }

  .md\:border-b-zinc-700\/65 {
    border-bottom-color: rgb(63 63 70 / 0.65);
  }

  .md\:border-b-zinc-700\/70 {
    border-bottom-color: rgb(63 63 70 / 0.7);
  }

  .md\:border-b-zinc-700\/75 {
    border-bottom-color: rgb(63 63 70 / 0.75);
  }

  .md\:border-b-zinc-700\/80 {
    border-bottom-color: rgb(63 63 70 / 0.8);
  }

  .md\:border-b-zinc-700\/85 {
    border-bottom-color: rgb(63 63 70 / 0.85);
  }

  .md\:border-b-zinc-700\/90 {
    border-bottom-color: rgb(63 63 70 / 0.9);
  }

  .md\:border-b-zinc-700\/95 {
    border-bottom-color: rgb(63 63 70 / 0.95);
  }

  .md\:border-b-zinc-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity));
  }

  .md\:border-b-zinc-800\/0 {
    border-bottom-color: rgb(39 39 42 / 0);
  }

  .md\:border-b-zinc-800\/10 {
    border-bottom-color: rgb(39 39 42 / 0.1);
  }

  .md\:border-b-zinc-800\/100 {
    border-bottom-color: rgb(39 39 42 / 1);
  }

  .md\:border-b-zinc-800\/15 {
    border-bottom-color: rgb(39 39 42 / 0.15);
  }

  .md\:border-b-zinc-800\/20 {
    border-bottom-color: rgb(39 39 42 / 0.2);
  }

  .md\:border-b-zinc-800\/25 {
    border-bottom-color: rgb(39 39 42 / 0.25);
  }

  .md\:border-b-zinc-800\/30 {
    border-bottom-color: rgb(39 39 42 / 0.3);
  }

  .md\:border-b-zinc-800\/35 {
    border-bottom-color: rgb(39 39 42 / 0.35);
  }

  .md\:border-b-zinc-800\/40 {
    border-bottom-color: rgb(39 39 42 / 0.4);
  }

  .md\:border-b-zinc-800\/45 {
    border-bottom-color: rgb(39 39 42 / 0.45);
  }

  .md\:border-b-zinc-800\/5 {
    border-bottom-color: rgb(39 39 42 / 0.05);
  }

  .md\:border-b-zinc-800\/50 {
    border-bottom-color: rgb(39 39 42 / 0.5);
  }

  .md\:border-b-zinc-800\/55 {
    border-bottom-color: rgb(39 39 42 / 0.55);
  }

  .md\:border-b-zinc-800\/60 {
    border-bottom-color: rgb(39 39 42 / 0.6);
  }

  .md\:border-b-zinc-800\/65 {
    border-bottom-color: rgb(39 39 42 / 0.65);
  }

  .md\:border-b-zinc-800\/70 {
    border-bottom-color: rgb(39 39 42 / 0.7);
  }

  .md\:border-b-zinc-800\/75 {
    border-bottom-color: rgb(39 39 42 / 0.75);
  }

  .md\:border-b-zinc-800\/80 {
    border-bottom-color: rgb(39 39 42 / 0.8);
  }

  .md\:border-b-zinc-800\/85 {
    border-bottom-color: rgb(39 39 42 / 0.85);
  }

  .md\:border-b-zinc-800\/90 {
    border-bottom-color: rgb(39 39 42 / 0.9);
  }

  .md\:border-b-zinc-800\/95 {
    border-bottom-color: rgb(39 39 42 / 0.95);
  }

  .md\:border-b-zinc-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity));
  }

  .md\:border-b-zinc-900\/0 {
    border-bottom-color: rgb(24 24 27 / 0);
  }

  .md\:border-b-zinc-900\/10 {
    border-bottom-color: rgb(24 24 27 / 0.1);
  }

  .md\:border-b-zinc-900\/100 {
    border-bottom-color: rgb(24 24 27 / 1);
  }

  .md\:border-b-zinc-900\/15 {
    border-bottom-color: rgb(24 24 27 / 0.15);
  }

  .md\:border-b-zinc-900\/20 {
    border-bottom-color: rgb(24 24 27 / 0.2);
  }

  .md\:border-b-zinc-900\/25 {
    border-bottom-color: rgb(24 24 27 / 0.25);
  }

  .md\:border-b-zinc-900\/30 {
    border-bottom-color: rgb(24 24 27 / 0.3);
  }

  .md\:border-b-zinc-900\/35 {
    border-bottom-color: rgb(24 24 27 / 0.35);
  }

  .md\:border-b-zinc-900\/40 {
    border-bottom-color: rgb(24 24 27 / 0.4);
  }

  .md\:border-b-zinc-900\/45 {
    border-bottom-color: rgb(24 24 27 / 0.45);
  }

  .md\:border-b-zinc-900\/5 {
    border-bottom-color: rgb(24 24 27 / 0.05);
  }

  .md\:border-b-zinc-900\/50 {
    border-bottom-color: rgb(24 24 27 / 0.5);
  }

  .md\:border-b-zinc-900\/55 {
    border-bottom-color: rgb(24 24 27 / 0.55);
  }

  .md\:border-b-zinc-900\/60 {
    border-bottom-color: rgb(24 24 27 / 0.6);
  }

  .md\:border-b-zinc-900\/65 {
    border-bottom-color: rgb(24 24 27 / 0.65);
  }

  .md\:border-b-zinc-900\/70 {
    border-bottom-color: rgb(24 24 27 / 0.7);
  }

  .md\:border-b-zinc-900\/75 {
    border-bottom-color: rgb(24 24 27 / 0.75);
  }

  .md\:border-b-zinc-900\/80 {
    border-bottom-color: rgb(24 24 27 / 0.8);
  }

  .md\:border-b-zinc-900\/85 {
    border-bottom-color: rgb(24 24 27 / 0.85);
  }

  .md\:border-b-zinc-900\/90 {
    border-bottom-color: rgb(24 24 27 / 0.9);
  }

  .md\:border-b-zinc-900\/95 {
    border-bottom-color: rgb(24 24 27 / 0.95);
  }

  .md\:border-b-zinc-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity));
  }

  .md\:border-b-zinc-950\/0 {
    border-bottom-color: rgb(9 9 11 / 0);
  }

  .md\:border-b-zinc-950\/10 {
    border-bottom-color: rgb(9 9 11 / 0.1);
  }

  .md\:border-b-zinc-950\/100 {
    border-bottom-color: rgb(9 9 11 / 1);
  }

  .md\:border-b-zinc-950\/15 {
    border-bottom-color: rgb(9 9 11 / 0.15);
  }

  .md\:border-b-zinc-950\/20 {
    border-bottom-color: rgb(9 9 11 / 0.2);
  }

  .md\:border-b-zinc-950\/25 {
    border-bottom-color: rgb(9 9 11 / 0.25);
  }

  .md\:border-b-zinc-950\/30 {
    border-bottom-color: rgb(9 9 11 / 0.3);
  }

  .md\:border-b-zinc-950\/35 {
    border-bottom-color: rgb(9 9 11 / 0.35);
  }

  .md\:border-b-zinc-950\/40 {
    border-bottom-color: rgb(9 9 11 / 0.4);
  }

  .md\:border-b-zinc-950\/45 {
    border-bottom-color: rgb(9 9 11 / 0.45);
  }

  .md\:border-b-zinc-950\/5 {
    border-bottom-color: rgb(9 9 11 / 0.05);
  }

  .md\:border-b-zinc-950\/50 {
    border-bottom-color: rgb(9 9 11 / 0.5);
  }

  .md\:border-b-zinc-950\/55 {
    border-bottom-color: rgb(9 9 11 / 0.55);
  }

  .md\:border-b-zinc-950\/60 {
    border-bottom-color: rgb(9 9 11 / 0.6);
  }

  .md\:border-b-zinc-950\/65 {
    border-bottom-color: rgb(9 9 11 / 0.65);
  }

  .md\:border-b-zinc-950\/70 {
    border-bottom-color: rgb(9 9 11 / 0.7);
  }

  .md\:border-b-zinc-950\/75 {
    border-bottom-color: rgb(9 9 11 / 0.75);
  }

  .md\:border-b-zinc-950\/80 {
    border-bottom-color: rgb(9 9 11 / 0.8);
  }

  .md\:border-b-zinc-950\/85 {
    border-bottom-color: rgb(9 9 11 / 0.85);
  }

  .md\:border-b-zinc-950\/90 {
    border-bottom-color: rgb(9 9 11 / 0.9);
  }

  .md\:border-b-zinc-950\/95 {
    border-bottom-color: rgb(9 9 11 / 0.95);
  }

  .md\:border-e-amber-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 243 199 / var(--tw-border-opacity));
  }

  .md\:border-e-amber-100\/0 {
    border-inline-end-color: rgb(254 243 199 / 0);
  }

  .md\:border-e-amber-100\/10 {
    border-inline-end-color: rgb(254 243 199 / 0.1);
  }

  .md\:border-e-amber-100\/100 {
    border-inline-end-color: rgb(254 243 199 / 1);
  }

  .md\:border-e-amber-100\/15 {
    border-inline-end-color: rgb(254 243 199 / 0.15);
  }

  .md\:border-e-amber-100\/20 {
    border-inline-end-color: rgb(254 243 199 / 0.2);
  }

  .md\:border-e-amber-100\/25 {
    border-inline-end-color: rgb(254 243 199 / 0.25);
  }

  .md\:border-e-amber-100\/30 {
    border-inline-end-color: rgb(254 243 199 / 0.3);
  }

  .md\:border-e-amber-100\/35 {
    border-inline-end-color: rgb(254 243 199 / 0.35);
  }

  .md\:border-e-amber-100\/40 {
    border-inline-end-color: rgb(254 243 199 / 0.4);
  }

  .md\:border-e-amber-100\/45 {
    border-inline-end-color: rgb(254 243 199 / 0.45);
  }

  .md\:border-e-amber-100\/5 {
    border-inline-end-color: rgb(254 243 199 / 0.05);
  }

  .md\:border-e-amber-100\/50 {
    border-inline-end-color: rgb(254 243 199 / 0.5);
  }

  .md\:border-e-amber-100\/55 {
    border-inline-end-color: rgb(254 243 199 / 0.55);
  }

  .md\:border-e-amber-100\/60 {
    border-inline-end-color: rgb(254 243 199 / 0.6);
  }

  .md\:border-e-amber-100\/65 {
    border-inline-end-color: rgb(254 243 199 / 0.65);
  }

  .md\:border-e-amber-100\/70 {
    border-inline-end-color: rgb(254 243 199 / 0.7);
  }

  .md\:border-e-amber-100\/75 {
    border-inline-end-color: rgb(254 243 199 / 0.75);
  }

  .md\:border-e-amber-100\/80 {
    border-inline-end-color: rgb(254 243 199 / 0.8);
  }

  .md\:border-e-amber-100\/85 {
    border-inline-end-color: rgb(254 243 199 / 0.85);
  }

  .md\:border-e-amber-100\/90 {
    border-inline-end-color: rgb(254 243 199 / 0.9);
  }

  .md\:border-e-amber-100\/95 {
    border-inline-end-color: rgb(254 243 199 / 0.95);
  }

  .md\:border-e-amber-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(253 230 138 / var(--tw-border-opacity));
  }

  .md\:border-e-amber-200\/0 {
    border-inline-end-color: rgb(253 230 138 / 0);
  }

  .md\:border-e-amber-200\/10 {
    border-inline-end-color: rgb(253 230 138 / 0.1);
  }

  .md\:border-e-amber-200\/100 {
    border-inline-end-color: rgb(253 230 138 / 1);
  }

  .md\:border-e-amber-200\/15 {
    border-inline-end-color: rgb(253 230 138 / 0.15);
  }

  .md\:border-e-amber-200\/20 {
    border-inline-end-color: rgb(253 230 138 / 0.2);
  }

  .md\:border-e-amber-200\/25 {
    border-inline-end-color: rgb(253 230 138 / 0.25);
  }

  .md\:border-e-amber-200\/30 {
    border-inline-end-color: rgb(253 230 138 / 0.3);
  }

  .md\:border-e-amber-200\/35 {
    border-inline-end-color: rgb(253 230 138 / 0.35);
  }

  .md\:border-e-amber-200\/40 {
    border-inline-end-color: rgb(253 230 138 / 0.4);
  }

  .md\:border-e-amber-200\/45 {
    border-inline-end-color: rgb(253 230 138 / 0.45);
  }

  .md\:border-e-amber-200\/5 {
    border-inline-end-color: rgb(253 230 138 / 0.05);
  }

  .md\:border-e-amber-200\/50 {
    border-inline-end-color: rgb(253 230 138 / 0.5);
  }

  .md\:border-e-amber-200\/55 {
    border-inline-end-color: rgb(253 230 138 / 0.55);
  }

  .md\:border-e-amber-200\/60 {
    border-inline-end-color: rgb(253 230 138 / 0.6);
  }

  .md\:border-e-amber-200\/65 {
    border-inline-end-color: rgb(253 230 138 / 0.65);
  }

  .md\:border-e-amber-200\/70 {
    border-inline-end-color: rgb(253 230 138 / 0.7);
  }

  .md\:border-e-amber-200\/75 {
    border-inline-end-color: rgb(253 230 138 / 0.75);
  }

  .md\:border-e-amber-200\/80 {
    border-inline-end-color: rgb(253 230 138 / 0.8);
  }

  .md\:border-e-amber-200\/85 {
    border-inline-end-color: rgb(253 230 138 / 0.85);
  }

  .md\:border-e-amber-200\/90 {
    border-inline-end-color: rgb(253 230 138 / 0.9);
  }

  .md\:border-e-amber-200\/95 {
    border-inline-end-color: rgb(253 230 138 / 0.95);
  }

  .md\:border-e-amber-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(252 211 77 / var(--tw-border-opacity));
  }

  .md\:border-e-amber-300\/0 {
    border-inline-end-color: rgb(252 211 77 / 0);
  }

  .md\:border-e-amber-300\/10 {
    border-inline-end-color: rgb(252 211 77 / 0.1);
  }

  .md\:border-e-amber-300\/100 {
    border-inline-end-color: rgb(252 211 77 / 1);
  }

  .md\:border-e-amber-300\/15 {
    border-inline-end-color: rgb(252 211 77 / 0.15);
  }

  .md\:border-e-amber-300\/20 {
    border-inline-end-color: rgb(252 211 77 / 0.2);
  }

  .md\:border-e-amber-300\/25 {
    border-inline-end-color: rgb(252 211 77 / 0.25);
  }

  .md\:border-e-amber-300\/30 {
    border-inline-end-color: rgb(252 211 77 / 0.3);
  }

  .md\:border-e-amber-300\/35 {
    border-inline-end-color: rgb(252 211 77 / 0.35);
  }

  .md\:border-e-amber-300\/40 {
    border-inline-end-color: rgb(252 211 77 / 0.4);
  }

  .md\:border-e-amber-300\/45 {
    border-inline-end-color: rgb(252 211 77 / 0.45);
  }

  .md\:border-e-amber-300\/5 {
    border-inline-end-color: rgb(252 211 77 / 0.05);
  }

  .md\:border-e-amber-300\/50 {
    border-inline-end-color: rgb(252 211 77 / 0.5);
  }

  .md\:border-e-amber-300\/55 {
    border-inline-end-color: rgb(252 211 77 / 0.55);
  }

  .md\:border-e-amber-300\/60 {
    border-inline-end-color: rgb(252 211 77 / 0.6);
  }

  .md\:border-e-amber-300\/65 {
    border-inline-end-color: rgb(252 211 77 / 0.65);
  }

  .md\:border-e-amber-300\/70 {
    border-inline-end-color: rgb(252 211 77 / 0.7);
  }

  .md\:border-e-amber-300\/75 {
    border-inline-end-color: rgb(252 211 77 / 0.75);
  }

  .md\:border-e-amber-300\/80 {
    border-inline-end-color: rgb(252 211 77 / 0.8);
  }

  .md\:border-e-amber-300\/85 {
    border-inline-end-color: rgb(252 211 77 / 0.85);
  }

  .md\:border-e-amber-300\/90 {
    border-inline-end-color: rgb(252 211 77 / 0.9);
  }

  .md\:border-e-amber-300\/95 {
    border-inline-end-color: rgb(252 211 77 / 0.95);
  }

  .md\:border-e-amber-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(251 191 36 / var(--tw-border-opacity));
  }

  .md\:border-e-amber-400\/0 {
    border-inline-end-color: rgb(251 191 36 / 0);
  }

  .md\:border-e-amber-400\/10 {
    border-inline-end-color: rgb(251 191 36 / 0.1);
  }

  .md\:border-e-amber-400\/100 {
    border-inline-end-color: rgb(251 191 36 / 1);
  }

  .md\:border-e-amber-400\/15 {
    border-inline-end-color: rgb(251 191 36 / 0.15);
  }

  .md\:border-e-amber-400\/20 {
    border-inline-end-color: rgb(251 191 36 / 0.2);
  }

  .md\:border-e-amber-400\/25 {
    border-inline-end-color: rgb(251 191 36 / 0.25);
  }

  .md\:border-e-amber-400\/30 {
    border-inline-end-color: rgb(251 191 36 / 0.3);
  }

  .md\:border-e-amber-400\/35 {
    border-inline-end-color: rgb(251 191 36 / 0.35);
  }

  .md\:border-e-amber-400\/40 {
    border-inline-end-color: rgb(251 191 36 / 0.4);
  }

  .md\:border-e-amber-400\/45 {
    border-inline-end-color: rgb(251 191 36 / 0.45);
  }

  .md\:border-e-amber-400\/5 {
    border-inline-end-color: rgb(251 191 36 / 0.05);
  }

  .md\:border-e-amber-400\/50 {
    border-inline-end-color: rgb(251 191 36 / 0.5);
  }

  .md\:border-e-amber-400\/55 {
    border-inline-end-color: rgb(251 191 36 / 0.55);
  }

  .md\:border-e-amber-400\/60 {
    border-inline-end-color: rgb(251 191 36 / 0.6);
  }

  .md\:border-e-amber-400\/65 {
    border-inline-end-color: rgb(251 191 36 / 0.65);
  }

  .md\:border-e-amber-400\/70 {
    border-inline-end-color: rgb(251 191 36 / 0.7);
  }

  .md\:border-e-amber-400\/75 {
    border-inline-end-color: rgb(251 191 36 / 0.75);
  }

  .md\:border-e-amber-400\/80 {
    border-inline-end-color: rgb(251 191 36 / 0.8);
  }

  .md\:border-e-amber-400\/85 {
    border-inline-end-color: rgb(251 191 36 / 0.85);
  }

  .md\:border-e-amber-400\/90 {
    border-inline-end-color: rgb(251 191 36 / 0.9);
  }

  .md\:border-e-amber-400\/95 {
    border-inline-end-color: rgb(251 191 36 / 0.95);
  }

  .md\:border-e-amber-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(255 251 235 / var(--tw-border-opacity));
  }

  .md\:border-e-amber-50\/0 {
    border-inline-end-color: rgb(255 251 235 / 0);
  }

  .md\:border-e-amber-50\/10 {
    border-inline-end-color: rgb(255 251 235 / 0.1);
  }

  .md\:border-e-amber-50\/100 {
    border-inline-end-color: rgb(255 251 235 / 1);
  }

  .md\:border-e-amber-50\/15 {
    border-inline-end-color: rgb(255 251 235 / 0.15);
  }

  .md\:border-e-amber-50\/20 {
    border-inline-end-color: rgb(255 251 235 / 0.2);
  }

  .md\:border-e-amber-50\/25 {
    border-inline-end-color: rgb(255 251 235 / 0.25);
  }

  .md\:border-e-amber-50\/30 {
    border-inline-end-color: rgb(255 251 235 / 0.3);
  }

  .md\:border-e-amber-50\/35 {
    border-inline-end-color: rgb(255 251 235 / 0.35);
  }

  .md\:border-e-amber-50\/40 {
    border-inline-end-color: rgb(255 251 235 / 0.4);
  }

  .md\:border-e-amber-50\/45 {
    border-inline-end-color: rgb(255 251 235 / 0.45);
  }

  .md\:border-e-amber-50\/5 {
    border-inline-end-color: rgb(255 251 235 / 0.05);
  }

  .md\:border-e-amber-50\/50 {
    border-inline-end-color: rgb(255 251 235 / 0.5);
  }

  .md\:border-e-amber-50\/55 {
    border-inline-end-color: rgb(255 251 235 / 0.55);
  }

  .md\:border-e-amber-50\/60 {
    border-inline-end-color: rgb(255 251 235 / 0.6);
  }

  .md\:border-e-amber-50\/65 {
    border-inline-end-color: rgb(255 251 235 / 0.65);
  }

  .md\:border-e-amber-50\/70 {
    border-inline-end-color: rgb(255 251 235 / 0.7);
  }

  .md\:border-e-amber-50\/75 {
    border-inline-end-color: rgb(255 251 235 / 0.75);
  }

  .md\:border-e-amber-50\/80 {
    border-inline-end-color: rgb(255 251 235 / 0.8);
  }

  .md\:border-e-amber-50\/85 {
    border-inline-end-color: rgb(255 251 235 / 0.85);
  }

  .md\:border-e-amber-50\/90 {
    border-inline-end-color: rgb(255 251 235 / 0.9);
  }

  .md\:border-e-amber-50\/95 {
    border-inline-end-color: rgb(255 251 235 / 0.95);
  }

  .md\:border-e-amber-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(245 158 11 / var(--tw-border-opacity));
  }

  .md\:border-e-amber-500\/0 {
    border-inline-end-color: rgb(245 158 11 / 0);
  }

  .md\:border-e-amber-500\/10 {
    border-inline-end-color: rgb(245 158 11 / 0.1);
  }

  .md\:border-e-amber-500\/100 {
    border-inline-end-color: rgb(245 158 11 / 1);
  }

  .md\:border-e-amber-500\/15 {
    border-inline-end-color: rgb(245 158 11 / 0.15);
  }

  .md\:border-e-amber-500\/20 {
    border-inline-end-color: rgb(245 158 11 / 0.2);
  }

  .md\:border-e-amber-500\/25 {
    border-inline-end-color: rgb(245 158 11 / 0.25);
  }

  .md\:border-e-amber-500\/30 {
    border-inline-end-color: rgb(245 158 11 / 0.3);
  }

  .md\:border-e-amber-500\/35 {
    border-inline-end-color: rgb(245 158 11 / 0.35);
  }

  .md\:border-e-amber-500\/40 {
    border-inline-end-color: rgb(245 158 11 / 0.4);
  }

  .md\:border-e-amber-500\/45 {
    border-inline-end-color: rgb(245 158 11 / 0.45);
  }

  .md\:border-e-amber-500\/5 {
    border-inline-end-color: rgb(245 158 11 / 0.05);
  }

  .md\:border-e-amber-500\/50 {
    border-inline-end-color: rgb(245 158 11 / 0.5);
  }

  .md\:border-e-amber-500\/55 {
    border-inline-end-color: rgb(245 158 11 / 0.55);
  }

  .md\:border-e-amber-500\/60 {
    border-inline-end-color: rgb(245 158 11 / 0.6);
  }

  .md\:border-e-amber-500\/65 {
    border-inline-end-color: rgb(245 158 11 / 0.65);
  }

  .md\:border-e-amber-500\/70 {
    border-inline-end-color: rgb(245 158 11 / 0.7);
  }

  .md\:border-e-amber-500\/75 {
    border-inline-end-color: rgb(245 158 11 / 0.75);
  }

  .md\:border-e-amber-500\/80 {
    border-inline-end-color: rgb(245 158 11 / 0.8);
  }

  .md\:border-e-amber-500\/85 {
    border-inline-end-color: rgb(245 158 11 / 0.85);
  }

  .md\:border-e-amber-500\/90 {
    border-inline-end-color: rgb(245 158 11 / 0.9);
  }

  .md\:border-e-amber-500\/95 {
    border-inline-end-color: rgb(245 158 11 / 0.95);
  }

  .md\:border-e-amber-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(217 119 6 / var(--tw-border-opacity));
  }

  .md\:border-e-amber-600\/0 {
    border-inline-end-color: rgb(217 119 6 / 0);
  }

  .md\:border-e-amber-600\/10 {
    border-inline-end-color: rgb(217 119 6 / 0.1);
  }

  .md\:border-e-amber-600\/100 {
    border-inline-end-color: rgb(217 119 6 / 1);
  }

  .md\:border-e-amber-600\/15 {
    border-inline-end-color: rgb(217 119 6 / 0.15);
  }

  .md\:border-e-amber-600\/20 {
    border-inline-end-color: rgb(217 119 6 / 0.2);
  }

  .md\:border-e-amber-600\/25 {
    border-inline-end-color: rgb(217 119 6 / 0.25);
  }

  .md\:border-e-amber-600\/30 {
    border-inline-end-color: rgb(217 119 6 / 0.3);
  }

  .md\:border-e-amber-600\/35 {
    border-inline-end-color: rgb(217 119 6 / 0.35);
  }

  .md\:border-e-amber-600\/40 {
    border-inline-end-color: rgb(217 119 6 / 0.4);
  }

  .md\:border-e-amber-600\/45 {
    border-inline-end-color: rgb(217 119 6 / 0.45);
  }

  .md\:border-e-amber-600\/5 {
    border-inline-end-color: rgb(217 119 6 / 0.05);
  }

  .md\:border-e-amber-600\/50 {
    border-inline-end-color: rgb(217 119 6 / 0.5);
  }

  .md\:border-e-amber-600\/55 {
    border-inline-end-color: rgb(217 119 6 / 0.55);
  }

  .md\:border-e-amber-600\/60 {
    border-inline-end-color: rgb(217 119 6 / 0.6);
  }

  .md\:border-e-amber-600\/65 {
    border-inline-end-color: rgb(217 119 6 / 0.65);
  }

  .md\:border-e-amber-600\/70 {
    border-inline-end-color: rgb(217 119 6 / 0.7);
  }

  .md\:border-e-amber-600\/75 {
    border-inline-end-color: rgb(217 119 6 / 0.75);
  }

  .md\:border-e-amber-600\/80 {
    border-inline-end-color: rgb(217 119 6 / 0.8);
  }

  .md\:border-e-amber-600\/85 {
    border-inline-end-color: rgb(217 119 6 / 0.85);
  }

  .md\:border-e-amber-600\/90 {
    border-inline-end-color: rgb(217 119 6 / 0.9);
  }

  .md\:border-e-amber-600\/95 {
    border-inline-end-color: rgb(217 119 6 / 0.95);
  }

  .md\:border-e-amber-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(180 83 9 / var(--tw-border-opacity));
  }

  .md\:border-e-amber-700\/0 {
    border-inline-end-color: rgb(180 83 9 / 0);
  }

  .md\:border-e-amber-700\/10 {
    border-inline-end-color: rgb(180 83 9 / 0.1);
  }

  .md\:border-e-amber-700\/100 {
    border-inline-end-color: rgb(180 83 9 / 1);
  }

  .md\:border-e-amber-700\/15 {
    border-inline-end-color: rgb(180 83 9 / 0.15);
  }

  .md\:border-e-amber-700\/20 {
    border-inline-end-color: rgb(180 83 9 / 0.2);
  }

  .md\:border-e-amber-700\/25 {
    border-inline-end-color: rgb(180 83 9 / 0.25);
  }

  .md\:border-e-amber-700\/30 {
    border-inline-end-color: rgb(180 83 9 / 0.3);
  }

  .md\:border-e-amber-700\/35 {
    border-inline-end-color: rgb(180 83 9 / 0.35);
  }

  .md\:border-e-amber-700\/40 {
    border-inline-end-color: rgb(180 83 9 / 0.4);
  }

  .md\:border-e-amber-700\/45 {
    border-inline-end-color: rgb(180 83 9 / 0.45);
  }

  .md\:border-e-amber-700\/5 {
    border-inline-end-color: rgb(180 83 9 / 0.05);
  }

  .md\:border-e-amber-700\/50 {
    border-inline-end-color: rgb(180 83 9 / 0.5);
  }

  .md\:border-e-amber-700\/55 {
    border-inline-end-color: rgb(180 83 9 / 0.55);
  }

  .md\:border-e-amber-700\/60 {
    border-inline-end-color: rgb(180 83 9 / 0.6);
  }

  .md\:border-e-amber-700\/65 {
    border-inline-end-color: rgb(180 83 9 / 0.65);
  }

  .md\:border-e-amber-700\/70 {
    border-inline-end-color: rgb(180 83 9 / 0.7);
  }

  .md\:border-e-amber-700\/75 {
    border-inline-end-color: rgb(180 83 9 / 0.75);
  }

  .md\:border-e-amber-700\/80 {
    border-inline-end-color: rgb(180 83 9 / 0.8);
  }

  .md\:border-e-amber-700\/85 {
    border-inline-end-color: rgb(180 83 9 / 0.85);
  }

  .md\:border-e-amber-700\/90 {
    border-inline-end-color: rgb(180 83 9 / 0.9);
  }

  .md\:border-e-amber-700\/95 {
    border-inline-end-color: rgb(180 83 9 / 0.95);
  }

  .md\:border-e-amber-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(146 64 14 / var(--tw-border-opacity));
  }

  .md\:border-e-amber-800\/0 {
    border-inline-end-color: rgb(146 64 14 / 0);
  }

  .md\:border-e-amber-800\/10 {
    border-inline-end-color: rgb(146 64 14 / 0.1);
  }

  .md\:border-e-amber-800\/100 {
    border-inline-end-color: rgb(146 64 14 / 1);
  }

  .md\:border-e-amber-800\/15 {
    border-inline-end-color: rgb(146 64 14 / 0.15);
  }

  .md\:border-e-amber-800\/20 {
    border-inline-end-color: rgb(146 64 14 / 0.2);
  }

  .md\:border-e-amber-800\/25 {
    border-inline-end-color: rgb(146 64 14 / 0.25);
  }

  .md\:border-e-amber-800\/30 {
    border-inline-end-color: rgb(146 64 14 / 0.3);
  }

  .md\:border-e-amber-800\/35 {
    border-inline-end-color: rgb(146 64 14 / 0.35);
  }

  .md\:border-e-amber-800\/40 {
    border-inline-end-color: rgb(146 64 14 / 0.4);
  }

  .md\:border-e-amber-800\/45 {
    border-inline-end-color: rgb(146 64 14 / 0.45);
  }

  .md\:border-e-amber-800\/5 {
    border-inline-end-color: rgb(146 64 14 / 0.05);
  }

  .md\:border-e-amber-800\/50 {
    border-inline-end-color: rgb(146 64 14 / 0.5);
  }

  .md\:border-e-amber-800\/55 {
    border-inline-end-color: rgb(146 64 14 / 0.55);
  }

  .md\:border-e-amber-800\/60 {
    border-inline-end-color: rgb(146 64 14 / 0.6);
  }

  .md\:border-e-amber-800\/65 {
    border-inline-end-color: rgb(146 64 14 / 0.65);
  }

  .md\:border-e-amber-800\/70 {
    border-inline-end-color: rgb(146 64 14 / 0.7);
  }

  .md\:border-e-amber-800\/75 {
    border-inline-end-color: rgb(146 64 14 / 0.75);
  }

  .md\:border-e-amber-800\/80 {
    border-inline-end-color: rgb(146 64 14 / 0.8);
  }

  .md\:border-e-amber-800\/85 {
    border-inline-end-color: rgb(146 64 14 / 0.85);
  }

  .md\:border-e-amber-800\/90 {
    border-inline-end-color: rgb(146 64 14 / 0.9);
  }

  .md\:border-e-amber-800\/95 {
    border-inline-end-color: rgb(146 64 14 / 0.95);
  }

  .md\:border-e-amber-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(120 53 15 / var(--tw-border-opacity));
  }

  .md\:border-e-amber-900\/0 {
    border-inline-end-color: rgb(120 53 15 / 0);
  }

  .md\:border-e-amber-900\/10 {
    border-inline-end-color: rgb(120 53 15 / 0.1);
  }

  .md\:border-e-amber-900\/100 {
    border-inline-end-color: rgb(120 53 15 / 1);
  }

  .md\:border-e-amber-900\/15 {
    border-inline-end-color: rgb(120 53 15 / 0.15);
  }

  .md\:border-e-amber-900\/20 {
    border-inline-end-color: rgb(120 53 15 / 0.2);
  }

  .md\:border-e-amber-900\/25 {
    border-inline-end-color: rgb(120 53 15 / 0.25);
  }

  .md\:border-e-amber-900\/30 {
    border-inline-end-color: rgb(120 53 15 / 0.3);
  }

  .md\:border-e-amber-900\/35 {
    border-inline-end-color: rgb(120 53 15 / 0.35);
  }

  .md\:border-e-amber-900\/40 {
    border-inline-end-color: rgb(120 53 15 / 0.4);
  }

  .md\:border-e-amber-900\/45 {
    border-inline-end-color: rgb(120 53 15 / 0.45);
  }

  .md\:border-e-amber-900\/5 {
    border-inline-end-color: rgb(120 53 15 / 0.05);
  }

  .md\:border-e-amber-900\/50 {
    border-inline-end-color: rgb(120 53 15 / 0.5);
  }

  .md\:border-e-amber-900\/55 {
    border-inline-end-color: rgb(120 53 15 / 0.55);
  }

  .md\:border-e-amber-900\/60 {
    border-inline-end-color: rgb(120 53 15 / 0.6);
  }

  .md\:border-e-amber-900\/65 {
    border-inline-end-color: rgb(120 53 15 / 0.65);
  }

  .md\:border-e-amber-900\/70 {
    border-inline-end-color: rgb(120 53 15 / 0.7);
  }

  .md\:border-e-amber-900\/75 {
    border-inline-end-color: rgb(120 53 15 / 0.75);
  }

  .md\:border-e-amber-900\/80 {
    border-inline-end-color: rgb(120 53 15 / 0.8);
  }

  .md\:border-e-amber-900\/85 {
    border-inline-end-color: rgb(120 53 15 / 0.85);
  }

  .md\:border-e-amber-900\/90 {
    border-inline-end-color: rgb(120 53 15 / 0.9);
  }

  .md\:border-e-amber-900\/95 {
    border-inline-end-color: rgb(120 53 15 / 0.95);
  }

  .md\:border-e-amber-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(69 26 3 / var(--tw-border-opacity));
  }

  .md\:border-e-amber-950\/0 {
    border-inline-end-color: rgb(69 26 3 / 0);
  }

  .md\:border-e-amber-950\/10 {
    border-inline-end-color: rgb(69 26 3 / 0.1);
  }

  .md\:border-e-amber-950\/100 {
    border-inline-end-color: rgb(69 26 3 / 1);
  }

  .md\:border-e-amber-950\/15 {
    border-inline-end-color: rgb(69 26 3 / 0.15);
  }

  .md\:border-e-amber-950\/20 {
    border-inline-end-color: rgb(69 26 3 / 0.2);
  }

  .md\:border-e-amber-950\/25 {
    border-inline-end-color: rgb(69 26 3 / 0.25);
  }

  .md\:border-e-amber-950\/30 {
    border-inline-end-color: rgb(69 26 3 / 0.3);
  }

  .md\:border-e-amber-950\/35 {
    border-inline-end-color: rgb(69 26 3 / 0.35);
  }

  .md\:border-e-amber-950\/40 {
    border-inline-end-color: rgb(69 26 3 / 0.4);
  }

  .md\:border-e-amber-950\/45 {
    border-inline-end-color: rgb(69 26 3 / 0.45);
  }

  .md\:border-e-amber-950\/5 {
    border-inline-end-color: rgb(69 26 3 / 0.05);
  }

  .md\:border-e-amber-950\/50 {
    border-inline-end-color: rgb(69 26 3 / 0.5);
  }

  .md\:border-e-amber-950\/55 {
    border-inline-end-color: rgb(69 26 3 / 0.55);
  }

  .md\:border-e-amber-950\/60 {
    border-inline-end-color: rgb(69 26 3 / 0.6);
  }

  .md\:border-e-amber-950\/65 {
    border-inline-end-color: rgb(69 26 3 / 0.65);
  }

  .md\:border-e-amber-950\/70 {
    border-inline-end-color: rgb(69 26 3 / 0.7);
  }

  .md\:border-e-amber-950\/75 {
    border-inline-end-color: rgb(69 26 3 / 0.75);
  }

  .md\:border-e-amber-950\/80 {
    border-inline-end-color: rgb(69 26 3 / 0.8);
  }

  .md\:border-e-amber-950\/85 {
    border-inline-end-color: rgb(69 26 3 / 0.85);
  }

  .md\:border-e-amber-950\/90 {
    border-inline-end-color: rgb(69 26 3 / 0.9);
  }

  .md\:border-e-amber-950\/95 {
    border-inline-end-color: rgb(69 26 3 / 0.95);
  }

  .md\:border-e-black {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .md\:border-e-black\/0 {
    border-inline-end-color: rgb(0 0 0 / 0);
  }

  .md\:border-e-black\/10 {
    border-inline-end-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-e-black\/100 {
    border-inline-end-color: rgb(0 0 0 / 1);
  }

  .md\:border-e-black\/15 {
    border-inline-end-color: rgb(0 0 0 / 0.15);
  }

  .md\:border-e-black\/20 {
    border-inline-end-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-e-black\/25 {
    border-inline-end-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-e-black\/30 {
    border-inline-end-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-e-black\/35 {
    border-inline-end-color: rgb(0 0 0 / 0.35);
  }

  .md\:border-e-black\/40 {
    border-inline-end-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-e-black\/45 {
    border-inline-end-color: rgb(0 0 0 / 0.45);
  }

  .md\:border-e-black\/5 {
    border-inline-end-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-e-black\/50 {
    border-inline-end-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-e-black\/55 {
    border-inline-end-color: rgb(0 0 0 / 0.55);
  }

  .md\:border-e-black\/60 {
    border-inline-end-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-e-black\/65 {
    border-inline-end-color: rgb(0 0 0 / 0.65);
  }

  .md\:border-e-black\/70 {
    border-inline-end-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-e-black\/75 {
    border-inline-end-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-e-black\/80 {
    border-inline-end-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-e-black\/85 {
    border-inline-end-color: rgb(0 0 0 / 0.85);
  }

  .md\:border-e-black\/90 {
    border-inline-end-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-e-black\/95 {
    border-inline-end-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-e-blue-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(219 234 254 / var(--tw-border-opacity));
  }

  .md\:border-e-blue-100\/0 {
    border-inline-end-color: rgb(219 234 254 / 0);
  }

  .md\:border-e-blue-100\/10 {
    border-inline-end-color: rgb(219 234 254 / 0.1);
  }

  .md\:border-e-blue-100\/100 {
    border-inline-end-color: rgb(219 234 254 / 1);
  }

  .md\:border-e-blue-100\/15 {
    border-inline-end-color: rgb(219 234 254 / 0.15);
  }

  .md\:border-e-blue-100\/20 {
    border-inline-end-color: rgb(219 234 254 / 0.2);
  }

  .md\:border-e-blue-100\/25 {
    border-inline-end-color: rgb(219 234 254 / 0.25);
  }

  .md\:border-e-blue-100\/30 {
    border-inline-end-color: rgb(219 234 254 / 0.3);
  }

  .md\:border-e-blue-100\/35 {
    border-inline-end-color: rgb(219 234 254 / 0.35);
  }

  .md\:border-e-blue-100\/40 {
    border-inline-end-color: rgb(219 234 254 / 0.4);
  }

  .md\:border-e-blue-100\/45 {
    border-inline-end-color: rgb(219 234 254 / 0.45);
  }

  .md\:border-e-blue-100\/5 {
    border-inline-end-color: rgb(219 234 254 / 0.05);
  }

  .md\:border-e-blue-100\/50 {
    border-inline-end-color: rgb(219 234 254 / 0.5);
  }

  .md\:border-e-blue-100\/55 {
    border-inline-end-color: rgb(219 234 254 / 0.55);
  }

  .md\:border-e-blue-100\/60 {
    border-inline-end-color: rgb(219 234 254 / 0.6);
  }

  .md\:border-e-blue-100\/65 {
    border-inline-end-color: rgb(219 234 254 / 0.65);
  }

  .md\:border-e-blue-100\/70 {
    border-inline-end-color: rgb(219 234 254 / 0.7);
  }

  .md\:border-e-blue-100\/75 {
    border-inline-end-color: rgb(219 234 254 / 0.75);
  }

  .md\:border-e-blue-100\/80 {
    border-inline-end-color: rgb(219 234 254 / 0.8);
  }

  .md\:border-e-blue-100\/85 {
    border-inline-end-color: rgb(219 234 254 / 0.85);
  }

  .md\:border-e-blue-100\/90 {
    border-inline-end-color: rgb(219 234 254 / 0.9);
  }

  .md\:border-e-blue-100\/95 {
    border-inline-end-color: rgb(219 234 254 / 0.95);
  }

  .md\:border-e-blue-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(191 219 254 / var(--tw-border-opacity));
  }

  .md\:border-e-blue-200\/0 {
    border-inline-end-color: rgb(191 219 254 / 0);
  }

  .md\:border-e-blue-200\/10 {
    border-inline-end-color: rgb(191 219 254 / 0.1);
  }

  .md\:border-e-blue-200\/100 {
    border-inline-end-color: rgb(191 219 254 / 1);
  }

  .md\:border-e-blue-200\/15 {
    border-inline-end-color: rgb(191 219 254 / 0.15);
  }

  .md\:border-e-blue-200\/20 {
    border-inline-end-color: rgb(191 219 254 / 0.2);
  }

  .md\:border-e-blue-200\/25 {
    border-inline-end-color: rgb(191 219 254 / 0.25);
  }

  .md\:border-e-blue-200\/30 {
    border-inline-end-color: rgb(191 219 254 / 0.3);
  }

  .md\:border-e-blue-200\/35 {
    border-inline-end-color: rgb(191 219 254 / 0.35);
  }

  .md\:border-e-blue-200\/40 {
    border-inline-end-color: rgb(191 219 254 / 0.4);
  }

  .md\:border-e-blue-200\/45 {
    border-inline-end-color: rgb(191 219 254 / 0.45);
  }

  .md\:border-e-blue-200\/5 {
    border-inline-end-color: rgb(191 219 254 / 0.05);
  }

  .md\:border-e-blue-200\/50 {
    border-inline-end-color: rgb(191 219 254 / 0.5);
  }

  .md\:border-e-blue-200\/55 {
    border-inline-end-color: rgb(191 219 254 / 0.55);
  }

  .md\:border-e-blue-200\/60 {
    border-inline-end-color: rgb(191 219 254 / 0.6);
  }

  .md\:border-e-blue-200\/65 {
    border-inline-end-color: rgb(191 219 254 / 0.65);
  }

  .md\:border-e-blue-200\/70 {
    border-inline-end-color: rgb(191 219 254 / 0.7);
  }

  .md\:border-e-blue-200\/75 {
    border-inline-end-color: rgb(191 219 254 / 0.75);
  }

  .md\:border-e-blue-200\/80 {
    border-inline-end-color: rgb(191 219 254 / 0.8);
  }

  .md\:border-e-blue-200\/85 {
    border-inline-end-color: rgb(191 219 254 / 0.85);
  }

  .md\:border-e-blue-200\/90 {
    border-inline-end-color: rgb(191 219 254 / 0.9);
  }

  .md\:border-e-blue-200\/95 {
    border-inline-end-color: rgb(191 219 254 / 0.95);
  }

  .md\:border-e-blue-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(147 197 253 / var(--tw-border-opacity));
  }

  .md\:border-e-blue-300\/0 {
    border-inline-end-color: rgb(147 197 253 / 0);
  }

  .md\:border-e-blue-300\/10 {
    border-inline-end-color: rgb(147 197 253 / 0.1);
  }

  .md\:border-e-blue-300\/100 {
    border-inline-end-color: rgb(147 197 253 / 1);
  }

  .md\:border-e-blue-300\/15 {
    border-inline-end-color: rgb(147 197 253 / 0.15);
  }

  .md\:border-e-blue-300\/20 {
    border-inline-end-color: rgb(147 197 253 / 0.2);
  }

  .md\:border-e-blue-300\/25 {
    border-inline-end-color: rgb(147 197 253 / 0.25);
  }

  .md\:border-e-blue-300\/30 {
    border-inline-end-color: rgb(147 197 253 / 0.3);
  }

  .md\:border-e-blue-300\/35 {
    border-inline-end-color: rgb(147 197 253 / 0.35);
  }

  .md\:border-e-blue-300\/40 {
    border-inline-end-color: rgb(147 197 253 / 0.4);
  }

  .md\:border-e-blue-300\/45 {
    border-inline-end-color: rgb(147 197 253 / 0.45);
  }

  .md\:border-e-blue-300\/5 {
    border-inline-end-color: rgb(147 197 253 / 0.05);
  }

  .md\:border-e-blue-300\/50 {
    border-inline-end-color: rgb(147 197 253 / 0.5);
  }

  .md\:border-e-blue-300\/55 {
    border-inline-end-color: rgb(147 197 253 / 0.55);
  }

  .md\:border-e-blue-300\/60 {
    border-inline-end-color: rgb(147 197 253 / 0.6);
  }

  .md\:border-e-blue-300\/65 {
    border-inline-end-color: rgb(147 197 253 / 0.65);
  }

  .md\:border-e-blue-300\/70 {
    border-inline-end-color: rgb(147 197 253 / 0.7);
  }

  .md\:border-e-blue-300\/75 {
    border-inline-end-color: rgb(147 197 253 / 0.75);
  }

  .md\:border-e-blue-300\/80 {
    border-inline-end-color: rgb(147 197 253 / 0.8);
  }

  .md\:border-e-blue-300\/85 {
    border-inline-end-color: rgb(147 197 253 / 0.85);
  }

  .md\:border-e-blue-300\/90 {
    border-inline-end-color: rgb(147 197 253 / 0.9);
  }

  .md\:border-e-blue-300\/95 {
    border-inline-end-color: rgb(147 197 253 / 0.95);
  }

  .md\:border-e-blue-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(96 165 250 / var(--tw-border-opacity));
  }

  .md\:border-e-blue-400\/0 {
    border-inline-end-color: rgb(96 165 250 / 0);
  }

  .md\:border-e-blue-400\/10 {
    border-inline-end-color: rgb(96 165 250 / 0.1);
  }

  .md\:border-e-blue-400\/100 {
    border-inline-end-color: rgb(96 165 250 / 1);
  }

  .md\:border-e-blue-400\/15 {
    border-inline-end-color: rgb(96 165 250 / 0.15);
  }

  .md\:border-e-blue-400\/20 {
    border-inline-end-color: rgb(96 165 250 / 0.2);
  }

  .md\:border-e-blue-400\/25 {
    border-inline-end-color: rgb(96 165 250 / 0.25);
  }

  .md\:border-e-blue-400\/30 {
    border-inline-end-color: rgb(96 165 250 / 0.3);
  }

  .md\:border-e-blue-400\/35 {
    border-inline-end-color: rgb(96 165 250 / 0.35);
  }

  .md\:border-e-blue-400\/40 {
    border-inline-end-color: rgb(96 165 250 / 0.4);
  }

  .md\:border-e-blue-400\/45 {
    border-inline-end-color: rgb(96 165 250 / 0.45);
  }

  .md\:border-e-blue-400\/5 {
    border-inline-end-color: rgb(96 165 250 / 0.05);
  }

  .md\:border-e-blue-400\/50 {
    border-inline-end-color: rgb(96 165 250 / 0.5);
  }

  .md\:border-e-blue-400\/55 {
    border-inline-end-color: rgb(96 165 250 / 0.55);
  }

  .md\:border-e-blue-400\/60 {
    border-inline-end-color: rgb(96 165 250 / 0.6);
  }

  .md\:border-e-blue-400\/65 {
    border-inline-end-color: rgb(96 165 250 / 0.65);
  }

  .md\:border-e-blue-400\/70 {
    border-inline-end-color: rgb(96 165 250 / 0.7);
  }

  .md\:border-e-blue-400\/75 {
    border-inline-end-color: rgb(96 165 250 / 0.75);
  }

  .md\:border-e-blue-400\/80 {
    border-inline-end-color: rgb(96 165 250 / 0.8);
  }

  .md\:border-e-blue-400\/85 {
    border-inline-end-color: rgb(96 165 250 / 0.85);
  }

  .md\:border-e-blue-400\/90 {
    border-inline-end-color: rgb(96 165 250 / 0.9);
  }

  .md\:border-e-blue-400\/95 {
    border-inline-end-color: rgb(96 165 250 / 0.95);
  }

  .md\:border-e-blue-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(239 246 255 / var(--tw-border-opacity));
  }

  .md\:border-e-blue-50\/0 {
    border-inline-end-color: rgb(239 246 255 / 0);
  }

  .md\:border-e-blue-50\/10 {
    border-inline-end-color: rgb(239 246 255 / 0.1);
  }

  .md\:border-e-blue-50\/100 {
    border-inline-end-color: rgb(239 246 255 / 1);
  }

  .md\:border-e-blue-50\/15 {
    border-inline-end-color: rgb(239 246 255 / 0.15);
  }

  .md\:border-e-blue-50\/20 {
    border-inline-end-color: rgb(239 246 255 / 0.2);
  }

  .md\:border-e-blue-50\/25 {
    border-inline-end-color: rgb(239 246 255 / 0.25);
  }

  .md\:border-e-blue-50\/30 {
    border-inline-end-color: rgb(239 246 255 / 0.3);
  }

  .md\:border-e-blue-50\/35 {
    border-inline-end-color: rgb(239 246 255 / 0.35);
  }

  .md\:border-e-blue-50\/40 {
    border-inline-end-color: rgb(239 246 255 / 0.4);
  }

  .md\:border-e-blue-50\/45 {
    border-inline-end-color: rgb(239 246 255 / 0.45);
  }

  .md\:border-e-blue-50\/5 {
    border-inline-end-color: rgb(239 246 255 / 0.05);
  }

  .md\:border-e-blue-50\/50 {
    border-inline-end-color: rgb(239 246 255 / 0.5);
  }

  .md\:border-e-blue-50\/55 {
    border-inline-end-color: rgb(239 246 255 / 0.55);
  }

  .md\:border-e-blue-50\/60 {
    border-inline-end-color: rgb(239 246 255 / 0.6);
  }

  .md\:border-e-blue-50\/65 {
    border-inline-end-color: rgb(239 246 255 / 0.65);
  }

  .md\:border-e-blue-50\/70 {
    border-inline-end-color: rgb(239 246 255 / 0.7);
  }

  .md\:border-e-blue-50\/75 {
    border-inline-end-color: rgb(239 246 255 / 0.75);
  }

  .md\:border-e-blue-50\/80 {
    border-inline-end-color: rgb(239 246 255 / 0.8);
  }

  .md\:border-e-blue-50\/85 {
    border-inline-end-color: rgb(239 246 255 / 0.85);
  }

  .md\:border-e-blue-50\/90 {
    border-inline-end-color: rgb(239 246 255 / 0.9);
  }

  .md\:border-e-blue-50\/95 {
    border-inline-end-color: rgb(239 246 255 / 0.95);
  }

  .md\:border-e-blue-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(59 130 246 / var(--tw-border-opacity));
  }

  .md\:border-e-blue-500\/0 {
    border-inline-end-color: rgb(59 130 246 / 0);
  }

  .md\:border-e-blue-500\/10 {
    border-inline-end-color: rgb(59 130 246 / 0.1);
  }

  .md\:border-e-blue-500\/100 {
    border-inline-end-color: rgb(59 130 246 / 1);
  }

  .md\:border-e-blue-500\/15 {
    border-inline-end-color: rgb(59 130 246 / 0.15);
  }

  .md\:border-e-blue-500\/20 {
    border-inline-end-color: rgb(59 130 246 / 0.2);
  }

  .md\:border-e-blue-500\/25 {
    border-inline-end-color: rgb(59 130 246 / 0.25);
  }

  .md\:border-e-blue-500\/30 {
    border-inline-end-color: rgb(59 130 246 / 0.3);
  }

  .md\:border-e-blue-500\/35 {
    border-inline-end-color: rgb(59 130 246 / 0.35);
  }

  .md\:border-e-blue-500\/40 {
    border-inline-end-color: rgb(59 130 246 / 0.4);
  }

  .md\:border-e-blue-500\/45 {
    border-inline-end-color: rgb(59 130 246 / 0.45);
  }

  .md\:border-e-blue-500\/5 {
    border-inline-end-color: rgb(59 130 246 / 0.05);
  }

  .md\:border-e-blue-500\/50 {
    border-inline-end-color: rgb(59 130 246 / 0.5);
  }

  .md\:border-e-blue-500\/55 {
    border-inline-end-color: rgb(59 130 246 / 0.55);
  }

  .md\:border-e-blue-500\/60 {
    border-inline-end-color: rgb(59 130 246 / 0.6);
  }

  .md\:border-e-blue-500\/65 {
    border-inline-end-color: rgb(59 130 246 / 0.65);
  }

  .md\:border-e-blue-500\/70 {
    border-inline-end-color: rgb(59 130 246 / 0.7);
  }

  .md\:border-e-blue-500\/75 {
    border-inline-end-color: rgb(59 130 246 / 0.75);
  }

  .md\:border-e-blue-500\/80 {
    border-inline-end-color: rgb(59 130 246 / 0.8);
  }

  .md\:border-e-blue-500\/85 {
    border-inline-end-color: rgb(59 130 246 / 0.85);
  }

  .md\:border-e-blue-500\/90 {
    border-inline-end-color: rgb(59 130 246 / 0.9);
  }

  .md\:border-e-blue-500\/95 {
    border-inline-end-color: rgb(59 130 246 / 0.95);
  }

  .md\:border-e-blue-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(37 99 235 / var(--tw-border-opacity));
  }

  .md\:border-e-blue-600\/0 {
    border-inline-end-color: rgb(37 99 235 / 0);
  }

  .md\:border-e-blue-600\/10 {
    border-inline-end-color: rgb(37 99 235 / 0.1);
  }

  .md\:border-e-blue-600\/100 {
    border-inline-end-color: rgb(37 99 235 / 1);
  }

  .md\:border-e-blue-600\/15 {
    border-inline-end-color: rgb(37 99 235 / 0.15);
  }

  .md\:border-e-blue-600\/20 {
    border-inline-end-color: rgb(37 99 235 / 0.2);
  }

  .md\:border-e-blue-600\/25 {
    border-inline-end-color: rgb(37 99 235 / 0.25);
  }

  .md\:border-e-blue-600\/30 {
    border-inline-end-color: rgb(37 99 235 / 0.3);
  }

  .md\:border-e-blue-600\/35 {
    border-inline-end-color: rgb(37 99 235 / 0.35);
  }

  .md\:border-e-blue-600\/40 {
    border-inline-end-color: rgb(37 99 235 / 0.4);
  }

  .md\:border-e-blue-600\/45 {
    border-inline-end-color: rgb(37 99 235 / 0.45);
  }

  .md\:border-e-blue-600\/5 {
    border-inline-end-color: rgb(37 99 235 / 0.05);
  }

  .md\:border-e-blue-600\/50 {
    border-inline-end-color: rgb(37 99 235 / 0.5);
  }

  .md\:border-e-blue-600\/55 {
    border-inline-end-color: rgb(37 99 235 / 0.55);
  }

  .md\:border-e-blue-600\/60 {
    border-inline-end-color: rgb(37 99 235 / 0.6);
  }

  .md\:border-e-blue-600\/65 {
    border-inline-end-color: rgb(37 99 235 / 0.65);
  }

  .md\:border-e-blue-600\/70 {
    border-inline-end-color: rgb(37 99 235 / 0.7);
  }

  .md\:border-e-blue-600\/75 {
    border-inline-end-color: rgb(37 99 235 / 0.75);
  }

  .md\:border-e-blue-600\/80 {
    border-inline-end-color: rgb(37 99 235 / 0.8);
  }

  .md\:border-e-blue-600\/85 {
    border-inline-end-color: rgb(37 99 235 / 0.85);
  }

  .md\:border-e-blue-600\/90 {
    border-inline-end-color: rgb(37 99 235 / 0.9);
  }

  .md\:border-e-blue-600\/95 {
    border-inline-end-color: rgb(37 99 235 / 0.95);
  }

  .md\:border-e-blue-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(29 78 216 / var(--tw-border-opacity));
  }

  .md\:border-e-blue-700\/0 {
    border-inline-end-color: rgb(29 78 216 / 0);
  }

  .md\:border-e-blue-700\/10 {
    border-inline-end-color: rgb(29 78 216 / 0.1);
  }

  .md\:border-e-blue-700\/100 {
    border-inline-end-color: rgb(29 78 216 / 1);
  }

  .md\:border-e-blue-700\/15 {
    border-inline-end-color: rgb(29 78 216 / 0.15);
  }

  .md\:border-e-blue-700\/20 {
    border-inline-end-color: rgb(29 78 216 / 0.2);
  }

  .md\:border-e-blue-700\/25 {
    border-inline-end-color: rgb(29 78 216 / 0.25);
  }

  .md\:border-e-blue-700\/30 {
    border-inline-end-color: rgb(29 78 216 / 0.3);
  }

  .md\:border-e-blue-700\/35 {
    border-inline-end-color: rgb(29 78 216 / 0.35);
  }

  .md\:border-e-blue-700\/40 {
    border-inline-end-color: rgb(29 78 216 / 0.4);
  }

  .md\:border-e-blue-700\/45 {
    border-inline-end-color: rgb(29 78 216 / 0.45);
  }

  .md\:border-e-blue-700\/5 {
    border-inline-end-color: rgb(29 78 216 / 0.05);
  }

  .md\:border-e-blue-700\/50 {
    border-inline-end-color: rgb(29 78 216 / 0.5);
  }

  .md\:border-e-blue-700\/55 {
    border-inline-end-color: rgb(29 78 216 / 0.55);
  }

  .md\:border-e-blue-700\/60 {
    border-inline-end-color: rgb(29 78 216 / 0.6);
  }

  .md\:border-e-blue-700\/65 {
    border-inline-end-color: rgb(29 78 216 / 0.65);
  }

  .md\:border-e-blue-700\/70 {
    border-inline-end-color: rgb(29 78 216 / 0.7);
  }

  .md\:border-e-blue-700\/75 {
    border-inline-end-color: rgb(29 78 216 / 0.75);
  }

  .md\:border-e-blue-700\/80 {
    border-inline-end-color: rgb(29 78 216 / 0.8);
  }

  .md\:border-e-blue-700\/85 {
    border-inline-end-color: rgb(29 78 216 / 0.85);
  }

  .md\:border-e-blue-700\/90 {
    border-inline-end-color: rgb(29 78 216 / 0.9);
  }

  .md\:border-e-blue-700\/95 {
    border-inline-end-color: rgb(29 78 216 / 0.95);
  }

  .md\:border-e-blue-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(30 64 175 / var(--tw-border-opacity));
  }

  .md\:border-e-blue-800\/0 {
    border-inline-end-color: rgb(30 64 175 / 0);
  }

  .md\:border-e-blue-800\/10 {
    border-inline-end-color: rgb(30 64 175 / 0.1);
  }

  .md\:border-e-blue-800\/100 {
    border-inline-end-color: rgb(30 64 175 / 1);
  }

  .md\:border-e-blue-800\/15 {
    border-inline-end-color: rgb(30 64 175 / 0.15);
  }

  .md\:border-e-blue-800\/20 {
    border-inline-end-color: rgb(30 64 175 / 0.2);
  }

  .md\:border-e-blue-800\/25 {
    border-inline-end-color: rgb(30 64 175 / 0.25);
  }

  .md\:border-e-blue-800\/30 {
    border-inline-end-color: rgb(30 64 175 / 0.3);
  }

  .md\:border-e-blue-800\/35 {
    border-inline-end-color: rgb(30 64 175 / 0.35);
  }

  .md\:border-e-blue-800\/40 {
    border-inline-end-color: rgb(30 64 175 / 0.4);
  }

  .md\:border-e-blue-800\/45 {
    border-inline-end-color: rgb(30 64 175 / 0.45);
  }

  .md\:border-e-blue-800\/5 {
    border-inline-end-color: rgb(30 64 175 / 0.05);
  }

  .md\:border-e-blue-800\/50 {
    border-inline-end-color: rgb(30 64 175 / 0.5);
  }

  .md\:border-e-blue-800\/55 {
    border-inline-end-color: rgb(30 64 175 / 0.55);
  }

  .md\:border-e-blue-800\/60 {
    border-inline-end-color: rgb(30 64 175 / 0.6);
  }

  .md\:border-e-blue-800\/65 {
    border-inline-end-color: rgb(30 64 175 / 0.65);
  }

  .md\:border-e-blue-800\/70 {
    border-inline-end-color: rgb(30 64 175 / 0.7);
  }

  .md\:border-e-blue-800\/75 {
    border-inline-end-color: rgb(30 64 175 / 0.75);
  }

  .md\:border-e-blue-800\/80 {
    border-inline-end-color: rgb(30 64 175 / 0.8);
  }

  .md\:border-e-blue-800\/85 {
    border-inline-end-color: rgb(30 64 175 / 0.85);
  }

  .md\:border-e-blue-800\/90 {
    border-inline-end-color: rgb(30 64 175 / 0.9);
  }

  .md\:border-e-blue-800\/95 {
    border-inline-end-color: rgb(30 64 175 / 0.95);
  }

  .md\:border-e-blue-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(30 58 138 / var(--tw-border-opacity));
  }

  .md\:border-e-blue-900\/0 {
    border-inline-end-color: rgb(30 58 138 / 0);
  }

  .md\:border-e-blue-900\/10 {
    border-inline-end-color: rgb(30 58 138 / 0.1);
  }

  .md\:border-e-blue-900\/100 {
    border-inline-end-color: rgb(30 58 138 / 1);
  }

  .md\:border-e-blue-900\/15 {
    border-inline-end-color: rgb(30 58 138 / 0.15);
  }

  .md\:border-e-blue-900\/20 {
    border-inline-end-color: rgb(30 58 138 / 0.2);
  }

  .md\:border-e-blue-900\/25 {
    border-inline-end-color: rgb(30 58 138 / 0.25);
  }

  .md\:border-e-blue-900\/30 {
    border-inline-end-color: rgb(30 58 138 / 0.3);
  }

  .md\:border-e-blue-900\/35 {
    border-inline-end-color: rgb(30 58 138 / 0.35);
  }

  .md\:border-e-blue-900\/40 {
    border-inline-end-color: rgb(30 58 138 / 0.4);
  }

  .md\:border-e-blue-900\/45 {
    border-inline-end-color: rgb(30 58 138 / 0.45);
  }

  .md\:border-e-blue-900\/5 {
    border-inline-end-color: rgb(30 58 138 / 0.05);
  }

  .md\:border-e-blue-900\/50 {
    border-inline-end-color: rgb(30 58 138 / 0.5);
  }

  .md\:border-e-blue-900\/55 {
    border-inline-end-color: rgb(30 58 138 / 0.55);
  }

  .md\:border-e-blue-900\/60 {
    border-inline-end-color: rgb(30 58 138 / 0.6);
  }

  .md\:border-e-blue-900\/65 {
    border-inline-end-color: rgb(30 58 138 / 0.65);
  }

  .md\:border-e-blue-900\/70 {
    border-inline-end-color: rgb(30 58 138 / 0.7);
  }

  .md\:border-e-blue-900\/75 {
    border-inline-end-color: rgb(30 58 138 / 0.75);
  }

  .md\:border-e-blue-900\/80 {
    border-inline-end-color: rgb(30 58 138 / 0.8);
  }

  .md\:border-e-blue-900\/85 {
    border-inline-end-color: rgb(30 58 138 / 0.85);
  }

  .md\:border-e-blue-900\/90 {
    border-inline-end-color: rgb(30 58 138 / 0.9);
  }

  .md\:border-e-blue-900\/95 {
    border-inline-end-color: rgb(30 58 138 / 0.95);
  }

  .md\:border-e-blue-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(23 37 84 / var(--tw-border-opacity));
  }

  .md\:border-e-blue-950\/0 {
    border-inline-end-color: rgb(23 37 84 / 0);
  }

  .md\:border-e-blue-950\/10 {
    border-inline-end-color: rgb(23 37 84 / 0.1);
  }

  .md\:border-e-blue-950\/100 {
    border-inline-end-color: rgb(23 37 84 / 1);
  }

  .md\:border-e-blue-950\/15 {
    border-inline-end-color: rgb(23 37 84 / 0.15);
  }

  .md\:border-e-blue-950\/20 {
    border-inline-end-color: rgb(23 37 84 / 0.2);
  }

  .md\:border-e-blue-950\/25 {
    border-inline-end-color: rgb(23 37 84 / 0.25);
  }

  .md\:border-e-blue-950\/30 {
    border-inline-end-color: rgb(23 37 84 / 0.3);
  }

  .md\:border-e-blue-950\/35 {
    border-inline-end-color: rgb(23 37 84 / 0.35);
  }

  .md\:border-e-blue-950\/40 {
    border-inline-end-color: rgb(23 37 84 / 0.4);
  }

  .md\:border-e-blue-950\/45 {
    border-inline-end-color: rgb(23 37 84 / 0.45);
  }

  .md\:border-e-blue-950\/5 {
    border-inline-end-color: rgb(23 37 84 / 0.05);
  }

  .md\:border-e-blue-950\/50 {
    border-inline-end-color: rgb(23 37 84 / 0.5);
  }

  .md\:border-e-blue-950\/55 {
    border-inline-end-color: rgb(23 37 84 / 0.55);
  }

  .md\:border-e-blue-950\/60 {
    border-inline-end-color: rgb(23 37 84 / 0.6);
  }

  .md\:border-e-blue-950\/65 {
    border-inline-end-color: rgb(23 37 84 / 0.65);
  }

  .md\:border-e-blue-950\/70 {
    border-inline-end-color: rgb(23 37 84 / 0.7);
  }

  .md\:border-e-blue-950\/75 {
    border-inline-end-color: rgb(23 37 84 / 0.75);
  }

  .md\:border-e-blue-950\/80 {
    border-inline-end-color: rgb(23 37 84 / 0.8);
  }

  .md\:border-e-blue-950\/85 {
    border-inline-end-color: rgb(23 37 84 / 0.85);
  }

  .md\:border-e-blue-950\/90 {
    border-inline-end-color: rgb(23 37 84 / 0.9);
  }

  .md\:border-e-blue-950\/95 {
    border-inline-end-color: rgb(23 37 84 / 0.95);
  }

  .md\:border-e-current {
    border-inline-end-color: currentColor;
  }

  .md\:border-e-cyan-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(207 250 254 / var(--tw-border-opacity));
  }

  .md\:border-e-cyan-100\/0 {
    border-inline-end-color: rgb(207 250 254 / 0);
  }

  .md\:border-e-cyan-100\/10 {
    border-inline-end-color: rgb(207 250 254 / 0.1);
  }

  .md\:border-e-cyan-100\/100 {
    border-inline-end-color: rgb(207 250 254 / 1);
  }

  .md\:border-e-cyan-100\/15 {
    border-inline-end-color: rgb(207 250 254 / 0.15);
  }

  .md\:border-e-cyan-100\/20 {
    border-inline-end-color: rgb(207 250 254 / 0.2);
  }

  .md\:border-e-cyan-100\/25 {
    border-inline-end-color: rgb(207 250 254 / 0.25);
  }

  .md\:border-e-cyan-100\/30 {
    border-inline-end-color: rgb(207 250 254 / 0.3);
  }

  .md\:border-e-cyan-100\/35 {
    border-inline-end-color: rgb(207 250 254 / 0.35);
  }

  .md\:border-e-cyan-100\/40 {
    border-inline-end-color: rgb(207 250 254 / 0.4);
  }

  .md\:border-e-cyan-100\/45 {
    border-inline-end-color: rgb(207 250 254 / 0.45);
  }

  .md\:border-e-cyan-100\/5 {
    border-inline-end-color: rgb(207 250 254 / 0.05);
  }

  .md\:border-e-cyan-100\/50 {
    border-inline-end-color: rgb(207 250 254 / 0.5);
  }

  .md\:border-e-cyan-100\/55 {
    border-inline-end-color: rgb(207 250 254 / 0.55);
  }

  .md\:border-e-cyan-100\/60 {
    border-inline-end-color: rgb(207 250 254 / 0.6);
  }

  .md\:border-e-cyan-100\/65 {
    border-inline-end-color: rgb(207 250 254 / 0.65);
  }

  .md\:border-e-cyan-100\/70 {
    border-inline-end-color: rgb(207 250 254 / 0.7);
  }

  .md\:border-e-cyan-100\/75 {
    border-inline-end-color: rgb(207 250 254 / 0.75);
  }

  .md\:border-e-cyan-100\/80 {
    border-inline-end-color: rgb(207 250 254 / 0.8);
  }

  .md\:border-e-cyan-100\/85 {
    border-inline-end-color: rgb(207 250 254 / 0.85);
  }

  .md\:border-e-cyan-100\/90 {
    border-inline-end-color: rgb(207 250 254 / 0.9);
  }

  .md\:border-e-cyan-100\/95 {
    border-inline-end-color: rgb(207 250 254 / 0.95);
  }

  .md\:border-e-cyan-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(165 243 252 / var(--tw-border-opacity));
  }

  .md\:border-e-cyan-200\/0 {
    border-inline-end-color: rgb(165 243 252 / 0);
  }

  .md\:border-e-cyan-200\/10 {
    border-inline-end-color: rgb(165 243 252 / 0.1);
  }

  .md\:border-e-cyan-200\/100 {
    border-inline-end-color: rgb(165 243 252 / 1);
  }

  .md\:border-e-cyan-200\/15 {
    border-inline-end-color: rgb(165 243 252 / 0.15);
  }

  .md\:border-e-cyan-200\/20 {
    border-inline-end-color: rgb(165 243 252 / 0.2);
  }

  .md\:border-e-cyan-200\/25 {
    border-inline-end-color: rgb(165 243 252 / 0.25);
  }

  .md\:border-e-cyan-200\/30 {
    border-inline-end-color: rgb(165 243 252 / 0.3);
  }

  .md\:border-e-cyan-200\/35 {
    border-inline-end-color: rgb(165 243 252 / 0.35);
  }

  .md\:border-e-cyan-200\/40 {
    border-inline-end-color: rgb(165 243 252 / 0.4);
  }

  .md\:border-e-cyan-200\/45 {
    border-inline-end-color: rgb(165 243 252 / 0.45);
  }

  .md\:border-e-cyan-200\/5 {
    border-inline-end-color: rgb(165 243 252 / 0.05);
  }

  .md\:border-e-cyan-200\/50 {
    border-inline-end-color: rgb(165 243 252 / 0.5);
  }

  .md\:border-e-cyan-200\/55 {
    border-inline-end-color: rgb(165 243 252 / 0.55);
  }

  .md\:border-e-cyan-200\/60 {
    border-inline-end-color: rgb(165 243 252 / 0.6);
  }

  .md\:border-e-cyan-200\/65 {
    border-inline-end-color: rgb(165 243 252 / 0.65);
  }

  .md\:border-e-cyan-200\/70 {
    border-inline-end-color: rgb(165 243 252 / 0.7);
  }

  .md\:border-e-cyan-200\/75 {
    border-inline-end-color: rgb(165 243 252 / 0.75);
  }

  .md\:border-e-cyan-200\/80 {
    border-inline-end-color: rgb(165 243 252 / 0.8);
  }

  .md\:border-e-cyan-200\/85 {
    border-inline-end-color: rgb(165 243 252 / 0.85);
  }

  .md\:border-e-cyan-200\/90 {
    border-inline-end-color: rgb(165 243 252 / 0.9);
  }

  .md\:border-e-cyan-200\/95 {
    border-inline-end-color: rgb(165 243 252 / 0.95);
  }

  .md\:border-e-cyan-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(103 232 249 / var(--tw-border-opacity));
  }

  .md\:border-e-cyan-300\/0 {
    border-inline-end-color: rgb(103 232 249 / 0);
  }

  .md\:border-e-cyan-300\/10 {
    border-inline-end-color: rgb(103 232 249 / 0.1);
  }

  .md\:border-e-cyan-300\/100 {
    border-inline-end-color: rgb(103 232 249 / 1);
  }

  .md\:border-e-cyan-300\/15 {
    border-inline-end-color: rgb(103 232 249 / 0.15);
  }

  .md\:border-e-cyan-300\/20 {
    border-inline-end-color: rgb(103 232 249 / 0.2);
  }

  .md\:border-e-cyan-300\/25 {
    border-inline-end-color: rgb(103 232 249 / 0.25);
  }

  .md\:border-e-cyan-300\/30 {
    border-inline-end-color: rgb(103 232 249 / 0.3);
  }

  .md\:border-e-cyan-300\/35 {
    border-inline-end-color: rgb(103 232 249 / 0.35);
  }

  .md\:border-e-cyan-300\/40 {
    border-inline-end-color: rgb(103 232 249 / 0.4);
  }

  .md\:border-e-cyan-300\/45 {
    border-inline-end-color: rgb(103 232 249 / 0.45);
  }

  .md\:border-e-cyan-300\/5 {
    border-inline-end-color: rgb(103 232 249 / 0.05);
  }

  .md\:border-e-cyan-300\/50 {
    border-inline-end-color: rgb(103 232 249 / 0.5);
  }

  .md\:border-e-cyan-300\/55 {
    border-inline-end-color: rgb(103 232 249 / 0.55);
  }

  .md\:border-e-cyan-300\/60 {
    border-inline-end-color: rgb(103 232 249 / 0.6);
  }

  .md\:border-e-cyan-300\/65 {
    border-inline-end-color: rgb(103 232 249 / 0.65);
  }

  .md\:border-e-cyan-300\/70 {
    border-inline-end-color: rgb(103 232 249 / 0.7);
  }

  .md\:border-e-cyan-300\/75 {
    border-inline-end-color: rgb(103 232 249 / 0.75);
  }

  .md\:border-e-cyan-300\/80 {
    border-inline-end-color: rgb(103 232 249 / 0.8);
  }

  .md\:border-e-cyan-300\/85 {
    border-inline-end-color: rgb(103 232 249 / 0.85);
  }

  .md\:border-e-cyan-300\/90 {
    border-inline-end-color: rgb(103 232 249 / 0.9);
  }

  .md\:border-e-cyan-300\/95 {
    border-inline-end-color: rgb(103 232 249 / 0.95);
  }

  .md\:border-e-cyan-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(34 211 238 / var(--tw-border-opacity));
  }

  .md\:border-e-cyan-400\/0 {
    border-inline-end-color: rgb(34 211 238 / 0);
  }

  .md\:border-e-cyan-400\/10 {
    border-inline-end-color: rgb(34 211 238 / 0.1);
  }

  .md\:border-e-cyan-400\/100 {
    border-inline-end-color: rgb(34 211 238 / 1);
  }

  .md\:border-e-cyan-400\/15 {
    border-inline-end-color: rgb(34 211 238 / 0.15);
  }

  .md\:border-e-cyan-400\/20 {
    border-inline-end-color: rgb(34 211 238 / 0.2);
  }

  .md\:border-e-cyan-400\/25 {
    border-inline-end-color: rgb(34 211 238 / 0.25);
  }

  .md\:border-e-cyan-400\/30 {
    border-inline-end-color: rgb(34 211 238 / 0.3);
  }

  .md\:border-e-cyan-400\/35 {
    border-inline-end-color: rgb(34 211 238 / 0.35);
  }

  .md\:border-e-cyan-400\/40 {
    border-inline-end-color: rgb(34 211 238 / 0.4);
  }

  .md\:border-e-cyan-400\/45 {
    border-inline-end-color: rgb(34 211 238 / 0.45);
  }

  .md\:border-e-cyan-400\/5 {
    border-inline-end-color: rgb(34 211 238 / 0.05);
  }

  .md\:border-e-cyan-400\/50 {
    border-inline-end-color: rgb(34 211 238 / 0.5);
  }

  .md\:border-e-cyan-400\/55 {
    border-inline-end-color: rgb(34 211 238 / 0.55);
  }

  .md\:border-e-cyan-400\/60 {
    border-inline-end-color: rgb(34 211 238 / 0.6);
  }

  .md\:border-e-cyan-400\/65 {
    border-inline-end-color: rgb(34 211 238 / 0.65);
  }

  .md\:border-e-cyan-400\/70 {
    border-inline-end-color: rgb(34 211 238 / 0.7);
  }

  .md\:border-e-cyan-400\/75 {
    border-inline-end-color: rgb(34 211 238 / 0.75);
  }

  .md\:border-e-cyan-400\/80 {
    border-inline-end-color: rgb(34 211 238 / 0.8);
  }

  .md\:border-e-cyan-400\/85 {
    border-inline-end-color: rgb(34 211 238 / 0.85);
  }

  .md\:border-e-cyan-400\/90 {
    border-inline-end-color: rgb(34 211 238 / 0.9);
  }

  .md\:border-e-cyan-400\/95 {
    border-inline-end-color: rgb(34 211 238 / 0.95);
  }

  .md\:border-e-cyan-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(236 254 255 / var(--tw-border-opacity));
  }

  .md\:border-e-cyan-50\/0 {
    border-inline-end-color: rgb(236 254 255 / 0);
  }

  .md\:border-e-cyan-50\/10 {
    border-inline-end-color: rgb(236 254 255 / 0.1);
  }

  .md\:border-e-cyan-50\/100 {
    border-inline-end-color: rgb(236 254 255 / 1);
  }

  .md\:border-e-cyan-50\/15 {
    border-inline-end-color: rgb(236 254 255 / 0.15);
  }

  .md\:border-e-cyan-50\/20 {
    border-inline-end-color: rgb(236 254 255 / 0.2);
  }

  .md\:border-e-cyan-50\/25 {
    border-inline-end-color: rgb(236 254 255 / 0.25);
  }

  .md\:border-e-cyan-50\/30 {
    border-inline-end-color: rgb(236 254 255 / 0.3);
  }

  .md\:border-e-cyan-50\/35 {
    border-inline-end-color: rgb(236 254 255 / 0.35);
  }

  .md\:border-e-cyan-50\/40 {
    border-inline-end-color: rgb(236 254 255 / 0.4);
  }

  .md\:border-e-cyan-50\/45 {
    border-inline-end-color: rgb(236 254 255 / 0.45);
  }

  .md\:border-e-cyan-50\/5 {
    border-inline-end-color: rgb(236 254 255 / 0.05);
  }

  .md\:border-e-cyan-50\/50 {
    border-inline-end-color: rgb(236 254 255 / 0.5);
  }

  .md\:border-e-cyan-50\/55 {
    border-inline-end-color: rgb(236 254 255 / 0.55);
  }

  .md\:border-e-cyan-50\/60 {
    border-inline-end-color: rgb(236 254 255 / 0.6);
  }

  .md\:border-e-cyan-50\/65 {
    border-inline-end-color: rgb(236 254 255 / 0.65);
  }

  .md\:border-e-cyan-50\/70 {
    border-inline-end-color: rgb(236 254 255 / 0.7);
  }

  .md\:border-e-cyan-50\/75 {
    border-inline-end-color: rgb(236 254 255 / 0.75);
  }

  .md\:border-e-cyan-50\/80 {
    border-inline-end-color: rgb(236 254 255 / 0.8);
  }

  .md\:border-e-cyan-50\/85 {
    border-inline-end-color: rgb(236 254 255 / 0.85);
  }

  .md\:border-e-cyan-50\/90 {
    border-inline-end-color: rgb(236 254 255 / 0.9);
  }

  .md\:border-e-cyan-50\/95 {
    border-inline-end-color: rgb(236 254 255 / 0.95);
  }

  .md\:border-e-cyan-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(6 182 212 / var(--tw-border-opacity));
  }

  .md\:border-e-cyan-500\/0 {
    border-inline-end-color: rgb(6 182 212 / 0);
  }

  .md\:border-e-cyan-500\/10 {
    border-inline-end-color: rgb(6 182 212 / 0.1);
  }

  .md\:border-e-cyan-500\/100 {
    border-inline-end-color: rgb(6 182 212 / 1);
  }

  .md\:border-e-cyan-500\/15 {
    border-inline-end-color: rgb(6 182 212 / 0.15);
  }

  .md\:border-e-cyan-500\/20 {
    border-inline-end-color: rgb(6 182 212 / 0.2);
  }

  .md\:border-e-cyan-500\/25 {
    border-inline-end-color: rgb(6 182 212 / 0.25);
  }

  .md\:border-e-cyan-500\/30 {
    border-inline-end-color: rgb(6 182 212 / 0.3);
  }

  .md\:border-e-cyan-500\/35 {
    border-inline-end-color: rgb(6 182 212 / 0.35);
  }

  .md\:border-e-cyan-500\/40 {
    border-inline-end-color: rgb(6 182 212 / 0.4);
  }

  .md\:border-e-cyan-500\/45 {
    border-inline-end-color: rgb(6 182 212 / 0.45);
  }

  .md\:border-e-cyan-500\/5 {
    border-inline-end-color: rgb(6 182 212 / 0.05);
  }

  .md\:border-e-cyan-500\/50 {
    border-inline-end-color: rgb(6 182 212 / 0.5);
  }

  .md\:border-e-cyan-500\/55 {
    border-inline-end-color: rgb(6 182 212 / 0.55);
  }

  .md\:border-e-cyan-500\/60 {
    border-inline-end-color: rgb(6 182 212 / 0.6);
  }

  .md\:border-e-cyan-500\/65 {
    border-inline-end-color: rgb(6 182 212 / 0.65);
  }

  .md\:border-e-cyan-500\/70 {
    border-inline-end-color: rgb(6 182 212 / 0.7);
  }

  .md\:border-e-cyan-500\/75 {
    border-inline-end-color: rgb(6 182 212 / 0.75);
  }

  .md\:border-e-cyan-500\/80 {
    border-inline-end-color: rgb(6 182 212 / 0.8);
  }

  .md\:border-e-cyan-500\/85 {
    border-inline-end-color: rgb(6 182 212 / 0.85);
  }

  .md\:border-e-cyan-500\/90 {
    border-inline-end-color: rgb(6 182 212 / 0.9);
  }

  .md\:border-e-cyan-500\/95 {
    border-inline-end-color: rgb(6 182 212 / 0.95);
  }

  .md\:border-e-cyan-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(8 145 178 / var(--tw-border-opacity));
  }

  .md\:border-e-cyan-600\/0 {
    border-inline-end-color: rgb(8 145 178 / 0);
  }

  .md\:border-e-cyan-600\/10 {
    border-inline-end-color: rgb(8 145 178 / 0.1);
  }

  .md\:border-e-cyan-600\/100 {
    border-inline-end-color: rgb(8 145 178 / 1);
  }

  .md\:border-e-cyan-600\/15 {
    border-inline-end-color: rgb(8 145 178 / 0.15);
  }

  .md\:border-e-cyan-600\/20 {
    border-inline-end-color: rgb(8 145 178 / 0.2);
  }

  .md\:border-e-cyan-600\/25 {
    border-inline-end-color: rgb(8 145 178 / 0.25);
  }

  .md\:border-e-cyan-600\/30 {
    border-inline-end-color: rgb(8 145 178 / 0.3);
  }

  .md\:border-e-cyan-600\/35 {
    border-inline-end-color: rgb(8 145 178 / 0.35);
  }

  .md\:border-e-cyan-600\/40 {
    border-inline-end-color: rgb(8 145 178 / 0.4);
  }

  .md\:border-e-cyan-600\/45 {
    border-inline-end-color: rgb(8 145 178 / 0.45);
  }

  .md\:border-e-cyan-600\/5 {
    border-inline-end-color: rgb(8 145 178 / 0.05);
  }

  .md\:border-e-cyan-600\/50 {
    border-inline-end-color: rgb(8 145 178 / 0.5);
  }

  .md\:border-e-cyan-600\/55 {
    border-inline-end-color: rgb(8 145 178 / 0.55);
  }

  .md\:border-e-cyan-600\/60 {
    border-inline-end-color: rgb(8 145 178 / 0.6);
  }

  .md\:border-e-cyan-600\/65 {
    border-inline-end-color: rgb(8 145 178 / 0.65);
  }

  .md\:border-e-cyan-600\/70 {
    border-inline-end-color: rgb(8 145 178 / 0.7);
  }

  .md\:border-e-cyan-600\/75 {
    border-inline-end-color: rgb(8 145 178 / 0.75);
  }

  .md\:border-e-cyan-600\/80 {
    border-inline-end-color: rgb(8 145 178 / 0.8);
  }

  .md\:border-e-cyan-600\/85 {
    border-inline-end-color: rgb(8 145 178 / 0.85);
  }

  .md\:border-e-cyan-600\/90 {
    border-inline-end-color: rgb(8 145 178 / 0.9);
  }

  .md\:border-e-cyan-600\/95 {
    border-inline-end-color: rgb(8 145 178 / 0.95);
  }

  .md\:border-e-cyan-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(14 116 144 / var(--tw-border-opacity));
  }

  .md\:border-e-cyan-700\/0 {
    border-inline-end-color: rgb(14 116 144 / 0);
  }

  .md\:border-e-cyan-700\/10 {
    border-inline-end-color: rgb(14 116 144 / 0.1);
  }

  .md\:border-e-cyan-700\/100 {
    border-inline-end-color: rgb(14 116 144 / 1);
  }

  .md\:border-e-cyan-700\/15 {
    border-inline-end-color: rgb(14 116 144 / 0.15);
  }

  .md\:border-e-cyan-700\/20 {
    border-inline-end-color: rgb(14 116 144 / 0.2);
  }

  .md\:border-e-cyan-700\/25 {
    border-inline-end-color: rgb(14 116 144 / 0.25);
  }

  .md\:border-e-cyan-700\/30 {
    border-inline-end-color: rgb(14 116 144 / 0.3);
  }

  .md\:border-e-cyan-700\/35 {
    border-inline-end-color: rgb(14 116 144 / 0.35);
  }

  .md\:border-e-cyan-700\/40 {
    border-inline-end-color: rgb(14 116 144 / 0.4);
  }

  .md\:border-e-cyan-700\/45 {
    border-inline-end-color: rgb(14 116 144 / 0.45);
  }

  .md\:border-e-cyan-700\/5 {
    border-inline-end-color: rgb(14 116 144 / 0.05);
  }

  .md\:border-e-cyan-700\/50 {
    border-inline-end-color: rgb(14 116 144 / 0.5);
  }

  .md\:border-e-cyan-700\/55 {
    border-inline-end-color: rgb(14 116 144 / 0.55);
  }

  .md\:border-e-cyan-700\/60 {
    border-inline-end-color: rgb(14 116 144 / 0.6);
  }

  .md\:border-e-cyan-700\/65 {
    border-inline-end-color: rgb(14 116 144 / 0.65);
  }

  .md\:border-e-cyan-700\/70 {
    border-inline-end-color: rgb(14 116 144 / 0.7);
  }

  .md\:border-e-cyan-700\/75 {
    border-inline-end-color: rgb(14 116 144 / 0.75);
  }

  .md\:border-e-cyan-700\/80 {
    border-inline-end-color: rgb(14 116 144 / 0.8);
  }

  .md\:border-e-cyan-700\/85 {
    border-inline-end-color: rgb(14 116 144 / 0.85);
  }

  .md\:border-e-cyan-700\/90 {
    border-inline-end-color: rgb(14 116 144 / 0.9);
  }

  .md\:border-e-cyan-700\/95 {
    border-inline-end-color: rgb(14 116 144 / 0.95);
  }

  .md\:border-e-cyan-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(21 94 117 / var(--tw-border-opacity));
  }

  .md\:border-e-cyan-800\/0 {
    border-inline-end-color: rgb(21 94 117 / 0);
  }

  .md\:border-e-cyan-800\/10 {
    border-inline-end-color: rgb(21 94 117 / 0.1);
  }

  .md\:border-e-cyan-800\/100 {
    border-inline-end-color: rgb(21 94 117 / 1);
  }

  .md\:border-e-cyan-800\/15 {
    border-inline-end-color: rgb(21 94 117 / 0.15);
  }

  .md\:border-e-cyan-800\/20 {
    border-inline-end-color: rgb(21 94 117 / 0.2);
  }

  .md\:border-e-cyan-800\/25 {
    border-inline-end-color: rgb(21 94 117 / 0.25);
  }

  .md\:border-e-cyan-800\/30 {
    border-inline-end-color: rgb(21 94 117 / 0.3);
  }

  .md\:border-e-cyan-800\/35 {
    border-inline-end-color: rgb(21 94 117 / 0.35);
  }

  .md\:border-e-cyan-800\/40 {
    border-inline-end-color: rgb(21 94 117 / 0.4);
  }

  .md\:border-e-cyan-800\/45 {
    border-inline-end-color: rgb(21 94 117 / 0.45);
  }

  .md\:border-e-cyan-800\/5 {
    border-inline-end-color: rgb(21 94 117 / 0.05);
  }

  .md\:border-e-cyan-800\/50 {
    border-inline-end-color: rgb(21 94 117 / 0.5);
  }

  .md\:border-e-cyan-800\/55 {
    border-inline-end-color: rgb(21 94 117 / 0.55);
  }

  .md\:border-e-cyan-800\/60 {
    border-inline-end-color: rgb(21 94 117 / 0.6);
  }

  .md\:border-e-cyan-800\/65 {
    border-inline-end-color: rgb(21 94 117 / 0.65);
  }

  .md\:border-e-cyan-800\/70 {
    border-inline-end-color: rgb(21 94 117 / 0.7);
  }

  .md\:border-e-cyan-800\/75 {
    border-inline-end-color: rgb(21 94 117 / 0.75);
  }

  .md\:border-e-cyan-800\/80 {
    border-inline-end-color: rgb(21 94 117 / 0.8);
  }

  .md\:border-e-cyan-800\/85 {
    border-inline-end-color: rgb(21 94 117 / 0.85);
  }

  .md\:border-e-cyan-800\/90 {
    border-inline-end-color: rgb(21 94 117 / 0.9);
  }

  .md\:border-e-cyan-800\/95 {
    border-inline-end-color: rgb(21 94 117 / 0.95);
  }

  .md\:border-e-cyan-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(22 78 99 / var(--tw-border-opacity));
  }

  .md\:border-e-cyan-900\/0 {
    border-inline-end-color: rgb(22 78 99 / 0);
  }

  .md\:border-e-cyan-900\/10 {
    border-inline-end-color: rgb(22 78 99 / 0.1);
  }

  .md\:border-e-cyan-900\/100 {
    border-inline-end-color: rgb(22 78 99 / 1);
  }

  .md\:border-e-cyan-900\/15 {
    border-inline-end-color: rgb(22 78 99 / 0.15);
  }

  .md\:border-e-cyan-900\/20 {
    border-inline-end-color: rgb(22 78 99 / 0.2);
  }

  .md\:border-e-cyan-900\/25 {
    border-inline-end-color: rgb(22 78 99 / 0.25);
  }

  .md\:border-e-cyan-900\/30 {
    border-inline-end-color: rgb(22 78 99 / 0.3);
  }

  .md\:border-e-cyan-900\/35 {
    border-inline-end-color: rgb(22 78 99 / 0.35);
  }

  .md\:border-e-cyan-900\/40 {
    border-inline-end-color: rgb(22 78 99 / 0.4);
  }

  .md\:border-e-cyan-900\/45 {
    border-inline-end-color: rgb(22 78 99 / 0.45);
  }

  .md\:border-e-cyan-900\/5 {
    border-inline-end-color: rgb(22 78 99 / 0.05);
  }

  .md\:border-e-cyan-900\/50 {
    border-inline-end-color: rgb(22 78 99 / 0.5);
  }

  .md\:border-e-cyan-900\/55 {
    border-inline-end-color: rgb(22 78 99 / 0.55);
  }

  .md\:border-e-cyan-900\/60 {
    border-inline-end-color: rgb(22 78 99 / 0.6);
  }

  .md\:border-e-cyan-900\/65 {
    border-inline-end-color: rgb(22 78 99 / 0.65);
  }

  .md\:border-e-cyan-900\/70 {
    border-inline-end-color: rgb(22 78 99 / 0.7);
  }

  .md\:border-e-cyan-900\/75 {
    border-inline-end-color: rgb(22 78 99 / 0.75);
  }

  .md\:border-e-cyan-900\/80 {
    border-inline-end-color: rgb(22 78 99 / 0.8);
  }

  .md\:border-e-cyan-900\/85 {
    border-inline-end-color: rgb(22 78 99 / 0.85);
  }

  .md\:border-e-cyan-900\/90 {
    border-inline-end-color: rgb(22 78 99 / 0.9);
  }

  .md\:border-e-cyan-900\/95 {
    border-inline-end-color: rgb(22 78 99 / 0.95);
  }

  .md\:border-e-cyan-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(8 51 68 / var(--tw-border-opacity));
  }

  .md\:border-e-cyan-950\/0 {
    border-inline-end-color: rgb(8 51 68 / 0);
  }

  .md\:border-e-cyan-950\/10 {
    border-inline-end-color: rgb(8 51 68 / 0.1);
  }

  .md\:border-e-cyan-950\/100 {
    border-inline-end-color: rgb(8 51 68 / 1);
  }

  .md\:border-e-cyan-950\/15 {
    border-inline-end-color: rgb(8 51 68 / 0.15);
  }

  .md\:border-e-cyan-950\/20 {
    border-inline-end-color: rgb(8 51 68 / 0.2);
  }

  .md\:border-e-cyan-950\/25 {
    border-inline-end-color: rgb(8 51 68 / 0.25);
  }

  .md\:border-e-cyan-950\/30 {
    border-inline-end-color: rgb(8 51 68 / 0.3);
  }

  .md\:border-e-cyan-950\/35 {
    border-inline-end-color: rgb(8 51 68 / 0.35);
  }

  .md\:border-e-cyan-950\/40 {
    border-inline-end-color: rgb(8 51 68 / 0.4);
  }

  .md\:border-e-cyan-950\/45 {
    border-inline-end-color: rgb(8 51 68 / 0.45);
  }

  .md\:border-e-cyan-950\/5 {
    border-inline-end-color: rgb(8 51 68 / 0.05);
  }

  .md\:border-e-cyan-950\/50 {
    border-inline-end-color: rgb(8 51 68 / 0.5);
  }

  .md\:border-e-cyan-950\/55 {
    border-inline-end-color: rgb(8 51 68 / 0.55);
  }

  .md\:border-e-cyan-950\/60 {
    border-inline-end-color: rgb(8 51 68 / 0.6);
  }

  .md\:border-e-cyan-950\/65 {
    border-inline-end-color: rgb(8 51 68 / 0.65);
  }

  .md\:border-e-cyan-950\/70 {
    border-inline-end-color: rgb(8 51 68 / 0.7);
  }

  .md\:border-e-cyan-950\/75 {
    border-inline-end-color: rgb(8 51 68 / 0.75);
  }

  .md\:border-e-cyan-950\/80 {
    border-inline-end-color: rgb(8 51 68 / 0.8);
  }

  .md\:border-e-cyan-950\/85 {
    border-inline-end-color: rgb(8 51 68 / 0.85);
  }

  .md\:border-e-cyan-950\/90 {
    border-inline-end-color: rgb(8 51 68 / 0.9);
  }

  .md\:border-e-cyan-950\/95 {
    border-inline-end-color: rgb(8 51 68 / 0.95);
  }

  .md\:border-e-emerald-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(209 250 229 / var(--tw-border-opacity));
  }

  .md\:border-e-emerald-100\/0 {
    border-inline-end-color: rgb(209 250 229 / 0);
  }

  .md\:border-e-emerald-100\/10 {
    border-inline-end-color: rgb(209 250 229 / 0.1);
  }

  .md\:border-e-emerald-100\/100 {
    border-inline-end-color: rgb(209 250 229 / 1);
  }

  .md\:border-e-emerald-100\/15 {
    border-inline-end-color: rgb(209 250 229 / 0.15);
  }

  .md\:border-e-emerald-100\/20 {
    border-inline-end-color: rgb(209 250 229 / 0.2);
  }

  .md\:border-e-emerald-100\/25 {
    border-inline-end-color: rgb(209 250 229 / 0.25);
  }

  .md\:border-e-emerald-100\/30 {
    border-inline-end-color: rgb(209 250 229 / 0.3);
  }

  .md\:border-e-emerald-100\/35 {
    border-inline-end-color: rgb(209 250 229 / 0.35);
  }

  .md\:border-e-emerald-100\/40 {
    border-inline-end-color: rgb(209 250 229 / 0.4);
  }

  .md\:border-e-emerald-100\/45 {
    border-inline-end-color: rgb(209 250 229 / 0.45);
  }

  .md\:border-e-emerald-100\/5 {
    border-inline-end-color: rgb(209 250 229 / 0.05);
  }

  .md\:border-e-emerald-100\/50 {
    border-inline-end-color: rgb(209 250 229 / 0.5);
  }

  .md\:border-e-emerald-100\/55 {
    border-inline-end-color: rgb(209 250 229 / 0.55);
  }

  .md\:border-e-emerald-100\/60 {
    border-inline-end-color: rgb(209 250 229 / 0.6);
  }

  .md\:border-e-emerald-100\/65 {
    border-inline-end-color: rgb(209 250 229 / 0.65);
  }

  .md\:border-e-emerald-100\/70 {
    border-inline-end-color: rgb(209 250 229 / 0.7);
  }

  .md\:border-e-emerald-100\/75 {
    border-inline-end-color: rgb(209 250 229 / 0.75);
  }

  .md\:border-e-emerald-100\/80 {
    border-inline-end-color: rgb(209 250 229 / 0.8);
  }

  .md\:border-e-emerald-100\/85 {
    border-inline-end-color: rgb(209 250 229 / 0.85);
  }

  .md\:border-e-emerald-100\/90 {
    border-inline-end-color: rgb(209 250 229 / 0.9);
  }

  .md\:border-e-emerald-100\/95 {
    border-inline-end-color: rgb(209 250 229 / 0.95);
  }

  .md\:border-e-emerald-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(167 243 208 / var(--tw-border-opacity));
  }

  .md\:border-e-emerald-200\/0 {
    border-inline-end-color: rgb(167 243 208 / 0);
  }

  .md\:border-e-emerald-200\/10 {
    border-inline-end-color: rgb(167 243 208 / 0.1);
  }

  .md\:border-e-emerald-200\/100 {
    border-inline-end-color: rgb(167 243 208 / 1);
  }

  .md\:border-e-emerald-200\/15 {
    border-inline-end-color: rgb(167 243 208 / 0.15);
  }

  .md\:border-e-emerald-200\/20 {
    border-inline-end-color: rgb(167 243 208 / 0.2);
  }

  .md\:border-e-emerald-200\/25 {
    border-inline-end-color: rgb(167 243 208 / 0.25);
  }

  .md\:border-e-emerald-200\/30 {
    border-inline-end-color: rgb(167 243 208 / 0.3);
  }

  .md\:border-e-emerald-200\/35 {
    border-inline-end-color: rgb(167 243 208 / 0.35);
  }

  .md\:border-e-emerald-200\/40 {
    border-inline-end-color: rgb(167 243 208 / 0.4);
  }

  .md\:border-e-emerald-200\/45 {
    border-inline-end-color: rgb(167 243 208 / 0.45);
  }

  .md\:border-e-emerald-200\/5 {
    border-inline-end-color: rgb(167 243 208 / 0.05);
  }

  .md\:border-e-emerald-200\/50 {
    border-inline-end-color: rgb(167 243 208 / 0.5);
  }

  .md\:border-e-emerald-200\/55 {
    border-inline-end-color: rgb(167 243 208 / 0.55);
  }

  .md\:border-e-emerald-200\/60 {
    border-inline-end-color: rgb(167 243 208 / 0.6);
  }

  .md\:border-e-emerald-200\/65 {
    border-inline-end-color: rgb(167 243 208 / 0.65);
  }

  .md\:border-e-emerald-200\/70 {
    border-inline-end-color: rgb(167 243 208 / 0.7);
  }

  .md\:border-e-emerald-200\/75 {
    border-inline-end-color: rgb(167 243 208 / 0.75);
  }

  .md\:border-e-emerald-200\/80 {
    border-inline-end-color: rgb(167 243 208 / 0.8);
  }

  .md\:border-e-emerald-200\/85 {
    border-inline-end-color: rgb(167 243 208 / 0.85);
  }

  .md\:border-e-emerald-200\/90 {
    border-inline-end-color: rgb(167 243 208 / 0.9);
  }

  .md\:border-e-emerald-200\/95 {
    border-inline-end-color: rgb(167 243 208 / 0.95);
  }

  .md\:border-e-emerald-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(110 231 183 / var(--tw-border-opacity));
  }

  .md\:border-e-emerald-300\/0 {
    border-inline-end-color: rgb(110 231 183 / 0);
  }

  .md\:border-e-emerald-300\/10 {
    border-inline-end-color: rgb(110 231 183 / 0.1);
  }

  .md\:border-e-emerald-300\/100 {
    border-inline-end-color: rgb(110 231 183 / 1);
  }

  .md\:border-e-emerald-300\/15 {
    border-inline-end-color: rgb(110 231 183 / 0.15);
  }

  .md\:border-e-emerald-300\/20 {
    border-inline-end-color: rgb(110 231 183 / 0.2);
  }

  .md\:border-e-emerald-300\/25 {
    border-inline-end-color: rgb(110 231 183 / 0.25);
  }

  .md\:border-e-emerald-300\/30 {
    border-inline-end-color: rgb(110 231 183 / 0.3);
  }

  .md\:border-e-emerald-300\/35 {
    border-inline-end-color: rgb(110 231 183 / 0.35);
  }

  .md\:border-e-emerald-300\/40 {
    border-inline-end-color: rgb(110 231 183 / 0.4);
  }

  .md\:border-e-emerald-300\/45 {
    border-inline-end-color: rgb(110 231 183 / 0.45);
  }

  .md\:border-e-emerald-300\/5 {
    border-inline-end-color: rgb(110 231 183 / 0.05);
  }

  .md\:border-e-emerald-300\/50 {
    border-inline-end-color: rgb(110 231 183 / 0.5);
  }

  .md\:border-e-emerald-300\/55 {
    border-inline-end-color: rgb(110 231 183 / 0.55);
  }

  .md\:border-e-emerald-300\/60 {
    border-inline-end-color: rgb(110 231 183 / 0.6);
  }

  .md\:border-e-emerald-300\/65 {
    border-inline-end-color: rgb(110 231 183 / 0.65);
  }

  .md\:border-e-emerald-300\/70 {
    border-inline-end-color: rgb(110 231 183 / 0.7);
  }

  .md\:border-e-emerald-300\/75 {
    border-inline-end-color: rgb(110 231 183 / 0.75);
  }

  .md\:border-e-emerald-300\/80 {
    border-inline-end-color: rgb(110 231 183 / 0.8);
  }

  .md\:border-e-emerald-300\/85 {
    border-inline-end-color: rgb(110 231 183 / 0.85);
  }

  .md\:border-e-emerald-300\/90 {
    border-inline-end-color: rgb(110 231 183 / 0.9);
  }

  .md\:border-e-emerald-300\/95 {
    border-inline-end-color: rgb(110 231 183 / 0.95);
  }

  .md\:border-e-emerald-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(52 211 153 / var(--tw-border-opacity));
  }

  .md\:border-e-emerald-400\/0 {
    border-inline-end-color: rgb(52 211 153 / 0);
  }

  .md\:border-e-emerald-400\/10 {
    border-inline-end-color: rgb(52 211 153 / 0.1);
  }

  .md\:border-e-emerald-400\/100 {
    border-inline-end-color: rgb(52 211 153 / 1);
  }

  .md\:border-e-emerald-400\/15 {
    border-inline-end-color: rgb(52 211 153 / 0.15);
  }

  .md\:border-e-emerald-400\/20 {
    border-inline-end-color: rgb(52 211 153 / 0.2);
  }

  .md\:border-e-emerald-400\/25 {
    border-inline-end-color: rgb(52 211 153 / 0.25);
  }

  .md\:border-e-emerald-400\/30 {
    border-inline-end-color: rgb(52 211 153 / 0.3);
  }

  .md\:border-e-emerald-400\/35 {
    border-inline-end-color: rgb(52 211 153 / 0.35);
  }

  .md\:border-e-emerald-400\/40 {
    border-inline-end-color: rgb(52 211 153 / 0.4);
  }

  .md\:border-e-emerald-400\/45 {
    border-inline-end-color: rgb(52 211 153 / 0.45);
  }

  .md\:border-e-emerald-400\/5 {
    border-inline-end-color: rgb(52 211 153 / 0.05);
  }

  .md\:border-e-emerald-400\/50 {
    border-inline-end-color: rgb(52 211 153 / 0.5);
  }

  .md\:border-e-emerald-400\/55 {
    border-inline-end-color: rgb(52 211 153 / 0.55);
  }

  .md\:border-e-emerald-400\/60 {
    border-inline-end-color: rgb(52 211 153 / 0.6);
  }

  .md\:border-e-emerald-400\/65 {
    border-inline-end-color: rgb(52 211 153 / 0.65);
  }

  .md\:border-e-emerald-400\/70 {
    border-inline-end-color: rgb(52 211 153 / 0.7);
  }

  .md\:border-e-emerald-400\/75 {
    border-inline-end-color: rgb(52 211 153 / 0.75);
  }

  .md\:border-e-emerald-400\/80 {
    border-inline-end-color: rgb(52 211 153 / 0.8);
  }

  .md\:border-e-emerald-400\/85 {
    border-inline-end-color: rgb(52 211 153 / 0.85);
  }

  .md\:border-e-emerald-400\/90 {
    border-inline-end-color: rgb(52 211 153 / 0.9);
  }

  .md\:border-e-emerald-400\/95 {
    border-inline-end-color: rgb(52 211 153 / 0.95);
  }

  .md\:border-e-emerald-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(236 253 245 / var(--tw-border-opacity));
  }

  .md\:border-e-emerald-50\/0 {
    border-inline-end-color: rgb(236 253 245 / 0);
  }

  .md\:border-e-emerald-50\/10 {
    border-inline-end-color: rgb(236 253 245 / 0.1);
  }

  .md\:border-e-emerald-50\/100 {
    border-inline-end-color: rgb(236 253 245 / 1);
  }

  .md\:border-e-emerald-50\/15 {
    border-inline-end-color: rgb(236 253 245 / 0.15);
  }

  .md\:border-e-emerald-50\/20 {
    border-inline-end-color: rgb(236 253 245 / 0.2);
  }

  .md\:border-e-emerald-50\/25 {
    border-inline-end-color: rgb(236 253 245 / 0.25);
  }

  .md\:border-e-emerald-50\/30 {
    border-inline-end-color: rgb(236 253 245 / 0.3);
  }

  .md\:border-e-emerald-50\/35 {
    border-inline-end-color: rgb(236 253 245 / 0.35);
  }

  .md\:border-e-emerald-50\/40 {
    border-inline-end-color: rgb(236 253 245 / 0.4);
  }

  .md\:border-e-emerald-50\/45 {
    border-inline-end-color: rgb(236 253 245 / 0.45);
  }

  .md\:border-e-emerald-50\/5 {
    border-inline-end-color: rgb(236 253 245 / 0.05);
  }

  .md\:border-e-emerald-50\/50 {
    border-inline-end-color: rgb(236 253 245 / 0.5);
  }

  .md\:border-e-emerald-50\/55 {
    border-inline-end-color: rgb(236 253 245 / 0.55);
  }

  .md\:border-e-emerald-50\/60 {
    border-inline-end-color: rgb(236 253 245 / 0.6);
  }

  .md\:border-e-emerald-50\/65 {
    border-inline-end-color: rgb(236 253 245 / 0.65);
  }

  .md\:border-e-emerald-50\/70 {
    border-inline-end-color: rgb(236 253 245 / 0.7);
  }

  .md\:border-e-emerald-50\/75 {
    border-inline-end-color: rgb(236 253 245 / 0.75);
  }

  .md\:border-e-emerald-50\/80 {
    border-inline-end-color: rgb(236 253 245 / 0.8);
  }

  .md\:border-e-emerald-50\/85 {
    border-inline-end-color: rgb(236 253 245 / 0.85);
  }

  .md\:border-e-emerald-50\/90 {
    border-inline-end-color: rgb(236 253 245 / 0.9);
  }

  .md\:border-e-emerald-50\/95 {
    border-inline-end-color: rgb(236 253 245 / 0.95);
  }

  .md\:border-e-emerald-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(16 185 129 / var(--tw-border-opacity));
  }

  .md\:border-e-emerald-500\/0 {
    border-inline-end-color: rgb(16 185 129 / 0);
  }

  .md\:border-e-emerald-500\/10 {
    border-inline-end-color: rgb(16 185 129 / 0.1);
  }

  .md\:border-e-emerald-500\/100 {
    border-inline-end-color: rgb(16 185 129 / 1);
  }

  .md\:border-e-emerald-500\/15 {
    border-inline-end-color: rgb(16 185 129 / 0.15);
  }

  .md\:border-e-emerald-500\/20 {
    border-inline-end-color: rgb(16 185 129 / 0.2);
  }

  .md\:border-e-emerald-500\/25 {
    border-inline-end-color: rgb(16 185 129 / 0.25);
  }

  .md\:border-e-emerald-500\/30 {
    border-inline-end-color: rgb(16 185 129 / 0.3);
  }

  .md\:border-e-emerald-500\/35 {
    border-inline-end-color: rgb(16 185 129 / 0.35);
  }

  .md\:border-e-emerald-500\/40 {
    border-inline-end-color: rgb(16 185 129 / 0.4);
  }

  .md\:border-e-emerald-500\/45 {
    border-inline-end-color: rgb(16 185 129 / 0.45);
  }

  .md\:border-e-emerald-500\/5 {
    border-inline-end-color: rgb(16 185 129 / 0.05);
  }

  .md\:border-e-emerald-500\/50 {
    border-inline-end-color: rgb(16 185 129 / 0.5);
  }

  .md\:border-e-emerald-500\/55 {
    border-inline-end-color: rgb(16 185 129 / 0.55);
  }

  .md\:border-e-emerald-500\/60 {
    border-inline-end-color: rgb(16 185 129 / 0.6);
  }

  .md\:border-e-emerald-500\/65 {
    border-inline-end-color: rgb(16 185 129 / 0.65);
  }

  .md\:border-e-emerald-500\/70 {
    border-inline-end-color: rgb(16 185 129 / 0.7);
  }

  .md\:border-e-emerald-500\/75 {
    border-inline-end-color: rgb(16 185 129 / 0.75);
  }

  .md\:border-e-emerald-500\/80 {
    border-inline-end-color: rgb(16 185 129 / 0.8);
  }

  .md\:border-e-emerald-500\/85 {
    border-inline-end-color: rgb(16 185 129 / 0.85);
  }

  .md\:border-e-emerald-500\/90 {
    border-inline-end-color: rgb(16 185 129 / 0.9);
  }

  .md\:border-e-emerald-500\/95 {
    border-inline-end-color: rgb(16 185 129 / 0.95);
  }

  .md\:border-e-emerald-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(5 150 105 / var(--tw-border-opacity));
  }

  .md\:border-e-emerald-600\/0 {
    border-inline-end-color: rgb(5 150 105 / 0);
  }

  .md\:border-e-emerald-600\/10 {
    border-inline-end-color: rgb(5 150 105 / 0.1);
  }

  .md\:border-e-emerald-600\/100 {
    border-inline-end-color: rgb(5 150 105 / 1);
  }

  .md\:border-e-emerald-600\/15 {
    border-inline-end-color: rgb(5 150 105 / 0.15);
  }

  .md\:border-e-emerald-600\/20 {
    border-inline-end-color: rgb(5 150 105 / 0.2);
  }

  .md\:border-e-emerald-600\/25 {
    border-inline-end-color: rgb(5 150 105 / 0.25);
  }

  .md\:border-e-emerald-600\/30 {
    border-inline-end-color: rgb(5 150 105 / 0.3);
  }

  .md\:border-e-emerald-600\/35 {
    border-inline-end-color: rgb(5 150 105 / 0.35);
  }

  .md\:border-e-emerald-600\/40 {
    border-inline-end-color: rgb(5 150 105 / 0.4);
  }

  .md\:border-e-emerald-600\/45 {
    border-inline-end-color: rgb(5 150 105 / 0.45);
  }

  .md\:border-e-emerald-600\/5 {
    border-inline-end-color: rgb(5 150 105 / 0.05);
  }

  .md\:border-e-emerald-600\/50 {
    border-inline-end-color: rgb(5 150 105 / 0.5);
  }

  .md\:border-e-emerald-600\/55 {
    border-inline-end-color: rgb(5 150 105 / 0.55);
  }

  .md\:border-e-emerald-600\/60 {
    border-inline-end-color: rgb(5 150 105 / 0.6);
  }

  .md\:border-e-emerald-600\/65 {
    border-inline-end-color: rgb(5 150 105 / 0.65);
  }

  .md\:border-e-emerald-600\/70 {
    border-inline-end-color: rgb(5 150 105 / 0.7);
  }

  .md\:border-e-emerald-600\/75 {
    border-inline-end-color: rgb(5 150 105 / 0.75);
  }

  .md\:border-e-emerald-600\/80 {
    border-inline-end-color: rgb(5 150 105 / 0.8);
  }

  .md\:border-e-emerald-600\/85 {
    border-inline-end-color: rgb(5 150 105 / 0.85);
  }

  .md\:border-e-emerald-600\/90 {
    border-inline-end-color: rgb(5 150 105 / 0.9);
  }

  .md\:border-e-emerald-600\/95 {
    border-inline-end-color: rgb(5 150 105 / 0.95);
  }

  .md\:border-e-emerald-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(4 120 87 / var(--tw-border-opacity));
  }

  .md\:border-e-emerald-700\/0 {
    border-inline-end-color: rgb(4 120 87 / 0);
  }

  .md\:border-e-emerald-700\/10 {
    border-inline-end-color: rgb(4 120 87 / 0.1);
  }

  .md\:border-e-emerald-700\/100 {
    border-inline-end-color: rgb(4 120 87 / 1);
  }

  .md\:border-e-emerald-700\/15 {
    border-inline-end-color: rgb(4 120 87 / 0.15);
  }

  .md\:border-e-emerald-700\/20 {
    border-inline-end-color: rgb(4 120 87 / 0.2);
  }

  .md\:border-e-emerald-700\/25 {
    border-inline-end-color: rgb(4 120 87 / 0.25);
  }

  .md\:border-e-emerald-700\/30 {
    border-inline-end-color: rgb(4 120 87 / 0.3);
  }

  .md\:border-e-emerald-700\/35 {
    border-inline-end-color: rgb(4 120 87 / 0.35);
  }

  .md\:border-e-emerald-700\/40 {
    border-inline-end-color: rgb(4 120 87 / 0.4);
  }

  .md\:border-e-emerald-700\/45 {
    border-inline-end-color: rgb(4 120 87 / 0.45);
  }

  .md\:border-e-emerald-700\/5 {
    border-inline-end-color: rgb(4 120 87 / 0.05);
  }

  .md\:border-e-emerald-700\/50 {
    border-inline-end-color: rgb(4 120 87 / 0.5);
  }

  .md\:border-e-emerald-700\/55 {
    border-inline-end-color: rgb(4 120 87 / 0.55);
  }

  .md\:border-e-emerald-700\/60 {
    border-inline-end-color: rgb(4 120 87 / 0.6);
  }

  .md\:border-e-emerald-700\/65 {
    border-inline-end-color: rgb(4 120 87 / 0.65);
  }

  .md\:border-e-emerald-700\/70 {
    border-inline-end-color: rgb(4 120 87 / 0.7);
  }

  .md\:border-e-emerald-700\/75 {
    border-inline-end-color: rgb(4 120 87 / 0.75);
  }

  .md\:border-e-emerald-700\/80 {
    border-inline-end-color: rgb(4 120 87 / 0.8);
  }

  .md\:border-e-emerald-700\/85 {
    border-inline-end-color: rgb(4 120 87 / 0.85);
  }

  .md\:border-e-emerald-700\/90 {
    border-inline-end-color: rgb(4 120 87 / 0.9);
  }

  .md\:border-e-emerald-700\/95 {
    border-inline-end-color: rgb(4 120 87 / 0.95);
  }

  .md\:border-e-emerald-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(6 95 70 / var(--tw-border-opacity));
  }

  .md\:border-e-emerald-800\/0 {
    border-inline-end-color: rgb(6 95 70 / 0);
  }

  .md\:border-e-emerald-800\/10 {
    border-inline-end-color: rgb(6 95 70 / 0.1);
  }

  .md\:border-e-emerald-800\/100 {
    border-inline-end-color: rgb(6 95 70 / 1);
  }

  .md\:border-e-emerald-800\/15 {
    border-inline-end-color: rgb(6 95 70 / 0.15);
  }

  .md\:border-e-emerald-800\/20 {
    border-inline-end-color: rgb(6 95 70 / 0.2);
  }

  .md\:border-e-emerald-800\/25 {
    border-inline-end-color: rgb(6 95 70 / 0.25);
  }

  .md\:border-e-emerald-800\/30 {
    border-inline-end-color: rgb(6 95 70 / 0.3);
  }

  .md\:border-e-emerald-800\/35 {
    border-inline-end-color: rgb(6 95 70 / 0.35);
  }

  .md\:border-e-emerald-800\/40 {
    border-inline-end-color: rgb(6 95 70 / 0.4);
  }

  .md\:border-e-emerald-800\/45 {
    border-inline-end-color: rgb(6 95 70 / 0.45);
  }

  .md\:border-e-emerald-800\/5 {
    border-inline-end-color: rgb(6 95 70 / 0.05);
  }

  .md\:border-e-emerald-800\/50 {
    border-inline-end-color: rgb(6 95 70 / 0.5);
  }

  .md\:border-e-emerald-800\/55 {
    border-inline-end-color: rgb(6 95 70 / 0.55);
  }

  .md\:border-e-emerald-800\/60 {
    border-inline-end-color: rgb(6 95 70 / 0.6);
  }

  .md\:border-e-emerald-800\/65 {
    border-inline-end-color: rgb(6 95 70 / 0.65);
  }

  .md\:border-e-emerald-800\/70 {
    border-inline-end-color: rgb(6 95 70 / 0.7);
  }

  .md\:border-e-emerald-800\/75 {
    border-inline-end-color: rgb(6 95 70 / 0.75);
  }

  .md\:border-e-emerald-800\/80 {
    border-inline-end-color: rgb(6 95 70 / 0.8);
  }

  .md\:border-e-emerald-800\/85 {
    border-inline-end-color: rgb(6 95 70 / 0.85);
  }

  .md\:border-e-emerald-800\/90 {
    border-inline-end-color: rgb(6 95 70 / 0.9);
  }

  .md\:border-e-emerald-800\/95 {
    border-inline-end-color: rgb(6 95 70 / 0.95);
  }

  .md\:border-e-emerald-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(6 78 59 / var(--tw-border-opacity));
  }

  .md\:border-e-emerald-900\/0 {
    border-inline-end-color: rgb(6 78 59 / 0);
  }

  .md\:border-e-emerald-900\/10 {
    border-inline-end-color: rgb(6 78 59 / 0.1);
  }

  .md\:border-e-emerald-900\/100 {
    border-inline-end-color: rgb(6 78 59 / 1);
  }

  .md\:border-e-emerald-900\/15 {
    border-inline-end-color: rgb(6 78 59 / 0.15);
  }

  .md\:border-e-emerald-900\/20 {
    border-inline-end-color: rgb(6 78 59 / 0.2);
  }

  .md\:border-e-emerald-900\/25 {
    border-inline-end-color: rgb(6 78 59 / 0.25);
  }

  .md\:border-e-emerald-900\/30 {
    border-inline-end-color: rgb(6 78 59 / 0.3);
  }

  .md\:border-e-emerald-900\/35 {
    border-inline-end-color: rgb(6 78 59 / 0.35);
  }

  .md\:border-e-emerald-900\/40 {
    border-inline-end-color: rgb(6 78 59 / 0.4);
  }

  .md\:border-e-emerald-900\/45 {
    border-inline-end-color: rgb(6 78 59 / 0.45);
  }

  .md\:border-e-emerald-900\/5 {
    border-inline-end-color: rgb(6 78 59 / 0.05);
  }

  .md\:border-e-emerald-900\/50 {
    border-inline-end-color: rgb(6 78 59 / 0.5);
  }

  .md\:border-e-emerald-900\/55 {
    border-inline-end-color: rgb(6 78 59 / 0.55);
  }

  .md\:border-e-emerald-900\/60 {
    border-inline-end-color: rgb(6 78 59 / 0.6);
  }

  .md\:border-e-emerald-900\/65 {
    border-inline-end-color: rgb(6 78 59 / 0.65);
  }

  .md\:border-e-emerald-900\/70 {
    border-inline-end-color: rgb(6 78 59 / 0.7);
  }

  .md\:border-e-emerald-900\/75 {
    border-inline-end-color: rgb(6 78 59 / 0.75);
  }

  .md\:border-e-emerald-900\/80 {
    border-inline-end-color: rgb(6 78 59 / 0.8);
  }

  .md\:border-e-emerald-900\/85 {
    border-inline-end-color: rgb(6 78 59 / 0.85);
  }

  .md\:border-e-emerald-900\/90 {
    border-inline-end-color: rgb(6 78 59 / 0.9);
  }

  .md\:border-e-emerald-900\/95 {
    border-inline-end-color: rgb(6 78 59 / 0.95);
  }

  .md\:border-e-emerald-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(2 44 34 / var(--tw-border-opacity));
  }

  .md\:border-e-emerald-950\/0 {
    border-inline-end-color: rgb(2 44 34 / 0);
  }

  .md\:border-e-emerald-950\/10 {
    border-inline-end-color: rgb(2 44 34 / 0.1);
  }

  .md\:border-e-emerald-950\/100 {
    border-inline-end-color: rgb(2 44 34 / 1);
  }

  .md\:border-e-emerald-950\/15 {
    border-inline-end-color: rgb(2 44 34 / 0.15);
  }

  .md\:border-e-emerald-950\/20 {
    border-inline-end-color: rgb(2 44 34 / 0.2);
  }

  .md\:border-e-emerald-950\/25 {
    border-inline-end-color: rgb(2 44 34 / 0.25);
  }

  .md\:border-e-emerald-950\/30 {
    border-inline-end-color: rgb(2 44 34 / 0.3);
  }

  .md\:border-e-emerald-950\/35 {
    border-inline-end-color: rgb(2 44 34 / 0.35);
  }

  .md\:border-e-emerald-950\/40 {
    border-inline-end-color: rgb(2 44 34 / 0.4);
  }

  .md\:border-e-emerald-950\/45 {
    border-inline-end-color: rgb(2 44 34 / 0.45);
  }

  .md\:border-e-emerald-950\/5 {
    border-inline-end-color: rgb(2 44 34 / 0.05);
  }

  .md\:border-e-emerald-950\/50 {
    border-inline-end-color: rgb(2 44 34 / 0.5);
  }

  .md\:border-e-emerald-950\/55 {
    border-inline-end-color: rgb(2 44 34 / 0.55);
  }

  .md\:border-e-emerald-950\/60 {
    border-inline-end-color: rgb(2 44 34 / 0.6);
  }

  .md\:border-e-emerald-950\/65 {
    border-inline-end-color: rgb(2 44 34 / 0.65);
  }

  .md\:border-e-emerald-950\/70 {
    border-inline-end-color: rgb(2 44 34 / 0.7);
  }

  .md\:border-e-emerald-950\/75 {
    border-inline-end-color: rgb(2 44 34 / 0.75);
  }

  .md\:border-e-emerald-950\/80 {
    border-inline-end-color: rgb(2 44 34 / 0.8);
  }

  .md\:border-e-emerald-950\/85 {
    border-inline-end-color: rgb(2 44 34 / 0.85);
  }

  .md\:border-e-emerald-950\/90 {
    border-inline-end-color: rgb(2 44 34 / 0.9);
  }

  .md\:border-e-emerald-950\/95 {
    border-inline-end-color: rgb(2 44 34 / 0.95);
  }

  .md\:border-e-fuchsia-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(250 232 255 / var(--tw-border-opacity));
  }

  .md\:border-e-fuchsia-100\/0 {
    border-inline-end-color: rgb(250 232 255 / 0);
  }

  .md\:border-e-fuchsia-100\/10 {
    border-inline-end-color: rgb(250 232 255 / 0.1);
  }

  .md\:border-e-fuchsia-100\/100 {
    border-inline-end-color: rgb(250 232 255 / 1);
  }

  .md\:border-e-fuchsia-100\/15 {
    border-inline-end-color: rgb(250 232 255 / 0.15);
  }

  .md\:border-e-fuchsia-100\/20 {
    border-inline-end-color: rgb(250 232 255 / 0.2);
  }

  .md\:border-e-fuchsia-100\/25 {
    border-inline-end-color: rgb(250 232 255 / 0.25);
  }

  .md\:border-e-fuchsia-100\/30 {
    border-inline-end-color: rgb(250 232 255 / 0.3);
  }

  .md\:border-e-fuchsia-100\/35 {
    border-inline-end-color: rgb(250 232 255 / 0.35);
  }

  .md\:border-e-fuchsia-100\/40 {
    border-inline-end-color: rgb(250 232 255 / 0.4);
  }

  .md\:border-e-fuchsia-100\/45 {
    border-inline-end-color: rgb(250 232 255 / 0.45);
  }

  .md\:border-e-fuchsia-100\/5 {
    border-inline-end-color: rgb(250 232 255 / 0.05);
  }

  .md\:border-e-fuchsia-100\/50 {
    border-inline-end-color: rgb(250 232 255 / 0.5);
  }

  .md\:border-e-fuchsia-100\/55 {
    border-inline-end-color: rgb(250 232 255 / 0.55);
  }

  .md\:border-e-fuchsia-100\/60 {
    border-inline-end-color: rgb(250 232 255 / 0.6);
  }

  .md\:border-e-fuchsia-100\/65 {
    border-inline-end-color: rgb(250 232 255 / 0.65);
  }

  .md\:border-e-fuchsia-100\/70 {
    border-inline-end-color: rgb(250 232 255 / 0.7);
  }

  .md\:border-e-fuchsia-100\/75 {
    border-inline-end-color: rgb(250 232 255 / 0.75);
  }

  .md\:border-e-fuchsia-100\/80 {
    border-inline-end-color: rgb(250 232 255 / 0.8);
  }

  .md\:border-e-fuchsia-100\/85 {
    border-inline-end-color: rgb(250 232 255 / 0.85);
  }

  .md\:border-e-fuchsia-100\/90 {
    border-inline-end-color: rgb(250 232 255 / 0.9);
  }

  .md\:border-e-fuchsia-100\/95 {
    border-inline-end-color: rgb(250 232 255 / 0.95);
  }

  .md\:border-e-fuchsia-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(245 208 254 / var(--tw-border-opacity));
  }

  .md\:border-e-fuchsia-200\/0 {
    border-inline-end-color: rgb(245 208 254 / 0);
  }

  .md\:border-e-fuchsia-200\/10 {
    border-inline-end-color: rgb(245 208 254 / 0.1);
  }

  .md\:border-e-fuchsia-200\/100 {
    border-inline-end-color: rgb(245 208 254 / 1);
  }

  .md\:border-e-fuchsia-200\/15 {
    border-inline-end-color: rgb(245 208 254 / 0.15);
  }

  .md\:border-e-fuchsia-200\/20 {
    border-inline-end-color: rgb(245 208 254 / 0.2);
  }

  .md\:border-e-fuchsia-200\/25 {
    border-inline-end-color: rgb(245 208 254 / 0.25);
  }

  .md\:border-e-fuchsia-200\/30 {
    border-inline-end-color: rgb(245 208 254 / 0.3);
  }

  .md\:border-e-fuchsia-200\/35 {
    border-inline-end-color: rgb(245 208 254 / 0.35);
  }

  .md\:border-e-fuchsia-200\/40 {
    border-inline-end-color: rgb(245 208 254 / 0.4);
  }

  .md\:border-e-fuchsia-200\/45 {
    border-inline-end-color: rgb(245 208 254 / 0.45);
  }

  .md\:border-e-fuchsia-200\/5 {
    border-inline-end-color: rgb(245 208 254 / 0.05);
  }

  .md\:border-e-fuchsia-200\/50 {
    border-inline-end-color: rgb(245 208 254 / 0.5);
  }

  .md\:border-e-fuchsia-200\/55 {
    border-inline-end-color: rgb(245 208 254 / 0.55);
  }

  .md\:border-e-fuchsia-200\/60 {
    border-inline-end-color: rgb(245 208 254 / 0.6);
  }

  .md\:border-e-fuchsia-200\/65 {
    border-inline-end-color: rgb(245 208 254 / 0.65);
  }

  .md\:border-e-fuchsia-200\/70 {
    border-inline-end-color: rgb(245 208 254 / 0.7);
  }

  .md\:border-e-fuchsia-200\/75 {
    border-inline-end-color: rgb(245 208 254 / 0.75);
  }

  .md\:border-e-fuchsia-200\/80 {
    border-inline-end-color: rgb(245 208 254 / 0.8);
  }

  .md\:border-e-fuchsia-200\/85 {
    border-inline-end-color: rgb(245 208 254 / 0.85);
  }

  .md\:border-e-fuchsia-200\/90 {
    border-inline-end-color: rgb(245 208 254 / 0.9);
  }

  .md\:border-e-fuchsia-200\/95 {
    border-inline-end-color: rgb(245 208 254 / 0.95);
  }

  .md\:border-e-fuchsia-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(240 171 252 / var(--tw-border-opacity));
  }

  .md\:border-e-fuchsia-300\/0 {
    border-inline-end-color: rgb(240 171 252 / 0);
  }

  .md\:border-e-fuchsia-300\/10 {
    border-inline-end-color: rgb(240 171 252 / 0.1);
  }

  .md\:border-e-fuchsia-300\/100 {
    border-inline-end-color: rgb(240 171 252 / 1);
  }

  .md\:border-e-fuchsia-300\/15 {
    border-inline-end-color: rgb(240 171 252 / 0.15);
  }

  .md\:border-e-fuchsia-300\/20 {
    border-inline-end-color: rgb(240 171 252 / 0.2);
  }

  .md\:border-e-fuchsia-300\/25 {
    border-inline-end-color: rgb(240 171 252 / 0.25);
  }

  .md\:border-e-fuchsia-300\/30 {
    border-inline-end-color: rgb(240 171 252 / 0.3);
  }

  .md\:border-e-fuchsia-300\/35 {
    border-inline-end-color: rgb(240 171 252 / 0.35);
  }

  .md\:border-e-fuchsia-300\/40 {
    border-inline-end-color: rgb(240 171 252 / 0.4);
  }

  .md\:border-e-fuchsia-300\/45 {
    border-inline-end-color: rgb(240 171 252 / 0.45);
  }

  .md\:border-e-fuchsia-300\/5 {
    border-inline-end-color: rgb(240 171 252 / 0.05);
  }

  .md\:border-e-fuchsia-300\/50 {
    border-inline-end-color: rgb(240 171 252 / 0.5);
  }

  .md\:border-e-fuchsia-300\/55 {
    border-inline-end-color: rgb(240 171 252 / 0.55);
  }

  .md\:border-e-fuchsia-300\/60 {
    border-inline-end-color: rgb(240 171 252 / 0.6);
  }

  .md\:border-e-fuchsia-300\/65 {
    border-inline-end-color: rgb(240 171 252 / 0.65);
  }

  .md\:border-e-fuchsia-300\/70 {
    border-inline-end-color: rgb(240 171 252 / 0.7);
  }

  .md\:border-e-fuchsia-300\/75 {
    border-inline-end-color: rgb(240 171 252 / 0.75);
  }

  .md\:border-e-fuchsia-300\/80 {
    border-inline-end-color: rgb(240 171 252 / 0.8);
  }

  .md\:border-e-fuchsia-300\/85 {
    border-inline-end-color: rgb(240 171 252 / 0.85);
  }

  .md\:border-e-fuchsia-300\/90 {
    border-inline-end-color: rgb(240 171 252 / 0.9);
  }

  .md\:border-e-fuchsia-300\/95 {
    border-inline-end-color: rgb(240 171 252 / 0.95);
  }

  .md\:border-e-fuchsia-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(232 121 249 / var(--tw-border-opacity));
  }

  .md\:border-e-fuchsia-400\/0 {
    border-inline-end-color: rgb(232 121 249 / 0);
  }

  .md\:border-e-fuchsia-400\/10 {
    border-inline-end-color: rgb(232 121 249 / 0.1);
  }

  .md\:border-e-fuchsia-400\/100 {
    border-inline-end-color: rgb(232 121 249 / 1);
  }

  .md\:border-e-fuchsia-400\/15 {
    border-inline-end-color: rgb(232 121 249 / 0.15);
  }

  .md\:border-e-fuchsia-400\/20 {
    border-inline-end-color: rgb(232 121 249 / 0.2);
  }

  .md\:border-e-fuchsia-400\/25 {
    border-inline-end-color: rgb(232 121 249 / 0.25);
  }

  .md\:border-e-fuchsia-400\/30 {
    border-inline-end-color: rgb(232 121 249 / 0.3);
  }

  .md\:border-e-fuchsia-400\/35 {
    border-inline-end-color: rgb(232 121 249 / 0.35);
  }

  .md\:border-e-fuchsia-400\/40 {
    border-inline-end-color: rgb(232 121 249 / 0.4);
  }

  .md\:border-e-fuchsia-400\/45 {
    border-inline-end-color: rgb(232 121 249 / 0.45);
  }

  .md\:border-e-fuchsia-400\/5 {
    border-inline-end-color: rgb(232 121 249 / 0.05);
  }

  .md\:border-e-fuchsia-400\/50 {
    border-inline-end-color: rgb(232 121 249 / 0.5);
  }

  .md\:border-e-fuchsia-400\/55 {
    border-inline-end-color: rgb(232 121 249 / 0.55);
  }

  .md\:border-e-fuchsia-400\/60 {
    border-inline-end-color: rgb(232 121 249 / 0.6);
  }

  .md\:border-e-fuchsia-400\/65 {
    border-inline-end-color: rgb(232 121 249 / 0.65);
  }

  .md\:border-e-fuchsia-400\/70 {
    border-inline-end-color: rgb(232 121 249 / 0.7);
  }

  .md\:border-e-fuchsia-400\/75 {
    border-inline-end-color: rgb(232 121 249 / 0.75);
  }

  .md\:border-e-fuchsia-400\/80 {
    border-inline-end-color: rgb(232 121 249 / 0.8);
  }

  .md\:border-e-fuchsia-400\/85 {
    border-inline-end-color: rgb(232 121 249 / 0.85);
  }

  .md\:border-e-fuchsia-400\/90 {
    border-inline-end-color: rgb(232 121 249 / 0.9);
  }

  .md\:border-e-fuchsia-400\/95 {
    border-inline-end-color: rgb(232 121 249 / 0.95);
  }

  .md\:border-e-fuchsia-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(253 244 255 / var(--tw-border-opacity));
  }

  .md\:border-e-fuchsia-50\/0 {
    border-inline-end-color: rgb(253 244 255 / 0);
  }

  .md\:border-e-fuchsia-50\/10 {
    border-inline-end-color: rgb(253 244 255 / 0.1);
  }

  .md\:border-e-fuchsia-50\/100 {
    border-inline-end-color: rgb(253 244 255 / 1);
  }

  .md\:border-e-fuchsia-50\/15 {
    border-inline-end-color: rgb(253 244 255 / 0.15);
  }

  .md\:border-e-fuchsia-50\/20 {
    border-inline-end-color: rgb(253 244 255 / 0.2);
  }

  .md\:border-e-fuchsia-50\/25 {
    border-inline-end-color: rgb(253 244 255 / 0.25);
  }

  .md\:border-e-fuchsia-50\/30 {
    border-inline-end-color: rgb(253 244 255 / 0.3);
  }

  .md\:border-e-fuchsia-50\/35 {
    border-inline-end-color: rgb(253 244 255 / 0.35);
  }

  .md\:border-e-fuchsia-50\/40 {
    border-inline-end-color: rgb(253 244 255 / 0.4);
  }

  .md\:border-e-fuchsia-50\/45 {
    border-inline-end-color: rgb(253 244 255 / 0.45);
  }

  .md\:border-e-fuchsia-50\/5 {
    border-inline-end-color: rgb(253 244 255 / 0.05);
  }

  .md\:border-e-fuchsia-50\/50 {
    border-inline-end-color: rgb(253 244 255 / 0.5);
  }

  .md\:border-e-fuchsia-50\/55 {
    border-inline-end-color: rgb(253 244 255 / 0.55);
  }

  .md\:border-e-fuchsia-50\/60 {
    border-inline-end-color: rgb(253 244 255 / 0.6);
  }

  .md\:border-e-fuchsia-50\/65 {
    border-inline-end-color: rgb(253 244 255 / 0.65);
  }

  .md\:border-e-fuchsia-50\/70 {
    border-inline-end-color: rgb(253 244 255 / 0.7);
  }

  .md\:border-e-fuchsia-50\/75 {
    border-inline-end-color: rgb(253 244 255 / 0.75);
  }

  .md\:border-e-fuchsia-50\/80 {
    border-inline-end-color: rgb(253 244 255 / 0.8);
  }

  .md\:border-e-fuchsia-50\/85 {
    border-inline-end-color: rgb(253 244 255 / 0.85);
  }

  .md\:border-e-fuchsia-50\/90 {
    border-inline-end-color: rgb(253 244 255 / 0.9);
  }

  .md\:border-e-fuchsia-50\/95 {
    border-inline-end-color: rgb(253 244 255 / 0.95);
  }

  .md\:border-e-fuchsia-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(217 70 239 / var(--tw-border-opacity));
  }

  .md\:border-e-fuchsia-500\/0 {
    border-inline-end-color: rgb(217 70 239 / 0);
  }

  .md\:border-e-fuchsia-500\/10 {
    border-inline-end-color: rgb(217 70 239 / 0.1);
  }

  .md\:border-e-fuchsia-500\/100 {
    border-inline-end-color: rgb(217 70 239 / 1);
  }

  .md\:border-e-fuchsia-500\/15 {
    border-inline-end-color: rgb(217 70 239 / 0.15);
  }

  .md\:border-e-fuchsia-500\/20 {
    border-inline-end-color: rgb(217 70 239 / 0.2);
  }

  .md\:border-e-fuchsia-500\/25 {
    border-inline-end-color: rgb(217 70 239 / 0.25);
  }

  .md\:border-e-fuchsia-500\/30 {
    border-inline-end-color: rgb(217 70 239 / 0.3);
  }

  .md\:border-e-fuchsia-500\/35 {
    border-inline-end-color: rgb(217 70 239 / 0.35);
  }

  .md\:border-e-fuchsia-500\/40 {
    border-inline-end-color: rgb(217 70 239 / 0.4);
  }

  .md\:border-e-fuchsia-500\/45 {
    border-inline-end-color: rgb(217 70 239 / 0.45);
  }

  .md\:border-e-fuchsia-500\/5 {
    border-inline-end-color: rgb(217 70 239 / 0.05);
  }

  .md\:border-e-fuchsia-500\/50 {
    border-inline-end-color: rgb(217 70 239 / 0.5);
  }

  .md\:border-e-fuchsia-500\/55 {
    border-inline-end-color: rgb(217 70 239 / 0.55);
  }

  .md\:border-e-fuchsia-500\/60 {
    border-inline-end-color: rgb(217 70 239 / 0.6);
  }

  .md\:border-e-fuchsia-500\/65 {
    border-inline-end-color: rgb(217 70 239 / 0.65);
  }

  .md\:border-e-fuchsia-500\/70 {
    border-inline-end-color: rgb(217 70 239 / 0.7);
  }

  .md\:border-e-fuchsia-500\/75 {
    border-inline-end-color: rgb(217 70 239 / 0.75);
  }

  .md\:border-e-fuchsia-500\/80 {
    border-inline-end-color: rgb(217 70 239 / 0.8);
  }

  .md\:border-e-fuchsia-500\/85 {
    border-inline-end-color: rgb(217 70 239 / 0.85);
  }

  .md\:border-e-fuchsia-500\/90 {
    border-inline-end-color: rgb(217 70 239 / 0.9);
  }

  .md\:border-e-fuchsia-500\/95 {
    border-inline-end-color: rgb(217 70 239 / 0.95);
  }

  .md\:border-e-fuchsia-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(192 38 211 / var(--tw-border-opacity));
  }

  .md\:border-e-fuchsia-600\/0 {
    border-inline-end-color: rgb(192 38 211 / 0);
  }

  .md\:border-e-fuchsia-600\/10 {
    border-inline-end-color: rgb(192 38 211 / 0.1);
  }

  .md\:border-e-fuchsia-600\/100 {
    border-inline-end-color: rgb(192 38 211 / 1);
  }

  .md\:border-e-fuchsia-600\/15 {
    border-inline-end-color: rgb(192 38 211 / 0.15);
  }

  .md\:border-e-fuchsia-600\/20 {
    border-inline-end-color: rgb(192 38 211 / 0.2);
  }

  .md\:border-e-fuchsia-600\/25 {
    border-inline-end-color: rgb(192 38 211 / 0.25);
  }

  .md\:border-e-fuchsia-600\/30 {
    border-inline-end-color: rgb(192 38 211 / 0.3);
  }

  .md\:border-e-fuchsia-600\/35 {
    border-inline-end-color: rgb(192 38 211 / 0.35);
  }

  .md\:border-e-fuchsia-600\/40 {
    border-inline-end-color: rgb(192 38 211 / 0.4);
  }

  .md\:border-e-fuchsia-600\/45 {
    border-inline-end-color: rgb(192 38 211 / 0.45);
  }

  .md\:border-e-fuchsia-600\/5 {
    border-inline-end-color: rgb(192 38 211 / 0.05);
  }

  .md\:border-e-fuchsia-600\/50 {
    border-inline-end-color: rgb(192 38 211 / 0.5);
  }

  .md\:border-e-fuchsia-600\/55 {
    border-inline-end-color: rgb(192 38 211 / 0.55);
  }

  .md\:border-e-fuchsia-600\/60 {
    border-inline-end-color: rgb(192 38 211 / 0.6);
  }

  .md\:border-e-fuchsia-600\/65 {
    border-inline-end-color: rgb(192 38 211 / 0.65);
  }

  .md\:border-e-fuchsia-600\/70 {
    border-inline-end-color: rgb(192 38 211 / 0.7);
  }

  .md\:border-e-fuchsia-600\/75 {
    border-inline-end-color: rgb(192 38 211 / 0.75);
  }

  .md\:border-e-fuchsia-600\/80 {
    border-inline-end-color: rgb(192 38 211 / 0.8);
  }

  .md\:border-e-fuchsia-600\/85 {
    border-inline-end-color: rgb(192 38 211 / 0.85);
  }

  .md\:border-e-fuchsia-600\/90 {
    border-inline-end-color: rgb(192 38 211 / 0.9);
  }

  .md\:border-e-fuchsia-600\/95 {
    border-inline-end-color: rgb(192 38 211 / 0.95);
  }

  .md\:border-e-fuchsia-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(162 28 175 / var(--tw-border-opacity));
  }

  .md\:border-e-fuchsia-700\/0 {
    border-inline-end-color: rgb(162 28 175 / 0);
  }

  .md\:border-e-fuchsia-700\/10 {
    border-inline-end-color: rgb(162 28 175 / 0.1);
  }

  .md\:border-e-fuchsia-700\/100 {
    border-inline-end-color: rgb(162 28 175 / 1);
  }

  .md\:border-e-fuchsia-700\/15 {
    border-inline-end-color: rgb(162 28 175 / 0.15);
  }

  .md\:border-e-fuchsia-700\/20 {
    border-inline-end-color: rgb(162 28 175 / 0.2);
  }

  .md\:border-e-fuchsia-700\/25 {
    border-inline-end-color: rgb(162 28 175 / 0.25);
  }

  .md\:border-e-fuchsia-700\/30 {
    border-inline-end-color: rgb(162 28 175 / 0.3);
  }

  .md\:border-e-fuchsia-700\/35 {
    border-inline-end-color: rgb(162 28 175 / 0.35);
  }

  .md\:border-e-fuchsia-700\/40 {
    border-inline-end-color: rgb(162 28 175 / 0.4);
  }

  .md\:border-e-fuchsia-700\/45 {
    border-inline-end-color: rgb(162 28 175 / 0.45);
  }

  .md\:border-e-fuchsia-700\/5 {
    border-inline-end-color: rgb(162 28 175 / 0.05);
  }

  .md\:border-e-fuchsia-700\/50 {
    border-inline-end-color: rgb(162 28 175 / 0.5);
  }

  .md\:border-e-fuchsia-700\/55 {
    border-inline-end-color: rgb(162 28 175 / 0.55);
  }

  .md\:border-e-fuchsia-700\/60 {
    border-inline-end-color: rgb(162 28 175 / 0.6);
  }

  .md\:border-e-fuchsia-700\/65 {
    border-inline-end-color: rgb(162 28 175 / 0.65);
  }

  .md\:border-e-fuchsia-700\/70 {
    border-inline-end-color: rgb(162 28 175 / 0.7);
  }

  .md\:border-e-fuchsia-700\/75 {
    border-inline-end-color: rgb(162 28 175 / 0.75);
  }

  .md\:border-e-fuchsia-700\/80 {
    border-inline-end-color: rgb(162 28 175 / 0.8);
  }

  .md\:border-e-fuchsia-700\/85 {
    border-inline-end-color: rgb(162 28 175 / 0.85);
  }

  .md\:border-e-fuchsia-700\/90 {
    border-inline-end-color: rgb(162 28 175 / 0.9);
  }

  .md\:border-e-fuchsia-700\/95 {
    border-inline-end-color: rgb(162 28 175 / 0.95);
  }

  .md\:border-e-fuchsia-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(134 25 143 / var(--tw-border-opacity));
  }

  .md\:border-e-fuchsia-800\/0 {
    border-inline-end-color: rgb(134 25 143 / 0);
  }

  .md\:border-e-fuchsia-800\/10 {
    border-inline-end-color: rgb(134 25 143 / 0.1);
  }

  .md\:border-e-fuchsia-800\/100 {
    border-inline-end-color: rgb(134 25 143 / 1);
  }

  .md\:border-e-fuchsia-800\/15 {
    border-inline-end-color: rgb(134 25 143 / 0.15);
  }

  .md\:border-e-fuchsia-800\/20 {
    border-inline-end-color: rgb(134 25 143 / 0.2);
  }

  .md\:border-e-fuchsia-800\/25 {
    border-inline-end-color: rgb(134 25 143 / 0.25);
  }

  .md\:border-e-fuchsia-800\/30 {
    border-inline-end-color: rgb(134 25 143 / 0.3);
  }

  .md\:border-e-fuchsia-800\/35 {
    border-inline-end-color: rgb(134 25 143 / 0.35);
  }

  .md\:border-e-fuchsia-800\/40 {
    border-inline-end-color: rgb(134 25 143 / 0.4);
  }

  .md\:border-e-fuchsia-800\/45 {
    border-inline-end-color: rgb(134 25 143 / 0.45);
  }

  .md\:border-e-fuchsia-800\/5 {
    border-inline-end-color: rgb(134 25 143 / 0.05);
  }

  .md\:border-e-fuchsia-800\/50 {
    border-inline-end-color: rgb(134 25 143 / 0.5);
  }

  .md\:border-e-fuchsia-800\/55 {
    border-inline-end-color: rgb(134 25 143 / 0.55);
  }

  .md\:border-e-fuchsia-800\/60 {
    border-inline-end-color: rgb(134 25 143 / 0.6);
  }

  .md\:border-e-fuchsia-800\/65 {
    border-inline-end-color: rgb(134 25 143 / 0.65);
  }

  .md\:border-e-fuchsia-800\/70 {
    border-inline-end-color: rgb(134 25 143 / 0.7);
  }

  .md\:border-e-fuchsia-800\/75 {
    border-inline-end-color: rgb(134 25 143 / 0.75);
  }

  .md\:border-e-fuchsia-800\/80 {
    border-inline-end-color: rgb(134 25 143 / 0.8);
  }

  .md\:border-e-fuchsia-800\/85 {
    border-inline-end-color: rgb(134 25 143 / 0.85);
  }

  .md\:border-e-fuchsia-800\/90 {
    border-inline-end-color: rgb(134 25 143 / 0.9);
  }

  .md\:border-e-fuchsia-800\/95 {
    border-inline-end-color: rgb(134 25 143 / 0.95);
  }

  .md\:border-e-fuchsia-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(112 26 117 / var(--tw-border-opacity));
  }

  .md\:border-e-fuchsia-900\/0 {
    border-inline-end-color: rgb(112 26 117 / 0);
  }

  .md\:border-e-fuchsia-900\/10 {
    border-inline-end-color: rgb(112 26 117 / 0.1);
  }

  .md\:border-e-fuchsia-900\/100 {
    border-inline-end-color: rgb(112 26 117 / 1);
  }

  .md\:border-e-fuchsia-900\/15 {
    border-inline-end-color: rgb(112 26 117 / 0.15);
  }

  .md\:border-e-fuchsia-900\/20 {
    border-inline-end-color: rgb(112 26 117 / 0.2);
  }

  .md\:border-e-fuchsia-900\/25 {
    border-inline-end-color: rgb(112 26 117 / 0.25);
  }

  .md\:border-e-fuchsia-900\/30 {
    border-inline-end-color: rgb(112 26 117 / 0.3);
  }

  .md\:border-e-fuchsia-900\/35 {
    border-inline-end-color: rgb(112 26 117 / 0.35);
  }

  .md\:border-e-fuchsia-900\/40 {
    border-inline-end-color: rgb(112 26 117 / 0.4);
  }

  .md\:border-e-fuchsia-900\/45 {
    border-inline-end-color: rgb(112 26 117 / 0.45);
  }

  .md\:border-e-fuchsia-900\/5 {
    border-inline-end-color: rgb(112 26 117 / 0.05);
  }

  .md\:border-e-fuchsia-900\/50 {
    border-inline-end-color: rgb(112 26 117 / 0.5);
  }

  .md\:border-e-fuchsia-900\/55 {
    border-inline-end-color: rgb(112 26 117 / 0.55);
  }

  .md\:border-e-fuchsia-900\/60 {
    border-inline-end-color: rgb(112 26 117 / 0.6);
  }

  .md\:border-e-fuchsia-900\/65 {
    border-inline-end-color: rgb(112 26 117 / 0.65);
  }

  .md\:border-e-fuchsia-900\/70 {
    border-inline-end-color: rgb(112 26 117 / 0.7);
  }

  .md\:border-e-fuchsia-900\/75 {
    border-inline-end-color: rgb(112 26 117 / 0.75);
  }

  .md\:border-e-fuchsia-900\/80 {
    border-inline-end-color: rgb(112 26 117 / 0.8);
  }

  .md\:border-e-fuchsia-900\/85 {
    border-inline-end-color: rgb(112 26 117 / 0.85);
  }

  .md\:border-e-fuchsia-900\/90 {
    border-inline-end-color: rgb(112 26 117 / 0.9);
  }

  .md\:border-e-fuchsia-900\/95 {
    border-inline-end-color: rgb(112 26 117 / 0.95);
  }

  .md\:border-e-fuchsia-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(74 4 78 / var(--tw-border-opacity));
  }

  .md\:border-e-fuchsia-950\/0 {
    border-inline-end-color: rgb(74 4 78 / 0);
  }

  .md\:border-e-fuchsia-950\/10 {
    border-inline-end-color: rgb(74 4 78 / 0.1);
  }

  .md\:border-e-fuchsia-950\/100 {
    border-inline-end-color: rgb(74 4 78 / 1);
  }

  .md\:border-e-fuchsia-950\/15 {
    border-inline-end-color: rgb(74 4 78 / 0.15);
  }

  .md\:border-e-fuchsia-950\/20 {
    border-inline-end-color: rgb(74 4 78 / 0.2);
  }

  .md\:border-e-fuchsia-950\/25 {
    border-inline-end-color: rgb(74 4 78 / 0.25);
  }

  .md\:border-e-fuchsia-950\/30 {
    border-inline-end-color: rgb(74 4 78 / 0.3);
  }

  .md\:border-e-fuchsia-950\/35 {
    border-inline-end-color: rgb(74 4 78 / 0.35);
  }

  .md\:border-e-fuchsia-950\/40 {
    border-inline-end-color: rgb(74 4 78 / 0.4);
  }

  .md\:border-e-fuchsia-950\/45 {
    border-inline-end-color: rgb(74 4 78 / 0.45);
  }

  .md\:border-e-fuchsia-950\/5 {
    border-inline-end-color: rgb(74 4 78 / 0.05);
  }

  .md\:border-e-fuchsia-950\/50 {
    border-inline-end-color: rgb(74 4 78 / 0.5);
  }

  .md\:border-e-fuchsia-950\/55 {
    border-inline-end-color: rgb(74 4 78 / 0.55);
  }

  .md\:border-e-fuchsia-950\/60 {
    border-inline-end-color: rgb(74 4 78 / 0.6);
  }

  .md\:border-e-fuchsia-950\/65 {
    border-inline-end-color: rgb(74 4 78 / 0.65);
  }

  .md\:border-e-fuchsia-950\/70 {
    border-inline-end-color: rgb(74 4 78 / 0.7);
  }

  .md\:border-e-fuchsia-950\/75 {
    border-inline-end-color: rgb(74 4 78 / 0.75);
  }

  .md\:border-e-fuchsia-950\/80 {
    border-inline-end-color: rgb(74 4 78 / 0.8);
  }

  .md\:border-e-fuchsia-950\/85 {
    border-inline-end-color: rgb(74 4 78 / 0.85);
  }

  .md\:border-e-fuchsia-950\/90 {
    border-inline-end-color: rgb(74 4 78 / 0.9);
  }

  .md\:border-e-fuchsia-950\/95 {
    border-inline-end-color: rgb(74 4 78 / 0.95);
  }

  .md\:border-e-gray-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(243 244 246 / var(--tw-border-opacity));
  }

  .md\:border-e-gray-100\/0 {
    border-inline-end-color: rgb(243 244 246 / 0);
  }

  .md\:border-e-gray-100\/10 {
    border-inline-end-color: rgb(243 244 246 / 0.1);
  }

  .md\:border-e-gray-100\/100 {
    border-inline-end-color: rgb(243 244 246 / 1);
  }

  .md\:border-e-gray-100\/15 {
    border-inline-end-color: rgb(243 244 246 / 0.15);
  }

  .md\:border-e-gray-100\/20 {
    border-inline-end-color: rgb(243 244 246 / 0.2);
  }

  .md\:border-e-gray-100\/25 {
    border-inline-end-color: rgb(243 244 246 / 0.25);
  }

  .md\:border-e-gray-100\/30 {
    border-inline-end-color: rgb(243 244 246 / 0.3);
  }

  .md\:border-e-gray-100\/35 {
    border-inline-end-color: rgb(243 244 246 / 0.35);
  }

  .md\:border-e-gray-100\/40 {
    border-inline-end-color: rgb(243 244 246 / 0.4);
  }

  .md\:border-e-gray-100\/45 {
    border-inline-end-color: rgb(243 244 246 / 0.45);
  }

  .md\:border-e-gray-100\/5 {
    border-inline-end-color: rgb(243 244 246 / 0.05);
  }

  .md\:border-e-gray-100\/50 {
    border-inline-end-color: rgb(243 244 246 / 0.5);
  }

  .md\:border-e-gray-100\/55 {
    border-inline-end-color: rgb(243 244 246 / 0.55);
  }

  .md\:border-e-gray-100\/60 {
    border-inline-end-color: rgb(243 244 246 / 0.6);
  }

  .md\:border-e-gray-100\/65 {
    border-inline-end-color: rgb(243 244 246 / 0.65);
  }

  .md\:border-e-gray-100\/70 {
    border-inline-end-color: rgb(243 244 246 / 0.7);
  }

  .md\:border-e-gray-100\/75 {
    border-inline-end-color: rgb(243 244 246 / 0.75);
  }

  .md\:border-e-gray-100\/80 {
    border-inline-end-color: rgb(243 244 246 / 0.8);
  }

  .md\:border-e-gray-100\/85 {
    border-inline-end-color: rgb(243 244 246 / 0.85);
  }

  .md\:border-e-gray-100\/90 {
    border-inline-end-color: rgb(243 244 246 / 0.9);
  }

  .md\:border-e-gray-100\/95 {
    border-inline-end-color: rgb(243 244 246 / 0.95);
  }

  .md\:border-e-gray-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

  .md\:border-e-gray-200\/0 {
    border-inline-end-color: rgb(229 231 235 / 0);
  }

  .md\:border-e-gray-200\/10 {
    border-inline-end-color: rgb(229 231 235 / 0.1);
  }

  .md\:border-e-gray-200\/100 {
    border-inline-end-color: rgb(229 231 235 / 1);
  }

  .md\:border-e-gray-200\/15 {
    border-inline-end-color: rgb(229 231 235 / 0.15);
  }

  .md\:border-e-gray-200\/20 {
    border-inline-end-color: rgb(229 231 235 / 0.2);
  }

  .md\:border-e-gray-200\/25 {
    border-inline-end-color: rgb(229 231 235 / 0.25);
  }

  .md\:border-e-gray-200\/30 {
    border-inline-end-color: rgb(229 231 235 / 0.3);
  }

  .md\:border-e-gray-200\/35 {
    border-inline-end-color: rgb(229 231 235 / 0.35);
  }

  .md\:border-e-gray-200\/40 {
    border-inline-end-color: rgb(229 231 235 / 0.4);
  }

  .md\:border-e-gray-200\/45 {
    border-inline-end-color: rgb(229 231 235 / 0.45);
  }

  .md\:border-e-gray-200\/5 {
    border-inline-end-color: rgb(229 231 235 / 0.05);
  }

  .md\:border-e-gray-200\/50 {
    border-inline-end-color: rgb(229 231 235 / 0.5);
  }

  .md\:border-e-gray-200\/55 {
    border-inline-end-color: rgb(229 231 235 / 0.55);
  }

  .md\:border-e-gray-200\/60 {
    border-inline-end-color: rgb(229 231 235 / 0.6);
  }

  .md\:border-e-gray-200\/65 {
    border-inline-end-color: rgb(229 231 235 / 0.65);
  }

  .md\:border-e-gray-200\/70 {
    border-inline-end-color: rgb(229 231 235 / 0.7);
  }

  .md\:border-e-gray-200\/75 {
    border-inline-end-color: rgb(229 231 235 / 0.75);
  }

  .md\:border-e-gray-200\/80 {
    border-inline-end-color: rgb(229 231 235 / 0.8);
  }

  .md\:border-e-gray-200\/85 {
    border-inline-end-color: rgb(229 231 235 / 0.85);
  }

  .md\:border-e-gray-200\/90 {
    border-inline-end-color: rgb(229 231 235 / 0.9);
  }

  .md\:border-e-gray-200\/95 {
    border-inline-end-color: rgb(229 231 235 / 0.95);
  }

  .md\:border-e-gray-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(209 213 219 / var(--tw-border-opacity));
  }

  .md\:border-e-gray-300\/0 {
    border-inline-end-color: rgb(209 213 219 / 0);
  }

  .md\:border-e-gray-300\/10 {
    border-inline-end-color: rgb(209 213 219 / 0.1);
  }

  .md\:border-e-gray-300\/100 {
    border-inline-end-color: rgb(209 213 219 / 1);
  }

  .md\:border-e-gray-300\/15 {
    border-inline-end-color: rgb(209 213 219 / 0.15);
  }

  .md\:border-e-gray-300\/20 {
    border-inline-end-color: rgb(209 213 219 / 0.2);
  }

  .md\:border-e-gray-300\/25 {
    border-inline-end-color: rgb(209 213 219 / 0.25);
  }

  .md\:border-e-gray-300\/30 {
    border-inline-end-color: rgb(209 213 219 / 0.3);
  }

  .md\:border-e-gray-300\/35 {
    border-inline-end-color: rgb(209 213 219 / 0.35);
  }

  .md\:border-e-gray-300\/40 {
    border-inline-end-color: rgb(209 213 219 / 0.4);
  }

  .md\:border-e-gray-300\/45 {
    border-inline-end-color: rgb(209 213 219 / 0.45);
  }

  .md\:border-e-gray-300\/5 {
    border-inline-end-color: rgb(209 213 219 / 0.05);
  }

  .md\:border-e-gray-300\/50 {
    border-inline-end-color: rgb(209 213 219 / 0.5);
  }

  .md\:border-e-gray-300\/55 {
    border-inline-end-color: rgb(209 213 219 / 0.55);
  }

  .md\:border-e-gray-300\/60 {
    border-inline-end-color: rgb(209 213 219 / 0.6);
  }

  .md\:border-e-gray-300\/65 {
    border-inline-end-color: rgb(209 213 219 / 0.65);
  }

  .md\:border-e-gray-300\/70 {
    border-inline-end-color: rgb(209 213 219 / 0.7);
  }

  .md\:border-e-gray-300\/75 {
    border-inline-end-color: rgb(209 213 219 / 0.75);
  }

  .md\:border-e-gray-300\/80 {
    border-inline-end-color: rgb(209 213 219 / 0.8);
  }

  .md\:border-e-gray-300\/85 {
    border-inline-end-color: rgb(209 213 219 / 0.85);
  }

  .md\:border-e-gray-300\/90 {
    border-inline-end-color: rgb(209 213 219 / 0.9);
  }

  .md\:border-e-gray-300\/95 {
    border-inline-end-color: rgb(209 213 219 / 0.95);
  }

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

  .md\:border-e-gray-400\/0 {
    border-inline-end-color: rgb(156 163 175 / 0);
  }

  .md\:border-e-gray-400\/10 {
    border-inline-end-color: rgb(156 163 175 / 0.1);
  }

  .md\:border-e-gray-400\/100 {
    border-inline-end-color: rgb(156 163 175 / 1);
  }

  .md\:border-e-gray-400\/15 {
    border-inline-end-color: rgb(156 163 175 / 0.15);
  }

  .md\:border-e-gray-400\/20 {
    border-inline-end-color: rgb(156 163 175 / 0.2);
  }

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

  .md\:border-e-gray-400\/30 {
    border-inline-end-color: rgb(156 163 175 / 0.3);
  }

  .md\:border-e-gray-400\/35 {
    border-inline-end-color: rgb(156 163 175 / 0.35);
  }

  .md\:border-e-gray-400\/40 {
    border-inline-end-color: rgb(156 163 175 / 0.4);
  }

  .md\:border-e-gray-400\/45 {
    border-inline-end-color: rgb(156 163 175 / 0.45);
  }

  .md\:border-e-gray-400\/5 {
    border-inline-end-color: rgb(156 163 175 / 0.05);
  }

  .md\:border-e-gray-400\/50 {
    border-inline-end-color: rgb(156 163 175 / 0.5);
  }

  .md\:border-e-gray-400\/55 {
    border-inline-end-color: rgb(156 163 175 / 0.55);
  }

  .md\:border-e-gray-400\/60 {
    border-inline-end-color: rgb(156 163 175 / 0.6);
  }

  .md\:border-e-gray-400\/65 {
    border-inline-end-color: rgb(156 163 175 / 0.65);
  }

  .md\:border-e-gray-400\/70 {
    border-inline-end-color: rgb(156 163 175 / 0.7);
  }

  .md\:border-e-gray-400\/75 {
    border-inline-end-color: rgb(156 163 175 / 0.75);
  }

  .md\:border-e-gray-400\/80 {
    border-inline-end-color: rgb(156 163 175 / 0.8);
  }

  .md\:border-e-gray-400\/85 {
    border-inline-end-color: rgb(156 163 175 / 0.85);
  }

  .md\:border-e-gray-400\/90 {
    border-inline-end-color: rgb(156 163 175 / 0.9);
  }

  .md\:border-e-gray-400\/95 {
    border-inline-end-color: rgb(156 163 175 / 0.95);
  }

  .md\:border-e-gray-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(249 250 251 / var(--tw-border-opacity));
  }

  .md\:border-e-gray-50\/0 {
    border-inline-end-color: rgb(249 250 251 / 0);
  }

  .md\:border-e-gray-50\/10 {
    border-inline-end-color: rgb(249 250 251 / 0.1);
  }

  .md\:border-e-gray-50\/100 {
    border-inline-end-color: rgb(249 250 251 / 1);
  }

  .md\:border-e-gray-50\/15 {
    border-inline-end-color: rgb(249 250 251 / 0.15);
  }

  .md\:border-e-gray-50\/20 {
    border-inline-end-color: rgb(249 250 251 / 0.2);
  }

  .md\:border-e-gray-50\/25 {
    border-inline-end-color: rgb(249 250 251 / 0.25);
  }

  .md\:border-e-gray-50\/30 {
    border-inline-end-color: rgb(249 250 251 / 0.3);
  }

  .md\:border-e-gray-50\/35 {
    border-inline-end-color: rgb(249 250 251 / 0.35);
  }

  .md\:border-e-gray-50\/40 {
    border-inline-end-color: rgb(249 250 251 / 0.4);
  }

  .md\:border-e-gray-50\/45 {
    border-inline-end-color: rgb(249 250 251 / 0.45);
  }

  .md\:border-e-gray-50\/5 {
    border-inline-end-color: rgb(249 250 251 / 0.05);
  }

  .md\:border-e-gray-50\/50 {
    border-inline-end-color: rgb(249 250 251 / 0.5);
  }

  .md\:border-e-gray-50\/55 {
    border-inline-end-color: rgb(249 250 251 / 0.55);
  }

  .md\:border-e-gray-50\/60 {
    border-inline-end-color: rgb(249 250 251 / 0.6);
  }

  .md\:border-e-gray-50\/65 {
    border-inline-end-color: rgb(249 250 251 / 0.65);
  }

  .md\:border-e-gray-50\/70 {
    border-inline-end-color: rgb(249 250 251 / 0.7);
  }

  .md\:border-e-gray-50\/75 {
    border-inline-end-color: rgb(249 250 251 / 0.75);
  }

  .md\:border-e-gray-50\/80 {
    border-inline-end-color: rgb(249 250 251 / 0.8);
  }

  .md\:border-e-gray-50\/85 {
    border-inline-end-color: rgb(249 250 251 / 0.85);
  }

  .md\:border-e-gray-50\/90 {
    border-inline-end-color: rgb(249 250 251 / 0.9);
  }

  .md\:border-e-gray-50\/95 {
    border-inline-end-color: rgb(249 250 251 / 0.95);
  }

  .md\:border-e-gray-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(107 114 128 / var(--tw-border-opacity));
  }

  .md\:border-e-gray-500\/0 {
    border-inline-end-color: rgb(107 114 128 / 0);
  }

  .md\:border-e-gray-500\/10 {
    border-inline-end-color: rgb(107 114 128 / 0.1);
  }

  .md\:border-e-gray-500\/100 {
    border-inline-end-color: rgb(107 114 128 / 1);
  }

  .md\:border-e-gray-500\/15 {
    border-inline-end-color: rgb(107 114 128 / 0.15);
  }

  .md\:border-e-gray-500\/20 {
    border-inline-end-color: rgb(107 114 128 / 0.2);
  }

  .md\:border-e-gray-500\/25 {
    border-inline-end-color: rgb(107 114 128 / 0.25);
  }

  .md\:border-e-gray-500\/30 {
    border-inline-end-color: rgb(107 114 128 / 0.3);
  }

  .md\:border-e-gray-500\/35 {
    border-inline-end-color: rgb(107 114 128 / 0.35);
  }

  .md\:border-e-gray-500\/40 {
    border-inline-end-color: rgb(107 114 128 / 0.4);
  }

  .md\:border-e-gray-500\/45 {
    border-inline-end-color: rgb(107 114 128 / 0.45);
  }

  .md\:border-e-gray-500\/5 {
    border-inline-end-color: rgb(107 114 128 / 0.05);
  }

  .md\:border-e-gray-500\/50 {
    border-inline-end-color: rgb(107 114 128 / 0.5);
  }

  .md\:border-e-gray-500\/55 {
    border-inline-end-color: rgb(107 114 128 / 0.55);
  }

  .md\:border-e-gray-500\/60 {
    border-inline-end-color: rgb(107 114 128 / 0.6);
  }

  .md\:border-e-gray-500\/65 {
    border-inline-end-color: rgb(107 114 128 / 0.65);
  }

  .md\:border-e-gray-500\/70 {
    border-inline-end-color: rgb(107 114 128 / 0.7);
  }

  .md\:border-e-gray-500\/75 {
    border-inline-end-color: rgb(107 114 128 / 0.75);
  }

  .md\:border-e-gray-500\/80 {
    border-inline-end-color: rgb(107 114 128 / 0.8);
  }

  .md\:border-e-gray-500\/85 {
    border-inline-end-color: rgb(107 114 128 / 0.85);
  }

  .md\:border-e-gray-500\/90 {
    border-inline-end-color: rgb(107 114 128 / 0.9);
  }

  .md\:border-e-gray-500\/95 {
    border-inline-end-color: rgb(107 114 128 / 0.95);
  }

  .md\:border-e-gray-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .md\:border-e-gray-600\/0 {
    border-inline-end-color: rgb(75 85 99 / 0);
  }

  .md\:border-e-gray-600\/10 {
    border-inline-end-color: rgb(75 85 99 / 0.1);
  }

  .md\:border-e-gray-600\/100 {
    border-inline-end-color: rgb(75 85 99 / 1);
  }

  .md\:border-e-gray-600\/15 {
    border-inline-end-color: rgb(75 85 99 / 0.15);
  }

  .md\:border-e-gray-600\/20 {
    border-inline-end-color: rgb(75 85 99 / 0.2);
  }

  .md\:border-e-gray-600\/25 {
    border-inline-end-color: rgb(75 85 99 / 0.25);
  }

  .md\:border-e-gray-600\/30 {
    border-inline-end-color: rgb(75 85 99 / 0.3);
  }

  .md\:border-e-gray-600\/35 {
    border-inline-end-color: rgb(75 85 99 / 0.35);
  }

  .md\:border-e-gray-600\/40 {
    border-inline-end-color: rgb(75 85 99 / 0.4);
  }

  .md\:border-e-gray-600\/45 {
    border-inline-end-color: rgb(75 85 99 / 0.45);
  }

  .md\:border-e-gray-600\/5 {
    border-inline-end-color: rgb(75 85 99 / 0.05);
  }

  .md\:border-e-gray-600\/50 {
    border-inline-end-color: rgb(75 85 99 / 0.5);
  }

  .md\:border-e-gray-600\/55 {
    border-inline-end-color: rgb(75 85 99 / 0.55);
  }

  .md\:border-e-gray-600\/60 {
    border-inline-end-color: rgb(75 85 99 / 0.6);
  }

  .md\:border-e-gray-600\/65 {
    border-inline-end-color: rgb(75 85 99 / 0.65);
  }

  .md\:border-e-gray-600\/70 {
    border-inline-end-color: rgb(75 85 99 / 0.7);
  }

  .md\:border-e-gray-600\/75 {
    border-inline-end-color: rgb(75 85 99 / 0.75);
  }

  .md\:border-e-gray-600\/80 {
    border-inline-end-color: rgb(75 85 99 / 0.8);
  }

  .md\:border-e-gray-600\/85 {
    border-inline-end-color: rgb(75 85 99 / 0.85);
  }

  .md\:border-e-gray-600\/90 {
    border-inline-end-color: rgb(75 85 99 / 0.9);
  }

  .md\:border-e-gray-600\/95 {
    border-inline-end-color: rgb(75 85 99 / 0.95);
  }

  .md\:border-e-gray-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .md\:border-e-gray-700\/0 {
    border-inline-end-color: rgb(55 65 81 / 0);
  }

  .md\:border-e-gray-700\/10 {
    border-inline-end-color: rgb(55 65 81 / 0.1);
  }

  .md\:border-e-gray-700\/100 {
    border-inline-end-color: rgb(55 65 81 / 1);
  }

  .md\:border-e-gray-700\/15 {
    border-inline-end-color: rgb(55 65 81 / 0.15);
  }

  .md\:border-e-gray-700\/20 {
    border-inline-end-color: rgb(55 65 81 / 0.2);
  }

  .md\:border-e-gray-700\/25 {
    border-inline-end-color: rgb(55 65 81 / 0.25);
  }

  .md\:border-e-gray-700\/30 {
    border-inline-end-color: rgb(55 65 81 / 0.3);
  }

  .md\:border-e-gray-700\/35 {
    border-inline-end-color: rgb(55 65 81 / 0.35);
  }

  .md\:border-e-gray-700\/40 {
    border-inline-end-color: rgb(55 65 81 / 0.4);
  }

  .md\:border-e-gray-700\/45 {
    border-inline-end-color: rgb(55 65 81 / 0.45);
  }

  .md\:border-e-gray-700\/5 {
    border-inline-end-color: rgb(55 65 81 / 0.05);
  }

  .md\:border-e-gray-700\/50 {
    border-inline-end-color: rgb(55 65 81 / 0.5);
  }

  .md\:border-e-gray-700\/55 {
    border-inline-end-color: rgb(55 65 81 / 0.55);
  }

  .md\:border-e-gray-700\/60 {
    border-inline-end-color: rgb(55 65 81 / 0.6);
  }

  .md\:border-e-gray-700\/65 {
    border-inline-end-color: rgb(55 65 81 / 0.65);
  }

  .md\:border-e-gray-700\/70 {
    border-inline-end-color: rgb(55 65 81 / 0.7);
  }

  .md\:border-e-gray-700\/75 {
    border-inline-end-color: rgb(55 65 81 / 0.75);
  }

  .md\:border-e-gray-700\/80 {
    border-inline-end-color: rgb(55 65 81 / 0.8);
  }

  .md\:border-e-gray-700\/85 {
    border-inline-end-color: rgb(55 65 81 / 0.85);
  }

  .md\:border-e-gray-700\/90 {
    border-inline-end-color: rgb(55 65 81 / 0.9);
  }

  .md\:border-e-gray-700\/95 {
    border-inline-end-color: rgb(55 65 81 / 0.95);
  }

  .md\:border-e-gray-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(31 41 55 / var(--tw-border-opacity));
  }

  .md\:border-e-gray-800\/0 {
    border-inline-end-color: rgb(31 41 55 / 0);
  }

  .md\:border-e-gray-800\/10 {
    border-inline-end-color: rgb(31 41 55 / 0.1);
  }

  .md\:border-e-gray-800\/100 {
    border-inline-end-color: rgb(31 41 55 / 1);
  }

  .md\:border-e-gray-800\/15 {
    border-inline-end-color: rgb(31 41 55 / 0.15);
  }

  .md\:border-e-gray-800\/20 {
    border-inline-end-color: rgb(31 41 55 / 0.2);
  }

  .md\:border-e-gray-800\/25 {
    border-inline-end-color: rgb(31 41 55 / 0.25);
  }

  .md\:border-e-gray-800\/30 {
    border-inline-end-color: rgb(31 41 55 / 0.3);
  }

  .md\:border-e-gray-800\/35 {
    border-inline-end-color: rgb(31 41 55 / 0.35);
  }

  .md\:border-e-gray-800\/40 {
    border-inline-end-color: rgb(31 41 55 / 0.4);
  }

  .md\:border-e-gray-800\/45 {
    border-inline-end-color: rgb(31 41 55 / 0.45);
  }

  .md\:border-e-gray-800\/5 {
    border-inline-end-color: rgb(31 41 55 / 0.05);
  }

  .md\:border-e-gray-800\/50 {
    border-inline-end-color: rgb(31 41 55 / 0.5);
  }

  .md\:border-e-gray-800\/55 {
    border-inline-end-color: rgb(31 41 55 / 0.55);
  }

  .md\:border-e-gray-800\/60 {
    border-inline-end-color: rgb(31 41 55 / 0.6);
  }

  .md\:border-e-gray-800\/65 {
    border-inline-end-color: rgb(31 41 55 / 0.65);
  }

  .md\:border-e-gray-800\/70 {
    border-inline-end-color: rgb(31 41 55 / 0.7);
  }

  .md\:border-e-gray-800\/75 {
    border-inline-end-color: rgb(31 41 55 / 0.75);
  }

  .md\:border-e-gray-800\/80 {
    border-inline-end-color: rgb(31 41 55 / 0.8);
  }

  .md\:border-e-gray-800\/85 {
    border-inline-end-color: rgb(31 41 55 / 0.85);
  }

  .md\:border-e-gray-800\/90 {
    border-inline-end-color: rgb(31 41 55 / 0.9);
  }

  .md\:border-e-gray-800\/95 {
    border-inline-end-color: rgb(31 41 55 / 0.95);
  }

  .md\:border-e-gray-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(17 24 39 / var(--tw-border-opacity));
  }

  .md\:border-e-gray-900\/0 {
    border-inline-end-color: rgb(17 24 39 / 0);
  }

  .md\:border-e-gray-900\/10 {
    border-inline-end-color: rgb(17 24 39 / 0.1);
  }

  .md\:border-e-gray-900\/100 {
    border-inline-end-color: rgb(17 24 39 / 1);
  }

  .md\:border-e-gray-900\/15 {
    border-inline-end-color: rgb(17 24 39 / 0.15);
  }

  .md\:border-e-gray-900\/20 {
    border-inline-end-color: rgb(17 24 39 / 0.2);
  }

  .md\:border-e-gray-900\/25 {
    border-inline-end-color: rgb(17 24 39 / 0.25);
  }

  .md\:border-e-gray-900\/30 {
    border-inline-end-color: rgb(17 24 39 / 0.3);
  }

  .md\:border-e-gray-900\/35 {
    border-inline-end-color: rgb(17 24 39 / 0.35);
  }

  .md\:border-e-gray-900\/40 {
    border-inline-end-color: rgb(17 24 39 / 0.4);
  }

  .md\:border-e-gray-900\/45 {
    border-inline-end-color: rgb(17 24 39 / 0.45);
  }

  .md\:border-e-gray-900\/5 {
    border-inline-end-color: rgb(17 24 39 / 0.05);
  }

  .md\:border-e-gray-900\/50 {
    border-inline-end-color: rgb(17 24 39 / 0.5);
  }

  .md\:border-e-gray-900\/55 {
    border-inline-end-color: rgb(17 24 39 / 0.55);
  }

  .md\:border-e-gray-900\/60 {
    border-inline-end-color: rgb(17 24 39 / 0.6);
  }

  .md\:border-e-gray-900\/65 {
    border-inline-end-color: rgb(17 24 39 / 0.65);
  }

  .md\:border-e-gray-900\/70 {
    border-inline-end-color: rgb(17 24 39 / 0.7);
  }

  .md\:border-e-gray-900\/75 {
    border-inline-end-color: rgb(17 24 39 / 0.75);
  }

  .md\:border-e-gray-900\/80 {
    border-inline-end-color: rgb(17 24 39 / 0.8);
  }

  .md\:border-e-gray-900\/85 {
    border-inline-end-color: rgb(17 24 39 / 0.85);
  }

  .md\:border-e-gray-900\/90 {
    border-inline-end-color: rgb(17 24 39 / 0.9);
  }

  .md\:border-e-gray-900\/95 {
    border-inline-end-color: rgb(17 24 39 / 0.95);
  }

  .md\:border-e-gray-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(3 7 18 / var(--tw-border-opacity));
  }

  .md\:border-e-gray-950\/0 {
    border-inline-end-color: rgb(3 7 18 / 0);
  }

  .md\:border-e-gray-950\/10 {
    border-inline-end-color: rgb(3 7 18 / 0.1);
  }

  .md\:border-e-gray-950\/100 {
    border-inline-end-color: rgb(3 7 18 / 1);
  }

  .md\:border-e-gray-950\/15 {
    border-inline-end-color: rgb(3 7 18 / 0.15);
  }

  .md\:border-e-gray-950\/20 {
    border-inline-end-color: rgb(3 7 18 / 0.2);
  }

  .md\:border-e-gray-950\/25 {
    border-inline-end-color: rgb(3 7 18 / 0.25);
  }

  .md\:border-e-gray-950\/30 {
    border-inline-end-color: rgb(3 7 18 / 0.3);
  }

  .md\:border-e-gray-950\/35 {
    border-inline-end-color: rgb(3 7 18 / 0.35);
  }

  .md\:border-e-gray-950\/40 {
    border-inline-end-color: rgb(3 7 18 / 0.4);
  }

  .md\:border-e-gray-950\/45 {
    border-inline-end-color: rgb(3 7 18 / 0.45);
  }

  .md\:border-e-gray-950\/5 {
    border-inline-end-color: rgb(3 7 18 / 0.05);
  }

  .md\:border-e-gray-950\/50 {
    border-inline-end-color: rgb(3 7 18 / 0.5);
  }

  .md\:border-e-gray-950\/55 {
    border-inline-end-color: rgb(3 7 18 / 0.55);
  }

  .md\:border-e-gray-950\/60 {
    border-inline-end-color: rgb(3 7 18 / 0.6);
  }

  .md\:border-e-gray-950\/65 {
    border-inline-end-color: rgb(3 7 18 / 0.65);
  }

  .md\:border-e-gray-950\/70 {
    border-inline-end-color: rgb(3 7 18 / 0.7);
  }

  .md\:border-e-gray-950\/75 {
    border-inline-end-color: rgb(3 7 18 / 0.75);
  }

  .md\:border-e-gray-950\/80 {
    border-inline-end-color: rgb(3 7 18 / 0.8);
  }

  .md\:border-e-gray-950\/85 {
    border-inline-end-color: rgb(3 7 18 / 0.85);
  }

  .md\:border-e-gray-950\/90 {
    border-inline-end-color: rgb(3 7 18 / 0.9);
  }

  .md\:border-e-gray-950\/95 {
    border-inline-end-color: rgb(3 7 18 / 0.95);
  }

  .md\:border-e-green-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(220 252 231 / var(--tw-border-opacity));
  }

  .md\:border-e-green-100\/0 {
    border-inline-end-color: rgb(220 252 231 / 0);
  }

  .md\:border-e-green-100\/10 {
    border-inline-end-color: rgb(220 252 231 / 0.1);
  }

  .md\:border-e-green-100\/100 {
    border-inline-end-color: rgb(220 252 231 / 1);
  }

  .md\:border-e-green-100\/15 {
    border-inline-end-color: rgb(220 252 231 / 0.15);
  }

  .md\:border-e-green-100\/20 {
    border-inline-end-color: rgb(220 252 231 / 0.2);
  }

  .md\:border-e-green-100\/25 {
    border-inline-end-color: rgb(220 252 231 / 0.25);
  }

  .md\:border-e-green-100\/30 {
    border-inline-end-color: rgb(220 252 231 / 0.3);
  }

  .md\:border-e-green-100\/35 {
    border-inline-end-color: rgb(220 252 231 / 0.35);
  }

  .md\:border-e-green-100\/40 {
    border-inline-end-color: rgb(220 252 231 / 0.4);
  }

  .md\:border-e-green-100\/45 {
    border-inline-end-color: rgb(220 252 231 / 0.45);
  }

  .md\:border-e-green-100\/5 {
    border-inline-end-color: rgb(220 252 231 / 0.05);
  }

  .md\:border-e-green-100\/50 {
    border-inline-end-color: rgb(220 252 231 / 0.5);
  }

  .md\:border-e-green-100\/55 {
    border-inline-end-color: rgb(220 252 231 / 0.55);
  }

  .md\:border-e-green-100\/60 {
    border-inline-end-color: rgb(220 252 231 / 0.6);
  }

  .md\:border-e-green-100\/65 {
    border-inline-end-color: rgb(220 252 231 / 0.65);
  }

  .md\:border-e-green-100\/70 {
    border-inline-end-color: rgb(220 252 231 / 0.7);
  }

  .md\:border-e-green-100\/75 {
    border-inline-end-color: rgb(220 252 231 / 0.75);
  }

  .md\:border-e-green-100\/80 {
    border-inline-end-color: rgb(220 252 231 / 0.8);
  }

  .md\:border-e-green-100\/85 {
    border-inline-end-color: rgb(220 252 231 / 0.85);
  }

  .md\:border-e-green-100\/90 {
    border-inline-end-color: rgb(220 252 231 / 0.9);
  }

  .md\:border-e-green-100\/95 {
    border-inline-end-color: rgb(220 252 231 / 0.95);
  }

  .md\:border-e-green-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(187 247 208 / var(--tw-border-opacity));
  }

  .md\:border-e-green-200\/0 {
    border-inline-end-color: rgb(187 247 208 / 0);
  }

  .md\:border-e-green-200\/10 {
    border-inline-end-color: rgb(187 247 208 / 0.1);
  }

  .md\:border-e-green-200\/100 {
    border-inline-end-color: rgb(187 247 208 / 1);
  }

  .md\:border-e-green-200\/15 {
    border-inline-end-color: rgb(187 247 208 / 0.15);
  }

  .md\:border-e-green-200\/20 {
    border-inline-end-color: rgb(187 247 208 / 0.2);
  }

  .md\:border-e-green-200\/25 {
    border-inline-end-color: rgb(187 247 208 / 0.25);
  }

  .md\:border-e-green-200\/30 {
    border-inline-end-color: rgb(187 247 208 / 0.3);
  }

  .md\:border-e-green-200\/35 {
    border-inline-end-color: rgb(187 247 208 / 0.35);
  }

  .md\:border-e-green-200\/40 {
    border-inline-end-color: rgb(187 247 208 / 0.4);
  }

  .md\:border-e-green-200\/45 {
    border-inline-end-color: rgb(187 247 208 / 0.45);
  }

  .md\:border-e-green-200\/5 {
    border-inline-end-color: rgb(187 247 208 / 0.05);
  }

  .md\:border-e-green-200\/50 {
    border-inline-end-color: rgb(187 247 208 / 0.5);
  }

  .md\:border-e-green-200\/55 {
    border-inline-end-color: rgb(187 247 208 / 0.55);
  }

  .md\:border-e-green-200\/60 {
    border-inline-end-color: rgb(187 247 208 / 0.6);
  }

  .md\:border-e-green-200\/65 {
    border-inline-end-color: rgb(187 247 208 / 0.65);
  }

  .md\:border-e-green-200\/70 {
    border-inline-end-color: rgb(187 247 208 / 0.7);
  }

  .md\:border-e-green-200\/75 {
    border-inline-end-color: rgb(187 247 208 / 0.75);
  }

  .md\:border-e-green-200\/80 {
    border-inline-end-color: rgb(187 247 208 / 0.8);
  }

  .md\:border-e-green-200\/85 {
    border-inline-end-color: rgb(187 247 208 / 0.85);
  }

  .md\:border-e-green-200\/90 {
    border-inline-end-color: rgb(187 247 208 / 0.9);
  }

  .md\:border-e-green-200\/95 {
    border-inline-end-color: rgb(187 247 208 / 0.95);
  }

  .md\:border-e-green-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(134 239 172 / var(--tw-border-opacity));
  }

  .md\:border-e-green-300\/0 {
    border-inline-end-color: rgb(134 239 172 / 0);
  }

  .md\:border-e-green-300\/10 {
    border-inline-end-color: rgb(134 239 172 / 0.1);
  }

  .md\:border-e-green-300\/100 {
    border-inline-end-color: rgb(134 239 172 / 1);
  }

  .md\:border-e-green-300\/15 {
    border-inline-end-color: rgb(134 239 172 / 0.15);
  }

  .md\:border-e-green-300\/20 {
    border-inline-end-color: rgb(134 239 172 / 0.2);
  }

  .md\:border-e-green-300\/25 {
    border-inline-end-color: rgb(134 239 172 / 0.25);
  }

  .md\:border-e-green-300\/30 {
    border-inline-end-color: rgb(134 239 172 / 0.3);
  }

  .md\:border-e-green-300\/35 {
    border-inline-end-color: rgb(134 239 172 / 0.35);
  }

  .md\:border-e-green-300\/40 {
    border-inline-end-color: rgb(134 239 172 / 0.4);
  }

  .md\:border-e-green-300\/45 {
    border-inline-end-color: rgb(134 239 172 / 0.45);
  }

  .md\:border-e-green-300\/5 {
    border-inline-end-color: rgb(134 239 172 / 0.05);
  }

  .md\:border-e-green-300\/50 {
    border-inline-end-color: rgb(134 239 172 / 0.5);
  }

  .md\:border-e-green-300\/55 {
    border-inline-end-color: rgb(134 239 172 / 0.55);
  }

  .md\:border-e-green-300\/60 {
    border-inline-end-color: rgb(134 239 172 / 0.6);
  }

  .md\:border-e-green-300\/65 {
    border-inline-end-color: rgb(134 239 172 / 0.65);
  }

  .md\:border-e-green-300\/70 {
    border-inline-end-color: rgb(134 239 172 / 0.7);
  }

  .md\:border-e-green-300\/75 {
    border-inline-end-color: rgb(134 239 172 / 0.75);
  }

  .md\:border-e-green-300\/80 {
    border-inline-end-color: rgb(134 239 172 / 0.8);
  }

  .md\:border-e-green-300\/85 {
    border-inline-end-color: rgb(134 239 172 / 0.85);
  }

  .md\:border-e-green-300\/90 {
    border-inline-end-color: rgb(134 239 172 / 0.9);
  }

  .md\:border-e-green-300\/95 {
    border-inline-end-color: rgb(134 239 172 / 0.95);
  }

  .md\:border-e-green-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(74 222 128 / var(--tw-border-opacity));
  }

  .md\:border-e-green-400\/0 {
    border-inline-end-color: rgb(74 222 128 / 0);
  }

  .md\:border-e-green-400\/10 {
    border-inline-end-color: rgb(74 222 128 / 0.1);
  }

  .md\:border-e-green-400\/100 {
    border-inline-end-color: rgb(74 222 128 / 1);
  }

  .md\:border-e-green-400\/15 {
    border-inline-end-color: rgb(74 222 128 / 0.15);
  }

  .md\:border-e-green-400\/20 {
    border-inline-end-color: rgb(74 222 128 / 0.2);
  }

  .md\:border-e-green-400\/25 {
    border-inline-end-color: rgb(74 222 128 / 0.25);
  }

  .md\:border-e-green-400\/30 {
    border-inline-end-color: rgb(74 222 128 / 0.3);
  }

  .md\:border-e-green-400\/35 {
    border-inline-end-color: rgb(74 222 128 / 0.35);
  }

  .md\:border-e-green-400\/40 {
    border-inline-end-color: rgb(74 222 128 / 0.4);
  }

  .md\:border-e-green-400\/45 {
    border-inline-end-color: rgb(74 222 128 / 0.45);
  }

  .md\:border-e-green-400\/5 {
    border-inline-end-color: rgb(74 222 128 / 0.05);
  }

  .md\:border-e-green-400\/50 {
    border-inline-end-color: rgb(74 222 128 / 0.5);
  }

  .md\:border-e-green-400\/55 {
    border-inline-end-color: rgb(74 222 128 / 0.55);
  }

  .md\:border-e-green-400\/60 {
    border-inline-end-color: rgb(74 222 128 / 0.6);
  }

  .md\:border-e-green-400\/65 {
    border-inline-end-color: rgb(74 222 128 / 0.65);
  }

  .md\:border-e-green-400\/70 {
    border-inline-end-color: rgb(74 222 128 / 0.7);
  }

  .md\:border-e-green-400\/75 {
    border-inline-end-color: rgb(74 222 128 / 0.75);
  }

  .md\:border-e-green-400\/80 {
    border-inline-end-color: rgb(74 222 128 / 0.8);
  }

  .md\:border-e-green-400\/85 {
    border-inline-end-color: rgb(74 222 128 / 0.85);
  }

  .md\:border-e-green-400\/90 {
    border-inline-end-color: rgb(74 222 128 / 0.9);
  }

  .md\:border-e-green-400\/95 {
    border-inline-end-color: rgb(74 222 128 / 0.95);
  }

  .md\:border-e-green-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(240 253 244 / var(--tw-border-opacity));
  }

  .md\:border-e-green-50\/0 {
    border-inline-end-color: rgb(240 253 244 / 0);
  }

  .md\:border-e-green-50\/10 {
    border-inline-end-color: rgb(240 253 244 / 0.1);
  }

  .md\:border-e-green-50\/100 {
    border-inline-end-color: rgb(240 253 244 / 1);
  }

  .md\:border-e-green-50\/15 {
    border-inline-end-color: rgb(240 253 244 / 0.15);
  }

  .md\:border-e-green-50\/20 {
    border-inline-end-color: rgb(240 253 244 / 0.2);
  }

  .md\:border-e-green-50\/25 {
    border-inline-end-color: rgb(240 253 244 / 0.25);
  }

  .md\:border-e-green-50\/30 {
    border-inline-end-color: rgb(240 253 244 / 0.3);
  }

  .md\:border-e-green-50\/35 {
    border-inline-end-color: rgb(240 253 244 / 0.35);
  }

  .md\:border-e-green-50\/40 {
    border-inline-end-color: rgb(240 253 244 / 0.4);
  }

  .md\:border-e-green-50\/45 {
    border-inline-end-color: rgb(240 253 244 / 0.45);
  }

  .md\:border-e-green-50\/5 {
    border-inline-end-color: rgb(240 253 244 / 0.05);
  }

  .md\:border-e-green-50\/50 {
    border-inline-end-color: rgb(240 253 244 / 0.5);
  }

  .md\:border-e-green-50\/55 {
    border-inline-end-color: rgb(240 253 244 / 0.55);
  }

  .md\:border-e-green-50\/60 {
    border-inline-end-color: rgb(240 253 244 / 0.6);
  }

  .md\:border-e-green-50\/65 {
    border-inline-end-color: rgb(240 253 244 / 0.65);
  }

  .md\:border-e-green-50\/70 {
    border-inline-end-color: rgb(240 253 244 / 0.7);
  }

  .md\:border-e-green-50\/75 {
    border-inline-end-color: rgb(240 253 244 / 0.75);
  }

  .md\:border-e-green-50\/80 {
    border-inline-end-color: rgb(240 253 244 / 0.8);
  }

  .md\:border-e-green-50\/85 {
    border-inline-end-color: rgb(240 253 244 / 0.85);
  }

  .md\:border-e-green-50\/90 {
    border-inline-end-color: rgb(240 253 244 / 0.9);
  }

  .md\:border-e-green-50\/95 {
    border-inline-end-color: rgb(240 253 244 / 0.95);
  }

  .md\:border-e-green-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(34 197 94 / var(--tw-border-opacity));
  }

  .md\:border-e-green-500\/0 {
    border-inline-end-color: rgb(34 197 94 / 0);
  }

  .md\:border-e-green-500\/10 {
    border-inline-end-color: rgb(34 197 94 / 0.1);
  }

  .md\:border-e-green-500\/100 {
    border-inline-end-color: rgb(34 197 94 / 1);
  }

  .md\:border-e-green-500\/15 {
    border-inline-end-color: rgb(34 197 94 / 0.15);
  }

  .md\:border-e-green-500\/20 {
    border-inline-end-color: rgb(34 197 94 / 0.2);
  }

  .md\:border-e-green-500\/25 {
    border-inline-end-color: rgb(34 197 94 / 0.25);
  }

  .md\:border-e-green-500\/30 {
    border-inline-end-color: rgb(34 197 94 / 0.3);
  }

  .md\:border-e-green-500\/35 {
    border-inline-end-color: rgb(34 197 94 / 0.35);
  }

  .md\:border-e-green-500\/40 {
    border-inline-end-color: rgb(34 197 94 / 0.4);
  }

  .md\:border-e-green-500\/45 {
    border-inline-end-color: rgb(34 197 94 / 0.45);
  }

  .md\:border-e-green-500\/5 {
    border-inline-end-color: rgb(34 197 94 / 0.05);
  }

  .md\:border-e-green-500\/50 {
    border-inline-end-color: rgb(34 197 94 / 0.5);
  }

  .md\:border-e-green-500\/55 {
    border-inline-end-color: rgb(34 197 94 / 0.55);
  }

  .md\:border-e-green-500\/60 {
    border-inline-end-color: rgb(34 197 94 / 0.6);
  }

  .md\:border-e-green-500\/65 {
    border-inline-end-color: rgb(34 197 94 / 0.65);
  }

  .md\:border-e-green-500\/70 {
    border-inline-end-color: rgb(34 197 94 / 0.7);
  }

  .md\:border-e-green-500\/75 {
    border-inline-end-color: rgb(34 197 94 / 0.75);
  }

  .md\:border-e-green-500\/80 {
    border-inline-end-color: rgb(34 197 94 / 0.8);
  }

  .md\:border-e-green-500\/85 {
    border-inline-end-color: rgb(34 197 94 / 0.85);
  }

  .md\:border-e-green-500\/90 {
    border-inline-end-color: rgb(34 197 94 / 0.9);
  }

  .md\:border-e-green-500\/95 {
    border-inline-end-color: rgb(34 197 94 / 0.95);
  }

  .md\:border-e-green-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(22 163 74 / var(--tw-border-opacity));
  }

  .md\:border-e-green-600\/0 {
    border-inline-end-color: rgb(22 163 74 / 0);
  }

  .md\:border-e-green-600\/10 {
    border-inline-end-color: rgb(22 163 74 / 0.1);
  }

  .md\:border-e-green-600\/100 {
    border-inline-end-color: rgb(22 163 74 / 1);
  }

  .md\:border-e-green-600\/15 {
    border-inline-end-color: rgb(22 163 74 / 0.15);
  }

  .md\:border-e-green-600\/20 {
    border-inline-end-color: rgb(22 163 74 / 0.2);
  }

  .md\:border-e-green-600\/25 {
    border-inline-end-color: rgb(22 163 74 / 0.25);
  }

  .md\:border-e-green-600\/30 {
    border-inline-end-color: rgb(22 163 74 / 0.3);
  }

  .md\:border-e-green-600\/35 {
    border-inline-end-color: rgb(22 163 74 / 0.35);
  }

  .md\:border-e-green-600\/40 {
    border-inline-end-color: rgb(22 163 74 / 0.4);
  }

  .md\:border-e-green-600\/45 {
    border-inline-end-color: rgb(22 163 74 / 0.45);
  }

  .md\:border-e-green-600\/5 {
    border-inline-end-color: rgb(22 163 74 / 0.05);
  }

  .md\:border-e-green-600\/50 {
    border-inline-end-color: rgb(22 163 74 / 0.5);
  }

  .md\:border-e-green-600\/55 {
    border-inline-end-color: rgb(22 163 74 / 0.55);
  }

  .md\:border-e-green-600\/60 {
    border-inline-end-color: rgb(22 163 74 / 0.6);
  }

  .md\:border-e-green-600\/65 {
    border-inline-end-color: rgb(22 163 74 / 0.65);
  }

  .md\:border-e-green-600\/70 {
    border-inline-end-color: rgb(22 163 74 / 0.7);
  }

  .md\:border-e-green-600\/75 {
    border-inline-end-color: rgb(22 163 74 / 0.75);
  }

  .md\:border-e-green-600\/80 {
    border-inline-end-color: rgb(22 163 74 / 0.8);
  }

  .md\:border-e-green-600\/85 {
    border-inline-end-color: rgb(22 163 74 / 0.85);
  }

  .md\:border-e-green-600\/90 {
    border-inline-end-color: rgb(22 163 74 / 0.9);
  }

  .md\:border-e-green-600\/95 {
    border-inline-end-color: rgb(22 163 74 / 0.95);
  }

  .md\:border-e-green-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(21 128 61 / var(--tw-border-opacity));
  }

  .md\:border-e-green-700\/0 {
    border-inline-end-color: rgb(21 128 61 / 0);
  }

  .md\:border-e-green-700\/10 {
    border-inline-end-color: rgb(21 128 61 / 0.1);
  }

  .md\:border-e-green-700\/100 {
    border-inline-end-color: rgb(21 128 61 / 1);
  }

  .md\:border-e-green-700\/15 {
    border-inline-end-color: rgb(21 128 61 / 0.15);
  }

  .md\:border-e-green-700\/20 {
    border-inline-end-color: rgb(21 128 61 / 0.2);
  }

  .md\:border-e-green-700\/25 {
    border-inline-end-color: rgb(21 128 61 / 0.25);
  }

  .md\:border-e-green-700\/30 {
    border-inline-end-color: rgb(21 128 61 / 0.3);
  }

  .md\:border-e-green-700\/35 {
    border-inline-end-color: rgb(21 128 61 / 0.35);
  }

  .md\:border-e-green-700\/40 {
    border-inline-end-color: rgb(21 128 61 / 0.4);
  }

  .md\:border-e-green-700\/45 {
    border-inline-end-color: rgb(21 128 61 / 0.45);
  }

  .md\:border-e-green-700\/5 {
    border-inline-end-color: rgb(21 128 61 / 0.05);
  }

  .md\:border-e-green-700\/50 {
    border-inline-end-color: rgb(21 128 61 / 0.5);
  }

  .md\:border-e-green-700\/55 {
    border-inline-end-color: rgb(21 128 61 / 0.55);
  }

  .md\:border-e-green-700\/60 {
    border-inline-end-color: rgb(21 128 61 / 0.6);
  }

  .md\:border-e-green-700\/65 {
    border-inline-end-color: rgb(21 128 61 / 0.65);
  }

  .md\:border-e-green-700\/70 {
    border-inline-end-color: rgb(21 128 61 / 0.7);
  }

  .md\:border-e-green-700\/75 {
    border-inline-end-color: rgb(21 128 61 / 0.75);
  }

  .md\:border-e-green-700\/80 {
    border-inline-end-color: rgb(21 128 61 / 0.8);
  }

  .md\:border-e-green-700\/85 {
    border-inline-end-color: rgb(21 128 61 / 0.85);
  }

  .md\:border-e-green-700\/90 {
    border-inline-end-color: rgb(21 128 61 / 0.9);
  }

  .md\:border-e-green-700\/95 {
    border-inline-end-color: rgb(21 128 61 / 0.95);
  }

  .md\:border-e-green-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(22 101 52 / var(--tw-border-opacity));
  }

  .md\:border-e-green-800\/0 {
    border-inline-end-color: rgb(22 101 52 / 0);
  }

  .md\:border-e-green-800\/10 {
    border-inline-end-color: rgb(22 101 52 / 0.1);
  }

  .md\:border-e-green-800\/100 {
    border-inline-end-color: rgb(22 101 52 / 1);
  }

  .md\:border-e-green-800\/15 {
    border-inline-end-color: rgb(22 101 52 / 0.15);
  }

  .md\:border-e-green-800\/20 {
    border-inline-end-color: rgb(22 101 52 / 0.2);
  }

  .md\:border-e-green-800\/25 {
    border-inline-end-color: rgb(22 101 52 / 0.25);
  }

  .md\:border-e-green-800\/30 {
    border-inline-end-color: rgb(22 101 52 / 0.3);
  }

  .md\:border-e-green-800\/35 {
    border-inline-end-color: rgb(22 101 52 / 0.35);
  }

  .md\:border-e-green-800\/40 {
    border-inline-end-color: rgb(22 101 52 / 0.4);
  }

  .md\:border-e-green-800\/45 {
    border-inline-end-color: rgb(22 101 52 / 0.45);
  }

  .md\:border-e-green-800\/5 {
    border-inline-end-color: rgb(22 101 52 / 0.05);
  }

  .md\:border-e-green-800\/50 {
    border-inline-end-color: rgb(22 101 52 / 0.5);
  }

  .md\:border-e-green-800\/55 {
    border-inline-end-color: rgb(22 101 52 / 0.55);
  }

  .md\:border-e-green-800\/60 {
    border-inline-end-color: rgb(22 101 52 / 0.6);
  }

  .md\:border-e-green-800\/65 {
    border-inline-end-color: rgb(22 101 52 / 0.65);
  }

  .md\:border-e-green-800\/70 {
    border-inline-end-color: rgb(22 101 52 / 0.7);
  }

  .md\:border-e-green-800\/75 {
    border-inline-end-color: rgb(22 101 52 / 0.75);
  }

  .md\:border-e-green-800\/80 {
    border-inline-end-color: rgb(22 101 52 / 0.8);
  }

  .md\:border-e-green-800\/85 {
    border-inline-end-color: rgb(22 101 52 / 0.85);
  }

  .md\:border-e-green-800\/90 {
    border-inline-end-color: rgb(22 101 52 / 0.9);
  }

  .md\:border-e-green-800\/95 {
    border-inline-end-color: rgb(22 101 52 / 0.95);
  }

  .md\:border-e-green-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(20 83 45 / var(--tw-border-opacity));
  }

  .md\:border-e-green-900\/0 {
    border-inline-end-color: rgb(20 83 45 / 0);
  }

  .md\:border-e-green-900\/10 {
    border-inline-end-color: rgb(20 83 45 / 0.1);
  }

  .md\:border-e-green-900\/100 {
    border-inline-end-color: rgb(20 83 45 / 1);
  }

  .md\:border-e-green-900\/15 {
    border-inline-end-color: rgb(20 83 45 / 0.15);
  }

  .md\:border-e-green-900\/20 {
    border-inline-end-color: rgb(20 83 45 / 0.2);
  }

  .md\:border-e-green-900\/25 {
    border-inline-end-color: rgb(20 83 45 / 0.25);
  }

  .md\:border-e-green-900\/30 {
    border-inline-end-color: rgb(20 83 45 / 0.3);
  }

  .md\:border-e-green-900\/35 {
    border-inline-end-color: rgb(20 83 45 / 0.35);
  }

  .md\:border-e-green-900\/40 {
    border-inline-end-color: rgb(20 83 45 / 0.4);
  }

  .md\:border-e-green-900\/45 {
    border-inline-end-color: rgb(20 83 45 / 0.45);
  }

  .md\:border-e-green-900\/5 {
    border-inline-end-color: rgb(20 83 45 / 0.05);
  }

  .md\:border-e-green-900\/50 {
    border-inline-end-color: rgb(20 83 45 / 0.5);
  }

  .md\:border-e-green-900\/55 {
    border-inline-end-color: rgb(20 83 45 / 0.55);
  }

  .md\:border-e-green-900\/60 {
    border-inline-end-color: rgb(20 83 45 / 0.6);
  }

  .md\:border-e-green-900\/65 {
    border-inline-end-color: rgb(20 83 45 / 0.65);
  }

  .md\:border-e-green-900\/70 {
    border-inline-end-color: rgb(20 83 45 / 0.7);
  }

  .md\:border-e-green-900\/75 {
    border-inline-end-color: rgb(20 83 45 / 0.75);
  }

  .md\:border-e-green-900\/80 {
    border-inline-end-color: rgb(20 83 45 / 0.8);
  }

  .md\:border-e-green-900\/85 {
    border-inline-end-color: rgb(20 83 45 / 0.85);
  }

  .md\:border-e-green-900\/90 {
    border-inline-end-color: rgb(20 83 45 / 0.9);
  }

  .md\:border-e-green-900\/95 {
    border-inline-end-color: rgb(20 83 45 / 0.95);
  }

  .md\:border-e-green-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(5 46 22 / var(--tw-border-opacity));
  }

  .md\:border-e-green-950\/0 {
    border-inline-end-color: rgb(5 46 22 / 0);
  }

  .md\:border-e-green-950\/10 {
    border-inline-end-color: rgb(5 46 22 / 0.1);
  }

  .md\:border-e-green-950\/100 {
    border-inline-end-color: rgb(5 46 22 / 1);
  }

  .md\:border-e-green-950\/15 {
    border-inline-end-color: rgb(5 46 22 / 0.15);
  }

  .md\:border-e-green-950\/20 {
    border-inline-end-color: rgb(5 46 22 / 0.2);
  }

  .md\:border-e-green-950\/25 {
    border-inline-end-color: rgb(5 46 22 / 0.25);
  }

  .md\:border-e-green-950\/30 {
    border-inline-end-color: rgb(5 46 22 / 0.3);
  }

  .md\:border-e-green-950\/35 {
    border-inline-end-color: rgb(5 46 22 / 0.35);
  }

  .md\:border-e-green-950\/40 {
    border-inline-end-color: rgb(5 46 22 / 0.4);
  }

  .md\:border-e-green-950\/45 {
    border-inline-end-color: rgb(5 46 22 / 0.45);
  }

  .md\:border-e-green-950\/5 {
    border-inline-end-color: rgb(5 46 22 / 0.05);
  }

  .md\:border-e-green-950\/50 {
    border-inline-end-color: rgb(5 46 22 / 0.5);
  }

  .md\:border-e-green-950\/55 {
    border-inline-end-color: rgb(5 46 22 / 0.55);
  }

  .md\:border-e-green-950\/60 {
    border-inline-end-color: rgb(5 46 22 / 0.6);
  }

  .md\:border-e-green-950\/65 {
    border-inline-end-color: rgb(5 46 22 / 0.65);
  }

  .md\:border-e-green-950\/70 {
    border-inline-end-color: rgb(5 46 22 / 0.7);
  }

  .md\:border-e-green-950\/75 {
    border-inline-end-color: rgb(5 46 22 / 0.75);
  }

  .md\:border-e-green-950\/80 {
    border-inline-end-color: rgb(5 46 22 / 0.8);
  }

  .md\:border-e-green-950\/85 {
    border-inline-end-color: rgb(5 46 22 / 0.85);
  }

  .md\:border-e-green-950\/90 {
    border-inline-end-color: rgb(5 46 22 / 0.9);
  }

  .md\:border-e-green-950\/95 {
    border-inline-end-color: rgb(5 46 22 / 0.95);
  }

  .md\:border-e-indigo-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(224 231 255 / var(--tw-border-opacity));
  }

  .md\:border-e-indigo-100\/0 {
    border-inline-end-color: rgb(224 231 255 / 0);
  }

  .md\:border-e-indigo-100\/10 {
    border-inline-end-color: rgb(224 231 255 / 0.1);
  }

  .md\:border-e-indigo-100\/100 {
    border-inline-end-color: rgb(224 231 255 / 1);
  }

  .md\:border-e-indigo-100\/15 {
    border-inline-end-color: rgb(224 231 255 / 0.15);
  }

  .md\:border-e-indigo-100\/20 {
    border-inline-end-color: rgb(224 231 255 / 0.2);
  }

  .md\:border-e-indigo-100\/25 {
    border-inline-end-color: rgb(224 231 255 / 0.25);
  }

  .md\:border-e-indigo-100\/30 {
    border-inline-end-color: rgb(224 231 255 / 0.3);
  }

  .md\:border-e-indigo-100\/35 {
    border-inline-end-color: rgb(224 231 255 / 0.35);
  }

  .md\:border-e-indigo-100\/40 {
    border-inline-end-color: rgb(224 231 255 / 0.4);
  }

  .md\:border-e-indigo-100\/45 {
    border-inline-end-color: rgb(224 231 255 / 0.45);
  }

  .md\:border-e-indigo-100\/5 {
    border-inline-end-color: rgb(224 231 255 / 0.05);
  }

  .md\:border-e-indigo-100\/50 {
    border-inline-end-color: rgb(224 231 255 / 0.5);
  }

  .md\:border-e-indigo-100\/55 {
    border-inline-end-color: rgb(224 231 255 / 0.55);
  }

  .md\:border-e-indigo-100\/60 {
    border-inline-end-color: rgb(224 231 255 / 0.6);
  }

  .md\:border-e-indigo-100\/65 {
    border-inline-end-color: rgb(224 231 255 / 0.65);
  }

  .md\:border-e-indigo-100\/70 {
    border-inline-end-color: rgb(224 231 255 / 0.7);
  }

  .md\:border-e-indigo-100\/75 {
    border-inline-end-color: rgb(224 231 255 / 0.75);
  }

  .md\:border-e-indigo-100\/80 {
    border-inline-end-color: rgb(224 231 255 / 0.8);
  }

  .md\:border-e-indigo-100\/85 {
    border-inline-end-color: rgb(224 231 255 / 0.85);
  }

  .md\:border-e-indigo-100\/90 {
    border-inline-end-color: rgb(224 231 255 / 0.9);
  }

  .md\:border-e-indigo-100\/95 {
    border-inline-end-color: rgb(224 231 255 / 0.95);
  }

  .md\:border-e-indigo-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(199 210 254 / var(--tw-border-opacity));
  }

  .md\:border-e-indigo-200\/0 {
    border-inline-end-color: rgb(199 210 254 / 0);
  }

  .md\:border-e-indigo-200\/10 {
    border-inline-end-color: rgb(199 210 254 / 0.1);
  }

  .md\:border-e-indigo-200\/100 {
    border-inline-end-color: rgb(199 210 254 / 1);
  }

  .md\:border-e-indigo-200\/15 {
    border-inline-end-color: rgb(199 210 254 / 0.15);
  }

  .md\:border-e-indigo-200\/20 {
    border-inline-end-color: rgb(199 210 254 / 0.2);
  }

  .md\:border-e-indigo-200\/25 {
    border-inline-end-color: rgb(199 210 254 / 0.25);
  }

  .md\:border-e-indigo-200\/30 {
    border-inline-end-color: rgb(199 210 254 / 0.3);
  }

  .md\:border-e-indigo-200\/35 {
    border-inline-end-color: rgb(199 210 254 / 0.35);
  }

  .md\:border-e-indigo-200\/40 {
    border-inline-end-color: rgb(199 210 254 / 0.4);
  }

  .md\:border-e-indigo-200\/45 {
    border-inline-end-color: rgb(199 210 254 / 0.45);
  }

  .md\:border-e-indigo-200\/5 {
    border-inline-end-color: rgb(199 210 254 / 0.05);
  }

  .md\:border-e-indigo-200\/50 {
    border-inline-end-color: rgb(199 210 254 / 0.5);
  }

  .md\:border-e-indigo-200\/55 {
    border-inline-end-color: rgb(199 210 254 / 0.55);
  }

  .md\:border-e-indigo-200\/60 {
    border-inline-end-color: rgb(199 210 254 / 0.6);
  }

  .md\:border-e-indigo-200\/65 {
    border-inline-end-color: rgb(199 210 254 / 0.65);
  }

  .md\:border-e-indigo-200\/70 {
    border-inline-end-color: rgb(199 210 254 / 0.7);
  }

  .md\:border-e-indigo-200\/75 {
    border-inline-end-color: rgb(199 210 254 / 0.75);
  }

  .md\:border-e-indigo-200\/80 {
    border-inline-end-color: rgb(199 210 254 / 0.8);
  }

  .md\:border-e-indigo-200\/85 {
    border-inline-end-color: rgb(199 210 254 / 0.85);
  }

  .md\:border-e-indigo-200\/90 {
    border-inline-end-color: rgb(199 210 254 / 0.9);
  }

  .md\:border-e-indigo-200\/95 {
    border-inline-end-color: rgb(199 210 254 / 0.95);
  }

  .md\:border-e-indigo-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(165 180 252 / var(--tw-border-opacity));
  }

  .md\:border-e-indigo-300\/0 {
    border-inline-end-color: rgb(165 180 252 / 0);
  }

  .md\:border-e-indigo-300\/10 {
    border-inline-end-color: rgb(165 180 252 / 0.1);
  }

  .md\:border-e-indigo-300\/100 {
    border-inline-end-color: rgb(165 180 252 / 1);
  }

  .md\:border-e-indigo-300\/15 {
    border-inline-end-color: rgb(165 180 252 / 0.15);
  }

  .md\:border-e-indigo-300\/20 {
    border-inline-end-color: rgb(165 180 252 / 0.2);
  }

  .md\:border-e-indigo-300\/25 {
    border-inline-end-color: rgb(165 180 252 / 0.25);
  }

  .md\:border-e-indigo-300\/30 {
    border-inline-end-color: rgb(165 180 252 / 0.3);
  }

  .md\:border-e-indigo-300\/35 {
    border-inline-end-color: rgb(165 180 252 / 0.35);
  }

  .md\:border-e-indigo-300\/40 {
    border-inline-end-color: rgb(165 180 252 / 0.4);
  }

  .md\:border-e-indigo-300\/45 {
    border-inline-end-color: rgb(165 180 252 / 0.45);
  }

  .md\:border-e-indigo-300\/5 {
    border-inline-end-color: rgb(165 180 252 / 0.05);
  }

  .md\:border-e-indigo-300\/50 {
    border-inline-end-color: rgb(165 180 252 / 0.5);
  }

  .md\:border-e-indigo-300\/55 {
    border-inline-end-color: rgb(165 180 252 / 0.55);
  }

  .md\:border-e-indigo-300\/60 {
    border-inline-end-color: rgb(165 180 252 / 0.6);
  }

  .md\:border-e-indigo-300\/65 {
    border-inline-end-color: rgb(165 180 252 / 0.65);
  }

  .md\:border-e-indigo-300\/70 {
    border-inline-end-color: rgb(165 180 252 / 0.7);
  }

  .md\:border-e-indigo-300\/75 {
    border-inline-end-color: rgb(165 180 252 / 0.75);
  }

  .md\:border-e-indigo-300\/80 {
    border-inline-end-color: rgb(165 180 252 / 0.8);
  }

  .md\:border-e-indigo-300\/85 {
    border-inline-end-color: rgb(165 180 252 / 0.85);
  }

  .md\:border-e-indigo-300\/90 {
    border-inline-end-color: rgb(165 180 252 / 0.9);
  }

  .md\:border-e-indigo-300\/95 {
    border-inline-end-color: rgb(165 180 252 / 0.95);
  }

  .md\:border-e-indigo-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(129 140 248 / var(--tw-border-opacity));
  }

  .md\:border-e-indigo-400\/0 {
    border-inline-end-color: rgb(129 140 248 / 0);
  }

  .md\:border-e-indigo-400\/10 {
    border-inline-end-color: rgb(129 140 248 / 0.1);
  }

  .md\:border-e-indigo-400\/100 {
    border-inline-end-color: rgb(129 140 248 / 1);
  }

  .md\:border-e-indigo-400\/15 {
    border-inline-end-color: rgb(129 140 248 / 0.15);
  }

  .md\:border-e-indigo-400\/20 {
    border-inline-end-color: rgb(129 140 248 / 0.2);
  }

  .md\:border-e-indigo-400\/25 {
    border-inline-end-color: rgb(129 140 248 / 0.25);
  }

  .md\:border-e-indigo-400\/30 {
    border-inline-end-color: rgb(129 140 248 / 0.3);
  }

  .md\:border-e-indigo-400\/35 {
    border-inline-end-color: rgb(129 140 248 / 0.35);
  }

  .md\:border-e-indigo-400\/40 {
    border-inline-end-color: rgb(129 140 248 / 0.4);
  }

  .md\:border-e-indigo-400\/45 {
    border-inline-end-color: rgb(129 140 248 / 0.45);
  }

  .md\:border-e-indigo-400\/5 {
    border-inline-end-color: rgb(129 140 248 / 0.05);
  }

  .md\:border-e-indigo-400\/50 {
    border-inline-end-color: rgb(129 140 248 / 0.5);
  }

  .md\:border-e-indigo-400\/55 {
    border-inline-end-color: rgb(129 140 248 / 0.55);
  }

  .md\:border-e-indigo-400\/60 {
    border-inline-end-color: rgb(129 140 248 / 0.6);
  }

  .md\:border-e-indigo-400\/65 {
    border-inline-end-color: rgb(129 140 248 / 0.65);
  }

  .md\:border-e-indigo-400\/70 {
    border-inline-end-color: rgb(129 140 248 / 0.7);
  }

  .md\:border-e-indigo-400\/75 {
    border-inline-end-color: rgb(129 140 248 / 0.75);
  }

  .md\:border-e-indigo-400\/80 {
    border-inline-end-color: rgb(129 140 248 / 0.8);
  }

  .md\:border-e-indigo-400\/85 {
    border-inline-end-color: rgb(129 140 248 / 0.85);
  }

  .md\:border-e-indigo-400\/90 {
    border-inline-end-color: rgb(129 140 248 / 0.9);
  }

  .md\:border-e-indigo-400\/95 {
    border-inline-end-color: rgb(129 140 248 / 0.95);
  }

  .md\:border-e-indigo-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(238 242 255 / var(--tw-border-opacity));
  }

  .md\:border-e-indigo-50\/0 {
    border-inline-end-color: rgb(238 242 255 / 0);
  }

  .md\:border-e-indigo-50\/10 {
    border-inline-end-color: rgb(238 242 255 / 0.1);
  }

  .md\:border-e-indigo-50\/100 {
    border-inline-end-color: rgb(238 242 255 / 1);
  }

  .md\:border-e-indigo-50\/15 {
    border-inline-end-color: rgb(238 242 255 / 0.15);
  }

  .md\:border-e-indigo-50\/20 {
    border-inline-end-color: rgb(238 242 255 / 0.2);
  }

  .md\:border-e-indigo-50\/25 {
    border-inline-end-color: rgb(238 242 255 / 0.25);
  }

  .md\:border-e-indigo-50\/30 {
    border-inline-end-color: rgb(238 242 255 / 0.3);
  }

  .md\:border-e-indigo-50\/35 {
    border-inline-end-color: rgb(238 242 255 / 0.35);
  }

  .md\:border-e-indigo-50\/40 {
    border-inline-end-color: rgb(238 242 255 / 0.4);
  }

  .md\:border-e-indigo-50\/45 {
    border-inline-end-color: rgb(238 242 255 / 0.45);
  }

  .md\:border-e-indigo-50\/5 {
    border-inline-end-color: rgb(238 242 255 / 0.05);
  }

  .md\:border-e-indigo-50\/50 {
    border-inline-end-color: rgb(238 242 255 / 0.5);
  }

  .md\:border-e-indigo-50\/55 {
    border-inline-end-color: rgb(238 242 255 / 0.55);
  }

  .md\:border-e-indigo-50\/60 {
    border-inline-end-color: rgb(238 242 255 / 0.6);
  }

  .md\:border-e-indigo-50\/65 {
    border-inline-end-color: rgb(238 242 255 / 0.65);
  }

  .md\:border-e-indigo-50\/70 {
    border-inline-end-color: rgb(238 242 255 / 0.7);
  }

  .md\:border-e-indigo-50\/75 {
    border-inline-end-color: rgb(238 242 255 / 0.75);
  }

  .md\:border-e-indigo-50\/80 {
    border-inline-end-color: rgb(238 242 255 / 0.8);
  }

  .md\:border-e-indigo-50\/85 {
    border-inline-end-color: rgb(238 242 255 / 0.85);
  }

  .md\:border-e-indigo-50\/90 {
    border-inline-end-color: rgb(238 242 255 / 0.9);
  }

  .md\:border-e-indigo-50\/95 {
    border-inline-end-color: rgb(238 242 255 / 0.95);
  }

  .md\:border-e-indigo-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(99 102 241 / var(--tw-border-opacity));
  }

  .md\:border-e-indigo-500\/0 {
    border-inline-end-color: rgb(99 102 241 / 0);
  }

  .md\:border-e-indigo-500\/10 {
    border-inline-end-color: rgb(99 102 241 / 0.1);
  }

  .md\:border-e-indigo-500\/100 {
    border-inline-end-color: rgb(99 102 241 / 1);
  }

  .md\:border-e-indigo-500\/15 {
    border-inline-end-color: rgb(99 102 241 / 0.15);
  }

  .md\:border-e-indigo-500\/20 {
    border-inline-end-color: rgb(99 102 241 / 0.2);
  }

  .md\:border-e-indigo-500\/25 {
    border-inline-end-color: rgb(99 102 241 / 0.25);
  }

  .md\:border-e-indigo-500\/30 {
    border-inline-end-color: rgb(99 102 241 / 0.3);
  }

  .md\:border-e-indigo-500\/35 {
    border-inline-end-color: rgb(99 102 241 / 0.35);
  }

  .md\:border-e-indigo-500\/40 {
    border-inline-end-color: rgb(99 102 241 / 0.4);
  }

  .md\:border-e-indigo-500\/45 {
    border-inline-end-color: rgb(99 102 241 / 0.45);
  }

  .md\:border-e-indigo-500\/5 {
    border-inline-end-color: rgb(99 102 241 / 0.05);
  }

  .md\:border-e-indigo-500\/50 {
    border-inline-end-color: rgb(99 102 241 / 0.5);
  }

  .md\:border-e-indigo-500\/55 {
    border-inline-end-color: rgb(99 102 241 / 0.55);
  }

  .md\:border-e-indigo-500\/60 {
    border-inline-end-color: rgb(99 102 241 / 0.6);
  }

  .md\:border-e-indigo-500\/65 {
    border-inline-end-color: rgb(99 102 241 / 0.65);
  }

  .md\:border-e-indigo-500\/70 {
    border-inline-end-color: rgb(99 102 241 / 0.7);
  }

  .md\:border-e-indigo-500\/75 {
    border-inline-end-color: rgb(99 102 241 / 0.75);
  }

  .md\:border-e-indigo-500\/80 {
    border-inline-end-color: rgb(99 102 241 / 0.8);
  }

  .md\:border-e-indigo-500\/85 {
    border-inline-end-color: rgb(99 102 241 / 0.85);
  }

  .md\:border-e-indigo-500\/90 {
    border-inline-end-color: rgb(99 102 241 / 0.9);
  }

  .md\:border-e-indigo-500\/95 {
    border-inline-end-color: rgb(99 102 241 / 0.95);
  }

  .md\:border-e-indigo-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(79 70 229 / var(--tw-border-opacity));
  }

  .md\:border-e-indigo-600\/0 {
    border-inline-end-color: rgb(79 70 229 / 0);
  }

  .md\:border-e-indigo-600\/10 {
    border-inline-end-color: rgb(79 70 229 / 0.1);
  }

  .md\:border-e-indigo-600\/100 {
    border-inline-end-color: rgb(79 70 229 / 1);
  }

  .md\:border-e-indigo-600\/15 {
    border-inline-end-color: rgb(79 70 229 / 0.15);
  }

  .md\:border-e-indigo-600\/20 {
    border-inline-end-color: rgb(79 70 229 / 0.2);
  }

  .md\:border-e-indigo-600\/25 {
    border-inline-end-color: rgb(79 70 229 / 0.25);
  }

  .md\:border-e-indigo-600\/30 {
    border-inline-end-color: rgb(79 70 229 / 0.3);
  }

  .md\:border-e-indigo-600\/35 {
    border-inline-end-color: rgb(79 70 229 / 0.35);
  }

  .md\:border-e-indigo-600\/40 {
    border-inline-end-color: rgb(79 70 229 / 0.4);
  }

  .md\:border-e-indigo-600\/45 {
    border-inline-end-color: rgb(79 70 229 / 0.45);
  }

  .md\:border-e-indigo-600\/5 {
    border-inline-end-color: rgb(79 70 229 / 0.05);
  }

  .md\:border-e-indigo-600\/50 {
    border-inline-end-color: rgb(79 70 229 / 0.5);
  }

  .md\:border-e-indigo-600\/55 {
    border-inline-end-color: rgb(79 70 229 / 0.55);
  }

  .md\:border-e-indigo-600\/60 {
    border-inline-end-color: rgb(79 70 229 / 0.6);
  }

  .md\:border-e-indigo-600\/65 {
    border-inline-end-color: rgb(79 70 229 / 0.65);
  }

  .md\:border-e-indigo-600\/70 {
    border-inline-end-color: rgb(79 70 229 / 0.7);
  }

  .md\:border-e-indigo-600\/75 {
    border-inline-end-color: rgb(79 70 229 / 0.75);
  }

  .md\:border-e-indigo-600\/80 {
    border-inline-end-color: rgb(79 70 229 / 0.8);
  }

  .md\:border-e-indigo-600\/85 {
    border-inline-end-color: rgb(79 70 229 / 0.85);
  }

  .md\:border-e-indigo-600\/90 {
    border-inline-end-color: rgb(79 70 229 / 0.9);
  }

  .md\:border-e-indigo-600\/95 {
    border-inline-end-color: rgb(79 70 229 / 0.95);
  }

  .md\:border-e-indigo-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(67 56 202 / var(--tw-border-opacity));
  }

  .md\:border-e-indigo-700\/0 {
    border-inline-end-color: rgb(67 56 202 / 0);
  }

  .md\:border-e-indigo-700\/10 {
    border-inline-end-color: rgb(67 56 202 / 0.1);
  }

  .md\:border-e-indigo-700\/100 {
    border-inline-end-color: rgb(67 56 202 / 1);
  }

  .md\:border-e-indigo-700\/15 {
    border-inline-end-color: rgb(67 56 202 / 0.15);
  }

  .md\:border-e-indigo-700\/20 {
    border-inline-end-color: rgb(67 56 202 / 0.2);
  }

  .md\:border-e-indigo-700\/25 {
    border-inline-end-color: rgb(67 56 202 / 0.25);
  }

  .md\:border-e-indigo-700\/30 {
    border-inline-end-color: rgb(67 56 202 / 0.3);
  }

  .md\:border-e-indigo-700\/35 {
    border-inline-end-color: rgb(67 56 202 / 0.35);
  }

  .md\:border-e-indigo-700\/40 {
    border-inline-end-color: rgb(67 56 202 / 0.4);
  }

  .md\:border-e-indigo-700\/45 {
    border-inline-end-color: rgb(67 56 202 / 0.45);
  }

  .md\:border-e-indigo-700\/5 {
    border-inline-end-color: rgb(67 56 202 / 0.05);
  }

  .md\:border-e-indigo-700\/50 {
    border-inline-end-color: rgb(67 56 202 / 0.5);
  }

  .md\:border-e-indigo-700\/55 {
    border-inline-end-color: rgb(67 56 202 / 0.55);
  }

  .md\:border-e-indigo-700\/60 {
    border-inline-end-color: rgb(67 56 202 / 0.6);
  }

  .md\:border-e-indigo-700\/65 {
    border-inline-end-color: rgb(67 56 202 / 0.65);
  }

  .md\:border-e-indigo-700\/70 {
    border-inline-end-color: rgb(67 56 202 / 0.7);
  }

  .md\:border-e-indigo-700\/75 {
    border-inline-end-color: rgb(67 56 202 / 0.75);
  }

  .md\:border-e-indigo-700\/80 {
    border-inline-end-color: rgb(67 56 202 / 0.8);
  }

  .md\:border-e-indigo-700\/85 {
    border-inline-end-color: rgb(67 56 202 / 0.85);
  }

  .md\:border-e-indigo-700\/90 {
    border-inline-end-color: rgb(67 56 202 / 0.9);
  }

  .md\:border-e-indigo-700\/95 {
    border-inline-end-color: rgb(67 56 202 / 0.95);
  }

  .md\:border-e-indigo-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(55 48 163 / var(--tw-border-opacity));
  }

  .md\:border-e-indigo-800\/0 {
    border-inline-end-color: rgb(55 48 163 / 0);
  }

  .md\:border-e-indigo-800\/10 {
    border-inline-end-color: rgb(55 48 163 / 0.1);
  }

  .md\:border-e-indigo-800\/100 {
    border-inline-end-color: rgb(55 48 163 / 1);
  }

  .md\:border-e-indigo-800\/15 {
    border-inline-end-color: rgb(55 48 163 / 0.15);
  }

  .md\:border-e-indigo-800\/20 {
    border-inline-end-color: rgb(55 48 163 / 0.2);
  }

  .md\:border-e-indigo-800\/25 {
    border-inline-end-color: rgb(55 48 163 / 0.25);
  }

  .md\:border-e-indigo-800\/30 {
    border-inline-end-color: rgb(55 48 163 / 0.3);
  }

  .md\:border-e-indigo-800\/35 {
    border-inline-end-color: rgb(55 48 163 / 0.35);
  }

  .md\:border-e-indigo-800\/40 {
    border-inline-end-color: rgb(55 48 163 / 0.4);
  }

  .md\:border-e-indigo-800\/45 {
    border-inline-end-color: rgb(55 48 163 / 0.45);
  }

  .md\:border-e-indigo-800\/5 {
    border-inline-end-color: rgb(55 48 163 / 0.05);
  }

  .md\:border-e-indigo-800\/50 {
    border-inline-end-color: rgb(55 48 163 / 0.5);
  }

  .md\:border-e-indigo-800\/55 {
    border-inline-end-color: rgb(55 48 163 / 0.55);
  }

  .md\:border-e-indigo-800\/60 {
    border-inline-end-color: rgb(55 48 163 / 0.6);
  }

  .md\:border-e-indigo-800\/65 {
    border-inline-end-color: rgb(55 48 163 / 0.65);
  }

  .md\:border-e-indigo-800\/70 {
    border-inline-end-color: rgb(55 48 163 / 0.7);
  }

  .md\:border-e-indigo-800\/75 {
    border-inline-end-color: rgb(55 48 163 / 0.75);
  }

  .md\:border-e-indigo-800\/80 {
    border-inline-end-color: rgb(55 48 163 / 0.8);
  }

  .md\:border-e-indigo-800\/85 {
    border-inline-end-color: rgb(55 48 163 / 0.85);
  }

  .md\:border-e-indigo-800\/90 {
    border-inline-end-color: rgb(55 48 163 / 0.9);
  }

  .md\:border-e-indigo-800\/95 {
    border-inline-end-color: rgb(55 48 163 / 0.95);
  }

  .md\:border-e-indigo-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(49 46 129 / var(--tw-border-opacity));
  }

  .md\:border-e-indigo-900\/0 {
    border-inline-end-color: rgb(49 46 129 / 0);
  }

  .md\:border-e-indigo-900\/10 {
    border-inline-end-color: rgb(49 46 129 / 0.1);
  }

  .md\:border-e-indigo-900\/100 {
    border-inline-end-color: rgb(49 46 129 / 1);
  }

  .md\:border-e-indigo-900\/15 {
    border-inline-end-color: rgb(49 46 129 / 0.15);
  }

  .md\:border-e-indigo-900\/20 {
    border-inline-end-color: rgb(49 46 129 / 0.2);
  }

  .md\:border-e-indigo-900\/25 {
    border-inline-end-color: rgb(49 46 129 / 0.25);
  }

  .md\:border-e-indigo-900\/30 {
    border-inline-end-color: rgb(49 46 129 / 0.3);
  }

  .md\:border-e-indigo-900\/35 {
    border-inline-end-color: rgb(49 46 129 / 0.35);
  }

  .md\:border-e-indigo-900\/40 {
    border-inline-end-color: rgb(49 46 129 / 0.4);
  }

  .md\:border-e-indigo-900\/45 {
    border-inline-end-color: rgb(49 46 129 / 0.45);
  }

  .md\:border-e-indigo-900\/5 {
    border-inline-end-color: rgb(49 46 129 / 0.05);
  }

  .md\:border-e-indigo-900\/50 {
    border-inline-end-color: rgb(49 46 129 / 0.5);
  }

  .md\:border-e-indigo-900\/55 {
    border-inline-end-color: rgb(49 46 129 / 0.55);
  }

  .md\:border-e-indigo-900\/60 {
    border-inline-end-color: rgb(49 46 129 / 0.6);
  }

  .md\:border-e-indigo-900\/65 {
    border-inline-end-color: rgb(49 46 129 / 0.65);
  }

  .md\:border-e-indigo-900\/70 {
    border-inline-end-color: rgb(49 46 129 / 0.7);
  }

  .md\:border-e-indigo-900\/75 {
    border-inline-end-color: rgb(49 46 129 / 0.75);
  }

  .md\:border-e-indigo-900\/80 {
    border-inline-end-color: rgb(49 46 129 / 0.8);
  }

  .md\:border-e-indigo-900\/85 {
    border-inline-end-color: rgb(49 46 129 / 0.85);
  }

  .md\:border-e-indigo-900\/90 {
    border-inline-end-color: rgb(49 46 129 / 0.9);
  }

  .md\:border-e-indigo-900\/95 {
    border-inline-end-color: rgb(49 46 129 / 0.95);
  }

  .md\:border-e-indigo-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(30 27 75 / var(--tw-border-opacity));
  }

  .md\:border-e-indigo-950\/0 {
    border-inline-end-color: rgb(30 27 75 / 0);
  }

  .md\:border-e-indigo-950\/10 {
    border-inline-end-color: rgb(30 27 75 / 0.1);
  }

  .md\:border-e-indigo-950\/100 {
    border-inline-end-color: rgb(30 27 75 / 1);
  }

  .md\:border-e-indigo-950\/15 {
    border-inline-end-color: rgb(30 27 75 / 0.15);
  }

  .md\:border-e-indigo-950\/20 {
    border-inline-end-color: rgb(30 27 75 / 0.2);
  }

  .md\:border-e-indigo-950\/25 {
    border-inline-end-color: rgb(30 27 75 / 0.25);
  }

  .md\:border-e-indigo-950\/30 {
    border-inline-end-color: rgb(30 27 75 / 0.3);
  }

  .md\:border-e-indigo-950\/35 {
    border-inline-end-color: rgb(30 27 75 / 0.35);
  }

  .md\:border-e-indigo-950\/40 {
    border-inline-end-color: rgb(30 27 75 / 0.4);
  }

  .md\:border-e-indigo-950\/45 {
    border-inline-end-color: rgb(30 27 75 / 0.45);
  }

  .md\:border-e-indigo-950\/5 {
    border-inline-end-color: rgb(30 27 75 / 0.05);
  }

  .md\:border-e-indigo-950\/50 {
    border-inline-end-color: rgb(30 27 75 / 0.5);
  }

  .md\:border-e-indigo-950\/55 {
    border-inline-end-color: rgb(30 27 75 / 0.55);
  }

  .md\:border-e-indigo-950\/60 {
    border-inline-end-color: rgb(30 27 75 / 0.6);
  }

  .md\:border-e-indigo-950\/65 {
    border-inline-end-color: rgb(30 27 75 / 0.65);
  }

  .md\:border-e-indigo-950\/70 {
    border-inline-end-color: rgb(30 27 75 / 0.7);
  }

  .md\:border-e-indigo-950\/75 {
    border-inline-end-color: rgb(30 27 75 / 0.75);
  }

  .md\:border-e-indigo-950\/80 {
    border-inline-end-color: rgb(30 27 75 / 0.8);
  }

  .md\:border-e-indigo-950\/85 {
    border-inline-end-color: rgb(30 27 75 / 0.85);
  }

  .md\:border-e-indigo-950\/90 {
    border-inline-end-color: rgb(30 27 75 / 0.9);
  }

  .md\:border-e-indigo-950\/95 {
    border-inline-end-color: rgb(30 27 75 / 0.95);
  }

  .md\:border-e-inherit {
    border-inline-end-color: inherit;
  }

  .md\:border-e-lime-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(236 252 203 / var(--tw-border-opacity));
  }

  .md\:border-e-lime-100\/0 {
    border-inline-end-color: rgb(236 252 203 / 0);
  }

  .md\:border-e-lime-100\/10 {
    border-inline-end-color: rgb(236 252 203 / 0.1);
  }

  .md\:border-e-lime-100\/100 {
    border-inline-end-color: rgb(236 252 203 / 1);
  }

  .md\:border-e-lime-100\/15 {
    border-inline-end-color: rgb(236 252 203 / 0.15);
  }

  .md\:border-e-lime-100\/20 {
    border-inline-end-color: rgb(236 252 203 / 0.2);
  }

  .md\:border-e-lime-100\/25 {
    border-inline-end-color: rgb(236 252 203 / 0.25);
  }

  .md\:border-e-lime-100\/30 {
    border-inline-end-color: rgb(236 252 203 / 0.3);
  }

  .md\:border-e-lime-100\/35 {
    border-inline-end-color: rgb(236 252 203 / 0.35);
  }

  .md\:border-e-lime-100\/40 {
    border-inline-end-color: rgb(236 252 203 / 0.4);
  }

  .md\:border-e-lime-100\/45 {
    border-inline-end-color: rgb(236 252 203 / 0.45);
  }

  .md\:border-e-lime-100\/5 {
    border-inline-end-color: rgb(236 252 203 / 0.05);
  }

  .md\:border-e-lime-100\/50 {
    border-inline-end-color: rgb(236 252 203 / 0.5);
  }

  .md\:border-e-lime-100\/55 {
    border-inline-end-color: rgb(236 252 203 / 0.55);
  }

  .md\:border-e-lime-100\/60 {
    border-inline-end-color: rgb(236 252 203 / 0.6);
  }

  .md\:border-e-lime-100\/65 {
    border-inline-end-color: rgb(236 252 203 / 0.65);
  }

  .md\:border-e-lime-100\/70 {
    border-inline-end-color: rgb(236 252 203 / 0.7);
  }

  .md\:border-e-lime-100\/75 {
    border-inline-end-color: rgb(236 252 203 / 0.75);
  }

  .md\:border-e-lime-100\/80 {
    border-inline-end-color: rgb(236 252 203 / 0.8);
  }

  .md\:border-e-lime-100\/85 {
    border-inline-end-color: rgb(236 252 203 / 0.85);
  }

  .md\:border-e-lime-100\/90 {
    border-inline-end-color: rgb(236 252 203 / 0.9);
  }

  .md\:border-e-lime-100\/95 {
    border-inline-end-color: rgb(236 252 203 / 0.95);
  }

  .md\:border-e-lime-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(217 249 157 / var(--tw-border-opacity));
  }

  .md\:border-e-lime-200\/0 {
    border-inline-end-color: rgb(217 249 157 / 0);
  }

  .md\:border-e-lime-200\/10 {
    border-inline-end-color: rgb(217 249 157 / 0.1);
  }

  .md\:border-e-lime-200\/100 {
    border-inline-end-color: rgb(217 249 157 / 1);
  }

  .md\:border-e-lime-200\/15 {
    border-inline-end-color: rgb(217 249 157 / 0.15);
  }

  .md\:border-e-lime-200\/20 {
    border-inline-end-color: rgb(217 249 157 / 0.2);
  }

  .md\:border-e-lime-200\/25 {
    border-inline-end-color: rgb(217 249 157 / 0.25);
  }

  .md\:border-e-lime-200\/30 {
    border-inline-end-color: rgb(217 249 157 / 0.3);
  }

  .md\:border-e-lime-200\/35 {
    border-inline-end-color: rgb(217 249 157 / 0.35);
  }

  .md\:border-e-lime-200\/40 {
    border-inline-end-color: rgb(217 249 157 / 0.4);
  }

  .md\:border-e-lime-200\/45 {
    border-inline-end-color: rgb(217 249 157 / 0.45);
  }

  .md\:border-e-lime-200\/5 {
    border-inline-end-color: rgb(217 249 157 / 0.05);
  }

  .md\:border-e-lime-200\/50 {
    border-inline-end-color: rgb(217 249 157 / 0.5);
  }

  .md\:border-e-lime-200\/55 {
    border-inline-end-color: rgb(217 249 157 / 0.55);
  }

  .md\:border-e-lime-200\/60 {
    border-inline-end-color: rgb(217 249 157 / 0.6);
  }

  .md\:border-e-lime-200\/65 {
    border-inline-end-color: rgb(217 249 157 / 0.65);
  }

  .md\:border-e-lime-200\/70 {
    border-inline-end-color: rgb(217 249 157 / 0.7);
  }

  .md\:border-e-lime-200\/75 {
    border-inline-end-color: rgb(217 249 157 / 0.75);
  }

  .md\:border-e-lime-200\/80 {
    border-inline-end-color: rgb(217 249 157 / 0.8);
  }

  .md\:border-e-lime-200\/85 {
    border-inline-end-color: rgb(217 249 157 / 0.85);
  }

  .md\:border-e-lime-200\/90 {
    border-inline-end-color: rgb(217 249 157 / 0.9);
  }

  .md\:border-e-lime-200\/95 {
    border-inline-end-color: rgb(217 249 157 / 0.95);
  }

  .md\:border-e-lime-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(190 242 100 / var(--tw-border-opacity));
  }

  .md\:border-e-lime-300\/0 {
    border-inline-end-color: rgb(190 242 100 / 0);
  }

  .md\:border-e-lime-300\/10 {
    border-inline-end-color: rgb(190 242 100 / 0.1);
  }

  .md\:border-e-lime-300\/100 {
    border-inline-end-color: rgb(190 242 100 / 1);
  }

  .md\:border-e-lime-300\/15 {
    border-inline-end-color: rgb(190 242 100 / 0.15);
  }

  .md\:border-e-lime-300\/20 {
    border-inline-end-color: rgb(190 242 100 / 0.2);
  }

  .md\:border-e-lime-300\/25 {
    border-inline-end-color: rgb(190 242 100 / 0.25);
  }

  .md\:border-e-lime-300\/30 {
    border-inline-end-color: rgb(190 242 100 / 0.3);
  }

  .md\:border-e-lime-300\/35 {
    border-inline-end-color: rgb(190 242 100 / 0.35);
  }

  .md\:border-e-lime-300\/40 {
    border-inline-end-color: rgb(190 242 100 / 0.4);
  }

  .md\:border-e-lime-300\/45 {
    border-inline-end-color: rgb(190 242 100 / 0.45);
  }

  .md\:border-e-lime-300\/5 {
    border-inline-end-color: rgb(190 242 100 / 0.05);
  }

  .md\:border-e-lime-300\/50 {
    border-inline-end-color: rgb(190 242 100 / 0.5);
  }

  .md\:border-e-lime-300\/55 {
    border-inline-end-color: rgb(190 242 100 / 0.55);
  }

  .md\:border-e-lime-300\/60 {
    border-inline-end-color: rgb(190 242 100 / 0.6);
  }

  .md\:border-e-lime-300\/65 {
    border-inline-end-color: rgb(190 242 100 / 0.65);
  }

  .md\:border-e-lime-300\/70 {
    border-inline-end-color: rgb(190 242 100 / 0.7);
  }

  .md\:border-e-lime-300\/75 {
    border-inline-end-color: rgb(190 242 100 / 0.75);
  }

  .md\:border-e-lime-300\/80 {
    border-inline-end-color: rgb(190 242 100 / 0.8);
  }

  .md\:border-e-lime-300\/85 {
    border-inline-end-color: rgb(190 242 100 / 0.85);
  }

  .md\:border-e-lime-300\/90 {
    border-inline-end-color: rgb(190 242 100 / 0.9);
  }

  .md\:border-e-lime-300\/95 {
    border-inline-end-color: rgb(190 242 100 / 0.95);
  }

  .md\:border-e-lime-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(163 230 53 / var(--tw-border-opacity));
  }

  .md\:border-e-lime-400\/0 {
    border-inline-end-color: rgb(163 230 53 / 0);
  }

  .md\:border-e-lime-400\/10 {
    border-inline-end-color: rgb(163 230 53 / 0.1);
  }

  .md\:border-e-lime-400\/100 {
    border-inline-end-color: rgb(163 230 53 / 1);
  }

  .md\:border-e-lime-400\/15 {
    border-inline-end-color: rgb(163 230 53 / 0.15);
  }

  .md\:border-e-lime-400\/20 {
    border-inline-end-color: rgb(163 230 53 / 0.2);
  }

  .md\:border-e-lime-400\/25 {
    border-inline-end-color: rgb(163 230 53 / 0.25);
  }

  .md\:border-e-lime-400\/30 {
    border-inline-end-color: rgb(163 230 53 / 0.3);
  }

  .md\:border-e-lime-400\/35 {
    border-inline-end-color: rgb(163 230 53 / 0.35);
  }

  .md\:border-e-lime-400\/40 {
    border-inline-end-color: rgb(163 230 53 / 0.4);
  }

  .md\:border-e-lime-400\/45 {
    border-inline-end-color: rgb(163 230 53 / 0.45);
  }

  .md\:border-e-lime-400\/5 {
    border-inline-end-color: rgb(163 230 53 / 0.05);
  }

  .md\:border-e-lime-400\/50 {
    border-inline-end-color: rgb(163 230 53 / 0.5);
  }

  .md\:border-e-lime-400\/55 {
    border-inline-end-color: rgb(163 230 53 / 0.55);
  }

  .md\:border-e-lime-400\/60 {
    border-inline-end-color: rgb(163 230 53 / 0.6);
  }

  .md\:border-e-lime-400\/65 {
    border-inline-end-color: rgb(163 230 53 / 0.65);
  }

  .md\:border-e-lime-400\/70 {
    border-inline-end-color: rgb(163 230 53 / 0.7);
  }

  .md\:border-e-lime-400\/75 {
    border-inline-end-color: rgb(163 230 53 / 0.75);
  }

  .md\:border-e-lime-400\/80 {
    border-inline-end-color: rgb(163 230 53 / 0.8);
  }

  .md\:border-e-lime-400\/85 {
    border-inline-end-color: rgb(163 230 53 / 0.85);
  }

  .md\:border-e-lime-400\/90 {
    border-inline-end-color: rgb(163 230 53 / 0.9);
  }

  .md\:border-e-lime-400\/95 {
    border-inline-end-color: rgb(163 230 53 / 0.95);
  }

  .md\:border-e-lime-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(247 254 231 / var(--tw-border-opacity));
  }

  .md\:border-e-lime-50\/0 {
    border-inline-end-color: rgb(247 254 231 / 0);
  }

  .md\:border-e-lime-50\/10 {
    border-inline-end-color: rgb(247 254 231 / 0.1);
  }

  .md\:border-e-lime-50\/100 {
    border-inline-end-color: rgb(247 254 231 / 1);
  }

  .md\:border-e-lime-50\/15 {
    border-inline-end-color: rgb(247 254 231 / 0.15);
  }

  .md\:border-e-lime-50\/20 {
    border-inline-end-color: rgb(247 254 231 / 0.2);
  }

  .md\:border-e-lime-50\/25 {
    border-inline-end-color: rgb(247 254 231 / 0.25);
  }

  .md\:border-e-lime-50\/30 {
    border-inline-end-color: rgb(247 254 231 / 0.3);
  }

  .md\:border-e-lime-50\/35 {
    border-inline-end-color: rgb(247 254 231 / 0.35);
  }

  .md\:border-e-lime-50\/40 {
    border-inline-end-color: rgb(247 254 231 / 0.4);
  }

  .md\:border-e-lime-50\/45 {
    border-inline-end-color: rgb(247 254 231 / 0.45);
  }

  .md\:border-e-lime-50\/5 {
    border-inline-end-color: rgb(247 254 231 / 0.05);
  }

  .md\:border-e-lime-50\/50 {
    border-inline-end-color: rgb(247 254 231 / 0.5);
  }

  .md\:border-e-lime-50\/55 {
    border-inline-end-color: rgb(247 254 231 / 0.55);
  }

  .md\:border-e-lime-50\/60 {
    border-inline-end-color: rgb(247 254 231 / 0.6);
  }

  .md\:border-e-lime-50\/65 {
    border-inline-end-color: rgb(247 254 231 / 0.65);
  }

  .md\:border-e-lime-50\/70 {
    border-inline-end-color: rgb(247 254 231 / 0.7);
  }

  .md\:border-e-lime-50\/75 {
    border-inline-end-color: rgb(247 254 231 / 0.75);
  }

  .md\:border-e-lime-50\/80 {
    border-inline-end-color: rgb(247 254 231 / 0.8);
  }

  .md\:border-e-lime-50\/85 {
    border-inline-end-color: rgb(247 254 231 / 0.85);
  }

  .md\:border-e-lime-50\/90 {
    border-inline-end-color: rgb(247 254 231 / 0.9);
  }

  .md\:border-e-lime-50\/95 {
    border-inline-end-color: rgb(247 254 231 / 0.95);
  }

  .md\:border-e-lime-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(132 204 22 / var(--tw-border-opacity));
  }

  .md\:border-e-lime-500\/0 {
    border-inline-end-color: rgb(132 204 22 / 0);
  }

  .md\:border-e-lime-500\/10 {
    border-inline-end-color: rgb(132 204 22 / 0.1);
  }

  .md\:border-e-lime-500\/100 {
    border-inline-end-color: rgb(132 204 22 / 1);
  }

  .md\:border-e-lime-500\/15 {
    border-inline-end-color: rgb(132 204 22 / 0.15);
  }

  .md\:border-e-lime-500\/20 {
    border-inline-end-color: rgb(132 204 22 / 0.2);
  }

  .md\:border-e-lime-500\/25 {
    border-inline-end-color: rgb(132 204 22 / 0.25);
  }

  .md\:border-e-lime-500\/30 {
    border-inline-end-color: rgb(132 204 22 / 0.3);
  }

  .md\:border-e-lime-500\/35 {
    border-inline-end-color: rgb(132 204 22 / 0.35);
  }

  .md\:border-e-lime-500\/40 {
    border-inline-end-color: rgb(132 204 22 / 0.4);
  }

  .md\:border-e-lime-500\/45 {
    border-inline-end-color: rgb(132 204 22 / 0.45);
  }

  .md\:border-e-lime-500\/5 {
    border-inline-end-color: rgb(132 204 22 / 0.05);
  }

  .md\:border-e-lime-500\/50 {
    border-inline-end-color: rgb(132 204 22 / 0.5);
  }

  .md\:border-e-lime-500\/55 {
    border-inline-end-color: rgb(132 204 22 / 0.55);
  }

  .md\:border-e-lime-500\/60 {
    border-inline-end-color: rgb(132 204 22 / 0.6);
  }

  .md\:border-e-lime-500\/65 {
    border-inline-end-color: rgb(132 204 22 / 0.65);
  }

  .md\:border-e-lime-500\/70 {
    border-inline-end-color: rgb(132 204 22 / 0.7);
  }

  .md\:border-e-lime-500\/75 {
    border-inline-end-color: rgb(132 204 22 / 0.75);
  }

  .md\:border-e-lime-500\/80 {
    border-inline-end-color: rgb(132 204 22 / 0.8);
  }

  .md\:border-e-lime-500\/85 {
    border-inline-end-color: rgb(132 204 22 / 0.85);
  }

  .md\:border-e-lime-500\/90 {
    border-inline-end-color: rgb(132 204 22 / 0.9);
  }

  .md\:border-e-lime-500\/95 {
    border-inline-end-color: rgb(132 204 22 / 0.95);
  }

  .md\:border-e-lime-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(101 163 13 / var(--tw-border-opacity));
  }

  .md\:border-e-lime-600\/0 {
    border-inline-end-color: rgb(101 163 13 / 0);
  }

  .md\:border-e-lime-600\/10 {
    border-inline-end-color: rgb(101 163 13 / 0.1);
  }

  .md\:border-e-lime-600\/100 {
    border-inline-end-color: rgb(101 163 13 / 1);
  }

  .md\:border-e-lime-600\/15 {
    border-inline-end-color: rgb(101 163 13 / 0.15);
  }

  .md\:border-e-lime-600\/20 {
    border-inline-end-color: rgb(101 163 13 / 0.2);
  }

  .md\:border-e-lime-600\/25 {
    border-inline-end-color: rgb(101 163 13 / 0.25);
  }

  .md\:border-e-lime-600\/30 {
    border-inline-end-color: rgb(101 163 13 / 0.3);
  }

  .md\:border-e-lime-600\/35 {
    border-inline-end-color: rgb(101 163 13 / 0.35);
  }

  .md\:border-e-lime-600\/40 {
    border-inline-end-color: rgb(101 163 13 / 0.4);
  }

  .md\:border-e-lime-600\/45 {
    border-inline-end-color: rgb(101 163 13 / 0.45);
  }

  .md\:border-e-lime-600\/5 {
    border-inline-end-color: rgb(101 163 13 / 0.05);
  }

  .md\:border-e-lime-600\/50 {
    border-inline-end-color: rgb(101 163 13 / 0.5);
  }

  .md\:border-e-lime-600\/55 {
    border-inline-end-color: rgb(101 163 13 / 0.55);
  }

  .md\:border-e-lime-600\/60 {
    border-inline-end-color: rgb(101 163 13 / 0.6);
  }

  .md\:border-e-lime-600\/65 {
    border-inline-end-color: rgb(101 163 13 / 0.65);
  }

  .md\:border-e-lime-600\/70 {
    border-inline-end-color: rgb(101 163 13 / 0.7);
  }

  .md\:border-e-lime-600\/75 {
    border-inline-end-color: rgb(101 163 13 / 0.75);
  }

  .md\:border-e-lime-600\/80 {
    border-inline-end-color: rgb(101 163 13 / 0.8);
  }

  .md\:border-e-lime-600\/85 {
    border-inline-end-color: rgb(101 163 13 / 0.85);
  }

  .md\:border-e-lime-600\/90 {
    border-inline-end-color: rgb(101 163 13 / 0.9);
  }

  .md\:border-e-lime-600\/95 {
    border-inline-end-color: rgb(101 163 13 / 0.95);
  }

  .md\:border-e-lime-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(77 124 15 / var(--tw-border-opacity));
  }

  .md\:border-e-lime-700\/0 {
    border-inline-end-color: rgb(77 124 15 / 0);
  }

  .md\:border-e-lime-700\/10 {
    border-inline-end-color: rgb(77 124 15 / 0.1);
  }

  .md\:border-e-lime-700\/100 {
    border-inline-end-color: rgb(77 124 15 / 1);
  }

  .md\:border-e-lime-700\/15 {
    border-inline-end-color: rgb(77 124 15 / 0.15);
  }

  .md\:border-e-lime-700\/20 {
    border-inline-end-color: rgb(77 124 15 / 0.2);
  }

  .md\:border-e-lime-700\/25 {
    border-inline-end-color: rgb(77 124 15 / 0.25);
  }

  .md\:border-e-lime-700\/30 {
    border-inline-end-color: rgb(77 124 15 / 0.3);
  }

  .md\:border-e-lime-700\/35 {
    border-inline-end-color: rgb(77 124 15 / 0.35);
  }

  .md\:border-e-lime-700\/40 {
    border-inline-end-color: rgb(77 124 15 / 0.4);
  }

  .md\:border-e-lime-700\/45 {
    border-inline-end-color: rgb(77 124 15 / 0.45);
  }

  .md\:border-e-lime-700\/5 {
    border-inline-end-color: rgb(77 124 15 / 0.05);
  }

  .md\:border-e-lime-700\/50 {
    border-inline-end-color: rgb(77 124 15 / 0.5);
  }

  .md\:border-e-lime-700\/55 {
    border-inline-end-color: rgb(77 124 15 / 0.55);
  }

  .md\:border-e-lime-700\/60 {
    border-inline-end-color: rgb(77 124 15 / 0.6);
  }

  .md\:border-e-lime-700\/65 {
    border-inline-end-color: rgb(77 124 15 / 0.65);
  }

  .md\:border-e-lime-700\/70 {
    border-inline-end-color: rgb(77 124 15 / 0.7);
  }

  .md\:border-e-lime-700\/75 {
    border-inline-end-color: rgb(77 124 15 / 0.75);
  }

  .md\:border-e-lime-700\/80 {
    border-inline-end-color: rgb(77 124 15 / 0.8);
  }

  .md\:border-e-lime-700\/85 {
    border-inline-end-color: rgb(77 124 15 / 0.85);
  }

  .md\:border-e-lime-700\/90 {
    border-inline-end-color: rgb(77 124 15 / 0.9);
  }

  .md\:border-e-lime-700\/95 {
    border-inline-end-color: rgb(77 124 15 / 0.95);
  }

  .md\:border-e-lime-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(63 98 18 / var(--tw-border-opacity));
  }

  .md\:border-e-lime-800\/0 {
    border-inline-end-color: rgb(63 98 18 / 0);
  }

  .md\:border-e-lime-800\/10 {
    border-inline-end-color: rgb(63 98 18 / 0.1);
  }

  .md\:border-e-lime-800\/100 {
    border-inline-end-color: rgb(63 98 18 / 1);
  }

  .md\:border-e-lime-800\/15 {
    border-inline-end-color: rgb(63 98 18 / 0.15);
  }

  .md\:border-e-lime-800\/20 {
    border-inline-end-color: rgb(63 98 18 / 0.2);
  }

  .md\:border-e-lime-800\/25 {
    border-inline-end-color: rgb(63 98 18 / 0.25);
  }

  .md\:border-e-lime-800\/30 {
    border-inline-end-color: rgb(63 98 18 / 0.3);
  }

  .md\:border-e-lime-800\/35 {
    border-inline-end-color: rgb(63 98 18 / 0.35);
  }

  .md\:border-e-lime-800\/40 {
    border-inline-end-color: rgb(63 98 18 / 0.4);
  }

  .md\:border-e-lime-800\/45 {
    border-inline-end-color: rgb(63 98 18 / 0.45);
  }

  .md\:border-e-lime-800\/5 {
    border-inline-end-color: rgb(63 98 18 / 0.05);
  }

  .md\:border-e-lime-800\/50 {
    border-inline-end-color: rgb(63 98 18 / 0.5);
  }

  .md\:border-e-lime-800\/55 {
    border-inline-end-color: rgb(63 98 18 / 0.55);
  }

  .md\:border-e-lime-800\/60 {
    border-inline-end-color: rgb(63 98 18 / 0.6);
  }

  .md\:border-e-lime-800\/65 {
    border-inline-end-color: rgb(63 98 18 / 0.65);
  }

  .md\:border-e-lime-800\/70 {
    border-inline-end-color: rgb(63 98 18 / 0.7);
  }

  .md\:border-e-lime-800\/75 {
    border-inline-end-color: rgb(63 98 18 / 0.75);
  }

  .md\:border-e-lime-800\/80 {
    border-inline-end-color: rgb(63 98 18 / 0.8);
  }

  .md\:border-e-lime-800\/85 {
    border-inline-end-color: rgb(63 98 18 / 0.85);
  }

  .md\:border-e-lime-800\/90 {
    border-inline-end-color: rgb(63 98 18 / 0.9);
  }

  .md\:border-e-lime-800\/95 {
    border-inline-end-color: rgb(63 98 18 / 0.95);
  }

  .md\:border-e-lime-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(54 83 20 / var(--tw-border-opacity));
  }

  .md\:border-e-lime-900\/0 {
    border-inline-end-color: rgb(54 83 20 / 0);
  }

  .md\:border-e-lime-900\/10 {
    border-inline-end-color: rgb(54 83 20 / 0.1);
  }

  .md\:border-e-lime-900\/100 {
    border-inline-end-color: rgb(54 83 20 / 1);
  }

  .md\:border-e-lime-900\/15 {
    border-inline-end-color: rgb(54 83 20 / 0.15);
  }

  .md\:border-e-lime-900\/20 {
    border-inline-end-color: rgb(54 83 20 / 0.2);
  }

  .md\:border-e-lime-900\/25 {
    border-inline-end-color: rgb(54 83 20 / 0.25);
  }

  .md\:border-e-lime-900\/30 {
    border-inline-end-color: rgb(54 83 20 / 0.3);
  }

  .md\:border-e-lime-900\/35 {
    border-inline-end-color: rgb(54 83 20 / 0.35);
  }

  .md\:border-e-lime-900\/40 {
    border-inline-end-color: rgb(54 83 20 / 0.4);
  }

  .md\:border-e-lime-900\/45 {
    border-inline-end-color: rgb(54 83 20 / 0.45);
  }

  .md\:border-e-lime-900\/5 {
    border-inline-end-color: rgb(54 83 20 / 0.05);
  }

  .md\:border-e-lime-900\/50 {
    border-inline-end-color: rgb(54 83 20 / 0.5);
  }

  .md\:border-e-lime-900\/55 {
    border-inline-end-color: rgb(54 83 20 / 0.55);
  }

  .md\:border-e-lime-900\/60 {
    border-inline-end-color: rgb(54 83 20 / 0.6);
  }

  .md\:border-e-lime-900\/65 {
    border-inline-end-color: rgb(54 83 20 / 0.65);
  }

  .md\:border-e-lime-900\/70 {
    border-inline-end-color: rgb(54 83 20 / 0.7);
  }

  .md\:border-e-lime-900\/75 {
    border-inline-end-color: rgb(54 83 20 / 0.75);
  }

  .md\:border-e-lime-900\/80 {
    border-inline-end-color: rgb(54 83 20 / 0.8);
  }

  .md\:border-e-lime-900\/85 {
    border-inline-end-color: rgb(54 83 20 / 0.85);
  }

  .md\:border-e-lime-900\/90 {
    border-inline-end-color: rgb(54 83 20 / 0.9);
  }

  .md\:border-e-lime-900\/95 {
    border-inline-end-color: rgb(54 83 20 / 0.95);
  }

  .md\:border-e-lime-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(26 46 5 / var(--tw-border-opacity));
  }

  .md\:border-e-lime-950\/0 {
    border-inline-end-color: rgb(26 46 5 / 0);
  }

  .md\:border-e-lime-950\/10 {
    border-inline-end-color: rgb(26 46 5 / 0.1);
  }

  .md\:border-e-lime-950\/100 {
    border-inline-end-color: rgb(26 46 5 / 1);
  }

  .md\:border-e-lime-950\/15 {
    border-inline-end-color: rgb(26 46 5 / 0.15);
  }

  .md\:border-e-lime-950\/20 {
    border-inline-end-color: rgb(26 46 5 / 0.2);
  }

  .md\:border-e-lime-950\/25 {
    border-inline-end-color: rgb(26 46 5 / 0.25);
  }

  .md\:border-e-lime-950\/30 {
    border-inline-end-color: rgb(26 46 5 / 0.3);
  }

  .md\:border-e-lime-950\/35 {
    border-inline-end-color: rgb(26 46 5 / 0.35);
  }

  .md\:border-e-lime-950\/40 {
    border-inline-end-color: rgb(26 46 5 / 0.4);
  }

  .md\:border-e-lime-950\/45 {
    border-inline-end-color: rgb(26 46 5 / 0.45);
  }

  .md\:border-e-lime-950\/5 {
    border-inline-end-color: rgb(26 46 5 / 0.05);
  }

  .md\:border-e-lime-950\/50 {
    border-inline-end-color: rgb(26 46 5 / 0.5);
  }

  .md\:border-e-lime-950\/55 {
    border-inline-end-color: rgb(26 46 5 / 0.55);
  }

  .md\:border-e-lime-950\/60 {
    border-inline-end-color: rgb(26 46 5 / 0.6);
  }

  .md\:border-e-lime-950\/65 {
    border-inline-end-color: rgb(26 46 5 / 0.65);
  }

  .md\:border-e-lime-950\/70 {
    border-inline-end-color: rgb(26 46 5 / 0.7);
  }

  .md\:border-e-lime-950\/75 {
    border-inline-end-color: rgb(26 46 5 / 0.75);
  }

  .md\:border-e-lime-950\/80 {
    border-inline-end-color: rgb(26 46 5 / 0.8);
  }

  .md\:border-e-lime-950\/85 {
    border-inline-end-color: rgb(26 46 5 / 0.85);
  }

  .md\:border-e-lime-950\/90 {
    border-inline-end-color: rgb(26 46 5 / 0.9);
  }

  .md\:border-e-lime-950\/95 {
    border-inline-end-color: rgb(26 46 5 / 0.95);
  }

  .md\:border-e-neutral-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(245 245 245 / var(--tw-border-opacity));
  }

  .md\:border-e-neutral-100\/0 {
    border-inline-end-color: rgb(245 245 245 / 0);
  }

  .md\:border-e-neutral-100\/10 {
    border-inline-end-color: rgb(245 245 245 / 0.1);
  }

  .md\:border-e-neutral-100\/100 {
    border-inline-end-color: rgb(245 245 245 / 1);
  }

  .md\:border-e-neutral-100\/15 {
    border-inline-end-color: rgb(245 245 245 / 0.15);
  }

  .md\:border-e-neutral-100\/20 {
    border-inline-end-color: rgb(245 245 245 / 0.2);
  }

  .md\:border-e-neutral-100\/25 {
    border-inline-end-color: rgb(245 245 245 / 0.25);
  }

  .md\:border-e-neutral-100\/30 {
    border-inline-end-color: rgb(245 245 245 / 0.3);
  }

  .md\:border-e-neutral-100\/35 {
    border-inline-end-color: rgb(245 245 245 / 0.35);
  }

  .md\:border-e-neutral-100\/40 {
    border-inline-end-color: rgb(245 245 245 / 0.4);
  }

  .md\:border-e-neutral-100\/45 {
    border-inline-end-color: rgb(245 245 245 / 0.45);
  }

  .md\:border-e-neutral-100\/5 {
    border-inline-end-color: rgb(245 245 245 / 0.05);
  }

  .md\:border-e-neutral-100\/50 {
    border-inline-end-color: rgb(245 245 245 / 0.5);
  }

  .md\:border-e-neutral-100\/55 {
    border-inline-end-color: rgb(245 245 245 / 0.55);
  }

  .md\:border-e-neutral-100\/60 {
    border-inline-end-color: rgb(245 245 245 / 0.6);
  }

  .md\:border-e-neutral-100\/65 {
    border-inline-end-color: rgb(245 245 245 / 0.65);
  }

  .md\:border-e-neutral-100\/70 {
    border-inline-end-color: rgb(245 245 245 / 0.7);
  }

  .md\:border-e-neutral-100\/75 {
    border-inline-end-color: rgb(245 245 245 / 0.75);
  }

  .md\:border-e-neutral-100\/80 {
    border-inline-end-color: rgb(245 245 245 / 0.8);
  }

  .md\:border-e-neutral-100\/85 {
    border-inline-end-color: rgb(245 245 245 / 0.85);
  }

  .md\:border-e-neutral-100\/90 {
    border-inline-end-color: rgb(245 245 245 / 0.9);
  }

  .md\:border-e-neutral-100\/95 {
    border-inline-end-color: rgb(245 245 245 / 0.95);
  }

  .md\:border-e-neutral-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(229 229 229 / var(--tw-border-opacity));
  }

  .md\:border-e-neutral-200\/0 {
    border-inline-end-color: rgb(229 229 229 / 0);
  }

  .md\:border-e-neutral-200\/10 {
    border-inline-end-color: rgb(229 229 229 / 0.1);
  }

  .md\:border-e-neutral-200\/100 {
    border-inline-end-color: rgb(229 229 229 / 1);
  }

  .md\:border-e-neutral-200\/15 {
    border-inline-end-color: rgb(229 229 229 / 0.15);
  }

  .md\:border-e-neutral-200\/20 {
    border-inline-end-color: rgb(229 229 229 / 0.2);
  }

  .md\:border-e-neutral-200\/25 {
    border-inline-end-color: rgb(229 229 229 / 0.25);
  }

  .md\:border-e-neutral-200\/30 {
    border-inline-end-color: rgb(229 229 229 / 0.3);
  }

  .md\:border-e-neutral-200\/35 {
    border-inline-end-color: rgb(229 229 229 / 0.35);
  }

  .md\:border-e-neutral-200\/40 {
    border-inline-end-color: rgb(229 229 229 / 0.4);
  }

  .md\:border-e-neutral-200\/45 {
    border-inline-end-color: rgb(229 229 229 / 0.45);
  }

  .md\:border-e-neutral-200\/5 {
    border-inline-end-color: rgb(229 229 229 / 0.05);
  }

  .md\:border-e-neutral-200\/50 {
    border-inline-end-color: rgb(229 229 229 / 0.5);
  }

  .md\:border-e-neutral-200\/55 {
    border-inline-end-color: rgb(229 229 229 / 0.55);
  }

  .md\:border-e-neutral-200\/60 {
    border-inline-end-color: rgb(229 229 229 / 0.6);
  }

  .md\:border-e-neutral-200\/65 {
    border-inline-end-color: rgb(229 229 229 / 0.65);
  }

  .md\:border-e-neutral-200\/70 {
    border-inline-end-color: rgb(229 229 229 / 0.7);
  }

  .md\:border-e-neutral-200\/75 {
    border-inline-end-color: rgb(229 229 229 / 0.75);
  }

  .md\:border-e-neutral-200\/80 {
    border-inline-end-color: rgb(229 229 229 / 0.8);
  }

  .md\:border-e-neutral-200\/85 {
    border-inline-end-color: rgb(229 229 229 / 0.85);
  }

  .md\:border-e-neutral-200\/90 {
    border-inline-end-color: rgb(229 229 229 / 0.9);
  }

  .md\:border-e-neutral-200\/95 {
    border-inline-end-color: rgb(229 229 229 / 0.95);
  }

  .md\:border-e-neutral-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(212 212 212 / var(--tw-border-opacity));
  }

  .md\:border-e-neutral-300\/0 {
    border-inline-end-color: rgb(212 212 212 / 0);
  }

  .md\:border-e-neutral-300\/10 {
    border-inline-end-color: rgb(212 212 212 / 0.1);
  }

  .md\:border-e-neutral-300\/100 {
    border-inline-end-color: rgb(212 212 212 / 1);
  }

  .md\:border-e-neutral-300\/15 {
    border-inline-end-color: rgb(212 212 212 / 0.15);
  }

  .md\:border-e-neutral-300\/20 {
    border-inline-end-color: rgb(212 212 212 / 0.2);
  }

  .md\:border-e-neutral-300\/25 {
    border-inline-end-color: rgb(212 212 212 / 0.25);
  }

  .md\:border-e-neutral-300\/30 {
    border-inline-end-color: rgb(212 212 212 / 0.3);
  }

  .md\:border-e-neutral-300\/35 {
    border-inline-end-color: rgb(212 212 212 / 0.35);
  }

  .md\:border-e-neutral-300\/40 {
    border-inline-end-color: rgb(212 212 212 / 0.4);
  }

  .md\:border-e-neutral-300\/45 {
    border-inline-end-color: rgb(212 212 212 / 0.45);
  }

  .md\:border-e-neutral-300\/5 {
    border-inline-end-color: rgb(212 212 212 / 0.05);
  }

  .md\:border-e-neutral-300\/50 {
    border-inline-end-color: rgb(212 212 212 / 0.5);
  }

  .md\:border-e-neutral-300\/55 {
    border-inline-end-color: rgb(212 212 212 / 0.55);
  }

  .md\:border-e-neutral-300\/60 {
    border-inline-end-color: rgb(212 212 212 / 0.6);
  }

  .md\:border-e-neutral-300\/65 {
    border-inline-end-color: rgb(212 212 212 / 0.65);
  }

  .md\:border-e-neutral-300\/70 {
    border-inline-end-color: rgb(212 212 212 / 0.7);
  }

  .md\:border-e-neutral-300\/75 {
    border-inline-end-color: rgb(212 212 212 / 0.75);
  }

  .md\:border-e-neutral-300\/80 {
    border-inline-end-color: rgb(212 212 212 / 0.8);
  }

  .md\:border-e-neutral-300\/85 {
    border-inline-end-color: rgb(212 212 212 / 0.85);
  }

  .md\:border-e-neutral-300\/90 {
    border-inline-end-color: rgb(212 212 212 / 0.9);
  }

  .md\:border-e-neutral-300\/95 {
    border-inline-end-color: rgb(212 212 212 / 0.95);
  }

  .md\:border-e-neutral-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(163 163 163 / var(--tw-border-opacity));
  }

  .md\:border-e-neutral-400\/0 {
    border-inline-end-color: rgb(163 163 163 / 0);
  }

  .md\:border-e-neutral-400\/10 {
    border-inline-end-color: rgb(163 163 163 / 0.1);
  }

  .md\:border-e-neutral-400\/100 {
    border-inline-end-color: rgb(163 163 163 / 1);
  }

  .md\:border-e-neutral-400\/15 {
    border-inline-end-color: rgb(163 163 163 / 0.15);
  }

  .md\:border-e-neutral-400\/20 {
    border-inline-end-color: rgb(163 163 163 / 0.2);
  }

  .md\:border-e-neutral-400\/25 {
    border-inline-end-color: rgb(163 163 163 / 0.25);
  }

  .md\:border-e-neutral-400\/30 {
    border-inline-end-color: rgb(163 163 163 / 0.3);
  }

  .md\:border-e-neutral-400\/35 {
    border-inline-end-color: rgb(163 163 163 / 0.35);
  }

  .md\:border-e-neutral-400\/40 {
    border-inline-end-color: rgb(163 163 163 / 0.4);
  }

  .md\:border-e-neutral-400\/45 {
    border-inline-end-color: rgb(163 163 163 / 0.45);
  }

  .md\:border-e-neutral-400\/5 {
    border-inline-end-color: rgb(163 163 163 / 0.05);
  }

  .md\:border-e-neutral-400\/50 {
    border-inline-end-color: rgb(163 163 163 / 0.5);
  }

  .md\:border-e-neutral-400\/55 {
    border-inline-end-color: rgb(163 163 163 / 0.55);
  }

  .md\:border-e-neutral-400\/60 {
    border-inline-end-color: rgb(163 163 163 / 0.6);
  }

  .md\:border-e-neutral-400\/65 {
    border-inline-end-color: rgb(163 163 163 / 0.65);
  }

  .md\:border-e-neutral-400\/70 {
    border-inline-end-color: rgb(163 163 163 / 0.7);
  }

  .md\:border-e-neutral-400\/75 {
    border-inline-end-color: rgb(163 163 163 / 0.75);
  }

  .md\:border-e-neutral-400\/80 {
    border-inline-end-color: rgb(163 163 163 / 0.8);
  }

  .md\:border-e-neutral-400\/85 {
    border-inline-end-color: rgb(163 163 163 / 0.85);
  }

  .md\:border-e-neutral-400\/90 {
    border-inline-end-color: rgb(163 163 163 / 0.9);
  }

  .md\:border-e-neutral-400\/95 {
    border-inline-end-color: rgb(163 163 163 / 0.95);
  }

  .md\:border-e-neutral-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .md\:border-e-neutral-50\/0 {
    border-inline-end-color: rgb(250 250 250 / 0);
  }

  .md\:border-e-neutral-50\/10 {
    border-inline-end-color: rgb(250 250 250 / 0.1);
  }

  .md\:border-e-neutral-50\/100 {
    border-inline-end-color: rgb(250 250 250 / 1);
  }

  .md\:border-e-neutral-50\/15 {
    border-inline-end-color: rgb(250 250 250 / 0.15);
  }

  .md\:border-e-neutral-50\/20 {
    border-inline-end-color: rgb(250 250 250 / 0.2);
  }

  .md\:border-e-neutral-50\/25 {
    border-inline-end-color: rgb(250 250 250 / 0.25);
  }

  .md\:border-e-neutral-50\/30 {
    border-inline-end-color: rgb(250 250 250 / 0.3);
  }

  .md\:border-e-neutral-50\/35 {
    border-inline-end-color: rgb(250 250 250 / 0.35);
  }

  .md\:border-e-neutral-50\/40 {
    border-inline-end-color: rgb(250 250 250 / 0.4);
  }

  .md\:border-e-neutral-50\/45 {
    border-inline-end-color: rgb(250 250 250 / 0.45);
  }

  .md\:border-e-neutral-50\/5 {
    border-inline-end-color: rgb(250 250 250 / 0.05);
  }

  .md\:border-e-neutral-50\/50 {
    border-inline-end-color: rgb(250 250 250 / 0.5);
  }

  .md\:border-e-neutral-50\/55 {
    border-inline-end-color: rgb(250 250 250 / 0.55);
  }

  .md\:border-e-neutral-50\/60 {
    border-inline-end-color: rgb(250 250 250 / 0.6);
  }

  .md\:border-e-neutral-50\/65 {
    border-inline-end-color: rgb(250 250 250 / 0.65);
  }

  .md\:border-e-neutral-50\/70 {
    border-inline-end-color: rgb(250 250 250 / 0.7);
  }

  .md\:border-e-neutral-50\/75 {
    border-inline-end-color: rgb(250 250 250 / 0.75);
  }

  .md\:border-e-neutral-50\/80 {
    border-inline-end-color: rgb(250 250 250 / 0.8);
  }

  .md\:border-e-neutral-50\/85 {
    border-inline-end-color: rgb(250 250 250 / 0.85);
  }

  .md\:border-e-neutral-50\/90 {
    border-inline-end-color: rgb(250 250 250 / 0.9);
  }

  .md\:border-e-neutral-50\/95 {
    border-inline-end-color: rgb(250 250 250 / 0.95);
  }

  .md\:border-e-neutral-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(115 115 115 / var(--tw-border-opacity));
  }

  .md\:border-e-neutral-500\/0 {
    border-inline-end-color: rgb(115 115 115 / 0);
  }

  .md\:border-e-neutral-500\/10 {
    border-inline-end-color: rgb(115 115 115 / 0.1);
  }

  .md\:border-e-neutral-500\/100 {
    border-inline-end-color: rgb(115 115 115 / 1);
  }

  .md\:border-e-neutral-500\/15 {
    border-inline-end-color: rgb(115 115 115 / 0.15);
  }

  .md\:border-e-neutral-500\/20 {
    border-inline-end-color: rgb(115 115 115 / 0.2);
  }

  .md\:border-e-neutral-500\/25 {
    border-inline-end-color: rgb(115 115 115 / 0.25);
  }

  .md\:border-e-neutral-500\/30 {
    border-inline-end-color: rgb(115 115 115 / 0.3);
  }

  .md\:border-e-neutral-500\/35 {
    border-inline-end-color: rgb(115 115 115 / 0.35);
  }

  .md\:border-e-neutral-500\/40 {
    border-inline-end-color: rgb(115 115 115 / 0.4);
  }

  .md\:border-e-neutral-500\/45 {
    border-inline-end-color: rgb(115 115 115 / 0.45);
  }

  .md\:border-e-neutral-500\/5 {
    border-inline-end-color: rgb(115 115 115 / 0.05);
  }

  .md\:border-e-neutral-500\/50 {
    border-inline-end-color: rgb(115 115 115 / 0.5);
  }

  .md\:border-e-neutral-500\/55 {
    border-inline-end-color: rgb(115 115 115 / 0.55);
  }

  .md\:border-e-neutral-500\/60 {
    border-inline-end-color: rgb(115 115 115 / 0.6);
  }

  .md\:border-e-neutral-500\/65 {
    border-inline-end-color: rgb(115 115 115 / 0.65);
  }

  .md\:border-e-neutral-500\/70 {
    border-inline-end-color: rgb(115 115 115 / 0.7);
  }

  .md\:border-e-neutral-500\/75 {
    border-inline-end-color: rgb(115 115 115 / 0.75);
  }

  .md\:border-e-neutral-500\/80 {
    border-inline-end-color: rgb(115 115 115 / 0.8);
  }

  .md\:border-e-neutral-500\/85 {
    border-inline-end-color: rgb(115 115 115 / 0.85);
  }

  .md\:border-e-neutral-500\/90 {
    border-inline-end-color: rgb(115 115 115 / 0.9);
  }

  .md\:border-e-neutral-500\/95 {
    border-inline-end-color: rgb(115 115 115 / 0.95);
  }

  .md\:border-e-neutral-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(82 82 82 / var(--tw-border-opacity));
  }

  .md\:border-e-neutral-600\/0 {
    border-inline-end-color: rgb(82 82 82 / 0);
  }

  .md\:border-e-neutral-600\/10 {
    border-inline-end-color: rgb(82 82 82 / 0.1);
  }

  .md\:border-e-neutral-600\/100 {
    border-inline-end-color: rgb(82 82 82 / 1);
  }

  .md\:border-e-neutral-600\/15 {
    border-inline-end-color: rgb(82 82 82 / 0.15);
  }

  .md\:border-e-neutral-600\/20 {
    border-inline-end-color: rgb(82 82 82 / 0.2);
  }

  .md\:border-e-neutral-600\/25 {
    border-inline-end-color: rgb(82 82 82 / 0.25);
  }

  .md\:border-e-neutral-600\/30 {
    border-inline-end-color: rgb(82 82 82 / 0.3);
  }

  .md\:border-e-neutral-600\/35 {
    border-inline-end-color: rgb(82 82 82 / 0.35);
  }

  .md\:border-e-neutral-600\/40 {
    border-inline-end-color: rgb(82 82 82 / 0.4);
  }

  .md\:border-e-neutral-600\/45 {
    border-inline-end-color: rgb(82 82 82 / 0.45);
  }

  .md\:border-e-neutral-600\/5 {
    border-inline-end-color: rgb(82 82 82 / 0.05);
  }

  .md\:border-e-neutral-600\/50 {
    border-inline-end-color: rgb(82 82 82 / 0.5);
  }

  .md\:border-e-neutral-600\/55 {
    border-inline-end-color: rgb(82 82 82 / 0.55);
  }

  .md\:border-e-neutral-600\/60 {
    border-inline-end-color: rgb(82 82 82 / 0.6);
  }

  .md\:border-e-neutral-600\/65 {
    border-inline-end-color: rgb(82 82 82 / 0.65);
  }

  .md\:border-e-neutral-600\/70 {
    border-inline-end-color: rgb(82 82 82 / 0.7);
  }

  .md\:border-e-neutral-600\/75 {
    border-inline-end-color: rgb(82 82 82 / 0.75);
  }

  .md\:border-e-neutral-600\/80 {
    border-inline-end-color: rgb(82 82 82 / 0.8);
  }

  .md\:border-e-neutral-600\/85 {
    border-inline-end-color: rgb(82 82 82 / 0.85);
  }

  .md\:border-e-neutral-600\/90 {
    border-inline-end-color: rgb(82 82 82 / 0.9);
  }

  .md\:border-e-neutral-600\/95 {
    border-inline-end-color: rgb(82 82 82 / 0.95);
  }

  .md\:border-e-neutral-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(64 64 64 / var(--tw-border-opacity));
  }

  .md\:border-e-neutral-700\/0 {
    border-inline-end-color: rgb(64 64 64 / 0);
  }

  .md\:border-e-neutral-700\/10 {
    border-inline-end-color: rgb(64 64 64 / 0.1);
  }

  .md\:border-e-neutral-700\/100 {
    border-inline-end-color: rgb(64 64 64 / 1);
  }

  .md\:border-e-neutral-700\/15 {
    border-inline-end-color: rgb(64 64 64 / 0.15);
  }

  .md\:border-e-neutral-700\/20 {
    border-inline-end-color: rgb(64 64 64 / 0.2);
  }

  .md\:border-e-neutral-700\/25 {
    border-inline-end-color: rgb(64 64 64 / 0.25);
  }

  .md\:border-e-neutral-700\/30 {
    border-inline-end-color: rgb(64 64 64 / 0.3);
  }

  .md\:border-e-neutral-700\/35 {
    border-inline-end-color: rgb(64 64 64 / 0.35);
  }

  .md\:border-e-neutral-700\/40 {
    border-inline-end-color: rgb(64 64 64 / 0.4);
  }

  .md\:border-e-neutral-700\/45 {
    border-inline-end-color: rgb(64 64 64 / 0.45);
  }

  .md\:border-e-neutral-700\/5 {
    border-inline-end-color: rgb(64 64 64 / 0.05);
  }

  .md\:border-e-neutral-700\/50 {
    border-inline-end-color: rgb(64 64 64 / 0.5);
  }

  .md\:border-e-neutral-700\/55 {
    border-inline-end-color: rgb(64 64 64 / 0.55);
  }

  .md\:border-e-neutral-700\/60 {
    border-inline-end-color: rgb(64 64 64 / 0.6);
  }

  .md\:border-e-neutral-700\/65 {
    border-inline-end-color: rgb(64 64 64 / 0.65);
  }

  .md\:border-e-neutral-700\/70 {
    border-inline-end-color: rgb(64 64 64 / 0.7);
  }

  .md\:border-e-neutral-700\/75 {
    border-inline-end-color: rgb(64 64 64 / 0.75);
  }

  .md\:border-e-neutral-700\/80 {
    border-inline-end-color: rgb(64 64 64 / 0.8);
  }

  .md\:border-e-neutral-700\/85 {
    border-inline-end-color: rgb(64 64 64 / 0.85);
  }

  .md\:border-e-neutral-700\/90 {
    border-inline-end-color: rgb(64 64 64 / 0.9);
  }

  .md\:border-e-neutral-700\/95 {
    border-inline-end-color: rgb(64 64 64 / 0.95);
  }

  .md\:border-e-neutral-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(38 38 38 / var(--tw-border-opacity));
  }

  .md\:border-e-neutral-800\/0 {
    border-inline-end-color: rgb(38 38 38 / 0);
  }

  .md\:border-e-neutral-800\/10 {
    border-inline-end-color: rgb(38 38 38 / 0.1);
  }

  .md\:border-e-neutral-800\/100 {
    border-inline-end-color: rgb(38 38 38 / 1);
  }

  .md\:border-e-neutral-800\/15 {
    border-inline-end-color: rgb(38 38 38 / 0.15);
  }

  .md\:border-e-neutral-800\/20 {
    border-inline-end-color: rgb(38 38 38 / 0.2);
  }

  .md\:border-e-neutral-800\/25 {
    border-inline-end-color: rgb(38 38 38 / 0.25);
  }

  .md\:border-e-neutral-800\/30 {
    border-inline-end-color: rgb(38 38 38 / 0.3);
  }

  .md\:border-e-neutral-800\/35 {
    border-inline-end-color: rgb(38 38 38 / 0.35);
  }

  .md\:border-e-neutral-800\/40 {
    border-inline-end-color: rgb(38 38 38 / 0.4);
  }

  .md\:border-e-neutral-800\/45 {
    border-inline-end-color: rgb(38 38 38 / 0.45);
  }

  .md\:border-e-neutral-800\/5 {
    border-inline-end-color: rgb(38 38 38 / 0.05);
  }

  .md\:border-e-neutral-800\/50 {
    border-inline-end-color: rgb(38 38 38 / 0.5);
  }

  .md\:border-e-neutral-800\/55 {
    border-inline-end-color: rgb(38 38 38 / 0.55);
  }

  .md\:border-e-neutral-800\/60 {
    border-inline-end-color: rgb(38 38 38 / 0.6);
  }

  .md\:border-e-neutral-800\/65 {
    border-inline-end-color: rgb(38 38 38 / 0.65);
  }

  .md\:border-e-neutral-800\/70 {
    border-inline-end-color: rgb(38 38 38 / 0.7);
  }

  .md\:border-e-neutral-800\/75 {
    border-inline-end-color: rgb(38 38 38 / 0.75);
  }

  .md\:border-e-neutral-800\/80 {
    border-inline-end-color: rgb(38 38 38 / 0.8);
  }

  .md\:border-e-neutral-800\/85 {
    border-inline-end-color: rgb(38 38 38 / 0.85);
  }

  .md\:border-e-neutral-800\/90 {
    border-inline-end-color: rgb(38 38 38 / 0.9);
  }

  .md\:border-e-neutral-800\/95 {
    border-inline-end-color: rgb(38 38 38 / 0.95);
  }

  .md\:border-e-neutral-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(23 23 23 / var(--tw-border-opacity));
  }

  .md\:border-e-neutral-900\/0 {
    border-inline-end-color: rgb(23 23 23 / 0);
  }

  .md\:border-e-neutral-900\/10 {
    border-inline-end-color: rgb(23 23 23 / 0.1);
  }

  .md\:border-e-neutral-900\/100 {
    border-inline-end-color: rgb(23 23 23 / 1);
  }

  .md\:border-e-neutral-900\/15 {
    border-inline-end-color: rgb(23 23 23 / 0.15);
  }

  .md\:border-e-neutral-900\/20 {
    border-inline-end-color: rgb(23 23 23 / 0.2);
  }

  .md\:border-e-neutral-900\/25 {
    border-inline-end-color: rgb(23 23 23 / 0.25);
  }

  .md\:border-e-neutral-900\/30 {
    border-inline-end-color: rgb(23 23 23 / 0.3);
  }

  .md\:border-e-neutral-900\/35 {
    border-inline-end-color: rgb(23 23 23 / 0.35);
  }

  .md\:border-e-neutral-900\/40 {
    border-inline-end-color: rgb(23 23 23 / 0.4);
  }

  .md\:border-e-neutral-900\/45 {
    border-inline-end-color: rgb(23 23 23 / 0.45);
  }

  .md\:border-e-neutral-900\/5 {
    border-inline-end-color: rgb(23 23 23 / 0.05);
  }

  .md\:border-e-neutral-900\/50 {
    border-inline-end-color: rgb(23 23 23 / 0.5);
  }

  .md\:border-e-neutral-900\/55 {
    border-inline-end-color: rgb(23 23 23 / 0.55);
  }

  .md\:border-e-neutral-900\/60 {
    border-inline-end-color: rgb(23 23 23 / 0.6);
  }

  .md\:border-e-neutral-900\/65 {
    border-inline-end-color: rgb(23 23 23 / 0.65);
  }

  .md\:border-e-neutral-900\/70 {
    border-inline-end-color: rgb(23 23 23 / 0.7);
  }

  .md\:border-e-neutral-900\/75 {
    border-inline-end-color: rgb(23 23 23 / 0.75);
  }

  .md\:border-e-neutral-900\/80 {
    border-inline-end-color: rgb(23 23 23 / 0.8);
  }

  .md\:border-e-neutral-900\/85 {
    border-inline-end-color: rgb(23 23 23 / 0.85);
  }

  .md\:border-e-neutral-900\/90 {
    border-inline-end-color: rgb(23 23 23 / 0.9);
  }

  .md\:border-e-neutral-900\/95 {
    border-inline-end-color: rgb(23 23 23 / 0.95);
  }

  .md\:border-e-neutral-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(10 10 10 / var(--tw-border-opacity));
  }

  .md\:border-e-neutral-950\/0 {
    border-inline-end-color: rgb(10 10 10 / 0);
  }

  .md\:border-e-neutral-950\/10 {
    border-inline-end-color: rgb(10 10 10 / 0.1);
  }

  .md\:border-e-neutral-950\/100 {
    border-inline-end-color: rgb(10 10 10 / 1);
  }

  .md\:border-e-neutral-950\/15 {
    border-inline-end-color: rgb(10 10 10 / 0.15);
  }

  .md\:border-e-neutral-950\/20 {
    border-inline-end-color: rgb(10 10 10 / 0.2);
  }

  .md\:border-e-neutral-950\/25 {
    border-inline-end-color: rgb(10 10 10 / 0.25);
  }

  .md\:border-e-neutral-950\/30 {
    border-inline-end-color: rgb(10 10 10 / 0.3);
  }

  .md\:border-e-neutral-950\/35 {
    border-inline-end-color: rgb(10 10 10 / 0.35);
  }

  .md\:border-e-neutral-950\/40 {
    border-inline-end-color: rgb(10 10 10 / 0.4);
  }

  .md\:border-e-neutral-950\/45 {
    border-inline-end-color: rgb(10 10 10 / 0.45);
  }

  .md\:border-e-neutral-950\/5 {
    border-inline-end-color: rgb(10 10 10 / 0.05);
  }

  .md\:border-e-neutral-950\/50 {
    border-inline-end-color: rgb(10 10 10 / 0.5);
  }

  .md\:border-e-neutral-950\/55 {
    border-inline-end-color: rgb(10 10 10 / 0.55);
  }

  .md\:border-e-neutral-950\/60 {
    border-inline-end-color: rgb(10 10 10 / 0.6);
  }

  .md\:border-e-neutral-950\/65 {
    border-inline-end-color: rgb(10 10 10 / 0.65);
  }

  .md\:border-e-neutral-950\/70 {
    border-inline-end-color: rgb(10 10 10 / 0.7);
  }

  .md\:border-e-neutral-950\/75 {
    border-inline-end-color: rgb(10 10 10 / 0.75);
  }

  .md\:border-e-neutral-950\/80 {
    border-inline-end-color: rgb(10 10 10 / 0.8);
  }

  .md\:border-e-neutral-950\/85 {
    border-inline-end-color: rgb(10 10 10 / 0.85);
  }

  .md\:border-e-neutral-950\/90 {
    border-inline-end-color: rgb(10 10 10 / 0.9);
  }

  .md\:border-e-neutral-950\/95 {
    border-inline-end-color: rgb(10 10 10 / 0.95);
  }

  .md\:border-e-orange-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(255 237 213 / var(--tw-border-opacity));
  }

  .md\:border-e-orange-100\/0 {
    border-inline-end-color: rgb(255 237 213 / 0);
  }

  .md\:border-e-orange-100\/10 {
    border-inline-end-color: rgb(255 237 213 / 0.1);
  }

  .md\:border-e-orange-100\/100 {
    border-inline-end-color: rgb(255 237 213 / 1);
  }

  .md\:border-e-orange-100\/15 {
    border-inline-end-color: rgb(255 237 213 / 0.15);
  }

  .md\:border-e-orange-100\/20 {
    border-inline-end-color: rgb(255 237 213 / 0.2);
  }

  .md\:border-e-orange-100\/25 {
    border-inline-end-color: rgb(255 237 213 / 0.25);
  }

  .md\:border-e-orange-100\/30 {
    border-inline-end-color: rgb(255 237 213 / 0.3);
  }

  .md\:border-e-orange-100\/35 {
    border-inline-end-color: rgb(255 237 213 / 0.35);
  }

  .md\:border-e-orange-100\/40 {
    border-inline-end-color: rgb(255 237 213 / 0.4);
  }

  .md\:border-e-orange-100\/45 {
    border-inline-end-color: rgb(255 237 213 / 0.45);
  }

  .md\:border-e-orange-100\/5 {
    border-inline-end-color: rgb(255 237 213 / 0.05);
  }

  .md\:border-e-orange-100\/50 {
    border-inline-end-color: rgb(255 237 213 / 0.5);
  }

  .md\:border-e-orange-100\/55 {
    border-inline-end-color: rgb(255 237 213 / 0.55);
  }

  .md\:border-e-orange-100\/60 {
    border-inline-end-color: rgb(255 237 213 / 0.6);
  }

  .md\:border-e-orange-100\/65 {
    border-inline-end-color: rgb(255 237 213 / 0.65);
  }

  .md\:border-e-orange-100\/70 {
    border-inline-end-color: rgb(255 237 213 / 0.7);
  }

  .md\:border-e-orange-100\/75 {
    border-inline-end-color: rgb(255 237 213 / 0.75);
  }

  .md\:border-e-orange-100\/80 {
    border-inline-end-color: rgb(255 237 213 / 0.8);
  }

  .md\:border-e-orange-100\/85 {
    border-inline-end-color: rgb(255 237 213 / 0.85);
  }

  .md\:border-e-orange-100\/90 {
    border-inline-end-color: rgb(255 237 213 / 0.9);
  }

  .md\:border-e-orange-100\/95 {
    border-inline-end-color: rgb(255 237 213 / 0.95);
  }

  .md\:border-e-orange-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 215 170 / var(--tw-border-opacity));
  }

  .md\:border-e-orange-200\/0 {
    border-inline-end-color: rgb(254 215 170 / 0);
  }

  .md\:border-e-orange-200\/10 {
    border-inline-end-color: rgb(254 215 170 / 0.1);
  }

  .md\:border-e-orange-200\/100 {
    border-inline-end-color: rgb(254 215 170 / 1);
  }

  .md\:border-e-orange-200\/15 {
    border-inline-end-color: rgb(254 215 170 / 0.15);
  }

  .md\:border-e-orange-200\/20 {
    border-inline-end-color: rgb(254 215 170 / 0.2);
  }

  .md\:border-e-orange-200\/25 {
    border-inline-end-color: rgb(254 215 170 / 0.25);
  }

  .md\:border-e-orange-200\/30 {
    border-inline-end-color: rgb(254 215 170 / 0.3);
  }

  .md\:border-e-orange-200\/35 {
    border-inline-end-color: rgb(254 215 170 / 0.35);
  }

  .md\:border-e-orange-200\/40 {
    border-inline-end-color: rgb(254 215 170 / 0.4);
  }

  .md\:border-e-orange-200\/45 {
    border-inline-end-color: rgb(254 215 170 / 0.45);
  }

  .md\:border-e-orange-200\/5 {
    border-inline-end-color: rgb(254 215 170 / 0.05);
  }

  .md\:border-e-orange-200\/50 {
    border-inline-end-color: rgb(254 215 170 / 0.5);
  }

  .md\:border-e-orange-200\/55 {
    border-inline-end-color: rgb(254 215 170 / 0.55);
  }

  .md\:border-e-orange-200\/60 {
    border-inline-end-color: rgb(254 215 170 / 0.6);
  }

  .md\:border-e-orange-200\/65 {
    border-inline-end-color: rgb(254 215 170 / 0.65);
  }

  .md\:border-e-orange-200\/70 {
    border-inline-end-color: rgb(254 215 170 / 0.7);
  }

  .md\:border-e-orange-200\/75 {
    border-inline-end-color: rgb(254 215 170 / 0.75);
  }

  .md\:border-e-orange-200\/80 {
    border-inline-end-color: rgb(254 215 170 / 0.8);
  }

  .md\:border-e-orange-200\/85 {
    border-inline-end-color: rgb(254 215 170 / 0.85);
  }

  .md\:border-e-orange-200\/90 {
    border-inline-end-color: rgb(254 215 170 / 0.9);
  }

  .md\:border-e-orange-200\/95 {
    border-inline-end-color: rgb(254 215 170 / 0.95);
  }

  .md\:border-e-orange-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(253 186 116 / var(--tw-border-opacity));
  }

  .md\:border-e-orange-300\/0 {
    border-inline-end-color: rgb(253 186 116 / 0);
  }

  .md\:border-e-orange-300\/10 {
    border-inline-end-color: rgb(253 186 116 / 0.1);
  }

  .md\:border-e-orange-300\/100 {
    border-inline-end-color: rgb(253 186 116 / 1);
  }

  .md\:border-e-orange-300\/15 {
    border-inline-end-color: rgb(253 186 116 / 0.15);
  }

  .md\:border-e-orange-300\/20 {
    border-inline-end-color: rgb(253 186 116 / 0.2);
  }

  .md\:border-e-orange-300\/25 {
    border-inline-end-color: rgb(253 186 116 / 0.25);
  }

  .md\:border-e-orange-300\/30 {
    border-inline-end-color: rgb(253 186 116 / 0.3);
  }

  .md\:border-e-orange-300\/35 {
    border-inline-end-color: rgb(253 186 116 / 0.35);
  }

  .md\:border-e-orange-300\/40 {
    border-inline-end-color: rgb(253 186 116 / 0.4);
  }

  .md\:border-e-orange-300\/45 {
    border-inline-end-color: rgb(253 186 116 / 0.45);
  }

  .md\:border-e-orange-300\/5 {
    border-inline-end-color: rgb(253 186 116 / 0.05);
  }

  .md\:border-e-orange-300\/50 {
    border-inline-end-color: rgb(253 186 116 / 0.5);
  }

  .md\:border-e-orange-300\/55 {
    border-inline-end-color: rgb(253 186 116 / 0.55);
  }

  .md\:border-e-orange-300\/60 {
    border-inline-end-color: rgb(253 186 116 / 0.6);
  }

  .md\:border-e-orange-300\/65 {
    border-inline-end-color: rgb(253 186 116 / 0.65);
  }

  .md\:border-e-orange-300\/70 {
    border-inline-end-color: rgb(253 186 116 / 0.7);
  }

  .md\:border-e-orange-300\/75 {
    border-inline-end-color: rgb(253 186 116 / 0.75);
  }

  .md\:border-e-orange-300\/80 {
    border-inline-end-color: rgb(253 186 116 / 0.8);
  }

  .md\:border-e-orange-300\/85 {
    border-inline-end-color: rgb(253 186 116 / 0.85);
  }

  .md\:border-e-orange-300\/90 {
    border-inline-end-color: rgb(253 186 116 / 0.9);
  }

  .md\:border-e-orange-300\/95 {
    border-inline-end-color: rgb(253 186 116 / 0.95);
  }

  .md\:border-e-orange-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(251 146 60 / var(--tw-border-opacity));
  }

  .md\:border-e-orange-400\/0 {
    border-inline-end-color: rgb(251 146 60 / 0);
  }

  .md\:border-e-orange-400\/10 {
    border-inline-end-color: rgb(251 146 60 / 0.1);
  }

  .md\:border-e-orange-400\/100 {
    border-inline-end-color: rgb(251 146 60 / 1);
  }

  .md\:border-e-orange-400\/15 {
    border-inline-end-color: rgb(251 146 60 / 0.15);
  }

  .md\:border-e-orange-400\/20 {
    border-inline-end-color: rgb(251 146 60 / 0.2);
  }

  .md\:border-e-orange-400\/25 {
    border-inline-end-color: rgb(251 146 60 / 0.25);
  }

  .md\:border-e-orange-400\/30 {
    border-inline-end-color: rgb(251 146 60 / 0.3);
  }

  .md\:border-e-orange-400\/35 {
    border-inline-end-color: rgb(251 146 60 / 0.35);
  }

  .md\:border-e-orange-400\/40 {
    border-inline-end-color: rgb(251 146 60 / 0.4);
  }

  .md\:border-e-orange-400\/45 {
    border-inline-end-color: rgb(251 146 60 / 0.45);
  }

  .md\:border-e-orange-400\/5 {
    border-inline-end-color: rgb(251 146 60 / 0.05);
  }

  .md\:border-e-orange-400\/50 {
    border-inline-end-color: rgb(251 146 60 / 0.5);
  }

  .md\:border-e-orange-400\/55 {
    border-inline-end-color: rgb(251 146 60 / 0.55);
  }

  .md\:border-e-orange-400\/60 {
    border-inline-end-color: rgb(251 146 60 / 0.6);
  }

  .md\:border-e-orange-400\/65 {
    border-inline-end-color: rgb(251 146 60 / 0.65);
  }

  .md\:border-e-orange-400\/70 {
    border-inline-end-color: rgb(251 146 60 / 0.7);
  }

  .md\:border-e-orange-400\/75 {
    border-inline-end-color: rgb(251 146 60 / 0.75);
  }

  .md\:border-e-orange-400\/80 {
    border-inline-end-color: rgb(251 146 60 / 0.8);
  }

  .md\:border-e-orange-400\/85 {
    border-inline-end-color: rgb(251 146 60 / 0.85);
  }

  .md\:border-e-orange-400\/90 {
    border-inline-end-color: rgb(251 146 60 / 0.9);
  }

  .md\:border-e-orange-400\/95 {
    border-inline-end-color: rgb(251 146 60 / 0.95);
  }

  .md\:border-e-orange-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(255 247 237 / var(--tw-border-opacity));
  }

  .md\:border-e-orange-50\/0 {
    border-inline-end-color: rgb(255 247 237 / 0);
  }

  .md\:border-e-orange-50\/10 {
    border-inline-end-color: rgb(255 247 237 / 0.1);
  }

  .md\:border-e-orange-50\/100 {
    border-inline-end-color: rgb(255 247 237 / 1);
  }

  .md\:border-e-orange-50\/15 {
    border-inline-end-color: rgb(255 247 237 / 0.15);
  }

  .md\:border-e-orange-50\/20 {
    border-inline-end-color: rgb(255 247 237 / 0.2);
  }

  .md\:border-e-orange-50\/25 {
    border-inline-end-color: rgb(255 247 237 / 0.25);
  }

  .md\:border-e-orange-50\/30 {
    border-inline-end-color: rgb(255 247 237 / 0.3);
  }

  .md\:border-e-orange-50\/35 {
    border-inline-end-color: rgb(255 247 237 / 0.35);
  }

  .md\:border-e-orange-50\/40 {
    border-inline-end-color: rgb(255 247 237 / 0.4);
  }

  .md\:border-e-orange-50\/45 {
    border-inline-end-color: rgb(255 247 237 / 0.45);
  }

  .md\:border-e-orange-50\/5 {
    border-inline-end-color: rgb(255 247 237 / 0.05);
  }

  .md\:border-e-orange-50\/50 {
    border-inline-end-color: rgb(255 247 237 / 0.5);
  }

  .md\:border-e-orange-50\/55 {
    border-inline-end-color: rgb(255 247 237 / 0.55);
  }

  .md\:border-e-orange-50\/60 {
    border-inline-end-color: rgb(255 247 237 / 0.6);
  }

  .md\:border-e-orange-50\/65 {
    border-inline-end-color: rgb(255 247 237 / 0.65);
  }

  .md\:border-e-orange-50\/70 {
    border-inline-end-color: rgb(255 247 237 / 0.7);
  }

  .md\:border-e-orange-50\/75 {
    border-inline-end-color: rgb(255 247 237 / 0.75);
  }

  .md\:border-e-orange-50\/80 {
    border-inline-end-color: rgb(255 247 237 / 0.8);
  }

  .md\:border-e-orange-50\/85 {
    border-inline-end-color: rgb(255 247 237 / 0.85);
  }

  .md\:border-e-orange-50\/90 {
    border-inline-end-color: rgb(255 247 237 / 0.9);
  }

  .md\:border-e-orange-50\/95 {
    border-inline-end-color: rgb(255 247 237 / 0.95);
  }

  .md\:border-e-orange-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(249 115 22 / var(--tw-border-opacity));
  }

  .md\:border-e-orange-500\/0 {
    border-inline-end-color: rgb(249 115 22 / 0);
  }

  .md\:border-e-orange-500\/10 {
    border-inline-end-color: rgb(249 115 22 / 0.1);
  }

  .md\:border-e-orange-500\/100 {
    border-inline-end-color: rgb(249 115 22 / 1);
  }

  .md\:border-e-orange-500\/15 {
    border-inline-end-color: rgb(249 115 22 / 0.15);
  }

  .md\:border-e-orange-500\/20 {
    border-inline-end-color: rgb(249 115 22 / 0.2);
  }

  .md\:border-e-orange-500\/25 {
    border-inline-end-color: rgb(249 115 22 / 0.25);
  }

  .md\:border-e-orange-500\/30 {
    border-inline-end-color: rgb(249 115 22 / 0.3);
  }

  .md\:border-e-orange-500\/35 {
    border-inline-end-color: rgb(249 115 22 / 0.35);
  }

  .md\:border-e-orange-500\/40 {
    border-inline-end-color: rgb(249 115 22 / 0.4);
  }

  .md\:border-e-orange-500\/45 {
    border-inline-end-color: rgb(249 115 22 / 0.45);
  }

  .md\:border-e-orange-500\/5 {
    border-inline-end-color: rgb(249 115 22 / 0.05);
  }

  .md\:border-e-orange-500\/50 {
    border-inline-end-color: rgb(249 115 22 / 0.5);
  }

  .md\:border-e-orange-500\/55 {
    border-inline-end-color: rgb(249 115 22 / 0.55);
  }

  .md\:border-e-orange-500\/60 {
    border-inline-end-color: rgb(249 115 22 / 0.6);
  }

  .md\:border-e-orange-500\/65 {
    border-inline-end-color: rgb(249 115 22 / 0.65);
  }

  .md\:border-e-orange-500\/70 {
    border-inline-end-color: rgb(249 115 22 / 0.7);
  }

  .md\:border-e-orange-500\/75 {
    border-inline-end-color: rgb(249 115 22 / 0.75);
  }

  .md\:border-e-orange-500\/80 {
    border-inline-end-color: rgb(249 115 22 / 0.8);
  }

  .md\:border-e-orange-500\/85 {
    border-inline-end-color: rgb(249 115 22 / 0.85);
  }

  .md\:border-e-orange-500\/90 {
    border-inline-end-color: rgb(249 115 22 / 0.9);
  }

  .md\:border-e-orange-500\/95 {
    border-inline-end-color: rgb(249 115 22 / 0.95);
  }

  .md\:border-e-orange-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(234 88 12 / var(--tw-border-opacity));
  }

  .md\:border-e-orange-600\/0 {
    border-inline-end-color: rgb(234 88 12 / 0);
  }

  .md\:border-e-orange-600\/10 {
    border-inline-end-color: rgb(234 88 12 / 0.1);
  }

  .md\:border-e-orange-600\/100 {
    border-inline-end-color: rgb(234 88 12 / 1);
  }

  .md\:border-e-orange-600\/15 {
    border-inline-end-color: rgb(234 88 12 / 0.15);
  }

  .md\:border-e-orange-600\/20 {
    border-inline-end-color: rgb(234 88 12 / 0.2);
  }

  .md\:border-e-orange-600\/25 {
    border-inline-end-color: rgb(234 88 12 / 0.25);
  }

  .md\:border-e-orange-600\/30 {
    border-inline-end-color: rgb(234 88 12 / 0.3);
  }

  .md\:border-e-orange-600\/35 {
    border-inline-end-color: rgb(234 88 12 / 0.35);
  }

  .md\:border-e-orange-600\/40 {
    border-inline-end-color: rgb(234 88 12 / 0.4);
  }

  .md\:border-e-orange-600\/45 {
    border-inline-end-color: rgb(234 88 12 / 0.45);
  }

  .md\:border-e-orange-600\/5 {
    border-inline-end-color: rgb(234 88 12 / 0.05);
  }

  .md\:border-e-orange-600\/50 {
    border-inline-end-color: rgb(234 88 12 / 0.5);
  }

  .md\:border-e-orange-600\/55 {
    border-inline-end-color: rgb(234 88 12 / 0.55);
  }

  .md\:border-e-orange-600\/60 {
    border-inline-end-color: rgb(234 88 12 / 0.6);
  }

  .md\:border-e-orange-600\/65 {
    border-inline-end-color: rgb(234 88 12 / 0.65);
  }

  .md\:border-e-orange-600\/70 {
    border-inline-end-color: rgb(234 88 12 / 0.7);
  }

  .md\:border-e-orange-600\/75 {
    border-inline-end-color: rgb(234 88 12 / 0.75);
  }

  .md\:border-e-orange-600\/80 {
    border-inline-end-color: rgb(234 88 12 / 0.8);
  }

  .md\:border-e-orange-600\/85 {
    border-inline-end-color: rgb(234 88 12 / 0.85);
  }

  .md\:border-e-orange-600\/90 {
    border-inline-end-color: rgb(234 88 12 / 0.9);
  }

  .md\:border-e-orange-600\/95 {
    border-inline-end-color: rgb(234 88 12 / 0.95);
  }

  .md\:border-e-orange-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(194 65 12 / var(--tw-border-opacity));
  }

  .md\:border-e-orange-700\/0 {
    border-inline-end-color: rgb(194 65 12 / 0);
  }

  .md\:border-e-orange-700\/10 {
    border-inline-end-color: rgb(194 65 12 / 0.1);
  }

  .md\:border-e-orange-700\/100 {
    border-inline-end-color: rgb(194 65 12 / 1);
  }

  .md\:border-e-orange-700\/15 {
    border-inline-end-color: rgb(194 65 12 / 0.15);
  }

  .md\:border-e-orange-700\/20 {
    border-inline-end-color: rgb(194 65 12 / 0.2);
  }

  .md\:border-e-orange-700\/25 {
    border-inline-end-color: rgb(194 65 12 / 0.25);
  }

  .md\:border-e-orange-700\/30 {
    border-inline-end-color: rgb(194 65 12 / 0.3);
  }

  .md\:border-e-orange-700\/35 {
    border-inline-end-color: rgb(194 65 12 / 0.35);
  }

  .md\:border-e-orange-700\/40 {
    border-inline-end-color: rgb(194 65 12 / 0.4);
  }

  .md\:border-e-orange-700\/45 {
    border-inline-end-color: rgb(194 65 12 / 0.45);
  }

  .md\:border-e-orange-700\/5 {
    border-inline-end-color: rgb(194 65 12 / 0.05);
  }

  .md\:border-e-orange-700\/50 {
    border-inline-end-color: rgb(194 65 12 / 0.5);
  }

  .md\:border-e-orange-700\/55 {
    border-inline-end-color: rgb(194 65 12 / 0.55);
  }

  .md\:border-e-orange-700\/60 {
    border-inline-end-color: rgb(194 65 12 / 0.6);
  }

  .md\:border-e-orange-700\/65 {
    border-inline-end-color: rgb(194 65 12 / 0.65);
  }

  .md\:border-e-orange-700\/70 {
    border-inline-end-color: rgb(194 65 12 / 0.7);
  }

  .md\:border-e-orange-700\/75 {
    border-inline-end-color: rgb(194 65 12 / 0.75);
  }

  .md\:border-e-orange-700\/80 {
    border-inline-end-color: rgb(194 65 12 / 0.8);
  }

  .md\:border-e-orange-700\/85 {
    border-inline-end-color: rgb(194 65 12 / 0.85);
  }

  .md\:border-e-orange-700\/90 {
    border-inline-end-color: rgb(194 65 12 / 0.9);
  }

  .md\:border-e-orange-700\/95 {
    border-inline-end-color: rgb(194 65 12 / 0.95);
  }

  .md\:border-e-orange-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(154 52 18 / var(--tw-border-opacity));
  }

  .md\:border-e-orange-800\/0 {
    border-inline-end-color: rgb(154 52 18 / 0);
  }

  .md\:border-e-orange-800\/10 {
    border-inline-end-color: rgb(154 52 18 / 0.1);
  }

  .md\:border-e-orange-800\/100 {
    border-inline-end-color: rgb(154 52 18 / 1);
  }

  .md\:border-e-orange-800\/15 {
    border-inline-end-color: rgb(154 52 18 / 0.15);
  }

  .md\:border-e-orange-800\/20 {
    border-inline-end-color: rgb(154 52 18 / 0.2);
  }

  .md\:border-e-orange-800\/25 {
    border-inline-end-color: rgb(154 52 18 / 0.25);
  }

  .md\:border-e-orange-800\/30 {
    border-inline-end-color: rgb(154 52 18 / 0.3);
  }

  .md\:border-e-orange-800\/35 {
    border-inline-end-color: rgb(154 52 18 / 0.35);
  }

  .md\:border-e-orange-800\/40 {
    border-inline-end-color: rgb(154 52 18 / 0.4);
  }

  .md\:border-e-orange-800\/45 {
    border-inline-end-color: rgb(154 52 18 / 0.45);
  }

  .md\:border-e-orange-800\/5 {
    border-inline-end-color: rgb(154 52 18 / 0.05);
  }

  .md\:border-e-orange-800\/50 {
    border-inline-end-color: rgb(154 52 18 / 0.5);
  }

  .md\:border-e-orange-800\/55 {
    border-inline-end-color: rgb(154 52 18 / 0.55);
  }

  .md\:border-e-orange-800\/60 {
    border-inline-end-color: rgb(154 52 18 / 0.6);
  }

  .md\:border-e-orange-800\/65 {
    border-inline-end-color: rgb(154 52 18 / 0.65);
  }

  .md\:border-e-orange-800\/70 {
    border-inline-end-color: rgb(154 52 18 / 0.7);
  }

  .md\:border-e-orange-800\/75 {
    border-inline-end-color: rgb(154 52 18 / 0.75);
  }

  .md\:border-e-orange-800\/80 {
    border-inline-end-color: rgb(154 52 18 / 0.8);
  }

  .md\:border-e-orange-800\/85 {
    border-inline-end-color: rgb(154 52 18 / 0.85);
  }

  .md\:border-e-orange-800\/90 {
    border-inline-end-color: rgb(154 52 18 / 0.9);
  }

  .md\:border-e-orange-800\/95 {
    border-inline-end-color: rgb(154 52 18 / 0.95);
  }

  .md\:border-e-orange-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(124 45 18 / var(--tw-border-opacity));
  }

  .md\:border-e-orange-900\/0 {
    border-inline-end-color: rgb(124 45 18 / 0);
  }

  .md\:border-e-orange-900\/10 {
    border-inline-end-color: rgb(124 45 18 / 0.1);
  }

  .md\:border-e-orange-900\/100 {
    border-inline-end-color: rgb(124 45 18 / 1);
  }

  .md\:border-e-orange-900\/15 {
    border-inline-end-color: rgb(124 45 18 / 0.15);
  }

  .md\:border-e-orange-900\/20 {
    border-inline-end-color: rgb(124 45 18 / 0.2);
  }

  .md\:border-e-orange-900\/25 {
    border-inline-end-color: rgb(124 45 18 / 0.25);
  }

  .md\:border-e-orange-900\/30 {
    border-inline-end-color: rgb(124 45 18 / 0.3);
  }

  .md\:border-e-orange-900\/35 {
    border-inline-end-color: rgb(124 45 18 / 0.35);
  }

  .md\:border-e-orange-900\/40 {
    border-inline-end-color: rgb(124 45 18 / 0.4);
  }

  .md\:border-e-orange-900\/45 {
    border-inline-end-color: rgb(124 45 18 / 0.45);
  }

  .md\:border-e-orange-900\/5 {
    border-inline-end-color: rgb(124 45 18 / 0.05);
  }

  .md\:border-e-orange-900\/50 {
    border-inline-end-color: rgb(124 45 18 / 0.5);
  }

  .md\:border-e-orange-900\/55 {
    border-inline-end-color: rgb(124 45 18 / 0.55);
  }

  .md\:border-e-orange-900\/60 {
    border-inline-end-color: rgb(124 45 18 / 0.6);
  }

  .md\:border-e-orange-900\/65 {
    border-inline-end-color: rgb(124 45 18 / 0.65);
  }

  .md\:border-e-orange-900\/70 {
    border-inline-end-color: rgb(124 45 18 / 0.7);
  }

  .md\:border-e-orange-900\/75 {
    border-inline-end-color: rgb(124 45 18 / 0.75);
  }

  .md\:border-e-orange-900\/80 {
    border-inline-end-color: rgb(124 45 18 / 0.8);
  }

  .md\:border-e-orange-900\/85 {
    border-inline-end-color: rgb(124 45 18 / 0.85);
  }

  .md\:border-e-orange-900\/90 {
    border-inline-end-color: rgb(124 45 18 / 0.9);
  }

  .md\:border-e-orange-900\/95 {
    border-inline-end-color: rgb(124 45 18 / 0.95);
  }

  .md\:border-e-orange-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(67 20 7 / var(--tw-border-opacity));
  }

  .md\:border-e-orange-950\/0 {
    border-inline-end-color: rgb(67 20 7 / 0);
  }

  .md\:border-e-orange-950\/10 {
    border-inline-end-color: rgb(67 20 7 / 0.1);
  }

  .md\:border-e-orange-950\/100 {
    border-inline-end-color: rgb(67 20 7 / 1);
  }

  .md\:border-e-orange-950\/15 {
    border-inline-end-color: rgb(67 20 7 / 0.15);
  }

  .md\:border-e-orange-950\/20 {
    border-inline-end-color: rgb(67 20 7 / 0.2);
  }

  .md\:border-e-orange-950\/25 {
    border-inline-end-color: rgb(67 20 7 / 0.25);
  }

  .md\:border-e-orange-950\/30 {
    border-inline-end-color: rgb(67 20 7 / 0.3);
  }

  .md\:border-e-orange-950\/35 {
    border-inline-end-color: rgb(67 20 7 / 0.35);
  }

  .md\:border-e-orange-950\/40 {
    border-inline-end-color: rgb(67 20 7 / 0.4);
  }

  .md\:border-e-orange-950\/45 {
    border-inline-end-color: rgb(67 20 7 / 0.45);
  }

  .md\:border-e-orange-950\/5 {
    border-inline-end-color: rgb(67 20 7 / 0.05);
  }

  .md\:border-e-orange-950\/50 {
    border-inline-end-color: rgb(67 20 7 / 0.5);
  }

  .md\:border-e-orange-950\/55 {
    border-inline-end-color: rgb(67 20 7 / 0.55);
  }

  .md\:border-e-orange-950\/60 {
    border-inline-end-color: rgb(67 20 7 / 0.6);
  }

  .md\:border-e-orange-950\/65 {
    border-inline-end-color: rgb(67 20 7 / 0.65);
  }

  .md\:border-e-orange-950\/70 {
    border-inline-end-color: rgb(67 20 7 / 0.7);
  }

  .md\:border-e-orange-950\/75 {
    border-inline-end-color: rgb(67 20 7 / 0.75);
  }

  .md\:border-e-orange-950\/80 {
    border-inline-end-color: rgb(67 20 7 / 0.8);
  }

  .md\:border-e-orange-950\/85 {
    border-inline-end-color: rgb(67 20 7 / 0.85);
  }

  .md\:border-e-orange-950\/90 {
    border-inline-end-color: rgb(67 20 7 / 0.9);
  }

  .md\:border-e-orange-950\/95 {
    border-inline-end-color: rgb(67 20 7 / 0.95);
  }

  .md\:border-e-pink-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(252 231 243 / var(--tw-border-opacity));
  }

  .md\:border-e-pink-100\/0 {
    border-inline-end-color: rgb(252 231 243 / 0);
  }

  .md\:border-e-pink-100\/10 {
    border-inline-end-color: rgb(252 231 243 / 0.1);
  }

  .md\:border-e-pink-100\/100 {
    border-inline-end-color: rgb(252 231 243 / 1);
  }

  .md\:border-e-pink-100\/15 {
    border-inline-end-color: rgb(252 231 243 / 0.15);
  }

  .md\:border-e-pink-100\/20 {
    border-inline-end-color: rgb(252 231 243 / 0.2);
  }

  .md\:border-e-pink-100\/25 {
    border-inline-end-color: rgb(252 231 243 / 0.25);
  }

  .md\:border-e-pink-100\/30 {
    border-inline-end-color: rgb(252 231 243 / 0.3);
  }

  .md\:border-e-pink-100\/35 {
    border-inline-end-color: rgb(252 231 243 / 0.35);
  }

  .md\:border-e-pink-100\/40 {
    border-inline-end-color: rgb(252 231 243 / 0.4);
  }

  .md\:border-e-pink-100\/45 {
    border-inline-end-color: rgb(252 231 243 / 0.45);
  }

  .md\:border-e-pink-100\/5 {
    border-inline-end-color: rgb(252 231 243 / 0.05);
  }

  .md\:border-e-pink-100\/50 {
    border-inline-end-color: rgb(252 231 243 / 0.5);
  }

  .md\:border-e-pink-100\/55 {
    border-inline-end-color: rgb(252 231 243 / 0.55);
  }

  .md\:border-e-pink-100\/60 {
    border-inline-end-color: rgb(252 231 243 / 0.6);
  }

  .md\:border-e-pink-100\/65 {
    border-inline-end-color: rgb(252 231 243 / 0.65);
  }

  .md\:border-e-pink-100\/70 {
    border-inline-end-color: rgb(252 231 243 / 0.7);
  }

  .md\:border-e-pink-100\/75 {
    border-inline-end-color: rgb(252 231 243 / 0.75);
  }

  .md\:border-e-pink-100\/80 {
    border-inline-end-color: rgb(252 231 243 / 0.8);
  }

  .md\:border-e-pink-100\/85 {
    border-inline-end-color: rgb(252 231 243 / 0.85);
  }

  .md\:border-e-pink-100\/90 {
    border-inline-end-color: rgb(252 231 243 / 0.9);
  }

  .md\:border-e-pink-100\/95 {
    border-inline-end-color: rgb(252 231 243 / 0.95);
  }

  .md\:border-e-pink-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(251 207 232 / var(--tw-border-opacity));
  }

  .md\:border-e-pink-200\/0 {
    border-inline-end-color: rgb(251 207 232 / 0);
  }

  .md\:border-e-pink-200\/10 {
    border-inline-end-color: rgb(251 207 232 / 0.1);
  }

  .md\:border-e-pink-200\/100 {
    border-inline-end-color: rgb(251 207 232 / 1);
  }

  .md\:border-e-pink-200\/15 {
    border-inline-end-color: rgb(251 207 232 / 0.15);
  }

  .md\:border-e-pink-200\/20 {
    border-inline-end-color: rgb(251 207 232 / 0.2);
  }

  .md\:border-e-pink-200\/25 {
    border-inline-end-color: rgb(251 207 232 / 0.25);
  }

  .md\:border-e-pink-200\/30 {
    border-inline-end-color: rgb(251 207 232 / 0.3);
  }

  .md\:border-e-pink-200\/35 {
    border-inline-end-color: rgb(251 207 232 / 0.35);
  }

  .md\:border-e-pink-200\/40 {
    border-inline-end-color: rgb(251 207 232 / 0.4);
  }

  .md\:border-e-pink-200\/45 {
    border-inline-end-color: rgb(251 207 232 / 0.45);
  }

  .md\:border-e-pink-200\/5 {
    border-inline-end-color: rgb(251 207 232 / 0.05);
  }

  .md\:border-e-pink-200\/50 {
    border-inline-end-color: rgb(251 207 232 / 0.5);
  }

  .md\:border-e-pink-200\/55 {
    border-inline-end-color: rgb(251 207 232 / 0.55);
  }

  .md\:border-e-pink-200\/60 {
    border-inline-end-color: rgb(251 207 232 / 0.6);
  }

  .md\:border-e-pink-200\/65 {
    border-inline-end-color: rgb(251 207 232 / 0.65);
  }

  .md\:border-e-pink-200\/70 {
    border-inline-end-color: rgb(251 207 232 / 0.7);
  }

  .md\:border-e-pink-200\/75 {
    border-inline-end-color: rgb(251 207 232 / 0.75);
  }

  .md\:border-e-pink-200\/80 {
    border-inline-end-color: rgb(251 207 232 / 0.8);
  }

  .md\:border-e-pink-200\/85 {
    border-inline-end-color: rgb(251 207 232 / 0.85);
  }

  .md\:border-e-pink-200\/90 {
    border-inline-end-color: rgb(251 207 232 / 0.9);
  }

  .md\:border-e-pink-200\/95 {
    border-inline-end-color: rgb(251 207 232 / 0.95);
  }

  .md\:border-e-pink-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(249 168 212 / var(--tw-border-opacity));
  }

  .md\:border-e-pink-300\/0 {
    border-inline-end-color: rgb(249 168 212 / 0);
  }

  .md\:border-e-pink-300\/10 {
    border-inline-end-color: rgb(249 168 212 / 0.1);
  }

  .md\:border-e-pink-300\/100 {
    border-inline-end-color: rgb(249 168 212 / 1);
  }

  .md\:border-e-pink-300\/15 {
    border-inline-end-color: rgb(249 168 212 / 0.15);
  }

  .md\:border-e-pink-300\/20 {
    border-inline-end-color: rgb(249 168 212 / 0.2);
  }

  .md\:border-e-pink-300\/25 {
    border-inline-end-color: rgb(249 168 212 / 0.25);
  }

  .md\:border-e-pink-300\/30 {
    border-inline-end-color: rgb(249 168 212 / 0.3);
  }

  .md\:border-e-pink-300\/35 {
    border-inline-end-color: rgb(249 168 212 / 0.35);
  }

  .md\:border-e-pink-300\/40 {
    border-inline-end-color: rgb(249 168 212 / 0.4);
  }

  .md\:border-e-pink-300\/45 {
    border-inline-end-color: rgb(249 168 212 / 0.45);
  }

  .md\:border-e-pink-300\/5 {
    border-inline-end-color: rgb(249 168 212 / 0.05);
  }

  .md\:border-e-pink-300\/50 {
    border-inline-end-color: rgb(249 168 212 / 0.5);
  }

  .md\:border-e-pink-300\/55 {
    border-inline-end-color: rgb(249 168 212 / 0.55);
  }

  .md\:border-e-pink-300\/60 {
    border-inline-end-color: rgb(249 168 212 / 0.6);
  }

  .md\:border-e-pink-300\/65 {
    border-inline-end-color: rgb(249 168 212 / 0.65);
  }

  .md\:border-e-pink-300\/70 {
    border-inline-end-color: rgb(249 168 212 / 0.7);
  }

  .md\:border-e-pink-300\/75 {
    border-inline-end-color: rgb(249 168 212 / 0.75);
  }

  .md\:border-e-pink-300\/80 {
    border-inline-end-color: rgb(249 168 212 / 0.8);
  }

  .md\:border-e-pink-300\/85 {
    border-inline-end-color: rgb(249 168 212 / 0.85);
  }

  .md\:border-e-pink-300\/90 {
    border-inline-end-color: rgb(249 168 212 / 0.9);
  }

  .md\:border-e-pink-300\/95 {
    border-inline-end-color: rgb(249 168 212 / 0.95);
  }

  .md\:border-e-pink-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(244 114 182 / var(--tw-border-opacity));
  }

  .md\:border-e-pink-400\/0 {
    border-inline-end-color: rgb(244 114 182 / 0);
  }

  .md\:border-e-pink-400\/10 {
    border-inline-end-color: rgb(244 114 182 / 0.1);
  }

  .md\:border-e-pink-400\/100 {
    border-inline-end-color: rgb(244 114 182 / 1);
  }

  .md\:border-e-pink-400\/15 {
    border-inline-end-color: rgb(244 114 182 / 0.15);
  }

  .md\:border-e-pink-400\/20 {
    border-inline-end-color: rgb(244 114 182 / 0.2);
  }

  .md\:border-e-pink-400\/25 {
    border-inline-end-color: rgb(244 114 182 / 0.25);
  }

  .md\:border-e-pink-400\/30 {
    border-inline-end-color: rgb(244 114 182 / 0.3);
  }

  .md\:border-e-pink-400\/35 {
    border-inline-end-color: rgb(244 114 182 / 0.35);
  }

  .md\:border-e-pink-400\/40 {
    border-inline-end-color: rgb(244 114 182 / 0.4);
  }

  .md\:border-e-pink-400\/45 {
    border-inline-end-color: rgb(244 114 182 / 0.45);
  }

  .md\:border-e-pink-400\/5 {
    border-inline-end-color: rgb(244 114 182 / 0.05);
  }

  .md\:border-e-pink-400\/50 {
    border-inline-end-color: rgb(244 114 182 / 0.5);
  }

  .md\:border-e-pink-400\/55 {
    border-inline-end-color: rgb(244 114 182 / 0.55);
  }

  .md\:border-e-pink-400\/60 {
    border-inline-end-color: rgb(244 114 182 / 0.6);
  }

  .md\:border-e-pink-400\/65 {
    border-inline-end-color: rgb(244 114 182 / 0.65);
  }

  .md\:border-e-pink-400\/70 {
    border-inline-end-color: rgb(244 114 182 / 0.7);
  }

  .md\:border-e-pink-400\/75 {
    border-inline-end-color: rgb(244 114 182 / 0.75);
  }

  .md\:border-e-pink-400\/80 {
    border-inline-end-color: rgb(244 114 182 / 0.8);
  }

  .md\:border-e-pink-400\/85 {
    border-inline-end-color: rgb(244 114 182 / 0.85);
  }

  .md\:border-e-pink-400\/90 {
    border-inline-end-color: rgb(244 114 182 / 0.9);
  }

  .md\:border-e-pink-400\/95 {
    border-inline-end-color: rgb(244 114 182 / 0.95);
  }

  .md\:border-e-pink-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(253 242 248 / var(--tw-border-opacity));
  }

  .md\:border-e-pink-50\/0 {
    border-inline-end-color: rgb(253 242 248 / 0);
  }

  .md\:border-e-pink-50\/10 {
    border-inline-end-color: rgb(253 242 248 / 0.1);
  }

  .md\:border-e-pink-50\/100 {
    border-inline-end-color: rgb(253 242 248 / 1);
  }

  .md\:border-e-pink-50\/15 {
    border-inline-end-color: rgb(253 242 248 / 0.15);
  }

  .md\:border-e-pink-50\/20 {
    border-inline-end-color: rgb(253 242 248 / 0.2);
  }

  .md\:border-e-pink-50\/25 {
    border-inline-end-color: rgb(253 242 248 / 0.25);
  }

  .md\:border-e-pink-50\/30 {
    border-inline-end-color: rgb(253 242 248 / 0.3);
  }

  .md\:border-e-pink-50\/35 {
    border-inline-end-color: rgb(253 242 248 / 0.35);
  }

  .md\:border-e-pink-50\/40 {
    border-inline-end-color: rgb(253 242 248 / 0.4);
  }

  .md\:border-e-pink-50\/45 {
    border-inline-end-color: rgb(253 242 248 / 0.45);
  }

  .md\:border-e-pink-50\/5 {
    border-inline-end-color: rgb(253 242 248 / 0.05);
  }

  .md\:border-e-pink-50\/50 {
    border-inline-end-color: rgb(253 242 248 / 0.5);
  }

  .md\:border-e-pink-50\/55 {
    border-inline-end-color: rgb(253 242 248 / 0.55);
  }

  .md\:border-e-pink-50\/60 {
    border-inline-end-color: rgb(253 242 248 / 0.6);
  }

  .md\:border-e-pink-50\/65 {
    border-inline-end-color: rgb(253 242 248 / 0.65);
  }

  .md\:border-e-pink-50\/70 {
    border-inline-end-color: rgb(253 242 248 / 0.7);
  }

  .md\:border-e-pink-50\/75 {
    border-inline-end-color: rgb(253 242 248 / 0.75);
  }

  .md\:border-e-pink-50\/80 {
    border-inline-end-color: rgb(253 242 248 / 0.8);
  }

  .md\:border-e-pink-50\/85 {
    border-inline-end-color: rgb(253 242 248 / 0.85);
  }

  .md\:border-e-pink-50\/90 {
    border-inline-end-color: rgb(253 242 248 / 0.9);
  }

  .md\:border-e-pink-50\/95 {
    border-inline-end-color: rgb(253 242 248 / 0.95);
  }

  .md\:border-e-pink-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(236 72 153 / var(--tw-border-opacity));
  }

  .md\:border-e-pink-500\/0 {
    border-inline-end-color: rgb(236 72 153 / 0);
  }

  .md\:border-e-pink-500\/10 {
    border-inline-end-color: rgb(236 72 153 / 0.1);
  }

  .md\:border-e-pink-500\/100 {
    border-inline-end-color: rgb(236 72 153 / 1);
  }

  .md\:border-e-pink-500\/15 {
    border-inline-end-color: rgb(236 72 153 / 0.15);
  }

  .md\:border-e-pink-500\/20 {
    border-inline-end-color: rgb(236 72 153 / 0.2);
  }

  .md\:border-e-pink-500\/25 {
    border-inline-end-color: rgb(236 72 153 / 0.25);
  }

  .md\:border-e-pink-500\/30 {
    border-inline-end-color: rgb(236 72 153 / 0.3);
  }

  .md\:border-e-pink-500\/35 {
    border-inline-end-color: rgb(236 72 153 / 0.35);
  }

  .md\:border-e-pink-500\/40 {
    border-inline-end-color: rgb(236 72 153 / 0.4);
  }

  .md\:border-e-pink-500\/45 {
    border-inline-end-color: rgb(236 72 153 / 0.45);
  }

  .md\:border-e-pink-500\/5 {
    border-inline-end-color: rgb(236 72 153 / 0.05);
  }

  .md\:border-e-pink-500\/50 {
    border-inline-end-color: rgb(236 72 153 / 0.5);
  }

  .md\:border-e-pink-500\/55 {
    border-inline-end-color: rgb(236 72 153 / 0.55);
  }

  .md\:border-e-pink-500\/60 {
    border-inline-end-color: rgb(236 72 153 / 0.6);
  }

  .md\:border-e-pink-500\/65 {
    border-inline-end-color: rgb(236 72 153 / 0.65);
  }

  .md\:border-e-pink-500\/70 {
    border-inline-end-color: rgb(236 72 153 / 0.7);
  }

  .md\:border-e-pink-500\/75 {
    border-inline-end-color: rgb(236 72 153 / 0.75);
  }

  .md\:border-e-pink-500\/80 {
    border-inline-end-color: rgb(236 72 153 / 0.8);
  }

  .md\:border-e-pink-500\/85 {
    border-inline-end-color: rgb(236 72 153 / 0.85);
  }

  .md\:border-e-pink-500\/90 {
    border-inline-end-color: rgb(236 72 153 / 0.9);
  }

  .md\:border-e-pink-500\/95 {
    border-inline-end-color: rgb(236 72 153 / 0.95);
  }

  .md\:border-e-pink-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(219 39 119 / var(--tw-border-opacity));
  }

  .md\:border-e-pink-600\/0 {
    border-inline-end-color: rgb(219 39 119 / 0);
  }

  .md\:border-e-pink-600\/10 {
    border-inline-end-color: rgb(219 39 119 / 0.1);
  }

  .md\:border-e-pink-600\/100 {
    border-inline-end-color: rgb(219 39 119 / 1);
  }

  .md\:border-e-pink-600\/15 {
    border-inline-end-color: rgb(219 39 119 / 0.15);
  }

  .md\:border-e-pink-600\/20 {
    border-inline-end-color: rgb(219 39 119 / 0.2);
  }

  .md\:border-e-pink-600\/25 {
    border-inline-end-color: rgb(219 39 119 / 0.25);
  }

  .md\:border-e-pink-600\/30 {
    border-inline-end-color: rgb(219 39 119 / 0.3);
  }

  .md\:border-e-pink-600\/35 {
    border-inline-end-color: rgb(219 39 119 / 0.35);
  }

  .md\:border-e-pink-600\/40 {
    border-inline-end-color: rgb(219 39 119 / 0.4);
  }

  .md\:border-e-pink-600\/45 {
    border-inline-end-color: rgb(219 39 119 / 0.45);
  }

  .md\:border-e-pink-600\/5 {
    border-inline-end-color: rgb(219 39 119 / 0.05);
  }

  .md\:border-e-pink-600\/50 {
    border-inline-end-color: rgb(219 39 119 / 0.5);
  }

  .md\:border-e-pink-600\/55 {
    border-inline-end-color: rgb(219 39 119 / 0.55);
  }

  .md\:border-e-pink-600\/60 {
    border-inline-end-color: rgb(219 39 119 / 0.6);
  }

  .md\:border-e-pink-600\/65 {
    border-inline-end-color: rgb(219 39 119 / 0.65);
  }

  .md\:border-e-pink-600\/70 {
    border-inline-end-color: rgb(219 39 119 / 0.7);
  }

  .md\:border-e-pink-600\/75 {
    border-inline-end-color: rgb(219 39 119 / 0.75);
  }

  .md\:border-e-pink-600\/80 {
    border-inline-end-color: rgb(219 39 119 / 0.8);
  }

  .md\:border-e-pink-600\/85 {
    border-inline-end-color: rgb(219 39 119 / 0.85);
  }

  .md\:border-e-pink-600\/90 {
    border-inline-end-color: rgb(219 39 119 / 0.9);
  }

  .md\:border-e-pink-600\/95 {
    border-inline-end-color: rgb(219 39 119 / 0.95);
  }

  .md\:border-e-pink-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(190 24 93 / var(--tw-border-opacity));
  }

  .md\:border-e-pink-700\/0 {
    border-inline-end-color: rgb(190 24 93 / 0);
  }

  .md\:border-e-pink-700\/10 {
    border-inline-end-color: rgb(190 24 93 / 0.1);
  }

  .md\:border-e-pink-700\/100 {
    border-inline-end-color: rgb(190 24 93 / 1);
  }

  .md\:border-e-pink-700\/15 {
    border-inline-end-color: rgb(190 24 93 / 0.15);
  }

  .md\:border-e-pink-700\/20 {
    border-inline-end-color: rgb(190 24 93 / 0.2);
  }

  .md\:border-e-pink-700\/25 {
    border-inline-end-color: rgb(190 24 93 / 0.25);
  }

  .md\:border-e-pink-700\/30 {
    border-inline-end-color: rgb(190 24 93 / 0.3);
  }

  .md\:border-e-pink-700\/35 {
    border-inline-end-color: rgb(190 24 93 / 0.35);
  }

  .md\:border-e-pink-700\/40 {
    border-inline-end-color: rgb(190 24 93 / 0.4);
  }

  .md\:border-e-pink-700\/45 {
    border-inline-end-color: rgb(190 24 93 / 0.45);
  }

  .md\:border-e-pink-700\/5 {
    border-inline-end-color: rgb(190 24 93 / 0.05);
  }

  .md\:border-e-pink-700\/50 {
    border-inline-end-color: rgb(190 24 93 / 0.5);
  }

  .md\:border-e-pink-700\/55 {
    border-inline-end-color: rgb(190 24 93 / 0.55);
  }

  .md\:border-e-pink-700\/60 {
    border-inline-end-color: rgb(190 24 93 / 0.6);
  }

  .md\:border-e-pink-700\/65 {
    border-inline-end-color: rgb(190 24 93 / 0.65);
  }

  .md\:border-e-pink-700\/70 {
    border-inline-end-color: rgb(190 24 93 / 0.7);
  }

  .md\:border-e-pink-700\/75 {
    border-inline-end-color: rgb(190 24 93 / 0.75);
  }

  .md\:border-e-pink-700\/80 {
    border-inline-end-color: rgb(190 24 93 / 0.8);
  }

  .md\:border-e-pink-700\/85 {
    border-inline-end-color: rgb(190 24 93 / 0.85);
  }

  .md\:border-e-pink-700\/90 {
    border-inline-end-color: rgb(190 24 93 / 0.9);
  }

  .md\:border-e-pink-700\/95 {
    border-inline-end-color: rgb(190 24 93 / 0.95);
  }

  .md\:border-e-pink-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(157 23 77 / var(--tw-border-opacity));
  }

  .md\:border-e-pink-800\/0 {
    border-inline-end-color: rgb(157 23 77 / 0);
  }

  .md\:border-e-pink-800\/10 {
    border-inline-end-color: rgb(157 23 77 / 0.1);
  }

  .md\:border-e-pink-800\/100 {
    border-inline-end-color: rgb(157 23 77 / 1);
  }

  .md\:border-e-pink-800\/15 {
    border-inline-end-color: rgb(157 23 77 / 0.15);
  }

  .md\:border-e-pink-800\/20 {
    border-inline-end-color: rgb(157 23 77 / 0.2);
  }

  .md\:border-e-pink-800\/25 {
    border-inline-end-color: rgb(157 23 77 / 0.25);
  }

  .md\:border-e-pink-800\/30 {
    border-inline-end-color: rgb(157 23 77 / 0.3);
  }

  .md\:border-e-pink-800\/35 {
    border-inline-end-color: rgb(157 23 77 / 0.35);
  }

  .md\:border-e-pink-800\/40 {
    border-inline-end-color: rgb(157 23 77 / 0.4);
  }

  .md\:border-e-pink-800\/45 {
    border-inline-end-color: rgb(157 23 77 / 0.45);
  }

  .md\:border-e-pink-800\/5 {
    border-inline-end-color: rgb(157 23 77 / 0.05);
  }

  .md\:border-e-pink-800\/50 {
    border-inline-end-color: rgb(157 23 77 / 0.5);
  }

  .md\:border-e-pink-800\/55 {
    border-inline-end-color: rgb(157 23 77 / 0.55);
  }

  .md\:border-e-pink-800\/60 {
    border-inline-end-color: rgb(157 23 77 / 0.6);
  }

  .md\:border-e-pink-800\/65 {
    border-inline-end-color: rgb(157 23 77 / 0.65);
  }

  .md\:border-e-pink-800\/70 {
    border-inline-end-color: rgb(157 23 77 / 0.7);
  }

  .md\:border-e-pink-800\/75 {
    border-inline-end-color: rgb(157 23 77 / 0.75);
  }

  .md\:border-e-pink-800\/80 {
    border-inline-end-color: rgb(157 23 77 / 0.8);
  }

  .md\:border-e-pink-800\/85 {
    border-inline-end-color: rgb(157 23 77 / 0.85);
  }

  .md\:border-e-pink-800\/90 {
    border-inline-end-color: rgb(157 23 77 / 0.9);
  }

  .md\:border-e-pink-800\/95 {
    border-inline-end-color: rgb(157 23 77 / 0.95);
  }

  .md\:border-e-pink-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(131 24 67 / var(--tw-border-opacity));
  }

  .md\:border-e-pink-900\/0 {
    border-inline-end-color: rgb(131 24 67 / 0);
  }

  .md\:border-e-pink-900\/10 {
    border-inline-end-color: rgb(131 24 67 / 0.1);
  }

  .md\:border-e-pink-900\/100 {
    border-inline-end-color: rgb(131 24 67 / 1);
  }

  .md\:border-e-pink-900\/15 {
    border-inline-end-color: rgb(131 24 67 / 0.15);
  }

  .md\:border-e-pink-900\/20 {
    border-inline-end-color: rgb(131 24 67 / 0.2);
  }

  .md\:border-e-pink-900\/25 {
    border-inline-end-color: rgb(131 24 67 / 0.25);
  }

  .md\:border-e-pink-900\/30 {
    border-inline-end-color: rgb(131 24 67 / 0.3);
  }

  .md\:border-e-pink-900\/35 {
    border-inline-end-color: rgb(131 24 67 / 0.35);
  }

  .md\:border-e-pink-900\/40 {
    border-inline-end-color: rgb(131 24 67 / 0.4);
  }

  .md\:border-e-pink-900\/45 {
    border-inline-end-color: rgb(131 24 67 / 0.45);
  }

  .md\:border-e-pink-900\/5 {
    border-inline-end-color: rgb(131 24 67 / 0.05);
  }

  .md\:border-e-pink-900\/50 {
    border-inline-end-color: rgb(131 24 67 / 0.5);
  }

  .md\:border-e-pink-900\/55 {
    border-inline-end-color: rgb(131 24 67 / 0.55);
  }

  .md\:border-e-pink-900\/60 {
    border-inline-end-color: rgb(131 24 67 / 0.6);
  }

  .md\:border-e-pink-900\/65 {
    border-inline-end-color: rgb(131 24 67 / 0.65);
  }

  .md\:border-e-pink-900\/70 {
    border-inline-end-color: rgb(131 24 67 / 0.7);
  }

  .md\:border-e-pink-900\/75 {
    border-inline-end-color: rgb(131 24 67 / 0.75);
  }

  .md\:border-e-pink-900\/80 {
    border-inline-end-color: rgb(131 24 67 / 0.8);
  }

  .md\:border-e-pink-900\/85 {
    border-inline-end-color: rgb(131 24 67 / 0.85);
  }

  .md\:border-e-pink-900\/90 {
    border-inline-end-color: rgb(131 24 67 / 0.9);
  }

  .md\:border-e-pink-900\/95 {
    border-inline-end-color: rgb(131 24 67 / 0.95);
  }

  .md\:border-e-pink-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(80 7 36 / var(--tw-border-opacity));
  }

  .md\:border-e-pink-950\/0 {
    border-inline-end-color: rgb(80 7 36 / 0);
  }

  .md\:border-e-pink-950\/10 {
    border-inline-end-color: rgb(80 7 36 / 0.1);
  }

  .md\:border-e-pink-950\/100 {
    border-inline-end-color: rgb(80 7 36 / 1);
  }

  .md\:border-e-pink-950\/15 {
    border-inline-end-color: rgb(80 7 36 / 0.15);
  }

  .md\:border-e-pink-950\/20 {
    border-inline-end-color: rgb(80 7 36 / 0.2);
  }

  .md\:border-e-pink-950\/25 {
    border-inline-end-color: rgb(80 7 36 / 0.25);
  }

  .md\:border-e-pink-950\/30 {
    border-inline-end-color: rgb(80 7 36 / 0.3);
  }

  .md\:border-e-pink-950\/35 {
    border-inline-end-color: rgb(80 7 36 / 0.35);
  }

  .md\:border-e-pink-950\/40 {
    border-inline-end-color: rgb(80 7 36 / 0.4);
  }

  .md\:border-e-pink-950\/45 {
    border-inline-end-color: rgb(80 7 36 / 0.45);
  }

  .md\:border-e-pink-950\/5 {
    border-inline-end-color: rgb(80 7 36 / 0.05);
  }

  .md\:border-e-pink-950\/50 {
    border-inline-end-color: rgb(80 7 36 / 0.5);
  }

  .md\:border-e-pink-950\/55 {
    border-inline-end-color: rgb(80 7 36 / 0.55);
  }

  .md\:border-e-pink-950\/60 {
    border-inline-end-color: rgb(80 7 36 / 0.6);
  }

  .md\:border-e-pink-950\/65 {
    border-inline-end-color: rgb(80 7 36 / 0.65);
  }

  .md\:border-e-pink-950\/70 {
    border-inline-end-color: rgb(80 7 36 / 0.7);
  }

  .md\:border-e-pink-950\/75 {
    border-inline-end-color: rgb(80 7 36 / 0.75);
  }

  .md\:border-e-pink-950\/80 {
    border-inline-end-color: rgb(80 7 36 / 0.8);
  }

  .md\:border-e-pink-950\/85 {
    border-inline-end-color: rgb(80 7 36 / 0.85);
  }

  .md\:border-e-pink-950\/90 {
    border-inline-end-color: rgb(80 7 36 / 0.9);
  }

  .md\:border-e-pink-950\/95 {
    border-inline-end-color: rgb(80 7 36 / 0.95);
  }

  .md\:border-e-primary-100 {
    border-inline-end-color: var(--color-primary-100);
  }

  .md\:border-e-primary-200 {
    border-inline-end-color: var(--color-primary-200);
  }

  .md\:border-e-primary-300 {
    border-inline-end-color: var(--color-primary-300);
  }

  .md\:border-e-primary-400 {
    border-inline-end-color: var(--color-primary-400);
  }

  .md\:border-e-primary-50 {
    border-inline-end-color: var(--color-primary-50);
  }

  .md\:border-e-primary-500 {
    border-inline-end-color: var(--color-primary-500);
  }

  .md\:border-e-primary-600 {
    border-inline-end-color: var(--color-primary-600);
  }

  .md\:border-e-primary-700 {
    border-inline-end-color: var(--color-primary-700);
  }

  .md\:border-e-primary-800 {
    border-inline-end-color: var(--color-primary-800);
  }

  .md\:border-e-primary-900 {
    border-inline-end-color: var(--color-primary-900);
  }

  .md\:border-e-purple-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(243 232 255 / var(--tw-border-opacity));
  }

  .md\:border-e-purple-100\/0 {
    border-inline-end-color: rgb(243 232 255 / 0);
  }

  .md\:border-e-purple-100\/10 {
    border-inline-end-color: rgb(243 232 255 / 0.1);
  }

  .md\:border-e-purple-100\/100 {
    border-inline-end-color: rgb(243 232 255 / 1);
  }

  .md\:border-e-purple-100\/15 {
    border-inline-end-color: rgb(243 232 255 / 0.15);
  }

  .md\:border-e-purple-100\/20 {
    border-inline-end-color: rgb(243 232 255 / 0.2);
  }

  .md\:border-e-purple-100\/25 {
    border-inline-end-color: rgb(243 232 255 / 0.25);
  }

  .md\:border-e-purple-100\/30 {
    border-inline-end-color: rgb(243 232 255 / 0.3);
  }

  .md\:border-e-purple-100\/35 {
    border-inline-end-color: rgb(243 232 255 / 0.35);
  }

  .md\:border-e-purple-100\/40 {
    border-inline-end-color: rgb(243 232 255 / 0.4);
  }

  .md\:border-e-purple-100\/45 {
    border-inline-end-color: rgb(243 232 255 / 0.45);
  }

  .md\:border-e-purple-100\/5 {
    border-inline-end-color: rgb(243 232 255 / 0.05);
  }

  .md\:border-e-purple-100\/50 {
    border-inline-end-color: rgb(243 232 255 / 0.5);
  }

  .md\:border-e-purple-100\/55 {
    border-inline-end-color: rgb(243 232 255 / 0.55);
  }

  .md\:border-e-purple-100\/60 {
    border-inline-end-color: rgb(243 232 255 / 0.6);
  }

  .md\:border-e-purple-100\/65 {
    border-inline-end-color: rgb(243 232 255 / 0.65);
  }

  .md\:border-e-purple-100\/70 {
    border-inline-end-color: rgb(243 232 255 / 0.7);
  }

  .md\:border-e-purple-100\/75 {
    border-inline-end-color: rgb(243 232 255 / 0.75);
  }

  .md\:border-e-purple-100\/80 {
    border-inline-end-color: rgb(243 232 255 / 0.8);
  }

  .md\:border-e-purple-100\/85 {
    border-inline-end-color: rgb(243 232 255 / 0.85);
  }

  .md\:border-e-purple-100\/90 {
    border-inline-end-color: rgb(243 232 255 / 0.9);
  }

  .md\:border-e-purple-100\/95 {
    border-inline-end-color: rgb(243 232 255 / 0.95);
  }

  .md\:border-e-purple-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(233 213 255 / var(--tw-border-opacity));
  }

  .md\:border-e-purple-200\/0 {
    border-inline-end-color: rgb(233 213 255 / 0);
  }

  .md\:border-e-purple-200\/10 {
    border-inline-end-color: rgb(233 213 255 / 0.1);
  }

  .md\:border-e-purple-200\/100 {
    border-inline-end-color: rgb(233 213 255 / 1);
  }

  .md\:border-e-purple-200\/15 {
    border-inline-end-color: rgb(233 213 255 / 0.15);
  }

  .md\:border-e-purple-200\/20 {
    border-inline-end-color: rgb(233 213 255 / 0.2);
  }

  .md\:border-e-purple-200\/25 {
    border-inline-end-color: rgb(233 213 255 / 0.25);
  }

  .md\:border-e-purple-200\/30 {
    border-inline-end-color: rgb(233 213 255 / 0.3);
  }

  .md\:border-e-purple-200\/35 {
    border-inline-end-color: rgb(233 213 255 / 0.35);
  }

  .md\:border-e-purple-200\/40 {
    border-inline-end-color: rgb(233 213 255 / 0.4);
  }

  .md\:border-e-purple-200\/45 {
    border-inline-end-color: rgb(233 213 255 / 0.45);
  }

  .md\:border-e-purple-200\/5 {
    border-inline-end-color: rgb(233 213 255 / 0.05);
  }

  .md\:border-e-purple-200\/50 {
    border-inline-end-color: rgb(233 213 255 / 0.5);
  }

  .md\:border-e-purple-200\/55 {
    border-inline-end-color: rgb(233 213 255 / 0.55);
  }

  .md\:border-e-purple-200\/60 {
    border-inline-end-color: rgb(233 213 255 / 0.6);
  }

  .md\:border-e-purple-200\/65 {
    border-inline-end-color: rgb(233 213 255 / 0.65);
  }

  .md\:border-e-purple-200\/70 {
    border-inline-end-color: rgb(233 213 255 / 0.7);
  }

  .md\:border-e-purple-200\/75 {
    border-inline-end-color: rgb(233 213 255 / 0.75);
  }

  .md\:border-e-purple-200\/80 {
    border-inline-end-color: rgb(233 213 255 / 0.8);
  }

  .md\:border-e-purple-200\/85 {
    border-inline-end-color: rgb(233 213 255 / 0.85);
  }

  .md\:border-e-purple-200\/90 {
    border-inline-end-color: rgb(233 213 255 / 0.9);
  }

  .md\:border-e-purple-200\/95 {
    border-inline-end-color: rgb(233 213 255 / 0.95);
  }

  .md\:border-e-purple-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(216 180 254 / var(--tw-border-opacity));
  }

  .md\:border-e-purple-300\/0 {
    border-inline-end-color: rgb(216 180 254 / 0);
  }

  .md\:border-e-purple-300\/10 {
    border-inline-end-color: rgb(216 180 254 / 0.1);
  }

  .md\:border-e-purple-300\/100 {
    border-inline-end-color: rgb(216 180 254 / 1);
  }

  .md\:border-e-purple-300\/15 {
    border-inline-end-color: rgb(216 180 254 / 0.15);
  }

  .md\:border-e-purple-300\/20 {
    border-inline-end-color: rgb(216 180 254 / 0.2);
  }

  .md\:border-e-purple-300\/25 {
    border-inline-end-color: rgb(216 180 254 / 0.25);
  }

  .md\:border-e-purple-300\/30 {
    border-inline-end-color: rgb(216 180 254 / 0.3);
  }

  .md\:border-e-purple-300\/35 {
    border-inline-end-color: rgb(216 180 254 / 0.35);
  }

  .md\:border-e-purple-300\/40 {
    border-inline-end-color: rgb(216 180 254 / 0.4);
  }

  .md\:border-e-purple-300\/45 {
    border-inline-end-color: rgb(216 180 254 / 0.45);
  }

  .md\:border-e-purple-300\/5 {
    border-inline-end-color: rgb(216 180 254 / 0.05);
  }

  .md\:border-e-purple-300\/50 {
    border-inline-end-color: rgb(216 180 254 / 0.5);
  }

  .md\:border-e-purple-300\/55 {
    border-inline-end-color: rgb(216 180 254 / 0.55);
  }

  .md\:border-e-purple-300\/60 {
    border-inline-end-color: rgb(216 180 254 / 0.6);
  }

  .md\:border-e-purple-300\/65 {
    border-inline-end-color: rgb(216 180 254 / 0.65);
  }

  .md\:border-e-purple-300\/70 {
    border-inline-end-color: rgb(216 180 254 / 0.7);
  }

  .md\:border-e-purple-300\/75 {
    border-inline-end-color: rgb(216 180 254 / 0.75);
  }

  .md\:border-e-purple-300\/80 {
    border-inline-end-color: rgb(216 180 254 / 0.8);
  }

  .md\:border-e-purple-300\/85 {
    border-inline-end-color: rgb(216 180 254 / 0.85);
  }

  .md\:border-e-purple-300\/90 {
    border-inline-end-color: rgb(216 180 254 / 0.9);
  }

  .md\:border-e-purple-300\/95 {
    border-inline-end-color: rgb(216 180 254 / 0.95);
  }

  .md\:border-e-purple-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(192 132 252 / var(--tw-border-opacity));
  }

  .md\:border-e-purple-400\/0 {
    border-inline-end-color: rgb(192 132 252 / 0);
  }

  .md\:border-e-purple-400\/10 {
    border-inline-end-color: rgb(192 132 252 / 0.1);
  }

  .md\:border-e-purple-400\/100 {
    border-inline-end-color: rgb(192 132 252 / 1);
  }

  .md\:border-e-purple-400\/15 {
    border-inline-end-color: rgb(192 132 252 / 0.15);
  }

  .md\:border-e-purple-400\/20 {
    border-inline-end-color: rgb(192 132 252 / 0.2);
  }

  .md\:border-e-purple-400\/25 {
    border-inline-end-color: rgb(192 132 252 / 0.25);
  }

  .md\:border-e-purple-400\/30 {
    border-inline-end-color: rgb(192 132 252 / 0.3);
  }

  .md\:border-e-purple-400\/35 {
    border-inline-end-color: rgb(192 132 252 / 0.35);
  }

  .md\:border-e-purple-400\/40 {
    border-inline-end-color: rgb(192 132 252 / 0.4);
  }

  .md\:border-e-purple-400\/45 {
    border-inline-end-color: rgb(192 132 252 / 0.45);
  }

  .md\:border-e-purple-400\/5 {
    border-inline-end-color: rgb(192 132 252 / 0.05);
  }

  .md\:border-e-purple-400\/50 {
    border-inline-end-color: rgb(192 132 252 / 0.5);
  }

  .md\:border-e-purple-400\/55 {
    border-inline-end-color: rgb(192 132 252 / 0.55);
  }

  .md\:border-e-purple-400\/60 {
    border-inline-end-color: rgb(192 132 252 / 0.6);
  }

  .md\:border-e-purple-400\/65 {
    border-inline-end-color: rgb(192 132 252 / 0.65);
  }

  .md\:border-e-purple-400\/70 {
    border-inline-end-color: rgb(192 132 252 / 0.7);
  }

  .md\:border-e-purple-400\/75 {
    border-inline-end-color: rgb(192 132 252 / 0.75);
  }

  .md\:border-e-purple-400\/80 {
    border-inline-end-color: rgb(192 132 252 / 0.8);
  }

  .md\:border-e-purple-400\/85 {
    border-inline-end-color: rgb(192 132 252 / 0.85);
  }

  .md\:border-e-purple-400\/90 {
    border-inline-end-color: rgb(192 132 252 / 0.9);
  }

  .md\:border-e-purple-400\/95 {
    border-inline-end-color: rgb(192 132 252 / 0.95);
  }

  .md\:border-e-purple-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(250 245 255 / var(--tw-border-opacity));
  }

  .md\:border-e-purple-50\/0 {
    border-inline-end-color: rgb(250 245 255 / 0);
  }

  .md\:border-e-purple-50\/10 {
    border-inline-end-color: rgb(250 245 255 / 0.1);
  }

  .md\:border-e-purple-50\/100 {
    border-inline-end-color: rgb(250 245 255 / 1);
  }

  .md\:border-e-purple-50\/15 {
    border-inline-end-color: rgb(250 245 255 / 0.15);
  }

  .md\:border-e-purple-50\/20 {
    border-inline-end-color: rgb(250 245 255 / 0.2);
  }

  .md\:border-e-purple-50\/25 {
    border-inline-end-color: rgb(250 245 255 / 0.25);
  }

  .md\:border-e-purple-50\/30 {
    border-inline-end-color: rgb(250 245 255 / 0.3);
  }

  .md\:border-e-purple-50\/35 {
    border-inline-end-color: rgb(250 245 255 / 0.35);
  }

  .md\:border-e-purple-50\/40 {
    border-inline-end-color: rgb(250 245 255 / 0.4);
  }

  .md\:border-e-purple-50\/45 {
    border-inline-end-color: rgb(250 245 255 / 0.45);
  }

  .md\:border-e-purple-50\/5 {
    border-inline-end-color: rgb(250 245 255 / 0.05);
  }

  .md\:border-e-purple-50\/50 {
    border-inline-end-color: rgb(250 245 255 / 0.5);
  }

  .md\:border-e-purple-50\/55 {
    border-inline-end-color: rgb(250 245 255 / 0.55);
  }

  .md\:border-e-purple-50\/60 {
    border-inline-end-color: rgb(250 245 255 / 0.6);
  }

  .md\:border-e-purple-50\/65 {
    border-inline-end-color: rgb(250 245 255 / 0.65);
  }

  .md\:border-e-purple-50\/70 {
    border-inline-end-color: rgb(250 245 255 / 0.7);
  }

  .md\:border-e-purple-50\/75 {
    border-inline-end-color: rgb(250 245 255 / 0.75);
  }

  .md\:border-e-purple-50\/80 {
    border-inline-end-color: rgb(250 245 255 / 0.8);
  }

  .md\:border-e-purple-50\/85 {
    border-inline-end-color: rgb(250 245 255 / 0.85);
  }

  .md\:border-e-purple-50\/90 {
    border-inline-end-color: rgb(250 245 255 / 0.9);
  }

  .md\:border-e-purple-50\/95 {
    border-inline-end-color: rgb(250 245 255 / 0.95);
  }

  .md\:border-e-purple-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(168 85 247 / var(--tw-border-opacity));
  }

  .md\:border-e-purple-500\/0 {
    border-inline-end-color: rgb(168 85 247 / 0);
  }

  .md\:border-e-purple-500\/10 {
    border-inline-end-color: rgb(168 85 247 / 0.1);
  }

  .md\:border-e-purple-500\/100 {
    border-inline-end-color: rgb(168 85 247 / 1);
  }

  .md\:border-e-purple-500\/15 {
    border-inline-end-color: rgb(168 85 247 / 0.15);
  }

  .md\:border-e-purple-500\/20 {
    border-inline-end-color: rgb(168 85 247 / 0.2);
  }

  .md\:border-e-purple-500\/25 {
    border-inline-end-color: rgb(168 85 247 / 0.25);
  }

  .md\:border-e-purple-500\/30 {
    border-inline-end-color: rgb(168 85 247 / 0.3);
  }

  .md\:border-e-purple-500\/35 {
    border-inline-end-color: rgb(168 85 247 / 0.35);
  }

  .md\:border-e-purple-500\/40 {
    border-inline-end-color: rgb(168 85 247 / 0.4);
  }

  .md\:border-e-purple-500\/45 {
    border-inline-end-color: rgb(168 85 247 / 0.45);
  }

  .md\:border-e-purple-500\/5 {
    border-inline-end-color: rgb(168 85 247 / 0.05);
  }

  .md\:border-e-purple-500\/50 {
    border-inline-end-color: rgb(168 85 247 / 0.5);
  }

  .md\:border-e-purple-500\/55 {
    border-inline-end-color: rgb(168 85 247 / 0.55);
  }

  .md\:border-e-purple-500\/60 {
    border-inline-end-color: rgb(168 85 247 / 0.6);
  }

  .md\:border-e-purple-500\/65 {
    border-inline-end-color: rgb(168 85 247 / 0.65);
  }

  .md\:border-e-purple-500\/70 {
    border-inline-end-color: rgb(168 85 247 / 0.7);
  }

  .md\:border-e-purple-500\/75 {
    border-inline-end-color: rgb(168 85 247 / 0.75);
  }

  .md\:border-e-purple-500\/80 {
    border-inline-end-color: rgb(168 85 247 / 0.8);
  }

  .md\:border-e-purple-500\/85 {
    border-inline-end-color: rgb(168 85 247 / 0.85);
  }

  .md\:border-e-purple-500\/90 {
    border-inline-end-color: rgb(168 85 247 / 0.9);
  }

  .md\:border-e-purple-500\/95 {
    border-inline-end-color: rgb(168 85 247 / 0.95);
  }

  .md\:border-e-purple-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(147 51 234 / var(--tw-border-opacity));
  }

  .md\:border-e-purple-600\/0 {
    border-inline-end-color: rgb(147 51 234 / 0);
  }

  .md\:border-e-purple-600\/10 {
    border-inline-end-color: rgb(147 51 234 / 0.1);
  }

  .md\:border-e-purple-600\/100 {
    border-inline-end-color: rgb(147 51 234 / 1);
  }

  .md\:border-e-purple-600\/15 {
    border-inline-end-color: rgb(147 51 234 / 0.15);
  }

  .md\:border-e-purple-600\/20 {
    border-inline-end-color: rgb(147 51 234 / 0.2);
  }

  .md\:border-e-purple-600\/25 {
    border-inline-end-color: rgb(147 51 234 / 0.25);
  }

  .md\:border-e-purple-600\/30 {
    border-inline-end-color: rgb(147 51 234 / 0.3);
  }

  .md\:border-e-purple-600\/35 {
    border-inline-end-color: rgb(147 51 234 / 0.35);
  }

  .md\:border-e-purple-600\/40 {
    border-inline-end-color: rgb(147 51 234 / 0.4);
  }

  .md\:border-e-purple-600\/45 {
    border-inline-end-color: rgb(147 51 234 / 0.45);
  }

  .md\:border-e-purple-600\/5 {
    border-inline-end-color: rgb(147 51 234 / 0.05);
  }

  .md\:border-e-purple-600\/50 {
    border-inline-end-color: rgb(147 51 234 / 0.5);
  }

  .md\:border-e-purple-600\/55 {
    border-inline-end-color: rgb(147 51 234 / 0.55);
  }

  .md\:border-e-purple-600\/60 {
    border-inline-end-color: rgb(147 51 234 / 0.6);
  }

  .md\:border-e-purple-600\/65 {
    border-inline-end-color: rgb(147 51 234 / 0.65);
  }

  .md\:border-e-purple-600\/70 {
    border-inline-end-color: rgb(147 51 234 / 0.7);
  }

  .md\:border-e-purple-600\/75 {
    border-inline-end-color: rgb(147 51 234 / 0.75);
  }

  .md\:border-e-purple-600\/80 {
    border-inline-end-color: rgb(147 51 234 / 0.8);
  }

  .md\:border-e-purple-600\/85 {
    border-inline-end-color: rgb(147 51 234 / 0.85);
  }

  .md\:border-e-purple-600\/90 {
    border-inline-end-color: rgb(147 51 234 / 0.9);
  }

  .md\:border-e-purple-600\/95 {
    border-inline-end-color: rgb(147 51 234 / 0.95);
  }

  .md\:border-e-purple-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(126 34 206 / var(--tw-border-opacity));
  }

  .md\:border-e-purple-700\/0 {
    border-inline-end-color: rgb(126 34 206 / 0);
  }

  .md\:border-e-purple-700\/10 {
    border-inline-end-color: rgb(126 34 206 / 0.1);
  }

  .md\:border-e-purple-700\/100 {
    border-inline-end-color: rgb(126 34 206 / 1);
  }

  .md\:border-e-purple-700\/15 {
    border-inline-end-color: rgb(126 34 206 / 0.15);
  }

  .md\:border-e-purple-700\/20 {
    border-inline-end-color: rgb(126 34 206 / 0.2);
  }

  .md\:border-e-purple-700\/25 {
    border-inline-end-color: rgb(126 34 206 / 0.25);
  }

  .md\:border-e-purple-700\/30 {
    border-inline-end-color: rgb(126 34 206 / 0.3);
  }

  .md\:border-e-purple-700\/35 {
    border-inline-end-color: rgb(126 34 206 / 0.35);
  }

  .md\:border-e-purple-700\/40 {
    border-inline-end-color: rgb(126 34 206 / 0.4);
  }

  .md\:border-e-purple-700\/45 {
    border-inline-end-color: rgb(126 34 206 / 0.45);
  }

  .md\:border-e-purple-700\/5 {
    border-inline-end-color: rgb(126 34 206 / 0.05);
  }

  .md\:border-e-purple-700\/50 {
    border-inline-end-color: rgb(126 34 206 / 0.5);
  }

  .md\:border-e-purple-700\/55 {
    border-inline-end-color: rgb(126 34 206 / 0.55);
  }

  .md\:border-e-purple-700\/60 {
    border-inline-end-color: rgb(126 34 206 / 0.6);
  }

  .md\:border-e-purple-700\/65 {
    border-inline-end-color: rgb(126 34 206 / 0.65);
  }

  .md\:border-e-purple-700\/70 {
    border-inline-end-color: rgb(126 34 206 / 0.7);
  }

  .md\:border-e-purple-700\/75 {
    border-inline-end-color: rgb(126 34 206 / 0.75);
  }

  .md\:border-e-purple-700\/80 {
    border-inline-end-color: rgb(126 34 206 / 0.8);
  }

  .md\:border-e-purple-700\/85 {
    border-inline-end-color: rgb(126 34 206 / 0.85);
  }

  .md\:border-e-purple-700\/90 {
    border-inline-end-color: rgb(126 34 206 / 0.9);
  }

  .md\:border-e-purple-700\/95 {
    border-inline-end-color: rgb(126 34 206 / 0.95);
  }

  .md\:border-e-purple-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(107 33 168 / var(--tw-border-opacity));
  }

  .md\:border-e-purple-800\/0 {
    border-inline-end-color: rgb(107 33 168 / 0);
  }

  .md\:border-e-purple-800\/10 {
    border-inline-end-color: rgb(107 33 168 / 0.1);
  }

  .md\:border-e-purple-800\/100 {
    border-inline-end-color: rgb(107 33 168 / 1);
  }

  .md\:border-e-purple-800\/15 {
    border-inline-end-color: rgb(107 33 168 / 0.15);
  }

  .md\:border-e-purple-800\/20 {
    border-inline-end-color: rgb(107 33 168 / 0.2);
  }

  .md\:border-e-purple-800\/25 {
    border-inline-end-color: rgb(107 33 168 / 0.25);
  }

  .md\:border-e-purple-800\/30 {
    border-inline-end-color: rgb(107 33 168 / 0.3);
  }

  .md\:border-e-purple-800\/35 {
    border-inline-end-color: rgb(107 33 168 / 0.35);
  }

  .md\:border-e-purple-800\/40 {
    border-inline-end-color: rgb(107 33 168 / 0.4);
  }

  .md\:border-e-purple-800\/45 {
    border-inline-end-color: rgb(107 33 168 / 0.45);
  }

  .md\:border-e-purple-800\/5 {
    border-inline-end-color: rgb(107 33 168 / 0.05);
  }

  .md\:border-e-purple-800\/50 {
    border-inline-end-color: rgb(107 33 168 / 0.5);
  }

  .md\:border-e-purple-800\/55 {
    border-inline-end-color: rgb(107 33 168 / 0.55);
  }

  .md\:border-e-purple-800\/60 {
    border-inline-end-color: rgb(107 33 168 / 0.6);
  }

  .md\:border-e-purple-800\/65 {
    border-inline-end-color: rgb(107 33 168 / 0.65);
  }

  .md\:border-e-purple-800\/70 {
    border-inline-end-color: rgb(107 33 168 / 0.7);
  }

  .md\:border-e-purple-800\/75 {
    border-inline-end-color: rgb(107 33 168 / 0.75);
  }

  .md\:border-e-purple-800\/80 {
    border-inline-end-color: rgb(107 33 168 / 0.8);
  }

  .md\:border-e-purple-800\/85 {
    border-inline-end-color: rgb(107 33 168 / 0.85);
  }

  .md\:border-e-purple-800\/90 {
    border-inline-end-color: rgb(107 33 168 / 0.9);
  }

  .md\:border-e-purple-800\/95 {
    border-inline-end-color: rgb(107 33 168 / 0.95);
  }

  .md\:border-e-purple-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(88 28 135 / var(--tw-border-opacity));
  }

  .md\:border-e-purple-900\/0 {
    border-inline-end-color: rgb(88 28 135 / 0);
  }

  .md\:border-e-purple-900\/10 {
    border-inline-end-color: rgb(88 28 135 / 0.1);
  }

  .md\:border-e-purple-900\/100 {
    border-inline-end-color: rgb(88 28 135 / 1);
  }

  .md\:border-e-purple-900\/15 {
    border-inline-end-color: rgb(88 28 135 / 0.15);
  }

  .md\:border-e-purple-900\/20 {
    border-inline-end-color: rgb(88 28 135 / 0.2);
  }

  .md\:border-e-purple-900\/25 {
    border-inline-end-color: rgb(88 28 135 / 0.25);
  }

  .md\:border-e-purple-900\/30 {
    border-inline-end-color: rgb(88 28 135 / 0.3);
  }

  .md\:border-e-purple-900\/35 {
    border-inline-end-color: rgb(88 28 135 / 0.35);
  }

  .md\:border-e-purple-900\/40 {
    border-inline-end-color: rgb(88 28 135 / 0.4);
  }

  .md\:border-e-purple-900\/45 {
    border-inline-end-color: rgb(88 28 135 / 0.45);
  }

  .md\:border-e-purple-900\/5 {
    border-inline-end-color: rgb(88 28 135 / 0.05);
  }

  .md\:border-e-purple-900\/50 {
    border-inline-end-color: rgb(88 28 135 / 0.5);
  }

  .md\:border-e-purple-900\/55 {
    border-inline-end-color: rgb(88 28 135 / 0.55);
  }

  .md\:border-e-purple-900\/60 {
    border-inline-end-color: rgb(88 28 135 / 0.6);
  }

  .md\:border-e-purple-900\/65 {
    border-inline-end-color: rgb(88 28 135 / 0.65);
  }

  .md\:border-e-purple-900\/70 {
    border-inline-end-color: rgb(88 28 135 / 0.7);
  }

  .md\:border-e-purple-900\/75 {
    border-inline-end-color: rgb(88 28 135 / 0.75);
  }

  .md\:border-e-purple-900\/80 {
    border-inline-end-color: rgb(88 28 135 / 0.8);
  }

  .md\:border-e-purple-900\/85 {
    border-inline-end-color: rgb(88 28 135 / 0.85);
  }

  .md\:border-e-purple-900\/90 {
    border-inline-end-color: rgb(88 28 135 / 0.9);
  }

  .md\:border-e-purple-900\/95 {
    border-inline-end-color: rgb(88 28 135 / 0.95);
  }

  .md\:border-e-purple-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(59 7 100 / var(--tw-border-opacity));
  }

  .md\:border-e-purple-950\/0 {
    border-inline-end-color: rgb(59 7 100 / 0);
  }

  .md\:border-e-purple-950\/10 {
    border-inline-end-color: rgb(59 7 100 / 0.1);
  }

  .md\:border-e-purple-950\/100 {
    border-inline-end-color: rgb(59 7 100 / 1);
  }

  .md\:border-e-purple-950\/15 {
    border-inline-end-color: rgb(59 7 100 / 0.15);
  }

  .md\:border-e-purple-950\/20 {
    border-inline-end-color: rgb(59 7 100 / 0.2);
  }

  .md\:border-e-purple-950\/25 {
    border-inline-end-color: rgb(59 7 100 / 0.25);
  }

  .md\:border-e-purple-950\/30 {
    border-inline-end-color: rgb(59 7 100 / 0.3);
  }

  .md\:border-e-purple-950\/35 {
    border-inline-end-color: rgb(59 7 100 / 0.35);
  }

  .md\:border-e-purple-950\/40 {
    border-inline-end-color: rgb(59 7 100 / 0.4);
  }

  .md\:border-e-purple-950\/45 {
    border-inline-end-color: rgb(59 7 100 / 0.45);
  }

  .md\:border-e-purple-950\/5 {
    border-inline-end-color: rgb(59 7 100 / 0.05);
  }

  .md\:border-e-purple-950\/50 {
    border-inline-end-color: rgb(59 7 100 / 0.5);
  }

  .md\:border-e-purple-950\/55 {
    border-inline-end-color: rgb(59 7 100 / 0.55);
  }

  .md\:border-e-purple-950\/60 {
    border-inline-end-color: rgb(59 7 100 / 0.6);
  }

  .md\:border-e-purple-950\/65 {
    border-inline-end-color: rgb(59 7 100 / 0.65);
  }

  .md\:border-e-purple-950\/70 {
    border-inline-end-color: rgb(59 7 100 / 0.7);
  }

  .md\:border-e-purple-950\/75 {
    border-inline-end-color: rgb(59 7 100 / 0.75);
  }

  .md\:border-e-purple-950\/80 {
    border-inline-end-color: rgb(59 7 100 / 0.8);
  }

  .md\:border-e-purple-950\/85 {
    border-inline-end-color: rgb(59 7 100 / 0.85);
  }

  .md\:border-e-purple-950\/90 {
    border-inline-end-color: rgb(59 7 100 / 0.9);
  }

  .md\:border-e-purple-950\/95 {
    border-inline-end-color: rgb(59 7 100 / 0.95);
  }

  .md\:border-e-red-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 226 226 / var(--tw-border-opacity));
  }

  .md\:border-e-red-100\/0 {
    border-inline-end-color: rgb(254 226 226 / 0);
  }

  .md\:border-e-red-100\/10 {
    border-inline-end-color: rgb(254 226 226 / 0.1);
  }

  .md\:border-e-red-100\/100 {
    border-inline-end-color: rgb(254 226 226 / 1);
  }

  .md\:border-e-red-100\/15 {
    border-inline-end-color: rgb(254 226 226 / 0.15);
  }

  .md\:border-e-red-100\/20 {
    border-inline-end-color: rgb(254 226 226 / 0.2);
  }

  .md\:border-e-red-100\/25 {
    border-inline-end-color: rgb(254 226 226 / 0.25);
  }

  .md\:border-e-red-100\/30 {
    border-inline-end-color: rgb(254 226 226 / 0.3);
  }

  .md\:border-e-red-100\/35 {
    border-inline-end-color: rgb(254 226 226 / 0.35);
  }

  .md\:border-e-red-100\/40 {
    border-inline-end-color: rgb(254 226 226 / 0.4);
  }

  .md\:border-e-red-100\/45 {
    border-inline-end-color: rgb(254 226 226 / 0.45);
  }

  .md\:border-e-red-100\/5 {
    border-inline-end-color: rgb(254 226 226 / 0.05);
  }

  .md\:border-e-red-100\/50 {
    border-inline-end-color: rgb(254 226 226 / 0.5);
  }

  .md\:border-e-red-100\/55 {
    border-inline-end-color: rgb(254 226 226 / 0.55);
  }

  .md\:border-e-red-100\/60 {
    border-inline-end-color: rgb(254 226 226 / 0.6);
  }

  .md\:border-e-red-100\/65 {
    border-inline-end-color: rgb(254 226 226 / 0.65);
  }

  .md\:border-e-red-100\/70 {
    border-inline-end-color: rgb(254 226 226 / 0.7);
  }

  .md\:border-e-red-100\/75 {
    border-inline-end-color: rgb(254 226 226 / 0.75);
  }

  .md\:border-e-red-100\/80 {
    border-inline-end-color: rgb(254 226 226 / 0.8);
  }

  .md\:border-e-red-100\/85 {
    border-inline-end-color: rgb(254 226 226 / 0.85);
  }

  .md\:border-e-red-100\/90 {
    border-inline-end-color: rgb(254 226 226 / 0.9);
  }

  .md\:border-e-red-100\/95 {
    border-inline-end-color: rgb(254 226 226 / 0.95);
  }

  .md\:border-e-red-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 202 202 / var(--tw-border-opacity));
  }

  .md\:border-e-red-200\/0 {
    border-inline-end-color: rgb(254 202 202 / 0);
  }

  .md\:border-e-red-200\/10 {
    border-inline-end-color: rgb(254 202 202 / 0.1);
  }

  .md\:border-e-red-200\/100 {
    border-inline-end-color: rgb(254 202 202 / 1);
  }

  .md\:border-e-red-200\/15 {
    border-inline-end-color: rgb(254 202 202 / 0.15);
  }

  .md\:border-e-red-200\/20 {
    border-inline-end-color: rgb(254 202 202 / 0.2);
  }

  .md\:border-e-red-200\/25 {
    border-inline-end-color: rgb(254 202 202 / 0.25);
  }

  .md\:border-e-red-200\/30 {
    border-inline-end-color: rgb(254 202 202 / 0.3);
  }

  .md\:border-e-red-200\/35 {
    border-inline-end-color: rgb(254 202 202 / 0.35);
  }

  .md\:border-e-red-200\/40 {
    border-inline-end-color: rgb(254 202 202 / 0.4);
  }

  .md\:border-e-red-200\/45 {
    border-inline-end-color: rgb(254 202 202 / 0.45);
  }

  .md\:border-e-red-200\/5 {
    border-inline-end-color: rgb(254 202 202 / 0.05);
  }

  .md\:border-e-red-200\/50 {
    border-inline-end-color: rgb(254 202 202 / 0.5);
  }

  .md\:border-e-red-200\/55 {
    border-inline-end-color: rgb(254 202 202 / 0.55);
  }

  .md\:border-e-red-200\/60 {
    border-inline-end-color: rgb(254 202 202 / 0.6);
  }

  .md\:border-e-red-200\/65 {
    border-inline-end-color: rgb(254 202 202 / 0.65);
  }

  .md\:border-e-red-200\/70 {
    border-inline-end-color: rgb(254 202 202 / 0.7);
  }

  .md\:border-e-red-200\/75 {
    border-inline-end-color: rgb(254 202 202 / 0.75);
  }

  .md\:border-e-red-200\/80 {
    border-inline-end-color: rgb(254 202 202 / 0.8);
  }

  .md\:border-e-red-200\/85 {
    border-inline-end-color: rgb(254 202 202 / 0.85);
  }

  .md\:border-e-red-200\/90 {
    border-inline-end-color: rgb(254 202 202 / 0.9);
  }

  .md\:border-e-red-200\/95 {
    border-inline-end-color: rgb(254 202 202 / 0.95);
  }

  .md\:border-e-red-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(252 165 165 / var(--tw-border-opacity));
  }

  .md\:border-e-red-300\/0 {
    border-inline-end-color: rgb(252 165 165 / 0);
  }

  .md\:border-e-red-300\/10 {
    border-inline-end-color: rgb(252 165 165 / 0.1);
  }

  .md\:border-e-red-300\/100 {
    border-inline-end-color: rgb(252 165 165 / 1);
  }

  .md\:border-e-red-300\/15 {
    border-inline-end-color: rgb(252 165 165 / 0.15);
  }

  .md\:border-e-red-300\/20 {
    border-inline-end-color: rgb(252 165 165 / 0.2);
  }

  .md\:border-e-red-300\/25 {
    border-inline-end-color: rgb(252 165 165 / 0.25);
  }

  .md\:border-e-red-300\/30 {
    border-inline-end-color: rgb(252 165 165 / 0.3);
  }

  .md\:border-e-red-300\/35 {
    border-inline-end-color: rgb(252 165 165 / 0.35);
  }

  .md\:border-e-red-300\/40 {
    border-inline-end-color: rgb(252 165 165 / 0.4);
  }

  .md\:border-e-red-300\/45 {
    border-inline-end-color: rgb(252 165 165 / 0.45);
  }

  .md\:border-e-red-300\/5 {
    border-inline-end-color: rgb(252 165 165 / 0.05);
  }

  .md\:border-e-red-300\/50 {
    border-inline-end-color: rgb(252 165 165 / 0.5);
  }

  .md\:border-e-red-300\/55 {
    border-inline-end-color: rgb(252 165 165 / 0.55);
  }

  .md\:border-e-red-300\/60 {
    border-inline-end-color: rgb(252 165 165 / 0.6);
  }

  .md\:border-e-red-300\/65 {
    border-inline-end-color: rgb(252 165 165 / 0.65);
  }

  .md\:border-e-red-300\/70 {
    border-inline-end-color: rgb(252 165 165 / 0.7);
  }

  .md\:border-e-red-300\/75 {
    border-inline-end-color: rgb(252 165 165 / 0.75);
  }

  .md\:border-e-red-300\/80 {
    border-inline-end-color: rgb(252 165 165 / 0.8);
  }

  .md\:border-e-red-300\/85 {
    border-inline-end-color: rgb(252 165 165 / 0.85);
  }

  .md\:border-e-red-300\/90 {
    border-inline-end-color: rgb(252 165 165 / 0.9);
  }

  .md\:border-e-red-300\/95 {
    border-inline-end-color: rgb(252 165 165 / 0.95);
  }

  .md\:border-e-red-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(248 113 113 / var(--tw-border-opacity));
  }

  .md\:border-e-red-400\/0 {
    border-inline-end-color: rgb(248 113 113 / 0);
  }

  .md\:border-e-red-400\/10 {
    border-inline-end-color: rgb(248 113 113 / 0.1);
  }

  .md\:border-e-red-400\/100 {
    border-inline-end-color: rgb(248 113 113 / 1);
  }

  .md\:border-e-red-400\/15 {
    border-inline-end-color: rgb(248 113 113 / 0.15);
  }

  .md\:border-e-red-400\/20 {
    border-inline-end-color: rgb(248 113 113 / 0.2);
  }

  .md\:border-e-red-400\/25 {
    border-inline-end-color: rgb(248 113 113 / 0.25);
  }

  .md\:border-e-red-400\/30 {
    border-inline-end-color: rgb(248 113 113 / 0.3);
  }

  .md\:border-e-red-400\/35 {
    border-inline-end-color: rgb(248 113 113 / 0.35);
  }

  .md\:border-e-red-400\/40 {
    border-inline-end-color: rgb(248 113 113 / 0.4);
  }

  .md\:border-e-red-400\/45 {
    border-inline-end-color: rgb(248 113 113 / 0.45);
  }

  .md\:border-e-red-400\/5 {
    border-inline-end-color: rgb(248 113 113 / 0.05);
  }

  .md\:border-e-red-400\/50 {
    border-inline-end-color: rgb(248 113 113 / 0.5);
  }

  .md\:border-e-red-400\/55 {
    border-inline-end-color: rgb(248 113 113 / 0.55);
  }

  .md\:border-e-red-400\/60 {
    border-inline-end-color: rgb(248 113 113 / 0.6);
  }

  .md\:border-e-red-400\/65 {
    border-inline-end-color: rgb(248 113 113 / 0.65);
  }

  .md\:border-e-red-400\/70 {
    border-inline-end-color: rgb(248 113 113 / 0.7);
  }

  .md\:border-e-red-400\/75 {
    border-inline-end-color: rgb(248 113 113 / 0.75);
  }

  .md\:border-e-red-400\/80 {
    border-inline-end-color: rgb(248 113 113 / 0.8);
  }

  .md\:border-e-red-400\/85 {
    border-inline-end-color: rgb(248 113 113 / 0.85);
  }

  .md\:border-e-red-400\/90 {
    border-inline-end-color: rgb(248 113 113 / 0.9);
  }

  .md\:border-e-red-400\/95 {
    border-inline-end-color: rgb(248 113 113 / 0.95);
  }

  .md\:border-e-red-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 242 242 / var(--tw-border-opacity));
  }

  .md\:border-e-red-50\/0 {
    border-inline-end-color: rgb(254 242 242 / 0);
  }

  .md\:border-e-red-50\/10 {
    border-inline-end-color: rgb(254 242 242 / 0.1);
  }

  .md\:border-e-red-50\/100 {
    border-inline-end-color: rgb(254 242 242 / 1);
  }

  .md\:border-e-red-50\/15 {
    border-inline-end-color: rgb(254 242 242 / 0.15);
  }

  .md\:border-e-red-50\/20 {
    border-inline-end-color: rgb(254 242 242 / 0.2);
  }

  .md\:border-e-red-50\/25 {
    border-inline-end-color: rgb(254 242 242 / 0.25);
  }

  .md\:border-e-red-50\/30 {
    border-inline-end-color: rgb(254 242 242 / 0.3);
  }

  .md\:border-e-red-50\/35 {
    border-inline-end-color: rgb(254 242 242 / 0.35);
  }

  .md\:border-e-red-50\/40 {
    border-inline-end-color: rgb(254 242 242 / 0.4);
  }

  .md\:border-e-red-50\/45 {
    border-inline-end-color: rgb(254 242 242 / 0.45);
  }

  .md\:border-e-red-50\/5 {
    border-inline-end-color: rgb(254 242 242 / 0.05);
  }

  .md\:border-e-red-50\/50 {
    border-inline-end-color: rgb(254 242 242 / 0.5);
  }

  .md\:border-e-red-50\/55 {
    border-inline-end-color: rgb(254 242 242 / 0.55);
  }

  .md\:border-e-red-50\/60 {
    border-inline-end-color: rgb(254 242 242 / 0.6);
  }

  .md\:border-e-red-50\/65 {
    border-inline-end-color: rgb(254 242 242 / 0.65);
  }

  .md\:border-e-red-50\/70 {
    border-inline-end-color: rgb(254 242 242 / 0.7);
  }

  .md\:border-e-red-50\/75 {
    border-inline-end-color: rgb(254 242 242 / 0.75);
  }

  .md\:border-e-red-50\/80 {
    border-inline-end-color: rgb(254 242 242 / 0.8);
  }

  .md\:border-e-red-50\/85 {
    border-inline-end-color: rgb(254 242 242 / 0.85);
  }

  .md\:border-e-red-50\/90 {
    border-inline-end-color: rgb(254 242 242 / 0.9);
  }

  .md\:border-e-red-50\/95 {
    border-inline-end-color: rgb(254 242 242 / 0.95);
  }

  .md\:border-e-red-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(239 68 68 / var(--tw-border-opacity));
  }

  .md\:border-e-red-500\/0 {
    border-inline-end-color: rgb(239 68 68 / 0);
  }

  .md\:border-e-red-500\/10 {
    border-inline-end-color: rgb(239 68 68 / 0.1);
  }

  .md\:border-e-red-500\/100 {
    border-inline-end-color: rgb(239 68 68 / 1);
  }

  .md\:border-e-red-500\/15 {
    border-inline-end-color: rgb(239 68 68 / 0.15);
  }

  .md\:border-e-red-500\/20 {
    border-inline-end-color: rgb(239 68 68 / 0.2);
  }

  .md\:border-e-red-500\/25 {
    border-inline-end-color: rgb(239 68 68 / 0.25);
  }

  .md\:border-e-red-500\/30 {
    border-inline-end-color: rgb(239 68 68 / 0.3);
  }

  .md\:border-e-red-500\/35 {
    border-inline-end-color: rgb(239 68 68 / 0.35);
  }

  .md\:border-e-red-500\/40 {
    border-inline-end-color: rgb(239 68 68 / 0.4);
  }

  .md\:border-e-red-500\/45 {
    border-inline-end-color: rgb(239 68 68 / 0.45);
  }

  .md\:border-e-red-500\/5 {
    border-inline-end-color: rgb(239 68 68 / 0.05);
  }

  .md\:border-e-red-500\/50 {
    border-inline-end-color: rgb(239 68 68 / 0.5);
  }

  .md\:border-e-red-500\/55 {
    border-inline-end-color: rgb(239 68 68 / 0.55);
  }

  .md\:border-e-red-500\/60 {
    border-inline-end-color: rgb(239 68 68 / 0.6);
  }

  .md\:border-e-red-500\/65 {
    border-inline-end-color: rgb(239 68 68 / 0.65);
  }

  .md\:border-e-red-500\/70 {
    border-inline-end-color: rgb(239 68 68 / 0.7);
  }

  .md\:border-e-red-500\/75 {
    border-inline-end-color: rgb(239 68 68 / 0.75);
  }

  .md\:border-e-red-500\/80 {
    border-inline-end-color: rgb(239 68 68 / 0.8);
  }

  .md\:border-e-red-500\/85 {
    border-inline-end-color: rgb(239 68 68 / 0.85);
  }

  .md\:border-e-red-500\/90 {
    border-inline-end-color: rgb(239 68 68 / 0.9);
  }

  .md\:border-e-red-500\/95 {
    border-inline-end-color: rgb(239 68 68 / 0.95);
  }

  .md\:border-e-red-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(220 38 38 / var(--tw-border-opacity));
  }

  .md\:border-e-red-600\/0 {
    border-inline-end-color: rgb(220 38 38 / 0);
  }

  .md\:border-e-red-600\/10 {
    border-inline-end-color: rgb(220 38 38 / 0.1);
  }

  .md\:border-e-red-600\/100 {
    border-inline-end-color: rgb(220 38 38 / 1);
  }

  .md\:border-e-red-600\/15 {
    border-inline-end-color: rgb(220 38 38 / 0.15);
  }

  .md\:border-e-red-600\/20 {
    border-inline-end-color: rgb(220 38 38 / 0.2);
  }

  .md\:border-e-red-600\/25 {
    border-inline-end-color: rgb(220 38 38 / 0.25);
  }

  .md\:border-e-red-600\/30 {
    border-inline-end-color: rgb(220 38 38 / 0.3);
  }

  .md\:border-e-red-600\/35 {
    border-inline-end-color: rgb(220 38 38 / 0.35);
  }

  .md\:border-e-red-600\/40 {
    border-inline-end-color: rgb(220 38 38 / 0.4);
  }

  .md\:border-e-red-600\/45 {
    border-inline-end-color: rgb(220 38 38 / 0.45);
  }

  .md\:border-e-red-600\/5 {
    border-inline-end-color: rgb(220 38 38 / 0.05);
  }

  .md\:border-e-red-600\/50 {
    border-inline-end-color: rgb(220 38 38 / 0.5);
  }

  .md\:border-e-red-600\/55 {
    border-inline-end-color: rgb(220 38 38 / 0.55);
  }

  .md\:border-e-red-600\/60 {
    border-inline-end-color: rgb(220 38 38 / 0.6);
  }

  .md\:border-e-red-600\/65 {
    border-inline-end-color: rgb(220 38 38 / 0.65);
  }

  .md\:border-e-red-600\/70 {
    border-inline-end-color: rgb(220 38 38 / 0.7);
  }

  .md\:border-e-red-600\/75 {
    border-inline-end-color: rgb(220 38 38 / 0.75);
  }

  .md\:border-e-red-600\/80 {
    border-inline-end-color: rgb(220 38 38 / 0.8);
  }

  .md\:border-e-red-600\/85 {
    border-inline-end-color: rgb(220 38 38 / 0.85);
  }

  .md\:border-e-red-600\/90 {
    border-inline-end-color: rgb(220 38 38 / 0.9);
  }

  .md\:border-e-red-600\/95 {
    border-inline-end-color: rgb(220 38 38 / 0.95);
  }

  .md\:border-e-red-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(185 28 28 / var(--tw-border-opacity));
  }

  .md\:border-e-red-700\/0 {
    border-inline-end-color: rgb(185 28 28 / 0);
  }

  .md\:border-e-red-700\/10 {
    border-inline-end-color: rgb(185 28 28 / 0.1);
  }

  .md\:border-e-red-700\/100 {
    border-inline-end-color: rgb(185 28 28 / 1);
  }

  .md\:border-e-red-700\/15 {
    border-inline-end-color: rgb(185 28 28 / 0.15);
  }

  .md\:border-e-red-700\/20 {
    border-inline-end-color: rgb(185 28 28 / 0.2);
  }

  .md\:border-e-red-700\/25 {
    border-inline-end-color: rgb(185 28 28 / 0.25);
  }

  .md\:border-e-red-700\/30 {
    border-inline-end-color: rgb(185 28 28 / 0.3);
  }

  .md\:border-e-red-700\/35 {
    border-inline-end-color: rgb(185 28 28 / 0.35);
  }

  .md\:border-e-red-700\/40 {
    border-inline-end-color: rgb(185 28 28 / 0.4);
  }

  .md\:border-e-red-700\/45 {
    border-inline-end-color: rgb(185 28 28 / 0.45);
  }

  .md\:border-e-red-700\/5 {
    border-inline-end-color: rgb(185 28 28 / 0.05);
  }

  .md\:border-e-red-700\/50 {
    border-inline-end-color: rgb(185 28 28 / 0.5);
  }

  .md\:border-e-red-700\/55 {
    border-inline-end-color: rgb(185 28 28 / 0.55);
  }

  .md\:border-e-red-700\/60 {
    border-inline-end-color: rgb(185 28 28 / 0.6);
  }

  .md\:border-e-red-700\/65 {
    border-inline-end-color: rgb(185 28 28 / 0.65);
  }

  .md\:border-e-red-700\/70 {
    border-inline-end-color: rgb(185 28 28 / 0.7);
  }

  .md\:border-e-red-700\/75 {
    border-inline-end-color: rgb(185 28 28 / 0.75);
  }

  .md\:border-e-red-700\/80 {
    border-inline-end-color: rgb(185 28 28 / 0.8);
  }

  .md\:border-e-red-700\/85 {
    border-inline-end-color: rgb(185 28 28 / 0.85);
  }

  .md\:border-e-red-700\/90 {
    border-inline-end-color: rgb(185 28 28 / 0.9);
  }

  .md\:border-e-red-700\/95 {
    border-inline-end-color: rgb(185 28 28 / 0.95);
  }

  .md\:border-e-red-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(153 27 27 / var(--tw-border-opacity));
  }

  .md\:border-e-red-800\/0 {
    border-inline-end-color: rgb(153 27 27 / 0);
  }

  .md\:border-e-red-800\/10 {
    border-inline-end-color: rgb(153 27 27 / 0.1);
  }

  .md\:border-e-red-800\/100 {
    border-inline-end-color: rgb(153 27 27 / 1);
  }

  .md\:border-e-red-800\/15 {
    border-inline-end-color: rgb(153 27 27 / 0.15);
  }

  .md\:border-e-red-800\/20 {
    border-inline-end-color: rgb(153 27 27 / 0.2);
  }

  .md\:border-e-red-800\/25 {
    border-inline-end-color: rgb(153 27 27 / 0.25);
  }

  .md\:border-e-red-800\/30 {
    border-inline-end-color: rgb(153 27 27 / 0.3);
  }

  .md\:border-e-red-800\/35 {
    border-inline-end-color: rgb(153 27 27 / 0.35);
  }

  .md\:border-e-red-800\/40 {
    border-inline-end-color: rgb(153 27 27 / 0.4);
  }

  .md\:border-e-red-800\/45 {
    border-inline-end-color: rgb(153 27 27 / 0.45);
  }

  .md\:border-e-red-800\/5 {
    border-inline-end-color: rgb(153 27 27 / 0.05);
  }

  .md\:border-e-red-800\/50 {
    border-inline-end-color: rgb(153 27 27 / 0.5);
  }

  .md\:border-e-red-800\/55 {
    border-inline-end-color: rgb(153 27 27 / 0.55);
  }

  .md\:border-e-red-800\/60 {
    border-inline-end-color: rgb(153 27 27 / 0.6);
  }

  .md\:border-e-red-800\/65 {
    border-inline-end-color: rgb(153 27 27 / 0.65);
  }

  .md\:border-e-red-800\/70 {
    border-inline-end-color: rgb(153 27 27 / 0.7);
  }

  .md\:border-e-red-800\/75 {
    border-inline-end-color: rgb(153 27 27 / 0.75);
  }

  .md\:border-e-red-800\/80 {
    border-inline-end-color: rgb(153 27 27 / 0.8);
  }

  .md\:border-e-red-800\/85 {
    border-inline-end-color: rgb(153 27 27 / 0.85);
  }

  .md\:border-e-red-800\/90 {
    border-inline-end-color: rgb(153 27 27 / 0.9);
  }

  .md\:border-e-red-800\/95 {
    border-inline-end-color: rgb(153 27 27 / 0.95);
  }

  .md\:border-e-red-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(127 29 29 / var(--tw-border-opacity));
  }

  .md\:border-e-red-900\/0 {
    border-inline-end-color: rgb(127 29 29 / 0);
  }

  .md\:border-e-red-900\/10 {
    border-inline-end-color: rgb(127 29 29 / 0.1);
  }

  .md\:border-e-red-900\/100 {
    border-inline-end-color: rgb(127 29 29 / 1);
  }

  .md\:border-e-red-900\/15 {
    border-inline-end-color: rgb(127 29 29 / 0.15);
  }

  .md\:border-e-red-900\/20 {
    border-inline-end-color: rgb(127 29 29 / 0.2);
  }

  .md\:border-e-red-900\/25 {
    border-inline-end-color: rgb(127 29 29 / 0.25);
  }

  .md\:border-e-red-900\/30 {
    border-inline-end-color: rgb(127 29 29 / 0.3);
  }

  .md\:border-e-red-900\/35 {
    border-inline-end-color: rgb(127 29 29 / 0.35);
  }

  .md\:border-e-red-900\/40 {
    border-inline-end-color: rgb(127 29 29 / 0.4);
  }

  .md\:border-e-red-900\/45 {
    border-inline-end-color: rgb(127 29 29 / 0.45);
  }

  .md\:border-e-red-900\/5 {
    border-inline-end-color: rgb(127 29 29 / 0.05);
  }

  .md\:border-e-red-900\/50 {
    border-inline-end-color: rgb(127 29 29 / 0.5);
  }

  .md\:border-e-red-900\/55 {
    border-inline-end-color: rgb(127 29 29 / 0.55);
  }

  .md\:border-e-red-900\/60 {
    border-inline-end-color: rgb(127 29 29 / 0.6);
  }

  .md\:border-e-red-900\/65 {
    border-inline-end-color: rgb(127 29 29 / 0.65);
  }

  .md\:border-e-red-900\/70 {
    border-inline-end-color: rgb(127 29 29 / 0.7);
  }

  .md\:border-e-red-900\/75 {
    border-inline-end-color: rgb(127 29 29 / 0.75);
  }

  .md\:border-e-red-900\/80 {
    border-inline-end-color: rgb(127 29 29 / 0.8);
  }

  .md\:border-e-red-900\/85 {
    border-inline-end-color: rgb(127 29 29 / 0.85);
  }

  .md\:border-e-red-900\/90 {
    border-inline-end-color: rgb(127 29 29 / 0.9);
  }

  .md\:border-e-red-900\/95 {
    border-inline-end-color: rgb(127 29 29 / 0.95);
  }

  .md\:border-e-red-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(69 10 10 / var(--tw-border-opacity));
  }

  .md\:border-e-red-950\/0 {
    border-inline-end-color: rgb(69 10 10 / 0);
  }

  .md\:border-e-red-950\/10 {
    border-inline-end-color: rgb(69 10 10 / 0.1);
  }

  .md\:border-e-red-950\/100 {
    border-inline-end-color: rgb(69 10 10 / 1);
  }

  .md\:border-e-red-950\/15 {
    border-inline-end-color: rgb(69 10 10 / 0.15);
  }

  .md\:border-e-red-950\/20 {
    border-inline-end-color: rgb(69 10 10 / 0.2);
  }

  .md\:border-e-red-950\/25 {
    border-inline-end-color: rgb(69 10 10 / 0.25);
  }

  .md\:border-e-red-950\/30 {
    border-inline-end-color: rgb(69 10 10 / 0.3);
  }

  .md\:border-e-red-950\/35 {
    border-inline-end-color: rgb(69 10 10 / 0.35);
  }

  .md\:border-e-red-950\/40 {
    border-inline-end-color: rgb(69 10 10 / 0.4);
  }

  .md\:border-e-red-950\/45 {
    border-inline-end-color: rgb(69 10 10 / 0.45);
  }

  .md\:border-e-red-950\/5 {
    border-inline-end-color: rgb(69 10 10 / 0.05);
  }

  .md\:border-e-red-950\/50 {
    border-inline-end-color: rgb(69 10 10 / 0.5);
  }

  .md\:border-e-red-950\/55 {
    border-inline-end-color: rgb(69 10 10 / 0.55);
  }

  .md\:border-e-red-950\/60 {
    border-inline-end-color: rgb(69 10 10 / 0.6);
  }

  .md\:border-e-red-950\/65 {
    border-inline-end-color: rgb(69 10 10 / 0.65);
  }

  .md\:border-e-red-950\/70 {
    border-inline-end-color: rgb(69 10 10 / 0.7);
  }

  .md\:border-e-red-950\/75 {
    border-inline-end-color: rgb(69 10 10 / 0.75);
  }

  .md\:border-e-red-950\/80 {
    border-inline-end-color: rgb(69 10 10 / 0.8);
  }

  .md\:border-e-red-950\/85 {
    border-inline-end-color: rgb(69 10 10 / 0.85);
  }

  .md\:border-e-red-950\/90 {
    border-inline-end-color: rgb(69 10 10 / 0.9);
  }

  .md\:border-e-red-950\/95 {
    border-inline-end-color: rgb(69 10 10 / 0.95);
  }

  .md\:border-e-rose-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(255 228 230 / var(--tw-border-opacity));
  }

  .md\:border-e-rose-100\/0 {
    border-inline-end-color: rgb(255 228 230 / 0);
  }

  .md\:border-e-rose-100\/10 {
    border-inline-end-color: rgb(255 228 230 / 0.1);
  }

  .md\:border-e-rose-100\/100 {
    border-inline-end-color: rgb(255 228 230 / 1);
  }

  .md\:border-e-rose-100\/15 {
    border-inline-end-color: rgb(255 228 230 / 0.15);
  }

  .md\:border-e-rose-100\/20 {
    border-inline-end-color: rgb(255 228 230 / 0.2);
  }

  .md\:border-e-rose-100\/25 {
    border-inline-end-color: rgb(255 228 230 / 0.25);
  }

  .md\:border-e-rose-100\/30 {
    border-inline-end-color: rgb(255 228 230 / 0.3);
  }

  .md\:border-e-rose-100\/35 {
    border-inline-end-color: rgb(255 228 230 / 0.35);
  }

  .md\:border-e-rose-100\/40 {
    border-inline-end-color: rgb(255 228 230 / 0.4);
  }

  .md\:border-e-rose-100\/45 {
    border-inline-end-color: rgb(255 228 230 / 0.45);
  }

  .md\:border-e-rose-100\/5 {
    border-inline-end-color: rgb(255 228 230 / 0.05);
  }

  .md\:border-e-rose-100\/50 {
    border-inline-end-color: rgb(255 228 230 / 0.5);
  }

  .md\:border-e-rose-100\/55 {
    border-inline-end-color: rgb(255 228 230 / 0.55);
  }

  .md\:border-e-rose-100\/60 {
    border-inline-end-color: rgb(255 228 230 / 0.6);
  }

  .md\:border-e-rose-100\/65 {
    border-inline-end-color: rgb(255 228 230 / 0.65);
  }

  .md\:border-e-rose-100\/70 {
    border-inline-end-color: rgb(255 228 230 / 0.7);
  }

  .md\:border-e-rose-100\/75 {
    border-inline-end-color: rgb(255 228 230 / 0.75);
  }

  .md\:border-e-rose-100\/80 {
    border-inline-end-color: rgb(255 228 230 / 0.8);
  }

  .md\:border-e-rose-100\/85 {
    border-inline-end-color: rgb(255 228 230 / 0.85);
  }

  .md\:border-e-rose-100\/90 {
    border-inline-end-color: rgb(255 228 230 / 0.9);
  }

  .md\:border-e-rose-100\/95 {
    border-inline-end-color: rgb(255 228 230 / 0.95);
  }

  .md\:border-e-rose-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 205 211 / var(--tw-border-opacity));
  }

  .md\:border-e-rose-200\/0 {
    border-inline-end-color: rgb(254 205 211 / 0);
  }

  .md\:border-e-rose-200\/10 {
    border-inline-end-color: rgb(254 205 211 / 0.1);
  }

  .md\:border-e-rose-200\/100 {
    border-inline-end-color: rgb(254 205 211 / 1);
  }

  .md\:border-e-rose-200\/15 {
    border-inline-end-color: rgb(254 205 211 / 0.15);
  }

  .md\:border-e-rose-200\/20 {
    border-inline-end-color: rgb(254 205 211 / 0.2);
  }

  .md\:border-e-rose-200\/25 {
    border-inline-end-color: rgb(254 205 211 / 0.25);
  }

  .md\:border-e-rose-200\/30 {
    border-inline-end-color: rgb(254 205 211 / 0.3);
  }

  .md\:border-e-rose-200\/35 {
    border-inline-end-color: rgb(254 205 211 / 0.35);
  }

  .md\:border-e-rose-200\/40 {
    border-inline-end-color: rgb(254 205 211 / 0.4);
  }

  .md\:border-e-rose-200\/45 {
    border-inline-end-color: rgb(254 205 211 / 0.45);
  }

  .md\:border-e-rose-200\/5 {
    border-inline-end-color: rgb(254 205 211 / 0.05);
  }

  .md\:border-e-rose-200\/50 {
    border-inline-end-color: rgb(254 205 211 / 0.5);
  }

  .md\:border-e-rose-200\/55 {
    border-inline-end-color: rgb(254 205 211 / 0.55);
  }

  .md\:border-e-rose-200\/60 {
    border-inline-end-color: rgb(254 205 211 / 0.6);
  }

  .md\:border-e-rose-200\/65 {
    border-inline-end-color: rgb(254 205 211 / 0.65);
  }

  .md\:border-e-rose-200\/70 {
    border-inline-end-color: rgb(254 205 211 / 0.7);
  }

  .md\:border-e-rose-200\/75 {
    border-inline-end-color: rgb(254 205 211 / 0.75);
  }

  .md\:border-e-rose-200\/80 {
    border-inline-end-color: rgb(254 205 211 / 0.8);
  }

  .md\:border-e-rose-200\/85 {
    border-inline-end-color: rgb(254 205 211 / 0.85);
  }

  .md\:border-e-rose-200\/90 {
    border-inline-end-color: rgb(254 205 211 / 0.9);
  }

  .md\:border-e-rose-200\/95 {
    border-inline-end-color: rgb(254 205 211 / 0.95);
  }

  .md\:border-e-rose-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(253 164 175 / var(--tw-border-opacity));
  }

  .md\:border-e-rose-300\/0 {
    border-inline-end-color: rgb(253 164 175 / 0);
  }

  .md\:border-e-rose-300\/10 {
    border-inline-end-color: rgb(253 164 175 / 0.1);
  }

  .md\:border-e-rose-300\/100 {
    border-inline-end-color: rgb(253 164 175 / 1);
  }

  .md\:border-e-rose-300\/15 {
    border-inline-end-color: rgb(253 164 175 / 0.15);
  }

  .md\:border-e-rose-300\/20 {
    border-inline-end-color: rgb(253 164 175 / 0.2);
  }

  .md\:border-e-rose-300\/25 {
    border-inline-end-color: rgb(253 164 175 / 0.25);
  }

  .md\:border-e-rose-300\/30 {
    border-inline-end-color: rgb(253 164 175 / 0.3);
  }

  .md\:border-e-rose-300\/35 {
    border-inline-end-color: rgb(253 164 175 / 0.35);
  }

  .md\:border-e-rose-300\/40 {
    border-inline-end-color: rgb(253 164 175 / 0.4);
  }

  .md\:border-e-rose-300\/45 {
    border-inline-end-color: rgb(253 164 175 / 0.45);
  }

  .md\:border-e-rose-300\/5 {
    border-inline-end-color: rgb(253 164 175 / 0.05);
  }

  .md\:border-e-rose-300\/50 {
    border-inline-end-color: rgb(253 164 175 / 0.5);
  }

  .md\:border-e-rose-300\/55 {
    border-inline-end-color: rgb(253 164 175 / 0.55);
  }

  .md\:border-e-rose-300\/60 {
    border-inline-end-color: rgb(253 164 175 / 0.6);
  }

  .md\:border-e-rose-300\/65 {
    border-inline-end-color: rgb(253 164 175 / 0.65);
  }

  .md\:border-e-rose-300\/70 {
    border-inline-end-color: rgb(253 164 175 / 0.7);
  }

  .md\:border-e-rose-300\/75 {
    border-inline-end-color: rgb(253 164 175 / 0.75);
  }

  .md\:border-e-rose-300\/80 {
    border-inline-end-color: rgb(253 164 175 / 0.8);
  }

  .md\:border-e-rose-300\/85 {
    border-inline-end-color: rgb(253 164 175 / 0.85);
  }

  .md\:border-e-rose-300\/90 {
    border-inline-end-color: rgb(253 164 175 / 0.9);
  }

  .md\:border-e-rose-300\/95 {
    border-inline-end-color: rgb(253 164 175 / 0.95);
  }

  .md\:border-e-rose-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(251 113 133 / var(--tw-border-opacity));
  }

  .md\:border-e-rose-400\/0 {
    border-inline-end-color: rgb(251 113 133 / 0);
  }

  .md\:border-e-rose-400\/10 {
    border-inline-end-color: rgb(251 113 133 / 0.1);
  }

  .md\:border-e-rose-400\/100 {
    border-inline-end-color: rgb(251 113 133 / 1);
  }

  .md\:border-e-rose-400\/15 {
    border-inline-end-color: rgb(251 113 133 / 0.15);
  }

  .md\:border-e-rose-400\/20 {
    border-inline-end-color: rgb(251 113 133 / 0.2);
  }

  .md\:border-e-rose-400\/25 {
    border-inline-end-color: rgb(251 113 133 / 0.25);
  }

  .md\:border-e-rose-400\/30 {
    border-inline-end-color: rgb(251 113 133 / 0.3);
  }

  .md\:border-e-rose-400\/35 {
    border-inline-end-color: rgb(251 113 133 / 0.35);
  }

  .md\:border-e-rose-400\/40 {
    border-inline-end-color: rgb(251 113 133 / 0.4);
  }

  .md\:border-e-rose-400\/45 {
    border-inline-end-color: rgb(251 113 133 / 0.45);
  }

  .md\:border-e-rose-400\/5 {
    border-inline-end-color: rgb(251 113 133 / 0.05);
  }

  .md\:border-e-rose-400\/50 {
    border-inline-end-color: rgb(251 113 133 / 0.5);
  }

  .md\:border-e-rose-400\/55 {
    border-inline-end-color: rgb(251 113 133 / 0.55);
  }

  .md\:border-e-rose-400\/60 {
    border-inline-end-color: rgb(251 113 133 / 0.6);
  }

  .md\:border-e-rose-400\/65 {
    border-inline-end-color: rgb(251 113 133 / 0.65);
  }

  .md\:border-e-rose-400\/70 {
    border-inline-end-color: rgb(251 113 133 / 0.7);
  }

  .md\:border-e-rose-400\/75 {
    border-inline-end-color: rgb(251 113 133 / 0.75);
  }

  .md\:border-e-rose-400\/80 {
    border-inline-end-color: rgb(251 113 133 / 0.8);
  }

  .md\:border-e-rose-400\/85 {
    border-inline-end-color: rgb(251 113 133 / 0.85);
  }

  .md\:border-e-rose-400\/90 {
    border-inline-end-color: rgb(251 113 133 / 0.9);
  }

  .md\:border-e-rose-400\/95 {
    border-inline-end-color: rgb(251 113 133 / 0.95);
  }

  .md\:border-e-rose-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(255 241 242 / var(--tw-border-opacity));
  }

  .md\:border-e-rose-50\/0 {
    border-inline-end-color: rgb(255 241 242 / 0);
  }

  .md\:border-e-rose-50\/10 {
    border-inline-end-color: rgb(255 241 242 / 0.1);
  }

  .md\:border-e-rose-50\/100 {
    border-inline-end-color: rgb(255 241 242 / 1);
  }

  .md\:border-e-rose-50\/15 {
    border-inline-end-color: rgb(255 241 242 / 0.15);
  }

  .md\:border-e-rose-50\/20 {
    border-inline-end-color: rgb(255 241 242 / 0.2);
  }

  .md\:border-e-rose-50\/25 {
    border-inline-end-color: rgb(255 241 242 / 0.25);
  }

  .md\:border-e-rose-50\/30 {
    border-inline-end-color: rgb(255 241 242 / 0.3);
  }

  .md\:border-e-rose-50\/35 {
    border-inline-end-color: rgb(255 241 242 / 0.35);
  }

  .md\:border-e-rose-50\/40 {
    border-inline-end-color: rgb(255 241 242 / 0.4);
  }

  .md\:border-e-rose-50\/45 {
    border-inline-end-color: rgb(255 241 242 / 0.45);
  }

  .md\:border-e-rose-50\/5 {
    border-inline-end-color: rgb(255 241 242 / 0.05);
  }

  .md\:border-e-rose-50\/50 {
    border-inline-end-color: rgb(255 241 242 / 0.5);
  }

  .md\:border-e-rose-50\/55 {
    border-inline-end-color: rgb(255 241 242 / 0.55);
  }

  .md\:border-e-rose-50\/60 {
    border-inline-end-color: rgb(255 241 242 / 0.6);
  }

  .md\:border-e-rose-50\/65 {
    border-inline-end-color: rgb(255 241 242 / 0.65);
  }

  .md\:border-e-rose-50\/70 {
    border-inline-end-color: rgb(255 241 242 / 0.7);
  }

  .md\:border-e-rose-50\/75 {
    border-inline-end-color: rgb(255 241 242 / 0.75);
  }

  .md\:border-e-rose-50\/80 {
    border-inline-end-color: rgb(255 241 242 / 0.8);
  }

  .md\:border-e-rose-50\/85 {
    border-inline-end-color: rgb(255 241 242 / 0.85);
  }

  .md\:border-e-rose-50\/90 {
    border-inline-end-color: rgb(255 241 242 / 0.9);
  }

  .md\:border-e-rose-50\/95 {
    border-inline-end-color: rgb(255 241 242 / 0.95);
  }

  .md\:border-e-rose-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(244 63 94 / var(--tw-border-opacity));
  }

  .md\:border-e-rose-500\/0 {
    border-inline-end-color: rgb(244 63 94 / 0);
  }

  .md\:border-e-rose-500\/10 {
    border-inline-end-color: rgb(244 63 94 / 0.1);
  }

  .md\:border-e-rose-500\/100 {
    border-inline-end-color: rgb(244 63 94 / 1);
  }

  .md\:border-e-rose-500\/15 {
    border-inline-end-color: rgb(244 63 94 / 0.15);
  }

  .md\:border-e-rose-500\/20 {
    border-inline-end-color: rgb(244 63 94 / 0.2);
  }

  .md\:border-e-rose-500\/25 {
    border-inline-end-color: rgb(244 63 94 / 0.25);
  }

  .md\:border-e-rose-500\/30 {
    border-inline-end-color: rgb(244 63 94 / 0.3);
  }

  .md\:border-e-rose-500\/35 {
    border-inline-end-color: rgb(244 63 94 / 0.35);
  }

  .md\:border-e-rose-500\/40 {
    border-inline-end-color: rgb(244 63 94 / 0.4);
  }

  .md\:border-e-rose-500\/45 {
    border-inline-end-color: rgb(244 63 94 / 0.45);
  }

  .md\:border-e-rose-500\/5 {
    border-inline-end-color: rgb(244 63 94 / 0.05);
  }

  .md\:border-e-rose-500\/50 {
    border-inline-end-color: rgb(244 63 94 / 0.5);
  }

  .md\:border-e-rose-500\/55 {
    border-inline-end-color: rgb(244 63 94 / 0.55);
  }

  .md\:border-e-rose-500\/60 {
    border-inline-end-color: rgb(244 63 94 / 0.6);
  }

  .md\:border-e-rose-500\/65 {
    border-inline-end-color: rgb(244 63 94 / 0.65);
  }

  .md\:border-e-rose-500\/70 {
    border-inline-end-color: rgb(244 63 94 / 0.7);
  }

  .md\:border-e-rose-500\/75 {
    border-inline-end-color: rgb(244 63 94 / 0.75);
  }

  .md\:border-e-rose-500\/80 {
    border-inline-end-color: rgb(244 63 94 / 0.8);
  }

  .md\:border-e-rose-500\/85 {
    border-inline-end-color: rgb(244 63 94 / 0.85);
  }

  .md\:border-e-rose-500\/90 {
    border-inline-end-color: rgb(244 63 94 / 0.9);
  }

  .md\:border-e-rose-500\/95 {
    border-inline-end-color: rgb(244 63 94 / 0.95);
  }

  .md\:border-e-rose-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(225 29 72 / var(--tw-border-opacity));
  }

  .md\:border-e-rose-600\/0 {
    border-inline-end-color: rgb(225 29 72 / 0);
  }

  .md\:border-e-rose-600\/10 {
    border-inline-end-color: rgb(225 29 72 / 0.1);
  }

  .md\:border-e-rose-600\/100 {
    border-inline-end-color: rgb(225 29 72 / 1);
  }

  .md\:border-e-rose-600\/15 {
    border-inline-end-color: rgb(225 29 72 / 0.15);
  }

  .md\:border-e-rose-600\/20 {
    border-inline-end-color: rgb(225 29 72 / 0.2);
  }

  .md\:border-e-rose-600\/25 {
    border-inline-end-color: rgb(225 29 72 / 0.25);
  }

  .md\:border-e-rose-600\/30 {
    border-inline-end-color: rgb(225 29 72 / 0.3);
  }

  .md\:border-e-rose-600\/35 {
    border-inline-end-color: rgb(225 29 72 / 0.35);
  }

  .md\:border-e-rose-600\/40 {
    border-inline-end-color: rgb(225 29 72 / 0.4);
  }

  .md\:border-e-rose-600\/45 {
    border-inline-end-color: rgb(225 29 72 / 0.45);
  }

  .md\:border-e-rose-600\/5 {
    border-inline-end-color: rgb(225 29 72 / 0.05);
  }

  .md\:border-e-rose-600\/50 {
    border-inline-end-color: rgb(225 29 72 / 0.5);
  }

  .md\:border-e-rose-600\/55 {
    border-inline-end-color: rgb(225 29 72 / 0.55);
  }

  .md\:border-e-rose-600\/60 {
    border-inline-end-color: rgb(225 29 72 / 0.6);
  }

  .md\:border-e-rose-600\/65 {
    border-inline-end-color: rgb(225 29 72 / 0.65);
  }

  .md\:border-e-rose-600\/70 {
    border-inline-end-color: rgb(225 29 72 / 0.7);
  }

  .md\:border-e-rose-600\/75 {
    border-inline-end-color: rgb(225 29 72 / 0.75);
  }

  .md\:border-e-rose-600\/80 {
    border-inline-end-color: rgb(225 29 72 / 0.8);
  }

  .md\:border-e-rose-600\/85 {
    border-inline-end-color: rgb(225 29 72 / 0.85);
  }

  .md\:border-e-rose-600\/90 {
    border-inline-end-color: rgb(225 29 72 / 0.9);
  }

  .md\:border-e-rose-600\/95 {
    border-inline-end-color: rgb(225 29 72 / 0.95);
  }

  .md\:border-e-rose-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(190 18 60 / var(--tw-border-opacity));
  }

  .md\:border-e-rose-700\/0 {
    border-inline-end-color: rgb(190 18 60 / 0);
  }

  .md\:border-e-rose-700\/10 {
    border-inline-end-color: rgb(190 18 60 / 0.1);
  }

  .md\:border-e-rose-700\/100 {
    border-inline-end-color: rgb(190 18 60 / 1);
  }

  .md\:border-e-rose-700\/15 {
    border-inline-end-color: rgb(190 18 60 / 0.15);
  }

  .md\:border-e-rose-700\/20 {
    border-inline-end-color: rgb(190 18 60 / 0.2);
  }

  .md\:border-e-rose-700\/25 {
    border-inline-end-color: rgb(190 18 60 / 0.25);
  }

  .md\:border-e-rose-700\/30 {
    border-inline-end-color: rgb(190 18 60 / 0.3);
  }

  .md\:border-e-rose-700\/35 {
    border-inline-end-color: rgb(190 18 60 / 0.35);
  }

  .md\:border-e-rose-700\/40 {
    border-inline-end-color: rgb(190 18 60 / 0.4);
  }

  .md\:border-e-rose-700\/45 {
    border-inline-end-color: rgb(190 18 60 / 0.45);
  }

  .md\:border-e-rose-700\/5 {
    border-inline-end-color: rgb(190 18 60 / 0.05);
  }

  .md\:border-e-rose-700\/50 {
    border-inline-end-color: rgb(190 18 60 / 0.5);
  }

  .md\:border-e-rose-700\/55 {
    border-inline-end-color: rgb(190 18 60 / 0.55);
  }

  .md\:border-e-rose-700\/60 {
    border-inline-end-color: rgb(190 18 60 / 0.6);
  }

  .md\:border-e-rose-700\/65 {
    border-inline-end-color: rgb(190 18 60 / 0.65);
  }

  .md\:border-e-rose-700\/70 {
    border-inline-end-color: rgb(190 18 60 / 0.7);
  }

  .md\:border-e-rose-700\/75 {
    border-inline-end-color: rgb(190 18 60 / 0.75);
  }

  .md\:border-e-rose-700\/80 {
    border-inline-end-color: rgb(190 18 60 / 0.8);
  }

  .md\:border-e-rose-700\/85 {
    border-inline-end-color: rgb(190 18 60 / 0.85);
  }

  .md\:border-e-rose-700\/90 {
    border-inline-end-color: rgb(190 18 60 / 0.9);
  }

  .md\:border-e-rose-700\/95 {
    border-inline-end-color: rgb(190 18 60 / 0.95);
  }

  .md\:border-e-rose-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(159 18 57 / var(--tw-border-opacity));
  }

  .md\:border-e-rose-800\/0 {
    border-inline-end-color: rgb(159 18 57 / 0);
  }

  .md\:border-e-rose-800\/10 {
    border-inline-end-color: rgb(159 18 57 / 0.1);
  }

  .md\:border-e-rose-800\/100 {
    border-inline-end-color: rgb(159 18 57 / 1);
  }

  .md\:border-e-rose-800\/15 {
    border-inline-end-color: rgb(159 18 57 / 0.15);
  }

  .md\:border-e-rose-800\/20 {
    border-inline-end-color: rgb(159 18 57 / 0.2);
  }

  .md\:border-e-rose-800\/25 {
    border-inline-end-color: rgb(159 18 57 / 0.25);
  }

  .md\:border-e-rose-800\/30 {
    border-inline-end-color: rgb(159 18 57 / 0.3);
  }

  .md\:border-e-rose-800\/35 {
    border-inline-end-color: rgb(159 18 57 / 0.35);
  }

  .md\:border-e-rose-800\/40 {
    border-inline-end-color: rgb(159 18 57 / 0.4);
  }

  .md\:border-e-rose-800\/45 {
    border-inline-end-color: rgb(159 18 57 / 0.45);
  }

  .md\:border-e-rose-800\/5 {
    border-inline-end-color: rgb(159 18 57 / 0.05);
  }

  .md\:border-e-rose-800\/50 {
    border-inline-end-color: rgb(159 18 57 / 0.5);
  }

  .md\:border-e-rose-800\/55 {
    border-inline-end-color: rgb(159 18 57 / 0.55);
  }

  .md\:border-e-rose-800\/60 {
    border-inline-end-color: rgb(159 18 57 / 0.6);
  }

  .md\:border-e-rose-800\/65 {
    border-inline-end-color: rgb(159 18 57 / 0.65);
  }

  .md\:border-e-rose-800\/70 {
    border-inline-end-color: rgb(159 18 57 / 0.7);
  }

  .md\:border-e-rose-800\/75 {
    border-inline-end-color: rgb(159 18 57 / 0.75);
  }

  .md\:border-e-rose-800\/80 {
    border-inline-end-color: rgb(159 18 57 / 0.8);
  }

  .md\:border-e-rose-800\/85 {
    border-inline-end-color: rgb(159 18 57 / 0.85);
  }

  .md\:border-e-rose-800\/90 {
    border-inline-end-color: rgb(159 18 57 / 0.9);
  }

  .md\:border-e-rose-800\/95 {
    border-inline-end-color: rgb(159 18 57 / 0.95);
  }

  .md\:border-e-rose-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(136 19 55 / var(--tw-border-opacity));
  }

  .md\:border-e-rose-900\/0 {
    border-inline-end-color: rgb(136 19 55 / 0);
  }

  .md\:border-e-rose-900\/10 {
    border-inline-end-color: rgb(136 19 55 / 0.1);
  }

  .md\:border-e-rose-900\/100 {
    border-inline-end-color: rgb(136 19 55 / 1);
  }

  .md\:border-e-rose-900\/15 {
    border-inline-end-color: rgb(136 19 55 / 0.15);
  }

  .md\:border-e-rose-900\/20 {
    border-inline-end-color: rgb(136 19 55 / 0.2);
  }

  .md\:border-e-rose-900\/25 {
    border-inline-end-color: rgb(136 19 55 / 0.25);
  }

  .md\:border-e-rose-900\/30 {
    border-inline-end-color: rgb(136 19 55 / 0.3);
  }

  .md\:border-e-rose-900\/35 {
    border-inline-end-color: rgb(136 19 55 / 0.35);
  }

  .md\:border-e-rose-900\/40 {
    border-inline-end-color: rgb(136 19 55 / 0.4);
  }

  .md\:border-e-rose-900\/45 {
    border-inline-end-color: rgb(136 19 55 / 0.45);
  }

  .md\:border-e-rose-900\/5 {
    border-inline-end-color: rgb(136 19 55 / 0.05);
  }

  .md\:border-e-rose-900\/50 {
    border-inline-end-color: rgb(136 19 55 / 0.5);
  }

  .md\:border-e-rose-900\/55 {
    border-inline-end-color: rgb(136 19 55 / 0.55);
  }

  .md\:border-e-rose-900\/60 {
    border-inline-end-color: rgb(136 19 55 / 0.6);
  }

  .md\:border-e-rose-900\/65 {
    border-inline-end-color: rgb(136 19 55 / 0.65);
  }

  .md\:border-e-rose-900\/70 {
    border-inline-end-color: rgb(136 19 55 / 0.7);
  }

  .md\:border-e-rose-900\/75 {
    border-inline-end-color: rgb(136 19 55 / 0.75);
  }

  .md\:border-e-rose-900\/80 {
    border-inline-end-color: rgb(136 19 55 / 0.8);
  }

  .md\:border-e-rose-900\/85 {
    border-inline-end-color: rgb(136 19 55 / 0.85);
  }

  .md\:border-e-rose-900\/90 {
    border-inline-end-color: rgb(136 19 55 / 0.9);
  }

  .md\:border-e-rose-900\/95 {
    border-inline-end-color: rgb(136 19 55 / 0.95);
  }

  .md\:border-e-rose-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(76 5 25 / var(--tw-border-opacity));
  }

  .md\:border-e-rose-950\/0 {
    border-inline-end-color: rgb(76 5 25 / 0);
  }

  .md\:border-e-rose-950\/10 {
    border-inline-end-color: rgb(76 5 25 / 0.1);
  }

  .md\:border-e-rose-950\/100 {
    border-inline-end-color: rgb(76 5 25 / 1);
  }

  .md\:border-e-rose-950\/15 {
    border-inline-end-color: rgb(76 5 25 / 0.15);
  }

  .md\:border-e-rose-950\/20 {
    border-inline-end-color: rgb(76 5 25 / 0.2);
  }

  .md\:border-e-rose-950\/25 {
    border-inline-end-color: rgb(76 5 25 / 0.25);
  }

  .md\:border-e-rose-950\/30 {
    border-inline-end-color: rgb(76 5 25 / 0.3);
  }

  .md\:border-e-rose-950\/35 {
    border-inline-end-color: rgb(76 5 25 / 0.35);
  }

  .md\:border-e-rose-950\/40 {
    border-inline-end-color: rgb(76 5 25 / 0.4);
  }

  .md\:border-e-rose-950\/45 {
    border-inline-end-color: rgb(76 5 25 / 0.45);
  }

  .md\:border-e-rose-950\/5 {
    border-inline-end-color: rgb(76 5 25 / 0.05);
  }

  .md\:border-e-rose-950\/50 {
    border-inline-end-color: rgb(76 5 25 / 0.5);
  }

  .md\:border-e-rose-950\/55 {
    border-inline-end-color: rgb(76 5 25 / 0.55);
  }

  .md\:border-e-rose-950\/60 {
    border-inline-end-color: rgb(76 5 25 / 0.6);
  }

  .md\:border-e-rose-950\/65 {
    border-inline-end-color: rgb(76 5 25 / 0.65);
  }

  .md\:border-e-rose-950\/70 {
    border-inline-end-color: rgb(76 5 25 / 0.7);
  }

  .md\:border-e-rose-950\/75 {
    border-inline-end-color: rgb(76 5 25 / 0.75);
  }

  .md\:border-e-rose-950\/80 {
    border-inline-end-color: rgb(76 5 25 / 0.8);
  }

  .md\:border-e-rose-950\/85 {
    border-inline-end-color: rgb(76 5 25 / 0.85);
  }

  .md\:border-e-rose-950\/90 {
    border-inline-end-color: rgb(76 5 25 / 0.9);
  }

  .md\:border-e-rose-950\/95 {
    border-inline-end-color: rgb(76 5 25 / 0.95);
  }

  .md\:border-e-sky-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(224 242 254 / var(--tw-border-opacity));
  }

  .md\:border-e-sky-100\/0 {
    border-inline-end-color: rgb(224 242 254 / 0);
  }

  .md\:border-e-sky-100\/10 {
    border-inline-end-color: rgb(224 242 254 / 0.1);
  }

  .md\:border-e-sky-100\/100 {
    border-inline-end-color: rgb(224 242 254 / 1);
  }

  .md\:border-e-sky-100\/15 {
    border-inline-end-color: rgb(224 242 254 / 0.15);
  }

  .md\:border-e-sky-100\/20 {
    border-inline-end-color: rgb(224 242 254 / 0.2);
  }

  .md\:border-e-sky-100\/25 {
    border-inline-end-color: rgb(224 242 254 / 0.25);
  }

  .md\:border-e-sky-100\/30 {
    border-inline-end-color: rgb(224 242 254 / 0.3);
  }

  .md\:border-e-sky-100\/35 {
    border-inline-end-color: rgb(224 242 254 / 0.35);
  }

  .md\:border-e-sky-100\/40 {
    border-inline-end-color: rgb(224 242 254 / 0.4);
  }

  .md\:border-e-sky-100\/45 {
    border-inline-end-color: rgb(224 242 254 / 0.45);
  }

  .md\:border-e-sky-100\/5 {
    border-inline-end-color: rgb(224 242 254 / 0.05);
  }

  .md\:border-e-sky-100\/50 {
    border-inline-end-color: rgb(224 242 254 / 0.5);
  }

  .md\:border-e-sky-100\/55 {
    border-inline-end-color: rgb(224 242 254 / 0.55);
  }

  .md\:border-e-sky-100\/60 {
    border-inline-end-color: rgb(224 242 254 / 0.6);
  }

  .md\:border-e-sky-100\/65 {
    border-inline-end-color: rgb(224 242 254 / 0.65);
  }

  .md\:border-e-sky-100\/70 {
    border-inline-end-color: rgb(224 242 254 / 0.7);
  }

  .md\:border-e-sky-100\/75 {
    border-inline-end-color: rgb(224 242 254 / 0.75);
  }

  .md\:border-e-sky-100\/80 {
    border-inline-end-color: rgb(224 242 254 / 0.8);
  }

  .md\:border-e-sky-100\/85 {
    border-inline-end-color: rgb(224 242 254 / 0.85);
  }

  .md\:border-e-sky-100\/90 {
    border-inline-end-color: rgb(224 242 254 / 0.9);
  }

  .md\:border-e-sky-100\/95 {
    border-inline-end-color: rgb(224 242 254 / 0.95);
  }

  .md\:border-e-sky-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(186 230 253 / var(--tw-border-opacity));
  }

  .md\:border-e-sky-200\/0 {
    border-inline-end-color: rgb(186 230 253 / 0);
  }

  .md\:border-e-sky-200\/10 {
    border-inline-end-color: rgb(186 230 253 / 0.1);
  }

  .md\:border-e-sky-200\/100 {
    border-inline-end-color: rgb(186 230 253 / 1);
  }

  .md\:border-e-sky-200\/15 {
    border-inline-end-color: rgb(186 230 253 / 0.15);
  }

  .md\:border-e-sky-200\/20 {
    border-inline-end-color: rgb(186 230 253 / 0.2);
  }

  .md\:border-e-sky-200\/25 {
    border-inline-end-color: rgb(186 230 253 / 0.25);
  }

  .md\:border-e-sky-200\/30 {
    border-inline-end-color: rgb(186 230 253 / 0.3);
  }

  .md\:border-e-sky-200\/35 {
    border-inline-end-color: rgb(186 230 253 / 0.35);
  }

  .md\:border-e-sky-200\/40 {
    border-inline-end-color: rgb(186 230 253 / 0.4);
  }

  .md\:border-e-sky-200\/45 {
    border-inline-end-color: rgb(186 230 253 / 0.45);
  }

  .md\:border-e-sky-200\/5 {
    border-inline-end-color: rgb(186 230 253 / 0.05);
  }

  .md\:border-e-sky-200\/50 {
    border-inline-end-color: rgb(186 230 253 / 0.5);
  }

  .md\:border-e-sky-200\/55 {
    border-inline-end-color: rgb(186 230 253 / 0.55);
  }

  .md\:border-e-sky-200\/60 {
    border-inline-end-color: rgb(186 230 253 / 0.6);
  }

  .md\:border-e-sky-200\/65 {
    border-inline-end-color: rgb(186 230 253 / 0.65);
  }

  .md\:border-e-sky-200\/70 {
    border-inline-end-color: rgb(186 230 253 / 0.7);
  }

  .md\:border-e-sky-200\/75 {
    border-inline-end-color: rgb(186 230 253 / 0.75);
  }

  .md\:border-e-sky-200\/80 {
    border-inline-end-color: rgb(186 230 253 / 0.8);
  }

  .md\:border-e-sky-200\/85 {
    border-inline-end-color: rgb(186 230 253 / 0.85);
  }

  .md\:border-e-sky-200\/90 {
    border-inline-end-color: rgb(186 230 253 / 0.9);
  }

  .md\:border-e-sky-200\/95 {
    border-inline-end-color: rgb(186 230 253 / 0.95);
  }

  .md\:border-e-sky-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(125 211 252 / var(--tw-border-opacity));
  }

  .md\:border-e-sky-300\/0 {
    border-inline-end-color: rgb(125 211 252 / 0);
  }

  .md\:border-e-sky-300\/10 {
    border-inline-end-color: rgb(125 211 252 / 0.1);
  }

  .md\:border-e-sky-300\/100 {
    border-inline-end-color: rgb(125 211 252 / 1);
  }

  .md\:border-e-sky-300\/15 {
    border-inline-end-color: rgb(125 211 252 / 0.15);
  }

  .md\:border-e-sky-300\/20 {
    border-inline-end-color: rgb(125 211 252 / 0.2);
  }

  .md\:border-e-sky-300\/25 {
    border-inline-end-color: rgb(125 211 252 / 0.25);
  }

  .md\:border-e-sky-300\/30 {
    border-inline-end-color: rgb(125 211 252 / 0.3);
  }

  .md\:border-e-sky-300\/35 {
    border-inline-end-color: rgb(125 211 252 / 0.35);
  }

  .md\:border-e-sky-300\/40 {
    border-inline-end-color: rgb(125 211 252 / 0.4);
  }

  .md\:border-e-sky-300\/45 {
    border-inline-end-color: rgb(125 211 252 / 0.45);
  }

  .md\:border-e-sky-300\/5 {
    border-inline-end-color: rgb(125 211 252 / 0.05);
  }

  .md\:border-e-sky-300\/50 {
    border-inline-end-color: rgb(125 211 252 / 0.5);
  }

  .md\:border-e-sky-300\/55 {
    border-inline-end-color: rgb(125 211 252 / 0.55);
  }

  .md\:border-e-sky-300\/60 {
    border-inline-end-color: rgb(125 211 252 / 0.6);
  }

  .md\:border-e-sky-300\/65 {
    border-inline-end-color: rgb(125 211 252 / 0.65);
  }

  .md\:border-e-sky-300\/70 {
    border-inline-end-color: rgb(125 211 252 / 0.7);
  }

  .md\:border-e-sky-300\/75 {
    border-inline-end-color: rgb(125 211 252 / 0.75);
  }

  .md\:border-e-sky-300\/80 {
    border-inline-end-color: rgb(125 211 252 / 0.8);
  }

  .md\:border-e-sky-300\/85 {
    border-inline-end-color: rgb(125 211 252 / 0.85);
  }

  .md\:border-e-sky-300\/90 {
    border-inline-end-color: rgb(125 211 252 / 0.9);
  }

  .md\:border-e-sky-300\/95 {
    border-inline-end-color: rgb(125 211 252 / 0.95);
  }

  .md\:border-e-sky-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(56 189 248 / var(--tw-border-opacity));
  }

  .md\:border-e-sky-400\/0 {
    border-inline-end-color: rgb(56 189 248 / 0);
  }

  .md\:border-e-sky-400\/10 {
    border-inline-end-color: rgb(56 189 248 / 0.1);
  }

  .md\:border-e-sky-400\/100 {
    border-inline-end-color: rgb(56 189 248 / 1);
  }

  .md\:border-e-sky-400\/15 {
    border-inline-end-color: rgb(56 189 248 / 0.15);
  }

  .md\:border-e-sky-400\/20 {
    border-inline-end-color: rgb(56 189 248 / 0.2);
  }

  .md\:border-e-sky-400\/25 {
    border-inline-end-color: rgb(56 189 248 / 0.25);
  }

  .md\:border-e-sky-400\/30 {
    border-inline-end-color: rgb(56 189 248 / 0.3);
  }

  .md\:border-e-sky-400\/35 {
    border-inline-end-color: rgb(56 189 248 / 0.35);
  }

  .md\:border-e-sky-400\/40 {
    border-inline-end-color: rgb(56 189 248 / 0.4);
  }

  .md\:border-e-sky-400\/45 {
    border-inline-end-color: rgb(56 189 248 / 0.45);
  }

  .md\:border-e-sky-400\/5 {
    border-inline-end-color: rgb(56 189 248 / 0.05);
  }

  .md\:border-e-sky-400\/50 {
    border-inline-end-color: rgb(56 189 248 / 0.5);
  }

  .md\:border-e-sky-400\/55 {
    border-inline-end-color: rgb(56 189 248 / 0.55);
  }

  .md\:border-e-sky-400\/60 {
    border-inline-end-color: rgb(56 189 248 / 0.6);
  }

  .md\:border-e-sky-400\/65 {
    border-inline-end-color: rgb(56 189 248 / 0.65);
  }

  .md\:border-e-sky-400\/70 {
    border-inline-end-color: rgb(56 189 248 / 0.7);
  }

  .md\:border-e-sky-400\/75 {
    border-inline-end-color: rgb(56 189 248 / 0.75);
  }

  .md\:border-e-sky-400\/80 {
    border-inline-end-color: rgb(56 189 248 / 0.8);
  }

  .md\:border-e-sky-400\/85 {
    border-inline-end-color: rgb(56 189 248 / 0.85);
  }

  .md\:border-e-sky-400\/90 {
    border-inline-end-color: rgb(56 189 248 / 0.9);
  }

  .md\:border-e-sky-400\/95 {
    border-inline-end-color: rgb(56 189 248 / 0.95);
  }

  .md\:border-e-sky-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(240 249 255 / var(--tw-border-opacity));
  }

  .md\:border-e-sky-50\/0 {
    border-inline-end-color: rgb(240 249 255 / 0);
  }

  .md\:border-e-sky-50\/10 {
    border-inline-end-color: rgb(240 249 255 / 0.1);
  }

  .md\:border-e-sky-50\/100 {
    border-inline-end-color: rgb(240 249 255 / 1);
  }

  .md\:border-e-sky-50\/15 {
    border-inline-end-color: rgb(240 249 255 / 0.15);
  }

  .md\:border-e-sky-50\/20 {
    border-inline-end-color: rgb(240 249 255 / 0.2);
  }

  .md\:border-e-sky-50\/25 {
    border-inline-end-color: rgb(240 249 255 / 0.25);
  }

  .md\:border-e-sky-50\/30 {
    border-inline-end-color: rgb(240 249 255 / 0.3);
  }

  .md\:border-e-sky-50\/35 {
    border-inline-end-color: rgb(240 249 255 / 0.35);
  }

  .md\:border-e-sky-50\/40 {
    border-inline-end-color: rgb(240 249 255 / 0.4);
  }

  .md\:border-e-sky-50\/45 {
    border-inline-end-color: rgb(240 249 255 / 0.45);
  }

  .md\:border-e-sky-50\/5 {
    border-inline-end-color: rgb(240 249 255 / 0.05);
  }

  .md\:border-e-sky-50\/50 {
    border-inline-end-color: rgb(240 249 255 / 0.5);
  }

  .md\:border-e-sky-50\/55 {
    border-inline-end-color: rgb(240 249 255 / 0.55);
  }

  .md\:border-e-sky-50\/60 {
    border-inline-end-color: rgb(240 249 255 / 0.6);
  }

  .md\:border-e-sky-50\/65 {
    border-inline-end-color: rgb(240 249 255 / 0.65);
  }

  .md\:border-e-sky-50\/70 {
    border-inline-end-color: rgb(240 249 255 / 0.7);
  }

  .md\:border-e-sky-50\/75 {
    border-inline-end-color: rgb(240 249 255 / 0.75);
  }

  .md\:border-e-sky-50\/80 {
    border-inline-end-color: rgb(240 249 255 / 0.8);
  }

  .md\:border-e-sky-50\/85 {
    border-inline-end-color: rgb(240 249 255 / 0.85);
  }

  .md\:border-e-sky-50\/90 {
    border-inline-end-color: rgb(240 249 255 / 0.9);
  }

  .md\:border-e-sky-50\/95 {
    border-inline-end-color: rgb(240 249 255 / 0.95);
  }

  .md\:border-e-sky-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(14 165 233 / var(--tw-border-opacity));
  }

  .md\:border-e-sky-500\/0 {
    border-inline-end-color: rgb(14 165 233 / 0);
  }

  .md\:border-e-sky-500\/10 {
    border-inline-end-color: rgb(14 165 233 / 0.1);
  }

  .md\:border-e-sky-500\/100 {
    border-inline-end-color: rgb(14 165 233 / 1);
  }

  .md\:border-e-sky-500\/15 {
    border-inline-end-color: rgb(14 165 233 / 0.15);
  }

  .md\:border-e-sky-500\/20 {
    border-inline-end-color: rgb(14 165 233 / 0.2);
  }

  .md\:border-e-sky-500\/25 {
    border-inline-end-color: rgb(14 165 233 / 0.25);
  }

  .md\:border-e-sky-500\/30 {
    border-inline-end-color: rgb(14 165 233 / 0.3);
  }

  .md\:border-e-sky-500\/35 {
    border-inline-end-color: rgb(14 165 233 / 0.35);
  }

  .md\:border-e-sky-500\/40 {
    border-inline-end-color: rgb(14 165 233 / 0.4);
  }

  .md\:border-e-sky-500\/45 {
    border-inline-end-color: rgb(14 165 233 / 0.45);
  }

  .md\:border-e-sky-500\/5 {
    border-inline-end-color: rgb(14 165 233 / 0.05);
  }

  .md\:border-e-sky-500\/50 {
    border-inline-end-color: rgb(14 165 233 / 0.5);
  }

  .md\:border-e-sky-500\/55 {
    border-inline-end-color: rgb(14 165 233 / 0.55);
  }

  .md\:border-e-sky-500\/60 {
    border-inline-end-color: rgb(14 165 233 / 0.6);
  }

  .md\:border-e-sky-500\/65 {
    border-inline-end-color: rgb(14 165 233 / 0.65);
  }

  .md\:border-e-sky-500\/70 {
    border-inline-end-color: rgb(14 165 233 / 0.7);
  }

  .md\:border-e-sky-500\/75 {
    border-inline-end-color: rgb(14 165 233 / 0.75);
  }

  .md\:border-e-sky-500\/80 {
    border-inline-end-color: rgb(14 165 233 / 0.8);
  }

  .md\:border-e-sky-500\/85 {
    border-inline-end-color: rgb(14 165 233 / 0.85);
  }

  .md\:border-e-sky-500\/90 {
    border-inline-end-color: rgb(14 165 233 / 0.9);
  }

  .md\:border-e-sky-500\/95 {
    border-inline-end-color: rgb(14 165 233 / 0.95);
  }

  .md\:border-e-sky-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(2 132 199 / var(--tw-border-opacity));
  }

  .md\:border-e-sky-600\/0 {
    border-inline-end-color: rgb(2 132 199 / 0);
  }

  .md\:border-e-sky-600\/10 {
    border-inline-end-color: rgb(2 132 199 / 0.1);
  }

  .md\:border-e-sky-600\/100 {
    border-inline-end-color: rgb(2 132 199 / 1);
  }

  .md\:border-e-sky-600\/15 {
    border-inline-end-color: rgb(2 132 199 / 0.15);
  }

  .md\:border-e-sky-600\/20 {
    border-inline-end-color: rgb(2 132 199 / 0.2);
  }

  .md\:border-e-sky-600\/25 {
    border-inline-end-color: rgb(2 132 199 / 0.25);
  }

  .md\:border-e-sky-600\/30 {
    border-inline-end-color: rgb(2 132 199 / 0.3);
  }

  .md\:border-e-sky-600\/35 {
    border-inline-end-color: rgb(2 132 199 / 0.35);
  }

  .md\:border-e-sky-600\/40 {
    border-inline-end-color: rgb(2 132 199 / 0.4);
  }

  .md\:border-e-sky-600\/45 {
    border-inline-end-color: rgb(2 132 199 / 0.45);
  }

  .md\:border-e-sky-600\/5 {
    border-inline-end-color: rgb(2 132 199 / 0.05);
  }

  .md\:border-e-sky-600\/50 {
    border-inline-end-color: rgb(2 132 199 / 0.5);
  }

  .md\:border-e-sky-600\/55 {
    border-inline-end-color: rgb(2 132 199 / 0.55);
  }

  .md\:border-e-sky-600\/60 {
    border-inline-end-color: rgb(2 132 199 / 0.6);
  }

  .md\:border-e-sky-600\/65 {
    border-inline-end-color: rgb(2 132 199 / 0.65);
  }

  .md\:border-e-sky-600\/70 {
    border-inline-end-color: rgb(2 132 199 / 0.7);
  }

  .md\:border-e-sky-600\/75 {
    border-inline-end-color: rgb(2 132 199 / 0.75);
  }

  .md\:border-e-sky-600\/80 {
    border-inline-end-color: rgb(2 132 199 / 0.8);
  }

  .md\:border-e-sky-600\/85 {
    border-inline-end-color: rgb(2 132 199 / 0.85);
  }

  .md\:border-e-sky-600\/90 {
    border-inline-end-color: rgb(2 132 199 / 0.9);
  }

  .md\:border-e-sky-600\/95 {
    border-inline-end-color: rgb(2 132 199 / 0.95);
  }

  .md\:border-e-sky-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(3 105 161 / var(--tw-border-opacity));
  }

  .md\:border-e-sky-700\/0 {
    border-inline-end-color: rgb(3 105 161 / 0);
  }

  .md\:border-e-sky-700\/10 {
    border-inline-end-color: rgb(3 105 161 / 0.1);
  }

  .md\:border-e-sky-700\/100 {
    border-inline-end-color: rgb(3 105 161 / 1);
  }

  .md\:border-e-sky-700\/15 {
    border-inline-end-color: rgb(3 105 161 / 0.15);
  }

  .md\:border-e-sky-700\/20 {
    border-inline-end-color: rgb(3 105 161 / 0.2);
  }

  .md\:border-e-sky-700\/25 {
    border-inline-end-color: rgb(3 105 161 / 0.25);
  }

  .md\:border-e-sky-700\/30 {
    border-inline-end-color: rgb(3 105 161 / 0.3);
  }

  .md\:border-e-sky-700\/35 {
    border-inline-end-color: rgb(3 105 161 / 0.35);
  }

  .md\:border-e-sky-700\/40 {
    border-inline-end-color: rgb(3 105 161 / 0.4);
  }

  .md\:border-e-sky-700\/45 {
    border-inline-end-color: rgb(3 105 161 / 0.45);
  }

  .md\:border-e-sky-700\/5 {
    border-inline-end-color: rgb(3 105 161 / 0.05);
  }

  .md\:border-e-sky-700\/50 {
    border-inline-end-color: rgb(3 105 161 / 0.5);
  }

  .md\:border-e-sky-700\/55 {
    border-inline-end-color: rgb(3 105 161 / 0.55);
  }

  .md\:border-e-sky-700\/60 {
    border-inline-end-color: rgb(3 105 161 / 0.6);
  }

  .md\:border-e-sky-700\/65 {
    border-inline-end-color: rgb(3 105 161 / 0.65);
  }

  .md\:border-e-sky-700\/70 {
    border-inline-end-color: rgb(3 105 161 / 0.7);
  }

  .md\:border-e-sky-700\/75 {
    border-inline-end-color: rgb(3 105 161 / 0.75);
  }

  .md\:border-e-sky-700\/80 {
    border-inline-end-color: rgb(3 105 161 / 0.8);
  }

  .md\:border-e-sky-700\/85 {
    border-inline-end-color: rgb(3 105 161 / 0.85);
  }

  .md\:border-e-sky-700\/90 {
    border-inline-end-color: rgb(3 105 161 / 0.9);
  }

  .md\:border-e-sky-700\/95 {
    border-inline-end-color: rgb(3 105 161 / 0.95);
  }

  .md\:border-e-sky-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(7 89 133 / var(--tw-border-opacity));
  }

  .md\:border-e-sky-800\/0 {
    border-inline-end-color: rgb(7 89 133 / 0);
  }

  .md\:border-e-sky-800\/10 {
    border-inline-end-color: rgb(7 89 133 / 0.1);
  }

  .md\:border-e-sky-800\/100 {
    border-inline-end-color: rgb(7 89 133 / 1);
  }

  .md\:border-e-sky-800\/15 {
    border-inline-end-color: rgb(7 89 133 / 0.15);
  }

  .md\:border-e-sky-800\/20 {
    border-inline-end-color: rgb(7 89 133 / 0.2);
  }

  .md\:border-e-sky-800\/25 {
    border-inline-end-color: rgb(7 89 133 / 0.25);
  }

  .md\:border-e-sky-800\/30 {
    border-inline-end-color: rgb(7 89 133 / 0.3);
  }

  .md\:border-e-sky-800\/35 {
    border-inline-end-color: rgb(7 89 133 / 0.35);
  }

  .md\:border-e-sky-800\/40 {
    border-inline-end-color: rgb(7 89 133 / 0.4);
  }

  .md\:border-e-sky-800\/45 {
    border-inline-end-color: rgb(7 89 133 / 0.45);
  }

  .md\:border-e-sky-800\/5 {
    border-inline-end-color: rgb(7 89 133 / 0.05);
  }

  .md\:border-e-sky-800\/50 {
    border-inline-end-color: rgb(7 89 133 / 0.5);
  }

  .md\:border-e-sky-800\/55 {
    border-inline-end-color: rgb(7 89 133 / 0.55);
  }

  .md\:border-e-sky-800\/60 {
    border-inline-end-color: rgb(7 89 133 / 0.6);
  }

  .md\:border-e-sky-800\/65 {
    border-inline-end-color: rgb(7 89 133 / 0.65);
  }

  .md\:border-e-sky-800\/70 {
    border-inline-end-color: rgb(7 89 133 / 0.7);
  }

  .md\:border-e-sky-800\/75 {
    border-inline-end-color: rgb(7 89 133 / 0.75);
  }

  .md\:border-e-sky-800\/80 {
    border-inline-end-color: rgb(7 89 133 / 0.8);
  }

  .md\:border-e-sky-800\/85 {
    border-inline-end-color: rgb(7 89 133 / 0.85);
  }

  .md\:border-e-sky-800\/90 {
    border-inline-end-color: rgb(7 89 133 / 0.9);
  }

  .md\:border-e-sky-800\/95 {
    border-inline-end-color: rgb(7 89 133 / 0.95);
  }

  .md\:border-e-sky-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(12 74 110 / var(--tw-border-opacity));
  }

  .md\:border-e-sky-900\/0 {
    border-inline-end-color: rgb(12 74 110 / 0);
  }

  .md\:border-e-sky-900\/10 {
    border-inline-end-color: rgb(12 74 110 / 0.1);
  }

  .md\:border-e-sky-900\/100 {
    border-inline-end-color: rgb(12 74 110 / 1);
  }

  .md\:border-e-sky-900\/15 {
    border-inline-end-color: rgb(12 74 110 / 0.15);
  }

  .md\:border-e-sky-900\/20 {
    border-inline-end-color: rgb(12 74 110 / 0.2);
  }

  .md\:border-e-sky-900\/25 {
    border-inline-end-color: rgb(12 74 110 / 0.25);
  }

  .md\:border-e-sky-900\/30 {
    border-inline-end-color: rgb(12 74 110 / 0.3);
  }

  .md\:border-e-sky-900\/35 {
    border-inline-end-color: rgb(12 74 110 / 0.35);
  }

  .md\:border-e-sky-900\/40 {
    border-inline-end-color: rgb(12 74 110 / 0.4);
  }

  .md\:border-e-sky-900\/45 {
    border-inline-end-color: rgb(12 74 110 / 0.45);
  }

  .md\:border-e-sky-900\/5 {
    border-inline-end-color: rgb(12 74 110 / 0.05);
  }

  .md\:border-e-sky-900\/50 {
    border-inline-end-color: rgb(12 74 110 / 0.5);
  }

  .md\:border-e-sky-900\/55 {
    border-inline-end-color: rgb(12 74 110 / 0.55);
  }

  .md\:border-e-sky-900\/60 {
    border-inline-end-color: rgb(12 74 110 / 0.6);
  }

  .md\:border-e-sky-900\/65 {
    border-inline-end-color: rgb(12 74 110 / 0.65);
  }

  .md\:border-e-sky-900\/70 {
    border-inline-end-color: rgb(12 74 110 / 0.7);
  }

  .md\:border-e-sky-900\/75 {
    border-inline-end-color: rgb(12 74 110 / 0.75);
  }

  .md\:border-e-sky-900\/80 {
    border-inline-end-color: rgb(12 74 110 / 0.8);
  }

  .md\:border-e-sky-900\/85 {
    border-inline-end-color: rgb(12 74 110 / 0.85);
  }

  .md\:border-e-sky-900\/90 {
    border-inline-end-color: rgb(12 74 110 / 0.9);
  }

  .md\:border-e-sky-900\/95 {
    border-inline-end-color: rgb(12 74 110 / 0.95);
  }

  .md\:border-e-sky-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(8 47 73 / var(--tw-border-opacity));
  }

  .md\:border-e-sky-950\/0 {
    border-inline-end-color: rgb(8 47 73 / 0);
  }

  .md\:border-e-sky-950\/10 {
    border-inline-end-color: rgb(8 47 73 / 0.1);
  }

  .md\:border-e-sky-950\/100 {
    border-inline-end-color: rgb(8 47 73 / 1);
  }

  .md\:border-e-sky-950\/15 {
    border-inline-end-color: rgb(8 47 73 / 0.15);
  }

  .md\:border-e-sky-950\/20 {
    border-inline-end-color: rgb(8 47 73 / 0.2);
  }

  .md\:border-e-sky-950\/25 {
    border-inline-end-color: rgb(8 47 73 / 0.25);
  }

  .md\:border-e-sky-950\/30 {
    border-inline-end-color: rgb(8 47 73 / 0.3);
  }

  .md\:border-e-sky-950\/35 {
    border-inline-end-color: rgb(8 47 73 / 0.35);
  }

  .md\:border-e-sky-950\/40 {
    border-inline-end-color: rgb(8 47 73 / 0.4);
  }

  .md\:border-e-sky-950\/45 {
    border-inline-end-color: rgb(8 47 73 / 0.45);
  }

  .md\:border-e-sky-950\/5 {
    border-inline-end-color: rgb(8 47 73 / 0.05);
  }

  .md\:border-e-sky-950\/50 {
    border-inline-end-color: rgb(8 47 73 / 0.5);
  }

  .md\:border-e-sky-950\/55 {
    border-inline-end-color: rgb(8 47 73 / 0.55);
  }

  .md\:border-e-sky-950\/60 {
    border-inline-end-color: rgb(8 47 73 / 0.6);
  }

  .md\:border-e-sky-950\/65 {
    border-inline-end-color: rgb(8 47 73 / 0.65);
  }

  .md\:border-e-sky-950\/70 {
    border-inline-end-color: rgb(8 47 73 / 0.7);
  }

  .md\:border-e-sky-950\/75 {
    border-inline-end-color: rgb(8 47 73 / 0.75);
  }

  .md\:border-e-sky-950\/80 {
    border-inline-end-color: rgb(8 47 73 / 0.8);
  }

  .md\:border-e-sky-950\/85 {
    border-inline-end-color: rgb(8 47 73 / 0.85);
  }

  .md\:border-e-sky-950\/90 {
    border-inline-end-color: rgb(8 47 73 / 0.9);
  }

  .md\:border-e-sky-950\/95 {
    border-inline-end-color: rgb(8 47 73 / 0.95);
  }

  .md\:border-e-slate-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(241 245 249 / var(--tw-border-opacity));
  }

  .md\:border-e-slate-100\/0 {
    border-inline-end-color: rgb(241 245 249 / 0);
  }

  .md\:border-e-slate-100\/10 {
    border-inline-end-color: rgb(241 245 249 / 0.1);
  }

  .md\:border-e-slate-100\/100 {
    border-inline-end-color: rgb(241 245 249 / 1);
  }

  .md\:border-e-slate-100\/15 {
    border-inline-end-color: rgb(241 245 249 / 0.15);
  }

  .md\:border-e-slate-100\/20 {
    border-inline-end-color: rgb(241 245 249 / 0.2);
  }

  .md\:border-e-slate-100\/25 {
    border-inline-end-color: rgb(241 245 249 / 0.25);
  }

  .md\:border-e-slate-100\/30 {
    border-inline-end-color: rgb(241 245 249 / 0.3);
  }

  .md\:border-e-slate-100\/35 {
    border-inline-end-color: rgb(241 245 249 / 0.35);
  }

  .md\:border-e-slate-100\/40 {
    border-inline-end-color: rgb(241 245 249 / 0.4);
  }

  .md\:border-e-slate-100\/45 {
    border-inline-end-color: rgb(241 245 249 / 0.45);
  }

  .md\:border-e-slate-100\/5 {
    border-inline-end-color: rgb(241 245 249 / 0.05);
  }

  .md\:border-e-slate-100\/50 {
    border-inline-end-color: rgb(241 245 249 / 0.5);
  }

  .md\:border-e-slate-100\/55 {
    border-inline-end-color: rgb(241 245 249 / 0.55);
  }

  .md\:border-e-slate-100\/60 {
    border-inline-end-color: rgb(241 245 249 / 0.6);
  }

  .md\:border-e-slate-100\/65 {
    border-inline-end-color: rgb(241 245 249 / 0.65);
  }

  .md\:border-e-slate-100\/70 {
    border-inline-end-color: rgb(241 245 249 / 0.7);
  }

  .md\:border-e-slate-100\/75 {
    border-inline-end-color: rgb(241 245 249 / 0.75);
  }

  .md\:border-e-slate-100\/80 {
    border-inline-end-color: rgb(241 245 249 / 0.8);
  }

  .md\:border-e-slate-100\/85 {
    border-inline-end-color: rgb(241 245 249 / 0.85);
  }

  .md\:border-e-slate-100\/90 {
    border-inline-end-color: rgb(241 245 249 / 0.9);
  }

  .md\:border-e-slate-100\/95 {
    border-inline-end-color: rgb(241 245 249 / 0.95);
  }

  .md\:border-e-slate-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(226 232 240 / var(--tw-border-opacity));
  }

  .md\:border-e-slate-200\/0 {
    border-inline-end-color: rgb(226 232 240 / 0);
  }

  .md\:border-e-slate-200\/10 {
    border-inline-end-color: rgb(226 232 240 / 0.1);
  }

  .md\:border-e-slate-200\/100 {
    border-inline-end-color: rgb(226 232 240 / 1);
  }

  .md\:border-e-slate-200\/15 {
    border-inline-end-color: rgb(226 232 240 / 0.15);
  }

  .md\:border-e-slate-200\/20 {
    border-inline-end-color: rgb(226 232 240 / 0.2);
  }

  .md\:border-e-slate-200\/25 {
    border-inline-end-color: rgb(226 232 240 / 0.25);
  }

  .md\:border-e-slate-200\/30 {
    border-inline-end-color: rgb(226 232 240 / 0.3);
  }

  .md\:border-e-slate-200\/35 {
    border-inline-end-color: rgb(226 232 240 / 0.35);
  }

  .md\:border-e-slate-200\/40 {
    border-inline-end-color: rgb(226 232 240 / 0.4);
  }

  .md\:border-e-slate-200\/45 {
    border-inline-end-color: rgb(226 232 240 / 0.45);
  }

  .md\:border-e-slate-200\/5 {
    border-inline-end-color: rgb(226 232 240 / 0.05);
  }

  .md\:border-e-slate-200\/50 {
    border-inline-end-color: rgb(226 232 240 / 0.5);
  }

  .md\:border-e-slate-200\/55 {
    border-inline-end-color: rgb(226 232 240 / 0.55);
  }

  .md\:border-e-slate-200\/60 {
    border-inline-end-color: rgb(226 232 240 / 0.6);
  }

  .md\:border-e-slate-200\/65 {
    border-inline-end-color: rgb(226 232 240 / 0.65);
  }

  .md\:border-e-slate-200\/70 {
    border-inline-end-color: rgb(226 232 240 / 0.7);
  }

  .md\:border-e-slate-200\/75 {
    border-inline-end-color: rgb(226 232 240 / 0.75);
  }

  .md\:border-e-slate-200\/80 {
    border-inline-end-color: rgb(226 232 240 / 0.8);
  }

  .md\:border-e-slate-200\/85 {
    border-inline-end-color: rgb(226 232 240 / 0.85);
  }

  .md\:border-e-slate-200\/90 {
    border-inline-end-color: rgb(226 232 240 / 0.9);
  }

  .md\:border-e-slate-200\/95 {
    border-inline-end-color: rgb(226 232 240 / 0.95);
  }

  .md\:border-e-slate-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(203 213 225 / var(--tw-border-opacity));
  }

  .md\:border-e-slate-300\/0 {
    border-inline-end-color: rgb(203 213 225 / 0);
  }

  .md\:border-e-slate-300\/10 {
    border-inline-end-color: rgb(203 213 225 / 0.1);
  }

  .md\:border-e-slate-300\/100 {
    border-inline-end-color: rgb(203 213 225 / 1);
  }

  .md\:border-e-slate-300\/15 {
    border-inline-end-color: rgb(203 213 225 / 0.15);
  }

  .md\:border-e-slate-300\/20 {
    border-inline-end-color: rgb(203 213 225 / 0.2);
  }

  .md\:border-e-slate-300\/25 {
    border-inline-end-color: rgb(203 213 225 / 0.25);
  }

  .md\:border-e-slate-300\/30 {
    border-inline-end-color: rgb(203 213 225 / 0.3);
  }

  .md\:border-e-slate-300\/35 {
    border-inline-end-color: rgb(203 213 225 / 0.35);
  }

  .md\:border-e-slate-300\/40 {
    border-inline-end-color: rgb(203 213 225 / 0.4);
  }

  .md\:border-e-slate-300\/45 {
    border-inline-end-color: rgb(203 213 225 / 0.45);
  }

  .md\:border-e-slate-300\/5 {
    border-inline-end-color: rgb(203 213 225 / 0.05);
  }

  .md\:border-e-slate-300\/50 {
    border-inline-end-color: rgb(203 213 225 / 0.5);
  }

  .md\:border-e-slate-300\/55 {
    border-inline-end-color: rgb(203 213 225 / 0.55);
  }

  .md\:border-e-slate-300\/60 {
    border-inline-end-color: rgb(203 213 225 / 0.6);
  }

  .md\:border-e-slate-300\/65 {
    border-inline-end-color: rgb(203 213 225 / 0.65);
  }

  .md\:border-e-slate-300\/70 {
    border-inline-end-color: rgb(203 213 225 / 0.7);
  }

  .md\:border-e-slate-300\/75 {
    border-inline-end-color: rgb(203 213 225 / 0.75);
  }

  .md\:border-e-slate-300\/80 {
    border-inline-end-color: rgb(203 213 225 / 0.8);
  }

  .md\:border-e-slate-300\/85 {
    border-inline-end-color: rgb(203 213 225 / 0.85);
  }

  .md\:border-e-slate-300\/90 {
    border-inline-end-color: rgb(203 213 225 / 0.9);
  }

  .md\:border-e-slate-300\/95 {
    border-inline-end-color: rgb(203 213 225 / 0.95);
  }

  .md\:border-e-slate-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(148 163 184 / var(--tw-border-opacity));
  }

  .md\:border-e-slate-400\/0 {
    border-inline-end-color: rgb(148 163 184 / 0);
  }

  .md\:border-e-slate-400\/10 {
    border-inline-end-color: rgb(148 163 184 / 0.1);
  }

  .md\:border-e-slate-400\/100 {
    border-inline-end-color: rgb(148 163 184 / 1);
  }

  .md\:border-e-slate-400\/15 {
    border-inline-end-color: rgb(148 163 184 / 0.15);
  }

  .md\:border-e-slate-400\/20 {
    border-inline-end-color: rgb(148 163 184 / 0.2);
  }

  .md\:border-e-slate-400\/25 {
    border-inline-end-color: rgb(148 163 184 / 0.25);
  }

  .md\:border-e-slate-400\/30 {
    border-inline-end-color: rgb(148 163 184 / 0.3);
  }

  .md\:border-e-slate-400\/35 {
    border-inline-end-color: rgb(148 163 184 / 0.35);
  }

  .md\:border-e-slate-400\/40 {
    border-inline-end-color: rgb(148 163 184 / 0.4);
  }

  .md\:border-e-slate-400\/45 {
    border-inline-end-color: rgb(148 163 184 / 0.45);
  }

  .md\:border-e-slate-400\/5 {
    border-inline-end-color: rgb(148 163 184 / 0.05);
  }

  .md\:border-e-slate-400\/50 {
    border-inline-end-color: rgb(148 163 184 / 0.5);
  }

  .md\:border-e-slate-400\/55 {
    border-inline-end-color: rgb(148 163 184 / 0.55);
  }

  .md\:border-e-slate-400\/60 {
    border-inline-end-color: rgb(148 163 184 / 0.6);
  }

  .md\:border-e-slate-400\/65 {
    border-inline-end-color: rgb(148 163 184 / 0.65);
  }

  .md\:border-e-slate-400\/70 {
    border-inline-end-color: rgb(148 163 184 / 0.7);
  }

  .md\:border-e-slate-400\/75 {
    border-inline-end-color: rgb(148 163 184 / 0.75);
  }

  .md\:border-e-slate-400\/80 {
    border-inline-end-color: rgb(148 163 184 / 0.8);
  }

  .md\:border-e-slate-400\/85 {
    border-inline-end-color: rgb(148 163 184 / 0.85);
  }

  .md\:border-e-slate-400\/90 {
    border-inline-end-color: rgb(148 163 184 / 0.9);
  }

  .md\:border-e-slate-400\/95 {
    border-inline-end-color: rgb(148 163 184 / 0.95);
  }

  .md\:border-e-slate-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(248 250 252 / var(--tw-border-opacity));
  }

  .md\:border-e-slate-50\/0 {
    border-inline-end-color: rgb(248 250 252 / 0);
  }

  .md\:border-e-slate-50\/10 {
    border-inline-end-color: rgb(248 250 252 / 0.1);
  }

  .md\:border-e-slate-50\/100 {
    border-inline-end-color: rgb(248 250 252 / 1);
  }

  .md\:border-e-slate-50\/15 {
    border-inline-end-color: rgb(248 250 252 / 0.15);
  }

  .md\:border-e-slate-50\/20 {
    border-inline-end-color: rgb(248 250 252 / 0.2);
  }

  .md\:border-e-slate-50\/25 {
    border-inline-end-color: rgb(248 250 252 / 0.25);
  }

  .md\:border-e-slate-50\/30 {
    border-inline-end-color: rgb(248 250 252 / 0.3);
  }

  .md\:border-e-slate-50\/35 {
    border-inline-end-color: rgb(248 250 252 / 0.35);
  }

  .md\:border-e-slate-50\/40 {
    border-inline-end-color: rgb(248 250 252 / 0.4);
  }

  .md\:border-e-slate-50\/45 {
    border-inline-end-color: rgb(248 250 252 / 0.45);
  }

  .md\:border-e-slate-50\/5 {
    border-inline-end-color: rgb(248 250 252 / 0.05);
  }

  .md\:border-e-slate-50\/50 {
    border-inline-end-color: rgb(248 250 252 / 0.5);
  }

  .md\:border-e-slate-50\/55 {
    border-inline-end-color: rgb(248 250 252 / 0.55);
  }

  .md\:border-e-slate-50\/60 {
    border-inline-end-color: rgb(248 250 252 / 0.6);
  }

  .md\:border-e-slate-50\/65 {
    border-inline-end-color: rgb(248 250 252 / 0.65);
  }

  .md\:border-e-slate-50\/70 {
    border-inline-end-color: rgb(248 250 252 / 0.7);
  }

  .md\:border-e-slate-50\/75 {
    border-inline-end-color: rgb(248 250 252 / 0.75);
  }

  .md\:border-e-slate-50\/80 {
    border-inline-end-color: rgb(248 250 252 / 0.8);
  }

  .md\:border-e-slate-50\/85 {
    border-inline-end-color: rgb(248 250 252 / 0.85);
  }

  .md\:border-e-slate-50\/90 {
    border-inline-end-color: rgb(248 250 252 / 0.9);
  }

  .md\:border-e-slate-50\/95 {
    border-inline-end-color: rgb(248 250 252 / 0.95);
  }

  .md\:border-e-slate-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(100 116 139 / var(--tw-border-opacity));
  }

  .md\:border-e-slate-500\/0 {
    border-inline-end-color: rgb(100 116 139 / 0);
  }

  .md\:border-e-slate-500\/10 {
    border-inline-end-color: rgb(100 116 139 / 0.1);
  }

  .md\:border-e-slate-500\/100 {
    border-inline-end-color: rgb(100 116 139 / 1);
  }

  .md\:border-e-slate-500\/15 {
    border-inline-end-color: rgb(100 116 139 / 0.15);
  }

  .md\:border-e-slate-500\/20 {
    border-inline-end-color: rgb(100 116 139 / 0.2);
  }

  .md\:border-e-slate-500\/25 {
    border-inline-end-color: rgb(100 116 139 / 0.25);
  }

  .md\:border-e-slate-500\/30 {
    border-inline-end-color: rgb(100 116 139 / 0.3);
  }

  .md\:border-e-slate-500\/35 {
    border-inline-end-color: rgb(100 116 139 / 0.35);
  }

  .md\:border-e-slate-500\/40 {
    border-inline-end-color: rgb(100 116 139 / 0.4);
  }

  .md\:border-e-slate-500\/45 {
    border-inline-end-color: rgb(100 116 139 / 0.45);
  }

  .md\:border-e-slate-500\/5 {
    border-inline-end-color: rgb(100 116 139 / 0.05);
  }

  .md\:border-e-slate-500\/50 {
    border-inline-end-color: rgb(100 116 139 / 0.5);
  }

  .md\:border-e-slate-500\/55 {
    border-inline-end-color: rgb(100 116 139 / 0.55);
  }

  .md\:border-e-slate-500\/60 {
    border-inline-end-color: rgb(100 116 139 / 0.6);
  }

  .md\:border-e-slate-500\/65 {
    border-inline-end-color: rgb(100 116 139 / 0.65);
  }

  .md\:border-e-slate-500\/70 {
    border-inline-end-color: rgb(100 116 139 / 0.7);
  }

  .md\:border-e-slate-500\/75 {
    border-inline-end-color: rgb(100 116 139 / 0.75);
  }

  .md\:border-e-slate-500\/80 {
    border-inline-end-color: rgb(100 116 139 / 0.8);
  }

  .md\:border-e-slate-500\/85 {
    border-inline-end-color: rgb(100 116 139 / 0.85);
  }

  .md\:border-e-slate-500\/90 {
    border-inline-end-color: rgb(100 116 139 / 0.9);
  }

  .md\:border-e-slate-500\/95 {
    border-inline-end-color: rgb(100 116 139 / 0.95);
  }

  .md\:border-e-slate-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(71 85 105 / var(--tw-border-opacity));
  }

  .md\:border-e-slate-600\/0 {
    border-inline-end-color: rgb(71 85 105 / 0);
  }

  .md\:border-e-slate-600\/10 {
    border-inline-end-color: rgb(71 85 105 / 0.1);
  }

  .md\:border-e-slate-600\/100 {
    border-inline-end-color: rgb(71 85 105 / 1);
  }

  .md\:border-e-slate-600\/15 {
    border-inline-end-color: rgb(71 85 105 / 0.15);
  }

  .md\:border-e-slate-600\/20 {
    border-inline-end-color: rgb(71 85 105 / 0.2);
  }

  .md\:border-e-slate-600\/25 {
    border-inline-end-color: rgb(71 85 105 / 0.25);
  }

  .md\:border-e-slate-600\/30 {
    border-inline-end-color: rgb(71 85 105 / 0.3);
  }

  .md\:border-e-slate-600\/35 {
    border-inline-end-color: rgb(71 85 105 / 0.35);
  }

  .md\:border-e-slate-600\/40 {
    border-inline-end-color: rgb(71 85 105 / 0.4);
  }

  .md\:border-e-slate-600\/45 {
    border-inline-end-color: rgb(71 85 105 / 0.45);
  }

  .md\:border-e-slate-600\/5 {
    border-inline-end-color: rgb(71 85 105 / 0.05);
  }

  .md\:border-e-slate-600\/50 {
    border-inline-end-color: rgb(71 85 105 / 0.5);
  }

  .md\:border-e-slate-600\/55 {
    border-inline-end-color: rgb(71 85 105 / 0.55);
  }

  .md\:border-e-slate-600\/60 {
    border-inline-end-color: rgb(71 85 105 / 0.6);
  }

  .md\:border-e-slate-600\/65 {
    border-inline-end-color: rgb(71 85 105 / 0.65);
  }

  .md\:border-e-slate-600\/70 {
    border-inline-end-color: rgb(71 85 105 / 0.7);
  }

  .md\:border-e-slate-600\/75 {
    border-inline-end-color: rgb(71 85 105 / 0.75);
  }

  .md\:border-e-slate-600\/80 {
    border-inline-end-color: rgb(71 85 105 / 0.8);
  }

  .md\:border-e-slate-600\/85 {
    border-inline-end-color: rgb(71 85 105 / 0.85);
  }

  .md\:border-e-slate-600\/90 {
    border-inline-end-color: rgb(71 85 105 / 0.9);
  }

  .md\:border-e-slate-600\/95 {
    border-inline-end-color: rgb(71 85 105 / 0.95);
  }

  .md\:border-e-slate-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(51 65 85 / var(--tw-border-opacity));
  }

  .md\:border-e-slate-700\/0 {
    border-inline-end-color: rgb(51 65 85 / 0);
  }

  .md\:border-e-slate-700\/10 {
    border-inline-end-color: rgb(51 65 85 / 0.1);
  }

  .md\:border-e-slate-700\/100 {
    border-inline-end-color: rgb(51 65 85 / 1);
  }

  .md\:border-e-slate-700\/15 {
    border-inline-end-color: rgb(51 65 85 / 0.15);
  }

  .md\:border-e-slate-700\/20 {
    border-inline-end-color: rgb(51 65 85 / 0.2);
  }

  .md\:border-e-slate-700\/25 {
    border-inline-end-color: rgb(51 65 85 / 0.25);
  }

  .md\:border-e-slate-700\/30 {
    border-inline-end-color: rgb(51 65 85 / 0.3);
  }

  .md\:border-e-slate-700\/35 {
    border-inline-end-color: rgb(51 65 85 / 0.35);
  }

  .md\:border-e-slate-700\/40 {
    border-inline-end-color: rgb(51 65 85 / 0.4);
  }

  .md\:border-e-slate-700\/45 {
    border-inline-end-color: rgb(51 65 85 / 0.45);
  }

  .md\:border-e-slate-700\/5 {
    border-inline-end-color: rgb(51 65 85 / 0.05);
  }

  .md\:border-e-slate-700\/50 {
    border-inline-end-color: rgb(51 65 85 / 0.5);
  }

  .md\:border-e-slate-700\/55 {
    border-inline-end-color: rgb(51 65 85 / 0.55);
  }

  .md\:border-e-slate-700\/60 {
    border-inline-end-color: rgb(51 65 85 / 0.6);
  }

  .md\:border-e-slate-700\/65 {
    border-inline-end-color: rgb(51 65 85 / 0.65);
  }

  .md\:border-e-slate-700\/70 {
    border-inline-end-color: rgb(51 65 85 / 0.7);
  }

  .md\:border-e-slate-700\/75 {
    border-inline-end-color: rgb(51 65 85 / 0.75);
  }

  .md\:border-e-slate-700\/80 {
    border-inline-end-color: rgb(51 65 85 / 0.8);
  }

  .md\:border-e-slate-700\/85 {
    border-inline-end-color: rgb(51 65 85 / 0.85);
  }

  .md\:border-e-slate-700\/90 {
    border-inline-end-color: rgb(51 65 85 / 0.9);
  }

  .md\:border-e-slate-700\/95 {
    border-inline-end-color: rgb(51 65 85 / 0.95);
  }

  .md\:border-e-slate-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(30 41 59 / var(--tw-border-opacity));
  }

  .md\:border-e-slate-800\/0 {
    border-inline-end-color: rgb(30 41 59 / 0);
  }

  .md\:border-e-slate-800\/10 {
    border-inline-end-color: rgb(30 41 59 / 0.1);
  }

  .md\:border-e-slate-800\/100 {
    border-inline-end-color: rgb(30 41 59 / 1);
  }

  .md\:border-e-slate-800\/15 {
    border-inline-end-color: rgb(30 41 59 / 0.15);
  }

  .md\:border-e-slate-800\/20 {
    border-inline-end-color: rgb(30 41 59 / 0.2);
  }

  .md\:border-e-slate-800\/25 {
    border-inline-end-color: rgb(30 41 59 / 0.25);
  }

  .md\:border-e-slate-800\/30 {
    border-inline-end-color: rgb(30 41 59 / 0.3);
  }

  .md\:border-e-slate-800\/35 {
    border-inline-end-color: rgb(30 41 59 / 0.35);
  }

  .md\:border-e-slate-800\/40 {
    border-inline-end-color: rgb(30 41 59 / 0.4);
  }

  .md\:border-e-slate-800\/45 {
    border-inline-end-color: rgb(30 41 59 / 0.45);
  }

  .md\:border-e-slate-800\/5 {
    border-inline-end-color: rgb(30 41 59 / 0.05);
  }

  .md\:border-e-slate-800\/50 {
    border-inline-end-color: rgb(30 41 59 / 0.5);
  }

  .md\:border-e-slate-800\/55 {
    border-inline-end-color: rgb(30 41 59 / 0.55);
  }

  .md\:border-e-slate-800\/60 {
    border-inline-end-color: rgb(30 41 59 / 0.6);
  }

  .md\:border-e-slate-800\/65 {
    border-inline-end-color: rgb(30 41 59 / 0.65);
  }

  .md\:border-e-slate-800\/70 {
    border-inline-end-color: rgb(30 41 59 / 0.7);
  }

  .md\:border-e-slate-800\/75 {
    border-inline-end-color: rgb(30 41 59 / 0.75);
  }

  .md\:border-e-slate-800\/80 {
    border-inline-end-color: rgb(30 41 59 / 0.8);
  }

  .md\:border-e-slate-800\/85 {
    border-inline-end-color: rgb(30 41 59 / 0.85);
  }

  .md\:border-e-slate-800\/90 {
    border-inline-end-color: rgb(30 41 59 / 0.9);
  }

  .md\:border-e-slate-800\/95 {
    border-inline-end-color: rgb(30 41 59 / 0.95);
  }

  .md\:border-e-slate-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(15 23 42 / var(--tw-border-opacity));
  }

  .md\:border-e-slate-900\/0 {
    border-inline-end-color: rgb(15 23 42 / 0);
  }

  .md\:border-e-slate-900\/10 {
    border-inline-end-color: rgb(15 23 42 / 0.1);
  }

  .md\:border-e-slate-900\/100 {
    border-inline-end-color: rgb(15 23 42 / 1);
  }

  .md\:border-e-slate-900\/15 {
    border-inline-end-color: rgb(15 23 42 / 0.15);
  }

  .md\:border-e-slate-900\/20 {
    border-inline-end-color: rgb(15 23 42 / 0.2);
  }

  .md\:border-e-slate-900\/25 {
    border-inline-end-color: rgb(15 23 42 / 0.25);
  }

  .md\:border-e-slate-900\/30 {
    border-inline-end-color: rgb(15 23 42 / 0.3);
  }

  .md\:border-e-slate-900\/35 {
    border-inline-end-color: rgb(15 23 42 / 0.35);
  }

  .md\:border-e-slate-900\/40 {
    border-inline-end-color: rgb(15 23 42 / 0.4);
  }

  .md\:border-e-slate-900\/45 {
    border-inline-end-color: rgb(15 23 42 / 0.45);
  }

  .md\:border-e-slate-900\/5 {
    border-inline-end-color: rgb(15 23 42 / 0.05);
  }

  .md\:border-e-slate-900\/50 {
    border-inline-end-color: rgb(15 23 42 / 0.5);
  }

  .md\:border-e-slate-900\/55 {
    border-inline-end-color: rgb(15 23 42 / 0.55);
  }

  .md\:border-e-slate-900\/60 {
    border-inline-end-color: rgb(15 23 42 / 0.6);
  }

  .md\:border-e-slate-900\/65 {
    border-inline-end-color: rgb(15 23 42 / 0.65);
  }

  .md\:border-e-slate-900\/70 {
    border-inline-end-color: rgb(15 23 42 / 0.7);
  }

  .md\:border-e-slate-900\/75 {
    border-inline-end-color: rgb(15 23 42 / 0.75);
  }

  .md\:border-e-slate-900\/80 {
    border-inline-end-color: rgb(15 23 42 / 0.8);
  }

  .md\:border-e-slate-900\/85 {
    border-inline-end-color: rgb(15 23 42 / 0.85);
  }

  .md\:border-e-slate-900\/90 {
    border-inline-end-color: rgb(15 23 42 / 0.9);
  }

  .md\:border-e-slate-900\/95 {
    border-inline-end-color: rgb(15 23 42 / 0.95);
  }

  .md\:border-e-slate-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(2 6 23 / var(--tw-border-opacity));
  }

  .md\:border-e-slate-950\/0 {
    border-inline-end-color: rgb(2 6 23 / 0);
  }

  .md\:border-e-slate-950\/10 {
    border-inline-end-color: rgb(2 6 23 / 0.1);
  }

  .md\:border-e-slate-950\/100 {
    border-inline-end-color: rgb(2 6 23 / 1);
  }

  .md\:border-e-slate-950\/15 {
    border-inline-end-color: rgb(2 6 23 / 0.15);
  }

  .md\:border-e-slate-950\/20 {
    border-inline-end-color: rgb(2 6 23 / 0.2);
  }

  .md\:border-e-slate-950\/25 {
    border-inline-end-color: rgb(2 6 23 / 0.25);
  }

  .md\:border-e-slate-950\/30 {
    border-inline-end-color: rgb(2 6 23 / 0.3);
  }

  .md\:border-e-slate-950\/35 {
    border-inline-end-color: rgb(2 6 23 / 0.35);
  }

  .md\:border-e-slate-950\/40 {
    border-inline-end-color: rgb(2 6 23 / 0.4);
  }

  .md\:border-e-slate-950\/45 {
    border-inline-end-color: rgb(2 6 23 / 0.45);
  }

  .md\:border-e-slate-950\/5 {
    border-inline-end-color: rgb(2 6 23 / 0.05);
  }

  .md\:border-e-slate-950\/50 {
    border-inline-end-color: rgb(2 6 23 / 0.5);
  }

  .md\:border-e-slate-950\/55 {
    border-inline-end-color: rgb(2 6 23 / 0.55);
  }

  .md\:border-e-slate-950\/60 {
    border-inline-end-color: rgb(2 6 23 / 0.6);
  }

  .md\:border-e-slate-950\/65 {
    border-inline-end-color: rgb(2 6 23 / 0.65);
  }

  .md\:border-e-slate-950\/70 {
    border-inline-end-color: rgb(2 6 23 / 0.7);
  }

  .md\:border-e-slate-950\/75 {
    border-inline-end-color: rgb(2 6 23 / 0.75);
  }

  .md\:border-e-slate-950\/80 {
    border-inline-end-color: rgb(2 6 23 / 0.8);
  }

  .md\:border-e-slate-950\/85 {
    border-inline-end-color: rgb(2 6 23 / 0.85);
  }

  .md\:border-e-slate-950\/90 {
    border-inline-end-color: rgb(2 6 23 / 0.9);
  }

  .md\:border-e-slate-950\/95 {
    border-inline-end-color: rgb(2 6 23 / 0.95);
  }

  .md\:border-e-stone-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(245 245 244 / var(--tw-border-opacity));
  }

  .md\:border-e-stone-100\/0 {
    border-inline-end-color: rgb(245 245 244 / 0);
  }

  .md\:border-e-stone-100\/10 {
    border-inline-end-color: rgb(245 245 244 / 0.1);
  }

  .md\:border-e-stone-100\/100 {
    border-inline-end-color: rgb(245 245 244 / 1);
  }

  .md\:border-e-stone-100\/15 {
    border-inline-end-color: rgb(245 245 244 / 0.15);
  }

  .md\:border-e-stone-100\/20 {
    border-inline-end-color: rgb(245 245 244 / 0.2);
  }

  .md\:border-e-stone-100\/25 {
    border-inline-end-color: rgb(245 245 244 / 0.25);
  }

  .md\:border-e-stone-100\/30 {
    border-inline-end-color: rgb(245 245 244 / 0.3);
  }

  .md\:border-e-stone-100\/35 {
    border-inline-end-color: rgb(245 245 244 / 0.35);
  }

  .md\:border-e-stone-100\/40 {
    border-inline-end-color: rgb(245 245 244 / 0.4);
  }

  .md\:border-e-stone-100\/45 {
    border-inline-end-color: rgb(245 245 244 / 0.45);
  }

  .md\:border-e-stone-100\/5 {
    border-inline-end-color: rgb(245 245 244 / 0.05);
  }

  .md\:border-e-stone-100\/50 {
    border-inline-end-color: rgb(245 245 244 / 0.5);
  }

  .md\:border-e-stone-100\/55 {
    border-inline-end-color: rgb(245 245 244 / 0.55);
  }

  .md\:border-e-stone-100\/60 {
    border-inline-end-color: rgb(245 245 244 / 0.6);
  }

  .md\:border-e-stone-100\/65 {
    border-inline-end-color: rgb(245 245 244 / 0.65);
  }

  .md\:border-e-stone-100\/70 {
    border-inline-end-color: rgb(245 245 244 / 0.7);
  }

  .md\:border-e-stone-100\/75 {
    border-inline-end-color: rgb(245 245 244 / 0.75);
  }

  .md\:border-e-stone-100\/80 {
    border-inline-end-color: rgb(245 245 244 / 0.8);
  }

  .md\:border-e-stone-100\/85 {
    border-inline-end-color: rgb(245 245 244 / 0.85);
  }

  .md\:border-e-stone-100\/90 {
    border-inline-end-color: rgb(245 245 244 / 0.9);
  }

  .md\:border-e-stone-100\/95 {
    border-inline-end-color: rgb(245 245 244 / 0.95);
  }

  .md\:border-e-stone-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(231 229 228 / var(--tw-border-opacity));
  }

  .md\:border-e-stone-200\/0 {
    border-inline-end-color: rgb(231 229 228 / 0);
  }

  .md\:border-e-stone-200\/10 {
    border-inline-end-color: rgb(231 229 228 / 0.1);
  }

  .md\:border-e-stone-200\/100 {
    border-inline-end-color: rgb(231 229 228 / 1);
  }

  .md\:border-e-stone-200\/15 {
    border-inline-end-color: rgb(231 229 228 / 0.15);
  }

  .md\:border-e-stone-200\/20 {
    border-inline-end-color: rgb(231 229 228 / 0.2);
  }

  .md\:border-e-stone-200\/25 {
    border-inline-end-color: rgb(231 229 228 / 0.25);
  }

  .md\:border-e-stone-200\/30 {
    border-inline-end-color: rgb(231 229 228 / 0.3);
  }

  .md\:border-e-stone-200\/35 {
    border-inline-end-color: rgb(231 229 228 / 0.35);
  }

  .md\:border-e-stone-200\/40 {
    border-inline-end-color: rgb(231 229 228 / 0.4);
  }

  .md\:border-e-stone-200\/45 {
    border-inline-end-color: rgb(231 229 228 / 0.45);
  }

  .md\:border-e-stone-200\/5 {
    border-inline-end-color: rgb(231 229 228 / 0.05);
  }

  .md\:border-e-stone-200\/50 {
    border-inline-end-color: rgb(231 229 228 / 0.5);
  }

  .md\:border-e-stone-200\/55 {
    border-inline-end-color: rgb(231 229 228 / 0.55);
  }

  .md\:border-e-stone-200\/60 {
    border-inline-end-color: rgb(231 229 228 / 0.6);
  }

  .md\:border-e-stone-200\/65 {
    border-inline-end-color: rgb(231 229 228 / 0.65);
  }

  .md\:border-e-stone-200\/70 {
    border-inline-end-color: rgb(231 229 228 / 0.7);
  }

  .md\:border-e-stone-200\/75 {
    border-inline-end-color: rgb(231 229 228 / 0.75);
  }

  .md\:border-e-stone-200\/80 {
    border-inline-end-color: rgb(231 229 228 / 0.8);
  }

  .md\:border-e-stone-200\/85 {
    border-inline-end-color: rgb(231 229 228 / 0.85);
  }

  .md\:border-e-stone-200\/90 {
    border-inline-end-color: rgb(231 229 228 / 0.9);
  }

  .md\:border-e-stone-200\/95 {
    border-inline-end-color: rgb(231 229 228 / 0.95);
  }

  .md\:border-e-stone-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(214 211 209 / var(--tw-border-opacity));
  }

  .md\:border-e-stone-300\/0 {
    border-inline-end-color: rgb(214 211 209 / 0);
  }

  .md\:border-e-stone-300\/10 {
    border-inline-end-color: rgb(214 211 209 / 0.1);
  }

  .md\:border-e-stone-300\/100 {
    border-inline-end-color: rgb(214 211 209 / 1);
  }

  .md\:border-e-stone-300\/15 {
    border-inline-end-color: rgb(214 211 209 / 0.15);
  }

  .md\:border-e-stone-300\/20 {
    border-inline-end-color: rgb(214 211 209 / 0.2);
  }

  .md\:border-e-stone-300\/25 {
    border-inline-end-color: rgb(214 211 209 / 0.25);
  }

  .md\:border-e-stone-300\/30 {
    border-inline-end-color: rgb(214 211 209 / 0.3);
  }

  .md\:border-e-stone-300\/35 {
    border-inline-end-color: rgb(214 211 209 / 0.35);
  }

  .md\:border-e-stone-300\/40 {
    border-inline-end-color: rgb(214 211 209 / 0.4);
  }

  .md\:border-e-stone-300\/45 {
    border-inline-end-color: rgb(214 211 209 / 0.45);
  }

  .md\:border-e-stone-300\/5 {
    border-inline-end-color: rgb(214 211 209 / 0.05);
  }

  .md\:border-e-stone-300\/50 {
    border-inline-end-color: rgb(214 211 209 / 0.5);
  }

  .md\:border-e-stone-300\/55 {
    border-inline-end-color: rgb(214 211 209 / 0.55);
  }

  .md\:border-e-stone-300\/60 {
    border-inline-end-color: rgb(214 211 209 / 0.6);
  }

  .md\:border-e-stone-300\/65 {
    border-inline-end-color: rgb(214 211 209 / 0.65);
  }

  .md\:border-e-stone-300\/70 {
    border-inline-end-color: rgb(214 211 209 / 0.7);
  }

  .md\:border-e-stone-300\/75 {
    border-inline-end-color: rgb(214 211 209 / 0.75);
  }

  .md\:border-e-stone-300\/80 {
    border-inline-end-color: rgb(214 211 209 / 0.8);
  }

  .md\:border-e-stone-300\/85 {
    border-inline-end-color: rgb(214 211 209 / 0.85);
  }

  .md\:border-e-stone-300\/90 {
    border-inline-end-color: rgb(214 211 209 / 0.9);
  }

  .md\:border-e-stone-300\/95 {
    border-inline-end-color: rgb(214 211 209 / 0.95);
  }

  .md\:border-e-stone-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(168 162 158 / var(--tw-border-opacity));
  }

  .md\:border-e-stone-400\/0 {
    border-inline-end-color: rgb(168 162 158 / 0);
  }

  .md\:border-e-stone-400\/10 {
    border-inline-end-color: rgb(168 162 158 / 0.1);
  }

  .md\:border-e-stone-400\/100 {
    border-inline-end-color: rgb(168 162 158 / 1);
  }

  .md\:border-e-stone-400\/15 {
    border-inline-end-color: rgb(168 162 158 / 0.15);
  }

  .md\:border-e-stone-400\/20 {
    border-inline-end-color: rgb(168 162 158 / 0.2);
  }

  .md\:border-e-stone-400\/25 {
    border-inline-end-color: rgb(168 162 158 / 0.25);
  }

  .md\:border-e-stone-400\/30 {
    border-inline-end-color: rgb(168 162 158 / 0.3);
  }

  .md\:border-e-stone-400\/35 {
    border-inline-end-color: rgb(168 162 158 / 0.35);
  }

  .md\:border-e-stone-400\/40 {
    border-inline-end-color: rgb(168 162 158 / 0.4);
  }

  .md\:border-e-stone-400\/45 {
    border-inline-end-color: rgb(168 162 158 / 0.45);
  }

  .md\:border-e-stone-400\/5 {
    border-inline-end-color: rgb(168 162 158 / 0.05);
  }

  .md\:border-e-stone-400\/50 {
    border-inline-end-color: rgb(168 162 158 / 0.5);
  }

  .md\:border-e-stone-400\/55 {
    border-inline-end-color: rgb(168 162 158 / 0.55);
  }

  .md\:border-e-stone-400\/60 {
    border-inline-end-color: rgb(168 162 158 / 0.6);
  }

  .md\:border-e-stone-400\/65 {
    border-inline-end-color: rgb(168 162 158 / 0.65);
  }

  .md\:border-e-stone-400\/70 {
    border-inline-end-color: rgb(168 162 158 / 0.7);
  }

  .md\:border-e-stone-400\/75 {
    border-inline-end-color: rgb(168 162 158 / 0.75);
  }

  .md\:border-e-stone-400\/80 {
    border-inline-end-color: rgb(168 162 158 / 0.8);
  }

  .md\:border-e-stone-400\/85 {
    border-inline-end-color: rgb(168 162 158 / 0.85);
  }

  .md\:border-e-stone-400\/90 {
    border-inline-end-color: rgb(168 162 158 / 0.9);
  }

  .md\:border-e-stone-400\/95 {
    border-inline-end-color: rgb(168 162 158 / 0.95);
  }

  .md\:border-e-stone-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(250 250 249 / var(--tw-border-opacity));
  }

  .md\:border-e-stone-50\/0 {
    border-inline-end-color: rgb(250 250 249 / 0);
  }

  .md\:border-e-stone-50\/10 {
    border-inline-end-color: rgb(250 250 249 / 0.1);
  }

  .md\:border-e-stone-50\/100 {
    border-inline-end-color: rgb(250 250 249 / 1);
  }

  .md\:border-e-stone-50\/15 {
    border-inline-end-color: rgb(250 250 249 / 0.15);
  }

  .md\:border-e-stone-50\/20 {
    border-inline-end-color: rgb(250 250 249 / 0.2);
  }

  .md\:border-e-stone-50\/25 {
    border-inline-end-color: rgb(250 250 249 / 0.25);
  }

  .md\:border-e-stone-50\/30 {
    border-inline-end-color: rgb(250 250 249 / 0.3);
  }

  .md\:border-e-stone-50\/35 {
    border-inline-end-color: rgb(250 250 249 / 0.35);
  }

  .md\:border-e-stone-50\/40 {
    border-inline-end-color: rgb(250 250 249 / 0.4);
  }

  .md\:border-e-stone-50\/45 {
    border-inline-end-color: rgb(250 250 249 / 0.45);
  }

  .md\:border-e-stone-50\/5 {
    border-inline-end-color: rgb(250 250 249 / 0.05);
  }

  .md\:border-e-stone-50\/50 {
    border-inline-end-color: rgb(250 250 249 / 0.5);
  }

  .md\:border-e-stone-50\/55 {
    border-inline-end-color: rgb(250 250 249 / 0.55);
  }

  .md\:border-e-stone-50\/60 {
    border-inline-end-color: rgb(250 250 249 / 0.6);
  }

  .md\:border-e-stone-50\/65 {
    border-inline-end-color: rgb(250 250 249 / 0.65);
  }

  .md\:border-e-stone-50\/70 {
    border-inline-end-color: rgb(250 250 249 / 0.7);
  }

  .md\:border-e-stone-50\/75 {
    border-inline-end-color: rgb(250 250 249 / 0.75);
  }

  .md\:border-e-stone-50\/80 {
    border-inline-end-color: rgb(250 250 249 / 0.8);
  }

  .md\:border-e-stone-50\/85 {
    border-inline-end-color: rgb(250 250 249 / 0.85);
  }

  .md\:border-e-stone-50\/90 {
    border-inline-end-color: rgb(250 250 249 / 0.9);
  }

  .md\:border-e-stone-50\/95 {
    border-inline-end-color: rgb(250 250 249 / 0.95);
  }

  .md\:border-e-stone-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(120 113 108 / var(--tw-border-opacity));
  }

  .md\:border-e-stone-500\/0 {
    border-inline-end-color: rgb(120 113 108 / 0);
  }

  .md\:border-e-stone-500\/10 {
    border-inline-end-color: rgb(120 113 108 / 0.1);
  }

  .md\:border-e-stone-500\/100 {
    border-inline-end-color: rgb(120 113 108 / 1);
  }

  .md\:border-e-stone-500\/15 {
    border-inline-end-color: rgb(120 113 108 / 0.15);
  }

  .md\:border-e-stone-500\/20 {
    border-inline-end-color: rgb(120 113 108 / 0.2);
  }

  .md\:border-e-stone-500\/25 {
    border-inline-end-color: rgb(120 113 108 / 0.25);
  }

  .md\:border-e-stone-500\/30 {
    border-inline-end-color: rgb(120 113 108 / 0.3);
  }

  .md\:border-e-stone-500\/35 {
    border-inline-end-color: rgb(120 113 108 / 0.35);
  }

  .md\:border-e-stone-500\/40 {
    border-inline-end-color: rgb(120 113 108 / 0.4);
  }

  .md\:border-e-stone-500\/45 {
    border-inline-end-color: rgb(120 113 108 / 0.45);
  }

  .md\:border-e-stone-500\/5 {
    border-inline-end-color: rgb(120 113 108 / 0.05);
  }

  .md\:border-e-stone-500\/50 {
    border-inline-end-color: rgb(120 113 108 / 0.5);
  }

  .md\:border-e-stone-500\/55 {
    border-inline-end-color: rgb(120 113 108 / 0.55);
  }

  .md\:border-e-stone-500\/60 {
    border-inline-end-color: rgb(120 113 108 / 0.6);
  }

  .md\:border-e-stone-500\/65 {
    border-inline-end-color: rgb(120 113 108 / 0.65);
  }

  .md\:border-e-stone-500\/70 {
    border-inline-end-color: rgb(120 113 108 / 0.7);
  }

  .md\:border-e-stone-500\/75 {
    border-inline-end-color: rgb(120 113 108 / 0.75);
  }

  .md\:border-e-stone-500\/80 {
    border-inline-end-color: rgb(120 113 108 / 0.8);
  }

  .md\:border-e-stone-500\/85 {
    border-inline-end-color: rgb(120 113 108 / 0.85);
  }

  .md\:border-e-stone-500\/90 {
    border-inline-end-color: rgb(120 113 108 / 0.9);
  }

  .md\:border-e-stone-500\/95 {
    border-inline-end-color: rgb(120 113 108 / 0.95);
  }

  .md\:border-e-stone-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(87 83 78 / var(--tw-border-opacity));
  }

  .md\:border-e-stone-600\/0 {
    border-inline-end-color: rgb(87 83 78 / 0);
  }

  .md\:border-e-stone-600\/10 {
    border-inline-end-color: rgb(87 83 78 / 0.1);
  }

  .md\:border-e-stone-600\/100 {
    border-inline-end-color: rgb(87 83 78 / 1);
  }

  .md\:border-e-stone-600\/15 {
    border-inline-end-color: rgb(87 83 78 / 0.15);
  }

  .md\:border-e-stone-600\/20 {
    border-inline-end-color: rgb(87 83 78 / 0.2);
  }

  .md\:border-e-stone-600\/25 {
    border-inline-end-color: rgb(87 83 78 / 0.25);
  }

  .md\:border-e-stone-600\/30 {
    border-inline-end-color: rgb(87 83 78 / 0.3);
  }

  .md\:border-e-stone-600\/35 {
    border-inline-end-color: rgb(87 83 78 / 0.35);
  }

  .md\:border-e-stone-600\/40 {
    border-inline-end-color: rgb(87 83 78 / 0.4);
  }

  .md\:border-e-stone-600\/45 {
    border-inline-end-color: rgb(87 83 78 / 0.45);
  }

  .md\:border-e-stone-600\/5 {
    border-inline-end-color: rgb(87 83 78 / 0.05);
  }

  .md\:border-e-stone-600\/50 {
    border-inline-end-color: rgb(87 83 78 / 0.5);
  }

  .md\:border-e-stone-600\/55 {
    border-inline-end-color: rgb(87 83 78 / 0.55);
  }

  .md\:border-e-stone-600\/60 {
    border-inline-end-color: rgb(87 83 78 / 0.6);
  }

  .md\:border-e-stone-600\/65 {
    border-inline-end-color: rgb(87 83 78 / 0.65);
  }

  .md\:border-e-stone-600\/70 {
    border-inline-end-color: rgb(87 83 78 / 0.7);
  }

  .md\:border-e-stone-600\/75 {
    border-inline-end-color: rgb(87 83 78 / 0.75);
  }

  .md\:border-e-stone-600\/80 {
    border-inline-end-color: rgb(87 83 78 / 0.8);
  }

  .md\:border-e-stone-600\/85 {
    border-inline-end-color: rgb(87 83 78 / 0.85);
  }

  .md\:border-e-stone-600\/90 {
    border-inline-end-color: rgb(87 83 78 / 0.9);
  }

  .md\:border-e-stone-600\/95 {
    border-inline-end-color: rgb(87 83 78 / 0.95);
  }

  .md\:border-e-stone-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(68 64 60 / var(--tw-border-opacity));
  }

  .md\:border-e-stone-700\/0 {
    border-inline-end-color: rgb(68 64 60 / 0);
  }

  .md\:border-e-stone-700\/10 {
    border-inline-end-color: rgb(68 64 60 / 0.1);
  }

  .md\:border-e-stone-700\/100 {
    border-inline-end-color: rgb(68 64 60 / 1);
  }

  .md\:border-e-stone-700\/15 {
    border-inline-end-color: rgb(68 64 60 / 0.15);
  }

  .md\:border-e-stone-700\/20 {
    border-inline-end-color: rgb(68 64 60 / 0.2);
  }

  .md\:border-e-stone-700\/25 {
    border-inline-end-color: rgb(68 64 60 / 0.25);
  }

  .md\:border-e-stone-700\/30 {
    border-inline-end-color: rgb(68 64 60 / 0.3);
  }

  .md\:border-e-stone-700\/35 {
    border-inline-end-color: rgb(68 64 60 / 0.35);
  }

  .md\:border-e-stone-700\/40 {
    border-inline-end-color: rgb(68 64 60 / 0.4);
  }

  .md\:border-e-stone-700\/45 {
    border-inline-end-color: rgb(68 64 60 / 0.45);
  }

  .md\:border-e-stone-700\/5 {
    border-inline-end-color: rgb(68 64 60 / 0.05);
  }

  .md\:border-e-stone-700\/50 {
    border-inline-end-color: rgb(68 64 60 / 0.5);
  }

  .md\:border-e-stone-700\/55 {
    border-inline-end-color: rgb(68 64 60 / 0.55);
  }

  .md\:border-e-stone-700\/60 {
    border-inline-end-color: rgb(68 64 60 / 0.6);
  }

  .md\:border-e-stone-700\/65 {
    border-inline-end-color: rgb(68 64 60 / 0.65);
  }

  .md\:border-e-stone-700\/70 {
    border-inline-end-color: rgb(68 64 60 / 0.7);
  }

  .md\:border-e-stone-700\/75 {
    border-inline-end-color: rgb(68 64 60 / 0.75);
  }

  .md\:border-e-stone-700\/80 {
    border-inline-end-color: rgb(68 64 60 / 0.8);
  }

  .md\:border-e-stone-700\/85 {
    border-inline-end-color: rgb(68 64 60 / 0.85);
  }

  .md\:border-e-stone-700\/90 {
    border-inline-end-color: rgb(68 64 60 / 0.9);
  }

  .md\:border-e-stone-700\/95 {
    border-inline-end-color: rgb(68 64 60 / 0.95);
  }

  .md\:border-e-stone-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(41 37 36 / var(--tw-border-opacity));
  }

  .md\:border-e-stone-800\/0 {
    border-inline-end-color: rgb(41 37 36 / 0);
  }

  .md\:border-e-stone-800\/10 {
    border-inline-end-color: rgb(41 37 36 / 0.1);
  }

  .md\:border-e-stone-800\/100 {
    border-inline-end-color: rgb(41 37 36 / 1);
  }

  .md\:border-e-stone-800\/15 {
    border-inline-end-color: rgb(41 37 36 / 0.15);
  }

  .md\:border-e-stone-800\/20 {
    border-inline-end-color: rgb(41 37 36 / 0.2);
  }

  .md\:border-e-stone-800\/25 {
    border-inline-end-color: rgb(41 37 36 / 0.25);
  }

  .md\:border-e-stone-800\/30 {
    border-inline-end-color: rgb(41 37 36 / 0.3);
  }

  .md\:border-e-stone-800\/35 {
    border-inline-end-color: rgb(41 37 36 / 0.35);
  }

  .md\:border-e-stone-800\/40 {
    border-inline-end-color: rgb(41 37 36 / 0.4);
  }

  .md\:border-e-stone-800\/45 {
    border-inline-end-color: rgb(41 37 36 / 0.45);
  }

  .md\:border-e-stone-800\/5 {
    border-inline-end-color: rgb(41 37 36 / 0.05);
  }

  .md\:border-e-stone-800\/50 {
    border-inline-end-color: rgb(41 37 36 / 0.5);
  }

  .md\:border-e-stone-800\/55 {
    border-inline-end-color: rgb(41 37 36 / 0.55);
  }

  .md\:border-e-stone-800\/60 {
    border-inline-end-color: rgb(41 37 36 / 0.6);
  }

  .md\:border-e-stone-800\/65 {
    border-inline-end-color: rgb(41 37 36 / 0.65);
  }

  .md\:border-e-stone-800\/70 {
    border-inline-end-color: rgb(41 37 36 / 0.7);
  }

  .md\:border-e-stone-800\/75 {
    border-inline-end-color: rgb(41 37 36 / 0.75);
  }

  .md\:border-e-stone-800\/80 {
    border-inline-end-color: rgb(41 37 36 / 0.8);
  }

  .md\:border-e-stone-800\/85 {
    border-inline-end-color: rgb(41 37 36 / 0.85);
  }

  .md\:border-e-stone-800\/90 {
    border-inline-end-color: rgb(41 37 36 / 0.9);
  }

  .md\:border-e-stone-800\/95 {
    border-inline-end-color: rgb(41 37 36 / 0.95);
  }

  .md\:border-e-stone-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(28 25 23 / var(--tw-border-opacity));
  }

  .md\:border-e-stone-900\/0 {
    border-inline-end-color: rgb(28 25 23 / 0);
  }

  .md\:border-e-stone-900\/10 {
    border-inline-end-color: rgb(28 25 23 / 0.1);
  }

  .md\:border-e-stone-900\/100 {
    border-inline-end-color: rgb(28 25 23 / 1);
  }

  .md\:border-e-stone-900\/15 {
    border-inline-end-color: rgb(28 25 23 / 0.15);
  }

  .md\:border-e-stone-900\/20 {
    border-inline-end-color: rgb(28 25 23 / 0.2);
  }

  .md\:border-e-stone-900\/25 {
    border-inline-end-color: rgb(28 25 23 / 0.25);
  }

  .md\:border-e-stone-900\/30 {
    border-inline-end-color: rgb(28 25 23 / 0.3);
  }

  .md\:border-e-stone-900\/35 {
    border-inline-end-color: rgb(28 25 23 / 0.35);
  }

  .md\:border-e-stone-900\/40 {
    border-inline-end-color: rgb(28 25 23 / 0.4);
  }

  .md\:border-e-stone-900\/45 {
    border-inline-end-color: rgb(28 25 23 / 0.45);
  }

  .md\:border-e-stone-900\/5 {
    border-inline-end-color: rgb(28 25 23 / 0.05);
  }

  .md\:border-e-stone-900\/50 {
    border-inline-end-color: rgb(28 25 23 / 0.5);
  }

  .md\:border-e-stone-900\/55 {
    border-inline-end-color: rgb(28 25 23 / 0.55);
  }

  .md\:border-e-stone-900\/60 {
    border-inline-end-color: rgb(28 25 23 / 0.6);
  }

  .md\:border-e-stone-900\/65 {
    border-inline-end-color: rgb(28 25 23 / 0.65);
  }

  .md\:border-e-stone-900\/70 {
    border-inline-end-color: rgb(28 25 23 / 0.7);
  }

  .md\:border-e-stone-900\/75 {
    border-inline-end-color: rgb(28 25 23 / 0.75);
  }

  .md\:border-e-stone-900\/80 {
    border-inline-end-color: rgb(28 25 23 / 0.8);
  }

  .md\:border-e-stone-900\/85 {
    border-inline-end-color: rgb(28 25 23 / 0.85);
  }

  .md\:border-e-stone-900\/90 {
    border-inline-end-color: rgb(28 25 23 / 0.9);
  }

  .md\:border-e-stone-900\/95 {
    border-inline-end-color: rgb(28 25 23 / 0.95);
  }

  .md\:border-e-stone-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(12 10 9 / var(--tw-border-opacity));
  }

  .md\:border-e-stone-950\/0 {
    border-inline-end-color: rgb(12 10 9 / 0);
  }

  .md\:border-e-stone-950\/10 {
    border-inline-end-color: rgb(12 10 9 / 0.1);
  }

  .md\:border-e-stone-950\/100 {
    border-inline-end-color: rgb(12 10 9 / 1);
  }

  .md\:border-e-stone-950\/15 {
    border-inline-end-color: rgb(12 10 9 / 0.15);
  }

  .md\:border-e-stone-950\/20 {
    border-inline-end-color: rgb(12 10 9 / 0.2);
  }

  .md\:border-e-stone-950\/25 {
    border-inline-end-color: rgb(12 10 9 / 0.25);
  }

  .md\:border-e-stone-950\/30 {
    border-inline-end-color: rgb(12 10 9 / 0.3);
  }

  .md\:border-e-stone-950\/35 {
    border-inline-end-color: rgb(12 10 9 / 0.35);
  }

  .md\:border-e-stone-950\/40 {
    border-inline-end-color: rgb(12 10 9 / 0.4);
  }

  .md\:border-e-stone-950\/45 {
    border-inline-end-color: rgb(12 10 9 / 0.45);
  }

  .md\:border-e-stone-950\/5 {
    border-inline-end-color: rgb(12 10 9 / 0.05);
  }

  .md\:border-e-stone-950\/50 {
    border-inline-end-color: rgb(12 10 9 / 0.5);
  }

  .md\:border-e-stone-950\/55 {
    border-inline-end-color: rgb(12 10 9 / 0.55);
  }

  .md\:border-e-stone-950\/60 {
    border-inline-end-color: rgb(12 10 9 / 0.6);
  }

  .md\:border-e-stone-950\/65 {
    border-inline-end-color: rgb(12 10 9 / 0.65);
  }

  .md\:border-e-stone-950\/70 {
    border-inline-end-color: rgb(12 10 9 / 0.7);
  }

  .md\:border-e-stone-950\/75 {
    border-inline-end-color: rgb(12 10 9 / 0.75);
  }

  .md\:border-e-stone-950\/80 {
    border-inline-end-color: rgb(12 10 9 / 0.8);
  }

  .md\:border-e-stone-950\/85 {
    border-inline-end-color: rgb(12 10 9 / 0.85);
  }

  .md\:border-e-stone-950\/90 {
    border-inline-end-color: rgb(12 10 9 / 0.9);
  }

  .md\:border-e-stone-950\/95 {
    border-inline-end-color: rgb(12 10 9 / 0.95);
  }

  .md\:border-e-teal-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(204 251 241 / var(--tw-border-opacity));
  }

  .md\:border-e-teal-100\/0 {
    border-inline-end-color: rgb(204 251 241 / 0);
  }

  .md\:border-e-teal-100\/10 {
    border-inline-end-color: rgb(204 251 241 / 0.1);
  }

  .md\:border-e-teal-100\/100 {
    border-inline-end-color: rgb(204 251 241 / 1);
  }

  .md\:border-e-teal-100\/15 {
    border-inline-end-color: rgb(204 251 241 / 0.15);
  }

  .md\:border-e-teal-100\/20 {
    border-inline-end-color: rgb(204 251 241 / 0.2);
  }

  .md\:border-e-teal-100\/25 {
    border-inline-end-color: rgb(204 251 241 / 0.25);
  }

  .md\:border-e-teal-100\/30 {
    border-inline-end-color: rgb(204 251 241 / 0.3);
  }

  .md\:border-e-teal-100\/35 {
    border-inline-end-color: rgb(204 251 241 / 0.35);
  }

  .md\:border-e-teal-100\/40 {
    border-inline-end-color: rgb(204 251 241 / 0.4);
  }

  .md\:border-e-teal-100\/45 {
    border-inline-end-color: rgb(204 251 241 / 0.45);
  }

  .md\:border-e-teal-100\/5 {
    border-inline-end-color: rgb(204 251 241 / 0.05);
  }

  .md\:border-e-teal-100\/50 {
    border-inline-end-color: rgb(204 251 241 / 0.5);
  }

  .md\:border-e-teal-100\/55 {
    border-inline-end-color: rgb(204 251 241 / 0.55);
  }

  .md\:border-e-teal-100\/60 {
    border-inline-end-color: rgb(204 251 241 / 0.6);
  }

  .md\:border-e-teal-100\/65 {
    border-inline-end-color: rgb(204 251 241 / 0.65);
  }

  .md\:border-e-teal-100\/70 {
    border-inline-end-color: rgb(204 251 241 / 0.7);
  }

  .md\:border-e-teal-100\/75 {
    border-inline-end-color: rgb(204 251 241 / 0.75);
  }

  .md\:border-e-teal-100\/80 {
    border-inline-end-color: rgb(204 251 241 / 0.8);
  }

  .md\:border-e-teal-100\/85 {
    border-inline-end-color: rgb(204 251 241 / 0.85);
  }

  .md\:border-e-teal-100\/90 {
    border-inline-end-color: rgb(204 251 241 / 0.9);
  }

  .md\:border-e-teal-100\/95 {
    border-inline-end-color: rgb(204 251 241 / 0.95);
  }

  .md\:border-e-teal-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(153 246 228 / var(--tw-border-opacity));
  }

  .md\:border-e-teal-200\/0 {
    border-inline-end-color: rgb(153 246 228 / 0);
  }

  .md\:border-e-teal-200\/10 {
    border-inline-end-color: rgb(153 246 228 / 0.1);
  }

  .md\:border-e-teal-200\/100 {
    border-inline-end-color: rgb(153 246 228 / 1);
  }

  .md\:border-e-teal-200\/15 {
    border-inline-end-color: rgb(153 246 228 / 0.15);
  }

  .md\:border-e-teal-200\/20 {
    border-inline-end-color: rgb(153 246 228 / 0.2);
  }

  .md\:border-e-teal-200\/25 {
    border-inline-end-color: rgb(153 246 228 / 0.25);
  }

  .md\:border-e-teal-200\/30 {
    border-inline-end-color: rgb(153 246 228 / 0.3);
  }

  .md\:border-e-teal-200\/35 {
    border-inline-end-color: rgb(153 246 228 / 0.35);
  }

  .md\:border-e-teal-200\/40 {
    border-inline-end-color: rgb(153 246 228 / 0.4);
  }

  .md\:border-e-teal-200\/45 {
    border-inline-end-color: rgb(153 246 228 / 0.45);
  }

  .md\:border-e-teal-200\/5 {
    border-inline-end-color: rgb(153 246 228 / 0.05);
  }

  .md\:border-e-teal-200\/50 {
    border-inline-end-color: rgb(153 246 228 / 0.5);
  }

  .md\:border-e-teal-200\/55 {
    border-inline-end-color: rgb(153 246 228 / 0.55);
  }

  .md\:border-e-teal-200\/60 {
    border-inline-end-color: rgb(153 246 228 / 0.6);
  }

  .md\:border-e-teal-200\/65 {
    border-inline-end-color: rgb(153 246 228 / 0.65);
  }

  .md\:border-e-teal-200\/70 {
    border-inline-end-color: rgb(153 246 228 / 0.7);
  }

  .md\:border-e-teal-200\/75 {
    border-inline-end-color: rgb(153 246 228 / 0.75);
  }

  .md\:border-e-teal-200\/80 {
    border-inline-end-color: rgb(153 246 228 / 0.8);
  }

  .md\:border-e-teal-200\/85 {
    border-inline-end-color: rgb(153 246 228 / 0.85);
  }

  .md\:border-e-teal-200\/90 {
    border-inline-end-color: rgb(153 246 228 / 0.9);
  }

  .md\:border-e-teal-200\/95 {
    border-inline-end-color: rgb(153 246 228 / 0.95);
  }

  .md\:border-e-teal-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(94 234 212 / var(--tw-border-opacity));
  }

  .md\:border-e-teal-300\/0 {
    border-inline-end-color: rgb(94 234 212 / 0);
  }

  .md\:border-e-teal-300\/10 {
    border-inline-end-color: rgb(94 234 212 / 0.1);
  }

  .md\:border-e-teal-300\/100 {
    border-inline-end-color: rgb(94 234 212 / 1);
  }

  .md\:border-e-teal-300\/15 {
    border-inline-end-color: rgb(94 234 212 / 0.15);
  }

  .md\:border-e-teal-300\/20 {
    border-inline-end-color: rgb(94 234 212 / 0.2);
  }

  .md\:border-e-teal-300\/25 {
    border-inline-end-color: rgb(94 234 212 / 0.25);
  }

  .md\:border-e-teal-300\/30 {
    border-inline-end-color: rgb(94 234 212 / 0.3);
  }

  .md\:border-e-teal-300\/35 {
    border-inline-end-color: rgb(94 234 212 / 0.35);
  }

  .md\:border-e-teal-300\/40 {
    border-inline-end-color: rgb(94 234 212 / 0.4);
  }

  .md\:border-e-teal-300\/45 {
    border-inline-end-color: rgb(94 234 212 / 0.45);
  }

  .md\:border-e-teal-300\/5 {
    border-inline-end-color: rgb(94 234 212 / 0.05);
  }

  .md\:border-e-teal-300\/50 {
    border-inline-end-color: rgb(94 234 212 / 0.5);
  }

  .md\:border-e-teal-300\/55 {
    border-inline-end-color: rgb(94 234 212 / 0.55);
  }

  .md\:border-e-teal-300\/60 {
    border-inline-end-color: rgb(94 234 212 / 0.6);
  }

  .md\:border-e-teal-300\/65 {
    border-inline-end-color: rgb(94 234 212 / 0.65);
  }

  .md\:border-e-teal-300\/70 {
    border-inline-end-color: rgb(94 234 212 / 0.7);
  }

  .md\:border-e-teal-300\/75 {
    border-inline-end-color: rgb(94 234 212 / 0.75);
  }

  .md\:border-e-teal-300\/80 {
    border-inline-end-color: rgb(94 234 212 / 0.8);
  }

  .md\:border-e-teal-300\/85 {
    border-inline-end-color: rgb(94 234 212 / 0.85);
  }

  .md\:border-e-teal-300\/90 {
    border-inline-end-color: rgb(94 234 212 / 0.9);
  }

  .md\:border-e-teal-300\/95 {
    border-inline-end-color: rgb(94 234 212 / 0.95);
  }

  .md\:border-e-teal-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(45 212 191 / var(--tw-border-opacity));
  }

  .md\:border-e-teal-400\/0 {
    border-inline-end-color: rgb(45 212 191 / 0);
  }

  .md\:border-e-teal-400\/10 {
    border-inline-end-color: rgb(45 212 191 / 0.1);
  }

  .md\:border-e-teal-400\/100 {
    border-inline-end-color: rgb(45 212 191 / 1);
  }

  .md\:border-e-teal-400\/15 {
    border-inline-end-color: rgb(45 212 191 / 0.15);
  }

  .md\:border-e-teal-400\/20 {
    border-inline-end-color: rgb(45 212 191 / 0.2);
  }

  .md\:border-e-teal-400\/25 {
    border-inline-end-color: rgb(45 212 191 / 0.25);
  }

  .md\:border-e-teal-400\/30 {
    border-inline-end-color: rgb(45 212 191 / 0.3);
  }

  .md\:border-e-teal-400\/35 {
    border-inline-end-color: rgb(45 212 191 / 0.35);
  }

  .md\:border-e-teal-400\/40 {
    border-inline-end-color: rgb(45 212 191 / 0.4);
  }

  .md\:border-e-teal-400\/45 {
    border-inline-end-color: rgb(45 212 191 / 0.45);
  }

  .md\:border-e-teal-400\/5 {
    border-inline-end-color: rgb(45 212 191 / 0.05);
  }

  .md\:border-e-teal-400\/50 {
    border-inline-end-color: rgb(45 212 191 / 0.5);
  }

  .md\:border-e-teal-400\/55 {
    border-inline-end-color: rgb(45 212 191 / 0.55);
  }

  .md\:border-e-teal-400\/60 {
    border-inline-end-color: rgb(45 212 191 / 0.6);
  }

  .md\:border-e-teal-400\/65 {
    border-inline-end-color: rgb(45 212 191 / 0.65);
  }

  .md\:border-e-teal-400\/70 {
    border-inline-end-color: rgb(45 212 191 / 0.7);
  }

  .md\:border-e-teal-400\/75 {
    border-inline-end-color: rgb(45 212 191 / 0.75);
  }

  .md\:border-e-teal-400\/80 {
    border-inline-end-color: rgb(45 212 191 / 0.8);
  }

  .md\:border-e-teal-400\/85 {
    border-inline-end-color: rgb(45 212 191 / 0.85);
  }

  .md\:border-e-teal-400\/90 {
    border-inline-end-color: rgb(45 212 191 / 0.9);
  }

  .md\:border-e-teal-400\/95 {
    border-inline-end-color: rgb(45 212 191 / 0.95);
  }

  .md\:border-e-teal-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(240 253 250 / var(--tw-border-opacity));
  }

  .md\:border-e-teal-50\/0 {
    border-inline-end-color: rgb(240 253 250 / 0);
  }

  .md\:border-e-teal-50\/10 {
    border-inline-end-color: rgb(240 253 250 / 0.1);
  }

  .md\:border-e-teal-50\/100 {
    border-inline-end-color: rgb(240 253 250 / 1);
  }

  .md\:border-e-teal-50\/15 {
    border-inline-end-color: rgb(240 253 250 / 0.15);
  }

  .md\:border-e-teal-50\/20 {
    border-inline-end-color: rgb(240 253 250 / 0.2);
  }

  .md\:border-e-teal-50\/25 {
    border-inline-end-color: rgb(240 253 250 / 0.25);
  }

  .md\:border-e-teal-50\/30 {
    border-inline-end-color: rgb(240 253 250 / 0.3);
  }

  .md\:border-e-teal-50\/35 {
    border-inline-end-color: rgb(240 253 250 / 0.35);
  }

  .md\:border-e-teal-50\/40 {
    border-inline-end-color: rgb(240 253 250 / 0.4);
  }

  .md\:border-e-teal-50\/45 {
    border-inline-end-color: rgb(240 253 250 / 0.45);
  }

  .md\:border-e-teal-50\/5 {
    border-inline-end-color: rgb(240 253 250 / 0.05);
  }

  .md\:border-e-teal-50\/50 {
    border-inline-end-color: rgb(240 253 250 / 0.5);
  }

  .md\:border-e-teal-50\/55 {
    border-inline-end-color: rgb(240 253 250 / 0.55);
  }

  .md\:border-e-teal-50\/60 {
    border-inline-end-color: rgb(240 253 250 / 0.6);
  }

  .md\:border-e-teal-50\/65 {
    border-inline-end-color: rgb(240 253 250 / 0.65);
  }

  .md\:border-e-teal-50\/70 {
    border-inline-end-color: rgb(240 253 250 / 0.7);
  }

  .md\:border-e-teal-50\/75 {
    border-inline-end-color: rgb(240 253 250 / 0.75);
  }

  .md\:border-e-teal-50\/80 {
    border-inline-end-color: rgb(240 253 250 / 0.8);
  }

  .md\:border-e-teal-50\/85 {
    border-inline-end-color: rgb(240 253 250 / 0.85);
  }

  .md\:border-e-teal-50\/90 {
    border-inline-end-color: rgb(240 253 250 / 0.9);
  }

  .md\:border-e-teal-50\/95 {
    border-inline-end-color: rgb(240 253 250 / 0.95);
  }

  .md\:border-e-teal-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(20 184 166 / var(--tw-border-opacity));
  }

  .md\:border-e-teal-500\/0 {
    border-inline-end-color: rgb(20 184 166 / 0);
  }

  .md\:border-e-teal-500\/10 {
    border-inline-end-color: rgb(20 184 166 / 0.1);
  }

  .md\:border-e-teal-500\/100 {
    border-inline-end-color: rgb(20 184 166 / 1);
  }

  .md\:border-e-teal-500\/15 {
    border-inline-end-color: rgb(20 184 166 / 0.15);
  }

  .md\:border-e-teal-500\/20 {
    border-inline-end-color: rgb(20 184 166 / 0.2);
  }

  .md\:border-e-teal-500\/25 {
    border-inline-end-color: rgb(20 184 166 / 0.25);
  }

  .md\:border-e-teal-500\/30 {
    border-inline-end-color: rgb(20 184 166 / 0.3);
  }

  .md\:border-e-teal-500\/35 {
    border-inline-end-color: rgb(20 184 166 / 0.35);
  }

  .md\:border-e-teal-500\/40 {
    border-inline-end-color: rgb(20 184 166 / 0.4);
  }

  .md\:border-e-teal-500\/45 {
    border-inline-end-color: rgb(20 184 166 / 0.45);
  }

  .md\:border-e-teal-500\/5 {
    border-inline-end-color: rgb(20 184 166 / 0.05);
  }

  .md\:border-e-teal-500\/50 {
    border-inline-end-color: rgb(20 184 166 / 0.5);
  }

  .md\:border-e-teal-500\/55 {
    border-inline-end-color: rgb(20 184 166 / 0.55);
  }

  .md\:border-e-teal-500\/60 {
    border-inline-end-color: rgb(20 184 166 / 0.6);
  }

  .md\:border-e-teal-500\/65 {
    border-inline-end-color: rgb(20 184 166 / 0.65);
  }

  .md\:border-e-teal-500\/70 {
    border-inline-end-color: rgb(20 184 166 / 0.7);
  }

  .md\:border-e-teal-500\/75 {
    border-inline-end-color: rgb(20 184 166 / 0.75);
  }

  .md\:border-e-teal-500\/80 {
    border-inline-end-color: rgb(20 184 166 / 0.8);
  }

  .md\:border-e-teal-500\/85 {
    border-inline-end-color: rgb(20 184 166 / 0.85);
  }

  .md\:border-e-teal-500\/90 {
    border-inline-end-color: rgb(20 184 166 / 0.9);
  }

  .md\:border-e-teal-500\/95 {
    border-inline-end-color: rgb(20 184 166 / 0.95);
  }

  .md\:border-e-teal-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(13 148 136 / var(--tw-border-opacity));
  }

  .md\:border-e-teal-600\/0 {
    border-inline-end-color: rgb(13 148 136 / 0);
  }

  .md\:border-e-teal-600\/10 {
    border-inline-end-color: rgb(13 148 136 / 0.1);
  }

  .md\:border-e-teal-600\/100 {
    border-inline-end-color: rgb(13 148 136 / 1);
  }

  .md\:border-e-teal-600\/15 {
    border-inline-end-color: rgb(13 148 136 / 0.15);
  }

  .md\:border-e-teal-600\/20 {
    border-inline-end-color: rgb(13 148 136 / 0.2);
  }

  .md\:border-e-teal-600\/25 {
    border-inline-end-color: rgb(13 148 136 / 0.25);
  }

  .md\:border-e-teal-600\/30 {
    border-inline-end-color: rgb(13 148 136 / 0.3);
  }

  .md\:border-e-teal-600\/35 {
    border-inline-end-color: rgb(13 148 136 / 0.35);
  }

  .md\:border-e-teal-600\/40 {
    border-inline-end-color: rgb(13 148 136 / 0.4);
  }

  .md\:border-e-teal-600\/45 {
    border-inline-end-color: rgb(13 148 136 / 0.45);
  }

  .md\:border-e-teal-600\/5 {
    border-inline-end-color: rgb(13 148 136 / 0.05);
  }

  .md\:border-e-teal-600\/50 {
    border-inline-end-color: rgb(13 148 136 / 0.5);
  }

  .md\:border-e-teal-600\/55 {
    border-inline-end-color: rgb(13 148 136 / 0.55);
  }

  .md\:border-e-teal-600\/60 {
    border-inline-end-color: rgb(13 148 136 / 0.6);
  }

  .md\:border-e-teal-600\/65 {
    border-inline-end-color: rgb(13 148 136 / 0.65);
  }

  .md\:border-e-teal-600\/70 {
    border-inline-end-color: rgb(13 148 136 / 0.7);
  }

  .md\:border-e-teal-600\/75 {
    border-inline-end-color: rgb(13 148 136 / 0.75);
  }

  .md\:border-e-teal-600\/80 {
    border-inline-end-color: rgb(13 148 136 / 0.8);
  }

  .md\:border-e-teal-600\/85 {
    border-inline-end-color: rgb(13 148 136 / 0.85);
  }

  .md\:border-e-teal-600\/90 {
    border-inline-end-color: rgb(13 148 136 / 0.9);
  }

  .md\:border-e-teal-600\/95 {
    border-inline-end-color: rgb(13 148 136 / 0.95);
  }

  .md\:border-e-teal-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(15 118 110 / var(--tw-border-opacity));
  }

  .md\:border-e-teal-700\/0 {
    border-inline-end-color: rgb(15 118 110 / 0);
  }

  .md\:border-e-teal-700\/10 {
    border-inline-end-color: rgb(15 118 110 / 0.1);
  }

  .md\:border-e-teal-700\/100 {
    border-inline-end-color: rgb(15 118 110 / 1);
  }

  .md\:border-e-teal-700\/15 {
    border-inline-end-color: rgb(15 118 110 / 0.15);
  }

  .md\:border-e-teal-700\/20 {
    border-inline-end-color: rgb(15 118 110 / 0.2);
  }

  .md\:border-e-teal-700\/25 {
    border-inline-end-color: rgb(15 118 110 / 0.25);
  }

  .md\:border-e-teal-700\/30 {
    border-inline-end-color: rgb(15 118 110 / 0.3);
  }

  .md\:border-e-teal-700\/35 {
    border-inline-end-color: rgb(15 118 110 / 0.35);
  }

  .md\:border-e-teal-700\/40 {
    border-inline-end-color: rgb(15 118 110 / 0.4);
  }

  .md\:border-e-teal-700\/45 {
    border-inline-end-color: rgb(15 118 110 / 0.45);
  }

  .md\:border-e-teal-700\/5 {
    border-inline-end-color: rgb(15 118 110 / 0.05);
  }

  .md\:border-e-teal-700\/50 {
    border-inline-end-color: rgb(15 118 110 / 0.5);
  }

  .md\:border-e-teal-700\/55 {
    border-inline-end-color: rgb(15 118 110 / 0.55);
  }

  .md\:border-e-teal-700\/60 {
    border-inline-end-color: rgb(15 118 110 / 0.6);
  }

  .md\:border-e-teal-700\/65 {
    border-inline-end-color: rgb(15 118 110 / 0.65);
  }

  .md\:border-e-teal-700\/70 {
    border-inline-end-color: rgb(15 118 110 / 0.7);
  }

  .md\:border-e-teal-700\/75 {
    border-inline-end-color: rgb(15 118 110 / 0.75);
  }

  .md\:border-e-teal-700\/80 {
    border-inline-end-color: rgb(15 118 110 / 0.8);
  }

  .md\:border-e-teal-700\/85 {
    border-inline-end-color: rgb(15 118 110 / 0.85);
  }

  .md\:border-e-teal-700\/90 {
    border-inline-end-color: rgb(15 118 110 / 0.9);
  }

  .md\:border-e-teal-700\/95 {
    border-inline-end-color: rgb(15 118 110 / 0.95);
  }

  .md\:border-e-teal-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(17 94 89 / var(--tw-border-opacity));
  }

  .md\:border-e-teal-800\/0 {
    border-inline-end-color: rgb(17 94 89 / 0);
  }

  .md\:border-e-teal-800\/10 {
    border-inline-end-color: rgb(17 94 89 / 0.1);
  }

  .md\:border-e-teal-800\/100 {
    border-inline-end-color: rgb(17 94 89 / 1);
  }

  .md\:border-e-teal-800\/15 {
    border-inline-end-color: rgb(17 94 89 / 0.15);
  }

  .md\:border-e-teal-800\/20 {
    border-inline-end-color: rgb(17 94 89 / 0.2);
  }

  .md\:border-e-teal-800\/25 {
    border-inline-end-color: rgb(17 94 89 / 0.25);
  }

  .md\:border-e-teal-800\/30 {
    border-inline-end-color: rgb(17 94 89 / 0.3);
  }

  .md\:border-e-teal-800\/35 {
    border-inline-end-color: rgb(17 94 89 / 0.35);
  }

  .md\:border-e-teal-800\/40 {
    border-inline-end-color: rgb(17 94 89 / 0.4);
  }

  .md\:border-e-teal-800\/45 {
    border-inline-end-color: rgb(17 94 89 / 0.45);
  }

  .md\:border-e-teal-800\/5 {
    border-inline-end-color: rgb(17 94 89 / 0.05);
  }

  .md\:border-e-teal-800\/50 {
    border-inline-end-color: rgb(17 94 89 / 0.5);
  }

  .md\:border-e-teal-800\/55 {
    border-inline-end-color: rgb(17 94 89 / 0.55);
  }

  .md\:border-e-teal-800\/60 {
    border-inline-end-color: rgb(17 94 89 / 0.6);
  }

  .md\:border-e-teal-800\/65 {
    border-inline-end-color: rgb(17 94 89 / 0.65);
  }

  .md\:border-e-teal-800\/70 {
    border-inline-end-color: rgb(17 94 89 / 0.7);
  }

  .md\:border-e-teal-800\/75 {
    border-inline-end-color: rgb(17 94 89 / 0.75);
  }

  .md\:border-e-teal-800\/80 {
    border-inline-end-color: rgb(17 94 89 / 0.8);
  }

  .md\:border-e-teal-800\/85 {
    border-inline-end-color: rgb(17 94 89 / 0.85);
  }

  .md\:border-e-teal-800\/90 {
    border-inline-end-color: rgb(17 94 89 / 0.9);
  }

  .md\:border-e-teal-800\/95 {
    border-inline-end-color: rgb(17 94 89 / 0.95);
  }

  .md\:border-e-teal-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(19 78 74 / var(--tw-border-opacity));
  }

  .md\:border-e-teal-900\/0 {
    border-inline-end-color: rgb(19 78 74 / 0);
  }

  .md\:border-e-teal-900\/10 {
    border-inline-end-color: rgb(19 78 74 / 0.1);
  }

  .md\:border-e-teal-900\/100 {
    border-inline-end-color: rgb(19 78 74 / 1);
  }

  .md\:border-e-teal-900\/15 {
    border-inline-end-color: rgb(19 78 74 / 0.15);
  }

  .md\:border-e-teal-900\/20 {
    border-inline-end-color: rgb(19 78 74 / 0.2);
  }

  .md\:border-e-teal-900\/25 {
    border-inline-end-color: rgb(19 78 74 / 0.25);
  }

  .md\:border-e-teal-900\/30 {
    border-inline-end-color: rgb(19 78 74 / 0.3);
  }

  .md\:border-e-teal-900\/35 {
    border-inline-end-color: rgb(19 78 74 / 0.35);
  }

  .md\:border-e-teal-900\/40 {
    border-inline-end-color: rgb(19 78 74 / 0.4);
  }

  .md\:border-e-teal-900\/45 {
    border-inline-end-color: rgb(19 78 74 / 0.45);
  }

  .md\:border-e-teal-900\/5 {
    border-inline-end-color: rgb(19 78 74 / 0.05);
  }

  .md\:border-e-teal-900\/50 {
    border-inline-end-color: rgb(19 78 74 / 0.5);
  }

  .md\:border-e-teal-900\/55 {
    border-inline-end-color: rgb(19 78 74 / 0.55);
  }

  .md\:border-e-teal-900\/60 {
    border-inline-end-color: rgb(19 78 74 / 0.6);
  }

  .md\:border-e-teal-900\/65 {
    border-inline-end-color: rgb(19 78 74 / 0.65);
  }

  .md\:border-e-teal-900\/70 {
    border-inline-end-color: rgb(19 78 74 / 0.7);
  }

  .md\:border-e-teal-900\/75 {
    border-inline-end-color: rgb(19 78 74 / 0.75);
  }

  .md\:border-e-teal-900\/80 {
    border-inline-end-color: rgb(19 78 74 / 0.8);
  }

  .md\:border-e-teal-900\/85 {
    border-inline-end-color: rgb(19 78 74 / 0.85);
  }

  .md\:border-e-teal-900\/90 {
    border-inline-end-color: rgb(19 78 74 / 0.9);
  }

  .md\:border-e-teal-900\/95 {
    border-inline-end-color: rgb(19 78 74 / 0.95);
  }

  .md\:border-e-teal-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(4 47 46 / var(--tw-border-opacity));
  }

  .md\:border-e-teal-950\/0 {
    border-inline-end-color: rgb(4 47 46 / 0);
  }

  .md\:border-e-teal-950\/10 {
    border-inline-end-color: rgb(4 47 46 / 0.1);
  }

  .md\:border-e-teal-950\/100 {
    border-inline-end-color: rgb(4 47 46 / 1);
  }

  .md\:border-e-teal-950\/15 {
    border-inline-end-color: rgb(4 47 46 / 0.15);
  }

  .md\:border-e-teal-950\/20 {
    border-inline-end-color: rgb(4 47 46 / 0.2);
  }

  .md\:border-e-teal-950\/25 {
    border-inline-end-color: rgb(4 47 46 / 0.25);
  }

  .md\:border-e-teal-950\/30 {
    border-inline-end-color: rgb(4 47 46 / 0.3);
  }

  .md\:border-e-teal-950\/35 {
    border-inline-end-color: rgb(4 47 46 / 0.35);
  }

  .md\:border-e-teal-950\/40 {
    border-inline-end-color: rgb(4 47 46 / 0.4);
  }

  .md\:border-e-teal-950\/45 {
    border-inline-end-color: rgb(4 47 46 / 0.45);
  }

  .md\:border-e-teal-950\/5 {
    border-inline-end-color: rgb(4 47 46 / 0.05);
  }

  .md\:border-e-teal-950\/50 {
    border-inline-end-color: rgb(4 47 46 / 0.5);
  }

  .md\:border-e-teal-950\/55 {
    border-inline-end-color: rgb(4 47 46 / 0.55);
  }

  .md\:border-e-teal-950\/60 {
    border-inline-end-color: rgb(4 47 46 / 0.6);
  }

  .md\:border-e-teal-950\/65 {
    border-inline-end-color: rgb(4 47 46 / 0.65);
  }

  .md\:border-e-teal-950\/70 {
    border-inline-end-color: rgb(4 47 46 / 0.7);
  }

  .md\:border-e-teal-950\/75 {
    border-inline-end-color: rgb(4 47 46 / 0.75);
  }

  .md\:border-e-teal-950\/80 {
    border-inline-end-color: rgb(4 47 46 / 0.8);
  }

  .md\:border-e-teal-950\/85 {
    border-inline-end-color: rgb(4 47 46 / 0.85);
  }

  .md\:border-e-teal-950\/90 {
    border-inline-end-color: rgb(4 47 46 / 0.9);
  }

  .md\:border-e-teal-950\/95 {
    border-inline-end-color: rgb(4 47 46 / 0.95);
  }

  .md\:border-e-transparent {
    border-inline-end-color: transparent;
  }

  .md\:border-e-transparent\/0 {
    border-inline-end-color: rgb(0 0 0 / 0);
  }

  .md\:border-e-transparent\/10 {
    border-inline-end-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-e-transparent\/100 {
    border-inline-end-color: rgb(0 0 0 / 1);
  }

  .md\:border-e-transparent\/15 {
    border-inline-end-color: rgb(0 0 0 / 0.15);
  }

  .md\:border-e-transparent\/20 {
    border-inline-end-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-e-transparent\/25 {
    border-inline-end-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-e-transparent\/30 {
    border-inline-end-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-e-transparent\/35 {
    border-inline-end-color: rgb(0 0 0 / 0.35);
  }

  .md\:border-e-transparent\/40 {
    border-inline-end-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-e-transparent\/45 {
    border-inline-end-color: rgb(0 0 0 / 0.45);
  }

  .md\:border-e-transparent\/5 {
    border-inline-end-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-e-transparent\/50 {
    border-inline-end-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-e-transparent\/55 {
    border-inline-end-color: rgb(0 0 0 / 0.55);
  }

  .md\:border-e-transparent\/60 {
    border-inline-end-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-e-transparent\/65 {
    border-inline-end-color: rgb(0 0 0 / 0.65);
  }

  .md\:border-e-transparent\/70 {
    border-inline-end-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-e-transparent\/75 {
    border-inline-end-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-e-transparent\/80 {
    border-inline-end-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-e-transparent\/85 {
    border-inline-end-color: rgb(0 0 0 / 0.85);
  }

  .md\:border-e-transparent\/90 {
    border-inline-end-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-e-transparent\/95 {
    border-inline-end-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-e-violet-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(237 233 254 / var(--tw-border-opacity));
  }

  .md\:border-e-violet-100\/0 {
    border-inline-end-color: rgb(237 233 254 / 0);
  }

  .md\:border-e-violet-100\/10 {
    border-inline-end-color: rgb(237 233 254 / 0.1);
  }

  .md\:border-e-violet-100\/100 {
    border-inline-end-color: rgb(237 233 254 / 1);
  }

  .md\:border-e-violet-100\/15 {
    border-inline-end-color: rgb(237 233 254 / 0.15);
  }

  .md\:border-e-violet-100\/20 {
    border-inline-end-color: rgb(237 233 254 / 0.2);
  }

  .md\:border-e-violet-100\/25 {
    border-inline-end-color: rgb(237 233 254 / 0.25);
  }

  .md\:border-e-violet-100\/30 {
    border-inline-end-color: rgb(237 233 254 / 0.3);
  }

  .md\:border-e-violet-100\/35 {
    border-inline-end-color: rgb(237 233 254 / 0.35);
  }

  .md\:border-e-violet-100\/40 {
    border-inline-end-color: rgb(237 233 254 / 0.4);
  }

  .md\:border-e-violet-100\/45 {
    border-inline-end-color: rgb(237 233 254 / 0.45);
  }

  .md\:border-e-violet-100\/5 {
    border-inline-end-color: rgb(237 233 254 / 0.05);
  }

  .md\:border-e-violet-100\/50 {
    border-inline-end-color: rgb(237 233 254 / 0.5);
  }

  .md\:border-e-violet-100\/55 {
    border-inline-end-color: rgb(237 233 254 / 0.55);
  }

  .md\:border-e-violet-100\/60 {
    border-inline-end-color: rgb(237 233 254 / 0.6);
  }

  .md\:border-e-violet-100\/65 {
    border-inline-end-color: rgb(237 233 254 / 0.65);
  }

  .md\:border-e-violet-100\/70 {
    border-inline-end-color: rgb(237 233 254 / 0.7);
  }

  .md\:border-e-violet-100\/75 {
    border-inline-end-color: rgb(237 233 254 / 0.75);
  }

  .md\:border-e-violet-100\/80 {
    border-inline-end-color: rgb(237 233 254 / 0.8);
  }

  .md\:border-e-violet-100\/85 {
    border-inline-end-color: rgb(237 233 254 / 0.85);
  }

  .md\:border-e-violet-100\/90 {
    border-inline-end-color: rgb(237 233 254 / 0.9);
  }

  .md\:border-e-violet-100\/95 {
    border-inline-end-color: rgb(237 233 254 / 0.95);
  }

  .md\:border-e-violet-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(221 214 254 / var(--tw-border-opacity));
  }

  .md\:border-e-violet-200\/0 {
    border-inline-end-color: rgb(221 214 254 / 0);
  }

  .md\:border-e-violet-200\/10 {
    border-inline-end-color: rgb(221 214 254 / 0.1);
  }

  .md\:border-e-violet-200\/100 {
    border-inline-end-color: rgb(221 214 254 / 1);
  }

  .md\:border-e-violet-200\/15 {
    border-inline-end-color: rgb(221 214 254 / 0.15);
  }

  .md\:border-e-violet-200\/20 {
    border-inline-end-color: rgb(221 214 254 / 0.2);
  }

  .md\:border-e-violet-200\/25 {
    border-inline-end-color: rgb(221 214 254 / 0.25);
  }

  .md\:border-e-violet-200\/30 {
    border-inline-end-color: rgb(221 214 254 / 0.3);
  }

  .md\:border-e-violet-200\/35 {
    border-inline-end-color: rgb(221 214 254 / 0.35);
  }

  .md\:border-e-violet-200\/40 {
    border-inline-end-color: rgb(221 214 254 / 0.4);
  }

  .md\:border-e-violet-200\/45 {
    border-inline-end-color: rgb(221 214 254 / 0.45);
  }

  .md\:border-e-violet-200\/5 {
    border-inline-end-color: rgb(221 214 254 / 0.05);
  }

  .md\:border-e-violet-200\/50 {
    border-inline-end-color: rgb(221 214 254 / 0.5);
  }

  .md\:border-e-violet-200\/55 {
    border-inline-end-color: rgb(221 214 254 / 0.55);
  }

  .md\:border-e-violet-200\/60 {
    border-inline-end-color: rgb(221 214 254 / 0.6);
  }

  .md\:border-e-violet-200\/65 {
    border-inline-end-color: rgb(221 214 254 / 0.65);
  }

  .md\:border-e-violet-200\/70 {
    border-inline-end-color: rgb(221 214 254 / 0.7);
  }

  .md\:border-e-violet-200\/75 {
    border-inline-end-color: rgb(221 214 254 / 0.75);
  }

  .md\:border-e-violet-200\/80 {
    border-inline-end-color: rgb(221 214 254 / 0.8);
  }

  .md\:border-e-violet-200\/85 {
    border-inline-end-color: rgb(221 214 254 / 0.85);
  }

  .md\:border-e-violet-200\/90 {
    border-inline-end-color: rgb(221 214 254 / 0.9);
  }

  .md\:border-e-violet-200\/95 {
    border-inline-end-color: rgb(221 214 254 / 0.95);
  }

  .md\:border-e-violet-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(196 181 253 / var(--tw-border-opacity));
  }

  .md\:border-e-violet-300\/0 {
    border-inline-end-color: rgb(196 181 253 / 0);
  }

  .md\:border-e-violet-300\/10 {
    border-inline-end-color: rgb(196 181 253 / 0.1);
  }

  .md\:border-e-violet-300\/100 {
    border-inline-end-color: rgb(196 181 253 / 1);
  }

  .md\:border-e-violet-300\/15 {
    border-inline-end-color: rgb(196 181 253 / 0.15);
  }

  .md\:border-e-violet-300\/20 {
    border-inline-end-color: rgb(196 181 253 / 0.2);
  }

  .md\:border-e-violet-300\/25 {
    border-inline-end-color: rgb(196 181 253 / 0.25);
  }

  .md\:border-e-violet-300\/30 {
    border-inline-end-color: rgb(196 181 253 / 0.3);
  }

  .md\:border-e-violet-300\/35 {
    border-inline-end-color: rgb(196 181 253 / 0.35);
  }

  .md\:border-e-violet-300\/40 {
    border-inline-end-color: rgb(196 181 253 / 0.4);
  }

  .md\:border-e-violet-300\/45 {
    border-inline-end-color: rgb(196 181 253 / 0.45);
  }

  .md\:border-e-violet-300\/5 {
    border-inline-end-color: rgb(196 181 253 / 0.05);
  }

  .md\:border-e-violet-300\/50 {
    border-inline-end-color: rgb(196 181 253 / 0.5);
  }

  .md\:border-e-violet-300\/55 {
    border-inline-end-color: rgb(196 181 253 / 0.55);
  }

  .md\:border-e-violet-300\/60 {
    border-inline-end-color: rgb(196 181 253 / 0.6);
  }

  .md\:border-e-violet-300\/65 {
    border-inline-end-color: rgb(196 181 253 / 0.65);
  }

  .md\:border-e-violet-300\/70 {
    border-inline-end-color: rgb(196 181 253 / 0.7);
  }

  .md\:border-e-violet-300\/75 {
    border-inline-end-color: rgb(196 181 253 / 0.75);
  }

  .md\:border-e-violet-300\/80 {
    border-inline-end-color: rgb(196 181 253 / 0.8);
  }

  .md\:border-e-violet-300\/85 {
    border-inline-end-color: rgb(196 181 253 / 0.85);
  }

  .md\:border-e-violet-300\/90 {
    border-inline-end-color: rgb(196 181 253 / 0.9);
  }

  .md\:border-e-violet-300\/95 {
    border-inline-end-color: rgb(196 181 253 / 0.95);
  }

  .md\:border-e-violet-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(167 139 250 / var(--tw-border-opacity));
  }

  .md\:border-e-violet-400\/0 {
    border-inline-end-color: rgb(167 139 250 / 0);
  }

  .md\:border-e-violet-400\/10 {
    border-inline-end-color: rgb(167 139 250 / 0.1);
  }

  .md\:border-e-violet-400\/100 {
    border-inline-end-color: rgb(167 139 250 / 1);
  }

  .md\:border-e-violet-400\/15 {
    border-inline-end-color: rgb(167 139 250 / 0.15);
  }

  .md\:border-e-violet-400\/20 {
    border-inline-end-color: rgb(167 139 250 / 0.2);
  }

  .md\:border-e-violet-400\/25 {
    border-inline-end-color: rgb(167 139 250 / 0.25);
  }

  .md\:border-e-violet-400\/30 {
    border-inline-end-color: rgb(167 139 250 / 0.3);
  }

  .md\:border-e-violet-400\/35 {
    border-inline-end-color: rgb(167 139 250 / 0.35);
  }

  .md\:border-e-violet-400\/40 {
    border-inline-end-color: rgb(167 139 250 / 0.4);
  }

  .md\:border-e-violet-400\/45 {
    border-inline-end-color: rgb(167 139 250 / 0.45);
  }

  .md\:border-e-violet-400\/5 {
    border-inline-end-color: rgb(167 139 250 / 0.05);
  }

  .md\:border-e-violet-400\/50 {
    border-inline-end-color: rgb(167 139 250 / 0.5);
  }

  .md\:border-e-violet-400\/55 {
    border-inline-end-color: rgb(167 139 250 / 0.55);
  }

  .md\:border-e-violet-400\/60 {
    border-inline-end-color: rgb(167 139 250 / 0.6);
  }

  .md\:border-e-violet-400\/65 {
    border-inline-end-color: rgb(167 139 250 / 0.65);
  }

  .md\:border-e-violet-400\/70 {
    border-inline-end-color: rgb(167 139 250 / 0.7);
  }

  .md\:border-e-violet-400\/75 {
    border-inline-end-color: rgb(167 139 250 / 0.75);
  }

  .md\:border-e-violet-400\/80 {
    border-inline-end-color: rgb(167 139 250 / 0.8);
  }

  .md\:border-e-violet-400\/85 {
    border-inline-end-color: rgb(167 139 250 / 0.85);
  }

  .md\:border-e-violet-400\/90 {
    border-inline-end-color: rgb(167 139 250 / 0.9);
  }

  .md\:border-e-violet-400\/95 {
    border-inline-end-color: rgb(167 139 250 / 0.95);
  }

  .md\:border-e-violet-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(245 243 255 / var(--tw-border-opacity));
  }

  .md\:border-e-violet-50\/0 {
    border-inline-end-color: rgb(245 243 255 / 0);
  }

  .md\:border-e-violet-50\/10 {
    border-inline-end-color: rgb(245 243 255 / 0.1);
  }

  .md\:border-e-violet-50\/100 {
    border-inline-end-color: rgb(245 243 255 / 1);
  }

  .md\:border-e-violet-50\/15 {
    border-inline-end-color: rgb(245 243 255 / 0.15);
  }

  .md\:border-e-violet-50\/20 {
    border-inline-end-color: rgb(245 243 255 / 0.2);
  }

  .md\:border-e-violet-50\/25 {
    border-inline-end-color: rgb(245 243 255 / 0.25);
  }

  .md\:border-e-violet-50\/30 {
    border-inline-end-color: rgb(245 243 255 / 0.3);
  }

  .md\:border-e-violet-50\/35 {
    border-inline-end-color: rgb(245 243 255 / 0.35);
  }

  .md\:border-e-violet-50\/40 {
    border-inline-end-color: rgb(245 243 255 / 0.4);
  }

  .md\:border-e-violet-50\/45 {
    border-inline-end-color: rgb(245 243 255 / 0.45);
  }

  .md\:border-e-violet-50\/5 {
    border-inline-end-color: rgb(245 243 255 / 0.05);
  }

  .md\:border-e-violet-50\/50 {
    border-inline-end-color: rgb(245 243 255 / 0.5);
  }

  .md\:border-e-violet-50\/55 {
    border-inline-end-color: rgb(245 243 255 / 0.55);
  }

  .md\:border-e-violet-50\/60 {
    border-inline-end-color: rgb(245 243 255 / 0.6);
  }

  .md\:border-e-violet-50\/65 {
    border-inline-end-color: rgb(245 243 255 / 0.65);
  }

  .md\:border-e-violet-50\/70 {
    border-inline-end-color: rgb(245 243 255 / 0.7);
  }

  .md\:border-e-violet-50\/75 {
    border-inline-end-color: rgb(245 243 255 / 0.75);
  }

  .md\:border-e-violet-50\/80 {
    border-inline-end-color: rgb(245 243 255 / 0.8);
  }

  .md\:border-e-violet-50\/85 {
    border-inline-end-color: rgb(245 243 255 / 0.85);
  }

  .md\:border-e-violet-50\/90 {
    border-inline-end-color: rgb(245 243 255 / 0.9);
  }

  .md\:border-e-violet-50\/95 {
    border-inline-end-color: rgb(245 243 255 / 0.95);
  }

  .md\:border-e-violet-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(139 92 246 / var(--tw-border-opacity));
  }

  .md\:border-e-violet-500\/0 {
    border-inline-end-color: rgb(139 92 246 / 0);
  }

  .md\:border-e-violet-500\/10 {
    border-inline-end-color: rgb(139 92 246 / 0.1);
  }

  .md\:border-e-violet-500\/100 {
    border-inline-end-color: rgb(139 92 246 / 1);
  }

  .md\:border-e-violet-500\/15 {
    border-inline-end-color: rgb(139 92 246 / 0.15);
  }

  .md\:border-e-violet-500\/20 {
    border-inline-end-color: rgb(139 92 246 / 0.2);
  }

  .md\:border-e-violet-500\/25 {
    border-inline-end-color: rgb(139 92 246 / 0.25);
  }

  .md\:border-e-violet-500\/30 {
    border-inline-end-color: rgb(139 92 246 / 0.3);
  }

  .md\:border-e-violet-500\/35 {
    border-inline-end-color: rgb(139 92 246 / 0.35);
  }

  .md\:border-e-violet-500\/40 {
    border-inline-end-color: rgb(139 92 246 / 0.4);
  }

  .md\:border-e-violet-500\/45 {
    border-inline-end-color: rgb(139 92 246 / 0.45);
  }

  .md\:border-e-violet-500\/5 {
    border-inline-end-color: rgb(139 92 246 / 0.05);
  }

  .md\:border-e-violet-500\/50 {
    border-inline-end-color: rgb(139 92 246 / 0.5);
  }

  .md\:border-e-violet-500\/55 {
    border-inline-end-color: rgb(139 92 246 / 0.55);
  }

  .md\:border-e-violet-500\/60 {
    border-inline-end-color: rgb(139 92 246 / 0.6);
  }

  .md\:border-e-violet-500\/65 {
    border-inline-end-color: rgb(139 92 246 / 0.65);
  }

  .md\:border-e-violet-500\/70 {
    border-inline-end-color: rgb(139 92 246 / 0.7);
  }

  .md\:border-e-violet-500\/75 {
    border-inline-end-color: rgb(139 92 246 / 0.75);
  }

  .md\:border-e-violet-500\/80 {
    border-inline-end-color: rgb(139 92 246 / 0.8);
  }

  .md\:border-e-violet-500\/85 {
    border-inline-end-color: rgb(139 92 246 / 0.85);
  }

  .md\:border-e-violet-500\/90 {
    border-inline-end-color: rgb(139 92 246 / 0.9);
  }

  .md\:border-e-violet-500\/95 {
    border-inline-end-color: rgb(139 92 246 / 0.95);
  }

  .md\:border-e-violet-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(124 58 237 / var(--tw-border-opacity));
  }

  .md\:border-e-violet-600\/0 {
    border-inline-end-color: rgb(124 58 237 / 0);
  }

  .md\:border-e-violet-600\/10 {
    border-inline-end-color: rgb(124 58 237 / 0.1);
  }

  .md\:border-e-violet-600\/100 {
    border-inline-end-color: rgb(124 58 237 / 1);
  }

  .md\:border-e-violet-600\/15 {
    border-inline-end-color: rgb(124 58 237 / 0.15);
  }

  .md\:border-e-violet-600\/20 {
    border-inline-end-color: rgb(124 58 237 / 0.2);
  }

  .md\:border-e-violet-600\/25 {
    border-inline-end-color: rgb(124 58 237 / 0.25);
  }

  .md\:border-e-violet-600\/30 {
    border-inline-end-color: rgb(124 58 237 / 0.3);
  }

  .md\:border-e-violet-600\/35 {
    border-inline-end-color: rgb(124 58 237 / 0.35);
  }

  .md\:border-e-violet-600\/40 {
    border-inline-end-color: rgb(124 58 237 / 0.4);
  }

  .md\:border-e-violet-600\/45 {
    border-inline-end-color: rgb(124 58 237 / 0.45);
  }

  .md\:border-e-violet-600\/5 {
    border-inline-end-color: rgb(124 58 237 / 0.05);
  }

  .md\:border-e-violet-600\/50 {
    border-inline-end-color: rgb(124 58 237 / 0.5);
  }

  .md\:border-e-violet-600\/55 {
    border-inline-end-color: rgb(124 58 237 / 0.55);
  }

  .md\:border-e-violet-600\/60 {
    border-inline-end-color: rgb(124 58 237 / 0.6);
  }

  .md\:border-e-violet-600\/65 {
    border-inline-end-color: rgb(124 58 237 / 0.65);
  }

  .md\:border-e-violet-600\/70 {
    border-inline-end-color: rgb(124 58 237 / 0.7);
  }

  .md\:border-e-violet-600\/75 {
    border-inline-end-color: rgb(124 58 237 / 0.75);
  }

  .md\:border-e-violet-600\/80 {
    border-inline-end-color: rgb(124 58 237 / 0.8);
  }

  .md\:border-e-violet-600\/85 {
    border-inline-end-color: rgb(124 58 237 / 0.85);
  }

  .md\:border-e-violet-600\/90 {
    border-inline-end-color: rgb(124 58 237 / 0.9);
  }

  .md\:border-e-violet-600\/95 {
    border-inline-end-color: rgb(124 58 237 / 0.95);
  }

  .md\:border-e-violet-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(109 40 217 / var(--tw-border-opacity));
  }

  .md\:border-e-violet-700\/0 {
    border-inline-end-color: rgb(109 40 217 / 0);
  }

  .md\:border-e-violet-700\/10 {
    border-inline-end-color: rgb(109 40 217 / 0.1);
  }

  .md\:border-e-violet-700\/100 {
    border-inline-end-color: rgb(109 40 217 / 1);
  }

  .md\:border-e-violet-700\/15 {
    border-inline-end-color: rgb(109 40 217 / 0.15);
  }

  .md\:border-e-violet-700\/20 {
    border-inline-end-color: rgb(109 40 217 / 0.2);
  }

  .md\:border-e-violet-700\/25 {
    border-inline-end-color: rgb(109 40 217 / 0.25);
  }

  .md\:border-e-violet-700\/30 {
    border-inline-end-color: rgb(109 40 217 / 0.3);
  }

  .md\:border-e-violet-700\/35 {
    border-inline-end-color: rgb(109 40 217 / 0.35);
  }

  .md\:border-e-violet-700\/40 {
    border-inline-end-color: rgb(109 40 217 / 0.4);
  }

  .md\:border-e-violet-700\/45 {
    border-inline-end-color: rgb(109 40 217 / 0.45);
  }

  .md\:border-e-violet-700\/5 {
    border-inline-end-color: rgb(109 40 217 / 0.05);
  }

  .md\:border-e-violet-700\/50 {
    border-inline-end-color: rgb(109 40 217 / 0.5);
  }

  .md\:border-e-violet-700\/55 {
    border-inline-end-color: rgb(109 40 217 / 0.55);
  }

  .md\:border-e-violet-700\/60 {
    border-inline-end-color: rgb(109 40 217 / 0.6);
  }

  .md\:border-e-violet-700\/65 {
    border-inline-end-color: rgb(109 40 217 / 0.65);
  }

  .md\:border-e-violet-700\/70 {
    border-inline-end-color: rgb(109 40 217 / 0.7);
  }

  .md\:border-e-violet-700\/75 {
    border-inline-end-color: rgb(109 40 217 / 0.75);
  }

  .md\:border-e-violet-700\/80 {
    border-inline-end-color: rgb(109 40 217 / 0.8);
  }

  .md\:border-e-violet-700\/85 {
    border-inline-end-color: rgb(109 40 217 / 0.85);
  }

  .md\:border-e-violet-700\/90 {
    border-inline-end-color: rgb(109 40 217 / 0.9);
  }

  .md\:border-e-violet-700\/95 {
    border-inline-end-color: rgb(109 40 217 / 0.95);
  }

  .md\:border-e-violet-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(91 33 182 / var(--tw-border-opacity));
  }

  .md\:border-e-violet-800\/0 {
    border-inline-end-color: rgb(91 33 182 / 0);
  }

  .md\:border-e-violet-800\/10 {
    border-inline-end-color: rgb(91 33 182 / 0.1);
  }

  .md\:border-e-violet-800\/100 {
    border-inline-end-color: rgb(91 33 182 / 1);
  }

  .md\:border-e-violet-800\/15 {
    border-inline-end-color: rgb(91 33 182 / 0.15);
  }

  .md\:border-e-violet-800\/20 {
    border-inline-end-color: rgb(91 33 182 / 0.2);
  }

  .md\:border-e-violet-800\/25 {
    border-inline-end-color: rgb(91 33 182 / 0.25);
  }

  .md\:border-e-violet-800\/30 {
    border-inline-end-color: rgb(91 33 182 / 0.3);
  }

  .md\:border-e-violet-800\/35 {
    border-inline-end-color: rgb(91 33 182 / 0.35);
  }

  .md\:border-e-violet-800\/40 {
    border-inline-end-color: rgb(91 33 182 / 0.4);
  }

  .md\:border-e-violet-800\/45 {
    border-inline-end-color: rgb(91 33 182 / 0.45);
  }

  .md\:border-e-violet-800\/5 {
    border-inline-end-color: rgb(91 33 182 / 0.05);
  }

  .md\:border-e-violet-800\/50 {
    border-inline-end-color: rgb(91 33 182 / 0.5);
  }

  .md\:border-e-violet-800\/55 {
    border-inline-end-color: rgb(91 33 182 / 0.55);
  }

  .md\:border-e-violet-800\/60 {
    border-inline-end-color: rgb(91 33 182 / 0.6);
  }

  .md\:border-e-violet-800\/65 {
    border-inline-end-color: rgb(91 33 182 / 0.65);
  }

  .md\:border-e-violet-800\/70 {
    border-inline-end-color: rgb(91 33 182 / 0.7);
  }

  .md\:border-e-violet-800\/75 {
    border-inline-end-color: rgb(91 33 182 / 0.75);
  }

  .md\:border-e-violet-800\/80 {
    border-inline-end-color: rgb(91 33 182 / 0.8);
  }

  .md\:border-e-violet-800\/85 {
    border-inline-end-color: rgb(91 33 182 / 0.85);
  }

  .md\:border-e-violet-800\/90 {
    border-inline-end-color: rgb(91 33 182 / 0.9);
  }

  .md\:border-e-violet-800\/95 {
    border-inline-end-color: rgb(91 33 182 / 0.95);
  }

  .md\:border-e-violet-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(76 29 149 / var(--tw-border-opacity));
  }

  .md\:border-e-violet-900\/0 {
    border-inline-end-color: rgb(76 29 149 / 0);
  }

  .md\:border-e-violet-900\/10 {
    border-inline-end-color: rgb(76 29 149 / 0.1);
  }

  .md\:border-e-violet-900\/100 {
    border-inline-end-color: rgb(76 29 149 / 1);
  }

  .md\:border-e-violet-900\/15 {
    border-inline-end-color: rgb(76 29 149 / 0.15);
  }

  .md\:border-e-violet-900\/20 {
    border-inline-end-color: rgb(76 29 149 / 0.2);
  }

  .md\:border-e-violet-900\/25 {
    border-inline-end-color: rgb(76 29 149 / 0.25);
  }

  .md\:border-e-violet-900\/30 {
    border-inline-end-color: rgb(76 29 149 / 0.3);
  }

  .md\:border-e-violet-900\/35 {
    border-inline-end-color: rgb(76 29 149 / 0.35);
  }

  .md\:border-e-violet-900\/40 {
    border-inline-end-color: rgb(76 29 149 / 0.4);
  }

  .md\:border-e-violet-900\/45 {
    border-inline-end-color: rgb(76 29 149 / 0.45);
  }

  .md\:border-e-violet-900\/5 {
    border-inline-end-color: rgb(76 29 149 / 0.05);
  }

  .md\:border-e-violet-900\/50 {
    border-inline-end-color: rgb(76 29 149 / 0.5);
  }

  .md\:border-e-violet-900\/55 {
    border-inline-end-color: rgb(76 29 149 / 0.55);
  }

  .md\:border-e-violet-900\/60 {
    border-inline-end-color: rgb(76 29 149 / 0.6);
  }

  .md\:border-e-violet-900\/65 {
    border-inline-end-color: rgb(76 29 149 / 0.65);
  }

  .md\:border-e-violet-900\/70 {
    border-inline-end-color: rgb(76 29 149 / 0.7);
  }

  .md\:border-e-violet-900\/75 {
    border-inline-end-color: rgb(76 29 149 / 0.75);
  }

  .md\:border-e-violet-900\/80 {
    border-inline-end-color: rgb(76 29 149 / 0.8);
  }

  .md\:border-e-violet-900\/85 {
    border-inline-end-color: rgb(76 29 149 / 0.85);
  }

  .md\:border-e-violet-900\/90 {
    border-inline-end-color: rgb(76 29 149 / 0.9);
  }

  .md\:border-e-violet-900\/95 {
    border-inline-end-color: rgb(76 29 149 / 0.95);
  }

  .md\:border-e-violet-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(46 16 101 / var(--tw-border-opacity));
  }

  .md\:border-e-violet-950\/0 {
    border-inline-end-color: rgb(46 16 101 / 0);
  }

  .md\:border-e-violet-950\/10 {
    border-inline-end-color: rgb(46 16 101 / 0.1);
  }

  .md\:border-e-violet-950\/100 {
    border-inline-end-color: rgb(46 16 101 / 1);
  }

  .md\:border-e-violet-950\/15 {
    border-inline-end-color: rgb(46 16 101 / 0.15);
  }

  .md\:border-e-violet-950\/20 {
    border-inline-end-color: rgb(46 16 101 / 0.2);
  }

  .md\:border-e-violet-950\/25 {
    border-inline-end-color: rgb(46 16 101 / 0.25);
  }

  .md\:border-e-violet-950\/30 {
    border-inline-end-color: rgb(46 16 101 / 0.3);
  }

  .md\:border-e-violet-950\/35 {
    border-inline-end-color: rgb(46 16 101 / 0.35);
  }

  .md\:border-e-violet-950\/40 {
    border-inline-end-color: rgb(46 16 101 / 0.4);
  }

  .md\:border-e-violet-950\/45 {
    border-inline-end-color: rgb(46 16 101 / 0.45);
  }

  .md\:border-e-violet-950\/5 {
    border-inline-end-color: rgb(46 16 101 / 0.05);
  }

  .md\:border-e-violet-950\/50 {
    border-inline-end-color: rgb(46 16 101 / 0.5);
  }

  .md\:border-e-violet-950\/55 {
    border-inline-end-color: rgb(46 16 101 / 0.55);
  }

  .md\:border-e-violet-950\/60 {
    border-inline-end-color: rgb(46 16 101 / 0.6);
  }

  .md\:border-e-violet-950\/65 {
    border-inline-end-color: rgb(46 16 101 / 0.65);
  }

  .md\:border-e-violet-950\/70 {
    border-inline-end-color: rgb(46 16 101 / 0.7);
  }

  .md\:border-e-violet-950\/75 {
    border-inline-end-color: rgb(46 16 101 / 0.75);
  }

  .md\:border-e-violet-950\/80 {
    border-inline-end-color: rgb(46 16 101 / 0.8);
  }

  .md\:border-e-violet-950\/85 {
    border-inline-end-color: rgb(46 16 101 / 0.85);
  }

  .md\:border-e-violet-950\/90 {
    border-inline-end-color: rgb(46 16 101 / 0.9);
  }

  .md\:border-e-violet-950\/95 {
    border-inline-end-color: rgb(46 16 101 / 0.95);
  }

  .md\:border-e-white {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .md\:border-e-white\/0 {
    border-inline-end-color: rgb(255 255 255 / 0);
  }

  .md\:border-e-white\/10 {
    border-inline-end-color: rgb(255 255 255 / 0.1);
  }

  .md\:border-e-white\/100 {
    border-inline-end-color: rgb(255 255 255 / 1);
  }

  .md\:border-e-white\/15 {
    border-inline-end-color: rgb(255 255 255 / 0.15);
  }

  .md\:border-e-white\/20 {
    border-inline-end-color: rgb(255 255 255 / 0.2);
  }

  .md\:border-e-white\/25 {
    border-inline-end-color: rgb(255 255 255 / 0.25);
  }

  .md\:border-e-white\/30 {
    border-inline-end-color: rgb(255 255 255 / 0.3);
  }

  .md\:border-e-white\/35 {
    border-inline-end-color: rgb(255 255 255 / 0.35);
  }

  .md\:border-e-white\/40 {
    border-inline-end-color: rgb(255 255 255 / 0.4);
  }

  .md\:border-e-white\/45 {
    border-inline-end-color: rgb(255 255 255 / 0.45);
  }

  .md\:border-e-white\/5 {
    border-inline-end-color: rgb(255 255 255 / 0.05);
  }

  .md\:border-e-white\/50 {
    border-inline-end-color: rgb(255 255 255 / 0.5);
  }

  .md\:border-e-white\/55 {
    border-inline-end-color: rgb(255 255 255 / 0.55);
  }

  .md\:border-e-white\/60 {
    border-inline-end-color: rgb(255 255 255 / 0.6);
  }

  .md\:border-e-white\/65 {
    border-inline-end-color: rgb(255 255 255 / 0.65);
  }

  .md\:border-e-white\/70 {
    border-inline-end-color: rgb(255 255 255 / 0.7);
  }

  .md\:border-e-white\/75 {
    border-inline-end-color: rgb(255 255 255 / 0.75);
  }

  .md\:border-e-white\/80 {
    border-inline-end-color: rgb(255 255 255 / 0.8);
  }

  .md\:border-e-white\/85 {
    border-inline-end-color: rgb(255 255 255 / 0.85);
  }

  .md\:border-e-white\/90 {
    border-inline-end-color: rgb(255 255 255 / 0.9);
  }

  .md\:border-e-white\/95 {
    border-inline-end-color: rgb(255 255 255 / 0.95);
  }

  .md\:border-e-yellow-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .md\:border-e-yellow-100\/0 {
    border-inline-end-color: rgb(254 249 195 / 0);
  }

  .md\:border-e-yellow-100\/10 {
    border-inline-end-color: rgb(254 249 195 / 0.1);
  }

  .md\:border-e-yellow-100\/100 {
    border-inline-end-color: rgb(254 249 195 / 1);
  }

  .md\:border-e-yellow-100\/15 {
    border-inline-end-color: rgb(254 249 195 / 0.15);
  }

  .md\:border-e-yellow-100\/20 {
    border-inline-end-color: rgb(254 249 195 / 0.2);
  }

  .md\:border-e-yellow-100\/25 {
    border-inline-end-color: rgb(254 249 195 / 0.25);
  }

  .md\:border-e-yellow-100\/30 {
    border-inline-end-color: rgb(254 249 195 / 0.3);
  }

  .md\:border-e-yellow-100\/35 {
    border-inline-end-color: rgb(254 249 195 / 0.35);
  }

  .md\:border-e-yellow-100\/40 {
    border-inline-end-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-e-yellow-100\/45 {
    border-inline-end-color: rgb(254 249 195 / 0.45);
  }

  .md\:border-e-yellow-100\/5 {
    border-inline-end-color: rgb(254 249 195 / 0.05);
  }

  .md\:border-e-yellow-100\/50 {
    border-inline-end-color: rgb(254 249 195 / 0.5);
  }

  .md\:border-e-yellow-100\/55 {
    border-inline-end-color: rgb(254 249 195 / 0.55);
  }

  .md\:border-e-yellow-100\/60 {
    border-inline-end-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-e-yellow-100\/65 {
    border-inline-end-color: rgb(254 249 195 / 0.65);
  }

  .md\:border-e-yellow-100\/70 {
    border-inline-end-color: rgb(254 249 195 / 0.7);
  }

  .md\:border-e-yellow-100\/75 {
    border-inline-end-color: rgb(254 249 195 / 0.75);
  }

  .md\:border-e-yellow-100\/80 {
    border-inline-end-color: rgb(254 249 195 / 0.8);
  }

  .md\:border-e-yellow-100\/85 {
    border-inline-end-color: rgb(254 249 195 / 0.85);
  }

  .md\:border-e-yellow-100\/90 {
    border-inline-end-color: rgb(254 249 195 / 0.9);
  }

  .md\:border-e-yellow-100\/95 {
    border-inline-end-color: rgb(254 249 195 / 0.95);
  }

  .md\:border-e-yellow-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .md\:border-e-yellow-200\/0 {
    border-inline-end-color: rgb(254 240 138 / 0);
  }

  .md\:border-e-yellow-200\/10 {
    border-inline-end-color: rgb(254 240 138 / 0.1);
  }

  .md\:border-e-yellow-200\/100 {
    border-inline-end-color: rgb(254 240 138 / 1);
  }

  .md\:border-e-yellow-200\/15 {
    border-inline-end-color: rgb(254 240 138 / 0.15);
  }

  .md\:border-e-yellow-200\/20 {
    border-inline-end-color: rgb(254 240 138 / 0.2);
  }

  .md\:border-e-yellow-200\/25 {
    border-inline-end-color: rgb(254 240 138 / 0.25);
  }

  .md\:border-e-yellow-200\/30 {
    border-inline-end-color: rgb(254 240 138 / 0.3);
  }

  .md\:border-e-yellow-200\/35 {
    border-inline-end-color: rgb(254 240 138 / 0.35);
  }

  .md\:border-e-yellow-200\/40 {
    border-inline-end-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-e-yellow-200\/45 {
    border-inline-end-color: rgb(254 240 138 / 0.45);
  }

  .md\:border-e-yellow-200\/5 {
    border-inline-end-color: rgb(254 240 138 / 0.05);
  }

  .md\:border-e-yellow-200\/50 {
    border-inline-end-color: rgb(254 240 138 / 0.5);
  }

  .md\:border-e-yellow-200\/55 {
    border-inline-end-color: rgb(254 240 138 / 0.55);
  }

  .md\:border-e-yellow-200\/60 {
    border-inline-end-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-e-yellow-200\/65 {
    border-inline-end-color: rgb(254 240 138 / 0.65);
  }

  .md\:border-e-yellow-200\/70 {
    border-inline-end-color: rgb(254 240 138 / 0.7);
  }

  .md\:border-e-yellow-200\/75 {
    border-inline-end-color: rgb(254 240 138 / 0.75);
  }

  .md\:border-e-yellow-200\/80 {
    border-inline-end-color: rgb(254 240 138 / 0.8);
  }

  .md\:border-e-yellow-200\/85 {
    border-inline-end-color: rgb(254 240 138 / 0.85);
  }

  .md\:border-e-yellow-200\/90 {
    border-inline-end-color: rgb(254 240 138 / 0.9);
  }

  .md\:border-e-yellow-200\/95 {
    border-inline-end-color: rgb(254 240 138 / 0.95);
  }

  .md\:border-e-yellow-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .md\:border-e-yellow-300\/0 {
    border-inline-end-color: rgb(253 224 71 / 0);
  }

  .md\:border-e-yellow-300\/10 {
    border-inline-end-color: rgb(253 224 71 / 0.1);
  }

  .md\:border-e-yellow-300\/100 {
    border-inline-end-color: rgb(253 224 71 / 1);
  }

  .md\:border-e-yellow-300\/15 {
    border-inline-end-color: rgb(253 224 71 / 0.15);
  }

  .md\:border-e-yellow-300\/20 {
    border-inline-end-color: rgb(253 224 71 / 0.2);
  }

  .md\:border-e-yellow-300\/25 {
    border-inline-end-color: rgb(253 224 71 / 0.25);
  }

  .md\:border-e-yellow-300\/30 {
    border-inline-end-color: rgb(253 224 71 / 0.3);
  }

  .md\:border-e-yellow-300\/35 {
    border-inline-end-color: rgb(253 224 71 / 0.35);
  }

  .md\:border-e-yellow-300\/40 {
    border-inline-end-color: rgb(253 224 71 / 0.4);
  }

  .md\:border-e-yellow-300\/45 {
    border-inline-end-color: rgb(253 224 71 / 0.45);
  }

  .md\:border-e-yellow-300\/5 {
    border-inline-end-color: rgb(253 224 71 / 0.05);
  }

  .md\:border-e-yellow-300\/50 {
    border-inline-end-color: rgb(253 224 71 / 0.5);
  }

  .md\:border-e-yellow-300\/55 {
    border-inline-end-color: rgb(253 224 71 / 0.55);
  }

  .md\:border-e-yellow-300\/60 {
    border-inline-end-color: rgb(253 224 71 / 0.6);
  }

  .md\:border-e-yellow-300\/65 {
    border-inline-end-color: rgb(253 224 71 / 0.65);
  }

  .md\:border-e-yellow-300\/70 {
    border-inline-end-color: rgb(253 224 71 / 0.7);
  }

  .md\:border-e-yellow-300\/75 {
    border-inline-end-color: rgb(253 224 71 / 0.75);
  }

  .md\:border-e-yellow-300\/80 {
    border-inline-end-color: rgb(253 224 71 / 0.8);
  }

  .md\:border-e-yellow-300\/85 {
    border-inline-end-color: rgb(253 224 71 / 0.85);
  }

  .md\:border-e-yellow-300\/90 {
    border-inline-end-color: rgb(253 224 71 / 0.9);
  }

  .md\:border-e-yellow-300\/95 {
    border-inline-end-color: rgb(253 224 71 / 0.95);
  }

  .md\:border-e-yellow-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .md\:border-e-yellow-400\/0 {
    border-inline-end-color: rgb(250 204 21 / 0);
  }

  .md\:border-e-yellow-400\/10 {
    border-inline-end-color: rgb(250 204 21 / 0.1);
  }

  .md\:border-e-yellow-400\/100 {
    border-inline-end-color: rgb(250 204 21 / 1);
  }

  .md\:border-e-yellow-400\/15 {
    border-inline-end-color: rgb(250 204 21 / 0.15);
  }

  .md\:border-e-yellow-400\/20 {
    border-inline-end-color: rgb(250 204 21 / 0.2);
  }

  .md\:border-e-yellow-400\/25 {
    border-inline-end-color: rgb(250 204 21 / 0.25);
  }

  .md\:border-e-yellow-400\/30 {
    border-inline-end-color: rgb(250 204 21 / 0.3);
  }

  .md\:border-e-yellow-400\/35 {
    border-inline-end-color: rgb(250 204 21 / 0.35);
  }

  .md\:border-e-yellow-400\/40 {
    border-inline-end-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-e-yellow-400\/45 {
    border-inline-end-color: rgb(250 204 21 / 0.45);
  }

  .md\:border-e-yellow-400\/5 {
    border-inline-end-color: rgb(250 204 21 / 0.05);
  }

  .md\:border-e-yellow-400\/50 {
    border-inline-end-color: rgb(250 204 21 / 0.5);
  }

  .md\:border-e-yellow-400\/55 {
    border-inline-end-color: rgb(250 204 21 / 0.55);
  }

  .md\:border-e-yellow-400\/60 {
    border-inline-end-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-e-yellow-400\/65 {
    border-inline-end-color: rgb(250 204 21 / 0.65);
  }

  .md\:border-e-yellow-400\/70 {
    border-inline-end-color: rgb(250 204 21 / 0.7);
  }

  .md\:border-e-yellow-400\/75 {
    border-inline-end-color: rgb(250 204 21 / 0.75);
  }

  .md\:border-e-yellow-400\/80 {
    border-inline-end-color: rgb(250 204 21 / 0.8);
  }

  .md\:border-e-yellow-400\/85 {
    border-inline-end-color: rgb(250 204 21 / 0.85);
  }

  .md\:border-e-yellow-400\/90 {
    border-inline-end-color: rgb(250 204 21 / 0.9);
  }

  .md\:border-e-yellow-400\/95 {
    border-inline-end-color: rgb(250 204 21 / 0.95);
  }

  .md\:border-e-yellow-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .md\:border-e-yellow-50\/0 {
    border-inline-end-color: rgb(254 252 232 / 0);
  }

  .md\:border-e-yellow-50\/10 {
    border-inline-end-color: rgb(254 252 232 / 0.1);
  }

  .md\:border-e-yellow-50\/100 {
    border-inline-end-color: rgb(254 252 232 / 1);
  }

  .md\:border-e-yellow-50\/15 {
    border-inline-end-color: rgb(254 252 232 / 0.15);
  }

  .md\:border-e-yellow-50\/20 {
    border-inline-end-color: rgb(254 252 232 / 0.2);
  }

  .md\:border-e-yellow-50\/25 {
    border-inline-end-color: rgb(254 252 232 / 0.25);
  }

  .md\:border-e-yellow-50\/30 {
    border-inline-end-color: rgb(254 252 232 / 0.3);
  }

  .md\:border-e-yellow-50\/35 {
    border-inline-end-color: rgb(254 252 232 / 0.35);
  }

  .md\:border-e-yellow-50\/40 {
    border-inline-end-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-e-yellow-50\/45 {
    border-inline-end-color: rgb(254 252 232 / 0.45);
  }

  .md\:border-e-yellow-50\/5 {
    border-inline-end-color: rgb(254 252 232 / 0.05);
  }

  .md\:border-e-yellow-50\/50 {
    border-inline-end-color: rgb(254 252 232 / 0.5);
  }

  .md\:border-e-yellow-50\/55 {
    border-inline-end-color: rgb(254 252 232 / 0.55);
  }

  .md\:border-e-yellow-50\/60 {
    border-inline-end-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-e-yellow-50\/65 {
    border-inline-end-color: rgb(254 252 232 / 0.65);
  }

  .md\:border-e-yellow-50\/70 {
    border-inline-end-color: rgb(254 252 232 / 0.7);
  }

  .md\:border-e-yellow-50\/75 {
    border-inline-end-color: rgb(254 252 232 / 0.75);
  }

  .md\:border-e-yellow-50\/80 {
    border-inline-end-color: rgb(254 252 232 / 0.8);
  }

  .md\:border-e-yellow-50\/85 {
    border-inline-end-color: rgb(254 252 232 / 0.85);
  }

  .md\:border-e-yellow-50\/90 {
    border-inline-end-color: rgb(254 252 232 / 0.9);
  }

  .md\:border-e-yellow-50\/95 {
    border-inline-end-color: rgb(254 252 232 / 0.95);
  }

  .md\:border-e-yellow-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .md\:border-e-yellow-500\/0 {
    border-inline-end-color: rgb(234 179 8 / 0);
  }

  .md\:border-e-yellow-500\/10 {
    border-inline-end-color: rgb(234 179 8 / 0.1);
  }

  .md\:border-e-yellow-500\/100 {
    border-inline-end-color: rgb(234 179 8 / 1);
  }

  .md\:border-e-yellow-500\/15 {
    border-inline-end-color: rgb(234 179 8 / 0.15);
  }

  .md\:border-e-yellow-500\/20 {
    border-inline-end-color: rgb(234 179 8 / 0.2);
  }

  .md\:border-e-yellow-500\/25 {
    border-inline-end-color: rgb(234 179 8 / 0.25);
  }

  .md\:border-e-yellow-500\/30 {
    border-inline-end-color: rgb(234 179 8 / 0.3);
  }

  .md\:border-e-yellow-500\/35 {
    border-inline-end-color: rgb(234 179 8 / 0.35);
  }

  .md\:border-e-yellow-500\/40 {
    border-inline-end-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-e-yellow-500\/45 {
    border-inline-end-color: rgb(234 179 8 / 0.45);
  }

  .md\:border-e-yellow-500\/5 {
    border-inline-end-color: rgb(234 179 8 / 0.05);
  }

  .md\:border-e-yellow-500\/50 {
    border-inline-end-color: rgb(234 179 8 / 0.5);
  }

  .md\:border-e-yellow-500\/55 {
    border-inline-end-color: rgb(234 179 8 / 0.55);
  }

  .md\:border-e-yellow-500\/60 {
    border-inline-end-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-e-yellow-500\/65 {
    border-inline-end-color: rgb(234 179 8 / 0.65);
  }

  .md\:border-e-yellow-500\/70 {
    border-inline-end-color: rgb(234 179 8 / 0.7);
  }

  .md\:border-e-yellow-500\/75 {
    border-inline-end-color: rgb(234 179 8 / 0.75);
  }

  .md\:border-e-yellow-500\/80 {
    border-inline-end-color: rgb(234 179 8 / 0.8);
  }

  .md\:border-e-yellow-500\/85 {
    border-inline-end-color: rgb(234 179 8 / 0.85);
  }

  .md\:border-e-yellow-500\/90 {
    border-inline-end-color: rgb(234 179 8 / 0.9);
  }

  .md\:border-e-yellow-500\/95 {
    border-inline-end-color: rgb(234 179 8 / 0.95);
  }

  .md\:border-e-yellow-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .md\:border-e-yellow-600\/0 {
    border-inline-end-color: rgb(202 138 4 / 0);
  }

  .md\:border-e-yellow-600\/10 {
    border-inline-end-color: rgb(202 138 4 / 0.1);
  }

  .md\:border-e-yellow-600\/100 {
    border-inline-end-color: rgb(202 138 4 / 1);
  }

  .md\:border-e-yellow-600\/15 {
    border-inline-end-color: rgb(202 138 4 / 0.15);
  }

  .md\:border-e-yellow-600\/20 {
    border-inline-end-color: rgb(202 138 4 / 0.2);
  }

  .md\:border-e-yellow-600\/25 {
    border-inline-end-color: rgb(202 138 4 / 0.25);
  }

  .md\:border-e-yellow-600\/30 {
    border-inline-end-color: rgb(202 138 4 / 0.3);
  }

  .md\:border-e-yellow-600\/35 {
    border-inline-end-color: rgb(202 138 4 / 0.35);
  }

  .md\:border-e-yellow-600\/40 {
    border-inline-end-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-e-yellow-600\/45 {
    border-inline-end-color: rgb(202 138 4 / 0.45);
  }

  .md\:border-e-yellow-600\/5 {
    border-inline-end-color: rgb(202 138 4 / 0.05);
  }

  .md\:border-e-yellow-600\/50 {
    border-inline-end-color: rgb(202 138 4 / 0.5);
  }

  .md\:border-e-yellow-600\/55 {
    border-inline-end-color: rgb(202 138 4 / 0.55);
  }

  .md\:border-e-yellow-600\/60 {
    border-inline-end-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-e-yellow-600\/65 {
    border-inline-end-color: rgb(202 138 4 / 0.65);
  }

  .md\:border-e-yellow-600\/70 {
    border-inline-end-color: rgb(202 138 4 / 0.7);
  }

  .md\:border-e-yellow-600\/75 {
    border-inline-end-color: rgb(202 138 4 / 0.75);
  }

  .md\:border-e-yellow-600\/80 {
    border-inline-end-color: rgb(202 138 4 / 0.8);
  }

  .md\:border-e-yellow-600\/85 {
    border-inline-end-color: rgb(202 138 4 / 0.85);
  }

  .md\:border-e-yellow-600\/90 {
    border-inline-end-color: rgb(202 138 4 / 0.9);
  }

  .md\:border-e-yellow-600\/95 {
    border-inline-end-color: rgb(202 138 4 / 0.95);
  }

  .md\:border-e-yellow-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .md\:border-e-yellow-700\/0 {
    border-inline-end-color: rgb(161 98 7 / 0);
  }

  .md\:border-e-yellow-700\/10 {
    border-inline-end-color: rgb(161 98 7 / 0.1);
  }

  .md\:border-e-yellow-700\/100 {
    border-inline-end-color: rgb(161 98 7 / 1);
  }

  .md\:border-e-yellow-700\/15 {
    border-inline-end-color: rgb(161 98 7 / 0.15);
  }

  .md\:border-e-yellow-700\/20 {
    border-inline-end-color: rgb(161 98 7 / 0.2);
  }

  .md\:border-e-yellow-700\/25 {
    border-inline-end-color: rgb(161 98 7 / 0.25);
  }

  .md\:border-e-yellow-700\/30 {
    border-inline-end-color: rgb(161 98 7 / 0.3);
  }

  .md\:border-e-yellow-700\/35 {
    border-inline-end-color: rgb(161 98 7 / 0.35);
  }

  .md\:border-e-yellow-700\/40 {
    border-inline-end-color: rgb(161 98 7 / 0.4);
  }

  .md\:border-e-yellow-700\/45 {
    border-inline-end-color: rgb(161 98 7 / 0.45);
  }

  .md\:border-e-yellow-700\/5 {
    border-inline-end-color: rgb(161 98 7 / 0.05);
  }

  .md\:border-e-yellow-700\/50 {
    border-inline-end-color: rgb(161 98 7 / 0.5);
  }

  .md\:border-e-yellow-700\/55 {
    border-inline-end-color: rgb(161 98 7 / 0.55);
  }

  .md\:border-e-yellow-700\/60 {
    border-inline-end-color: rgb(161 98 7 / 0.6);
  }

  .md\:border-e-yellow-700\/65 {
    border-inline-end-color: rgb(161 98 7 / 0.65);
  }

  .md\:border-e-yellow-700\/70 {
    border-inline-end-color: rgb(161 98 7 / 0.7);
  }

  .md\:border-e-yellow-700\/75 {
    border-inline-end-color: rgb(161 98 7 / 0.75);
  }

  .md\:border-e-yellow-700\/80 {
    border-inline-end-color: rgb(161 98 7 / 0.8);
  }

  .md\:border-e-yellow-700\/85 {
    border-inline-end-color: rgb(161 98 7 / 0.85);
  }

  .md\:border-e-yellow-700\/90 {
    border-inline-end-color: rgb(161 98 7 / 0.9);
  }

  .md\:border-e-yellow-700\/95 {
    border-inline-end-color: rgb(161 98 7 / 0.95);
  }

  .md\:border-e-yellow-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .md\:border-e-yellow-800\/0 {
    border-inline-end-color: rgb(133 77 14 / 0);
  }

  .md\:border-e-yellow-800\/10 {
    border-inline-end-color: rgb(133 77 14 / 0.1);
  }

  .md\:border-e-yellow-800\/100 {
    border-inline-end-color: rgb(133 77 14 / 1);
  }

  .md\:border-e-yellow-800\/15 {
    border-inline-end-color: rgb(133 77 14 / 0.15);
  }

  .md\:border-e-yellow-800\/20 {
    border-inline-end-color: rgb(133 77 14 / 0.2);
  }

  .md\:border-e-yellow-800\/25 {
    border-inline-end-color: rgb(133 77 14 / 0.25);
  }

  .md\:border-e-yellow-800\/30 {
    border-inline-end-color: rgb(133 77 14 / 0.3);
  }

  .md\:border-e-yellow-800\/35 {
    border-inline-end-color: rgb(133 77 14 / 0.35);
  }

  .md\:border-e-yellow-800\/40 {
    border-inline-end-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-e-yellow-800\/45 {
    border-inline-end-color: rgb(133 77 14 / 0.45);
  }

  .md\:border-e-yellow-800\/5 {
    border-inline-end-color: rgb(133 77 14 / 0.05);
  }

  .md\:border-e-yellow-800\/50 {
    border-inline-end-color: rgb(133 77 14 / 0.5);
  }

  .md\:border-e-yellow-800\/55 {
    border-inline-end-color: rgb(133 77 14 / 0.55);
  }

  .md\:border-e-yellow-800\/60 {
    border-inline-end-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-e-yellow-800\/65 {
    border-inline-end-color: rgb(133 77 14 / 0.65);
  }

  .md\:border-e-yellow-800\/70 {
    border-inline-end-color: rgb(133 77 14 / 0.7);
  }

  .md\:border-e-yellow-800\/75 {
    border-inline-end-color: rgb(133 77 14 / 0.75);
  }

  .md\:border-e-yellow-800\/80 {
    border-inline-end-color: rgb(133 77 14 / 0.8);
  }

  .md\:border-e-yellow-800\/85 {
    border-inline-end-color: rgb(133 77 14 / 0.85);
  }

  .md\:border-e-yellow-800\/90 {
    border-inline-end-color: rgb(133 77 14 / 0.9);
  }

  .md\:border-e-yellow-800\/95 {
    border-inline-end-color: rgb(133 77 14 / 0.95);
  }

  .md\:border-e-yellow-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .md\:border-e-yellow-900\/0 {
    border-inline-end-color: rgb(113 63 18 / 0);
  }

  .md\:border-e-yellow-900\/10 {
    border-inline-end-color: rgb(113 63 18 / 0.1);
  }

  .md\:border-e-yellow-900\/100 {
    border-inline-end-color: rgb(113 63 18 / 1);
  }

  .md\:border-e-yellow-900\/15 {
    border-inline-end-color: rgb(113 63 18 / 0.15);
  }

  .md\:border-e-yellow-900\/20 {
    border-inline-end-color: rgb(113 63 18 / 0.2);
  }

  .md\:border-e-yellow-900\/25 {
    border-inline-end-color: rgb(113 63 18 / 0.25);
  }

  .md\:border-e-yellow-900\/30 {
    border-inline-end-color: rgb(113 63 18 / 0.3);
  }

  .md\:border-e-yellow-900\/35 {
    border-inline-end-color: rgb(113 63 18 / 0.35);
  }

  .md\:border-e-yellow-900\/40 {
    border-inline-end-color: rgb(113 63 18 / 0.4);
  }

  .md\:border-e-yellow-900\/45 {
    border-inline-end-color: rgb(113 63 18 / 0.45);
  }

  .md\:border-e-yellow-900\/5 {
    border-inline-end-color: rgb(113 63 18 / 0.05);
  }

  .md\:border-e-yellow-900\/50 {
    border-inline-end-color: rgb(113 63 18 / 0.5);
  }

  .md\:border-e-yellow-900\/55 {
    border-inline-end-color: rgb(113 63 18 / 0.55);
  }

  .md\:border-e-yellow-900\/60 {
    border-inline-end-color: rgb(113 63 18 / 0.6);
  }

  .md\:border-e-yellow-900\/65 {
    border-inline-end-color: rgb(113 63 18 / 0.65);
  }

  .md\:border-e-yellow-900\/70 {
    border-inline-end-color: rgb(113 63 18 / 0.7);
  }

  .md\:border-e-yellow-900\/75 {
    border-inline-end-color: rgb(113 63 18 / 0.75);
  }

  .md\:border-e-yellow-900\/80 {
    border-inline-end-color: rgb(113 63 18 / 0.8);
  }

  .md\:border-e-yellow-900\/85 {
    border-inline-end-color: rgb(113 63 18 / 0.85);
  }

  .md\:border-e-yellow-900\/90 {
    border-inline-end-color: rgb(113 63 18 / 0.9);
  }

  .md\:border-e-yellow-900\/95 {
    border-inline-end-color: rgb(113 63 18 / 0.95);
  }

  .md\:border-e-yellow-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .md\:border-e-yellow-950\/0 {
    border-inline-end-color: rgb(66 32 6 / 0);
  }

  .md\:border-e-yellow-950\/10 {
    border-inline-end-color: rgb(66 32 6 / 0.1);
  }

  .md\:border-e-yellow-950\/100 {
    border-inline-end-color: rgb(66 32 6 / 1);
  }

  .md\:border-e-yellow-950\/15 {
    border-inline-end-color: rgb(66 32 6 / 0.15);
  }

  .md\:border-e-yellow-950\/20 {
    border-inline-end-color: rgb(66 32 6 / 0.2);
  }

  .md\:border-e-yellow-950\/25 {
    border-inline-end-color: rgb(66 32 6 / 0.25);
  }

  .md\:border-e-yellow-950\/30 {
    border-inline-end-color: rgb(66 32 6 / 0.3);
  }

  .md\:border-e-yellow-950\/35 {
    border-inline-end-color: rgb(66 32 6 / 0.35);
  }

  .md\:border-e-yellow-950\/40 {
    border-inline-end-color: rgb(66 32 6 / 0.4);
  }

  .md\:border-e-yellow-950\/45 {
    border-inline-end-color: rgb(66 32 6 / 0.45);
  }

  .md\:border-e-yellow-950\/5 {
    border-inline-end-color: rgb(66 32 6 / 0.05);
  }

  .md\:border-e-yellow-950\/50 {
    border-inline-end-color: rgb(66 32 6 / 0.5);
  }

  .md\:border-e-yellow-950\/55 {
    border-inline-end-color: rgb(66 32 6 / 0.55);
  }

  .md\:border-e-yellow-950\/60 {
    border-inline-end-color: rgb(66 32 6 / 0.6);
  }

  .md\:border-e-yellow-950\/65 {
    border-inline-end-color: rgb(66 32 6 / 0.65);
  }

  .md\:border-e-yellow-950\/70 {
    border-inline-end-color: rgb(66 32 6 / 0.7);
  }

  .md\:border-e-yellow-950\/75 {
    border-inline-end-color: rgb(66 32 6 / 0.75);
  }

  .md\:border-e-yellow-950\/80 {
    border-inline-end-color: rgb(66 32 6 / 0.8);
  }

  .md\:border-e-yellow-950\/85 {
    border-inline-end-color: rgb(66 32 6 / 0.85);
  }

  .md\:border-e-yellow-950\/90 {
    border-inline-end-color: rgb(66 32 6 / 0.9);
  }

  .md\:border-e-yellow-950\/95 {
    border-inline-end-color: rgb(66 32 6 / 0.95);
  }

  .md\:border-e-zinc-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(244 244 245 / var(--tw-border-opacity));
  }

  .md\:border-e-zinc-100\/0 {
    border-inline-end-color: rgb(244 244 245 / 0);
  }

  .md\:border-e-zinc-100\/10 {
    border-inline-end-color: rgb(244 244 245 / 0.1);
  }

  .md\:border-e-zinc-100\/100 {
    border-inline-end-color: rgb(244 244 245 / 1);
  }

  .md\:border-e-zinc-100\/15 {
    border-inline-end-color: rgb(244 244 245 / 0.15);
  }

  .md\:border-e-zinc-100\/20 {
    border-inline-end-color: rgb(244 244 245 / 0.2);
  }

  .md\:border-e-zinc-100\/25 {
    border-inline-end-color: rgb(244 244 245 / 0.25);
  }

  .md\:border-e-zinc-100\/30 {
    border-inline-end-color: rgb(244 244 245 / 0.3);
  }

  .md\:border-e-zinc-100\/35 {
    border-inline-end-color: rgb(244 244 245 / 0.35);
  }

  .md\:border-e-zinc-100\/40 {
    border-inline-end-color: rgb(244 244 245 / 0.4);
  }

  .md\:border-e-zinc-100\/45 {
    border-inline-end-color: rgb(244 244 245 / 0.45);
  }

  .md\:border-e-zinc-100\/5 {
    border-inline-end-color: rgb(244 244 245 / 0.05);
  }

  .md\:border-e-zinc-100\/50 {
    border-inline-end-color: rgb(244 244 245 / 0.5);
  }

  .md\:border-e-zinc-100\/55 {
    border-inline-end-color: rgb(244 244 245 / 0.55);
  }

  .md\:border-e-zinc-100\/60 {
    border-inline-end-color: rgb(244 244 245 / 0.6);
  }

  .md\:border-e-zinc-100\/65 {
    border-inline-end-color: rgb(244 244 245 / 0.65);
  }

  .md\:border-e-zinc-100\/70 {
    border-inline-end-color: rgb(244 244 245 / 0.7);
  }

  .md\:border-e-zinc-100\/75 {
    border-inline-end-color: rgb(244 244 245 / 0.75);
  }

  .md\:border-e-zinc-100\/80 {
    border-inline-end-color: rgb(244 244 245 / 0.8);
  }

  .md\:border-e-zinc-100\/85 {
    border-inline-end-color: rgb(244 244 245 / 0.85);
  }

  .md\:border-e-zinc-100\/90 {
    border-inline-end-color: rgb(244 244 245 / 0.9);
  }

  .md\:border-e-zinc-100\/95 {
    border-inline-end-color: rgb(244 244 245 / 0.95);
  }

  .md\:border-e-zinc-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(228 228 231 / var(--tw-border-opacity));
  }

  .md\:border-e-zinc-200\/0 {
    border-inline-end-color: rgb(228 228 231 / 0);
  }

  .md\:border-e-zinc-200\/10 {
    border-inline-end-color: rgb(228 228 231 / 0.1);
  }

  .md\:border-e-zinc-200\/100 {
    border-inline-end-color: rgb(228 228 231 / 1);
  }

  .md\:border-e-zinc-200\/15 {
    border-inline-end-color: rgb(228 228 231 / 0.15);
  }

  .md\:border-e-zinc-200\/20 {
    border-inline-end-color: rgb(228 228 231 / 0.2);
  }

  .md\:border-e-zinc-200\/25 {
    border-inline-end-color: rgb(228 228 231 / 0.25);
  }

  .md\:border-e-zinc-200\/30 {
    border-inline-end-color: rgb(228 228 231 / 0.3);
  }

  .md\:border-e-zinc-200\/35 {
    border-inline-end-color: rgb(228 228 231 / 0.35);
  }

  .md\:border-e-zinc-200\/40 {
    border-inline-end-color: rgb(228 228 231 / 0.4);
  }

  .md\:border-e-zinc-200\/45 {
    border-inline-end-color: rgb(228 228 231 / 0.45);
  }

  .md\:border-e-zinc-200\/5 {
    border-inline-end-color: rgb(228 228 231 / 0.05);
  }

  .md\:border-e-zinc-200\/50 {
    border-inline-end-color: rgb(228 228 231 / 0.5);
  }

  .md\:border-e-zinc-200\/55 {
    border-inline-end-color: rgb(228 228 231 / 0.55);
  }

  .md\:border-e-zinc-200\/60 {
    border-inline-end-color: rgb(228 228 231 / 0.6);
  }

  .md\:border-e-zinc-200\/65 {
    border-inline-end-color: rgb(228 228 231 / 0.65);
  }

  .md\:border-e-zinc-200\/70 {
    border-inline-end-color: rgb(228 228 231 / 0.7);
  }

  .md\:border-e-zinc-200\/75 {
    border-inline-end-color: rgb(228 228 231 / 0.75);
  }

  .md\:border-e-zinc-200\/80 {
    border-inline-end-color: rgb(228 228 231 / 0.8);
  }

  .md\:border-e-zinc-200\/85 {
    border-inline-end-color: rgb(228 228 231 / 0.85);
  }

  .md\:border-e-zinc-200\/90 {
    border-inline-end-color: rgb(228 228 231 / 0.9);
  }

  .md\:border-e-zinc-200\/95 {
    border-inline-end-color: rgb(228 228 231 / 0.95);
  }

  .md\:border-e-zinc-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(212 212 216 / var(--tw-border-opacity));
  }

  .md\:border-e-zinc-300\/0 {
    border-inline-end-color: rgb(212 212 216 / 0);
  }

  .md\:border-e-zinc-300\/10 {
    border-inline-end-color: rgb(212 212 216 / 0.1);
  }

  .md\:border-e-zinc-300\/100 {
    border-inline-end-color: rgb(212 212 216 / 1);
  }

  .md\:border-e-zinc-300\/15 {
    border-inline-end-color: rgb(212 212 216 / 0.15);
  }

  .md\:border-e-zinc-300\/20 {
    border-inline-end-color: rgb(212 212 216 / 0.2);
  }

  .md\:border-e-zinc-300\/25 {
    border-inline-end-color: rgb(212 212 216 / 0.25);
  }

  .md\:border-e-zinc-300\/30 {
    border-inline-end-color: rgb(212 212 216 / 0.3);
  }

  .md\:border-e-zinc-300\/35 {
    border-inline-end-color: rgb(212 212 216 / 0.35);
  }

  .md\:border-e-zinc-300\/40 {
    border-inline-end-color: rgb(212 212 216 / 0.4);
  }

  .md\:border-e-zinc-300\/45 {
    border-inline-end-color: rgb(212 212 216 / 0.45);
  }

  .md\:border-e-zinc-300\/5 {
    border-inline-end-color: rgb(212 212 216 / 0.05);
  }

  .md\:border-e-zinc-300\/50 {
    border-inline-end-color: rgb(212 212 216 / 0.5);
  }

  .md\:border-e-zinc-300\/55 {
    border-inline-end-color: rgb(212 212 216 / 0.55);
  }

  .md\:border-e-zinc-300\/60 {
    border-inline-end-color: rgb(212 212 216 / 0.6);
  }

  .md\:border-e-zinc-300\/65 {
    border-inline-end-color: rgb(212 212 216 / 0.65);
  }

  .md\:border-e-zinc-300\/70 {
    border-inline-end-color: rgb(212 212 216 / 0.7);
  }

  .md\:border-e-zinc-300\/75 {
    border-inline-end-color: rgb(212 212 216 / 0.75);
  }

  .md\:border-e-zinc-300\/80 {
    border-inline-end-color: rgb(212 212 216 / 0.8);
  }

  .md\:border-e-zinc-300\/85 {
    border-inline-end-color: rgb(212 212 216 / 0.85);
  }

  .md\:border-e-zinc-300\/90 {
    border-inline-end-color: rgb(212 212 216 / 0.9);
  }

  .md\:border-e-zinc-300\/95 {
    border-inline-end-color: rgb(212 212 216 / 0.95);
  }

  .md\:border-e-zinc-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(161 161 170 / var(--tw-border-opacity));
  }

  .md\:border-e-zinc-400\/0 {
    border-inline-end-color: rgb(161 161 170 / 0);
  }

  .md\:border-e-zinc-400\/10 {
    border-inline-end-color: rgb(161 161 170 / 0.1);
  }

  .md\:border-e-zinc-400\/100 {
    border-inline-end-color: rgb(161 161 170 / 1);
  }

  .md\:border-e-zinc-400\/15 {
    border-inline-end-color: rgb(161 161 170 / 0.15);
  }

  .md\:border-e-zinc-400\/20 {
    border-inline-end-color: rgb(161 161 170 / 0.2);
  }

  .md\:border-e-zinc-400\/25 {
    border-inline-end-color: rgb(161 161 170 / 0.25);
  }

  .md\:border-e-zinc-400\/30 {
    border-inline-end-color: rgb(161 161 170 / 0.3);
  }

  .md\:border-e-zinc-400\/35 {
    border-inline-end-color: rgb(161 161 170 / 0.35);
  }

  .md\:border-e-zinc-400\/40 {
    border-inline-end-color: rgb(161 161 170 / 0.4);
  }

  .md\:border-e-zinc-400\/45 {
    border-inline-end-color: rgb(161 161 170 / 0.45);
  }

  .md\:border-e-zinc-400\/5 {
    border-inline-end-color: rgb(161 161 170 / 0.05);
  }

  .md\:border-e-zinc-400\/50 {
    border-inline-end-color: rgb(161 161 170 / 0.5);
  }

  .md\:border-e-zinc-400\/55 {
    border-inline-end-color: rgb(161 161 170 / 0.55);
  }

  .md\:border-e-zinc-400\/60 {
    border-inline-end-color: rgb(161 161 170 / 0.6);
  }

  .md\:border-e-zinc-400\/65 {
    border-inline-end-color: rgb(161 161 170 / 0.65);
  }

  .md\:border-e-zinc-400\/70 {
    border-inline-end-color: rgb(161 161 170 / 0.7);
  }

  .md\:border-e-zinc-400\/75 {
    border-inline-end-color: rgb(161 161 170 / 0.75);
  }

  .md\:border-e-zinc-400\/80 {
    border-inline-end-color: rgb(161 161 170 / 0.8);
  }

  .md\:border-e-zinc-400\/85 {
    border-inline-end-color: rgb(161 161 170 / 0.85);
  }

  .md\:border-e-zinc-400\/90 {
    border-inline-end-color: rgb(161 161 170 / 0.9);
  }

  .md\:border-e-zinc-400\/95 {
    border-inline-end-color: rgb(161 161 170 / 0.95);
  }

  .md\:border-e-zinc-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .md\:border-e-zinc-50\/0 {
    border-inline-end-color: rgb(250 250 250 / 0);
  }

  .md\:border-e-zinc-50\/10 {
    border-inline-end-color: rgb(250 250 250 / 0.1);
  }

  .md\:border-e-zinc-50\/100 {
    border-inline-end-color: rgb(250 250 250 / 1);
  }

  .md\:border-e-zinc-50\/15 {
    border-inline-end-color: rgb(250 250 250 / 0.15);
  }

  .md\:border-e-zinc-50\/20 {
    border-inline-end-color: rgb(250 250 250 / 0.2);
  }

  .md\:border-e-zinc-50\/25 {
    border-inline-end-color: rgb(250 250 250 / 0.25);
  }

  .md\:border-e-zinc-50\/30 {
    border-inline-end-color: rgb(250 250 250 / 0.3);
  }

  .md\:border-e-zinc-50\/35 {
    border-inline-end-color: rgb(250 250 250 / 0.35);
  }

  .md\:border-e-zinc-50\/40 {
    border-inline-end-color: rgb(250 250 250 / 0.4);
  }

  .md\:border-e-zinc-50\/45 {
    border-inline-end-color: rgb(250 250 250 / 0.45);
  }

  .md\:border-e-zinc-50\/5 {
    border-inline-end-color: rgb(250 250 250 / 0.05);
  }

  .md\:border-e-zinc-50\/50 {
    border-inline-end-color: rgb(250 250 250 / 0.5);
  }

  .md\:border-e-zinc-50\/55 {
    border-inline-end-color: rgb(250 250 250 / 0.55);
  }

  .md\:border-e-zinc-50\/60 {
    border-inline-end-color: rgb(250 250 250 / 0.6);
  }

  .md\:border-e-zinc-50\/65 {
    border-inline-end-color: rgb(250 250 250 / 0.65);
  }

  .md\:border-e-zinc-50\/70 {
    border-inline-end-color: rgb(250 250 250 / 0.7);
  }

  .md\:border-e-zinc-50\/75 {
    border-inline-end-color: rgb(250 250 250 / 0.75);
  }

  .md\:border-e-zinc-50\/80 {
    border-inline-end-color: rgb(250 250 250 / 0.8);
  }

  .md\:border-e-zinc-50\/85 {
    border-inline-end-color: rgb(250 250 250 / 0.85);
  }

  .md\:border-e-zinc-50\/90 {
    border-inline-end-color: rgb(250 250 250 / 0.9);
  }

  .md\:border-e-zinc-50\/95 {
    border-inline-end-color: rgb(250 250 250 / 0.95);
  }

  .md\:border-e-zinc-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(113 113 122 / var(--tw-border-opacity));
  }

  .md\:border-e-zinc-500\/0 {
    border-inline-end-color: rgb(113 113 122 / 0);
  }

  .md\:border-e-zinc-500\/10 {
    border-inline-end-color: rgb(113 113 122 / 0.1);
  }

  .md\:border-e-zinc-500\/100 {
    border-inline-end-color: rgb(113 113 122 / 1);
  }

  .md\:border-e-zinc-500\/15 {
    border-inline-end-color: rgb(113 113 122 / 0.15);
  }

  .md\:border-e-zinc-500\/20 {
    border-inline-end-color: rgb(113 113 122 / 0.2);
  }

  .md\:border-e-zinc-500\/25 {
    border-inline-end-color: rgb(113 113 122 / 0.25);
  }

  .md\:border-e-zinc-500\/30 {
    border-inline-end-color: rgb(113 113 122 / 0.3);
  }

  .md\:border-e-zinc-500\/35 {
    border-inline-end-color: rgb(113 113 122 / 0.35);
  }

  .md\:border-e-zinc-500\/40 {
    border-inline-end-color: rgb(113 113 122 / 0.4);
  }

  .md\:border-e-zinc-500\/45 {
    border-inline-end-color: rgb(113 113 122 / 0.45);
  }

  .md\:border-e-zinc-500\/5 {
    border-inline-end-color: rgb(113 113 122 / 0.05);
  }

  .md\:border-e-zinc-500\/50 {
    border-inline-end-color: rgb(113 113 122 / 0.5);
  }

  .md\:border-e-zinc-500\/55 {
    border-inline-end-color: rgb(113 113 122 / 0.55);
  }

  .md\:border-e-zinc-500\/60 {
    border-inline-end-color: rgb(113 113 122 / 0.6);
  }

  .md\:border-e-zinc-500\/65 {
    border-inline-end-color: rgb(113 113 122 / 0.65);
  }

  .md\:border-e-zinc-500\/70 {
    border-inline-end-color: rgb(113 113 122 / 0.7);
  }

  .md\:border-e-zinc-500\/75 {
    border-inline-end-color: rgb(113 113 122 / 0.75);
  }

  .md\:border-e-zinc-500\/80 {
    border-inline-end-color: rgb(113 113 122 / 0.8);
  }

  .md\:border-e-zinc-500\/85 {
    border-inline-end-color: rgb(113 113 122 / 0.85);
  }

  .md\:border-e-zinc-500\/90 {
    border-inline-end-color: rgb(113 113 122 / 0.9);
  }

  .md\:border-e-zinc-500\/95 {
    border-inline-end-color: rgb(113 113 122 / 0.95);
  }

  .md\:border-e-zinc-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(82 82 91 / var(--tw-border-opacity));
  }

  .md\:border-e-zinc-600\/0 {
    border-inline-end-color: rgb(82 82 91 / 0);
  }

  .md\:border-e-zinc-600\/10 {
    border-inline-end-color: rgb(82 82 91 / 0.1);
  }

  .md\:border-e-zinc-600\/100 {
    border-inline-end-color: rgb(82 82 91 / 1);
  }

  .md\:border-e-zinc-600\/15 {
    border-inline-end-color: rgb(82 82 91 / 0.15);
  }

  .md\:border-e-zinc-600\/20 {
    border-inline-end-color: rgb(82 82 91 / 0.2);
  }

  .md\:border-e-zinc-600\/25 {
    border-inline-end-color: rgb(82 82 91 / 0.25);
  }

  .md\:border-e-zinc-600\/30 {
    border-inline-end-color: rgb(82 82 91 / 0.3);
  }

  .md\:border-e-zinc-600\/35 {
    border-inline-end-color: rgb(82 82 91 / 0.35);
  }

  .md\:border-e-zinc-600\/40 {
    border-inline-end-color: rgb(82 82 91 / 0.4);
  }

  .md\:border-e-zinc-600\/45 {
    border-inline-end-color: rgb(82 82 91 / 0.45);
  }

  .md\:border-e-zinc-600\/5 {
    border-inline-end-color: rgb(82 82 91 / 0.05);
  }

  .md\:border-e-zinc-600\/50 {
    border-inline-end-color: rgb(82 82 91 / 0.5);
  }

  .md\:border-e-zinc-600\/55 {
    border-inline-end-color: rgb(82 82 91 / 0.55);
  }

  .md\:border-e-zinc-600\/60 {
    border-inline-end-color: rgb(82 82 91 / 0.6);
  }

  .md\:border-e-zinc-600\/65 {
    border-inline-end-color: rgb(82 82 91 / 0.65);
  }

  .md\:border-e-zinc-600\/70 {
    border-inline-end-color: rgb(82 82 91 / 0.7);
  }

  .md\:border-e-zinc-600\/75 {
    border-inline-end-color: rgb(82 82 91 / 0.75);
  }

  .md\:border-e-zinc-600\/80 {
    border-inline-end-color: rgb(82 82 91 / 0.8);
  }

  .md\:border-e-zinc-600\/85 {
    border-inline-end-color: rgb(82 82 91 / 0.85);
  }

  .md\:border-e-zinc-600\/90 {
    border-inline-end-color: rgb(82 82 91 / 0.9);
  }

  .md\:border-e-zinc-600\/95 {
    border-inline-end-color: rgb(82 82 91 / 0.95);
  }

  .md\:border-e-zinc-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(63 63 70 / var(--tw-border-opacity));
  }

  .md\:border-e-zinc-700\/0 {
    border-inline-end-color: rgb(63 63 70 / 0);
  }

  .md\:border-e-zinc-700\/10 {
    border-inline-end-color: rgb(63 63 70 / 0.1);
  }

  .md\:border-e-zinc-700\/100 {
    border-inline-end-color: rgb(63 63 70 / 1);
  }

  .md\:border-e-zinc-700\/15 {
    border-inline-end-color: rgb(63 63 70 / 0.15);
  }

  .md\:border-e-zinc-700\/20 {
    border-inline-end-color: rgb(63 63 70 / 0.2);
  }

  .md\:border-e-zinc-700\/25 {
    border-inline-end-color: rgb(63 63 70 / 0.25);
  }

  .md\:border-e-zinc-700\/30 {
    border-inline-end-color: rgb(63 63 70 / 0.3);
  }

  .md\:border-e-zinc-700\/35 {
    border-inline-end-color: rgb(63 63 70 / 0.35);
  }

  .md\:border-e-zinc-700\/40 {
    border-inline-end-color: rgb(63 63 70 / 0.4);
  }

  .md\:border-e-zinc-700\/45 {
    border-inline-end-color: rgb(63 63 70 / 0.45);
  }

  .md\:border-e-zinc-700\/5 {
    border-inline-end-color: rgb(63 63 70 / 0.05);
  }

  .md\:border-e-zinc-700\/50 {
    border-inline-end-color: rgb(63 63 70 / 0.5);
  }

  .md\:border-e-zinc-700\/55 {
    border-inline-end-color: rgb(63 63 70 / 0.55);
  }

  .md\:border-e-zinc-700\/60 {
    border-inline-end-color: rgb(63 63 70 / 0.6);
  }

  .md\:border-e-zinc-700\/65 {
    border-inline-end-color: rgb(63 63 70 / 0.65);
  }

  .md\:border-e-zinc-700\/70 {
    border-inline-end-color: rgb(63 63 70 / 0.7);
  }

  .md\:border-e-zinc-700\/75 {
    border-inline-end-color: rgb(63 63 70 / 0.75);
  }

  .md\:border-e-zinc-700\/80 {
    border-inline-end-color: rgb(63 63 70 / 0.8);
  }

  .md\:border-e-zinc-700\/85 {
    border-inline-end-color: rgb(63 63 70 / 0.85);
  }

  .md\:border-e-zinc-700\/90 {
    border-inline-end-color: rgb(63 63 70 / 0.9);
  }

  .md\:border-e-zinc-700\/95 {
    border-inline-end-color: rgb(63 63 70 / 0.95);
  }

  .md\:border-e-zinc-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(39 39 42 / var(--tw-border-opacity));
  }

  .md\:border-e-zinc-800\/0 {
    border-inline-end-color: rgb(39 39 42 / 0);
  }

  .md\:border-e-zinc-800\/10 {
    border-inline-end-color: rgb(39 39 42 / 0.1);
  }

  .md\:border-e-zinc-800\/100 {
    border-inline-end-color: rgb(39 39 42 / 1);
  }

  .md\:border-e-zinc-800\/15 {
    border-inline-end-color: rgb(39 39 42 / 0.15);
  }

  .md\:border-e-zinc-800\/20 {
    border-inline-end-color: rgb(39 39 42 / 0.2);
  }

  .md\:border-e-zinc-800\/25 {
    border-inline-end-color: rgb(39 39 42 / 0.25);
  }

  .md\:border-e-zinc-800\/30 {
    border-inline-end-color: rgb(39 39 42 / 0.3);
  }

  .md\:border-e-zinc-800\/35 {
    border-inline-end-color: rgb(39 39 42 / 0.35);
  }

  .md\:border-e-zinc-800\/40 {
    border-inline-end-color: rgb(39 39 42 / 0.4);
  }

  .md\:border-e-zinc-800\/45 {
    border-inline-end-color: rgb(39 39 42 / 0.45);
  }

  .md\:border-e-zinc-800\/5 {
    border-inline-end-color: rgb(39 39 42 / 0.05);
  }

  .md\:border-e-zinc-800\/50 {
    border-inline-end-color: rgb(39 39 42 / 0.5);
  }

  .md\:border-e-zinc-800\/55 {
    border-inline-end-color: rgb(39 39 42 / 0.55);
  }

  .md\:border-e-zinc-800\/60 {
    border-inline-end-color: rgb(39 39 42 / 0.6);
  }

  .md\:border-e-zinc-800\/65 {
    border-inline-end-color: rgb(39 39 42 / 0.65);
  }

  .md\:border-e-zinc-800\/70 {
    border-inline-end-color: rgb(39 39 42 / 0.7);
  }

  .md\:border-e-zinc-800\/75 {
    border-inline-end-color: rgb(39 39 42 / 0.75);
  }

  .md\:border-e-zinc-800\/80 {
    border-inline-end-color: rgb(39 39 42 / 0.8);
  }

  .md\:border-e-zinc-800\/85 {
    border-inline-end-color: rgb(39 39 42 / 0.85);
  }

  .md\:border-e-zinc-800\/90 {
    border-inline-end-color: rgb(39 39 42 / 0.9);
  }

  .md\:border-e-zinc-800\/95 {
    border-inline-end-color: rgb(39 39 42 / 0.95);
  }

  .md\:border-e-zinc-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(24 24 27 / var(--tw-border-opacity));
  }

  .md\:border-e-zinc-900\/0 {
    border-inline-end-color: rgb(24 24 27 / 0);
  }

  .md\:border-e-zinc-900\/10 {
    border-inline-end-color: rgb(24 24 27 / 0.1);
  }

  .md\:border-e-zinc-900\/100 {
    border-inline-end-color: rgb(24 24 27 / 1);
  }

  .md\:border-e-zinc-900\/15 {
    border-inline-end-color: rgb(24 24 27 / 0.15);
  }

  .md\:border-e-zinc-900\/20 {
    border-inline-end-color: rgb(24 24 27 / 0.2);
  }

  .md\:border-e-zinc-900\/25 {
    border-inline-end-color: rgb(24 24 27 / 0.25);
  }

  .md\:border-e-zinc-900\/30 {
    border-inline-end-color: rgb(24 24 27 / 0.3);
  }

  .md\:border-e-zinc-900\/35 {
    border-inline-end-color: rgb(24 24 27 / 0.35);
  }

  .md\:border-e-zinc-900\/40 {
    border-inline-end-color: rgb(24 24 27 / 0.4);
  }

  .md\:border-e-zinc-900\/45 {
    border-inline-end-color: rgb(24 24 27 / 0.45);
  }

  .md\:border-e-zinc-900\/5 {
    border-inline-end-color: rgb(24 24 27 / 0.05);
  }

  .md\:border-e-zinc-900\/50 {
    border-inline-end-color: rgb(24 24 27 / 0.5);
  }

  .md\:border-e-zinc-900\/55 {
    border-inline-end-color: rgb(24 24 27 / 0.55);
  }

  .md\:border-e-zinc-900\/60 {
    border-inline-end-color: rgb(24 24 27 / 0.6);
  }

  .md\:border-e-zinc-900\/65 {
    border-inline-end-color: rgb(24 24 27 / 0.65);
  }

  .md\:border-e-zinc-900\/70 {
    border-inline-end-color: rgb(24 24 27 / 0.7);
  }

  .md\:border-e-zinc-900\/75 {
    border-inline-end-color: rgb(24 24 27 / 0.75);
  }

  .md\:border-e-zinc-900\/80 {
    border-inline-end-color: rgb(24 24 27 / 0.8);
  }

  .md\:border-e-zinc-900\/85 {
    border-inline-end-color: rgb(24 24 27 / 0.85);
  }

  .md\:border-e-zinc-900\/90 {
    border-inline-end-color: rgb(24 24 27 / 0.9);
  }

  .md\:border-e-zinc-900\/95 {
    border-inline-end-color: rgb(24 24 27 / 0.95);
  }

  .md\:border-e-zinc-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(9 9 11 / var(--tw-border-opacity));
  }

  .md\:border-e-zinc-950\/0 {
    border-inline-end-color: rgb(9 9 11 / 0);
  }

  .md\:border-e-zinc-950\/10 {
    border-inline-end-color: rgb(9 9 11 / 0.1);
  }

  .md\:border-e-zinc-950\/100 {
    border-inline-end-color: rgb(9 9 11 / 1);
  }

  .md\:border-e-zinc-950\/15 {
    border-inline-end-color: rgb(9 9 11 / 0.15);
  }

  .md\:border-e-zinc-950\/20 {
    border-inline-end-color: rgb(9 9 11 / 0.2);
  }

  .md\:border-e-zinc-950\/25 {
    border-inline-end-color: rgb(9 9 11 / 0.25);
  }

  .md\:border-e-zinc-950\/30 {
    border-inline-end-color: rgb(9 9 11 / 0.3);
  }

  .md\:border-e-zinc-950\/35 {
    border-inline-end-color: rgb(9 9 11 / 0.35);
  }

  .md\:border-e-zinc-950\/40 {
    border-inline-end-color: rgb(9 9 11 / 0.4);
  }

  .md\:border-e-zinc-950\/45 {
    border-inline-end-color: rgb(9 9 11 / 0.45);
  }

  .md\:border-e-zinc-950\/5 {
    border-inline-end-color: rgb(9 9 11 / 0.05);
  }

  .md\:border-e-zinc-950\/50 {
    border-inline-end-color: rgb(9 9 11 / 0.5);
  }

  .md\:border-e-zinc-950\/55 {
    border-inline-end-color: rgb(9 9 11 / 0.55);
  }

  .md\:border-e-zinc-950\/60 {
    border-inline-end-color: rgb(9 9 11 / 0.6);
  }

  .md\:border-e-zinc-950\/65 {
    border-inline-end-color: rgb(9 9 11 / 0.65);
  }

  .md\:border-e-zinc-950\/70 {
    border-inline-end-color: rgb(9 9 11 / 0.7);
  }

  .md\:border-e-zinc-950\/75 {
    border-inline-end-color: rgb(9 9 11 / 0.75);
  }

  .md\:border-e-zinc-950\/80 {
    border-inline-end-color: rgb(9 9 11 / 0.8);
  }

  .md\:border-e-zinc-950\/85 {
    border-inline-end-color: rgb(9 9 11 / 0.85);
  }

  .md\:border-e-zinc-950\/90 {
    border-inline-end-color: rgb(9 9 11 / 0.9);
  }

  .md\:border-e-zinc-950\/95 {
    border-inline-end-color: rgb(9 9 11 / 0.95);
  }

  .md\:border-l-amber-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 243 199 / var(--tw-border-opacity));
  }

  .md\:border-l-amber-100\/0 {
    border-left-color: rgb(254 243 199 / 0);
  }

  .md\:border-l-amber-100\/10 {
    border-left-color: rgb(254 243 199 / 0.1);
  }

  .md\:border-l-amber-100\/100 {
    border-left-color: rgb(254 243 199 / 1);
  }

  .md\:border-l-amber-100\/15 {
    border-left-color: rgb(254 243 199 / 0.15);
  }

  .md\:border-l-amber-100\/20 {
    border-left-color: rgb(254 243 199 / 0.2);
  }

  .md\:border-l-amber-100\/25 {
    border-left-color: rgb(254 243 199 / 0.25);
  }

  .md\:border-l-amber-100\/30 {
    border-left-color: rgb(254 243 199 / 0.3);
  }

  .md\:border-l-amber-100\/35 {
    border-left-color: rgb(254 243 199 / 0.35);
  }

  .md\:border-l-amber-100\/40 {
    border-left-color: rgb(254 243 199 / 0.4);
  }

  .md\:border-l-amber-100\/45 {
    border-left-color: rgb(254 243 199 / 0.45);
  }

  .md\:border-l-amber-100\/5 {
    border-left-color: rgb(254 243 199 / 0.05);
  }

  .md\:border-l-amber-100\/50 {
    border-left-color: rgb(254 243 199 / 0.5);
  }

  .md\:border-l-amber-100\/55 {
    border-left-color: rgb(254 243 199 / 0.55);
  }

  .md\:border-l-amber-100\/60 {
    border-left-color: rgb(254 243 199 / 0.6);
  }

  .md\:border-l-amber-100\/65 {
    border-left-color: rgb(254 243 199 / 0.65);
  }

  .md\:border-l-amber-100\/70 {
    border-left-color: rgb(254 243 199 / 0.7);
  }

  .md\:border-l-amber-100\/75 {
    border-left-color: rgb(254 243 199 / 0.75);
  }

  .md\:border-l-amber-100\/80 {
    border-left-color: rgb(254 243 199 / 0.8);
  }

  .md\:border-l-amber-100\/85 {
    border-left-color: rgb(254 243 199 / 0.85);
  }

  .md\:border-l-amber-100\/90 {
    border-left-color: rgb(254 243 199 / 0.9);
  }

  .md\:border-l-amber-100\/95 {
    border-left-color: rgb(254 243 199 / 0.95);
  }

  .md\:border-l-amber-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 230 138 / var(--tw-border-opacity));
  }

  .md\:border-l-amber-200\/0 {
    border-left-color: rgb(253 230 138 / 0);
  }

  .md\:border-l-amber-200\/10 {
    border-left-color: rgb(253 230 138 / 0.1);
  }

  .md\:border-l-amber-200\/100 {
    border-left-color: rgb(253 230 138 / 1);
  }

  .md\:border-l-amber-200\/15 {
    border-left-color: rgb(253 230 138 / 0.15);
  }

  .md\:border-l-amber-200\/20 {
    border-left-color: rgb(253 230 138 / 0.2);
  }

  .md\:border-l-amber-200\/25 {
    border-left-color: rgb(253 230 138 / 0.25);
  }

  .md\:border-l-amber-200\/30 {
    border-left-color: rgb(253 230 138 / 0.3);
  }

  .md\:border-l-amber-200\/35 {
    border-left-color: rgb(253 230 138 / 0.35);
  }

  .md\:border-l-amber-200\/40 {
    border-left-color: rgb(253 230 138 / 0.4);
  }

  .md\:border-l-amber-200\/45 {
    border-left-color: rgb(253 230 138 / 0.45);
  }

  .md\:border-l-amber-200\/5 {
    border-left-color: rgb(253 230 138 / 0.05);
  }

  .md\:border-l-amber-200\/50 {
    border-left-color: rgb(253 230 138 / 0.5);
  }

  .md\:border-l-amber-200\/55 {
    border-left-color: rgb(253 230 138 / 0.55);
  }

  .md\:border-l-amber-200\/60 {
    border-left-color: rgb(253 230 138 / 0.6);
  }

  .md\:border-l-amber-200\/65 {
    border-left-color: rgb(253 230 138 / 0.65);
  }

  .md\:border-l-amber-200\/70 {
    border-left-color: rgb(253 230 138 / 0.7);
  }

  .md\:border-l-amber-200\/75 {
    border-left-color: rgb(253 230 138 / 0.75);
  }

  .md\:border-l-amber-200\/80 {
    border-left-color: rgb(253 230 138 / 0.8);
  }

  .md\:border-l-amber-200\/85 {
    border-left-color: rgb(253 230 138 / 0.85);
  }

  .md\:border-l-amber-200\/90 {
    border-left-color: rgb(253 230 138 / 0.9);
  }

  .md\:border-l-amber-200\/95 {
    border-left-color: rgb(253 230 138 / 0.95);
  }

  .md\:border-l-amber-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(252 211 77 / var(--tw-border-opacity));
  }

  .md\:border-l-amber-300\/0 {
    border-left-color: rgb(252 211 77 / 0);
  }

  .md\:border-l-amber-300\/10 {
    border-left-color: rgb(252 211 77 / 0.1);
  }

  .md\:border-l-amber-300\/100 {
    border-left-color: rgb(252 211 77 / 1);
  }

  .md\:border-l-amber-300\/15 {
    border-left-color: rgb(252 211 77 / 0.15);
  }

  .md\:border-l-amber-300\/20 {
    border-left-color: rgb(252 211 77 / 0.2);
  }

  .md\:border-l-amber-300\/25 {
    border-left-color: rgb(252 211 77 / 0.25);
  }

  .md\:border-l-amber-300\/30 {
    border-left-color: rgb(252 211 77 / 0.3);
  }

  .md\:border-l-amber-300\/35 {
    border-left-color: rgb(252 211 77 / 0.35);
  }

  .md\:border-l-amber-300\/40 {
    border-left-color: rgb(252 211 77 / 0.4);
  }

  .md\:border-l-amber-300\/45 {
    border-left-color: rgb(252 211 77 / 0.45);
  }

  .md\:border-l-amber-300\/5 {
    border-left-color: rgb(252 211 77 / 0.05);
  }

  .md\:border-l-amber-300\/50 {
    border-left-color: rgb(252 211 77 / 0.5);
  }

  .md\:border-l-amber-300\/55 {
    border-left-color: rgb(252 211 77 / 0.55);
  }

  .md\:border-l-amber-300\/60 {
    border-left-color: rgb(252 211 77 / 0.6);
  }

  .md\:border-l-amber-300\/65 {
    border-left-color: rgb(252 211 77 / 0.65);
  }

  .md\:border-l-amber-300\/70 {
    border-left-color: rgb(252 211 77 / 0.7);
  }

  .md\:border-l-amber-300\/75 {
    border-left-color: rgb(252 211 77 / 0.75);
  }

  .md\:border-l-amber-300\/80 {
    border-left-color: rgb(252 211 77 / 0.8);
  }

  .md\:border-l-amber-300\/85 {
    border-left-color: rgb(252 211 77 / 0.85);
  }

  .md\:border-l-amber-300\/90 {
    border-left-color: rgb(252 211 77 / 0.9);
  }

  .md\:border-l-amber-300\/95 {
    border-left-color: rgb(252 211 77 / 0.95);
  }

  .md\:border-l-amber-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(251 191 36 / var(--tw-border-opacity));
  }

  .md\:border-l-amber-400\/0 {
    border-left-color: rgb(251 191 36 / 0);
  }

  .md\:border-l-amber-400\/10 {
    border-left-color: rgb(251 191 36 / 0.1);
  }

  .md\:border-l-amber-400\/100 {
    border-left-color: rgb(251 191 36 / 1);
  }

  .md\:border-l-amber-400\/15 {
    border-left-color: rgb(251 191 36 / 0.15);
  }

  .md\:border-l-amber-400\/20 {
    border-left-color: rgb(251 191 36 / 0.2);
  }

  .md\:border-l-amber-400\/25 {
    border-left-color: rgb(251 191 36 / 0.25);
  }

  .md\:border-l-amber-400\/30 {
    border-left-color: rgb(251 191 36 / 0.3);
  }

  .md\:border-l-amber-400\/35 {
    border-left-color: rgb(251 191 36 / 0.35);
  }

  .md\:border-l-amber-400\/40 {
    border-left-color: rgb(251 191 36 / 0.4);
  }

  .md\:border-l-amber-400\/45 {
    border-left-color: rgb(251 191 36 / 0.45);
  }

  .md\:border-l-amber-400\/5 {
    border-left-color: rgb(251 191 36 / 0.05);
  }

  .md\:border-l-amber-400\/50 {
    border-left-color: rgb(251 191 36 / 0.5);
  }

  .md\:border-l-amber-400\/55 {
    border-left-color: rgb(251 191 36 / 0.55);
  }

  .md\:border-l-amber-400\/60 {
    border-left-color: rgb(251 191 36 / 0.6);
  }

  .md\:border-l-amber-400\/65 {
    border-left-color: rgb(251 191 36 / 0.65);
  }

  .md\:border-l-amber-400\/70 {
    border-left-color: rgb(251 191 36 / 0.7);
  }

  .md\:border-l-amber-400\/75 {
    border-left-color: rgb(251 191 36 / 0.75);
  }

  .md\:border-l-amber-400\/80 {
    border-left-color: rgb(251 191 36 / 0.8);
  }

  .md\:border-l-amber-400\/85 {
    border-left-color: rgb(251 191 36 / 0.85);
  }

  .md\:border-l-amber-400\/90 {
    border-left-color: rgb(251 191 36 / 0.9);
  }

  .md\:border-l-amber-400\/95 {
    border-left-color: rgb(251 191 36 / 0.95);
  }

  .md\:border-l-amber-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 251 235 / var(--tw-border-opacity));
  }

  .md\:border-l-amber-50\/0 {
    border-left-color: rgb(255 251 235 / 0);
  }

  .md\:border-l-amber-50\/10 {
    border-left-color: rgb(255 251 235 / 0.1);
  }

  .md\:border-l-amber-50\/100 {
    border-left-color: rgb(255 251 235 / 1);
  }

  .md\:border-l-amber-50\/15 {
    border-left-color: rgb(255 251 235 / 0.15);
  }

  .md\:border-l-amber-50\/20 {
    border-left-color: rgb(255 251 235 / 0.2);
  }

  .md\:border-l-amber-50\/25 {
    border-left-color: rgb(255 251 235 / 0.25);
  }

  .md\:border-l-amber-50\/30 {
    border-left-color: rgb(255 251 235 / 0.3);
  }

  .md\:border-l-amber-50\/35 {
    border-left-color: rgb(255 251 235 / 0.35);
  }

  .md\:border-l-amber-50\/40 {
    border-left-color: rgb(255 251 235 / 0.4);
  }

  .md\:border-l-amber-50\/45 {
    border-left-color: rgb(255 251 235 / 0.45);
  }

  .md\:border-l-amber-50\/5 {
    border-left-color: rgb(255 251 235 / 0.05);
  }

  .md\:border-l-amber-50\/50 {
    border-left-color: rgb(255 251 235 / 0.5);
  }

  .md\:border-l-amber-50\/55 {
    border-left-color: rgb(255 251 235 / 0.55);
  }

  .md\:border-l-amber-50\/60 {
    border-left-color: rgb(255 251 235 / 0.6);
  }

  .md\:border-l-amber-50\/65 {
    border-left-color: rgb(255 251 235 / 0.65);
  }

  .md\:border-l-amber-50\/70 {
    border-left-color: rgb(255 251 235 / 0.7);
  }

  .md\:border-l-amber-50\/75 {
    border-left-color: rgb(255 251 235 / 0.75);
  }

  .md\:border-l-amber-50\/80 {
    border-left-color: rgb(255 251 235 / 0.8);
  }

  .md\:border-l-amber-50\/85 {
    border-left-color: rgb(255 251 235 / 0.85);
  }

  .md\:border-l-amber-50\/90 {
    border-left-color: rgb(255 251 235 / 0.9);
  }

  .md\:border-l-amber-50\/95 {
    border-left-color: rgb(255 251 235 / 0.95);
  }

  .md\:border-l-amber-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 158 11 / var(--tw-border-opacity));
  }

  .md\:border-l-amber-500\/0 {
    border-left-color: rgb(245 158 11 / 0);
  }

  .md\:border-l-amber-500\/10 {
    border-left-color: rgb(245 158 11 / 0.1);
  }

  .md\:border-l-amber-500\/100 {
    border-left-color: rgb(245 158 11 / 1);
  }

  .md\:border-l-amber-500\/15 {
    border-left-color: rgb(245 158 11 / 0.15);
  }

  .md\:border-l-amber-500\/20 {
    border-left-color: rgb(245 158 11 / 0.2);
  }

  .md\:border-l-amber-500\/25 {
    border-left-color: rgb(245 158 11 / 0.25);
  }

  .md\:border-l-amber-500\/30 {
    border-left-color: rgb(245 158 11 / 0.3);
  }

  .md\:border-l-amber-500\/35 {
    border-left-color: rgb(245 158 11 / 0.35);
  }

  .md\:border-l-amber-500\/40 {
    border-left-color: rgb(245 158 11 / 0.4);
  }

  .md\:border-l-amber-500\/45 {
    border-left-color: rgb(245 158 11 / 0.45);
  }

  .md\:border-l-amber-500\/5 {
    border-left-color: rgb(245 158 11 / 0.05);
  }

  .md\:border-l-amber-500\/50 {
    border-left-color: rgb(245 158 11 / 0.5);
  }

  .md\:border-l-amber-500\/55 {
    border-left-color: rgb(245 158 11 / 0.55);
  }

  .md\:border-l-amber-500\/60 {
    border-left-color: rgb(245 158 11 / 0.6);
  }

  .md\:border-l-amber-500\/65 {
    border-left-color: rgb(245 158 11 / 0.65);
  }

  .md\:border-l-amber-500\/70 {
    border-left-color: rgb(245 158 11 / 0.7);
  }

  .md\:border-l-amber-500\/75 {
    border-left-color: rgb(245 158 11 / 0.75);
  }

  .md\:border-l-amber-500\/80 {
    border-left-color: rgb(245 158 11 / 0.8);
  }

  .md\:border-l-amber-500\/85 {
    border-left-color: rgb(245 158 11 / 0.85);
  }

  .md\:border-l-amber-500\/90 {
    border-left-color: rgb(245 158 11 / 0.9);
  }

  .md\:border-l-amber-500\/95 {
    border-left-color: rgb(245 158 11 / 0.95);
  }

  .md\:border-l-amber-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(217 119 6 / var(--tw-border-opacity));
  }

  .md\:border-l-amber-600\/0 {
    border-left-color: rgb(217 119 6 / 0);
  }

  .md\:border-l-amber-600\/10 {
    border-left-color: rgb(217 119 6 / 0.1);
  }

  .md\:border-l-amber-600\/100 {
    border-left-color: rgb(217 119 6 / 1);
  }

  .md\:border-l-amber-600\/15 {
    border-left-color: rgb(217 119 6 / 0.15);
  }

  .md\:border-l-amber-600\/20 {
    border-left-color: rgb(217 119 6 / 0.2);
  }

  .md\:border-l-amber-600\/25 {
    border-left-color: rgb(217 119 6 / 0.25);
  }

  .md\:border-l-amber-600\/30 {
    border-left-color: rgb(217 119 6 / 0.3);
  }

  .md\:border-l-amber-600\/35 {
    border-left-color: rgb(217 119 6 / 0.35);
  }

  .md\:border-l-amber-600\/40 {
    border-left-color: rgb(217 119 6 / 0.4);
  }

  .md\:border-l-amber-600\/45 {
    border-left-color: rgb(217 119 6 / 0.45);
  }

  .md\:border-l-amber-600\/5 {
    border-left-color: rgb(217 119 6 / 0.05);
  }

  .md\:border-l-amber-600\/50 {
    border-left-color: rgb(217 119 6 / 0.5);
  }

  .md\:border-l-amber-600\/55 {
    border-left-color: rgb(217 119 6 / 0.55);
  }

  .md\:border-l-amber-600\/60 {
    border-left-color: rgb(217 119 6 / 0.6);
  }

  .md\:border-l-amber-600\/65 {
    border-left-color: rgb(217 119 6 / 0.65);
  }

  .md\:border-l-amber-600\/70 {
    border-left-color: rgb(217 119 6 / 0.7);
  }

  .md\:border-l-amber-600\/75 {
    border-left-color: rgb(217 119 6 / 0.75);
  }

  .md\:border-l-amber-600\/80 {
    border-left-color: rgb(217 119 6 / 0.8);
  }

  .md\:border-l-amber-600\/85 {
    border-left-color: rgb(217 119 6 / 0.85);
  }

  .md\:border-l-amber-600\/90 {
    border-left-color: rgb(217 119 6 / 0.9);
  }

  .md\:border-l-amber-600\/95 {
    border-left-color: rgb(217 119 6 / 0.95);
  }

  .md\:border-l-amber-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(180 83 9 / var(--tw-border-opacity));
  }

  .md\:border-l-amber-700\/0 {
    border-left-color: rgb(180 83 9 / 0);
  }

  .md\:border-l-amber-700\/10 {
    border-left-color: rgb(180 83 9 / 0.1);
  }

  .md\:border-l-amber-700\/100 {
    border-left-color: rgb(180 83 9 / 1);
  }

  .md\:border-l-amber-700\/15 {
    border-left-color: rgb(180 83 9 / 0.15);
  }

  .md\:border-l-amber-700\/20 {
    border-left-color: rgb(180 83 9 / 0.2);
  }

  .md\:border-l-amber-700\/25 {
    border-left-color: rgb(180 83 9 / 0.25);
  }

  .md\:border-l-amber-700\/30 {
    border-left-color: rgb(180 83 9 / 0.3);
  }

  .md\:border-l-amber-700\/35 {
    border-left-color: rgb(180 83 9 / 0.35);
  }

  .md\:border-l-amber-700\/40 {
    border-left-color: rgb(180 83 9 / 0.4);
  }

  .md\:border-l-amber-700\/45 {
    border-left-color: rgb(180 83 9 / 0.45);
  }

  .md\:border-l-amber-700\/5 {
    border-left-color: rgb(180 83 9 / 0.05);
  }

  .md\:border-l-amber-700\/50 {
    border-left-color: rgb(180 83 9 / 0.5);
  }

  .md\:border-l-amber-700\/55 {
    border-left-color: rgb(180 83 9 / 0.55);
  }

  .md\:border-l-amber-700\/60 {
    border-left-color: rgb(180 83 9 / 0.6);
  }

  .md\:border-l-amber-700\/65 {
    border-left-color: rgb(180 83 9 / 0.65);
  }

  .md\:border-l-amber-700\/70 {
    border-left-color: rgb(180 83 9 / 0.7);
  }

  .md\:border-l-amber-700\/75 {
    border-left-color: rgb(180 83 9 / 0.75);
  }

  .md\:border-l-amber-700\/80 {
    border-left-color: rgb(180 83 9 / 0.8);
  }

  .md\:border-l-amber-700\/85 {
    border-left-color: rgb(180 83 9 / 0.85);
  }

  .md\:border-l-amber-700\/90 {
    border-left-color: rgb(180 83 9 / 0.9);
  }

  .md\:border-l-amber-700\/95 {
    border-left-color: rgb(180 83 9 / 0.95);
  }

  .md\:border-l-amber-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(146 64 14 / var(--tw-border-opacity));
  }

  .md\:border-l-amber-800\/0 {
    border-left-color: rgb(146 64 14 / 0);
  }

  .md\:border-l-amber-800\/10 {
    border-left-color: rgb(146 64 14 / 0.1);
  }

  .md\:border-l-amber-800\/100 {
    border-left-color: rgb(146 64 14 / 1);
  }

  .md\:border-l-amber-800\/15 {
    border-left-color: rgb(146 64 14 / 0.15);
  }

  .md\:border-l-amber-800\/20 {
    border-left-color: rgb(146 64 14 / 0.2);
  }

  .md\:border-l-amber-800\/25 {
    border-left-color: rgb(146 64 14 / 0.25);
  }

  .md\:border-l-amber-800\/30 {
    border-left-color: rgb(146 64 14 / 0.3);
  }

  .md\:border-l-amber-800\/35 {
    border-left-color: rgb(146 64 14 / 0.35);
  }

  .md\:border-l-amber-800\/40 {
    border-left-color: rgb(146 64 14 / 0.4);
  }

  .md\:border-l-amber-800\/45 {
    border-left-color: rgb(146 64 14 / 0.45);
  }

  .md\:border-l-amber-800\/5 {
    border-left-color: rgb(146 64 14 / 0.05);
  }

  .md\:border-l-amber-800\/50 {
    border-left-color: rgb(146 64 14 / 0.5);
  }

  .md\:border-l-amber-800\/55 {
    border-left-color: rgb(146 64 14 / 0.55);
  }

  .md\:border-l-amber-800\/60 {
    border-left-color: rgb(146 64 14 / 0.6);
  }

  .md\:border-l-amber-800\/65 {
    border-left-color: rgb(146 64 14 / 0.65);
  }

  .md\:border-l-amber-800\/70 {
    border-left-color: rgb(146 64 14 / 0.7);
  }

  .md\:border-l-amber-800\/75 {
    border-left-color: rgb(146 64 14 / 0.75);
  }

  .md\:border-l-amber-800\/80 {
    border-left-color: rgb(146 64 14 / 0.8);
  }

  .md\:border-l-amber-800\/85 {
    border-left-color: rgb(146 64 14 / 0.85);
  }

  .md\:border-l-amber-800\/90 {
    border-left-color: rgb(146 64 14 / 0.9);
  }

  .md\:border-l-amber-800\/95 {
    border-left-color: rgb(146 64 14 / 0.95);
  }

  .md\:border-l-amber-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(120 53 15 / var(--tw-border-opacity));
  }

  .md\:border-l-amber-900\/0 {
    border-left-color: rgb(120 53 15 / 0);
  }

  .md\:border-l-amber-900\/10 {
    border-left-color: rgb(120 53 15 / 0.1);
  }

  .md\:border-l-amber-900\/100 {
    border-left-color: rgb(120 53 15 / 1);
  }

  .md\:border-l-amber-900\/15 {
    border-left-color: rgb(120 53 15 / 0.15);
  }

  .md\:border-l-amber-900\/20 {
    border-left-color: rgb(120 53 15 / 0.2);
  }

  .md\:border-l-amber-900\/25 {
    border-left-color: rgb(120 53 15 / 0.25);
  }

  .md\:border-l-amber-900\/30 {
    border-left-color: rgb(120 53 15 / 0.3);
  }

  .md\:border-l-amber-900\/35 {
    border-left-color: rgb(120 53 15 / 0.35);
  }

  .md\:border-l-amber-900\/40 {
    border-left-color: rgb(120 53 15 / 0.4);
  }

  .md\:border-l-amber-900\/45 {
    border-left-color: rgb(120 53 15 / 0.45);
  }

  .md\:border-l-amber-900\/5 {
    border-left-color: rgb(120 53 15 / 0.05);
  }

  .md\:border-l-amber-900\/50 {
    border-left-color: rgb(120 53 15 / 0.5);
  }

  .md\:border-l-amber-900\/55 {
    border-left-color: rgb(120 53 15 / 0.55);
  }

  .md\:border-l-amber-900\/60 {
    border-left-color: rgb(120 53 15 / 0.6);
  }

  .md\:border-l-amber-900\/65 {
    border-left-color: rgb(120 53 15 / 0.65);
  }

  .md\:border-l-amber-900\/70 {
    border-left-color: rgb(120 53 15 / 0.7);
  }

  .md\:border-l-amber-900\/75 {
    border-left-color: rgb(120 53 15 / 0.75);
  }

  .md\:border-l-amber-900\/80 {
    border-left-color: rgb(120 53 15 / 0.8);
  }

  .md\:border-l-amber-900\/85 {
    border-left-color: rgb(120 53 15 / 0.85);
  }

  .md\:border-l-amber-900\/90 {
    border-left-color: rgb(120 53 15 / 0.9);
  }

  .md\:border-l-amber-900\/95 {
    border-left-color: rgb(120 53 15 / 0.95);
  }

  .md\:border-l-amber-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(69 26 3 / var(--tw-border-opacity));
  }

  .md\:border-l-amber-950\/0 {
    border-left-color: rgb(69 26 3 / 0);
  }

  .md\:border-l-amber-950\/10 {
    border-left-color: rgb(69 26 3 / 0.1);
  }

  .md\:border-l-amber-950\/100 {
    border-left-color: rgb(69 26 3 / 1);
  }

  .md\:border-l-amber-950\/15 {
    border-left-color: rgb(69 26 3 / 0.15);
  }

  .md\:border-l-amber-950\/20 {
    border-left-color: rgb(69 26 3 / 0.2);
  }

  .md\:border-l-amber-950\/25 {
    border-left-color: rgb(69 26 3 / 0.25);
  }

  .md\:border-l-amber-950\/30 {
    border-left-color: rgb(69 26 3 / 0.3);
  }

  .md\:border-l-amber-950\/35 {
    border-left-color: rgb(69 26 3 / 0.35);
  }

  .md\:border-l-amber-950\/40 {
    border-left-color: rgb(69 26 3 / 0.4);
  }

  .md\:border-l-amber-950\/45 {
    border-left-color: rgb(69 26 3 / 0.45);
  }

  .md\:border-l-amber-950\/5 {
    border-left-color: rgb(69 26 3 / 0.05);
  }

  .md\:border-l-amber-950\/50 {
    border-left-color: rgb(69 26 3 / 0.5);
  }

  .md\:border-l-amber-950\/55 {
    border-left-color: rgb(69 26 3 / 0.55);
  }

  .md\:border-l-amber-950\/60 {
    border-left-color: rgb(69 26 3 / 0.6);
  }

  .md\:border-l-amber-950\/65 {
    border-left-color: rgb(69 26 3 / 0.65);
  }

  .md\:border-l-amber-950\/70 {
    border-left-color: rgb(69 26 3 / 0.7);
  }

  .md\:border-l-amber-950\/75 {
    border-left-color: rgb(69 26 3 / 0.75);
  }

  .md\:border-l-amber-950\/80 {
    border-left-color: rgb(69 26 3 / 0.8);
  }

  .md\:border-l-amber-950\/85 {
    border-left-color: rgb(69 26 3 / 0.85);
  }

  .md\:border-l-amber-950\/90 {
    border-left-color: rgb(69 26 3 / 0.9);
  }

  .md\:border-l-amber-950\/95 {
    border-left-color: rgb(69 26 3 / 0.95);
  }

  .md\:border-l-black {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .md\:border-l-black\/0 {
    border-left-color: rgb(0 0 0 / 0);
  }

  .md\:border-l-black\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-l-black\/100 {
    border-left-color: rgb(0 0 0 / 1);
  }

  .md\:border-l-black\/15 {
    border-left-color: rgb(0 0 0 / 0.15);
  }

  .md\:border-l-black\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-l-black\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-l-black\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-l-black\/35 {
    border-left-color: rgb(0 0 0 / 0.35);
  }

  .md\:border-l-black\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-l-black\/45 {
    border-left-color: rgb(0 0 0 / 0.45);
  }

  .md\:border-l-black\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-l-black\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-l-black\/55 {
    border-left-color: rgb(0 0 0 / 0.55);
  }

  .md\:border-l-black\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-l-black\/65 {
    border-left-color: rgb(0 0 0 / 0.65);
  }

  .md\:border-l-black\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-l-black\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-l-black\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-l-black\/85 {
    border-left-color: rgb(0 0 0 / 0.85);
  }

  .md\:border-l-black\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-l-black\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-l-blue-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(219 234 254 / var(--tw-border-opacity));
  }

  .md\:border-l-blue-100\/0 {
    border-left-color: rgb(219 234 254 / 0);
  }

  .md\:border-l-blue-100\/10 {
    border-left-color: rgb(219 234 254 / 0.1);
  }

  .md\:border-l-blue-100\/100 {
    border-left-color: rgb(219 234 254 / 1);
  }

  .md\:border-l-blue-100\/15 {
    border-left-color: rgb(219 234 254 / 0.15);
  }

  .md\:border-l-blue-100\/20 {
    border-left-color: rgb(219 234 254 / 0.2);
  }

  .md\:border-l-blue-100\/25 {
    border-left-color: rgb(219 234 254 / 0.25);
  }

  .md\:border-l-blue-100\/30 {
    border-left-color: rgb(219 234 254 / 0.3);
  }

  .md\:border-l-blue-100\/35 {
    border-left-color: rgb(219 234 254 / 0.35);
  }

  .md\:border-l-blue-100\/40 {
    border-left-color: rgb(219 234 254 / 0.4);
  }

  .md\:border-l-blue-100\/45 {
    border-left-color: rgb(219 234 254 / 0.45);
  }

  .md\:border-l-blue-100\/5 {
    border-left-color: rgb(219 234 254 / 0.05);
  }

  .md\:border-l-blue-100\/50 {
    border-left-color: rgb(219 234 254 / 0.5);
  }

  .md\:border-l-blue-100\/55 {
    border-left-color: rgb(219 234 254 / 0.55);
  }

  .md\:border-l-blue-100\/60 {
    border-left-color: rgb(219 234 254 / 0.6);
  }

  .md\:border-l-blue-100\/65 {
    border-left-color: rgb(219 234 254 / 0.65);
  }

  .md\:border-l-blue-100\/70 {
    border-left-color: rgb(219 234 254 / 0.7);
  }

  .md\:border-l-blue-100\/75 {
    border-left-color: rgb(219 234 254 / 0.75);
  }

  .md\:border-l-blue-100\/80 {
    border-left-color: rgb(219 234 254 / 0.8);
  }

  .md\:border-l-blue-100\/85 {
    border-left-color: rgb(219 234 254 / 0.85);
  }

  .md\:border-l-blue-100\/90 {
    border-left-color: rgb(219 234 254 / 0.9);
  }

  .md\:border-l-blue-100\/95 {
    border-left-color: rgb(219 234 254 / 0.95);
  }

  .md\:border-l-blue-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(191 219 254 / var(--tw-border-opacity));
  }

  .md\:border-l-blue-200\/0 {
    border-left-color: rgb(191 219 254 / 0);
  }

  .md\:border-l-blue-200\/10 {
    border-left-color: rgb(191 219 254 / 0.1);
  }

  .md\:border-l-blue-200\/100 {
    border-left-color: rgb(191 219 254 / 1);
  }

  .md\:border-l-blue-200\/15 {
    border-left-color: rgb(191 219 254 / 0.15);
  }

  .md\:border-l-blue-200\/20 {
    border-left-color: rgb(191 219 254 / 0.2);
  }

  .md\:border-l-blue-200\/25 {
    border-left-color: rgb(191 219 254 / 0.25);
  }

  .md\:border-l-blue-200\/30 {
    border-left-color: rgb(191 219 254 / 0.3);
  }

  .md\:border-l-blue-200\/35 {
    border-left-color: rgb(191 219 254 / 0.35);
  }

  .md\:border-l-blue-200\/40 {
    border-left-color: rgb(191 219 254 / 0.4);
  }

  .md\:border-l-blue-200\/45 {
    border-left-color: rgb(191 219 254 / 0.45);
  }

  .md\:border-l-blue-200\/5 {
    border-left-color: rgb(191 219 254 / 0.05);
  }

  .md\:border-l-blue-200\/50 {
    border-left-color: rgb(191 219 254 / 0.5);
  }

  .md\:border-l-blue-200\/55 {
    border-left-color: rgb(191 219 254 / 0.55);
  }

  .md\:border-l-blue-200\/60 {
    border-left-color: rgb(191 219 254 / 0.6);
  }

  .md\:border-l-blue-200\/65 {
    border-left-color: rgb(191 219 254 / 0.65);
  }

  .md\:border-l-blue-200\/70 {
    border-left-color: rgb(191 219 254 / 0.7);
  }

  .md\:border-l-blue-200\/75 {
    border-left-color: rgb(191 219 254 / 0.75);
  }

  .md\:border-l-blue-200\/80 {
    border-left-color: rgb(191 219 254 / 0.8);
  }

  .md\:border-l-blue-200\/85 {
    border-left-color: rgb(191 219 254 / 0.85);
  }

  .md\:border-l-blue-200\/90 {
    border-left-color: rgb(191 219 254 / 0.9);
  }

  .md\:border-l-blue-200\/95 {
    border-left-color: rgb(191 219 254 / 0.95);
  }

  .md\:border-l-blue-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(147 197 253 / var(--tw-border-opacity));
  }

  .md\:border-l-blue-300\/0 {
    border-left-color: rgb(147 197 253 / 0);
  }

  .md\:border-l-blue-300\/10 {
    border-left-color: rgb(147 197 253 / 0.1);
  }

  .md\:border-l-blue-300\/100 {
    border-left-color: rgb(147 197 253 / 1);
  }

  .md\:border-l-blue-300\/15 {
    border-left-color: rgb(147 197 253 / 0.15);
  }

  .md\:border-l-blue-300\/20 {
    border-left-color: rgb(147 197 253 / 0.2);
  }

  .md\:border-l-blue-300\/25 {
    border-left-color: rgb(147 197 253 / 0.25);
  }

  .md\:border-l-blue-300\/30 {
    border-left-color: rgb(147 197 253 / 0.3);
  }

  .md\:border-l-blue-300\/35 {
    border-left-color: rgb(147 197 253 / 0.35);
  }

  .md\:border-l-blue-300\/40 {
    border-left-color: rgb(147 197 253 / 0.4);
  }

  .md\:border-l-blue-300\/45 {
    border-left-color: rgb(147 197 253 / 0.45);
  }

  .md\:border-l-blue-300\/5 {
    border-left-color: rgb(147 197 253 / 0.05);
  }

  .md\:border-l-blue-300\/50 {
    border-left-color: rgb(147 197 253 / 0.5);
  }

  .md\:border-l-blue-300\/55 {
    border-left-color: rgb(147 197 253 / 0.55);
  }

  .md\:border-l-blue-300\/60 {
    border-left-color: rgb(147 197 253 / 0.6);
  }

  .md\:border-l-blue-300\/65 {
    border-left-color: rgb(147 197 253 / 0.65);
  }

  .md\:border-l-blue-300\/70 {
    border-left-color: rgb(147 197 253 / 0.7);
  }

  .md\:border-l-blue-300\/75 {
    border-left-color: rgb(147 197 253 / 0.75);
  }

  .md\:border-l-blue-300\/80 {
    border-left-color: rgb(147 197 253 / 0.8);
  }

  .md\:border-l-blue-300\/85 {
    border-left-color: rgb(147 197 253 / 0.85);
  }

  .md\:border-l-blue-300\/90 {
    border-left-color: rgb(147 197 253 / 0.9);
  }

  .md\:border-l-blue-300\/95 {
    border-left-color: rgb(147 197 253 / 0.95);
  }

  .md\:border-l-blue-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(96 165 250 / var(--tw-border-opacity));
  }

  .md\:border-l-blue-400\/0 {
    border-left-color: rgb(96 165 250 / 0);
  }

  .md\:border-l-blue-400\/10 {
    border-left-color: rgb(96 165 250 / 0.1);
  }

  .md\:border-l-blue-400\/100 {
    border-left-color: rgb(96 165 250 / 1);
  }

  .md\:border-l-blue-400\/15 {
    border-left-color: rgb(96 165 250 / 0.15);
  }

  .md\:border-l-blue-400\/20 {
    border-left-color: rgb(96 165 250 / 0.2);
  }

  .md\:border-l-blue-400\/25 {
    border-left-color: rgb(96 165 250 / 0.25);
  }

  .md\:border-l-blue-400\/30 {
    border-left-color: rgb(96 165 250 / 0.3);
  }

  .md\:border-l-blue-400\/35 {
    border-left-color: rgb(96 165 250 / 0.35);
  }

  .md\:border-l-blue-400\/40 {
    border-left-color: rgb(96 165 250 / 0.4);
  }

  .md\:border-l-blue-400\/45 {
    border-left-color: rgb(96 165 250 / 0.45);
  }

  .md\:border-l-blue-400\/5 {
    border-left-color: rgb(96 165 250 / 0.05);
  }

  .md\:border-l-blue-400\/50 {
    border-left-color: rgb(96 165 250 / 0.5);
  }

  .md\:border-l-blue-400\/55 {
    border-left-color: rgb(96 165 250 / 0.55);
  }

  .md\:border-l-blue-400\/60 {
    border-left-color: rgb(96 165 250 / 0.6);
  }

  .md\:border-l-blue-400\/65 {
    border-left-color: rgb(96 165 250 / 0.65);
  }

  .md\:border-l-blue-400\/70 {
    border-left-color: rgb(96 165 250 / 0.7);
  }

  .md\:border-l-blue-400\/75 {
    border-left-color: rgb(96 165 250 / 0.75);
  }

  .md\:border-l-blue-400\/80 {
    border-left-color: rgb(96 165 250 / 0.8);
  }

  .md\:border-l-blue-400\/85 {
    border-left-color: rgb(96 165 250 / 0.85);
  }

  .md\:border-l-blue-400\/90 {
    border-left-color: rgb(96 165 250 / 0.9);
  }

  .md\:border-l-blue-400\/95 {
    border-left-color: rgb(96 165 250 / 0.95);
  }

  .md\:border-l-blue-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(239 246 255 / var(--tw-border-opacity));
  }

  .md\:border-l-blue-50\/0 {
    border-left-color: rgb(239 246 255 / 0);
  }

  .md\:border-l-blue-50\/10 {
    border-left-color: rgb(239 246 255 / 0.1);
  }

  .md\:border-l-blue-50\/100 {
    border-left-color: rgb(239 246 255 / 1);
  }

  .md\:border-l-blue-50\/15 {
    border-left-color: rgb(239 246 255 / 0.15);
  }

  .md\:border-l-blue-50\/20 {
    border-left-color: rgb(239 246 255 / 0.2);
  }

  .md\:border-l-blue-50\/25 {
    border-left-color: rgb(239 246 255 / 0.25);
  }

  .md\:border-l-blue-50\/30 {
    border-left-color: rgb(239 246 255 / 0.3);
  }

  .md\:border-l-blue-50\/35 {
    border-left-color: rgb(239 246 255 / 0.35);
  }

  .md\:border-l-blue-50\/40 {
    border-left-color: rgb(239 246 255 / 0.4);
  }

  .md\:border-l-blue-50\/45 {
    border-left-color: rgb(239 246 255 / 0.45);
  }

  .md\:border-l-blue-50\/5 {
    border-left-color: rgb(239 246 255 / 0.05);
  }

  .md\:border-l-blue-50\/50 {
    border-left-color: rgb(239 246 255 / 0.5);
  }

  .md\:border-l-blue-50\/55 {
    border-left-color: rgb(239 246 255 / 0.55);
  }

  .md\:border-l-blue-50\/60 {
    border-left-color: rgb(239 246 255 / 0.6);
  }

  .md\:border-l-blue-50\/65 {
    border-left-color: rgb(239 246 255 / 0.65);
  }

  .md\:border-l-blue-50\/70 {
    border-left-color: rgb(239 246 255 / 0.7);
  }

  .md\:border-l-blue-50\/75 {
    border-left-color: rgb(239 246 255 / 0.75);
  }

  .md\:border-l-blue-50\/80 {
    border-left-color: rgb(239 246 255 / 0.8);
  }

  .md\:border-l-blue-50\/85 {
    border-left-color: rgb(239 246 255 / 0.85);
  }

  .md\:border-l-blue-50\/90 {
    border-left-color: rgb(239 246 255 / 0.9);
  }

  .md\:border-l-blue-50\/95 {
    border-left-color: rgb(239 246 255 / 0.95);
  }

  .md\:border-l-blue-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(59 130 246 / var(--tw-border-opacity));
  }

  .md\:border-l-blue-500\/0 {
    border-left-color: rgb(59 130 246 / 0);
  }

  .md\:border-l-blue-500\/10 {
    border-left-color: rgb(59 130 246 / 0.1);
  }

  .md\:border-l-blue-500\/100 {
    border-left-color: rgb(59 130 246 / 1);
  }

  .md\:border-l-blue-500\/15 {
    border-left-color: rgb(59 130 246 / 0.15);
  }

  .md\:border-l-blue-500\/20 {
    border-left-color: rgb(59 130 246 / 0.2);
  }

  .md\:border-l-blue-500\/25 {
    border-left-color: rgb(59 130 246 / 0.25);
  }

  .md\:border-l-blue-500\/30 {
    border-left-color: rgb(59 130 246 / 0.3);
  }

  .md\:border-l-blue-500\/35 {
    border-left-color: rgb(59 130 246 / 0.35);
  }

  .md\:border-l-blue-500\/40 {
    border-left-color: rgb(59 130 246 / 0.4);
  }

  .md\:border-l-blue-500\/45 {
    border-left-color: rgb(59 130 246 / 0.45);
  }

  .md\:border-l-blue-500\/5 {
    border-left-color: rgb(59 130 246 / 0.05);
  }

  .md\:border-l-blue-500\/50 {
    border-left-color: rgb(59 130 246 / 0.5);
  }

  .md\:border-l-blue-500\/55 {
    border-left-color: rgb(59 130 246 / 0.55);
  }

  .md\:border-l-blue-500\/60 {
    border-left-color: rgb(59 130 246 / 0.6);
  }

  .md\:border-l-blue-500\/65 {
    border-left-color: rgb(59 130 246 / 0.65);
  }

  .md\:border-l-blue-500\/70 {
    border-left-color: rgb(59 130 246 / 0.7);
  }

  .md\:border-l-blue-500\/75 {
    border-left-color: rgb(59 130 246 / 0.75);
  }

  .md\:border-l-blue-500\/80 {
    border-left-color: rgb(59 130 246 / 0.8);
  }

  .md\:border-l-blue-500\/85 {
    border-left-color: rgb(59 130 246 / 0.85);
  }

  .md\:border-l-blue-500\/90 {
    border-left-color: rgb(59 130 246 / 0.9);
  }

  .md\:border-l-blue-500\/95 {
    border-left-color: rgb(59 130 246 / 0.95);
  }

  .md\:border-l-blue-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(37 99 235 / var(--tw-border-opacity));
  }

  .md\:border-l-blue-600\/0 {
    border-left-color: rgb(37 99 235 / 0);
  }

  .md\:border-l-blue-600\/10 {
    border-left-color: rgb(37 99 235 / 0.1);
  }

  .md\:border-l-blue-600\/100 {
    border-left-color: rgb(37 99 235 / 1);
  }

  .md\:border-l-blue-600\/15 {
    border-left-color: rgb(37 99 235 / 0.15);
  }

  .md\:border-l-blue-600\/20 {
    border-left-color: rgb(37 99 235 / 0.2);
  }

  .md\:border-l-blue-600\/25 {
    border-left-color: rgb(37 99 235 / 0.25);
  }

  .md\:border-l-blue-600\/30 {
    border-left-color: rgb(37 99 235 / 0.3);
  }

  .md\:border-l-blue-600\/35 {
    border-left-color: rgb(37 99 235 / 0.35);
  }

  .md\:border-l-blue-600\/40 {
    border-left-color: rgb(37 99 235 / 0.4);
  }

  .md\:border-l-blue-600\/45 {
    border-left-color: rgb(37 99 235 / 0.45);
  }

  .md\:border-l-blue-600\/5 {
    border-left-color: rgb(37 99 235 / 0.05);
  }

  .md\:border-l-blue-600\/50 {
    border-left-color: rgb(37 99 235 / 0.5);
  }

  .md\:border-l-blue-600\/55 {
    border-left-color: rgb(37 99 235 / 0.55);
  }

  .md\:border-l-blue-600\/60 {
    border-left-color: rgb(37 99 235 / 0.6);
  }

  .md\:border-l-blue-600\/65 {
    border-left-color: rgb(37 99 235 / 0.65);
  }

  .md\:border-l-blue-600\/70 {
    border-left-color: rgb(37 99 235 / 0.7);
  }

  .md\:border-l-blue-600\/75 {
    border-left-color: rgb(37 99 235 / 0.75);
  }

  .md\:border-l-blue-600\/80 {
    border-left-color: rgb(37 99 235 / 0.8);
  }

  .md\:border-l-blue-600\/85 {
    border-left-color: rgb(37 99 235 / 0.85);
  }

  .md\:border-l-blue-600\/90 {
    border-left-color: rgb(37 99 235 / 0.9);
  }

  .md\:border-l-blue-600\/95 {
    border-left-color: rgb(37 99 235 / 0.95);
  }

  .md\:border-l-blue-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(29 78 216 / var(--tw-border-opacity));
  }

  .md\:border-l-blue-700\/0 {
    border-left-color: rgb(29 78 216 / 0);
  }

  .md\:border-l-blue-700\/10 {
    border-left-color: rgb(29 78 216 / 0.1);
  }

  .md\:border-l-blue-700\/100 {
    border-left-color: rgb(29 78 216 / 1);
  }

  .md\:border-l-blue-700\/15 {
    border-left-color: rgb(29 78 216 / 0.15);
  }

  .md\:border-l-blue-700\/20 {
    border-left-color: rgb(29 78 216 / 0.2);
  }

  .md\:border-l-blue-700\/25 {
    border-left-color: rgb(29 78 216 / 0.25);
  }

  .md\:border-l-blue-700\/30 {
    border-left-color: rgb(29 78 216 / 0.3);
  }

  .md\:border-l-blue-700\/35 {
    border-left-color: rgb(29 78 216 / 0.35);
  }

  .md\:border-l-blue-700\/40 {
    border-left-color: rgb(29 78 216 / 0.4);
  }

  .md\:border-l-blue-700\/45 {
    border-left-color: rgb(29 78 216 / 0.45);
  }

  .md\:border-l-blue-700\/5 {
    border-left-color: rgb(29 78 216 / 0.05);
  }

  .md\:border-l-blue-700\/50 {
    border-left-color: rgb(29 78 216 / 0.5);
  }

  .md\:border-l-blue-700\/55 {
    border-left-color: rgb(29 78 216 / 0.55);
  }

  .md\:border-l-blue-700\/60 {
    border-left-color: rgb(29 78 216 / 0.6);
  }

  .md\:border-l-blue-700\/65 {
    border-left-color: rgb(29 78 216 / 0.65);
  }

  .md\:border-l-blue-700\/70 {
    border-left-color: rgb(29 78 216 / 0.7);
  }

  .md\:border-l-blue-700\/75 {
    border-left-color: rgb(29 78 216 / 0.75);
  }

  .md\:border-l-blue-700\/80 {
    border-left-color: rgb(29 78 216 / 0.8);
  }

  .md\:border-l-blue-700\/85 {
    border-left-color: rgb(29 78 216 / 0.85);
  }

  .md\:border-l-blue-700\/90 {
    border-left-color: rgb(29 78 216 / 0.9);
  }

  .md\:border-l-blue-700\/95 {
    border-left-color: rgb(29 78 216 / 0.95);
  }

  .md\:border-l-blue-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 64 175 / var(--tw-border-opacity));
  }

  .md\:border-l-blue-800\/0 {
    border-left-color: rgb(30 64 175 / 0);
  }

  .md\:border-l-blue-800\/10 {
    border-left-color: rgb(30 64 175 / 0.1);
  }

  .md\:border-l-blue-800\/100 {
    border-left-color: rgb(30 64 175 / 1);
  }

  .md\:border-l-blue-800\/15 {
    border-left-color: rgb(30 64 175 / 0.15);
  }

  .md\:border-l-blue-800\/20 {
    border-left-color: rgb(30 64 175 / 0.2);
  }

  .md\:border-l-blue-800\/25 {
    border-left-color: rgb(30 64 175 / 0.25);
  }

  .md\:border-l-blue-800\/30 {
    border-left-color: rgb(30 64 175 / 0.3);
  }

  .md\:border-l-blue-800\/35 {
    border-left-color: rgb(30 64 175 / 0.35);
  }

  .md\:border-l-blue-800\/40 {
    border-left-color: rgb(30 64 175 / 0.4);
  }

  .md\:border-l-blue-800\/45 {
    border-left-color: rgb(30 64 175 / 0.45);
  }

  .md\:border-l-blue-800\/5 {
    border-left-color: rgb(30 64 175 / 0.05);
  }

  .md\:border-l-blue-800\/50 {
    border-left-color: rgb(30 64 175 / 0.5);
  }

  .md\:border-l-blue-800\/55 {
    border-left-color: rgb(30 64 175 / 0.55);
  }

  .md\:border-l-blue-800\/60 {
    border-left-color: rgb(30 64 175 / 0.6);
  }

  .md\:border-l-blue-800\/65 {
    border-left-color: rgb(30 64 175 / 0.65);
  }

  .md\:border-l-blue-800\/70 {
    border-left-color: rgb(30 64 175 / 0.7);
  }

  .md\:border-l-blue-800\/75 {
    border-left-color: rgb(30 64 175 / 0.75);
  }

  .md\:border-l-blue-800\/80 {
    border-left-color: rgb(30 64 175 / 0.8);
  }

  .md\:border-l-blue-800\/85 {
    border-left-color: rgb(30 64 175 / 0.85);
  }

  .md\:border-l-blue-800\/90 {
    border-left-color: rgb(30 64 175 / 0.9);
  }

  .md\:border-l-blue-800\/95 {
    border-left-color: rgb(30 64 175 / 0.95);
  }

  .md\:border-l-blue-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 58 138 / var(--tw-border-opacity));
  }

  .md\:border-l-blue-900\/0 {
    border-left-color: rgb(30 58 138 / 0);
  }

  .md\:border-l-blue-900\/10 {
    border-left-color: rgb(30 58 138 / 0.1);
  }

  .md\:border-l-blue-900\/100 {
    border-left-color: rgb(30 58 138 / 1);
  }

  .md\:border-l-blue-900\/15 {
    border-left-color: rgb(30 58 138 / 0.15);
  }

  .md\:border-l-blue-900\/20 {
    border-left-color: rgb(30 58 138 / 0.2);
  }

  .md\:border-l-blue-900\/25 {
    border-left-color: rgb(30 58 138 / 0.25);
  }

  .md\:border-l-blue-900\/30 {
    border-left-color: rgb(30 58 138 / 0.3);
  }

  .md\:border-l-blue-900\/35 {
    border-left-color: rgb(30 58 138 / 0.35);
  }

  .md\:border-l-blue-900\/40 {
    border-left-color: rgb(30 58 138 / 0.4);
  }

  .md\:border-l-blue-900\/45 {
    border-left-color: rgb(30 58 138 / 0.45);
  }

  .md\:border-l-blue-900\/5 {
    border-left-color: rgb(30 58 138 / 0.05);
  }

  .md\:border-l-blue-900\/50 {
    border-left-color: rgb(30 58 138 / 0.5);
  }

  .md\:border-l-blue-900\/55 {
    border-left-color: rgb(30 58 138 / 0.55);
  }

  .md\:border-l-blue-900\/60 {
    border-left-color: rgb(30 58 138 / 0.6);
  }

  .md\:border-l-blue-900\/65 {
    border-left-color: rgb(30 58 138 / 0.65);
  }

  .md\:border-l-blue-900\/70 {
    border-left-color: rgb(30 58 138 / 0.7);
  }

  .md\:border-l-blue-900\/75 {
    border-left-color: rgb(30 58 138 / 0.75);
  }

  .md\:border-l-blue-900\/80 {
    border-left-color: rgb(30 58 138 / 0.8);
  }

  .md\:border-l-blue-900\/85 {
    border-left-color: rgb(30 58 138 / 0.85);
  }

  .md\:border-l-blue-900\/90 {
    border-left-color: rgb(30 58 138 / 0.9);
  }

  .md\:border-l-blue-900\/95 {
    border-left-color: rgb(30 58 138 / 0.95);
  }

  .md\:border-l-blue-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(23 37 84 / var(--tw-border-opacity));
  }

  .md\:border-l-blue-950\/0 {
    border-left-color: rgb(23 37 84 / 0);
  }

  .md\:border-l-blue-950\/10 {
    border-left-color: rgb(23 37 84 / 0.1);
  }

  .md\:border-l-blue-950\/100 {
    border-left-color: rgb(23 37 84 / 1);
  }

  .md\:border-l-blue-950\/15 {
    border-left-color: rgb(23 37 84 / 0.15);
  }

  .md\:border-l-blue-950\/20 {
    border-left-color: rgb(23 37 84 / 0.2);
  }

  .md\:border-l-blue-950\/25 {
    border-left-color: rgb(23 37 84 / 0.25);
  }

  .md\:border-l-blue-950\/30 {
    border-left-color: rgb(23 37 84 / 0.3);
  }

  .md\:border-l-blue-950\/35 {
    border-left-color: rgb(23 37 84 / 0.35);
  }

  .md\:border-l-blue-950\/40 {
    border-left-color: rgb(23 37 84 / 0.4);
  }

  .md\:border-l-blue-950\/45 {
    border-left-color: rgb(23 37 84 / 0.45);
  }

  .md\:border-l-blue-950\/5 {
    border-left-color: rgb(23 37 84 / 0.05);
  }

  .md\:border-l-blue-950\/50 {
    border-left-color: rgb(23 37 84 / 0.5);
  }

  .md\:border-l-blue-950\/55 {
    border-left-color: rgb(23 37 84 / 0.55);
  }

  .md\:border-l-blue-950\/60 {
    border-left-color: rgb(23 37 84 / 0.6);
  }

  .md\:border-l-blue-950\/65 {
    border-left-color: rgb(23 37 84 / 0.65);
  }

  .md\:border-l-blue-950\/70 {
    border-left-color: rgb(23 37 84 / 0.7);
  }

  .md\:border-l-blue-950\/75 {
    border-left-color: rgb(23 37 84 / 0.75);
  }

  .md\:border-l-blue-950\/80 {
    border-left-color: rgb(23 37 84 / 0.8);
  }

  .md\:border-l-blue-950\/85 {
    border-left-color: rgb(23 37 84 / 0.85);
  }

  .md\:border-l-blue-950\/90 {
    border-left-color: rgb(23 37 84 / 0.9);
  }

  .md\:border-l-blue-950\/95 {
    border-left-color: rgb(23 37 84 / 0.95);
  }

  .md\:border-l-current {
    border-left-color: currentColor;
  }

  .md\:border-l-cyan-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(207 250 254 / var(--tw-border-opacity));
  }

  .md\:border-l-cyan-100\/0 {
    border-left-color: rgb(207 250 254 / 0);
  }

  .md\:border-l-cyan-100\/10 {
    border-left-color: rgb(207 250 254 / 0.1);
  }

  .md\:border-l-cyan-100\/100 {
    border-left-color: rgb(207 250 254 / 1);
  }

  .md\:border-l-cyan-100\/15 {
    border-left-color: rgb(207 250 254 / 0.15);
  }

  .md\:border-l-cyan-100\/20 {
    border-left-color: rgb(207 250 254 / 0.2);
  }

  .md\:border-l-cyan-100\/25 {
    border-left-color: rgb(207 250 254 / 0.25);
  }

  .md\:border-l-cyan-100\/30 {
    border-left-color: rgb(207 250 254 / 0.3);
  }

  .md\:border-l-cyan-100\/35 {
    border-left-color: rgb(207 250 254 / 0.35);
  }

  .md\:border-l-cyan-100\/40 {
    border-left-color: rgb(207 250 254 / 0.4);
  }

  .md\:border-l-cyan-100\/45 {
    border-left-color: rgb(207 250 254 / 0.45);
  }

  .md\:border-l-cyan-100\/5 {
    border-left-color: rgb(207 250 254 / 0.05);
  }

  .md\:border-l-cyan-100\/50 {
    border-left-color: rgb(207 250 254 / 0.5);
  }

  .md\:border-l-cyan-100\/55 {
    border-left-color: rgb(207 250 254 / 0.55);
  }

  .md\:border-l-cyan-100\/60 {
    border-left-color: rgb(207 250 254 / 0.6);
  }

  .md\:border-l-cyan-100\/65 {
    border-left-color: rgb(207 250 254 / 0.65);
  }

  .md\:border-l-cyan-100\/70 {
    border-left-color: rgb(207 250 254 / 0.7);
  }

  .md\:border-l-cyan-100\/75 {
    border-left-color: rgb(207 250 254 / 0.75);
  }

  .md\:border-l-cyan-100\/80 {
    border-left-color: rgb(207 250 254 / 0.8);
  }

  .md\:border-l-cyan-100\/85 {
    border-left-color: rgb(207 250 254 / 0.85);
  }

  .md\:border-l-cyan-100\/90 {
    border-left-color: rgb(207 250 254 / 0.9);
  }

  .md\:border-l-cyan-100\/95 {
    border-left-color: rgb(207 250 254 / 0.95);
  }

  .md\:border-l-cyan-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(165 243 252 / var(--tw-border-opacity));
  }

  .md\:border-l-cyan-200\/0 {
    border-left-color: rgb(165 243 252 / 0);
  }

  .md\:border-l-cyan-200\/10 {
    border-left-color: rgb(165 243 252 / 0.1);
  }

  .md\:border-l-cyan-200\/100 {
    border-left-color: rgb(165 243 252 / 1);
  }

  .md\:border-l-cyan-200\/15 {
    border-left-color: rgb(165 243 252 / 0.15);
  }

  .md\:border-l-cyan-200\/20 {
    border-left-color: rgb(165 243 252 / 0.2);
  }

  .md\:border-l-cyan-200\/25 {
    border-left-color: rgb(165 243 252 / 0.25);
  }

  .md\:border-l-cyan-200\/30 {
    border-left-color: rgb(165 243 252 / 0.3);
  }

  .md\:border-l-cyan-200\/35 {
    border-left-color: rgb(165 243 252 / 0.35);
  }

  .md\:border-l-cyan-200\/40 {
    border-left-color: rgb(165 243 252 / 0.4);
  }

  .md\:border-l-cyan-200\/45 {
    border-left-color: rgb(165 243 252 / 0.45);
  }

  .md\:border-l-cyan-200\/5 {
    border-left-color: rgb(165 243 252 / 0.05);
  }

  .md\:border-l-cyan-200\/50 {
    border-left-color: rgb(165 243 252 / 0.5);
  }

  .md\:border-l-cyan-200\/55 {
    border-left-color: rgb(165 243 252 / 0.55);
  }

  .md\:border-l-cyan-200\/60 {
    border-left-color: rgb(165 243 252 / 0.6);
  }

  .md\:border-l-cyan-200\/65 {
    border-left-color: rgb(165 243 252 / 0.65);
  }

  .md\:border-l-cyan-200\/70 {
    border-left-color: rgb(165 243 252 / 0.7);
  }

  .md\:border-l-cyan-200\/75 {
    border-left-color: rgb(165 243 252 / 0.75);
  }

  .md\:border-l-cyan-200\/80 {
    border-left-color: rgb(165 243 252 / 0.8);
  }

  .md\:border-l-cyan-200\/85 {
    border-left-color: rgb(165 243 252 / 0.85);
  }

  .md\:border-l-cyan-200\/90 {
    border-left-color: rgb(165 243 252 / 0.9);
  }

  .md\:border-l-cyan-200\/95 {
    border-left-color: rgb(165 243 252 / 0.95);
  }

  .md\:border-l-cyan-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(103 232 249 / var(--tw-border-opacity));
  }

  .md\:border-l-cyan-300\/0 {
    border-left-color: rgb(103 232 249 / 0);
  }

  .md\:border-l-cyan-300\/10 {
    border-left-color: rgb(103 232 249 / 0.1);
  }

  .md\:border-l-cyan-300\/100 {
    border-left-color: rgb(103 232 249 / 1);
  }

  .md\:border-l-cyan-300\/15 {
    border-left-color: rgb(103 232 249 / 0.15);
  }

  .md\:border-l-cyan-300\/20 {
    border-left-color: rgb(103 232 249 / 0.2);
  }

  .md\:border-l-cyan-300\/25 {
    border-left-color: rgb(103 232 249 / 0.25);
  }

  .md\:border-l-cyan-300\/30 {
    border-left-color: rgb(103 232 249 / 0.3);
  }

  .md\:border-l-cyan-300\/35 {
    border-left-color: rgb(103 232 249 / 0.35);
  }

  .md\:border-l-cyan-300\/40 {
    border-left-color: rgb(103 232 249 / 0.4);
  }

  .md\:border-l-cyan-300\/45 {
    border-left-color: rgb(103 232 249 / 0.45);
  }

  .md\:border-l-cyan-300\/5 {
    border-left-color: rgb(103 232 249 / 0.05);
  }

  .md\:border-l-cyan-300\/50 {
    border-left-color: rgb(103 232 249 / 0.5);
  }

  .md\:border-l-cyan-300\/55 {
    border-left-color: rgb(103 232 249 / 0.55);
  }

  .md\:border-l-cyan-300\/60 {
    border-left-color: rgb(103 232 249 / 0.6);
  }

  .md\:border-l-cyan-300\/65 {
    border-left-color: rgb(103 232 249 / 0.65);
  }

  .md\:border-l-cyan-300\/70 {
    border-left-color: rgb(103 232 249 / 0.7);
  }

  .md\:border-l-cyan-300\/75 {
    border-left-color: rgb(103 232 249 / 0.75);
  }

  .md\:border-l-cyan-300\/80 {
    border-left-color: rgb(103 232 249 / 0.8);
  }

  .md\:border-l-cyan-300\/85 {
    border-left-color: rgb(103 232 249 / 0.85);
  }

  .md\:border-l-cyan-300\/90 {
    border-left-color: rgb(103 232 249 / 0.9);
  }

  .md\:border-l-cyan-300\/95 {
    border-left-color: rgb(103 232 249 / 0.95);
  }

  .md\:border-l-cyan-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(34 211 238 / var(--tw-border-opacity));
  }

  .md\:border-l-cyan-400\/0 {
    border-left-color: rgb(34 211 238 / 0);
  }

  .md\:border-l-cyan-400\/10 {
    border-left-color: rgb(34 211 238 / 0.1);
  }

  .md\:border-l-cyan-400\/100 {
    border-left-color: rgb(34 211 238 / 1);
  }

  .md\:border-l-cyan-400\/15 {
    border-left-color: rgb(34 211 238 / 0.15);
  }

  .md\:border-l-cyan-400\/20 {
    border-left-color: rgb(34 211 238 / 0.2);
  }

  .md\:border-l-cyan-400\/25 {
    border-left-color: rgb(34 211 238 / 0.25);
  }

  .md\:border-l-cyan-400\/30 {
    border-left-color: rgb(34 211 238 / 0.3);
  }

  .md\:border-l-cyan-400\/35 {
    border-left-color: rgb(34 211 238 / 0.35);
  }

  .md\:border-l-cyan-400\/40 {
    border-left-color: rgb(34 211 238 / 0.4);
  }

  .md\:border-l-cyan-400\/45 {
    border-left-color: rgb(34 211 238 / 0.45);
  }

  .md\:border-l-cyan-400\/5 {
    border-left-color: rgb(34 211 238 / 0.05);
  }

  .md\:border-l-cyan-400\/50 {
    border-left-color: rgb(34 211 238 / 0.5);
  }

  .md\:border-l-cyan-400\/55 {
    border-left-color: rgb(34 211 238 / 0.55);
  }

  .md\:border-l-cyan-400\/60 {
    border-left-color: rgb(34 211 238 / 0.6);
  }

  .md\:border-l-cyan-400\/65 {
    border-left-color: rgb(34 211 238 / 0.65);
  }

  .md\:border-l-cyan-400\/70 {
    border-left-color: rgb(34 211 238 / 0.7);
  }

  .md\:border-l-cyan-400\/75 {
    border-left-color: rgb(34 211 238 / 0.75);
  }

  .md\:border-l-cyan-400\/80 {
    border-left-color: rgb(34 211 238 / 0.8);
  }

  .md\:border-l-cyan-400\/85 {
    border-left-color: rgb(34 211 238 / 0.85);
  }

  .md\:border-l-cyan-400\/90 {
    border-left-color: rgb(34 211 238 / 0.9);
  }

  .md\:border-l-cyan-400\/95 {
    border-left-color: rgb(34 211 238 / 0.95);
  }

  .md\:border-l-cyan-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(236 254 255 / var(--tw-border-opacity));
  }

  .md\:border-l-cyan-50\/0 {
    border-left-color: rgb(236 254 255 / 0);
  }

  .md\:border-l-cyan-50\/10 {
    border-left-color: rgb(236 254 255 / 0.1);
  }

  .md\:border-l-cyan-50\/100 {
    border-left-color: rgb(236 254 255 / 1);
  }

  .md\:border-l-cyan-50\/15 {
    border-left-color: rgb(236 254 255 / 0.15);
  }

  .md\:border-l-cyan-50\/20 {
    border-left-color: rgb(236 254 255 / 0.2);
  }

  .md\:border-l-cyan-50\/25 {
    border-left-color: rgb(236 254 255 / 0.25);
  }

  .md\:border-l-cyan-50\/30 {
    border-left-color: rgb(236 254 255 / 0.3);
  }

  .md\:border-l-cyan-50\/35 {
    border-left-color: rgb(236 254 255 / 0.35);
  }

  .md\:border-l-cyan-50\/40 {
    border-left-color: rgb(236 254 255 / 0.4);
  }

  .md\:border-l-cyan-50\/45 {
    border-left-color: rgb(236 254 255 / 0.45);
  }

  .md\:border-l-cyan-50\/5 {
    border-left-color: rgb(236 254 255 / 0.05);
  }

  .md\:border-l-cyan-50\/50 {
    border-left-color: rgb(236 254 255 / 0.5);
  }

  .md\:border-l-cyan-50\/55 {
    border-left-color: rgb(236 254 255 / 0.55);
  }

  .md\:border-l-cyan-50\/60 {
    border-left-color: rgb(236 254 255 / 0.6);
  }

  .md\:border-l-cyan-50\/65 {
    border-left-color: rgb(236 254 255 / 0.65);
  }

  .md\:border-l-cyan-50\/70 {
    border-left-color: rgb(236 254 255 / 0.7);
  }

  .md\:border-l-cyan-50\/75 {
    border-left-color: rgb(236 254 255 / 0.75);
  }

  .md\:border-l-cyan-50\/80 {
    border-left-color: rgb(236 254 255 / 0.8);
  }

  .md\:border-l-cyan-50\/85 {
    border-left-color: rgb(236 254 255 / 0.85);
  }

  .md\:border-l-cyan-50\/90 {
    border-left-color: rgb(236 254 255 / 0.9);
  }

  .md\:border-l-cyan-50\/95 {
    border-left-color: rgb(236 254 255 / 0.95);
  }

  .md\:border-l-cyan-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(6 182 212 / var(--tw-border-opacity));
  }

  .md\:border-l-cyan-500\/0 {
    border-left-color: rgb(6 182 212 / 0);
  }

  .md\:border-l-cyan-500\/10 {
    border-left-color: rgb(6 182 212 / 0.1);
  }

  .md\:border-l-cyan-500\/100 {
    border-left-color: rgb(6 182 212 / 1);
  }

  .md\:border-l-cyan-500\/15 {
    border-left-color: rgb(6 182 212 / 0.15);
  }

  .md\:border-l-cyan-500\/20 {
    border-left-color: rgb(6 182 212 / 0.2);
  }

  .md\:border-l-cyan-500\/25 {
    border-left-color: rgb(6 182 212 / 0.25);
  }

  .md\:border-l-cyan-500\/30 {
    border-left-color: rgb(6 182 212 / 0.3);
  }

  .md\:border-l-cyan-500\/35 {
    border-left-color: rgb(6 182 212 / 0.35);
  }

  .md\:border-l-cyan-500\/40 {
    border-left-color: rgb(6 182 212 / 0.4);
  }

  .md\:border-l-cyan-500\/45 {
    border-left-color: rgb(6 182 212 / 0.45);
  }

  .md\:border-l-cyan-500\/5 {
    border-left-color: rgb(6 182 212 / 0.05);
  }

  .md\:border-l-cyan-500\/50 {
    border-left-color: rgb(6 182 212 / 0.5);
  }

  .md\:border-l-cyan-500\/55 {
    border-left-color: rgb(6 182 212 / 0.55);
  }

  .md\:border-l-cyan-500\/60 {
    border-left-color: rgb(6 182 212 / 0.6);
  }

  .md\:border-l-cyan-500\/65 {
    border-left-color: rgb(6 182 212 / 0.65);
  }

  .md\:border-l-cyan-500\/70 {
    border-left-color: rgb(6 182 212 / 0.7);
  }

  .md\:border-l-cyan-500\/75 {
    border-left-color: rgb(6 182 212 / 0.75);
  }

  .md\:border-l-cyan-500\/80 {
    border-left-color: rgb(6 182 212 / 0.8);
  }

  .md\:border-l-cyan-500\/85 {
    border-left-color: rgb(6 182 212 / 0.85);
  }

  .md\:border-l-cyan-500\/90 {
    border-left-color: rgb(6 182 212 / 0.9);
  }

  .md\:border-l-cyan-500\/95 {
    border-left-color: rgb(6 182 212 / 0.95);
  }

  .md\:border-l-cyan-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(8 145 178 / var(--tw-border-opacity));
  }

  .md\:border-l-cyan-600\/0 {
    border-left-color: rgb(8 145 178 / 0);
  }

  .md\:border-l-cyan-600\/10 {
    border-left-color: rgb(8 145 178 / 0.1);
  }

  .md\:border-l-cyan-600\/100 {
    border-left-color: rgb(8 145 178 / 1);
  }

  .md\:border-l-cyan-600\/15 {
    border-left-color: rgb(8 145 178 / 0.15);
  }

  .md\:border-l-cyan-600\/20 {
    border-left-color: rgb(8 145 178 / 0.2);
  }

  .md\:border-l-cyan-600\/25 {
    border-left-color: rgb(8 145 178 / 0.25);
  }

  .md\:border-l-cyan-600\/30 {
    border-left-color: rgb(8 145 178 / 0.3);
  }

  .md\:border-l-cyan-600\/35 {
    border-left-color: rgb(8 145 178 / 0.35);
  }

  .md\:border-l-cyan-600\/40 {
    border-left-color: rgb(8 145 178 / 0.4);
  }

  .md\:border-l-cyan-600\/45 {
    border-left-color: rgb(8 145 178 / 0.45);
  }

  .md\:border-l-cyan-600\/5 {
    border-left-color: rgb(8 145 178 / 0.05);
  }

  .md\:border-l-cyan-600\/50 {
    border-left-color: rgb(8 145 178 / 0.5);
  }

  .md\:border-l-cyan-600\/55 {
    border-left-color: rgb(8 145 178 / 0.55);
  }

  .md\:border-l-cyan-600\/60 {
    border-left-color: rgb(8 145 178 / 0.6);
  }

  .md\:border-l-cyan-600\/65 {
    border-left-color: rgb(8 145 178 / 0.65);
  }

  .md\:border-l-cyan-600\/70 {
    border-left-color: rgb(8 145 178 / 0.7);
  }

  .md\:border-l-cyan-600\/75 {
    border-left-color: rgb(8 145 178 / 0.75);
  }

  .md\:border-l-cyan-600\/80 {
    border-left-color: rgb(8 145 178 / 0.8);
  }

  .md\:border-l-cyan-600\/85 {
    border-left-color: rgb(8 145 178 / 0.85);
  }

  .md\:border-l-cyan-600\/90 {
    border-left-color: rgb(8 145 178 / 0.9);
  }

  .md\:border-l-cyan-600\/95 {
    border-left-color: rgb(8 145 178 / 0.95);
  }

  .md\:border-l-cyan-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(14 116 144 / var(--tw-border-opacity));
  }

  .md\:border-l-cyan-700\/0 {
    border-left-color: rgb(14 116 144 / 0);
  }

  .md\:border-l-cyan-700\/10 {
    border-left-color: rgb(14 116 144 / 0.1);
  }

  .md\:border-l-cyan-700\/100 {
    border-left-color: rgb(14 116 144 / 1);
  }

  .md\:border-l-cyan-700\/15 {
    border-left-color: rgb(14 116 144 / 0.15);
  }

  .md\:border-l-cyan-700\/20 {
    border-left-color: rgb(14 116 144 / 0.2);
  }

  .md\:border-l-cyan-700\/25 {
    border-left-color: rgb(14 116 144 / 0.25);
  }

  .md\:border-l-cyan-700\/30 {
    border-left-color: rgb(14 116 144 / 0.3);
  }

  .md\:border-l-cyan-700\/35 {
    border-left-color: rgb(14 116 144 / 0.35);
  }

  .md\:border-l-cyan-700\/40 {
    border-left-color: rgb(14 116 144 / 0.4);
  }

  .md\:border-l-cyan-700\/45 {
    border-left-color: rgb(14 116 144 / 0.45);
  }

  .md\:border-l-cyan-700\/5 {
    border-left-color: rgb(14 116 144 / 0.05);
  }

  .md\:border-l-cyan-700\/50 {
    border-left-color: rgb(14 116 144 / 0.5);
  }

  .md\:border-l-cyan-700\/55 {
    border-left-color: rgb(14 116 144 / 0.55);
  }

  .md\:border-l-cyan-700\/60 {
    border-left-color: rgb(14 116 144 / 0.6);
  }

  .md\:border-l-cyan-700\/65 {
    border-left-color: rgb(14 116 144 / 0.65);
  }

  .md\:border-l-cyan-700\/70 {
    border-left-color: rgb(14 116 144 / 0.7);
  }

  .md\:border-l-cyan-700\/75 {
    border-left-color: rgb(14 116 144 / 0.75);
  }

  .md\:border-l-cyan-700\/80 {
    border-left-color: rgb(14 116 144 / 0.8);
  }

  .md\:border-l-cyan-700\/85 {
    border-left-color: rgb(14 116 144 / 0.85);
  }

  .md\:border-l-cyan-700\/90 {
    border-left-color: rgb(14 116 144 / 0.9);
  }

  .md\:border-l-cyan-700\/95 {
    border-left-color: rgb(14 116 144 / 0.95);
  }

  .md\:border-l-cyan-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(21 94 117 / var(--tw-border-opacity));
  }

  .md\:border-l-cyan-800\/0 {
    border-left-color: rgb(21 94 117 / 0);
  }

  .md\:border-l-cyan-800\/10 {
    border-left-color: rgb(21 94 117 / 0.1);
  }

  .md\:border-l-cyan-800\/100 {
    border-left-color: rgb(21 94 117 / 1);
  }

  .md\:border-l-cyan-800\/15 {
    border-left-color: rgb(21 94 117 / 0.15);
  }

  .md\:border-l-cyan-800\/20 {
    border-left-color: rgb(21 94 117 / 0.2);
  }

  .md\:border-l-cyan-800\/25 {
    border-left-color: rgb(21 94 117 / 0.25);
  }

  .md\:border-l-cyan-800\/30 {
    border-left-color: rgb(21 94 117 / 0.3);
  }

  .md\:border-l-cyan-800\/35 {
    border-left-color: rgb(21 94 117 / 0.35);
  }

  .md\:border-l-cyan-800\/40 {
    border-left-color: rgb(21 94 117 / 0.4);
  }

  .md\:border-l-cyan-800\/45 {
    border-left-color: rgb(21 94 117 / 0.45);
  }

  .md\:border-l-cyan-800\/5 {
    border-left-color: rgb(21 94 117 / 0.05);
  }

  .md\:border-l-cyan-800\/50 {
    border-left-color: rgb(21 94 117 / 0.5);
  }

  .md\:border-l-cyan-800\/55 {
    border-left-color: rgb(21 94 117 / 0.55);
  }

  .md\:border-l-cyan-800\/60 {
    border-left-color: rgb(21 94 117 / 0.6);
  }

  .md\:border-l-cyan-800\/65 {
    border-left-color: rgb(21 94 117 / 0.65);
  }

  .md\:border-l-cyan-800\/70 {
    border-left-color: rgb(21 94 117 / 0.7);
  }

  .md\:border-l-cyan-800\/75 {
    border-left-color: rgb(21 94 117 / 0.75);
  }

  .md\:border-l-cyan-800\/80 {
    border-left-color: rgb(21 94 117 / 0.8);
  }

  .md\:border-l-cyan-800\/85 {
    border-left-color: rgb(21 94 117 / 0.85);
  }

  .md\:border-l-cyan-800\/90 {
    border-left-color: rgb(21 94 117 / 0.9);
  }

  .md\:border-l-cyan-800\/95 {
    border-left-color: rgb(21 94 117 / 0.95);
  }

  .md\:border-l-cyan-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(22 78 99 / var(--tw-border-opacity));
  }

  .md\:border-l-cyan-900\/0 {
    border-left-color: rgb(22 78 99 / 0);
  }

  .md\:border-l-cyan-900\/10 {
    border-left-color: rgb(22 78 99 / 0.1);
  }

  .md\:border-l-cyan-900\/100 {
    border-left-color: rgb(22 78 99 / 1);
  }

  .md\:border-l-cyan-900\/15 {
    border-left-color: rgb(22 78 99 / 0.15);
  }

  .md\:border-l-cyan-900\/20 {
    border-left-color: rgb(22 78 99 / 0.2);
  }

  .md\:border-l-cyan-900\/25 {
    border-left-color: rgb(22 78 99 / 0.25);
  }

  .md\:border-l-cyan-900\/30 {
    border-left-color: rgb(22 78 99 / 0.3);
  }

  .md\:border-l-cyan-900\/35 {
    border-left-color: rgb(22 78 99 / 0.35);
  }

  .md\:border-l-cyan-900\/40 {
    border-left-color: rgb(22 78 99 / 0.4);
  }

  .md\:border-l-cyan-900\/45 {
    border-left-color: rgb(22 78 99 / 0.45);
  }

  .md\:border-l-cyan-900\/5 {
    border-left-color: rgb(22 78 99 / 0.05);
  }

  .md\:border-l-cyan-900\/50 {
    border-left-color: rgb(22 78 99 / 0.5);
  }

  .md\:border-l-cyan-900\/55 {
    border-left-color: rgb(22 78 99 / 0.55);
  }

  .md\:border-l-cyan-900\/60 {
    border-left-color: rgb(22 78 99 / 0.6);
  }

  .md\:border-l-cyan-900\/65 {
    border-left-color: rgb(22 78 99 / 0.65);
  }

  .md\:border-l-cyan-900\/70 {
    border-left-color: rgb(22 78 99 / 0.7);
  }

  .md\:border-l-cyan-900\/75 {
    border-left-color: rgb(22 78 99 / 0.75);
  }

  .md\:border-l-cyan-900\/80 {
    border-left-color: rgb(22 78 99 / 0.8);
  }

  .md\:border-l-cyan-900\/85 {
    border-left-color: rgb(22 78 99 / 0.85);
  }

  .md\:border-l-cyan-900\/90 {
    border-left-color: rgb(22 78 99 / 0.9);
  }

  .md\:border-l-cyan-900\/95 {
    border-left-color: rgb(22 78 99 / 0.95);
  }

  .md\:border-l-cyan-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(8 51 68 / var(--tw-border-opacity));
  }

  .md\:border-l-cyan-950\/0 {
    border-left-color: rgb(8 51 68 / 0);
  }

  .md\:border-l-cyan-950\/10 {
    border-left-color: rgb(8 51 68 / 0.1);
  }

  .md\:border-l-cyan-950\/100 {
    border-left-color: rgb(8 51 68 / 1);
  }

  .md\:border-l-cyan-950\/15 {
    border-left-color: rgb(8 51 68 / 0.15);
  }

  .md\:border-l-cyan-950\/20 {
    border-left-color: rgb(8 51 68 / 0.2);
  }

  .md\:border-l-cyan-950\/25 {
    border-left-color: rgb(8 51 68 / 0.25);
  }

  .md\:border-l-cyan-950\/30 {
    border-left-color: rgb(8 51 68 / 0.3);
  }

  .md\:border-l-cyan-950\/35 {
    border-left-color: rgb(8 51 68 / 0.35);
  }

  .md\:border-l-cyan-950\/40 {
    border-left-color: rgb(8 51 68 / 0.4);
  }

  .md\:border-l-cyan-950\/45 {
    border-left-color: rgb(8 51 68 / 0.45);
  }

  .md\:border-l-cyan-950\/5 {
    border-left-color: rgb(8 51 68 / 0.05);
  }

  .md\:border-l-cyan-950\/50 {
    border-left-color: rgb(8 51 68 / 0.5);
  }

  .md\:border-l-cyan-950\/55 {
    border-left-color: rgb(8 51 68 / 0.55);
  }

  .md\:border-l-cyan-950\/60 {
    border-left-color: rgb(8 51 68 / 0.6);
  }

  .md\:border-l-cyan-950\/65 {
    border-left-color: rgb(8 51 68 / 0.65);
  }

  .md\:border-l-cyan-950\/70 {
    border-left-color: rgb(8 51 68 / 0.7);
  }

  .md\:border-l-cyan-950\/75 {
    border-left-color: rgb(8 51 68 / 0.75);
  }

  .md\:border-l-cyan-950\/80 {
    border-left-color: rgb(8 51 68 / 0.8);
  }

  .md\:border-l-cyan-950\/85 {
    border-left-color: rgb(8 51 68 / 0.85);
  }

  .md\:border-l-cyan-950\/90 {
    border-left-color: rgb(8 51 68 / 0.9);
  }

  .md\:border-l-cyan-950\/95 {
    border-left-color: rgb(8 51 68 / 0.95);
  }

  .md\:border-l-emerald-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(209 250 229 / var(--tw-border-opacity));
  }

  .md\:border-l-emerald-100\/0 {
    border-left-color: rgb(209 250 229 / 0);
  }

  .md\:border-l-emerald-100\/10 {
    border-left-color: rgb(209 250 229 / 0.1);
  }

  .md\:border-l-emerald-100\/100 {
    border-left-color: rgb(209 250 229 / 1);
  }

  .md\:border-l-emerald-100\/15 {
    border-left-color: rgb(209 250 229 / 0.15);
  }

  .md\:border-l-emerald-100\/20 {
    border-left-color: rgb(209 250 229 / 0.2);
  }

  .md\:border-l-emerald-100\/25 {
    border-left-color: rgb(209 250 229 / 0.25);
  }

  .md\:border-l-emerald-100\/30 {
    border-left-color: rgb(209 250 229 / 0.3);
  }

  .md\:border-l-emerald-100\/35 {
    border-left-color: rgb(209 250 229 / 0.35);
  }

  .md\:border-l-emerald-100\/40 {
    border-left-color: rgb(209 250 229 / 0.4);
  }

  .md\:border-l-emerald-100\/45 {
    border-left-color: rgb(209 250 229 / 0.45);
  }

  .md\:border-l-emerald-100\/5 {
    border-left-color: rgb(209 250 229 / 0.05);
  }

  .md\:border-l-emerald-100\/50 {
    border-left-color: rgb(209 250 229 / 0.5);
  }

  .md\:border-l-emerald-100\/55 {
    border-left-color: rgb(209 250 229 / 0.55);
  }

  .md\:border-l-emerald-100\/60 {
    border-left-color: rgb(209 250 229 / 0.6);
  }

  .md\:border-l-emerald-100\/65 {
    border-left-color: rgb(209 250 229 / 0.65);
  }

  .md\:border-l-emerald-100\/70 {
    border-left-color: rgb(209 250 229 / 0.7);
  }

  .md\:border-l-emerald-100\/75 {
    border-left-color: rgb(209 250 229 / 0.75);
  }

  .md\:border-l-emerald-100\/80 {
    border-left-color: rgb(209 250 229 / 0.8);
  }

  .md\:border-l-emerald-100\/85 {
    border-left-color: rgb(209 250 229 / 0.85);
  }

  .md\:border-l-emerald-100\/90 {
    border-left-color: rgb(209 250 229 / 0.9);
  }

  .md\:border-l-emerald-100\/95 {
    border-left-color: rgb(209 250 229 / 0.95);
  }

  .md\:border-l-emerald-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(167 243 208 / var(--tw-border-opacity));
  }

  .md\:border-l-emerald-200\/0 {
    border-left-color: rgb(167 243 208 / 0);
  }

  .md\:border-l-emerald-200\/10 {
    border-left-color: rgb(167 243 208 / 0.1);
  }

  .md\:border-l-emerald-200\/100 {
    border-left-color: rgb(167 243 208 / 1);
  }

  .md\:border-l-emerald-200\/15 {
    border-left-color: rgb(167 243 208 / 0.15);
  }

  .md\:border-l-emerald-200\/20 {
    border-left-color: rgb(167 243 208 / 0.2);
  }

  .md\:border-l-emerald-200\/25 {
    border-left-color: rgb(167 243 208 / 0.25);
  }

  .md\:border-l-emerald-200\/30 {
    border-left-color: rgb(167 243 208 / 0.3);
  }

  .md\:border-l-emerald-200\/35 {
    border-left-color: rgb(167 243 208 / 0.35);
  }

  .md\:border-l-emerald-200\/40 {
    border-left-color: rgb(167 243 208 / 0.4);
  }

  .md\:border-l-emerald-200\/45 {
    border-left-color: rgb(167 243 208 / 0.45);
  }

  .md\:border-l-emerald-200\/5 {
    border-left-color: rgb(167 243 208 / 0.05);
  }

  .md\:border-l-emerald-200\/50 {
    border-left-color: rgb(167 243 208 / 0.5);
  }

  .md\:border-l-emerald-200\/55 {
    border-left-color: rgb(167 243 208 / 0.55);
  }

  .md\:border-l-emerald-200\/60 {
    border-left-color: rgb(167 243 208 / 0.6);
  }

  .md\:border-l-emerald-200\/65 {
    border-left-color: rgb(167 243 208 / 0.65);
  }

  .md\:border-l-emerald-200\/70 {
    border-left-color: rgb(167 243 208 / 0.7);
  }

  .md\:border-l-emerald-200\/75 {
    border-left-color: rgb(167 243 208 / 0.75);
  }

  .md\:border-l-emerald-200\/80 {
    border-left-color: rgb(167 243 208 / 0.8);
  }

  .md\:border-l-emerald-200\/85 {
    border-left-color: rgb(167 243 208 / 0.85);
  }

  .md\:border-l-emerald-200\/90 {
    border-left-color: rgb(167 243 208 / 0.9);
  }

  .md\:border-l-emerald-200\/95 {
    border-left-color: rgb(167 243 208 / 0.95);
  }

  .md\:border-l-emerald-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(110 231 183 / var(--tw-border-opacity));
  }

  .md\:border-l-emerald-300\/0 {
    border-left-color: rgb(110 231 183 / 0);
  }

  .md\:border-l-emerald-300\/10 {
    border-left-color: rgb(110 231 183 / 0.1);
  }

  .md\:border-l-emerald-300\/100 {
    border-left-color: rgb(110 231 183 / 1);
  }

  .md\:border-l-emerald-300\/15 {
    border-left-color: rgb(110 231 183 / 0.15);
  }

  .md\:border-l-emerald-300\/20 {
    border-left-color: rgb(110 231 183 / 0.2);
  }

  .md\:border-l-emerald-300\/25 {
    border-left-color: rgb(110 231 183 / 0.25);
  }

  .md\:border-l-emerald-300\/30 {
    border-left-color: rgb(110 231 183 / 0.3);
  }

  .md\:border-l-emerald-300\/35 {
    border-left-color: rgb(110 231 183 / 0.35);
  }

  .md\:border-l-emerald-300\/40 {
    border-left-color: rgb(110 231 183 / 0.4);
  }

  .md\:border-l-emerald-300\/45 {
    border-left-color: rgb(110 231 183 / 0.45);
  }

  .md\:border-l-emerald-300\/5 {
    border-left-color: rgb(110 231 183 / 0.05);
  }

  .md\:border-l-emerald-300\/50 {
    border-left-color: rgb(110 231 183 / 0.5);
  }

  .md\:border-l-emerald-300\/55 {
    border-left-color: rgb(110 231 183 / 0.55);
  }

  .md\:border-l-emerald-300\/60 {
    border-left-color: rgb(110 231 183 / 0.6);
  }

  .md\:border-l-emerald-300\/65 {
    border-left-color: rgb(110 231 183 / 0.65);
  }

  .md\:border-l-emerald-300\/70 {
    border-left-color: rgb(110 231 183 / 0.7);
  }

  .md\:border-l-emerald-300\/75 {
    border-left-color: rgb(110 231 183 / 0.75);
  }

  .md\:border-l-emerald-300\/80 {
    border-left-color: rgb(110 231 183 / 0.8);
  }

  .md\:border-l-emerald-300\/85 {
    border-left-color: rgb(110 231 183 / 0.85);
  }

  .md\:border-l-emerald-300\/90 {
    border-left-color: rgb(110 231 183 / 0.9);
  }

  .md\:border-l-emerald-300\/95 {
    border-left-color: rgb(110 231 183 / 0.95);
  }

  .md\:border-l-emerald-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(52 211 153 / var(--tw-border-opacity));
  }

  .md\:border-l-emerald-400\/0 {
    border-left-color: rgb(52 211 153 / 0);
  }

  .md\:border-l-emerald-400\/10 {
    border-left-color: rgb(52 211 153 / 0.1);
  }

  .md\:border-l-emerald-400\/100 {
    border-left-color: rgb(52 211 153 / 1);
  }

  .md\:border-l-emerald-400\/15 {
    border-left-color: rgb(52 211 153 / 0.15);
  }

  .md\:border-l-emerald-400\/20 {
    border-left-color: rgb(52 211 153 / 0.2);
  }

  .md\:border-l-emerald-400\/25 {
    border-left-color: rgb(52 211 153 / 0.25);
  }

  .md\:border-l-emerald-400\/30 {
    border-left-color: rgb(52 211 153 / 0.3);
  }

  .md\:border-l-emerald-400\/35 {
    border-left-color: rgb(52 211 153 / 0.35);
  }

  .md\:border-l-emerald-400\/40 {
    border-left-color: rgb(52 211 153 / 0.4);
  }

  .md\:border-l-emerald-400\/45 {
    border-left-color: rgb(52 211 153 / 0.45);
  }

  .md\:border-l-emerald-400\/5 {
    border-left-color: rgb(52 211 153 / 0.05);
  }

  .md\:border-l-emerald-400\/50 {
    border-left-color: rgb(52 211 153 / 0.5);
  }

  .md\:border-l-emerald-400\/55 {
    border-left-color: rgb(52 211 153 / 0.55);
  }

  .md\:border-l-emerald-400\/60 {
    border-left-color: rgb(52 211 153 / 0.6);
  }

  .md\:border-l-emerald-400\/65 {
    border-left-color: rgb(52 211 153 / 0.65);
  }

  .md\:border-l-emerald-400\/70 {
    border-left-color: rgb(52 211 153 / 0.7);
  }

  .md\:border-l-emerald-400\/75 {
    border-left-color: rgb(52 211 153 / 0.75);
  }

  .md\:border-l-emerald-400\/80 {
    border-left-color: rgb(52 211 153 / 0.8);
  }

  .md\:border-l-emerald-400\/85 {
    border-left-color: rgb(52 211 153 / 0.85);
  }

  .md\:border-l-emerald-400\/90 {
    border-left-color: rgb(52 211 153 / 0.9);
  }

  .md\:border-l-emerald-400\/95 {
    border-left-color: rgb(52 211 153 / 0.95);
  }

  .md\:border-l-emerald-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(236 253 245 / var(--tw-border-opacity));
  }

  .md\:border-l-emerald-50\/0 {
    border-left-color: rgb(236 253 245 / 0);
  }

  .md\:border-l-emerald-50\/10 {
    border-left-color: rgb(236 253 245 / 0.1);
  }

  .md\:border-l-emerald-50\/100 {
    border-left-color: rgb(236 253 245 / 1);
  }

  .md\:border-l-emerald-50\/15 {
    border-left-color: rgb(236 253 245 / 0.15);
  }

  .md\:border-l-emerald-50\/20 {
    border-left-color: rgb(236 253 245 / 0.2);
  }

  .md\:border-l-emerald-50\/25 {
    border-left-color: rgb(236 253 245 / 0.25);
  }

  .md\:border-l-emerald-50\/30 {
    border-left-color: rgb(236 253 245 / 0.3);
  }

  .md\:border-l-emerald-50\/35 {
    border-left-color: rgb(236 253 245 / 0.35);
  }

  .md\:border-l-emerald-50\/40 {
    border-left-color: rgb(236 253 245 / 0.4);
  }

  .md\:border-l-emerald-50\/45 {
    border-left-color: rgb(236 253 245 / 0.45);
  }

  .md\:border-l-emerald-50\/5 {
    border-left-color: rgb(236 253 245 / 0.05);
  }

  .md\:border-l-emerald-50\/50 {
    border-left-color: rgb(236 253 245 / 0.5);
  }

  .md\:border-l-emerald-50\/55 {
    border-left-color: rgb(236 253 245 / 0.55);
  }

  .md\:border-l-emerald-50\/60 {
    border-left-color: rgb(236 253 245 / 0.6);
  }

  .md\:border-l-emerald-50\/65 {
    border-left-color: rgb(236 253 245 / 0.65);
  }

  .md\:border-l-emerald-50\/70 {
    border-left-color: rgb(236 253 245 / 0.7);
  }

  .md\:border-l-emerald-50\/75 {
    border-left-color: rgb(236 253 245 / 0.75);
  }

  .md\:border-l-emerald-50\/80 {
    border-left-color: rgb(236 253 245 / 0.8);
  }

  .md\:border-l-emerald-50\/85 {
    border-left-color: rgb(236 253 245 / 0.85);
  }

  .md\:border-l-emerald-50\/90 {
    border-left-color: rgb(236 253 245 / 0.9);
  }

  .md\:border-l-emerald-50\/95 {
    border-left-color: rgb(236 253 245 / 0.95);
  }

  .md\:border-l-emerald-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(16 185 129 / var(--tw-border-opacity));
  }

  .md\:border-l-emerald-500\/0 {
    border-left-color: rgb(16 185 129 / 0);
  }

  .md\:border-l-emerald-500\/10 {
    border-left-color: rgb(16 185 129 / 0.1);
  }

  .md\:border-l-emerald-500\/100 {
    border-left-color: rgb(16 185 129 / 1);
  }

  .md\:border-l-emerald-500\/15 {
    border-left-color: rgb(16 185 129 / 0.15);
  }

  .md\:border-l-emerald-500\/20 {
    border-left-color: rgb(16 185 129 / 0.2);
  }

  .md\:border-l-emerald-500\/25 {
    border-left-color: rgb(16 185 129 / 0.25);
  }

  .md\:border-l-emerald-500\/30 {
    border-left-color: rgb(16 185 129 / 0.3);
  }

  .md\:border-l-emerald-500\/35 {
    border-left-color: rgb(16 185 129 / 0.35);
  }

  .md\:border-l-emerald-500\/40 {
    border-left-color: rgb(16 185 129 / 0.4);
  }

  .md\:border-l-emerald-500\/45 {
    border-left-color: rgb(16 185 129 / 0.45);
  }

  .md\:border-l-emerald-500\/5 {
    border-left-color: rgb(16 185 129 / 0.05);
  }

  .md\:border-l-emerald-500\/50 {
    border-left-color: rgb(16 185 129 / 0.5);
  }

  .md\:border-l-emerald-500\/55 {
    border-left-color: rgb(16 185 129 / 0.55);
  }

  .md\:border-l-emerald-500\/60 {
    border-left-color: rgb(16 185 129 / 0.6);
  }

  .md\:border-l-emerald-500\/65 {
    border-left-color: rgb(16 185 129 / 0.65);
  }

  .md\:border-l-emerald-500\/70 {
    border-left-color: rgb(16 185 129 / 0.7);
  }

  .md\:border-l-emerald-500\/75 {
    border-left-color: rgb(16 185 129 / 0.75);
  }

  .md\:border-l-emerald-500\/80 {
    border-left-color: rgb(16 185 129 / 0.8);
  }

  .md\:border-l-emerald-500\/85 {
    border-left-color: rgb(16 185 129 / 0.85);
  }

  .md\:border-l-emerald-500\/90 {
    border-left-color: rgb(16 185 129 / 0.9);
  }

  .md\:border-l-emerald-500\/95 {
    border-left-color: rgb(16 185 129 / 0.95);
  }

  .md\:border-l-emerald-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(5 150 105 / var(--tw-border-opacity));
  }

  .md\:border-l-emerald-600\/0 {
    border-left-color: rgb(5 150 105 / 0);
  }

  .md\:border-l-emerald-600\/10 {
    border-left-color: rgb(5 150 105 / 0.1);
  }

  .md\:border-l-emerald-600\/100 {
    border-left-color: rgb(5 150 105 / 1);
  }

  .md\:border-l-emerald-600\/15 {
    border-left-color: rgb(5 150 105 / 0.15);
  }

  .md\:border-l-emerald-600\/20 {
    border-left-color: rgb(5 150 105 / 0.2);
  }

  .md\:border-l-emerald-600\/25 {
    border-left-color: rgb(5 150 105 / 0.25);
  }

  .md\:border-l-emerald-600\/30 {
    border-left-color: rgb(5 150 105 / 0.3);
  }

  .md\:border-l-emerald-600\/35 {
    border-left-color: rgb(5 150 105 / 0.35);
  }

  .md\:border-l-emerald-600\/40 {
    border-left-color: rgb(5 150 105 / 0.4);
  }

  .md\:border-l-emerald-600\/45 {
    border-left-color: rgb(5 150 105 / 0.45);
  }

  .md\:border-l-emerald-600\/5 {
    border-left-color: rgb(5 150 105 / 0.05);
  }

  .md\:border-l-emerald-600\/50 {
    border-left-color: rgb(5 150 105 / 0.5);
  }

  .md\:border-l-emerald-600\/55 {
    border-left-color: rgb(5 150 105 / 0.55);
  }

  .md\:border-l-emerald-600\/60 {
    border-left-color: rgb(5 150 105 / 0.6);
  }

  .md\:border-l-emerald-600\/65 {
    border-left-color: rgb(5 150 105 / 0.65);
  }

  .md\:border-l-emerald-600\/70 {
    border-left-color: rgb(5 150 105 / 0.7);
  }

  .md\:border-l-emerald-600\/75 {
    border-left-color: rgb(5 150 105 / 0.75);
  }

  .md\:border-l-emerald-600\/80 {
    border-left-color: rgb(5 150 105 / 0.8);
  }

  .md\:border-l-emerald-600\/85 {
    border-left-color: rgb(5 150 105 / 0.85);
  }

  .md\:border-l-emerald-600\/90 {
    border-left-color: rgb(5 150 105 / 0.9);
  }

  .md\:border-l-emerald-600\/95 {
    border-left-color: rgb(5 150 105 / 0.95);
  }

  .md\:border-l-emerald-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(4 120 87 / var(--tw-border-opacity));
  }

  .md\:border-l-emerald-700\/0 {
    border-left-color: rgb(4 120 87 / 0);
  }

  .md\:border-l-emerald-700\/10 {
    border-left-color: rgb(4 120 87 / 0.1);
  }

  .md\:border-l-emerald-700\/100 {
    border-left-color: rgb(4 120 87 / 1);
  }

  .md\:border-l-emerald-700\/15 {
    border-left-color: rgb(4 120 87 / 0.15);
  }

  .md\:border-l-emerald-700\/20 {
    border-left-color: rgb(4 120 87 / 0.2);
  }

  .md\:border-l-emerald-700\/25 {
    border-left-color: rgb(4 120 87 / 0.25);
  }

  .md\:border-l-emerald-700\/30 {
    border-left-color: rgb(4 120 87 / 0.3);
  }

  .md\:border-l-emerald-700\/35 {
    border-left-color: rgb(4 120 87 / 0.35);
  }

  .md\:border-l-emerald-700\/40 {
    border-left-color: rgb(4 120 87 / 0.4);
  }

  .md\:border-l-emerald-700\/45 {
    border-left-color: rgb(4 120 87 / 0.45);
  }

  .md\:border-l-emerald-700\/5 {
    border-left-color: rgb(4 120 87 / 0.05);
  }

  .md\:border-l-emerald-700\/50 {
    border-left-color: rgb(4 120 87 / 0.5);
  }

  .md\:border-l-emerald-700\/55 {
    border-left-color: rgb(4 120 87 / 0.55);
  }

  .md\:border-l-emerald-700\/60 {
    border-left-color: rgb(4 120 87 / 0.6);
  }

  .md\:border-l-emerald-700\/65 {
    border-left-color: rgb(4 120 87 / 0.65);
  }

  .md\:border-l-emerald-700\/70 {
    border-left-color: rgb(4 120 87 / 0.7);
  }

  .md\:border-l-emerald-700\/75 {
    border-left-color: rgb(4 120 87 / 0.75);
  }

  .md\:border-l-emerald-700\/80 {
    border-left-color: rgb(4 120 87 / 0.8);
  }

  .md\:border-l-emerald-700\/85 {
    border-left-color: rgb(4 120 87 / 0.85);
  }

  .md\:border-l-emerald-700\/90 {
    border-left-color: rgb(4 120 87 / 0.9);
  }

  .md\:border-l-emerald-700\/95 {
    border-left-color: rgb(4 120 87 / 0.95);
  }

  .md\:border-l-emerald-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(6 95 70 / var(--tw-border-opacity));
  }

  .md\:border-l-emerald-800\/0 {
    border-left-color: rgb(6 95 70 / 0);
  }

  .md\:border-l-emerald-800\/10 {
    border-left-color: rgb(6 95 70 / 0.1);
  }

  .md\:border-l-emerald-800\/100 {
    border-left-color: rgb(6 95 70 / 1);
  }

  .md\:border-l-emerald-800\/15 {
    border-left-color: rgb(6 95 70 / 0.15);
  }

  .md\:border-l-emerald-800\/20 {
    border-left-color: rgb(6 95 70 / 0.2);
  }

  .md\:border-l-emerald-800\/25 {
    border-left-color: rgb(6 95 70 / 0.25);
  }

  .md\:border-l-emerald-800\/30 {
    border-left-color: rgb(6 95 70 / 0.3);
  }

  .md\:border-l-emerald-800\/35 {
    border-left-color: rgb(6 95 70 / 0.35);
  }

  .md\:border-l-emerald-800\/40 {
    border-left-color: rgb(6 95 70 / 0.4);
  }

  .md\:border-l-emerald-800\/45 {
    border-left-color: rgb(6 95 70 / 0.45);
  }

  .md\:border-l-emerald-800\/5 {
    border-left-color: rgb(6 95 70 / 0.05);
  }

  .md\:border-l-emerald-800\/50 {
    border-left-color: rgb(6 95 70 / 0.5);
  }

  .md\:border-l-emerald-800\/55 {
    border-left-color: rgb(6 95 70 / 0.55);
  }

  .md\:border-l-emerald-800\/60 {
    border-left-color: rgb(6 95 70 / 0.6);
  }

  .md\:border-l-emerald-800\/65 {
    border-left-color: rgb(6 95 70 / 0.65);
  }

  .md\:border-l-emerald-800\/70 {
    border-left-color: rgb(6 95 70 / 0.7);
  }

  .md\:border-l-emerald-800\/75 {
    border-left-color: rgb(6 95 70 / 0.75);
  }

  .md\:border-l-emerald-800\/80 {
    border-left-color: rgb(6 95 70 / 0.8);
  }

  .md\:border-l-emerald-800\/85 {
    border-left-color: rgb(6 95 70 / 0.85);
  }

  .md\:border-l-emerald-800\/90 {
    border-left-color: rgb(6 95 70 / 0.9);
  }

  .md\:border-l-emerald-800\/95 {
    border-left-color: rgb(6 95 70 / 0.95);
  }

  .md\:border-l-emerald-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(6 78 59 / var(--tw-border-opacity));
  }

  .md\:border-l-emerald-900\/0 {
    border-left-color: rgb(6 78 59 / 0);
  }

  .md\:border-l-emerald-900\/10 {
    border-left-color: rgb(6 78 59 / 0.1);
  }

  .md\:border-l-emerald-900\/100 {
    border-left-color: rgb(6 78 59 / 1);
  }

  .md\:border-l-emerald-900\/15 {
    border-left-color: rgb(6 78 59 / 0.15);
  }

  .md\:border-l-emerald-900\/20 {
    border-left-color: rgb(6 78 59 / 0.2);
  }

  .md\:border-l-emerald-900\/25 {
    border-left-color: rgb(6 78 59 / 0.25);
  }

  .md\:border-l-emerald-900\/30 {
    border-left-color: rgb(6 78 59 / 0.3);
  }

  .md\:border-l-emerald-900\/35 {
    border-left-color: rgb(6 78 59 / 0.35);
  }

  .md\:border-l-emerald-900\/40 {
    border-left-color: rgb(6 78 59 / 0.4);
  }

  .md\:border-l-emerald-900\/45 {
    border-left-color: rgb(6 78 59 / 0.45);
  }

  .md\:border-l-emerald-900\/5 {
    border-left-color: rgb(6 78 59 / 0.05);
  }

  .md\:border-l-emerald-900\/50 {
    border-left-color: rgb(6 78 59 / 0.5);
  }

  .md\:border-l-emerald-900\/55 {
    border-left-color: rgb(6 78 59 / 0.55);
  }

  .md\:border-l-emerald-900\/60 {
    border-left-color: rgb(6 78 59 / 0.6);
  }

  .md\:border-l-emerald-900\/65 {
    border-left-color: rgb(6 78 59 / 0.65);
  }

  .md\:border-l-emerald-900\/70 {
    border-left-color: rgb(6 78 59 / 0.7);
  }

  .md\:border-l-emerald-900\/75 {
    border-left-color: rgb(6 78 59 / 0.75);
  }

  .md\:border-l-emerald-900\/80 {
    border-left-color: rgb(6 78 59 / 0.8);
  }

  .md\:border-l-emerald-900\/85 {
    border-left-color: rgb(6 78 59 / 0.85);
  }

  .md\:border-l-emerald-900\/90 {
    border-left-color: rgb(6 78 59 / 0.9);
  }

  .md\:border-l-emerald-900\/95 {
    border-left-color: rgb(6 78 59 / 0.95);
  }

  .md\:border-l-emerald-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(2 44 34 / var(--tw-border-opacity));
  }

  .md\:border-l-emerald-950\/0 {
    border-left-color: rgb(2 44 34 / 0);
  }

  .md\:border-l-emerald-950\/10 {
    border-left-color: rgb(2 44 34 / 0.1);
  }

  .md\:border-l-emerald-950\/100 {
    border-left-color: rgb(2 44 34 / 1);
  }

  .md\:border-l-emerald-950\/15 {
    border-left-color: rgb(2 44 34 / 0.15);
  }

  .md\:border-l-emerald-950\/20 {
    border-left-color: rgb(2 44 34 / 0.2);
  }

  .md\:border-l-emerald-950\/25 {
    border-left-color: rgb(2 44 34 / 0.25);
  }

  .md\:border-l-emerald-950\/30 {
    border-left-color: rgb(2 44 34 / 0.3);
  }

  .md\:border-l-emerald-950\/35 {
    border-left-color: rgb(2 44 34 / 0.35);
  }

  .md\:border-l-emerald-950\/40 {
    border-left-color: rgb(2 44 34 / 0.4);
  }

  .md\:border-l-emerald-950\/45 {
    border-left-color: rgb(2 44 34 / 0.45);
  }

  .md\:border-l-emerald-950\/5 {
    border-left-color: rgb(2 44 34 / 0.05);
  }

  .md\:border-l-emerald-950\/50 {
    border-left-color: rgb(2 44 34 / 0.5);
  }

  .md\:border-l-emerald-950\/55 {
    border-left-color: rgb(2 44 34 / 0.55);
  }

  .md\:border-l-emerald-950\/60 {
    border-left-color: rgb(2 44 34 / 0.6);
  }

  .md\:border-l-emerald-950\/65 {
    border-left-color: rgb(2 44 34 / 0.65);
  }

  .md\:border-l-emerald-950\/70 {
    border-left-color: rgb(2 44 34 / 0.7);
  }

  .md\:border-l-emerald-950\/75 {
    border-left-color: rgb(2 44 34 / 0.75);
  }

  .md\:border-l-emerald-950\/80 {
    border-left-color: rgb(2 44 34 / 0.8);
  }

  .md\:border-l-emerald-950\/85 {
    border-left-color: rgb(2 44 34 / 0.85);
  }

  .md\:border-l-emerald-950\/90 {
    border-left-color: rgb(2 44 34 / 0.9);
  }

  .md\:border-l-emerald-950\/95 {
    border-left-color: rgb(2 44 34 / 0.95);
  }

  .md\:border-l-fuchsia-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 232 255 / var(--tw-border-opacity));
  }

  .md\:border-l-fuchsia-100\/0 {
    border-left-color: rgb(250 232 255 / 0);
  }

  .md\:border-l-fuchsia-100\/10 {
    border-left-color: rgb(250 232 255 / 0.1);
  }

  .md\:border-l-fuchsia-100\/100 {
    border-left-color: rgb(250 232 255 / 1);
  }

  .md\:border-l-fuchsia-100\/15 {
    border-left-color: rgb(250 232 255 / 0.15);
  }

  .md\:border-l-fuchsia-100\/20 {
    border-left-color: rgb(250 232 255 / 0.2);
  }

  .md\:border-l-fuchsia-100\/25 {
    border-left-color: rgb(250 232 255 / 0.25);
  }

  .md\:border-l-fuchsia-100\/30 {
    border-left-color: rgb(250 232 255 / 0.3);
  }

  .md\:border-l-fuchsia-100\/35 {
    border-left-color: rgb(250 232 255 / 0.35);
  }

  .md\:border-l-fuchsia-100\/40 {
    border-left-color: rgb(250 232 255 / 0.4);
  }

  .md\:border-l-fuchsia-100\/45 {
    border-left-color: rgb(250 232 255 / 0.45);
  }

  .md\:border-l-fuchsia-100\/5 {
    border-left-color: rgb(250 232 255 / 0.05);
  }

  .md\:border-l-fuchsia-100\/50 {
    border-left-color: rgb(250 232 255 / 0.5);
  }

  .md\:border-l-fuchsia-100\/55 {
    border-left-color: rgb(250 232 255 / 0.55);
  }

  .md\:border-l-fuchsia-100\/60 {
    border-left-color: rgb(250 232 255 / 0.6);
  }

  .md\:border-l-fuchsia-100\/65 {
    border-left-color: rgb(250 232 255 / 0.65);
  }

  .md\:border-l-fuchsia-100\/70 {
    border-left-color: rgb(250 232 255 / 0.7);
  }

  .md\:border-l-fuchsia-100\/75 {
    border-left-color: rgb(250 232 255 / 0.75);
  }

  .md\:border-l-fuchsia-100\/80 {
    border-left-color: rgb(250 232 255 / 0.8);
  }

  .md\:border-l-fuchsia-100\/85 {
    border-left-color: rgb(250 232 255 / 0.85);
  }

  .md\:border-l-fuchsia-100\/90 {
    border-left-color: rgb(250 232 255 / 0.9);
  }

  .md\:border-l-fuchsia-100\/95 {
    border-left-color: rgb(250 232 255 / 0.95);
  }

  .md\:border-l-fuchsia-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 208 254 / var(--tw-border-opacity));
  }

  .md\:border-l-fuchsia-200\/0 {
    border-left-color: rgb(245 208 254 / 0);
  }

  .md\:border-l-fuchsia-200\/10 {
    border-left-color: rgb(245 208 254 / 0.1);
  }

  .md\:border-l-fuchsia-200\/100 {
    border-left-color: rgb(245 208 254 / 1);
  }

  .md\:border-l-fuchsia-200\/15 {
    border-left-color: rgb(245 208 254 / 0.15);
  }

  .md\:border-l-fuchsia-200\/20 {
    border-left-color: rgb(245 208 254 / 0.2);
  }

  .md\:border-l-fuchsia-200\/25 {
    border-left-color: rgb(245 208 254 / 0.25);
  }

  .md\:border-l-fuchsia-200\/30 {
    border-left-color: rgb(245 208 254 / 0.3);
  }

  .md\:border-l-fuchsia-200\/35 {
    border-left-color: rgb(245 208 254 / 0.35);
  }

  .md\:border-l-fuchsia-200\/40 {
    border-left-color: rgb(245 208 254 / 0.4);
  }

  .md\:border-l-fuchsia-200\/45 {
    border-left-color: rgb(245 208 254 / 0.45);
  }

  .md\:border-l-fuchsia-200\/5 {
    border-left-color: rgb(245 208 254 / 0.05);
  }

  .md\:border-l-fuchsia-200\/50 {
    border-left-color: rgb(245 208 254 / 0.5);
  }

  .md\:border-l-fuchsia-200\/55 {
    border-left-color: rgb(245 208 254 / 0.55);
  }

  .md\:border-l-fuchsia-200\/60 {
    border-left-color: rgb(245 208 254 / 0.6);
  }

  .md\:border-l-fuchsia-200\/65 {
    border-left-color: rgb(245 208 254 / 0.65);
  }

  .md\:border-l-fuchsia-200\/70 {
    border-left-color: rgb(245 208 254 / 0.7);
  }

  .md\:border-l-fuchsia-200\/75 {
    border-left-color: rgb(245 208 254 / 0.75);
  }

  .md\:border-l-fuchsia-200\/80 {
    border-left-color: rgb(245 208 254 / 0.8);
  }

  .md\:border-l-fuchsia-200\/85 {
    border-left-color: rgb(245 208 254 / 0.85);
  }

  .md\:border-l-fuchsia-200\/90 {
    border-left-color: rgb(245 208 254 / 0.9);
  }

  .md\:border-l-fuchsia-200\/95 {
    border-left-color: rgb(245 208 254 / 0.95);
  }

  .md\:border-l-fuchsia-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(240 171 252 / var(--tw-border-opacity));
  }

  .md\:border-l-fuchsia-300\/0 {
    border-left-color: rgb(240 171 252 / 0);
  }

  .md\:border-l-fuchsia-300\/10 {
    border-left-color: rgb(240 171 252 / 0.1);
  }

  .md\:border-l-fuchsia-300\/100 {
    border-left-color: rgb(240 171 252 / 1);
  }

  .md\:border-l-fuchsia-300\/15 {
    border-left-color: rgb(240 171 252 / 0.15);
  }

  .md\:border-l-fuchsia-300\/20 {
    border-left-color: rgb(240 171 252 / 0.2);
  }

  .md\:border-l-fuchsia-300\/25 {
    border-left-color: rgb(240 171 252 / 0.25);
  }

  .md\:border-l-fuchsia-300\/30 {
    border-left-color: rgb(240 171 252 / 0.3);
  }

  .md\:border-l-fuchsia-300\/35 {
    border-left-color: rgb(240 171 252 / 0.35);
  }

  .md\:border-l-fuchsia-300\/40 {
    border-left-color: rgb(240 171 252 / 0.4);
  }

  .md\:border-l-fuchsia-300\/45 {
    border-left-color: rgb(240 171 252 / 0.45);
  }

  .md\:border-l-fuchsia-300\/5 {
    border-left-color: rgb(240 171 252 / 0.05);
  }

  .md\:border-l-fuchsia-300\/50 {
    border-left-color: rgb(240 171 252 / 0.5);
  }

  .md\:border-l-fuchsia-300\/55 {
    border-left-color: rgb(240 171 252 / 0.55);
  }

  .md\:border-l-fuchsia-300\/60 {
    border-left-color: rgb(240 171 252 / 0.6);
  }

  .md\:border-l-fuchsia-300\/65 {
    border-left-color: rgb(240 171 252 / 0.65);
  }

  .md\:border-l-fuchsia-300\/70 {
    border-left-color: rgb(240 171 252 / 0.7);
  }

  .md\:border-l-fuchsia-300\/75 {
    border-left-color: rgb(240 171 252 / 0.75);
  }

  .md\:border-l-fuchsia-300\/80 {
    border-left-color: rgb(240 171 252 / 0.8);
  }

  .md\:border-l-fuchsia-300\/85 {
    border-left-color: rgb(240 171 252 / 0.85);
  }

  .md\:border-l-fuchsia-300\/90 {
    border-left-color: rgb(240 171 252 / 0.9);
  }

  .md\:border-l-fuchsia-300\/95 {
    border-left-color: rgb(240 171 252 / 0.95);
  }

  .md\:border-l-fuchsia-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(232 121 249 / var(--tw-border-opacity));
  }

  .md\:border-l-fuchsia-400\/0 {
    border-left-color: rgb(232 121 249 / 0);
  }

  .md\:border-l-fuchsia-400\/10 {
    border-left-color: rgb(232 121 249 / 0.1);
  }

  .md\:border-l-fuchsia-400\/100 {
    border-left-color: rgb(232 121 249 / 1);
  }

  .md\:border-l-fuchsia-400\/15 {
    border-left-color: rgb(232 121 249 / 0.15);
  }

  .md\:border-l-fuchsia-400\/20 {
    border-left-color: rgb(232 121 249 / 0.2);
  }

  .md\:border-l-fuchsia-400\/25 {
    border-left-color: rgb(232 121 249 / 0.25);
  }

  .md\:border-l-fuchsia-400\/30 {
    border-left-color: rgb(232 121 249 / 0.3);
  }

  .md\:border-l-fuchsia-400\/35 {
    border-left-color: rgb(232 121 249 / 0.35);
  }

  .md\:border-l-fuchsia-400\/40 {
    border-left-color: rgb(232 121 249 / 0.4);
  }

  .md\:border-l-fuchsia-400\/45 {
    border-left-color: rgb(232 121 249 / 0.45);
  }

  .md\:border-l-fuchsia-400\/5 {
    border-left-color: rgb(232 121 249 / 0.05);
  }

  .md\:border-l-fuchsia-400\/50 {
    border-left-color: rgb(232 121 249 / 0.5);
  }

  .md\:border-l-fuchsia-400\/55 {
    border-left-color: rgb(232 121 249 / 0.55);
  }

  .md\:border-l-fuchsia-400\/60 {
    border-left-color: rgb(232 121 249 / 0.6);
  }

  .md\:border-l-fuchsia-400\/65 {
    border-left-color: rgb(232 121 249 / 0.65);
  }

  .md\:border-l-fuchsia-400\/70 {
    border-left-color: rgb(232 121 249 / 0.7);
  }

  .md\:border-l-fuchsia-400\/75 {
    border-left-color: rgb(232 121 249 / 0.75);
  }

  .md\:border-l-fuchsia-400\/80 {
    border-left-color: rgb(232 121 249 / 0.8);
  }

  .md\:border-l-fuchsia-400\/85 {
    border-left-color: rgb(232 121 249 / 0.85);
  }

  .md\:border-l-fuchsia-400\/90 {
    border-left-color: rgb(232 121 249 / 0.9);
  }

  .md\:border-l-fuchsia-400\/95 {
    border-left-color: rgb(232 121 249 / 0.95);
  }

  .md\:border-l-fuchsia-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 244 255 / var(--tw-border-opacity));
  }

  .md\:border-l-fuchsia-50\/0 {
    border-left-color: rgb(253 244 255 / 0);
  }

  .md\:border-l-fuchsia-50\/10 {
    border-left-color: rgb(253 244 255 / 0.1);
  }

  .md\:border-l-fuchsia-50\/100 {
    border-left-color: rgb(253 244 255 / 1);
  }

  .md\:border-l-fuchsia-50\/15 {
    border-left-color: rgb(253 244 255 / 0.15);
  }

  .md\:border-l-fuchsia-50\/20 {
    border-left-color: rgb(253 244 255 / 0.2);
  }

  .md\:border-l-fuchsia-50\/25 {
    border-left-color: rgb(253 244 255 / 0.25);
  }

  .md\:border-l-fuchsia-50\/30 {
    border-left-color: rgb(253 244 255 / 0.3);
  }

  .md\:border-l-fuchsia-50\/35 {
    border-left-color: rgb(253 244 255 / 0.35);
  }

  .md\:border-l-fuchsia-50\/40 {
    border-left-color: rgb(253 244 255 / 0.4);
  }

  .md\:border-l-fuchsia-50\/45 {
    border-left-color: rgb(253 244 255 / 0.45);
  }

  .md\:border-l-fuchsia-50\/5 {
    border-left-color: rgb(253 244 255 / 0.05);
  }

  .md\:border-l-fuchsia-50\/50 {
    border-left-color: rgb(253 244 255 / 0.5);
  }

  .md\:border-l-fuchsia-50\/55 {
    border-left-color: rgb(253 244 255 / 0.55);
  }

  .md\:border-l-fuchsia-50\/60 {
    border-left-color: rgb(253 244 255 / 0.6);
  }

  .md\:border-l-fuchsia-50\/65 {
    border-left-color: rgb(253 244 255 / 0.65);
  }

  .md\:border-l-fuchsia-50\/70 {
    border-left-color: rgb(253 244 255 / 0.7);
  }

  .md\:border-l-fuchsia-50\/75 {
    border-left-color: rgb(253 244 255 / 0.75);
  }

  .md\:border-l-fuchsia-50\/80 {
    border-left-color: rgb(253 244 255 / 0.8);
  }

  .md\:border-l-fuchsia-50\/85 {
    border-left-color: rgb(253 244 255 / 0.85);
  }

  .md\:border-l-fuchsia-50\/90 {
    border-left-color: rgb(253 244 255 / 0.9);
  }

  .md\:border-l-fuchsia-50\/95 {
    border-left-color: rgb(253 244 255 / 0.95);
  }

  .md\:border-l-fuchsia-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(217 70 239 / var(--tw-border-opacity));
  }

  .md\:border-l-fuchsia-500\/0 {
    border-left-color: rgb(217 70 239 / 0);
  }

  .md\:border-l-fuchsia-500\/10 {
    border-left-color: rgb(217 70 239 / 0.1);
  }

  .md\:border-l-fuchsia-500\/100 {
    border-left-color: rgb(217 70 239 / 1);
  }

  .md\:border-l-fuchsia-500\/15 {
    border-left-color: rgb(217 70 239 / 0.15);
  }

  .md\:border-l-fuchsia-500\/20 {
    border-left-color: rgb(217 70 239 / 0.2);
  }

  .md\:border-l-fuchsia-500\/25 {
    border-left-color: rgb(217 70 239 / 0.25);
  }

  .md\:border-l-fuchsia-500\/30 {
    border-left-color: rgb(217 70 239 / 0.3);
  }

  .md\:border-l-fuchsia-500\/35 {
    border-left-color: rgb(217 70 239 / 0.35);
  }

  .md\:border-l-fuchsia-500\/40 {
    border-left-color: rgb(217 70 239 / 0.4);
  }

  .md\:border-l-fuchsia-500\/45 {
    border-left-color: rgb(217 70 239 / 0.45);
  }

  .md\:border-l-fuchsia-500\/5 {
    border-left-color: rgb(217 70 239 / 0.05);
  }

  .md\:border-l-fuchsia-500\/50 {
    border-left-color: rgb(217 70 239 / 0.5);
  }

  .md\:border-l-fuchsia-500\/55 {
    border-left-color: rgb(217 70 239 / 0.55);
  }

  .md\:border-l-fuchsia-500\/60 {
    border-left-color: rgb(217 70 239 / 0.6);
  }

  .md\:border-l-fuchsia-500\/65 {
    border-left-color: rgb(217 70 239 / 0.65);
  }

  .md\:border-l-fuchsia-500\/70 {
    border-left-color: rgb(217 70 239 / 0.7);
  }

  .md\:border-l-fuchsia-500\/75 {
    border-left-color: rgb(217 70 239 / 0.75);
  }

  .md\:border-l-fuchsia-500\/80 {
    border-left-color: rgb(217 70 239 / 0.8);
  }

  .md\:border-l-fuchsia-500\/85 {
    border-left-color: rgb(217 70 239 / 0.85);
  }

  .md\:border-l-fuchsia-500\/90 {
    border-left-color: rgb(217 70 239 / 0.9);
  }

  .md\:border-l-fuchsia-500\/95 {
    border-left-color: rgb(217 70 239 / 0.95);
  }

  .md\:border-l-fuchsia-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(192 38 211 / var(--tw-border-opacity));
  }

  .md\:border-l-fuchsia-600\/0 {
    border-left-color: rgb(192 38 211 / 0);
  }

  .md\:border-l-fuchsia-600\/10 {
    border-left-color: rgb(192 38 211 / 0.1);
  }

  .md\:border-l-fuchsia-600\/100 {
    border-left-color: rgb(192 38 211 / 1);
  }

  .md\:border-l-fuchsia-600\/15 {
    border-left-color: rgb(192 38 211 / 0.15);
  }

  .md\:border-l-fuchsia-600\/20 {
    border-left-color: rgb(192 38 211 / 0.2);
  }

  .md\:border-l-fuchsia-600\/25 {
    border-left-color: rgb(192 38 211 / 0.25);
  }

  .md\:border-l-fuchsia-600\/30 {
    border-left-color: rgb(192 38 211 / 0.3);
  }

  .md\:border-l-fuchsia-600\/35 {
    border-left-color: rgb(192 38 211 / 0.35);
  }

  .md\:border-l-fuchsia-600\/40 {
    border-left-color: rgb(192 38 211 / 0.4);
  }

  .md\:border-l-fuchsia-600\/45 {
    border-left-color: rgb(192 38 211 / 0.45);
  }

  .md\:border-l-fuchsia-600\/5 {
    border-left-color: rgb(192 38 211 / 0.05);
  }

  .md\:border-l-fuchsia-600\/50 {
    border-left-color: rgb(192 38 211 / 0.5);
  }

  .md\:border-l-fuchsia-600\/55 {
    border-left-color: rgb(192 38 211 / 0.55);
  }

  .md\:border-l-fuchsia-600\/60 {
    border-left-color: rgb(192 38 211 / 0.6);
  }

  .md\:border-l-fuchsia-600\/65 {
    border-left-color: rgb(192 38 211 / 0.65);
  }

  .md\:border-l-fuchsia-600\/70 {
    border-left-color: rgb(192 38 211 / 0.7);
  }

  .md\:border-l-fuchsia-600\/75 {
    border-left-color: rgb(192 38 211 / 0.75);
  }

  .md\:border-l-fuchsia-600\/80 {
    border-left-color: rgb(192 38 211 / 0.8);
  }

  .md\:border-l-fuchsia-600\/85 {
    border-left-color: rgb(192 38 211 / 0.85);
  }

  .md\:border-l-fuchsia-600\/90 {
    border-left-color: rgb(192 38 211 / 0.9);
  }

  .md\:border-l-fuchsia-600\/95 {
    border-left-color: rgb(192 38 211 / 0.95);
  }

  .md\:border-l-fuchsia-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(162 28 175 / var(--tw-border-opacity));
  }

  .md\:border-l-fuchsia-700\/0 {
    border-left-color: rgb(162 28 175 / 0);
  }

  .md\:border-l-fuchsia-700\/10 {
    border-left-color: rgb(162 28 175 / 0.1);
  }

  .md\:border-l-fuchsia-700\/100 {
    border-left-color: rgb(162 28 175 / 1);
  }

  .md\:border-l-fuchsia-700\/15 {
    border-left-color: rgb(162 28 175 / 0.15);
  }

  .md\:border-l-fuchsia-700\/20 {
    border-left-color: rgb(162 28 175 / 0.2);
  }

  .md\:border-l-fuchsia-700\/25 {
    border-left-color: rgb(162 28 175 / 0.25);
  }

  .md\:border-l-fuchsia-700\/30 {
    border-left-color: rgb(162 28 175 / 0.3);
  }

  .md\:border-l-fuchsia-700\/35 {
    border-left-color: rgb(162 28 175 / 0.35);
  }

  .md\:border-l-fuchsia-700\/40 {
    border-left-color: rgb(162 28 175 / 0.4);
  }

  .md\:border-l-fuchsia-700\/45 {
    border-left-color: rgb(162 28 175 / 0.45);
  }

  .md\:border-l-fuchsia-700\/5 {
    border-left-color: rgb(162 28 175 / 0.05);
  }

  .md\:border-l-fuchsia-700\/50 {
    border-left-color: rgb(162 28 175 / 0.5);
  }

  .md\:border-l-fuchsia-700\/55 {
    border-left-color: rgb(162 28 175 / 0.55);
  }

  .md\:border-l-fuchsia-700\/60 {
    border-left-color: rgb(162 28 175 / 0.6);
  }

  .md\:border-l-fuchsia-700\/65 {
    border-left-color: rgb(162 28 175 / 0.65);
  }

  .md\:border-l-fuchsia-700\/70 {
    border-left-color: rgb(162 28 175 / 0.7);
  }

  .md\:border-l-fuchsia-700\/75 {
    border-left-color: rgb(162 28 175 / 0.75);
  }

  .md\:border-l-fuchsia-700\/80 {
    border-left-color: rgb(162 28 175 / 0.8);
  }

  .md\:border-l-fuchsia-700\/85 {
    border-left-color: rgb(162 28 175 / 0.85);
  }

  .md\:border-l-fuchsia-700\/90 {
    border-left-color: rgb(162 28 175 / 0.9);
  }

  .md\:border-l-fuchsia-700\/95 {
    border-left-color: rgb(162 28 175 / 0.95);
  }

  .md\:border-l-fuchsia-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(134 25 143 / var(--tw-border-opacity));
  }

  .md\:border-l-fuchsia-800\/0 {
    border-left-color: rgb(134 25 143 / 0);
  }

  .md\:border-l-fuchsia-800\/10 {
    border-left-color: rgb(134 25 143 / 0.1);
  }

  .md\:border-l-fuchsia-800\/100 {
    border-left-color: rgb(134 25 143 / 1);
  }

  .md\:border-l-fuchsia-800\/15 {
    border-left-color: rgb(134 25 143 / 0.15);
  }

  .md\:border-l-fuchsia-800\/20 {
    border-left-color: rgb(134 25 143 / 0.2);
  }

  .md\:border-l-fuchsia-800\/25 {
    border-left-color: rgb(134 25 143 / 0.25);
  }

  .md\:border-l-fuchsia-800\/30 {
    border-left-color: rgb(134 25 143 / 0.3);
  }

  .md\:border-l-fuchsia-800\/35 {
    border-left-color: rgb(134 25 143 / 0.35);
  }

  .md\:border-l-fuchsia-800\/40 {
    border-left-color: rgb(134 25 143 / 0.4);
  }

  .md\:border-l-fuchsia-800\/45 {
    border-left-color: rgb(134 25 143 / 0.45);
  }

  .md\:border-l-fuchsia-800\/5 {
    border-left-color: rgb(134 25 143 / 0.05);
  }

  .md\:border-l-fuchsia-800\/50 {
    border-left-color: rgb(134 25 143 / 0.5);
  }

  .md\:border-l-fuchsia-800\/55 {
    border-left-color: rgb(134 25 143 / 0.55);
  }

  .md\:border-l-fuchsia-800\/60 {
    border-left-color: rgb(134 25 143 / 0.6);
  }

  .md\:border-l-fuchsia-800\/65 {
    border-left-color: rgb(134 25 143 / 0.65);
  }

  .md\:border-l-fuchsia-800\/70 {
    border-left-color: rgb(134 25 143 / 0.7);
  }

  .md\:border-l-fuchsia-800\/75 {
    border-left-color: rgb(134 25 143 / 0.75);
  }

  .md\:border-l-fuchsia-800\/80 {
    border-left-color: rgb(134 25 143 / 0.8);
  }

  .md\:border-l-fuchsia-800\/85 {
    border-left-color: rgb(134 25 143 / 0.85);
  }

  .md\:border-l-fuchsia-800\/90 {
    border-left-color: rgb(134 25 143 / 0.9);
  }

  .md\:border-l-fuchsia-800\/95 {
    border-left-color: rgb(134 25 143 / 0.95);
  }

  .md\:border-l-fuchsia-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(112 26 117 / var(--tw-border-opacity));
  }

  .md\:border-l-fuchsia-900\/0 {
    border-left-color: rgb(112 26 117 / 0);
  }

  .md\:border-l-fuchsia-900\/10 {
    border-left-color: rgb(112 26 117 / 0.1);
  }

  .md\:border-l-fuchsia-900\/100 {
    border-left-color: rgb(112 26 117 / 1);
  }

  .md\:border-l-fuchsia-900\/15 {
    border-left-color: rgb(112 26 117 / 0.15);
  }

  .md\:border-l-fuchsia-900\/20 {
    border-left-color: rgb(112 26 117 / 0.2);
  }

  .md\:border-l-fuchsia-900\/25 {
    border-left-color: rgb(112 26 117 / 0.25);
  }

  .md\:border-l-fuchsia-900\/30 {
    border-left-color: rgb(112 26 117 / 0.3);
  }

  .md\:border-l-fuchsia-900\/35 {
    border-left-color: rgb(112 26 117 / 0.35);
  }

  .md\:border-l-fuchsia-900\/40 {
    border-left-color: rgb(112 26 117 / 0.4);
  }

  .md\:border-l-fuchsia-900\/45 {
    border-left-color: rgb(112 26 117 / 0.45);
  }

  .md\:border-l-fuchsia-900\/5 {
    border-left-color: rgb(112 26 117 / 0.05);
  }

  .md\:border-l-fuchsia-900\/50 {
    border-left-color: rgb(112 26 117 / 0.5);
  }

  .md\:border-l-fuchsia-900\/55 {
    border-left-color: rgb(112 26 117 / 0.55);
  }

  .md\:border-l-fuchsia-900\/60 {
    border-left-color: rgb(112 26 117 / 0.6);
  }

  .md\:border-l-fuchsia-900\/65 {
    border-left-color: rgb(112 26 117 / 0.65);
  }

  .md\:border-l-fuchsia-900\/70 {
    border-left-color: rgb(112 26 117 / 0.7);
  }

  .md\:border-l-fuchsia-900\/75 {
    border-left-color: rgb(112 26 117 / 0.75);
  }

  .md\:border-l-fuchsia-900\/80 {
    border-left-color: rgb(112 26 117 / 0.8);
  }

  .md\:border-l-fuchsia-900\/85 {
    border-left-color: rgb(112 26 117 / 0.85);
  }

  .md\:border-l-fuchsia-900\/90 {
    border-left-color: rgb(112 26 117 / 0.9);
  }

  .md\:border-l-fuchsia-900\/95 {
    border-left-color: rgb(112 26 117 / 0.95);
  }

  .md\:border-l-fuchsia-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(74 4 78 / var(--tw-border-opacity));
  }

  .md\:border-l-fuchsia-950\/0 {
    border-left-color: rgb(74 4 78 / 0);
  }

  .md\:border-l-fuchsia-950\/10 {
    border-left-color: rgb(74 4 78 / 0.1);
  }

  .md\:border-l-fuchsia-950\/100 {
    border-left-color: rgb(74 4 78 / 1);
  }

  .md\:border-l-fuchsia-950\/15 {
    border-left-color: rgb(74 4 78 / 0.15);
  }

  .md\:border-l-fuchsia-950\/20 {
    border-left-color: rgb(74 4 78 / 0.2);
  }

  .md\:border-l-fuchsia-950\/25 {
    border-left-color: rgb(74 4 78 / 0.25);
  }

  .md\:border-l-fuchsia-950\/30 {
    border-left-color: rgb(74 4 78 / 0.3);
  }

  .md\:border-l-fuchsia-950\/35 {
    border-left-color: rgb(74 4 78 / 0.35);
  }

  .md\:border-l-fuchsia-950\/40 {
    border-left-color: rgb(74 4 78 / 0.4);
  }

  .md\:border-l-fuchsia-950\/45 {
    border-left-color: rgb(74 4 78 / 0.45);
  }

  .md\:border-l-fuchsia-950\/5 {
    border-left-color: rgb(74 4 78 / 0.05);
  }

  .md\:border-l-fuchsia-950\/50 {
    border-left-color: rgb(74 4 78 / 0.5);
  }

  .md\:border-l-fuchsia-950\/55 {
    border-left-color: rgb(74 4 78 / 0.55);
  }

  .md\:border-l-fuchsia-950\/60 {
    border-left-color: rgb(74 4 78 / 0.6);
  }

  .md\:border-l-fuchsia-950\/65 {
    border-left-color: rgb(74 4 78 / 0.65);
  }

  .md\:border-l-fuchsia-950\/70 {
    border-left-color: rgb(74 4 78 / 0.7);
  }

  .md\:border-l-fuchsia-950\/75 {
    border-left-color: rgb(74 4 78 / 0.75);
  }

  .md\:border-l-fuchsia-950\/80 {
    border-left-color: rgb(74 4 78 / 0.8);
  }

  .md\:border-l-fuchsia-950\/85 {
    border-left-color: rgb(74 4 78 / 0.85);
  }

  .md\:border-l-fuchsia-950\/90 {
    border-left-color: rgb(74 4 78 / 0.9);
  }

  .md\:border-l-fuchsia-950\/95 {
    border-left-color: rgb(74 4 78 / 0.95);
  }

  .md\:border-l-gray-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(243 244 246 / var(--tw-border-opacity));
  }

  .md\:border-l-gray-100\/0 {
    border-left-color: rgb(243 244 246 / 0);
  }

  .md\:border-l-gray-100\/10 {
    border-left-color: rgb(243 244 246 / 0.1);
  }

  .md\:border-l-gray-100\/100 {
    border-left-color: rgb(243 244 246 / 1);
  }

  .md\:border-l-gray-100\/15 {
    border-left-color: rgb(243 244 246 / 0.15);
  }

  .md\:border-l-gray-100\/20 {
    border-left-color: rgb(243 244 246 / 0.2);
  }

  .md\:border-l-gray-100\/25 {
    border-left-color: rgb(243 244 246 / 0.25);
  }

  .md\:border-l-gray-100\/30 {
    border-left-color: rgb(243 244 246 / 0.3);
  }

  .md\:border-l-gray-100\/35 {
    border-left-color: rgb(243 244 246 / 0.35);
  }

  .md\:border-l-gray-100\/40 {
    border-left-color: rgb(243 244 246 / 0.4);
  }

  .md\:border-l-gray-100\/45 {
    border-left-color: rgb(243 244 246 / 0.45);
  }

  .md\:border-l-gray-100\/5 {
    border-left-color: rgb(243 244 246 / 0.05);
  }

  .md\:border-l-gray-100\/50 {
    border-left-color: rgb(243 244 246 / 0.5);
  }

  .md\:border-l-gray-100\/55 {
    border-left-color: rgb(243 244 246 / 0.55);
  }

  .md\:border-l-gray-100\/60 {
    border-left-color: rgb(243 244 246 / 0.6);
  }

  .md\:border-l-gray-100\/65 {
    border-left-color: rgb(243 244 246 / 0.65);
  }

  .md\:border-l-gray-100\/70 {
    border-left-color: rgb(243 244 246 / 0.7);
  }

  .md\:border-l-gray-100\/75 {
    border-left-color: rgb(243 244 246 / 0.75);
  }

  .md\:border-l-gray-100\/80 {
    border-left-color: rgb(243 244 246 / 0.8);
  }

  .md\:border-l-gray-100\/85 {
    border-left-color: rgb(243 244 246 / 0.85);
  }

  .md\:border-l-gray-100\/90 {
    border-left-color: rgb(243 244 246 / 0.9);
  }

  .md\:border-l-gray-100\/95 {
    border-left-color: rgb(243 244 246 / 0.95);
  }

  .md\:border-l-gray-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

  .md\:border-l-gray-200\/0 {
    border-left-color: rgb(229 231 235 / 0);
  }

  .md\:border-l-gray-200\/10 {
    border-left-color: rgb(229 231 235 / 0.1);
  }

  .md\:border-l-gray-200\/100 {
    border-left-color: rgb(229 231 235 / 1);
  }

  .md\:border-l-gray-200\/15 {
    border-left-color: rgb(229 231 235 / 0.15);
  }

  .md\:border-l-gray-200\/20 {
    border-left-color: rgb(229 231 235 / 0.2);
  }

  .md\:border-l-gray-200\/25 {
    border-left-color: rgb(229 231 235 / 0.25);
  }

  .md\:border-l-gray-200\/30 {
    border-left-color: rgb(229 231 235 / 0.3);
  }

  .md\:border-l-gray-200\/35 {
    border-left-color: rgb(229 231 235 / 0.35);
  }

  .md\:border-l-gray-200\/40 {
    border-left-color: rgb(229 231 235 / 0.4);
  }

  .md\:border-l-gray-200\/45 {
    border-left-color: rgb(229 231 235 / 0.45);
  }

  .md\:border-l-gray-200\/5 {
    border-left-color: rgb(229 231 235 / 0.05);
  }

  .md\:border-l-gray-200\/50 {
    border-left-color: rgb(229 231 235 / 0.5);
  }

  .md\:border-l-gray-200\/55 {
    border-left-color: rgb(229 231 235 / 0.55);
  }

  .md\:border-l-gray-200\/60 {
    border-left-color: rgb(229 231 235 / 0.6);
  }

  .md\:border-l-gray-200\/65 {
    border-left-color: rgb(229 231 235 / 0.65);
  }

  .md\:border-l-gray-200\/70 {
    border-left-color: rgb(229 231 235 / 0.7);
  }

  .md\:border-l-gray-200\/75 {
    border-left-color: rgb(229 231 235 / 0.75);
  }

  .md\:border-l-gray-200\/80 {
    border-left-color: rgb(229 231 235 / 0.8);
  }

  .md\:border-l-gray-200\/85 {
    border-left-color: rgb(229 231 235 / 0.85);
  }

  .md\:border-l-gray-200\/90 {
    border-left-color: rgb(229 231 235 / 0.9);
  }

  .md\:border-l-gray-200\/95 {
    border-left-color: rgb(229 231 235 / 0.95);
  }

  .md\:border-l-gray-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(209 213 219 / var(--tw-border-opacity));
  }

  .md\:border-l-gray-300\/0 {
    border-left-color: rgb(209 213 219 / 0);
  }

  .md\:border-l-gray-300\/10 {
    border-left-color: rgb(209 213 219 / 0.1);
  }

  .md\:border-l-gray-300\/100 {
    border-left-color: rgb(209 213 219 / 1);
  }

  .md\:border-l-gray-300\/15 {
    border-left-color: rgb(209 213 219 / 0.15);
  }

  .md\:border-l-gray-300\/20 {
    border-left-color: rgb(209 213 219 / 0.2);
  }

  .md\:border-l-gray-300\/25 {
    border-left-color: rgb(209 213 219 / 0.25);
  }

  .md\:border-l-gray-300\/30 {
    border-left-color: rgb(209 213 219 / 0.3);
  }

  .md\:border-l-gray-300\/35 {
    border-left-color: rgb(209 213 219 / 0.35);
  }

  .md\:border-l-gray-300\/40 {
    border-left-color: rgb(209 213 219 / 0.4);
  }

  .md\:border-l-gray-300\/45 {
    border-left-color: rgb(209 213 219 / 0.45);
  }

  .md\:border-l-gray-300\/5 {
    border-left-color: rgb(209 213 219 / 0.05);
  }

  .md\:border-l-gray-300\/50 {
    border-left-color: rgb(209 213 219 / 0.5);
  }

  .md\:border-l-gray-300\/55 {
    border-left-color: rgb(209 213 219 / 0.55);
  }

  .md\:border-l-gray-300\/60 {
    border-left-color: rgb(209 213 219 / 0.6);
  }

  .md\:border-l-gray-300\/65 {
    border-left-color: rgb(209 213 219 / 0.65);
  }

  .md\:border-l-gray-300\/70 {
    border-left-color: rgb(209 213 219 / 0.7);
  }

  .md\:border-l-gray-300\/75 {
    border-left-color: rgb(209 213 219 / 0.75);
  }

  .md\:border-l-gray-300\/80 {
    border-left-color: rgb(209 213 219 / 0.8);
  }

  .md\:border-l-gray-300\/85 {
    border-left-color: rgb(209 213 219 / 0.85);
  }

  .md\:border-l-gray-300\/90 {
    border-left-color: rgb(209 213 219 / 0.9);
  }

  .md\:border-l-gray-300\/95 {
    border-left-color: rgb(209 213 219 / 0.95);
  }

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

  .md\:border-l-gray-400\/0 {
    border-left-color: rgb(156 163 175 / 0);
  }

  .md\:border-l-gray-400\/10 {
    border-left-color: rgb(156 163 175 / 0.1);
  }

  .md\:border-l-gray-400\/100 {
    border-left-color: rgb(156 163 175 / 1);
  }

  .md\:border-l-gray-400\/15 {
    border-left-color: rgb(156 163 175 / 0.15);
  }

  .md\:border-l-gray-400\/20 {
    border-left-color: rgb(156 163 175 / 0.2);
  }

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

  .md\:border-l-gray-400\/30 {
    border-left-color: rgb(156 163 175 / 0.3);
  }

  .md\:border-l-gray-400\/35 {
    border-left-color: rgb(156 163 175 / 0.35);
  }

  .md\:border-l-gray-400\/40 {
    border-left-color: rgb(156 163 175 / 0.4);
  }

  .md\:border-l-gray-400\/45 {
    border-left-color: rgb(156 163 175 / 0.45);
  }

  .md\:border-l-gray-400\/5 {
    border-left-color: rgb(156 163 175 / 0.05);
  }

  .md\:border-l-gray-400\/50 {
    border-left-color: rgb(156 163 175 / 0.5);
  }

  .md\:border-l-gray-400\/55 {
    border-left-color: rgb(156 163 175 / 0.55);
  }

  .md\:border-l-gray-400\/60 {
    border-left-color: rgb(156 163 175 / 0.6);
  }

  .md\:border-l-gray-400\/65 {
    border-left-color: rgb(156 163 175 / 0.65);
  }

  .md\:border-l-gray-400\/70 {
    border-left-color: rgb(156 163 175 / 0.7);
  }

  .md\:border-l-gray-400\/75 {
    border-left-color: rgb(156 163 175 / 0.75);
  }

  .md\:border-l-gray-400\/80 {
    border-left-color: rgb(156 163 175 / 0.8);
  }

  .md\:border-l-gray-400\/85 {
    border-left-color: rgb(156 163 175 / 0.85);
  }

  .md\:border-l-gray-400\/90 {
    border-left-color: rgb(156 163 175 / 0.9);
  }

  .md\:border-l-gray-400\/95 {
    border-left-color: rgb(156 163 175 / 0.95);
  }

  .md\:border-l-gray-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(249 250 251 / var(--tw-border-opacity));
  }

  .md\:border-l-gray-50\/0 {
    border-left-color: rgb(249 250 251 / 0);
  }

  .md\:border-l-gray-50\/10 {
    border-left-color: rgb(249 250 251 / 0.1);
  }

  .md\:border-l-gray-50\/100 {
    border-left-color: rgb(249 250 251 / 1);
  }

  .md\:border-l-gray-50\/15 {
    border-left-color: rgb(249 250 251 / 0.15);
  }

  .md\:border-l-gray-50\/20 {
    border-left-color: rgb(249 250 251 / 0.2);
  }

  .md\:border-l-gray-50\/25 {
    border-left-color: rgb(249 250 251 / 0.25);
  }

  .md\:border-l-gray-50\/30 {
    border-left-color: rgb(249 250 251 / 0.3);
  }

  .md\:border-l-gray-50\/35 {
    border-left-color: rgb(249 250 251 / 0.35);
  }

  .md\:border-l-gray-50\/40 {
    border-left-color: rgb(249 250 251 / 0.4);
  }

  .md\:border-l-gray-50\/45 {
    border-left-color: rgb(249 250 251 / 0.45);
  }

  .md\:border-l-gray-50\/5 {
    border-left-color: rgb(249 250 251 / 0.05);
  }

  .md\:border-l-gray-50\/50 {
    border-left-color: rgb(249 250 251 / 0.5);
  }

  .md\:border-l-gray-50\/55 {
    border-left-color: rgb(249 250 251 / 0.55);
  }

  .md\:border-l-gray-50\/60 {
    border-left-color: rgb(249 250 251 / 0.6);
  }

  .md\:border-l-gray-50\/65 {
    border-left-color: rgb(249 250 251 / 0.65);
  }

  .md\:border-l-gray-50\/70 {
    border-left-color: rgb(249 250 251 / 0.7);
  }

  .md\:border-l-gray-50\/75 {
    border-left-color: rgb(249 250 251 / 0.75);
  }

  .md\:border-l-gray-50\/80 {
    border-left-color: rgb(249 250 251 / 0.8);
  }

  .md\:border-l-gray-50\/85 {
    border-left-color: rgb(249 250 251 / 0.85);
  }

  .md\:border-l-gray-50\/90 {
    border-left-color: rgb(249 250 251 / 0.9);
  }

  .md\:border-l-gray-50\/95 {
    border-left-color: rgb(249 250 251 / 0.95);
  }

  .md\:border-l-gray-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(107 114 128 / var(--tw-border-opacity));
  }

  .md\:border-l-gray-500\/0 {
    border-left-color: rgb(107 114 128 / 0);
  }

  .md\:border-l-gray-500\/10 {
    border-left-color: rgb(107 114 128 / 0.1);
  }

  .md\:border-l-gray-500\/100 {
    border-left-color: rgb(107 114 128 / 1);
  }

  .md\:border-l-gray-500\/15 {
    border-left-color: rgb(107 114 128 / 0.15);
  }

  .md\:border-l-gray-500\/20 {
    border-left-color: rgb(107 114 128 / 0.2);
  }

  .md\:border-l-gray-500\/25 {
    border-left-color: rgb(107 114 128 / 0.25);
  }

  .md\:border-l-gray-500\/30 {
    border-left-color: rgb(107 114 128 / 0.3);
  }

  .md\:border-l-gray-500\/35 {
    border-left-color: rgb(107 114 128 / 0.35);
  }

  .md\:border-l-gray-500\/40 {
    border-left-color: rgb(107 114 128 / 0.4);
  }

  .md\:border-l-gray-500\/45 {
    border-left-color: rgb(107 114 128 / 0.45);
  }

  .md\:border-l-gray-500\/5 {
    border-left-color: rgb(107 114 128 / 0.05);
  }

  .md\:border-l-gray-500\/50 {
    border-left-color: rgb(107 114 128 / 0.5);
  }

  .md\:border-l-gray-500\/55 {
    border-left-color: rgb(107 114 128 / 0.55);
  }

  .md\:border-l-gray-500\/60 {
    border-left-color: rgb(107 114 128 / 0.6);
  }

  .md\:border-l-gray-500\/65 {
    border-left-color: rgb(107 114 128 / 0.65);
  }

  .md\:border-l-gray-500\/70 {
    border-left-color: rgb(107 114 128 / 0.7);
  }

  .md\:border-l-gray-500\/75 {
    border-left-color: rgb(107 114 128 / 0.75);
  }

  .md\:border-l-gray-500\/80 {
    border-left-color: rgb(107 114 128 / 0.8);
  }

  .md\:border-l-gray-500\/85 {
    border-left-color: rgb(107 114 128 / 0.85);
  }

  .md\:border-l-gray-500\/90 {
    border-left-color: rgb(107 114 128 / 0.9);
  }

  .md\:border-l-gray-500\/95 {
    border-left-color: rgb(107 114 128 / 0.95);
  }

  .md\:border-l-gray-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .md\:border-l-gray-600\/0 {
    border-left-color: rgb(75 85 99 / 0);
  }

  .md\:border-l-gray-600\/10 {
    border-left-color: rgb(75 85 99 / 0.1);
  }

  .md\:border-l-gray-600\/100 {
    border-left-color: rgb(75 85 99 / 1);
  }

  .md\:border-l-gray-600\/15 {
    border-left-color: rgb(75 85 99 / 0.15);
  }

  .md\:border-l-gray-600\/20 {
    border-left-color: rgb(75 85 99 / 0.2);
  }

  .md\:border-l-gray-600\/25 {
    border-left-color: rgb(75 85 99 / 0.25);
  }

  .md\:border-l-gray-600\/30 {
    border-left-color: rgb(75 85 99 / 0.3);
  }

  .md\:border-l-gray-600\/35 {
    border-left-color: rgb(75 85 99 / 0.35);
  }

  .md\:border-l-gray-600\/40 {
    border-left-color: rgb(75 85 99 / 0.4);
  }

  .md\:border-l-gray-600\/45 {
    border-left-color: rgb(75 85 99 / 0.45);
  }

  .md\:border-l-gray-600\/5 {
    border-left-color: rgb(75 85 99 / 0.05);
  }

  .md\:border-l-gray-600\/50 {
    border-left-color: rgb(75 85 99 / 0.5);
  }

  .md\:border-l-gray-600\/55 {
    border-left-color: rgb(75 85 99 / 0.55);
  }

  .md\:border-l-gray-600\/60 {
    border-left-color: rgb(75 85 99 / 0.6);
  }

  .md\:border-l-gray-600\/65 {
    border-left-color: rgb(75 85 99 / 0.65);
  }

  .md\:border-l-gray-600\/70 {
    border-left-color: rgb(75 85 99 / 0.7);
  }

  .md\:border-l-gray-600\/75 {
    border-left-color: rgb(75 85 99 / 0.75);
  }

  .md\:border-l-gray-600\/80 {
    border-left-color: rgb(75 85 99 / 0.8);
  }

  .md\:border-l-gray-600\/85 {
    border-left-color: rgb(75 85 99 / 0.85);
  }

  .md\:border-l-gray-600\/90 {
    border-left-color: rgb(75 85 99 / 0.9);
  }

  .md\:border-l-gray-600\/95 {
    border-left-color: rgb(75 85 99 / 0.95);
  }

  .md\:border-l-gray-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .md\:border-l-gray-700\/0 {
    border-left-color: rgb(55 65 81 / 0);
  }

  .md\:border-l-gray-700\/10 {
    border-left-color: rgb(55 65 81 / 0.1);
  }

  .md\:border-l-gray-700\/100 {
    border-left-color: rgb(55 65 81 / 1);
  }

  .md\:border-l-gray-700\/15 {
    border-left-color: rgb(55 65 81 / 0.15);
  }

  .md\:border-l-gray-700\/20 {
    border-left-color: rgb(55 65 81 / 0.2);
  }

  .md\:border-l-gray-700\/25 {
    border-left-color: rgb(55 65 81 / 0.25);
  }

  .md\:border-l-gray-700\/30 {
    border-left-color: rgb(55 65 81 / 0.3);
  }

  .md\:border-l-gray-700\/35 {
    border-left-color: rgb(55 65 81 / 0.35);
  }

  .md\:border-l-gray-700\/40 {
    border-left-color: rgb(55 65 81 / 0.4);
  }

  .md\:border-l-gray-700\/45 {
    border-left-color: rgb(55 65 81 / 0.45);
  }

  .md\:border-l-gray-700\/5 {
    border-left-color: rgb(55 65 81 / 0.05);
  }

  .md\:border-l-gray-700\/50 {
    border-left-color: rgb(55 65 81 / 0.5);
  }

  .md\:border-l-gray-700\/55 {
    border-left-color: rgb(55 65 81 / 0.55);
  }

  .md\:border-l-gray-700\/60 {
    border-left-color: rgb(55 65 81 / 0.6);
  }

  .md\:border-l-gray-700\/65 {
    border-left-color: rgb(55 65 81 / 0.65);
  }

  .md\:border-l-gray-700\/70 {
    border-left-color: rgb(55 65 81 / 0.7);
  }

  .md\:border-l-gray-700\/75 {
    border-left-color: rgb(55 65 81 / 0.75);
  }

  .md\:border-l-gray-700\/80 {
    border-left-color: rgb(55 65 81 / 0.8);
  }

  .md\:border-l-gray-700\/85 {
    border-left-color: rgb(55 65 81 / 0.85);
  }

  .md\:border-l-gray-700\/90 {
    border-left-color: rgb(55 65 81 / 0.9);
  }

  .md\:border-l-gray-700\/95 {
    border-left-color: rgb(55 65 81 / 0.95);
  }

  .md\:border-l-gray-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(31 41 55 / var(--tw-border-opacity));
  }

  .md\:border-l-gray-800\/0 {
    border-left-color: rgb(31 41 55 / 0);
  }

  .md\:border-l-gray-800\/10 {
    border-left-color: rgb(31 41 55 / 0.1);
  }

  .md\:border-l-gray-800\/100 {
    border-left-color: rgb(31 41 55 / 1);
  }

  .md\:border-l-gray-800\/15 {
    border-left-color: rgb(31 41 55 / 0.15);
  }

  .md\:border-l-gray-800\/20 {
    border-left-color: rgb(31 41 55 / 0.2);
  }

  .md\:border-l-gray-800\/25 {
    border-left-color: rgb(31 41 55 / 0.25);
  }

  .md\:border-l-gray-800\/30 {
    border-left-color: rgb(31 41 55 / 0.3);
  }

  .md\:border-l-gray-800\/35 {
    border-left-color: rgb(31 41 55 / 0.35);
  }

  .md\:border-l-gray-800\/40 {
    border-left-color: rgb(31 41 55 / 0.4);
  }

  .md\:border-l-gray-800\/45 {
    border-left-color: rgb(31 41 55 / 0.45);
  }

  .md\:border-l-gray-800\/5 {
    border-left-color: rgb(31 41 55 / 0.05);
  }

  .md\:border-l-gray-800\/50 {
    border-left-color: rgb(31 41 55 / 0.5);
  }

  .md\:border-l-gray-800\/55 {
    border-left-color: rgb(31 41 55 / 0.55);
  }

  .md\:border-l-gray-800\/60 {
    border-left-color: rgb(31 41 55 / 0.6);
  }

  .md\:border-l-gray-800\/65 {
    border-left-color: rgb(31 41 55 / 0.65);
  }

  .md\:border-l-gray-800\/70 {
    border-left-color: rgb(31 41 55 / 0.7);
  }

  .md\:border-l-gray-800\/75 {
    border-left-color: rgb(31 41 55 / 0.75);
  }

  .md\:border-l-gray-800\/80 {
    border-left-color: rgb(31 41 55 / 0.8);
  }

  .md\:border-l-gray-800\/85 {
    border-left-color: rgb(31 41 55 / 0.85);
  }

  .md\:border-l-gray-800\/90 {
    border-left-color: rgb(31 41 55 / 0.9);
  }

  .md\:border-l-gray-800\/95 {
    border-left-color: rgb(31 41 55 / 0.95);
  }

  .md\:border-l-gray-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(17 24 39 / var(--tw-border-opacity));
  }

  .md\:border-l-gray-900\/0 {
    border-left-color: rgb(17 24 39 / 0);
  }

  .md\:border-l-gray-900\/10 {
    border-left-color: rgb(17 24 39 / 0.1);
  }

  .md\:border-l-gray-900\/100 {
    border-left-color: rgb(17 24 39 / 1);
  }

  .md\:border-l-gray-900\/15 {
    border-left-color: rgb(17 24 39 / 0.15);
  }

  .md\:border-l-gray-900\/20 {
    border-left-color: rgb(17 24 39 / 0.2);
  }

  .md\:border-l-gray-900\/25 {
    border-left-color: rgb(17 24 39 / 0.25);
  }

  .md\:border-l-gray-900\/30 {
    border-left-color: rgb(17 24 39 / 0.3);
  }

  .md\:border-l-gray-900\/35 {
    border-left-color: rgb(17 24 39 / 0.35);
  }

  .md\:border-l-gray-900\/40 {
    border-left-color: rgb(17 24 39 / 0.4);
  }

  .md\:border-l-gray-900\/45 {
    border-left-color: rgb(17 24 39 / 0.45);
  }

  .md\:border-l-gray-900\/5 {
    border-left-color: rgb(17 24 39 / 0.05);
  }

  .md\:border-l-gray-900\/50 {
    border-left-color: rgb(17 24 39 / 0.5);
  }

  .md\:border-l-gray-900\/55 {
    border-left-color: rgb(17 24 39 / 0.55);
  }

  .md\:border-l-gray-900\/60 {
    border-left-color: rgb(17 24 39 / 0.6);
  }

  .md\:border-l-gray-900\/65 {
    border-left-color: rgb(17 24 39 / 0.65);
  }

  .md\:border-l-gray-900\/70 {
    border-left-color: rgb(17 24 39 / 0.7);
  }

  .md\:border-l-gray-900\/75 {
    border-left-color: rgb(17 24 39 / 0.75);
  }

  .md\:border-l-gray-900\/80 {
    border-left-color: rgb(17 24 39 / 0.8);
  }

  .md\:border-l-gray-900\/85 {
    border-left-color: rgb(17 24 39 / 0.85);
  }

  .md\:border-l-gray-900\/90 {
    border-left-color: rgb(17 24 39 / 0.9);
  }

  .md\:border-l-gray-900\/95 {
    border-left-color: rgb(17 24 39 / 0.95);
  }

  .md\:border-l-gray-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(3 7 18 / var(--tw-border-opacity));
  }

  .md\:border-l-gray-950\/0 {
    border-left-color: rgb(3 7 18 / 0);
  }

  .md\:border-l-gray-950\/10 {
    border-left-color: rgb(3 7 18 / 0.1);
  }

  .md\:border-l-gray-950\/100 {
    border-left-color: rgb(3 7 18 / 1);
  }

  .md\:border-l-gray-950\/15 {
    border-left-color: rgb(3 7 18 / 0.15);
  }

  .md\:border-l-gray-950\/20 {
    border-left-color: rgb(3 7 18 / 0.2);
  }

  .md\:border-l-gray-950\/25 {
    border-left-color: rgb(3 7 18 / 0.25);
  }

  .md\:border-l-gray-950\/30 {
    border-left-color: rgb(3 7 18 / 0.3);
  }

  .md\:border-l-gray-950\/35 {
    border-left-color: rgb(3 7 18 / 0.35);
  }

  .md\:border-l-gray-950\/40 {
    border-left-color: rgb(3 7 18 / 0.4);
  }

  .md\:border-l-gray-950\/45 {
    border-left-color: rgb(3 7 18 / 0.45);
  }

  .md\:border-l-gray-950\/5 {
    border-left-color: rgb(3 7 18 / 0.05);
  }

  .md\:border-l-gray-950\/50 {
    border-left-color: rgb(3 7 18 / 0.5);
  }

  .md\:border-l-gray-950\/55 {
    border-left-color: rgb(3 7 18 / 0.55);
  }

  .md\:border-l-gray-950\/60 {
    border-left-color: rgb(3 7 18 / 0.6);
  }

  .md\:border-l-gray-950\/65 {
    border-left-color: rgb(3 7 18 / 0.65);
  }

  .md\:border-l-gray-950\/70 {
    border-left-color: rgb(3 7 18 / 0.7);
  }

  .md\:border-l-gray-950\/75 {
    border-left-color: rgb(3 7 18 / 0.75);
  }

  .md\:border-l-gray-950\/80 {
    border-left-color: rgb(3 7 18 / 0.8);
  }

  .md\:border-l-gray-950\/85 {
    border-left-color: rgb(3 7 18 / 0.85);
  }

  .md\:border-l-gray-950\/90 {
    border-left-color: rgb(3 7 18 / 0.9);
  }

  .md\:border-l-gray-950\/95 {
    border-left-color: rgb(3 7 18 / 0.95);
  }

  .md\:border-l-green-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(220 252 231 / var(--tw-border-opacity));
  }

  .md\:border-l-green-100\/0 {
    border-left-color: rgb(220 252 231 / 0);
  }

  .md\:border-l-green-100\/10 {
    border-left-color: rgb(220 252 231 / 0.1);
  }

  .md\:border-l-green-100\/100 {
    border-left-color: rgb(220 252 231 / 1);
  }

  .md\:border-l-green-100\/15 {
    border-left-color: rgb(220 252 231 / 0.15);
  }

  .md\:border-l-green-100\/20 {
    border-left-color: rgb(220 252 231 / 0.2);
  }

  .md\:border-l-green-100\/25 {
    border-left-color: rgb(220 252 231 / 0.25);
  }

  .md\:border-l-green-100\/30 {
    border-left-color: rgb(220 252 231 / 0.3);
  }

  .md\:border-l-green-100\/35 {
    border-left-color: rgb(220 252 231 / 0.35);
  }

  .md\:border-l-green-100\/40 {
    border-left-color: rgb(220 252 231 / 0.4);
  }

  .md\:border-l-green-100\/45 {
    border-left-color: rgb(220 252 231 / 0.45);
  }

  .md\:border-l-green-100\/5 {
    border-left-color: rgb(220 252 231 / 0.05);
  }

  .md\:border-l-green-100\/50 {
    border-left-color: rgb(220 252 231 / 0.5);
  }

  .md\:border-l-green-100\/55 {
    border-left-color: rgb(220 252 231 / 0.55);
  }

  .md\:border-l-green-100\/60 {
    border-left-color: rgb(220 252 231 / 0.6);
  }

  .md\:border-l-green-100\/65 {
    border-left-color: rgb(220 252 231 / 0.65);
  }

  .md\:border-l-green-100\/70 {
    border-left-color: rgb(220 252 231 / 0.7);
  }

  .md\:border-l-green-100\/75 {
    border-left-color: rgb(220 252 231 / 0.75);
  }

  .md\:border-l-green-100\/80 {
    border-left-color: rgb(220 252 231 / 0.8);
  }

  .md\:border-l-green-100\/85 {
    border-left-color: rgb(220 252 231 / 0.85);
  }

  .md\:border-l-green-100\/90 {
    border-left-color: rgb(220 252 231 / 0.9);
  }

  .md\:border-l-green-100\/95 {
    border-left-color: rgb(220 252 231 / 0.95);
  }

  .md\:border-l-green-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(187 247 208 / var(--tw-border-opacity));
  }

  .md\:border-l-green-200\/0 {
    border-left-color: rgb(187 247 208 / 0);
  }

  .md\:border-l-green-200\/10 {
    border-left-color: rgb(187 247 208 / 0.1);
  }

  .md\:border-l-green-200\/100 {
    border-left-color: rgb(187 247 208 / 1);
  }

  .md\:border-l-green-200\/15 {
    border-left-color: rgb(187 247 208 / 0.15);
  }

  .md\:border-l-green-200\/20 {
    border-left-color: rgb(187 247 208 / 0.2);
  }

  .md\:border-l-green-200\/25 {
    border-left-color: rgb(187 247 208 / 0.25);
  }

  .md\:border-l-green-200\/30 {
    border-left-color: rgb(187 247 208 / 0.3);
  }

  .md\:border-l-green-200\/35 {
    border-left-color: rgb(187 247 208 / 0.35);
  }

  .md\:border-l-green-200\/40 {
    border-left-color: rgb(187 247 208 / 0.4);
  }

  .md\:border-l-green-200\/45 {
    border-left-color: rgb(187 247 208 / 0.45);
  }

  .md\:border-l-green-200\/5 {
    border-left-color: rgb(187 247 208 / 0.05);
  }

  .md\:border-l-green-200\/50 {
    border-left-color: rgb(187 247 208 / 0.5);
  }

  .md\:border-l-green-200\/55 {
    border-left-color: rgb(187 247 208 / 0.55);
  }

  .md\:border-l-green-200\/60 {
    border-left-color: rgb(187 247 208 / 0.6);
  }

  .md\:border-l-green-200\/65 {
    border-left-color: rgb(187 247 208 / 0.65);
  }

  .md\:border-l-green-200\/70 {
    border-left-color: rgb(187 247 208 / 0.7);
  }

  .md\:border-l-green-200\/75 {
    border-left-color: rgb(187 247 208 / 0.75);
  }

  .md\:border-l-green-200\/80 {
    border-left-color: rgb(187 247 208 / 0.8);
  }

  .md\:border-l-green-200\/85 {
    border-left-color: rgb(187 247 208 / 0.85);
  }

  .md\:border-l-green-200\/90 {
    border-left-color: rgb(187 247 208 / 0.9);
  }

  .md\:border-l-green-200\/95 {
    border-left-color: rgb(187 247 208 / 0.95);
  }

  .md\:border-l-green-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(134 239 172 / var(--tw-border-opacity));
  }

  .md\:border-l-green-300\/0 {
    border-left-color: rgb(134 239 172 / 0);
  }

  .md\:border-l-green-300\/10 {
    border-left-color: rgb(134 239 172 / 0.1);
  }

  .md\:border-l-green-300\/100 {
    border-left-color: rgb(134 239 172 / 1);
  }

  .md\:border-l-green-300\/15 {
    border-left-color: rgb(134 239 172 / 0.15);
  }

  .md\:border-l-green-300\/20 {
    border-left-color: rgb(134 239 172 / 0.2);
  }

  .md\:border-l-green-300\/25 {
    border-left-color: rgb(134 239 172 / 0.25);
  }

  .md\:border-l-green-300\/30 {
    border-left-color: rgb(134 239 172 / 0.3);
  }

  .md\:border-l-green-300\/35 {
    border-left-color: rgb(134 239 172 / 0.35);
  }

  .md\:border-l-green-300\/40 {
    border-left-color: rgb(134 239 172 / 0.4);
  }

  .md\:border-l-green-300\/45 {
    border-left-color: rgb(134 239 172 / 0.45);
  }

  .md\:border-l-green-300\/5 {
    border-left-color: rgb(134 239 172 / 0.05);
  }

  .md\:border-l-green-300\/50 {
    border-left-color: rgb(134 239 172 / 0.5);
  }

  .md\:border-l-green-300\/55 {
    border-left-color: rgb(134 239 172 / 0.55);
  }

  .md\:border-l-green-300\/60 {
    border-left-color: rgb(134 239 172 / 0.6);
  }

  .md\:border-l-green-300\/65 {
    border-left-color: rgb(134 239 172 / 0.65);
  }

  .md\:border-l-green-300\/70 {
    border-left-color: rgb(134 239 172 / 0.7);
  }

  .md\:border-l-green-300\/75 {
    border-left-color: rgb(134 239 172 / 0.75);
  }

  .md\:border-l-green-300\/80 {
    border-left-color: rgb(134 239 172 / 0.8);
  }

  .md\:border-l-green-300\/85 {
    border-left-color: rgb(134 239 172 / 0.85);
  }

  .md\:border-l-green-300\/90 {
    border-left-color: rgb(134 239 172 / 0.9);
  }

  .md\:border-l-green-300\/95 {
    border-left-color: rgb(134 239 172 / 0.95);
  }

  .md\:border-l-green-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(74 222 128 / var(--tw-border-opacity));
  }

  .md\:border-l-green-400\/0 {
    border-left-color: rgb(74 222 128 / 0);
  }

  .md\:border-l-green-400\/10 {
    border-left-color: rgb(74 222 128 / 0.1);
  }

  .md\:border-l-green-400\/100 {
    border-left-color: rgb(74 222 128 / 1);
  }

  .md\:border-l-green-400\/15 {
    border-left-color: rgb(74 222 128 / 0.15);
  }

  .md\:border-l-green-400\/20 {
    border-left-color: rgb(74 222 128 / 0.2);
  }

  .md\:border-l-green-400\/25 {
    border-left-color: rgb(74 222 128 / 0.25);
  }

  .md\:border-l-green-400\/30 {
    border-left-color: rgb(74 222 128 / 0.3);
  }

  .md\:border-l-green-400\/35 {
    border-left-color: rgb(74 222 128 / 0.35);
  }

  .md\:border-l-green-400\/40 {
    border-left-color: rgb(74 222 128 / 0.4);
  }

  .md\:border-l-green-400\/45 {
    border-left-color: rgb(74 222 128 / 0.45);
  }

  .md\:border-l-green-400\/5 {
    border-left-color: rgb(74 222 128 / 0.05);
  }

  .md\:border-l-green-400\/50 {
    border-left-color: rgb(74 222 128 / 0.5);
  }

  .md\:border-l-green-400\/55 {
    border-left-color: rgb(74 222 128 / 0.55);
  }

  .md\:border-l-green-400\/60 {
    border-left-color: rgb(74 222 128 / 0.6);
  }

  .md\:border-l-green-400\/65 {
    border-left-color: rgb(74 222 128 / 0.65);
  }

  .md\:border-l-green-400\/70 {
    border-left-color: rgb(74 222 128 / 0.7);
  }

  .md\:border-l-green-400\/75 {
    border-left-color: rgb(74 222 128 / 0.75);
  }

  .md\:border-l-green-400\/80 {
    border-left-color: rgb(74 222 128 / 0.8);
  }

  .md\:border-l-green-400\/85 {
    border-left-color: rgb(74 222 128 / 0.85);
  }

  .md\:border-l-green-400\/90 {
    border-left-color: rgb(74 222 128 / 0.9);
  }

  .md\:border-l-green-400\/95 {
    border-left-color: rgb(74 222 128 / 0.95);
  }

  .md\:border-l-green-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(240 253 244 / var(--tw-border-opacity));
  }

  .md\:border-l-green-50\/0 {
    border-left-color: rgb(240 253 244 / 0);
  }

  .md\:border-l-green-50\/10 {
    border-left-color: rgb(240 253 244 / 0.1);
  }

  .md\:border-l-green-50\/100 {
    border-left-color: rgb(240 253 244 / 1);
  }

  .md\:border-l-green-50\/15 {
    border-left-color: rgb(240 253 244 / 0.15);
  }

  .md\:border-l-green-50\/20 {
    border-left-color: rgb(240 253 244 / 0.2);
  }

  .md\:border-l-green-50\/25 {
    border-left-color: rgb(240 253 244 / 0.25);
  }

  .md\:border-l-green-50\/30 {
    border-left-color: rgb(240 253 244 / 0.3);
  }

  .md\:border-l-green-50\/35 {
    border-left-color: rgb(240 253 244 / 0.35);
  }

  .md\:border-l-green-50\/40 {
    border-left-color: rgb(240 253 244 / 0.4);
  }

  .md\:border-l-green-50\/45 {
    border-left-color: rgb(240 253 244 / 0.45);
  }

  .md\:border-l-green-50\/5 {
    border-left-color: rgb(240 253 244 / 0.05);
  }

  .md\:border-l-green-50\/50 {
    border-left-color: rgb(240 253 244 / 0.5);
  }

  .md\:border-l-green-50\/55 {
    border-left-color: rgb(240 253 244 / 0.55);
  }

  .md\:border-l-green-50\/60 {
    border-left-color: rgb(240 253 244 / 0.6);
  }

  .md\:border-l-green-50\/65 {
    border-left-color: rgb(240 253 244 / 0.65);
  }

  .md\:border-l-green-50\/70 {
    border-left-color: rgb(240 253 244 / 0.7);
  }

  .md\:border-l-green-50\/75 {
    border-left-color: rgb(240 253 244 / 0.75);
  }

  .md\:border-l-green-50\/80 {
    border-left-color: rgb(240 253 244 / 0.8);
  }

  .md\:border-l-green-50\/85 {
    border-left-color: rgb(240 253 244 / 0.85);
  }

  .md\:border-l-green-50\/90 {
    border-left-color: rgb(240 253 244 / 0.9);
  }

  .md\:border-l-green-50\/95 {
    border-left-color: rgb(240 253 244 / 0.95);
  }

  .md\:border-l-green-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(34 197 94 / var(--tw-border-opacity));
  }

  .md\:border-l-green-500\/0 {
    border-left-color: rgb(34 197 94 / 0);
  }

  .md\:border-l-green-500\/10 {
    border-left-color: rgb(34 197 94 / 0.1);
  }

  .md\:border-l-green-500\/100 {
    border-left-color: rgb(34 197 94 / 1);
  }

  .md\:border-l-green-500\/15 {
    border-left-color: rgb(34 197 94 / 0.15);
  }

  .md\:border-l-green-500\/20 {
    border-left-color: rgb(34 197 94 / 0.2);
  }

  .md\:border-l-green-500\/25 {
    border-left-color: rgb(34 197 94 / 0.25);
  }

  .md\:border-l-green-500\/30 {
    border-left-color: rgb(34 197 94 / 0.3);
  }

  .md\:border-l-green-500\/35 {
    border-left-color: rgb(34 197 94 / 0.35);
  }

  .md\:border-l-green-500\/40 {
    border-left-color: rgb(34 197 94 / 0.4);
  }

  .md\:border-l-green-500\/45 {
    border-left-color: rgb(34 197 94 / 0.45);
  }

  .md\:border-l-green-500\/5 {
    border-left-color: rgb(34 197 94 / 0.05);
  }

  .md\:border-l-green-500\/50 {
    border-left-color: rgb(34 197 94 / 0.5);
  }

  .md\:border-l-green-500\/55 {
    border-left-color: rgb(34 197 94 / 0.55);
  }

  .md\:border-l-green-500\/60 {
    border-left-color: rgb(34 197 94 / 0.6);
  }

  .md\:border-l-green-500\/65 {
    border-left-color: rgb(34 197 94 / 0.65);
  }

  .md\:border-l-green-500\/70 {
    border-left-color: rgb(34 197 94 / 0.7);
  }

  .md\:border-l-green-500\/75 {
    border-left-color: rgb(34 197 94 / 0.75);
  }

  .md\:border-l-green-500\/80 {
    border-left-color: rgb(34 197 94 / 0.8);
  }

  .md\:border-l-green-500\/85 {
    border-left-color: rgb(34 197 94 / 0.85);
  }

  .md\:border-l-green-500\/90 {
    border-left-color: rgb(34 197 94 / 0.9);
  }

  .md\:border-l-green-500\/95 {
    border-left-color: rgb(34 197 94 / 0.95);
  }

  .md\:border-l-green-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(22 163 74 / var(--tw-border-opacity));
  }

  .md\:border-l-green-600\/0 {
    border-left-color: rgb(22 163 74 / 0);
  }

  .md\:border-l-green-600\/10 {
    border-left-color: rgb(22 163 74 / 0.1);
  }

  .md\:border-l-green-600\/100 {
    border-left-color: rgb(22 163 74 / 1);
  }

  .md\:border-l-green-600\/15 {
    border-left-color: rgb(22 163 74 / 0.15);
  }

  .md\:border-l-green-600\/20 {
    border-left-color: rgb(22 163 74 / 0.2);
  }

  .md\:border-l-green-600\/25 {
    border-left-color: rgb(22 163 74 / 0.25);
  }

  .md\:border-l-green-600\/30 {
    border-left-color: rgb(22 163 74 / 0.3);
  }

  .md\:border-l-green-600\/35 {
    border-left-color: rgb(22 163 74 / 0.35);
  }

  .md\:border-l-green-600\/40 {
    border-left-color: rgb(22 163 74 / 0.4);
  }

  .md\:border-l-green-600\/45 {
    border-left-color: rgb(22 163 74 / 0.45);
  }

  .md\:border-l-green-600\/5 {
    border-left-color: rgb(22 163 74 / 0.05);
  }

  .md\:border-l-green-600\/50 {
    border-left-color: rgb(22 163 74 / 0.5);
  }

  .md\:border-l-green-600\/55 {
    border-left-color: rgb(22 163 74 / 0.55);
  }

  .md\:border-l-green-600\/60 {
    border-left-color: rgb(22 163 74 / 0.6);
  }

  .md\:border-l-green-600\/65 {
    border-left-color: rgb(22 163 74 / 0.65);
  }

  .md\:border-l-green-600\/70 {
    border-left-color: rgb(22 163 74 / 0.7);
  }

  .md\:border-l-green-600\/75 {
    border-left-color: rgb(22 163 74 / 0.75);
  }

  .md\:border-l-green-600\/80 {
    border-left-color: rgb(22 163 74 / 0.8);
  }

  .md\:border-l-green-600\/85 {
    border-left-color: rgb(22 163 74 / 0.85);
  }

  .md\:border-l-green-600\/90 {
    border-left-color: rgb(22 163 74 / 0.9);
  }

  .md\:border-l-green-600\/95 {
    border-left-color: rgb(22 163 74 / 0.95);
  }

  .md\:border-l-green-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(21 128 61 / var(--tw-border-opacity));
  }

  .md\:border-l-green-700\/0 {
    border-left-color: rgb(21 128 61 / 0);
  }

  .md\:border-l-green-700\/10 {
    border-left-color: rgb(21 128 61 / 0.1);
  }

  .md\:border-l-green-700\/100 {
    border-left-color: rgb(21 128 61 / 1);
  }

  .md\:border-l-green-700\/15 {
    border-left-color: rgb(21 128 61 / 0.15);
  }

  .md\:border-l-green-700\/20 {
    border-left-color: rgb(21 128 61 / 0.2);
  }

  .md\:border-l-green-700\/25 {
    border-left-color: rgb(21 128 61 / 0.25);
  }

  .md\:border-l-green-700\/30 {
    border-left-color: rgb(21 128 61 / 0.3);
  }

  .md\:border-l-green-700\/35 {
    border-left-color: rgb(21 128 61 / 0.35);
  }

  .md\:border-l-green-700\/40 {
    border-left-color: rgb(21 128 61 / 0.4);
  }

  .md\:border-l-green-700\/45 {
    border-left-color: rgb(21 128 61 / 0.45);
  }

  .md\:border-l-green-700\/5 {
    border-left-color: rgb(21 128 61 / 0.05);
  }

  .md\:border-l-green-700\/50 {
    border-left-color: rgb(21 128 61 / 0.5);
  }

  .md\:border-l-green-700\/55 {
    border-left-color: rgb(21 128 61 / 0.55);
  }

  .md\:border-l-green-700\/60 {
    border-left-color: rgb(21 128 61 / 0.6);
  }

  .md\:border-l-green-700\/65 {
    border-left-color: rgb(21 128 61 / 0.65);
  }

  .md\:border-l-green-700\/70 {
    border-left-color: rgb(21 128 61 / 0.7);
  }

  .md\:border-l-green-700\/75 {
    border-left-color: rgb(21 128 61 / 0.75);
  }

  .md\:border-l-green-700\/80 {
    border-left-color: rgb(21 128 61 / 0.8);
  }

  .md\:border-l-green-700\/85 {
    border-left-color: rgb(21 128 61 / 0.85);
  }

  .md\:border-l-green-700\/90 {
    border-left-color: rgb(21 128 61 / 0.9);
  }

  .md\:border-l-green-700\/95 {
    border-left-color: rgb(21 128 61 / 0.95);
  }

  .md\:border-l-green-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(22 101 52 / var(--tw-border-opacity));
  }

  .md\:border-l-green-800\/0 {
    border-left-color: rgb(22 101 52 / 0);
  }

  .md\:border-l-green-800\/10 {
    border-left-color: rgb(22 101 52 / 0.1);
  }

  .md\:border-l-green-800\/100 {
    border-left-color: rgb(22 101 52 / 1);
  }

  .md\:border-l-green-800\/15 {
    border-left-color: rgb(22 101 52 / 0.15);
  }

  .md\:border-l-green-800\/20 {
    border-left-color: rgb(22 101 52 / 0.2);
  }

  .md\:border-l-green-800\/25 {
    border-left-color: rgb(22 101 52 / 0.25);
  }

  .md\:border-l-green-800\/30 {
    border-left-color: rgb(22 101 52 / 0.3);
  }

  .md\:border-l-green-800\/35 {
    border-left-color: rgb(22 101 52 / 0.35);
  }

  .md\:border-l-green-800\/40 {
    border-left-color: rgb(22 101 52 / 0.4);
  }

  .md\:border-l-green-800\/45 {
    border-left-color: rgb(22 101 52 / 0.45);
  }

  .md\:border-l-green-800\/5 {
    border-left-color: rgb(22 101 52 / 0.05);
  }

  .md\:border-l-green-800\/50 {
    border-left-color: rgb(22 101 52 / 0.5);
  }

  .md\:border-l-green-800\/55 {
    border-left-color: rgb(22 101 52 / 0.55);
  }

  .md\:border-l-green-800\/60 {
    border-left-color: rgb(22 101 52 / 0.6);
  }

  .md\:border-l-green-800\/65 {
    border-left-color: rgb(22 101 52 / 0.65);
  }

  .md\:border-l-green-800\/70 {
    border-left-color: rgb(22 101 52 / 0.7);
  }

  .md\:border-l-green-800\/75 {
    border-left-color: rgb(22 101 52 / 0.75);
  }

  .md\:border-l-green-800\/80 {
    border-left-color: rgb(22 101 52 / 0.8);
  }

  .md\:border-l-green-800\/85 {
    border-left-color: rgb(22 101 52 / 0.85);
  }

  .md\:border-l-green-800\/90 {
    border-left-color: rgb(22 101 52 / 0.9);
  }

  .md\:border-l-green-800\/95 {
    border-left-color: rgb(22 101 52 / 0.95);
  }

  .md\:border-l-green-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(20 83 45 / var(--tw-border-opacity));
  }

  .md\:border-l-green-900\/0 {
    border-left-color: rgb(20 83 45 / 0);
  }

  .md\:border-l-green-900\/10 {
    border-left-color: rgb(20 83 45 / 0.1);
  }

  .md\:border-l-green-900\/100 {
    border-left-color: rgb(20 83 45 / 1);
  }

  .md\:border-l-green-900\/15 {
    border-left-color: rgb(20 83 45 / 0.15);
  }

  .md\:border-l-green-900\/20 {
    border-left-color: rgb(20 83 45 / 0.2);
  }

  .md\:border-l-green-900\/25 {
    border-left-color: rgb(20 83 45 / 0.25);
  }

  .md\:border-l-green-900\/30 {
    border-left-color: rgb(20 83 45 / 0.3);
  }

  .md\:border-l-green-900\/35 {
    border-left-color: rgb(20 83 45 / 0.35);
  }

  .md\:border-l-green-900\/40 {
    border-left-color: rgb(20 83 45 / 0.4);
  }

  .md\:border-l-green-900\/45 {
    border-left-color: rgb(20 83 45 / 0.45);
  }

  .md\:border-l-green-900\/5 {
    border-left-color: rgb(20 83 45 / 0.05);
  }

  .md\:border-l-green-900\/50 {
    border-left-color: rgb(20 83 45 / 0.5);
  }

  .md\:border-l-green-900\/55 {
    border-left-color: rgb(20 83 45 / 0.55);
  }

  .md\:border-l-green-900\/60 {
    border-left-color: rgb(20 83 45 / 0.6);
  }

  .md\:border-l-green-900\/65 {
    border-left-color: rgb(20 83 45 / 0.65);
  }

  .md\:border-l-green-900\/70 {
    border-left-color: rgb(20 83 45 / 0.7);
  }

  .md\:border-l-green-900\/75 {
    border-left-color: rgb(20 83 45 / 0.75);
  }

  .md\:border-l-green-900\/80 {
    border-left-color: rgb(20 83 45 / 0.8);
  }

  .md\:border-l-green-900\/85 {
    border-left-color: rgb(20 83 45 / 0.85);
  }

  .md\:border-l-green-900\/90 {
    border-left-color: rgb(20 83 45 / 0.9);
  }

  .md\:border-l-green-900\/95 {
    border-left-color: rgb(20 83 45 / 0.95);
  }

  .md\:border-l-green-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(5 46 22 / var(--tw-border-opacity));
  }

  .md\:border-l-green-950\/0 {
    border-left-color: rgb(5 46 22 / 0);
  }

  .md\:border-l-green-950\/10 {
    border-left-color: rgb(5 46 22 / 0.1);
  }

  .md\:border-l-green-950\/100 {
    border-left-color: rgb(5 46 22 / 1);
  }

  .md\:border-l-green-950\/15 {
    border-left-color: rgb(5 46 22 / 0.15);
  }

  .md\:border-l-green-950\/20 {
    border-left-color: rgb(5 46 22 / 0.2);
  }

  .md\:border-l-green-950\/25 {
    border-left-color: rgb(5 46 22 / 0.25);
  }

  .md\:border-l-green-950\/30 {
    border-left-color: rgb(5 46 22 / 0.3);
  }

  .md\:border-l-green-950\/35 {
    border-left-color: rgb(5 46 22 / 0.35);
  }

  .md\:border-l-green-950\/40 {
    border-left-color: rgb(5 46 22 / 0.4);
  }

  .md\:border-l-green-950\/45 {
    border-left-color: rgb(5 46 22 / 0.45);
  }

  .md\:border-l-green-950\/5 {
    border-left-color: rgb(5 46 22 / 0.05);
  }

  .md\:border-l-green-950\/50 {
    border-left-color: rgb(5 46 22 / 0.5);
  }

  .md\:border-l-green-950\/55 {
    border-left-color: rgb(5 46 22 / 0.55);
  }

  .md\:border-l-green-950\/60 {
    border-left-color: rgb(5 46 22 / 0.6);
  }

  .md\:border-l-green-950\/65 {
    border-left-color: rgb(5 46 22 / 0.65);
  }

  .md\:border-l-green-950\/70 {
    border-left-color: rgb(5 46 22 / 0.7);
  }

  .md\:border-l-green-950\/75 {
    border-left-color: rgb(5 46 22 / 0.75);
  }

  .md\:border-l-green-950\/80 {
    border-left-color: rgb(5 46 22 / 0.8);
  }

  .md\:border-l-green-950\/85 {
    border-left-color: rgb(5 46 22 / 0.85);
  }

  .md\:border-l-green-950\/90 {
    border-left-color: rgb(5 46 22 / 0.9);
  }

  .md\:border-l-green-950\/95 {
    border-left-color: rgb(5 46 22 / 0.95);
  }

  .md\:border-l-indigo-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(224 231 255 / var(--tw-border-opacity));
  }

  .md\:border-l-indigo-100\/0 {
    border-left-color: rgb(224 231 255 / 0);
  }

  .md\:border-l-indigo-100\/10 {
    border-left-color: rgb(224 231 255 / 0.1);
  }

  .md\:border-l-indigo-100\/100 {
    border-left-color: rgb(224 231 255 / 1);
  }

  .md\:border-l-indigo-100\/15 {
    border-left-color: rgb(224 231 255 / 0.15);
  }

  .md\:border-l-indigo-100\/20 {
    border-left-color: rgb(224 231 255 / 0.2);
  }

  .md\:border-l-indigo-100\/25 {
    border-left-color: rgb(224 231 255 / 0.25);
  }

  .md\:border-l-indigo-100\/30 {
    border-left-color: rgb(224 231 255 / 0.3);
  }

  .md\:border-l-indigo-100\/35 {
    border-left-color: rgb(224 231 255 / 0.35);
  }

  .md\:border-l-indigo-100\/40 {
    border-left-color: rgb(224 231 255 / 0.4);
  }

  .md\:border-l-indigo-100\/45 {
    border-left-color: rgb(224 231 255 / 0.45);
  }

  .md\:border-l-indigo-100\/5 {
    border-left-color: rgb(224 231 255 / 0.05);
  }

  .md\:border-l-indigo-100\/50 {
    border-left-color: rgb(224 231 255 / 0.5);
  }

  .md\:border-l-indigo-100\/55 {
    border-left-color: rgb(224 231 255 / 0.55);
  }

  .md\:border-l-indigo-100\/60 {
    border-left-color: rgb(224 231 255 / 0.6);
  }

  .md\:border-l-indigo-100\/65 {
    border-left-color: rgb(224 231 255 / 0.65);
  }

  .md\:border-l-indigo-100\/70 {
    border-left-color: rgb(224 231 255 / 0.7);
  }

  .md\:border-l-indigo-100\/75 {
    border-left-color: rgb(224 231 255 / 0.75);
  }

  .md\:border-l-indigo-100\/80 {
    border-left-color: rgb(224 231 255 / 0.8);
  }

  .md\:border-l-indigo-100\/85 {
    border-left-color: rgb(224 231 255 / 0.85);
  }

  .md\:border-l-indigo-100\/90 {
    border-left-color: rgb(224 231 255 / 0.9);
  }

  .md\:border-l-indigo-100\/95 {
    border-left-color: rgb(224 231 255 / 0.95);
  }

  .md\:border-l-indigo-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(199 210 254 / var(--tw-border-opacity));
  }

  .md\:border-l-indigo-200\/0 {
    border-left-color: rgb(199 210 254 / 0);
  }

  .md\:border-l-indigo-200\/10 {
    border-left-color: rgb(199 210 254 / 0.1);
  }

  .md\:border-l-indigo-200\/100 {
    border-left-color: rgb(199 210 254 / 1);
  }

  .md\:border-l-indigo-200\/15 {
    border-left-color: rgb(199 210 254 / 0.15);
  }

  .md\:border-l-indigo-200\/20 {
    border-left-color: rgb(199 210 254 / 0.2);
  }

  .md\:border-l-indigo-200\/25 {
    border-left-color: rgb(199 210 254 / 0.25);
  }

  .md\:border-l-indigo-200\/30 {
    border-left-color: rgb(199 210 254 / 0.3);
  }

  .md\:border-l-indigo-200\/35 {
    border-left-color: rgb(199 210 254 / 0.35);
  }

  .md\:border-l-indigo-200\/40 {
    border-left-color: rgb(199 210 254 / 0.4);
  }

  .md\:border-l-indigo-200\/45 {
    border-left-color: rgb(199 210 254 / 0.45);
  }

  .md\:border-l-indigo-200\/5 {
    border-left-color: rgb(199 210 254 / 0.05);
  }

  .md\:border-l-indigo-200\/50 {
    border-left-color: rgb(199 210 254 / 0.5);
  }

  .md\:border-l-indigo-200\/55 {
    border-left-color: rgb(199 210 254 / 0.55);
  }

  .md\:border-l-indigo-200\/60 {
    border-left-color: rgb(199 210 254 / 0.6);
  }

  .md\:border-l-indigo-200\/65 {
    border-left-color: rgb(199 210 254 / 0.65);
  }

  .md\:border-l-indigo-200\/70 {
    border-left-color: rgb(199 210 254 / 0.7);
  }

  .md\:border-l-indigo-200\/75 {
    border-left-color: rgb(199 210 254 / 0.75);
  }

  .md\:border-l-indigo-200\/80 {
    border-left-color: rgb(199 210 254 / 0.8);
  }

  .md\:border-l-indigo-200\/85 {
    border-left-color: rgb(199 210 254 / 0.85);
  }

  .md\:border-l-indigo-200\/90 {
    border-left-color: rgb(199 210 254 / 0.9);
  }

  .md\:border-l-indigo-200\/95 {
    border-left-color: rgb(199 210 254 / 0.95);
  }

  .md\:border-l-indigo-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(165 180 252 / var(--tw-border-opacity));
  }

  .md\:border-l-indigo-300\/0 {
    border-left-color: rgb(165 180 252 / 0);
  }

  .md\:border-l-indigo-300\/10 {
    border-left-color: rgb(165 180 252 / 0.1);
  }

  .md\:border-l-indigo-300\/100 {
    border-left-color: rgb(165 180 252 / 1);
  }

  .md\:border-l-indigo-300\/15 {
    border-left-color: rgb(165 180 252 / 0.15);
  }

  .md\:border-l-indigo-300\/20 {
    border-left-color: rgb(165 180 252 / 0.2);
  }

  .md\:border-l-indigo-300\/25 {
    border-left-color: rgb(165 180 252 / 0.25);
  }

  .md\:border-l-indigo-300\/30 {
    border-left-color: rgb(165 180 252 / 0.3);
  }

  .md\:border-l-indigo-300\/35 {
    border-left-color: rgb(165 180 252 / 0.35);
  }

  .md\:border-l-indigo-300\/40 {
    border-left-color: rgb(165 180 252 / 0.4);
  }

  .md\:border-l-indigo-300\/45 {
    border-left-color: rgb(165 180 252 / 0.45);
  }

  .md\:border-l-indigo-300\/5 {
    border-left-color: rgb(165 180 252 / 0.05);
  }

  .md\:border-l-indigo-300\/50 {
    border-left-color: rgb(165 180 252 / 0.5);
  }

  .md\:border-l-indigo-300\/55 {
    border-left-color: rgb(165 180 252 / 0.55);
  }

  .md\:border-l-indigo-300\/60 {
    border-left-color: rgb(165 180 252 / 0.6);
  }

  .md\:border-l-indigo-300\/65 {
    border-left-color: rgb(165 180 252 / 0.65);
  }

  .md\:border-l-indigo-300\/70 {
    border-left-color: rgb(165 180 252 / 0.7);
  }

  .md\:border-l-indigo-300\/75 {
    border-left-color: rgb(165 180 252 / 0.75);
  }

  .md\:border-l-indigo-300\/80 {
    border-left-color: rgb(165 180 252 / 0.8);
  }

  .md\:border-l-indigo-300\/85 {
    border-left-color: rgb(165 180 252 / 0.85);
  }

  .md\:border-l-indigo-300\/90 {
    border-left-color: rgb(165 180 252 / 0.9);
  }

  .md\:border-l-indigo-300\/95 {
    border-left-color: rgb(165 180 252 / 0.95);
  }

  .md\:border-l-indigo-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(129 140 248 / var(--tw-border-opacity));
  }

  .md\:border-l-indigo-400\/0 {
    border-left-color: rgb(129 140 248 / 0);
  }

  .md\:border-l-indigo-400\/10 {
    border-left-color: rgb(129 140 248 / 0.1);
  }

  .md\:border-l-indigo-400\/100 {
    border-left-color: rgb(129 140 248 / 1);
  }

  .md\:border-l-indigo-400\/15 {
    border-left-color: rgb(129 140 248 / 0.15);
  }

  .md\:border-l-indigo-400\/20 {
    border-left-color: rgb(129 140 248 / 0.2);
  }

  .md\:border-l-indigo-400\/25 {
    border-left-color: rgb(129 140 248 / 0.25);
  }

  .md\:border-l-indigo-400\/30 {
    border-left-color: rgb(129 140 248 / 0.3);
  }

  .md\:border-l-indigo-400\/35 {
    border-left-color: rgb(129 140 248 / 0.35);
  }

  .md\:border-l-indigo-400\/40 {
    border-left-color: rgb(129 140 248 / 0.4);
  }

  .md\:border-l-indigo-400\/45 {
    border-left-color: rgb(129 140 248 / 0.45);
  }

  .md\:border-l-indigo-400\/5 {
    border-left-color: rgb(129 140 248 / 0.05);
  }

  .md\:border-l-indigo-400\/50 {
    border-left-color: rgb(129 140 248 / 0.5);
  }

  .md\:border-l-indigo-400\/55 {
    border-left-color: rgb(129 140 248 / 0.55);
  }

  .md\:border-l-indigo-400\/60 {
    border-left-color: rgb(129 140 248 / 0.6);
  }

  .md\:border-l-indigo-400\/65 {
    border-left-color: rgb(129 140 248 / 0.65);
  }

  .md\:border-l-indigo-400\/70 {
    border-left-color: rgb(129 140 248 / 0.7);
  }

  .md\:border-l-indigo-400\/75 {
    border-left-color: rgb(129 140 248 / 0.75);
  }

  .md\:border-l-indigo-400\/80 {
    border-left-color: rgb(129 140 248 / 0.8);
  }

  .md\:border-l-indigo-400\/85 {
    border-left-color: rgb(129 140 248 / 0.85);
  }

  .md\:border-l-indigo-400\/90 {
    border-left-color: rgb(129 140 248 / 0.9);
  }

  .md\:border-l-indigo-400\/95 {
    border-left-color: rgb(129 140 248 / 0.95);
  }

  .md\:border-l-indigo-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(238 242 255 / var(--tw-border-opacity));
  }

  .md\:border-l-indigo-50\/0 {
    border-left-color: rgb(238 242 255 / 0);
  }

  .md\:border-l-indigo-50\/10 {
    border-left-color: rgb(238 242 255 / 0.1);
  }

  .md\:border-l-indigo-50\/100 {
    border-left-color: rgb(238 242 255 / 1);
  }

  .md\:border-l-indigo-50\/15 {
    border-left-color: rgb(238 242 255 / 0.15);
  }

  .md\:border-l-indigo-50\/20 {
    border-left-color: rgb(238 242 255 / 0.2);
  }

  .md\:border-l-indigo-50\/25 {
    border-left-color: rgb(238 242 255 / 0.25);
  }

  .md\:border-l-indigo-50\/30 {
    border-left-color: rgb(238 242 255 / 0.3);
  }

  .md\:border-l-indigo-50\/35 {
    border-left-color: rgb(238 242 255 / 0.35);
  }

  .md\:border-l-indigo-50\/40 {
    border-left-color: rgb(238 242 255 / 0.4);
  }

  .md\:border-l-indigo-50\/45 {
    border-left-color: rgb(238 242 255 / 0.45);
  }

  .md\:border-l-indigo-50\/5 {
    border-left-color: rgb(238 242 255 / 0.05);
  }

  .md\:border-l-indigo-50\/50 {
    border-left-color: rgb(238 242 255 / 0.5);
  }

  .md\:border-l-indigo-50\/55 {
    border-left-color: rgb(238 242 255 / 0.55);
  }

  .md\:border-l-indigo-50\/60 {
    border-left-color: rgb(238 242 255 / 0.6);
  }

  .md\:border-l-indigo-50\/65 {
    border-left-color: rgb(238 242 255 / 0.65);
  }

  .md\:border-l-indigo-50\/70 {
    border-left-color: rgb(238 242 255 / 0.7);
  }

  .md\:border-l-indigo-50\/75 {
    border-left-color: rgb(238 242 255 / 0.75);
  }

  .md\:border-l-indigo-50\/80 {
    border-left-color: rgb(238 242 255 / 0.8);
  }

  .md\:border-l-indigo-50\/85 {
    border-left-color: rgb(238 242 255 / 0.85);
  }

  .md\:border-l-indigo-50\/90 {
    border-left-color: rgb(238 242 255 / 0.9);
  }

  .md\:border-l-indigo-50\/95 {
    border-left-color: rgb(238 242 255 / 0.95);
  }

  .md\:border-l-indigo-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(99 102 241 / var(--tw-border-opacity));
  }

  .md\:border-l-indigo-500\/0 {
    border-left-color: rgb(99 102 241 / 0);
  }

  .md\:border-l-indigo-500\/10 {
    border-left-color: rgb(99 102 241 / 0.1);
  }

  .md\:border-l-indigo-500\/100 {
    border-left-color: rgb(99 102 241 / 1);
  }

  .md\:border-l-indigo-500\/15 {
    border-left-color: rgb(99 102 241 / 0.15);
  }

  .md\:border-l-indigo-500\/20 {
    border-left-color: rgb(99 102 241 / 0.2);
  }

  .md\:border-l-indigo-500\/25 {
    border-left-color: rgb(99 102 241 / 0.25);
  }

  .md\:border-l-indigo-500\/30 {
    border-left-color: rgb(99 102 241 / 0.3);
  }

  .md\:border-l-indigo-500\/35 {
    border-left-color: rgb(99 102 241 / 0.35);
  }

  .md\:border-l-indigo-500\/40 {
    border-left-color: rgb(99 102 241 / 0.4);
  }

  .md\:border-l-indigo-500\/45 {
    border-left-color: rgb(99 102 241 / 0.45);
  }

  .md\:border-l-indigo-500\/5 {
    border-left-color: rgb(99 102 241 / 0.05);
  }

  .md\:border-l-indigo-500\/50 {
    border-left-color: rgb(99 102 241 / 0.5);
  }

  .md\:border-l-indigo-500\/55 {
    border-left-color: rgb(99 102 241 / 0.55);
  }

  .md\:border-l-indigo-500\/60 {
    border-left-color: rgb(99 102 241 / 0.6);
  }

  .md\:border-l-indigo-500\/65 {
    border-left-color: rgb(99 102 241 / 0.65);
  }

  .md\:border-l-indigo-500\/70 {
    border-left-color: rgb(99 102 241 / 0.7);
  }

  .md\:border-l-indigo-500\/75 {
    border-left-color: rgb(99 102 241 / 0.75);
  }

  .md\:border-l-indigo-500\/80 {
    border-left-color: rgb(99 102 241 / 0.8);
  }

  .md\:border-l-indigo-500\/85 {
    border-left-color: rgb(99 102 241 / 0.85);
  }

  .md\:border-l-indigo-500\/90 {
    border-left-color: rgb(99 102 241 / 0.9);
  }

  .md\:border-l-indigo-500\/95 {
    border-left-color: rgb(99 102 241 / 0.95);
  }

  .md\:border-l-indigo-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(79 70 229 / var(--tw-border-opacity));
  }

  .md\:border-l-indigo-600\/0 {
    border-left-color: rgb(79 70 229 / 0);
  }

  .md\:border-l-indigo-600\/10 {
    border-left-color: rgb(79 70 229 / 0.1);
  }

  .md\:border-l-indigo-600\/100 {
    border-left-color: rgb(79 70 229 / 1);
  }

  .md\:border-l-indigo-600\/15 {
    border-left-color: rgb(79 70 229 / 0.15);
  }

  .md\:border-l-indigo-600\/20 {
    border-left-color: rgb(79 70 229 / 0.2);
  }

  .md\:border-l-indigo-600\/25 {
    border-left-color: rgb(79 70 229 / 0.25);
  }

  .md\:border-l-indigo-600\/30 {
    border-left-color: rgb(79 70 229 / 0.3);
  }

  .md\:border-l-indigo-600\/35 {
    border-left-color: rgb(79 70 229 / 0.35);
  }

  .md\:border-l-indigo-600\/40 {
    border-left-color: rgb(79 70 229 / 0.4);
  }

  .md\:border-l-indigo-600\/45 {
    border-left-color: rgb(79 70 229 / 0.45);
  }

  .md\:border-l-indigo-600\/5 {
    border-left-color: rgb(79 70 229 / 0.05);
  }

  .md\:border-l-indigo-600\/50 {
    border-left-color: rgb(79 70 229 / 0.5);
  }

  .md\:border-l-indigo-600\/55 {
    border-left-color: rgb(79 70 229 / 0.55);
  }

  .md\:border-l-indigo-600\/60 {
    border-left-color: rgb(79 70 229 / 0.6);
  }

  .md\:border-l-indigo-600\/65 {
    border-left-color: rgb(79 70 229 / 0.65);
  }

  .md\:border-l-indigo-600\/70 {
    border-left-color: rgb(79 70 229 / 0.7);
  }

  .md\:border-l-indigo-600\/75 {
    border-left-color: rgb(79 70 229 / 0.75);
  }

  .md\:border-l-indigo-600\/80 {
    border-left-color: rgb(79 70 229 / 0.8);
  }

  .md\:border-l-indigo-600\/85 {
    border-left-color: rgb(79 70 229 / 0.85);
  }

  .md\:border-l-indigo-600\/90 {
    border-left-color: rgb(79 70 229 / 0.9);
  }

  .md\:border-l-indigo-600\/95 {
    border-left-color: rgb(79 70 229 / 0.95);
  }

  .md\:border-l-indigo-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(67 56 202 / var(--tw-border-opacity));
  }

  .md\:border-l-indigo-700\/0 {
    border-left-color: rgb(67 56 202 / 0);
  }

  .md\:border-l-indigo-700\/10 {
    border-left-color: rgb(67 56 202 / 0.1);
  }

  .md\:border-l-indigo-700\/100 {
    border-left-color: rgb(67 56 202 / 1);
  }

  .md\:border-l-indigo-700\/15 {
    border-left-color: rgb(67 56 202 / 0.15);
  }

  .md\:border-l-indigo-700\/20 {
    border-left-color: rgb(67 56 202 / 0.2);
  }

  .md\:border-l-indigo-700\/25 {
    border-left-color: rgb(67 56 202 / 0.25);
  }

  .md\:border-l-indigo-700\/30 {
    border-left-color: rgb(67 56 202 / 0.3);
  }

  .md\:border-l-indigo-700\/35 {
    border-left-color: rgb(67 56 202 / 0.35);
  }

  .md\:border-l-indigo-700\/40 {
    border-left-color: rgb(67 56 202 / 0.4);
  }

  .md\:border-l-indigo-700\/45 {
    border-left-color: rgb(67 56 202 / 0.45);
  }

  .md\:border-l-indigo-700\/5 {
    border-left-color: rgb(67 56 202 / 0.05);
  }

  .md\:border-l-indigo-700\/50 {
    border-left-color: rgb(67 56 202 / 0.5);
  }

  .md\:border-l-indigo-700\/55 {
    border-left-color: rgb(67 56 202 / 0.55);
  }

  .md\:border-l-indigo-700\/60 {
    border-left-color: rgb(67 56 202 / 0.6);
  }

  .md\:border-l-indigo-700\/65 {
    border-left-color: rgb(67 56 202 / 0.65);
  }

  .md\:border-l-indigo-700\/70 {
    border-left-color: rgb(67 56 202 / 0.7);
  }

  .md\:border-l-indigo-700\/75 {
    border-left-color: rgb(67 56 202 / 0.75);
  }

  .md\:border-l-indigo-700\/80 {
    border-left-color: rgb(67 56 202 / 0.8);
  }

  .md\:border-l-indigo-700\/85 {
    border-left-color: rgb(67 56 202 / 0.85);
  }

  .md\:border-l-indigo-700\/90 {
    border-left-color: rgb(67 56 202 / 0.9);
  }

  .md\:border-l-indigo-700\/95 {
    border-left-color: rgb(67 56 202 / 0.95);
  }

  .md\:border-l-indigo-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(55 48 163 / var(--tw-border-opacity));
  }

  .md\:border-l-indigo-800\/0 {
    border-left-color: rgb(55 48 163 / 0);
  }

  .md\:border-l-indigo-800\/10 {
    border-left-color: rgb(55 48 163 / 0.1);
  }

  .md\:border-l-indigo-800\/100 {
    border-left-color: rgb(55 48 163 / 1);
  }

  .md\:border-l-indigo-800\/15 {
    border-left-color: rgb(55 48 163 / 0.15);
  }

  .md\:border-l-indigo-800\/20 {
    border-left-color: rgb(55 48 163 / 0.2);
  }

  .md\:border-l-indigo-800\/25 {
    border-left-color: rgb(55 48 163 / 0.25);
  }

  .md\:border-l-indigo-800\/30 {
    border-left-color: rgb(55 48 163 / 0.3);
  }

  .md\:border-l-indigo-800\/35 {
    border-left-color: rgb(55 48 163 / 0.35);
  }

  .md\:border-l-indigo-800\/40 {
    border-left-color: rgb(55 48 163 / 0.4);
  }

  .md\:border-l-indigo-800\/45 {
    border-left-color: rgb(55 48 163 / 0.45);
  }

  .md\:border-l-indigo-800\/5 {
    border-left-color: rgb(55 48 163 / 0.05);
  }

  .md\:border-l-indigo-800\/50 {
    border-left-color: rgb(55 48 163 / 0.5);
  }

  .md\:border-l-indigo-800\/55 {
    border-left-color: rgb(55 48 163 / 0.55);
  }

  .md\:border-l-indigo-800\/60 {
    border-left-color: rgb(55 48 163 / 0.6);
  }

  .md\:border-l-indigo-800\/65 {
    border-left-color: rgb(55 48 163 / 0.65);
  }

  .md\:border-l-indigo-800\/70 {
    border-left-color: rgb(55 48 163 / 0.7);
  }

  .md\:border-l-indigo-800\/75 {
    border-left-color: rgb(55 48 163 / 0.75);
  }

  .md\:border-l-indigo-800\/80 {
    border-left-color: rgb(55 48 163 / 0.8);
  }

  .md\:border-l-indigo-800\/85 {
    border-left-color: rgb(55 48 163 / 0.85);
  }

  .md\:border-l-indigo-800\/90 {
    border-left-color: rgb(55 48 163 / 0.9);
  }

  .md\:border-l-indigo-800\/95 {
    border-left-color: rgb(55 48 163 / 0.95);
  }

  .md\:border-l-indigo-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(49 46 129 / var(--tw-border-opacity));
  }

  .md\:border-l-indigo-900\/0 {
    border-left-color: rgb(49 46 129 / 0);
  }

  .md\:border-l-indigo-900\/10 {
    border-left-color: rgb(49 46 129 / 0.1);
  }

  .md\:border-l-indigo-900\/100 {
    border-left-color: rgb(49 46 129 / 1);
  }

  .md\:border-l-indigo-900\/15 {
    border-left-color: rgb(49 46 129 / 0.15);
  }

  .md\:border-l-indigo-900\/20 {
    border-left-color: rgb(49 46 129 / 0.2);
  }

  .md\:border-l-indigo-900\/25 {
    border-left-color: rgb(49 46 129 / 0.25);
  }

  .md\:border-l-indigo-900\/30 {
    border-left-color: rgb(49 46 129 / 0.3);
  }

  .md\:border-l-indigo-900\/35 {
    border-left-color: rgb(49 46 129 / 0.35);
  }

  .md\:border-l-indigo-900\/40 {
    border-left-color: rgb(49 46 129 / 0.4);
  }

  .md\:border-l-indigo-900\/45 {
    border-left-color: rgb(49 46 129 / 0.45);
  }

  .md\:border-l-indigo-900\/5 {
    border-left-color: rgb(49 46 129 / 0.05);
  }

  .md\:border-l-indigo-900\/50 {
    border-left-color: rgb(49 46 129 / 0.5);
  }

  .md\:border-l-indigo-900\/55 {
    border-left-color: rgb(49 46 129 / 0.55);
  }

  .md\:border-l-indigo-900\/60 {
    border-left-color: rgb(49 46 129 / 0.6);
  }

  .md\:border-l-indigo-900\/65 {
    border-left-color: rgb(49 46 129 / 0.65);
  }

  .md\:border-l-indigo-900\/70 {
    border-left-color: rgb(49 46 129 / 0.7);
  }

  .md\:border-l-indigo-900\/75 {
    border-left-color: rgb(49 46 129 / 0.75);
  }

  .md\:border-l-indigo-900\/80 {
    border-left-color: rgb(49 46 129 / 0.8);
  }

  .md\:border-l-indigo-900\/85 {
    border-left-color: rgb(49 46 129 / 0.85);
  }

  .md\:border-l-indigo-900\/90 {
    border-left-color: rgb(49 46 129 / 0.9);
  }

  .md\:border-l-indigo-900\/95 {
    border-left-color: rgb(49 46 129 / 0.95);
  }

  .md\:border-l-indigo-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 27 75 / var(--tw-border-opacity));
  }

  .md\:border-l-indigo-950\/0 {
    border-left-color: rgb(30 27 75 / 0);
  }

  .md\:border-l-indigo-950\/10 {
    border-left-color: rgb(30 27 75 / 0.1);
  }

  .md\:border-l-indigo-950\/100 {
    border-left-color: rgb(30 27 75 / 1);
  }

  .md\:border-l-indigo-950\/15 {
    border-left-color: rgb(30 27 75 / 0.15);
  }

  .md\:border-l-indigo-950\/20 {
    border-left-color: rgb(30 27 75 / 0.2);
  }

  .md\:border-l-indigo-950\/25 {
    border-left-color: rgb(30 27 75 / 0.25);
  }

  .md\:border-l-indigo-950\/30 {
    border-left-color: rgb(30 27 75 / 0.3);
  }

  .md\:border-l-indigo-950\/35 {
    border-left-color: rgb(30 27 75 / 0.35);
  }

  .md\:border-l-indigo-950\/40 {
    border-left-color: rgb(30 27 75 / 0.4);
  }

  .md\:border-l-indigo-950\/45 {
    border-left-color: rgb(30 27 75 / 0.45);
  }

  .md\:border-l-indigo-950\/5 {
    border-left-color: rgb(30 27 75 / 0.05);
  }

  .md\:border-l-indigo-950\/50 {
    border-left-color: rgb(30 27 75 / 0.5);
  }

  .md\:border-l-indigo-950\/55 {
    border-left-color: rgb(30 27 75 / 0.55);
  }

  .md\:border-l-indigo-950\/60 {
    border-left-color: rgb(30 27 75 / 0.6);
  }

  .md\:border-l-indigo-950\/65 {
    border-left-color: rgb(30 27 75 / 0.65);
  }

  .md\:border-l-indigo-950\/70 {
    border-left-color: rgb(30 27 75 / 0.7);
  }

  .md\:border-l-indigo-950\/75 {
    border-left-color: rgb(30 27 75 / 0.75);
  }

  .md\:border-l-indigo-950\/80 {
    border-left-color: rgb(30 27 75 / 0.8);
  }

  .md\:border-l-indigo-950\/85 {
    border-left-color: rgb(30 27 75 / 0.85);
  }

  .md\:border-l-indigo-950\/90 {
    border-left-color: rgb(30 27 75 / 0.9);
  }

  .md\:border-l-indigo-950\/95 {
    border-left-color: rgb(30 27 75 / 0.95);
  }

  .md\:border-l-inherit {
    border-left-color: inherit;
  }

  .md\:border-l-lime-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(236 252 203 / var(--tw-border-opacity));
  }

  .md\:border-l-lime-100\/0 {
    border-left-color: rgb(236 252 203 / 0);
  }

  .md\:border-l-lime-100\/10 {
    border-left-color: rgb(236 252 203 / 0.1);
  }

  .md\:border-l-lime-100\/100 {
    border-left-color: rgb(236 252 203 / 1);
  }

  .md\:border-l-lime-100\/15 {
    border-left-color: rgb(236 252 203 / 0.15);
  }

  .md\:border-l-lime-100\/20 {
    border-left-color: rgb(236 252 203 / 0.2);
  }

  .md\:border-l-lime-100\/25 {
    border-left-color: rgb(236 252 203 / 0.25);
  }

  .md\:border-l-lime-100\/30 {
    border-left-color: rgb(236 252 203 / 0.3);
  }

  .md\:border-l-lime-100\/35 {
    border-left-color: rgb(236 252 203 / 0.35);
  }

  .md\:border-l-lime-100\/40 {
    border-left-color: rgb(236 252 203 / 0.4);
  }

  .md\:border-l-lime-100\/45 {
    border-left-color: rgb(236 252 203 / 0.45);
  }

  .md\:border-l-lime-100\/5 {
    border-left-color: rgb(236 252 203 / 0.05);
  }

  .md\:border-l-lime-100\/50 {
    border-left-color: rgb(236 252 203 / 0.5);
  }

  .md\:border-l-lime-100\/55 {
    border-left-color: rgb(236 252 203 / 0.55);
  }

  .md\:border-l-lime-100\/60 {
    border-left-color: rgb(236 252 203 / 0.6);
  }

  .md\:border-l-lime-100\/65 {
    border-left-color: rgb(236 252 203 / 0.65);
  }

  .md\:border-l-lime-100\/70 {
    border-left-color: rgb(236 252 203 / 0.7);
  }

  .md\:border-l-lime-100\/75 {
    border-left-color: rgb(236 252 203 / 0.75);
  }

  .md\:border-l-lime-100\/80 {
    border-left-color: rgb(236 252 203 / 0.8);
  }

  .md\:border-l-lime-100\/85 {
    border-left-color: rgb(236 252 203 / 0.85);
  }

  .md\:border-l-lime-100\/90 {
    border-left-color: rgb(236 252 203 / 0.9);
  }

  .md\:border-l-lime-100\/95 {
    border-left-color: rgb(236 252 203 / 0.95);
  }

  .md\:border-l-lime-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(217 249 157 / var(--tw-border-opacity));
  }

  .md\:border-l-lime-200\/0 {
    border-left-color: rgb(217 249 157 / 0);
  }

  .md\:border-l-lime-200\/10 {
    border-left-color: rgb(217 249 157 / 0.1);
  }

  .md\:border-l-lime-200\/100 {
    border-left-color: rgb(217 249 157 / 1);
  }

  .md\:border-l-lime-200\/15 {
    border-left-color: rgb(217 249 157 / 0.15);
  }

  .md\:border-l-lime-200\/20 {
    border-left-color: rgb(217 249 157 / 0.2);
  }

  .md\:border-l-lime-200\/25 {
    border-left-color: rgb(217 249 157 / 0.25);
  }

  .md\:border-l-lime-200\/30 {
    border-left-color: rgb(217 249 157 / 0.3);
  }

  .md\:border-l-lime-200\/35 {
    border-left-color: rgb(217 249 157 / 0.35);
  }

  .md\:border-l-lime-200\/40 {
    border-left-color: rgb(217 249 157 / 0.4);
  }

  .md\:border-l-lime-200\/45 {
    border-left-color: rgb(217 249 157 / 0.45);
  }

  .md\:border-l-lime-200\/5 {
    border-left-color: rgb(217 249 157 / 0.05);
  }

  .md\:border-l-lime-200\/50 {
    border-left-color: rgb(217 249 157 / 0.5);
  }

  .md\:border-l-lime-200\/55 {
    border-left-color: rgb(217 249 157 / 0.55);
  }

  .md\:border-l-lime-200\/60 {
    border-left-color: rgb(217 249 157 / 0.6);
  }

  .md\:border-l-lime-200\/65 {
    border-left-color: rgb(217 249 157 / 0.65);
  }

  .md\:border-l-lime-200\/70 {
    border-left-color: rgb(217 249 157 / 0.7);
  }

  .md\:border-l-lime-200\/75 {
    border-left-color: rgb(217 249 157 / 0.75);
  }

  .md\:border-l-lime-200\/80 {
    border-left-color: rgb(217 249 157 / 0.8);
  }

  .md\:border-l-lime-200\/85 {
    border-left-color: rgb(217 249 157 / 0.85);
  }

  .md\:border-l-lime-200\/90 {
    border-left-color: rgb(217 249 157 / 0.9);
  }

  .md\:border-l-lime-200\/95 {
    border-left-color: rgb(217 249 157 / 0.95);
  }

  .md\:border-l-lime-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(190 242 100 / var(--tw-border-opacity));
  }

  .md\:border-l-lime-300\/0 {
    border-left-color: rgb(190 242 100 / 0);
  }

  .md\:border-l-lime-300\/10 {
    border-left-color: rgb(190 242 100 / 0.1);
  }

  .md\:border-l-lime-300\/100 {
    border-left-color: rgb(190 242 100 / 1);
  }

  .md\:border-l-lime-300\/15 {
    border-left-color: rgb(190 242 100 / 0.15);
  }

  .md\:border-l-lime-300\/20 {
    border-left-color: rgb(190 242 100 / 0.2);
  }

  .md\:border-l-lime-300\/25 {
    border-left-color: rgb(190 242 100 / 0.25);
  }

  .md\:border-l-lime-300\/30 {
    border-left-color: rgb(190 242 100 / 0.3);
  }

  .md\:border-l-lime-300\/35 {
    border-left-color: rgb(190 242 100 / 0.35);
  }

  .md\:border-l-lime-300\/40 {
    border-left-color: rgb(190 242 100 / 0.4);
  }

  .md\:border-l-lime-300\/45 {
    border-left-color: rgb(190 242 100 / 0.45);
  }

  .md\:border-l-lime-300\/5 {
    border-left-color: rgb(190 242 100 / 0.05);
  }

  .md\:border-l-lime-300\/50 {
    border-left-color: rgb(190 242 100 / 0.5);
  }

  .md\:border-l-lime-300\/55 {
    border-left-color: rgb(190 242 100 / 0.55);
  }

  .md\:border-l-lime-300\/60 {
    border-left-color: rgb(190 242 100 / 0.6);
  }

  .md\:border-l-lime-300\/65 {
    border-left-color: rgb(190 242 100 / 0.65);
  }

  .md\:border-l-lime-300\/70 {
    border-left-color: rgb(190 242 100 / 0.7);
  }

  .md\:border-l-lime-300\/75 {
    border-left-color: rgb(190 242 100 / 0.75);
  }

  .md\:border-l-lime-300\/80 {
    border-left-color: rgb(190 242 100 / 0.8);
  }

  .md\:border-l-lime-300\/85 {
    border-left-color: rgb(190 242 100 / 0.85);
  }

  .md\:border-l-lime-300\/90 {
    border-left-color: rgb(190 242 100 / 0.9);
  }

  .md\:border-l-lime-300\/95 {
    border-left-color: rgb(190 242 100 / 0.95);
  }

  .md\:border-l-lime-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(163 230 53 / var(--tw-border-opacity));
  }

  .md\:border-l-lime-400\/0 {
    border-left-color: rgb(163 230 53 / 0);
  }

  .md\:border-l-lime-400\/10 {
    border-left-color: rgb(163 230 53 / 0.1);
  }

  .md\:border-l-lime-400\/100 {
    border-left-color: rgb(163 230 53 / 1);
  }

  .md\:border-l-lime-400\/15 {
    border-left-color: rgb(163 230 53 / 0.15);
  }

  .md\:border-l-lime-400\/20 {
    border-left-color: rgb(163 230 53 / 0.2);
  }

  .md\:border-l-lime-400\/25 {
    border-left-color: rgb(163 230 53 / 0.25);
  }

  .md\:border-l-lime-400\/30 {
    border-left-color: rgb(163 230 53 / 0.3);
  }

  .md\:border-l-lime-400\/35 {
    border-left-color: rgb(163 230 53 / 0.35);
  }

  .md\:border-l-lime-400\/40 {
    border-left-color: rgb(163 230 53 / 0.4);
  }

  .md\:border-l-lime-400\/45 {
    border-left-color: rgb(163 230 53 / 0.45);
  }

  .md\:border-l-lime-400\/5 {
    border-left-color: rgb(163 230 53 / 0.05);
  }

  .md\:border-l-lime-400\/50 {
    border-left-color: rgb(163 230 53 / 0.5);
  }

  .md\:border-l-lime-400\/55 {
    border-left-color: rgb(163 230 53 / 0.55);
  }

  .md\:border-l-lime-400\/60 {
    border-left-color: rgb(163 230 53 / 0.6);
  }

  .md\:border-l-lime-400\/65 {
    border-left-color: rgb(163 230 53 / 0.65);
  }

  .md\:border-l-lime-400\/70 {
    border-left-color: rgb(163 230 53 / 0.7);
  }

  .md\:border-l-lime-400\/75 {
    border-left-color: rgb(163 230 53 / 0.75);
  }

  .md\:border-l-lime-400\/80 {
    border-left-color: rgb(163 230 53 / 0.8);
  }

  .md\:border-l-lime-400\/85 {
    border-left-color: rgb(163 230 53 / 0.85);
  }

  .md\:border-l-lime-400\/90 {
    border-left-color: rgb(163 230 53 / 0.9);
  }

  .md\:border-l-lime-400\/95 {
    border-left-color: rgb(163 230 53 / 0.95);
  }

  .md\:border-l-lime-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(247 254 231 / var(--tw-border-opacity));
  }

  .md\:border-l-lime-50\/0 {
    border-left-color: rgb(247 254 231 / 0);
  }

  .md\:border-l-lime-50\/10 {
    border-left-color: rgb(247 254 231 / 0.1);
  }

  .md\:border-l-lime-50\/100 {
    border-left-color: rgb(247 254 231 / 1);
  }

  .md\:border-l-lime-50\/15 {
    border-left-color: rgb(247 254 231 / 0.15);
  }

  .md\:border-l-lime-50\/20 {
    border-left-color: rgb(247 254 231 / 0.2);
  }

  .md\:border-l-lime-50\/25 {
    border-left-color: rgb(247 254 231 / 0.25);
  }

  .md\:border-l-lime-50\/30 {
    border-left-color: rgb(247 254 231 / 0.3);
  }

  .md\:border-l-lime-50\/35 {
    border-left-color: rgb(247 254 231 / 0.35);
  }

  .md\:border-l-lime-50\/40 {
    border-left-color: rgb(247 254 231 / 0.4);
  }

  .md\:border-l-lime-50\/45 {
    border-left-color: rgb(247 254 231 / 0.45);
  }

  .md\:border-l-lime-50\/5 {
    border-left-color: rgb(247 254 231 / 0.05);
  }

  .md\:border-l-lime-50\/50 {
    border-left-color: rgb(247 254 231 / 0.5);
  }

  .md\:border-l-lime-50\/55 {
    border-left-color: rgb(247 254 231 / 0.55);
  }

  .md\:border-l-lime-50\/60 {
    border-left-color: rgb(247 254 231 / 0.6);
  }

  .md\:border-l-lime-50\/65 {
    border-left-color: rgb(247 254 231 / 0.65);
  }

  .md\:border-l-lime-50\/70 {
    border-left-color: rgb(247 254 231 / 0.7);
  }

  .md\:border-l-lime-50\/75 {
    border-left-color: rgb(247 254 231 / 0.75);
  }

  .md\:border-l-lime-50\/80 {
    border-left-color: rgb(247 254 231 / 0.8);
  }

  .md\:border-l-lime-50\/85 {
    border-left-color: rgb(247 254 231 / 0.85);
  }

  .md\:border-l-lime-50\/90 {
    border-left-color: rgb(247 254 231 / 0.9);
  }

  .md\:border-l-lime-50\/95 {
    border-left-color: rgb(247 254 231 / 0.95);
  }

  .md\:border-l-lime-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(132 204 22 / var(--tw-border-opacity));
  }

  .md\:border-l-lime-500\/0 {
    border-left-color: rgb(132 204 22 / 0);
  }

  .md\:border-l-lime-500\/10 {
    border-left-color: rgb(132 204 22 / 0.1);
  }

  .md\:border-l-lime-500\/100 {
    border-left-color: rgb(132 204 22 / 1);
  }

  .md\:border-l-lime-500\/15 {
    border-left-color: rgb(132 204 22 / 0.15);
  }

  .md\:border-l-lime-500\/20 {
    border-left-color: rgb(132 204 22 / 0.2);
  }

  .md\:border-l-lime-500\/25 {
    border-left-color: rgb(132 204 22 / 0.25);
  }

  .md\:border-l-lime-500\/30 {
    border-left-color: rgb(132 204 22 / 0.3);
  }

  .md\:border-l-lime-500\/35 {
    border-left-color: rgb(132 204 22 / 0.35);
  }

  .md\:border-l-lime-500\/40 {
    border-left-color: rgb(132 204 22 / 0.4);
  }

  .md\:border-l-lime-500\/45 {
    border-left-color: rgb(132 204 22 / 0.45);
  }

  .md\:border-l-lime-500\/5 {
    border-left-color: rgb(132 204 22 / 0.05);
  }

  .md\:border-l-lime-500\/50 {
    border-left-color: rgb(132 204 22 / 0.5);
  }

  .md\:border-l-lime-500\/55 {
    border-left-color: rgb(132 204 22 / 0.55);
  }

  .md\:border-l-lime-500\/60 {
    border-left-color: rgb(132 204 22 / 0.6);
  }

  .md\:border-l-lime-500\/65 {
    border-left-color: rgb(132 204 22 / 0.65);
  }

  .md\:border-l-lime-500\/70 {
    border-left-color: rgb(132 204 22 / 0.7);
  }

  .md\:border-l-lime-500\/75 {
    border-left-color: rgb(132 204 22 / 0.75);
  }

  .md\:border-l-lime-500\/80 {
    border-left-color: rgb(132 204 22 / 0.8);
  }

  .md\:border-l-lime-500\/85 {
    border-left-color: rgb(132 204 22 / 0.85);
  }

  .md\:border-l-lime-500\/90 {
    border-left-color: rgb(132 204 22 / 0.9);
  }

  .md\:border-l-lime-500\/95 {
    border-left-color: rgb(132 204 22 / 0.95);
  }

  .md\:border-l-lime-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(101 163 13 / var(--tw-border-opacity));
  }

  .md\:border-l-lime-600\/0 {
    border-left-color: rgb(101 163 13 / 0);
  }

  .md\:border-l-lime-600\/10 {
    border-left-color: rgb(101 163 13 / 0.1);
  }

  .md\:border-l-lime-600\/100 {
    border-left-color: rgb(101 163 13 / 1);
  }

  .md\:border-l-lime-600\/15 {
    border-left-color: rgb(101 163 13 / 0.15);
  }

  .md\:border-l-lime-600\/20 {
    border-left-color: rgb(101 163 13 / 0.2);
  }

  .md\:border-l-lime-600\/25 {
    border-left-color: rgb(101 163 13 / 0.25);
  }

  .md\:border-l-lime-600\/30 {
    border-left-color: rgb(101 163 13 / 0.3);
  }

  .md\:border-l-lime-600\/35 {
    border-left-color: rgb(101 163 13 / 0.35);
  }

  .md\:border-l-lime-600\/40 {
    border-left-color: rgb(101 163 13 / 0.4);
  }

  .md\:border-l-lime-600\/45 {
    border-left-color: rgb(101 163 13 / 0.45);
  }

  .md\:border-l-lime-600\/5 {
    border-left-color: rgb(101 163 13 / 0.05);
  }

  .md\:border-l-lime-600\/50 {
    border-left-color: rgb(101 163 13 / 0.5);
  }

  .md\:border-l-lime-600\/55 {
    border-left-color: rgb(101 163 13 / 0.55);
  }

  .md\:border-l-lime-600\/60 {
    border-left-color: rgb(101 163 13 / 0.6);
  }

  .md\:border-l-lime-600\/65 {
    border-left-color: rgb(101 163 13 / 0.65);
  }

  .md\:border-l-lime-600\/70 {
    border-left-color: rgb(101 163 13 / 0.7);
  }

  .md\:border-l-lime-600\/75 {
    border-left-color: rgb(101 163 13 / 0.75);
  }

  .md\:border-l-lime-600\/80 {
    border-left-color: rgb(101 163 13 / 0.8);
  }

  .md\:border-l-lime-600\/85 {
    border-left-color: rgb(101 163 13 / 0.85);
  }

  .md\:border-l-lime-600\/90 {
    border-left-color: rgb(101 163 13 / 0.9);
  }

  .md\:border-l-lime-600\/95 {
    border-left-color: rgb(101 163 13 / 0.95);
  }

  .md\:border-l-lime-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(77 124 15 / var(--tw-border-opacity));
  }

  .md\:border-l-lime-700\/0 {
    border-left-color: rgb(77 124 15 / 0);
  }

  .md\:border-l-lime-700\/10 {
    border-left-color: rgb(77 124 15 / 0.1);
  }

  .md\:border-l-lime-700\/100 {
    border-left-color: rgb(77 124 15 / 1);
  }

  .md\:border-l-lime-700\/15 {
    border-left-color: rgb(77 124 15 / 0.15);
  }

  .md\:border-l-lime-700\/20 {
    border-left-color: rgb(77 124 15 / 0.2);
  }

  .md\:border-l-lime-700\/25 {
    border-left-color: rgb(77 124 15 / 0.25);
  }

  .md\:border-l-lime-700\/30 {
    border-left-color: rgb(77 124 15 / 0.3);
  }

  .md\:border-l-lime-700\/35 {
    border-left-color: rgb(77 124 15 / 0.35);
  }

  .md\:border-l-lime-700\/40 {
    border-left-color: rgb(77 124 15 / 0.4);
  }

  .md\:border-l-lime-700\/45 {
    border-left-color: rgb(77 124 15 / 0.45);
  }

  .md\:border-l-lime-700\/5 {
    border-left-color: rgb(77 124 15 / 0.05);
  }

  .md\:border-l-lime-700\/50 {
    border-left-color: rgb(77 124 15 / 0.5);
  }

  .md\:border-l-lime-700\/55 {
    border-left-color: rgb(77 124 15 / 0.55);
  }

  .md\:border-l-lime-700\/60 {
    border-left-color: rgb(77 124 15 / 0.6);
  }

  .md\:border-l-lime-700\/65 {
    border-left-color: rgb(77 124 15 / 0.65);
  }

  .md\:border-l-lime-700\/70 {
    border-left-color: rgb(77 124 15 / 0.7);
  }

  .md\:border-l-lime-700\/75 {
    border-left-color: rgb(77 124 15 / 0.75);
  }

  .md\:border-l-lime-700\/80 {
    border-left-color: rgb(77 124 15 / 0.8);
  }

  .md\:border-l-lime-700\/85 {
    border-left-color: rgb(77 124 15 / 0.85);
  }

  .md\:border-l-lime-700\/90 {
    border-left-color: rgb(77 124 15 / 0.9);
  }

  .md\:border-l-lime-700\/95 {
    border-left-color: rgb(77 124 15 / 0.95);
  }

  .md\:border-l-lime-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(63 98 18 / var(--tw-border-opacity));
  }

  .md\:border-l-lime-800\/0 {
    border-left-color: rgb(63 98 18 / 0);
  }

  .md\:border-l-lime-800\/10 {
    border-left-color: rgb(63 98 18 / 0.1);
  }

  .md\:border-l-lime-800\/100 {
    border-left-color: rgb(63 98 18 / 1);
  }

  .md\:border-l-lime-800\/15 {
    border-left-color: rgb(63 98 18 / 0.15);
  }

  .md\:border-l-lime-800\/20 {
    border-left-color: rgb(63 98 18 / 0.2);
  }

  .md\:border-l-lime-800\/25 {
    border-left-color: rgb(63 98 18 / 0.25);
  }

  .md\:border-l-lime-800\/30 {
    border-left-color: rgb(63 98 18 / 0.3);
  }

  .md\:border-l-lime-800\/35 {
    border-left-color: rgb(63 98 18 / 0.35);
  }

  .md\:border-l-lime-800\/40 {
    border-left-color: rgb(63 98 18 / 0.4);
  }

  .md\:border-l-lime-800\/45 {
    border-left-color: rgb(63 98 18 / 0.45);
  }

  .md\:border-l-lime-800\/5 {
    border-left-color: rgb(63 98 18 / 0.05);
  }

  .md\:border-l-lime-800\/50 {
    border-left-color: rgb(63 98 18 / 0.5);
  }

  .md\:border-l-lime-800\/55 {
    border-left-color: rgb(63 98 18 / 0.55);
  }

  .md\:border-l-lime-800\/60 {
    border-left-color: rgb(63 98 18 / 0.6);
  }

  .md\:border-l-lime-800\/65 {
    border-left-color: rgb(63 98 18 / 0.65);
  }

  .md\:border-l-lime-800\/70 {
    border-left-color: rgb(63 98 18 / 0.7);
  }

  .md\:border-l-lime-800\/75 {
    border-left-color: rgb(63 98 18 / 0.75);
  }

  .md\:border-l-lime-800\/80 {
    border-left-color: rgb(63 98 18 / 0.8);
  }

  .md\:border-l-lime-800\/85 {
    border-left-color: rgb(63 98 18 / 0.85);
  }

  .md\:border-l-lime-800\/90 {
    border-left-color: rgb(63 98 18 / 0.9);
  }

  .md\:border-l-lime-800\/95 {
    border-left-color: rgb(63 98 18 / 0.95);
  }

  .md\:border-l-lime-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(54 83 20 / var(--tw-border-opacity));
  }

  .md\:border-l-lime-900\/0 {
    border-left-color: rgb(54 83 20 / 0);
  }

  .md\:border-l-lime-900\/10 {
    border-left-color: rgb(54 83 20 / 0.1);
  }

  .md\:border-l-lime-900\/100 {
    border-left-color: rgb(54 83 20 / 1);
  }

  .md\:border-l-lime-900\/15 {
    border-left-color: rgb(54 83 20 / 0.15);
  }

  .md\:border-l-lime-900\/20 {
    border-left-color: rgb(54 83 20 / 0.2);
  }

  .md\:border-l-lime-900\/25 {
    border-left-color: rgb(54 83 20 / 0.25);
  }

  .md\:border-l-lime-900\/30 {
    border-left-color: rgb(54 83 20 / 0.3);
  }

  .md\:border-l-lime-900\/35 {
    border-left-color: rgb(54 83 20 / 0.35);
  }

  .md\:border-l-lime-900\/40 {
    border-left-color: rgb(54 83 20 / 0.4);
  }

  .md\:border-l-lime-900\/45 {
    border-left-color: rgb(54 83 20 / 0.45);
  }

  .md\:border-l-lime-900\/5 {
    border-left-color: rgb(54 83 20 / 0.05);
  }

  .md\:border-l-lime-900\/50 {
    border-left-color: rgb(54 83 20 / 0.5);
  }

  .md\:border-l-lime-900\/55 {
    border-left-color: rgb(54 83 20 / 0.55);
  }

  .md\:border-l-lime-900\/60 {
    border-left-color: rgb(54 83 20 / 0.6);
  }

  .md\:border-l-lime-900\/65 {
    border-left-color: rgb(54 83 20 / 0.65);
  }

  .md\:border-l-lime-900\/70 {
    border-left-color: rgb(54 83 20 / 0.7);
  }

  .md\:border-l-lime-900\/75 {
    border-left-color: rgb(54 83 20 / 0.75);
  }

  .md\:border-l-lime-900\/80 {
    border-left-color: rgb(54 83 20 / 0.8);
  }

  .md\:border-l-lime-900\/85 {
    border-left-color: rgb(54 83 20 / 0.85);
  }

  .md\:border-l-lime-900\/90 {
    border-left-color: rgb(54 83 20 / 0.9);
  }

  .md\:border-l-lime-900\/95 {
    border-left-color: rgb(54 83 20 / 0.95);
  }

  .md\:border-l-lime-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(26 46 5 / var(--tw-border-opacity));
  }

  .md\:border-l-lime-950\/0 {
    border-left-color: rgb(26 46 5 / 0);
  }

  .md\:border-l-lime-950\/10 {
    border-left-color: rgb(26 46 5 / 0.1);
  }

  .md\:border-l-lime-950\/100 {
    border-left-color: rgb(26 46 5 / 1);
  }

  .md\:border-l-lime-950\/15 {
    border-left-color: rgb(26 46 5 / 0.15);
  }

  .md\:border-l-lime-950\/20 {
    border-left-color: rgb(26 46 5 / 0.2);
  }

  .md\:border-l-lime-950\/25 {
    border-left-color: rgb(26 46 5 / 0.25);
  }

  .md\:border-l-lime-950\/30 {
    border-left-color: rgb(26 46 5 / 0.3);
  }

  .md\:border-l-lime-950\/35 {
    border-left-color: rgb(26 46 5 / 0.35);
  }

  .md\:border-l-lime-950\/40 {
    border-left-color: rgb(26 46 5 / 0.4);
  }

  .md\:border-l-lime-950\/45 {
    border-left-color: rgb(26 46 5 / 0.45);
  }

  .md\:border-l-lime-950\/5 {
    border-left-color: rgb(26 46 5 / 0.05);
  }

  .md\:border-l-lime-950\/50 {
    border-left-color: rgb(26 46 5 / 0.5);
  }

  .md\:border-l-lime-950\/55 {
    border-left-color: rgb(26 46 5 / 0.55);
  }

  .md\:border-l-lime-950\/60 {
    border-left-color: rgb(26 46 5 / 0.6);
  }

  .md\:border-l-lime-950\/65 {
    border-left-color: rgb(26 46 5 / 0.65);
  }

  .md\:border-l-lime-950\/70 {
    border-left-color: rgb(26 46 5 / 0.7);
  }

  .md\:border-l-lime-950\/75 {
    border-left-color: rgb(26 46 5 / 0.75);
  }

  .md\:border-l-lime-950\/80 {
    border-left-color: rgb(26 46 5 / 0.8);
  }

  .md\:border-l-lime-950\/85 {
    border-left-color: rgb(26 46 5 / 0.85);
  }

  .md\:border-l-lime-950\/90 {
    border-left-color: rgb(26 46 5 / 0.9);
  }

  .md\:border-l-lime-950\/95 {
    border-left-color: rgb(26 46 5 / 0.95);
  }

  .md\:border-l-neutral-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 245 245 / var(--tw-border-opacity));
  }

  .md\:border-l-neutral-100\/0 {
    border-left-color: rgb(245 245 245 / 0);
  }

  .md\:border-l-neutral-100\/10 {
    border-left-color: rgb(245 245 245 / 0.1);
  }

  .md\:border-l-neutral-100\/100 {
    border-left-color: rgb(245 245 245 / 1);
  }

  .md\:border-l-neutral-100\/15 {
    border-left-color: rgb(245 245 245 / 0.15);
  }

  .md\:border-l-neutral-100\/20 {
    border-left-color: rgb(245 245 245 / 0.2);
  }

  .md\:border-l-neutral-100\/25 {
    border-left-color: rgb(245 245 245 / 0.25);
  }

  .md\:border-l-neutral-100\/30 {
    border-left-color: rgb(245 245 245 / 0.3);
  }

  .md\:border-l-neutral-100\/35 {
    border-left-color: rgb(245 245 245 / 0.35);
  }

  .md\:border-l-neutral-100\/40 {
    border-left-color: rgb(245 245 245 / 0.4);
  }

  .md\:border-l-neutral-100\/45 {
    border-left-color: rgb(245 245 245 / 0.45);
  }

  .md\:border-l-neutral-100\/5 {
    border-left-color: rgb(245 245 245 / 0.05);
  }

  .md\:border-l-neutral-100\/50 {
    border-left-color: rgb(245 245 245 / 0.5);
  }

  .md\:border-l-neutral-100\/55 {
    border-left-color: rgb(245 245 245 / 0.55);
  }

  .md\:border-l-neutral-100\/60 {
    border-left-color: rgb(245 245 245 / 0.6);
  }

  .md\:border-l-neutral-100\/65 {
    border-left-color: rgb(245 245 245 / 0.65);
  }

  .md\:border-l-neutral-100\/70 {
    border-left-color: rgb(245 245 245 / 0.7);
  }

  .md\:border-l-neutral-100\/75 {
    border-left-color: rgb(245 245 245 / 0.75);
  }

  .md\:border-l-neutral-100\/80 {
    border-left-color: rgb(245 245 245 / 0.8);
  }

  .md\:border-l-neutral-100\/85 {
    border-left-color: rgb(245 245 245 / 0.85);
  }

  .md\:border-l-neutral-100\/90 {
    border-left-color: rgb(245 245 245 / 0.9);
  }

  .md\:border-l-neutral-100\/95 {
    border-left-color: rgb(245 245 245 / 0.95);
  }

  .md\:border-l-neutral-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(229 229 229 / var(--tw-border-opacity));
  }

  .md\:border-l-neutral-200\/0 {
    border-left-color: rgb(229 229 229 / 0);
  }

  .md\:border-l-neutral-200\/10 {
    border-left-color: rgb(229 229 229 / 0.1);
  }

  .md\:border-l-neutral-200\/100 {
    border-left-color: rgb(229 229 229 / 1);
  }

  .md\:border-l-neutral-200\/15 {
    border-left-color: rgb(229 229 229 / 0.15);
  }

  .md\:border-l-neutral-200\/20 {
    border-left-color: rgb(229 229 229 / 0.2);
  }

  .md\:border-l-neutral-200\/25 {
    border-left-color: rgb(229 229 229 / 0.25);
  }

  .md\:border-l-neutral-200\/30 {
    border-left-color: rgb(229 229 229 / 0.3);
  }

  .md\:border-l-neutral-200\/35 {
    border-left-color: rgb(229 229 229 / 0.35);
  }

  .md\:border-l-neutral-200\/40 {
    border-left-color: rgb(229 229 229 / 0.4);
  }

  .md\:border-l-neutral-200\/45 {
    border-left-color: rgb(229 229 229 / 0.45);
  }

  .md\:border-l-neutral-200\/5 {
    border-left-color: rgb(229 229 229 / 0.05);
  }

  .md\:border-l-neutral-200\/50 {
    border-left-color: rgb(229 229 229 / 0.5);
  }

  .md\:border-l-neutral-200\/55 {
    border-left-color: rgb(229 229 229 / 0.55);
  }

  .md\:border-l-neutral-200\/60 {
    border-left-color: rgb(229 229 229 / 0.6);
  }

  .md\:border-l-neutral-200\/65 {
    border-left-color: rgb(229 229 229 / 0.65);
  }

  .md\:border-l-neutral-200\/70 {
    border-left-color: rgb(229 229 229 / 0.7);
  }

  .md\:border-l-neutral-200\/75 {
    border-left-color: rgb(229 229 229 / 0.75);
  }

  .md\:border-l-neutral-200\/80 {
    border-left-color: rgb(229 229 229 / 0.8);
  }

  .md\:border-l-neutral-200\/85 {
    border-left-color: rgb(229 229 229 / 0.85);
  }

  .md\:border-l-neutral-200\/90 {
    border-left-color: rgb(229 229 229 / 0.9);
  }

  .md\:border-l-neutral-200\/95 {
    border-left-color: rgb(229 229 229 / 0.95);
  }

  .md\:border-l-neutral-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(212 212 212 / var(--tw-border-opacity));
  }

  .md\:border-l-neutral-300\/0 {
    border-left-color: rgb(212 212 212 / 0);
  }

  .md\:border-l-neutral-300\/10 {
    border-left-color: rgb(212 212 212 / 0.1);
  }

  .md\:border-l-neutral-300\/100 {
    border-left-color: rgb(212 212 212 / 1);
  }

  .md\:border-l-neutral-300\/15 {
    border-left-color: rgb(212 212 212 / 0.15);
  }

  .md\:border-l-neutral-300\/20 {
    border-left-color: rgb(212 212 212 / 0.2);
  }

  .md\:border-l-neutral-300\/25 {
    border-left-color: rgb(212 212 212 / 0.25);
  }

  .md\:border-l-neutral-300\/30 {
    border-left-color: rgb(212 212 212 / 0.3);
  }

  .md\:border-l-neutral-300\/35 {
    border-left-color: rgb(212 212 212 / 0.35);
  }

  .md\:border-l-neutral-300\/40 {
    border-left-color: rgb(212 212 212 / 0.4);
  }

  .md\:border-l-neutral-300\/45 {
    border-left-color: rgb(212 212 212 / 0.45);
  }

  .md\:border-l-neutral-300\/5 {
    border-left-color: rgb(212 212 212 / 0.05);
  }

  .md\:border-l-neutral-300\/50 {
    border-left-color: rgb(212 212 212 / 0.5);
  }

  .md\:border-l-neutral-300\/55 {
    border-left-color: rgb(212 212 212 / 0.55);
  }

  .md\:border-l-neutral-300\/60 {
    border-left-color: rgb(212 212 212 / 0.6);
  }

  .md\:border-l-neutral-300\/65 {
    border-left-color: rgb(212 212 212 / 0.65);
  }

  .md\:border-l-neutral-300\/70 {
    border-left-color: rgb(212 212 212 / 0.7);
  }

  .md\:border-l-neutral-300\/75 {
    border-left-color: rgb(212 212 212 / 0.75);
  }

  .md\:border-l-neutral-300\/80 {
    border-left-color: rgb(212 212 212 / 0.8);
  }

  .md\:border-l-neutral-300\/85 {
    border-left-color: rgb(212 212 212 / 0.85);
  }

  .md\:border-l-neutral-300\/90 {
    border-left-color: rgb(212 212 212 / 0.9);
  }

  .md\:border-l-neutral-300\/95 {
    border-left-color: rgb(212 212 212 / 0.95);
  }

  .md\:border-l-neutral-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(163 163 163 / var(--tw-border-opacity));
  }

  .md\:border-l-neutral-400\/0 {
    border-left-color: rgb(163 163 163 / 0);
  }

  .md\:border-l-neutral-400\/10 {
    border-left-color: rgb(163 163 163 / 0.1);
  }

  .md\:border-l-neutral-400\/100 {
    border-left-color: rgb(163 163 163 / 1);
  }

  .md\:border-l-neutral-400\/15 {
    border-left-color: rgb(163 163 163 / 0.15);
  }

  .md\:border-l-neutral-400\/20 {
    border-left-color: rgb(163 163 163 / 0.2);
  }

  .md\:border-l-neutral-400\/25 {
    border-left-color: rgb(163 163 163 / 0.25);
  }

  .md\:border-l-neutral-400\/30 {
    border-left-color: rgb(163 163 163 / 0.3);
  }

  .md\:border-l-neutral-400\/35 {
    border-left-color: rgb(163 163 163 / 0.35);
  }

  .md\:border-l-neutral-400\/40 {
    border-left-color: rgb(163 163 163 / 0.4);
  }

  .md\:border-l-neutral-400\/45 {
    border-left-color: rgb(163 163 163 / 0.45);
  }

  .md\:border-l-neutral-400\/5 {
    border-left-color: rgb(163 163 163 / 0.05);
  }

  .md\:border-l-neutral-400\/50 {
    border-left-color: rgb(163 163 163 / 0.5);
  }

  .md\:border-l-neutral-400\/55 {
    border-left-color: rgb(163 163 163 / 0.55);
  }

  .md\:border-l-neutral-400\/60 {
    border-left-color: rgb(163 163 163 / 0.6);
  }

  .md\:border-l-neutral-400\/65 {
    border-left-color: rgb(163 163 163 / 0.65);
  }

  .md\:border-l-neutral-400\/70 {
    border-left-color: rgb(163 163 163 / 0.7);
  }

  .md\:border-l-neutral-400\/75 {
    border-left-color: rgb(163 163 163 / 0.75);
  }

  .md\:border-l-neutral-400\/80 {
    border-left-color: rgb(163 163 163 / 0.8);
  }

  .md\:border-l-neutral-400\/85 {
    border-left-color: rgb(163 163 163 / 0.85);
  }

  .md\:border-l-neutral-400\/90 {
    border-left-color: rgb(163 163 163 / 0.9);
  }

  .md\:border-l-neutral-400\/95 {
    border-left-color: rgb(163 163 163 / 0.95);
  }

  .md\:border-l-neutral-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .md\:border-l-neutral-50\/0 {
    border-left-color: rgb(250 250 250 / 0);
  }

  .md\:border-l-neutral-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1);
  }

  .md\:border-l-neutral-50\/100 {
    border-left-color: rgb(250 250 250 / 1);
  }

  .md\:border-l-neutral-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15);
  }

  .md\:border-l-neutral-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2);
  }

  .md\:border-l-neutral-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25);
  }

  .md\:border-l-neutral-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3);
  }

  .md\:border-l-neutral-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35);
  }

  .md\:border-l-neutral-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4);
  }

  .md\:border-l-neutral-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45);
  }

  .md\:border-l-neutral-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05);
  }

  .md\:border-l-neutral-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5);
  }

  .md\:border-l-neutral-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55);
  }

  .md\:border-l-neutral-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6);
  }

  .md\:border-l-neutral-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65);
  }

  .md\:border-l-neutral-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7);
  }

  .md\:border-l-neutral-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75);
  }

  .md\:border-l-neutral-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8);
  }

  .md\:border-l-neutral-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85);
  }

  .md\:border-l-neutral-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9);
  }

  .md\:border-l-neutral-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95);
  }

  .md\:border-l-neutral-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(115 115 115 / var(--tw-border-opacity));
  }

  .md\:border-l-neutral-500\/0 {
    border-left-color: rgb(115 115 115 / 0);
  }

  .md\:border-l-neutral-500\/10 {
    border-left-color: rgb(115 115 115 / 0.1);
  }

  .md\:border-l-neutral-500\/100 {
    border-left-color: rgb(115 115 115 / 1);
  }

  .md\:border-l-neutral-500\/15 {
    border-left-color: rgb(115 115 115 / 0.15);
  }

  .md\:border-l-neutral-500\/20 {
    border-left-color: rgb(115 115 115 / 0.2);
  }

  .md\:border-l-neutral-500\/25 {
    border-left-color: rgb(115 115 115 / 0.25);
  }

  .md\:border-l-neutral-500\/30 {
    border-left-color: rgb(115 115 115 / 0.3);
  }

  .md\:border-l-neutral-500\/35 {
    border-left-color: rgb(115 115 115 / 0.35);
  }

  .md\:border-l-neutral-500\/40 {
    border-left-color: rgb(115 115 115 / 0.4);
  }

  .md\:border-l-neutral-500\/45 {
    border-left-color: rgb(115 115 115 / 0.45);
  }

  .md\:border-l-neutral-500\/5 {
    border-left-color: rgb(115 115 115 / 0.05);
  }

  .md\:border-l-neutral-500\/50 {
    border-left-color: rgb(115 115 115 / 0.5);
  }

  .md\:border-l-neutral-500\/55 {
    border-left-color: rgb(115 115 115 / 0.55);
  }

  .md\:border-l-neutral-500\/60 {
    border-left-color: rgb(115 115 115 / 0.6);
  }

  .md\:border-l-neutral-500\/65 {
    border-left-color: rgb(115 115 115 / 0.65);
  }

  .md\:border-l-neutral-500\/70 {
    border-left-color: rgb(115 115 115 / 0.7);
  }

  .md\:border-l-neutral-500\/75 {
    border-left-color: rgb(115 115 115 / 0.75);
  }

  .md\:border-l-neutral-500\/80 {
    border-left-color: rgb(115 115 115 / 0.8);
  }

  .md\:border-l-neutral-500\/85 {
    border-left-color: rgb(115 115 115 / 0.85);
  }

  .md\:border-l-neutral-500\/90 {
    border-left-color: rgb(115 115 115 / 0.9);
  }

  .md\:border-l-neutral-500\/95 {
    border-left-color: rgb(115 115 115 / 0.95);
  }

  .md\:border-l-neutral-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(82 82 82 / var(--tw-border-opacity));
  }

  .md\:border-l-neutral-600\/0 {
    border-left-color: rgb(82 82 82 / 0);
  }

  .md\:border-l-neutral-600\/10 {
    border-left-color: rgb(82 82 82 / 0.1);
  }

  .md\:border-l-neutral-600\/100 {
    border-left-color: rgb(82 82 82 / 1);
  }

  .md\:border-l-neutral-600\/15 {
    border-left-color: rgb(82 82 82 / 0.15);
  }

  .md\:border-l-neutral-600\/20 {
    border-left-color: rgb(82 82 82 / 0.2);
  }

  .md\:border-l-neutral-600\/25 {
    border-left-color: rgb(82 82 82 / 0.25);
  }

  .md\:border-l-neutral-600\/30 {
    border-left-color: rgb(82 82 82 / 0.3);
  }

  .md\:border-l-neutral-600\/35 {
    border-left-color: rgb(82 82 82 / 0.35);
  }

  .md\:border-l-neutral-600\/40 {
    border-left-color: rgb(82 82 82 / 0.4);
  }

  .md\:border-l-neutral-600\/45 {
    border-left-color: rgb(82 82 82 / 0.45);
  }

  .md\:border-l-neutral-600\/5 {
    border-left-color: rgb(82 82 82 / 0.05);
  }

  .md\:border-l-neutral-600\/50 {
    border-left-color: rgb(82 82 82 / 0.5);
  }

  .md\:border-l-neutral-600\/55 {
    border-left-color: rgb(82 82 82 / 0.55);
  }

  .md\:border-l-neutral-600\/60 {
    border-left-color: rgb(82 82 82 / 0.6);
  }

  .md\:border-l-neutral-600\/65 {
    border-left-color: rgb(82 82 82 / 0.65);
  }

  .md\:border-l-neutral-600\/70 {
    border-left-color: rgb(82 82 82 / 0.7);
  }

  .md\:border-l-neutral-600\/75 {
    border-left-color: rgb(82 82 82 / 0.75);
  }

  .md\:border-l-neutral-600\/80 {
    border-left-color: rgb(82 82 82 / 0.8);
  }

  .md\:border-l-neutral-600\/85 {
    border-left-color: rgb(82 82 82 / 0.85);
  }

  .md\:border-l-neutral-600\/90 {
    border-left-color: rgb(82 82 82 / 0.9);
  }

  .md\:border-l-neutral-600\/95 {
    border-left-color: rgb(82 82 82 / 0.95);
  }

  .md\:border-l-neutral-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(64 64 64 / var(--tw-border-opacity));
  }

  .md\:border-l-neutral-700\/0 {
    border-left-color: rgb(64 64 64 / 0);
  }

  .md\:border-l-neutral-700\/10 {
    border-left-color: rgb(64 64 64 / 0.1);
  }

  .md\:border-l-neutral-700\/100 {
    border-left-color: rgb(64 64 64 / 1);
  }

  .md\:border-l-neutral-700\/15 {
    border-left-color: rgb(64 64 64 / 0.15);
  }

  .md\:border-l-neutral-700\/20 {
    border-left-color: rgb(64 64 64 / 0.2);
  }

  .md\:border-l-neutral-700\/25 {
    border-left-color: rgb(64 64 64 / 0.25);
  }

  .md\:border-l-neutral-700\/30 {
    border-left-color: rgb(64 64 64 / 0.3);
  }

  .md\:border-l-neutral-700\/35 {
    border-left-color: rgb(64 64 64 / 0.35);
  }

  .md\:border-l-neutral-700\/40 {
    border-left-color: rgb(64 64 64 / 0.4);
  }

  .md\:border-l-neutral-700\/45 {
    border-left-color: rgb(64 64 64 / 0.45);
  }

  .md\:border-l-neutral-700\/5 {
    border-left-color: rgb(64 64 64 / 0.05);
  }

  .md\:border-l-neutral-700\/50 {
    border-left-color: rgb(64 64 64 / 0.5);
  }

  .md\:border-l-neutral-700\/55 {
    border-left-color: rgb(64 64 64 / 0.55);
  }

  .md\:border-l-neutral-700\/60 {
    border-left-color: rgb(64 64 64 / 0.6);
  }

  .md\:border-l-neutral-700\/65 {
    border-left-color: rgb(64 64 64 / 0.65);
  }

  .md\:border-l-neutral-700\/70 {
    border-left-color: rgb(64 64 64 / 0.7);
  }

  .md\:border-l-neutral-700\/75 {
    border-left-color: rgb(64 64 64 / 0.75);
  }

  .md\:border-l-neutral-700\/80 {
    border-left-color: rgb(64 64 64 / 0.8);
  }

  .md\:border-l-neutral-700\/85 {
    border-left-color: rgb(64 64 64 / 0.85);
  }

  .md\:border-l-neutral-700\/90 {
    border-left-color: rgb(64 64 64 / 0.9);
  }

  .md\:border-l-neutral-700\/95 {
    border-left-color: rgb(64 64 64 / 0.95);
  }

  .md\:border-l-neutral-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(38 38 38 / var(--tw-border-opacity));
  }

  .md\:border-l-neutral-800\/0 {
    border-left-color: rgb(38 38 38 / 0);
  }

  .md\:border-l-neutral-800\/10 {
    border-left-color: rgb(38 38 38 / 0.1);
  }

  .md\:border-l-neutral-800\/100 {
    border-left-color: rgb(38 38 38 / 1);
  }

  .md\:border-l-neutral-800\/15 {
    border-left-color: rgb(38 38 38 / 0.15);
  }

  .md\:border-l-neutral-800\/20 {
    border-left-color: rgb(38 38 38 / 0.2);
  }

  .md\:border-l-neutral-800\/25 {
    border-left-color: rgb(38 38 38 / 0.25);
  }

  .md\:border-l-neutral-800\/30 {
    border-left-color: rgb(38 38 38 / 0.3);
  }

  .md\:border-l-neutral-800\/35 {
    border-left-color: rgb(38 38 38 / 0.35);
  }

  .md\:border-l-neutral-800\/40 {
    border-left-color: rgb(38 38 38 / 0.4);
  }

  .md\:border-l-neutral-800\/45 {
    border-left-color: rgb(38 38 38 / 0.45);
  }

  .md\:border-l-neutral-800\/5 {
    border-left-color: rgb(38 38 38 / 0.05);
  }

  .md\:border-l-neutral-800\/50 {
    border-left-color: rgb(38 38 38 / 0.5);
  }

  .md\:border-l-neutral-800\/55 {
    border-left-color: rgb(38 38 38 / 0.55);
  }

  .md\:border-l-neutral-800\/60 {
    border-left-color: rgb(38 38 38 / 0.6);
  }

  .md\:border-l-neutral-800\/65 {
    border-left-color: rgb(38 38 38 / 0.65);
  }

  .md\:border-l-neutral-800\/70 {
    border-left-color: rgb(38 38 38 / 0.7);
  }

  .md\:border-l-neutral-800\/75 {
    border-left-color: rgb(38 38 38 / 0.75);
  }

  .md\:border-l-neutral-800\/80 {
    border-left-color: rgb(38 38 38 / 0.8);
  }

  .md\:border-l-neutral-800\/85 {
    border-left-color: rgb(38 38 38 / 0.85);
  }

  .md\:border-l-neutral-800\/90 {
    border-left-color: rgb(38 38 38 / 0.9);
  }

  .md\:border-l-neutral-800\/95 {
    border-left-color: rgb(38 38 38 / 0.95);
  }

  .md\:border-l-neutral-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(23 23 23 / var(--tw-border-opacity));
  }

  .md\:border-l-neutral-900\/0 {
    border-left-color: rgb(23 23 23 / 0);
  }

  .md\:border-l-neutral-900\/10 {
    border-left-color: rgb(23 23 23 / 0.1);
  }

  .md\:border-l-neutral-900\/100 {
    border-left-color: rgb(23 23 23 / 1);
  }

  .md\:border-l-neutral-900\/15 {
    border-left-color: rgb(23 23 23 / 0.15);
  }

  .md\:border-l-neutral-900\/20 {
    border-left-color: rgb(23 23 23 / 0.2);
  }

  .md\:border-l-neutral-900\/25 {
    border-left-color: rgb(23 23 23 / 0.25);
  }

  .md\:border-l-neutral-900\/30 {
    border-left-color: rgb(23 23 23 / 0.3);
  }

  .md\:border-l-neutral-900\/35 {
    border-left-color: rgb(23 23 23 / 0.35);
  }

  .md\:border-l-neutral-900\/40 {
    border-left-color: rgb(23 23 23 / 0.4);
  }

  .md\:border-l-neutral-900\/45 {
    border-left-color: rgb(23 23 23 / 0.45);
  }

  .md\:border-l-neutral-900\/5 {
    border-left-color: rgb(23 23 23 / 0.05);
  }

  .md\:border-l-neutral-900\/50 {
    border-left-color: rgb(23 23 23 / 0.5);
  }

  .md\:border-l-neutral-900\/55 {
    border-left-color: rgb(23 23 23 / 0.55);
  }

  .md\:border-l-neutral-900\/60 {
    border-left-color: rgb(23 23 23 / 0.6);
  }

  .md\:border-l-neutral-900\/65 {
    border-left-color: rgb(23 23 23 / 0.65);
  }

  .md\:border-l-neutral-900\/70 {
    border-left-color: rgb(23 23 23 / 0.7);
  }

  .md\:border-l-neutral-900\/75 {
    border-left-color: rgb(23 23 23 / 0.75);
  }

  .md\:border-l-neutral-900\/80 {
    border-left-color: rgb(23 23 23 / 0.8);
  }

  .md\:border-l-neutral-900\/85 {
    border-left-color: rgb(23 23 23 / 0.85);
  }

  .md\:border-l-neutral-900\/90 {
    border-left-color: rgb(23 23 23 / 0.9);
  }

  .md\:border-l-neutral-900\/95 {
    border-left-color: rgb(23 23 23 / 0.95);
  }

  .md\:border-l-neutral-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(10 10 10 / var(--tw-border-opacity));
  }

  .md\:border-l-neutral-950\/0 {
    border-left-color: rgb(10 10 10 / 0);
  }

  .md\:border-l-neutral-950\/10 {
    border-left-color: rgb(10 10 10 / 0.1);
  }

  .md\:border-l-neutral-950\/100 {
    border-left-color: rgb(10 10 10 / 1);
  }

  .md\:border-l-neutral-950\/15 {
    border-left-color: rgb(10 10 10 / 0.15);
  }

  .md\:border-l-neutral-950\/20 {
    border-left-color: rgb(10 10 10 / 0.2);
  }

  .md\:border-l-neutral-950\/25 {
    border-left-color: rgb(10 10 10 / 0.25);
  }

  .md\:border-l-neutral-950\/30 {
    border-left-color: rgb(10 10 10 / 0.3);
  }

  .md\:border-l-neutral-950\/35 {
    border-left-color: rgb(10 10 10 / 0.35);
  }

  .md\:border-l-neutral-950\/40 {
    border-left-color: rgb(10 10 10 / 0.4);
  }

  .md\:border-l-neutral-950\/45 {
    border-left-color: rgb(10 10 10 / 0.45);
  }

  .md\:border-l-neutral-950\/5 {
    border-left-color: rgb(10 10 10 / 0.05);
  }

  .md\:border-l-neutral-950\/50 {
    border-left-color: rgb(10 10 10 / 0.5);
  }

  .md\:border-l-neutral-950\/55 {
    border-left-color: rgb(10 10 10 / 0.55);
  }

  .md\:border-l-neutral-950\/60 {
    border-left-color: rgb(10 10 10 / 0.6);
  }

  .md\:border-l-neutral-950\/65 {
    border-left-color: rgb(10 10 10 / 0.65);
  }

  .md\:border-l-neutral-950\/70 {
    border-left-color: rgb(10 10 10 / 0.7);
  }

  .md\:border-l-neutral-950\/75 {
    border-left-color: rgb(10 10 10 / 0.75);
  }

  .md\:border-l-neutral-950\/80 {
    border-left-color: rgb(10 10 10 / 0.8);
  }

  .md\:border-l-neutral-950\/85 {
    border-left-color: rgb(10 10 10 / 0.85);
  }

  .md\:border-l-neutral-950\/90 {
    border-left-color: rgb(10 10 10 / 0.9);
  }

  .md\:border-l-neutral-950\/95 {
    border-left-color: rgb(10 10 10 / 0.95);
  }

  .md\:border-l-orange-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 237 213 / var(--tw-border-opacity));
  }

  .md\:border-l-orange-100\/0 {
    border-left-color: rgb(255 237 213 / 0);
  }

  .md\:border-l-orange-100\/10 {
    border-left-color: rgb(255 237 213 / 0.1);
  }

  .md\:border-l-orange-100\/100 {
    border-left-color: rgb(255 237 213 / 1);
  }

  .md\:border-l-orange-100\/15 {
    border-left-color: rgb(255 237 213 / 0.15);
  }

  .md\:border-l-orange-100\/20 {
    border-left-color: rgb(255 237 213 / 0.2);
  }

  .md\:border-l-orange-100\/25 {
    border-left-color: rgb(255 237 213 / 0.25);
  }

  .md\:border-l-orange-100\/30 {
    border-left-color: rgb(255 237 213 / 0.3);
  }

  .md\:border-l-orange-100\/35 {
    border-left-color: rgb(255 237 213 / 0.35);
  }

  .md\:border-l-orange-100\/40 {
    border-left-color: rgb(255 237 213 / 0.4);
  }

  .md\:border-l-orange-100\/45 {
    border-left-color: rgb(255 237 213 / 0.45);
  }

  .md\:border-l-orange-100\/5 {
    border-left-color: rgb(255 237 213 / 0.05);
  }

  .md\:border-l-orange-100\/50 {
    border-left-color: rgb(255 237 213 / 0.5);
  }

  .md\:border-l-orange-100\/55 {
    border-left-color: rgb(255 237 213 / 0.55);
  }

  .md\:border-l-orange-100\/60 {
    border-left-color: rgb(255 237 213 / 0.6);
  }

  .md\:border-l-orange-100\/65 {
    border-left-color: rgb(255 237 213 / 0.65);
  }

  .md\:border-l-orange-100\/70 {
    border-left-color: rgb(255 237 213 / 0.7);
  }

  .md\:border-l-orange-100\/75 {
    border-left-color: rgb(255 237 213 / 0.75);
  }

  .md\:border-l-orange-100\/80 {
    border-left-color: rgb(255 237 213 / 0.8);
  }

  .md\:border-l-orange-100\/85 {
    border-left-color: rgb(255 237 213 / 0.85);
  }

  .md\:border-l-orange-100\/90 {
    border-left-color: rgb(255 237 213 / 0.9);
  }

  .md\:border-l-orange-100\/95 {
    border-left-color: rgb(255 237 213 / 0.95);
  }

  .md\:border-l-orange-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 215 170 / var(--tw-border-opacity));
  }

  .md\:border-l-orange-200\/0 {
    border-left-color: rgb(254 215 170 / 0);
  }

  .md\:border-l-orange-200\/10 {
    border-left-color: rgb(254 215 170 / 0.1);
  }

  .md\:border-l-orange-200\/100 {
    border-left-color: rgb(254 215 170 / 1);
  }

  .md\:border-l-orange-200\/15 {
    border-left-color: rgb(254 215 170 / 0.15);
  }

  .md\:border-l-orange-200\/20 {
    border-left-color: rgb(254 215 170 / 0.2);
  }

  .md\:border-l-orange-200\/25 {
    border-left-color: rgb(254 215 170 / 0.25);
  }

  .md\:border-l-orange-200\/30 {
    border-left-color: rgb(254 215 170 / 0.3);
  }

  .md\:border-l-orange-200\/35 {
    border-left-color: rgb(254 215 170 / 0.35);
  }

  .md\:border-l-orange-200\/40 {
    border-left-color: rgb(254 215 170 / 0.4);
  }

  .md\:border-l-orange-200\/45 {
    border-left-color: rgb(254 215 170 / 0.45);
  }

  .md\:border-l-orange-200\/5 {
    border-left-color: rgb(254 215 170 / 0.05);
  }

  .md\:border-l-orange-200\/50 {
    border-left-color: rgb(254 215 170 / 0.5);
  }

  .md\:border-l-orange-200\/55 {
    border-left-color: rgb(254 215 170 / 0.55);
  }

  .md\:border-l-orange-200\/60 {
    border-left-color: rgb(254 215 170 / 0.6);
  }

  .md\:border-l-orange-200\/65 {
    border-left-color: rgb(254 215 170 / 0.65);
  }

  .md\:border-l-orange-200\/70 {
    border-left-color: rgb(254 215 170 / 0.7);
  }

  .md\:border-l-orange-200\/75 {
    border-left-color: rgb(254 215 170 / 0.75);
  }

  .md\:border-l-orange-200\/80 {
    border-left-color: rgb(254 215 170 / 0.8);
  }

  .md\:border-l-orange-200\/85 {
    border-left-color: rgb(254 215 170 / 0.85);
  }

  .md\:border-l-orange-200\/90 {
    border-left-color: rgb(254 215 170 / 0.9);
  }

  .md\:border-l-orange-200\/95 {
    border-left-color: rgb(254 215 170 / 0.95);
  }

  .md\:border-l-orange-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 186 116 / var(--tw-border-opacity));
  }

  .md\:border-l-orange-300\/0 {
    border-left-color: rgb(253 186 116 / 0);
  }

  .md\:border-l-orange-300\/10 {
    border-left-color: rgb(253 186 116 / 0.1);
  }

  .md\:border-l-orange-300\/100 {
    border-left-color: rgb(253 186 116 / 1);
  }

  .md\:border-l-orange-300\/15 {
    border-left-color: rgb(253 186 116 / 0.15);
  }

  .md\:border-l-orange-300\/20 {
    border-left-color: rgb(253 186 116 / 0.2);
  }

  .md\:border-l-orange-300\/25 {
    border-left-color: rgb(253 186 116 / 0.25);
  }

  .md\:border-l-orange-300\/30 {
    border-left-color: rgb(253 186 116 / 0.3);
  }

  .md\:border-l-orange-300\/35 {
    border-left-color: rgb(253 186 116 / 0.35);
  }

  .md\:border-l-orange-300\/40 {
    border-left-color: rgb(253 186 116 / 0.4);
  }

  .md\:border-l-orange-300\/45 {
    border-left-color: rgb(253 186 116 / 0.45);
  }

  .md\:border-l-orange-300\/5 {
    border-left-color: rgb(253 186 116 / 0.05);
  }

  .md\:border-l-orange-300\/50 {
    border-left-color: rgb(253 186 116 / 0.5);
  }

  .md\:border-l-orange-300\/55 {
    border-left-color: rgb(253 186 116 / 0.55);
  }

  .md\:border-l-orange-300\/60 {
    border-left-color: rgb(253 186 116 / 0.6);
  }

  .md\:border-l-orange-300\/65 {
    border-left-color: rgb(253 186 116 / 0.65);
  }

  .md\:border-l-orange-300\/70 {
    border-left-color: rgb(253 186 116 / 0.7);
  }

  .md\:border-l-orange-300\/75 {
    border-left-color: rgb(253 186 116 / 0.75);
  }

  .md\:border-l-orange-300\/80 {
    border-left-color: rgb(253 186 116 / 0.8);
  }

  .md\:border-l-orange-300\/85 {
    border-left-color: rgb(253 186 116 / 0.85);
  }

  .md\:border-l-orange-300\/90 {
    border-left-color: rgb(253 186 116 / 0.9);
  }

  .md\:border-l-orange-300\/95 {
    border-left-color: rgb(253 186 116 / 0.95);
  }

  .md\:border-l-orange-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(251 146 60 / var(--tw-border-opacity));
  }

  .md\:border-l-orange-400\/0 {
    border-left-color: rgb(251 146 60 / 0);
  }

  .md\:border-l-orange-400\/10 {
    border-left-color: rgb(251 146 60 / 0.1);
  }

  .md\:border-l-orange-400\/100 {
    border-left-color: rgb(251 146 60 / 1);
  }

  .md\:border-l-orange-400\/15 {
    border-left-color: rgb(251 146 60 / 0.15);
  }

  .md\:border-l-orange-400\/20 {
    border-left-color: rgb(251 146 60 / 0.2);
  }

  .md\:border-l-orange-400\/25 {
    border-left-color: rgb(251 146 60 / 0.25);
  }

  .md\:border-l-orange-400\/30 {
    border-left-color: rgb(251 146 60 / 0.3);
  }

  .md\:border-l-orange-400\/35 {
    border-left-color: rgb(251 146 60 / 0.35);
  }

  .md\:border-l-orange-400\/40 {
    border-left-color: rgb(251 146 60 / 0.4);
  }

  .md\:border-l-orange-400\/45 {
    border-left-color: rgb(251 146 60 / 0.45);
  }

  .md\:border-l-orange-400\/5 {
    border-left-color: rgb(251 146 60 / 0.05);
  }

  .md\:border-l-orange-400\/50 {
    border-left-color: rgb(251 146 60 / 0.5);
  }

  .md\:border-l-orange-400\/55 {
    border-left-color: rgb(251 146 60 / 0.55);
  }

  .md\:border-l-orange-400\/60 {
    border-left-color: rgb(251 146 60 / 0.6);
  }

  .md\:border-l-orange-400\/65 {
    border-left-color: rgb(251 146 60 / 0.65);
  }

  .md\:border-l-orange-400\/70 {
    border-left-color: rgb(251 146 60 / 0.7);
  }

  .md\:border-l-orange-400\/75 {
    border-left-color: rgb(251 146 60 / 0.75);
  }

  .md\:border-l-orange-400\/80 {
    border-left-color: rgb(251 146 60 / 0.8);
  }

  .md\:border-l-orange-400\/85 {
    border-left-color: rgb(251 146 60 / 0.85);
  }

  .md\:border-l-orange-400\/90 {
    border-left-color: rgb(251 146 60 / 0.9);
  }

  .md\:border-l-orange-400\/95 {
    border-left-color: rgb(251 146 60 / 0.95);
  }

  .md\:border-l-orange-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 247 237 / var(--tw-border-opacity));
  }

  .md\:border-l-orange-50\/0 {
    border-left-color: rgb(255 247 237 / 0);
  }

  .md\:border-l-orange-50\/10 {
    border-left-color: rgb(255 247 237 / 0.1);
  }

  .md\:border-l-orange-50\/100 {
    border-left-color: rgb(255 247 237 / 1);
  }

  .md\:border-l-orange-50\/15 {
    border-left-color: rgb(255 247 237 / 0.15);
  }

  .md\:border-l-orange-50\/20 {
    border-left-color: rgb(255 247 237 / 0.2);
  }

  .md\:border-l-orange-50\/25 {
    border-left-color: rgb(255 247 237 / 0.25);
  }

  .md\:border-l-orange-50\/30 {
    border-left-color: rgb(255 247 237 / 0.3);
  }

  .md\:border-l-orange-50\/35 {
    border-left-color: rgb(255 247 237 / 0.35);
  }

  .md\:border-l-orange-50\/40 {
    border-left-color: rgb(255 247 237 / 0.4);
  }

  .md\:border-l-orange-50\/45 {
    border-left-color: rgb(255 247 237 / 0.45);
  }

  .md\:border-l-orange-50\/5 {
    border-left-color: rgb(255 247 237 / 0.05);
  }

  .md\:border-l-orange-50\/50 {
    border-left-color: rgb(255 247 237 / 0.5);
  }

  .md\:border-l-orange-50\/55 {
    border-left-color: rgb(255 247 237 / 0.55);
  }

  .md\:border-l-orange-50\/60 {
    border-left-color: rgb(255 247 237 / 0.6);
  }

  .md\:border-l-orange-50\/65 {
    border-left-color: rgb(255 247 237 / 0.65);
  }

  .md\:border-l-orange-50\/70 {
    border-left-color: rgb(255 247 237 / 0.7);
  }

  .md\:border-l-orange-50\/75 {
    border-left-color: rgb(255 247 237 / 0.75);
  }

  .md\:border-l-orange-50\/80 {
    border-left-color: rgb(255 247 237 / 0.8);
  }

  .md\:border-l-orange-50\/85 {
    border-left-color: rgb(255 247 237 / 0.85);
  }

  .md\:border-l-orange-50\/90 {
    border-left-color: rgb(255 247 237 / 0.9);
  }

  .md\:border-l-orange-50\/95 {
    border-left-color: rgb(255 247 237 / 0.95);
  }

  .md\:border-l-orange-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(249 115 22 / var(--tw-border-opacity));
  }

  .md\:border-l-orange-500\/0 {
    border-left-color: rgb(249 115 22 / 0);
  }

  .md\:border-l-orange-500\/10 {
    border-left-color: rgb(249 115 22 / 0.1);
  }

  .md\:border-l-orange-500\/100 {
    border-left-color: rgb(249 115 22 / 1);
  }

  .md\:border-l-orange-500\/15 {
    border-left-color: rgb(249 115 22 / 0.15);
  }

  .md\:border-l-orange-500\/20 {
    border-left-color: rgb(249 115 22 / 0.2);
  }

  .md\:border-l-orange-500\/25 {
    border-left-color: rgb(249 115 22 / 0.25);
  }

  .md\:border-l-orange-500\/30 {
    border-left-color: rgb(249 115 22 / 0.3);
  }

  .md\:border-l-orange-500\/35 {
    border-left-color: rgb(249 115 22 / 0.35);
  }

  .md\:border-l-orange-500\/40 {
    border-left-color: rgb(249 115 22 / 0.4);
  }

  .md\:border-l-orange-500\/45 {
    border-left-color: rgb(249 115 22 / 0.45);
  }

  .md\:border-l-orange-500\/5 {
    border-left-color: rgb(249 115 22 / 0.05);
  }

  .md\:border-l-orange-500\/50 {
    border-left-color: rgb(249 115 22 / 0.5);
  }

  .md\:border-l-orange-500\/55 {
    border-left-color: rgb(249 115 22 / 0.55);
  }

  .md\:border-l-orange-500\/60 {
    border-left-color: rgb(249 115 22 / 0.6);
  }

  .md\:border-l-orange-500\/65 {
    border-left-color: rgb(249 115 22 / 0.65);
  }

  .md\:border-l-orange-500\/70 {
    border-left-color: rgb(249 115 22 / 0.7);
  }

  .md\:border-l-orange-500\/75 {
    border-left-color: rgb(249 115 22 / 0.75);
  }

  .md\:border-l-orange-500\/80 {
    border-left-color: rgb(249 115 22 / 0.8);
  }

  .md\:border-l-orange-500\/85 {
    border-left-color: rgb(249 115 22 / 0.85);
  }

  .md\:border-l-orange-500\/90 {
    border-left-color: rgb(249 115 22 / 0.9);
  }

  .md\:border-l-orange-500\/95 {
    border-left-color: rgb(249 115 22 / 0.95);
  }

  .md\:border-l-orange-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 88 12 / var(--tw-border-opacity));
  }

  .md\:border-l-orange-600\/0 {
    border-left-color: rgb(234 88 12 / 0);
  }

  .md\:border-l-orange-600\/10 {
    border-left-color: rgb(234 88 12 / 0.1);
  }

  .md\:border-l-orange-600\/100 {
    border-left-color: rgb(234 88 12 / 1);
  }

  .md\:border-l-orange-600\/15 {
    border-left-color: rgb(234 88 12 / 0.15);
  }

  .md\:border-l-orange-600\/20 {
    border-left-color: rgb(234 88 12 / 0.2);
  }

  .md\:border-l-orange-600\/25 {
    border-left-color: rgb(234 88 12 / 0.25);
  }

  .md\:border-l-orange-600\/30 {
    border-left-color: rgb(234 88 12 / 0.3);
  }

  .md\:border-l-orange-600\/35 {
    border-left-color: rgb(234 88 12 / 0.35);
  }

  .md\:border-l-orange-600\/40 {
    border-left-color: rgb(234 88 12 / 0.4);
  }

  .md\:border-l-orange-600\/45 {
    border-left-color: rgb(234 88 12 / 0.45);
  }

  .md\:border-l-orange-600\/5 {
    border-left-color: rgb(234 88 12 / 0.05);
  }

  .md\:border-l-orange-600\/50 {
    border-left-color: rgb(234 88 12 / 0.5);
  }

  .md\:border-l-orange-600\/55 {
    border-left-color: rgb(234 88 12 / 0.55);
  }

  .md\:border-l-orange-600\/60 {
    border-left-color: rgb(234 88 12 / 0.6);
  }

  .md\:border-l-orange-600\/65 {
    border-left-color: rgb(234 88 12 / 0.65);
  }

  .md\:border-l-orange-600\/70 {
    border-left-color: rgb(234 88 12 / 0.7);
  }

  .md\:border-l-orange-600\/75 {
    border-left-color: rgb(234 88 12 / 0.75);
  }

  .md\:border-l-orange-600\/80 {
    border-left-color: rgb(234 88 12 / 0.8);
  }

  .md\:border-l-orange-600\/85 {
    border-left-color: rgb(234 88 12 / 0.85);
  }

  .md\:border-l-orange-600\/90 {
    border-left-color: rgb(234 88 12 / 0.9);
  }

  .md\:border-l-orange-600\/95 {
    border-left-color: rgb(234 88 12 / 0.95);
  }

  .md\:border-l-orange-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(194 65 12 / var(--tw-border-opacity));
  }

  .md\:border-l-orange-700\/0 {
    border-left-color: rgb(194 65 12 / 0);
  }

  .md\:border-l-orange-700\/10 {
    border-left-color: rgb(194 65 12 / 0.1);
  }

  .md\:border-l-orange-700\/100 {
    border-left-color: rgb(194 65 12 / 1);
  }

  .md\:border-l-orange-700\/15 {
    border-left-color: rgb(194 65 12 / 0.15);
  }

  .md\:border-l-orange-700\/20 {
    border-left-color: rgb(194 65 12 / 0.2);
  }

  .md\:border-l-orange-700\/25 {
    border-left-color: rgb(194 65 12 / 0.25);
  }

  .md\:border-l-orange-700\/30 {
    border-left-color: rgb(194 65 12 / 0.3);
  }

  .md\:border-l-orange-700\/35 {
    border-left-color: rgb(194 65 12 / 0.35);
  }

  .md\:border-l-orange-700\/40 {
    border-left-color: rgb(194 65 12 / 0.4);
  }

  .md\:border-l-orange-700\/45 {
    border-left-color: rgb(194 65 12 / 0.45);
  }

  .md\:border-l-orange-700\/5 {
    border-left-color: rgb(194 65 12 / 0.05);
  }

  .md\:border-l-orange-700\/50 {
    border-left-color: rgb(194 65 12 / 0.5);
  }

  .md\:border-l-orange-700\/55 {
    border-left-color: rgb(194 65 12 / 0.55);
  }

  .md\:border-l-orange-700\/60 {
    border-left-color: rgb(194 65 12 / 0.6);
  }

  .md\:border-l-orange-700\/65 {
    border-left-color: rgb(194 65 12 / 0.65);
  }

  .md\:border-l-orange-700\/70 {
    border-left-color: rgb(194 65 12 / 0.7);
  }

  .md\:border-l-orange-700\/75 {
    border-left-color: rgb(194 65 12 / 0.75);
  }

  .md\:border-l-orange-700\/80 {
    border-left-color: rgb(194 65 12 / 0.8);
  }

  .md\:border-l-orange-700\/85 {
    border-left-color: rgb(194 65 12 / 0.85);
  }

  .md\:border-l-orange-700\/90 {
    border-left-color: rgb(194 65 12 / 0.9);
  }

  .md\:border-l-orange-700\/95 {
    border-left-color: rgb(194 65 12 / 0.95);
  }

  .md\:border-l-orange-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(154 52 18 / var(--tw-border-opacity));
  }

  .md\:border-l-orange-800\/0 {
    border-left-color: rgb(154 52 18 / 0);
  }

  .md\:border-l-orange-800\/10 {
    border-left-color: rgb(154 52 18 / 0.1);
  }

  .md\:border-l-orange-800\/100 {
    border-left-color: rgb(154 52 18 / 1);
  }

  .md\:border-l-orange-800\/15 {
    border-left-color: rgb(154 52 18 / 0.15);
  }

  .md\:border-l-orange-800\/20 {
    border-left-color: rgb(154 52 18 / 0.2);
  }

  .md\:border-l-orange-800\/25 {
    border-left-color: rgb(154 52 18 / 0.25);
  }

  .md\:border-l-orange-800\/30 {
    border-left-color: rgb(154 52 18 / 0.3);
  }

  .md\:border-l-orange-800\/35 {
    border-left-color: rgb(154 52 18 / 0.35);
  }

  .md\:border-l-orange-800\/40 {
    border-left-color: rgb(154 52 18 / 0.4);
  }

  .md\:border-l-orange-800\/45 {
    border-left-color: rgb(154 52 18 / 0.45);
  }

  .md\:border-l-orange-800\/5 {
    border-left-color: rgb(154 52 18 / 0.05);
  }

  .md\:border-l-orange-800\/50 {
    border-left-color: rgb(154 52 18 / 0.5);
  }

  .md\:border-l-orange-800\/55 {
    border-left-color: rgb(154 52 18 / 0.55);
  }

  .md\:border-l-orange-800\/60 {
    border-left-color: rgb(154 52 18 / 0.6);
  }

  .md\:border-l-orange-800\/65 {
    border-left-color: rgb(154 52 18 / 0.65);
  }

  .md\:border-l-orange-800\/70 {
    border-left-color: rgb(154 52 18 / 0.7);
  }

  .md\:border-l-orange-800\/75 {
    border-left-color: rgb(154 52 18 / 0.75);
  }

  .md\:border-l-orange-800\/80 {
    border-left-color: rgb(154 52 18 / 0.8);
  }

  .md\:border-l-orange-800\/85 {
    border-left-color: rgb(154 52 18 / 0.85);
  }

  .md\:border-l-orange-800\/90 {
    border-left-color: rgb(154 52 18 / 0.9);
  }

  .md\:border-l-orange-800\/95 {
    border-left-color: rgb(154 52 18 / 0.95);
  }

  .md\:border-l-orange-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(124 45 18 / var(--tw-border-opacity));
  }

  .md\:border-l-orange-900\/0 {
    border-left-color: rgb(124 45 18 / 0);
  }

  .md\:border-l-orange-900\/10 {
    border-left-color: rgb(124 45 18 / 0.1);
  }

  .md\:border-l-orange-900\/100 {
    border-left-color: rgb(124 45 18 / 1);
  }

  .md\:border-l-orange-900\/15 {
    border-left-color: rgb(124 45 18 / 0.15);
  }

  .md\:border-l-orange-900\/20 {
    border-left-color: rgb(124 45 18 / 0.2);
  }

  .md\:border-l-orange-900\/25 {
    border-left-color: rgb(124 45 18 / 0.25);
  }

  .md\:border-l-orange-900\/30 {
    border-left-color: rgb(124 45 18 / 0.3);
  }

  .md\:border-l-orange-900\/35 {
    border-left-color: rgb(124 45 18 / 0.35);
  }

  .md\:border-l-orange-900\/40 {
    border-left-color: rgb(124 45 18 / 0.4);
  }

  .md\:border-l-orange-900\/45 {
    border-left-color: rgb(124 45 18 / 0.45);
  }

  .md\:border-l-orange-900\/5 {
    border-left-color: rgb(124 45 18 / 0.05);
  }

  .md\:border-l-orange-900\/50 {
    border-left-color: rgb(124 45 18 / 0.5);
  }

  .md\:border-l-orange-900\/55 {
    border-left-color: rgb(124 45 18 / 0.55);
  }

  .md\:border-l-orange-900\/60 {
    border-left-color: rgb(124 45 18 / 0.6);
  }

  .md\:border-l-orange-900\/65 {
    border-left-color: rgb(124 45 18 / 0.65);
  }

  .md\:border-l-orange-900\/70 {
    border-left-color: rgb(124 45 18 / 0.7);
  }

  .md\:border-l-orange-900\/75 {
    border-left-color: rgb(124 45 18 / 0.75);
  }

  .md\:border-l-orange-900\/80 {
    border-left-color: rgb(124 45 18 / 0.8);
  }

  .md\:border-l-orange-900\/85 {
    border-left-color: rgb(124 45 18 / 0.85);
  }

  .md\:border-l-orange-900\/90 {
    border-left-color: rgb(124 45 18 / 0.9);
  }

  .md\:border-l-orange-900\/95 {
    border-left-color: rgb(124 45 18 / 0.95);
  }

  .md\:border-l-orange-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(67 20 7 / var(--tw-border-opacity));
  }

  .md\:border-l-orange-950\/0 {
    border-left-color: rgb(67 20 7 / 0);
  }

  .md\:border-l-orange-950\/10 {
    border-left-color: rgb(67 20 7 / 0.1);
  }

  .md\:border-l-orange-950\/100 {
    border-left-color: rgb(67 20 7 / 1);
  }

  .md\:border-l-orange-950\/15 {
    border-left-color: rgb(67 20 7 / 0.15);
  }

  .md\:border-l-orange-950\/20 {
    border-left-color: rgb(67 20 7 / 0.2);
  }

  .md\:border-l-orange-950\/25 {
    border-left-color: rgb(67 20 7 / 0.25);
  }

  .md\:border-l-orange-950\/30 {
    border-left-color: rgb(67 20 7 / 0.3);
  }

  .md\:border-l-orange-950\/35 {
    border-left-color: rgb(67 20 7 / 0.35);
  }

  .md\:border-l-orange-950\/40 {
    border-left-color: rgb(67 20 7 / 0.4);
  }

  .md\:border-l-orange-950\/45 {
    border-left-color: rgb(67 20 7 / 0.45);
  }

  .md\:border-l-orange-950\/5 {
    border-left-color: rgb(67 20 7 / 0.05);
  }

  .md\:border-l-orange-950\/50 {
    border-left-color: rgb(67 20 7 / 0.5);
  }

  .md\:border-l-orange-950\/55 {
    border-left-color: rgb(67 20 7 / 0.55);
  }

  .md\:border-l-orange-950\/60 {
    border-left-color: rgb(67 20 7 / 0.6);
  }

  .md\:border-l-orange-950\/65 {
    border-left-color: rgb(67 20 7 / 0.65);
  }

  .md\:border-l-orange-950\/70 {
    border-left-color: rgb(67 20 7 / 0.7);
  }

  .md\:border-l-orange-950\/75 {
    border-left-color: rgb(67 20 7 / 0.75);
  }

  .md\:border-l-orange-950\/80 {
    border-left-color: rgb(67 20 7 / 0.8);
  }

  .md\:border-l-orange-950\/85 {
    border-left-color: rgb(67 20 7 / 0.85);
  }

  .md\:border-l-orange-950\/90 {
    border-left-color: rgb(67 20 7 / 0.9);
  }

  .md\:border-l-orange-950\/95 {
    border-left-color: rgb(67 20 7 / 0.95);
  }

  .md\:border-l-pink-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(252 231 243 / var(--tw-border-opacity));
  }

  .md\:border-l-pink-100\/0 {
    border-left-color: rgb(252 231 243 / 0);
  }

  .md\:border-l-pink-100\/10 {
    border-left-color: rgb(252 231 243 / 0.1);
  }

  .md\:border-l-pink-100\/100 {
    border-left-color: rgb(252 231 243 / 1);
  }

  .md\:border-l-pink-100\/15 {
    border-left-color: rgb(252 231 243 / 0.15);
  }

  .md\:border-l-pink-100\/20 {
    border-left-color: rgb(252 231 243 / 0.2);
  }

  .md\:border-l-pink-100\/25 {
    border-left-color: rgb(252 231 243 / 0.25);
  }

  .md\:border-l-pink-100\/30 {
    border-left-color: rgb(252 231 243 / 0.3);
  }

  .md\:border-l-pink-100\/35 {
    border-left-color: rgb(252 231 243 / 0.35);
  }

  .md\:border-l-pink-100\/40 {
    border-left-color: rgb(252 231 243 / 0.4);
  }

  .md\:border-l-pink-100\/45 {
    border-left-color: rgb(252 231 243 / 0.45);
  }

  .md\:border-l-pink-100\/5 {
    border-left-color: rgb(252 231 243 / 0.05);
  }

  .md\:border-l-pink-100\/50 {
    border-left-color: rgb(252 231 243 / 0.5);
  }

  .md\:border-l-pink-100\/55 {
    border-left-color: rgb(252 231 243 / 0.55);
  }

  .md\:border-l-pink-100\/60 {
    border-left-color: rgb(252 231 243 / 0.6);
  }

  .md\:border-l-pink-100\/65 {
    border-left-color: rgb(252 231 243 / 0.65);
  }

  .md\:border-l-pink-100\/70 {
    border-left-color: rgb(252 231 243 / 0.7);
  }

  .md\:border-l-pink-100\/75 {
    border-left-color: rgb(252 231 243 / 0.75);
  }

  .md\:border-l-pink-100\/80 {
    border-left-color: rgb(252 231 243 / 0.8);
  }

  .md\:border-l-pink-100\/85 {
    border-left-color: rgb(252 231 243 / 0.85);
  }

  .md\:border-l-pink-100\/90 {
    border-left-color: rgb(252 231 243 / 0.9);
  }

  .md\:border-l-pink-100\/95 {
    border-left-color: rgb(252 231 243 / 0.95);
  }

  .md\:border-l-pink-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(251 207 232 / var(--tw-border-opacity));
  }

  .md\:border-l-pink-200\/0 {
    border-left-color: rgb(251 207 232 / 0);
  }

  .md\:border-l-pink-200\/10 {
    border-left-color: rgb(251 207 232 / 0.1);
  }

  .md\:border-l-pink-200\/100 {
    border-left-color: rgb(251 207 232 / 1);
  }

  .md\:border-l-pink-200\/15 {
    border-left-color: rgb(251 207 232 / 0.15);
  }

  .md\:border-l-pink-200\/20 {
    border-left-color: rgb(251 207 232 / 0.2);
  }

  .md\:border-l-pink-200\/25 {
    border-left-color: rgb(251 207 232 / 0.25);
  }

  .md\:border-l-pink-200\/30 {
    border-left-color: rgb(251 207 232 / 0.3);
  }

  .md\:border-l-pink-200\/35 {
    border-left-color: rgb(251 207 232 / 0.35);
  }

  .md\:border-l-pink-200\/40 {
    border-left-color: rgb(251 207 232 / 0.4);
  }

  .md\:border-l-pink-200\/45 {
    border-left-color: rgb(251 207 232 / 0.45);
  }

  .md\:border-l-pink-200\/5 {
    border-left-color: rgb(251 207 232 / 0.05);
  }

  .md\:border-l-pink-200\/50 {
    border-left-color: rgb(251 207 232 / 0.5);
  }

  .md\:border-l-pink-200\/55 {
    border-left-color: rgb(251 207 232 / 0.55);
  }

  .md\:border-l-pink-200\/60 {
    border-left-color: rgb(251 207 232 / 0.6);
  }

  .md\:border-l-pink-200\/65 {
    border-left-color: rgb(251 207 232 / 0.65);
  }

  .md\:border-l-pink-200\/70 {
    border-left-color: rgb(251 207 232 / 0.7);
  }

  .md\:border-l-pink-200\/75 {
    border-left-color: rgb(251 207 232 / 0.75);
  }

  .md\:border-l-pink-200\/80 {
    border-left-color: rgb(251 207 232 / 0.8);
  }

  .md\:border-l-pink-200\/85 {
    border-left-color: rgb(251 207 232 / 0.85);
  }

  .md\:border-l-pink-200\/90 {
    border-left-color: rgb(251 207 232 / 0.9);
  }

  .md\:border-l-pink-200\/95 {
    border-left-color: rgb(251 207 232 / 0.95);
  }

  .md\:border-l-pink-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(249 168 212 / var(--tw-border-opacity));
  }

  .md\:border-l-pink-300\/0 {
    border-left-color: rgb(249 168 212 / 0);
  }

  .md\:border-l-pink-300\/10 {
    border-left-color: rgb(249 168 212 / 0.1);
  }

  .md\:border-l-pink-300\/100 {
    border-left-color: rgb(249 168 212 / 1);
  }

  .md\:border-l-pink-300\/15 {
    border-left-color: rgb(249 168 212 / 0.15);
  }

  .md\:border-l-pink-300\/20 {
    border-left-color: rgb(249 168 212 / 0.2);
  }

  .md\:border-l-pink-300\/25 {
    border-left-color: rgb(249 168 212 / 0.25);
  }

  .md\:border-l-pink-300\/30 {
    border-left-color: rgb(249 168 212 / 0.3);
  }

  .md\:border-l-pink-300\/35 {
    border-left-color: rgb(249 168 212 / 0.35);
  }

  .md\:border-l-pink-300\/40 {
    border-left-color: rgb(249 168 212 / 0.4);
  }

  .md\:border-l-pink-300\/45 {
    border-left-color: rgb(249 168 212 / 0.45);
  }

  .md\:border-l-pink-300\/5 {
    border-left-color: rgb(249 168 212 / 0.05);
  }

  .md\:border-l-pink-300\/50 {
    border-left-color: rgb(249 168 212 / 0.5);
  }

  .md\:border-l-pink-300\/55 {
    border-left-color: rgb(249 168 212 / 0.55);
  }

  .md\:border-l-pink-300\/60 {
    border-left-color: rgb(249 168 212 / 0.6);
  }

  .md\:border-l-pink-300\/65 {
    border-left-color: rgb(249 168 212 / 0.65);
  }

  .md\:border-l-pink-300\/70 {
    border-left-color: rgb(249 168 212 / 0.7);
  }

  .md\:border-l-pink-300\/75 {
    border-left-color: rgb(249 168 212 / 0.75);
  }

  .md\:border-l-pink-300\/80 {
    border-left-color: rgb(249 168 212 / 0.8);
  }

  .md\:border-l-pink-300\/85 {
    border-left-color: rgb(249 168 212 / 0.85);
  }

  .md\:border-l-pink-300\/90 {
    border-left-color: rgb(249 168 212 / 0.9);
  }

  .md\:border-l-pink-300\/95 {
    border-left-color: rgb(249 168 212 / 0.95);
  }

  .md\:border-l-pink-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(244 114 182 / var(--tw-border-opacity));
  }

  .md\:border-l-pink-400\/0 {
    border-left-color: rgb(244 114 182 / 0);
  }

  .md\:border-l-pink-400\/10 {
    border-left-color: rgb(244 114 182 / 0.1);
  }

  .md\:border-l-pink-400\/100 {
    border-left-color: rgb(244 114 182 / 1);
  }

  .md\:border-l-pink-400\/15 {
    border-left-color: rgb(244 114 182 / 0.15);
  }

  .md\:border-l-pink-400\/20 {
    border-left-color: rgb(244 114 182 / 0.2);
  }

  .md\:border-l-pink-400\/25 {
    border-left-color: rgb(244 114 182 / 0.25);
  }

  .md\:border-l-pink-400\/30 {
    border-left-color: rgb(244 114 182 / 0.3);
  }

  .md\:border-l-pink-400\/35 {
    border-left-color: rgb(244 114 182 / 0.35);
  }

  .md\:border-l-pink-400\/40 {
    border-left-color: rgb(244 114 182 / 0.4);
  }

  .md\:border-l-pink-400\/45 {
    border-left-color: rgb(244 114 182 / 0.45);
  }

  .md\:border-l-pink-400\/5 {
    border-left-color: rgb(244 114 182 / 0.05);
  }

  .md\:border-l-pink-400\/50 {
    border-left-color: rgb(244 114 182 / 0.5);
  }

  .md\:border-l-pink-400\/55 {
    border-left-color: rgb(244 114 182 / 0.55);
  }

  .md\:border-l-pink-400\/60 {
    border-left-color: rgb(244 114 182 / 0.6);
  }

  .md\:border-l-pink-400\/65 {
    border-left-color: rgb(244 114 182 / 0.65);
  }

  .md\:border-l-pink-400\/70 {
    border-left-color: rgb(244 114 182 / 0.7);
  }

  .md\:border-l-pink-400\/75 {
    border-left-color: rgb(244 114 182 / 0.75);
  }

  .md\:border-l-pink-400\/80 {
    border-left-color: rgb(244 114 182 / 0.8);
  }

  .md\:border-l-pink-400\/85 {
    border-left-color: rgb(244 114 182 / 0.85);
  }

  .md\:border-l-pink-400\/90 {
    border-left-color: rgb(244 114 182 / 0.9);
  }

  .md\:border-l-pink-400\/95 {
    border-left-color: rgb(244 114 182 / 0.95);
  }

  .md\:border-l-pink-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 242 248 / var(--tw-border-opacity));
  }

  .md\:border-l-pink-50\/0 {
    border-left-color: rgb(253 242 248 / 0);
  }

  .md\:border-l-pink-50\/10 {
    border-left-color: rgb(253 242 248 / 0.1);
  }

  .md\:border-l-pink-50\/100 {
    border-left-color: rgb(253 242 248 / 1);
  }

  .md\:border-l-pink-50\/15 {
    border-left-color: rgb(253 242 248 / 0.15);
  }

  .md\:border-l-pink-50\/20 {
    border-left-color: rgb(253 242 248 / 0.2);
  }

  .md\:border-l-pink-50\/25 {
    border-left-color: rgb(253 242 248 / 0.25);
  }

  .md\:border-l-pink-50\/30 {
    border-left-color: rgb(253 242 248 / 0.3);
  }

  .md\:border-l-pink-50\/35 {
    border-left-color: rgb(253 242 248 / 0.35);
  }

  .md\:border-l-pink-50\/40 {
    border-left-color: rgb(253 242 248 / 0.4);
  }

  .md\:border-l-pink-50\/45 {
    border-left-color: rgb(253 242 248 / 0.45);
  }

  .md\:border-l-pink-50\/5 {
    border-left-color: rgb(253 242 248 / 0.05);
  }

  .md\:border-l-pink-50\/50 {
    border-left-color: rgb(253 242 248 / 0.5);
  }

  .md\:border-l-pink-50\/55 {
    border-left-color: rgb(253 242 248 / 0.55);
  }

  .md\:border-l-pink-50\/60 {
    border-left-color: rgb(253 242 248 / 0.6);
  }

  .md\:border-l-pink-50\/65 {
    border-left-color: rgb(253 242 248 / 0.65);
  }

  .md\:border-l-pink-50\/70 {
    border-left-color: rgb(253 242 248 / 0.7);
  }

  .md\:border-l-pink-50\/75 {
    border-left-color: rgb(253 242 248 / 0.75);
  }

  .md\:border-l-pink-50\/80 {
    border-left-color: rgb(253 242 248 / 0.8);
  }

  .md\:border-l-pink-50\/85 {
    border-left-color: rgb(253 242 248 / 0.85);
  }

  .md\:border-l-pink-50\/90 {
    border-left-color: rgb(253 242 248 / 0.9);
  }

  .md\:border-l-pink-50\/95 {
    border-left-color: rgb(253 242 248 / 0.95);
  }

  .md\:border-l-pink-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(236 72 153 / var(--tw-border-opacity));
  }

  .md\:border-l-pink-500\/0 {
    border-left-color: rgb(236 72 153 / 0);
  }

  .md\:border-l-pink-500\/10 {
    border-left-color: rgb(236 72 153 / 0.1);
  }

  .md\:border-l-pink-500\/100 {
    border-left-color: rgb(236 72 153 / 1);
  }

  .md\:border-l-pink-500\/15 {
    border-left-color: rgb(236 72 153 / 0.15);
  }

  .md\:border-l-pink-500\/20 {
    border-left-color: rgb(236 72 153 / 0.2);
  }

  .md\:border-l-pink-500\/25 {
    border-left-color: rgb(236 72 153 / 0.25);
  }

  .md\:border-l-pink-500\/30 {
    border-left-color: rgb(236 72 153 / 0.3);
  }

  .md\:border-l-pink-500\/35 {
    border-left-color: rgb(236 72 153 / 0.35);
  }

  .md\:border-l-pink-500\/40 {
    border-left-color: rgb(236 72 153 / 0.4);
  }

  .md\:border-l-pink-500\/45 {
    border-left-color: rgb(236 72 153 / 0.45);
  }

  .md\:border-l-pink-500\/5 {
    border-left-color: rgb(236 72 153 / 0.05);
  }

  .md\:border-l-pink-500\/50 {
    border-left-color: rgb(236 72 153 / 0.5);
  }

  .md\:border-l-pink-500\/55 {
    border-left-color: rgb(236 72 153 / 0.55);
  }

  .md\:border-l-pink-500\/60 {
    border-left-color: rgb(236 72 153 / 0.6);
  }

  .md\:border-l-pink-500\/65 {
    border-left-color: rgb(236 72 153 / 0.65);
  }

  .md\:border-l-pink-500\/70 {
    border-left-color: rgb(236 72 153 / 0.7);
  }

  .md\:border-l-pink-500\/75 {
    border-left-color: rgb(236 72 153 / 0.75);
  }

  .md\:border-l-pink-500\/80 {
    border-left-color: rgb(236 72 153 / 0.8);
  }

  .md\:border-l-pink-500\/85 {
    border-left-color: rgb(236 72 153 / 0.85);
  }

  .md\:border-l-pink-500\/90 {
    border-left-color: rgb(236 72 153 / 0.9);
  }

  .md\:border-l-pink-500\/95 {
    border-left-color: rgb(236 72 153 / 0.95);
  }

  .md\:border-l-pink-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(219 39 119 / var(--tw-border-opacity));
  }

  .md\:border-l-pink-600\/0 {
    border-left-color: rgb(219 39 119 / 0);
  }

  .md\:border-l-pink-600\/10 {
    border-left-color: rgb(219 39 119 / 0.1);
  }

  .md\:border-l-pink-600\/100 {
    border-left-color: rgb(219 39 119 / 1);
  }

  .md\:border-l-pink-600\/15 {
    border-left-color: rgb(219 39 119 / 0.15);
  }

  .md\:border-l-pink-600\/20 {
    border-left-color: rgb(219 39 119 / 0.2);
  }

  .md\:border-l-pink-600\/25 {
    border-left-color: rgb(219 39 119 / 0.25);
  }

  .md\:border-l-pink-600\/30 {
    border-left-color: rgb(219 39 119 / 0.3);
  }

  .md\:border-l-pink-600\/35 {
    border-left-color: rgb(219 39 119 / 0.35);
  }

  .md\:border-l-pink-600\/40 {
    border-left-color: rgb(219 39 119 / 0.4);
  }

  .md\:border-l-pink-600\/45 {
    border-left-color: rgb(219 39 119 / 0.45);
  }

  .md\:border-l-pink-600\/5 {
    border-left-color: rgb(219 39 119 / 0.05);
  }

  .md\:border-l-pink-600\/50 {
    border-left-color: rgb(219 39 119 / 0.5);
  }

  .md\:border-l-pink-600\/55 {
    border-left-color: rgb(219 39 119 / 0.55);
  }

  .md\:border-l-pink-600\/60 {
    border-left-color: rgb(219 39 119 / 0.6);
  }

  .md\:border-l-pink-600\/65 {
    border-left-color: rgb(219 39 119 / 0.65);
  }

  .md\:border-l-pink-600\/70 {
    border-left-color: rgb(219 39 119 / 0.7);
  }

  .md\:border-l-pink-600\/75 {
    border-left-color: rgb(219 39 119 / 0.75);
  }

  .md\:border-l-pink-600\/80 {
    border-left-color: rgb(219 39 119 / 0.8);
  }

  .md\:border-l-pink-600\/85 {
    border-left-color: rgb(219 39 119 / 0.85);
  }

  .md\:border-l-pink-600\/90 {
    border-left-color: rgb(219 39 119 / 0.9);
  }

  .md\:border-l-pink-600\/95 {
    border-left-color: rgb(219 39 119 / 0.95);
  }

  .md\:border-l-pink-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(190 24 93 / var(--tw-border-opacity));
  }

  .md\:border-l-pink-700\/0 {
    border-left-color: rgb(190 24 93 / 0);
  }

  .md\:border-l-pink-700\/10 {
    border-left-color: rgb(190 24 93 / 0.1);
  }

  .md\:border-l-pink-700\/100 {
    border-left-color: rgb(190 24 93 / 1);
  }

  .md\:border-l-pink-700\/15 {
    border-left-color: rgb(190 24 93 / 0.15);
  }

  .md\:border-l-pink-700\/20 {
    border-left-color: rgb(190 24 93 / 0.2);
  }

  .md\:border-l-pink-700\/25 {
    border-left-color: rgb(190 24 93 / 0.25);
  }

  .md\:border-l-pink-700\/30 {
    border-left-color: rgb(190 24 93 / 0.3);
  }

  .md\:border-l-pink-700\/35 {
    border-left-color: rgb(190 24 93 / 0.35);
  }

  .md\:border-l-pink-700\/40 {
    border-left-color: rgb(190 24 93 / 0.4);
  }

  .md\:border-l-pink-700\/45 {
    border-left-color: rgb(190 24 93 / 0.45);
  }

  .md\:border-l-pink-700\/5 {
    border-left-color: rgb(190 24 93 / 0.05);
  }

  .md\:border-l-pink-700\/50 {
    border-left-color: rgb(190 24 93 / 0.5);
  }

  .md\:border-l-pink-700\/55 {
    border-left-color: rgb(190 24 93 / 0.55);
  }

  .md\:border-l-pink-700\/60 {
    border-left-color: rgb(190 24 93 / 0.6);
  }

  .md\:border-l-pink-700\/65 {
    border-left-color: rgb(190 24 93 / 0.65);
  }

  .md\:border-l-pink-700\/70 {
    border-left-color: rgb(190 24 93 / 0.7);
  }

  .md\:border-l-pink-700\/75 {
    border-left-color: rgb(190 24 93 / 0.75);
  }

  .md\:border-l-pink-700\/80 {
    border-left-color: rgb(190 24 93 / 0.8);
  }

  .md\:border-l-pink-700\/85 {
    border-left-color: rgb(190 24 93 / 0.85);
  }

  .md\:border-l-pink-700\/90 {
    border-left-color: rgb(190 24 93 / 0.9);
  }

  .md\:border-l-pink-700\/95 {
    border-left-color: rgb(190 24 93 / 0.95);
  }

  .md\:border-l-pink-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(157 23 77 / var(--tw-border-opacity));
  }

  .md\:border-l-pink-800\/0 {
    border-left-color: rgb(157 23 77 / 0);
  }

  .md\:border-l-pink-800\/10 {
    border-left-color: rgb(157 23 77 / 0.1);
  }

  .md\:border-l-pink-800\/100 {
    border-left-color: rgb(157 23 77 / 1);
  }

  .md\:border-l-pink-800\/15 {
    border-left-color: rgb(157 23 77 / 0.15);
  }

  .md\:border-l-pink-800\/20 {
    border-left-color: rgb(157 23 77 / 0.2);
  }

  .md\:border-l-pink-800\/25 {
    border-left-color: rgb(157 23 77 / 0.25);
  }

  .md\:border-l-pink-800\/30 {
    border-left-color: rgb(157 23 77 / 0.3);
  }

  .md\:border-l-pink-800\/35 {
    border-left-color: rgb(157 23 77 / 0.35);
  }

  .md\:border-l-pink-800\/40 {
    border-left-color: rgb(157 23 77 / 0.4);
  }

  .md\:border-l-pink-800\/45 {
    border-left-color: rgb(157 23 77 / 0.45);
  }

  .md\:border-l-pink-800\/5 {
    border-left-color: rgb(157 23 77 / 0.05);
  }

  .md\:border-l-pink-800\/50 {
    border-left-color: rgb(157 23 77 / 0.5);
  }

  .md\:border-l-pink-800\/55 {
    border-left-color: rgb(157 23 77 / 0.55);
  }

  .md\:border-l-pink-800\/60 {
    border-left-color: rgb(157 23 77 / 0.6);
  }

  .md\:border-l-pink-800\/65 {
    border-left-color: rgb(157 23 77 / 0.65);
  }

  .md\:border-l-pink-800\/70 {
    border-left-color: rgb(157 23 77 / 0.7);
  }

  .md\:border-l-pink-800\/75 {
    border-left-color: rgb(157 23 77 / 0.75);
  }

  .md\:border-l-pink-800\/80 {
    border-left-color: rgb(157 23 77 / 0.8);
  }

  .md\:border-l-pink-800\/85 {
    border-left-color: rgb(157 23 77 / 0.85);
  }

  .md\:border-l-pink-800\/90 {
    border-left-color: rgb(157 23 77 / 0.9);
  }

  .md\:border-l-pink-800\/95 {
    border-left-color: rgb(157 23 77 / 0.95);
  }

  .md\:border-l-pink-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(131 24 67 / var(--tw-border-opacity));
  }

  .md\:border-l-pink-900\/0 {
    border-left-color: rgb(131 24 67 / 0);
  }

  .md\:border-l-pink-900\/10 {
    border-left-color: rgb(131 24 67 / 0.1);
  }

  .md\:border-l-pink-900\/100 {
    border-left-color: rgb(131 24 67 / 1);
  }

  .md\:border-l-pink-900\/15 {
    border-left-color: rgb(131 24 67 / 0.15);
  }

  .md\:border-l-pink-900\/20 {
    border-left-color: rgb(131 24 67 / 0.2);
  }

  .md\:border-l-pink-900\/25 {
    border-left-color: rgb(131 24 67 / 0.25);
  }

  .md\:border-l-pink-900\/30 {
    border-left-color: rgb(131 24 67 / 0.3);
  }

  .md\:border-l-pink-900\/35 {
    border-left-color: rgb(131 24 67 / 0.35);
  }

  .md\:border-l-pink-900\/40 {
    border-left-color: rgb(131 24 67 / 0.4);
  }

  .md\:border-l-pink-900\/45 {
    border-left-color: rgb(131 24 67 / 0.45);
  }

  .md\:border-l-pink-900\/5 {
    border-left-color: rgb(131 24 67 / 0.05);
  }

  .md\:border-l-pink-900\/50 {
    border-left-color: rgb(131 24 67 / 0.5);
  }

  .md\:border-l-pink-900\/55 {
    border-left-color: rgb(131 24 67 / 0.55);
  }

  .md\:border-l-pink-900\/60 {
    border-left-color: rgb(131 24 67 / 0.6);
  }

  .md\:border-l-pink-900\/65 {
    border-left-color: rgb(131 24 67 / 0.65);
  }

  .md\:border-l-pink-900\/70 {
    border-left-color: rgb(131 24 67 / 0.7);
  }

  .md\:border-l-pink-900\/75 {
    border-left-color: rgb(131 24 67 / 0.75);
  }

  .md\:border-l-pink-900\/80 {
    border-left-color: rgb(131 24 67 / 0.8);
  }

  .md\:border-l-pink-900\/85 {
    border-left-color: rgb(131 24 67 / 0.85);
  }

  .md\:border-l-pink-900\/90 {
    border-left-color: rgb(131 24 67 / 0.9);
  }

  .md\:border-l-pink-900\/95 {
    border-left-color: rgb(131 24 67 / 0.95);
  }

  .md\:border-l-pink-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(80 7 36 / var(--tw-border-opacity));
  }

  .md\:border-l-pink-950\/0 {
    border-left-color: rgb(80 7 36 / 0);
  }

  .md\:border-l-pink-950\/10 {
    border-left-color: rgb(80 7 36 / 0.1);
  }

  .md\:border-l-pink-950\/100 {
    border-left-color: rgb(80 7 36 / 1);
  }

  .md\:border-l-pink-950\/15 {
    border-left-color: rgb(80 7 36 / 0.15);
  }

  .md\:border-l-pink-950\/20 {
    border-left-color: rgb(80 7 36 / 0.2);
  }

  .md\:border-l-pink-950\/25 {
    border-left-color: rgb(80 7 36 / 0.25);
  }

  .md\:border-l-pink-950\/30 {
    border-left-color: rgb(80 7 36 / 0.3);
  }

  .md\:border-l-pink-950\/35 {
    border-left-color: rgb(80 7 36 / 0.35);
  }

  .md\:border-l-pink-950\/40 {
    border-left-color: rgb(80 7 36 / 0.4);
  }

  .md\:border-l-pink-950\/45 {
    border-left-color: rgb(80 7 36 / 0.45);
  }

  .md\:border-l-pink-950\/5 {
    border-left-color: rgb(80 7 36 / 0.05);
  }

  .md\:border-l-pink-950\/50 {
    border-left-color: rgb(80 7 36 / 0.5);
  }

  .md\:border-l-pink-950\/55 {
    border-left-color: rgb(80 7 36 / 0.55);
  }

  .md\:border-l-pink-950\/60 {
    border-left-color: rgb(80 7 36 / 0.6);
  }

  .md\:border-l-pink-950\/65 {
    border-left-color: rgb(80 7 36 / 0.65);
  }

  .md\:border-l-pink-950\/70 {
    border-left-color: rgb(80 7 36 / 0.7);
  }

  .md\:border-l-pink-950\/75 {
    border-left-color: rgb(80 7 36 / 0.75);
  }

  .md\:border-l-pink-950\/80 {
    border-left-color: rgb(80 7 36 / 0.8);
  }

  .md\:border-l-pink-950\/85 {
    border-left-color: rgb(80 7 36 / 0.85);
  }

  .md\:border-l-pink-950\/90 {
    border-left-color: rgb(80 7 36 / 0.9);
  }

  .md\:border-l-pink-950\/95 {
    border-left-color: rgb(80 7 36 / 0.95);
  }

  .md\:border-l-primary-100 {
    border-left-color: var(--color-primary-100);
  }

  .md\:border-l-primary-200 {
    border-left-color: var(--color-primary-200);
  }

  .md\:border-l-primary-300 {
    border-left-color: var(--color-primary-300);
  }

  .md\:border-l-primary-400 {
    border-left-color: var(--color-primary-400);
  }

  .md\:border-l-primary-50 {
    border-left-color: var(--color-primary-50);
  }

  .md\:border-l-primary-500 {
    border-left-color: var(--color-primary-500);
  }

  .md\:border-l-primary-600 {
    border-left-color: var(--color-primary-600);
  }

  .md\:border-l-primary-700 {
    border-left-color: var(--color-primary-700);
  }

  .md\:border-l-primary-800 {
    border-left-color: var(--color-primary-800);
  }

  .md\:border-l-primary-900 {
    border-left-color: var(--color-primary-900);
  }

  .md\:border-l-purple-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(243 232 255 / var(--tw-border-opacity));
  }

  .md\:border-l-purple-100\/0 {
    border-left-color: rgb(243 232 255 / 0);
  }

  .md\:border-l-purple-100\/10 {
    border-left-color: rgb(243 232 255 / 0.1);
  }

  .md\:border-l-purple-100\/100 {
    border-left-color: rgb(243 232 255 / 1);
  }

  .md\:border-l-purple-100\/15 {
    border-left-color: rgb(243 232 255 / 0.15);
  }

  .md\:border-l-purple-100\/20 {
    border-left-color: rgb(243 232 255 / 0.2);
  }

  .md\:border-l-purple-100\/25 {
    border-left-color: rgb(243 232 255 / 0.25);
  }

  .md\:border-l-purple-100\/30 {
    border-left-color: rgb(243 232 255 / 0.3);
  }

  .md\:border-l-purple-100\/35 {
    border-left-color: rgb(243 232 255 / 0.35);
  }

  .md\:border-l-purple-100\/40 {
    border-left-color: rgb(243 232 255 / 0.4);
  }

  .md\:border-l-purple-100\/45 {
    border-left-color: rgb(243 232 255 / 0.45);
  }

  .md\:border-l-purple-100\/5 {
    border-left-color: rgb(243 232 255 / 0.05);
  }

  .md\:border-l-purple-100\/50 {
    border-left-color: rgb(243 232 255 / 0.5);
  }

  .md\:border-l-purple-100\/55 {
    border-left-color: rgb(243 232 255 / 0.55);
  }

  .md\:border-l-purple-100\/60 {
    border-left-color: rgb(243 232 255 / 0.6);
  }

  .md\:border-l-purple-100\/65 {
    border-left-color: rgb(243 232 255 / 0.65);
  }

  .md\:border-l-purple-100\/70 {
    border-left-color: rgb(243 232 255 / 0.7);
  }

  .md\:border-l-purple-100\/75 {
    border-left-color: rgb(243 232 255 / 0.75);
  }

  .md\:border-l-purple-100\/80 {
    border-left-color: rgb(243 232 255 / 0.8);
  }

  .md\:border-l-purple-100\/85 {
    border-left-color: rgb(243 232 255 / 0.85);
  }

  .md\:border-l-purple-100\/90 {
    border-left-color: rgb(243 232 255 / 0.9);
  }

  .md\:border-l-purple-100\/95 {
    border-left-color: rgb(243 232 255 / 0.95);
  }

  .md\:border-l-purple-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(233 213 255 / var(--tw-border-opacity));
  }

  .md\:border-l-purple-200\/0 {
    border-left-color: rgb(233 213 255 / 0);
  }

  .md\:border-l-purple-200\/10 {
    border-left-color: rgb(233 213 255 / 0.1);
  }

  .md\:border-l-purple-200\/100 {
    border-left-color: rgb(233 213 255 / 1);
  }

  .md\:border-l-purple-200\/15 {
    border-left-color: rgb(233 213 255 / 0.15);
  }

  .md\:border-l-purple-200\/20 {
    border-left-color: rgb(233 213 255 / 0.2);
  }

  .md\:border-l-purple-200\/25 {
    border-left-color: rgb(233 213 255 / 0.25);
  }

  .md\:border-l-purple-200\/30 {
    border-left-color: rgb(233 213 255 / 0.3);
  }

  .md\:border-l-purple-200\/35 {
    border-left-color: rgb(233 213 255 / 0.35);
  }

  .md\:border-l-purple-200\/40 {
    border-left-color: rgb(233 213 255 / 0.4);
  }

  .md\:border-l-purple-200\/45 {
    border-left-color: rgb(233 213 255 / 0.45);
  }

  .md\:border-l-purple-200\/5 {
    border-left-color: rgb(233 213 255 / 0.05);
  }

  .md\:border-l-purple-200\/50 {
    border-left-color: rgb(233 213 255 / 0.5);
  }

  .md\:border-l-purple-200\/55 {
    border-left-color: rgb(233 213 255 / 0.55);
  }

  .md\:border-l-purple-200\/60 {
    border-left-color: rgb(233 213 255 / 0.6);
  }

  .md\:border-l-purple-200\/65 {
    border-left-color: rgb(233 213 255 / 0.65);
  }

  .md\:border-l-purple-200\/70 {
    border-left-color: rgb(233 213 255 / 0.7);
  }

  .md\:border-l-purple-200\/75 {
    border-left-color: rgb(233 213 255 / 0.75);
  }

  .md\:border-l-purple-200\/80 {
    border-left-color: rgb(233 213 255 / 0.8);
  }

  .md\:border-l-purple-200\/85 {
    border-left-color: rgb(233 213 255 / 0.85);
  }

  .md\:border-l-purple-200\/90 {
    border-left-color: rgb(233 213 255 / 0.9);
  }

  .md\:border-l-purple-200\/95 {
    border-left-color: rgb(233 213 255 / 0.95);
  }

  .md\:border-l-purple-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(216 180 254 / var(--tw-border-opacity));
  }

  .md\:border-l-purple-300\/0 {
    border-left-color: rgb(216 180 254 / 0);
  }

  .md\:border-l-purple-300\/10 {
    border-left-color: rgb(216 180 254 / 0.1);
  }

  .md\:border-l-purple-300\/100 {
    border-left-color: rgb(216 180 254 / 1);
  }

  .md\:border-l-purple-300\/15 {
    border-left-color: rgb(216 180 254 / 0.15);
  }

  .md\:border-l-purple-300\/20 {
    border-left-color: rgb(216 180 254 / 0.2);
  }

  .md\:border-l-purple-300\/25 {
    border-left-color: rgb(216 180 254 / 0.25);
  }

  .md\:border-l-purple-300\/30 {
    border-left-color: rgb(216 180 254 / 0.3);
  }

  .md\:border-l-purple-300\/35 {
    border-left-color: rgb(216 180 254 / 0.35);
  }

  .md\:border-l-purple-300\/40 {
    border-left-color: rgb(216 180 254 / 0.4);
  }

  .md\:border-l-purple-300\/45 {
    border-left-color: rgb(216 180 254 / 0.45);
  }

  .md\:border-l-purple-300\/5 {
    border-left-color: rgb(216 180 254 / 0.05);
  }

  .md\:border-l-purple-300\/50 {
    border-left-color: rgb(216 180 254 / 0.5);
  }

  .md\:border-l-purple-300\/55 {
    border-left-color: rgb(216 180 254 / 0.55);
  }

  .md\:border-l-purple-300\/60 {
    border-left-color: rgb(216 180 254 / 0.6);
  }

  .md\:border-l-purple-300\/65 {
    border-left-color: rgb(216 180 254 / 0.65);
  }

  .md\:border-l-purple-300\/70 {
    border-left-color: rgb(216 180 254 / 0.7);
  }

  .md\:border-l-purple-300\/75 {
    border-left-color: rgb(216 180 254 / 0.75);
  }

  .md\:border-l-purple-300\/80 {
    border-left-color: rgb(216 180 254 / 0.8);
  }

  .md\:border-l-purple-300\/85 {
    border-left-color: rgb(216 180 254 / 0.85);
  }

  .md\:border-l-purple-300\/90 {
    border-left-color: rgb(216 180 254 / 0.9);
  }

  .md\:border-l-purple-300\/95 {
    border-left-color: rgb(216 180 254 / 0.95);
  }

  .md\:border-l-purple-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(192 132 252 / var(--tw-border-opacity));
  }

  .md\:border-l-purple-400\/0 {
    border-left-color: rgb(192 132 252 / 0);
  }

  .md\:border-l-purple-400\/10 {
    border-left-color: rgb(192 132 252 / 0.1);
  }

  .md\:border-l-purple-400\/100 {
    border-left-color: rgb(192 132 252 / 1);
  }

  .md\:border-l-purple-400\/15 {
    border-left-color: rgb(192 132 252 / 0.15);
  }

  .md\:border-l-purple-400\/20 {
    border-left-color: rgb(192 132 252 / 0.2);
  }

  .md\:border-l-purple-400\/25 {
    border-left-color: rgb(192 132 252 / 0.25);
  }

  .md\:border-l-purple-400\/30 {
    border-left-color: rgb(192 132 252 / 0.3);
  }

  .md\:border-l-purple-400\/35 {
    border-left-color: rgb(192 132 252 / 0.35);
  }

  .md\:border-l-purple-400\/40 {
    border-left-color: rgb(192 132 252 / 0.4);
  }

  .md\:border-l-purple-400\/45 {
    border-left-color: rgb(192 132 252 / 0.45);
  }

  .md\:border-l-purple-400\/5 {
    border-left-color: rgb(192 132 252 / 0.05);
  }

  .md\:border-l-purple-400\/50 {
    border-left-color: rgb(192 132 252 / 0.5);
  }

  .md\:border-l-purple-400\/55 {
    border-left-color: rgb(192 132 252 / 0.55);
  }

  .md\:border-l-purple-400\/60 {
    border-left-color: rgb(192 132 252 / 0.6);
  }

  .md\:border-l-purple-400\/65 {
    border-left-color: rgb(192 132 252 / 0.65);
  }

  .md\:border-l-purple-400\/70 {
    border-left-color: rgb(192 132 252 / 0.7);
  }

  .md\:border-l-purple-400\/75 {
    border-left-color: rgb(192 132 252 / 0.75);
  }

  .md\:border-l-purple-400\/80 {
    border-left-color: rgb(192 132 252 / 0.8);
  }

  .md\:border-l-purple-400\/85 {
    border-left-color: rgb(192 132 252 / 0.85);
  }

  .md\:border-l-purple-400\/90 {
    border-left-color: rgb(192 132 252 / 0.9);
  }

  .md\:border-l-purple-400\/95 {
    border-left-color: rgb(192 132 252 / 0.95);
  }

  .md\:border-l-purple-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 245 255 / var(--tw-border-opacity));
  }

  .md\:border-l-purple-50\/0 {
    border-left-color: rgb(250 245 255 / 0);
  }

  .md\:border-l-purple-50\/10 {
    border-left-color: rgb(250 245 255 / 0.1);
  }

  .md\:border-l-purple-50\/100 {
    border-left-color: rgb(250 245 255 / 1);
  }

  .md\:border-l-purple-50\/15 {
    border-left-color: rgb(250 245 255 / 0.15);
  }

  .md\:border-l-purple-50\/20 {
    border-left-color: rgb(250 245 255 / 0.2);
  }

  .md\:border-l-purple-50\/25 {
    border-left-color: rgb(250 245 255 / 0.25);
  }

  .md\:border-l-purple-50\/30 {
    border-left-color: rgb(250 245 255 / 0.3);
  }

  .md\:border-l-purple-50\/35 {
    border-left-color: rgb(250 245 255 / 0.35);
  }

  .md\:border-l-purple-50\/40 {
    border-left-color: rgb(250 245 255 / 0.4);
  }

  .md\:border-l-purple-50\/45 {
    border-left-color: rgb(250 245 255 / 0.45);
  }

  .md\:border-l-purple-50\/5 {
    border-left-color: rgb(250 245 255 / 0.05);
  }

  .md\:border-l-purple-50\/50 {
    border-left-color: rgb(250 245 255 / 0.5);
  }

  .md\:border-l-purple-50\/55 {
    border-left-color: rgb(250 245 255 / 0.55);
  }

  .md\:border-l-purple-50\/60 {
    border-left-color: rgb(250 245 255 / 0.6);
  }

  .md\:border-l-purple-50\/65 {
    border-left-color: rgb(250 245 255 / 0.65);
  }

  .md\:border-l-purple-50\/70 {
    border-left-color: rgb(250 245 255 / 0.7);
  }

  .md\:border-l-purple-50\/75 {
    border-left-color: rgb(250 245 255 / 0.75);
  }

  .md\:border-l-purple-50\/80 {
    border-left-color: rgb(250 245 255 / 0.8);
  }

  .md\:border-l-purple-50\/85 {
    border-left-color: rgb(250 245 255 / 0.85);
  }

  .md\:border-l-purple-50\/90 {
    border-left-color: rgb(250 245 255 / 0.9);
  }

  .md\:border-l-purple-50\/95 {
    border-left-color: rgb(250 245 255 / 0.95);
  }

  .md\:border-l-purple-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(168 85 247 / var(--tw-border-opacity));
  }

  .md\:border-l-purple-500\/0 {
    border-left-color: rgb(168 85 247 / 0);
  }

  .md\:border-l-purple-500\/10 {
    border-left-color: rgb(168 85 247 / 0.1);
  }

  .md\:border-l-purple-500\/100 {
    border-left-color: rgb(168 85 247 / 1);
  }

  .md\:border-l-purple-500\/15 {
    border-left-color: rgb(168 85 247 / 0.15);
  }

  .md\:border-l-purple-500\/20 {
    border-left-color: rgb(168 85 247 / 0.2);
  }

  .md\:border-l-purple-500\/25 {
    border-left-color: rgb(168 85 247 / 0.25);
  }

  .md\:border-l-purple-500\/30 {
    border-left-color: rgb(168 85 247 / 0.3);
  }

  .md\:border-l-purple-500\/35 {
    border-left-color: rgb(168 85 247 / 0.35);
  }

  .md\:border-l-purple-500\/40 {
    border-left-color: rgb(168 85 247 / 0.4);
  }

  .md\:border-l-purple-500\/45 {
    border-left-color: rgb(168 85 247 / 0.45);
  }

  .md\:border-l-purple-500\/5 {
    border-left-color: rgb(168 85 247 / 0.05);
  }

  .md\:border-l-purple-500\/50 {
    border-left-color: rgb(168 85 247 / 0.5);
  }

  .md\:border-l-purple-500\/55 {
    border-left-color: rgb(168 85 247 / 0.55);
  }

  .md\:border-l-purple-500\/60 {
    border-left-color: rgb(168 85 247 / 0.6);
  }

  .md\:border-l-purple-500\/65 {
    border-left-color: rgb(168 85 247 / 0.65);
  }

  .md\:border-l-purple-500\/70 {
    border-left-color: rgb(168 85 247 / 0.7);
  }

  .md\:border-l-purple-500\/75 {
    border-left-color: rgb(168 85 247 / 0.75);
  }

  .md\:border-l-purple-500\/80 {
    border-left-color: rgb(168 85 247 / 0.8);
  }

  .md\:border-l-purple-500\/85 {
    border-left-color: rgb(168 85 247 / 0.85);
  }

  .md\:border-l-purple-500\/90 {
    border-left-color: rgb(168 85 247 / 0.9);
  }

  .md\:border-l-purple-500\/95 {
    border-left-color: rgb(168 85 247 / 0.95);
  }

  .md\:border-l-purple-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(147 51 234 / var(--tw-border-opacity));
  }

  .md\:border-l-purple-600\/0 {
    border-left-color: rgb(147 51 234 / 0);
  }

  .md\:border-l-purple-600\/10 {
    border-left-color: rgb(147 51 234 / 0.1);
  }

  .md\:border-l-purple-600\/100 {
    border-left-color: rgb(147 51 234 / 1);
  }

  .md\:border-l-purple-600\/15 {
    border-left-color: rgb(147 51 234 / 0.15);
  }

  .md\:border-l-purple-600\/20 {
    border-left-color: rgb(147 51 234 / 0.2);
  }

  .md\:border-l-purple-600\/25 {
    border-left-color: rgb(147 51 234 / 0.25);
  }

  .md\:border-l-purple-600\/30 {
    border-left-color: rgb(147 51 234 / 0.3);
  }

  .md\:border-l-purple-600\/35 {
    border-left-color: rgb(147 51 234 / 0.35);
  }

  .md\:border-l-purple-600\/40 {
    border-left-color: rgb(147 51 234 / 0.4);
  }

  .md\:border-l-purple-600\/45 {
    border-left-color: rgb(147 51 234 / 0.45);
  }

  .md\:border-l-purple-600\/5 {
    border-left-color: rgb(147 51 234 / 0.05);
  }

  .md\:border-l-purple-600\/50 {
    border-left-color: rgb(147 51 234 / 0.5);
  }

  .md\:border-l-purple-600\/55 {
    border-left-color: rgb(147 51 234 / 0.55);
  }

  .md\:border-l-purple-600\/60 {
    border-left-color: rgb(147 51 234 / 0.6);
  }

  .md\:border-l-purple-600\/65 {
    border-left-color: rgb(147 51 234 / 0.65);
  }

  .md\:border-l-purple-600\/70 {
    border-left-color: rgb(147 51 234 / 0.7);
  }

  .md\:border-l-purple-600\/75 {
    border-left-color: rgb(147 51 234 / 0.75);
  }

  .md\:border-l-purple-600\/80 {
    border-left-color: rgb(147 51 234 / 0.8);
  }

  .md\:border-l-purple-600\/85 {
    border-left-color: rgb(147 51 234 / 0.85);
  }

  .md\:border-l-purple-600\/90 {
    border-left-color: rgb(147 51 234 / 0.9);
  }

  .md\:border-l-purple-600\/95 {
    border-left-color: rgb(147 51 234 / 0.95);
  }

  .md\:border-l-purple-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(126 34 206 / var(--tw-border-opacity));
  }

  .md\:border-l-purple-700\/0 {
    border-left-color: rgb(126 34 206 / 0);
  }

  .md\:border-l-purple-700\/10 {
    border-left-color: rgb(126 34 206 / 0.1);
  }

  .md\:border-l-purple-700\/100 {
    border-left-color: rgb(126 34 206 / 1);
  }

  .md\:border-l-purple-700\/15 {
    border-left-color: rgb(126 34 206 / 0.15);
  }

  .md\:border-l-purple-700\/20 {
    border-left-color: rgb(126 34 206 / 0.2);
  }

  .md\:border-l-purple-700\/25 {
    border-left-color: rgb(126 34 206 / 0.25);
  }

  .md\:border-l-purple-700\/30 {
    border-left-color: rgb(126 34 206 / 0.3);
  }

  .md\:border-l-purple-700\/35 {
    border-left-color: rgb(126 34 206 / 0.35);
  }

  .md\:border-l-purple-700\/40 {
    border-left-color: rgb(126 34 206 / 0.4);
  }

  .md\:border-l-purple-700\/45 {
    border-left-color: rgb(126 34 206 / 0.45);
  }

  .md\:border-l-purple-700\/5 {
    border-left-color: rgb(126 34 206 / 0.05);
  }

  .md\:border-l-purple-700\/50 {
    border-left-color: rgb(126 34 206 / 0.5);
  }

  .md\:border-l-purple-700\/55 {
    border-left-color: rgb(126 34 206 / 0.55);
  }

  .md\:border-l-purple-700\/60 {
    border-left-color: rgb(126 34 206 / 0.6);
  }

  .md\:border-l-purple-700\/65 {
    border-left-color: rgb(126 34 206 / 0.65);
  }

  .md\:border-l-purple-700\/70 {
    border-left-color: rgb(126 34 206 / 0.7);
  }

  .md\:border-l-purple-700\/75 {
    border-left-color: rgb(126 34 206 / 0.75);
  }

  .md\:border-l-purple-700\/80 {
    border-left-color: rgb(126 34 206 / 0.8);
  }

  .md\:border-l-purple-700\/85 {
    border-left-color: rgb(126 34 206 / 0.85);
  }

  .md\:border-l-purple-700\/90 {
    border-left-color: rgb(126 34 206 / 0.9);
  }

  .md\:border-l-purple-700\/95 {
    border-left-color: rgb(126 34 206 / 0.95);
  }

  .md\:border-l-purple-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(107 33 168 / var(--tw-border-opacity));
  }

  .md\:border-l-purple-800\/0 {
    border-left-color: rgb(107 33 168 / 0);
  }

  .md\:border-l-purple-800\/10 {
    border-left-color: rgb(107 33 168 / 0.1);
  }

  .md\:border-l-purple-800\/100 {
    border-left-color: rgb(107 33 168 / 1);
  }

  .md\:border-l-purple-800\/15 {
    border-left-color: rgb(107 33 168 / 0.15);
  }

  .md\:border-l-purple-800\/20 {
    border-left-color: rgb(107 33 168 / 0.2);
  }

  .md\:border-l-purple-800\/25 {
    border-left-color: rgb(107 33 168 / 0.25);
  }

  .md\:border-l-purple-800\/30 {
    border-left-color: rgb(107 33 168 / 0.3);
  }

  .md\:border-l-purple-800\/35 {
    border-left-color: rgb(107 33 168 / 0.35);
  }

  .md\:border-l-purple-800\/40 {
    border-left-color: rgb(107 33 168 / 0.4);
  }

  .md\:border-l-purple-800\/45 {
    border-left-color: rgb(107 33 168 / 0.45);
  }

  .md\:border-l-purple-800\/5 {
    border-left-color: rgb(107 33 168 / 0.05);
  }

  .md\:border-l-purple-800\/50 {
    border-left-color: rgb(107 33 168 / 0.5);
  }

  .md\:border-l-purple-800\/55 {
    border-left-color: rgb(107 33 168 / 0.55);
  }

  .md\:border-l-purple-800\/60 {
    border-left-color: rgb(107 33 168 / 0.6);
  }

  .md\:border-l-purple-800\/65 {
    border-left-color: rgb(107 33 168 / 0.65);
  }

  .md\:border-l-purple-800\/70 {
    border-left-color: rgb(107 33 168 / 0.7);
  }

  .md\:border-l-purple-800\/75 {
    border-left-color: rgb(107 33 168 / 0.75);
  }

  .md\:border-l-purple-800\/80 {
    border-left-color: rgb(107 33 168 / 0.8);
  }

  .md\:border-l-purple-800\/85 {
    border-left-color: rgb(107 33 168 / 0.85);
  }

  .md\:border-l-purple-800\/90 {
    border-left-color: rgb(107 33 168 / 0.9);
  }

  .md\:border-l-purple-800\/95 {
    border-left-color: rgb(107 33 168 / 0.95);
  }

  .md\:border-l-purple-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(88 28 135 / var(--tw-border-opacity));
  }

  .md\:border-l-purple-900\/0 {
    border-left-color: rgb(88 28 135 / 0);
  }

  .md\:border-l-purple-900\/10 {
    border-left-color: rgb(88 28 135 / 0.1);
  }

  .md\:border-l-purple-900\/100 {
    border-left-color: rgb(88 28 135 / 1);
  }

  .md\:border-l-purple-900\/15 {
    border-left-color: rgb(88 28 135 / 0.15);
  }

  .md\:border-l-purple-900\/20 {
    border-left-color: rgb(88 28 135 / 0.2);
  }

  .md\:border-l-purple-900\/25 {
    border-left-color: rgb(88 28 135 / 0.25);
  }

  .md\:border-l-purple-900\/30 {
    border-left-color: rgb(88 28 135 / 0.3);
  }

  .md\:border-l-purple-900\/35 {
    border-left-color: rgb(88 28 135 / 0.35);
  }

  .md\:border-l-purple-900\/40 {
    border-left-color: rgb(88 28 135 / 0.4);
  }

  .md\:border-l-purple-900\/45 {
    border-left-color: rgb(88 28 135 / 0.45);
  }

  .md\:border-l-purple-900\/5 {
    border-left-color: rgb(88 28 135 / 0.05);
  }

  .md\:border-l-purple-900\/50 {
    border-left-color: rgb(88 28 135 / 0.5);
  }

  .md\:border-l-purple-900\/55 {
    border-left-color: rgb(88 28 135 / 0.55);
  }

  .md\:border-l-purple-900\/60 {
    border-left-color: rgb(88 28 135 / 0.6);
  }

  .md\:border-l-purple-900\/65 {
    border-left-color: rgb(88 28 135 / 0.65);
  }

  .md\:border-l-purple-900\/70 {
    border-left-color: rgb(88 28 135 / 0.7);
  }

  .md\:border-l-purple-900\/75 {
    border-left-color: rgb(88 28 135 / 0.75);
  }

  .md\:border-l-purple-900\/80 {
    border-left-color: rgb(88 28 135 / 0.8);
  }

  .md\:border-l-purple-900\/85 {
    border-left-color: rgb(88 28 135 / 0.85);
  }

  .md\:border-l-purple-900\/90 {
    border-left-color: rgb(88 28 135 / 0.9);
  }

  .md\:border-l-purple-900\/95 {
    border-left-color: rgb(88 28 135 / 0.95);
  }

  .md\:border-l-purple-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(59 7 100 / var(--tw-border-opacity));
  }

  .md\:border-l-purple-950\/0 {
    border-left-color: rgb(59 7 100 / 0);
  }

  .md\:border-l-purple-950\/10 {
    border-left-color: rgb(59 7 100 / 0.1);
  }

  .md\:border-l-purple-950\/100 {
    border-left-color: rgb(59 7 100 / 1);
  }

  .md\:border-l-purple-950\/15 {
    border-left-color: rgb(59 7 100 / 0.15);
  }

  .md\:border-l-purple-950\/20 {
    border-left-color: rgb(59 7 100 / 0.2);
  }

  .md\:border-l-purple-950\/25 {
    border-left-color: rgb(59 7 100 / 0.25);
  }

  .md\:border-l-purple-950\/30 {
    border-left-color: rgb(59 7 100 / 0.3);
  }

  .md\:border-l-purple-950\/35 {
    border-left-color: rgb(59 7 100 / 0.35);
  }

  .md\:border-l-purple-950\/40 {
    border-left-color: rgb(59 7 100 / 0.4);
  }

  .md\:border-l-purple-950\/45 {
    border-left-color: rgb(59 7 100 / 0.45);
  }

  .md\:border-l-purple-950\/5 {
    border-left-color: rgb(59 7 100 / 0.05);
  }

  .md\:border-l-purple-950\/50 {
    border-left-color: rgb(59 7 100 / 0.5);
  }

  .md\:border-l-purple-950\/55 {
    border-left-color: rgb(59 7 100 / 0.55);
  }

  .md\:border-l-purple-950\/60 {
    border-left-color: rgb(59 7 100 / 0.6);
  }

  .md\:border-l-purple-950\/65 {
    border-left-color: rgb(59 7 100 / 0.65);
  }

  .md\:border-l-purple-950\/70 {
    border-left-color: rgb(59 7 100 / 0.7);
  }

  .md\:border-l-purple-950\/75 {
    border-left-color: rgb(59 7 100 / 0.75);
  }

  .md\:border-l-purple-950\/80 {
    border-left-color: rgb(59 7 100 / 0.8);
  }

  .md\:border-l-purple-950\/85 {
    border-left-color: rgb(59 7 100 / 0.85);
  }

  .md\:border-l-purple-950\/90 {
    border-left-color: rgb(59 7 100 / 0.9);
  }

  .md\:border-l-purple-950\/95 {
    border-left-color: rgb(59 7 100 / 0.95);
  }

  .md\:border-l-red-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 226 226 / var(--tw-border-opacity));
  }

  .md\:border-l-red-100\/0 {
    border-left-color: rgb(254 226 226 / 0);
  }

  .md\:border-l-red-100\/10 {
    border-left-color: rgb(254 226 226 / 0.1);
  }

  .md\:border-l-red-100\/100 {
    border-left-color: rgb(254 226 226 / 1);
  }

  .md\:border-l-red-100\/15 {
    border-left-color: rgb(254 226 226 / 0.15);
  }

  .md\:border-l-red-100\/20 {
    border-left-color: rgb(254 226 226 / 0.2);
  }

  .md\:border-l-red-100\/25 {
    border-left-color: rgb(254 226 226 / 0.25);
  }

  .md\:border-l-red-100\/30 {
    border-left-color: rgb(254 226 226 / 0.3);
  }

  .md\:border-l-red-100\/35 {
    border-left-color: rgb(254 226 226 / 0.35);
  }

  .md\:border-l-red-100\/40 {
    border-left-color: rgb(254 226 226 / 0.4);
  }

  .md\:border-l-red-100\/45 {
    border-left-color: rgb(254 226 226 / 0.45);
  }

  .md\:border-l-red-100\/5 {
    border-left-color: rgb(254 226 226 / 0.05);
  }

  .md\:border-l-red-100\/50 {
    border-left-color: rgb(254 226 226 / 0.5);
  }

  .md\:border-l-red-100\/55 {
    border-left-color: rgb(254 226 226 / 0.55);
  }

  .md\:border-l-red-100\/60 {
    border-left-color: rgb(254 226 226 / 0.6);
  }

  .md\:border-l-red-100\/65 {
    border-left-color: rgb(254 226 226 / 0.65);
  }

  .md\:border-l-red-100\/70 {
    border-left-color: rgb(254 226 226 / 0.7);
  }

  .md\:border-l-red-100\/75 {
    border-left-color: rgb(254 226 226 / 0.75);
  }

  .md\:border-l-red-100\/80 {
    border-left-color: rgb(254 226 226 / 0.8);
  }

  .md\:border-l-red-100\/85 {
    border-left-color: rgb(254 226 226 / 0.85);
  }

  .md\:border-l-red-100\/90 {
    border-left-color: rgb(254 226 226 / 0.9);
  }

  .md\:border-l-red-100\/95 {
    border-left-color: rgb(254 226 226 / 0.95);
  }

  .md\:border-l-red-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 202 202 / var(--tw-border-opacity));
  }

  .md\:border-l-red-200\/0 {
    border-left-color: rgb(254 202 202 / 0);
  }

  .md\:border-l-red-200\/10 {
    border-left-color: rgb(254 202 202 / 0.1);
  }

  .md\:border-l-red-200\/100 {
    border-left-color: rgb(254 202 202 / 1);
  }

  .md\:border-l-red-200\/15 {
    border-left-color: rgb(254 202 202 / 0.15);
  }

  .md\:border-l-red-200\/20 {
    border-left-color: rgb(254 202 202 / 0.2);
  }

  .md\:border-l-red-200\/25 {
    border-left-color: rgb(254 202 202 / 0.25);
  }

  .md\:border-l-red-200\/30 {
    border-left-color: rgb(254 202 202 / 0.3);
  }

  .md\:border-l-red-200\/35 {
    border-left-color: rgb(254 202 202 / 0.35);
  }

  .md\:border-l-red-200\/40 {
    border-left-color: rgb(254 202 202 / 0.4);
  }

  .md\:border-l-red-200\/45 {
    border-left-color: rgb(254 202 202 / 0.45);
  }

  .md\:border-l-red-200\/5 {
    border-left-color: rgb(254 202 202 / 0.05);
  }

  .md\:border-l-red-200\/50 {
    border-left-color: rgb(254 202 202 / 0.5);
  }

  .md\:border-l-red-200\/55 {
    border-left-color: rgb(254 202 202 / 0.55);
  }

  .md\:border-l-red-200\/60 {
    border-left-color: rgb(254 202 202 / 0.6);
  }

  .md\:border-l-red-200\/65 {
    border-left-color: rgb(254 202 202 / 0.65);
  }

  .md\:border-l-red-200\/70 {
    border-left-color: rgb(254 202 202 / 0.7);
  }

  .md\:border-l-red-200\/75 {
    border-left-color: rgb(254 202 202 / 0.75);
  }

  .md\:border-l-red-200\/80 {
    border-left-color: rgb(254 202 202 / 0.8);
  }

  .md\:border-l-red-200\/85 {
    border-left-color: rgb(254 202 202 / 0.85);
  }

  .md\:border-l-red-200\/90 {
    border-left-color: rgb(254 202 202 / 0.9);
  }

  .md\:border-l-red-200\/95 {
    border-left-color: rgb(254 202 202 / 0.95);
  }

  .md\:border-l-red-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(252 165 165 / var(--tw-border-opacity));
  }

  .md\:border-l-red-300\/0 {
    border-left-color: rgb(252 165 165 / 0);
  }

  .md\:border-l-red-300\/10 {
    border-left-color: rgb(252 165 165 / 0.1);
  }

  .md\:border-l-red-300\/100 {
    border-left-color: rgb(252 165 165 / 1);
  }

  .md\:border-l-red-300\/15 {
    border-left-color: rgb(252 165 165 / 0.15);
  }

  .md\:border-l-red-300\/20 {
    border-left-color: rgb(252 165 165 / 0.2);
  }

  .md\:border-l-red-300\/25 {
    border-left-color: rgb(252 165 165 / 0.25);
  }

  .md\:border-l-red-300\/30 {
    border-left-color: rgb(252 165 165 / 0.3);
  }

  .md\:border-l-red-300\/35 {
    border-left-color: rgb(252 165 165 / 0.35);
  }

  .md\:border-l-red-300\/40 {
    border-left-color: rgb(252 165 165 / 0.4);
  }

  .md\:border-l-red-300\/45 {
    border-left-color: rgb(252 165 165 / 0.45);
  }

  .md\:border-l-red-300\/5 {
    border-left-color: rgb(252 165 165 / 0.05);
  }

  .md\:border-l-red-300\/50 {
    border-left-color: rgb(252 165 165 / 0.5);
  }

  .md\:border-l-red-300\/55 {
    border-left-color: rgb(252 165 165 / 0.55);
  }

  .md\:border-l-red-300\/60 {
    border-left-color: rgb(252 165 165 / 0.6);
  }

  .md\:border-l-red-300\/65 {
    border-left-color: rgb(252 165 165 / 0.65);
  }

  .md\:border-l-red-300\/70 {
    border-left-color: rgb(252 165 165 / 0.7);
  }

  .md\:border-l-red-300\/75 {
    border-left-color: rgb(252 165 165 / 0.75);
  }

  .md\:border-l-red-300\/80 {
    border-left-color: rgb(252 165 165 / 0.8);
  }

  .md\:border-l-red-300\/85 {
    border-left-color: rgb(252 165 165 / 0.85);
  }

  .md\:border-l-red-300\/90 {
    border-left-color: rgb(252 165 165 / 0.9);
  }

  .md\:border-l-red-300\/95 {
    border-left-color: rgb(252 165 165 / 0.95);
  }

  .md\:border-l-red-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(248 113 113 / var(--tw-border-opacity));
  }

  .md\:border-l-red-400\/0 {
    border-left-color: rgb(248 113 113 / 0);
  }

  .md\:border-l-red-400\/10 {
    border-left-color: rgb(248 113 113 / 0.1);
  }

  .md\:border-l-red-400\/100 {
    border-left-color: rgb(248 113 113 / 1);
  }

  .md\:border-l-red-400\/15 {
    border-left-color: rgb(248 113 113 / 0.15);
  }

  .md\:border-l-red-400\/20 {
    border-left-color: rgb(248 113 113 / 0.2);
  }

  .md\:border-l-red-400\/25 {
    border-left-color: rgb(248 113 113 / 0.25);
  }

  .md\:border-l-red-400\/30 {
    border-left-color: rgb(248 113 113 / 0.3);
  }

  .md\:border-l-red-400\/35 {
    border-left-color: rgb(248 113 113 / 0.35);
  }

  .md\:border-l-red-400\/40 {
    border-left-color: rgb(248 113 113 / 0.4);
  }

  .md\:border-l-red-400\/45 {
    border-left-color: rgb(248 113 113 / 0.45);
  }

  .md\:border-l-red-400\/5 {
    border-left-color: rgb(248 113 113 / 0.05);
  }

  .md\:border-l-red-400\/50 {
    border-left-color: rgb(248 113 113 / 0.5);
  }

  .md\:border-l-red-400\/55 {
    border-left-color: rgb(248 113 113 / 0.55);
  }

  .md\:border-l-red-400\/60 {
    border-left-color: rgb(248 113 113 / 0.6);
  }

  .md\:border-l-red-400\/65 {
    border-left-color: rgb(248 113 113 / 0.65);
  }

  .md\:border-l-red-400\/70 {
    border-left-color: rgb(248 113 113 / 0.7);
  }

  .md\:border-l-red-400\/75 {
    border-left-color: rgb(248 113 113 / 0.75);
  }

  .md\:border-l-red-400\/80 {
    border-left-color: rgb(248 113 113 / 0.8);
  }

  .md\:border-l-red-400\/85 {
    border-left-color: rgb(248 113 113 / 0.85);
  }

  .md\:border-l-red-400\/90 {
    border-left-color: rgb(248 113 113 / 0.9);
  }

  .md\:border-l-red-400\/95 {
    border-left-color: rgb(248 113 113 / 0.95);
  }

  .md\:border-l-red-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 242 242 / var(--tw-border-opacity));
  }

  .md\:border-l-red-50\/0 {
    border-left-color: rgb(254 242 242 / 0);
  }

  .md\:border-l-red-50\/10 {
    border-left-color: rgb(254 242 242 / 0.1);
  }

  .md\:border-l-red-50\/100 {
    border-left-color: rgb(254 242 242 / 1);
  }

  .md\:border-l-red-50\/15 {
    border-left-color: rgb(254 242 242 / 0.15);
  }

  .md\:border-l-red-50\/20 {
    border-left-color: rgb(254 242 242 / 0.2);
  }

  .md\:border-l-red-50\/25 {
    border-left-color: rgb(254 242 242 / 0.25);
  }

  .md\:border-l-red-50\/30 {
    border-left-color: rgb(254 242 242 / 0.3);
  }

  .md\:border-l-red-50\/35 {
    border-left-color: rgb(254 242 242 / 0.35);
  }

  .md\:border-l-red-50\/40 {
    border-left-color: rgb(254 242 242 / 0.4);
  }

  .md\:border-l-red-50\/45 {
    border-left-color: rgb(254 242 242 / 0.45);
  }

  .md\:border-l-red-50\/5 {
    border-left-color: rgb(254 242 242 / 0.05);
  }

  .md\:border-l-red-50\/50 {
    border-left-color: rgb(254 242 242 / 0.5);
  }

  .md\:border-l-red-50\/55 {
    border-left-color: rgb(254 242 242 / 0.55);
  }

  .md\:border-l-red-50\/60 {
    border-left-color: rgb(254 242 242 / 0.6);
  }

  .md\:border-l-red-50\/65 {
    border-left-color: rgb(254 242 242 / 0.65);
  }

  .md\:border-l-red-50\/70 {
    border-left-color: rgb(254 242 242 / 0.7);
  }

  .md\:border-l-red-50\/75 {
    border-left-color: rgb(254 242 242 / 0.75);
  }

  .md\:border-l-red-50\/80 {
    border-left-color: rgb(254 242 242 / 0.8);
  }

  .md\:border-l-red-50\/85 {
    border-left-color: rgb(254 242 242 / 0.85);
  }

  .md\:border-l-red-50\/90 {
    border-left-color: rgb(254 242 242 / 0.9);
  }

  .md\:border-l-red-50\/95 {
    border-left-color: rgb(254 242 242 / 0.95);
  }

  .md\:border-l-red-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(239 68 68 / var(--tw-border-opacity));
  }

  .md\:border-l-red-500\/0 {
    border-left-color: rgb(239 68 68 / 0);
  }

  .md\:border-l-red-500\/10 {
    border-left-color: rgb(239 68 68 / 0.1);
  }

  .md\:border-l-red-500\/100 {
    border-left-color: rgb(239 68 68 / 1);
  }

  .md\:border-l-red-500\/15 {
    border-left-color: rgb(239 68 68 / 0.15);
  }

  .md\:border-l-red-500\/20 {
    border-left-color: rgb(239 68 68 / 0.2);
  }

  .md\:border-l-red-500\/25 {
    border-left-color: rgb(239 68 68 / 0.25);
  }

  .md\:border-l-red-500\/30 {
    border-left-color: rgb(239 68 68 / 0.3);
  }

  .md\:border-l-red-500\/35 {
    border-left-color: rgb(239 68 68 / 0.35);
  }

  .md\:border-l-red-500\/40 {
    border-left-color: rgb(239 68 68 / 0.4);
  }

  .md\:border-l-red-500\/45 {
    border-left-color: rgb(239 68 68 / 0.45);
  }

  .md\:border-l-red-500\/5 {
    border-left-color: rgb(239 68 68 / 0.05);
  }

  .md\:border-l-red-500\/50 {
    border-left-color: rgb(239 68 68 / 0.5);
  }

  .md\:border-l-red-500\/55 {
    border-left-color: rgb(239 68 68 / 0.55);
  }

  .md\:border-l-red-500\/60 {
    border-left-color: rgb(239 68 68 / 0.6);
  }

  .md\:border-l-red-500\/65 {
    border-left-color: rgb(239 68 68 / 0.65);
  }

  .md\:border-l-red-500\/70 {
    border-left-color: rgb(239 68 68 / 0.7);
  }

  .md\:border-l-red-500\/75 {
    border-left-color: rgb(239 68 68 / 0.75);
  }

  .md\:border-l-red-500\/80 {
    border-left-color: rgb(239 68 68 / 0.8);
  }

  .md\:border-l-red-500\/85 {
    border-left-color: rgb(239 68 68 / 0.85);
  }

  .md\:border-l-red-500\/90 {
    border-left-color: rgb(239 68 68 / 0.9);
  }

  .md\:border-l-red-500\/95 {
    border-left-color: rgb(239 68 68 / 0.95);
  }

  .md\:border-l-red-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(220 38 38 / var(--tw-border-opacity));
  }

  .md\:border-l-red-600\/0 {
    border-left-color: rgb(220 38 38 / 0);
  }

  .md\:border-l-red-600\/10 {
    border-left-color: rgb(220 38 38 / 0.1);
  }

  .md\:border-l-red-600\/100 {
    border-left-color: rgb(220 38 38 / 1);
  }

  .md\:border-l-red-600\/15 {
    border-left-color: rgb(220 38 38 / 0.15);
  }

  .md\:border-l-red-600\/20 {
    border-left-color: rgb(220 38 38 / 0.2);
  }

  .md\:border-l-red-600\/25 {
    border-left-color: rgb(220 38 38 / 0.25);
  }

  .md\:border-l-red-600\/30 {
    border-left-color: rgb(220 38 38 / 0.3);
  }

  .md\:border-l-red-600\/35 {
    border-left-color: rgb(220 38 38 / 0.35);
  }

  .md\:border-l-red-600\/40 {
    border-left-color: rgb(220 38 38 / 0.4);
  }

  .md\:border-l-red-600\/45 {
    border-left-color: rgb(220 38 38 / 0.45);
  }

  .md\:border-l-red-600\/5 {
    border-left-color: rgb(220 38 38 / 0.05);
  }

  .md\:border-l-red-600\/50 {
    border-left-color: rgb(220 38 38 / 0.5);
  }

  .md\:border-l-red-600\/55 {
    border-left-color: rgb(220 38 38 / 0.55);
  }

  .md\:border-l-red-600\/60 {
    border-left-color: rgb(220 38 38 / 0.6);
  }

  .md\:border-l-red-600\/65 {
    border-left-color: rgb(220 38 38 / 0.65);
  }

  .md\:border-l-red-600\/70 {
    border-left-color: rgb(220 38 38 / 0.7);
  }

  .md\:border-l-red-600\/75 {
    border-left-color: rgb(220 38 38 / 0.75);
  }

  .md\:border-l-red-600\/80 {
    border-left-color: rgb(220 38 38 / 0.8);
  }

  .md\:border-l-red-600\/85 {
    border-left-color: rgb(220 38 38 / 0.85);
  }

  .md\:border-l-red-600\/90 {
    border-left-color: rgb(220 38 38 / 0.9);
  }

  .md\:border-l-red-600\/95 {
    border-left-color: rgb(220 38 38 / 0.95);
  }

  .md\:border-l-red-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(185 28 28 / var(--tw-border-opacity));
  }

  .md\:border-l-red-700\/0 {
    border-left-color: rgb(185 28 28 / 0);
  }

  .md\:border-l-red-700\/10 {
    border-left-color: rgb(185 28 28 / 0.1);
  }

  .md\:border-l-red-700\/100 {
    border-left-color: rgb(185 28 28 / 1);
  }

  .md\:border-l-red-700\/15 {
    border-left-color: rgb(185 28 28 / 0.15);
  }

  .md\:border-l-red-700\/20 {
    border-left-color: rgb(185 28 28 / 0.2);
  }

  .md\:border-l-red-700\/25 {
    border-left-color: rgb(185 28 28 / 0.25);
  }

  .md\:border-l-red-700\/30 {
    border-left-color: rgb(185 28 28 / 0.3);
  }

  .md\:border-l-red-700\/35 {
    border-left-color: rgb(185 28 28 / 0.35);
  }

  .md\:border-l-red-700\/40 {
    border-left-color: rgb(185 28 28 / 0.4);
  }

  .md\:border-l-red-700\/45 {
    border-left-color: rgb(185 28 28 / 0.45);
  }

  .md\:border-l-red-700\/5 {
    border-left-color: rgb(185 28 28 / 0.05);
  }

  .md\:border-l-red-700\/50 {
    border-left-color: rgb(185 28 28 / 0.5);
  }

  .md\:border-l-red-700\/55 {
    border-left-color: rgb(185 28 28 / 0.55);
  }

  .md\:border-l-red-700\/60 {
    border-left-color: rgb(185 28 28 / 0.6);
  }

  .md\:border-l-red-700\/65 {
    border-left-color: rgb(185 28 28 / 0.65);
  }

  .md\:border-l-red-700\/70 {
    border-left-color: rgb(185 28 28 / 0.7);
  }

  .md\:border-l-red-700\/75 {
    border-left-color: rgb(185 28 28 / 0.75);
  }

  .md\:border-l-red-700\/80 {
    border-left-color: rgb(185 28 28 / 0.8);
  }

  .md\:border-l-red-700\/85 {
    border-left-color: rgb(185 28 28 / 0.85);
  }

  .md\:border-l-red-700\/90 {
    border-left-color: rgb(185 28 28 / 0.9);
  }

  .md\:border-l-red-700\/95 {
    border-left-color: rgb(185 28 28 / 0.95);
  }

  .md\:border-l-red-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(153 27 27 / var(--tw-border-opacity));
  }

  .md\:border-l-red-800\/0 {
    border-left-color: rgb(153 27 27 / 0);
  }

  .md\:border-l-red-800\/10 {
    border-left-color: rgb(153 27 27 / 0.1);
  }

  .md\:border-l-red-800\/100 {
    border-left-color: rgb(153 27 27 / 1);
  }

  .md\:border-l-red-800\/15 {
    border-left-color: rgb(153 27 27 / 0.15);
  }

  .md\:border-l-red-800\/20 {
    border-left-color: rgb(153 27 27 / 0.2);
  }

  .md\:border-l-red-800\/25 {
    border-left-color: rgb(153 27 27 / 0.25);
  }

  .md\:border-l-red-800\/30 {
    border-left-color: rgb(153 27 27 / 0.3);
  }

  .md\:border-l-red-800\/35 {
    border-left-color: rgb(153 27 27 / 0.35);
  }

  .md\:border-l-red-800\/40 {
    border-left-color: rgb(153 27 27 / 0.4);
  }

  .md\:border-l-red-800\/45 {
    border-left-color: rgb(153 27 27 / 0.45);
  }

  .md\:border-l-red-800\/5 {
    border-left-color: rgb(153 27 27 / 0.05);
  }

  .md\:border-l-red-800\/50 {
    border-left-color: rgb(153 27 27 / 0.5);
  }

  .md\:border-l-red-800\/55 {
    border-left-color: rgb(153 27 27 / 0.55);
  }

  .md\:border-l-red-800\/60 {
    border-left-color: rgb(153 27 27 / 0.6);
  }

  .md\:border-l-red-800\/65 {
    border-left-color: rgb(153 27 27 / 0.65);
  }

  .md\:border-l-red-800\/70 {
    border-left-color: rgb(153 27 27 / 0.7);
  }

  .md\:border-l-red-800\/75 {
    border-left-color: rgb(153 27 27 / 0.75);
  }

  .md\:border-l-red-800\/80 {
    border-left-color: rgb(153 27 27 / 0.8);
  }

  .md\:border-l-red-800\/85 {
    border-left-color: rgb(153 27 27 / 0.85);
  }

  .md\:border-l-red-800\/90 {
    border-left-color: rgb(153 27 27 / 0.9);
  }

  .md\:border-l-red-800\/95 {
    border-left-color: rgb(153 27 27 / 0.95);
  }

  .md\:border-l-red-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(127 29 29 / var(--tw-border-opacity));
  }

  .md\:border-l-red-900\/0 {
    border-left-color: rgb(127 29 29 / 0);
  }

  .md\:border-l-red-900\/10 {
    border-left-color: rgb(127 29 29 / 0.1);
  }

  .md\:border-l-red-900\/100 {
    border-left-color: rgb(127 29 29 / 1);
  }

  .md\:border-l-red-900\/15 {
    border-left-color: rgb(127 29 29 / 0.15);
  }

  .md\:border-l-red-900\/20 {
    border-left-color: rgb(127 29 29 / 0.2);
  }

  .md\:border-l-red-900\/25 {
    border-left-color: rgb(127 29 29 / 0.25);
  }

  .md\:border-l-red-900\/30 {
    border-left-color: rgb(127 29 29 / 0.3);
  }

  .md\:border-l-red-900\/35 {
    border-left-color: rgb(127 29 29 / 0.35);
  }

  .md\:border-l-red-900\/40 {
    border-left-color: rgb(127 29 29 / 0.4);
  }

  .md\:border-l-red-900\/45 {
    border-left-color: rgb(127 29 29 / 0.45);
  }

  .md\:border-l-red-900\/5 {
    border-left-color: rgb(127 29 29 / 0.05);
  }

  .md\:border-l-red-900\/50 {
    border-left-color: rgb(127 29 29 / 0.5);
  }

  .md\:border-l-red-900\/55 {
    border-left-color: rgb(127 29 29 / 0.55);
  }

  .md\:border-l-red-900\/60 {
    border-left-color: rgb(127 29 29 / 0.6);
  }

  .md\:border-l-red-900\/65 {
    border-left-color: rgb(127 29 29 / 0.65);
  }

  .md\:border-l-red-900\/70 {
    border-left-color: rgb(127 29 29 / 0.7);
  }

  .md\:border-l-red-900\/75 {
    border-left-color: rgb(127 29 29 / 0.75);
  }

  .md\:border-l-red-900\/80 {
    border-left-color: rgb(127 29 29 / 0.8);
  }

  .md\:border-l-red-900\/85 {
    border-left-color: rgb(127 29 29 / 0.85);
  }

  .md\:border-l-red-900\/90 {
    border-left-color: rgb(127 29 29 / 0.9);
  }

  .md\:border-l-red-900\/95 {
    border-left-color: rgb(127 29 29 / 0.95);
  }

  .md\:border-l-red-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(69 10 10 / var(--tw-border-opacity));
  }

  .md\:border-l-red-950\/0 {
    border-left-color: rgb(69 10 10 / 0);
  }

  .md\:border-l-red-950\/10 {
    border-left-color: rgb(69 10 10 / 0.1);
  }

  .md\:border-l-red-950\/100 {
    border-left-color: rgb(69 10 10 / 1);
  }

  .md\:border-l-red-950\/15 {
    border-left-color: rgb(69 10 10 / 0.15);
  }

  .md\:border-l-red-950\/20 {
    border-left-color: rgb(69 10 10 / 0.2);
  }

  .md\:border-l-red-950\/25 {
    border-left-color: rgb(69 10 10 / 0.25);
  }

  .md\:border-l-red-950\/30 {
    border-left-color: rgb(69 10 10 / 0.3);
  }

  .md\:border-l-red-950\/35 {
    border-left-color: rgb(69 10 10 / 0.35);
  }

  .md\:border-l-red-950\/40 {
    border-left-color: rgb(69 10 10 / 0.4);
  }

  .md\:border-l-red-950\/45 {
    border-left-color: rgb(69 10 10 / 0.45);
  }

  .md\:border-l-red-950\/5 {
    border-left-color: rgb(69 10 10 / 0.05);
  }

  .md\:border-l-red-950\/50 {
    border-left-color: rgb(69 10 10 / 0.5);
  }

  .md\:border-l-red-950\/55 {
    border-left-color: rgb(69 10 10 / 0.55);
  }

  .md\:border-l-red-950\/60 {
    border-left-color: rgb(69 10 10 / 0.6);
  }

  .md\:border-l-red-950\/65 {
    border-left-color: rgb(69 10 10 / 0.65);
  }

  .md\:border-l-red-950\/70 {
    border-left-color: rgb(69 10 10 / 0.7);
  }

  .md\:border-l-red-950\/75 {
    border-left-color: rgb(69 10 10 / 0.75);
  }

  .md\:border-l-red-950\/80 {
    border-left-color: rgb(69 10 10 / 0.8);
  }

  .md\:border-l-red-950\/85 {
    border-left-color: rgb(69 10 10 / 0.85);
  }

  .md\:border-l-red-950\/90 {
    border-left-color: rgb(69 10 10 / 0.9);
  }

  .md\:border-l-red-950\/95 {
    border-left-color: rgb(69 10 10 / 0.95);
  }

  .md\:border-l-rose-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 228 230 / var(--tw-border-opacity));
  }

  .md\:border-l-rose-100\/0 {
    border-left-color: rgb(255 228 230 / 0);
  }

  .md\:border-l-rose-100\/10 {
    border-left-color: rgb(255 228 230 / 0.1);
  }

  .md\:border-l-rose-100\/100 {
    border-left-color: rgb(255 228 230 / 1);
  }

  .md\:border-l-rose-100\/15 {
    border-left-color: rgb(255 228 230 / 0.15);
  }

  .md\:border-l-rose-100\/20 {
    border-left-color: rgb(255 228 230 / 0.2);
  }

  .md\:border-l-rose-100\/25 {
    border-left-color: rgb(255 228 230 / 0.25);
  }

  .md\:border-l-rose-100\/30 {
    border-left-color: rgb(255 228 230 / 0.3);
  }

  .md\:border-l-rose-100\/35 {
    border-left-color: rgb(255 228 230 / 0.35);
  }

  .md\:border-l-rose-100\/40 {
    border-left-color: rgb(255 228 230 / 0.4);
  }

  .md\:border-l-rose-100\/45 {
    border-left-color: rgb(255 228 230 / 0.45);
  }

  .md\:border-l-rose-100\/5 {
    border-left-color: rgb(255 228 230 / 0.05);
  }

  .md\:border-l-rose-100\/50 {
    border-left-color: rgb(255 228 230 / 0.5);
  }

  .md\:border-l-rose-100\/55 {
    border-left-color: rgb(255 228 230 / 0.55);
  }

  .md\:border-l-rose-100\/60 {
    border-left-color: rgb(255 228 230 / 0.6);
  }

  .md\:border-l-rose-100\/65 {
    border-left-color: rgb(255 228 230 / 0.65);
  }

  .md\:border-l-rose-100\/70 {
    border-left-color: rgb(255 228 230 / 0.7);
  }

  .md\:border-l-rose-100\/75 {
    border-left-color: rgb(255 228 230 / 0.75);
  }

  .md\:border-l-rose-100\/80 {
    border-left-color: rgb(255 228 230 / 0.8);
  }

  .md\:border-l-rose-100\/85 {
    border-left-color: rgb(255 228 230 / 0.85);
  }

  .md\:border-l-rose-100\/90 {
    border-left-color: rgb(255 228 230 / 0.9);
  }

  .md\:border-l-rose-100\/95 {
    border-left-color: rgb(255 228 230 / 0.95);
  }

  .md\:border-l-rose-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 205 211 / var(--tw-border-opacity));
  }

  .md\:border-l-rose-200\/0 {
    border-left-color: rgb(254 205 211 / 0);
  }

  .md\:border-l-rose-200\/10 {
    border-left-color: rgb(254 205 211 / 0.1);
  }

  .md\:border-l-rose-200\/100 {
    border-left-color: rgb(254 205 211 / 1);
  }

  .md\:border-l-rose-200\/15 {
    border-left-color: rgb(254 205 211 / 0.15);
  }

  .md\:border-l-rose-200\/20 {
    border-left-color: rgb(254 205 211 / 0.2);
  }

  .md\:border-l-rose-200\/25 {
    border-left-color: rgb(254 205 211 / 0.25);
  }

  .md\:border-l-rose-200\/30 {
    border-left-color: rgb(254 205 211 / 0.3);
  }

  .md\:border-l-rose-200\/35 {
    border-left-color: rgb(254 205 211 / 0.35);
  }

  .md\:border-l-rose-200\/40 {
    border-left-color: rgb(254 205 211 / 0.4);
  }

  .md\:border-l-rose-200\/45 {
    border-left-color: rgb(254 205 211 / 0.45);
  }

  .md\:border-l-rose-200\/5 {
    border-left-color: rgb(254 205 211 / 0.05);
  }

  .md\:border-l-rose-200\/50 {
    border-left-color: rgb(254 205 211 / 0.5);
  }

  .md\:border-l-rose-200\/55 {
    border-left-color: rgb(254 205 211 / 0.55);
  }

  .md\:border-l-rose-200\/60 {
    border-left-color: rgb(254 205 211 / 0.6);
  }

  .md\:border-l-rose-200\/65 {
    border-left-color: rgb(254 205 211 / 0.65);
  }

  .md\:border-l-rose-200\/70 {
    border-left-color: rgb(254 205 211 / 0.7);
  }

  .md\:border-l-rose-200\/75 {
    border-left-color: rgb(254 205 211 / 0.75);
  }

  .md\:border-l-rose-200\/80 {
    border-left-color: rgb(254 205 211 / 0.8);
  }

  .md\:border-l-rose-200\/85 {
    border-left-color: rgb(254 205 211 / 0.85);
  }

  .md\:border-l-rose-200\/90 {
    border-left-color: rgb(254 205 211 / 0.9);
  }

  .md\:border-l-rose-200\/95 {
    border-left-color: rgb(254 205 211 / 0.95);
  }

  .md\:border-l-rose-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 164 175 / var(--tw-border-opacity));
  }

  .md\:border-l-rose-300\/0 {
    border-left-color: rgb(253 164 175 / 0);
  }

  .md\:border-l-rose-300\/10 {
    border-left-color: rgb(253 164 175 / 0.1);
  }

  .md\:border-l-rose-300\/100 {
    border-left-color: rgb(253 164 175 / 1);
  }

  .md\:border-l-rose-300\/15 {
    border-left-color: rgb(253 164 175 / 0.15);
  }

  .md\:border-l-rose-300\/20 {
    border-left-color: rgb(253 164 175 / 0.2);
  }

  .md\:border-l-rose-300\/25 {
    border-left-color: rgb(253 164 175 / 0.25);
  }

  .md\:border-l-rose-300\/30 {
    border-left-color: rgb(253 164 175 / 0.3);
  }

  .md\:border-l-rose-300\/35 {
    border-left-color: rgb(253 164 175 / 0.35);
  }

  .md\:border-l-rose-300\/40 {
    border-left-color: rgb(253 164 175 / 0.4);
  }

  .md\:border-l-rose-300\/45 {
    border-left-color: rgb(253 164 175 / 0.45);
  }

  .md\:border-l-rose-300\/5 {
    border-left-color: rgb(253 164 175 / 0.05);
  }

  .md\:border-l-rose-300\/50 {
    border-left-color: rgb(253 164 175 / 0.5);
  }

  .md\:border-l-rose-300\/55 {
    border-left-color: rgb(253 164 175 / 0.55);
  }

  .md\:border-l-rose-300\/60 {
    border-left-color: rgb(253 164 175 / 0.6);
  }

  .md\:border-l-rose-300\/65 {
    border-left-color: rgb(253 164 175 / 0.65);
  }

  .md\:border-l-rose-300\/70 {
    border-left-color: rgb(253 164 175 / 0.7);
  }

  .md\:border-l-rose-300\/75 {
    border-left-color: rgb(253 164 175 / 0.75);
  }

  .md\:border-l-rose-300\/80 {
    border-left-color: rgb(253 164 175 / 0.8);
  }

  .md\:border-l-rose-300\/85 {
    border-left-color: rgb(253 164 175 / 0.85);
  }

  .md\:border-l-rose-300\/90 {
    border-left-color: rgb(253 164 175 / 0.9);
  }

  .md\:border-l-rose-300\/95 {
    border-left-color: rgb(253 164 175 / 0.95);
  }

  .md\:border-l-rose-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(251 113 133 / var(--tw-border-opacity));
  }

  .md\:border-l-rose-400\/0 {
    border-left-color: rgb(251 113 133 / 0);
  }

  .md\:border-l-rose-400\/10 {
    border-left-color: rgb(251 113 133 / 0.1);
  }

  .md\:border-l-rose-400\/100 {
    border-left-color: rgb(251 113 133 / 1);
  }

  .md\:border-l-rose-400\/15 {
    border-left-color: rgb(251 113 133 / 0.15);
  }

  .md\:border-l-rose-400\/20 {
    border-left-color: rgb(251 113 133 / 0.2);
  }

  .md\:border-l-rose-400\/25 {
    border-left-color: rgb(251 113 133 / 0.25);
  }

  .md\:border-l-rose-400\/30 {
    border-left-color: rgb(251 113 133 / 0.3);
  }

  .md\:border-l-rose-400\/35 {
    border-left-color: rgb(251 113 133 / 0.35);
  }

  .md\:border-l-rose-400\/40 {
    border-left-color: rgb(251 113 133 / 0.4);
  }

  .md\:border-l-rose-400\/45 {
    border-left-color: rgb(251 113 133 / 0.45);
  }

  .md\:border-l-rose-400\/5 {
    border-left-color: rgb(251 113 133 / 0.05);
  }

  .md\:border-l-rose-400\/50 {
    border-left-color: rgb(251 113 133 / 0.5);
  }

  .md\:border-l-rose-400\/55 {
    border-left-color: rgb(251 113 133 / 0.55);
  }

  .md\:border-l-rose-400\/60 {
    border-left-color: rgb(251 113 133 / 0.6);
  }

  .md\:border-l-rose-400\/65 {
    border-left-color: rgb(251 113 133 / 0.65);
  }

  .md\:border-l-rose-400\/70 {
    border-left-color: rgb(251 113 133 / 0.7);
  }

  .md\:border-l-rose-400\/75 {
    border-left-color: rgb(251 113 133 / 0.75);
  }

  .md\:border-l-rose-400\/80 {
    border-left-color: rgb(251 113 133 / 0.8);
  }

  .md\:border-l-rose-400\/85 {
    border-left-color: rgb(251 113 133 / 0.85);
  }

  .md\:border-l-rose-400\/90 {
    border-left-color: rgb(251 113 133 / 0.9);
  }

  .md\:border-l-rose-400\/95 {
    border-left-color: rgb(251 113 133 / 0.95);
  }

  .md\:border-l-rose-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 241 242 / var(--tw-border-opacity));
  }

  .md\:border-l-rose-50\/0 {
    border-left-color: rgb(255 241 242 / 0);
  }

  .md\:border-l-rose-50\/10 {
    border-left-color: rgb(255 241 242 / 0.1);
  }

  .md\:border-l-rose-50\/100 {
    border-left-color: rgb(255 241 242 / 1);
  }

  .md\:border-l-rose-50\/15 {
    border-left-color: rgb(255 241 242 / 0.15);
  }

  .md\:border-l-rose-50\/20 {
    border-left-color: rgb(255 241 242 / 0.2);
  }

  .md\:border-l-rose-50\/25 {
    border-left-color: rgb(255 241 242 / 0.25);
  }

  .md\:border-l-rose-50\/30 {
    border-left-color: rgb(255 241 242 / 0.3);
  }

  .md\:border-l-rose-50\/35 {
    border-left-color: rgb(255 241 242 / 0.35);
  }

  .md\:border-l-rose-50\/40 {
    border-left-color: rgb(255 241 242 / 0.4);
  }

  .md\:border-l-rose-50\/45 {
    border-left-color: rgb(255 241 242 / 0.45);
  }

  .md\:border-l-rose-50\/5 {
    border-left-color: rgb(255 241 242 / 0.05);
  }

  .md\:border-l-rose-50\/50 {
    border-left-color: rgb(255 241 242 / 0.5);
  }

  .md\:border-l-rose-50\/55 {
    border-left-color: rgb(255 241 242 / 0.55);
  }

  .md\:border-l-rose-50\/60 {
    border-left-color: rgb(255 241 242 / 0.6);
  }

  .md\:border-l-rose-50\/65 {
    border-left-color: rgb(255 241 242 / 0.65);
  }

  .md\:border-l-rose-50\/70 {
    border-left-color: rgb(255 241 242 / 0.7);
  }

  .md\:border-l-rose-50\/75 {
    border-left-color: rgb(255 241 242 / 0.75);
  }

  .md\:border-l-rose-50\/80 {
    border-left-color: rgb(255 241 242 / 0.8);
  }

  .md\:border-l-rose-50\/85 {
    border-left-color: rgb(255 241 242 / 0.85);
  }

  .md\:border-l-rose-50\/90 {
    border-left-color: rgb(255 241 242 / 0.9);
  }

  .md\:border-l-rose-50\/95 {
    border-left-color: rgb(255 241 242 / 0.95);
  }

  .md\:border-l-rose-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(244 63 94 / var(--tw-border-opacity));
  }

  .md\:border-l-rose-500\/0 {
    border-left-color: rgb(244 63 94 / 0);
  }

  .md\:border-l-rose-500\/10 {
    border-left-color: rgb(244 63 94 / 0.1);
  }

  .md\:border-l-rose-500\/100 {
    border-left-color: rgb(244 63 94 / 1);
  }

  .md\:border-l-rose-500\/15 {
    border-left-color: rgb(244 63 94 / 0.15);
  }

  .md\:border-l-rose-500\/20 {
    border-left-color: rgb(244 63 94 / 0.2);
  }

  .md\:border-l-rose-500\/25 {
    border-left-color: rgb(244 63 94 / 0.25);
  }

  .md\:border-l-rose-500\/30 {
    border-left-color: rgb(244 63 94 / 0.3);
  }

  .md\:border-l-rose-500\/35 {
    border-left-color: rgb(244 63 94 / 0.35);
  }

  .md\:border-l-rose-500\/40 {
    border-left-color: rgb(244 63 94 / 0.4);
  }

  .md\:border-l-rose-500\/45 {
    border-left-color: rgb(244 63 94 / 0.45);
  }

  .md\:border-l-rose-500\/5 {
    border-left-color: rgb(244 63 94 / 0.05);
  }

  .md\:border-l-rose-500\/50 {
    border-left-color: rgb(244 63 94 / 0.5);
  }

  .md\:border-l-rose-500\/55 {
    border-left-color: rgb(244 63 94 / 0.55);
  }

  .md\:border-l-rose-500\/60 {
    border-left-color: rgb(244 63 94 / 0.6);
  }

  .md\:border-l-rose-500\/65 {
    border-left-color: rgb(244 63 94 / 0.65);
  }

  .md\:border-l-rose-500\/70 {
    border-left-color: rgb(244 63 94 / 0.7);
  }

  .md\:border-l-rose-500\/75 {
    border-left-color: rgb(244 63 94 / 0.75);
  }

  .md\:border-l-rose-500\/80 {
    border-left-color: rgb(244 63 94 / 0.8);
  }

  .md\:border-l-rose-500\/85 {
    border-left-color: rgb(244 63 94 / 0.85);
  }

  .md\:border-l-rose-500\/90 {
    border-left-color: rgb(244 63 94 / 0.9);
  }

  .md\:border-l-rose-500\/95 {
    border-left-color: rgb(244 63 94 / 0.95);
  }

  .md\:border-l-rose-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(225 29 72 / var(--tw-border-opacity));
  }

  .md\:border-l-rose-600\/0 {
    border-left-color: rgb(225 29 72 / 0);
  }

  .md\:border-l-rose-600\/10 {
    border-left-color: rgb(225 29 72 / 0.1);
  }

  .md\:border-l-rose-600\/100 {
    border-left-color: rgb(225 29 72 / 1);
  }

  .md\:border-l-rose-600\/15 {
    border-left-color: rgb(225 29 72 / 0.15);
  }

  .md\:border-l-rose-600\/20 {
    border-left-color: rgb(225 29 72 / 0.2);
  }

  .md\:border-l-rose-600\/25 {
    border-left-color: rgb(225 29 72 / 0.25);
  }

  .md\:border-l-rose-600\/30 {
    border-left-color: rgb(225 29 72 / 0.3);
  }

  .md\:border-l-rose-600\/35 {
    border-left-color: rgb(225 29 72 / 0.35);
  }

  .md\:border-l-rose-600\/40 {
    border-left-color: rgb(225 29 72 / 0.4);
  }

  .md\:border-l-rose-600\/45 {
    border-left-color: rgb(225 29 72 / 0.45);
  }

  .md\:border-l-rose-600\/5 {
    border-left-color: rgb(225 29 72 / 0.05);
  }

  .md\:border-l-rose-600\/50 {
    border-left-color: rgb(225 29 72 / 0.5);
  }

  .md\:border-l-rose-600\/55 {
    border-left-color: rgb(225 29 72 / 0.55);
  }

  .md\:border-l-rose-600\/60 {
    border-left-color: rgb(225 29 72 / 0.6);
  }

  .md\:border-l-rose-600\/65 {
    border-left-color: rgb(225 29 72 / 0.65);
  }

  .md\:border-l-rose-600\/70 {
    border-left-color: rgb(225 29 72 / 0.7);
  }

  .md\:border-l-rose-600\/75 {
    border-left-color: rgb(225 29 72 / 0.75);
  }

  .md\:border-l-rose-600\/80 {
    border-left-color: rgb(225 29 72 / 0.8);
  }

  .md\:border-l-rose-600\/85 {
    border-left-color: rgb(225 29 72 / 0.85);
  }

  .md\:border-l-rose-600\/90 {
    border-left-color: rgb(225 29 72 / 0.9);
  }

  .md\:border-l-rose-600\/95 {
    border-left-color: rgb(225 29 72 / 0.95);
  }

  .md\:border-l-rose-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(190 18 60 / var(--tw-border-opacity));
  }

  .md\:border-l-rose-700\/0 {
    border-left-color: rgb(190 18 60 / 0);
  }

  .md\:border-l-rose-700\/10 {
    border-left-color: rgb(190 18 60 / 0.1);
  }

  .md\:border-l-rose-700\/100 {
    border-left-color: rgb(190 18 60 / 1);
  }

  .md\:border-l-rose-700\/15 {
    border-left-color: rgb(190 18 60 / 0.15);
  }

  .md\:border-l-rose-700\/20 {
    border-left-color: rgb(190 18 60 / 0.2);
  }

  .md\:border-l-rose-700\/25 {
    border-left-color: rgb(190 18 60 / 0.25);
  }

  .md\:border-l-rose-700\/30 {
    border-left-color: rgb(190 18 60 / 0.3);
  }

  .md\:border-l-rose-700\/35 {
    border-left-color: rgb(190 18 60 / 0.35);
  }

  .md\:border-l-rose-700\/40 {
    border-left-color: rgb(190 18 60 / 0.4);
  }

  .md\:border-l-rose-700\/45 {
    border-left-color: rgb(190 18 60 / 0.45);
  }

  .md\:border-l-rose-700\/5 {
    border-left-color: rgb(190 18 60 / 0.05);
  }

  .md\:border-l-rose-700\/50 {
    border-left-color: rgb(190 18 60 / 0.5);
  }

  .md\:border-l-rose-700\/55 {
    border-left-color: rgb(190 18 60 / 0.55);
  }

  .md\:border-l-rose-700\/60 {
    border-left-color: rgb(190 18 60 / 0.6);
  }

  .md\:border-l-rose-700\/65 {
    border-left-color: rgb(190 18 60 / 0.65);
  }

  .md\:border-l-rose-700\/70 {
    border-left-color: rgb(190 18 60 / 0.7);
  }

  .md\:border-l-rose-700\/75 {
    border-left-color: rgb(190 18 60 / 0.75);
  }

  .md\:border-l-rose-700\/80 {
    border-left-color: rgb(190 18 60 / 0.8);
  }

  .md\:border-l-rose-700\/85 {
    border-left-color: rgb(190 18 60 / 0.85);
  }

  .md\:border-l-rose-700\/90 {
    border-left-color: rgb(190 18 60 / 0.9);
  }

  .md\:border-l-rose-700\/95 {
    border-left-color: rgb(190 18 60 / 0.95);
  }

  .md\:border-l-rose-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(159 18 57 / var(--tw-border-opacity));
  }

  .md\:border-l-rose-800\/0 {
    border-left-color: rgb(159 18 57 / 0);
  }

  .md\:border-l-rose-800\/10 {
    border-left-color: rgb(159 18 57 / 0.1);
  }

  .md\:border-l-rose-800\/100 {
    border-left-color: rgb(159 18 57 / 1);
  }

  .md\:border-l-rose-800\/15 {
    border-left-color: rgb(159 18 57 / 0.15);
  }

  .md\:border-l-rose-800\/20 {
    border-left-color: rgb(159 18 57 / 0.2);
  }

  .md\:border-l-rose-800\/25 {
    border-left-color: rgb(159 18 57 / 0.25);
  }

  .md\:border-l-rose-800\/30 {
    border-left-color: rgb(159 18 57 / 0.3);
  }

  .md\:border-l-rose-800\/35 {
    border-left-color: rgb(159 18 57 / 0.35);
  }

  .md\:border-l-rose-800\/40 {
    border-left-color: rgb(159 18 57 / 0.4);
  }

  .md\:border-l-rose-800\/45 {
    border-left-color: rgb(159 18 57 / 0.45);
  }

  .md\:border-l-rose-800\/5 {
    border-left-color: rgb(159 18 57 / 0.05);
  }

  .md\:border-l-rose-800\/50 {
    border-left-color: rgb(159 18 57 / 0.5);
  }

  .md\:border-l-rose-800\/55 {
    border-left-color: rgb(159 18 57 / 0.55);
  }

  .md\:border-l-rose-800\/60 {
    border-left-color: rgb(159 18 57 / 0.6);
  }

  .md\:border-l-rose-800\/65 {
    border-left-color: rgb(159 18 57 / 0.65);
  }

  .md\:border-l-rose-800\/70 {
    border-left-color: rgb(159 18 57 / 0.7);
  }

  .md\:border-l-rose-800\/75 {
    border-left-color: rgb(159 18 57 / 0.75);
  }

  .md\:border-l-rose-800\/80 {
    border-left-color: rgb(159 18 57 / 0.8);
  }

  .md\:border-l-rose-800\/85 {
    border-left-color: rgb(159 18 57 / 0.85);
  }

  .md\:border-l-rose-800\/90 {
    border-left-color: rgb(159 18 57 / 0.9);
  }

  .md\:border-l-rose-800\/95 {
    border-left-color: rgb(159 18 57 / 0.95);
  }

  .md\:border-l-rose-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(136 19 55 / var(--tw-border-opacity));
  }

  .md\:border-l-rose-900\/0 {
    border-left-color: rgb(136 19 55 / 0);
  }

  .md\:border-l-rose-900\/10 {
    border-left-color: rgb(136 19 55 / 0.1);
  }

  .md\:border-l-rose-900\/100 {
    border-left-color: rgb(136 19 55 / 1);
  }

  .md\:border-l-rose-900\/15 {
    border-left-color: rgb(136 19 55 / 0.15);
  }

  .md\:border-l-rose-900\/20 {
    border-left-color: rgb(136 19 55 / 0.2);
  }

  .md\:border-l-rose-900\/25 {
    border-left-color: rgb(136 19 55 / 0.25);
  }

  .md\:border-l-rose-900\/30 {
    border-left-color: rgb(136 19 55 / 0.3);
  }

  .md\:border-l-rose-900\/35 {
    border-left-color: rgb(136 19 55 / 0.35);
  }

  .md\:border-l-rose-900\/40 {
    border-left-color: rgb(136 19 55 / 0.4);
  }

  .md\:border-l-rose-900\/45 {
    border-left-color: rgb(136 19 55 / 0.45);
  }

  .md\:border-l-rose-900\/5 {
    border-left-color: rgb(136 19 55 / 0.05);
  }

  .md\:border-l-rose-900\/50 {
    border-left-color: rgb(136 19 55 / 0.5);
  }

  .md\:border-l-rose-900\/55 {
    border-left-color: rgb(136 19 55 / 0.55);
  }

  .md\:border-l-rose-900\/60 {
    border-left-color: rgb(136 19 55 / 0.6);
  }

  .md\:border-l-rose-900\/65 {
    border-left-color: rgb(136 19 55 / 0.65);
  }

  .md\:border-l-rose-900\/70 {
    border-left-color: rgb(136 19 55 / 0.7);
  }

  .md\:border-l-rose-900\/75 {
    border-left-color: rgb(136 19 55 / 0.75);
  }

  .md\:border-l-rose-900\/80 {
    border-left-color: rgb(136 19 55 / 0.8);
  }

  .md\:border-l-rose-900\/85 {
    border-left-color: rgb(136 19 55 / 0.85);
  }

  .md\:border-l-rose-900\/90 {
    border-left-color: rgb(136 19 55 / 0.9);
  }

  .md\:border-l-rose-900\/95 {
    border-left-color: rgb(136 19 55 / 0.95);
  }

  .md\:border-l-rose-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(76 5 25 / var(--tw-border-opacity));
  }

  .md\:border-l-rose-950\/0 {
    border-left-color: rgb(76 5 25 / 0);
  }

  .md\:border-l-rose-950\/10 {
    border-left-color: rgb(76 5 25 / 0.1);
  }

  .md\:border-l-rose-950\/100 {
    border-left-color: rgb(76 5 25 / 1);
  }

  .md\:border-l-rose-950\/15 {
    border-left-color: rgb(76 5 25 / 0.15);
  }

  .md\:border-l-rose-950\/20 {
    border-left-color: rgb(76 5 25 / 0.2);
  }

  .md\:border-l-rose-950\/25 {
    border-left-color: rgb(76 5 25 / 0.25);
  }

  .md\:border-l-rose-950\/30 {
    border-left-color: rgb(76 5 25 / 0.3);
  }

  .md\:border-l-rose-950\/35 {
    border-left-color: rgb(76 5 25 / 0.35);
  }

  .md\:border-l-rose-950\/40 {
    border-left-color: rgb(76 5 25 / 0.4);
  }

  .md\:border-l-rose-950\/45 {
    border-left-color: rgb(76 5 25 / 0.45);
  }

  .md\:border-l-rose-950\/5 {
    border-left-color: rgb(76 5 25 / 0.05);
  }

  .md\:border-l-rose-950\/50 {
    border-left-color: rgb(76 5 25 / 0.5);
  }

  .md\:border-l-rose-950\/55 {
    border-left-color: rgb(76 5 25 / 0.55);
  }

  .md\:border-l-rose-950\/60 {
    border-left-color: rgb(76 5 25 / 0.6);
  }

  .md\:border-l-rose-950\/65 {
    border-left-color: rgb(76 5 25 / 0.65);
  }

  .md\:border-l-rose-950\/70 {
    border-left-color: rgb(76 5 25 / 0.7);
  }

  .md\:border-l-rose-950\/75 {
    border-left-color: rgb(76 5 25 / 0.75);
  }

  .md\:border-l-rose-950\/80 {
    border-left-color: rgb(76 5 25 / 0.8);
  }

  .md\:border-l-rose-950\/85 {
    border-left-color: rgb(76 5 25 / 0.85);
  }

  .md\:border-l-rose-950\/90 {
    border-left-color: rgb(76 5 25 / 0.9);
  }

  .md\:border-l-rose-950\/95 {
    border-left-color: rgb(76 5 25 / 0.95);
  }

  .md\:border-l-sky-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(224 242 254 / var(--tw-border-opacity));
  }

  .md\:border-l-sky-100\/0 {
    border-left-color: rgb(224 242 254 / 0);
  }

  .md\:border-l-sky-100\/10 {
    border-left-color: rgb(224 242 254 / 0.1);
  }

  .md\:border-l-sky-100\/100 {
    border-left-color: rgb(224 242 254 / 1);
  }

  .md\:border-l-sky-100\/15 {
    border-left-color: rgb(224 242 254 / 0.15);
  }

  .md\:border-l-sky-100\/20 {
    border-left-color: rgb(224 242 254 / 0.2);
  }

  .md\:border-l-sky-100\/25 {
    border-left-color: rgb(224 242 254 / 0.25);
  }

  .md\:border-l-sky-100\/30 {
    border-left-color: rgb(224 242 254 / 0.3);
  }

  .md\:border-l-sky-100\/35 {
    border-left-color: rgb(224 242 254 / 0.35);
  }

  .md\:border-l-sky-100\/40 {
    border-left-color: rgb(224 242 254 / 0.4);
  }

  .md\:border-l-sky-100\/45 {
    border-left-color: rgb(224 242 254 / 0.45);
  }

  .md\:border-l-sky-100\/5 {
    border-left-color: rgb(224 242 254 / 0.05);
  }

  .md\:border-l-sky-100\/50 {
    border-left-color: rgb(224 242 254 / 0.5);
  }

  .md\:border-l-sky-100\/55 {
    border-left-color: rgb(224 242 254 / 0.55);
  }

  .md\:border-l-sky-100\/60 {
    border-left-color: rgb(224 242 254 / 0.6);
  }

  .md\:border-l-sky-100\/65 {
    border-left-color: rgb(224 242 254 / 0.65);
  }

  .md\:border-l-sky-100\/70 {
    border-left-color: rgb(224 242 254 / 0.7);
  }

  .md\:border-l-sky-100\/75 {
    border-left-color: rgb(224 242 254 / 0.75);
  }

  .md\:border-l-sky-100\/80 {
    border-left-color: rgb(224 242 254 / 0.8);
  }

  .md\:border-l-sky-100\/85 {
    border-left-color: rgb(224 242 254 / 0.85);
  }

  .md\:border-l-sky-100\/90 {
    border-left-color: rgb(224 242 254 / 0.9);
  }

  .md\:border-l-sky-100\/95 {
    border-left-color: rgb(224 242 254 / 0.95);
  }

  .md\:border-l-sky-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(186 230 253 / var(--tw-border-opacity));
  }

  .md\:border-l-sky-200\/0 {
    border-left-color: rgb(186 230 253 / 0);
  }

  .md\:border-l-sky-200\/10 {
    border-left-color: rgb(186 230 253 / 0.1);
  }

  .md\:border-l-sky-200\/100 {
    border-left-color: rgb(186 230 253 / 1);
  }

  .md\:border-l-sky-200\/15 {
    border-left-color: rgb(186 230 253 / 0.15);
  }

  .md\:border-l-sky-200\/20 {
    border-left-color: rgb(186 230 253 / 0.2);
  }

  .md\:border-l-sky-200\/25 {
    border-left-color: rgb(186 230 253 / 0.25);
  }

  .md\:border-l-sky-200\/30 {
    border-left-color: rgb(186 230 253 / 0.3);
  }

  .md\:border-l-sky-200\/35 {
    border-left-color: rgb(186 230 253 / 0.35);
  }

  .md\:border-l-sky-200\/40 {
    border-left-color: rgb(186 230 253 / 0.4);
  }

  .md\:border-l-sky-200\/45 {
    border-left-color: rgb(186 230 253 / 0.45);
  }

  .md\:border-l-sky-200\/5 {
    border-left-color: rgb(186 230 253 / 0.05);
  }

  .md\:border-l-sky-200\/50 {
    border-left-color: rgb(186 230 253 / 0.5);
  }

  .md\:border-l-sky-200\/55 {
    border-left-color: rgb(186 230 253 / 0.55);
  }

  .md\:border-l-sky-200\/60 {
    border-left-color: rgb(186 230 253 / 0.6);
  }

  .md\:border-l-sky-200\/65 {
    border-left-color: rgb(186 230 253 / 0.65);
  }

  .md\:border-l-sky-200\/70 {
    border-left-color: rgb(186 230 253 / 0.7);
  }

  .md\:border-l-sky-200\/75 {
    border-left-color: rgb(186 230 253 / 0.75);
  }

  .md\:border-l-sky-200\/80 {
    border-left-color: rgb(186 230 253 / 0.8);
  }

  .md\:border-l-sky-200\/85 {
    border-left-color: rgb(186 230 253 / 0.85);
  }

  .md\:border-l-sky-200\/90 {
    border-left-color: rgb(186 230 253 / 0.9);
  }

  .md\:border-l-sky-200\/95 {
    border-left-color: rgb(186 230 253 / 0.95);
  }

  .md\:border-l-sky-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(125 211 252 / var(--tw-border-opacity));
  }

  .md\:border-l-sky-300\/0 {
    border-left-color: rgb(125 211 252 / 0);
  }

  .md\:border-l-sky-300\/10 {
    border-left-color: rgb(125 211 252 / 0.1);
  }

  .md\:border-l-sky-300\/100 {
    border-left-color: rgb(125 211 252 / 1);
  }

  .md\:border-l-sky-300\/15 {
    border-left-color: rgb(125 211 252 / 0.15);
  }

  .md\:border-l-sky-300\/20 {
    border-left-color: rgb(125 211 252 / 0.2);
  }

  .md\:border-l-sky-300\/25 {
    border-left-color: rgb(125 211 252 / 0.25);
  }

  .md\:border-l-sky-300\/30 {
    border-left-color: rgb(125 211 252 / 0.3);
  }

  .md\:border-l-sky-300\/35 {
    border-left-color: rgb(125 211 252 / 0.35);
  }

  .md\:border-l-sky-300\/40 {
    border-left-color: rgb(125 211 252 / 0.4);
  }

  .md\:border-l-sky-300\/45 {
    border-left-color: rgb(125 211 252 / 0.45);
  }

  .md\:border-l-sky-300\/5 {
    border-left-color: rgb(125 211 252 / 0.05);
  }

  .md\:border-l-sky-300\/50 {
    border-left-color: rgb(125 211 252 / 0.5);
  }

  .md\:border-l-sky-300\/55 {
    border-left-color: rgb(125 211 252 / 0.55);
  }

  .md\:border-l-sky-300\/60 {
    border-left-color: rgb(125 211 252 / 0.6);
  }

  .md\:border-l-sky-300\/65 {
    border-left-color: rgb(125 211 252 / 0.65);
  }

  .md\:border-l-sky-300\/70 {
    border-left-color: rgb(125 211 252 / 0.7);
  }

  .md\:border-l-sky-300\/75 {
    border-left-color: rgb(125 211 252 / 0.75);
  }

  .md\:border-l-sky-300\/80 {
    border-left-color: rgb(125 211 252 / 0.8);
  }

  .md\:border-l-sky-300\/85 {
    border-left-color: rgb(125 211 252 / 0.85);
  }

  .md\:border-l-sky-300\/90 {
    border-left-color: rgb(125 211 252 / 0.9);
  }

  .md\:border-l-sky-300\/95 {
    border-left-color: rgb(125 211 252 / 0.95);
  }

  .md\:border-l-sky-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(56 189 248 / var(--tw-border-opacity));
  }

  .md\:border-l-sky-400\/0 {
    border-left-color: rgb(56 189 248 / 0);
  }

  .md\:border-l-sky-400\/10 {
    border-left-color: rgb(56 189 248 / 0.1);
  }

  .md\:border-l-sky-400\/100 {
    border-left-color: rgb(56 189 248 / 1);
  }

  .md\:border-l-sky-400\/15 {
    border-left-color: rgb(56 189 248 / 0.15);
  }

  .md\:border-l-sky-400\/20 {
    border-left-color: rgb(56 189 248 / 0.2);
  }

  .md\:border-l-sky-400\/25 {
    border-left-color: rgb(56 189 248 / 0.25);
  }

  .md\:border-l-sky-400\/30 {
    border-left-color: rgb(56 189 248 / 0.3);
  }

  .md\:border-l-sky-400\/35 {
    border-left-color: rgb(56 189 248 / 0.35);
  }

  .md\:border-l-sky-400\/40 {
    border-left-color: rgb(56 189 248 / 0.4);
  }

  .md\:border-l-sky-400\/45 {
    border-left-color: rgb(56 189 248 / 0.45);
  }

  .md\:border-l-sky-400\/5 {
    border-left-color: rgb(56 189 248 / 0.05);
  }

  .md\:border-l-sky-400\/50 {
    border-left-color: rgb(56 189 248 / 0.5);
  }

  .md\:border-l-sky-400\/55 {
    border-left-color: rgb(56 189 248 / 0.55);
  }

  .md\:border-l-sky-400\/60 {
    border-left-color: rgb(56 189 248 / 0.6);
  }

  .md\:border-l-sky-400\/65 {
    border-left-color: rgb(56 189 248 / 0.65);
  }

  .md\:border-l-sky-400\/70 {
    border-left-color: rgb(56 189 248 / 0.7);
  }

  .md\:border-l-sky-400\/75 {
    border-left-color: rgb(56 189 248 / 0.75);
  }

  .md\:border-l-sky-400\/80 {
    border-left-color: rgb(56 189 248 / 0.8);
  }

  .md\:border-l-sky-400\/85 {
    border-left-color: rgb(56 189 248 / 0.85);
  }

  .md\:border-l-sky-400\/90 {
    border-left-color: rgb(56 189 248 / 0.9);
  }

  .md\:border-l-sky-400\/95 {
    border-left-color: rgb(56 189 248 / 0.95);
  }

  .md\:border-l-sky-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(240 249 255 / var(--tw-border-opacity));
  }

  .md\:border-l-sky-50\/0 {
    border-left-color: rgb(240 249 255 / 0);
  }

  .md\:border-l-sky-50\/10 {
    border-left-color: rgb(240 249 255 / 0.1);
  }

  .md\:border-l-sky-50\/100 {
    border-left-color: rgb(240 249 255 / 1);
  }

  .md\:border-l-sky-50\/15 {
    border-left-color: rgb(240 249 255 / 0.15);
  }

  .md\:border-l-sky-50\/20 {
    border-left-color: rgb(240 249 255 / 0.2);
  }

  .md\:border-l-sky-50\/25 {
    border-left-color: rgb(240 249 255 / 0.25);
  }

  .md\:border-l-sky-50\/30 {
    border-left-color: rgb(240 249 255 / 0.3);
  }

  .md\:border-l-sky-50\/35 {
    border-left-color: rgb(240 249 255 / 0.35);
  }

  .md\:border-l-sky-50\/40 {
    border-left-color: rgb(240 249 255 / 0.4);
  }

  .md\:border-l-sky-50\/45 {
    border-left-color: rgb(240 249 255 / 0.45);
  }

  .md\:border-l-sky-50\/5 {
    border-left-color: rgb(240 249 255 / 0.05);
  }

  .md\:border-l-sky-50\/50 {
    border-left-color: rgb(240 249 255 / 0.5);
  }

  .md\:border-l-sky-50\/55 {
    border-left-color: rgb(240 249 255 / 0.55);
  }

  .md\:border-l-sky-50\/60 {
    border-left-color: rgb(240 249 255 / 0.6);
  }

  .md\:border-l-sky-50\/65 {
    border-left-color: rgb(240 249 255 / 0.65);
  }

  .md\:border-l-sky-50\/70 {
    border-left-color: rgb(240 249 255 / 0.7);
  }

  .md\:border-l-sky-50\/75 {
    border-left-color: rgb(240 249 255 / 0.75);
  }

  .md\:border-l-sky-50\/80 {
    border-left-color: rgb(240 249 255 / 0.8);
  }

  .md\:border-l-sky-50\/85 {
    border-left-color: rgb(240 249 255 / 0.85);
  }

  .md\:border-l-sky-50\/90 {
    border-left-color: rgb(240 249 255 / 0.9);
  }

  .md\:border-l-sky-50\/95 {
    border-left-color: rgb(240 249 255 / 0.95);
  }

  .md\:border-l-sky-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(14 165 233 / var(--tw-border-opacity));
  }

  .md\:border-l-sky-500\/0 {
    border-left-color: rgb(14 165 233 / 0);
  }

  .md\:border-l-sky-500\/10 {
    border-left-color: rgb(14 165 233 / 0.1);
  }

  .md\:border-l-sky-500\/100 {
    border-left-color: rgb(14 165 233 / 1);
  }

  .md\:border-l-sky-500\/15 {
    border-left-color: rgb(14 165 233 / 0.15);
  }

  .md\:border-l-sky-500\/20 {
    border-left-color: rgb(14 165 233 / 0.2);
  }

  .md\:border-l-sky-500\/25 {
    border-left-color: rgb(14 165 233 / 0.25);
  }

  .md\:border-l-sky-500\/30 {
    border-left-color: rgb(14 165 233 / 0.3);
  }

  .md\:border-l-sky-500\/35 {
    border-left-color: rgb(14 165 233 / 0.35);
  }

  .md\:border-l-sky-500\/40 {
    border-left-color: rgb(14 165 233 / 0.4);
  }

  .md\:border-l-sky-500\/45 {
    border-left-color: rgb(14 165 233 / 0.45);
  }

  .md\:border-l-sky-500\/5 {
    border-left-color: rgb(14 165 233 / 0.05);
  }

  .md\:border-l-sky-500\/50 {
    border-left-color: rgb(14 165 233 / 0.5);
  }

  .md\:border-l-sky-500\/55 {
    border-left-color: rgb(14 165 233 / 0.55);
  }

  .md\:border-l-sky-500\/60 {
    border-left-color: rgb(14 165 233 / 0.6);
  }

  .md\:border-l-sky-500\/65 {
    border-left-color: rgb(14 165 233 / 0.65);
  }

  .md\:border-l-sky-500\/70 {
    border-left-color: rgb(14 165 233 / 0.7);
  }

  .md\:border-l-sky-500\/75 {
    border-left-color: rgb(14 165 233 / 0.75);
  }

  .md\:border-l-sky-500\/80 {
    border-left-color: rgb(14 165 233 / 0.8);
  }

  .md\:border-l-sky-500\/85 {
    border-left-color: rgb(14 165 233 / 0.85);
  }

  .md\:border-l-sky-500\/90 {
    border-left-color: rgb(14 165 233 / 0.9);
  }

  .md\:border-l-sky-500\/95 {
    border-left-color: rgb(14 165 233 / 0.95);
  }

  .md\:border-l-sky-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(2 132 199 / var(--tw-border-opacity));
  }

  .md\:border-l-sky-600\/0 {
    border-left-color: rgb(2 132 199 / 0);
  }

  .md\:border-l-sky-600\/10 {
    border-left-color: rgb(2 132 199 / 0.1);
  }

  .md\:border-l-sky-600\/100 {
    border-left-color: rgb(2 132 199 / 1);
  }

  .md\:border-l-sky-600\/15 {
    border-left-color: rgb(2 132 199 / 0.15);
  }

  .md\:border-l-sky-600\/20 {
    border-left-color: rgb(2 132 199 / 0.2);
  }

  .md\:border-l-sky-600\/25 {
    border-left-color: rgb(2 132 199 / 0.25);
  }

  .md\:border-l-sky-600\/30 {
    border-left-color: rgb(2 132 199 / 0.3);
  }

  .md\:border-l-sky-600\/35 {
    border-left-color: rgb(2 132 199 / 0.35);
  }

  .md\:border-l-sky-600\/40 {
    border-left-color: rgb(2 132 199 / 0.4);
  }

  .md\:border-l-sky-600\/45 {
    border-left-color: rgb(2 132 199 / 0.45);
  }

  .md\:border-l-sky-600\/5 {
    border-left-color: rgb(2 132 199 / 0.05);
  }

  .md\:border-l-sky-600\/50 {
    border-left-color: rgb(2 132 199 / 0.5);
  }

  .md\:border-l-sky-600\/55 {
    border-left-color: rgb(2 132 199 / 0.55);
  }

  .md\:border-l-sky-600\/60 {
    border-left-color: rgb(2 132 199 / 0.6);
  }

  .md\:border-l-sky-600\/65 {
    border-left-color: rgb(2 132 199 / 0.65);
  }

  .md\:border-l-sky-600\/70 {
    border-left-color: rgb(2 132 199 / 0.7);
  }

  .md\:border-l-sky-600\/75 {
    border-left-color: rgb(2 132 199 / 0.75);
  }

  .md\:border-l-sky-600\/80 {
    border-left-color: rgb(2 132 199 / 0.8);
  }

  .md\:border-l-sky-600\/85 {
    border-left-color: rgb(2 132 199 / 0.85);
  }

  .md\:border-l-sky-600\/90 {
    border-left-color: rgb(2 132 199 / 0.9);
  }

  .md\:border-l-sky-600\/95 {
    border-left-color: rgb(2 132 199 / 0.95);
  }

  .md\:border-l-sky-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(3 105 161 / var(--tw-border-opacity));
  }

  .md\:border-l-sky-700\/0 {
    border-left-color: rgb(3 105 161 / 0);
  }

  .md\:border-l-sky-700\/10 {
    border-left-color: rgb(3 105 161 / 0.1);
  }

  .md\:border-l-sky-700\/100 {
    border-left-color: rgb(3 105 161 / 1);
  }

  .md\:border-l-sky-700\/15 {
    border-left-color: rgb(3 105 161 / 0.15);
  }

  .md\:border-l-sky-700\/20 {
    border-left-color: rgb(3 105 161 / 0.2);
  }

  .md\:border-l-sky-700\/25 {
    border-left-color: rgb(3 105 161 / 0.25);
  }

  .md\:border-l-sky-700\/30 {
    border-left-color: rgb(3 105 161 / 0.3);
  }

  .md\:border-l-sky-700\/35 {
    border-left-color: rgb(3 105 161 / 0.35);
  }

  .md\:border-l-sky-700\/40 {
    border-left-color: rgb(3 105 161 / 0.4);
  }

  .md\:border-l-sky-700\/45 {
    border-left-color: rgb(3 105 161 / 0.45);
  }

  .md\:border-l-sky-700\/5 {
    border-left-color: rgb(3 105 161 / 0.05);
  }

  .md\:border-l-sky-700\/50 {
    border-left-color: rgb(3 105 161 / 0.5);
  }

  .md\:border-l-sky-700\/55 {
    border-left-color: rgb(3 105 161 / 0.55);
  }

  .md\:border-l-sky-700\/60 {
    border-left-color: rgb(3 105 161 / 0.6);
  }

  .md\:border-l-sky-700\/65 {
    border-left-color: rgb(3 105 161 / 0.65);
  }

  .md\:border-l-sky-700\/70 {
    border-left-color: rgb(3 105 161 / 0.7);
  }

  .md\:border-l-sky-700\/75 {
    border-left-color: rgb(3 105 161 / 0.75);
  }

  .md\:border-l-sky-700\/80 {
    border-left-color: rgb(3 105 161 / 0.8);
  }

  .md\:border-l-sky-700\/85 {
    border-left-color: rgb(3 105 161 / 0.85);
  }

  .md\:border-l-sky-700\/90 {
    border-left-color: rgb(3 105 161 / 0.9);
  }

  .md\:border-l-sky-700\/95 {
    border-left-color: rgb(3 105 161 / 0.95);
  }

  .md\:border-l-sky-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(7 89 133 / var(--tw-border-opacity));
  }

  .md\:border-l-sky-800\/0 {
    border-left-color: rgb(7 89 133 / 0);
  }

  .md\:border-l-sky-800\/10 {
    border-left-color: rgb(7 89 133 / 0.1);
  }

  .md\:border-l-sky-800\/100 {
    border-left-color: rgb(7 89 133 / 1);
  }

  .md\:border-l-sky-800\/15 {
    border-left-color: rgb(7 89 133 / 0.15);
  }

  .md\:border-l-sky-800\/20 {
    border-left-color: rgb(7 89 133 / 0.2);
  }

  .md\:border-l-sky-800\/25 {
    border-left-color: rgb(7 89 133 / 0.25);
  }

  .md\:border-l-sky-800\/30 {
    border-left-color: rgb(7 89 133 / 0.3);
  }

  .md\:border-l-sky-800\/35 {
    border-left-color: rgb(7 89 133 / 0.35);
  }

  .md\:border-l-sky-800\/40 {
    border-left-color: rgb(7 89 133 / 0.4);
  }

  .md\:border-l-sky-800\/45 {
    border-left-color: rgb(7 89 133 / 0.45);
  }

  .md\:border-l-sky-800\/5 {
    border-left-color: rgb(7 89 133 / 0.05);
  }

  .md\:border-l-sky-800\/50 {
    border-left-color: rgb(7 89 133 / 0.5);
  }

  .md\:border-l-sky-800\/55 {
    border-left-color: rgb(7 89 133 / 0.55);
  }

  .md\:border-l-sky-800\/60 {
    border-left-color: rgb(7 89 133 / 0.6);
  }

  .md\:border-l-sky-800\/65 {
    border-left-color: rgb(7 89 133 / 0.65);
  }

  .md\:border-l-sky-800\/70 {
    border-left-color: rgb(7 89 133 / 0.7);
  }

  .md\:border-l-sky-800\/75 {
    border-left-color: rgb(7 89 133 / 0.75);
  }

  .md\:border-l-sky-800\/80 {
    border-left-color: rgb(7 89 133 / 0.8);
  }

  .md\:border-l-sky-800\/85 {
    border-left-color: rgb(7 89 133 / 0.85);
  }

  .md\:border-l-sky-800\/90 {
    border-left-color: rgb(7 89 133 / 0.9);
  }

  .md\:border-l-sky-800\/95 {
    border-left-color: rgb(7 89 133 / 0.95);
  }

  .md\:border-l-sky-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(12 74 110 / var(--tw-border-opacity));
  }

  .md\:border-l-sky-900\/0 {
    border-left-color: rgb(12 74 110 / 0);
  }

  .md\:border-l-sky-900\/10 {
    border-left-color: rgb(12 74 110 / 0.1);
  }

  .md\:border-l-sky-900\/100 {
    border-left-color: rgb(12 74 110 / 1);
  }

  .md\:border-l-sky-900\/15 {
    border-left-color: rgb(12 74 110 / 0.15);
  }

  .md\:border-l-sky-900\/20 {
    border-left-color: rgb(12 74 110 / 0.2);
  }

  .md\:border-l-sky-900\/25 {
    border-left-color: rgb(12 74 110 / 0.25);
  }

  .md\:border-l-sky-900\/30 {
    border-left-color: rgb(12 74 110 / 0.3);
  }

  .md\:border-l-sky-900\/35 {
    border-left-color: rgb(12 74 110 / 0.35);
  }

  .md\:border-l-sky-900\/40 {
    border-left-color: rgb(12 74 110 / 0.4);
  }

  .md\:border-l-sky-900\/45 {
    border-left-color: rgb(12 74 110 / 0.45);
  }

  .md\:border-l-sky-900\/5 {
    border-left-color: rgb(12 74 110 / 0.05);
  }

  .md\:border-l-sky-900\/50 {
    border-left-color: rgb(12 74 110 / 0.5);
  }

  .md\:border-l-sky-900\/55 {
    border-left-color: rgb(12 74 110 / 0.55);
  }

  .md\:border-l-sky-900\/60 {
    border-left-color: rgb(12 74 110 / 0.6);
  }

  .md\:border-l-sky-900\/65 {
    border-left-color: rgb(12 74 110 / 0.65);
  }

  .md\:border-l-sky-900\/70 {
    border-left-color: rgb(12 74 110 / 0.7);
  }

  .md\:border-l-sky-900\/75 {
    border-left-color: rgb(12 74 110 / 0.75);
  }

  .md\:border-l-sky-900\/80 {
    border-left-color: rgb(12 74 110 / 0.8);
  }

  .md\:border-l-sky-900\/85 {
    border-left-color: rgb(12 74 110 / 0.85);
  }

  .md\:border-l-sky-900\/90 {
    border-left-color: rgb(12 74 110 / 0.9);
  }

  .md\:border-l-sky-900\/95 {
    border-left-color: rgb(12 74 110 / 0.95);
  }

  .md\:border-l-sky-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(8 47 73 / var(--tw-border-opacity));
  }

  .md\:border-l-sky-950\/0 {
    border-left-color: rgb(8 47 73 / 0);
  }

  .md\:border-l-sky-950\/10 {
    border-left-color: rgb(8 47 73 / 0.1);
  }

  .md\:border-l-sky-950\/100 {
    border-left-color: rgb(8 47 73 / 1);
  }

  .md\:border-l-sky-950\/15 {
    border-left-color: rgb(8 47 73 / 0.15);
  }

  .md\:border-l-sky-950\/20 {
    border-left-color: rgb(8 47 73 / 0.2);
  }

  .md\:border-l-sky-950\/25 {
    border-left-color: rgb(8 47 73 / 0.25);
  }

  .md\:border-l-sky-950\/30 {
    border-left-color: rgb(8 47 73 / 0.3);
  }

  .md\:border-l-sky-950\/35 {
    border-left-color: rgb(8 47 73 / 0.35);
  }

  .md\:border-l-sky-950\/40 {
    border-left-color: rgb(8 47 73 / 0.4);
  }

  .md\:border-l-sky-950\/45 {
    border-left-color: rgb(8 47 73 / 0.45);
  }

  .md\:border-l-sky-950\/5 {
    border-left-color: rgb(8 47 73 / 0.05);
  }

  .md\:border-l-sky-950\/50 {
    border-left-color: rgb(8 47 73 / 0.5);
  }

  .md\:border-l-sky-950\/55 {
    border-left-color: rgb(8 47 73 / 0.55);
  }

  .md\:border-l-sky-950\/60 {
    border-left-color: rgb(8 47 73 / 0.6);
  }

  .md\:border-l-sky-950\/65 {
    border-left-color: rgb(8 47 73 / 0.65);
  }

  .md\:border-l-sky-950\/70 {
    border-left-color: rgb(8 47 73 / 0.7);
  }

  .md\:border-l-sky-950\/75 {
    border-left-color: rgb(8 47 73 / 0.75);
  }

  .md\:border-l-sky-950\/80 {
    border-left-color: rgb(8 47 73 / 0.8);
  }

  .md\:border-l-sky-950\/85 {
    border-left-color: rgb(8 47 73 / 0.85);
  }

  .md\:border-l-sky-950\/90 {
    border-left-color: rgb(8 47 73 / 0.9);
  }

  .md\:border-l-sky-950\/95 {
    border-left-color: rgb(8 47 73 / 0.95);
  }

  .md\:border-l-slate-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(241 245 249 / var(--tw-border-opacity));
  }

  .md\:border-l-slate-100\/0 {
    border-left-color: rgb(241 245 249 / 0);
  }

  .md\:border-l-slate-100\/10 {
    border-left-color: rgb(241 245 249 / 0.1);
  }

  .md\:border-l-slate-100\/100 {
    border-left-color: rgb(241 245 249 / 1);
  }

  .md\:border-l-slate-100\/15 {
    border-left-color: rgb(241 245 249 / 0.15);
  }

  .md\:border-l-slate-100\/20 {
    border-left-color: rgb(241 245 249 / 0.2);
  }

  .md\:border-l-slate-100\/25 {
    border-left-color: rgb(241 245 249 / 0.25);
  }

  .md\:border-l-slate-100\/30 {
    border-left-color: rgb(241 245 249 / 0.3);
  }

  .md\:border-l-slate-100\/35 {
    border-left-color: rgb(241 245 249 / 0.35);
  }

  .md\:border-l-slate-100\/40 {
    border-left-color: rgb(241 245 249 / 0.4);
  }

  .md\:border-l-slate-100\/45 {
    border-left-color: rgb(241 245 249 / 0.45);
  }

  .md\:border-l-slate-100\/5 {
    border-left-color: rgb(241 245 249 / 0.05);
  }

  .md\:border-l-slate-100\/50 {
    border-left-color: rgb(241 245 249 / 0.5);
  }

  .md\:border-l-slate-100\/55 {
    border-left-color: rgb(241 245 249 / 0.55);
  }

  .md\:border-l-slate-100\/60 {
    border-left-color: rgb(241 245 249 / 0.6);
  }

  .md\:border-l-slate-100\/65 {
    border-left-color: rgb(241 245 249 / 0.65);
  }

  .md\:border-l-slate-100\/70 {
    border-left-color: rgb(241 245 249 / 0.7);
  }

  .md\:border-l-slate-100\/75 {
    border-left-color: rgb(241 245 249 / 0.75);
  }

  .md\:border-l-slate-100\/80 {
    border-left-color: rgb(241 245 249 / 0.8);
  }

  .md\:border-l-slate-100\/85 {
    border-left-color: rgb(241 245 249 / 0.85);
  }

  .md\:border-l-slate-100\/90 {
    border-left-color: rgb(241 245 249 / 0.9);
  }

  .md\:border-l-slate-100\/95 {
    border-left-color: rgb(241 245 249 / 0.95);
  }

  .md\:border-l-slate-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(226 232 240 / var(--tw-border-opacity));
  }

  .md\:border-l-slate-200\/0 {
    border-left-color: rgb(226 232 240 / 0);
  }

  .md\:border-l-slate-200\/10 {
    border-left-color: rgb(226 232 240 / 0.1);
  }

  .md\:border-l-slate-200\/100 {
    border-left-color: rgb(226 232 240 / 1);
  }

  .md\:border-l-slate-200\/15 {
    border-left-color: rgb(226 232 240 / 0.15);
  }

  .md\:border-l-slate-200\/20 {
    border-left-color: rgb(226 232 240 / 0.2);
  }

  .md\:border-l-slate-200\/25 {
    border-left-color: rgb(226 232 240 / 0.25);
  }

  .md\:border-l-slate-200\/30 {
    border-left-color: rgb(226 232 240 / 0.3);
  }

  .md\:border-l-slate-200\/35 {
    border-left-color: rgb(226 232 240 / 0.35);
  }

  .md\:border-l-slate-200\/40 {
    border-left-color: rgb(226 232 240 / 0.4);
  }

  .md\:border-l-slate-200\/45 {
    border-left-color: rgb(226 232 240 / 0.45);
  }

  .md\:border-l-slate-200\/5 {
    border-left-color: rgb(226 232 240 / 0.05);
  }

  .md\:border-l-slate-200\/50 {
    border-left-color: rgb(226 232 240 / 0.5);
  }

  .md\:border-l-slate-200\/55 {
    border-left-color: rgb(226 232 240 / 0.55);
  }

  .md\:border-l-slate-200\/60 {
    border-left-color: rgb(226 232 240 / 0.6);
  }

  .md\:border-l-slate-200\/65 {
    border-left-color: rgb(226 232 240 / 0.65);
  }

  .md\:border-l-slate-200\/70 {
    border-left-color: rgb(226 232 240 / 0.7);
  }

  .md\:border-l-slate-200\/75 {
    border-left-color: rgb(226 232 240 / 0.75);
  }

  .md\:border-l-slate-200\/80 {
    border-left-color: rgb(226 232 240 / 0.8);
  }

  .md\:border-l-slate-200\/85 {
    border-left-color: rgb(226 232 240 / 0.85);
  }

  .md\:border-l-slate-200\/90 {
    border-left-color: rgb(226 232 240 / 0.9);
  }

  .md\:border-l-slate-200\/95 {
    border-left-color: rgb(226 232 240 / 0.95);
  }

  .md\:border-l-slate-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(203 213 225 / var(--tw-border-opacity));
  }

  .md\:border-l-slate-300\/0 {
    border-left-color: rgb(203 213 225 / 0);
  }

  .md\:border-l-slate-300\/10 {
    border-left-color: rgb(203 213 225 / 0.1);
  }

  .md\:border-l-slate-300\/100 {
    border-left-color: rgb(203 213 225 / 1);
  }

  .md\:border-l-slate-300\/15 {
    border-left-color: rgb(203 213 225 / 0.15);
  }

  .md\:border-l-slate-300\/20 {
    border-left-color: rgb(203 213 225 / 0.2);
  }

  .md\:border-l-slate-300\/25 {
    border-left-color: rgb(203 213 225 / 0.25);
  }

  .md\:border-l-slate-300\/30 {
    border-left-color: rgb(203 213 225 / 0.3);
  }

  .md\:border-l-slate-300\/35 {
    border-left-color: rgb(203 213 225 / 0.35);
  }

  .md\:border-l-slate-300\/40 {
    border-left-color: rgb(203 213 225 / 0.4);
  }

  .md\:border-l-slate-300\/45 {
    border-left-color: rgb(203 213 225 / 0.45);
  }

  .md\:border-l-slate-300\/5 {
    border-left-color: rgb(203 213 225 / 0.05);
  }

  .md\:border-l-slate-300\/50 {
    border-left-color: rgb(203 213 225 / 0.5);
  }

  .md\:border-l-slate-300\/55 {
    border-left-color: rgb(203 213 225 / 0.55);
  }

  .md\:border-l-slate-300\/60 {
    border-left-color: rgb(203 213 225 / 0.6);
  }

  .md\:border-l-slate-300\/65 {
    border-left-color: rgb(203 213 225 / 0.65);
  }

  .md\:border-l-slate-300\/70 {
    border-left-color: rgb(203 213 225 / 0.7);
  }

  .md\:border-l-slate-300\/75 {
    border-left-color: rgb(203 213 225 / 0.75);
  }

  .md\:border-l-slate-300\/80 {
    border-left-color: rgb(203 213 225 / 0.8);
  }

  .md\:border-l-slate-300\/85 {
    border-left-color: rgb(203 213 225 / 0.85);
  }

  .md\:border-l-slate-300\/90 {
    border-left-color: rgb(203 213 225 / 0.9);
  }

  .md\:border-l-slate-300\/95 {
    border-left-color: rgb(203 213 225 / 0.95);
  }

  .md\:border-l-slate-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(148 163 184 / var(--tw-border-opacity));
  }

  .md\:border-l-slate-400\/0 {
    border-left-color: rgb(148 163 184 / 0);
  }

  .md\:border-l-slate-400\/10 {
    border-left-color: rgb(148 163 184 / 0.1);
  }

  .md\:border-l-slate-400\/100 {
    border-left-color: rgb(148 163 184 / 1);
  }

  .md\:border-l-slate-400\/15 {
    border-left-color: rgb(148 163 184 / 0.15);
  }

  .md\:border-l-slate-400\/20 {
    border-left-color: rgb(148 163 184 / 0.2);
  }

  .md\:border-l-slate-400\/25 {
    border-left-color: rgb(148 163 184 / 0.25);
  }

  .md\:border-l-slate-400\/30 {
    border-left-color: rgb(148 163 184 / 0.3);
  }

  .md\:border-l-slate-400\/35 {
    border-left-color: rgb(148 163 184 / 0.35);
  }

  .md\:border-l-slate-400\/40 {
    border-left-color: rgb(148 163 184 / 0.4);
  }

  .md\:border-l-slate-400\/45 {
    border-left-color: rgb(148 163 184 / 0.45);
  }

  .md\:border-l-slate-400\/5 {
    border-left-color: rgb(148 163 184 / 0.05);
  }

  .md\:border-l-slate-400\/50 {
    border-left-color: rgb(148 163 184 / 0.5);
  }

  .md\:border-l-slate-400\/55 {
    border-left-color: rgb(148 163 184 / 0.55);
  }

  .md\:border-l-slate-400\/60 {
    border-left-color: rgb(148 163 184 / 0.6);
  }

  .md\:border-l-slate-400\/65 {
    border-left-color: rgb(148 163 184 / 0.65);
  }

  .md\:border-l-slate-400\/70 {
    border-left-color: rgb(148 163 184 / 0.7);
  }

  .md\:border-l-slate-400\/75 {
    border-left-color: rgb(148 163 184 / 0.75);
  }

  .md\:border-l-slate-400\/80 {
    border-left-color: rgb(148 163 184 / 0.8);
  }

  .md\:border-l-slate-400\/85 {
    border-left-color: rgb(148 163 184 / 0.85);
  }

  .md\:border-l-slate-400\/90 {
    border-left-color: rgb(148 163 184 / 0.9);
  }

  .md\:border-l-slate-400\/95 {
    border-left-color: rgb(148 163 184 / 0.95);
  }

  .md\:border-l-slate-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(248 250 252 / var(--tw-border-opacity));
  }

  .md\:border-l-slate-50\/0 {
    border-left-color: rgb(248 250 252 / 0);
  }

  .md\:border-l-slate-50\/10 {
    border-left-color: rgb(248 250 252 / 0.1);
  }

  .md\:border-l-slate-50\/100 {
    border-left-color: rgb(248 250 252 / 1);
  }

  .md\:border-l-slate-50\/15 {
    border-left-color: rgb(248 250 252 / 0.15);
  }

  .md\:border-l-slate-50\/20 {
    border-left-color: rgb(248 250 252 / 0.2);
  }

  .md\:border-l-slate-50\/25 {
    border-left-color: rgb(248 250 252 / 0.25);
  }

  .md\:border-l-slate-50\/30 {
    border-left-color: rgb(248 250 252 / 0.3);
  }

  .md\:border-l-slate-50\/35 {
    border-left-color: rgb(248 250 252 / 0.35);
  }

  .md\:border-l-slate-50\/40 {
    border-left-color: rgb(248 250 252 / 0.4);
  }

  .md\:border-l-slate-50\/45 {
    border-left-color: rgb(248 250 252 / 0.45);
  }

  .md\:border-l-slate-50\/5 {
    border-left-color: rgb(248 250 252 / 0.05);
  }

  .md\:border-l-slate-50\/50 {
    border-left-color: rgb(248 250 252 / 0.5);
  }

  .md\:border-l-slate-50\/55 {
    border-left-color: rgb(248 250 252 / 0.55);
  }

  .md\:border-l-slate-50\/60 {
    border-left-color: rgb(248 250 252 / 0.6);
  }

  .md\:border-l-slate-50\/65 {
    border-left-color: rgb(248 250 252 / 0.65);
  }

  .md\:border-l-slate-50\/70 {
    border-left-color: rgb(248 250 252 / 0.7);
  }

  .md\:border-l-slate-50\/75 {
    border-left-color: rgb(248 250 252 / 0.75);
  }

  .md\:border-l-slate-50\/80 {
    border-left-color: rgb(248 250 252 / 0.8);
  }

  .md\:border-l-slate-50\/85 {
    border-left-color: rgb(248 250 252 / 0.85);
  }

  .md\:border-l-slate-50\/90 {
    border-left-color: rgb(248 250 252 / 0.9);
  }

  .md\:border-l-slate-50\/95 {
    border-left-color: rgb(248 250 252 / 0.95);
  }

  .md\:border-l-slate-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(100 116 139 / var(--tw-border-opacity));
  }

  .md\:border-l-slate-500\/0 {
    border-left-color: rgb(100 116 139 / 0);
  }

  .md\:border-l-slate-500\/10 {
    border-left-color: rgb(100 116 139 / 0.1);
  }

  .md\:border-l-slate-500\/100 {
    border-left-color: rgb(100 116 139 / 1);
  }

  .md\:border-l-slate-500\/15 {
    border-left-color: rgb(100 116 139 / 0.15);
  }

  .md\:border-l-slate-500\/20 {
    border-left-color: rgb(100 116 139 / 0.2);
  }

  .md\:border-l-slate-500\/25 {
    border-left-color: rgb(100 116 139 / 0.25);
  }

  .md\:border-l-slate-500\/30 {
    border-left-color: rgb(100 116 139 / 0.3);
  }

  .md\:border-l-slate-500\/35 {
    border-left-color: rgb(100 116 139 / 0.35);
  }

  .md\:border-l-slate-500\/40 {
    border-left-color: rgb(100 116 139 / 0.4);
  }

  .md\:border-l-slate-500\/45 {
    border-left-color: rgb(100 116 139 / 0.45);
  }

  .md\:border-l-slate-500\/5 {
    border-left-color: rgb(100 116 139 / 0.05);
  }

  .md\:border-l-slate-500\/50 {
    border-left-color: rgb(100 116 139 / 0.5);
  }

  .md\:border-l-slate-500\/55 {
    border-left-color: rgb(100 116 139 / 0.55);
  }

  .md\:border-l-slate-500\/60 {
    border-left-color: rgb(100 116 139 / 0.6);
  }

  .md\:border-l-slate-500\/65 {
    border-left-color: rgb(100 116 139 / 0.65);
  }

  .md\:border-l-slate-500\/70 {
    border-left-color: rgb(100 116 139 / 0.7);
  }

  .md\:border-l-slate-500\/75 {
    border-left-color: rgb(100 116 139 / 0.75);
  }

  .md\:border-l-slate-500\/80 {
    border-left-color: rgb(100 116 139 / 0.8);
  }

  .md\:border-l-slate-500\/85 {
    border-left-color: rgb(100 116 139 / 0.85);
  }

  .md\:border-l-slate-500\/90 {
    border-left-color: rgb(100 116 139 / 0.9);
  }

  .md\:border-l-slate-500\/95 {
    border-left-color: rgb(100 116 139 / 0.95);
  }

  .md\:border-l-slate-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(71 85 105 / var(--tw-border-opacity));
  }

  .md\:border-l-slate-600\/0 {
    border-left-color: rgb(71 85 105 / 0);
  }

  .md\:border-l-slate-600\/10 {
    border-left-color: rgb(71 85 105 / 0.1);
  }

  .md\:border-l-slate-600\/100 {
    border-left-color: rgb(71 85 105 / 1);
  }

  .md\:border-l-slate-600\/15 {
    border-left-color: rgb(71 85 105 / 0.15);
  }

  .md\:border-l-slate-600\/20 {
    border-left-color: rgb(71 85 105 / 0.2);
  }

  .md\:border-l-slate-600\/25 {
    border-left-color: rgb(71 85 105 / 0.25);
  }

  .md\:border-l-slate-600\/30 {
    border-left-color: rgb(71 85 105 / 0.3);
  }

  .md\:border-l-slate-600\/35 {
    border-left-color: rgb(71 85 105 / 0.35);
  }

  .md\:border-l-slate-600\/40 {
    border-left-color: rgb(71 85 105 / 0.4);
  }

  .md\:border-l-slate-600\/45 {
    border-left-color: rgb(71 85 105 / 0.45);
  }

  .md\:border-l-slate-600\/5 {
    border-left-color: rgb(71 85 105 / 0.05);
  }

  .md\:border-l-slate-600\/50 {
    border-left-color: rgb(71 85 105 / 0.5);
  }

  .md\:border-l-slate-600\/55 {
    border-left-color: rgb(71 85 105 / 0.55);
  }

  .md\:border-l-slate-600\/60 {
    border-left-color: rgb(71 85 105 / 0.6);
  }

  .md\:border-l-slate-600\/65 {
    border-left-color: rgb(71 85 105 / 0.65);
  }

  .md\:border-l-slate-600\/70 {
    border-left-color: rgb(71 85 105 / 0.7);
  }

  .md\:border-l-slate-600\/75 {
    border-left-color: rgb(71 85 105 / 0.75);
  }

  .md\:border-l-slate-600\/80 {
    border-left-color: rgb(71 85 105 / 0.8);
  }

  .md\:border-l-slate-600\/85 {
    border-left-color: rgb(71 85 105 / 0.85);
  }

  .md\:border-l-slate-600\/90 {
    border-left-color: rgb(71 85 105 / 0.9);
  }

  .md\:border-l-slate-600\/95 {
    border-left-color: rgb(71 85 105 / 0.95);
  }

  .md\:border-l-slate-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(51 65 85 / var(--tw-border-opacity));
  }

  .md\:border-l-slate-700\/0 {
    border-left-color: rgb(51 65 85 / 0);
  }

  .md\:border-l-slate-700\/10 {
    border-left-color: rgb(51 65 85 / 0.1);
  }

  .md\:border-l-slate-700\/100 {
    border-left-color: rgb(51 65 85 / 1);
  }

  .md\:border-l-slate-700\/15 {
    border-left-color: rgb(51 65 85 / 0.15);
  }

  .md\:border-l-slate-700\/20 {
    border-left-color: rgb(51 65 85 / 0.2);
  }

  .md\:border-l-slate-700\/25 {
    border-left-color: rgb(51 65 85 / 0.25);
  }

  .md\:border-l-slate-700\/30 {
    border-left-color: rgb(51 65 85 / 0.3);
  }

  .md\:border-l-slate-700\/35 {
    border-left-color: rgb(51 65 85 / 0.35);
  }

  .md\:border-l-slate-700\/40 {
    border-left-color: rgb(51 65 85 / 0.4);
  }

  .md\:border-l-slate-700\/45 {
    border-left-color: rgb(51 65 85 / 0.45);
  }

  .md\:border-l-slate-700\/5 {
    border-left-color: rgb(51 65 85 / 0.05);
  }

  .md\:border-l-slate-700\/50 {
    border-left-color: rgb(51 65 85 / 0.5);
  }

  .md\:border-l-slate-700\/55 {
    border-left-color: rgb(51 65 85 / 0.55);
  }

  .md\:border-l-slate-700\/60 {
    border-left-color: rgb(51 65 85 / 0.6);
  }

  .md\:border-l-slate-700\/65 {
    border-left-color: rgb(51 65 85 / 0.65);
  }

  .md\:border-l-slate-700\/70 {
    border-left-color: rgb(51 65 85 / 0.7);
  }

  .md\:border-l-slate-700\/75 {
    border-left-color: rgb(51 65 85 / 0.75);
  }

  .md\:border-l-slate-700\/80 {
    border-left-color: rgb(51 65 85 / 0.8);
  }

  .md\:border-l-slate-700\/85 {
    border-left-color: rgb(51 65 85 / 0.85);
  }

  .md\:border-l-slate-700\/90 {
    border-left-color: rgb(51 65 85 / 0.9);
  }

  .md\:border-l-slate-700\/95 {
    border-left-color: rgb(51 65 85 / 0.95);
  }

  .md\:border-l-slate-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 41 59 / var(--tw-border-opacity));
  }

  .md\:border-l-slate-800\/0 {
    border-left-color: rgb(30 41 59 / 0);
  }

  .md\:border-l-slate-800\/10 {
    border-left-color: rgb(30 41 59 / 0.1);
  }

  .md\:border-l-slate-800\/100 {
    border-left-color: rgb(30 41 59 / 1);
  }

  .md\:border-l-slate-800\/15 {
    border-left-color: rgb(30 41 59 / 0.15);
  }

  .md\:border-l-slate-800\/20 {
    border-left-color: rgb(30 41 59 / 0.2);
  }

  .md\:border-l-slate-800\/25 {
    border-left-color: rgb(30 41 59 / 0.25);
  }

  .md\:border-l-slate-800\/30 {
    border-left-color: rgb(30 41 59 / 0.3);
  }

  .md\:border-l-slate-800\/35 {
    border-left-color: rgb(30 41 59 / 0.35);
  }

  .md\:border-l-slate-800\/40 {
    border-left-color: rgb(30 41 59 / 0.4);
  }

  .md\:border-l-slate-800\/45 {
    border-left-color: rgb(30 41 59 / 0.45);
  }

  .md\:border-l-slate-800\/5 {
    border-left-color: rgb(30 41 59 / 0.05);
  }

  .md\:border-l-slate-800\/50 {
    border-left-color: rgb(30 41 59 / 0.5);
  }

  .md\:border-l-slate-800\/55 {
    border-left-color: rgb(30 41 59 / 0.55);
  }

  .md\:border-l-slate-800\/60 {
    border-left-color: rgb(30 41 59 / 0.6);
  }

  .md\:border-l-slate-800\/65 {
    border-left-color: rgb(30 41 59 / 0.65);
  }

  .md\:border-l-slate-800\/70 {
    border-left-color: rgb(30 41 59 / 0.7);
  }

  .md\:border-l-slate-800\/75 {
    border-left-color: rgb(30 41 59 / 0.75);
  }

  .md\:border-l-slate-800\/80 {
    border-left-color: rgb(30 41 59 / 0.8);
  }

  .md\:border-l-slate-800\/85 {
    border-left-color: rgb(30 41 59 / 0.85);
  }

  .md\:border-l-slate-800\/90 {
    border-left-color: rgb(30 41 59 / 0.9);
  }

  .md\:border-l-slate-800\/95 {
    border-left-color: rgb(30 41 59 / 0.95);
  }

  .md\:border-l-slate-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(15 23 42 / var(--tw-border-opacity));
  }

  .md\:border-l-slate-900\/0 {
    border-left-color: rgb(15 23 42 / 0);
  }

  .md\:border-l-slate-900\/10 {
    border-left-color: rgb(15 23 42 / 0.1);
  }

  .md\:border-l-slate-900\/100 {
    border-left-color: rgb(15 23 42 / 1);
  }

  .md\:border-l-slate-900\/15 {
    border-left-color: rgb(15 23 42 / 0.15);
  }

  .md\:border-l-slate-900\/20 {
    border-left-color: rgb(15 23 42 / 0.2);
  }

  .md\:border-l-slate-900\/25 {
    border-left-color: rgb(15 23 42 / 0.25);
  }

  .md\:border-l-slate-900\/30 {
    border-left-color: rgb(15 23 42 / 0.3);
  }

  .md\:border-l-slate-900\/35 {
    border-left-color: rgb(15 23 42 / 0.35);
  }

  .md\:border-l-slate-900\/40 {
    border-left-color: rgb(15 23 42 / 0.4);
  }

  .md\:border-l-slate-900\/45 {
    border-left-color: rgb(15 23 42 / 0.45);
  }

  .md\:border-l-slate-900\/5 {
    border-left-color: rgb(15 23 42 / 0.05);
  }

  .md\:border-l-slate-900\/50 {
    border-left-color: rgb(15 23 42 / 0.5);
  }

  .md\:border-l-slate-900\/55 {
    border-left-color: rgb(15 23 42 / 0.55);
  }

  .md\:border-l-slate-900\/60 {
    border-left-color: rgb(15 23 42 / 0.6);
  }

  .md\:border-l-slate-900\/65 {
    border-left-color: rgb(15 23 42 / 0.65);
  }

  .md\:border-l-slate-900\/70 {
    border-left-color: rgb(15 23 42 / 0.7);
  }

  .md\:border-l-slate-900\/75 {
    border-left-color: rgb(15 23 42 / 0.75);
  }

  .md\:border-l-slate-900\/80 {
    border-left-color: rgb(15 23 42 / 0.8);
  }

  .md\:border-l-slate-900\/85 {
    border-left-color: rgb(15 23 42 / 0.85);
  }

  .md\:border-l-slate-900\/90 {
    border-left-color: rgb(15 23 42 / 0.9);
  }

  .md\:border-l-slate-900\/95 {
    border-left-color: rgb(15 23 42 / 0.95);
  }

  .md\:border-l-slate-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(2 6 23 / var(--tw-border-opacity));
  }

  .md\:border-l-slate-950\/0 {
    border-left-color: rgb(2 6 23 / 0);
  }

  .md\:border-l-slate-950\/10 {
    border-left-color: rgb(2 6 23 / 0.1);
  }

  .md\:border-l-slate-950\/100 {
    border-left-color: rgb(2 6 23 / 1);
  }

  .md\:border-l-slate-950\/15 {
    border-left-color: rgb(2 6 23 / 0.15);
  }

  .md\:border-l-slate-950\/20 {
    border-left-color: rgb(2 6 23 / 0.2);
  }

  .md\:border-l-slate-950\/25 {
    border-left-color: rgb(2 6 23 / 0.25);
  }

  .md\:border-l-slate-950\/30 {
    border-left-color: rgb(2 6 23 / 0.3);
  }

  .md\:border-l-slate-950\/35 {
    border-left-color: rgb(2 6 23 / 0.35);
  }

  .md\:border-l-slate-950\/40 {
    border-left-color: rgb(2 6 23 / 0.4);
  }

  .md\:border-l-slate-950\/45 {
    border-left-color: rgb(2 6 23 / 0.45);
  }

  .md\:border-l-slate-950\/5 {
    border-left-color: rgb(2 6 23 / 0.05);
  }

  .md\:border-l-slate-950\/50 {
    border-left-color: rgb(2 6 23 / 0.5);
  }

  .md\:border-l-slate-950\/55 {
    border-left-color: rgb(2 6 23 / 0.55);
  }

  .md\:border-l-slate-950\/60 {
    border-left-color: rgb(2 6 23 / 0.6);
  }

  .md\:border-l-slate-950\/65 {
    border-left-color: rgb(2 6 23 / 0.65);
  }

  .md\:border-l-slate-950\/70 {
    border-left-color: rgb(2 6 23 / 0.7);
  }

  .md\:border-l-slate-950\/75 {
    border-left-color: rgb(2 6 23 / 0.75);
  }

  .md\:border-l-slate-950\/80 {
    border-left-color: rgb(2 6 23 / 0.8);
  }

  .md\:border-l-slate-950\/85 {
    border-left-color: rgb(2 6 23 / 0.85);
  }

  .md\:border-l-slate-950\/90 {
    border-left-color: rgb(2 6 23 / 0.9);
  }

  .md\:border-l-slate-950\/95 {
    border-left-color: rgb(2 6 23 / 0.95);
  }

  .md\:border-l-stone-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 245 244 / var(--tw-border-opacity));
  }

  .md\:border-l-stone-100\/0 {
    border-left-color: rgb(245 245 244 / 0);
  }

  .md\:border-l-stone-100\/10 {
    border-left-color: rgb(245 245 244 / 0.1);
  }

  .md\:border-l-stone-100\/100 {
    border-left-color: rgb(245 245 244 / 1);
  }

  .md\:border-l-stone-100\/15 {
    border-left-color: rgb(245 245 244 / 0.15);
  }

  .md\:border-l-stone-100\/20 {
    border-left-color: rgb(245 245 244 / 0.2);
  }

  .md\:border-l-stone-100\/25 {
    border-left-color: rgb(245 245 244 / 0.25);
  }

  .md\:border-l-stone-100\/30 {
    border-left-color: rgb(245 245 244 / 0.3);
  }

  .md\:border-l-stone-100\/35 {
    border-left-color: rgb(245 245 244 / 0.35);
  }

  .md\:border-l-stone-100\/40 {
    border-left-color: rgb(245 245 244 / 0.4);
  }

  .md\:border-l-stone-100\/45 {
    border-left-color: rgb(245 245 244 / 0.45);
  }

  .md\:border-l-stone-100\/5 {
    border-left-color: rgb(245 245 244 / 0.05);
  }

  .md\:border-l-stone-100\/50 {
    border-left-color: rgb(245 245 244 / 0.5);
  }

  .md\:border-l-stone-100\/55 {
    border-left-color: rgb(245 245 244 / 0.55);
  }

  .md\:border-l-stone-100\/60 {
    border-left-color: rgb(245 245 244 / 0.6);
  }

  .md\:border-l-stone-100\/65 {
    border-left-color: rgb(245 245 244 / 0.65);
  }

  .md\:border-l-stone-100\/70 {
    border-left-color: rgb(245 245 244 / 0.7);
  }

  .md\:border-l-stone-100\/75 {
    border-left-color: rgb(245 245 244 / 0.75);
  }

  .md\:border-l-stone-100\/80 {
    border-left-color: rgb(245 245 244 / 0.8);
  }

  .md\:border-l-stone-100\/85 {
    border-left-color: rgb(245 245 244 / 0.85);
  }

  .md\:border-l-stone-100\/90 {
    border-left-color: rgb(245 245 244 / 0.9);
  }

  .md\:border-l-stone-100\/95 {
    border-left-color: rgb(245 245 244 / 0.95);
  }

  .md\:border-l-stone-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(231 229 228 / var(--tw-border-opacity));
  }

  .md\:border-l-stone-200\/0 {
    border-left-color: rgb(231 229 228 / 0);
  }

  .md\:border-l-stone-200\/10 {
    border-left-color: rgb(231 229 228 / 0.1);
  }

  .md\:border-l-stone-200\/100 {
    border-left-color: rgb(231 229 228 / 1);
  }

  .md\:border-l-stone-200\/15 {
    border-left-color: rgb(231 229 228 / 0.15);
  }

  .md\:border-l-stone-200\/20 {
    border-left-color: rgb(231 229 228 / 0.2);
  }

  .md\:border-l-stone-200\/25 {
    border-left-color: rgb(231 229 228 / 0.25);
  }

  .md\:border-l-stone-200\/30 {
    border-left-color: rgb(231 229 228 / 0.3);
  }

  .md\:border-l-stone-200\/35 {
    border-left-color: rgb(231 229 228 / 0.35);
  }

  .md\:border-l-stone-200\/40 {
    border-left-color: rgb(231 229 228 / 0.4);
  }

  .md\:border-l-stone-200\/45 {
    border-left-color: rgb(231 229 228 / 0.45);
  }

  .md\:border-l-stone-200\/5 {
    border-left-color: rgb(231 229 228 / 0.05);
  }

  .md\:border-l-stone-200\/50 {
    border-left-color: rgb(231 229 228 / 0.5);
  }

  .md\:border-l-stone-200\/55 {
    border-left-color: rgb(231 229 228 / 0.55);
  }

  .md\:border-l-stone-200\/60 {
    border-left-color: rgb(231 229 228 / 0.6);
  }

  .md\:border-l-stone-200\/65 {
    border-left-color: rgb(231 229 228 / 0.65);
  }

  .md\:border-l-stone-200\/70 {
    border-left-color: rgb(231 229 228 / 0.7);
  }

  .md\:border-l-stone-200\/75 {
    border-left-color: rgb(231 229 228 / 0.75);
  }

  .md\:border-l-stone-200\/80 {
    border-left-color: rgb(231 229 228 / 0.8);
  }

  .md\:border-l-stone-200\/85 {
    border-left-color: rgb(231 229 228 / 0.85);
  }

  .md\:border-l-stone-200\/90 {
    border-left-color: rgb(231 229 228 / 0.9);
  }

  .md\:border-l-stone-200\/95 {
    border-left-color: rgb(231 229 228 / 0.95);
  }

  .md\:border-l-stone-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(214 211 209 / var(--tw-border-opacity));
  }

  .md\:border-l-stone-300\/0 {
    border-left-color: rgb(214 211 209 / 0);
  }

  .md\:border-l-stone-300\/10 {
    border-left-color: rgb(214 211 209 / 0.1);
  }

  .md\:border-l-stone-300\/100 {
    border-left-color: rgb(214 211 209 / 1);
  }

  .md\:border-l-stone-300\/15 {
    border-left-color: rgb(214 211 209 / 0.15);
  }

  .md\:border-l-stone-300\/20 {
    border-left-color: rgb(214 211 209 / 0.2);
  }

  .md\:border-l-stone-300\/25 {
    border-left-color: rgb(214 211 209 / 0.25);
  }

  .md\:border-l-stone-300\/30 {
    border-left-color: rgb(214 211 209 / 0.3);
  }

  .md\:border-l-stone-300\/35 {
    border-left-color: rgb(214 211 209 / 0.35);
  }

  .md\:border-l-stone-300\/40 {
    border-left-color: rgb(214 211 209 / 0.4);
  }

  .md\:border-l-stone-300\/45 {
    border-left-color: rgb(214 211 209 / 0.45);
  }

  .md\:border-l-stone-300\/5 {
    border-left-color: rgb(214 211 209 / 0.05);
  }

  .md\:border-l-stone-300\/50 {
    border-left-color: rgb(214 211 209 / 0.5);
  }

  .md\:border-l-stone-300\/55 {
    border-left-color: rgb(214 211 209 / 0.55);
  }

  .md\:border-l-stone-300\/60 {
    border-left-color: rgb(214 211 209 / 0.6);
  }

  .md\:border-l-stone-300\/65 {
    border-left-color: rgb(214 211 209 / 0.65);
  }

  .md\:border-l-stone-300\/70 {
    border-left-color: rgb(214 211 209 / 0.7);
  }

  .md\:border-l-stone-300\/75 {
    border-left-color: rgb(214 211 209 / 0.75);
  }

  .md\:border-l-stone-300\/80 {
    border-left-color: rgb(214 211 209 / 0.8);
  }

  .md\:border-l-stone-300\/85 {
    border-left-color: rgb(214 211 209 / 0.85);
  }

  .md\:border-l-stone-300\/90 {
    border-left-color: rgb(214 211 209 / 0.9);
  }

  .md\:border-l-stone-300\/95 {
    border-left-color: rgb(214 211 209 / 0.95);
  }

  .md\:border-l-stone-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(168 162 158 / var(--tw-border-opacity));
  }

  .md\:border-l-stone-400\/0 {
    border-left-color: rgb(168 162 158 / 0);
  }

  .md\:border-l-stone-400\/10 {
    border-left-color: rgb(168 162 158 / 0.1);
  }

  .md\:border-l-stone-400\/100 {
    border-left-color: rgb(168 162 158 / 1);
  }

  .md\:border-l-stone-400\/15 {
    border-left-color: rgb(168 162 158 / 0.15);
  }

  .md\:border-l-stone-400\/20 {
    border-left-color: rgb(168 162 158 / 0.2);
  }

  .md\:border-l-stone-400\/25 {
    border-left-color: rgb(168 162 158 / 0.25);
  }

  .md\:border-l-stone-400\/30 {
    border-left-color: rgb(168 162 158 / 0.3);
  }

  .md\:border-l-stone-400\/35 {
    border-left-color: rgb(168 162 158 / 0.35);
  }

  .md\:border-l-stone-400\/40 {
    border-left-color: rgb(168 162 158 / 0.4);
  }

  .md\:border-l-stone-400\/45 {
    border-left-color: rgb(168 162 158 / 0.45);
  }

  .md\:border-l-stone-400\/5 {
    border-left-color: rgb(168 162 158 / 0.05);
  }

  .md\:border-l-stone-400\/50 {
    border-left-color: rgb(168 162 158 / 0.5);
  }

  .md\:border-l-stone-400\/55 {
    border-left-color: rgb(168 162 158 / 0.55);
  }

  .md\:border-l-stone-400\/60 {
    border-left-color: rgb(168 162 158 / 0.6);
  }

  .md\:border-l-stone-400\/65 {
    border-left-color: rgb(168 162 158 / 0.65);
  }

  .md\:border-l-stone-400\/70 {
    border-left-color: rgb(168 162 158 / 0.7);
  }

  .md\:border-l-stone-400\/75 {
    border-left-color: rgb(168 162 158 / 0.75);
  }

  .md\:border-l-stone-400\/80 {
    border-left-color: rgb(168 162 158 / 0.8);
  }

  .md\:border-l-stone-400\/85 {
    border-left-color: rgb(168 162 158 / 0.85);
  }

  .md\:border-l-stone-400\/90 {
    border-left-color: rgb(168 162 158 / 0.9);
  }

  .md\:border-l-stone-400\/95 {
    border-left-color: rgb(168 162 158 / 0.95);
  }

  .md\:border-l-stone-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 250 249 / var(--tw-border-opacity));
  }

  .md\:border-l-stone-50\/0 {
    border-left-color: rgb(250 250 249 / 0);
  }

  .md\:border-l-stone-50\/10 {
    border-left-color: rgb(250 250 249 / 0.1);
  }

  .md\:border-l-stone-50\/100 {
    border-left-color: rgb(250 250 249 / 1);
  }

  .md\:border-l-stone-50\/15 {
    border-left-color: rgb(250 250 249 / 0.15);
  }

  .md\:border-l-stone-50\/20 {
    border-left-color: rgb(250 250 249 / 0.2);
  }

  .md\:border-l-stone-50\/25 {
    border-left-color: rgb(250 250 249 / 0.25);
  }

  .md\:border-l-stone-50\/30 {
    border-left-color: rgb(250 250 249 / 0.3);
  }

  .md\:border-l-stone-50\/35 {
    border-left-color: rgb(250 250 249 / 0.35);
  }

  .md\:border-l-stone-50\/40 {
    border-left-color: rgb(250 250 249 / 0.4);
  }

  .md\:border-l-stone-50\/45 {
    border-left-color: rgb(250 250 249 / 0.45);
  }

  .md\:border-l-stone-50\/5 {
    border-left-color: rgb(250 250 249 / 0.05);
  }

  .md\:border-l-stone-50\/50 {
    border-left-color: rgb(250 250 249 / 0.5);
  }

  .md\:border-l-stone-50\/55 {
    border-left-color: rgb(250 250 249 / 0.55);
  }

  .md\:border-l-stone-50\/60 {
    border-left-color: rgb(250 250 249 / 0.6);
  }

  .md\:border-l-stone-50\/65 {
    border-left-color: rgb(250 250 249 / 0.65);
  }

  .md\:border-l-stone-50\/70 {
    border-left-color: rgb(250 250 249 / 0.7);
  }

  .md\:border-l-stone-50\/75 {
    border-left-color: rgb(250 250 249 / 0.75);
  }

  .md\:border-l-stone-50\/80 {
    border-left-color: rgb(250 250 249 / 0.8);
  }

  .md\:border-l-stone-50\/85 {
    border-left-color: rgb(250 250 249 / 0.85);
  }

  .md\:border-l-stone-50\/90 {
    border-left-color: rgb(250 250 249 / 0.9);
  }

  .md\:border-l-stone-50\/95 {
    border-left-color: rgb(250 250 249 / 0.95);
  }

  .md\:border-l-stone-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(120 113 108 / var(--tw-border-opacity));
  }

  .md\:border-l-stone-500\/0 {
    border-left-color: rgb(120 113 108 / 0);
  }

  .md\:border-l-stone-500\/10 {
    border-left-color: rgb(120 113 108 / 0.1);
  }

  .md\:border-l-stone-500\/100 {
    border-left-color: rgb(120 113 108 / 1);
  }

  .md\:border-l-stone-500\/15 {
    border-left-color: rgb(120 113 108 / 0.15);
  }

  .md\:border-l-stone-500\/20 {
    border-left-color: rgb(120 113 108 / 0.2);
  }

  .md\:border-l-stone-500\/25 {
    border-left-color: rgb(120 113 108 / 0.25);
  }

  .md\:border-l-stone-500\/30 {
    border-left-color: rgb(120 113 108 / 0.3);
  }

  .md\:border-l-stone-500\/35 {
    border-left-color: rgb(120 113 108 / 0.35);
  }

  .md\:border-l-stone-500\/40 {
    border-left-color: rgb(120 113 108 / 0.4);
  }

  .md\:border-l-stone-500\/45 {
    border-left-color: rgb(120 113 108 / 0.45);
  }

  .md\:border-l-stone-500\/5 {
    border-left-color: rgb(120 113 108 / 0.05);
  }

  .md\:border-l-stone-500\/50 {
    border-left-color: rgb(120 113 108 / 0.5);
  }

  .md\:border-l-stone-500\/55 {
    border-left-color: rgb(120 113 108 / 0.55);
  }

  .md\:border-l-stone-500\/60 {
    border-left-color: rgb(120 113 108 / 0.6);
  }

  .md\:border-l-stone-500\/65 {
    border-left-color: rgb(120 113 108 / 0.65);
  }

  .md\:border-l-stone-500\/70 {
    border-left-color: rgb(120 113 108 / 0.7);
  }

  .md\:border-l-stone-500\/75 {
    border-left-color: rgb(120 113 108 / 0.75);
  }

  .md\:border-l-stone-500\/80 {
    border-left-color: rgb(120 113 108 / 0.8);
  }

  .md\:border-l-stone-500\/85 {
    border-left-color: rgb(120 113 108 / 0.85);
  }

  .md\:border-l-stone-500\/90 {
    border-left-color: rgb(120 113 108 / 0.9);
  }

  .md\:border-l-stone-500\/95 {
    border-left-color: rgb(120 113 108 / 0.95);
  }

  .md\:border-l-stone-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(87 83 78 / var(--tw-border-opacity));
  }

  .md\:border-l-stone-600\/0 {
    border-left-color: rgb(87 83 78 / 0);
  }

  .md\:border-l-stone-600\/10 {
    border-left-color: rgb(87 83 78 / 0.1);
  }

  .md\:border-l-stone-600\/100 {
    border-left-color: rgb(87 83 78 / 1);
  }

  .md\:border-l-stone-600\/15 {
    border-left-color: rgb(87 83 78 / 0.15);
  }

  .md\:border-l-stone-600\/20 {
    border-left-color: rgb(87 83 78 / 0.2);
  }

  .md\:border-l-stone-600\/25 {
    border-left-color: rgb(87 83 78 / 0.25);
  }

  .md\:border-l-stone-600\/30 {
    border-left-color: rgb(87 83 78 / 0.3);
  }

  .md\:border-l-stone-600\/35 {
    border-left-color: rgb(87 83 78 / 0.35);
  }

  .md\:border-l-stone-600\/40 {
    border-left-color: rgb(87 83 78 / 0.4);
  }

  .md\:border-l-stone-600\/45 {
    border-left-color: rgb(87 83 78 / 0.45);
  }

  .md\:border-l-stone-600\/5 {
    border-left-color: rgb(87 83 78 / 0.05);
  }

  .md\:border-l-stone-600\/50 {
    border-left-color: rgb(87 83 78 / 0.5);
  }

  .md\:border-l-stone-600\/55 {
    border-left-color: rgb(87 83 78 / 0.55);
  }

  .md\:border-l-stone-600\/60 {
    border-left-color: rgb(87 83 78 / 0.6);
  }

  .md\:border-l-stone-600\/65 {
    border-left-color: rgb(87 83 78 / 0.65);
  }

  .md\:border-l-stone-600\/70 {
    border-left-color: rgb(87 83 78 / 0.7);
  }

  .md\:border-l-stone-600\/75 {
    border-left-color: rgb(87 83 78 / 0.75);
  }

  .md\:border-l-stone-600\/80 {
    border-left-color: rgb(87 83 78 / 0.8);
  }

  .md\:border-l-stone-600\/85 {
    border-left-color: rgb(87 83 78 / 0.85);
  }

  .md\:border-l-stone-600\/90 {
    border-left-color: rgb(87 83 78 / 0.9);
  }

  .md\:border-l-stone-600\/95 {
    border-left-color: rgb(87 83 78 / 0.95);
  }

  .md\:border-l-stone-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(68 64 60 / var(--tw-border-opacity));
  }

  .md\:border-l-stone-700\/0 {
    border-left-color: rgb(68 64 60 / 0);
  }

  .md\:border-l-stone-700\/10 {
    border-left-color: rgb(68 64 60 / 0.1);
  }

  .md\:border-l-stone-700\/100 {
    border-left-color: rgb(68 64 60 / 1);
  }

  .md\:border-l-stone-700\/15 {
    border-left-color: rgb(68 64 60 / 0.15);
  }

  .md\:border-l-stone-700\/20 {
    border-left-color: rgb(68 64 60 / 0.2);
  }

  .md\:border-l-stone-700\/25 {
    border-left-color: rgb(68 64 60 / 0.25);
  }

  .md\:border-l-stone-700\/30 {
    border-left-color: rgb(68 64 60 / 0.3);
  }

  .md\:border-l-stone-700\/35 {
    border-left-color: rgb(68 64 60 / 0.35);
  }

  .md\:border-l-stone-700\/40 {
    border-left-color: rgb(68 64 60 / 0.4);
  }

  .md\:border-l-stone-700\/45 {
    border-left-color: rgb(68 64 60 / 0.45);
  }

  .md\:border-l-stone-700\/5 {
    border-left-color: rgb(68 64 60 / 0.05);
  }

  .md\:border-l-stone-700\/50 {
    border-left-color: rgb(68 64 60 / 0.5);
  }

  .md\:border-l-stone-700\/55 {
    border-left-color: rgb(68 64 60 / 0.55);
  }

  .md\:border-l-stone-700\/60 {
    border-left-color: rgb(68 64 60 / 0.6);
  }

  .md\:border-l-stone-700\/65 {
    border-left-color: rgb(68 64 60 / 0.65);
  }

  .md\:border-l-stone-700\/70 {
    border-left-color: rgb(68 64 60 / 0.7);
  }

  .md\:border-l-stone-700\/75 {
    border-left-color: rgb(68 64 60 / 0.75);
  }

  .md\:border-l-stone-700\/80 {
    border-left-color: rgb(68 64 60 / 0.8);
  }

  .md\:border-l-stone-700\/85 {
    border-left-color: rgb(68 64 60 / 0.85);
  }

  .md\:border-l-stone-700\/90 {
    border-left-color: rgb(68 64 60 / 0.9);
  }

  .md\:border-l-stone-700\/95 {
    border-left-color: rgb(68 64 60 / 0.95);
  }

  .md\:border-l-stone-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(41 37 36 / var(--tw-border-opacity));
  }

  .md\:border-l-stone-800\/0 {
    border-left-color: rgb(41 37 36 / 0);
  }

  .md\:border-l-stone-800\/10 {
    border-left-color: rgb(41 37 36 / 0.1);
  }

  .md\:border-l-stone-800\/100 {
    border-left-color: rgb(41 37 36 / 1);
  }

  .md\:border-l-stone-800\/15 {
    border-left-color: rgb(41 37 36 / 0.15);
  }

  .md\:border-l-stone-800\/20 {
    border-left-color: rgb(41 37 36 / 0.2);
  }

  .md\:border-l-stone-800\/25 {
    border-left-color: rgb(41 37 36 / 0.25);
  }

  .md\:border-l-stone-800\/30 {
    border-left-color: rgb(41 37 36 / 0.3);
  }

  .md\:border-l-stone-800\/35 {
    border-left-color: rgb(41 37 36 / 0.35);
  }

  .md\:border-l-stone-800\/40 {
    border-left-color: rgb(41 37 36 / 0.4);
  }

  .md\:border-l-stone-800\/45 {
    border-left-color: rgb(41 37 36 / 0.45);
  }

  .md\:border-l-stone-800\/5 {
    border-left-color: rgb(41 37 36 / 0.05);
  }

  .md\:border-l-stone-800\/50 {
    border-left-color: rgb(41 37 36 / 0.5);
  }

  .md\:border-l-stone-800\/55 {
    border-left-color: rgb(41 37 36 / 0.55);
  }

  .md\:border-l-stone-800\/60 {
    border-left-color: rgb(41 37 36 / 0.6);
  }

  .md\:border-l-stone-800\/65 {
    border-left-color: rgb(41 37 36 / 0.65);
  }

  .md\:border-l-stone-800\/70 {
    border-left-color: rgb(41 37 36 / 0.7);
  }

  .md\:border-l-stone-800\/75 {
    border-left-color: rgb(41 37 36 / 0.75);
  }

  .md\:border-l-stone-800\/80 {
    border-left-color: rgb(41 37 36 / 0.8);
  }

  .md\:border-l-stone-800\/85 {
    border-left-color: rgb(41 37 36 / 0.85);
  }

  .md\:border-l-stone-800\/90 {
    border-left-color: rgb(41 37 36 / 0.9);
  }

  .md\:border-l-stone-800\/95 {
    border-left-color: rgb(41 37 36 / 0.95);
  }

  .md\:border-l-stone-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(28 25 23 / var(--tw-border-opacity));
  }

  .md\:border-l-stone-900\/0 {
    border-left-color: rgb(28 25 23 / 0);
  }

  .md\:border-l-stone-900\/10 {
    border-left-color: rgb(28 25 23 / 0.1);
  }

  .md\:border-l-stone-900\/100 {
    border-left-color: rgb(28 25 23 / 1);
  }

  .md\:border-l-stone-900\/15 {
    border-left-color: rgb(28 25 23 / 0.15);
  }

  .md\:border-l-stone-900\/20 {
    border-left-color: rgb(28 25 23 / 0.2);
  }

  .md\:border-l-stone-900\/25 {
    border-left-color: rgb(28 25 23 / 0.25);
  }

  .md\:border-l-stone-900\/30 {
    border-left-color: rgb(28 25 23 / 0.3);
  }

  .md\:border-l-stone-900\/35 {
    border-left-color: rgb(28 25 23 / 0.35);
  }

  .md\:border-l-stone-900\/40 {
    border-left-color: rgb(28 25 23 / 0.4);
  }

  .md\:border-l-stone-900\/45 {
    border-left-color: rgb(28 25 23 / 0.45);
  }

  .md\:border-l-stone-900\/5 {
    border-left-color: rgb(28 25 23 / 0.05);
  }

  .md\:border-l-stone-900\/50 {
    border-left-color: rgb(28 25 23 / 0.5);
  }

  .md\:border-l-stone-900\/55 {
    border-left-color: rgb(28 25 23 / 0.55);
  }

  .md\:border-l-stone-900\/60 {
    border-left-color: rgb(28 25 23 / 0.6);
  }

  .md\:border-l-stone-900\/65 {
    border-left-color: rgb(28 25 23 / 0.65);
  }

  .md\:border-l-stone-900\/70 {
    border-left-color: rgb(28 25 23 / 0.7);
  }

  .md\:border-l-stone-900\/75 {
    border-left-color: rgb(28 25 23 / 0.75);
  }

  .md\:border-l-stone-900\/80 {
    border-left-color: rgb(28 25 23 / 0.8);
  }

  .md\:border-l-stone-900\/85 {
    border-left-color: rgb(28 25 23 / 0.85);
  }

  .md\:border-l-stone-900\/90 {
    border-left-color: rgb(28 25 23 / 0.9);
  }

  .md\:border-l-stone-900\/95 {
    border-left-color: rgb(28 25 23 / 0.95);
  }

  .md\:border-l-stone-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(12 10 9 / var(--tw-border-opacity));
  }

  .md\:border-l-stone-950\/0 {
    border-left-color: rgb(12 10 9 / 0);
  }

  .md\:border-l-stone-950\/10 {
    border-left-color: rgb(12 10 9 / 0.1);
  }

  .md\:border-l-stone-950\/100 {
    border-left-color: rgb(12 10 9 / 1);
  }

  .md\:border-l-stone-950\/15 {
    border-left-color: rgb(12 10 9 / 0.15);
  }

  .md\:border-l-stone-950\/20 {
    border-left-color: rgb(12 10 9 / 0.2);
  }

  .md\:border-l-stone-950\/25 {
    border-left-color: rgb(12 10 9 / 0.25);
  }

  .md\:border-l-stone-950\/30 {
    border-left-color: rgb(12 10 9 / 0.3);
  }

  .md\:border-l-stone-950\/35 {
    border-left-color: rgb(12 10 9 / 0.35);
  }

  .md\:border-l-stone-950\/40 {
    border-left-color: rgb(12 10 9 / 0.4);
  }

  .md\:border-l-stone-950\/45 {
    border-left-color: rgb(12 10 9 / 0.45);
  }

  .md\:border-l-stone-950\/5 {
    border-left-color: rgb(12 10 9 / 0.05);
  }

  .md\:border-l-stone-950\/50 {
    border-left-color: rgb(12 10 9 / 0.5);
  }

  .md\:border-l-stone-950\/55 {
    border-left-color: rgb(12 10 9 / 0.55);
  }

  .md\:border-l-stone-950\/60 {
    border-left-color: rgb(12 10 9 / 0.6);
  }

  .md\:border-l-stone-950\/65 {
    border-left-color: rgb(12 10 9 / 0.65);
  }

  .md\:border-l-stone-950\/70 {
    border-left-color: rgb(12 10 9 / 0.7);
  }

  .md\:border-l-stone-950\/75 {
    border-left-color: rgb(12 10 9 / 0.75);
  }

  .md\:border-l-stone-950\/80 {
    border-left-color: rgb(12 10 9 / 0.8);
  }

  .md\:border-l-stone-950\/85 {
    border-left-color: rgb(12 10 9 / 0.85);
  }

  .md\:border-l-stone-950\/90 {
    border-left-color: rgb(12 10 9 / 0.9);
  }

  .md\:border-l-stone-950\/95 {
    border-left-color: rgb(12 10 9 / 0.95);
  }

  .md\:border-l-teal-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(204 251 241 / var(--tw-border-opacity));
  }

  .md\:border-l-teal-100\/0 {
    border-left-color: rgb(204 251 241 / 0);
  }

  .md\:border-l-teal-100\/10 {
    border-left-color: rgb(204 251 241 / 0.1);
  }

  .md\:border-l-teal-100\/100 {
    border-left-color: rgb(204 251 241 / 1);
  }

  .md\:border-l-teal-100\/15 {
    border-left-color: rgb(204 251 241 / 0.15);
  }

  .md\:border-l-teal-100\/20 {
    border-left-color: rgb(204 251 241 / 0.2);
  }

  .md\:border-l-teal-100\/25 {
    border-left-color: rgb(204 251 241 / 0.25);
  }

  .md\:border-l-teal-100\/30 {
    border-left-color: rgb(204 251 241 / 0.3);
  }

  .md\:border-l-teal-100\/35 {
    border-left-color: rgb(204 251 241 / 0.35);
  }

  .md\:border-l-teal-100\/40 {
    border-left-color: rgb(204 251 241 / 0.4);
  }

  .md\:border-l-teal-100\/45 {
    border-left-color: rgb(204 251 241 / 0.45);
  }

  .md\:border-l-teal-100\/5 {
    border-left-color: rgb(204 251 241 / 0.05);
  }

  .md\:border-l-teal-100\/50 {
    border-left-color: rgb(204 251 241 / 0.5);
  }

  .md\:border-l-teal-100\/55 {
    border-left-color: rgb(204 251 241 / 0.55);
  }

  .md\:border-l-teal-100\/60 {
    border-left-color: rgb(204 251 241 / 0.6);
  }

  .md\:border-l-teal-100\/65 {
    border-left-color: rgb(204 251 241 / 0.65);
  }

  .md\:border-l-teal-100\/70 {
    border-left-color: rgb(204 251 241 / 0.7);
  }

  .md\:border-l-teal-100\/75 {
    border-left-color: rgb(204 251 241 / 0.75);
  }

  .md\:border-l-teal-100\/80 {
    border-left-color: rgb(204 251 241 / 0.8);
  }

  .md\:border-l-teal-100\/85 {
    border-left-color: rgb(204 251 241 / 0.85);
  }

  .md\:border-l-teal-100\/90 {
    border-left-color: rgb(204 251 241 / 0.9);
  }

  .md\:border-l-teal-100\/95 {
    border-left-color: rgb(204 251 241 / 0.95);
  }

  .md\:border-l-teal-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(153 246 228 / var(--tw-border-opacity));
  }

  .md\:border-l-teal-200\/0 {
    border-left-color: rgb(153 246 228 / 0);
  }

  .md\:border-l-teal-200\/10 {
    border-left-color: rgb(153 246 228 / 0.1);
  }

  .md\:border-l-teal-200\/100 {
    border-left-color: rgb(153 246 228 / 1);
  }

  .md\:border-l-teal-200\/15 {
    border-left-color: rgb(153 246 228 / 0.15);
  }

  .md\:border-l-teal-200\/20 {
    border-left-color: rgb(153 246 228 / 0.2);
  }

  .md\:border-l-teal-200\/25 {
    border-left-color: rgb(153 246 228 / 0.25);
  }

  .md\:border-l-teal-200\/30 {
    border-left-color: rgb(153 246 228 / 0.3);
  }

  .md\:border-l-teal-200\/35 {
    border-left-color: rgb(153 246 228 / 0.35);
  }

  .md\:border-l-teal-200\/40 {
    border-left-color: rgb(153 246 228 / 0.4);
  }

  .md\:border-l-teal-200\/45 {
    border-left-color: rgb(153 246 228 / 0.45);
  }

  .md\:border-l-teal-200\/5 {
    border-left-color: rgb(153 246 228 / 0.05);
  }

  .md\:border-l-teal-200\/50 {
    border-left-color: rgb(153 246 228 / 0.5);
  }

  .md\:border-l-teal-200\/55 {
    border-left-color: rgb(153 246 228 / 0.55);
  }

  .md\:border-l-teal-200\/60 {
    border-left-color: rgb(153 246 228 / 0.6);
  }

  .md\:border-l-teal-200\/65 {
    border-left-color: rgb(153 246 228 / 0.65);
  }

  .md\:border-l-teal-200\/70 {
    border-left-color: rgb(153 246 228 / 0.7);
  }

  .md\:border-l-teal-200\/75 {
    border-left-color: rgb(153 246 228 / 0.75);
  }

  .md\:border-l-teal-200\/80 {
    border-left-color: rgb(153 246 228 / 0.8);
  }

  .md\:border-l-teal-200\/85 {
    border-left-color: rgb(153 246 228 / 0.85);
  }

  .md\:border-l-teal-200\/90 {
    border-left-color: rgb(153 246 228 / 0.9);
  }

  .md\:border-l-teal-200\/95 {
    border-left-color: rgb(153 246 228 / 0.95);
  }

  .md\:border-l-teal-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(94 234 212 / var(--tw-border-opacity));
  }

  .md\:border-l-teal-300\/0 {
    border-left-color: rgb(94 234 212 / 0);
  }

  .md\:border-l-teal-300\/10 {
    border-left-color: rgb(94 234 212 / 0.1);
  }

  .md\:border-l-teal-300\/100 {
    border-left-color: rgb(94 234 212 / 1);
  }

  .md\:border-l-teal-300\/15 {
    border-left-color: rgb(94 234 212 / 0.15);
  }

  .md\:border-l-teal-300\/20 {
    border-left-color: rgb(94 234 212 / 0.2);
  }

  .md\:border-l-teal-300\/25 {
    border-left-color: rgb(94 234 212 / 0.25);
  }

  .md\:border-l-teal-300\/30 {
    border-left-color: rgb(94 234 212 / 0.3);
  }

  .md\:border-l-teal-300\/35 {
    border-left-color: rgb(94 234 212 / 0.35);
  }

  .md\:border-l-teal-300\/40 {
    border-left-color: rgb(94 234 212 / 0.4);
  }

  .md\:border-l-teal-300\/45 {
    border-left-color: rgb(94 234 212 / 0.45);
  }

  .md\:border-l-teal-300\/5 {
    border-left-color: rgb(94 234 212 / 0.05);
  }

  .md\:border-l-teal-300\/50 {
    border-left-color: rgb(94 234 212 / 0.5);
  }

  .md\:border-l-teal-300\/55 {
    border-left-color: rgb(94 234 212 / 0.55);
  }

  .md\:border-l-teal-300\/60 {
    border-left-color: rgb(94 234 212 / 0.6);
  }

  .md\:border-l-teal-300\/65 {
    border-left-color: rgb(94 234 212 / 0.65);
  }

  .md\:border-l-teal-300\/70 {
    border-left-color: rgb(94 234 212 / 0.7);
  }

  .md\:border-l-teal-300\/75 {
    border-left-color: rgb(94 234 212 / 0.75);
  }

  .md\:border-l-teal-300\/80 {
    border-left-color: rgb(94 234 212 / 0.8);
  }

  .md\:border-l-teal-300\/85 {
    border-left-color: rgb(94 234 212 / 0.85);
  }

  .md\:border-l-teal-300\/90 {
    border-left-color: rgb(94 234 212 / 0.9);
  }

  .md\:border-l-teal-300\/95 {
    border-left-color: rgb(94 234 212 / 0.95);
  }

  .md\:border-l-teal-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(45 212 191 / var(--tw-border-opacity));
  }

  .md\:border-l-teal-400\/0 {
    border-left-color: rgb(45 212 191 / 0);
  }

  .md\:border-l-teal-400\/10 {
    border-left-color: rgb(45 212 191 / 0.1);
  }

  .md\:border-l-teal-400\/100 {
    border-left-color: rgb(45 212 191 / 1);
  }

  .md\:border-l-teal-400\/15 {
    border-left-color: rgb(45 212 191 / 0.15);
  }

  .md\:border-l-teal-400\/20 {
    border-left-color: rgb(45 212 191 / 0.2);
  }

  .md\:border-l-teal-400\/25 {
    border-left-color: rgb(45 212 191 / 0.25);
  }

  .md\:border-l-teal-400\/30 {
    border-left-color: rgb(45 212 191 / 0.3);
  }

  .md\:border-l-teal-400\/35 {
    border-left-color: rgb(45 212 191 / 0.35);
  }

  .md\:border-l-teal-400\/40 {
    border-left-color: rgb(45 212 191 / 0.4);
  }

  .md\:border-l-teal-400\/45 {
    border-left-color: rgb(45 212 191 / 0.45);
  }

  .md\:border-l-teal-400\/5 {
    border-left-color: rgb(45 212 191 / 0.05);
  }

  .md\:border-l-teal-400\/50 {
    border-left-color: rgb(45 212 191 / 0.5);
  }

  .md\:border-l-teal-400\/55 {
    border-left-color: rgb(45 212 191 / 0.55);
  }

  .md\:border-l-teal-400\/60 {
    border-left-color: rgb(45 212 191 / 0.6);
  }

  .md\:border-l-teal-400\/65 {
    border-left-color: rgb(45 212 191 / 0.65);
  }

  .md\:border-l-teal-400\/70 {
    border-left-color: rgb(45 212 191 / 0.7);
  }

  .md\:border-l-teal-400\/75 {
    border-left-color: rgb(45 212 191 / 0.75);
  }

  .md\:border-l-teal-400\/80 {
    border-left-color: rgb(45 212 191 / 0.8);
  }

  .md\:border-l-teal-400\/85 {
    border-left-color: rgb(45 212 191 / 0.85);
  }

  .md\:border-l-teal-400\/90 {
    border-left-color: rgb(45 212 191 / 0.9);
  }

  .md\:border-l-teal-400\/95 {
    border-left-color: rgb(45 212 191 / 0.95);
  }

  .md\:border-l-teal-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(240 253 250 / var(--tw-border-opacity));
  }

  .md\:border-l-teal-50\/0 {
    border-left-color: rgb(240 253 250 / 0);
  }

  .md\:border-l-teal-50\/10 {
    border-left-color: rgb(240 253 250 / 0.1);
  }

  .md\:border-l-teal-50\/100 {
    border-left-color: rgb(240 253 250 / 1);
  }

  .md\:border-l-teal-50\/15 {
    border-left-color: rgb(240 253 250 / 0.15);
  }

  .md\:border-l-teal-50\/20 {
    border-left-color: rgb(240 253 250 / 0.2);
  }

  .md\:border-l-teal-50\/25 {
    border-left-color: rgb(240 253 250 / 0.25);
  }

  .md\:border-l-teal-50\/30 {
    border-left-color: rgb(240 253 250 / 0.3);
  }

  .md\:border-l-teal-50\/35 {
    border-left-color: rgb(240 253 250 / 0.35);
  }

  .md\:border-l-teal-50\/40 {
    border-left-color: rgb(240 253 250 / 0.4);
  }

  .md\:border-l-teal-50\/45 {
    border-left-color: rgb(240 253 250 / 0.45);
  }

  .md\:border-l-teal-50\/5 {
    border-left-color: rgb(240 253 250 / 0.05);
  }

  .md\:border-l-teal-50\/50 {
    border-left-color: rgb(240 253 250 / 0.5);
  }

  .md\:border-l-teal-50\/55 {
    border-left-color: rgb(240 253 250 / 0.55);
  }

  .md\:border-l-teal-50\/60 {
    border-left-color: rgb(240 253 250 / 0.6);
  }

  .md\:border-l-teal-50\/65 {
    border-left-color: rgb(240 253 250 / 0.65);
  }

  .md\:border-l-teal-50\/70 {
    border-left-color: rgb(240 253 250 / 0.7);
  }

  .md\:border-l-teal-50\/75 {
    border-left-color: rgb(240 253 250 / 0.75);
  }

  .md\:border-l-teal-50\/80 {
    border-left-color: rgb(240 253 250 / 0.8);
  }

  .md\:border-l-teal-50\/85 {
    border-left-color: rgb(240 253 250 / 0.85);
  }

  .md\:border-l-teal-50\/90 {
    border-left-color: rgb(240 253 250 / 0.9);
  }

  .md\:border-l-teal-50\/95 {
    border-left-color: rgb(240 253 250 / 0.95);
  }

  .md\:border-l-teal-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(20 184 166 / var(--tw-border-opacity));
  }

  .md\:border-l-teal-500\/0 {
    border-left-color: rgb(20 184 166 / 0);
  }

  .md\:border-l-teal-500\/10 {
    border-left-color: rgb(20 184 166 / 0.1);
  }

  .md\:border-l-teal-500\/100 {
    border-left-color: rgb(20 184 166 / 1);
  }

  .md\:border-l-teal-500\/15 {
    border-left-color: rgb(20 184 166 / 0.15);
  }

  .md\:border-l-teal-500\/20 {
    border-left-color: rgb(20 184 166 / 0.2);
  }

  .md\:border-l-teal-500\/25 {
    border-left-color: rgb(20 184 166 / 0.25);
  }

  .md\:border-l-teal-500\/30 {
    border-left-color: rgb(20 184 166 / 0.3);
  }

  .md\:border-l-teal-500\/35 {
    border-left-color: rgb(20 184 166 / 0.35);
  }

  .md\:border-l-teal-500\/40 {
    border-left-color: rgb(20 184 166 / 0.4);
  }

  .md\:border-l-teal-500\/45 {
    border-left-color: rgb(20 184 166 / 0.45);
  }

  .md\:border-l-teal-500\/5 {
    border-left-color: rgb(20 184 166 / 0.05);
  }

  .md\:border-l-teal-500\/50 {
    border-left-color: rgb(20 184 166 / 0.5);
  }

  .md\:border-l-teal-500\/55 {
    border-left-color: rgb(20 184 166 / 0.55);
  }

  .md\:border-l-teal-500\/60 {
    border-left-color: rgb(20 184 166 / 0.6);
  }

  .md\:border-l-teal-500\/65 {
    border-left-color: rgb(20 184 166 / 0.65);
  }

  .md\:border-l-teal-500\/70 {
    border-left-color: rgb(20 184 166 / 0.7);
  }

  .md\:border-l-teal-500\/75 {
    border-left-color: rgb(20 184 166 / 0.75);
  }

  .md\:border-l-teal-500\/80 {
    border-left-color: rgb(20 184 166 / 0.8);
  }

  .md\:border-l-teal-500\/85 {
    border-left-color: rgb(20 184 166 / 0.85);
  }

  .md\:border-l-teal-500\/90 {
    border-left-color: rgb(20 184 166 / 0.9);
  }

  .md\:border-l-teal-500\/95 {
    border-left-color: rgb(20 184 166 / 0.95);
  }

  .md\:border-l-teal-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(13 148 136 / var(--tw-border-opacity));
  }

  .md\:border-l-teal-600\/0 {
    border-left-color: rgb(13 148 136 / 0);
  }

  .md\:border-l-teal-600\/10 {
    border-left-color: rgb(13 148 136 / 0.1);
  }

  .md\:border-l-teal-600\/100 {
    border-left-color: rgb(13 148 136 / 1);
  }

  .md\:border-l-teal-600\/15 {
    border-left-color: rgb(13 148 136 / 0.15);
  }

  .md\:border-l-teal-600\/20 {
    border-left-color: rgb(13 148 136 / 0.2);
  }

  .md\:border-l-teal-600\/25 {
    border-left-color: rgb(13 148 136 / 0.25);
  }

  .md\:border-l-teal-600\/30 {
    border-left-color: rgb(13 148 136 / 0.3);
  }

  .md\:border-l-teal-600\/35 {
    border-left-color: rgb(13 148 136 / 0.35);
  }

  .md\:border-l-teal-600\/40 {
    border-left-color: rgb(13 148 136 / 0.4);
  }

  .md\:border-l-teal-600\/45 {
    border-left-color: rgb(13 148 136 / 0.45);
  }

  .md\:border-l-teal-600\/5 {
    border-left-color: rgb(13 148 136 / 0.05);
  }

  .md\:border-l-teal-600\/50 {
    border-left-color: rgb(13 148 136 / 0.5);
  }

  .md\:border-l-teal-600\/55 {
    border-left-color: rgb(13 148 136 / 0.55);
  }

  .md\:border-l-teal-600\/60 {
    border-left-color: rgb(13 148 136 / 0.6);
  }

  .md\:border-l-teal-600\/65 {
    border-left-color: rgb(13 148 136 / 0.65);
  }

  .md\:border-l-teal-600\/70 {
    border-left-color: rgb(13 148 136 / 0.7);
  }

  .md\:border-l-teal-600\/75 {
    border-left-color: rgb(13 148 136 / 0.75);
  }

  .md\:border-l-teal-600\/80 {
    border-left-color: rgb(13 148 136 / 0.8);
  }

  .md\:border-l-teal-600\/85 {
    border-left-color: rgb(13 148 136 / 0.85);
  }

  .md\:border-l-teal-600\/90 {
    border-left-color: rgb(13 148 136 / 0.9);
  }

  .md\:border-l-teal-600\/95 {
    border-left-color: rgb(13 148 136 / 0.95);
  }

  .md\:border-l-teal-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(15 118 110 / var(--tw-border-opacity));
  }

  .md\:border-l-teal-700\/0 {
    border-left-color: rgb(15 118 110 / 0);
  }

  .md\:border-l-teal-700\/10 {
    border-left-color: rgb(15 118 110 / 0.1);
  }

  .md\:border-l-teal-700\/100 {
    border-left-color: rgb(15 118 110 / 1);
  }

  .md\:border-l-teal-700\/15 {
    border-left-color: rgb(15 118 110 / 0.15);
  }

  .md\:border-l-teal-700\/20 {
    border-left-color: rgb(15 118 110 / 0.2);
  }

  .md\:border-l-teal-700\/25 {
    border-left-color: rgb(15 118 110 / 0.25);
  }

  .md\:border-l-teal-700\/30 {
    border-left-color: rgb(15 118 110 / 0.3);
  }

  .md\:border-l-teal-700\/35 {
    border-left-color: rgb(15 118 110 / 0.35);
  }

  .md\:border-l-teal-700\/40 {
    border-left-color: rgb(15 118 110 / 0.4);
  }

  .md\:border-l-teal-700\/45 {
    border-left-color: rgb(15 118 110 / 0.45);
  }

  .md\:border-l-teal-700\/5 {
    border-left-color: rgb(15 118 110 / 0.05);
  }

  .md\:border-l-teal-700\/50 {
    border-left-color: rgb(15 118 110 / 0.5);
  }

  .md\:border-l-teal-700\/55 {
    border-left-color: rgb(15 118 110 / 0.55);
  }

  .md\:border-l-teal-700\/60 {
    border-left-color: rgb(15 118 110 / 0.6);
  }

  .md\:border-l-teal-700\/65 {
    border-left-color: rgb(15 118 110 / 0.65);
  }

  .md\:border-l-teal-700\/70 {
    border-left-color: rgb(15 118 110 / 0.7);
  }

  .md\:border-l-teal-700\/75 {
    border-left-color: rgb(15 118 110 / 0.75);
  }

  .md\:border-l-teal-700\/80 {
    border-left-color: rgb(15 118 110 / 0.8);
  }

  .md\:border-l-teal-700\/85 {
    border-left-color: rgb(15 118 110 / 0.85);
  }

  .md\:border-l-teal-700\/90 {
    border-left-color: rgb(15 118 110 / 0.9);
  }

  .md\:border-l-teal-700\/95 {
    border-left-color: rgb(15 118 110 / 0.95);
  }

  .md\:border-l-teal-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(17 94 89 / var(--tw-border-opacity));
  }

  .md\:border-l-teal-800\/0 {
    border-left-color: rgb(17 94 89 / 0);
  }

  .md\:border-l-teal-800\/10 {
    border-left-color: rgb(17 94 89 / 0.1);
  }

  .md\:border-l-teal-800\/100 {
    border-left-color: rgb(17 94 89 / 1);
  }

  .md\:border-l-teal-800\/15 {
    border-left-color: rgb(17 94 89 / 0.15);
  }

  .md\:border-l-teal-800\/20 {
    border-left-color: rgb(17 94 89 / 0.2);
  }

  .md\:border-l-teal-800\/25 {
    border-left-color: rgb(17 94 89 / 0.25);
  }

  .md\:border-l-teal-800\/30 {
    border-left-color: rgb(17 94 89 / 0.3);
  }

  .md\:border-l-teal-800\/35 {
    border-left-color: rgb(17 94 89 / 0.35);
  }

  .md\:border-l-teal-800\/40 {
    border-left-color: rgb(17 94 89 / 0.4);
  }

  .md\:border-l-teal-800\/45 {
    border-left-color: rgb(17 94 89 / 0.45);
  }

  .md\:border-l-teal-800\/5 {
    border-left-color: rgb(17 94 89 / 0.05);
  }

  .md\:border-l-teal-800\/50 {
    border-left-color: rgb(17 94 89 / 0.5);
  }

  .md\:border-l-teal-800\/55 {
    border-left-color: rgb(17 94 89 / 0.55);
  }

  .md\:border-l-teal-800\/60 {
    border-left-color: rgb(17 94 89 / 0.6);
  }

  .md\:border-l-teal-800\/65 {
    border-left-color: rgb(17 94 89 / 0.65);
  }

  .md\:border-l-teal-800\/70 {
    border-left-color: rgb(17 94 89 / 0.7);
  }

  .md\:border-l-teal-800\/75 {
    border-left-color: rgb(17 94 89 / 0.75);
  }

  .md\:border-l-teal-800\/80 {
    border-left-color: rgb(17 94 89 / 0.8);
  }

  .md\:border-l-teal-800\/85 {
    border-left-color: rgb(17 94 89 / 0.85);
  }

  .md\:border-l-teal-800\/90 {
    border-left-color: rgb(17 94 89 / 0.9);
  }

  .md\:border-l-teal-800\/95 {
    border-left-color: rgb(17 94 89 / 0.95);
  }

  .md\:border-l-teal-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(19 78 74 / var(--tw-border-opacity));
  }

  .md\:border-l-teal-900\/0 {
    border-left-color: rgb(19 78 74 / 0);
  }

  .md\:border-l-teal-900\/10 {
    border-left-color: rgb(19 78 74 / 0.1);
  }

  .md\:border-l-teal-900\/100 {
    border-left-color: rgb(19 78 74 / 1);
  }

  .md\:border-l-teal-900\/15 {
    border-left-color: rgb(19 78 74 / 0.15);
  }

  .md\:border-l-teal-900\/20 {
    border-left-color: rgb(19 78 74 / 0.2);
  }

  .md\:border-l-teal-900\/25 {
    border-left-color: rgb(19 78 74 / 0.25);
  }

  .md\:border-l-teal-900\/30 {
    border-left-color: rgb(19 78 74 / 0.3);
  }

  .md\:border-l-teal-900\/35 {
    border-left-color: rgb(19 78 74 / 0.35);
  }

  .md\:border-l-teal-900\/40 {
    border-left-color: rgb(19 78 74 / 0.4);
  }

  .md\:border-l-teal-900\/45 {
    border-left-color: rgb(19 78 74 / 0.45);
  }

  .md\:border-l-teal-900\/5 {
    border-left-color: rgb(19 78 74 / 0.05);
  }

  .md\:border-l-teal-900\/50 {
    border-left-color: rgb(19 78 74 / 0.5);
  }

  .md\:border-l-teal-900\/55 {
    border-left-color: rgb(19 78 74 / 0.55);
  }

  .md\:border-l-teal-900\/60 {
    border-left-color: rgb(19 78 74 / 0.6);
  }

  .md\:border-l-teal-900\/65 {
    border-left-color: rgb(19 78 74 / 0.65);
  }

  .md\:border-l-teal-900\/70 {
    border-left-color: rgb(19 78 74 / 0.7);
  }

  .md\:border-l-teal-900\/75 {
    border-left-color: rgb(19 78 74 / 0.75);
  }

  .md\:border-l-teal-900\/80 {
    border-left-color: rgb(19 78 74 / 0.8);
  }

  .md\:border-l-teal-900\/85 {
    border-left-color: rgb(19 78 74 / 0.85);
  }

  .md\:border-l-teal-900\/90 {
    border-left-color: rgb(19 78 74 / 0.9);
  }

  .md\:border-l-teal-900\/95 {
    border-left-color: rgb(19 78 74 / 0.95);
  }

  .md\:border-l-teal-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(4 47 46 / var(--tw-border-opacity));
  }

  .md\:border-l-teal-950\/0 {
    border-left-color: rgb(4 47 46 / 0);
  }

  .md\:border-l-teal-950\/10 {
    border-left-color: rgb(4 47 46 / 0.1);
  }

  .md\:border-l-teal-950\/100 {
    border-left-color: rgb(4 47 46 / 1);
  }

  .md\:border-l-teal-950\/15 {
    border-left-color: rgb(4 47 46 / 0.15);
  }

  .md\:border-l-teal-950\/20 {
    border-left-color: rgb(4 47 46 / 0.2);
  }

  .md\:border-l-teal-950\/25 {
    border-left-color: rgb(4 47 46 / 0.25);
  }

  .md\:border-l-teal-950\/30 {
    border-left-color: rgb(4 47 46 / 0.3);
  }

  .md\:border-l-teal-950\/35 {
    border-left-color: rgb(4 47 46 / 0.35);
  }

  .md\:border-l-teal-950\/40 {
    border-left-color: rgb(4 47 46 / 0.4);
  }

  .md\:border-l-teal-950\/45 {
    border-left-color: rgb(4 47 46 / 0.45);
  }

  .md\:border-l-teal-950\/5 {
    border-left-color: rgb(4 47 46 / 0.05);
  }

  .md\:border-l-teal-950\/50 {
    border-left-color: rgb(4 47 46 / 0.5);
  }

  .md\:border-l-teal-950\/55 {
    border-left-color: rgb(4 47 46 / 0.55);
  }

  .md\:border-l-teal-950\/60 {
    border-left-color: rgb(4 47 46 / 0.6);
  }

  .md\:border-l-teal-950\/65 {
    border-left-color: rgb(4 47 46 / 0.65);
  }

  .md\:border-l-teal-950\/70 {
    border-left-color: rgb(4 47 46 / 0.7);
  }

  .md\:border-l-teal-950\/75 {
    border-left-color: rgb(4 47 46 / 0.75);
  }

  .md\:border-l-teal-950\/80 {
    border-left-color: rgb(4 47 46 / 0.8);
  }

  .md\:border-l-teal-950\/85 {
    border-left-color: rgb(4 47 46 / 0.85);
  }

  .md\:border-l-teal-950\/90 {
    border-left-color: rgb(4 47 46 / 0.9);
  }

  .md\:border-l-teal-950\/95 {
    border-left-color: rgb(4 47 46 / 0.95);
  }

  .md\:border-l-transparent {
    border-left-color: transparent;
  }

  .md\:border-l-transparent\/0 {
    border-left-color: rgb(0 0 0 / 0);
  }

  .md\:border-l-transparent\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-l-transparent\/100 {
    border-left-color: rgb(0 0 0 / 1);
  }

  .md\:border-l-transparent\/15 {
    border-left-color: rgb(0 0 0 / 0.15);
  }

  .md\:border-l-transparent\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-l-transparent\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-l-transparent\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-l-transparent\/35 {
    border-left-color: rgb(0 0 0 / 0.35);
  }

  .md\:border-l-transparent\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-l-transparent\/45 {
    border-left-color: rgb(0 0 0 / 0.45);
  }

  .md\:border-l-transparent\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-l-transparent\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-l-transparent\/55 {
    border-left-color: rgb(0 0 0 / 0.55);
  }

  .md\:border-l-transparent\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-l-transparent\/65 {
    border-left-color: rgb(0 0 0 / 0.65);
  }

  .md\:border-l-transparent\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-l-transparent\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-l-transparent\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-l-transparent\/85 {
    border-left-color: rgb(0 0 0 / 0.85);
  }

  .md\:border-l-transparent\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-l-transparent\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-l-violet-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(237 233 254 / var(--tw-border-opacity));
  }

  .md\:border-l-violet-100\/0 {
    border-left-color: rgb(237 233 254 / 0);
  }

  .md\:border-l-violet-100\/10 {
    border-left-color: rgb(237 233 254 / 0.1);
  }

  .md\:border-l-violet-100\/100 {
    border-left-color: rgb(237 233 254 / 1);
  }

  .md\:border-l-violet-100\/15 {
    border-left-color: rgb(237 233 254 / 0.15);
  }

  .md\:border-l-violet-100\/20 {
    border-left-color: rgb(237 233 254 / 0.2);
  }

  .md\:border-l-violet-100\/25 {
    border-left-color: rgb(237 233 254 / 0.25);
  }

  .md\:border-l-violet-100\/30 {
    border-left-color: rgb(237 233 254 / 0.3);
  }

  .md\:border-l-violet-100\/35 {
    border-left-color: rgb(237 233 254 / 0.35);
  }

  .md\:border-l-violet-100\/40 {
    border-left-color: rgb(237 233 254 / 0.4);
  }

  .md\:border-l-violet-100\/45 {
    border-left-color: rgb(237 233 254 / 0.45);
  }

  .md\:border-l-violet-100\/5 {
    border-left-color: rgb(237 233 254 / 0.05);
  }

  .md\:border-l-violet-100\/50 {
    border-left-color: rgb(237 233 254 / 0.5);
  }

  .md\:border-l-violet-100\/55 {
    border-left-color: rgb(237 233 254 / 0.55);
  }

  .md\:border-l-violet-100\/60 {
    border-left-color: rgb(237 233 254 / 0.6);
  }

  .md\:border-l-violet-100\/65 {
    border-left-color: rgb(237 233 254 / 0.65);
  }

  .md\:border-l-violet-100\/70 {
    border-left-color: rgb(237 233 254 / 0.7);
  }

  .md\:border-l-violet-100\/75 {
    border-left-color: rgb(237 233 254 / 0.75);
  }

  .md\:border-l-violet-100\/80 {
    border-left-color: rgb(237 233 254 / 0.8);
  }

  .md\:border-l-violet-100\/85 {
    border-left-color: rgb(237 233 254 / 0.85);
  }

  .md\:border-l-violet-100\/90 {
    border-left-color: rgb(237 233 254 / 0.9);
  }

  .md\:border-l-violet-100\/95 {
    border-left-color: rgb(237 233 254 / 0.95);
  }

  .md\:border-l-violet-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(221 214 254 / var(--tw-border-opacity));
  }

  .md\:border-l-violet-200\/0 {
    border-left-color: rgb(221 214 254 / 0);
  }

  .md\:border-l-violet-200\/10 {
    border-left-color: rgb(221 214 254 / 0.1);
  }

  .md\:border-l-violet-200\/100 {
    border-left-color: rgb(221 214 254 / 1);
  }

  .md\:border-l-violet-200\/15 {
    border-left-color: rgb(221 214 254 / 0.15);
  }

  .md\:border-l-violet-200\/20 {
    border-left-color: rgb(221 214 254 / 0.2);
  }

  .md\:border-l-violet-200\/25 {
    border-left-color: rgb(221 214 254 / 0.25);
  }

  .md\:border-l-violet-200\/30 {
    border-left-color: rgb(221 214 254 / 0.3);
  }

  .md\:border-l-violet-200\/35 {
    border-left-color: rgb(221 214 254 / 0.35);
  }

  .md\:border-l-violet-200\/40 {
    border-left-color: rgb(221 214 254 / 0.4);
  }

  .md\:border-l-violet-200\/45 {
    border-left-color: rgb(221 214 254 / 0.45);
  }

  .md\:border-l-violet-200\/5 {
    border-left-color: rgb(221 214 254 / 0.05);
  }

  .md\:border-l-violet-200\/50 {
    border-left-color: rgb(221 214 254 / 0.5);
  }

  .md\:border-l-violet-200\/55 {
    border-left-color: rgb(221 214 254 / 0.55);
  }

  .md\:border-l-violet-200\/60 {
    border-left-color: rgb(221 214 254 / 0.6);
  }

  .md\:border-l-violet-200\/65 {
    border-left-color: rgb(221 214 254 / 0.65);
  }

  .md\:border-l-violet-200\/70 {
    border-left-color: rgb(221 214 254 / 0.7);
  }

  .md\:border-l-violet-200\/75 {
    border-left-color: rgb(221 214 254 / 0.75);
  }

  .md\:border-l-violet-200\/80 {
    border-left-color: rgb(221 214 254 / 0.8);
  }

  .md\:border-l-violet-200\/85 {
    border-left-color: rgb(221 214 254 / 0.85);
  }

  .md\:border-l-violet-200\/90 {
    border-left-color: rgb(221 214 254 / 0.9);
  }

  .md\:border-l-violet-200\/95 {
    border-left-color: rgb(221 214 254 / 0.95);
  }

  .md\:border-l-violet-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(196 181 253 / var(--tw-border-opacity));
  }

  .md\:border-l-violet-300\/0 {
    border-left-color: rgb(196 181 253 / 0);
  }

  .md\:border-l-violet-300\/10 {
    border-left-color: rgb(196 181 253 / 0.1);
  }

  .md\:border-l-violet-300\/100 {
    border-left-color: rgb(196 181 253 / 1);
  }

  .md\:border-l-violet-300\/15 {
    border-left-color: rgb(196 181 253 / 0.15);
  }

  .md\:border-l-violet-300\/20 {
    border-left-color: rgb(196 181 253 / 0.2);
  }

  .md\:border-l-violet-300\/25 {
    border-left-color: rgb(196 181 253 / 0.25);
  }

  .md\:border-l-violet-300\/30 {
    border-left-color: rgb(196 181 253 / 0.3);
  }

  .md\:border-l-violet-300\/35 {
    border-left-color: rgb(196 181 253 / 0.35);
  }

  .md\:border-l-violet-300\/40 {
    border-left-color: rgb(196 181 253 / 0.4);
  }

  .md\:border-l-violet-300\/45 {
    border-left-color: rgb(196 181 253 / 0.45);
  }

  .md\:border-l-violet-300\/5 {
    border-left-color: rgb(196 181 253 / 0.05);
  }

  .md\:border-l-violet-300\/50 {
    border-left-color: rgb(196 181 253 / 0.5);
  }

  .md\:border-l-violet-300\/55 {
    border-left-color: rgb(196 181 253 / 0.55);
  }

  .md\:border-l-violet-300\/60 {
    border-left-color: rgb(196 181 253 / 0.6);
  }

  .md\:border-l-violet-300\/65 {
    border-left-color: rgb(196 181 253 / 0.65);
  }

  .md\:border-l-violet-300\/70 {
    border-left-color: rgb(196 181 253 / 0.7);
  }

  .md\:border-l-violet-300\/75 {
    border-left-color: rgb(196 181 253 / 0.75);
  }

  .md\:border-l-violet-300\/80 {
    border-left-color: rgb(196 181 253 / 0.8);
  }

  .md\:border-l-violet-300\/85 {
    border-left-color: rgb(196 181 253 / 0.85);
  }

  .md\:border-l-violet-300\/90 {
    border-left-color: rgb(196 181 253 / 0.9);
  }

  .md\:border-l-violet-300\/95 {
    border-left-color: rgb(196 181 253 / 0.95);
  }

  .md\:border-l-violet-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(167 139 250 / var(--tw-border-opacity));
  }

  .md\:border-l-violet-400\/0 {
    border-left-color: rgb(167 139 250 / 0);
  }

  .md\:border-l-violet-400\/10 {
    border-left-color: rgb(167 139 250 / 0.1);
  }

  .md\:border-l-violet-400\/100 {
    border-left-color: rgb(167 139 250 / 1);
  }

  .md\:border-l-violet-400\/15 {
    border-left-color: rgb(167 139 250 / 0.15);
  }

  .md\:border-l-violet-400\/20 {
    border-left-color: rgb(167 139 250 / 0.2);
  }

  .md\:border-l-violet-400\/25 {
    border-left-color: rgb(167 139 250 / 0.25);
  }

  .md\:border-l-violet-400\/30 {
    border-left-color: rgb(167 139 250 / 0.3);
  }

  .md\:border-l-violet-400\/35 {
    border-left-color: rgb(167 139 250 / 0.35);
  }

  .md\:border-l-violet-400\/40 {
    border-left-color: rgb(167 139 250 / 0.4);
  }

  .md\:border-l-violet-400\/45 {
    border-left-color: rgb(167 139 250 / 0.45);
  }

  .md\:border-l-violet-400\/5 {
    border-left-color: rgb(167 139 250 / 0.05);
  }

  .md\:border-l-violet-400\/50 {
    border-left-color: rgb(167 139 250 / 0.5);
  }

  .md\:border-l-violet-400\/55 {
    border-left-color: rgb(167 139 250 / 0.55);
  }

  .md\:border-l-violet-400\/60 {
    border-left-color: rgb(167 139 250 / 0.6);
  }

  .md\:border-l-violet-400\/65 {
    border-left-color: rgb(167 139 250 / 0.65);
  }

  .md\:border-l-violet-400\/70 {
    border-left-color: rgb(167 139 250 / 0.7);
  }

  .md\:border-l-violet-400\/75 {
    border-left-color: rgb(167 139 250 / 0.75);
  }

  .md\:border-l-violet-400\/80 {
    border-left-color: rgb(167 139 250 / 0.8);
  }

  .md\:border-l-violet-400\/85 {
    border-left-color: rgb(167 139 250 / 0.85);
  }

  .md\:border-l-violet-400\/90 {
    border-left-color: rgb(167 139 250 / 0.9);
  }

  .md\:border-l-violet-400\/95 {
    border-left-color: rgb(167 139 250 / 0.95);
  }

  .md\:border-l-violet-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 243 255 / var(--tw-border-opacity));
  }

  .md\:border-l-violet-50\/0 {
    border-left-color: rgb(245 243 255 / 0);
  }

  .md\:border-l-violet-50\/10 {
    border-left-color: rgb(245 243 255 / 0.1);
  }

  .md\:border-l-violet-50\/100 {
    border-left-color: rgb(245 243 255 / 1);
  }

  .md\:border-l-violet-50\/15 {
    border-left-color: rgb(245 243 255 / 0.15);
  }

  .md\:border-l-violet-50\/20 {
    border-left-color: rgb(245 243 255 / 0.2);
  }

  .md\:border-l-violet-50\/25 {
    border-left-color: rgb(245 243 255 / 0.25);
  }

  .md\:border-l-violet-50\/30 {
    border-left-color: rgb(245 243 255 / 0.3);
  }

  .md\:border-l-violet-50\/35 {
    border-left-color: rgb(245 243 255 / 0.35);
  }

  .md\:border-l-violet-50\/40 {
    border-left-color: rgb(245 243 255 / 0.4);
  }

  .md\:border-l-violet-50\/45 {
    border-left-color: rgb(245 243 255 / 0.45);
  }

  .md\:border-l-violet-50\/5 {
    border-left-color: rgb(245 243 255 / 0.05);
  }

  .md\:border-l-violet-50\/50 {
    border-left-color: rgb(245 243 255 / 0.5);
  }

  .md\:border-l-violet-50\/55 {
    border-left-color: rgb(245 243 255 / 0.55);
  }

  .md\:border-l-violet-50\/60 {
    border-left-color: rgb(245 243 255 / 0.6);
  }

  .md\:border-l-violet-50\/65 {
    border-left-color: rgb(245 243 255 / 0.65);
  }

  .md\:border-l-violet-50\/70 {
    border-left-color: rgb(245 243 255 / 0.7);
  }

  .md\:border-l-violet-50\/75 {
    border-left-color: rgb(245 243 255 / 0.75);
  }

  .md\:border-l-violet-50\/80 {
    border-left-color: rgb(245 243 255 / 0.8);
  }

  .md\:border-l-violet-50\/85 {
    border-left-color: rgb(245 243 255 / 0.85);
  }

  .md\:border-l-violet-50\/90 {
    border-left-color: rgb(245 243 255 / 0.9);
  }

  .md\:border-l-violet-50\/95 {
    border-left-color: rgb(245 243 255 / 0.95);
  }

  .md\:border-l-violet-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(139 92 246 / var(--tw-border-opacity));
  }

  .md\:border-l-violet-500\/0 {
    border-left-color: rgb(139 92 246 / 0);
  }

  .md\:border-l-violet-500\/10 {
    border-left-color: rgb(139 92 246 / 0.1);
  }

  .md\:border-l-violet-500\/100 {
    border-left-color: rgb(139 92 246 / 1);
  }

  .md\:border-l-violet-500\/15 {
    border-left-color: rgb(139 92 246 / 0.15);
  }

  .md\:border-l-violet-500\/20 {
    border-left-color: rgb(139 92 246 / 0.2);
  }

  .md\:border-l-violet-500\/25 {
    border-left-color: rgb(139 92 246 / 0.25);
  }

  .md\:border-l-violet-500\/30 {
    border-left-color: rgb(139 92 246 / 0.3);
  }

  .md\:border-l-violet-500\/35 {
    border-left-color: rgb(139 92 246 / 0.35);
  }

  .md\:border-l-violet-500\/40 {
    border-left-color: rgb(139 92 246 / 0.4);
  }

  .md\:border-l-violet-500\/45 {
    border-left-color: rgb(139 92 246 / 0.45);
  }

  .md\:border-l-violet-500\/5 {
    border-left-color: rgb(139 92 246 / 0.05);
  }

  .md\:border-l-violet-500\/50 {
    border-left-color: rgb(139 92 246 / 0.5);
  }

  .md\:border-l-violet-500\/55 {
    border-left-color: rgb(139 92 246 / 0.55);
  }

  .md\:border-l-violet-500\/60 {
    border-left-color: rgb(139 92 246 / 0.6);
  }

  .md\:border-l-violet-500\/65 {
    border-left-color: rgb(139 92 246 / 0.65);
  }

  .md\:border-l-violet-500\/70 {
    border-left-color: rgb(139 92 246 / 0.7);
  }

  .md\:border-l-violet-500\/75 {
    border-left-color: rgb(139 92 246 / 0.75);
  }

  .md\:border-l-violet-500\/80 {
    border-left-color: rgb(139 92 246 / 0.8);
  }

  .md\:border-l-violet-500\/85 {
    border-left-color: rgb(139 92 246 / 0.85);
  }

  .md\:border-l-violet-500\/90 {
    border-left-color: rgb(139 92 246 / 0.9);
  }

  .md\:border-l-violet-500\/95 {
    border-left-color: rgb(139 92 246 / 0.95);
  }

  .md\:border-l-violet-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(124 58 237 / var(--tw-border-opacity));
  }

  .md\:border-l-violet-600\/0 {
    border-left-color: rgb(124 58 237 / 0);
  }

  .md\:border-l-violet-600\/10 {
    border-left-color: rgb(124 58 237 / 0.1);
  }

  .md\:border-l-violet-600\/100 {
    border-left-color: rgb(124 58 237 / 1);
  }

  .md\:border-l-violet-600\/15 {
    border-left-color: rgb(124 58 237 / 0.15);
  }

  .md\:border-l-violet-600\/20 {
    border-left-color: rgb(124 58 237 / 0.2);
  }

  .md\:border-l-violet-600\/25 {
    border-left-color: rgb(124 58 237 / 0.25);
  }

  .md\:border-l-violet-600\/30 {
    border-left-color: rgb(124 58 237 / 0.3);
  }

  .md\:border-l-violet-600\/35 {
    border-left-color: rgb(124 58 237 / 0.35);
  }

  .md\:border-l-violet-600\/40 {
    border-left-color: rgb(124 58 237 / 0.4);
  }

  .md\:border-l-violet-600\/45 {
    border-left-color: rgb(124 58 237 / 0.45);
  }

  .md\:border-l-violet-600\/5 {
    border-left-color: rgb(124 58 237 / 0.05);
  }

  .md\:border-l-violet-600\/50 {
    border-left-color: rgb(124 58 237 / 0.5);
  }

  .md\:border-l-violet-600\/55 {
    border-left-color: rgb(124 58 237 / 0.55);
  }

  .md\:border-l-violet-600\/60 {
    border-left-color: rgb(124 58 237 / 0.6);
  }

  .md\:border-l-violet-600\/65 {
    border-left-color: rgb(124 58 237 / 0.65);
  }

  .md\:border-l-violet-600\/70 {
    border-left-color: rgb(124 58 237 / 0.7);
  }

  .md\:border-l-violet-600\/75 {
    border-left-color: rgb(124 58 237 / 0.75);
  }

  .md\:border-l-violet-600\/80 {
    border-left-color: rgb(124 58 237 / 0.8);
  }

  .md\:border-l-violet-600\/85 {
    border-left-color: rgb(124 58 237 / 0.85);
  }

  .md\:border-l-violet-600\/90 {
    border-left-color: rgb(124 58 237 / 0.9);
  }

  .md\:border-l-violet-600\/95 {
    border-left-color: rgb(124 58 237 / 0.95);
  }

  .md\:border-l-violet-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(109 40 217 / var(--tw-border-opacity));
  }

  .md\:border-l-violet-700\/0 {
    border-left-color: rgb(109 40 217 / 0);
  }

  .md\:border-l-violet-700\/10 {
    border-left-color: rgb(109 40 217 / 0.1);
  }

  .md\:border-l-violet-700\/100 {
    border-left-color: rgb(109 40 217 / 1);
  }

  .md\:border-l-violet-700\/15 {
    border-left-color: rgb(109 40 217 / 0.15);
  }

  .md\:border-l-violet-700\/20 {
    border-left-color: rgb(109 40 217 / 0.2);
  }

  .md\:border-l-violet-700\/25 {
    border-left-color: rgb(109 40 217 / 0.25);
  }

  .md\:border-l-violet-700\/30 {
    border-left-color: rgb(109 40 217 / 0.3);
  }

  .md\:border-l-violet-700\/35 {
    border-left-color: rgb(109 40 217 / 0.35);
  }

  .md\:border-l-violet-700\/40 {
    border-left-color: rgb(109 40 217 / 0.4);
  }

  .md\:border-l-violet-700\/45 {
    border-left-color: rgb(109 40 217 / 0.45);
  }

  .md\:border-l-violet-700\/5 {
    border-left-color: rgb(109 40 217 / 0.05);
  }

  .md\:border-l-violet-700\/50 {
    border-left-color: rgb(109 40 217 / 0.5);
  }

  .md\:border-l-violet-700\/55 {
    border-left-color: rgb(109 40 217 / 0.55);
  }

  .md\:border-l-violet-700\/60 {
    border-left-color: rgb(109 40 217 / 0.6);
  }

  .md\:border-l-violet-700\/65 {
    border-left-color: rgb(109 40 217 / 0.65);
  }

  .md\:border-l-violet-700\/70 {
    border-left-color: rgb(109 40 217 / 0.7);
  }

  .md\:border-l-violet-700\/75 {
    border-left-color: rgb(109 40 217 / 0.75);
  }

  .md\:border-l-violet-700\/80 {
    border-left-color: rgb(109 40 217 / 0.8);
  }

  .md\:border-l-violet-700\/85 {
    border-left-color: rgb(109 40 217 / 0.85);
  }

  .md\:border-l-violet-700\/90 {
    border-left-color: rgb(109 40 217 / 0.9);
  }

  .md\:border-l-violet-700\/95 {
    border-left-color: rgb(109 40 217 / 0.95);
  }

  .md\:border-l-violet-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(91 33 182 / var(--tw-border-opacity));
  }

  .md\:border-l-violet-800\/0 {
    border-left-color: rgb(91 33 182 / 0);
  }

  .md\:border-l-violet-800\/10 {
    border-left-color: rgb(91 33 182 / 0.1);
  }

  .md\:border-l-violet-800\/100 {
    border-left-color: rgb(91 33 182 / 1);
  }

  .md\:border-l-violet-800\/15 {
    border-left-color: rgb(91 33 182 / 0.15);
  }

  .md\:border-l-violet-800\/20 {
    border-left-color: rgb(91 33 182 / 0.2);
  }

  .md\:border-l-violet-800\/25 {
    border-left-color: rgb(91 33 182 / 0.25);
  }

  .md\:border-l-violet-800\/30 {
    border-left-color: rgb(91 33 182 / 0.3);
  }

  .md\:border-l-violet-800\/35 {
    border-left-color: rgb(91 33 182 / 0.35);
  }

  .md\:border-l-violet-800\/40 {
    border-left-color: rgb(91 33 182 / 0.4);
  }

  .md\:border-l-violet-800\/45 {
    border-left-color: rgb(91 33 182 / 0.45);
  }

  .md\:border-l-violet-800\/5 {
    border-left-color: rgb(91 33 182 / 0.05);
  }

  .md\:border-l-violet-800\/50 {
    border-left-color: rgb(91 33 182 / 0.5);
  }

  .md\:border-l-violet-800\/55 {
    border-left-color: rgb(91 33 182 / 0.55);
  }

  .md\:border-l-violet-800\/60 {
    border-left-color: rgb(91 33 182 / 0.6);
  }

  .md\:border-l-violet-800\/65 {
    border-left-color: rgb(91 33 182 / 0.65);
  }

  .md\:border-l-violet-800\/70 {
    border-left-color: rgb(91 33 182 / 0.7);
  }

  .md\:border-l-violet-800\/75 {
    border-left-color: rgb(91 33 182 / 0.75);
  }

  .md\:border-l-violet-800\/80 {
    border-left-color: rgb(91 33 182 / 0.8);
  }

  .md\:border-l-violet-800\/85 {
    border-left-color: rgb(91 33 182 / 0.85);
  }

  .md\:border-l-violet-800\/90 {
    border-left-color: rgb(91 33 182 / 0.9);
  }

  .md\:border-l-violet-800\/95 {
    border-left-color: rgb(91 33 182 / 0.95);
  }

  .md\:border-l-violet-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(76 29 149 / var(--tw-border-opacity));
  }

  .md\:border-l-violet-900\/0 {
    border-left-color: rgb(76 29 149 / 0);
  }

  .md\:border-l-violet-900\/10 {
    border-left-color: rgb(76 29 149 / 0.1);
  }

  .md\:border-l-violet-900\/100 {
    border-left-color: rgb(76 29 149 / 1);
  }

  .md\:border-l-violet-900\/15 {
    border-left-color: rgb(76 29 149 / 0.15);
  }

  .md\:border-l-violet-900\/20 {
    border-left-color: rgb(76 29 149 / 0.2);
  }

  .md\:border-l-violet-900\/25 {
    border-left-color: rgb(76 29 149 / 0.25);
  }

  .md\:border-l-violet-900\/30 {
    border-left-color: rgb(76 29 149 / 0.3);
  }

  .md\:border-l-violet-900\/35 {
    border-left-color: rgb(76 29 149 / 0.35);
  }

  .md\:border-l-violet-900\/40 {
    border-left-color: rgb(76 29 149 / 0.4);
  }

  .md\:border-l-violet-900\/45 {
    border-left-color: rgb(76 29 149 / 0.45);
  }

  .md\:border-l-violet-900\/5 {
    border-left-color: rgb(76 29 149 / 0.05);
  }

  .md\:border-l-violet-900\/50 {
    border-left-color: rgb(76 29 149 / 0.5);
  }

  .md\:border-l-violet-900\/55 {
    border-left-color: rgb(76 29 149 / 0.55);
  }

  .md\:border-l-violet-900\/60 {
    border-left-color: rgb(76 29 149 / 0.6);
  }

  .md\:border-l-violet-900\/65 {
    border-left-color: rgb(76 29 149 / 0.65);
  }

  .md\:border-l-violet-900\/70 {
    border-left-color: rgb(76 29 149 / 0.7);
  }

  .md\:border-l-violet-900\/75 {
    border-left-color: rgb(76 29 149 / 0.75);
  }

  .md\:border-l-violet-900\/80 {
    border-left-color: rgb(76 29 149 / 0.8);
  }

  .md\:border-l-violet-900\/85 {
    border-left-color: rgb(76 29 149 / 0.85);
  }

  .md\:border-l-violet-900\/90 {
    border-left-color: rgb(76 29 149 / 0.9);
  }

  .md\:border-l-violet-900\/95 {
    border-left-color: rgb(76 29 149 / 0.95);
  }

  .md\:border-l-violet-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(46 16 101 / var(--tw-border-opacity));
  }

  .md\:border-l-violet-950\/0 {
    border-left-color: rgb(46 16 101 / 0);
  }

  .md\:border-l-violet-950\/10 {
    border-left-color: rgb(46 16 101 / 0.1);
  }

  .md\:border-l-violet-950\/100 {
    border-left-color: rgb(46 16 101 / 1);
  }

  .md\:border-l-violet-950\/15 {
    border-left-color: rgb(46 16 101 / 0.15);
  }

  .md\:border-l-violet-950\/20 {
    border-left-color: rgb(46 16 101 / 0.2);
  }

  .md\:border-l-violet-950\/25 {
    border-left-color: rgb(46 16 101 / 0.25);
  }

  .md\:border-l-violet-950\/30 {
    border-left-color: rgb(46 16 101 / 0.3);
  }

  .md\:border-l-violet-950\/35 {
    border-left-color: rgb(46 16 101 / 0.35);
  }

  .md\:border-l-violet-950\/40 {
    border-left-color: rgb(46 16 101 / 0.4);
  }

  .md\:border-l-violet-950\/45 {
    border-left-color: rgb(46 16 101 / 0.45);
  }

  .md\:border-l-violet-950\/5 {
    border-left-color: rgb(46 16 101 / 0.05);
  }

  .md\:border-l-violet-950\/50 {
    border-left-color: rgb(46 16 101 / 0.5);
  }

  .md\:border-l-violet-950\/55 {
    border-left-color: rgb(46 16 101 / 0.55);
  }

  .md\:border-l-violet-950\/60 {
    border-left-color: rgb(46 16 101 / 0.6);
  }

  .md\:border-l-violet-950\/65 {
    border-left-color: rgb(46 16 101 / 0.65);
  }

  .md\:border-l-violet-950\/70 {
    border-left-color: rgb(46 16 101 / 0.7);
  }

  .md\:border-l-violet-950\/75 {
    border-left-color: rgb(46 16 101 / 0.75);
  }

  .md\:border-l-violet-950\/80 {
    border-left-color: rgb(46 16 101 / 0.8);
  }

  .md\:border-l-violet-950\/85 {
    border-left-color: rgb(46 16 101 / 0.85);
  }

  .md\:border-l-violet-950\/90 {
    border-left-color: rgb(46 16 101 / 0.9);
  }

  .md\:border-l-violet-950\/95 {
    border-left-color: rgb(46 16 101 / 0.95);
  }

  .md\:border-l-white {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .md\:border-l-white\/0 {
    border-left-color: rgb(255 255 255 / 0);
  }

  .md\:border-l-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1);
  }

  .md\:border-l-white\/100 {
    border-left-color: rgb(255 255 255 / 1);
  }

  .md\:border-l-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15);
  }

  .md\:border-l-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2);
  }

  .md\:border-l-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25);
  }

  .md\:border-l-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3);
  }

  .md\:border-l-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35);
  }

  .md\:border-l-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4);
  }

  .md\:border-l-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45);
  }

  .md\:border-l-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05);
  }

  .md\:border-l-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5);
  }

  .md\:border-l-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55);
  }

  .md\:border-l-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6);
  }

  .md\:border-l-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65);
  }

  .md\:border-l-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7);
  }

  .md\:border-l-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75);
  }

  .md\:border-l-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8);
  }

  .md\:border-l-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85);
  }

  .md\:border-l-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9);
  }

  .md\:border-l-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95);
  }

  .md\:border-l-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .md\:border-l-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0);
  }

  .md\:border-l-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1);
  }

  .md\:border-l-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1);
  }

  .md\:border-l-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15);
  }

  .md\:border-l-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2);
  }

  .md\:border-l-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25);
  }

  .md\:border-l-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3);
  }

  .md\:border-l-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35);
  }

  .md\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-l-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45);
  }

  .md\:border-l-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05);
  }

  .md\:border-l-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5);
  }

  .md\:border-l-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55);
  }

  .md\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-l-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65);
  }

  .md\:border-l-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7);
  }

  .md\:border-l-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75);
  }

  .md\:border-l-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8);
  }

  .md\:border-l-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85);
  }

  .md\:border-l-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9);
  }

  .md\:border-l-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95);
  }

  .md\:border-l-yellow-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .md\:border-l-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0);
  }

  .md\:border-l-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1);
  }

  .md\:border-l-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1);
  }

  .md\:border-l-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15);
  }

  .md\:border-l-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2);
  }

  .md\:border-l-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25);
  }

  .md\:border-l-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3);
  }

  .md\:border-l-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35);
  }

  .md\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-l-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45);
  }

  .md\:border-l-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05);
  }

  .md\:border-l-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5);
  }

  .md\:border-l-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55);
  }

  .md\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-l-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65);
  }

  .md\:border-l-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7);
  }

  .md\:border-l-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75);
  }

  .md\:border-l-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8);
  }

  .md\:border-l-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85);
  }

  .md\:border-l-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9);
  }

  .md\:border-l-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95);
  }

  .md\:border-l-yellow-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .md\:border-l-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0);
  }

  .md\:border-l-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1);
  }

  .md\:border-l-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1);
  }

  .md\:border-l-yellow-300\/15 {
    border-left-color: rgb(253 224 71 / 0.15);
  }

  .md\:border-l-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2);
  }

  .md\:border-l-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25);
  }

  .md\:border-l-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3);
  }

  .md\:border-l-yellow-300\/35 {
    border-left-color: rgb(253 224 71 / 0.35);
  }

  .md\:border-l-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4);
  }

  .md\:border-l-yellow-300\/45 {
    border-left-color: rgb(253 224 71 / 0.45);
  }

  .md\:border-l-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05);
  }

  .md\:border-l-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5);
  }

  .md\:border-l-yellow-300\/55 {
    border-left-color: rgb(253 224 71 / 0.55);
  }

  .md\:border-l-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6);
  }

  .md\:border-l-yellow-300\/65 {
    border-left-color: rgb(253 224 71 / 0.65);
  }

  .md\:border-l-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7);
  }

  .md\:border-l-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75);
  }

  .md\:border-l-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8);
  }

  .md\:border-l-yellow-300\/85 {
    border-left-color: rgb(253 224 71 / 0.85);
  }

  .md\:border-l-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9);
  }

  .md\:border-l-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95);
  }

  .md\:border-l-yellow-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .md\:border-l-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0);
  }

  .md\:border-l-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1);
  }

  .md\:border-l-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1);
  }

  .md\:border-l-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15);
  }

  .md\:border-l-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2);
  }

  .md\:border-l-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25);
  }

  .md\:border-l-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3);
  }

  .md\:border-l-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35);
  }

  .md\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-l-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45);
  }

  .md\:border-l-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05);
  }

  .md\:border-l-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5);
  }

  .md\:border-l-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55);
  }

  .md\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-l-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65);
  }

  .md\:border-l-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7);
  }

  .md\:border-l-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75);
  }

  .md\:border-l-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8);
  }

  .md\:border-l-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85);
  }

  .md\:border-l-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9);
  }

  .md\:border-l-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95);
  }

  .md\:border-l-yellow-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .md\:border-l-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0);
  }

  .md\:border-l-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1);
  }

  .md\:border-l-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1);
  }

  .md\:border-l-yellow-50\/15 {
    border-left-color: rgb(254 252 232 / 0.15);
  }

  .md\:border-l-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2);
  }

  .md\:border-l-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25);
  }

  .md\:border-l-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3);
  }

  .md\:border-l-yellow-50\/35 {
    border-left-color: rgb(254 252 232 / 0.35);
  }

  .md\:border-l-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-l-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45);
  }

  .md\:border-l-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05);
  }

  .md\:border-l-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5);
  }

  .md\:border-l-yellow-50\/55 {
    border-left-color: rgb(254 252 232 / 0.55);
  }

  .md\:border-l-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-l-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65);
  }

  .md\:border-l-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7);
  }

  .md\:border-l-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75);
  }

  .md\:border-l-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8);
  }

  .md\:border-l-yellow-50\/85 {
    border-left-color: rgb(254 252 232 / 0.85);
  }

  .md\:border-l-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9);
  }

  .md\:border-l-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95);
  }

  .md\:border-l-yellow-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .md\:border-l-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0);
  }

  .md\:border-l-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1);
  }

  .md\:border-l-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1);
  }

  .md\:border-l-yellow-500\/15 {
    border-left-color: rgb(234 179 8 / 0.15);
  }

  .md\:border-l-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2);
  }

  .md\:border-l-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25);
  }

  .md\:border-l-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3);
  }

  .md\:border-l-yellow-500\/35 {
    border-left-color: rgb(234 179 8 / 0.35);
  }

  .md\:border-l-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-l-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45);
  }

  .md\:border-l-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05);
  }

  .md\:border-l-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5);
  }

  .md\:border-l-yellow-500\/55 {
    border-left-color: rgb(234 179 8 / 0.55);
  }

  .md\:border-l-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-l-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65);
  }

  .md\:border-l-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7);
  }

  .md\:border-l-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75);
  }

  .md\:border-l-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8);
  }

  .md\:border-l-yellow-500\/85 {
    border-left-color: rgb(234 179 8 / 0.85);
  }

  .md\:border-l-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9);
  }

  .md\:border-l-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95);
  }

  .md\:border-l-yellow-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .md\:border-l-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0);
  }

  .md\:border-l-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1);
  }

  .md\:border-l-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1);
  }

  .md\:border-l-yellow-600\/15 {
    border-left-color: rgb(202 138 4 / 0.15);
  }

  .md\:border-l-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2);
  }

  .md\:border-l-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25);
  }

  .md\:border-l-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3);
  }

  .md\:border-l-yellow-600\/35 {
    border-left-color: rgb(202 138 4 / 0.35);
  }

  .md\:border-l-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-l-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45);
  }

  .md\:border-l-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05);
  }

  .md\:border-l-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5);
  }

  .md\:border-l-yellow-600\/55 {
    border-left-color: rgb(202 138 4 / 0.55);
  }

  .md\:border-l-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-l-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65);
  }

  .md\:border-l-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7);
  }

  .md\:border-l-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75);
  }

  .md\:border-l-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8);
  }

  .md\:border-l-yellow-600\/85 {
    border-left-color: rgb(202 138 4 / 0.85);
  }

  .md\:border-l-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9);
  }

  .md\:border-l-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95);
  }

  .md\:border-l-yellow-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .md\:border-l-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0);
  }

  .md\:border-l-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1);
  }

  .md\:border-l-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1);
  }

  .md\:border-l-yellow-700\/15 {
    border-left-color: rgb(161 98 7 / 0.15);
  }

  .md\:border-l-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2);
  }

  .md\:border-l-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25);
  }

  .md\:border-l-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3);
  }

  .md\:border-l-yellow-700\/35 {
    border-left-color: rgb(161 98 7 / 0.35);
  }

  .md\:border-l-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4);
  }

  .md\:border-l-yellow-700\/45 {
    border-left-color: rgb(161 98 7 / 0.45);
  }

  .md\:border-l-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05);
  }

  .md\:border-l-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5);
  }

  .md\:border-l-yellow-700\/55 {
    border-left-color: rgb(161 98 7 / 0.55);
  }

  .md\:border-l-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6);
  }

  .md\:border-l-yellow-700\/65 {
    border-left-color: rgb(161 98 7 / 0.65);
  }

  .md\:border-l-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7);
  }

  .md\:border-l-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75);
  }

  .md\:border-l-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8);
  }

  .md\:border-l-yellow-700\/85 {
    border-left-color: rgb(161 98 7 / 0.85);
  }

  .md\:border-l-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9);
  }

  .md\:border-l-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95);
  }

  .md\:border-l-yellow-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .md\:border-l-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0);
  }

  .md\:border-l-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1);
  }

  .md\:border-l-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1);
  }

  .md\:border-l-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15);
  }

  .md\:border-l-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2);
  }

  .md\:border-l-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25);
  }

  .md\:border-l-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3);
  }

  .md\:border-l-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35);
  }

  .md\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-l-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45);
  }

  .md\:border-l-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05);
  }

  .md\:border-l-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5);
  }

  .md\:border-l-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55);
  }

  .md\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-l-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65);
  }

  .md\:border-l-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7);
  }

  .md\:border-l-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75);
  }

  .md\:border-l-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8);
  }

  .md\:border-l-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85);
  }

  .md\:border-l-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9);
  }

  .md\:border-l-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95);
  }

  .md\:border-l-yellow-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .md\:border-l-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0);
  }

  .md\:border-l-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1);
  }

  .md\:border-l-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1);
  }

  .md\:border-l-yellow-900\/15 {
    border-left-color: rgb(113 63 18 / 0.15);
  }

  .md\:border-l-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2);
  }

  .md\:border-l-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25);
  }

  .md\:border-l-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3);
  }

  .md\:border-l-yellow-900\/35 {
    border-left-color: rgb(113 63 18 / 0.35);
  }

  .md\:border-l-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4);
  }

  .md\:border-l-yellow-900\/45 {
    border-left-color: rgb(113 63 18 / 0.45);
  }

  .md\:border-l-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05);
  }

  .md\:border-l-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5);
  }

  .md\:border-l-yellow-900\/55 {
    border-left-color: rgb(113 63 18 / 0.55);
  }

  .md\:border-l-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6);
  }

  .md\:border-l-yellow-900\/65 {
    border-left-color: rgb(113 63 18 / 0.65);
  }

  .md\:border-l-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7);
  }

  .md\:border-l-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75);
  }

  .md\:border-l-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8);
  }

  .md\:border-l-yellow-900\/85 {
    border-left-color: rgb(113 63 18 / 0.85);
  }

  .md\:border-l-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9);
  }

  .md\:border-l-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95);
  }

  .md\:border-l-yellow-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .md\:border-l-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0);
  }

  .md\:border-l-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1);
  }

  .md\:border-l-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1);
  }

  .md\:border-l-yellow-950\/15 {
    border-left-color: rgb(66 32 6 / 0.15);
  }

  .md\:border-l-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2);
  }

  .md\:border-l-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25);
  }

  .md\:border-l-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3);
  }

  .md\:border-l-yellow-950\/35 {
    border-left-color: rgb(66 32 6 / 0.35);
  }

  .md\:border-l-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4);
  }

  .md\:border-l-yellow-950\/45 {
    border-left-color: rgb(66 32 6 / 0.45);
  }

  .md\:border-l-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05);
  }

  .md\:border-l-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5);
  }

  .md\:border-l-yellow-950\/55 {
    border-left-color: rgb(66 32 6 / 0.55);
  }

  .md\:border-l-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6);
  }

  .md\:border-l-yellow-950\/65 {
    border-left-color: rgb(66 32 6 / 0.65);
  }

  .md\:border-l-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7);
  }

  .md\:border-l-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75);
  }

  .md\:border-l-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8);
  }

  .md\:border-l-yellow-950\/85 {
    border-left-color: rgb(66 32 6 / 0.85);
  }

  .md\:border-l-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9);
  }

  .md\:border-l-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95);
  }

  .md\:border-l-zinc-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(244 244 245 / var(--tw-border-opacity));
  }

  .md\:border-l-zinc-100\/0 {
    border-left-color: rgb(244 244 245 / 0);
  }

  .md\:border-l-zinc-100\/10 {
    border-left-color: rgb(244 244 245 / 0.1);
  }

  .md\:border-l-zinc-100\/100 {
    border-left-color: rgb(244 244 245 / 1);
  }

  .md\:border-l-zinc-100\/15 {
    border-left-color: rgb(244 244 245 / 0.15);
  }

  .md\:border-l-zinc-100\/20 {
    border-left-color: rgb(244 244 245 / 0.2);
  }

  .md\:border-l-zinc-100\/25 {
    border-left-color: rgb(244 244 245 / 0.25);
  }

  .md\:border-l-zinc-100\/30 {
    border-left-color: rgb(244 244 245 / 0.3);
  }

  .md\:border-l-zinc-100\/35 {
    border-left-color: rgb(244 244 245 / 0.35);
  }

  .md\:border-l-zinc-100\/40 {
    border-left-color: rgb(244 244 245 / 0.4);
  }

  .md\:border-l-zinc-100\/45 {
    border-left-color: rgb(244 244 245 / 0.45);
  }

  .md\:border-l-zinc-100\/5 {
    border-left-color: rgb(244 244 245 / 0.05);
  }

  .md\:border-l-zinc-100\/50 {
    border-left-color: rgb(244 244 245 / 0.5);
  }

  .md\:border-l-zinc-100\/55 {
    border-left-color: rgb(244 244 245 / 0.55);
  }

  .md\:border-l-zinc-100\/60 {
    border-left-color: rgb(244 244 245 / 0.6);
  }

  .md\:border-l-zinc-100\/65 {
    border-left-color: rgb(244 244 245 / 0.65);
  }

  .md\:border-l-zinc-100\/70 {
    border-left-color: rgb(244 244 245 / 0.7);
  }

  .md\:border-l-zinc-100\/75 {
    border-left-color: rgb(244 244 245 / 0.75);
  }

  .md\:border-l-zinc-100\/80 {
    border-left-color: rgb(244 244 245 / 0.8);
  }

  .md\:border-l-zinc-100\/85 {
    border-left-color: rgb(244 244 245 / 0.85);
  }

  .md\:border-l-zinc-100\/90 {
    border-left-color: rgb(244 244 245 / 0.9);
  }

  .md\:border-l-zinc-100\/95 {
    border-left-color: rgb(244 244 245 / 0.95);
  }

  .md\:border-l-zinc-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(228 228 231 / var(--tw-border-opacity));
  }

  .md\:border-l-zinc-200\/0 {
    border-left-color: rgb(228 228 231 / 0);
  }

  .md\:border-l-zinc-200\/10 {
    border-left-color: rgb(228 228 231 / 0.1);
  }

  .md\:border-l-zinc-200\/100 {
    border-left-color: rgb(228 228 231 / 1);
  }

  .md\:border-l-zinc-200\/15 {
    border-left-color: rgb(228 228 231 / 0.15);
  }

  .md\:border-l-zinc-200\/20 {
    border-left-color: rgb(228 228 231 / 0.2);
  }

  .md\:border-l-zinc-200\/25 {
    border-left-color: rgb(228 228 231 / 0.25);
  }

  .md\:border-l-zinc-200\/30 {
    border-left-color: rgb(228 228 231 / 0.3);
  }

  .md\:border-l-zinc-200\/35 {
    border-left-color: rgb(228 228 231 / 0.35);
  }

  .md\:border-l-zinc-200\/40 {
    border-left-color: rgb(228 228 231 / 0.4);
  }

  .md\:border-l-zinc-200\/45 {
    border-left-color: rgb(228 228 231 / 0.45);
  }

  .md\:border-l-zinc-200\/5 {
    border-left-color: rgb(228 228 231 / 0.05);
  }

  .md\:border-l-zinc-200\/50 {
    border-left-color: rgb(228 228 231 / 0.5);
  }

  .md\:border-l-zinc-200\/55 {
    border-left-color: rgb(228 228 231 / 0.55);
  }

  .md\:border-l-zinc-200\/60 {
    border-left-color: rgb(228 228 231 / 0.6);
  }

  .md\:border-l-zinc-200\/65 {
    border-left-color: rgb(228 228 231 / 0.65);
  }

  .md\:border-l-zinc-200\/70 {
    border-left-color: rgb(228 228 231 / 0.7);
  }

  .md\:border-l-zinc-200\/75 {
    border-left-color: rgb(228 228 231 / 0.75);
  }

  .md\:border-l-zinc-200\/80 {
    border-left-color: rgb(228 228 231 / 0.8);
  }

  .md\:border-l-zinc-200\/85 {
    border-left-color: rgb(228 228 231 / 0.85);
  }

  .md\:border-l-zinc-200\/90 {
    border-left-color: rgb(228 228 231 / 0.9);
  }

  .md\:border-l-zinc-200\/95 {
    border-left-color: rgb(228 228 231 / 0.95);
  }

  .md\:border-l-zinc-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(212 212 216 / var(--tw-border-opacity));
  }

  .md\:border-l-zinc-300\/0 {
    border-left-color: rgb(212 212 216 / 0);
  }

  .md\:border-l-zinc-300\/10 {
    border-left-color: rgb(212 212 216 / 0.1);
  }

  .md\:border-l-zinc-300\/100 {
    border-left-color: rgb(212 212 216 / 1);
  }

  .md\:border-l-zinc-300\/15 {
    border-left-color: rgb(212 212 216 / 0.15);
  }

  .md\:border-l-zinc-300\/20 {
    border-left-color: rgb(212 212 216 / 0.2);
  }

  .md\:border-l-zinc-300\/25 {
    border-left-color: rgb(212 212 216 / 0.25);
  }

  .md\:border-l-zinc-300\/30 {
    border-left-color: rgb(212 212 216 / 0.3);
  }

  .md\:border-l-zinc-300\/35 {
    border-left-color: rgb(212 212 216 / 0.35);
  }

  .md\:border-l-zinc-300\/40 {
    border-left-color: rgb(212 212 216 / 0.4);
  }

  .md\:border-l-zinc-300\/45 {
    border-left-color: rgb(212 212 216 / 0.45);
  }

  .md\:border-l-zinc-300\/5 {
    border-left-color: rgb(212 212 216 / 0.05);
  }

  .md\:border-l-zinc-300\/50 {
    border-left-color: rgb(212 212 216 / 0.5);
  }

  .md\:border-l-zinc-300\/55 {
    border-left-color: rgb(212 212 216 / 0.55);
  }

  .md\:border-l-zinc-300\/60 {
    border-left-color: rgb(212 212 216 / 0.6);
  }

  .md\:border-l-zinc-300\/65 {
    border-left-color: rgb(212 212 216 / 0.65);
  }

  .md\:border-l-zinc-300\/70 {
    border-left-color: rgb(212 212 216 / 0.7);
  }

  .md\:border-l-zinc-300\/75 {
    border-left-color: rgb(212 212 216 / 0.75);
  }

  .md\:border-l-zinc-300\/80 {
    border-left-color: rgb(212 212 216 / 0.8);
  }

  .md\:border-l-zinc-300\/85 {
    border-left-color: rgb(212 212 216 / 0.85);
  }

  .md\:border-l-zinc-300\/90 {
    border-left-color: rgb(212 212 216 / 0.9);
  }

  .md\:border-l-zinc-300\/95 {
    border-left-color: rgb(212 212 216 / 0.95);
  }

  .md\:border-l-zinc-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 161 170 / var(--tw-border-opacity));
  }

  .md\:border-l-zinc-400\/0 {
    border-left-color: rgb(161 161 170 / 0);
  }

  .md\:border-l-zinc-400\/10 {
    border-left-color: rgb(161 161 170 / 0.1);
  }

  .md\:border-l-zinc-400\/100 {
    border-left-color: rgb(161 161 170 / 1);
  }

  .md\:border-l-zinc-400\/15 {
    border-left-color: rgb(161 161 170 / 0.15);
  }

  .md\:border-l-zinc-400\/20 {
    border-left-color: rgb(161 161 170 / 0.2);
  }

  .md\:border-l-zinc-400\/25 {
    border-left-color: rgb(161 161 170 / 0.25);
  }

  .md\:border-l-zinc-400\/30 {
    border-left-color: rgb(161 161 170 / 0.3);
  }

  .md\:border-l-zinc-400\/35 {
    border-left-color: rgb(161 161 170 / 0.35);
  }

  .md\:border-l-zinc-400\/40 {
    border-left-color: rgb(161 161 170 / 0.4);
  }

  .md\:border-l-zinc-400\/45 {
    border-left-color: rgb(161 161 170 / 0.45);
  }

  .md\:border-l-zinc-400\/5 {
    border-left-color: rgb(161 161 170 / 0.05);
  }

  .md\:border-l-zinc-400\/50 {
    border-left-color: rgb(161 161 170 / 0.5);
  }

  .md\:border-l-zinc-400\/55 {
    border-left-color: rgb(161 161 170 / 0.55);
  }

  .md\:border-l-zinc-400\/60 {
    border-left-color: rgb(161 161 170 / 0.6);
  }

  .md\:border-l-zinc-400\/65 {
    border-left-color: rgb(161 161 170 / 0.65);
  }

  .md\:border-l-zinc-400\/70 {
    border-left-color: rgb(161 161 170 / 0.7);
  }

  .md\:border-l-zinc-400\/75 {
    border-left-color: rgb(161 161 170 / 0.75);
  }

  .md\:border-l-zinc-400\/80 {
    border-left-color: rgb(161 161 170 / 0.8);
  }

  .md\:border-l-zinc-400\/85 {
    border-left-color: rgb(161 161 170 / 0.85);
  }

  .md\:border-l-zinc-400\/90 {
    border-left-color: rgb(161 161 170 / 0.9);
  }

  .md\:border-l-zinc-400\/95 {
    border-left-color: rgb(161 161 170 / 0.95);
  }

  .md\:border-l-zinc-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .md\:border-l-zinc-50\/0 {
    border-left-color: rgb(250 250 250 / 0);
  }

  .md\:border-l-zinc-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1);
  }

  .md\:border-l-zinc-50\/100 {
    border-left-color: rgb(250 250 250 / 1);
  }

  .md\:border-l-zinc-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15);
  }

  .md\:border-l-zinc-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2);
  }

  .md\:border-l-zinc-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25);
  }

  .md\:border-l-zinc-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3);
  }

  .md\:border-l-zinc-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35);
  }

  .md\:border-l-zinc-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4);
  }

  .md\:border-l-zinc-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45);
  }

  .md\:border-l-zinc-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05);
  }

  .md\:border-l-zinc-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5);
  }

  .md\:border-l-zinc-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55);
  }

  .md\:border-l-zinc-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6);
  }

  .md\:border-l-zinc-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65);
  }

  .md\:border-l-zinc-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7);
  }

  .md\:border-l-zinc-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75);
  }

  .md\:border-l-zinc-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8);
  }

  .md\:border-l-zinc-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85);
  }

  .md\:border-l-zinc-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9);
  }

  .md\:border-l-zinc-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95);
  }

  .md\:border-l-zinc-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 113 122 / var(--tw-border-opacity));
  }

  .md\:border-l-zinc-500\/0 {
    border-left-color: rgb(113 113 122 / 0);
  }

  .md\:border-l-zinc-500\/10 {
    border-left-color: rgb(113 113 122 / 0.1);
  }

  .md\:border-l-zinc-500\/100 {
    border-left-color: rgb(113 113 122 / 1);
  }

  .md\:border-l-zinc-500\/15 {
    border-left-color: rgb(113 113 122 / 0.15);
  }

  .md\:border-l-zinc-500\/20 {
    border-left-color: rgb(113 113 122 / 0.2);
  }

  .md\:border-l-zinc-500\/25 {
    border-left-color: rgb(113 113 122 / 0.25);
  }

  .md\:border-l-zinc-500\/30 {
    border-left-color: rgb(113 113 122 / 0.3);
  }

  .md\:border-l-zinc-500\/35 {
    border-left-color: rgb(113 113 122 / 0.35);
  }

  .md\:border-l-zinc-500\/40 {
    border-left-color: rgb(113 113 122 / 0.4);
  }

  .md\:border-l-zinc-500\/45 {
    border-left-color: rgb(113 113 122 / 0.45);
  }

  .md\:border-l-zinc-500\/5 {
    border-left-color: rgb(113 113 122 / 0.05);
  }

  .md\:border-l-zinc-500\/50 {
    border-left-color: rgb(113 113 122 / 0.5);
  }

  .md\:border-l-zinc-500\/55 {
    border-left-color: rgb(113 113 122 / 0.55);
  }

  .md\:border-l-zinc-500\/60 {
    border-left-color: rgb(113 113 122 / 0.6);
  }

  .md\:border-l-zinc-500\/65 {
    border-left-color: rgb(113 113 122 / 0.65);
  }

  .md\:border-l-zinc-500\/70 {
    border-left-color: rgb(113 113 122 / 0.7);
  }

  .md\:border-l-zinc-500\/75 {
    border-left-color: rgb(113 113 122 / 0.75);
  }

  .md\:border-l-zinc-500\/80 {
    border-left-color: rgb(113 113 122 / 0.8);
  }

  .md\:border-l-zinc-500\/85 {
    border-left-color: rgb(113 113 122 / 0.85);
  }

  .md\:border-l-zinc-500\/90 {
    border-left-color: rgb(113 113 122 / 0.9);
  }

  .md\:border-l-zinc-500\/95 {
    border-left-color: rgb(113 113 122 / 0.95);
  }

  .md\:border-l-zinc-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(82 82 91 / var(--tw-border-opacity));
  }

  .md\:border-l-zinc-600\/0 {
    border-left-color: rgb(82 82 91 / 0);
  }

  .md\:border-l-zinc-600\/10 {
    border-left-color: rgb(82 82 91 / 0.1);
  }

  .md\:border-l-zinc-600\/100 {
    border-left-color: rgb(82 82 91 / 1);
  }

  .md\:border-l-zinc-600\/15 {
    border-left-color: rgb(82 82 91 / 0.15);
  }

  .md\:border-l-zinc-600\/20 {
    border-left-color: rgb(82 82 91 / 0.2);
  }

  .md\:border-l-zinc-600\/25 {
    border-left-color: rgb(82 82 91 / 0.25);
  }

  .md\:border-l-zinc-600\/30 {
    border-left-color: rgb(82 82 91 / 0.3);
  }

  .md\:border-l-zinc-600\/35 {
    border-left-color: rgb(82 82 91 / 0.35);
  }

  .md\:border-l-zinc-600\/40 {
    border-left-color: rgb(82 82 91 / 0.4);
  }

  .md\:border-l-zinc-600\/45 {
    border-left-color: rgb(82 82 91 / 0.45);
  }

  .md\:border-l-zinc-600\/5 {
    border-left-color: rgb(82 82 91 / 0.05);
  }

  .md\:border-l-zinc-600\/50 {
    border-left-color: rgb(82 82 91 / 0.5);
  }

  .md\:border-l-zinc-600\/55 {
    border-left-color: rgb(82 82 91 / 0.55);
  }

  .md\:border-l-zinc-600\/60 {
    border-left-color: rgb(82 82 91 / 0.6);
  }

  .md\:border-l-zinc-600\/65 {
    border-left-color: rgb(82 82 91 / 0.65);
  }

  .md\:border-l-zinc-600\/70 {
    border-left-color: rgb(82 82 91 / 0.7);
  }

  .md\:border-l-zinc-600\/75 {
    border-left-color: rgb(82 82 91 / 0.75);
  }

  .md\:border-l-zinc-600\/80 {
    border-left-color: rgb(82 82 91 / 0.8);
  }

  .md\:border-l-zinc-600\/85 {
    border-left-color: rgb(82 82 91 / 0.85);
  }

  .md\:border-l-zinc-600\/90 {
    border-left-color: rgb(82 82 91 / 0.9);
  }

  .md\:border-l-zinc-600\/95 {
    border-left-color: rgb(82 82 91 / 0.95);
  }

  .md\:border-l-zinc-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(63 63 70 / var(--tw-border-opacity));
  }

  .md\:border-l-zinc-700\/0 {
    border-left-color: rgb(63 63 70 / 0);
  }

  .md\:border-l-zinc-700\/10 {
    border-left-color: rgb(63 63 70 / 0.1);
  }

  .md\:border-l-zinc-700\/100 {
    border-left-color: rgb(63 63 70 / 1);
  }

  .md\:border-l-zinc-700\/15 {
    border-left-color: rgb(63 63 70 / 0.15);
  }

  .md\:border-l-zinc-700\/20 {
    border-left-color: rgb(63 63 70 / 0.2);
  }

  .md\:border-l-zinc-700\/25 {
    border-left-color: rgb(63 63 70 / 0.25);
  }

  .md\:border-l-zinc-700\/30 {
    border-left-color: rgb(63 63 70 / 0.3);
  }

  .md\:border-l-zinc-700\/35 {
    border-left-color: rgb(63 63 70 / 0.35);
  }

  .md\:border-l-zinc-700\/40 {
    border-left-color: rgb(63 63 70 / 0.4);
  }

  .md\:border-l-zinc-700\/45 {
    border-left-color: rgb(63 63 70 / 0.45);
  }

  .md\:border-l-zinc-700\/5 {
    border-left-color: rgb(63 63 70 / 0.05);
  }

  .md\:border-l-zinc-700\/50 {
    border-left-color: rgb(63 63 70 / 0.5);
  }

  .md\:border-l-zinc-700\/55 {
    border-left-color: rgb(63 63 70 / 0.55);
  }

  .md\:border-l-zinc-700\/60 {
    border-left-color: rgb(63 63 70 / 0.6);
  }

  .md\:border-l-zinc-700\/65 {
    border-left-color: rgb(63 63 70 / 0.65);
  }

  .md\:border-l-zinc-700\/70 {
    border-left-color: rgb(63 63 70 / 0.7);
  }

  .md\:border-l-zinc-700\/75 {
    border-left-color: rgb(63 63 70 / 0.75);
  }

  .md\:border-l-zinc-700\/80 {
    border-left-color: rgb(63 63 70 / 0.8);
  }

  .md\:border-l-zinc-700\/85 {
    border-left-color: rgb(63 63 70 / 0.85);
  }

  .md\:border-l-zinc-700\/90 {
    border-left-color: rgb(63 63 70 / 0.9);
  }

  .md\:border-l-zinc-700\/95 {
    border-left-color: rgb(63 63 70 / 0.95);
  }

  .md\:border-l-zinc-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(39 39 42 / var(--tw-border-opacity));
  }

  .md\:border-l-zinc-800\/0 {
    border-left-color: rgb(39 39 42 / 0);
  }

  .md\:border-l-zinc-800\/10 {
    border-left-color: rgb(39 39 42 / 0.1);
  }

  .md\:border-l-zinc-800\/100 {
    border-left-color: rgb(39 39 42 / 1);
  }

  .md\:border-l-zinc-800\/15 {
    border-left-color: rgb(39 39 42 / 0.15);
  }

  .md\:border-l-zinc-800\/20 {
    border-left-color: rgb(39 39 42 / 0.2);
  }

  .md\:border-l-zinc-800\/25 {
    border-left-color: rgb(39 39 42 / 0.25);
  }

  .md\:border-l-zinc-800\/30 {
    border-left-color: rgb(39 39 42 / 0.3);
  }

  .md\:border-l-zinc-800\/35 {
    border-left-color: rgb(39 39 42 / 0.35);
  }

  .md\:border-l-zinc-800\/40 {
    border-left-color: rgb(39 39 42 / 0.4);
  }

  .md\:border-l-zinc-800\/45 {
    border-left-color: rgb(39 39 42 / 0.45);
  }

  .md\:border-l-zinc-800\/5 {
    border-left-color: rgb(39 39 42 / 0.05);
  }

  .md\:border-l-zinc-800\/50 {
    border-left-color: rgb(39 39 42 / 0.5);
  }

  .md\:border-l-zinc-800\/55 {
    border-left-color: rgb(39 39 42 / 0.55);
  }

  .md\:border-l-zinc-800\/60 {
    border-left-color: rgb(39 39 42 / 0.6);
  }

  .md\:border-l-zinc-800\/65 {
    border-left-color: rgb(39 39 42 / 0.65);
  }

  .md\:border-l-zinc-800\/70 {
    border-left-color: rgb(39 39 42 / 0.7);
  }

  .md\:border-l-zinc-800\/75 {
    border-left-color: rgb(39 39 42 / 0.75);
  }

  .md\:border-l-zinc-800\/80 {
    border-left-color: rgb(39 39 42 / 0.8);
  }

  .md\:border-l-zinc-800\/85 {
    border-left-color: rgb(39 39 42 / 0.85);
  }

  .md\:border-l-zinc-800\/90 {
    border-left-color: rgb(39 39 42 / 0.9);
  }

  .md\:border-l-zinc-800\/95 {
    border-left-color: rgb(39 39 42 / 0.95);
  }

  .md\:border-l-zinc-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(24 24 27 / var(--tw-border-opacity));
  }

  .md\:border-l-zinc-900\/0 {
    border-left-color: rgb(24 24 27 / 0);
  }

  .md\:border-l-zinc-900\/10 {
    border-left-color: rgb(24 24 27 / 0.1);
  }

  .md\:border-l-zinc-900\/100 {
    border-left-color: rgb(24 24 27 / 1);
  }

  .md\:border-l-zinc-900\/15 {
    border-left-color: rgb(24 24 27 / 0.15);
  }

  .md\:border-l-zinc-900\/20 {
    border-left-color: rgb(24 24 27 / 0.2);
  }

  .md\:border-l-zinc-900\/25 {
    border-left-color: rgb(24 24 27 / 0.25);
  }

  .md\:border-l-zinc-900\/30 {
    border-left-color: rgb(24 24 27 / 0.3);
  }

  .md\:border-l-zinc-900\/35 {
    border-left-color: rgb(24 24 27 / 0.35);
  }

  .md\:border-l-zinc-900\/40 {
    border-left-color: rgb(24 24 27 / 0.4);
  }

  .md\:border-l-zinc-900\/45 {
    border-left-color: rgb(24 24 27 / 0.45);
  }

  .md\:border-l-zinc-900\/5 {
    border-left-color: rgb(24 24 27 / 0.05);
  }

  .md\:border-l-zinc-900\/50 {
    border-left-color: rgb(24 24 27 / 0.5);
  }

  .md\:border-l-zinc-900\/55 {
    border-left-color: rgb(24 24 27 / 0.55);
  }

  .md\:border-l-zinc-900\/60 {
    border-left-color: rgb(24 24 27 / 0.6);
  }

  .md\:border-l-zinc-900\/65 {
    border-left-color: rgb(24 24 27 / 0.65);
  }

  .md\:border-l-zinc-900\/70 {
    border-left-color: rgb(24 24 27 / 0.7);
  }

  .md\:border-l-zinc-900\/75 {
    border-left-color: rgb(24 24 27 / 0.75);
  }

  .md\:border-l-zinc-900\/80 {
    border-left-color: rgb(24 24 27 / 0.8);
  }

  .md\:border-l-zinc-900\/85 {
    border-left-color: rgb(24 24 27 / 0.85);
  }

  .md\:border-l-zinc-900\/90 {
    border-left-color: rgb(24 24 27 / 0.9);
  }

  .md\:border-l-zinc-900\/95 {
    border-left-color: rgb(24 24 27 / 0.95);
  }

  .md\:border-l-zinc-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(9 9 11 / var(--tw-border-opacity));
  }

  .md\:border-l-zinc-950\/0 {
    border-left-color: rgb(9 9 11 / 0);
  }

  .md\:border-l-zinc-950\/10 {
    border-left-color: rgb(9 9 11 / 0.1);
  }

  .md\:border-l-zinc-950\/100 {
    border-left-color: rgb(9 9 11 / 1);
  }

  .md\:border-l-zinc-950\/15 {
    border-left-color: rgb(9 9 11 / 0.15);
  }

  .md\:border-l-zinc-950\/20 {
    border-left-color: rgb(9 9 11 / 0.2);
  }

  .md\:border-l-zinc-950\/25 {
    border-left-color: rgb(9 9 11 / 0.25);
  }

  .md\:border-l-zinc-950\/30 {
    border-left-color: rgb(9 9 11 / 0.3);
  }

  .md\:border-l-zinc-950\/35 {
    border-left-color: rgb(9 9 11 / 0.35);
  }

  .md\:border-l-zinc-950\/40 {
    border-left-color: rgb(9 9 11 / 0.4);
  }

  .md\:border-l-zinc-950\/45 {
    border-left-color: rgb(9 9 11 / 0.45);
  }

  .md\:border-l-zinc-950\/5 {
    border-left-color: rgb(9 9 11 / 0.05);
  }

  .md\:border-l-zinc-950\/50 {
    border-left-color: rgb(9 9 11 / 0.5);
  }

  .md\:border-l-zinc-950\/55 {
    border-left-color: rgb(9 9 11 / 0.55);
  }

  .md\:border-l-zinc-950\/60 {
    border-left-color: rgb(9 9 11 / 0.6);
  }

  .md\:border-l-zinc-950\/65 {
    border-left-color: rgb(9 9 11 / 0.65);
  }

  .md\:border-l-zinc-950\/70 {
    border-left-color: rgb(9 9 11 / 0.7);
  }

  .md\:border-l-zinc-950\/75 {
    border-left-color: rgb(9 9 11 / 0.75);
  }

  .md\:border-l-zinc-950\/80 {
    border-left-color: rgb(9 9 11 / 0.8);
  }

  .md\:border-l-zinc-950\/85 {
    border-left-color: rgb(9 9 11 / 0.85);
  }

  .md\:border-l-zinc-950\/90 {
    border-left-color: rgb(9 9 11 / 0.9);
  }

  .md\:border-l-zinc-950\/95 {
    border-left-color: rgb(9 9 11 / 0.95);
  }

  .md\:border-r-amber-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 243 199 / var(--tw-border-opacity));
  }

  .md\:border-r-amber-100\/0 {
    border-right-color: rgb(254 243 199 / 0);
  }

  .md\:border-r-amber-100\/10 {
    border-right-color: rgb(254 243 199 / 0.1);
  }

  .md\:border-r-amber-100\/100 {
    border-right-color: rgb(254 243 199 / 1);
  }

  .md\:border-r-amber-100\/15 {
    border-right-color: rgb(254 243 199 / 0.15);
  }

  .md\:border-r-amber-100\/20 {
    border-right-color: rgb(254 243 199 / 0.2);
  }

  .md\:border-r-amber-100\/25 {
    border-right-color: rgb(254 243 199 / 0.25);
  }

  .md\:border-r-amber-100\/30 {
    border-right-color: rgb(254 243 199 / 0.3);
  }

  .md\:border-r-amber-100\/35 {
    border-right-color: rgb(254 243 199 / 0.35);
  }

  .md\:border-r-amber-100\/40 {
    border-right-color: rgb(254 243 199 / 0.4);
  }

  .md\:border-r-amber-100\/45 {
    border-right-color: rgb(254 243 199 / 0.45);
  }

  .md\:border-r-amber-100\/5 {
    border-right-color: rgb(254 243 199 / 0.05);
  }

  .md\:border-r-amber-100\/50 {
    border-right-color: rgb(254 243 199 / 0.5);
  }

  .md\:border-r-amber-100\/55 {
    border-right-color: rgb(254 243 199 / 0.55);
  }

  .md\:border-r-amber-100\/60 {
    border-right-color: rgb(254 243 199 / 0.6);
  }

  .md\:border-r-amber-100\/65 {
    border-right-color: rgb(254 243 199 / 0.65);
  }

  .md\:border-r-amber-100\/70 {
    border-right-color: rgb(254 243 199 / 0.7);
  }

  .md\:border-r-amber-100\/75 {
    border-right-color: rgb(254 243 199 / 0.75);
  }

  .md\:border-r-amber-100\/80 {
    border-right-color: rgb(254 243 199 / 0.8);
  }

  .md\:border-r-amber-100\/85 {
    border-right-color: rgb(254 243 199 / 0.85);
  }

  .md\:border-r-amber-100\/90 {
    border-right-color: rgb(254 243 199 / 0.9);
  }

  .md\:border-r-amber-100\/95 {
    border-right-color: rgb(254 243 199 / 0.95);
  }

  .md\:border-r-amber-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 230 138 / var(--tw-border-opacity));
  }

  .md\:border-r-amber-200\/0 {
    border-right-color: rgb(253 230 138 / 0);
  }

  .md\:border-r-amber-200\/10 {
    border-right-color: rgb(253 230 138 / 0.1);
  }

  .md\:border-r-amber-200\/100 {
    border-right-color: rgb(253 230 138 / 1);
  }

  .md\:border-r-amber-200\/15 {
    border-right-color: rgb(253 230 138 / 0.15);
  }

  .md\:border-r-amber-200\/20 {
    border-right-color: rgb(253 230 138 / 0.2);
  }

  .md\:border-r-amber-200\/25 {
    border-right-color: rgb(253 230 138 / 0.25);
  }

  .md\:border-r-amber-200\/30 {
    border-right-color: rgb(253 230 138 / 0.3);
  }

  .md\:border-r-amber-200\/35 {
    border-right-color: rgb(253 230 138 / 0.35);
  }

  .md\:border-r-amber-200\/40 {
    border-right-color: rgb(253 230 138 / 0.4);
  }

  .md\:border-r-amber-200\/45 {
    border-right-color: rgb(253 230 138 / 0.45);
  }

  .md\:border-r-amber-200\/5 {
    border-right-color: rgb(253 230 138 / 0.05);
  }

  .md\:border-r-amber-200\/50 {
    border-right-color: rgb(253 230 138 / 0.5);
  }

  .md\:border-r-amber-200\/55 {
    border-right-color: rgb(253 230 138 / 0.55);
  }

  .md\:border-r-amber-200\/60 {
    border-right-color: rgb(253 230 138 / 0.6);
  }

  .md\:border-r-amber-200\/65 {
    border-right-color: rgb(253 230 138 / 0.65);
  }

  .md\:border-r-amber-200\/70 {
    border-right-color: rgb(253 230 138 / 0.7);
  }

  .md\:border-r-amber-200\/75 {
    border-right-color: rgb(253 230 138 / 0.75);
  }

  .md\:border-r-amber-200\/80 {
    border-right-color: rgb(253 230 138 / 0.8);
  }

  .md\:border-r-amber-200\/85 {
    border-right-color: rgb(253 230 138 / 0.85);
  }

  .md\:border-r-amber-200\/90 {
    border-right-color: rgb(253 230 138 / 0.9);
  }

  .md\:border-r-amber-200\/95 {
    border-right-color: rgb(253 230 138 / 0.95);
  }

  .md\:border-r-amber-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(252 211 77 / var(--tw-border-opacity));
  }

  .md\:border-r-amber-300\/0 {
    border-right-color: rgb(252 211 77 / 0);
  }

  .md\:border-r-amber-300\/10 {
    border-right-color: rgb(252 211 77 / 0.1);
  }

  .md\:border-r-amber-300\/100 {
    border-right-color: rgb(252 211 77 / 1);
  }

  .md\:border-r-amber-300\/15 {
    border-right-color: rgb(252 211 77 / 0.15);
  }

  .md\:border-r-amber-300\/20 {
    border-right-color: rgb(252 211 77 / 0.2);
  }

  .md\:border-r-amber-300\/25 {
    border-right-color: rgb(252 211 77 / 0.25);
  }

  .md\:border-r-amber-300\/30 {
    border-right-color: rgb(252 211 77 / 0.3);
  }

  .md\:border-r-amber-300\/35 {
    border-right-color: rgb(252 211 77 / 0.35);
  }

  .md\:border-r-amber-300\/40 {
    border-right-color: rgb(252 211 77 / 0.4);
  }

  .md\:border-r-amber-300\/45 {
    border-right-color: rgb(252 211 77 / 0.45);
  }

  .md\:border-r-amber-300\/5 {
    border-right-color: rgb(252 211 77 / 0.05);
  }

  .md\:border-r-amber-300\/50 {
    border-right-color: rgb(252 211 77 / 0.5);
  }

  .md\:border-r-amber-300\/55 {
    border-right-color: rgb(252 211 77 / 0.55);
  }

  .md\:border-r-amber-300\/60 {
    border-right-color: rgb(252 211 77 / 0.6);
  }

  .md\:border-r-amber-300\/65 {
    border-right-color: rgb(252 211 77 / 0.65);
  }

  .md\:border-r-amber-300\/70 {
    border-right-color: rgb(252 211 77 / 0.7);
  }

  .md\:border-r-amber-300\/75 {
    border-right-color: rgb(252 211 77 / 0.75);
  }

  .md\:border-r-amber-300\/80 {
    border-right-color: rgb(252 211 77 / 0.8);
  }

  .md\:border-r-amber-300\/85 {
    border-right-color: rgb(252 211 77 / 0.85);
  }

  .md\:border-r-amber-300\/90 {
    border-right-color: rgb(252 211 77 / 0.9);
  }

  .md\:border-r-amber-300\/95 {
    border-right-color: rgb(252 211 77 / 0.95);
  }

  .md\:border-r-amber-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(251 191 36 / var(--tw-border-opacity));
  }

  .md\:border-r-amber-400\/0 {
    border-right-color: rgb(251 191 36 / 0);
  }

  .md\:border-r-amber-400\/10 {
    border-right-color: rgb(251 191 36 / 0.1);
  }

  .md\:border-r-amber-400\/100 {
    border-right-color: rgb(251 191 36 / 1);
  }

  .md\:border-r-amber-400\/15 {
    border-right-color: rgb(251 191 36 / 0.15);
  }

  .md\:border-r-amber-400\/20 {
    border-right-color: rgb(251 191 36 / 0.2);
  }

  .md\:border-r-amber-400\/25 {
    border-right-color: rgb(251 191 36 / 0.25);
  }

  .md\:border-r-amber-400\/30 {
    border-right-color: rgb(251 191 36 / 0.3);
  }

  .md\:border-r-amber-400\/35 {
    border-right-color: rgb(251 191 36 / 0.35);
  }

  .md\:border-r-amber-400\/40 {
    border-right-color: rgb(251 191 36 / 0.4);
  }

  .md\:border-r-amber-400\/45 {
    border-right-color: rgb(251 191 36 / 0.45);
  }

  .md\:border-r-amber-400\/5 {
    border-right-color: rgb(251 191 36 / 0.05);
  }

  .md\:border-r-amber-400\/50 {
    border-right-color: rgb(251 191 36 / 0.5);
  }

  .md\:border-r-amber-400\/55 {
    border-right-color: rgb(251 191 36 / 0.55);
  }

  .md\:border-r-amber-400\/60 {
    border-right-color: rgb(251 191 36 / 0.6);
  }

  .md\:border-r-amber-400\/65 {
    border-right-color: rgb(251 191 36 / 0.65);
  }

  .md\:border-r-amber-400\/70 {
    border-right-color: rgb(251 191 36 / 0.7);
  }

  .md\:border-r-amber-400\/75 {
    border-right-color: rgb(251 191 36 / 0.75);
  }

  .md\:border-r-amber-400\/80 {
    border-right-color: rgb(251 191 36 / 0.8);
  }

  .md\:border-r-amber-400\/85 {
    border-right-color: rgb(251 191 36 / 0.85);
  }

  .md\:border-r-amber-400\/90 {
    border-right-color: rgb(251 191 36 / 0.9);
  }

  .md\:border-r-amber-400\/95 {
    border-right-color: rgb(251 191 36 / 0.95);
  }

  .md\:border-r-amber-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 251 235 / var(--tw-border-opacity));
  }

  .md\:border-r-amber-50\/0 {
    border-right-color: rgb(255 251 235 / 0);
  }

  .md\:border-r-amber-50\/10 {
    border-right-color: rgb(255 251 235 / 0.1);
  }

  .md\:border-r-amber-50\/100 {
    border-right-color: rgb(255 251 235 / 1);
  }

  .md\:border-r-amber-50\/15 {
    border-right-color: rgb(255 251 235 / 0.15);
  }

  .md\:border-r-amber-50\/20 {
    border-right-color: rgb(255 251 235 / 0.2);
  }

  .md\:border-r-amber-50\/25 {
    border-right-color: rgb(255 251 235 / 0.25);
  }

  .md\:border-r-amber-50\/30 {
    border-right-color: rgb(255 251 235 / 0.3);
  }

  .md\:border-r-amber-50\/35 {
    border-right-color: rgb(255 251 235 / 0.35);
  }

  .md\:border-r-amber-50\/40 {
    border-right-color: rgb(255 251 235 / 0.4);
  }

  .md\:border-r-amber-50\/45 {
    border-right-color: rgb(255 251 235 / 0.45);
  }

  .md\:border-r-amber-50\/5 {
    border-right-color: rgb(255 251 235 / 0.05);
  }

  .md\:border-r-amber-50\/50 {
    border-right-color: rgb(255 251 235 / 0.5);
  }

  .md\:border-r-amber-50\/55 {
    border-right-color: rgb(255 251 235 / 0.55);
  }

  .md\:border-r-amber-50\/60 {
    border-right-color: rgb(255 251 235 / 0.6);
  }

  .md\:border-r-amber-50\/65 {
    border-right-color: rgb(255 251 235 / 0.65);
  }

  .md\:border-r-amber-50\/70 {
    border-right-color: rgb(255 251 235 / 0.7);
  }

  .md\:border-r-amber-50\/75 {
    border-right-color: rgb(255 251 235 / 0.75);
  }

  .md\:border-r-amber-50\/80 {
    border-right-color: rgb(255 251 235 / 0.8);
  }

  .md\:border-r-amber-50\/85 {
    border-right-color: rgb(255 251 235 / 0.85);
  }

  .md\:border-r-amber-50\/90 {
    border-right-color: rgb(255 251 235 / 0.9);
  }

  .md\:border-r-amber-50\/95 {
    border-right-color: rgb(255 251 235 / 0.95);
  }

  .md\:border-r-amber-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 158 11 / var(--tw-border-opacity));
  }

  .md\:border-r-amber-500\/0 {
    border-right-color: rgb(245 158 11 / 0);
  }

  .md\:border-r-amber-500\/10 {
    border-right-color: rgb(245 158 11 / 0.1);
  }

  .md\:border-r-amber-500\/100 {
    border-right-color: rgb(245 158 11 / 1);
  }

  .md\:border-r-amber-500\/15 {
    border-right-color: rgb(245 158 11 / 0.15);
  }

  .md\:border-r-amber-500\/20 {
    border-right-color: rgb(245 158 11 / 0.2);
  }

  .md\:border-r-amber-500\/25 {
    border-right-color: rgb(245 158 11 / 0.25);
  }

  .md\:border-r-amber-500\/30 {
    border-right-color: rgb(245 158 11 / 0.3);
  }

  .md\:border-r-amber-500\/35 {
    border-right-color: rgb(245 158 11 / 0.35);
  }

  .md\:border-r-amber-500\/40 {
    border-right-color: rgb(245 158 11 / 0.4);
  }

  .md\:border-r-amber-500\/45 {
    border-right-color: rgb(245 158 11 / 0.45);
  }

  .md\:border-r-amber-500\/5 {
    border-right-color: rgb(245 158 11 / 0.05);
  }

  .md\:border-r-amber-500\/50 {
    border-right-color: rgb(245 158 11 / 0.5);
  }

  .md\:border-r-amber-500\/55 {
    border-right-color: rgb(245 158 11 / 0.55);
  }

  .md\:border-r-amber-500\/60 {
    border-right-color: rgb(245 158 11 / 0.6);
  }

  .md\:border-r-amber-500\/65 {
    border-right-color: rgb(245 158 11 / 0.65);
  }

  .md\:border-r-amber-500\/70 {
    border-right-color: rgb(245 158 11 / 0.7);
  }

  .md\:border-r-amber-500\/75 {
    border-right-color: rgb(245 158 11 / 0.75);
  }

  .md\:border-r-amber-500\/80 {
    border-right-color: rgb(245 158 11 / 0.8);
  }

  .md\:border-r-amber-500\/85 {
    border-right-color: rgb(245 158 11 / 0.85);
  }

  .md\:border-r-amber-500\/90 {
    border-right-color: rgb(245 158 11 / 0.9);
  }

  .md\:border-r-amber-500\/95 {
    border-right-color: rgb(245 158 11 / 0.95);
  }

  .md\:border-r-amber-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(217 119 6 / var(--tw-border-opacity));
  }

  .md\:border-r-amber-600\/0 {
    border-right-color: rgb(217 119 6 / 0);
  }

  .md\:border-r-amber-600\/10 {
    border-right-color: rgb(217 119 6 / 0.1);
  }

  .md\:border-r-amber-600\/100 {
    border-right-color: rgb(217 119 6 / 1);
  }

  .md\:border-r-amber-600\/15 {
    border-right-color: rgb(217 119 6 / 0.15);
  }

  .md\:border-r-amber-600\/20 {
    border-right-color: rgb(217 119 6 / 0.2);
  }

  .md\:border-r-amber-600\/25 {
    border-right-color: rgb(217 119 6 / 0.25);
  }

  .md\:border-r-amber-600\/30 {
    border-right-color: rgb(217 119 6 / 0.3);
  }

  .md\:border-r-amber-600\/35 {
    border-right-color: rgb(217 119 6 / 0.35);
  }

  .md\:border-r-amber-600\/40 {
    border-right-color: rgb(217 119 6 / 0.4);
  }

  .md\:border-r-amber-600\/45 {
    border-right-color: rgb(217 119 6 / 0.45);
  }

  .md\:border-r-amber-600\/5 {
    border-right-color: rgb(217 119 6 / 0.05);
  }

  .md\:border-r-amber-600\/50 {
    border-right-color: rgb(217 119 6 / 0.5);
  }

  .md\:border-r-amber-600\/55 {
    border-right-color: rgb(217 119 6 / 0.55);
  }

  .md\:border-r-amber-600\/60 {
    border-right-color: rgb(217 119 6 / 0.6);
  }

  .md\:border-r-amber-600\/65 {
    border-right-color: rgb(217 119 6 / 0.65);
  }

  .md\:border-r-amber-600\/70 {
    border-right-color: rgb(217 119 6 / 0.7);
  }

  .md\:border-r-amber-600\/75 {
    border-right-color: rgb(217 119 6 / 0.75);
  }

  .md\:border-r-amber-600\/80 {
    border-right-color: rgb(217 119 6 / 0.8);
  }

  .md\:border-r-amber-600\/85 {
    border-right-color: rgb(217 119 6 / 0.85);
  }

  .md\:border-r-amber-600\/90 {
    border-right-color: rgb(217 119 6 / 0.9);
  }

  .md\:border-r-amber-600\/95 {
    border-right-color: rgb(217 119 6 / 0.95);
  }

  .md\:border-r-amber-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(180 83 9 / var(--tw-border-opacity));
  }

  .md\:border-r-amber-700\/0 {
    border-right-color: rgb(180 83 9 / 0);
  }

  .md\:border-r-amber-700\/10 {
    border-right-color: rgb(180 83 9 / 0.1);
  }

  .md\:border-r-amber-700\/100 {
    border-right-color: rgb(180 83 9 / 1);
  }

  .md\:border-r-amber-700\/15 {
    border-right-color: rgb(180 83 9 / 0.15);
  }

  .md\:border-r-amber-700\/20 {
    border-right-color: rgb(180 83 9 / 0.2);
  }

  .md\:border-r-amber-700\/25 {
    border-right-color: rgb(180 83 9 / 0.25);
  }

  .md\:border-r-amber-700\/30 {
    border-right-color: rgb(180 83 9 / 0.3);
  }

  .md\:border-r-amber-700\/35 {
    border-right-color: rgb(180 83 9 / 0.35);
  }

  .md\:border-r-amber-700\/40 {
    border-right-color: rgb(180 83 9 / 0.4);
  }

  .md\:border-r-amber-700\/45 {
    border-right-color: rgb(180 83 9 / 0.45);
  }

  .md\:border-r-amber-700\/5 {
    border-right-color: rgb(180 83 9 / 0.05);
  }

  .md\:border-r-amber-700\/50 {
    border-right-color: rgb(180 83 9 / 0.5);
  }

  .md\:border-r-amber-700\/55 {
    border-right-color: rgb(180 83 9 / 0.55);
  }

  .md\:border-r-amber-700\/60 {
    border-right-color: rgb(180 83 9 / 0.6);
  }

  .md\:border-r-amber-700\/65 {
    border-right-color: rgb(180 83 9 / 0.65);
  }

  .md\:border-r-amber-700\/70 {
    border-right-color: rgb(180 83 9 / 0.7);
  }

  .md\:border-r-amber-700\/75 {
    border-right-color: rgb(180 83 9 / 0.75);
  }

  .md\:border-r-amber-700\/80 {
    border-right-color: rgb(180 83 9 / 0.8);
  }

  .md\:border-r-amber-700\/85 {
    border-right-color: rgb(180 83 9 / 0.85);
  }

  .md\:border-r-amber-700\/90 {
    border-right-color: rgb(180 83 9 / 0.9);
  }

  .md\:border-r-amber-700\/95 {
    border-right-color: rgb(180 83 9 / 0.95);
  }

  .md\:border-r-amber-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(146 64 14 / var(--tw-border-opacity));
  }

  .md\:border-r-amber-800\/0 {
    border-right-color: rgb(146 64 14 / 0);
  }

  .md\:border-r-amber-800\/10 {
    border-right-color: rgb(146 64 14 / 0.1);
  }

  .md\:border-r-amber-800\/100 {
    border-right-color: rgb(146 64 14 / 1);
  }

  .md\:border-r-amber-800\/15 {
    border-right-color: rgb(146 64 14 / 0.15);
  }

  .md\:border-r-amber-800\/20 {
    border-right-color: rgb(146 64 14 / 0.2);
  }

  .md\:border-r-amber-800\/25 {
    border-right-color: rgb(146 64 14 / 0.25);
  }

  .md\:border-r-amber-800\/30 {
    border-right-color: rgb(146 64 14 / 0.3);
  }

  .md\:border-r-amber-800\/35 {
    border-right-color: rgb(146 64 14 / 0.35);
  }

  .md\:border-r-amber-800\/40 {
    border-right-color: rgb(146 64 14 / 0.4);
  }

  .md\:border-r-amber-800\/45 {
    border-right-color: rgb(146 64 14 / 0.45);
  }

  .md\:border-r-amber-800\/5 {
    border-right-color: rgb(146 64 14 / 0.05);
  }

  .md\:border-r-amber-800\/50 {
    border-right-color: rgb(146 64 14 / 0.5);
  }

  .md\:border-r-amber-800\/55 {
    border-right-color: rgb(146 64 14 / 0.55);
  }

  .md\:border-r-amber-800\/60 {
    border-right-color: rgb(146 64 14 / 0.6);
  }

  .md\:border-r-amber-800\/65 {
    border-right-color: rgb(146 64 14 / 0.65);
  }

  .md\:border-r-amber-800\/70 {
    border-right-color: rgb(146 64 14 / 0.7);
  }

  .md\:border-r-amber-800\/75 {
    border-right-color: rgb(146 64 14 / 0.75);
  }

  .md\:border-r-amber-800\/80 {
    border-right-color: rgb(146 64 14 / 0.8);
  }

  .md\:border-r-amber-800\/85 {
    border-right-color: rgb(146 64 14 / 0.85);
  }

  .md\:border-r-amber-800\/90 {
    border-right-color: rgb(146 64 14 / 0.9);
  }

  .md\:border-r-amber-800\/95 {
    border-right-color: rgb(146 64 14 / 0.95);
  }

  .md\:border-r-amber-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(120 53 15 / var(--tw-border-opacity));
  }

  .md\:border-r-amber-900\/0 {
    border-right-color: rgb(120 53 15 / 0);
  }

  .md\:border-r-amber-900\/10 {
    border-right-color: rgb(120 53 15 / 0.1);
  }

  .md\:border-r-amber-900\/100 {
    border-right-color: rgb(120 53 15 / 1);
  }

  .md\:border-r-amber-900\/15 {
    border-right-color: rgb(120 53 15 / 0.15);
  }

  .md\:border-r-amber-900\/20 {
    border-right-color: rgb(120 53 15 / 0.2);
  }

  .md\:border-r-amber-900\/25 {
    border-right-color: rgb(120 53 15 / 0.25);
  }

  .md\:border-r-amber-900\/30 {
    border-right-color: rgb(120 53 15 / 0.3);
  }

  .md\:border-r-amber-900\/35 {
    border-right-color: rgb(120 53 15 / 0.35);
  }

  .md\:border-r-amber-900\/40 {
    border-right-color: rgb(120 53 15 / 0.4);
  }

  .md\:border-r-amber-900\/45 {
    border-right-color: rgb(120 53 15 / 0.45);
  }

  .md\:border-r-amber-900\/5 {
    border-right-color: rgb(120 53 15 / 0.05);
  }

  .md\:border-r-amber-900\/50 {
    border-right-color: rgb(120 53 15 / 0.5);
  }

  .md\:border-r-amber-900\/55 {
    border-right-color: rgb(120 53 15 / 0.55);
  }

  .md\:border-r-amber-900\/60 {
    border-right-color: rgb(120 53 15 / 0.6);
  }

  .md\:border-r-amber-900\/65 {
    border-right-color: rgb(120 53 15 / 0.65);
  }

  .md\:border-r-amber-900\/70 {
    border-right-color: rgb(120 53 15 / 0.7);
  }

  .md\:border-r-amber-900\/75 {
    border-right-color: rgb(120 53 15 / 0.75);
  }

  .md\:border-r-amber-900\/80 {
    border-right-color: rgb(120 53 15 / 0.8);
  }

  .md\:border-r-amber-900\/85 {
    border-right-color: rgb(120 53 15 / 0.85);
  }

  .md\:border-r-amber-900\/90 {
    border-right-color: rgb(120 53 15 / 0.9);
  }

  .md\:border-r-amber-900\/95 {
    border-right-color: rgb(120 53 15 / 0.95);
  }

  .md\:border-r-amber-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(69 26 3 / var(--tw-border-opacity));
  }

  .md\:border-r-amber-950\/0 {
    border-right-color: rgb(69 26 3 / 0);
  }

  .md\:border-r-amber-950\/10 {
    border-right-color: rgb(69 26 3 / 0.1);
  }

  .md\:border-r-amber-950\/100 {
    border-right-color: rgb(69 26 3 / 1);
  }

  .md\:border-r-amber-950\/15 {
    border-right-color: rgb(69 26 3 / 0.15);
  }

  .md\:border-r-amber-950\/20 {
    border-right-color: rgb(69 26 3 / 0.2);
  }

  .md\:border-r-amber-950\/25 {
    border-right-color: rgb(69 26 3 / 0.25);
  }

  .md\:border-r-amber-950\/30 {
    border-right-color: rgb(69 26 3 / 0.3);
  }

  .md\:border-r-amber-950\/35 {
    border-right-color: rgb(69 26 3 / 0.35);
  }

  .md\:border-r-amber-950\/40 {
    border-right-color: rgb(69 26 3 / 0.4);
  }

  .md\:border-r-amber-950\/45 {
    border-right-color: rgb(69 26 3 / 0.45);
  }

  .md\:border-r-amber-950\/5 {
    border-right-color: rgb(69 26 3 / 0.05);
  }

  .md\:border-r-amber-950\/50 {
    border-right-color: rgb(69 26 3 / 0.5);
  }

  .md\:border-r-amber-950\/55 {
    border-right-color: rgb(69 26 3 / 0.55);
  }

  .md\:border-r-amber-950\/60 {
    border-right-color: rgb(69 26 3 / 0.6);
  }

  .md\:border-r-amber-950\/65 {
    border-right-color: rgb(69 26 3 / 0.65);
  }

  .md\:border-r-amber-950\/70 {
    border-right-color: rgb(69 26 3 / 0.7);
  }

  .md\:border-r-amber-950\/75 {
    border-right-color: rgb(69 26 3 / 0.75);
  }

  .md\:border-r-amber-950\/80 {
    border-right-color: rgb(69 26 3 / 0.8);
  }

  .md\:border-r-amber-950\/85 {
    border-right-color: rgb(69 26 3 / 0.85);
  }

  .md\:border-r-amber-950\/90 {
    border-right-color: rgb(69 26 3 / 0.9);
  }

  .md\:border-r-amber-950\/95 {
    border-right-color: rgb(69 26 3 / 0.95);
  }

  .md\:border-r-black {
    --tw-border-opacity: 1;
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .md\:border-r-black\/0 {
    border-right-color: rgb(0 0 0 / 0);
  }

  .md\:border-r-black\/10 {
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-r-black\/100 {
    border-right-color: rgb(0 0 0 / 1);
  }

  .md\:border-r-black\/15 {
    border-right-color: rgb(0 0 0 / 0.15);
  }

  .md\:border-r-black\/20 {
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-r-black\/25 {
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-r-black\/30 {
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-r-black\/35 {
    border-right-color: rgb(0 0 0 / 0.35);
  }

  .md\:border-r-black\/40 {
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-r-black\/45 {
    border-right-color: rgb(0 0 0 / 0.45);
  }

  .md\:border-r-black\/5 {
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-r-black\/50 {
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-r-black\/55 {
    border-right-color: rgb(0 0 0 / 0.55);
  }

  .md\:border-r-black\/60 {
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-r-black\/65 {
    border-right-color: rgb(0 0 0 / 0.65);
  }

  .md\:border-r-black\/70 {
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-r-black\/75 {
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-r-black\/80 {
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-r-black\/85 {
    border-right-color: rgb(0 0 0 / 0.85);
  }

  .md\:border-r-black\/90 {
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-r-black\/95 {
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-r-blue-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(219 234 254 / var(--tw-border-opacity));
  }

  .md\:border-r-blue-100\/0 {
    border-right-color: rgb(219 234 254 / 0);
  }

  .md\:border-r-blue-100\/10 {
    border-right-color: rgb(219 234 254 / 0.1);
  }

  .md\:border-r-blue-100\/100 {
    border-right-color: rgb(219 234 254 / 1);
  }

  .md\:border-r-blue-100\/15 {
    border-right-color: rgb(219 234 254 / 0.15);
  }

  .md\:border-r-blue-100\/20 {
    border-right-color: rgb(219 234 254 / 0.2);
  }

  .md\:border-r-blue-100\/25 {
    border-right-color: rgb(219 234 254 / 0.25);
  }

  .md\:border-r-blue-100\/30 {
    border-right-color: rgb(219 234 254 / 0.3);
  }

  .md\:border-r-blue-100\/35 {
    border-right-color: rgb(219 234 254 / 0.35);
  }

  .md\:border-r-blue-100\/40 {
    border-right-color: rgb(219 234 254 / 0.4);
  }

  .md\:border-r-blue-100\/45 {
    border-right-color: rgb(219 234 254 / 0.45);
  }

  .md\:border-r-blue-100\/5 {
    border-right-color: rgb(219 234 254 / 0.05);
  }

  .md\:border-r-blue-100\/50 {
    border-right-color: rgb(219 234 254 / 0.5);
  }

  .md\:border-r-blue-100\/55 {
    border-right-color: rgb(219 234 254 / 0.55);
  }

  .md\:border-r-blue-100\/60 {
    border-right-color: rgb(219 234 254 / 0.6);
  }

  .md\:border-r-blue-100\/65 {
    border-right-color: rgb(219 234 254 / 0.65);
  }

  .md\:border-r-blue-100\/70 {
    border-right-color: rgb(219 234 254 / 0.7);
  }

  .md\:border-r-blue-100\/75 {
    border-right-color: rgb(219 234 254 / 0.75);
  }

  .md\:border-r-blue-100\/80 {
    border-right-color: rgb(219 234 254 / 0.8);
  }

  .md\:border-r-blue-100\/85 {
    border-right-color: rgb(219 234 254 / 0.85);
  }

  .md\:border-r-blue-100\/90 {
    border-right-color: rgb(219 234 254 / 0.9);
  }

  .md\:border-r-blue-100\/95 {
    border-right-color: rgb(219 234 254 / 0.95);
  }

  .md\:border-r-blue-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(191 219 254 / var(--tw-border-opacity));
  }

  .md\:border-r-blue-200\/0 {
    border-right-color: rgb(191 219 254 / 0);
  }

  .md\:border-r-blue-200\/10 {
    border-right-color: rgb(191 219 254 / 0.1);
  }

  .md\:border-r-blue-200\/100 {
    border-right-color: rgb(191 219 254 / 1);
  }

  .md\:border-r-blue-200\/15 {
    border-right-color: rgb(191 219 254 / 0.15);
  }

  .md\:border-r-blue-200\/20 {
    border-right-color: rgb(191 219 254 / 0.2);
  }

  .md\:border-r-blue-200\/25 {
    border-right-color: rgb(191 219 254 / 0.25);
  }

  .md\:border-r-blue-200\/30 {
    border-right-color: rgb(191 219 254 / 0.3);
  }

  .md\:border-r-blue-200\/35 {
    border-right-color: rgb(191 219 254 / 0.35);
  }

  .md\:border-r-blue-200\/40 {
    border-right-color: rgb(191 219 254 / 0.4);
  }

  .md\:border-r-blue-200\/45 {
    border-right-color: rgb(191 219 254 / 0.45);
  }

  .md\:border-r-blue-200\/5 {
    border-right-color: rgb(191 219 254 / 0.05);
  }

  .md\:border-r-blue-200\/50 {
    border-right-color: rgb(191 219 254 / 0.5);
  }

  .md\:border-r-blue-200\/55 {
    border-right-color: rgb(191 219 254 / 0.55);
  }

  .md\:border-r-blue-200\/60 {
    border-right-color: rgb(191 219 254 / 0.6);
  }

  .md\:border-r-blue-200\/65 {
    border-right-color: rgb(191 219 254 / 0.65);
  }

  .md\:border-r-blue-200\/70 {
    border-right-color: rgb(191 219 254 / 0.7);
  }

  .md\:border-r-blue-200\/75 {
    border-right-color: rgb(191 219 254 / 0.75);
  }

  .md\:border-r-blue-200\/80 {
    border-right-color: rgb(191 219 254 / 0.8);
  }

  .md\:border-r-blue-200\/85 {
    border-right-color: rgb(191 219 254 / 0.85);
  }

  .md\:border-r-blue-200\/90 {
    border-right-color: rgb(191 219 254 / 0.9);
  }

  .md\:border-r-blue-200\/95 {
    border-right-color: rgb(191 219 254 / 0.95);
  }

  .md\:border-r-blue-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(147 197 253 / var(--tw-border-opacity));
  }

  .md\:border-r-blue-300\/0 {
    border-right-color: rgb(147 197 253 / 0);
  }

  .md\:border-r-blue-300\/10 {
    border-right-color: rgb(147 197 253 / 0.1);
  }

  .md\:border-r-blue-300\/100 {
    border-right-color: rgb(147 197 253 / 1);
  }

  .md\:border-r-blue-300\/15 {
    border-right-color: rgb(147 197 253 / 0.15);
  }

  .md\:border-r-blue-300\/20 {
    border-right-color: rgb(147 197 253 / 0.2);
  }

  .md\:border-r-blue-300\/25 {
    border-right-color: rgb(147 197 253 / 0.25);
  }

  .md\:border-r-blue-300\/30 {
    border-right-color: rgb(147 197 253 / 0.3);
  }

  .md\:border-r-blue-300\/35 {
    border-right-color: rgb(147 197 253 / 0.35);
  }

  .md\:border-r-blue-300\/40 {
    border-right-color: rgb(147 197 253 / 0.4);
  }

  .md\:border-r-blue-300\/45 {
    border-right-color: rgb(147 197 253 / 0.45);
  }

  .md\:border-r-blue-300\/5 {
    border-right-color: rgb(147 197 253 / 0.05);
  }

  .md\:border-r-blue-300\/50 {
    border-right-color: rgb(147 197 253 / 0.5);
  }

  .md\:border-r-blue-300\/55 {
    border-right-color: rgb(147 197 253 / 0.55);
  }

  .md\:border-r-blue-300\/60 {
    border-right-color: rgb(147 197 253 / 0.6);
  }

  .md\:border-r-blue-300\/65 {
    border-right-color: rgb(147 197 253 / 0.65);
  }

  .md\:border-r-blue-300\/70 {
    border-right-color: rgb(147 197 253 / 0.7);
  }

  .md\:border-r-blue-300\/75 {
    border-right-color: rgb(147 197 253 / 0.75);
  }

  .md\:border-r-blue-300\/80 {
    border-right-color: rgb(147 197 253 / 0.8);
  }

  .md\:border-r-blue-300\/85 {
    border-right-color: rgb(147 197 253 / 0.85);
  }

  .md\:border-r-blue-300\/90 {
    border-right-color: rgb(147 197 253 / 0.9);
  }

  .md\:border-r-blue-300\/95 {
    border-right-color: rgb(147 197 253 / 0.95);
  }

  .md\:border-r-blue-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(96 165 250 / var(--tw-border-opacity));
  }

  .md\:border-r-blue-400\/0 {
    border-right-color: rgb(96 165 250 / 0);
  }

  .md\:border-r-blue-400\/10 {
    border-right-color: rgb(96 165 250 / 0.1);
  }

  .md\:border-r-blue-400\/100 {
    border-right-color: rgb(96 165 250 / 1);
  }

  .md\:border-r-blue-400\/15 {
    border-right-color: rgb(96 165 250 / 0.15);
  }

  .md\:border-r-blue-400\/20 {
    border-right-color: rgb(96 165 250 / 0.2);
  }

  .md\:border-r-blue-400\/25 {
    border-right-color: rgb(96 165 250 / 0.25);
  }

  .md\:border-r-blue-400\/30 {
    border-right-color: rgb(96 165 250 / 0.3);
  }

  .md\:border-r-blue-400\/35 {
    border-right-color: rgb(96 165 250 / 0.35);
  }

  .md\:border-r-blue-400\/40 {
    border-right-color: rgb(96 165 250 / 0.4);
  }

  .md\:border-r-blue-400\/45 {
    border-right-color: rgb(96 165 250 / 0.45);
  }

  .md\:border-r-blue-400\/5 {
    border-right-color: rgb(96 165 250 / 0.05);
  }

  .md\:border-r-blue-400\/50 {
    border-right-color: rgb(96 165 250 / 0.5);
  }

  .md\:border-r-blue-400\/55 {
    border-right-color: rgb(96 165 250 / 0.55);
  }

  .md\:border-r-blue-400\/60 {
    border-right-color: rgb(96 165 250 / 0.6);
  }

  .md\:border-r-blue-400\/65 {
    border-right-color: rgb(96 165 250 / 0.65);
  }

  .md\:border-r-blue-400\/70 {
    border-right-color: rgb(96 165 250 / 0.7);
  }

  .md\:border-r-blue-400\/75 {
    border-right-color: rgb(96 165 250 / 0.75);
  }

  .md\:border-r-blue-400\/80 {
    border-right-color: rgb(96 165 250 / 0.8);
  }

  .md\:border-r-blue-400\/85 {
    border-right-color: rgb(96 165 250 / 0.85);
  }

  .md\:border-r-blue-400\/90 {
    border-right-color: rgb(96 165 250 / 0.9);
  }

  .md\:border-r-blue-400\/95 {
    border-right-color: rgb(96 165 250 / 0.95);
  }

  .md\:border-r-blue-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(239 246 255 / var(--tw-border-opacity));
  }

  .md\:border-r-blue-50\/0 {
    border-right-color: rgb(239 246 255 / 0);
  }

  .md\:border-r-blue-50\/10 {
    border-right-color: rgb(239 246 255 / 0.1);
  }

  .md\:border-r-blue-50\/100 {
    border-right-color: rgb(239 246 255 / 1);
  }

  .md\:border-r-blue-50\/15 {
    border-right-color: rgb(239 246 255 / 0.15);
  }

  .md\:border-r-blue-50\/20 {
    border-right-color: rgb(239 246 255 / 0.2);
  }

  .md\:border-r-blue-50\/25 {
    border-right-color: rgb(239 246 255 / 0.25);
  }

  .md\:border-r-blue-50\/30 {
    border-right-color: rgb(239 246 255 / 0.3);
  }

  .md\:border-r-blue-50\/35 {
    border-right-color: rgb(239 246 255 / 0.35);
  }

  .md\:border-r-blue-50\/40 {
    border-right-color: rgb(239 246 255 / 0.4);
  }

  .md\:border-r-blue-50\/45 {
    border-right-color: rgb(239 246 255 / 0.45);
  }

  .md\:border-r-blue-50\/5 {
    border-right-color: rgb(239 246 255 / 0.05);
  }

  .md\:border-r-blue-50\/50 {
    border-right-color: rgb(239 246 255 / 0.5);
  }

  .md\:border-r-blue-50\/55 {
    border-right-color: rgb(239 246 255 / 0.55);
  }

  .md\:border-r-blue-50\/60 {
    border-right-color: rgb(239 246 255 / 0.6);
  }

  .md\:border-r-blue-50\/65 {
    border-right-color: rgb(239 246 255 / 0.65);
  }

  .md\:border-r-blue-50\/70 {
    border-right-color: rgb(239 246 255 / 0.7);
  }

  .md\:border-r-blue-50\/75 {
    border-right-color: rgb(239 246 255 / 0.75);
  }

  .md\:border-r-blue-50\/80 {
    border-right-color: rgb(239 246 255 / 0.8);
  }

  .md\:border-r-blue-50\/85 {
    border-right-color: rgb(239 246 255 / 0.85);
  }

  .md\:border-r-blue-50\/90 {
    border-right-color: rgb(239 246 255 / 0.9);
  }

  .md\:border-r-blue-50\/95 {
    border-right-color: rgb(239 246 255 / 0.95);
  }

  .md\:border-r-blue-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(59 130 246 / var(--tw-border-opacity));
  }

  .md\:border-r-blue-500\/0 {
    border-right-color: rgb(59 130 246 / 0);
  }

  .md\:border-r-blue-500\/10 {
    border-right-color: rgb(59 130 246 / 0.1);
  }

  .md\:border-r-blue-500\/100 {
    border-right-color: rgb(59 130 246 / 1);
  }

  .md\:border-r-blue-500\/15 {
    border-right-color: rgb(59 130 246 / 0.15);
  }

  .md\:border-r-blue-500\/20 {
    border-right-color: rgb(59 130 246 / 0.2);
  }

  .md\:border-r-blue-500\/25 {
    border-right-color: rgb(59 130 246 / 0.25);
  }

  .md\:border-r-blue-500\/30 {
    border-right-color: rgb(59 130 246 / 0.3);
  }

  .md\:border-r-blue-500\/35 {
    border-right-color: rgb(59 130 246 / 0.35);
  }

  .md\:border-r-blue-500\/40 {
    border-right-color: rgb(59 130 246 / 0.4);
  }

  .md\:border-r-blue-500\/45 {
    border-right-color: rgb(59 130 246 / 0.45);
  }

  .md\:border-r-blue-500\/5 {
    border-right-color: rgb(59 130 246 / 0.05);
  }

  .md\:border-r-blue-500\/50 {
    border-right-color: rgb(59 130 246 / 0.5);
  }

  .md\:border-r-blue-500\/55 {
    border-right-color: rgb(59 130 246 / 0.55);
  }

  .md\:border-r-blue-500\/60 {
    border-right-color: rgb(59 130 246 / 0.6);
  }

  .md\:border-r-blue-500\/65 {
    border-right-color: rgb(59 130 246 / 0.65);
  }

  .md\:border-r-blue-500\/70 {
    border-right-color: rgb(59 130 246 / 0.7);
  }

  .md\:border-r-blue-500\/75 {
    border-right-color: rgb(59 130 246 / 0.75);
  }

  .md\:border-r-blue-500\/80 {
    border-right-color: rgb(59 130 246 / 0.8);
  }

  .md\:border-r-blue-500\/85 {
    border-right-color: rgb(59 130 246 / 0.85);
  }

  .md\:border-r-blue-500\/90 {
    border-right-color: rgb(59 130 246 / 0.9);
  }

  .md\:border-r-blue-500\/95 {
    border-right-color: rgb(59 130 246 / 0.95);
  }

  .md\:border-r-blue-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(37 99 235 / var(--tw-border-opacity));
  }

  .md\:border-r-blue-600\/0 {
    border-right-color: rgb(37 99 235 / 0);
  }

  .md\:border-r-blue-600\/10 {
    border-right-color: rgb(37 99 235 / 0.1);
  }

  .md\:border-r-blue-600\/100 {
    border-right-color: rgb(37 99 235 / 1);
  }

  .md\:border-r-blue-600\/15 {
    border-right-color: rgb(37 99 235 / 0.15);
  }

  .md\:border-r-blue-600\/20 {
    border-right-color: rgb(37 99 235 / 0.2);
  }

  .md\:border-r-blue-600\/25 {
    border-right-color: rgb(37 99 235 / 0.25);
  }

  .md\:border-r-blue-600\/30 {
    border-right-color: rgb(37 99 235 / 0.3);
  }

  .md\:border-r-blue-600\/35 {
    border-right-color: rgb(37 99 235 / 0.35);
  }

  .md\:border-r-blue-600\/40 {
    border-right-color: rgb(37 99 235 / 0.4);
  }

  .md\:border-r-blue-600\/45 {
    border-right-color: rgb(37 99 235 / 0.45);
  }

  .md\:border-r-blue-600\/5 {
    border-right-color: rgb(37 99 235 / 0.05);
  }

  .md\:border-r-blue-600\/50 {
    border-right-color: rgb(37 99 235 / 0.5);
  }

  .md\:border-r-blue-600\/55 {
    border-right-color: rgb(37 99 235 / 0.55);
  }

  .md\:border-r-blue-600\/60 {
    border-right-color: rgb(37 99 235 / 0.6);
  }

  .md\:border-r-blue-600\/65 {
    border-right-color: rgb(37 99 235 / 0.65);
  }

  .md\:border-r-blue-600\/70 {
    border-right-color: rgb(37 99 235 / 0.7);
  }

  .md\:border-r-blue-600\/75 {
    border-right-color: rgb(37 99 235 / 0.75);
  }

  .md\:border-r-blue-600\/80 {
    border-right-color: rgb(37 99 235 / 0.8);
  }

  .md\:border-r-blue-600\/85 {
    border-right-color: rgb(37 99 235 / 0.85);
  }

  .md\:border-r-blue-600\/90 {
    border-right-color: rgb(37 99 235 / 0.9);
  }

  .md\:border-r-blue-600\/95 {
    border-right-color: rgb(37 99 235 / 0.95);
  }

  .md\:border-r-blue-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(29 78 216 / var(--tw-border-opacity));
  }

  .md\:border-r-blue-700\/0 {
    border-right-color: rgb(29 78 216 / 0);
  }

  .md\:border-r-blue-700\/10 {
    border-right-color: rgb(29 78 216 / 0.1);
  }

  .md\:border-r-blue-700\/100 {
    border-right-color: rgb(29 78 216 / 1);
  }

  .md\:border-r-blue-700\/15 {
    border-right-color: rgb(29 78 216 / 0.15);
  }

  .md\:border-r-blue-700\/20 {
    border-right-color: rgb(29 78 216 / 0.2);
  }

  .md\:border-r-blue-700\/25 {
    border-right-color: rgb(29 78 216 / 0.25);
  }

  .md\:border-r-blue-700\/30 {
    border-right-color: rgb(29 78 216 / 0.3);
  }

  .md\:border-r-blue-700\/35 {
    border-right-color: rgb(29 78 216 / 0.35);
  }

  .md\:border-r-blue-700\/40 {
    border-right-color: rgb(29 78 216 / 0.4);
  }

  .md\:border-r-blue-700\/45 {
    border-right-color: rgb(29 78 216 / 0.45);
  }

  .md\:border-r-blue-700\/5 {
    border-right-color: rgb(29 78 216 / 0.05);
  }

  .md\:border-r-blue-700\/50 {
    border-right-color: rgb(29 78 216 / 0.5);
  }

  .md\:border-r-blue-700\/55 {
    border-right-color: rgb(29 78 216 / 0.55);
  }

  .md\:border-r-blue-700\/60 {
    border-right-color: rgb(29 78 216 / 0.6);
  }

  .md\:border-r-blue-700\/65 {
    border-right-color: rgb(29 78 216 / 0.65);
  }

  .md\:border-r-blue-700\/70 {
    border-right-color: rgb(29 78 216 / 0.7);
  }

  .md\:border-r-blue-700\/75 {
    border-right-color: rgb(29 78 216 / 0.75);
  }

  .md\:border-r-blue-700\/80 {
    border-right-color: rgb(29 78 216 / 0.8);
  }

  .md\:border-r-blue-700\/85 {
    border-right-color: rgb(29 78 216 / 0.85);
  }

  .md\:border-r-blue-700\/90 {
    border-right-color: rgb(29 78 216 / 0.9);
  }

  .md\:border-r-blue-700\/95 {
    border-right-color: rgb(29 78 216 / 0.95);
  }

  .md\:border-r-blue-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(30 64 175 / var(--tw-border-opacity));
  }

  .md\:border-r-blue-800\/0 {
    border-right-color: rgb(30 64 175 / 0);
  }

  .md\:border-r-blue-800\/10 {
    border-right-color: rgb(30 64 175 / 0.1);
  }

  .md\:border-r-blue-800\/100 {
    border-right-color: rgb(30 64 175 / 1);
  }

  .md\:border-r-blue-800\/15 {
    border-right-color: rgb(30 64 175 / 0.15);
  }

  .md\:border-r-blue-800\/20 {
    border-right-color: rgb(30 64 175 / 0.2);
  }

  .md\:border-r-blue-800\/25 {
    border-right-color: rgb(30 64 175 / 0.25);
  }

  .md\:border-r-blue-800\/30 {
    border-right-color: rgb(30 64 175 / 0.3);
  }

  .md\:border-r-blue-800\/35 {
    border-right-color: rgb(30 64 175 / 0.35);
  }

  .md\:border-r-blue-800\/40 {
    border-right-color: rgb(30 64 175 / 0.4);
  }

  .md\:border-r-blue-800\/45 {
    border-right-color: rgb(30 64 175 / 0.45);
  }

  .md\:border-r-blue-800\/5 {
    border-right-color: rgb(30 64 175 / 0.05);
  }

  .md\:border-r-blue-800\/50 {
    border-right-color: rgb(30 64 175 / 0.5);
  }

  .md\:border-r-blue-800\/55 {
    border-right-color: rgb(30 64 175 / 0.55);
  }

  .md\:border-r-blue-800\/60 {
    border-right-color: rgb(30 64 175 / 0.6);
  }

  .md\:border-r-blue-800\/65 {
    border-right-color: rgb(30 64 175 / 0.65);
  }

  .md\:border-r-blue-800\/70 {
    border-right-color: rgb(30 64 175 / 0.7);
  }

  .md\:border-r-blue-800\/75 {
    border-right-color: rgb(30 64 175 / 0.75);
  }

  .md\:border-r-blue-800\/80 {
    border-right-color: rgb(30 64 175 / 0.8);
  }

  .md\:border-r-blue-800\/85 {
    border-right-color: rgb(30 64 175 / 0.85);
  }

  .md\:border-r-blue-800\/90 {
    border-right-color: rgb(30 64 175 / 0.9);
  }

  .md\:border-r-blue-800\/95 {
    border-right-color: rgb(30 64 175 / 0.95);
  }

  .md\:border-r-blue-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(30 58 138 / var(--tw-border-opacity));
  }

  .md\:border-r-blue-900\/0 {
    border-right-color: rgb(30 58 138 / 0);
  }

  .md\:border-r-blue-900\/10 {
    border-right-color: rgb(30 58 138 / 0.1);
  }

  .md\:border-r-blue-900\/100 {
    border-right-color: rgb(30 58 138 / 1);
  }

  .md\:border-r-blue-900\/15 {
    border-right-color: rgb(30 58 138 / 0.15);
  }

  .md\:border-r-blue-900\/20 {
    border-right-color: rgb(30 58 138 / 0.2);
  }

  .md\:border-r-blue-900\/25 {
    border-right-color: rgb(30 58 138 / 0.25);
  }

  .md\:border-r-blue-900\/30 {
    border-right-color: rgb(30 58 138 / 0.3);
  }

  .md\:border-r-blue-900\/35 {
    border-right-color: rgb(30 58 138 / 0.35);
  }

  .md\:border-r-blue-900\/40 {
    border-right-color: rgb(30 58 138 / 0.4);
  }

  .md\:border-r-blue-900\/45 {
    border-right-color: rgb(30 58 138 / 0.45);
  }

  .md\:border-r-blue-900\/5 {
    border-right-color: rgb(30 58 138 / 0.05);
  }

  .md\:border-r-blue-900\/50 {
    border-right-color: rgb(30 58 138 / 0.5);
  }

  .md\:border-r-blue-900\/55 {
    border-right-color: rgb(30 58 138 / 0.55);
  }

  .md\:border-r-blue-900\/60 {
    border-right-color: rgb(30 58 138 / 0.6);
  }

  .md\:border-r-blue-900\/65 {
    border-right-color: rgb(30 58 138 / 0.65);
  }

  .md\:border-r-blue-900\/70 {
    border-right-color: rgb(30 58 138 / 0.7);
  }

  .md\:border-r-blue-900\/75 {
    border-right-color: rgb(30 58 138 / 0.75);
  }

  .md\:border-r-blue-900\/80 {
    border-right-color: rgb(30 58 138 / 0.8);
  }

  .md\:border-r-blue-900\/85 {
    border-right-color: rgb(30 58 138 / 0.85);
  }

  .md\:border-r-blue-900\/90 {
    border-right-color: rgb(30 58 138 / 0.9);
  }

  .md\:border-r-blue-900\/95 {
    border-right-color: rgb(30 58 138 / 0.95);
  }

  .md\:border-r-blue-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(23 37 84 / var(--tw-border-opacity));
  }

  .md\:border-r-blue-950\/0 {
    border-right-color: rgb(23 37 84 / 0);
  }

  .md\:border-r-blue-950\/10 {
    border-right-color: rgb(23 37 84 / 0.1);
  }

  .md\:border-r-blue-950\/100 {
    border-right-color: rgb(23 37 84 / 1);
  }

  .md\:border-r-blue-950\/15 {
    border-right-color: rgb(23 37 84 / 0.15);
  }

  .md\:border-r-blue-950\/20 {
    border-right-color: rgb(23 37 84 / 0.2);
  }

  .md\:border-r-blue-950\/25 {
    border-right-color: rgb(23 37 84 / 0.25);
  }

  .md\:border-r-blue-950\/30 {
    border-right-color: rgb(23 37 84 / 0.3);
  }

  .md\:border-r-blue-950\/35 {
    border-right-color: rgb(23 37 84 / 0.35);
  }

  .md\:border-r-blue-950\/40 {
    border-right-color: rgb(23 37 84 / 0.4);
  }

  .md\:border-r-blue-950\/45 {
    border-right-color: rgb(23 37 84 / 0.45);
  }

  .md\:border-r-blue-950\/5 {
    border-right-color: rgb(23 37 84 / 0.05);
  }

  .md\:border-r-blue-950\/50 {
    border-right-color: rgb(23 37 84 / 0.5);
  }

  .md\:border-r-blue-950\/55 {
    border-right-color: rgb(23 37 84 / 0.55);
  }

  .md\:border-r-blue-950\/60 {
    border-right-color: rgb(23 37 84 / 0.6);
  }

  .md\:border-r-blue-950\/65 {
    border-right-color: rgb(23 37 84 / 0.65);
  }

  .md\:border-r-blue-950\/70 {
    border-right-color: rgb(23 37 84 / 0.7);
  }

  .md\:border-r-blue-950\/75 {
    border-right-color: rgb(23 37 84 / 0.75);
  }

  .md\:border-r-blue-950\/80 {
    border-right-color: rgb(23 37 84 / 0.8);
  }

  .md\:border-r-blue-950\/85 {
    border-right-color: rgb(23 37 84 / 0.85);
  }

  .md\:border-r-blue-950\/90 {
    border-right-color: rgb(23 37 84 / 0.9);
  }

  .md\:border-r-blue-950\/95 {
    border-right-color: rgb(23 37 84 / 0.95);
  }

  .md\:border-r-current {
    border-right-color: currentColor;
  }

  .md\:border-r-cyan-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(207 250 254 / var(--tw-border-opacity));
  }

  .md\:border-r-cyan-100\/0 {
    border-right-color: rgb(207 250 254 / 0);
  }

  .md\:border-r-cyan-100\/10 {
    border-right-color: rgb(207 250 254 / 0.1);
  }

  .md\:border-r-cyan-100\/100 {
    border-right-color: rgb(207 250 254 / 1);
  }

  .md\:border-r-cyan-100\/15 {
    border-right-color: rgb(207 250 254 / 0.15);
  }

  .md\:border-r-cyan-100\/20 {
    border-right-color: rgb(207 250 254 / 0.2);
  }

  .md\:border-r-cyan-100\/25 {
    border-right-color: rgb(207 250 254 / 0.25);
  }

  .md\:border-r-cyan-100\/30 {
    border-right-color: rgb(207 250 254 / 0.3);
  }

  .md\:border-r-cyan-100\/35 {
    border-right-color: rgb(207 250 254 / 0.35);
  }

  .md\:border-r-cyan-100\/40 {
    border-right-color: rgb(207 250 254 / 0.4);
  }

  .md\:border-r-cyan-100\/45 {
    border-right-color: rgb(207 250 254 / 0.45);
  }

  .md\:border-r-cyan-100\/5 {
    border-right-color: rgb(207 250 254 / 0.05);
  }

  .md\:border-r-cyan-100\/50 {
    border-right-color: rgb(207 250 254 / 0.5);
  }

  .md\:border-r-cyan-100\/55 {
    border-right-color: rgb(207 250 254 / 0.55);
  }

  .md\:border-r-cyan-100\/60 {
    border-right-color: rgb(207 250 254 / 0.6);
  }

  .md\:border-r-cyan-100\/65 {
    border-right-color: rgb(207 250 254 / 0.65);
  }

  .md\:border-r-cyan-100\/70 {
    border-right-color: rgb(207 250 254 / 0.7);
  }

  .md\:border-r-cyan-100\/75 {
    border-right-color: rgb(207 250 254 / 0.75);
  }

  .md\:border-r-cyan-100\/80 {
    border-right-color: rgb(207 250 254 / 0.8);
  }

  .md\:border-r-cyan-100\/85 {
    border-right-color: rgb(207 250 254 / 0.85);
  }

  .md\:border-r-cyan-100\/90 {
    border-right-color: rgb(207 250 254 / 0.9);
  }

  .md\:border-r-cyan-100\/95 {
    border-right-color: rgb(207 250 254 / 0.95);
  }

  .md\:border-r-cyan-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(165 243 252 / var(--tw-border-opacity));
  }

  .md\:border-r-cyan-200\/0 {
    border-right-color: rgb(165 243 252 / 0);
  }

  .md\:border-r-cyan-200\/10 {
    border-right-color: rgb(165 243 252 / 0.1);
  }

  .md\:border-r-cyan-200\/100 {
    border-right-color: rgb(165 243 252 / 1);
  }

  .md\:border-r-cyan-200\/15 {
    border-right-color: rgb(165 243 252 / 0.15);
  }

  .md\:border-r-cyan-200\/20 {
    border-right-color: rgb(165 243 252 / 0.2);
  }

  .md\:border-r-cyan-200\/25 {
    border-right-color: rgb(165 243 252 / 0.25);
  }

  .md\:border-r-cyan-200\/30 {
    border-right-color: rgb(165 243 252 / 0.3);
  }

  .md\:border-r-cyan-200\/35 {
    border-right-color: rgb(165 243 252 / 0.35);
  }

  .md\:border-r-cyan-200\/40 {
    border-right-color: rgb(165 243 252 / 0.4);
  }

  .md\:border-r-cyan-200\/45 {
    border-right-color: rgb(165 243 252 / 0.45);
  }

  .md\:border-r-cyan-200\/5 {
    border-right-color: rgb(165 243 252 / 0.05);
  }

  .md\:border-r-cyan-200\/50 {
    border-right-color: rgb(165 243 252 / 0.5);
  }

  .md\:border-r-cyan-200\/55 {
    border-right-color: rgb(165 243 252 / 0.55);
  }

  .md\:border-r-cyan-200\/60 {
    border-right-color: rgb(165 243 252 / 0.6);
  }

  .md\:border-r-cyan-200\/65 {
    border-right-color: rgb(165 243 252 / 0.65);
  }

  .md\:border-r-cyan-200\/70 {
    border-right-color: rgb(165 243 252 / 0.7);
  }

  .md\:border-r-cyan-200\/75 {
    border-right-color: rgb(165 243 252 / 0.75);
  }

  .md\:border-r-cyan-200\/80 {
    border-right-color: rgb(165 243 252 / 0.8);
  }

  .md\:border-r-cyan-200\/85 {
    border-right-color: rgb(165 243 252 / 0.85);
  }

  .md\:border-r-cyan-200\/90 {
    border-right-color: rgb(165 243 252 / 0.9);
  }

  .md\:border-r-cyan-200\/95 {
    border-right-color: rgb(165 243 252 / 0.95);
  }

  .md\:border-r-cyan-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(103 232 249 / var(--tw-border-opacity));
  }

  .md\:border-r-cyan-300\/0 {
    border-right-color: rgb(103 232 249 / 0);
  }

  .md\:border-r-cyan-300\/10 {
    border-right-color: rgb(103 232 249 / 0.1);
  }

  .md\:border-r-cyan-300\/100 {
    border-right-color: rgb(103 232 249 / 1);
  }

  .md\:border-r-cyan-300\/15 {
    border-right-color: rgb(103 232 249 / 0.15);
  }

  .md\:border-r-cyan-300\/20 {
    border-right-color: rgb(103 232 249 / 0.2);
  }

  .md\:border-r-cyan-300\/25 {
    border-right-color: rgb(103 232 249 / 0.25);
  }

  .md\:border-r-cyan-300\/30 {
    border-right-color: rgb(103 232 249 / 0.3);
  }

  .md\:border-r-cyan-300\/35 {
    border-right-color: rgb(103 232 249 / 0.35);
  }

  .md\:border-r-cyan-300\/40 {
    border-right-color: rgb(103 232 249 / 0.4);
  }

  .md\:border-r-cyan-300\/45 {
    border-right-color: rgb(103 232 249 / 0.45);
  }

  .md\:border-r-cyan-300\/5 {
    border-right-color: rgb(103 232 249 / 0.05);
  }

  .md\:border-r-cyan-300\/50 {
    border-right-color: rgb(103 232 249 / 0.5);
  }

  .md\:border-r-cyan-300\/55 {
    border-right-color: rgb(103 232 249 / 0.55);
  }

  .md\:border-r-cyan-300\/60 {
    border-right-color: rgb(103 232 249 / 0.6);
  }

  .md\:border-r-cyan-300\/65 {
    border-right-color: rgb(103 232 249 / 0.65);
  }

  .md\:border-r-cyan-300\/70 {
    border-right-color: rgb(103 232 249 / 0.7);
  }

  .md\:border-r-cyan-300\/75 {
    border-right-color: rgb(103 232 249 / 0.75);
  }

  .md\:border-r-cyan-300\/80 {
    border-right-color: rgb(103 232 249 / 0.8);
  }

  .md\:border-r-cyan-300\/85 {
    border-right-color: rgb(103 232 249 / 0.85);
  }

  .md\:border-r-cyan-300\/90 {
    border-right-color: rgb(103 232 249 / 0.9);
  }

  .md\:border-r-cyan-300\/95 {
    border-right-color: rgb(103 232 249 / 0.95);
  }

  .md\:border-r-cyan-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(34 211 238 / var(--tw-border-opacity));
  }

  .md\:border-r-cyan-400\/0 {
    border-right-color: rgb(34 211 238 / 0);
  }

  .md\:border-r-cyan-400\/10 {
    border-right-color: rgb(34 211 238 / 0.1);
  }

  .md\:border-r-cyan-400\/100 {
    border-right-color: rgb(34 211 238 / 1);
  }

  .md\:border-r-cyan-400\/15 {
    border-right-color: rgb(34 211 238 / 0.15);
  }

  .md\:border-r-cyan-400\/20 {
    border-right-color: rgb(34 211 238 / 0.2);
  }

  .md\:border-r-cyan-400\/25 {
    border-right-color: rgb(34 211 238 / 0.25);
  }

  .md\:border-r-cyan-400\/30 {
    border-right-color: rgb(34 211 238 / 0.3);
  }

  .md\:border-r-cyan-400\/35 {
    border-right-color: rgb(34 211 238 / 0.35);
  }

  .md\:border-r-cyan-400\/40 {
    border-right-color: rgb(34 211 238 / 0.4);
  }

  .md\:border-r-cyan-400\/45 {
    border-right-color: rgb(34 211 238 / 0.45);
  }

  .md\:border-r-cyan-400\/5 {
    border-right-color: rgb(34 211 238 / 0.05);
  }

  .md\:border-r-cyan-400\/50 {
    border-right-color: rgb(34 211 238 / 0.5);
  }

  .md\:border-r-cyan-400\/55 {
    border-right-color: rgb(34 211 238 / 0.55);
  }

  .md\:border-r-cyan-400\/60 {
    border-right-color: rgb(34 211 238 / 0.6);
  }

  .md\:border-r-cyan-400\/65 {
    border-right-color: rgb(34 211 238 / 0.65);
  }

  .md\:border-r-cyan-400\/70 {
    border-right-color: rgb(34 211 238 / 0.7);
  }

  .md\:border-r-cyan-400\/75 {
    border-right-color: rgb(34 211 238 / 0.75);
  }

  .md\:border-r-cyan-400\/80 {
    border-right-color: rgb(34 211 238 / 0.8);
  }

  .md\:border-r-cyan-400\/85 {
    border-right-color: rgb(34 211 238 / 0.85);
  }

  .md\:border-r-cyan-400\/90 {
    border-right-color: rgb(34 211 238 / 0.9);
  }

  .md\:border-r-cyan-400\/95 {
    border-right-color: rgb(34 211 238 / 0.95);
  }

  .md\:border-r-cyan-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(236 254 255 / var(--tw-border-opacity));
  }

  .md\:border-r-cyan-50\/0 {
    border-right-color: rgb(236 254 255 / 0);
  }

  .md\:border-r-cyan-50\/10 {
    border-right-color: rgb(236 254 255 / 0.1);
  }

  .md\:border-r-cyan-50\/100 {
    border-right-color: rgb(236 254 255 / 1);
  }

  .md\:border-r-cyan-50\/15 {
    border-right-color: rgb(236 254 255 / 0.15);
  }

  .md\:border-r-cyan-50\/20 {
    border-right-color: rgb(236 254 255 / 0.2);
  }

  .md\:border-r-cyan-50\/25 {
    border-right-color: rgb(236 254 255 / 0.25);
  }

  .md\:border-r-cyan-50\/30 {
    border-right-color: rgb(236 254 255 / 0.3);
  }

  .md\:border-r-cyan-50\/35 {
    border-right-color: rgb(236 254 255 / 0.35);
  }

  .md\:border-r-cyan-50\/40 {
    border-right-color: rgb(236 254 255 / 0.4);
  }

  .md\:border-r-cyan-50\/45 {
    border-right-color: rgb(236 254 255 / 0.45);
  }

  .md\:border-r-cyan-50\/5 {
    border-right-color: rgb(236 254 255 / 0.05);
  }

  .md\:border-r-cyan-50\/50 {
    border-right-color: rgb(236 254 255 / 0.5);
  }

  .md\:border-r-cyan-50\/55 {
    border-right-color: rgb(236 254 255 / 0.55);
  }

  .md\:border-r-cyan-50\/60 {
    border-right-color: rgb(236 254 255 / 0.6);
  }

  .md\:border-r-cyan-50\/65 {
    border-right-color: rgb(236 254 255 / 0.65);
  }

  .md\:border-r-cyan-50\/70 {
    border-right-color: rgb(236 254 255 / 0.7);
  }

  .md\:border-r-cyan-50\/75 {
    border-right-color: rgb(236 254 255 / 0.75);
  }

  .md\:border-r-cyan-50\/80 {
    border-right-color: rgb(236 254 255 / 0.8);
  }

  .md\:border-r-cyan-50\/85 {
    border-right-color: rgb(236 254 255 / 0.85);
  }

  .md\:border-r-cyan-50\/90 {
    border-right-color: rgb(236 254 255 / 0.9);
  }

  .md\:border-r-cyan-50\/95 {
    border-right-color: rgb(236 254 255 / 0.95);
  }

  .md\:border-r-cyan-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(6 182 212 / var(--tw-border-opacity));
  }

  .md\:border-r-cyan-500\/0 {
    border-right-color: rgb(6 182 212 / 0);
  }

  .md\:border-r-cyan-500\/10 {
    border-right-color: rgb(6 182 212 / 0.1);
  }

  .md\:border-r-cyan-500\/100 {
    border-right-color: rgb(6 182 212 / 1);
  }

  .md\:border-r-cyan-500\/15 {
    border-right-color: rgb(6 182 212 / 0.15);
  }

  .md\:border-r-cyan-500\/20 {
    border-right-color: rgb(6 182 212 / 0.2);
  }

  .md\:border-r-cyan-500\/25 {
    border-right-color: rgb(6 182 212 / 0.25);
  }

  .md\:border-r-cyan-500\/30 {
    border-right-color: rgb(6 182 212 / 0.3);
  }

  .md\:border-r-cyan-500\/35 {
    border-right-color: rgb(6 182 212 / 0.35);
  }

  .md\:border-r-cyan-500\/40 {
    border-right-color: rgb(6 182 212 / 0.4);
  }

  .md\:border-r-cyan-500\/45 {
    border-right-color: rgb(6 182 212 / 0.45);
  }

  .md\:border-r-cyan-500\/5 {
    border-right-color: rgb(6 182 212 / 0.05);
  }

  .md\:border-r-cyan-500\/50 {
    border-right-color: rgb(6 182 212 / 0.5);
  }

  .md\:border-r-cyan-500\/55 {
    border-right-color: rgb(6 182 212 / 0.55);
  }

  .md\:border-r-cyan-500\/60 {
    border-right-color: rgb(6 182 212 / 0.6);
  }

  .md\:border-r-cyan-500\/65 {
    border-right-color: rgb(6 182 212 / 0.65);
  }

  .md\:border-r-cyan-500\/70 {
    border-right-color: rgb(6 182 212 / 0.7);
  }

  .md\:border-r-cyan-500\/75 {
    border-right-color: rgb(6 182 212 / 0.75);
  }

  .md\:border-r-cyan-500\/80 {
    border-right-color: rgb(6 182 212 / 0.8);
  }

  .md\:border-r-cyan-500\/85 {
    border-right-color: rgb(6 182 212 / 0.85);
  }

  .md\:border-r-cyan-500\/90 {
    border-right-color: rgb(6 182 212 / 0.9);
  }

  .md\:border-r-cyan-500\/95 {
    border-right-color: rgb(6 182 212 / 0.95);
  }

  .md\:border-r-cyan-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(8 145 178 / var(--tw-border-opacity));
  }

  .md\:border-r-cyan-600\/0 {
    border-right-color: rgb(8 145 178 / 0);
  }

  .md\:border-r-cyan-600\/10 {
    border-right-color: rgb(8 145 178 / 0.1);
  }

  .md\:border-r-cyan-600\/100 {
    border-right-color: rgb(8 145 178 / 1);
  }

  .md\:border-r-cyan-600\/15 {
    border-right-color: rgb(8 145 178 / 0.15);
  }

  .md\:border-r-cyan-600\/20 {
    border-right-color: rgb(8 145 178 / 0.2);
  }

  .md\:border-r-cyan-600\/25 {
    border-right-color: rgb(8 145 178 / 0.25);
  }

  .md\:border-r-cyan-600\/30 {
    border-right-color: rgb(8 145 178 / 0.3);
  }

  .md\:border-r-cyan-600\/35 {
    border-right-color: rgb(8 145 178 / 0.35);
  }

  .md\:border-r-cyan-600\/40 {
    border-right-color: rgb(8 145 178 / 0.4);
  }

  .md\:border-r-cyan-600\/45 {
    border-right-color: rgb(8 145 178 / 0.45);
  }

  .md\:border-r-cyan-600\/5 {
    border-right-color: rgb(8 145 178 / 0.05);
  }

  .md\:border-r-cyan-600\/50 {
    border-right-color: rgb(8 145 178 / 0.5);
  }

  .md\:border-r-cyan-600\/55 {
    border-right-color: rgb(8 145 178 / 0.55);
  }

  .md\:border-r-cyan-600\/60 {
    border-right-color: rgb(8 145 178 / 0.6);
  }

  .md\:border-r-cyan-600\/65 {
    border-right-color: rgb(8 145 178 / 0.65);
  }

  .md\:border-r-cyan-600\/70 {
    border-right-color: rgb(8 145 178 / 0.7);
  }

  .md\:border-r-cyan-600\/75 {
    border-right-color: rgb(8 145 178 / 0.75);
  }

  .md\:border-r-cyan-600\/80 {
    border-right-color: rgb(8 145 178 / 0.8);
  }

  .md\:border-r-cyan-600\/85 {
    border-right-color: rgb(8 145 178 / 0.85);
  }

  .md\:border-r-cyan-600\/90 {
    border-right-color: rgb(8 145 178 / 0.9);
  }

  .md\:border-r-cyan-600\/95 {
    border-right-color: rgb(8 145 178 / 0.95);
  }

  .md\:border-r-cyan-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(14 116 144 / var(--tw-border-opacity));
  }

  .md\:border-r-cyan-700\/0 {
    border-right-color: rgb(14 116 144 / 0);
  }

  .md\:border-r-cyan-700\/10 {
    border-right-color: rgb(14 116 144 / 0.1);
  }

  .md\:border-r-cyan-700\/100 {
    border-right-color: rgb(14 116 144 / 1);
  }

  .md\:border-r-cyan-700\/15 {
    border-right-color: rgb(14 116 144 / 0.15);
  }

  .md\:border-r-cyan-700\/20 {
    border-right-color: rgb(14 116 144 / 0.2);
  }

  .md\:border-r-cyan-700\/25 {
    border-right-color: rgb(14 116 144 / 0.25);
  }

  .md\:border-r-cyan-700\/30 {
    border-right-color: rgb(14 116 144 / 0.3);
  }

  .md\:border-r-cyan-700\/35 {
    border-right-color: rgb(14 116 144 / 0.35);
  }

  .md\:border-r-cyan-700\/40 {
    border-right-color: rgb(14 116 144 / 0.4);
  }

  .md\:border-r-cyan-700\/45 {
    border-right-color: rgb(14 116 144 / 0.45);
  }

  .md\:border-r-cyan-700\/5 {
    border-right-color: rgb(14 116 144 / 0.05);
  }

  .md\:border-r-cyan-700\/50 {
    border-right-color: rgb(14 116 144 / 0.5);
  }

  .md\:border-r-cyan-700\/55 {
    border-right-color: rgb(14 116 144 / 0.55);
  }

  .md\:border-r-cyan-700\/60 {
    border-right-color: rgb(14 116 144 / 0.6);
  }

  .md\:border-r-cyan-700\/65 {
    border-right-color: rgb(14 116 144 / 0.65);
  }

  .md\:border-r-cyan-700\/70 {
    border-right-color: rgb(14 116 144 / 0.7);
  }

  .md\:border-r-cyan-700\/75 {
    border-right-color: rgb(14 116 144 / 0.75);
  }

  .md\:border-r-cyan-700\/80 {
    border-right-color: rgb(14 116 144 / 0.8);
  }

  .md\:border-r-cyan-700\/85 {
    border-right-color: rgb(14 116 144 / 0.85);
  }

  .md\:border-r-cyan-700\/90 {
    border-right-color: rgb(14 116 144 / 0.9);
  }

  .md\:border-r-cyan-700\/95 {
    border-right-color: rgb(14 116 144 / 0.95);
  }

  .md\:border-r-cyan-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(21 94 117 / var(--tw-border-opacity));
  }

  .md\:border-r-cyan-800\/0 {
    border-right-color: rgb(21 94 117 / 0);
  }

  .md\:border-r-cyan-800\/10 {
    border-right-color: rgb(21 94 117 / 0.1);
  }

  .md\:border-r-cyan-800\/100 {
    border-right-color: rgb(21 94 117 / 1);
  }

  .md\:border-r-cyan-800\/15 {
    border-right-color: rgb(21 94 117 / 0.15);
  }

  .md\:border-r-cyan-800\/20 {
    border-right-color: rgb(21 94 117 / 0.2);
  }

  .md\:border-r-cyan-800\/25 {
    border-right-color: rgb(21 94 117 / 0.25);
  }

  .md\:border-r-cyan-800\/30 {
    border-right-color: rgb(21 94 117 / 0.3);
  }

  .md\:border-r-cyan-800\/35 {
    border-right-color: rgb(21 94 117 / 0.35);
  }

  .md\:border-r-cyan-800\/40 {
    border-right-color: rgb(21 94 117 / 0.4);
  }

  .md\:border-r-cyan-800\/45 {
    border-right-color: rgb(21 94 117 / 0.45);
  }

  .md\:border-r-cyan-800\/5 {
    border-right-color: rgb(21 94 117 / 0.05);
  }

  .md\:border-r-cyan-800\/50 {
    border-right-color: rgb(21 94 117 / 0.5);
  }

  .md\:border-r-cyan-800\/55 {
    border-right-color: rgb(21 94 117 / 0.55);
  }

  .md\:border-r-cyan-800\/60 {
    border-right-color: rgb(21 94 117 / 0.6);
  }

  .md\:border-r-cyan-800\/65 {
    border-right-color: rgb(21 94 117 / 0.65);
  }

  .md\:border-r-cyan-800\/70 {
    border-right-color: rgb(21 94 117 / 0.7);
  }

  .md\:border-r-cyan-800\/75 {
    border-right-color: rgb(21 94 117 / 0.75);
  }

  .md\:border-r-cyan-800\/80 {
    border-right-color: rgb(21 94 117 / 0.8);
  }

  .md\:border-r-cyan-800\/85 {
    border-right-color: rgb(21 94 117 / 0.85);
  }

  .md\:border-r-cyan-800\/90 {
    border-right-color: rgb(21 94 117 / 0.9);
  }

  .md\:border-r-cyan-800\/95 {
    border-right-color: rgb(21 94 117 / 0.95);
  }

  .md\:border-r-cyan-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(22 78 99 / var(--tw-border-opacity));
  }

  .md\:border-r-cyan-900\/0 {
    border-right-color: rgb(22 78 99 / 0);
  }

  .md\:border-r-cyan-900\/10 {
    border-right-color: rgb(22 78 99 / 0.1);
  }

  .md\:border-r-cyan-900\/100 {
    border-right-color: rgb(22 78 99 / 1);
  }

  .md\:border-r-cyan-900\/15 {
    border-right-color: rgb(22 78 99 / 0.15);
  }

  .md\:border-r-cyan-900\/20 {
    border-right-color: rgb(22 78 99 / 0.2);
  }

  .md\:border-r-cyan-900\/25 {
    border-right-color: rgb(22 78 99 / 0.25);
  }

  .md\:border-r-cyan-900\/30 {
    border-right-color: rgb(22 78 99 / 0.3);
  }

  .md\:border-r-cyan-900\/35 {
    border-right-color: rgb(22 78 99 / 0.35);
  }

  .md\:border-r-cyan-900\/40 {
    border-right-color: rgb(22 78 99 / 0.4);
  }

  .md\:border-r-cyan-900\/45 {
    border-right-color: rgb(22 78 99 / 0.45);
  }

  .md\:border-r-cyan-900\/5 {
    border-right-color: rgb(22 78 99 / 0.05);
  }

  .md\:border-r-cyan-900\/50 {
    border-right-color: rgb(22 78 99 / 0.5);
  }

  .md\:border-r-cyan-900\/55 {
    border-right-color: rgb(22 78 99 / 0.55);
  }

  .md\:border-r-cyan-900\/60 {
    border-right-color: rgb(22 78 99 / 0.6);
  }

  .md\:border-r-cyan-900\/65 {
    border-right-color: rgb(22 78 99 / 0.65);
  }

  .md\:border-r-cyan-900\/70 {
    border-right-color: rgb(22 78 99 / 0.7);
  }

  .md\:border-r-cyan-900\/75 {
    border-right-color: rgb(22 78 99 / 0.75);
  }

  .md\:border-r-cyan-900\/80 {
    border-right-color: rgb(22 78 99 / 0.8);
  }

  .md\:border-r-cyan-900\/85 {
    border-right-color: rgb(22 78 99 / 0.85);
  }

  .md\:border-r-cyan-900\/90 {
    border-right-color: rgb(22 78 99 / 0.9);
  }

  .md\:border-r-cyan-900\/95 {
    border-right-color: rgb(22 78 99 / 0.95);
  }

  .md\:border-r-cyan-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(8 51 68 / var(--tw-border-opacity));
  }

  .md\:border-r-cyan-950\/0 {
    border-right-color: rgb(8 51 68 / 0);
  }

  .md\:border-r-cyan-950\/10 {
    border-right-color: rgb(8 51 68 / 0.1);
  }

  .md\:border-r-cyan-950\/100 {
    border-right-color: rgb(8 51 68 / 1);
  }

  .md\:border-r-cyan-950\/15 {
    border-right-color: rgb(8 51 68 / 0.15);
  }

  .md\:border-r-cyan-950\/20 {
    border-right-color: rgb(8 51 68 / 0.2);
  }

  .md\:border-r-cyan-950\/25 {
    border-right-color: rgb(8 51 68 / 0.25);
  }

  .md\:border-r-cyan-950\/30 {
    border-right-color: rgb(8 51 68 / 0.3);
  }

  .md\:border-r-cyan-950\/35 {
    border-right-color: rgb(8 51 68 / 0.35);
  }

  .md\:border-r-cyan-950\/40 {
    border-right-color: rgb(8 51 68 / 0.4);
  }

  .md\:border-r-cyan-950\/45 {
    border-right-color: rgb(8 51 68 / 0.45);
  }

  .md\:border-r-cyan-950\/5 {
    border-right-color: rgb(8 51 68 / 0.05);
  }

  .md\:border-r-cyan-950\/50 {
    border-right-color: rgb(8 51 68 / 0.5);
  }

  .md\:border-r-cyan-950\/55 {
    border-right-color: rgb(8 51 68 / 0.55);
  }

  .md\:border-r-cyan-950\/60 {
    border-right-color: rgb(8 51 68 / 0.6);
  }

  .md\:border-r-cyan-950\/65 {
    border-right-color: rgb(8 51 68 / 0.65);
  }

  .md\:border-r-cyan-950\/70 {
    border-right-color: rgb(8 51 68 / 0.7);
  }

  .md\:border-r-cyan-950\/75 {
    border-right-color: rgb(8 51 68 / 0.75);
  }

  .md\:border-r-cyan-950\/80 {
    border-right-color: rgb(8 51 68 / 0.8);
  }

  .md\:border-r-cyan-950\/85 {
    border-right-color: rgb(8 51 68 / 0.85);
  }

  .md\:border-r-cyan-950\/90 {
    border-right-color: rgb(8 51 68 / 0.9);
  }

  .md\:border-r-cyan-950\/95 {
    border-right-color: rgb(8 51 68 / 0.95);
  }

  .md\:border-r-emerald-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(209 250 229 / var(--tw-border-opacity));
  }

  .md\:border-r-emerald-100\/0 {
    border-right-color: rgb(209 250 229 / 0);
  }

  .md\:border-r-emerald-100\/10 {
    border-right-color: rgb(209 250 229 / 0.1);
  }

  .md\:border-r-emerald-100\/100 {
    border-right-color: rgb(209 250 229 / 1);
  }

  .md\:border-r-emerald-100\/15 {
    border-right-color: rgb(209 250 229 / 0.15);
  }

  .md\:border-r-emerald-100\/20 {
    border-right-color: rgb(209 250 229 / 0.2);
  }

  .md\:border-r-emerald-100\/25 {
    border-right-color: rgb(209 250 229 / 0.25);
  }

  .md\:border-r-emerald-100\/30 {
    border-right-color: rgb(209 250 229 / 0.3);
  }

  .md\:border-r-emerald-100\/35 {
    border-right-color: rgb(209 250 229 / 0.35);
  }

  .md\:border-r-emerald-100\/40 {
    border-right-color: rgb(209 250 229 / 0.4);
  }

  .md\:border-r-emerald-100\/45 {
    border-right-color: rgb(209 250 229 / 0.45);
  }

  .md\:border-r-emerald-100\/5 {
    border-right-color: rgb(209 250 229 / 0.05);
  }

  .md\:border-r-emerald-100\/50 {
    border-right-color: rgb(209 250 229 / 0.5);
  }

  .md\:border-r-emerald-100\/55 {
    border-right-color: rgb(209 250 229 / 0.55);
  }

  .md\:border-r-emerald-100\/60 {
    border-right-color: rgb(209 250 229 / 0.6);
  }

  .md\:border-r-emerald-100\/65 {
    border-right-color: rgb(209 250 229 / 0.65);
  }

  .md\:border-r-emerald-100\/70 {
    border-right-color: rgb(209 250 229 / 0.7);
  }

  .md\:border-r-emerald-100\/75 {
    border-right-color: rgb(209 250 229 / 0.75);
  }

  .md\:border-r-emerald-100\/80 {
    border-right-color: rgb(209 250 229 / 0.8);
  }

  .md\:border-r-emerald-100\/85 {
    border-right-color: rgb(209 250 229 / 0.85);
  }

  .md\:border-r-emerald-100\/90 {
    border-right-color: rgb(209 250 229 / 0.9);
  }

  .md\:border-r-emerald-100\/95 {
    border-right-color: rgb(209 250 229 / 0.95);
  }

  .md\:border-r-emerald-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(167 243 208 / var(--tw-border-opacity));
  }

  .md\:border-r-emerald-200\/0 {
    border-right-color: rgb(167 243 208 / 0);
  }

  .md\:border-r-emerald-200\/10 {
    border-right-color: rgb(167 243 208 / 0.1);
  }

  .md\:border-r-emerald-200\/100 {
    border-right-color: rgb(167 243 208 / 1);
  }

  .md\:border-r-emerald-200\/15 {
    border-right-color: rgb(167 243 208 / 0.15);
  }

  .md\:border-r-emerald-200\/20 {
    border-right-color: rgb(167 243 208 / 0.2);
  }

  .md\:border-r-emerald-200\/25 {
    border-right-color: rgb(167 243 208 / 0.25);
  }

  .md\:border-r-emerald-200\/30 {
    border-right-color: rgb(167 243 208 / 0.3);
  }

  .md\:border-r-emerald-200\/35 {
    border-right-color: rgb(167 243 208 / 0.35);
  }

  .md\:border-r-emerald-200\/40 {
    border-right-color: rgb(167 243 208 / 0.4);
  }

  .md\:border-r-emerald-200\/45 {
    border-right-color: rgb(167 243 208 / 0.45);
  }

  .md\:border-r-emerald-200\/5 {
    border-right-color: rgb(167 243 208 / 0.05);
  }

  .md\:border-r-emerald-200\/50 {
    border-right-color: rgb(167 243 208 / 0.5);
  }

  .md\:border-r-emerald-200\/55 {
    border-right-color: rgb(167 243 208 / 0.55);
  }

  .md\:border-r-emerald-200\/60 {
    border-right-color: rgb(167 243 208 / 0.6);
  }

  .md\:border-r-emerald-200\/65 {
    border-right-color: rgb(167 243 208 / 0.65);
  }

  .md\:border-r-emerald-200\/70 {
    border-right-color: rgb(167 243 208 / 0.7);
  }

  .md\:border-r-emerald-200\/75 {
    border-right-color: rgb(167 243 208 / 0.75);
  }

  .md\:border-r-emerald-200\/80 {
    border-right-color: rgb(167 243 208 / 0.8);
  }

  .md\:border-r-emerald-200\/85 {
    border-right-color: rgb(167 243 208 / 0.85);
  }

  .md\:border-r-emerald-200\/90 {
    border-right-color: rgb(167 243 208 / 0.9);
  }

  .md\:border-r-emerald-200\/95 {
    border-right-color: rgb(167 243 208 / 0.95);
  }

  .md\:border-r-emerald-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(110 231 183 / var(--tw-border-opacity));
  }

  .md\:border-r-emerald-300\/0 {
    border-right-color: rgb(110 231 183 / 0);
  }

  .md\:border-r-emerald-300\/10 {
    border-right-color: rgb(110 231 183 / 0.1);
  }

  .md\:border-r-emerald-300\/100 {
    border-right-color: rgb(110 231 183 / 1);
  }

  .md\:border-r-emerald-300\/15 {
    border-right-color: rgb(110 231 183 / 0.15);
  }

  .md\:border-r-emerald-300\/20 {
    border-right-color: rgb(110 231 183 / 0.2);
  }

  .md\:border-r-emerald-300\/25 {
    border-right-color: rgb(110 231 183 / 0.25);
  }

  .md\:border-r-emerald-300\/30 {
    border-right-color: rgb(110 231 183 / 0.3);
  }

  .md\:border-r-emerald-300\/35 {
    border-right-color: rgb(110 231 183 / 0.35);
  }

  .md\:border-r-emerald-300\/40 {
    border-right-color: rgb(110 231 183 / 0.4);
  }

  .md\:border-r-emerald-300\/45 {
    border-right-color: rgb(110 231 183 / 0.45);
  }

  .md\:border-r-emerald-300\/5 {
    border-right-color: rgb(110 231 183 / 0.05);
  }

  .md\:border-r-emerald-300\/50 {
    border-right-color: rgb(110 231 183 / 0.5);
  }

  .md\:border-r-emerald-300\/55 {
    border-right-color: rgb(110 231 183 / 0.55);
  }

  .md\:border-r-emerald-300\/60 {
    border-right-color: rgb(110 231 183 / 0.6);
  }

  .md\:border-r-emerald-300\/65 {
    border-right-color: rgb(110 231 183 / 0.65);
  }

  .md\:border-r-emerald-300\/70 {
    border-right-color: rgb(110 231 183 / 0.7);
  }

  .md\:border-r-emerald-300\/75 {
    border-right-color: rgb(110 231 183 / 0.75);
  }

  .md\:border-r-emerald-300\/80 {
    border-right-color: rgb(110 231 183 / 0.8);
  }

  .md\:border-r-emerald-300\/85 {
    border-right-color: rgb(110 231 183 / 0.85);
  }

  .md\:border-r-emerald-300\/90 {
    border-right-color: rgb(110 231 183 / 0.9);
  }

  .md\:border-r-emerald-300\/95 {
    border-right-color: rgb(110 231 183 / 0.95);
  }

  .md\:border-r-emerald-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(52 211 153 / var(--tw-border-opacity));
  }

  .md\:border-r-emerald-400\/0 {
    border-right-color: rgb(52 211 153 / 0);
  }

  .md\:border-r-emerald-400\/10 {
    border-right-color: rgb(52 211 153 / 0.1);
  }

  .md\:border-r-emerald-400\/100 {
    border-right-color: rgb(52 211 153 / 1);
  }

  .md\:border-r-emerald-400\/15 {
    border-right-color: rgb(52 211 153 / 0.15);
  }

  .md\:border-r-emerald-400\/20 {
    border-right-color: rgb(52 211 153 / 0.2);
  }

  .md\:border-r-emerald-400\/25 {
    border-right-color: rgb(52 211 153 / 0.25);
  }

  .md\:border-r-emerald-400\/30 {
    border-right-color: rgb(52 211 153 / 0.3);
  }

  .md\:border-r-emerald-400\/35 {
    border-right-color: rgb(52 211 153 / 0.35);
  }

  .md\:border-r-emerald-400\/40 {
    border-right-color: rgb(52 211 153 / 0.4);
  }

  .md\:border-r-emerald-400\/45 {
    border-right-color: rgb(52 211 153 / 0.45);
  }

  .md\:border-r-emerald-400\/5 {
    border-right-color: rgb(52 211 153 / 0.05);
  }

  .md\:border-r-emerald-400\/50 {
    border-right-color: rgb(52 211 153 / 0.5);
  }

  .md\:border-r-emerald-400\/55 {
    border-right-color: rgb(52 211 153 / 0.55);
  }

  .md\:border-r-emerald-400\/60 {
    border-right-color: rgb(52 211 153 / 0.6);
  }

  .md\:border-r-emerald-400\/65 {
    border-right-color: rgb(52 211 153 / 0.65);
  }

  .md\:border-r-emerald-400\/70 {
    border-right-color: rgb(52 211 153 / 0.7);
  }

  .md\:border-r-emerald-400\/75 {
    border-right-color: rgb(52 211 153 / 0.75);
  }

  .md\:border-r-emerald-400\/80 {
    border-right-color: rgb(52 211 153 / 0.8);
  }

  .md\:border-r-emerald-400\/85 {
    border-right-color: rgb(52 211 153 / 0.85);
  }

  .md\:border-r-emerald-400\/90 {
    border-right-color: rgb(52 211 153 / 0.9);
  }

  .md\:border-r-emerald-400\/95 {
    border-right-color: rgb(52 211 153 / 0.95);
  }

  .md\:border-r-emerald-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(236 253 245 / var(--tw-border-opacity));
  }

  .md\:border-r-emerald-50\/0 {
    border-right-color: rgb(236 253 245 / 0);
  }

  .md\:border-r-emerald-50\/10 {
    border-right-color: rgb(236 253 245 / 0.1);
  }

  .md\:border-r-emerald-50\/100 {
    border-right-color: rgb(236 253 245 / 1);
  }

  .md\:border-r-emerald-50\/15 {
    border-right-color: rgb(236 253 245 / 0.15);
  }

  .md\:border-r-emerald-50\/20 {
    border-right-color: rgb(236 253 245 / 0.2);
  }

  .md\:border-r-emerald-50\/25 {
    border-right-color: rgb(236 253 245 / 0.25);
  }

  .md\:border-r-emerald-50\/30 {
    border-right-color: rgb(236 253 245 / 0.3);
  }

  .md\:border-r-emerald-50\/35 {
    border-right-color: rgb(236 253 245 / 0.35);
  }

  .md\:border-r-emerald-50\/40 {
    border-right-color: rgb(236 253 245 / 0.4);
  }

  .md\:border-r-emerald-50\/45 {
    border-right-color: rgb(236 253 245 / 0.45);
  }

  .md\:border-r-emerald-50\/5 {
    border-right-color: rgb(236 253 245 / 0.05);
  }

  .md\:border-r-emerald-50\/50 {
    border-right-color: rgb(236 253 245 / 0.5);
  }

  .md\:border-r-emerald-50\/55 {
    border-right-color: rgb(236 253 245 / 0.55);
  }

  .md\:border-r-emerald-50\/60 {
    border-right-color: rgb(236 253 245 / 0.6);
  }

  .md\:border-r-emerald-50\/65 {
    border-right-color: rgb(236 253 245 / 0.65);
  }

  .md\:border-r-emerald-50\/70 {
    border-right-color: rgb(236 253 245 / 0.7);
  }

  .md\:border-r-emerald-50\/75 {
    border-right-color: rgb(236 253 245 / 0.75);
  }

  .md\:border-r-emerald-50\/80 {
    border-right-color: rgb(236 253 245 / 0.8);
  }

  .md\:border-r-emerald-50\/85 {
    border-right-color: rgb(236 253 245 / 0.85);
  }

  .md\:border-r-emerald-50\/90 {
    border-right-color: rgb(236 253 245 / 0.9);
  }

  .md\:border-r-emerald-50\/95 {
    border-right-color: rgb(236 253 245 / 0.95);
  }

  .md\:border-r-emerald-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(16 185 129 / var(--tw-border-opacity));
  }

  .md\:border-r-emerald-500\/0 {
    border-right-color: rgb(16 185 129 / 0);
  }

  .md\:border-r-emerald-500\/10 {
    border-right-color: rgb(16 185 129 / 0.1);
  }

  .md\:border-r-emerald-500\/100 {
    border-right-color: rgb(16 185 129 / 1);
  }

  .md\:border-r-emerald-500\/15 {
    border-right-color: rgb(16 185 129 / 0.15);
  }

  .md\:border-r-emerald-500\/20 {
    border-right-color: rgb(16 185 129 / 0.2);
  }

  .md\:border-r-emerald-500\/25 {
    border-right-color: rgb(16 185 129 / 0.25);
  }

  .md\:border-r-emerald-500\/30 {
    border-right-color: rgb(16 185 129 / 0.3);
  }

  .md\:border-r-emerald-500\/35 {
    border-right-color: rgb(16 185 129 / 0.35);
  }

  .md\:border-r-emerald-500\/40 {
    border-right-color: rgb(16 185 129 / 0.4);
  }

  .md\:border-r-emerald-500\/45 {
    border-right-color: rgb(16 185 129 / 0.45);
  }

  .md\:border-r-emerald-500\/5 {
    border-right-color: rgb(16 185 129 / 0.05);
  }

  .md\:border-r-emerald-500\/50 {
    border-right-color: rgb(16 185 129 / 0.5);
  }

  .md\:border-r-emerald-500\/55 {
    border-right-color: rgb(16 185 129 / 0.55);
  }

  .md\:border-r-emerald-500\/60 {
    border-right-color: rgb(16 185 129 / 0.6);
  }

  .md\:border-r-emerald-500\/65 {
    border-right-color: rgb(16 185 129 / 0.65);
  }

  .md\:border-r-emerald-500\/70 {
    border-right-color: rgb(16 185 129 / 0.7);
  }

  .md\:border-r-emerald-500\/75 {
    border-right-color: rgb(16 185 129 / 0.75);
  }

  .md\:border-r-emerald-500\/80 {
    border-right-color: rgb(16 185 129 / 0.8);
  }

  .md\:border-r-emerald-500\/85 {
    border-right-color: rgb(16 185 129 / 0.85);
  }

  .md\:border-r-emerald-500\/90 {
    border-right-color: rgb(16 185 129 / 0.9);
  }

  .md\:border-r-emerald-500\/95 {
    border-right-color: rgb(16 185 129 / 0.95);
  }

  .md\:border-r-emerald-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(5 150 105 / var(--tw-border-opacity));
  }

  .md\:border-r-emerald-600\/0 {
    border-right-color: rgb(5 150 105 / 0);
  }

  .md\:border-r-emerald-600\/10 {
    border-right-color: rgb(5 150 105 / 0.1);
  }

  .md\:border-r-emerald-600\/100 {
    border-right-color: rgb(5 150 105 / 1);
  }

  .md\:border-r-emerald-600\/15 {
    border-right-color: rgb(5 150 105 / 0.15);
  }

  .md\:border-r-emerald-600\/20 {
    border-right-color: rgb(5 150 105 / 0.2);
  }

  .md\:border-r-emerald-600\/25 {
    border-right-color: rgb(5 150 105 / 0.25);
  }

  .md\:border-r-emerald-600\/30 {
    border-right-color: rgb(5 150 105 / 0.3);
  }

  .md\:border-r-emerald-600\/35 {
    border-right-color: rgb(5 150 105 / 0.35);
  }

  .md\:border-r-emerald-600\/40 {
    border-right-color: rgb(5 150 105 / 0.4);
  }

  .md\:border-r-emerald-600\/45 {
    border-right-color: rgb(5 150 105 / 0.45);
  }

  .md\:border-r-emerald-600\/5 {
    border-right-color: rgb(5 150 105 / 0.05);
  }

  .md\:border-r-emerald-600\/50 {
    border-right-color: rgb(5 150 105 / 0.5);
  }

  .md\:border-r-emerald-600\/55 {
    border-right-color: rgb(5 150 105 / 0.55);
  }

  .md\:border-r-emerald-600\/60 {
    border-right-color: rgb(5 150 105 / 0.6);
  }

  .md\:border-r-emerald-600\/65 {
    border-right-color: rgb(5 150 105 / 0.65);
  }

  .md\:border-r-emerald-600\/70 {
    border-right-color: rgb(5 150 105 / 0.7);
  }

  .md\:border-r-emerald-600\/75 {
    border-right-color: rgb(5 150 105 / 0.75);
  }

  .md\:border-r-emerald-600\/80 {
    border-right-color: rgb(5 150 105 / 0.8);
  }

  .md\:border-r-emerald-600\/85 {
    border-right-color: rgb(5 150 105 / 0.85);
  }

  .md\:border-r-emerald-600\/90 {
    border-right-color: rgb(5 150 105 / 0.9);
  }

  .md\:border-r-emerald-600\/95 {
    border-right-color: rgb(5 150 105 / 0.95);
  }

  .md\:border-r-emerald-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(4 120 87 / var(--tw-border-opacity));
  }

  .md\:border-r-emerald-700\/0 {
    border-right-color: rgb(4 120 87 / 0);
  }

  .md\:border-r-emerald-700\/10 {
    border-right-color: rgb(4 120 87 / 0.1);
  }

  .md\:border-r-emerald-700\/100 {
    border-right-color: rgb(4 120 87 / 1);
  }

  .md\:border-r-emerald-700\/15 {
    border-right-color: rgb(4 120 87 / 0.15);
  }

  .md\:border-r-emerald-700\/20 {
    border-right-color: rgb(4 120 87 / 0.2);
  }

  .md\:border-r-emerald-700\/25 {
    border-right-color: rgb(4 120 87 / 0.25);
  }

  .md\:border-r-emerald-700\/30 {
    border-right-color: rgb(4 120 87 / 0.3);
  }

  .md\:border-r-emerald-700\/35 {
    border-right-color: rgb(4 120 87 / 0.35);
  }

  .md\:border-r-emerald-700\/40 {
    border-right-color: rgb(4 120 87 / 0.4);
  }

  .md\:border-r-emerald-700\/45 {
    border-right-color: rgb(4 120 87 / 0.45);
  }

  .md\:border-r-emerald-700\/5 {
    border-right-color: rgb(4 120 87 / 0.05);
  }

  .md\:border-r-emerald-700\/50 {
    border-right-color: rgb(4 120 87 / 0.5);
  }

  .md\:border-r-emerald-700\/55 {
    border-right-color: rgb(4 120 87 / 0.55);
  }

  .md\:border-r-emerald-700\/60 {
    border-right-color: rgb(4 120 87 / 0.6);
  }

  .md\:border-r-emerald-700\/65 {
    border-right-color: rgb(4 120 87 / 0.65);
  }

  .md\:border-r-emerald-700\/70 {
    border-right-color: rgb(4 120 87 / 0.7);
  }

  .md\:border-r-emerald-700\/75 {
    border-right-color: rgb(4 120 87 / 0.75);
  }

  .md\:border-r-emerald-700\/80 {
    border-right-color: rgb(4 120 87 / 0.8);
  }

  .md\:border-r-emerald-700\/85 {
    border-right-color: rgb(4 120 87 / 0.85);
  }

  .md\:border-r-emerald-700\/90 {
    border-right-color: rgb(4 120 87 / 0.9);
  }

  .md\:border-r-emerald-700\/95 {
    border-right-color: rgb(4 120 87 / 0.95);
  }

  .md\:border-r-emerald-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(6 95 70 / var(--tw-border-opacity));
  }

  .md\:border-r-emerald-800\/0 {
    border-right-color: rgb(6 95 70 / 0);
  }

  .md\:border-r-emerald-800\/10 {
    border-right-color: rgb(6 95 70 / 0.1);
  }

  .md\:border-r-emerald-800\/100 {
    border-right-color: rgb(6 95 70 / 1);
  }

  .md\:border-r-emerald-800\/15 {
    border-right-color: rgb(6 95 70 / 0.15);
  }

  .md\:border-r-emerald-800\/20 {
    border-right-color: rgb(6 95 70 / 0.2);
  }

  .md\:border-r-emerald-800\/25 {
    border-right-color: rgb(6 95 70 / 0.25);
  }

  .md\:border-r-emerald-800\/30 {
    border-right-color: rgb(6 95 70 / 0.3);
  }

  .md\:border-r-emerald-800\/35 {
    border-right-color: rgb(6 95 70 / 0.35);
  }

  .md\:border-r-emerald-800\/40 {
    border-right-color: rgb(6 95 70 / 0.4);
  }

  .md\:border-r-emerald-800\/45 {
    border-right-color: rgb(6 95 70 / 0.45);
  }

  .md\:border-r-emerald-800\/5 {
    border-right-color: rgb(6 95 70 / 0.05);
  }

  .md\:border-r-emerald-800\/50 {
    border-right-color: rgb(6 95 70 / 0.5);
  }

  .md\:border-r-emerald-800\/55 {
    border-right-color: rgb(6 95 70 / 0.55);
  }

  .md\:border-r-emerald-800\/60 {
    border-right-color: rgb(6 95 70 / 0.6);
  }

  .md\:border-r-emerald-800\/65 {
    border-right-color: rgb(6 95 70 / 0.65);
  }

  .md\:border-r-emerald-800\/70 {
    border-right-color: rgb(6 95 70 / 0.7);
  }

  .md\:border-r-emerald-800\/75 {
    border-right-color: rgb(6 95 70 / 0.75);
  }

  .md\:border-r-emerald-800\/80 {
    border-right-color: rgb(6 95 70 / 0.8);
  }

  .md\:border-r-emerald-800\/85 {
    border-right-color: rgb(6 95 70 / 0.85);
  }

  .md\:border-r-emerald-800\/90 {
    border-right-color: rgb(6 95 70 / 0.9);
  }

  .md\:border-r-emerald-800\/95 {
    border-right-color: rgb(6 95 70 / 0.95);
  }

  .md\:border-r-emerald-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(6 78 59 / var(--tw-border-opacity));
  }

  .md\:border-r-emerald-900\/0 {
    border-right-color: rgb(6 78 59 / 0);
  }

  .md\:border-r-emerald-900\/10 {
    border-right-color: rgb(6 78 59 / 0.1);
  }

  .md\:border-r-emerald-900\/100 {
    border-right-color: rgb(6 78 59 / 1);
  }

  .md\:border-r-emerald-900\/15 {
    border-right-color: rgb(6 78 59 / 0.15);
  }

  .md\:border-r-emerald-900\/20 {
    border-right-color: rgb(6 78 59 / 0.2);
  }

  .md\:border-r-emerald-900\/25 {
    border-right-color: rgb(6 78 59 / 0.25);
  }

  .md\:border-r-emerald-900\/30 {
    border-right-color: rgb(6 78 59 / 0.3);
  }

  .md\:border-r-emerald-900\/35 {
    border-right-color: rgb(6 78 59 / 0.35);
  }

  .md\:border-r-emerald-900\/40 {
    border-right-color: rgb(6 78 59 / 0.4);
  }

  .md\:border-r-emerald-900\/45 {
    border-right-color: rgb(6 78 59 / 0.45);
  }

  .md\:border-r-emerald-900\/5 {
    border-right-color: rgb(6 78 59 / 0.05);
  }

  .md\:border-r-emerald-900\/50 {
    border-right-color: rgb(6 78 59 / 0.5);
  }

  .md\:border-r-emerald-900\/55 {
    border-right-color: rgb(6 78 59 / 0.55);
  }

  .md\:border-r-emerald-900\/60 {
    border-right-color: rgb(6 78 59 / 0.6);
  }

  .md\:border-r-emerald-900\/65 {
    border-right-color: rgb(6 78 59 / 0.65);
  }

  .md\:border-r-emerald-900\/70 {
    border-right-color: rgb(6 78 59 / 0.7);
  }

  .md\:border-r-emerald-900\/75 {
    border-right-color: rgb(6 78 59 / 0.75);
  }

  .md\:border-r-emerald-900\/80 {
    border-right-color: rgb(6 78 59 / 0.8);
  }

  .md\:border-r-emerald-900\/85 {
    border-right-color: rgb(6 78 59 / 0.85);
  }

  .md\:border-r-emerald-900\/90 {
    border-right-color: rgb(6 78 59 / 0.9);
  }

  .md\:border-r-emerald-900\/95 {
    border-right-color: rgb(6 78 59 / 0.95);
  }

  .md\:border-r-emerald-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(2 44 34 / var(--tw-border-opacity));
  }

  .md\:border-r-emerald-950\/0 {
    border-right-color: rgb(2 44 34 / 0);
  }

  .md\:border-r-emerald-950\/10 {
    border-right-color: rgb(2 44 34 / 0.1);
  }

  .md\:border-r-emerald-950\/100 {
    border-right-color: rgb(2 44 34 / 1);
  }

  .md\:border-r-emerald-950\/15 {
    border-right-color: rgb(2 44 34 / 0.15);
  }

  .md\:border-r-emerald-950\/20 {
    border-right-color: rgb(2 44 34 / 0.2);
  }

  .md\:border-r-emerald-950\/25 {
    border-right-color: rgb(2 44 34 / 0.25);
  }

  .md\:border-r-emerald-950\/30 {
    border-right-color: rgb(2 44 34 / 0.3);
  }

  .md\:border-r-emerald-950\/35 {
    border-right-color: rgb(2 44 34 / 0.35);
  }

  .md\:border-r-emerald-950\/40 {
    border-right-color: rgb(2 44 34 / 0.4);
  }

  .md\:border-r-emerald-950\/45 {
    border-right-color: rgb(2 44 34 / 0.45);
  }

  .md\:border-r-emerald-950\/5 {
    border-right-color: rgb(2 44 34 / 0.05);
  }

  .md\:border-r-emerald-950\/50 {
    border-right-color: rgb(2 44 34 / 0.5);
  }

  .md\:border-r-emerald-950\/55 {
    border-right-color: rgb(2 44 34 / 0.55);
  }

  .md\:border-r-emerald-950\/60 {
    border-right-color: rgb(2 44 34 / 0.6);
  }

  .md\:border-r-emerald-950\/65 {
    border-right-color: rgb(2 44 34 / 0.65);
  }

  .md\:border-r-emerald-950\/70 {
    border-right-color: rgb(2 44 34 / 0.7);
  }

  .md\:border-r-emerald-950\/75 {
    border-right-color: rgb(2 44 34 / 0.75);
  }

  .md\:border-r-emerald-950\/80 {
    border-right-color: rgb(2 44 34 / 0.8);
  }

  .md\:border-r-emerald-950\/85 {
    border-right-color: rgb(2 44 34 / 0.85);
  }

  .md\:border-r-emerald-950\/90 {
    border-right-color: rgb(2 44 34 / 0.9);
  }

  .md\:border-r-emerald-950\/95 {
    border-right-color: rgb(2 44 34 / 0.95);
  }

  .md\:border-r-fuchsia-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 232 255 / var(--tw-border-opacity));
  }

  .md\:border-r-fuchsia-100\/0 {
    border-right-color: rgb(250 232 255 / 0);
  }

  .md\:border-r-fuchsia-100\/10 {
    border-right-color: rgb(250 232 255 / 0.1);
  }

  .md\:border-r-fuchsia-100\/100 {
    border-right-color: rgb(250 232 255 / 1);
  }

  .md\:border-r-fuchsia-100\/15 {
    border-right-color: rgb(250 232 255 / 0.15);
  }

  .md\:border-r-fuchsia-100\/20 {
    border-right-color: rgb(250 232 255 / 0.2);
  }

  .md\:border-r-fuchsia-100\/25 {
    border-right-color: rgb(250 232 255 / 0.25);
  }

  .md\:border-r-fuchsia-100\/30 {
    border-right-color: rgb(250 232 255 / 0.3);
  }

  .md\:border-r-fuchsia-100\/35 {
    border-right-color: rgb(250 232 255 / 0.35);
  }

  .md\:border-r-fuchsia-100\/40 {
    border-right-color: rgb(250 232 255 / 0.4);
  }

  .md\:border-r-fuchsia-100\/45 {
    border-right-color: rgb(250 232 255 / 0.45);
  }

  .md\:border-r-fuchsia-100\/5 {
    border-right-color: rgb(250 232 255 / 0.05);
  }

  .md\:border-r-fuchsia-100\/50 {
    border-right-color: rgb(250 232 255 / 0.5);
  }

  .md\:border-r-fuchsia-100\/55 {
    border-right-color: rgb(250 232 255 / 0.55);
  }

  .md\:border-r-fuchsia-100\/60 {
    border-right-color: rgb(250 232 255 / 0.6);
  }

  .md\:border-r-fuchsia-100\/65 {
    border-right-color: rgb(250 232 255 / 0.65);
  }

  .md\:border-r-fuchsia-100\/70 {
    border-right-color: rgb(250 232 255 / 0.7);
  }

  .md\:border-r-fuchsia-100\/75 {
    border-right-color: rgb(250 232 255 / 0.75);
  }

  .md\:border-r-fuchsia-100\/80 {
    border-right-color: rgb(250 232 255 / 0.8);
  }

  .md\:border-r-fuchsia-100\/85 {
    border-right-color: rgb(250 232 255 / 0.85);
  }

  .md\:border-r-fuchsia-100\/90 {
    border-right-color: rgb(250 232 255 / 0.9);
  }

  .md\:border-r-fuchsia-100\/95 {
    border-right-color: rgb(250 232 255 / 0.95);
  }

  .md\:border-r-fuchsia-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 208 254 / var(--tw-border-opacity));
  }

  .md\:border-r-fuchsia-200\/0 {
    border-right-color: rgb(245 208 254 / 0);
  }

  .md\:border-r-fuchsia-200\/10 {
    border-right-color: rgb(245 208 254 / 0.1);
  }

  .md\:border-r-fuchsia-200\/100 {
    border-right-color: rgb(245 208 254 / 1);
  }

  .md\:border-r-fuchsia-200\/15 {
    border-right-color: rgb(245 208 254 / 0.15);
  }

  .md\:border-r-fuchsia-200\/20 {
    border-right-color: rgb(245 208 254 / 0.2);
  }

  .md\:border-r-fuchsia-200\/25 {
    border-right-color: rgb(245 208 254 / 0.25);
  }

  .md\:border-r-fuchsia-200\/30 {
    border-right-color: rgb(245 208 254 / 0.3);
  }

  .md\:border-r-fuchsia-200\/35 {
    border-right-color: rgb(245 208 254 / 0.35);
  }

  .md\:border-r-fuchsia-200\/40 {
    border-right-color: rgb(245 208 254 / 0.4);
  }

  .md\:border-r-fuchsia-200\/45 {
    border-right-color: rgb(245 208 254 / 0.45);
  }

  .md\:border-r-fuchsia-200\/5 {
    border-right-color: rgb(245 208 254 / 0.05);
  }

  .md\:border-r-fuchsia-200\/50 {
    border-right-color: rgb(245 208 254 / 0.5);
  }

  .md\:border-r-fuchsia-200\/55 {
    border-right-color: rgb(245 208 254 / 0.55);
  }

  .md\:border-r-fuchsia-200\/60 {
    border-right-color: rgb(245 208 254 / 0.6);
  }

  .md\:border-r-fuchsia-200\/65 {
    border-right-color: rgb(245 208 254 / 0.65);
  }

  .md\:border-r-fuchsia-200\/70 {
    border-right-color: rgb(245 208 254 / 0.7);
  }

  .md\:border-r-fuchsia-200\/75 {
    border-right-color: rgb(245 208 254 / 0.75);
  }

  .md\:border-r-fuchsia-200\/80 {
    border-right-color: rgb(245 208 254 / 0.8);
  }

  .md\:border-r-fuchsia-200\/85 {
    border-right-color: rgb(245 208 254 / 0.85);
  }

  .md\:border-r-fuchsia-200\/90 {
    border-right-color: rgb(245 208 254 / 0.9);
  }

  .md\:border-r-fuchsia-200\/95 {
    border-right-color: rgb(245 208 254 / 0.95);
  }

  .md\:border-r-fuchsia-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(240 171 252 / var(--tw-border-opacity));
  }

  .md\:border-r-fuchsia-300\/0 {
    border-right-color: rgb(240 171 252 / 0);
  }

  .md\:border-r-fuchsia-300\/10 {
    border-right-color: rgb(240 171 252 / 0.1);
  }

  .md\:border-r-fuchsia-300\/100 {
    border-right-color: rgb(240 171 252 / 1);
  }

  .md\:border-r-fuchsia-300\/15 {
    border-right-color: rgb(240 171 252 / 0.15);
  }

  .md\:border-r-fuchsia-300\/20 {
    border-right-color: rgb(240 171 252 / 0.2);
  }

  .md\:border-r-fuchsia-300\/25 {
    border-right-color: rgb(240 171 252 / 0.25);
  }

  .md\:border-r-fuchsia-300\/30 {
    border-right-color: rgb(240 171 252 / 0.3);
  }

  .md\:border-r-fuchsia-300\/35 {
    border-right-color: rgb(240 171 252 / 0.35);
  }

  .md\:border-r-fuchsia-300\/40 {
    border-right-color: rgb(240 171 252 / 0.4);
  }

  .md\:border-r-fuchsia-300\/45 {
    border-right-color: rgb(240 171 252 / 0.45);
  }

  .md\:border-r-fuchsia-300\/5 {
    border-right-color: rgb(240 171 252 / 0.05);
  }

  .md\:border-r-fuchsia-300\/50 {
    border-right-color: rgb(240 171 252 / 0.5);
  }

  .md\:border-r-fuchsia-300\/55 {
    border-right-color: rgb(240 171 252 / 0.55);
  }

  .md\:border-r-fuchsia-300\/60 {
    border-right-color: rgb(240 171 252 / 0.6);
  }

  .md\:border-r-fuchsia-300\/65 {
    border-right-color: rgb(240 171 252 / 0.65);
  }

  .md\:border-r-fuchsia-300\/70 {
    border-right-color: rgb(240 171 252 / 0.7);
  }

  .md\:border-r-fuchsia-300\/75 {
    border-right-color: rgb(240 171 252 / 0.75);
  }

  .md\:border-r-fuchsia-300\/80 {
    border-right-color: rgb(240 171 252 / 0.8);
  }

  .md\:border-r-fuchsia-300\/85 {
    border-right-color: rgb(240 171 252 / 0.85);
  }

  .md\:border-r-fuchsia-300\/90 {
    border-right-color: rgb(240 171 252 / 0.9);
  }

  .md\:border-r-fuchsia-300\/95 {
    border-right-color: rgb(240 171 252 / 0.95);
  }

  .md\:border-r-fuchsia-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(232 121 249 / var(--tw-border-opacity));
  }

  .md\:border-r-fuchsia-400\/0 {
    border-right-color: rgb(232 121 249 / 0);
  }

  .md\:border-r-fuchsia-400\/10 {
    border-right-color: rgb(232 121 249 / 0.1);
  }

  .md\:border-r-fuchsia-400\/100 {
    border-right-color: rgb(232 121 249 / 1);
  }

  .md\:border-r-fuchsia-400\/15 {
    border-right-color: rgb(232 121 249 / 0.15);
  }

  .md\:border-r-fuchsia-400\/20 {
    border-right-color: rgb(232 121 249 / 0.2);
  }

  .md\:border-r-fuchsia-400\/25 {
    border-right-color: rgb(232 121 249 / 0.25);
  }

  .md\:border-r-fuchsia-400\/30 {
    border-right-color: rgb(232 121 249 / 0.3);
  }

  .md\:border-r-fuchsia-400\/35 {
    border-right-color: rgb(232 121 249 / 0.35);
  }

  .md\:border-r-fuchsia-400\/40 {
    border-right-color: rgb(232 121 249 / 0.4);
  }

  .md\:border-r-fuchsia-400\/45 {
    border-right-color: rgb(232 121 249 / 0.45);
  }

  .md\:border-r-fuchsia-400\/5 {
    border-right-color: rgb(232 121 249 / 0.05);
  }

  .md\:border-r-fuchsia-400\/50 {
    border-right-color: rgb(232 121 249 / 0.5);
  }

  .md\:border-r-fuchsia-400\/55 {
    border-right-color: rgb(232 121 249 / 0.55);
  }

  .md\:border-r-fuchsia-400\/60 {
    border-right-color: rgb(232 121 249 / 0.6);
  }

  .md\:border-r-fuchsia-400\/65 {
    border-right-color: rgb(232 121 249 / 0.65);
  }

  .md\:border-r-fuchsia-400\/70 {
    border-right-color: rgb(232 121 249 / 0.7);
  }

  .md\:border-r-fuchsia-400\/75 {
    border-right-color: rgb(232 121 249 / 0.75);
  }

  .md\:border-r-fuchsia-400\/80 {
    border-right-color: rgb(232 121 249 / 0.8);
  }

  .md\:border-r-fuchsia-400\/85 {
    border-right-color: rgb(232 121 249 / 0.85);
  }

  .md\:border-r-fuchsia-400\/90 {
    border-right-color: rgb(232 121 249 / 0.9);
  }

  .md\:border-r-fuchsia-400\/95 {
    border-right-color: rgb(232 121 249 / 0.95);
  }

  .md\:border-r-fuchsia-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 244 255 / var(--tw-border-opacity));
  }

  .md\:border-r-fuchsia-50\/0 {
    border-right-color: rgb(253 244 255 / 0);
  }

  .md\:border-r-fuchsia-50\/10 {
    border-right-color: rgb(253 244 255 / 0.1);
  }

  .md\:border-r-fuchsia-50\/100 {
    border-right-color: rgb(253 244 255 / 1);
  }

  .md\:border-r-fuchsia-50\/15 {
    border-right-color: rgb(253 244 255 / 0.15);
  }

  .md\:border-r-fuchsia-50\/20 {
    border-right-color: rgb(253 244 255 / 0.2);
  }

  .md\:border-r-fuchsia-50\/25 {
    border-right-color: rgb(253 244 255 / 0.25);
  }

  .md\:border-r-fuchsia-50\/30 {
    border-right-color: rgb(253 244 255 / 0.3);
  }

  .md\:border-r-fuchsia-50\/35 {
    border-right-color: rgb(253 244 255 / 0.35);
  }

  .md\:border-r-fuchsia-50\/40 {
    border-right-color: rgb(253 244 255 / 0.4);
  }

  .md\:border-r-fuchsia-50\/45 {
    border-right-color: rgb(253 244 255 / 0.45);
  }

  .md\:border-r-fuchsia-50\/5 {
    border-right-color: rgb(253 244 255 / 0.05);
  }

  .md\:border-r-fuchsia-50\/50 {
    border-right-color: rgb(253 244 255 / 0.5);
  }

  .md\:border-r-fuchsia-50\/55 {
    border-right-color: rgb(253 244 255 / 0.55);
  }

  .md\:border-r-fuchsia-50\/60 {
    border-right-color: rgb(253 244 255 / 0.6);
  }

  .md\:border-r-fuchsia-50\/65 {
    border-right-color: rgb(253 244 255 / 0.65);
  }

  .md\:border-r-fuchsia-50\/70 {
    border-right-color: rgb(253 244 255 / 0.7);
  }

  .md\:border-r-fuchsia-50\/75 {
    border-right-color: rgb(253 244 255 / 0.75);
  }

  .md\:border-r-fuchsia-50\/80 {
    border-right-color: rgb(253 244 255 / 0.8);
  }

  .md\:border-r-fuchsia-50\/85 {
    border-right-color: rgb(253 244 255 / 0.85);
  }

  .md\:border-r-fuchsia-50\/90 {
    border-right-color: rgb(253 244 255 / 0.9);
  }

  .md\:border-r-fuchsia-50\/95 {
    border-right-color: rgb(253 244 255 / 0.95);
  }

  .md\:border-r-fuchsia-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(217 70 239 / var(--tw-border-opacity));
  }

  .md\:border-r-fuchsia-500\/0 {
    border-right-color: rgb(217 70 239 / 0);
  }

  .md\:border-r-fuchsia-500\/10 {
    border-right-color: rgb(217 70 239 / 0.1);
  }

  .md\:border-r-fuchsia-500\/100 {
    border-right-color: rgb(217 70 239 / 1);
  }

  .md\:border-r-fuchsia-500\/15 {
    border-right-color: rgb(217 70 239 / 0.15);
  }

  .md\:border-r-fuchsia-500\/20 {
    border-right-color: rgb(217 70 239 / 0.2);
  }

  .md\:border-r-fuchsia-500\/25 {
    border-right-color: rgb(217 70 239 / 0.25);
  }

  .md\:border-r-fuchsia-500\/30 {
    border-right-color: rgb(217 70 239 / 0.3);
  }

  .md\:border-r-fuchsia-500\/35 {
    border-right-color: rgb(217 70 239 / 0.35);
  }

  .md\:border-r-fuchsia-500\/40 {
    border-right-color: rgb(217 70 239 / 0.4);
  }

  .md\:border-r-fuchsia-500\/45 {
    border-right-color: rgb(217 70 239 / 0.45);
  }

  .md\:border-r-fuchsia-500\/5 {
    border-right-color: rgb(217 70 239 / 0.05);
  }

  .md\:border-r-fuchsia-500\/50 {
    border-right-color: rgb(217 70 239 / 0.5);
  }

  .md\:border-r-fuchsia-500\/55 {
    border-right-color: rgb(217 70 239 / 0.55);
  }

  .md\:border-r-fuchsia-500\/60 {
    border-right-color: rgb(217 70 239 / 0.6);
  }

  .md\:border-r-fuchsia-500\/65 {
    border-right-color: rgb(217 70 239 / 0.65);
  }

  .md\:border-r-fuchsia-500\/70 {
    border-right-color: rgb(217 70 239 / 0.7);
  }

  .md\:border-r-fuchsia-500\/75 {
    border-right-color: rgb(217 70 239 / 0.75);
  }

  .md\:border-r-fuchsia-500\/80 {
    border-right-color: rgb(217 70 239 / 0.8);
  }

  .md\:border-r-fuchsia-500\/85 {
    border-right-color: rgb(217 70 239 / 0.85);
  }

  .md\:border-r-fuchsia-500\/90 {
    border-right-color: rgb(217 70 239 / 0.9);
  }

  .md\:border-r-fuchsia-500\/95 {
    border-right-color: rgb(217 70 239 / 0.95);
  }

  .md\:border-r-fuchsia-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(192 38 211 / var(--tw-border-opacity));
  }

  .md\:border-r-fuchsia-600\/0 {
    border-right-color: rgb(192 38 211 / 0);
  }

  .md\:border-r-fuchsia-600\/10 {
    border-right-color: rgb(192 38 211 / 0.1);
  }

  .md\:border-r-fuchsia-600\/100 {
    border-right-color: rgb(192 38 211 / 1);
  }

  .md\:border-r-fuchsia-600\/15 {
    border-right-color: rgb(192 38 211 / 0.15);
  }

  .md\:border-r-fuchsia-600\/20 {
    border-right-color: rgb(192 38 211 / 0.2);
  }

  .md\:border-r-fuchsia-600\/25 {
    border-right-color: rgb(192 38 211 / 0.25);
  }

  .md\:border-r-fuchsia-600\/30 {
    border-right-color: rgb(192 38 211 / 0.3);
  }

  .md\:border-r-fuchsia-600\/35 {
    border-right-color: rgb(192 38 211 / 0.35);
  }

  .md\:border-r-fuchsia-600\/40 {
    border-right-color: rgb(192 38 211 / 0.4);
  }

  .md\:border-r-fuchsia-600\/45 {
    border-right-color: rgb(192 38 211 / 0.45);
  }

  .md\:border-r-fuchsia-600\/5 {
    border-right-color: rgb(192 38 211 / 0.05);
  }

  .md\:border-r-fuchsia-600\/50 {
    border-right-color: rgb(192 38 211 / 0.5);
  }

  .md\:border-r-fuchsia-600\/55 {
    border-right-color: rgb(192 38 211 / 0.55);
  }

  .md\:border-r-fuchsia-600\/60 {
    border-right-color: rgb(192 38 211 / 0.6);
  }

  .md\:border-r-fuchsia-600\/65 {
    border-right-color: rgb(192 38 211 / 0.65);
  }

  .md\:border-r-fuchsia-600\/70 {
    border-right-color: rgb(192 38 211 / 0.7);
  }

  .md\:border-r-fuchsia-600\/75 {
    border-right-color: rgb(192 38 211 / 0.75);
  }

  .md\:border-r-fuchsia-600\/80 {
    border-right-color: rgb(192 38 211 / 0.8);
  }

  .md\:border-r-fuchsia-600\/85 {
    border-right-color: rgb(192 38 211 / 0.85);
  }

  .md\:border-r-fuchsia-600\/90 {
    border-right-color: rgb(192 38 211 / 0.9);
  }

  .md\:border-r-fuchsia-600\/95 {
    border-right-color: rgb(192 38 211 / 0.95);
  }

  .md\:border-r-fuchsia-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(162 28 175 / var(--tw-border-opacity));
  }

  .md\:border-r-fuchsia-700\/0 {
    border-right-color: rgb(162 28 175 / 0);
  }

  .md\:border-r-fuchsia-700\/10 {
    border-right-color: rgb(162 28 175 / 0.1);
  }

  .md\:border-r-fuchsia-700\/100 {
    border-right-color: rgb(162 28 175 / 1);
  }

  .md\:border-r-fuchsia-700\/15 {
    border-right-color: rgb(162 28 175 / 0.15);
  }

  .md\:border-r-fuchsia-700\/20 {
    border-right-color: rgb(162 28 175 / 0.2);
  }

  .md\:border-r-fuchsia-700\/25 {
    border-right-color: rgb(162 28 175 / 0.25);
  }

  .md\:border-r-fuchsia-700\/30 {
    border-right-color: rgb(162 28 175 / 0.3);
  }

  .md\:border-r-fuchsia-700\/35 {
    border-right-color: rgb(162 28 175 / 0.35);
  }

  .md\:border-r-fuchsia-700\/40 {
    border-right-color: rgb(162 28 175 / 0.4);
  }

  .md\:border-r-fuchsia-700\/45 {
    border-right-color: rgb(162 28 175 / 0.45);
  }

  .md\:border-r-fuchsia-700\/5 {
    border-right-color: rgb(162 28 175 / 0.05);
  }

  .md\:border-r-fuchsia-700\/50 {
    border-right-color: rgb(162 28 175 / 0.5);
  }

  .md\:border-r-fuchsia-700\/55 {
    border-right-color: rgb(162 28 175 / 0.55);
  }

  .md\:border-r-fuchsia-700\/60 {
    border-right-color: rgb(162 28 175 / 0.6);
  }

  .md\:border-r-fuchsia-700\/65 {
    border-right-color: rgb(162 28 175 / 0.65);
  }

  .md\:border-r-fuchsia-700\/70 {
    border-right-color: rgb(162 28 175 / 0.7);
  }

  .md\:border-r-fuchsia-700\/75 {
    border-right-color: rgb(162 28 175 / 0.75);
  }

  .md\:border-r-fuchsia-700\/80 {
    border-right-color: rgb(162 28 175 / 0.8);
  }

  .md\:border-r-fuchsia-700\/85 {
    border-right-color: rgb(162 28 175 / 0.85);
  }

  .md\:border-r-fuchsia-700\/90 {
    border-right-color: rgb(162 28 175 / 0.9);
  }

  .md\:border-r-fuchsia-700\/95 {
    border-right-color: rgb(162 28 175 / 0.95);
  }

  .md\:border-r-fuchsia-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(134 25 143 / var(--tw-border-opacity));
  }

  .md\:border-r-fuchsia-800\/0 {
    border-right-color: rgb(134 25 143 / 0);
  }

  .md\:border-r-fuchsia-800\/10 {
    border-right-color: rgb(134 25 143 / 0.1);
  }

  .md\:border-r-fuchsia-800\/100 {
    border-right-color: rgb(134 25 143 / 1);
  }

  .md\:border-r-fuchsia-800\/15 {
    border-right-color: rgb(134 25 143 / 0.15);
  }

  .md\:border-r-fuchsia-800\/20 {
    border-right-color: rgb(134 25 143 / 0.2);
  }

  .md\:border-r-fuchsia-800\/25 {
    border-right-color: rgb(134 25 143 / 0.25);
  }

  .md\:border-r-fuchsia-800\/30 {
    border-right-color: rgb(134 25 143 / 0.3);
  }

  .md\:border-r-fuchsia-800\/35 {
    border-right-color: rgb(134 25 143 / 0.35);
  }

  .md\:border-r-fuchsia-800\/40 {
    border-right-color: rgb(134 25 143 / 0.4);
  }

  .md\:border-r-fuchsia-800\/45 {
    border-right-color: rgb(134 25 143 / 0.45);
  }

  .md\:border-r-fuchsia-800\/5 {
    border-right-color: rgb(134 25 143 / 0.05);
  }

  .md\:border-r-fuchsia-800\/50 {
    border-right-color: rgb(134 25 143 / 0.5);
  }

  .md\:border-r-fuchsia-800\/55 {
    border-right-color: rgb(134 25 143 / 0.55);
  }

  .md\:border-r-fuchsia-800\/60 {
    border-right-color: rgb(134 25 143 / 0.6);
  }

  .md\:border-r-fuchsia-800\/65 {
    border-right-color: rgb(134 25 143 / 0.65);
  }

  .md\:border-r-fuchsia-800\/70 {
    border-right-color: rgb(134 25 143 / 0.7);
  }

  .md\:border-r-fuchsia-800\/75 {
    border-right-color: rgb(134 25 143 / 0.75);
  }

  .md\:border-r-fuchsia-800\/80 {
    border-right-color: rgb(134 25 143 / 0.8);
  }

  .md\:border-r-fuchsia-800\/85 {
    border-right-color: rgb(134 25 143 / 0.85);
  }

  .md\:border-r-fuchsia-800\/90 {
    border-right-color: rgb(134 25 143 / 0.9);
  }

  .md\:border-r-fuchsia-800\/95 {
    border-right-color: rgb(134 25 143 / 0.95);
  }

  .md\:border-r-fuchsia-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(112 26 117 / var(--tw-border-opacity));
  }

  .md\:border-r-fuchsia-900\/0 {
    border-right-color: rgb(112 26 117 / 0);
  }

  .md\:border-r-fuchsia-900\/10 {
    border-right-color: rgb(112 26 117 / 0.1);
  }

  .md\:border-r-fuchsia-900\/100 {
    border-right-color: rgb(112 26 117 / 1);
  }

  .md\:border-r-fuchsia-900\/15 {
    border-right-color: rgb(112 26 117 / 0.15);
  }

  .md\:border-r-fuchsia-900\/20 {
    border-right-color: rgb(112 26 117 / 0.2);
  }

  .md\:border-r-fuchsia-900\/25 {
    border-right-color: rgb(112 26 117 / 0.25);
  }

  .md\:border-r-fuchsia-900\/30 {
    border-right-color: rgb(112 26 117 / 0.3);
  }

  .md\:border-r-fuchsia-900\/35 {
    border-right-color: rgb(112 26 117 / 0.35);
  }

  .md\:border-r-fuchsia-900\/40 {
    border-right-color: rgb(112 26 117 / 0.4);
  }

  .md\:border-r-fuchsia-900\/45 {
    border-right-color: rgb(112 26 117 / 0.45);
  }

  .md\:border-r-fuchsia-900\/5 {
    border-right-color: rgb(112 26 117 / 0.05);
  }

  .md\:border-r-fuchsia-900\/50 {
    border-right-color: rgb(112 26 117 / 0.5);
  }

  .md\:border-r-fuchsia-900\/55 {
    border-right-color: rgb(112 26 117 / 0.55);
  }

  .md\:border-r-fuchsia-900\/60 {
    border-right-color: rgb(112 26 117 / 0.6);
  }

  .md\:border-r-fuchsia-900\/65 {
    border-right-color: rgb(112 26 117 / 0.65);
  }

  .md\:border-r-fuchsia-900\/70 {
    border-right-color: rgb(112 26 117 / 0.7);
  }

  .md\:border-r-fuchsia-900\/75 {
    border-right-color: rgb(112 26 117 / 0.75);
  }

  .md\:border-r-fuchsia-900\/80 {
    border-right-color: rgb(112 26 117 / 0.8);
  }

  .md\:border-r-fuchsia-900\/85 {
    border-right-color: rgb(112 26 117 / 0.85);
  }

  .md\:border-r-fuchsia-900\/90 {
    border-right-color: rgb(112 26 117 / 0.9);
  }

  .md\:border-r-fuchsia-900\/95 {
    border-right-color: rgb(112 26 117 / 0.95);
  }

  .md\:border-r-fuchsia-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(74 4 78 / var(--tw-border-opacity));
  }

  .md\:border-r-fuchsia-950\/0 {
    border-right-color: rgb(74 4 78 / 0);
  }

  .md\:border-r-fuchsia-950\/10 {
    border-right-color: rgb(74 4 78 / 0.1);
  }

  .md\:border-r-fuchsia-950\/100 {
    border-right-color: rgb(74 4 78 / 1);
  }

  .md\:border-r-fuchsia-950\/15 {
    border-right-color: rgb(74 4 78 / 0.15);
  }

  .md\:border-r-fuchsia-950\/20 {
    border-right-color: rgb(74 4 78 / 0.2);
  }

  .md\:border-r-fuchsia-950\/25 {
    border-right-color: rgb(74 4 78 / 0.25);
  }

  .md\:border-r-fuchsia-950\/30 {
    border-right-color: rgb(74 4 78 / 0.3);
  }

  .md\:border-r-fuchsia-950\/35 {
    border-right-color: rgb(74 4 78 / 0.35);
  }

  .md\:border-r-fuchsia-950\/40 {
    border-right-color: rgb(74 4 78 / 0.4);
  }

  .md\:border-r-fuchsia-950\/45 {
    border-right-color: rgb(74 4 78 / 0.45);
  }

  .md\:border-r-fuchsia-950\/5 {
    border-right-color: rgb(74 4 78 / 0.05);
  }

  .md\:border-r-fuchsia-950\/50 {
    border-right-color: rgb(74 4 78 / 0.5);
  }

  .md\:border-r-fuchsia-950\/55 {
    border-right-color: rgb(74 4 78 / 0.55);
  }

  .md\:border-r-fuchsia-950\/60 {
    border-right-color: rgb(74 4 78 / 0.6);
  }

  .md\:border-r-fuchsia-950\/65 {
    border-right-color: rgb(74 4 78 / 0.65);
  }

  .md\:border-r-fuchsia-950\/70 {
    border-right-color: rgb(74 4 78 / 0.7);
  }

  .md\:border-r-fuchsia-950\/75 {
    border-right-color: rgb(74 4 78 / 0.75);
  }

  .md\:border-r-fuchsia-950\/80 {
    border-right-color: rgb(74 4 78 / 0.8);
  }

  .md\:border-r-fuchsia-950\/85 {
    border-right-color: rgb(74 4 78 / 0.85);
  }

  .md\:border-r-fuchsia-950\/90 {
    border-right-color: rgb(74 4 78 / 0.9);
  }

  .md\:border-r-fuchsia-950\/95 {
    border-right-color: rgb(74 4 78 / 0.95);
  }

  .md\:border-r-gray-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(243 244 246 / var(--tw-border-opacity));
  }

  .md\:border-r-gray-100\/0 {
    border-right-color: rgb(243 244 246 / 0);
  }

  .md\:border-r-gray-100\/10 {
    border-right-color: rgb(243 244 246 / 0.1);
  }

  .md\:border-r-gray-100\/100 {
    border-right-color: rgb(243 244 246 / 1);
  }

  .md\:border-r-gray-100\/15 {
    border-right-color: rgb(243 244 246 / 0.15);
  }

  .md\:border-r-gray-100\/20 {
    border-right-color: rgb(243 244 246 / 0.2);
  }

  .md\:border-r-gray-100\/25 {
    border-right-color: rgb(243 244 246 / 0.25);
  }

  .md\:border-r-gray-100\/30 {
    border-right-color: rgb(243 244 246 / 0.3);
  }

  .md\:border-r-gray-100\/35 {
    border-right-color: rgb(243 244 246 / 0.35);
  }

  .md\:border-r-gray-100\/40 {
    border-right-color: rgb(243 244 246 / 0.4);
  }

  .md\:border-r-gray-100\/45 {
    border-right-color: rgb(243 244 246 / 0.45);
  }

  .md\:border-r-gray-100\/5 {
    border-right-color: rgb(243 244 246 / 0.05);
  }

  .md\:border-r-gray-100\/50 {
    border-right-color: rgb(243 244 246 / 0.5);
  }

  .md\:border-r-gray-100\/55 {
    border-right-color: rgb(243 244 246 / 0.55);
  }

  .md\:border-r-gray-100\/60 {
    border-right-color: rgb(243 244 246 / 0.6);
  }

  .md\:border-r-gray-100\/65 {
    border-right-color: rgb(243 244 246 / 0.65);
  }

  .md\:border-r-gray-100\/70 {
    border-right-color: rgb(243 244 246 / 0.7);
  }

  .md\:border-r-gray-100\/75 {
    border-right-color: rgb(243 244 246 / 0.75);
  }

  .md\:border-r-gray-100\/80 {
    border-right-color: rgb(243 244 246 / 0.8);
  }

  .md\:border-r-gray-100\/85 {
    border-right-color: rgb(243 244 246 / 0.85);
  }

  .md\:border-r-gray-100\/90 {
    border-right-color: rgb(243 244 246 / 0.9);
  }

  .md\:border-r-gray-100\/95 {
    border-right-color: rgb(243 244 246 / 0.95);
  }

  .md\:border-r-gray-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

  .md\:border-r-gray-200\/0 {
    border-right-color: rgb(229 231 235 / 0);
  }

  .md\:border-r-gray-200\/10 {
    border-right-color: rgb(229 231 235 / 0.1);
  }

  .md\:border-r-gray-200\/100 {
    border-right-color: rgb(229 231 235 / 1);
  }

  .md\:border-r-gray-200\/15 {
    border-right-color: rgb(229 231 235 / 0.15);
  }

  .md\:border-r-gray-200\/20 {
    border-right-color: rgb(229 231 235 / 0.2);
  }

  .md\:border-r-gray-200\/25 {
    border-right-color: rgb(229 231 235 / 0.25);
  }

  .md\:border-r-gray-200\/30 {
    border-right-color: rgb(229 231 235 / 0.3);
  }

  .md\:border-r-gray-200\/35 {
    border-right-color: rgb(229 231 235 / 0.35);
  }

  .md\:border-r-gray-200\/40 {
    border-right-color: rgb(229 231 235 / 0.4);
  }

  .md\:border-r-gray-200\/45 {
    border-right-color: rgb(229 231 235 / 0.45);
  }

  .md\:border-r-gray-200\/5 {
    border-right-color: rgb(229 231 235 / 0.05);
  }

  .md\:border-r-gray-200\/50 {
    border-right-color: rgb(229 231 235 / 0.5);
  }

  .md\:border-r-gray-200\/55 {
    border-right-color: rgb(229 231 235 / 0.55);
  }

  .md\:border-r-gray-200\/60 {
    border-right-color: rgb(229 231 235 / 0.6);
  }

  .md\:border-r-gray-200\/65 {
    border-right-color: rgb(229 231 235 / 0.65);
  }

  .md\:border-r-gray-200\/70 {
    border-right-color: rgb(229 231 235 / 0.7);
  }

  .md\:border-r-gray-200\/75 {
    border-right-color: rgb(229 231 235 / 0.75);
  }

  .md\:border-r-gray-200\/80 {
    border-right-color: rgb(229 231 235 / 0.8);
  }

  .md\:border-r-gray-200\/85 {
    border-right-color: rgb(229 231 235 / 0.85);
  }

  .md\:border-r-gray-200\/90 {
    border-right-color: rgb(229 231 235 / 0.9);
  }

  .md\:border-r-gray-200\/95 {
    border-right-color: rgb(229 231 235 / 0.95);
  }

  .md\:border-r-gray-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(209 213 219 / var(--tw-border-opacity));
  }

  .md\:border-r-gray-300\/0 {
    border-right-color: rgb(209 213 219 / 0);
  }

  .md\:border-r-gray-300\/10 {
    border-right-color: rgb(209 213 219 / 0.1);
  }

  .md\:border-r-gray-300\/100 {
    border-right-color: rgb(209 213 219 / 1);
  }

  .md\:border-r-gray-300\/15 {
    border-right-color: rgb(209 213 219 / 0.15);
  }

  .md\:border-r-gray-300\/20 {
    border-right-color: rgb(209 213 219 / 0.2);
  }

  .md\:border-r-gray-300\/25 {
    border-right-color: rgb(209 213 219 / 0.25);
  }

  .md\:border-r-gray-300\/30 {
    border-right-color: rgb(209 213 219 / 0.3);
  }

  .md\:border-r-gray-300\/35 {
    border-right-color: rgb(209 213 219 / 0.35);
  }

  .md\:border-r-gray-300\/40 {
    border-right-color: rgb(209 213 219 / 0.4);
  }

  .md\:border-r-gray-300\/45 {
    border-right-color: rgb(209 213 219 / 0.45);
  }

  .md\:border-r-gray-300\/5 {
    border-right-color: rgb(209 213 219 / 0.05);
  }

  .md\:border-r-gray-300\/50 {
    border-right-color: rgb(209 213 219 / 0.5);
  }

  .md\:border-r-gray-300\/55 {
    border-right-color: rgb(209 213 219 / 0.55);
  }

  .md\:border-r-gray-300\/60 {
    border-right-color: rgb(209 213 219 / 0.6);
  }

  .md\:border-r-gray-300\/65 {
    border-right-color: rgb(209 213 219 / 0.65);
  }

  .md\:border-r-gray-300\/70 {
    border-right-color: rgb(209 213 219 / 0.7);
  }

  .md\:border-r-gray-300\/75 {
    border-right-color: rgb(209 213 219 / 0.75);
  }

  .md\:border-r-gray-300\/80 {
    border-right-color: rgb(209 213 219 / 0.8);
  }

  .md\:border-r-gray-300\/85 {
    border-right-color: rgb(209 213 219 / 0.85);
  }

  .md\:border-r-gray-300\/90 {
    border-right-color: rgb(209 213 219 / 0.9);
  }

  .md\:border-r-gray-300\/95 {
    border-right-color: rgb(209 213 219 / 0.95);
  }

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

  .md\:border-r-gray-400\/0 {
    border-right-color: rgb(156 163 175 / 0);
  }

  .md\:border-r-gray-400\/10 {
    border-right-color: rgb(156 163 175 / 0.1);
  }

  .md\:border-r-gray-400\/100 {
    border-right-color: rgb(156 163 175 / 1);
  }

  .md\:border-r-gray-400\/15 {
    border-right-color: rgb(156 163 175 / 0.15);
  }

  .md\:border-r-gray-400\/20 {
    border-right-color: rgb(156 163 175 / 0.2);
  }

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

  .md\:border-r-gray-400\/30 {
    border-right-color: rgb(156 163 175 / 0.3);
  }

  .md\:border-r-gray-400\/35 {
    border-right-color: rgb(156 163 175 / 0.35);
  }

  .md\:border-r-gray-400\/40 {
    border-right-color: rgb(156 163 175 / 0.4);
  }

  .md\:border-r-gray-400\/45 {
    border-right-color: rgb(156 163 175 / 0.45);
  }

  .md\:border-r-gray-400\/5 {
    border-right-color: rgb(156 163 175 / 0.05);
  }

  .md\:border-r-gray-400\/50 {
    border-right-color: rgb(156 163 175 / 0.5);
  }

  .md\:border-r-gray-400\/55 {
    border-right-color: rgb(156 163 175 / 0.55);
  }

  .md\:border-r-gray-400\/60 {
    border-right-color: rgb(156 163 175 / 0.6);
  }

  .md\:border-r-gray-400\/65 {
    border-right-color: rgb(156 163 175 / 0.65);
  }

  .md\:border-r-gray-400\/70 {
    border-right-color: rgb(156 163 175 / 0.7);
  }

  .md\:border-r-gray-400\/75 {
    border-right-color: rgb(156 163 175 / 0.75);
  }

  .md\:border-r-gray-400\/80 {
    border-right-color: rgb(156 163 175 / 0.8);
  }

  .md\:border-r-gray-400\/85 {
    border-right-color: rgb(156 163 175 / 0.85);
  }

  .md\:border-r-gray-400\/90 {
    border-right-color: rgb(156 163 175 / 0.9);
  }

  .md\:border-r-gray-400\/95 {
    border-right-color: rgb(156 163 175 / 0.95);
  }

  .md\:border-r-gray-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(249 250 251 / var(--tw-border-opacity));
  }

  .md\:border-r-gray-50\/0 {
    border-right-color: rgb(249 250 251 / 0);
  }

  .md\:border-r-gray-50\/10 {
    border-right-color: rgb(249 250 251 / 0.1);
  }

  .md\:border-r-gray-50\/100 {
    border-right-color: rgb(249 250 251 / 1);
  }

  .md\:border-r-gray-50\/15 {
    border-right-color: rgb(249 250 251 / 0.15);
  }

  .md\:border-r-gray-50\/20 {
    border-right-color: rgb(249 250 251 / 0.2);
  }

  .md\:border-r-gray-50\/25 {
    border-right-color: rgb(249 250 251 / 0.25);
  }

  .md\:border-r-gray-50\/30 {
    border-right-color: rgb(249 250 251 / 0.3);
  }

  .md\:border-r-gray-50\/35 {
    border-right-color: rgb(249 250 251 / 0.35);
  }

  .md\:border-r-gray-50\/40 {
    border-right-color: rgb(249 250 251 / 0.4);
  }

  .md\:border-r-gray-50\/45 {
    border-right-color: rgb(249 250 251 / 0.45);
  }

  .md\:border-r-gray-50\/5 {
    border-right-color: rgb(249 250 251 / 0.05);
  }

  .md\:border-r-gray-50\/50 {
    border-right-color: rgb(249 250 251 / 0.5);
  }

  .md\:border-r-gray-50\/55 {
    border-right-color: rgb(249 250 251 / 0.55);
  }

  .md\:border-r-gray-50\/60 {
    border-right-color: rgb(249 250 251 / 0.6);
  }

  .md\:border-r-gray-50\/65 {
    border-right-color: rgb(249 250 251 / 0.65);
  }

  .md\:border-r-gray-50\/70 {
    border-right-color: rgb(249 250 251 / 0.7);
  }

  .md\:border-r-gray-50\/75 {
    border-right-color: rgb(249 250 251 / 0.75);
  }

  .md\:border-r-gray-50\/80 {
    border-right-color: rgb(249 250 251 / 0.8);
  }

  .md\:border-r-gray-50\/85 {
    border-right-color: rgb(249 250 251 / 0.85);
  }

  .md\:border-r-gray-50\/90 {
    border-right-color: rgb(249 250 251 / 0.9);
  }

  .md\:border-r-gray-50\/95 {
    border-right-color: rgb(249 250 251 / 0.95);
  }

  .md\:border-r-gray-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(107 114 128 / var(--tw-border-opacity));
  }

  .md\:border-r-gray-500\/0 {
    border-right-color: rgb(107 114 128 / 0);
  }

  .md\:border-r-gray-500\/10 {
    border-right-color: rgb(107 114 128 / 0.1);
  }

  .md\:border-r-gray-500\/100 {
    border-right-color: rgb(107 114 128 / 1);
  }

  .md\:border-r-gray-500\/15 {
    border-right-color: rgb(107 114 128 / 0.15);
  }

  .md\:border-r-gray-500\/20 {
    border-right-color: rgb(107 114 128 / 0.2);
  }

  .md\:border-r-gray-500\/25 {
    border-right-color: rgb(107 114 128 / 0.25);
  }

  .md\:border-r-gray-500\/30 {
    border-right-color: rgb(107 114 128 / 0.3);
  }

  .md\:border-r-gray-500\/35 {
    border-right-color: rgb(107 114 128 / 0.35);
  }

  .md\:border-r-gray-500\/40 {
    border-right-color: rgb(107 114 128 / 0.4);
  }

  .md\:border-r-gray-500\/45 {
    border-right-color: rgb(107 114 128 / 0.45);
  }

  .md\:border-r-gray-500\/5 {
    border-right-color: rgb(107 114 128 / 0.05);
  }

  .md\:border-r-gray-500\/50 {
    border-right-color: rgb(107 114 128 / 0.5);
  }

  .md\:border-r-gray-500\/55 {
    border-right-color: rgb(107 114 128 / 0.55);
  }

  .md\:border-r-gray-500\/60 {
    border-right-color: rgb(107 114 128 / 0.6);
  }

  .md\:border-r-gray-500\/65 {
    border-right-color: rgb(107 114 128 / 0.65);
  }

  .md\:border-r-gray-500\/70 {
    border-right-color: rgb(107 114 128 / 0.7);
  }

  .md\:border-r-gray-500\/75 {
    border-right-color: rgb(107 114 128 / 0.75);
  }

  .md\:border-r-gray-500\/80 {
    border-right-color: rgb(107 114 128 / 0.8);
  }

  .md\:border-r-gray-500\/85 {
    border-right-color: rgb(107 114 128 / 0.85);
  }

  .md\:border-r-gray-500\/90 {
    border-right-color: rgb(107 114 128 / 0.9);
  }

  .md\:border-r-gray-500\/95 {
    border-right-color: rgb(107 114 128 / 0.95);
  }

  .md\:border-r-gray-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .md\:border-r-gray-600\/0 {
    border-right-color: rgb(75 85 99 / 0);
  }

  .md\:border-r-gray-600\/10 {
    border-right-color: rgb(75 85 99 / 0.1);
  }

  .md\:border-r-gray-600\/100 {
    border-right-color: rgb(75 85 99 / 1);
  }

  .md\:border-r-gray-600\/15 {
    border-right-color: rgb(75 85 99 / 0.15);
  }

  .md\:border-r-gray-600\/20 {
    border-right-color: rgb(75 85 99 / 0.2);
  }

  .md\:border-r-gray-600\/25 {
    border-right-color: rgb(75 85 99 / 0.25);
  }

  .md\:border-r-gray-600\/30 {
    border-right-color: rgb(75 85 99 / 0.3);
  }

  .md\:border-r-gray-600\/35 {
    border-right-color: rgb(75 85 99 / 0.35);
  }

  .md\:border-r-gray-600\/40 {
    border-right-color: rgb(75 85 99 / 0.4);
  }

  .md\:border-r-gray-600\/45 {
    border-right-color: rgb(75 85 99 / 0.45);
  }

  .md\:border-r-gray-600\/5 {
    border-right-color: rgb(75 85 99 / 0.05);
  }

  .md\:border-r-gray-600\/50 {
    border-right-color: rgb(75 85 99 / 0.5);
  }

  .md\:border-r-gray-600\/55 {
    border-right-color: rgb(75 85 99 / 0.55);
  }

  .md\:border-r-gray-600\/60 {
    border-right-color: rgb(75 85 99 / 0.6);
  }

  .md\:border-r-gray-600\/65 {
    border-right-color: rgb(75 85 99 / 0.65);
  }

  .md\:border-r-gray-600\/70 {
    border-right-color: rgb(75 85 99 / 0.7);
  }

  .md\:border-r-gray-600\/75 {
    border-right-color: rgb(75 85 99 / 0.75);
  }

  .md\:border-r-gray-600\/80 {
    border-right-color: rgb(75 85 99 / 0.8);
  }

  .md\:border-r-gray-600\/85 {
    border-right-color: rgb(75 85 99 / 0.85);
  }

  .md\:border-r-gray-600\/90 {
    border-right-color: rgb(75 85 99 / 0.9);
  }

  .md\:border-r-gray-600\/95 {
    border-right-color: rgb(75 85 99 / 0.95);
  }

  .md\:border-r-gray-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .md\:border-r-gray-700\/0 {
    border-right-color: rgb(55 65 81 / 0);
  }

  .md\:border-r-gray-700\/10 {
    border-right-color: rgb(55 65 81 / 0.1);
  }

  .md\:border-r-gray-700\/100 {
    border-right-color: rgb(55 65 81 / 1);
  }

  .md\:border-r-gray-700\/15 {
    border-right-color: rgb(55 65 81 / 0.15);
  }

  .md\:border-r-gray-700\/20 {
    border-right-color: rgb(55 65 81 / 0.2);
  }

  .md\:border-r-gray-700\/25 {
    border-right-color: rgb(55 65 81 / 0.25);
  }

  .md\:border-r-gray-700\/30 {
    border-right-color: rgb(55 65 81 / 0.3);
  }

  .md\:border-r-gray-700\/35 {
    border-right-color: rgb(55 65 81 / 0.35);
  }

  .md\:border-r-gray-700\/40 {
    border-right-color: rgb(55 65 81 / 0.4);
  }

  .md\:border-r-gray-700\/45 {
    border-right-color: rgb(55 65 81 / 0.45);
  }

  .md\:border-r-gray-700\/5 {
    border-right-color: rgb(55 65 81 / 0.05);
  }

  .md\:border-r-gray-700\/50 {
    border-right-color: rgb(55 65 81 / 0.5);
  }

  .md\:border-r-gray-700\/55 {
    border-right-color: rgb(55 65 81 / 0.55);
  }

  .md\:border-r-gray-700\/60 {
    border-right-color: rgb(55 65 81 / 0.6);
  }

  .md\:border-r-gray-700\/65 {
    border-right-color: rgb(55 65 81 / 0.65);
  }

  .md\:border-r-gray-700\/70 {
    border-right-color: rgb(55 65 81 / 0.7);
  }

  .md\:border-r-gray-700\/75 {
    border-right-color: rgb(55 65 81 / 0.75);
  }

  .md\:border-r-gray-700\/80 {
    border-right-color: rgb(55 65 81 / 0.8);
  }

  .md\:border-r-gray-700\/85 {
    border-right-color: rgb(55 65 81 / 0.85);
  }

  .md\:border-r-gray-700\/90 {
    border-right-color: rgb(55 65 81 / 0.9);
  }

  .md\:border-r-gray-700\/95 {
    border-right-color: rgb(55 65 81 / 0.95);
  }

  .md\:border-r-gray-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(31 41 55 / var(--tw-border-opacity));
  }

  .md\:border-r-gray-800\/0 {
    border-right-color: rgb(31 41 55 / 0);
  }

  .md\:border-r-gray-800\/10 {
    border-right-color: rgb(31 41 55 / 0.1);
  }

  .md\:border-r-gray-800\/100 {
    border-right-color: rgb(31 41 55 / 1);
  }

  .md\:border-r-gray-800\/15 {
    border-right-color: rgb(31 41 55 / 0.15);
  }

  .md\:border-r-gray-800\/20 {
    border-right-color: rgb(31 41 55 / 0.2);
  }

  .md\:border-r-gray-800\/25 {
    border-right-color: rgb(31 41 55 / 0.25);
  }

  .md\:border-r-gray-800\/30 {
    border-right-color: rgb(31 41 55 / 0.3);
  }

  .md\:border-r-gray-800\/35 {
    border-right-color: rgb(31 41 55 / 0.35);
  }

  .md\:border-r-gray-800\/40 {
    border-right-color: rgb(31 41 55 / 0.4);
  }

  .md\:border-r-gray-800\/45 {
    border-right-color: rgb(31 41 55 / 0.45);
  }

  .md\:border-r-gray-800\/5 {
    border-right-color: rgb(31 41 55 / 0.05);
  }

  .md\:border-r-gray-800\/50 {
    border-right-color: rgb(31 41 55 / 0.5);
  }

  .md\:border-r-gray-800\/55 {
    border-right-color: rgb(31 41 55 / 0.55);
  }

  .md\:border-r-gray-800\/60 {
    border-right-color: rgb(31 41 55 / 0.6);
  }

  .md\:border-r-gray-800\/65 {
    border-right-color: rgb(31 41 55 / 0.65);
  }

  .md\:border-r-gray-800\/70 {
    border-right-color: rgb(31 41 55 / 0.7);
  }

  .md\:border-r-gray-800\/75 {
    border-right-color: rgb(31 41 55 / 0.75);
  }

  .md\:border-r-gray-800\/80 {
    border-right-color: rgb(31 41 55 / 0.8);
  }

  .md\:border-r-gray-800\/85 {
    border-right-color: rgb(31 41 55 / 0.85);
  }

  .md\:border-r-gray-800\/90 {
    border-right-color: rgb(31 41 55 / 0.9);
  }

  .md\:border-r-gray-800\/95 {
    border-right-color: rgb(31 41 55 / 0.95);
  }

  .md\:border-r-gray-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(17 24 39 / var(--tw-border-opacity));
  }

  .md\:border-r-gray-900\/0 {
    border-right-color: rgb(17 24 39 / 0);
  }

  .md\:border-r-gray-900\/10 {
    border-right-color: rgb(17 24 39 / 0.1);
  }

  .md\:border-r-gray-900\/100 {
    border-right-color: rgb(17 24 39 / 1);
  }

  .md\:border-r-gray-900\/15 {
    border-right-color: rgb(17 24 39 / 0.15);
  }

  .md\:border-r-gray-900\/20 {
    border-right-color: rgb(17 24 39 / 0.2);
  }

  .md\:border-r-gray-900\/25 {
    border-right-color: rgb(17 24 39 / 0.25);
  }

  .md\:border-r-gray-900\/30 {
    border-right-color: rgb(17 24 39 / 0.3);
  }

  .md\:border-r-gray-900\/35 {
    border-right-color: rgb(17 24 39 / 0.35);
  }

  .md\:border-r-gray-900\/40 {
    border-right-color: rgb(17 24 39 / 0.4);
  }

  .md\:border-r-gray-900\/45 {
    border-right-color: rgb(17 24 39 / 0.45);
  }

  .md\:border-r-gray-900\/5 {
    border-right-color: rgb(17 24 39 / 0.05);
  }

  .md\:border-r-gray-900\/50 {
    border-right-color: rgb(17 24 39 / 0.5);
  }

  .md\:border-r-gray-900\/55 {
    border-right-color: rgb(17 24 39 / 0.55);
  }

  .md\:border-r-gray-900\/60 {
    border-right-color: rgb(17 24 39 / 0.6);
  }

  .md\:border-r-gray-900\/65 {
    border-right-color: rgb(17 24 39 / 0.65);
  }

  .md\:border-r-gray-900\/70 {
    border-right-color: rgb(17 24 39 / 0.7);
  }

  .md\:border-r-gray-900\/75 {
    border-right-color: rgb(17 24 39 / 0.75);
  }

  .md\:border-r-gray-900\/80 {
    border-right-color: rgb(17 24 39 / 0.8);
  }

  .md\:border-r-gray-900\/85 {
    border-right-color: rgb(17 24 39 / 0.85);
  }

  .md\:border-r-gray-900\/90 {
    border-right-color: rgb(17 24 39 / 0.9);
  }

  .md\:border-r-gray-900\/95 {
    border-right-color: rgb(17 24 39 / 0.95);
  }

  .md\:border-r-gray-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(3 7 18 / var(--tw-border-opacity));
  }

  .md\:border-r-gray-950\/0 {
    border-right-color: rgb(3 7 18 / 0);
  }

  .md\:border-r-gray-950\/10 {
    border-right-color: rgb(3 7 18 / 0.1);
  }

  .md\:border-r-gray-950\/100 {
    border-right-color: rgb(3 7 18 / 1);
  }

  .md\:border-r-gray-950\/15 {
    border-right-color: rgb(3 7 18 / 0.15);
  }

  .md\:border-r-gray-950\/20 {
    border-right-color: rgb(3 7 18 / 0.2);
  }

  .md\:border-r-gray-950\/25 {
    border-right-color: rgb(3 7 18 / 0.25);
  }

  .md\:border-r-gray-950\/30 {
    border-right-color: rgb(3 7 18 / 0.3);
  }

  .md\:border-r-gray-950\/35 {
    border-right-color: rgb(3 7 18 / 0.35);
  }

  .md\:border-r-gray-950\/40 {
    border-right-color: rgb(3 7 18 / 0.4);
  }

  .md\:border-r-gray-950\/45 {
    border-right-color: rgb(3 7 18 / 0.45);
  }

  .md\:border-r-gray-950\/5 {
    border-right-color: rgb(3 7 18 / 0.05);
  }

  .md\:border-r-gray-950\/50 {
    border-right-color: rgb(3 7 18 / 0.5);
  }

  .md\:border-r-gray-950\/55 {
    border-right-color: rgb(3 7 18 / 0.55);
  }

  .md\:border-r-gray-950\/60 {
    border-right-color: rgb(3 7 18 / 0.6);
  }

  .md\:border-r-gray-950\/65 {
    border-right-color: rgb(3 7 18 / 0.65);
  }

  .md\:border-r-gray-950\/70 {
    border-right-color: rgb(3 7 18 / 0.7);
  }

  .md\:border-r-gray-950\/75 {
    border-right-color: rgb(3 7 18 / 0.75);
  }

  .md\:border-r-gray-950\/80 {
    border-right-color: rgb(3 7 18 / 0.8);
  }

  .md\:border-r-gray-950\/85 {
    border-right-color: rgb(3 7 18 / 0.85);
  }

  .md\:border-r-gray-950\/90 {
    border-right-color: rgb(3 7 18 / 0.9);
  }

  .md\:border-r-gray-950\/95 {
    border-right-color: rgb(3 7 18 / 0.95);
  }

  .md\:border-r-green-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(220 252 231 / var(--tw-border-opacity));
  }

  .md\:border-r-green-100\/0 {
    border-right-color: rgb(220 252 231 / 0);
  }

  .md\:border-r-green-100\/10 {
    border-right-color: rgb(220 252 231 / 0.1);
  }

  .md\:border-r-green-100\/100 {
    border-right-color: rgb(220 252 231 / 1);
  }

  .md\:border-r-green-100\/15 {
    border-right-color: rgb(220 252 231 / 0.15);
  }

  .md\:border-r-green-100\/20 {
    border-right-color: rgb(220 252 231 / 0.2);
  }

  .md\:border-r-green-100\/25 {
    border-right-color: rgb(220 252 231 / 0.25);
  }

  .md\:border-r-green-100\/30 {
    border-right-color: rgb(220 252 231 / 0.3);
  }

  .md\:border-r-green-100\/35 {
    border-right-color: rgb(220 252 231 / 0.35);
  }

  .md\:border-r-green-100\/40 {
    border-right-color: rgb(220 252 231 / 0.4);
  }

  .md\:border-r-green-100\/45 {
    border-right-color: rgb(220 252 231 / 0.45);
  }

  .md\:border-r-green-100\/5 {
    border-right-color: rgb(220 252 231 / 0.05);
  }

  .md\:border-r-green-100\/50 {
    border-right-color: rgb(220 252 231 / 0.5);
  }

  .md\:border-r-green-100\/55 {
    border-right-color: rgb(220 252 231 / 0.55);
  }

  .md\:border-r-green-100\/60 {
    border-right-color: rgb(220 252 231 / 0.6);
  }

  .md\:border-r-green-100\/65 {
    border-right-color: rgb(220 252 231 / 0.65);
  }

  .md\:border-r-green-100\/70 {
    border-right-color: rgb(220 252 231 / 0.7);
  }

  .md\:border-r-green-100\/75 {
    border-right-color: rgb(220 252 231 / 0.75);
  }

  .md\:border-r-green-100\/80 {
    border-right-color: rgb(220 252 231 / 0.8);
  }

  .md\:border-r-green-100\/85 {
    border-right-color: rgb(220 252 231 / 0.85);
  }

  .md\:border-r-green-100\/90 {
    border-right-color: rgb(220 252 231 / 0.9);
  }

  .md\:border-r-green-100\/95 {
    border-right-color: rgb(220 252 231 / 0.95);
  }

  .md\:border-r-green-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(187 247 208 / var(--tw-border-opacity));
  }

  .md\:border-r-green-200\/0 {
    border-right-color: rgb(187 247 208 / 0);
  }

  .md\:border-r-green-200\/10 {
    border-right-color: rgb(187 247 208 / 0.1);
  }

  .md\:border-r-green-200\/100 {
    border-right-color: rgb(187 247 208 / 1);
  }

  .md\:border-r-green-200\/15 {
    border-right-color: rgb(187 247 208 / 0.15);
  }

  .md\:border-r-green-200\/20 {
    border-right-color: rgb(187 247 208 / 0.2);
  }

  .md\:border-r-green-200\/25 {
    border-right-color: rgb(187 247 208 / 0.25);
  }

  .md\:border-r-green-200\/30 {
    border-right-color: rgb(187 247 208 / 0.3);
  }

  .md\:border-r-green-200\/35 {
    border-right-color: rgb(187 247 208 / 0.35);
  }

  .md\:border-r-green-200\/40 {
    border-right-color: rgb(187 247 208 / 0.4);
  }

  .md\:border-r-green-200\/45 {
    border-right-color: rgb(187 247 208 / 0.45);
  }

  .md\:border-r-green-200\/5 {
    border-right-color: rgb(187 247 208 / 0.05);
  }

  .md\:border-r-green-200\/50 {
    border-right-color: rgb(187 247 208 / 0.5);
  }

  .md\:border-r-green-200\/55 {
    border-right-color: rgb(187 247 208 / 0.55);
  }

  .md\:border-r-green-200\/60 {
    border-right-color: rgb(187 247 208 / 0.6);
  }

  .md\:border-r-green-200\/65 {
    border-right-color: rgb(187 247 208 / 0.65);
  }

  .md\:border-r-green-200\/70 {
    border-right-color: rgb(187 247 208 / 0.7);
  }

  .md\:border-r-green-200\/75 {
    border-right-color: rgb(187 247 208 / 0.75);
  }

  .md\:border-r-green-200\/80 {
    border-right-color: rgb(187 247 208 / 0.8);
  }

  .md\:border-r-green-200\/85 {
    border-right-color: rgb(187 247 208 / 0.85);
  }

  .md\:border-r-green-200\/90 {
    border-right-color: rgb(187 247 208 / 0.9);
  }

  .md\:border-r-green-200\/95 {
    border-right-color: rgb(187 247 208 / 0.95);
  }

  .md\:border-r-green-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(134 239 172 / var(--tw-border-opacity));
  }

  .md\:border-r-green-300\/0 {
    border-right-color: rgb(134 239 172 / 0);
  }

  .md\:border-r-green-300\/10 {
    border-right-color: rgb(134 239 172 / 0.1);
  }

  .md\:border-r-green-300\/100 {
    border-right-color: rgb(134 239 172 / 1);
  }

  .md\:border-r-green-300\/15 {
    border-right-color: rgb(134 239 172 / 0.15);
  }

  .md\:border-r-green-300\/20 {
    border-right-color: rgb(134 239 172 / 0.2);
  }

  .md\:border-r-green-300\/25 {
    border-right-color: rgb(134 239 172 / 0.25);
  }

  .md\:border-r-green-300\/30 {
    border-right-color: rgb(134 239 172 / 0.3);
  }

  .md\:border-r-green-300\/35 {
    border-right-color: rgb(134 239 172 / 0.35);
  }

  .md\:border-r-green-300\/40 {
    border-right-color: rgb(134 239 172 / 0.4);
  }

  .md\:border-r-green-300\/45 {
    border-right-color: rgb(134 239 172 / 0.45);
  }

  .md\:border-r-green-300\/5 {
    border-right-color: rgb(134 239 172 / 0.05);
  }

  .md\:border-r-green-300\/50 {
    border-right-color: rgb(134 239 172 / 0.5);
  }

  .md\:border-r-green-300\/55 {
    border-right-color: rgb(134 239 172 / 0.55);
  }

  .md\:border-r-green-300\/60 {
    border-right-color: rgb(134 239 172 / 0.6);
  }

  .md\:border-r-green-300\/65 {
    border-right-color: rgb(134 239 172 / 0.65);
  }

  .md\:border-r-green-300\/70 {
    border-right-color: rgb(134 239 172 / 0.7);
  }

  .md\:border-r-green-300\/75 {
    border-right-color: rgb(134 239 172 / 0.75);
  }

  .md\:border-r-green-300\/80 {
    border-right-color: rgb(134 239 172 / 0.8);
  }

  .md\:border-r-green-300\/85 {
    border-right-color: rgb(134 239 172 / 0.85);
  }

  .md\:border-r-green-300\/90 {
    border-right-color: rgb(134 239 172 / 0.9);
  }

  .md\:border-r-green-300\/95 {
    border-right-color: rgb(134 239 172 / 0.95);
  }

  .md\:border-r-green-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(74 222 128 / var(--tw-border-opacity));
  }

  .md\:border-r-green-400\/0 {
    border-right-color: rgb(74 222 128 / 0);
  }

  .md\:border-r-green-400\/10 {
    border-right-color: rgb(74 222 128 / 0.1);
  }

  .md\:border-r-green-400\/100 {
    border-right-color: rgb(74 222 128 / 1);
  }

  .md\:border-r-green-400\/15 {
    border-right-color: rgb(74 222 128 / 0.15);
  }

  .md\:border-r-green-400\/20 {
    border-right-color: rgb(74 222 128 / 0.2);
  }

  .md\:border-r-green-400\/25 {
    border-right-color: rgb(74 222 128 / 0.25);
  }

  .md\:border-r-green-400\/30 {
    border-right-color: rgb(74 222 128 / 0.3);
  }

  .md\:border-r-green-400\/35 {
    border-right-color: rgb(74 222 128 / 0.35);
  }

  .md\:border-r-green-400\/40 {
    border-right-color: rgb(74 222 128 / 0.4);
  }

  .md\:border-r-green-400\/45 {
    border-right-color: rgb(74 222 128 / 0.45);
  }

  .md\:border-r-green-400\/5 {
    border-right-color: rgb(74 222 128 / 0.05);
  }

  .md\:border-r-green-400\/50 {
    border-right-color: rgb(74 222 128 / 0.5);
  }

  .md\:border-r-green-400\/55 {
    border-right-color: rgb(74 222 128 / 0.55);
  }

  .md\:border-r-green-400\/60 {
    border-right-color: rgb(74 222 128 / 0.6);
  }

  .md\:border-r-green-400\/65 {
    border-right-color: rgb(74 222 128 / 0.65);
  }

  .md\:border-r-green-400\/70 {
    border-right-color: rgb(74 222 128 / 0.7);
  }

  .md\:border-r-green-400\/75 {
    border-right-color: rgb(74 222 128 / 0.75);
  }

  .md\:border-r-green-400\/80 {
    border-right-color: rgb(74 222 128 / 0.8);
  }

  .md\:border-r-green-400\/85 {
    border-right-color: rgb(74 222 128 / 0.85);
  }

  .md\:border-r-green-400\/90 {
    border-right-color: rgb(74 222 128 / 0.9);
  }

  .md\:border-r-green-400\/95 {
    border-right-color: rgb(74 222 128 / 0.95);
  }

  .md\:border-r-green-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(240 253 244 / var(--tw-border-opacity));
  }

  .md\:border-r-green-50\/0 {
    border-right-color: rgb(240 253 244 / 0);
  }

  .md\:border-r-green-50\/10 {
    border-right-color: rgb(240 253 244 / 0.1);
  }

  .md\:border-r-green-50\/100 {
    border-right-color: rgb(240 253 244 / 1);
  }

  .md\:border-r-green-50\/15 {
    border-right-color: rgb(240 253 244 / 0.15);
  }

  .md\:border-r-green-50\/20 {
    border-right-color: rgb(240 253 244 / 0.2);
  }

  .md\:border-r-green-50\/25 {
    border-right-color: rgb(240 253 244 / 0.25);
  }

  .md\:border-r-green-50\/30 {
    border-right-color: rgb(240 253 244 / 0.3);
  }

  .md\:border-r-green-50\/35 {
    border-right-color: rgb(240 253 244 / 0.35);
  }

  .md\:border-r-green-50\/40 {
    border-right-color: rgb(240 253 244 / 0.4);
  }

  .md\:border-r-green-50\/45 {
    border-right-color: rgb(240 253 244 / 0.45);
  }

  .md\:border-r-green-50\/5 {
    border-right-color: rgb(240 253 244 / 0.05);
  }

  .md\:border-r-green-50\/50 {
    border-right-color: rgb(240 253 244 / 0.5);
  }

  .md\:border-r-green-50\/55 {
    border-right-color: rgb(240 253 244 / 0.55);
  }

  .md\:border-r-green-50\/60 {
    border-right-color: rgb(240 253 244 / 0.6);
  }

  .md\:border-r-green-50\/65 {
    border-right-color: rgb(240 253 244 / 0.65);
  }

  .md\:border-r-green-50\/70 {
    border-right-color: rgb(240 253 244 / 0.7);
  }

  .md\:border-r-green-50\/75 {
    border-right-color: rgb(240 253 244 / 0.75);
  }

  .md\:border-r-green-50\/80 {
    border-right-color: rgb(240 253 244 / 0.8);
  }

  .md\:border-r-green-50\/85 {
    border-right-color: rgb(240 253 244 / 0.85);
  }

  .md\:border-r-green-50\/90 {
    border-right-color: rgb(240 253 244 / 0.9);
  }

  .md\:border-r-green-50\/95 {
    border-right-color: rgb(240 253 244 / 0.95);
  }

  .md\:border-r-green-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(34 197 94 / var(--tw-border-opacity));
  }

  .md\:border-r-green-500\/0 {
    border-right-color: rgb(34 197 94 / 0);
  }

  .md\:border-r-green-500\/10 {
    border-right-color: rgb(34 197 94 / 0.1);
  }

  .md\:border-r-green-500\/100 {
    border-right-color: rgb(34 197 94 / 1);
  }

  .md\:border-r-green-500\/15 {
    border-right-color: rgb(34 197 94 / 0.15);
  }

  .md\:border-r-green-500\/20 {
    border-right-color: rgb(34 197 94 / 0.2);
  }

  .md\:border-r-green-500\/25 {
    border-right-color: rgb(34 197 94 / 0.25);
  }

  .md\:border-r-green-500\/30 {
    border-right-color: rgb(34 197 94 / 0.3);
  }

  .md\:border-r-green-500\/35 {
    border-right-color: rgb(34 197 94 / 0.35);
  }

  .md\:border-r-green-500\/40 {
    border-right-color: rgb(34 197 94 / 0.4);
  }

  .md\:border-r-green-500\/45 {
    border-right-color: rgb(34 197 94 / 0.45);
  }

  .md\:border-r-green-500\/5 {
    border-right-color: rgb(34 197 94 / 0.05);
  }

  .md\:border-r-green-500\/50 {
    border-right-color: rgb(34 197 94 / 0.5);
  }

  .md\:border-r-green-500\/55 {
    border-right-color: rgb(34 197 94 / 0.55);
  }

  .md\:border-r-green-500\/60 {
    border-right-color: rgb(34 197 94 / 0.6);
  }

  .md\:border-r-green-500\/65 {
    border-right-color: rgb(34 197 94 / 0.65);
  }

  .md\:border-r-green-500\/70 {
    border-right-color: rgb(34 197 94 / 0.7);
  }

  .md\:border-r-green-500\/75 {
    border-right-color: rgb(34 197 94 / 0.75);
  }

  .md\:border-r-green-500\/80 {
    border-right-color: rgb(34 197 94 / 0.8);
  }

  .md\:border-r-green-500\/85 {
    border-right-color: rgb(34 197 94 / 0.85);
  }

  .md\:border-r-green-500\/90 {
    border-right-color: rgb(34 197 94 / 0.9);
  }

  .md\:border-r-green-500\/95 {
    border-right-color: rgb(34 197 94 / 0.95);
  }

  .md\:border-r-green-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(22 163 74 / var(--tw-border-opacity));
  }

  .md\:border-r-green-600\/0 {
    border-right-color: rgb(22 163 74 / 0);
  }

  .md\:border-r-green-600\/10 {
    border-right-color: rgb(22 163 74 / 0.1);
  }

  .md\:border-r-green-600\/100 {
    border-right-color: rgb(22 163 74 / 1);
  }

  .md\:border-r-green-600\/15 {
    border-right-color: rgb(22 163 74 / 0.15);
  }

  .md\:border-r-green-600\/20 {
    border-right-color: rgb(22 163 74 / 0.2);
  }

  .md\:border-r-green-600\/25 {
    border-right-color: rgb(22 163 74 / 0.25);
  }

  .md\:border-r-green-600\/30 {
    border-right-color: rgb(22 163 74 / 0.3);
  }

  .md\:border-r-green-600\/35 {
    border-right-color: rgb(22 163 74 / 0.35);
  }

  .md\:border-r-green-600\/40 {
    border-right-color: rgb(22 163 74 / 0.4);
  }

  .md\:border-r-green-600\/45 {
    border-right-color: rgb(22 163 74 / 0.45);
  }

  .md\:border-r-green-600\/5 {
    border-right-color: rgb(22 163 74 / 0.05);
  }

  .md\:border-r-green-600\/50 {
    border-right-color: rgb(22 163 74 / 0.5);
  }

  .md\:border-r-green-600\/55 {
    border-right-color: rgb(22 163 74 / 0.55);
  }

  .md\:border-r-green-600\/60 {
    border-right-color: rgb(22 163 74 / 0.6);
  }

  .md\:border-r-green-600\/65 {
    border-right-color: rgb(22 163 74 / 0.65);
  }

  .md\:border-r-green-600\/70 {
    border-right-color: rgb(22 163 74 / 0.7);
  }

  .md\:border-r-green-600\/75 {
    border-right-color: rgb(22 163 74 / 0.75);
  }

  .md\:border-r-green-600\/80 {
    border-right-color: rgb(22 163 74 / 0.8);
  }

  .md\:border-r-green-600\/85 {
    border-right-color: rgb(22 163 74 / 0.85);
  }

  .md\:border-r-green-600\/90 {
    border-right-color: rgb(22 163 74 / 0.9);
  }

  .md\:border-r-green-600\/95 {
    border-right-color: rgb(22 163 74 / 0.95);
  }

  .md\:border-r-green-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(21 128 61 / var(--tw-border-opacity));
  }

  .md\:border-r-green-700\/0 {
    border-right-color: rgb(21 128 61 / 0);
  }

  .md\:border-r-green-700\/10 {
    border-right-color: rgb(21 128 61 / 0.1);
  }

  .md\:border-r-green-700\/100 {
    border-right-color: rgb(21 128 61 / 1);
  }

  .md\:border-r-green-700\/15 {
    border-right-color: rgb(21 128 61 / 0.15);
  }

  .md\:border-r-green-700\/20 {
    border-right-color: rgb(21 128 61 / 0.2);
  }

  .md\:border-r-green-700\/25 {
    border-right-color: rgb(21 128 61 / 0.25);
  }

  .md\:border-r-green-700\/30 {
    border-right-color: rgb(21 128 61 / 0.3);
  }

  .md\:border-r-green-700\/35 {
    border-right-color: rgb(21 128 61 / 0.35);
  }

  .md\:border-r-green-700\/40 {
    border-right-color: rgb(21 128 61 / 0.4);
  }

  .md\:border-r-green-700\/45 {
    border-right-color: rgb(21 128 61 / 0.45);
  }

  .md\:border-r-green-700\/5 {
    border-right-color: rgb(21 128 61 / 0.05);
  }

  .md\:border-r-green-700\/50 {
    border-right-color: rgb(21 128 61 / 0.5);
  }

  .md\:border-r-green-700\/55 {
    border-right-color: rgb(21 128 61 / 0.55);
  }

  .md\:border-r-green-700\/60 {
    border-right-color: rgb(21 128 61 / 0.6);
  }

  .md\:border-r-green-700\/65 {
    border-right-color: rgb(21 128 61 / 0.65);
  }

  .md\:border-r-green-700\/70 {
    border-right-color: rgb(21 128 61 / 0.7);
  }

  .md\:border-r-green-700\/75 {
    border-right-color: rgb(21 128 61 / 0.75);
  }

  .md\:border-r-green-700\/80 {
    border-right-color: rgb(21 128 61 / 0.8);
  }

  .md\:border-r-green-700\/85 {
    border-right-color: rgb(21 128 61 / 0.85);
  }

  .md\:border-r-green-700\/90 {
    border-right-color: rgb(21 128 61 / 0.9);
  }

  .md\:border-r-green-700\/95 {
    border-right-color: rgb(21 128 61 / 0.95);
  }

  .md\:border-r-green-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(22 101 52 / var(--tw-border-opacity));
  }

  .md\:border-r-green-800\/0 {
    border-right-color: rgb(22 101 52 / 0);
  }

  .md\:border-r-green-800\/10 {
    border-right-color: rgb(22 101 52 / 0.1);
  }

  .md\:border-r-green-800\/100 {
    border-right-color: rgb(22 101 52 / 1);
  }

  .md\:border-r-green-800\/15 {
    border-right-color: rgb(22 101 52 / 0.15);
  }

  .md\:border-r-green-800\/20 {
    border-right-color: rgb(22 101 52 / 0.2);
  }

  .md\:border-r-green-800\/25 {
    border-right-color: rgb(22 101 52 / 0.25);
  }

  .md\:border-r-green-800\/30 {
    border-right-color: rgb(22 101 52 / 0.3);
  }

  .md\:border-r-green-800\/35 {
    border-right-color: rgb(22 101 52 / 0.35);
  }

  .md\:border-r-green-800\/40 {
    border-right-color: rgb(22 101 52 / 0.4);
  }

  .md\:border-r-green-800\/45 {
    border-right-color: rgb(22 101 52 / 0.45);
  }

  .md\:border-r-green-800\/5 {
    border-right-color: rgb(22 101 52 / 0.05);
  }

  .md\:border-r-green-800\/50 {
    border-right-color: rgb(22 101 52 / 0.5);
  }

  .md\:border-r-green-800\/55 {
    border-right-color: rgb(22 101 52 / 0.55);
  }

  .md\:border-r-green-800\/60 {
    border-right-color: rgb(22 101 52 / 0.6);
  }

  .md\:border-r-green-800\/65 {
    border-right-color: rgb(22 101 52 / 0.65);
  }

  .md\:border-r-green-800\/70 {
    border-right-color: rgb(22 101 52 / 0.7);
  }

  .md\:border-r-green-800\/75 {
    border-right-color: rgb(22 101 52 / 0.75);
  }

  .md\:border-r-green-800\/80 {
    border-right-color: rgb(22 101 52 / 0.8);
  }

  .md\:border-r-green-800\/85 {
    border-right-color: rgb(22 101 52 / 0.85);
  }

  .md\:border-r-green-800\/90 {
    border-right-color: rgb(22 101 52 / 0.9);
  }

  .md\:border-r-green-800\/95 {
    border-right-color: rgb(22 101 52 / 0.95);
  }

  .md\:border-r-green-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(20 83 45 / var(--tw-border-opacity));
  }

  .md\:border-r-green-900\/0 {
    border-right-color: rgb(20 83 45 / 0);
  }

  .md\:border-r-green-900\/10 {
    border-right-color: rgb(20 83 45 / 0.1);
  }

  .md\:border-r-green-900\/100 {
    border-right-color: rgb(20 83 45 / 1);
  }

  .md\:border-r-green-900\/15 {
    border-right-color: rgb(20 83 45 / 0.15);
  }

  .md\:border-r-green-900\/20 {
    border-right-color: rgb(20 83 45 / 0.2);
  }

  .md\:border-r-green-900\/25 {
    border-right-color: rgb(20 83 45 / 0.25);
  }

  .md\:border-r-green-900\/30 {
    border-right-color: rgb(20 83 45 / 0.3);
  }

  .md\:border-r-green-900\/35 {
    border-right-color: rgb(20 83 45 / 0.35);
  }

  .md\:border-r-green-900\/40 {
    border-right-color: rgb(20 83 45 / 0.4);
  }

  .md\:border-r-green-900\/45 {
    border-right-color: rgb(20 83 45 / 0.45);
  }

  .md\:border-r-green-900\/5 {
    border-right-color: rgb(20 83 45 / 0.05);
  }

  .md\:border-r-green-900\/50 {
    border-right-color: rgb(20 83 45 / 0.5);
  }

  .md\:border-r-green-900\/55 {
    border-right-color: rgb(20 83 45 / 0.55);
  }

  .md\:border-r-green-900\/60 {
    border-right-color: rgb(20 83 45 / 0.6);
  }

  .md\:border-r-green-900\/65 {
    border-right-color: rgb(20 83 45 / 0.65);
  }

  .md\:border-r-green-900\/70 {
    border-right-color: rgb(20 83 45 / 0.7);
  }

  .md\:border-r-green-900\/75 {
    border-right-color: rgb(20 83 45 / 0.75);
  }

  .md\:border-r-green-900\/80 {
    border-right-color: rgb(20 83 45 / 0.8);
  }

  .md\:border-r-green-900\/85 {
    border-right-color: rgb(20 83 45 / 0.85);
  }

  .md\:border-r-green-900\/90 {
    border-right-color: rgb(20 83 45 / 0.9);
  }

  .md\:border-r-green-900\/95 {
    border-right-color: rgb(20 83 45 / 0.95);
  }

  .md\:border-r-green-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(5 46 22 / var(--tw-border-opacity));
  }

  .md\:border-r-green-950\/0 {
    border-right-color: rgb(5 46 22 / 0);
  }

  .md\:border-r-green-950\/10 {
    border-right-color: rgb(5 46 22 / 0.1);
  }

  .md\:border-r-green-950\/100 {
    border-right-color: rgb(5 46 22 / 1);
  }

  .md\:border-r-green-950\/15 {
    border-right-color: rgb(5 46 22 / 0.15);
  }

  .md\:border-r-green-950\/20 {
    border-right-color: rgb(5 46 22 / 0.2);
  }

  .md\:border-r-green-950\/25 {
    border-right-color: rgb(5 46 22 / 0.25);
  }

  .md\:border-r-green-950\/30 {
    border-right-color: rgb(5 46 22 / 0.3);
  }

  .md\:border-r-green-950\/35 {
    border-right-color: rgb(5 46 22 / 0.35);
  }

  .md\:border-r-green-950\/40 {
    border-right-color: rgb(5 46 22 / 0.4);
  }

  .md\:border-r-green-950\/45 {
    border-right-color: rgb(5 46 22 / 0.45);
  }

  .md\:border-r-green-950\/5 {
    border-right-color: rgb(5 46 22 / 0.05);
  }

  .md\:border-r-green-950\/50 {
    border-right-color: rgb(5 46 22 / 0.5);
  }

  .md\:border-r-green-950\/55 {
    border-right-color: rgb(5 46 22 / 0.55);
  }

  .md\:border-r-green-950\/60 {
    border-right-color: rgb(5 46 22 / 0.6);
  }

  .md\:border-r-green-950\/65 {
    border-right-color: rgb(5 46 22 / 0.65);
  }

  .md\:border-r-green-950\/70 {
    border-right-color: rgb(5 46 22 / 0.7);
  }

  .md\:border-r-green-950\/75 {
    border-right-color: rgb(5 46 22 / 0.75);
  }

  .md\:border-r-green-950\/80 {
    border-right-color: rgb(5 46 22 / 0.8);
  }

  .md\:border-r-green-950\/85 {
    border-right-color: rgb(5 46 22 / 0.85);
  }

  .md\:border-r-green-950\/90 {
    border-right-color: rgb(5 46 22 / 0.9);
  }

  .md\:border-r-green-950\/95 {
    border-right-color: rgb(5 46 22 / 0.95);
  }

  .md\:border-r-indigo-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(224 231 255 / var(--tw-border-opacity));
  }

  .md\:border-r-indigo-100\/0 {
    border-right-color: rgb(224 231 255 / 0);
  }

  .md\:border-r-indigo-100\/10 {
    border-right-color: rgb(224 231 255 / 0.1);
  }

  .md\:border-r-indigo-100\/100 {
    border-right-color: rgb(224 231 255 / 1);
  }

  .md\:border-r-indigo-100\/15 {
    border-right-color: rgb(224 231 255 / 0.15);
  }

  .md\:border-r-indigo-100\/20 {
    border-right-color: rgb(224 231 255 / 0.2);
  }

  .md\:border-r-indigo-100\/25 {
    border-right-color: rgb(224 231 255 / 0.25);
  }

  .md\:border-r-indigo-100\/30 {
    border-right-color: rgb(224 231 255 / 0.3);
  }

  .md\:border-r-indigo-100\/35 {
    border-right-color: rgb(224 231 255 / 0.35);
  }

  .md\:border-r-indigo-100\/40 {
    border-right-color: rgb(224 231 255 / 0.4);
  }

  .md\:border-r-indigo-100\/45 {
    border-right-color: rgb(224 231 255 / 0.45);
  }

  .md\:border-r-indigo-100\/5 {
    border-right-color: rgb(224 231 255 / 0.05);
  }

  .md\:border-r-indigo-100\/50 {
    border-right-color: rgb(224 231 255 / 0.5);
  }

  .md\:border-r-indigo-100\/55 {
    border-right-color: rgb(224 231 255 / 0.55);
  }

  .md\:border-r-indigo-100\/60 {
    border-right-color: rgb(224 231 255 / 0.6);
  }

  .md\:border-r-indigo-100\/65 {
    border-right-color: rgb(224 231 255 / 0.65);
  }

  .md\:border-r-indigo-100\/70 {
    border-right-color: rgb(224 231 255 / 0.7);
  }

  .md\:border-r-indigo-100\/75 {
    border-right-color: rgb(224 231 255 / 0.75);
  }

  .md\:border-r-indigo-100\/80 {
    border-right-color: rgb(224 231 255 / 0.8);
  }

  .md\:border-r-indigo-100\/85 {
    border-right-color: rgb(224 231 255 / 0.85);
  }

  .md\:border-r-indigo-100\/90 {
    border-right-color: rgb(224 231 255 / 0.9);
  }

  .md\:border-r-indigo-100\/95 {
    border-right-color: rgb(224 231 255 / 0.95);
  }

  .md\:border-r-indigo-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(199 210 254 / var(--tw-border-opacity));
  }

  .md\:border-r-indigo-200\/0 {
    border-right-color: rgb(199 210 254 / 0);
  }

  .md\:border-r-indigo-200\/10 {
    border-right-color: rgb(199 210 254 / 0.1);
  }

  .md\:border-r-indigo-200\/100 {
    border-right-color: rgb(199 210 254 / 1);
  }

  .md\:border-r-indigo-200\/15 {
    border-right-color: rgb(199 210 254 / 0.15);
  }

  .md\:border-r-indigo-200\/20 {
    border-right-color: rgb(199 210 254 / 0.2);
  }

  .md\:border-r-indigo-200\/25 {
    border-right-color: rgb(199 210 254 / 0.25);
  }

  .md\:border-r-indigo-200\/30 {
    border-right-color: rgb(199 210 254 / 0.3);
  }

  .md\:border-r-indigo-200\/35 {
    border-right-color: rgb(199 210 254 / 0.35);
  }

  .md\:border-r-indigo-200\/40 {
    border-right-color: rgb(199 210 254 / 0.4);
  }

  .md\:border-r-indigo-200\/45 {
    border-right-color: rgb(199 210 254 / 0.45);
  }

  .md\:border-r-indigo-200\/5 {
    border-right-color: rgb(199 210 254 / 0.05);
  }

  .md\:border-r-indigo-200\/50 {
    border-right-color: rgb(199 210 254 / 0.5);
  }

  .md\:border-r-indigo-200\/55 {
    border-right-color: rgb(199 210 254 / 0.55);
  }

  .md\:border-r-indigo-200\/60 {
    border-right-color: rgb(199 210 254 / 0.6);
  }

  .md\:border-r-indigo-200\/65 {
    border-right-color: rgb(199 210 254 / 0.65);
  }

  .md\:border-r-indigo-200\/70 {
    border-right-color: rgb(199 210 254 / 0.7);
  }

  .md\:border-r-indigo-200\/75 {
    border-right-color: rgb(199 210 254 / 0.75);
  }

  .md\:border-r-indigo-200\/80 {
    border-right-color: rgb(199 210 254 / 0.8);
  }

  .md\:border-r-indigo-200\/85 {
    border-right-color: rgb(199 210 254 / 0.85);
  }

  .md\:border-r-indigo-200\/90 {
    border-right-color: rgb(199 210 254 / 0.9);
  }

  .md\:border-r-indigo-200\/95 {
    border-right-color: rgb(199 210 254 / 0.95);
  }

  .md\:border-r-indigo-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(165 180 252 / var(--tw-border-opacity));
  }

  .md\:border-r-indigo-300\/0 {
    border-right-color: rgb(165 180 252 / 0);
  }

  .md\:border-r-indigo-300\/10 {
    border-right-color: rgb(165 180 252 / 0.1);
  }

  .md\:border-r-indigo-300\/100 {
    border-right-color: rgb(165 180 252 / 1);
  }

  .md\:border-r-indigo-300\/15 {
    border-right-color: rgb(165 180 252 / 0.15);
  }

  .md\:border-r-indigo-300\/20 {
    border-right-color: rgb(165 180 252 / 0.2);
  }

  .md\:border-r-indigo-300\/25 {
    border-right-color: rgb(165 180 252 / 0.25);
  }

  .md\:border-r-indigo-300\/30 {
    border-right-color: rgb(165 180 252 / 0.3);
  }

  .md\:border-r-indigo-300\/35 {
    border-right-color: rgb(165 180 252 / 0.35);
  }

  .md\:border-r-indigo-300\/40 {
    border-right-color: rgb(165 180 252 / 0.4);
  }

  .md\:border-r-indigo-300\/45 {
    border-right-color: rgb(165 180 252 / 0.45);
  }

  .md\:border-r-indigo-300\/5 {
    border-right-color: rgb(165 180 252 / 0.05);
  }

  .md\:border-r-indigo-300\/50 {
    border-right-color: rgb(165 180 252 / 0.5);
  }

  .md\:border-r-indigo-300\/55 {
    border-right-color: rgb(165 180 252 / 0.55);
  }

  .md\:border-r-indigo-300\/60 {
    border-right-color: rgb(165 180 252 / 0.6);
  }

  .md\:border-r-indigo-300\/65 {
    border-right-color: rgb(165 180 252 / 0.65);
  }

  .md\:border-r-indigo-300\/70 {
    border-right-color: rgb(165 180 252 / 0.7);
  }

  .md\:border-r-indigo-300\/75 {
    border-right-color: rgb(165 180 252 / 0.75);
  }

  .md\:border-r-indigo-300\/80 {
    border-right-color: rgb(165 180 252 / 0.8);
  }

  .md\:border-r-indigo-300\/85 {
    border-right-color: rgb(165 180 252 / 0.85);
  }

  .md\:border-r-indigo-300\/90 {
    border-right-color: rgb(165 180 252 / 0.9);
  }

  .md\:border-r-indigo-300\/95 {
    border-right-color: rgb(165 180 252 / 0.95);
  }

  .md\:border-r-indigo-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(129 140 248 / var(--tw-border-opacity));
  }

  .md\:border-r-indigo-400\/0 {
    border-right-color: rgb(129 140 248 / 0);
  }

  .md\:border-r-indigo-400\/10 {
    border-right-color: rgb(129 140 248 / 0.1);
  }

  .md\:border-r-indigo-400\/100 {
    border-right-color: rgb(129 140 248 / 1);
  }

  .md\:border-r-indigo-400\/15 {
    border-right-color: rgb(129 140 248 / 0.15);
  }

  .md\:border-r-indigo-400\/20 {
    border-right-color: rgb(129 140 248 / 0.2);
  }

  .md\:border-r-indigo-400\/25 {
    border-right-color: rgb(129 140 248 / 0.25);
  }

  .md\:border-r-indigo-400\/30 {
    border-right-color: rgb(129 140 248 / 0.3);
  }

  .md\:border-r-indigo-400\/35 {
    border-right-color: rgb(129 140 248 / 0.35);
  }

  .md\:border-r-indigo-400\/40 {
    border-right-color: rgb(129 140 248 / 0.4);
  }

  .md\:border-r-indigo-400\/45 {
    border-right-color: rgb(129 140 248 / 0.45);
  }

  .md\:border-r-indigo-400\/5 {
    border-right-color: rgb(129 140 248 / 0.05);
  }

  .md\:border-r-indigo-400\/50 {
    border-right-color: rgb(129 140 248 / 0.5);
  }

  .md\:border-r-indigo-400\/55 {
    border-right-color: rgb(129 140 248 / 0.55);
  }

  .md\:border-r-indigo-400\/60 {
    border-right-color: rgb(129 140 248 / 0.6);
  }

  .md\:border-r-indigo-400\/65 {
    border-right-color: rgb(129 140 248 / 0.65);
  }

  .md\:border-r-indigo-400\/70 {
    border-right-color: rgb(129 140 248 / 0.7);
  }

  .md\:border-r-indigo-400\/75 {
    border-right-color: rgb(129 140 248 / 0.75);
  }

  .md\:border-r-indigo-400\/80 {
    border-right-color: rgb(129 140 248 / 0.8);
  }

  .md\:border-r-indigo-400\/85 {
    border-right-color: rgb(129 140 248 / 0.85);
  }

  .md\:border-r-indigo-400\/90 {
    border-right-color: rgb(129 140 248 / 0.9);
  }

  .md\:border-r-indigo-400\/95 {
    border-right-color: rgb(129 140 248 / 0.95);
  }

  .md\:border-r-indigo-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(238 242 255 / var(--tw-border-opacity));
  }

  .md\:border-r-indigo-50\/0 {
    border-right-color: rgb(238 242 255 / 0);
  }

  .md\:border-r-indigo-50\/10 {
    border-right-color: rgb(238 242 255 / 0.1);
  }

  .md\:border-r-indigo-50\/100 {
    border-right-color: rgb(238 242 255 / 1);
  }

  .md\:border-r-indigo-50\/15 {
    border-right-color: rgb(238 242 255 / 0.15);
  }

  .md\:border-r-indigo-50\/20 {
    border-right-color: rgb(238 242 255 / 0.2);
  }

  .md\:border-r-indigo-50\/25 {
    border-right-color: rgb(238 242 255 / 0.25);
  }

  .md\:border-r-indigo-50\/30 {
    border-right-color: rgb(238 242 255 / 0.3);
  }

  .md\:border-r-indigo-50\/35 {
    border-right-color: rgb(238 242 255 / 0.35);
  }

  .md\:border-r-indigo-50\/40 {
    border-right-color: rgb(238 242 255 / 0.4);
  }

  .md\:border-r-indigo-50\/45 {
    border-right-color: rgb(238 242 255 / 0.45);
  }

  .md\:border-r-indigo-50\/5 {
    border-right-color: rgb(238 242 255 / 0.05);
  }

  .md\:border-r-indigo-50\/50 {
    border-right-color: rgb(238 242 255 / 0.5);
  }

  .md\:border-r-indigo-50\/55 {
    border-right-color: rgb(238 242 255 / 0.55);
  }

  .md\:border-r-indigo-50\/60 {
    border-right-color: rgb(238 242 255 / 0.6);
  }

  .md\:border-r-indigo-50\/65 {
    border-right-color: rgb(238 242 255 / 0.65);
  }

  .md\:border-r-indigo-50\/70 {
    border-right-color: rgb(238 242 255 / 0.7);
  }

  .md\:border-r-indigo-50\/75 {
    border-right-color: rgb(238 242 255 / 0.75);
  }

  .md\:border-r-indigo-50\/80 {
    border-right-color: rgb(238 242 255 / 0.8);
  }

  .md\:border-r-indigo-50\/85 {
    border-right-color: rgb(238 242 255 / 0.85);
  }

  .md\:border-r-indigo-50\/90 {
    border-right-color: rgb(238 242 255 / 0.9);
  }

  .md\:border-r-indigo-50\/95 {
    border-right-color: rgb(238 242 255 / 0.95);
  }

  .md\:border-r-indigo-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(99 102 241 / var(--tw-border-opacity));
  }

  .md\:border-r-indigo-500\/0 {
    border-right-color: rgb(99 102 241 / 0);
  }

  .md\:border-r-indigo-500\/10 {
    border-right-color: rgb(99 102 241 / 0.1);
  }

  .md\:border-r-indigo-500\/100 {
    border-right-color: rgb(99 102 241 / 1);
  }

  .md\:border-r-indigo-500\/15 {
    border-right-color: rgb(99 102 241 / 0.15);
  }

  .md\:border-r-indigo-500\/20 {
    border-right-color: rgb(99 102 241 / 0.2);
  }

  .md\:border-r-indigo-500\/25 {
    border-right-color: rgb(99 102 241 / 0.25);
  }

  .md\:border-r-indigo-500\/30 {
    border-right-color: rgb(99 102 241 / 0.3);
  }

  .md\:border-r-indigo-500\/35 {
    border-right-color: rgb(99 102 241 / 0.35);
  }

  .md\:border-r-indigo-500\/40 {
    border-right-color: rgb(99 102 241 / 0.4);
  }

  .md\:border-r-indigo-500\/45 {
    border-right-color: rgb(99 102 241 / 0.45);
  }

  .md\:border-r-indigo-500\/5 {
    border-right-color: rgb(99 102 241 / 0.05);
  }

  .md\:border-r-indigo-500\/50 {
    border-right-color: rgb(99 102 241 / 0.5);
  }

  .md\:border-r-indigo-500\/55 {
    border-right-color: rgb(99 102 241 / 0.55);
  }

  .md\:border-r-indigo-500\/60 {
    border-right-color: rgb(99 102 241 / 0.6);
  }

  .md\:border-r-indigo-500\/65 {
    border-right-color: rgb(99 102 241 / 0.65);
  }

  .md\:border-r-indigo-500\/70 {
    border-right-color: rgb(99 102 241 / 0.7);
  }

  .md\:border-r-indigo-500\/75 {
    border-right-color: rgb(99 102 241 / 0.75);
  }

  .md\:border-r-indigo-500\/80 {
    border-right-color: rgb(99 102 241 / 0.8);
  }

  .md\:border-r-indigo-500\/85 {
    border-right-color: rgb(99 102 241 / 0.85);
  }

  .md\:border-r-indigo-500\/90 {
    border-right-color: rgb(99 102 241 / 0.9);
  }

  .md\:border-r-indigo-500\/95 {
    border-right-color: rgb(99 102 241 / 0.95);
  }

  .md\:border-r-indigo-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(79 70 229 / var(--tw-border-opacity));
  }

  .md\:border-r-indigo-600\/0 {
    border-right-color: rgb(79 70 229 / 0);
  }

  .md\:border-r-indigo-600\/10 {
    border-right-color: rgb(79 70 229 / 0.1);
  }

  .md\:border-r-indigo-600\/100 {
    border-right-color: rgb(79 70 229 / 1);
  }

  .md\:border-r-indigo-600\/15 {
    border-right-color: rgb(79 70 229 / 0.15);
  }

  .md\:border-r-indigo-600\/20 {
    border-right-color: rgb(79 70 229 / 0.2);
  }

  .md\:border-r-indigo-600\/25 {
    border-right-color: rgb(79 70 229 / 0.25);
  }

  .md\:border-r-indigo-600\/30 {
    border-right-color: rgb(79 70 229 / 0.3);
  }

  .md\:border-r-indigo-600\/35 {
    border-right-color: rgb(79 70 229 / 0.35);
  }

  .md\:border-r-indigo-600\/40 {
    border-right-color: rgb(79 70 229 / 0.4);
  }

  .md\:border-r-indigo-600\/45 {
    border-right-color: rgb(79 70 229 / 0.45);
  }

  .md\:border-r-indigo-600\/5 {
    border-right-color: rgb(79 70 229 / 0.05);
  }

  .md\:border-r-indigo-600\/50 {
    border-right-color: rgb(79 70 229 / 0.5);
  }

  .md\:border-r-indigo-600\/55 {
    border-right-color: rgb(79 70 229 / 0.55);
  }

  .md\:border-r-indigo-600\/60 {
    border-right-color: rgb(79 70 229 / 0.6);
  }

  .md\:border-r-indigo-600\/65 {
    border-right-color: rgb(79 70 229 / 0.65);
  }

  .md\:border-r-indigo-600\/70 {
    border-right-color: rgb(79 70 229 / 0.7);
  }

  .md\:border-r-indigo-600\/75 {
    border-right-color: rgb(79 70 229 / 0.75);
  }

  .md\:border-r-indigo-600\/80 {
    border-right-color: rgb(79 70 229 / 0.8);
  }

  .md\:border-r-indigo-600\/85 {
    border-right-color: rgb(79 70 229 / 0.85);
  }

  .md\:border-r-indigo-600\/90 {
    border-right-color: rgb(79 70 229 / 0.9);
  }

  .md\:border-r-indigo-600\/95 {
    border-right-color: rgb(79 70 229 / 0.95);
  }

  .md\:border-r-indigo-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(67 56 202 / var(--tw-border-opacity));
  }

  .md\:border-r-indigo-700\/0 {
    border-right-color: rgb(67 56 202 / 0);
  }

  .md\:border-r-indigo-700\/10 {
    border-right-color: rgb(67 56 202 / 0.1);
  }

  .md\:border-r-indigo-700\/100 {
    border-right-color: rgb(67 56 202 / 1);
  }

  .md\:border-r-indigo-700\/15 {
    border-right-color: rgb(67 56 202 / 0.15);
  }

  .md\:border-r-indigo-700\/20 {
    border-right-color: rgb(67 56 202 / 0.2);
  }

  .md\:border-r-indigo-700\/25 {
    border-right-color: rgb(67 56 202 / 0.25);
  }

  .md\:border-r-indigo-700\/30 {
    border-right-color: rgb(67 56 202 / 0.3);
  }

  .md\:border-r-indigo-700\/35 {
    border-right-color: rgb(67 56 202 / 0.35);
  }

  .md\:border-r-indigo-700\/40 {
    border-right-color: rgb(67 56 202 / 0.4);
  }

  .md\:border-r-indigo-700\/45 {
    border-right-color: rgb(67 56 202 / 0.45);
  }

  .md\:border-r-indigo-700\/5 {
    border-right-color: rgb(67 56 202 / 0.05);
  }

  .md\:border-r-indigo-700\/50 {
    border-right-color: rgb(67 56 202 / 0.5);
  }

  .md\:border-r-indigo-700\/55 {
    border-right-color: rgb(67 56 202 / 0.55);
  }

  .md\:border-r-indigo-700\/60 {
    border-right-color: rgb(67 56 202 / 0.6);
  }

  .md\:border-r-indigo-700\/65 {
    border-right-color: rgb(67 56 202 / 0.65);
  }

  .md\:border-r-indigo-700\/70 {
    border-right-color: rgb(67 56 202 / 0.7);
  }

  .md\:border-r-indigo-700\/75 {
    border-right-color: rgb(67 56 202 / 0.75);
  }

  .md\:border-r-indigo-700\/80 {
    border-right-color: rgb(67 56 202 / 0.8);
  }

  .md\:border-r-indigo-700\/85 {
    border-right-color: rgb(67 56 202 / 0.85);
  }

  .md\:border-r-indigo-700\/90 {
    border-right-color: rgb(67 56 202 / 0.9);
  }

  .md\:border-r-indigo-700\/95 {
    border-right-color: rgb(67 56 202 / 0.95);
  }

  .md\:border-r-indigo-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(55 48 163 / var(--tw-border-opacity));
  }

  .md\:border-r-indigo-800\/0 {
    border-right-color: rgb(55 48 163 / 0);
  }

  .md\:border-r-indigo-800\/10 {
    border-right-color: rgb(55 48 163 / 0.1);
  }

  .md\:border-r-indigo-800\/100 {
    border-right-color: rgb(55 48 163 / 1);
  }

  .md\:border-r-indigo-800\/15 {
    border-right-color: rgb(55 48 163 / 0.15);
  }

  .md\:border-r-indigo-800\/20 {
    border-right-color: rgb(55 48 163 / 0.2);
  }

  .md\:border-r-indigo-800\/25 {
    border-right-color: rgb(55 48 163 / 0.25);
  }

  .md\:border-r-indigo-800\/30 {
    border-right-color: rgb(55 48 163 / 0.3);
  }

  .md\:border-r-indigo-800\/35 {
    border-right-color: rgb(55 48 163 / 0.35);
  }

  .md\:border-r-indigo-800\/40 {
    border-right-color: rgb(55 48 163 / 0.4);
  }

  .md\:border-r-indigo-800\/45 {
    border-right-color: rgb(55 48 163 / 0.45);
  }

  .md\:border-r-indigo-800\/5 {
    border-right-color: rgb(55 48 163 / 0.05);
  }

  .md\:border-r-indigo-800\/50 {
    border-right-color: rgb(55 48 163 / 0.5);
  }

  .md\:border-r-indigo-800\/55 {
    border-right-color: rgb(55 48 163 / 0.55);
  }

  .md\:border-r-indigo-800\/60 {
    border-right-color: rgb(55 48 163 / 0.6);
  }

  .md\:border-r-indigo-800\/65 {
    border-right-color: rgb(55 48 163 / 0.65);
  }

  .md\:border-r-indigo-800\/70 {
    border-right-color: rgb(55 48 163 / 0.7);
  }

  .md\:border-r-indigo-800\/75 {
    border-right-color: rgb(55 48 163 / 0.75);
  }

  .md\:border-r-indigo-800\/80 {
    border-right-color: rgb(55 48 163 / 0.8);
  }

  .md\:border-r-indigo-800\/85 {
    border-right-color: rgb(55 48 163 / 0.85);
  }

  .md\:border-r-indigo-800\/90 {
    border-right-color: rgb(55 48 163 / 0.9);
  }

  .md\:border-r-indigo-800\/95 {
    border-right-color: rgb(55 48 163 / 0.95);
  }

  .md\:border-r-indigo-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(49 46 129 / var(--tw-border-opacity));
  }

  .md\:border-r-indigo-900\/0 {
    border-right-color: rgb(49 46 129 / 0);
  }

  .md\:border-r-indigo-900\/10 {
    border-right-color: rgb(49 46 129 / 0.1);
  }

  .md\:border-r-indigo-900\/100 {
    border-right-color: rgb(49 46 129 / 1);
  }

  .md\:border-r-indigo-900\/15 {
    border-right-color: rgb(49 46 129 / 0.15);
  }

  .md\:border-r-indigo-900\/20 {
    border-right-color: rgb(49 46 129 / 0.2);
  }

  .md\:border-r-indigo-900\/25 {
    border-right-color: rgb(49 46 129 / 0.25);
  }

  .md\:border-r-indigo-900\/30 {
    border-right-color: rgb(49 46 129 / 0.3);
  }

  .md\:border-r-indigo-900\/35 {
    border-right-color: rgb(49 46 129 / 0.35);
  }

  .md\:border-r-indigo-900\/40 {
    border-right-color: rgb(49 46 129 / 0.4);
  }

  .md\:border-r-indigo-900\/45 {
    border-right-color: rgb(49 46 129 / 0.45);
  }

  .md\:border-r-indigo-900\/5 {
    border-right-color: rgb(49 46 129 / 0.05);
  }

  .md\:border-r-indigo-900\/50 {
    border-right-color: rgb(49 46 129 / 0.5);
  }

  .md\:border-r-indigo-900\/55 {
    border-right-color: rgb(49 46 129 / 0.55);
  }

  .md\:border-r-indigo-900\/60 {
    border-right-color: rgb(49 46 129 / 0.6);
  }

  .md\:border-r-indigo-900\/65 {
    border-right-color: rgb(49 46 129 / 0.65);
  }

  .md\:border-r-indigo-900\/70 {
    border-right-color: rgb(49 46 129 / 0.7);
  }

  .md\:border-r-indigo-900\/75 {
    border-right-color: rgb(49 46 129 / 0.75);
  }

  .md\:border-r-indigo-900\/80 {
    border-right-color: rgb(49 46 129 / 0.8);
  }

  .md\:border-r-indigo-900\/85 {
    border-right-color: rgb(49 46 129 / 0.85);
  }

  .md\:border-r-indigo-900\/90 {
    border-right-color: rgb(49 46 129 / 0.9);
  }

  .md\:border-r-indigo-900\/95 {
    border-right-color: rgb(49 46 129 / 0.95);
  }

  .md\:border-r-indigo-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(30 27 75 / var(--tw-border-opacity));
  }

  .md\:border-r-indigo-950\/0 {
    border-right-color: rgb(30 27 75 / 0);
  }

  .md\:border-r-indigo-950\/10 {
    border-right-color: rgb(30 27 75 / 0.1);
  }

  .md\:border-r-indigo-950\/100 {
    border-right-color: rgb(30 27 75 / 1);
  }

  .md\:border-r-indigo-950\/15 {
    border-right-color: rgb(30 27 75 / 0.15);
  }

  .md\:border-r-indigo-950\/20 {
    border-right-color: rgb(30 27 75 / 0.2);
  }

  .md\:border-r-indigo-950\/25 {
    border-right-color: rgb(30 27 75 / 0.25);
  }

  .md\:border-r-indigo-950\/30 {
    border-right-color: rgb(30 27 75 / 0.3);
  }

  .md\:border-r-indigo-950\/35 {
    border-right-color: rgb(30 27 75 / 0.35);
  }

  .md\:border-r-indigo-950\/40 {
    border-right-color: rgb(30 27 75 / 0.4);
  }

  .md\:border-r-indigo-950\/45 {
    border-right-color: rgb(30 27 75 / 0.45);
  }

  .md\:border-r-indigo-950\/5 {
    border-right-color: rgb(30 27 75 / 0.05);
  }

  .md\:border-r-indigo-950\/50 {
    border-right-color: rgb(30 27 75 / 0.5);
  }

  .md\:border-r-indigo-950\/55 {
    border-right-color: rgb(30 27 75 / 0.55);
  }

  .md\:border-r-indigo-950\/60 {
    border-right-color: rgb(30 27 75 / 0.6);
  }

  .md\:border-r-indigo-950\/65 {
    border-right-color: rgb(30 27 75 / 0.65);
  }

  .md\:border-r-indigo-950\/70 {
    border-right-color: rgb(30 27 75 / 0.7);
  }

  .md\:border-r-indigo-950\/75 {
    border-right-color: rgb(30 27 75 / 0.75);
  }

  .md\:border-r-indigo-950\/80 {
    border-right-color: rgb(30 27 75 / 0.8);
  }

  .md\:border-r-indigo-950\/85 {
    border-right-color: rgb(30 27 75 / 0.85);
  }

  .md\:border-r-indigo-950\/90 {
    border-right-color: rgb(30 27 75 / 0.9);
  }

  .md\:border-r-indigo-950\/95 {
    border-right-color: rgb(30 27 75 / 0.95);
  }

  .md\:border-r-inherit {
    border-right-color: inherit;
  }

  .md\:border-r-lime-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(236 252 203 / var(--tw-border-opacity));
  }

  .md\:border-r-lime-100\/0 {
    border-right-color: rgb(236 252 203 / 0);
  }

  .md\:border-r-lime-100\/10 {
    border-right-color: rgb(236 252 203 / 0.1);
  }

  .md\:border-r-lime-100\/100 {
    border-right-color: rgb(236 252 203 / 1);
  }

  .md\:border-r-lime-100\/15 {
    border-right-color: rgb(236 252 203 / 0.15);
  }

  .md\:border-r-lime-100\/20 {
    border-right-color: rgb(236 252 203 / 0.2);
  }

  .md\:border-r-lime-100\/25 {
    border-right-color: rgb(236 252 203 / 0.25);
  }

  .md\:border-r-lime-100\/30 {
    border-right-color: rgb(236 252 203 / 0.3);
  }

  .md\:border-r-lime-100\/35 {
    border-right-color: rgb(236 252 203 / 0.35);
  }

  .md\:border-r-lime-100\/40 {
    border-right-color: rgb(236 252 203 / 0.4);
  }

  .md\:border-r-lime-100\/45 {
    border-right-color: rgb(236 252 203 / 0.45);
  }

  .md\:border-r-lime-100\/5 {
    border-right-color: rgb(236 252 203 / 0.05);
  }

  .md\:border-r-lime-100\/50 {
    border-right-color: rgb(236 252 203 / 0.5);
  }

  .md\:border-r-lime-100\/55 {
    border-right-color: rgb(236 252 203 / 0.55);
  }

  .md\:border-r-lime-100\/60 {
    border-right-color: rgb(236 252 203 / 0.6);
  }

  .md\:border-r-lime-100\/65 {
    border-right-color: rgb(236 252 203 / 0.65);
  }

  .md\:border-r-lime-100\/70 {
    border-right-color: rgb(236 252 203 / 0.7);
  }

  .md\:border-r-lime-100\/75 {
    border-right-color: rgb(236 252 203 / 0.75);
  }

  .md\:border-r-lime-100\/80 {
    border-right-color: rgb(236 252 203 / 0.8);
  }

  .md\:border-r-lime-100\/85 {
    border-right-color: rgb(236 252 203 / 0.85);
  }

  .md\:border-r-lime-100\/90 {
    border-right-color: rgb(236 252 203 / 0.9);
  }

  .md\:border-r-lime-100\/95 {
    border-right-color: rgb(236 252 203 / 0.95);
  }

  .md\:border-r-lime-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(217 249 157 / var(--tw-border-opacity));
  }

  .md\:border-r-lime-200\/0 {
    border-right-color: rgb(217 249 157 / 0);
  }

  .md\:border-r-lime-200\/10 {
    border-right-color: rgb(217 249 157 / 0.1);
  }

  .md\:border-r-lime-200\/100 {
    border-right-color: rgb(217 249 157 / 1);
  }

  .md\:border-r-lime-200\/15 {
    border-right-color: rgb(217 249 157 / 0.15);
  }

  .md\:border-r-lime-200\/20 {
    border-right-color: rgb(217 249 157 / 0.2);
  }

  .md\:border-r-lime-200\/25 {
    border-right-color: rgb(217 249 157 / 0.25);
  }

  .md\:border-r-lime-200\/30 {
    border-right-color: rgb(217 249 157 / 0.3);
  }

  .md\:border-r-lime-200\/35 {
    border-right-color: rgb(217 249 157 / 0.35);
  }

  .md\:border-r-lime-200\/40 {
    border-right-color: rgb(217 249 157 / 0.4);
  }

  .md\:border-r-lime-200\/45 {
    border-right-color: rgb(217 249 157 / 0.45);
  }

  .md\:border-r-lime-200\/5 {
    border-right-color: rgb(217 249 157 / 0.05);
  }

  .md\:border-r-lime-200\/50 {
    border-right-color: rgb(217 249 157 / 0.5);
  }

  .md\:border-r-lime-200\/55 {
    border-right-color: rgb(217 249 157 / 0.55);
  }

  .md\:border-r-lime-200\/60 {
    border-right-color: rgb(217 249 157 / 0.6);
  }

  .md\:border-r-lime-200\/65 {
    border-right-color: rgb(217 249 157 / 0.65);
  }

  .md\:border-r-lime-200\/70 {
    border-right-color: rgb(217 249 157 / 0.7);
  }

  .md\:border-r-lime-200\/75 {
    border-right-color: rgb(217 249 157 / 0.75);
  }

  .md\:border-r-lime-200\/80 {
    border-right-color: rgb(217 249 157 / 0.8);
  }

  .md\:border-r-lime-200\/85 {
    border-right-color: rgb(217 249 157 / 0.85);
  }

  .md\:border-r-lime-200\/90 {
    border-right-color: rgb(217 249 157 / 0.9);
  }

  .md\:border-r-lime-200\/95 {
    border-right-color: rgb(217 249 157 / 0.95);
  }

  .md\:border-r-lime-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(190 242 100 / var(--tw-border-opacity));
  }

  .md\:border-r-lime-300\/0 {
    border-right-color: rgb(190 242 100 / 0);
  }

  .md\:border-r-lime-300\/10 {
    border-right-color: rgb(190 242 100 / 0.1);
  }

  .md\:border-r-lime-300\/100 {
    border-right-color: rgb(190 242 100 / 1);
  }

  .md\:border-r-lime-300\/15 {
    border-right-color: rgb(190 242 100 / 0.15);
  }

  .md\:border-r-lime-300\/20 {
    border-right-color: rgb(190 242 100 / 0.2);
  }

  .md\:border-r-lime-300\/25 {
    border-right-color: rgb(190 242 100 / 0.25);
  }

  .md\:border-r-lime-300\/30 {
    border-right-color: rgb(190 242 100 / 0.3);
  }

  .md\:border-r-lime-300\/35 {
    border-right-color: rgb(190 242 100 / 0.35);
  }

  .md\:border-r-lime-300\/40 {
    border-right-color: rgb(190 242 100 / 0.4);
  }

  .md\:border-r-lime-300\/45 {
    border-right-color: rgb(190 242 100 / 0.45);
  }

  .md\:border-r-lime-300\/5 {
    border-right-color: rgb(190 242 100 / 0.05);
  }

  .md\:border-r-lime-300\/50 {
    border-right-color: rgb(190 242 100 / 0.5);
  }

  .md\:border-r-lime-300\/55 {
    border-right-color: rgb(190 242 100 / 0.55);
  }

  .md\:border-r-lime-300\/60 {
    border-right-color: rgb(190 242 100 / 0.6);
  }

  .md\:border-r-lime-300\/65 {
    border-right-color: rgb(190 242 100 / 0.65);
  }

  .md\:border-r-lime-300\/70 {
    border-right-color: rgb(190 242 100 / 0.7);
  }

  .md\:border-r-lime-300\/75 {
    border-right-color: rgb(190 242 100 / 0.75);
  }

  .md\:border-r-lime-300\/80 {
    border-right-color: rgb(190 242 100 / 0.8);
  }

  .md\:border-r-lime-300\/85 {
    border-right-color: rgb(190 242 100 / 0.85);
  }

  .md\:border-r-lime-300\/90 {
    border-right-color: rgb(190 242 100 / 0.9);
  }

  .md\:border-r-lime-300\/95 {
    border-right-color: rgb(190 242 100 / 0.95);
  }

  .md\:border-r-lime-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(163 230 53 / var(--tw-border-opacity));
  }

  .md\:border-r-lime-400\/0 {
    border-right-color: rgb(163 230 53 / 0);
  }

  .md\:border-r-lime-400\/10 {
    border-right-color: rgb(163 230 53 / 0.1);
  }

  .md\:border-r-lime-400\/100 {
    border-right-color: rgb(163 230 53 / 1);
  }

  .md\:border-r-lime-400\/15 {
    border-right-color: rgb(163 230 53 / 0.15);
  }

  .md\:border-r-lime-400\/20 {
    border-right-color: rgb(163 230 53 / 0.2);
  }

  .md\:border-r-lime-400\/25 {
    border-right-color: rgb(163 230 53 / 0.25);
  }

  .md\:border-r-lime-400\/30 {
    border-right-color: rgb(163 230 53 / 0.3);
  }

  .md\:border-r-lime-400\/35 {
    border-right-color: rgb(163 230 53 / 0.35);
  }

  .md\:border-r-lime-400\/40 {
    border-right-color: rgb(163 230 53 / 0.4);
  }

  .md\:border-r-lime-400\/45 {
    border-right-color: rgb(163 230 53 / 0.45);
  }

  .md\:border-r-lime-400\/5 {
    border-right-color: rgb(163 230 53 / 0.05);
  }

  .md\:border-r-lime-400\/50 {
    border-right-color: rgb(163 230 53 / 0.5);
  }

  .md\:border-r-lime-400\/55 {
    border-right-color: rgb(163 230 53 / 0.55);
  }

  .md\:border-r-lime-400\/60 {
    border-right-color: rgb(163 230 53 / 0.6);
  }

  .md\:border-r-lime-400\/65 {
    border-right-color: rgb(163 230 53 / 0.65);
  }

  .md\:border-r-lime-400\/70 {
    border-right-color: rgb(163 230 53 / 0.7);
  }

  .md\:border-r-lime-400\/75 {
    border-right-color: rgb(163 230 53 / 0.75);
  }

  .md\:border-r-lime-400\/80 {
    border-right-color: rgb(163 230 53 / 0.8);
  }

  .md\:border-r-lime-400\/85 {
    border-right-color: rgb(163 230 53 / 0.85);
  }

  .md\:border-r-lime-400\/90 {
    border-right-color: rgb(163 230 53 / 0.9);
  }

  .md\:border-r-lime-400\/95 {
    border-right-color: rgb(163 230 53 / 0.95);
  }

  .md\:border-r-lime-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(247 254 231 / var(--tw-border-opacity));
  }

  .md\:border-r-lime-50\/0 {
    border-right-color: rgb(247 254 231 / 0);
  }

  .md\:border-r-lime-50\/10 {
    border-right-color: rgb(247 254 231 / 0.1);
  }

  .md\:border-r-lime-50\/100 {
    border-right-color: rgb(247 254 231 / 1);
  }

  .md\:border-r-lime-50\/15 {
    border-right-color: rgb(247 254 231 / 0.15);
  }

  .md\:border-r-lime-50\/20 {
    border-right-color: rgb(247 254 231 / 0.2);
  }

  .md\:border-r-lime-50\/25 {
    border-right-color: rgb(247 254 231 / 0.25);
  }

  .md\:border-r-lime-50\/30 {
    border-right-color: rgb(247 254 231 / 0.3);
  }

  .md\:border-r-lime-50\/35 {
    border-right-color: rgb(247 254 231 / 0.35);
  }

  .md\:border-r-lime-50\/40 {
    border-right-color: rgb(247 254 231 / 0.4);
  }

  .md\:border-r-lime-50\/45 {
    border-right-color: rgb(247 254 231 / 0.45);
  }

  .md\:border-r-lime-50\/5 {
    border-right-color: rgb(247 254 231 / 0.05);
  }

  .md\:border-r-lime-50\/50 {
    border-right-color: rgb(247 254 231 / 0.5);
  }

  .md\:border-r-lime-50\/55 {
    border-right-color: rgb(247 254 231 / 0.55);
  }

  .md\:border-r-lime-50\/60 {
    border-right-color: rgb(247 254 231 / 0.6);
  }

  .md\:border-r-lime-50\/65 {
    border-right-color: rgb(247 254 231 / 0.65);
  }

  .md\:border-r-lime-50\/70 {
    border-right-color: rgb(247 254 231 / 0.7);
  }

  .md\:border-r-lime-50\/75 {
    border-right-color: rgb(247 254 231 / 0.75);
  }

  .md\:border-r-lime-50\/80 {
    border-right-color: rgb(247 254 231 / 0.8);
  }

  .md\:border-r-lime-50\/85 {
    border-right-color: rgb(247 254 231 / 0.85);
  }

  .md\:border-r-lime-50\/90 {
    border-right-color: rgb(247 254 231 / 0.9);
  }

  .md\:border-r-lime-50\/95 {
    border-right-color: rgb(247 254 231 / 0.95);
  }

  .md\:border-r-lime-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(132 204 22 / var(--tw-border-opacity));
  }

  .md\:border-r-lime-500\/0 {
    border-right-color: rgb(132 204 22 / 0);
  }

  .md\:border-r-lime-500\/10 {
    border-right-color: rgb(132 204 22 / 0.1);
  }

  .md\:border-r-lime-500\/100 {
    border-right-color: rgb(132 204 22 / 1);
  }

  .md\:border-r-lime-500\/15 {
    border-right-color: rgb(132 204 22 / 0.15);
  }

  .md\:border-r-lime-500\/20 {
    border-right-color: rgb(132 204 22 / 0.2);
  }

  .md\:border-r-lime-500\/25 {
    border-right-color: rgb(132 204 22 / 0.25);
  }

  .md\:border-r-lime-500\/30 {
    border-right-color: rgb(132 204 22 / 0.3);
  }

  .md\:border-r-lime-500\/35 {
    border-right-color: rgb(132 204 22 / 0.35);
  }

  .md\:border-r-lime-500\/40 {
    border-right-color: rgb(132 204 22 / 0.4);
  }

  .md\:border-r-lime-500\/45 {
    border-right-color: rgb(132 204 22 / 0.45);
  }

  .md\:border-r-lime-500\/5 {
    border-right-color: rgb(132 204 22 / 0.05);
  }

  .md\:border-r-lime-500\/50 {
    border-right-color: rgb(132 204 22 / 0.5);
  }

  .md\:border-r-lime-500\/55 {
    border-right-color: rgb(132 204 22 / 0.55);
  }

  .md\:border-r-lime-500\/60 {
    border-right-color: rgb(132 204 22 / 0.6);
  }

  .md\:border-r-lime-500\/65 {
    border-right-color: rgb(132 204 22 / 0.65);
  }

  .md\:border-r-lime-500\/70 {
    border-right-color: rgb(132 204 22 / 0.7);
  }

  .md\:border-r-lime-500\/75 {
    border-right-color: rgb(132 204 22 / 0.75);
  }

  .md\:border-r-lime-500\/80 {
    border-right-color: rgb(132 204 22 / 0.8);
  }

  .md\:border-r-lime-500\/85 {
    border-right-color: rgb(132 204 22 / 0.85);
  }

  .md\:border-r-lime-500\/90 {
    border-right-color: rgb(132 204 22 / 0.9);
  }

  .md\:border-r-lime-500\/95 {
    border-right-color: rgb(132 204 22 / 0.95);
  }

  .md\:border-r-lime-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(101 163 13 / var(--tw-border-opacity));
  }

  .md\:border-r-lime-600\/0 {
    border-right-color: rgb(101 163 13 / 0);
  }

  .md\:border-r-lime-600\/10 {
    border-right-color: rgb(101 163 13 / 0.1);
  }

  .md\:border-r-lime-600\/100 {
    border-right-color: rgb(101 163 13 / 1);
  }

  .md\:border-r-lime-600\/15 {
    border-right-color: rgb(101 163 13 / 0.15);
  }

  .md\:border-r-lime-600\/20 {
    border-right-color: rgb(101 163 13 / 0.2);
  }

  .md\:border-r-lime-600\/25 {
    border-right-color: rgb(101 163 13 / 0.25);
  }

  .md\:border-r-lime-600\/30 {
    border-right-color: rgb(101 163 13 / 0.3);
  }

  .md\:border-r-lime-600\/35 {
    border-right-color: rgb(101 163 13 / 0.35);
  }

  .md\:border-r-lime-600\/40 {
    border-right-color: rgb(101 163 13 / 0.4);
  }

  .md\:border-r-lime-600\/45 {
    border-right-color: rgb(101 163 13 / 0.45);
  }

  .md\:border-r-lime-600\/5 {
    border-right-color: rgb(101 163 13 / 0.05);
  }

  .md\:border-r-lime-600\/50 {
    border-right-color: rgb(101 163 13 / 0.5);
  }

  .md\:border-r-lime-600\/55 {
    border-right-color: rgb(101 163 13 / 0.55);
  }

  .md\:border-r-lime-600\/60 {
    border-right-color: rgb(101 163 13 / 0.6);
  }

  .md\:border-r-lime-600\/65 {
    border-right-color: rgb(101 163 13 / 0.65);
  }

  .md\:border-r-lime-600\/70 {
    border-right-color: rgb(101 163 13 / 0.7);
  }

  .md\:border-r-lime-600\/75 {
    border-right-color: rgb(101 163 13 / 0.75);
  }

  .md\:border-r-lime-600\/80 {
    border-right-color: rgb(101 163 13 / 0.8);
  }

  .md\:border-r-lime-600\/85 {
    border-right-color: rgb(101 163 13 / 0.85);
  }

  .md\:border-r-lime-600\/90 {
    border-right-color: rgb(101 163 13 / 0.9);
  }

  .md\:border-r-lime-600\/95 {
    border-right-color: rgb(101 163 13 / 0.95);
  }

  .md\:border-r-lime-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(77 124 15 / var(--tw-border-opacity));
  }

  .md\:border-r-lime-700\/0 {
    border-right-color: rgb(77 124 15 / 0);
  }

  .md\:border-r-lime-700\/10 {
    border-right-color: rgb(77 124 15 / 0.1);
  }

  .md\:border-r-lime-700\/100 {
    border-right-color: rgb(77 124 15 / 1);
  }

  .md\:border-r-lime-700\/15 {
    border-right-color: rgb(77 124 15 / 0.15);
  }

  .md\:border-r-lime-700\/20 {
    border-right-color: rgb(77 124 15 / 0.2);
  }

  .md\:border-r-lime-700\/25 {
    border-right-color: rgb(77 124 15 / 0.25);
  }

  .md\:border-r-lime-700\/30 {
    border-right-color: rgb(77 124 15 / 0.3);
  }

  .md\:border-r-lime-700\/35 {
    border-right-color: rgb(77 124 15 / 0.35);
  }

  .md\:border-r-lime-700\/40 {
    border-right-color: rgb(77 124 15 / 0.4);
  }

  .md\:border-r-lime-700\/45 {
    border-right-color: rgb(77 124 15 / 0.45);
  }

  .md\:border-r-lime-700\/5 {
    border-right-color: rgb(77 124 15 / 0.05);
  }

  .md\:border-r-lime-700\/50 {
    border-right-color: rgb(77 124 15 / 0.5);
  }

  .md\:border-r-lime-700\/55 {
    border-right-color: rgb(77 124 15 / 0.55);
  }

  .md\:border-r-lime-700\/60 {
    border-right-color: rgb(77 124 15 / 0.6);
  }

  .md\:border-r-lime-700\/65 {
    border-right-color: rgb(77 124 15 / 0.65);
  }

  .md\:border-r-lime-700\/70 {
    border-right-color: rgb(77 124 15 / 0.7);
  }

  .md\:border-r-lime-700\/75 {
    border-right-color: rgb(77 124 15 / 0.75);
  }

  .md\:border-r-lime-700\/80 {
    border-right-color: rgb(77 124 15 / 0.8);
  }

  .md\:border-r-lime-700\/85 {
    border-right-color: rgb(77 124 15 / 0.85);
  }

  .md\:border-r-lime-700\/90 {
    border-right-color: rgb(77 124 15 / 0.9);
  }

  .md\:border-r-lime-700\/95 {
    border-right-color: rgb(77 124 15 / 0.95);
  }

  .md\:border-r-lime-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(63 98 18 / var(--tw-border-opacity));
  }

  .md\:border-r-lime-800\/0 {
    border-right-color: rgb(63 98 18 / 0);
  }

  .md\:border-r-lime-800\/10 {
    border-right-color: rgb(63 98 18 / 0.1);
  }

  .md\:border-r-lime-800\/100 {
    border-right-color: rgb(63 98 18 / 1);
  }

  .md\:border-r-lime-800\/15 {
    border-right-color: rgb(63 98 18 / 0.15);
  }

  .md\:border-r-lime-800\/20 {
    border-right-color: rgb(63 98 18 / 0.2);
  }

  .md\:border-r-lime-800\/25 {
    border-right-color: rgb(63 98 18 / 0.25);
  }

  .md\:border-r-lime-800\/30 {
    border-right-color: rgb(63 98 18 / 0.3);
  }

  .md\:border-r-lime-800\/35 {
    border-right-color: rgb(63 98 18 / 0.35);
  }

  .md\:border-r-lime-800\/40 {
    border-right-color: rgb(63 98 18 / 0.4);
  }

  .md\:border-r-lime-800\/45 {
    border-right-color: rgb(63 98 18 / 0.45);
  }

  .md\:border-r-lime-800\/5 {
    border-right-color: rgb(63 98 18 / 0.05);
  }

  .md\:border-r-lime-800\/50 {
    border-right-color: rgb(63 98 18 / 0.5);
  }

  .md\:border-r-lime-800\/55 {
    border-right-color: rgb(63 98 18 / 0.55);
  }

  .md\:border-r-lime-800\/60 {
    border-right-color: rgb(63 98 18 / 0.6);
  }

  .md\:border-r-lime-800\/65 {
    border-right-color: rgb(63 98 18 / 0.65);
  }

  .md\:border-r-lime-800\/70 {
    border-right-color: rgb(63 98 18 / 0.7);
  }

  .md\:border-r-lime-800\/75 {
    border-right-color: rgb(63 98 18 / 0.75);
  }

  .md\:border-r-lime-800\/80 {
    border-right-color: rgb(63 98 18 / 0.8);
  }

  .md\:border-r-lime-800\/85 {
    border-right-color: rgb(63 98 18 / 0.85);
  }

  .md\:border-r-lime-800\/90 {
    border-right-color: rgb(63 98 18 / 0.9);
  }

  .md\:border-r-lime-800\/95 {
    border-right-color: rgb(63 98 18 / 0.95);
  }

  .md\:border-r-lime-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(54 83 20 / var(--tw-border-opacity));
  }

  .md\:border-r-lime-900\/0 {
    border-right-color: rgb(54 83 20 / 0);
  }

  .md\:border-r-lime-900\/10 {
    border-right-color: rgb(54 83 20 / 0.1);
  }

  .md\:border-r-lime-900\/100 {
    border-right-color: rgb(54 83 20 / 1);
  }

  .md\:border-r-lime-900\/15 {
    border-right-color: rgb(54 83 20 / 0.15);
  }

  .md\:border-r-lime-900\/20 {
    border-right-color: rgb(54 83 20 / 0.2);
  }

  .md\:border-r-lime-900\/25 {
    border-right-color: rgb(54 83 20 / 0.25);
  }

  .md\:border-r-lime-900\/30 {
    border-right-color: rgb(54 83 20 / 0.3);
  }

  .md\:border-r-lime-900\/35 {
    border-right-color: rgb(54 83 20 / 0.35);
  }

  .md\:border-r-lime-900\/40 {
    border-right-color: rgb(54 83 20 / 0.4);
  }

  .md\:border-r-lime-900\/45 {
    border-right-color: rgb(54 83 20 / 0.45);
  }

  .md\:border-r-lime-900\/5 {
    border-right-color: rgb(54 83 20 / 0.05);
  }

  .md\:border-r-lime-900\/50 {
    border-right-color: rgb(54 83 20 / 0.5);
  }

  .md\:border-r-lime-900\/55 {
    border-right-color: rgb(54 83 20 / 0.55);
  }

  .md\:border-r-lime-900\/60 {
    border-right-color: rgb(54 83 20 / 0.6);
  }

  .md\:border-r-lime-900\/65 {
    border-right-color: rgb(54 83 20 / 0.65);
  }

  .md\:border-r-lime-900\/70 {
    border-right-color: rgb(54 83 20 / 0.7);
  }

  .md\:border-r-lime-900\/75 {
    border-right-color: rgb(54 83 20 / 0.75);
  }

  .md\:border-r-lime-900\/80 {
    border-right-color: rgb(54 83 20 / 0.8);
  }

  .md\:border-r-lime-900\/85 {
    border-right-color: rgb(54 83 20 / 0.85);
  }

  .md\:border-r-lime-900\/90 {
    border-right-color: rgb(54 83 20 / 0.9);
  }

  .md\:border-r-lime-900\/95 {
    border-right-color: rgb(54 83 20 / 0.95);
  }

  .md\:border-r-lime-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(26 46 5 / var(--tw-border-opacity));
  }

  .md\:border-r-lime-950\/0 {
    border-right-color: rgb(26 46 5 / 0);
  }

  .md\:border-r-lime-950\/10 {
    border-right-color: rgb(26 46 5 / 0.1);
  }

  .md\:border-r-lime-950\/100 {
    border-right-color: rgb(26 46 5 / 1);
  }

  .md\:border-r-lime-950\/15 {
    border-right-color: rgb(26 46 5 / 0.15);
  }

  .md\:border-r-lime-950\/20 {
    border-right-color: rgb(26 46 5 / 0.2);
  }

  .md\:border-r-lime-950\/25 {
    border-right-color: rgb(26 46 5 / 0.25);
  }

  .md\:border-r-lime-950\/30 {
    border-right-color: rgb(26 46 5 / 0.3);
  }

  .md\:border-r-lime-950\/35 {
    border-right-color: rgb(26 46 5 / 0.35);
  }

  .md\:border-r-lime-950\/40 {
    border-right-color: rgb(26 46 5 / 0.4);
  }

  .md\:border-r-lime-950\/45 {
    border-right-color: rgb(26 46 5 / 0.45);
  }

  .md\:border-r-lime-950\/5 {
    border-right-color: rgb(26 46 5 / 0.05);
  }

  .md\:border-r-lime-950\/50 {
    border-right-color: rgb(26 46 5 / 0.5);
  }

  .md\:border-r-lime-950\/55 {
    border-right-color: rgb(26 46 5 / 0.55);
  }

  .md\:border-r-lime-950\/60 {
    border-right-color: rgb(26 46 5 / 0.6);
  }

  .md\:border-r-lime-950\/65 {
    border-right-color: rgb(26 46 5 / 0.65);
  }

  .md\:border-r-lime-950\/70 {
    border-right-color: rgb(26 46 5 / 0.7);
  }

  .md\:border-r-lime-950\/75 {
    border-right-color: rgb(26 46 5 / 0.75);
  }

  .md\:border-r-lime-950\/80 {
    border-right-color: rgb(26 46 5 / 0.8);
  }

  .md\:border-r-lime-950\/85 {
    border-right-color: rgb(26 46 5 / 0.85);
  }

  .md\:border-r-lime-950\/90 {
    border-right-color: rgb(26 46 5 / 0.9);
  }

  .md\:border-r-lime-950\/95 {
    border-right-color: rgb(26 46 5 / 0.95);
  }

  .md\:border-r-neutral-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 245 245 / var(--tw-border-opacity));
  }

  .md\:border-r-neutral-100\/0 {
    border-right-color: rgb(245 245 245 / 0);
  }

  .md\:border-r-neutral-100\/10 {
    border-right-color: rgb(245 245 245 / 0.1);
  }

  .md\:border-r-neutral-100\/100 {
    border-right-color: rgb(245 245 245 / 1);
  }

  .md\:border-r-neutral-100\/15 {
    border-right-color: rgb(245 245 245 / 0.15);
  }

  .md\:border-r-neutral-100\/20 {
    border-right-color: rgb(245 245 245 / 0.2);
  }

  .md\:border-r-neutral-100\/25 {
    border-right-color: rgb(245 245 245 / 0.25);
  }

  .md\:border-r-neutral-100\/30 {
    border-right-color: rgb(245 245 245 / 0.3);
  }

  .md\:border-r-neutral-100\/35 {
    border-right-color: rgb(245 245 245 / 0.35);
  }

  .md\:border-r-neutral-100\/40 {
    border-right-color: rgb(245 245 245 / 0.4);
  }

  .md\:border-r-neutral-100\/45 {
    border-right-color: rgb(245 245 245 / 0.45);
  }

  .md\:border-r-neutral-100\/5 {
    border-right-color: rgb(245 245 245 / 0.05);
  }

  .md\:border-r-neutral-100\/50 {
    border-right-color: rgb(245 245 245 / 0.5);
  }

  .md\:border-r-neutral-100\/55 {
    border-right-color: rgb(245 245 245 / 0.55);
  }

  .md\:border-r-neutral-100\/60 {
    border-right-color: rgb(245 245 245 / 0.6);
  }

  .md\:border-r-neutral-100\/65 {
    border-right-color: rgb(245 245 245 / 0.65);
  }

  .md\:border-r-neutral-100\/70 {
    border-right-color: rgb(245 245 245 / 0.7);
  }

  .md\:border-r-neutral-100\/75 {
    border-right-color: rgb(245 245 245 / 0.75);
  }

  .md\:border-r-neutral-100\/80 {
    border-right-color: rgb(245 245 245 / 0.8);
  }

  .md\:border-r-neutral-100\/85 {
    border-right-color: rgb(245 245 245 / 0.85);
  }

  .md\:border-r-neutral-100\/90 {
    border-right-color: rgb(245 245 245 / 0.9);
  }

  .md\:border-r-neutral-100\/95 {
    border-right-color: rgb(245 245 245 / 0.95);
  }

  .md\:border-r-neutral-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(229 229 229 / var(--tw-border-opacity));
  }

  .md\:border-r-neutral-200\/0 {
    border-right-color: rgb(229 229 229 / 0);
  }

  .md\:border-r-neutral-200\/10 {
    border-right-color: rgb(229 229 229 / 0.1);
  }

  .md\:border-r-neutral-200\/100 {
    border-right-color: rgb(229 229 229 / 1);
  }

  .md\:border-r-neutral-200\/15 {
    border-right-color: rgb(229 229 229 / 0.15);
  }

  .md\:border-r-neutral-200\/20 {
    border-right-color: rgb(229 229 229 / 0.2);
  }

  .md\:border-r-neutral-200\/25 {
    border-right-color: rgb(229 229 229 / 0.25);
  }

  .md\:border-r-neutral-200\/30 {
    border-right-color: rgb(229 229 229 / 0.3);
  }

  .md\:border-r-neutral-200\/35 {
    border-right-color: rgb(229 229 229 / 0.35);
  }

  .md\:border-r-neutral-200\/40 {
    border-right-color: rgb(229 229 229 / 0.4);
  }

  .md\:border-r-neutral-200\/45 {
    border-right-color: rgb(229 229 229 / 0.45);
  }

  .md\:border-r-neutral-200\/5 {
    border-right-color: rgb(229 229 229 / 0.05);
  }

  .md\:border-r-neutral-200\/50 {
    border-right-color: rgb(229 229 229 / 0.5);
  }

  .md\:border-r-neutral-200\/55 {
    border-right-color: rgb(229 229 229 / 0.55);
  }

  .md\:border-r-neutral-200\/60 {
    border-right-color: rgb(229 229 229 / 0.6);
  }

  .md\:border-r-neutral-200\/65 {
    border-right-color: rgb(229 229 229 / 0.65);
  }

  .md\:border-r-neutral-200\/70 {
    border-right-color: rgb(229 229 229 / 0.7);
  }

  .md\:border-r-neutral-200\/75 {
    border-right-color: rgb(229 229 229 / 0.75);
  }

  .md\:border-r-neutral-200\/80 {
    border-right-color: rgb(229 229 229 / 0.8);
  }

  .md\:border-r-neutral-200\/85 {
    border-right-color: rgb(229 229 229 / 0.85);
  }

  .md\:border-r-neutral-200\/90 {
    border-right-color: rgb(229 229 229 / 0.9);
  }

  .md\:border-r-neutral-200\/95 {
    border-right-color: rgb(229 229 229 / 0.95);
  }

  .md\:border-r-neutral-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(212 212 212 / var(--tw-border-opacity));
  }

  .md\:border-r-neutral-300\/0 {
    border-right-color: rgb(212 212 212 / 0);
  }

  .md\:border-r-neutral-300\/10 {
    border-right-color: rgb(212 212 212 / 0.1);
  }

  .md\:border-r-neutral-300\/100 {
    border-right-color: rgb(212 212 212 / 1);
  }

  .md\:border-r-neutral-300\/15 {
    border-right-color: rgb(212 212 212 / 0.15);
  }

  .md\:border-r-neutral-300\/20 {
    border-right-color: rgb(212 212 212 / 0.2);
  }

  .md\:border-r-neutral-300\/25 {
    border-right-color: rgb(212 212 212 / 0.25);
  }

  .md\:border-r-neutral-300\/30 {
    border-right-color: rgb(212 212 212 / 0.3);
  }

  .md\:border-r-neutral-300\/35 {
    border-right-color: rgb(212 212 212 / 0.35);
  }

  .md\:border-r-neutral-300\/40 {
    border-right-color: rgb(212 212 212 / 0.4);
  }

  .md\:border-r-neutral-300\/45 {
    border-right-color: rgb(212 212 212 / 0.45);
  }

  .md\:border-r-neutral-300\/5 {
    border-right-color: rgb(212 212 212 / 0.05);
  }

  .md\:border-r-neutral-300\/50 {
    border-right-color: rgb(212 212 212 / 0.5);
  }

  .md\:border-r-neutral-300\/55 {
    border-right-color: rgb(212 212 212 / 0.55);
  }

  .md\:border-r-neutral-300\/60 {
    border-right-color: rgb(212 212 212 / 0.6);
  }

  .md\:border-r-neutral-300\/65 {
    border-right-color: rgb(212 212 212 / 0.65);
  }

  .md\:border-r-neutral-300\/70 {
    border-right-color: rgb(212 212 212 / 0.7);
  }

  .md\:border-r-neutral-300\/75 {
    border-right-color: rgb(212 212 212 / 0.75);
  }

  .md\:border-r-neutral-300\/80 {
    border-right-color: rgb(212 212 212 / 0.8);
  }

  .md\:border-r-neutral-300\/85 {
    border-right-color: rgb(212 212 212 / 0.85);
  }

  .md\:border-r-neutral-300\/90 {
    border-right-color: rgb(212 212 212 / 0.9);
  }

  .md\:border-r-neutral-300\/95 {
    border-right-color: rgb(212 212 212 / 0.95);
  }

  .md\:border-r-neutral-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(163 163 163 / var(--tw-border-opacity));
  }

  .md\:border-r-neutral-400\/0 {
    border-right-color: rgb(163 163 163 / 0);
  }

  .md\:border-r-neutral-400\/10 {
    border-right-color: rgb(163 163 163 / 0.1);
  }

  .md\:border-r-neutral-400\/100 {
    border-right-color: rgb(163 163 163 / 1);
  }

  .md\:border-r-neutral-400\/15 {
    border-right-color: rgb(163 163 163 / 0.15);
  }

  .md\:border-r-neutral-400\/20 {
    border-right-color: rgb(163 163 163 / 0.2);
  }

  .md\:border-r-neutral-400\/25 {
    border-right-color: rgb(163 163 163 / 0.25);
  }

  .md\:border-r-neutral-400\/30 {
    border-right-color: rgb(163 163 163 / 0.3);
  }

  .md\:border-r-neutral-400\/35 {
    border-right-color: rgb(163 163 163 / 0.35);
  }

  .md\:border-r-neutral-400\/40 {
    border-right-color: rgb(163 163 163 / 0.4);
  }

  .md\:border-r-neutral-400\/45 {
    border-right-color: rgb(163 163 163 / 0.45);
  }

  .md\:border-r-neutral-400\/5 {
    border-right-color: rgb(163 163 163 / 0.05);
  }

  .md\:border-r-neutral-400\/50 {
    border-right-color: rgb(163 163 163 / 0.5);
  }

  .md\:border-r-neutral-400\/55 {
    border-right-color: rgb(163 163 163 / 0.55);
  }

  .md\:border-r-neutral-400\/60 {
    border-right-color: rgb(163 163 163 / 0.6);
  }

  .md\:border-r-neutral-400\/65 {
    border-right-color: rgb(163 163 163 / 0.65);
  }

  .md\:border-r-neutral-400\/70 {
    border-right-color: rgb(163 163 163 / 0.7);
  }

  .md\:border-r-neutral-400\/75 {
    border-right-color: rgb(163 163 163 / 0.75);
  }

  .md\:border-r-neutral-400\/80 {
    border-right-color: rgb(163 163 163 / 0.8);
  }

  .md\:border-r-neutral-400\/85 {
    border-right-color: rgb(163 163 163 / 0.85);
  }

  .md\:border-r-neutral-400\/90 {
    border-right-color: rgb(163 163 163 / 0.9);
  }

  .md\:border-r-neutral-400\/95 {
    border-right-color: rgb(163 163 163 / 0.95);
  }

  .md\:border-r-neutral-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .md\:border-r-neutral-50\/0 {
    border-right-color: rgb(250 250 250 / 0);
  }

  .md\:border-r-neutral-50\/10 {
    border-right-color: rgb(250 250 250 / 0.1);
  }

  .md\:border-r-neutral-50\/100 {
    border-right-color: rgb(250 250 250 / 1);
  }

  .md\:border-r-neutral-50\/15 {
    border-right-color: rgb(250 250 250 / 0.15);
  }

  .md\:border-r-neutral-50\/20 {
    border-right-color: rgb(250 250 250 / 0.2);
  }

  .md\:border-r-neutral-50\/25 {
    border-right-color: rgb(250 250 250 / 0.25);
  }

  .md\:border-r-neutral-50\/30 {
    border-right-color: rgb(250 250 250 / 0.3);
  }

  .md\:border-r-neutral-50\/35 {
    border-right-color: rgb(250 250 250 / 0.35);
  }

  .md\:border-r-neutral-50\/40 {
    border-right-color: rgb(250 250 250 / 0.4);
  }

  .md\:border-r-neutral-50\/45 {
    border-right-color: rgb(250 250 250 / 0.45);
  }

  .md\:border-r-neutral-50\/5 {
    border-right-color: rgb(250 250 250 / 0.05);
  }

  .md\:border-r-neutral-50\/50 {
    border-right-color: rgb(250 250 250 / 0.5);
  }

  .md\:border-r-neutral-50\/55 {
    border-right-color: rgb(250 250 250 / 0.55);
  }

  .md\:border-r-neutral-50\/60 {
    border-right-color: rgb(250 250 250 / 0.6);
  }

  .md\:border-r-neutral-50\/65 {
    border-right-color: rgb(250 250 250 / 0.65);
  }

  .md\:border-r-neutral-50\/70 {
    border-right-color: rgb(250 250 250 / 0.7);
  }

  .md\:border-r-neutral-50\/75 {
    border-right-color: rgb(250 250 250 / 0.75);
  }

  .md\:border-r-neutral-50\/80 {
    border-right-color: rgb(250 250 250 / 0.8);
  }

  .md\:border-r-neutral-50\/85 {
    border-right-color: rgb(250 250 250 / 0.85);
  }

  .md\:border-r-neutral-50\/90 {
    border-right-color: rgb(250 250 250 / 0.9);
  }

  .md\:border-r-neutral-50\/95 {
    border-right-color: rgb(250 250 250 / 0.95);
  }

  .md\:border-r-neutral-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(115 115 115 / var(--tw-border-opacity));
  }

  .md\:border-r-neutral-500\/0 {
    border-right-color: rgb(115 115 115 / 0);
  }

  .md\:border-r-neutral-500\/10 {
    border-right-color: rgb(115 115 115 / 0.1);
  }

  .md\:border-r-neutral-500\/100 {
    border-right-color: rgb(115 115 115 / 1);
  }

  .md\:border-r-neutral-500\/15 {
    border-right-color: rgb(115 115 115 / 0.15);
  }

  .md\:border-r-neutral-500\/20 {
    border-right-color: rgb(115 115 115 / 0.2);
  }

  .md\:border-r-neutral-500\/25 {
    border-right-color: rgb(115 115 115 / 0.25);
  }

  .md\:border-r-neutral-500\/30 {
    border-right-color: rgb(115 115 115 / 0.3);
  }

  .md\:border-r-neutral-500\/35 {
    border-right-color: rgb(115 115 115 / 0.35);
  }

  .md\:border-r-neutral-500\/40 {
    border-right-color: rgb(115 115 115 / 0.4);
  }

  .md\:border-r-neutral-500\/45 {
    border-right-color: rgb(115 115 115 / 0.45);
  }

  .md\:border-r-neutral-500\/5 {
    border-right-color: rgb(115 115 115 / 0.05);
  }

  .md\:border-r-neutral-500\/50 {
    border-right-color: rgb(115 115 115 / 0.5);
  }

  .md\:border-r-neutral-500\/55 {
    border-right-color: rgb(115 115 115 / 0.55);
  }

  .md\:border-r-neutral-500\/60 {
    border-right-color: rgb(115 115 115 / 0.6);
  }

  .md\:border-r-neutral-500\/65 {
    border-right-color: rgb(115 115 115 / 0.65);
  }

  .md\:border-r-neutral-500\/70 {
    border-right-color: rgb(115 115 115 / 0.7);
  }

  .md\:border-r-neutral-500\/75 {
    border-right-color: rgb(115 115 115 / 0.75);
  }

  .md\:border-r-neutral-500\/80 {
    border-right-color: rgb(115 115 115 / 0.8);
  }

  .md\:border-r-neutral-500\/85 {
    border-right-color: rgb(115 115 115 / 0.85);
  }

  .md\:border-r-neutral-500\/90 {
    border-right-color: rgb(115 115 115 / 0.9);
  }

  .md\:border-r-neutral-500\/95 {
    border-right-color: rgb(115 115 115 / 0.95);
  }

  .md\:border-r-neutral-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(82 82 82 / var(--tw-border-opacity));
  }

  .md\:border-r-neutral-600\/0 {
    border-right-color: rgb(82 82 82 / 0);
  }

  .md\:border-r-neutral-600\/10 {
    border-right-color: rgb(82 82 82 / 0.1);
  }

  .md\:border-r-neutral-600\/100 {
    border-right-color: rgb(82 82 82 / 1);
  }

  .md\:border-r-neutral-600\/15 {
    border-right-color: rgb(82 82 82 / 0.15);
  }

  .md\:border-r-neutral-600\/20 {
    border-right-color: rgb(82 82 82 / 0.2);
  }

  .md\:border-r-neutral-600\/25 {
    border-right-color: rgb(82 82 82 / 0.25);
  }

  .md\:border-r-neutral-600\/30 {
    border-right-color: rgb(82 82 82 / 0.3);
  }

  .md\:border-r-neutral-600\/35 {
    border-right-color: rgb(82 82 82 / 0.35);
  }

  .md\:border-r-neutral-600\/40 {
    border-right-color: rgb(82 82 82 / 0.4);
  }

  .md\:border-r-neutral-600\/45 {
    border-right-color: rgb(82 82 82 / 0.45);
  }

  .md\:border-r-neutral-600\/5 {
    border-right-color: rgb(82 82 82 / 0.05);
  }

  .md\:border-r-neutral-600\/50 {
    border-right-color: rgb(82 82 82 / 0.5);
  }

  .md\:border-r-neutral-600\/55 {
    border-right-color: rgb(82 82 82 / 0.55);
  }

  .md\:border-r-neutral-600\/60 {
    border-right-color: rgb(82 82 82 / 0.6);
  }

  .md\:border-r-neutral-600\/65 {
    border-right-color: rgb(82 82 82 / 0.65);
  }

  .md\:border-r-neutral-600\/70 {
    border-right-color: rgb(82 82 82 / 0.7);
  }

  .md\:border-r-neutral-600\/75 {
    border-right-color: rgb(82 82 82 / 0.75);
  }

  .md\:border-r-neutral-600\/80 {
    border-right-color: rgb(82 82 82 / 0.8);
  }

  .md\:border-r-neutral-600\/85 {
    border-right-color: rgb(82 82 82 / 0.85);
  }

  .md\:border-r-neutral-600\/90 {
    border-right-color: rgb(82 82 82 / 0.9);
  }

  .md\:border-r-neutral-600\/95 {
    border-right-color: rgb(82 82 82 / 0.95);
  }

  .md\:border-r-neutral-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(64 64 64 / var(--tw-border-opacity));
  }

  .md\:border-r-neutral-700\/0 {
    border-right-color: rgb(64 64 64 / 0);
  }

  .md\:border-r-neutral-700\/10 {
    border-right-color: rgb(64 64 64 / 0.1);
  }

  .md\:border-r-neutral-700\/100 {
    border-right-color: rgb(64 64 64 / 1);
  }

  .md\:border-r-neutral-700\/15 {
    border-right-color: rgb(64 64 64 / 0.15);
  }

  .md\:border-r-neutral-700\/20 {
    border-right-color: rgb(64 64 64 / 0.2);
  }

  .md\:border-r-neutral-700\/25 {
    border-right-color: rgb(64 64 64 / 0.25);
  }

  .md\:border-r-neutral-700\/30 {
    border-right-color: rgb(64 64 64 / 0.3);
  }

  .md\:border-r-neutral-700\/35 {
    border-right-color: rgb(64 64 64 / 0.35);
  }

  .md\:border-r-neutral-700\/40 {
    border-right-color: rgb(64 64 64 / 0.4);
  }

  .md\:border-r-neutral-700\/45 {
    border-right-color: rgb(64 64 64 / 0.45);
  }

  .md\:border-r-neutral-700\/5 {
    border-right-color: rgb(64 64 64 / 0.05);
  }

  .md\:border-r-neutral-700\/50 {
    border-right-color: rgb(64 64 64 / 0.5);
  }

  .md\:border-r-neutral-700\/55 {
    border-right-color: rgb(64 64 64 / 0.55);
  }

  .md\:border-r-neutral-700\/60 {
    border-right-color: rgb(64 64 64 / 0.6);
  }

  .md\:border-r-neutral-700\/65 {
    border-right-color: rgb(64 64 64 / 0.65);
  }

  .md\:border-r-neutral-700\/70 {
    border-right-color: rgb(64 64 64 / 0.7);
  }

  .md\:border-r-neutral-700\/75 {
    border-right-color: rgb(64 64 64 / 0.75);
  }

  .md\:border-r-neutral-700\/80 {
    border-right-color: rgb(64 64 64 / 0.8);
  }

  .md\:border-r-neutral-700\/85 {
    border-right-color: rgb(64 64 64 / 0.85);
  }

  .md\:border-r-neutral-700\/90 {
    border-right-color: rgb(64 64 64 / 0.9);
  }

  .md\:border-r-neutral-700\/95 {
    border-right-color: rgb(64 64 64 / 0.95);
  }

  .md\:border-r-neutral-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(38 38 38 / var(--tw-border-opacity));
  }

  .md\:border-r-neutral-800\/0 {
    border-right-color: rgb(38 38 38 / 0);
  }

  .md\:border-r-neutral-800\/10 {
    border-right-color: rgb(38 38 38 / 0.1);
  }

  .md\:border-r-neutral-800\/100 {
    border-right-color: rgb(38 38 38 / 1);
  }

  .md\:border-r-neutral-800\/15 {
    border-right-color: rgb(38 38 38 / 0.15);
  }

  .md\:border-r-neutral-800\/20 {
    border-right-color: rgb(38 38 38 / 0.2);
  }

  .md\:border-r-neutral-800\/25 {
    border-right-color: rgb(38 38 38 / 0.25);
  }

  .md\:border-r-neutral-800\/30 {
    border-right-color: rgb(38 38 38 / 0.3);
  }

  .md\:border-r-neutral-800\/35 {
    border-right-color: rgb(38 38 38 / 0.35);
  }

  .md\:border-r-neutral-800\/40 {
    border-right-color: rgb(38 38 38 / 0.4);
  }

  .md\:border-r-neutral-800\/45 {
    border-right-color: rgb(38 38 38 / 0.45);
  }

  .md\:border-r-neutral-800\/5 {
    border-right-color: rgb(38 38 38 / 0.05);
  }

  .md\:border-r-neutral-800\/50 {
    border-right-color: rgb(38 38 38 / 0.5);
  }

  .md\:border-r-neutral-800\/55 {
    border-right-color: rgb(38 38 38 / 0.55);
  }

  .md\:border-r-neutral-800\/60 {
    border-right-color: rgb(38 38 38 / 0.6);
  }

  .md\:border-r-neutral-800\/65 {
    border-right-color: rgb(38 38 38 / 0.65);
  }

  .md\:border-r-neutral-800\/70 {
    border-right-color: rgb(38 38 38 / 0.7);
  }

  .md\:border-r-neutral-800\/75 {
    border-right-color: rgb(38 38 38 / 0.75);
  }

  .md\:border-r-neutral-800\/80 {
    border-right-color: rgb(38 38 38 / 0.8);
  }

  .md\:border-r-neutral-800\/85 {
    border-right-color: rgb(38 38 38 / 0.85);
  }

  .md\:border-r-neutral-800\/90 {
    border-right-color: rgb(38 38 38 / 0.9);
  }

  .md\:border-r-neutral-800\/95 {
    border-right-color: rgb(38 38 38 / 0.95);
  }

  .md\:border-r-neutral-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(23 23 23 / var(--tw-border-opacity));
  }

  .md\:border-r-neutral-900\/0 {
    border-right-color: rgb(23 23 23 / 0);
  }

  .md\:border-r-neutral-900\/10 {
    border-right-color: rgb(23 23 23 / 0.1);
  }

  .md\:border-r-neutral-900\/100 {
    border-right-color: rgb(23 23 23 / 1);
  }

  .md\:border-r-neutral-900\/15 {
    border-right-color: rgb(23 23 23 / 0.15);
  }

  .md\:border-r-neutral-900\/20 {
    border-right-color: rgb(23 23 23 / 0.2);
  }

  .md\:border-r-neutral-900\/25 {
    border-right-color: rgb(23 23 23 / 0.25);
  }

  .md\:border-r-neutral-900\/30 {
    border-right-color: rgb(23 23 23 / 0.3);
  }

  .md\:border-r-neutral-900\/35 {
    border-right-color: rgb(23 23 23 / 0.35);
  }

  .md\:border-r-neutral-900\/40 {
    border-right-color: rgb(23 23 23 / 0.4);
  }

  .md\:border-r-neutral-900\/45 {
    border-right-color: rgb(23 23 23 / 0.45);
  }

  .md\:border-r-neutral-900\/5 {
    border-right-color: rgb(23 23 23 / 0.05);
  }

  .md\:border-r-neutral-900\/50 {
    border-right-color: rgb(23 23 23 / 0.5);
  }

  .md\:border-r-neutral-900\/55 {
    border-right-color: rgb(23 23 23 / 0.55);
  }

  .md\:border-r-neutral-900\/60 {
    border-right-color: rgb(23 23 23 / 0.6);
  }

  .md\:border-r-neutral-900\/65 {
    border-right-color: rgb(23 23 23 / 0.65);
  }

  .md\:border-r-neutral-900\/70 {
    border-right-color: rgb(23 23 23 / 0.7);
  }

  .md\:border-r-neutral-900\/75 {
    border-right-color: rgb(23 23 23 / 0.75);
  }

  .md\:border-r-neutral-900\/80 {
    border-right-color: rgb(23 23 23 / 0.8);
  }

  .md\:border-r-neutral-900\/85 {
    border-right-color: rgb(23 23 23 / 0.85);
  }

  .md\:border-r-neutral-900\/90 {
    border-right-color: rgb(23 23 23 / 0.9);
  }

  .md\:border-r-neutral-900\/95 {
    border-right-color: rgb(23 23 23 / 0.95);
  }

  .md\:border-r-neutral-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(10 10 10 / var(--tw-border-opacity));
  }

  .md\:border-r-neutral-950\/0 {
    border-right-color: rgb(10 10 10 / 0);
  }

  .md\:border-r-neutral-950\/10 {
    border-right-color: rgb(10 10 10 / 0.1);
  }

  .md\:border-r-neutral-950\/100 {
    border-right-color: rgb(10 10 10 / 1);
  }

  .md\:border-r-neutral-950\/15 {
    border-right-color: rgb(10 10 10 / 0.15);
  }

  .md\:border-r-neutral-950\/20 {
    border-right-color: rgb(10 10 10 / 0.2);
  }

  .md\:border-r-neutral-950\/25 {
    border-right-color: rgb(10 10 10 / 0.25);
  }

  .md\:border-r-neutral-950\/30 {
    border-right-color: rgb(10 10 10 / 0.3);
  }

  .md\:border-r-neutral-950\/35 {
    border-right-color: rgb(10 10 10 / 0.35);
  }

  .md\:border-r-neutral-950\/40 {
    border-right-color: rgb(10 10 10 / 0.4);
  }

  .md\:border-r-neutral-950\/45 {
    border-right-color: rgb(10 10 10 / 0.45);
  }

  .md\:border-r-neutral-950\/5 {
    border-right-color: rgb(10 10 10 / 0.05);
  }

  .md\:border-r-neutral-950\/50 {
    border-right-color: rgb(10 10 10 / 0.5);
  }

  .md\:border-r-neutral-950\/55 {
    border-right-color: rgb(10 10 10 / 0.55);
  }

  .md\:border-r-neutral-950\/60 {
    border-right-color: rgb(10 10 10 / 0.6);
  }

  .md\:border-r-neutral-950\/65 {
    border-right-color: rgb(10 10 10 / 0.65);
  }

  .md\:border-r-neutral-950\/70 {
    border-right-color: rgb(10 10 10 / 0.7);
  }

  .md\:border-r-neutral-950\/75 {
    border-right-color: rgb(10 10 10 / 0.75);
  }

  .md\:border-r-neutral-950\/80 {
    border-right-color: rgb(10 10 10 / 0.8);
  }

  .md\:border-r-neutral-950\/85 {
    border-right-color: rgb(10 10 10 / 0.85);
  }

  .md\:border-r-neutral-950\/90 {
    border-right-color: rgb(10 10 10 / 0.9);
  }

  .md\:border-r-neutral-950\/95 {
    border-right-color: rgb(10 10 10 / 0.95);
  }

  .md\:border-r-orange-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 237 213 / var(--tw-border-opacity));
  }

  .md\:border-r-orange-100\/0 {
    border-right-color: rgb(255 237 213 / 0);
  }

  .md\:border-r-orange-100\/10 {
    border-right-color: rgb(255 237 213 / 0.1);
  }

  .md\:border-r-orange-100\/100 {
    border-right-color: rgb(255 237 213 / 1);
  }

  .md\:border-r-orange-100\/15 {
    border-right-color: rgb(255 237 213 / 0.15);
  }

  .md\:border-r-orange-100\/20 {
    border-right-color: rgb(255 237 213 / 0.2);
  }

  .md\:border-r-orange-100\/25 {
    border-right-color: rgb(255 237 213 / 0.25);
  }

  .md\:border-r-orange-100\/30 {
    border-right-color: rgb(255 237 213 / 0.3);
  }

  .md\:border-r-orange-100\/35 {
    border-right-color: rgb(255 237 213 / 0.35);
  }

  .md\:border-r-orange-100\/40 {
    border-right-color: rgb(255 237 213 / 0.4);
  }

  .md\:border-r-orange-100\/45 {
    border-right-color: rgb(255 237 213 / 0.45);
  }

  .md\:border-r-orange-100\/5 {
    border-right-color: rgb(255 237 213 / 0.05);
  }

  .md\:border-r-orange-100\/50 {
    border-right-color: rgb(255 237 213 / 0.5);
  }

  .md\:border-r-orange-100\/55 {
    border-right-color: rgb(255 237 213 / 0.55);
  }

  .md\:border-r-orange-100\/60 {
    border-right-color: rgb(255 237 213 / 0.6);
  }

  .md\:border-r-orange-100\/65 {
    border-right-color: rgb(255 237 213 / 0.65);
  }

  .md\:border-r-orange-100\/70 {
    border-right-color: rgb(255 237 213 / 0.7);
  }

  .md\:border-r-orange-100\/75 {
    border-right-color: rgb(255 237 213 / 0.75);
  }

  .md\:border-r-orange-100\/80 {
    border-right-color: rgb(255 237 213 / 0.8);
  }

  .md\:border-r-orange-100\/85 {
    border-right-color: rgb(255 237 213 / 0.85);
  }

  .md\:border-r-orange-100\/90 {
    border-right-color: rgb(255 237 213 / 0.9);
  }

  .md\:border-r-orange-100\/95 {
    border-right-color: rgb(255 237 213 / 0.95);
  }

  .md\:border-r-orange-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 215 170 / var(--tw-border-opacity));
  }

  .md\:border-r-orange-200\/0 {
    border-right-color: rgb(254 215 170 / 0);
  }

  .md\:border-r-orange-200\/10 {
    border-right-color: rgb(254 215 170 / 0.1);
  }

  .md\:border-r-orange-200\/100 {
    border-right-color: rgb(254 215 170 / 1);
  }

  .md\:border-r-orange-200\/15 {
    border-right-color: rgb(254 215 170 / 0.15);
  }

  .md\:border-r-orange-200\/20 {
    border-right-color: rgb(254 215 170 / 0.2);
  }

  .md\:border-r-orange-200\/25 {
    border-right-color: rgb(254 215 170 / 0.25);
  }

  .md\:border-r-orange-200\/30 {
    border-right-color: rgb(254 215 170 / 0.3);
  }

  .md\:border-r-orange-200\/35 {
    border-right-color: rgb(254 215 170 / 0.35);
  }

  .md\:border-r-orange-200\/40 {
    border-right-color: rgb(254 215 170 / 0.4);
  }

  .md\:border-r-orange-200\/45 {
    border-right-color: rgb(254 215 170 / 0.45);
  }

  .md\:border-r-orange-200\/5 {
    border-right-color: rgb(254 215 170 / 0.05);
  }

  .md\:border-r-orange-200\/50 {
    border-right-color: rgb(254 215 170 / 0.5);
  }

  .md\:border-r-orange-200\/55 {
    border-right-color: rgb(254 215 170 / 0.55);
  }

  .md\:border-r-orange-200\/60 {
    border-right-color: rgb(254 215 170 / 0.6);
  }

  .md\:border-r-orange-200\/65 {
    border-right-color: rgb(254 215 170 / 0.65);
  }

  .md\:border-r-orange-200\/70 {
    border-right-color: rgb(254 215 170 / 0.7);
  }

  .md\:border-r-orange-200\/75 {
    border-right-color: rgb(254 215 170 / 0.75);
  }

  .md\:border-r-orange-200\/80 {
    border-right-color: rgb(254 215 170 / 0.8);
  }

  .md\:border-r-orange-200\/85 {
    border-right-color: rgb(254 215 170 / 0.85);
  }

  .md\:border-r-orange-200\/90 {
    border-right-color: rgb(254 215 170 / 0.9);
  }

  .md\:border-r-orange-200\/95 {
    border-right-color: rgb(254 215 170 / 0.95);
  }

  .md\:border-r-orange-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 186 116 / var(--tw-border-opacity));
  }

  .md\:border-r-orange-300\/0 {
    border-right-color: rgb(253 186 116 / 0);
  }

  .md\:border-r-orange-300\/10 {
    border-right-color: rgb(253 186 116 / 0.1);
  }

  .md\:border-r-orange-300\/100 {
    border-right-color: rgb(253 186 116 / 1);
  }

  .md\:border-r-orange-300\/15 {
    border-right-color: rgb(253 186 116 / 0.15);
  }

  .md\:border-r-orange-300\/20 {
    border-right-color: rgb(253 186 116 / 0.2);
  }

  .md\:border-r-orange-300\/25 {
    border-right-color: rgb(253 186 116 / 0.25);
  }

  .md\:border-r-orange-300\/30 {
    border-right-color: rgb(253 186 116 / 0.3);
  }

  .md\:border-r-orange-300\/35 {
    border-right-color: rgb(253 186 116 / 0.35);
  }

  .md\:border-r-orange-300\/40 {
    border-right-color: rgb(253 186 116 / 0.4);
  }

  .md\:border-r-orange-300\/45 {
    border-right-color: rgb(253 186 116 / 0.45);
  }

  .md\:border-r-orange-300\/5 {
    border-right-color: rgb(253 186 116 / 0.05);
  }

  .md\:border-r-orange-300\/50 {
    border-right-color: rgb(253 186 116 / 0.5);
  }

  .md\:border-r-orange-300\/55 {
    border-right-color: rgb(253 186 116 / 0.55);
  }

  .md\:border-r-orange-300\/60 {
    border-right-color: rgb(253 186 116 / 0.6);
  }

  .md\:border-r-orange-300\/65 {
    border-right-color: rgb(253 186 116 / 0.65);
  }

  .md\:border-r-orange-300\/70 {
    border-right-color: rgb(253 186 116 / 0.7);
  }

  .md\:border-r-orange-300\/75 {
    border-right-color: rgb(253 186 116 / 0.75);
  }

  .md\:border-r-orange-300\/80 {
    border-right-color: rgb(253 186 116 / 0.8);
  }

  .md\:border-r-orange-300\/85 {
    border-right-color: rgb(253 186 116 / 0.85);
  }

  .md\:border-r-orange-300\/90 {
    border-right-color: rgb(253 186 116 / 0.9);
  }

  .md\:border-r-orange-300\/95 {
    border-right-color: rgb(253 186 116 / 0.95);
  }

  .md\:border-r-orange-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(251 146 60 / var(--tw-border-opacity));
  }

  .md\:border-r-orange-400\/0 {
    border-right-color: rgb(251 146 60 / 0);
  }

  .md\:border-r-orange-400\/10 {
    border-right-color: rgb(251 146 60 / 0.1);
  }

  .md\:border-r-orange-400\/100 {
    border-right-color: rgb(251 146 60 / 1);
  }

  .md\:border-r-orange-400\/15 {
    border-right-color: rgb(251 146 60 / 0.15);
  }

  .md\:border-r-orange-400\/20 {
    border-right-color: rgb(251 146 60 / 0.2);
  }

  .md\:border-r-orange-400\/25 {
    border-right-color: rgb(251 146 60 / 0.25);
  }

  .md\:border-r-orange-400\/30 {
    border-right-color: rgb(251 146 60 / 0.3);
  }

  .md\:border-r-orange-400\/35 {
    border-right-color: rgb(251 146 60 / 0.35);
  }

  .md\:border-r-orange-400\/40 {
    border-right-color: rgb(251 146 60 / 0.4);
  }

  .md\:border-r-orange-400\/45 {
    border-right-color: rgb(251 146 60 / 0.45);
  }

  .md\:border-r-orange-400\/5 {
    border-right-color: rgb(251 146 60 / 0.05);
  }

  .md\:border-r-orange-400\/50 {
    border-right-color: rgb(251 146 60 / 0.5);
  }

  .md\:border-r-orange-400\/55 {
    border-right-color: rgb(251 146 60 / 0.55);
  }

  .md\:border-r-orange-400\/60 {
    border-right-color: rgb(251 146 60 / 0.6);
  }

  .md\:border-r-orange-400\/65 {
    border-right-color: rgb(251 146 60 / 0.65);
  }

  .md\:border-r-orange-400\/70 {
    border-right-color: rgb(251 146 60 / 0.7);
  }

  .md\:border-r-orange-400\/75 {
    border-right-color: rgb(251 146 60 / 0.75);
  }

  .md\:border-r-orange-400\/80 {
    border-right-color: rgb(251 146 60 / 0.8);
  }

  .md\:border-r-orange-400\/85 {
    border-right-color: rgb(251 146 60 / 0.85);
  }

  .md\:border-r-orange-400\/90 {
    border-right-color: rgb(251 146 60 / 0.9);
  }

  .md\:border-r-orange-400\/95 {
    border-right-color: rgb(251 146 60 / 0.95);
  }

  .md\:border-r-orange-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 247 237 / var(--tw-border-opacity));
  }

  .md\:border-r-orange-50\/0 {
    border-right-color: rgb(255 247 237 / 0);
  }

  .md\:border-r-orange-50\/10 {
    border-right-color: rgb(255 247 237 / 0.1);
  }

  .md\:border-r-orange-50\/100 {
    border-right-color: rgb(255 247 237 / 1);
  }

  .md\:border-r-orange-50\/15 {
    border-right-color: rgb(255 247 237 / 0.15);
  }

  .md\:border-r-orange-50\/20 {
    border-right-color: rgb(255 247 237 / 0.2);
  }

  .md\:border-r-orange-50\/25 {
    border-right-color: rgb(255 247 237 / 0.25);
  }

  .md\:border-r-orange-50\/30 {
    border-right-color: rgb(255 247 237 / 0.3);
  }

  .md\:border-r-orange-50\/35 {
    border-right-color: rgb(255 247 237 / 0.35);
  }

  .md\:border-r-orange-50\/40 {
    border-right-color: rgb(255 247 237 / 0.4);
  }

  .md\:border-r-orange-50\/45 {
    border-right-color: rgb(255 247 237 / 0.45);
  }

  .md\:border-r-orange-50\/5 {
    border-right-color: rgb(255 247 237 / 0.05);
  }

  .md\:border-r-orange-50\/50 {
    border-right-color: rgb(255 247 237 / 0.5);
  }

  .md\:border-r-orange-50\/55 {
    border-right-color: rgb(255 247 237 / 0.55);
  }

  .md\:border-r-orange-50\/60 {
    border-right-color: rgb(255 247 237 / 0.6);
  }

  .md\:border-r-orange-50\/65 {
    border-right-color: rgb(255 247 237 / 0.65);
  }

  .md\:border-r-orange-50\/70 {
    border-right-color: rgb(255 247 237 / 0.7);
  }

  .md\:border-r-orange-50\/75 {
    border-right-color: rgb(255 247 237 / 0.75);
  }

  .md\:border-r-orange-50\/80 {
    border-right-color: rgb(255 247 237 / 0.8);
  }

  .md\:border-r-orange-50\/85 {
    border-right-color: rgb(255 247 237 / 0.85);
  }

  .md\:border-r-orange-50\/90 {
    border-right-color: rgb(255 247 237 / 0.9);
  }

  .md\:border-r-orange-50\/95 {
    border-right-color: rgb(255 247 237 / 0.95);
  }

  .md\:border-r-orange-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(249 115 22 / var(--tw-border-opacity));
  }

  .md\:border-r-orange-500\/0 {
    border-right-color: rgb(249 115 22 / 0);
  }

  .md\:border-r-orange-500\/10 {
    border-right-color: rgb(249 115 22 / 0.1);
  }

  .md\:border-r-orange-500\/100 {
    border-right-color: rgb(249 115 22 / 1);
  }

  .md\:border-r-orange-500\/15 {
    border-right-color: rgb(249 115 22 / 0.15);
  }

  .md\:border-r-orange-500\/20 {
    border-right-color: rgb(249 115 22 / 0.2);
  }

  .md\:border-r-orange-500\/25 {
    border-right-color: rgb(249 115 22 / 0.25);
  }

  .md\:border-r-orange-500\/30 {
    border-right-color: rgb(249 115 22 / 0.3);
  }

  .md\:border-r-orange-500\/35 {
    border-right-color: rgb(249 115 22 / 0.35);
  }

  .md\:border-r-orange-500\/40 {
    border-right-color: rgb(249 115 22 / 0.4);
  }

  .md\:border-r-orange-500\/45 {
    border-right-color: rgb(249 115 22 / 0.45);
  }

  .md\:border-r-orange-500\/5 {
    border-right-color: rgb(249 115 22 / 0.05);
  }

  .md\:border-r-orange-500\/50 {
    border-right-color: rgb(249 115 22 / 0.5);
  }

  .md\:border-r-orange-500\/55 {
    border-right-color: rgb(249 115 22 / 0.55);
  }

  .md\:border-r-orange-500\/60 {
    border-right-color: rgb(249 115 22 / 0.6);
  }

  .md\:border-r-orange-500\/65 {
    border-right-color: rgb(249 115 22 / 0.65);
  }

  .md\:border-r-orange-500\/70 {
    border-right-color: rgb(249 115 22 / 0.7);
  }

  .md\:border-r-orange-500\/75 {
    border-right-color: rgb(249 115 22 / 0.75);
  }

  .md\:border-r-orange-500\/80 {
    border-right-color: rgb(249 115 22 / 0.8);
  }

  .md\:border-r-orange-500\/85 {
    border-right-color: rgb(249 115 22 / 0.85);
  }

  .md\:border-r-orange-500\/90 {
    border-right-color: rgb(249 115 22 / 0.9);
  }

  .md\:border-r-orange-500\/95 {
    border-right-color: rgb(249 115 22 / 0.95);
  }

  .md\:border-r-orange-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(234 88 12 / var(--tw-border-opacity));
  }

  .md\:border-r-orange-600\/0 {
    border-right-color: rgb(234 88 12 / 0);
  }

  .md\:border-r-orange-600\/10 {
    border-right-color: rgb(234 88 12 / 0.1);
  }

  .md\:border-r-orange-600\/100 {
    border-right-color: rgb(234 88 12 / 1);
  }

  .md\:border-r-orange-600\/15 {
    border-right-color: rgb(234 88 12 / 0.15);
  }

  .md\:border-r-orange-600\/20 {
    border-right-color: rgb(234 88 12 / 0.2);
  }

  .md\:border-r-orange-600\/25 {
    border-right-color: rgb(234 88 12 / 0.25);
  }

  .md\:border-r-orange-600\/30 {
    border-right-color: rgb(234 88 12 / 0.3);
  }

  .md\:border-r-orange-600\/35 {
    border-right-color: rgb(234 88 12 / 0.35);
  }

  .md\:border-r-orange-600\/40 {
    border-right-color: rgb(234 88 12 / 0.4);
  }

  .md\:border-r-orange-600\/45 {
    border-right-color: rgb(234 88 12 / 0.45);
  }

  .md\:border-r-orange-600\/5 {
    border-right-color: rgb(234 88 12 / 0.05);
  }

  .md\:border-r-orange-600\/50 {
    border-right-color: rgb(234 88 12 / 0.5);
  }

  .md\:border-r-orange-600\/55 {
    border-right-color: rgb(234 88 12 / 0.55);
  }

  .md\:border-r-orange-600\/60 {
    border-right-color: rgb(234 88 12 / 0.6);
  }

  .md\:border-r-orange-600\/65 {
    border-right-color: rgb(234 88 12 / 0.65);
  }

  .md\:border-r-orange-600\/70 {
    border-right-color: rgb(234 88 12 / 0.7);
  }

  .md\:border-r-orange-600\/75 {
    border-right-color: rgb(234 88 12 / 0.75);
  }

  .md\:border-r-orange-600\/80 {
    border-right-color: rgb(234 88 12 / 0.8);
  }

  .md\:border-r-orange-600\/85 {
    border-right-color: rgb(234 88 12 / 0.85);
  }

  .md\:border-r-orange-600\/90 {
    border-right-color: rgb(234 88 12 / 0.9);
  }

  .md\:border-r-orange-600\/95 {
    border-right-color: rgb(234 88 12 / 0.95);
  }

  .md\:border-r-orange-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(194 65 12 / var(--tw-border-opacity));
  }

  .md\:border-r-orange-700\/0 {
    border-right-color: rgb(194 65 12 / 0);
  }

  .md\:border-r-orange-700\/10 {
    border-right-color: rgb(194 65 12 / 0.1);
  }

  .md\:border-r-orange-700\/100 {
    border-right-color: rgb(194 65 12 / 1);
  }

  .md\:border-r-orange-700\/15 {
    border-right-color: rgb(194 65 12 / 0.15);
  }

  .md\:border-r-orange-700\/20 {
    border-right-color: rgb(194 65 12 / 0.2);
  }

  .md\:border-r-orange-700\/25 {
    border-right-color: rgb(194 65 12 / 0.25);
  }

  .md\:border-r-orange-700\/30 {
    border-right-color: rgb(194 65 12 / 0.3);
  }

  .md\:border-r-orange-700\/35 {
    border-right-color: rgb(194 65 12 / 0.35);
  }

  .md\:border-r-orange-700\/40 {
    border-right-color: rgb(194 65 12 / 0.4);
  }

  .md\:border-r-orange-700\/45 {
    border-right-color: rgb(194 65 12 / 0.45);
  }

  .md\:border-r-orange-700\/5 {
    border-right-color: rgb(194 65 12 / 0.05);
  }

  .md\:border-r-orange-700\/50 {
    border-right-color: rgb(194 65 12 / 0.5);
  }

  .md\:border-r-orange-700\/55 {
    border-right-color: rgb(194 65 12 / 0.55);
  }

  .md\:border-r-orange-700\/60 {
    border-right-color: rgb(194 65 12 / 0.6);
  }

  .md\:border-r-orange-700\/65 {
    border-right-color: rgb(194 65 12 / 0.65);
  }

  .md\:border-r-orange-700\/70 {
    border-right-color: rgb(194 65 12 / 0.7);
  }

  .md\:border-r-orange-700\/75 {
    border-right-color: rgb(194 65 12 / 0.75);
  }

  .md\:border-r-orange-700\/80 {
    border-right-color: rgb(194 65 12 / 0.8);
  }

  .md\:border-r-orange-700\/85 {
    border-right-color: rgb(194 65 12 / 0.85);
  }

  .md\:border-r-orange-700\/90 {
    border-right-color: rgb(194 65 12 / 0.9);
  }

  .md\:border-r-orange-700\/95 {
    border-right-color: rgb(194 65 12 / 0.95);
  }

  .md\:border-r-orange-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(154 52 18 / var(--tw-border-opacity));
  }

  .md\:border-r-orange-800\/0 {
    border-right-color: rgb(154 52 18 / 0);
  }

  .md\:border-r-orange-800\/10 {
    border-right-color: rgb(154 52 18 / 0.1);
  }

  .md\:border-r-orange-800\/100 {
    border-right-color: rgb(154 52 18 / 1);
  }

  .md\:border-r-orange-800\/15 {
    border-right-color: rgb(154 52 18 / 0.15);
  }

  .md\:border-r-orange-800\/20 {
    border-right-color: rgb(154 52 18 / 0.2);
  }

  .md\:border-r-orange-800\/25 {
    border-right-color: rgb(154 52 18 / 0.25);
  }

  .md\:border-r-orange-800\/30 {
    border-right-color: rgb(154 52 18 / 0.3);
  }

  .md\:border-r-orange-800\/35 {
    border-right-color: rgb(154 52 18 / 0.35);
  }

  .md\:border-r-orange-800\/40 {
    border-right-color: rgb(154 52 18 / 0.4);
  }

  .md\:border-r-orange-800\/45 {
    border-right-color: rgb(154 52 18 / 0.45);
  }

  .md\:border-r-orange-800\/5 {
    border-right-color: rgb(154 52 18 / 0.05);
  }

  .md\:border-r-orange-800\/50 {
    border-right-color: rgb(154 52 18 / 0.5);
  }

  .md\:border-r-orange-800\/55 {
    border-right-color: rgb(154 52 18 / 0.55);
  }

  .md\:border-r-orange-800\/60 {
    border-right-color: rgb(154 52 18 / 0.6);
  }

  .md\:border-r-orange-800\/65 {
    border-right-color: rgb(154 52 18 / 0.65);
  }

  .md\:border-r-orange-800\/70 {
    border-right-color: rgb(154 52 18 / 0.7);
  }

  .md\:border-r-orange-800\/75 {
    border-right-color: rgb(154 52 18 / 0.75);
  }

  .md\:border-r-orange-800\/80 {
    border-right-color: rgb(154 52 18 / 0.8);
  }

  .md\:border-r-orange-800\/85 {
    border-right-color: rgb(154 52 18 / 0.85);
  }

  .md\:border-r-orange-800\/90 {
    border-right-color: rgb(154 52 18 / 0.9);
  }

  .md\:border-r-orange-800\/95 {
    border-right-color: rgb(154 52 18 / 0.95);
  }

  .md\:border-r-orange-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(124 45 18 / var(--tw-border-opacity));
  }

  .md\:border-r-orange-900\/0 {
    border-right-color: rgb(124 45 18 / 0);
  }

  .md\:border-r-orange-900\/10 {
    border-right-color: rgb(124 45 18 / 0.1);
  }

  .md\:border-r-orange-900\/100 {
    border-right-color: rgb(124 45 18 / 1);
  }

  .md\:border-r-orange-900\/15 {
    border-right-color: rgb(124 45 18 / 0.15);
  }

  .md\:border-r-orange-900\/20 {
    border-right-color: rgb(124 45 18 / 0.2);
  }

  .md\:border-r-orange-900\/25 {
    border-right-color: rgb(124 45 18 / 0.25);
  }

  .md\:border-r-orange-900\/30 {
    border-right-color: rgb(124 45 18 / 0.3);
  }

  .md\:border-r-orange-900\/35 {
    border-right-color: rgb(124 45 18 / 0.35);
  }

  .md\:border-r-orange-900\/40 {
    border-right-color: rgb(124 45 18 / 0.4);
  }

  .md\:border-r-orange-900\/45 {
    border-right-color: rgb(124 45 18 / 0.45);
  }

  .md\:border-r-orange-900\/5 {
    border-right-color: rgb(124 45 18 / 0.05);
  }

  .md\:border-r-orange-900\/50 {
    border-right-color: rgb(124 45 18 / 0.5);
  }

  .md\:border-r-orange-900\/55 {
    border-right-color: rgb(124 45 18 / 0.55);
  }

  .md\:border-r-orange-900\/60 {
    border-right-color: rgb(124 45 18 / 0.6);
  }

  .md\:border-r-orange-900\/65 {
    border-right-color: rgb(124 45 18 / 0.65);
  }

  .md\:border-r-orange-900\/70 {
    border-right-color: rgb(124 45 18 / 0.7);
  }

  .md\:border-r-orange-900\/75 {
    border-right-color: rgb(124 45 18 / 0.75);
  }

  .md\:border-r-orange-900\/80 {
    border-right-color: rgb(124 45 18 / 0.8);
  }

  .md\:border-r-orange-900\/85 {
    border-right-color: rgb(124 45 18 / 0.85);
  }

  .md\:border-r-orange-900\/90 {
    border-right-color: rgb(124 45 18 / 0.9);
  }

  .md\:border-r-orange-900\/95 {
    border-right-color: rgb(124 45 18 / 0.95);
  }

  .md\:border-r-orange-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(67 20 7 / var(--tw-border-opacity));
  }

  .md\:border-r-orange-950\/0 {
    border-right-color: rgb(67 20 7 / 0);
  }

  .md\:border-r-orange-950\/10 {
    border-right-color: rgb(67 20 7 / 0.1);
  }

  .md\:border-r-orange-950\/100 {
    border-right-color: rgb(67 20 7 / 1);
  }

  .md\:border-r-orange-950\/15 {
    border-right-color: rgb(67 20 7 / 0.15);
  }

  .md\:border-r-orange-950\/20 {
    border-right-color: rgb(67 20 7 / 0.2);
  }

  .md\:border-r-orange-950\/25 {
    border-right-color: rgb(67 20 7 / 0.25);
  }

  .md\:border-r-orange-950\/30 {
    border-right-color: rgb(67 20 7 / 0.3);
  }

  .md\:border-r-orange-950\/35 {
    border-right-color: rgb(67 20 7 / 0.35);
  }

  .md\:border-r-orange-950\/40 {
    border-right-color: rgb(67 20 7 / 0.4);
  }

  .md\:border-r-orange-950\/45 {
    border-right-color: rgb(67 20 7 / 0.45);
  }

  .md\:border-r-orange-950\/5 {
    border-right-color: rgb(67 20 7 / 0.05);
  }

  .md\:border-r-orange-950\/50 {
    border-right-color: rgb(67 20 7 / 0.5);
  }

  .md\:border-r-orange-950\/55 {
    border-right-color: rgb(67 20 7 / 0.55);
  }

  .md\:border-r-orange-950\/60 {
    border-right-color: rgb(67 20 7 / 0.6);
  }

  .md\:border-r-orange-950\/65 {
    border-right-color: rgb(67 20 7 / 0.65);
  }

  .md\:border-r-orange-950\/70 {
    border-right-color: rgb(67 20 7 / 0.7);
  }

  .md\:border-r-orange-950\/75 {
    border-right-color: rgb(67 20 7 / 0.75);
  }

  .md\:border-r-orange-950\/80 {
    border-right-color: rgb(67 20 7 / 0.8);
  }

  .md\:border-r-orange-950\/85 {
    border-right-color: rgb(67 20 7 / 0.85);
  }

  .md\:border-r-orange-950\/90 {
    border-right-color: rgb(67 20 7 / 0.9);
  }

  .md\:border-r-orange-950\/95 {
    border-right-color: rgb(67 20 7 / 0.95);
  }

  .md\:border-r-pink-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(252 231 243 / var(--tw-border-opacity));
  }

  .md\:border-r-pink-100\/0 {
    border-right-color: rgb(252 231 243 / 0);
  }

  .md\:border-r-pink-100\/10 {
    border-right-color: rgb(252 231 243 / 0.1);
  }

  .md\:border-r-pink-100\/100 {
    border-right-color: rgb(252 231 243 / 1);
  }

  .md\:border-r-pink-100\/15 {
    border-right-color: rgb(252 231 243 / 0.15);
  }

  .md\:border-r-pink-100\/20 {
    border-right-color: rgb(252 231 243 / 0.2);
  }

  .md\:border-r-pink-100\/25 {
    border-right-color: rgb(252 231 243 / 0.25);
  }

  .md\:border-r-pink-100\/30 {
    border-right-color: rgb(252 231 243 / 0.3);
  }

  .md\:border-r-pink-100\/35 {
    border-right-color: rgb(252 231 243 / 0.35);
  }

  .md\:border-r-pink-100\/40 {
    border-right-color: rgb(252 231 243 / 0.4);
  }

  .md\:border-r-pink-100\/45 {
    border-right-color: rgb(252 231 243 / 0.45);
  }

  .md\:border-r-pink-100\/5 {
    border-right-color: rgb(252 231 243 / 0.05);
  }

  .md\:border-r-pink-100\/50 {
    border-right-color: rgb(252 231 243 / 0.5);
  }

  .md\:border-r-pink-100\/55 {
    border-right-color: rgb(252 231 243 / 0.55);
  }

  .md\:border-r-pink-100\/60 {
    border-right-color: rgb(252 231 243 / 0.6);
  }

  .md\:border-r-pink-100\/65 {
    border-right-color: rgb(252 231 243 / 0.65);
  }

  .md\:border-r-pink-100\/70 {
    border-right-color: rgb(252 231 243 / 0.7);
  }

  .md\:border-r-pink-100\/75 {
    border-right-color: rgb(252 231 243 / 0.75);
  }

  .md\:border-r-pink-100\/80 {
    border-right-color: rgb(252 231 243 / 0.8);
  }

  .md\:border-r-pink-100\/85 {
    border-right-color: rgb(252 231 243 / 0.85);
  }

  .md\:border-r-pink-100\/90 {
    border-right-color: rgb(252 231 243 / 0.9);
  }

  .md\:border-r-pink-100\/95 {
    border-right-color: rgb(252 231 243 / 0.95);
  }

  .md\:border-r-pink-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(251 207 232 / var(--tw-border-opacity));
  }

  .md\:border-r-pink-200\/0 {
    border-right-color: rgb(251 207 232 / 0);
  }

  .md\:border-r-pink-200\/10 {
    border-right-color: rgb(251 207 232 / 0.1);
  }

  .md\:border-r-pink-200\/100 {
    border-right-color: rgb(251 207 232 / 1);
  }

  .md\:border-r-pink-200\/15 {
    border-right-color: rgb(251 207 232 / 0.15);
  }

  .md\:border-r-pink-200\/20 {
    border-right-color: rgb(251 207 232 / 0.2);
  }

  .md\:border-r-pink-200\/25 {
    border-right-color: rgb(251 207 232 / 0.25);
  }

  .md\:border-r-pink-200\/30 {
    border-right-color: rgb(251 207 232 / 0.3);
  }

  .md\:border-r-pink-200\/35 {
    border-right-color: rgb(251 207 232 / 0.35);
  }

  .md\:border-r-pink-200\/40 {
    border-right-color: rgb(251 207 232 / 0.4);
  }

  .md\:border-r-pink-200\/45 {
    border-right-color: rgb(251 207 232 / 0.45);
  }

  .md\:border-r-pink-200\/5 {
    border-right-color: rgb(251 207 232 / 0.05);
  }

  .md\:border-r-pink-200\/50 {
    border-right-color: rgb(251 207 232 / 0.5);
  }

  .md\:border-r-pink-200\/55 {
    border-right-color: rgb(251 207 232 / 0.55);
  }

  .md\:border-r-pink-200\/60 {
    border-right-color: rgb(251 207 232 / 0.6);
  }

  .md\:border-r-pink-200\/65 {
    border-right-color: rgb(251 207 232 / 0.65);
  }

  .md\:border-r-pink-200\/70 {
    border-right-color: rgb(251 207 232 / 0.7);
  }

  .md\:border-r-pink-200\/75 {
    border-right-color: rgb(251 207 232 / 0.75);
  }

  .md\:border-r-pink-200\/80 {
    border-right-color: rgb(251 207 232 / 0.8);
  }

  .md\:border-r-pink-200\/85 {
    border-right-color: rgb(251 207 232 / 0.85);
  }

  .md\:border-r-pink-200\/90 {
    border-right-color: rgb(251 207 232 / 0.9);
  }

  .md\:border-r-pink-200\/95 {
    border-right-color: rgb(251 207 232 / 0.95);
  }

  .md\:border-r-pink-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(249 168 212 / var(--tw-border-opacity));
  }

  .md\:border-r-pink-300\/0 {
    border-right-color: rgb(249 168 212 / 0);
  }

  .md\:border-r-pink-300\/10 {
    border-right-color: rgb(249 168 212 / 0.1);
  }

  .md\:border-r-pink-300\/100 {
    border-right-color: rgb(249 168 212 / 1);
  }

  .md\:border-r-pink-300\/15 {
    border-right-color: rgb(249 168 212 / 0.15);
  }

  .md\:border-r-pink-300\/20 {
    border-right-color: rgb(249 168 212 / 0.2);
  }

  .md\:border-r-pink-300\/25 {
    border-right-color: rgb(249 168 212 / 0.25);
  }

  .md\:border-r-pink-300\/30 {
    border-right-color: rgb(249 168 212 / 0.3);
  }

  .md\:border-r-pink-300\/35 {
    border-right-color: rgb(249 168 212 / 0.35);
  }

  .md\:border-r-pink-300\/40 {
    border-right-color: rgb(249 168 212 / 0.4);
  }

  .md\:border-r-pink-300\/45 {
    border-right-color: rgb(249 168 212 / 0.45);
  }

  .md\:border-r-pink-300\/5 {
    border-right-color: rgb(249 168 212 / 0.05);
  }

  .md\:border-r-pink-300\/50 {
    border-right-color: rgb(249 168 212 / 0.5);
  }

  .md\:border-r-pink-300\/55 {
    border-right-color: rgb(249 168 212 / 0.55);
  }

  .md\:border-r-pink-300\/60 {
    border-right-color: rgb(249 168 212 / 0.6);
  }

  .md\:border-r-pink-300\/65 {
    border-right-color: rgb(249 168 212 / 0.65);
  }

  .md\:border-r-pink-300\/70 {
    border-right-color: rgb(249 168 212 / 0.7);
  }

  .md\:border-r-pink-300\/75 {
    border-right-color: rgb(249 168 212 / 0.75);
  }

  .md\:border-r-pink-300\/80 {
    border-right-color: rgb(249 168 212 / 0.8);
  }

  .md\:border-r-pink-300\/85 {
    border-right-color: rgb(249 168 212 / 0.85);
  }

  .md\:border-r-pink-300\/90 {
    border-right-color: rgb(249 168 212 / 0.9);
  }

  .md\:border-r-pink-300\/95 {
    border-right-color: rgb(249 168 212 / 0.95);
  }

  .md\:border-r-pink-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(244 114 182 / var(--tw-border-opacity));
  }

  .md\:border-r-pink-400\/0 {
    border-right-color: rgb(244 114 182 / 0);
  }

  .md\:border-r-pink-400\/10 {
    border-right-color: rgb(244 114 182 / 0.1);
  }

  .md\:border-r-pink-400\/100 {
    border-right-color: rgb(244 114 182 / 1);
  }

  .md\:border-r-pink-400\/15 {
    border-right-color: rgb(244 114 182 / 0.15);
  }

  .md\:border-r-pink-400\/20 {
    border-right-color: rgb(244 114 182 / 0.2);
  }

  .md\:border-r-pink-400\/25 {
    border-right-color: rgb(244 114 182 / 0.25);
  }

  .md\:border-r-pink-400\/30 {
    border-right-color: rgb(244 114 182 / 0.3);
  }

  .md\:border-r-pink-400\/35 {
    border-right-color: rgb(244 114 182 / 0.35);
  }

  .md\:border-r-pink-400\/40 {
    border-right-color: rgb(244 114 182 / 0.4);
  }

  .md\:border-r-pink-400\/45 {
    border-right-color: rgb(244 114 182 / 0.45);
  }

  .md\:border-r-pink-400\/5 {
    border-right-color: rgb(244 114 182 / 0.05);
  }

  .md\:border-r-pink-400\/50 {
    border-right-color: rgb(244 114 182 / 0.5);
  }

  .md\:border-r-pink-400\/55 {
    border-right-color: rgb(244 114 182 / 0.55);
  }

  .md\:border-r-pink-400\/60 {
    border-right-color: rgb(244 114 182 / 0.6);
  }

  .md\:border-r-pink-400\/65 {
    border-right-color: rgb(244 114 182 / 0.65);
  }

  .md\:border-r-pink-400\/70 {
    border-right-color: rgb(244 114 182 / 0.7);
  }

  .md\:border-r-pink-400\/75 {
    border-right-color: rgb(244 114 182 / 0.75);
  }

  .md\:border-r-pink-400\/80 {
    border-right-color: rgb(244 114 182 / 0.8);
  }

  .md\:border-r-pink-400\/85 {
    border-right-color: rgb(244 114 182 / 0.85);
  }

  .md\:border-r-pink-400\/90 {
    border-right-color: rgb(244 114 182 / 0.9);
  }

  .md\:border-r-pink-400\/95 {
    border-right-color: rgb(244 114 182 / 0.95);
  }

  .md\:border-r-pink-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 242 248 / var(--tw-border-opacity));
  }

  .md\:border-r-pink-50\/0 {
    border-right-color: rgb(253 242 248 / 0);
  }

  .md\:border-r-pink-50\/10 {
    border-right-color: rgb(253 242 248 / 0.1);
  }

  .md\:border-r-pink-50\/100 {
    border-right-color: rgb(253 242 248 / 1);
  }

  .md\:border-r-pink-50\/15 {
    border-right-color: rgb(253 242 248 / 0.15);
  }

  .md\:border-r-pink-50\/20 {
    border-right-color: rgb(253 242 248 / 0.2);
  }

  .md\:border-r-pink-50\/25 {
    border-right-color: rgb(253 242 248 / 0.25);
  }

  .md\:border-r-pink-50\/30 {
    border-right-color: rgb(253 242 248 / 0.3);
  }

  .md\:border-r-pink-50\/35 {
    border-right-color: rgb(253 242 248 / 0.35);
  }

  .md\:border-r-pink-50\/40 {
    border-right-color: rgb(253 242 248 / 0.4);
  }

  .md\:border-r-pink-50\/45 {
    border-right-color: rgb(253 242 248 / 0.45);
  }

  .md\:border-r-pink-50\/5 {
    border-right-color: rgb(253 242 248 / 0.05);
  }

  .md\:border-r-pink-50\/50 {
    border-right-color: rgb(253 242 248 / 0.5);
  }

  .md\:border-r-pink-50\/55 {
    border-right-color: rgb(253 242 248 / 0.55);
  }

  .md\:border-r-pink-50\/60 {
    border-right-color: rgb(253 242 248 / 0.6);
  }

  .md\:border-r-pink-50\/65 {
    border-right-color: rgb(253 242 248 / 0.65);
  }

  .md\:border-r-pink-50\/70 {
    border-right-color: rgb(253 242 248 / 0.7);
  }

  .md\:border-r-pink-50\/75 {
    border-right-color: rgb(253 242 248 / 0.75);
  }

  .md\:border-r-pink-50\/80 {
    border-right-color: rgb(253 242 248 / 0.8);
  }

  .md\:border-r-pink-50\/85 {
    border-right-color: rgb(253 242 248 / 0.85);
  }

  .md\:border-r-pink-50\/90 {
    border-right-color: rgb(253 242 248 / 0.9);
  }

  .md\:border-r-pink-50\/95 {
    border-right-color: rgb(253 242 248 / 0.95);
  }

  .md\:border-r-pink-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(236 72 153 / var(--tw-border-opacity));
  }

  .md\:border-r-pink-500\/0 {
    border-right-color: rgb(236 72 153 / 0);
  }

  .md\:border-r-pink-500\/10 {
    border-right-color: rgb(236 72 153 / 0.1);
  }

  .md\:border-r-pink-500\/100 {
    border-right-color: rgb(236 72 153 / 1);
  }

  .md\:border-r-pink-500\/15 {
    border-right-color: rgb(236 72 153 / 0.15);
  }

  .md\:border-r-pink-500\/20 {
    border-right-color: rgb(236 72 153 / 0.2);
  }

  .md\:border-r-pink-500\/25 {
    border-right-color: rgb(236 72 153 / 0.25);
  }

  .md\:border-r-pink-500\/30 {
    border-right-color: rgb(236 72 153 / 0.3);
  }

  .md\:border-r-pink-500\/35 {
    border-right-color: rgb(236 72 153 / 0.35);
  }

  .md\:border-r-pink-500\/40 {
    border-right-color: rgb(236 72 153 / 0.4);
  }

  .md\:border-r-pink-500\/45 {
    border-right-color: rgb(236 72 153 / 0.45);
  }

  .md\:border-r-pink-500\/5 {
    border-right-color: rgb(236 72 153 / 0.05);
  }

  .md\:border-r-pink-500\/50 {
    border-right-color: rgb(236 72 153 / 0.5);
  }

  .md\:border-r-pink-500\/55 {
    border-right-color: rgb(236 72 153 / 0.55);
  }

  .md\:border-r-pink-500\/60 {
    border-right-color: rgb(236 72 153 / 0.6);
  }

  .md\:border-r-pink-500\/65 {
    border-right-color: rgb(236 72 153 / 0.65);
  }

  .md\:border-r-pink-500\/70 {
    border-right-color: rgb(236 72 153 / 0.7);
  }

  .md\:border-r-pink-500\/75 {
    border-right-color: rgb(236 72 153 / 0.75);
  }

  .md\:border-r-pink-500\/80 {
    border-right-color: rgb(236 72 153 / 0.8);
  }

  .md\:border-r-pink-500\/85 {
    border-right-color: rgb(236 72 153 / 0.85);
  }

  .md\:border-r-pink-500\/90 {
    border-right-color: rgb(236 72 153 / 0.9);
  }

  .md\:border-r-pink-500\/95 {
    border-right-color: rgb(236 72 153 / 0.95);
  }

  .md\:border-r-pink-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(219 39 119 / var(--tw-border-opacity));
  }

  .md\:border-r-pink-600\/0 {
    border-right-color: rgb(219 39 119 / 0);
  }

  .md\:border-r-pink-600\/10 {
    border-right-color: rgb(219 39 119 / 0.1);
  }

  .md\:border-r-pink-600\/100 {
    border-right-color: rgb(219 39 119 / 1);
  }

  .md\:border-r-pink-600\/15 {
    border-right-color: rgb(219 39 119 / 0.15);
  }

  .md\:border-r-pink-600\/20 {
    border-right-color: rgb(219 39 119 / 0.2);
  }

  .md\:border-r-pink-600\/25 {
    border-right-color: rgb(219 39 119 / 0.25);
  }

  .md\:border-r-pink-600\/30 {
    border-right-color: rgb(219 39 119 / 0.3);
  }

  .md\:border-r-pink-600\/35 {
    border-right-color: rgb(219 39 119 / 0.35);
  }

  .md\:border-r-pink-600\/40 {
    border-right-color: rgb(219 39 119 / 0.4);
  }

  .md\:border-r-pink-600\/45 {
    border-right-color: rgb(219 39 119 / 0.45);
  }

  .md\:border-r-pink-600\/5 {
    border-right-color: rgb(219 39 119 / 0.05);
  }

  .md\:border-r-pink-600\/50 {
    border-right-color: rgb(219 39 119 / 0.5);
  }

  .md\:border-r-pink-600\/55 {
    border-right-color: rgb(219 39 119 / 0.55);
  }

  .md\:border-r-pink-600\/60 {
    border-right-color: rgb(219 39 119 / 0.6);
  }

  .md\:border-r-pink-600\/65 {
    border-right-color: rgb(219 39 119 / 0.65);
  }

  .md\:border-r-pink-600\/70 {
    border-right-color: rgb(219 39 119 / 0.7);
  }

  .md\:border-r-pink-600\/75 {
    border-right-color: rgb(219 39 119 / 0.75);
  }

  .md\:border-r-pink-600\/80 {
    border-right-color: rgb(219 39 119 / 0.8);
  }

  .md\:border-r-pink-600\/85 {
    border-right-color: rgb(219 39 119 / 0.85);
  }

  .md\:border-r-pink-600\/90 {
    border-right-color: rgb(219 39 119 / 0.9);
  }

  .md\:border-r-pink-600\/95 {
    border-right-color: rgb(219 39 119 / 0.95);
  }

  .md\:border-r-pink-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(190 24 93 / var(--tw-border-opacity));
  }

  .md\:border-r-pink-700\/0 {
    border-right-color: rgb(190 24 93 / 0);
  }

  .md\:border-r-pink-700\/10 {
    border-right-color: rgb(190 24 93 / 0.1);
  }

  .md\:border-r-pink-700\/100 {
    border-right-color: rgb(190 24 93 / 1);
  }

  .md\:border-r-pink-700\/15 {
    border-right-color: rgb(190 24 93 / 0.15);
  }

  .md\:border-r-pink-700\/20 {
    border-right-color: rgb(190 24 93 / 0.2);
  }

  .md\:border-r-pink-700\/25 {
    border-right-color: rgb(190 24 93 / 0.25);
  }

  .md\:border-r-pink-700\/30 {
    border-right-color: rgb(190 24 93 / 0.3);
  }

  .md\:border-r-pink-700\/35 {
    border-right-color: rgb(190 24 93 / 0.35);
  }

  .md\:border-r-pink-700\/40 {
    border-right-color: rgb(190 24 93 / 0.4);
  }

  .md\:border-r-pink-700\/45 {
    border-right-color: rgb(190 24 93 / 0.45);
  }

  .md\:border-r-pink-700\/5 {
    border-right-color: rgb(190 24 93 / 0.05);
  }

  .md\:border-r-pink-700\/50 {
    border-right-color: rgb(190 24 93 / 0.5);
  }

  .md\:border-r-pink-700\/55 {
    border-right-color: rgb(190 24 93 / 0.55);
  }

  .md\:border-r-pink-700\/60 {
    border-right-color: rgb(190 24 93 / 0.6);
  }

  .md\:border-r-pink-700\/65 {
    border-right-color: rgb(190 24 93 / 0.65);
  }

  .md\:border-r-pink-700\/70 {
    border-right-color: rgb(190 24 93 / 0.7);
  }

  .md\:border-r-pink-700\/75 {
    border-right-color: rgb(190 24 93 / 0.75);
  }

  .md\:border-r-pink-700\/80 {
    border-right-color: rgb(190 24 93 / 0.8);
  }

  .md\:border-r-pink-700\/85 {
    border-right-color: rgb(190 24 93 / 0.85);
  }

  .md\:border-r-pink-700\/90 {
    border-right-color: rgb(190 24 93 / 0.9);
  }

  .md\:border-r-pink-700\/95 {
    border-right-color: rgb(190 24 93 / 0.95);
  }

  .md\:border-r-pink-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(157 23 77 / var(--tw-border-opacity));
  }

  .md\:border-r-pink-800\/0 {
    border-right-color: rgb(157 23 77 / 0);
  }

  .md\:border-r-pink-800\/10 {
    border-right-color: rgb(157 23 77 / 0.1);
  }

  .md\:border-r-pink-800\/100 {
    border-right-color: rgb(157 23 77 / 1);
  }

  .md\:border-r-pink-800\/15 {
    border-right-color: rgb(157 23 77 / 0.15);
  }

  .md\:border-r-pink-800\/20 {
    border-right-color: rgb(157 23 77 / 0.2);
  }

  .md\:border-r-pink-800\/25 {
    border-right-color: rgb(157 23 77 / 0.25);
  }

  .md\:border-r-pink-800\/30 {
    border-right-color: rgb(157 23 77 / 0.3);
  }

  .md\:border-r-pink-800\/35 {
    border-right-color: rgb(157 23 77 / 0.35);
  }

  .md\:border-r-pink-800\/40 {
    border-right-color: rgb(157 23 77 / 0.4);
  }

  .md\:border-r-pink-800\/45 {
    border-right-color: rgb(157 23 77 / 0.45);
  }

  .md\:border-r-pink-800\/5 {
    border-right-color: rgb(157 23 77 / 0.05);
  }

  .md\:border-r-pink-800\/50 {
    border-right-color: rgb(157 23 77 / 0.5);
  }

  .md\:border-r-pink-800\/55 {
    border-right-color: rgb(157 23 77 / 0.55);
  }

  .md\:border-r-pink-800\/60 {
    border-right-color: rgb(157 23 77 / 0.6);
  }

  .md\:border-r-pink-800\/65 {
    border-right-color: rgb(157 23 77 / 0.65);
  }

  .md\:border-r-pink-800\/70 {
    border-right-color: rgb(157 23 77 / 0.7);
  }

  .md\:border-r-pink-800\/75 {
    border-right-color: rgb(157 23 77 / 0.75);
  }

  .md\:border-r-pink-800\/80 {
    border-right-color: rgb(157 23 77 / 0.8);
  }

  .md\:border-r-pink-800\/85 {
    border-right-color: rgb(157 23 77 / 0.85);
  }

  .md\:border-r-pink-800\/90 {
    border-right-color: rgb(157 23 77 / 0.9);
  }

  .md\:border-r-pink-800\/95 {
    border-right-color: rgb(157 23 77 / 0.95);
  }

  .md\:border-r-pink-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(131 24 67 / var(--tw-border-opacity));
  }

  .md\:border-r-pink-900\/0 {
    border-right-color: rgb(131 24 67 / 0);
  }

  .md\:border-r-pink-900\/10 {
    border-right-color: rgb(131 24 67 / 0.1);
  }

  .md\:border-r-pink-900\/100 {
    border-right-color: rgb(131 24 67 / 1);
  }

  .md\:border-r-pink-900\/15 {
    border-right-color: rgb(131 24 67 / 0.15);
  }

  .md\:border-r-pink-900\/20 {
    border-right-color: rgb(131 24 67 / 0.2);
  }

  .md\:border-r-pink-900\/25 {
    border-right-color: rgb(131 24 67 / 0.25);
  }

  .md\:border-r-pink-900\/30 {
    border-right-color: rgb(131 24 67 / 0.3);
  }

  .md\:border-r-pink-900\/35 {
    border-right-color: rgb(131 24 67 / 0.35);
  }

  .md\:border-r-pink-900\/40 {
    border-right-color: rgb(131 24 67 / 0.4);
  }

  .md\:border-r-pink-900\/45 {
    border-right-color: rgb(131 24 67 / 0.45);
  }

  .md\:border-r-pink-900\/5 {
    border-right-color: rgb(131 24 67 / 0.05);
  }

  .md\:border-r-pink-900\/50 {
    border-right-color: rgb(131 24 67 / 0.5);
  }

  .md\:border-r-pink-900\/55 {
    border-right-color: rgb(131 24 67 / 0.55);
  }

  .md\:border-r-pink-900\/60 {
    border-right-color: rgb(131 24 67 / 0.6);
  }

  .md\:border-r-pink-900\/65 {
    border-right-color: rgb(131 24 67 / 0.65);
  }

  .md\:border-r-pink-900\/70 {
    border-right-color: rgb(131 24 67 / 0.7);
  }

  .md\:border-r-pink-900\/75 {
    border-right-color: rgb(131 24 67 / 0.75);
  }

  .md\:border-r-pink-900\/80 {
    border-right-color: rgb(131 24 67 / 0.8);
  }

  .md\:border-r-pink-900\/85 {
    border-right-color: rgb(131 24 67 / 0.85);
  }

  .md\:border-r-pink-900\/90 {
    border-right-color: rgb(131 24 67 / 0.9);
  }

  .md\:border-r-pink-900\/95 {
    border-right-color: rgb(131 24 67 / 0.95);
  }

  .md\:border-r-pink-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(80 7 36 / var(--tw-border-opacity));
  }

  .md\:border-r-pink-950\/0 {
    border-right-color: rgb(80 7 36 / 0);
  }

  .md\:border-r-pink-950\/10 {
    border-right-color: rgb(80 7 36 / 0.1);
  }

  .md\:border-r-pink-950\/100 {
    border-right-color: rgb(80 7 36 / 1);
  }

  .md\:border-r-pink-950\/15 {
    border-right-color: rgb(80 7 36 / 0.15);
  }

  .md\:border-r-pink-950\/20 {
    border-right-color: rgb(80 7 36 / 0.2);
  }

  .md\:border-r-pink-950\/25 {
    border-right-color: rgb(80 7 36 / 0.25);
  }

  .md\:border-r-pink-950\/30 {
    border-right-color: rgb(80 7 36 / 0.3);
  }

  .md\:border-r-pink-950\/35 {
    border-right-color: rgb(80 7 36 / 0.35);
  }

  .md\:border-r-pink-950\/40 {
    border-right-color: rgb(80 7 36 / 0.4);
  }

  .md\:border-r-pink-950\/45 {
    border-right-color: rgb(80 7 36 / 0.45);
  }

  .md\:border-r-pink-950\/5 {
    border-right-color: rgb(80 7 36 / 0.05);
  }

  .md\:border-r-pink-950\/50 {
    border-right-color: rgb(80 7 36 / 0.5);
  }

  .md\:border-r-pink-950\/55 {
    border-right-color: rgb(80 7 36 / 0.55);
  }

  .md\:border-r-pink-950\/60 {
    border-right-color: rgb(80 7 36 / 0.6);
  }

  .md\:border-r-pink-950\/65 {
    border-right-color: rgb(80 7 36 / 0.65);
  }

  .md\:border-r-pink-950\/70 {
    border-right-color: rgb(80 7 36 / 0.7);
  }

  .md\:border-r-pink-950\/75 {
    border-right-color: rgb(80 7 36 / 0.75);
  }

  .md\:border-r-pink-950\/80 {
    border-right-color: rgb(80 7 36 / 0.8);
  }

  .md\:border-r-pink-950\/85 {
    border-right-color: rgb(80 7 36 / 0.85);
  }

  .md\:border-r-pink-950\/90 {
    border-right-color: rgb(80 7 36 / 0.9);
  }

  .md\:border-r-pink-950\/95 {
    border-right-color: rgb(80 7 36 / 0.95);
  }

  .md\:border-r-primary-100 {
    border-right-color: var(--color-primary-100);
  }

  .md\:border-r-primary-200 {
    border-right-color: var(--color-primary-200);
  }

  .md\:border-r-primary-300 {
    border-right-color: var(--color-primary-300);
  }

  .md\:border-r-primary-400 {
    border-right-color: var(--color-primary-400);
  }

  .md\:border-r-primary-50 {
    border-right-color: var(--color-primary-50);
  }

  .md\:border-r-primary-500 {
    border-right-color: var(--color-primary-500);
  }

  .md\:border-r-primary-600 {
    border-right-color: var(--color-primary-600);
  }

  .md\:border-r-primary-700 {
    border-right-color: var(--color-primary-700);
  }

  .md\:border-r-primary-800 {
    border-right-color: var(--color-primary-800);
  }

  .md\:border-r-primary-900 {
    border-right-color: var(--color-primary-900);
  }

  .md\:border-r-purple-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(243 232 255 / var(--tw-border-opacity));
  }

  .md\:border-r-purple-100\/0 {
    border-right-color: rgb(243 232 255 / 0);
  }

  .md\:border-r-purple-100\/10 {
    border-right-color: rgb(243 232 255 / 0.1);
  }

  .md\:border-r-purple-100\/100 {
    border-right-color: rgb(243 232 255 / 1);
  }

  .md\:border-r-purple-100\/15 {
    border-right-color: rgb(243 232 255 / 0.15);
  }

  .md\:border-r-purple-100\/20 {
    border-right-color: rgb(243 232 255 / 0.2);
  }

  .md\:border-r-purple-100\/25 {
    border-right-color: rgb(243 232 255 / 0.25);
  }

  .md\:border-r-purple-100\/30 {
    border-right-color: rgb(243 232 255 / 0.3);
  }

  .md\:border-r-purple-100\/35 {
    border-right-color: rgb(243 232 255 / 0.35);
  }

  .md\:border-r-purple-100\/40 {
    border-right-color: rgb(243 232 255 / 0.4);
  }

  .md\:border-r-purple-100\/45 {
    border-right-color: rgb(243 232 255 / 0.45);
  }

  .md\:border-r-purple-100\/5 {
    border-right-color: rgb(243 232 255 / 0.05);
  }

  .md\:border-r-purple-100\/50 {
    border-right-color: rgb(243 232 255 / 0.5);
  }

  .md\:border-r-purple-100\/55 {
    border-right-color: rgb(243 232 255 / 0.55);
  }

  .md\:border-r-purple-100\/60 {
    border-right-color: rgb(243 232 255 / 0.6);
  }

  .md\:border-r-purple-100\/65 {
    border-right-color: rgb(243 232 255 / 0.65);
  }

  .md\:border-r-purple-100\/70 {
    border-right-color: rgb(243 232 255 / 0.7);
  }

  .md\:border-r-purple-100\/75 {
    border-right-color: rgb(243 232 255 / 0.75);
  }

  .md\:border-r-purple-100\/80 {
    border-right-color: rgb(243 232 255 / 0.8);
  }

  .md\:border-r-purple-100\/85 {
    border-right-color: rgb(243 232 255 / 0.85);
  }

  .md\:border-r-purple-100\/90 {
    border-right-color: rgb(243 232 255 / 0.9);
  }

  .md\:border-r-purple-100\/95 {
    border-right-color: rgb(243 232 255 / 0.95);
  }

  .md\:border-r-purple-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(233 213 255 / var(--tw-border-opacity));
  }

  .md\:border-r-purple-200\/0 {
    border-right-color: rgb(233 213 255 / 0);
  }

  .md\:border-r-purple-200\/10 {
    border-right-color: rgb(233 213 255 / 0.1);
  }

  .md\:border-r-purple-200\/100 {
    border-right-color: rgb(233 213 255 / 1);
  }

  .md\:border-r-purple-200\/15 {
    border-right-color: rgb(233 213 255 / 0.15);
  }

  .md\:border-r-purple-200\/20 {
    border-right-color: rgb(233 213 255 / 0.2);
  }

  .md\:border-r-purple-200\/25 {
    border-right-color: rgb(233 213 255 / 0.25);
  }

  .md\:border-r-purple-200\/30 {
    border-right-color: rgb(233 213 255 / 0.3);
  }

  .md\:border-r-purple-200\/35 {
    border-right-color: rgb(233 213 255 / 0.35);
  }

  .md\:border-r-purple-200\/40 {
    border-right-color: rgb(233 213 255 / 0.4);
  }

  .md\:border-r-purple-200\/45 {
    border-right-color: rgb(233 213 255 / 0.45);
  }

  .md\:border-r-purple-200\/5 {
    border-right-color: rgb(233 213 255 / 0.05);
  }

  .md\:border-r-purple-200\/50 {
    border-right-color: rgb(233 213 255 / 0.5);
  }

  .md\:border-r-purple-200\/55 {
    border-right-color: rgb(233 213 255 / 0.55);
  }

  .md\:border-r-purple-200\/60 {
    border-right-color: rgb(233 213 255 / 0.6);
  }

  .md\:border-r-purple-200\/65 {
    border-right-color: rgb(233 213 255 / 0.65);
  }

  .md\:border-r-purple-200\/70 {
    border-right-color: rgb(233 213 255 / 0.7);
  }

  .md\:border-r-purple-200\/75 {
    border-right-color: rgb(233 213 255 / 0.75);
  }

  .md\:border-r-purple-200\/80 {
    border-right-color: rgb(233 213 255 / 0.8);
  }

  .md\:border-r-purple-200\/85 {
    border-right-color: rgb(233 213 255 / 0.85);
  }

  .md\:border-r-purple-200\/90 {
    border-right-color: rgb(233 213 255 / 0.9);
  }

  .md\:border-r-purple-200\/95 {
    border-right-color: rgb(233 213 255 / 0.95);
  }

  .md\:border-r-purple-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(216 180 254 / var(--tw-border-opacity));
  }

  .md\:border-r-purple-300\/0 {
    border-right-color: rgb(216 180 254 / 0);
  }

  .md\:border-r-purple-300\/10 {
    border-right-color: rgb(216 180 254 / 0.1);
  }

  .md\:border-r-purple-300\/100 {
    border-right-color: rgb(216 180 254 / 1);
  }

  .md\:border-r-purple-300\/15 {
    border-right-color: rgb(216 180 254 / 0.15);
  }

  .md\:border-r-purple-300\/20 {
    border-right-color: rgb(216 180 254 / 0.2);
  }

  .md\:border-r-purple-300\/25 {
    border-right-color: rgb(216 180 254 / 0.25);
  }

  .md\:border-r-purple-300\/30 {
    border-right-color: rgb(216 180 254 / 0.3);
  }

  .md\:border-r-purple-300\/35 {
    border-right-color: rgb(216 180 254 / 0.35);
  }

  .md\:border-r-purple-300\/40 {
    border-right-color: rgb(216 180 254 / 0.4);
  }

  .md\:border-r-purple-300\/45 {
    border-right-color: rgb(216 180 254 / 0.45);
  }

  .md\:border-r-purple-300\/5 {
    border-right-color: rgb(216 180 254 / 0.05);
  }

  .md\:border-r-purple-300\/50 {
    border-right-color: rgb(216 180 254 / 0.5);
  }

  .md\:border-r-purple-300\/55 {
    border-right-color: rgb(216 180 254 / 0.55);
  }

  .md\:border-r-purple-300\/60 {
    border-right-color: rgb(216 180 254 / 0.6);
  }

  .md\:border-r-purple-300\/65 {
    border-right-color: rgb(216 180 254 / 0.65);
  }

  .md\:border-r-purple-300\/70 {
    border-right-color: rgb(216 180 254 / 0.7);
  }

  .md\:border-r-purple-300\/75 {
    border-right-color: rgb(216 180 254 / 0.75);
  }

  .md\:border-r-purple-300\/80 {
    border-right-color: rgb(216 180 254 / 0.8);
  }

  .md\:border-r-purple-300\/85 {
    border-right-color: rgb(216 180 254 / 0.85);
  }

  .md\:border-r-purple-300\/90 {
    border-right-color: rgb(216 180 254 / 0.9);
  }

  .md\:border-r-purple-300\/95 {
    border-right-color: rgb(216 180 254 / 0.95);
  }

  .md\:border-r-purple-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(192 132 252 / var(--tw-border-opacity));
  }

  .md\:border-r-purple-400\/0 {
    border-right-color: rgb(192 132 252 / 0);
  }

  .md\:border-r-purple-400\/10 {
    border-right-color: rgb(192 132 252 / 0.1);
  }

  .md\:border-r-purple-400\/100 {
    border-right-color: rgb(192 132 252 / 1);
  }

  .md\:border-r-purple-400\/15 {
    border-right-color: rgb(192 132 252 / 0.15);
  }

  .md\:border-r-purple-400\/20 {
    border-right-color: rgb(192 132 252 / 0.2);
  }

  .md\:border-r-purple-400\/25 {
    border-right-color: rgb(192 132 252 / 0.25);
  }

  .md\:border-r-purple-400\/30 {
    border-right-color: rgb(192 132 252 / 0.3);
  }

  .md\:border-r-purple-400\/35 {
    border-right-color: rgb(192 132 252 / 0.35);
  }

  .md\:border-r-purple-400\/40 {
    border-right-color: rgb(192 132 252 / 0.4);
  }

  .md\:border-r-purple-400\/45 {
    border-right-color: rgb(192 132 252 / 0.45);
  }

  .md\:border-r-purple-400\/5 {
    border-right-color: rgb(192 132 252 / 0.05);
  }

  .md\:border-r-purple-400\/50 {
    border-right-color: rgb(192 132 252 / 0.5);
  }

  .md\:border-r-purple-400\/55 {
    border-right-color: rgb(192 132 252 / 0.55);
  }

  .md\:border-r-purple-400\/60 {
    border-right-color: rgb(192 132 252 / 0.6);
  }

  .md\:border-r-purple-400\/65 {
    border-right-color: rgb(192 132 252 / 0.65);
  }

  .md\:border-r-purple-400\/70 {
    border-right-color: rgb(192 132 252 / 0.7);
  }

  .md\:border-r-purple-400\/75 {
    border-right-color: rgb(192 132 252 / 0.75);
  }

  .md\:border-r-purple-400\/80 {
    border-right-color: rgb(192 132 252 / 0.8);
  }

  .md\:border-r-purple-400\/85 {
    border-right-color: rgb(192 132 252 / 0.85);
  }

  .md\:border-r-purple-400\/90 {
    border-right-color: rgb(192 132 252 / 0.9);
  }

  .md\:border-r-purple-400\/95 {
    border-right-color: rgb(192 132 252 / 0.95);
  }

  .md\:border-r-purple-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 245 255 / var(--tw-border-opacity));
  }

  .md\:border-r-purple-50\/0 {
    border-right-color: rgb(250 245 255 / 0);
  }

  .md\:border-r-purple-50\/10 {
    border-right-color: rgb(250 245 255 / 0.1);
  }

  .md\:border-r-purple-50\/100 {
    border-right-color: rgb(250 245 255 / 1);
  }

  .md\:border-r-purple-50\/15 {
    border-right-color: rgb(250 245 255 / 0.15);
  }

  .md\:border-r-purple-50\/20 {
    border-right-color: rgb(250 245 255 / 0.2);
  }

  .md\:border-r-purple-50\/25 {
    border-right-color: rgb(250 245 255 / 0.25);
  }

  .md\:border-r-purple-50\/30 {
    border-right-color: rgb(250 245 255 / 0.3);
  }

  .md\:border-r-purple-50\/35 {
    border-right-color: rgb(250 245 255 / 0.35);
  }

  .md\:border-r-purple-50\/40 {
    border-right-color: rgb(250 245 255 / 0.4);
  }

  .md\:border-r-purple-50\/45 {
    border-right-color: rgb(250 245 255 / 0.45);
  }

  .md\:border-r-purple-50\/5 {
    border-right-color: rgb(250 245 255 / 0.05);
  }

  .md\:border-r-purple-50\/50 {
    border-right-color: rgb(250 245 255 / 0.5);
  }

  .md\:border-r-purple-50\/55 {
    border-right-color: rgb(250 245 255 / 0.55);
  }

  .md\:border-r-purple-50\/60 {
    border-right-color: rgb(250 245 255 / 0.6);
  }

  .md\:border-r-purple-50\/65 {
    border-right-color: rgb(250 245 255 / 0.65);
  }

  .md\:border-r-purple-50\/70 {
    border-right-color: rgb(250 245 255 / 0.7);
  }

  .md\:border-r-purple-50\/75 {
    border-right-color: rgb(250 245 255 / 0.75);
  }

  .md\:border-r-purple-50\/80 {
    border-right-color: rgb(250 245 255 / 0.8);
  }

  .md\:border-r-purple-50\/85 {
    border-right-color: rgb(250 245 255 / 0.85);
  }

  .md\:border-r-purple-50\/90 {
    border-right-color: rgb(250 245 255 / 0.9);
  }

  .md\:border-r-purple-50\/95 {
    border-right-color: rgb(250 245 255 / 0.95);
  }

  .md\:border-r-purple-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(168 85 247 / var(--tw-border-opacity));
  }

  .md\:border-r-purple-500\/0 {
    border-right-color: rgb(168 85 247 / 0);
  }

  .md\:border-r-purple-500\/10 {
    border-right-color: rgb(168 85 247 / 0.1);
  }

  .md\:border-r-purple-500\/100 {
    border-right-color: rgb(168 85 247 / 1);
  }

  .md\:border-r-purple-500\/15 {
    border-right-color: rgb(168 85 247 / 0.15);
  }

  .md\:border-r-purple-500\/20 {
    border-right-color: rgb(168 85 247 / 0.2);
  }

  .md\:border-r-purple-500\/25 {
    border-right-color: rgb(168 85 247 / 0.25);
  }

  .md\:border-r-purple-500\/30 {
    border-right-color: rgb(168 85 247 / 0.3);
  }

  .md\:border-r-purple-500\/35 {
    border-right-color: rgb(168 85 247 / 0.35);
  }

  .md\:border-r-purple-500\/40 {
    border-right-color: rgb(168 85 247 / 0.4);
  }

  .md\:border-r-purple-500\/45 {
    border-right-color: rgb(168 85 247 / 0.45);
  }

  .md\:border-r-purple-500\/5 {
    border-right-color: rgb(168 85 247 / 0.05);
  }

  .md\:border-r-purple-500\/50 {
    border-right-color: rgb(168 85 247 / 0.5);
  }

  .md\:border-r-purple-500\/55 {
    border-right-color: rgb(168 85 247 / 0.55);
  }

  .md\:border-r-purple-500\/60 {
    border-right-color: rgb(168 85 247 / 0.6);
  }

  .md\:border-r-purple-500\/65 {
    border-right-color: rgb(168 85 247 / 0.65);
  }

  .md\:border-r-purple-500\/70 {
    border-right-color: rgb(168 85 247 / 0.7);
  }

  .md\:border-r-purple-500\/75 {
    border-right-color: rgb(168 85 247 / 0.75);
  }

  .md\:border-r-purple-500\/80 {
    border-right-color: rgb(168 85 247 / 0.8);
  }

  .md\:border-r-purple-500\/85 {
    border-right-color: rgb(168 85 247 / 0.85);
  }

  .md\:border-r-purple-500\/90 {
    border-right-color: rgb(168 85 247 / 0.9);
  }

  .md\:border-r-purple-500\/95 {
    border-right-color: rgb(168 85 247 / 0.95);
  }

  .md\:border-r-purple-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(147 51 234 / var(--tw-border-opacity));
  }

  .md\:border-r-purple-600\/0 {
    border-right-color: rgb(147 51 234 / 0);
  }

  .md\:border-r-purple-600\/10 {
    border-right-color: rgb(147 51 234 / 0.1);
  }

  .md\:border-r-purple-600\/100 {
    border-right-color: rgb(147 51 234 / 1);
  }

  .md\:border-r-purple-600\/15 {
    border-right-color: rgb(147 51 234 / 0.15);
  }

  .md\:border-r-purple-600\/20 {
    border-right-color: rgb(147 51 234 / 0.2);
  }

  .md\:border-r-purple-600\/25 {
    border-right-color: rgb(147 51 234 / 0.25);
  }

  .md\:border-r-purple-600\/30 {
    border-right-color: rgb(147 51 234 / 0.3);
  }

  .md\:border-r-purple-600\/35 {
    border-right-color: rgb(147 51 234 / 0.35);
  }

  .md\:border-r-purple-600\/40 {
    border-right-color: rgb(147 51 234 / 0.4);
  }

  .md\:border-r-purple-600\/45 {
    border-right-color: rgb(147 51 234 / 0.45);
  }

  .md\:border-r-purple-600\/5 {
    border-right-color: rgb(147 51 234 / 0.05);
  }

  .md\:border-r-purple-600\/50 {
    border-right-color: rgb(147 51 234 / 0.5);
  }

  .md\:border-r-purple-600\/55 {
    border-right-color: rgb(147 51 234 / 0.55);
  }

  .md\:border-r-purple-600\/60 {
    border-right-color: rgb(147 51 234 / 0.6);
  }

  .md\:border-r-purple-600\/65 {
    border-right-color: rgb(147 51 234 / 0.65);
  }

  .md\:border-r-purple-600\/70 {
    border-right-color: rgb(147 51 234 / 0.7);
  }

  .md\:border-r-purple-600\/75 {
    border-right-color: rgb(147 51 234 / 0.75);
  }

  .md\:border-r-purple-600\/80 {
    border-right-color: rgb(147 51 234 / 0.8);
  }

  .md\:border-r-purple-600\/85 {
    border-right-color: rgb(147 51 234 / 0.85);
  }

  .md\:border-r-purple-600\/90 {
    border-right-color: rgb(147 51 234 / 0.9);
  }

  .md\:border-r-purple-600\/95 {
    border-right-color: rgb(147 51 234 / 0.95);
  }

  .md\:border-r-purple-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(126 34 206 / var(--tw-border-opacity));
  }

  .md\:border-r-purple-700\/0 {
    border-right-color: rgb(126 34 206 / 0);
  }

  .md\:border-r-purple-700\/10 {
    border-right-color: rgb(126 34 206 / 0.1);
  }

  .md\:border-r-purple-700\/100 {
    border-right-color: rgb(126 34 206 / 1);
  }

  .md\:border-r-purple-700\/15 {
    border-right-color: rgb(126 34 206 / 0.15);
  }

  .md\:border-r-purple-700\/20 {
    border-right-color: rgb(126 34 206 / 0.2);
  }

  .md\:border-r-purple-700\/25 {
    border-right-color: rgb(126 34 206 / 0.25);
  }

  .md\:border-r-purple-700\/30 {
    border-right-color: rgb(126 34 206 / 0.3);
  }

  .md\:border-r-purple-700\/35 {
    border-right-color: rgb(126 34 206 / 0.35);
  }

  .md\:border-r-purple-700\/40 {
    border-right-color: rgb(126 34 206 / 0.4);
  }

  .md\:border-r-purple-700\/45 {
    border-right-color: rgb(126 34 206 / 0.45);
  }

  .md\:border-r-purple-700\/5 {
    border-right-color: rgb(126 34 206 / 0.05);
  }

  .md\:border-r-purple-700\/50 {
    border-right-color: rgb(126 34 206 / 0.5);
  }

  .md\:border-r-purple-700\/55 {
    border-right-color: rgb(126 34 206 / 0.55);
  }

  .md\:border-r-purple-700\/60 {
    border-right-color: rgb(126 34 206 / 0.6);
  }

  .md\:border-r-purple-700\/65 {
    border-right-color: rgb(126 34 206 / 0.65);
  }

  .md\:border-r-purple-700\/70 {
    border-right-color: rgb(126 34 206 / 0.7);
  }

  .md\:border-r-purple-700\/75 {
    border-right-color: rgb(126 34 206 / 0.75);
  }

  .md\:border-r-purple-700\/80 {
    border-right-color: rgb(126 34 206 / 0.8);
  }

  .md\:border-r-purple-700\/85 {
    border-right-color: rgb(126 34 206 / 0.85);
  }

  .md\:border-r-purple-700\/90 {
    border-right-color: rgb(126 34 206 / 0.9);
  }

  .md\:border-r-purple-700\/95 {
    border-right-color: rgb(126 34 206 / 0.95);
  }

  .md\:border-r-purple-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(107 33 168 / var(--tw-border-opacity));
  }

  .md\:border-r-purple-800\/0 {
    border-right-color: rgb(107 33 168 / 0);
  }

  .md\:border-r-purple-800\/10 {
    border-right-color: rgb(107 33 168 / 0.1);
  }

  .md\:border-r-purple-800\/100 {
    border-right-color: rgb(107 33 168 / 1);
  }

  .md\:border-r-purple-800\/15 {
    border-right-color: rgb(107 33 168 / 0.15);
  }

  .md\:border-r-purple-800\/20 {
    border-right-color: rgb(107 33 168 / 0.2);
  }

  .md\:border-r-purple-800\/25 {
    border-right-color: rgb(107 33 168 / 0.25);
  }

  .md\:border-r-purple-800\/30 {
    border-right-color: rgb(107 33 168 / 0.3);
  }

  .md\:border-r-purple-800\/35 {
    border-right-color: rgb(107 33 168 / 0.35);
  }

  .md\:border-r-purple-800\/40 {
    border-right-color: rgb(107 33 168 / 0.4);
  }

  .md\:border-r-purple-800\/45 {
    border-right-color: rgb(107 33 168 / 0.45);
  }

  .md\:border-r-purple-800\/5 {
    border-right-color: rgb(107 33 168 / 0.05);
  }

  .md\:border-r-purple-800\/50 {
    border-right-color: rgb(107 33 168 / 0.5);
  }

  .md\:border-r-purple-800\/55 {
    border-right-color: rgb(107 33 168 / 0.55);
  }

  .md\:border-r-purple-800\/60 {
    border-right-color: rgb(107 33 168 / 0.6);
  }

  .md\:border-r-purple-800\/65 {
    border-right-color: rgb(107 33 168 / 0.65);
  }

  .md\:border-r-purple-800\/70 {
    border-right-color: rgb(107 33 168 / 0.7);
  }

  .md\:border-r-purple-800\/75 {
    border-right-color: rgb(107 33 168 / 0.75);
  }

  .md\:border-r-purple-800\/80 {
    border-right-color: rgb(107 33 168 / 0.8);
  }

  .md\:border-r-purple-800\/85 {
    border-right-color: rgb(107 33 168 / 0.85);
  }

  .md\:border-r-purple-800\/90 {
    border-right-color: rgb(107 33 168 / 0.9);
  }

  .md\:border-r-purple-800\/95 {
    border-right-color: rgb(107 33 168 / 0.95);
  }

  .md\:border-r-purple-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(88 28 135 / var(--tw-border-opacity));
  }

  .md\:border-r-purple-900\/0 {
    border-right-color: rgb(88 28 135 / 0);
  }

  .md\:border-r-purple-900\/10 {
    border-right-color: rgb(88 28 135 / 0.1);
  }

  .md\:border-r-purple-900\/100 {
    border-right-color: rgb(88 28 135 / 1);
  }

  .md\:border-r-purple-900\/15 {
    border-right-color: rgb(88 28 135 / 0.15);
  }

  .md\:border-r-purple-900\/20 {
    border-right-color: rgb(88 28 135 / 0.2);
  }

  .md\:border-r-purple-900\/25 {
    border-right-color: rgb(88 28 135 / 0.25);
  }

  .md\:border-r-purple-900\/30 {
    border-right-color: rgb(88 28 135 / 0.3);
  }

  .md\:border-r-purple-900\/35 {
    border-right-color: rgb(88 28 135 / 0.35);
  }

  .md\:border-r-purple-900\/40 {
    border-right-color: rgb(88 28 135 / 0.4);
  }

  .md\:border-r-purple-900\/45 {
    border-right-color: rgb(88 28 135 / 0.45);
  }

  .md\:border-r-purple-900\/5 {
    border-right-color: rgb(88 28 135 / 0.05);
  }

  .md\:border-r-purple-900\/50 {
    border-right-color: rgb(88 28 135 / 0.5);
  }

  .md\:border-r-purple-900\/55 {
    border-right-color: rgb(88 28 135 / 0.55);
  }

  .md\:border-r-purple-900\/60 {
    border-right-color: rgb(88 28 135 / 0.6);
  }

  .md\:border-r-purple-900\/65 {
    border-right-color: rgb(88 28 135 / 0.65);
  }

  .md\:border-r-purple-900\/70 {
    border-right-color: rgb(88 28 135 / 0.7);
  }

  .md\:border-r-purple-900\/75 {
    border-right-color: rgb(88 28 135 / 0.75);
  }

  .md\:border-r-purple-900\/80 {
    border-right-color: rgb(88 28 135 / 0.8);
  }

  .md\:border-r-purple-900\/85 {
    border-right-color: rgb(88 28 135 / 0.85);
  }

  .md\:border-r-purple-900\/90 {
    border-right-color: rgb(88 28 135 / 0.9);
  }

  .md\:border-r-purple-900\/95 {
    border-right-color: rgb(88 28 135 / 0.95);
  }

  .md\:border-r-purple-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(59 7 100 / var(--tw-border-opacity));
  }

  .md\:border-r-purple-950\/0 {
    border-right-color: rgb(59 7 100 / 0);
  }

  .md\:border-r-purple-950\/10 {
    border-right-color: rgb(59 7 100 / 0.1);
  }

  .md\:border-r-purple-950\/100 {
    border-right-color: rgb(59 7 100 / 1);
  }

  .md\:border-r-purple-950\/15 {
    border-right-color: rgb(59 7 100 / 0.15);
  }

  .md\:border-r-purple-950\/20 {
    border-right-color: rgb(59 7 100 / 0.2);
  }

  .md\:border-r-purple-950\/25 {
    border-right-color: rgb(59 7 100 / 0.25);
  }

  .md\:border-r-purple-950\/30 {
    border-right-color: rgb(59 7 100 / 0.3);
  }

  .md\:border-r-purple-950\/35 {
    border-right-color: rgb(59 7 100 / 0.35);
  }

  .md\:border-r-purple-950\/40 {
    border-right-color: rgb(59 7 100 / 0.4);
  }

  .md\:border-r-purple-950\/45 {
    border-right-color: rgb(59 7 100 / 0.45);
  }

  .md\:border-r-purple-950\/5 {
    border-right-color: rgb(59 7 100 / 0.05);
  }

  .md\:border-r-purple-950\/50 {
    border-right-color: rgb(59 7 100 / 0.5);
  }

  .md\:border-r-purple-950\/55 {
    border-right-color: rgb(59 7 100 / 0.55);
  }

  .md\:border-r-purple-950\/60 {
    border-right-color: rgb(59 7 100 / 0.6);
  }

  .md\:border-r-purple-950\/65 {
    border-right-color: rgb(59 7 100 / 0.65);
  }

  .md\:border-r-purple-950\/70 {
    border-right-color: rgb(59 7 100 / 0.7);
  }

  .md\:border-r-purple-950\/75 {
    border-right-color: rgb(59 7 100 / 0.75);
  }

  .md\:border-r-purple-950\/80 {
    border-right-color: rgb(59 7 100 / 0.8);
  }

  .md\:border-r-purple-950\/85 {
    border-right-color: rgb(59 7 100 / 0.85);
  }

  .md\:border-r-purple-950\/90 {
    border-right-color: rgb(59 7 100 / 0.9);
  }

  .md\:border-r-purple-950\/95 {
    border-right-color: rgb(59 7 100 / 0.95);
  }

  .md\:border-r-red-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 226 226 / var(--tw-border-opacity));
  }

  .md\:border-r-red-100\/0 {
    border-right-color: rgb(254 226 226 / 0);
  }

  .md\:border-r-red-100\/10 {
    border-right-color: rgb(254 226 226 / 0.1);
  }

  .md\:border-r-red-100\/100 {
    border-right-color: rgb(254 226 226 / 1);
  }

  .md\:border-r-red-100\/15 {
    border-right-color: rgb(254 226 226 / 0.15);
  }

  .md\:border-r-red-100\/20 {
    border-right-color: rgb(254 226 226 / 0.2);
  }

  .md\:border-r-red-100\/25 {
    border-right-color: rgb(254 226 226 / 0.25);
  }

  .md\:border-r-red-100\/30 {
    border-right-color: rgb(254 226 226 / 0.3);
  }

  .md\:border-r-red-100\/35 {
    border-right-color: rgb(254 226 226 / 0.35);
  }

  .md\:border-r-red-100\/40 {
    border-right-color: rgb(254 226 226 / 0.4);
  }

  .md\:border-r-red-100\/45 {
    border-right-color: rgb(254 226 226 / 0.45);
  }

  .md\:border-r-red-100\/5 {
    border-right-color: rgb(254 226 226 / 0.05);
  }

  .md\:border-r-red-100\/50 {
    border-right-color: rgb(254 226 226 / 0.5);
  }

  .md\:border-r-red-100\/55 {
    border-right-color: rgb(254 226 226 / 0.55);
  }

  .md\:border-r-red-100\/60 {
    border-right-color: rgb(254 226 226 / 0.6);
  }

  .md\:border-r-red-100\/65 {
    border-right-color: rgb(254 226 226 / 0.65);
  }

  .md\:border-r-red-100\/70 {
    border-right-color: rgb(254 226 226 / 0.7);
  }

  .md\:border-r-red-100\/75 {
    border-right-color: rgb(254 226 226 / 0.75);
  }

  .md\:border-r-red-100\/80 {
    border-right-color: rgb(254 226 226 / 0.8);
  }

  .md\:border-r-red-100\/85 {
    border-right-color: rgb(254 226 226 / 0.85);
  }

  .md\:border-r-red-100\/90 {
    border-right-color: rgb(254 226 226 / 0.9);
  }

  .md\:border-r-red-100\/95 {
    border-right-color: rgb(254 226 226 / 0.95);
  }

  .md\:border-r-red-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 202 202 / var(--tw-border-opacity));
  }

  .md\:border-r-red-200\/0 {
    border-right-color: rgb(254 202 202 / 0);
  }

  .md\:border-r-red-200\/10 {
    border-right-color: rgb(254 202 202 / 0.1);
  }

  .md\:border-r-red-200\/100 {
    border-right-color: rgb(254 202 202 / 1);
  }

  .md\:border-r-red-200\/15 {
    border-right-color: rgb(254 202 202 / 0.15);
  }

  .md\:border-r-red-200\/20 {
    border-right-color: rgb(254 202 202 / 0.2);
  }

  .md\:border-r-red-200\/25 {
    border-right-color: rgb(254 202 202 / 0.25);
  }

  .md\:border-r-red-200\/30 {
    border-right-color: rgb(254 202 202 / 0.3);
  }

  .md\:border-r-red-200\/35 {
    border-right-color: rgb(254 202 202 / 0.35);
  }

  .md\:border-r-red-200\/40 {
    border-right-color: rgb(254 202 202 / 0.4);
  }

  .md\:border-r-red-200\/45 {
    border-right-color: rgb(254 202 202 / 0.45);
  }

  .md\:border-r-red-200\/5 {
    border-right-color: rgb(254 202 202 / 0.05);
  }

  .md\:border-r-red-200\/50 {
    border-right-color: rgb(254 202 202 / 0.5);
  }

  .md\:border-r-red-200\/55 {
    border-right-color: rgb(254 202 202 / 0.55);
  }

  .md\:border-r-red-200\/60 {
    border-right-color: rgb(254 202 202 / 0.6);
  }

  .md\:border-r-red-200\/65 {
    border-right-color: rgb(254 202 202 / 0.65);
  }

  .md\:border-r-red-200\/70 {
    border-right-color: rgb(254 202 202 / 0.7);
  }

  .md\:border-r-red-200\/75 {
    border-right-color: rgb(254 202 202 / 0.75);
  }

  .md\:border-r-red-200\/80 {
    border-right-color: rgb(254 202 202 / 0.8);
  }

  .md\:border-r-red-200\/85 {
    border-right-color: rgb(254 202 202 / 0.85);
  }

  .md\:border-r-red-200\/90 {
    border-right-color: rgb(254 202 202 / 0.9);
  }

  .md\:border-r-red-200\/95 {
    border-right-color: rgb(254 202 202 / 0.95);
  }

  .md\:border-r-red-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(252 165 165 / var(--tw-border-opacity));
  }

  .md\:border-r-red-300\/0 {
    border-right-color: rgb(252 165 165 / 0);
  }

  .md\:border-r-red-300\/10 {
    border-right-color: rgb(252 165 165 / 0.1);
  }

  .md\:border-r-red-300\/100 {
    border-right-color: rgb(252 165 165 / 1);
  }

  .md\:border-r-red-300\/15 {
    border-right-color: rgb(252 165 165 / 0.15);
  }

  .md\:border-r-red-300\/20 {
    border-right-color: rgb(252 165 165 / 0.2);
  }

  .md\:border-r-red-300\/25 {
    border-right-color: rgb(252 165 165 / 0.25);
  }

  .md\:border-r-red-300\/30 {
    border-right-color: rgb(252 165 165 / 0.3);
  }

  .md\:border-r-red-300\/35 {
    border-right-color: rgb(252 165 165 / 0.35);
  }

  .md\:border-r-red-300\/40 {
    border-right-color: rgb(252 165 165 / 0.4);
  }

  .md\:border-r-red-300\/45 {
    border-right-color: rgb(252 165 165 / 0.45);
  }

  .md\:border-r-red-300\/5 {
    border-right-color: rgb(252 165 165 / 0.05);
  }

  .md\:border-r-red-300\/50 {
    border-right-color: rgb(252 165 165 / 0.5);
  }

  .md\:border-r-red-300\/55 {
    border-right-color: rgb(252 165 165 / 0.55);
  }

  .md\:border-r-red-300\/60 {
    border-right-color: rgb(252 165 165 / 0.6);
  }

  .md\:border-r-red-300\/65 {
    border-right-color: rgb(252 165 165 / 0.65);
  }

  .md\:border-r-red-300\/70 {
    border-right-color: rgb(252 165 165 / 0.7);
  }

  .md\:border-r-red-300\/75 {
    border-right-color: rgb(252 165 165 / 0.75);
  }

  .md\:border-r-red-300\/80 {
    border-right-color: rgb(252 165 165 / 0.8);
  }

  .md\:border-r-red-300\/85 {
    border-right-color: rgb(252 165 165 / 0.85);
  }

  .md\:border-r-red-300\/90 {
    border-right-color: rgb(252 165 165 / 0.9);
  }

  .md\:border-r-red-300\/95 {
    border-right-color: rgb(252 165 165 / 0.95);
  }

  .md\:border-r-red-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(248 113 113 / var(--tw-border-opacity));
  }

  .md\:border-r-red-400\/0 {
    border-right-color: rgb(248 113 113 / 0);
  }

  .md\:border-r-red-400\/10 {
    border-right-color: rgb(248 113 113 / 0.1);
  }

  .md\:border-r-red-400\/100 {
    border-right-color: rgb(248 113 113 / 1);
  }

  .md\:border-r-red-400\/15 {
    border-right-color: rgb(248 113 113 / 0.15);
  }

  .md\:border-r-red-400\/20 {
    border-right-color: rgb(248 113 113 / 0.2);
  }

  .md\:border-r-red-400\/25 {
    border-right-color: rgb(248 113 113 / 0.25);
  }

  .md\:border-r-red-400\/30 {
    border-right-color: rgb(248 113 113 / 0.3);
  }

  .md\:border-r-red-400\/35 {
    border-right-color: rgb(248 113 113 / 0.35);
  }

  .md\:border-r-red-400\/40 {
    border-right-color: rgb(248 113 113 / 0.4);
  }

  .md\:border-r-red-400\/45 {
    border-right-color: rgb(248 113 113 / 0.45);
  }

  .md\:border-r-red-400\/5 {
    border-right-color: rgb(248 113 113 / 0.05);
  }

  .md\:border-r-red-400\/50 {
    border-right-color: rgb(248 113 113 / 0.5);
  }

  .md\:border-r-red-400\/55 {
    border-right-color: rgb(248 113 113 / 0.55);
  }

  .md\:border-r-red-400\/60 {
    border-right-color: rgb(248 113 113 / 0.6);
  }

  .md\:border-r-red-400\/65 {
    border-right-color: rgb(248 113 113 / 0.65);
  }

  .md\:border-r-red-400\/70 {
    border-right-color: rgb(248 113 113 / 0.7);
  }

  .md\:border-r-red-400\/75 {
    border-right-color: rgb(248 113 113 / 0.75);
  }

  .md\:border-r-red-400\/80 {
    border-right-color: rgb(248 113 113 / 0.8);
  }

  .md\:border-r-red-400\/85 {
    border-right-color: rgb(248 113 113 / 0.85);
  }

  .md\:border-r-red-400\/90 {
    border-right-color: rgb(248 113 113 / 0.9);
  }

  .md\:border-r-red-400\/95 {
    border-right-color: rgb(248 113 113 / 0.95);
  }

  .md\:border-r-red-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 242 242 / var(--tw-border-opacity));
  }

  .md\:border-r-red-50\/0 {
    border-right-color: rgb(254 242 242 / 0);
  }

  .md\:border-r-red-50\/10 {
    border-right-color: rgb(254 242 242 / 0.1);
  }

  .md\:border-r-red-50\/100 {
    border-right-color: rgb(254 242 242 / 1);
  }

  .md\:border-r-red-50\/15 {
    border-right-color: rgb(254 242 242 / 0.15);
  }

  .md\:border-r-red-50\/20 {
    border-right-color: rgb(254 242 242 / 0.2);
  }

  .md\:border-r-red-50\/25 {
    border-right-color: rgb(254 242 242 / 0.25);
  }

  .md\:border-r-red-50\/30 {
    border-right-color: rgb(254 242 242 / 0.3);
  }

  .md\:border-r-red-50\/35 {
    border-right-color: rgb(254 242 242 / 0.35);
  }

  .md\:border-r-red-50\/40 {
    border-right-color: rgb(254 242 242 / 0.4);
  }

  .md\:border-r-red-50\/45 {
    border-right-color: rgb(254 242 242 / 0.45);
  }

  .md\:border-r-red-50\/5 {
    border-right-color: rgb(254 242 242 / 0.05);
  }

  .md\:border-r-red-50\/50 {
    border-right-color: rgb(254 242 242 / 0.5);
  }

  .md\:border-r-red-50\/55 {
    border-right-color: rgb(254 242 242 / 0.55);
  }

  .md\:border-r-red-50\/60 {
    border-right-color: rgb(254 242 242 / 0.6);
  }

  .md\:border-r-red-50\/65 {
    border-right-color: rgb(254 242 242 / 0.65);
  }

  .md\:border-r-red-50\/70 {
    border-right-color: rgb(254 242 242 / 0.7);
  }

  .md\:border-r-red-50\/75 {
    border-right-color: rgb(254 242 242 / 0.75);
  }

  .md\:border-r-red-50\/80 {
    border-right-color: rgb(254 242 242 / 0.8);
  }

  .md\:border-r-red-50\/85 {
    border-right-color: rgb(254 242 242 / 0.85);
  }

  .md\:border-r-red-50\/90 {
    border-right-color: rgb(254 242 242 / 0.9);
  }

  .md\:border-r-red-50\/95 {
    border-right-color: rgb(254 242 242 / 0.95);
  }

  .md\:border-r-red-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(239 68 68 / var(--tw-border-opacity));
  }

  .md\:border-r-red-500\/0 {
    border-right-color: rgb(239 68 68 / 0);
  }

  .md\:border-r-red-500\/10 {
    border-right-color: rgb(239 68 68 / 0.1);
  }

  .md\:border-r-red-500\/100 {
    border-right-color: rgb(239 68 68 / 1);
  }

  .md\:border-r-red-500\/15 {
    border-right-color: rgb(239 68 68 / 0.15);
  }

  .md\:border-r-red-500\/20 {
    border-right-color: rgb(239 68 68 / 0.2);
  }

  .md\:border-r-red-500\/25 {
    border-right-color: rgb(239 68 68 / 0.25);
  }

  .md\:border-r-red-500\/30 {
    border-right-color: rgb(239 68 68 / 0.3);
  }

  .md\:border-r-red-500\/35 {
    border-right-color: rgb(239 68 68 / 0.35);
  }

  .md\:border-r-red-500\/40 {
    border-right-color: rgb(239 68 68 / 0.4);
  }

  .md\:border-r-red-500\/45 {
    border-right-color: rgb(239 68 68 / 0.45);
  }

  .md\:border-r-red-500\/5 {
    border-right-color: rgb(239 68 68 / 0.05);
  }

  .md\:border-r-red-500\/50 {
    border-right-color: rgb(239 68 68 / 0.5);
  }

  .md\:border-r-red-500\/55 {
    border-right-color: rgb(239 68 68 / 0.55);
  }

  .md\:border-r-red-500\/60 {
    border-right-color: rgb(239 68 68 / 0.6);
  }

  .md\:border-r-red-500\/65 {
    border-right-color: rgb(239 68 68 / 0.65);
  }

  .md\:border-r-red-500\/70 {
    border-right-color: rgb(239 68 68 / 0.7);
  }

  .md\:border-r-red-500\/75 {
    border-right-color: rgb(239 68 68 / 0.75);
  }

  .md\:border-r-red-500\/80 {
    border-right-color: rgb(239 68 68 / 0.8);
  }

  .md\:border-r-red-500\/85 {
    border-right-color: rgb(239 68 68 / 0.85);
  }

  .md\:border-r-red-500\/90 {
    border-right-color: rgb(239 68 68 / 0.9);
  }

  .md\:border-r-red-500\/95 {
    border-right-color: rgb(239 68 68 / 0.95);
  }

  .md\:border-r-red-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(220 38 38 / var(--tw-border-opacity));
  }

  .md\:border-r-red-600\/0 {
    border-right-color: rgb(220 38 38 / 0);
  }

  .md\:border-r-red-600\/10 {
    border-right-color: rgb(220 38 38 / 0.1);
  }

  .md\:border-r-red-600\/100 {
    border-right-color: rgb(220 38 38 / 1);
  }

  .md\:border-r-red-600\/15 {
    border-right-color: rgb(220 38 38 / 0.15);
  }

  .md\:border-r-red-600\/20 {
    border-right-color: rgb(220 38 38 / 0.2);
  }

  .md\:border-r-red-600\/25 {
    border-right-color: rgb(220 38 38 / 0.25);
  }

  .md\:border-r-red-600\/30 {
    border-right-color: rgb(220 38 38 / 0.3);
  }

  .md\:border-r-red-600\/35 {
    border-right-color: rgb(220 38 38 / 0.35);
  }

  .md\:border-r-red-600\/40 {
    border-right-color: rgb(220 38 38 / 0.4);
  }

  .md\:border-r-red-600\/45 {
    border-right-color: rgb(220 38 38 / 0.45);
  }

  .md\:border-r-red-600\/5 {
    border-right-color: rgb(220 38 38 / 0.05);
  }

  .md\:border-r-red-600\/50 {
    border-right-color: rgb(220 38 38 / 0.5);
  }

  .md\:border-r-red-600\/55 {
    border-right-color: rgb(220 38 38 / 0.55);
  }

  .md\:border-r-red-600\/60 {
    border-right-color: rgb(220 38 38 / 0.6);
  }

  .md\:border-r-red-600\/65 {
    border-right-color: rgb(220 38 38 / 0.65);
  }

  .md\:border-r-red-600\/70 {
    border-right-color: rgb(220 38 38 / 0.7);
  }

  .md\:border-r-red-600\/75 {
    border-right-color: rgb(220 38 38 / 0.75);
  }

  .md\:border-r-red-600\/80 {
    border-right-color: rgb(220 38 38 / 0.8);
  }

  .md\:border-r-red-600\/85 {
    border-right-color: rgb(220 38 38 / 0.85);
  }

  .md\:border-r-red-600\/90 {
    border-right-color: rgb(220 38 38 / 0.9);
  }

  .md\:border-r-red-600\/95 {
    border-right-color: rgb(220 38 38 / 0.95);
  }

  .md\:border-r-red-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(185 28 28 / var(--tw-border-opacity));
  }

  .md\:border-r-red-700\/0 {
    border-right-color: rgb(185 28 28 / 0);
  }

  .md\:border-r-red-700\/10 {
    border-right-color: rgb(185 28 28 / 0.1);
  }

  .md\:border-r-red-700\/100 {
    border-right-color: rgb(185 28 28 / 1);
  }

  .md\:border-r-red-700\/15 {
    border-right-color: rgb(185 28 28 / 0.15);
  }

  .md\:border-r-red-700\/20 {
    border-right-color: rgb(185 28 28 / 0.2);
  }

  .md\:border-r-red-700\/25 {
    border-right-color: rgb(185 28 28 / 0.25);
  }

  .md\:border-r-red-700\/30 {
    border-right-color: rgb(185 28 28 / 0.3);
  }

  .md\:border-r-red-700\/35 {
    border-right-color: rgb(185 28 28 / 0.35);
  }

  .md\:border-r-red-700\/40 {
    border-right-color: rgb(185 28 28 / 0.4);
  }

  .md\:border-r-red-700\/45 {
    border-right-color: rgb(185 28 28 / 0.45);
  }

  .md\:border-r-red-700\/5 {
    border-right-color: rgb(185 28 28 / 0.05);
  }

  .md\:border-r-red-700\/50 {
    border-right-color: rgb(185 28 28 / 0.5);
  }

  .md\:border-r-red-700\/55 {
    border-right-color: rgb(185 28 28 / 0.55);
  }

  .md\:border-r-red-700\/60 {
    border-right-color: rgb(185 28 28 / 0.6);
  }

  .md\:border-r-red-700\/65 {
    border-right-color: rgb(185 28 28 / 0.65);
  }

  .md\:border-r-red-700\/70 {
    border-right-color: rgb(185 28 28 / 0.7);
  }

  .md\:border-r-red-700\/75 {
    border-right-color: rgb(185 28 28 / 0.75);
  }

  .md\:border-r-red-700\/80 {
    border-right-color: rgb(185 28 28 / 0.8);
  }

  .md\:border-r-red-700\/85 {
    border-right-color: rgb(185 28 28 / 0.85);
  }

  .md\:border-r-red-700\/90 {
    border-right-color: rgb(185 28 28 / 0.9);
  }

  .md\:border-r-red-700\/95 {
    border-right-color: rgb(185 28 28 / 0.95);
  }

  .md\:border-r-red-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(153 27 27 / var(--tw-border-opacity));
  }

  .md\:border-r-red-800\/0 {
    border-right-color: rgb(153 27 27 / 0);
  }

  .md\:border-r-red-800\/10 {
    border-right-color: rgb(153 27 27 / 0.1);
  }

  .md\:border-r-red-800\/100 {
    border-right-color: rgb(153 27 27 / 1);
  }

  .md\:border-r-red-800\/15 {
    border-right-color: rgb(153 27 27 / 0.15);
  }

  .md\:border-r-red-800\/20 {
    border-right-color: rgb(153 27 27 / 0.2);
  }

  .md\:border-r-red-800\/25 {
    border-right-color: rgb(153 27 27 / 0.25);
  }

  .md\:border-r-red-800\/30 {
    border-right-color: rgb(153 27 27 / 0.3);
  }

  .md\:border-r-red-800\/35 {
    border-right-color: rgb(153 27 27 / 0.35);
  }

  .md\:border-r-red-800\/40 {
    border-right-color: rgb(153 27 27 / 0.4);
  }

  .md\:border-r-red-800\/45 {
    border-right-color: rgb(153 27 27 / 0.45);
  }

  .md\:border-r-red-800\/5 {
    border-right-color: rgb(153 27 27 / 0.05);
  }

  .md\:border-r-red-800\/50 {
    border-right-color: rgb(153 27 27 / 0.5);
  }

  .md\:border-r-red-800\/55 {
    border-right-color: rgb(153 27 27 / 0.55);
  }

  .md\:border-r-red-800\/60 {
    border-right-color: rgb(153 27 27 / 0.6);
  }

  .md\:border-r-red-800\/65 {
    border-right-color: rgb(153 27 27 / 0.65);
  }

  .md\:border-r-red-800\/70 {
    border-right-color: rgb(153 27 27 / 0.7);
  }

  .md\:border-r-red-800\/75 {
    border-right-color: rgb(153 27 27 / 0.75);
  }

  .md\:border-r-red-800\/80 {
    border-right-color: rgb(153 27 27 / 0.8);
  }

  .md\:border-r-red-800\/85 {
    border-right-color: rgb(153 27 27 / 0.85);
  }

  .md\:border-r-red-800\/90 {
    border-right-color: rgb(153 27 27 / 0.9);
  }

  .md\:border-r-red-800\/95 {
    border-right-color: rgb(153 27 27 / 0.95);
  }

  .md\:border-r-red-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(127 29 29 / var(--tw-border-opacity));
  }

  .md\:border-r-red-900\/0 {
    border-right-color: rgb(127 29 29 / 0);
  }

  .md\:border-r-red-900\/10 {
    border-right-color: rgb(127 29 29 / 0.1);
  }

  .md\:border-r-red-900\/100 {
    border-right-color: rgb(127 29 29 / 1);
  }

  .md\:border-r-red-900\/15 {
    border-right-color: rgb(127 29 29 / 0.15);
  }

  .md\:border-r-red-900\/20 {
    border-right-color: rgb(127 29 29 / 0.2);
  }

  .md\:border-r-red-900\/25 {
    border-right-color: rgb(127 29 29 / 0.25);
  }

  .md\:border-r-red-900\/30 {
    border-right-color: rgb(127 29 29 / 0.3);
  }

  .md\:border-r-red-900\/35 {
    border-right-color: rgb(127 29 29 / 0.35);
  }

  .md\:border-r-red-900\/40 {
    border-right-color: rgb(127 29 29 / 0.4);
  }

  .md\:border-r-red-900\/45 {
    border-right-color: rgb(127 29 29 / 0.45);
  }

  .md\:border-r-red-900\/5 {
    border-right-color: rgb(127 29 29 / 0.05);
  }

  .md\:border-r-red-900\/50 {
    border-right-color: rgb(127 29 29 / 0.5);
  }

  .md\:border-r-red-900\/55 {
    border-right-color: rgb(127 29 29 / 0.55);
  }

  .md\:border-r-red-900\/60 {
    border-right-color: rgb(127 29 29 / 0.6);
  }

  .md\:border-r-red-900\/65 {
    border-right-color: rgb(127 29 29 / 0.65);
  }

  .md\:border-r-red-900\/70 {
    border-right-color: rgb(127 29 29 / 0.7);
  }

  .md\:border-r-red-900\/75 {
    border-right-color: rgb(127 29 29 / 0.75);
  }

  .md\:border-r-red-900\/80 {
    border-right-color: rgb(127 29 29 / 0.8);
  }

  .md\:border-r-red-900\/85 {
    border-right-color: rgb(127 29 29 / 0.85);
  }

  .md\:border-r-red-900\/90 {
    border-right-color: rgb(127 29 29 / 0.9);
  }

  .md\:border-r-red-900\/95 {
    border-right-color: rgb(127 29 29 / 0.95);
  }

  .md\:border-r-red-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(69 10 10 / var(--tw-border-opacity));
  }

  .md\:border-r-red-950\/0 {
    border-right-color: rgb(69 10 10 / 0);
  }

  .md\:border-r-red-950\/10 {
    border-right-color: rgb(69 10 10 / 0.1);
  }

  .md\:border-r-red-950\/100 {
    border-right-color: rgb(69 10 10 / 1);
  }

  .md\:border-r-red-950\/15 {
    border-right-color: rgb(69 10 10 / 0.15);
  }

  .md\:border-r-red-950\/20 {
    border-right-color: rgb(69 10 10 / 0.2);
  }

  .md\:border-r-red-950\/25 {
    border-right-color: rgb(69 10 10 / 0.25);
  }

  .md\:border-r-red-950\/30 {
    border-right-color: rgb(69 10 10 / 0.3);
  }

  .md\:border-r-red-950\/35 {
    border-right-color: rgb(69 10 10 / 0.35);
  }

  .md\:border-r-red-950\/40 {
    border-right-color: rgb(69 10 10 / 0.4);
  }

  .md\:border-r-red-950\/45 {
    border-right-color: rgb(69 10 10 / 0.45);
  }

  .md\:border-r-red-950\/5 {
    border-right-color: rgb(69 10 10 / 0.05);
  }

  .md\:border-r-red-950\/50 {
    border-right-color: rgb(69 10 10 / 0.5);
  }

  .md\:border-r-red-950\/55 {
    border-right-color: rgb(69 10 10 / 0.55);
  }

  .md\:border-r-red-950\/60 {
    border-right-color: rgb(69 10 10 / 0.6);
  }

  .md\:border-r-red-950\/65 {
    border-right-color: rgb(69 10 10 / 0.65);
  }

  .md\:border-r-red-950\/70 {
    border-right-color: rgb(69 10 10 / 0.7);
  }

  .md\:border-r-red-950\/75 {
    border-right-color: rgb(69 10 10 / 0.75);
  }

  .md\:border-r-red-950\/80 {
    border-right-color: rgb(69 10 10 / 0.8);
  }

  .md\:border-r-red-950\/85 {
    border-right-color: rgb(69 10 10 / 0.85);
  }

  .md\:border-r-red-950\/90 {
    border-right-color: rgb(69 10 10 / 0.9);
  }

  .md\:border-r-red-950\/95 {
    border-right-color: rgb(69 10 10 / 0.95);
  }

  .md\:border-r-rose-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 228 230 / var(--tw-border-opacity));
  }

  .md\:border-r-rose-100\/0 {
    border-right-color: rgb(255 228 230 / 0);
  }

  .md\:border-r-rose-100\/10 {
    border-right-color: rgb(255 228 230 / 0.1);
  }

  .md\:border-r-rose-100\/100 {
    border-right-color: rgb(255 228 230 / 1);
  }

  .md\:border-r-rose-100\/15 {
    border-right-color: rgb(255 228 230 / 0.15);
  }

  .md\:border-r-rose-100\/20 {
    border-right-color: rgb(255 228 230 / 0.2);
  }

  .md\:border-r-rose-100\/25 {
    border-right-color: rgb(255 228 230 / 0.25);
  }

  .md\:border-r-rose-100\/30 {
    border-right-color: rgb(255 228 230 / 0.3);
  }

  .md\:border-r-rose-100\/35 {
    border-right-color: rgb(255 228 230 / 0.35);
  }

  .md\:border-r-rose-100\/40 {
    border-right-color: rgb(255 228 230 / 0.4);
  }

  .md\:border-r-rose-100\/45 {
    border-right-color: rgb(255 228 230 / 0.45);
  }

  .md\:border-r-rose-100\/5 {
    border-right-color: rgb(255 228 230 / 0.05);
  }

  .md\:border-r-rose-100\/50 {
    border-right-color: rgb(255 228 230 / 0.5);
  }

  .md\:border-r-rose-100\/55 {
    border-right-color: rgb(255 228 230 / 0.55);
  }

  .md\:border-r-rose-100\/60 {
    border-right-color: rgb(255 228 230 / 0.6);
  }

  .md\:border-r-rose-100\/65 {
    border-right-color: rgb(255 228 230 / 0.65);
  }

  .md\:border-r-rose-100\/70 {
    border-right-color: rgb(255 228 230 / 0.7);
  }

  .md\:border-r-rose-100\/75 {
    border-right-color: rgb(255 228 230 / 0.75);
  }

  .md\:border-r-rose-100\/80 {
    border-right-color: rgb(255 228 230 / 0.8);
  }

  .md\:border-r-rose-100\/85 {
    border-right-color: rgb(255 228 230 / 0.85);
  }

  .md\:border-r-rose-100\/90 {
    border-right-color: rgb(255 228 230 / 0.9);
  }

  .md\:border-r-rose-100\/95 {
    border-right-color: rgb(255 228 230 / 0.95);
  }

  .md\:border-r-rose-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 205 211 / var(--tw-border-opacity));
  }

  .md\:border-r-rose-200\/0 {
    border-right-color: rgb(254 205 211 / 0);
  }

  .md\:border-r-rose-200\/10 {
    border-right-color: rgb(254 205 211 / 0.1);
  }

  .md\:border-r-rose-200\/100 {
    border-right-color: rgb(254 205 211 / 1);
  }

  .md\:border-r-rose-200\/15 {
    border-right-color: rgb(254 205 211 / 0.15);
  }

  .md\:border-r-rose-200\/20 {
    border-right-color: rgb(254 205 211 / 0.2);
  }

  .md\:border-r-rose-200\/25 {
    border-right-color: rgb(254 205 211 / 0.25);
  }

  .md\:border-r-rose-200\/30 {
    border-right-color: rgb(254 205 211 / 0.3);
  }

  .md\:border-r-rose-200\/35 {
    border-right-color: rgb(254 205 211 / 0.35);
  }

  .md\:border-r-rose-200\/40 {
    border-right-color: rgb(254 205 211 / 0.4);
  }

  .md\:border-r-rose-200\/45 {
    border-right-color: rgb(254 205 211 / 0.45);
  }

  .md\:border-r-rose-200\/5 {
    border-right-color: rgb(254 205 211 / 0.05);
  }

  .md\:border-r-rose-200\/50 {
    border-right-color: rgb(254 205 211 / 0.5);
  }

  .md\:border-r-rose-200\/55 {
    border-right-color: rgb(254 205 211 / 0.55);
  }

  .md\:border-r-rose-200\/60 {
    border-right-color: rgb(254 205 211 / 0.6);
  }

  .md\:border-r-rose-200\/65 {
    border-right-color: rgb(254 205 211 / 0.65);
  }

  .md\:border-r-rose-200\/70 {
    border-right-color: rgb(254 205 211 / 0.7);
  }

  .md\:border-r-rose-200\/75 {
    border-right-color: rgb(254 205 211 / 0.75);
  }

  .md\:border-r-rose-200\/80 {
    border-right-color: rgb(254 205 211 / 0.8);
  }

  .md\:border-r-rose-200\/85 {
    border-right-color: rgb(254 205 211 / 0.85);
  }

  .md\:border-r-rose-200\/90 {
    border-right-color: rgb(254 205 211 / 0.9);
  }

  .md\:border-r-rose-200\/95 {
    border-right-color: rgb(254 205 211 / 0.95);
  }

  .md\:border-r-rose-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 164 175 / var(--tw-border-opacity));
  }

  .md\:border-r-rose-300\/0 {
    border-right-color: rgb(253 164 175 / 0);
  }

  .md\:border-r-rose-300\/10 {
    border-right-color: rgb(253 164 175 / 0.1);
  }

  .md\:border-r-rose-300\/100 {
    border-right-color: rgb(253 164 175 / 1);
  }

  .md\:border-r-rose-300\/15 {
    border-right-color: rgb(253 164 175 / 0.15);
  }

  .md\:border-r-rose-300\/20 {
    border-right-color: rgb(253 164 175 / 0.2);
  }

  .md\:border-r-rose-300\/25 {
    border-right-color: rgb(253 164 175 / 0.25);
  }

  .md\:border-r-rose-300\/30 {
    border-right-color: rgb(253 164 175 / 0.3);
  }

  .md\:border-r-rose-300\/35 {
    border-right-color: rgb(253 164 175 / 0.35);
  }

  .md\:border-r-rose-300\/40 {
    border-right-color: rgb(253 164 175 / 0.4);
  }

  .md\:border-r-rose-300\/45 {
    border-right-color: rgb(253 164 175 / 0.45);
  }

  .md\:border-r-rose-300\/5 {
    border-right-color: rgb(253 164 175 / 0.05);
  }

  .md\:border-r-rose-300\/50 {
    border-right-color: rgb(253 164 175 / 0.5);
  }

  .md\:border-r-rose-300\/55 {
    border-right-color: rgb(253 164 175 / 0.55);
  }

  .md\:border-r-rose-300\/60 {
    border-right-color: rgb(253 164 175 / 0.6);
  }

  .md\:border-r-rose-300\/65 {
    border-right-color: rgb(253 164 175 / 0.65);
  }

  .md\:border-r-rose-300\/70 {
    border-right-color: rgb(253 164 175 / 0.7);
  }

  .md\:border-r-rose-300\/75 {
    border-right-color: rgb(253 164 175 / 0.75);
  }

  .md\:border-r-rose-300\/80 {
    border-right-color: rgb(253 164 175 / 0.8);
  }

  .md\:border-r-rose-300\/85 {
    border-right-color: rgb(253 164 175 / 0.85);
  }

  .md\:border-r-rose-300\/90 {
    border-right-color: rgb(253 164 175 / 0.9);
  }

  .md\:border-r-rose-300\/95 {
    border-right-color: rgb(253 164 175 / 0.95);
  }

  .md\:border-r-rose-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(251 113 133 / var(--tw-border-opacity));
  }

  .md\:border-r-rose-400\/0 {
    border-right-color: rgb(251 113 133 / 0);
  }

  .md\:border-r-rose-400\/10 {
    border-right-color: rgb(251 113 133 / 0.1);
  }

  .md\:border-r-rose-400\/100 {
    border-right-color: rgb(251 113 133 / 1);
  }

  .md\:border-r-rose-400\/15 {
    border-right-color: rgb(251 113 133 / 0.15);
  }

  .md\:border-r-rose-400\/20 {
    border-right-color: rgb(251 113 133 / 0.2);
  }

  .md\:border-r-rose-400\/25 {
    border-right-color: rgb(251 113 133 / 0.25);
  }

  .md\:border-r-rose-400\/30 {
    border-right-color: rgb(251 113 133 / 0.3);
  }

  .md\:border-r-rose-400\/35 {
    border-right-color: rgb(251 113 133 / 0.35);
  }

  .md\:border-r-rose-400\/40 {
    border-right-color: rgb(251 113 133 / 0.4);
  }

  .md\:border-r-rose-400\/45 {
    border-right-color: rgb(251 113 133 / 0.45);
  }

  .md\:border-r-rose-400\/5 {
    border-right-color: rgb(251 113 133 / 0.05);
  }

  .md\:border-r-rose-400\/50 {
    border-right-color: rgb(251 113 133 / 0.5);
  }

  .md\:border-r-rose-400\/55 {
    border-right-color: rgb(251 113 133 / 0.55);
  }

  .md\:border-r-rose-400\/60 {
    border-right-color: rgb(251 113 133 / 0.6);
  }

  .md\:border-r-rose-400\/65 {
    border-right-color: rgb(251 113 133 / 0.65);
  }

  .md\:border-r-rose-400\/70 {
    border-right-color: rgb(251 113 133 / 0.7);
  }

  .md\:border-r-rose-400\/75 {
    border-right-color: rgb(251 113 133 / 0.75);
  }

  .md\:border-r-rose-400\/80 {
    border-right-color: rgb(251 113 133 / 0.8);
  }

  .md\:border-r-rose-400\/85 {
    border-right-color: rgb(251 113 133 / 0.85);
  }

  .md\:border-r-rose-400\/90 {
    border-right-color: rgb(251 113 133 / 0.9);
  }

  .md\:border-r-rose-400\/95 {
    border-right-color: rgb(251 113 133 / 0.95);
  }

  .md\:border-r-rose-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 241 242 / var(--tw-border-opacity));
  }

  .md\:border-r-rose-50\/0 {
    border-right-color: rgb(255 241 242 / 0);
  }

  .md\:border-r-rose-50\/10 {
    border-right-color: rgb(255 241 242 / 0.1);
  }

  .md\:border-r-rose-50\/100 {
    border-right-color: rgb(255 241 242 / 1);
  }

  .md\:border-r-rose-50\/15 {
    border-right-color: rgb(255 241 242 / 0.15);
  }

  .md\:border-r-rose-50\/20 {
    border-right-color: rgb(255 241 242 / 0.2);
  }

  .md\:border-r-rose-50\/25 {
    border-right-color: rgb(255 241 242 / 0.25);
  }

  .md\:border-r-rose-50\/30 {
    border-right-color: rgb(255 241 242 / 0.3);
  }

  .md\:border-r-rose-50\/35 {
    border-right-color: rgb(255 241 242 / 0.35);
  }

  .md\:border-r-rose-50\/40 {
    border-right-color: rgb(255 241 242 / 0.4);
  }

  .md\:border-r-rose-50\/45 {
    border-right-color: rgb(255 241 242 / 0.45);
  }

  .md\:border-r-rose-50\/5 {
    border-right-color: rgb(255 241 242 / 0.05);
  }

  .md\:border-r-rose-50\/50 {
    border-right-color: rgb(255 241 242 / 0.5);
  }

  .md\:border-r-rose-50\/55 {
    border-right-color: rgb(255 241 242 / 0.55);
  }

  .md\:border-r-rose-50\/60 {
    border-right-color: rgb(255 241 242 / 0.6);
  }

  .md\:border-r-rose-50\/65 {
    border-right-color: rgb(255 241 242 / 0.65);
  }

  .md\:border-r-rose-50\/70 {
    border-right-color: rgb(255 241 242 / 0.7);
  }

  .md\:border-r-rose-50\/75 {
    border-right-color: rgb(255 241 242 / 0.75);
  }

  .md\:border-r-rose-50\/80 {
    border-right-color: rgb(255 241 242 / 0.8);
  }

  .md\:border-r-rose-50\/85 {
    border-right-color: rgb(255 241 242 / 0.85);
  }

  .md\:border-r-rose-50\/90 {
    border-right-color: rgb(255 241 242 / 0.9);
  }

  .md\:border-r-rose-50\/95 {
    border-right-color: rgb(255 241 242 / 0.95);
  }

  .md\:border-r-rose-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(244 63 94 / var(--tw-border-opacity));
  }

  .md\:border-r-rose-500\/0 {
    border-right-color: rgb(244 63 94 / 0);
  }

  .md\:border-r-rose-500\/10 {
    border-right-color: rgb(244 63 94 / 0.1);
  }

  .md\:border-r-rose-500\/100 {
    border-right-color: rgb(244 63 94 / 1);
  }

  .md\:border-r-rose-500\/15 {
    border-right-color: rgb(244 63 94 / 0.15);
  }

  .md\:border-r-rose-500\/20 {
    border-right-color: rgb(244 63 94 / 0.2);
  }

  .md\:border-r-rose-500\/25 {
    border-right-color: rgb(244 63 94 / 0.25);
  }

  .md\:border-r-rose-500\/30 {
    border-right-color: rgb(244 63 94 / 0.3);
  }

  .md\:border-r-rose-500\/35 {
    border-right-color: rgb(244 63 94 / 0.35);
  }

  .md\:border-r-rose-500\/40 {
    border-right-color: rgb(244 63 94 / 0.4);
  }

  .md\:border-r-rose-500\/45 {
    border-right-color: rgb(244 63 94 / 0.45);
  }

  .md\:border-r-rose-500\/5 {
    border-right-color: rgb(244 63 94 / 0.05);
  }

  .md\:border-r-rose-500\/50 {
    border-right-color: rgb(244 63 94 / 0.5);
  }

  .md\:border-r-rose-500\/55 {
    border-right-color: rgb(244 63 94 / 0.55);
  }

  .md\:border-r-rose-500\/60 {
    border-right-color: rgb(244 63 94 / 0.6);
  }

  .md\:border-r-rose-500\/65 {
    border-right-color: rgb(244 63 94 / 0.65);
  }

  .md\:border-r-rose-500\/70 {
    border-right-color: rgb(244 63 94 / 0.7);
  }

  .md\:border-r-rose-500\/75 {
    border-right-color: rgb(244 63 94 / 0.75);
  }

  .md\:border-r-rose-500\/80 {
    border-right-color: rgb(244 63 94 / 0.8);
  }

  .md\:border-r-rose-500\/85 {
    border-right-color: rgb(244 63 94 / 0.85);
  }

  .md\:border-r-rose-500\/90 {
    border-right-color: rgb(244 63 94 / 0.9);
  }

  .md\:border-r-rose-500\/95 {
    border-right-color: rgb(244 63 94 / 0.95);
  }

  .md\:border-r-rose-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(225 29 72 / var(--tw-border-opacity));
  }

  .md\:border-r-rose-600\/0 {
    border-right-color: rgb(225 29 72 / 0);
  }

  .md\:border-r-rose-600\/10 {
    border-right-color: rgb(225 29 72 / 0.1);
  }

  .md\:border-r-rose-600\/100 {
    border-right-color: rgb(225 29 72 / 1);
  }

  .md\:border-r-rose-600\/15 {
    border-right-color: rgb(225 29 72 / 0.15);
  }

  .md\:border-r-rose-600\/20 {
    border-right-color: rgb(225 29 72 / 0.2);
  }

  .md\:border-r-rose-600\/25 {
    border-right-color: rgb(225 29 72 / 0.25);
  }

  .md\:border-r-rose-600\/30 {
    border-right-color: rgb(225 29 72 / 0.3);
  }

  .md\:border-r-rose-600\/35 {
    border-right-color: rgb(225 29 72 / 0.35);
  }

  .md\:border-r-rose-600\/40 {
    border-right-color: rgb(225 29 72 / 0.4);
  }

  .md\:border-r-rose-600\/45 {
    border-right-color: rgb(225 29 72 / 0.45);
  }

  .md\:border-r-rose-600\/5 {
    border-right-color: rgb(225 29 72 / 0.05);
  }

  .md\:border-r-rose-600\/50 {
    border-right-color: rgb(225 29 72 / 0.5);
  }

  .md\:border-r-rose-600\/55 {
    border-right-color: rgb(225 29 72 / 0.55);
  }

  .md\:border-r-rose-600\/60 {
    border-right-color: rgb(225 29 72 / 0.6);
  }

  .md\:border-r-rose-600\/65 {
    border-right-color: rgb(225 29 72 / 0.65);
  }

  .md\:border-r-rose-600\/70 {
    border-right-color: rgb(225 29 72 / 0.7);
  }

  .md\:border-r-rose-600\/75 {
    border-right-color: rgb(225 29 72 / 0.75);
  }

  .md\:border-r-rose-600\/80 {
    border-right-color: rgb(225 29 72 / 0.8);
  }

  .md\:border-r-rose-600\/85 {
    border-right-color: rgb(225 29 72 / 0.85);
  }

  .md\:border-r-rose-600\/90 {
    border-right-color: rgb(225 29 72 / 0.9);
  }

  .md\:border-r-rose-600\/95 {
    border-right-color: rgb(225 29 72 / 0.95);
  }

  .md\:border-r-rose-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(190 18 60 / var(--tw-border-opacity));
  }

  .md\:border-r-rose-700\/0 {
    border-right-color: rgb(190 18 60 / 0);
  }

  .md\:border-r-rose-700\/10 {
    border-right-color: rgb(190 18 60 / 0.1);
  }

  .md\:border-r-rose-700\/100 {
    border-right-color: rgb(190 18 60 / 1);
  }

  .md\:border-r-rose-700\/15 {
    border-right-color: rgb(190 18 60 / 0.15);
  }

  .md\:border-r-rose-700\/20 {
    border-right-color: rgb(190 18 60 / 0.2);
  }

  .md\:border-r-rose-700\/25 {
    border-right-color: rgb(190 18 60 / 0.25);
  }

  .md\:border-r-rose-700\/30 {
    border-right-color: rgb(190 18 60 / 0.3);
  }

  .md\:border-r-rose-700\/35 {
    border-right-color: rgb(190 18 60 / 0.35);
  }

  .md\:border-r-rose-700\/40 {
    border-right-color: rgb(190 18 60 / 0.4);
  }

  .md\:border-r-rose-700\/45 {
    border-right-color: rgb(190 18 60 / 0.45);
  }

  .md\:border-r-rose-700\/5 {
    border-right-color: rgb(190 18 60 / 0.05);
  }

  .md\:border-r-rose-700\/50 {
    border-right-color: rgb(190 18 60 / 0.5);
  }

  .md\:border-r-rose-700\/55 {
    border-right-color: rgb(190 18 60 / 0.55);
  }

  .md\:border-r-rose-700\/60 {
    border-right-color: rgb(190 18 60 / 0.6);
  }

  .md\:border-r-rose-700\/65 {
    border-right-color: rgb(190 18 60 / 0.65);
  }

  .md\:border-r-rose-700\/70 {
    border-right-color: rgb(190 18 60 / 0.7);
  }

  .md\:border-r-rose-700\/75 {
    border-right-color: rgb(190 18 60 / 0.75);
  }

  .md\:border-r-rose-700\/80 {
    border-right-color: rgb(190 18 60 / 0.8);
  }

  .md\:border-r-rose-700\/85 {
    border-right-color: rgb(190 18 60 / 0.85);
  }

  .md\:border-r-rose-700\/90 {
    border-right-color: rgb(190 18 60 / 0.9);
  }

  .md\:border-r-rose-700\/95 {
    border-right-color: rgb(190 18 60 / 0.95);
  }

  .md\:border-r-rose-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(159 18 57 / var(--tw-border-opacity));
  }

  .md\:border-r-rose-800\/0 {
    border-right-color: rgb(159 18 57 / 0);
  }

  .md\:border-r-rose-800\/10 {
    border-right-color: rgb(159 18 57 / 0.1);
  }

  .md\:border-r-rose-800\/100 {
    border-right-color: rgb(159 18 57 / 1);
  }

  .md\:border-r-rose-800\/15 {
    border-right-color: rgb(159 18 57 / 0.15);
  }

  .md\:border-r-rose-800\/20 {
    border-right-color: rgb(159 18 57 / 0.2);
  }

  .md\:border-r-rose-800\/25 {
    border-right-color: rgb(159 18 57 / 0.25);
  }

  .md\:border-r-rose-800\/30 {
    border-right-color: rgb(159 18 57 / 0.3);
  }

  .md\:border-r-rose-800\/35 {
    border-right-color: rgb(159 18 57 / 0.35);
  }

  .md\:border-r-rose-800\/40 {
    border-right-color: rgb(159 18 57 / 0.4);
  }

  .md\:border-r-rose-800\/45 {
    border-right-color: rgb(159 18 57 / 0.45);
  }

  .md\:border-r-rose-800\/5 {
    border-right-color: rgb(159 18 57 / 0.05);
  }

  .md\:border-r-rose-800\/50 {
    border-right-color: rgb(159 18 57 / 0.5);
  }

  .md\:border-r-rose-800\/55 {
    border-right-color: rgb(159 18 57 / 0.55);
  }

  .md\:border-r-rose-800\/60 {
    border-right-color: rgb(159 18 57 / 0.6);
  }

  .md\:border-r-rose-800\/65 {
    border-right-color: rgb(159 18 57 / 0.65);
  }

  .md\:border-r-rose-800\/70 {
    border-right-color: rgb(159 18 57 / 0.7);
  }

  .md\:border-r-rose-800\/75 {
    border-right-color: rgb(159 18 57 / 0.75);
  }

  .md\:border-r-rose-800\/80 {
    border-right-color: rgb(159 18 57 / 0.8);
  }

  .md\:border-r-rose-800\/85 {
    border-right-color: rgb(159 18 57 / 0.85);
  }

  .md\:border-r-rose-800\/90 {
    border-right-color: rgb(159 18 57 / 0.9);
  }

  .md\:border-r-rose-800\/95 {
    border-right-color: rgb(159 18 57 / 0.95);
  }

  .md\:border-r-rose-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(136 19 55 / var(--tw-border-opacity));
  }

  .md\:border-r-rose-900\/0 {
    border-right-color: rgb(136 19 55 / 0);
  }

  .md\:border-r-rose-900\/10 {
    border-right-color: rgb(136 19 55 / 0.1);
  }

  .md\:border-r-rose-900\/100 {
    border-right-color: rgb(136 19 55 / 1);
  }

  .md\:border-r-rose-900\/15 {
    border-right-color: rgb(136 19 55 / 0.15);
  }

  .md\:border-r-rose-900\/20 {
    border-right-color: rgb(136 19 55 / 0.2);
  }

  .md\:border-r-rose-900\/25 {
    border-right-color: rgb(136 19 55 / 0.25);
  }

  .md\:border-r-rose-900\/30 {
    border-right-color: rgb(136 19 55 / 0.3);
  }

  .md\:border-r-rose-900\/35 {
    border-right-color: rgb(136 19 55 / 0.35);
  }

  .md\:border-r-rose-900\/40 {
    border-right-color: rgb(136 19 55 / 0.4);
  }

  .md\:border-r-rose-900\/45 {
    border-right-color: rgb(136 19 55 / 0.45);
  }

  .md\:border-r-rose-900\/5 {
    border-right-color: rgb(136 19 55 / 0.05);
  }

  .md\:border-r-rose-900\/50 {
    border-right-color: rgb(136 19 55 / 0.5);
  }

  .md\:border-r-rose-900\/55 {
    border-right-color: rgb(136 19 55 / 0.55);
  }

  .md\:border-r-rose-900\/60 {
    border-right-color: rgb(136 19 55 / 0.6);
  }

  .md\:border-r-rose-900\/65 {
    border-right-color: rgb(136 19 55 / 0.65);
  }

  .md\:border-r-rose-900\/70 {
    border-right-color: rgb(136 19 55 / 0.7);
  }

  .md\:border-r-rose-900\/75 {
    border-right-color: rgb(136 19 55 / 0.75);
  }

  .md\:border-r-rose-900\/80 {
    border-right-color: rgb(136 19 55 / 0.8);
  }

  .md\:border-r-rose-900\/85 {
    border-right-color: rgb(136 19 55 / 0.85);
  }

  .md\:border-r-rose-900\/90 {
    border-right-color: rgb(136 19 55 / 0.9);
  }

  .md\:border-r-rose-900\/95 {
    border-right-color: rgb(136 19 55 / 0.95);
  }

  .md\:border-r-rose-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(76 5 25 / var(--tw-border-opacity));
  }

  .md\:border-r-rose-950\/0 {
    border-right-color: rgb(76 5 25 / 0);
  }

  .md\:border-r-rose-950\/10 {
    border-right-color: rgb(76 5 25 / 0.1);
  }

  .md\:border-r-rose-950\/100 {
    border-right-color: rgb(76 5 25 / 1);
  }

  .md\:border-r-rose-950\/15 {
    border-right-color: rgb(76 5 25 / 0.15);
  }

  .md\:border-r-rose-950\/20 {
    border-right-color: rgb(76 5 25 / 0.2);
  }

  .md\:border-r-rose-950\/25 {
    border-right-color: rgb(76 5 25 / 0.25);
  }

  .md\:border-r-rose-950\/30 {
    border-right-color: rgb(76 5 25 / 0.3);
  }

  .md\:border-r-rose-950\/35 {
    border-right-color: rgb(76 5 25 / 0.35);
  }

  .md\:border-r-rose-950\/40 {
    border-right-color: rgb(76 5 25 / 0.4);
  }

  .md\:border-r-rose-950\/45 {
    border-right-color: rgb(76 5 25 / 0.45);
  }

  .md\:border-r-rose-950\/5 {
    border-right-color: rgb(76 5 25 / 0.05);
  }

  .md\:border-r-rose-950\/50 {
    border-right-color: rgb(76 5 25 / 0.5);
  }

  .md\:border-r-rose-950\/55 {
    border-right-color: rgb(76 5 25 / 0.55);
  }

  .md\:border-r-rose-950\/60 {
    border-right-color: rgb(76 5 25 / 0.6);
  }

  .md\:border-r-rose-950\/65 {
    border-right-color: rgb(76 5 25 / 0.65);
  }

  .md\:border-r-rose-950\/70 {
    border-right-color: rgb(76 5 25 / 0.7);
  }

  .md\:border-r-rose-950\/75 {
    border-right-color: rgb(76 5 25 / 0.75);
  }

  .md\:border-r-rose-950\/80 {
    border-right-color: rgb(76 5 25 / 0.8);
  }

  .md\:border-r-rose-950\/85 {
    border-right-color: rgb(76 5 25 / 0.85);
  }

  .md\:border-r-rose-950\/90 {
    border-right-color: rgb(76 5 25 / 0.9);
  }

  .md\:border-r-rose-950\/95 {
    border-right-color: rgb(76 5 25 / 0.95);
  }

  .md\:border-r-sky-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(224 242 254 / var(--tw-border-opacity));
  }

  .md\:border-r-sky-100\/0 {
    border-right-color: rgb(224 242 254 / 0);
  }

  .md\:border-r-sky-100\/10 {
    border-right-color: rgb(224 242 254 / 0.1);
  }

  .md\:border-r-sky-100\/100 {
    border-right-color: rgb(224 242 254 / 1);
  }

  .md\:border-r-sky-100\/15 {
    border-right-color: rgb(224 242 254 / 0.15);
  }

  .md\:border-r-sky-100\/20 {
    border-right-color: rgb(224 242 254 / 0.2);
  }

  .md\:border-r-sky-100\/25 {
    border-right-color: rgb(224 242 254 / 0.25);
  }

  .md\:border-r-sky-100\/30 {
    border-right-color: rgb(224 242 254 / 0.3);
  }

  .md\:border-r-sky-100\/35 {
    border-right-color: rgb(224 242 254 / 0.35);
  }

  .md\:border-r-sky-100\/40 {
    border-right-color: rgb(224 242 254 / 0.4);
  }

  .md\:border-r-sky-100\/45 {
    border-right-color: rgb(224 242 254 / 0.45);
  }

  .md\:border-r-sky-100\/5 {
    border-right-color: rgb(224 242 254 / 0.05);
  }

  .md\:border-r-sky-100\/50 {
    border-right-color: rgb(224 242 254 / 0.5);
  }

  .md\:border-r-sky-100\/55 {
    border-right-color: rgb(224 242 254 / 0.55);
  }

  .md\:border-r-sky-100\/60 {
    border-right-color: rgb(224 242 254 / 0.6);
  }

  .md\:border-r-sky-100\/65 {
    border-right-color: rgb(224 242 254 / 0.65);
  }

  .md\:border-r-sky-100\/70 {
    border-right-color: rgb(224 242 254 / 0.7);
  }

  .md\:border-r-sky-100\/75 {
    border-right-color: rgb(224 242 254 / 0.75);
  }

  .md\:border-r-sky-100\/80 {
    border-right-color: rgb(224 242 254 / 0.8);
  }

  .md\:border-r-sky-100\/85 {
    border-right-color: rgb(224 242 254 / 0.85);
  }

  .md\:border-r-sky-100\/90 {
    border-right-color: rgb(224 242 254 / 0.9);
  }

  .md\:border-r-sky-100\/95 {
    border-right-color: rgb(224 242 254 / 0.95);
  }

  .md\:border-r-sky-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(186 230 253 / var(--tw-border-opacity));
  }

  .md\:border-r-sky-200\/0 {
    border-right-color: rgb(186 230 253 / 0);
  }

  .md\:border-r-sky-200\/10 {
    border-right-color: rgb(186 230 253 / 0.1);
  }

  .md\:border-r-sky-200\/100 {
    border-right-color: rgb(186 230 253 / 1);
  }

  .md\:border-r-sky-200\/15 {
    border-right-color: rgb(186 230 253 / 0.15);
  }

  .md\:border-r-sky-200\/20 {
    border-right-color: rgb(186 230 253 / 0.2);
  }

  .md\:border-r-sky-200\/25 {
    border-right-color: rgb(186 230 253 / 0.25);
  }

  .md\:border-r-sky-200\/30 {
    border-right-color: rgb(186 230 253 / 0.3);
  }

  .md\:border-r-sky-200\/35 {
    border-right-color: rgb(186 230 253 / 0.35);
  }

  .md\:border-r-sky-200\/40 {
    border-right-color: rgb(186 230 253 / 0.4);
  }

  .md\:border-r-sky-200\/45 {
    border-right-color: rgb(186 230 253 / 0.45);
  }

  .md\:border-r-sky-200\/5 {
    border-right-color: rgb(186 230 253 / 0.05);
  }

  .md\:border-r-sky-200\/50 {
    border-right-color: rgb(186 230 253 / 0.5);
  }

  .md\:border-r-sky-200\/55 {
    border-right-color: rgb(186 230 253 / 0.55);
  }

  .md\:border-r-sky-200\/60 {
    border-right-color: rgb(186 230 253 / 0.6);
  }

  .md\:border-r-sky-200\/65 {
    border-right-color: rgb(186 230 253 / 0.65);
  }

  .md\:border-r-sky-200\/70 {
    border-right-color: rgb(186 230 253 / 0.7);
  }

  .md\:border-r-sky-200\/75 {
    border-right-color: rgb(186 230 253 / 0.75);
  }

  .md\:border-r-sky-200\/80 {
    border-right-color: rgb(186 230 253 / 0.8);
  }

  .md\:border-r-sky-200\/85 {
    border-right-color: rgb(186 230 253 / 0.85);
  }

  .md\:border-r-sky-200\/90 {
    border-right-color: rgb(186 230 253 / 0.9);
  }

  .md\:border-r-sky-200\/95 {
    border-right-color: rgb(186 230 253 / 0.95);
  }

  .md\:border-r-sky-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(125 211 252 / var(--tw-border-opacity));
  }

  .md\:border-r-sky-300\/0 {
    border-right-color: rgb(125 211 252 / 0);
  }

  .md\:border-r-sky-300\/10 {
    border-right-color: rgb(125 211 252 / 0.1);
  }

  .md\:border-r-sky-300\/100 {
    border-right-color: rgb(125 211 252 / 1);
  }

  .md\:border-r-sky-300\/15 {
    border-right-color: rgb(125 211 252 / 0.15);
  }

  .md\:border-r-sky-300\/20 {
    border-right-color: rgb(125 211 252 / 0.2);
  }

  .md\:border-r-sky-300\/25 {
    border-right-color: rgb(125 211 252 / 0.25);
  }

  .md\:border-r-sky-300\/30 {
    border-right-color: rgb(125 211 252 / 0.3);
  }

  .md\:border-r-sky-300\/35 {
    border-right-color: rgb(125 211 252 / 0.35);
  }

  .md\:border-r-sky-300\/40 {
    border-right-color: rgb(125 211 252 / 0.4);
  }

  .md\:border-r-sky-300\/45 {
    border-right-color: rgb(125 211 252 / 0.45);
  }

  .md\:border-r-sky-300\/5 {
    border-right-color: rgb(125 211 252 / 0.05);
  }

  .md\:border-r-sky-300\/50 {
    border-right-color: rgb(125 211 252 / 0.5);
  }

  .md\:border-r-sky-300\/55 {
    border-right-color: rgb(125 211 252 / 0.55);
  }

  .md\:border-r-sky-300\/60 {
    border-right-color: rgb(125 211 252 / 0.6);
  }

  .md\:border-r-sky-300\/65 {
    border-right-color: rgb(125 211 252 / 0.65);
  }

  .md\:border-r-sky-300\/70 {
    border-right-color: rgb(125 211 252 / 0.7);
  }

  .md\:border-r-sky-300\/75 {
    border-right-color: rgb(125 211 252 / 0.75);
  }

  .md\:border-r-sky-300\/80 {
    border-right-color: rgb(125 211 252 / 0.8);
  }

  .md\:border-r-sky-300\/85 {
    border-right-color: rgb(125 211 252 / 0.85);
  }

  .md\:border-r-sky-300\/90 {
    border-right-color: rgb(125 211 252 / 0.9);
  }

  .md\:border-r-sky-300\/95 {
    border-right-color: rgb(125 211 252 / 0.95);
  }

  .md\:border-r-sky-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(56 189 248 / var(--tw-border-opacity));
  }

  .md\:border-r-sky-400\/0 {
    border-right-color: rgb(56 189 248 / 0);
  }

  .md\:border-r-sky-400\/10 {
    border-right-color: rgb(56 189 248 / 0.1);
  }

  .md\:border-r-sky-400\/100 {
    border-right-color: rgb(56 189 248 / 1);
  }

  .md\:border-r-sky-400\/15 {
    border-right-color: rgb(56 189 248 / 0.15);
  }

  .md\:border-r-sky-400\/20 {
    border-right-color: rgb(56 189 248 / 0.2);
  }

  .md\:border-r-sky-400\/25 {
    border-right-color: rgb(56 189 248 / 0.25);
  }

  .md\:border-r-sky-400\/30 {
    border-right-color: rgb(56 189 248 / 0.3);
  }

  .md\:border-r-sky-400\/35 {
    border-right-color: rgb(56 189 248 / 0.35);
  }

  .md\:border-r-sky-400\/40 {
    border-right-color: rgb(56 189 248 / 0.4);
  }

  .md\:border-r-sky-400\/45 {
    border-right-color: rgb(56 189 248 / 0.45);
  }

  .md\:border-r-sky-400\/5 {
    border-right-color: rgb(56 189 248 / 0.05);
  }

  .md\:border-r-sky-400\/50 {
    border-right-color: rgb(56 189 248 / 0.5);
  }

  .md\:border-r-sky-400\/55 {
    border-right-color: rgb(56 189 248 / 0.55);
  }

  .md\:border-r-sky-400\/60 {
    border-right-color: rgb(56 189 248 / 0.6);
  }

  .md\:border-r-sky-400\/65 {
    border-right-color: rgb(56 189 248 / 0.65);
  }

  .md\:border-r-sky-400\/70 {
    border-right-color: rgb(56 189 248 / 0.7);
  }

  .md\:border-r-sky-400\/75 {
    border-right-color: rgb(56 189 248 / 0.75);
  }

  .md\:border-r-sky-400\/80 {
    border-right-color: rgb(56 189 248 / 0.8);
  }

  .md\:border-r-sky-400\/85 {
    border-right-color: rgb(56 189 248 / 0.85);
  }

  .md\:border-r-sky-400\/90 {
    border-right-color: rgb(56 189 248 / 0.9);
  }

  .md\:border-r-sky-400\/95 {
    border-right-color: rgb(56 189 248 / 0.95);
  }

  .md\:border-r-sky-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(240 249 255 / var(--tw-border-opacity));
  }

  .md\:border-r-sky-50\/0 {
    border-right-color: rgb(240 249 255 / 0);
  }

  .md\:border-r-sky-50\/10 {
    border-right-color: rgb(240 249 255 / 0.1);
  }

  .md\:border-r-sky-50\/100 {
    border-right-color: rgb(240 249 255 / 1);
  }

  .md\:border-r-sky-50\/15 {
    border-right-color: rgb(240 249 255 / 0.15);
  }

  .md\:border-r-sky-50\/20 {
    border-right-color: rgb(240 249 255 / 0.2);
  }

  .md\:border-r-sky-50\/25 {
    border-right-color: rgb(240 249 255 / 0.25);
  }

  .md\:border-r-sky-50\/30 {
    border-right-color: rgb(240 249 255 / 0.3);
  }

  .md\:border-r-sky-50\/35 {
    border-right-color: rgb(240 249 255 / 0.35);
  }

  .md\:border-r-sky-50\/40 {
    border-right-color: rgb(240 249 255 / 0.4);
  }

  .md\:border-r-sky-50\/45 {
    border-right-color: rgb(240 249 255 / 0.45);
  }

  .md\:border-r-sky-50\/5 {
    border-right-color: rgb(240 249 255 / 0.05);
  }

  .md\:border-r-sky-50\/50 {
    border-right-color: rgb(240 249 255 / 0.5);
  }

  .md\:border-r-sky-50\/55 {
    border-right-color: rgb(240 249 255 / 0.55);
  }

  .md\:border-r-sky-50\/60 {
    border-right-color: rgb(240 249 255 / 0.6);
  }

  .md\:border-r-sky-50\/65 {
    border-right-color: rgb(240 249 255 / 0.65);
  }

  .md\:border-r-sky-50\/70 {
    border-right-color: rgb(240 249 255 / 0.7);
  }

  .md\:border-r-sky-50\/75 {
    border-right-color: rgb(240 249 255 / 0.75);
  }

  .md\:border-r-sky-50\/80 {
    border-right-color: rgb(240 249 255 / 0.8);
  }

  .md\:border-r-sky-50\/85 {
    border-right-color: rgb(240 249 255 / 0.85);
  }

  .md\:border-r-sky-50\/90 {
    border-right-color: rgb(240 249 255 / 0.9);
  }

  .md\:border-r-sky-50\/95 {
    border-right-color: rgb(240 249 255 / 0.95);
  }

  .md\:border-r-sky-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(14 165 233 / var(--tw-border-opacity));
  }

  .md\:border-r-sky-500\/0 {
    border-right-color: rgb(14 165 233 / 0);
  }

  .md\:border-r-sky-500\/10 {
    border-right-color: rgb(14 165 233 / 0.1);
  }

  .md\:border-r-sky-500\/100 {
    border-right-color: rgb(14 165 233 / 1);
  }

  .md\:border-r-sky-500\/15 {
    border-right-color: rgb(14 165 233 / 0.15);
  }

  .md\:border-r-sky-500\/20 {
    border-right-color: rgb(14 165 233 / 0.2);
  }

  .md\:border-r-sky-500\/25 {
    border-right-color: rgb(14 165 233 / 0.25);
  }

  .md\:border-r-sky-500\/30 {
    border-right-color: rgb(14 165 233 / 0.3);
  }

  .md\:border-r-sky-500\/35 {
    border-right-color: rgb(14 165 233 / 0.35);
  }

  .md\:border-r-sky-500\/40 {
    border-right-color: rgb(14 165 233 / 0.4);
  }

  .md\:border-r-sky-500\/45 {
    border-right-color: rgb(14 165 233 / 0.45);
  }

  .md\:border-r-sky-500\/5 {
    border-right-color: rgb(14 165 233 / 0.05);
  }

  .md\:border-r-sky-500\/50 {
    border-right-color: rgb(14 165 233 / 0.5);
  }

  .md\:border-r-sky-500\/55 {
    border-right-color: rgb(14 165 233 / 0.55);
  }

  .md\:border-r-sky-500\/60 {
    border-right-color: rgb(14 165 233 / 0.6);
  }

  .md\:border-r-sky-500\/65 {
    border-right-color: rgb(14 165 233 / 0.65);
  }

  .md\:border-r-sky-500\/70 {
    border-right-color: rgb(14 165 233 / 0.7);
  }

  .md\:border-r-sky-500\/75 {
    border-right-color: rgb(14 165 233 / 0.75);
  }

  .md\:border-r-sky-500\/80 {
    border-right-color: rgb(14 165 233 / 0.8);
  }

  .md\:border-r-sky-500\/85 {
    border-right-color: rgb(14 165 233 / 0.85);
  }

  .md\:border-r-sky-500\/90 {
    border-right-color: rgb(14 165 233 / 0.9);
  }

  .md\:border-r-sky-500\/95 {
    border-right-color: rgb(14 165 233 / 0.95);
  }

  .md\:border-r-sky-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(2 132 199 / var(--tw-border-opacity));
  }

  .md\:border-r-sky-600\/0 {
    border-right-color: rgb(2 132 199 / 0);
  }

  .md\:border-r-sky-600\/10 {
    border-right-color: rgb(2 132 199 / 0.1);
  }

  .md\:border-r-sky-600\/100 {
    border-right-color: rgb(2 132 199 / 1);
  }

  .md\:border-r-sky-600\/15 {
    border-right-color: rgb(2 132 199 / 0.15);
  }

  .md\:border-r-sky-600\/20 {
    border-right-color: rgb(2 132 199 / 0.2);
  }

  .md\:border-r-sky-600\/25 {
    border-right-color: rgb(2 132 199 / 0.25);
  }

  .md\:border-r-sky-600\/30 {
    border-right-color: rgb(2 132 199 / 0.3);
  }

  .md\:border-r-sky-600\/35 {
    border-right-color: rgb(2 132 199 / 0.35);
  }

  .md\:border-r-sky-600\/40 {
    border-right-color: rgb(2 132 199 / 0.4);
  }

  .md\:border-r-sky-600\/45 {
    border-right-color: rgb(2 132 199 / 0.45);
  }

  .md\:border-r-sky-600\/5 {
    border-right-color: rgb(2 132 199 / 0.05);
  }

  .md\:border-r-sky-600\/50 {
    border-right-color: rgb(2 132 199 / 0.5);
  }

  .md\:border-r-sky-600\/55 {
    border-right-color: rgb(2 132 199 / 0.55);
  }

  .md\:border-r-sky-600\/60 {
    border-right-color: rgb(2 132 199 / 0.6);
  }

  .md\:border-r-sky-600\/65 {
    border-right-color: rgb(2 132 199 / 0.65);
  }

  .md\:border-r-sky-600\/70 {
    border-right-color: rgb(2 132 199 / 0.7);
  }

  .md\:border-r-sky-600\/75 {
    border-right-color: rgb(2 132 199 / 0.75);
  }

  .md\:border-r-sky-600\/80 {
    border-right-color: rgb(2 132 199 / 0.8);
  }

  .md\:border-r-sky-600\/85 {
    border-right-color: rgb(2 132 199 / 0.85);
  }

  .md\:border-r-sky-600\/90 {
    border-right-color: rgb(2 132 199 / 0.9);
  }

  .md\:border-r-sky-600\/95 {
    border-right-color: rgb(2 132 199 / 0.95);
  }

  .md\:border-r-sky-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(3 105 161 / var(--tw-border-opacity));
  }

  .md\:border-r-sky-700\/0 {
    border-right-color: rgb(3 105 161 / 0);
  }

  .md\:border-r-sky-700\/10 {
    border-right-color: rgb(3 105 161 / 0.1);
  }

  .md\:border-r-sky-700\/100 {
    border-right-color: rgb(3 105 161 / 1);
  }

  .md\:border-r-sky-700\/15 {
    border-right-color: rgb(3 105 161 / 0.15);
  }

  .md\:border-r-sky-700\/20 {
    border-right-color: rgb(3 105 161 / 0.2);
  }

  .md\:border-r-sky-700\/25 {
    border-right-color: rgb(3 105 161 / 0.25);
  }

  .md\:border-r-sky-700\/30 {
    border-right-color: rgb(3 105 161 / 0.3);
  }

  .md\:border-r-sky-700\/35 {
    border-right-color: rgb(3 105 161 / 0.35);
  }

  .md\:border-r-sky-700\/40 {
    border-right-color: rgb(3 105 161 / 0.4);
  }

  .md\:border-r-sky-700\/45 {
    border-right-color: rgb(3 105 161 / 0.45);
  }

  .md\:border-r-sky-700\/5 {
    border-right-color: rgb(3 105 161 / 0.05);
  }

  .md\:border-r-sky-700\/50 {
    border-right-color: rgb(3 105 161 / 0.5);
  }

  .md\:border-r-sky-700\/55 {
    border-right-color: rgb(3 105 161 / 0.55);
  }

  .md\:border-r-sky-700\/60 {
    border-right-color: rgb(3 105 161 / 0.6);
  }

  .md\:border-r-sky-700\/65 {
    border-right-color: rgb(3 105 161 / 0.65);
  }

  .md\:border-r-sky-700\/70 {
    border-right-color: rgb(3 105 161 / 0.7);
  }

  .md\:border-r-sky-700\/75 {
    border-right-color: rgb(3 105 161 / 0.75);
  }

  .md\:border-r-sky-700\/80 {
    border-right-color: rgb(3 105 161 / 0.8);
  }

  .md\:border-r-sky-700\/85 {
    border-right-color: rgb(3 105 161 / 0.85);
  }

  .md\:border-r-sky-700\/90 {
    border-right-color: rgb(3 105 161 / 0.9);
  }

  .md\:border-r-sky-700\/95 {
    border-right-color: rgb(3 105 161 / 0.95);
  }

  .md\:border-r-sky-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(7 89 133 / var(--tw-border-opacity));
  }

  .md\:border-r-sky-800\/0 {
    border-right-color: rgb(7 89 133 / 0);
  }

  .md\:border-r-sky-800\/10 {
    border-right-color: rgb(7 89 133 / 0.1);
  }

  .md\:border-r-sky-800\/100 {
    border-right-color: rgb(7 89 133 / 1);
  }

  .md\:border-r-sky-800\/15 {
    border-right-color: rgb(7 89 133 / 0.15);
  }

  .md\:border-r-sky-800\/20 {
    border-right-color: rgb(7 89 133 / 0.2);
  }

  .md\:border-r-sky-800\/25 {
    border-right-color: rgb(7 89 133 / 0.25);
  }

  .md\:border-r-sky-800\/30 {
    border-right-color: rgb(7 89 133 / 0.3);
  }

  .md\:border-r-sky-800\/35 {
    border-right-color: rgb(7 89 133 / 0.35);
  }

  .md\:border-r-sky-800\/40 {
    border-right-color: rgb(7 89 133 / 0.4);
  }

  .md\:border-r-sky-800\/45 {
    border-right-color: rgb(7 89 133 / 0.45);
  }

  .md\:border-r-sky-800\/5 {
    border-right-color: rgb(7 89 133 / 0.05);
  }

  .md\:border-r-sky-800\/50 {
    border-right-color: rgb(7 89 133 / 0.5);
  }

  .md\:border-r-sky-800\/55 {
    border-right-color: rgb(7 89 133 / 0.55);
  }

  .md\:border-r-sky-800\/60 {
    border-right-color: rgb(7 89 133 / 0.6);
  }

  .md\:border-r-sky-800\/65 {
    border-right-color: rgb(7 89 133 / 0.65);
  }

  .md\:border-r-sky-800\/70 {
    border-right-color: rgb(7 89 133 / 0.7);
  }

  .md\:border-r-sky-800\/75 {
    border-right-color: rgb(7 89 133 / 0.75);
  }

  .md\:border-r-sky-800\/80 {
    border-right-color: rgb(7 89 133 / 0.8);
  }

  .md\:border-r-sky-800\/85 {
    border-right-color: rgb(7 89 133 / 0.85);
  }

  .md\:border-r-sky-800\/90 {
    border-right-color: rgb(7 89 133 / 0.9);
  }

  .md\:border-r-sky-800\/95 {
    border-right-color: rgb(7 89 133 / 0.95);
  }

  .md\:border-r-sky-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(12 74 110 / var(--tw-border-opacity));
  }

  .md\:border-r-sky-900\/0 {
    border-right-color: rgb(12 74 110 / 0);
  }

  .md\:border-r-sky-900\/10 {
    border-right-color: rgb(12 74 110 / 0.1);
  }

  .md\:border-r-sky-900\/100 {
    border-right-color: rgb(12 74 110 / 1);
  }

  .md\:border-r-sky-900\/15 {
    border-right-color: rgb(12 74 110 / 0.15);
  }

  .md\:border-r-sky-900\/20 {
    border-right-color: rgb(12 74 110 / 0.2);
  }

  .md\:border-r-sky-900\/25 {
    border-right-color: rgb(12 74 110 / 0.25);
  }

  .md\:border-r-sky-900\/30 {
    border-right-color: rgb(12 74 110 / 0.3);
  }

  .md\:border-r-sky-900\/35 {
    border-right-color: rgb(12 74 110 / 0.35);
  }

  .md\:border-r-sky-900\/40 {
    border-right-color: rgb(12 74 110 / 0.4);
  }

  .md\:border-r-sky-900\/45 {
    border-right-color: rgb(12 74 110 / 0.45);
  }

  .md\:border-r-sky-900\/5 {
    border-right-color: rgb(12 74 110 / 0.05);
  }

  .md\:border-r-sky-900\/50 {
    border-right-color: rgb(12 74 110 / 0.5);
  }

  .md\:border-r-sky-900\/55 {
    border-right-color: rgb(12 74 110 / 0.55);
  }

  .md\:border-r-sky-900\/60 {
    border-right-color: rgb(12 74 110 / 0.6);
  }

  .md\:border-r-sky-900\/65 {
    border-right-color: rgb(12 74 110 / 0.65);
  }

  .md\:border-r-sky-900\/70 {
    border-right-color: rgb(12 74 110 / 0.7);
  }

  .md\:border-r-sky-900\/75 {
    border-right-color: rgb(12 74 110 / 0.75);
  }

  .md\:border-r-sky-900\/80 {
    border-right-color: rgb(12 74 110 / 0.8);
  }

  .md\:border-r-sky-900\/85 {
    border-right-color: rgb(12 74 110 / 0.85);
  }

  .md\:border-r-sky-900\/90 {
    border-right-color: rgb(12 74 110 / 0.9);
  }

  .md\:border-r-sky-900\/95 {
    border-right-color: rgb(12 74 110 / 0.95);
  }

  .md\:border-r-sky-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(8 47 73 / var(--tw-border-opacity));
  }

  .md\:border-r-sky-950\/0 {
    border-right-color: rgb(8 47 73 / 0);
  }

  .md\:border-r-sky-950\/10 {
    border-right-color: rgb(8 47 73 / 0.1);
  }

  .md\:border-r-sky-950\/100 {
    border-right-color: rgb(8 47 73 / 1);
  }

  .md\:border-r-sky-950\/15 {
    border-right-color: rgb(8 47 73 / 0.15);
  }

  .md\:border-r-sky-950\/20 {
    border-right-color: rgb(8 47 73 / 0.2);
  }

  .md\:border-r-sky-950\/25 {
    border-right-color: rgb(8 47 73 / 0.25);
  }

  .md\:border-r-sky-950\/30 {
    border-right-color: rgb(8 47 73 / 0.3);
  }

  .md\:border-r-sky-950\/35 {
    border-right-color: rgb(8 47 73 / 0.35);
  }

  .md\:border-r-sky-950\/40 {
    border-right-color: rgb(8 47 73 / 0.4);
  }

  .md\:border-r-sky-950\/45 {
    border-right-color: rgb(8 47 73 / 0.45);
  }

  .md\:border-r-sky-950\/5 {
    border-right-color: rgb(8 47 73 / 0.05);
  }

  .md\:border-r-sky-950\/50 {
    border-right-color: rgb(8 47 73 / 0.5);
  }

  .md\:border-r-sky-950\/55 {
    border-right-color: rgb(8 47 73 / 0.55);
  }

  .md\:border-r-sky-950\/60 {
    border-right-color: rgb(8 47 73 / 0.6);
  }

  .md\:border-r-sky-950\/65 {
    border-right-color: rgb(8 47 73 / 0.65);
  }

  .md\:border-r-sky-950\/70 {
    border-right-color: rgb(8 47 73 / 0.7);
  }

  .md\:border-r-sky-950\/75 {
    border-right-color: rgb(8 47 73 / 0.75);
  }

  .md\:border-r-sky-950\/80 {
    border-right-color: rgb(8 47 73 / 0.8);
  }

  .md\:border-r-sky-950\/85 {
    border-right-color: rgb(8 47 73 / 0.85);
  }

  .md\:border-r-sky-950\/90 {
    border-right-color: rgb(8 47 73 / 0.9);
  }

  .md\:border-r-sky-950\/95 {
    border-right-color: rgb(8 47 73 / 0.95);
  }

  .md\:border-r-slate-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(241 245 249 / var(--tw-border-opacity));
  }

  .md\:border-r-slate-100\/0 {
    border-right-color: rgb(241 245 249 / 0);
  }

  .md\:border-r-slate-100\/10 {
    border-right-color: rgb(241 245 249 / 0.1);
  }

  .md\:border-r-slate-100\/100 {
    border-right-color: rgb(241 245 249 / 1);
  }

  .md\:border-r-slate-100\/15 {
    border-right-color: rgb(241 245 249 / 0.15);
  }

  .md\:border-r-slate-100\/20 {
    border-right-color: rgb(241 245 249 / 0.2);
  }

  .md\:border-r-slate-100\/25 {
    border-right-color: rgb(241 245 249 / 0.25);
  }

  .md\:border-r-slate-100\/30 {
    border-right-color: rgb(241 245 249 / 0.3);
  }

  .md\:border-r-slate-100\/35 {
    border-right-color: rgb(241 245 249 / 0.35);
  }

  .md\:border-r-slate-100\/40 {
    border-right-color: rgb(241 245 249 / 0.4);
  }

  .md\:border-r-slate-100\/45 {
    border-right-color: rgb(241 245 249 / 0.45);
  }

  .md\:border-r-slate-100\/5 {
    border-right-color: rgb(241 245 249 / 0.05);
  }

  .md\:border-r-slate-100\/50 {
    border-right-color: rgb(241 245 249 / 0.5);
  }

  .md\:border-r-slate-100\/55 {
    border-right-color: rgb(241 245 249 / 0.55);
  }

  .md\:border-r-slate-100\/60 {
    border-right-color: rgb(241 245 249 / 0.6);
  }

  .md\:border-r-slate-100\/65 {
    border-right-color: rgb(241 245 249 / 0.65);
  }

  .md\:border-r-slate-100\/70 {
    border-right-color: rgb(241 245 249 / 0.7);
  }

  .md\:border-r-slate-100\/75 {
    border-right-color: rgb(241 245 249 / 0.75);
  }

  .md\:border-r-slate-100\/80 {
    border-right-color: rgb(241 245 249 / 0.8);
  }

  .md\:border-r-slate-100\/85 {
    border-right-color: rgb(241 245 249 / 0.85);
  }

  .md\:border-r-slate-100\/90 {
    border-right-color: rgb(241 245 249 / 0.9);
  }

  .md\:border-r-slate-100\/95 {
    border-right-color: rgb(241 245 249 / 0.95);
  }

  .md\:border-r-slate-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(226 232 240 / var(--tw-border-opacity));
  }

  .md\:border-r-slate-200\/0 {
    border-right-color: rgb(226 232 240 / 0);
  }

  .md\:border-r-slate-200\/10 {
    border-right-color: rgb(226 232 240 / 0.1);
  }

  .md\:border-r-slate-200\/100 {
    border-right-color: rgb(226 232 240 / 1);
  }

  .md\:border-r-slate-200\/15 {
    border-right-color: rgb(226 232 240 / 0.15);
  }

  .md\:border-r-slate-200\/20 {
    border-right-color: rgb(226 232 240 / 0.2);
  }

  .md\:border-r-slate-200\/25 {
    border-right-color: rgb(226 232 240 / 0.25);
  }

  .md\:border-r-slate-200\/30 {
    border-right-color: rgb(226 232 240 / 0.3);
  }

  .md\:border-r-slate-200\/35 {
    border-right-color: rgb(226 232 240 / 0.35);
  }

  .md\:border-r-slate-200\/40 {
    border-right-color: rgb(226 232 240 / 0.4);
  }

  .md\:border-r-slate-200\/45 {
    border-right-color: rgb(226 232 240 / 0.45);
  }

  .md\:border-r-slate-200\/5 {
    border-right-color: rgb(226 232 240 / 0.05);
  }

  .md\:border-r-slate-200\/50 {
    border-right-color: rgb(226 232 240 / 0.5);
  }

  .md\:border-r-slate-200\/55 {
    border-right-color: rgb(226 232 240 / 0.55);
  }

  .md\:border-r-slate-200\/60 {
    border-right-color: rgb(226 232 240 / 0.6);
  }

  .md\:border-r-slate-200\/65 {
    border-right-color: rgb(226 232 240 / 0.65);
  }

  .md\:border-r-slate-200\/70 {
    border-right-color: rgb(226 232 240 / 0.7);
  }

  .md\:border-r-slate-200\/75 {
    border-right-color: rgb(226 232 240 / 0.75);
  }

  .md\:border-r-slate-200\/80 {
    border-right-color: rgb(226 232 240 / 0.8);
  }

  .md\:border-r-slate-200\/85 {
    border-right-color: rgb(226 232 240 / 0.85);
  }

  .md\:border-r-slate-200\/90 {
    border-right-color: rgb(226 232 240 / 0.9);
  }

  .md\:border-r-slate-200\/95 {
    border-right-color: rgb(226 232 240 / 0.95);
  }

  .md\:border-r-slate-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(203 213 225 / var(--tw-border-opacity));
  }

  .md\:border-r-slate-300\/0 {
    border-right-color: rgb(203 213 225 / 0);
  }

  .md\:border-r-slate-300\/10 {
    border-right-color: rgb(203 213 225 / 0.1);
  }

  .md\:border-r-slate-300\/100 {
    border-right-color: rgb(203 213 225 / 1);
  }

  .md\:border-r-slate-300\/15 {
    border-right-color: rgb(203 213 225 / 0.15);
  }

  .md\:border-r-slate-300\/20 {
    border-right-color: rgb(203 213 225 / 0.2);
  }

  .md\:border-r-slate-300\/25 {
    border-right-color: rgb(203 213 225 / 0.25);
  }

  .md\:border-r-slate-300\/30 {
    border-right-color: rgb(203 213 225 / 0.3);
  }

  .md\:border-r-slate-300\/35 {
    border-right-color: rgb(203 213 225 / 0.35);
  }

  .md\:border-r-slate-300\/40 {
    border-right-color: rgb(203 213 225 / 0.4);
  }

  .md\:border-r-slate-300\/45 {
    border-right-color: rgb(203 213 225 / 0.45);
  }

  .md\:border-r-slate-300\/5 {
    border-right-color: rgb(203 213 225 / 0.05);
  }

  .md\:border-r-slate-300\/50 {
    border-right-color: rgb(203 213 225 / 0.5);
  }

  .md\:border-r-slate-300\/55 {
    border-right-color: rgb(203 213 225 / 0.55);
  }

  .md\:border-r-slate-300\/60 {
    border-right-color: rgb(203 213 225 / 0.6);
  }

  .md\:border-r-slate-300\/65 {
    border-right-color: rgb(203 213 225 / 0.65);
  }

  .md\:border-r-slate-300\/70 {
    border-right-color: rgb(203 213 225 / 0.7);
  }

  .md\:border-r-slate-300\/75 {
    border-right-color: rgb(203 213 225 / 0.75);
  }

  .md\:border-r-slate-300\/80 {
    border-right-color: rgb(203 213 225 / 0.8);
  }

  .md\:border-r-slate-300\/85 {
    border-right-color: rgb(203 213 225 / 0.85);
  }

  .md\:border-r-slate-300\/90 {
    border-right-color: rgb(203 213 225 / 0.9);
  }

  .md\:border-r-slate-300\/95 {
    border-right-color: rgb(203 213 225 / 0.95);
  }

  .md\:border-r-slate-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(148 163 184 / var(--tw-border-opacity));
  }

  .md\:border-r-slate-400\/0 {
    border-right-color: rgb(148 163 184 / 0);
  }

  .md\:border-r-slate-400\/10 {
    border-right-color: rgb(148 163 184 / 0.1);
  }

  .md\:border-r-slate-400\/100 {
    border-right-color: rgb(148 163 184 / 1);
  }

  .md\:border-r-slate-400\/15 {
    border-right-color: rgb(148 163 184 / 0.15);
  }

  .md\:border-r-slate-400\/20 {
    border-right-color: rgb(148 163 184 / 0.2);
  }

  .md\:border-r-slate-400\/25 {
    border-right-color: rgb(148 163 184 / 0.25);
  }

  .md\:border-r-slate-400\/30 {
    border-right-color: rgb(148 163 184 / 0.3);
  }

  .md\:border-r-slate-400\/35 {
    border-right-color: rgb(148 163 184 / 0.35);
  }

  .md\:border-r-slate-400\/40 {
    border-right-color: rgb(148 163 184 / 0.4);
  }

  .md\:border-r-slate-400\/45 {
    border-right-color: rgb(148 163 184 / 0.45);
  }

  .md\:border-r-slate-400\/5 {
    border-right-color: rgb(148 163 184 / 0.05);
  }

  .md\:border-r-slate-400\/50 {
    border-right-color: rgb(148 163 184 / 0.5);
  }

  .md\:border-r-slate-400\/55 {
    border-right-color: rgb(148 163 184 / 0.55);
  }

  .md\:border-r-slate-400\/60 {
    border-right-color: rgb(148 163 184 / 0.6);
  }

  .md\:border-r-slate-400\/65 {
    border-right-color: rgb(148 163 184 / 0.65);
  }

  .md\:border-r-slate-400\/70 {
    border-right-color: rgb(148 163 184 / 0.7);
  }

  .md\:border-r-slate-400\/75 {
    border-right-color: rgb(148 163 184 / 0.75);
  }

  .md\:border-r-slate-400\/80 {
    border-right-color: rgb(148 163 184 / 0.8);
  }

  .md\:border-r-slate-400\/85 {
    border-right-color: rgb(148 163 184 / 0.85);
  }

  .md\:border-r-slate-400\/90 {
    border-right-color: rgb(148 163 184 / 0.9);
  }

  .md\:border-r-slate-400\/95 {
    border-right-color: rgb(148 163 184 / 0.95);
  }

  .md\:border-r-slate-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(248 250 252 / var(--tw-border-opacity));
  }

  .md\:border-r-slate-50\/0 {
    border-right-color: rgb(248 250 252 / 0);
  }

  .md\:border-r-slate-50\/10 {
    border-right-color: rgb(248 250 252 / 0.1);
  }

  .md\:border-r-slate-50\/100 {
    border-right-color: rgb(248 250 252 / 1);
  }

  .md\:border-r-slate-50\/15 {
    border-right-color: rgb(248 250 252 / 0.15);
  }

  .md\:border-r-slate-50\/20 {
    border-right-color: rgb(248 250 252 / 0.2);
  }

  .md\:border-r-slate-50\/25 {
    border-right-color: rgb(248 250 252 / 0.25);
  }

  .md\:border-r-slate-50\/30 {
    border-right-color: rgb(248 250 252 / 0.3);
  }

  .md\:border-r-slate-50\/35 {
    border-right-color: rgb(248 250 252 / 0.35);
  }

  .md\:border-r-slate-50\/40 {
    border-right-color: rgb(248 250 252 / 0.4);
  }

  .md\:border-r-slate-50\/45 {
    border-right-color: rgb(248 250 252 / 0.45);
  }

  .md\:border-r-slate-50\/5 {
    border-right-color: rgb(248 250 252 / 0.05);
  }

  .md\:border-r-slate-50\/50 {
    border-right-color: rgb(248 250 252 / 0.5);
  }

  .md\:border-r-slate-50\/55 {
    border-right-color: rgb(248 250 252 / 0.55);
  }

  .md\:border-r-slate-50\/60 {
    border-right-color: rgb(248 250 252 / 0.6);
  }

  .md\:border-r-slate-50\/65 {
    border-right-color: rgb(248 250 252 / 0.65);
  }

  .md\:border-r-slate-50\/70 {
    border-right-color: rgb(248 250 252 / 0.7);
  }

  .md\:border-r-slate-50\/75 {
    border-right-color: rgb(248 250 252 / 0.75);
  }

  .md\:border-r-slate-50\/80 {
    border-right-color: rgb(248 250 252 / 0.8);
  }

  .md\:border-r-slate-50\/85 {
    border-right-color: rgb(248 250 252 / 0.85);
  }

  .md\:border-r-slate-50\/90 {
    border-right-color: rgb(248 250 252 / 0.9);
  }

  .md\:border-r-slate-50\/95 {
    border-right-color: rgb(248 250 252 / 0.95);
  }

  .md\:border-r-slate-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(100 116 139 / var(--tw-border-opacity));
  }

  .md\:border-r-slate-500\/0 {
    border-right-color: rgb(100 116 139 / 0);
  }

  .md\:border-r-slate-500\/10 {
    border-right-color: rgb(100 116 139 / 0.1);
  }

  .md\:border-r-slate-500\/100 {
    border-right-color: rgb(100 116 139 / 1);
  }

  .md\:border-r-slate-500\/15 {
    border-right-color: rgb(100 116 139 / 0.15);
  }

  .md\:border-r-slate-500\/20 {
    border-right-color: rgb(100 116 139 / 0.2);
  }

  .md\:border-r-slate-500\/25 {
    border-right-color: rgb(100 116 139 / 0.25);
  }

  .md\:border-r-slate-500\/30 {
    border-right-color: rgb(100 116 139 / 0.3);
  }

  .md\:border-r-slate-500\/35 {
    border-right-color: rgb(100 116 139 / 0.35);
  }

  .md\:border-r-slate-500\/40 {
    border-right-color: rgb(100 116 139 / 0.4);
  }

  .md\:border-r-slate-500\/45 {
    border-right-color: rgb(100 116 139 / 0.45);
  }

  .md\:border-r-slate-500\/5 {
    border-right-color: rgb(100 116 139 / 0.05);
  }

  .md\:border-r-slate-500\/50 {
    border-right-color: rgb(100 116 139 / 0.5);
  }

  .md\:border-r-slate-500\/55 {
    border-right-color: rgb(100 116 139 / 0.55);
  }

  .md\:border-r-slate-500\/60 {
    border-right-color: rgb(100 116 139 / 0.6);
  }

  .md\:border-r-slate-500\/65 {
    border-right-color: rgb(100 116 139 / 0.65);
  }

  .md\:border-r-slate-500\/70 {
    border-right-color: rgb(100 116 139 / 0.7);
  }

  .md\:border-r-slate-500\/75 {
    border-right-color: rgb(100 116 139 / 0.75);
  }

  .md\:border-r-slate-500\/80 {
    border-right-color: rgb(100 116 139 / 0.8);
  }

  .md\:border-r-slate-500\/85 {
    border-right-color: rgb(100 116 139 / 0.85);
  }

  .md\:border-r-slate-500\/90 {
    border-right-color: rgb(100 116 139 / 0.9);
  }

  .md\:border-r-slate-500\/95 {
    border-right-color: rgb(100 116 139 / 0.95);
  }

  .md\:border-r-slate-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(71 85 105 / var(--tw-border-opacity));
  }

  .md\:border-r-slate-600\/0 {
    border-right-color: rgb(71 85 105 / 0);
  }

  .md\:border-r-slate-600\/10 {
    border-right-color: rgb(71 85 105 / 0.1);
  }

  .md\:border-r-slate-600\/100 {
    border-right-color: rgb(71 85 105 / 1);
  }

  .md\:border-r-slate-600\/15 {
    border-right-color: rgb(71 85 105 / 0.15);
  }

  .md\:border-r-slate-600\/20 {
    border-right-color: rgb(71 85 105 / 0.2);
  }

  .md\:border-r-slate-600\/25 {
    border-right-color: rgb(71 85 105 / 0.25);
  }

  .md\:border-r-slate-600\/30 {
    border-right-color: rgb(71 85 105 / 0.3);
  }

  .md\:border-r-slate-600\/35 {
    border-right-color: rgb(71 85 105 / 0.35);
  }

  .md\:border-r-slate-600\/40 {
    border-right-color: rgb(71 85 105 / 0.4);
  }

  .md\:border-r-slate-600\/45 {
    border-right-color: rgb(71 85 105 / 0.45);
  }

  .md\:border-r-slate-600\/5 {
    border-right-color: rgb(71 85 105 / 0.05);
  }

  .md\:border-r-slate-600\/50 {
    border-right-color: rgb(71 85 105 / 0.5);
  }

  .md\:border-r-slate-600\/55 {
    border-right-color: rgb(71 85 105 / 0.55);
  }

  .md\:border-r-slate-600\/60 {
    border-right-color: rgb(71 85 105 / 0.6);
  }

  .md\:border-r-slate-600\/65 {
    border-right-color: rgb(71 85 105 / 0.65);
  }

  .md\:border-r-slate-600\/70 {
    border-right-color: rgb(71 85 105 / 0.7);
  }

  .md\:border-r-slate-600\/75 {
    border-right-color: rgb(71 85 105 / 0.75);
  }

  .md\:border-r-slate-600\/80 {
    border-right-color: rgb(71 85 105 / 0.8);
  }

  .md\:border-r-slate-600\/85 {
    border-right-color: rgb(71 85 105 / 0.85);
  }

  .md\:border-r-slate-600\/90 {
    border-right-color: rgb(71 85 105 / 0.9);
  }

  .md\:border-r-slate-600\/95 {
    border-right-color: rgb(71 85 105 / 0.95);
  }

  .md\:border-r-slate-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(51 65 85 / var(--tw-border-opacity));
  }

  .md\:border-r-slate-700\/0 {
    border-right-color: rgb(51 65 85 / 0);
  }

  .md\:border-r-slate-700\/10 {
    border-right-color: rgb(51 65 85 / 0.1);
  }

  .md\:border-r-slate-700\/100 {
    border-right-color: rgb(51 65 85 / 1);
  }

  .md\:border-r-slate-700\/15 {
    border-right-color: rgb(51 65 85 / 0.15);
  }

  .md\:border-r-slate-700\/20 {
    border-right-color: rgb(51 65 85 / 0.2);
  }

  .md\:border-r-slate-700\/25 {
    border-right-color: rgb(51 65 85 / 0.25);
  }

  .md\:border-r-slate-700\/30 {
    border-right-color: rgb(51 65 85 / 0.3);
  }

  .md\:border-r-slate-700\/35 {
    border-right-color: rgb(51 65 85 / 0.35);
  }

  .md\:border-r-slate-700\/40 {
    border-right-color: rgb(51 65 85 / 0.4);
  }

  .md\:border-r-slate-700\/45 {
    border-right-color: rgb(51 65 85 / 0.45);
  }

  .md\:border-r-slate-700\/5 {
    border-right-color: rgb(51 65 85 / 0.05);
  }

  .md\:border-r-slate-700\/50 {
    border-right-color: rgb(51 65 85 / 0.5);
  }

  .md\:border-r-slate-700\/55 {
    border-right-color: rgb(51 65 85 / 0.55);
  }

  .md\:border-r-slate-700\/60 {
    border-right-color: rgb(51 65 85 / 0.6);
  }

  .md\:border-r-slate-700\/65 {
    border-right-color: rgb(51 65 85 / 0.65);
  }

  .md\:border-r-slate-700\/70 {
    border-right-color: rgb(51 65 85 / 0.7);
  }

  .md\:border-r-slate-700\/75 {
    border-right-color: rgb(51 65 85 / 0.75);
  }

  .md\:border-r-slate-700\/80 {
    border-right-color: rgb(51 65 85 / 0.8);
  }

  .md\:border-r-slate-700\/85 {
    border-right-color: rgb(51 65 85 / 0.85);
  }

  .md\:border-r-slate-700\/90 {
    border-right-color: rgb(51 65 85 / 0.9);
  }

  .md\:border-r-slate-700\/95 {
    border-right-color: rgb(51 65 85 / 0.95);
  }

  .md\:border-r-slate-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(30 41 59 / var(--tw-border-opacity));
  }

  .md\:border-r-slate-800\/0 {
    border-right-color: rgb(30 41 59 / 0);
  }

  .md\:border-r-slate-800\/10 {
    border-right-color: rgb(30 41 59 / 0.1);
  }

  .md\:border-r-slate-800\/100 {
    border-right-color: rgb(30 41 59 / 1);
  }

  .md\:border-r-slate-800\/15 {
    border-right-color: rgb(30 41 59 / 0.15);
  }

  .md\:border-r-slate-800\/20 {
    border-right-color: rgb(30 41 59 / 0.2);
  }

  .md\:border-r-slate-800\/25 {
    border-right-color: rgb(30 41 59 / 0.25);
  }

  .md\:border-r-slate-800\/30 {
    border-right-color: rgb(30 41 59 / 0.3);
  }

  .md\:border-r-slate-800\/35 {
    border-right-color: rgb(30 41 59 / 0.35);
  }

  .md\:border-r-slate-800\/40 {
    border-right-color: rgb(30 41 59 / 0.4);
  }

  .md\:border-r-slate-800\/45 {
    border-right-color: rgb(30 41 59 / 0.45);
  }

  .md\:border-r-slate-800\/5 {
    border-right-color: rgb(30 41 59 / 0.05);
  }

  .md\:border-r-slate-800\/50 {
    border-right-color: rgb(30 41 59 / 0.5);
  }

  .md\:border-r-slate-800\/55 {
    border-right-color: rgb(30 41 59 / 0.55);
  }

  .md\:border-r-slate-800\/60 {
    border-right-color: rgb(30 41 59 / 0.6);
  }

  .md\:border-r-slate-800\/65 {
    border-right-color: rgb(30 41 59 / 0.65);
  }

  .md\:border-r-slate-800\/70 {
    border-right-color: rgb(30 41 59 / 0.7);
  }

  .md\:border-r-slate-800\/75 {
    border-right-color: rgb(30 41 59 / 0.75);
  }

  .md\:border-r-slate-800\/80 {
    border-right-color: rgb(30 41 59 / 0.8);
  }

  .md\:border-r-slate-800\/85 {
    border-right-color: rgb(30 41 59 / 0.85);
  }

  .md\:border-r-slate-800\/90 {
    border-right-color: rgb(30 41 59 / 0.9);
  }

  .md\:border-r-slate-800\/95 {
    border-right-color: rgb(30 41 59 / 0.95);
  }

  .md\:border-r-slate-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(15 23 42 / var(--tw-border-opacity));
  }

  .md\:border-r-slate-900\/0 {
    border-right-color: rgb(15 23 42 / 0);
  }

  .md\:border-r-slate-900\/10 {
    border-right-color: rgb(15 23 42 / 0.1);
  }

  .md\:border-r-slate-900\/100 {
    border-right-color: rgb(15 23 42 / 1);
  }

  .md\:border-r-slate-900\/15 {
    border-right-color: rgb(15 23 42 / 0.15);
  }

  .md\:border-r-slate-900\/20 {
    border-right-color: rgb(15 23 42 / 0.2);
  }

  .md\:border-r-slate-900\/25 {
    border-right-color: rgb(15 23 42 / 0.25);
  }

  .md\:border-r-slate-900\/30 {
    border-right-color: rgb(15 23 42 / 0.3);
  }

  .md\:border-r-slate-900\/35 {
    border-right-color: rgb(15 23 42 / 0.35);
  }

  .md\:border-r-slate-900\/40 {
    border-right-color: rgb(15 23 42 / 0.4);
  }

  .md\:border-r-slate-900\/45 {
    border-right-color: rgb(15 23 42 / 0.45);
  }

  .md\:border-r-slate-900\/5 {
    border-right-color: rgb(15 23 42 / 0.05);
  }

  .md\:border-r-slate-900\/50 {
    border-right-color: rgb(15 23 42 / 0.5);
  }

  .md\:border-r-slate-900\/55 {
    border-right-color: rgb(15 23 42 / 0.55);
  }

  .md\:border-r-slate-900\/60 {
    border-right-color: rgb(15 23 42 / 0.6);
  }

  .md\:border-r-slate-900\/65 {
    border-right-color: rgb(15 23 42 / 0.65);
  }

  .md\:border-r-slate-900\/70 {
    border-right-color: rgb(15 23 42 / 0.7);
  }

  .md\:border-r-slate-900\/75 {
    border-right-color: rgb(15 23 42 / 0.75);
  }

  .md\:border-r-slate-900\/80 {
    border-right-color: rgb(15 23 42 / 0.8);
  }

  .md\:border-r-slate-900\/85 {
    border-right-color: rgb(15 23 42 / 0.85);
  }

  .md\:border-r-slate-900\/90 {
    border-right-color: rgb(15 23 42 / 0.9);
  }

  .md\:border-r-slate-900\/95 {
    border-right-color: rgb(15 23 42 / 0.95);
  }

  .md\:border-r-slate-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(2 6 23 / var(--tw-border-opacity));
  }

  .md\:border-r-slate-950\/0 {
    border-right-color: rgb(2 6 23 / 0);
  }

  .md\:border-r-slate-950\/10 {
    border-right-color: rgb(2 6 23 / 0.1);
  }

  .md\:border-r-slate-950\/100 {
    border-right-color: rgb(2 6 23 / 1);
  }

  .md\:border-r-slate-950\/15 {
    border-right-color: rgb(2 6 23 / 0.15);
  }

  .md\:border-r-slate-950\/20 {
    border-right-color: rgb(2 6 23 / 0.2);
  }

  .md\:border-r-slate-950\/25 {
    border-right-color: rgb(2 6 23 / 0.25);
  }

  .md\:border-r-slate-950\/30 {
    border-right-color: rgb(2 6 23 / 0.3);
  }

  .md\:border-r-slate-950\/35 {
    border-right-color: rgb(2 6 23 / 0.35);
  }

  .md\:border-r-slate-950\/40 {
    border-right-color: rgb(2 6 23 / 0.4);
  }

  .md\:border-r-slate-950\/45 {
    border-right-color: rgb(2 6 23 / 0.45);
  }

  .md\:border-r-slate-950\/5 {
    border-right-color: rgb(2 6 23 / 0.05);
  }

  .md\:border-r-slate-950\/50 {
    border-right-color: rgb(2 6 23 / 0.5);
  }

  .md\:border-r-slate-950\/55 {
    border-right-color: rgb(2 6 23 / 0.55);
  }

  .md\:border-r-slate-950\/60 {
    border-right-color: rgb(2 6 23 / 0.6);
  }

  .md\:border-r-slate-950\/65 {
    border-right-color: rgb(2 6 23 / 0.65);
  }

  .md\:border-r-slate-950\/70 {
    border-right-color: rgb(2 6 23 / 0.7);
  }

  .md\:border-r-slate-950\/75 {
    border-right-color: rgb(2 6 23 / 0.75);
  }

  .md\:border-r-slate-950\/80 {
    border-right-color: rgb(2 6 23 / 0.8);
  }

  .md\:border-r-slate-950\/85 {
    border-right-color: rgb(2 6 23 / 0.85);
  }

  .md\:border-r-slate-950\/90 {
    border-right-color: rgb(2 6 23 / 0.9);
  }

  .md\:border-r-slate-950\/95 {
    border-right-color: rgb(2 6 23 / 0.95);
  }

  .md\:border-r-stone-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 245 244 / var(--tw-border-opacity));
  }

  .md\:border-r-stone-100\/0 {
    border-right-color: rgb(245 245 244 / 0);
  }

  .md\:border-r-stone-100\/10 {
    border-right-color: rgb(245 245 244 / 0.1);
  }

  .md\:border-r-stone-100\/100 {
    border-right-color: rgb(245 245 244 / 1);
  }

  .md\:border-r-stone-100\/15 {
    border-right-color: rgb(245 245 244 / 0.15);
  }

  .md\:border-r-stone-100\/20 {
    border-right-color: rgb(245 245 244 / 0.2);
  }

  .md\:border-r-stone-100\/25 {
    border-right-color: rgb(245 245 244 / 0.25);
  }

  .md\:border-r-stone-100\/30 {
    border-right-color: rgb(245 245 244 / 0.3);
  }

  .md\:border-r-stone-100\/35 {
    border-right-color: rgb(245 245 244 / 0.35);
  }

  .md\:border-r-stone-100\/40 {
    border-right-color: rgb(245 245 244 / 0.4);
  }

  .md\:border-r-stone-100\/45 {
    border-right-color: rgb(245 245 244 / 0.45);
  }

  .md\:border-r-stone-100\/5 {
    border-right-color: rgb(245 245 244 / 0.05);
  }

  .md\:border-r-stone-100\/50 {
    border-right-color: rgb(245 245 244 / 0.5);
  }

  .md\:border-r-stone-100\/55 {
    border-right-color: rgb(245 245 244 / 0.55);
  }

  .md\:border-r-stone-100\/60 {
    border-right-color: rgb(245 245 244 / 0.6);
  }

  .md\:border-r-stone-100\/65 {
    border-right-color: rgb(245 245 244 / 0.65);
  }

  .md\:border-r-stone-100\/70 {
    border-right-color: rgb(245 245 244 / 0.7);
  }

  .md\:border-r-stone-100\/75 {
    border-right-color: rgb(245 245 244 / 0.75);
  }

  .md\:border-r-stone-100\/80 {
    border-right-color: rgb(245 245 244 / 0.8);
  }

  .md\:border-r-stone-100\/85 {
    border-right-color: rgb(245 245 244 / 0.85);
  }

  .md\:border-r-stone-100\/90 {
    border-right-color: rgb(245 245 244 / 0.9);
  }

  .md\:border-r-stone-100\/95 {
    border-right-color: rgb(245 245 244 / 0.95);
  }

  .md\:border-r-stone-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(231 229 228 / var(--tw-border-opacity));
  }

  .md\:border-r-stone-200\/0 {
    border-right-color: rgb(231 229 228 / 0);
  }

  .md\:border-r-stone-200\/10 {
    border-right-color: rgb(231 229 228 / 0.1);
  }

  .md\:border-r-stone-200\/100 {
    border-right-color: rgb(231 229 228 / 1);
  }

  .md\:border-r-stone-200\/15 {
    border-right-color: rgb(231 229 228 / 0.15);
  }

  .md\:border-r-stone-200\/20 {
    border-right-color: rgb(231 229 228 / 0.2);
  }

  .md\:border-r-stone-200\/25 {
    border-right-color: rgb(231 229 228 / 0.25);
  }

  .md\:border-r-stone-200\/30 {
    border-right-color: rgb(231 229 228 / 0.3);
  }

  .md\:border-r-stone-200\/35 {
    border-right-color: rgb(231 229 228 / 0.35);
  }

  .md\:border-r-stone-200\/40 {
    border-right-color: rgb(231 229 228 / 0.4);
  }

  .md\:border-r-stone-200\/45 {
    border-right-color: rgb(231 229 228 / 0.45);
  }

  .md\:border-r-stone-200\/5 {
    border-right-color: rgb(231 229 228 / 0.05);
  }

  .md\:border-r-stone-200\/50 {
    border-right-color: rgb(231 229 228 / 0.5);
  }

  .md\:border-r-stone-200\/55 {
    border-right-color: rgb(231 229 228 / 0.55);
  }

  .md\:border-r-stone-200\/60 {
    border-right-color: rgb(231 229 228 / 0.6);
  }

  .md\:border-r-stone-200\/65 {
    border-right-color: rgb(231 229 228 / 0.65);
  }

  .md\:border-r-stone-200\/70 {
    border-right-color: rgb(231 229 228 / 0.7);
  }

  .md\:border-r-stone-200\/75 {
    border-right-color: rgb(231 229 228 / 0.75);
  }

  .md\:border-r-stone-200\/80 {
    border-right-color: rgb(231 229 228 / 0.8);
  }

  .md\:border-r-stone-200\/85 {
    border-right-color: rgb(231 229 228 / 0.85);
  }

  .md\:border-r-stone-200\/90 {
    border-right-color: rgb(231 229 228 / 0.9);
  }

  .md\:border-r-stone-200\/95 {
    border-right-color: rgb(231 229 228 / 0.95);
  }

  .md\:border-r-stone-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(214 211 209 / var(--tw-border-opacity));
  }

  .md\:border-r-stone-300\/0 {
    border-right-color: rgb(214 211 209 / 0);
  }

  .md\:border-r-stone-300\/10 {
    border-right-color: rgb(214 211 209 / 0.1);
  }

  .md\:border-r-stone-300\/100 {
    border-right-color: rgb(214 211 209 / 1);
  }

  .md\:border-r-stone-300\/15 {
    border-right-color: rgb(214 211 209 / 0.15);
  }

  .md\:border-r-stone-300\/20 {
    border-right-color: rgb(214 211 209 / 0.2);
  }

  .md\:border-r-stone-300\/25 {
    border-right-color: rgb(214 211 209 / 0.25);
  }

  .md\:border-r-stone-300\/30 {
    border-right-color: rgb(214 211 209 / 0.3);
  }

  .md\:border-r-stone-300\/35 {
    border-right-color: rgb(214 211 209 / 0.35);
  }

  .md\:border-r-stone-300\/40 {
    border-right-color: rgb(214 211 209 / 0.4);
  }

  .md\:border-r-stone-300\/45 {
    border-right-color: rgb(214 211 209 / 0.45);
  }

  .md\:border-r-stone-300\/5 {
    border-right-color: rgb(214 211 209 / 0.05);
  }

  .md\:border-r-stone-300\/50 {
    border-right-color: rgb(214 211 209 / 0.5);
  }

  .md\:border-r-stone-300\/55 {
    border-right-color: rgb(214 211 209 / 0.55);
  }

  .md\:border-r-stone-300\/60 {
    border-right-color: rgb(214 211 209 / 0.6);
  }

  .md\:border-r-stone-300\/65 {
    border-right-color: rgb(214 211 209 / 0.65);
  }

  .md\:border-r-stone-300\/70 {
    border-right-color: rgb(214 211 209 / 0.7);
  }

  .md\:border-r-stone-300\/75 {
    border-right-color: rgb(214 211 209 / 0.75);
  }

  .md\:border-r-stone-300\/80 {
    border-right-color: rgb(214 211 209 / 0.8);
  }

  .md\:border-r-stone-300\/85 {
    border-right-color: rgb(214 211 209 / 0.85);
  }

  .md\:border-r-stone-300\/90 {
    border-right-color: rgb(214 211 209 / 0.9);
  }

  .md\:border-r-stone-300\/95 {
    border-right-color: rgb(214 211 209 / 0.95);
  }

  .md\:border-r-stone-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(168 162 158 / var(--tw-border-opacity));
  }

  .md\:border-r-stone-400\/0 {
    border-right-color: rgb(168 162 158 / 0);
  }

  .md\:border-r-stone-400\/10 {
    border-right-color: rgb(168 162 158 / 0.1);
  }

  .md\:border-r-stone-400\/100 {
    border-right-color: rgb(168 162 158 / 1);
  }

  .md\:border-r-stone-400\/15 {
    border-right-color: rgb(168 162 158 / 0.15);
  }

  .md\:border-r-stone-400\/20 {
    border-right-color: rgb(168 162 158 / 0.2);
  }

  .md\:border-r-stone-400\/25 {
    border-right-color: rgb(168 162 158 / 0.25);
  }

  .md\:border-r-stone-400\/30 {
    border-right-color: rgb(168 162 158 / 0.3);
  }

  .md\:border-r-stone-400\/35 {
    border-right-color: rgb(168 162 158 / 0.35);
  }

  .md\:border-r-stone-400\/40 {
    border-right-color: rgb(168 162 158 / 0.4);
  }

  .md\:border-r-stone-400\/45 {
    border-right-color: rgb(168 162 158 / 0.45);
  }

  .md\:border-r-stone-400\/5 {
    border-right-color: rgb(168 162 158 / 0.05);
  }

  .md\:border-r-stone-400\/50 {
    border-right-color: rgb(168 162 158 / 0.5);
  }

  .md\:border-r-stone-400\/55 {
    border-right-color: rgb(168 162 158 / 0.55);
  }

  .md\:border-r-stone-400\/60 {
    border-right-color: rgb(168 162 158 / 0.6);
  }

  .md\:border-r-stone-400\/65 {
    border-right-color: rgb(168 162 158 / 0.65);
  }

  .md\:border-r-stone-400\/70 {
    border-right-color: rgb(168 162 158 / 0.7);
  }

  .md\:border-r-stone-400\/75 {
    border-right-color: rgb(168 162 158 / 0.75);
  }

  .md\:border-r-stone-400\/80 {
    border-right-color: rgb(168 162 158 / 0.8);
  }

  .md\:border-r-stone-400\/85 {
    border-right-color: rgb(168 162 158 / 0.85);
  }

  .md\:border-r-stone-400\/90 {
    border-right-color: rgb(168 162 158 / 0.9);
  }

  .md\:border-r-stone-400\/95 {
    border-right-color: rgb(168 162 158 / 0.95);
  }

  .md\:border-r-stone-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 250 249 / var(--tw-border-opacity));
  }

  .md\:border-r-stone-50\/0 {
    border-right-color: rgb(250 250 249 / 0);
  }

  .md\:border-r-stone-50\/10 {
    border-right-color: rgb(250 250 249 / 0.1);
  }

  .md\:border-r-stone-50\/100 {
    border-right-color: rgb(250 250 249 / 1);
  }

  .md\:border-r-stone-50\/15 {
    border-right-color: rgb(250 250 249 / 0.15);
  }

  .md\:border-r-stone-50\/20 {
    border-right-color: rgb(250 250 249 / 0.2);
  }

  .md\:border-r-stone-50\/25 {
    border-right-color: rgb(250 250 249 / 0.25);
  }

  .md\:border-r-stone-50\/30 {
    border-right-color: rgb(250 250 249 / 0.3);
  }

  .md\:border-r-stone-50\/35 {
    border-right-color: rgb(250 250 249 / 0.35);
  }

  .md\:border-r-stone-50\/40 {
    border-right-color: rgb(250 250 249 / 0.4);
  }

  .md\:border-r-stone-50\/45 {
    border-right-color: rgb(250 250 249 / 0.45);
  }

  .md\:border-r-stone-50\/5 {
    border-right-color: rgb(250 250 249 / 0.05);
  }

  .md\:border-r-stone-50\/50 {
    border-right-color: rgb(250 250 249 / 0.5);
  }

  .md\:border-r-stone-50\/55 {
    border-right-color: rgb(250 250 249 / 0.55);
  }

  .md\:border-r-stone-50\/60 {
    border-right-color: rgb(250 250 249 / 0.6);
  }

  .md\:border-r-stone-50\/65 {
    border-right-color: rgb(250 250 249 / 0.65);
  }

  .md\:border-r-stone-50\/70 {
    border-right-color: rgb(250 250 249 / 0.7);
  }

  .md\:border-r-stone-50\/75 {
    border-right-color: rgb(250 250 249 / 0.75);
  }

  .md\:border-r-stone-50\/80 {
    border-right-color: rgb(250 250 249 / 0.8);
  }

  .md\:border-r-stone-50\/85 {
    border-right-color: rgb(250 250 249 / 0.85);
  }

  .md\:border-r-stone-50\/90 {
    border-right-color: rgb(250 250 249 / 0.9);
  }

  .md\:border-r-stone-50\/95 {
    border-right-color: rgb(250 250 249 / 0.95);
  }

  .md\:border-r-stone-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(120 113 108 / var(--tw-border-opacity));
  }

  .md\:border-r-stone-500\/0 {
    border-right-color: rgb(120 113 108 / 0);
  }

  .md\:border-r-stone-500\/10 {
    border-right-color: rgb(120 113 108 / 0.1);
  }

  .md\:border-r-stone-500\/100 {
    border-right-color: rgb(120 113 108 / 1);
  }

  .md\:border-r-stone-500\/15 {
    border-right-color: rgb(120 113 108 / 0.15);
  }

  .md\:border-r-stone-500\/20 {
    border-right-color: rgb(120 113 108 / 0.2);
  }

  .md\:border-r-stone-500\/25 {
    border-right-color: rgb(120 113 108 / 0.25);
  }

  .md\:border-r-stone-500\/30 {
    border-right-color: rgb(120 113 108 / 0.3);
  }

  .md\:border-r-stone-500\/35 {
    border-right-color: rgb(120 113 108 / 0.35);
  }

  .md\:border-r-stone-500\/40 {
    border-right-color: rgb(120 113 108 / 0.4);
  }

  .md\:border-r-stone-500\/45 {
    border-right-color: rgb(120 113 108 / 0.45);
  }

  .md\:border-r-stone-500\/5 {
    border-right-color: rgb(120 113 108 / 0.05);
  }

  .md\:border-r-stone-500\/50 {
    border-right-color: rgb(120 113 108 / 0.5);
  }

  .md\:border-r-stone-500\/55 {
    border-right-color: rgb(120 113 108 / 0.55);
  }

  .md\:border-r-stone-500\/60 {
    border-right-color: rgb(120 113 108 / 0.6);
  }

  .md\:border-r-stone-500\/65 {
    border-right-color: rgb(120 113 108 / 0.65);
  }

  .md\:border-r-stone-500\/70 {
    border-right-color: rgb(120 113 108 / 0.7);
  }

  .md\:border-r-stone-500\/75 {
    border-right-color: rgb(120 113 108 / 0.75);
  }

  .md\:border-r-stone-500\/80 {
    border-right-color: rgb(120 113 108 / 0.8);
  }

  .md\:border-r-stone-500\/85 {
    border-right-color: rgb(120 113 108 / 0.85);
  }

  .md\:border-r-stone-500\/90 {
    border-right-color: rgb(120 113 108 / 0.9);
  }

  .md\:border-r-stone-500\/95 {
    border-right-color: rgb(120 113 108 / 0.95);
  }

  .md\:border-r-stone-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(87 83 78 / var(--tw-border-opacity));
  }

  .md\:border-r-stone-600\/0 {
    border-right-color: rgb(87 83 78 / 0);
  }

  .md\:border-r-stone-600\/10 {
    border-right-color: rgb(87 83 78 / 0.1);
  }

  .md\:border-r-stone-600\/100 {
    border-right-color: rgb(87 83 78 / 1);
  }

  .md\:border-r-stone-600\/15 {
    border-right-color: rgb(87 83 78 / 0.15);
  }

  .md\:border-r-stone-600\/20 {
    border-right-color: rgb(87 83 78 / 0.2);
  }

  .md\:border-r-stone-600\/25 {
    border-right-color: rgb(87 83 78 / 0.25);
  }

  .md\:border-r-stone-600\/30 {
    border-right-color: rgb(87 83 78 / 0.3);
  }

  .md\:border-r-stone-600\/35 {
    border-right-color: rgb(87 83 78 / 0.35);
  }

  .md\:border-r-stone-600\/40 {
    border-right-color: rgb(87 83 78 / 0.4);
  }

  .md\:border-r-stone-600\/45 {
    border-right-color: rgb(87 83 78 / 0.45);
  }

  .md\:border-r-stone-600\/5 {
    border-right-color: rgb(87 83 78 / 0.05);
  }

  .md\:border-r-stone-600\/50 {
    border-right-color: rgb(87 83 78 / 0.5);
  }

  .md\:border-r-stone-600\/55 {
    border-right-color: rgb(87 83 78 / 0.55);
  }

  .md\:border-r-stone-600\/60 {
    border-right-color: rgb(87 83 78 / 0.6);
  }

  .md\:border-r-stone-600\/65 {
    border-right-color: rgb(87 83 78 / 0.65);
  }

  .md\:border-r-stone-600\/70 {
    border-right-color: rgb(87 83 78 / 0.7);
  }

  .md\:border-r-stone-600\/75 {
    border-right-color: rgb(87 83 78 / 0.75);
  }

  .md\:border-r-stone-600\/80 {
    border-right-color: rgb(87 83 78 / 0.8);
  }

  .md\:border-r-stone-600\/85 {
    border-right-color: rgb(87 83 78 / 0.85);
  }

  .md\:border-r-stone-600\/90 {
    border-right-color: rgb(87 83 78 / 0.9);
  }

  .md\:border-r-stone-600\/95 {
    border-right-color: rgb(87 83 78 / 0.95);
  }

  .md\:border-r-stone-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(68 64 60 / var(--tw-border-opacity));
  }

  .md\:border-r-stone-700\/0 {
    border-right-color: rgb(68 64 60 / 0);
  }

  .md\:border-r-stone-700\/10 {
    border-right-color: rgb(68 64 60 / 0.1);
  }

  .md\:border-r-stone-700\/100 {
    border-right-color: rgb(68 64 60 / 1);
  }

  .md\:border-r-stone-700\/15 {
    border-right-color: rgb(68 64 60 / 0.15);
  }

  .md\:border-r-stone-700\/20 {
    border-right-color: rgb(68 64 60 / 0.2);
  }

  .md\:border-r-stone-700\/25 {
    border-right-color: rgb(68 64 60 / 0.25);
  }

  .md\:border-r-stone-700\/30 {
    border-right-color: rgb(68 64 60 / 0.3);
  }

  .md\:border-r-stone-700\/35 {
    border-right-color: rgb(68 64 60 / 0.35);
  }

  .md\:border-r-stone-700\/40 {
    border-right-color: rgb(68 64 60 / 0.4);
  }

  .md\:border-r-stone-700\/45 {
    border-right-color: rgb(68 64 60 / 0.45);
  }

  .md\:border-r-stone-700\/5 {
    border-right-color: rgb(68 64 60 / 0.05);
  }

  .md\:border-r-stone-700\/50 {
    border-right-color: rgb(68 64 60 / 0.5);
  }

  .md\:border-r-stone-700\/55 {
    border-right-color: rgb(68 64 60 / 0.55);
  }

  .md\:border-r-stone-700\/60 {
    border-right-color: rgb(68 64 60 / 0.6);
  }

  .md\:border-r-stone-700\/65 {
    border-right-color: rgb(68 64 60 / 0.65);
  }

  .md\:border-r-stone-700\/70 {
    border-right-color: rgb(68 64 60 / 0.7);
  }

  .md\:border-r-stone-700\/75 {
    border-right-color: rgb(68 64 60 / 0.75);
  }

  .md\:border-r-stone-700\/80 {
    border-right-color: rgb(68 64 60 / 0.8);
  }

  .md\:border-r-stone-700\/85 {
    border-right-color: rgb(68 64 60 / 0.85);
  }

  .md\:border-r-stone-700\/90 {
    border-right-color: rgb(68 64 60 / 0.9);
  }

  .md\:border-r-stone-700\/95 {
    border-right-color: rgb(68 64 60 / 0.95);
  }

  .md\:border-r-stone-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(41 37 36 / var(--tw-border-opacity));
  }

  .md\:border-r-stone-800\/0 {
    border-right-color: rgb(41 37 36 / 0);
  }

  .md\:border-r-stone-800\/10 {
    border-right-color: rgb(41 37 36 / 0.1);
  }

  .md\:border-r-stone-800\/100 {
    border-right-color: rgb(41 37 36 / 1);
  }

  .md\:border-r-stone-800\/15 {
    border-right-color: rgb(41 37 36 / 0.15);
  }

  .md\:border-r-stone-800\/20 {
    border-right-color: rgb(41 37 36 / 0.2);
  }

  .md\:border-r-stone-800\/25 {
    border-right-color: rgb(41 37 36 / 0.25);
  }

  .md\:border-r-stone-800\/30 {
    border-right-color: rgb(41 37 36 / 0.3);
  }

  .md\:border-r-stone-800\/35 {
    border-right-color: rgb(41 37 36 / 0.35);
  }

  .md\:border-r-stone-800\/40 {
    border-right-color: rgb(41 37 36 / 0.4);
  }

  .md\:border-r-stone-800\/45 {
    border-right-color: rgb(41 37 36 / 0.45);
  }

  .md\:border-r-stone-800\/5 {
    border-right-color: rgb(41 37 36 / 0.05);
  }

  .md\:border-r-stone-800\/50 {
    border-right-color: rgb(41 37 36 / 0.5);
  }

  .md\:border-r-stone-800\/55 {
    border-right-color: rgb(41 37 36 / 0.55);
  }

  .md\:border-r-stone-800\/60 {
    border-right-color: rgb(41 37 36 / 0.6);
  }

  .md\:border-r-stone-800\/65 {
    border-right-color: rgb(41 37 36 / 0.65);
  }

  .md\:border-r-stone-800\/70 {
    border-right-color: rgb(41 37 36 / 0.7);
  }

  .md\:border-r-stone-800\/75 {
    border-right-color: rgb(41 37 36 / 0.75);
  }

  .md\:border-r-stone-800\/80 {
    border-right-color: rgb(41 37 36 / 0.8);
  }

  .md\:border-r-stone-800\/85 {
    border-right-color: rgb(41 37 36 / 0.85);
  }

  .md\:border-r-stone-800\/90 {
    border-right-color: rgb(41 37 36 / 0.9);
  }

  .md\:border-r-stone-800\/95 {
    border-right-color: rgb(41 37 36 / 0.95);
  }

  .md\:border-r-stone-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(28 25 23 / var(--tw-border-opacity));
  }

  .md\:border-r-stone-900\/0 {
    border-right-color: rgb(28 25 23 / 0);
  }

  .md\:border-r-stone-900\/10 {
    border-right-color: rgb(28 25 23 / 0.1);
  }

  .md\:border-r-stone-900\/100 {
    border-right-color: rgb(28 25 23 / 1);
  }

  .md\:border-r-stone-900\/15 {
    border-right-color: rgb(28 25 23 / 0.15);
  }

  .md\:border-r-stone-900\/20 {
    border-right-color: rgb(28 25 23 / 0.2);
  }

  .md\:border-r-stone-900\/25 {
    border-right-color: rgb(28 25 23 / 0.25);
  }

  .md\:border-r-stone-900\/30 {
    border-right-color: rgb(28 25 23 / 0.3);
  }

  .md\:border-r-stone-900\/35 {
    border-right-color: rgb(28 25 23 / 0.35);
  }

  .md\:border-r-stone-900\/40 {
    border-right-color: rgb(28 25 23 / 0.4);
  }

  .md\:border-r-stone-900\/45 {
    border-right-color: rgb(28 25 23 / 0.45);
  }

  .md\:border-r-stone-900\/5 {
    border-right-color: rgb(28 25 23 / 0.05);
  }

  .md\:border-r-stone-900\/50 {
    border-right-color: rgb(28 25 23 / 0.5);
  }

  .md\:border-r-stone-900\/55 {
    border-right-color: rgb(28 25 23 / 0.55);
  }

  .md\:border-r-stone-900\/60 {
    border-right-color: rgb(28 25 23 / 0.6);
  }

  .md\:border-r-stone-900\/65 {
    border-right-color: rgb(28 25 23 / 0.65);
  }

  .md\:border-r-stone-900\/70 {
    border-right-color: rgb(28 25 23 / 0.7);
  }

  .md\:border-r-stone-900\/75 {
    border-right-color: rgb(28 25 23 / 0.75);
  }

  .md\:border-r-stone-900\/80 {
    border-right-color: rgb(28 25 23 / 0.8);
  }

  .md\:border-r-stone-900\/85 {
    border-right-color: rgb(28 25 23 / 0.85);
  }

  .md\:border-r-stone-900\/90 {
    border-right-color: rgb(28 25 23 / 0.9);
  }

  .md\:border-r-stone-900\/95 {
    border-right-color: rgb(28 25 23 / 0.95);
  }

  .md\:border-r-stone-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(12 10 9 / var(--tw-border-opacity));
  }

  .md\:border-r-stone-950\/0 {
    border-right-color: rgb(12 10 9 / 0);
  }

  .md\:border-r-stone-950\/10 {
    border-right-color: rgb(12 10 9 / 0.1);
  }

  .md\:border-r-stone-950\/100 {
    border-right-color: rgb(12 10 9 / 1);
  }

  .md\:border-r-stone-950\/15 {
    border-right-color: rgb(12 10 9 / 0.15);
  }

  .md\:border-r-stone-950\/20 {
    border-right-color: rgb(12 10 9 / 0.2);
  }

  .md\:border-r-stone-950\/25 {
    border-right-color: rgb(12 10 9 / 0.25);
  }

  .md\:border-r-stone-950\/30 {
    border-right-color: rgb(12 10 9 / 0.3);
  }

  .md\:border-r-stone-950\/35 {
    border-right-color: rgb(12 10 9 / 0.35);
  }

  .md\:border-r-stone-950\/40 {
    border-right-color: rgb(12 10 9 / 0.4);
  }

  .md\:border-r-stone-950\/45 {
    border-right-color: rgb(12 10 9 / 0.45);
  }

  .md\:border-r-stone-950\/5 {
    border-right-color: rgb(12 10 9 / 0.05);
  }

  .md\:border-r-stone-950\/50 {
    border-right-color: rgb(12 10 9 / 0.5);
  }

  .md\:border-r-stone-950\/55 {
    border-right-color: rgb(12 10 9 / 0.55);
  }

  .md\:border-r-stone-950\/60 {
    border-right-color: rgb(12 10 9 / 0.6);
  }

  .md\:border-r-stone-950\/65 {
    border-right-color: rgb(12 10 9 / 0.65);
  }

  .md\:border-r-stone-950\/70 {
    border-right-color: rgb(12 10 9 / 0.7);
  }

  .md\:border-r-stone-950\/75 {
    border-right-color: rgb(12 10 9 / 0.75);
  }

  .md\:border-r-stone-950\/80 {
    border-right-color: rgb(12 10 9 / 0.8);
  }

  .md\:border-r-stone-950\/85 {
    border-right-color: rgb(12 10 9 / 0.85);
  }

  .md\:border-r-stone-950\/90 {
    border-right-color: rgb(12 10 9 / 0.9);
  }

  .md\:border-r-stone-950\/95 {
    border-right-color: rgb(12 10 9 / 0.95);
  }

  .md\:border-r-teal-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(204 251 241 / var(--tw-border-opacity));
  }

  .md\:border-r-teal-100\/0 {
    border-right-color: rgb(204 251 241 / 0);
  }

  .md\:border-r-teal-100\/10 {
    border-right-color: rgb(204 251 241 / 0.1);
  }

  .md\:border-r-teal-100\/100 {
    border-right-color: rgb(204 251 241 / 1);
  }

  .md\:border-r-teal-100\/15 {
    border-right-color: rgb(204 251 241 / 0.15);
  }

  .md\:border-r-teal-100\/20 {
    border-right-color: rgb(204 251 241 / 0.2);
  }

  .md\:border-r-teal-100\/25 {
    border-right-color: rgb(204 251 241 / 0.25);
  }

  .md\:border-r-teal-100\/30 {
    border-right-color: rgb(204 251 241 / 0.3);
  }

  .md\:border-r-teal-100\/35 {
    border-right-color: rgb(204 251 241 / 0.35);
  }

  .md\:border-r-teal-100\/40 {
    border-right-color: rgb(204 251 241 / 0.4);
  }

  .md\:border-r-teal-100\/45 {
    border-right-color: rgb(204 251 241 / 0.45);
  }

  .md\:border-r-teal-100\/5 {
    border-right-color: rgb(204 251 241 / 0.05);
  }

  .md\:border-r-teal-100\/50 {
    border-right-color: rgb(204 251 241 / 0.5);
  }

  .md\:border-r-teal-100\/55 {
    border-right-color: rgb(204 251 241 / 0.55);
  }

  .md\:border-r-teal-100\/60 {
    border-right-color: rgb(204 251 241 / 0.6);
  }

  .md\:border-r-teal-100\/65 {
    border-right-color: rgb(204 251 241 / 0.65);
  }

  .md\:border-r-teal-100\/70 {
    border-right-color: rgb(204 251 241 / 0.7);
  }

  .md\:border-r-teal-100\/75 {
    border-right-color: rgb(204 251 241 / 0.75);
  }

  .md\:border-r-teal-100\/80 {
    border-right-color: rgb(204 251 241 / 0.8);
  }

  .md\:border-r-teal-100\/85 {
    border-right-color: rgb(204 251 241 / 0.85);
  }

  .md\:border-r-teal-100\/90 {
    border-right-color: rgb(204 251 241 / 0.9);
  }

  .md\:border-r-teal-100\/95 {
    border-right-color: rgb(204 251 241 / 0.95);
  }

  .md\:border-r-teal-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(153 246 228 / var(--tw-border-opacity));
  }

  .md\:border-r-teal-200\/0 {
    border-right-color: rgb(153 246 228 / 0);
  }

  .md\:border-r-teal-200\/10 {
    border-right-color: rgb(153 246 228 / 0.1);
  }

  .md\:border-r-teal-200\/100 {
    border-right-color: rgb(153 246 228 / 1);
  }

  .md\:border-r-teal-200\/15 {
    border-right-color: rgb(153 246 228 / 0.15);
  }

  .md\:border-r-teal-200\/20 {
    border-right-color: rgb(153 246 228 / 0.2);
  }

  .md\:border-r-teal-200\/25 {
    border-right-color: rgb(153 246 228 / 0.25);
  }

  .md\:border-r-teal-200\/30 {
    border-right-color: rgb(153 246 228 / 0.3);
  }

  .md\:border-r-teal-200\/35 {
    border-right-color: rgb(153 246 228 / 0.35);
  }

  .md\:border-r-teal-200\/40 {
    border-right-color: rgb(153 246 228 / 0.4);
  }

  .md\:border-r-teal-200\/45 {
    border-right-color: rgb(153 246 228 / 0.45);
  }

  .md\:border-r-teal-200\/5 {
    border-right-color: rgb(153 246 228 / 0.05);
  }

  .md\:border-r-teal-200\/50 {
    border-right-color: rgb(153 246 228 / 0.5);
  }

  .md\:border-r-teal-200\/55 {
    border-right-color: rgb(153 246 228 / 0.55);
  }

  .md\:border-r-teal-200\/60 {
    border-right-color: rgb(153 246 228 / 0.6);
  }

  .md\:border-r-teal-200\/65 {
    border-right-color: rgb(153 246 228 / 0.65);
  }

  .md\:border-r-teal-200\/70 {
    border-right-color: rgb(153 246 228 / 0.7);
  }

  .md\:border-r-teal-200\/75 {
    border-right-color: rgb(153 246 228 / 0.75);
  }

  .md\:border-r-teal-200\/80 {
    border-right-color: rgb(153 246 228 / 0.8);
  }

  .md\:border-r-teal-200\/85 {
    border-right-color: rgb(153 246 228 / 0.85);
  }

  .md\:border-r-teal-200\/90 {
    border-right-color: rgb(153 246 228 / 0.9);
  }

  .md\:border-r-teal-200\/95 {
    border-right-color: rgb(153 246 228 / 0.95);
  }

  .md\:border-r-teal-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(94 234 212 / var(--tw-border-opacity));
  }

  .md\:border-r-teal-300\/0 {
    border-right-color: rgb(94 234 212 / 0);
  }

  .md\:border-r-teal-300\/10 {
    border-right-color: rgb(94 234 212 / 0.1);
  }

  .md\:border-r-teal-300\/100 {
    border-right-color: rgb(94 234 212 / 1);
  }

  .md\:border-r-teal-300\/15 {
    border-right-color: rgb(94 234 212 / 0.15);
  }

  .md\:border-r-teal-300\/20 {
    border-right-color: rgb(94 234 212 / 0.2);
  }

  .md\:border-r-teal-300\/25 {
    border-right-color: rgb(94 234 212 / 0.25);
  }

  .md\:border-r-teal-300\/30 {
    border-right-color: rgb(94 234 212 / 0.3);
  }

  .md\:border-r-teal-300\/35 {
    border-right-color: rgb(94 234 212 / 0.35);
  }

  .md\:border-r-teal-300\/40 {
    border-right-color: rgb(94 234 212 / 0.4);
  }

  .md\:border-r-teal-300\/45 {
    border-right-color: rgb(94 234 212 / 0.45);
  }

  .md\:border-r-teal-300\/5 {
    border-right-color: rgb(94 234 212 / 0.05);
  }

  .md\:border-r-teal-300\/50 {
    border-right-color: rgb(94 234 212 / 0.5);
  }

  .md\:border-r-teal-300\/55 {
    border-right-color: rgb(94 234 212 / 0.55);
  }

  .md\:border-r-teal-300\/60 {
    border-right-color: rgb(94 234 212 / 0.6);
  }

  .md\:border-r-teal-300\/65 {
    border-right-color: rgb(94 234 212 / 0.65);
  }

  .md\:border-r-teal-300\/70 {
    border-right-color: rgb(94 234 212 / 0.7);
  }

  .md\:border-r-teal-300\/75 {
    border-right-color: rgb(94 234 212 / 0.75);
  }

  .md\:border-r-teal-300\/80 {
    border-right-color: rgb(94 234 212 / 0.8);
  }

  .md\:border-r-teal-300\/85 {
    border-right-color: rgb(94 234 212 / 0.85);
  }

  .md\:border-r-teal-300\/90 {
    border-right-color: rgb(94 234 212 / 0.9);
  }

  .md\:border-r-teal-300\/95 {
    border-right-color: rgb(94 234 212 / 0.95);
  }

  .md\:border-r-teal-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(45 212 191 / var(--tw-border-opacity));
  }

  .md\:border-r-teal-400\/0 {
    border-right-color: rgb(45 212 191 / 0);
  }

  .md\:border-r-teal-400\/10 {
    border-right-color: rgb(45 212 191 / 0.1);
  }

  .md\:border-r-teal-400\/100 {
    border-right-color: rgb(45 212 191 / 1);
  }

  .md\:border-r-teal-400\/15 {
    border-right-color: rgb(45 212 191 / 0.15);
  }

  .md\:border-r-teal-400\/20 {
    border-right-color: rgb(45 212 191 / 0.2);
  }

  .md\:border-r-teal-400\/25 {
    border-right-color: rgb(45 212 191 / 0.25);
  }

  .md\:border-r-teal-400\/30 {
    border-right-color: rgb(45 212 191 / 0.3);
  }

  .md\:border-r-teal-400\/35 {
    border-right-color: rgb(45 212 191 / 0.35);
  }

  .md\:border-r-teal-400\/40 {
    border-right-color: rgb(45 212 191 / 0.4);
  }

  .md\:border-r-teal-400\/45 {
    border-right-color: rgb(45 212 191 / 0.45);
  }

  .md\:border-r-teal-400\/5 {
    border-right-color: rgb(45 212 191 / 0.05);
  }

  .md\:border-r-teal-400\/50 {
    border-right-color: rgb(45 212 191 / 0.5);
  }

  .md\:border-r-teal-400\/55 {
    border-right-color: rgb(45 212 191 / 0.55);
  }

  .md\:border-r-teal-400\/60 {
    border-right-color: rgb(45 212 191 / 0.6);
  }

  .md\:border-r-teal-400\/65 {
    border-right-color: rgb(45 212 191 / 0.65);
  }

  .md\:border-r-teal-400\/70 {
    border-right-color: rgb(45 212 191 / 0.7);
  }

  .md\:border-r-teal-400\/75 {
    border-right-color: rgb(45 212 191 / 0.75);
  }

  .md\:border-r-teal-400\/80 {
    border-right-color: rgb(45 212 191 / 0.8);
  }

  .md\:border-r-teal-400\/85 {
    border-right-color: rgb(45 212 191 / 0.85);
  }

  .md\:border-r-teal-400\/90 {
    border-right-color: rgb(45 212 191 / 0.9);
  }

  .md\:border-r-teal-400\/95 {
    border-right-color: rgb(45 212 191 / 0.95);
  }

  .md\:border-r-teal-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(240 253 250 / var(--tw-border-opacity));
  }

  .md\:border-r-teal-50\/0 {
    border-right-color: rgb(240 253 250 / 0);
  }

  .md\:border-r-teal-50\/10 {
    border-right-color: rgb(240 253 250 / 0.1);
  }

  .md\:border-r-teal-50\/100 {
    border-right-color: rgb(240 253 250 / 1);
  }

  .md\:border-r-teal-50\/15 {
    border-right-color: rgb(240 253 250 / 0.15);
  }

  .md\:border-r-teal-50\/20 {
    border-right-color: rgb(240 253 250 / 0.2);
  }

  .md\:border-r-teal-50\/25 {
    border-right-color: rgb(240 253 250 / 0.25);
  }

  .md\:border-r-teal-50\/30 {
    border-right-color: rgb(240 253 250 / 0.3);
  }

  .md\:border-r-teal-50\/35 {
    border-right-color: rgb(240 253 250 / 0.35);
  }

  .md\:border-r-teal-50\/40 {
    border-right-color: rgb(240 253 250 / 0.4);
  }

  .md\:border-r-teal-50\/45 {
    border-right-color: rgb(240 253 250 / 0.45);
  }

  .md\:border-r-teal-50\/5 {
    border-right-color: rgb(240 253 250 / 0.05);
  }

  .md\:border-r-teal-50\/50 {
    border-right-color: rgb(240 253 250 / 0.5);
  }

  .md\:border-r-teal-50\/55 {
    border-right-color: rgb(240 253 250 / 0.55);
  }

  .md\:border-r-teal-50\/60 {
    border-right-color: rgb(240 253 250 / 0.6);
  }

  .md\:border-r-teal-50\/65 {
    border-right-color: rgb(240 253 250 / 0.65);
  }

  .md\:border-r-teal-50\/70 {
    border-right-color: rgb(240 253 250 / 0.7);
  }

  .md\:border-r-teal-50\/75 {
    border-right-color: rgb(240 253 250 / 0.75);
  }

  .md\:border-r-teal-50\/80 {
    border-right-color: rgb(240 253 250 / 0.8);
  }

  .md\:border-r-teal-50\/85 {
    border-right-color: rgb(240 253 250 / 0.85);
  }

  .md\:border-r-teal-50\/90 {
    border-right-color: rgb(240 253 250 / 0.9);
  }

  .md\:border-r-teal-50\/95 {
    border-right-color: rgb(240 253 250 / 0.95);
  }

  .md\:border-r-teal-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(20 184 166 / var(--tw-border-opacity));
  }

  .md\:border-r-teal-500\/0 {
    border-right-color: rgb(20 184 166 / 0);
  }

  .md\:border-r-teal-500\/10 {
    border-right-color: rgb(20 184 166 / 0.1);
  }

  .md\:border-r-teal-500\/100 {
    border-right-color: rgb(20 184 166 / 1);
  }

  .md\:border-r-teal-500\/15 {
    border-right-color: rgb(20 184 166 / 0.15);
  }

  .md\:border-r-teal-500\/20 {
    border-right-color: rgb(20 184 166 / 0.2);
  }

  .md\:border-r-teal-500\/25 {
    border-right-color: rgb(20 184 166 / 0.25);
  }

  .md\:border-r-teal-500\/30 {
    border-right-color: rgb(20 184 166 / 0.3);
  }

  .md\:border-r-teal-500\/35 {
    border-right-color: rgb(20 184 166 / 0.35);
  }

  .md\:border-r-teal-500\/40 {
    border-right-color: rgb(20 184 166 / 0.4);
  }

  .md\:border-r-teal-500\/45 {
    border-right-color: rgb(20 184 166 / 0.45);
  }

  .md\:border-r-teal-500\/5 {
    border-right-color: rgb(20 184 166 / 0.05);
  }

  .md\:border-r-teal-500\/50 {
    border-right-color: rgb(20 184 166 / 0.5);
  }

  .md\:border-r-teal-500\/55 {
    border-right-color: rgb(20 184 166 / 0.55);
  }

  .md\:border-r-teal-500\/60 {
    border-right-color: rgb(20 184 166 / 0.6);
  }

  .md\:border-r-teal-500\/65 {
    border-right-color: rgb(20 184 166 / 0.65);
  }

  .md\:border-r-teal-500\/70 {
    border-right-color: rgb(20 184 166 / 0.7);
  }

  .md\:border-r-teal-500\/75 {
    border-right-color: rgb(20 184 166 / 0.75);
  }

  .md\:border-r-teal-500\/80 {
    border-right-color: rgb(20 184 166 / 0.8);
  }

  .md\:border-r-teal-500\/85 {
    border-right-color: rgb(20 184 166 / 0.85);
  }

  .md\:border-r-teal-500\/90 {
    border-right-color: rgb(20 184 166 / 0.9);
  }

  .md\:border-r-teal-500\/95 {
    border-right-color: rgb(20 184 166 / 0.95);
  }

  .md\:border-r-teal-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(13 148 136 / var(--tw-border-opacity));
  }

  .md\:border-r-teal-600\/0 {
    border-right-color: rgb(13 148 136 / 0);
  }

  .md\:border-r-teal-600\/10 {
    border-right-color: rgb(13 148 136 / 0.1);
  }

  .md\:border-r-teal-600\/100 {
    border-right-color: rgb(13 148 136 / 1);
  }

  .md\:border-r-teal-600\/15 {
    border-right-color: rgb(13 148 136 / 0.15);
  }

  .md\:border-r-teal-600\/20 {
    border-right-color: rgb(13 148 136 / 0.2);
  }

  .md\:border-r-teal-600\/25 {
    border-right-color: rgb(13 148 136 / 0.25);
  }

  .md\:border-r-teal-600\/30 {
    border-right-color: rgb(13 148 136 / 0.3);
  }

  .md\:border-r-teal-600\/35 {
    border-right-color: rgb(13 148 136 / 0.35);
  }

  .md\:border-r-teal-600\/40 {
    border-right-color: rgb(13 148 136 / 0.4);
  }

  .md\:border-r-teal-600\/45 {
    border-right-color: rgb(13 148 136 / 0.45);
  }

  .md\:border-r-teal-600\/5 {
    border-right-color: rgb(13 148 136 / 0.05);
  }

  .md\:border-r-teal-600\/50 {
    border-right-color: rgb(13 148 136 / 0.5);
  }

  .md\:border-r-teal-600\/55 {
    border-right-color: rgb(13 148 136 / 0.55);
  }

  .md\:border-r-teal-600\/60 {
    border-right-color: rgb(13 148 136 / 0.6);
  }

  .md\:border-r-teal-600\/65 {
    border-right-color: rgb(13 148 136 / 0.65);
  }

  .md\:border-r-teal-600\/70 {
    border-right-color: rgb(13 148 136 / 0.7);
  }

  .md\:border-r-teal-600\/75 {
    border-right-color: rgb(13 148 136 / 0.75);
  }

  .md\:border-r-teal-600\/80 {
    border-right-color: rgb(13 148 136 / 0.8);
  }

  .md\:border-r-teal-600\/85 {
    border-right-color: rgb(13 148 136 / 0.85);
  }

  .md\:border-r-teal-600\/90 {
    border-right-color: rgb(13 148 136 / 0.9);
  }

  .md\:border-r-teal-600\/95 {
    border-right-color: rgb(13 148 136 / 0.95);
  }

  .md\:border-r-teal-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(15 118 110 / var(--tw-border-opacity));
  }

  .md\:border-r-teal-700\/0 {
    border-right-color: rgb(15 118 110 / 0);
  }

  .md\:border-r-teal-700\/10 {
    border-right-color: rgb(15 118 110 / 0.1);
  }

  .md\:border-r-teal-700\/100 {
    border-right-color: rgb(15 118 110 / 1);
  }

  .md\:border-r-teal-700\/15 {
    border-right-color: rgb(15 118 110 / 0.15);
  }

  .md\:border-r-teal-700\/20 {
    border-right-color: rgb(15 118 110 / 0.2);
  }

  .md\:border-r-teal-700\/25 {
    border-right-color: rgb(15 118 110 / 0.25);
  }

  .md\:border-r-teal-700\/30 {
    border-right-color: rgb(15 118 110 / 0.3);
  }

  .md\:border-r-teal-700\/35 {
    border-right-color: rgb(15 118 110 / 0.35);
  }

  .md\:border-r-teal-700\/40 {
    border-right-color: rgb(15 118 110 / 0.4);
  }

  .md\:border-r-teal-700\/45 {
    border-right-color: rgb(15 118 110 / 0.45);
  }

  .md\:border-r-teal-700\/5 {
    border-right-color: rgb(15 118 110 / 0.05);
  }

  .md\:border-r-teal-700\/50 {
    border-right-color: rgb(15 118 110 / 0.5);
  }

  .md\:border-r-teal-700\/55 {
    border-right-color: rgb(15 118 110 / 0.55);
  }

  .md\:border-r-teal-700\/60 {
    border-right-color: rgb(15 118 110 / 0.6);
  }

  .md\:border-r-teal-700\/65 {
    border-right-color: rgb(15 118 110 / 0.65);
  }

  .md\:border-r-teal-700\/70 {
    border-right-color: rgb(15 118 110 / 0.7);
  }

  .md\:border-r-teal-700\/75 {
    border-right-color: rgb(15 118 110 / 0.75);
  }

  .md\:border-r-teal-700\/80 {
    border-right-color: rgb(15 118 110 / 0.8);
  }

  .md\:border-r-teal-700\/85 {
    border-right-color: rgb(15 118 110 / 0.85);
  }

  .md\:border-r-teal-700\/90 {
    border-right-color: rgb(15 118 110 / 0.9);
  }

  .md\:border-r-teal-700\/95 {
    border-right-color: rgb(15 118 110 / 0.95);
  }

  .md\:border-r-teal-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(17 94 89 / var(--tw-border-opacity));
  }

  .md\:border-r-teal-800\/0 {
    border-right-color: rgb(17 94 89 / 0);
  }

  .md\:border-r-teal-800\/10 {
    border-right-color: rgb(17 94 89 / 0.1);
  }

  .md\:border-r-teal-800\/100 {
    border-right-color: rgb(17 94 89 / 1);
  }

  .md\:border-r-teal-800\/15 {
    border-right-color: rgb(17 94 89 / 0.15);
  }

  .md\:border-r-teal-800\/20 {
    border-right-color: rgb(17 94 89 / 0.2);
  }

  .md\:border-r-teal-800\/25 {
    border-right-color: rgb(17 94 89 / 0.25);
  }

  .md\:border-r-teal-800\/30 {
    border-right-color: rgb(17 94 89 / 0.3);
  }

  .md\:border-r-teal-800\/35 {
    border-right-color: rgb(17 94 89 / 0.35);
  }

  .md\:border-r-teal-800\/40 {
    border-right-color: rgb(17 94 89 / 0.4);
  }

  .md\:border-r-teal-800\/45 {
    border-right-color: rgb(17 94 89 / 0.45);
  }

  .md\:border-r-teal-800\/5 {
    border-right-color: rgb(17 94 89 / 0.05);
  }

  .md\:border-r-teal-800\/50 {
    border-right-color: rgb(17 94 89 / 0.5);
  }

  .md\:border-r-teal-800\/55 {
    border-right-color: rgb(17 94 89 / 0.55);
  }

  .md\:border-r-teal-800\/60 {
    border-right-color: rgb(17 94 89 / 0.6);
  }

  .md\:border-r-teal-800\/65 {
    border-right-color: rgb(17 94 89 / 0.65);
  }

  .md\:border-r-teal-800\/70 {
    border-right-color: rgb(17 94 89 / 0.7);
  }

  .md\:border-r-teal-800\/75 {
    border-right-color: rgb(17 94 89 / 0.75);
  }

  .md\:border-r-teal-800\/80 {
    border-right-color: rgb(17 94 89 / 0.8);
  }

  .md\:border-r-teal-800\/85 {
    border-right-color: rgb(17 94 89 / 0.85);
  }

  .md\:border-r-teal-800\/90 {
    border-right-color: rgb(17 94 89 / 0.9);
  }

  .md\:border-r-teal-800\/95 {
    border-right-color: rgb(17 94 89 / 0.95);
  }

  .md\:border-r-teal-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(19 78 74 / var(--tw-border-opacity));
  }

  .md\:border-r-teal-900\/0 {
    border-right-color: rgb(19 78 74 / 0);
  }

  .md\:border-r-teal-900\/10 {
    border-right-color: rgb(19 78 74 / 0.1);
  }

  .md\:border-r-teal-900\/100 {
    border-right-color: rgb(19 78 74 / 1);
  }

  .md\:border-r-teal-900\/15 {
    border-right-color: rgb(19 78 74 / 0.15);
  }

  .md\:border-r-teal-900\/20 {
    border-right-color: rgb(19 78 74 / 0.2);
  }

  .md\:border-r-teal-900\/25 {
    border-right-color: rgb(19 78 74 / 0.25);
  }

  .md\:border-r-teal-900\/30 {
    border-right-color: rgb(19 78 74 / 0.3);
  }

  .md\:border-r-teal-900\/35 {
    border-right-color: rgb(19 78 74 / 0.35);
  }

  .md\:border-r-teal-900\/40 {
    border-right-color: rgb(19 78 74 / 0.4);
  }

  .md\:border-r-teal-900\/45 {
    border-right-color: rgb(19 78 74 / 0.45);
  }

  .md\:border-r-teal-900\/5 {
    border-right-color: rgb(19 78 74 / 0.05);
  }

  .md\:border-r-teal-900\/50 {
    border-right-color: rgb(19 78 74 / 0.5);
  }

  .md\:border-r-teal-900\/55 {
    border-right-color: rgb(19 78 74 / 0.55);
  }

  .md\:border-r-teal-900\/60 {
    border-right-color: rgb(19 78 74 / 0.6);
  }

  .md\:border-r-teal-900\/65 {
    border-right-color: rgb(19 78 74 / 0.65);
  }

  .md\:border-r-teal-900\/70 {
    border-right-color: rgb(19 78 74 / 0.7);
  }

  .md\:border-r-teal-900\/75 {
    border-right-color: rgb(19 78 74 / 0.75);
  }

  .md\:border-r-teal-900\/80 {
    border-right-color: rgb(19 78 74 / 0.8);
  }

  .md\:border-r-teal-900\/85 {
    border-right-color: rgb(19 78 74 / 0.85);
  }

  .md\:border-r-teal-900\/90 {
    border-right-color: rgb(19 78 74 / 0.9);
  }

  .md\:border-r-teal-900\/95 {
    border-right-color: rgb(19 78 74 / 0.95);
  }

  .md\:border-r-teal-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(4 47 46 / var(--tw-border-opacity));
  }

  .md\:border-r-teal-950\/0 {
    border-right-color: rgb(4 47 46 / 0);
  }

  .md\:border-r-teal-950\/10 {
    border-right-color: rgb(4 47 46 / 0.1);
  }

  .md\:border-r-teal-950\/100 {
    border-right-color: rgb(4 47 46 / 1);
  }

  .md\:border-r-teal-950\/15 {
    border-right-color: rgb(4 47 46 / 0.15);
  }

  .md\:border-r-teal-950\/20 {
    border-right-color: rgb(4 47 46 / 0.2);
  }

  .md\:border-r-teal-950\/25 {
    border-right-color: rgb(4 47 46 / 0.25);
  }

  .md\:border-r-teal-950\/30 {
    border-right-color: rgb(4 47 46 / 0.3);
  }

  .md\:border-r-teal-950\/35 {
    border-right-color: rgb(4 47 46 / 0.35);
  }

  .md\:border-r-teal-950\/40 {
    border-right-color: rgb(4 47 46 / 0.4);
  }

  .md\:border-r-teal-950\/45 {
    border-right-color: rgb(4 47 46 / 0.45);
  }

  .md\:border-r-teal-950\/5 {
    border-right-color: rgb(4 47 46 / 0.05);
  }

  .md\:border-r-teal-950\/50 {
    border-right-color: rgb(4 47 46 / 0.5);
  }

  .md\:border-r-teal-950\/55 {
    border-right-color: rgb(4 47 46 / 0.55);
  }

  .md\:border-r-teal-950\/60 {
    border-right-color: rgb(4 47 46 / 0.6);
  }

  .md\:border-r-teal-950\/65 {
    border-right-color: rgb(4 47 46 / 0.65);
  }

  .md\:border-r-teal-950\/70 {
    border-right-color: rgb(4 47 46 / 0.7);
  }

  .md\:border-r-teal-950\/75 {
    border-right-color: rgb(4 47 46 / 0.75);
  }

  .md\:border-r-teal-950\/80 {
    border-right-color: rgb(4 47 46 / 0.8);
  }

  .md\:border-r-teal-950\/85 {
    border-right-color: rgb(4 47 46 / 0.85);
  }

  .md\:border-r-teal-950\/90 {
    border-right-color: rgb(4 47 46 / 0.9);
  }

  .md\:border-r-teal-950\/95 {
    border-right-color: rgb(4 47 46 / 0.95);
  }

  .md\:border-r-transparent {
    border-right-color: transparent;
  }

  .md\:border-r-transparent\/0 {
    border-right-color: rgb(0 0 0 / 0);
  }

  .md\:border-r-transparent\/10 {
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-r-transparent\/100 {
    border-right-color: rgb(0 0 0 / 1);
  }

  .md\:border-r-transparent\/15 {
    border-right-color: rgb(0 0 0 / 0.15);
  }

  .md\:border-r-transparent\/20 {
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-r-transparent\/25 {
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-r-transparent\/30 {
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-r-transparent\/35 {
    border-right-color: rgb(0 0 0 / 0.35);
  }

  .md\:border-r-transparent\/40 {
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-r-transparent\/45 {
    border-right-color: rgb(0 0 0 / 0.45);
  }

  .md\:border-r-transparent\/5 {
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-r-transparent\/50 {
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-r-transparent\/55 {
    border-right-color: rgb(0 0 0 / 0.55);
  }

  .md\:border-r-transparent\/60 {
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-r-transparent\/65 {
    border-right-color: rgb(0 0 0 / 0.65);
  }

  .md\:border-r-transparent\/70 {
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-r-transparent\/75 {
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-r-transparent\/80 {
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-r-transparent\/85 {
    border-right-color: rgb(0 0 0 / 0.85);
  }

  .md\:border-r-transparent\/90 {
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-r-transparent\/95 {
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-r-violet-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(237 233 254 / var(--tw-border-opacity));
  }

  .md\:border-r-violet-100\/0 {
    border-right-color: rgb(237 233 254 / 0);
  }

  .md\:border-r-violet-100\/10 {
    border-right-color: rgb(237 233 254 / 0.1);
  }

  .md\:border-r-violet-100\/100 {
    border-right-color: rgb(237 233 254 / 1);
  }

  .md\:border-r-violet-100\/15 {
    border-right-color: rgb(237 233 254 / 0.15);
  }

  .md\:border-r-violet-100\/20 {
    border-right-color: rgb(237 233 254 / 0.2);
  }

  .md\:border-r-violet-100\/25 {
    border-right-color: rgb(237 233 254 / 0.25);
  }

  .md\:border-r-violet-100\/30 {
    border-right-color: rgb(237 233 254 / 0.3);
  }

  .md\:border-r-violet-100\/35 {
    border-right-color: rgb(237 233 254 / 0.35);
  }

  .md\:border-r-violet-100\/40 {
    border-right-color: rgb(237 233 254 / 0.4);
  }

  .md\:border-r-violet-100\/45 {
    border-right-color: rgb(237 233 254 / 0.45);
  }

  .md\:border-r-violet-100\/5 {
    border-right-color: rgb(237 233 254 / 0.05);
  }

  .md\:border-r-violet-100\/50 {
    border-right-color: rgb(237 233 254 / 0.5);
  }

  .md\:border-r-violet-100\/55 {
    border-right-color: rgb(237 233 254 / 0.55);
  }

  .md\:border-r-violet-100\/60 {
    border-right-color: rgb(237 233 254 / 0.6);
  }

  .md\:border-r-violet-100\/65 {
    border-right-color: rgb(237 233 254 / 0.65);
  }

  .md\:border-r-violet-100\/70 {
    border-right-color: rgb(237 233 254 / 0.7);
  }

  .md\:border-r-violet-100\/75 {
    border-right-color: rgb(237 233 254 / 0.75);
  }

  .md\:border-r-violet-100\/80 {
    border-right-color: rgb(237 233 254 / 0.8);
  }

  .md\:border-r-violet-100\/85 {
    border-right-color: rgb(237 233 254 / 0.85);
  }

  .md\:border-r-violet-100\/90 {
    border-right-color: rgb(237 233 254 / 0.9);
  }

  .md\:border-r-violet-100\/95 {
    border-right-color: rgb(237 233 254 / 0.95);
  }

  .md\:border-r-violet-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(221 214 254 / var(--tw-border-opacity));
  }

  .md\:border-r-violet-200\/0 {
    border-right-color: rgb(221 214 254 / 0);
  }

  .md\:border-r-violet-200\/10 {
    border-right-color: rgb(221 214 254 / 0.1);
  }

  .md\:border-r-violet-200\/100 {
    border-right-color: rgb(221 214 254 / 1);
  }

  .md\:border-r-violet-200\/15 {
    border-right-color: rgb(221 214 254 / 0.15);
  }

  .md\:border-r-violet-200\/20 {
    border-right-color: rgb(221 214 254 / 0.2);
  }

  .md\:border-r-violet-200\/25 {
    border-right-color: rgb(221 214 254 / 0.25);
  }

  .md\:border-r-violet-200\/30 {
    border-right-color: rgb(221 214 254 / 0.3);
  }

  .md\:border-r-violet-200\/35 {
    border-right-color: rgb(221 214 254 / 0.35);
  }

  .md\:border-r-violet-200\/40 {
    border-right-color: rgb(221 214 254 / 0.4);
  }

  .md\:border-r-violet-200\/45 {
    border-right-color: rgb(221 214 254 / 0.45);
  }

  .md\:border-r-violet-200\/5 {
    border-right-color: rgb(221 214 254 / 0.05);
  }

  .md\:border-r-violet-200\/50 {
    border-right-color: rgb(221 214 254 / 0.5);
  }

  .md\:border-r-violet-200\/55 {
    border-right-color: rgb(221 214 254 / 0.55);
  }

  .md\:border-r-violet-200\/60 {
    border-right-color: rgb(221 214 254 / 0.6);
  }

  .md\:border-r-violet-200\/65 {
    border-right-color: rgb(221 214 254 / 0.65);
  }

  .md\:border-r-violet-200\/70 {
    border-right-color: rgb(221 214 254 / 0.7);
  }

  .md\:border-r-violet-200\/75 {
    border-right-color: rgb(221 214 254 / 0.75);
  }

  .md\:border-r-violet-200\/80 {
    border-right-color: rgb(221 214 254 / 0.8);
  }

  .md\:border-r-violet-200\/85 {
    border-right-color: rgb(221 214 254 / 0.85);
  }

  .md\:border-r-violet-200\/90 {
    border-right-color: rgb(221 214 254 / 0.9);
  }

  .md\:border-r-violet-200\/95 {
    border-right-color: rgb(221 214 254 / 0.95);
  }

  .md\:border-r-violet-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(196 181 253 / var(--tw-border-opacity));
  }

  .md\:border-r-violet-300\/0 {
    border-right-color: rgb(196 181 253 / 0);
  }

  .md\:border-r-violet-300\/10 {
    border-right-color: rgb(196 181 253 / 0.1);
  }

  .md\:border-r-violet-300\/100 {
    border-right-color: rgb(196 181 253 / 1);
  }

  .md\:border-r-violet-300\/15 {
    border-right-color: rgb(196 181 253 / 0.15);
  }

  .md\:border-r-violet-300\/20 {
    border-right-color: rgb(196 181 253 / 0.2);
  }

  .md\:border-r-violet-300\/25 {
    border-right-color: rgb(196 181 253 / 0.25);
  }

  .md\:border-r-violet-300\/30 {
    border-right-color: rgb(196 181 253 / 0.3);
  }

  .md\:border-r-violet-300\/35 {
    border-right-color: rgb(196 181 253 / 0.35);
  }

  .md\:border-r-violet-300\/40 {
    border-right-color: rgb(196 181 253 / 0.4);
  }

  .md\:border-r-violet-300\/45 {
    border-right-color: rgb(196 181 253 / 0.45);
  }

  .md\:border-r-violet-300\/5 {
    border-right-color: rgb(196 181 253 / 0.05);
  }

  .md\:border-r-violet-300\/50 {
    border-right-color: rgb(196 181 253 / 0.5);
  }

  .md\:border-r-violet-300\/55 {
    border-right-color: rgb(196 181 253 / 0.55);
  }

  .md\:border-r-violet-300\/60 {
    border-right-color: rgb(196 181 253 / 0.6);
  }

  .md\:border-r-violet-300\/65 {
    border-right-color: rgb(196 181 253 / 0.65);
  }

  .md\:border-r-violet-300\/70 {
    border-right-color: rgb(196 181 253 / 0.7);
  }

  .md\:border-r-violet-300\/75 {
    border-right-color: rgb(196 181 253 / 0.75);
  }

  .md\:border-r-violet-300\/80 {
    border-right-color: rgb(196 181 253 / 0.8);
  }

  .md\:border-r-violet-300\/85 {
    border-right-color: rgb(196 181 253 / 0.85);
  }

  .md\:border-r-violet-300\/90 {
    border-right-color: rgb(196 181 253 / 0.9);
  }

  .md\:border-r-violet-300\/95 {
    border-right-color: rgb(196 181 253 / 0.95);
  }

  .md\:border-r-violet-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(167 139 250 / var(--tw-border-opacity));
  }

  .md\:border-r-violet-400\/0 {
    border-right-color: rgb(167 139 250 / 0);
  }

  .md\:border-r-violet-400\/10 {
    border-right-color: rgb(167 139 250 / 0.1);
  }

  .md\:border-r-violet-400\/100 {
    border-right-color: rgb(167 139 250 / 1);
  }

  .md\:border-r-violet-400\/15 {
    border-right-color: rgb(167 139 250 / 0.15);
  }

  .md\:border-r-violet-400\/20 {
    border-right-color: rgb(167 139 250 / 0.2);
  }

  .md\:border-r-violet-400\/25 {
    border-right-color: rgb(167 139 250 / 0.25);
  }

  .md\:border-r-violet-400\/30 {
    border-right-color: rgb(167 139 250 / 0.3);
  }

  .md\:border-r-violet-400\/35 {
    border-right-color: rgb(167 139 250 / 0.35);
  }

  .md\:border-r-violet-400\/40 {
    border-right-color: rgb(167 139 250 / 0.4);
  }

  .md\:border-r-violet-400\/45 {
    border-right-color: rgb(167 139 250 / 0.45);
  }

  .md\:border-r-violet-400\/5 {
    border-right-color: rgb(167 139 250 / 0.05);
  }

  .md\:border-r-violet-400\/50 {
    border-right-color: rgb(167 139 250 / 0.5);
  }

  .md\:border-r-violet-400\/55 {
    border-right-color: rgb(167 139 250 / 0.55);
  }

  .md\:border-r-violet-400\/60 {
    border-right-color: rgb(167 139 250 / 0.6);
  }

  .md\:border-r-violet-400\/65 {
    border-right-color: rgb(167 139 250 / 0.65);
  }

  .md\:border-r-violet-400\/70 {
    border-right-color: rgb(167 139 250 / 0.7);
  }

  .md\:border-r-violet-400\/75 {
    border-right-color: rgb(167 139 250 / 0.75);
  }

  .md\:border-r-violet-400\/80 {
    border-right-color: rgb(167 139 250 / 0.8);
  }

  .md\:border-r-violet-400\/85 {
    border-right-color: rgb(167 139 250 / 0.85);
  }

  .md\:border-r-violet-400\/90 {
    border-right-color: rgb(167 139 250 / 0.9);
  }

  .md\:border-r-violet-400\/95 {
    border-right-color: rgb(167 139 250 / 0.95);
  }

  .md\:border-r-violet-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 243 255 / var(--tw-border-opacity));
  }

  .md\:border-r-violet-50\/0 {
    border-right-color: rgb(245 243 255 / 0);
  }

  .md\:border-r-violet-50\/10 {
    border-right-color: rgb(245 243 255 / 0.1);
  }

  .md\:border-r-violet-50\/100 {
    border-right-color: rgb(245 243 255 / 1);
  }

  .md\:border-r-violet-50\/15 {
    border-right-color: rgb(245 243 255 / 0.15);
  }

  .md\:border-r-violet-50\/20 {
    border-right-color: rgb(245 243 255 / 0.2);
  }

  .md\:border-r-violet-50\/25 {
    border-right-color: rgb(245 243 255 / 0.25);
  }

  .md\:border-r-violet-50\/30 {
    border-right-color: rgb(245 243 255 / 0.3);
  }

  .md\:border-r-violet-50\/35 {
    border-right-color: rgb(245 243 255 / 0.35);
  }

  .md\:border-r-violet-50\/40 {
    border-right-color: rgb(245 243 255 / 0.4);
  }

  .md\:border-r-violet-50\/45 {
    border-right-color: rgb(245 243 255 / 0.45);
  }

  .md\:border-r-violet-50\/5 {
    border-right-color: rgb(245 243 255 / 0.05);
  }

  .md\:border-r-violet-50\/50 {
    border-right-color: rgb(245 243 255 / 0.5);
  }

  .md\:border-r-violet-50\/55 {
    border-right-color: rgb(245 243 255 / 0.55);
  }

  .md\:border-r-violet-50\/60 {
    border-right-color: rgb(245 243 255 / 0.6);
  }

  .md\:border-r-violet-50\/65 {
    border-right-color: rgb(245 243 255 / 0.65);
  }

  .md\:border-r-violet-50\/70 {
    border-right-color: rgb(245 243 255 / 0.7);
  }

  .md\:border-r-violet-50\/75 {
    border-right-color: rgb(245 243 255 / 0.75);
  }

  .md\:border-r-violet-50\/80 {
    border-right-color: rgb(245 243 255 / 0.8);
  }

  .md\:border-r-violet-50\/85 {
    border-right-color: rgb(245 243 255 / 0.85);
  }

  .md\:border-r-violet-50\/90 {
    border-right-color: rgb(245 243 255 / 0.9);
  }

  .md\:border-r-violet-50\/95 {
    border-right-color: rgb(245 243 255 / 0.95);
  }

  .md\:border-r-violet-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(139 92 246 / var(--tw-border-opacity));
  }

  .md\:border-r-violet-500\/0 {
    border-right-color: rgb(139 92 246 / 0);
  }

  .md\:border-r-violet-500\/10 {
    border-right-color: rgb(139 92 246 / 0.1);
  }

  .md\:border-r-violet-500\/100 {
    border-right-color: rgb(139 92 246 / 1);
  }

  .md\:border-r-violet-500\/15 {
    border-right-color: rgb(139 92 246 / 0.15);
  }

  .md\:border-r-violet-500\/20 {
    border-right-color: rgb(139 92 246 / 0.2);
  }

  .md\:border-r-violet-500\/25 {
    border-right-color: rgb(139 92 246 / 0.25);
  }

  .md\:border-r-violet-500\/30 {
    border-right-color: rgb(139 92 246 / 0.3);
  }

  .md\:border-r-violet-500\/35 {
    border-right-color: rgb(139 92 246 / 0.35);
  }

  .md\:border-r-violet-500\/40 {
    border-right-color: rgb(139 92 246 / 0.4);
  }

  .md\:border-r-violet-500\/45 {
    border-right-color: rgb(139 92 246 / 0.45);
  }

  .md\:border-r-violet-500\/5 {
    border-right-color: rgb(139 92 246 / 0.05);
  }

  .md\:border-r-violet-500\/50 {
    border-right-color: rgb(139 92 246 / 0.5);
  }

  .md\:border-r-violet-500\/55 {
    border-right-color: rgb(139 92 246 / 0.55);
  }

  .md\:border-r-violet-500\/60 {
    border-right-color: rgb(139 92 246 / 0.6);
  }

  .md\:border-r-violet-500\/65 {
    border-right-color: rgb(139 92 246 / 0.65);
  }

  .md\:border-r-violet-500\/70 {
    border-right-color: rgb(139 92 246 / 0.7);
  }

  .md\:border-r-violet-500\/75 {
    border-right-color: rgb(139 92 246 / 0.75);
  }

  .md\:border-r-violet-500\/80 {
    border-right-color: rgb(139 92 246 / 0.8);
  }

  .md\:border-r-violet-500\/85 {
    border-right-color: rgb(139 92 246 / 0.85);
  }

  .md\:border-r-violet-500\/90 {
    border-right-color: rgb(139 92 246 / 0.9);
  }

  .md\:border-r-violet-500\/95 {
    border-right-color: rgb(139 92 246 / 0.95);
  }

  .md\:border-r-violet-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(124 58 237 / var(--tw-border-opacity));
  }

  .md\:border-r-violet-600\/0 {
    border-right-color: rgb(124 58 237 / 0);
  }

  .md\:border-r-violet-600\/10 {
    border-right-color: rgb(124 58 237 / 0.1);
  }

  .md\:border-r-violet-600\/100 {
    border-right-color: rgb(124 58 237 / 1);
  }

  .md\:border-r-violet-600\/15 {
    border-right-color: rgb(124 58 237 / 0.15);
  }

  .md\:border-r-violet-600\/20 {
    border-right-color: rgb(124 58 237 / 0.2);
  }

  .md\:border-r-violet-600\/25 {
    border-right-color: rgb(124 58 237 / 0.25);
  }

  .md\:border-r-violet-600\/30 {
    border-right-color: rgb(124 58 237 / 0.3);
  }

  .md\:border-r-violet-600\/35 {
    border-right-color: rgb(124 58 237 / 0.35);
  }

  .md\:border-r-violet-600\/40 {
    border-right-color: rgb(124 58 237 / 0.4);
  }

  .md\:border-r-violet-600\/45 {
    border-right-color: rgb(124 58 237 / 0.45);
  }

  .md\:border-r-violet-600\/5 {
    border-right-color: rgb(124 58 237 / 0.05);
  }

  .md\:border-r-violet-600\/50 {
    border-right-color: rgb(124 58 237 / 0.5);
  }

  .md\:border-r-violet-600\/55 {
    border-right-color: rgb(124 58 237 / 0.55);
  }

  .md\:border-r-violet-600\/60 {
    border-right-color: rgb(124 58 237 / 0.6);
  }

  .md\:border-r-violet-600\/65 {
    border-right-color: rgb(124 58 237 / 0.65);
  }

  .md\:border-r-violet-600\/70 {
    border-right-color: rgb(124 58 237 / 0.7);
  }

  .md\:border-r-violet-600\/75 {
    border-right-color: rgb(124 58 237 / 0.75);
  }

  .md\:border-r-violet-600\/80 {
    border-right-color: rgb(124 58 237 / 0.8);
  }

  .md\:border-r-violet-600\/85 {
    border-right-color: rgb(124 58 237 / 0.85);
  }

  .md\:border-r-violet-600\/90 {
    border-right-color: rgb(124 58 237 / 0.9);
  }

  .md\:border-r-violet-600\/95 {
    border-right-color: rgb(124 58 237 / 0.95);
  }

  .md\:border-r-violet-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(109 40 217 / var(--tw-border-opacity));
  }

  .md\:border-r-violet-700\/0 {
    border-right-color: rgb(109 40 217 / 0);
  }

  .md\:border-r-violet-700\/10 {
    border-right-color: rgb(109 40 217 / 0.1);
  }

  .md\:border-r-violet-700\/100 {
    border-right-color: rgb(109 40 217 / 1);
  }

  .md\:border-r-violet-700\/15 {
    border-right-color: rgb(109 40 217 / 0.15);
  }

  .md\:border-r-violet-700\/20 {
    border-right-color: rgb(109 40 217 / 0.2);
  }

  .md\:border-r-violet-700\/25 {
    border-right-color: rgb(109 40 217 / 0.25);
  }

  .md\:border-r-violet-700\/30 {
    border-right-color: rgb(109 40 217 / 0.3);
  }

  .md\:border-r-violet-700\/35 {
    border-right-color: rgb(109 40 217 / 0.35);
  }

  .md\:border-r-violet-700\/40 {
    border-right-color: rgb(109 40 217 / 0.4);
  }

  .md\:border-r-violet-700\/45 {
    border-right-color: rgb(109 40 217 / 0.45);
  }

  .md\:border-r-violet-700\/5 {
    border-right-color: rgb(109 40 217 / 0.05);
  }

  .md\:border-r-violet-700\/50 {
    border-right-color: rgb(109 40 217 / 0.5);
  }

  .md\:border-r-violet-700\/55 {
    border-right-color: rgb(109 40 217 / 0.55);
  }

  .md\:border-r-violet-700\/60 {
    border-right-color: rgb(109 40 217 / 0.6);
  }

  .md\:border-r-violet-700\/65 {
    border-right-color: rgb(109 40 217 / 0.65);
  }

  .md\:border-r-violet-700\/70 {
    border-right-color: rgb(109 40 217 / 0.7);
  }

  .md\:border-r-violet-700\/75 {
    border-right-color: rgb(109 40 217 / 0.75);
  }

  .md\:border-r-violet-700\/80 {
    border-right-color: rgb(109 40 217 / 0.8);
  }

  .md\:border-r-violet-700\/85 {
    border-right-color: rgb(109 40 217 / 0.85);
  }

  .md\:border-r-violet-700\/90 {
    border-right-color: rgb(109 40 217 / 0.9);
  }

  .md\:border-r-violet-700\/95 {
    border-right-color: rgb(109 40 217 / 0.95);
  }

  .md\:border-r-violet-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(91 33 182 / var(--tw-border-opacity));
  }

  .md\:border-r-violet-800\/0 {
    border-right-color: rgb(91 33 182 / 0);
  }

  .md\:border-r-violet-800\/10 {
    border-right-color: rgb(91 33 182 / 0.1);
  }

  .md\:border-r-violet-800\/100 {
    border-right-color: rgb(91 33 182 / 1);
  }

  .md\:border-r-violet-800\/15 {
    border-right-color: rgb(91 33 182 / 0.15);
  }

  .md\:border-r-violet-800\/20 {
    border-right-color: rgb(91 33 182 / 0.2);
  }

  .md\:border-r-violet-800\/25 {
    border-right-color: rgb(91 33 182 / 0.25);
  }

  .md\:border-r-violet-800\/30 {
    border-right-color: rgb(91 33 182 / 0.3);
  }

  .md\:border-r-violet-800\/35 {
    border-right-color: rgb(91 33 182 / 0.35);
  }

  .md\:border-r-violet-800\/40 {
    border-right-color: rgb(91 33 182 / 0.4);
  }

  .md\:border-r-violet-800\/45 {
    border-right-color: rgb(91 33 182 / 0.45);
  }

  .md\:border-r-violet-800\/5 {
    border-right-color: rgb(91 33 182 / 0.05);
  }

  .md\:border-r-violet-800\/50 {
    border-right-color: rgb(91 33 182 / 0.5);
  }

  .md\:border-r-violet-800\/55 {
    border-right-color: rgb(91 33 182 / 0.55);
  }

  .md\:border-r-violet-800\/60 {
    border-right-color: rgb(91 33 182 / 0.6);
  }

  .md\:border-r-violet-800\/65 {
    border-right-color: rgb(91 33 182 / 0.65);
  }

  .md\:border-r-violet-800\/70 {
    border-right-color: rgb(91 33 182 / 0.7);
  }

  .md\:border-r-violet-800\/75 {
    border-right-color: rgb(91 33 182 / 0.75);
  }

  .md\:border-r-violet-800\/80 {
    border-right-color: rgb(91 33 182 / 0.8);
  }

  .md\:border-r-violet-800\/85 {
    border-right-color: rgb(91 33 182 / 0.85);
  }

  .md\:border-r-violet-800\/90 {
    border-right-color: rgb(91 33 182 / 0.9);
  }

  .md\:border-r-violet-800\/95 {
    border-right-color: rgb(91 33 182 / 0.95);
  }

  .md\:border-r-violet-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(76 29 149 / var(--tw-border-opacity));
  }

  .md\:border-r-violet-900\/0 {
    border-right-color: rgb(76 29 149 / 0);
  }

  .md\:border-r-violet-900\/10 {
    border-right-color: rgb(76 29 149 / 0.1);
  }

  .md\:border-r-violet-900\/100 {
    border-right-color: rgb(76 29 149 / 1);
  }

  .md\:border-r-violet-900\/15 {
    border-right-color: rgb(76 29 149 / 0.15);
  }

  .md\:border-r-violet-900\/20 {
    border-right-color: rgb(76 29 149 / 0.2);
  }

  .md\:border-r-violet-900\/25 {
    border-right-color: rgb(76 29 149 / 0.25);
  }

  .md\:border-r-violet-900\/30 {
    border-right-color: rgb(76 29 149 / 0.3);
  }

  .md\:border-r-violet-900\/35 {
    border-right-color: rgb(76 29 149 / 0.35);
  }

  .md\:border-r-violet-900\/40 {
    border-right-color: rgb(76 29 149 / 0.4);
  }

  .md\:border-r-violet-900\/45 {
    border-right-color: rgb(76 29 149 / 0.45);
  }

  .md\:border-r-violet-900\/5 {
    border-right-color: rgb(76 29 149 / 0.05);
  }

  .md\:border-r-violet-900\/50 {
    border-right-color: rgb(76 29 149 / 0.5);
  }

  .md\:border-r-violet-900\/55 {
    border-right-color: rgb(76 29 149 / 0.55);
  }

  .md\:border-r-violet-900\/60 {
    border-right-color: rgb(76 29 149 / 0.6);
  }

  .md\:border-r-violet-900\/65 {
    border-right-color: rgb(76 29 149 / 0.65);
  }

  .md\:border-r-violet-900\/70 {
    border-right-color: rgb(76 29 149 / 0.7);
  }

  .md\:border-r-violet-900\/75 {
    border-right-color: rgb(76 29 149 / 0.75);
  }

  .md\:border-r-violet-900\/80 {
    border-right-color: rgb(76 29 149 / 0.8);
  }

  .md\:border-r-violet-900\/85 {
    border-right-color: rgb(76 29 149 / 0.85);
  }

  .md\:border-r-violet-900\/90 {
    border-right-color: rgb(76 29 149 / 0.9);
  }

  .md\:border-r-violet-900\/95 {
    border-right-color: rgb(76 29 149 / 0.95);
  }

  .md\:border-r-violet-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(46 16 101 / var(--tw-border-opacity));
  }

  .md\:border-r-violet-950\/0 {
    border-right-color: rgb(46 16 101 / 0);
  }

  .md\:border-r-violet-950\/10 {
    border-right-color: rgb(46 16 101 / 0.1);
  }

  .md\:border-r-violet-950\/100 {
    border-right-color: rgb(46 16 101 / 1);
  }

  .md\:border-r-violet-950\/15 {
    border-right-color: rgb(46 16 101 / 0.15);
  }

  .md\:border-r-violet-950\/20 {
    border-right-color: rgb(46 16 101 / 0.2);
  }

  .md\:border-r-violet-950\/25 {
    border-right-color: rgb(46 16 101 / 0.25);
  }

  .md\:border-r-violet-950\/30 {
    border-right-color: rgb(46 16 101 / 0.3);
  }

  .md\:border-r-violet-950\/35 {
    border-right-color: rgb(46 16 101 / 0.35);
  }

  .md\:border-r-violet-950\/40 {
    border-right-color: rgb(46 16 101 / 0.4);
  }

  .md\:border-r-violet-950\/45 {
    border-right-color: rgb(46 16 101 / 0.45);
  }

  .md\:border-r-violet-950\/5 {
    border-right-color: rgb(46 16 101 / 0.05);
  }

  .md\:border-r-violet-950\/50 {
    border-right-color: rgb(46 16 101 / 0.5);
  }

  .md\:border-r-violet-950\/55 {
    border-right-color: rgb(46 16 101 / 0.55);
  }

  .md\:border-r-violet-950\/60 {
    border-right-color: rgb(46 16 101 / 0.6);
  }

  .md\:border-r-violet-950\/65 {
    border-right-color: rgb(46 16 101 / 0.65);
  }

  .md\:border-r-violet-950\/70 {
    border-right-color: rgb(46 16 101 / 0.7);
  }

  .md\:border-r-violet-950\/75 {
    border-right-color: rgb(46 16 101 / 0.75);
  }

  .md\:border-r-violet-950\/80 {
    border-right-color: rgb(46 16 101 / 0.8);
  }

  .md\:border-r-violet-950\/85 {
    border-right-color: rgb(46 16 101 / 0.85);
  }

  .md\:border-r-violet-950\/90 {
    border-right-color: rgb(46 16 101 / 0.9);
  }

  .md\:border-r-violet-950\/95 {
    border-right-color: rgb(46 16 101 / 0.95);
  }

  .md\:border-r-white {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .md\:border-r-white\/0 {
    border-right-color: rgb(255 255 255 / 0);
  }

  .md\:border-r-white\/10 {
    border-right-color: rgb(255 255 255 / 0.1);
  }

  .md\:border-r-white\/100 {
    border-right-color: rgb(255 255 255 / 1);
  }

  .md\:border-r-white\/15 {
    border-right-color: rgb(255 255 255 / 0.15);
  }

  .md\:border-r-white\/20 {
    border-right-color: rgb(255 255 255 / 0.2);
  }

  .md\:border-r-white\/25 {
    border-right-color: rgb(255 255 255 / 0.25);
  }

  .md\:border-r-white\/30 {
    border-right-color: rgb(255 255 255 / 0.3);
  }

  .md\:border-r-white\/35 {
    border-right-color: rgb(255 255 255 / 0.35);
  }

  .md\:border-r-white\/40 {
    border-right-color: rgb(255 255 255 / 0.4);
  }

  .md\:border-r-white\/45 {
    border-right-color: rgb(255 255 255 / 0.45);
  }

  .md\:border-r-white\/5 {
    border-right-color: rgb(255 255 255 / 0.05);
  }

  .md\:border-r-white\/50 {
    border-right-color: rgb(255 255 255 / 0.5);
  }

  .md\:border-r-white\/55 {
    border-right-color: rgb(255 255 255 / 0.55);
  }

  .md\:border-r-white\/60 {
    border-right-color: rgb(255 255 255 / 0.6);
  }

  .md\:border-r-white\/65 {
    border-right-color: rgb(255 255 255 / 0.65);
  }

  .md\:border-r-white\/70 {
    border-right-color: rgb(255 255 255 / 0.7);
  }

  .md\:border-r-white\/75 {
    border-right-color: rgb(255 255 255 / 0.75);
  }

  .md\:border-r-white\/80 {
    border-right-color: rgb(255 255 255 / 0.8);
  }

  .md\:border-r-white\/85 {
    border-right-color: rgb(255 255 255 / 0.85);
  }

  .md\:border-r-white\/90 {
    border-right-color: rgb(255 255 255 / 0.9);
  }

  .md\:border-r-white\/95 {
    border-right-color: rgb(255 255 255 / 0.95);
  }

  .md\:border-r-yellow-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .md\:border-r-yellow-100\/0 {
    border-right-color: rgb(254 249 195 / 0);
  }

  .md\:border-r-yellow-100\/10 {
    border-right-color: rgb(254 249 195 / 0.1);
  }

  .md\:border-r-yellow-100\/100 {
    border-right-color: rgb(254 249 195 / 1);
  }

  .md\:border-r-yellow-100\/15 {
    border-right-color: rgb(254 249 195 / 0.15);
  }

  .md\:border-r-yellow-100\/20 {
    border-right-color: rgb(254 249 195 / 0.2);
  }

  .md\:border-r-yellow-100\/25 {
    border-right-color: rgb(254 249 195 / 0.25);
  }

  .md\:border-r-yellow-100\/30 {
    border-right-color: rgb(254 249 195 / 0.3);
  }

  .md\:border-r-yellow-100\/35 {
    border-right-color: rgb(254 249 195 / 0.35);
  }

  .md\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-r-yellow-100\/45 {
    border-right-color: rgb(254 249 195 / 0.45);
  }

  .md\:border-r-yellow-100\/5 {
    border-right-color: rgb(254 249 195 / 0.05);
  }

  .md\:border-r-yellow-100\/50 {
    border-right-color: rgb(254 249 195 / 0.5);
  }

  .md\:border-r-yellow-100\/55 {
    border-right-color: rgb(254 249 195 / 0.55);
  }

  .md\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-r-yellow-100\/65 {
    border-right-color: rgb(254 249 195 / 0.65);
  }

  .md\:border-r-yellow-100\/70 {
    border-right-color: rgb(254 249 195 / 0.7);
  }

  .md\:border-r-yellow-100\/75 {
    border-right-color: rgb(254 249 195 / 0.75);
  }

  .md\:border-r-yellow-100\/80 {
    border-right-color: rgb(254 249 195 / 0.8);
  }

  .md\:border-r-yellow-100\/85 {
    border-right-color: rgb(254 249 195 / 0.85);
  }

  .md\:border-r-yellow-100\/90 {
    border-right-color: rgb(254 249 195 / 0.9);
  }

  .md\:border-r-yellow-100\/95 {
    border-right-color: rgb(254 249 195 / 0.95);
  }

  .md\:border-r-yellow-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .md\:border-r-yellow-200\/0 {
    border-right-color: rgb(254 240 138 / 0);
  }

  .md\:border-r-yellow-200\/10 {
    border-right-color: rgb(254 240 138 / 0.1);
  }

  .md\:border-r-yellow-200\/100 {
    border-right-color: rgb(254 240 138 / 1);
  }

  .md\:border-r-yellow-200\/15 {
    border-right-color: rgb(254 240 138 / 0.15);
  }

  .md\:border-r-yellow-200\/20 {
    border-right-color: rgb(254 240 138 / 0.2);
  }

  .md\:border-r-yellow-200\/25 {
    border-right-color: rgb(254 240 138 / 0.25);
  }

  .md\:border-r-yellow-200\/30 {
    border-right-color: rgb(254 240 138 / 0.3);
  }

  .md\:border-r-yellow-200\/35 {
    border-right-color: rgb(254 240 138 / 0.35);
  }

  .md\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-r-yellow-200\/45 {
    border-right-color: rgb(254 240 138 / 0.45);
  }

  .md\:border-r-yellow-200\/5 {
    border-right-color: rgb(254 240 138 / 0.05);
  }

  .md\:border-r-yellow-200\/50 {
    border-right-color: rgb(254 240 138 / 0.5);
  }

  .md\:border-r-yellow-200\/55 {
    border-right-color: rgb(254 240 138 / 0.55);
  }

  .md\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-r-yellow-200\/65 {
    border-right-color: rgb(254 240 138 / 0.65);
  }

  .md\:border-r-yellow-200\/70 {
    border-right-color: rgb(254 240 138 / 0.7);
  }

  .md\:border-r-yellow-200\/75 {
    border-right-color: rgb(254 240 138 / 0.75);
  }

  .md\:border-r-yellow-200\/80 {
    border-right-color: rgb(254 240 138 / 0.8);
  }

  .md\:border-r-yellow-200\/85 {
    border-right-color: rgb(254 240 138 / 0.85);
  }

  .md\:border-r-yellow-200\/90 {
    border-right-color: rgb(254 240 138 / 0.9);
  }

  .md\:border-r-yellow-200\/95 {
    border-right-color: rgb(254 240 138 / 0.95);
  }

  .md\:border-r-yellow-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .md\:border-r-yellow-300\/0 {
    border-right-color: rgb(253 224 71 / 0);
  }

  .md\:border-r-yellow-300\/10 {
    border-right-color: rgb(253 224 71 / 0.1);
  }

  .md\:border-r-yellow-300\/100 {
    border-right-color: rgb(253 224 71 / 1);
  }

  .md\:border-r-yellow-300\/15 {
    border-right-color: rgb(253 224 71 / 0.15);
  }

  .md\:border-r-yellow-300\/20 {
    border-right-color: rgb(253 224 71 / 0.2);
  }

  .md\:border-r-yellow-300\/25 {
    border-right-color: rgb(253 224 71 / 0.25);
  }

  .md\:border-r-yellow-300\/30 {
    border-right-color: rgb(253 224 71 / 0.3);
  }

  .md\:border-r-yellow-300\/35 {
    border-right-color: rgb(253 224 71 / 0.35);
  }

  .md\:border-r-yellow-300\/40 {
    border-right-color: rgb(253 224 71 / 0.4);
  }

  .md\:border-r-yellow-300\/45 {
    border-right-color: rgb(253 224 71 / 0.45);
  }

  .md\:border-r-yellow-300\/5 {
    border-right-color: rgb(253 224 71 / 0.05);
  }

  .md\:border-r-yellow-300\/50 {
    border-right-color: rgb(253 224 71 / 0.5);
  }

  .md\:border-r-yellow-300\/55 {
    border-right-color: rgb(253 224 71 / 0.55);
  }

  .md\:border-r-yellow-300\/60 {
    border-right-color: rgb(253 224 71 / 0.6);
  }

  .md\:border-r-yellow-300\/65 {
    border-right-color: rgb(253 224 71 / 0.65);
  }

  .md\:border-r-yellow-300\/70 {
    border-right-color: rgb(253 224 71 / 0.7);
  }

  .md\:border-r-yellow-300\/75 {
    border-right-color: rgb(253 224 71 / 0.75);
  }

  .md\:border-r-yellow-300\/80 {
    border-right-color: rgb(253 224 71 / 0.8);
  }

  .md\:border-r-yellow-300\/85 {
    border-right-color: rgb(253 224 71 / 0.85);
  }

  .md\:border-r-yellow-300\/90 {
    border-right-color: rgb(253 224 71 / 0.9);
  }

  .md\:border-r-yellow-300\/95 {
    border-right-color: rgb(253 224 71 / 0.95);
  }

  .md\:border-r-yellow-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .md\:border-r-yellow-400\/0 {
    border-right-color: rgb(250 204 21 / 0);
  }

  .md\:border-r-yellow-400\/10 {
    border-right-color: rgb(250 204 21 / 0.1);
  }

  .md\:border-r-yellow-400\/100 {
    border-right-color: rgb(250 204 21 / 1);
  }

  .md\:border-r-yellow-400\/15 {
    border-right-color: rgb(250 204 21 / 0.15);
  }

  .md\:border-r-yellow-400\/20 {
    border-right-color: rgb(250 204 21 / 0.2);
  }

  .md\:border-r-yellow-400\/25 {
    border-right-color: rgb(250 204 21 / 0.25);
  }

  .md\:border-r-yellow-400\/30 {
    border-right-color: rgb(250 204 21 / 0.3);
  }

  .md\:border-r-yellow-400\/35 {
    border-right-color: rgb(250 204 21 / 0.35);
  }

  .md\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-r-yellow-400\/45 {
    border-right-color: rgb(250 204 21 / 0.45);
  }

  .md\:border-r-yellow-400\/5 {
    border-right-color: rgb(250 204 21 / 0.05);
  }

  .md\:border-r-yellow-400\/50 {
    border-right-color: rgb(250 204 21 / 0.5);
  }

  .md\:border-r-yellow-400\/55 {
    border-right-color: rgb(250 204 21 / 0.55);
  }

  .md\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-r-yellow-400\/65 {
    border-right-color: rgb(250 204 21 / 0.65);
  }

  .md\:border-r-yellow-400\/70 {
    border-right-color: rgb(250 204 21 / 0.7);
  }

  .md\:border-r-yellow-400\/75 {
    border-right-color: rgb(250 204 21 / 0.75);
  }

  .md\:border-r-yellow-400\/80 {
    border-right-color: rgb(250 204 21 / 0.8);
  }

  .md\:border-r-yellow-400\/85 {
    border-right-color: rgb(250 204 21 / 0.85);
  }

  .md\:border-r-yellow-400\/90 {
    border-right-color: rgb(250 204 21 / 0.9);
  }

  .md\:border-r-yellow-400\/95 {
    border-right-color: rgb(250 204 21 / 0.95);
  }

  .md\:border-r-yellow-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .md\:border-r-yellow-50\/0 {
    border-right-color: rgb(254 252 232 / 0);
  }

  .md\:border-r-yellow-50\/10 {
    border-right-color: rgb(254 252 232 / 0.1);
  }

  .md\:border-r-yellow-50\/100 {
    border-right-color: rgb(254 252 232 / 1);
  }

  .md\:border-r-yellow-50\/15 {
    border-right-color: rgb(254 252 232 / 0.15);
  }

  .md\:border-r-yellow-50\/20 {
    border-right-color: rgb(254 252 232 / 0.2);
  }

  .md\:border-r-yellow-50\/25 {
    border-right-color: rgb(254 252 232 / 0.25);
  }

  .md\:border-r-yellow-50\/30 {
    border-right-color: rgb(254 252 232 / 0.3);
  }

  .md\:border-r-yellow-50\/35 {
    border-right-color: rgb(254 252 232 / 0.35);
  }

  .md\:border-r-yellow-50\/40 {
    border-right-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-r-yellow-50\/45 {
    border-right-color: rgb(254 252 232 / 0.45);
  }

  .md\:border-r-yellow-50\/5 {
    border-right-color: rgb(254 252 232 / 0.05);
  }

  .md\:border-r-yellow-50\/50 {
    border-right-color: rgb(254 252 232 / 0.5);
  }

  .md\:border-r-yellow-50\/55 {
    border-right-color: rgb(254 252 232 / 0.55);
  }

  .md\:border-r-yellow-50\/60 {
    border-right-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-r-yellow-50\/65 {
    border-right-color: rgb(254 252 232 / 0.65);
  }

  .md\:border-r-yellow-50\/70 {
    border-right-color: rgb(254 252 232 / 0.7);
  }

  .md\:border-r-yellow-50\/75 {
    border-right-color: rgb(254 252 232 / 0.75);
  }

  .md\:border-r-yellow-50\/80 {
    border-right-color: rgb(254 252 232 / 0.8);
  }

  .md\:border-r-yellow-50\/85 {
    border-right-color: rgb(254 252 232 / 0.85);
  }

  .md\:border-r-yellow-50\/90 {
    border-right-color: rgb(254 252 232 / 0.9);
  }

  .md\:border-r-yellow-50\/95 {
    border-right-color: rgb(254 252 232 / 0.95);
  }

  .md\:border-r-yellow-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .md\:border-r-yellow-500\/0 {
    border-right-color: rgb(234 179 8 / 0);
  }

  .md\:border-r-yellow-500\/10 {
    border-right-color: rgb(234 179 8 / 0.1);
  }

  .md\:border-r-yellow-500\/100 {
    border-right-color: rgb(234 179 8 / 1);
  }

  .md\:border-r-yellow-500\/15 {
    border-right-color: rgb(234 179 8 / 0.15);
  }

  .md\:border-r-yellow-500\/20 {
    border-right-color: rgb(234 179 8 / 0.2);
  }

  .md\:border-r-yellow-500\/25 {
    border-right-color: rgb(234 179 8 / 0.25);
  }

  .md\:border-r-yellow-500\/30 {
    border-right-color: rgb(234 179 8 / 0.3);
  }

  .md\:border-r-yellow-500\/35 {
    border-right-color: rgb(234 179 8 / 0.35);
  }

  .md\:border-r-yellow-500\/40 {
    border-right-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-r-yellow-500\/45 {
    border-right-color: rgb(234 179 8 / 0.45);
  }

  .md\:border-r-yellow-500\/5 {
    border-right-color: rgb(234 179 8 / 0.05);
  }

  .md\:border-r-yellow-500\/50 {
    border-right-color: rgb(234 179 8 / 0.5);
  }

  .md\:border-r-yellow-500\/55 {
    border-right-color: rgb(234 179 8 / 0.55);
  }

  .md\:border-r-yellow-500\/60 {
    border-right-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-r-yellow-500\/65 {
    border-right-color: rgb(234 179 8 / 0.65);
  }

  .md\:border-r-yellow-500\/70 {
    border-right-color: rgb(234 179 8 / 0.7);
  }

  .md\:border-r-yellow-500\/75 {
    border-right-color: rgb(234 179 8 / 0.75);
  }

  .md\:border-r-yellow-500\/80 {
    border-right-color: rgb(234 179 8 / 0.8);
  }

  .md\:border-r-yellow-500\/85 {
    border-right-color: rgb(234 179 8 / 0.85);
  }

  .md\:border-r-yellow-500\/90 {
    border-right-color: rgb(234 179 8 / 0.9);
  }

  .md\:border-r-yellow-500\/95 {
    border-right-color: rgb(234 179 8 / 0.95);
  }

  .md\:border-r-yellow-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .md\:border-r-yellow-600\/0 {
    border-right-color: rgb(202 138 4 / 0);
  }

  .md\:border-r-yellow-600\/10 {
    border-right-color: rgb(202 138 4 / 0.1);
  }

  .md\:border-r-yellow-600\/100 {
    border-right-color: rgb(202 138 4 / 1);
  }

  .md\:border-r-yellow-600\/15 {
    border-right-color: rgb(202 138 4 / 0.15);
  }

  .md\:border-r-yellow-600\/20 {
    border-right-color: rgb(202 138 4 / 0.2);
  }

  .md\:border-r-yellow-600\/25 {
    border-right-color: rgb(202 138 4 / 0.25);
  }

  .md\:border-r-yellow-600\/30 {
    border-right-color: rgb(202 138 4 / 0.3);
  }

  .md\:border-r-yellow-600\/35 {
    border-right-color: rgb(202 138 4 / 0.35);
  }

  .md\:border-r-yellow-600\/40 {
    border-right-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-r-yellow-600\/45 {
    border-right-color: rgb(202 138 4 / 0.45);
  }

  .md\:border-r-yellow-600\/5 {
    border-right-color: rgb(202 138 4 / 0.05);
  }

  .md\:border-r-yellow-600\/50 {
    border-right-color: rgb(202 138 4 / 0.5);
  }

  .md\:border-r-yellow-600\/55 {
    border-right-color: rgb(202 138 4 / 0.55);
  }

  .md\:border-r-yellow-600\/60 {
    border-right-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-r-yellow-600\/65 {
    border-right-color: rgb(202 138 4 / 0.65);
  }

  .md\:border-r-yellow-600\/70 {
    border-right-color: rgb(202 138 4 / 0.7);
  }

  .md\:border-r-yellow-600\/75 {
    border-right-color: rgb(202 138 4 / 0.75);
  }

  .md\:border-r-yellow-600\/80 {
    border-right-color: rgb(202 138 4 / 0.8);
  }

  .md\:border-r-yellow-600\/85 {
    border-right-color: rgb(202 138 4 / 0.85);
  }

  .md\:border-r-yellow-600\/90 {
    border-right-color: rgb(202 138 4 / 0.9);
  }

  .md\:border-r-yellow-600\/95 {
    border-right-color: rgb(202 138 4 / 0.95);
  }

  .md\:border-r-yellow-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .md\:border-r-yellow-700\/0 {
    border-right-color: rgb(161 98 7 / 0);
  }

  .md\:border-r-yellow-700\/10 {
    border-right-color: rgb(161 98 7 / 0.1);
  }

  .md\:border-r-yellow-700\/100 {
    border-right-color: rgb(161 98 7 / 1);
  }

  .md\:border-r-yellow-700\/15 {
    border-right-color: rgb(161 98 7 / 0.15);
  }

  .md\:border-r-yellow-700\/20 {
    border-right-color: rgb(161 98 7 / 0.2);
  }

  .md\:border-r-yellow-700\/25 {
    border-right-color: rgb(161 98 7 / 0.25);
  }

  .md\:border-r-yellow-700\/30 {
    border-right-color: rgb(161 98 7 / 0.3);
  }

  .md\:border-r-yellow-700\/35 {
    border-right-color: rgb(161 98 7 / 0.35);
  }

  .md\:border-r-yellow-700\/40 {
    border-right-color: rgb(161 98 7 / 0.4);
  }

  .md\:border-r-yellow-700\/45 {
    border-right-color: rgb(161 98 7 / 0.45);
  }

  .md\:border-r-yellow-700\/5 {
    border-right-color: rgb(161 98 7 / 0.05);
  }

  .md\:border-r-yellow-700\/50 {
    border-right-color: rgb(161 98 7 / 0.5);
  }

  .md\:border-r-yellow-700\/55 {
    border-right-color: rgb(161 98 7 / 0.55);
  }

  .md\:border-r-yellow-700\/60 {
    border-right-color: rgb(161 98 7 / 0.6);
  }

  .md\:border-r-yellow-700\/65 {
    border-right-color: rgb(161 98 7 / 0.65);
  }

  .md\:border-r-yellow-700\/70 {
    border-right-color: rgb(161 98 7 / 0.7);
  }

  .md\:border-r-yellow-700\/75 {
    border-right-color: rgb(161 98 7 / 0.75);
  }

  .md\:border-r-yellow-700\/80 {
    border-right-color: rgb(161 98 7 / 0.8);
  }

  .md\:border-r-yellow-700\/85 {
    border-right-color: rgb(161 98 7 / 0.85);
  }

  .md\:border-r-yellow-700\/90 {
    border-right-color: rgb(161 98 7 / 0.9);
  }

  .md\:border-r-yellow-700\/95 {
    border-right-color: rgb(161 98 7 / 0.95);
  }

  .md\:border-r-yellow-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .md\:border-r-yellow-800\/0 {
    border-right-color: rgb(133 77 14 / 0);
  }

  .md\:border-r-yellow-800\/10 {
    border-right-color: rgb(133 77 14 / 0.1);
  }

  .md\:border-r-yellow-800\/100 {
    border-right-color: rgb(133 77 14 / 1);
  }

  .md\:border-r-yellow-800\/15 {
    border-right-color: rgb(133 77 14 / 0.15);
  }

  .md\:border-r-yellow-800\/20 {
    border-right-color: rgb(133 77 14 / 0.2);
  }

  .md\:border-r-yellow-800\/25 {
    border-right-color: rgb(133 77 14 / 0.25);
  }

  .md\:border-r-yellow-800\/30 {
    border-right-color: rgb(133 77 14 / 0.3);
  }

  .md\:border-r-yellow-800\/35 {
    border-right-color: rgb(133 77 14 / 0.35);
  }

  .md\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-r-yellow-800\/45 {
    border-right-color: rgb(133 77 14 / 0.45);
  }

  .md\:border-r-yellow-800\/5 {
    border-right-color: rgb(133 77 14 / 0.05);
  }

  .md\:border-r-yellow-800\/50 {
    border-right-color: rgb(133 77 14 / 0.5);
  }

  .md\:border-r-yellow-800\/55 {
    border-right-color: rgb(133 77 14 / 0.55);
  }

  .md\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-r-yellow-800\/65 {
    border-right-color: rgb(133 77 14 / 0.65);
  }

  .md\:border-r-yellow-800\/70 {
    border-right-color: rgb(133 77 14 / 0.7);
  }

  .md\:border-r-yellow-800\/75 {
    border-right-color: rgb(133 77 14 / 0.75);
  }

  .md\:border-r-yellow-800\/80 {
    border-right-color: rgb(133 77 14 / 0.8);
  }

  .md\:border-r-yellow-800\/85 {
    border-right-color: rgb(133 77 14 / 0.85);
  }

  .md\:border-r-yellow-800\/90 {
    border-right-color: rgb(133 77 14 / 0.9);
  }

  .md\:border-r-yellow-800\/95 {
    border-right-color: rgb(133 77 14 / 0.95);
  }

  .md\:border-r-yellow-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .md\:border-r-yellow-900\/0 {
    border-right-color: rgb(113 63 18 / 0);
  }

  .md\:border-r-yellow-900\/10 {
    border-right-color: rgb(113 63 18 / 0.1);
  }

  .md\:border-r-yellow-900\/100 {
    border-right-color: rgb(113 63 18 / 1);
  }

  .md\:border-r-yellow-900\/15 {
    border-right-color: rgb(113 63 18 / 0.15);
  }

  .md\:border-r-yellow-900\/20 {
    border-right-color: rgb(113 63 18 / 0.2);
  }

  .md\:border-r-yellow-900\/25 {
    border-right-color: rgb(113 63 18 / 0.25);
  }

  .md\:border-r-yellow-900\/30 {
    border-right-color: rgb(113 63 18 / 0.3);
  }

  .md\:border-r-yellow-900\/35 {
    border-right-color: rgb(113 63 18 / 0.35);
  }

  .md\:border-r-yellow-900\/40 {
    border-right-color: rgb(113 63 18 / 0.4);
  }

  .md\:border-r-yellow-900\/45 {
    border-right-color: rgb(113 63 18 / 0.45);
  }

  .md\:border-r-yellow-900\/5 {
    border-right-color: rgb(113 63 18 / 0.05);
  }

  .md\:border-r-yellow-900\/50 {
    border-right-color: rgb(113 63 18 / 0.5);
  }

  .md\:border-r-yellow-900\/55 {
    border-right-color: rgb(113 63 18 / 0.55);
  }

  .md\:border-r-yellow-900\/60 {
    border-right-color: rgb(113 63 18 / 0.6);
  }

  .md\:border-r-yellow-900\/65 {
    border-right-color: rgb(113 63 18 / 0.65);
  }

  .md\:border-r-yellow-900\/70 {
    border-right-color: rgb(113 63 18 / 0.7);
  }

  .md\:border-r-yellow-900\/75 {
    border-right-color: rgb(113 63 18 / 0.75);
  }

  .md\:border-r-yellow-900\/80 {
    border-right-color: rgb(113 63 18 / 0.8);
  }

  .md\:border-r-yellow-900\/85 {
    border-right-color: rgb(113 63 18 / 0.85);
  }

  .md\:border-r-yellow-900\/90 {
    border-right-color: rgb(113 63 18 / 0.9);
  }

  .md\:border-r-yellow-900\/95 {
    border-right-color: rgb(113 63 18 / 0.95);
  }

  .md\:border-r-yellow-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .md\:border-r-yellow-950\/0 {
    border-right-color: rgb(66 32 6 / 0);
  }

  .md\:border-r-yellow-950\/10 {
    border-right-color: rgb(66 32 6 / 0.1);
  }

  .md\:border-r-yellow-950\/100 {
    border-right-color: rgb(66 32 6 / 1);
  }

  .md\:border-r-yellow-950\/15 {
    border-right-color: rgb(66 32 6 / 0.15);
  }

  .md\:border-r-yellow-950\/20 {
    border-right-color: rgb(66 32 6 / 0.2);
  }

  .md\:border-r-yellow-950\/25 {
    border-right-color: rgb(66 32 6 / 0.25);
  }

  .md\:border-r-yellow-950\/30 {
    border-right-color: rgb(66 32 6 / 0.3);
  }

  .md\:border-r-yellow-950\/35 {
    border-right-color: rgb(66 32 6 / 0.35);
  }

  .md\:border-r-yellow-950\/40 {
    border-right-color: rgb(66 32 6 / 0.4);
  }

  .md\:border-r-yellow-950\/45 {
    border-right-color: rgb(66 32 6 / 0.45);
  }

  .md\:border-r-yellow-950\/5 {
    border-right-color: rgb(66 32 6 / 0.05);
  }

  .md\:border-r-yellow-950\/50 {
    border-right-color: rgb(66 32 6 / 0.5);
  }

  .md\:border-r-yellow-950\/55 {
    border-right-color: rgb(66 32 6 / 0.55);
  }

  .md\:border-r-yellow-950\/60 {
    border-right-color: rgb(66 32 6 / 0.6);
  }

  .md\:border-r-yellow-950\/65 {
    border-right-color: rgb(66 32 6 / 0.65);
  }

  .md\:border-r-yellow-950\/70 {
    border-right-color: rgb(66 32 6 / 0.7);
  }

  .md\:border-r-yellow-950\/75 {
    border-right-color: rgb(66 32 6 / 0.75);
  }

  .md\:border-r-yellow-950\/80 {
    border-right-color: rgb(66 32 6 / 0.8);
  }

  .md\:border-r-yellow-950\/85 {
    border-right-color: rgb(66 32 6 / 0.85);
  }

  .md\:border-r-yellow-950\/90 {
    border-right-color: rgb(66 32 6 / 0.9);
  }

  .md\:border-r-yellow-950\/95 {
    border-right-color: rgb(66 32 6 / 0.95);
  }

  .md\:border-r-zinc-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(244 244 245 / var(--tw-border-opacity));
  }

  .md\:border-r-zinc-100\/0 {
    border-right-color: rgb(244 244 245 / 0);
  }

  .md\:border-r-zinc-100\/10 {
    border-right-color: rgb(244 244 245 / 0.1);
  }

  .md\:border-r-zinc-100\/100 {
    border-right-color: rgb(244 244 245 / 1);
  }

  .md\:border-r-zinc-100\/15 {
    border-right-color: rgb(244 244 245 / 0.15);
  }

  .md\:border-r-zinc-100\/20 {
    border-right-color: rgb(244 244 245 / 0.2);
  }

  .md\:border-r-zinc-100\/25 {
    border-right-color: rgb(244 244 245 / 0.25);
  }

  .md\:border-r-zinc-100\/30 {
    border-right-color: rgb(244 244 245 / 0.3);
  }

  .md\:border-r-zinc-100\/35 {
    border-right-color: rgb(244 244 245 / 0.35);
  }

  .md\:border-r-zinc-100\/40 {
    border-right-color: rgb(244 244 245 / 0.4);
  }

  .md\:border-r-zinc-100\/45 {
    border-right-color: rgb(244 244 245 / 0.45);
  }

  .md\:border-r-zinc-100\/5 {
    border-right-color: rgb(244 244 245 / 0.05);
  }

  .md\:border-r-zinc-100\/50 {
    border-right-color: rgb(244 244 245 / 0.5);
  }

  .md\:border-r-zinc-100\/55 {
    border-right-color: rgb(244 244 245 / 0.55);
  }

  .md\:border-r-zinc-100\/60 {
    border-right-color: rgb(244 244 245 / 0.6);
  }

  .md\:border-r-zinc-100\/65 {
    border-right-color: rgb(244 244 245 / 0.65);
  }

  .md\:border-r-zinc-100\/70 {
    border-right-color: rgb(244 244 245 / 0.7);
  }

  .md\:border-r-zinc-100\/75 {
    border-right-color: rgb(244 244 245 / 0.75);
  }

  .md\:border-r-zinc-100\/80 {
    border-right-color: rgb(244 244 245 / 0.8);
  }

  .md\:border-r-zinc-100\/85 {
    border-right-color: rgb(244 244 245 / 0.85);
  }

  .md\:border-r-zinc-100\/90 {
    border-right-color: rgb(244 244 245 / 0.9);
  }

  .md\:border-r-zinc-100\/95 {
    border-right-color: rgb(244 244 245 / 0.95);
  }

  .md\:border-r-zinc-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(228 228 231 / var(--tw-border-opacity));
  }

  .md\:border-r-zinc-200\/0 {
    border-right-color: rgb(228 228 231 / 0);
  }

  .md\:border-r-zinc-200\/10 {
    border-right-color: rgb(228 228 231 / 0.1);
  }

  .md\:border-r-zinc-200\/100 {
    border-right-color: rgb(228 228 231 / 1);
  }

  .md\:border-r-zinc-200\/15 {
    border-right-color: rgb(228 228 231 / 0.15);
  }

  .md\:border-r-zinc-200\/20 {
    border-right-color: rgb(228 228 231 / 0.2);
  }

  .md\:border-r-zinc-200\/25 {
    border-right-color: rgb(228 228 231 / 0.25);
  }

  .md\:border-r-zinc-200\/30 {
    border-right-color: rgb(228 228 231 / 0.3);
  }

  .md\:border-r-zinc-200\/35 {
    border-right-color: rgb(228 228 231 / 0.35);
  }

  .md\:border-r-zinc-200\/40 {
    border-right-color: rgb(228 228 231 / 0.4);
  }

  .md\:border-r-zinc-200\/45 {
    border-right-color: rgb(228 228 231 / 0.45);
  }

  .md\:border-r-zinc-200\/5 {
    border-right-color: rgb(228 228 231 / 0.05);
  }

  .md\:border-r-zinc-200\/50 {
    border-right-color: rgb(228 228 231 / 0.5);
  }

  .md\:border-r-zinc-200\/55 {
    border-right-color: rgb(228 228 231 / 0.55);
  }

  .md\:border-r-zinc-200\/60 {
    border-right-color: rgb(228 228 231 / 0.6);
  }

  .md\:border-r-zinc-200\/65 {
    border-right-color: rgb(228 228 231 / 0.65);
  }

  .md\:border-r-zinc-200\/70 {
    border-right-color: rgb(228 228 231 / 0.7);
  }

  .md\:border-r-zinc-200\/75 {
    border-right-color: rgb(228 228 231 / 0.75);
  }

  .md\:border-r-zinc-200\/80 {
    border-right-color: rgb(228 228 231 / 0.8);
  }

  .md\:border-r-zinc-200\/85 {
    border-right-color: rgb(228 228 231 / 0.85);
  }

  .md\:border-r-zinc-200\/90 {
    border-right-color: rgb(228 228 231 / 0.9);
  }

  .md\:border-r-zinc-200\/95 {
    border-right-color: rgb(228 228 231 / 0.95);
  }

  .md\:border-r-zinc-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(212 212 216 / var(--tw-border-opacity));
  }

  .md\:border-r-zinc-300\/0 {
    border-right-color: rgb(212 212 216 / 0);
  }

  .md\:border-r-zinc-300\/10 {
    border-right-color: rgb(212 212 216 / 0.1);
  }

  .md\:border-r-zinc-300\/100 {
    border-right-color: rgb(212 212 216 / 1);
  }

  .md\:border-r-zinc-300\/15 {
    border-right-color: rgb(212 212 216 / 0.15);
  }

  .md\:border-r-zinc-300\/20 {
    border-right-color: rgb(212 212 216 / 0.2);
  }

  .md\:border-r-zinc-300\/25 {
    border-right-color: rgb(212 212 216 / 0.25);
  }

  .md\:border-r-zinc-300\/30 {
    border-right-color: rgb(212 212 216 / 0.3);
  }

  .md\:border-r-zinc-300\/35 {
    border-right-color: rgb(212 212 216 / 0.35);
  }

  .md\:border-r-zinc-300\/40 {
    border-right-color: rgb(212 212 216 / 0.4);
  }

  .md\:border-r-zinc-300\/45 {
    border-right-color: rgb(212 212 216 / 0.45);
  }

  .md\:border-r-zinc-300\/5 {
    border-right-color: rgb(212 212 216 / 0.05);
  }

  .md\:border-r-zinc-300\/50 {
    border-right-color: rgb(212 212 216 / 0.5);
  }

  .md\:border-r-zinc-300\/55 {
    border-right-color: rgb(212 212 216 / 0.55);
  }

  .md\:border-r-zinc-300\/60 {
    border-right-color: rgb(212 212 216 / 0.6);
  }

  .md\:border-r-zinc-300\/65 {
    border-right-color: rgb(212 212 216 / 0.65);
  }

  .md\:border-r-zinc-300\/70 {
    border-right-color: rgb(212 212 216 / 0.7);
  }

  .md\:border-r-zinc-300\/75 {
    border-right-color: rgb(212 212 216 / 0.75);
  }

  .md\:border-r-zinc-300\/80 {
    border-right-color: rgb(212 212 216 / 0.8);
  }

  .md\:border-r-zinc-300\/85 {
    border-right-color: rgb(212 212 216 / 0.85);
  }

  .md\:border-r-zinc-300\/90 {
    border-right-color: rgb(212 212 216 / 0.9);
  }

  .md\:border-r-zinc-300\/95 {
    border-right-color: rgb(212 212 216 / 0.95);
  }

  .md\:border-r-zinc-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(161 161 170 / var(--tw-border-opacity));
  }

  .md\:border-r-zinc-400\/0 {
    border-right-color: rgb(161 161 170 / 0);
  }

  .md\:border-r-zinc-400\/10 {
    border-right-color: rgb(161 161 170 / 0.1);
  }

  .md\:border-r-zinc-400\/100 {
    border-right-color: rgb(161 161 170 / 1);
  }

  .md\:border-r-zinc-400\/15 {
    border-right-color: rgb(161 161 170 / 0.15);
  }

  .md\:border-r-zinc-400\/20 {
    border-right-color: rgb(161 161 170 / 0.2);
  }

  .md\:border-r-zinc-400\/25 {
    border-right-color: rgb(161 161 170 / 0.25);
  }

  .md\:border-r-zinc-400\/30 {
    border-right-color: rgb(161 161 170 / 0.3);
  }

  .md\:border-r-zinc-400\/35 {
    border-right-color: rgb(161 161 170 / 0.35);
  }

  .md\:border-r-zinc-400\/40 {
    border-right-color: rgb(161 161 170 / 0.4);
  }

  .md\:border-r-zinc-400\/45 {
    border-right-color: rgb(161 161 170 / 0.45);
  }

  .md\:border-r-zinc-400\/5 {
    border-right-color: rgb(161 161 170 / 0.05);
  }

  .md\:border-r-zinc-400\/50 {
    border-right-color: rgb(161 161 170 / 0.5);
  }

  .md\:border-r-zinc-400\/55 {
    border-right-color: rgb(161 161 170 / 0.55);
  }

  .md\:border-r-zinc-400\/60 {
    border-right-color: rgb(161 161 170 / 0.6);
  }

  .md\:border-r-zinc-400\/65 {
    border-right-color: rgb(161 161 170 / 0.65);
  }

  .md\:border-r-zinc-400\/70 {
    border-right-color: rgb(161 161 170 / 0.7);
  }

  .md\:border-r-zinc-400\/75 {
    border-right-color: rgb(161 161 170 / 0.75);
  }

  .md\:border-r-zinc-400\/80 {
    border-right-color: rgb(161 161 170 / 0.8);
  }

  .md\:border-r-zinc-400\/85 {
    border-right-color: rgb(161 161 170 / 0.85);
  }

  .md\:border-r-zinc-400\/90 {
    border-right-color: rgb(161 161 170 / 0.9);
  }

  .md\:border-r-zinc-400\/95 {
    border-right-color: rgb(161 161 170 / 0.95);
  }

  .md\:border-r-zinc-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .md\:border-r-zinc-50\/0 {
    border-right-color: rgb(250 250 250 / 0);
  }

  .md\:border-r-zinc-50\/10 {
    border-right-color: rgb(250 250 250 / 0.1);
  }

  .md\:border-r-zinc-50\/100 {
    border-right-color: rgb(250 250 250 / 1);
  }

  .md\:border-r-zinc-50\/15 {
    border-right-color: rgb(250 250 250 / 0.15);
  }

  .md\:border-r-zinc-50\/20 {
    border-right-color: rgb(250 250 250 / 0.2);
  }

  .md\:border-r-zinc-50\/25 {
    border-right-color: rgb(250 250 250 / 0.25);
  }

  .md\:border-r-zinc-50\/30 {
    border-right-color: rgb(250 250 250 / 0.3);
  }

  .md\:border-r-zinc-50\/35 {
    border-right-color: rgb(250 250 250 / 0.35);
  }

  .md\:border-r-zinc-50\/40 {
    border-right-color: rgb(250 250 250 / 0.4);
  }

  .md\:border-r-zinc-50\/45 {
    border-right-color: rgb(250 250 250 / 0.45);
  }

  .md\:border-r-zinc-50\/5 {
    border-right-color: rgb(250 250 250 / 0.05);
  }

  .md\:border-r-zinc-50\/50 {
    border-right-color: rgb(250 250 250 / 0.5);
  }

  .md\:border-r-zinc-50\/55 {
    border-right-color: rgb(250 250 250 / 0.55);
  }

  .md\:border-r-zinc-50\/60 {
    border-right-color: rgb(250 250 250 / 0.6);
  }

  .md\:border-r-zinc-50\/65 {
    border-right-color: rgb(250 250 250 / 0.65);
  }

  .md\:border-r-zinc-50\/70 {
    border-right-color: rgb(250 250 250 / 0.7);
  }

  .md\:border-r-zinc-50\/75 {
    border-right-color: rgb(250 250 250 / 0.75);
  }

  .md\:border-r-zinc-50\/80 {
    border-right-color: rgb(250 250 250 / 0.8);
  }

  .md\:border-r-zinc-50\/85 {
    border-right-color: rgb(250 250 250 / 0.85);
  }

  .md\:border-r-zinc-50\/90 {
    border-right-color: rgb(250 250 250 / 0.9);
  }

  .md\:border-r-zinc-50\/95 {
    border-right-color: rgb(250 250 250 / 0.95);
  }

  .md\:border-r-zinc-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(113 113 122 / var(--tw-border-opacity));
  }

  .md\:border-r-zinc-500\/0 {
    border-right-color: rgb(113 113 122 / 0);
  }

  .md\:border-r-zinc-500\/10 {
    border-right-color: rgb(113 113 122 / 0.1);
  }

  .md\:border-r-zinc-500\/100 {
    border-right-color: rgb(113 113 122 / 1);
  }

  .md\:border-r-zinc-500\/15 {
    border-right-color: rgb(113 113 122 / 0.15);
  }

  .md\:border-r-zinc-500\/20 {
    border-right-color: rgb(113 113 122 / 0.2);
  }

  .md\:border-r-zinc-500\/25 {
    border-right-color: rgb(113 113 122 / 0.25);
  }

  .md\:border-r-zinc-500\/30 {
    border-right-color: rgb(113 113 122 / 0.3);
  }

  .md\:border-r-zinc-500\/35 {
    border-right-color: rgb(113 113 122 / 0.35);
  }

  .md\:border-r-zinc-500\/40 {
    border-right-color: rgb(113 113 122 / 0.4);
  }

  .md\:border-r-zinc-500\/45 {
    border-right-color: rgb(113 113 122 / 0.45);
  }

  .md\:border-r-zinc-500\/5 {
    border-right-color: rgb(113 113 122 / 0.05);
  }

  .md\:border-r-zinc-500\/50 {
    border-right-color: rgb(113 113 122 / 0.5);
  }

  .md\:border-r-zinc-500\/55 {
    border-right-color: rgb(113 113 122 / 0.55);
  }

  .md\:border-r-zinc-500\/60 {
    border-right-color: rgb(113 113 122 / 0.6);
  }

  .md\:border-r-zinc-500\/65 {
    border-right-color: rgb(113 113 122 / 0.65);
  }

  .md\:border-r-zinc-500\/70 {
    border-right-color: rgb(113 113 122 / 0.7);
  }

  .md\:border-r-zinc-500\/75 {
    border-right-color: rgb(113 113 122 / 0.75);
  }

  .md\:border-r-zinc-500\/80 {
    border-right-color: rgb(113 113 122 / 0.8);
  }

  .md\:border-r-zinc-500\/85 {
    border-right-color: rgb(113 113 122 / 0.85);
  }

  .md\:border-r-zinc-500\/90 {
    border-right-color: rgb(113 113 122 / 0.9);
  }

  .md\:border-r-zinc-500\/95 {
    border-right-color: rgb(113 113 122 / 0.95);
  }

  .md\:border-r-zinc-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(82 82 91 / var(--tw-border-opacity));
  }

  .md\:border-r-zinc-600\/0 {
    border-right-color: rgb(82 82 91 / 0);
  }

  .md\:border-r-zinc-600\/10 {
    border-right-color: rgb(82 82 91 / 0.1);
  }

  .md\:border-r-zinc-600\/100 {
    border-right-color: rgb(82 82 91 / 1);
  }

  .md\:border-r-zinc-600\/15 {
    border-right-color: rgb(82 82 91 / 0.15);
  }

  .md\:border-r-zinc-600\/20 {
    border-right-color: rgb(82 82 91 / 0.2);
  }

  .md\:border-r-zinc-600\/25 {
    border-right-color: rgb(82 82 91 / 0.25);
  }

  .md\:border-r-zinc-600\/30 {
    border-right-color: rgb(82 82 91 / 0.3);
  }

  .md\:border-r-zinc-600\/35 {
    border-right-color: rgb(82 82 91 / 0.35);
  }

  .md\:border-r-zinc-600\/40 {
    border-right-color: rgb(82 82 91 / 0.4);
  }

  .md\:border-r-zinc-600\/45 {
    border-right-color: rgb(82 82 91 / 0.45);
  }

  .md\:border-r-zinc-600\/5 {
    border-right-color: rgb(82 82 91 / 0.05);
  }

  .md\:border-r-zinc-600\/50 {
    border-right-color: rgb(82 82 91 / 0.5);
  }

  .md\:border-r-zinc-600\/55 {
    border-right-color: rgb(82 82 91 / 0.55);
  }

  .md\:border-r-zinc-600\/60 {
    border-right-color: rgb(82 82 91 / 0.6);
  }

  .md\:border-r-zinc-600\/65 {
    border-right-color: rgb(82 82 91 / 0.65);
  }

  .md\:border-r-zinc-600\/70 {
    border-right-color: rgb(82 82 91 / 0.7);
  }

  .md\:border-r-zinc-600\/75 {
    border-right-color: rgb(82 82 91 / 0.75);
  }

  .md\:border-r-zinc-600\/80 {
    border-right-color: rgb(82 82 91 / 0.8);
  }

  .md\:border-r-zinc-600\/85 {
    border-right-color: rgb(82 82 91 / 0.85);
  }

  .md\:border-r-zinc-600\/90 {
    border-right-color: rgb(82 82 91 / 0.9);
  }

  .md\:border-r-zinc-600\/95 {
    border-right-color: rgb(82 82 91 / 0.95);
  }

  .md\:border-r-zinc-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(63 63 70 / var(--tw-border-opacity));
  }

  .md\:border-r-zinc-700\/0 {
    border-right-color: rgb(63 63 70 / 0);
  }

  .md\:border-r-zinc-700\/10 {
    border-right-color: rgb(63 63 70 / 0.1);
  }

  .md\:border-r-zinc-700\/100 {
    border-right-color: rgb(63 63 70 / 1);
  }

  .md\:border-r-zinc-700\/15 {
    border-right-color: rgb(63 63 70 / 0.15);
  }

  .md\:border-r-zinc-700\/20 {
    border-right-color: rgb(63 63 70 / 0.2);
  }

  .md\:border-r-zinc-700\/25 {
    border-right-color: rgb(63 63 70 / 0.25);
  }

  .md\:border-r-zinc-700\/30 {
    border-right-color: rgb(63 63 70 / 0.3);
  }

  .md\:border-r-zinc-700\/35 {
    border-right-color: rgb(63 63 70 / 0.35);
  }

  .md\:border-r-zinc-700\/40 {
    border-right-color: rgb(63 63 70 / 0.4);
  }

  .md\:border-r-zinc-700\/45 {
    border-right-color: rgb(63 63 70 / 0.45);
  }

  .md\:border-r-zinc-700\/5 {
    border-right-color: rgb(63 63 70 / 0.05);
  }

  .md\:border-r-zinc-700\/50 {
    border-right-color: rgb(63 63 70 / 0.5);
  }

  .md\:border-r-zinc-700\/55 {
    border-right-color: rgb(63 63 70 / 0.55);
  }

  .md\:border-r-zinc-700\/60 {
    border-right-color: rgb(63 63 70 / 0.6);
  }

  .md\:border-r-zinc-700\/65 {
    border-right-color: rgb(63 63 70 / 0.65);
  }

  .md\:border-r-zinc-700\/70 {
    border-right-color: rgb(63 63 70 / 0.7);
  }

  .md\:border-r-zinc-700\/75 {
    border-right-color: rgb(63 63 70 / 0.75);
  }

  .md\:border-r-zinc-700\/80 {
    border-right-color: rgb(63 63 70 / 0.8);
  }

  .md\:border-r-zinc-700\/85 {
    border-right-color: rgb(63 63 70 / 0.85);
  }

  .md\:border-r-zinc-700\/90 {
    border-right-color: rgb(63 63 70 / 0.9);
  }

  .md\:border-r-zinc-700\/95 {
    border-right-color: rgb(63 63 70 / 0.95);
  }

  .md\:border-r-zinc-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(39 39 42 / var(--tw-border-opacity));
  }

  .md\:border-r-zinc-800\/0 {
    border-right-color: rgb(39 39 42 / 0);
  }

  .md\:border-r-zinc-800\/10 {
    border-right-color: rgb(39 39 42 / 0.1);
  }

  .md\:border-r-zinc-800\/100 {
    border-right-color: rgb(39 39 42 / 1);
  }

  .md\:border-r-zinc-800\/15 {
    border-right-color: rgb(39 39 42 / 0.15);
  }

  .md\:border-r-zinc-800\/20 {
    border-right-color: rgb(39 39 42 / 0.2);
  }

  .md\:border-r-zinc-800\/25 {
    border-right-color: rgb(39 39 42 / 0.25);
  }

  .md\:border-r-zinc-800\/30 {
    border-right-color: rgb(39 39 42 / 0.3);
  }

  .md\:border-r-zinc-800\/35 {
    border-right-color: rgb(39 39 42 / 0.35);
  }

  .md\:border-r-zinc-800\/40 {
    border-right-color: rgb(39 39 42 / 0.4);
  }

  .md\:border-r-zinc-800\/45 {
    border-right-color: rgb(39 39 42 / 0.45);
  }

  .md\:border-r-zinc-800\/5 {
    border-right-color: rgb(39 39 42 / 0.05);
  }

  .md\:border-r-zinc-800\/50 {
    border-right-color: rgb(39 39 42 / 0.5);
  }

  .md\:border-r-zinc-800\/55 {
    border-right-color: rgb(39 39 42 / 0.55);
  }

  .md\:border-r-zinc-800\/60 {
    border-right-color: rgb(39 39 42 / 0.6);
  }

  .md\:border-r-zinc-800\/65 {
    border-right-color: rgb(39 39 42 / 0.65);
  }

  .md\:border-r-zinc-800\/70 {
    border-right-color: rgb(39 39 42 / 0.7);
  }

  .md\:border-r-zinc-800\/75 {
    border-right-color: rgb(39 39 42 / 0.75);
  }

  .md\:border-r-zinc-800\/80 {
    border-right-color: rgb(39 39 42 / 0.8);
  }

  .md\:border-r-zinc-800\/85 {
    border-right-color: rgb(39 39 42 / 0.85);
  }

  .md\:border-r-zinc-800\/90 {
    border-right-color: rgb(39 39 42 / 0.9);
  }

  .md\:border-r-zinc-800\/95 {
    border-right-color: rgb(39 39 42 / 0.95);
  }

  .md\:border-r-zinc-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(24 24 27 / var(--tw-border-opacity));
  }

  .md\:border-r-zinc-900\/0 {
    border-right-color: rgb(24 24 27 / 0);
  }

  .md\:border-r-zinc-900\/10 {
    border-right-color: rgb(24 24 27 / 0.1);
  }

  .md\:border-r-zinc-900\/100 {
    border-right-color: rgb(24 24 27 / 1);
  }

  .md\:border-r-zinc-900\/15 {
    border-right-color: rgb(24 24 27 / 0.15);
  }

  .md\:border-r-zinc-900\/20 {
    border-right-color: rgb(24 24 27 / 0.2);
  }

  .md\:border-r-zinc-900\/25 {
    border-right-color: rgb(24 24 27 / 0.25);
  }

  .md\:border-r-zinc-900\/30 {
    border-right-color: rgb(24 24 27 / 0.3);
  }

  .md\:border-r-zinc-900\/35 {
    border-right-color: rgb(24 24 27 / 0.35);
  }

  .md\:border-r-zinc-900\/40 {
    border-right-color: rgb(24 24 27 / 0.4);
  }

  .md\:border-r-zinc-900\/45 {
    border-right-color: rgb(24 24 27 / 0.45);
  }

  .md\:border-r-zinc-900\/5 {
    border-right-color: rgb(24 24 27 / 0.05);
  }

  .md\:border-r-zinc-900\/50 {
    border-right-color: rgb(24 24 27 / 0.5);
  }

  .md\:border-r-zinc-900\/55 {
    border-right-color: rgb(24 24 27 / 0.55);
  }

  .md\:border-r-zinc-900\/60 {
    border-right-color: rgb(24 24 27 / 0.6);
  }

  .md\:border-r-zinc-900\/65 {
    border-right-color: rgb(24 24 27 / 0.65);
  }

  .md\:border-r-zinc-900\/70 {
    border-right-color: rgb(24 24 27 / 0.7);
  }

  .md\:border-r-zinc-900\/75 {
    border-right-color: rgb(24 24 27 / 0.75);
  }

  .md\:border-r-zinc-900\/80 {
    border-right-color: rgb(24 24 27 / 0.8);
  }

  .md\:border-r-zinc-900\/85 {
    border-right-color: rgb(24 24 27 / 0.85);
  }

  .md\:border-r-zinc-900\/90 {
    border-right-color: rgb(24 24 27 / 0.9);
  }

  .md\:border-r-zinc-900\/95 {
    border-right-color: rgb(24 24 27 / 0.95);
  }

  .md\:border-r-zinc-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(9 9 11 / var(--tw-border-opacity));
  }

  .md\:border-r-zinc-950\/0 {
    border-right-color: rgb(9 9 11 / 0);
  }

  .md\:border-r-zinc-950\/10 {
    border-right-color: rgb(9 9 11 / 0.1);
  }

  .md\:border-r-zinc-950\/100 {
    border-right-color: rgb(9 9 11 / 1);
  }

  .md\:border-r-zinc-950\/15 {
    border-right-color: rgb(9 9 11 / 0.15);
  }

  .md\:border-r-zinc-950\/20 {
    border-right-color: rgb(9 9 11 / 0.2);
  }

  .md\:border-r-zinc-950\/25 {
    border-right-color: rgb(9 9 11 / 0.25);
  }

  .md\:border-r-zinc-950\/30 {
    border-right-color: rgb(9 9 11 / 0.3);
  }

  .md\:border-r-zinc-950\/35 {
    border-right-color: rgb(9 9 11 / 0.35);
  }

  .md\:border-r-zinc-950\/40 {
    border-right-color: rgb(9 9 11 / 0.4);
  }

  .md\:border-r-zinc-950\/45 {
    border-right-color: rgb(9 9 11 / 0.45);
  }

  .md\:border-r-zinc-950\/5 {
    border-right-color: rgb(9 9 11 / 0.05);
  }

  .md\:border-r-zinc-950\/50 {
    border-right-color: rgb(9 9 11 / 0.5);
  }

  .md\:border-r-zinc-950\/55 {
    border-right-color: rgb(9 9 11 / 0.55);
  }

  .md\:border-r-zinc-950\/60 {
    border-right-color: rgb(9 9 11 / 0.6);
  }

  .md\:border-r-zinc-950\/65 {
    border-right-color: rgb(9 9 11 / 0.65);
  }

  .md\:border-r-zinc-950\/70 {
    border-right-color: rgb(9 9 11 / 0.7);
  }

  .md\:border-r-zinc-950\/75 {
    border-right-color: rgb(9 9 11 / 0.75);
  }

  .md\:border-r-zinc-950\/80 {
    border-right-color: rgb(9 9 11 / 0.8);
  }

  .md\:border-r-zinc-950\/85 {
    border-right-color: rgb(9 9 11 / 0.85);
  }

  .md\:border-r-zinc-950\/90 {
    border-right-color: rgb(9 9 11 / 0.9);
  }

  .md\:border-r-zinc-950\/95 {
    border-right-color: rgb(9 9 11 / 0.95);
  }

  .md\:border-s-amber-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 243 199 / var(--tw-border-opacity));
  }

  .md\:border-s-amber-100\/0 {
    border-inline-start-color: rgb(254 243 199 / 0);
  }

  .md\:border-s-amber-100\/10 {
    border-inline-start-color: rgb(254 243 199 / 0.1);
  }

  .md\:border-s-amber-100\/100 {
    border-inline-start-color: rgb(254 243 199 / 1);
  }

  .md\:border-s-amber-100\/15 {
    border-inline-start-color: rgb(254 243 199 / 0.15);
  }

  .md\:border-s-amber-100\/20 {
    border-inline-start-color: rgb(254 243 199 / 0.2);
  }

  .md\:border-s-amber-100\/25 {
    border-inline-start-color: rgb(254 243 199 / 0.25);
  }

  .md\:border-s-amber-100\/30 {
    border-inline-start-color: rgb(254 243 199 / 0.3);
  }

  .md\:border-s-amber-100\/35 {
    border-inline-start-color: rgb(254 243 199 / 0.35);
  }

  .md\:border-s-amber-100\/40 {
    border-inline-start-color: rgb(254 243 199 / 0.4);
  }

  .md\:border-s-amber-100\/45 {
    border-inline-start-color: rgb(254 243 199 / 0.45);
  }

  .md\:border-s-amber-100\/5 {
    border-inline-start-color: rgb(254 243 199 / 0.05);
  }

  .md\:border-s-amber-100\/50 {
    border-inline-start-color: rgb(254 243 199 / 0.5);
  }

  .md\:border-s-amber-100\/55 {
    border-inline-start-color: rgb(254 243 199 / 0.55);
  }

  .md\:border-s-amber-100\/60 {
    border-inline-start-color: rgb(254 243 199 / 0.6);
  }

  .md\:border-s-amber-100\/65 {
    border-inline-start-color: rgb(254 243 199 / 0.65);
  }

  .md\:border-s-amber-100\/70 {
    border-inline-start-color: rgb(254 243 199 / 0.7);
  }

  .md\:border-s-amber-100\/75 {
    border-inline-start-color: rgb(254 243 199 / 0.75);
  }

  .md\:border-s-amber-100\/80 {
    border-inline-start-color: rgb(254 243 199 / 0.8);
  }

  .md\:border-s-amber-100\/85 {
    border-inline-start-color: rgb(254 243 199 / 0.85);
  }

  .md\:border-s-amber-100\/90 {
    border-inline-start-color: rgb(254 243 199 / 0.9);
  }

  .md\:border-s-amber-100\/95 {
    border-inline-start-color: rgb(254 243 199 / 0.95);
  }

  .md\:border-s-amber-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(253 230 138 / var(--tw-border-opacity));
  }

  .md\:border-s-amber-200\/0 {
    border-inline-start-color: rgb(253 230 138 / 0);
  }

  .md\:border-s-amber-200\/10 {
    border-inline-start-color: rgb(253 230 138 / 0.1);
  }

  .md\:border-s-amber-200\/100 {
    border-inline-start-color: rgb(253 230 138 / 1);
  }

  .md\:border-s-amber-200\/15 {
    border-inline-start-color: rgb(253 230 138 / 0.15);
  }

  .md\:border-s-amber-200\/20 {
    border-inline-start-color: rgb(253 230 138 / 0.2);
  }

  .md\:border-s-amber-200\/25 {
    border-inline-start-color: rgb(253 230 138 / 0.25);
  }

  .md\:border-s-amber-200\/30 {
    border-inline-start-color: rgb(253 230 138 / 0.3);
  }

  .md\:border-s-amber-200\/35 {
    border-inline-start-color: rgb(253 230 138 / 0.35);
  }

  .md\:border-s-amber-200\/40 {
    border-inline-start-color: rgb(253 230 138 / 0.4);
  }

  .md\:border-s-amber-200\/45 {
    border-inline-start-color: rgb(253 230 138 / 0.45);
  }

  .md\:border-s-amber-200\/5 {
    border-inline-start-color: rgb(253 230 138 / 0.05);
  }

  .md\:border-s-amber-200\/50 {
    border-inline-start-color: rgb(253 230 138 / 0.5);
  }

  .md\:border-s-amber-200\/55 {
    border-inline-start-color: rgb(253 230 138 / 0.55);
  }

  .md\:border-s-amber-200\/60 {
    border-inline-start-color: rgb(253 230 138 / 0.6);
  }

  .md\:border-s-amber-200\/65 {
    border-inline-start-color: rgb(253 230 138 / 0.65);
  }

  .md\:border-s-amber-200\/70 {
    border-inline-start-color: rgb(253 230 138 / 0.7);
  }

  .md\:border-s-amber-200\/75 {
    border-inline-start-color: rgb(253 230 138 / 0.75);
  }

  .md\:border-s-amber-200\/80 {
    border-inline-start-color: rgb(253 230 138 / 0.8);
  }

  .md\:border-s-amber-200\/85 {
    border-inline-start-color: rgb(253 230 138 / 0.85);
  }

  .md\:border-s-amber-200\/90 {
    border-inline-start-color: rgb(253 230 138 / 0.9);
  }

  .md\:border-s-amber-200\/95 {
    border-inline-start-color: rgb(253 230 138 / 0.95);
  }

  .md\:border-s-amber-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(252 211 77 / var(--tw-border-opacity));
  }

  .md\:border-s-amber-300\/0 {
    border-inline-start-color: rgb(252 211 77 / 0);
  }

  .md\:border-s-amber-300\/10 {
    border-inline-start-color: rgb(252 211 77 / 0.1);
  }

  .md\:border-s-amber-300\/100 {
    border-inline-start-color: rgb(252 211 77 / 1);
  }

  .md\:border-s-amber-300\/15 {
    border-inline-start-color: rgb(252 211 77 / 0.15);
  }

  .md\:border-s-amber-300\/20 {
    border-inline-start-color: rgb(252 211 77 / 0.2);
  }

  .md\:border-s-amber-300\/25 {
    border-inline-start-color: rgb(252 211 77 / 0.25);
  }

  .md\:border-s-amber-300\/30 {
    border-inline-start-color: rgb(252 211 77 / 0.3);
  }

  .md\:border-s-amber-300\/35 {
    border-inline-start-color: rgb(252 211 77 / 0.35);
  }

  .md\:border-s-amber-300\/40 {
    border-inline-start-color: rgb(252 211 77 / 0.4);
  }

  .md\:border-s-amber-300\/45 {
    border-inline-start-color: rgb(252 211 77 / 0.45);
  }

  .md\:border-s-amber-300\/5 {
    border-inline-start-color: rgb(252 211 77 / 0.05);
  }

  .md\:border-s-amber-300\/50 {
    border-inline-start-color: rgb(252 211 77 / 0.5);
  }

  .md\:border-s-amber-300\/55 {
    border-inline-start-color: rgb(252 211 77 / 0.55);
  }

  .md\:border-s-amber-300\/60 {
    border-inline-start-color: rgb(252 211 77 / 0.6);
  }

  .md\:border-s-amber-300\/65 {
    border-inline-start-color: rgb(252 211 77 / 0.65);
  }

  .md\:border-s-amber-300\/70 {
    border-inline-start-color: rgb(252 211 77 / 0.7);
  }

  .md\:border-s-amber-300\/75 {
    border-inline-start-color: rgb(252 211 77 / 0.75);
  }

  .md\:border-s-amber-300\/80 {
    border-inline-start-color: rgb(252 211 77 / 0.8);
  }

  .md\:border-s-amber-300\/85 {
    border-inline-start-color: rgb(252 211 77 / 0.85);
  }

  .md\:border-s-amber-300\/90 {
    border-inline-start-color: rgb(252 211 77 / 0.9);
  }

  .md\:border-s-amber-300\/95 {
    border-inline-start-color: rgb(252 211 77 / 0.95);
  }

  .md\:border-s-amber-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(251 191 36 / var(--tw-border-opacity));
  }

  .md\:border-s-amber-400\/0 {
    border-inline-start-color: rgb(251 191 36 / 0);
  }

  .md\:border-s-amber-400\/10 {
    border-inline-start-color: rgb(251 191 36 / 0.1);
  }

  .md\:border-s-amber-400\/100 {
    border-inline-start-color: rgb(251 191 36 / 1);
  }

  .md\:border-s-amber-400\/15 {
    border-inline-start-color: rgb(251 191 36 / 0.15);
  }

  .md\:border-s-amber-400\/20 {
    border-inline-start-color: rgb(251 191 36 / 0.2);
  }

  .md\:border-s-amber-400\/25 {
    border-inline-start-color: rgb(251 191 36 / 0.25);
  }

  .md\:border-s-amber-400\/30 {
    border-inline-start-color: rgb(251 191 36 / 0.3);
  }

  .md\:border-s-amber-400\/35 {
    border-inline-start-color: rgb(251 191 36 / 0.35);
  }

  .md\:border-s-amber-400\/40 {
    border-inline-start-color: rgb(251 191 36 / 0.4);
  }

  .md\:border-s-amber-400\/45 {
    border-inline-start-color: rgb(251 191 36 / 0.45);
  }

  .md\:border-s-amber-400\/5 {
    border-inline-start-color: rgb(251 191 36 / 0.05);
  }

  .md\:border-s-amber-400\/50 {
    border-inline-start-color: rgb(251 191 36 / 0.5);
  }

  .md\:border-s-amber-400\/55 {
    border-inline-start-color: rgb(251 191 36 / 0.55);
  }

  .md\:border-s-amber-400\/60 {
    border-inline-start-color: rgb(251 191 36 / 0.6);
  }

  .md\:border-s-amber-400\/65 {
    border-inline-start-color: rgb(251 191 36 / 0.65);
  }

  .md\:border-s-amber-400\/70 {
    border-inline-start-color: rgb(251 191 36 / 0.7);
  }

  .md\:border-s-amber-400\/75 {
    border-inline-start-color: rgb(251 191 36 / 0.75);
  }

  .md\:border-s-amber-400\/80 {
    border-inline-start-color: rgb(251 191 36 / 0.8);
  }

  .md\:border-s-amber-400\/85 {
    border-inline-start-color: rgb(251 191 36 / 0.85);
  }

  .md\:border-s-amber-400\/90 {
    border-inline-start-color: rgb(251 191 36 / 0.9);
  }

  .md\:border-s-amber-400\/95 {
    border-inline-start-color: rgb(251 191 36 / 0.95);
  }

  .md\:border-s-amber-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(255 251 235 / var(--tw-border-opacity));
  }

  .md\:border-s-amber-50\/0 {
    border-inline-start-color: rgb(255 251 235 / 0);
  }

  .md\:border-s-amber-50\/10 {
    border-inline-start-color: rgb(255 251 235 / 0.1);
  }

  .md\:border-s-amber-50\/100 {
    border-inline-start-color: rgb(255 251 235 / 1);
  }

  .md\:border-s-amber-50\/15 {
    border-inline-start-color: rgb(255 251 235 / 0.15);
  }

  .md\:border-s-amber-50\/20 {
    border-inline-start-color: rgb(255 251 235 / 0.2);
  }

  .md\:border-s-amber-50\/25 {
    border-inline-start-color: rgb(255 251 235 / 0.25);
  }

  .md\:border-s-amber-50\/30 {
    border-inline-start-color: rgb(255 251 235 / 0.3);
  }

  .md\:border-s-amber-50\/35 {
    border-inline-start-color: rgb(255 251 235 / 0.35);
  }

  .md\:border-s-amber-50\/40 {
    border-inline-start-color: rgb(255 251 235 / 0.4);
  }

  .md\:border-s-amber-50\/45 {
    border-inline-start-color: rgb(255 251 235 / 0.45);
  }

  .md\:border-s-amber-50\/5 {
    border-inline-start-color: rgb(255 251 235 / 0.05);
  }

  .md\:border-s-amber-50\/50 {
    border-inline-start-color: rgb(255 251 235 / 0.5);
  }

  .md\:border-s-amber-50\/55 {
    border-inline-start-color: rgb(255 251 235 / 0.55);
  }

  .md\:border-s-amber-50\/60 {
    border-inline-start-color: rgb(255 251 235 / 0.6);
  }

  .md\:border-s-amber-50\/65 {
    border-inline-start-color: rgb(255 251 235 / 0.65);
  }

  .md\:border-s-amber-50\/70 {
    border-inline-start-color: rgb(255 251 235 / 0.7);
  }

  .md\:border-s-amber-50\/75 {
    border-inline-start-color: rgb(255 251 235 / 0.75);
  }

  .md\:border-s-amber-50\/80 {
    border-inline-start-color: rgb(255 251 235 / 0.8);
  }

  .md\:border-s-amber-50\/85 {
    border-inline-start-color: rgb(255 251 235 / 0.85);
  }

  .md\:border-s-amber-50\/90 {
    border-inline-start-color: rgb(255 251 235 / 0.9);
  }

  .md\:border-s-amber-50\/95 {
    border-inline-start-color: rgb(255 251 235 / 0.95);
  }

  .md\:border-s-amber-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(245 158 11 / var(--tw-border-opacity));
  }

  .md\:border-s-amber-500\/0 {
    border-inline-start-color: rgb(245 158 11 / 0);
  }

  .md\:border-s-amber-500\/10 {
    border-inline-start-color: rgb(245 158 11 / 0.1);
  }

  .md\:border-s-amber-500\/100 {
    border-inline-start-color: rgb(245 158 11 / 1);
  }

  .md\:border-s-amber-500\/15 {
    border-inline-start-color: rgb(245 158 11 / 0.15);
  }

  .md\:border-s-amber-500\/20 {
    border-inline-start-color: rgb(245 158 11 / 0.2);
  }

  .md\:border-s-amber-500\/25 {
    border-inline-start-color: rgb(245 158 11 / 0.25);
  }

  .md\:border-s-amber-500\/30 {
    border-inline-start-color: rgb(245 158 11 / 0.3);
  }

  .md\:border-s-amber-500\/35 {
    border-inline-start-color: rgb(245 158 11 / 0.35);
  }

  .md\:border-s-amber-500\/40 {
    border-inline-start-color: rgb(245 158 11 / 0.4);
  }

  .md\:border-s-amber-500\/45 {
    border-inline-start-color: rgb(245 158 11 / 0.45);
  }

  .md\:border-s-amber-500\/5 {
    border-inline-start-color: rgb(245 158 11 / 0.05);
  }

  .md\:border-s-amber-500\/50 {
    border-inline-start-color: rgb(245 158 11 / 0.5);
  }

  .md\:border-s-amber-500\/55 {
    border-inline-start-color: rgb(245 158 11 / 0.55);
  }

  .md\:border-s-amber-500\/60 {
    border-inline-start-color: rgb(245 158 11 / 0.6);
  }

  .md\:border-s-amber-500\/65 {
    border-inline-start-color: rgb(245 158 11 / 0.65);
  }

  .md\:border-s-amber-500\/70 {
    border-inline-start-color: rgb(245 158 11 / 0.7);
  }

  .md\:border-s-amber-500\/75 {
    border-inline-start-color: rgb(245 158 11 / 0.75);
  }

  .md\:border-s-amber-500\/80 {
    border-inline-start-color: rgb(245 158 11 / 0.8);
  }

  .md\:border-s-amber-500\/85 {
    border-inline-start-color: rgb(245 158 11 / 0.85);
  }

  .md\:border-s-amber-500\/90 {
    border-inline-start-color: rgb(245 158 11 / 0.9);
  }

  .md\:border-s-amber-500\/95 {
    border-inline-start-color: rgb(245 158 11 / 0.95);
  }

  .md\:border-s-amber-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(217 119 6 / var(--tw-border-opacity));
  }

  .md\:border-s-amber-600\/0 {
    border-inline-start-color: rgb(217 119 6 / 0);
  }

  .md\:border-s-amber-600\/10 {
    border-inline-start-color: rgb(217 119 6 / 0.1);
  }

  .md\:border-s-amber-600\/100 {
    border-inline-start-color: rgb(217 119 6 / 1);
  }

  .md\:border-s-amber-600\/15 {
    border-inline-start-color: rgb(217 119 6 / 0.15);
  }

  .md\:border-s-amber-600\/20 {
    border-inline-start-color: rgb(217 119 6 / 0.2);
  }

  .md\:border-s-amber-600\/25 {
    border-inline-start-color: rgb(217 119 6 / 0.25);
  }

  .md\:border-s-amber-600\/30 {
    border-inline-start-color: rgb(217 119 6 / 0.3);
  }

  .md\:border-s-amber-600\/35 {
    border-inline-start-color: rgb(217 119 6 / 0.35);
  }

  .md\:border-s-amber-600\/40 {
    border-inline-start-color: rgb(217 119 6 / 0.4);
  }

  .md\:border-s-amber-600\/45 {
    border-inline-start-color: rgb(217 119 6 / 0.45);
  }

  .md\:border-s-amber-600\/5 {
    border-inline-start-color: rgb(217 119 6 / 0.05);
  }

  .md\:border-s-amber-600\/50 {
    border-inline-start-color: rgb(217 119 6 / 0.5);
  }

  .md\:border-s-amber-600\/55 {
    border-inline-start-color: rgb(217 119 6 / 0.55);
  }

  .md\:border-s-amber-600\/60 {
    border-inline-start-color: rgb(217 119 6 / 0.6);
  }

  .md\:border-s-amber-600\/65 {
    border-inline-start-color: rgb(217 119 6 / 0.65);
  }

  .md\:border-s-amber-600\/70 {
    border-inline-start-color: rgb(217 119 6 / 0.7);
  }

  .md\:border-s-amber-600\/75 {
    border-inline-start-color: rgb(217 119 6 / 0.75);
  }

  .md\:border-s-amber-600\/80 {
    border-inline-start-color: rgb(217 119 6 / 0.8);
  }

  .md\:border-s-amber-600\/85 {
    border-inline-start-color: rgb(217 119 6 / 0.85);
  }

  .md\:border-s-amber-600\/90 {
    border-inline-start-color: rgb(217 119 6 / 0.9);
  }

  .md\:border-s-amber-600\/95 {
    border-inline-start-color: rgb(217 119 6 / 0.95);
  }

  .md\:border-s-amber-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(180 83 9 / var(--tw-border-opacity));
  }

  .md\:border-s-amber-700\/0 {
    border-inline-start-color: rgb(180 83 9 / 0);
  }

  .md\:border-s-amber-700\/10 {
    border-inline-start-color: rgb(180 83 9 / 0.1);
  }

  .md\:border-s-amber-700\/100 {
    border-inline-start-color: rgb(180 83 9 / 1);
  }

  .md\:border-s-amber-700\/15 {
    border-inline-start-color: rgb(180 83 9 / 0.15);
  }

  .md\:border-s-amber-700\/20 {
    border-inline-start-color: rgb(180 83 9 / 0.2);
  }

  .md\:border-s-amber-700\/25 {
    border-inline-start-color: rgb(180 83 9 / 0.25);
  }

  .md\:border-s-amber-700\/30 {
    border-inline-start-color: rgb(180 83 9 / 0.3);
  }

  .md\:border-s-amber-700\/35 {
    border-inline-start-color: rgb(180 83 9 / 0.35);
  }

  .md\:border-s-amber-700\/40 {
    border-inline-start-color: rgb(180 83 9 / 0.4);
  }

  .md\:border-s-amber-700\/45 {
    border-inline-start-color: rgb(180 83 9 / 0.45);
  }

  .md\:border-s-amber-700\/5 {
    border-inline-start-color: rgb(180 83 9 / 0.05);
  }

  .md\:border-s-amber-700\/50 {
    border-inline-start-color: rgb(180 83 9 / 0.5);
  }

  .md\:border-s-amber-700\/55 {
    border-inline-start-color: rgb(180 83 9 / 0.55);
  }

  .md\:border-s-amber-700\/60 {
    border-inline-start-color: rgb(180 83 9 / 0.6);
  }

  .md\:border-s-amber-700\/65 {
    border-inline-start-color: rgb(180 83 9 / 0.65);
  }

  .md\:border-s-amber-700\/70 {
    border-inline-start-color: rgb(180 83 9 / 0.7);
  }

  .md\:border-s-amber-700\/75 {
    border-inline-start-color: rgb(180 83 9 / 0.75);
  }

  .md\:border-s-amber-700\/80 {
    border-inline-start-color: rgb(180 83 9 / 0.8);
  }

  .md\:border-s-amber-700\/85 {
    border-inline-start-color: rgb(180 83 9 / 0.85);
  }

  .md\:border-s-amber-700\/90 {
    border-inline-start-color: rgb(180 83 9 / 0.9);
  }

  .md\:border-s-amber-700\/95 {
    border-inline-start-color: rgb(180 83 9 / 0.95);
  }

  .md\:border-s-amber-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(146 64 14 / var(--tw-border-opacity));
  }

  .md\:border-s-amber-800\/0 {
    border-inline-start-color: rgb(146 64 14 / 0);
  }

  .md\:border-s-amber-800\/10 {
    border-inline-start-color: rgb(146 64 14 / 0.1);
  }

  .md\:border-s-amber-800\/100 {
    border-inline-start-color: rgb(146 64 14 / 1);
  }

  .md\:border-s-amber-800\/15 {
    border-inline-start-color: rgb(146 64 14 / 0.15);
  }

  .md\:border-s-amber-800\/20 {
    border-inline-start-color: rgb(146 64 14 / 0.2);
  }

  .md\:border-s-amber-800\/25 {
    border-inline-start-color: rgb(146 64 14 / 0.25);
  }

  .md\:border-s-amber-800\/30 {
    border-inline-start-color: rgb(146 64 14 / 0.3);
  }

  .md\:border-s-amber-800\/35 {
    border-inline-start-color: rgb(146 64 14 / 0.35);
  }

  .md\:border-s-amber-800\/40 {
    border-inline-start-color: rgb(146 64 14 / 0.4);
  }

  .md\:border-s-amber-800\/45 {
    border-inline-start-color: rgb(146 64 14 / 0.45);
  }

  .md\:border-s-amber-800\/5 {
    border-inline-start-color: rgb(146 64 14 / 0.05);
  }

  .md\:border-s-amber-800\/50 {
    border-inline-start-color: rgb(146 64 14 / 0.5);
  }

  .md\:border-s-amber-800\/55 {
    border-inline-start-color: rgb(146 64 14 / 0.55);
  }

  .md\:border-s-amber-800\/60 {
    border-inline-start-color: rgb(146 64 14 / 0.6);
  }

  .md\:border-s-amber-800\/65 {
    border-inline-start-color: rgb(146 64 14 / 0.65);
  }

  .md\:border-s-amber-800\/70 {
    border-inline-start-color: rgb(146 64 14 / 0.7);
  }

  .md\:border-s-amber-800\/75 {
    border-inline-start-color: rgb(146 64 14 / 0.75);
  }

  .md\:border-s-amber-800\/80 {
    border-inline-start-color: rgb(146 64 14 / 0.8);
  }

  .md\:border-s-amber-800\/85 {
    border-inline-start-color: rgb(146 64 14 / 0.85);
  }

  .md\:border-s-amber-800\/90 {
    border-inline-start-color: rgb(146 64 14 / 0.9);
  }

  .md\:border-s-amber-800\/95 {
    border-inline-start-color: rgb(146 64 14 / 0.95);
  }

  .md\:border-s-amber-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(120 53 15 / var(--tw-border-opacity));
  }

  .md\:border-s-amber-900\/0 {
    border-inline-start-color: rgb(120 53 15 / 0);
  }

  .md\:border-s-amber-900\/10 {
    border-inline-start-color: rgb(120 53 15 / 0.1);
  }

  .md\:border-s-amber-900\/100 {
    border-inline-start-color: rgb(120 53 15 / 1);
  }

  .md\:border-s-amber-900\/15 {
    border-inline-start-color: rgb(120 53 15 / 0.15);
  }

  .md\:border-s-amber-900\/20 {
    border-inline-start-color: rgb(120 53 15 / 0.2);
  }

  .md\:border-s-amber-900\/25 {
    border-inline-start-color: rgb(120 53 15 / 0.25);
  }

  .md\:border-s-amber-900\/30 {
    border-inline-start-color: rgb(120 53 15 / 0.3);
  }

  .md\:border-s-amber-900\/35 {
    border-inline-start-color: rgb(120 53 15 / 0.35);
  }

  .md\:border-s-amber-900\/40 {
    border-inline-start-color: rgb(120 53 15 / 0.4);
  }

  .md\:border-s-amber-900\/45 {
    border-inline-start-color: rgb(120 53 15 / 0.45);
  }

  .md\:border-s-amber-900\/5 {
    border-inline-start-color: rgb(120 53 15 / 0.05);
  }

  .md\:border-s-amber-900\/50 {
    border-inline-start-color: rgb(120 53 15 / 0.5);
  }

  .md\:border-s-amber-900\/55 {
    border-inline-start-color: rgb(120 53 15 / 0.55);
  }

  .md\:border-s-amber-900\/60 {
    border-inline-start-color: rgb(120 53 15 / 0.6);
  }

  .md\:border-s-amber-900\/65 {
    border-inline-start-color: rgb(120 53 15 / 0.65);
  }

  .md\:border-s-amber-900\/70 {
    border-inline-start-color: rgb(120 53 15 / 0.7);
  }

  .md\:border-s-amber-900\/75 {
    border-inline-start-color: rgb(120 53 15 / 0.75);
  }

  .md\:border-s-amber-900\/80 {
    border-inline-start-color: rgb(120 53 15 / 0.8);
  }

  .md\:border-s-amber-900\/85 {
    border-inline-start-color: rgb(120 53 15 / 0.85);
  }

  .md\:border-s-amber-900\/90 {
    border-inline-start-color: rgb(120 53 15 / 0.9);
  }

  .md\:border-s-amber-900\/95 {
    border-inline-start-color: rgb(120 53 15 / 0.95);
  }

  .md\:border-s-amber-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(69 26 3 / var(--tw-border-opacity));
  }

  .md\:border-s-amber-950\/0 {
    border-inline-start-color: rgb(69 26 3 / 0);
  }

  .md\:border-s-amber-950\/10 {
    border-inline-start-color: rgb(69 26 3 / 0.1);
  }

  .md\:border-s-amber-950\/100 {
    border-inline-start-color: rgb(69 26 3 / 1);
  }

  .md\:border-s-amber-950\/15 {
    border-inline-start-color: rgb(69 26 3 / 0.15);
  }

  .md\:border-s-amber-950\/20 {
    border-inline-start-color: rgb(69 26 3 / 0.2);
  }

  .md\:border-s-amber-950\/25 {
    border-inline-start-color: rgb(69 26 3 / 0.25);
  }

  .md\:border-s-amber-950\/30 {
    border-inline-start-color: rgb(69 26 3 / 0.3);
  }

  .md\:border-s-amber-950\/35 {
    border-inline-start-color: rgb(69 26 3 / 0.35);
  }

  .md\:border-s-amber-950\/40 {
    border-inline-start-color: rgb(69 26 3 / 0.4);
  }

  .md\:border-s-amber-950\/45 {
    border-inline-start-color: rgb(69 26 3 / 0.45);
  }

  .md\:border-s-amber-950\/5 {
    border-inline-start-color: rgb(69 26 3 / 0.05);
  }

  .md\:border-s-amber-950\/50 {
    border-inline-start-color: rgb(69 26 3 / 0.5);
  }

  .md\:border-s-amber-950\/55 {
    border-inline-start-color: rgb(69 26 3 / 0.55);
  }

  .md\:border-s-amber-950\/60 {
    border-inline-start-color: rgb(69 26 3 / 0.6);
  }

  .md\:border-s-amber-950\/65 {
    border-inline-start-color: rgb(69 26 3 / 0.65);
  }

  .md\:border-s-amber-950\/70 {
    border-inline-start-color: rgb(69 26 3 / 0.7);
  }

  .md\:border-s-amber-950\/75 {
    border-inline-start-color: rgb(69 26 3 / 0.75);
  }

  .md\:border-s-amber-950\/80 {
    border-inline-start-color: rgb(69 26 3 / 0.8);
  }

  .md\:border-s-amber-950\/85 {
    border-inline-start-color: rgb(69 26 3 / 0.85);
  }

  .md\:border-s-amber-950\/90 {
    border-inline-start-color: rgb(69 26 3 / 0.9);
  }

  .md\:border-s-amber-950\/95 {
    border-inline-start-color: rgb(69 26 3 / 0.95);
  }

  .md\:border-s-black {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .md\:border-s-black\/0 {
    border-inline-start-color: rgb(0 0 0 / 0);
  }

  .md\:border-s-black\/10 {
    border-inline-start-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-s-black\/100 {
    border-inline-start-color: rgb(0 0 0 / 1);
  }

  .md\:border-s-black\/15 {
    border-inline-start-color: rgb(0 0 0 / 0.15);
  }

  .md\:border-s-black\/20 {
    border-inline-start-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-s-black\/25 {
    border-inline-start-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-s-black\/30 {
    border-inline-start-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-s-black\/35 {
    border-inline-start-color: rgb(0 0 0 / 0.35);
  }

  .md\:border-s-black\/40 {
    border-inline-start-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-s-black\/45 {
    border-inline-start-color: rgb(0 0 0 / 0.45);
  }

  .md\:border-s-black\/5 {
    border-inline-start-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-s-black\/50 {
    border-inline-start-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-s-black\/55 {
    border-inline-start-color: rgb(0 0 0 / 0.55);
  }

  .md\:border-s-black\/60 {
    border-inline-start-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-s-black\/65 {
    border-inline-start-color: rgb(0 0 0 / 0.65);
  }

  .md\:border-s-black\/70 {
    border-inline-start-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-s-black\/75 {
    border-inline-start-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-s-black\/80 {
    border-inline-start-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-s-black\/85 {
    border-inline-start-color: rgb(0 0 0 / 0.85);
  }

  .md\:border-s-black\/90 {
    border-inline-start-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-s-black\/95 {
    border-inline-start-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-s-blue-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(219 234 254 / var(--tw-border-opacity));
  }

  .md\:border-s-blue-100\/0 {
    border-inline-start-color: rgb(219 234 254 / 0);
  }

  .md\:border-s-blue-100\/10 {
    border-inline-start-color: rgb(219 234 254 / 0.1);
  }

  .md\:border-s-blue-100\/100 {
    border-inline-start-color: rgb(219 234 254 / 1);
  }

  .md\:border-s-blue-100\/15 {
    border-inline-start-color: rgb(219 234 254 / 0.15);
  }

  .md\:border-s-blue-100\/20 {
    border-inline-start-color: rgb(219 234 254 / 0.2);
  }

  .md\:border-s-blue-100\/25 {
    border-inline-start-color: rgb(219 234 254 / 0.25);
  }

  .md\:border-s-blue-100\/30 {
    border-inline-start-color: rgb(219 234 254 / 0.3);
  }

  .md\:border-s-blue-100\/35 {
    border-inline-start-color: rgb(219 234 254 / 0.35);
  }

  .md\:border-s-blue-100\/40 {
    border-inline-start-color: rgb(219 234 254 / 0.4);
  }

  .md\:border-s-blue-100\/45 {
    border-inline-start-color: rgb(219 234 254 / 0.45);
  }

  .md\:border-s-blue-100\/5 {
    border-inline-start-color: rgb(219 234 254 / 0.05);
  }

  .md\:border-s-blue-100\/50 {
    border-inline-start-color: rgb(219 234 254 / 0.5);
  }

  .md\:border-s-blue-100\/55 {
    border-inline-start-color: rgb(219 234 254 / 0.55);
  }

  .md\:border-s-blue-100\/60 {
    border-inline-start-color: rgb(219 234 254 / 0.6);
  }

  .md\:border-s-blue-100\/65 {
    border-inline-start-color: rgb(219 234 254 / 0.65);
  }

  .md\:border-s-blue-100\/70 {
    border-inline-start-color: rgb(219 234 254 / 0.7);
  }

  .md\:border-s-blue-100\/75 {
    border-inline-start-color: rgb(219 234 254 / 0.75);
  }

  .md\:border-s-blue-100\/80 {
    border-inline-start-color: rgb(219 234 254 / 0.8);
  }

  .md\:border-s-blue-100\/85 {
    border-inline-start-color: rgb(219 234 254 / 0.85);
  }

  .md\:border-s-blue-100\/90 {
    border-inline-start-color: rgb(219 234 254 / 0.9);
  }

  .md\:border-s-blue-100\/95 {
    border-inline-start-color: rgb(219 234 254 / 0.95);
  }

  .md\:border-s-blue-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(191 219 254 / var(--tw-border-opacity));
  }

  .md\:border-s-blue-200\/0 {
    border-inline-start-color: rgb(191 219 254 / 0);
  }

  .md\:border-s-blue-200\/10 {
    border-inline-start-color: rgb(191 219 254 / 0.1);
  }

  .md\:border-s-blue-200\/100 {
    border-inline-start-color: rgb(191 219 254 / 1);
  }

  .md\:border-s-blue-200\/15 {
    border-inline-start-color: rgb(191 219 254 / 0.15);
  }

  .md\:border-s-blue-200\/20 {
    border-inline-start-color: rgb(191 219 254 / 0.2);
  }

  .md\:border-s-blue-200\/25 {
    border-inline-start-color: rgb(191 219 254 / 0.25);
  }

  .md\:border-s-blue-200\/30 {
    border-inline-start-color: rgb(191 219 254 / 0.3);
  }

  .md\:border-s-blue-200\/35 {
    border-inline-start-color: rgb(191 219 254 / 0.35);
  }

  .md\:border-s-blue-200\/40 {
    border-inline-start-color: rgb(191 219 254 / 0.4);
  }

  .md\:border-s-blue-200\/45 {
    border-inline-start-color: rgb(191 219 254 / 0.45);
  }

  .md\:border-s-blue-200\/5 {
    border-inline-start-color: rgb(191 219 254 / 0.05);
  }

  .md\:border-s-blue-200\/50 {
    border-inline-start-color: rgb(191 219 254 / 0.5);
  }

  .md\:border-s-blue-200\/55 {
    border-inline-start-color: rgb(191 219 254 / 0.55);
  }

  .md\:border-s-blue-200\/60 {
    border-inline-start-color: rgb(191 219 254 / 0.6);
  }

  .md\:border-s-blue-200\/65 {
    border-inline-start-color: rgb(191 219 254 / 0.65);
  }

  .md\:border-s-blue-200\/70 {
    border-inline-start-color: rgb(191 219 254 / 0.7);
  }

  .md\:border-s-blue-200\/75 {
    border-inline-start-color: rgb(191 219 254 / 0.75);
  }

  .md\:border-s-blue-200\/80 {
    border-inline-start-color: rgb(191 219 254 / 0.8);
  }

  .md\:border-s-blue-200\/85 {
    border-inline-start-color: rgb(191 219 254 / 0.85);
  }

  .md\:border-s-blue-200\/90 {
    border-inline-start-color: rgb(191 219 254 / 0.9);
  }

  .md\:border-s-blue-200\/95 {
    border-inline-start-color: rgb(191 219 254 / 0.95);
  }

  .md\:border-s-blue-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(147 197 253 / var(--tw-border-opacity));
  }

  .md\:border-s-blue-300\/0 {
    border-inline-start-color: rgb(147 197 253 / 0);
  }

  .md\:border-s-blue-300\/10 {
    border-inline-start-color: rgb(147 197 253 / 0.1);
  }

  .md\:border-s-blue-300\/100 {
    border-inline-start-color: rgb(147 197 253 / 1);
  }

  .md\:border-s-blue-300\/15 {
    border-inline-start-color: rgb(147 197 253 / 0.15);
  }

  .md\:border-s-blue-300\/20 {
    border-inline-start-color: rgb(147 197 253 / 0.2);
  }

  .md\:border-s-blue-300\/25 {
    border-inline-start-color: rgb(147 197 253 / 0.25);
  }

  .md\:border-s-blue-300\/30 {
    border-inline-start-color: rgb(147 197 253 / 0.3);
  }

  .md\:border-s-blue-300\/35 {
    border-inline-start-color: rgb(147 197 253 / 0.35);
  }

  .md\:border-s-blue-300\/40 {
    border-inline-start-color: rgb(147 197 253 / 0.4);
  }

  .md\:border-s-blue-300\/45 {
    border-inline-start-color: rgb(147 197 253 / 0.45);
  }

  .md\:border-s-blue-300\/5 {
    border-inline-start-color: rgb(147 197 253 / 0.05);
  }

  .md\:border-s-blue-300\/50 {
    border-inline-start-color: rgb(147 197 253 / 0.5);
  }

  .md\:border-s-blue-300\/55 {
    border-inline-start-color: rgb(147 197 253 / 0.55);
  }

  .md\:border-s-blue-300\/60 {
    border-inline-start-color: rgb(147 197 253 / 0.6);
  }

  .md\:border-s-blue-300\/65 {
    border-inline-start-color: rgb(147 197 253 / 0.65);
  }

  .md\:border-s-blue-300\/70 {
    border-inline-start-color: rgb(147 197 253 / 0.7);
  }

  .md\:border-s-blue-300\/75 {
    border-inline-start-color: rgb(147 197 253 / 0.75);
  }

  .md\:border-s-blue-300\/80 {
    border-inline-start-color: rgb(147 197 253 / 0.8);
  }

  .md\:border-s-blue-300\/85 {
    border-inline-start-color: rgb(147 197 253 / 0.85);
  }

  .md\:border-s-blue-300\/90 {
    border-inline-start-color: rgb(147 197 253 / 0.9);
  }

  .md\:border-s-blue-300\/95 {
    border-inline-start-color: rgb(147 197 253 / 0.95);
  }

  .md\:border-s-blue-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(96 165 250 / var(--tw-border-opacity));
  }

  .md\:border-s-blue-400\/0 {
    border-inline-start-color: rgb(96 165 250 / 0);
  }

  .md\:border-s-blue-400\/10 {
    border-inline-start-color: rgb(96 165 250 / 0.1);
  }

  .md\:border-s-blue-400\/100 {
    border-inline-start-color: rgb(96 165 250 / 1);
  }

  .md\:border-s-blue-400\/15 {
    border-inline-start-color: rgb(96 165 250 / 0.15);
  }

  .md\:border-s-blue-400\/20 {
    border-inline-start-color: rgb(96 165 250 / 0.2);
  }

  .md\:border-s-blue-400\/25 {
    border-inline-start-color: rgb(96 165 250 / 0.25);
  }

  .md\:border-s-blue-400\/30 {
    border-inline-start-color: rgb(96 165 250 / 0.3);
  }

  .md\:border-s-blue-400\/35 {
    border-inline-start-color: rgb(96 165 250 / 0.35);
  }

  .md\:border-s-blue-400\/40 {
    border-inline-start-color: rgb(96 165 250 / 0.4);
  }

  .md\:border-s-blue-400\/45 {
    border-inline-start-color: rgb(96 165 250 / 0.45);
  }

  .md\:border-s-blue-400\/5 {
    border-inline-start-color: rgb(96 165 250 / 0.05);
  }

  .md\:border-s-blue-400\/50 {
    border-inline-start-color: rgb(96 165 250 / 0.5);
  }

  .md\:border-s-blue-400\/55 {
    border-inline-start-color: rgb(96 165 250 / 0.55);
  }

  .md\:border-s-blue-400\/60 {
    border-inline-start-color: rgb(96 165 250 / 0.6);
  }

  .md\:border-s-blue-400\/65 {
    border-inline-start-color: rgb(96 165 250 / 0.65);
  }

  .md\:border-s-blue-400\/70 {
    border-inline-start-color: rgb(96 165 250 / 0.7);
  }

  .md\:border-s-blue-400\/75 {
    border-inline-start-color: rgb(96 165 250 / 0.75);
  }

  .md\:border-s-blue-400\/80 {
    border-inline-start-color: rgb(96 165 250 / 0.8);
  }

  .md\:border-s-blue-400\/85 {
    border-inline-start-color: rgb(96 165 250 / 0.85);
  }

  .md\:border-s-blue-400\/90 {
    border-inline-start-color: rgb(96 165 250 / 0.9);
  }

  .md\:border-s-blue-400\/95 {
    border-inline-start-color: rgb(96 165 250 / 0.95);
  }

  .md\:border-s-blue-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(239 246 255 / var(--tw-border-opacity));
  }

  .md\:border-s-blue-50\/0 {
    border-inline-start-color: rgb(239 246 255 / 0);
  }

  .md\:border-s-blue-50\/10 {
    border-inline-start-color: rgb(239 246 255 / 0.1);
  }

  .md\:border-s-blue-50\/100 {
    border-inline-start-color: rgb(239 246 255 / 1);
  }

  .md\:border-s-blue-50\/15 {
    border-inline-start-color: rgb(239 246 255 / 0.15);
  }

  .md\:border-s-blue-50\/20 {
    border-inline-start-color: rgb(239 246 255 / 0.2);
  }

  .md\:border-s-blue-50\/25 {
    border-inline-start-color: rgb(239 246 255 / 0.25);
  }

  .md\:border-s-blue-50\/30 {
    border-inline-start-color: rgb(239 246 255 / 0.3);
  }

  .md\:border-s-blue-50\/35 {
    border-inline-start-color: rgb(239 246 255 / 0.35);
  }

  .md\:border-s-blue-50\/40 {
    border-inline-start-color: rgb(239 246 255 / 0.4);
  }

  .md\:border-s-blue-50\/45 {
    border-inline-start-color: rgb(239 246 255 / 0.45);
  }

  .md\:border-s-blue-50\/5 {
    border-inline-start-color: rgb(239 246 255 / 0.05);
  }

  .md\:border-s-blue-50\/50 {
    border-inline-start-color: rgb(239 246 255 / 0.5);
  }

  .md\:border-s-blue-50\/55 {
    border-inline-start-color: rgb(239 246 255 / 0.55);
  }

  .md\:border-s-blue-50\/60 {
    border-inline-start-color: rgb(239 246 255 / 0.6);
  }

  .md\:border-s-blue-50\/65 {
    border-inline-start-color: rgb(239 246 255 / 0.65);
  }

  .md\:border-s-blue-50\/70 {
    border-inline-start-color: rgb(239 246 255 / 0.7);
  }

  .md\:border-s-blue-50\/75 {
    border-inline-start-color: rgb(239 246 255 / 0.75);
  }

  .md\:border-s-blue-50\/80 {
    border-inline-start-color: rgb(239 246 255 / 0.8);
  }

  .md\:border-s-blue-50\/85 {
    border-inline-start-color: rgb(239 246 255 / 0.85);
  }

  .md\:border-s-blue-50\/90 {
    border-inline-start-color: rgb(239 246 255 / 0.9);
  }

  .md\:border-s-blue-50\/95 {
    border-inline-start-color: rgb(239 246 255 / 0.95);
  }

  .md\:border-s-blue-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(59 130 246 / var(--tw-border-opacity));
  }

  .md\:border-s-blue-500\/0 {
    border-inline-start-color: rgb(59 130 246 / 0);
  }

  .md\:border-s-blue-500\/10 {
    border-inline-start-color: rgb(59 130 246 / 0.1);
  }

  .md\:border-s-blue-500\/100 {
    border-inline-start-color: rgb(59 130 246 / 1);
  }

  .md\:border-s-blue-500\/15 {
    border-inline-start-color: rgb(59 130 246 / 0.15);
  }

  .md\:border-s-blue-500\/20 {
    border-inline-start-color: rgb(59 130 246 / 0.2);
  }

  .md\:border-s-blue-500\/25 {
    border-inline-start-color: rgb(59 130 246 / 0.25);
  }

  .md\:border-s-blue-500\/30 {
    border-inline-start-color: rgb(59 130 246 / 0.3);
  }

  .md\:border-s-blue-500\/35 {
    border-inline-start-color: rgb(59 130 246 / 0.35);
  }

  .md\:border-s-blue-500\/40 {
    border-inline-start-color: rgb(59 130 246 / 0.4);
  }

  .md\:border-s-blue-500\/45 {
    border-inline-start-color: rgb(59 130 246 / 0.45);
  }

  .md\:border-s-blue-500\/5 {
    border-inline-start-color: rgb(59 130 246 / 0.05);
  }

  .md\:border-s-blue-500\/50 {
    border-inline-start-color: rgb(59 130 246 / 0.5);
  }

  .md\:border-s-blue-500\/55 {
    border-inline-start-color: rgb(59 130 246 / 0.55);
  }

  .md\:border-s-blue-500\/60 {
    border-inline-start-color: rgb(59 130 246 / 0.6);
  }

  .md\:border-s-blue-500\/65 {
    border-inline-start-color: rgb(59 130 246 / 0.65);
  }

  .md\:border-s-blue-500\/70 {
    border-inline-start-color: rgb(59 130 246 / 0.7);
  }

  .md\:border-s-blue-500\/75 {
    border-inline-start-color: rgb(59 130 246 / 0.75);
  }

  .md\:border-s-blue-500\/80 {
    border-inline-start-color: rgb(59 130 246 / 0.8);
  }

  .md\:border-s-blue-500\/85 {
    border-inline-start-color: rgb(59 130 246 / 0.85);
  }

  .md\:border-s-blue-500\/90 {
    border-inline-start-color: rgb(59 130 246 / 0.9);
  }

  .md\:border-s-blue-500\/95 {
    border-inline-start-color: rgb(59 130 246 / 0.95);
  }

  .md\:border-s-blue-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(37 99 235 / var(--tw-border-opacity));
  }

  .md\:border-s-blue-600\/0 {
    border-inline-start-color: rgb(37 99 235 / 0);
  }

  .md\:border-s-blue-600\/10 {
    border-inline-start-color: rgb(37 99 235 / 0.1);
  }

  .md\:border-s-blue-600\/100 {
    border-inline-start-color: rgb(37 99 235 / 1);
  }

  .md\:border-s-blue-600\/15 {
    border-inline-start-color: rgb(37 99 235 / 0.15);
  }

  .md\:border-s-blue-600\/20 {
    border-inline-start-color: rgb(37 99 235 / 0.2);
  }

  .md\:border-s-blue-600\/25 {
    border-inline-start-color: rgb(37 99 235 / 0.25);
  }

  .md\:border-s-blue-600\/30 {
    border-inline-start-color: rgb(37 99 235 / 0.3);
  }

  .md\:border-s-blue-600\/35 {
    border-inline-start-color: rgb(37 99 235 / 0.35);
  }

  .md\:border-s-blue-600\/40 {
    border-inline-start-color: rgb(37 99 235 / 0.4);
  }

  .md\:border-s-blue-600\/45 {
    border-inline-start-color: rgb(37 99 235 / 0.45);
  }

  .md\:border-s-blue-600\/5 {
    border-inline-start-color: rgb(37 99 235 / 0.05);
  }

  .md\:border-s-blue-600\/50 {
    border-inline-start-color: rgb(37 99 235 / 0.5);
  }

  .md\:border-s-blue-600\/55 {
    border-inline-start-color: rgb(37 99 235 / 0.55);
  }

  .md\:border-s-blue-600\/60 {
    border-inline-start-color: rgb(37 99 235 / 0.6);
  }

  .md\:border-s-blue-600\/65 {
    border-inline-start-color: rgb(37 99 235 / 0.65);
  }

  .md\:border-s-blue-600\/70 {
    border-inline-start-color: rgb(37 99 235 / 0.7);
  }

  .md\:border-s-blue-600\/75 {
    border-inline-start-color: rgb(37 99 235 / 0.75);
  }

  .md\:border-s-blue-600\/80 {
    border-inline-start-color: rgb(37 99 235 / 0.8);
  }

  .md\:border-s-blue-600\/85 {
    border-inline-start-color: rgb(37 99 235 / 0.85);
  }

  .md\:border-s-blue-600\/90 {
    border-inline-start-color: rgb(37 99 235 / 0.9);
  }

  .md\:border-s-blue-600\/95 {
    border-inline-start-color: rgb(37 99 235 / 0.95);
  }

  .md\:border-s-blue-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(29 78 216 / var(--tw-border-opacity));
  }

  .md\:border-s-blue-700\/0 {
    border-inline-start-color: rgb(29 78 216 / 0);
  }

  .md\:border-s-blue-700\/10 {
    border-inline-start-color: rgb(29 78 216 / 0.1);
  }

  .md\:border-s-blue-700\/100 {
    border-inline-start-color: rgb(29 78 216 / 1);
  }

  .md\:border-s-blue-700\/15 {
    border-inline-start-color: rgb(29 78 216 / 0.15);
  }

  .md\:border-s-blue-700\/20 {
    border-inline-start-color: rgb(29 78 216 / 0.2);
  }

  .md\:border-s-blue-700\/25 {
    border-inline-start-color: rgb(29 78 216 / 0.25);
  }

  .md\:border-s-blue-700\/30 {
    border-inline-start-color: rgb(29 78 216 / 0.3);
  }

  .md\:border-s-blue-700\/35 {
    border-inline-start-color: rgb(29 78 216 / 0.35);
  }

  .md\:border-s-blue-700\/40 {
    border-inline-start-color: rgb(29 78 216 / 0.4);
  }

  .md\:border-s-blue-700\/45 {
    border-inline-start-color: rgb(29 78 216 / 0.45);
  }

  .md\:border-s-blue-700\/5 {
    border-inline-start-color: rgb(29 78 216 / 0.05);
  }

  .md\:border-s-blue-700\/50 {
    border-inline-start-color: rgb(29 78 216 / 0.5);
  }

  .md\:border-s-blue-700\/55 {
    border-inline-start-color: rgb(29 78 216 / 0.55);
  }

  .md\:border-s-blue-700\/60 {
    border-inline-start-color: rgb(29 78 216 / 0.6);
  }

  .md\:border-s-blue-700\/65 {
    border-inline-start-color: rgb(29 78 216 / 0.65);
  }

  .md\:border-s-blue-700\/70 {
    border-inline-start-color: rgb(29 78 216 / 0.7);
  }

  .md\:border-s-blue-700\/75 {
    border-inline-start-color: rgb(29 78 216 / 0.75);
  }

  .md\:border-s-blue-700\/80 {
    border-inline-start-color: rgb(29 78 216 / 0.8);
  }

  .md\:border-s-blue-700\/85 {
    border-inline-start-color: rgb(29 78 216 / 0.85);
  }

  .md\:border-s-blue-700\/90 {
    border-inline-start-color: rgb(29 78 216 / 0.9);
  }

  .md\:border-s-blue-700\/95 {
    border-inline-start-color: rgb(29 78 216 / 0.95);
  }

  .md\:border-s-blue-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(30 64 175 / var(--tw-border-opacity));
  }

  .md\:border-s-blue-800\/0 {
    border-inline-start-color: rgb(30 64 175 / 0);
  }

  .md\:border-s-blue-800\/10 {
    border-inline-start-color: rgb(30 64 175 / 0.1);
  }

  .md\:border-s-blue-800\/100 {
    border-inline-start-color: rgb(30 64 175 / 1);
  }

  .md\:border-s-blue-800\/15 {
    border-inline-start-color: rgb(30 64 175 / 0.15);
  }

  .md\:border-s-blue-800\/20 {
    border-inline-start-color: rgb(30 64 175 / 0.2);
  }

  .md\:border-s-blue-800\/25 {
    border-inline-start-color: rgb(30 64 175 / 0.25);
  }

  .md\:border-s-blue-800\/30 {
    border-inline-start-color: rgb(30 64 175 / 0.3);
  }

  .md\:border-s-blue-800\/35 {
    border-inline-start-color: rgb(30 64 175 / 0.35);
  }

  .md\:border-s-blue-800\/40 {
    border-inline-start-color: rgb(30 64 175 / 0.4);
  }

  .md\:border-s-blue-800\/45 {
    border-inline-start-color: rgb(30 64 175 / 0.45);
  }

  .md\:border-s-blue-800\/5 {
    border-inline-start-color: rgb(30 64 175 / 0.05);
  }

  .md\:border-s-blue-800\/50 {
    border-inline-start-color: rgb(30 64 175 / 0.5);
  }

  .md\:border-s-blue-800\/55 {
    border-inline-start-color: rgb(30 64 175 / 0.55);
  }

  .md\:border-s-blue-800\/60 {
    border-inline-start-color: rgb(30 64 175 / 0.6);
  }

  .md\:border-s-blue-800\/65 {
    border-inline-start-color: rgb(30 64 175 / 0.65);
  }

  .md\:border-s-blue-800\/70 {
    border-inline-start-color: rgb(30 64 175 / 0.7);
  }

  .md\:border-s-blue-800\/75 {
    border-inline-start-color: rgb(30 64 175 / 0.75);
  }

  .md\:border-s-blue-800\/80 {
    border-inline-start-color: rgb(30 64 175 / 0.8);
  }

  .md\:border-s-blue-800\/85 {
    border-inline-start-color: rgb(30 64 175 / 0.85);
  }

  .md\:border-s-blue-800\/90 {
    border-inline-start-color: rgb(30 64 175 / 0.9);
  }

  .md\:border-s-blue-800\/95 {
    border-inline-start-color: rgb(30 64 175 / 0.95);
  }

  .md\:border-s-blue-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(30 58 138 / var(--tw-border-opacity));
  }

  .md\:border-s-blue-900\/0 {
    border-inline-start-color: rgb(30 58 138 / 0);
  }

  .md\:border-s-blue-900\/10 {
    border-inline-start-color: rgb(30 58 138 / 0.1);
  }

  .md\:border-s-blue-900\/100 {
    border-inline-start-color: rgb(30 58 138 / 1);
  }

  .md\:border-s-blue-900\/15 {
    border-inline-start-color: rgb(30 58 138 / 0.15);
  }

  .md\:border-s-blue-900\/20 {
    border-inline-start-color: rgb(30 58 138 / 0.2);
  }

  .md\:border-s-blue-900\/25 {
    border-inline-start-color: rgb(30 58 138 / 0.25);
  }

  .md\:border-s-blue-900\/30 {
    border-inline-start-color: rgb(30 58 138 / 0.3);
  }

  .md\:border-s-blue-900\/35 {
    border-inline-start-color: rgb(30 58 138 / 0.35);
  }

  .md\:border-s-blue-900\/40 {
    border-inline-start-color: rgb(30 58 138 / 0.4);
  }

  .md\:border-s-blue-900\/45 {
    border-inline-start-color: rgb(30 58 138 / 0.45);
  }

  .md\:border-s-blue-900\/5 {
    border-inline-start-color: rgb(30 58 138 / 0.05);
  }

  .md\:border-s-blue-900\/50 {
    border-inline-start-color: rgb(30 58 138 / 0.5);
  }

  .md\:border-s-blue-900\/55 {
    border-inline-start-color: rgb(30 58 138 / 0.55);
  }

  .md\:border-s-blue-900\/60 {
    border-inline-start-color: rgb(30 58 138 / 0.6);
  }

  .md\:border-s-blue-900\/65 {
    border-inline-start-color: rgb(30 58 138 / 0.65);
  }

  .md\:border-s-blue-900\/70 {
    border-inline-start-color: rgb(30 58 138 / 0.7);
  }

  .md\:border-s-blue-900\/75 {
    border-inline-start-color: rgb(30 58 138 / 0.75);
  }

  .md\:border-s-blue-900\/80 {
    border-inline-start-color: rgb(30 58 138 / 0.8);
  }

  .md\:border-s-blue-900\/85 {
    border-inline-start-color: rgb(30 58 138 / 0.85);
  }

  .md\:border-s-blue-900\/90 {
    border-inline-start-color: rgb(30 58 138 / 0.9);
  }

  .md\:border-s-blue-900\/95 {
    border-inline-start-color: rgb(30 58 138 / 0.95);
  }

  .md\:border-s-blue-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(23 37 84 / var(--tw-border-opacity));
  }

  .md\:border-s-blue-950\/0 {
    border-inline-start-color: rgb(23 37 84 / 0);
  }

  .md\:border-s-blue-950\/10 {
    border-inline-start-color: rgb(23 37 84 / 0.1);
  }

  .md\:border-s-blue-950\/100 {
    border-inline-start-color: rgb(23 37 84 / 1);
  }

  .md\:border-s-blue-950\/15 {
    border-inline-start-color: rgb(23 37 84 / 0.15);
  }

  .md\:border-s-blue-950\/20 {
    border-inline-start-color: rgb(23 37 84 / 0.2);
  }

  .md\:border-s-blue-950\/25 {
    border-inline-start-color: rgb(23 37 84 / 0.25);
  }

  .md\:border-s-blue-950\/30 {
    border-inline-start-color: rgb(23 37 84 / 0.3);
  }

  .md\:border-s-blue-950\/35 {
    border-inline-start-color: rgb(23 37 84 / 0.35);
  }

  .md\:border-s-blue-950\/40 {
    border-inline-start-color: rgb(23 37 84 / 0.4);
  }

  .md\:border-s-blue-950\/45 {
    border-inline-start-color: rgb(23 37 84 / 0.45);
  }

  .md\:border-s-blue-950\/5 {
    border-inline-start-color: rgb(23 37 84 / 0.05);
  }

  .md\:border-s-blue-950\/50 {
    border-inline-start-color: rgb(23 37 84 / 0.5);
  }

  .md\:border-s-blue-950\/55 {
    border-inline-start-color: rgb(23 37 84 / 0.55);
  }

  .md\:border-s-blue-950\/60 {
    border-inline-start-color: rgb(23 37 84 / 0.6);
  }

  .md\:border-s-blue-950\/65 {
    border-inline-start-color: rgb(23 37 84 / 0.65);
  }

  .md\:border-s-blue-950\/70 {
    border-inline-start-color: rgb(23 37 84 / 0.7);
  }

  .md\:border-s-blue-950\/75 {
    border-inline-start-color: rgb(23 37 84 / 0.75);
  }

  .md\:border-s-blue-950\/80 {
    border-inline-start-color: rgb(23 37 84 / 0.8);
  }

  .md\:border-s-blue-950\/85 {
    border-inline-start-color: rgb(23 37 84 / 0.85);
  }

  .md\:border-s-blue-950\/90 {
    border-inline-start-color: rgb(23 37 84 / 0.9);
  }

  .md\:border-s-blue-950\/95 {
    border-inline-start-color: rgb(23 37 84 / 0.95);
  }

  .md\:border-s-current {
    border-inline-start-color: currentColor;
  }

  .md\:border-s-cyan-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(207 250 254 / var(--tw-border-opacity));
  }

  .md\:border-s-cyan-100\/0 {
    border-inline-start-color: rgb(207 250 254 / 0);
  }

  .md\:border-s-cyan-100\/10 {
    border-inline-start-color: rgb(207 250 254 / 0.1);
  }

  .md\:border-s-cyan-100\/100 {
    border-inline-start-color: rgb(207 250 254 / 1);
  }

  .md\:border-s-cyan-100\/15 {
    border-inline-start-color: rgb(207 250 254 / 0.15);
  }

  .md\:border-s-cyan-100\/20 {
    border-inline-start-color: rgb(207 250 254 / 0.2);
  }

  .md\:border-s-cyan-100\/25 {
    border-inline-start-color: rgb(207 250 254 / 0.25);
  }

  .md\:border-s-cyan-100\/30 {
    border-inline-start-color: rgb(207 250 254 / 0.3);
  }

  .md\:border-s-cyan-100\/35 {
    border-inline-start-color: rgb(207 250 254 / 0.35);
  }

  .md\:border-s-cyan-100\/40 {
    border-inline-start-color: rgb(207 250 254 / 0.4);
  }

  .md\:border-s-cyan-100\/45 {
    border-inline-start-color: rgb(207 250 254 / 0.45);
  }

  .md\:border-s-cyan-100\/5 {
    border-inline-start-color: rgb(207 250 254 / 0.05);
  }

  .md\:border-s-cyan-100\/50 {
    border-inline-start-color: rgb(207 250 254 / 0.5);
  }

  .md\:border-s-cyan-100\/55 {
    border-inline-start-color: rgb(207 250 254 / 0.55);
  }

  .md\:border-s-cyan-100\/60 {
    border-inline-start-color: rgb(207 250 254 / 0.6);
  }

  .md\:border-s-cyan-100\/65 {
    border-inline-start-color: rgb(207 250 254 / 0.65);
  }

  .md\:border-s-cyan-100\/70 {
    border-inline-start-color: rgb(207 250 254 / 0.7);
  }

  .md\:border-s-cyan-100\/75 {
    border-inline-start-color: rgb(207 250 254 / 0.75);
  }

  .md\:border-s-cyan-100\/80 {
    border-inline-start-color: rgb(207 250 254 / 0.8);
  }

  .md\:border-s-cyan-100\/85 {
    border-inline-start-color: rgb(207 250 254 / 0.85);
  }

  .md\:border-s-cyan-100\/90 {
    border-inline-start-color: rgb(207 250 254 / 0.9);
  }

  .md\:border-s-cyan-100\/95 {
    border-inline-start-color: rgb(207 250 254 / 0.95);
  }

  .md\:border-s-cyan-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(165 243 252 / var(--tw-border-opacity));
  }

  .md\:border-s-cyan-200\/0 {
    border-inline-start-color: rgb(165 243 252 / 0);
  }

  .md\:border-s-cyan-200\/10 {
    border-inline-start-color: rgb(165 243 252 / 0.1);
  }

  .md\:border-s-cyan-200\/100 {
    border-inline-start-color: rgb(165 243 252 / 1);
  }

  .md\:border-s-cyan-200\/15 {
    border-inline-start-color: rgb(165 243 252 / 0.15);
  }

  .md\:border-s-cyan-200\/20 {
    border-inline-start-color: rgb(165 243 252 / 0.2);
  }

  .md\:border-s-cyan-200\/25 {
    border-inline-start-color: rgb(165 243 252 / 0.25);
  }

  .md\:border-s-cyan-200\/30 {
    border-inline-start-color: rgb(165 243 252 / 0.3);
  }

  .md\:border-s-cyan-200\/35 {
    border-inline-start-color: rgb(165 243 252 / 0.35);
  }

  .md\:border-s-cyan-200\/40 {
    border-inline-start-color: rgb(165 243 252 / 0.4);
  }

  .md\:border-s-cyan-200\/45 {
    border-inline-start-color: rgb(165 243 252 / 0.45);
  }

  .md\:border-s-cyan-200\/5 {
    border-inline-start-color: rgb(165 243 252 / 0.05);
  }

  .md\:border-s-cyan-200\/50 {
    border-inline-start-color: rgb(165 243 252 / 0.5);
  }

  .md\:border-s-cyan-200\/55 {
    border-inline-start-color: rgb(165 243 252 / 0.55);
  }

  .md\:border-s-cyan-200\/60 {
    border-inline-start-color: rgb(165 243 252 / 0.6);
  }

  .md\:border-s-cyan-200\/65 {
    border-inline-start-color: rgb(165 243 252 / 0.65);
  }

  .md\:border-s-cyan-200\/70 {
    border-inline-start-color: rgb(165 243 252 / 0.7);
  }

  .md\:border-s-cyan-200\/75 {
    border-inline-start-color: rgb(165 243 252 / 0.75);
  }

  .md\:border-s-cyan-200\/80 {
    border-inline-start-color: rgb(165 243 252 / 0.8);
  }

  .md\:border-s-cyan-200\/85 {
    border-inline-start-color: rgb(165 243 252 / 0.85);
  }

  .md\:border-s-cyan-200\/90 {
    border-inline-start-color: rgb(165 243 252 / 0.9);
  }

  .md\:border-s-cyan-200\/95 {
    border-inline-start-color: rgb(165 243 252 / 0.95);
  }

  .md\:border-s-cyan-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(103 232 249 / var(--tw-border-opacity));
  }

  .md\:border-s-cyan-300\/0 {
    border-inline-start-color: rgb(103 232 249 / 0);
  }

  .md\:border-s-cyan-300\/10 {
    border-inline-start-color: rgb(103 232 249 / 0.1);
  }

  .md\:border-s-cyan-300\/100 {
    border-inline-start-color: rgb(103 232 249 / 1);
  }

  .md\:border-s-cyan-300\/15 {
    border-inline-start-color: rgb(103 232 249 / 0.15);
  }

  .md\:border-s-cyan-300\/20 {
    border-inline-start-color: rgb(103 232 249 / 0.2);
  }

  .md\:border-s-cyan-300\/25 {
    border-inline-start-color: rgb(103 232 249 / 0.25);
  }

  .md\:border-s-cyan-300\/30 {
    border-inline-start-color: rgb(103 232 249 / 0.3);
  }

  .md\:border-s-cyan-300\/35 {
    border-inline-start-color: rgb(103 232 249 / 0.35);
  }

  .md\:border-s-cyan-300\/40 {
    border-inline-start-color: rgb(103 232 249 / 0.4);
  }

  .md\:border-s-cyan-300\/45 {
    border-inline-start-color: rgb(103 232 249 / 0.45);
  }

  .md\:border-s-cyan-300\/5 {
    border-inline-start-color: rgb(103 232 249 / 0.05);
  }

  .md\:border-s-cyan-300\/50 {
    border-inline-start-color: rgb(103 232 249 / 0.5);
  }

  .md\:border-s-cyan-300\/55 {
    border-inline-start-color: rgb(103 232 249 / 0.55);
  }

  .md\:border-s-cyan-300\/60 {
    border-inline-start-color: rgb(103 232 249 / 0.6);
  }

  .md\:border-s-cyan-300\/65 {
    border-inline-start-color: rgb(103 232 249 / 0.65);
  }

  .md\:border-s-cyan-300\/70 {
    border-inline-start-color: rgb(103 232 249 / 0.7);
  }

  .md\:border-s-cyan-300\/75 {
    border-inline-start-color: rgb(103 232 249 / 0.75);
  }

  .md\:border-s-cyan-300\/80 {
    border-inline-start-color: rgb(103 232 249 / 0.8);
  }

  .md\:border-s-cyan-300\/85 {
    border-inline-start-color: rgb(103 232 249 / 0.85);
  }

  .md\:border-s-cyan-300\/90 {
    border-inline-start-color: rgb(103 232 249 / 0.9);
  }

  .md\:border-s-cyan-300\/95 {
    border-inline-start-color: rgb(103 232 249 / 0.95);
  }

  .md\:border-s-cyan-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(34 211 238 / var(--tw-border-opacity));
  }

  .md\:border-s-cyan-400\/0 {
    border-inline-start-color: rgb(34 211 238 / 0);
  }

  .md\:border-s-cyan-400\/10 {
    border-inline-start-color: rgb(34 211 238 / 0.1);
  }

  .md\:border-s-cyan-400\/100 {
    border-inline-start-color: rgb(34 211 238 / 1);
  }

  .md\:border-s-cyan-400\/15 {
    border-inline-start-color: rgb(34 211 238 / 0.15);
  }

  .md\:border-s-cyan-400\/20 {
    border-inline-start-color: rgb(34 211 238 / 0.2);
  }

  .md\:border-s-cyan-400\/25 {
    border-inline-start-color: rgb(34 211 238 / 0.25);
  }

  .md\:border-s-cyan-400\/30 {
    border-inline-start-color: rgb(34 211 238 / 0.3);
  }

  .md\:border-s-cyan-400\/35 {
    border-inline-start-color: rgb(34 211 238 / 0.35);
  }

  .md\:border-s-cyan-400\/40 {
    border-inline-start-color: rgb(34 211 238 / 0.4);
  }

  .md\:border-s-cyan-400\/45 {
    border-inline-start-color: rgb(34 211 238 / 0.45);
  }

  .md\:border-s-cyan-400\/5 {
    border-inline-start-color: rgb(34 211 238 / 0.05);
  }

  .md\:border-s-cyan-400\/50 {
    border-inline-start-color: rgb(34 211 238 / 0.5);
  }

  .md\:border-s-cyan-400\/55 {
    border-inline-start-color: rgb(34 211 238 / 0.55);
  }

  .md\:border-s-cyan-400\/60 {
    border-inline-start-color: rgb(34 211 238 / 0.6);
  }

  .md\:border-s-cyan-400\/65 {
    border-inline-start-color: rgb(34 211 238 / 0.65);
  }

  .md\:border-s-cyan-400\/70 {
    border-inline-start-color: rgb(34 211 238 / 0.7);
  }

  .md\:border-s-cyan-400\/75 {
    border-inline-start-color: rgb(34 211 238 / 0.75);
  }

  .md\:border-s-cyan-400\/80 {
    border-inline-start-color: rgb(34 211 238 / 0.8);
  }

  .md\:border-s-cyan-400\/85 {
    border-inline-start-color: rgb(34 211 238 / 0.85);
  }

  .md\:border-s-cyan-400\/90 {
    border-inline-start-color: rgb(34 211 238 / 0.9);
  }

  .md\:border-s-cyan-400\/95 {
    border-inline-start-color: rgb(34 211 238 / 0.95);
  }

  .md\:border-s-cyan-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(236 254 255 / var(--tw-border-opacity));
  }

  .md\:border-s-cyan-50\/0 {
    border-inline-start-color: rgb(236 254 255 / 0);
  }

  .md\:border-s-cyan-50\/10 {
    border-inline-start-color: rgb(236 254 255 / 0.1);
  }

  .md\:border-s-cyan-50\/100 {
    border-inline-start-color: rgb(236 254 255 / 1);
  }

  .md\:border-s-cyan-50\/15 {
    border-inline-start-color: rgb(236 254 255 / 0.15);
  }

  .md\:border-s-cyan-50\/20 {
    border-inline-start-color: rgb(236 254 255 / 0.2);
  }

  .md\:border-s-cyan-50\/25 {
    border-inline-start-color: rgb(236 254 255 / 0.25);
  }

  .md\:border-s-cyan-50\/30 {
    border-inline-start-color: rgb(236 254 255 / 0.3);
  }

  .md\:border-s-cyan-50\/35 {
    border-inline-start-color: rgb(236 254 255 / 0.35);
  }

  .md\:border-s-cyan-50\/40 {
    border-inline-start-color: rgb(236 254 255 / 0.4);
  }

  .md\:border-s-cyan-50\/45 {
    border-inline-start-color: rgb(236 254 255 / 0.45);
  }

  .md\:border-s-cyan-50\/5 {
    border-inline-start-color: rgb(236 254 255 / 0.05);
  }

  .md\:border-s-cyan-50\/50 {
    border-inline-start-color: rgb(236 254 255 / 0.5);
  }

  .md\:border-s-cyan-50\/55 {
    border-inline-start-color: rgb(236 254 255 / 0.55);
  }

  .md\:border-s-cyan-50\/60 {
    border-inline-start-color: rgb(236 254 255 / 0.6);
  }

  .md\:border-s-cyan-50\/65 {
    border-inline-start-color: rgb(236 254 255 / 0.65);
  }

  .md\:border-s-cyan-50\/70 {
    border-inline-start-color: rgb(236 254 255 / 0.7);
  }

  .md\:border-s-cyan-50\/75 {
    border-inline-start-color: rgb(236 254 255 / 0.75);
  }

  .md\:border-s-cyan-50\/80 {
    border-inline-start-color: rgb(236 254 255 / 0.8);
  }

  .md\:border-s-cyan-50\/85 {
    border-inline-start-color: rgb(236 254 255 / 0.85);
  }

  .md\:border-s-cyan-50\/90 {
    border-inline-start-color: rgb(236 254 255 / 0.9);
  }

  .md\:border-s-cyan-50\/95 {
    border-inline-start-color: rgb(236 254 255 / 0.95);
  }

  .md\:border-s-cyan-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(6 182 212 / var(--tw-border-opacity));
  }

  .md\:border-s-cyan-500\/0 {
    border-inline-start-color: rgb(6 182 212 / 0);
  }

  .md\:border-s-cyan-500\/10 {
    border-inline-start-color: rgb(6 182 212 / 0.1);
  }

  .md\:border-s-cyan-500\/100 {
    border-inline-start-color: rgb(6 182 212 / 1);
  }

  .md\:border-s-cyan-500\/15 {
    border-inline-start-color: rgb(6 182 212 / 0.15);
  }

  .md\:border-s-cyan-500\/20 {
    border-inline-start-color: rgb(6 182 212 / 0.2);
  }

  .md\:border-s-cyan-500\/25 {
    border-inline-start-color: rgb(6 182 212 / 0.25);
  }

  .md\:border-s-cyan-500\/30 {
    border-inline-start-color: rgb(6 182 212 / 0.3);
  }

  .md\:border-s-cyan-500\/35 {
    border-inline-start-color: rgb(6 182 212 / 0.35);
  }

  .md\:border-s-cyan-500\/40 {
    border-inline-start-color: rgb(6 182 212 / 0.4);
  }

  .md\:border-s-cyan-500\/45 {
    border-inline-start-color: rgb(6 182 212 / 0.45);
  }

  .md\:border-s-cyan-500\/5 {
    border-inline-start-color: rgb(6 182 212 / 0.05);
  }

  .md\:border-s-cyan-500\/50 {
    border-inline-start-color: rgb(6 182 212 / 0.5);
  }

  .md\:border-s-cyan-500\/55 {
    border-inline-start-color: rgb(6 182 212 / 0.55);
  }

  .md\:border-s-cyan-500\/60 {
    border-inline-start-color: rgb(6 182 212 / 0.6);
  }

  .md\:border-s-cyan-500\/65 {
    border-inline-start-color: rgb(6 182 212 / 0.65);
  }

  .md\:border-s-cyan-500\/70 {
    border-inline-start-color: rgb(6 182 212 / 0.7);
  }

  .md\:border-s-cyan-500\/75 {
    border-inline-start-color: rgb(6 182 212 / 0.75);
  }

  .md\:border-s-cyan-500\/80 {
    border-inline-start-color: rgb(6 182 212 / 0.8);
  }

  .md\:border-s-cyan-500\/85 {
    border-inline-start-color: rgb(6 182 212 / 0.85);
  }

  .md\:border-s-cyan-500\/90 {
    border-inline-start-color: rgb(6 182 212 / 0.9);
  }

  .md\:border-s-cyan-500\/95 {
    border-inline-start-color: rgb(6 182 212 / 0.95);
  }

  .md\:border-s-cyan-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(8 145 178 / var(--tw-border-opacity));
  }

  .md\:border-s-cyan-600\/0 {
    border-inline-start-color: rgb(8 145 178 / 0);
  }

  .md\:border-s-cyan-600\/10 {
    border-inline-start-color: rgb(8 145 178 / 0.1);
  }

  .md\:border-s-cyan-600\/100 {
    border-inline-start-color: rgb(8 145 178 / 1);
  }

  .md\:border-s-cyan-600\/15 {
    border-inline-start-color: rgb(8 145 178 / 0.15);
  }

  .md\:border-s-cyan-600\/20 {
    border-inline-start-color: rgb(8 145 178 / 0.2);
  }

  .md\:border-s-cyan-600\/25 {
    border-inline-start-color: rgb(8 145 178 / 0.25);
  }

  .md\:border-s-cyan-600\/30 {
    border-inline-start-color: rgb(8 145 178 / 0.3);
  }

  .md\:border-s-cyan-600\/35 {
    border-inline-start-color: rgb(8 145 178 / 0.35);
  }

  .md\:border-s-cyan-600\/40 {
    border-inline-start-color: rgb(8 145 178 / 0.4);
  }

  .md\:border-s-cyan-600\/45 {
    border-inline-start-color: rgb(8 145 178 / 0.45);
  }

  .md\:border-s-cyan-600\/5 {
    border-inline-start-color: rgb(8 145 178 / 0.05);
  }

  .md\:border-s-cyan-600\/50 {
    border-inline-start-color: rgb(8 145 178 / 0.5);
  }

  .md\:border-s-cyan-600\/55 {
    border-inline-start-color: rgb(8 145 178 / 0.55);
  }

  .md\:border-s-cyan-600\/60 {
    border-inline-start-color: rgb(8 145 178 / 0.6);
  }

  .md\:border-s-cyan-600\/65 {
    border-inline-start-color: rgb(8 145 178 / 0.65);
  }

  .md\:border-s-cyan-600\/70 {
    border-inline-start-color: rgb(8 145 178 / 0.7);
  }

  .md\:border-s-cyan-600\/75 {
    border-inline-start-color: rgb(8 145 178 / 0.75);
  }

  .md\:border-s-cyan-600\/80 {
    border-inline-start-color: rgb(8 145 178 / 0.8);
  }

  .md\:border-s-cyan-600\/85 {
    border-inline-start-color: rgb(8 145 178 / 0.85);
  }

  .md\:border-s-cyan-600\/90 {
    border-inline-start-color: rgb(8 145 178 / 0.9);
  }

  .md\:border-s-cyan-600\/95 {
    border-inline-start-color: rgb(8 145 178 / 0.95);
  }

  .md\:border-s-cyan-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(14 116 144 / var(--tw-border-opacity));
  }

  .md\:border-s-cyan-700\/0 {
    border-inline-start-color: rgb(14 116 144 / 0);
  }

  .md\:border-s-cyan-700\/10 {
    border-inline-start-color: rgb(14 116 144 / 0.1);
  }

  .md\:border-s-cyan-700\/100 {
    border-inline-start-color: rgb(14 116 144 / 1);
  }

  .md\:border-s-cyan-700\/15 {
    border-inline-start-color: rgb(14 116 144 / 0.15);
  }

  .md\:border-s-cyan-700\/20 {
    border-inline-start-color: rgb(14 116 144 / 0.2);
  }

  .md\:border-s-cyan-700\/25 {
    border-inline-start-color: rgb(14 116 144 / 0.25);
  }

  .md\:border-s-cyan-700\/30 {
    border-inline-start-color: rgb(14 116 144 / 0.3);
  }

  .md\:border-s-cyan-700\/35 {
    border-inline-start-color: rgb(14 116 144 / 0.35);
  }

  .md\:border-s-cyan-700\/40 {
    border-inline-start-color: rgb(14 116 144 / 0.4);
  }

  .md\:border-s-cyan-700\/45 {
    border-inline-start-color: rgb(14 116 144 / 0.45);
  }

  .md\:border-s-cyan-700\/5 {
    border-inline-start-color: rgb(14 116 144 / 0.05);
  }

  .md\:border-s-cyan-700\/50 {
    border-inline-start-color: rgb(14 116 144 / 0.5);
  }

  .md\:border-s-cyan-700\/55 {
    border-inline-start-color: rgb(14 116 144 / 0.55);
  }

  .md\:border-s-cyan-700\/60 {
    border-inline-start-color: rgb(14 116 144 / 0.6);
  }

  .md\:border-s-cyan-700\/65 {
    border-inline-start-color: rgb(14 116 144 / 0.65);
  }

  .md\:border-s-cyan-700\/70 {
    border-inline-start-color: rgb(14 116 144 / 0.7);
  }

  .md\:border-s-cyan-700\/75 {
    border-inline-start-color: rgb(14 116 144 / 0.75);
  }

  .md\:border-s-cyan-700\/80 {
    border-inline-start-color: rgb(14 116 144 / 0.8);
  }

  .md\:border-s-cyan-700\/85 {
    border-inline-start-color: rgb(14 116 144 / 0.85);
  }

  .md\:border-s-cyan-700\/90 {
    border-inline-start-color: rgb(14 116 144 / 0.9);
  }

  .md\:border-s-cyan-700\/95 {
    border-inline-start-color: rgb(14 116 144 / 0.95);
  }

  .md\:border-s-cyan-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(21 94 117 / var(--tw-border-opacity));
  }

  .md\:border-s-cyan-800\/0 {
    border-inline-start-color: rgb(21 94 117 / 0);
  }

  .md\:border-s-cyan-800\/10 {
    border-inline-start-color: rgb(21 94 117 / 0.1);
  }

  .md\:border-s-cyan-800\/100 {
    border-inline-start-color: rgb(21 94 117 / 1);
  }

  .md\:border-s-cyan-800\/15 {
    border-inline-start-color: rgb(21 94 117 / 0.15);
  }

  .md\:border-s-cyan-800\/20 {
    border-inline-start-color: rgb(21 94 117 / 0.2);
  }

  .md\:border-s-cyan-800\/25 {
    border-inline-start-color: rgb(21 94 117 / 0.25);
  }

  .md\:border-s-cyan-800\/30 {
    border-inline-start-color: rgb(21 94 117 / 0.3);
  }

  .md\:border-s-cyan-800\/35 {
    border-inline-start-color: rgb(21 94 117 / 0.35);
  }

  .md\:border-s-cyan-800\/40 {
    border-inline-start-color: rgb(21 94 117 / 0.4);
  }

  .md\:border-s-cyan-800\/45 {
    border-inline-start-color: rgb(21 94 117 / 0.45);
  }

  .md\:border-s-cyan-800\/5 {
    border-inline-start-color: rgb(21 94 117 / 0.05);
  }

  .md\:border-s-cyan-800\/50 {
    border-inline-start-color: rgb(21 94 117 / 0.5);
  }

  .md\:border-s-cyan-800\/55 {
    border-inline-start-color: rgb(21 94 117 / 0.55);
  }

  .md\:border-s-cyan-800\/60 {
    border-inline-start-color: rgb(21 94 117 / 0.6);
  }

  .md\:border-s-cyan-800\/65 {
    border-inline-start-color: rgb(21 94 117 / 0.65);
  }

  .md\:border-s-cyan-800\/70 {
    border-inline-start-color: rgb(21 94 117 / 0.7);
  }

  .md\:border-s-cyan-800\/75 {
    border-inline-start-color: rgb(21 94 117 / 0.75);
  }

  .md\:border-s-cyan-800\/80 {
    border-inline-start-color: rgb(21 94 117 / 0.8);
  }

  .md\:border-s-cyan-800\/85 {
    border-inline-start-color: rgb(21 94 117 / 0.85);
  }

  .md\:border-s-cyan-800\/90 {
    border-inline-start-color: rgb(21 94 117 / 0.9);
  }

  .md\:border-s-cyan-800\/95 {
    border-inline-start-color: rgb(21 94 117 / 0.95);
  }

  .md\:border-s-cyan-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(22 78 99 / var(--tw-border-opacity));
  }

  .md\:border-s-cyan-900\/0 {
    border-inline-start-color: rgb(22 78 99 / 0);
  }

  .md\:border-s-cyan-900\/10 {
    border-inline-start-color: rgb(22 78 99 / 0.1);
  }

  .md\:border-s-cyan-900\/100 {
    border-inline-start-color: rgb(22 78 99 / 1);
  }

  .md\:border-s-cyan-900\/15 {
    border-inline-start-color: rgb(22 78 99 / 0.15);
  }

  .md\:border-s-cyan-900\/20 {
    border-inline-start-color: rgb(22 78 99 / 0.2);
  }

  .md\:border-s-cyan-900\/25 {
    border-inline-start-color: rgb(22 78 99 / 0.25);
  }

  .md\:border-s-cyan-900\/30 {
    border-inline-start-color: rgb(22 78 99 / 0.3);
  }

  .md\:border-s-cyan-900\/35 {
    border-inline-start-color: rgb(22 78 99 / 0.35);
  }

  .md\:border-s-cyan-900\/40 {
    border-inline-start-color: rgb(22 78 99 / 0.4);
  }

  .md\:border-s-cyan-900\/45 {
    border-inline-start-color: rgb(22 78 99 / 0.45);
  }

  .md\:border-s-cyan-900\/5 {
    border-inline-start-color: rgb(22 78 99 / 0.05);
  }

  .md\:border-s-cyan-900\/50 {
    border-inline-start-color: rgb(22 78 99 / 0.5);
  }

  .md\:border-s-cyan-900\/55 {
    border-inline-start-color: rgb(22 78 99 / 0.55);
  }

  .md\:border-s-cyan-900\/60 {
    border-inline-start-color: rgb(22 78 99 / 0.6);
  }

  .md\:border-s-cyan-900\/65 {
    border-inline-start-color: rgb(22 78 99 / 0.65);
  }

  .md\:border-s-cyan-900\/70 {
    border-inline-start-color: rgb(22 78 99 / 0.7);
  }

  .md\:border-s-cyan-900\/75 {
    border-inline-start-color: rgb(22 78 99 / 0.75);
  }

  .md\:border-s-cyan-900\/80 {
    border-inline-start-color: rgb(22 78 99 / 0.8);
  }

  .md\:border-s-cyan-900\/85 {
    border-inline-start-color: rgb(22 78 99 / 0.85);
  }

  .md\:border-s-cyan-900\/90 {
    border-inline-start-color: rgb(22 78 99 / 0.9);
  }

  .md\:border-s-cyan-900\/95 {
    border-inline-start-color: rgb(22 78 99 / 0.95);
  }

  .md\:border-s-cyan-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(8 51 68 / var(--tw-border-opacity));
  }

  .md\:border-s-cyan-950\/0 {
    border-inline-start-color: rgb(8 51 68 / 0);
  }

  .md\:border-s-cyan-950\/10 {
    border-inline-start-color: rgb(8 51 68 / 0.1);
  }

  .md\:border-s-cyan-950\/100 {
    border-inline-start-color: rgb(8 51 68 / 1);
  }

  .md\:border-s-cyan-950\/15 {
    border-inline-start-color: rgb(8 51 68 / 0.15);
  }

  .md\:border-s-cyan-950\/20 {
    border-inline-start-color: rgb(8 51 68 / 0.2);
  }

  .md\:border-s-cyan-950\/25 {
    border-inline-start-color: rgb(8 51 68 / 0.25);
  }

  .md\:border-s-cyan-950\/30 {
    border-inline-start-color: rgb(8 51 68 / 0.3);
  }

  .md\:border-s-cyan-950\/35 {
    border-inline-start-color: rgb(8 51 68 / 0.35);
  }

  .md\:border-s-cyan-950\/40 {
    border-inline-start-color: rgb(8 51 68 / 0.4);
  }

  .md\:border-s-cyan-950\/45 {
    border-inline-start-color: rgb(8 51 68 / 0.45);
  }

  .md\:border-s-cyan-950\/5 {
    border-inline-start-color: rgb(8 51 68 / 0.05);
  }

  .md\:border-s-cyan-950\/50 {
    border-inline-start-color: rgb(8 51 68 / 0.5);
  }

  .md\:border-s-cyan-950\/55 {
    border-inline-start-color: rgb(8 51 68 / 0.55);
  }

  .md\:border-s-cyan-950\/60 {
    border-inline-start-color: rgb(8 51 68 / 0.6);
  }

  .md\:border-s-cyan-950\/65 {
    border-inline-start-color: rgb(8 51 68 / 0.65);
  }

  .md\:border-s-cyan-950\/70 {
    border-inline-start-color: rgb(8 51 68 / 0.7);
  }

  .md\:border-s-cyan-950\/75 {
    border-inline-start-color: rgb(8 51 68 / 0.75);
  }

  .md\:border-s-cyan-950\/80 {
    border-inline-start-color: rgb(8 51 68 / 0.8);
  }

  .md\:border-s-cyan-950\/85 {
    border-inline-start-color: rgb(8 51 68 / 0.85);
  }

  .md\:border-s-cyan-950\/90 {
    border-inline-start-color: rgb(8 51 68 / 0.9);
  }

  .md\:border-s-cyan-950\/95 {
    border-inline-start-color: rgb(8 51 68 / 0.95);
  }

  .md\:border-s-emerald-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(209 250 229 / var(--tw-border-opacity));
  }

  .md\:border-s-emerald-100\/0 {
    border-inline-start-color: rgb(209 250 229 / 0);
  }

  .md\:border-s-emerald-100\/10 {
    border-inline-start-color: rgb(209 250 229 / 0.1);
  }

  .md\:border-s-emerald-100\/100 {
    border-inline-start-color: rgb(209 250 229 / 1);
  }

  .md\:border-s-emerald-100\/15 {
    border-inline-start-color: rgb(209 250 229 / 0.15);
  }

  .md\:border-s-emerald-100\/20 {
    border-inline-start-color: rgb(209 250 229 / 0.2);
  }

  .md\:border-s-emerald-100\/25 {
    border-inline-start-color: rgb(209 250 229 / 0.25);
  }

  .md\:border-s-emerald-100\/30 {
    border-inline-start-color: rgb(209 250 229 / 0.3);
  }

  .md\:border-s-emerald-100\/35 {
    border-inline-start-color: rgb(209 250 229 / 0.35);
  }

  .md\:border-s-emerald-100\/40 {
    border-inline-start-color: rgb(209 250 229 / 0.4);
  }

  .md\:border-s-emerald-100\/45 {
    border-inline-start-color: rgb(209 250 229 / 0.45);
  }

  .md\:border-s-emerald-100\/5 {
    border-inline-start-color: rgb(209 250 229 / 0.05);
  }

  .md\:border-s-emerald-100\/50 {
    border-inline-start-color: rgb(209 250 229 / 0.5);
  }

  .md\:border-s-emerald-100\/55 {
    border-inline-start-color: rgb(209 250 229 / 0.55);
  }

  .md\:border-s-emerald-100\/60 {
    border-inline-start-color: rgb(209 250 229 / 0.6);
  }

  .md\:border-s-emerald-100\/65 {
    border-inline-start-color: rgb(209 250 229 / 0.65);
  }

  .md\:border-s-emerald-100\/70 {
    border-inline-start-color: rgb(209 250 229 / 0.7);
  }

  .md\:border-s-emerald-100\/75 {
    border-inline-start-color: rgb(209 250 229 / 0.75);
  }

  .md\:border-s-emerald-100\/80 {
    border-inline-start-color: rgb(209 250 229 / 0.8);
  }

  .md\:border-s-emerald-100\/85 {
    border-inline-start-color: rgb(209 250 229 / 0.85);
  }

  .md\:border-s-emerald-100\/90 {
    border-inline-start-color: rgb(209 250 229 / 0.9);
  }

  .md\:border-s-emerald-100\/95 {
    border-inline-start-color: rgb(209 250 229 / 0.95);
  }

  .md\:border-s-emerald-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(167 243 208 / var(--tw-border-opacity));
  }

  .md\:border-s-emerald-200\/0 {
    border-inline-start-color: rgb(167 243 208 / 0);
  }

  .md\:border-s-emerald-200\/10 {
    border-inline-start-color: rgb(167 243 208 / 0.1);
  }

  .md\:border-s-emerald-200\/100 {
    border-inline-start-color: rgb(167 243 208 / 1);
  }

  .md\:border-s-emerald-200\/15 {
    border-inline-start-color: rgb(167 243 208 / 0.15);
  }

  .md\:border-s-emerald-200\/20 {
    border-inline-start-color: rgb(167 243 208 / 0.2);
  }

  .md\:border-s-emerald-200\/25 {
    border-inline-start-color: rgb(167 243 208 / 0.25);
  }

  .md\:border-s-emerald-200\/30 {
    border-inline-start-color: rgb(167 243 208 / 0.3);
  }

  .md\:border-s-emerald-200\/35 {
    border-inline-start-color: rgb(167 243 208 / 0.35);
  }

  .md\:border-s-emerald-200\/40 {
    border-inline-start-color: rgb(167 243 208 / 0.4);
  }

  .md\:border-s-emerald-200\/45 {
    border-inline-start-color: rgb(167 243 208 / 0.45);
  }

  .md\:border-s-emerald-200\/5 {
    border-inline-start-color: rgb(167 243 208 / 0.05);
  }

  .md\:border-s-emerald-200\/50 {
    border-inline-start-color: rgb(167 243 208 / 0.5);
  }

  .md\:border-s-emerald-200\/55 {
    border-inline-start-color: rgb(167 243 208 / 0.55);
  }

  .md\:border-s-emerald-200\/60 {
    border-inline-start-color: rgb(167 243 208 / 0.6);
  }

  .md\:border-s-emerald-200\/65 {
    border-inline-start-color: rgb(167 243 208 / 0.65);
  }

  .md\:border-s-emerald-200\/70 {
    border-inline-start-color: rgb(167 243 208 / 0.7);
  }

  .md\:border-s-emerald-200\/75 {
    border-inline-start-color: rgb(167 243 208 / 0.75);
  }

  .md\:border-s-emerald-200\/80 {
    border-inline-start-color: rgb(167 243 208 / 0.8);
  }

  .md\:border-s-emerald-200\/85 {
    border-inline-start-color: rgb(167 243 208 / 0.85);
  }

  .md\:border-s-emerald-200\/90 {
    border-inline-start-color: rgb(167 243 208 / 0.9);
  }

  .md\:border-s-emerald-200\/95 {
    border-inline-start-color: rgb(167 243 208 / 0.95);
  }

  .md\:border-s-emerald-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(110 231 183 / var(--tw-border-opacity));
  }

  .md\:border-s-emerald-300\/0 {
    border-inline-start-color: rgb(110 231 183 / 0);
  }

  .md\:border-s-emerald-300\/10 {
    border-inline-start-color: rgb(110 231 183 / 0.1);
  }

  .md\:border-s-emerald-300\/100 {
    border-inline-start-color: rgb(110 231 183 / 1);
  }

  .md\:border-s-emerald-300\/15 {
    border-inline-start-color: rgb(110 231 183 / 0.15);
  }

  .md\:border-s-emerald-300\/20 {
    border-inline-start-color: rgb(110 231 183 / 0.2);
  }

  .md\:border-s-emerald-300\/25 {
    border-inline-start-color: rgb(110 231 183 / 0.25);
  }

  .md\:border-s-emerald-300\/30 {
    border-inline-start-color: rgb(110 231 183 / 0.3);
  }

  .md\:border-s-emerald-300\/35 {
    border-inline-start-color: rgb(110 231 183 / 0.35);
  }

  .md\:border-s-emerald-300\/40 {
    border-inline-start-color: rgb(110 231 183 / 0.4);
  }

  .md\:border-s-emerald-300\/45 {
    border-inline-start-color: rgb(110 231 183 / 0.45);
  }

  .md\:border-s-emerald-300\/5 {
    border-inline-start-color: rgb(110 231 183 / 0.05);
  }

  .md\:border-s-emerald-300\/50 {
    border-inline-start-color: rgb(110 231 183 / 0.5);
  }

  .md\:border-s-emerald-300\/55 {
    border-inline-start-color: rgb(110 231 183 / 0.55);
  }

  .md\:border-s-emerald-300\/60 {
    border-inline-start-color: rgb(110 231 183 / 0.6);
  }

  .md\:border-s-emerald-300\/65 {
    border-inline-start-color: rgb(110 231 183 / 0.65);
  }

  .md\:border-s-emerald-300\/70 {
    border-inline-start-color: rgb(110 231 183 / 0.7);
  }

  .md\:border-s-emerald-300\/75 {
    border-inline-start-color: rgb(110 231 183 / 0.75);
  }

  .md\:border-s-emerald-300\/80 {
    border-inline-start-color: rgb(110 231 183 / 0.8);
  }

  .md\:border-s-emerald-300\/85 {
    border-inline-start-color: rgb(110 231 183 / 0.85);
  }

  .md\:border-s-emerald-300\/90 {
    border-inline-start-color: rgb(110 231 183 / 0.9);
  }

  .md\:border-s-emerald-300\/95 {
    border-inline-start-color: rgb(110 231 183 / 0.95);
  }

  .md\:border-s-emerald-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(52 211 153 / var(--tw-border-opacity));
  }

  .md\:border-s-emerald-400\/0 {
    border-inline-start-color: rgb(52 211 153 / 0);
  }

  .md\:border-s-emerald-400\/10 {
    border-inline-start-color: rgb(52 211 153 / 0.1);
  }

  .md\:border-s-emerald-400\/100 {
    border-inline-start-color: rgb(52 211 153 / 1);
  }

  .md\:border-s-emerald-400\/15 {
    border-inline-start-color: rgb(52 211 153 / 0.15);
  }

  .md\:border-s-emerald-400\/20 {
    border-inline-start-color: rgb(52 211 153 / 0.2);
  }

  .md\:border-s-emerald-400\/25 {
    border-inline-start-color: rgb(52 211 153 / 0.25);
  }

  .md\:border-s-emerald-400\/30 {
    border-inline-start-color: rgb(52 211 153 / 0.3);
  }

  .md\:border-s-emerald-400\/35 {
    border-inline-start-color: rgb(52 211 153 / 0.35);
  }

  .md\:border-s-emerald-400\/40 {
    border-inline-start-color: rgb(52 211 153 / 0.4);
  }

  .md\:border-s-emerald-400\/45 {
    border-inline-start-color: rgb(52 211 153 / 0.45);
  }

  .md\:border-s-emerald-400\/5 {
    border-inline-start-color: rgb(52 211 153 / 0.05);
  }

  .md\:border-s-emerald-400\/50 {
    border-inline-start-color: rgb(52 211 153 / 0.5);
  }

  .md\:border-s-emerald-400\/55 {
    border-inline-start-color: rgb(52 211 153 / 0.55);
  }

  .md\:border-s-emerald-400\/60 {
    border-inline-start-color: rgb(52 211 153 / 0.6);
  }

  .md\:border-s-emerald-400\/65 {
    border-inline-start-color: rgb(52 211 153 / 0.65);
  }

  .md\:border-s-emerald-400\/70 {
    border-inline-start-color: rgb(52 211 153 / 0.7);
  }

  .md\:border-s-emerald-400\/75 {
    border-inline-start-color: rgb(52 211 153 / 0.75);
  }

  .md\:border-s-emerald-400\/80 {
    border-inline-start-color: rgb(52 211 153 / 0.8);
  }

  .md\:border-s-emerald-400\/85 {
    border-inline-start-color: rgb(52 211 153 / 0.85);
  }

  .md\:border-s-emerald-400\/90 {
    border-inline-start-color: rgb(52 211 153 / 0.9);
  }

  .md\:border-s-emerald-400\/95 {
    border-inline-start-color: rgb(52 211 153 / 0.95);
  }

  .md\:border-s-emerald-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(236 253 245 / var(--tw-border-opacity));
  }

  .md\:border-s-emerald-50\/0 {
    border-inline-start-color: rgb(236 253 245 / 0);
  }

  .md\:border-s-emerald-50\/10 {
    border-inline-start-color: rgb(236 253 245 / 0.1);
  }

  .md\:border-s-emerald-50\/100 {
    border-inline-start-color: rgb(236 253 245 / 1);
  }

  .md\:border-s-emerald-50\/15 {
    border-inline-start-color: rgb(236 253 245 / 0.15);
  }

  .md\:border-s-emerald-50\/20 {
    border-inline-start-color: rgb(236 253 245 / 0.2);
  }

  .md\:border-s-emerald-50\/25 {
    border-inline-start-color: rgb(236 253 245 / 0.25);
  }

  .md\:border-s-emerald-50\/30 {
    border-inline-start-color: rgb(236 253 245 / 0.3);
  }

  .md\:border-s-emerald-50\/35 {
    border-inline-start-color: rgb(236 253 245 / 0.35);
  }

  .md\:border-s-emerald-50\/40 {
    border-inline-start-color: rgb(236 253 245 / 0.4);
  }

  .md\:border-s-emerald-50\/45 {
    border-inline-start-color: rgb(236 253 245 / 0.45);
  }

  .md\:border-s-emerald-50\/5 {
    border-inline-start-color: rgb(236 253 245 / 0.05);
  }

  .md\:border-s-emerald-50\/50 {
    border-inline-start-color: rgb(236 253 245 / 0.5);
  }

  .md\:border-s-emerald-50\/55 {
    border-inline-start-color: rgb(236 253 245 / 0.55);
  }

  .md\:border-s-emerald-50\/60 {
    border-inline-start-color: rgb(236 253 245 / 0.6);
  }

  .md\:border-s-emerald-50\/65 {
    border-inline-start-color: rgb(236 253 245 / 0.65);
  }

  .md\:border-s-emerald-50\/70 {
    border-inline-start-color: rgb(236 253 245 / 0.7);
  }

  .md\:border-s-emerald-50\/75 {
    border-inline-start-color: rgb(236 253 245 / 0.75);
  }

  .md\:border-s-emerald-50\/80 {
    border-inline-start-color: rgb(236 253 245 / 0.8);
  }

  .md\:border-s-emerald-50\/85 {
    border-inline-start-color: rgb(236 253 245 / 0.85);
  }

  .md\:border-s-emerald-50\/90 {
    border-inline-start-color: rgb(236 253 245 / 0.9);
  }

  .md\:border-s-emerald-50\/95 {
    border-inline-start-color: rgb(236 253 245 / 0.95);
  }

  .md\:border-s-emerald-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(16 185 129 / var(--tw-border-opacity));
  }

  .md\:border-s-emerald-500\/0 {
    border-inline-start-color: rgb(16 185 129 / 0);
  }

  .md\:border-s-emerald-500\/10 {
    border-inline-start-color: rgb(16 185 129 / 0.1);
  }

  .md\:border-s-emerald-500\/100 {
    border-inline-start-color: rgb(16 185 129 / 1);
  }

  .md\:border-s-emerald-500\/15 {
    border-inline-start-color: rgb(16 185 129 / 0.15);
  }

  .md\:border-s-emerald-500\/20 {
    border-inline-start-color: rgb(16 185 129 / 0.2);
  }

  .md\:border-s-emerald-500\/25 {
    border-inline-start-color: rgb(16 185 129 / 0.25);
  }

  .md\:border-s-emerald-500\/30 {
    border-inline-start-color: rgb(16 185 129 / 0.3);
  }

  .md\:border-s-emerald-500\/35 {
    border-inline-start-color: rgb(16 185 129 / 0.35);
  }

  .md\:border-s-emerald-500\/40 {
    border-inline-start-color: rgb(16 185 129 / 0.4);
  }

  .md\:border-s-emerald-500\/45 {
    border-inline-start-color: rgb(16 185 129 / 0.45);
  }

  .md\:border-s-emerald-500\/5 {
    border-inline-start-color: rgb(16 185 129 / 0.05);
  }

  .md\:border-s-emerald-500\/50 {
    border-inline-start-color: rgb(16 185 129 / 0.5);
  }

  .md\:border-s-emerald-500\/55 {
    border-inline-start-color: rgb(16 185 129 / 0.55);
  }

  .md\:border-s-emerald-500\/60 {
    border-inline-start-color: rgb(16 185 129 / 0.6);
  }

  .md\:border-s-emerald-500\/65 {
    border-inline-start-color: rgb(16 185 129 / 0.65);
  }

  .md\:border-s-emerald-500\/70 {
    border-inline-start-color: rgb(16 185 129 / 0.7);
  }

  .md\:border-s-emerald-500\/75 {
    border-inline-start-color: rgb(16 185 129 / 0.75);
  }

  .md\:border-s-emerald-500\/80 {
    border-inline-start-color: rgb(16 185 129 / 0.8);
  }

  .md\:border-s-emerald-500\/85 {
    border-inline-start-color: rgb(16 185 129 / 0.85);
  }

  .md\:border-s-emerald-500\/90 {
    border-inline-start-color: rgb(16 185 129 / 0.9);
  }

  .md\:border-s-emerald-500\/95 {
    border-inline-start-color: rgb(16 185 129 / 0.95);
  }

  .md\:border-s-emerald-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(5 150 105 / var(--tw-border-opacity));
  }

  .md\:border-s-emerald-600\/0 {
    border-inline-start-color: rgb(5 150 105 / 0);
  }

  .md\:border-s-emerald-600\/10 {
    border-inline-start-color: rgb(5 150 105 / 0.1);
  }

  .md\:border-s-emerald-600\/100 {
    border-inline-start-color: rgb(5 150 105 / 1);
  }

  .md\:border-s-emerald-600\/15 {
    border-inline-start-color: rgb(5 150 105 / 0.15);
  }

  .md\:border-s-emerald-600\/20 {
    border-inline-start-color: rgb(5 150 105 / 0.2);
  }

  .md\:border-s-emerald-600\/25 {
    border-inline-start-color: rgb(5 150 105 / 0.25);
  }

  .md\:border-s-emerald-600\/30 {
    border-inline-start-color: rgb(5 150 105 / 0.3);
  }

  .md\:border-s-emerald-600\/35 {
    border-inline-start-color: rgb(5 150 105 / 0.35);
  }

  .md\:border-s-emerald-600\/40 {
    border-inline-start-color: rgb(5 150 105 / 0.4);
  }

  .md\:border-s-emerald-600\/45 {
    border-inline-start-color: rgb(5 150 105 / 0.45);
  }

  .md\:border-s-emerald-600\/5 {
    border-inline-start-color: rgb(5 150 105 / 0.05);
  }

  .md\:border-s-emerald-600\/50 {
    border-inline-start-color: rgb(5 150 105 / 0.5);
  }

  .md\:border-s-emerald-600\/55 {
    border-inline-start-color: rgb(5 150 105 / 0.55);
  }

  .md\:border-s-emerald-600\/60 {
    border-inline-start-color: rgb(5 150 105 / 0.6);
  }

  .md\:border-s-emerald-600\/65 {
    border-inline-start-color: rgb(5 150 105 / 0.65);
  }

  .md\:border-s-emerald-600\/70 {
    border-inline-start-color: rgb(5 150 105 / 0.7);
  }

  .md\:border-s-emerald-600\/75 {
    border-inline-start-color: rgb(5 150 105 / 0.75);
  }

  .md\:border-s-emerald-600\/80 {
    border-inline-start-color: rgb(5 150 105 / 0.8);
  }

  .md\:border-s-emerald-600\/85 {
    border-inline-start-color: rgb(5 150 105 / 0.85);
  }

  .md\:border-s-emerald-600\/90 {
    border-inline-start-color: rgb(5 150 105 / 0.9);
  }

  .md\:border-s-emerald-600\/95 {
    border-inline-start-color: rgb(5 150 105 / 0.95);
  }

  .md\:border-s-emerald-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(4 120 87 / var(--tw-border-opacity));
  }

  .md\:border-s-emerald-700\/0 {
    border-inline-start-color: rgb(4 120 87 / 0);
  }

  .md\:border-s-emerald-700\/10 {
    border-inline-start-color: rgb(4 120 87 / 0.1);
  }

  .md\:border-s-emerald-700\/100 {
    border-inline-start-color: rgb(4 120 87 / 1);
  }

  .md\:border-s-emerald-700\/15 {
    border-inline-start-color: rgb(4 120 87 / 0.15);
  }

  .md\:border-s-emerald-700\/20 {
    border-inline-start-color: rgb(4 120 87 / 0.2);
  }

  .md\:border-s-emerald-700\/25 {
    border-inline-start-color: rgb(4 120 87 / 0.25);
  }

  .md\:border-s-emerald-700\/30 {
    border-inline-start-color: rgb(4 120 87 / 0.3);
  }

  .md\:border-s-emerald-700\/35 {
    border-inline-start-color: rgb(4 120 87 / 0.35);
  }

  .md\:border-s-emerald-700\/40 {
    border-inline-start-color: rgb(4 120 87 / 0.4);
  }

  .md\:border-s-emerald-700\/45 {
    border-inline-start-color: rgb(4 120 87 / 0.45);
  }

  .md\:border-s-emerald-700\/5 {
    border-inline-start-color: rgb(4 120 87 / 0.05);
  }

  .md\:border-s-emerald-700\/50 {
    border-inline-start-color: rgb(4 120 87 / 0.5);
  }

  .md\:border-s-emerald-700\/55 {
    border-inline-start-color: rgb(4 120 87 / 0.55);
  }

  .md\:border-s-emerald-700\/60 {
    border-inline-start-color: rgb(4 120 87 / 0.6);
  }

  .md\:border-s-emerald-700\/65 {
    border-inline-start-color: rgb(4 120 87 / 0.65);
  }

  .md\:border-s-emerald-700\/70 {
    border-inline-start-color: rgb(4 120 87 / 0.7);
  }

  .md\:border-s-emerald-700\/75 {
    border-inline-start-color: rgb(4 120 87 / 0.75);
  }

  .md\:border-s-emerald-700\/80 {
    border-inline-start-color: rgb(4 120 87 / 0.8);
  }

  .md\:border-s-emerald-700\/85 {
    border-inline-start-color: rgb(4 120 87 / 0.85);
  }

  .md\:border-s-emerald-700\/90 {
    border-inline-start-color: rgb(4 120 87 / 0.9);
  }

  .md\:border-s-emerald-700\/95 {
    border-inline-start-color: rgb(4 120 87 / 0.95);
  }

  .md\:border-s-emerald-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(6 95 70 / var(--tw-border-opacity));
  }

  .md\:border-s-emerald-800\/0 {
    border-inline-start-color: rgb(6 95 70 / 0);
  }

  .md\:border-s-emerald-800\/10 {
    border-inline-start-color: rgb(6 95 70 / 0.1);
  }

  .md\:border-s-emerald-800\/100 {
    border-inline-start-color: rgb(6 95 70 / 1);
  }

  .md\:border-s-emerald-800\/15 {
    border-inline-start-color: rgb(6 95 70 / 0.15);
  }

  .md\:border-s-emerald-800\/20 {
    border-inline-start-color: rgb(6 95 70 / 0.2);
  }

  .md\:border-s-emerald-800\/25 {
    border-inline-start-color: rgb(6 95 70 / 0.25);
  }

  .md\:border-s-emerald-800\/30 {
    border-inline-start-color: rgb(6 95 70 / 0.3);
  }

  .md\:border-s-emerald-800\/35 {
    border-inline-start-color: rgb(6 95 70 / 0.35);
  }

  .md\:border-s-emerald-800\/40 {
    border-inline-start-color: rgb(6 95 70 / 0.4);
  }

  .md\:border-s-emerald-800\/45 {
    border-inline-start-color: rgb(6 95 70 / 0.45);
  }

  .md\:border-s-emerald-800\/5 {
    border-inline-start-color: rgb(6 95 70 / 0.05);
  }

  .md\:border-s-emerald-800\/50 {
    border-inline-start-color: rgb(6 95 70 / 0.5);
  }

  .md\:border-s-emerald-800\/55 {
    border-inline-start-color: rgb(6 95 70 / 0.55);
  }

  .md\:border-s-emerald-800\/60 {
    border-inline-start-color: rgb(6 95 70 / 0.6);
  }

  .md\:border-s-emerald-800\/65 {
    border-inline-start-color: rgb(6 95 70 / 0.65);
  }

  .md\:border-s-emerald-800\/70 {
    border-inline-start-color: rgb(6 95 70 / 0.7);
  }

  .md\:border-s-emerald-800\/75 {
    border-inline-start-color: rgb(6 95 70 / 0.75);
  }

  .md\:border-s-emerald-800\/80 {
    border-inline-start-color: rgb(6 95 70 / 0.8);
  }

  .md\:border-s-emerald-800\/85 {
    border-inline-start-color: rgb(6 95 70 / 0.85);
  }

  .md\:border-s-emerald-800\/90 {
    border-inline-start-color: rgb(6 95 70 / 0.9);
  }

  .md\:border-s-emerald-800\/95 {
    border-inline-start-color: rgb(6 95 70 / 0.95);
  }

  .md\:border-s-emerald-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(6 78 59 / var(--tw-border-opacity));
  }

  .md\:border-s-emerald-900\/0 {
    border-inline-start-color: rgb(6 78 59 / 0);
  }

  .md\:border-s-emerald-900\/10 {
    border-inline-start-color: rgb(6 78 59 / 0.1);
  }

  .md\:border-s-emerald-900\/100 {
    border-inline-start-color: rgb(6 78 59 / 1);
  }

  .md\:border-s-emerald-900\/15 {
    border-inline-start-color: rgb(6 78 59 / 0.15);
  }

  .md\:border-s-emerald-900\/20 {
    border-inline-start-color: rgb(6 78 59 / 0.2);
  }

  .md\:border-s-emerald-900\/25 {
    border-inline-start-color: rgb(6 78 59 / 0.25);
  }

  .md\:border-s-emerald-900\/30 {
    border-inline-start-color: rgb(6 78 59 / 0.3);
  }

  .md\:border-s-emerald-900\/35 {
    border-inline-start-color: rgb(6 78 59 / 0.35);
  }

  .md\:border-s-emerald-900\/40 {
    border-inline-start-color: rgb(6 78 59 / 0.4);
  }

  .md\:border-s-emerald-900\/45 {
    border-inline-start-color: rgb(6 78 59 / 0.45);
  }

  .md\:border-s-emerald-900\/5 {
    border-inline-start-color: rgb(6 78 59 / 0.05);
  }

  .md\:border-s-emerald-900\/50 {
    border-inline-start-color: rgb(6 78 59 / 0.5);
  }

  .md\:border-s-emerald-900\/55 {
    border-inline-start-color: rgb(6 78 59 / 0.55);
  }

  .md\:border-s-emerald-900\/60 {
    border-inline-start-color: rgb(6 78 59 / 0.6);
  }

  .md\:border-s-emerald-900\/65 {
    border-inline-start-color: rgb(6 78 59 / 0.65);
  }

  .md\:border-s-emerald-900\/70 {
    border-inline-start-color: rgb(6 78 59 / 0.7);
  }

  .md\:border-s-emerald-900\/75 {
    border-inline-start-color: rgb(6 78 59 / 0.75);
  }

  .md\:border-s-emerald-900\/80 {
    border-inline-start-color: rgb(6 78 59 / 0.8);
  }

  .md\:border-s-emerald-900\/85 {
    border-inline-start-color: rgb(6 78 59 / 0.85);
  }

  .md\:border-s-emerald-900\/90 {
    border-inline-start-color: rgb(6 78 59 / 0.9);
  }

  .md\:border-s-emerald-900\/95 {
    border-inline-start-color: rgb(6 78 59 / 0.95);
  }

  .md\:border-s-emerald-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(2 44 34 / var(--tw-border-opacity));
  }

  .md\:border-s-emerald-950\/0 {
    border-inline-start-color: rgb(2 44 34 / 0);
  }

  .md\:border-s-emerald-950\/10 {
    border-inline-start-color: rgb(2 44 34 / 0.1);
  }

  .md\:border-s-emerald-950\/100 {
    border-inline-start-color: rgb(2 44 34 / 1);
  }

  .md\:border-s-emerald-950\/15 {
    border-inline-start-color: rgb(2 44 34 / 0.15);
  }

  .md\:border-s-emerald-950\/20 {
    border-inline-start-color: rgb(2 44 34 / 0.2);
  }

  .md\:border-s-emerald-950\/25 {
    border-inline-start-color: rgb(2 44 34 / 0.25);
  }

  .md\:border-s-emerald-950\/30 {
    border-inline-start-color: rgb(2 44 34 / 0.3);
  }

  .md\:border-s-emerald-950\/35 {
    border-inline-start-color: rgb(2 44 34 / 0.35);
  }

  .md\:border-s-emerald-950\/40 {
    border-inline-start-color: rgb(2 44 34 / 0.4);
  }

  .md\:border-s-emerald-950\/45 {
    border-inline-start-color: rgb(2 44 34 / 0.45);
  }

  .md\:border-s-emerald-950\/5 {
    border-inline-start-color: rgb(2 44 34 / 0.05);
  }

  .md\:border-s-emerald-950\/50 {
    border-inline-start-color: rgb(2 44 34 / 0.5);
  }

  .md\:border-s-emerald-950\/55 {
    border-inline-start-color: rgb(2 44 34 / 0.55);
  }

  .md\:border-s-emerald-950\/60 {
    border-inline-start-color: rgb(2 44 34 / 0.6);
  }

  .md\:border-s-emerald-950\/65 {
    border-inline-start-color: rgb(2 44 34 / 0.65);
  }

  .md\:border-s-emerald-950\/70 {
    border-inline-start-color: rgb(2 44 34 / 0.7);
  }

  .md\:border-s-emerald-950\/75 {
    border-inline-start-color: rgb(2 44 34 / 0.75);
  }

  .md\:border-s-emerald-950\/80 {
    border-inline-start-color: rgb(2 44 34 / 0.8);
  }

  .md\:border-s-emerald-950\/85 {
    border-inline-start-color: rgb(2 44 34 / 0.85);
  }

  .md\:border-s-emerald-950\/90 {
    border-inline-start-color: rgb(2 44 34 / 0.9);
  }

  .md\:border-s-emerald-950\/95 {
    border-inline-start-color: rgb(2 44 34 / 0.95);
  }

  .md\:border-s-fuchsia-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(250 232 255 / var(--tw-border-opacity));
  }

  .md\:border-s-fuchsia-100\/0 {
    border-inline-start-color: rgb(250 232 255 / 0);
  }

  .md\:border-s-fuchsia-100\/10 {
    border-inline-start-color: rgb(250 232 255 / 0.1);
  }

  .md\:border-s-fuchsia-100\/100 {
    border-inline-start-color: rgb(250 232 255 / 1);
  }

  .md\:border-s-fuchsia-100\/15 {
    border-inline-start-color: rgb(250 232 255 / 0.15);
  }

  .md\:border-s-fuchsia-100\/20 {
    border-inline-start-color: rgb(250 232 255 / 0.2);
  }

  .md\:border-s-fuchsia-100\/25 {
    border-inline-start-color: rgb(250 232 255 / 0.25);
  }

  .md\:border-s-fuchsia-100\/30 {
    border-inline-start-color: rgb(250 232 255 / 0.3);
  }

  .md\:border-s-fuchsia-100\/35 {
    border-inline-start-color: rgb(250 232 255 / 0.35);
  }

  .md\:border-s-fuchsia-100\/40 {
    border-inline-start-color: rgb(250 232 255 / 0.4);
  }

  .md\:border-s-fuchsia-100\/45 {
    border-inline-start-color: rgb(250 232 255 / 0.45);
  }

  .md\:border-s-fuchsia-100\/5 {
    border-inline-start-color: rgb(250 232 255 / 0.05);
  }

  .md\:border-s-fuchsia-100\/50 {
    border-inline-start-color: rgb(250 232 255 / 0.5);
  }

  .md\:border-s-fuchsia-100\/55 {
    border-inline-start-color: rgb(250 232 255 / 0.55);
  }

  .md\:border-s-fuchsia-100\/60 {
    border-inline-start-color: rgb(250 232 255 / 0.6);
  }

  .md\:border-s-fuchsia-100\/65 {
    border-inline-start-color: rgb(250 232 255 / 0.65);
  }

  .md\:border-s-fuchsia-100\/70 {
    border-inline-start-color: rgb(250 232 255 / 0.7);
  }

  .md\:border-s-fuchsia-100\/75 {
    border-inline-start-color: rgb(250 232 255 / 0.75);
  }

  .md\:border-s-fuchsia-100\/80 {
    border-inline-start-color: rgb(250 232 255 / 0.8);
  }

  .md\:border-s-fuchsia-100\/85 {
    border-inline-start-color: rgb(250 232 255 / 0.85);
  }

  .md\:border-s-fuchsia-100\/90 {
    border-inline-start-color: rgb(250 232 255 / 0.9);
  }

  .md\:border-s-fuchsia-100\/95 {
    border-inline-start-color: rgb(250 232 255 / 0.95);
  }

  .md\:border-s-fuchsia-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(245 208 254 / var(--tw-border-opacity));
  }

  .md\:border-s-fuchsia-200\/0 {
    border-inline-start-color: rgb(245 208 254 / 0);
  }

  .md\:border-s-fuchsia-200\/10 {
    border-inline-start-color: rgb(245 208 254 / 0.1);
  }

  .md\:border-s-fuchsia-200\/100 {
    border-inline-start-color: rgb(245 208 254 / 1);
  }

  .md\:border-s-fuchsia-200\/15 {
    border-inline-start-color: rgb(245 208 254 / 0.15);
  }

  .md\:border-s-fuchsia-200\/20 {
    border-inline-start-color: rgb(245 208 254 / 0.2);
  }

  .md\:border-s-fuchsia-200\/25 {
    border-inline-start-color: rgb(245 208 254 / 0.25);
  }

  .md\:border-s-fuchsia-200\/30 {
    border-inline-start-color: rgb(245 208 254 / 0.3);
  }

  .md\:border-s-fuchsia-200\/35 {
    border-inline-start-color: rgb(245 208 254 / 0.35);
  }

  .md\:border-s-fuchsia-200\/40 {
    border-inline-start-color: rgb(245 208 254 / 0.4);
  }

  .md\:border-s-fuchsia-200\/45 {
    border-inline-start-color: rgb(245 208 254 / 0.45);
  }

  .md\:border-s-fuchsia-200\/5 {
    border-inline-start-color: rgb(245 208 254 / 0.05);
  }

  .md\:border-s-fuchsia-200\/50 {
    border-inline-start-color: rgb(245 208 254 / 0.5);
  }

  .md\:border-s-fuchsia-200\/55 {
    border-inline-start-color: rgb(245 208 254 / 0.55);
  }

  .md\:border-s-fuchsia-200\/60 {
    border-inline-start-color: rgb(245 208 254 / 0.6);
  }

  .md\:border-s-fuchsia-200\/65 {
    border-inline-start-color: rgb(245 208 254 / 0.65);
  }

  .md\:border-s-fuchsia-200\/70 {
    border-inline-start-color: rgb(245 208 254 / 0.7);
  }

  .md\:border-s-fuchsia-200\/75 {
    border-inline-start-color: rgb(245 208 254 / 0.75);
  }

  .md\:border-s-fuchsia-200\/80 {
    border-inline-start-color: rgb(245 208 254 / 0.8);
  }

  .md\:border-s-fuchsia-200\/85 {
    border-inline-start-color: rgb(245 208 254 / 0.85);
  }

  .md\:border-s-fuchsia-200\/90 {
    border-inline-start-color: rgb(245 208 254 / 0.9);
  }

  .md\:border-s-fuchsia-200\/95 {
    border-inline-start-color: rgb(245 208 254 / 0.95);
  }

  .md\:border-s-fuchsia-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(240 171 252 / var(--tw-border-opacity));
  }

  .md\:border-s-fuchsia-300\/0 {
    border-inline-start-color: rgb(240 171 252 / 0);
  }

  .md\:border-s-fuchsia-300\/10 {
    border-inline-start-color: rgb(240 171 252 / 0.1);
  }

  .md\:border-s-fuchsia-300\/100 {
    border-inline-start-color: rgb(240 171 252 / 1);
  }

  .md\:border-s-fuchsia-300\/15 {
    border-inline-start-color: rgb(240 171 252 / 0.15);
  }

  .md\:border-s-fuchsia-300\/20 {
    border-inline-start-color: rgb(240 171 252 / 0.2);
  }

  .md\:border-s-fuchsia-300\/25 {
    border-inline-start-color: rgb(240 171 252 / 0.25);
  }

  .md\:border-s-fuchsia-300\/30 {
    border-inline-start-color: rgb(240 171 252 / 0.3);
  }

  .md\:border-s-fuchsia-300\/35 {
    border-inline-start-color: rgb(240 171 252 / 0.35);
  }

  .md\:border-s-fuchsia-300\/40 {
    border-inline-start-color: rgb(240 171 252 / 0.4);
  }

  .md\:border-s-fuchsia-300\/45 {
    border-inline-start-color: rgb(240 171 252 / 0.45);
  }

  .md\:border-s-fuchsia-300\/5 {
    border-inline-start-color: rgb(240 171 252 / 0.05);
  }

  .md\:border-s-fuchsia-300\/50 {
    border-inline-start-color: rgb(240 171 252 / 0.5);
  }

  .md\:border-s-fuchsia-300\/55 {
    border-inline-start-color: rgb(240 171 252 / 0.55);
  }

  .md\:border-s-fuchsia-300\/60 {
    border-inline-start-color: rgb(240 171 252 / 0.6);
  }

  .md\:border-s-fuchsia-300\/65 {
    border-inline-start-color: rgb(240 171 252 / 0.65);
  }

  .md\:border-s-fuchsia-300\/70 {
    border-inline-start-color: rgb(240 171 252 / 0.7);
  }

  .md\:border-s-fuchsia-300\/75 {
    border-inline-start-color: rgb(240 171 252 / 0.75);
  }

  .md\:border-s-fuchsia-300\/80 {
    border-inline-start-color: rgb(240 171 252 / 0.8);
  }

  .md\:border-s-fuchsia-300\/85 {
    border-inline-start-color: rgb(240 171 252 / 0.85);
  }

  .md\:border-s-fuchsia-300\/90 {
    border-inline-start-color: rgb(240 171 252 / 0.9);
  }

  .md\:border-s-fuchsia-300\/95 {
    border-inline-start-color: rgb(240 171 252 / 0.95);
  }

  .md\:border-s-fuchsia-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(232 121 249 / var(--tw-border-opacity));
  }

  .md\:border-s-fuchsia-400\/0 {
    border-inline-start-color: rgb(232 121 249 / 0);
  }

  .md\:border-s-fuchsia-400\/10 {
    border-inline-start-color: rgb(232 121 249 / 0.1);
  }

  .md\:border-s-fuchsia-400\/100 {
    border-inline-start-color: rgb(232 121 249 / 1);
  }

  .md\:border-s-fuchsia-400\/15 {
    border-inline-start-color: rgb(232 121 249 / 0.15);
  }

  .md\:border-s-fuchsia-400\/20 {
    border-inline-start-color: rgb(232 121 249 / 0.2);
  }

  .md\:border-s-fuchsia-400\/25 {
    border-inline-start-color: rgb(232 121 249 / 0.25);
  }

  .md\:border-s-fuchsia-400\/30 {
    border-inline-start-color: rgb(232 121 249 / 0.3);
  }

  .md\:border-s-fuchsia-400\/35 {
    border-inline-start-color: rgb(232 121 249 / 0.35);
  }

  .md\:border-s-fuchsia-400\/40 {
    border-inline-start-color: rgb(232 121 249 / 0.4);
  }

  .md\:border-s-fuchsia-400\/45 {
    border-inline-start-color: rgb(232 121 249 / 0.45);
  }

  .md\:border-s-fuchsia-400\/5 {
    border-inline-start-color: rgb(232 121 249 / 0.05);
  }

  .md\:border-s-fuchsia-400\/50 {
    border-inline-start-color: rgb(232 121 249 / 0.5);
  }

  .md\:border-s-fuchsia-400\/55 {
    border-inline-start-color: rgb(232 121 249 / 0.55);
  }

  .md\:border-s-fuchsia-400\/60 {
    border-inline-start-color: rgb(232 121 249 / 0.6);
  }

  .md\:border-s-fuchsia-400\/65 {
    border-inline-start-color: rgb(232 121 249 / 0.65);
  }

  .md\:border-s-fuchsia-400\/70 {
    border-inline-start-color: rgb(232 121 249 / 0.7);
  }

  .md\:border-s-fuchsia-400\/75 {
    border-inline-start-color: rgb(232 121 249 / 0.75);
  }

  .md\:border-s-fuchsia-400\/80 {
    border-inline-start-color: rgb(232 121 249 / 0.8);
  }

  .md\:border-s-fuchsia-400\/85 {
    border-inline-start-color: rgb(232 121 249 / 0.85);
  }

  .md\:border-s-fuchsia-400\/90 {
    border-inline-start-color: rgb(232 121 249 / 0.9);
  }

  .md\:border-s-fuchsia-400\/95 {
    border-inline-start-color: rgb(232 121 249 / 0.95);
  }

  .md\:border-s-fuchsia-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(253 244 255 / var(--tw-border-opacity));
  }

  .md\:border-s-fuchsia-50\/0 {
    border-inline-start-color: rgb(253 244 255 / 0);
  }

  .md\:border-s-fuchsia-50\/10 {
    border-inline-start-color: rgb(253 244 255 / 0.1);
  }

  .md\:border-s-fuchsia-50\/100 {
    border-inline-start-color: rgb(253 244 255 / 1);
  }

  .md\:border-s-fuchsia-50\/15 {
    border-inline-start-color: rgb(253 244 255 / 0.15);
  }

  .md\:border-s-fuchsia-50\/20 {
    border-inline-start-color: rgb(253 244 255 / 0.2);
  }

  .md\:border-s-fuchsia-50\/25 {
    border-inline-start-color: rgb(253 244 255 / 0.25);
  }

  .md\:border-s-fuchsia-50\/30 {
    border-inline-start-color: rgb(253 244 255 / 0.3);
  }

  .md\:border-s-fuchsia-50\/35 {
    border-inline-start-color: rgb(253 244 255 / 0.35);
  }

  .md\:border-s-fuchsia-50\/40 {
    border-inline-start-color: rgb(253 244 255 / 0.4);
  }

  .md\:border-s-fuchsia-50\/45 {
    border-inline-start-color: rgb(253 244 255 / 0.45);
  }

  .md\:border-s-fuchsia-50\/5 {
    border-inline-start-color: rgb(253 244 255 / 0.05);
  }

  .md\:border-s-fuchsia-50\/50 {
    border-inline-start-color: rgb(253 244 255 / 0.5);
  }

  .md\:border-s-fuchsia-50\/55 {
    border-inline-start-color: rgb(253 244 255 / 0.55);
  }

  .md\:border-s-fuchsia-50\/60 {
    border-inline-start-color: rgb(253 244 255 / 0.6);
  }

  .md\:border-s-fuchsia-50\/65 {
    border-inline-start-color: rgb(253 244 255 / 0.65);
  }

  .md\:border-s-fuchsia-50\/70 {
    border-inline-start-color: rgb(253 244 255 / 0.7);
  }

  .md\:border-s-fuchsia-50\/75 {
    border-inline-start-color: rgb(253 244 255 / 0.75);
  }

  .md\:border-s-fuchsia-50\/80 {
    border-inline-start-color: rgb(253 244 255 / 0.8);
  }

  .md\:border-s-fuchsia-50\/85 {
    border-inline-start-color: rgb(253 244 255 / 0.85);
  }

  .md\:border-s-fuchsia-50\/90 {
    border-inline-start-color: rgb(253 244 255 / 0.9);
  }

  .md\:border-s-fuchsia-50\/95 {
    border-inline-start-color: rgb(253 244 255 / 0.95);
  }

  .md\:border-s-fuchsia-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(217 70 239 / var(--tw-border-opacity));
  }

  .md\:border-s-fuchsia-500\/0 {
    border-inline-start-color: rgb(217 70 239 / 0);
  }

  .md\:border-s-fuchsia-500\/10 {
    border-inline-start-color: rgb(217 70 239 / 0.1);
  }

  .md\:border-s-fuchsia-500\/100 {
    border-inline-start-color: rgb(217 70 239 / 1);
  }

  .md\:border-s-fuchsia-500\/15 {
    border-inline-start-color: rgb(217 70 239 / 0.15);
  }

  .md\:border-s-fuchsia-500\/20 {
    border-inline-start-color: rgb(217 70 239 / 0.2);
  }

  .md\:border-s-fuchsia-500\/25 {
    border-inline-start-color: rgb(217 70 239 / 0.25);
  }

  .md\:border-s-fuchsia-500\/30 {
    border-inline-start-color: rgb(217 70 239 / 0.3);
  }

  .md\:border-s-fuchsia-500\/35 {
    border-inline-start-color: rgb(217 70 239 / 0.35);
  }

  .md\:border-s-fuchsia-500\/40 {
    border-inline-start-color: rgb(217 70 239 / 0.4);
  }

  .md\:border-s-fuchsia-500\/45 {
    border-inline-start-color: rgb(217 70 239 / 0.45);
  }

  .md\:border-s-fuchsia-500\/5 {
    border-inline-start-color: rgb(217 70 239 / 0.05);
  }

  .md\:border-s-fuchsia-500\/50 {
    border-inline-start-color: rgb(217 70 239 / 0.5);
  }

  .md\:border-s-fuchsia-500\/55 {
    border-inline-start-color: rgb(217 70 239 / 0.55);
  }

  .md\:border-s-fuchsia-500\/60 {
    border-inline-start-color: rgb(217 70 239 / 0.6);
  }

  .md\:border-s-fuchsia-500\/65 {
    border-inline-start-color: rgb(217 70 239 / 0.65);
  }

  .md\:border-s-fuchsia-500\/70 {
    border-inline-start-color: rgb(217 70 239 / 0.7);
  }

  .md\:border-s-fuchsia-500\/75 {
    border-inline-start-color: rgb(217 70 239 / 0.75);
  }

  .md\:border-s-fuchsia-500\/80 {
    border-inline-start-color: rgb(217 70 239 / 0.8);
  }

  .md\:border-s-fuchsia-500\/85 {
    border-inline-start-color: rgb(217 70 239 / 0.85);
  }

  .md\:border-s-fuchsia-500\/90 {
    border-inline-start-color: rgb(217 70 239 / 0.9);
  }

  .md\:border-s-fuchsia-500\/95 {
    border-inline-start-color: rgb(217 70 239 / 0.95);
  }

  .md\:border-s-fuchsia-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(192 38 211 / var(--tw-border-opacity));
  }

  .md\:border-s-fuchsia-600\/0 {
    border-inline-start-color: rgb(192 38 211 / 0);
  }

  .md\:border-s-fuchsia-600\/10 {
    border-inline-start-color: rgb(192 38 211 / 0.1);
  }

  .md\:border-s-fuchsia-600\/100 {
    border-inline-start-color: rgb(192 38 211 / 1);
  }

  .md\:border-s-fuchsia-600\/15 {
    border-inline-start-color: rgb(192 38 211 / 0.15);
  }

  .md\:border-s-fuchsia-600\/20 {
    border-inline-start-color: rgb(192 38 211 / 0.2);
  }

  .md\:border-s-fuchsia-600\/25 {
    border-inline-start-color: rgb(192 38 211 / 0.25);
  }

  .md\:border-s-fuchsia-600\/30 {
    border-inline-start-color: rgb(192 38 211 / 0.3);
  }

  .md\:border-s-fuchsia-600\/35 {
    border-inline-start-color: rgb(192 38 211 / 0.35);
  }

  .md\:border-s-fuchsia-600\/40 {
    border-inline-start-color: rgb(192 38 211 / 0.4);
  }

  .md\:border-s-fuchsia-600\/45 {
    border-inline-start-color: rgb(192 38 211 / 0.45);
  }

  .md\:border-s-fuchsia-600\/5 {
    border-inline-start-color: rgb(192 38 211 / 0.05);
  }

  .md\:border-s-fuchsia-600\/50 {
    border-inline-start-color: rgb(192 38 211 / 0.5);
  }

  .md\:border-s-fuchsia-600\/55 {
    border-inline-start-color: rgb(192 38 211 / 0.55);
  }

  .md\:border-s-fuchsia-600\/60 {
    border-inline-start-color: rgb(192 38 211 / 0.6);
  }

  .md\:border-s-fuchsia-600\/65 {
    border-inline-start-color: rgb(192 38 211 / 0.65);
  }

  .md\:border-s-fuchsia-600\/70 {
    border-inline-start-color: rgb(192 38 211 / 0.7);
  }

  .md\:border-s-fuchsia-600\/75 {
    border-inline-start-color: rgb(192 38 211 / 0.75);
  }

  .md\:border-s-fuchsia-600\/80 {
    border-inline-start-color: rgb(192 38 211 / 0.8);
  }

  .md\:border-s-fuchsia-600\/85 {
    border-inline-start-color: rgb(192 38 211 / 0.85);
  }

  .md\:border-s-fuchsia-600\/90 {
    border-inline-start-color: rgb(192 38 211 / 0.9);
  }

  .md\:border-s-fuchsia-600\/95 {
    border-inline-start-color: rgb(192 38 211 / 0.95);
  }

  .md\:border-s-fuchsia-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(162 28 175 / var(--tw-border-opacity));
  }

  .md\:border-s-fuchsia-700\/0 {
    border-inline-start-color: rgb(162 28 175 / 0);
  }

  .md\:border-s-fuchsia-700\/10 {
    border-inline-start-color: rgb(162 28 175 / 0.1);
  }

  .md\:border-s-fuchsia-700\/100 {
    border-inline-start-color: rgb(162 28 175 / 1);
  }

  .md\:border-s-fuchsia-700\/15 {
    border-inline-start-color: rgb(162 28 175 / 0.15);
  }

  .md\:border-s-fuchsia-700\/20 {
    border-inline-start-color: rgb(162 28 175 / 0.2);
  }

  .md\:border-s-fuchsia-700\/25 {
    border-inline-start-color: rgb(162 28 175 / 0.25);
  }

  .md\:border-s-fuchsia-700\/30 {
    border-inline-start-color: rgb(162 28 175 / 0.3);
  }

  .md\:border-s-fuchsia-700\/35 {
    border-inline-start-color: rgb(162 28 175 / 0.35);
  }

  .md\:border-s-fuchsia-700\/40 {
    border-inline-start-color: rgb(162 28 175 / 0.4);
  }

  .md\:border-s-fuchsia-700\/45 {
    border-inline-start-color: rgb(162 28 175 / 0.45);
  }

  .md\:border-s-fuchsia-700\/5 {
    border-inline-start-color: rgb(162 28 175 / 0.05);
  }

  .md\:border-s-fuchsia-700\/50 {
    border-inline-start-color: rgb(162 28 175 / 0.5);
  }

  .md\:border-s-fuchsia-700\/55 {
    border-inline-start-color: rgb(162 28 175 / 0.55);
  }

  .md\:border-s-fuchsia-700\/60 {
    border-inline-start-color: rgb(162 28 175 / 0.6);
  }

  .md\:border-s-fuchsia-700\/65 {
    border-inline-start-color: rgb(162 28 175 / 0.65);
  }

  .md\:border-s-fuchsia-700\/70 {
    border-inline-start-color: rgb(162 28 175 / 0.7);
  }

  .md\:border-s-fuchsia-700\/75 {
    border-inline-start-color: rgb(162 28 175 / 0.75);
  }

  .md\:border-s-fuchsia-700\/80 {
    border-inline-start-color: rgb(162 28 175 / 0.8);
  }

  .md\:border-s-fuchsia-700\/85 {
    border-inline-start-color: rgb(162 28 175 / 0.85);
  }

  .md\:border-s-fuchsia-700\/90 {
    border-inline-start-color: rgb(162 28 175 / 0.9);
  }

  .md\:border-s-fuchsia-700\/95 {
    border-inline-start-color: rgb(162 28 175 / 0.95);
  }

  .md\:border-s-fuchsia-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(134 25 143 / var(--tw-border-opacity));
  }

  .md\:border-s-fuchsia-800\/0 {
    border-inline-start-color: rgb(134 25 143 / 0);
  }

  .md\:border-s-fuchsia-800\/10 {
    border-inline-start-color: rgb(134 25 143 / 0.1);
  }

  .md\:border-s-fuchsia-800\/100 {
    border-inline-start-color: rgb(134 25 143 / 1);
  }

  .md\:border-s-fuchsia-800\/15 {
    border-inline-start-color: rgb(134 25 143 / 0.15);
  }

  .md\:border-s-fuchsia-800\/20 {
    border-inline-start-color: rgb(134 25 143 / 0.2);
  }

  .md\:border-s-fuchsia-800\/25 {
    border-inline-start-color: rgb(134 25 143 / 0.25);
  }

  .md\:border-s-fuchsia-800\/30 {
    border-inline-start-color: rgb(134 25 143 / 0.3);
  }

  .md\:border-s-fuchsia-800\/35 {
    border-inline-start-color: rgb(134 25 143 / 0.35);
  }

  .md\:border-s-fuchsia-800\/40 {
    border-inline-start-color: rgb(134 25 143 / 0.4);
  }

  .md\:border-s-fuchsia-800\/45 {
    border-inline-start-color: rgb(134 25 143 / 0.45);
  }

  .md\:border-s-fuchsia-800\/5 {
    border-inline-start-color: rgb(134 25 143 / 0.05);
  }

  .md\:border-s-fuchsia-800\/50 {
    border-inline-start-color: rgb(134 25 143 / 0.5);
  }

  .md\:border-s-fuchsia-800\/55 {
    border-inline-start-color: rgb(134 25 143 / 0.55);
  }

  .md\:border-s-fuchsia-800\/60 {
    border-inline-start-color: rgb(134 25 143 / 0.6);
  }

  .md\:border-s-fuchsia-800\/65 {
    border-inline-start-color: rgb(134 25 143 / 0.65);
  }

  .md\:border-s-fuchsia-800\/70 {
    border-inline-start-color: rgb(134 25 143 / 0.7);
  }

  .md\:border-s-fuchsia-800\/75 {
    border-inline-start-color: rgb(134 25 143 / 0.75);
  }

  .md\:border-s-fuchsia-800\/80 {
    border-inline-start-color: rgb(134 25 143 / 0.8);
  }

  .md\:border-s-fuchsia-800\/85 {
    border-inline-start-color: rgb(134 25 143 / 0.85);
  }

  .md\:border-s-fuchsia-800\/90 {
    border-inline-start-color: rgb(134 25 143 / 0.9);
  }

  .md\:border-s-fuchsia-800\/95 {
    border-inline-start-color: rgb(134 25 143 / 0.95);
  }

  .md\:border-s-fuchsia-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(112 26 117 / var(--tw-border-opacity));
  }

  .md\:border-s-fuchsia-900\/0 {
    border-inline-start-color: rgb(112 26 117 / 0);
  }

  .md\:border-s-fuchsia-900\/10 {
    border-inline-start-color: rgb(112 26 117 / 0.1);
  }

  .md\:border-s-fuchsia-900\/100 {
    border-inline-start-color: rgb(112 26 117 / 1);
  }

  .md\:border-s-fuchsia-900\/15 {
    border-inline-start-color: rgb(112 26 117 / 0.15);
  }

  .md\:border-s-fuchsia-900\/20 {
    border-inline-start-color: rgb(112 26 117 / 0.2);
  }

  .md\:border-s-fuchsia-900\/25 {
    border-inline-start-color: rgb(112 26 117 / 0.25);
  }

  .md\:border-s-fuchsia-900\/30 {
    border-inline-start-color: rgb(112 26 117 / 0.3);
  }

  .md\:border-s-fuchsia-900\/35 {
    border-inline-start-color: rgb(112 26 117 / 0.35);
  }

  .md\:border-s-fuchsia-900\/40 {
    border-inline-start-color: rgb(112 26 117 / 0.4);
  }

  .md\:border-s-fuchsia-900\/45 {
    border-inline-start-color: rgb(112 26 117 / 0.45);
  }

  .md\:border-s-fuchsia-900\/5 {
    border-inline-start-color: rgb(112 26 117 / 0.05);
  }

  .md\:border-s-fuchsia-900\/50 {
    border-inline-start-color: rgb(112 26 117 / 0.5);
  }

  .md\:border-s-fuchsia-900\/55 {
    border-inline-start-color: rgb(112 26 117 / 0.55);
  }

  .md\:border-s-fuchsia-900\/60 {
    border-inline-start-color: rgb(112 26 117 / 0.6);
  }

  .md\:border-s-fuchsia-900\/65 {
    border-inline-start-color: rgb(112 26 117 / 0.65);
  }

  .md\:border-s-fuchsia-900\/70 {
    border-inline-start-color: rgb(112 26 117 / 0.7);
  }

  .md\:border-s-fuchsia-900\/75 {
    border-inline-start-color: rgb(112 26 117 / 0.75);
  }

  .md\:border-s-fuchsia-900\/80 {
    border-inline-start-color: rgb(112 26 117 / 0.8);
  }

  .md\:border-s-fuchsia-900\/85 {
    border-inline-start-color: rgb(112 26 117 / 0.85);
  }

  .md\:border-s-fuchsia-900\/90 {
    border-inline-start-color: rgb(112 26 117 / 0.9);
  }

  .md\:border-s-fuchsia-900\/95 {
    border-inline-start-color: rgb(112 26 117 / 0.95);
  }

  .md\:border-s-fuchsia-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(74 4 78 / var(--tw-border-opacity));
  }

  .md\:border-s-fuchsia-950\/0 {
    border-inline-start-color: rgb(74 4 78 / 0);
  }

  .md\:border-s-fuchsia-950\/10 {
    border-inline-start-color: rgb(74 4 78 / 0.1);
  }

  .md\:border-s-fuchsia-950\/100 {
    border-inline-start-color: rgb(74 4 78 / 1);
  }

  .md\:border-s-fuchsia-950\/15 {
    border-inline-start-color: rgb(74 4 78 / 0.15);
  }

  .md\:border-s-fuchsia-950\/20 {
    border-inline-start-color: rgb(74 4 78 / 0.2);
  }

  .md\:border-s-fuchsia-950\/25 {
    border-inline-start-color: rgb(74 4 78 / 0.25);
  }

  .md\:border-s-fuchsia-950\/30 {
    border-inline-start-color: rgb(74 4 78 / 0.3);
  }

  .md\:border-s-fuchsia-950\/35 {
    border-inline-start-color: rgb(74 4 78 / 0.35);
  }

  .md\:border-s-fuchsia-950\/40 {
    border-inline-start-color: rgb(74 4 78 / 0.4);
  }

  .md\:border-s-fuchsia-950\/45 {
    border-inline-start-color: rgb(74 4 78 / 0.45);
  }

  .md\:border-s-fuchsia-950\/5 {
    border-inline-start-color: rgb(74 4 78 / 0.05);
  }

  .md\:border-s-fuchsia-950\/50 {
    border-inline-start-color: rgb(74 4 78 / 0.5);
  }

  .md\:border-s-fuchsia-950\/55 {
    border-inline-start-color: rgb(74 4 78 / 0.55);
  }

  .md\:border-s-fuchsia-950\/60 {
    border-inline-start-color: rgb(74 4 78 / 0.6);
  }

  .md\:border-s-fuchsia-950\/65 {
    border-inline-start-color: rgb(74 4 78 / 0.65);
  }

  .md\:border-s-fuchsia-950\/70 {
    border-inline-start-color: rgb(74 4 78 / 0.7);
  }

  .md\:border-s-fuchsia-950\/75 {
    border-inline-start-color: rgb(74 4 78 / 0.75);
  }

  .md\:border-s-fuchsia-950\/80 {
    border-inline-start-color: rgb(74 4 78 / 0.8);
  }

  .md\:border-s-fuchsia-950\/85 {
    border-inline-start-color: rgb(74 4 78 / 0.85);
  }

  .md\:border-s-fuchsia-950\/90 {
    border-inline-start-color: rgb(74 4 78 / 0.9);
  }

  .md\:border-s-fuchsia-950\/95 {
    border-inline-start-color: rgb(74 4 78 / 0.95);
  }

  .md\:border-s-gray-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(243 244 246 / var(--tw-border-opacity));
  }

  .md\:border-s-gray-100\/0 {
    border-inline-start-color: rgb(243 244 246 / 0);
  }

  .md\:border-s-gray-100\/10 {
    border-inline-start-color: rgb(243 244 246 / 0.1);
  }

  .md\:border-s-gray-100\/100 {
    border-inline-start-color: rgb(243 244 246 / 1);
  }

  .md\:border-s-gray-100\/15 {
    border-inline-start-color: rgb(243 244 246 / 0.15);
  }

  .md\:border-s-gray-100\/20 {
    border-inline-start-color: rgb(243 244 246 / 0.2);
  }

  .md\:border-s-gray-100\/25 {
    border-inline-start-color: rgb(243 244 246 / 0.25);
  }

  .md\:border-s-gray-100\/30 {
    border-inline-start-color: rgb(243 244 246 / 0.3);
  }

  .md\:border-s-gray-100\/35 {
    border-inline-start-color: rgb(243 244 246 / 0.35);
  }

  .md\:border-s-gray-100\/40 {
    border-inline-start-color: rgb(243 244 246 / 0.4);
  }

  .md\:border-s-gray-100\/45 {
    border-inline-start-color: rgb(243 244 246 / 0.45);
  }

  .md\:border-s-gray-100\/5 {
    border-inline-start-color: rgb(243 244 246 / 0.05);
  }

  .md\:border-s-gray-100\/50 {
    border-inline-start-color: rgb(243 244 246 / 0.5);
  }

  .md\:border-s-gray-100\/55 {
    border-inline-start-color: rgb(243 244 246 / 0.55);
  }

  .md\:border-s-gray-100\/60 {
    border-inline-start-color: rgb(243 244 246 / 0.6);
  }

  .md\:border-s-gray-100\/65 {
    border-inline-start-color: rgb(243 244 246 / 0.65);
  }

  .md\:border-s-gray-100\/70 {
    border-inline-start-color: rgb(243 244 246 / 0.7);
  }

  .md\:border-s-gray-100\/75 {
    border-inline-start-color: rgb(243 244 246 / 0.75);
  }

  .md\:border-s-gray-100\/80 {
    border-inline-start-color: rgb(243 244 246 / 0.8);
  }

  .md\:border-s-gray-100\/85 {
    border-inline-start-color: rgb(243 244 246 / 0.85);
  }

  .md\:border-s-gray-100\/90 {
    border-inline-start-color: rgb(243 244 246 / 0.9);
  }

  .md\:border-s-gray-100\/95 {
    border-inline-start-color: rgb(243 244 246 / 0.95);
  }

  .md\:border-s-gray-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

  .md\:border-s-gray-200\/0 {
    border-inline-start-color: rgb(229 231 235 / 0);
  }

  .md\:border-s-gray-200\/10 {
    border-inline-start-color: rgb(229 231 235 / 0.1);
  }

  .md\:border-s-gray-200\/100 {
    border-inline-start-color: rgb(229 231 235 / 1);
  }

  .md\:border-s-gray-200\/15 {
    border-inline-start-color: rgb(229 231 235 / 0.15);
  }

  .md\:border-s-gray-200\/20 {
    border-inline-start-color: rgb(229 231 235 / 0.2);
  }

  .md\:border-s-gray-200\/25 {
    border-inline-start-color: rgb(229 231 235 / 0.25);
  }

  .md\:border-s-gray-200\/30 {
    border-inline-start-color: rgb(229 231 235 / 0.3);
  }

  .md\:border-s-gray-200\/35 {
    border-inline-start-color: rgb(229 231 235 / 0.35);
  }

  .md\:border-s-gray-200\/40 {
    border-inline-start-color: rgb(229 231 235 / 0.4);
  }

  .md\:border-s-gray-200\/45 {
    border-inline-start-color: rgb(229 231 235 / 0.45);
  }

  .md\:border-s-gray-200\/5 {
    border-inline-start-color: rgb(229 231 235 / 0.05);
  }

  .md\:border-s-gray-200\/50 {
    border-inline-start-color: rgb(229 231 235 / 0.5);
  }

  .md\:border-s-gray-200\/55 {
    border-inline-start-color: rgb(229 231 235 / 0.55);
  }

  .md\:border-s-gray-200\/60 {
    border-inline-start-color: rgb(229 231 235 / 0.6);
  }

  .md\:border-s-gray-200\/65 {
    border-inline-start-color: rgb(229 231 235 / 0.65);
  }

  .md\:border-s-gray-200\/70 {
    border-inline-start-color: rgb(229 231 235 / 0.7);
  }

  .md\:border-s-gray-200\/75 {
    border-inline-start-color: rgb(229 231 235 / 0.75);
  }

  .md\:border-s-gray-200\/80 {
    border-inline-start-color: rgb(229 231 235 / 0.8);
  }

  .md\:border-s-gray-200\/85 {
    border-inline-start-color: rgb(229 231 235 / 0.85);
  }

  .md\:border-s-gray-200\/90 {
    border-inline-start-color: rgb(229 231 235 / 0.9);
  }

  .md\:border-s-gray-200\/95 {
    border-inline-start-color: rgb(229 231 235 / 0.95);
  }

  .md\:border-s-gray-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(209 213 219 / var(--tw-border-opacity));
  }

  .md\:border-s-gray-300\/0 {
    border-inline-start-color: rgb(209 213 219 / 0);
  }

  .md\:border-s-gray-300\/10 {
    border-inline-start-color: rgb(209 213 219 / 0.1);
  }

  .md\:border-s-gray-300\/100 {
    border-inline-start-color: rgb(209 213 219 / 1);
  }

  .md\:border-s-gray-300\/15 {
    border-inline-start-color: rgb(209 213 219 / 0.15);
  }

  .md\:border-s-gray-300\/20 {
    border-inline-start-color: rgb(209 213 219 / 0.2);
  }

  .md\:border-s-gray-300\/25 {
    border-inline-start-color: rgb(209 213 219 / 0.25);
  }

  .md\:border-s-gray-300\/30 {
    border-inline-start-color: rgb(209 213 219 / 0.3);
  }

  .md\:border-s-gray-300\/35 {
    border-inline-start-color: rgb(209 213 219 / 0.35);
  }

  .md\:border-s-gray-300\/40 {
    border-inline-start-color: rgb(209 213 219 / 0.4);
  }

  .md\:border-s-gray-300\/45 {
    border-inline-start-color: rgb(209 213 219 / 0.45);
  }

  .md\:border-s-gray-300\/5 {
    border-inline-start-color: rgb(209 213 219 / 0.05);
  }

  .md\:border-s-gray-300\/50 {
    border-inline-start-color: rgb(209 213 219 / 0.5);
  }

  .md\:border-s-gray-300\/55 {
    border-inline-start-color: rgb(209 213 219 / 0.55);
  }

  .md\:border-s-gray-300\/60 {
    border-inline-start-color: rgb(209 213 219 / 0.6);
  }

  .md\:border-s-gray-300\/65 {
    border-inline-start-color: rgb(209 213 219 / 0.65);
  }

  .md\:border-s-gray-300\/70 {
    border-inline-start-color: rgb(209 213 219 / 0.7);
  }

  .md\:border-s-gray-300\/75 {
    border-inline-start-color: rgb(209 213 219 / 0.75);
  }

  .md\:border-s-gray-300\/80 {
    border-inline-start-color: rgb(209 213 219 / 0.8);
  }

  .md\:border-s-gray-300\/85 {
    border-inline-start-color: rgb(209 213 219 / 0.85);
  }

  .md\:border-s-gray-300\/90 {
    border-inline-start-color: rgb(209 213 219 / 0.9);
  }

  .md\:border-s-gray-300\/95 {
    border-inline-start-color: rgb(209 213 219 / 0.95);
  }

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

  .md\:border-s-gray-400\/0 {
    border-inline-start-color: rgb(156 163 175 / 0);
  }

  .md\:border-s-gray-400\/10 {
    border-inline-start-color: rgb(156 163 175 / 0.1);
  }

  .md\:border-s-gray-400\/100 {
    border-inline-start-color: rgb(156 163 175 / 1);
  }

  .md\:border-s-gray-400\/15 {
    border-inline-start-color: rgb(156 163 175 / 0.15);
  }

  .md\:border-s-gray-400\/20 {
    border-inline-start-color: rgb(156 163 175 / 0.2);
  }

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

  .md\:border-s-gray-400\/30 {
    border-inline-start-color: rgb(156 163 175 / 0.3);
  }

  .md\:border-s-gray-400\/35 {
    border-inline-start-color: rgb(156 163 175 / 0.35);
  }

  .md\:border-s-gray-400\/40 {
    border-inline-start-color: rgb(156 163 175 / 0.4);
  }

  .md\:border-s-gray-400\/45 {
    border-inline-start-color: rgb(156 163 175 / 0.45);
  }

  .md\:border-s-gray-400\/5 {
    border-inline-start-color: rgb(156 163 175 / 0.05);
  }

  .md\:border-s-gray-400\/50 {
    border-inline-start-color: rgb(156 163 175 / 0.5);
  }

  .md\:border-s-gray-400\/55 {
    border-inline-start-color: rgb(156 163 175 / 0.55);
  }

  .md\:border-s-gray-400\/60 {
    border-inline-start-color: rgb(156 163 175 / 0.6);
  }

  .md\:border-s-gray-400\/65 {
    border-inline-start-color: rgb(156 163 175 / 0.65);
  }

  .md\:border-s-gray-400\/70 {
    border-inline-start-color: rgb(156 163 175 / 0.7);
  }

  .md\:border-s-gray-400\/75 {
    border-inline-start-color: rgb(156 163 175 / 0.75);
  }

  .md\:border-s-gray-400\/80 {
    border-inline-start-color: rgb(156 163 175 / 0.8);
  }

  .md\:border-s-gray-400\/85 {
    border-inline-start-color: rgb(156 163 175 / 0.85);
  }

  .md\:border-s-gray-400\/90 {
    border-inline-start-color: rgb(156 163 175 / 0.9);
  }

  .md\:border-s-gray-400\/95 {
    border-inline-start-color: rgb(156 163 175 / 0.95);
  }

  .md\:border-s-gray-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(249 250 251 / var(--tw-border-opacity));
  }

  .md\:border-s-gray-50\/0 {
    border-inline-start-color: rgb(249 250 251 / 0);
  }

  .md\:border-s-gray-50\/10 {
    border-inline-start-color: rgb(249 250 251 / 0.1);
  }

  .md\:border-s-gray-50\/100 {
    border-inline-start-color: rgb(249 250 251 / 1);
  }

  .md\:border-s-gray-50\/15 {
    border-inline-start-color: rgb(249 250 251 / 0.15);
  }

  .md\:border-s-gray-50\/20 {
    border-inline-start-color: rgb(249 250 251 / 0.2);
  }

  .md\:border-s-gray-50\/25 {
    border-inline-start-color: rgb(249 250 251 / 0.25);
  }

  .md\:border-s-gray-50\/30 {
    border-inline-start-color: rgb(249 250 251 / 0.3);
  }

  .md\:border-s-gray-50\/35 {
    border-inline-start-color: rgb(249 250 251 / 0.35);
  }

  .md\:border-s-gray-50\/40 {
    border-inline-start-color: rgb(249 250 251 / 0.4);
  }

  .md\:border-s-gray-50\/45 {
    border-inline-start-color: rgb(249 250 251 / 0.45);
  }

  .md\:border-s-gray-50\/5 {
    border-inline-start-color: rgb(249 250 251 / 0.05);
  }

  .md\:border-s-gray-50\/50 {
    border-inline-start-color: rgb(249 250 251 / 0.5);
  }

  .md\:border-s-gray-50\/55 {
    border-inline-start-color: rgb(249 250 251 / 0.55);
  }

  .md\:border-s-gray-50\/60 {
    border-inline-start-color: rgb(249 250 251 / 0.6);
  }

  .md\:border-s-gray-50\/65 {
    border-inline-start-color: rgb(249 250 251 / 0.65);
  }

  .md\:border-s-gray-50\/70 {
    border-inline-start-color: rgb(249 250 251 / 0.7);
  }

  .md\:border-s-gray-50\/75 {
    border-inline-start-color: rgb(249 250 251 / 0.75);
  }

  .md\:border-s-gray-50\/80 {
    border-inline-start-color: rgb(249 250 251 / 0.8);
  }

  .md\:border-s-gray-50\/85 {
    border-inline-start-color: rgb(249 250 251 / 0.85);
  }

  .md\:border-s-gray-50\/90 {
    border-inline-start-color: rgb(249 250 251 / 0.9);
  }

  .md\:border-s-gray-50\/95 {
    border-inline-start-color: rgb(249 250 251 / 0.95);
  }

  .md\:border-s-gray-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(107 114 128 / var(--tw-border-opacity));
  }

  .md\:border-s-gray-500\/0 {
    border-inline-start-color: rgb(107 114 128 / 0);
  }

  .md\:border-s-gray-500\/10 {
    border-inline-start-color: rgb(107 114 128 / 0.1);
  }

  .md\:border-s-gray-500\/100 {
    border-inline-start-color: rgb(107 114 128 / 1);
  }

  .md\:border-s-gray-500\/15 {
    border-inline-start-color: rgb(107 114 128 / 0.15);
  }

  .md\:border-s-gray-500\/20 {
    border-inline-start-color: rgb(107 114 128 / 0.2);
  }

  .md\:border-s-gray-500\/25 {
    border-inline-start-color: rgb(107 114 128 / 0.25);
  }

  .md\:border-s-gray-500\/30 {
    border-inline-start-color: rgb(107 114 128 / 0.3);
  }

  .md\:border-s-gray-500\/35 {
    border-inline-start-color: rgb(107 114 128 / 0.35);
  }

  .md\:border-s-gray-500\/40 {
    border-inline-start-color: rgb(107 114 128 / 0.4);
  }

  .md\:border-s-gray-500\/45 {
    border-inline-start-color: rgb(107 114 128 / 0.45);
  }

  .md\:border-s-gray-500\/5 {
    border-inline-start-color: rgb(107 114 128 / 0.05);
  }

  .md\:border-s-gray-500\/50 {
    border-inline-start-color: rgb(107 114 128 / 0.5);
  }

  .md\:border-s-gray-500\/55 {
    border-inline-start-color: rgb(107 114 128 / 0.55);
  }

  .md\:border-s-gray-500\/60 {
    border-inline-start-color: rgb(107 114 128 / 0.6);
  }

  .md\:border-s-gray-500\/65 {
    border-inline-start-color: rgb(107 114 128 / 0.65);
  }

  .md\:border-s-gray-500\/70 {
    border-inline-start-color: rgb(107 114 128 / 0.7);
  }

  .md\:border-s-gray-500\/75 {
    border-inline-start-color: rgb(107 114 128 / 0.75);
  }

  .md\:border-s-gray-500\/80 {
    border-inline-start-color: rgb(107 114 128 / 0.8);
  }

  .md\:border-s-gray-500\/85 {
    border-inline-start-color: rgb(107 114 128 / 0.85);
  }

  .md\:border-s-gray-500\/90 {
    border-inline-start-color: rgb(107 114 128 / 0.9);
  }

  .md\:border-s-gray-500\/95 {
    border-inline-start-color: rgb(107 114 128 / 0.95);
  }

  .md\:border-s-gray-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .md\:border-s-gray-600\/0 {
    border-inline-start-color: rgb(75 85 99 / 0);
  }

  .md\:border-s-gray-600\/10 {
    border-inline-start-color: rgb(75 85 99 / 0.1);
  }

  .md\:border-s-gray-600\/100 {
    border-inline-start-color: rgb(75 85 99 / 1);
  }

  .md\:border-s-gray-600\/15 {
    border-inline-start-color: rgb(75 85 99 / 0.15);
  }

  .md\:border-s-gray-600\/20 {
    border-inline-start-color: rgb(75 85 99 / 0.2);
  }

  .md\:border-s-gray-600\/25 {
    border-inline-start-color: rgb(75 85 99 / 0.25);
  }

  .md\:border-s-gray-600\/30 {
    border-inline-start-color: rgb(75 85 99 / 0.3);
  }

  .md\:border-s-gray-600\/35 {
    border-inline-start-color: rgb(75 85 99 / 0.35);
  }

  .md\:border-s-gray-600\/40 {
    border-inline-start-color: rgb(75 85 99 / 0.4);
  }

  .md\:border-s-gray-600\/45 {
    border-inline-start-color: rgb(75 85 99 / 0.45);
  }

  .md\:border-s-gray-600\/5 {
    border-inline-start-color: rgb(75 85 99 / 0.05);
  }

  .md\:border-s-gray-600\/50 {
    border-inline-start-color: rgb(75 85 99 / 0.5);
  }

  .md\:border-s-gray-600\/55 {
    border-inline-start-color: rgb(75 85 99 / 0.55);
  }

  .md\:border-s-gray-600\/60 {
    border-inline-start-color: rgb(75 85 99 / 0.6);
  }

  .md\:border-s-gray-600\/65 {
    border-inline-start-color: rgb(75 85 99 / 0.65);
  }

  .md\:border-s-gray-600\/70 {
    border-inline-start-color: rgb(75 85 99 / 0.7);
  }

  .md\:border-s-gray-600\/75 {
    border-inline-start-color: rgb(75 85 99 / 0.75);
  }

  .md\:border-s-gray-600\/80 {
    border-inline-start-color: rgb(75 85 99 / 0.8);
  }

  .md\:border-s-gray-600\/85 {
    border-inline-start-color: rgb(75 85 99 / 0.85);
  }

  .md\:border-s-gray-600\/90 {
    border-inline-start-color: rgb(75 85 99 / 0.9);
  }

  .md\:border-s-gray-600\/95 {
    border-inline-start-color: rgb(75 85 99 / 0.95);
  }

  .md\:border-s-gray-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .md\:border-s-gray-700\/0 {
    border-inline-start-color: rgb(55 65 81 / 0);
  }

  .md\:border-s-gray-700\/10 {
    border-inline-start-color: rgb(55 65 81 / 0.1);
  }

  .md\:border-s-gray-700\/100 {
    border-inline-start-color: rgb(55 65 81 / 1);
  }

  .md\:border-s-gray-700\/15 {
    border-inline-start-color: rgb(55 65 81 / 0.15);
  }

  .md\:border-s-gray-700\/20 {
    border-inline-start-color: rgb(55 65 81 / 0.2);
  }

  .md\:border-s-gray-700\/25 {
    border-inline-start-color: rgb(55 65 81 / 0.25);
  }

  .md\:border-s-gray-700\/30 {
    border-inline-start-color: rgb(55 65 81 / 0.3);
  }

  .md\:border-s-gray-700\/35 {
    border-inline-start-color: rgb(55 65 81 / 0.35);
  }

  .md\:border-s-gray-700\/40 {
    border-inline-start-color: rgb(55 65 81 / 0.4);
  }

  .md\:border-s-gray-700\/45 {
    border-inline-start-color: rgb(55 65 81 / 0.45);
  }

  .md\:border-s-gray-700\/5 {
    border-inline-start-color: rgb(55 65 81 / 0.05);
  }

  .md\:border-s-gray-700\/50 {
    border-inline-start-color: rgb(55 65 81 / 0.5);
  }

  .md\:border-s-gray-700\/55 {
    border-inline-start-color: rgb(55 65 81 / 0.55);
  }

  .md\:border-s-gray-700\/60 {
    border-inline-start-color: rgb(55 65 81 / 0.6);
  }

  .md\:border-s-gray-700\/65 {
    border-inline-start-color: rgb(55 65 81 / 0.65);
  }

  .md\:border-s-gray-700\/70 {
    border-inline-start-color: rgb(55 65 81 / 0.7);
  }

  .md\:border-s-gray-700\/75 {
    border-inline-start-color: rgb(55 65 81 / 0.75);
  }

  .md\:border-s-gray-700\/80 {
    border-inline-start-color: rgb(55 65 81 / 0.8);
  }

  .md\:border-s-gray-700\/85 {
    border-inline-start-color: rgb(55 65 81 / 0.85);
  }

  .md\:border-s-gray-700\/90 {
    border-inline-start-color: rgb(55 65 81 / 0.9);
  }

  .md\:border-s-gray-700\/95 {
    border-inline-start-color: rgb(55 65 81 / 0.95);
  }

  .md\:border-s-gray-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(31 41 55 / var(--tw-border-opacity));
  }

  .md\:border-s-gray-800\/0 {
    border-inline-start-color: rgb(31 41 55 / 0);
  }

  .md\:border-s-gray-800\/10 {
    border-inline-start-color: rgb(31 41 55 / 0.1);
  }

  .md\:border-s-gray-800\/100 {
    border-inline-start-color: rgb(31 41 55 / 1);
  }

  .md\:border-s-gray-800\/15 {
    border-inline-start-color: rgb(31 41 55 / 0.15);
  }

  .md\:border-s-gray-800\/20 {
    border-inline-start-color: rgb(31 41 55 / 0.2);
  }

  .md\:border-s-gray-800\/25 {
    border-inline-start-color: rgb(31 41 55 / 0.25);
  }

  .md\:border-s-gray-800\/30 {
    border-inline-start-color: rgb(31 41 55 / 0.3);
  }

  .md\:border-s-gray-800\/35 {
    border-inline-start-color: rgb(31 41 55 / 0.35);
  }

  .md\:border-s-gray-800\/40 {
    border-inline-start-color: rgb(31 41 55 / 0.4);
  }

  .md\:border-s-gray-800\/45 {
    border-inline-start-color: rgb(31 41 55 / 0.45);
  }

  .md\:border-s-gray-800\/5 {
    border-inline-start-color: rgb(31 41 55 / 0.05);
  }

  .md\:border-s-gray-800\/50 {
    border-inline-start-color: rgb(31 41 55 / 0.5);
  }

  .md\:border-s-gray-800\/55 {
    border-inline-start-color: rgb(31 41 55 / 0.55);
  }

  .md\:border-s-gray-800\/60 {
    border-inline-start-color: rgb(31 41 55 / 0.6);
  }

  .md\:border-s-gray-800\/65 {
    border-inline-start-color: rgb(31 41 55 / 0.65);
  }

  .md\:border-s-gray-800\/70 {
    border-inline-start-color: rgb(31 41 55 / 0.7);
  }

  .md\:border-s-gray-800\/75 {
    border-inline-start-color: rgb(31 41 55 / 0.75);
  }

  .md\:border-s-gray-800\/80 {
    border-inline-start-color: rgb(31 41 55 / 0.8);
  }

  .md\:border-s-gray-800\/85 {
    border-inline-start-color: rgb(31 41 55 / 0.85);
  }

  .md\:border-s-gray-800\/90 {
    border-inline-start-color: rgb(31 41 55 / 0.9);
  }

  .md\:border-s-gray-800\/95 {
    border-inline-start-color: rgb(31 41 55 / 0.95);
  }

  .md\:border-s-gray-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(17 24 39 / var(--tw-border-opacity));
  }

  .md\:border-s-gray-900\/0 {
    border-inline-start-color: rgb(17 24 39 / 0);
  }

  .md\:border-s-gray-900\/10 {
    border-inline-start-color: rgb(17 24 39 / 0.1);
  }

  .md\:border-s-gray-900\/100 {
    border-inline-start-color: rgb(17 24 39 / 1);
  }

  .md\:border-s-gray-900\/15 {
    border-inline-start-color: rgb(17 24 39 / 0.15);
  }

  .md\:border-s-gray-900\/20 {
    border-inline-start-color: rgb(17 24 39 / 0.2);
  }

  .md\:border-s-gray-900\/25 {
    border-inline-start-color: rgb(17 24 39 / 0.25);
  }

  .md\:border-s-gray-900\/30 {
    border-inline-start-color: rgb(17 24 39 / 0.3);
  }

  .md\:border-s-gray-900\/35 {
    border-inline-start-color: rgb(17 24 39 / 0.35);
  }

  .md\:border-s-gray-900\/40 {
    border-inline-start-color: rgb(17 24 39 / 0.4);
  }

  .md\:border-s-gray-900\/45 {
    border-inline-start-color: rgb(17 24 39 / 0.45);
  }

  .md\:border-s-gray-900\/5 {
    border-inline-start-color: rgb(17 24 39 / 0.05);
  }

  .md\:border-s-gray-900\/50 {
    border-inline-start-color: rgb(17 24 39 / 0.5);
  }

  .md\:border-s-gray-900\/55 {
    border-inline-start-color: rgb(17 24 39 / 0.55);
  }

  .md\:border-s-gray-900\/60 {
    border-inline-start-color: rgb(17 24 39 / 0.6);
  }

  .md\:border-s-gray-900\/65 {
    border-inline-start-color: rgb(17 24 39 / 0.65);
  }

  .md\:border-s-gray-900\/70 {
    border-inline-start-color: rgb(17 24 39 / 0.7);
  }

  .md\:border-s-gray-900\/75 {
    border-inline-start-color: rgb(17 24 39 / 0.75);
  }

  .md\:border-s-gray-900\/80 {
    border-inline-start-color: rgb(17 24 39 / 0.8);
  }

  .md\:border-s-gray-900\/85 {
    border-inline-start-color: rgb(17 24 39 / 0.85);
  }

  .md\:border-s-gray-900\/90 {
    border-inline-start-color: rgb(17 24 39 / 0.9);
  }

  .md\:border-s-gray-900\/95 {
    border-inline-start-color: rgb(17 24 39 / 0.95);
  }

  .md\:border-s-gray-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(3 7 18 / var(--tw-border-opacity));
  }

  .md\:border-s-gray-950\/0 {
    border-inline-start-color: rgb(3 7 18 / 0);
  }

  .md\:border-s-gray-950\/10 {
    border-inline-start-color: rgb(3 7 18 / 0.1);
  }

  .md\:border-s-gray-950\/100 {
    border-inline-start-color: rgb(3 7 18 / 1);
  }

  .md\:border-s-gray-950\/15 {
    border-inline-start-color: rgb(3 7 18 / 0.15);
  }

  .md\:border-s-gray-950\/20 {
    border-inline-start-color: rgb(3 7 18 / 0.2);
  }

  .md\:border-s-gray-950\/25 {
    border-inline-start-color: rgb(3 7 18 / 0.25);
  }

  .md\:border-s-gray-950\/30 {
    border-inline-start-color: rgb(3 7 18 / 0.3);
  }

  .md\:border-s-gray-950\/35 {
    border-inline-start-color: rgb(3 7 18 / 0.35);
  }

  .md\:border-s-gray-950\/40 {
    border-inline-start-color: rgb(3 7 18 / 0.4);
  }

  .md\:border-s-gray-950\/45 {
    border-inline-start-color: rgb(3 7 18 / 0.45);
  }

  .md\:border-s-gray-950\/5 {
    border-inline-start-color: rgb(3 7 18 / 0.05);
  }

  .md\:border-s-gray-950\/50 {
    border-inline-start-color: rgb(3 7 18 / 0.5);
  }

  .md\:border-s-gray-950\/55 {
    border-inline-start-color: rgb(3 7 18 / 0.55);
  }

  .md\:border-s-gray-950\/60 {
    border-inline-start-color: rgb(3 7 18 / 0.6);
  }

  .md\:border-s-gray-950\/65 {
    border-inline-start-color: rgb(3 7 18 / 0.65);
  }

  .md\:border-s-gray-950\/70 {
    border-inline-start-color: rgb(3 7 18 / 0.7);
  }

  .md\:border-s-gray-950\/75 {
    border-inline-start-color: rgb(3 7 18 / 0.75);
  }

  .md\:border-s-gray-950\/80 {
    border-inline-start-color: rgb(3 7 18 / 0.8);
  }

  .md\:border-s-gray-950\/85 {
    border-inline-start-color: rgb(3 7 18 / 0.85);
  }

  .md\:border-s-gray-950\/90 {
    border-inline-start-color: rgb(3 7 18 / 0.9);
  }

  .md\:border-s-gray-950\/95 {
    border-inline-start-color: rgb(3 7 18 / 0.95);
  }

  .md\:border-s-green-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(220 252 231 / var(--tw-border-opacity));
  }

  .md\:border-s-green-100\/0 {
    border-inline-start-color: rgb(220 252 231 / 0);
  }

  .md\:border-s-green-100\/10 {
    border-inline-start-color: rgb(220 252 231 / 0.1);
  }

  .md\:border-s-green-100\/100 {
    border-inline-start-color: rgb(220 252 231 / 1);
  }

  .md\:border-s-green-100\/15 {
    border-inline-start-color: rgb(220 252 231 / 0.15);
  }

  .md\:border-s-green-100\/20 {
    border-inline-start-color: rgb(220 252 231 / 0.2);
  }

  .md\:border-s-green-100\/25 {
    border-inline-start-color: rgb(220 252 231 / 0.25);
  }

  .md\:border-s-green-100\/30 {
    border-inline-start-color: rgb(220 252 231 / 0.3);
  }

  .md\:border-s-green-100\/35 {
    border-inline-start-color: rgb(220 252 231 / 0.35);
  }

  .md\:border-s-green-100\/40 {
    border-inline-start-color: rgb(220 252 231 / 0.4);
  }

  .md\:border-s-green-100\/45 {
    border-inline-start-color: rgb(220 252 231 / 0.45);
  }

  .md\:border-s-green-100\/5 {
    border-inline-start-color: rgb(220 252 231 / 0.05);
  }

  .md\:border-s-green-100\/50 {
    border-inline-start-color: rgb(220 252 231 / 0.5);
  }

  .md\:border-s-green-100\/55 {
    border-inline-start-color: rgb(220 252 231 / 0.55);
  }

  .md\:border-s-green-100\/60 {
    border-inline-start-color: rgb(220 252 231 / 0.6);
  }

  .md\:border-s-green-100\/65 {
    border-inline-start-color: rgb(220 252 231 / 0.65);
  }

  .md\:border-s-green-100\/70 {
    border-inline-start-color: rgb(220 252 231 / 0.7);
  }

  .md\:border-s-green-100\/75 {
    border-inline-start-color: rgb(220 252 231 / 0.75);
  }

  .md\:border-s-green-100\/80 {
    border-inline-start-color: rgb(220 252 231 / 0.8);
  }

  .md\:border-s-green-100\/85 {
    border-inline-start-color: rgb(220 252 231 / 0.85);
  }

  .md\:border-s-green-100\/90 {
    border-inline-start-color: rgb(220 252 231 / 0.9);
  }

  .md\:border-s-green-100\/95 {
    border-inline-start-color: rgb(220 252 231 / 0.95);
  }

  .md\:border-s-green-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(187 247 208 / var(--tw-border-opacity));
  }

  .md\:border-s-green-200\/0 {
    border-inline-start-color: rgb(187 247 208 / 0);
  }

  .md\:border-s-green-200\/10 {
    border-inline-start-color: rgb(187 247 208 / 0.1);
  }

  .md\:border-s-green-200\/100 {
    border-inline-start-color: rgb(187 247 208 / 1);
  }

  .md\:border-s-green-200\/15 {
    border-inline-start-color: rgb(187 247 208 / 0.15);
  }

  .md\:border-s-green-200\/20 {
    border-inline-start-color: rgb(187 247 208 / 0.2);
  }

  .md\:border-s-green-200\/25 {
    border-inline-start-color: rgb(187 247 208 / 0.25);
  }

  .md\:border-s-green-200\/30 {
    border-inline-start-color: rgb(187 247 208 / 0.3);
  }

  .md\:border-s-green-200\/35 {
    border-inline-start-color: rgb(187 247 208 / 0.35);
  }

  .md\:border-s-green-200\/40 {
    border-inline-start-color: rgb(187 247 208 / 0.4);
  }

  .md\:border-s-green-200\/45 {
    border-inline-start-color: rgb(187 247 208 / 0.45);
  }

  .md\:border-s-green-200\/5 {
    border-inline-start-color: rgb(187 247 208 / 0.05);
  }

  .md\:border-s-green-200\/50 {
    border-inline-start-color: rgb(187 247 208 / 0.5);
  }

  .md\:border-s-green-200\/55 {
    border-inline-start-color: rgb(187 247 208 / 0.55);
  }

  .md\:border-s-green-200\/60 {
    border-inline-start-color: rgb(187 247 208 / 0.6);
  }

  .md\:border-s-green-200\/65 {
    border-inline-start-color: rgb(187 247 208 / 0.65);
  }

  .md\:border-s-green-200\/70 {
    border-inline-start-color: rgb(187 247 208 / 0.7);
  }

  .md\:border-s-green-200\/75 {
    border-inline-start-color: rgb(187 247 208 / 0.75);
  }

  .md\:border-s-green-200\/80 {
    border-inline-start-color: rgb(187 247 208 / 0.8);
  }

  .md\:border-s-green-200\/85 {
    border-inline-start-color: rgb(187 247 208 / 0.85);
  }

  .md\:border-s-green-200\/90 {
    border-inline-start-color: rgb(187 247 208 / 0.9);
  }

  .md\:border-s-green-200\/95 {
    border-inline-start-color: rgb(187 247 208 / 0.95);
  }

  .md\:border-s-green-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(134 239 172 / var(--tw-border-opacity));
  }

  .md\:border-s-green-300\/0 {
    border-inline-start-color: rgb(134 239 172 / 0);
  }

  .md\:border-s-green-300\/10 {
    border-inline-start-color: rgb(134 239 172 / 0.1);
  }

  .md\:border-s-green-300\/100 {
    border-inline-start-color: rgb(134 239 172 / 1);
  }

  .md\:border-s-green-300\/15 {
    border-inline-start-color: rgb(134 239 172 / 0.15);
  }

  .md\:border-s-green-300\/20 {
    border-inline-start-color: rgb(134 239 172 / 0.2);
  }

  .md\:border-s-green-300\/25 {
    border-inline-start-color: rgb(134 239 172 / 0.25);
  }

  .md\:border-s-green-300\/30 {
    border-inline-start-color: rgb(134 239 172 / 0.3);
  }

  .md\:border-s-green-300\/35 {
    border-inline-start-color: rgb(134 239 172 / 0.35);
  }

  .md\:border-s-green-300\/40 {
    border-inline-start-color: rgb(134 239 172 / 0.4);
  }

  .md\:border-s-green-300\/45 {
    border-inline-start-color: rgb(134 239 172 / 0.45);
  }

  .md\:border-s-green-300\/5 {
    border-inline-start-color: rgb(134 239 172 / 0.05);
  }

  .md\:border-s-green-300\/50 {
    border-inline-start-color: rgb(134 239 172 / 0.5);
  }

  .md\:border-s-green-300\/55 {
    border-inline-start-color: rgb(134 239 172 / 0.55);
  }

  .md\:border-s-green-300\/60 {
    border-inline-start-color: rgb(134 239 172 / 0.6);
  }

  .md\:border-s-green-300\/65 {
    border-inline-start-color: rgb(134 239 172 / 0.65);
  }

  .md\:border-s-green-300\/70 {
    border-inline-start-color: rgb(134 239 172 / 0.7);
  }

  .md\:border-s-green-300\/75 {
    border-inline-start-color: rgb(134 239 172 / 0.75);
  }

  .md\:border-s-green-300\/80 {
    border-inline-start-color: rgb(134 239 172 / 0.8);
  }

  .md\:border-s-green-300\/85 {
    border-inline-start-color: rgb(134 239 172 / 0.85);
  }

  .md\:border-s-green-300\/90 {
    border-inline-start-color: rgb(134 239 172 / 0.9);
  }

  .md\:border-s-green-300\/95 {
    border-inline-start-color: rgb(134 239 172 / 0.95);
  }

  .md\:border-s-green-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(74 222 128 / var(--tw-border-opacity));
  }

  .md\:border-s-green-400\/0 {
    border-inline-start-color: rgb(74 222 128 / 0);
  }

  .md\:border-s-green-400\/10 {
    border-inline-start-color: rgb(74 222 128 / 0.1);
  }

  .md\:border-s-green-400\/100 {
    border-inline-start-color: rgb(74 222 128 / 1);
  }

  .md\:border-s-green-400\/15 {
    border-inline-start-color: rgb(74 222 128 / 0.15);
  }

  .md\:border-s-green-400\/20 {
    border-inline-start-color: rgb(74 222 128 / 0.2);
  }

  .md\:border-s-green-400\/25 {
    border-inline-start-color: rgb(74 222 128 / 0.25);
  }

  .md\:border-s-green-400\/30 {
    border-inline-start-color: rgb(74 222 128 / 0.3);
  }

  .md\:border-s-green-400\/35 {
    border-inline-start-color: rgb(74 222 128 / 0.35);
  }

  .md\:border-s-green-400\/40 {
    border-inline-start-color: rgb(74 222 128 / 0.4);
  }

  .md\:border-s-green-400\/45 {
    border-inline-start-color: rgb(74 222 128 / 0.45);
  }

  .md\:border-s-green-400\/5 {
    border-inline-start-color: rgb(74 222 128 / 0.05);
  }

  .md\:border-s-green-400\/50 {
    border-inline-start-color: rgb(74 222 128 / 0.5);
  }

  .md\:border-s-green-400\/55 {
    border-inline-start-color: rgb(74 222 128 / 0.55);
  }

  .md\:border-s-green-400\/60 {
    border-inline-start-color: rgb(74 222 128 / 0.6);
  }

  .md\:border-s-green-400\/65 {
    border-inline-start-color: rgb(74 222 128 / 0.65);
  }

  .md\:border-s-green-400\/70 {
    border-inline-start-color: rgb(74 222 128 / 0.7);
  }

  .md\:border-s-green-400\/75 {
    border-inline-start-color: rgb(74 222 128 / 0.75);
  }

  .md\:border-s-green-400\/80 {
    border-inline-start-color: rgb(74 222 128 / 0.8);
  }

  .md\:border-s-green-400\/85 {
    border-inline-start-color: rgb(74 222 128 / 0.85);
  }

  .md\:border-s-green-400\/90 {
    border-inline-start-color: rgb(74 222 128 / 0.9);
  }

  .md\:border-s-green-400\/95 {
    border-inline-start-color: rgb(74 222 128 / 0.95);
  }

  .md\:border-s-green-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(240 253 244 / var(--tw-border-opacity));
  }

  .md\:border-s-green-50\/0 {
    border-inline-start-color: rgb(240 253 244 / 0);
  }

  .md\:border-s-green-50\/10 {
    border-inline-start-color: rgb(240 253 244 / 0.1);
  }

  .md\:border-s-green-50\/100 {
    border-inline-start-color: rgb(240 253 244 / 1);
  }

  .md\:border-s-green-50\/15 {
    border-inline-start-color: rgb(240 253 244 / 0.15);
  }

  .md\:border-s-green-50\/20 {
    border-inline-start-color: rgb(240 253 244 / 0.2);
  }

  .md\:border-s-green-50\/25 {
    border-inline-start-color: rgb(240 253 244 / 0.25);
  }

  .md\:border-s-green-50\/30 {
    border-inline-start-color: rgb(240 253 244 / 0.3);
  }

  .md\:border-s-green-50\/35 {
    border-inline-start-color: rgb(240 253 244 / 0.35);
  }

  .md\:border-s-green-50\/40 {
    border-inline-start-color: rgb(240 253 244 / 0.4);
  }

  .md\:border-s-green-50\/45 {
    border-inline-start-color: rgb(240 253 244 / 0.45);
  }

  .md\:border-s-green-50\/5 {
    border-inline-start-color: rgb(240 253 244 / 0.05);
  }

  .md\:border-s-green-50\/50 {
    border-inline-start-color: rgb(240 253 244 / 0.5);
  }

  .md\:border-s-green-50\/55 {
    border-inline-start-color: rgb(240 253 244 / 0.55);
  }

  .md\:border-s-green-50\/60 {
    border-inline-start-color: rgb(240 253 244 / 0.6);
  }

  .md\:border-s-green-50\/65 {
    border-inline-start-color: rgb(240 253 244 / 0.65);
  }

  .md\:border-s-green-50\/70 {
    border-inline-start-color: rgb(240 253 244 / 0.7);
  }

  .md\:border-s-green-50\/75 {
    border-inline-start-color: rgb(240 253 244 / 0.75);
  }

  .md\:border-s-green-50\/80 {
    border-inline-start-color: rgb(240 253 244 / 0.8);
  }

  .md\:border-s-green-50\/85 {
    border-inline-start-color: rgb(240 253 244 / 0.85);
  }

  .md\:border-s-green-50\/90 {
    border-inline-start-color: rgb(240 253 244 / 0.9);
  }

  .md\:border-s-green-50\/95 {
    border-inline-start-color: rgb(240 253 244 / 0.95);
  }

  .md\:border-s-green-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(34 197 94 / var(--tw-border-opacity));
  }

  .md\:border-s-green-500\/0 {
    border-inline-start-color: rgb(34 197 94 / 0);
  }

  .md\:border-s-green-500\/10 {
    border-inline-start-color: rgb(34 197 94 / 0.1);
  }

  .md\:border-s-green-500\/100 {
    border-inline-start-color: rgb(34 197 94 / 1);
  }

  .md\:border-s-green-500\/15 {
    border-inline-start-color: rgb(34 197 94 / 0.15);
  }

  .md\:border-s-green-500\/20 {
    border-inline-start-color: rgb(34 197 94 / 0.2);
  }

  .md\:border-s-green-500\/25 {
    border-inline-start-color: rgb(34 197 94 / 0.25);
  }

  .md\:border-s-green-500\/30 {
    border-inline-start-color: rgb(34 197 94 / 0.3);
  }

  .md\:border-s-green-500\/35 {
    border-inline-start-color: rgb(34 197 94 / 0.35);
  }

  .md\:border-s-green-500\/40 {
    border-inline-start-color: rgb(34 197 94 / 0.4);
  }

  .md\:border-s-green-500\/45 {
    border-inline-start-color: rgb(34 197 94 / 0.45);
  }

  .md\:border-s-green-500\/5 {
    border-inline-start-color: rgb(34 197 94 / 0.05);
  }

  .md\:border-s-green-500\/50 {
    border-inline-start-color: rgb(34 197 94 / 0.5);
  }

  .md\:border-s-green-500\/55 {
    border-inline-start-color: rgb(34 197 94 / 0.55);
  }

  .md\:border-s-green-500\/60 {
    border-inline-start-color: rgb(34 197 94 / 0.6);
  }

  .md\:border-s-green-500\/65 {
    border-inline-start-color: rgb(34 197 94 / 0.65);
  }

  .md\:border-s-green-500\/70 {
    border-inline-start-color: rgb(34 197 94 / 0.7);
  }

  .md\:border-s-green-500\/75 {
    border-inline-start-color: rgb(34 197 94 / 0.75);
  }

  .md\:border-s-green-500\/80 {
    border-inline-start-color: rgb(34 197 94 / 0.8);
  }

  .md\:border-s-green-500\/85 {
    border-inline-start-color: rgb(34 197 94 / 0.85);
  }

  .md\:border-s-green-500\/90 {
    border-inline-start-color: rgb(34 197 94 / 0.9);
  }

  .md\:border-s-green-500\/95 {
    border-inline-start-color: rgb(34 197 94 / 0.95);
  }

  .md\:border-s-green-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(22 163 74 / var(--tw-border-opacity));
  }

  .md\:border-s-green-600\/0 {
    border-inline-start-color: rgb(22 163 74 / 0);
  }

  .md\:border-s-green-600\/10 {
    border-inline-start-color: rgb(22 163 74 / 0.1);
  }

  .md\:border-s-green-600\/100 {
    border-inline-start-color: rgb(22 163 74 / 1);
  }

  .md\:border-s-green-600\/15 {
    border-inline-start-color: rgb(22 163 74 / 0.15);
  }

  .md\:border-s-green-600\/20 {
    border-inline-start-color: rgb(22 163 74 / 0.2);
  }

  .md\:border-s-green-600\/25 {
    border-inline-start-color: rgb(22 163 74 / 0.25);
  }

  .md\:border-s-green-600\/30 {
    border-inline-start-color: rgb(22 163 74 / 0.3);
  }

  .md\:border-s-green-600\/35 {
    border-inline-start-color: rgb(22 163 74 / 0.35);
  }

  .md\:border-s-green-600\/40 {
    border-inline-start-color: rgb(22 163 74 / 0.4);
  }

  .md\:border-s-green-600\/45 {
    border-inline-start-color: rgb(22 163 74 / 0.45);
  }

  .md\:border-s-green-600\/5 {
    border-inline-start-color: rgb(22 163 74 / 0.05);
  }

  .md\:border-s-green-600\/50 {
    border-inline-start-color: rgb(22 163 74 / 0.5);
  }

  .md\:border-s-green-600\/55 {
    border-inline-start-color: rgb(22 163 74 / 0.55);
  }

  .md\:border-s-green-600\/60 {
    border-inline-start-color: rgb(22 163 74 / 0.6);
  }

  .md\:border-s-green-600\/65 {
    border-inline-start-color: rgb(22 163 74 / 0.65);
  }

  .md\:border-s-green-600\/70 {
    border-inline-start-color: rgb(22 163 74 / 0.7);
  }

  .md\:border-s-green-600\/75 {
    border-inline-start-color: rgb(22 163 74 / 0.75);
  }

  .md\:border-s-green-600\/80 {
    border-inline-start-color: rgb(22 163 74 / 0.8);
  }

  .md\:border-s-green-600\/85 {
    border-inline-start-color: rgb(22 163 74 / 0.85);
  }

  .md\:border-s-green-600\/90 {
    border-inline-start-color: rgb(22 163 74 / 0.9);
  }

  .md\:border-s-green-600\/95 {
    border-inline-start-color: rgb(22 163 74 / 0.95);
  }

  .md\:border-s-green-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(21 128 61 / var(--tw-border-opacity));
  }

  .md\:border-s-green-700\/0 {
    border-inline-start-color: rgb(21 128 61 / 0);
  }

  .md\:border-s-green-700\/10 {
    border-inline-start-color: rgb(21 128 61 / 0.1);
  }

  .md\:border-s-green-700\/100 {
    border-inline-start-color: rgb(21 128 61 / 1);
  }

  .md\:border-s-green-700\/15 {
    border-inline-start-color: rgb(21 128 61 / 0.15);
  }

  .md\:border-s-green-700\/20 {
    border-inline-start-color: rgb(21 128 61 / 0.2);
  }

  .md\:border-s-green-700\/25 {
    border-inline-start-color: rgb(21 128 61 / 0.25);
  }

  .md\:border-s-green-700\/30 {
    border-inline-start-color: rgb(21 128 61 / 0.3);
  }

  .md\:border-s-green-700\/35 {
    border-inline-start-color: rgb(21 128 61 / 0.35);
  }

  .md\:border-s-green-700\/40 {
    border-inline-start-color: rgb(21 128 61 / 0.4);
  }

  .md\:border-s-green-700\/45 {
    border-inline-start-color: rgb(21 128 61 / 0.45);
  }

  .md\:border-s-green-700\/5 {
    border-inline-start-color: rgb(21 128 61 / 0.05);
  }

  .md\:border-s-green-700\/50 {
    border-inline-start-color: rgb(21 128 61 / 0.5);
  }

  .md\:border-s-green-700\/55 {
    border-inline-start-color: rgb(21 128 61 / 0.55);
  }

  .md\:border-s-green-700\/60 {
    border-inline-start-color: rgb(21 128 61 / 0.6);
  }

  .md\:border-s-green-700\/65 {
    border-inline-start-color: rgb(21 128 61 / 0.65);
  }

  .md\:border-s-green-700\/70 {
    border-inline-start-color: rgb(21 128 61 / 0.7);
  }

  .md\:border-s-green-700\/75 {
    border-inline-start-color: rgb(21 128 61 / 0.75);
  }

  .md\:border-s-green-700\/80 {
    border-inline-start-color: rgb(21 128 61 / 0.8);
  }

  .md\:border-s-green-700\/85 {
    border-inline-start-color: rgb(21 128 61 / 0.85);
  }

  .md\:border-s-green-700\/90 {
    border-inline-start-color: rgb(21 128 61 / 0.9);
  }

  .md\:border-s-green-700\/95 {
    border-inline-start-color: rgb(21 128 61 / 0.95);
  }

  .md\:border-s-green-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(22 101 52 / var(--tw-border-opacity));
  }

  .md\:border-s-green-800\/0 {
    border-inline-start-color: rgb(22 101 52 / 0);
  }

  .md\:border-s-green-800\/10 {
    border-inline-start-color: rgb(22 101 52 / 0.1);
  }

  .md\:border-s-green-800\/100 {
    border-inline-start-color: rgb(22 101 52 / 1);
  }

  .md\:border-s-green-800\/15 {
    border-inline-start-color: rgb(22 101 52 / 0.15);
  }

  .md\:border-s-green-800\/20 {
    border-inline-start-color: rgb(22 101 52 / 0.2);
  }

  .md\:border-s-green-800\/25 {
    border-inline-start-color: rgb(22 101 52 / 0.25);
  }

  .md\:border-s-green-800\/30 {
    border-inline-start-color: rgb(22 101 52 / 0.3);
  }

  .md\:border-s-green-800\/35 {
    border-inline-start-color: rgb(22 101 52 / 0.35);
  }

  .md\:border-s-green-800\/40 {
    border-inline-start-color: rgb(22 101 52 / 0.4);
  }

  .md\:border-s-green-800\/45 {
    border-inline-start-color: rgb(22 101 52 / 0.45);
  }

  .md\:border-s-green-800\/5 {
    border-inline-start-color: rgb(22 101 52 / 0.05);
  }

  .md\:border-s-green-800\/50 {
    border-inline-start-color: rgb(22 101 52 / 0.5);
  }

  .md\:border-s-green-800\/55 {
    border-inline-start-color: rgb(22 101 52 / 0.55);
  }

  .md\:border-s-green-800\/60 {
    border-inline-start-color: rgb(22 101 52 / 0.6);
  }

  .md\:border-s-green-800\/65 {
    border-inline-start-color: rgb(22 101 52 / 0.65);
  }

  .md\:border-s-green-800\/70 {
    border-inline-start-color: rgb(22 101 52 / 0.7);
  }

  .md\:border-s-green-800\/75 {
    border-inline-start-color: rgb(22 101 52 / 0.75);
  }

  .md\:border-s-green-800\/80 {
    border-inline-start-color: rgb(22 101 52 / 0.8);
  }

  .md\:border-s-green-800\/85 {
    border-inline-start-color: rgb(22 101 52 / 0.85);
  }

  .md\:border-s-green-800\/90 {
    border-inline-start-color: rgb(22 101 52 / 0.9);
  }

  .md\:border-s-green-800\/95 {
    border-inline-start-color: rgb(22 101 52 / 0.95);
  }

  .md\:border-s-green-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(20 83 45 / var(--tw-border-opacity));
  }

  .md\:border-s-green-900\/0 {
    border-inline-start-color: rgb(20 83 45 / 0);
  }

  .md\:border-s-green-900\/10 {
    border-inline-start-color: rgb(20 83 45 / 0.1);
  }

  .md\:border-s-green-900\/100 {
    border-inline-start-color: rgb(20 83 45 / 1);
  }

  .md\:border-s-green-900\/15 {
    border-inline-start-color: rgb(20 83 45 / 0.15);
  }

  .md\:border-s-green-900\/20 {
    border-inline-start-color: rgb(20 83 45 / 0.2);
  }

  .md\:border-s-green-900\/25 {
    border-inline-start-color: rgb(20 83 45 / 0.25);
  }

  .md\:border-s-green-900\/30 {
    border-inline-start-color: rgb(20 83 45 / 0.3);
  }

  .md\:border-s-green-900\/35 {
    border-inline-start-color: rgb(20 83 45 / 0.35);
  }

  .md\:border-s-green-900\/40 {
    border-inline-start-color: rgb(20 83 45 / 0.4);
  }

  .md\:border-s-green-900\/45 {
    border-inline-start-color: rgb(20 83 45 / 0.45);
  }

  .md\:border-s-green-900\/5 {
    border-inline-start-color: rgb(20 83 45 / 0.05);
  }

  .md\:border-s-green-900\/50 {
    border-inline-start-color: rgb(20 83 45 / 0.5);
  }

  .md\:border-s-green-900\/55 {
    border-inline-start-color: rgb(20 83 45 / 0.55);
  }

  .md\:border-s-green-900\/60 {
    border-inline-start-color: rgb(20 83 45 / 0.6);
  }

  .md\:border-s-green-900\/65 {
    border-inline-start-color: rgb(20 83 45 / 0.65);
  }

  .md\:border-s-green-900\/70 {
    border-inline-start-color: rgb(20 83 45 / 0.7);
  }

  .md\:border-s-green-900\/75 {
    border-inline-start-color: rgb(20 83 45 / 0.75);
  }

  .md\:border-s-green-900\/80 {
    border-inline-start-color: rgb(20 83 45 / 0.8);
  }

  .md\:border-s-green-900\/85 {
    border-inline-start-color: rgb(20 83 45 / 0.85);
  }

  .md\:border-s-green-900\/90 {
    border-inline-start-color: rgb(20 83 45 / 0.9);
  }

  .md\:border-s-green-900\/95 {
    border-inline-start-color: rgb(20 83 45 / 0.95);
  }

  .md\:border-s-green-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(5 46 22 / var(--tw-border-opacity));
  }

  .md\:border-s-green-950\/0 {
    border-inline-start-color: rgb(5 46 22 / 0);
  }

  .md\:border-s-green-950\/10 {
    border-inline-start-color: rgb(5 46 22 / 0.1);
  }

  .md\:border-s-green-950\/100 {
    border-inline-start-color: rgb(5 46 22 / 1);
  }

  .md\:border-s-green-950\/15 {
    border-inline-start-color: rgb(5 46 22 / 0.15);
  }

  .md\:border-s-green-950\/20 {
    border-inline-start-color: rgb(5 46 22 / 0.2);
  }

  .md\:border-s-green-950\/25 {
    border-inline-start-color: rgb(5 46 22 / 0.25);
  }

  .md\:border-s-green-950\/30 {
    border-inline-start-color: rgb(5 46 22 / 0.3);
  }

  .md\:border-s-green-950\/35 {
    border-inline-start-color: rgb(5 46 22 / 0.35);
  }

  .md\:border-s-green-950\/40 {
    border-inline-start-color: rgb(5 46 22 / 0.4);
  }

  .md\:border-s-green-950\/45 {
    border-inline-start-color: rgb(5 46 22 / 0.45);
  }

  .md\:border-s-green-950\/5 {
    border-inline-start-color: rgb(5 46 22 / 0.05);
  }

  .md\:border-s-green-950\/50 {
    border-inline-start-color: rgb(5 46 22 / 0.5);
  }

  .md\:border-s-green-950\/55 {
    border-inline-start-color: rgb(5 46 22 / 0.55);
  }

  .md\:border-s-green-950\/60 {
    border-inline-start-color: rgb(5 46 22 / 0.6);
  }

  .md\:border-s-green-950\/65 {
    border-inline-start-color: rgb(5 46 22 / 0.65);
  }

  .md\:border-s-green-950\/70 {
    border-inline-start-color: rgb(5 46 22 / 0.7);
  }

  .md\:border-s-green-950\/75 {
    border-inline-start-color: rgb(5 46 22 / 0.75);
  }

  .md\:border-s-green-950\/80 {
    border-inline-start-color: rgb(5 46 22 / 0.8);
  }

  .md\:border-s-green-950\/85 {
    border-inline-start-color: rgb(5 46 22 / 0.85);
  }

  .md\:border-s-green-950\/90 {
    border-inline-start-color: rgb(5 46 22 / 0.9);
  }

  .md\:border-s-green-950\/95 {
    border-inline-start-color: rgb(5 46 22 / 0.95);
  }

  .md\:border-s-indigo-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(224 231 255 / var(--tw-border-opacity));
  }

  .md\:border-s-indigo-100\/0 {
    border-inline-start-color: rgb(224 231 255 / 0);
  }

  .md\:border-s-indigo-100\/10 {
    border-inline-start-color: rgb(224 231 255 / 0.1);
  }

  .md\:border-s-indigo-100\/100 {
    border-inline-start-color: rgb(224 231 255 / 1);
  }

  .md\:border-s-indigo-100\/15 {
    border-inline-start-color: rgb(224 231 255 / 0.15);
  }

  .md\:border-s-indigo-100\/20 {
    border-inline-start-color: rgb(224 231 255 / 0.2);
  }

  .md\:border-s-indigo-100\/25 {
    border-inline-start-color: rgb(224 231 255 / 0.25);
  }

  .md\:border-s-indigo-100\/30 {
    border-inline-start-color: rgb(224 231 255 / 0.3);
  }

  .md\:border-s-indigo-100\/35 {
    border-inline-start-color: rgb(224 231 255 / 0.35);
  }

  .md\:border-s-indigo-100\/40 {
    border-inline-start-color: rgb(224 231 255 / 0.4);
  }

  .md\:border-s-indigo-100\/45 {
    border-inline-start-color: rgb(224 231 255 / 0.45);
  }

  .md\:border-s-indigo-100\/5 {
    border-inline-start-color: rgb(224 231 255 / 0.05);
  }

  .md\:border-s-indigo-100\/50 {
    border-inline-start-color: rgb(224 231 255 / 0.5);
  }

  .md\:border-s-indigo-100\/55 {
    border-inline-start-color: rgb(224 231 255 / 0.55);
  }

  .md\:border-s-indigo-100\/60 {
    border-inline-start-color: rgb(224 231 255 / 0.6);
  }

  .md\:border-s-indigo-100\/65 {
    border-inline-start-color: rgb(224 231 255 / 0.65);
  }

  .md\:border-s-indigo-100\/70 {
    border-inline-start-color: rgb(224 231 255 / 0.7);
  }

  .md\:border-s-indigo-100\/75 {
    border-inline-start-color: rgb(224 231 255 / 0.75);
  }

  .md\:border-s-indigo-100\/80 {
    border-inline-start-color: rgb(224 231 255 / 0.8);
  }

  .md\:border-s-indigo-100\/85 {
    border-inline-start-color: rgb(224 231 255 / 0.85);
  }

  .md\:border-s-indigo-100\/90 {
    border-inline-start-color: rgb(224 231 255 / 0.9);
  }

  .md\:border-s-indigo-100\/95 {
    border-inline-start-color: rgb(224 231 255 / 0.95);
  }

  .md\:border-s-indigo-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(199 210 254 / var(--tw-border-opacity));
  }

  .md\:border-s-indigo-200\/0 {
    border-inline-start-color: rgb(199 210 254 / 0);
  }

  .md\:border-s-indigo-200\/10 {
    border-inline-start-color: rgb(199 210 254 / 0.1);
  }

  .md\:border-s-indigo-200\/100 {
    border-inline-start-color: rgb(199 210 254 / 1);
  }

  .md\:border-s-indigo-200\/15 {
    border-inline-start-color: rgb(199 210 254 / 0.15);
  }

  .md\:border-s-indigo-200\/20 {
    border-inline-start-color: rgb(199 210 254 / 0.2);
  }

  .md\:border-s-indigo-200\/25 {
    border-inline-start-color: rgb(199 210 254 / 0.25);
  }

  .md\:border-s-indigo-200\/30 {
    border-inline-start-color: rgb(199 210 254 / 0.3);
  }

  .md\:border-s-indigo-200\/35 {
    border-inline-start-color: rgb(199 210 254 / 0.35);
  }

  .md\:border-s-indigo-200\/40 {
    border-inline-start-color: rgb(199 210 254 / 0.4);
  }

  .md\:border-s-indigo-200\/45 {
    border-inline-start-color: rgb(199 210 254 / 0.45);
  }

  .md\:border-s-indigo-200\/5 {
    border-inline-start-color: rgb(199 210 254 / 0.05);
  }

  .md\:border-s-indigo-200\/50 {
    border-inline-start-color: rgb(199 210 254 / 0.5);
  }

  .md\:border-s-indigo-200\/55 {
    border-inline-start-color: rgb(199 210 254 / 0.55);
  }

  .md\:border-s-indigo-200\/60 {
    border-inline-start-color: rgb(199 210 254 / 0.6);
  }

  .md\:border-s-indigo-200\/65 {
    border-inline-start-color: rgb(199 210 254 / 0.65);
  }

  .md\:border-s-indigo-200\/70 {
    border-inline-start-color: rgb(199 210 254 / 0.7);
  }

  .md\:border-s-indigo-200\/75 {
    border-inline-start-color: rgb(199 210 254 / 0.75);
  }

  .md\:border-s-indigo-200\/80 {
    border-inline-start-color: rgb(199 210 254 / 0.8);
  }

  .md\:border-s-indigo-200\/85 {
    border-inline-start-color: rgb(199 210 254 / 0.85);
  }

  .md\:border-s-indigo-200\/90 {
    border-inline-start-color: rgb(199 210 254 / 0.9);
  }

  .md\:border-s-indigo-200\/95 {
    border-inline-start-color: rgb(199 210 254 / 0.95);
  }

  .md\:border-s-indigo-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(165 180 252 / var(--tw-border-opacity));
  }

  .md\:border-s-indigo-300\/0 {
    border-inline-start-color: rgb(165 180 252 / 0);
  }

  .md\:border-s-indigo-300\/10 {
    border-inline-start-color: rgb(165 180 252 / 0.1);
  }

  .md\:border-s-indigo-300\/100 {
    border-inline-start-color: rgb(165 180 252 / 1);
  }

  .md\:border-s-indigo-300\/15 {
    border-inline-start-color: rgb(165 180 252 / 0.15);
  }

  .md\:border-s-indigo-300\/20 {
    border-inline-start-color: rgb(165 180 252 / 0.2);
  }

  .md\:border-s-indigo-300\/25 {
    border-inline-start-color: rgb(165 180 252 / 0.25);
  }

  .md\:border-s-indigo-300\/30 {
    border-inline-start-color: rgb(165 180 252 / 0.3);
  }

  .md\:border-s-indigo-300\/35 {
    border-inline-start-color: rgb(165 180 252 / 0.35);
  }

  .md\:border-s-indigo-300\/40 {
    border-inline-start-color: rgb(165 180 252 / 0.4);
  }

  .md\:border-s-indigo-300\/45 {
    border-inline-start-color: rgb(165 180 252 / 0.45);
  }

  .md\:border-s-indigo-300\/5 {
    border-inline-start-color: rgb(165 180 252 / 0.05);
  }

  .md\:border-s-indigo-300\/50 {
    border-inline-start-color: rgb(165 180 252 / 0.5);
  }

  .md\:border-s-indigo-300\/55 {
    border-inline-start-color: rgb(165 180 252 / 0.55);
  }

  .md\:border-s-indigo-300\/60 {
    border-inline-start-color: rgb(165 180 252 / 0.6);
  }

  .md\:border-s-indigo-300\/65 {
    border-inline-start-color: rgb(165 180 252 / 0.65);
  }

  .md\:border-s-indigo-300\/70 {
    border-inline-start-color: rgb(165 180 252 / 0.7);
  }

  .md\:border-s-indigo-300\/75 {
    border-inline-start-color: rgb(165 180 252 / 0.75);
  }

  .md\:border-s-indigo-300\/80 {
    border-inline-start-color: rgb(165 180 252 / 0.8);
  }

  .md\:border-s-indigo-300\/85 {
    border-inline-start-color: rgb(165 180 252 / 0.85);
  }

  .md\:border-s-indigo-300\/90 {
    border-inline-start-color: rgb(165 180 252 / 0.9);
  }

  .md\:border-s-indigo-300\/95 {
    border-inline-start-color: rgb(165 180 252 / 0.95);
  }

  .md\:border-s-indigo-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(129 140 248 / var(--tw-border-opacity));
  }

  .md\:border-s-indigo-400\/0 {
    border-inline-start-color: rgb(129 140 248 / 0);
  }

  .md\:border-s-indigo-400\/10 {
    border-inline-start-color: rgb(129 140 248 / 0.1);
  }

  .md\:border-s-indigo-400\/100 {
    border-inline-start-color: rgb(129 140 248 / 1);
  }

  .md\:border-s-indigo-400\/15 {
    border-inline-start-color: rgb(129 140 248 / 0.15);
  }

  .md\:border-s-indigo-400\/20 {
    border-inline-start-color: rgb(129 140 248 / 0.2);
  }

  .md\:border-s-indigo-400\/25 {
    border-inline-start-color: rgb(129 140 248 / 0.25);
  }

  .md\:border-s-indigo-400\/30 {
    border-inline-start-color: rgb(129 140 248 / 0.3);
  }

  .md\:border-s-indigo-400\/35 {
    border-inline-start-color: rgb(129 140 248 / 0.35);
  }

  .md\:border-s-indigo-400\/40 {
    border-inline-start-color: rgb(129 140 248 / 0.4);
  }

  .md\:border-s-indigo-400\/45 {
    border-inline-start-color: rgb(129 140 248 / 0.45);
  }

  .md\:border-s-indigo-400\/5 {
    border-inline-start-color: rgb(129 140 248 / 0.05);
  }

  .md\:border-s-indigo-400\/50 {
    border-inline-start-color: rgb(129 140 248 / 0.5);
  }

  .md\:border-s-indigo-400\/55 {
    border-inline-start-color: rgb(129 140 248 / 0.55);
  }

  .md\:border-s-indigo-400\/60 {
    border-inline-start-color: rgb(129 140 248 / 0.6);
  }

  .md\:border-s-indigo-400\/65 {
    border-inline-start-color: rgb(129 140 248 / 0.65);
  }

  .md\:border-s-indigo-400\/70 {
    border-inline-start-color: rgb(129 140 248 / 0.7);
  }

  .md\:border-s-indigo-400\/75 {
    border-inline-start-color: rgb(129 140 248 / 0.75);
  }

  .md\:border-s-indigo-400\/80 {
    border-inline-start-color: rgb(129 140 248 / 0.8);
  }

  .md\:border-s-indigo-400\/85 {
    border-inline-start-color: rgb(129 140 248 / 0.85);
  }

  .md\:border-s-indigo-400\/90 {
    border-inline-start-color: rgb(129 140 248 / 0.9);
  }

  .md\:border-s-indigo-400\/95 {
    border-inline-start-color: rgb(129 140 248 / 0.95);
  }

  .md\:border-s-indigo-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(238 242 255 / var(--tw-border-opacity));
  }

  .md\:border-s-indigo-50\/0 {
    border-inline-start-color: rgb(238 242 255 / 0);
  }

  .md\:border-s-indigo-50\/10 {
    border-inline-start-color: rgb(238 242 255 / 0.1);
  }

  .md\:border-s-indigo-50\/100 {
    border-inline-start-color: rgb(238 242 255 / 1);
  }

  .md\:border-s-indigo-50\/15 {
    border-inline-start-color: rgb(238 242 255 / 0.15);
  }

  .md\:border-s-indigo-50\/20 {
    border-inline-start-color: rgb(238 242 255 / 0.2);
  }

  .md\:border-s-indigo-50\/25 {
    border-inline-start-color: rgb(238 242 255 / 0.25);
  }

  .md\:border-s-indigo-50\/30 {
    border-inline-start-color: rgb(238 242 255 / 0.3);
  }

  .md\:border-s-indigo-50\/35 {
    border-inline-start-color: rgb(238 242 255 / 0.35);
  }

  .md\:border-s-indigo-50\/40 {
    border-inline-start-color: rgb(238 242 255 / 0.4);
  }

  .md\:border-s-indigo-50\/45 {
    border-inline-start-color: rgb(238 242 255 / 0.45);
  }

  .md\:border-s-indigo-50\/5 {
    border-inline-start-color: rgb(238 242 255 / 0.05);
  }

  .md\:border-s-indigo-50\/50 {
    border-inline-start-color: rgb(238 242 255 / 0.5);
  }

  .md\:border-s-indigo-50\/55 {
    border-inline-start-color: rgb(238 242 255 / 0.55);
  }

  .md\:border-s-indigo-50\/60 {
    border-inline-start-color: rgb(238 242 255 / 0.6);
  }

  .md\:border-s-indigo-50\/65 {
    border-inline-start-color: rgb(238 242 255 / 0.65);
  }

  .md\:border-s-indigo-50\/70 {
    border-inline-start-color: rgb(238 242 255 / 0.7);
  }

  .md\:border-s-indigo-50\/75 {
    border-inline-start-color: rgb(238 242 255 / 0.75);
  }

  .md\:border-s-indigo-50\/80 {
    border-inline-start-color: rgb(238 242 255 / 0.8);
  }

  .md\:border-s-indigo-50\/85 {
    border-inline-start-color: rgb(238 242 255 / 0.85);
  }

  .md\:border-s-indigo-50\/90 {
    border-inline-start-color: rgb(238 242 255 / 0.9);
  }

  .md\:border-s-indigo-50\/95 {
    border-inline-start-color: rgb(238 242 255 / 0.95);
  }

  .md\:border-s-indigo-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(99 102 241 / var(--tw-border-opacity));
  }

  .md\:border-s-indigo-500\/0 {
    border-inline-start-color: rgb(99 102 241 / 0);
  }

  .md\:border-s-indigo-500\/10 {
    border-inline-start-color: rgb(99 102 241 / 0.1);
  }

  .md\:border-s-indigo-500\/100 {
    border-inline-start-color: rgb(99 102 241 / 1);
  }

  .md\:border-s-indigo-500\/15 {
    border-inline-start-color: rgb(99 102 241 / 0.15);
  }

  .md\:border-s-indigo-500\/20 {
    border-inline-start-color: rgb(99 102 241 / 0.2);
  }

  .md\:border-s-indigo-500\/25 {
    border-inline-start-color: rgb(99 102 241 / 0.25);
  }

  .md\:border-s-indigo-500\/30 {
    border-inline-start-color: rgb(99 102 241 / 0.3);
  }

  .md\:border-s-indigo-500\/35 {
    border-inline-start-color: rgb(99 102 241 / 0.35);
  }

  .md\:border-s-indigo-500\/40 {
    border-inline-start-color: rgb(99 102 241 / 0.4);
  }

  .md\:border-s-indigo-500\/45 {
    border-inline-start-color: rgb(99 102 241 / 0.45);
  }

  .md\:border-s-indigo-500\/5 {
    border-inline-start-color: rgb(99 102 241 / 0.05);
  }

  .md\:border-s-indigo-500\/50 {
    border-inline-start-color: rgb(99 102 241 / 0.5);
  }

  .md\:border-s-indigo-500\/55 {
    border-inline-start-color: rgb(99 102 241 / 0.55);
  }

  .md\:border-s-indigo-500\/60 {
    border-inline-start-color: rgb(99 102 241 / 0.6);
  }

  .md\:border-s-indigo-500\/65 {
    border-inline-start-color: rgb(99 102 241 / 0.65);
  }

  .md\:border-s-indigo-500\/70 {
    border-inline-start-color: rgb(99 102 241 / 0.7);
  }

  .md\:border-s-indigo-500\/75 {
    border-inline-start-color: rgb(99 102 241 / 0.75);
  }

  .md\:border-s-indigo-500\/80 {
    border-inline-start-color: rgb(99 102 241 / 0.8);
  }

  .md\:border-s-indigo-500\/85 {
    border-inline-start-color: rgb(99 102 241 / 0.85);
  }

  .md\:border-s-indigo-500\/90 {
    border-inline-start-color: rgb(99 102 241 / 0.9);
  }

  .md\:border-s-indigo-500\/95 {
    border-inline-start-color: rgb(99 102 241 / 0.95);
  }

  .md\:border-s-indigo-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(79 70 229 / var(--tw-border-opacity));
  }

  .md\:border-s-indigo-600\/0 {
    border-inline-start-color: rgb(79 70 229 / 0);
  }

  .md\:border-s-indigo-600\/10 {
    border-inline-start-color: rgb(79 70 229 / 0.1);
  }

  .md\:border-s-indigo-600\/100 {
    border-inline-start-color: rgb(79 70 229 / 1);
  }

  .md\:border-s-indigo-600\/15 {
    border-inline-start-color: rgb(79 70 229 / 0.15);
  }

  .md\:border-s-indigo-600\/20 {
    border-inline-start-color: rgb(79 70 229 / 0.2);
  }

  .md\:border-s-indigo-600\/25 {
    border-inline-start-color: rgb(79 70 229 / 0.25);
  }

  .md\:border-s-indigo-600\/30 {
    border-inline-start-color: rgb(79 70 229 / 0.3);
  }

  .md\:border-s-indigo-600\/35 {
    border-inline-start-color: rgb(79 70 229 / 0.35);
  }

  .md\:border-s-indigo-600\/40 {
    border-inline-start-color: rgb(79 70 229 / 0.4);
  }

  .md\:border-s-indigo-600\/45 {
    border-inline-start-color: rgb(79 70 229 / 0.45);
  }

  .md\:border-s-indigo-600\/5 {
    border-inline-start-color: rgb(79 70 229 / 0.05);
  }

  .md\:border-s-indigo-600\/50 {
    border-inline-start-color: rgb(79 70 229 / 0.5);
  }

  .md\:border-s-indigo-600\/55 {
    border-inline-start-color: rgb(79 70 229 / 0.55);
  }

  .md\:border-s-indigo-600\/60 {
    border-inline-start-color: rgb(79 70 229 / 0.6);
  }

  .md\:border-s-indigo-600\/65 {
    border-inline-start-color: rgb(79 70 229 / 0.65);
  }

  .md\:border-s-indigo-600\/70 {
    border-inline-start-color: rgb(79 70 229 / 0.7);
  }

  .md\:border-s-indigo-600\/75 {
    border-inline-start-color: rgb(79 70 229 / 0.75);
  }

  .md\:border-s-indigo-600\/80 {
    border-inline-start-color: rgb(79 70 229 / 0.8);
  }

  .md\:border-s-indigo-600\/85 {
    border-inline-start-color: rgb(79 70 229 / 0.85);
  }

  .md\:border-s-indigo-600\/90 {
    border-inline-start-color: rgb(79 70 229 / 0.9);
  }

  .md\:border-s-indigo-600\/95 {
    border-inline-start-color: rgb(79 70 229 / 0.95);
  }

  .md\:border-s-indigo-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(67 56 202 / var(--tw-border-opacity));
  }

  .md\:border-s-indigo-700\/0 {
    border-inline-start-color: rgb(67 56 202 / 0);
  }

  .md\:border-s-indigo-700\/10 {
    border-inline-start-color: rgb(67 56 202 / 0.1);
  }

  .md\:border-s-indigo-700\/100 {
    border-inline-start-color: rgb(67 56 202 / 1);
  }

  .md\:border-s-indigo-700\/15 {
    border-inline-start-color: rgb(67 56 202 / 0.15);
  }

  .md\:border-s-indigo-700\/20 {
    border-inline-start-color: rgb(67 56 202 / 0.2);
  }

  .md\:border-s-indigo-700\/25 {
    border-inline-start-color: rgb(67 56 202 / 0.25);
  }

  .md\:border-s-indigo-700\/30 {
    border-inline-start-color: rgb(67 56 202 / 0.3);
  }

  .md\:border-s-indigo-700\/35 {
    border-inline-start-color: rgb(67 56 202 / 0.35);
  }

  .md\:border-s-indigo-700\/40 {
    border-inline-start-color: rgb(67 56 202 / 0.4);
  }

  .md\:border-s-indigo-700\/45 {
    border-inline-start-color: rgb(67 56 202 / 0.45);
  }

  .md\:border-s-indigo-700\/5 {
    border-inline-start-color: rgb(67 56 202 / 0.05);
  }

  .md\:border-s-indigo-700\/50 {
    border-inline-start-color: rgb(67 56 202 / 0.5);
  }

  .md\:border-s-indigo-700\/55 {
    border-inline-start-color: rgb(67 56 202 / 0.55);
  }

  .md\:border-s-indigo-700\/60 {
    border-inline-start-color: rgb(67 56 202 / 0.6);
  }

  .md\:border-s-indigo-700\/65 {
    border-inline-start-color: rgb(67 56 202 / 0.65);
  }

  .md\:border-s-indigo-700\/70 {
    border-inline-start-color: rgb(67 56 202 / 0.7);
  }

  .md\:border-s-indigo-700\/75 {
    border-inline-start-color: rgb(67 56 202 / 0.75);
  }

  .md\:border-s-indigo-700\/80 {
    border-inline-start-color: rgb(67 56 202 / 0.8);
  }

  .md\:border-s-indigo-700\/85 {
    border-inline-start-color: rgb(67 56 202 / 0.85);
  }

  .md\:border-s-indigo-700\/90 {
    border-inline-start-color: rgb(67 56 202 / 0.9);
  }

  .md\:border-s-indigo-700\/95 {
    border-inline-start-color: rgb(67 56 202 / 0.95);
  }

  .md\:border-s-indigo-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(55 48 163 / var(--tw-border-opacity));
  }

  .md\:border-s-indigo-800\/0 {
    border-inline-start-color: rgb(55 48 163 / 0);
  }

  .md\:border-s-indigo-800\/10 {
    border-inline-start-color: rgb(55 48 163 / 0.1);
  }

  .md\:border-s-indigo-800\/100 {
    border-inline-start-color: rgb(55 48 163 / 1);
  }

  .md\:border-s-indigo-800\/15 {
    border-inline-start-color: rgb(55 48 163 / 0.15);
  }

  .md\:border-s-indigo-800\/20 {
    border-inline-start-color: rgb(55 48 163 / 0.2);
  }

  .md\:border-s-indigo-800\/25 {
    border-inline-start-color: rgb(55 48 163 / 0.25);
  }

  .md\:border-s-indigo-800\/30 {
    border-inline-start-color: rgb(55 48 163 / 0.3);
  }

  .md\:border-s-indigo-800\/35 {
    border-inline-start-color: rgb(55 48 163 / 0.35);
  }

  .md\:border-s-indigo-800\/40 {
    border-inline-start-color: rgb(55 48 163 / 0.4);
  }

  .md\:border-s-indigo-800\/45 {
    border-inline-start-color: rgb(55 48 163 / 0.45);
  }

  .md\:border-s-indigo-800\/5 {
    border-inline-start-color: rgb(55 48 163 / 0.05);
  }

  .md\:border-s-indigo-800\/50 {
    border-inline-start-color: rgb(55 48 163 / 0.5);
  }

  .md\:border-s-indigo-800\/55 {
    border-inline-start-color: rgb(55 48 163 / 0.55);
  }

  .md\:border-s-indigo-800\/60 {
    border-inline-start-color: rgb(55 48 163 / 0.6);
  }

  .md\:border-s-indigo-800\/65 {
    border-inline-start-color: rgb(55 48 163 / 0.65);
  }

  .md\:border-s-indigo-800\/70 {
    border-inline-start-color: rgb(55 48 163 / 0.7);
  }

  .md\:border-s-indigo-800\/75 {
    border-inline-start-color: rgb(55 48 163 / 0.75);
  }

  .md\:border-s-indigo-800\/80 {
    border-inline-start-color: rgb(55 48 163 / 0.8);
  }

  .md\:border-s-indigo-800\/85 {
    border-inline-start-color: rgb(55 48 163 / 0.85);
  }

  .md\:border-s-indigo-800\/90 {
    border-inline-start-color: rgb(55 48 163 / 0.9);
  }

  .md\:border-s-indigo-800\/95 {
    border-inline-start-color: rgb(55 48 163 / 0.95);
  }

  .md\:border-s-indigo-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(49 46 129 / var(--tw-border-opacity));
  }

  .md\:border-s-indigo-900\/0 {
    border-inline-start-color: rgb(49 46 129 / 0);
  }

  .md\:border-s-indigo-900\/10 {
    border-inline-start-color: rgb(49 46 129 / 0.1);
  }

  .md\:border-s-indigo-900\/100 {
    border-inline-start-color: rgb(49 46 129 / 1);
  }

  .md\:border-s-indigo-900\/15 {
    border-inline-start-color: rgb(49 46 129 / 0.15);
  }

  .md\:border-s-indigo-900\/20 {
    border-inline-start-color: rgb(49 46 129 / 0.2);
  }

  .md\:border-s-indigo-900\/25 {
    border-inline-start-color: rgb(49 46 129 / 0.25);
  }

  .md\:border-s-indigo-900\/30 {
    border-inline-start-color: rgb(49 46 129 / 0.3);
  }

  .md\:border-s-indigo-900\/35 {
    border-inline-start-color: rgb(49 46 129 / 0.35);
  }

  .md\:border-s-indigo-900\/40 {
    border-inline-start-color: rgb(49 46 129 / 0.4);
  }

  .md\:border-s-indigo-900\/45 {
    border-inline-start-color: rgb(49 46 129 / 0.45);
  }

  .md\:border-s-indigo-900\/5 {
    border-inline-start-color: rgb(49 46 129 / 0.05);
  }

  .md\:border-s-indigo-900\/50 {
    border-inline-start-color: rgb(49 46 129 / 0.5);
  }

  .md\:border-s-indigo-900\/55 {
    border-inline-start-color: rgb(49 46 129 / 0.55);
  }

  .md\:border-s-indigo-900\/60 {
    border-inline-start-color: rgb(49 46 129 / 0.6);
  }

  .md\:border-s-indigo-900\/65 {
    border-inline-start-color: rgb(49 46 129 / 0.65);
  }

  .md\:border-s-indigo-900\/70 {
    border-inline-start-color: rgb(49 46 129 / 0.7);
  }

  .md\:border-s-indigo-900\/75 {
    border-inline-start-color: rgb(49 46 129 / 0.75);
  }

  .md\:border-s-indigo-900\/80 {
    border-inline-start-color: rgb(49 46 129 / 0.8);
  }

  .md\:border-s-indigo-900\/85 {
    border-inline-start-color: rgb(49 46 129 / 0.85);
  }

  .md\:border-s-indigo-900\/90 {
    border-inline-start-color: rgb(49 46 129 / 0.9);
  }

  .md\:border-s-indigo-900\/95 {
    border-inline-start-color: rgb(49 46 129 / 0.95);
  }

  .md\:border-s-indigo-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(30 27 75 / var(--tw-border-opacity));
  }

  .md\:border-s-indigo-950\/0 {
    border-inline-start-color: rgb(30 27 75 / 0);
  }

  .md\:border-s-indigo-950\/10 {
    border-inline-start-color: rgb(30 27 75 / 0.1);
  }

  .md\:border-s-indigo-950\/100 {
    border-inline-start-color: rgb(30 27 75 / 1);
  }

  .md\:border-s-indigo-950\/15 {
    border-inline-start-color: rgb(30 27 75 / 0.15);
  }

  .md\:border-s-indigo-950\/20 {
    border-inline-start-color: rgb(30 27 75 / 0.2);
  }

  .md\:border-s-indigo-950\/25 {
    border-inline-start-color: rgb(30 27 75 / 0.25);
  }

  .md\:border-s-indigo-950\/30 {
    border-inline-start-color: rgb(30 27 75 / 0.3);
  }

  .md\:border-s-indigo-950\/35 {
    border-inline-start-color: rgb(30 27 75 / 0.35);
  }

  .md\:border-s-indigo-950\/40 {
    border-inline-start-color: rgb(30 27 75 / 0.4);
  }

  .md\:border-s-indigo-950\/45 {
    border-inline-start-color: rgb(30 27 75 / 0.45);
  }

  .md\:border-s-indigo-950\/5 {
    border-inline-start-color: rgb(30 27 75 / 0.05);
  }

  .md\:border-s-indigo-950\/50 {
    border-inline-start-color: rgb(30 27 75 / 0.5);
  }

  .md\:border-s-indigo-950\/55 {
    border-inline-start-color: rgb(30 27 75 / 0.55);
  }

  .md\:border-s-indigo-950\/60 {
    border-inline-start-color: rgb(30 27 75 / 0.6);
  }

  .md\:border-s-indigo-950\/65 {
    border-inline-start-color: rgb(30 27 75 / 0.65);
  }

  .md\:border-s-indigo-950\/70 {
    border-inline-start-color: rgb(30 27 75 / 0.7);
  }

  .md\:border-s-indigo-950\/75 {
    border-inline-start-color: rgb(30 27 75 / 0.75);
  }

  .md\:border-s-indigo-950\/80 {
    border-inline-start-color: rgb(30 27 75 / 0.8);
  }

  .md\:border-s-indigo-950\/85 {
    border-inline-start-color: rgb(30 27 75 / 0.85);
  }

  .md\:border-s-indigo-950\/90 {
    border-inline-start-color: rgb(30 27 75 / 0.9);
  }

  .md\:border-s-indigo-950\/95 {
    border-inline-start-color: rgb(30 27 75 / 0.95);
  }

  .md\:border-s-inherit {
    border-inline-start-color: inherit;
  }

  .md\:border-s-lime-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(236 252 203 / var(--tw-border-opacity));
  }

  .md\:border-s-lime-100\/0 {
    border-inline-start-color: rgb(236 252 203 / 0);
  }

  .md\:border-s-lime-100\/10 {
    border-inline-start-color: rgb(236 252 203 / 0.1);
  }

  .md\:border-s-lime-100\/100 {
    border-inline-start-color: rgb(236 252 203 / 1);
  }

  .md\:border-s-lime-100\/15 {
    border-inline-start-color: rgb(236 252 203 / 0.15);
  }

  .md\:border-s-lime-100\/20 {
    border-inline-start-color: rgb(236 252 203 / 0.2);
  }

  .md\:border-s-lime-100\/25 {
    border-inline-start-color: rgb(236 252 203 / 0.25);
  }

  .md\:border-s-lime-100\/30 {
    border-inline-start-color: rgb(236 252 203 / 0.3);
  }

  .md\:border-s-lime-100\/35 {
    border-inline-start-color: rgb(236 252 203 / 0.35);
  }

  .md\:border-s-lime-100\/40 {
    border-inline-start-color: rgb(236 252 203 / 0.4);
  }

  .md\:border-s-lime-100\/45 {
    border-inline-start-color: rgb(236 252 203 / 0.45);
  }

  .md\:border-s-lime-100\/5 {
    border-inline-start-color: rgb(236 252 203 / 0.05);
  }

  .md\:border-s-lime-100\/50 {
    border-inline-start-color: rgb(236 252 203 / 0.5);
  }

  .md\:border-s-lime-100\/55 {
    border-inline-start-color: rgb(236 252 203 / 0.55);
  }

  .md\:border-s-lime-100\/60 {
    border-inline-start-color: rgb(236 252 203 / 0.6);
  }

  .md\:border-s-lime-100\/65 {
    border-inline-start-color: rgb(236 252 203 / 0.65);
  }

  .md\:border-s-lime-100\/70 {
    border-inline-start-color: rgb(236 252 203 / 0.7);
  }

  .md\:border-s-lime-100\/75 {
    border-inline-start-color: rgb(236 252 203 / 0.75);
  }

  .md\:border-s-lime-100\/80 {
    border-inline-start-color: rgb(236 252 203 / 0.8);
  }

  .md\:border-s-lime-100\/85 {
    border-inline-start-color: rgb(236 252 203 / 0.85);
  }

  .md\:border-s-lime-100\/90 {
    border-inline-start-color: rgb(236 252 203 / 0.9);
  }

  .md\:border-s-lime-100\/95 {
    border-inline-start-color: rgb(236 252 203 / 0.95);
  }

  .md\:border-s-lime-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(217 249 157 / var(--tw-border-opacity));
  }

  .md\:border-s-lime-200\/0 {
    border-inline-start-color: rgb(217 249 157 / 0);
  }

  .md\:border-s-lime-200\/10 {
    border-inline-start-color: rgb(217 249 157 / 0.1);
  }

  .md\:border-s-lime-200\/100 {
    border-inline-start-color: rgb(217 249 157 / 1);
  }

  .md\:border-s-lime-200\/15 {
    border-inline-start-color: rgb(217 249 157 / 0.15);
  }

  .md\:border-s-lime-200\/20 {
    border-inline-start-color: rgb(217 249 157 / 0.2);
  }

  .md\:border-s-lime-200\/25 {
    border-inline-start-color: rgb(217 249 157 / 0.25);
  }

  .md\:border-s-lime-200\/30 {
    border-inline-start-color: rgb(217 249 157 / 0.3);
  }

  .md\:border-s-lime-200\/35 {
    border-inline-start-color: rgb(217 249 157 / 0.35);
  }

  .md\:border-s-lime-200\/40 {
    border-inline-start-color: rgb(217 249 157 / 0.4);
  }

  .md\:border-s-lime-200\/45 {
    border-inline-start-color: rgb(217 249 157 / 0.45);
  }

  .md\:border-s-lime-200\/5 {
    border-inline-start-color: rgb(217 249 157 / 0.05);
  }

  .md\:border-s-lime-200\/50 {
    border-inline-start-color: rgb(217 249 157 / 0.5);
  }

  .md\:border-s-lime-200\/55 {
    border-inline-start-color: rgb(217 249 157 / 0.55);
  }

  .md\:border-s-lime-200\/60 {
    border-inline-start-color: rgb(217 249 157 / 0.6);
  }

  .md\:border-s-lime-200\/65 {
    border-inline-start-color: rgb(217 249 157 / 0.65);
  }

  .md\:border-s-lime-200\/70 {
    border-inline-start-color: rgb(217 249 157 / 0.7);
  }

  .md\:border-s-lime-200\/75 {
    border-inline-start-color: rgb(217 249 157 / 0.75);
  }

  .md\:border-s-lime-200\/80 {
    border-inline-start-color: rgb(217 249 157 / 0.8);
  }

  .md\:border-s-lime-200\/85 {
    border-inline-start-color: rgb(217 249 157 / 0.85);
  }

  .md\:border-s-lime-200\/90 {
    border-inline-start-color: rgb(217 249 157 / 0.9);
  }

  .md\:border-s-lime-200\/95 {
    border-inline-start-color: rgb(217 249 157 / 0.95);
  }

  .md\:border-s-lime-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(190 242 100 / var(--tw-border-opacity));
  }

  .md\:border-s-lime-300\/0 {
    border-inline-start-color: rgb(190 242 100 / 0);
  }

  .md\:border-s-lime-300\/10 {
    border-inline-start-color: rgb(190 242 100 / 0.1);
  }

  .md\:border-s-lime-300\/100 {
    border-inline-start-color: rgb(190 242 100 / 1);
  }

  .md\:border-s-lime-300\/15 {
    border-inline-start-color: rgb(190 242 100 / 0.15);
  }

  .md\:border-s-lime-300\/20 {
    border-inline-start-color: rgb(190 242 100 / 0.2);
  }

  .md\:border-s-lime-300\/25 {
    border-inline-start-color: rgb(190 242 100 / 0.25);
  }

  .md\:border-s-lime-300\/30 {
    border-inline-start-color: rgb(190 242 100 / 0.3);
  }

  .md\:border-s-lime-300\/35 {
    border-inline-start-color: rgb(190 242 100 / 0.35);
  }

  .md\:border-s-lime-300\/40 {
    border-inline-start-color: rgb(190 242 100 / 0.4);
  }

  .md\:border-s-lime-300\/45 {
    border-inline-start-color: rgb(190 242 100 / 0.45);
  }

  .md\:border-s-lime-300\/5 {
    border-inline-start-color: rgb(190 242 100 / 0.05);
  }

  .md\:border-s-lime-300\/50 {
    border-inline-start-color: rgb(190 242 100 / 0.5);
  }

  .md\:border-s-lime-300\/55 {
    border-inline-start-color: rgb(190 242 100 / 0.55);
  }

  .md\:border-s-lime-300\/60 {
    border-inline-start-color: rgb(190 242 100 / 0.6);
  }

  .md\:border-s-lime-300\/65 {
    border-inline-start-color: rgb(190 242 100 / 0.65);
  }

  .md\:border-s-lime-300\/70 {
    border-inline-start-color: rgb(190 242 100 / 0.7);
  }

  .md\:border-s-lime-300\/75 {
    border-inline-start-color: rgb(190 242 100 / 0.75);
  }

  .md\:border-s-lime-300\/80 {
    border-inline-start-color: rgb(190 242 100 / 0.8);
  }

  .md\:border-s-lime-300\/85 {
    border-inline-start-color: rgb(190 242 100 / 0.85);
  }

  .md\:border-s-lime-300\/90 {
    border-inline-start-color: rgb(190 242 100 / 0.9);
  }

  .md\:border-s-lime-300\/95 {
    border-inline-start-color: rgb(190 242 100 / 0.95);
  }

  .md\:border-s-lime-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(163 230 53 / var(--tw-border-opacity));
  }

  .md\:border-s-lime-400\/0 {
    border-inline-start-color: rgb(163 230 53 / 0);
  }

  .md\:border-s-lime-400\/10 {
    border-inline-start-color: rgb(163 230 53 / 0.1);
  }

  .md\:border-s-lime-400\/100 {
    border-inline-start-color: rgb(163 230 53 / 1);
  }

  .md\:border-s-lime-400\/15 {
    border-inline-start-color: rgb(163 230 53 / 0.15);
  }

  .md\:border-s-lime-400\/20 {
    border-inline-start-color: rgb(163 230 53 / 0.2);
  }

  .md\:border-s-lime-400\/25 {
    border-inline-start-color: rgb(163 230 53 / 0.25);
  }

  .md\:border-s-lime-400\/30 {
    border-inline-start-color: rgb(163 230 53 / 0.3);
  }

  .md\:border-s-lime-400\/35 {
    border-inline-start-color: rgb(163 230 53 / 0.35);
  }

  .md\:border-s-lime-400\/40 {
    border-inline-start-color: rgb(163 230 53 / 0.4);
  }

  .md\:border-s-lime-400\/45 {
    border-inline-start-color: rgb(163 230 53 / 0.45);
  }

  .md\:border-s-lime-400\/5 {
    border-inline-start-color: rgb(163 230 53 / 0.05);
  }

  .md\:border-s-lime-400\/50 {
    border-inline-start-color: rgb(163 230 53 / 0.5);
  }

  .md\:border-s-lime-400\/55 {
    border-inline-start-color: rgb(163 230 53 / 0.55);
  }

  .md\:border-s-lime-400\/60 {
    border-inline-start-color: rgb(163 230 53 / 0.6);
  }

  .md\:border-s-lime-400\/65 {
    border-inline-start-color: rgb(163 230 53 / 0.65);
  }

  .md\:border-s-lime-400\/70 {
    border-inline-start-color: rgb(163 230 53 / 0.7);
  }

  .md\:border-s-lime-400\/75 {
    border-inline-start-color: rgb(163 230 53 / 0.75);
  }

  .md\:border-s-lime-400\/80 {
    border-inline-start-color: rgb(163 230 53 / 0.8);
  }

  .md\:border-s-lime-400\/85 {
    border-inline-start-color: rgb(163 230 53 / 0.85);
  }

  .md\:border-s-lime-400\/90 {
    border-inline-start-color: rgb(163 230 53 / 0.9);
  }

  .md\:border-s-lime-400\/95 {
    border-inline-start-color: rgb(163 230 53 / 0.95);
  }

  .md\:border-s-lime-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(247 254 231 / var(--tw-border-opacity));
  }

  .md\:border-s-lime-50\/0 {
    border-inline-start-color: rgb(247 254 231 / 0);
  }

  .md\:border-s-lime-50\/10 {
    border-inline-start-color: rgb(247 254 231 / 0.1);
  }

  .md\:border-s-lime-50\/100 {
    border-inline-start-color: rgb(247 254 231 / 1);
  }

  .md\:border-s-lime-50\/15 {
    border-inline-start-color: rgb(247 254 231 / 0.15);
  }

  .md\:border-s-lime-50\/20 {
    border-inline-start-color: rgb(247 254 231 / 0.2);
  }

  .md\:border-s-lime-50\/25 {
    border-inline-start-color: rgb(247 254 231 / 0.25);
  }

  .md\:border-s-lime-50\/30 {
    border-inline-start-color: rgb(247 254 231 / 0.3);
  }

  .md\:border-s-lime-50\/35 {
    border-inline-start-color: rgb(247 254 231 / 0.35);
  }

  .md\:border-s-lime-50\/40 {
    border-inline-start-color: rgb(247 254 231 / 0.4);
  }

  .md\:border-s-lime-50\/45 {
    border-inline-start-color: rgb(247 254 231 / 0.45);
  }

  .md\:border-s-lime-50\/5 {
    border-inline-start-color: rgb(247 254 231 / 0.05);
  }

  .md\:border-s-lime-50\/50 {
    border-inline-start-color: rgb(247 254 231 / 0.5);
  }

  .md\:border-s-lime-50\/55 {
    border-inline-start-color: rgb(247 254 231 / 0.55);
  }

  .md\:border-s-lime-50\/60 {
    border-inline-start-color: rgb(247 254 231 / 0.6);
  }

  .md\:border-s-lime-50\/65 {
    border-inline-start-color: rgb(247 254 231 / 0.65);
  }

  .md\:border-s-lime-50\/70 {
    border-inline-start-color: rgb(247 254 231 / 0.7);
  }

  .md\:border-s-lime-50\/75 {
    border-inline-start-color: rgb(247 254 231 / 0.75);
  }

  .md\:border-s-lime-50\/80 {
    border-inline-start-color: rgb(247 254 231 / 0.8);
  }

  .md\:border-s-lime-50\/85 {
    border-inline-start-color: rgb(247 254 231 / 0.85);
  }

  .md\:border-s-lime-50\/90 {
    border-inline-start-color: rgb(247 254 231 / 0.9);
  }

  .md\:border-s-lime-50\/95 {
    border-inline-start-color: rgb(247 254 231 / 0.95);
  }

  .md\:border-s-lime-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(132 204 22 / var(--tw-border-opacity));
  }

  .md\:border-s-lime-500\/0 {
    border-inline-start-color: rgb(132 204 22 / 0);
  }

  .md\:border-s-lime-500\/10 {
    border-inline-start-color: rgb(132 204 22 / 0.1);
  }

  .md\:border-s-lime-500\/100 {
    border-inline-start-color: rgb(132 204 22 / 1);
  }

  .md\:border-s-lime-500\/15 {
    border-inline-start-color: rgb(132 204 22 / 0.15);
  }

  .md\:border-s-lime-500\/20 {
    border-inline-start-color: rgb(132 204 22 / 0.2);
  }

  .md\:border-s-lime-500\/25 {
    border-inline-start-color: rgb(132 204 22 / 0.25);
  }

  .md\:border-s-lime-500\/30 {
    border-inline-start-color: rgb(132 204 22 / 0.3);
  }

  .md\:border-s-lime-500\/35 {
    border-inline-start-color: rgb(132 204 22 / 0.35);
  }

  .md\:border-s-lime-500\/40 {
    border-inline-start-color: rgb(132 204 22 / 0.4);
  }

  .md\:border-s-lime-500\/45 {
    border-inline-start-color: rgb(132 204 22 / 0.45);
  }

  .md\:border-s-lime-500\/5 {
    border-inline-start-color: rgb(132 204 22 / 0.05);
  }

  .md\:border-s-lime-500\/50 {
    border-inline-start-color: rgb(132 204 22 / 0.5);
  }

  .md\:border-s-lime-500\/55 {
    border-inline-start-color: rgb(132 204 22 / 0.55);
  }

  .md\:border-s-lime-500\/60 {
    border-inline-start-color: rgb(132 204 22 / 0.6);
  }

  .md\:border-s-lime-500\/65 {
    border-inline-start-color: rgb(132 204 22 / 0.65);
  }

  .md\:border-s-lime-500\/70 {
    border-inline-start-color: rgb(132 204 22 / 0.7);
  }

  .md\:border-s-lime-500\/75 {
    border-inline-start-color: rgb(132 204 22 / 0.75);
  }

  .md\:border-s-lime-500\/80 {
    border-inline-start-color: rgb(132 204 22 / 0.8);
  }

  .md\:border-s-lime-500\/85 {
    border-inline-start-color: rgb(132 204 22 / 0.85);
  }

  .md\:border-s-lime-500\/90 {
    border-inline-start-color: rgb(132 204 22 / 0.9);
  }

  .md\:border-s-lime-500\/95 {
    border-inline-start-color: rgb(132 204 22 / 0.95);
  }

  .md\:border-s-lime-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(101 163 13 / var(--tw-border-opacity));
  }

  .md\:border-s-lime-600\/0 {
    border-inline-start-color: rgb(101 163 13 / 0);
  }

  .md\:border-s-lime-600\/10 {
    border-inline-start-color: rgb(101 163 13 / 0.1);
  }

  .md\:border-s-lime-600\/100 {
    border-inline-start-color: rgb(101 163 13 / 1);
  }

  .md\:border-s-lime-600\/15 {
    border-inline-start-color: rgb(101 163 13 / 0.15);
  }

  .md\:border-s-lime-600\/20 {
    border-inline-start-color: rgb(101 163 13 / 0.2);
  }

  .md\:border-s-lime-600\/25 {
    border-inline-start-color: rgb(101 163 13 / 0.25);
  }

  .md\:border-s-lime-600\/30 {
    border-inline-start-color: rgb(101 163 13 / 0.3);
  }

  .md\:border-s-lime-600\/35 {
    border-inline-start-color: rgb(101 163 13 / 0.35);
  }

  .md\:border-s-lime-600\/40 {
    border-inline-start-color: rgb(101 163 13 / 0.4);
  }

  .md\:border-s-lime-600\/45 {
    border-inline-start-color: rgb(101 163 13 / 0.45);
  }

  .md\:border-s-lime-600\/5 {
    border-inline-start-color: rgb(101 163 13 / 0.05);
  }

  .md\:border-s-lime-600\/50 {
    border-inline-start-color: rgb(101 163 13 / 0.5);
  }

  .md\:border-s-lime-600\/55 {
    border-inline-start-color: rgb(101 163 13 / 0.55);
  }

  .md\:border-s-lime-600\/60 {
    border-inline-start-color: rgb(101 163 13 / 0.6);
  }

  .md\:border-s-lime-600\/65 {
    border-inline-start-color: rgb(101 163 13 / 0.65);
  }

  .md\:border-s-lime-600\/70 {
    border-inline-start-color: rgb(101 163 13 / 0.7);
  }

  .md\:border-s-lime-600\/75 {
    border-inline-start-color: rgb(101 163 13 / 0.75);
  }

  .md\:border-s-lime-600\/80 {
    border-inline-start-color: rgb(101 163 13 / 0.8);
  }

  .md\:border-s-lime-600\/85 {
    border-inline-start-color: rgb(101 163 13 / 0.85);
  }

  .md\:border-s-lime-600\/90 {
    border-inline-start-color: rgb(101 163 13 / 0.9);
  }

  .md\:border-s-lime-600\/95 {
    border-inline-start-color: rgb(101 163 13 / 0.95);
  }

  .md\:border-s-lime-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(77 124 15 / var(--tw-border-opacity));
  }

  .md\:border-s-lime-700\/0 {
    border-inline-start-color: rgb(77 124 15 / 0);
  }

  .md\:border-s-lime-700\/10 {
    border-inline-start-color: rgb(77 124 15 / 0.1);
  }

  .md\:border-s-lime-700\/100 {
    border-inline-start-color: rgb(77 124 15 / 1);
  }

  .md\:border-s-lime-700\/15 {
    border-inline-start-color: rgb(77 124 15 / 0.15);
  }

  .md\:border-s-lime-700\/20 {
    border-inline-start-color: rgb(77 124 15 / 0.2);
  }

  .md\:border-s-lime-700\/25 {
    border-inline-start-color: rgb(77 124 15 / 0.25);
  }

  .md\:border-s-lime-700\/30 {
    border-inline-start-color: rgb(77 124 15 / 0.3);
  }

  .md\:border-s-lime-700\/35 {
    border-inline-start-color: rgb(77 124 15 / 0.35);
  }

  .md\:border-s-lime-700\/40 {
    border-inline-start-color: rgb(77 124 15 / 0.4);
  }

  .md\:border-s-lime-700\/45 {
    border-inline-start-color: rgb(77 124 15 / 0.45);
  }

  .md\:border-s-lime-700\/5 {
    border-inline-start-color: rgb(77 124 15 / 0.05);
  }

  .md\:border-s-lime-700\/50 {
    border-inline-start-color: rgb(77 124 15 / 0.5);
  }

  .md\:border-s-lime-700\/55 {
    border-inline-start-color: rgb(77 124 15 / 0.55);
  }

  .md\:border-s-lime-700\/60 {
    border-inline-start-color: rgb(77 124 15 / 0.6);
  }

  .md\:border-s-lime-700\/65 {
    border-inline-start-color: rgb(77 124 15 / 0.65);
  }

  .md\:border-s-lime-700\/70 {
    border-inline-start-color: rgb(77 124 15 / 0.7);
  }

  .md\:border-s-lime-700\/75 {
    border-inline-start-color: rgb(77 124 15 / 0.75);
  }

  .md\:border-s-lime-700\/80 {
    border-inline-start-color: rgb(77 124 15 / 0.8);
  }

  .md\:border-s-lime-700\/85 {
    border-inline-start-color: rgb(77 124 15 / 0.85);
  }

  .md\:border-s-lime-700\/90 {
    border-inline-start-color: rgb(77 124 15 / 0.9);
  }

  .md\:border-s-lime-700\/95 {
    border-inline-start-color: rgb(77 124 15 / 0.95);
  }

  .md\:border-s-lime-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(63 98 18 / var(--tw-border-opacity));
  }

  .md\:border-s-lime-800\/0 {
    border-inline-start-color: rgb(63 98 18 / 0);
  }

  .md\:border-s-lime-800\/10 {
    border-inline-start-color: rgb(63 98 18 / 0.1);
  }

  .md\:border-s-lime-800\/100 {
    border-inline-start-color: rgb(63 98 18 / 1);
  }

  .md\:border-s-lime-800\/15 {
    border-inline-start-color: rgb(63 98 18 / 0.15);
  }

  .md\:border-s-lime-800\/20 {
    border-inline-start-color: rgb(63 98 18 / 0.2);
  }

  .md\:border-s-lime-800\/25 {
    border-inline-start-color: rgb(63 98 18 / 0.25);
  }

  .md\:border-s-lime-800\/30 {
    border-inline-start-color: rgb(63 98 18 / 0.3);
  }

  .md\:border-s-lime-800\/35 {
    border-inline-start-color: rgb(63 98 18 / 0.35);
  }

  .md\:border-s-lime-800\/40 {
    border-inline-start-color: rgb(63 98 18 / 0.4);
  }

  .md\:border-s-lime-800\/45 {
    border-inline-start-color: rgb(63 98 18 / 0.45);
  }

  .md\:border-s-lime-800\/5 {
    border-inline-start-color: rgb(63 98 18 / 0.05);
  }

  .md\:border-s-lime-800\/50 {
    border-inline-start-color: rgb(63 98 18 / 0.5);
  }

  .md\:border-s-lime-800\/55 {
    border-inline-start-color: rgb(63 98 18 / 0.55);
  }

  .md\:border-s-lime-800\/60 {
    border-inline-start-color: rgb(63 98 18 / 0.6);
  }

  .md\:border-s-lime-800\/65 {
    border-inline-start-color: rgb(63 98 18 / 0.65);
  }

  .md\:border-s-lime-800\/70 {
    border-inline-start-color: rgb(63 98 18 / 0.7);
  }

  .md\:border-s-lime-800\/75 {
    border-inline-start-color: rgb(63 98 18 / 0.75);
  }

  .md\:border-s-lime-800\/80 {
    border-inline-start-color: rgb(63 98 18 / 0.8);
  }

  .md\:border-s-lime-800\/85 {
    border-inline-start-color: rgb(63 98 18 / 0.85);
  }

  .md\:border-s-lime-800\/90 {
    border-inline-start-color: rgb(63 98 18 / 0.9);
  }

  .md\:border-s-lime-800\/95 {
    border-inline-start-color: rgb(63 98 18 / 0.95);
  }

  .md\:border-s-lime-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(54 83 20 / var(--tw-border-opacity));
  }

  .md\:border-s-lime-900\/0 {
    border-inline-start-color: rgb(54 83 20 / 0);
  }

  .md\:border-s-lime-900\/10 {
    border-inline-start-color: rgb(54 83 20 / 0.1);
  }

  .md\:border-s-lime-900\/100 {
    border-inline-start-color: rgb(54 83 20 / 1);
  }

  .md\:border-s-lime-900\/15 {
    border-inline-start-color: rgb(54 83 20 / 0.15);
  }

  .md\:border-s-lime-900\/20 {
    border-inline-start-color: rgb(54 83 20 / 0.2);
  }

  .md\:border-s-lime-900\/25 {
    border-inline-start-color: rgb(54 83 20 / 0.25);
  }

  .md\:border-s-lime-900\/30 {
    border-inline-start-color: rgb(54 83 20 / 0.3);
  }

  .md\:border-s-lime-900\/35 {
    border-inline-start-color: rgb(54 83 20 / 0.35);
  }

  .md\:border-s-lime-900\/40 {
    border-inline-start-color: rgb(54 83 20 / 0.4);
  }

  .md\:border-s-lime-900\/45 {
    border-inline-start-color: rgb(54 83 20 / 0.45);
  }

  .md\:border-s-lime-900\/5 {
    border-inline-start-color: rgb(54 83 20 / 0.05);
  }

  .md\:border-s-lime-900\/50 {
    border-inline-start-color: rgb(54 83 20 / 0.5);
  }

  .md\:border-s-lime-900\/55 {
    border-inline-start-color: rgb(54 83 20 / 0.55);
  }

  .md\:border-s-lime-900\/60 {
    border-inline-start-color: rgb(54 83 20 / 0.6);
  }

  .md\:border-s-lime-900\/65 {
    border-inline-start-color: rgb(54 83 20 / 0.65);
  }

  .md\:border-s-lime-900\/70 {
    border-inline-start-color: rgb(54 83 20 / 0.7);
  }

  .md\:border-s-lime-900\/75 {
    border-inline-start-color: rgb(54 83 20 / 0.75);
  }

  .md\:border-s-lime-900\/80 {
    border-inline-start-color: rgb(54 83 20 / 0.8);
  }

  .md\:border-s-lime-900\/85 {
    border-inline-start-color: rgb(54 83 20 / 0.85);
  }

  .md\:border-s-lime-900\/90 {
    border-inline-start-color: rgb(54 83 20 / 0.9);
  }

  .md\:border-s-lime-900\/95 {
    border-inline-start-color: rgb(54 83 20 / 0.95);
  }

  .md\:border-s-lime-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(26 46 5 / var(--tw-border-opacity));
  }

  .md\:border-s-lime-950\/0 {
    border-inline-start-color: rgb(26 46 5 / 0);
  }

  .md\:border-s-lime-950\/10 {
    border-inline-start-color: rgb(26 46 5 / 0.1);
  }

  .md\:border-s-lime-950\/100 {
    border-inline-start-color: rgb(26 46 5 / 1);
  }

  .md\:border-s-lime-950\/15 {
    border-inline-start-color: rgb(26 46 5 / 0.15);
  }

  .md\:border-s-lime-950\/20 {
    border-inline-start-color: rgb(26 46 5 / 0.2);
  }

  .md\:border-s-lime-950\/25 {
    border-inline-start-color: rgb(26 46 5 / 0.25);
  }

  .md\:border-s-lime-950\/30 {
    border-inline-start-color: rgb(26 46 5 / 0.3);
  }

  .md\:border-s-lime-950\/35 {
    border-inline-start-color: rgb(26 46 5 / 0.35);
  }

  .md\:border-s-lime-950\/40 {
    border-inline-start-color: rgb(26 46 5 / 0.4);
  }

  .md\:border-s-lime-950\/45 {
    border-inline-start-color: rgb(26 46 5 / 0.45);
  }

  .md\:border-s-lime-950\/5 {
    border-inline-start-color: rgb(26 46 5 / 0.05);
  }

  .md\:border-s-lime-950\/50 {
    border-inline-start-color: rgb(26 46 5 / 0.5);
  }

  .md\:border-s-lime-950\/55 {
    border-inline-start-color: rgb(26 46 5 / 0.55);
  }

  .md\:border-s-lime-950\/60 {
    border-inline-start-color: rgb(26 46 5 / 0.6);
  }

  .md\:border-s-lime-950\/65 {
    border-inline-start-color: rgb(26 46 5 / 0.65);
  }

  .md\:border-s-lime-950\/70 {
    border-inline-start-color: rgb(26 46 5 / 0.7);
  }

  .md\:border-s-lime-950\/75 {
    border-inline-start-color: rgb(26 46 5 / 0.75);
  }

  .md\:border-s-lime-950\/80 {
    border-inline-start-color: rgb(26 46 5 / 0.8);
  }

  .md\:border-s-lime-950\/85 {
    border-inline-start-color: rgb(26 46 5 / 0.85);
  }

  .md\:border-s-lime-950\/90 {
    border-inline-start-color: rgb(26 46 5 / 0.9);
  }

  .md\:border-s-lime-950\/95 {
    border-inline-start-color: rgb(26 46 5 / 0.95);
  }

  .md\:border-s-neutral-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(245 245 245 / var(--tw-border-opacity));
  }

  .md\:border-s-neutral-100\/0 {
    border-inline-start-color: rgb(245 245 245 / 0);
  }

  .md\:border-s-neutral-100\/10 {
    border-inline-start-color: rgb(245 245 245 / 0.1);
  }

  .md\:border-s-neutral-100\/100 {
    border-inline-start-color: rgb(245 245 245 / 1);
  }

  .md\:border-s-neutral-100\/15 {
    border-inline-start-color: rgb(245 245 245 / 0.15);
  }

  .md\:border-s-neutral-100\/20 {
    border-inline-start-color: rgb(245 245 245 / 0.2);
  }

  .md\:border-s-neutral-100\/25 {
    border-inline-start-color: rgb(245 245 245 / 0.25);
  }

  .md\:border-s-neutral-100\/30 {
    border-inline-start-color: rgb(245 245 245 / 0.3);
  }

  .md\:border-s-neutral-100\/35 {
    border-inline-start-color: rgb(245 245 245 / 0.35);
  }

  .md\:border-s-neutral-100\/40 {
    border-inline-start-color: rgb(245 245 245 / 0.4);
  }

  .md\:border-s-neutral-100\/45 {
    border-inline-start-color: rgb(245 245 245 / 0.45);
  }

  .md\:border-s-neutral-100\/5 {
    border-inline-start-color: rgb(245 245 245 / 0.05);
  }

  .md\:border-s-neutral-100\/50 {
    border-inline-start-color: rgb(245 245 245 / 0.5);
  }

  .md\:border-s-neutral-100\/55 {
    border-inline-start-color: rgb(245 245 245 / 0.55);
  }

  .md\:border-s-neutral-100\/60 {
    border-inline-start-color: rgb(245 245 245 / 0.6);
  }

  .md\:border-s-neutral-100\/65 {
    border-inline-start-color: rgb(245 245 245 / 0.65);
  }

  .md\:border-s-neutral-100\/70 {
    border-inline-start-color: rgb(245 245 245 / 0.7);
  }

  .md\:border-s-neutral-100\/75 {
    border-inline-start-color: rgb(245 245 245 / 0.75);
  }

  .md\:border-s-neutral-100\/80 {
    border-inline-start-color: rgb(245 245 245 / 0.8);
  }

  .md\:border-s-neutral-100\/85 {
    border-inline-start-color: rgb(245 245 245 / 0.85);
  }

  .md\:border-s-neutral-100\/90 {
    border-inline-start-color: rgb(245 245 245 / 0.9);
  }

  .md\:border-s-neutral-100\/95 {
    border-inline-start-color: rgb(245 245 245 / 0.95);
  }

  .md\:border-s-neutral-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(229 229 229 / var(--tw-border-opacity));
  }

  .md\:border-s-neutral-200\/0 {
    border-inline-start-color: rgb(229 229 229 / 0);
  }

  .md\:border-s-neutral-200\/10 {
    border-inline-start-color: rgb(229 229 229 / 0.1);
  }

  .md\:border-s-neutral-200\/100 {
    border-inline-start-color: rgb(229 229 229 / 1);
  }

  .md\:border-s-neutral-200\/15 {
    border-inline-start-color: rgb(229 229 229 / 0.15);
  }

  .md\:border-s-neutral-200\/20 {
    border-inline-start-color: rgb(229 229 229 / 0.2);
  }

  .md\:border-s-neutral-200\/25 {
    border-inline-start-color: rgb(229 229 229 / 0.25);
  }

  .md\:border-s-neutral-200\/30 {
    border-inline-start-color: rgb(229 229 229 / 0.3);
  }

  .md\:border-s-neutral-200\/35 {
    border-inline-start-color: rgb(229 229 229 / 0.35);
  }

  .md\:border-s-neutral-200\/40 {
    border-inline-start-color: rgb(229 229 229 / 0.4);
  }

  .md\:border-s-neutral-200\/45 {
    border-inline-start-color: rgb(229 229 229 / 0.45);
  }

  .md\:border-s-neutral-200\/5 {
    border-inline-start-color: rgb(229 229 229 / 0.05);
  }

  .md\:border-s-neutral-200\/50 {
    border-inline-start-color: rgb(229 229 229 / 0.5);
  }

  .md\:border-s-neutral-200\/55 {
    border-inline-start-color: rgb(229 229 229 / 0.55);
  }

  .md\:border-s-neutral-200\/60 {
    border-inline-start-color: rgb(229 229 229 / 0.6);
  }

  .md\:border-s-neutral-200\/65 {
    border-inline-start-color: rgb(229 229 229 / 0.65);
  }

  .md\:border-s-neutral-200\/70 {
    border-inline-start-color: rgb(229 229 229 / 0.7);
  }

  .md\:border-s-neutral-200\/75 {
    border-inline-start-color: rgb(229 229 229 / 0.75);
  }

  .md\:border-s-neutral-200\/80 {
    border-inline-start-color: rgb(229 229 229 / 0.8);
  }

  .md\:border-s-neutral-200\/85 {
    border-inline-start-color: rgb(229 229 229 / 0.85);
  }

  .md\:border-s-neutral-200\/90 {
    border-inline-start-color: rgb(229 229 229 / 0.9);
  }

  .md\:border-s-neutral-200\/95 {
    border-inline-start-color: rgb(229 229 229 / 0.95);
  }

  .md\:border-s-neutral-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(212 212 212 / var(--tw-border-opacity));
  }

  .md\:border-s-neutral-300\/0 {
    border-inline-start-color: rgb(212 212 212 / 0);
  }

  .md\:border-s-neutral-300\/10 {
    border-inline-start-color: rgb(212 212 212 / 0.1);
  }

  .md\:border-s-neutral-300\/100 {
    border-inline-start-color: rgb(212 212 212 / 1);
  }

  .md\:border-s-neutral-300\/15 {
    border-inline-start-color: rgb(212 212 212 / 0.15);
  }

  .md\:border-s-neutral-300\/20 {
    border-inline-start-color: rgb(212 212 212 / 0.2);
  }

  .md\:border-s-neutral-300\/25 {
    border-inline-start-color: rgb(212 212 212 / 0.25);
  }

  .md\:border-s-neutral-300\/30 {
    border-inline-start-color: rgb(212 212 212 / 0.3);
  }

  .md\:border-s-neutral-300\/35 {
    border-inline-start-color: rgb(212 212 212 / 0.35);
  }

  .md\:border-s-neutral-300\/40 {
    border-inline-start-color: rgb(212 212 212 / 0.4);
  }

  .md\:border-s-neutral-300\/45 {
    border-inline-start-color: rgb(212 212 212 / 0.45);
  }

  .md\:border-s-neutral-300\/5 {
    border-inline-start-color: rgb(212 212 212 / 0.05);
  }

  .md\:border-s-neutral-300\/50 {
    border-inline-start-color: rgb(212 212 212 / 0.5);
  }

  .md\:border-s-neutral-300\/55 {
    border-inline-start-color: rgb(212 212 212 / 0.55);
  }

  .md\:border-s-neutral-300\/60 {
    border-inline-start-color: rgb(212 212 212 / 0.6);
  }

  .md\:border-s-neutral-300\/65 {
    border-inline-start-color: rgb(212 212 212 / 0.65);
  }

  .md\:border-s-neutral-300\/70 {
    border-inline-start-color: rgb(212 212 212 / 0.7);
  }

  .md\:border-s-neutral-300\/75 {
    border-inline-start-color: rgb(212 212 212 / 0.75);
  }

  .md\:border-s-neutral-300\/80 {
    border-inline-start-color: rgb(212 212 212 / 0.8);
  }

  .md\:border-s-neutral-300\/85 {
    border-inline-start-color: rgb(212 212 212 / 0.85);
  }

  .md\:border-s-neutral-300\/90 {
    border-inline-start-color: rgb(212 212 212 / 0.9);
  }

  .md\:border-s-neutral-300\/95 {
    border-inline-start-color: rgb(212 212 212 / 0.95);
  }

  .md\:border-s-neutral-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(163 163 163 / var(--tw-border-opacity));
  }

  .md\:border-s-neutral-400\/0 {
    border-inline-start-color: rgb(163 163 163 / 0);
  }

  .md\:border-s-neutral-400\/10 {
    border-inline-start-color: rgb(163 163 163 / 0.1);
  }

  .md\:border-s-neutral-400\/100 {
    border-inline-start-color: rgb(163 163 163 / 1);
  }

  .md\:border-s-neutral-400\/15 {
    border-inline-start-color: rgb(163 163 163 / 0.15);
  }

  .md\:border-s-neutral-400\/20 {
    border-inline-start-color: rgb(163 163 163 / 0.2);
  }

  .md\:border-s-neutral-400\/25 {
    border-inline-start-color: rgb(163 163 163 / 0.25);
  }

  .md\:border-s-neutral-400\/30 {
    border-inline-start-color: rgb(163 163 163 / 0.3);
  }

  .md\:border-s-neutral-400\/35 {
    border-inline-start-color: rgb(163 163 163 / 0.35);
  }

  .md\:border-s-neutral-400\/40 {
    border-inline-start-color: rgb(163 163 163 / 0.4);
  }

  .md\:border-s-neutral-400\/45 {
    border-inline-start-color: rgb(163 163 163 / 0.45);
  }

  .md\:border-s-neutral-400\/5 {
    border-inline-start-color: rgb(163 163 163 / 0.05);
  }

  .md\:border-s-neutral-400\/50 {
    border-inline-start-color: rgb(163 163 163 / 0.5);
  }

  .md\:border-s-neutral-400\/55 {
    border-inline-start-color: rgb(163 163 163 / 0.55);
  }

  .md\:border-s-neutral-400\/60 {
    border-inline-start-color: rgb(163 163 163 / 0.6);
  }

  .md\:border-s-neutral-400\/65 {
    border-inline-start-color: rgb(163 163 163 / 0.65);
  }

  .md\:border-s-neutral-400\/70 {
    border-inline-start-color: rgb(163 163 163 / 0.7);
  }

  .md\:border-s-neutral-400\/75 {
    border-inline-start-color: rgb(163 163 163 / 0.75);
  }

  .md\:border-s-neutral-400\/80 {
    border-inline-start-color: rgb(163 163 163 / 0.8);
  }

  .md\:border-s-neutral-400\/85 {
    border-inline-start-color: rgb(163 163 163 / 0.85);
  }

  .md\:border-s-neutral-400\/90 {
    border-inline-start-color: rgb(163 163 163 / 0.9);
  }

  .md\:border-s-neutral-400\/95 {
    border-inline-start-color: rgb(163 163 163 / 0.95);
  }

  .md\:border-s-neutral-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .md\:border-s-neutral-50\/0 {
    border-inline-start-color: rgb(250 250 250 / 0);
  }

  .md\:border-s-neutral-50\/10 {
    border-inline-start-color: rgb(250 250 250 / 0.1);
  }

  .md\:border-s-neutral-50\/100 {
    border-inline-start-color: rgb(250 250 250 / 1);
  }

  .md\:border-s-neutral-50\/15 {
    border-inline-start-color: rgb(250 250 250 / 0.15);
  }

  .md\:border-s-neutral-50\/20 {
    border-inline-start-color: rgb(250 250 250 / 0.2);
  }

  .md\:border-s-neutral-50\/25 {
    border-inline-start-color: rgb(250 250 250 / 0.25);
  }

  .md\:border-s-neutral-50\/30 {
    border-inline-start-color: rgb(250 250 250 / 0.3);
  }

  .md\:border-s-neutral-50\/35 {
    border-inline-start-color: rgb(250 250 250 / 0.35);
  }

  .md\:border-s-neutral-50\/40 {
    border-inline-start-color: rgb(250 250 250 / 0.4);
  }

  .md\:border-s-neutral-50\/45 {
    border-inline-start-color: rgb(250 250 250 / 0.45);
  }

  .md\:border-s-neutral-50\/5 {
    border-inline-start-color: rgb(250 250 250 / 0.05);
  }

  .md\:border-s-neutral-50\/50 {
    border-inline-start-color: rgb(250 250 250 / 0.5);
  }

  .md\:border-s-neutral-50\/55 {
    border-inline-start-color: rgb(250 250 250 / 0.55);
  }

  .md\:border-s-neutral-50\/60 {
    border-inline-start-color: rgb(250 250 250 / 0.6);
  }

  .md\:border-s-neutral-50\/65 {
    border-inline-start-color: rgb(250 250 250 / 0.65);
  }

  .md\:border-s-neutral-50\/70 {
    border-inline-start-color: rgb(250 250 250 / 0.7);
  }

  .md\:border-s-neutral-50\/75 {
    border-inline-start-color: rgb(250 250 250 / 0.75);
  }

  .md\:border-s-neutral-50\/80 {
    border-inline-start-color: rgb(250 250 250 / 0.8);
  }

  .md\:border-s-neutral-50\/85 {
    border-inline-start-color: rgb(250 250 250 / 0.85);
  }

  .md\:border-s-neutral-50\/90 {
    border-inline-start-color: rgb(250 250 250 / 0.9);
  }

  .md\:border-s-neutral-50\/95 {
    border-inline-start-color: rgb(250 250 250 / 0.95);
  }

  .md\:border-s-neutral-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(115 115 115 / var(--tw-border-opacity));
  }

  .md\:border-s-neutral-500\/0 {
    border-inline-start-color: rgb(115 115 115 / 0);
  }

  .md\:border-s-neutral-500\/10 {
    border-inline-start-color: rgb(115 115 115 / 0.1);
  }

  .md\:border-s-neutral-500\/100 {
    border-inline-start-color: rgb(115 115 115 / 1);
  }

  .md\:border-s-neutral-500\/15 {
    border-inline-start-color: rgb(115 115 115 / 0.15);
  }

  .md\:border-s-neutral-500\/20 {
    border-inline-start-color: rgb(115 115 115 / 0.2);
  }

  .md\:border-s-neutral-500\/25 {
    border-inline-start-color: rgb(115 115 115 / 0.25);
  }

  .md\:border-s-neutral-500\/30 {
    border-inline-start-color: rgb(115 115 115 / 0.3);
  }

  .md\:border-s-neutral-500\/35 {
    border-inline-start-color: rgb(115 115 115 / 0.35);
  }

  .md\:border-s-neutral-500\/40 {
    border-inline-start-color: rgb(115 115 115 / 0.4);
  }

  .md\:border-s-neutral-500\/45 {
    border-inline-start-color: rgb(115 115 115 / 0.45);
  }

  .md\:border-s-neutral-500\/5 {
    border-inline-start-color: rgb(115 115 115 / 0.05);
  }

  .md\:border-s-neutral-500\/50 {
    border-inline-start-color: rgb(115 115 115 / 0.5);
  }

  .md\:border-s-neutral-500\/55 {
    border-inline-start-color: rgb(115 115 115 / 0.55);
  }

  .md\:border-s-neutral-500\/60 {
    border-inline-start-color: rgb(115 115 115 / 0.6);
  }

  .md\:border-s-neutral-500\/65 {
    border-inline-start-color: rgb(115 115 115 / 0.65);
  }

  .md\:border-s-neutral-500\/70 {
    border-inline-start-color: rgb(115 115 115 / 0.7);
  }

  .md\:border-s-neutral-500\/75 {
    border-inline-start-color: rgb(115 115 115 / 0.75);
  }

  .md\:border-s-neutral-500\/80 {
    border-inline-start-color: rgb(115 115 115 / 0.8);
  }

  .md\:border-s-neutral-500\/85 {
    border-inline-start-color: rgb(115 115 115 / 0.85);
  }

  .md\:border-s-neutral-500\/90 {
    border-inline-start-color: rgb(115 115 115 / 0.9);
  }

  .md\:border-s-neutral-500\/95 {
    border-inline-start-color: rgb(115 115 115 / 0.95);
  }

  .md\:border-s-neutral-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(82 82 82 / var(--tw-border-opacity));
  }

  .md\:border-s-neutral-600\/0 {
    border-inline-start-color: rgb(82 82 82 / 0);
  }

  .md\:border-s-neutral-600\/10 {
    border-inline-start-color: rgb(82 82 82 / 0.1);
  }

  .md\:border-s-neutral-600\/100 {
    border-inline-start-color: rgb(82 82 82 / 1);
  }

  .md\:border-s-neutral-600\/15 {
    border-inline-start-color: rgb(82 82 82 / 0.15);
  }

  .md\:border-s-neutral-600\/20 {
    border-inline-start-color: rgb(82 82 82 / 0.2);
  }

  .md\:border-s-neutral-600\/25 {
    border-inline-start-color: rgb(82 82 82 / 0.25);
  }

  .md\:border-s-neutral-600\/30 {
    border-inline-start-color: rgb(82 82 82 / 0.3);
  }

  .md\:border-s-neutral-600\/35 {
    border-inline-start-color: rgb(82 82 82 / 0.35);
  }

  .md\:border-s-neutral-600\/40 {
    border-inline-start-color: rgb(82 82 82 / 0.4);
  }

  .md\:border-s-neutral-600\/45 {
    border-inline-start-color: rgb(82 82 82 / 0.45);
  }

  .md\:border-s-neutral-600\/5 {
    border-inline-start-color: rgb(82 82 82 / 0.05);
  }

  .md\:border-s-neutral-600\/50 {
    border-inline-start-color: rgb(82 82 82 / 0.5);
  }

  .md\:border-s-neutral-600\/55 {
    border-inline-start-color: rgb(82 82 82 / 0.55);
  }

  .md\:border-s-neutral-600\/60 {
    border-inline-start-color: rgb(82 82 82 / 0.6);
  }

  .md\:border-s-neutral-600\/65 {
    border-inline-start-color: rgb(82 82 82 / 0.65);
  }

  .md\:border-s-neutral-600\/70 {
    border-inline-start-color: rgb(82 82 82 / 0.7);
  }

  .md\:border-s-neutral-600\/75 {
    border-inline-start-color: rgb(82 82 82 / 0.75);
  }

  .md\:border-s-neutral-600\/80 {
    border-inline-start-color: rgb(82 82 82 / 0.8);
  }

  .md\:border-s-neutral-600\/85 {
    border-inline-start-color: rgb(82 82 82 / 0.85);
  }

  .md\:border-s-neutral-600\/90 {
    border-inline-start-color: rgb(82 82 82 / 0.9);
  }

  .md\:border-s-neutral-600\/95 {
    border-inline-start-color: rgb(82 82 82 / 0.95);
  }

  .md\:border-s-neutral-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(64 64 64 / var(--tw-border-opacity));
  }

  .md\:border-s-neutral-700\/0 {
    border-inline-start-color: rgb(64 64 64 / 0);
  }

  .md\:border-s-neutral-700\/10 {
    border-inline-start-color: rgb(64 64 64 / 0.1);
  }

  .md\:border-s-neutral-700\/100 {
    border-inline-start-color: rgb(64 64 64 / 1);
  }

  .md\:border-s-neutral-700\/15 {
    border-inline-start-color: rgb(64 64 64 / 0.15);
  }

  .md\:border-s-neutral-700\/20 {
    border-inline-start-color: rgb(64 64 64 / 0.2);
  }

  .md\:border-s-neutral-700\/25 {
    border-inline-start-color: rgb(64 64 64 / 0.25);
  }

  .md\:border-s-neutral-700\/30 {
    border-inline-start-color: rgb(64 64 64 / 0.3);
  }

  .md\:border-s-neutral-700\/35 {
    border-inline-start-color: rgb(64 64 64 / 0.35);
  }

  .md\:border-s-neutral-700\/40 {
    border-inline-start-color: rgb(64 64 64 / 0.4);
  }

  .md\:border-s-neutral-700\/45 {
    border-inline-start-color: rgb(64 64 64 / 0.45);
  }

  .md\:border-s-neutral-700\/5 {
    border-inline-start-color: rgb(64 64 64 / 0.05);
  }

  .md\:border-s-neutral-700\/50 {
    border-inline-start-color: rgb(64 64 64 / 0.5);
  }

  .md\:border-s-neutral-700\/55 {
    border-inline-start-color: rgb(64 64 64 / 0.55);
  }

  .md\:border-s-neutral-700\/60 {
    border-inline-start-color: rgb(64 64 64 / 0.6);
  }

  .md\:border-s-neutral-700\/65 {
    border-inline-start-color: rgb(64 64 64 / 0.65);
  }

  .md\:border-s-neutral-700\/70 {
    border-inline-start-color: rgb(64 64 64 / 0.7);
  }

  .md\:border-s-neutral-700\/75 {
    border-inline-start-color: rgb(64 64 64 / 0.75);
  }

  .md\:border-s-neutral-700\/80 {
    border-inline-start-color: rgb(64 64 64 / 0.8);
  }

  .md\:border-s-neutral-700\/85 {
    border-inline-start-color: rgb(64 64 64 / 0.85);
  }

  .md\:border-s-neutral-700\/90 {
    border-inline-start-color: rgb(64 64 64 / 0.9);
  }

  .md\:border-s-neutral-700\/95 {
    border-inline-start-color: rgb(64 64 64 / 0.95);
  }

  .md\:border-s-neutral-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(38 38 38 / var(--tw-border-opacity));
  }

  .md\:border-s-neutral-800\/0 {
    border-inline-start-color: rgb(38 38 38 / 0);
  }

  .md\:border-s-neutral-800\/10 {
    border-inline-start-color: rgb(38 38 38 / 0.1);
  }

  .md\:border-s-neutral-800\/100 {
    border-inline-start-color: rgb(38 38 38 / 1);
  }

  .md\:border-s-neutral-800\/15 {
    border-inline-start-color: rgb(38 38 38 / 0.15);
  }

  .md\:border-s-neutral-800\/20 {
    border-inline-start-color: rgb(38 38 38 / 0.2);
  }

  .md\:border-s-neutral-800\/25 {
    border-inline-start-color: rgb(38 38 38 / 0.25);
  }

  .md\:border-s-neutral-800\/30 {
    border-inline-start-color: rgb(38 38 38 / 0.3);
  }

  .md\:border-s-neutral-800\/35 {
    border-inline-start-color: rgb(38 38 38 / 0.35);
  }

  .md\:border-s-neutral-800\/40 {
    border-inline-start-color: rgb(38 38 38 / 0.4);
  }

  .md\:border-s-neutral-800\/45 {
    border-inline-start-color: rgb(38 38 38 / 0.45);
  }

  .md\:border-s-neutral-800\/5 {
    border-inline-start-color: rgb(38 38 38 / 0.05);
  }

  .md\:border-s-neutral-800\/50 {
    border-inline-start-color: rgb(38 38 38 / 0.5);
  }

  .md\:border-s-neutral-800\/55 {
    border-inline-start-color: rgb(38 38 38 / 0.55);
  }

  .md\:border-s-neutral-800\/60 {
    border-inline-start-color: rgb(38 38 38 / 0.6);
  }

  .md\:border-s-neutral-800\/65 {
    border-inline-start-color: rgb(38 38 38 / 0.65);
  }

  .md\:border-s-neutral-800\/70 {
    border-inline-start-color: rgb(38 38 38 / 0.7);
  }

  .md\:border-s-neutral-800\/75 {
    border-inline-start-color: rgb(38 38 38 / 0.75);
  }

  .md\:border-s-neutral-800\/80 {
    border-inline-start-color: rgb(38 38 38 / 0.8);
  }

  .md\:border-s-neutral-800\/85 {
    border-inline-start-color: rgb(38 38 38 / 0.85);
  }

  .md\:border-s-neutral-800\/90 {
    border-inline-start-color: rgb(38 38 38 / 0.9);
  }

  .md\:border-s-neutral-800\/95 {
    border-inline-start-color: rgb(38 38 38 / 0.95);
  }

  .md\:border-s-neutral-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(23 23 23 / var(--tw-border-opacity));
  }

  .md\:border-s-neutral-900\/0 {
    border-inline-start-color: rgb(23 23 23 / 0);
  }

  .md\:border-s-neutral-900\/10 {
    border-inline-start-color: rgb(23 23 23 / 0.1);
  }

  .md\:border-s-neutral-900\/100 {
    border-inline-start-color: rgb(23 23 23 / 1);
  }

  .md\:border-s-neutral-900\/15 {
    border-inline-start-color: rgb(23 23 23 / 0.15);
  }

  .md\:border-s-neutral-900\/20 {
    border-inline-start-color: rgb(23 23 23 / 0.2);
  }

  .md\:border-s-neutral-900\/25 {
    border-inline-start-color: rgb(23 23 23 / 0.25);
  }

  .md\:border-s-neutral-900\/30 {
    border-inline-start-color: rgb(23 23 23 / 0.3);
  }

  .md\:border-s-neutral-900\/35 {
    border-inline-start-color: rgb(23 23 23 / 0.35);
  }

  .md\:border-s-neutral-900\/40 {
    border-inline-start-color: rgb(23 23 23 / 0.4);
  }

  .md\:border-s-neutral-900\/45 {
    border-inline-start-color: rgb(23 23 23 / 0.45);
  }

  .md\:border-s-neutral-900\/5 {
    border-inline-start-color: rgb(23 23 23 / 0.05);
  }

  .md\:border-s-neutral-900\/50 {
    border-inline-start-color: rgb(23 23 23 / 0.5);
  }

  .md\:border-s-neutral-900\/55 {
    border-inline-start-color: rgb(23 23 23 / 0.55);
  }

  .md\:border-s-neutral-900\/60 {
    border-inline-start-color: rgb(23 23 23 / 0.6);
  }

  .md\:border-s-neutral-900\/65 {
    border-inline-start-color: rgb(23 23 23 / 0.65);
  }

  .md\:border-s-neutral-900\/70 {
    border-inline-start-color: rgb(23 23 23 / 0.7);
  }

  .md\:border-s-neutral-900\/75 {
    border-inline-start-color: rgb(23 23 23 / 0.75);
  }

  .md\:border-s-neutral-900\/80 {
    border-inline-start-color: rgb(23 23 23 / 0.8);
  }

  .md\:border-s-neutral-900\/85 {
    border-inline-start-color: rgb(23 23 23 / 0.85);
  }

  .md\:border-s-neutral-900\/90 {
    border-inline-start-color: rgb(23 23 23 / 0.9);
  }

  .md\:border-s-neutral-900\/95 {
    border-inline-start-color: rgb(23 23 23 / 0.95);
  }

  .md\:border-s-neutral-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(10 10 10 / var(--tw-border-opacity));
  }

  .md\:border-s-neutral-950\/0 {
    border-inline-start-color: rgb(10 10 10 / 0);
  }

  .md\:border-s-neutral-950\/10 {
    border-inline-start-color: rgb(10 10 10 / 0.1);
  }

  .md\:border-s-neutral-950\/100 {
    border-inline-start-color: rgb(10 10 10 / 1);
  }

  .md\:border-s-neutral-950\/15 {
    border-inline-start-color: rgb(10 10 10 / 0.15);
  }

  .md\:border-s-neutral-950\/20 {
    border-inline-start-color: rgb(10 10 10 / 0.2);
  }

  .md\:border-s-neutral-950\/25 {
    border-inline-start-color: rgb(10 10 10 / 0.25);
  }

  .md\:border-s-neutral-950\/30 {
    border-inline-start-color: rgb(10 10 10 / 0.3);
  }

  .md\:border-s-neutral-950\/35 {
    border-inline-start-color: rgb(10 10 10 / 0.35);
  }

  .md\:border-s-neutral-950\/40 {
    border-inline-start-color: rgb(10 10 10 / 0.4);
  }

  .md\:border-s-neutral-950\/45 {
    border-inline-start-color: rgb(10 10 10 / 0.45);
  }

  .md\:border-s-neutral-950\/5 {
    border-inline-start-color: rgb(10 10 10 / 0.05);
  }

  .md\:border-s-neutral-950\/50 {
    border-inline-start-color: rgb(10 10 10 / 0.5);
  }

  .md\:border-s-neutral-950\/55 {
    border-inline-start-color: rgb(10 10 10 / 0.55);
  }

  .md\:border-s-neutral-950\/60 {
    border-inline-start-color: rgb(10 10 10 / 0.6);
  }

  .md\:border-s-neutral-950\/65 {
    border-inline-start-color: rgb(10 10 10 / 0.65);
  }

  .md\:border-s-neutral-950\/70 {
    border-inline-start-color: rgb(10 10 10 / 0.7);
  }

  .md\:border-s-neutral-950\/75 {
    border-inline-start-color: rgb(10 10 10 / 0.75);
  }

  .md\:border-s-neutral-950\/80 {
    border-inline-start-color: rgb(10 10 10 / 0.8);
  }

  .md\:border-s-neutral-950\/85 {
    border-inline-start-color: rgb(10 10 10 / 0.85);
  }

  .md\:border-s-neutral-950\/90 {
    border-inline-start-color: rgb(10 10 10 / 0.9);
  }

  .md\:border-s-neutral-950\/95 {
    border-inline-start-color: rgb(10 10 10 / 0.95);
  }

  .md\:border-s-orange-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(255 237 213 / var(--tw-border-opacity));
  }

  .md\:border-s-orange-100\/0 {
    border-inline-start-color: rgb(255 237 213 / 0);
  }

  .md\:border-s-orange-100\/10 {
    border-inline-start-color: rgb(255 237 213 / 0.1);
  }

  .md\:border-s-orange-100\/100 {
    border-inline-start-color: rgb(255 237 213 / 1);
  }

  .md\:border-s-orange-100\/15 {
    border-inline-start-color: rgb(255 237 213 / 0.15);
  }

  .md\:border-s-orange-100\/20 {
    border-inline-start-color: rgb(255 237 213 / 0.2);
  }

  .md\:border-s-orange-100\/25 {
    border-inline-start-color: rgb(255 237 213 / 0.25);
  }

  .md\:border-s-orange-100\/30 {
    border-inline-start-color: rgb(255 237 213 / 0.3);
  }

  .md\:border-s-orange-100\/35 {
    border-inline-start-color: rgb(255 237 213 / 0.35);
  }

  .md\:border-s-orange-100\/40 {
    border-inline-start-color: rgb(255 237 213 / 0.4);
  }

  .md\:border-s-orange-100\/45 {
    border-inline-start-color: rgb(255 237 213 / 0.45);
  }

  .md\:border-s-orange-100\/5 {
    border-inline-start-color: rgb(255 237 213 / 0.05);
  }

  .md\:border-s-orange-100\/50 {
    border-inline-start-color: rgb(255 237 213 / 0.5);
  }

  .md\:border-s-orange-100\/55 {
    border-inline-start-color: rgb(255 237 213 / 0.55);
  }

  .md\:border-s-orange-100\/60 {
    border-inline-start-color: rgb(255 237 213 / 0.6);
  }

  .md\:border-s-orange-100\/65 {
    border-inline-start-color: rgb(255 237 213 / 0.65);
  }

  .md\:border-s-orange-100\/70 {
    border-inline-start-color: rgb(255 237 213 / 0.7);
  }

  .md\:border-s-orange-100\/75 {
    border-inline-start-color: rgb(255 237 213 / 0.75);
  }

  .md\:border-s-orange-100\/80 {
    border-inline-start-color: rgb(255 237 213 / 0.8);
  }

  .md\:border-s-orange-100\/85 {
    border-inline-start-color: rgb(255 237 213 / 0.85);
  }

  .md\:border-s-orange-100\/90 {
    border-inline-start-color: rgb(255 237 213 / 0.9);
  }

  .md\:border-s-orange-100\/95 {
    border-inline-start-color: rgb(255 237 213 / 0.95);
  }

  .md\:border-s-orange-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 215 170 / var(--tw-border-opacity));
  }

  .md\:border-s-orange-200\/0 {
    border-inline-start-color: rgb(254 215 170 / 0);
  }

  .md\:border-s-orange-200\/10 {
    border-inline-start-color: rgb(254 215 170 / 0.1);
  }

  .md\:border-s-orange-200\/100 {
    border-inline-start-color: rgb(254 215 170 / 1);
  }

  .md\:border-s-orange-200\/15 {
    border-inline-start-color: rgb(254 215 170 / 0.15);
  }

  .md\:border-s-orange-200\/20 {
    border-inline-start-color: rgb(254 215 170 / 0.2);
  }

  .md\:border-s-orange-200\/25 {
    border-inline-start-color: rgb(254 215 170 / 0.25);
  }

  .md\:border-s-orange-200\/30 {
    border-inline-start-color: rgb(254 215 170 / 0.3);
  }

  .md\:border-s-orange-200\/35 {
    border-inline-start-color: rgb(254 215 170 / 0.35);
  }

  .md\:border-s-orange-200\/40 {
    border-inline-start-color: rgb(254 215 170 / 0.4);
  }

  .md\:border-s-orange-200\/45 {
    border-inline-start-color: rgb(254 215 170 / 0.45);
  }

  .md\:border-s-orange-200\/5 {
    border-inline-start-color: rgb(254 215 170 / 0.05);
  }

  .md\:border-s-orange-200\/50 {
    border-inline-start-color: rgb(254 215 170 / 0.5);
  }

  .md\:border-s-orange-200\/55 {
    border-inline-start-color: rgb(254 215 170 / 0.55);
  }

  .md\:border-s-orange-200\/60 {
    border-inline-start-color: rgb(254 215 170 / 0.6);
  }

  .md\:border-s-orange-200\/65 {
    border-inline-start-color: rgb(254 215 170 / 0.65);
  }

  .md\:border-s-orange-200\/70 {
    border-inline-start-color: rgb(254 215 170 / 0.7);
  }

  .md\:border-s-orange-200\/75 {
    border-inline-start-color: rgb(254 215 170 / 0.75);
  }

  .md\:border-s-orange-200\/80 {
    border-inline-start-color: rgb(254 215 170 / 0.8);
  }

  .md\:border-s-orange-200\/85 {
    border-inline-start-color: rgb(254 215 170 / 0.85);
  }

  .md\:border-s-orange-200\/90 {
    border-inline-start-color: rgb(254 215 170 / 0.9);
  }

  .md\:border-s-orange-200\/95 {
    border-inline-start-color: rgb(254 215 170 / 0.95);
  }

  .md\:border-s-orange-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(253 186 116 / var(--tw-border-opacity));
  }

  .md\:border-s-orange-300\/0 {
    border-inline-start-color: rgb(253 186 116 / 0);
  }

  .md\:border-s-orange-300\/10 {
    border-inline-start-color: rgb(253 186 116 / 0.1);
  }

  .md\:border-s-orange-300\/100 {
    border-inline-start-color: rgb(253 186 116 / 1);
  }

  .md\:border-s-orange-300\/15 {
    border-inline-start-color: rgb(253 186 116 / 0.15);
  }

  .md\:border-s-orange-300\/20 {
    border-inline-start-color: rgb(253 186 116 / 0.2);
  }

  .md\:border-s-orange-300\/25 {
    border-inline-start-color: rgb(253 186 116 / 0.25);
  }

  .md\:border-s-orange-300\/30 {
    border-inline-start-color: rgb(253 186 116 / 0.3);
  }

  .md\:border-s-orange-300\/35 {
    border-inline-start-color: rgb(253 186 116 / 0.35);
  }

  .md\:border-s-orange-300\/40 {
    border-inline-start-color: rgb(253 186 116 / 0.4);
  }

  .md\:border-s-orange-300\/45 {
    border-inline-start-color: rgb(253 186 116 / 0.45);
  }

  .md\:border-s-orange-300\/5 {
    border-inline-start-color: rgb(253 186 116 / 0.05);
  }

  .md\:border-s-orange-300\/50 {
    border-inline-start-color: rgb(253 186 116 / 0.5);
  }

  .md\:border-s-orange-300\/55 {
    border-inline-start-color: rgb(253 186 116 / 0.55);
  }

  .md\:border-s-orange-300\/60 {
    border-inline-start-color: rgb(253 186 116 / 0.6);
  }

  .md\:border-s-orange-300\/65 {
    border-inline-start-color: rgb(253 186 116 / 0.65);
  }

  .md\:border-s-orange-300\/70 {
    border-inline-start-color: rgb(253 186 116 / 0.7);
  }

  .md\:border-s-orange-300\/75 {
    border-inline-start-color: rgb(253 186 116 / 0.75);
  }

  .md\:border-s-orange-300\/80 {
    border-inline-start-color: rgb(253 186 116 / 0.8);
  }

  .md\:border-s-orange-300\/85 {
    border-inline-start-color: rgb(253 186 116 / 0.85);
  }

  .md\:border-s-orange-300\/90 {
    border-inline-start-color: rgb(253 186 116 / 0.9);
  }

  .md\:border-s-orange-300\/95 {
    border-inline-start-color: rgb(253 186 116 / 0.95);
  }

  .md\:border-s-orange-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(251 146 60 / var(--tw-border-opacity));
  }

  .md\:border-s-orange-400\/0 {
    border-inline-start-color: rgb(251 146 60 / 0);
  }

  .md\:border-s-orange-400\/10 {
    border-inline-start-color: rgb(251 146 60 / 0.1);
  }

  .md\:border-s-orange-400\/100 {
    border-inline-start-color: rgb(251 146 60 / 1);
  }

  .md\:border-s-orange-400\/15 {
    border-inline-start-color: rgb(251 146 60 / 0.15);
  }

  .md\:border-s-orange-400\/20 {
    border-inline-start-color: rgb(251 146 60 / 0.2);
  }

  .md\:border-s-orange-400\/25 {
    border-inline-start-color: rgb(251 146 60 / 0.25);
  }

  .md\:border-s-orange-400\/30 {
    border-inline-start-color: rgb(251 146 60 / 0.3);
  }

  .md\:border-s-orange-400\/35 {
    border-inline-start-color: rgb(251 146 60 / 0.35);
  }

  .md\:border-s-orange-400\/40 {
    border-inline-start-color: rgb(251 146 60 / 0.4);
  }

  .md\:border-s-orange-400\/45 {
    border-inline-start-color: rgb(251 146 60 / 0.45);
  }

  .md\:border-s-orange-400\/5 {
    border-inline-start-color: rgb(251 146 60 / 0.05);
  }

  .md\:border-s-orange-400\/50 {
    border-inline-start-color: rgb(251 146 60 / 0.5);
  }

  .md\:border-s-orange-400\/55 {
    border-inline-start-color: rgb(251 146 60 / 0.55);
  }

  .md\:border-s-orange-400\/60 {
    border-inline-start-color: rgb(251 146 60 / 0.6);
  }

  .md\:border-s-orange-400\/65 {
    border-inline-start-color: rgb(251 146 60 / 0.65);
  }

  .md\:border-s-orange-400\/70 {
    border-inline-start-color: rgb(251 146 60 / 0.7);
  }

  .md\:border-s-orange-400\/75 {
    border-inline-start-color: rgb(251 146 60 / 0.75);
  }

  .md\:border-s-orange-400\/80 {
    border-inline-start-color: rgb(251 146 60 / 0.8);
  }

  .md\:border-s-orange-400\/85 {
    border-inline-start-color: rgb(251 146 60 / 0.85);
  }

  .md\:border-s-orange-400\/90 {
    border-inline-start-color: rgb(251 146 60 / 0.9);
  }

  .md\:border-s-orange-400\/95 {
    border-inline-start-color: rgb(251 146 60 / 0.95);
  }

  .md\:border-s-orange-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(255 247 237 / var(--tw-border-opacity));
  }

  .md\:border-s-orange-50\/0 {
    border-inline-start-color: rgb(255 247 237 / 0);
  }

  .md\:border-s-orange-50\/10 {
    border-inline-start-color: rgb(255 247 237 / 0.1);
  }

  .md\:border-s-orange-50\/100 {
    border-inline-start-color: rgb(255 247 237 / 1);
  }

  .md\:border-s-orange-50\/15 {
    border-inline-start-color: rgb(255 247 237 / 0.15);
  }

  .md\:border-s-orange-50\/20 {
    border-inline-start-color: rgb(255 247 237 / 0.2);
  }

  .md\:border-s-orange-50\/25 {
    border-inline-start-color: rgb(255 247 237 / 0.25);
  }

  .md\:border-s-orange-50\/30 {
    border-inline-start-color: rgb(255 247 237 / 0.3);
  }

  .md\:border-s-orange-50\/35 {
    border-inline-start-color: rgb(255 247 237 / 0.35);
  }

  .md\:border-s-orange-50\/40 {
    border-inline-start-color: rgb(255 247 237 / 0.4);
  }

  .md\:border-s-orange-50\/45 {
    border-inline-start-color: rgb(255 247 237 / 0.45);
  }

  .md\:border-s-orange-50\/5 {
    border-inline-start-color: rgb(255 247 237 / 0.05);
  }

  .md\:border-s-orange-50\/50 {
    border-inline-start-color: rgb(255 247 237 / 0.5);
  }

  .md\:border-s-orange-50\/55 {
    border-inline-start-color: rgb(255 247 237 / 0.55);
  }

  .md\:border-s-orange-50\/60 {
    border-inline-start-color: rgb(255 247 237 / 0.6);
  }

  .md\:border-s-orange-50\/65 {
    border-inline-start-color: rgb(255 247 237 / 0.65);
  }

  .md\:border-s-orange-50\/70 {
    border-inline-start-color: rgb(255 247 237 / 0.7);
  }

  .md\:border-s-orange-50\/75 {
    border-inline-start-color: rgb(255 247 237 / 0.75);
  }

  .md\:border-s-orange-50\/80 {
    border-inline-start-color: rgb(255 247 237 / 0.8);
  }

  .md\:border-s-orange-50\/85 {
    border-inline-start-color: rgb(255 247 237 / 0.85);
  }

  .md\:border-s-orange-50\/90 {
    border-inline-start-color: rgb(255 247 237 / 0.9);
  }

  .md\:border-s-orange-50\/95 {
    border-inline-start-color: rgb(255 247 237 / 0.95);
  }

  .md\:border-s-orange-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(249 115 22 / var(--tw-border-opacity));
  }

  .md\:border-s-orange-500\/0 {
    border-inline-start-color: rgb(249 115 22 / 0);
  }

  .md\:border-s-orange-500\/10 {
    border-inline-start-color: rgb(249 115 22 / 0.1);
  }

  .md\:border-s-orange-500\/100 {
    border-inline-start-color: rgb(249 115 22 / 1);
  }

  .md\:border-s-orange-500\/15 {
    border-inline-start-color: rgb(249 115 22 / 0.15);
  }

  .md\:border-s-orange-500\/20 {
    border-inline-start-color: rgb(249 115 22 / 0.2);
  }

  .md\:border-s-orange-500\/25 {
    border-inline-start-color: rgb(249 115 22 / 0.25);
  }

  .md\:border-s-orange-500\/30 {
    border-inline-start-color: rgb(249 115 22 / 0.3);
  }

  .md\:border-s-orange-500\/35 {
    border-inline-start-color: rgb(249 115 22 / 0.35);
  }

  .md\:border-s-orange-500\/40 {
    border-inline-start-color: rgb(249 115 22 / 0.4);
  }

  .md\:border-s-orange-500\/45 {
    border-inline-start-color: rgb(249 115 22 / 0.45);
  }

  .md\:border-s-orange-500\/5 {
    border-inline-start-color: rgb(249 115 22 / 0.05);
  }

  .md\:border-s-orange-500\/50 {
    border-inline-start-color: rgb(249 115 22 / 0.5);
  }

  .md\:border-s-orange-500\/55 {
    border-inline-start-color: rgb(249 115 22 / 0.55);
  }

  .md\:border-s-orange-500\/60 {
    border-inline-start-color: rgb(249 115 22 / 0.6);
  }

  .md\:border-s-orange-500\/65 {
    border-inline-start-color: rgb(249 115 22 / 0.65);
  }

  .md\:border-s-orange-500\/70 {
    border-inline-start-color: rgb(249 115 22 / 0.7);
  }

  .md\:border-s-orange-500\/75 {
    border-inline-start-color: rgb(249 115 22 / 0.75);
  }

  .md\:border-s-orange-500\/80 {
    border-inline-start-color: rgb(249 115 22 / 0.8);
  }

  .md\:border-s-orange-500\/85 {
    border-inline-start-color: rgb(249 115 22 / 0.85);
  }

  .md\:border-s-orange-500\/90 {
    border-inline-start-color: rgb(249 115 22 / 0.9);
  }

  .md\:border-s-orange-500\/95 {
    border-inline-start-color: rgb(249 115 22 / 0.95);
  }

  .md\:border-s-orange-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(234 88 12 / var(--tw-border-opacity));
  }

  .md\:border-s-orange-600\/0 {
    border-inline-start-color: rgb(234 88 12 / 0);
  }

  .md\:border-s-orange-600\/10 {
    border-inline-start-color: rgb(234 88 12 / 0.1);
  }

  .md\:border-s-orange-600\/100 {
    border-inline-start-color: rgb(234 88 12 / 1);
  }

  .md\:border-s-orange-600\/15 {
    border-inline-start-color: rgb(234 88 12 / 0.15);
  }

  .md\:border-s-orange-600\/20 {
    border-inline-start-color: rgb(234 88 12 / 0.2);
  }

  .md\:border-s-orange-600\/25 {
    border-inline-start-color: rgb(234 88 12 / 0.25);
  }

  .md\:border-s-orange-600\/30 {
    border-inline-start-color: rgb(234 88 12 / 0.3);
  }

  .md\:border-s-orange-600\/35 {
    border-inline-start-color: rgb(234 88 12 / 0.35);
  }

  .md\:border-s-orange-600\/40 {
    border-inline-start-color: rgb(234 88 12 / 0.4);
  }

  .md\:border-s-orange-600\/45 {
    border-inline-start-color: rgb(234 88 12 / 0.45);
  }

  .md\:border-s-orange-600\/5 {
    border-inline-start-color: rgb(234 88 12 / 0.05);
  }

  .md\:border-s-orange-600\/50 {
    border-inline-start-color: rgb(234 88 12 / 0.5);
  }

  .md\:border-s-orange-600\/55 {
    border-inline-start-color: rgb(234 88 12 / 0.55);
  }

  .md\:border-s-orange-600\/60 {
    border-inline-start-color: rgb(234 88 12 / 0.6);
  }

  .md\:border-s-orange-600\/65 {
    border-inline-start-color: rgb(234 88 12 / 0.65);
  }

  .md\:border-s-orange-600\/70 {
    border-inline-start-color: rgb(234 88 12 / 0.7);
  }

  .md\:border-s-orange-600\/75 {
    border-inline-start-color: rgb(234 88 12 / 0.75);
  }

  .md\:border-s-orange-600\/80 {
    border-inline-start-color: rgb(234 88 12 / 0.8);
  }

  .md\:border-s-orange-600\/85 {
    border-inline-start-color: rgb(234 88 12 / 0.85);
  }

  .md\:border-s-orange-600\/90 {
    border-inline-start-color: rgb(234 88 12 / 0.9);
  }

  .md\:border-s-orange-600\/95 {
    border-inline-start-color: rgb(234 88 12 / 0.95);
  }

  .md\:border-s-orange-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(194 65 12 / var(--tw-border-opacity));
  }

  .md\:border-s-orange-700\/0 {
    border-inline-start-color: rgb(194 65 12 / 0);
  }

  .md\:border-s-orange-700\/10 {
    border-inline-start-color: rgb(194 65 12 / 0.1);
  }

  .md\:border-s-orange-700\/100 {
    border-inline-start-color: rgb(194 65 12 / 1);
  }

  .md\:border-s-orange-700\/15 {
    border-inline-start-color: rgb(194 65 12 / 0.15);
  }

  .md\:border-s-orange-700\/20 {
    border-inline-start-color: rgb(194 65 12 / 0.2);
  }

  .md\:border-s-orange-700\/25 {
    border-inline-start-color: rgb(194 65 12 / 0.25);
  }

  .md\:border-s-orange-700\/30 {
    border-inline-start-color: rgb(194 65 12 / 0.3);
  }

  .md\:border-s-orange-700\/35 {
    border-inline-start-color: rgb(194 65 12 / 0.35);
  }

  .md\:border-s-orange-700\/40 {
    border-inline-start-color: rgb(194 65 12 / 0.4);
  }

  .md\:border-s-orange-700\/45 {
    border-inline-start-color: rgb(194 65 12 / 0.45);
  }

  .md\:border-s-orange-700\/5 {
    border-inline-start-color: rgb(194 65 12 / 0.05);
  }

  .md\:border-s-orange-700\/50 {
    border-inline-start-color: rgb(194 65 12 / 0.5);
  }

  .md\:border-s-orange-700\/55 {
    border-inline-start-color: rgb(194 65 12 / 0.55);
  }

  .md\:border-s-orange-700\/60 {
    border-inline-start-color: rgb(194 65 12 / 0.6);
  }

  .md\:border-s-orange-700\/65 {
    border-inline-start-color: rgb(194 65 12 / 0.65);
  }

  .md\:border-s-orange-700\/70 {
    border-inline-start-color: rgb(194 65 12 / 0.7);
  }

  .md\:border-s-orange-700\/75 {
    border-inline-start-color: rgb(194 65 12 / 0.75);
  }

  .md\:border-s-orange-700\/80 {
    border-inline-start-color: rgb(194 65 12 / 0.8);
  }

  .md\:border-s-orange-700\/85 {
    border-inline-start-color: rgb(194 65 12 / 0.85);
  }

  .md\:border-s-orange-700\/90 {
    border-inline-start-color: rgb(194 65 12 / 0.9);
  }

  .md\:border-s-orange-700\/95 {
    border-inline-start-color: rgb(194 65 12 / 0.95);
  }

  .md\:border-s-orange-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(154 52 18 / var(--tw-border-opacity));
  }

  .md\:border-s-orange-800\/0 {
    border-inline-start-color: rgb(154 52 18 / 0);
  }

  .md\:border-s-orange-800\/10 {
    border-inline-start-color: rgb(154 52 18 / 0.1);
  }

  .md\:border-s-orange-800\/100 {
    border-inline-start-color: rgb(154 52 18 / 1);
  }

  .md\:border-s-orange-800\/15 {
    border-inline-start-color: rgb(154 52 18 / 0.15);
  }

  .md\:border-s-orange-800\/20 {
    border-inline-start-color: rgb(154 52 18 / 0.2);
  }

  .md\:border-s-orange-800\/25 {
    border-inline-start-color: rgb(154 52 18 / 0.25);
  }

  .md\:border-s-orange-800\/30 {
    border-inline-start-color: rgb(154 52 18 / 0.3);
  }

  .md\:border-s-orange-800\/35 {
    border-inline-start-color: rgb(154 52 18 / 0.35);
  }

  .md\:border-s-orange-800\/40 {
    border-inline-start-color: rgb(154 52 18 / 0.4);
  }

  .md\:border-s-orange-800\/45 {
    border-inline-start-color: rgb(154 52 18 / 0.45);
  }

  .md\:border-s-orange-800\/5 {
    border-inline-start-color: rgb(154 52 18 / 0.05);
  }

  .md\:border-s-orange-800\/50 {
    border-inline-start-color: rgb(154 52 18 / 0.5);
  }

  .md\:border-s-orange-800\/55 {
    border-inline-start-color: rgb(154 52 18 / 0.55);
  }

  .md\:border-s-orange-800\/60 {
    border-inline-start-color: rgb(154 52 18 / 0.6);
  }

  .md\:border-s-orange-800\/65 {
    border-inline-start-color: rgb(154 52 18 / 0.65);
  }

  .md\:border-s-orange-800\/70 {
    border-inline-start-color: rgb(154 52 18 / 0.7);
  }

  .md\:border-s-orange-800\/75 {
    border-inline-start-color: rgb(154 52 18 / 0.75);
  }

  .md\:border-s-orange-800\/80 {
    border-inline-start-color: rgb(154 52 18 / 0.8);
  }

  .md\:border-s-orange-800\/85 {
    border-inline-start-color: rgb(154 52 18 / 0.85);
  }

  .md\:border-s-orange-800\/90 {
    border-inline-start-color: rgb(154 52 18 / 0.9);
  }

  .md\:border-s-orange-800\/95 {
    border-inline-start-color: rgb(154 52 18 / 0.95);
  }

  .md\:border-s-orange-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(124 45 18 / var(--tw-border-opacity));
  }

  .md\:border-s-orange-900\/0 {
    border-inline-start-color: rgb(124 45 18 / 0);
  }

  .md\:border-s-orange-900\/10 {
    border-inline-start-color: rgb(124 45 18 / 0.1);
  }

  .md\:border-s-orange-900\/100 {
    border-inline-start-color: rgb(124 45 18 / 1);
  }

  .md\:border-s-orange-900\/15 {
    border-inline-start-color: rgb(124 45 18 / 0.15);
  }

  .md\:border-s-orange-900\/20 {
    border-inline-start-color: rgb(124 45 18 / 0.2);
  }

  .md\:border-s-orange-900\/25 {
    border-inline-start-color: rgb(124 45 18 / 0.25);
  }

  .md\:border-s-orange-900\/30 {
    border-inline-start-color: rgb(124 45 18 / 0.3);
  }

  .md\:border-s-orange-900\/35 {
    border-inline-start-color: rgb(124 45 18 / 0.35);
  }

  .md\:border-s-orange-900\/40 {
    border-inline-start-color: rgb(124 45 18 / 0.4);
  }

  .md\:border-s-orange-900\/45 {
    border-inline-start-color: rgb(124 45 18 / 0.45);
  }

  .md\:border-s-orange-900\/5 {
    border-inline-start-color: rgb(124 45 18 / 0.05);
  }

  .md\:border-s-orange-900\/50 {
    border-inline-start-color: rgb(124 45 18 / 0.5);
  }

  .md\:border-s-orange-900\/55 {
    border-inline-start-color: rgb(124 45 18 / 0.55);
  }

  .md\:border-s-orange-900\/60 {
    border-inline-start-color: rgb(124 45 18 / 0.6);
  }

  .md\:border-s-orange-900\/65 {
    border-inline-start-color: rgb(124 45 18 / 0.65);
  }

  .md\:border-s-orange-900\/70 {
    border-inline-start-color: rgb(124 45 18 / 0.7);
  }

  .md\:border-s-orange-900\/75 {
    border-inline-start-color: rgb(124 45 18 / 0.75);
  }

  .md\:border-s-orange-900\/80 {
    border-inline-start-color: rgb(124 45 18 / 0.8);
  }

  .md\:border-s-orange-900\/85 {
    border-inline-start-color: rgb(124 45 18 / 0.85);
  }

  .md\:border-s-orange-900\/90 {
    border-inline-start-color: rgb(124 45 18 / 0.9);
  }

  .md\:border-s-orange-900\/95 {
    border-inline-start-color: rgb(124 45 18 / 0.95);
  }

  .md\:border-s-orange-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(67 20 7 / var(--tw-border-opacity));
  }

  .md\:border-s-orange-950\/0 {
    border-inline-start-color: rgb(67 20 7 / 0);
  }

  .md\:border-s-orange-950\/10 {
    border-inline-start-color: rgb(67 20 7 / 0.1);
  }

  .md\:border-s-orange-950\/100 {
    border-inline-start-color: rgb(67 20 7 / 1);
  }

  .md\:border-s-orange-950\/15 {
    border-inline-start-color: rgb(67 20 7 / 0.15);
  }

  .md\:border-s-orange-950\/20 {
    border-inline-start-color: rgb(67 20 7 / 0.2);
  }

  .md\:border-s-orange-950\/25 {
    border-inline-start-color: rgb(67 20 7 / 0.25);
  }

  .md\:border-s-orange-950\/30 {
    border-inline-start-color: rgb(67 20 7 / 0.3);
  }

  .md\:border-s-orange-950\/35 {
    border-inline-start-color: rgb(67 20 7 / 0.35);
  }

  .md\:border-s-orange-950\/40 {
    border-inline-start-color: rgb(67 20 7 / 0.4);
  }

  .md\:border-s-orange-950\/45 {
    border-inline-start-color: rgb(67 20 7 / 0.45);
  }

  .md\:border-s-orange-950\/5 {
    border-inline-start-color: rgb(67 20 7 / 0.05);
  }

  .md\:border-s-orange-950\/50 {
    border-inline-start-color: rgb(67 20 7 / 0.5);
  }

  .md\:border-s-orange-950\/55 {
    border-inline-start-color: rgb(67 20 7 / 0.55);
  }

  .md\:border-s-orange-950\/60 {
    border-inline-start-color: rgb(67 20 7 / 0.6);
  }

  .md\:border-s-orange-950\/65 {
    border-inline-start-color: rgb(67 20 7 / 0.65);
  }

  .md\:border-s-orange-950\/70 {
    border-inline-start-color: rgb(67 20 7 / 0.7);
  }

  .md\:border-s-orange-950\/75 {
    border-inline-start-color: rgb(67 20 7 / 0.75);
  }

  .md\:border-s-orange-950\/80 {
    border-inline-start-color: rgb(67 20 7 / 0.8);
  }

  .md\:border-s-orange-950\/85 {
    border-inline-start-color: rgb(67 20 7 / 0.85);
  }

  .md\:border-s-orange-950\/90 {
    border-inline-start-color: rgb(67 20 7 / 0.9);
  }

  .md\:border-s-orange-950\/95 {
    border-inline-start-color: rgb(67 20 7 / 0.95);
  }

  .md\:border-s-pink-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(252 231 243 / var(--tw-border-opacity));
  }

  .md\:border-s-pink-100\/0 {
    border-inline-start-color: rgb(252 231 243 / 0);
  }

  .md\:border-s-pink-100\/10 {
    border-inline-start-color: rgb(252 231 243 / 0.1);
  }

  .md\:border-s-pink-100\/100 {
    border-inline-start-color: rgb(252 231 243 / 1);
  }

  .md\:border-s-pink-100\/15 {
    border-inline-start-color: rgb(252 231 243 / 0.15);
  }

  .md\:border-s-pink-100\/20 {
    border-inline-start-color: rgb(252 231 243 / 0.2);
  }

  .md\:border-s-pink-100\/25 {
    border-inline-start-color: rgb(252 231 243 / 0.25);
  }

  .md\:border-s-pink-100\/30 {
    border-inline-start-color: rgb(252 231 243 / 0.3);
  }

  .md\:border-s-pink-100\/35 {
    border-inline-start-color: rgb(252 231 243 / 0.35);
  }

  .md\:border-s-pink-100\/40 {
    border-inline-start-color: rgb(252 231 243 / 0.4);
  }

  .md\:border-s-pink-100\/45 {
    border-inline-start-color: rgb(252 231 243 / 0.45);
  }

  .md\:border-s-pink-100\/5 {
    border-inline-start-color: rgb(252 231 243 / 0.05);
  }

  .md\:border-s-pink-100\/50 {
    border-inline-start-color: rgb(252 231 243 / 0.5);
  }

  .md\:border-s-pink-100\/55 {
    border-inline-start-color: rgb(252 231 243 / 0.55);
  }

  .md\:border-s-pink-100\/60 {
    border-inline-start-color: rgb(252 231 243 / 0.6);
  }

  .md\:border-s-pink-100\/65 {
    border-inline-start-color: rgb(252 231 243 / 0.65);
  }

  .md\:border-s-pink-100\/70 {
    border-inline-start-color: rgb(252 231 243 / 0.7);
  }

  .md\:border-s-pink-100\/75 {
    border-inline-start-color: rgb(252 231 243 / 0.75);
  }

  .md\:border-s-pink-100\/80 {
    border-inline-start-color: rgb(252 231 243 / 0.8);
  }

  .md\:border-s-pink-100\/85 {
    border-inline-start-color: rgb(252 231 243 / 0.85);
  }

  .md\:border-s-pink-100\/90 {
    border-inline-start-color: rgb(252 231 243 / 0.9);
  }

  .md\:border-s-pink-100\/95 {
    border-inline-start-color: rgb(252 231 243 / 0.95);
  }

  .md\:border-s-pink-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(251 207 232 / var(--tw-border-opacity));
  }

  .md\:border-s-pink-200\/0 {
    border-inline-start-color: rgb(251 207 232 / 0);
  }

  .md\:border-s-pink-200\/10 {
    border-inline-start-color: rgb(251 207 232 / 0.1);
  }

  .md\:border-s-pink-200\/100 {
    border-inline-start-color: rgb(251 207 232 / 1);
  }

  .md\:border-s-pink-200\/15 {
    border-inline-start-color: rgb(251 207 232 / 0.15);
  }

  .md\:border-s-pink-200\/20 {
    border-inline-start-color: rgb(251 207 232 / 0.2);
  }

  .md\:border-s-pink-200\/25 {
    border-inline-start-color: rgb(251 207 232 / 0.25);
  }

  .md\:border-s-pink-200\/30 {
    border-inline-start-color: rgb(251 207 232 / 0.3);
  }

  .md\:border-s-pink-200\/35 {
    border-inline-start-color: rgb(251 207 232 / 0.35);
  }

  .md\:border-s-pink-200\/40 {
    border-inline-start-color: rgb(251 207 232 / 0.4);
  }

  .md\:border-s-pink-200\/45 {
    border-inline-start-color: rgb(251 207 232 / 0.45);
  }

  .md\:border-s-pink-200\/5 {
    border-inline-start-color: rgb(251 207 232 / 0.05);
  }

  .md\:border-s-pink-200\/50 {
    border-inline-start-color: rgb(251 207 232 / 0.5);
  }

  .md\:border-s-pink-200\/55 {
    border-inline-start-color: rgb(251 207 232 / 0.55);
  }

  .md\:border-s-pink-200\/60 {
    border-inline-start-color: rgb(251 207 232 / 0.6);
  }

  .md\:border-s-pink-200\/65 {
    border-inline-start-color: rgb(251 207 232 / 0.65);
  }

  .md\:border-s-pink-200\/70 {
    border-inline-start-color: rgb(251 207 232 / 0.7);
  }

  .md\:border-s-pink-200\/75 {
    border-inline-start-color: rgb(251 207 232 / 0.75);
  }

  .md\:border-s-pink-200\/80 {
    border-inline-start-color: rgb(251 207 232 / 0.8);
  }

  .md\:border-s-pink-200\/85 {
    border-inline-start-color: rgb(251 207 232 / 0.85);
  }

  .md\:border-s-pink-200\/90 {
    border-inline-start-color: rgb(251 207 232 / 0.9);
  }

  .md\:border-s-pink-200\/95 {
    border-inline-start-color: rgb(251 207 232 / 0.95);
  }

  .md\:border-s-pink-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(249 168 212 / var(--tw-border-opacity));
  }

  .md\:border-s-pink-300\/0 {
    border-inline-start-color: rgb(249 168 212 / 0);
  }

  .md\:border-s-pink-300\/10 {
    border-inline-start-color: rgb(249 168 212 / 0.1);
  }

  .md\:border-s-pink-300\/100 {
    border-inline-start-color: rgb(249 168 212 / 1);
  }

  .md\:border-s-pink-300\/15 {
    border-inline-start-color: rgb(249 168 212 / 0.15);
  }

  .md\:border-s-pink-300\/20 {
    border-inline-start-color: rgb(249 168 212 / 0.2);
  }

  .md\:border-s-pink-300\/25 {
    border-inline-start-color: rgb(249 168 212 / 0.25);
  }

  .md\:border-s-pink-300\/30 {
    border-inline-start-color: rgb(249 168 212 / 0.3);
  }

  .md\:border-s-pink-300\/35 {
    border-inline-start-color: rgb(249 168 212 / 0.35);
  }

  .md\:border-s-pink-300\/40 {
    border-inline-start-color: rgb(249 168 212 / 0.4);
  }

  .md\:border-s-pink-300\/45 {
    border-inline-start-color: rgb(249 168 212 / 0.45);
  }

  .md\:border-s-pink-300\/5 {
    border-inline-start-color: rgb(249 168 212 / 0.05);
  }

  .md\:border-s-pink-300\/50 {
    border-inline-start-color: rgb(249 168 212 / 0.5);
  }

  .md\:border-s-pink-300\/55 {
    border-inline-start-color: rgb(249 168 212 / 0.55);
  }

  .md\:border-s-pink-300\/60 {
    border-inline-start-color: rgb(249 168 212 / 0.6);
  }

  .md\:border-s-pink-300\/65 {
    border-inline-start-color: rgb(249 168 212 / 0.65);
  }

  .md\:border-s-pink-300\/70 {
    border-inline-start-color: rgb(249 168 212 / 0.7);
  }

  .md\:border-s-pink-300\/75 {
    border-inline-start-color: rgb(249 168 212 / 0.75);
  }

  .md\:border-s-pink-300\/80 {
    border-inline-start-color: rgb(249 168 212 / 0.8);
  }

  .md\:border-s-pink-300\/85 {
    border-inline-start-color: rgb(249 168 212 / 0.85);
  }

  .md\:border-s-pink-300\/90 {
    border-inline-start-color: rgb(249 168 212 / 0.9);
  }

  .md\:border-s-pink-300\/95 {
    border-inline-start-color: rgb(249 168 212 / 0.95);
  }

  .md\:border-s-pink-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(244 114 182 / var(--tw-border-opacity));
  }

  .md\:border-s-pink-400\/0 {
    border-inline-start-color: rgb(244 114 182 / 0);
  }

  .md\:border-s-pink-400\/10 {
    border-inline-start-color: rgb(244 114 182 / 0.1);
  }

  .md\:border-s-pink-400\/100 {
    border-inline-start-color: rgb(244 114 182 / 1);
  }

  .md\:border-s-pink-400\/15 {
    border-inline-start-color: rgb(244 114 182 / 0.15);
  }

  .md\:border-s-pink-400\/20 {
    border-inline-start-color: rgb(244 114 182 / 0.2);
  }

  .md\:border-s-pink-400\/25 {
    border-inline-start-color: rgb(244 114 182 / 0.25);
  }

  .md\:border-s-pink-400\/30 {
    border-inline-start-color: rgb(244 114 182 / 0.3);
  }

  .md\:border-s-pink-400\/35 {
    border-inline-start-color: rgb(244 114 182 / 0.35);
  }

  .md\:border-s-pink-400\/40 {
    border-inline-start-color: rgb(244 114 182 / 0.4);
  }

  .md\:border-s-pink-400\/45 {
    border-inline-start-color: rgb(244 114 182 / 0.45);
  }

  .md\:border-s-pink-400\/5 {
    border-inline-start-color: rgb(244 114 182 / 0.05);
  }

  .md\:border-s-pink-400\/50 {
    border-inline-start-color: rgb(244 114 182 / 0.5);
  }

  .md\:border-s-pink-400\/55 {
    border-inline-start-color: rgb(244 114 182 / 0.55);
  }

  .md\:border-s-pink-400\/60 {
    border-inline-start-color: rgb(244 114 182 / 0.6);
  }

  .md\:border-s-pink-400\/65 {
    border-inline-start-color: rgb(244 114 182 / 0.65);
  }

  .md\:border-s-pink-400\/70 {
    border-inline-start-color: rgb(244 114 182 / 0.7);
  }

  .md\:border-s-pink-400\/75 {
    border-inline-start-color: rgb(244 114 182 / 0.75);
  }

  .md\:border-s-pink-400\/80 {
    border-inline-start-color: rgb(244 114 182 / 0.8);
  }

  .md\:border-s-pink-400\/85 {
    border-inline-start-color: rgb(244 114 182 / 0.85);
  }

  .md\:border-s-pink-400\/90 {
    border-inline-start-color: rgb(244 114 182 / 0.9);
  }

  .md\:border-s-pink-400\/95 {
    border-inline-start-color: rgb(244 114 182 / 0.95);
  }

  .md\:border-s-pink-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(253 242 248 / var(--tw-border-opacity));
  }

  .md\:border-s-pink-50\/0 {
    border-inline-start-color: rgb(253 242 248 / 0);
  }

  .md\:border-s-pink-50\/10 {
    border-inline-start-color: rgb(253 242 248 / 0.1);
  }

  .md\:border-s-pink-50\/100 {
    border-inline-start-color: rgb(253 242 248 / 1);
  }

  .md\:border-s-pink-50\/15 {
    border-inline-start-color: rgb(253 242 248 / 0.15);
  }

  .md\:border-s-pink-50\/20 {
    border-inline-start-color: rgb(253 242 248 / 0.2);
  }

  .md\:border-s-pink-50\/25 {
    border-inline-start-color: rgb(253 242 248 / 0.25);
  }

  .md\:border-s-pink-50\/30 {
    border-inline-start-color: rgb(253 242 248 / 0.3);
  }

  .md\:border-s-pink-50\/35 {
    border-inline-start-color: rgb(253 242 248 / 0.35);
  }

  .md\:border-s-pink-50\/40 {
    border-inline-start-color: rgb(253 242 248 / 0.4);
  }

  .md\:border-s-pink-50\/45 {
    border-inline-start-color: rgb(253 242 248 / 0.45);
  }

  .md\:border-s-pink-50\/5 {
    border-inline-start-color: rgb(253 242 248 / 0.05);
  }

  .md\:border-s-pink-50\/50 {
    border-inline-start-color: rgb(253 242 248 / 0.5);
  }

  .md\:border-s-pink-50\/55 {
    border-inline-start-color: rgb(253 242 248 / 0.55);
  }

  .md\:border-s-pink-50\/60 {
    border-inline-start-color: rgb(253 242 248 / 0.6);
  }

  .md\:border-s-pink-50\/65 {
    border-inline-start-color: rgb(253 242 248 / 0.65);
  }

  .md\:border-s-pink-50\/70 {
    border-inline-start-color: rgb(253 242 248 / 0.7);
  }

  .md\:border-s-pink-50\/75 {
    border-inline-start-color: rgb(253 242 248 / 0.75);
  }

  .md\:border-s-pink-50\/80 {
    border-inline-start-color: rgb(253 242 248 / 0.8);
  }

  .md\:border-s-pink-50\/85 {
    border-inline-start-color: rgb(253 242 248 / 0.85);
  }

  .md\:border-s-pink-50\/90 {
    border-inline-start-color: rgb(253 242 248 / 0.9);
  }

  .md\:border-s-pink-50\/95 {
    border-inline-start-color: rgb(253 242 248 / 0.95);
  }

  .md\:border-s-pink-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(236 72 153 / var(--tw-border-opacity));
  }

  .md\:border-s-pink-500\/0 {
    border-inline-start-color: rgb(236 72 153 / 0);
  }

  .md\:border-s-pink-500\/10 {
    border-inline-start-color: rgb(236 72 153 / 0.1);
  }

  .md\:border-s-pink-500\/100 {
    border-inline-start-color: rgb(236 72 153 / 1);
  }

  .md\:border-s-pink-500\/15 {
    border-inline-start-color: rgb(236 72 153 / 0.15);
  }

  .md\:border-s-pink-500\/20 {
    border-inline-start-color: rgb(236 72 153 / 0.2);
  }

  .md\:border-s-pink-500\/25 {
    border-inline-start-color: rgb(236 72 153 / 0.25);
  }

  .md\:border-s-pink-500\/30 {
    border-inline-start-color: rgb(236 72 153 / 0.3);
  }

  .md\:border-s-pink-500\/35 {
    border-inline-start-color: rgb(236 72 153 / 0.35);
  }

  .md\:border-s-pink-500\/40 {
    border-inline-start-color: rgb(236 72 153 / 0.4);
  }

  .md\:border-s-pink-500\/45 {
    border-inline-start-color: rgb(236 72 153 / 0.45);
  }

  .md\:border-s-pink-500\/5 {
    border-inline-start-color: rgb(236 72 153 / 0.05);
  }

  .md\:border-s-pink-500\/50 {
    border-inline-start-color: rgb(236 72 153 / 0.5);
  }

  .md\:border-s-pink-500\/55 {
    border-inline-start-color: rgb(236 72 153 / 0.55);
  }

  .md\:border-s-pink-500\/60 {
    border-inline-start-color: rgb(236 72 153 / 0.6);
  }

  .md\:border-s-pink-500\/65 {
    border-inline-start-color: rgb(236 72 153 / 0.65);
  }

  .md\:border-s-pink-500\/70 {
    border-inline-start-color: rgb(236 72 153 / 0.7);
  }

  .md\:border-s-pink-500\/75 {
    border-inline-start-color: rgb(236 72 153 / 0.75);
  }

  .md\:border-s-pink-500\/80 {
    border-inline-start-color: rgb(236 72 153 / 0.8);
  }

  .md\:border-s-pink-500\/85 {
    border-inline-start-color: rgb(236 72 153 / 0.85);
  }

  .md\:border-s-pink-500\/90 {
    border-inline-start-color: rgb(236 72 153 / 0.9);
  }

  .md\:border-s-pink-500\/95 {
    border-inline-start-color: rgb(236 72 153 / 0.95);
  }

  .md\:border-s-pink-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(219 39 119 / var(--tw-border-opacity));
  }

  .md\:border-s-pink-600\/0 {
    border-inline-start-color: rgb(219 39 119 / 0);
  }

  .md\:border-s-pink-600\/10 {
    border-inline-start-color: rgb(219 39 119 / 0.1);
  }

  .md\:border-s-pink-600\/100 {
    border-inline-start-color: rgb(219 39 119 / 1);
  }

  .md\:border-s-pink-600\/15 {
    border-inline-start-color: rgb(219 39 119 / 0.15);
  }

  .md\:border-s-pink-600\/20 {
    border-inline-start-color: rgb(219 39 119 / 0.2);
  }

  .md\:border-s-pink-600\/25 {
    border-inline-start-color: rgb(219 39 119 / 0.25);
  }

  .md\:border-s-pink-600\/30 {
    border-inline-start-color: rgb(219 39 119 / 0.3);
  }

  .md\:border-s-pink-600\/35 {
    border-inline-start-color: rgb(219 39 119 / 0.35);
  }

  .md\:border-s-pink-600\/40 {
    border-inline-start-color: rgb(219 39 119 / 0.4);
  }

  .md\:border-s-pink-600\/45 {
    border-inline-start-color: rgb(219 39 119 / 0.45);
  }

  .md\:border-s-pink-600\/5 {
    border-inline-start-color: rgb(219 39 119 / 0.05);
  }

  .md\:border-s-pink-600\/50 {
    border-inline-start-color: rgb(219 39 119 / 0.5);
  }

  .md\:border-s-pink-600\/55 {
    border-inline-start-color: rgb(219 39 119 / 0.55);
  }

  .md\:border-s-pink-600\/60 {
    border-inline-start-color: rgb(219 39 119 / 0.6);
  }

  .md\:border-s-pink-600\/65 {
    border-inline-start-color: rgb(219 39 119 / 0.65);
  }

  .md\:border-s-pink-600\/70 {
    border-inline-start-color: rgb(219 39 119 / 0.7);
  }

  .md\:border-s-pink-600\/75 {
    border-inline-start-color: rgb(219 39 119 / 0.75);
  }

  .md\:border-s-pink-600\/80 {
    border-inline-start-color: rgb(219 39 119 / 0.8);
  }

  .md\:border-s-pink-600\/85 {
    border-inline-start-color: rgb(219 39 119 / 0.85);
  }

  .md\:border-s-pink-600\/90 {
    border-inline-start-color: rgb(219 39 119 / 0.9);
  }

  .md\:border-s-pink-600\/95 {
    border-inline-start-color: rgb(219 39 119 / 0.95);
  }

  .md\:border-s-pink-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(190 24 93 / var(--tw-border-opacity));
  }

  .md\:border-s-pink-700\/0 {
    border-inline-start-color: rgb(190 24 93 / 0);
  }

  .md\:border-s-pink-700\/10 {
    border-inline-start-color: rgb(190 24 93 / 0.1);
  }

  .md\:border-s-pink-700\/100 {
    border-inline-start-color: rgb(190 24 93 / 1);
  }

  .md\:border-s-pink-700\/15 {
    border-inline-start-color: rgb(190 24 93 / 0.15);
  }

  .md\:border-s-pink-700\/20 {
    border-inline-start-color: rgb(190 24 93 / 0.2);
  }

  .md\:border-s-pink-700\/25 {
    border-inline-start-color: rgb(190 24 93 / 0.25);
  }

  .md\:border-s-pink-700\/30 {
    border-inline-start-color: rgb(190 24 93 / 0.3);
  }

  .md\:border-s-pink-700\/35 {
    border-inline-start-color: rgb(190 24 93 / 0.35);
  }

  .md\:border-s-pink-700\/40 {
    border-inline-start-color: rgb(190 24 93 / 0.4);
  }

  .md\:border-s-pink-700\/45 {
    border-inline-start-color: rgb(190 24 93 / 0.45);
  }

  .md\:border-s-pink-700\/5 {
    border-inline-start-color: rgb(190 24 93 / 0.05);
  }

  .md\:border-s-pink-700\/50 {
    border-inline-start-color: rgb(190 24 93 / 0.5);
  }

  .md\:border-s-pink-700\/55 {
    border-inline-start-color: rgb(190 24 93 / 0.55);
  }

  .md\:border-s-pink-700\/60 {
    border-inline-start-color: rgb(190 24 93 / 0.6);
  }

  .md\:border-s-pink-700\/65 {
    border-inline-start-color: rgb(190 24 93 / 0.65);
  }

  .md\:border-s-pink-700\/70 {
    border-inline-start-color: rgb(190 24 93 / 0.7);
  }

  .md\:border-s-pink-700\/75 {
    border-inline-start-color: rgb(190 24 93 / 0.75);
  }

  .md\:border-s-pink-700\/80 {
    border-inline-start-color: rgb(190 24 93 / 0.8);
  }

  .md\:border-s-pink-700\/85 {
    border-inline-start-color: rgb(190 24 93 / 0.85);
  }

  .md\:border-s-pink-700\/90 {
    border-inline-start-color: rgb(190 24 93 / 0.9);
  }

  .md\:border-s-pink-700\/95 {
    border-inline-start-color: rgb(190 24 93 / 0.95);
  }

  .md\:border-s-pink-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(157 23 77 / var(--tw-border-opacity));
  }

  .md\:border-s-pink-800\/0 {
    border-inline-start-color: rgb(157 23 77 / 0);
  }

  .md\:border-s-pink-800\/10 {
    border-inline-start-color: rgb(157 23 77 / 0.1);
  }

  .md\:border-s-pink-800\/100 {
    border-inline-start-color: rgb(157 23 77 / 1);
  }

  .md\:border-s-pink-800\/15 {
    border-inline-start-color: rgb(157 23 77 / 0.15);
  }

  .md\:border-s-pink-800\/20 {
    border-inline-start-color: rgb(157 23 77 / 0.2);
  }

  .md\:border-s-pink-800\/25 {
    border-inline-start-color: rgb(157 23 77 / 0.25);
  }

  .md\:border-s-pink-800\/30 {
    border-inline-start-color: rgb(157 23 77 / 0.3);
  }

  .md\:border-s-pink-800\/35 {
    border-inline-start-color: rgb(157 23 77 / 0.35);
  }

  .md\:border-s-pink-800\/40 {
    border-inline-start-color: rgb(157 23 77 / 0.4);
  }

  .md\:border-s-pink-800\/45 {
    border-inline-start-color: rgb(157 23 77 / 0.45);
  }

  .md\:border-s-pink-800\/5 {
    border-inline-start-color: rgb(157 23 77 / 0.05);
  }

  .md\:border-s-pink-800\/50 {
    border-inline-start-color: rgb(157 23 77 / 0.5);
  }

  .md\:border-s-pink-800\/55 {
    border-inline-start-color: rgb(157 23 77 / 0.55);
  }

  .md\:border-s-pink-800\/60 {
    border-inline-start-color: rgb(157 23 77 / 0.6);
  }

  .md\:border-s-pink-800\/65 {
    border-inline-start-color: rgb(157 23 77 / 0.65);
  }

  .md\:border-s-pink-800\/70 {
    border-inline-start-color: rgb(157 23 77 / 0.7);
  }

  .md\:border-s-pink-800\/75 {
    border-inline-start-color: rgb(157 23 77 / 0.75);
  }

  .md\:border-s-pink-800\/80 {
    border-inline-start-color: rgb(157 23 77 / 0.8);
  }

  .md\:border-s-pink-800\/85 {
    border-inline-start-color: rgb(157 23 77 / 0.85);
  }

  .md\:border-s-pink-800\/90 {
    border-inline-start-color: rgb(157 23 77 / 0.9);
  }

  .md\:border-s-pink-800\/95 {
    border-inline-start-color: rgb(157 23 77 / 0.95);
  }

  .md\:border-s-pink-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(131 24 67 / var(--tw-border-opacity));
  }

  .md\:border-s-pink-900\/0 {
    border-inline-start-color: rgb(131 24 67 / 0);
  }

  .md\:border-s-pink-900\/10 {
    border-inline-start-color: rgb(131 24 67 / 0.1);
  }

  .md\:border-s-pink-900\/100 {
    border-inline-start-color: rgb(131 24 67 / 1);
  }

  .md\:border-s-pink-900\/15 {
    border-inline-start-color: rgb(131 24 67 / 0.15);
  }

  .md\:border-s-pink-900\/20 {
    border-inline-start-color: rgb(131 24 67 / 0.2);
  }

  .md\:border-s-pink-900\/25 {
    border-inline-start-color: rgb(131 24 67 / 0.25);
  }

  .md\:border-s-pink-900\/30 {
    border-inline-start-color: rgb(131 24 67 / 0.3);
  }

  .md\:border-s-pink-900\/35 {
    border-inline-start-color: rgb(131 24 67 / 0.35);
  }

  .md\:border-s-pink-900\/40 {
    border-inline-start-color: rgb(131 24 67 / 0.4);
  }

  .md\:border-s-pink-900\/45 {
    border-inline-start-color: rgb(131 24 67 / 0.45);
  }

  .md\:border-s-pink-900\/5 {
    border-inline-start-color: rgb(131 24 67 / 0.05);
  }

  .md\:border-s-pink-900\/50 {
    border-inline-start-color: rgb(131 24 67 / 0.5);
  }

  .md\:border-s-pink-900\/55 {
    border-inline-start-color: rgb(131 24 67 / 0.55);
  }

  .md\:border-s-pink-900\/60 {
    border-inline-start-color: rgb(131 24 67 / 0.6);
  }

  .md\:border-s-pink-900\/65 {
    border-inline-start-color: rgb(131 24 67 / 0.65);
  }

  .md\:border-s-pink-900\/70 {
    border-inline-start-color: rgb(131 24 67 / 0.7);
  }

  .md\:border-s-pink-900\/75 {
    border-inline-start-color: rgb(131 24 67 / 0.75);
  }

  .md\:border-s-pink-900\/80 {
    border-inline-start-color: rgb(131 24 67 / 0.8);
  }

  .md\:border-s-pink-900\/85 {
    border-inline-start-color: rgb(131 24 67 / 0.85);
  }

  .md\:border-s-pink-900\/90 {
    border-inline-start-color: rgb(131 24 67 / 0.9);
  }

  .md\:border-s-pink-900\/95 {
    border-inline-start-color: rgb(131 24 67 / 0.95);
  }

  .md\:border-s-pink-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(80 7 36 / var(--tw-border-opacity));
  }

  .md\:border-s-pink-950\/0 {
    border-inline-start-color: rgb(80 7 36 / 0);
  }

  .md\:border-s-pink-950\/10 {
    border-inline-start-color: rgb(80 7 36 / 0.1);
  }

  .md\:border-s-pink-950\/100 {
    border-inline-start-color: rgb(80 7 36 / 1);
  }

  .md\:border-s-pink-950\/15 {
    border-inline-start-color: rgb(80 7 36 / 0.15);
  }

  .md\:border-s-pink-950\/20 {
    border-inline-start-color: rgb(80 7 36 / 0.2);
  }

  .md\:border-s-pink-950\/25 {
    border-inline-start-color: rgb(80 7 36 / 0.25);
  }

  .md\:border-s-pink-950\/30 {
    border-inline-start-color: rgb(80 7 36 / 0.3);
  }

  .md\:border-s-pink-950\/35 {
    border-inline-start-color: rgb(80 7 36 / 0.35);
  }

  .md\:border-s-pink-950\/40 {
    border-inline-start-color: rgb(80 7 36 / 0.4);
  }

  .md\:border-s-pink-950\/45 {
    border-inline-start-color: rgb(80 7 36 / 0.45);
  }

  .md\:border-s-pink-950\/5 {
    border-inline-start-color: rgb(80 7 36 / 0.05);
  }

  .md\:border-s-pink-950\/50 {
    border-inline-start-color: rgb(80 7 36 / 0.5);
  }

  .md\:border-s-pink-950\/55 {
    border-inline-start-color: rgb(80 7 36 / 0.55);
  }

  .md\:border-s-pink-950\/60 {
    border-inline-start-color: rgb(80 7 36 / 0.6);
  }

  .md\:border-s-pink-950\/65 {
    border-inline-start-color: rgb(80 7 36 / 0.65);
  }

  .md\:border-s-pink-950\/70 {
    border-inline-start-color: rgb(80 7 36 / 0.7);
  }

  .md\:border-s-pink-950\/75 {
    border-inline-start-color: rgb(80 7 36 / 0.75);
  }

  .md\:border-s-pink-950\/80 {
    border-inline-start-color: rgb(80 7 36 / 0.8);
  }

  .md\:border-s-pink-950\/85 {
    border-inline-start-color: rgb(80 7 36 / 0.85);
  }

  .md\:border-s-pink-950\/90 {
    border-inline-start-color: rgb(80 7 36 / 0.9);
  }

  .md\:border-s-pink-950\/95 {
    border-inline-start-color: rgb(80 7 36 / 0.95);
  }

  .md\:border-s-primary-100 {
    border-inline-start-color: var(--color-primary-100);
  }

  .md\:border-s-primary-200 {
    border-inline-start-color: var(--color-primary-200);
  }

  .md\:border-s-primary-300 {
    border-inline-start-color: var(--color-primary-300);
  }

  .md\:border-s-primary-400 {
    border-inline-start-color: var(--color-primary-400);
  }

  .md\:border-s-primary-50 {
    border-inline-start-color: var(--color-primary-50);
  }

  .md\:border-s-primary-500 {
    border-inline-start-color: var(--color-primary-500);
  }

  .md\:border-s-primary-600 {
    border-inline-start-color: var(--color-primary-600);
  }

  .md\:border-s-primary-700 {
    border-inline-start-color: var(--color-primary-700);
  }

  .md\:border-s-primary-800 {
    border-inline-start-color: var(--color-primary-800);
  }

  .md\:border-s-primary-900 {
    border-inline-start-color: var(--color-primary-900);
  }

  .md\:border-s-purple-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(243 232 255 / var(--tw-border-opacity));
  }

  .md\:border-s-purple-100\/0 {
    border-inline-start-color: rgb(243 232 255 / 0);
  }

  .md\:border-s-purple-100\/10 {
    border-inline-start-color: rgb(243 232 255 / 0.1);
  }

  .md\:border-s-purple-100\/100 {
    border-inline-start-color: rgb(243 232 255 / 1);
  }

  .md\:border-s-purple-100\/15 {
    border-inline-start-color: rgb(243 232 255 / 0.15);
  }

  .md\:border-s-purple-100\/20 {
    border-inline-start-color: rgb(243 232 255 / 0.2);
  }

  .md\:border-s-purple-100\/25 {
    border-inline-start-color: rgb(243 232 255 / 0.25);
  }

  .md\:border-s-purple-100\/30 {
    border-inline-start-color: rgb(243 232 255 / 0.3);
  }

  .md\:border-s-purple-100\/35 {
    border-inline-start-color: rgb(243 232 255 / 0.35);
  }

  .md\:border-s-purple-100\/40 {
    border-inline-start-color: rgb(243 232 255 / 0.4);
  }

  .md\:border-s-purple-100\/45 {
    border-inline-start-color: rgb(243 232 255 / 0.45);
  }

  .md\:border-s-purple-100\/5 {
    border-inline-start-color: rgb(243 232 255 / 0.05);
  }

  .md\:border-s-purple-100\/50 {
    border-inline-start-color: rgb(243 232 255 / 0.5);
  }

  .md\:border-s-purple-100\/55 {
    border-inline-start-color: rgb(243 232 255 / 0.55);
  }

  .md\:border-s-purple-100\/60 {
    border-inline-start-color: rgb(243 232 255 / 0.6);
  }

  .md\:border-s-purple-100\/65 {
    border-inline-start-color: rgb(243 232 255 / 0.65);
  }

  .md\:border-s-purple-100\/70 {
    border-inline-start-color: rgb(243 232 255 / 0.7);
  }

  .md\:border-s-purple-100\/75 {
    border-inline-start-color: rgb(243 232 255 / 0.75);
  }

  .md\:border-s-purple-100\/80 {
    border-inline-start-color: rgb(243 232 255 / 0.8);
  }

  .md\:border-s-purple-100\/85 {
    border-inline-start-color: rgb(243 232 255 / 0.85);
  }

  .md\:border-s-purple-100\/90 {
    border-inline-start-color: rgb(243 232 255 / 0.9);
  }

  .md\:border-s-purple-100\/95 {
    border-inline-start-color: rgb(243 232 255 / 0.95);
  }

  .md\:border-s-purple-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(233 213 255 / var(--tw-border-opacity));
  }

  .md\:border-s-purple-200\/0 {
    border-inline-start-color: rgb(233 213 255 / 0);
  }

  .md\:border-s-purple-200\/10 {
    border-inline-start-color: rgb(233 213 255 / 0.1);
  }

  .md\:border-s-purple-200\/100 {
    border-inline-start-color: rgb(233 213 255 / 1);
  }

  .md\:border-s-purple-200\/15 {
    border-inline-start-color: rgb(233 213 255 / 0.15);
  }

  .md\:border-s-purple-200\/20 {
    border-inline-start-color: rgb(233 213 255 / 0.2);
  }

  .md\:border-s-purple-200\/25 {
    border-inline-start-color: rgb(233 213 255 / 0.25);
  }

  .md\:border-s-purple-200\/30 {
    border-inline-start-color: rgb(233 213 255 / 0.3);
  }

  .md\:border-s-purple-200\/35 {
    border-inline-start-color: rgb(233 213 255 / 0.35);
  }

  .md\:border-s-purple-200\/40 {
    border-inline-start-color: rgb(233 213 255 / 0.4);
  }

  .md\:border-s-purple-200\/45 {
    border-inline-start-color: rgb(233 213 255 / 0.45);
  }

  .md\:border-s-purple-200\/5 {
    border-inline-start-color: rgb(233 213 255 / 0.05);
  }

  .md\:border-s-purple-200\/50 {
    border-inline-start-color: rgb(233 213 255 / 0.5);
  }

  .md\:border-s-purple-200\/55 {
    border-inline-start-color: rgb(233 213 255 / 0.55);
  }

  .md\:border-s-purple-200\/60 {
    border-inline-start-color: rgb(233 213 255 / 0.6);
  }

  .md\:border-s-purple-200\/65 {
    border-inline-start-color: rgb(233 213 255 / 0.65);
  }

  .md\:border-s-purple-200\/70 {
    border-inline-start-color: rgb(233 213 255 / 0.7);
  }

  .md\:border-s-purple-200\/75 {
    border-inline-start-color: rgb(233 213 255 / 0.75);
  }

  .md\:border-s-purple-200\/80 {
    border-inline-start-color: rgb(233 213 255 / 0.8);
  }

  .md\:border-s-purple-200\/85 {
    border-inline-start-color: rgb(233 213 255 / 0.85);
  }

  .md\:border-s-purple-200\/90 {
    border-inline-start-color: rgb(233 213 255 / 0.9);
  }

  .md\:border-s-purple-200\/95 {
    border-inline-start-color: rgb(233 213 255 / 0.95);
  }

  .md\:border-s-purple-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(216 180 254 / var(--tw-border-opacity));
  }

  .md\:border-s-purple-300\/0 {
    border-inline-start-color: rgb(216 180 254 / 0);
  }

  .md\:border-s-purple-300\/10 {
    border-inline-start-color: rgb(216 180 254 / 0.1);
  }

  .md\:border-s-purple-300\/100 {
    border-inline-start-color: rgb(216 180 254 / 1);
  }

  .md\:border-s-purple-300\/15 {
    border-inline-start-color: rgb(216 180 254 / 0.15);
  }

  .md\:border-s-purple-300\/20 {
    border-inline-start-color: rgb(216 180 254 / 0.2);
  }

  .md\:border-s-purple-300\/25 {
    border-inline-start-color: rgb(216 180 254 / 0.25);
  }

  .md\:border-s-purple-300\/30 {
    border-inline-start-color: rgb(216 180 254 / 0.3);
  }

  .md\:border-s-purple-300\/35 {
    border-inline-start-color: rgb(216 180 254 / 0.35);
  }

  .md\:border-s-purple-300\/40 {
    border-inline-start-color: rgb(216 180 254 / 0.4);
  }

  .md\:border-s-purple-300\/45 {
    border-inline-start-color: rgb(216 180 254 / 0.45);
  }

  .md\:border-s-purple-300\/5 {
    border-inline-start-color: rgb(216 180 254 / 0.05);
  }

  .md\:border-s-purple-300\/50 {
    border-inline-start-color: rgb(216 180 254 / 0.5);
  }

  .md\:border-s-purple-300\/55 {
    border-inline-start-color: rgb(216 180 254 / 0.55);
  }

  .md\:border-s-purple-300\/60 {
    border-inline-start-color: rgb(216 180 254 / 0.6);
  }

  .md\:border-s-purple-300\/65 {
    border-inline-start-color: rgb(216 180 254 / 0.65);
  }

  .md\:border-s-purple-300\/70 {
    border-inline-start-color: rgb(216 180 254 / 0.7);
  }

  .md\:border-s-purple-300\/75 {
    border-inline-start-color: rgb(216 180 254 / 0.75);
  }

  .md\:border-s-purple-300\/80 {
    border-inline-start-color: rgb(216 180 254 / 0.8);
  }

  .md\:border-s-purple-300\/85 {
    border-inline-start-color: rgb(216 180 254 / 0.85);
  }

  .md\:border-s-purple-300\/90 {
    border-inline-start-color: rgb(216 180 254 / 0.9);
  }

  .md\:border-s-purple-300\/95 {
    border-inline-start-color: rgb(216 180 254 / 0.95);
  }

  .md\:border-s-purple-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(192 132 252 / var(--tw-border-opacity));
  }

  .md\:border-s-purple-400\/0 {
    border-inline-start-color: rgb(192 132 252 / 0);
  }

  .md\:border-s-purple-400\/10 {
    border-inline-start-color: rgb(192 132 252 / 0.1);
  }

  .md\:border-s-purple-400\/100 {
    border-inline-start-color: rgb(192 132 252 / 1);
  }

  .md\:border-s-purple-400\/15 {
    border-inline-start-color: rgb(192 132 252 / 0.15);
  }

  .md\:border-s-purple-400\/20 {
    border-inline-start-color: rgb(192 132 252 / 0.2);
  }

  .md\:border-s-purple-400\/25 {
    border-inline-start-color: rgb(192 132 252 / 0.25);
  }

  .md\:border-s-purple-400\/30 {
    border-inline-start-color: rgb(192 132 252 / 0.3);
  }

  .md\:border-s-purple-400\/35 {
    border-inline-start-color: rgb(192 132 252 / 0.35);
  }

  .md\:border-s-purple-400\/40 {
    border-inline-start-color: rgb(192 132 252 / 0.4);
  }

  .md\:border-s-purple-400\/45 {
    border-inline-start-color: rgb(192 132 252 / 0.45);
  }

  .md\:border-s-purple-400\/5 {
    border-inline-start-color: rgb(192 132 252 / 0.05);
  }

  .md\:border-s-purple-400\/50 {
    border-inline-start-color: rgb(192 132 252 / 0.5);
  }

  .md\:border-s-purple-400\/55 {
    border-inline-start-color: rgb(192 132 252 / 0.55);
  }

  .md\:border-s-purple-400\/60 {
    border-inline-start-color: rgb(192 132 252 / 0.6);
  }

  .md\:border-s-purple-400\/65 {
    border-inline-start-color: rgb(192 132 252 / 0.65);
  }

  .md\:border-s-purple-400\/70 {
    border-inline-start-color: rgb(192 132 252 / 0.7);
  }

  .md\:border-s-purple-400\/75 {
    border-inline-start-color: rgb(192 132 252 / 0.75);
  }

  .md\:border-s-purple-400\/80 {
    border-inline-start-color: rgb(192 132 252 / 0.8);
  }

  .md\:border-s-purple-400\/85 {
    border-inline-start-color: rgb(192 132 252 / 0.85);
  }

  .md\:border-s-purple-400\/90 {
    border-inline-start-color: rgb(192 132 252 / 0.9);
  }

  .md\:border-s-purple-400\/95 {
    border-inline-start-color: rgb(192 132 252 / 0.95);
  }

  .md\:border-s-purple-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(250 245 255 / var(--tw-border-opacity));
  }

  .md\:border-s-purple-50\/0 {
    border-inline-start-color: rgb(250 245 255 / 0);
  }

  .md\:border-s-purple-50\/10 {
    border-inline-start-color: rgb(250 245 255 / 0.1);
  }

  .md\:border-s-purple-50\/100 {
    border-inline-start-color: rgb(250 245 255 / 1);
  }

  .md\:border-s-purple-50\/15 {
    border-inline-start-color: rgb(250 245 255 / 0.15);
  }

  .md\:border-s-purple-50\/20 {
    border-inline-start-color: rgb(250 245 255 / 0.2);
  }

  .md\:border-s-purple-50\/25 {
    border-inline-start-color: rgb(250 245 255 / 0.25);
  }

  .md\:border-s-purple-50\/30 {
    border-inline-start-color: rgb(250 245 255 / 0.3);
  }

  .md\:border-s-purple-50\/35 {
    border-inline-start-color: rgb(250 245 255 / 0.35);
  }

  .md\:border-s-purple-50\/40 {
    border-inline-start-color: rgb(250 245 255 / 0.4);
  }

  .md\:border-s-purple-50\/45 {
    border-inline-start-color: rgb(250 245 255 / 0.45);
  }

  .md\:border-s-purple-50\/5 {
    border-inline-start-color: rgb(250 245 255 / 0.05);
  }

  .md\:border-s-purple-50\/50 {
    border-inline-start-color: rgb(250 245 255 / 0.5);
  }

  .md\:border-s-purple-50\/55 {
    border-inline-start-color: rgb(250 245 255 / 0.55);
  }

  .md\:border-s-purple-50\/60 {
    border-inline-start-color: rgb(250 245 255 / 0.6);
  }

  .md\:border-s-purple-50\/65 {
    border-inline-start-color: rgb(250 245 255 / 0.65);
  }

  .md\:border-s-purple-50\/70 {
    border-inline-start-color: rgb(250 245 255 / 0.7);
  }

  .md\:border-s-purple-50\/75 {
    border-inline-start-color: rgb(250 245 255 / 0.75);
  }

  .md\:border-s-purple-50\/80 {
    border-inline-start-color: rgb(250 245 255 / 0.8);
  }

  .md\:border-s-purple-50\/85 {
    border-inline-start-color: rgb(250 245 255 / 0.85);
  }

  .md\:border-s-purple-50\/90 {
    border-inline-start-color: rgb(250 245 255 / 0.9);
  }

  .md\:border-s-purple-50\/95 {
    border-inline-start-color: rgb(250 245 255 / 0.95);
  }

  .md\:border-s-purple-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(168 85 247 / var(--tw-border-opacity));
  }

  .md\:border-s-purple-500\/0 {
    border-inline-start-color: rgb(168 85 247 / 0);
  }

  .md\:border-s-purple-500\/10 {
    border-inline-start-color: rgb(168 85 247 / 0.1);
  }

  .md\:border-s-purple-500\/100 {
    border-inline-start-color: rgb(168 85 247 / 1);
  }

  .md\:border-s-purple-500\/15 {
    border-inline-start-color: rgb(168 85 247 / 0.15);
  }

  .md\:border-s-purple-500\/20 {
    border-inline-start-color: rgb(168 85 247 / 0.2);
  }

  .md\:border-s-purple-500\/25 {
    border-inline-start-color: rgb(168 85 247 / 0.25);
  }

  .md\:border-s-purple-500\/30 {
    border-inline-start-color: rgb(168 85 247 / 0.3);
  }

  .md\:border-s-purple-500\/35 {
    border-inline-start-color: rgb(168 85 247 / 0.35);
  }

  .md\:border-s-purple-500\/40 {
    border-inline-start-color: rgb(168 85 247 / 0.4);
  }

  .md\:border-s-purple-500\/45 {
    border-inline-start-color: rgb(168 85 247 / 0.45);
  }

  .md\:border-s-purple-500\/5 {
    border-inline-start-color: rgb(168 85 247 / 0.05);
  }

  .md\:border-s-purple-500\/50 {
    border-inline-start-color: rgb(168 85 247 / 0.5);
  }

  .md\:border-s-purple-500\/55 {
    border-inline-start-color: rgb(168 85 247 / 0.55);
  }

  .md\:border-s-purple-500\/60 {
    border-inline-start-color: rgb(168 85 247 / 0.6);
  }

  .md\:border-s-purple-500\/65 {
    border-inline-start-color: rgb(168 85 247 / 0.65);
  }

  .md\:border-s-purple-500\/70 {
    border-inline-start-color: rgb(168 85 247 / 0.7);
  }

  .md\:border-s-purple-500\/75 {
    border-inline-start-color: rgb(168 85 247 / 0.75);
  }

  .md\:border-s-purple-500\/80 {
    border-inline-start-color: rgb(168 85 247 / 0.8);
  }

  .md\:border-s-purple-500\/85 {
    border-inline-start-color: rgb(168 85 247 / 0.85);
  }

  .md\:border-s-purple-500\/90 {
    border-inline-start-color: rgb(168 85 247 / 0.9);
  }

  .md\:border-s-purple-500\/95 {
    border-inline-start-color: rgb(168 85 247 / 0.95);
  }

  .md\:border-s-purple-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(147 51 234 / var(--tw-border-opacity));
  }

  .md\:border-s-purple-600\/0 {
    border-inline-start-color: rgb(147 51 234 / 0);
  }

  .md\:border-s-purple-600\/10 {
    border-inline-start-color: rgb(147 51 234 / 0.1);
  }

  .md\:border-s-purple-600\/100 {
    border-inline-start-color: rgb(147 51 234 / 1);
  }

  .md\:border-s-purple-600\/15 {
    border-inline-start-color: rgb(147 51 234 / 0.15);
  }

  .md\:border-s-purple-600\/20 {
    border-inline-start-color: rgb(147 51 234 / 0.2);
  }

  .md\:border-s-purple-600\/25 {
    border-inline-start-color: rgb(147 51 234 / 0.25);
  }

  .md\:border-s-purple-600\/30 {
    border-inline-start-color: rgb(147 51 234 / 0.3);
  }

  .md\:border-s-purple-600\/35 {
    border-inline-start-color: rgb(147 51 234 / 0.35);
  }

  .md\:border-s-purple-600\/40 {
    border-inline-start-color: rgb(147 51 234 / 0.4);
  }

  .md\:border-s-purple-600\/45 {
    border-inline-start-color: rgb(147 51 234 / 0.45);
  }

  .md\:border-s-purple-600\/5 {
    border-inline-start-color: rgb(147 51 234 / 0.05);
  }

  .md\:border-s-purple-600\/50 {
    border-inline-start-color: rgb(147 51 234 / 0.5);
  }

  .md\:border-s-purple-600\/55 {
    border-inline-start-color: rgb(147 51 234 / 0.55);
  }

  .md\:border-s-purple-600\/60 {
    border-inline-start-color: rgb(147 51 234 / 0.6);
  }

  .md\:border-s-purple-600\/65 {
    border-inline-start-color: rgb(147 51 234 / 0.65);
  }

  .md\:border-s-purple-600\/70 {
    border-inline-start-color: rgb(147 51 234 / 0.7);
  }

  .md\:border-s-purple-600\/75 {
    border-inline-start-color: rgb(147 51 234 / 0.75);
  }

  .md\:border-s-purple-600\/80 {
    border-inline-start-color: rgb(147 51 234 / 0.8);
  }

  .md\:border-s-purple-600\/85 {
    border-inline-start-color: rgb(147 51 234 / 0.85);
  }

  .md\:border-s-purple-600\/90 {
    border-inline-start-color: rgb(147 51 234 / 0.9);
  }

  .md\:border-s-purple-600\/95 {
    border-inline-start-color: rgb(147 51 234 / 0.95);
  }

  .md\:border-s-purple-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(126 34 206 / var(--tw-border-opacity));
  }

  .md\:border-s-purple-700\/0 {
    border-inline-start-color: rgb(126 34 206 / 0);
  }

  .md\:border-s-purple-700\/10 {
    border-inline-start-color: rgb(126 34 206 / 0.1);
  }

  .md\:border-s-purple-700\/100 {
    border-inline-start-color: rgb(126 34 206 / 1);
  }

  .md\:border-s-purple-700\/15 {
    border-inline-start-color: rgb(126 34 206 / 0.15);
  }

  .md\:border-s-purple-700\/20 {
    border-inline-start-color: rgb(126 34 206 / 0.2);
  }

  .md\:border-s-purple-700\/25 {
    border-inline-start-color: rgb(126 34 206 / 0.25);
  }

  .md\:border-s-purple-700\/30 {
    border-inline-start-color: rgb(126 34 206 / 0.3);
  }

  .md\:border-s-purple-700\/35 {
    border-inline-start-color: rgb(126 34 206 / 0.35);
  }

  .md\:border-s-purple-700\/40 {
    border-inline-start-color: rgb(126 34 206 / 0.4);
  }

  .md\:border-s-purple-700\/45 {
    border-inline-start-color: rgb(126 34 206 / 0.45);
  }

  .md\:border-s-purple-700\/5 {
    border-inline-start-color: rgb(126 34 206 / 0.05);
  }

  .md\:border-s-purple-700\/50 {
    border-inline-start-color: rgb(126 34 206 / 0.5);
  }

  .md\:border-s-purple-700\/55 {
    border-inline-start-color: rgb(126 34 206 / 0.55);
  }

  .md\:border-s-purple-700\/60 {
    border-inline-start-color: rgb(126 34 206 / 0.6);
  }

  .md\:border-s-purple-700\/65 {
    border-inline-start-color: rgb(126 34 206 / 0.65);
  }

  .md\:border-s-purple-700\/70 {
    border-inline-start-color: rgb(126 34 206 / 0.7);
  }

  .md\:border-s-purple-700\/75 {
    border-inline-start-color: rgb(126 34 206 / 0.75);
  }

  .md\:border-s-purple-700\/80 {
    border-inline-start-color: rgb(126 34 206 / 0.8);
  }

  .md\:border-s-purple-700\/85 {
    border-inline-start-color: rgb(126 34 206 / 0.85);
  }

  .md\:border-s-purple-700\/90 {
    border-inline-start-color: rgb(126 34 206 / 0.9);
  }

  .md\:border-s-purple-700\/95 {
    border-inline-start-color: rgb(126 34 206 / 0.95);
  }

  .md\:border-s-purple-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(107 33 168 / var(--tw-border-opacity));
  }

  .md\:border-s-purple-800\/0 {
    border-inline-start-color: rgb(107 33 168 / 0);
  }

  .md\:border-s-purple-800\/10 {
    border-inline-start-color: rgb(107 33 168 / 0.1);
  }

  .md\:border-s-purple-800\/100 {
    border-inline-start-color: rgb(107 33 168 / 1);
  }

  .md\:border-s-purple-800\/15 {
    border-inline-start-color: rgb(107 33 168 / 0.15);
  }

  .md\:border-s-purple-800\/20 {
    border-inline-start-color: rgb(107 33 168 / 0.2);
  }

  .md\:border-s-purple-800\/25 {
    border-inline-start-color: rgb(107 33 168 / 0.25);
  }

  .md\:border-s-purple-800\/30 {
    border-inline-start-color: rgb(107 33 168 / 0.3);
  }

  .md\:border-s-purple-800\/35 {
    border-inline-start-color: rgb(107 33 168 / 0.35);
  }

  .md\:border-s-purple-800\/40 {
    border-inline-start-color: rgb(107 33 168 / 0.4);
  }

  .md\:border-s-purple-800\/45 {
    border-inline-start-color: rgb(107 33 168 / 0.45);
  }

  .md\:border-s-purple-800\/5 {
    border-inline-start-color: rgb(107 33 168 / 0.05);
  }

  .md\:border-s-purple-800\/50 {
    border-inline-start-color: rgb(107 33 168 / 0.5);
  }

  .md\:border-s-purple-800\/55 {
    border-inline-start-color: rgb(107 33 168 / 0.55);
  }

  .md\:border-s-purple-800\/60 {
    border-inline-start-color: rgb(107 33 168 / 0.6);
  }

  .md\:border-s-purple-800\/65 {
    border-inline-start-color: rgb(107 33 168 / 0.65);
  }

  .md\:border-s-purple-800\/70 {
    border-inline-start-color: rgb(107 33 168 / 0.7);
  }

  .md\:border-s-purple-800\/75 {
    border-inline-start-color: rgb(107 33 168 / 0.75);
  }

  .md\:border-s-purple-800\/80 {
    border-inline-start-color: rgb(107 33 168 / 0.8);
  }

  .md\:border-s-purple-800\/85 {
    border-inline-start-color: rgb(107 33 168 / 0.85);
  }

  .md\:border-s-purple-800\/90 {
    border-inline-start-color: rgb(107 33 168 / 0.9);
  }

  .md\:border-s-purple-800\/95 {
    border-inline-start-color: rgb(107 33 168 / 0.95);
  }

  .md\:border-s-purple-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(88 28 135 / var(--tw-border-opacity));
  }

  .md\:border-s-purple-900\/0 {
    border-inline-start-color: rgb(88 28 135 / 0);
  }

  .md\:border-s-purple-900\/10 {
    border-inline-start-color: rgb(88 28 135 / 0.1);
  }

  .md\:border-s-purple-900\/100 {
    border-inline-start-color: rgb(88 28 135 / 1);
  }

  .md\:border-s-purple-900\/15 {
    border-inline-start-color: rgb(88 28 135 / 0.15);
  }

  .md\:border-s-purple-900\/20 {
    border-inline-start-color: rgb(88 28 135 / 0.2);
  }

  .md\:border-s-purple-900\/25 {
    border-inline-start-color: rgb(88 28 135 / 0.25);
  }

  .md\:border-s-purple-900\/30 {
    border-inline-start-color: rgb(88 28 135 / 0.3);
  }

  .md\:border-s-purple-900\/35 {
    border-inline-start-color: rgb(88 28 135 / 0.35);
  }

  .md\:border-s-purple-900\/40 {
    border-inline-start-color: rgb(88 28 135 / 0.4);
  }

  .md\:border-s-purple-900\/45 {
    border-inline-start-color: rgb(88 28 135 / 0.45);
  }

  .md\:border-s-purple-900\/5 {
    border-inline-start-color: rgb(88 28 135 / 0.05);
  }

  .md\:border-s-purple-900\/50 {
    border-inline-start-color: rgb(88 28 135 / 0.5);
  }

  .md\:border-s-purple-900\/55 {
    border-inline-start-color: rgb(88 28 135 / 0.55);
  }

  .md\:border-s-purple-900\/60 {
    border-inline-start-color: rgb(88 28 135 / 0.6);
  }

  .md\:border-s-purple-900\/65 {
    border-inline-start-color: rgb(88 28 135 / 0.65);
  }

  .md\:border-s-purple-900\/70 {
    border-inline-start-color: rgb(88 28 135 / 0.7);
  }

  .md\:border-s-purple-900\/75 {
    border-inline-start-color: rgb(88 28 135 / 0.75);
  }

  .md\:border-s-purple-900\/80 {
    border-inline-start-color: rgb(88 28 135 / 0.8);
  }

  .md\:border-s-purple-900\/85 {
    border-inline-start-color: rgb(88 28 135 / 0.85);
  }

  .md\:border-s-purple-900\/90 {
    border-inline-start-color: rgb(88 28 135 / 0.9);
  }

  .md\:border-s-purple-900\/95 {
    border-inline-start-color: rgb(88 28 135 / 0.95);
  }

  .md\:border-s-purple-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(59 7 100 / var(--tw-border-opacity));
  }

  .md\:border-s-purple-950\/0 {
    border-inline-start-color: rgb(59 7 100 / 0);
  }

  .md\:border-s-purple-950\/10 {
    border-inline-start-color: rgb(59 7 100 / 0.1);
  }

  .md\:border-s-purple-950\/100 {
    border-inline-start-color: rgb(59 7 100 / 1);
  }

  .md\:border-s-purple-950\/15 {
    border-inline-start-color: rgb(59 7 100 / 0.15);
  }

  .md\:border-s-purple-950\/20 {
    border-inline-start-color: rgb(59 7 100 / 0.2);
  }

  .md\:border-s-purple-950\/25 {
    border-inline-start-color: rgb(59 7 100 / 0.25);
  }

  .md\:border-s-purple-950\/30 {
    border-inline-start-color: rgb(59 7 100 / 0.3);
  }

  .md\:border-s-purple-950\/35 {
    border-inline-start-color: rgb(59 7 100 / 0.35);
  }

  .md\:border-s-purple-950\/40 {
    border-inline-start-color: rgb(59 7 100 / 0.4);
  }

  .md\:border-s-purple-950\/45 {
    border-inline-start-color: rgb(59 7 100 / 0.45);
  }

  .md\:border-s-purple-950\/5 {
    border-inline-start-color: rgb(59 7 100 / 0.05);
  }

  .md\:border-s-purple-950\/50 {
    border-inline-start-color: rgb(59 7 100 / 0.5);
  }

  .md\:border-s-purple-950\/55 {
    border-inline-start-color: rgb(59 7 100 / 0.55);
  }

  .md\:border-s-purple-950\/60 {
    border-inline-start-color: rgb(59 7 100 / 0.6);
  }

  .md\:border-s-purple-950\/65 {
    border-inline-start-color: rgb(59 7 100 / 0.65);
  }

  .md\:border-s-purple-950\/70 {
    border-inline-start-color: rgb(59 7 100 / 0.7);
  }

  .md\:border-s-purple-950\/75 {
    border-inline-start-color: rgb(59 7 100 / 0.75);
  }

  .md\:border-s-purple-950\/80 {
    border-inline-start-color: rgb(59 7 100 / 0.8);
  }

  .md\:border-s-purple-950\/85 {
    border-inline-start-color: rgb(59 7 100 / 0.85);
  }

  .md\:border-s-purple-950\/90 {
    border-inline-start-color: rgb(59 7 100 / 0.9);
  }

  .md\:border-s-purple-950\/95 {
    border-inline-start-color: rgb(59 7 100 / 0.95);
  }

  .md\:border-s-red-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 226 226 / var(--tw-border-opacity));
  }

  .md\:border-s-red-100\/0 {
    border-inline-start-color: rgb(254 226 226 / 0);
  }

  .md\:border-s-red-100\/10 {
    border-inline-start-color: rgb(254 226 226 / 0.1);
  }

  .md\:border-s-red-100\/100 {
    border-inline-start-color: rgb(254 226 226 / 1);
  }

  .md\:border-s-red-100\/15 {
    border-inline-start-color: rgb(254 226 226 / 0.15);
  }

  .md\:border-s-red-100\/20 {
    border-inline-start-color: rgb(254 226 226 / 0.2);
  }

  .md\:border-s-red-100\/25 {
    border-inline-start-color: rgb(254 226 226 / 0.25);
  }

  .md\:border-s-red-100\/30 {
    border-inline-start-color: rgb(254 226 226 / 0.3);
  }

  .md\:border-s-red-100\/35 {
    border-inline-start-color: rgb(254 226 226 / 0.35);
  }

  .md\:border-s-red-100\/40 {
    border-inline-start-color: rgb(254 226 226 / 0.4);
  }

  .md\:border-s-red-100\/45 {
    border-inline-start-color: rgb(254 226 226 / 0.45);
  }

  .md\:border-s-red-100\/5 {
    border-inline-start-color: rgb(254 226 226 / 0.05);
  }

  .md\:border-s-red-100\/50 {
    border-inline-start-color: rgb(254 226 226 / 0.5);
  }

  .md\:border-s-red-100\/55 {
    border-inline-start-color: rgb(254 226 226 / 0.55);
  }

  .md\:border-s-red-100\/60 {
    border-inline-start-color: rgb(254 226 226 / 0.6);
  }

  .md\:border-s-red-100\/65 {
    border-inline-start-color: rgb(254 226 226 / 0.65);
  }

  .md\:border-s-red-100\/70 {
    border-inline-start-color: rgb(254 226 226 / 0.7);
  }

  .md\:border-s-red-100\/75 {
    border-inline-start-color: rgb(254 226 226 / 0.75);
  }

  .md\:border-s-red-100\/80 {
    border-inline-start-color: rgb(254 226 226 / 0.8);
  }

  .md\:border-s-red-100\/85 {
    border-inline-start-color: rgb(254 226 226 / 0.85);
  }

  .md\:border-s-red-100\/90 {
    border-inline-start-color: rgb(254 226 226 / 0.9);
  }

  .md\:border-s-red-100\/95 {
    border-inline-start-color: rgb(254 226 226 / 0.95);
  }

  .md\:border-s-red-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 202 202 / var(--tw-border-opacity));
  }

  .md\:border-s-red-200\/0 {
    border-inline-start-color: rgb(254 202 202 / 0);
  }

  .md\:border-s-red-200\/10 {
    border-inline-start-color: rgb(254 202 202 / 0.1);
  }

  .md\:border-s-red-200\/100 {
    border-inline-start-color: rgb(254 202 202 / 1);
  }

  .md\:border-s-red-200\/15 {
    border-inline-start-color: rgb(254 202 202 / 0.15);
  }

  .md\:border-s-red-200\/20 {
    border-inline-start-color: rgb(254 202 202 / 0.2);
  }

  .md\:border-s-red-200\/25 {
    border-inline-start-color: rgb(254 202 202 / 0.25);
  }

  .md\:border-s-red-200\/30 {
    border-inline-start-color: rgb(254 202 202 / 0.3);
  }

  .md\:border-s-red-200\/35 {
    border-inline-start-color: rgb(254 202 202 / 0.35);
  }

  .md\:border-s-red-200\/40 {
    border-inline-start-color: rgb(254 202 202 / 0.4);
  }

  .md\:border-s-red-200\/45 {
    border-inline-start-color: rgb(254 202 202 / 0.45);
  }

  .md\:border-s-red-200\/5 {
    border-inline-start-color: rgb(254 202 202 / 0.05);
  }

  .md\:border-s-red-200\/50 {
    border-inline-start-color: rgb(254 202 202 / 0.5);
  }

  .md\:border-s-red-200\/55 {
    border-inline-start-color: rgb(254 202 202 / 0.55);
  }

  .md\:border-s-red-200\/60 {
    border-inline-start-color: rgb(254 202 202 / 0.6);
  }

  .md\:border-s-red-200\/65 {
    border-inline-start-color: rgb(254 202 202 / 0.65);
  }

  .md\:border-s-red-200\/70 {
    border-inline-start-color: rgb(254 202 202 / 0.7);
  }

  .md\:border-s-red-200\/75 {
    border-inline-start-color: rgb(254 202 202 / 0.75);
  }

  .md\:border-s-red-200\/80 {
    border-inline-start-color: rgb(254 202 202 / 0.8);
  }

  .md\:border-s-red-200\/85 {
    border-inline-start-color: rgb(254 202 202 / 0.85);
  }

  .md\:border-s-red-200\/90 {
    border-inline-start-color: rgb(254 202 202 / 0.9);
  }

  .md\:border-s-red-200\/95 {
    border-inline-start-color: rgb(254 202 202 / 0.95);
  }

  .md\:border-s-red-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(252 165 165 / var(--tw-border-opacity));
  }

  .md\:border-s-red-300\/0 {
    border-inline-start-color: rgb(252 165 165 / 0);
  }

  .md\:border-s-red-300\/10 {
    border-inline-start-color: rgb(252 165 165 / 0.1);
  }

  .md\:border-s-red-300\/100 {
    border-inline-start-color: rgb(252 165 165 / 1);
  }

  .md\:border-s-red-300\/15 {
    border-inline-start-color: rgb(252 165 165 / 0.15);
  }

  .md\:border-s-red-300\/20 {
    border-inline-start-color: rgb(252 165 165 / 0.2);
  }

  .md\:border-s-red-300\/25 {
    border-inline-start-color: rgb(252 165 165 / 0.25);
  }

  .md\:border-s-red-300\/30 {
    border-inline-start-color: rgb(252 165 165 / 0.3);
  }

  .md\:border-s-red-300\/35 {
    border-inline-start-color: rgb(252 165 165 / 0.35);
  }

  .md\:border-s-red-300\/40 {
    border-inline-start-color: rgb(252 165 165 / 0.4);
  }

  .md\:border-s-red-300\/45 {
    border-inline-start-color: rgb(252 165 165 / 0.45);
  }

  .md\:border-s-red-300\/5 {
    border-inline-start-color: rgb(252 165 165 / 0.05);
  }

  .md\:border-s-red-300\/50 {
    border-inline-start-color: rgb(252 165 165 / 0.5);
  }

  .md\:border-s-red-300\/55 {
    border-inline-start-color: rgb(252 165 165 / 0.55);
  }

  .md\:border-s-red-300\/60 {
    border-inline-start-color: rgb(252 165 165 / 0.6);
  }

  .md\:border-s-red-300\/65 {
    border-inline-start-color: rgb(252 165 165 / 0.65);
  }

  .md\:border-s-red-300\/70 {
    border-inline-start-color: rgb(252 165 165 / 0.7);
  }

  .md\:border-s-red-300\/75 {
    border-inline-start-color: rgb(252 165 165 / 0.75);
  }

  .md\:border-s-red-300\/80 {
    border-inline-start-color: rgb(252 165 165 / 0.8);
  }

  .md\:border-s-red-300\/85 {
    border-inline-start-color: rgb(252 165 165 / 0.85);
  }

  .md\:border-s-red-300\/90 {
    border-inline-start-color: rgb(252 165 165 / 0.9);
  }

  .md\:border-s-red-300\/95 {
    border-inline-start-color: rgb(252 165 165 / 0.95);
  }

  .md\:border-s-red-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(248 113 113 / var(--tw-border-opacity));
  }

  .md\:border-s-red-400\/0 {
    border-inline-start-color: rgb(248 113 113 / 0);
  }

  .md\:border-s-red-400\/10 {
    border-inline-start-color: rgb(248 113 113 / 0.1);
  }

  .md\:border-s-red-400\/100 {
    border-inline-start-color: rgb(248 113 113 / 1);
  }

  .md\:border-s-red-400\/15 {
    border-inline-start-color: rgb(248 113 113 / 0.15);
  }

  .md\:border-s-red-400\/20 {
    border-inline-start-color: rgb(248 113 113 / 0.2);
  }

  .md\:border-s-red-400\/25 {
    border-inline-start-color: rgb(248 113 113 / 0.25);
  }

  .md\:border-s-red-400\/30 {
    border-inline-start-color: rgb(248 113 113 / 0.3);
  }

  .md\:border-s-red-400\/35 {
    border-inline-start-color: rgb(248 113 113 / 0.35);
  }

  .md\:border-s-red-400\/40 {
    border-inline-start-color: rgb(248 113 113 / 0.4);
  }

  .md\:border-s-red-400\/45 {
    border-inline-start-color: rgb(248 113 113 / 0.45);
  }

  .md\:border-s-red-400\/5 {
    border-inline-start-color: rgb(248 113 113 / 0.05);
  }

  .md\:border-s-red-400\/50 {
    border-inline-start-color: rgb(248 113 113 / 0.5);
  }

  .md\:border-s-red-400\/55 {
    border-inline-start-color: rgb(248 113 113 / 0.55);
  }

  .md\:border-s-red-400\/60 {
    border-inline-start-color: rgb(248 113 113 / 0.6);
  }

  .md\:border-s-red-400\/65 {
    border-inline-start-color: rgb(248 113 113 / 0.65);
  }

  .md\:border-s-red-400\/70 {
    border-inline-start-color: rgb(248 113 113 / 0.7);
  }

  .md\:border-s-red-400\/75 {
    border-inline-start-color: rgb(248 113 113 / 0.75);
  }

  .md\:border-s-red-400\/80 {
    border-inline-start-color: rgb(248 113 113 / 0.8);
  }

  .md\:border-s-red-400\/85 {
    border-inline-start-color: rgb(248 113 113 / 0.85);
  }

  .md\:border-s-red-400\/90 {
    border-inline-start-color: rgb(248 113 113 / 0.9);
  }

  .md\:border-s-red-400\/95 {
    border-inline-start-color: rgb(248 113 113 / 0.95);
  }

  .md\:border-s-red-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 242 242 / var(--tw-border-opacity));
  }

  .md\:border-s-red-50\/0 {
    border-inline-start-color: rgb(254 242 242 / 0);
  }

  .md\:border-s-red-50\/10 {
    border-inline-start-color: rgb(254 242 242 / 0.1);
  }

  .md\:border-s-red-50\/100 {
    border-inline-start-color: rgb(254 242 242 / 1);
  }

  .md\:border-s-red-50\/15 {
    border-inline-start-color: rgb(254 242 242 / 0.15);
  }

  .md\:border-s-red-50\/20 {
    border-inline-start-color: rgb(254 242 242 / 0.2);
  }

  .md\:border-s-red-50\/25 {
    border-inline-start-color: rgb(254 242 242 / 0.25);
  }

  .md\:border-s-red-50\/30 {
    border-inline-start-color: rgb(254 242 242 / 0.3);
  }

  .md\:border-s-red-50\/35 {
    border-inline-start-color: rgb(254 242 242 / 0.35);
  }

  .md\:border-s-red-50\/40 {
    border-inline-start-color: rgb(254 242 242 / 0.4);
  }

  .md\:border-s-red-50\/45 {
    border-inline-start-color: rgb(254 242 242 / 0.45);
  }

  .md\:border-s-red-50\/5 {
    border-inline-start-color: rgb(254 242 242 / 0.05);
  }

  .md\:border-s-red-50\/50 {
    border-inline-start-color: rgb(254 242 242 / 0.5);
  }

  .md\:border-s-red-50\/55 {
    border-inline-start-color: rgb(254 242 242 / 0.55);
  }

  .md\:border-s-red-50\/60 {
    border-inline-start-color: rgb(254 242 242 / 0.6);
  }

  .md\:border-s-red-50\/65 {
    border-inline-start-color: rgb(254 242 242 / 0.65);
  }

  .md\:border-s-red-50\/70 {
    border-inline-start-color: rgb(254 242 242 / 0.7);
  }

  .md\:border-s-red-50\/75 {
    border-inline-start-color: rgb(254 242 242 / 0.75);
  }

  .md\:border-s-red-50\/80 {
    border-inline-start-color: rgb(254 242 242 / 0.8);
  }

  .md\:border-s-red-50\/85 {
    border-inline-start-color: rgb(254 242 242 / 0.85);
  }

  .md\:border-s-red-50\/90 {
    border-inline-start-color: rgb(254 242 242 / 0.9);
  }

  .md\:border-s-red-50\/95 {
    border-inline-start-color: rgb(254 242 242 / 0.95);
  }

  .md\:border-s-red-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(239 68 68 / var(--tw-border-opacity));
  }

  .md\:border-s-red-500\/0 {
    border-inline-start-color: rgb(239 68 68 / 0);
  }

  .md\:border-s-red-500\/10 {
    border-inline-start-color: rgb(239 68 68 / 0.1);
  }

  .md\:border-s-red-500\/100 {
    border-inline-start-color: rgb(239 68 68 / 1);
  }

  .md\:border-s-red-500\/15 {
    border-inline-start-color: rgb(239 68 68 / 0.15);
  }

  .md\:border-s-red-500\/20 {
    border-inline-start-color: rgb(239 68 68 / 0.2);
  }

  .md\:border-s-red-500\/25 {
    border-inline-start-color: rgb(239 68 68 / 0.25);
  }

  .md\:border-s-red-500\/30 {
    border-inline-start-color: rgb(239 68 68 / 0.3);
  }

  .md\:border-s-red-500\/35 {
    border-inline-start-color: rgb(239 68 68 / 0.35);
  }

  .md\:border-s-red-500\/40 {
    border-inline-start-color: rgb(239 68 68 / 0.4);
  }

  .md\:border-s-red-500\/45 {
    border-inline-start-color: rgb(239 68 68 / 0.45);
  }

  .md\:border-s-red-500\/5 {
    border-inline-start-color: rgb(239 68 68 / 0.05);
  }

  .md\:border-s-red-500\/50 {
    border-inline-start-color: rgb(239 68 68 / 0.5);
  }

  .md\:border-s-red-500\/55 {
    border-inline-start-color: rgb(239 68 68 / 0.55);
  }

  .md\:border-s-red-500\/60 {
    border-inline-start-color: rgb(239 68 68 / 0.6);
  }

  .md\:border-s-red-500\/65 {
    border-inline-start-color: rgb(239 68 68 / 0.65);
  }

  .md\:border-s-red-500\/70 {
    border-inline-start-color: rgb(239 68 68 / 0.7);
  }

  .md\:border-s-red-500\/75 {
    border-inline-start-color: rgb(239 68 68 / 0.75);
  }

  .md\:border-s-red-500\/80 {
    border-inline-start-color: rgb(239 68 68 / 0.8);
  }

  .md\:border-s-red-500\/85 {
    border-inline-start-color: rgb(239 68 68 / 0.85);
  }

  .md\:border-s-red-500\/90 {
    border-inline-start-color: rgb(239 68 68 / 0.9);
  }

  .md\:border-s-red-500\/95 {
    border-inline-start-color: rgb(239 68 68 / 0.95);
  }

  .md\:border-s-red-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(220 38 38 / var(--tw-border-opacity));
  }

  .md\:border-s-red-600\/0 {
    border-inline-start-color: rgb(220 38 38 / 0);
  }

  .md\:border-s-red-600\/10 {
    border-inline-start-color: rgb(220 38 38 / 0.1);
  }

  .md\:border-s-red-600\/100 {
    border-inline-start-color: rgb(220 38 38 / 1);
  }

  .md\:border-s-red-600\/15 {
    border-inline-start-color: rgb(220 38 38 / 0.15);
  }

  .md\:border-s-red-600\/20 {
    border-inline-start-color: rgb(220 38 38 / 0.2);
  }

  .md\:border-s-red-600\/25 {
    border-inline-start-color: rgb(220 38 38 / 0.25);
  }

  .md\:border-s-red-600\/30 {
    border-inline-start-color: rgb(220 38 38 / 0.3);
  }

  .md\:border-s-red-600\/35 {
    border-inline-start-color: rgb(220 38 38 / 0.35);
  }

  .md\:border-s-red-600\/40 {
    border-inline-start-color: rgb(220 38 38 / 0.4);
  }

  .md\:border-s-red-600\/45 {
    border-inline-start-color: rgb(220 38 38 / 0.45);
  }

  .md\:border-s-red-600\/5 {
    border-inline-start-color: rgb(220 38 38 / 0.05);
  }

  .md\:border-s-red-600\/50 {
    border-inline-start-color: rgb(220 38 38 / 0.5);
  }

  .md\:border-s-red-600\/55 {
    border-inline-start-color: rgb(220 38 38 / 0.55);
  }

  .md\:border-s-red-600\/60 {
    border-inline-start-color: rgb(220 38 38 / 0.6);
  }

  .md\:border-s-red-600\/65 {
    border-inline-start-color: rgb(220 38 38 / 0.65);
  }

  .md\:border-s-red-600\/70 {
    border-inline-start-color: rgb(220 38 38 / 0.7);
  }

  .md\:border-s-red-600\/75 {
    border-inline-start-color: rgb(220 38 38 / 0.75);
  }

  .md\:border-s-red-600\/80 {
    border-inline-start-color: rgb(220 38 38 / 0.8);
  }

  .md\:border-s-red-600\/85 {
    border-inline-start-color: rgb(220 38 38 / 0.85);
  }

  .md\:border-s-red-600\/90 {
    border-inline-start-color: rgb(220 38 38 / 0.9);
  }

  .md\:border-s-red-600\/95 {
    border-inline-start-color: rgb(220 38 38 / 0.95);
  }

  .md\:border-s-red-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(185 28 28 / var(--tw-border-opacity));
  }

  .md\:border-s-red-700\/0 {
    border-inline-start-color: rgb(185 28 28 / 0);
  }

  .md\:border-s-red-700\/10 {
    border-inline-start-color: rgb(185 28 28 / 0.1);
  }

  .md\:border-s-red-700\/100 {
    border-inline-start-color: rgb(185 28 28 / 1);
  }

  .md\:border-s-red-700\/15 {
    border-inline-start-color: rgb(185 28 28 / 0.15);
  }

  .md\:border-s-red-700\/20 {
    border-inline-start-color: rgb(185 28 28 / 0.2);
  }

  .md\:border-s-red-700\/25 {
    border-inline-start-color: rgb(185 28 28 / 0.25);
  }

  .md\:border-s-red-700\/30 {
    border-inline-start-color: rgb(185 28 28 / 0.3);
  }

  .md\:border-s-red-700\/35 {
    border-inline-start-color: rgb(185 28 28 / 0.35);
  }

  .md\:border-s-red-700\/40 {
    border-inline-start-color: rgb(185 28 28 / 0.4);
  }

  .md\:border-s-red-700\/45 {
    border-inline-start-color: rgb(185 28 28 / 0.45);
  }

  .md\:border-s-red-700\/5 {
    border-inline-start-color: rgb(185 28 28 / 0.05);
  }

  .md\:border-s-red-700\/50 {
    border-inline-start-color: rgb(185 28 28 / 0.5);
  }

  .md\:border-s-red-700\/55 {
    border-inline-start-color: rgb(185 28 28 / 0.55);
  }

  .md\:border-s-red-700\/60 {
    border-inline-start-color: rgb(185 28 28 / 0.6);
  }

  .md\:border-s-red-700\/65 {
    border-inline-start-color: rgb(185 28 28 / 0.65);
  }

  .md\:border-s-red-700\/70 {
    border-inline-start-color: rgb(185 28 28 / 0.7);
  }

  .md\:border-s-red-700\/75 {
    border-inline-start-color: rgb(185 28 28 / 0.75);
  }

  .md\:border-s-red-700\/80 {
    border-inline-start-color: rgb(185 28 28 / 0.8);
  }

  .md\:border-s-red-700\/85 {
    border-inline-start-color: rgb(185 28 28 / 0.85);
  }

  .md\:border-s-red-700\/90 {
    border-inline-start-color: rgb(185 28 28 / 0.9);
  }

  .md\:border-s-red-700\/95 {
    border-inline-start-color: rgb(185 28 28 / 0.95);
  }

  .md\:border-s-red-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(153 27 27 / var(--tw-border-opacity));
  }

  .md\:border-s-red-800\/0 {
    border-inline-start-color: rgb(153 27 27 / 0);
  }

  .md\:border-s-red-800\/10 {
    border-inline-start-color: rgb(153 27 27 / 0.1);
  }

  .md\:border-s-red-800\/100 {
    border-inline-start-color: rgb(153 27 27 / 1);
  }

  .md\:border-s-red-800\/15 {
    border-inline-start-color: rgb(153 27 27 / 0.15);
  }

  .md\:border-s-red-800\/20 {
    border-inline-start-color: rgb(153 27 27 / 0.2);
  }

  .md\:border-s-red-800\/25 {
    border-inline-start-color: rgb(153 27 27 / 0.25);
  }

  .md\:border-s-red-800\/30 {
    border-inline-start-color: rgb(153 27 27 / 0.3);
  }

  .md\:border-s-red-800\/35 {
    border-inline-start-color: rgb(153 27 27 / 0.35);
  }

  .md\:border-s-red-800\/40 {
    border-inline-start-color: rgb(153 27 27 / 0.4);
  }

  .md\:border-s-red-800\/45 {
    border-inline-start-color: rgb(153 27 27 / 0.45);
  }

  .md\:border-s-red-800\/5 {
    border-inline-start-color: rgb(153 27 27 / 0.05);
  }

  .md\:border-s-red-800\/50 {
    border-inline-start-color: rgb(153 27 27 / 0.5);
  }

  .md\:border-s-red-800\/55 {
    border-inline-start-color: rgb(153 27 27 / 0.55);
  }

  .md\:border-s-red-800\/60 {
    border-inline-start-color: rgb(153 27 27 / 0.6);
  }

  .md\:border-s-red-800\/65 {
    border-inline-start-color: rgb(153 27 27 / 0.65);
  }

  .md\:border-s-red-800\/70 {
    border-inline-start-color: rgb(153 27 27 / 0.7);
  }

  .md\:border-s-red-800\/75 {
    border-inline-start-color: rgb(153 27 27 / 0.75);
  }

  .md\:border-s-red-800\/80 {
    border-inline-start-color: rgb(153 27 27 / 0.8);
  }

  .md\:border-s-red-800\/85 {
    border-inline-start-color: rgb(153 27 27 / 0.85);
  }

  .md\:border-s-red-800\/90 {
    border-inline-start-color: rgb(153 27 27 / 0.9);
  }

  .md\:border-s-red-800\/95 {
    border-inline-start-color: rgb(153 27 27 / 0.95);
  }

  .md\:border-s-red-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(127 29 29 / var(--tw-border-opacity));
  }

  .md\:border-s-red-900\/0 {
    border-inline-start-color: rgb(127 29 29 / 0);
  }

  .md\:border-s-red-900\/10 {
    border-inline-start-color: rgb(127 29 29 / 0.1);
  }

  .md\:border-s-red-900\/100 {
    border-inline-start-color: rgb(127 29 29 / 1);
  }

  .md\:border-s-red-900\/15 {
    border-inline-start-color: rgb(127 29 29 / 0.15);
  }

  .md\:border-s-red-900\/20 {
    border-inline-start-color: rgb(127 29 29 / 0.2);
  }

  .md\:border-s-red-900\/25 {
    border-inline-start-color: rgb(127 29 29 / 0.25);
  }

  .md\:border-s-red-900\/30 {
    border-inline-start-color: rgb(127 29 29 / 0.3);
  }

  .md\:border-s-red-900\/35 {
    border-inline-start-color: rgb(127 29 29 / 0.35);
  }

  .md\:border-s-red-900\/40 {
    border-inline-start-color: rgb(127 29 29 / 0.4);
  }

  .md\:border-s-red-900\/45 {
    border-inline-start-color: rgb(127 29 29 / 0.45);
  }

  .md\:border-s-red-900\/5 {
    border-inline-start-color: rgb(127 29 29 / 0.05);
  }

  .md\:border-s-red-900\/50 {
    border-inline-start-color: rgb(127 29 29 / 0.5);
  }

  .md\:border-s-red-900\/55 {
    border-inline-start-color: rgb(127 29 29 / 0.55);
  }

  .md\:border-s-red-900\/60 {
    border-inline-start-color: rgb(127 29 29 / 0.6);
  }

  .md\:border-s-red-900\/65 {
    border-inline-start-color: rgb(127 29 29 / 0.65);
  }

  .md\:border-s-red-900\/70 {
    border-inline-start-color: rgb(127 29 29 / 0.7);
  }

  .md\:border-s-red-900\/75 {
    border-inline-start-color: rgb(127 29 29 / 0.75);
  }

  .md\:border-s-red-900\/80 {
    border-inline-start-color: rgb(127 29 29 / 0.8);
  }

  .md\:border-s-red-900\/85 {
    border-inline-start-color: rgb(127 29 29 / 0.85);
  }

  .md\:border-s-red-900\/90 {
    border-inline-start-color: rgb(127 29 29 / 0.9);
  }

  .md\:border-s-red-900\/95 {
    border-inline-start-color: rgb(127 29 29 / 0.95);
  }

  .md\:border-s-red-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(69 10 10 / var(--tw-border-opacity));
  }

  .md\:border-s-red-950\/0 {
    border-inline-start-color: rgb(69 10 10 / 0);
  }

  .md\:border-s-red-950\/10 {
    border-inline-start-color: rgb(69 10 10 / 0.1);
  }

  .md\:border-s-red-950\/100 {
    border-inline-start-color: rgb(69 10 10 / 1);
  }

  .md\:border-s-red-950\/15 {
    border-inline-start-color: rgb(69 10 10 / 0.15);
  }

  .md\:border-s-red-950\/20 {
    border-inline-start-color: rgb(69 10 10 / 0.2);
  }

  .md\:border-s-red-950\/25 {
    border-inline-start-color: rgb(69 10 10 / 0.25);
  }

  .md\:border-s-red-950\/30 {
    border-inline-start-color: rgb(69 10 10 / 0.3);
  }

  .md\:border-s-red-950\/35 {
    border-inline-start-color: rgb(69 10 10 / 0.35);
  }

  .md\:border-s-red-950\/40 {
    border-inline-start-color: rgb(69 10 10 / 0.4);
  }

  .md\:border-s-red-950\/45 {
    border-inline-start-color: rgb(69 10 10 / 0.45);
  }

  .md\:border-s-red-950\/5 {
    border-inline-start-color: rgb(69 10 10 / 0.05);
  }

  .md\:border-s-red-950\/50 {
    border-inline-start-color: rgb(69 10 10 / 0.5);
  }

  .md\:border-s-red-950\/55 {
    border-inline-start-color: rgb(69 10 10 / 0.55);
  }

  .md\:border-s-red-950\/60 {
    border-inline-start-color: rgb(69 10 10 / 0.6);
  }

  .md\:border-s-red-950\/65 {
    border-inline-start-color: rgb(69 10 10 / 0.65);
  }

  .md\:border-s-red-950\/70 {
    border-inline-start-color: rgb(69 10 10 / 0.7);
  }

  .md\:border-s-red-950\/75 {
    border-inline-start-color: rgb(69 10 10 / 0.75);
  }

  .md\:border-s-red-950\/80 {
    border-inline-start-color: rgb(69 10 10 / 0.8);
  }

  .md\:border-s-red-950\/85 {
    border-inline-start-color: rgb(69 10 10 / 0.85);
  }

  .md\:border-s-red-950\/90 {
    border-inline-start-color: rgb(69 10 10 / 0.9);
  }

  .md\:border-s-red-950\/95 {
    border-inline-start-color: rgb(69 10 10 / 0.95);
  }

  .md\:border-s-rose-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(255 228 230 / var(--tw-border-opacity));
  }

  .md\:border-s-rose-100\/0 {
    border-inline-start-color: rgb(255 228 230 / 0);
  }

  .md\:border-s-rose-100\/10 {
    border-inline-start-color: rgb(255 228 230 / 0.1);
  }

  .md\:border-s-rose-100\/100 {
    border-inline-start-color: rgb(255 228 230 / 1);
  }

  .md\:border-s-rose-100\/15 {
    border-inline-start-color: rgb(255 228 230 / 0.15);
  }

  .md\:border-s-rose-100\/20 {
    border-inline-start-color: rgb(255 228 230 / 0.2);
  }

  .md\:border-s-rose-100\/25 {
    border-inline-start-color: rgb(255 228 230 / 0.25);
  }

  .md\:border-s-rose-100\/30 {
    border-inline-start-color: rgb(255 228 230 / 0.3);
  }

  .md\:border-s-rose-100\/35 {
    border-inline-start-color: rgb(255 228 230 / 0.35);
  }

  .md\:border-s-rose-100\/40 {
    border-inline-start-color: rgb(255 228 230 / 0.4);
  }

  .md\:border-s-rose-100\/45 {
    border-inline-start-color: rgb(255 228 230 / 0.45);
  }

  .md\:border-s-rose-100\/5 {
    border-inline-start-color: rgb(255 228 230 / 0.05);
  }

  .md\:border-s-rose-100\/50 {
    border-inline-start-color: rgb(255 228 230 / 0.5);
  }

  .md\:border-s-rose-100\/55 {
    border-inline-start-color: rgb(255 228 230 / 0.55);
  }

  .md\:border-s-rose-100\/60 {
    border-inline-start-color: rgb(255 228 230 / 0.6);
  }

  .md\:border-s-rose-100\/65 {
    border-inline-start-color: rgb(255 228 230 / 0.65);
  }

  .md\:border-s-rose-100\/70 {
    border-inline-start-color: rgb(255 228 230 / 0.7);
  }

  .md\:border-s-rose-100\/75 {
    border-inline-start-color: rgb(255 228 230 / 0.75);
  }

  .md\:border-s-rose-100\/80 {
    border-inline-start-color: rgb(255 228 230 / 0.8);
  }

  .md\:border-s-rose-100\/85 {
    border-inline-start-color: rgb(255 228 230 / 0.85);
  }

  .md\:border-s-rose-100\/90 {
    border-inline-start-color: rgb(255 228 230 / 0.9);
  }

  .md\:border-s-rose-100\/95 {
    border-inline-start-color: rgb(255 228 230 / 0.95);
  }

  .md\:border-s-rose-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 205 211 / var(--tw-border-opacity));
  }

  .md\:border-s-rose-200\/0 {
    border-inline-start-color: rgb(254 205 211 / 0);
  }

  .md\:border-s-rose-200\/10 {
    border-inline-start-color: rgb(254 205 211 / 0.1);
  }

  .md\:border-s-rose-200\/100 {
    border-inline-start-color: rgb(254 205 211 / 1);
  }

  .md\:border-s-rose-200\/15 {
    border-inline-start-color: rgb(254 205 211 / 0.15);
  }

  .md\:border-s-rose-200\/20 {
    border-inline-start-color: rgb(254 205 211 / 0.2);
  }

  .md\:border-s-rose-200\/25 {
    border-inline-start-color: rgb(254 205 211 / 0.25);
  }

  .md\:border-s-rose-200\/30 {
    border-inline-start-color: rgb(254 205 211 / 0.3);
  }

  .md\:border-s-rose-200\/35 {
    border-inline-start-color: rgb(254 205 211 / 0.35);
  }

  .md\:border-s-rose-200\/40 {
    border-inline-start-color: rgb(254 205 211 / 0.4);
  }

  .md\:border-s-rose-200\/45 {
    border-inline-start-color: rgb(254 205 211 / 0.45);
  }

  .md\:border-s-rose-200\/5 {
    border-inline-start-color: rgb(254 205 211 / 0.05);
  }

  .md\:border-s-rose-200\/50 {
    border-inline-start-color: rgb(254 205 211 / 0.5);
  }

  .md\:border-s-rose-200\/55 {
    border-inline-start-color: rgb(254 205 211 / 0.55);
  }

  .md\:border-s-rose-200\/60 {
    border-inline-start-color: rgb(254 205 211 / 0.6);
  }

  .md\:border-s-rose-200\/65 {
    border-inline-start-color: rgb(254 205 211 / 0.65);
  }

  .md\:border-s-rose-200\/70 {
    border-inline-start-color: rgb(254 205 211 / 0.7);
  }

  .md\:border-s-rose-200\/75 {
    border-inline-start-color: rgb(254 205 211 / 0.75);
  }

  .md\:border-s-rose-200\/80 {
    border-inline-start-color: rgb(254 205 211 / 0.8);
  }

  .md\:border-s-rose-200\/85 {
    border-inline-start-color: rgb(254 205 211 / 0.85);
  }

  .md\:border-s-rose-200\/90 {
    border-inline-start-color: rgb(254 205 211 / 0.9);
  }

  .md\:border-s-rose-200\/95 {
    border-inline-start-color: rgb(254 205 211 / 0.95);
  }

  .md\:border-s-rose-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(253 164 175 / var(--tw-border-opacity));
  }

  .md\:border-s-rose-300\/0 {
    border-inline-start-color: rgb(253 164 175 / 0);
  }

  .md\:border-s-rose-300\/10 {
    border-inline-start-color: rgb(253 164 175 / 0.1);
  }

  .md\:border-s-rose-300\/100 {
    border-inline-start-color: rgb(253 164 175 / 1);
  }

  .md\:border-s-rose-300\/15 {
    border-inline-start-color: rgb(253 164 175 / 0.15);
  }

  .md\:border-s-rose-300\/20 {
    border-inline-start-color: rgb(253 164 175 / 0.2);
  }

  .md\:border-s-rose-300\/25 {
    border-inline-start-color: rgb(253 164 175 / 0.25);
  }

  .md\:border-s-rose-300\/30 {
    border-inline-start-color: rgb(253 164 175 / 0.3);
  }

  .md\:border-s-rose-300\/35 {
    border-inline-start-color: rgb(253 164 175 / 0.35);
  }

  .md\:border-s-rose-300\/40 {
    border-inline-start-color: rgb(253 164 175 / 0.4);
  }

  .md\:border-s-rose-300\/45 {
    border-inline-start-color: rgb(253 164 175 / 0.45);
  }

  .md\:border-s-rose-300\/5 {
    border-inline-start-color: rgb(253 164 175 / 0.05);
  }

  .md\:border-s-rose-300\/50 {
    border-inline-start-color: rgb(253 164 175 / 0.5);
  }

  .md\:border-s-rose-300\/55 {
    border-inline-start-color: rgb(253 164 175 / 0.55);
  }

  .md\:border-s-rose-300\/60 {
    border-inline-start-color: rgb(253 164 175 / 0.6);
  }

  .md\:border-s-rose-300\/65 {
    border-inline-start-color: rgb(253 164 175 / 0.65);
  }

  .md\:border-s-rose-300\/70 {
    border-inline-start-color: rgb(253 164 175 / 0.7);
  }

  .md\:border-s-rose-300\/75 {
    border-inline-start-color: rgb(253 164 175 / 0.75);
  }

  .md\:border-s-rose-300\/80 {
    border-inline-start-color: rgb(253 164 175 / 0.8);
  }

  .md\:border-s-rose-300\/85 {
    border-inline-start-color: rgb(253 164 175 / 0.85);
  }

  .md\:border-s-rose-300\/90 {
    border-inline-start-color: rgb(253 164 175 / 0.9);
  }

  .md\:border-s-rose-300\/95 {
    border-inline-start-color: rgb(253 164 175 / 0.95);
  }

  .md\:border-s-rose-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(251 113 133 / var(--tw-border-opacity));
  }

  .md\:border-s-rose-400\/0 {
    border-inline-start-color: rgb(251 113 133 / 0);
  }

  .md\:border-s-rose-400\/10 {
    border-inline-start-color: rgb(251 113 133 / 0.1);
  }

  .md\:border-s-rose-400\/100 {
    border-inline-start-color: rgb(251 113 133 / 1);
  }

  .md\:border-s-rose-400\/15 {
    border-inline-start-color: rgb(251 113 133 / 0.15);
  }

  .md\:border-s-rose-400\/20 {
    border-inline-start-color: rgb(251 113 133 / 0.2);
  }

  .md\:border-s-rose-400\/25 {
    border-inline-start-color: rgb(251 113 133 / 0.25);
  }

  .md\:border-s-rose-400\/30 {
    border-inline-start-color: rgb(251 113 133 / 0.3);
  }

  .md\:border-s-rose-400\/35 {
    border-inline-start-color: rgb(251 113 133 / 0.35);
  }

  .md\:border-s-rose-400\/40 {
    border-inline-start-color: rgb(251 113 133 / 0.4);
  }

  .md\:border-s-rose-400\/45 {
    border-inline-start-color: rgb(251 113 133 / 0.45);
  }

  .md\:border-s-rose-400\/5 {
    border-inline-start-color: rgb(251 113 133 / 0.05);
  }

  .md\:border-s-rose-400\/50 {
    border-inline-start-color: rgb(251 113 133 / 0.5);
  }

  .md\:border-s-rose-400\/55 {
    border-inline-start-color: rgb(251 113 133 / 0.55);
  }

  .md\:border-s-rose-400\/60 {
    border-inline-start-color: rgb(251 113 133 / 0.6);
  }

  .md\:border-s-rose-400\/65 {
    border-inline-start-color: rgb(251 113 133 / 0.65);
  }

  .md\:border-s-rose-400\/70 {
    border-inline-start-color: rgb(251 113 133 / 0.7);
  }

  .md\:border-s-rose-400\/75 {
    border-inline-start-color: rgb(251 113 133 / 0.75);
  }

  .md\:border-s-rose-400\/80 {
    border-inline-start-color: rgb(251 113 133 / 0.8);
  }

  .md\:border-s-rose-400\/85 {
    border-inline-start-color: rgb(251 113 133 / 0.85);
  }

  .md\:border-s-rose-400\/90 {
    border-inline-start-color: rgb(251 113 133 / 0.9);
  }

  .md\:border-s-rose-400\/95 {
    border-inline-start-color: rgb(251 113 133 / 0.95);
  }

  .md\:border-s-rose-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(255 241 242 / var(--tw-border-opacity));
  }

  .md\:border-s-rose-50\/0 {
    border-inline-start-color: rgb(255 241 242 / 0);
  }

  .md\:border-s-rose-50\/10 {
    border-inline-start-color: rgb(255 241 242 / 0.1);
  }

  .md\:border-s-rose-50\/100 {
    border-inline-start-color: rgb(255 241 242 / 1);
  }

  .md\:border-s-rose-50\/15 {
    border-inline-start-color: rgb(255 241 242 / 0.15);
  }

  .md\:border-s-rose-50\/20 {
    border-inline-start-color: rgb(255 241 242 / 0.2);
  }

  .md\:border-s-rose-50\/25 {
    border-inline-start-color: rgb(255 241 242 / 0.25);
  }

  .md\:border-s-rose-50\/30 {
    border-inline-start-color: rgb(255 241 242 / 0.3);
  }

  .md\:border-s-rose-50\/35 {
    border-inline-start-color: rgb(255 241 242 / 0.35);
  }

  .md\:border-s-rose-50\/40 {
    border-inline-start-color: rgb(255 241 242 / 0.4);
  }

  .md\:border-s-rose-50\/45 {
    border-inline-start-color: rgb(255 241 242 / 0.45);
  }

  .md\:border-s-rose-50\/5 {
    border-inline-start-color: rgb(255 241 242 / 0.05);
  }

  .md\:border-s-rose-50\/50 {
    border-inline-start-color: rgb(255 241 242 / 0.5);
  }

  .md\:border-s-rose-50\/55 {
    border-inline-start-color: rgb(255 241 242 / 0.55);
  }

  .md\:border-s-rose-50\/60 {
    border-inline-start-color: rgb(255 241 242 / 0.6);
  }

  .md\:border-s-rose-50\/65 {
    border-inline-start-color: rgb(255 241 242 / 0.65);
  }

  .md\:border-s-rose-50\/70 {
    border-inline-start-color: rgb(255 241 242 / 0.7);
  }

  .md\:border-s-rose-50\/75 {
    border-inline-start-color: rgb(255 241 242 / 0.75);
  }

  .md\:border-s-rose-50\/80 {
    border-inline-start-color: rgb(255 241 242 / 0.8);
  }

  .md\:border-s-rose-50\/85 {
    border-inline-start-color: rgb(255 241 242 / 0.85);
  }

  .md\:border-s-rose-50\/90 {
    border-inline-start-color: rgb(255 241 242 / 0.9);
  }

  .md\:border-s-rose-50\/95 {
    border-inline-start-color: rgb(255 241 242 / 0.95);
  }

  .md\:border-s-rose-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(244 63 94 / var(--tw-border-opacity));
  }

  .md\:border-s-rose-500\/0 {
    border-inline-start-color: rgb(244 63 94 / 0);
  }

  .md\:border-s-rose-500\/10 {
    border-inline-start-color: rgb(244 63 94 / 0.1);
  }

  .md\:border-s-rose-500\/100 {
    border-inline-start-color: rgb(244 63 94 / 1);
  }

  .md\:border-s-rose-500\/15 {
    border-inline-start-color: rgb(244 63 94 / 0.15);
  }

  .md\:border-s-rose-500\/20 {
    border-inline-start-color: rgb(244 63 94 / 0.2);
  }

  .md\:border-s-rose-500\/25 {
    border-inline-start-color: rgb(244 63 94 / 0.25);
  }

  .md\:border-s-rose-500\/30 {
    border-inline-start-color: rgb(244 63 94 / 0.3);
  }

  .md\:border-s-rose-500\/35 {
    border-inline-start-color: rgb(244 63 94 / 0.35);
  }

  .md\:border-s-rose-500\/40 {
    border-inline-start-color: rgb(244 63 94 / 0.4);
  }

  .md\:border-s-rose-500\/45 {
    border-inline-start-color: rgb(244 63 94 / 0.45);
  }

  .md\:border-s-rose-500\/5 {
    border-inline-start-color: rgb(244 63 94 / 0.05);
  }

  .md\:border-s-rose-500\/50 {
    border-inline-start-color: rgb(244 63 94 / 0.5);
  }

  .md\:border-s-rose-500\/55 {
    border-inline-start-color: rgb(244 63 94 / 0.55);
  }

  .md\:border-s-rose-500\/60 {
    border-inline-start-color: rgb(244 63 94 / 0.6);
  }

  .md\:border-s-rose-500\/65 {
    border-inline-start-color: rgb(244 63 94 / 0.65);
  }

  .md\:border-s-rose-500\/70 {
    border-inline-start-color: rgb(244 63 94 / 0.7);
  }

  .md\:border-s-rose-500\/75 {
    border-inline-start-color: rgb(244 63 94 / 0.75);
  }

  .md\:border-s-rose-500\/80 {
    border-inline-start-color: rgb(244 63 94 / 0.8);
  }

  .md\:border-s-rose-500\/85 {
    border-inline-start-color: rgb(244 63 94 / 0.85);
  }

  .md\:border-s-rose-500\/90 {
    border-inline-start-color: rgb(244 63 94 / 0.9);
  }

  .md\:border-s-rose-500\/95 {
    border-inline-start-color: rgb(244 63 94 / 0.95);
  }

  .md\:border-s-rose-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(225 29 72 / var(--tw-border-opacity));
  }

  .md\:border-s-rose-600\/0 {
    border-inline-start-color: rgb(225 29 72 / 0);
  }

  .md\:border-s-rose-600\/10 {
    border-inline-start-color: rgb(225 29 72 / 0.1);
  }

  .md\:border-s-rose-600\/100 {
    border-inline-start-color: rgb(225 29 72 / 1);
  }

  .md\:border-s-rose-600\/15 {
    border-inline-start-color: rgb(225 29 72 / 0.15);
  }

  .md\:border-s-rose-600\/20 {
    border-inline-start-color: rgb(225 29 72 / 0.2);
  }

  .md\:border-s-rose-600\/25 {
    border-inline-start-color: rgb(225 29 72 / 0.25);
  }

  .md\:border-s-rose-600\/30 {
    border-inline-start-color: rgb(225 29 72 / 0.3);
  }

  .md\:border-s-rose-600\/35 {
    border-inline-start-color: rgb(225 29 72 / 0.35);
  }

  .md\:border-s-rose-600\/40 {
    border-inline-start-color: rgb(225 29 72 / 0.4);
  }

  .md\:border-s-rose-600\/45 {
    border-inline-start-color: rgb(225 29 72 / 0.45);
  }

  .md\:border-s-rose-600\/5 {
    border-inline-start-color: rgb(225 29 72 / 0.05);
  }

  .md\:border-s-rose-600\/50 {
    border-inline-start-color: rgb(225 29 72 / 0.5);
  }

  .md\:border-s-rose-600\/55 {
    border-inline-start-color: rgb(225 29 72 / 0.55);
  }

  .md\:border-s-rose-600\/60 {
    border-inline-start-color: rgb(225 29 72 / 0.6);
  }

  .md\:border-s-rose-600\/65 {
    border-inline-start-color: rgb(225 29 72 / 0.65);
  }

  .md\:border-s-rose-600\/70 {
    border-inline-start-color: rgb(225 29 72 / 0.7);
  }

  .md\:border-s-rose-600\/75 {
    border-inline-start-color: rgb(225 29 72 / 0.75);
  }

  .md\:border-s-rose-600\/80 {
    border-inline-start-color: rgb(225 29 72 / 0.8);
  }

  .md\:border-s-rose-600\/85 {
    border-inline-start-color: rgb(225 29 72 / 0.85);
  }

  .md\:border-s-rose-600\/90 {
    border-inline-start-color: rgb(225 29 72 / 0.9);
  }

  .md\:border-s-rose-600\/95 {
    border-inline-start-color: rgb(225 29 72 / 0.95);
  }

  .md\:border-s-rose-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(190 18 60 / var(--tw-border-opacity));
  }

  .md\:border-s-rose-700\/0 {
    border-inline-start-color: rgb(190 18 60 / 0);
  }

  .md\:border-s-rose-700\/10 {
    border-inline-start-color: rgb(190 18 60 / 0.1);
  }

  .md\:border-s-rose-700\/100 {
    border-inline-start-color: rgb(190 18 60 / 1);
  }

  .md\:border-s-rose-700\/15 {
    border-inline-start-color: rgb(190 18 60 / 0.15);
  }

  .md\:border-s-rose-700\/20 {
    border-inline-start-color: rgb(190 18 60 / 0.2);
  }

  .md\:border-s-rose-700\/25 {
    border-inline-start-color: rgb(190 18 60 / 0.25);
  }

  .md\:border-s-rose-700\/30 {
    border-inline-start-color: rgb(190 18 60 / 0.3);
  }

  .md\:border-s-rose-700\/35 {
    border-inline-start-color: rgb(190 18 60 / 0.35);
  }

  .md\:border-s-rose-700\/40 {
    border-inline-start-color: rgb(190 18 60 / 0.4);
  }

  .md\:border-s-rose-700\/45 {
    border-inline-start-color: rgb(190 18 60 / 0.45);
  }

  .md\:border-s-rose-700\/5 {
    border-inline-start-color: rgb(190 18 60 / 0.05);
  }

  .md\:border-s-rose-700\/50 {
    border-inline-start-color: rgb(190 18 60 / 0.5);
  }

  .md\:border-s-rose-700\/55 {
    border-inline-start-color: rgb(190 18 60 / 0.55);
  }

  .md\:border-s-rose-700\/60 {
    border-inline-start-color: rgb(190 18 60 / 0.6);
  }

  .md\:border-s-rose-700\/65 {
    border-inline-start-color: rgb(190 18 60 / 0.65);
  }

  .md\:border-s-rose-700\/70 {
    border-inline-start-color: rgb(190 18 60 / 0.7);
  }

  .md\:border-s-rose-700\/75 {
    border-inline-start-color: rgb(190 18 60 / 0.75);
  }

  .md\:border-s-rose-700\/80 {
    border-inline-start-color: rgb(190 18 60 / 0.8);
  }

  .md\:border-s-rose-700\/85 {
    border-inline-start-color: rgb(190 18 60 / 0.85);
  }

  .md\:border-s-rose-700\/90 {
    border-inline-start-color: rgb(190 18 60 / 0.9);
  }

  .md\:border-s-rose-700\/95 {
    border-inline-start-color: rgb(190 18 60 / 0.95);
  }

  .md\:border-s-rose-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(159 18 57 / var(--tw-border-opacity));
  }

  .md\:border-s-rose-800\/0 {
    border-inline-start-color: rgb(159 18 57 / 0);
  }

  .md\:border-s-rose-800\/10 {
    border-inline-start-color: rgb(159 18 57 / 0.1);
  }

  .md\:border-s-rose-800\/100 {
    border-inline-start-color: rgb(159 18 57 / 1);
  }

  .md\:border-s-rose-800\/15 {
    border-inline-start-color: rgb(159 18 57 / 0.15);
  }

  .md\:border-s-rose-800\/20 {
    border-inline-start-color: rgb(159 18 57 / 0.2);
  }

  .md\:border-s-rose-800\/25 {
    border-inline-start-color: rgb(159 18 57 / 0.25);
  }

  .md\:border-s-rose-800\/30 {
    border-inline-start-color: rgb(159 18 57 / 0.3);
  }

  .md\:border-s-rose-800\/35 {
    border-inline-start-color: rgb(159 18 57 / 0.35);
  }

  .md\:border-s-rose-800\/40 {
    border-inline-start-color: rgb(159 18 57 / 0.4);
  }

  .md\:border-s-rose-800\/45 {
    border-inline-start-color: rgb(159 18 57 / 0.45);
  }

  .md\:border-s-rose-800\/5 {
    border-inline-start-color: rgb(159 18 57 / 0.05);
  }

  .md\:border-s-rose-800\/50 {
    border-inline-start-color: rgb(159 18 57 / 0.5);
  }

  .md\:border-s-rose-800\/55 {
    border-inline-start-color: rgb(159 18 57 / 0.55);
  }

  .md\:border-s-rose-800\/60 {
    border-inline-start-color: rgb(159 18 57 / 0.6);
  }

  .md\:border-s-rose-800\/65 {
    border-inline-start-color: rgb(159 18 57 / 0.65);
  }

  .md\:border-s-rose-800\/70 {
    border-inline-start-color: rgb(159 18 57 / 0.7);
  }

  .md\:border-s-rose-800\/75 {
    border-inline-start-color: rgb(159 18 57 / 0.75);
  }

  .md\:border-s-rose-800\/80 {
    border-inline-start-color: rgb(159 18 57 / 0.8);
  }

  .md\:border-s-rose-800\/85 {
    border-inline-start-color: rgb(159 18 57 / 0.85);
  }

  .md\:border-s-rose-800\/90 {
    border-inline-start-color: rgb(159 18 57 / 0.9);
  }

  .md\:border-s-rose-800\/95 {
    border-inline-start-color: rgb(159 18 57 / 0.95);
  }

  .md\:border-s-rose-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(136 19 55 / var(--tw-border-opacity));
  }

  .md\:border-s-rose-900\/0 {
    border-inline-start-color: rgb(136 19 55 / 0);
  }

  .md\:border-s-rose-900\/10 {
    border-inline-start-color: rgb(136 19 55 / 0.1);
  }

  .md\:border-s-rose-900\/100 {
    border-inline-start-color: rgb(136 19 55 / 1);
  }

  .md\:border-s-rose-900\/15 {
    border-inline-start-color: rgb(136 19 55 / 0.15);
  }

  .md\:border-s-rose-900\/20 {
    border-inline-start-color: rgb(136 19 55 / 0.2);
  }

  .md\:border-s-rose-900\/25 {
    border-inline-start-color: rgb(136 19 55 / 0.25);
  }

  .md\:border-s-rose-900\/30 {
    border-inline-start-color: rgb(136 19 55 / 0.3);
  }

  .md\:border-s-rose-900\/35 {
    border-inline-start-color: rgb(136 19 55 / 0.35);
  }

  .md\:border-s-rose-900\/40 {
    border-inline-start-color: rgb(136 19 55 / 0.4);
  }

  .md\:border-s-rose-900\/45 {
    border-inline-start-color: rgb(136 19 55 / 0.45);
  }

  .md\:border-s-rose-900\/5 {
    border-inline-start-color: rgb(136 19 55 / 0.05);
  }

  .md\:border-s-rose-900\/50 {
    border-inline-start-color: rgb(136 19 55 / 0.5);
  }

  .md\:border-s-rose-900\/55 {
    border-inline-start-color: rgb(136 19 55 / 0.55);
  }

  .md\:border-s-rose-900\/60 {
    border-inline-start-color: rgb(136 19 55 / 0.6);
  }

  .md\:border-s-rose-900\/65 {
    border-inline-start-color: rgb(136 19 55 / 0.65);
  }

  .md\:border-s-rose-900\/70 {
    border-inline-start-color: rgb(136 19 55 / 0.7);
  }

  .md\:border-s-rose-900\/75 {
    border-inline-start-color: rgb(136 19 55 / 0.75);
  }

  .md\:border-s-rose-900\/80 {
    border-inline-start-color: rgb(136 19 55 / 0.8);
  }

  .md\:border-s-rose-900\/85 {
    border-inline-start-color: rgb(136 19 55 / 0.85);
  }

  .md\:border-s-rose-900\/90 {
    border-inline-start-color: rgb(136 19 55 / 0.9);
  }

  .md\:border-s-rose-900\/95 {
    border-inline-start-color: rgb(136 19 55 / 0.95);
  }

  .md\:border-s-rose-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(76 5 25 / var(--tw-border-opacity));
  }

  .md\:border-s-rose-950\/0 {
    border-inline-start-color: rgb(76 5 25 / 0);
  }

  .md\:border-s-rose-950\/10 {
    border-inline-start-color: rgb(76 5 25 / 0.1);
  }

  .md\:border-s-rose-950\/100 {
    border-inline-start-color: rgb(76 5 25 / 1);
  }

  .md\:border-s-rose-950\/15 {
    border-inline-start-color: rgb(76 5 25 / 0.15);
  }

  .md\:border-s-rose-950\/20 {
    border-inline-start-color: rgb(76 5 25 / 0.2);
  }

  .md\:border-s-rose-950\/25 {
    border-inline-start-color: rgb(76 5 25 / 0.25);
  }

  .md\:border-s-rose-950\/30 {
    border-inline-start-color: rgb(76 5 25 / 0.3);
  }

  .md\:border-s-rose-950\/35 {
    border-inline-start-color: rgb(76 5 25 / 0.35);
  }

  .md\:border-s-rose-950\/40 {
    border-inline-start-color: rgb(76 5 25 / 0.4);
  }

  .md\:border-s-rose-950\/45 {
    border-inline-start-color: rgb(76 5 25 / 0.45);
  }

  .md\:border-s-rose-950\/5 {
    border-inline-start-color: rgb(76 5 25 / 0.05);
  }

  .md\:border-s-rose-950\/50 {
    border-inline-start-color: rgb(76 5 25 / 0.5);
  }

  .md\:border-s-rose-950\/55 {
    border-inline-start-color: rgb(76 5 25 / 0.55);
  }

  .md\:border-s-rose-950\/60 {
    border-inline-start-color: rgb(76 5 25 / 0.6);
  }

  .md\:border-s-rose-950\/65 {
    border-inline-start-color: rgb(76 5 25 / 0.65);
  }

  .md\:border-s-rose-950\/70 {
    border-inline-start-color: rgb(76 5 25 / 0.7);
  }

  .md\:border-s-rose-950\/75 {
    border-inline-start-color: rgb(76 5 25 / 0.75);
  }

  .md\:border-s-rose-950\/80 {
    border-inline-start-color: rgb(76 5 25 / 0.8);
  }

  .md\:border-s-rose-950\/85 {
    border-inline-start-color: rgb(76 5 25 / 0.85);
  }

  .md\:border-s-rose-950\/90 {
    border-inline-start-color: rgb(76 5 25 / 0.9);
  }

  .md\:border-s-rose-950\/95 {
    border-inline-start-color: rgb(76 5 25 / 0.95);
  }

  .md\:border-s-sky-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(224 242 254 / var(--tw-border-opacity));
  }

  .md\:border-s-sky-100\/0 {
    border-inline-start-color: rgb(224 242 254 / 0);
  }

  .md\:border-s-sky-100\/10 {
    border-inline-start-color: rgb(224 242 254 / 0.1);
  }

  .md\:border-s-sky-100\/100 {
    border-inline-start-color: rgb(224 242 254 / 1);
  }

  .md\:border-s-sky-100\/15 {
    border-inline-start-color: rgb(224 242 254 / 0.15);
  }

  .md\:border-s-sky-100\/20 {
    border-inline-start-color: rgb(224 242 254 / 0.2);
  }

  .md\:border-s-sky-100\/25 {
    border-inline-start-color: rgb(224 242 254 / 0.25);
  }

  .md\:border-s-sky-100\/30 {
    border-inline-start-color: rgb(224 242 254 / 0.3);
  }

  .md\:border-s-sky-100\/35 {
    border-inline-start-color: rgb(224 242 254 / 0.35);
  }

  .md\:border-s-sky-100\/40 {
    border-inline-start-color: rgb(224 242 254 / 0.4);
  }

  .md\:border-s-sky-100\/45 {
    border-inline-start-color: rgb(224 242 254 / 0.45);
  }

  .md\:border-s-sky-100\/5 {
    border-inline-start-color: rgb(224 242 254 / 0.05);
  }

  .md\:border-s-sky-100\/50 {
    border-inline-start-color: rgb(224 242 254 / 0.5);
  }

  .md\:border-s-sky-100\/55 {
    border-inline-start-color: rgb(224 242 254 / 0.55);
  }

  .md\:border-s-sky-100\/60 {
    border-inline-start-color: rgb(224 242 254 / 0.6);
  }

  .md\:border-s-sky-100\/65 {
    border-inline-start-color: rgb(224 242 254 / 0.65);
  }

  .md\:border-s-sky-100\/70 {
    border-inline-start-color: rgb(224 242 254 / 0.7);
  }

  .md\:border-s-sky-100\/75 {
    border-inline-start-color: rgb(224 242 254 / 0.75);
  }

  .md\:border-s-sky-100\/80 {
    border-inline-start-color: rgb(224 242 254 / 0.8);
  }

  .md\:border-s-sky-100\/85 {
    border-inline-start-color: rgb(224 242 254 / 0.85);
  }

  .md\:border-s-sky-100\/90 {
    border-inline-start-color: rgb(224 242 254 / 0.9);
  }

  .md\:border-s-sky-100\/95 {
    border-inline-start-color: rgb(224 242 254 / 0.95);
  }

  .md\:border-s-sky-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(186 230 253 / var(--tw-border-opacity));
  }

  .md\:border-s-sky-200\/0 {
    border-inline-start-color: rgb(186 230 253 / 0);
  }

  .md\:border-s-sky-200\/10 {
    border-inline-start-color: rgb(186 230 253 / 0.1);
  }

  .md\:border-s-sky-200\/100 {
    border-inline-start-color: rgb(186 230 253 / 1);
  }

  .md\:border-s-sky-200\/15 {
    border-inline-start-color: rgb(186 230 253 / 0.15);
  }

  .md\:border-s-sky-200\/20 {
    border-inline-start-color: rgb(186 230 253 / 0.2);
  }

  .md\:border-s-sky-200\/25 {
    border-inline-start-color: rgb(186 230 253 / 0.25);
  }

  .md\:border-s-sky-200\/30 {
    border-inline-start-color: rgb(186 230 253 / 0.3);
  }

  .md\:border-s-sky-200\/35 {
    border-inline-start-color: rgb(186 230 253 / 0.35);
  }

  .md\:border-s-sky-200\/40 {
    border-inline-start-color: rgb(186 230 253 / 0.4);
  }

  .md\:border-s-sky-200\/45 {
    border-inline-start-color: rgb(186 230 253 / 0.45);
  }

  .md\:border-s-sky-200\/5 {
    border-inline-start-color: rgb(186 230 253 / 0.05);
  }

  .md\:border-s-sky-200\/50 {
    border-inline-start-color: rgb(186 230 253 / 0.5);
  }

  .md\:border-s-sky-200\/55 {
    border-inline-start-color: rgb(186 230 253 / 0.55);
  }

  .md\:border-s-sky-200\/60 {
    border-inline-start-color: rgb(186 230 253 / 0.6);
  }

  .md\:border-s-sky-200\/65 {
    border-inline-start-color: rgb(186 230 253 / 0.65);
  }

  .md\:border-s-sky-200\/70 {
    border-inline-start-color: rgb(186 230 253 / 0.7);
  }

  .md\:border-s-sky-200\/75 {
    border-inline-start-color: rgb(186 230 253 / 0.75);
  }

  .md\:border-s-sky-200\/80 {
    border-inline-start-color: rgb(186 230 253 / 0.8);
  }

  .md\:border-s-sky-200\/85 {
    border-inline-start-color: rgb(186 230 253 / 0.85);
  }

  .md\:border-s-sky-200\/90 {
    border-inline-start-color: rgb(186 230 253 / 0.9);
  }

  .md\:border-s-sky-200\/95 {
    border-inline-start-color: rgb(186 230 253 / 0.95);
  }

  .md\:border-s-sky-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(125 211 252 / var(--tw-border-opacity));
  }

  .md\:border-s-sky-300\/0 {
    border-inline-start-color: rgb(125 211 252 / 0);
  }

  .md\:border-s-sky-300\/10 {
    border-inline-start-color: rgb(125 211 252 / 0.1);
  }

  .md\:border-s-sky-300\/100 {
    border-inline-start-color: rgb(125 211 252 / 1);
  }

  .md\:border-s-sky-300\/15 {
    border-inline-start-color: rgb(125 211 252 / 0.15);
  }

  .md\:border-s-sky-300\/20 {
    border-inline-start-color: rgb(125 211 252 / 0.2);
  }

  .md\:border-s-sky-300\/25 {
    border-inline-start-color: rgb(125 211 252 / 0.25);
  }

  .md\:border-s-sky-300\/30 {
    border-inline-start-color: rgb(125 211 252 / 0.3);
  }

  .md\:border-s-sky-300\/35 {
    border-inline-start-color: rgb(125 211 252 / 0.35);
  }

  .md\:border-s-sky-300\/40 {
    border-inline-start-color: rgb(125 211 252 / 0.4);
  }

  .md\:border-s-sky-300\/45 {
    border-inline-start-color: rgb(125 211 252 / 0.45);
  }

  .md\:border-s-sky-300\/5 {
    border-inline-start-color: rgb(125 211 252 / 0.05);
  }

  .md\:border-s-sky-300\/50 {
    border-inline-start-color: rgb(125 211 252 / 0.5);
  }

  .md\:border-s-sky-300\/55 {
    border-inline-start-color: rgb(125 211 252 / 0.55);
  }

  .md\:border-s-sky-300\/60 {
    border-inline-start-color: rgb(125 211 252 / 0.6);
  }

  .md\:border-s-sky-300\/65 {
    border-inline-start-color: rgb(125 211 252 / 0.65);
  }

  .md\:border-s-sky-300\/70 {
    border-inline-start-color: rgb(125 211 252 / 0.7);
  }

  .md\:border-s-sky-300\/75 {
    border-inline-start-color: rgb(125 211 252 / 0.75);
  }

  .md\:border-s-sky-300\/80 {
    border-inline-start-color: rgb(125 211 252 / 0.8);
  }

  .md\:border-s-sky-300\/85 {
    border-inline-start-color: rgb(125 211 252 / 0.85);
  }

  .md\:border-s-sky-300\/90 {
    border-inline-start-color: rgb(125 211 252 / 0.9);
  }

  .md\:border-s-sky-300\/95 {
    border-inline-start-color: rgb(125 211 252 / 0.95);
  }

  .md\:border-s-sky-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(56 189 248 / var(--tw-border-opacity));
  }

  .md\:border-s-sky-400\/0 {
    border-inline-start-color: rgb(56 189 248 / 0);
  }

  .md\:border-s-sky-400\/10 {
    border-inline-start-color: rgb(56 189 248 / 0.1);
  }

  .md\:border-s-sky-400\/100 {
    border-inline-start-color: rgb(56 189 248 / 1);
  }

  .md\:border-s-sky-400\/15 {
    border-inline-start-color: rgb(56 189 248 / 0.15);
  }

  .md\:border-s-sky-400\/20 {
    border-inline-start-color: rgb(56 189 248 / 0.2);
  }

  .md\:border-s-sky-400\/25 {
    border-inline-start-color: rgb(56 189 248 / 0.25);
  }

  .md\:border-s-sky-400\/30 {
    border-inline-start-color: rgb(56 189 248 / 0.3);
  }

  .md\:border-s-sky-400\/35 {
    border-inline-start-color: rgb(56 189 248 / 0.35);
  }

  .md\:border-s-sky-400\/40 {
    border-inline-start-color: rgb(56 189 248 / 0.4);
  }

  .md\:border-s-sky-400\/45 {
    border-inline-start-color: rgb(56 189 248 / 0.45);
  }

  .md\:border-s-sky-400\/5 {
    border-inline-start-color: rgb(56 189 248 / 0.05);
  }

  .md\:border-s-sky-400\/50 {
    border-inline-start-color: rgb(56 189 248 / 0.5);
  }

  .md\:border-s-sky-400\/55 {
    border-inline-start-color: rgb(56 189 248 / 0.55);
  }

  .md\:border-s-sky-400\/60 {
    border-inline-start-color: rgb(56 189 248 / 0.6);
  }

  .md\:border-s-sky-400\/65 {
    border-inline-start-color: rgb(56 189 248 / 0.65);
  }

  .md\:border-s-sky-400\/70 {
    border-inline-start-color: rgb(56 189 248 / 0.7);
  }

  .md\:border-s-sky-400\/75 {
    border-inline-start-color: rgb(56 189 248 / 0.75);
  }

  .md\:border-s-sky-400\/80 {
    border-inline-start-color: rgb(56 189 248 / 0.8);
  }

  .md\:border-s-sky-400\/85 {
    border-inline-start-color: rgb(56 189 248 / 0.85);
  }

  .md\:border-s-sky-400\/90 {
    border-inline-start-color: rgb(56 189 248 / 0.9);
  }

  .md\:border-s-sky-400\/95 {
    border-inline-start-color: rgb(56 189 248 / 0.95);
  }

  .md\:border-s-sky-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(240 249 255 / var(--tw-border-opacity));
  }

  .md\:border-s-sky-50\/0 {
    border-inline-start-color: rgb(240 249 255 / 0);
  }

  .md\:border-s-sky-50\/10 {
    border-inline-start-color: rgb(240 249 255 / 0.1);
  }

  .md\:border-s-sky-50\/100 {
    border-inline-start-color: rgb(240 249 255 / 1);
  }

  .md\:border-s-sky-50\/15 {
    border-inline-start-color: rgb(240 249 255 / 0.15);
  }

  .md\:border-s-sky-50\/20 {
    border-inline-start-color: rgb(240 249 255 / 0.2);
  }

  .md\:border-s-sky-50\/25 {
    border-inline-start-color: rgb(240 249 255 / 0.25);
  }

  .md\:border-s-sky-50\/30 {
    border-inline-start-color: rgb(240 249 255 / 0.3);
  }

  .md\:border-s-sky-50\/35 {
    border-inline-start-color: rgb(240 249 255 / 0.35);
  }

  .md\:border-s-sky-50\/40 {
    border-inline-start-color: rgb(240 249 255 / 0.4);
  }

  .md\:border-s-sky-50\/45 {
    border-inline-start-color: rgb(240 249 255 / 0.45);
  }

  .md\:border-s-sky-50\/5 {
    border-inline-start-color: rgb(240 249 255 / 0.05);
  }

  .md\:border-s-sky-50\/50 {
    border-inline-start-color: rgb(240 249 255 / 0.5);
  }

  .md\:border-s-sky-50\/55 {
    border-inline-start-color: rgb(240 249 255 / 0.55);
  }

  .md\:border-s-sky-50\/60 {
    border-inline-start-color: rgb(240 249 255 / 0.6);
  }

  .md\:border-s-sky-50\/65 {
    border-inline-start-color: rgb(240 249 255 / 0.65);
  }

  .md\:border-s-sky-50\/70 {
    border-inline-start-color: rgb(240 249 255 / 0.7);
  }

  .md\:border-s-sky-50\/75 {
    border-inline-start-color: rgb(240 249 255 / 0.75);
  }

  .md\:border-s-sky-50\/80 {
    border-inline-start-color: rgb(240 249 255 / 0.8);
  }

  .md\:border-s-sky-50\/85 {
    border-inline-start-color: rgb(240 249 255 / 0.85);
  }

  .md\:border-s-sky-50\/90 {
    border-inline-start-color: rgb(240 249 255 / 0.9);
  }

  .md\:border-s-sky-50\/95 {
    border-inline-start-color: rgb(240 249 255 / 0.95);
  }

  .md\:border-s-sky-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(14 165 233 / var(--tw-border-opacity));
  }

  .md\:border-s-sky-500\/0 {
    border-inline-start-color: rgb(14 165 233 / 0);
  }

  .md\:border-s-sky-500\/10 {
    border-inline-start-color: rgb(14 165 233 / 0.1);
  }

  .md\:border-s-sky-500\/100 {
    border-inline-start-color: rgb(14 165 233 / 1);
  }

  .md\:border-s-sky-500\/15 {
    border-inline-start-color: rgb(14 165 233 / 0.15);
  }

  .md\:border-s-sky-500\/20 {
    border-inline-start-color: rgb(14 165 233 / 0.2);
  }

  .md\:border-s-sky-500\/25 {
    border-inline-start-color: rgb(14 165 233 / 0.25);
  }

  .md\:border-s-sky-500\/30 {
    border-inline-start-color: rgb(14 165 233 / 0.3);
  }

  .md\:border-s-sky-500\/35 {
    border-inline-start-color: rgb(14 165 233 / 0.35);
  }

  .md\:border-s-sky-500\/40 {
    border-inline-start-color: rgb(14 165 233 / 0.4);
  }

  .md\:border-s-sky-500\/45 {
    border-inline-start-color: rgb(14 165 233 / 0.45);
  }

  .md\:border-s-sky-500\/5 {
    border-inline-start-color: rgb(14 165 233 / 0.05);
  }

  .md\:border-s-sky-500\/50 {
    border-inline-start-color: rgb(14 165 233 / 0.5);
  }

  .md\:border-s-sky-500\/55 {
    border-inline-start-color: rgb(14 165 233 / 0.55);
  }

  .md\:border-s-sky-500\/60 {
    border-inline-start-color: rgb(14 165 233 / 0.6);
  }

  .md\:border-s-sky-500\/65 {
    border-inline-start-color: rgb(14 165 233 / 0.65);
  }

  .md\:border-s-sky-500\/70 {
    border-inline-start-color: rgb(14 165 233 / 0.7);
  }

  .md\:border-s-sky-500\/75 {
    border-inline-start-color: rgb(14 165 233 / 0.75);
  }

  .md\:border-s-sky-500\/80 {
    border-inline-start-color: rgb(14 165 233 / 0.8);
  }

  .md\:border-s-sky-500\/85 {
    border-inline-start-color: rgb(14 165 233 / 0.85);
  }

  .md\:border-s-sky-500\/90 {
    border-inline-start-color: rgb(14 165 233 / 0.9);
  }

  .md\:border-s-sky-500\/95 {
    border-inline-start-color: rgb(14 165 233 / 0.95);
  }

  .md\:border-s-sky-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(2 132 199 / var(--tw-border-opacity));
  }

  .md\:border-s-sky-600\/0 {
    border-inline-start-color: rgb(2 132 199 / 0);
  }

  .md\:border-s-sky-600\/10 {
    border-inline-start-color: rgb(2 132 199 / 0.1);
  }

  .md\:border-s-sky-600\/100 {
    border-inline-start-color: rgb(2 132 199 / 1);
  }

  .md\:border-s-sky-600\/15 {
    border-inline-start-color: rgb(2 132 199 / 0.15);
  }

  .md\:border-s-sky-600\/20 {
    border-inline-start-color: rgb(2 132 199 / 0.2);
  }

  .md\:border-s-sky-600\/25 {
    border-inline-start-color: rgb(2 132 199 / 0.25);
  }

  .md\:border-s-sky-600\/30 {
    border-inline-start-color: rgb(2 132 199 / 0.3);
  }

  .md\:border-s-sky-600\/35 {
    border-inline-start-color: rgb(2 132 199 / 0.35);
  }

  .md\:border-s-sky-600\/40 {
    border-inline-start-color: rgb(2 132 199 / 0.4);
  }

  .md\:border-s-sky-600\/45 {
    border-inline-start-color: rgb(2 132 199 / 0.45);
  }

  .md\:border-s-sky-600\/5 {
    border-inline-start-color: rgb(2 132 199 / 0.05);
  }

  .md\:border-s-sky-600\/50 {
    border-inline-start-color: rgb(2 132 199 / 0.5);
  }

  .md\:border-s-sky-600\/55 {
    border-inline-start-color: rgb(2 132 199 / 0.55);
  }

  .md\:border-s-sky-600\/60 {
    border-inline-start-color: rgb(2 132 199 / 0.6);
  }

  .md\:border-s-sky-600\/65 {
    border-inline-start-color: rgb(2 132 199 / 0.65);
  }

  .md\:border-s-sky-600\/70 {
    border-inline-start-color: rgb(2 132 199 / 0.7);
  }

  .md\:border-s-sky-600\/75 {
    border-inline-start-color: rgb(2 132 199 / 0.75);
  }

  .md\:border-s-sky-600\/80 {
    border-inline-start-color: rgb(2 132 199 / 0.8);
  }

  .md\:border-s-sky-600\/85 {
    border-inline-start-color: rgb(2 132 199 / 0.85);
  }

  .md\:border-s-sky-600\/90 {
    border-inline-start-color: rgb(2 132 199 / 0.9);
  }

  .md\:border-s-sky-600\/95 {
    border-inline-start-color: rgb(2 132 199 / 0.95);
  }

  .md\:border-s-sky-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(3 105 161 / var(--tw-border-opacity));
  }

  .md\:border-s-sky-700\/0 {
    border-inline-start-color: rgb(3 105 161 / 0);
  }

  .md\:border-s-sky-700\/10 {
    border-inline-start-color: rgb(3 105 161 / 0.1);
  }

  .md\:border-s-sky-700\/100 {
    border-inline-start-color: rgb(3 105 161 / 1);
  }

  .md\:border-s-sky-700\/15 {
    border-inline-start-color: rgb(3 105 161 / 0.15);
  }

  .md\:border-s-sky-700\/20 {
    border-inline-start-color: rgb(3 105 161 / 0.2);
  }

  .md\:border-s-sky-700\/25 {
    border-inline-start-color: rgb(3 105 161 / 0.25);
  }

  .md\:border-s-sky-700\/30 {
    border-inline-start-color: rgb(3 105 161 / 0.3);
  }

  .md\:border-s-sky-700\/35 {
    border-inline-start-color: rgb(3 105 161 / 0.35);
  }

  .md\:border-s-sky-700\/40 {
    border-inline-start-color: rgb(3 105 161 / 0.4);
  }

  .md\:border-s-sky-700\/45 {
    border-inline-start-color: rgb(3 105 161 / 0.45);
  }

  .md\:border-s-sky-700\/5 {
    border-inline-start-color: rgb(3 105 161 / 0.05);
  }

  .md\:border-s-sky-700\/50 {
    border-inline-start-color: rgb(3 105 161 / 0.5);
  }

  .md\:border-s-sky-700\/55 {
    border-inline-start-color: rgb(3 105 161 / 0.55);
  }

  .md\:border-s-sky-700\/60 {
    border-inline-start-color: rgb(3 105 161 / 0.6);
  }

  .md\:border-s-sky-700\/65 {
    border-inline-start-color: rgb(3 105 161 / 0.65);
  }

  .md\:border-s-sky-700\/70 {
    border-inline-start-color: rgb(3 105 161 / 0.7);
  }

  .md\:border-s-sky-700\/75 {
    border-inline-start-color: rgb(3 105 161 / 0.75);
  }

  .md\:border-s-sky-700\/80 {
    border-inline-start-color: rgb(3 105 161 / 0.8);
  }

  .md\:border-s-sky-700\/85 {
    border-inline-start-color: rgb(3 105 161 / 0.85);
  }

  .md\:border-s-sky-700\/90 {
    border-inline-start-color: rgb(3 105 161 / 0.9);
  }

  .md\:border-s-sky-700\/95 {
    border-inline-start-color: rgb(3 105 161 / 0.95);
  }

  .md\:border-s-sky-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(7 89 133 / var(--tw-border-opacity));
  }

  .md\:border-s-sky-800\/0 {
    border-inline-start-color: rgb(7 89 133 / 0);
  }

  .md\:border-s-sky-800\/10 {
    border-inline-start-color: rgb(7 89 133 / 0.1);
  }

  .md\:border-s-sky-800\/100 {
    border-inline-start-color: rgb(7 89 133 / 1);
  }

  .md\:border-s-sky-800\/15 {
    border-inline-start-color: rgb(7 89 133 / 0.15);
  }

  .md\:border-s-sky-800\/20 {
    border-inline-start-color: rgb(7 89 133 / 0.2);
  }

  .md\:border-s-sky-800\/25 {
    border-inline-start-color: rgb(7 89 133 / 0.25);
  }

  .md\:border-s-sky-800\/30 {
    border-inline-start-color: rgb(7 89 133 / 0.3);
  }

  .md\:border-s-sky-800\/35 {
    border-inline-start-color: rgb(7 89 133 / 0.35);
  }

  .md\:border-s-sky-800\/40 {
    border-inline-start-color: rgb(7 89 133 / 0.4);
  }

  .md\:border-s-sky-800\/45 {
    border-inline-start-color: rgb(7 89 133 / 0.45);
  }

  .md\:border-s-sky-800\/5 {
    border-inline-start-color: rgb(7 89 133 / 0.05);
  }

  .md\:border-s-sky-800\/50 {
    border-inline-start-color: rgb(7 89 133 / 0.5);
  }

  .md\:border-s-sky-800\/55 {
    border-inline-start-color: rgb(7 89 133 / 0.55);
  }

  .md\:border-s-sky-800\/60 {
    border-inline-start-color: rgb(7 89 133 / 0.6);
  }

  .md\:border-s-sky-800\/65 {
    border-inline-start-color: rgb(7 89 133 / 0.65);
  }

  .md\:border-s-sky-800\/70 {
    border-inline-start-color: rgb(7 89 133 / 0.7);
  }

  .md\:border-s-sky-800\/75 {
    border-inline-start-color: rgb(7 89 133 / 0.75);
  }

  .md\:border-s-sky-800\/80 {
    border-inline-start-color: rgb(7 89 133 / 0.8);
  }

  .md\:border-s-sky-800\/85 {
    border-inline-start-color: rgb(7 89 133 / 0.85);
  }

  .md\:border-s-sky-800\/90 {
    border-inline-start-color: rgb(7 89 133 / 0.9);
  }

  .md\:border-s-sky-800\/95 {
    border-inline-start-color: rgb(7 89 133 / 0.95);
  }

  .md\:border-s-sky-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(12 74 110 / var(--tw-border-opacity));
  }

  .md\:border-s-sky-900\/0 {
    border-inline-start-color: rgb(12 74 110 / 0);
  }

  .md\:border-s-sky-900\/10 {
    border-inline-start-color: rgb(12 74 110 / 0.1);
  }

  .md\:border-s-sky-900\/100 {
    border-inline-start-color: rgb(12 74 110 / 1);
  }

  .md\:border-s-sky-900\/15 {
    border-inline-start-color: rgb(12 74 110 / 0.15);
  }

  .md\:border-s-sky-900\/20 {
    border-inline-start-color: rgb(12 74 110 / 0.2);
  }

  .md\:border-s-sky-900\/25 {
    border-inline-start-color: rgb(12 74 110 / 0.25);
  }

  .md\:border-s-sky-900\/30 {
    border-inline-start-color: rgb(12 74 110 / 0.3);
  }

  .md\:border-s-sky-900\/35 {
    border-inline-start-color: rgb(12 74 110 / 0.35);
  }

  .md\:border-s-sky-900\/40 {
    border-inline-start-color: rgb(12 74 110 / 0.4);
  }

  .md\:border-s-sky-900\/45 {
    border-inline-start-color: rgb(12 74 110 / 0.45);
  }

  .md\:border-s-sky-900\/5 {
    border-inline-start-color: rgb(12 74 110 / 0.05);
  }

  .md\:border-s-sky-900\/50 {
    border-inline-start-color: rgb(12 74 110 / 0.5);
  }

  .md\:border-s-sky-900\/55 {
    border-inline-start-color: rgb(12 74 110 / 0.55);
  }

  .md\:border-s-sky-900\/60 {
    border-inline-start-color: rgb(12 74 110 / 0.6);
  }

  .md\:border-s-sky-900\/65 {
    border-inline-start-color: rgb(12 74 110 / 0.65);
  }

  .md\:border-s-sky-900\/70 {
    border-inline-start-color: rgb(12 74 110 / 0.7);
  }

  .md\:border-s-sky-900\/75 {
    border-inline-start-color: rgb(12 74 110 / 0.75);
  }

  .md\:border-s-sky-900\/80 {
    border-inline-start-color: rgb(12 74 110 / 0.8);
  }

  .md\:border-s-sky-900\/85 {
    border-inline-start-color: rgb(12 74 110 / 0.85);
  }

  .md\:border-s-sky-900\/90 {
    border-inline-start-color: rgb(12 74 110 / 0.9);
  }

  .md\:border-s-sky-900\/95 {
    border-inline-start-color: rgb(12 74 110 / 0.95);
  }

  .md\:border-s-sky-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(8 47 73 / var(--tw-border-opacity));
  }

  .md\:border-s-sky-950\/0 {
    border-inline-start-color: rgb(8 47 73 / 0);
  }

  .md\:border-s-sky-950\/10 {
    border-inline-start-color: rgb(8 47 73 / 0.1);
  }

  .md\:border-s-sky-950\/100 {
    border-inline-start-color: rgb(8 47 73 / 1);
  }

  .md\:border-s-sky-950\/15 {
    border-inline-start-color: rgb(8 47 73 / 0.15);
  }

  .md\:border-s-sky-950\/20 {
    border-inline-start-color: rgb(8 47 73 / 0.2);
  }

  .md\:border-s-sky-950\/25 {
    border-inline-start-color: rgb(8 47 73 / 0.25);
  }

  .md\:border-s-sky-950\/30 {
    border-inline-start-color: rgb(8 47 73 / 0.3);
  }

  .md\:border-s-sky-950\/35 {
    border-inline-start-color: rgb(8 47 73 / 0.35);
  }

  .md\:border-s-sky-950\/40 {
    border-inline-start-color: rgb(8 47 73 / 0.4);
  }

  .md\:border-s-sky-950\/45 {
    border-inline-start-color: rgb(8 47 73 / 0.45);
  }

  .md\:border-s-sky-950\/5 {
    border-inline-start-color: rgb(8 47 73 / 0.05);
  }

  .md\:border-s-sky-950\/50 {
    border-inline-start-color: rgb(8 47 73 / 0.5);
  }

  .md\:border-s-sky-950\/55 {
    border-inline-start-color: rgb(8 47 73 / 0.55);
  }

  .md\:border-s-sky-950\/60 {
    border-inline-start-color: rgb(8 47 73 / 0.6);
  }

  .md\:border-s-sky-950\/65 {
    border-inline-start-color: rgb(8 47 73 / 0.65);
  }

  .md\:border-s-sky-950\/70 {
    border-inline-start-color: rgb(8 47 73 / 0.7);
  }

  .md\:border-s-sky-950\/75 {
    border-inline-start-color: rgb(8 47 73 / 0.75);
  }

  .md\:border-s-sky-950\/80 {
    border-inline-start-color: rgb(8 47 73 / 0.8);
  }

  .md\:border-s-sky-950\/85 {
    border-inline-start-color: rgb(8 47 73 / 0.85);
  }

  .md\:border-s-sky-950\/90 {
    border-inline-start-color: rgb(8 47 73 / 0.9);
  }

  .md\:border-s-sky-950\/95 {
    border-inline-start-color: rgb(8 47 73 / 0.95);
  }

  .md\:border-s-slate-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(241 245 249 / var(--tw-border-opacity));
  }

  .md\:border-s-slate-100\/0 {
    border-inline-start-color: rgb(241 245 249 / 0);
  }

  .md\:border-s-slate-100\/10 {
    border-inline-start-color: rgb(241 245 249 / 0.1);
  }

  .md\:border-s-slate-100\/100 {
    border-inline-start-color: rgb(241 245 249 / 1);
  }

  .md\:border-s-slate-100\/15 {
    border-inline-start-color: rgb(241 245 249 / 0.15);
  }

  .md\:border-s-slate-100\/20 {
    border-inline-start-color: rgb(241 245 249 / 0.2);
  }

  .md\:border-s-slate-100\/25 {
    border-inline-start-color: rgb(241 245 249 / 0.25);
  }

  .md\:border-s-slate-100\/30 {
    border-inline-start-color: rgb(241 245 249 / 0.3);
  }

  .md\:border-s-slate-100\/35 {
    border-inline-start-color: rgb(241 245 249 / 0.35);
  }

  .md\:border-s-slate-100\/40 {
    border-inline-start-color: rgb(241 245 249 / 0.4);
  }

  .md\:border-s-slate-100\/45 {
    border-inline-start-color: rgb(241 245 249 / 0.45);
  }

  .md\:border-s-slate-100\/5 {
    border-inline-start-color: rgb(241 245 249 / 0.05);
  }

  .md\:border-s-slate-100\/50 {
    border-inline-start-color: rgb(241 245 249 / 0.5);
  }

  .md\:border-s-slate-100\/55 {
    border-inline-start-color: rgb(241 245 249 / 0.55);
  }

  .md\:border-s-slate-100\/60 {
    border-inline-start-color: rgb(241 245 249 / 0.6);
  }

  .md\:border-s-slate-100\/65 {
    border-inline-start-color: rgb(241 245 249 / 0.65);
  }

  .md\:border-s-slate-100\/70 {
    border-inline-start-color: rgb(241 245 249 / 0.7);
  }

  .md\:border-s-slate-100\/75 {
    border-inline-start-color: rgb(241 245 249 / 0.75);
  }

  .md\:border-s-slate-100\/80 {
    border-inline-start-color: rgb(241 245 249 / 0.8);
  }

  .md\:border-s-slate-100\/85 {
    border-inline-start-color: rgb(241 245 249 / 0.85);
  }

  .md\:border-s-slate-100\/90 {
    border-inline-start-color: rgb(241 245 249 / 0.9);
  }

  .md\:border-s-slate-100\/95 {
    border-inline-start-color: rgb(241 245 249 / 0.95);
  }

  .md\:border-s-slate-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(226 232 240 / var(--tw-border-opacity));
  }

  .md\:border-s-slate-200\/0 {
    border-inline-start-color: rgb(226 232 240 / 0);
  }

  .md\:border-s-slate-200\/10 {
    border-inline-start-color: rgb(226 232 240 / 0.1);
  }

  .md\:border-s-slate-200\/100 {
    border-inline-start-color: rgb(226 232 240 / 1);
  }

  .md\:border-s-slate-200\/15 {
    border-inline-start-color: rgb(226 232 240 / 0.15);
  }

  .md\:border-s-slate-200\/20 {
    border-inline-start-color: rgb(226 232 240 / 0.2);
  }

  .md\:border-s-slate-200\/25 {
    border-inline-start-color: rgb(226 232 240 / 0.25);
  }

  .md\:border-s-slate-200\/30 {
    border-inline-start-color: rgb(226 232 240 / 0.3);
  }

  .md\:border-s-slate-200\/35 {
    border-inline-start-color: rgb(226 232 240 / 0.35);
  }

  .md\:border-s-slate-200\/40 {
    border-inline-start-color: rgb(226 232 240 / 0.4);
  }

  .md\:border-s-slate-200\/45 {
    border-inline-start-color: rgb(226 232 240 / 0.45);
  }

  .md\:border-s-slate-200\/5 {
    border-inline-start-color: rgb(226 232 240 / 0.05);
  }

  .md\:border-s-slate-200\/50 {
    border-inline-start-color: rgb(226 232 240 / 0.5);
  }

  .md\:border-s-slate-200\/55 {
    border-inline-start-color: rgb(226 232 240 / 0.55);
  }

  .md\:border-s-slate-200\/60 {
    border-inline-start-color: rgb(226 232 240 / 0.6);
  }

  .md\:border-s-slate-200\/65 {
    border-inline-start-color: rgb(226 232 240 / 0.65);
  }

  .md\:border-s-slate-200\/70 {
    border-inline-start-color: rgb(226 232 240 / 0.7);
  }

  .md\:border-s-slate-200\/75 {
    border-inline-start-color: rgb(226 232 240 / 0.75);
  }

  .md\:border-s-slate-200\/80 {
    border-inline-start-color: rgb(226 232 240 / 0.8);
  }

  .md\:border-s-slate-200\/85 {
    border-inline-start-color: rgb(226 232 240 / 0.85);
  }

  .md\:border-s-slate-200\/90 {
    border-inline-start-color: rgb(226 232 240 / 0.9);
  }

  .md\:border-s-slate-200\/95 {
    border-inline-start-color: rgb(226 232 240 / 0.95);
  }

  .md\:border-s-slate-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(203 213 225 / var(--tw-border-opacity));
  }

  .md\:border-s-slate-300\/0 {
    border-inline-start-color: rgb(203 213 225 / 0);
  }

  .md\:border-s-slate-300\/10 {
    border-inline-start-color: rgb(203 213 225 / 0.1);
  }

  .md\:border-s-slate-300\/100 {
    border-inline-start-color: rgb(203 213 225 / 1);
  }

  .md\:border-s-slate-300\/15 {
    border-inline-start-color: rgb(203 213 225 / 0.15);
  }

  .md\:border-s-slate-300\/20 {
    border-inline-start-color: rgb(203 213 225 / 0.2);
  }

  .md\:border-s-slate-300\/25 {
    border-inline-start-color: rgb(203 213 225 / 0.25);
  }

  .md\:border-s-slate-300\/30 {
    border-inline-start-color: rgb(203 213 225 / 0.3);
  }

  .md\:border-s-slate-300\/35 {
    border-inline-start-color: rgb(203 213 225 / 0.35);
  }

  .md\:border-s-slate-300\/40 {
    border-inline-start-color: rgb(203 213 225 / 0.4);
  }

  .md\:border-s-slate-300\/45 {
    border-inline-start-color: rgb(203 213 225 / 0.45);
  }

  .md\:border-s-slate-300\/5 {
    border-inline-start-color: rgb(203 213 225 / 0.05);
  }

  .md\:border-s-slate-300\/50 {
    border-inline-start-color: rgb(203 213 225 / 0.5);
  }

  .md\:border-s-slate-300\/55 {
    border-inline-start-color: rgb(203 213 225 / 0.55);
  }

  .md\:border-s-slate-300\/60 {
    border-inline-start-color: rgb(203 213 225 / 0.6);
  }

  .md\:border-s-slate-300\/65 {
    border-inline-start-color: rgb(203 213 225 / 0.65);
  }

  .md\:border-s-slate-300\/70 {
    border-inline-start-color: rgb(203 213 225 / 0.7);
  }

  .md\:border-s-slate-300\/75 {
    border-inline-start-color: rgb(203 213 225 / 0.75);
  }

  .md\:border-s-slate-300\/80 {
    border-inline-start-color: rgb(203 213 225 / 0.8);
  }

  .md\:border-s-slate-300\/85 {
    border-inline-start-color: rgb(203 213 225 / 0.85);
  }

  .md\:border-s-slate-300\/90 {
    border-inline-start-color: rgb(203 213 225 / 0.9);
  }

  .md\:border-s-slate-300\/95 {
    border-inline-start-color: rgb(203 213 225 / 0.95);
  }

  .md\:border-s-slate-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(148 163 184 / var(--tw-border-opacity));
  }

  .md\:border-s-slate-400\/0 {
    border-inline-start-color: rgb(148 163 184 / 0);
  }

  .md\:border-s-slate-400\/10 {
    border-inline-start-color: rgb(148 163 184 / 0.1);
  }

  .md\:border-s-slate-400\/100 {
    border-inline-start-color: rgb(148 163 184 / 1);
  }

  .md\:border-s-slate-400\/15 {
    border-inline-start-color: rgb(148 163 184 / 0.15);
  }

  .md\:border-s-slate-400\/20 {
    border-inline-start-color: rgb(148 163 184 / 0.2);
  }

  .md\:border-s-slate-400\/25 {
    border-inline-start-color: rgb(148 163 184 / 0.25);
  }

  .md\:border-s-slate-400\/30 {
    border-inline-start-color: rgb(148 163 184 / 0.3);
  }

  .md\:border-s-slate-400\/35 {
    border-inline-start-color: rgb(148 163 184 / 0.35);
  }

  .md\:border-s-slate-400\/40 {
    border-inline-start-color: rgb(148 163 184 / 0.4);
  }

  .md\:border-s-slate-400\/45 {
    border-inline-start-color: rgb(148 163 184 / 0.45);
  }

  .md\:border-s-slate-400\/5 {
    border-inline-start-color: rgb(148 163 184 / 0.05);
  }

  .md\:border-s-slate-400\/50 {
    border-inline-start-color: rgb(148 163 184 / 0.5);
  }

  .md\:border-s-slate-400\/55 {
    border-inline-start-color: rgb(148 163 184 / 0.55);
  }

  .md\:border-s-slate-400\/60 {
    border-inline-start-color: rgb(148 163 184 / 0.6);
  }

  .md\:border-s-slate-400\/65 {
    border-inline-start-color: rgb(148 163 184 / 0.65);
  }

  .md\:border-s-slate-400\/70 {
    border-inline-start-color: rgb(148 163 184 / 0.7);
  }

  .md\:border-s-slate-400\/75 {
    border-inline-start-color: rgb(148 163 184 / 0.75);
  }

  .md\:border-s-slate-400\/80 {
    border-inline-start-color: rgb(148 163 184 / 0.8);
  }

  .md\:border-s-slate-400\/85 {
    border-inline-start-color: rgb(148 163 184 / 0.85);
  }

  .md\:border-s-slate-400\/90 {
    border-inline-start-color: rgb(148 163 184 / 0.9);
  }

  .md\:border-s-slate-400\/95 {
    border-inline-start-color: rgb(148 163 184 / 0.95);
  }

  .md\:border-s-slate-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(248 250 252 / var(--tw-border-opacity));
  }

  .md\:border-s-slate-50\/0 {
    border-inline-start-color: rgb(248 250 252 / 0);
  }

  .md\:border-s-slate-50\/10 {
    border-inline-start-color: rgb(248 250 252 / 0.1);
  }

  .md\:border-s-slate-50\/100 {
    border-inline-start-color: rgb(248 250 252 / 1);
  }

  .md\:border-s-slate-50\/15 {
    border-inline-start-color: rgb(248 250 252 / 0.15);
  }

  .md\:border-s-slate-50\/20 {
    border-inline-start-color: rgb(248 250 252 / 0.2);
  }

  .md\:border-s-slate-50\/25 {
    border-inline-start-color: rgb(248 250 252 / 0.25);
  }

  .md\:border-s-slate-50\/30 {
    border-inline-start-color: rgb(248 250 252 / 0.3);
  }

  .md\:border-s-slate-50\/35 {
    border-inline-start-color: rgb(248 250 252 / 0.35);
  }

  .md\:border-s-slate-50\/40 {
    border-inline-start-color: rgb(248 250 252 / 0.4);
  }

  .md\:border-s-slate-50\/45 {
    border-inline-start-color: rgb(248 250 252 / 0.45);
  }

  .md\:border-s-slate-50\/5 {
    border-inline-start-color: rgb(248 250 252 / 0.05);
  }

  .md\:border-s-slate-50\/50 {
    border-inline-start-color: rgb(248 250 252 / 0.5);
  }

  .md\:border-s-slate-50\/55 {
    border-inline-start-color: rgb(248 250 252 / 0.55);
  }

  .md\:border-s-slate-50\/60 {
    border-inline-start-color: rgb(248 250 252 / 0.6);
  }

  .md\:border-s-slate-50\/65 {
    border-inline-start-color: rgb(248 250 252 / 0.65);
  }

  .md\:border-s-slate-50\/70 {
    border-inline-start-color: rgb(248 250 252 / 0.7);
  }

  .md\:border-s-slate-50\/75 {
    border-inline-start-color: rgb(248 250 252 / 0.75);
  }

  .md\:border-s-slate-50\/80 {
    border-inline-start-color: rgb(248 250 252 / 0.8);
  }

  .md\:border-s-slate-50\/85 {
    border-inline-start-color: rgb(248 250 252 / 0.85);
  }

  .md\:border-s-slate-50\/90 {
    border-inline-start-color: rgb(248 250 252 / 0.9);
  }

  .md\:border-s-slate-50\/95 {
    border-inline-start-color: rgb(248 250 252 / 0.95);
  }

  .md\:border-s-slate-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(100 116 139 / var(--tw-border-opacity));
  }

  .md\:border-s-slate-500\/0 {
    border-inline-start-color: rgb(100 116 139 / 0);
  }

  .md\:border-s-slate-500\/10 {
    border-inline-start-color: rgb(100 116 139 / 0.1);
  }

  .md\:border-s-slate-500\/100 {
    border-inline-start-color: rgb(100 116 139 / 1);
  }

  .md\:border-s-slate-500\/15 {
    border-inline-start-color: rgb(100 116 139 / 0.15);
  }

  .md\:border-s-slate-500\/20 {
    border-inline-start-color: rgb(100 116 139 / 0.2);
  }

  .md\:border-s-slate-500\/25 {
    border-inline-start-color: rgb(100 116 139 / 0.25);
  }

  .md\:border-s-slate-500\/30 {
    border-inline-start-color: rgb(100 116 139 / 0.3);
  }

  .md\:border-s-slate-500\/35 {
    border-inline-start-color: rgb(100 116 139 / 0.35);
  }

  .md\:border-s-slate-500\/40 {
    border-inline-start-color: rgb(100 116 139 / 0.4);
  }

  .md\:border-s-slate-500\/45 {
    border-inline-start-color: rgb(100 116 139 / 0.45);
  }

  .md\:border-s-slate-500\/5 {
    border-inline-start-color: rgb(100 116 139 / 0.05);
  }

  .md\:border-s-slate-500\/50 {
    border-inline-start-color: rgb(100 116 139 / 0.5);
  }

  .md\:border-s-slate-500\/55 {
    border-inline-start-color: rgb(100 116 139 / 0.55);
  }

  .md\:border-s-slate-500\/60 {
    border-inline-start-color: rgb(100 116 139 / 0.6);
  }

  .md\:border-s-slate-500\/65 {
    border-inline-start-color: rgb(100 116 139 / 0.65);
  }

  .md\:border-s-slate-500\/70 {
    border-inline-start-color: rgb(100 116 139 / 0.7);
  }

  .md\:border-s-slate-500\/75 {
    border-inline-start-color: rgb(100 116 139 / 0.75);
  }

  .md\:border-s-slate-500\/80 {
    border-inline-start-color: rgb(100 116 139 / 0.8);
  }

  .md\:border-s-slate-500\/85 {
    border-inline-start-color: rgb(100 116 139 / 0.85);
  }

  .md\:border-s-slate-500\/90 {
    border-inline-start-color: rgb(100 116 139 / 0.9);
  }

  .md\:border-s-slate-500\/95 {
    border-inline-start-color: rgb(100 116 139 / 0.95);
  }

  .md\:border-s-slate-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(71 85 105 / var(--tw-border-opacity));
  }

  .md\:border-s-slate-600\/0 {
    border-inline-start-color: rgb(71 85 105 / 0);
  }

  .md\:border-s-slate-600\/10 {
    border-inline-start-color: rgb(71 85 105 / 0.1);
  }

  .md\:border-s-slate-600\/100 {
    border-inline-start-color: rgb(71 85 105 / 1);
  }

  .md\:border-s-slate-600\/15 {
    border-inline-start-color: rgb(71 85 105 / 0.15);
  }

  .md\:border-s-slate-600\/20 {
    border-inline-start-color: rgb(71 85 105 / 0.2);
  }

  .md\:border-s-slate-600\/25 {
    border-inline-start-color: rgb(71 85 105 / 0.25);
  }

  .md\:border-s-slate-600\/30 {
    border-inline-start-color: rgb(71 85 105 / 0.3);
  }

  .md\:border-s-slate-600\/35 {
    border-inline-start-color: rgb(71 85 105 / 0.35);
  }

  .md\:border-s-slate-600\/40 {
    border-inline-start-color: rgb(71 85 105 / 0.4);
  }

  .md\:border-s-slate-600\/45 {
    border-inline-start-color: rgb(71 85 105 / 0.45);
  }

  .md\:border-s-slate-600\/5 {
    border-inline-start-color: rgb(71 85 105 / 0.05);
  }

  .md\:border-s-slate-600\/50 {
    border-inline-start-color: rgb(71 85 105 / 0.5);
  }

  .md\:border-s-slate-600\/55 {
    border-inline-start-color: rgb(71 85 105 / 0.55);
  }

  .md\:border-s-slate-600\/60 {
    border-inline-start-color: rgb(71 85 105 / 0.6);
  }

  .md\:border-s-slate-600\/65 {
    border-inline-start-color: rgb(71 85 105 / 0.65);
  }

  .md\:border-s-slate-600\/70 {
    border-inline-start-color: rgb(71 85 105 / 0.7);
  }

  .md\:border-s-slate-600\/75 {
    border-inline-start-color: rgb(71 85 105 / 0.75);
  }

  .md\:border-s-slate-600\/80 {
    border-inline-start-color: rgb(71 85 105 / 0.8);
  }

  .md\:border-s-slate-600\/85 {
    border-inline-start-color: rgb(71 85 105 / 0.85);
  }

  .md\:border-s-slate-600\/90 {
    border-inline-start-color: rgb(71 85 105 / 0.9);
  }

  .md\:border-s-slate-600\/95 {
    border-inline-start-color: rgb(71 85 105 / 0.95);
  }

  .md\:border-s-slate-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(51 65 85 / var(--tw-border-opacity));
  }

  .md\:border-s-slate-700\/0 {
    border-inline-start-color: rgb(51 65 85 / 0);
  }

  .md\:border-s-slate-700\/10 {
    border-inline-start-color: rgb(51 65 85 / 0.1);
  }

  .md\:border-s-slate-700\/100 {
    border-inline-start-color: rgb(51 65 85 / 1);
  }

  .md\:border-s-slate-700\/15 {
    border-inline-start-color: rgb(51 65 85 / 0.15);
  }

  .md\:border-s-slate-700\/20 {
    border-inline-start-color: rgb(51 65 85 / 0.2);
  }

  .md\:border-s-slate-700\/25 {
    border-inline-start-color: rgb(51 65 85 / 0.25);
  }

  .md\:border-s-slate-700\/30 {
    border-inline-start-color: rgb(51 65 85 / 0.3);
  }

  .md\:border-s-slate-700\/35 {
    border-inline-start-color: rgb(51 65 85 / 0.35);
  }

  .md\:border-s-slate-700\/40 {
    border-inline-start-color: rgb(51 65 85 / 0.4);
  }

  .md\:border-s-slate-700\/45 {
    border-inline-start-color: rgb(51 65 85 / 0.45);
  }

  .md\:border-s-slate-700\/5 {
    border-inline-start-color: rgb(51 65 85 / 0.05);
  }

  .md\:border-s-slate-700\/50 {
    border-inline-start-color: rgb(51 65 85 / 0.5);
  }

  .md\:border-s-slate-700\/55 {
    border-inline-start-color: rgb(51 65 85 / 0.55);
  }

  .md\:border-s-slate-700\/60 {
    border-inline-start-color: rgb(51 65 85 / 0.6);
  }

  .md\:border-s-slate-700\/65 {
    border-inline-start-color: rgb(51 65 85 / 0.65);
  }

  .md\:border-s-slate-700\/70 {
    border-inline-start-color: rgb(51 65 85 / 0.7);
  }

  .md\:border-s-slate-700\/75 {
    border-inline-start-color: rgb(51 65 85 / 0.75);
  }

  .md\:border-s-slate-700\/80 {
    border-inline-start-color: rgb(51 65 85 / 0.8);
  }

  .md\:border-s-slate-700\/85 {
    border-inline-start-color: rgb(51 65 85 / 0.85);
  }

  .md\:border-s-slate-700\/90 {
    border-inline-start-color: rgb(51 65 85 / 0.9);
  }

  .md\:border-s-slate-700\/95 {
    border-inline-start-color: rgb(51 65 85 / 0.95);
  }

  .md\:border-s-slate-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(30 41 59 / var(--tw-border-opacity));
  }

  .md\:border-s-slate-800\/0 {
    border-inline-start-color: rgb(30 41 59 / 0);
  }

  .md\:border-s-slate-800\/10 {
    border-inline-start-color: rgb(30 41 59 / 0.1);
  }

  .md\:border-s-slate-800\/100 {
    border-inline-start-color: rgb(30 41 59 / 1);
  }

  .md\:border-s-slate-800\/15 {
    border-inline-start-color: rgb(30 41 59 / 0.15);
  }

  .md\:border-s-slate-800\/20 {
    border-inline-start-color: rgb(30 41 59 / 0.2);
  }

  .md\:border-s-slate-800\/25 {
    border-inline-start-color: rgb(30 41 59 / 0.25);
  }

  .md\:border-s-slate-800\/30 {
    border-inline-start-color: rgb(30 41 59 / 0.3);
  }

  .md\:border-s-slate-800\/35 {
    border-inline-start-color: rgb(30 41 59 / 0.35);
  }

  .md\:border-s-slate-800\/40 {
    border-inline-start-color: rgb(30 41 59 / 0.4);
  }

  .md\:border-s-slate-800\/45 {
    border-inline-start-color: rgb(30 41 59 / 0.45);
  }

  .md\:border-s-slate-800\/5 {
    border-inline-start-color: rgb(30 41 59 / 0.05);
  }

  .md\:border-s-slate-800\/50 {
    border-inline-start-color: rgb(30 41 59 / 0.5);
  }

  .md\:border-s-slate-800\/55 {
    border-inline-start-color: rgb(30 41 59 / 0.55);
  }

  .md\:border-s-slate-800\/60 {
    border-inline-start-color: rgb(30 41 59 / 0.6);
  }

  .md\:border-s-slate-800\/65 {
    border-inline-start-color: rgb(30 41 59 / 0.65);
  }

  .md\:border-s-slate-800\/70 {
    border-inline-start-color: rgb(30 41 59 / 0.7);
  }

  .md\:border-s-slate-800\/75 {
    border-inline-start-color: rgb(30 41 59 / 0.75);
  }

  .md\:border-s-slate-800\/80 {
    border-inline-start-color: rgb(30 41 59 / 0.8);
  }

  .md\:border-s-slate-800\/85 {
    border-inline-start-color: rgb(30 41 59 / 0.85);
  }

  .md\:border-s-slate-800\/90 {
    border-inline-start-color: rgb(30 41 59 / 0.9);
  }

  .md\:border-s-slate-800\/95 {
    border-inline-start-color: rgb(30 41 59 / 0.95);
  }

  .md\:border-s-slate-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(15 23 42 / var(--tw-border-opacity));
  }

  .md\:border-s-slate-900\/0 {
    border-inline-start-color: rgb(15 23 42 / 0);
  }

  .md\:border-s-slate-900\/10 {
    border-inline-start-color: rgb(15 23 42 / 0.1);
  }

  .md\:border-s-slate-900\/100 {
    border-inline-start-color: rgb(15 23 42 / 1);
  }

  .md\:border-s-slate-900\/15 {
    border-inline-start-color: rgb(15 23 42 / 0.15);
  }

  .md\:border-s-slate-900\/20 {
    border-inline-start-color: rgb(15 23 42 / 0.2);
  }

  .md\:border-s-slate-900\/25 {
    border-inline-start-color: rgb(15 23 42 / 0.25);
  }

  .md\:border-s-slate-900\/30 {
    border-inline-start-color: rgb(15 23 42 / 0.3);
  }

  .md\:border-s-slate-900\/35 {
    border-inline-start-color: rgb(15 23 42 / 0.35);
  }

  .md\:border-s-slate-900\/40 {
    border-inline-start-color: rgb(15 23 42 / 0.4);
  }

  .md\:border-s-slate-900\/45 {
    border-inline-start-color: rgb(15 23 42 / 0.45);
  }

  .md\:border-s-slate-900\/5 {
    border-inline-start-color: rgb(15 23 42 / 0.05);
  }

  .md\:border-s-slate-900\/50 {
    border-inline-start-color: rgb(15 23 42 / 0.5);
  }

  .md\:border-s-slate-900\/55 {
    border-inline-start-color: rgb(15 23 42 / 0.55);
  }

  .md\:border-s-slate-900\/60 {
    border-inline-start-color: rgb(15 23 42 / 0.6);
  }

  .md\:border-s-slate-900\/65 {
    border-inline-start-color: rgb(15 23 42 / 0.65);
  }

  .md\:border-s-slate-900\/70 {
    border-inline-start-color: rgb(15 23 42 / 0.7);
  }

  .md\:border-s-slate-900\/75 {
    border-inline-start-color: rgb(15 23 42 / 0.75);
  }

  .md\:border-s-slate-900\/80 {
    border-inline-start-color: rgb(15 23 42 / 0.8);
  }

  .md\:border-s-slate-900\/85 {
    border-inline-start-color: rgb(15 23 42 / 0.85);
  }

  .md\:border-s-slate-900\/90 {
    border-inline-start-color: rgb(15 23 42 / 0.9);
  }

  .md\:border-s-slate-900\/95 {
    border-inline-start-color: rgb(15 23 42 / 0.95);
  }

  .md\:border-s-slate-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(2 6 23 / var(--tw-border-opacity));
  }

  .md\:border-s-slate-950\/0 {
    border-inline-start-color: rgb(2 6 23 / 0);
  }

  .md\:border-s-slate-950\/10 {
    border-inline-start-color: rgb(2 6 23 / 0.1);
  }

  .md\:border-s-slate-950\/100 {
    border-inline-start-color: rgb(2 6 23 / 1);
  }

  .md\:border-s-slate-950\/15 {
    border-inline-start-color: rgb(2 6 23 / 0.15);
  }

  .md\:border-s-slate-950\/20 {
    border-inline-start-color: rgb(2 6 23 / 0.2);
  }

  .md\:border-s-slate-950\/25 {
    border-inline-start-color: rgb(2 6 23 / 0.25);
  }

  .md\:border-s-slate-950\/30 {
    border-inline-start-color: rgb(2 6 23 / 0.3);
  }

  .md\:border-s-slate-950\/35 {
    border-inline-start-color: rgb(2 6 23 / 0.35);
  }

  .md\:border-s-slate-950\/40 {
    border-inline-start-color: rgb(2 6 23 / 0.4);
  }

  .md\:border-s-slate-950\/45 {
    border-inline-start-color: rgb(2 6 23 / 0.45);
  }

  .md\:border-s-slate-950\/5 {
    border-inline-start-color: rgb(2 6 23 / 0.05);
  }

  .md\:border-s-slate-950\/50 {
    border-inline-start-color: rgb(2 6 23 / 0.5);
  }

  .md\:border-s-slate-950\/55 {
    border-inline-start-color: rgb(2 6 23 / 0.55);
  }

  .md\:border-s-slate-950\/60 {
    border-inline-start-color: rgb(2 6 23 / 0.6);
  }

  .md\:border-s-slate-950\/65 {
    border-inline-start-color: rgb(2 6 23 / 0.65);
  }

  .md\:border-s-slate-950\/70 {
    border-inline-start-color: rgb(2 6 23 / 0.7);
  }

  .md\:border-s-slate-950\/75 {
    border-inline-start-color: rgb(2 6 23 / 0.75);
  }

  .md\:border-s-slate-950\/80 {
    border-inline-start-color: rgb(2 6 23 / 0.8);
  }

  .md\:border-s-slate-950\/85 {
    border-inline-start-color: rgb(2 6 23 / 0.85);
  }

  .md\:border-s-slate-950\/90 {
    border-inline-start-color: rgb(2 6 23 / 0.9);
  }

  .md\:border-s-slate-950\/95 {
    border-inline-start-color: rgb(2 6 23 / 0.95);
  }

  .md\:border-s-stone-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(245 245 244 / var(--tw-border-opacity));
  }

  .md\:border-s-stone-100\/0 {
    border-inline-start-color: rgb(245 245 244 / 0);
  }

  .md\:border-s-stone-100\/10 {
    border-inline-start-color: rgb(245 245 244 / 0.1);
  }

  .md\:border-s-stone-100\/100 {
    border-inline-start-color: rgb(245 245 244 / 1);
  }

  .md\:border-s-stone-100\/15 {
    border-inline-start-color: rgb(245 245 244 / 0.15);
  }

  .md\:border-s-stone-100\/20 {
    border-inline-start-color: rgb(245 245 244 / 0.2);
  }

  .md\:border-s-stone-100\/25 {
    border-inline-start-color: rgb(245 245 244 / 0.25);
  }

  .md\:border-s-stone-100\/30 {
    border-inline-start-color: rgb(245 245 244 / 0.3);
  }

  .md\:border-s-stone-100\/35 {
    border-inline-start-color: rgb(245 245 244 / 0.35);
  }

  .md\:border-s-stone-100\/40 {
    border-inline-start-color: rgb(245 245 244 / 0.4);
  }

  .md\:border-s-stone-100\/45 {
    border-inline-start-color: rgb(245 245 244 / 0.45);
  }

  .md\:border-s-stone-100\/5 {
    border-inline-start-color: rgb(245 245 244 / 0.05);
  }

  .md\:border-s-stone-100\/50 {
    border-inline-start-color: rgb(245 245 244 / 0.5);
  }

  .md\:border-s-stone-100\/55 {
    border-inline-start-color: rgb(245 245 244 / 0.55);
  }

  .md\:border-s-stone-100\/60 {
    border-inline-start-color: rgb(245 245 244 / 0.6);
  }

  .md\:border-s-stone-100\/65 {
    border-inline-start-color: rgb(245 245 244 / 0.65);
  }

  .md\:border-s-stone-100\/70 {
    border-inline-start-color: rgb(245 245 244 / 0.7);
  }

  .md\:border-s-stone-100\/75 {
    border-inline-start-color: rgb(245 245 244 / 0.75);
  }

  .md\:border-s-stone-100\/80 {
    border-inline-start-color: rgb(245 245 244 / 0.8);
  }

  .md\:border-s-stone-100\/85 {
    border-inline-start-color: rgb(245 245 244 / 0.85);
  }

  .md\:border-s-stone-100\/90 {
    border-inline-start-color: rgb(245 245 244 / 0.9);
  }

  .md\:border-s-stone-100\/95 {
    border-inline-start-color: rgb(245 245 244 / 0.95);
  }

  .md\:border-s-stone-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(231 229 228 / var(--tw-border-opacity));
  }

  .md\:border-s-stone-200\/0 {
    border-inline-start-color: rgb(231 229 228 / 0);
  }

  .md\:border-s-stone-200\/10 {
    border-inline-start-color: rgb(231 229 228 / 0.1);
  }

  .md\:border-s-stone-200\/100 {
    border-inline-start-color: rgb(231 229 228 / 1);
  }

  .md\:border-s-stone-200\/15 {
    border-inline-start-color: rgb(231 229 228 / 0.15);
  }

  .md\:border-s-stone-200\/20 {
    border-inline-start-color: rgb(231 229 228 / 0.2);
  }

  .md\:border-s-stone-200\/25 {
    border-inline-start-color: rgb(231 229 228 / 0.25);
  }

  .md\:border-s-stone-200\/30 {
    border-inline-start-color: rgb(231 229 228 / 0.3);
  }

  .md\:border-s-stone-200\/35 {
    border-inline-start-color: rgb(231 229 228 / 0.35);
  }

  .md\:border-s-stone-200\/40 {
    border-inline-start-color: rgb(231 229 228 / 0.4);
  }

  .md\:border-s-stone-200\/45 {
    border-inline-start-color: rgb(231 229 228 / 0.45);
  }

  .md\:border-s-stone-200\/5 {
    border-inline-start-color: rgb(231 229 228 / 0.05);
  }

  .md\:border-s-stone-200\/50 {
    border-inline-start-color: rgb(231 229 228 / 0.5);
  }

  .md\:border-s-stone-200\/55 {
    border-inline-start-color: rgb(231 229 228 / 0.55);
  }

  .md\:border-s-stone-200\/60 {
    border-inline-start-color: rgb(231 229 228 / 0.6);
  }

  .md\:border-s-stone-200\/65 {
    border-inline-start-color: rgb(231 229 228 / 0.65);
  }

  .md\:border-s-stone-200\/70 {
    border-inline-start-color: rgb(231 229 228 / 0.7);
  }

  .md\:border-s-stone-200\/75 {
    border-inline-start-color: rgb(231 229 228 / 0.75);
  }

  .md\:border-s-stone-200\/80 {
    border-inline-start-color: rgb(231 229 228 / 0.8);
  }

  .md\:border-s-stone-200\/85 {
    border-inline-start-color: rgb(231 229 228 / 0.85);
  }

  .md\:border-s-stone-200\/90 {
    border-inline-start-color: rgb(231 229 228 / 0.9);
  }

  .md\:border-s-stone-200\/95 {
    border-inline-start-color: rgb(231 229 228 / 0.95);
  }

  .md\:border-s-stone-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(214 211 209 / var(--tw-border-opacity));
  }

  .md\:border-s-stone-300\/0 {
    border-inline-start-color: rgb(214 211 209 / 0);
  }

  .md\:border-s-stone-300\/10 {
    border-inline-start-color: rgb(214 211 209 / 0.1);
  }

  .md\:border-s-stone-300\/100 {
    border-inline-start-color: rgb(214 211 209 / 1);
  }

  .md\:border-s-stone-300\/15 {
    border-inline-start-color: rgb(214 211 209 / 0.15);
  }

  .md\:border-s-stone-300\/20 {
    border-inline-start-color: rgb(214 211 209 / 0.2);
  }

  .md\:border-s-stone-300\/25 {
    border-inline-start-color: rgb(214 211 209 / 0.25);
  }

  .md\:border-s-stone-300\/30 {
    border-inline-start-color: rgb(214 211 209 / 0.3);
  }

  .md\:border-s-stone-300\/35 {
    border-inline-start-color: rgb(214 211 209 / 0.35);
  }

  .md\:border-s-stone-300\/40 {
    border-inline-start-color: rgb(214 211 209 / 0.4);
  }

  .md\:border-s-stone-300\/45 {
    border-inline-start-color: rgb(214 211 209 / 0.45);
  }

  .md\:border-s-stone-300\/5 {
    border-inline-start-color: rgb(214 211 209 / 0.05);
  }

  .md\:border-s-stone-300\/50 {
    border-inline-start-color: rgb(214 211 209 / 0.5);
  }

  .md\:border-s-stone-300\/55 {
    border-inline-start-color: rgb(214 211 209 / 0.55);
  }

  .md\:border-s-stone-300\/60 {
    border-inline-start-color: rgb(214 211 209 / 0.6);
  }

  .md\:border-s-stone-300\/65 {
    border-inline-start-color: rgb(214 211 209 / 0.65);
  }

  .md\:border-s-stone-300\/70 {
    border-inline-start-color: rgb(214 211 209 / 0.7);
  }

  .md\:border-s-stone-300\/75 {
    border-inline-start-color: rgb(214 211 209 / 0.75);
  }

  .md\:border-s-stone-300\/80 {
    border-inline-start-color: rgb(214 211 209 / 0.8);
  }

  .md\:border-s-stone-300\/85 {
    border-inline-start-color: rgb(214 211 209 / 0.85);
  }

  .md\:border-s-stone-300\/90 {
    border-inline-start-color: rgb(214 211 209 / 0.9);
  }

  .md\:border-s-stone-300\/95 {
    border-inline-start-color: rgb(214 211 209 / 0.95);
  }

  .md\:border-s-stone-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(168 162 158 / var(--tw-border-opacity));
  }

  .md\:border-s-stone-400\/0 {
    border-inline-start-color: rgb(168 162 158 / 0);
  }

  .md\:border-s-stone-400\/10 {
    border-inline-start-color: rgb(168 162 158 / 0.1);
  }

  .md\:border-s-stone-400\/100 {
    border-inline-start-color: rgb(168 162 158 / 1);
  }

  .md\:border-s-stone-400\/15 {
    border-inline-start-color: rgb(168 162 158 / 0.15);
  }

  .md\:border-s-stone-400\/20 {
    border-inline-start-color: rgb(168 162 158 / 0.2);
  }

  .md\:border-s-stone-400\/25 {
    border-inline-start-color: rgb(168 162 158 / 0.25);
  }

  .md\:border-s-stone-400\/30 {
    border-inline-start-color: rgb(168 162 158 / 0.3);
  }

  .md\:border-s-stone-400\/35 {
    border-inline-start-color: rgb(168 162 158 / 0.35);
  }

  .md\:border-s-stone-400\/40 {
    border-inline-start-color: rgb(168 162 158 / 0.4);
  }

  .md\:border-s-stone-400\/45 {
    border-inline-start-color: rgb(168 162 158 / 0.45);
  }

  .md\:border-s-stone-400\/5 {
    border-inline-start-color: rgb(168 162 158 / 0.05);
  }

  .md\:border-s-stone-400\/50 {
    border-inline-start-color: rgb(168 162 158 / 0.5);
  }

  .md\:border-s-stone-400\/55 {
    border-inline-start-color: rgb(168 162 158 / 0.55);
  }

  .md\:border-s-stone-400\/60 {
    border-inline-start-color: rgb(168 162 158 / 0.6);
  }

  .md\:border-s-stone-400\/65 {
    border-inline-start-color: rgb(168 162 158 / 0.65);
  }

  .md\:border-s-stone-400\/70 {
    border-inline-start-color: rgb(168 162 158 / 0.7);
  }

  .md\:border-s-stone-400\/75 {
    border-inline-start-color: rgb(168 162 158 / 0.75);
  }

  .md\:border-s-stone-400\/80 {
    border-inline-start-color: rgb(168 162 158 / 0.8);
  }

  .md\:border-s-stone-400\/85 {
    border-inline-start-color: rgb(168 162 158 / 0.85);
  }

  .md\:border-s-stone-400\/90 {
    border-inline-start-color: rgb(168 162 158 / 0.9);
  }

  .md\:border-s-stone-400\/95 {
    border-inline-start-color: rgb(168 162 158 / 0.95);
  }

  .md\:border-s-stone-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(250 250 249 / var(--tw-border-opacity));
  }

  .md\:border-s-stone-50\/0 {
    border-inline-start-color: rgb(250 250 249 / 0);
  }

  .md\:border-s-stone-50\/10 {
    border-inline-start-color: rgb(250 250 249 / 0.1);
  }

  .md\:border-s-stone-50\/100 {
    border-inline-start-color: rgb(250 250 249 / 1);
  }

  .md\:border-s-stone-50\/15 {
    border-inline-start-color: rgb(250 250 249 / 0.15);
  }

  .md\:border-s-stone-50\/20 {
    border-inline-start-color: rgb(250 250 249 / 0.2);
  }

  .md\:border-s-stone-50\/25 {
    border-inline-start-color: rgb(250 250 249 / 0.25);
  }

  .md\:border-s-stone-50\/30 {
    border-inline-start-color: rgb(250 250 249 / 0.3);
  }

  .md\:border-s-stone-50\/35 {
    border-inline-start-color: rgb(250 250 249 / 0.35);
  }

  .md\:border-s-stone-50\/40 {
    border-inline-start-color: rgb(250 250 249 / 0.4);
  }

  .md\:border-s-stone-50\/45 {
    border-inline-start-color: rgb(250 250 249 / 0.45);
  }

  .md\:border-s-stone-50\/5 {
    border-inline-start-color: rgb(250 250 249 / 0.05);
  }

  .md\:border-s-stone-50\/50 {
    border-inline-start-color: rgb(250 250 249 / 0.5);
  }

  .md\:border-s-stone-50\/55 {
    border-inline-start-color: rgb(250 250 249 / 0.55);
  }

  .md\:border-s-stone-50\/60 {
    border-inline-start-color: rgb(250 250 249 / 0.6);
  }

  .md\:border-s-stone-50\/65 {
    border-inline-start-color: rgb(250 250 249 / 0.65);
  }

  .md\:border-s-stone-50\/70 {
    border-inline-start-color: rgb(250 250 249 / 0.7);
  }

  .md\:border-s-stone-50\/75 {
    border-inline-start-color: rgb(250 250 249 / 0.75);
  }

  .md\:border-s-stone-50\/80 {
    border-inline-start-color: rgb(250 250 249 / 0.8);
  }

  .md\:border-s-stone-50\/85 {
    border-inline-start-color: rgb(250 250 249 / 0.85);
  }

  .md\:border-s-stone-50\/90 {
    border-inline-start-color: rgb(250 250 249 / 0.9);
  }

  .md\:border-s-stone-50\/95 {
    border-inline-start-color: rgb(250 250 249 / 0.95);
  }

  .md\:border-s-stone-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(120 113 108 / var(--tw-border-opacity));
  }

  .md\:border-s-stone-500\/0 {
    border-inline-start-color: rgb(120 113 108 / 0);
  }

  .md\:border-s-stone-500\/10 {
    border-inline-start-color: rgb(120 113 108 / 0.1);
  }

  .md\:border-s-stone-500\/100 {
    border-inline-start-color: rgb(120 113 108 / 1);
  }

  .md\:border-s-stone-500\/15 {
    border-inline-start-color: rgb(120 113 108 / 0.15);
  }

  .md\:border-s-stone-500\/20 {
    border-inline-start-color: rgb(120 113 108 / 0.2);
  }

  .md\:border-s-stone-500\/25 {
    border-inline-start-color: rgb(120 113 108 / 0.25);
  }

  .md\:border-s-stone-500\/30 {
    border-inline-start-color: rgb(120 113 108 / 0.3);
  }

  .md\:border-s-stone-500\/35 {
    border-inline-start-color: rgb(120 113 108 / 0.35);
  }

  .md\:border-s-stone-500\/40 {
    border-inline-start-color: rgb(120 113 108 / 0.4);
  }

  .md\:border-s-stone-500\/45 {
    border-inline-start-color: rgb(120 113 108 / 0.45);
  }

  .md\:border-s-stone-500\/5 {
    border-inline-start-color: rgb(120 113 108 / 0.05);
  }

  .md\:border-s-stone-500\/50 {
    border-inline-start-color: rgb(120 113 108 / 0.5);
  }

  .md\:border-s-stone-500\/55 {
    border-inline-start-color: rgb(120 113 108 / 0.55);
  }

  .md\:border-s-stone-500\/60 {
    border-inline-start-color: rgb(120 113 108 / 0.6);
  }

  .md\:border-s-stone-500\/65 {
    border-inline-start-color: rgb(120 113 108 / 0.65);
  }

  .md\:border-s-stone-500\/70 {
    border-inline-start-color: rgb(120 113 108 / 0.7);
  }

  .md\:border-s-stone-500\/75 {
    border-inline-start-color: rgb(120 113 108 / 0.75);
  }

  .md\:border-s-stone-500\/80 {
    border-inline-start-color: rgb(120 113 108 / 0.8);
  }

  .md\:border-s-stone-500\/85 {
    border-inline-start-color: rgb(120 113 108 / 0.85);
  }

  .md\:border-s-stone-500\/90 {
    border-inline-start-color: rgb(120 113 108 / 0.9);
  }

  .md\:border-s-stone-500\/95 {
    border-inline-start-color: rgb(120 113 108 / 0.95);
  }

  .md\:border-s-stone-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(87 83 78 / var(--tw-border-opacity));
  }

  .md\:border-s-stone-600\/0 {
    border-inline-start-color: rgb(87 83 78 / 0);
  }

  .md\:border-s-stone-600\/10 {
    border-inline-start-color: rgb(87 83 78 / 0.1);
  }

  .md\:border-s-stone-600\/100 {
    border-inline-start-color: rgb(87 83 78 / 1);
  }

  .md\:border-s-stone-600\/15 {
    border-inline-start-color: rgb(87 83 78 / 0.15);
  }

  .md\:border-s-stone-600\/20 {
    border-inline-start-color: rgb(87 83 78 / 0.2);
  }

  .md\:border-s-stone-600\/25 {
    border-inline-start-color: rgb(87 83 78 / 0.25);
  }

  .md\:border-s-stone-600\/30 {
    border-inline-start-color: rgb(87 83 78 / 0.3);
  }

  .md\:border-s-stone-600\/35 {
    border-inline-start-color: rgb(87 83 78 / 0.35);
  }

  .md\:border-s-stone-600\/40 {
    border-inline-start-color: rgb(87 83 78 / 0.4);
  }

  .md\:border-s-stone-600\/45 {
    border-inline-start-color: rgb(87 83 78 / 0.45);
  }

  .md\:border-s-stone-600\/5 {
    border-inline-start-color: rgb(87 83 78 / 0.05);
  }

  .md\:border-s-stone-600\/50 {
    border-inline-start-color: rgb(87 83 78 / 0.5);
  }

  .md\:border-s-stone-600\/55 {
    border-inline-start-color: rgb(87 83 78 / 0.55);
  }

  .md\:border-s-stone-600\/60 {
    border-inline-start-color: rgb(87 83 78 / 0.6);
  }

  .md\:border-s-stone-600\/65 {
    border-inline-start-color: rgb(87 83 78 / 0.65);
  }

  .md\:border-s-stone-600\/70 {
    border-inline-start-color: rgb(87 83 78 / 0.7);
  }

  .md\:border-s-stone-600\/75 {
    border-inline-start-color: rgb(87 83 78 / 0.75);
  }

  .md\:border-s-stone-600\/80 {
    border-inline-start-color: rgb(87 83 78 / 0.8);
  }

  .md\:border-s-stone-600\/85 {
    border-inline-start-color: rgb(87 83 78 / 0.85);
  }

  .md\:border-s-stone-600\/90 {
    border-inline-start-color: rgb(87 83 78 / 0.9);
  }

  .md\:border-s-stone-600\/95 {
    border-inline-start-color: rgb(87 83 78 / 0.95);
  }

  .md\:border-s-stone-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(68 64 60 / var(--tw-border-opacity));
  }

  .md\:border-s-stone-700\/0 {
    border-inline-start-color: rgb(68 64 60 / 0);
  }

  .md\:border-s-stone-700\/10 {
    border-inline-start-color: rgb(68 64 60 / 0.1);
  }

  .md\:border-s-stone-700\/100 {
    border-inline-start-color: rgb(68 64 60 / 1);
  }

  .md\:border-s-stone-700\/15 {
    border-inline-start-color: rgb(68 64 60 / 0.15);
  }

  .md\:border-s-stone-700\/20 {
    border-inline-start-color: rgb(68 64 60 / 0.2);
  }

  .md\:border-s-stone-700\/25 {
    border-inline-start-color: rgb(68 64 60 / 0.25);
  }

  .md\:border-s-stone-700\/30 {
    border-inline-start-color: rgb(68 64 60 / 0.3);
  }

  .md\:border-s-stone-700\/35 {
    border-inline-start-color: rgb(68 64 60 / 0.35);
  }

  .md\:border-s-stone-700\/40 {
    border-inline-start-color: rgb(68 64 60 / 0.4);
  }

  .md\:border-s-stone-700\/45 {
    border-inline-start-color: rgb(68 64 60 / 0.45);
  }

  .md\:border-s-stone-700\/5 {
    border-inline-start-color: rgb(68 64 60 / 0.05);
  }

  .md\:border-s-stone-700\/50 {
    border-inline-start-color: rgb(68 64 60 / 0.5);
  }

  .md\:border-s-stone-700\/55 {
    border-inline-start-color: rgb(68 64 60 / 0.55);
  }

  .md\:border-s-stone-700\/60 {
    border-inline-start-color: rgb(68 64 60 / 0.6);
  }

  .md\:border-s-stone-700\/65 {
    border-inline-start-color: rgb(68 64 60 / 0.65);
  }

  .md\:border-s-stone-700\/70 {
    border-inline-start-color: rgb(68 64 60 / 0.7);
  }

  .md\:border-s-stone-700\/75 {
    border-inline-start-color: rgb(68 64 60 / 0.75);
  }

  .md\:border-s-stone-700\/80 {
    border-inline-start-color: rgb(68 64 60 / 0.8);
  }

  .md\:border-s-stone-700\/85 {
    border-inline-start-color: rgb(68 64 60 / 0.85);
  }

  .md\:border-s-stone-700\/90 {
    border-inline-start-color: rgb(68 64 60 / 0.9);
  }

  .md\:border-s-stone-700\/95 {
    border-inline-start-color: rgb(68 64 60 / 0.95);
  }

  .md\:border-s-stone-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(41 37 36 / var(--tw-border-opacity));
  }

  .md\:border-s-stone-800\/0 {
    border-inline-start-color: rgb(41 37 36 / 0);
  }

  .md\:border-s-stone-800\/10 {
    border-inline-start-color: rgb(41 37 36 / 0.1);
  }

  .md\:border-s-stone-800\/100 {
    border-inline-start-color: rgb(41 37 36 / 1);
  }

  .md\:border-s-stone-800\/15 {
    border-inline-start-color: rgb(41 37 36 / 0.15);
  }

  .md\:border-s-stone-800\/20 {
    border-inline-start-color: rgb(41 37 36 / 0.2);
  }

  .md\:border-s-stone-800\/25 {
    border-inline-start-color: rgb(41 37 36 / 0.25);
  }

  .md\:border-s-stone-800\/30 {
    border-inline-start-color: rgb(41 37 36 / 0.3);
  }

  .md\:border-s-stone-800\/35 {
    border-inline-start-color: rgb(41 37 36 / 0.35);
  }

  .md\:border-s-stone-800\/40 {
    border-inline-start-color: rgb(41 37 36 / 0.4);
  }

  .md\:border-s-stone-800\/45 {
    border-inline-start-color: rgb(41 37 36 / 0.45);
  }

  .md\:border-s-stone-800\/5 {
    border-inline-start-color: rgb(41 37 36 / 0.05);
  }

  .md\:border-s-stone-800\/50 {
    border-inline-start-color: rgb(41 37 36 / 0.5);
  }

  .md\:border-s-stone-800\/55 {
    border-inline-start-color: rgb(41 37 36 / 0.55);
  }

  .md\:border-s-stone-800\/60 {
    border-inline-start-color: rgb(41 37 36 / 0.6);
  }

  .md\:border-s-stone-800\/65 {
    border-inline-start-color: rgb(41 37 36 / 0.65);
  }

  .md\:border-s-stone-800\/70 {
    border-inline-start-color: rgb(41 37 36 / 0.7);
  }

  .md\:border-s-stone-800\/75 {
    border-inline-start-color: rgb(41 37 36 / 0.75);
  }

  .md\:border-s-stone-800\/80 {
    border-inline-start-color: rgb(41 37 36 / 0.8);
  }

  .md\:border-s-stone-800\/85 {
    border-inline-start-color: rgb(41 37 36 / 0.85);
  }

  .md\:border-s-stone-800\/90 {
    border-inline-start-color: rgb(41 37 36 / 0.9);
  }

  .md\:border-s-stone-800\/95 {
    border-inline-start-color: rgb(41 37 36 / 0.95);
  }

  .md\:border-s-stone-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(28 25 23 / var(--tw-border-opacity));
  }

  .md\:border-s-stone-900\/0 {
    border-inline-start-color: rgb(28 25 23 / 0);
  }

  .md\:border-s-stone-900\/10 {
    border-inline-start-color: rgb(28 25 23 / 0.1);
  }

  .md\:border-s-stone-900\/100 {
    border-inline-start-color: rgb(28 25 23 / 1);
  }

  .md\:border-s-stone-900\/15 {
    border-inline-start-color: rgb(28 25 23 / 0.15);
  }

  .md\:border-s-stone-900\/20 {
    border-inline-start-color: rgb(28 25 23 / 0.2);
  }

  .md\:border-s-stone-900\/25 {
    border-inline-start-color: rgb(28 25 23 / 0.25);
  }

  .md\:border-s-stone-900\/30 {
    border-inline-start-color: rgb(28 25 23 / 0.3);
  }

  .md\:border-s-stone-900\/35 {
    border-inline-start-color: rgb(28 25 23 / 0.35);
  }

  .md\:border-s-stone-900\/40 {
    border-inline-start-color: rgb(28 25 23 / 0.4);
  }

  .md\:border-s-stone-900\/45 {
    border-inline-start-color: rgb(28 25 23 / 0.45);
  }

  .md\:border-s-stone-900\/5 {
    border-inline-start-color: rgb(28 25 23 / 0.05);
  }

  .md\:border-s-stone-900\/50 {
    border-inline-start-color: rgb(28 25 23 / 0.5);
  }

  .md\:border-s-stone-900\/55 {
    border-inline-start-color: rgb(28 25 23 / 0.55);
  }

  .md\:border-s-stone-900\/60 {
    border-inline-start-color: rgb(28 25 23 / 0.6);
  }

  .md\:border-s-stone-900\/65 {
    border-inline-start-color: rgb(28 25 23 / 0.65);
  }

  .md\:border-s-stone-900\/70 {
    border-inline-start-color: rgb(28 25 23 / 0.7);
  }

  .md\:border-s-stone-900\/75 {
    border-inline-start-color: rgb(28 25 23 / 0.75);
  }

  .md\:border-s-stone-900\/80 {
    border-inline-start-color: rgb(28 25 23 / 0.8);
  }

  .md\:border-s-stone-900\/85 {
    border-inline-start-color: rgb(28 25 23 / 0.85);
  }

  .md\:border-s-stone-900\/90 {
    border-inline-start-color: rgb(28 25 23 / 0.9);
  }

  .md\:border-s-stone-900\/95 {
    border-inline-start-color: rgb(28 25 23 / 0.95);
  }

  .md\:border-s-stone-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(12 10 9 / var(--tw-border-opacity));
  }

  .md\:border-s-stone-950\/0 {
    border-inline-start-color: rgb(12 10 9 / 0);
  }

  .md\:border-s-stone-950\/10 {
    border-inline-start-color: rgb(12 10 9 / 0.1);
  }

  .md\:border-s-stone-950\/100 {
    border-inline-start-color: rgb(12 10 9 / 1);
  }

  .md\:border-s-stone-950\/15 {
    border-inline-start-color: rgb(12 10 9 / 0.15);
  }

  .md\:border-s-stone-950\/20 {
    border-inline-start-color: rgb(12 10 9 / 0.2);
  }

  .md\:border-s-stone-950\/25 {
    border-inline-start-color: rgb(12 10 9 / 0.25);
  }

  .md\:border-s-stone-950\/30 {
    border-inline-start-color: rgb(12 10 9 / 0.3);
  }

  .md\:border-s-stone-950\/35 {
    border-inline-start-color: rgb(12 10 9 / 0.35);
  }

  .md\:border-s-stone-950\/40 {
    border-inline-start-color: rgb(12 10 9 / 0.4);
  }

  .md\:border-s-stone-950\/45 {
    border-inline-start-color: rgb(12 10 9 / 0.45);
  }

  .md\:border-s-stone-950\/5 {
    border-inline-start-color: rgb(12 10 9 / 0.05);
  }

  .md\:border-s-stone-950\/50 {
    border-inline-start-color: rgb(12 10 9 / 0.5);
  }

  .md\:border-s-stone-950\/55 {
    border-inline-start-color: rgb(12 10 9 / 0.55);
  }

  .md\:border-s-stone-950\/60 {
    border-inline-start-color: rgb(12 10 9 / 0.6);
  }

  .md\:border-s-stone-950\/65 {
    border-inline-start-color: rgb(12 10 9 / 0.65);
  }

  .md\:border-s-stone-950\/70 {
    border-inline-start-color: rgb(12 10 9 / 0.7);
  }

  .md\:border-s-stone-950\/75 {
    border-inline-start-color: rgb(12 10 9 / 0.75);
  }

  .md\:border-s-stone-950\/80 {
    border-inline-start-color: rgb(12 10 9 / 0.8);
  }

  .md\:border-s-stone-950\/85 {
    border-inline-start-color: rgb(12 10 9 / 0.85);
  }

  .md\:border-s-stone-950\/90 {
    border-inline-start-color: rgb(12 10 9 / 0.9);
  }

  .md\:border-s-stone-950\/95 {
    border-inline-start-color: rgb(12 10 9 / 0.95);
  }

  .md\:border-s-teal-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(204 251 241 / var(--tw-border-opacity));
  }

  .md\:border-s-teal-100\/0 {
    border-inline-start-color: rgb(204 251 241 / 0);
  }

  .md\:border-s-teal-100\/10 {
    border-inline-start-color: rgb(204 251 241 / 0.1);
  }

  .md\:border-s-teal-100\/100 {
    border-inline-start-color: rgb(204 251 241 / 1);
  }

  .md\:border-s-teal-100\/15 {
    border-inline-start-color: rgb(204 251 241 / 0.15);
  }

  .md\:border-s-teal-100\/20 {
    border-inline-start-color: rgb(204 251 241 / 0.2);
  }

  .md\:border-s-teal-100\/25 {
    border-inline-start-color: rgb(204 251 241 / 0.25);
  }

  .md\:border-s-teal-100\/30 {
    border-inline-start-color: rgb(204 251 241 / 0.3);
  }

  .md\:border-s-teal-100\/35 {
    border-inline-start-color: rgb(204 251 241 / 0.35);
  }

  .md\:border-s-teal-100\/40 {
    border-inline-start-color: rgb(204 251 241 / 0.4);
  }

  .md\:border-s-teal-100\/45 {
    border-inline-start-color: rgb(204 251 241 / 0.45);
  }

  .md\:border-s-teal-100\/5 {
    border-inline-start-color: rgb(204 251 241 / 0.05);
  }

  .md\:border-s-teal-100\/50 {
    border-inline-start-color: rgb(204 251 241 / 0.5);
  }

  .md\:border-s-teal-100\/55 {
    border-inline-start-color: rgb(204 251 241 / 0.55);
  }

  .md\:border-s-teal-100\/60 {
    border-inline-start-color: rgb(204 251 241 / 0.6);
  }

  .md\:border-s-teal-100\/65 {
    border-inline-start-color: rgb(204 251 241 / 0.65);
  }

  .md\:border-s-teal-100\/70 {
    border-inline-start-color: rgb(204 251 241 / 0.7);
  }

  .md\:border-s-teal-100\/75 {
    border-inline-start-color: rgb(204 251 241 / 0.75);
  }

  .md\:border-s-teal-100\/80 {
    border-inline-start-color: rgb(204 251 241 / 0.8);
  }

  .md\:border-s-teal-100\/85 {
    border-inline-start-color: rgb(204 251 241 / 0.85);
  }

  .md\:border-s-teal-100\/90 {
    border-inline-start-color: rgb(204 251 241 / 0.9);
  }

  .md\:border-s-teal-100\/95 {
    border-inline-start-color: rgb(204 251 241 / 0.95);
  }

  .md\:border-s-teal-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(153 246 228 / var(--tw-border-opacity));
  }

  .md\:border-s-teal-200\/0 {
    border-inline-start-color: rgb(153 246 228 / 0);
  }

  .md\:border-s-teal-200\/10 {
    border-inline-start-color: rgb(153 246 228 / 0.1);
  }

  .md\:border-s-teal-200\/100 {
    border-inline-start-color: rgb(153 246 228 / 1);
  }

  .md\:border-s-teal-200\/15 {
    border-inline-start-color: rgb(153 246 228 / 0.15);
  }

  .md\:border-s-teal-200\/20 {
    border-inline-start-color: rgb(153 246 228 / 0.2);
  }

  .md\:border-s-teal-200\/25 {
    border-inline-start-color: rgb(153 246 228 / 0.25);
  }

  .md\:border-s-teal-200\/30 {
    border-inline-start-color: rgb(153 246 228 / 0.3);
  }

  .md\:border-s-teal-200\/35 {
    border-inline-start-color: rgb(153 246 228 / 0.35);
  }

  .md\:border-s-teal-200\/40 {
    border-inline-start-color: rgb(153 246 228 / 0.4);
  }

  .md\:border-s-teal-200\/45 {
    border-inline-start-color: rgb(153 246 228 / 0.45);
  }

  .md\:border-s-teal-200\/5 {
    border-inline-start-color: rgb(153 246 228 / 0.05);
  }

  .md\:border-s-teal-200\/50 {
    border-inline-start-color: rgb(153 246 228 / 0.5);
  }

  .md\:border-s-teal-200\/55 {
    border-inline-start-color: rgb(153 246 228 / 0.55);
  }

  .md\:border-s-teal-200\/60 {
    border-inline-start-color: rgb(153 246 228 / 0.6);
  }

  .md\:border-s-teal-200\/65 {
    border-inline-start-color: rgb(153 246 228 / 0.65);
  }

  .md\:border-s-teal-200\/70 {
    border-inline-start-color: rgb(153 246 228 / 0.7);
  }

  .md\:border-s-teal-200\/75 {
    border-inline-start-color: rgb(153 246 228 / 0.75);
  }

  .md\:border-s-teal-200\/80 {
    border-inline-start-color: rgb(153 246 228 / 0.8);
  }

  .md\:border-s-teal-200\/85 {
    border-inline-start-color: rgb(153 246 228 / 0.85);
  }

  .md\:border-s-teal-200\/90 {
    border-inline-start-color: rgb(153 246 228 / 0.9);
  }

  .md\:border-s-teal-200\/95 {
    border-inline-start-color: rgb(153 246 228 / 0.95);
  }

  .md\:border-s-teal-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(94 234 212 / var(--tw-border-opacity));
  }

  .md\:border-s-teal-300\/0 {
    border-inline-start-color: rgb(94 234 212 / 0);
  }

  .md\:border-s-teal-300\/10 {
    border-inline-start-color: rgb(94 234 212 / 0.1);
  }

  .md\:border-s-teal-300\/100 {
    border-inline-start-color: rgb(94 234 212 / 1);
  }

  .md\:border-s-teal-300\/15 {
    border-inline-start-color: rgb(94 234 212 / 0.15);
  }

  .md\:border-s-teal-300\/20 {
    border-inline-start-color: rgb(94 234 212 / 0.2);
  }

  .md\:border-s-teal-300\/25 {
    border-inline-start-color: rgb(94 234 212 / 0.25);
  }

  .md\:border-s-teal-300\/30 {
    border-inline-start-color: rgb(94 234 212 / 0.3);
  }

  .md\:border-s-teal-300\/35 {
    border-inline-start-color: rgb(94 234 212 / 0.35);
  }

  .md\:border-s-teal-300\/40 {
    border-inline-start-color: rgb(94 234 212 / 0.4);
  }

  .md\:border-s-teal-300\/45 {
    border-inline-start-color: rgb(94 234 212 / 0.45);
  }

  .md\:border-s-teal-300\/5 {
    border-inline-start-color: rgb(94 234 212 / 0.05);
  }

  .md\:border-s-teal-300\/50 {
    border-inline-start-color: rgb(94 234 212 / 0.5);
  }

  .md\:border-s-teal-300\/55 {
    border-inline-start-color: rgb(94 234 212 / 0.55);
  }

  .md\:border-s-teal-300\/60 {
    border-inline-start-color: rgb(94 234 212 / 0.6);
  }

  .md\:border-s-teal-300\/65 {
    border-inline-start-color: rgb(94 234 212 / 0.65);
  }

  .md\:border-s-teal-300\/70 {
    border-inline-start-color: rgb(94 234 212 / 0.7);
  }

  .md\:border-s-teal-300\/75 {
    border-inline-start-color: rgb(94 234 212 / 0.75);
  }

  .md\:border-s-teal-300\/80 {
    border-inline-start-color: rgb(94 234 212 / 0.8);
  }

  .md\:border-s-teal-300\/85 {
    border-inline-start-color: rgb(94 234 212 / 0.85);
  }

  .md\:border-s-teal-300\/90 {
    border-inline-start-color: rgb(94 234 212 / 0.9);
  }

  .md\:border-s-teal-300\/95 {
    border-inline-start-color: rgb(94 234 212 / 0.95);
  }

  .md\:border-s-teal-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(45 212 191 / var(--tw-border-opacity));
  }

  .md\:border-s-teal-400\/0 {
    border-inline-start-color: rgb(45 212 191 / 0);
  }

  .md\:border-s-teal-400\/10 {
    border-inline-start-color: rgb(45 212 191 / 0.1);
  }

  .md\:border-s-teal-400\/100 {
    border-inline-start-color: rgb(45 212 191 / 1);
  }

  .md\:border-s-teal-400\/15 {
    border-inline-start-color: rgb(45 212 191 / 0.15);
  }

  .md\:border-s-teal-400\/20 {
    border-inline-start-color: rgb(45 212 191 / 0.2);
  }

  .md\:border-s-teal-400\/25 {
    border-inline-start-color: rgb(45 212 191 / 0.25);
  }

  .md\:border-s-teal-400\/30 {
    border-inline-start-color: rgb(45 212 191 / 0.3);
  }

  .md\:border-s-teal-400\/35 {
    border-inline-start-color: rgb(45 212 191 / 0.35);
  }

  .md\:border-s-teal-400\/40 {
    border-inline-start-color: rgb(45 212 191 / 0.4);
  }

  .md\:border-s-teal-400\/45 {
    border-inline-start-color: rgb(45 212 191 / 0.45);
  }

  .md\:border-s-teal-400\/5 {
    border-inline-start-color: rgb(45 212 191 / 0.05);
  }

  .md\:border-s-teal-400\/50 {
    border-inline-start-color: rgb(45 212 191 / 0.5);
  }

  .md\:border-s-teal-400\/55 {
    border-inline-start-color: rgb(45 212 191 / 0.55);
  }

  .md\:border-s-teal-400\/60 {
    border-inline-start-color: rgb(45 212 191 / 0.6);
  }

  .md\:border-s-teal-400\/65 {
    border-inline-start-color: rgb(45 212 191 / 0.65);
  }

  .md\:border-s-teal-400\/70 {
    border-inline-start-color: rgb(45 212 191 / 0.7);
  }

  .md\:border-s-teal-400\/75 {
    border-inline-start-color: rgb(45 212 191 / 0.75);
  }

  .md\:border-s-teal-400\/80 {
    border-inline-start-color: rgb(45 212 191 / 0.8);
  }

  .md\:border-s-teal-400\/85 {
    border-inline-start-color: rgb(45 212 191 / 0.85);
  }

  .md\:border-s-teal-400\/90 {
    border-inline-start-color: rgb(45 212 191 / 0.9);
  }

  .md\:border-s-teal-400\/95 {
    border-inline-start-color: rgb(45 212 191 / 0.95);
  }

  .md\:border-s-teal-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(240 253 250 / var(--tw-border-opacity));
  }

  .md\:border-s-teal-50\/0 {
    border-inline-start-color: rgb(240 253 250 / 0);
  }

  .md\:border-s-teal-50\/10 {
    border-inline-start-color: rgb(240 253 250 / 0.1);
  }

  .md\:border-s-teal-50\/100 {
    border-inline-start-color: rgb(240 253 250 / 1);
  }

  .md\:border-s-teal-50\/15 {
    border-inline-start-color: rgb(240 253 250 / 0.15);
  }

  .md\:border-s-teal-50\/20 {
    border-inline-start-color: rgb(240 253 250 / 0.2);
  }

  .md\:border-s-teal-50\/25 {
    border-inline-start-color: rgb(240 253 250 / 0.25);
  }

  .md\:border-s-teal-50\/30 {
    border-inline-start-color: rgb(240 253 250 / 0.3);
  }

  .md\:border-s-teal-50\/35 {
    border-inline-start-color: rgb(240 253 250 / 0.35);
  }

  .md\:border-s-teal-50\/40 {
    border-inline-start-color: rgb(240 253 250 / 0.4);
  }

  .md\:border-s-teal-50\/45 {
    border-inline-start-color: rgb(240 253 250 / 0.45);
  }

  .md\:border-s-teal-50\/5 {
    border-inline-start-color: rgb(240 253 250 / 0.05);
  }

  .md\:border-s-teal-50\/50 {
    border-inline-start-color: rgb(240 253 250 / 0.5);
  }

  .md\:border-s-teal-50\/55 {
    border-inline-start-color: rgb(240 253 250 / 0.55);
  }

  .md\:border-s-teal-50\/60 {
    border-inline-start-color: rgb(240 253 250 / 0.6);
  }

  .md\:border-s-teal-50\/65 {
    border-inline-start-color: rgb(240 253 250 / 0.65);
  }

  .md\:border-s-teal-50\/70 {
    border-inline-start-color: rgb(240 253 250 / 0.7);
  }

  .md\:border-s-teal-50\/75 {
    border-inline-start-color: rgb(240 253 250 / 0.75);
  }

  .md\:border-s-teal-50\/80 {
    border-inline-start-color: rgb(240 253 250 / 0.8);
  }

  .md\:border-s-teal-50\/85 {
    border-inline-start-color: rgb(240 253 250 / 0.85);
  }

  .md\:border-s-teal-50\/90 {
    border-inline-start-color: rgb(240 253 250 / 0.9);
  }

  .md\:border-s-teal-50\/95 {
    border-inline-start-color: rgb(240 253 250 / 0.95);
  }

  .md\:border-s-teal-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(20 184 166 / var(--tw-border-opacity));
  }

  .md\:border-s-teal-500\/0 {
    border-inline-start-color: rgb(20 184 166 / 0);
  }

  .md\:border-s-teal-500\/10 {
    border-inline-start-color: rgb(20 184 166 / 0.1);
  }

  .md\:border-s-teal-500\/100 {
    border-inline-start-color: rgb(20 184 166 / 1);
  }

  .md\:border-s-teal-500\/15 {
    border-inline-start-color: rgb(20 184 166 / 0.15);
  }

  .md\:border-s-teal-500\/20 {
    border-inline-start-color: rgb(20 184 166 / 0.2);
  }

  .md\:border-s-teal-500\/25 {
    border-inline-start-color: rgb(20 184 166 / 0.25);
  }

  .md\:border-s-teal-500\/30 {
    border-inline-start-color: rgb(20 184 166 / 0.3);
  }

  .md\:border-s-teal-500\/35 {
    border-inline-start-color: rgb(20 184 166 / 0.35);
  }

  .md\:border-s-teal-500\/40 {
    border-inline-start-color: rgb(20 184 166 / 0.4);
  }

  .md\:border-s-teal-500\/45 {
    border-inline-start-color: rgb(20 184 166 / 0.45);
  }

  .md\:border-s-teal-500\/5 {
    border-inline-start-color: rgb(20 184 166 / 0.05);
  }

  .md\:border-s-teal-500\/50 {
    border-inline-start-color: rgb(20 184 166 / 0.5);
  }

  .md\:border-s-teal-500\/55 {
    border-inline-start-color: rgb(20 184 166 / 0.55);
  }

  .md\:border-s-teal-500\/60 {
    border-inline-start-color: rgb(20 184 166 / 0.6);
  }

  .md\:border-s-teal-500\/65 {
    border-inline-start-color: rgb(20 184 166 / 0.65);
  }

  .md\:border-s-teal-500\/70 {
    border-inline-start-color: rgb(20 184 166 / 0.7);
  }

  .md\:border-s-teal-500\/75 {
    border-inline-start-color: rgb(20 184 166 / 0.75);
  }

  .md\:border-s-teal-500\/80 {
    border-inline-start-color: rgb(20 184 166 / 0.8);
  }

  .md\:border-s-teal-500\/85 {
    border-inline-start-color: rgb(20 184 166 / 0.85);
  }

  .md\:border-s-teal-500\/90 {
    border-inline-start-color: rgb(20 184 166 / 0.9);
  }

  .md\:border-s-teal-500\/95 {
    border-inline-start-color: rgb(20 184 166 / 0.95);
  }

  .md\:border-s-teal-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(13 148 136 / var(--tw-border-opacity));
  }

  .md\:border-s-teal-600\/0 {
    border-inline-start-color: rgb(13 148 136 / 0);
  }

  .md\:border-s-teal-600\/10 {
    border-inline-start-color: rgb(13 148 136 / 0.1);
  }

  .md\:border-s-teal-600\/100 {
    border-inline-start-color: rgb(13 148 136 / 1);
  }

  .md\:border-s-teal-600\/15 {
    border-inline-start-color: rgb(13 148 136 / 0.15);
  }

  .md\:border-s-teal-600\/20 {
    border-inline-start-color: rgb(13 148 136 / 0.2);
  }

  .md\:border-s-teal-600\/25 {
    border-inline-start-color: rgb(13 148 136 / 0.25);
  }

  .md\:border-s-teal-600\/30 {
    border-inline-start-color: rgb(13 148 136 / 0.3);
  }

  .md\:border-s-teal-600\/35 {
    border-inline-start-color: rgb(13 148 136 / 0.35);
  }

  .md\:border-s-teal-600\/40 {
    border-inline-start-color: rgb(13 148 136 / 0.4);
  }

  .md\:border-s-teal-600\/45 {
    border-inline-start-color: rgb(13 148 136 / 0.45);
  }

  .md\:border-s-teal-600\/5 {
    border-inline-start-color: rgb(13 148 136 / 0.05);
  }

  .md\:border-s-teal-600\/50 {
    border-inline-start-color: rgb(13 148 136 / 0.5);
  }

  .md\:border-s-teal-600\/55 {
    border-inline-start-color: rgb(13 148 136 / 0.55);
  }

  .md\:border-s-teal-600\/60 {
    border-inline-start-color: rgb(13 148 136 / 0.6);
  }

  .md\:border-s-teal-600\/65 {
    border-inline-start-color: rgb(13 148 136 / 0.65);
  }

  .md\:border-s-teal-600\/70 {
    border-inline-start-color: rgb(13 148 136 / 0.7);
  }

  .md\:border-s-teal-600\/75 {
    border-inline-start-color: rgb(13 148 136 / 0.75);
  }

  .md\:border-s-teal-600\/80 {
    border-inline-start-color: rgb(13 148 136 / 0.8);
  }

  .md\:border-s-teal-600\/85 {
    border-inline-start-color: rgb(13 148 136 / 0.85);
  }

  .md\:border-s-teal-600\/90 {
    border-inline-start-color: rgb(13 148 136 / 0.9);
  }

  .md\:border-s-teal-600\/95 {
    border-inline-start-color: rgb(13 148 136 / 0.95);
  }

  .md\:border-s-teal-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(15 118 110 / var(--tw-border-opacity));
  }

  .md\:border-s-teal-700\/0 {
    border-inline-start-color: rgb(15 118 110 / 0);
  }

  .md\:border-s-teal-700\/10 {
    border-inline-start-color: rgb(15 118 110 / 0.1);
  }

  .md\:border-s-teal-700\/100 {
    border-inline-start-color: rgb(15 118 110 / 1);
  }

  .md\:border-s-teal-700\/15 {
    border-inline-start-color: rgb(15 118 110 / 0.15);
  }

  .md\:border-s-teal-700\/20 {
    border-inline-start-color: rgb(15 118 110 / 0.2);
  }

  .md\:border-s-teal-700\/25 {
    border-inline-start-color: rgb(15 118 110 / 0.25);
  }

  .md\:border-s-teal-700\/30 {
    border-inline-start-color: rgb(15 118 110 / 0.3);
  }

  .md\:border-s-teal-700\/35 {
    border-inline-start-color: rgb(15 118 110 / 0.35);
  }

  .md\:border-s-teal-700\/40 {
    border-inline-start-color: rgb(15 118 110 / 0.4);
  }

  .md\:border-s-teal-700\/45 {
    border-inline-start-color: rgb(15 118 110 / 0.45);
  }

  .md\:border-s-teal-700\/5 {
    border-inline-start-color: rgb(15 118 110 / 0.05);
  }

  .md\:border-s-teal-700\/50 {
    border-inline-start-color: rgb(15 118 110 / 0.5);
  }

  .md\:border-s-teal-700\/55 {
    border-inline-start-color: rgb(15 118 110 / 0.55);
  }

  .md\:border-s-teal-700\/60 {
    border-inline-start-color: rgb(15 118 110 / 0.6);
  }

  .md\:border-s-teal-700\/65 {
    border-inline-start-color: rgb(15 118 110 / 0.65);
  }

  .md\:border-s-teal-700\/70 {
    border-inline-start-color: rgb(15 118 110 / 0.7);
  }

  .md\:border-s-teal-700\/75 {
    border-inline-start-color: rgb(15 118 110 / 0.75);
  }

  .md\:border-s-teal-700\/80 {
    border-inline-start-color: rgb(15 118 110 / 0.8);
  }

  .md\:border-s-teal-700\/85 {
    border-inline-start-color: rgb(15 118 110 / 0.85);
  }

  .md\:border-s-teal-700\/90 {
    border-inline-start-color: rgb(15 118 110 / 0.9);
  }

  .md\:border-s-teal-700\/95 {
    border-inline-start-color: rgb(15 118 110 / 0.95);
  }

  .md\:border-s-teal-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(17 94 89 / var(--tw-border-opacity));
  }

  .md\:border-s-teal-800\/0 {
    border-inline-start-color: rgb(17 94 89 / 0);
  }

  .md\:border-s-teal-800\/10 {
    border-inline-start-color: rgb(17 94 89 / 0.1);
  }

  .md\:border-s-teal-800\/100 {
    border-inline-start-color: rgb(17 94 89 / 1);
  }

  .md\:border-s-teal-800\/15 {
    border-inline-start-color: rgb(17 94 89 / 0.15);
  }

  .md\:border-s-teal-800\/20 {
    border-inline-start-color: rgb(17 94 89 / 0.2);
  }

  .md\:border-s-teal-800\/25 {
    border-inline-start-color: rgb(17 94 89 / 0.25);
  }

  .md\:border-s-teal-800\/30 {
    border-inline-start-color: rgb(17 94 89 / 0.3);
  }

  .md\:border-s-teal-800\/35 {
    border-inline-start-color: rgb(17 94 89 / 0.35);
  }

  .md\:border-s-teal-800\/40 {
    border-inline-start-color: rgb(17 94 89 / 0.4);
  }

  .md\:border-s-teal-800\/45 {
    border-inline-start-color: rgb(17 94 89 / 0.45);
  }

  .md\:border-s-teal-800\/5 {
    border-inline-start-color: rgb(17 94 89 / 0.05);
  }

  .md\:border-s-teal-800\/50 {
    border-inline-start-color: rgb(17 94 89 / 0.5);
  }

  .md\:border-s-teal-800\/55 {
    border-inline-start-color: rgb(17 94 89 / 0.55);
  }

  .md\:border-s-teal-800\/60 {
    border-inline-start-color: rgb(17 94 89 / 0.6);
  }

  .md\:border-s-teal-800\/65 {
    border-inline-start-color: rgb(17 94 89 / 0.65);
  }

  .md\:border-s-teal-800\/70 {
    border-inline-start-color: rgb(17 94 89 / 0.7);
  }

  .md\:border-s-teal-800\/75 {
    border-inline-start-color: rgb(17 94 89 / 0.75);
  }

  .md\:border-s-teal-800\/80 {
    border-inline-start-color: rgb(17 94 89 / 0.8);
  }

  .md\:border-s-teal-800\/85 {
    border-inline-start-color: rgb(17 94 89 / 0.85);
  }

  .md\:border-s-teal-800\/90 {
    border-inline-start-color: rgb(17 94 89 / 0.9);
  }

  .md\:border-s-teal-800\/95 {
    border-inline-start-color: rgb(17 94 89 / 0.95);
  }

  .md\:border-s-teal-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(19 78 74 / var(--tw-border-opacity));
  }

  .md\:border-s-teal-900\/0 {
    border-inline-start-color: rgb(19 78 74 / 0);
  }

  .md\:border-s-teal-900\/10 {
    border-inline-start-color: rgb(19 78 74 / 0.1);
  }

  .md\:border-s-teal-900\/100 {
    border-inline-start-color: rgb(19 78 74 / 1);
  }

  .md\:border-s-teal-900\/15 {
    border-inline-start-color: rgb(19 78 74 / 0.15);
  }

  .md\:border-s-teal-900\/20 {
    border-inline-start-color: rgb(19 78 74 / 0.2);
  }

  .md\:border-s-teal-900\/25 {
    border-inline-start-color: rgb(19 78 74 / 0.25);
  }

  .md\:border-s-teal-900\/30 {
    border-inline-start-color: rgb(19 78 74 / 0.3);
  }

  .md\:border-s-teal-900\/35 {
    border-inline-start-color: rgb(19 78 74 / 0.35);
  }

  .md\:border-s-teal-900\/40 {
    border-inline-start-color: rgb(19 78 74 / 0.4);
  }

  .md\:border-s-teal-900\/45 {
    border-inline-start-color: rgb(19 78 74 / 0.45);
  }

  .md\:border-s-teal-900\/5 {
    border-inline-start-color: rgb(19 78 74 / 0.05);
  }

  .md\:border-s-teal-900\/50 {
    border-inline-start-color: rgb(19 78 74 / 0.5);
  }

  .md\:border-s-teal-900\/55 {
    border-inline-start-color: rgb(19 78 74 / 0.55);
  }

  .md\:border-s-teal-900\/60 {
    border-inline-start-color: rgb(19 78 74 / 0.6);
  }

  .md\:border-s-teal-900\/65 {
    border-inline-start-color: rgb(19 78 74 / 0.65);
  }

  .md\:border-s-teal-900\/70 {
    border-inline-start-color: rgb(19 78 74 / 0.7);
  }

  .md\:border-s-teal-900\/75 {
    border-inline-start-color: rgb(19 78 74 / 0.75);
  }

  .md\:border-s-teal-900\/80 {
    border-inline-start-color: rgb(19 78 74 / 0.8);
  }

  .md\:border-s-teal-900\/85 {
    border-inline-start-color: rgb(19 78 74 / 0.85);
  }

  .md\:border-s-teal-900\/90 {
    border-inline-start-color: rgb(19 78 74 / 0.9);
  }

  .md\:border-s-teal-900\/95 {
    border-inline-start-color: rgb(19 78 74 / 0.95);
  }

  .md\:border-s-teal-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(4 47 46 / var(--tw-border-opacity));
  }

  .md\:border-s-teal-950\/0 {
    border-inline-start-color: rgb(4 47 46 / 0);
  }

  .md\:border-s-teal-950\/10 {
    border-inline-start-color: rgb(4 47 46 / 0.1);
  }

  .md\:border-s-teal-950\/100 {
    border-inline-start-color: rgb(4 47 46 / 1);
  }

  .md\:border-s-teal-950\/15 {
    border-inline-start-color: rgb(4 47 46 / 0.15);
  }

  .md\:border-s-teal-950\/20 {
    border-inline-start-color: rgb(4 47 46 / 0.2);
  }

  .md\:border-s-teal-950\/25 {
    border-inline-start-color: rgb(4 47 46 / 0.25);
  }

  .md\:border-s-teal-950\/30 {
    border-inline-start-color: rgb(4 47 46 / 0.3);
  }

  .md\:border-s-teal-950\/35 {
    border-inline-start-color: rgb(4 47 46 / 0.35);
  }

  .md\:border-s-teal-950\/40 {
    border-inline-start-color: rgb(4 47 46 / 0.4);
  }

  .md\:border-s-teal-950\/45 {
    border-inline-start-color: rgb(4 47 46 / 0.45);
  }

  .md\:border-s-teal-950\/5 {
    border-inline-start-color: rgb(4 47 46 / 0.05);
  }

  .md\:border-s-teal-950\/50 {
    border-inline-start-color: rgb(4 47 46 / 0.5);
  }

  .md\:border-s-teal-950\/55 {
    border-inline-start-color: rgb(4 47 46 / 0.55);
  }

  .md\:border-s-teal-950\/60 {
    border-inline-start-color: rgb(4 47 46 / 0.6);
  }

  .md\:border-s-teal-950\/65 {
    border-inline-start-color: rgb(4 47 46 / 0.65);
  }

  .md\:border-s-teal-950\/70 {
    border-inline-start-color: rgb(4 47 46 / 0.7);
  }

  .md\:border-s-teal-950\/75 {
    border-inline-start-color: rgb(4 47 46 / 0.75);
  }

  .md\:border-s-teal-950\/80 {
    border-inline-start-color: rgb(4 47 46 / 0.8);
  }

  .md\:border-s-teal-950\/85 {
    border-inline-start-color: rgb(4 47 46 / 0.85);
  }

  .md\:border-s-teal-950\/90 {
    border-inline-start-color: rgb(4 47 46 / 0.9);
  }

  .md\:border-s-teal-950\/95 {
    border-inline-start-color: rgb(4 47 46 / 0.95);
  }

  .md\:border-s-transparent {
    border-inline-start-color: transparent;
  }

  .md\:border-s-transparent\/0 {
    border-inline-start-color: rgb(0 0 0 / 0);
  }

  .md\:border-s-transparent\/10 {
    border-inline-start-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-s-transparent\/100 {
    border-inline-start-color: rgb(0 0 0 / 1);
  }

  .md\:border-s-transparent\/15 {
    border-inline-start-color: rgb(0 0 0 / 0.15);
  }

  .md\:border-s-transparent\/20 {
    border-inline-start-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-s-transparent\/25 {
    border-inline-start-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-s-transparent\/30 {
    border-inline-start-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-s-transparent\/35 {
    border-inline-start-color: rgb(0 0 0 / 0.35);
  }

  .md\:border-s-transparent\/40 {
    border-inline-start-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-s-transparent\/45 {
    border-inline-start-color: rgb(0 0 0 / 0.45);
  }

  .md\:border-s-transparent\/5 {
    border-inline-start-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-s-transparent\/50 {
    border-inline-start-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-s-transparent\/55 {
    border-inline-start-color: rgb(0 0 0 / 0.55);
  }

  .md\:border-s-transparent\/60 {
    border-inline-start-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-s-transparent\/65 {
    border-inline-start-color: rgb(0 0 0 / 0.65);
  }

  .md\:border-s-transparent\/70 {
    border-inline-start-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-s-transparent\/75 {
    border-inline-start-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-s-transparent\/80 {
    border-inline-start-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-s-transparent\/85 {
    border-inline-start-color: rgb(0 0 0 / 0.85);
  }

  .md\:border-s-transparent\/90 {
    border-inline-start-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-s-transparent\/95 {
    border-inline-start-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-s-violet-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(237 233 254 / var(--tw-border-opacity));
  }

  .md\:border-s-violet-100\/0 {
    border-inline-start-color: rgb(237 233 254 / 0);
  }

  .md\:border-s-violet-100\/10 {
    border-inline-start-color: rgb(237 233 254 / 0.1);
  }

  .md\:border-s-violet-100\/100 {
    border-inline-start-color: rgb(237 233 254 / 1);
  }

  .md\:border-s-violet-100\/15 {
    border-inline-start-color: rgb(237 233 254 / 0.15);
  }

  .md\:border-s-violet-100\/20 {
    border-inline-start-color: rgb(237 233 254 / 0.2);
  }

  .md\:border-s-violet-100\/25 {
    border-inline-start-color: rgb(237 233 254 / 0.25);
  }

  .md\:border-s-violet-100\/30 {
    border-inline-start-color: rgb(237 233 254 / 0.3);
  }

  .md\:border-s-violet-100\/35 {
    border-inline-start-color: rgb(237 233 254 / 0.35);
  }

  .md\:border-s-violet-100\/40 {
    border-inline-start-color: rgb(237 233 254 / 0.4);
  }

  .md\:border-s-violet-100\/45 {
    border-inline-start-color: rgb(237 233 254 / 0.45);
  }

  .md\:border-s-violet-100\/5 {
    border-inline-start-color: rgb(237 233 254 / 0.05);
  }

  .md\:border-s-violet-100\/50 {
    border-inline-start-color: rgb(237 233 254 / 0.5);
  }

  .md\:border-s-violet-100\/55 {
    border-inline-start-color: rgb(237 233 254 / 0.55);
  }

  .md\:border-s-violet-100\/60 {
    border-inline-start-color: rgb(237 233 254 / 0.6);
  }

  .md\:border-s-violet-100\/65 {
    border-inline-start-color: rgb(237 233 254 / 0.65);
  }

  .md\:border-s-violet-100\/70 {
    border-inline-start-color: rgb(237 233 254 / 0.7);
  }

  .md\:border-s-violet-100\/75 {
    border-inline-start-color: rgb(237 233 254 / 0.75);
  }

  .md\:border-s-violet-100\/80 {
    border-inline-start-color: rgb(237 233 254 / 0.8);
  }

  .md\:border-s-violet-100\/85 {
    border-inline-start-color: rgb(237 233 254 / 0.85);
  }

  .md\:border-s-violet-100\/90 {
    border-inline-start-color: rgb(237 233 254 / 0.9);
  }

  .md\:border-s-violet-100\/95 {
    border-inline-start-color: rgb(237 233 254 / 0.95);
  }

  .md\:border-s-violet-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(221 214 254 / var(--tw-border-opacity));
  }

  .md\:border-s-violet-200\/0 {
    border-inline-start-color: rgb(221 214 254 / 0);
  }

  .md\:border-s-violet-200\/10 {
    border-inline-start-color: rgb(221 214 254 / 0.1);
  }

  .md\:border-s-violet-200\/100 {
    border-inline-start-color: rgb(221 214 254 / 1);
  }

  .md\:border-s-violet-200\/15 {
    border-inline-start-color: rgb(221 214 254 / 0.15);
  }

  .md\:border-s-violet-200\/20 {
    border-inline-start-color: rgb(221 214 254 / 0.2);
  }

  .md\:border-s-violet-200\/25 {
    border-inline-start-color: rgb(221 214 254 / 0.25);
  }

  .md\:border-s-violet-200\/30 {
    border-inline-start-color: rgb(221 214 254 / 0.3);
  }

  .md\:border-s-violet-200\/35 {
    border-inline-start-color: rgb(221 214 254 / 0.35);
  }

  .md\:border-s-violet-200\/40 {
    border-inline-start-color: rgb(221 214 254 / 0.4);
  }

  .md\:border-s-violet-200\/45 {
    border-inline-start-color: rgb(221 214 254 / 0.45);
  }

  .md\:border-s-violet-200\/5 {
    border-inline-start-color: rgb(221 214 254 / 0.05);
  }

  .md\:border-s-violet-200\/50 {
    border-inline-start-color: rgb(221 214 254 / 0.5);
  }

  .md\:border-s-violet-200\/55 {
    border-inline-start-color: rgb(221 214 254 / 0.55);
  }

  .md\:border-s-violet-200\/60 {
    border-inline-start-color: rgb(221 214 254 / 0.6);
  }

  .md\:border-s-violet-200\/65 {
    border-inline-start-color: rgb(221 214 254 / 0.65);
  }

  .md\:border-s-violet-200\/70 {
    border-inline-start-color: rgb(221 214 254 / 0.7);
  }

  .md\:border-s-violet-200\/75 {
    border-inline-start-color: rgb(221 214 254 / 0.75);
  }

  .md\:border-s-violet-200\/80 {
    border-inline-start-color: rgb(221 214 254 / 0.8);
  }

  .md\:border-s-violet-200\/85 {
    border-inline-start-color: rgb(221 214 254 / 0.85);
  }

  .md\:border-s-violet-200\/90 {
    border-inline-start-color: rgb(221 214 254 / 0.9);
  }

  .md\:border-s-violet-200\/95 {
    border-inline-start-color: rgb(221 214 254 / 0.95);
  }

  .md\:border-s-violet-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(196 181 253 / var(--tw-border-opacity));
  }

  .md\:border-s-violet-300\/0 {
    border-inline-start-color: rgb(196 181 253 / 0);
  }

  .md\:border-s-violet-300\/10 {
    border-inline-start-color: rgb(196 181 253 / 0.1);
  }

  .md\:border-s-violet-300\/100 {
    border-inline-start-color: rgb(196 181 253 / 1);
  }

  .md\:border-s-violet-300\/15 {
    border-inline-start-color: rgb(196 181 253 / 0.15);
  }

  .md\:border-s-violet-300\/20 {
    border-inline-start-color: rgb(196 181 253 / 0.2);
  }

  .md\:border-s-violet-300\/25 {
    border-inline-start-color: rgb(196 181 253 / 0.25);
  }

  .md\:border-s-violet-300\/30 {
    border-inline-start-color: rgb(196 181 253 / 0.3);
  }

  .md\:border-s-violet-300\/35 {
    border-inline-start-color: rgb(196 181 253 / 0.35);
  }

  .md\:border-s-violet-300\/40 {
    border-inline-start-color: rgb(196 181 253 / 0.4);
  }

  .md\:border-s-violet-300\/45 {
    border-inline-start-color: rgb(196 181 253 / 0.45);
  }

  .md\:border-s-violet-300\/5 {
    border-inline-start-color: rgb(196 181 253 / 0.05);
  }

  .md\:border-s-violet-300\/50 {
    border-inline-start-color: rgb(196 181 253 / 0.5);
  }

  .md\:border-s-violet-300\/55 {
    border-inline-start-color: rgb(196 181 253 / 0.55);
  }

  .md\:border-s-violet-300\/60 {
    border-inline-start-color: rgb(196 181 253 / 0.6);
  }

  .md\:border-s-violet-300\/65 {
    border-inline-start-color: rgb(196 181 253 / 0.65);
  }

  .md\:border-s-violet-300\/70 {
    border-inline-start-color: rgb(196 181 253 / 0.7);
  }

  .md\:border-s-violet-300\/75 {
    border-inline-start-color: rgb(196 181 253 / 0.75);
  }

  .md\:border-s-violet-300\/80 {
    border-inline-start-color: rgb(196 181 253 / 0.8);
  }

  .md\:border-s-violet-300\/85 {
    border-inline-start-color: rgb(196 181 253 / 0.85);
  }

  .md\:border-s-violet-300\/90 {
    border-inline-start-color: rgb(196 181 253 / 0.9);
  }

  .md\:border-s-violet-300\/95 {
    border-inline-start-color: rgb(196 181 253 / 0.95);
  }

  .md\:border-s-violet-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(167 139 250 / var(--tw-border-opacity));
  }

  .md\:border-s-violet-400\/0 {
    border-inline-start-color: rgb(167 139 250 / 0);
  }

  .md\:border-s-violet-400\/10 {
    border-inline-start-color: rgb(167 139 250 / 0.1);
  }

  .md\:border-s-violet-400\/100 {
    border-inline-start-color: rgb(167 139 250 / 1);
  }

  .md\:border-s-violet-400\/15 {
    border-inline-start-color: rgb(167 139 250 / 0.15);
  }

  .md\:border-s-violet-400\/20 {
    border-inline-start-color: rgb(167 139 250 / 0.2);
  }

  .md\:border-s-violet-400\/25 {
    border-inline-start-color: rgb(167 139 250 / 0.25);
  }

  .md\:border-s-violet-400\/30 {
    border-inline-start-color: rgb(167 139 250 / 0.3);
  }

  .md\:border-s-violet-400\/35 {
    border-inline-start-color: rgb(167 139 250 / 0.35);
  }

  .md\:border-s-violet-400\/40 {
    border-inline-start-color: rgb(167 139 250 / 0.4);
  }

  .md\:border-s-violet-400\/45 {
    border-inline-start-color: rgb(167 139 250 / 0.45);
  }

  .md\:border-s-violet-400\/5 {
    border-inline-start-color: rgb(167 139 250 / 0.05);
  }

  .md\:border-s-violet-400\/50 {
    border-inline-start-color: rgb(167 139 250 / 0.5);
  }

  .md\:border-s-violet-400\/55 {
    border-inline-start-color: rgb(167 139 250 / 0.55);
  }

  .md\:border-s-violet-400\/60 {
    border-inline-start-color: rgb(167 139 250 / 0.6);
  }

  .md\:border-s-violet-400\/65 {
    border-inline-start-color: rgb(167 139 250 / 0.65);
  }

  .md\:border-s-violet-400\/70 {
    border-inline-start-color: rgb(167 139 250 / 0.7);
  }

  .md\:border-s-violet-400\/75 {
    border-inline-start-color: rgb(167 139 250 / 0.75);
  }

  .md\:border-s-violet-400\/80 {
    border-inline-start-color: rgb(167 139 250 / 0.8);
  }

  .md\:border-s-violet-400\/85 {
    border-inline-start-color: rgb(167 139 250 / 0.85);
  }

  .md\:border-s-violet-400\/90 {
    border-inline-start-color: rgb(167 139 250 / 0.9);
  }

  .md\:border-s-violet-400\/95 {
    border-inline-start-color: rgb(167 139 250 / 0.95);
  }

  .md\:border-s-violet-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(245 243 255 / var(--tw-border-opacity));
  }

  .md\:border-s-violet-50\/0 {
    border-inline-start-color: rgb(245 243 255 / 0);
  }

  .md\:border-s-violet-50\/10 {
    border-inline-start-color: rgb(245 243 255 / 0.1);
  }

  .md\:border-s-violet-50\/100 {
    border-inline-start-color: rgb(245 243 255 / 1);
  }

  .md\:border-s-violet-50\/15 {
    border-inline-start-color: rgb(245 243 255 / 0.15);
  }

  .md\:border-s-violet-50\/20 {
    border-inline-start-color: rgb(245 243 255 / 0.2);
  }

  .md\:border-s-violet-50\/25 {
    border-inline-start-color: rgb(245 243 255 / 0.25);
  }

  .md\:border-s-violet-50\/30 {
    border-inline-start-color: rgb(245 243 255 / 0.3);
  }

  .md\:border-s-violet-50\/35 {
    border-inline-start-color: rgb(245 243 255 / 0.35);
  }

  .md\:border-s-violet-50\/40 {
    border-inline-start-color: rgb(245 243 255 / 0.4);
  }

  .md\:border-s-violet-50\/45 {
    border-inline-start-color: rgb(245 243 255 / 0.45);
  }

  .md\:border-s-violet-50\/5 {
    border-inline-start-color: rgb(245 243 255 / 0.05);
  }

  .md\:border-s-violet-50\/50 {
    border-inline-start-color: rgb(245 243 255 / 0.5);
  }

  .md\:border-s-violet-50\/55 {
    border-inline-start-color: rgb(245 243 255 / 0.55);
  }

  .md\:border-s-violet-50\/60 {
    border-inline-start-color: rgb(245 243 255 / 0.6);
  }

  .md\:border-s-violet-50\/65 {
    border-inline-start-color: rgb(245 243 255 / 0.65);
  }

  .md\:border-s-violet-50\/70 {
    border-inline-start-color: rgb(245 243 255 / 0.7);
  }

  .md\:border-s-violet-50\/75 {
    border-inline-start-color: rgb(245 243 255 / 0.75);
  }

  .md\:border-s-violet-50\/80 {
    border-inline-start-color: rgb(245 243 255 / 0.8);
  }

  .md\:border-s-violet-50\/85 {
    border-inline-start-color: rgb(245 243 255 / 0.85);
  }

  .md\:border-s-violet-50\/90 {
    border-inline-start-color: rgb(245 243 255 / 0.9);
  }

  .md\:border-s-violet-50\/95 {
    border-inline-start-color: rgb(245 243 255 / 0.95);
  }

  .md\:border-s-violet-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(139 92 246 / var(--tw-border-opacity));
  }

  .md\:border-s-violet-500\/0 {
    border-inline-start-color: rgb(139 92 246 / 0);
  }

  .md\:border-s-violet-500\/10 {
    border-inline-start-color: rgb(139 92 246 / 0.1);
  }

  .md\:border-s-violet-500\/100 {
    border-inline-start-color: rgb(139 92 246 / 1);
  }

  .md\:border-s-violet-500\/15 {
    border-inline-start-color: rgb(139 92 246 / 0.15);
  }

  .md\:border-s-violet-500\/20 {
    border-inline-start-color: rgb(139 92 246 / 0.2);
  }

  .md\:border-s-violet-500\/25 {
    border-inline-start-color: rgb(139 92 246 / 0.25);
  }

  .md\:border-s-violet-500\/30 {
    border-inline-start-color: rgb(139 92 246 / 0.3);
  }

  .md\:border-s-violet-500\/35 {
    border-inline-start-color: rgb(139 92 246 / 0.35);
  }

  .md\:border-s-violet-500\/40 {
    border-inline-start-color: rgb(139 92 246 / 0.4);
  }

  .md\:border-s-violet-500\/45 {
    border-inline-start-color: rgb(139 92 246 / 0.45);
  }

  .md\:border-s-violet-500\/5 {
    border-inline-start-color: rgb(139 92 246 / 0.05);
  }

  .md\:border-s-violet-500\/50 {
    border-inline-start-color: rgb(139 92 246 / 0.5);
  }

  .md\:border-s-violet-500\/55 {
    border-inline-start-color: rgb(139 92 246 / 0.55);
  }

  .md\:border-s-violet-500\/60 {
    border-inline-start-color: rgb(139 92 246 / 0.6);
  }

  .md\:border-s-violet-500\/65 {
    border-inline-start-color: rgb(139 92 246 / 0.65);
  }

  .md\:border-s-violet-500\/70 {
    border-inline-start-color: rgb(139 92 246 / 0.7);
  }

  .md\:border-s-violet-500\/75 {
    border-inline-start-color: rgb(139 92 246 / 0.75);
  }

  .md\:border-s-violet-500\/80 {
    border-inline-start-color: rgb(139 92 246 / 0.8);
  }

  .md\:border-s-violet-500\/85 {
    border-inline-start-color: rgb(139 92 246 / 0.85);
  }

  .md\:border-s-violet-500\/90 {
    border-inline-start-color: rgb(139 92 246 / 0.9);
  }

  .md\:border-s-violet-500\/95 {
    border-inline-start-color: rgb(139 92 246 / 0.95);
  }

  .md\:border-s-violet-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(124 58 237 / var(--tw-border-opacity));
  }

  .md\:border-s-violet-600\/0 {
    border-inline-start-color: rgb(124 58 237 / 0);
  }

  .md\:border-s-violet-600\/10 {
    border-inline-start-color: rgb(124 58 237 / 0.1);
  }

  .md\:border-s-violet-600\/100 {
    border-inline-start-color: rgb(124 58 237 / 1);
  }

  .md\:border-s-violet-600\/15 {
    border-inline-start-color: rgb(124 58 237 / 0.15);
  }

  .md\:border-s-violet-600\/20 {
    border-inline-start-color: rgb(124 58 237 / 0.2);
  }

  .md\:border-s-violet-600\/25 {
    border-inline-start-color: rgb(124 58 237 / 0.25);
  }

  .md\:border-s-violet-600\/30 {
    border-inline-start-color: rgb(124 58 237 / 0.3);
  }

  .md\:border-s-violet-600\/35 {
    border-inline-start-color: rgb(124 58 237 / 0.35);
  }

  .md\:border-s-violet-600\/40 {
    border-inline-start-color: rgb(124 58 237 / 0.4);
  }

  .md\:border-s-violet-600\/45 {
    border-inline-start-color: rgb(124 58 237 / 0.45);
  }

  .md\:border-s-violet-600\/5 {
    border-inline-start-color: rgb(124 58 237 / 0.05);
  }

  .md\:border-s-violet-600\/50 {
    border-inline-start-color: rgb(124 58 237 / 0.5);
  }

  .md\:border-s-violet-600\/55 {
    border-inline-start-color: rgb(124 58 237 / 0.55);
  }

  .md\:border-s-violet-600\/60 {
    border-inline-start-color: rgb(124 58 237 / 0.6);
  }

  .md\:border-s-violet-600\/65 {
    border-inline-start-color: rgb(124 58 237 / 0.65);
  }

  .md\:border-s-violet-600\/70 {
    border-inline-start-color: rgb(124 58 237 / 0.7);
  }

  .md\:border-s-violet-600\/75 {
    border-inline-start-color: rgb(124 58 237 / 0.75);
  }

  .md\:border-s-violet-600\/80 {
    border-inline-start-color: rgb(124 58 237 / 0.8);
  }

  .md\:border-s-violet-600\/85 {
    border-inline-start-color: rgb(124 58 237 / 0.85);
  }

  .md\:border-s-violet-600\/90 {
    border-inline-start-color: rgb(124 58 237 / 0.9);
  }

  .md\:border-s-violet-600\/95 {
    border-inline-start-color: rgb(124 58 237 / 0.95);
  }

  .md\:border-s-violet-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(109 40 217 / var(--tw-border-opacity));
  }

  .md\:border-s-violet-700\/0 {
    border-inline-start-color: rgb(109 40 217 / 0);
  }

  .md\:border-s-violet-700\/10 {
    border-inline-start-color: rgb(109 40 217 / 0.1);
  }

  .md\:border-s-violet-700\/100 {
    border-inline-start-color: rgb(109 40 217 / 1);
  }

  .md\:border-s-violet-700\/15 {
    border-inline-start-color: rgb(109 40 217 / 0.15);
  }

  .md\:border-s-violet-700\/20 {
    border-inline-start-color: rgb(109 40 217 / 0.2);
  }

  .md\:border-s-violet-700\/25 {
    border-inline-start-color: rgb(109 40 217 / 0.25);
  }

  .md\:border-s-violet-700\/30 {
    border-inline-start-color: rgb(109 40 217 / 0.3);
  }

  .md\:border-s-violet-700\/35 {
    border-inline-start-color: rgb(109 40 217 / 0.35);
  }

  .md\:border-s-violet-700\/40 {
    border-inline-start-color: rgb(109 40 217 / 0.4);
  }

  .md\:border-s-violet-700\/45 {
    border-inline-start-color: rgb(109 40 217 / 0.45);
  }

  .md\:border-s-violet-700\/5 {
    border-inline-start-color: rgb(109 40 217 / 0.05);
  }

  .md\:border-s-violet-700\/50 {
    border-inline-start-color: rgb(109 40 217 / 0.5);
  }

  .md\:border-s-violet-700\/55 {
    border-inline-start-color: rgb(109 40 217 / 0.55);
  }

  .md\:border-s-violet-700\/60 {
    border-inline-start-color: rgb(109 40 217 / 0.6);
  }

  .md\:border-s-violet-700\/65 {
    border-inline-start-color: rgb(109 40 217 / 0.65);
  }

  .md\:border-s-violet-700\/70 {
    border-inline-start-color: rgb(109 40 217 / 0.7);
  }

  .md\:border-s-violet-700\/75 {
    border-inline-start-color: rgb(109 40 217 / 0.75);
  }

  .md\:border-s-violet-700\/80 {
    border-inline-start-color: rgb(109 40 217 / 0.8);
  }

  .md\:border-s-violet-700\/85 {
    border-inline-start-color: rgb(109 40 217 / 0.85);
  }

  .md\:border-s-violet-700\/90 {
    border-inline-start-color: rgb(109 40 217 / 0.9);
  }

  .md\:border-s-violet-700\/95 {
    border-inline-start-color: rgb(109 40 217 / 0.95);
  }

  .md\:border-s-violet-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(91 33 182 / var(--tw-border-opacity));
  }

  .md\:border-s-violet-800\/0 {
    border-inline-start-color: rgb(91 33 182 / 0);
  }

  .md\:border-s-violet-800\/10 {
    border-inline-start-color: rgb(91 33 182 / 0.1);
  }

  .md\:border-s-violet-800\/100 {
    border-inline-start-color: rgb(91 33 182 / 1);
  }

  .md\:border-s-violet-800\/15 {
    border-inline-start-color: rgb(91 33 182 / 0.15);
  }

  .md\:border-s-violet-800\/20 {
    border-inline-start-color: rgb(91 33 182 / 0.2);
  }

  .md\:border-s-violet-800\/25 {
    border-inline-start-color: rgb(91 33 182 / 0.25);
  }

  .md\:border-s-violet-800\/30 {
    border-inline-start-color: rgb(91 33 182 / 0.3);
  }

  .md\:border-s-violet-800\/35 {
    border-inline-start-color: rgb(91 33 182 / 0.35);
  }

  .md\:border-s-violet-800\/40 {
    border-inline-start-color: rgb(91 33 182 / 0.4);
  }

  .md\:border-s-violet-800\/45 {
    border-inline-start-color: rgb(91 33 182 / 0.45);
  }

  .md\:border-s-violet-800\/5 {
    border-inline-start-color: rgb(91 33 182 / 0.05);
  }

  .md\:border-s-violet-800\/50 {
    border-inline-start-color: rgb(91 33 182 / 0.5);
  }

  .md\:border-s-violet-800\/55 {
    border-inline-start-color: rgb(91 33 182 / 0.55);
  }

  .md\:border-s-violet-800\/60 {
    border-inline-start-color: rgb(91 33 182 / 0.6);
  }

  .md\:border-s-violet-800\/65 {
    border-inline-start-color: rgb(91 33 182 / 0.65);
  }

  .md\:border-s-violet-800\/70 {
    border-inline-start-color: rgb(91 33 182 / 0.7);
  }

  .md\:border-s-violet-800\/75 {
    border-inline-start-color: rgb(91 33 182 / 0.75);
  }

  .md\:border-s-violet-800\/80 {
    border-inline-start-color: rgb(91 33 182 / 0.8);
  }

  .md\:border-s-violet-800\/85 {
    border-inline-start-color: rgb(91 33 182 / 0.85);
  }

  .md\:border-s-violet-800\/90 {
    border-inline-start-color: rgb(91 33 182 / 0.9);
  }

  .md\:border-s-violet-800\/95 {
    border-inline-start-color: rgb(91 33 182 / 0.95);
  }

  .md\:border-s-violet-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(76 29 149 / var(--tw-border-opacity));
  }

  .md\:border-s-violet-900\/0 {
    border-inline-start-color: rgb(76 29 149 / 0);
  }

  .md\:border-s-violet-900\/10 {
    border-inline-start-color: rgb(76 29 149 / 0.1);
  }

  .md\:border-s-violet-900\/100 {
    border-inline-start-color: rgb(76 29 149 / 1);
  }

  .md\:border-s-violet-900\/15 {
    border-inline-start-color: rgb(76 29 149 / 0.15);
  }

  .md\:border-s-violet-900\/20 {
    border-inline-start-color: rgb(76 29 149 / 0.2);
  }

  .md\:border-s-violet-900\/25 {
    border-inline-start-color: rgb(76 29 149 / 0.25);
  }

  .md\:border-s-violet-900\/30 {
    border-inline-start-color: rgb(76 29 149 / 0.3);
  }

  .md\:border-s-violet-900\/35 {
    border-inline-start-color: rgb(76 29 149 / 0.35);
  }

  .md\:border-s-violet-900\/40 {
    border-inline-start-color: rgb(76 29 149 / 0.4);
  }

  .md\:border-s-violet-900\/45 {
    border-inline-start-color: rgb(76 29 149 / 0.45);
  }

  .md\:border-s-violet-900\/5 {
    border-inline-start-color: rgb(76 29 149 / 0.05);
  }

  .md\:border-s-violet-900\/50 {
    border-inline-start-color: rgb(76 29 149 / 0.5);
  }

  .md\:border-s-violet-900\/55 {
    border-inline-start-color: rgb(76 29 149 / 0.55);
  }

  .md\:border-s-violet-900\/60 {
    border-inline-start-color: rgb(76 29 149 / 0.6);
  }

  .md\:border-s-violet-900\/65 {
    border-inline-start-color: rgb(76 29 149 / 0.65);
  }

  .md\:border-s-violet-900\/70 {
    border-inline-start-color: rgb(76 29 149 / 0.7);
  }

  .md\:border-s-violet-900\/75 {
    border-inline-start-color: rgb(76 29 149 / 0.75);
  }

  .md\:border-s-violet-900\/80 {
    border-inline-start-color: rgb(76 29 149 / 0.8);
  }

  .md\:border-s-violet-900\/85 {
    border-inline-start-color: rgb(76 29 149 / 0.85);
  }

  .md\:border-s-violet-900\/90 {
    border-inline-start-color: rgb(76 29 149 / 0.9);
  }

  .md\:border-s-violet-900\/95 {
    border-inline-start-color: rgb(76 29 149 / 0.95);
  }

  .md\:border-s-violet-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(46 16 101 / var(--tw-border-opacity));
  }

  .md\:border-s-violet-950\/0 {
    border-inline-start-color: rgb(46 16 101 / 0);
  }

  .md\:border-s-violet-950\/10 {
    border-inline-start-color: rgb(46 16 101 / 0.1);
  }

  .md\:border-s-violet-950\/100 {
    border-inline-start-color: rgb(46 16 101 / 1);
  }

  .md\:border-s-violet-950\/15 {
    border-inline-start-color: rgb(46 16 101 / 0.15);
  }

  .md\:border-s-violet-950\/20 {
    border-inline-start-color: rgb(46 16 101 / 0.2);
  }

  .md\:border-s-violet-950\/25 {
    border-inline-start-color: rgb(46 16 101 / 0.25);
  }

  .md\:border-s-violet-950\/30 {
    border-inline-start-color: rgb(46 16 101 / 0.3);
  }

  .md\:border-s-violet-950\/35 {
    border-inline-start-color: rgb(46 16 101 / 0.35);
  }

  .md\:border-s-violet-950\/40 {
    border-inline-start-color: rgb(46 16 101 / 0.4);
  }

  .md\:border-s-violet-950\/45 {
    border-inline-start-color: rgb(46 16 101 / 0.45);
  }

  .md\:border-s-violet-950\/5 {
    border-inline-start-color: rgb(46 16 101 / 0.05);
  }

  .md\:border-s-violet-950\/50 {
    border-inline-start-color: rgb(46 16 101 / 0.5);
  }

  .md\:border-s-violet-950\/55 {
    border-inline-start-color: rgb(46 16 101 / 0.55);
  }

  .md\:border-s-violet-950\/60 {
    border-inline-start-color: rgb(46 16 101 / 0.6);
  }

  .md\:border-s-violet-950\/65 {
    border-inline-start-color: rgb(46 16 101 / 0.65);
  }

  .md\:border-s-violet-950\/70 {
    border-inline-start-color: rgb(46 16 101 / 0.7);
  }

  .md\:border-s-violet-950\/75 {
    border-inline-start-color: rgb(46 16 101 / 0.75);
  }

  .md\:border-s-violet-950\/80 {
    border-inline-start-color: rgb(46 16 101 / 0.8);
  }

  .md\:border-s-violet-950\/85 {
    border-inline-start-color: rgb(46 16 101 / 0.85);
  }

  .md\:border-s-violet-950\/90 {
    border-inline-start-color: rgb(46 16 101 / 0.9);
  }

  .md\:border-s-violet-950\/95 {
    border-inline-start-color: rgb(46 16 101 / 0.95);
  }

  .md\:border-s-white {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .md\:border-s-white\/0 {
    border-inline-start-color: rgb(255 255 255 / 0);
  }

  .md\:border-s-white\/10 {
    border-inline-start-color: rgb(255 255 255 / 0.1);
  }

  .md\:border-s-white\/100 {
    border-inline-start-color: rgb(255 255 255 / 1);
  }

  .md\:border-s-white\/15 {
    border-inline-start-color: rgb(255 255 255 / 0.15);
  }

  .md\:border-s-white\/20 {
    border-inline-start-color: rgb(255 255 255 / 0.2);
  }

  .md\:border-s-white\/25 {
    border-inline-start-color: rgb(255 255 255 / 0.25);
  }

  .md\:border-s-white\/30 {
    border-inline-start-color: rgb(255 255 255 / 0.3);
  }

  .md\:border-s-white\/35 {
    border-inline-start-color: rgb(255 255 255 / 0.35);
  }

  .md\:border-s-white\/40 {
    border-inline-start-color: rgb(255 255 255 / 0.4);
  }

  .md\:border-s-white\/45 {
    border-inline-start-color: rgb(255 255 255 / 0.45);
  }

  .md\:border-s-white\/5 {
    border-inline-start-color: rgb(255 255 255 / 0.05);
  }

  .md\:border-s-white\/50 {
    border-inline-start-color: rgb(255 255 255 / 0.5);
  }

  .md\:border-s-white\/55 {
    border-inline-start-color: rgb(255 255 255 / 0.55);
  }

  .md\:border-s-white\/60 {
    border-inline-start-color: rgb(255 255 255 / 0.6);
  }

  .md\:border-s-white\/65 {
    border-inline-start-color: rgb(255 255 255 / 0.65);
  }

  .md\:border-s-white\/70 {
    border-inline-start-color: rgb(255 255 255 / 0.7);
  }

  .md\:border-s-white\/75 {
    border-inline-start-color: rgb(255 255 255 / 0.75);
  }

  .md\:border-s-white\/80 {
    border-inline-start-color: rgb(255 255 255 / 0.8);
  }

  .md\:border-s-white\/85 {
    border-inline-start-color: rgb(255 255 255 / 0.85);
  }

  .md\:border-s-white\/90 {
    border-inline-start-color: rgb(255 255 255 / 0.9);
  }

  .md\:border-s-white\/95 {
    border-inline-start-color: rgb(255 255 255 / 0.95);
  }

  .md\:border-s-yellow-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .md\:border-s-yellow-100\/0 {
    border-inline-start-color: rgb(254 249 195 / 0);
  }

  .md\:border-s-yellow-100\/10 {
    border-inline-start-color: rgb(254 249 195 / 0.1);
  }

  .md\:border-s-yellow-100\/100 {
    border-inline-start-color: rgb(254 249 195 / 1);
  }

  .md\:border-s-yellow-100\/15 {
    border-inline-start-color: rgb(254 249 195 / 0.15);
  }

  .md\:border-s-yellow-100\/20 {
    border-inline-start-color: rgb(254 249 195 / 0.2);
  }

  .md\:border-s-yellow-100\/25 {
    border-inline-start-color: rgb(254 249 195 / 0.25);
  }

  .md\:border-s-yellow-100\/30 {
    border-inline-start-color: rgb(254 249 195 / 0.3);
  }

  .md\:border-s-yellow-100\/35 {
    border-inline-start-color: rgb(254 249 195 / 0.35);
  }

  .md\:border-s-yellow-100\/40 {
    border-inline-start-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-s-yellow-100\/45 {
    border-inline-start-color: rgb(254 249 195 / 0.45);
  }

  .md\:border-s-yellow-100\/5 {
    border-inline-start-color: rgb(254 249 195 / 0.05);
  }

  .md\:border-s-yellow-100\/50 {
    border-inline-start-color: rgb(254 249 195 / 0.5);
  }

  .md\:border-s-yellow-100\/55 {
    border-inline-start-color: rgb(254 249 195 / 0.55);
  }

  .md\:border-s-yellow-100\/60 {
    border-inline-start-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-s-yellow-100\/65 {
    border-inline-start-color: rgb(254 249 195 / 0.65);
  }

  .md\:border-s-yellow-100\/70 {
    border-inline-start-color: rgb(254 249 195 / 0.7);
  }

  .md\:border-s-yellow-100\/75 {
    border-inline-start-color: rgb(254 249 195 / 0.75);
  }

  .md\:border-s-yellow-100\/80 {
    border-inline-start-color: rgb(254 249 195 / 0.8);
  }

  .md\:border-s-yellow-100\/85 {
    border-inline-start-color: rgb(254 249 195 / 0.85);
  }

  .md\:border-s-yellow-100\/90 {
    border-inline-start-color: rgb(254 249 195 / 0.9);
  }

  .md\:border-s-yellow-100\/95 {
    border-inline-start-color: rgb(254 249 195 / 0.95);
  }

  .md\:border-s-yellow-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .md\:border-s-yellow-200\/0 {
    border-inline-start-color: rgb(254 240 138 / 0);
  }

  .md\:border-s-yellow-200\/10 {
    border-inline-start-color: rgb(254 240 138 / 0.1);
  }

  .md\:border-s-yellow-200\/100 {
    border-inline-start-color: rgb(254 240 138 / 1);
  }

  .md\:border-s-yellow-200\/15 {
    border-inline-start-color: rgb(254 240 138 / 0.15);
  }

  .md\:border-s-yellow-200\/20 {
    border-inline-start-color: rgb(254 240 138 / 0.2);
  }

  .md\:border-s-yellow-200\/25 {
    border-inline-start-color: rgb(254 240 138 / 0.25);
  }

  .md\:border-s-yellow-200\/30 {
    border-inline-start-color: rgb(254 240 138 / 0.3);
  }

  .md\:border-s-yellow-200\/35 {
    border-inline-start-color: rgb(254 240 138 / 0.35);
  }

  .md\:border-s-yellow-200\/40 {
    border-inline-start-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-s-yellow-200\/45 {
    border-inline-start-color: rgb(254 240 138 / 0.45);
  }

  .md\:border-s-yellow-200\/5 {
    border-inline-start-color: rgb(254 240 138 / 0.05);
  }

  .md\:border-s-yellow-200\/50 {
    border-inline-start-color: rgb(254 240 138 / 0.5);
  }

  .md\:border-s-yellow-200\/55 {
    border-inline-start-color: rgb(254 240 138 / 0.55);
  }

  .md\:border-s-yellow-200\/60 {
    border-inline-start-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-s-yellow-200\/65 {
    border-inline-start-color: rgb(254 240 138 / 0.65);
  }

  .md\:border-s-yellow-200\/70 {
    border-inline-start-color: rgb(254 240 138 / 0.7);
  }

  .md\:border-s-yellow-200\/75 {
    border-inline-start-color: rgb(254 240 138 / 0.75);
  }

  .md\:border-s-yellow-200\/80 {
    border-inline-start-color: rgb(254 240 138 / 0.8);
  }

  .md\:border-s-yellow-200\/85 {
    border-inline-start-color: rgb(254 240 138 / 0.85);
  }

  .md\:border-s-yellow-200\/90 {
    border-inline-start-color: rgb(254 240 138 / 0.9);
  }

  .md\:border-s-yellow-200\/95 {
    border-inline-start-color: rgb(254 240 138 / 0.95);
  }

  .md\:border-s-yellow-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .md\:border-s-yellow-300\/0 {
    border-inline-start-color: rgb(253 224 71 / 0);
  }

  .md\:border-s-yellow-300\/10 {
    border-inline-start-color: rgb(253 224 71 / 0.1);
  }

  .md\:border-s-yellow-300\/100 {
    border-inline-start-color: rgb(253 224 71 / 1);
  }

  .md\:border-s-yellow-300\/15 {
    border-inline-start-color: rgb(253 224 71 / 0.15);
  }

  .md\:border-s-yellow-300\/20 {
    border-inline-start-color: rgb(253 224 71 / 0.2);
  }

  .md\:border-s-yellow-300\/25 {
    border-inline-start-color: rgb(253 224 71 / 0.25);
  }

  .md\:border-s-yellow-300\/30 {
    border-inline-start-color: rgb(253 224 71 / 0.3);
  }

  .md\:border-s-yellow-300\/35 {
    border-inline-start-color: rgb(253 224 71 / 0.35);
  }

  .md\:border-s-yellow-300\/40 {
    border-inline-start-color: rgb(253 224 71 / 0.4);
  }

  .md\:border-s-yellow-300\/45 {
    border-inline-start-color: rgb(253 224 71 / 0.45);
  }

  .md\:border-s-yellow-300\/5 {
    border-inline-start-color: rgb(253 224 71 / 0.05);
  }

  .md\:border-s-yellow-300\/50 {
    border-inline-start-color: rgb(253 224 71 / 0.5);
  }

  .md\:border-s-yellow-300\/55 {
    border-inline-start-color: rgb(253 224 71 / 0.55);
  }

  .md\:border-s-yellow-300\/60 {
    border-inline-start-color: rgb(253 224 71 / 0.6);
  }

  .md\:border-s-yellow-300\/65 {
    border-inline-start-color: rgb(253 224 71 / 0.65);
  }

  .md\:border-s-yellow-300\/70 {
    border-inline-start-color: rgb(253 224 71 / 0.7);
  }

  .md\:border-s-yellow-300\/75 {
    border-inline-start-color: rgb(253 224 71 / 0.75);
  }

  .md\:border-s-yellow-300\/80 {
    border-inline-start-color: rgb(253 224 71 / 0.8);
  }

  .md\:border-s-yellow-300\/85 {
    border-inline-start-color: rgb(253 224 71 / 0.85);
  }

  .md\:border-s-yellow-300\/90 {
    border-inline-start-color: rgb(253 224 71 / 0.9);
  }

  .md\:border-s-yellow-300\/95 {
    border-inline-start-color: rgb(253 224 71 / 0.95);
  }

  .md\:border-s-yellow-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .md\:border-s-yellow-400\/0 {
    border-inline-start-color: rgb(250 204 21 / 0);
  }

  .md\:border-s-yellow-400\/10 {
    border-inline-start-color: rgb(250 204 21 / 0.1);
  }

  .md\:border-s-yellow-400\/100 {
    border-inline-start-color: rgb(250 204 21 / 1);
  }

  .md\:border-s-yellow-400\/15 {
    border-inline-start-color: rgb(250 204 21 / 0.15);
  }

  .md\:border-s-yellow-400\/20 {
    border-inline-start-color: rgb(250 204 21 / 0.2);
  }

  .md\:border-s-yellow-400\/25 {
    border-inline-start-color: rgb(250 204 21 / 0.25);
  }

  .md\:border-s-yellow-400\/30 {
    border-inline-start-color: rgb(250 204 21 / 0.3);
  }

  .md\:border-s-yellow-400\/35 {
    border-inline-start-color: rgb(250 204 21 / 0.35);
  }

  .md\:border-s-yellow-400\/40 {
    border-inline-start-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-s-yellow-400\/45 {
    border-inline-start-color: rgb(250 204 21 / 0.45);
  }

  .md\:border-s-yellow-400\/5 {
    border-inline-start-color: rgb(250 204 21 / 0.05);
  }

  .md\:border-s-yellow-400\/50 {
    border-inline-start-color: rgb(250 204 21 / 0.5);
  }

  .md\:border-s-yellow-400\/55 {
    border-inline-start-color: rgb(250 204 21 / 0.55);
  }

  .md\:border-s-yellow-400\/60 {
    border-inline-start-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-s-yellow-400\/65 {
    border-inline-start-color: rgb(250 204 21 / 0.65);
  }

  .md\:border-s-yellow-400\/70 {
    border-inline-start-color: rgb(250 204 21 / 0.7);
  }

  .md\:border-s-yellow-400\/75 {
    border-inline-start-color: rgb(250 204 21 / 0.75);
  }

  .md\:border-s-yellow-400\/80 {
    border-inline-start-color: rgb(250 204 21 / 0.8);
  }

  .md\:border-s-yellow-400\/85 {
    border-inline-start-color: rgb(250 204 21 / 0.85);
  }

  .md\:border-s-yellow-400\/90 {
    border-inline-start-color: rgb(250 204 21 / 0.9);
  }

  .md\:border-s-yellow-400\/95 {
    border-inline-start-color: rgb(250 204 21 / 0.95);
  }

  .md\:border-s-yellow-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .md\:border-s-yellow-50\/0 {
    border-inline-start-color: rgb(254 252 232 / 0);
  }

  .md\:border-s-yellow-50\/10 {
    border-inline-start-color: rgb(254 252 232 / 0.1);
  }

  .md\:border-s-yellow-50\/100 {
    border-inline-start-color: rgb(254 252 232 / 1);
  }

  .md\:border-s-yellow-50\/15 {
    border-inline-start-color: rgb(254 252 232 / 0.15);
  }

  .md\:border-s-yellow-50\/20 {
    border-inline-start-color: rgb(254 252 232 / 0.2);
  }

  .md\:border-s-yellow-50\/25 {
    border-inline-start-color: rgb(254 252 232 / 0.25);
  }

  .md\:border-s-yellow-50\/30 {
    border-inline-start-color: rgb(254 252 232 / 0.3);
  }

  .md\:border-s-yellow-50\/35 {
    border-inline-start-color: rgb(254 252 232 / 0.35);
  }

  .md\:border-s-yellow-50\/40 {
    border-inline-start-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-s-yellow-50\/45 {
    border-inline-start-color: rgb(254 252 232 / 0.45);
  }

  .md\:border-s-yellow-50\/5 {
    border-inline-start-color: rgb(254 252 232 / 0.05);
  }

  .md\:border-s-yellow-50\/50 {
    border-inline-start-color: rgb(254 252 232 / 0.5);
  }

  .md\:border-s-yellow-50\/55 {
    border-inline-start-color: rgb(254 252 232 / 0.55);
  }

  .md\:border-s-yellow-50\/60 {
    border-inline-start-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-s-yellow-50\/65 {
    border-inline-start-color: rgb(254 252 232 / 0.65);
  }

  .md\:border-s-yellow-50\/70 {
    border-inline-start-color: rgb(254 252 232 / 0.7);
  }

  .md\:border-s-yellow-50\/75 {
    border-inline-start-color: rgb(254 252 232 / 0.75);
  }

  .md\:border-s-yellow-50\/80 {
    border-inline-start-color: rgb(254 252 232 / 0.8);
  }

  .md\:border-s-yellow-50\/85 {
    border-inline-start-color: rgb(254 252 232 / 0.85);
  }

  .md\:border-s-yellow-50\/90 {
    border-inline-start-color: rgb(254 252 232 / 0.9);
  }

  .md\:border-s-yellow-50\/95 {
    border-inline-start-color: rgb(254 252 232 / 0.95);
  }

  .md\:border-s-yellow-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .md\:border-s-yellow-500\/0 {
    border-inline-start-color: rgb(234 179 8 / 0);
  }

  .md\:border-s-yellow-500\/10 {
    border-inline-start-color: rgb(234 179 8 / 0.1);
  }

  .md\:border-s-yellow-500\/100 {
    border-inline-start-color: rgb(234 179 8 / 1);
  }

  .md\:border-s-yellow-500\/15 {
    border-inline-start-color: rgb(234 179 8 / 0.15);
  }

  .md\:border-s-yellow-500\/20 {
    border-inline-start-color: rgb(234 179 8 / 0.2);
  }

  .md\:border-s-yellow-500\/25 {
    border-inline-start-color: rgb(234 179 8 / 0.25);
  }

  .md\:border-s-yellow-500\/30 {
    border-inline-start-color: rgb(234 179 8 / 0.3);
  }

  .md\:border-s-yellow-500\/35 {
    border-inline-start-color: rgb(234 179 8 / 0.35);
  }

  .md\:border-s-yellow-500\/40 {
    border-inline-start-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-s-yellow-500\/45 {
    border-inline-start-color: rgb(234 179 8 / 0.45);
  }

  .md\:border-s-yellow-500\/5 {
    border-inline-start-color: rgb(234 179 8 / 0.05);
  }

  .md\:border-s-yellow-500\/50 {
    border-inline-start-color: rgb(234 179 8 / 0.5);
  }

  .md\:border-s-yellow-500\/55 {
    border-inline-start-color: rgb(234 179 8 / 0.55);
  }

  .md\:border-s-yellow-500\/60 {
    border-inline-start-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-s-yellow-500\/65 {
    border-inline-start-color: rgb(234 179 8 / 0.65);
  }

  .md\:border-s-yellow-500\/70 {
    border-inline-start-color: rgb(234 179 8 / 0.7);
  }

  .md\:border-s-yellow-500\/75 {
    border-inline-start-color: rgb(234 179 8 / 0.75);
  }

  .md\:border-s-yellow-500\/80 {
    border-inline-start-color: rgb(234 179 8 / 0.8);
  }

  .md\:border-s-yellow-500\/85 {
    border-inline-start-color: rgb(234 179 8 / 0.85);
  }

  .md\:border-s-yellow-500\/90 {
    border-inline-start-color: rgb(234 179 8 / 0.9);
  }

  .md\:border-s-yellow-500\/95 {
    border-inline-start-color: rgb(234 179 8 / 0.95);
  }

  .md\:border-s-yellow-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .md\:border-s-yellow-600\/0 {
    border-inline-start-color: rgb(202 138 4 / 0);
  }

  .md\:border-s-yellow-600\/10 {
    border-inline-start-color: rgb(202 138 4 / 0.1);
  }

  .md\:border-s-yellow-600\/100 {
    border-inline-start-color: rgb(202 138 4 / 1);
  }

  .md\:border-s-yellow-600\/15 {
    border-inline-start-color: rgb(202 138 4 / 0.15);
  }

  .md\:border-s-yellow-600\/20 {
    border-inline-start-color: rgb(202 138 4 / 0.2);
  }

  .md\:border-s-yellow-600\/25 {
    border-inline-start-color: rgb(202 138 4 / 0.25);
  }

  .md\:border-s-yellow-600\/30 {
    border-inline-start-color: rgb(202 138 4 / 0.3);
  }

  .md\:border-s-yellow-600\/35 {
    border-inline-start-color: rgb(202 138 4 / 0.35);
  }

  .md\:border-s-yellow-600\/40 {
    border-inline-start-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-s-yellow-600\/45 {
    border-inline-start-color: rgb(202 138 4 / 0.45);
  }

  .md\:border-s-yellow-600\/5 {
    border-inline-start-color: rgb(202 138 4 / 0.05);
  }

  .md\:border-s-yellow-600\/50 {
    border-inline-start-color: rgb(202 138 4 / 0.5);
  }

  .md\:border-s-yellow-600\/55 {
    border-inline-start-color: rgb(202 138 4 / 0.55);
  }

  .md\:border-s-yellow-600\/60 {
    border-inline-start-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-s-yellow-600\/65 {
    border-inline-start-color: rgb(202 138 4 / 0.65);
  }

  .md\:border-s-yellow-600\/70 {
    border-inline-start-color: rgb(202 138 4 / 0.7);
  }

  .md\:border-s-yellow-600\/75 {
    border-inline-start-color: rgb(202 138 4 / 0.75);
  }

  .md\:border-s-yellow-600\/80 {
    border-inline-start-color: rgb(202 138 4 / 0.8);
  }

  .md\:border-s-yellow-600\/85 {
    border-inline-start-color: rgb(202 138 4 / 0.85);
  }

  .md\:border-s-yellow-600\/90 {
    border-inline-start-color: rgb(202 138 4 / 0.9);
  }

  .md\:border-s-yellow-600\/95 {
    border-inline-start-color: rgb(202 138 4 / 0.95);
  }

  .md\:border-s-yellow-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .md\:border-s-yellow-700\/0 {
    border-inline-start-color: rgb(161 98 7 / 0);
  }

  .md\:border-s-yellow-700\/10 {
    border-inline-start-color: rgb(161 98 7 / 0.1);
  }

  .md\:border-s-yellow-700\/100 {
    border-inline-start-color: rgb(161 98 7 / 1);
  }

  .md\:border-s-yellow-700\/15 {
    border-inline-start-color: rgb(161 98 7 / 0.15);
  }

  .md\:border-s-yellow-700\/20 {
    border-inline-start-color: rgb(161 98 7 / 0.2);
  }

  .md\:border-s-yellow-700\/25 {
    border-inline-start-color: rgb(161 98 7 / 0.25);
  }

  .md\:border-s-yellow-700\/30 {
    border-inline-start-color: rgb(161 98 7 / 0.3);
  }

  .md\:border-s-yellow-700\/35 {
    border-inline-start-color: rgb(161 98 7 / 0.35);
  }

  .md\:border-s-yellow-700\/40 {
    border-inline-start-color: rgb(161 98 7 / 0.4);
  }

  .md\:border-s-yellow-700\/45 {
    border-inline-start-color: rgb(161 98 7 / 0.45);
  }

  .md\:border-s-yellow-700\/5 {
    border-inline-start-color: rgb(161 98 7 / 0.05);
  }

  .md\:border-s-yellow-700\/50 {
    border-inline-start-color: rgb(161 98 7 / 0.5);
  }

  .md\:border-s-yellow-700\/55 {
    border-inline-start-color: rgb(161 98 7 / 0.55);
  }

  .md\:border-s-yellow-700\/60 {
    border-inline-start-color: rgb(161 98 7 / 0.6);
  }

  .md\:border-s-yellow-700\/65 {
    border-inline-start-color: rgb(161 98 7 / 0.65);
  }

  .md\:border-s-yellow-700\/70 {
    border-inline-start-color: rgb(161 98 7 / 0.7);
  }

  .md\:border-s-yellow-700\/75 {
    border-inline-start-color: rgb(161 98 7 / 0.75);
  }

  .md\:border-s-yellow-700\/80 {
    border-inline-start-color: rgb(161 98 7 / 0.8);
  }

  .md\:border-s-yellow-700\/85 {
    border-inline-start-color: rgb(161 98 7 / 0.85);
  }

  .md\:border-s-yellow-700\/90 {
    border-inline-start-color: rgb(161 98 7 / 0.9);
  }

  .md\:border-s-yellow-700\/95 {
    border-inline-start-color: rgb(161 98 7 / 0.95);
  }

  .md\:border-s-yellow-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .md\:border-s-yellow-800\/0 {
    border-inline-start-color: rgb(133 77 14 / 0);
  }

  .md\:border-s-yellow-800\/10 {
    border-inline-start-color: rgb(133 77 14 / 0.1);
  }

  .md\:border-s-yellow-800\/100 {
    border-inline-start-color: rgb(133 77 14 / 1);
  }

  .md\:border-s-yellow-800\/15 {
    border-inline-start-color: rgb(133 77 14 / 0.15);
  }

  .md\:border-s-yellow-800\/20 {
    border-inline-start-color: rgb(133 77 14 / 0.2);
  }

  .md\:border-s-yellow-800\/25 {
    border-inline-start-color: rgb(133 77 14 / 0.25);
  }

  .md\:border-s-yellow-800\/30 {
    border-inline-start-color: rgb(133 77 14 / 0.3);
  }

  .md\:border-s-yellow-800\/35 {
    border-inline-start-color: rgb(133 77 14 / 0.35);
  }

  .md\:border-s-yellow-800\/40 {
    border-inline-start-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-s-yellow-800\/45 {
    border-inline-start-color: rgb(133 77 14 / 0.45);
  }

  .md\:border-s-yellow-800\/5 {
    border-inline-start-color: rgb(133 77 14 / 0.05);
  }

  .md\:border-s-yellow-800\/50 {
    border-inline-start-color: rgb(133 77 14 / 0.5);
  }

  .md\:border-s-yellow-800\/55 {
    border-inline-start-color: rgb(133 77 14 / 0.55);
  }

  .md\:border-s-yellow-800\/60 {
    border-inline-start-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-s-yellow-800\/65 {
    border-inline-start-color: rgb(133 77 14 / 0.65);
  }

  .md\:border-s-yellow-800\/70 {
    border-inline-start-color: rgb(133 77 14 / 0.7);
  }

  .md\:border-s-yellow-800\/75 {
    border-inline-start-color: rgb(133 77 14 / 0.75);
  }

  .md\:border-s-yellow-800\/80 {
    border-inline-start-color: rgb(133 77 14 / 0.8);
  }

  .md\:border-s-yellow-800\/85 {
    border-inline-start-color: rgb(133 77 14 / 0.85);
  }

  .md\:border-s-yellow-800\/90 {
    border-inline-start-color: rgb(133 77 14 / 0.9);
  }

  .md\:border-s-yellow-800\/95 {
    border-inline-start-color: rgb(133 77 14 / 0.95);
  }

  .md\:border-s-yellow-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .md\:border-s-yellow-900\/0 {
    border-inline-start-color: rgb(113 63 18 / 0);
  }

  .md\:border-s-yellow-900\/10 {
    border-inline-start-color: rgb(113 63 18 / 0.1);
  }

  .md\:border-s-yellow-900\/100 {
    border-inline-start-color: rgb(113 63 18 / 1);
  }

  .md\:border-s-yellow-900\/15 {
    border-inline-start-color: rgb(113 63 18 / 0.15);
  }

  .md\:border-s-yellow-900\/20 {
    border-inline-start-color: rgb(113 63 18 / 0.2);
  }

  .md\:border-s-yellow-900\/25 {
    border-inline-start-color: rgb(113 63 18 / 0.25);
  }

  .md\:border-s-yellow-900\/30 {
    border-inline-start-color: rgb(113 63 18 / 0.3);
  }

  .md\:border-s-yellow-900\/35 {
    border-inline-start-color: rgb(113 63 18 / 0.35);
  }

  .md\:border-s-yellow-900\/40 {
    border-inline-start-color: rgb(113 63 18 / 0.4);
  }

  .md\:border-s-yellow-900\/45 {
    border-inline-start-color: rgb(113 63 18 / 0.45);
  }

  .md\:border-s-yellow-900\/5 {
    border-inline-start-color: rgb(113 63 18 / 0.05);
  }

  .md\:border-s-yellow-900\/50 {
    border-inline-start-color: rgb(113 63 18 / 0.5);
  }

  .md\:border-s-yellow-900\/55 {
    border-inline-start-color: rgb(113 63 18 / 0.55);
  }

  .md\:border-s-yellow-900\/60 {
    border-inline-start-color: rgb(113 63 18 / 0.6);
  }

  .md\:border-s-yellow-900\/65 {
    border-inline-start-color: rgb(113 63 18 / 0.65);
  }

  .md\:border-s-yellow-900\/70 {
    border-inline-start-color: rgb(113 63 18 / 0.7);
  }

  .md\:border-s-yellow-900\/75 {
    border-inline-start-color: rgb(113 63 18 / 0.75);
  }

  .md\:border-s-yellow-900\/80 {
    border-inline-start-color: rgb(113 63 18 / 0.8);
  }

  .md\:border-s-yellow-900\/85 {
    border-inline-start-color: rgb(113 63 18 / 0.85);
  }

  .md\:border-s-yellow-900\/90 {
    border-inline-start-color: rgb(113 63 18 / 0.9);
  }

  .md\:border-s-yellow-900\/95 {
    border-inline-start-color: rgb(113 63 18 / 0.95);
  }

  .md\:border-s-yellow-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .md\:border-s-yellow-950\/0 {
    border-inline-start-color: rgb(66 32 6 / 0);
  }

  .md\:border-s-yellow-950\/10 {
    border-inline-start-color: rgb(66 32 6 / 0.1);
  }

  .md\:border-s-yellow-950\/100 {
    border-inline-start-color: rgb(66 32 6 / 1);
  }

  .md\:border-s-yellow-950\/15 {
    border-inline-start-color: rgb(66 32 6 / 0.15);
  }

  .md\:border-s-yellow-950\/20 {
    border-inline-start-color: rgb(66 32 6 / 0.2);
  }

  .md\:border-s-yellow-950\/25 {
    border-inline-start-color: rgb(66 32 6 / 0.25);
  }

  .md\:border-s-yellow-950\/30 {
    border-inline-start-color: rgb(66 32 6 / 0.3);
  }

  .md\:border-s-yellow-950\/35 {
    border-inline-start-color: rgb(66 32 6 / 0.35);
  }

  .md\:border-s-yellow-950\/40 {
    border-inline-start-color: rgb(66 32 6 / 0.4);
  }

  .md\:border-s-yellow-950\/45 {
    border-inline-start-color: rgb(66 32 6 / 0.45);
  }

  .md\:border-s-yellow-950\/5 {
    border-inline-start-color: rgb(66 32 6 / 0.05);
  }

  .md\:border-s-yellow-950\/50 {
    border-inline-start-color: rgb(66 32 6 / 0.5);
  }

  .md\:border-s-yellow-950\/55 {
    border-inline-start-color: rgb(66 32 6 / 0.55);
  }

  .md\:border-s-yellow-950\/60 {
    border-inline-start-color: rgb(66 32 6 / 0.6);
  }

  .md\:border-s-yellow-950\/65 {
    border-inline-start-color: rgb(66 32 6 / 0.65);
  }

  .md\:border-s-yellow-950\/70 {
    border-inline-start-color: rgb(66 32 6 / 0.7);
  }

  .md\:border-s-yellow-950\/75 {
    border-inline-start-color: rgb(66 32 6 / 0.75);
  }

  .md\:border-s-yellow-950\/80 {
    border-inline-start-color: rgb(66 32 6 / 0.8);
  }

  .md\:border-s-yellow-950\/85 {
    border-inline-start-color: rgb(66 32 6 / 0.85);
  }

  .md\:border-s-yellow-950\/90 {
    border-inline-start-color: rgb(66 32 6 / 0.9);
  }

  .md\:border-s-yellow-950\/95 {
    border-inline-start-color: rgb(66 32 6 / 0.95);
  }

  .md\:border-s-zinc-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(244 244 245 / var(--tw-border-opacity));
  }

  .md\:border-s-zinc-100\/0 {
    border-inline-start-color: rgb(244 244 245 / 0);
  }

  .md\:border-s-zinc-100\/10 {
    border-inline-start-color: rgb(244 244 245 / 0.1);
  }

  .md\:border-s-zinc-100\/100 {
    border-inline-start-color: rgb(244 244 245 / 1);
  }

  .md\:border-s-zinc-100\/15 {
    border-inline-start-color: rgb(244 244 245 / 0.15);
  }

  .md\:border-s-zinc-100\/20 {
    border-inline-start-color: rgb(244 244 245 / 0.2);
  }

  .md\:border-s-zinc-100\/25 {
    border-inline-start-color: rgb(244 244 245 / 0.25);
  }

  .md\:border-s-zinc-100\/30 {
    border-inline-start-color: rgb(244 244 245 / 0.3);
  }

  .md\:border-s-zinc-100\/35 {
    border-inline-start-color: rgb(244 244 245 / 0.35);
  }

  .md\:border-s-zinc-100\/40 {
    border-inline-start-color: rgb(244 244 245 / 0.4);
  }

  .md\:border-s-zinc-100\/45 {
    border-inline-start-color: rgb(244 244 245 / 0.45);
  }

  .md\:border-s-zinc-100\/5 {
    border-inline-start-color: rgb(244 244 245 / 0.05);
  }

  .md\:border-s-zinc-100\/50 {
    border-inline-start-color: rgb(244 244 245 / 0.5);
  }

  .md\:border-s-zinc-100\/55 {
    border-inline-start-color: rgb(244 244 245 / 0.55);
  }

  .md\:border-s-zinc-100\/60 {
    border-inline-start-color: rgb(244 244 245 / 0.6);
  }

  .md\:border-s-zinc-100\/65 {
    border-inline-start-color: rgb(244 244 245 / 0.65);
  }

  .md\:border-s-zinc-100\/70 {
    border-inline-start-color: rgb(244 244 245 / 0.7);
  }

  .md\:border-s-zinc-100\/75 {
    border-inline-start-color: rgb(244 244 245 / 0.75);
  }

  .md\:border-s-zinc-100\/80 {
    border-inline-start-color: rgb(244 244 245 / 0.8);
  }

  .md\:border-s-zinc-100\/85 {
    border-inline-start-color: rgb(244 244 245 / 0.85);
  }

  .md\:border-s-zinc-100\/90 {
    border-inline-start-color: rgb(244 244 245 / 0.9);
  }

  .md\:border-s-zinc-100\/95 {
    border-inline-start-color: rgb(244 244 245 / 0.95);
  }

  .md\:border-s-zinc-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(228 228 231 / var(--tw-border-opacity));
  }

  .md\:border-s-zinc-200\/0 {
    border-inline-start-color: rgb(228 228 231 / 0);
  }

  .md\:border-s-zinc-200\/10 {
    border-inline-start-color: rgb(228 228 231 / 0.1);
  }

  .md\:border-s-zinc-200\/100 {
    border-inline-start-color: rgb(228 228 231 / 1);
  }

  .md\:border-s-zinc-200\/15 {
    border-inline-start-color: rgb(228 228 231 / 0.15);
  }

  .md\:border-s-zinc-200\/20 {
    border-inline-start-color: rgb(228 228 231 / 0.2);
  }

  .md\:border-s-zinc-200\/25 {
    border-inline-start-color: rgb(228 228 231 / 0.25);
  }

  .md\:border-s-zinc-200\/30 {
    border-inline-start-color: rgb(228 228 231 / 0.3);
  }

  .md\:border-s-zinc-200\/35 {
    border-inline-start-color: rgb(228 228 231 / 0.35);
  }

  .md\:border-s-zinc-200\/40 {
    border-inline-start-color: rgb(228 228 231 / 0.4);
  }

  .md\:border-s-zinc-200\/45 {
    border-inline-start-color: rgb(228 228 231 / 0.45);
  }

  .md\:border-s-zinc-200\/5 {
    border-inline-start-color: rgb(228 228 231 / 0.05);
  }

  .md\:border-s-zinc-200\/50 {
    border-inline-start-color: rgb(228 228 231 / 0.5);
  }

  .md\:border-s-zinc-200\/55 {
    border-inline-start-color: rgb(228 228 231 / 0.55);
  }

  .md\:border-s-zinc-200\/60 {
    border-inline-start-color: rgb(228 228 231 / 0.6);
  }

  .md\:border-s-zinc-200\/65 {
    border-inline-start-color: rgb(228 228 231 / 0.65);
  }

  .md\:border-s-zinc-200\/70 {
    border-inline-start-color: rgb(228 228 231 / 0.7);
  }

  .md\:border-s-zinc-200\/75 {
    border-inline-start-color: rgb(228 228 231 / 0.75);
  }

  .md\:border-s-zinc-200\/80 {
    border-inline-start-color: rgb(228 228 231 / 0.8);
  }

  .md\:border-s-zinc-200\/85 {
    border-inline-start-color: rgb(228 228 231 / 0.85);
  }

  .md\:border-s-zinc-200\/90 {
    border-inline-start-color: rgb(228 228 231 / 0.9);
  }

  .md\:border-s-zinc-200\/95 {
    border-inline-start-color: rgb(228 228 231 / 0.95);
  }

  .md\:border-s-zinc-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(212 212 216 / var(--tw-border-opacity));
  }

  .md\:border-s-zinc-300\/0 {
    border-inline-start-color: rgb(212 212 216 / 0);
  }

  .md\:border-s-zinc-300\/10 {
    border-inline-start-color: rgb(212 212 216 / 0.1);
  }

  .md\:border-s-zinc-300\/100 {
    border-inline-start-color: rgb(212 212 216 / 1);
  }

  .md\:border-s-zinc-300\/15 {
    border-inline-start-color: rgb(212 212 216 / 0.15);
  }

  .md\:border-s-zinc-300\/20 {
    border-inline-start-color: rgb(212 212 216 / 0.2);
  }

  .md\:border-s-zinc-300\/25 {
    border-inline-start-color: rgb(212 212 216 / 0.25);
  }

  .md\:border-s-zinc-300\/30 {
    border-inline-start-color: rgb(212 212 216 / 0.3);
  }

  .md\:border-s-zinc-300\/35 {
    border-inline-start-color: rgb(212 212 216 / 0.35);
  }

  .md\:border-s-zinc-300\/40 {
    border-inline-start-color: rgb(212 212 216 / 0.4);
  }

  .md\:border-s-zinc-300\/45 {
    border-inline-start-color: rgb(212 212 216 / 0.45);
  }

  .md\:border-s-zinc-300\/5 {
    border-inline-start-color: rgb(212 212 216 / 0.05);
  }

  .md\:border-s-zinc-300\/50 {
    border-inline-start-color: rgb(212 212 216 / 0.5);
  }

  .md\:border-s-zinc-300\/55 {
    border-inline-start-color: rgb(212 212 216 / 0.55);
  }

  .md\:border-s-zinc-300\/60 {
    border-inline-start-color: rgb(212 212 216 / 0.6);
  }

  .md\:border-s-zinc-300\/65 {
    border-inline-start-color: rgb(212 212 216 / 0.65);
  }

  .md\:border-s-zinc-300\/70 {
    border-inline-start-color: rgb(212 212 216 / 0.7);
  }

  .md\:border-s-zinc-300\/75 {
    border-inline-start-color: rgb(212 212 216 / 0.75);
  }

  .md\:border-s-zinc-300\/80 {
    border-inline-start-color: rgb(212 212 216 / 0.8);
  }

  .md\:border-s-zinc-300\/85 {
    border-inline-start-color: rgb(212 212 216 / 0.85);
  }

  .md\:border-s-zinc-300\/90 {
    border-inline-start-color: rgb(212 212 216 / 0.9);
  }

  .md\:border-s-zinc-300\/95 {
    border-inline-start-color: rgb(212 212 216 / 0.95);
  }

  .md\:border-s-zinc-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(161 161 170 / var(--tw-border-opacity));
  }

  .md\:border-s-zinc-400\/0 {
    border-inline-start-color: rgb(161 161 170 / 0);
  }

  .md\:border-s-zinc-400\/10 {
    border-inline-start-color: rgb(161 161 170 / 0.1);
  }

  .md\:border-s-zinc-400\/100 {
    border-inline-start-color: rgb(161 161 170 / 1);
  }

  .md\:border-s-zinc-400\/15 {
    border-inline-start-color: rgb(161 161 170 / 0.15);
  }

  .md\:border-s-zinc-400\/20 {
    border-inline-start-color: rgb(161 161 170 / 0.2);
  }

  .md\:border-s-zinc-400\/25 {
    border-inline-start-color: rgb(161 161 170 / 0.25);
  }

  .md\:border-s-zinc-400\/30 {
    border-inline-start-color: rgb(161 161 170 / 0.3);
  }

  .md\:border-s-zinc-400\/35 {
    border-inline-start-color: rgb(161 161 170 / 0.35);
  }

  .md\:border-s-zinc-400\/40 {
    border-inline-start-color: rgb(161 161 170 / 0.4);
  }

  .md\:border-s-zinc-400\/45 {
    border-inline-start-color: rgb(161 161 170 / 0.45);
  }

  .md\:border-s-zinc-400\/5 {
    border-inline-start-color: rgb(161 161 170 / 0.05);
  }

  .md\:border-s-zinc-400\/50 {
    border-inline-start-color: rgb(161 161 170 / 0.5);
  }

  .md\:border-s-zinc-400\/55 {
    border-inline-start-color: rgb(161 161 170 / 0.55);
  }

  .md\:border-s-zinc-400\/60 {
    border-inline-start-color: rgb(161 161 170 / 0.6);
  }

  .md\:border-s-zinc-400\/65 {
    border-inline-start-color: rgb(161 161 170 / 0.65);
  }

  .md\:border-s-zinc-400\/70 {
    border-inline-start-color: rgb(161 161 170 / 0.7);
  }

  .md\:border-s-zinc-400\/75 {
    border-inline-start-color: rgb(161 161 170 / 0.75);
  }

  .md\:border-s-zinc-400\/80 {
    border-inline-start-color: rgb(161 161 170 / 0.8);
  }

  .md\:border-s-zinc-400\/85 {
    border-inline-start-color: rgb(161 161 170 / 0.85);
  }

  .md\:border-s-zinc-400\/90 {
    border-inline-start-color: rgb(161 161 170 / 0.9);
  }

  .md\:border-s-zinc-400\/95 {
    border-inline-start-color: rgb(161 161 170 / 0.95);
  }

  .md\:border-s-zinc-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .md\:border-s-zinc-50\/0 {
    border-inline-start-color: rgb(250 250 250 / 0);
  }

  .md\:border-s-zinc-50\/10 {
    border-inline-start-color: rgb(250 250 250 / 0.1);
  }

  .md\:border-s-zinc-50\/100 {
    border-inline-start-color: rgb(250 250 250 / 1);
  }

  .md\:border-s-zinc-50\/15 {
    border-inline-start-color: rgb(250 250 250 / 0.15);
  }

  .md\:border-s-zinc-50\/20 {
    border-inline-start-color: rgb(250 250 250 / 0.2);
  }

  .md\:border-s-zinc-50\/25 {
    border-inline-start-color: rgb(250 250 250 / 0.25);
  }

  .md\:border-s-zinc-50\/30 {
    border-inline-start-color: rgb(250 250 250 / 0.3);
  }

  .md\:border-s-zinc-50\/35 {
    border-inline-start-color: rgb(250 250 250 / 0.35);
  }

  .md\:border-s-zinc-50\/40 {
    border-inline-start-color: rgb(250 250 250 / 0.4);
  }

  .md\:border-s-zinc-50\/45 {
    border-inline-start-color: rgb(250 250 250 / 0.45);
  }

  .md\:border-s-zinc-50\/5 {
    border-inline-start-color: rgb(250 250 250 / 0.05);
  }

  .md\:border-s-zinc-50\/50 {
    border-inline-start-color: rgb(250 250 250 / 0.5);
  }

  .md\:border-s-zinc-50\/55 {
    border-inline-start-color: rgb(250 250 250 / 0.55);
  }

  .md\:border-s-zinc-50\/60 {
    border-inline-start-color: rgb(250 250 250 / 0.6);
  }

  .md\:border-s-zinc-50\/65 {
    border-inline-start-color: rgb(250 250 250 / 0.65);
  }

  .md\:border-s-zinc-50\/70 {
    border-inline-start-color: rgb(250 250 250 / 0.7);
  }

  .md\:border-s-zinc-50\/75 {
    border-inline-start-color: rgb(250 250 250 / 0.75);
  }

  .md\:border-s-zinc-50\/80 {
    border-inline-start-color: rgb(250 250 250 / 0.8);
  }

  .md\:border-s-zinc-50\/85 {
    border-inline-start-color: rgb(250 250 250 / 0.85);
  }

  .md\:border-s-zinc-50\/90 {
    border-inline-start-color: rgb(250 250 250 / 0.9);
  }

  .md\:border-s-zinc-50\/95 {
    border-inline-start-color: rgb(250 250 250 / 0.95);
  }

  .md\:border-s-zinc-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(113 113 122 / var(--tw-border-opacity));
  }

  .md\:border-s-zinc-500\/0 {
    border-inline-start-color: rgb(113 113 122 / 0);
  }

  .md\:border-s-zinc-500\/10 {
    border-inline-start-color: rgb(113 113 122 / 0.1);
  }

  .md\:border-s-zinc-500\/100 {
    border-inline-start-color: rgb(113 113 122 / 1);
  }

  .md\:border-s-zinc-500\/15 {
    border-inline-start-color: rgb(113 113 122 / 0.15);
  }

  .md\:border-s-zinc-500\/20 {
    border-inline-start-color: rgb(113 113 122 / 0.2);
  }

  .md\:border-s-zinc-500\/25 {
    border-inline-start-color: rgb(113 113 122 / 0.25);
  }

  .md\:border-s-zinc-500\/30 {
    border-inline-start-color: rgb(113 113 122 / 0.3);
  }

  .md\:border-s-zinc-500\/35 {
    border-inline-start-color: rgb(113 113 122 / 0.35);
  }

  .md\:border-s-zinc-500\/40 {
    border-inline-start-color: rgb(113 113 122 / 0.4);
  }

  .md\:border-s-zinc-500\/45 {
    border-inline-start-color: rgb(113 113 122 / 0.45);
  }

  .md\:border-s-zinc-500\/5 {
    border-inline-start-color: rgb(113 113 122 / 0.05);
  }

  .md\:border-s-zinc-500\/50 {
    border-inline-start-color: rgb(113 113 122 / 0.5);
  }

  .md\:border-s-zinc-500\/55 {
    border-inline-start-color: rgb(113 113 122 / 0.55);
  }

  .md\:border-s-zinc-500\/60 {
    border-inline-start-color: rgb(113 113 122 / 0.6);
  }

  .md\:border-s-zinc-500\/65 {
    border-inline-start-color: rgb(113 113 122 / 0.65);
  }

  .md\:border-s-zinc-500\/70 {
    border-inline-start-color: rgb(113 113 122 / 0.7);
  }

  .md\:border-s-zinc-500\/75 {
    border-inline-start-color: rgb(113 113 122 / 0.75);
  }

  .md\:border-s-zinc-500\/80 {
    border-inline-start-color: rgb(113 113 122 / 0.8);
  }

  .md\:border-s-zinc-500\/85 {
    border-inline-start-color: rgb(113 113 122 / 0.85);
  }

  .md\:border-s-zinc-500\/90 {
    border-inline-start-color: rgb(113 113 122 / 0.9);
  }

  .md\:border-s-zinc-500\/95 {
    border-inline-start-color: rgb(113 113 122 / 0.95);
  }

  .md\:border-s-zinc-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(82 82 91 / var(--tw-border-opacity));
  }

  .md\:border-s-zinc-600\/0 {
    border-inline-start-color: rgb(82 82 91 / 0);
  }

  .md\:border-s-zinc-600\/10 {
    border-inline-start-color: rgb(82 82 91 / 0.1);
  }

  .md\:border-s-zinc-600\/100 {
    border-inline-start-color: rgb(82 82 91 / 1);
  }

  .md\:border-s-zinc-600\/15 {
    border-inline-start-color: rgb(82 82 91 / 0.15);
  }

  .md\:border-s-zinc-600\/20 {
    border-inline-start-color: rgb(82 82 91 / 0.2);
  }

  .md\:border-s-zinc-600\/25 {
    border-inline-start-color: rgb(82 82 91 / 0.25);
  }

  .md\:border-s-zinc-600\/30 {
    border-inline-start-color: rgb(82 82 91 / 0.3);
  }

  .md\:border-s-zinc-600\/35 {
    border-inline-start-color: rgb(82 82 91 / 0.35);
  }

  .md\:border-s-zinc-600\/40 {
    border-inline-start-color: rgb(82 82 91 / 0.4);
  }

  .md\:border-s-zinc-600\/45 {
    border-inline-start-color: rgb(82 82 91 / 0.45);
  }

  .md\:border-s-zinc-600\/5 {
    border-inline-start-color: rgb(82 82 91 / 0.05);
  }

  .md\:border-s-zinc-600\/50 {
    border-inline-start-color: rgb(82 82 91 / 0.5);
  }

  .md\:border-s-zinc-600\/55 {
    border-inline-start-color: rgb(82 82 91 / 0.55);
  }

  .md\:border-s-zinc-600\/60 {
    border-inline-start-color: rgb(82 82 91 / 0.6);
  }

  .md\:border-s-zinc-600\/65 {
    border-inline-start-color: rgb(82 82 91 / 0.65);
  }

  .md\:border-s-zinc-600\/70 {
    border-inline-start-color: rgb(82 82 91 / 0.7);
  }

  .md\:border-s-zinc-600\/75 {
    border-inline-start-color: rgb(82 82 91 / 0.75);
  }

  .md\:border-s-zinc-600\/80 {
    border-inline-start-color: rgb(82 82 91 / 0.8);
  }

  .md\:border-s-zinc-600\/85 {
    border-inline-start-color: rgb(82 82 91 / 0.85);
  }

  .md\:border-s-zinc-600\/90 {
    border-inline-start-color: rgb(82 82 91 / 0.9);
  }

  .md\:border-s-zinc-600\/95 {
    border-inline-start-color: rgb(82 82 91 / 0.95);
  }

  .md\:border-s-zinc-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(63 63 70 / var(--tw-border-opacity));
  }

  .md\:border-s-zinc-700\/0 {
    border-inline-start-color: rgb(63 63 70 / 0);
  }

  .md\:border-s-zinc-700\/10 {
    border-inline-start-color: rgb(63 63 70 / 0.1);
  }

  .md\:border-s-zinc-700\/100 {
    border-inline-start-color: rgb(63 63 70 / 1);
  }

  .md\:border-s-zinc-700\/15 {
    border-inline-start-color: rgb(63 63 70 / 0.15);
  }

  .md\:border-s-zinc-700\/20 {
    border-inline-start-color: rgb(63 63 70 / 0.2);
  }

  .md\:border-s-zinc-700\/25 {
    border-inline-start-color: rgb(63 63 70 / 0.25);
  }

  .md\:border-s-zinc-700\/30 {
    border-inline-start-color: rgb(63 63 70 / 0.3);
  }

  .md\:border-s-zinc-700\/35 {
    border-inline-start-color: rgb(63 63 70 / 0.35);
  }

  .md\:border-s-zinc-700\/40 {
    border-inline-start-color: rgb(63 63 70 / 0.4);
  }

  .md\:border-s-zinc-700\/45 {
    border-inline-start-color: rgb(63 63 70 / 0.45);
  }

  .md\:border-s-zinc-700\/5 {
    border-inline-start-color: rgb(63 63 70 / 0.05);
  }

  .md\:border-s-zinc-700\/50 {
    border-inline-start-color: rgb(63 63 70 / 0.5);
  }

  .md\:border-s-zinc-700\/55 {
    border-inline-start-color: rgb(63 63 70 / 0.55);
  }

  .md\:border-s-zinc-700\/60 {
    border-inline-start-color: rgb(63 63 70 / 0.6);
  }

  .md\:border-s-zinc-700\/65 {
    border-inline-start-color: rgb(63 63 70 / 0.65);
  }

  .md\:border-s-zinc-700\/70 {
    border-inline-start-color: rgb(63 63 70 / 0.7);
  }

  .md\:border-s-zinc-700\/75 {
    border-inline-start-color: rgb(63 63 70 / 0.75);
  }

  .md\:border-s-zinc-700\/80 {
    border-inline-start-color: rgb(63 63 70 / 0.8);
  }

  .md\:border-s-zinc-700\/85 {
    border-inline-start-color: rgb(63 63 70 / 0.85);
  }

  .md\:border-s-zinc-700\/90 {
    border-inline-start-color: rgb(63 63 70 / 0.9);
  }

  .md\:border-s-zinc-700\/95 {
    border-inline-start-color: rgb(63 63 70 / 0.95);
  }

  .md\:border-s-zinc-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(39 39 42 / var(--tw-border-opacity));
  }

  .md\:border-s-zinc-800\/0 {
    border-inline-start-color: rgb(39 39 42 / 0);
  }

  .md\:border-s-zinc-800\/10 {
    border-inline-start-color: rgb(39 39 42 / 0.1);
  }

  .md\:border-s-zinc-800\/100 {
    border-inline-start-color: rgb(39 39 42 / 1);
  }

  .md\:border-s-zinc-800\/15 {
    border-inline-start-color: rgb(39 39 42 / 0.15);
  }

  .md\:border-s-zinc-800\/20 {
    border-inline-start-color: rgb(39 39 42 / 0.2);
  }

  .md\:border-s-zinc-800\/25 {
    border-inline-start-color: rgb(39 39 42 / 0.25);
  }

  .md\:border-s-zinc-800\/30 {
    border-inline-start-color: rgb(39 39 42 / 0.3);
  }

  .md\:border-s-zinc-800\/35 {
    border-inline-start-color: rgb(39 39 42 / 0.35);
  }

  .md\:border-s-zinc-800\/40 {
    border-inline-start-color: rgb(39 39 42 / 0.4);
  }

  .md\:border-s-zinc-800\/45 {
    border-inline-start-color: rgb(39 39 42 / 0.45);
  }

  .md\:border-s-zinc-800\/5 {
    border-inline-start-color: rgb(39 39 42 / 0.05);
  }

  .md\:border-s-zinc-800\/50 {
    border-inline-start-color: rgb(39 39 42 / 0.5);
  }

  .md\:border-s-zinc-800\/55 {
    border-inline-start-color: rgb(39 39 42 / 0.55);
  }

  .md\:border-s-zinc-800\/60 {
    border-inline-start-color: rgb(39 39 42 / 0.6);
  }

  .md\:border-s-zinc-800\/65 {
    border-inline-start-color: rgb(39 39 42 / 0.65);
  }

  .md\:border-s-zinc-800\/70 {
    border-inline-start-color: rgb(39 39 42 / 0.7);
  }

  .md\:border-s-zinc-800\/75 {
    border-inline-start-color: rgb(39 39 42 / 0.75);
  }

  .md\:border-s-zinc-800\/80 {
    border-inline-start-color: rgb(39 39 42 / 0.8);
  }

  .md\:border-s-zinc-800\/85 {
    border-inline-start-color: rgb(39 39 42 / 0.85);
  }

  .md\:border-s-zinc-800\/90 {
    border-inline-start-color: rgb(39 39 42 / 0.9);
  }

  .md\:border-s-zinc-800\/95 {
    border-inline-start-color: rgb(39 39 42 / 0.95);
  }

  .md\:border-s-zinc-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(24 24 27 / var(--tw-border-opacity));
  }

  .md\:border-s-zinc-900\/0 {
    border-inline-start-color: rgb(24 24 27 / 0);
  }

  .md\:border-s-zinc-900\/10 {
    border-inline-start-color: rgb(24 24 27 / 0.1);
  }

  .md\:border-s-zinc-900\/100 {
    border-inline-start-color: rgb(24 24 27 / 1);
  }

  .md\:border-s-zinc-900\/15 {
    border-inline-start-color: rgb(24 24 27 / 0.15);
  }

  .md\:border-s-zinc-900\/20 {
    border-inline-start-color: rgb(24 24 27 / 0.2);
  }

  .md\:border-s-zinc-900\/25 {
    border-inline-start-color: rgb(24 24 27 / 0.25);
  }

  .md\:border-s-zinc-900\/30 {
    border-inline-start-color: rgb(24 24 27 / 0.3);
  }

  .md\:border-s-zinc-900\/35 {
    border-inline-start-color: rgb(24 24 27 / 0.35);
  }

  .md\:border-s-zinc-900\/40 {
    border-inline-start-color: rgb(24 24 27 / 0.4);
  }

  .md\:border-s-zinc-900\/45 {
    border-inline-start-color: rgb(24 24 27 / 0.45);
  }

  .md\:border-s-zinc-900\/5 {
    border-inline-start-color: rgb(24 24 27 / 0.05);
  }

  .md\:border-s-zinc-900\/50 {
    border-inline-start-color: rgb(24 24 27 / 0.5);
  }

  .md\:border-s-zinc-900\/55 {
    border-inline-start-color: rgb(24 24 27 / 0.55);
  }

  .md\:border-s-zinc-900\/60 {
    border-inline-start-color: rgb(24 24 27 / 0.6);
  }

  .md\:border-s-zinc-900\/65 {
    border-inline-start-color: rgb(24 24 27 / 0.65);
  }

  .md\:border-s-zinc-900\/70 {
    border-inline-start-color: rgb(24 24 27 / 0.7);
  }

  .md\:border-s-zinc-900\/75 {
    border-inline-start-color: rgb(24 24 27 / 0.75);
  }

  .md\:border-s-zinc-900\/80 {
    border-inline-start-color: rgb(24 24 27 / 0.8);
  }

  .md\:border-s-zinc-900\/85 {
    border-inline-start-color: rgb(24 24 27 / 0.85);
  }

  .md\:border-s-zinc-900\/90 {
    border-inline-start-color: rgb(24 24 27 / 0.9);
  }

  .md\:border-s-zinc-900\/95 {
    border-inline-start-color: rgb(24 24 27 / 0.95);
  }

  .md\:border-s-zinc-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(9 9 11 / var(--tw-border-opacity));
  }

  .md\:border-s-zinc-950\/0 {
    border-inline-start-color: rgb(9 9 11 / 0);
  }

  .md\:border-s-zinc-950\/10 {
    border-inline-start-color: rgb(9 9 11 / 0.1);
  }

  .md\:border-s-zinc-950\/100 {
    border-inline-start-color: rgb(9 9 11 / 1);
  }

  .md\:border-s-zinc-950\/15 {
    border-inline-start-color: rgb(9 9 11 / 0.15);
  }

  .md\:border-s-zinc-950\/20 {
    border-inline-start-color: rgb(9 9 11 / 0.2);
  }

  .md\:border-s-zinc-950\/25 {
    border-inline-start-color: rgb(9 9 11 / 0.25);
  }

  .md\:border-s-zinc-950\/30 {
    border-inline-start-color: rgb(9 9 11 / 0.3);
  }

  .md\:border-s-zinc-950\/35 {
    border-inline-start-color: rgb(9 9 11 / 0.35);
  }

  .md\:border-s-zinc-950\/40 {
    border-inline-start-color: rgb(9 9 11 / 0.4);
  }

  .md\:border-s-zinc-950\/45 {
    border-inline-start-color: rgb(9 9 11 / 0.45);
  }

  .md\:border-s-zinc-950\/5 {
    border-inline-start-color: rgb(9 9 11 / 0.05);
  }

  .md\:border-s-zinc-950\/50 {
    border-inline-start-color: rgb(9 9 11 / 0.5);
  }

  .md\:border-s-zinc-950\/55 {
    border-inline-start-color: rgb(9 9 11 / 0.55);
  }

  .md\:border-s-zinc-950\/60 {
    border-inline-start-color: rgb(9 9 11 / 0.6);
  }

  .md\:border-s-zinc-950\/65 {
    border-inline-start-color: rgb(9 9 11 / 0.65);
  }

  .md\:border-s-zinc-950\/70 {
    border-inline-start-color: rgb(9 9 11 / 0.7);
  }

  .md\:border-s-zinc-950\/75 {
    border-inline-start-color: rgb(9 9 11 / 0.75);
  }

  .md\:border-s-zinc-950\/80 {
    border-inline-start-color: rgb(9 9 11 / 0.8);
  }

  .md\:border-s-zinc-950\/85 {
    border-inline-start-color: rgb(9 9 11 / 0.85);
  }

  .md\:border-s-zinc-950\/90 {
    border-inline-start-color: rgb(9 9 11 / 0.9);
  }

  .md\:border-s-zinc-950\/95 {
    border-inline-start-color: rgb(9 9 11 / 0.95);
  }

  .md\:border-t-amber-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 243 199 / var(--tw-border-opacity));
  }

  .md\:border-t-amber-100\/0 {
    border-top-color: rgb(254 243 199 / 0);
  }

  .md\:border-t-amber-100\/10 {
    border-top-color: rgb(254 243 199 / 0.1);
  }

  .md\:border-t-amber-100\/100 {
    border-top-color: rgb(254 243 199 / 1);
  }

  .md\:border-t-amber-100\/15 {
    border-top-color: rgb(254 243 199 / 0.15);
  }

  .md\:border-t-amber-100\/20 {
    border-top-color: rgb(254 243 199 / 0.2);
  }

  .md\:border-t-amber-100\/25 {
    border-top-color: rgb(254 243 199 / 0.25);
  }

  .md\:border-t-amber-100\/30 {
    border-top-color: rgb(254 243 199 / 0.3);
  }

  .md\:border-t-amber-100\/35 {
    border-top-color: rgb(254 243 199 / 0.35);
  }

  .md\:border-t-amber-100\/40 {
    border-top-color: rgb(254 243 199 / 0.4);
  }

  .md\:border-t-amber-100\/45 {
    border-top-color: rgb(254 243 199 / 0.45);
  }

  .md\:border-t-amber-100\/5 {
    border-top-color: rgb(254 243 199 / 0.05);
  }

  .md\:border-t-amber-100\/50 {
    border-top-color: rgb(254 243 199 / 0.5);
  }

  .md\:border-t-amber-100\/55 {
    border-top-color: rgb(254 243 199 / 0.55);
  }

  .md\:border-t-amber-100\/60 {
    border-top-color: rgb(254 243 199 / 0.6);
  }

  .md\:border-t-amber-100\/65 {
    border-top-color: rgb(254 243 199 / 0.65);
  }

  .md\:border-t-amber-100\/70 {
    border-top-color: rgb(254 243 199 / 0.7);
  }

  .md\:border-t-amber-100\/75 {
    border-top-color: rgb(254 243 199 / 0.75);
  }

  .md\:border-t-amber-100\/80 {
    border-top-color: rgb(254 243 199 / 0.8);
  }

  .md\:border-t-amber-100\/85 {
    border-top-color: rgb(254 243 199 / 0.85);
  }

  .md\:border-t-amber-100\/90 {
    border-top-color: rgb(254 243 199 / 0.9);
  }

  .md\:border-t-amber-100\/95 {
    border-top-color: rgb(254 243 199 / 0.95);
  }

  .md\:border-t-amber-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 230 138 / var(--tw-border-opacity));
  }

  .md\:border-t-amber-200\/0 {
    border-top-color: rgb(253 230 138 / 0);
  }

  .md\:border-t-amber-200\/10 {
    border-top-color: rgb(253 230 138 / 0.1);
  }

  .md\:border-t-amber-200\/100 {
    border-top-color: rgb(253 230 138 / 1);
  }

  .md\:border-t-amber-200\/15 {
    border-top-color: rgb(253 230 138 / 0.15);
  }

  .md\:border-t-amber-200\/20 {
    border-top-color: rgb(253 230 138 / 0.2);
  }

  .md\:border-t-amber-200\/25 {
    border-top-color: rgb(253 230 138 / 0.25);
  }

  .md\:border-t-amber-200\/30 {
    border-top-color: rgb(253 230 138 / 0.3);
  }

  .md\:border-t-amber-200\/35 {
    border-top-color: rgb(253 230 138 / 0.35);
  }

  .md\:border-t-amber-200\/40 {
    border-top-color: rgb(253 230 138 / 0.4);
  }

  .md\:border-t-amber-200\/45 {
    border-top-color: rgb(253 230 138 / 0.45);
  }

  .md\:border-t-amber-200\/5 {
    border-top-color: rgb(253 230 138 / 0.05);
  }

  .md\:border-t-amber-200\/50 {
    border-top-color: rgb(253 230 138 / 0.5);
  }

  .md\:border-t-amber-200\/55 {
    border-top-color: rgb(253 230 138 / 0.55);
  }

  .md\:border-t-amber-200\/60 {
    border-top-color: rgb(253 230 138 / 0.6);
  }

  .md\:border-t-amber-200\/65 {
    border-top-color: rgb(253 230 138 / 0.65);
  }

  .md\:border-t-amber-200\/70 {
    border-top-color: rgb(253 230 138 / 0.7);
  }

  .md\:border-t-amber-200\/75 {
    border-top-color: rgb(253 230 138 / 0.75);
  }

  .md\:border-t-amber-200\/80 {
    border-top-color: rgb(253 230 138 / 0.8);
  }

  .md\:border-t-amber-200\/85 {
    border-top-color: rgb(253 230 138 / 0.85);
  }

  .md\:border-t-amber-200\/90 {
    border-top-color: rgb(253 230 138 / 0.9);
  }

  .md\:border-t-amber-200\/95 {
    border-top-color: rgb(253 230 138 / 0.95);
  }

  .md\:border-t-amber-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(252 211 77 / var(--tw-border-opacity));
  }

  .md\:border-t-amber-300\/0 {
    border-top-color: rgb(252 211 77 / 0);
  }

  .md\:border-t-amber-300\/10 {
    border-top-color: rgb(252 211 77 / 0.1);
  }

  .md\:border-t-amber-300\/100 {
    border-top-color: rgb(252 211 77 / 1);
  }

  .md\:border-t-amber-300\/15 {
    border-top-color: rgb(252 211 77 / 0.15);
  }

  .md\:border-t-amber-300\/20 {
    border-top-color: rgb(252 211 77 / 0.2);
  }

  .md\:border-t-amber-300\/25 {
    border-top-color: rgb(252 211 77 / 0.25);
  }

  .md\:border-t-amber-300\/30 {
    border-top-color: rgb(252 211 77 / 0.3);
  }

  .md\:border-t-amber-300\/35 {
    border-top-color: rgb(252 211 77 / 0.35);
  }

  .md\:border-t-amber-300\/40 {
    border-top-color: rgb(252 211 77 / 0.4);
  }

  .md\:border-t-amber-300\/45 {
    border-top-color: rgb(252 211 77 / 0.45);
  }

  .md\:border-t-amber-300\/5 {
    border-top-color: rgb(252 211 77 / 0.05);
  }

  .md\:border-t-amber-300\/50 {
    border-top-color: rgb(252 211 77 / 0.5);
  }

  .md\:border-t-amber-300\/55 {
    border-top-color: rgb(252 211 77 / 0.55);
  }

  .md\:border-t-amber-300\/60 {
    border-top-color: rgb(252 211 77 / 0.6);
  }

  .md\:border-t-amber-300\/65 {
    border-top-color: rgb(252 211 77 / 0.65);
  }

  .md\:border-t-amber-300\/70 {
    border-top-color: rgb(252 211 77 / 0.7);
  }

  .md\:border-t-amber-300\/75 {
    border-top-color: rgb(252 211 77 / 0.75);
  }

  .md\:border-t-amber-300\/80 {
    border-top-color: rgb(252 211 77 / 0.8);
  }

  .md\:border-t-amber-300\/85 {
    border-top-color: rgb(252 211 77 / 0.85);
  }

  .md\:border-t-amber-300\/90 {
    border-top-color: rgb(252 211 77 / 0.9);
  }

  .md\:border-t-amber-300\/95 {
    border-top-color: rgb(252 211 77 / 0.95);
  }

  .md\:border-t-amber-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(251 191 36 / var(--tw-border-opacity));
  }

  .md\:border-t-amber-400\/0 {
    border-top-color: rgb(251 191 36 / 0);
  }

  .md\:border-t-amber-400\/10 {
    border-top-color: rgb(251 191 36 / 0.1);
  }

  .md\:border-t-amber-400\/100 {
    border-top-color: rgb(251 191 36 / 1);
  }

  .md\:border-t-amber-400\/15 {
    border-top-color: rgb(251 191 36 / 0.15);
  }

  .md\:border-t-amber-400\/20 {
    border-top-color: rgb(251 191 36 / 0.2);
  }

  .md\:border-t-amber-400\/25 {
    border-top-color: rgb(251 191 36 / 0.25);
  }

  .md\:border-t-amber-400\/30 {
    border-top-color: rgb(251 191 36 / 0.3);
  }

  .md\:border-t-amber-400\/35 {
    border-top-color: rgb(251 191 36 / 0.35);
  }

  .md\:border-t-amber-400\/40 {
    border-top-color: rgb(251 191 36 / 0.4);
  }

  .md\:border-t-amber-400\/45 {
    border-top-color: rgb(251 191 36 / 0.45);
  }

  .md\:border-t-amber-400\/5 {
    border-top-color: rgb(251 191 36 / 0.05);
  }

  .md\:border-t-amber-400\/50 {
    border-top-color: rgb(251 191 36 / 0.5);
  }

  .md\:border-t-amber-400\/55 {
    border-top-color: rgb(251 191 36 / 0.55);
  }

  .md\:border-t-amber-400\/60 {
    border-top-color: rgb(251 191 36 / 0.6);
  }

  .md\:border-t-amber-400\/65 {
    border-top-color: rgb(251 191 36 / 0.65);
  }

  .md\:border-t-amber-400\/70 {
    border-top-color: rgb(251 191 36 / 0.7);
  }

  .md\:border-t-amber-400\/75 {
    border-top-color: rgb(251 191 36 / 0.75);
  }

  .md\:border-t-amber-400\/80 {
    border-top-color: rgb(251 191 36 / 0.8);
  }

  .md\:border-t-amber-400\/85 {
    border-top-color: rgb(251 191 36 / 0.85);
  }

  .md\:border-t-amber-400\/90 {
    border-top-color: rgb(251 191 36 / 0.9);
  }

  .md\:border-t-amber-400\/95 {
    border-top-color: rgb(251 191 36 / 0.95);
  }

  .md\:border-t-amber-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 251 235 / var(--tw-border-opacity));
  }

  .md\:border-t-amber-50\/0 {
    border-top-color: rgb(255 251 235 / 0);
  }

  .md\:border-t-amber-50\/10 {
    border-top-color: rgb(255 251 235 / 0.1);
  }

  .md\:border-t-amber-50\/100 {
    border-top-color: rgb(255 251 235 / 1);
  }

  .md\:border-t-amber-50\/15 {
    border-top-color: rgb(255 251 235 / 0.15);
  }

  .md\:border-t-amber-50\/20 {
    border-top-color: rgb(255 251 235 / 0.2);
  }

  .md\:border-t-amber-50\/25 {
    border-top-color: rgb(255 251 235 / 0.25);
  }

  .md\:border-t-amber-50\/30 {
    border-top-color: rgb(255 251 235 / 0.3);
  }

  .md\:border-t-amber-50\/35 {
    border-top-color: rgb(255 251 235 / 0.35);
  }

  .md\:border-t-amber-50\/40 {
    border-top-color: rgb(255 251 235 / 0.4);
  }

  .md\:border-t-amber-50\/45 {
    border-top-color: rgb(255 251 235 / 0.45);
  }

  .md\:border-t-amber-50\/5 {
    border-top-color: rgb(255 251 235 / 0.05);
  }

  .md\:border-t-amber-50\/50 {
    border-top-color: rgb(255 251 235 / 0.5);
  }

  .md\:border-t-amber-50\/55 {
    border-top-color: rgb(255 251 235 / 0.55);
  }

  .md\:border-t-amber-50\/60 {
    border-top-color: rgb(255 251 235 / 0.6);
  }

  .md\:border-t-amber-50\/65 {
    border-top-color: rgb(255 251 235 / 0.65);
  }

  .md\:border-t-amber-50\/70 {
    border-top-color: rgb(255 251 235 / 0.7);
  }

  .md\:border-t-amber-50\/75 {
    border-top-color: rgb(255 251 235 / 0.75);
  }

  .md\:border-t-amber-50\/80 {
    border-top-color: rgb(255 251 235 / 0.8);
  }

  .md\:border-t-amber-50\/85 {
    border-top-color: rgb(255 251 235 / 0.85);
  }

  .md\:border-t-amber-50\/90 {
    border-top-color: rgb(255 251 235 / 0.9);
  }

  .md\:border-t-amber-50\/95 {
    border-top-color: rgb(255 251 235 / 0.95);
  }

  .md\:border-t-amber-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 158 11 / var(--tw-border-opacity));
  }

  .md\:border-t-amber-500\/0 {
    border-top-color: rgb(245 158 11 / 0);
  }

  .md\:border-t-amber-500\/10 {
    border-top-color: rgb(245 158 11 / 0.1);
  }

  .md\:border-t-amber-500\/100 {
    border-top-color: rgb(245 158 11 / 1);
  }

  .md\:border-t-amber-500\/15 {
    border-top-color: rgb(245 158 11 / 0.15);
  }

  .md\:border-t-amber-500\/20 {
    border-top-color: rgb(245 158 11 / 0.2);
  }

  .md\:border-t-amber-500\/25 {
    border-top-color: rgb(245 158 11 / 0.25);
  }

  .md\:border-t-amber-500\/30 {
    border-top-color: rgb(245 158 11 / 0.3);
  }

  .md\:border-t-amber-500\/35 {
    border-top-color: rgb(245 158 11 / 0.35);
  }

  .md\:border-t-amber-500\/40 {
    border-top-color: rgb(245 158 11 / 0.4);
  }

  .md\:border-t-amber-500\/45 {
    border-top-color: rgb(245 158 11 / 0.45);
  }

  .md\:border-t-amber-500\/5 {
    border-top-color: rgb(245 158 11 / 0.05);
  }

  .md\:border-t-amber-500\/50 {
    border-top-color: rgb(245 158 11 / 0.5);
  }

  .md\:border-t-amber-500\/55 {
    border-top-color: rgb(245 158 11 / 0.55);
  }

  .md\:border-t-amber-500\/60 {
    border-top-color: rgb(245 158 11 / 0.6);
  }

  .md\:border-t-amber-500\/65 {
    border-top-color: rgb(245 158 11 / 0.65);
  }

  .md\:border-t-amber-500\/70 {
    border-top-color: rgb(245 158 11 / 0.7);
  }

  .md\:border-t-amber-500\/75 {
    border-top-color: rgb(245 158 11 / 0.75);
  }

  .md\:border-t-amber-500\/80 {
    border-top-color: rgb(245 158 11 / 0.8);
  }

  .md\:border-t-amber-500\/85 {
    border-top-color: rgb(245 158 11 / 0.85);
  }

  .md\:border-t-amber-500\/90 {
    border-top-color: rgb(245 158 11 / 0.9);
  }

  .md\:border-t-amber-500\/95 {
    border-top-color: rgb(245 158 11 / 0.95);
  }

  .md\:border-t-amber-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(217 119 6 / var(--tw-border-opacity));
  }

  .md\:border-t-amber-600\/0 {
    border-top-color: rgb(217 119 6 / 0);
  }

  .md\:border-t-amber-600\/10 {
    border-top-color: rgb(217 119 6 / 0.1);
  }

  .md\:border-t-amber-600\/100 {
    border-top-color: rgb(217 119 6 / 1);
  }

  .md\:border-t-amber-600\/15 {
    border-top-color: rgb(217 119 6 / 0.15);
  }

  .md\:border-t-amber-600\/20 {
    border-top-color: rgb(217 119 6 / 0.2);
  }

  .md\:border-t-amber-600\/25 {
    border-top-color: rgb(217 119 6 / 0.25);
  }

  .md\:border-t-amber-600\/30 {
    border-top-color: rgb(217 119 6 / 0.3);
  }

  .md\:border-t-amber-600\/35 {
    border-top-color: rgb(217 119 6 / 0.35);
  }

  .md\:border-t-amber-600\/40 {
    border-top-color: rgb(217 119 6 / 0.4);
  }

  .md\:border-t-amber-600\/45 {
    border-top-color: rgb(217 119 6 / 0.45);
  }

  .md\:border-t-amber-600\/5 {
    border-top-color: rgb(217 119 6 / 0.05);
  }

  .md\:border-t-amber-600\/50 {
    border-top-color: rgb(217 119 6 / 0.5);
  }

  .md\:border-t-amber-600\/55 {
    border-top-color: rgb(217 119 6 / 0.55);
  }

  .md\:border-t-amber-600\/60 {
    border-top-color: rgb(217 119 6 / 0.6);
  }

  .md\:border-t-amber-600\/65 {
    border-top-color: rgb(217 119 6 / 0.65);
  }

  .md\:border-t-amber-600\/70 {
    border-top-color: rgb(217 119 6 / 0.7);
  }

  .md\:border-t-amber-600\/75 {
    border-top-color: rgb(217 119 6 / 0.75);
  }

  .md\:border-t-amber-600\/80 {
    border-top-color: rgb(217 119 6 / 0.8);
  }

  .md\:border-t-amber-600\/85 {
    border-top-color: rgb(217 119 6 / 0.85);
  }

  .md\:border-t-amber-600\/90 {
    border-top-color: rgb(217 119 6 / 0.9);
  }

  .md\:border-t-amber-600\/95 {
    border-top-color: rgb(217 119 6 / 0.95);
  }

  .md\:border-t-amber-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(180 83 9 / var(--tw-border-opacity));
  }

  .md\:border-t-amber-700\/0 {
    border-top-color: rgb(180 83 9 / 0);
  }

  .md\:border-t-amber-700\/10 {
    border-top-color: rgb(180 83 9 / 0.1);
  }

  .md\:border-t-amber-700\/100 {
    border-top-color: rgb(180 83 9 / 1);
  }

  .md\:border-t-amber-700\/15 {
    border-top-color: rgb(180 83 9 / 0.15);
  }

  .md\:border-t-amber-700\/20 {
    border-top-color: rgb(180 83 9 / 0.2);
  }

  .md\:border-t-amber-700\/25 {
    border-top-color: rgb(180 83 9 / 0.25);
  }

  .md\:border-t-amber-700\/30 {
    border-top-color: rgb(180 83 9 / 0.3);
  }

  .md\:border-t-amber-700\/35 {
    border-top-color: rgb(180 83 9 / 0.35);
  }

  .md\:border-t-amber-700\/40 {
    border-top-color: rgb(180 83 9 / 0.4);
  }

  .md\:border-t-amber-700\/45 {
    border-top-color: rgb(180 83 9 / 0.45);
  }

  .md\:border-t-amber-700\/5 {
    border-top-color: rgb(180 83 9 / 0.05);
  }

  .md\:border-t-amber-700\/50 {
    border-top-color: rgb(180 83 9 / 0.5);
  }

  .md\:border-t-amber-700\/55 {
    border-top-color: rgb(180 83 9 / 0.55);
  }

  .md\:border-t-amber-700\/60 {
    border-top-color: rgb(180 83 9 / 0.6);
  }

  .md\:border-t-amber-700\/65 {
    border-top-color: rgb(180 83 9 / 0.65);
  }

  .md\:border-t-amber-700\/70 {
    border-top-color: rgb(180 83 9 / 0.7);
  }

  .md\:border-t-amber-700\/75 {
    border-top-color: rgb(180 83 9 / 0.75);
  }

  .md\:border-t-amber-700\/80 {
    border-top-color: rgb(180 83 9 / 0.8);
  }

  .md\:border-t-amber-700\/85 {
    border-top-color: rgb(180 83 9 / 0.85);
  }

  .md\:border-t-amber-700\/90 {
    border-top-color: rgb(180 83 9 / 0.9);
  }

  .md\:border-t-amber-700\/95 {
    border-top-color: rgb(180 83 9 / 0.95);
  }

  .md\:border-t-amber-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(146 64 14 / var(--tw-border-opacity));
  }

  .md\:border-t-amber-800\/0 {
    border-top-color: rgb(146 64 14 / 0);
  }

  .md\:border-t-amber-800\/10 {
    border-top-color: rgb(146 64 14 / 0.1);
  }

  .md\:border-t-amber-800\/100 {
    border-top-color: rgb(146 64 14 / 1);
  }

  .md\:border-t-amber-800\/15 {
    border-top-color: rgb(146 64 14 / 0.15);
  }

  .md\:border-t-amber-800\/20 {
    border-top-color: rgb(146 64 14 / 0.2);
  }

  .md\:border-t-amber-800\/25 {
    border-top-color: rgb(146 64 14 / 0.25);
  }

  .md\:border-t-amber-800\/30 {
    border-top-color: rgb(146 64 14 / 0.3);
  }

  .md\:border-t-amber-800\/35 {
    border-top-color: rgb(146 64 14 / 0.35);
  }

  .md\:border-t-amber-800\/40 {
    border-top-color: rgb(146 64 14 / 0.4);
  }

  .md\:border-t-amber-800\/45 {
    border-top-color: rgb(146 64 14 / 0.45);
  }

  .md\:border-t-amber-800\/5 {
    border-top-color: rgb(146 64 14 / 0.05);
  }

  .md\:border-t-amber-800\/50 {
    border-top-color: rgb(146 64 14 / 0.5);
  }

  .md\:border-t-amber-800\/55 {
    border-top-color: rgb(146 64 14 / 0.55);
  }

  .md\:border-t-amber-800\/60 {
    border-top-color: rgb(146 64 14 / 0.6);
  }

  .md\:border-t-amber-800\/65 {
    border-top-color: rgb(146 64 14 / 0.65);
  }

  .md\:border-t-amber-800\/70 {
    border-top-color: rgb(146 64 14 / 0.7);
  }

  .md\:border-t-amber-800\/75 {
    border-top-color: rgb(146 64 14 / 0.75);
  }

  .md\:border-t-amber-800\/80 {
    border-top-color: rgb(146 64 14 / 0.8);
  }

  .md\:border-t-amber-800\/85 {
    border-top-color: rgb(146 64 14 / 0.85);
  }

  .md\:border-t-amber-800\/90 {
    border-top-color: rgb(146 64 14 / 0.9);
  }

  .md\:border-t-amber-800\/95 {
    border-top-color: rgb(146 64 14 / 0.95);
  }

  .md\:border-t-amber-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(120 53 15 / var(--tw-border-opacity));
  }

  .md\:border-t-amber-900\/0 {
    border-top-color: rgb(120 53 15 / 0);
  }

  .md\:border-t-amber-900\/10 {
    border-top-color: rgb(120 53 15 / 0.1);
  }

  .md\:border-t-amber-900\/100 {
    border-top-color: rgb(120 53 15 / 1);
  }

  .md\:border-t-amber-900\/15 {
    border-top-color: rgb(120 53 15 / 0.15);
  }

  .md\:border-t-amber-900\/20 {
    border-top-color: rgb(120 53 15 / 0.2);
  }

  .md\:border-t-amber-900\/25 {
    border-top-color: rgb(120 53 15 / 0.25);
  }

  .md\:border-t-amber-900\/30 {
    border-top-color: rgb(120 53 15 / 0.3);
  }

  .md\:border-t-amber-900\/35 {
    border-top-color: rgb(120 53 15 / 0.35);
  }

  .md\:border-t-amber-900\/40 {
    border-top-color: rgb(120 53 15 / 0.4);
  }

  .md\:border-t-amber-900\/45 {
    border-top-color: rgb(120 53 15 / 0.45);
  }

  .md\:border-t-amber-900\/5 {
    border-top-color: rgb(120 53 15 / 0.05);
  }

  .md\:border-t-amber-900\/50 {
    border-top-color: rgb(120 53 15 / 0.5);
  }

  .md\:border-t-amber-900\/55 {
    border-top-color: rgb(120 53 15 / 0.55);
  }

  .md\:border-t-amber-900\/60 {
    border-top-color: rgb(120 53 15 / 0.6);
  }

  .md\:border-t-amber-900\/65 {
    border-top-color: rgb(120 53 15 / 0.65);
  }

  .md\:border-t-amber-900\/70 {
    border-top-color: rgb(120 53 15 / 0.7);
  }

  .md\:border-t-amber-900\/75 {
    border-top-color: rgb(120 53 15 / 0.75);
  }

  .md\:border-t-amber-900\/80 {
    border-top-color: rgb(120 53 15 / 0.8);
  }

  .md\:border-t-amber-900\/85 {
    border-top-color: rgb(120 53 15 / 0.85);
  }

  .md\:border-t-amber-900\/90 {
    border-top-color: rgb(120 53 15 / 0.9);
  }

  .md\:border-t-amber-900\/95 {
    border-top-color: rgb(120 53 15 / 0.95);
  }

  .md\:border-t-amber-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(69 26 3 / var(--tw-border-opacity));
  }

  .md\:border-t-amber-950\/0 {
    border-top-color: rgb(69 26 3 / 0);
  }

  .md\:border-t-amber-950\/10 {
    border-top-color: rgb(69 26 3 / 0.1);
  }

  .md\:border-t-amber-950\/100 {
    border-top-color: rgb(69 26 3 / 1);
  }

  .md\:border-t-amber-950\/15 {
    border-top-color: rgb(69 26 3 / 0.15);
  }

  .md\:border-t-amber-950\/20 {
    border-top-color: rgb(69 26 3 / 0.2);
  }

  .md\:border-t-amber-950\/25 {
    border-top-color: rgb(69 26 3 / 0.25);
  }

  .md\:border-t-amber-950\/30 {
    border-top-color: rgb(69 26 3 / 0.3);
  }

  .md\:border-t-amber-950\/35 {
    border-top-color: rgb(69 26 3 / 0.35);
  }

  .md\:border-t-amber-950\/40 {
    border-top-color: rgb(69 26 3 / 0.4);
  }

  .md\:border-t-amber-950\/45 {
    border-top-color: rgb(69 26 3 / 0.45);
  }

  .md\:border-t-amber-950\/5 {
    border-top-color: rgb(69 26 3 / 0.05);
  }

  .md\:border-t-amber-950\/50 {
    border-top-color: rgb(69 26 3 / 0.5);
  }

  .md\:border-t-amber-950\/55 {
    border-top-color: rgb(69 26 3 / 0.55);
  }

  .md\:border-t-amber-950\/60 {
    border-top-color: rgb(69 26 3 / 0.6);
  }

  .md\:border-t-amber-950\/65 {
    border-top-color: rgb(69 26 3 / 0.65);
  }

  .md\:border-t-amber-950\/70 {
    border-top-color: rgb(69 26 3 / 0.7);
  }

  .md\:border-t-amber-950\/75 {
    border-top-color: rgb(69 26 3 / 0.75);
  }

  .md\:border-t-amber-950\/80 {
    border-top-color: rgb(69 26 3 / 0.8);
  }

  .md\:border-t-amber-950\/85 {
    border-top-color: rgb(69 26 3 / 0.85);
  }

  .md\:border-t-amber-950\/90 {
    border-top-color: rgb(69 26 3 / 0.9);
  }

  .md\:border-t-amber-950\/95 {
    border-top-color: rgb(69 26 3 / 0.95);
  }

  .md\:border-t-black {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .md\:border-t-black\/0 {
    border-top-color: rgb(0 0 0 / 0);
  }

  .md\:border-t-black\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-t-black\/100 {
    border-top-color: rgb(0 0 0 / 1);
  }

  .md\:border-t-black\/15 {
    border-top-color: rgb(0 0 0 / 0.15);
  }

  .md\:border-t-black\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-t-black\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-t-black\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-t-black\/35 {
    border-top-color: rgb(0 0 0 / 0.35);
  }

  .md\:border-t-black\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-t-black\/45 {
    border-top-color: rgb(0 0 0 / 0.45);
  }

  .md\:border-t-black\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-t-black\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-t-black\/55 {
    border-top-color: rgb(0 0 0 / 0.55);
  }

  .md\:border-t-black\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-t-black\/65 {
    border-top-color: rgb(0 0 0 / 0.65);
  }

  .md\:border-t-black\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-t-black\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-t-black\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-t-black\/85 {
    border-top-color: rgb(0 0 0 / 0.85);
  }

  .md\:border-t-black\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-t-black\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-t-blue-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(219 234 254 / var(--tw-border-opacity));
  }

  .md\:border-t-blue-100\/0 {
    border-top-color: rgb(219 234 254 / 0);
  }

  .md\:border-t-blue-100\/10 {
    border-top-color: rgb(219 234 254 / 0.1);
  }

  .md\:border-t-blue-100\/100 {
    border-top-color: rgb(219 234 254 / 1);
  }

  .md\:border-t-blue-100\/15 {
    border-top-color: rgb(219 234 254 / 0.15);
  }

  .md\:border-t-blue-100\/20 {
    border-top-color: rgb(219 234 254 / 0.2);
  }

  .md\:border-t-blue-100\/25 {
    border-top-color: rgb(219 234 254 / 0.25);
  }

  .md\:border-t-blue-100\/30 {
    border-top-color: rgb(219 234 254 / 0.3);
  }

  .md\:border-t-blue-100\/35 {
    border-top-color: rgb(219 234 254 / 0.35);
  }

  .md\:border-t-blue-100\/40 {
    border-top-color: rgb(219 234 254 / 0.4);
  }

  .md\:border-t-blue-100\/45 {
    border-top-color: rgb(219 234 254 / 0.45);
  }

  .md\:border-t-blue-100\/5 {
    border-top-color: rgb(219 234 254 / 0.05);
  }

  .md\:border-t-blue-100\/50 {
    border-top-color: rgb(219 234 254 / 0.5);
  }

  .md\:border-t-blue-100\/55 {
    border-top-color: rgb(219 234 254 / 0.55);
  }

  .md\:border-t-blue-100\/60 {
    border-top-color: rgb(219 234 254 / 0.6);
  }

  .md\:border-t-blue-100\/65 {
    border-top-color: rgb(219 234 254 / 0.65);
  }

  .md\:border-t-blue-100\/70 {
    border-top-color: rgb(219 234 254 / 0.7);
  }

  .md\:border-t-blue-100\/75 {
    border-top-color: rgb(219 234 254 / 0.75);
  }

  .md\:border-t-blue-100\/80 {
    border-top-color: rgb(219 234 254 / 0.8);
  }

  .md\:border-t-blue-100\/85 {
    border-top-color: rgb(219 234 254 / 0.85);
  }

  .md\:border-t-blue-100\/90 {
    border-top-color: rgb(219 234 254 / 0.9);
  }

  .md\:border-t-blue-100\/95 {
    border-top-color: rgb(219 234 254 / 0.95);
  }

  .md\:border-t-blue-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(191 219 254 / var(--tw-border-opacity));
  }

  .md\:border-t-blue-200\/0 {
    border-top-color: rgb(191 219 254 / 0);
  }

  .md\:border-t-blue-200\/10 {
    border-top-color: rgb(191 219 254 / 0.1);
  }

  .md\:border-t-blue-200\/100 {
    border-top-color: rgb(191 219 254 / 1);
  }

  .md\:border-t-blue-200\/15 {
    border-top-color: rgb(191 219 254 / 0.15);
  }

  .md\:border-t-blue-200\/20 {
    border-top-color: rgb(191 219 254 / 0.2);
  }

  .md\:border-t-blue-200\/25 {
    border-top-color: rgb(191 219 254 / 0.25);
  }

  .md\:border-t-blue-200\/30 {
    border-top-color: rgb(191 219 254 / 0.3);
  }

  .md\:border-t-blue-200\/35 {
    border-top-color: rgb(191 219 254 / 0.35);
  }

  .md\:border-t-blue-200\/40 {
    border-top-color: rgb(191 219 254 / 0.4);
  }

  .md\:border-t-blue-200\/45 {
    border-top-color: rgb(191 219 254 / 0.45);
  }

  .md\:border-t-blue-200\/5 {
    border-top-color: rgb(191 219 254 / 0.05);
  }

  .md\:border-t-blue-200\/50 {
    border-top-color: rgb(191 219 254 / 0.5);
  }

  .md\:border-t-blue-200\/55 {
    border-top-color: rgb(191 219 254 / 0.55);
  }

  .md\:border-t-blue-200\/60 {
    border-top-color: rgb(191 219 254 / 0.6);
  }

  .md\:border-t-blue-200\/65 {
    border-top-color: rgb(191 219 254 / 0.65);
  }

  .md\:border-t-blue-200\/70 {
    border-top-color: rgb(191 219 254 / 0.7);
  }

  .md\:border-t-blue-200\/75 {
    border-top-color: rgb(191 219 254 / 0.75);
  }

  .md\:border-t-blue-200\/80 {
    border-top-color: rgb(191 219 254 / 0.8);
  }

  .md\:border-t-blue-200\/85 {
    border-top-color: rgb(191 219 254 / 0.85);
  }

  .md\:border-t-blue-200\/90 {
    border-top-color: rgb(191 219 254 / 0.9);
  }

  .md\:border-t-blue-200\/95 {
    border-top-color: rgb(191 219 254 / 0.95);
  }

  .md\:border-t-blue-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(147 197 253 / var(--tw-border-opacity));
  }

  .md\:border-t-blue-300\/0 {
    border-top-color: rgb(147 197 253 / 0);
  }

  .md\:border-t-blue-300\/10 {
    border-top-color: rgb(147 197 253 / 0.1);
  }

  .md\:border-t-blue-300\/100 {
    border-top-color: rgb(147 197 253 / 1);
  }

  .md\:border-t-blue-300\/15 {
    border-top-color: rgb(147 197 253 / 0.15);
  }

  .md\:border-t-blue-300\/20 {
    border-top-color: rgb(147 197 253 / 0.2);
  }

  .md\:border-t-blue-300\/25 {
    border-top-color: rgb(147 197 253 / 0.25);
  }

  .md\:border-t-blue-300\/30 {
    border-top-color: rgb(147 197 253 / 0.3);
  }

  .md\:border-t-blue-300\/35 {
    border-top-color: rgb(147 197 253 / 0.35);
  }

  .md\:border-t-blue-300\/40 {
    border-top-color: rgb(147 197 253 / 0.4);
  }

  .md\:border-t-blue-300\/45 {
    border-top-color: rgb(147 197 253 / 0.45);
  }

  .md\:border-t-blue-300\/5 {
    border-top-color: rgb(147 197 253 / 0.05);
  }

  .md\:border-t-blue-300\/50 {
    border-top-color: rgb(147 197 253 / 0.5);
  }

  .md\:border-t-blue-300\/55 {
    border-top-color: rgb(147 197 253 / 0.55);
  }

  .md\:border-t-blue-300\/60 {
    border-top-color: rgb(147 197 253 / 0.6);
  }

  .md\:border-t-blue-300\/65 {
    border-top-color: rgb(147 197 253 / 0.65);
  }

  .md\:border-t-blue-300\/70 {
    border-top-color: rgb(147 197 253 / 0.7);
  }

  .md\:border-t-blue-300\/75 {
    border-top-color: rgb(147 197 253 / 0.75);
  }

  .md\:border-t-blue-300\/80 {
    border-top-color: rgb(147 197 253 / 0.8);
  }

  .md\:border-t-blue-300\/85 {
    border-top-color: rgb(147 197 253 / 0.85);
  }

  .md\:border-t-blue-300\/90 {
    border-top-color: rgb(147 197 253 / 0.9);
  }

  .md\:border-t-blue-300\/95 {
    border-top-color: rgb(147 197 253 / 0.95);
  }

  .md\:border-t-blue-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(96 165 250 / var(--tw-border-opacity));
  }

  .md\:border-t-blue-400\/0 {
    border-top-color: rgb(96 165 250 / 0);
  }

  .md\:border-t-blue-400\/10 {
    border-top-color: rgb(96 165 250 / 0.1);
  }

  .md\:border-t-blue-400\/100 {
    border-top-color: rgb(96 165 250 / 1);
  }

  .md\:border-t-blue-400\/15 {
    border-top-color: rgb(96 165 250 / 0.15);
  }

  .md\:border-t-blue-400\/20 {
    border-top-color: rgb(96 165 250 / 0.2);
  }

  .md\:border-t-blue-400\/25 {
    border-top-color: rgb(96 165 250 / 0.25);
  }

  .md\:border-t-blue-400\/30 {
    border-top-color: rgb(96 165 250 / 0.3);
  }

  .md\:border-t-blue-400\/35 {
    border-top-color: rgb(96 165 250 / 0.35);
  }

  .md\:border-t-blue-400\/40 {
    border-top-color: rgb(96 165 250 / 0.4);
  }

  .md\:border-t-blue-400\/45 {
    border-top-color: rgb(96 165 250 / 0.45);
  }

  .md\:border-t-blue-400\/5 {
    border-top-color: rgb(96 165 250 / 0.05);
  }

  .md\:border-t-blue-400\/50 {
    border-top-color: rgb(96 165 250 / 0.5);
  }

  .md\:border-t-blue-400\/55 {
    border-top-color: rgb(96 165 250 / 0.55);
  }

  .md\:border-t-blue-400\/60 {
    border-top-color: rgb(96 165 250 / 0.6);
  }

  .md\:border-t-blue-400\/65 {
    border-top-color: rgb(96 165 250 / 0.65);
  }

  .md\:border-t-blue-400\/70 {
    border-top-color: rgb(96 165 250 / 0.7);
  }

  .md\:border-t-blue-400\/75 {
    border-top-color: rgb(96 165 250 / 0.75);
  }

  .md\:border-t-blue-400\/80 {
    border-top-color: rgb(96 165 250 / 0.8);
  }

  .md\:border-t-blue-400\/85 {
    border-top-color: rgb(96 165 250 / 0.85);
  }

  .md\:border-t-blue-400\/90 {
    border-top-color: rgb(96 165 250 / 0.9);
  }

  .md\:border-t-blue-400\/95 {
    border-top-color: rgb(96 165 250 / 0.95);
  }

  .md\:border-t-blue-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(239 246 255 / var(--tw-border-opacity));
  }

  .md\:border-t-blue-50\/0 {
    border-top-color: rgb(239 246 255 / 0);
  }

  .md\:border-t-blue-50\/10 {
    border-top-color: rgb(239 246 255 / 0.1);
  }

  .md\:border-t-blue-50\/100 {
    border-top-color: rgb(239 246 255 / 1);
  }

  .md\:border-t-blue-50\/15 {
    border-top-color: rgb(239 246 255 / 0.15);
  }

  .md\:border-t-blue-50\/20 {
    border-top-color: rgb(239 246 255 / 0.2);
  }

  .md\:border-t-blue-50\/25 {
    border-top-color: rgb(239 246 255 / 0.25);
  }

  .md\:border-t-blue-50\/30 {
    border-top-color: rgb(239 246 255 / 0.3);
  }

  .md\:border-t-blue-50\/35 {
    border-top-color: rgb(239 246 255 / 0.35);
  }

  .md\:border-t-blue-50\/40 {
    border-top-color: rgb(239 246 255 / 0.4);
  }

  .md\:border-t-blue-50\/45 {
    border-top-color: rgb(239 246 255 / 0.45);
  }

  .md\:border-t-blue-50\/5 {
    border-top-color: rgb(239 246 255 / 0.05);
  }

  .md\:border-t-blue-50\/50 {
    border-top-color: rgb(239 246 255 / 0.5);
  }

  .md\:border-t-blue-50\/55 {
    border-top-color: rgb(239 246 255 / 0.55);
  }

  .md\:border-t-blue-50\/60 {
    border-top-color: rgb(239 246 255 / 0.6);
  }

  .md\:border-t-blue-50\/65 {
    border-top-color: rgb(239 246 255 / 0.65);
  }

  .md\:border-t-blue-50\/70 {
    border-top-color: rgb(239 246 255 / 0.7);
  }

  .md\:border-t-blue-50\/75 {
    border-top-color: rgb(239 246 255 / 0.75);
  }

  .md\:border-t-blue-50\/80 {
    border-top-color: rgb(239 246 255 / 0.8);
  }

  .md\:border-t-blue-50\/85 {
    border-top-color: rgb(239 246 255 / 0.85);
  }

  .md\:border-t-blue-50\/90 {
    border-top-color: rgb(239 246 255 / 0.9);
  }

  .md\:border-t-blue-50\/95 {
    border-top-color: rgb(239 246 255 / 0.95);
  }

  .md\:border-t-blue-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(59 130 246 / var(--tw-border-opacity));
  }

  .md\:border-t-blue-500\/0 {
    border-top-color: rgb(59 130 246 / 0);
  }

  .md\:border-t-blue-500\/10 {
    border-top-color: rgb(59 130 246 / 0.1);
  }

  .md\:border-t-blue-500\/100 {
    border-top-color: rgb(59 130 246 / 1);
  }

  .md\:border-t-blue-500\/15 {
    border-top-color: rgb(59 130 246 / 0.15);
  }

  .md\:border-t-blue-500\/20 {
    border-top-color: rgb(59 130 246 / 0.2);
  }

  .md\:border-t-blue-500\/25 {
    border-top-color: rgb(59 130 246 / 0.25);
  }

  .md\:border-t-blue-500\/30 {
    border-top-color: rgb(59 130 246 / 0.3);
  }

  .md\:border-t-blue-500\/35 {
    border-top-color: rgb(59 130 246 / 0.35);
  }

  .md\:border-t-blue-500\/40 {
    border-top-color: rgb(59 130 246 / 0.4);
  }

  .md\:border-t-blue-500\/45 {
    border-top-color: rgb(59 130 246 / 0.45);
  }

  .md\:border-t-blue-500\/5 {
    border-top-color: rgb(59 130 246 / 0.05);
  }

  .md\:border-t-blue-500\/50 {
    border-top-color: rgb(59 130 246 / 0.5);
  }

  .md\:border-t-blue-500\/55 {
    border-top-color: rgb(59 130 246 / 0.55);
  }

  .md\:border-t-blue-500\/60 {
    border-top-color: rgb(59 130 246 / 0.6);
  }

  .md\:border-t-blue-500\/65 {
    border-top-color: rgb(59 130 246 / 0.65);
  }

  .md\:border-t-blue-500\/70 {
    border-top-color: rgb(59 130 246 / 0.7);
  }

  .md\:border-t-blue-500\/75 {
    border-top-color: rgb(59 130 246 / 0.75);
  }

  .md\:border-t-blue-500\/80 {
    border-top-color: rgb(59 130 246 / 0.8);
  }

  .md\:border-t-blue-500\/85 {
    border-top-color: rgb(59 130 246 / 0.85);
  }

  .md\:border-t-blue-500\/90 {
    border-top-color: rgb(59 130 246 / 0.9);
  }

  .md\:border-t-blue-500\/95 {
    border-top-color: rgb(59 130 246 / 0.95);
  }

  .md\:border-t-blue-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(37 99 235 / var(--tw-border-opacity));
  }

  .md\:border-t-blue-600\/0 {
    border-top-color: rgb(37 99 235 / 0);
  }

  .md\:border-t-blue-600\/10 {
    border-top-color: rgb(37 99 235 / 0.1);
  }

  .md\:border-t-blue-600\/100 {
    border-top-color: rgb(37 99 235 / 1);
  }

  .md\:border-t-blue-600\/15 {
    border-top-color: rgb(37 99 235 / 0.15);
  }

  .md\:border-t-blue-600\/20 {
    border-top-color: rgb(37 99 235 / 0.2);
  }

  .md\:border-t-blue-600\/25 {
    border-top-color: rgb(37 99 235 / 0.25);
  }

  .md\:border-t-blue-600\/30 {
    border-top-color: rgb(37 99 235 / 0.3);
  }

  .md\:border-t-blue-600\/35 {
    border-top-color: rgb(37 99 235 / 0.35);
  }

  .md\:border-t-blue-600\/40 {
    border-top-color: rgb(37 99 235 / 0.4);
  }

  .md\:border-t-blue-600\/45 {
    border-top-color: rgb(37 99 235 / 0.45);
  }

  .md\:border-t-blue-600\/5 {
    border-top-color: rgb(37 99 235 / 0.05);
  }

  .md\:border-t-blue-600\/50 {
    border-top-color: rgb(37 99 235 / 0.5);
  }

  .md\:border-t-blue-600\/55 {
    border-top-color: rgb(37 99 235 / 0.55);
  }

  .md\:border-t-blue-600\/60 {
    border-top-color: rgb(37 99 235 / 0.6);
  }

  .md\:border-t-blue-600\/65 {
    border-top-color: rgb(37 99 235 / 0.65);
  }

  .md\:border-t-blue-600\/70 {
    border-top-color: rgb(37 99 235 / 0.7);
  }

  .md\:border-t-blue-600\/75 {
    border-top-color: rgb(37 99 235 / 0.75);
  }

  .md\:border-t-blue-600\/80 {
    border-top-color: rgb(37 99 235 / 0.8);
  }

  .md\:border-t-blue-600\/85 {
    border-top-color: rgb(37 99 235 / 0.85);
  }

  .md\:border-t-blue-600\/90 {
    border-top-color: rgb(37 99 235 / 0.9);
  }

  .md\:border-t-blue-600\/95 {
    border-top-color: rgb(37 99 235 / 0.95);
  }

  .md\:border-t-blue-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(29 78 216 / var(--tw-border-opacity));
  }

  .md\:border-t-blue-700\/0 {
    border-top-color: rgb(29 78 216 / 0);
  }

  .md\:border-t-blue-700\/10 {
    border-top-color: rgb(29 78 216 / 0.1);
  }

  .md\:border-t-blue-700\/100 {
    border-top-color: rgb(29 78 216 / 1);
  }

  .md\:border-t-blue-700\/15 {
    border-top-color: rgb(29 78 216 / 0.15);
  }

  .md\:border-t-blue-700\/20 {
    border-top-color: rgb(29 78 216 / 0.2);
  }

  .md\:border-t-blue-700\/25 {
    border-top-color: rgb(29 78 216 / 0.25);
  }

  .md\:border-t-blue-700\/30 {
    border-top-color: rgb(29 78 216 / 0.3);
  }

  .md\:border-t-blue-700\/35 {
    border-top-color: rgb(29 78 216 / 0.35);
  }

  .md\:border-t-blue-700\/40 {
    border-top-color: rgb(29 78 216 / 0.4);
  }

  .md\:border-t-blue-700\/45 {
    border-top-color: rgb(29 78 216 / 0.45);
  }

  .md\:border-t-blue-700\/5 {
    border-top-color: rgb(29 78 216 / 0.05);
  }

  .md\:border-t-blue-700\/50 {
    border-top-color: rgb(29 78 216 / 0.5);
  }

  .md\:border-t-blue-700\/55 {
    border-top-color: rgb(29 78 216 / 0.55);
  }

  .md\:border-t-blue-700\/60 {
    border-top-color: rgb(29 78 216 / 0.6);
  }

  .md\:border-t-blue-700\/65 {
    border-top-color: rgb(29 78 216 / 0.65);
  }

  .md\:border-t-blue-700\/70 {
    border-top-color: rgb(29 78 216 / 0.7);
  }

  .md\:border-t-blue-700\/75 {
    border-top-color: rgb(29 78 216 / 0.75);
  }

  .md\:border-t-blue-700\/80 {
    border-top-color: rgb(29 78 216 / 0.8);
  }

  .md\:border-t-blue-700\/85 {
    border-top-color: rgb(29 78 216 / 0.85);
  }

  .md\:border-t-blue-700\/90 {
    border-top-color: rgb(29 78 216 / 0.9);
  }

  .md\:border-t-blue-700\/95 {
    border-top-color: rgb(29 78 216 / 0.95);
  }

  .md\:border-t-blue-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(30 64 175 / var(--tw-border-opacity));
  }

  .md\:border-t-blue-800\/0 {
    border-top-color: rgb(30 64 175 / 0);
  }

  .md\:border-t-blue-800\/10 {
    border-top-color: rgb(30 64 175 / 0.1);
  }

  .md\:border-t-blue-800\/100 {
    border-top-color: rgb(30 64 175 / 1);
  }

  .md\:border-t-blue-800\/15 {
    border-top-color: rgb(30 64 175 / 0.15);
  }

  .md\:border-t-blue-800\/20 {
    border-top-color: rgb(30 64 175 / 0.2);
  }

  .md\:border-t-blue-800\/25 {
    border-top-color: rgb(30 64 175 / 0.25);
  }

  .md\:border-t-blue-800\/30 {
    border-top-color: rgb(30 64 175 / 0.3);
  }

  .md\:border-t-blue-800\/35 {
    border-top-color: rgb(30 64 175 / 0.35);
  }

  .md\:border-t-blue-800\/40 {
    border-top-color: rgb(30 64 175 / 0.4);
  }

  .md\:border-t-blue-800\/45 {
    border-top-color: rgb(30 64 175 / 0.45);
  }

  .md\:border-t-blue-800\/5 {
    border-top-color: rgb(30 64 175 / 0.05);
  }

  .md\:border-t-blue-800\/50 {
    border-top-color: rgb(30 64 175 / 0.5);
  }

  .md\:border-t-blue-800\/55 {
    border-top-color: rgb(30 64 175 / 0.55);
  }

  .md\:border-t-blue-800\/60 {
    border-top-color: rgb(30 64 175 / 0.6);
  }

  .md\:border-t-blue-800\/65 {
    border-top-color: rgb(30 64 175 / 0.65);
  }

  .md\:border-t-blue-800\/70 {
    border-top-color: rgb(30 64 175 / 0.7);
  }

  .md\:border-t-blue-800\/75 {
    border-top-color: rgb(30 64 175 / 0.75);
  }

  .md\:border-t-blue-800\/80 {
    border-top-color: rgb(30 64 175 / 0.8);
  }

  .md\:border-t-blue-800\/85 {
    border-top-color: rgb(30 64 175 / 0.85);
  }

  .md\:border-t-blue-800\/90 {
    border-top-color: rgb(30 64 175 / 0.9);
  }

  .md\:border-t-blue-800\/95 {
    border-top-color: rgb(30 64 175 / 0.95);
  }

  .md\:border-t-blue-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(30 58 138 / var(--tw-border-opacity));
  }

  .md\:border-t-blue-900\/0 {
    border-top-color: rgb(30 58 138 / 0);
  }

  .md\:border-t-blue-900\/10 {
    border-top-color: rgb(30 58 138 / 0.1);
  }

  .md\:border-t-blue-900\/100 {
    border-top-color: rgb(30 58 138 / 1);
  }

  .md\:border-t-blue-900\/15 {
    border-top-color: rgb(30 58 138 / 0.15);
  }

  .md\:border-t-blue-900\/20 {
    border-top-color: rgb(30 58 138 / 0.2);
  }

  .md\:border-t-blue-900\/25 {
    border-top-color: rgb(30 58 138 / 0.25);
  }

  .md\:border-t-blue-900\/30 {
    border-top-color: rgb(30 58 138 / 0.3);
  }

  .md\:border-t-blue-900\/35 {
    border-top-color: rgb(30 58 138 / 0.35);
  }

  .md\:border-t-blue-900\/40 {
    border-top-color: rgb(30 58 138 / 0.4);
  }

  .md\:border-t-blue-900\/45 {
    border-top-color: rgb(30 58 138 / 0.45);
  }

  .md\:border-t-blue-900\/5 {
    border-top-color: rgb(30 58 138 / 0.05);
  }

  .md\:border-t-blue-900\/50 {
    border-top-color: rgb(30 58 138 / 0.5);
  }

  .md\:border-t-blue-900\/55 {
    border-top-color: rgb(30 58 138 / 0.55);
  }

  .md\:border-t-blue-900\/60 {
    border-top-color: rgb(30 58 138 / 0.6);
  }

  .md\:border-t-blue-900\/65 {
    border-top-color: rgb(30 58 138 / 0.65);
  }

  .md\:border-t-blue-900\/70 {
    border-top-color: rgb(30 58 138 / 0.7);
  }

  .md\:border-t-blue-900\/75 {
    border-top-color: rgb(30 58 138 / 0.75);
  }

  .md\:border-t-blue-900\/80 {
    border-top-color: rgb(30 58 138 / 0.8);
  }

  .md\:border-t-blue-900\/85 {
    border-top-color: rgb(30 58 138 / 0.85);
  }

  .md\:border-t-blue-900\/90 {
    border-top-color: rgb(30 58 138 / 0.9);
  }

  .md\:border-t-blue-900\/95 {
    border-top-color: rgb(30 58 138 / 0.95);
  }

  .md\:border-t-blue-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(23 37 84 / var(--tw-border-opacity));
  }

  .md\:border-t-blue-950\/0 {
    border-top-color: rgb(23 37 84 / 0);
  }

  .md\:border-t-blue-950\/10 {
    border-top-color: rgb(23 37 84 / 0.1);
  }

  .md\:border-t-blue-950\/100 {
    border-top-color: rgb(23 37 84 / 1);
  }

  .md\:border-t-blue-950\/15 {
    border-top-color: rgb(23 37 84 / 0.15);
  }

  .md\:border-t-blue-950\/20 {
    border-top-color: rgb(23 37 84 / 0.2);
  }

  .md\:border-t-blue-950\/25 {
    border-top-color: rgb(23 37 84 / 0.25);
  }

  .md\:border-t-blue-950\/30 {
    border-top-color: rgb(23 37 84 / 0.3);
  }

  .md\:border-t-blue-950\/35 {
    border-top-color: rgb(23 37 84 / 0.35);
  }

  .md\:border-t-blue-950\/40 {
    border-top-color: rgb(23 37 84 / 0.4);
  }

  .md\:border-t-blue-950\/45 {
    border-top-color: rgb(23 37 84 / 0.45);
  }

  .md\:border-t-blue-950\/5 {
    border-top-color: rgb(23 37 84 / 0.05);
  }

  .md\:border-t-blue-950\/50 {
    border-top-color: rgb(23 37 84 / 0.5);
  }

  .md\:border-t-blue-950\/55 {
    border-top-color: rgb(23 37 84 / 0.55);
  }

  .md\:border-t-blue-950\/60 {
    border-top-color: rgb(23 37 84 / 0.6);
  }

  .md\:border-t-blue-950\/65 {
    border-top-color: rgb(23 37 84 / 0.65);
  }

  .md\:border-t-blue-950\/70 {
    border-top-color: rgb(23 37 84 / 0.7);
  }

  .md\:border-t-blue-950\/75 {
    border-top-color: rgb(23 37 84 / 0.75);
  }

  .md\:border-t-blue-950\/80 {
    border-top-color: rgb(23 37 84 / 0.8);
  }

  .md\:border-t-blue-950\/85 {
    border-top-color: rgb(23 37 84 / 0.85);
  }

  .md\:border-t-blue-950\/90 {
    border-top-color: rgb(23 37 84 / 0.9);
  }

  .md\:border-t-blue-950\/95 {
    border-top-color: rgb(23 37 84 / 0.95);
  }

  .md\:border-t-current {
    border-top-color: currentColor;
  }

  .md\:border-t-cyan-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(207 250 254 / var(--tw-border-opacity));
  }

  .md\:border-t-cyan-100\/0 {
    border-top-color: rgb(207 250 254 / 0);
  }

  .md\:border-t-cyan-100\/10 {
    border-top-color: rgb(207 250 254 / 0.1);
  }

  .md\:border-t-cyan-100\/100 {
    border-top-color: rgb(207 250 254 / 1);
  }

  .md\:border-t-cyan-100\/15 {
    border-top-color: rgb(207 250 254 / 0.15);
  }

  .md\:border-t-cyan-100\/20 {
    border-top-color: rgb(207 250 254 / 0.2);
  }

  .md\:border-t-cyan-100\/25 {
    border-top-color: rgb(207 250 254 / 0.25);
  }

  .md\:border-t-cyan-100\/30 {
    border-top-color: rgb(207 250 254 / 0.3);
  }

  .md\:border-t-cyan-100\/35 {
    border-top-color: rgb(207 250 254 / 0.35);
  }

  .md\:border-t-cyan-100\/40 {
    border-top-color: rgb(207 250 254 / 0.4);
  }

  .md\:border-t-cyan-100\/45 {
    border-top-color: rgb(207 250 254 / 0.45);
  }

  .md\:border-t-cyan-100\/5 {
    border-top-color: rgb(207 250 254 / 0.05);
  }

  .md\:border-t-cyan-100\/50 {
    border-top-color: rgb(207 250 254 / 0.5);
  }

  .md\:border-t-cyan-100\/55 {
    border-top-color: rgb(207 250 254 / 0.55);
  }

  .md\:border-t-cyan-100\/60 {
    border-top-color: rgb(207 250 254 / 0.6);
  }

  .md\:border-t-cyan-100\/65 {
    border-top-color: rgb(207 250 254 / 0.65);
  }

  .md\:border-t-cyan-100\/70 {
    border-top-color: rgb(207 250 254 / 0.7);
  }

  .md\:border-t-cyan-100\/75 {
    border-top-color: rgb(207 250 254 / 0.75);
  }

  .md\:border-t-cyan-100\/80 {
    border-top-color: rgb(207 250 254 / 0.8);
  }

  .md\:border-t-cyan-100\/85 {
    border-top-color: rgb(207 250 254 / 0.85);
  }

  .md\:border-t-cyan-100\/90 {
    border-top-color: rgb(207 250 254 / 0.9);
  }

  .md\:border-t-cyan-100\/95 {
    border-top-color: rgb(207 250 254 / 0.95);
  }

  .md\:border-t-cyan-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(165 243 252 / var(--tw-border-opacity));
  }

  .md\:border-t-cyan-200\/0 {
    border-top-color: rgb(165 243 252 / 0);
  }

  .md\:border-t-cyan-200\/10 {
    border-top-color: rgb(165 243 252 / 0.1);
  }

  .md\:border-t-cyan-200\/100 {
    border-top-color: rgb(165 243 252 / 1);
  }

  .md\:border-t-cyan-200\/15 {
    border-top-color: rgb(165 243 252 / 0.15);
  }

  .md\:border-t-cyan-200\/20 {
    border-top-color: rgb(165 243 252 / 0.2);
  }

  .md\:border-t-cyan-200\/25 {
    border-top-color: rgb(165 243 252 / 0.25);
  }

  .md\:border-t-cyan-200\/30 {
    border-top-color: rgb(165 243 252 / 0.3);
  }

  .md\:border-t-cyan-200\/35 {
    border-top-color: rgb(165 243 252 / 0.35);
  }

  .md\:border-t-cyan-200\/40 {
    border-top-color: rgb(165 243 252 / 0.4);
  }

  .md\:border-t-cyan-200\/45 {
    border-top-color: rgb(165 243 252 / 0.45);
  }

  .md\:border-t-cyan-200\/5 {
    border-top-color: rgb(165 243 252 / 0.05);
  }

  .md\:border-t-cyan-200\/50 {
    border-top-color: rgb(165 243 252 / 0.5);
  }

  .md\:border-t-cyan-200\/55 {
    border-top-color: rgb(165 243 252 / 0.55);
  }

  .md\:border-t-cyan-200\/60 {
    border-top-color: rgb(165 243 252 / 0.6);
  }

  .md\:border-t-cyan-200\/65 {
    border-top-color: rgb(165 243 252 / 0.65);
  }

  .md\:border-t-cyan-200\/70 {
    border-top-color: rgb(165 243 252 / 0.7);
  }

  .md\:border-t-cyan-200\/75 {
    border-top-color: rgb(165 243 252 / 0.75);
  }

  .md\:border-t-cyan-200\/80 {
    border-top-color: rgb(165 243 252 / 0.8);
  }

  .md\:border-t-cyan-200\/85 {
    border-top-color: rgb(165 243 252 / 0.85);
  }

  .md\:border-t-cyan-200\/90 {
    border-top-color: rgb(165 243 252 / 0.9);
  }

  .md\:border-t-cyan-200\/95 {
    border-top-color: rgb(165 243 252 / 0.95);
  }

  .md\:border-t-cyan-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(103 232 249 / var(--tw-border-opacity));
  }

  .md\:border-t-cyan-300\/0 {
    border-top-color: rgb(103 232 249 / 0);
  }

  .md\:border-t-cyan-300\/10 {
    border-top-color: rgb(103 232 249 / 0.1);
  }

  .md\:border-t-cyan-300\/100 {
    border-top-color: rgb(103 232 249 / 1);
  }

  .md\:border-t-cyan-300\/15 {
    border-top-color: rgb(103 232 249 / 0.15);
  }

  .md\:border-t-cyan-300\/20 {
    border-top-color: rgb(103 232 249 / 0.2);
  }

  .md\:border-t-cyan-300\/25 {
    border-top-color: rgb(103 232 249 / 0.25);
  }

  .md\:border-t-cyan-300\/30 {
    border-top-color: rgb(103 232 249 / 0.3);
  }

  .md\:border-t-cyan-300\/35 {
    border-top-color: rgb(103 232 249 / 0.35);
  }

  .md\:border-t-cyan-300\/40 {
    border-top-color: rgb(103 232 249 / 0.4);
  }

  .md\:border-t-cyan-300\/45 {
    border-top-color: rgb(103 232 249 / 0.45);
  }

  .md\:border-t-cyan-300\/5 {
    border-top-color: rgb(103 232 249 / 0.05);
  }

  .md\:border-t-cyan-300\/50 {
    border-top-color: rgb(103 232 249 / 0.5);
  }

  .md\:border-t-cyan-300\/55 {
    border-top-color: rgb(103 232 249 / 0.55);
  }

  .md\:border-t-cyan-300\/60 {
    border-top-color: rgb(103 232 249 / 0.6);
  }

  .md\:border-t-cyan-300\/65 {
    border-top-color: rgb(103 232 249 / 0.65);
  }

  .md\:border-t-cyan-300\/70 {
    border-top-color: rgb(103 232 249 / 0.7);
  }

  .md\:border-t-cyan-300\/75 {
    border-top-color: rgb(103 232 249 / 0.75);
  }

  .md\:border-t-cyan-300\/80 {
    border-top-color: rgb(103 232 249 / 0.8);
  }

  .md\:border-t-cyan-300\/85 {
    border-top-color: rgb(103 232 249 / 0.85);
  }

  .md\:border-t-cyan-300\/90 {
    border-top-color: rgb(103 232 249 / 0.9);
  }

  .md\:border-t-cyan-300\/95 {
    border-top-color: rgb(103 232 249 / 0.95);
  }

  .md\:border-t-cyan-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(34 211 238 / var(--tw-border-opacity));
  }

  .md\:border-t-cyan-400\/0 {
    border-top-color: rgb(34 211 238 / 0);
  }

  .md\:border-t-cyan-400\/10 {
    border-top-color: rgb(34 211 238 / 0.1);
  }

  .md\:border-t-cyan-400\/100 {
    border-top-color: rgb(34 211 238 / 1);
  }

  .md\:border-t-cyan-400\/15 {
    border-top-color: rgb(34 211 238 / 0.15);
  }

  .md\:border-t-cyan-400\/20 {
    border-top-color: rgb(34 211 238 / 0.2);
  }

  .md\:border-t-cyan-400\/25 {
    border-top-color: rgb(34 211 238 / 0.25);
  }

  .md\:border-t-cyan-400\/30 {
    border-top-color: rgb(34 211 238 / 0.3);
  }

  .md\:border-t-cyan-400\/35 {
    border-top-color: rgb(34 211 238 / 0.35);
  }

  .md\:border-t-cyan-400\/40 {
    border-top-color: rgb(34 211 238 / 0.4);
  }

  .md\:border-t-cyan-400\/45 {
    border-top-color: rgb(34 211 238 / 0.45);
  }

  .md\:border-t-cyan-400\/5 {
    border-top-color: rgb(34 211 238 / 0.05);
  }

  .md\:border-t-cyan-400\/50 {
    border-top-color: rgb(34 211 238 / 0.5);
  }

  .md\:border-t-cyan-400\/55 {
    border-top-color: rgb(34 211 238 / 0.55);
  }

  .md\:border-t-cyan-400\/60 {
    border-top-color: rgb(34 211 238 / 0.6);
  }

  .md\:border-t-cyan-400\/65 {
    border-top-color: rgb(34 211 238 / 0.65);
  }

  .md\:border-t-cyan-400\/70 {
    border-top-color: rgb(34 211 238 / 0.7);
  }

  .md\:border-t-cyan-400\/75 {
    border-top-color: rgb(34 211 238 / 0.75);
  }

  .md\:border-t-cyan-400\/80 {
    border-top-color: rgb(34 211 238 / 0.8);
  }

  .md\:border-t-cyan-400\/85 {
    border-top-color: rgb(34 211 238 / 0.85);
  }

  .md\:border-t-cyan-400\/90 {
    border-top-color: rgb(34 211 238 / 0.9);
  }

  .md\:border-t-cyan-400\/95 {
    border-top-color: rgb(34 211 238 / 0.95);
  }

  .md\:border-t-cyan-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(236 254 255 / var(--tw-border-opacity));
  }

  .md\:border-t-cyan-50\/0 {
    border-top-color: rgb(236 254 255 / 0);
  }

  .md\:border-t-cyan-50\/10 {
    border-top-color: rgb(236 254 255 / 0.1);
  }

  .md\:border-t-cyan-50\/100 {
    border-top-color: rgb(236 254 255 / 1);
  }

  .md\:border-t-cyan-50\/15 {
    border-top-color: rgb(236 254 255 / 0.15);
  }

  .md\:border-t-cyan-50\/20 {
    border-top-color: rgb(236 254 255 / 0.2);
  }

  .md\:border-t-cyan-50\/25 {
    border-top-color: rgb(236 254 255 / 0.25);
  }

  .md\:border-t-cyan-50\/30 {
    border-top-color: rgb(236 254 255 / 0.3);
  }

  .md\:border-t-cyan-50\/35 {
    border-top-color: rgb(236 254 255 / 0.35);
  }

  .md\:border-t-cyan-50\/40 {
    border-top-color: rgb(236 254 255 / 0.4);
  }

  .md\:border-t-cyan-50\/45 {
    border-top-color: rgb(236 254 255 / 0.45);
  }

  .md\:border-t-cyan-50\/5 {
    border-top-color: rgb(236 254 255 / 0.05);
  }

  .md\:border-t-cyan-50\/50 {
    border-top-color: rgb(236 254 255 / 0.5);
  }

  .md\:border-t-cyan-50\/55 {
    border-top-color: rgb(236 254 255 / 0.55);
  }

  .md\:border-t-cyan-50\/60 {
    border-top-color: rgb(236 254 255 / 0.6);
  }

  .md\:border-t-cyan-50\/65 {
    border-top-color: rgb(236 254 255 / 0.65);
  }

  .md\:border-t-cyan-50\/70 {
    border-top-color: rgb(236 254 255 / 0.7);
  }

  .md\:border-t-cyan-50\/75 {
    border-top-color: rgb(236 254 255 / 0.75);
  }

  .md\:border-t-cyan-50\/80 {
    border-top-color: rgb(236 254 255 / 0.8);
  }

  .md\:border-t-cyan-50\/85 {
    border-top-color: rgb(236 254 255 / 0.85);
  }

  .md\:border-t-cyan-50\/90 {
    border-top-color: rgb(236 254 255 / 0.9);
  }

  .md\:border-t-cyan-50\/95 {
    border-top-color: rgb(236 254 255 / 0.95);
  }

  .md\:border-t-cyan-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(6 182 212 / var(--tw-border-opacity));
  }

  .md\:border-t-cyan-500\/0 {
    border-top-color: rgb(6 182 212 / 0);
  }

  .md\:border-t-cyan-500\/10 {
    border-top-color: rgb(6 182 212 / 0.1);
  }

  .md\:border-t-cyan-500\/100 {
    border-top-color: rgb(6 182 212 / 1);
  }

  .md\:border-t-cyan-500\/15 {
    border-top-color: rgb(6 182 212 / 0.15);
  }

  .md\:border-t-cyan-500\/20 {
    border-top-color: rgb(6 182 212 / 0.2);
  }

  .md\:border-t-cyan-500\/25 {
    border-top-color: rgb(6 182 212 / 0.25);
  }

  .md\:border-t-cyan-500\/30 {
    border-top-color: rgb(6 182 212 / 0.3);
  }

  .md\:border-t-cyan-500\/35 {
    border-top-color: rgb(6 182 212 / 0.35);
  }

  .md\:border-t-cyan-500\/40 {
    border-top-color: rgb(6 182 212 / 0.4);
  }

  .md\:border-t-cyan-500\/45 {
    border-top-color: rgb(6 182 212 / 0.45);
  }

  .md\:border-t-cyan-500\/5 {
    border-top-color: rgb(6 182 212 / 0.05);
  }

  .md\:border-t-cyan-500\/50 {
    border-top-color: rgb(6 182 212 / 0.5);
  }

  .md\:border-t-cyan-500\/55 {
    border-top-color: rgb(6 182 212 / 0.55);
  }

  .md\:border-t-cyan-500\/60 {
    border-top-color: rgb(6 182 212 / 0.6);
  }

  .md\:border-t-cyan-500\/65 {
    border-top-color: rgb(6 182 212 / 0.65);
  }

  .md\:border-t-cyan-500\/70 {
    border-top-color: rgb(6 182 212 / 0.7);
  }

  .md\:border-t-cyan-500\/75 {
    border-top-color: rgb(6 182 212 / 0.75);
  }

  .md\:border-t-cyan-500\/80 {
    border-top-color: rgb(6 182 212 / 0.8);
  }

  .md\:border-t-cyan-500\/85 {
    border-top-color: rgb(6 182 212 / 0.85);
  }

  .md\:border-t-cyan-500\/90 {
    border-top-color: rgb(6 182 212 / 0.9);
  }

  .md\:border-t-cyan-500\/95 {
    border-top-color: rgb(6 182 212 / 0.95);
  }

  .md\:border-t-cyan-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(8 145 178 / var(--tw-border-opacity));
  }

  .md\:border-t-cyan-600\/0 {
    border-top-color: rgb(8 145 178 / 0);
  }

  .md\:border-t-cyan-600\/10 {
    border-top-color: rgb(8 145 178 / 0.1);
  }

  .md\:border-t-cyan-600\/100 {
    border-top-color: rgb(8 145 178 / 1);
  }

  .md\:border-t-cyan-600\/15 {
    border-top-color: rgb(8 145 178 / 0.15);
  }

  .md\:border-t-cyan-600\/20 {
    border-top-color: rgb(8 145 178 / 0.2);
  }

  .md\:border-t-cyan-600\/25 {
    border-top-color: rgb(8 145 178 / 0.25);
  }

  .md\:border-t-cyan-600\/30 {
    border-top-color: rgb(8 145 178 / 0.3);
  }

  .md\:border-t-cyan-600\/35 {
    border-top-color: rgb(8 145 178 / 0.35);
  }

  .md\:border-t-cyan-600\/40 {
    border-top-color: rgb(8 145 178 / 0.4);
  }

  .md\:border-t-cyan-600\/45 {
    border-top-color: rgb(8 145 178 / 0.45);
  }

  .md\:border-t-cyan-600\/5 {
    border-top-color: rgb(8 145 178 / 0.05);
  }

  .md\:border-t-cyan-600\/50 {
    border-top-color: rgb(8 145 178 / 0.5);
  }

  .md\:border-t-cyan-600\/55 {
    border-top-color: rgb(8 145 178 / 0.55);
  }

  .md\:border-t-cyan-600\/60 {
    border-top-color: rgb(8 145 178 / 0.6);
  }

  .md\:border-t-cyan-600\/65 {
    border-top-color: rgb(8 145 178 / 0.65);
  }

  .md\:border-t-cyan-600\/70 {
    border-top-color: rgb(8 145 178 / 0.7);
  }

  .md\:border-t-cyan-600\/75 {
    border-top-color: rgb(8 145 178 / 0.75);
  }

  .md\:border-t-cyan-600\/80 {
    border-top-color: rgb(8 145 178 / 0.8);
  }

  .md\:border-t-cyan-600\/85 {
    border-top-color: rgb(8 145 178 / 0.85);
  }

  .md\:border-t-cyan-600\/90 {
    border-top-color: rgb(8 145 178 / 0.9);
  }

  .md\:border-t-cyan-600\/95 {
    border-top-color: rgb(8 145 178 / 0.95);
  }

  .md\:border-t-cyan-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(14 116 144 / var(--tw-border-opacity));
  }

  .md\:border-t-cyan-700\/0 {
    border-top-color: rgb(14 116 144 / 0);
  }

  .md\:border-t-cyan-700\/10 {
    border-top-color: rgb(14 116 144 / 0.1);
  }

  .md\:border-t-cyan-700\/100 {
    border-top-color: rgb(14 116 144 / 1);
  }

  .md\:border-t-cyan-700\/15 {
    border-top-color: rgb(14 116 144 / 0.15);
  }

  .md\:border-t-cyan-700\/20 {
    border-top-color: rgb(14 116 144 / 0.2);
  }

  .md\:border-t-cyan-700\/25 {
    border-top-color: rgb(14 116 144 / 0.25);
  }

  .md\:border-t-cyan-700\/30 {
    border-top-color: rgb(14 116 144 / 0.3);
  }

  .md\:border-t-cyan-700\/35 {
    border-top-color: rgb(14 116 144 / 0.35);
  }

  .md\:border-t-cyan-700\/40 {
    border-top-color: rgb(14 116 144 / 0.4);
  }

  .md\:border-t-cyan-700\/45 {
    border-top-color: rgb(14 116 144 / 0.45);
  }

  .md\:border-t-cyan-700\/5 {
    border-top-color: rgb(14 116 144 / 0.05);
  }

  .md\:border-t-cyan-700\/50 {
    border-top-color: rgb(14 116 144 / 0.5);
  }

  .md\:border-t-cyan-700\/55 {
    border-top-color: rgb(14 116 144 / 0.55);
  }

  .md\:border-t-cyan-700\/60 {
    border-top-color: rgb(14 116 144 / 0.6);
  }

  .md\:border-t-cyan-700\/65 {
    border-top-color: rgb(14 116 144 / 0.65);
  }

  .md\:border-t-cyan-700\/70 {
    border-top-color: rgb(14 116 144 / 0.7);
  }

  .md\:border-t-cyan-700\/75 {
    border-top-color: rgb(14 116 144 / 0.75);
  }

  .md\:border-t-cyan-700\/80 {
    border-top-color: rgb(14 116 144 / 0.8);
  }

  .md\:border-t-cyan-700\/85 {
    border-top-color: rgb(14 116 144 / 0.85);
  }

  .md\:border-t-cyan-700\/90 {
    border-top-color: rgb(14 116 144 / 0.9);
  }

  .md\:border-t-cyan-700\/95 {
    border-top-color: rgb(14 116 144 / 0.95);
  }

  .md\:border-t-cyan-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(21 94 117 / var(--tw-border-opacity));
  }

  .md\:border-t-cyan-800\/0 {
    border-top-color: rgb(21 94 117 / 0);
  }

  .md\:border-t-cyan-800\/10 {
    border-top-color: rgb(21 94 117 / 0.1);
  }

  .md\:border-t-cyan-800\/100 {
    border-top-color: rgb(21 94 117 / 1);
  }

  .md\:border-t-cyan-800\/15 {
    border-top-color: rgb(21 94 117 / 0.15);
  }

  .md\:border-t-cyan-800\/20 {
    border-top-color: rgb(21 94 117 / 0.2);
  }

  .md\:border-t-cyan-800\/25 {
    border-top-color: rgb(21 94 117 / 0.25);
  }

  .md\:border-t-cyan-800\/30 {
    border-top-color: rgb(21 94 117 / 0.3);
  }

  .md\:border-t-cyan-800\/35 {
    border-top-color: rgb(21 94 117 / 0.35);
  }

  .md\:border-t-cyan-800\/40 {
    border-top-color: rgb(21 94 117 / 0.4);
  }

  .md\:border-t-cyan-800\/45 {
    border-top-color: rgb(21 94 117 / 0.45);
  }

  .md\:border-t-cyan-800\/5 {
    border-top-color: rgb(21 94 117 / 0.05);
  }

  .md\:border-t-cyan-800\/50 {
    border-top-color: rgb(21 94 117 / 0.5);
  }

  .md\:border-t-cyan-800\/55 {
    border-top-color: rgb(21 94 117 / 0.55);
  }

  .md\:border-t-cyan-800\/60 {
    border-top-color: rgb(21 94 117 / 0.6);
  }

  .md\:border-t-cyan-800\/65 {
    border-top-color: rgb(21 94 117 / 0.65);
  }

  .md\:border-t-cyan-800\/70 {
    border-top-color: rgb(21 94 117 / 0.7);
  }

  .md\:border-t-cyan-800\/75 {
    border-top-color: rgb(21 94 117 / 0.75);
  }

  .md\:border-t-cyan-800\/80 {
    border-top-color: rgb(21 94 117 / 0.8);
  }

  .md\:border-t-cyan-800\/85 {
    border-top-color: rgb(21 94 117 / 0.85);
  }

  .md\:border-t-cyan-800\/90 {
    border-top-color: rgb(21 94 117 / 0.9);
  }

  .md\:border-t-cyan-800\/95 {
    border-top-color: rgb(21 94 117 / 0.95);
  }

  .md\:border-t-cyan-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(22 78 99 / var(--tw-border-opacity));
  }

  .md\:border-t-cyan-900\/0 {
    border-top-color: rgb(22 78 99 / 0);
  }

  .md\:border-t-cyan-900\/10 {
    border-top-color: rgb(22 78 99 / 0.1);
  }

  .md\:border-t-cyan-900\/100 {
    border-top-color: rgb(22 78 99 / 1);
  }

  .md\:border-t-cyan-900\/15 {
    border-top-color: rgb(22 78 99 / 0.15);
  }

  .md\:border-t-cyan-900\/20 {
    border-top-color: rgb(22 78 99 / 0.2);
  }

  .md\:border-t-cyan-900\/25 {
    border-top-color: rgb(22 78 99 / 0.25);
  }

  .md\:border-t-cyan-900\/30 {
    border-top-color: rgb(22 78 99 / 0.3);
  }

  .md\:border-t-cyan-900\/35 {
    border-top-color: rgb(22 78 99 / 0.35);
  }

  .md\:border-t-cyan-900\/40 {
    border-top-color: rgb(22 78 99 / 0.4);
  }

  .md\:border-t-cyan-900\/45 {
    border-top-color: rgb(22 78 99 / 0.45);
  }

  .md\:border-t-cyan-900\/5 {
    border-top-color: rgb(22 78 99 / 0.05);
  }

  .md\:border-t-cyan-900\/50 {
    border-top-color: rgb(22 78 99 / 0.5);
  }

  .md\:border-t-cyan-900\/55 {
    border-top-color: rgb(22 78 99 / 0.55);
  }

  .md\:border-t-cyan-900\/60 {
    border-top-color: rgb(22 78 99 / 0.6);
  }

  .md\:border-t-cyan-900\/65 {
    border-top-color: rgb(22 78 99 / 0.65);
  }

  .md\:border-t-cyan-900\/70 {
    border-top-color: rgb(22 78 99 / 0.7);
  }

  .md\:border-t-cyan-900\/75 {
    border-top-color: rgb(22 78 99 / 0.75);
  }

  .md\:border-t-cyan-900\/80 {
    border-top-color: rgb(22 78 99 / 0.8);
  }

  .md\:border-t-cyan-900\/85 {
    border-top-color: rgb(22 78 99 / 0.85);
  }

  .md\:border-t-cyan-900\/90 {
    border-top-color: rgb(22 78 99 / 0.9);
  }

  .md\:border-t-cyan-900\/95 {
    border-top-color: rgb(22 78 99 / 0.95);
  }

  .md\:border-t-cyan-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(8 51 68 / var(--tw-border-opacity));
  }

  .md\:border-t-cyan-950\/0 {
    border-top-color: rgb(8 51 68 / 0);
  }

  .md\:border-t-cyan-950\/10 {
    border-top-color: rgb(8 51 68 / 0.1);
  }

  .md\:border-t-cyan-950\/100 {
    border-top-color: rgb(8 51 68 / 1);
  }

  .md\:border-t-cyan-950\/15 {
    border-top-color: rgb(8 51 68 / 0.15);
  }

  .md\:border-t-cyan-950\/20 {
    border-top-color: rgb(8 51 68 / 0.2);
  }

  .md\:border-t-cyan-950\/25 {
    border-top-color: rgb(8 51 68 / 0.25);
  }

  .md\:border-t-cyan-950\/30 {
    border-top-color: rgb(8 51 68 / 0.3);
  }

  .md\:border-t-cyan-950\/35 {
    border-top-color: rgb(8 51 68 / 0.35);
  }

  .md\:border-t-cyan-950\/40 {
    border-top-color: rgb(8 51 68 / 0.4);
  }

  .md\:border-t-cyan-950\/45 {
    border-top-color: rgb(8 51 68 / 0.45);
  }

  .md\:border-t-cyan-950\/5 {
    border-top-color: rgb(8 51 68 / 0.05);
  }

  .md\:border-t-cyan-950\/50 {
    border-top-color: rgb(8 51 68 / 0.5);
  }

  .md\:border-t-cyan-950\/55 {
    border-top-color: rgb(8 51 68 / 0.55);
  }

  .md\:border-t-cyan-950\/60 {
    border-top-color: rgb(8 51 68 / 0.6);
  }

  .md\:border-t-cyan-950\/65 {
    border-top-color: rgb(8 51 68 / 0.65);
  }

  .md\:border-t-cyan-950\/70 {
    border-top-color: rgb(8 51 68 / 0.7);
  }

  .md\:border-t-cyan-950\/75 {
    border-top-color: rgb(8 51 68 / 0.75);
  }

  .md\:border-t-cyan-950\/80 {
    border-top-color: rgb(8 51 68 / 0.8);
  }

  .md\:border-t-cyan-950\/85 {
    border-top-color: rgb(8 51 68 / 0.85);
  }

  .md\:border-t-cyan-950\/90 {
    border-top-color: rgb(8 51 68 / 0.9);
  }

  .md\:border-t-cyan-950\/95 {
    border-top-color: rgb(8 51 68 / 0.95);
  }

  .md\:border-t-emerald-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(209 250 229 / var(--tw-border-opacity));
  }

  .md\:border-t-emerald-100\/0 {
    border-top-color: rgb(209 250 229 / 0);
  }

  .md\:border-t-emerald-100\/10 {
    border-top-color: rgb(209 250 229 / 0.1);
  }

  .md\:border-t-emerald-100\/100 {
    border-top-color: rgb(209 250 229 / 1);
  }

  .md\:border-t-emerald-100\/15 {
    border-top-color: rgb(209 250 229 / 0.15);
  }

  .md\:border-t-emerald-100\/20 {
    border-top-color: rgb(209 250 229 / 0.2);
  }

  .md\:border-t-emerald-100\/25 {
    border-top-color: rgb(209 250 229 / 0.25);
  }

  .md\:border-t-emerald-100\/30 {
    border-top-color: rgb(209 250 229 / 0.3);
  }

  .md\:border-t-emerald-100\/35 {
    border-top-color: rgb(209 250 229 / 0.35);
  }

  .md\:border-t-emerald-100\/40 {
    border-top-color: rgb(209 250 229 / 0.4);
  }

  .md\:border-t-emerald-100\/45 {
    border-top-color: rgb(209 250 229 / 0.45);
  }

  .md\:border-t-emerald-100\/5 {
    border-top-color: rgb(209 250 229 / 0.05);
  }

  .md\:border-t-emerald-100\/50 {
    border-top-color: rgb(209 250 229 / 0.5);
  }

  .md\:border-t-emerald-100\/55 {
    border-top-color: rgb(209 250 229 / 0.55);
  }

  .md\:border-t-emerald-100\/60 {
    border-top-color: rgb(209 250 229 / 0.6);
  }

  .md\:border-t-emerald-100\/65 {
    border-top-color: rgb(209 250 229 / 0.65);
  }

  .md\:border-t-emerald-100\/70 {
    border-top-color: rgb(209 250 229 / 0.7);
  }

  .md\:border-t-emerald-100\/75 {
    border-top-color: rgb(209 250 229 / 0.75);
  }

  .md\:border-t-emerald-100\/80 {
    border-top-color: rgb(209 250 229 / 0.8);
  }

  .md\:border-t-emerald-100\/85 {
    border-top-color: rgb(209 250 229 / 0.85);
  }

  .md\:border-t-emerald-100\/90 {
    border-top-color: rgb(209 250 229 / 0.9);
  }

  .md\:border-t-emerald-100\/95 {
    border-top-color: rgb(209 250 229 / 0.95);
  }

  .md\:border-t-emerald-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(167 243 208 / var(--tw-border-opacity));
  }

  .md\:border-t-emerald-200\/0 {
    border-top-color: rgb(167 243 208 / 0);
  }

  .md\:border-t-emerald-200\/10 {
    border-top-color: rgb(167 243 208 / 0.1);
  }

  .md\:border-t-emerald-200\/100 {
    border-top-color: rgb(167 243 208 / 1);
  }

  .md\:border-t-emerald-200\/15 {
    border-top-color: rgb(167 243 208 / 0.15);
  }

  .md\:border-t-emerald-200\/20 {
    border-top-color: rgb(167 243 208 / 0.2);
  }

  .md\:border-t-emerald-200\/25 {
    border-top-color: rgb(167 243 208 / 0.25);
  }

  .md\:border-t-emerald-200\/30 {
    border-top-color: rgb(167 243 208 / 0.3);
  }

  .md\:border-t-emerald-200\/35 {
    border-top-color: rgb(167 243 208 / 0.35);
  }

  .md\:border-t-emerald-200\/40 {
    border-top-color: rgb(167 243 208 / 0.4);
  }

  .md\:border-t-emerald-200\/45 {
    border-top-color: rgb(167 243 208 / 0.45);
  }

  .md\:border-t-emerald-200\/5 {
    border-top-color: rgb(167 243 208 / 0.05);
  }

  .md\:border-t-emerald-200\/50 {
    border-top-color: rgb(167 243 208 / 0.5);
  }

  .md\:border-t-emerald-200\/55 {
    border-top-color: rgb(167 243 208 / 0.55);
  }

  .md\:border-t-emerald-200\/60 {
    border-top-color: rgb(167 243 208 / 0.6);
  }

  .md\:border-t-emerald-200\/65 {
    border-top-color: rgb(167 243 208 / 0.65);
  }

  .md\:border-t-emerald-200\/70 {
    border-top-color: rgb(167 243 208 / 0.7);
  }

  .md\:border-t-emerald-200\/75 {
    border-top-color: rgb(167 243 208 / 0.75);
  }

  .md\:border-t-emerald-200\/80 {
    border-top-color: rgb(167 243 208 / 0.8);
  }

  .md\:border-t-emerald-200\/85 {
    border-top-color: rgb(167 243 208 / 0.85);
  }

  .md\:border-t-emerald-200\/90 {
    border-top-color: rgb(167 243 208 / 0.9);
  }

  .md\:border-t-emerald-200\/95 {
    border-top-color: rgb(167 243 208 / 0.95);
  }

  .md\:border-t-emerald-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(110 231 183 / var(--tw-border-opacity));
  }

  .md\:border-t-emerald-300\/0 {
    border-top-color: rgb(110 231 183 / 0);
  }

  .md\:border-t-emerald-300\/10 {
    border-top-color: rgb(110 231 183 / 0.1);
  }

  .md\:border-t-emerald-300\/100 {
    border-top-color: rgb(110 231 183 / 1);
  }

  .md\:border-t-emerald-300\/15 {
    border-top-color: rgb(110 231 183 / 0.15);
  }

  .md\:border-t-emerald-300\/20 {
    border-top-color: rgb(110 231 183 / 0.2);
  }

  .md\:border-t-emerald-300\/25 {
    border-top-color: rgb(110 231 183 / 0.25);
  }

  .md\:border-t-emerald-300\/30 {
    border-top-color: rgb(110 231 183 / 0.3);
  }

  .md\:border-t-emerald-300\/35 {
    border-top-color: rgb(110 231 183 / 0.35);
  }

  .md\:border-t-emerald-300\/40 {
    border-top-color: rgb(110 231 183 / 0.4);
  }

  .md\:border-t-emerald-300\/45 {
    border-top-color: rgb(110 231 183 / 0.45);
  }

  .md\:border-t-emerald-300\/5 {
    border-top-color: rgb(110 231 183 / 0.05);
  }

  .md\:border-t-emerald-300\/50 {
    border-top-color: rgb(110 231 183 / 0.5);
  }

  .md\:border-t-emerald-300\/55 {
    border-top-color: rgb(110 231 183 / 0.55);
  }

  .md\:border-t-emerald-300\/60 {
    border-top-color: rgb(110 231 183 / 0.6);
  }

  .md\:border-t-emerald-300\/65 {
    border-top-color: rgb(110 231 183 / 0.65);
  }

  .md\:border-t-emerald-300\/70 {
    border-top-color: rgb(110 231 183 / 0.7);
  }

  .md\:border-t-emerald-300\/75 {
    border-top-color: rgb(110 231 183 / 0.75);
  }

  .md\:border-t-emerald-300\/80 {
    border-top-color: rgb(110 231 183 / 0.8);
  }

  .md\:border-t-emerald-300\/85 {
    border-top-color: rgb(110 231 183 / 0.85);
  }

  .md\:border-t-emerald-300\/90 {
    border-top-color: rgb(110 231 183 / 0.9);
  }

  .md\:border-t-emerald-300\/95 {
    border-top-color: rgb(110 231 183 / 0.95);
  }

  .md\:border-t-emerald-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(52 211 153 / var(--tw-border-opacity));
  }

  .md\:border-t-emerald-400\/0 {
    border-top-color: rgb(52 211 153 / 0);
  }

  .md\:border-t-emerald-400\/10 {
    border-top-color: rgb(52 211 153 / 0.1);
  }

  .md\:border-t-emerald-400\/100 {
    border-top-color: rgb(52 211 153 / 1);
  }

  .md\:border-t-emerald-400\/15 {
    border-top-color: rgb(52 211 153 / 0.15);
  }

  .md\:border-t-emerald-400\/20 {
    border-top-color: rgb(52 211 153 / 0.2);
  }

  .md\:border-t-emerald-400\/25 {
    border-top-color: rgb(52 211 153 / 0.25);
  }

  .md\:border-t-emerald-400\/30 {
    border-top-color: rgb(52 211 153 / 0.3);
  }

  .md\:border-t-emerald-400\/35 {
    border-top-color: rgb(52 211 153 / 0.35);
  }

  .md\:border-t-emerald-400\/40 {
    border-top-color: rgb(52 211 153 / 0.4);
  }

  .md\:border-t-emerald-400\/45 {
    border-top-color: rgb(52 211 153 / 0.45);
  }

  .md\:border-t-emerald-400\/5 {
    border-top-color: rgb(52 211 153 / 0.05);
  }

  .md\:border-t-emerald-400\/50 {
    border-top-color: rgb(52 211 153 / 0.5);
  }

  .md\:border-t-emerald-400\/55 {
    border-top-color: rgb(52 211 153 / 0.55);
  }

  .md\:border-t-emerald-400\/60 {
    border-top-color: rgb(52 211 153 / 0.6);
  }

  .md\:border-t-emerald-400\/65 {
    border-top-color: rgb(52 211 153 / 0.65);
  }

  .md\:border-t-emerald-400\/70 {
    border-top-color: rgb(52 211 153 / 0.7);
  }

  .md\:border-t-emerald-400\/75 {
    border-top-color: rgb(52 211 153 / 0.75);
  }

  .md\:border-t-emerald-400\/80 {
    border-top-color: rgb(52 211 153 / 0.8);
  }

  .md\:border-t-emerald-400\/85 {
    border-top-color: rgb(52 211 153 / 0.85);
  }

  .md\:border-t-emerald-400\/90 {
    border-top-color: rgb(52 211 153 / 0.9);
  }

  .md\:border-t-emerald-400\/95 {
    border-top-color: rgb(52 211 153 / 0.95);
  }

  .md\:border-t-emerald-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(236 253 245 / var(--tw-border-opacity));
  }

  .md\:border-t-emerald-50\/0 {
    border-top-color: rgb(236 253 245 / 0);
  }

  .md\:border-t-emerald-50\/10 {
    border-top-color: rgb(236 253 245 / 0.1);
  }

  .md\:border-t-emerald-50\/100 {
    border-top-color: rgb(236 253 245 / 1);
  }

  .md\:border-t-emerald-50\/15 {
    border-top-color: rgb(236 253 245 / 0.15);
  }

  .md\:border-t-emerald-50\/20 {
    border-top-color: rgb(236 253 245 / 0.2);
  }

  .md\:border-t-emerald-50\/25 {
    border-top-color: rgb(236 253 245 / 0.25);
  }

  .md\:border-t-emerald-50\/30 {
    border-top-color: rgb(236 253 245 / 0.3);
  }

  .md\:border-t-emerald-50\/35 {
    border-top-color: rgb(236 253 245 / 0.35);
  }

  .md\:border-t-emerald-50\/40 {
    border-top-color: rgb(236 253 245 / 0.4);
  }

  .md\:border-t-emerald-50\/45 {
    border-top-color: rgb(236 253 245 / 0.45);
  }

  .md\:border-t-emerald-50\/5 {
    border-top-color: rgb(236 253 245 / 0.05);
  }

  .md\:border-t-emerald-50\/50 {
    border-top-color: rgb(236 253 245 / 0.5);
  }

  .md\:border-t-emerald-50\/55 {
    border-top-color: rgb(236 253 245 / 0.55);
  }

  .md\:border-t-emerald-50\/60 {
    border-top-color: rgb(236 253 245 / 0.6);
  }

  .md\:border-t-emerald-50\/65 {
    border-top-color: rgb(236 253 245 / 0.65);
  }

  .md\:border-t-emerald-50\/70 {
    border-top-color: rgb(236 253 245 / 0.7);
  }

  .md\:border-t-emerald-50\/75 {
    border-top-color: rgb(236 253 245 / 0.75);
  }

  .md\:border-t-emerald-50\/80 {
    border-top-color: rgb(236 253 245 / 0.8);
  }

  .md\:border-t-emerald-50\/85 {
    border-top-color: rgb(236 253 245 / 0.85);
  }

  .md\:border-t-emerald-50\/90 {
    border-top-color: rgb(236 253 245 / 0.9);
  }

  .md\:border-t-emerald-50\/95 {
    border-top-color: rgb(236 253 245 / 0.95);
  }

  .md\:border-t-emerald-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(16 185 129 / var(--tw-border-opacity));
  }

  .md\:border-t-emerald-500\/0 {
    border-top-color: rgb(16 185 129 / 0);
  }

  .md\:border-t-emerald-500\/10 {
    border-top-color: rgb(16 185 129 / 0.1);
  }

  .md\:border-t-emerald-500\/100 {
    border-top-color: rgb(16 185 129 / 1);
  }

  .md\:border-t-emerald-500\/15 {
    border-top-color: rgb(16 185 129 / 0.15);
  }

  .md\:border-t-emerald-500\/20 {
    border-top-color: rgb(16 185 129 / 0.2);
  }

  .md\:border-t-emerald-500\/25 {
    border-top-color: rgb(16 185 129 / 0.25);
  }

  .md\:border-t-emerald-500\/30 {
    border-top-color: rgb(16 185 129 / 0.3);
  }

  .md\:border-t-emerald-500\/35 {
    border-top-color: rgb(16 185 129 / 0.35);
  }

  .md\:border-t-emerald-500\/40 {
    border-top-color: rgb(16 185 129 / 0.4);
  }

  .md\:border-t-emerald-500\/45 {
    border-top-color: rgb(16 185 129 / 0.45);
  }

  .md\:border-t-emerald-500\/5 {
    border-top-color: rgb(16 185 129 / 0.05);
  }

  .md\:border-t-emerald-500\/50 {
    border-top-color: rgb(16 185 129 / 0.5);
  }

  .md\:border-t-emerald-500\/55 {
    border-top-color: rgb(16 185 129 / 0.55);
  }

  .md\:border-t-emerald-500\/60 {
    border-top-color: rgb(16 185 129 / 0.6);
  }

  .md\:border-t-emerald-500\/65 {
    border-top-color: rgb(16 185 129 / 0.65);
  }

  .md\:border-t-emerald-500\/70 {
    border-top-color: rgb(16 185 129 / 0.7);
  }

  .md\:border-t-emerald-500\/75 {
    border-top-color: rgb(16 185 129 / 0.75);
  }

  .md\:border-t-emerald-500\/80 {
    border-top-color: rgb(16 185 129 / 0.8);
  }

  .md\:border-t-emerald-500\/85 {
    border-top-color: rgb(16 185 129 / 0.85);
  }

  .md\:border-t-emerald-500\/90 {
    border-top-color: rgb(16 185 129 / 0.9);
  }

  .md\:border-t-emerald-500\/95 {
    border-top-color: rgb(16 185 129 / 0.95);
  }

  .md\:border-t-emerald-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(5 150 105 / var(--tw-border-opacity));
  }

  .md\:border-t-emerald-600\/0 {
    border-top-color: rgb(5 150 105 / 0);
  }

  .md\:border-t-emerald-600\/10 {
    border-top-color: rgb(5 150 105 / 0.1);
  }

  .md\:border-t-emerald-600\/100 {
    border-top-color: rgb(5 150 105 / 1);
  }

  .md\:border-t-emerald-600\/15 {
    border-top-color: rgb(5 150 105 / 0.15);
  }

  .md\:border-t-emerald-600\/20 {
    border-top-color: rgb(5 150 105 / 0.2);
  }

  .md\:border-t-emerald-600\/25 {
    border-top-color: rgb(5 150 105 / 0.25);
  }

  .md\:border-t-emerald-600\/30 {
    border-top-color: rgb(5 150 105 / 0.3);
  }

  .md\:border-t-emerald-600\/35 {
    border-top-color: rgb(5 150 105 / 0.35);
  }

  .md\:border-t-emerald-600\/40 {
    border-top-color: rgb(5 150 105 / 0.4);
  }

  .md\:border-t-emerald-600\/45 {
    border-top-color: rgb(5 150 105 / 0.45);
  }

  .md\:border-t-emerald-600\/5 {
    border-top-color: rgb(5 150 105 / 0.05);
  }

  .md\:border-t-emerald-600\/50 {
    border-top-color: rgb(5 150 105 / 0.5);
  }

  .md\:border-t-emerald-600\/55 {
    border-top-color: rgb(5 150 105 / 0.55);
  }

  .md\:border-t-emerald-600\/60 {
    border-top-color: rgb(5 150 105 / 0.6);
  }

  .md\:border-t-emerald-600\/65 {
    border-top-color: rgb(5 150 105 / 0.65);
  }

  .md\:border-t-emerald-600\/70 {
    border-top-color: rgb(5 150 105 / 0.7);
  }

  .md\:border-t-emerald-600\/75 {
    border-top-color: rgb(5 150 105 / 0.75);
  }

  .md\:border-t-emerald-600\/80 {
    border-top-color: rgb(5 150 105 / 0.8);
  }

  .md\:border-t-emerald-600\/85 {
    border-top-color: rgb(5 150 105 / 0.85);
  }

  .md\:border-t-emerald-600\/90 {
    border-top-color: rgb(5 150 105 / 0.9);
  }

  .md\:border-t-emerald-600\/95 {
    border-top-color: rgb(5 150 105 / 0.95);
  }

  .md\:border-t-emerald-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(4 120 87 / var(--tw-border-opacity));
  }

  .md\:border-t-emerald-700\/0 {
    border-top-color: rgb(4 120 87 / 0);
  }

  .md\:border-t-emerald-700\/10 {
    border-top-color: rgb(4 120 87 / 0.1);
  }

  .md\:border-t-emerald-700\/100 {
    border-top-color: rgb(4 120 87 / 1);
  }

  .md\:border-t-emerald-700\/15 {
    border-top-color: rgb(4 120 87 / 0.15);
  }

  .md\:border-t-emerald-700\/20 {
    border-top-color: rgb(4 120 87 / 0.2);
  }

  .md\:border-t-emerald-700\/25 {
    border-top-color: rgb(4 120 87 / 0.25);
  }

  .md\:border-t-emerald-700\/30 {
    border-top-color: rgb(4 120 87 / 0.3);
  }

  .md\:border-t-emerald-700\/35 {
    border-top-color: rgb(4 120 87 / 0.35);
  }

  .md\:border-t-emerald-700\/40 {
    border-top-color: rgb(4 120 87 / 0.4);
  }

  .md\:border-t-emerald-700\/45 {
    border-top-color: rgb(4 120 87 / 0.45);
  }

  .md\:border-t-emerald-700\/5 {
    border-top-color: rgb(4 120 87 / 0.05);
  }

  .md\:border-t-emerald-700\/50 {
    border-top-color: rgb(4 120 87 / 0.5);
  }

  .md\:border-t-emerald-700\/55 {
    border-top-color: rgb(4 120 87 / 0.55);
  }

  .md\:border-t-emerald-700\/60 {
    border-top-color: rgb(4 120 87 / 0.6);
  }

  .md\:border-t-emerald-700\/65 {
    border-top-color: rgb(4 120 87 / 0.65);
  }

  .md\:border-t-emerald-700\/70 {
    border-top-color: rgb(4 120 87 / 0.7);
  }

  .md\:border-t-emerald-700\/75 {
    border-top-color: rgb(4 120 87 / 0.75);
  }

  .md\:border-t-emerald-700\/80 {
    border-top-color: rgb(4 120 87 / 0.8);
  }

  .md\:border-t-emerald-700\/85 {
    border-top-color: rgb(4 120 87 / 0.85);
  }

  .md\:border-t-emerald-700\/90 {
    border-top-color: rgb(4 120 87 / 0.9);
  }

  .md\:border-t-emerald-700\/95 {
    border-top-color: rgb(4 120 87 / 0.95);
  }

  .md\:border-t-emerald-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(6 95 70 / var(--tw-border-opacity));
  }

  .md\:border-t-emerald-800\/0 {
    border-top-color: rgb(6 95 70 / 0);
  }

  .md\:border-t-emerald-800\/10 {
    border-top-color: rgb(6 95 70 / 0.1);
  }

  .md\:border-t-emerald-800\/100 {
    border-top-color: rgb(6 95 70 / 1);
  }

  .md\:border-t-emerald-800\/15 {
    border-top-color: rgb(6 95 70 / 0.15);
  }

  .md\:border-t-emerald-800\/20 {
    border-top-color: rgb(6 95 70 / 0.2);
  }

  .md\:border-t-emerald-800\/25 {
    border-top-color: rgb(6 95 70 / 0.25);
  }

  .md\:border-t-emerald-800\/30 {
    border-top-color: rgb(6 95 70 / 0.3);
  }

  .md\:border-t-emerald-800\/35 {
    border-top-color: rgb(6 95 70 / 0.35);
  }

  .md\:border-t-emerald-800\/40 {
    border-top-color: rgb(6 95 70 / 0.4);
  }

  .md\:border-t-emerald-800\/45 {
    border-top-color: rgb(6 95 70 / 0.45);
  }

  .md\:border-t-emerald-800\/5 {
    border-top-color: rgb(6 95 70 / 0.05);
  }

  .md\:border-t-emerald-800\/50 {
    border-top-color: rgb(6 95 70 / 0.5);
  }

  .md\:border-t-emerald-800\/55 {
    border-top-color: rgb(6 95 70 / 0.55);
  }

  .md\:border-t-emerald-800\/60 {
    border-top-color: rgb(6 95 70 / 0.6);
  }

  .md\:border-t-emerald-800\/65 {
    border-top-color: rgb(6 95 70 / 0.65);
  }

  .md\:border-t-emerald-800\/70 {
    border-top-color: rgb(6 95 70 / 0.7);
  }

  .md\:border-t-emerald-800\/75 {
    border-top-color: rgb(6 95 70 / 0.75);
  }

  .md\:border-t-emerald-800\/80 {
    border-top-color: rgb(6 95 70 / 0.8);
  }

  .md\:border-t-emerald-800\/85 {
    border-top-color: rgb(6 95 70 / 0.85);
  }

  .md\:border-t-emerald-800\/90 {
    border-top-color: rgb(6 95 70 / 0.9);
  }

  .md\:border-t-emerald-800\/95 {
    border-top-color: rgb(6 95 70 / 0.95);
  }

  .md\:border-t-emerald-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(6 78 59 / var(--tw-border-opacity));
  }

  .md\:border-t-emerald-900\/0 {
    border-top-color: rgb(6 78 59 / 0);
  }

  .md\:border-t-emerald-900\/10 {
    border-top-color: rgb(6 78 59 / 0.1);
  }

  .md\:border-t-emerald-900\/100 {
    border-top-color: rgb(6 78 59 / 1);
  }

  .md\:border-t-emerald-900\/15 {
    border-top-color: rgb(6 78 59 / 0.15);
  }

  .md\:border-t-emerald-900\/20 {
    border-top-color: rgb(6 78 59 / 0.2);
  }

  .md\:border-t-emerald-900\/25 {
    border-top-color: rgb(6 78 59 / 0.25);
  }

  .md\:border-t-emerald-900\/30 {
    border-top-color: rgb(6 78 59 / 0.3);
  }

  .md\:border-t-emerald-900\/35 {
    border-top-color: rgb(6 78 59 / 0.35);
  }

  .md\:border-t-emerald-900\/40 {
    border-top-color: rgb(6 78 59 / 0.4);
  }

  .md\:border-t-emerald-900\/45 {
    border-top-color: rgb(6 78 59 / 0.45);
  }

  .md\:border-t-emerald-900\/5 {
    border-top-color: rgb(6 78 59 / 0.05);
  }

  .md\:border-t-emerald-900\/50 {
    border-top-color: rgb(6 78 59 / 0.5);
  }

  .md\:border-t-emerald-900\/55 {
    border-top-color: rgb(6 78 59 / 0.55);
  }

  .md\:border-t-emerald-900\/60 {
    border-top-color: rgb(6 78 59 / 0.6);
  }

  .md\:border-t-emerald-900\/65 {
    border-top-color: rgb(6 78 59 / 0.65);
  }

  .md\:border-t-emerald-900\/70 {
    border-top-color: rgb(6 78 59 / 0.7);
  }

  .md\:border-t-emerald-900\/75 {
    border-top-color: rgb(6 78 59 / 0.75);
  }

  .md\:border-t-emerald-900\/80 {
    border-top-color: rgb(6 78 59 / 0.8);
  }

  .md\:border-t-emerald-900\/85 {
    border-top-color: rgb(6 78 59 / 0.85);
  }

  .md\:border-t-emerald-900\/90 {
    border-top-color: rgb(6 78 59 / 0.9);
  }

  .md\:border-t-emerald-900\/95 {
    border-top-color: rgb(6 78 59 / 0.95);
  }

  .md\:border-t-emerald-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(2 44 34 / var(--tw-border-opacity));
  }

  .md\:border-t-emerald-950\/0 {
    border-top-color: rgb(2 44 34 / 0);
  }

  .md\:border-t-emerald-950\/10 {
    border-top-color: rgb(2 44 34 / 0.1);
  }

  .md\:border-t-emerald-950\/100 {
    border-top-color: rgb(2 44 34 / 1);
  }

  .md\:border-t-emerald-950\/15 {
    border-top-color: rgb(2 44 34 / 0.15);
  }

  .md\:border-t-emerald-950\/20 {
    border-top-color: rgb(2 44 34 / 0.2);
  }

  .md\:border-t-emerald-950\/25 {
    border-top-color: rgb(2 44 34 / 0.25);
  }

  .md\:border-t-emerald-950\/30 {
    border-top-color: rgb(2 44 34 / 0.3);
  }

  .md\:border-t-emerald-950\/35 {
    border-top-color: rgb(2 44 34 / 0.35);
  }

  .md\:border-t-emerald-950\/40 {
    border-top-color: rgb(2 44 34 / 0.4);
  }

  .md\:border-t-emerald-950\/45 {
    border-top-color: rgb(2 44 34 / 0.45);
  }

  .md\:border-t-emerald-950\/5 {
    border-top-color: rgb(2 44 34 / 0.05);
  }

  .md\:border-t-emerald-950\/50 {
    border-top-color: rgb(2 44 34 / 0.5);
  }

  .md\:border-t-emerald-950\/55 {
    border-top-color: rgb(2 44 34 / 0.55);
  }

  .md\:border-t-emerald-950\/60 {
    border-top-color: rgb(2 44 34 / 0.6);
  }

  .md\:border-t-emerald-950\/65 {
    border-top-color: rgb(2 44 34 / 0.65);
  }

  .md\:border-t-emerald-950\/70 {
    border-top-color: rgb(2 44 34 / 0.7);
  }

  .md\:border-t-emerald-950\/75 {
    border-top-color: rgb(2 44 34 / 0.75);
  }

  .md\:border-t-emerald-950\/80 {
    border-top-color: rgb(2 44 34 / 0.8);
  }

  .md\:border-t-emerald-950\/85 {
    border-top-color: rgb(2 44 34 / 0.85);
  }

  .md\:border-t-emerald-950\/90 {
    border-top-color: rgb(2 44 34 / 0.9);
  }

  .md\:border-t-emerald-950\/95 {
    border-top-color: rgb(2 44 34 / 0.95);
  }

  .md\:border-t-fuchsia-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 232 255 / var(--tw-border-opacity));
  }

  .md\:border-t-fuchsia-100\/0 {
    border-top-color: rgb(250 232 255 / 0);
  }

  .md\:border-t-fuchsia-100\/10 {
    border-top-color: rgb(250 232 255 / 0.1);
  }

  .md\:border-t-fuchsia-100\/100 {
    border-top-color: rgb(250 232 255 / 1);
  }

  .md\:border-t-fuchsia-100\/15 {
    border-top-color: rgb(250 232 255 / 0.15);
  }

  .md\:border-t-fuchsia-100\/20 {
    border-top-color: rgb(250 232 255 / 0.2);
  }

  .md\:border-t-fuchsia-100\/25 {
    border-top-color: rgb(250 232 255 / 0.25);
  }

  .md\:border-t-fuchsia-100\/30 {
    border-top-color: rgb(250 232 255 / 0.3);
  }

  .md\:border-t-fuchsia-100\/35 {
    border-top-color: rgb(250 232 255 / 0.35);
  }

  .md\:border-t-fuchsia-100\/40 {
    border-top-color: rgb(250 232 255 / 0.4);
  }

  .md\:border-t-fuchsia-100\/45 {
    border-top-color: rgb(250 232 255 / 0.45);
  }

  .md\:border-t-fuchsia-100\/5 {
    border-top-color: rgb(250 232 255 / 0.05);
  }

  .md\:border-t-fuchsia-100\/50 {
    border-top-color: rgb(250 232 255 / 0.5);
  }

  .md\:border-t-fuchsia-100\/55 {
    border-top-color: rgb(250 232 255 / 0.55);
  }

  .md\:border-t-fuchsia-100\/60 {
    border-top-color: rgb(250 232 255 / 0.6);
  }

  .md\:border-t-fuchsia-100\/65 {
    border-top-color: rgb(250 232 255 / 0.65);
  }

  .md\:border-t-fuchsia-100\/70 {
    border-top-color: rgb(250 232 255 / 0.7);
  }

  .md\:border-t-fuchsia-100\/75 {
    border-top-color: rgb(250 232 255 / 0.75);
  }

  .md\:border-t-fuchsia-100\/80 {
    border-top-color: rgb(250 232 255 / 0.8);
  }

  .md\:border-t-fuchsia-100\/85 {
    border-top-color: rgb(250 232 255 / 0.85);
  }

  .md\:border-t-fuchsia-100\/90 {
    border-top-color: rgb(250 232 255 / 0.9);
  }

  .md\:border-t-fuchsia-100\/95 {
    border-top-color: rgb(250 232 255 / 0.95);
  }

  .md\:border-t-fuchsia-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 208 254 / var(--tw-border-opacity));
  }

  .md\:border-t-fuchsia-200\/0 {
    border-top-color: rgb(245 208 254 / 0);
  }

  .md\:border-t-fuchsia-200\/10 {
    border-top-color: rgb(245 208 254 / 0.1);
  }

  .md\:border-t-fuchsia-200\/100 {
    border-top-color: rgb(245 208 254 / 1);
  }

  .md\:border-t-fuchsia-200\/15 {
    border-top-color: rgb(245 208 254 / 0.15);
  }

  .md\:border-t-fuchsia-200\/20 {
    border-top-color: rgb(245 208 254 / 0.2);
  }

  .md\:border-t-fuchsia-200\/25 {
    border-top-color: rgb(245 208 254 / 0.25);
  }

  .md\:border-t-fuchsia-200\/30 {
    border-top-color: rgb(245 208 254 / 0.3);
  }

  .md\:border-t-fuchsia-200\/35 {
    border-top-color: rgb(245 208 254 / 0.35);
  }

  .md\:border-t-fuchsia-200\/40 {
    border-top-color: rgb(245 208 254 / 0.4);
  }

  .md\:border-t-fuchsia-200\/45 {
    border-top-color: rgb(245 208 254 / 0.45);
  }

  .md\:border-t-fuchsia-200\/5 {
    border-top-color: rgb(245 208 254 / 0.05);
  }

  .md\:border-t-fuchsia-200\/50 {
    border-top-color: rgb(245 208 254 / 0.5);
  }

  .md\:border-t-fuchsia-200\/55 {
    border-top-color: rgb(245 208 254 / 0.55);
  }

  .md\:border-t-fuchsia-200\/60 {
    border-top-color: rgb(245 208 254 / 0.6);
  }

  .md\:border-t-fuchsia-200\/65 {
    border-top-color: rgb(245 208 254 / 0.65);
  }

  .md\:border-t-fuchsia-200\/70 {
    border-top-color: rgb(245 208 254 / 0.7);
  }

  .md\:border-t-fuchsia-200\/75 {
    border-top-color: rgb(245 208 254 / 0.75);
  }

  .md\:border-t-fuchsia-200\/80 {
    border-top-color: rgb(245 208 254 / 0.8);
  }

  .md\:border-t-fuchsia-200\/85 {
    border-top-color: rgb(245 208 254 / 0.85);
  }

  .md\:border-t-fuchsia-200\/90 {
    border-top-color: rgb(245 208 254 / 0.9);
  }

  .md\:border-t-fuchsia-200\/95 {
    border-top-color: rgb(245 208 254 / 0.95);
  }

  .md\:border-t-fuchsia-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(240 171 252 / var(--tw-border-opacity));
  }

  .md\:border-t-fuchsia-300\/0 {
    border-top-color: rgb(240 171 252 / 0);
  }

  .md\:border-t-fuchsia-300\/10 {
    border-top-color: rgb(240 171 252 / 0.1);
  }

  .md\:border-t-fuchsia-300\/100 {
    border-top-color: rgb(240 171 252 / 1);
  }

  .md\:border-t-fuchsia-300\/15 {
    border-top-color: rgb(240 171 252 / 0.15);
  }

  .md\:border-t-fuchsia-300\/20 {
    border-top-color: rgb(240 171 252 / 0.2);
  }

  .md\:border-t-fuchsia-300\/25 {
    border-top-color: rgb(240 171 252 / 0.25);
  }

  .md\:border-t-fuchsia-300\/30 {
    border-top-color: rgb(240 171 252 / 0.3);
  }

  .md\:border-t-fuchsia-300\/35 {
    border-top-color: rgb(240 171 252 / 0.35);
  }

  .md\:border-t-fuchsia-300\/40 {
    border-top-color: rgb(240 171 252 / 0.4);
  }

  .md\:border-t-fuchsia-300\/45 {
    border-top-color: rgb(240 171 252 / 0.45);
  }

  .md\:border-t-fuchsia-300\/5 {
    border-top-color: rgb(240 171 252 / 0.05);
  }

  .md\:border-t-fuchsia-300\/50 {
    border-top-color: rgb(240 171 252 / 0.5);
  }

  .md\:border-t-fuchsia-300\/55 {
    border-top-color: rgb(240 171 252 / 0.55);
  }

  .md\:border-t-fuchsia-300\/60 {
    border-top-color: rgb(240 171 252 / 0.6);
  }

  .md\:border-t-fuchsia-300\/65 {
    border-top-color: rgb(240 171 252 / 0.65);
  }

  .md\:border-t-fuchsia-300\/70 {
    border-top-color: rgb(240 171 252 / 0.7);
  }

  .md\:border-t-fuchsia-300\/75 {
    border-top-color: rgb(240 171 252 / 0.75);
  }

  .md\:border-t-fuchsia-300\/80 {
    border-top-color: rgb(240 171 252 / 0.8);
  }

  .md\:border-t-fuchsia-300\/85 {
    border-top-color: rgb(240 171 252 / 0.85);
  }

  .md\:border-t-fuchsia-300\/90 {
    border-top-color: rgb(240 171 252 / 0.9);
  }

  .md\:border-t-fuchsia-300\/95 {
    border-top-color: rgb(240 171 252 / 0.95);
  }

  .md\:border-t-fuchsia-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(232 121 249 / var(--tw-border-opacity));
  }

  .md\:border-t-fuchsia-400\/0 {
    border-top-color: rgb(232 121 249 / 0);
  }

  .md\:border-t-fuchsia-400\/10 {
    border-top-color: rgb(232 121 249 / 0.1);
  }

  .md\:border-t-fuchsia-400\/100 {
    border-top-color: rgb(232 121 249 / 1);
  }

  .md\:border-t-fuchsia-400\/15 {
    border-top-color: rgb(232 121 249 / 0.15);
  }

  .md\:border-t-fuchsia-400\/20 {
    border-top-color: rgb(232 121 249 / 0.2);
  }

  .md\:border-t-fuchsia-400\/25 {
    border-top-color: rgb(232 121 249 / 0.25);
  }

  .md\:border-t-fuchsia-400\/30 {
    border-top-color: rgb(232 121 249 / 0.3);
  }

  .md\:border-t-fuchsia-400\/35 {
    border-top-color: rgb(232 121 249 / 0.35);
  }

  .md\:border-t-fuchsia-400\/40 {
    border-top-color: rgb(232 121 249 / 0.4);
  }

  .md\:border-t-fuchsia-400\/45 {
    border-top-color: rgb(232 121 249 / 0.45);
  }

  .md\:border-t-fuchsia-400\/5 {
    border-top-color: rgb(232 121 249 / 0.05);
  }

  .md\:border-t-fuchsia-400\/50 {
    border-top-color: rgb(232 121 249 / 0.5);
  }

  .md\:border-t-fuchsia-400\/55 {
    border-top-color: rgb(232 121 249 / 0.55);
  }

  .md\:border-t-fuchsia-400\/60 {
    border-top-color: rgb(232 121 249 / 0.6);
  }

  .md\:border-t-fuchsia-400\/65 {
    border-top-color: rgb(232 121 249 / 0.65);
  }

  .md\:border-t-fuchsia-400\/70 {
    border-top-color: rgb(232 121 249 / 0.7);
  }

  .md\:border-t-fuchsia-400\/75 {
    border-top-color: rgb(232 121 249 / 0.75);
  }

  .md\:border-t-fuchsia-400\/80 {
    border-top-color: rgb(232 121 249 / 0.8);
  }

  .md\:border-t-fuchsia-400\/85 {
    border-top-color: rgb(232 121 249 / 0.85);
  }

  .md\:border-t-fuchsia-400\/90 {
    border-top-color: rgb(232 121 249 / 0.9);
  }

  .md\:border-t-fuchsia-400\/95 {
    border-top-color: rgb(232 121 249 / 0.95);
  }

  .md\:border-t-fuchsia-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 244 255 / var(--tw-border-opacity));
  }

  .md\:border-t-fuchsia-50\/0 {
    border-top-color: rgb(253 244 255 / 0);
  }

  .md\:border-t-fuchsia-50\/10 {
    border-top-color: rgb(253 244 255 / 0.1);
  }

  .md\:border-t-fuchsia-50\/100 {
    border-top-color: rgb(253 244 255 / 1);
  }

  .md\:border-t-fuchsia-50\/15 {
    border-top-color: rgb(253 244 255 / 0.15);
  }

  .md\:border-t-fuchsia-50\/20 {
    border-top-color: rgb(253 244 255 / 0.2);
  }

  .md\:border-t-fuchsia-50\/25 {
    border-top-color: rgb(253 244 255 / 0.25);
  }

  .md\:border-t-fuchsia-50\/30 {
    border-top-color: rgb(253 244 255 / 0.3);
  }

  .md\:border-t-fuchsia-50\/35 {
    border-top-color: rgb(253 244 255 / 0.35);
  }

  .md\:border-t-fuchsia-50\/40 {
    border-top-color: rgb(253 244 255 / 0.4);
  }

  .md\:border-t-fuchsia-50\/45 {
    border-top-color: rgb(253 244 255 / 0.45);
  }

  .md\:border-t-fuchsia-50\/5 {
    border-top-color: rgb(253 244 255 / 0.05);
  }

  .md\:border-t-fuchsia-50\/50 {
    border-top-color: rgb(253 244 255 / 0.5);
  }

  .md\:border-t-fuchsia-50\/55 {
    border-top-color: rgb(253 244 255 / 0.55);
  }

  .md\:border-t-fuchsia-50\/60 {
    border-top-color: rgb(253 244 255 / 0.6);
  }

  .md\:border-t-fuchsia-50\/65 {
    border-top-color: rgb(253 244 255 / 0.65);
  }

  .md\:border-t-fuchsia-50\/70 {
    border-top-color: rgb(253 244 255 / 0.7);
  }

  .md\:border-t-fuchsia-50\/75 {
    border-top-color: rgb(253 244 255 / 0.75);
  }

  .md\:border-t-fuchsia-50\/80 {
    border-top-color: rgb(253 244 255 / 0.8);
  }

  .md\:border-t-fuchsia-50\/85 {
    border-top-color: rgb(253 244 255 / 0.85);
  }

  .md\:border-t-fuchsia-50\/90 {
    border-top-color: rgb(253 244 255 / 0.9);
  }

  .md\:border-t-fuchsia-50\/95 {
    border-top-color: rgb(253 244 255 / 0.95);
  }

  .md\:border-t-fuchsia-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(217 70 239 / var(--tw-border-opacity));
  }

  .md\:border-t-fuchsia-500\/0 {
    border-top-color: rgb(217 70 239 / 0);
  }

  .md\:border-t-fuchsia-500\/10 {
    border-top-color: rgb(217 70 239 / 0.1);
  }

  .md\:border-t-fuchsia-500\/100 {
    border-top-color: rgb(217 70 239 / 1);
  }

  .md\:border-t-fuchsia-500\/15 {
    border-top-color: rgb(217 70 239 / 0.15);
  }

  .md\:border-t-fuchsia-500\/20 {
    border-top-color: rgb(217 70 239 / 0.2);
  }

  .md\:border-t-fuchsia-500\/25 {
    border-top-color: rgb(217 70 239 / 0.25);
  }

  .md\:border-t-fuchsia-500\/30 {
    border-top-color: rgb(217 70 239 / 0.3);
  }

  .md\:border-t-fuchsia-500\/35 {
    border-top-color: rgb(217 70 239 / 0.35);
  }

  .md\:border-t-fuchsia-500\/40 {
    border-top-color: rgb(217 70 239 / 0.4);
  }

  .md\:border-t-fuchsia-500\/45 {
    border-top-color: rgb(217 70 239 / 0.45);
  }

  .md\:border-t-fuchsia-500\/5 {
    border-top-color: rgb(217 70 239 / 0.05);
  }

  .md\:border-t-fuchsia-500\/50 {
    border-top-color: rgb(217 70 239 / 0.5);
  }

  .md\:border-t-fuchsia-500\/55 {
    border-top-color: rgb(217 70 239 / 0.55);
  }

  .md\:border-t-fuchsia-500\/60 {
    border-top-color: rgb(217 70 239 / 0.6);
  }

  .md\:border-t-fuchsia-500\/65 {
    border-top-color: rgb(217 70 239 / 0.65);
  }

  .md\:border-t-fuchsia-500\/70 {
    border-top-color: rgb(217 70 239 / 0.7);
  }

  .md\:border-t-fuchsia-500\/75 {
    border-top-color: rgb(217 70 239 / 0.75);
  }

  .md\:border-t-fuchsia-500\/80 {
    border-top-color: rgb(217 70 239 / 0.8);
  }

  .md\:border-t-fuchsia-500\/85 {
    border-top-color: rgb(217 70 239 / 0.85);
  }

  .md\:border-t-fuchsia-500\/90 {
    border-top-color: rgb(217 70 239 / 0.9);
  }

  .md\:border-t-fuchsia-500\/95 {
    border-top-color: rgb(217 70 239 / 0.95);
  }

  .md\:border-t-fuchsia-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(192 38 211 / var(--tw-border-opacity));
  }

  .md\:border-t-fuchsia-600\/0 {
    border-top-color: rgb(192 38 211 / 0);
  }

  .md\:border-t-fuchsia-600\/10 {
    border-top-color: rgb(192 38 211 / 0.1);
  }

  .md\:border-t-fuchsia-600\/100 {
    border-top-color: rgb(192 38 211 / 1);
  }

  .md\:border-t-fuchsia-600\/15 {
    border-top-color: rgb(192 38 211 / 0.15);
  }

  .md\:border-t-fuchsia-600\/20 {
    border-top-color: rgb(192 38 211 / 0.2);
  }

  .md\:border-t-fuchsia-600\/25 {
    border-top-color: rgb(192 38 211 / 0.25);
  }

  .md\:border-t-fuchsia-600\/30 {
    border-top-color: rgb(192 38 211 / 0.3);
  }

  .md\:border-t-fuchsia-600\/35 {
    border-top-color: rgb(192 38 211 / 0.35);
  }

  .md\:border-t-fuchsia-600\/40 {
    border-top-color: rgb(192 38 211 / 0.4);
  }

  .md\:border-t-fuchsia-600\/45 {
    border-top-color: rgb(192 38 211 / 0.45);
  }

  .md\:border-t-fuchsia-600\/5 {
    border-top-color: rgb(192 38 211 / 0.05);
  }

  .md\:border-t-fuchsia-600\/50 {
    border-top-color: rgb(192 38 211 / 0.5);
  }

  .md\:border-t-fuchsia-600\/55 {
    border-top-color: rgb(192 38 211 / 0.55);
  }

  .md\:border-t-fuchsia-600\/60 {
    border-top-color: rgb(192 38 211 / 0.6);
  }

  .md\:border-t-fuchsia-600\/65 {
    border-top-color: rgb(192 38 211 / 0.65);
  }

  .md\:border-t-fuchsia-600\/70 {
    border-top-color: rgb(192 38 211 / 0.7);
  }

  .md\:border-t-fuchsia-600\/75 {
    border-top-color: rgb(192 38 211 / 0.75);
  }

  .md\:border-t-fuchsia-600\/80 {
    border-top-color: rgb(192 38 211 / 0.8);
  }

  .md\:border-t-fuchsia-600\/85 {
    border-top-color: rgb(192 38 211 / 0.85);
  }

  .md\:border-t-fuchsia-600\/90 {
    border-top-color: rgb(192 38 211 / 0.9);
  }

  .md\:border-t-fuchsia-600\/95 {
    border-top-color: rgb(192 38 211 / 0.95);
  }

  .md\:border-t-fuchsia-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(162 28 175 / var(--tw-border-opacity));
  }

  .md\:border-t-fuchsia-700\/0 {
    border-top-color: rgb(162 28 175 / 0);
  }

  .md\:border-t-fuchsia-700\/10 {
    border-top-color: rgb(162 28 175 / 0.1);
  }

  .md\:border-t-fuchsia-700\/100 {
    border-top-color: rgb(162 28 175 / 1);
  }

  .md\:border-t-fuchsia-700\/15 {
    border-top-color: rgb(162 28 175 / 0.15);
  }

  .md\:border-t-fuchsia-700\/20 {
    border-top-color: rgb(162 28 175 / 0.2);
  }

  .md\:border-t-fuchsia-700\/25 {
    border-top-color: rgb(162 28 175 / 0.25);
  }

  .md\:border-t-fuchsia-700\/30 {
    border-top-color: rgb(162 28 175 / 0.3);
  }

  .md\:border-t-fuchsia-700\/35 {
    border-top-color: rgb(162 28 175 / 0.35);
  }

  .md\:border-t-fuchsia-700\/40 {
    border-top-color: rgb(162 28 175 / 0.4);
  }

  .md\:border-t-fuchsia-700\/45 {
    border-top-color: rgb(162 28 175 / 0.45);
  }

  .md\:border-t-fuchsia-700\/5 {
    border-top-color: rgb(162 28 175 / 0.05);
  }

  .md\:border-t-fuchsia-700\/50 {
    border-top-color: rgb(162 28 175 / 0.5);
  }

  .md\:border-t-fuchsia-700\/55 {
    border-top-color: rgb(162 28 175 / 0.55);
  }

  .md\:border-t-fuchsia-700\/60 {
    border-top-color: rgb(162 28 175 / 0.6);
  }

  .md\:border-t-fuchsia-700\/65 {
    border-top-color: rgb(162 28 175 / 0.65);
  }

  .md\:border-t-fuchsia-700\/70 {
    border-top-color: rgb(162 28 175 / 0.7);
  }

  .md\:border-t-fuchsia-700\/75 {
    border-top-color: rgb(162 28 175 / 0.75);
  }

  .md\:border-t-fuchsia-700\/80 {
    border-top-color: rgb(162 28 175 / 0.8);
  }

  .md\:border-t-fuchsia-700\/85 {
    border-top-color: rgb(162 28 175 / 0.85);
  }

  .md\:border-t-fuchsia-700\/90 {
    border-top-color: rgb(162 28 175 / 0.9);
  }

  .md\:border-t-fuchsia-700\/95 {
    border-top-color: rgb(162 28 175 / 0.95);
  }

  .md\:border-t-fuchsia-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(134 25 143 / var(--tw-border-opacity));
  }

  .md\:border-t-fuchsia-800\/0 {
    border-top-color: rgb(134 25 143 / 0);
  }

  .md\:border-t-fuchsia-800\/10 {
    border-top-color: rgb(134 25 143 / 0.1);
  }

  .md\:border-t-fuchsia-800\/100 {
    border-top-color: rgb(134 25 143 / 1);
  }

  .md\:border-t-fuchsia-800\/15 {
    border-top-color: rgb(134 25 143 / 0.15);
  }

  .md\:border-t-fuchsia-800\/20 {
    border-top-color: rgb(134 25 143 / 0.2);
  }

  .md\:border-t-fuchsia-800\/25 {
    border-top-color: rgb(134 25 143 / 0.25);
  }

  .md\:border-t-fuchsia-800\/30 {
    border-top-color: rgb(134 25 143 / 0.3);
  }

  .md\:border-t-fuchsia-800\/35 {
    border-top-color: rgb(134 25 143 / 0.35);
  }

  .md\:border-t-fuchsia-800\/40 {
    border-top-color: rgb(134 25 143 / 0.4);
  }

  .md\:border-t-fuchsia-800\/45 {
    border-top-color: rgb(134 25 143 / 0.45);
  }

  .md\:border-t-fuchsia-800\/5 {
    border-top-color: rgb(134 25 143 / 0.05);
  }

  .md\:border-t-fuchsia-800\/50 {
    border-top-color: rgb(134 25 143 / 0.5);
  }

  .md\:border-t-fuchsia-800\/55 {
    border-top-color: rgb(134 25 143 / 0.55);
  }

  .md\:border-t-fuchsia-800\/60 {
    border-top-color: rgb(134 25 143 / 0.6);
  }

  .md\:border-t-fuchsia-800\/65 {
    border-top-color: rgb(134 25 143 / 0.65);
  }

  .md\:border-t-fuchsia-800\/70 {
    border-top-color: rgb(134 25 143 / 0.7);
  }

  .md\:border-t-fuchsia-800\/75 {
    border-top-color: rgb(134 25 143 / 0.75);
  }

  .md\:border-t-fuchsia-800\/80 {
    border-top-color: rgb(134 25 143 / 0.8);
  }

  .md\:border-t-fuchsia-800\/85 {
    border-top-color: rgb(134 25 143 / 0.85);
  }

  .md\:border-t-fuchsia-800\/90 {
    border-top-color: rgb(134 25 143 / 0.9);
  }

  .md\:border-t-fuchsia-800\/95 {
    border-top-color: rgb(134 25 143 / 0.95);
  }

  .md\:border-t-fuchsia-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(112 26 117 / var(--tw-border-opacity));
  }

  .md\:border-t-fuchsia-900\/0 {
    border-top-color: rgb(112 26 117 / 0);
  }

  .md\:border-t-fuchsia-900\/10 {
    border-top-color: rgb(112 26 117 / 0.1);
  }

  .md\:border-t-fuchsia-900\/100 {
    border-top-color: rgb(112 26 117 / 1);
  }

  .md\:border-t-fuchsia-900\/15 {
    border-top-color: rgb(112 26 117 / 0.15);
  }

  .md\:border-t-fuchsia-900\/20 {
    border-top-color: rgb(112 26 117 / 0.2);
  }

  .md\:border-t-fuchsia-900\/25 {
    border-top-color: rgb(112 26 117 / 0.25);
  }

  .md\:border-t-fuchsia-900\/30 {
    border-top-color: rgb(112 26 117 / 0.3);
  }

  .md\:border-t-fuchsia-900\/35 {
    border-top-color: rgb(112 26 117 / 0.35);
  }

  .md\:border-t-fuchsia-900\/40 {
    border-top-color: rgb(112 26 117 / 0.4);
  }

  .md\:border-t-fuchsia-900\/45 {
    border-top-color: rgb(112 26 117 / 0.45);
  }

  .md\:border-t-fuchsia-900\/5 {
    border-top-color: rgb(112 26 117 / 0.05);
  }

  .md\:border-t-fuchsia-900\/50 {
    border-top-color: rgb(112 26 117 / 0.5);
  }

  .md\:border-t-fuchsia-900\/55 {
    border-top-color: rgb(112 26 117 / 0.55);
  }

  .md\:border-t-fuchsia-900\/60 {
    border-top-color: rgb(112 26 117 / 0.6);
  }

  .md\:border-t-fuchsia-900\/65 {
    border-top-color: rgb(112 26 117 / 0.65);
  }

  .md\:border-t-fuchsia-900\/70 {
    border-top-color: rgb(112 26 117 / 0.7);
  }

  .md\:border-t-fuchsia-900\/75 {
    border-top-color: rgb(112 26 117 / 0.75);
  }

  .md\:border-t-fuchsia-900\/80 {
    border-top-color: rgb(112 26 117 / 0.8);
  }

  .md\:border-t-fuchsia-900\/85 {
    border-top-color: rgb(112 26 117 / 0.85);
  }

  .md\:border-t-fuchsia-900\/90 {
    border-top-color: rgb(112 26 117 / 0.9);
  }

  .md\:border-t-fuchsia-900\/95 {
    border-top-color: rgb(112 26 117 / 0.95);
  }

  .md\:border-t-fuchsia-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(74 4 78 / var(--tw-border-opacity));
  }

  .md\:border-t-fuchsia-950\/0 {
    border-top-color: rgb(74 4 78 / 0);
  }

  .md\:border-t-fuchsia-950\/10 {
    border-top-color: rgb(74 4 78 / 0.1);
  }

  .md\:border-t-fuchsia-950\/100 {
    border-top-color: rgb(74 4 78 / 1);
  }

  .md\:border-t-fuchsia-950\/15 {
    border-top-color: rgb(74 4 78 / 0.15);
  }

  .md\:border-t-fuchsia-950\/20 {
    border-top-color: rgb(74 4 78 / 0.2);
  }

  .md\:border-t-fuchsia-950\/25 {
    border-top-color: rgb(74 4 78 / 0.25);
  }

  .md\:border-t-fuchsia-950\/30 {
    border-top-color: rgb(74 4 78 / 0.3);
  }

  .md\:border-t-fuchsia-950\/35 {
    border-top-color: rgb(74 4 78 / 0.35);
  }

  .md\:border-t-fuchsia-950\/40 {
    border-top-color: rgb(74 4 78 / 0.4);
  }

  .md\:border-t-fuchsia-950\/45 {
    border-top-color: rgb(74 4 78 / 0.45);
  }

  .md\:border-t-fuchsia-950\/5 {
    border-top-color: rgb(74 4 78 / 0.05);
  }

  .md\:border-t-fuchsia-950\/50 {
    border-top-color: rgb(74 4 78 / 0.5);
  }

  .md\:border-t-fuchsia-950\/55 {
    border-top-color: rgb(74 4 78 / 0.55);
  }

  .md\:border-t-fuchsia-950\/60 {
    border-top-color: rgb(74 4 78 / 0.6);
  }

  .md\:border-t-fuchsia-950\/65 {
    border-top-color: rgb(74 4 78 / 0.65);
  }

  .md\:border-t-fuchsia-950\/70 {
    border-top-color: rgb(74 4 78 / 0.7);
  }

  .md\:border-t-fuchsia-950\/75 {
    border-top-color: rgb(74 4 78 / 0.75);
  }

  .md\:border-t-fuchsia-950\/80 {
    border-top-color: rgb(74 4 78 / 0.8);
  }

  .md\:border-t-fuchsia-950\/85 {
    border-top-color: rgb(74 4 78 / 0.85);
  }

  .md\:border-t-fuchsia-950\/90 {
    border-top-color: rgb(74 4 78 / 0.9);
  }

  .md\:border-t-fuchsia-950\/95 {
    border-top-color: rgb(74 4 78 / 0.95);
  }

  .md\:border-t-gray-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(243 244 246 / var(--tw-border-opacity));
  }

  .md\:border-t-gray-100\/0 {
    border-top-color: rgb(243 244 246 / 0);
  }

  .md\:border-t-gray-100\/10 {
    border-top-color: rgb(243 244 246 / 0.1);
  }

  .md\:border-t-gray-100\/100 {
    border-top-color: rgb(243 244 246 / 1);
  }

  .md\:border-t-gray-100\/15 {
    border-top-color: rgb(243 244 246 / 0.15);
  }

  .md\:border-t-gray-100\/20 {
    border-top-color: rgb(243 244 246 / 0.2);
  }

  .md\:border-t-gray-100\/25 {
    border-top-color: rgb(243 244 246 / 0.25);
  }

  .md\:border-t-gray-100\/30 {
    border-top-color: rgb(243 244 246 / 0.3);
  }

  .md\:border-t-gray-100\/35 {
    border-top-color: rgb(243 244 246 / 0.35);
  }

  .md\:border-t-gray-100\/40 {
    border-top-color: rgb(243 244 246 / 0.4);
  }

  .md\:border-t-gray-100\/45 {
    border-top-color: rgb(243 244 246 / 0.45);
  }

  .md\:border-t-gray-100\/5 {
    border-top-color: rgb(243 244 246 / 0.05);
  }

  .md\:border-t-gray-100\/50 {
    border-top-color: rgb(243 244 246 / 0.5);
  }

  .md\:border-t-gray-100\/55 {
    border-top-color: rgb(243 244 246 / 0.55);
  }

  .md\:border-t-gray-100\/60 {
    border-top-color: rgb(243 244 246 / 0.6);
  }

  .md\:border-t-gray-100\/65 {
    border-top-color: rgb(243 244 246 / 0.65);
  }

  .md\:border-t-gray-100\/70 {
    border-top-color: rgb(243 244 246 / 0.7);
  }

  .md\:border-t-gray-100\/75 {
    border-top-color: rgb(243 244 246 / 0.75);
  }

  .md\:border-t-gray-100\/80 {
    border-top-color: rgb(243 244 246 / 0.8);
  }

  .md\:border-t-gray-100\/85 {
    border-top-color: rgb(243 244 246 / 0.85);
  }

  .md\:border-t-gray-100\/90 {
    border-top-color: rgb(243 244 246 / 0.9);
  }

  .md\:border-t-gray-100\/95 {
    border-top-color: rgb(243 244 246 / 0.95);
  }

  .md\:border-t-gray-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

  .md\:border-t-gray-200\/0 {
    border-top-color: rgb(229 231 235 / 0);
  }

  .md\:border-t-gray-200\/10 {
    border-top-color: rgb(229 231 235 / 0.1);
  }

  .md\:border-t-gray-200\/100 {
    border-top-color: rgb(229 231 235 / 1);
  }

  .md\:border-t-gray-200\/15 {
    border-top-color: rgb(229 231 235 / 0.15);
  }

  .md\:border-t-gray-200\/20 {
    border-top-color: rgb(229 231 235 / 0.2);
  }

  .md\:border-t-gray-200\/25 {
    border-top-color: rgb(229 231 235 / 0.25);
  }

  .md\:border-t-gray-200\/30 {
    border-top-color: rgb(229 231 235 / 0.3);
  }

  .md\:border-t-gray-200\/35 {
    border-top-color: rgb(229 231 235 / 0.35);
  }

  .md\:border-t-gray-200\/40 {
    border-top-color: rgb(229 231 235 / 0.4);
  }

  .md\:border-t-gray-200\/45 {
    border-top-color: rgb(229 231 235 / 0.45);
  }

  .md\:border-t-gray-200\/5 {
    border-top-color: rgb(229 231 235 / 0.05);
  }

  .md\:border-t-gray-200\/50 {
    border-top-color: rgb(229 231 235 / 0.5);
  }

  .md\:border-t-gray-200\/55 {
    border-top-color: rgb(229 231 235 / 0.55);
  }

  .md\:border-t-gray-200\/60 {
    border-top-color: rgb(229 231 235 / 0.6);
  }

  .md\:border-t-gray-200\/65 {
    border-top-color: rgb(229 231 235 / 0.65);
  }

  .md\:border-t-gray-200\/70 {
    border-top-color: rgb(229 231 235 / 0.7);
  }

  .md\:border-t-gray-200\/75 {
    border-top-color: rgb(229 231 235 / 0.75);
  }

  .md\:border-t-gray-200\/80 {
    border-top-color: rgb(229 231 235 / 0.8);
  }

  .md\:border-t-gray-200\/85 {
    border-top-color: rgb(229 231 235 / 0.85);
  }

  .md\:border-t-gray-200\/90 {
    border-top-color: rgb(229 231 235 / 0.9);
  }

  .md\:border-t-gray-200\/95 {
    border-top-color: rgb(229 231 235 / 0.95);
  }

  .md\:border-t-gray-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(209 213 219 / var(--tw-border-opacity));
  }

  .md\:border-t-gray-300\/0 {
    border-top-color: rgb(209 213 219 / 0);
  }

  .md\:border-t-gray-300\/10 {
    border-top-color: rgb(209 213 219 / 0.1);
  }

  .md\:border-t-gray-300\/100 {
    border-top-color: rgb(209 213 219 / 1);
  }

  .md\:border-t-gray-300\/15 {
    border-top-color: rgb(209 213 219 / 0.15);
  }

  .md\:border-t-gray-300\/20 {
    border-top-color: rgb(209 213 219 / 0.2);
  }

  .md\:border-t-gray-300\/25 {
    border-top-color: rgb(209 213 219 / 0.25);
  }

  .md\:border-t-gray-300\/30 {
    border-top-color: rgb(209 213 219 / 0.3);
  }

  .md\:border-t-gray-300\/35 {
    border-top-color: rgb(209 213 219 / 0.35);
  }

  .md\:border-t-gray-300\/40 {
    border-top-color: rgb(209 213 219 / 0.4);
  }

  .md\:border-t-gray-300\/45 {
    border-top-color: rgb(209 213 219 / 0.45);
  }

  .md\:border-t-gray-300\/5 {
    border-top-color: rgb(209 213 219 / 0.05);
  }

  .md\:border-t-gray-300\/50 {
    border-top-color: rgb(209 213 219 / 0.5);
  }

  .md\:border-t-gray-300\/55 {
    border-top-color: rgb(209 213 219 / 0.55);
  }

  .md\:border-t-gray-300\/60 {
    border-top-color: rgb(209 213 219 / 0.6);
  }

  .md\:border-t-gray-300\/65 {
    border-top-color: rgb(209 213 219 / 0.65);
  }

  .md\:border-t-gray-300\/70 {
    border-top-color: rgb(209 213 219 / 0.7);
  }

  .md\:border-t-gray-300\/75 {
    border-top-color: rgb(209 213 219 / 0.75);
  }

  .md\:border-t-gray-300\/80 {
    border-top-color: rgb(209 213 219 / 0.8);
  }

  .md\:border-t-gray-300\/85 {
    border-top-color: rgb(209 213 219 / 0.85);
  }

  .md\:border-t-gray-300\/90 {
    border-top-color: rgb(209 213 219 / 0.9);
  }

  .md\:border-t-gray-300\/95 {
    border-top-color: rgb(209 213 219 / 0.95);
  }

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

  .md\:border-t-gray-400\/0 {
    border-top-color: rgb(156 163 175 / 0);
  }

  .md\:border-t-gray-400\/10 {
    border-top-color: rgb(156 163 175 / 0.1);
  }

  .md\:border-t-gray-400\/100 {
    border-top-color: rgb(156 163 175 / 1);
  }

  .md\:border-t-gray-400\/15 {
    border-top-color: rgb(156 163 175 / 0.15);
  }

  .md\:border-t-gray-400\/20 {
    border-top-color: rgb(156 163 175 / 0.2);
  }

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

  .md\:border-t-gray-400\/30 {
    border-top-color: rgb(156 163 175 / 0.3);
  }

  .md\:border-t-gray-400\/35 {
    border-top-color: rgb(156 163 175 / 0.35);
  }

  .md\:border-t-gray-400\/40 {
    border-top-color: rgb(156 163 175 / 0.4);
  }

  .md\:border-t-gray-400\/45 {
    border-top-color: rgb(156 163 175 / 0.45);
  }

  .md\:border-t-gray-400\/5 {
    border-top-color: rgb(156 163 175 / 0.05);
  }

  .md\:border-t-gray-400\/50 {
    border-top-color: rgb(156 163 175 / 0.5);
  }

  .md\:border-t-gray-400\/55 {
    border-top-color: rgb(156 163 175 / 0.55);
  }

  .md\:border-t-gray-400\/60 {
    border-top-color: rgb(156 163 175 / 0.6);
  }

  .md\:border-t-gray-400\/65 {
    border-top-color: rgb(156 163 175 / 0.65);
  }

  .md\:border-t-gray-400\/70 {
    border-top-color: rgb(156 163 175 / 0.7);
  }

  .md\:border-t-gray-400\/75 {
    border-top-color: rgb(156 163 175 / 0.75);
  }

  .md\:border-t-gray-400\/80 {
    border-top-color: rgb(156 163 175 / 0.8);
  }

  .md\:border-t-gray-400\/85 {
    border-top-color: rgb(156 163 175 / 0.85);
  }

  .md\:border-t-gray-400\/90 {
    border-top-color: rgb(156 163 175 / 0.9);
  }

  .md\:border-t-gray-400\/95 {
    border-top-color: rgb(156 163 175 / 0.95);
  }

  .md\:border-t-gray-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(249 250 251 / var(--tw-border-opacity));
  }

  .md\:border-t-gray-50\/0 {
    border-top-color: rgb(249 250 251 / 0);
  }

  .md\:border-t-gray-50\/10 {
    border-top-color: rgb(249 250 251 / 0.1);
  }

  .md\:border-t-gray-50\/100 {
    border-top-color: rgb(249 250 251 / 1);
  }

  .md\:border-t-gray-50\/15 {
    border-top-color: rgb(249 250 251 / 0.15);
  }

  .md\:border-t-gray-50\/20 {
    border-top-color: rgb(249 250 251 / 0.2);
  }

  .md\:border-t-gray-50\/25 {
    border-top-color: rgb(249 250 251 / 0.25);
  }

  .md\:border-t-gray-50\/30 {
    border-top-color: rgb(249 250 251 / 0.3);
  }

  .md\:border-t-gray-50\/35 {
    border-top-color: rgb(249 250 251 / 0.35);
  }

  .md\:border-t-gray-50\/40 {
    border-top-color: rgb(249 250 251 / 0.4);
  }

  .md\:border-t-gray-50\/45 {
    border-top-color: rgb(249 250 251 / 0.45);
  }

  .md\:border-t-gray-50\/5 {
    border-top-color: rgb(249 250 251 / 0.05);
  }

  .md\:border-t-gray-50\/50 {
    border-top-color: rgb(249 250 251 / 0.5);
  }

  .md\:border-t-gray-50\/55 {
    border-top-color: rgb(249 250 251 / 0.55);
  }

  .md\:border-t-gray-50\/60 {
    border-top-color: rgb(249 250 251 / 0.6);
  }

  .md\:border-t-gray-50\/65 {
    border-top-color: rgb(249 250 251 / 0.65);
  }

  .md\:border-t-gray-50\/70 {
    border-top-color: rgb(249 250 251 / 0.7);
  }

  .md\:border-t-gray-50\/75 {
    border-top-color: rgb(249 250 251 / 0.75);
  }

  .md\:border-t-gray-50\/80 {
    border-top-color: rgb(249 250 251 / 0.8);
  }

  .md\:border-t-gray-50\/85 {
    border-top-color: rgb(249 250 251 / 0.85);
  }

  .md\:border-t-gray-50\/90 {
    border-top-color: rgb(249 250 251 / 0.9);
  }

  .md\:border-t-gray-50\/95 {
    border-top-color: rgb(249 250 251 / 0.95);
  }

  .md\:border-t-gray-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(107 114 128 / var(--tw-border-opacity));
  }

  .md\:border-t-gray-500\/0 {
    border-top-color: rgb(107 114 128 / 0);
  }

  .md\:border-t-gray-500\/10 {
    border-top-color: rgb(107 114 128 / 0.1);
  }

  .md\:border-t-gray-500\/100 {
    border-top-color: rgb(107 114 128 / 1);
  }

  .md\:border-t-gray-500\/15 {
    border-top-color: rgb(107 114 128 / 0.15);
  }

  .md\:border-t-gray-500\/20 {
    border-top-color: rgb(107 114 128 / 0.2);
  }

  .md\:border-t-gray-500\/25 {
    border-top-color: rgb(107 114 128 / 0.25);
  }

  .md\:border-t-gray-500\/30 {
    border-top-color: rgb(107 114 128 / 0.3);
  }

  .md\:border-t-gray-500\/35 {
    border-top-color: rgb(107 114 128 / 0.35);
  }

  .md\:border-t-gray-500\/40 {
    border-top-color: rgb(107 114 128 / 0.4);
  }

  .md\:border-t-gray-500\/45 {
    border-top-color: rgb(107 114 128 / 0.45);
  }

  .md\:border-t-gray-500\/5 {
    border-top-color: rgb(107 114 128 / 0.05);
  }

  .md\:border-t-gray-500\/50 {
    border-top-color: rgb(107 114 128 / 0.5);
  }

  .md\:border-t-gray-500\/55 {
    border-top-color: rgb(107 114 128 / 0.55);
  }

  .md\:border-t-gray-500\/60 {
    border-top-color: rgb(107 114 128 / 0.6);
  }

  .md\:border-t-gray-500\/65 {
    border-top-color: rgb(107 114 128 / 0.65);
  }

  .md\:border-t-gray-500\/70 {
    border-top-color: rgb(107 114 128 / 0.7);
  }

  .md\:border-t-gray-500\/75 {
    border-top-color: rgb(107 114 128 / 0.75);
  }

  .md\:border-t-gray-500\/80 {
    border-top-color: rgb(107 114 128 / 0.8);
  }

  .md\:border-t-gray-500\/85 {
    border-top-color: rgb(107 114 128 / 0.85);
  }

  .md\:border-t-gray-500\/90 {
    border-top-color: rgb(107 114 128 / 0.9);
  }

  .md\:border-t-gray-500\/95 {
    border-top-color: rgb(107 114 128 / 0.95);
  }

  .md\:border-t-gray-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .md\:border-t-gray-600\/0 {
    border-top-color: rgb(75 85 99 / 0);
  }

  .md\:border-t-gray-600\/10 {
    border-top-color: rgb(75 85 99 / 0.1);
  }

  .md\:border-t-gray-600\/100 {
    border-top-color: rgb(75 85 99 / 1);
  }

  .md\:border-t-gray-600\/15 {
    border-top-color: rgb(75 85 99 / 0.15);
  }

  .md\:border-t-gray-600\/20 {
    border-top-color: rgb(75 85 99 / 0.2);
  }

  .md\:border-t-gray-600\/25 {
    border-top-color: rgb(75 85 99 / 0.25);
  }

  .md\:border-t-gray-600\/30 {
    border-top-color: rgb(75 85 99 / 0.3);
  }

  .md\:border-t-gray-600\/35 {
    border-top-color: rgb(75 85 99 / 0.35);
  }

  .md\:border-t-gray-600\/40 {
    border-top-color: rgb(75 85 99 / 0.4);
  }

  .md\:border-t-gray-600\/45 {
    border-top-color: rgb(75 85 99 / 0.45);
  }

  .md\:border-t-gray-600\/5 {
    border-top-color: rgb(75 85 99 / 0.05);
  }

  .md\:border-t-gray-600\/50 {
    border-top-color: rgb(75 85 99 / 0.5);
  }

  .md\:border-t-gray-600\/55 {
    border-top-color: rgb(75 85 99 / 0.55);
  }

  .md\:border-t-gray-600\/60 {
    border-top-color: rgb(75 85 99 / 0.6);
  }

  .md\:border-t-gray-600\/65 {
    border-top-color: rgb(75 85 99 / 0.65);
  }

  .md\:border-t-gray-600\/70 {
    border-top-color: rgb(75 85 99 / 0.7);
  }

  .md\:border-t-gray-600\/75 {
    border-top-color: rgb(75 85 99 / 0.75);
  }

  .md\:border-t-gray-600\/80 {
    border-top-color: rgb(75 85 99 / 0.8);
  }

  .md\:border-t-gray-600\/85 {
    border-top-color: rgb(75 85 99 / 0.85);
  }

  .md\:border-t-gray-600\/90 {
    border-top-color: rgb(75 85 99 / 0.9);
  }

  .md\:border-t-gray-600\/95 {
    border-top-color: rgb(75 85 99 / 0.95);
  }

  .md\:border-t-gray-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .md\:border-t-gray-700\/0 {
    border-top-color: rgb(55 65 81 / 0);
  }

  .md\:border-t-gray-700\/10 {
    border-top-color: rgb(55 65 81 / 0.1);
  }

  .md\:border-t-gray-700\/100 {
    border-top-color: rgb(55 65 81 / 1);
  }

  .md\:border-t-gray-700\/15 {
    border-top-color: rgb(55 65 81 / 0.15);
  }

  .md\:border-t-gray-700\/20 {
    border-top-color: rgb(55 65 81 / 0.2);
  }

  .md\:border-t-gray-700\/25 {
    border-top-color: rgb(55 65 81 / 0.25);
  }

  .md\:border-t-gray-700\/30 {
    border-top-color: rgb(55 65 81 / 0.3);
  }

  .md\:border-t-gray-700\/35 {
    border-top-color: rgb(55 65 81 / 0.35);
  }

  .md\:border-t-gray-700\/40 {
    border-top-color: rgb(55 65 81 / 0.4);
  }

  .md\:border-t-gray-700\/45 {
    border-top-color: rgb(55 65 81 / 0.45);
  }

  .md\:border-t-gray-700\/5 {
    border-top-color: rgb(55 65 81 / 0.05);
  }

  .md\:border-t-gray-700\/50 {
    border-top-color: rgb(55 65 81 / 0.5);
  }

  .md\:border-t-gray-700\/55 {
    border-top-color: rgb(55 65 81 / 0.55);
  }

  .md\:border-t-gray-700\/60 {
    border-top-color: rgb(55 65 81 / 0.6);
  }

  .md\:border-t-gray-700\/65 {
    border-top-color: rgb(55 65 81 / 0.65);
  }

  .md\:border-t-gray-700\/70 {
    border-top-color: rgb(55 65 81 / 0.7);
  }

  .md\:border-t-gray-700\/75 {
    border-top-color: rgb(55 65 81 / 0.75);
  }

  .md\:border-t-gray-700\/80 {
    border-top-color: rgb(55 65 81 / 0.8);
  }

  .md\:border-t-gray-700\/85 {
    border-top-color: rgb(55 65 81 / 0.85);
  }

  .md\:border-t-gray-700\/90 {
    border-top-color: rgb(55 65 81 / 0.9);
  }

  .md\:border-t-gray-700\/95 {
    border-top-color: rgb(55 65 81 / 0.95);
  }

  .md\:border-t-gray-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(31 41 55 / var(--tw-border-opacity));
  }

  .md\:border-t-gray-800\/0 {
    border-top-color: rgb(31 41 55 / 0);
  }

  .md\:border-t-gray-800\/10 {
    border-top-color: rgb(31 41 55 / 0.1);
  }

  .md\:border-t-gray-800\/100 {
    border-top-color: rgb(31 41 55 / 1);
  }

  .md\:border-t-gray-800\/15 {
    border-top-color: rgb(31 41 55 / 0.15);
  }

  .md\:border-t-gray-800\/20 {
    border-top-color: rgb(31 41 55 / 0.2);
  }

  .md\:border-t-gray-800\/25 {
    border-top-color: rgb(31 41 55 / 0.25);
  }

  .md\:border-t-gray-800\/30 {
    border-top-color: rgb(31 41 55 / 0.3);
  }

  .md\:border-t-gray-800\/35 {
    border-top-color: rgb(31 41 55 / 0.35);
  }

  .md\:border-t-gray-800\/40 {
    border-top-color: rgb(31 41 55 / 0.4);
  }

  .md\:border-t-gray-800\/45 {
    border-top-color: rgb(31 41 55 / 0.45);
  }

  .md\:border-t-gray-800\/5 {
    border-top-color: rgb(31 41 55 / 0.05);
  }

  .md\:border-t-gray-800\/50 {
    border-top-color: rgb(31 41 55 / 0.5);
  }

  .md\:border-t-gray-800\/55 {
    border-top-color: rgb(31 41 55 / 0.55);
  }

  .md\:border-t-gray-800\/60 {
    border-top-color: rgb(31 41 55 / 0.6);
  }

  .md\:border-t-gray-800\/65 {
    border-top-color: rgb(31 41 55 / 0.65);
  }

  .md\:border-t-gray-800\/70 {
    border-top-color: rgb(31 41 55 / 0.7);
  }

  .md\:border-t-gray-800\/75 {
    border-top-color: rgb(31 41 55 / 0.75);
  }

  .md\:border-t-gray-800\/80 {
    border-top-color: rgb(31 41 55 / 0.8);
  }

  .md\:border-t-gray-800\/85 {
    border-top-color: rgb(31 41 55 / 0.85);
  }

  .md\:border-t-gray-800\/90 {
    border-top-color: rgb(31 41 55 / 0.9);
  }

  .md\:border-t-gray-800\/95 {
    border-top-color: rgb(31 41 55 / 0.95);
  }

  .md\:border-t-gray-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(17 24 39 / var(--tw-border-opacity));
  }

  .md\:border-t-gray-900\/0 {
    border-top-color: rgb(17 24 39 / 0);
  }

  .md\:border-t-gray-900\/10 {
    border-top-color: rgb(17 24 39 / 0.1);
  }

  .md\:border-t-gray-900\/100 {
    border-top-color: rgb(17 24 39 / 1);
  }

  .md\:border-t-gray-900\/15 {
    border-top-color: rgb(17 24 39 / 0.15);
  }

  .md\:border-t-gray-900\/20 {
    border-top-color: rgb(17 24 39 / 0.2);
  }

  .md\:border-t-gray-900\/25 {
    border-top-color: rgb(17 24 39 / 0.25);
  }

  .md\:border-t-gray-900\/30 {
    border-top-color: rgb(17 24 39 / 0.3);
  }

  .md\:border-t-gray-900\/35 {
    border-top-color: rgb(17 24 39 / 0.35);
  }

  .md\:border-t-gray-900\/40 {
    border-top-color: rgb(17 24 39 / 0.4);
  }

  .md\:border-t-gray-900\/45 {
    border-top-color: rgb(17 24 39 / 0.45);
  }

  .md\:border-t-gray-900\/5 {
    border-top-color: rgb(17 24 39 / 0.05);
  }

  .md\:border-t-gray-900\/50 {
    border-top-color: rgb(17 24 39 / 0.5);
  }

  .md\:border-t-gray-900\/55 {
    border-top-color: rgb(17 24 39 / 0.55);
  }

  .md\:border-t-gray-900\/60 {
    border-top-color: rgb(17 24 39 / 0.6);
  }

  .md\:border-t-gray-900\/65 {
    border-top-color: rgb(17 24 39 / 0.65);
  }

  .md\:border-t-gray-900\/70 {
    border-top-color: rgb(17 24 39 / 0.7);
  }

  .md\:border-t-gray-900\/75 {
    border-top-color: rgb(17 24 39 / 0.75);
  }

  .md\:border-t-gray-900\/80 {
    border-top-color: rgb(17 24 39 / 0.8);
  }

  .md\:border-t-gray-900\/85 {
    border-top-color: rgb(17 24 39 / 0.85);
  }

  .md\:border-t-gray-900\/90 {
    border-top-color: rgb(17 24 39 / 0.9);
  }

  .md\:border-t-gray-900\/95 {
    border-top-color: rgb(17 24 39 / 0.95);
  }

  .md\:border-t-gray-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(3 7 18 / var(--tw-border-opacity));
  }

  .md\:border-t-gray-950\/0 {
    border-top-color: rgb(3 7 18 / 0);
  }

  .md\:border-t-gray-950\/10 {
    border-top-color: rgb(3 7 18 / 0.1);
  }

  .md\:border-t-gray-950\/100 {
    border-top-color: rgb(3 7 18 / 1);
  }

  .md\:border-t-gray-950\/15 {
    border-top-color: rgb(3 7 18 / 0.15);
  }

  .md\:border-t-gray-950\/20 {
    border-top-color: rgb(3 7 18 / 0.2);
  }

  .md\:border-t-gray-950\/25 {
    border-top-color: rgb(3 7 18 / 0.25);
  }

  .md\:border-t-gray-950\/30 {
    border-top-color: rgb(3 7 18 / 0.3);
  }

  .md\:border-t-gray-950\/35 {
    border-top-color: rgb(3 7 18 / 0.35);
  }

  .md\:border-t-gray-950\/40 {
    border-top-color: rgb(3 7 18 / 0.4);
  }

  .md\:border-t-gray-950\/45 {
    border-top-color: rgb(3 7 18 / 0.45);
  }

  .md\:border-t-gray-950\/5 {
    border-top-color: rgb(3 7 18 / 0.05);
  }

  .md\:border-t-gray-950\/50 {
    border-top-color: rgb(3 7 18 / 0.5);
  }

  .md\:border-t-gray-950\/55 {
    border-top-color: rgb(3 7 18 / 0.55);
  }

  .md\:border-t-gray-950\/60 {
    border-top-color: rgb(3 7 18 / 0.6);
  }

  .md\:border-t-gray-950\/65 {
    border-top-color: rgb(3 7 18 / 0.65);
  }

  .md\:border-t-gray-950\/70 {
    border-top-color: rgb(3 7 18 / 0.7);
  }

  .md\:border-t-gray-950\/75 {
    border-top-color: rgb(3 7 18 / 0.75);
  }

  .md\:border-t-gray-950\/80 {
    border-top-color: rgb(3 7 18 / 0.8);
  }

  .md\:border-t-gray-950\/85 {
    border-top-color: rgb(3 7 18 / 0.85);
  }

  .md\:border-t-gray-950\/90 {
    border-top-color: rgb(3 7 18 / 0.9);
  }

  .md\:border-t-gray-950\/95 {
    border-top-color: rgb(3 7 18 / 0.95);
  }

  .md\:border-t-green-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(220 252 231 / var(--tw-border-opacity));
  }

  .md\:border-t-green-100\/0 {
    border-top-color: rgb(220 252 231 / 0);
  }

  .md\:border-t-green-100\/10 {
    border-top-color: rgb(220 252 231 / 0.1);
  }

  .md\:border-t-green-100\/100 {
    border-top-color: rgb(220 252 231 / 1);
  }

  .md\:border-t-green-100\/15 {
    border-top-color: rgb(220 252 231 / 0.15);
  }

  .md\:border-t-green-100\/20 {
    border-top-color: rgb(220 252 231 / 0.2);
  }

  .md\:border-t-green-100\/25 {
    border-top-color: rgb(220 252 231 / 0.25);
  }

  .md\:border-t-green-100\/30 {
    border-top-color: rgb(220 252 231 / 0.3);
  }

  .md\:border-t-green-100\/35 {
    border-top-color: rgb(220 252 231 / 0.35);
  }

  .md\:border-t-green-100\/40 {
    border-top-color: rgb(220 252 231 / 0.4);
  }

  .md\:border-t-green-100\/45 {
    border-top-color: rgb(220 252 231 / 0.45);
  }

  .md\:border-t-green-100\/5 {
    border-top-color: rgb(220 252 231 / 0.05);
  }

  .md\:border-t-green-100\/50 {
    border-top-color: rgb(220 252 231 / 0.5);
  }

  .md\:border-t-green-100\/55 {
    border-top-color: rgb(220 252 231 / 0.55);
  }

  .md\:border-t-green-100\/60 {
    border-top-color: rgb(220 252 231 / 0.6);
  }

  .md\:border-t-green-100\/65 {
    border-top-color: rgb(220 252 231 / 0.65);
  }

  .md\:border-t-green-100\/70 {
    border-top-color: rgb(220 252 231 / 0.7);
  }

  .md\:border-t-green-100\/75 {
    border-top-color: rgb(220 252 231 / 0.75);
  }

  .md\:border-t-green-100\/80 {
    border-top-color: rgb(220 252 231 / 0.8);
  }

  .md\:border-t-green-100\/85 {
    border-top-color: rgb(220 252 231 / 0.85);
  }

  .md\:border-t-green-100\/90 {
    border-top-color: rgb(220 252 231 / 0.9);
  }

  .md\:border-t-green-100\/95 {
    border-top-color: rgb(220 252 231 / 0.95);
  }

  .md\:border-t-green-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(187 247 208 / var(--tw-border-opacity));
  }

  .md\:border-t-green-200\/0 {
    border-top-color: rgb(187 247 208 / 0);
  }

  .md\:border-t-green-200\/10 {
    border-top-color: rgb(187 247 208 / 0.1);
  }

  .md\:border-t-green-200\/100 {
    border-top-color: rgb(187 247 208 / 1);
  }

  .md\:border-t-green-200\/15 {
    border-top-color: rgb(187 247 208 / 0.15);
  }

  .md\:border-t-green-200\/20 {
    border-top-color: rgb(187 247 208 / 0.2);
  }

  .md\:border-t-green-200\/25 {
    border-top-color: rgb(187 247 208 / 0.25);
  }

  .md\:border-t-green-200\/30 {
    border-top-color: rgb(187 247 208 / 0.3);
  }

  .md\:border-t-green-200\/35 {
    border-top-color: rgb(187 247 208 / 0.35);
  }

  .md\:border-t-green-200\/40 {
    border-top-color: rgb(187 247 208 / 0.4);
  }

  .md\:border-t-green-200\/45 {
    border-top-color: rgb(187 247 208 / 0.45);
  }

  .md\:border-t-green-200\/5 {
    border-top-color: rgb(187 247 208 / 0.05);
  }

  .md\:border-t-green-200\/50 {
    border-top-color: rgb(187 247 208 / 0.5);
  }

  .md\:border-t-green-200\/55 {
    border-top-color: rgb(187 247 208 / 0.55);
  }

  .md\:border-t-green-200\/60 {
    border-top-color: rgb(187 247 208 / 0.6);
  }

  .md\:border-t-green-200\/65 {
    border-top-color: rgb(187 247 208 / 0.65);
  }

  .md\:border-t-green-200\/70 {
    border-top-color: rgb(187 247 208 / 0.7);
  }

  .md\:border-t-green-200\/75 {
    border-top-color: rgb(187 247 208 / 0.75);
  }

  .md\:border-t-green-200\/80 {
    border-top-color: rgb(187 247 208 / 0.8);
  }

  .md\:border-t-green-200\/85 {
    border-top-color: rgb(187 247 208 / 0.85);
  }

  .md\:border-t-green-200\/90 {
    border-top-color: rgb(187 247 208 / 0.9);
  }

  .md\:border-t-green-200\/95 {
    border-top-color: rgb(187 247 208 / 0.95);
  }

  .md\:border-t-green-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(134 239 172 / var(--tw-border-opacity));
  }

  .md\:border-t-green-300\/0 {
    border-top-color: rgb(134 239 172 / 0);
  }

  .md\:border-t-green-300\/10 {
    border-top-color: rgb(134 239 172 / 0.1);
  }

  .md\:border-t-green-300\/100 {
    border-top-color: rgb(134 239 172 / 1);
  }

  .md\:border-t-green-300\/15 {
    border-top-color: rgb(134 239 172 / 0.15);
  }

  .md\:border-t-green-300\/20 {
    border-top-color: rgb(134 239 172 / 0.2);
  }

  .md\:border-t-green-300\/25 {
    border-top-color: rgb(134 239 172 / 0.25);
  }

  .md\:border-t-green-300\/30 {
    border-top-color: rgb(134 239 172 / 0.3);
  }

  .md\:border-t-green-300\/35 {
    border-top-color: rgb(134 239 172 / 0.35);
  }

  .md\:border-t-green-300\/40 {
    border-top-color: rgb(134 239 172 / 0.4);
  }

  .md\:border-t-green-300\/45 {
    border-top-color: rgb(134 239 172 / 0.45);
  }

  .md\:border-t-green-300\/5 {
    border-top-color: rgb(134 239 172 / 0.05);
  }

  .md\:border-t-green-300\/50 {
    border-top-color: rgb(134 239 172 / 0.5);
  }

  .md\:border-t-green-300\/55 {
    border-top-color: rgb(134 239 172 / 0.55);
  }

  .md\:border-t-green-300\/60 {
    border-top-color: rgb(134 239 172 / 0.6);
  }

  .md\:border-t-green-300\/65 {
    border-top-color: rgb(134 239 172 / 0.65);
  }

  .md\:border-t-green-300\/70 {
    border-top-color: rgb(134 239 172 / 0.7);
  }

  .md\:border-t-green-300\/75 {
    border-top-color: rgb(134 239 172 / 0.75);
  }

  .md\:border-t-green-300\/80 {
    border-top-color: rgb(134 239 172 / 0.8);
  }

  .md\:border-t-green-300\/85 {
    border-top-color: rgb(134 239 172 / 0.85);
  }

  .md\:border-t-green-300\/90 {
    border-top-color: rgb(134 239 172 / 0.9);
  }

  .md\:border-t-green-300\/95 {
    border-top-color: rgb(134 239 172 / 0.95);
  }

  .md\:border-t-green-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(74 222 128 / var(--tw-border-opacity));
  }

  .md\:border-t-green-400\/0 {
    border-top-color: rgb(74 222 128 / 0);
  }

  .md\:border-t-green-400\/10 {
    border-top-color: rgb(74 222 128 / 0.1);
  }

  .md\:border-t-green-400\/100 {
    border-top-color: rgb(74 222 128 / 1);
  }

  .md\:border-t-green-400\/15 {
    border-top-color: rgb(74 222 128 / 0.15);
  }

  .md\:border-t-green-400\/20 {
    border-top-color: rgb(74 222 128 / 0.2);
  }

  .md\:border-t-green-400\/25 {
    border-top-color: rgb(74 222 128 / 0.25);
  }

  .md\:border-t-green-400\/30 {
    border-top-color: rgb(74 222 128 / 0.3);
  }

  .md\:border-t-green-400\/35 {
    border-top-color: rgb(74 222 128 / 0.35);
  }

  .md\:border-t-green-400\/40 {
    border-top-color: rgb(74 222 128 / 0.4);
  }

  .md\:border-t-green-400\/45 {
    border-top-color: rgb(74 222 128 / 0.45);
  }

  .md\:border-t-green-400\/5 {
    border-top-color: rgb(74 222 128 / 0.05);
  }

  .md\:border-t-green-400\/50 {
    border-top-color: rgb(74 222 128 / 0.5);
  }

  .md\:border-t-green-400\/55 {
    border-top-color: rgb(74 222 128 / 0.55);
  }

  .md\:border-t-green-400\/60 {
    border-top-color: rgb(74 222 128 / 0.6);
  }

  .md\:border-t-green-400\/65 {
    border-top-color: rgb(74 222 128 / 0.65);
  }

  .md\:border-t-green-400\/70 {
    border-top-color: rgb(74 222 128 / 0.7);
  }

  .md\:border-t-green-400\/75 {
    border-top-color: rgb(74 222 128 / 0.75);
  }

  .md\:border-t-green-400\/80 {
    border-top-color: rgb(74 222 128 / 0.8);
  }

  .md\:border-t-green-400\/85 {
    border-top-color: rgb(74 222 128 / 0.85);
  }

  .md\:border-t-green-400\/90 {
    border-top-color: rgb(74 222 128 / 0.9);
  }

  .md\:border-t-green-400\/95 {
    border-top-color: rgb(74 222 128 / 0.95);
  }

  .md\:border-t-green-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(240 253 244 / var(--tw-border-opacity));
  }

  .md\:border-t-green-50\/0 {
    border-top-color: rgb(240 253 244 / 0);
  }

  .md\:border-t-green-50\/10 {
    border-top-color: rgb(240 253 244 / 0.1);
  }

  .md\:border-t-green-50\/100 {
    border-top-color: rgb(240 253 244 / 1);
  }

  .md\:border-t-green-50\/15 {
    border-top-color: rgb(240 253 244 / 0.15);
  }

  .md\:border-t-green-50\/20 {
    border-top-color: rgb(240 253 244 / 0.2);
  }

  .md\:border-t-green-50\/25 {
    border-top-color: rgb(240 253 244 / 0.25);
  }

  .md\:border-t-green-50\/30 {
    border-top-color: rgb(240 253 244 / 0.3);
  }

  .md\:border-t-green-50\/35 {
    border-top-color: rgb(240 253 244 / 0.35);
  }

  .md\:border-t-green-50\/40 {
    border-top-color: rgb(240 253 244 / 0.4);
  }

  .md\:border-t-green-50\/45 {
    border-top-color: rgb(240 253 244 / 0.45);
  }

  .md\:border-t-green-50\/5 {
    border-top-color: rgb(240 253 244 / 0.05);
  }

  .md\:border-t-green-50\/50 {
    border-top-color: rgb(240 253 244 / 0.5);
  }

  .md\:border-t-green-50\/55 {
    border-top-color: rgb(240 253 244 / 0.55);
  }

  .md\:border-t-green-50\/60 {
    border-top-color: rgb(240 253 244 / 0.6);
  }

  .md\:border-t-green-50\/65 {
    border-top-color: rgb(240 253 244 / 0.65);
  }

  .md\:border-t-green-50\/70 {
    border-top-color: rgb(240 253 244 / 0.7);
  }

  .md\:border-t-green-50\/75 {
    border-top-color: rgb(240 253 244 / 0.75);
  }

  .md\:border-t-green-50\/80 {
    border-top-color: rgb(240 253 244 / 0.8);
  }

  .md\:border-t-green-50\/85 {
    border-top-color: rgb(240 253 244 / 0.85);
  }

  .md\:border-t-green-50\/90 {
    border-top-color: rgb(240 253 244 / 0.9);
  }

  .md\:border-t-green-50\/95 {
    border-top-color: rgb(240 253 244 / 0.95);
  }

  .md\:border-t-green-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(34 197 94 / var(--tw-border-opacity));
  }

  .md\:border-t-green-500\/0 {
    border-top-color: rgb(34 197 94 / 0);
  }

  .md\:border-t-green-500\/10 {
    border-top-color: rgb(34 197 94 / 0.1);
  }

  .md\:border-t-green-500\/100 {
    border-top-color: rgb(34 197 94 / 1);
  }

  .md\:border-t-green-500\/15 {
    border-top-color: rgb(34 197 94 / 0.15);
  }

  .md\:border-t-green-500\/20 {
    border-top-color: rgb(34 197 94 / 0.2);
  }

  .md\:border-t-green-500\/25 {
    border-top-color: rgb(34 197 94 / 0.25);
  }

  .md\:border-t-green-500\/30 {
    border-top-color: rgb(34 197 94 / 0.3);
  }

  .md\:border-t-green-500\/35 {
    border-top-color: rgb(34 197 94 / 0.35);
  }

  .md\:border-t-green-500\/40 {
    border-top-color: rgb(34 197 94 / 0.4);
  }

  .md\:border-t-green-500\/45 {
    border-top-color: rgb(34 197 94 / 0.45);
  }

  .md\:border-t-green-500\/5 {
    border-top-color: rgb(34 197 94 / 0.05);
  }

  .md\:border-t-green-500\/50 {
    border-top-color: rgb(34 197 94 / 0.5);
  }

  .md\:border-t-green-500\/55 {
    border-top-color: rgb(34 197 94 / 0.55);
  }

  .md\:border-t-green-500\/60 {
    border-top-color: rgb(34 197 94 / 0.6);
  }

  .md\:border-t-green-500\/65 {
    border-top-color: rgb(34 197 94 / 0.65);
  }

  .md\:border-t-green-500\/70 {
    border-top-color: rgb(34 197 94 / 0.7);
  }

  .md\:border-t-green-500\/75 {
    border-top-color: rgb(34 197 94 / 0.75);
  }

  .md\:border-t-green-500\/80 {
    border-top-color: rgb(34 197 94 / 0.8);
  }

  .md\:border-t-green-500\/85 {
    border-top-color: rgb(34 197 94 / 0.85);
  }

  .md\:border-t-green-500\/90 {
    border-top-color: rgb(34 197 94 / 0.9);
  }

  .md\:border-t-green-500\/95 {
    border-top-color: rgb(34 197 94 / 0.95);
  }

  .md\:border-t-green-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(22 163 74 / var(--tw-border-opacity));
  }

  .md\:border-t-green-600\/0 {
    border-top-color: rgb(22 163 74 / 0);
  }

  .md\:border-t-green-600\/10 {
    border-top-color: rgb(22 163 74 / 0.1);
  }

  .md\:border-t-green-600\/100 {
    border-top-color: rgb(22 163 74 / 1);
  }

  .md\:border-t-green-600\/15 {
    border-top-color: rgb(22 163 74 / 0.15);
  }

  .md\:border-t-green-600\/20 {
    border-top-color: rgb(22 163 74 / 0.2);
  }

  .md\:border-t-green-600\/25 {
    border-top-color: rgb(22 163 74 / 0.25);
  }

  .md\:border-t-green-600\/30 {
    border-top-color: rgb(22 163 74 / 0.3);
  }

  .md\:border-t-green-600\/35 {
    border-top-color: rgb(22 163 74 / 0.35);
  }

  .md\:border-t-green-600\/40 {
    border-top-color: rgb(22 163 74 / 0.4);
  }

  .md\:border-t-green-600\/45 {
    border-top-color: rgb(22 163 74 / 0.45);
  }

  .md\:border-t-green-600\/5 {
    border-top-color: rgb(22 163 74 / 0.05);
  }

  .md\:border-t-green-600\/50 {
    border-top-color: rgb(22 163 74 / 0.5);
  }

  .md\:border-t-green-600\/55 {
    border-top-color: rgb(22 163 74 / 0.55);
  }

  .md\:border-t-green-600\/60 {
    border-top-color: rgb(22 163 74 / 0.6);
  }

  .md\:border-t-green-600\/65 {
    border-top-color: rgb(22 163 74 / 0.65);
  }

  .md\:border-t-green-600\/70 {
    border-top-color: rgb(22 163 74 / 0.7);
  }

  .md\:border-t-green-600\/75 {
    border-top-color: rgb(22 163 74 / 0.75);
  }

  .md\:border-t-green-600\/80 {
    border-top-color: rgb(22 163 74 / 0.8);
  }

  .md\:border-t-green-600\/85 {
    border-top-color: rgb(22 163 74 / 0.85);
  }

  .md\:border-t-green-600\/90 {
    border-top-color: rgb(22 163 74 / 0.9);
  }

  .md\:border-t-green-600\/95 {
    border-top-color: rgb(22 163 74 / 0.95);
  }

  .md\:border-t-green-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(21 128 61 / var(--tw-border-opacity));
  }

  .md\:border-t-green-700\/0 {
    border-top-color: rgb(21 128 61 / 0);
  }

  .md\:border-t-green-700\/10 {
    border-top-color: rgb(21 128 61 / 0.1);
  }

  .md\:border-t-green-700\/100 {
    border-top-color: rgb(21 128 61 / 1);
  }

  .md\:border-t-green-700\/15 {
    border-top-color: rgb(21 128 61 / 0.15);
  }

  .md\:border-t-green-700\/20 {
    border-top-color: rgb(21 128 61 / 0.2);
  }

  .md\:border-t-green-700\/25 {
    border-top-color: rgb(21 128 61 / 0.25);
  }

  .md\:border-t-green-700\/30 {
    border-top-color: rgb(21 128 61 / 0.3);
  }

  .md\:border-t-green-700\/35 {
    border-top-color: rgb(21 128 61 / 0.35);
  }

  .md\:border-t-green-700\/40 {
    border-top-color: rgb(21 128 61 / 0.4);
  }

  .md\:border-t-green-700\/45 {
    border-top-color: rgb(21 128 61 / 0.45);
  }

  .md\:border-t-green-700\/5 {
    border-top-color: rgb(21 128 61 / 0.05);
  }

  .md\:border-t-green-700\/50 {
    border-top-color: rgb(21 128 61 / 0.5);
  }

  .md\:border-t-green-700\/55 {
    border-top-color: rgb(21 128 61 / 0.55);
  }

  .md\:border-t-green-700\/60 {
    border-top-color: rgb(21 128 61 / 0.6);
  }

  .md\:border-t-green-700\/65 {
    border-top-color: rgb(21 128 61 / 0.65);
  }

  .md\:border-t-green-700\/70 {
    border-top-color: rgb(21 128 61 / 0.7);
  }

  .md\:border-t-green-700\/75 {
    border-top-color: rgb(21 128 61 / 0.75);
  }

  .md\:border-t-green-700\/80 {
    border-top-color: rgb(21 128 61 / 0.8);
  }

  .md\:border-t-green-700\/85 {
    border-top-color: rgb(21 128 61 / 0.85);
  }

  .md\:border-t-green-700\/90 {
    border-top-color: rgb(21 128 61 / 0.9);
  }

  .md\:border-t-green-700\/95 {
    border-top-color: rgb(21 128 61 / 0.95);
  }

  .md\:border-t-green-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(22 101 52 / var(--tw-border-opacity));
  }

  .md\:border-t-green-800\/0 {
    border-top-color: rgb(22 101 52 / 0);
  }

  .md\:border-t-green-800\/10 {
    border-top-color: rgb(22 101 52 / 0.1);
  }

  .md\:border-t-green-800\/100 {
    border-top-color: rgb(22 101 52 / 1);
  }

  .md\:border-t-green-800\/15 {
    border-top-color: rgb(22 101 52 / 0.15);
  }

  .md\:border-t-green-800\/20 {
    border-top-color: rgb(22 101 52 / 0.2);
  }

  .md\:border-t-green-800\/25 {
    border-top-color: rgb(22 101 52 / 0.25);
  }

  .md\:border-t-green-800\/30 {
    border-top-color: rgb(22 101 52 / 0.3);
  }

  .md\:border-t-green-800\/35 {
    border-top-color: rgb(22 101 52 / 0.35);
  }

  .md\:border-t-green-800\/40 {
    border-top-color: rgb(22 101 52 / 0.4);
  }

  .md\:border-t-green-800\/45 {
    border-top-color: rgb(22 101 52 / 0.45);
  }

  .md\:border-t-green-800\/5 {
    border-top-color: rgb(22 101 52 / 0.05);
  }

  .md\:border-t-green-800\/50 {
    border-top-color: rgb(22 101 52 / 0.5);
  }

  .md\:border-t-green-800\/55 {
    border-top-color: rgb(22 101 52 / 0.55);
  }

  .md\:border-t-green-800\/60 {
    border-top-color: rgb(22 101 52 / 0.6);
  }

  .md\:border-t-green-800\/65 {
    border-top-color: rgb(22 101 52 / 0.65);
  }

  .md\:border-t-green-800\/70 {
    border-top-color: rgb(22 101 52 / 0.7);
  }

  .md\:border-t-green-800\/75 {
    border-top-color: rgb(22 101 52 / 0.75);
  }

  .md\:border-t-green-800\/80 {
    border-top-color: rgb(22 101 52 / 0.8);
  }

  .md\:border-t-green-800\/85 {
    border-top-color: rgb(22 101 52 / 0.85);
  }

  .md\:border-t-green-800\/90 {
    border-top-color: rgb(22 101 52 / 0.9);
  }

  .md\:border-t-green-800\/95 {
    border-top-color: rgb(22 101 52 / 0.95);
  }

  .md\:border-t-green-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(20 83 45 / var(--tw-border-opacity));
  }

  .md\:border-t-green-900\/0 {
    border-top-color: rgb(20 83 45 / 0);
  }

  .md\:border-t-green-900\/10 {
    border-top-color: rgb(20 83 45 / 0.1);
  }

  .md\:border-t-green-900\/100 {
    border-top-color: rgb(20 83 45 / 1);
  }

  .md\:border-t-green-900\/15 {
    border-top-color: rgb(20 83 45 / 0.15);
  }

  .md\:border-t-green-900\/20 {
    border-top-color: rgb(20 83 45 / 0.2);
  }

  .md\:border-t-green-900\/25 {
    border-top-color: rgb(20 83 45 / 0.25);
  }

  .md\:border-t-green-900\/30 {
    border-top-color: rgb(20 83 45 / 0.3);
  }

  .md\:border-t-green-900\/35 {
    border-top-color: rgb(20 83 45 / 0.35);
  }

  .md\:border-t-green-900\/40 {
    border-top-color: rgb(20 83 45 / 0.4);
  }

  .md\:border-t-green-900\/45 {
    border-top-color: rgb(20 83 45 / 0.45);
  }

  .md\:border-t-green-900\/5 {
    border-top-color: rgb(20 83 45 / 0.05);
  }

  .md\:border-t-green-900\/50 {
    border-top-color: rgb(20 83 45 / 0.5);
  }

  .md\:border-t-green-900\/55 {
    border-top-color: rgb(20 83 45 / 0.55);
  }

  .md\:border-t-green-900\/60 {
    border-top-color: rgb(20 83 45 / 0.6);
  }

  .md\:border-t-green-900\/65 {
    border-top-color: rgb(20 83 45 / 0.65);
  }

  .md\:border-t-green-900\/70 {
    border-top-color: rgb(20 83 45 / 0.7);
  }

  .md\:border-t-green-900\/75 {
    border-top-color: rgb(20 83 45 / 0.75);
  }

  .md\:border-t-green-900\/80 {
    border-top-color: rgb(20 83 45 / 0.8);
  }

  .md\:border-t-green-900\/85 {
    border-top-color: rgb(20 83 45 / 0.85);
  }

  .md\:border-t-green-900\/90 {
    border-top-color: rgb(20 83 45 / 0.9);
  }

  .md\:border-t-green-900\/95 {
    border-top-color: rgb(20 83 45 / 0.95);
  }

  .md\:border-t-green-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(5 46 22 / var(--tw-border-opacity));
  }

  .md\:border-t-green-950\/0 {
    border-top-color: rgb(5 46 22 / 0);
  }

  .md\:border-t-green-950\/10 {
    border-top-color: rgb(5 46 22 / 0.1);
  }

  .md\:border-t-green-950\/100 {
    border-top-color: rgb(5 46 22 / 1);
  }

  .md\:border-t-green-950\/15 {
    border-top-color: rgb(5 46 22 / 0.15);
  }

  .md\:border-t-green-950\/20 {
    border-top-color: rgb(5 46 22 / 0.2);
  }

  .md\:border-t-green-950\/25 {
    border-top-color: rgb(5 46 22 / 0.25);
  }

  .md\:border-t-green-950\/30 {
    border-top-color: rgb(5 46 22 / 0.3);
  }

  .md\:border-t-green-950\/35 {
    border-top-color: rgb(5 46 22 / 0.35);
  }

  .md\:border-t-green-950\/40 {
    border-top-color: rgb(5 46 22 / 0.4);
  }

  .md\:border-t-green-950\/45 {
    border-top-color: rgb(5 46 22 / 0.45);
  }

  .md\:border-t-green-950\/5 {
    border-top-color: rgb(5 46 22 / 0.05);
  }

  .md\:border-t-green-950\/50 {
    border-top-color: rgb(5 46 22 / 0.5);
  }

  .md\:border-t-green-950\/55 {
    border-top-color: rgb(5 46 22 / 0.55);
  }

  .md\:border-t-green-950\/60 {
    border-top-color: rgb(5 46 22 / 0.6);
  }

  .md\:border-t-green-950\/65 {
    border-top-color: rgb(5 46 22 / 0.65);
  }

  .md\:border-t-green-950\/70 {
    border-top-color: rgb(5 46 22 / 0.7);
  }

  .md\:border-t-green-950\/75 {
    border-top-color: rgb(5 46 22 / 0.75);
  }

  .md\:border-t-green-950\/80 {
    border-top-color: rgb(5 46 22 / 0.8);
  }

  .md\:border-t-green-950\/85 {
    border-top-color: rgb(5 46 22 / 0.85);
  }

  .md\:border-t-green-950\/90 {
    border-top-color: rgb(5 46 22 / 0.9);
  }

  .md\:border-t-green-950\/95 {
    border-top-color: rgb(5 46 22 / 0.95);
  }

  .md\:border-t-indigo-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(224 231 255 / var(--tw-border-opacity));
  }

  .md\:border-t-indigo-100\/0 {
    border-top-color: rgb(224 231 255 / 0);
  }

  .md\:border-t-indigo-100\/10 {
    border-top-color: rgb(224 231 255 / 0.1);
  }

  .md\:border-t-indigo-100\/100 {
    border-top-color: rgb(224 231 255 / 1);
  }

  .md\:border-t-indigo-100\/15 {
    border-top-color: rgb(224 231 255 / 0.15);
  }

  .md\:border-t-indigo-100\/20 {
    border-top-color: rgb(224 231 255 / 0.2);
  }

  .md\:border-t-indigo-100\/25 {
    border-top-color: rgb(224 231 255 / 0.25);
  }

  .md\:border-t-indigo-100\/30 {
    border-top-color: rgb(224 231 255 / 0.3);
  }

  .md\:border-t-indigo-100\/35 {
    border-top-color: rgb(224 231 255 / 0.35);
  }

  .md\:border-t-indigo-100\/40 {
    border-top-color: rgb(224 231 255 / 0.4);
  }

  .md\:border-t-indigo-100\/45 {
    border-top-color: rgb(224 231 255 / 0.45);
  }

  .md\:border-t-indigo-100\/5 {
    border-top-color: rgb(224 231 255 / 0.05);
  }

  .md\:border-t-indigo-100\/50 {
    border-top-color: rgb(224 231 255 / 0.5);
  }

  .md\:border-t-indigo-100\/55 {
    border-top-color: rgb(224 231 255 / 0.55);
  }

  .md\:border-t-indigo-100\/60 {
    border-top-color: rgb(224 231 255 / 0.6);
  }

  .md\:border-t-indigo-100\/65 {
    border-top-color: rgb(224 231 255 / 0.65);
  }

  .md\:border-t-indigo-100\/70 {
    border-top-color: rgb(224 231 255 / 0.7);
  }

  .md\:border-t-indigo-100\/75 {
    border-top-color: rgb(224 231 255 / 0.75);
  }

  .md\:border-t-indigo-100\/80 {
    border-top-color: rgb(224 231 255 / 0.8);
  }

  .md\:border-t-indigo-100\/85 {
    border-top-color: rgb(224 231 255 / 0.85);
  }

  .md\:border-t-indigo-100\/90 {
    border-top-color: rgb(224 231 255 / 0.9);
  }

  .md\:border-t-indigo-100\/95 {
    border-top-color: rgb(224 231 255 / 0.95);
  }

  .md\:border-t-indigo-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(199 210 254 / var(--tw-border-opacity));
  }

  .md\:border-t-indigo-200\/0 {
    border-top-color: rgb(199 210 254 / 0);
  }

  .md\:border-t-indigo-200\/10 {
    border-top-color: rgb(199 210 254 / 0.1);
  }

  .md\:border-t-indigo-200\/100 {
    border-top-color: rgb(199 210 254 / 1);
  }

  .md\:border-t-indigo-200\/15 {
    border-top-color: rgb(199 210 254 / 0.15);
  }

  .md\:border-t-indigo-200\/20 {
    border-top-color: rgb(199 210 254 / 0.2);
  }

  .md\:border-t-indigo-200\/25 {
    border-top-color: rgb(199 210 254 / 0.25);
  }

  .md\:border-t-indigo-200\/30 {
    border-top-color: rgb(199 210 254 / 0.3);
  }

  .md\:border-t-indigo-200\/35 {
    border-top-color: rgb(199 210 254 / 0.35);
  }

  .md\:border-t-indigo-200\/40 {
    border-top-color: rgb(199 210 254 / 0.4);
  }

  .md\:border-t-indigo-200\/45 {
    border-top-color: rgb(199 210 254 / 0.45);
  }

  .md\:border-t-indigo-200\/5 {
    border-top-color: rgb(199 210 254 / 0.05);
  }

  .md\:border-t-indigo-200\/50 {
    border-top-color: rgb(199 210 254 / 0.5);
  }

  .md\:border-t-indigo-200\/55 {
    border-top-color: rgb(199 210 254 / 0.55);
  }

  .md\:border-t-indigo-200\/60 {
    border-top-color: rgb(199 210 254 / 0.6);
  }

  .md\:border-t-indigo-200\/65 {
    border-top-color: rgb(199 210 254 / 0.65);
  }

  .md\:border-t-indigo-200\/70 {
    border-top-color: rgb(199 210 254 / 0.7);
  }

  .md\:border-t-indigo-200\/75 {
    border-top-color: rgb(199 210 254 / 0.75);
  }

  .md\:border-t-indigo-200\/80 {
    border-top-color: rgb(199 210 254 / 0.8);
  }

  .md\:border-t-indigo-200\/85 {
    border-top-color: rgb(199 210 254 / 0.85);
  }

  .md\:border-t-indigo-200\/90 {
    border-top-color: rgb(199 210 254 / 0.9);
  }

  .md\:border-t-indigo-200\/95 {
    border-top-color: rgb(199 210 254 / 0.95);
  }

  .md\:border-t-indigo-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(165 180 252 / var(--tw-border-opacity));
  }

  .md\:border-t-indigo-300\/0 {
    border-top-color: rgb(165 180 252 / 0);
  }

  .md\:border-t-indigo-300\/10 {
    border-top-color: rgb(165 180 252 / 0.1);
  }

  .md\:border-t-indigo-300\/100 {
    border-top-color: rgb(165 180 252 / 1);
  }

  .md\:border-t-indigo-300\/15 {
    border-top-color: rgb(165 180 252 / 0.15);
  }

  .md\:border-t-indigo-300\/20 {
    border-top-color: rgb(165 180 252 / 0.2);
  }

  .md\:border-t-indigo-300\/25 {
    border-top-color: rgb(165 180 252 / 0.25);
  }

  .md\:border-t-indigo-300\/30 {
    border-top-color: rgb(165 180 252 / 0.3);
  }

  .md\:border-t-indigo-300\/35 {
    border-top-color: rgb(165 180 252 / 0.35);
  }

  .md\:border-t-indigo-300\/40 {
    border-top-color: rgb(165 180 252 / 0.4);
  }

  .md\:border-t-indigo-300\/45 {
    border-top-color: rgb(165 180 252 / 0.45);
  }

  .md\:border-t-indigo-300\/5 {
    border-top-color: rgb(165 180 252 / 0.05);
  }

  .md\:border-t-indigo-300\/50 {
    border-top-color: rgb(165 180 252 / 0.5);
  }

  .md\:border-t-indigo-300\/55 {
    border-top-color: rgb(165 180 252 / 0.55);
  }

  .md\:border-t-indigo-300\/60 {
    border-top-color: rgb(165 180 252 / 0.6);
  }

  .md\:border-t-indigo-300\/65 {
    border-top-color: rgb(165 180 252 / 0.65);
  }

  .md\:border-t-indigo-300\/70 {
    border-top-color: rgb(165 180 252 / 0.7);
  }

  .md\:border-t-indigo-300\/75 {
    border-top-color: rgb(165 180 252 / 0.75);
  }

  .md\:border-t-indigo-300\/80 {
    border-top-color: rgb(165 180 252 / 0.8);
  }

  .md\:border-t-indigo-300\/85 {
    border-top-color: rgb(165 180 252 / 0.85);
  }

  .md\:border-t-indigo-300\/90 {
    border-top-color: rgb(165 180 252 / 0.9);
  }

  .md\:border-t-indigo-300\/95 {
    border-top-color: rgb(165 180 252 / 0.95);
  }

  .md\:border-t-indigo-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(129 140 248 / var(--tw-border-opacity));
  }

  .md\:border-t-indigo-400\/0 {
    border-top-color: rgb(129 140 248 / 0);
  }

  .md\:border-t-indigo-400\/10 {
    border-top-color: rgb(129 140 248 / 0.1);
  }

  .md\:border-t-indigo-400\/100 {
    border-top-color: rgb(129 140 248 / 1);
  }

  .md\:border-t-indigo-400\/15 {
    border-top-color: rgb(129 140 248 / 0.15);
  }

  .md\:border-t-indigo-400\/20 {
    border-top-color: rgb(129 140 248 / 0.2);
  }

  .md\:border-t-indigo-400\/25 {
    border-top-color: rgb(129 140 248 / 0.25);
  }

  .md\:border-t-indigo-400\/30 {
    border-top-color: rgb(129 140 248 / 0.3);
  }

  .md\:border-t-indigo-400\/35 {
    border-top-color: rgb(129 140 248 / 0.35);
  }

  .md\:border-t-indigo-400\/40 {
    border-top-color: rgb(129 140 248 / 0.4);
  }

  .md\:border-t-indigo-400\/45 {
    border-top-color: rgb(129 140 248 / 0.45);
  }

  .md\:border-t-indigo-400\/5 {
    border-top-color: rgb(129 140 248 / 0.05);
  }

  .md\:border-t-indigo-400\/50 {
    border-top-color: rgb(129 140 248 / 0.5);
  }

  .md\:border-t-indigo-400\/55 {
    border-top-color: rgb(129 140 248 / 0.55);
  }

  .md\:border-t-indigo-400\/60 {
    border-top-color: rgb(129 140 248 / 0.6);
  }

  .md\:border-t-indigo-400\/65 {
    border-top-color: rgb(129 140 248 / 0.65);
  }

  .md\:border-t-indigo-400\/70 {
    border-top-color: rgb(129 140 248 / 0.7);
  }

  .md\:border-t-indigo-400\/75 {
    border-top-color: rgb(129 140 248 / 0.75);
  }

  .md\:border-t-indigo-400\/80 {
    border-top-color: rgb(129 140 248 / 0.8);
  }

  .md\:border-t-indigo-400\/85 {
    border-top-color: rgb(129 140 248 / 0.85);
  }

  .md\:border-t-indigo-400\/90 {
    border-top-color: rgb(129 140 248 / 0.9);
  }

  .md\:border-t-indigo-400\/95 {
    border-top-color: rgb(129 140 248 / 0.95);
  }

  .md\:border-t-indigo-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(238 242 255 / var(--tw-border-opacity));
  }

  .md\:border-t-indigo-50\/0 {
    border-top-color: rgb(238 242 255 / 0);
  }

  .md\:border-t-indigo-50\/10 {
    border-top-color: rgb(238 242 255 / 0.1);
  }

  .md\:border-t-indigo-50\/100 {
    border-top-color: rgb(238 242 255 / 1);
  }

  .md\:border-t-indigo-50\/15 {
    border-top-color: rgb(238 242 255 / 0.15);
  }

  .md\:border-t-indigo-50\/20 {
    border-top-color: rgb(238 242 255 / 0.2);
  }

  .md\:border-t-indigo-50\/25 {
    border-top-color: rgb(238 242 255 / 0.25);
  }

  .md\:border-t-indigo-50\/30 {
    border-top-color: rgb(238 242 255 / 0.3);
  }

  .md\:border-t-indigo-50\/35 {
    border-top-color: rgb(238 242 255 / 0.35);
  }

  .md\:border-t-indigo-50\/40 {
    border-top-color: rgb(238 242 255 / 0.4);
  }

  .md\:border-t-indigo-50\/45 {
    border-top-color: rgb(238 242 255 / 0.45);
  }

  .md\:border-t-indigo-50\/5 {
    border-top-color: rgb(238 242 255 / 0.05);
  }

  .md\:border-t-indigo-50\/50 {
    border-top-color: rgb(238 242 255 / 0.5);
  }

  .md\:border-t-indigo-50\/55 {
    border-top-color: rgb(238 242 255 / 0.55);
  }

  .md\:border-t-indigo-50\/60 {
    border-top-color: rgb(238 242 255 / 0.6);
  }

  .md\:border-t-indigo-50\/65 {
    border-top-color: rgb(238 242 255 / 0.65);
  }

  .md\:border-t-indigo-50\/70 {
    border-top-color: rgb(238 242 255 / 0.7);
  }

  .md\:border-t-indigo-50\/75 {
    border-top-color: rgb(238 242 255 / 0.75);
  }

  .md\:border-t-indigo-50\/80 {
    border-top-color: rgb(238 242 255 / 0.8);
  }

  .md\:border-t-indigo-50\/85 {
    border-top-color: rgb(238 242 255 / 0.85);
  }

  .md\:border-t-indigo-50\/90 {
    border-top-color: rgb(238 242 255 / 0.9);
  }

  .md\:border-t-indigo-50\/95 {
    border-top-color: rgb(238 242 255 / 0.95);
  }

  .md\:border-t-indigo-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(99 102 241 / var(--tw-border-opacity));
  }

  .md\:border-t-indigo-500\/0 {
    border-top-color: rgb(99 102 241 / 0);
  }

  .md\:border-t-indigo-500\/10 {
    border-top-color: rgb(99 102 241 / 0.1);
  }

  .md\:border-t-indigo-500\/100 {
    border-top-color: rgb(99 102 241 / 1);
  }

  .md\:border-t-indigo-500\/15 {
    border-top-color: rgb(99 102 241 / 0.15);
  }

  .md\:border-t-indigo-500\/20 {
    border-top-color: rgb(99 102 241 / 0.2);
  }

  .md\:border-t-indigo-500\/25 {
    border-top-color: rgb(99 102 241 / 0.25);
  }

  .md\:border-t-indigo-500\/30 {
    border-top-color: rgb(99 102 241 / 0.3);
  }

  .md\:border-t-indigo-500\/35 {
    border-top-color: rgb(99 102 241 / 0.35);
  }

  .md\:border-t-indigo-500\/40 {
    border-top-color: rgb(99 102 241 / 0.4);
  }

  .md\:border-t-indigo-500\/45 {
    border-top-color: rgb(99 102 241 / 0.45);
  }

  .md\:border-t-indigo-500\/5 {
    border-top-color: rgb(99 102 241 / 0.05);
  }

  .md\:border-t-indigo-500\/50 {
    border-top-color: rgb(99 102 241 / 0.5);
  }

  .md\:border-t-indigo-500\/55 {
    border-top-color: rgb(99 102 241 / 0.55);
  }

  .md\:border-t-indigo-500\/60 {
    border-top-color: rgb(99 102 241 / 0.6);
  }

  .md\:border-t-indigo-500\/65 {
    border-top-color: rgb(99 102 241 / 0.65);
  }

  .md\:border-t-indigo-500\/70 {
    border-top-color: rgb(99 102 241 / 0.7);
  }

  .md\:border-t-indigo-500\/75 {
    border-top-color: rgb(99 102 241 / 0.75);
  }

  .md\:border-t-indigo-500\/80 {
    border-top-color: rgb(99 102 241 / 0.8);
  }

  .md\:border-t-indigo-500\/85 {
    border-top-color: rgb(99 102 241 / 0.85);
  }

  .md\:border-t-indigo-500\/90 {
    border-top-color: rgb(99 102 241 / 0.9);
  }

  .md\:border-t-indigo-500\/95 {
    border-top-color: rgb(99 102 241 / 0.95);
  }

  .md\:border-t-indigo-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(79 70 229 / var(--tw-border-opacity));
  }

  .md\:border-t-indigo-600\/0 {
    border-top-color: rgb(79 70 229 / 0);
  }

  .md\:border-t-indigo-600\/10 {
    border-top-color: rgb(79 70 229 / 0.1);
  }

  .md\:border-t-indigo-600\/100 {
    border-top-color: rgb(79 70 229 / 1);
  }

  .md\:border-t-indigo-600\/15 {
    border-top-color: rgb(79 70 229 / 0.15);
  }

  .md\:border-t-indigo-600\/20 {
    border-top-color: rgb(79 70 229 / 0.2);
  }

  .md\:border-t-indigo-600\/25 {
    border-top-color: rgb(79 70 229 / 0.25);
  }

  .md\:border-t-indigo-600\/30 {
    border-top-color: rgb(79 70 229 / 0.3);
  }

  .md\:border-t-indigo-600\/35 {
    border-top-color: rgb(79 70 229 / 0.35);
  }

  .md\:border-t-indigo-600\/40 {
    border-top-color: rgb(79 70 229 / 0.4);
  }

  .md\:border-t-indigo-600\/45 {
    border-top-color: rgb(79 70 229 / 0.45);
  }

  .md\:border-t-indigo-600\/5 {
    border-top-color: rgb(79 70 229 / 0.05);
  }

  .md\:border-t-indigo-600\/50 {
    border-top-color: rgb(79 70 229 / 0.5);
  }

  .md\:border-t-indigo-600\/55 {
    border-top-color: rgb(79 70 229 / 0.55);
  }

  .md\:border-t-indigo-600\/60 {
    border-top-color: rgb(79 70 229 / 0.6);
  }

  .md\:border-t-indigo-600\/65 {
    border-top-color: rgb(79 70 229 / 0.65);
  }

  .md\:border-t-indigo-600\/70 {
    border-top-color: rgb(79 70 229 / 0.7);
  }

  .md\:border-t-indigo-600\/75 {
    border-top-color: rgb(79 70 229 / 0.75);
  }

  .md\:border-t-indigo-600\/80 {
    border-top-color: rgb(79 70 229 / 0.8);
  }

  .md\:border-t-indigo-600\/85 {
    border-top-color: rgb(79 70 229 / 0.85);
  }

  .md\:border-t-indigo-600\/90 {
    border-top-color: rgb(79 70 229 / 0.9);
  }

  .md\:border-t-indigo-600\/95 {
    border-top-color: rgb(79 70 229 / 0.95);
  }

  .md\:border-t-indigo-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(67 56 202 / var(--tw-border-opacity));
  }

  .md\:border-t-indigo-700\/0 {
    border-top-color: rgb(67 56 202 / 0);
  }

  .md\:border-t-indigo-700\/10 {
    border-top-color: rgb(67 56 202 / 0.1);
  }

  .md\:border-t-indigo-700\/100 {
    border-top-color: rgb(67 56 202 / 1);
  }

  .md\:border-t-indigo-700\/15 {
    border-top-color: rgb(67 56 202 / 0.15);
  }

  .md\:border-t-indigo-700\/20 {
    border-top-color: rgb(67 56 202 / 0.2);
  }

  .md\:border-t-indigo-700\/25 {
    border-top-color: rgb(67 56 202 / 0.25);
  }

  .md\:border-t-indigo-700\/30 {
    border-top-color: rgb(67 56 202 / 0.3);
  }

  .md\:border-t-indigo-700\/35 {
    border-top-color: rgb(67 56 202 / 0.35);
  }

  .md\:border-t-indigo-700\/40 {
    border-top-color: rgb(67 56 202 / 0.4);
  }

  .md\:border-t-indigo-700\/45 {
    border-top-color: rgb(67 56 202 / 0.45);
  }

  .md\:border-t-indigo-700\/5 {
    border-top-color: rgb(67 56 202 / 0.05);
  }

  .md\:border-t-indigo-700\/50 {
    border-top-color: rgb(67 56 202 / 0.5);
  }

  .md\:border-t-indigo-700\/55 {
    border-top-color: rgb(67 56 202 / 0.55);
  }

  .md\:border-t-indigo-700\/60 {
    border-top-color: rgb(67 56 202 / 0.6);
  }

  .md\:border-t-indigo-700\/65 {
    border-top-color: rgb(67 56 202 / 0.65);
  }

  .md\:border-t-indigo-700\/70 {
    border-top-color: rgb(67 56 202 / 0.7);
  }

  .md\:border-t-indigo-700\/75 {
    border-top-color: rgb(67 56 202 / 0.75);
  }

  .md\:border-t-indigo-700\/80 {
    border-top-color: rgb(67 56 202 / 0.8);
  }

  .md\:border-t-indigo-700\/85 {
    border-top-color: rgb(67 56 202 / 0.85);
  }

  .md\:border-t-indigo-700\/90 {
    border-top-color: rgb(67 56 202 / 0.9);
  }

  .md\:border-t-indigo-700\/95 {
    border-top-color: rgb(67 56 202 / 0.95);
  }

  .md\:border-t-indigo-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(55 48 163 / var(--tw-border-opacity));
  }

  .md\:border-t-indigo-800\/0 {
    border-top-color: rgb(55 48 163 / 0);
  }

  .md\:border-t-indigo-800\/10 {
    border-top-color: rgb(55 48 163 / 0.1);
  }

  .md\:border-t-indigo-800\/100 {
    border-top-color: rgb(55 48 163 / 1);
  }

  .md\:border-t-indigo-800\/15 {
    border-top-color: rgb(55 48 163 / 0.15);
  }

  .md\:border-t-indigo-800\/20 {
    border-top-color: rgb(55 48 163 / 0.2);
  }

  .md\:border-t-indigo-800\/25 {
    border-top-color: rgb(55 48 163 / 0.25);
  }

  .md\:border-t-indigo-800\/30 {
    border-top-color: rgb(55 48 163 / 0.3);
  }

  .md\:border-t-indigo-800\/35 {
    border-top-color: rgb(55 48 163 / 0.35);
  }

  .md\:border-t-indigo-800\/40 {
    border-top-color: rgb(55 48 163 / 0.4);
  }

  .md\:border-t-indigo-800\/45 {
    border-top-color: rgb(55 48 163 / 0.45);
  }

  .md\:border-t-indigo-800\/5 {
    border-top-color: rgb(55 48 163 / 0.05);
  }

  .md\:border-t-indigo-800\/50 {
    border-top-color: rgb(55 48 163 / 0.5);
  }

  .md\:border-t-indigo-800\/55 {
    border-top-color: rgb(55 48 163 / 0.55);
  }

  .md\:border-t-indigo-800\/60 {
    border-top-color: rgb(55 48 163 / 0.6);
  }

  .md\:border-t-indigo-800\/65 {
    border-top-color: rgb(55 48 163 / 0.65);
  }

  .md\:border-t-indigo-800\/70 {
    border-top-color: rgb(55 48 163 / 0.7);
  }

  .md\:border-t-indigo-800\/75 {
    border-top-color: rgb(55 48 163 / 0.75);
  }

  .md\:border-t-indigo-800\/80 {
    border-top-color: rgb(55 48 163 / 0.8);
  }

  .md\:border-t-indigo-800\/85 {
    border-top-color: rgb(55 48 163 / 0.85);
  }

  .md\:border-t-indigo-800\/90 {
    border-top-color: rgb(55 48 163 / 0.9);
  }

  .md\:border-t-indigo-800\/95 {
    border-top-color: rgb(55 48 163 / 0.95);
  }

  .md\:border-t-indigo-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(49 46 129 / var(--tw-border-opacity));
  }

  .md\:border-t-indigo-900\/0 {
    border-top-color: rgb(49 46 129 / 0);
  }

  .md\:border-t-indigo-900\/10 {
    border-top-color: rgb(49 46 129 / 0.1);
  }

  .md\:border-t-indigo-900\/100 {
    border-top-color: rgb(49 46 129 / 1);
  }

  .md\:border-t-indigo-900\/15 {
    border-top-color: rgb(49 46 129 / 0.15);
  }

  .md\:border-t-indigo-900\/20 {
    border-top-color: rgb(49 46 129 / 0.2);
  }

  .md\:border-t-indigo-900\/25 {
    border-top-color: rgb(49 46 129 / 0.25);
  }

  .md\:border-t-indigo-900\/30 {
    border-top-color: rgb(49 46 129 / 0.3);
  }

  .md\:border-t-indigo-900\/35 {
    border-top-color: rgb(49 46 129 / 0.35);
  }

  .md\:border-t-indigo-900\/40 {
    border-top-color: rgb(49 46 129 / 0.4);
  }

  .md\:border-t-indigo-900\/45 {
    border-top-color: rgb(49 46 129 / 0.45);
  }

  .md\:border-t-indigo-900\/5 {
    border-top-color: rgb(49 46 129 / 0.05);
  }

  .md\:border-t-indigo-900\/50 {
    border-top-color: rgb(49 46 129 / 0.5);
  }

  .md\:border-t-indigo-900\/55 {
    border-top-color: rgb(49 46 129 / 0.55);
  }

  .md\:border-t-indigo-900\/60 {
    border-top-color: rgb(49 46 129 / 0.6);
  }

  .md\:border-t-indigo-900\/65 {
    border-top-color: rgb(49 46 129 / 0.65);
  }

  .md\:border-t-indigo-900\/70 {
    border-top-color: rgb(49 46 129 / 0.7);
  }

  .md\:border-t-indigo-900\/75 {
    border-top-color: rgb(49 46 129 / 0.75);
  }

  .md\:border-t-indigo-900\/80 {
    border-top-color: rgb(49 46 129 / 0.8);
  }

  .md\:border-t-indigo-900\/85 {
    border-top-color: rgb(49 46 129 / 0.85);
  }

  .md\:border-t-indigo-900\/90 {
    border-top-color: rgb(49 46 129 / 0.9);
  }

  .md\:border-t-indigo-900\/95 {
    border-top-color: rgb(49 46 129 / 0.95);
  }

  .md\:border-t-indigo-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(30 27 75 / var(--tw-border-opacity));
  }

  .md\:border-t-indigo-950\/0 {
    border-top-color: rgb(30 27 75 / 0);
  }

  .md\:border-t-indigo-950\/10 {
    border-top-color: rgb(30 27 75 / 0.1);
  }

  .md\:border-t-indigo-950\/100 {
    border-top-color: rgb(30 27 75 / 1);
  }

  .md\:border-t-indigo-950\/15 {
    border-top-color: rgb(30 27 75 / 0.15);
  }

  .md\:border-t-indigo-950\/20 {
    border-top-color: rgb(30 27 75 / 0.2);
  }

  .md\:border-t-indigo-950\/25 {
    border-top-color: rgb(30 27 75 / 0.25);
  }

  .md\:border-t-indigo-950\/30 {
    border-top-color: rgb(30 27 75 / 0.3);
  }

  .md\:border-t-indigo-950\/35 {
    border-top-color: rgb(30 27 75 / 0.35);
  }

  .md\:border-t-indigo-950\/40 {
    border-top-color: rgb(30 27 75 / 0.4);
  }

  .md\:border-t-indigo-950\/45 {
    border-top-color: rgb(30 27 75 / 0.45);
  }

  .md\:border-t-indigo-950\/5 {
    border-top-color: rgb(30 27 75 / 0.05);
  }

  .md\:border-t-indigo-950\/50 {
    border-top-color: rgb(30 27 75 / 0.5);
  }

  .md\:border-t-indigo-950\/55 {
    border-top-color: rgb(30 27 75 / 0.55);
  }

  .md\:border-t-indigo-950\/60 {
    border-top-color: rgb(30 27 75 / 0.6);
  }

  .md\:border-t-indigo-950\/65 {
    border-top-color: rgb(30 27 75 / 0.65);
  }

  .md\:border-t-indigo-950\/70 {
    border-top-color: rgb(30 27 75 / 0.7);
  }

  .md\:border-t-indigo-950\/75 {
    border-top-color: rgb(30 27 75 / 0.75);
  }

  .md\:border-t-indigo-950\/80 {
    border-top-color: rgb(30 27 75 / 0.8);
  }

  .md\:border-t-indigo-950\/85 {
    border-top-color: rgb(30 27 75 / 0.85);
  }

  .md\:border-t-indigo-950\/90 {
    border-top-color: rgb(30 27 75 / 0.9);
  }

  .md\:border-t-indigo-950\/95 {
    border-top-color: rgb(30 27 75 / 0.95);
  }

  .md\:border-t-inherit {
    border-top-color: inherit;
  }

  .md\:border-t-lime-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(236 252 203 / var(--tw-border-opacity));
  }

  .md\:border-t-lime-100\/0 {
    border-top-color: rgb(236 252 203 / 0);
  }

  .md\:border-t-lime-100\/10 {
    border-top-color: rgb(236 252 203 / 0.1);
  }

  .md\:border-t-lime-100\/100 {
    border-top-color: rgb(236 252 203 / 1);
  }

  .md\:border-t-lime-100\/15 {
    border-top-color: rgb(236 252 203 / 0.15);
  }

  .md\:border-t-lime-100\/20 {
    border-top-color: rgb(236 252 203 / 0.2);
  }

  .md\:border-t-lime-100\/25 {
    border-top-color: rgb(236 252 203 / 0.25);
  }

  .md\:border-t-lime-100\/30 {
    border-top-color: rgb(236 252 203 / 0.3);
  }

  .md\:border-t-lime-100\/35 {
    border-top-color: rgb(236 252 203 / 0.35);
  }

  .md\:border-t-lime-100\/40 {
    border-top-color: rgb(236 252 203 / 0.4);
  }

  .md\:border-t-lime-100\/45 {
    border-top-color: rgb(236 252 203 / 0.45);
  }

  .md\:border-t-lime-100\/5 {
    border-top-color: rgb(236 252 203 / 0.05);
  }

  .md\:border-t-lime-100\/50 {
    border-top-color: rgb(236 252 203 / 0.5);
  }

  .md\:border-t-lime-100\/55 {
    border-top-color: rgb(236 252 203 / 0.55);
  }

  .md\:border-t-lime-100\/60 {
    border-top-color: rgb(236 252 203 / 0.6);
  }

  .md\:border-t-lime-100\/65 {
    border-top-color: rgb(236 252 203 / 0.65);
  }

  .md\:border-t-lime-100\/70 {
    border-top-color: rgb(236 252 203 / 0.7);
  }

  .md\:border-t-lime-100\/75 {
    border-top-color: rgb(236 252 203 / 0.75);
  }

  .md\:border-t-lime-100\/80 {
    border-top-color: rgb(236 252 203 / 0.8);
  }

  .md\:border-t-lime-100\/85 {
    border-top-color: rgb(236 252 203 / 0.85);
  }

  .md\:border-t-lime-100\/90 {
    border-top-color: rgb(236 252 203 / 0.9);
  }

  .md\:border-t-lime-100\/95 {
    border-top-color: rgb(236 252 203 / 0.95);
  }

  .md\:border-t-lime-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(217 249 157 / var(--tw-border-opacity));
  }

  .md\:border-t-lime-200\/0 {
    border-top-color: rgb(217 249 157 / 0);
  }

  .md\:border-t-lime-200\/10 {
    border-top-color: rgb(217 249 157 / 0.1);
  }

  .md\:border-t-lime-200\/100 {
    border-top-color: rgb(217 249 157 / 1);
  }

  .md\:border-t-lime-200\/15 {
    border-top-color: rgb(217 249 157 / 0.15);
  }

  .md\:border-t-lime-200\/20 {
    border-top-color: rgb(217 249 157 / 0.2);
  }

  .md\:border-t-lime-200\/25 {
    border-top-color: rgb(217 249 157 / 0.25);
  }

  .md\:border-t-lime-200\/30 {
    border-top-color: rgb(217 249 157 / 0.3);
  }

  .md\:border-t-lime-200\/35 {
    border-top-color: rgb(217 249 157 / 0.35);
  }

  .md\:border-t-lime-200\/40 {
    border-top-color: rgb(217 249 157 / 0.4);
  }

  .md\:border-t-lime-200\/45 {
    border-top-color: rgb(217 249 157 / 0.45);
  }

  .md\:border-t-lime-200\/5 {
    border-top-color: rgb(217 249 157 / 0.05);
  }

  .md\:border-t-lime-200\/50 {
    border-top-color: rgb(217 249 157 / 0.5);
  }

  .md\:border-t-lime-200\/55 {
    border-top-color: rgb(217 249 157 / 0.55);
  }

  .md\:border-t-lime-200\/60 {
    border-top-color: rgb(217 249 157 / 0.6);
  }

  .md\:border-t-lime-200\/65 {
    border-top-color: rgb(217 249 157 / 0.65);
  }

  .md\:border-t-lime-200\/70 {
    border-top-color: rgb(217 249 157 / 0.7);
  }

  .md\:border-t-lime-200\/75 {
    border-top-color: rgb(217 249 157 / 0.75);
  }

  .md\:border-t-lime-200\/80 {
    border-top-color: rgb(217 249 157 / 0.8);
  }

  .md\:border-t-lime-200\/85 {
    border-top-color: rgb(217 249 157 / 0.85);
  }

  .md\:border-t-lime-200\/90 {
    border-top-color: rgb(217 249 157 / 0.9);
  }

  .md\:border-t-lime-200\/95 {
    border-top-color: rgb(217 249 157 / 0.95);
  }

  .md\:border-t-lime-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(190 242 100 / var(--tw-border-opacity));
  }

  .md\:border-t-lime-300\/0 {
    border-top-color: rgb(190 242 100 / 0);
  }

  .md\:border-t-lime-300\/10 {
    border-top-color: rgb(190 242 100 / 0.1);
  }

  .md\:border-t-lime-300\/100 {
    border-top-color: rgb(190 242 100 / 1);
  }

  .md\:border-t-lime-300\/15 {
    border-top-color: rgb(190 242 100 / 0.15);
  }

  .md\:border-t-lime-300\/20 {
    border-top-color: rgb(190 242 100 / 0.2);
  }

  .md\:border-t-lime-300\/25 {
    border-top-color: rgb(190 242 100 / 0.25);
  }

  .md\:border-t-lime-300\/30 {
    border-top-color: rgb(190 242 100 / 0.3);
  }

  .md\:border-t-lime-300\/35 {
    border-top-color: rgb(190 242 100 / 0.35);
  }

  .md\:border-t-lime-300\/40 {
    border-top-color: rgb(190 242 100 / 0.4);
  }

  .md\:border-t-lime-300\/45 {
    border-top-color: rgb(190 242 100 / 0.45);
  }

  .md\:border-t-lime-300\/5 {
    border-top-color: rgb(190 242 100 / 0.05);
  }

  .md\:border-t-lime-300\/50 {
    border-top-color: rgb(190 242 100 / 0.5);
  }

  .md\:border-t-lime-300\/55 {
    border-top-color: rgb(190 242 100 / 0.55);
  }

  .md\:border-t-lime-300\/60 {
    border-top-color: rgb(190 242 100 / 0.6);
  }

  .md\:border-t-lime-300\/65 {
    border-top-color: rgb(190 242 100 / 0.65);
  }

  .md\:border-t-lime-300\/70 {
    border-top-color: rgb(190 242 100 / 0.7);
  }

  .md\:border-t-lime-300\/75 {
    border-top-color: rgb(190 242 100 / 0.75);
  }

  .md\:border-t-lime-300\/80 {
    border-top-color: rgb(190 242 100 / 0.8);
  }

  .md\:border-t-lime-300\/85 {
    border-top-color: rgb(190 242 100 / 0.85);
  }

  .md\:border-t-lime-300\/90 {
    border-top-color: rgb(190 242 100 / 0.9);
  }

  .md\:border-t-lime-300\/95 {
    border-top-color: rgb(190 242 100 / 0.95);
  }

  .md\:border-t-lime-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(163 230 53 / var(--tw-border-opacity));
  }

  .md\:border-t-lime-400\/0 {
    border-top-color: rgb(163 230 53 / 0);
  }

  .md\:border-t-lime-400\/10 {
    border-top-color: rgb(163 230 53 / 0.1);
  }

  .md\:border-t-lime-400\/100 {
    border-top-color: rgb(163 230 53 / 1);
  }

  .md\:border-t-lime-400\/15 {
    border-top-color: rgb(163 230 53 / 0.15);
  }

  .md\:border-t-lime-400\/20 {
    border-top-color: rgb(163 230 53 / 0.2);
  }

  .md\:border-t-lime-400\/25 {
    border-top-color: rgb(163 230 53 / 0.25);
  }

  .md\:border-t-lime-400\/30 {
    border-top-color: rgb(163 230 53 / 0.3);
  }

  .md\:border-t-lime-400\/35 {
    border-top-color: rgb(163 230 53 / 0.35);
  }

  .md\:border-t-lime-400\/40 {
    border-top-color: rgb(163 230 53 / 0.4);
  }

  .md\:border-t-lime-400\/45 {
    border-top-color: rgb(163 230 53 / 0.45);
  }

  .md\:border-t-lime-400\/5 {
    border-top-color: rgb(163 230 53 / 0.05);
  }

  .md\:border-t-lime-400\/50 {
    border-top-color: rgb(163 230 53 / 0.5);
  }

  .md\:border-t-lime-400\/55 {
    border-top-color: rgb(163 230 53 / 0.55);
  }

  .md\:border-t-lime-400\/60 {
    border-top-color: rgb(163 230 53 / 0.6);
  }

  .md\:border-t-lime-400\/65 {
    border-top-color: rgb(163 230 53 / 0.65);
  }

  .md\:border-t-lime-400\/70 {
    border-top-color: rgb(163 230 53 / 0.7);
  }

  .md\:border-t-lime-400\/75 {
    border-top-color: rgb(163 230 53 / 0.75);
  }

  .md\:border-t-lime-400\/80 {
    border-top-color: rgb(163 230 53 / 0.8);
  }

  .md\:border-t-lime-400\/85 {
    border-top-color: rgb(163 230 53 / 0.85);
  }

  .md\:border-t-lime-400\/90 {
    border-top-color: rgb(163 230 53 / 0.9);
  }

  .md\:border-t-lime-400\/95 {
    border-top-color: rgb(163 230 53 / 0.95);
  }

  .md\:border-t-lime-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(247 254 231 / var(--tw-border-opacity));
  }

  .md\:border-t-lime-50\/0 {
    border-top-color: rgb(247 254 231 / 0);
  }

  .md\:border-t-lime-50\/10 {
    border-top-color: rgb(247 254 231 / 0.1);
  }

  .md\:border-t-lime-50\/100 {
    border-top-color: rgb(247 254 231 / 1);
  }

  .md\:border-t-lime-50\/15 {
    border-top-color: rgb(247 254 231 / 0.15);
  }

  .md\:border-t-lime-50\/20 {
    border-top-color: rgb(247 254 231 / 0.2);
  }

  .md\:border-t-lime-50\/25 {
    border-top-color: rgb(247 254 231 / 0.25);
  }

  .md\:border-t-lime-50\/30 {
    border-top-color: rgb(247 254 231 / 0.3);
  }

  .md\:border-t-lime-50\/35 {
    border-top-color: rgb(247 254 231 / 0.35);
  }

  .md\:border-t-lime-50\/40 {
    border-top-color: rgb(247 254 231 / 0.4);
  }

  .md\:border-t-lime-50\/45 {
    border-top-color: rgb(247 254 231 / 0.45);
  }

  .md\:border-t-lime-50\/5 {
    border-top-color: rgb(247 254 231 / 0.05);
  }

  .md\:border-t-lime-50\/50 {
    border-top-color: rgb(247 254 231 / 0.5);
  }

  .md\:border-t-lime-50\/55 {
    border-top-color: rgb(247 254 231 / 0.55);
  }

  .md\:border-t-lime-50\/60 {
    border-top-color: rgb(247 254 231 / 0.6);
  }

  .md\:border-t-lime-50\/65 {
    border-top-color: rgb(247 254 231 / 0.65);
  }

  .md\:border-t-lime-50\/70 {
    border-top-color: rgb(247 254 231 / 0.7);
  }

  .md\:border-t-lime-50\/75 {
    border-top-color: rgb(247 254 231 / 0.75);
  }

  .md\:border-t-lime-50\/80 {
    border-top-color: rgb(247 254 231 / 0.8);
  }

  .md\:border-t-lime-50\/85 {
    border-top-color: rgb(247 254 231 / 0.85);
  }

  .md\:border-t-lime-50\/90 {
    border-top-color: rgb(247 254 231 / 0.9);
  }

  .md\:border-t-lime-50\/95 {
    border-top-color: rgb(247 254 231 / 0.95);
  }

  .md\:border-t-lime-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(132 204 22 / var(--tw-border-opacity));
  }

  .md\:border-t-lime-500\/0 {
    border-top-color: rgb(132 204 22 / 0);
  }

  .md\:border-t-lime-500\/10 {
    border-top-color: rgb(132 204 22 / 0.1);
  }

  .md\:border-t-lime-500\/100 {
    border-top-color: rgb(132 204 22 / 1);
  }

  .md\:border-t-lime-500\/15 {
    border-top-color: rgb(132 204 22 / 0.15);
  }

  .md\:border-t-lime-500\/20 {
    border-top-color: rgb(132 204 22 / 0.2);
  }

  .md\:border-t-lime-500\/25 {
    border-top-color: rgb(132 204 22 / 0.25);
  }

  .md\:border-t-lime-500\/30 {
    border-top-color: rgb(132 204 22 / 0.3);
  }

  .md\:border-t-lime-500\/35 {
    border-top-color: rgb(132 204 22 / 0.35);
  }

  .md\:border-t-lime-500\/40 {
    border-top-color: rgb(132 204 22 / 0.4);
  }

  .md\:border-t-lime-500\/45 {
    border-top-color: rgb(132 204 22 / 0.45);
  }

  .md\:border-t-lime-500\/5 {
    border-top-color: rgb(132 204 22 / 0.05);
  }

  .md\:border-t-lime-500\/50 {
    border-top-color: rgb(132 204 22 / 0.5);
  }

  .md\:border-t-lime-500\/55 {
    border-top-color: rgb(132 204 22 / 0.55);
  }

  .md\:border-t-lime-500\/60 {
    border-top-color: rgb(132 204 22 / 0.6);
  }

  .md\:border-t-lime-500\/65 {
    border-top-color: rgb(132 204 22 / 0.65);
  }

  .md\:border-t-lime-500\/70 {
    border-top-color: rgb(132 204 22 / 0.7);
  }

  .md\:border-t-lime-500\/75 {
    border-top-color: rgb(132 204 22 / 0.75);
  }

  .md\:border-t-lime-500\/80 {
    border-top-color: rgb(132 204 22 / 0.8);
  }

  .md\:border-t-lime-500\/85 {
    border-top-color: rgb(132 204 22 / 0.85);
  }

  .md\:border-t-lime-500\/90 {
    border-top-color: rgb(132 204 22 / 0.9);
  }

  .md\:border-t-lime-500\/95 {
    border-top-color: rgb(132 204 22 / 0.95);
  }

  .md\:border-t-lime-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(101 163 13 / var(--tw-border-opacity));
  }

  .md\:border-t-lime-600\/0 {
    border-top-color: rgb(101 163 13 / 0);
  }

  .md\:border-t-lime-600\/10 {
    border-top-color: rgb(101 163 13 / 0.1);
  }

  .md\:border-t-lime-600\/100 {
    border-top-color: rgb(101 163 13 / 1);
  }

  .md\:border-t-lime-600\/15 {
    border-top-color: rgb(101 163 13 / 0.15);
  }

  .md\:border-t-lime-600\/20 {
    border-top-color: rgb(101 163 13 / 0.2);
  }

  .md\:border-t-lime-600\/25 {
    border-top-color: rgb(101 163 13 / 0.25);
  }

  .md\:border-t-lime-600\/30 {
    border-top-color: rgb(101 163 13 / 0.3);
  }

  .md\:border-t-lime-600\/35 {
    border-top-color: rgb(101 163 13 / 0.35);
  }

  .md\:border-t-lime-600\/40 {
    border-top-color: rgb(101 163 13 / 0.4);
  }

  .md\:border-t-lime-600\/45 {
    border-top-color: rgb(101 163 13 / 0.45);
  }

  .md\:border-t-lime-600\/5 {
    border-top-color: rgb(101 163 13 / 0.05);
  }

  .md\:border-t-lime-600\/50 {
    border-top-color: rgb(101 163 13 / 0.5);
  }

  .md\:border-t-lime-600\/55 {
    border-top-color: rgb(101 163 13 / 0.55);
  }

  .md\:border-t-lime-600\/60 {
    border-top-color: rgb(101 163 13 / 0.6);
  }

  .md\:border-t-lime-600\/65 {
    border-top-color: rgb(101 163 13 / 0.65);
  }

  .md\:border-t-lime-600\/70 {
    border-top-color: rgb(101 163 13 / 0.7);
  }

  .md\:border-t-lime-600\/75 {
    border-top-color: rgb(101 163 13 / 0.75);
  }

  .md\:border-t-lime-600\/80 {
    border-top-color: rgb(101 163 13 / 0.8);
  }

  .md\:border-t-lime-600\/85 {
    border-top-color: rgb(101 163 13 / 0.85);
  }

  .md\:border-t-lime-600\/90 {
    border-top-color: rgb(101 163 13 / 0.9);
  }

  .md\:border-t-lime-600\/95 {
    border-top-color: rgb(101 163 13 / 0.95);
  }

  .md\:border-t-lime-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(77 124 15 / var(--tw-border-opacity));
  }

  .md\:border-t-lime-700\/0 {
    border-top-color: rgb(77 124 15 / 0);
  }

  .md\:border-t-lime-700\/10 {
    border-top-color: rgb(77 124 15 / 0.1);
  }

  .md\:border-t-lime-700\/100 {
    border-top-color: rgb(77 124 15 / 1);
  }

  .md\:border-t-lime-700\/15 {
    border-top-color: rgb(77 124 15 / 0.15);
  }

  .md\:border-t-lime-700\/20 {
    border-top-color: rgb(77 124 15 / 0.2);
  }

  .md\:border-t-lime-700\/25 {
    border-top-color: rgb(77 124 15 / 0.25);
  }

  .md\:border-t-lime-700\/30 {
    border-top-color: rgb(77 124 15 / 0.3);
  }

  .md\:border-t-lime-700\/35 {
    border-top-color: rgb(77 124 15 / 0.35);
  }

  .md\:border-t-lime-700\/40 {
    border-top-color: rgb(77 124 15 / 0.4);
  }

  .md\:border-t-lime-700\/45 {
    border-top-color: rgb(77 124 15 / 0.45);
  }

  .md\:border-t-lime-700\/5 {
    border-top-color: rgb(77 124 15 / 0.05);
  }

  .md\:border-t-lime-700\/50 {
    border-top-color: rgb(77 124 15 / 0.5);
  }

  .md\:border-t-lime-700\/55 {
    border-top-color: rgb(77 124 15 / 0.55);
  }

  .md\:border-t-lime-700\/60 {
    border-top-color: rgb(77 124 15 / 0.6);
  }

  .md\:border-t-lime-700\/65 {
    border-top-color: rgb(77 124 15 / 0.65);
  }

  .md\:border-t-lime-700\/70 {
    border-top-color: rgb(77 124 15 / 0.7);
  }

  .md\:border-t-lime-700\/75 {
    border-top-color: rgb(77 124 15 / 0.75);
  }

  .md\:border-t-lime-700\/80 {
    border-top-color: rgb(77 124 15 / 0.8);
  }

  .md\:border-t-lime-700\/85 {
    border-top-color: rgb(77 124 15 / 0.85);
  }

  .md\:border-t-lime-700\/90 {
    border-top-color: rgb(77 124 15 / 0.9);
  }

  .md\:border-t-lime-700\/95 {
    border-top-color: rgb(77 124 15 / 0.95);
  }

  .md\:border-t-lime-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(63 98 18 / var(--tw-border-opacity));
  }

  .md\:border-t-lime-800\/0 {
    border-top-color: rgb(63 98 18 / 0);
  }

  .md\:border-t-lime-800\/10 {
    border-top-color: rgb(63 98 18 / 0.1);
  }

  .md\:border-t-lime-800\/100 {
    border-top-color: rgb(63 98 18 / 1);
  }

  .md\:border-t-lime-800\/15 {
    border-top-color: rgb(63 98 18 / 0.15);
  }

  .md\:border-t-lime-800\/20 {
    border-top-color: rgb(63 98 18 / 0.2);
  }

  .md\:border-t-lime-800\/25 {
    border-top-color: rgb(63 98 18 / 0.25);
  }

  .md\:border-t-lime-800\/30 {
    border-top-color: rgb(63 98 18 / 0.3);
  }

  .md\:border-t-lime-800\/35 {
    border-top-color: rgb(63 98 18 / 0.35);
  }

  .md\:border-t-lime-800\/40 {
    border-top-color: rgb(63 98 18 / 0.4);
  }

  .md\:border-t-lime-800\/45 {
    border-top-color: rgb(63 98 18 / 0.45);
  }

  .md\:border-t-lime-800\/5 {
    border-top-color: rgb(63 98 18 / 0.05);
  }

  .md\:border-t-lime-800\/50 {
    border-top-color: rgb(63 98 18 / 0.5);
  }

  .md\:border-t-lime-800\/55 {
    border-top-color: rgb(63 98 18 / 0.55);
  }

  .md\:border-t-lime-800\/60 {
    border-top-color: rgb(63 98 18 / 0.6);
  }

  .md\:border-t-lime-800\/65 {
    border-top-color: rgb(63 98 18 / 0.65);
  }

  .md\:border-t-lime-800\/70 {
    border-top-color: rgb(63 98 18 / 0.7);
  }

  .md\:border-t-lime-800\/75 {
    border-top-color: rgb(63 98 18 / 0.75);
  }

  .md\:border-t-lime-800\/80 {
    border-top-color: rgb(63 98 18 / 0.8);
  }

  .md\:border-t-lime-800\/85 {
    border-top-color: rgb(63 98 18 / 0.85);
  }

  .md\:border-t-lime-800\/90 {
    border-top-color: rgb(63 98 18 / 0.9);
  }

  .md\:border-t-lime-800\/95 {
    border-top-color: rgb(63 98 18 / 0.95);
  }

  .md\:border-t-lime-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(54 83 20 / var(--tw-border-opacity));
  }

  .md\:border-t-lime-900\/0 {
    border-top-color: rgb(54 83 20 / 0);
  }

  .md\:border-t-lime-900\/10 {
    border-top-color: rgb(54 83 20 / 0.1);
  }

  .md\:border-t-lime-900\/100 {
    border-top-color: rgb(54 83 20 / 1);
  }

  .md\:border-t-lime-900\/15 {
    border-top-color: rgb(54 83 20 / 0.15);
  }

  .md\:border-t-lime-900\/20 {
    border-top-color: rgb(54 83 20 / 0.2);
  }

  .md\:border-t-lime-900\/25 {
    border-top-color: rgb(54 83 20 / 0.25);
  }

  .md\:border-t-lime-900\/30 {
    border-top-color: rgb(54 83 20 / 0.3);
  }

  .md\:border-t-lime-900\/35 {
    border-top-color: rgb(54 83 20 / 0.35);
  }

  .md\:border-t-lime-900\/40 {
    border-top-color: rgb(54 83 20 / 0.4);
  }

  .md\:border-t-lime-900\/45 {
    border-top-color: rgb(54 83 20 / 0.45);
  }

  .md\:border-t-lime-900\/5 {
    border-top-color: rgb(54 83 20 / 0.05);
  }

  .md\:border-t-lime-900\/50 {
    border-top-color: rgb(54 83 20 / 0.5);
  }

  .md\:border-t-lime-900\/55 {
    border-top-color: rgb(54 83 20 / 0.55);
  }

  .md\:border-t-lime-900\/60 {
    border-top-color: rgb(54 83 20 / 0.6);
  }

  .md\:border-t-lime-900\/65 {
    border-top-color: rgb(54 83 20 / 0.65);
  }

  .md\:border-t-lime-900\/70 {
    border-top-color: rgb(54 83 20 / 0.7);
  }

  .md\:border-t-lime-900\/75 {
    border-top-color: rgb(54 83 20 / 0.75);
  }

  .md\:border-t-lime-900\/80 {
    border-top-color: rgb(54 83 20 / 0.8);
  }

  .md\:border-t-lime-900\/85 {
    border-top-color: rgb(54 83 20 / 0.85);
  }

  .md\:border-t-lime-900\/90 {
    border-top-color: rgb(54 83 20 / 0.9);
  }

  .md\:border-t-lime-900\/95 {
    border-top-color: rgb(54 83 20 / 0.95);
  }

  .md\:border-t-lime-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(26 46 5 / var(--tw-border-opacity));
  }

  .md\:border-t-lime-950\/0 {
    border-top-color: rgb(26 46 5 / 0);
  }

  .md\:border-t-lime-950\/10 {
    border-top-color: rgb(26 46 5 / 0.1);
  }

  .md\:border-t-lime-950\/100 {
    border-top-color: rgb(26 46 5 / 1);
  }

  .md\:border-t-lime-950\/15 {
    border-top-color: rgb(26 46 5 / 0.15);
  }

  .md\:border-t-lime-950\/20 {
    border-top-color: rgb(26 46 5 / 0.2);
  }

  .md\:border-t-lime-950\/25 {
    border-top-color: rgb(26 46 5 / 0.25);
  }

  .md\:border-t-lime-950\/30 {
    border-top-color: rgb(26 46 5 / 0.3);
  }

  .md\:border-t-lime-950\/35 {
    border-top-color: rgb(26 46 5 / 0.35);
  }

  .md\:border-t-lime-950\/40 {
    border-top-color: rgb(26 46 5 / 0.4);
  }

  .md\:border-t-lime-950\/45 {
    border-top-color: rgb(26 46 5 / 0.45);
  }

  .md\:border-t-lime-950\/5 {
    border-top-color: rgb(26 46 5 / 0.05);
  }

  .md\:border-t-lime-950\/50 {
    border-top-color: rgb(26 46 5 / 0.5);
  }

  .md\:border-t-lime-950\/55 {
    border-top-color: rgb(26 46 5 / 0.55);
  }

  .md\:border-t-lime-950\/60 {
    border-top-color: rgb(26 46 5 / 0.6);
  }

  .md\:border-t-lime-950\/65 {
    border-top-color: rgb(26 46 5 / 0.65);
  }

  .md\:border-t-lime-950\/70 {
    border-top-color: rgb(26 46 5 / 0.7);
  }

  .md\:border-t-lime-950\/75 {
    border-top-color: rgb(26 46 5 / 0.75);
  }

  .md\:border-t-lime-950\/80 {
    border-top-color: rgb(26 46 5 / 0.8);
  }

  .md\:border-t-lime-950\/85 {
    border-top-color: rgb(26 46 5 / 0.85);
  }

  .md\:border-t-lime-950\/90 {
    border-top-color: rgb(26 46 5 / 0.9);
  }

  .md\:border-t-lime-950\/95 {
    border-top-color: rgb(26 46 5 / 0.95);
  }

  .md\:border-t-neutral-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 245 245 / var(--tw-border-opacity));
  }

  .md\:border-t-neutral-100\/0 {
    border-top-color: rgb(245 245 245 / 0);
  }

  .md\:border-t-neutral-100\/10 {
    border-top-color: rgb(245 245 245 / 0.1);
  }

  .md\:border-t-neutral-100\/100 {
    border-top-color: rgb(245 245 245 / 1);
  }

  .md\:border-t-neutral-100\/15 {
    border-top-color: rgb(245 245 245 / 0.15);
  }

  .md\:border-t-neutral-100\/20 {
    border-top-color: rgb(245 245 245 / 0.2);
  }

  .md\:border-t-neutral-100\/25 {
    border-top-color: rgb(245 245 245 / 0.25);
  }

  .md\:border-t-neutral-100\/30 {
    border-top-color: rgb(245 245 245 / 0.3);
  }

  .md\:border-t-neutral-100\/35 {
    border-top-color: rgb(245 245 245 / 0.35);
  }

  .md\:border-t-neutral-100\/40 {
    border-top-color: rgb(245 245 245 / 0.4);
  }

  .md\:border-t-neutral-100\/45 {
    border-top-color: rgb(245 245 245 / 0.45);
  }

  .md\:border-t-neutral-100\/5 {
    border-top-color: rgb(245 245 245 / 0.05);
  }

  .md\:border-t-neutral-100\/50 {
    border-top-color: rgb(245 245 245 / 0.5);
  }

  .md\:border-t-neutral-100\/55 {
    border-top-color: rgb(245 245 245 / 0.55);
  }

  .md\:border-t-neutral-100\/60 {
    border-top-color: rgb(245 245 245 / 0.6);
  }

  .md\:border-t-neutral-100\/65 {
    border-top-color: rgb(245 245 245 / 0.65);
  }

  .md\:border-t-neutral-100\/70 {
    border-top-color: rgb(245 245 245 / 0.7);
  }

  .md\:border-t-neutral-100\/75 {
    border-top-color: rgb(245 245 245 / 0.75);
  }

  .md\:border-t-neutral-100\/80 {
    border-top-color: rgb(245 245 245 / 0.8);
  }

  .md\:border-t-neutral-100\/85 {
    border-top-color: rgb(245 245 245 / 0.85);
  }

  .md\:border-t-neutral-100\/90 {
    border-top-color: rgb(245 245 245 / 0.9);
  }

  .md\:border-t-neutral-100\/95 {
    border-top-color: rgb(245 245 245 / 0.95);
  }

  .md\:border-t-neutral-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(229 229 229 / var(--tw-border-opacity));
  }

  .md\:border-t-neutral-200\/0 {
    border-top-color: rgb(229 229 229 / 0);
  }

  .md\:border-t-neutral-200\/10 {
    border-top-color: rgb(229 229 229 / 0.1);
  }

  .md\:border-t-neutral-200\/100 {
    border-top-color: rgb(229 229 229 / 1);
  }

  .md\:border-t-neutral-200\/15 {
    border-top-color: rgb(229 229 229 / 0.15);
  }

  .md\:border-t-neutral-200\/20 {
    border-top-color: rgb(229 229 229 / 0.2);
  }

  .md\:border-t-neutral-200\/25 {
    border-top-color: rgb(229 229 229 / 0.25);
  }

  .md\:border-t-neutral-200\/30 {
    border-top-color: rgb(229 229 229 / 0.3);
  }

  .md\:border-t-neutral-200\/35 {
    border-top-color: rgb(229 229 229 / 0.35);
  }

  .md\:border-t-neutral-200\/40 {
    border-top-color: rgb(229 229 229 / 0.4);
  }

  .md\:border-t-neutral-200\/45 {
    border-top-color: rgb(229 229 229 / 0.45);
  }

  .md\:border-t-neutral-200\/5 {
    border-top-color: rgb(229 229 229 / 0.05);
  }

  .md\:border-t-neutral-200\/50 {
    border-top-color: rgb(229 229 229 / 0.5);
  }

  .md\:border-t-neutral-200\/55 {
    border-top-color: rgb(229 229 229 / 0.55);
  }

  .md\:border-t-neutral-200\/60 {
    border-top-color: rgb(229 229 229 / 0.6);
  }

  .md\:border-t-neutral-200\/65 {
    border-top-color: rgb(229 229 229 / 0.65);
  }

  .md\:border-t-neutral-200\/70 {
    border-top-color: rgb(229 229 229 / 0.7);
  }

  .md\:border-t-neutral-200\/75 {
    border-top-color: rgb(229 229 229 / 0.75);
  }

  .md\:border-t-neutral-200\/80 {
    border-top-color: rgb(229 229 229 / 0.8);
  }

  .md\:border-t-neutral-200\/85 {
    border-top-color: rgb(229 229 229 / 0.85);
  }

  .md\:border-t-neutral-200\/90 {
    border-top-color: rgb(229 229 229 / 0.9);
  }

  .md\:border-t-neutral-200\/95 {
    border-top-color: rgb(229 229 229 / 0.95);
  }

  .md\:border-t-neutral-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(212 212 212 / var(--tw-border-opacity));
  }

  .md\:border-t-neutral-300\/0 {
    border-top-color: rgb(212 212 212 / 0);
  }

  .md\:border-t-neutral-300\/10 {
    border-top-color: rgb(212 212 212 / 0.1);
  }

  .md\:border-t-neutral-300\/100 {
    border-top-color: rgb(212 212 212 / 1);
  }

  .md\:border-t-neutral-300\/15 {
    border-top-color: rgb(212 212 212 / 0.15);
  }

  .md\:border-t-neutral-300\/20 {
    border-top-color: rgb(212 212 212 / 0.2);
  }

  .md\:border-t-neutral-300\/25 {
    border-top-color: rgb(212 212 212 / 0.25);
  }

  .md\:border-t-neutral-300\/30 {
    border-top-color: rgb(212 212 212 / 0.3);
  }

  .md\:border-t-neutral-300\/35 {
    border-top-color: rgb(212 212 212 / 0.35);
  }

  .md\:border-t-neutral-300\/40 {
    border-top-color: rgb(212 212 212 / 0.4);
  }

  .md\:border-t-neutral-300\/45 {
    border-top-color: rgb(212 212 212 / 0.45);
  }

  .md\:border-t-neutral-300\/5 {
    border-top-color: rgb(212 212 212 / 0.05);
  }

  .md\:border-t-neutral-300\/50 {
    border-top-color: rgb(212 212 212 / 0.5);
  }

  .md\:border-t-neutral-300\/55 {
    border-top-color: rgb(212 212 212 / 0.55);
  }

  .md\:border-t-neutral-300\/60 {
    border-top-color: rgb(212 212 212 / 0.6);
  }

  .md\:border-t-neutral-300\/65 {
    border-top-color: rgb(212 212 212 / 0.65);
  }

  .md\:border-t-neutral-300\/70 {
    border-top-color: rgb(212 212 212 / 0.7);
  }

  .md\:border-t-neutral-300\/75 {
    border-top-color: rgb(212 212 212 / 0.75);
  }

  .md\:border-t-neutral-300\/80 {
    border-top-color: rgb(212 212 212 / 0.8);
  }

  .md\:border-t-neutral-300\/85 {
    border-top-color: rgb(212 212 212 / 0.85);
  }

  .md\:border-t-neutral-300\/90 {
    border-top-color: rgb(212 212 212 / 0.9);
  }

  .md\:border-t-neutral-300\/95 {
    border-top-color: rgb(212 212 212 / 0.95);
  }

  .md\:border-t-neutral-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(163 163 163 / var(--tw-border-opacity));
  }

  .md\:border-t-neutral-400\/0 {
    border-top-color: rgb(163 163 163 / 0);
  }

  .md\:border-t-neutral-400\/10 {
    border-top-color: rgb(163 163 163 / 0.1);
  }

  .md\:border-t-neutral-400\/100 {
    border-top-color: rgb(163 163 163 / 1);
  }

  .md\:border-t-neutral-400\/15 {
    border-top-color: rgb(163 163 163 / 0.15);
  }

  .md\:border-t-neutral-400\/20 {
    border-top-color: rgb(163 163 163 / 0.2);
  }

  .md\:border-t-neutral-400\/25 {
    border-top-color: rgb(163 163 163 / 0.25);
  }

  .md\:border-t-neutral-400\/30 {
    border-top-color: rgb(163 163 163 / 0.3);
  }

  .md\:border-t-neutral-400\/35 {
    border-top-color: rgb(163 163 163 / 0.35);
  }

  .md\:border-t-neutral-400\/40 {
    border-top-color: rgb(163 163 163 / 0.4);
  }

  .md\:border-t-neutral-400\/45 {
    border-top-color: rgb(163 163 163 / 0.45);
  }

  .md\:border-t-neutral-400\/5 {
    border-top-color: rgb(163 163 163 / 0.05);
  }

  .md\:border-t-neutral-400\/50 {
    border-top-color: rgb(163 163 163 / 0.5);
  }

  .md\:border-t-neutral-400\/55 {
    border-top-color: rgb(163 163 163 / 0.55);
  }

  .md\:border-t-neutral-400\/60 {
    border-top-color: rgb(163 163 163 / 0.6);
  }

  .md\:border-t-neutral-400\/65 {
    border-top-color: rgb(163 163 163 / 0.65);
  }

  .md\:border-t-neutral-400\/70 {
    border-top-color: rgb(163 163 163 / 0.7);
  }

  .md\:border-t-neutral-400\/75 {
    border-top-color: rgb(163 163 163 / 0.75);
  }

  .md\:border-t-neutral-400\/80 {
    border-top-color: rgb(163 163 163 / 0.8);
  }

  .md\:border-t-neutral-400\/85 {
    border-top-color: rgb(163 163 163 / 0.85);
  }

  .md\:border-t-neutral-400\/90 {
    border-top-color: rgb(163 163 163 / 0.9);
  }

  .md\:border-t-neutral-400\/95 {
    border-top-color: rgb(163 163 163 / 0.95);
  }

  .md\:border-t-neutral-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .md\:border-t-neutral-50\/0 {
    border-top-color: rgb(250 250 250 / 0);
  }

  .md\:border-t-neutral-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1);
  }

  .md\:border-t-neutral-50\/100 {
    border-top-color: rgb(250 250 250 / 1);
  }

  .md\:border-t-neutral-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15);
  }

  .md\:border-t-neutral-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2);
  }

  .md\:border-t-neutral-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25);
  }

  .md\:border-t-neutral-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3);
  }

  .md\:border-t-neutral-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35);
  }

  .md\:border-t-neutral-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4);
  }

  .md\:border-t-neutral-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45);
  }

  .md\:border-t-neutral-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05);
  }

  .md\:border-t-neutral-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5);
  }

  .md\:border-t-neutral-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55);
  }

  .md\:border-t-neutral-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6);
  }

  .md\:border-t-neutral-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65);
  }

  .md\:border-t-neutral-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7);
  }

  .md\:border-t-neutral-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75);
  }

  .md\:border-t-neutral-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8);
  }

  .md\:border-t-neutral-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85);
  }

  .md\:border-t-neutral-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9);
  }

  .md\:border-t-neutral-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95);
  }

  .md\:border-t-neutral-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(115 115 115 / var(--tw-border-opacity));
  }

  .md\:border-t-neutral-500\/0 {
    border-top-color: rgb(115 115 115 / 0);
  }

  .md\:border-t-neutral-500\/10 {
    border-top-color: rgb(115 115 115 / 0.1);
  }

  .md\:border-t-neutral-500\/100 {
    border-top-color: rgb(115 115 115 / 1);
  }

  .md\:border-t-neutral-500\/15 {
    border-top-color: rgb(115 115 115 / 0.15);
  }

  .md\:border-t-neutral-500\/20 {
    border-top-color: rgb(115 115 115 / 0.2);
  }

  .md\:border-t-neutral-500\/25 {
    border-top-color: rgb(115 115 115 / 0.25);
  }

  .md\:border-t-neutral-500\/30 {
    border-top-color: rgb(115 115 115 / 0.3);
  }

  .md\:border-t-neutral-500\/35 {
    border-top-color: rgb(115 115 115 / 0.35);
  }

  .md\:border-t-neutral-500\/40 {
    border-top-color: rgb(115 115 115 / 0.4);
  }

  .md\:border-t-neutral-500\/45 {
    border-top-color: rgb(115 115 115 / 0.45);
  }

  .md\:border-t-neutral-500\/5 {
    border-top-color: rgb(115 115 115 / 0.05);
  }

  .md\:border-t-neutral-500\/50 {
    border-top-color: rgb(115 115 115 / 0.5);
  }

  .md\:border-t-neutral-500\/55 {
    border-top-color: rgb(115 115 115 / 0.55);
  }

  .md\:border-t-neutral-500\/60 {
    border-top-color: rgb(115 115 115 / 0.6);
  }

  .md\:border-t-neutral-500\/65 {
    border-top-color: rgb(115 115 115 / 0.65);
  }

  .md\:border-t-neutral-500\/70 {
    border-top-color: rgb(115 115 115 / 0.7);
  }

  .md\:border-t-neutral-500\/75 {
    border-top-color: rgb(115 115 115 / 0.75);
  }

  .md\:border-t-neutral-500\/80 {
    border-top-color: rgb(115 115 115 / 0.8);
  }

  .md\:border-t-neutral-500\/85 {
    border-top-color: rgb(115 115 115 / 0.85);
  }

  .md\:border-t-neutral-500\/90 {
    border-top-color: rgb(115 115 115 / 0.9);
  }

  .md\:border-t-neutral-500\/95 {
    border-top-color: rgb(115 115 115 / 0.95);
  }

  .md\:border-t-neutral-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(82 82 82 / var(--tw-border-opacity));
  }

  .md\:border-t-neutral-600\/0 {
    border-top-color: rgb(82 82 82 / 0);
  }

  .md\:border-t-neutral-600\/10 {
    border-top-color: rgb(82 82 82 / 0.1);
  }

  .md\:border-t-neutral-600\/100 {
    border-top-color: rgb(82 82 82 / 1);
  }

  .md\:border-t-neutral-600\/15 {
    border-top-color: rgb(82 82 82 / 0.15);
  }

  .md\:border-t-neutral-600\/20 {
    border-top-color: rgb(82 82 82 / 0.2);
  }

  .md\:border-t-neutral-600\/25 {
    border-top-color: rgb(82 82 82 / 0.25);
  }

  .md\:border-t-neutral-600\/30 {
    border-top-color: rgb(82 82 82 / 0.3);
  }

  .md\:border-t-neutral-600\/35 {
    border-top-color: rgb(82 82 82 / 0.35);
  }

  .md\:border-t-neutral-600\/40 {
    border-top-color: rgb(82 82 82 / 0.4);
  }

  .md\:border-t-neutral-600\/45 {
    border-top-color: rgb(82 82 82 / 0.45);
  }

  .md\:border-t-neutral-600\/5 {
    border-top-color: rgb(82 82 82 / 0.05);
  }

  .md\:border-t-neutral-600\/50 {
    border-top-color: rgb(82 82 82 / 0.5);
  }

  .md\:border-t-neutral-600\/55 {
    border-top-color: rgb(82 82 82 / 0.55);
  }

  .md\:border-t-neutral-600\/60 {
    border-top-color: rgb(82 82 82 / 0.6);
  }

  .md\:border-t-neutral-600\/65 {
    border-top-color: rgb(82 82 82 / 0.65);
  }

  .md\:border-t-neutral-600\/70 {
    border-top-color: rgb(82 82 82 / 0.7);
  }

  .md\:border-t-neutral-600\/75 {
    border-top-color: rgb(82 82 82 / 0.75);
  }

  .md\:border-t-neutral-600\/80 {
    border-top-color: rgb(82 82 82 / 0.8);
  }

  .md\:border-t-neutral-600\/85 {
    border-top-color: rgb(82 82 82 / 0.85);
  }

  .md\:border-t-neutral-600\/90 {
    border-top-color: rgb(82 82 82 / 0.9);
  }

  .md\:border-t-neutral-600\/95 {
    border-top-color: rgb(82 82 82 / 0.95);
  }

  .md\:border-t-neutral-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(64 64 64 / var(--tw-border-opacity));
  }

  .md\:border-t-neutral-700\/0 {
    border-top-color: rgb(64 64 64 / 0);
  }

  .md\:border-t-neutral-700\/10 {
    border-top-color: rgb(64 64 64 / 0.1);
  }

  .md\:border-t-neutral-700\/100 {
    border-top-color: rgb(64 64 64 / 1);
  }

  .md\:border-t-neutral-700\/15 {
    border-top-color: rgb(64 64 64 / 0.15);
  }

  .md\:border-t-neutral-700\/20 {
    border-top-color: rgb(64 64 64 / 0.2);
  }

  .md\:border-t-neutral-700\/25 {
    border-top-color: rgb(64 64 64 / 0.25);
  }

  .md\:border-t-neutral-700\/30 {
    border-top-color: rgb(64 64 64 / 0.3);
  }

  .md\:border-t-neutral-700\/35 {
    border-top-color: rgb(64 64 64 / 0.35);
  }

  .md\:border-t-neutral-700\/40 {
    border-top-color: rgb(64 64 64 / 0.4);
  }

  .md\:border-t-neutral-700\/45 {
    border-top-color: rgb(64 64 64 / 0.45);
  }

  .md\:border-t-neutral-700\/5 {
    border-top-color: rgb(64 64 64 / 0.05);
  }

  .md\:border-t-neutral-700\/50 {
    border-top-color: rgb(64 64 64 / 0.5);
  }

  .md\:border-t-neutral-700\/55 {
    border-top-color: rgb(64 64 64 / 0.55);
  }

  .md\:border-t-neutral-700\/60 {
    border-top-color: rgb(64 64 64 / 0.6);
  }

  .md\:border-t-neutral-700\/65 {
    border-top-color: rgb(64 64 64 / 0.65);
  }

  .md\:border-t-neutral-700\/70 {
    border-top-color: rgb(64 64 64 / 0.7);
  }

  .md\:border-t-neutral-700\/75 {
    border-top-color: rgb(64 64 64 / 0.75);
  }

  .md\:border-t-neutral-700\/80 {
    border-top-color: rgb(64 64 64 / 0.8);
  }

  .md\:border-t-neutral-700\/85 {
    border-top-color: rgb(64 64 64 / 0.85);
  }

  .md\:border-t-neutral-700\/90 {
    border-top-color: rgb(64 64 64 / 0.9);
  }

  .md\:border-t-neutral-700\/95 {
    border-top-color: rgb(64 64 64 / 0.95);
  }

  .md\:border-t-neutral-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(38 38 38 / var(--tw-border-opacity));
  }

  .md\:border-t-neutral-800\/0 {
    border-top-color: rgb(38 38 38 / 0);
  }

  .md\:border-t-neutral-800\/10 {
    border-top-color: rgb(38 38 38 / 0.1);
  }

  .md\:border-t-neutral-800\/100 {
    border-top-color: rgb(38 38 38 / 1);
  }

  .md\:border-t-neutral-800\/15 {
    border-top-color: rgb(38 38 38 / 0.15);
  }

  .md\:border-t-neutral-800\/20 {
    border-top-color: rgb(38 38 38 / 0.2);
  }

  .md\:border-t-neutral-800\/25 {
    border-top-color: rgb(38 38 38 / 0.25);
  }

  .md\:border-t-neutral-800\/30 {
    border-top-color: rgb(38 38 38 / 0.3);
  }

  .md\:border-t-neutral-800\/35 {
    border-top-color: rgb(38 38 38 / 0.35);
  }

  .md\:border-t-neutral-800\/40 {
    border-top-color: rgb(38 38 38 / 0.4);
  }

  .md\:border-t-neutral-800\/45 {
    border-top-color: rgb(38 38 38 / 0.45);
  }

  .md\:border-t-neutral-800\/5 {
    border-top-color: rgb(38 38 38 / 0.05);
  }

  .md\:border-t-neutral-800\/50 {
    border-top-color: rgb(38 38 38 / 0.5);
  }

  .md\:border-t-neutral-800\/55 {
    border-top-color: rgb(38 38 38 / 0.55);
  }

  .md\:border-t-neutral-800\/60 {
    border-top-color: rgb(38 38 38 / 0.6);
  }

  .md\:border-t-neutral-800\/65 {
    border-top-color: rgb(38 38 38 / 0.65);
  }

  .md\:border-t-neutral-800\/70 {
    border-top-color: rgb(38 38 38 / 0.7);
  }

  .md\:border-t-neutral-800\/75 {
    border-top-color: rgb(38 38 38 / 0.75);
  }

  .md\:border-t-neutral-800\/80 {
    border-top-color: rgb(38 38 38 / 0.8);
  }

  .md\:border-t-neutral-800\/85 {
    border-top-color: rgb(38 38 38 / 0.85);
  }

  .md\:border-t-neutral-800\/90 {
    border-top-color: rgb(38 38 38 / 0.9);
  }

  .md\:border-t-neutral-800\/95 {
    border-top-color: rgb(38 38 38 / 0.95);
  }

  .md\:border-t-neutral-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(23 23 23 / var(--tw-border-opacity));
  }

  .md\:border-t-neutral-900\/0 {
    border-top-color: rgb(23 23 23 / 0);
  }

  .md\:border-t-neutral-900\/10 {
    border-top-color: rgb(23 23 23 / 0.1);
  }

  .md\:border-t-neutral-900\/100 {
    border-top-color: rgb(23 23 23 / 1);
  }

  .md\:border-t-neutral-900\/15 {
    border-top-color: rgb(23 23 23 / 0.15);
  }

  .md\:border-t-neutral-900\/20 {
    border-top-color: rgb(23 23 23 / 0.2);
  }

  .md\:border-t-neutral-900\/25 {
    border-top-color: rgb(23 23 23 / 0.25);
  }

  .md\:border-t-neutral-900\/30 {
    border-top-color: rgb(23 23 23 / 0.3);
  }

  .md\:border-t-neutral-900\/35 {
    border-top-color: rgb(23 23 23 / 0.35);
  }

  .md\:border-t-neutral-900\/40 {
    border-top-color: rgb(23 23 23 / 0.4);
  }

  .md\:border-t-neutral-900\/45 {
    border-top-color: rgb(23 23 23 / 0.45);
  }

  .md\:border-t-neutral-900\/5 {
    border-top-color: rgb(23 23 23 / 0.05);
  }

  .md\:border-t-neutral-900\/50 {
    border-top-color: rgb(23 23 23 / 0.5);
  }

  .md\:border-t-neutral-900\/55 {
    border-top-color: rgb(23 23 23 / 0.55);
  }

  .md\:border-t-neutral-900\/60 {
    border-top-color: rgb(23 23 23 / 0.6);
  }

  .md\:border-t-neutral-900\/65 {
    border-top-color: rgb(23 23 23 / 0.65);
  }

  .md\:border-t-neutral-900\/70 {
    border-top-color: rgb(23 23 23 / 0.7);
  }

  .md\:border-t-neutral-900\/75 {
    border-top-color: rgb(23 23 23 / 0.75);
  }

  .md\:border-t-neutral-900\/80 {
    border-top-color: rgb(23 23 23 / 0.8);
  }

  .md\:border-t-neutral-900\/85 {
    border-top-color: rgb(23 23 23 / 0.85);
  }

  .md\:border-t-neutral-900\/90 {
    border-top-color: rgb(23 23 23 / 0.9);
  }

  .md\:border-t-neutral-900\/95 {
    border-top-color: rgb(23 23 23 / 0.95);
  }

  .md\:border-t-neutral-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(10 10 10 / var(--tw-border-opacity));
  }

  .md\:border-t-neutral-950\/0 {
    border-top-color: rgb(10 10 10 / 0);
  }

  .md\:border-t-neutral-950\/10 {
    border-top-color: rgb(10 10 10 / 0.1);
  }

  .md\:border-t-neutral-950\/100 {
    border-top-color: rgb(10 10 10 / 1);
  }

  .md\:border-t-neutral-950\/15 {
    border-top-color: rgb(10 10 10 / 0.15);
  }

  .md\:border-t-neutral-950\/20 {
    border-top-color: rgb(10 10 10 / 0.2);
  }

  .md\:border-t-neutral-950\/25 {
    border-top-color: rgb(10 10 10 / 0.25);
  }

  .md\:border-t-neutral-950\/30 {
    border-top-color: rgb(10 10 10 / 0.3);
  }

  .md\:border-t-neutral-950\/35 {
    border-top-color: rgb(10 10 10 / 0.35);
  }

  .md\:border-t-neutral-950\/40 {
    border-top-color: rgb(10 10 10 / 0.4);
  }

  .md\:border-t-neutral-950\/45 {
    border-top-color: rgb(10 10 10 / 0.45);
  }

  .md\:border-t-neutral-950\/5 {
    border-top-color: rgb(10 10 10 / 0.05);
  }

  .md\:border-t-neutral-950\/50 {
    border-top-color: rgb(10 10 10 / 0.5);
  }

  .md\:border-t-neutral-950\/55 {
    border-top-color: rgb(10 10 10 / 0.55);
  }

  .md\:border-t-neutral-950\/60 {
    border-top-color: rgb(10 10 10 / 0.6);
  }

  .md\:border-t-neutral-950\/65 {
    border-top-color: rgb(10 10 10 / 0.65);
  }

  .md\:border-t-neutral-950\/70 {
    border-top-color: rgb(10 10 10 / 0.7);
  }

  .md\:border-t-neutral-950\/75 {
    border-top-color: rgb(10 10 10 / 0.75);
  }

  .md\:border-t-neutral-950\/80 {
    border-top-color: rgb(10 10 10 / 0.8);
  }

  .md\:border-t-neutral-950\/85 {
    border-top-color: rgb(10 10 10 / 0.85);
  }

  .md\:border-t-neutral-950\/90 {
    border-top-color: rgb(10 10 10 / 0.9);
  }

  .md\:border-t-neutral-950\/95 {
    border-top-color: rgb(10 10 10 / 0.95);
  }

  .md\:border-t-orange-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 237 213 / var(--tw-border-opacity));
  }

  .md\:border-t-orange-100\/0 {
    border-top-color: rgb(255 237 213 / 0);
  }

  .md\:border-t-orange-100\/10 {
    border-top-color: rgb(255 237 213 / 0.1);
  }

  .md\:border-t-orange-100\/100 {
    border-top-color: rgb(255 237 213 / 1);
  }

  .md\:border-t-orange-100\/15 {
    border-top-color: rgb(255 237 213 / 0.15);
  }

  .md\:border-t-orange-100\/20 {
    border-top-color: rgb(255 237 213 / 0.2);
  }

  .md\:border-t-orange-100\/25 {
    border-top-color: rgb(255 237 213 / 0.25);
  }

  .md\:border-t-orange-100\/30 {
    border-top-color: rgb(255 237 213 / 0.3);
  }

  .md\:border-t-orange-100\/35 {
    border-top-color: rgb(255 237 213 / 0.35);
  }

  .md\:border-t-orange-100\/40 {
    border-top-color: rgb(255 237 213 / 0.4);
  }

  .md\:border-t-orange-100\/45 {
    border-top-color: rgb(255 237 213 / 0.45);
  }

  .md\:border-t-orange-100\/5 {
    border-top-color: rgb(255 237 213 / 0.05);
  }

  .md\:border-t-orange-100\/50 {
    border-top-color: rgb(255 237 213 / 0.5);
  }

  .md\:border-t-orange-100\/55 {
    border-top-color: rgb(255 237 213 / 0.55);
  }

  .md\:border-t-orange-100\/60 {
    border-top-color: rgb(255 237 213 / 0.6);
  }

  .md\:border-t-orange-100\/65 {
    border-top-color: rgb(255 237 213 / 0.65);
  }

  .md\:border-t-orange-100\/70 {
    border-top-color: rgb(255 237 213 / 0.7);
  }

  .md\:border-t-orange-100\/75 {
    border-top-color: rgb(255 237 213 / 0.75);
  }

  .md\:border-t-orange-100\/80 {
    border-top-color: rgb(255 237 213 / 0.8);
  }

  .md\:border-t-orange-100\/85 {
    border-top-color: rgb(255 237 213 / 0.85);
  }

  .md\:border-t-orange-100\/90 {
    border-top-color: rgb(255 237 213 / 0.9);
  }

  .md\:border-t-orange-100\/95 {
    border-top-color: rgb(255 237 213 / 0.95);
  }

  .md\:border-t-orange-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 215 170 / var(--tw-border-opacity));
  }

  .md\:border-t-orange-200\/0 {
    border-top-color: rgb(254 215 170 / 0);
  }

  .md\:border-t-orange-200\/10 {
    border-top-color: rgb(254 215 170 / 0.1);
  }

  .md\:border-t-orange-200\/100 {
    border-top-color: rgb(254 215 170 / 1);
  }

  .md\:border-t-orange-200\/15 {
    border-top-color: rgb(254 215 170 / 0.15);
  }

  .md\:border-t-orange-200\/20 {
    border-top-color: rgb(254 215 170 / 0.2);
  }

  .md\:border-t-orange-200\/25 {
    border-top-color: rgb(254 215 170 / 0.25);
  }

  .md\:border-t-orange-200\/30 {
    border-top-color: rgb(254 215 170 / 0.3);
  }

  .md\:border-t-orange-200\/35 {
    border-top-color: rgb(254 215 170 / 0.35);
  }

  .md\:border-t-orange-200\/40 {
    border-top-color: rgb(254 215 170 / 0.4);
  }

  .md\:border-t-orange-200\/45 {
    border-top-color: rgb(254 215 170 / 0.45);
  }

  .md\:border-t-orange-200\/5 {
    border-top-color: rgb(254 215 170 / 0.05);
  }

  .md\:border-t-orange-200\/50 {
    border-top-color: rgb(254 215 170 / 0.5);
  }

  .md\:border-t-orange-200\/55 {
    border-top-color: rgb(254 215 170 / 0.55);
  }

  .md\:border-t-orange-200\/60 {
    border-top-color: rgb(254 215 170 / 0.6);
  }

  .md\:border-t-orange-200\/65 {
    border-top-color: rgb(254 215 170 / 0.65);
  }

  .md\:border-t-orange-200\/70 {
    border-top-color: rgb(254 215 170 / 0.7);
  }

  .md\:border-t-orange-200\/75 {
    border-top-color: rgb(254 215 170 / 0.75);
  }

  .md\:border-t-orange-200\/80 {
    border-top-color: rgb(254 215 170 / 0.8);
  }

  .md\:border-t-orange-200\/85 {
    border-top-color: rgb(254 215 170 / 0.85);
  }

  .md\:border-t-orange-200\/90 {
    border-top-color: rgb(254 215 170 / 0.9);
  }

  .md\:border-t-orange-200\/95 {
    border-top-color: rgb(254 215 170 / 0.95);
  }

  .md\:border-t-orange-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 186 116 / var(--tw-border-opacity));
  }

  .md\:border-t-orange-300\/0 {
    border-top-color: rgb(253 186 116 / 0);
  }

  .md\:border-t-orange-300\/10 {
    border-top-color: rgb(253 186 116 / 0.1);
  }

  .md\:border-t-orange-300\/100 {
    border-top-color: rgb(253 186 116 / 1);
  }

  .md\:border-t-orange-300\/15 {
    border-top-color: rgb(253 186 116 / 0.15);
  }

  .md\:border-t-orange-300\/20 {
    border-top-color: rgb(253 186 116 / 0.2);
  }

  .md\:border-t-orange-300\/25 {
    border-top-color: rgb(253 186 116 / 0.25);
  }

  .md\:border-t-orange-300\/30 {
    border-top-color: rgb(253 186 116 / 0.3);
  }

  .md\:border-t-orange-300\/35 {
    border-top-color: rgb(253 186 116 / 0.35);
  }

  .md\:border-t-orange-300\/40 {
    border-top-color: rgb(253 186 116 / 0.4);
  }

  .md\:border-t-orange-300\/45 {
    border-top-color: rgb(253 186 116 / 0.45);
  }

  .md\:border-t-orange-300\/5 {
    border-top-color: rgb(253 186 116 / 0.05);
  }

  .md\:border-t-orange-300\/50 {
    border-top-color: rgb(253 186 116 / 0.5);
  }

  .md\:border-t-orange-300\/55 {
    border-top-color: rgb(253 186 116 / 0.55);
  }

  .md\:border-t-orange-300\/60 {
    border-top-color: rgb(253 186 116 / 0.6);
  }

  .md\:border-t-orange-300\/65 {
    border-top-color: rgb(253 186 116 / 0.65);
  }

  .md\:border-t-orange-300\/70 {
    border-top-color: rgb(253 186 116 / 0.7);
  }

  .md\:border-t-orange-300\/75 {
    border-top-color: rgb(253 186 116 / 0.75);
  }

  .md\:border-t-orange-300\/80 {
    border-top-color: rgb(253 186 116 / 0.8);
  }

  .md\:border-t-orange-300\/85 {
    border-top-color: rgb(253 186 116 / 0.85);
  }

  .md\:border-t-orange-300\/90 {
    border-top-color: rgb(253 186 116 / 0.9);
  }

  .md\:border-t-orange-300\/95 {
    border-top-color: rgb(253 186 116 / 0.95);
  }

  .md\:border-t-orange-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(251 146 60 / var(--tw-border-opacity));
  }

  .md\:border-t-orange-400\/0 {
    border-top-color: rgb(251 146 60 / 0);
  }

  .md\:border-t-orange-400\/10 {
    border-top-color: rgb(251 146 60 / 0.1);
  }

  .md\:border-t-orange-400\/100 {
    border-top-color: rgb(251 146 60 / 1);
  }

  .md\:border-t-orange-400\/15 {
    border-top-color: rgb(251 146 60 / 0.15);
  }

  .md\:border-t-orange-400\/20 {
    border-top-color: rgb(251 146 60 / 0.2);
  }

  .md\:border-t-orange-400\/25 {
    border-top-color: rgb(251 146 60 / 0.25);
  }

  .md\:border-t-orange-400\/30 {
    border-top-color: rgb(251 146 60 / 0.3);
  }

  .md\:border-t-orange-400\/35 {
    border-top-color: rgb(251 146 60 / 0.35);
  }

  .md\:border-t-orange-400\/40 {
    border-top-color: rgb(251 146 60 / 0.4);
  }

  .md\:border-t-orange-400\/45 {
    border-top-color: rgb(251 146 60 / 0.45);
  }

  .md\:border-t-orange-400\/5 {
    border-top-color: rgb(251 146 60 / 0.05);
  }

  .md\:border-t-orange-400\/50 {
    border-top-color: rgb(251 146 60 / 0.5);
  }

  .md\:border-t-orange-400\/55 {
    border-top-color: rgb(251 146 60 / 0.55);
  }

  .md\:border-t-orange-400\/60 {
    border-top-color: rgb(251 146 60 / 0.6);
  }

  .md\:border-t-orange-400\/65 {
    border-top-color: rgb(251 146 60 / 0.65);
  }

  .md\:border-t-orange-400\/70 {
    border-top-color: rgb(251 146 60 / 0.7);
  }

  .md\:border-t-orange-400\/75 {
    border-top-color: rgb(251 146 60 / 0.75);
  }

  .md\:border-t-orange-400\/80 {
    border-top-color: rgb(251 146 60 / 0.8);
  }

  .md\:border-t-orange-400\/85 {
    border-top-color: rgb(251 146 60 / 0.85);
  }

  .md\:border-t-orange-400\/90 {
    border-top-color: rgb(251 146 60 / 0.9);
  }

  .md\:border-t-orange-400\/95 {
    border-top-color: rgb(251 146 60 / 0.95);
  }

  .md\:border-t-orange-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 247 237 / var(--tw-border-opacity));
  }

  .md\:border-t-orange-50\/0 {
    border-top-color: rgb(255 247 237 / 0);
  }

  .md\:border-t-orange-50\/10 {
    border-top-color: rgb(255 247 237 / 0.1);
  }

  .md\:border-t-orange-50\/100 {
    border-top-color: rgb(255 247 237 / 1);
  }

  .md\:border-t-orange-50\/15 {
    border-top-color: rgb(255 247 237 / 0.15);
  }

  .md\:border-t-orange-50\/20 {
    border-top-color: rgb(255 247 237 / 0.2);
  }

  .md\:border-t-orange-50\/25 {
    border-top-color: rgb(255 247 237 / 0.25);
  }

  .md\:border-t-orange-50\/30 {
    border-top-color: rgb(255 247 237 / 0.3);
  }

  .md\:border-t-orange-50\/35 {
    border-top-color: rgb(255 247 237 / 0.35);
  }

  .md\:border-t-orange-50\/40 {
    border-top-color: rgb(255 247 237 / 0.4);
  }

  .md\:border-t-orange-50\/45 {
    border-top-color: rgb(255 247 237 / 0.45);
  }

  .md\:border-t-orange-50\/5 {
    border-top-color: rgb(255 247 237 / 0.05);
  }

  .md\:border-t-orange-50\/50 {
    border-top-color: rgb(255 247 237 / 0.5);
  }

  .md\:border-t-orange-50\/55 {
    border-top-color: rgb(255 247 237 / 0.55);
  }

  .md\:border-t-orange-50\/60 {
    border-top-color: rgb(255 247 237 / 0.6);
  }

  .md\:border-t-orange-50\/65 {
    border-top-color: rgb(255 247 237 / 0.65);
  }

  .md\:border-t-orange-50\/70 {
    border-top-color: rgb(255 247 237 / 0.7);
  }

  .md\:border-t-orange-50\/75 {
    border-top-color: rgb(255 247 237 / 0.75);
  }

  .md\:border-t-orange-50\/80 {
    border-top-color: rgb(255 247 237 / 0.8);
  }

  .md\:border-t-orange-50\/85 {
    border-top-color: rgb(255 247 237 / 0.85);
  }

  .md\:border-t-orange-50\/90 {
    border-top-color: rgb(255 247 237 / 0.9);
  }

  .md\:border-t-orange-50\/95 {
    border-top-color: rgb(255 247 237 / 0.95);
  }

  .md\:border-t-orange-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(249 115 22 / var(--tw-border-opacity));
  }

  .md\:border-t-orange-500\/0 {
    border-top-color: rgb(249 115 22 / 0);
  }

  .md\:border-t-orange-500\/10 {
    border-top-color: rgb(249 115 22 / 0.1);
  }

  .md\:border-t-orange-500\/100 {
    border-top-color: rgb(249 115 22 / 1);
  }

  .md\:border-t-orange-500\/15 {
    border-top-color: rgb(249 115 22 / 0.15);
  }

  .md\:border-t-orange-500\/20 {
    border-top-color: rgb(249 115 22 / 0.2);
  }

  .md\:border-t-orange-500\/25 {
    border-top-color: rgb(249 115 22 / 0.25);
  }

  .md\:border-t-orange-500\/30 {
    border-top-color: rgb(249 115 22 / 0.3);
  }

  .md\:border-t-orange-500\/35 {
    border-top-color: rgb(249 115 22 / 0.35);
  }

  .md\:border-t-orange-500\/40 {
    border-top-color: rgb(249 115 22 / 0.4);
  }

  .md\:border-t-orange-500\/45 {
    border-top-color: rgb(249 115 22 / 0.45);
  }

  .md\:border-t-orange-500\/5 {
    border-top-color: rgb(249 115 22 / 0.05);
  }

  .md\:border-t-orange-500\/50 {
    border-top-color: rgb(249 115 22 / 0.5);
  }

  .md\:border-t-orange-500\/55 {
    border-top-color: rgb(249 115 22 / 0.55);
  }

  .md\:border-t-orange-500\/60 {
    border-top-color: rgb(249 115 22 / 0.6);
  }

  .md\:border-t-orange-500\/65 {
    border-top-color: rgb(249 115 22 / 0.65);
  }

  .md\:border-t-orange-500\/70 {
    border-top-color: rgb(249 115 22 / 0.7);
  }

  .md\:border-t-orange-500\/75 {
    border-top-color: rgb(249 115 22 / 0.75);
  }

  .md\:border-t-orange-500\/80 {
    border-top-color: rgb(249 115 22 / 0.8);
  }

  .md\:border-t-orange-500\/85 {
    border-top-color: rgb(249 115 22 / 0.85);
  }

  .md\:border-t-orange-500\/90 {
    border-top-color: rgb(249 115 22 / 0.9);
  }

  .md\:border-t-orange-500\/95 {
    border-top-color: rgb(249 115 22 / 0.95);
  }

  .md\:border-t-orange-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 88 12 / var(--tw-border-opacity));
  }

  .md\:border-t-orange-600\/0 {
    border-top-color: rgb(234 88 12 / 0);
  }

  .md\:border-t-orange-600\/10 {
    border-top-color: rgb(234 88 12 / 0.1);
  }

  .md\:border-t-orange-600\/100 {
    border-top-color: rgb(234 88 12 / 1);
  }

  .md\:border-t-orange-600\/15 {
    border-top-color: rgb(234 88 12 / 0.15);
  }

  .md\:border-t-orange-600\/20 {
    border-top-color: rgb(234 88 12 / 0.2);
  }

  .md\:border-t-orange-600\/25 {
    border-top-color: rgb(234 88 12 / 0.25);
  }

  .md\:border-t-orange-600\/30 {
    border-top-color: rgb(234 88 12 / 0.3);
  }

  .md\:border-t-orange-600\/35 {
    border-top-color: rgb(234 88 12 / 0.35);
  }

  .md\:border-t-orange-600\/40 {
    border-top-color: rgb(234 88 12 / 0.4);
  }

  .md\:border-t-orange-600\/45 {
    border-top-color: rgb(234 88 12 / 0.45);
  }

  .md\:border-t-orange-600\/5 {
    border-top-color: rgb(234 88 12 / 0.05);
  }

  .md\:border-t-orange-600\/50 {
    border-top-color: rgb(234 88 12 / 0.5);
  }

  .md\:border-t-orange-600\/55 {
    border-top-color: rgb(234 88 12 / 0.55);
  }

  .md\:border-t-orange-600\/60 {
    border-top-color: rgb(234 88 12 / 0.6);
  }

  .md\:border-t-orange-600\/65 {
    border-top-color: rgb(234 88 12 / 0.65);
  }

  .md\:border-t-orange-600\/70 {
    border-top-color: rgb(234 88 12 / 0.7);
  }

  .md\:border-t-orange-600\/75 {
    border-top-color: rgb(234 88 12 / 0.75);
  }

  .md\:border-t-orange-600\/80 {
    border-top-color: rgb(234 88 12 / 0.8);
  }

  .md\:border-t-orange-600\/85 {
    border-top-color: rgb(234 88 12 / 0.85);
  }

  .md\:border-t-orange-600\/90 {
    border-top-color: rgb(234 88 12 / 0.9);
  }

  .md\:border-t-orange-600\/95 {
    border-top-color: rgb(234 88 12 / 0.95);
  }

  .md\:border-t-orange-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(194 65 12 / var(--tw-border-opacity));
  }

  .md\:border-t-orange-700\/0 {
    border-top-color: rgb(194 65 12 / 0);
  }

  .md\:border-t-orange-700\/10 {
    border-top-color: rgb(194 65 12 / 0.1);
  }

  .md\:border-t-orange-700\/100 {
    border-top-color: rgb(194 65 12 / 1);
  }

  .md\:border-t-orange-700\/15 {
    border-top-color: rgb(194 65 12 / 0.15);
  }

  .md\:border-t-orange-700\/20 {
    border-top-color: rgb(194 65 12 / 0.2);
  }

  .md\:border-t-orange-700\/25 {
    border-top-color: rgb(194 65 12 / 0.25);
  }

  .md\:border-t-orange-700\/30 {
    border-top-color: rgb(194 65 12 / 0.3);
  }

  .md\:border-t-orange-700\/35 {
    border-top-color: rgb(194 65 12 / 0.35);
  }

  .md\:border-t-orange-700\/40 {
    border-top-color: rgb(194 65 12 / 0.4);
  }

  .md\:border-t-orange-700\/45 {
    border-top-color: rgb(194 65 12 / 0.45);
  }

  .md\:border-t-orange-700\/5 {
    border-top-color: rgb(194 65 12 / 0.05);
  }

  .md\:border-t-orange-700\/50 {
    border-top-color: rgb(194 65 12 / 0.5);
  }

  .md\:border-t-orange-700\/55 {
    border-top-color: rgb(194 65 12 / 0.55);
  }

  .md\:border-t-orange-700\/60 {
    border-top-color: rgb(194 65 12 / 0.6);
  }

  .md\:border-t-orange-700\/65 {
    border-top-color: rgb(194 65 12 / 0.65);
  }

  .md\:border-t-orange-700\/70 {
    border-top-color: rgb(194 65 12 / 0.7);
  }

  .md\:border-t-orange-700\/75 {
    border-top-color: rgb(194 65 12 / 0.75);
  }

  .md\:border-t-orange-700\/80 {
    border-top-color: rgb(194 65 12 / 0.8);
  }

  .md\:border-t-orange-700\/85 {
    border-top-color: rgb(194 65 12 / 0.85);
  }

  .md\:border-t-orange-700\/90 {
    border-top-color: rgb(194 65 12 / 0.9);
  }

  .md\:border-t-orange-700\/95 {
    border-top-color: rgb(194 65 12 / 0.95);
  }

  .md\:border-t-orange-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(154 52 18 / var(--tw-border-opacity));
  }

  .md\:border-t-orange-800\/0 {
    border-top-color: rgb(154 52 18 / 0);
  }

  .md\:border-t-orange-800\/10 {
    border-top-color: rgb(154 52 18 / 0.1);
  }

  .md\:border-t-orange-800\/100 {
    border-top-color: rgb(154 52 18 / 1);
  }

  .md\:border-t-orange-800\/15 {
    border-top-color: rgb(154 52 18 / 0.15);
  }

  .md\:border-t-orange-800\/20 {
    border-top-color: rgb(154 52 18 / 0.2);
  }

  .md\:border-t-orange-800\/25 {
    border-top-color: rgb(154 52 18 / 0.25);
  }

  .md\:border-t-orange-800\/30 {
    border-top-color: rgb(154 52 18 / 0.3);
  }

  .md\:border-t-orange-800\/35 {
    border-top-color: rgb(154 52 18 / 0.35);
  }

  .md\:border-t-orange-800\/40 {
    border-top-color: rgb(154 52 18 / 0.4);
  }

  .md\:border-t-orange-800\/45 {
    border-top-color: rgb(154 52 18 / 0.45);
  }

  .md\:border-t-orange-800\/5 {
    border-top-color: rgb(154 52 18 / 0.05);
  }

  .md\:border-t-orange-800\/50 {
    border-top-color: rgb(154 52 18 / 0.5);
  }

  .md\:border-t-orange-800\/55 {
    border-top-color: rgb(154 52 18 / 0.55);
  }

  .md\:border-t-orange-800\/60 {
    border-top-color: rgb(154 52 18 / 0.6);
  }

  .md\:border-t-orange-800\/65 {
    border-top-color: rgb(154 52 18 / 0.65);
  }

  .md\:border-t-orange-800\/70 {
    border-top-color: rgb(154 52 18 / 0.7);
  }

  .md\:border-t-orange-800\/75 {
    border-top-color: rgb(154 52 18 / 0.75);
  }

  .md\:border-t-orange-800\/80 {
    border-top-color: rgb(154 52 18 / 0.8);
  }

  .md\:border-t-orange-800\/85 {
    border-top-color: rgb(154 52 18 / 0.85);
  }

  .md\:border-t-orange-800\/90 {
    border-top-color: rgb(154 52 18 / 0.9);
  }

  .md\:border-t-orange-800\/95 {
    border-top-color: rgb(154 52 18 / 0.95);
  }

  .md\:border-t-orange-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(124 45 18 / var(--tw-border-opacity));
  }

  .md\:border-t-orange-900\/0 {
    border-top-color: rgb(124 45 18 / 0);
  }

  .md\:border-t-orange-900\/10 {
    border-top-color: rgb(124 45 18 / 0.1);
  }

  .md\:border-t-orange-900\/100 {
    border-top-color: rgb(124 45 18 / 1);
  }

  .md\:border-t-orange-900\/15 {
    border-top-color: rgb(124 45 18 / 0.15);
  }

  .md\:border-t-orange-900\/20 {
    border-top-color: rgb(124 45 18 / 0.2);
  }

  .md\:border-t-orange-900\/25 {
    border-top-color: rgb(124 45 18 / 0.25);
  }

  .md\:border-t-orange-900\/30 {
    border-top-color: rgb(124 45 18 / 0.3);
  }

  .md\:border-t-orange-900\/35 {
    border-top-color: rgb(124 45 18 / 0.35);
  }

  .md\:border-t-orange-900\/40 {
    border-top-color: rgb(124 45 18 / 0.4);
  }

  .md\:border-t-orange-900\/45 {
    border-top-color: rgb(124 45 18 / 0.45);
  }

  .md\:border-t-orange-900\/5 {
    border-top-color: rgb(124 45 18 / 0.05);
  }

  .md\:border-t-orange-900\/50 {
    border-top-color: rgb(124 45 18 / 0.5);
  }

  .md\:border-t-orange-900\/55 {
    border-top-color: rgb(124 45 18 / 0.55);
  }

  .md\:border-t-orange-900\/60 {
    border-top-color: rgb(124 45 18 / 0.6);
  }

  .md\:border-t-orange-900\/65 {
    border-top-color: rgb(124 45 18 / 0.65);
  }

  .md\:border-t-orange-900\/70 {
    border-top-color: rgb(124 45 18 / 0.7);
  }

  .md\:border-t-orange-900\/75 {
    border-top-color: rgb(124 45 18 / 0.75);
  }

  .md\:border-t-orange-900\/80 {
    border-top-color: rgb(124 45 18 / 0.8);
  }

  .md\:border-t-orange-900\/85 {
    border-top-color: rgb(124 45 18 / 0.85);
  }

  .md\:border-t-orange-900\/90 {
    border-top-color: rgb(124 45 18 / 0.9);
  }

  .md\:border-t-orange-900\/95 {
    border-top-color: rgb(124 45 18 / 0.95);
  }

  .md\:border-t-orange-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(67 20 7 / var(--tw-border-opacity));
  }

  .md\:border-t-orange-950\/0 {
    border-top-color: rgb(67 20 7 / 0);
  }

  .md\:border-t-orange-950\/10 {
    border-top-color: rgb(67 20 7 / 0.1);
  }

  .md\:border-t-orange-950\/100 {
    border-top-color: rgb(67 20 7 / 1);
  }

  .md\:border-t-orange-950\/15 {
    border-top-color: rgb(67 20 7 / 0.15);
  }

  .md\:border-t-orange-950\/20 {
    border-top-color: rgb(67 20 7 / 0.2);
  }

  .md\:border-t-orange-950\/25 {
    border-top-color: rgb(67 20 7 / 0.25);
  }

  .md\:border-t-orange-950\/30 {
    border-top-color: rgb(67 20 7 / 0.3);
  }

  .md\:border-t-orange-950\/35 {
    border-top-color: rgb(67 20 7 / 0.35);
  }

  .md\:border-t-orange-950\/40 {
    border-top-color: rgb(67 20 7 / 0.4);
  }

  .md\:border-t-orange-950\/45 {
    border-top-color: rgb(67 20 7 / 0.45);
  }

  .md\:border-t-orange-950\/5 {
    border-top-color: rgb(67 20 7 / 0.05);
  }

  .md\:border-t-orange-950\/50 {
    border-top-color: rgb(67 20 7 / 0.5);
  }

  .md\:border-t-orange-950\/55 {
    border-top-color: rgb(67 20 7 / 0.55);
  }

  .md\:border-t-orange-950\/60 {
    border-top-color: rgb(67 20 7 / 0.6);
  }

  .md\:border-t-orange-950\/65 {
    border-top-color: rgb(67 20 7 / 0.65);
  }

  .md\:border-t-orange-950\/70 {
    border-top-color: rgb(67 20 7 / 0.7);
  }

  .md\:border-t-orange-950\/75 {
    border-top-color: rgb(67 20 7 / 0.75);
  }

  .md\:border-t-orange-950\/80 {
    border-top-color: rgb(67 20 7 / 0.8);
  }

  .md\:border-t-orange-950\/85 {
    border-top-color: rgb(67 20 7 / 0.85);
  }

  .md\:border-t-orange-950\/90 {
    border-top-color: rgb(67 20 7 / 0.9);
  }

  .md\:border-t-orange-950\/95 {
    border-top-color: rgb(67 20 7 / 0.95);
  }

  .md\:border-t-pink-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(252 231 243 / var(--tw-border-opacity));
  }

  .md\:border-t-pink-100\/0 {
    border-top-color: rgb(252 231 243 / 0);
  }

  .md\:border-t-pink-100\/10 {
    border-top-color: rgb(252 231 243 / 0.1);
  }

  .md\:border-t-pink-100\/100 {
    border-top-color: rgb(252 231 243 / 1);
  }

  .md\:border-t-pink-100\/15 {
    border-top-color: rgb(252 231 243 / 0.15);
  }

  .md\:border-t-pink-100\/20 {
    border-top-color: rgb(252 231 243 / 0.2);
  }

  .md\:border-t-pink-100\/25 {
    border-top-color: rgb(252 231 243 / 0.25);
  }

  .md\:border-t-pink-100\/30 {
    border-top-color: rgb(252 231 243 / 0.3);
  }

  .md\:border-t-pink-100\/35 {
    border-top-color: rgb(252 231 243 / 0.35);
  }

  .md\:border-t-pink-100\/40 {
    border-top-color: rgb(252 231 243 / 0.4);
  }

  .md\:border-t-pink-100\/45 {
    border-top-color: rgb(252 231 243 / 0.45);
  }

  .md\:border-t-pink-100\/5 {
    border-top-color: rgb(252 231 243 / 0.05);
  }

  .md\:border-t-pink-100\/50 {
    border-top-color: rgb(252 231 243 / 0.5);
  }

  .md\:border-t-pink-100\/55 {
    border-top-color: rgb(252 231 243 / 0.55);
  }

  .md\:border-t-pink-100\/60 {
    border-top-color: rgb(252 231 243 / 0.6);
  }

  .md\:border-t-pink-100\/65 {
    border-top-color: rgb(252 231 243 / 0.65);
  }

  .md\:border-t-pink-100\/70 {
    border-top-color: rgb(252 231 243 / 0.7);
  }

  .md\:border-t-pink-100\/75 {
    border-top-color: rgb(252 231 243 / 0.75);
  }

  .md\:border-t-pink-100\/80 {
    border-top-color: rgb(252 231 243 / 0.8);
  }

  .md\:border-t-pink-100\/85 {
    border-top-color: rgb(252 231 243 / 0.85);
  }

  .md\:border-t-pink-100\/90 {
    border-top-color: rgb(252 231 243 / 0.9);
  }

  .md\:border-t-pink-100\/95 {
    border-top-color: rgb(252 231 243 / 0.95);
  }

  .md\:border-t-pink-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(251 207 232 / var(--tw-border-opacity));
  }

  .md\:border-t-pink-200\/0 {
    border-top-color: rgb(251 207 232 / 0);
  }

  .md\:border-t-pink-200\/10 {
    border-top-color: rgb(251 207 232 / 0.1);
  }

  .md\:border-t-pink-200\/100 {
    border-top-color: rgb(251 207 232 / 1);
  }

  .md\:border-t-pink-200\/15 {
    border-top-color: rgb(251 207 232 / 0.15);
  }

  .md\:border-t-pink-200\/20 {
    border-top-color: rgb(251 207 232 / 0.2);
  }

  .md\:border-t-pink-200\/25 {
    border-top-color: rgb(251 207 232 / 0.25);
  }

  .md\:border-t-pink-200\/30 {
    border-top-color: rgb(251 207 232 / 0.3);
  }

  .md\:border-t-pink-200\/35 {
    border-top-color: rgb(251 207 232 / 0.35);
  }

  .md\:border-t-pink-200\/40 {
    border-top-color: rgb(251 207 232 / 0.4);
  }

  .md\:border-t-pink-200\/45 {
    border-top-color: rgb(251 207 232 / 0.45);
  }

  .md\:border-t-pink-200\/5 {
    border-top-color: rgb(251 207 232 / 0.05);
  }

  .md\:border-t-pink-200\/50 {
    border-top-color: rgb(251 207 232 / 0.5);
  }

  .md\:border-t-pink-200\/55 {
    border-top-color: rgb(251 207 232 / 0.55);
  }

  .md\:border-t-pink-200\/60 {
    border-top-color: rgb(251 207 232 / 0.6);
  }

  .md\:border-t-pink-200\/65 {
    border-top-color: rgb(251 207 232 / 0.65);
  }

  .md\:border-t-pink-200\/70 {
    border-top-color: rgb(251 207 232 / 0.7);
  }

  .md\:border-t-pink-200\/75 {
    border-top-color: rgb(251 207 232 / 0.75);
  }

  .md\:border-t-pink-200\/80 {
    border-top-color: rgb(251 207 232 / 0.8);
  }

  .md\:border-t-pink-200\/85 {
    border-top-color: rgb(251 207 232 / 0.85);
  }

  .md\:border-t-pink-200\/90 {
    border-top-color: rgb(251 207 232 / 0.9);
  }

  .md\:border-t-pink-200\/95 {
    border-top-color: rgb(251 207 232 / 0.95);
  }

  .md\:border-t-pink-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(249 168 212 / var(--tw-border-opacity));
  }

  .md\:border-t-pink-300\/0 {
    border-top-color: rgb(249 168 212 / 0);
  }

  .md\:border-t-pink-300\/10 {
    border-top-color: rgb(249 168 212 / 0.1);
  }

  .md\:border-t-pink-300\/100 {
    border-top-color: rgb(249 168 212 / 1);
  }

  .md\:border-t-pink-300\/15 {
    border-top-color: rgb(249 168 212 / 0.15);
  }

  .md\:border-t-pink-300\/20 {
    border-top-color: rgb(249 168 212 / 0.2);
  }

  .md\:border-t-pink-300\/25 {
    border-top-color: rgb(249 168 212 / 0.25);
  }

  .md\:border-t-pink-300\/30 {
    border-top-color: rgb(249 168 212 / 0.3);
  }

  .md\:border-t-pink-300\/35 {
    border-top-color: rgb(249 168 212 / 0.35);
  }

  .md\:border-t-pink-300\/40 {
    border-top-color: rgb(249 168 212 / 0.4);
  }

  .md\:border-t-pink-300\/45 {
    border-top-color: rgb(249 168 212 / 0.45);
  }

  .md\:border-t-pink-300\/5 {
    border-top-color: rgb(249 168 212 / 0.05);
  }

  .md\:border-t-pink-300\/50 {
    border-top-color: rgb(249 168 212 / 0.5);
  }

  .md\:border-t-pink-300\/55 {
    border-top-color: rgb(249 168 212 / 0.55);
  }

  .md\:border-t-pink-300\/60 {
    border-top-color: rgb(249 168 212 / 0.6);
  }

  .md\:border-t-pink-300\/65 {
    border-top-color: rgb(249 168 212 / 0.65);
  }

  .md\:border-t-pink-300\/70 {
    border-top-color: rgb(249 168 212 / 0.7);
  }

  .md\:border-t-pink-300\/75 {
    border-top-color: rgb(249 168 212 / 0.75);
  }

  .md\:border-t-pink-300\/80 {
    border-top-color: rgb(249 168 212 / 0.8);
  }

  .md\:border-t-pink-300\/85 {
    border-top-color: rgb(249 168 212 / 0.85);
  }

  .md\:border-t-pink-300\/90 {
    border-top-color: rgb(249 168 212 / 0.9);
  }

  .md\:border-t-pink-300\/95 {
    border-top-color: rgb(249 168 212 / 0.95);
  }

  .md\:border-t-pink-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(244 114 182 / var(--tw-border-opacity));
  }

  .md\:border-t-pink-400\/0 {
    border-top-color: rgb(244 114 182 / 0);
  }

  .md\:border-t-pink-400\/10 {
    border-top-color: rgb(244 114 182 / 0.1);
  }

  .md\:border-t-pink-400\/100 {
    border-top-color: rgb(244 114 182 / 1);
  }

  .md\:border-t-pink-400\/15 {
    border-top-color: rgb(244 114 182 / 0.15);
  }

  .md\:border-t-pink-400\/20 {
    border-top-color: rgb(244 114 182 / 0.2);
  }

  .md\:border-t-pink-400\/25 {
    border-top-color: rgb(244 114 182 / 0.25);
  }

  .md\:border-t-pink-400\/30 {
    border-top-color: rgb(244 114 182 / 0.3);
  }

  .md\:border-t-pink-400\/35 {
    border-top-color: rgb(244 114 182 / 0.35);
  }

  .md\:border-t-pink-400\/40 {
    border-top-color: rgb(244 114 182 / 0.4);
  }

  .md\:border-t-pink-400\/45 {
    border-top-color: rgb(244 114 182 / 0.45);
  }

  .md\:border-t-pink-400\/5 {
    border-top-color: rgb(244 114 182 / 0.05);
  }

  .md\:border-t-pink-400\/50 {
    border-top-color: rgb(244 114 182 / 0.5);
  }

  .md\:border-t-pink-400\/55 {
    border-top-color: rgb(244 114 182 / 0.55);
  }

  .md\:border-t-pink-400\/60 {
    border-top-color: rgb(244 114 182 / 0.6);
  }

  .md\:border-t-pink-400\/65 {
    border-top-color: rgb(244 114 182 / 0.65);
  }

  .md\:border-t-pink-400\/70 {
    border-top-color: rgb(244 114 182 / 0.7);
  }

  .md\:border-t-pink-400\/75 {
    border-top-color: rgb(244 114 182 / 0.75);
  }

  .md\:border-t-pink-400\/80 {
    border-top-color: rgb(244 114 182 / 0.8);
  }

  .md\:border-t-pink-400\/85 {
    border-top-color: rgb(244 114 182 / 0.85);
  }

  .md\:border-t-pink-400\/90 {
    border-top-color: rgb(244 114 182 / 0.9);
  }

  .md\:border-t-pink-400\/95 {
    border-top-color: rgb(244 114 182 / 0.95);
  }

  .md\:border-t-pink-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 242 248 / var(--tw-border-opacity));
  }

  .md\:border-t-pink-50\/0 {
    border-top-color: rgb(253 242 248 / 0);
  }

  .md\:border-t-pink-50\/10 {
    border-top-color: rgb(253 242 248 / 0.1);
  }

  .md\:border-t-pink-50\/100 {
    border-top-color: rgb(253 242 248 / 1);
  }

  .md\:border-t-pink-50\/15 {
    border-top-color: rgb(253 242 248 / 0.15);
  }

  .md\:border-t-pink-50\/20 {
    border-top-color: rgb(253 242 248 / 0.2);
  }

  .md\:border-t-pink-50\/25 {
    border-top-color: rgb(253 242 248 / 0.25);
  }

  .md\:border-t-pink-50\/30 {
    border-top-color: rgb(253 242 248 / 0.3);
  }

  .md\:border-t-pink-50\/35 {
    border-top-color: rgb(253 242 248 / 0.35);
  }

  .md\:border-t-pink-50\/40 {
    border-top-color: rgb(253 242 248 / 0.4);
  }

  .md\:border-t-pink-50\/45 {
    border-top-color: rgb(253 242 248 / 0.45);
  }

  .md\:border-t-pink-50\/5 {
    border-top-color: rgb(253 242 248 / 0.05);
  }

  .md\:border-t-pink-50\/50 {
    border-top-color: rgb(253 242 248 / 0.5);
  }

  .md\:border-t-pink-50\/55 {
    border-top-color: rgb(253 242 248 / 0.55);
  }

  .md\:border-t-pink-50\/60 {
    border-top-color: rgb(253 242 248 / 0.6);
  }

  .md\:border-t-pink-50\/65 {
    border-top-color: rgb(253 242 248 / 0.65);
  }

  .md\:border-t-pink-50\/70 {
    border-top-color: rgb(253 242 248 / 0.7);
  }

  .md\:border-t-pink-50\/75 {
    border-top-color: rgb(253 242 248 / 0.75);
  }

  .md\:border-t-pink-50\/80 {
    border-top-color: rgb(253 242 248 / 0.8);
  }

  .md\:border-t-pink-50\/85 {
    border-top-color: rgb(253 242 248 / 0.85);
  }

  .md\:border-t-pink-50\/90 {
    border-top-color: rgb(253 242 248 / 0.9);
  }

  .md\:border-t-pink-50\/95 {
    border-top-color: rgb(253 242 248 / 0.95);
  }

  .md\:border-t-pink-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(236 72 153 / var(--tw-border-opacity));
  }

  .md\:border-t-pink-500\/0 {
    border-top-color: rgb(236 72 153 / 0);
  }

  .md\:border-t-pink-500\/10 {
    border-top-color: rgb(236 72 153 / 0.1);
  }

  .md\:border-t-pink-500\/100 {
    border-top-color: rgb(236 72 153 / 1);
  }

  .md\:border-t-pink-500\/15 {
    border-top-color: rgb(236 72 153 / 0.15);
  }

  .md\:border-t-pink-500\/20 {
    border-top-color: rgb(236 72 153 / 0.2);
  }

  .md\:border-t-pink-500\/25 {
    border-top-color: rgb(236 72 153 / 0.25);
  }

  .md\:border-t-pink-500\/30 {
    border-top-color: rgb(236 72 153 / 0.3);
  }

  .md\:border-t-pink-500\/35 {
    border-top-color: rgb(236 72 153 / 0.35);
  }

  .md\:border-t-pink-500\/40 {
    border-top-color: rgb(236 72 153 / 0.4);
  }

  .md\:border-t-pink-500\/45 {
    border-top-color: rgb(236 72 153 / 0.45);
  }

  .md\:border-t-pink-500\/5 {
    border-top-color: rgb(236 72 153 / 0.05);
  }

  .md\:border-t-pink-500\/50 {
    border-top-color: rgb(236 72 153 / 0.5);
  }

  .md\:border-t-pink-500\/55 {
    border-top-color: rgb(236 72 153 / 0.55);
  }

  .md\:border-t-pink-500\/60 {
    border-top-color: rgb(236 72 153 / 0.6);
  }

  .md\:border-t-pink-500\/65 {
    border-top-color: rgb(236 72 153 / 0.65);
  }

  .md\:border-t-pink-500\/70 {
    border-top-color: rgb(236 72 153 / 0.7);
  }

  .md\:border-t-pink-500\/75 {
    border-top-color: rgb(236 72 153 / 0.75);
  }

  .md\:border-t-pink-500\/80 {
    border-top-color: rgb(236 72 153 / 0.8);
  }

  .md\:border-t-pink-500\/85 {
    border-top-color: rgb(236 72 153 / 0.85);
  }

  .md\:border-t-pink-500\/90 {
    border-top-color: rgb(236 72 153 / 0.9);
  }

  .md\:border-t-pink-500\/95 {
    border-top-color: rgb(236 72 153 / 0.95);
  }

  .md\:border-t-pink-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(219 39 119 / var(--tw-border-opacity));
  }

  .md\:border-t-pink-600\/0 {
    border-top-color: rgb(219 39 119 / 0);
  }

  .md\:border-t-pink-600\/10 {
    border-top-color: rgb(219 39 119 / 0.1);
  }

  .md\:border-t-pink-600\/100 {
    border-top-color: rgb(219 39 119 / 1);
  }

  .md\:border-t-pink-600\/15 {
    border-top-color: rgb(219 39 119 / 0.15);
  }

  .md\:border-t-pink-600\/20 {
    border-top-color: rgb(219 39 119 / 0.2);
  }

  .md\:border-t-pink-600\/25 {
    border-top-color: rgb(219 39 119 / 0.25);
  }

  .md\:border-t-pink-600\/30 {
    border-top-color: rgb(219 39 119 / 0.3);
  }

  .md\:border-t-pink-600\/35 {
    border-top-color: rgb(219 39 119 / 0.35);
  }

  .md\:border-t-pink-600\/40 {
    border-top-color: rgb(219 39 119 / 0.4);
  }

  .md\:border-t-pink-600\/45 {
    border-top-color: rgb(219 39 119 / 0.45);
  }

  .md\:border-t-pink-600\/5 {
    border-top-color: rgb(219 39 119 / 0.05);
  }

  .md\:border-t-pink-600\/50 {
    border-top-color: rgb(219 39 119 / 0.5);
  }

  .md\:border-t-pink-600\/55 {
    border-top-color: rgb(219 39 119 / 0.55);
  }

  .md\:border-t-pink-600\/60 {
    border-top-color: rgb(219 39 119 / 0.6);
  }

  .md\:border-t-pink-600\/65 {
    border-top-color: rgb(219 39 119 / 0.65);
  }

  .md\:border-t-pink-600\/70 {
    border-top-color: rgb(219 39 119 / 0.7);
  }

  .md\:border-t-pink-600\/75 {
    border-top-color: rgb(219 39 119 / 0.75);
  }

  .md\:border-t-pink-600\/80 {
    border-top-color: rgb(219 39 119 / 0.8);
  }

  .md\:border-t-pink-600\/85 {
    border-top-color: rgb(219 39 119 / 0.85);
  }

  .md\:border-t-pink-600\/90 {
    border-top-color: rgb(219 39 119 / 0.9);
  }

  .md\:border-t-pink-600\/95 {
    border-top-color: rgb(219 39 119 / 0.95);
  }

  .md\:border-t-pink-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(190 24 93 / var(--tw-border-opacity));
  }

  .md\:border-t-pink-700\/0 {
    border-top-color: rgb(190 24 93 / 0);
  }

  .md\:border-t-pink-700\/10 {
    border-top-color: rgb(190 24 93 / 0.1);
  }

  .md\:border-t-pink-700\/100 {
    border-top-color: rgb(190 24 93 / 1);
  }

  .md\:border-t-pink-700\/15 {
    border-top-color: rgb(190 24 93 / 0.15);
  }

  .md\:border-t-pink-700\/20 {
    border-top-color: rgb(190 24 93 / 0.2);
  }

  .md\:border-t-pink-700\/25 {
    border-top-color: rgb(190 24 93 / 0.25);
  }

  .md\:border-t-pink-700\/30 {
    border-top-color: rgb(190 24 93 / 0.3);
  }

  .md\:border-t-pink-700\/35 {
    border-top-color: rgb(190 24 93 / 0.35);
  }

  .md\:border-t-pink-700\/40 {
    border-top-color: rgb(190 24 93 / 0.4);
  }

  .md\:border-t-pink-700\/45 {
    border-top-color: rgb(190 24 93 / 0.45);
  }

  .md\:border-t-pink-700\/5 {
    border-top-color: rgb(190 24 93 / 0.05);
  }

  .md\:border-t-pink-700\/50 {
    border-top-color: rgb(190 24 93 / 0.5);
  }

  .md\:border-t-pink-700\/55 {
    border-top-color: rgb(190 24 93 / 0.55);
  }

  .md\:border-t-pink-700\/60 {
    border-top-color: rgb(190 24 93 / 0.6);
  }

  .md\:border-t-pink-700\/65 {
    border-top-color: rgb(190 24 93 / 0.65);
  }

  .md\:border-t-pink-700\/70 {
    border-top-color: rgb(190 24 93 / 0.7);
  }

  .md\:border-t-pink-700\/75 {
    border-top-color: rgb(190 24 93 / 0.75);
  }

  .md\:border-t-pink-700\/80 {
    border-top-color: rgb(190 24 93 / 0.8);
  }

  .md\:border-t-pink-700\/85 {
    border-top-color: rgb(190 24 93 / 0.85);
  }

  .md\:border-t-pink-700\/90 {
    border-top-color: rgb(190 24 93 / 0.9);
  }

  .md\:border-t-pink-700\/95 {
    border-top-color: rgb(190 24 93 / 0.95);
  }

  .md\:border-t-pink-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(157 23 77 / var(--tw-border-opacity));
  }

  .md\:border-t-pink-800\/0 {
    border-top-color: rgb(157 23 77 / 0);
  }

  .md\:border-t-pink-800\/10 {
    border-top-color: rgb(157 23 77 / 0.1);
  }

  .md\:border-t-pink-800\/100 {
    border-top-color: rgb(157 23 77 / 1);
  }

  .md\:border-t-pink-800\/15 {
    border-top-color: rgb(157 23 77 / 0.15);
  }

  .md\:border-t-pink-800\/20 {
    border-top-color: rgb(157 23 77 / 0.2);
  }

  .md\:border-t-pink-800\/25 {
    border-top-color: rgb(157 23 77 / 0.25);
  }

  .md\:border-t-pink-800\/30 {
    border-top-color: rgb(157 23 77 / 0.3);
  }

  .md\:border-t-pink-800\/35 {
    border-top-color: rgb(157 23 77 / 0.35);
  }

  .md\:border-t-pink-800\/40 {
    border-top-color: rgb(157 23 77 / 0.4);
  }

  .md\:border-t-pink-800\/45 {
    border-top-color: rgb(157 23 77 / 0.45);
  }

  .md\:border-t-pink-800\/5 {
    border-top-color: rgb(157 23 77 / 0.05);
  }

  .md\:border-t-pink-800\/50 {
    border-top-color: rgb(157 23 77 / 0.5);
  }

  .md\:border-t-pink-800\/55 {
    border-top-color: rgb(157 23 77 / 0.55);
  }

  .md\:border-t-pink-800\/60 {
    border-top-color: rgb(157 23 77 / 0.6);
  }

  .md\:border-t-pink-800\/65 {
    border-top-color: rgb(157 23 77 / 0.65);
  }

  .md\:border-t-pink-800\/70 {
    border-top-color: rgb(157 23 77 / 0.7);
  }

  .md\:border-t-pink-800\/75 {
    border-top-color: rgb(157 23 77 / 0.75);
  }

  .md\:border-t-pink-800\/80 {
    border-top-color: rgb(157 23 77 / 0.8);
  }

  .md\:border-t-pink-800\/85 {
    border-top-color: rgb(157 23 77 / 0.85);
  }

  .md\:border-t-pink-800\/90 {
    border-top-color: rgb(157 23 77 / 0.9);
  }

  .md\:border-t-pink-800\/95 {
    border-top-color: rgb(157 23 77 / 0.95);
  }

  .md\:border-t-pink-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(131 24 67 / var(--tw-border-opacity));
  }

  .md\:border-t-pink-900\/0 {
    border-top-color: rgb(131 24 67 / 0);
  }

  .md\:border-t-pink-900\/10 {
    border-top-color: rgb(131 24 67 / 0.1);
  }

  .md\:border-t-pink-900\/100 {
    border-top-color: rgb(131 24 67 / 1);
  }

  .md\:border-t-pink-900\/15 {
    border-top-color: rgb(131 24 67 / 0.15);
  }

  .md\:border-t-pink-900\/20 {
    border-top-color: rgb(131 24 67 / 0.2);
  }

  .md\:border-t-pink-900\/25 {
    border-top-color: rgb(131 24 67 / 0.25);
  }

  .md\:border-t-pink-900\/30 {
    border-top-color: rgb(131 24 67 / 0.3);
  }

  .md\:border-t-pink-900\/35 {
    border-top-color: rgb(131 24 67 / 0.35);
  }

  .md\:border-t-pink-900\/40 {
    border-top-color: rgb(131 24 67 / 0.4);
  }

  .md\:border-t-pink-900\/45 {
    border-top-color: rgb(131 24 67 / 0.45);
  }

  .md\:border-t-pink-900\/5 {
    border-top-color: rgb(131 24 67 / 0.05);
  }

  .md\:border-t-pink-900\/50 {
    border-top-color: rgb(131 24 67 / 0.5);
  }

  .md\:border-t-pink-900\/55 {
    border-top-color: rgb(131 24 67 / 0.55);
  }

  .md\:border-t-pink-900\/60 {
    border-top-color: rgb(131 24 67 / 0.6);
  }

  .md\:border-t-pink-900\/65 {
    border-top-color: rgb(131 24 67 / 0.65);
  }

  .md\:border-t-pink-900\/70 {
    border-top-color: rgb(131 24 67 / 0.7);
  }

  .md\:border-t-pink-900\/75 {
    border-top-color: rgb(131 24 67 / 0.75);
  }

  .md\:border-t-pink-900\/80 {
    border-top-color: rgb(131 24 67 / 0.8);
  }

  .md\:border-t-pink-900\/85 {
    border-top-color: rgb(131 24 67 / 0.85);
  }

  .md\:border-t-pink-900\/90 {
    border-top-color: rgb(131 24 67 / 0.9);
  }

  .md\:border-t-pink-900\/95 {
    border-top-color: rgb(131 24 67 / 0.95);
  }

  .md\:border-t-pink-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(80 7 36 / var(--tw-border-opacity));
  }

  .md\:border-t-pink-950\/0 {
    border-top-color: rgb(80 7 36 / 0);
  }

  .md\:border-t-pink-950\/10 {
    border-top-color: rgb(80 7 36 / 0.1);
  }

  .md\:border-t-pink-950\/100 {
    border-top-color: rgb(80 7 36 / 1);
  }

  .md\:border-t-pink-950\/15 {
    border-top-color: rgb(80 7 36 / 0.15);
  }

  .md\:border-t-pink-950\/20 {
    border-top-color: rgb(80 7 36 / 0.2);
  }

  .md\:border-t-pink-950\/25 {
    border-top-color: rgb(80 7 36 / 0.25);
  }

  .md\:border-t-pink-950\/30 {
    border-top-color: rgb(80 7 36 / 0.3);
  }

  .md\:border-t-pink-950\/35 {
    border-top-color: rgb(80 7 36 / 0.35);
  }

  .md\:border-t-pink-950\/40 {
    border-top-color: rgb(80 7 36 / 0.4);
  }

  .md\:border-t-pink-950\/45 {
    border-top-color: rgb(80 7 36 / 0.45);
  }

  .md\:border-t-pink-950\/5 {
    border-top-color: rgb(80 7 36 / 0.05);
  }

  .md\:border-t-pink-950\/50 {
    border-top-color: rgb(80 7 36 / 0.5);
  }

  .md\:border-t-pink-950\/55 {
    border-top-color: rgb(80 7 36 / 0.55);
  }

  .md\:border-t-pink-950\/60 {
    border-top-color: rgb(80 7 36 / 0.6);
  }

  .md\:border-t-pink-950\/65 {
    border-top-color: rgb(80 7 36 / 0.65);
  }

  .md\:border-t-pink-950\/70 {
    border-top-color: rgb(80 7 36 / 0.7);
  }

  .md\:border-t-pink-950\/75 {
    border-top-color: rgb(80 7 36 / 0.75);
  }

  .md\:border-t-pink-950\/80 {
    border-top-color: rgb(80 7 36 / 0.8);
  }

  .md\:border-t-pink-950\/85 {
    border-top-color: rgb(80 7 36 / 0.85);
  }

  .md\:border-t-pink-950\/90 {
    border-top-color: rgb(80 7 36 / 0.9);
  }

  .md\:border-t-pink-950\/95 {
    border-top-color: rgb(80 7 36 / 0.95);
  }

  .md\:border-t-primary-100 {
    border-top-color: var(--color-primary-100);
  }

  .md\:border-t-primary-200 {
    border-top-color: var(--color-primary-200);
  }

  .md\:border-t-primary-300 {
    border-top-color: var(--color-primary-300);
  }

  .md\:border-t-primary-400 {
    border-top-color: var(--color-primary-400);
  }

  .md\:border-t-primary-50 {
    border-top-color: var(--color-primary-50);
  }

  .md\:border-t-primary-500 {
    border-top-color: var(--color-primary-500);
  }

  .md\:border-t-primary-600 {
    border-top-color: var(--color-primary-600);
  }

  .md\:border-t-primary-700 {
    border-top-color: var(--color-primary-700);
  }

  .md\:border-t-primary-800 {
    border-top-color: var(--color-primary-800);
  }

  .md\:border-t-primary-900 {
    border-top-color: var(--color-primary-900);
  }

  .md\:border-t-purple-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(243 232 255 / var(--tw-border-opacity));
  }

  .md\:border-t-purple-100\/0 {
    border-top-color: rgb(243 232 255 / 0);
  }

  .md\:border-t-purple-100\/10 {
    border-top-color: rgb(243 232 255 / 0.1);
  }

  .md\:border-t-purple-100\/100 {
    border-top-color: rgb(243 232 255 / 1);
  }

  .md\:border-t-purple-100\/15 {
    border-top-color: rgb(243 232 255 / 0.15);
  }

  .md\:border-t-purple-100\/20 {
    border-top-color: rgb(243 232 255 / 0.2);
  }

  .md\:border-t-purple-100\/25 {
    border-top-color: rgb(243 232 255 / 0.25);
  }

  .md\:border-t-purple-100\/30 {
    border-top-color: rgb(243 232 255 / 0.3);
  }

  .md\:border-t-purple-100\/35 {
    border-top-color: rgb(243 232 255 / 0.35);
  }

  .md\:border-t-purple-100\/40 {
    border-top-color: rgb(243 232 255 / 0.4);
  }

  .md\:border-t-purple-100\/45 {
    border-top-color: rgb(243 232 255 / 0.45);
  }

  .md\:border-t-purple-100\/5 {
    border-top-color: rgb(243 232 255 / 0.05);
  }

  .md\:border-t-purple-100\/50 {
    border-top-color: rgb(243 232 255 / 0.5);
  }

  .md\:border-t-purple-100\/55 {
    border-top-color: rgb(243 232 255 / 0.55);
  }

  .md\:border-t-purple-100\/60 {
    border-top-color: rgb(243 232 255 / 0.6);
  }

  .md\:border-t-purple-100\/65 {
    border-top-color: rgb(243 232 255 / 0.65);
  }

  .md\:border-t-purple-100\/70 {
    border-top-color: rgb(243 232 255 / 0.7);
  }

  .md\:border-t-purple-100\/75 {
    border-top-color: rgb(243 232 255 / 0.75);
  }

  .md\:border-t-purple-100\/80 {
    border-top-color: rgb(243 232 255 / 0.8);
  }

  .md\:border-t-purple-100\/85 {
    border-top-color: rgb(243 232 255 / 0.85);
  }

  .md\:border-t-purple-100\/90 {
    border-top-color: rgb(243 232 255 / 0.9);
  }

  .md\:border-t-purple-100\/95 {
    border-top-color: rgb(243 232 255 / 0.95);
  }

  .md\:border-t-purple-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(233 213 255 / var(--tw-border-opacity));
  }

  .md\:border-t-purple-200\/0 {
    border-top-color: rgb(233 213 255 / 0);
  }

  .md\:border-t-purple-200\/10 {
    border-top-color: rgb(233 213 255 / 0.1);
  }

  .md\:border-t-purple-200\/100 {
    border-top-color: rgb(233 213 255 / 1);
  }

  .md\:border-t-purple-200\/15 {
    border-top-color: rgb(233 213 255 / 0.15);
  }

  .md\:border-t-purple-200\/20 {
    border-top-color: rgb(233 213 255 / 0.2);
  }

  .md\:border-t-purple-200\/25 {
    border-top-color: rgb(233 213 255 / 0.25);
  }

  .md\:border-t-purple-200\/30 {
    border-top-color: rgb(233 213 255 / 0.3);
  }

  .md\:border-t-purple-200\/35 {
    border-top-color: rgb(233 213 255 / 0.35);
  }

  .md\:border-t-purple-200\/40 {
    border-top-color: rgb(233 213 255 / 0.4);
  }

  .md\:border-t-purple-200\/45 {
    border-top-color: rgb(233 213 255 / 0.45);
  }

  .md\:border-t-purple-200\/5 {
    border-top-color: rgb(233 213 255 / 0.05);
  }

  .md\:border-t-purple-200\/50 {
    border-top-color: rgb(233 213 255 / 0.5);
  }

  .md\:border-t-purple-200\/55 {
    border-top-color: rgb(233 213 255 / 0.55);
  }

  .md\:border-t-purple-200\/60 {
    border-top-color: rgb(233 213 255 / 0.6);
  }

  .md\:border-t-purple-200\/65 {
    border-top-color: rgb(233 213 255 / 0.65);
  }

  .md\:border-t-purple-200\/70 {
    border-top-color: rgb(233 213 255 / 0.7);
  }

  .md\:border-t-purple-200\/75 {
    border-top-color: rgb(233 213 255 / 0.75);
  }

  .md\:border-t-purple-200\/80 {
    border-top-color: rgb(233 213 255 / 0.8);
  }

  .md\:border-t-purple-200\/85 {
    border-top-color: rgb(233 213 255 / 0.85);
  }

  .md\:border-t-purple-200\/90 {
    border-top-color: rgb(233 213 255 / 0.9);
  }

  .md\:border-t-purple-200\/95 {
    border-top-color: rgb(233 213 255 / 0.95);
  }

  .md\:border-t-purple-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(216 180 254 / var(--tw-border-opacity));
  }

  .md\:border-t-purple-300\/0 {
    border-top-color: rgb(216 180 254 / 0);
  }

  .md\:border-t-purple-300\/10 {
    border-top-color: rgb(216 180 254 / 0.1);
  }

  .md\:border-t-purple-300\/100 {
    border-top-color: rgb(216 180 254 / 1);
  }

  .md\:border-t-purple-300\/15 {
    border-top-color: rgb(216 180 254 / 0.15);
  }

  .md\:border-t-purple-300\/20 {
    border-top-color: rgb(216 180 254 / 0.2);
  }

  .md\:border-t-purple-300\/25 {
    border-top-color: rgb(216 180 254 / 0.25);
  }

  .md\:border-t-purple-300\/30 {
    border-top-color: rgb(216 180 254 / 0.3);
  }

  .md\:border-t-purple-300\/35 {
    border-top-color: rgb(216 180 254 / 0.35);
  }

  .md\:border-t-purple-300\/40 {
    border-top-color: rgb(216 180 254 / 0.4);
  }

  .md\:border-t-purple-300\/45 {
    border-top-color: rgb(216 180 254 / 0.45);
  }

  .md\:border-t-purple-300\/5 {
    border-top-color: rgb(216 180 254 / 0.05);
  }

  .md\:border-t-purple-300\/50 {
    border-top-color: rgb(216 180 254 / 0.5);
  }

  .md\:border-t-purple-300\/55 {
    border-top-color: rgb(216 180 254 / 0.55);
  }

  .md\:border-t-purple-300\/60 {
    border-top-color: rgb(216 180 254 / 0.6);
  }

  .md\:border-t-purple-300\/65 {
    border-top-color: rgb(216 180 254 / 0.65);
  }

  .md\:border-t-purple-300\/70 {
    border-top-color: rgb(216 180 254 / 0.7);
  }

  .md\:border-t-purple-300\/75 {
    border-top-color: rgb(216 180 254 / 0.75);
  }

  .md\:border-t-purple-300\/80 {
    border-top-color: rgb(216 180 254 / 0.8);
  }

  .md\:border-t-purple-300\/85 {
    border-top-color: rgb(216 180 254 / 0.85);
  }

  .md\:border-t-purple-300\/90 {
    border-top-color: rgb(216 180 254 / 0.9);
  }

  .md\:border-t-purple-300\/95 {
    border-top-color: rgb(216 180 254 / 0.95);
  }

  .md\:border-t-purple-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(192 132 252 / var(--tw-border-opacity));
  }

  .md\:border-t-purple-400\/0 {
    border-top-color: rgb(192 132 252 / 0);
  }

  .md\:border-t-purple-400\/10 {
    border-top-color: rgb(192 132 252 / 0.1);
  }

  .md\:border-t-purple-400\/100 {
    border-top-color: rgb(192 132 252 / 1);
  }

  .md\:border-t-purple-400\/15 {
    border-top-color: rgb(192 132 252 / 0.15);
  }

  .md\:border-t-purple-400\/20 {
    border-top-color: rgb(192 132 252 / 0.2);
  }

  .md\:border-t-purple-400\/25 {
    border-top-color: rgb(192 132 252 / 0.25);
  }

  .md\:border-t-purple-400\/30 {
    border-top-color: rgb(192 132 252 / 0.3);
  }

  .md\:border-t-purple-400\/35 {
    border-top-color: rgb(192 132 252 / 0.35);
  }

  .md\:border-t-purple-400\/40 {
    border-top-color: rgb(192 132 252 / 0.4);
  }

  .md\:border-t-purple-400\/45 {
    border-top-color: rgb(192 132 252 / 0.45);
  }

  .md\:border-t-purple-400\/5 {
    border-top-color: rgb(192 132 252 / 0.05);
  }

  .md\:border-t-purple-400\/50 {
    border-top-color: rgb(192 132 252 / 0.5);
  }

  .md\:border-t-purple-400\/55 {
    border-top-color: rgb(192 132 252 / 0.55);
  }

  .md\:border-t-purple-400\/60 {
    border-top-color: rgb(192 132 252 / 0.6);
  }

  .md\:border-t-purple-400\/65 {
    border-top-color: rgb(192 132 252 / 0.65);
  }

  .md\:border-t-purple-400\/70 {
    border-top-color: rgb(192 132 252 / 0.7);
  }

  .md\:border-t-purple-400\/75 {
    border-top-color: rgb(192 132 252 / 0.75);
  }

  .md\:border-t-purple-400\/80 {
    border-top-color: rgb(192 132 252 / 0.8);
  }

  .md\:border-t-purple-400\/85 {
    border-top-color: rgb(192 132 252 / 0.85);
  }

  .md\:border-t-purple-400\/90 {
    border-top-color: rgb(192 132 252 / 0.9);
  }

  .md\:border-t-purple-400\/95 {
    border-top-color: rgb(192 132 252 / 0.95);
  }

  .md\:border-t-purple-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 245 255 / var(--tw-border-opacity));
  }

  .md\:border-t-purple-50\/0 {
    border-top-color: rgb(250 245 255 / 0);
  }

  .md\:border-t-purple-50\/10 {
    border-top-color: rgb(250 245 255 / 0.1);
  }

  .md\:border-t-purple-50\/100 {
    border-top-color: rgb(250 245 255 / 1);
  }

  .md\:border-t-purple-50\/15 {
    border-top-color: rgb(250 245 255 / 0.15);
  }

  .md\:border-t-purple-50\/20 {
    border-top-color: rgb(250 245 255 / 0.2);
  }

  .md\:border-t-purple-50\/25 {
    border-top-color: rgb(250 245 255 / 0.25);
  }

  .md\:border-t-purple-50\/30 {
    border-top-color: rgb(250 245 255 / 0.3);
  }

  .md\:border-t-purple-50\/35 {
    border-top-color: rgb(250 245 255 / 0.35);
  }

  .md\:border-t-purple-50\/40 {
    border-top-color: rgb(250 245 255 / 0.4);
  }

  .md\:border-t-purple-50\/45 {
    border-top-color: rgb(250 245 255 / 0.45);
  }

  .md\:border-t-purple-50\/5 {
    border-top-color: rgb(250 245 255 / 0.05);
  }

  .md\:border-t-purple-50\/50 {
    border-top-color: rgb(250 245 255 / 0.5);
  }

  .md\:border-t-purple-50\/55 {
    border-top-color: rgb(250 245 255 / 0.55);
  }

  .md\:border-t-purple-50\/60 {
    border-top-color: rgb(250 245 255 / 0.6);
  }

  .md\:border-t-purple-50\/65 {
    border-top-color: rgb(250 245 255 / 0.65);
  }

  .md\:border-t-purple-50\/70 {
    border-top-color: rgb(250 245 255 / 0.7);
  }

  .md\:border-t-purple-50\/75 {
    border-top-color: rgb(250 245 255 / 0.75);
  }

  .md\:border-t-purple-50\/80 {
    border-top-color: rgb(250 245 255 / 0.8);
  }

  .md\:border-t-purple-50\/85 {
    border-top-color: rgb(250 245 255 / 0.85);
  }

  .md\:border-t-purple-50\/90 {
    border-top-color: rgb(250 245 255 / 0.9);
  }

  .md\:border-t-purple-50\/95 {
    border-top-color: rgb(250 245 255 / 0.95);
  }

  .md\:border-t-purple-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(168 85 247 / var(--tw-border-opacity));
  }

  .md\:border-t-purple-500\/0 {
    border-top-color: rgb(168 85 247 / 0);
  }

  .md\:border-t-purple-500\/10 {
    border-top-color: rgb(168 85 247 / 0.1);
  }

  .md\:border-t-purple-500\/100 {
    border-top-color: rgb(168 85 247 / 1);
  }

  .md\:border-t-purple-500\/15 {
    border-top-color: rgb(168 85 247 / 0.15);
  }

  .md\:border-t-purple-500\/20 {
    border-top-color: rgb(168 85 247 / 0.2);
  }

  .md\:border-t-purple-500\/25 {
    border-top-color: rgb(168 85 247 / 0.25);
  }

  .md\:border-t-purple-500\/30 {
    border-top-color: rgb(168 85 247 / 0.3);
  }

  .md\:border-t-purple-500\/35 {
    border-top-color: rgb(168 85 247 / 0.35);
  }

  .md\:border-t-purple-500\/40 {
    border-top-color: rgb(168 85 247 / 0.4);
  }

  .md\:border-t-purple-500\/45 {
    border-top-color: rgb(168 85 247 / 0.45);
  }

  .md\:border-t-purple-500\/5 {
    border-top-color: rgb(168 85 247 / 0.05);
  }

  .md\:border-t-purple-500\/50 {
    border-top-color: rgb(168 85 247 / 0.5);
  }

  .md\:border-t-purple-500\/55 {
    border-top-color: rgb(168 85 247 / 0.55);
  }

  .md\:border-t-purple-500\/60 {
    border-top-color: rgb(168 85 247 / 0.6);
  }

  .md\:border-t-purple-500\/65 {
    border-top-color: rgb(168 85 247 / 0.65);
  }

  .md\:border-t-purple-500\/70 {
    border-top-color: rgb(168 85 247 / 0.7);
  }

  .md\:border-t-purple-500\/75 {
    border-top-color: rgb(168 85 247 / 0.75);
  }

  .md\:border-t-purple-500\/80 {
    border-top-color: rgb(168 85 247 / 0.8);
  }

  .md\:border-t-purple-500\/85 {
    border-top-color: rgb(168 85 247 / 0.85);
  }

  .md\:border-t-purple-500\/90 {
    border-top-color: rgb(168 85 247 / 0.9);
  }

  .md\:border-t-purple-500\/95 {
    border-top-color: rgb(168 85 247 / 0.95);
  }

  .md\:border-t-purple-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(147 51 234 / var(--tw-border-opacity));
  }

  .md\:border-t-purple-600\/0 {
    border-top-color: rgb(147 51 234 / 0);
  }

  .md\:border-t-purple-600\/10 {
    border-top-color: rgb(147 51 234 / 0.1);
  }

  .md\:border-t-purple-600\/100 {
    border-top-color: rgb(147 51 234 / 1);
  }

  .md\:border-t-purple-600\/15 {
    border-top-color: rgb(147 51 234 / 0.15);
  }

  .md\:border-t-purple-600\/20 {
    border-top-color: rgb(147 51 234 / 0.2);
  }

  .md\:border-t-purple-600\/25 {
    border-top-color: rgb(147 51 234 / 0.25);
  }

  .md\:border-t-purple-600\/30 {
    border-top-color: rgb(147 51 234 / 0.3);
  }

  .md\:border-t-purple-600\/35 {
    border-top-color: rgb(147 51 234 / 0.35);
  }

  .md\:border-t-purple-600\/40 {
    border-top-color: rgb(147 51 234 / 0.4);
  }

  .md\:border-t-purple-600\/45 {
    border-top-color: rgb(147 51 234 / 0.45);
  }

  .md\:border-t-purple-600\/5 {
    border-top-color: rgb(147 51 234 / 0.05);
  }

  .md\:border-t-purple-600\/50 {
    border-top-color: rgb(147 51 234 / 0.5);
  }

  .md\:border-t-purple-600\/55 {
    border-top-color: rgb(147 51 234 / 0.55);
  }

  .md\:border-t-purple-600\/60 {
    border-top-color: rgb(147 51 234 / 0.6);
  }

  .md\:border-t-purple-600\/65 {
    border-top-color: rgb(147 51 234 / 0.65);
  }

  .md\:border-t-purple-600\/70 {
    border-top-color: rgb(147 51 234 / 0.7);
  }

  .md\:border-t-purple-600\/75 {
    border-top-color: rgb(147 51 234 / 0.75);
  }

  .md\:border-t-purple-600\/80 {
    border-top-color: rgb(147 51 234 / 0.8);
  }

  .md\:border-t-purple-600\/85 {
    border-top-color: rgb(147 51 234 / 0.85);
  }

  .md\:border-t-purple-600\/90 {
    border-top-color: rgb(147 51 234 / 0.9);
  }

  .md\:border-t-purple-600\/95 {
    border-top-color: rgb(147 51 234 / 0.95);
  }

  .md\:border-t-purple-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(126 34 206 / var(--tw-border-opacity));
  }

  .md\:border-t-purple-700\/0 {
    border-top-color: rgb(126 34 206 / 0);
  }

  .md\:border-t-purple-700\/10 {
    border-top-color: rgb(126 34 206 / 0.1);
  }

  .md\:border-t-purple-700\/100 {
    border-top-color: rgb(126 34 206 / 1);
  }

  .md\:border-t-purple-700\/15 {
    border-top-color: rgb(126 34 206 / 0.15);
  }

  .md\:border-t-purple-700\/20 {
    border-top-color: rgb(126 34 206 / 0.2);
  }

  .md\:border-t-purple-700\/25 {
    border-top-color: rgb(126 34 206 / 0.25);
  }

  .md\:border-t-purple-700\/30 {
    border-top-color: rgb(126 34 206 / 0.3);
  }

  .md\:border-t-purple-700\/35 {
    border-top-color: rgb(126 34 206 / 0.35);
  }

  .md\:border-t-purple-700\/40 {
    border-top-color: rgb(126 34 206 / 0.4);
  }

  .md\:border-t-purple-700\/45 {
    border-top-color: rgb(126 34 206 / 0.45);
  }

  .md\:border-t-purple-700\/5 {
    border-top-color: rgb(126 34 206 / 0.05);
  }

  .md\:border-t-purple-700\/50 {
    border-top-color: rgb(126 34 206 / 0.5);
  }

  .md\:border-t-purple-700\/55 {
    border-top-color: rgb(126 34 206 / 0.55);
  }

  .md\:border-t-purple-700\/60 {
    border-top-color: rgb(126 34 206 / 0.6);
  }

  .md\:border-t-purple-700\/65 {
    border-top-color: rgb(126 34 206 / 0.65);
  }

  .md\:border-t-purple-700\/70 {
    border-top-color: rgb(126 34 206 / 0.7);
  }

  .md\:border-t-purple-700\/75 {
    border-top-color: rgb(126 34 206 / 0.75);
  }

  .md\:border-t-purple-700\/80 {
    border-top-color: rgb(126 34 206 / 0.8);
  }

  .md\:border-t-purple-700\/85 {
    border-top-color: rgb(126 34 206 / 0.85);
  }

  .md\:border-t-purple-700\/90 {
    border-top-color: rgb(126 34 206 / 0.9);
  }

  .md\:border-t-purple-700\/95 {
    border-top-color: rgb(126 34 206 / 0.95);
  }

  .md\:border-t-purple-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(107 33 168 / var(--tw-border-opacity));
  }

  .md\:border-t-purple-800\/0 {
    border-top-color: rgb(107 33 168 / 0);
  }

  .md\:border-t-purple-800\/10 {
    border-top-color: rgb(107 33 168 / 0.1);
  }

  .md\:border-t-purple-800\/100 {
    border-top-color: rgb(107 33 168 / 1);
  }

  .md\:border-t-purple-800\/15 {
    border-top-color: rgb(107 33 168 / 0.15);
  }

  .md\:border-t-purple-800\/20 {
    border-top-color: rgb(107 33 168 / 0.2);
  }

  .md\:border-t-purple-800\/25 {
    border-top-color: rgb(107 33 168 / 0.25);
  }

  .md\:border-t-purple-800\/30 {
    border-top-color: rgb(107 33 168 / 0.3);
  }

  .md\:border-t-purple-800\/35 {
    border-top-color: rgb(107 33 168 / 0.35);
  }

  .md\:border-t-purple-800\/40 {
    border-top-color: rgb(107 33 168 / 0.4);
  }

  .md\:border-t-purple-800\/45 {
    border-top-color: rgb(107 33 168 / 0.45);
  }

  .md\:border-t-purple-800\/5 {
    border-top-color: rgb(107 33 168 / 0.05);
  }

  .md\:border-t-purple-800\/50 {
    border-top-color: rgb(107 33 168 / 0.5);
  }

  .md\:border-t-purple-800\/55 {
    border-top-color: rgb(107 33 168 / 0.55);
  }

  .md\:border-t-purple-800\/60 {
    border-top-color: rgb(107 33 168 / 0.6);
  }

  .md\:border-t-purple-800\/65 {
    border-top-color: rgb(107 33 168 / 0.65);
  }

  .md\:border-t-purple-800\/70 {
    border-top-color: rgb(107 33 168 / 0.7);
  }

  .md\:border-t-purple-800\/75 {
    border-top-color: rgb(107 33 168 / 0.75);
  }

  .md\:border-t-purple-800\/80 {
    border-top-color: rgb(107 33 168 / 0.8);
  }

  .md\:border-t-purple-800\/85 {
    border-top-color: rgb(107 33 168 / 0.85);
  }

  .md\:border-t-purple-800\/90 {
    border-top-color: rgb(107 33 168 / 0.9);
  }

  .md\:border-t-purple-800\/95 {
    border-top-color: rgb(107 33 168 / 0.95);
  }

  .md\:border-t-purple-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(88 28 135 / var(--tw-border-opacity));
  }

  .md\:border-t-purple-900\/0 {
    border-top-color: rgb(88 28 135 / 0);
  }

  .md\:border-t-purple-900\/10 {
    border-top-color: rgb(88 28 135 / 0.1);
  }

  .md\:border-t-purple-900\/100 {
    border-top-color: rgb(88 28 135 / 1);
  }

  .md\:border-t-purple-900\/15 {
    border-top-color: rgb(88 28 135 / 0.15);
  }

  .md\:border-t-purple-900\/20 {
    border-top-color: rgb(88 28 135 / 0.2);
  }

  .md\:border-t-purple-900\/25 {
    border-top-color: rgb(88 28 135 / 0.25);
  }

  .md\:border-t-purple-900\/30 {
    border-top-color: rgb(88 28 135 / 0.3);
  }

  .md\:border-t-purple-900\/35 {
    border-top-color: rgb(88 28 135 / 0.35);
  }

  .md\:border-t-purple-900\/40 {
    border-top-color: rgb(88 28 135 / 0.4);
  }

  .md\:border-t-purple-900\/45 {
    border-top-color: rgb(88 28 135 / 0.45);
  }

  .md\:border-t-purple-900\/5 {
    border-top-color: rgb(88 28 135 / 0.05);
  }

  .md\:border-t-purple-900\/50 {
    border-top-color: rgb(88 28 135 / 0.5);
  }

  .md\:border-t-purple-900\/55 {
    border-top-color: rgb(88 28 135 / 0.55);
  }

  .md\:border-t-purple-900\/60 {
    border-top-color: rgb(88 28 135 / 0.6);
  }

  .md\:border-t-purple-900\/65 {
    border-top-color: rgb(88 28 135 / 0.65);
  }

  .md\:border-t-purple-900\/70 {
    border-top-color: rgb(88 28 135 / 0.7);
  }

  .md\:border-t-purple-900\/75 {
    border-top-color: rgb(88 28 135 / 0.75);
  }

  .md\:border-t-purple-900\/80 {
    border-top-color: rgb(88 28 135 / 0.8);
  }

  .md\:border-t-purple-900\/85 {
    border-top-color: rgb(88 28 135 / 0.85);
  }

  .md\:border-t-purple-900\/90 {
    border-top-color: rgb(88 28 135 / 0.9);
  }

  .md\:border-t-purple-900\/95 {
    border-top-color: rgb(88 28 135 / 0.95);
  }

  .md\:border-t-purple-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(59 7 100 / var(--tw-border-opacity));
  }

  .md\:border-t-purple-950\/0 {
    border-top-color: rgb(59 7 100 / 0);
  }

  .md\:border-t-purple-950\/10 {
    border-top-color: rgb(59 7 100 / 0.1);
  }

  .md\:border-t-purple-950\/100 {
    border-top-color: rgb(59 7 100 / 1);
  }

  .md\:border-t-purple-950\/15 {
    border-top-color: rgb(59 7 100 / 0.15);
  }

  .md\:border-t-purple-950\/20 {
    border-top-color: rgb(59 7 100 / 0.2);
  }

  .md\:border-t-purple-950\/25 {
    border-top-color: rgb(59 7 100 / 0.25);
  }

  .md\:border-t-purple-950\/30 {
    border-top-color: rgb(59 7 100 / 0.3);
  }

  .md\:border-t-purple-950\/35 {
    border-top-color: rgb(59 7 100 / 0.35);
  }

  .md\:border-t-purple-950\/40 {
    border-top-color: rgb(59 7 100 / 0.4);
  }

  .md\:border-t-purple-950\/45 {
    border-top-color: rgb(59 7 100 / 0.45);
  }

  .md\:border-t-purple-950\/5 {
    border-top-color: rgb(59 7 100 / 0.05);
  }

  .md\:border-t-purple-950\/50 {
    border-top-color: rgb(59 7 100 / 0.5);
  }

  .md\:border-t-purple-950\/55 {
    border-top-color: rgb(59 7 100 / 0.55);
  }

  .md\:border-t-purple-950\/60 {
    border-top-color: rgb(59 7 100 / 0.6);
  }

  .md\:border-t-purple-950\/65 {
    border-top-color: rgb(59 7 100 / 0.65);
  }

  .md\:border-t-purple-950\/70 {
    border-top-color: rgb(59 7 100 / 0.7);
  }

  .md\:border-t-purple-950\/75 {
    border-top-color: rgb(59 7 100 / 0.75);
  }

  .md\:border-t-purple-950\/80 {
    border-top-color: rgb(59 7 100 / 0.8);
  }

  .md\:border-t-purple-950\/85 {
    border-top-color: rgb(59 7 100 / 0.85);
  }

  .md\:border-t-purple-950\/90 {
    border-top-color: rgb(59 7 100 / 0.9);
  }

  .md\:border-t-purple-950\/95 {
    border-top-color: rgb(59 7 100 / 0.95);
  }

  .md\:border-t-red-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 226 226 / var(--tw-border-opacity));
  }

  .md\:border-t-red-100\/0 {
    border-top-color: rgb(254 226 226 / 0);
  }

  .md\:border-t-red-100\/10 {
    border-top-color: rgb(254 226 226 / 0.1);
  }

  .md\:border-t-red-100\/100 {
    border-top-color: rgb(254 226 226 / 1);
  }

  .md\:border-t-red-100\/15 {
    border-top-color: rgb(254 226 226 / 0.15);
  }

  .md\:border-t-red-100\/20 {
    border-top-color: rgb(254 226 226 / 0.2);
  }

  .md\:border-t-red-100\/25 {
    border-top-color: rgb(254 226 226 / 0.25);
  }

  .md\:border-t-red-100\/30 {
    border-top-color: rgb(254 226 226 / 0.3);
  }

  .md\:border-t-red-100\/35 {
    border-top-color: rgb(254 226 226 / 0.35);
  }

  .md\:border-t-red-100\/40 {
    border-top-color: rgb(254 226 226 / 0.4);
  }

  .md\:border-t-red-100\/45 {
    border-top-color: rgb(254 226 226 / 0.45);
  }

  .md\:border-t-red-100\/5 {
    border-top-color: rgb(254 226 226 / 0.05);
  }

  .md\:border-t-red-100\/50 {
    border-top-color: rgb(254 226 226 / 0.5);
  }

  .md\:border-t-red-100\/55 {
    border-top-color: rgb(254 226 226 / 0.55);
  }

  .md\:border-t-red-100\/60 {
    border-top-color: rgb(254 226 226 / 0.6);
  }

  .md\:border-t-red-100\/65 {
    border-top-color: rgb(254 226 226 / 0.65);
  }

  .md\:border-t-red-100\/70 {
    border-top-color: rgb(254 226 226 / 0.7);
  }

  .md\:border-t-red-100\/75 {
    border-top-color: rgb(254 226 226 / 0.75);
  }

  .md\:border-t-red-100\/80 {
    border-top-color: rgb(254 226 226 / 0.8);
  }

  .md\:border-t-red-100\/85 {
    border-top-color: rgb(254 226 226 / 0.85);
  }

  .md\:border-t-red-100\/90 {
    border-top-color: rgb(254 226 226 / 0.9);
  }

  .md\:border-t-red-100\/95 {
    border-top-color: rgb(254 226 226 / 0.95);
  }

  .md\:border-t-red-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 202 202 / var(--tw-border-opacity));
  }

  .md\:border-t-red-200\/0 {
    border-top-color: rgb(254 202 202 / 0);
  }

  .md\:border-t-red-200\/10 {
    border-top-color: rgb(254 202 202 / 0.1);
  }

  .md\:border-t-red-200\/100 {
    border-top-color: rgb(254 202 202 / 1);
  }

  .md\:border-t-red-200\/15 {
    border-top-color: rgb(254 202 202 / 0.15);
  }

  .md\:border-t-red-200\/20 {
    border-top-color: rgb(254 202 202 / 0.2);
  }

  .md\:border-t-red-200\/25 {
    border-top-color: rgb(254 202 202 / 0.25);
  }

  .md\:border-t-red-200\/30 {
    border-top-color: rgb(254 202 202 / 0.3);
  }

  .md\:border-t-red-200\/35 {
    border-top-color: rgb(254 202 202 / 0.35);
  }

  .md\:border-t-red-200\/40 {
    border-top-color: rgb(254 202 202 / 0.4);
  }

  .md\:border-t-red-200\/45 {
    border-top-color: rgb(254 202 202 / 0.45);
  }

  .md\:border-t-red-200\/5 {
    border-top-color: rgb(254 202 202 / 0.05);
  }

  .md\:border-t-red-200\/50 {
    border-top-color: rgb(254 202 202 / 0.5);
  }

  .md\:border-t-red-200\/55 {
    border-top-color: rgb(254 202 202 / 0.55);
  }

  .md\:border-t-red-200\/60 {
    border-top-color: rgb(254 202 202 / 0.6);
  }

  .md\:border-t-red-200\/65 {
    border-top-color: rgb(254 202 202 / 0.65);
  }

  .md\:border-t-red-200\/70 {
    border-top-color: rgb(254 202 202 / 0.7);
  }

  .md\:border-t-red-200\/75 {
    border-top-color: rgb(254 202 202 / 0.75);
  }

  .md\:border-t-red-200\/80 {
    border-top-color: rgb(254 202 202 / 0.8);
  }

  .md\:border-t-red-200\/85 {
    border-top-color: rgb(254 202 202 / 0.85);
  }

  .md\:border-t-red-200\/90 {
    border-top-color: rgb(254 202 202 / 0.9);
  }

  .md\:border-t-red-200\/95 {
    border-top-color: rgb(254 202 202 / 0.95);
  }

  .md\:border-t-red-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(252 165 165 / var(--tw-border-opacity));
  }

  .md\:border-t-red-300\/0 {
    border-top-color: rgb(252 165 165 / 0);
  }

  .md\:border-t-red-300\/10 {
    border-top-color: rgb(252 165 165 / 0.1);
  }

  .md\:border-t-red-300\/100 {
    border-top-color: rgb(252 165 165 / 1);
  }

  .md\:border-t-red-300\/15 {
    border-top-color: rgb(252 165 165 / 0.15);
  }

  .md\:border-t-red-300\/20 {
    border-top-color: rgb(252 165 165 / 0.2);
  }

  .md\:border-t-red-300\/25 {
    border-top-color: rgb(252 165 165 / 0.25);
  }

  .md\:border-t-red-300\/30 {
    border-top-color: rgb(252 165 165 / 0.3);
  }

  .md\:border-t-red-300\/35 {
    border-top-color: rgb(252 165 165 / 0.35);
  }

  .md\:border-t-red-300\/40 {
    border-top-color: rgb(252 165 165 / 0.4);
  }

  .md\:border-t-red-300\/45 {
    border-top-color: rgb(252 165 165 / 0.45);
  }

  .md\:border-t-red-300\/5 {
    border-top-color: rgb(252 165 165 / 0.05);
  }

  .md\:border-t-red-300\/50 {
    border-top-color: rgb(252 165 165 / 0.5);
  }

  .md\:border-t-red-300\/55 {
    border-top-color: rgb(252 165 165 / 0.55);
  }

  .md\:border-t-red-300\/60 {
    border-top-color: rgb(252 165 165 / 0.6);
  }

  .md\:border-t-red-300\/65 {
    border-top-color: rgb(252 165 165 / 0.65);
  }

  .md\:border-t-red-300\/70 {
    border-top-color: rgb(252 165 165 / 0.7);
  }

  .md\:border-t-red-300\/75 {
    border-top-color: rgb(252 165 165 / 0.75);
  }

  .md\:border-t-red-300\/80 {
    border-top-color: rgb(252 165 165 / 0.8);
  }

  .md\:border-t-red-300\/85 {
    border-top-color: rgb(252 165 165 / 0.85);
  }

  .md\:border-t-red-300\/90 {
    border-top-color: rgb(252 165 165 / 0.9);
  }

  .md\:border-t-red-300\/95 {
    border-top-color: rgb(252 165 165 / 0.95);
  }

  .md\:border-t-red-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(248 113 113 / var(--tw-border-opacity));
  }

  .md\:border-t-red-400\/0 {
    border-top-color: rgb(248 113 113 / 0);
  }

  .md\:border-t-red-400\/10 {
    border-top-color: rgb(248 113 113 / 0.1);
  }

  .md\:border-t-red-400\/100 {
    border-top-color: rgb(248 113 113 / 1);
  }

  .md\:border-t-red-400\/15 {
    border-top-color: rgb(248 113 113 / 0.15);
  }

  .md\:border-t-red-400\/20 {
    border-top-color: rgb(248 113 113 / 0.2);
  }

  .md\:border-t-red-400\/25 {
    border-top-color: rgb(248 113 113 / 0.25);
  }

  .md\:border-t-red-400\/30 {
    border-top-color: rgb(248 113 113 / 0.3);
  }

  .md\:border-t-red-400\/35 {
    border-top-color: rgb(248 113 113 / 0.35);
  }

  .md\:border-t-red-400\/40 {
    border-top-color: rgb(248 113 113 / 0.4);
  }

  .md\:border-t-red-400\/45 {
    border-top-color: rgb(248 113 113 / 0.45);
  }

  .md\:border-t-red-400\/5 {
    border-top-color: rgb(248 113 113 / 0.05);
  }

  .md\:border-t-red-400\/50 {
    border-top-color: rgb(248 113 113 / 0.5);
  }

  .md\:border-t-red-400\/55 {
    border-top-color: rgb(248 113 113 / 0.55);
  }

  .md\:border-t-red-400\/60 {
    border-top-color: rgb(248 113 113 / 0.6);
  }

  .md\:border-t-red-400\/65 {
    border-top-color: rgb(248 113 113 / 0.65);
  }

  .md\:border-t-red-400\/70 {
    border-top-color: rgb(248 113 113 / 0.7);
  }

  .md\:border-t-red-400\/75 {
    border-top-color: rgb(248 113 113 / 0.75);
  }

  .md\:border-t-red-400\/80 {
    border-top-color: rgb(248 113 113 / 0.8);
  }

  .md\:border-t-red-400\/85 {
    border-top-color: rgb(248 113 113 / 0.85);
  }

  .md\:border-t-red-400\/90 {
    border-top-color: rgb(248 113 113 / 0.9);
  }

  .md\:border-t-red-400\/95 {
    border-top-color: rgb(248 113 113 / 0.95);
  }

  .md\:border-t-red-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 242 242 / var(--tw-border-opacity));
  }

  .md\:border-t-red-50\/0 {
    border-top-color: rgb(254 242 242 / 0);
  }

  .md\:border-t-red-50\/10 {
    border-top-color: rgb(254 242 242 / 0.1);
  }

  .md\:border-t-red-50\/100 {
    border-top-color: rgb(254 242 242 / 1);
  }

  .md\:border-t-red-50\/15 {
    border-top-color: rgb(254 242 242 / 0.15);
  }

  .md\:border-t-red-50\/20 {
    border-top-color: rgb(254 242 242 / 0.2);
  }

  .md\:border-t-red-50\/25 {
    border-top-color: rgb(254 242 242 / 0.25);
  }

  .md\:border-t-red-50\/30 {
    border-top-color: rgb(254 242 242 / 0.3);
  }

  .md\:border-t-red-50\/35 {
    border-top-color: rgb(254 242 242 / 0.35);
  }

  .md\:border-t-red-50\/40 {
    border-top-color: rgb(254 242 242 / 0.4);
  }

  .md\:border-t-red-50\/45 {
    border-top-color: rgb(254 242 242 / 0.45);
  }

  .md\:border-t-red-50\/5 {
    border-top-color: rgb(254 242 242 / 0.05);
  }

  .md\:border-t-red-50\/50 {
    border-top-color: rgb(254 242 242 / 0.5);
  }

  .md\:border-t-red-50\/55 {
    border-top-color: rgb(254 242 242 / 0.55);
  }

  .md\:border-t-red-50\/60 {
    border-top-color: rgb(254 242 242 / 0.6);
  }

  .md\:border-t-red-50\/65 {
    border-top-color: rgb(254 242 242 / 0.65);
  }

  .md\:border-t-red-50\/70 {
    border-top-color: rgb(254 242 242 / 0.7);
  }

  .md\:border-t-red-50\/75 {
    border-top-color: rgb(254 242 242 / 0.75);
  }

  .md\:border-t-red-50\/80 {
    border-top-color: rgb(254 242 242 / 0.8);
  }

  .md\:border-t-red-50\/85 {
    border-top-color: rgb(254 242 242 / 0.85);
  }

  .md\:border-t-red-50\/90 {
    border-top-color: rgb(254 242 242 / 0.9);
  }

  .md\:border-t-red-50\/95 {
    border-top-color: rgb(254 242 242 / 0.95);
  }

  .md\:border-t-red-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(239 68 68 / var(--tw-border-opacity));
  }

  .md\:border-t-red-500\/0 {
    border-top-color: rgb(239 68 68 / 0);
  }

  .md\:border-t-red-500\/10 {
    border-top-color: rgb(239 68 68 / 0.1);
  }

  .md\:border-t-red-500\/100 {
    border-top-color: rgb(239 68 68 / 1);
  }

  .md\:border-t-red-500\/15 {
    border-top-color: rgb(239 68 68 / 0.15);
  }

  .md\:border-t-red-500\/20 {
    border-top-color: rgb(239 68 68 / 0.2);
  }

  .md\:border-t-red-500\/25 {
    border-top-color: rgb(239 68 68 / 0.25);
  }

  .md\:border-t-red-500\/30 {
    border-top-color: rgb(239 68 68 / 0.3);
  }

  .md\:border-t-red-500\/35 {
    border-top-color: rgb(239 68 68 / 0.35);
  }

  .md\:border-t-red-500\/40 {
    border-top-color: rgb(239 68 68 / 0.4);
  }

  .md\:border-t-red-500\/45 {
    border-top-color: rgb(239 68 68 / 0.45);
  }

  .md\:border-t-red-500\/5 {
    border-top-color: rgb(239 68 68 / 0.05);
  }

  .md\:border-t-red-500\/50 {
    border-top-color: rgb(239 68 68 / 0.5);
  }

  .md\:border-t-red-500\/55 {
    border-top-color: rgb(239 68 68 / 0.55);
  }

  .md\:border-t-red-500\/60 {
    border-top-color: rgb(239 68 68 / 0.6);
  }

  .md\:border-t-red-500\/65 {
    border-top-color: rgb(239 68 68 / 0.65);
  }

  .md\:border-t-red-500\/70 {
    border-top-color: rgb(239 68 68 / 0.7);
  }

  .md\:border-t-red-500\/75 {
    border-top-color: rgb(239 68 68 / 0.75);
  }

  .md\:border-t-red-500\/80 {
    border-top-color: rgb(239 68 68 / 0.8);
  }

  .md\:border-t-red-500\/85 {
    border-top-color: rgb(239 68 68 / 0.85);
  }

  .md\:border-t-red-500\/90 {
    border-top-color: rgb(239 68 68 / 0.9);
  }

  .md\:border-t-red-500\/95 {
    border-top-color: rgb(239 68 68 / 0.95);
  }

  .md\:border-t-red-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(220 38 38 / var(--tw-border-opacity));
  }

  .md\:border-t-red-600\/0 {
    border-top-color: rgb(220 38 38 / 0);
  }

  .md\:border-t-red-600\/10 {
    border-top-color: rgb(220 38 38 / 0.1);
  }

  .md\:border-t-red-600\/100 {
    border-top-color: rgb(220 38 38 / 1);
  }

  .md\:border-t-red-600\/15 {
    border-top-color: rgb(220 38 38 / 0.15);
  }

  .md\:border-t-red-600\/20 {
    border-top-color: rgb(220 38 38 / 0.2);
  }

  .md\:border-t-red-600\/25 {
    border-top-color: rgb(220 38 38 / 0.25);
  }

  .md\:border-t-red-600\/30 {
    border-top-color: rgb(220 38 38 / 0.3);
  }

  .md\:border-t-red-600\/35 {
    border-top-color: rgb(220 38 38 / 0.35);
  }

  .md\:border-t-red-600\/40 {
    border-top-color: rgb(220 38 38 / 0.4);
  }

  .md\:border-t-red-600\/45 {
    border-top-color: rgb(220 38 38 / 0.45);
  }

  .md\:border-t-red-600\/5 {
    border-top-color: rgb(220 38 38 / 0.05);
  }

  .md\:border-t-red-600\/50 {
    border-top-color: rgb(220 38 38 / 0.5);
  }

  .md\:border-t-red-600\/55 {
    border-top-color: rgb(220 38 38 / 0.55);
  }

  .md\:border-t-red-600\/60 {
    border-top-color: rgb(220 38 38 / 0.6);
  }

  .md\:border-t-red-600\/65 {
    border-top-color: rgb(220 38 38 / 0.65);
  }

  .md\:border-t-red-600\/70 {
    border-top-color: rgb(220 38 38 / 0.7);
  }

  .md\:border-t-red-600\/75 {
    border-top-color: rgb(220 38 38 / 0.75);
  }

  .md\:border-t-red-600\/80 {
    border-top-color: rgb(220 38 38 / 0.8);
  }

  .md\:border-t-red-600\/85 {
    border-top-color: rgb(220 38 38 / 0.85);
  }

  .md\:border-t-red-600\/90 {
    border-top-color: rgb(220 38 38 / 0.9);
  }

  .md\:border-t-red-600\/95 {
    border-top-color: rgb(220 38 38 / 0.95);
  }

  .md\:border-t-red-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(185 28 28 / var(--tw-border-opacity));
  }

  .md\:border-t-red-700\/0 {
    border-top-color: rgb(185 28 28 / 0);
  }

  .md\:border-t-red-700\/10 {
    border-top-color: rgb(185 28 28 / 0.1);
  }

  .md\:border-t-red-700\/100 {
    border-top-color: rgb(185 28 28 / 1);
  }

  .md\:border-t-red-700\/15 {
    border-top-color: rgb(185 28 28 / 0.15);
  }

  .md\:border-t-red-700\/20 {
    border-top-color: rgb(185 28 28 / 0.2);
  }

  .md\:border-t-red-700\/25 {
    border-top-color: rgb(185 28 28 / 0.25);
  }

  .md\:border-t-red-700\/30 {
    border-top-color: rgb(185 28 28 / 0.3);
  }

  .md\:border-t-red-700\/35 {
    border-top-color: rgb(185 28 28 / 0.35);
  }

  .md\:border-t-red-700\/40 {
    border-top-color: rgb(185 28 28 / 0.4);
  }

  .md\:border-t-red-700\/45 {
    border-top-color: rgb(185 28 28 / 0.45);
  }

  .md\:border-t-red-700\/5 {
    border-top-color: rgb(185 28 28 / 0.05);
  }

  .md\:border-t-red-700\/50 {
    border-top-color: rgb(185 28 28 / 0.5);
  }

  .md\:border-t-red-700\/55 {
    border-top-color: rgb(185 28 28 / 0.55);
  }

  .md\:border-t-red-700\/60 {
    border-top-color: rgb(185 28 28 / 0.6);
  }

  .md\:border-t-red-700\/65 {
    border-top-color: rgb(185 28 28 / 0.65);
  }

  .md\:border-t-red-700\/70 {
    border-top-color: rgb(185 28 28 / 0.7);
  }

  .md\:border-t-red-700\/75 {
    border-top-color: rgb(185 28 28 / 0.75);
  }

  .md\:border-t-red-700\/80 {
    border-top-color: rgb(185 28 28 / 0.8);
  }

  .md\:border-t-red-700\/85 {
    border-top-color: rgb(185 28 28 / 0.85);
  }

  .md\:border-t-red-700\/90 {
    border-top-color: rgb(185 28 28 / 0.9);
  }

  .md\:border-t-red-700\/95 {
    border-top-color: rgb(185 28 28 / 0.95);
  }

  .md\:border-t-red-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(153 27 27 / var(--tw-border-opacity));
  }

  .md\:border-t-red-800\/0 {
    border-top-color: rgb(153 27 27 / 0);
  }

  .md\:border-t-red-800\/10 {
    border-top-color: rgb(153 27 27 / 0.1);
  }

  .md\:border-t-red-800\/100 {
    border-top-color: rgb(153 27 27 / 1);
  }

  .md\:border-t-red-800\/15 {
    border-top-color: rgb(153 27 27 / 0.15);
  }

  .md\:border-t-red-800\/20 {
    border-top-color: rgb(153 27 27 / 0.2);
  }

  .md\:border-t-red-800\/25 {
    border-top-color: rgb(153 27 27 / 0.25);
  }

  .md\:border-t-red-800\/30 {
    border-top-color: rgb(153 27 27 / 0.3);
  }

  .md\:border-t-red-800\/35 {
    border-top-color: rgb(153 27 27 / 0.35);
  }

  .md\:border-t-red-800\/40 {
    border-top-color: rgb(153 27 27 / 0.4);
  }

  .md\:border-t-red-800\/45 {
    border-top-color: rgb(153 27 27 / 0.45);
  }

  .md\:border-t-red-800\/5 {
    border-top-color: rgb(153 27 27 / 0.05);
  }

  .md\:border-t-red-800\/50 {
    border-top-color: rgb(153 27 27 / 0.5);
  }

  .md\:border-t-red-800\/55 {
    border-top-color: rgb(153 27 27 / 0.55);
  }

  .md\:border-t-red-800\/60 {
    border-top-color: rgb(153 27 27 / 0.6);
  }

  .md\:border-t-red-800\/65 {
    border-top-color: rgb(153 27 27 / 0.65);
  }

  .md\:border-t-red-800\/70 {
    border-top-color: rgb(153 27 27 / 0.7);
  }

  .md\:border-t-red-800\/75 {
    border-top-color: rgb(153 27 27 / 0.75);
  }

  .md\:border-t-red-800\/80 {
    border-top-color: rgb(153 27 27 / 0.8);
  }

  .md\:border-t-red-800\/85 {
    border-top-color: rgb(153 27 27 / 0.85);
  }

  .md\:border-t-red-800\/90 {
    border-top-color: rgb(153 27 27 / 0.9);
  }

  .md\:border-t-red-800\/95 {
    border-top-color: rgb(153 27 27 / 0.95);
  }

  .md\:border-t-red-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(127 29 29 / var(--tw-border-opacity));
  }

  .md\:border-t-red-900\/0 {
    border-top-color: rgb(127 29 29 / 0);
  }

  .md\:border-t-red-900\/10 {
    border-top-color: rgb(127 29 29 / 0.1);
  }

  .md\:border-t-red-900\/100 {
    border-top-color: rgb(127 29 29 / 1);
  }

  .md\:border-t-red-900\/15 {
    border-top-color: rgb(127 29 29 / 0.15);
  }

  .md\:border-t-red-900\/20 {
    border-top-color: rgb(127 29 29 / 0.2);
  }

  .md\:border-t-red-900\/25 {
    border-top-color: rgb(127 29 29 / 0.25);
  }

  .md\:border-t-red-900\/30 {
    border-top-color: rgb(127 29 29 / 0.3);
  }

  .md\:border-t-red-900\/35 {
    border-top-color: rgb(127 29 29 / 0.35);
  }

  .md\:border-t-red-900\/40 {
    border-top-color: rgb(127 29 29 / 0.4);
  }

  .md\:border-t-red-900\/45 {
    border-top-color: rgb(127 29 29 / 0.45);
  }

  .md\:border-t-red-900\/5 {
    border-top-color: rgb(127 29 29 / 0.05);
  }

  .md\:border-t-red-900\/50 {
    border-top-color: rgb(127 29 29 / 0.5);
  }

  .md\:border-t-red-900\/55 {
    border-top-color: rgb(127 29 29 / 0.55);
  }

  .md\:border-t-red-900\/60 {
    border-top-color: rgb(127 29 29 / 0.6);
  }

  .md\:border-t-red-900\/65 {
    border-top-color: rgb(127 29 29 / 0.65);
  }

  .md\:border-t-red-900\/70 {
    border-top-color: rgb(127 29 29 / 0.7);
  }

  .md\:border-t-red-900\/75 {
    border-top-color: rgb(127 29 29 / 0.75);
  }

  .md\:border-t-red-900\/80 {
    border-top-color: rgb(127 29 29 / 0.8);
  }

  .md\:border-t-red-900\/85 {
    border-top-color: rgb(127 29 29 / 0.85);
  }

  .md\:border-t-red-900\/90 {
    border-top-color: rgb(127 29 29 / 0.9);
  }

  .md\:border-t-red-900\/95 {
    border-top-color: rgb(127 29 29 / 0.95);
  }

  .md\:border-t-red-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(69 10 10 / var(--tw-border-opacity));
  }

  .md\:border-t-red-950\/0 {
    border-top-color: rgb(69 10 10 / 0);
  }

  .md\:border-t-red-950\/10 {
    border-top-color: rgb(69 10 10 / 0.1);
  }

  .md\:border-t-red-950\/100 {
    border-top-color: rgb(69 10 10 / 1);
  }

  .md\:border-t-red-950\/15 {
    border-top-color: rgb(69 10 10 / 0.15);
  }

  .md\:border-t-red-950\/20 {
    border-top-color: rgb(69 10 10 / 0.2);
  }

  .md\:border-t-red-950\/25 {
    border-top-color: rgb(69 10 10 / 0.25);
  }

  .md\:border-t-red-950\/30 {
    border-top-color: rgb(69 10 10 / 0.3);
  }

  .md\:border-t-red-950\/35 {
    border-top-color: rgb(69 10 10 / 0.35);
  }

  .md\:border-t-red-950\/40 {
    border-top-color: rgb(69 10 10 / 0.4);
  }

  .md\:border-t-red-950\/45 {
    border-top-color: rgb(69 10 10 / 0.45);
  }

  .md\:border-t-red-950\/5 {
    border-top-color: rgb(69 10 10 / 0.05);
  }

  .md\:border-t-red-950\/50 {
    border-top-color: rgb(69 10 10 / 0.5);
  }

  .md\:border-t-red-950\/55 {
    border-top-color: rgb(69 10 10 / 0.55);
  }

  .md\:border-t-red-950\/60 {
    border-top-color: rgb(69 10 10 / 0.6);
  }

  .md\:border-t-red-950\/65 {
    border-top-color: rgb(69 10 10 / 0.65);
  }

  .md\:border-t-red-950\/70 {
    border-top-color: rgb(69 10 10 / 0.7);
  }

  .md\:border-t-red-950\/75 {
    border-top-color: rgb(69 10 10 / 0.75);
  }

  .md\:border-t-red-950\/80 {
    border-top-color: rgb(69 10 10 / 0.8);
  }

  .md\:border-t-red-950\/85 {
    border-top-color: rgb(69 10 10 / 0.85);
  }

  .md\:border-t-red-950\/90 {
    border-top-color: rgb(69 10 10 / 0.9);
  }

  .md\:border-t-red-950\/95 {
    border-top-color: rgb(69 10 10 / 0.95);
  }

  .md\:border-t-rose-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 228 230 / var(--tw-border-opacity));
  }

  .md\:border-t-rose-100\/0 {
    border-top-color: rgb(255 228 230 / 0);
  }

  .md\:border-t-rose-100\/10 {
    border-top-color: rgb(255 228 230 / 0.1);
  }

  .md\:border-t-rose-100\/100 {
    border-top-color: rgb(255 228 230 / 1);
  }

  .md\:border-t-rose-100\/15 {
    border-top-color: rgb(255 228 230 / 0.15);
  }

  .md\:border-t-rose-100\/20 {
    border-top-color: rgb(255 228 230 / 0.2);
  }

  .md\:border-t-rose-100\/25 {
    border-top-color: rgb(255 228 230 / 0.25);
  }

  .md\:border-t-rose-100\/30 {
    border-top-color: rgb(255 228 230 / 0.3);
  }

  .md\:border-t-rose-100\/35 {
    border-top-color: rgb(255 228 230 / 0.35);
  }

  .md\:border-t-rose-100\/40 {
    border-top-color: rgb(255 228 230 / 0.4);
  }

  .md\:border-t-rose-100\/45 {
    border-top-color: rgb(255 228 230 / 0.45);
  }

  .md\:border-t-rose-100\/5 {
    border-top-color: rgb(255 228 230 / 0.05);
  }

  .md\:border-t-rose-100\/50 {
    border-top-color: rgb(255 228 230 / 0.5);
  }

  .md\:border-t-rose-100\/55 {
    border-top-color: rgb(255 228 230 / 0.55);
  }

  .md\:border-t-rose-100\/60 {
    border-top-color: rgb(255 228 230 / 0.6);
  }

  .md\:border-t-rose-100\/65 {
    border-top-color: rgb(255 228 230 / 0.65);
  }

  .md\:border-t-rose-100\/70 {
    border-top-color: rgb(255 228 230 / 0.7);
  }

  .md\:border-t-rose-100\/75 {
    border-top-color: rgb(255 228 230 / 0.75);
  }

  .md\:border-t-rose-100\/80 {
    border-top-color: rgb(255 228 230 / 0.8);
  }

  .md\:border-t-rose-100\/85 {
    border-top-color: rgb(255 228 230 / 0.85);
  }

  .md\:border-t-rose-100\/90 {
    border-top-color: rgb(255 228 230 / 0.9);
  }

  .md\:border-t-rose-100\/95 {
    border-top-color: rgb(255 228 230 / 0.95);
  }

  .md\:border-t-rose-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 205 211 / var(--tw-border-opacity));
  }

  .md\:border-t-rose-200\/0 {
    border-top-color: rgb(254 205 211 / 0);
  }

  .md\:border-t-rose-200\/10 {
    border-top-color: rgb(254 205 211 / 0.1);
  }

  .md\:border-t-rose-200\/100 {
    border-top-color: rgb(254 205 211 / 1);
  }

  .md\:border-t-rose-200\/15 {
    border-top-color: rgb(254 205 211 / 0.15);
  }

  .md\:border-t-rose-200\/20 {
    border-top-color: rgb(254 205 211 / 0.2);
  }

  .md\:border-t-rose-200\/25 {
    border-top-color: rgb(254 205 211 / 0.25);
  }

  .md\:border-t-rose-200\/30 {
    border-top-color: rgb(254 205 211 / 0.3);
  }

  .md\:border-t-rose-200\/35 {
    border-top-color: rgb(254 205 211 / 0.35);
  }

  .md\:border-t-rose-200\/40 {
    border-top-color: rgb(254 205 211 / 0.4);
  }

  .md\:border-t-rose-200\/45 {
    border-top-color: rgb(254 205 211 / 0.45);
  }

  .md\:border-t-rose-200\/5 {
    border-top-color: rgb(254 205 211 / 0.05);
  }

  .md\:border-t-rose-200\/50 {
    border-top-color: rgb(254 205 211 / 0.5);
  }

  .md\:border-t-rose-200\/55 {
    border-top-color: rgb(254 205 211 / 0.55);
  }

  .md\:border-t-rose-200\/60 {
    border-top-color: rgb(254 205 211 / 0.6);
  }

  .md\:border-t-rose-200\/65 {
    border-top-color: rgb(254 205 211 / 0.65);
  }

  .md\:border-t-rose-200\/70 {
    border-top-color: rgb(254 205 211 / 0.7);
  }

  .md\:border-t-rose-200\/75 {
    border-top-color: rgb(254 205 211 / 0.75);
  }

  .md\:border-t-rose-200\/80 {
    border-top-color: rgb(254 205 211 / 0.8);
  }

  .md\:border-t-rose-200\/85 {
    border-top-color: rgb(254 205 211 / 0.85);
  }

  .md\:border-t-rose-200\/90 {
    border-top-color: rgb(254 205 211 / 0.9);
  }

  .md\:border-t-rose-200\/95 {
    border-top-color: rgb(254 205 211 / 0.95);
  }

  .md\:border-t-rose-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 164 175 / var(--tw-border-opacity));
  }

  .md\:border-t-rose-300\/0 {
    border-top-color: rgb(253 164 175 / 0);
  }

  .md\:border-t-rose-300\/10 {
    border-top-color: rgb(253 164 175 / 0.1);
  }

  .md\:border-t-rose-300\/100 {
    border-top-color: rgb(253 164 175 / 1);
  }

  .md\:border-t-rose-300\/15 {
    border-top-color: rgb(253 164 175 / 0.15);
  }

  .md\:border-t-rose-300\/20 {
    border-top-color: rgb(253 164 175 / 0.2);
  }

  .md\:border-t-rose-300\/25 {
    border-top-color: rgb(253 164 175 / 0.25);
  }

  .md\:border-t-rose-300\/30 {
    border-top-color: rgb(253 164 175 / 0.3);
  }

  .md\:border-t-rose-300\/35 {
    border-top-color: rgb(253 164 175 / 0.35);
  }

  .md\:border-t-rose-300\/40 {
    border-top-color: rgb(253 164 175 / 0.4);
  }

  .md\:border-t-rose-300\/45 {
    border-top-color: rgb(253 164 175 / 0.45);
  }

  .md\:border-t-rose-300\/5 {
    border-top-color: rgb(253 164 175 / 0.05);
  }

  .md\:border-t-rose-300\/50 {
    border-top-color: rgb(253 164 175 / 0.5);
  }

  .md\:border-t-rose-300\/55 {
    border-top-color: rgb(253 164 175 / 0.55);
  }

  .md\:border-t-rose-300\/60 {
    border-top-color: rgb(253 164 175 / 0.6);
  }

  .md\:border-t-rose-300\/65 {
    border-top-color: rgb(253 164 175 / 0.65);
  }

  .md\:border-t-rose-300\/70 {
    border-top-color: rgb(253 164 175 / 0.7);
  }

  .md\:border-t-rose-300\/75 {
    border-top-color: rgb(253 164 175 / 0.75);
  }

  .md\:border-t-rose-300\/80 {
    border-top-color: rgb(253 164 175 / 0.8);
  }

  .md\:border-t-rose-300\/85 {
    border-top-color: rgb(253 164 175 / 0.85);
  }

  .md\:border-t-rose-300\/90 {
    border-top-color: rgb(253 164 175 / 0.9);
  }

  .md\:border-t-rose-300\/95 {
    border-top-color: rgb(253 164 175 / 0.95);
  }

  .md\:border-t-rose-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(251 113 133 / var(--tw-border-opacity));
  }

  .md\:border-t-rose-400\/0 {
    border-top-color: rgb(251 113 133 / 0);
  }

  .md\:border-t-rose-400\/10 {
    border-top-color: rgb(251 113 133 / 0.1);
  }

  .md\:border-t-rose-400\/100 {
    border-top-color: rgb(251 113 133 / 1);
  }

  .md\:border-t-rose-400\/15 {
    border-top-color: rgb(251 113 133 / 0.15);
  }

  .md\:border-t-rose-400\/20 {
    border-top-color: rgb(251 113 133 / 0.2);
  }

  .md\:border-t-rose-400\/25 {
    border-top-color: rgb(251 113 133 / 0.25);
  }

  .md\:border-t-rose-400\/30 {
    border-top-color: rgb(251 113 133 / 0.3);
  }

  .md\:border-t-rose-400\/35 {
    border-top-color: rgb(251 113 133 / 0.35);
  }

  .md\:border-t-rose-400\/40 {
    border-top-color: rgb(251 113 133 / 0.4);
  }

  .md\:border-t-rose-400\/45 {
    border-top-color: rgb(251 113 133 / 0.45);
  }

  .md\:border-t-rose-400\/5 {
    border-top-color: rgb(251 113 133 / 0.05);
  }

  .md\:border-t-rose-400\/50 {
    border-top-color: rgb(251 113 133 / 0.5);
  }

  .md\:border-t-rose-400\/55 {
    border-top-color: rgb(251 113 133 / 0.55);
  }

  .md\:border-t-rose-400\/60 {
    border-top-color: rgb(251 113 133 / 0.6);
  }

  .md\:border-t-rose-400\/65 {
    border-top-color: rgb(251 113 133 / 0.65);
  }

  .md\:border-t-rose-400\/70 {
    border-top-color: rgb(251 113 133 / 0.7);
  }

  .md\:border-t-rose-400\/75 {
    border-top-color: rgb(251 113 133 / 0.75);
  }

  .md\:border-t-rose-400\/80 {
    border-top-color: rgb(251 113 133 / 0.8);
  }

  .md\:border-t-rose-400\/85 {
    border-top-color: rgb(251 113 133 / 0.85);
  }

  .md\:border-t-rose-400\/90 {
    border-top-color: rgb(251 113 133 / 0.9);
  }

  .md\:border-t-rose-400\/95 {
    border-top-color: rgb(251 113 133 / 0.95);
  }

  .md\:border-t-rose-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 241 242 / var(--tw-border-opacity));
  }

  .md\:border-t-rose-50\/0 {
    border-top-color: rgb(255 241 242 / 0);
  }

  .md\:border-t-rose-50\/10 {
    border-top-color: rgb(255 241 242 / 0.1);
  }

  .md\:border-t-rose-50\/100 {
    border-top-color: rgb(255 241 242 / 1);
  }

  .md\:border-t-rose-50\/15 {
    border-top-color: rgb(255 241 242 / 0.15);
  }

  .md\:border-t-rose-50\/20 {
    border-top-color: rgb(255 241 242 / 0.2);
  }

  .md\:border-t-rose-50\/25 {
    border-top-color: rgb(255 241 242 / 0.25);
  }

  .md\:border-t-rose-50\/30 {
    border-top-color: rgb(255 241 242 / 0.3);
  }

  .md\:border-t-rose-50\/35 {
    border-top-color: rgb(255 241 242 / 0.35);
  }

  .md\:border-t-rose-50\/40 {
    border-top-color: rgb(255 241 242 / 0.4);
  }

  .md\:border-t-rose-50\/45 {
    border-top-color: rgb(255 241 242 / 0.45);
  }

  .md\:border-t-rose-50\/5 {
    border-top-color: rgb(255 241 242 / 0.05);
  }

  .md\:border-t-rose-50\/50 {
    border-top-color: rgb(255 241 242 / 0.5);
  }

  .md\:border-t-rose-50\/55 {
    border-top-color: rgb(255 241 242 / 0.55);
  }

  .md\:border-t-rose-50\/60 {
    border-top-color: rgb(255 241 242 / 0.6);
  }

  .md\:border-t-rose-50\/65 {
    border-top-color: rgb(255 241 242 / 0.65);
  }

  .md\:border-t-rose-50\/70 {
    border-top-color: rgb(255 241 242 / 0.7);
  }

  .md\:border-t-rose-50\/75 {
    border-top-color: rgb(255 241 242 / 0.75);
  }

  .md\:border-t-rose-50\/80 {
    border-top-color: rgb(255 241 242 / 0.8);
  }

  .md\:border-t-rose-50\/85 {
    border-top-color: rgb(255 241 242 / 0.85);
  }

  .md\:border-t-rose-50\/90 {
    border-top-color: rgb(255 241 242 / 0.9);
  }

  .md\:border-t-rose-50\/95 {
    border-top-color: rgb(255 241 242 / 0.95);
  }

  .md\:border-t-rose-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(244 63 94 / var(--tw-border-opacity));
  }

  .md\:border-t-rose-500\/0 {
    border-top-color: rgb(244 63 94 / 0);
  }

  .md\:border-t-rose-500\/10 {
    border-top-color: rgb(244 63 94 / 0.1);
  }

  .md\:border-t-rose-500\/100 {
    border-top-color: rgb(244 63 94 / 1);
  }

  .md\:border-t-rose-500\/15 {
    border-top-color: rgb(244 63 94 / 0.15);
  }

  .md\:border-t-rose-500\/20 {
    border-top-color: rgb(244 63 94 / 0.2);
  }

  .md\:border-t-rose-500\/25 {
    border-top-color: rgb(244 63 94 / 0.25);
  }

  .md\:border-t-rose-500\/30 {
    border-top-color: rgb(244 63 94 / 0.3);
  }

  .md\:border-t-rose-500\/35 {
    border-top-color: rgb(244 63 94 / 0.35);
  }

  .md\:border-t-rose-500\/40 {
    border-top-color: rgb(244 63 94 / 0.4);
  }

  .md\:border-t-rose-500\/45 {
    border-top-color: rgb(244 63 94 / 0.45);
  }

  .md\:border-t-rose-500\/5 {
    border-top-color: rgb(244 63 94 / 0.05);
  }

  .md\:border-t-rose-500\/50 {
    border-top-color: rgb(244 63 94 / 0.5);
  }

  .md\:border-t-rose-500\/55 {
    border-top-color: rgb(244 63 94 / 0.55);
  }

  .md\:border-t-rose-500\/60 {
    border-top-color: rgb(244 63 94 / 0.6);
  }

  .md\:border-t-rose-500\/65 {
    border-top-color: rgb(244 63 94 / 0.65);
  }

  .md\:border-t-rose-500\/70 {
    border-top-color: rgb(244 63 94 / 0.7);
  }

  .md\:border-t-rose-500\/75 {
    border-top-color: rgb(244 63 94 / 0.75);
  }

  .md\:border-t-rose-500\/80 {
    border-top-color: rgb(244 63 94 / 0.8);
  }

  .md\:border-t-rose-500\/85 {
    border-top-color: rgb(244 63 94 / 0.85);
  }

  .md\:border-t-rose-500\/90 {
    border-top-color: rgb(244 63 94 / 0.9);
  }

  .md\:border-t-rose-500\/95 {
    border-top-color: rgb(244 63 94 / 0.95);
  }

  .md\:border-t-rose-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(225 29 72 / var(--tw-border-opacity));
  }

  .md\:border-t-rose-600\/0 {
    border-top-color: rgb(225 29 72 / 0);
  }

  .md\:border-t-rose-600\/10 {
    border-top-color: rgb(225 29 72 / 0.1);
  }

  .md\:border-t-rose-600\/100 {
    border-top-color: rgb(225 29 72 / 1);
  }

  .md\:border-t-rose-600\/15 {
    border-top-color: rgb(225 29 72 / 0.15);
  }

  .md\:border-t-rose-600\/20 {
    border-top-color: rgb(225 29 72 / 0.2);
  }

  .md\:border-t-rose-600\/25 {
    border-top-color: rgb(225 29 72 / 0.25);
  }

  .md\:border-t-rose-600\/30 {
    border-top-color: rgb(225 29 72 / 0.3);
  }

  .md\:border-t-rose-600\/35 {
    border-top-color: rgb(225 29 72 / 0.35);
  }

  .md\:border-t-rose-600\/40 {
    border-top-color: rgb(225 29 72 / 0.4);
  }

  .md\:border-t-rose-600\/45 {
    border-top-color: rgb(225 29 72 / 0.45);
  }

  .md\:border-t-rose-600\/5 {
    border-top-color: rgb(225 29 72 / 0.05);
  }

  .md\:border-t-rose-600\/50 {
    border-top-color: rgb(225 29 72 / 0.5);
  }

  .md\:border-t-rose-600\/55 {
    border-top-color: rgb(225 29 72 / 0.55);
  }

  .md\:border-t-rose-600\/60 {
    border-top-color: rgb(225 29 72 / 0.6);
  }

  .md\:border-t-rose-600\/65 {
    border-top-color: rgb(225 29 72 / 0.65);
  }

  .md\:border-t-rose-600\/70 {
    border-top-color: rgb(225 29 72 / 0.7);
  }

  .md\:border-t-rose-600\/75 {
    border-top-color: rgb(225 29 72 / 0.75);
  }

  .md\:border-t-rose-600\/80 {
    border-top-color: rgb(225 29 72 / 0.8);
  }

  .md\:border-t-rose-600\/85 {
    border-top-color: rgb(225 29 72 / 0.85);
  }

  .md\:border-t-rose-600\/90 {
    border-top-color: rgb(225 29 72 / 0.9);
  }

  .md\:border-t-rose-600\/95 {
    border-top-color: rgb(225 29 72 / 0.95);
  }

  .md\:border-t-rose-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(190 18 60 / var(--tw-border-opacity));
  }

  .md\:border-t-rose-700\/0 {
    border-top-color: rgb(190 18 60 / 0);
  }

  .md\:border-t-rose-700\/10 {
    border-top-color: rgb(190 18 60 / 0.1);
  }

  .md\:border-t-rose-700\/100 {
    border-top-color: rgb(190 18 60 / 1);
  }

  .md\:border-t-rose-700\/15 {
    border-top-color: rgb(190 18 60 / 0.15);
  }

  .md\:border-t-rose-700\/20 {
    border-top-color: rgb(190 18 60 / 0.2);
  }

  .md\:border-t-rose-700\/25 {
    border-top-color: rgb(190 18 60 / 0.25);
  }

  .md\:border-t-rose-700\/30 {
    border-top-color: rgb(190 18 60 / 0.3);
  }

  .md\:border-t-rose-700\/35 {
    border-top-color: rgb(190 18 60 / 0.35);
  }

  .md\:border-t-rose-700\/40 {
    border-top-color: rgb(190 18 60 / 0.4);
  }

  .md\:border-t-rose-700\/45 {
    border-top-color: rgb(190 18 60 / 0.45);
  }

  .md\:border-t-rose-700\/5 {
    border-top-color: rgb(190 18 60 / 0.05);
  }

  .md\:border-t-rose-700\/50 {
    border-top-color: rgb(190 18 60 / 0.5);
  }

  .md\:border-t-rose-700\/55 {
    border-top-color: rgb(190 18 60 / 0.55);
  }

  .md\:border-t-rose-700\/60 {
    border-top-color: rgb(190 18 60 / 0.6);
  }

  .md\:border-t-rose-700\/65 {
    border-top-color: rgb(190 18 60 / 0.65);
  }

  .md\:border-t-rose-700\/70 {
    border-top-color: rgb(190 18 60 / 0.7);
  }

  .md\:border-t-rose-700\/75 {
    border-top-color: rgb(190 18 60 / 0.75);
  }

  .md\:border-t-rose-700\/80 {
    border-top-color: rgb(190 18 60 / 0.8);
  }

  .md\:border-t-rose-700\/85 {
    border-top-color: rgb(190 18 60 / 0.85);
  }

  .md\:border-t-rose-700\/90 {
    border-top-color: rgb(190 18 60 / 0.9);
  }

  .md\:border-t-rose-700\/95 {
    border-top-color: rgb(190 18 60 / 0.95);
  }

  .md\:border-t-rose-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(159 18 57 / var(--tw-border-opacity));
  }

  .md\:border-t-rose-800\/0 {
    border-top-color: rgb(159 18 57 / 0);
  }

  .md\:border-t-rose-800\/10 {
    border-top-color: rgb(159 18 57 / 0.1);
  }

  .md\:border-t-rose-800\/100 {
    border-top-color: rgb(159 18 57 / 1);
  }

  .md\:border-t-rose-800\/15 {
    border-top-color: rgb(159 18 57 / 0.15);
  }

  .md\:border-t-rose-800\/20 {
    border-top-color: rgb(159 18 57 / 0.2);
  }

  .md\:border-t-rose-800\/25 {
    border-top-color: rgb(159 18 57 / 0.25);
  }

  .md\:border-t-rose-800\/30 {
    border-top-color: rgb(159 18 57 / 0.3);
  }

  .md\:border-t-rose-800\/35 {
    border-top-color: rgb(159 18 57 / 0.35);
  }

  .md\:border-t-rose-800\/40 {
    border-top-color: rgb(159 18 57 / 0.4);
  }

  .md\:border-t-rose-800\/45 {
    border-top-color: rgb(159 18 57 / 0.45);
  }

  .md\:border-t-rose-800\/5 {
    border-top-color: rgb(159 18 57 / 0.05);
  }

  .md\:border-t-rose-800\/50 {
    border-top-color: rgb(159 18 57 / 0.5);
  }

  .md\:border-t-rose-800\/55 {
    border-top-color: rgb(159 18 57 / 0.55);
  }

  .md\:border-t-rose-800\/60 {
    border-top-color: rgb(159 18 57 / 0.6);
  }

  .md\:border-t-rose-800\/65 {
    border-top-color: rgb(159 18 57 / 0.65);
  }

  .md\:border-t-rose-800\/70 {
    border-top-color: rgb(159 18 57 / 0.7);
  }

  .md\:border-t-rose-800\/75 {
    border-top-color: rgb(159 18 57 / 0.75);
  }

  .md\:border-t-rose-800\/80 {
    border-top-color: rgb(159 18 57 / 0.8);
  }

  .md\:border-t-rose-800\/85 {
    border-top-color: rgb(159 18 57 / 0.85);
  }

  .md\:border-t-rose-800\/90 {
    border-top-color: rgb(159 18 57 / 0.9);
  }

  .md\:border-t-rose-800\/95 {
    border-top-color: rgb(159 18 57 / 0.95);
  }

  .md\:border-t-rose-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(136 19 55 / var(--tw-border-opacity));
  }

  .md\:border-t-rose-900\/0 {
    border-top-color: rgb(136 19 55 / 0);
  }

  .md\:border-t-rose-900\/10 {
    border-top-color: rgb(136 19 55 / 0.1);
  }

  .md\:border-t-rose-900\/100 {
    border-top-color: rgb(136 19 55 / 1);
  }

  .md\:border-t-rose-900\/15 {
    border-top-color: rgb(136 19 55 / 0.15);
  }

  .md\:border-t-rose-900\/20 {
    border-top-color: rgb(136 19 55 / 0.2);
  }

  .md\:border-t-rose-900\/25 {
    border-top-color: rgb(136 19 55 / 0.25);
  }

  .md\:border-t-rose-900\/30 {
    border-top-color: rgb(136 19 55 / 0.3);
  }

  .md\:border-t-rose-900\/35 {
    border-top-color: rgb(136 19 55 / 0.35);
  }

  .md\:border-t-rose-900\/40 {
    border-top-color: rgb(136 19 55 / 0.4);
  }

  .md\:border-t-rose-900\/45 {
    border-top-color: rgb(136 19 55 / 0.45);
  }

  .md\:border-t-rose-900\/5 {
    border-top-color: rgb(136 19 55 / 0.05);
  }

  .md\:border-t-rose-900\/50 {
    border-top-color: rgb(136 19 55 / 0.5);
  }

  .md\:border-t-rose-900\/55 {
    border-top-color: rgb(136 19 55 / 0.55);
  }

  .md\:border-t-rose-900\/60 {
    border-top-color: rgb(136 19 55 / 0.6);
  }

  .md\:border-t-rose-900\/65 {
    border-top-color: rgb(136 19 55 / 0.65);
  }

  .md\:border-t-rose-900\/70 {
    border-top-color: rgb(136 19 55 / 0.7);
  }

  .md\:border-t-rose-900\/75 {
    border-top-color: rgb(136 19 55 / 0.75);
  }

  .md\:border-t-rose-900\/80 {
    border-top-color: rgb(136 19 55 / 0.8);
  }

  .md\:border-t-rose-900\/85 {
    border-top-color: rgb(136 19 55 / 0.85);
  }

  .md\:border-t-rose-900\/90 {
    border-top-color: rgb(136 19 55 / 0.9);
  }

  .md\:border-t-rose-900\/95 {
    border-top-color: rgb(136 19 55 / 0.95);
  }

  .md\:border-t-rose-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(76 5 25 / var(--tw-border-opacity));
  }

  .md\:border-t-rose-950\/0 {
    border-top-color: rgb(76 5 25 / 0);
  }

  .md\:border-t-rose-950\/10 {
    border-top-color: rgb(76 5 25 / 0.1);
  }

  .md\:border-t-rose-950\/100 {
    border-top-color: rgb(76 5 25 / 1);
  }

  .md\:border-t-rose-950\/15 {
    border-top-color: rgb(76 5 25 / 0.15);
  }

  .md\:border-t-rose-950\/20 {
    border-top-color: rgb(76 5 25 / 0.2);
  }

  .md\:border-t-rose-950\/25 {
    border-top-color: rgb(76 5 25 / 0.25);
  }

  .md\:border-t-rose-950\/30 {
    border-top-color: rgb(76 5 25 / 0.3);
  }

  .md\:border-t-rose-950\/35 {
    border-top-color: rgb(76 5 25 / 0.35);
  }

  .md\:border-t-rose-950\/40 {
    border-top-color: rgb(76 5 25 / 0.4);
  }

  .md\:border-t-rose-950\/45 {
    border-top-color: rgb(76 5 25 / 0.45);
  }

  .md\:border-t-rose-950\/5 {
    border-top-color: rgb(76 5 25 / 0.05);
  }

  .md\:border-t-rose-950\/50 {
    border-top-color: rgb(76 5 25 / 0.5);
  }

  .md\:border-t-rose-950\/55 {
    border-top-color: rgb(76 5 25 / 0.55);
  }

  .md\:border-t-rose-950\/60 {
    border-top-color: rgb(76 5 25 / 0.6);
  }

  .md\:border-t-rose-950\/65 {
    border-top-color: rgb(76 5 25 / 0.65);
  }

  .md\:border-t-rose-950\/70 {
    border-top-color: rgb(76 5 25 / 0.7);
  }

  .md\:border-t-rose-950\/75 {
    border-top-color: rgb(76 5 25 / 0.75);
  }

  .md\:border-t-rose-950\/80 {
    border-top-color: rgb(76 5 25 / 0.8);
  }

  .md\:border-t-rose-950\/85 {
    border-top-color: rgb(76 5 25 / 0.85);
  }

  .md\:border-t-rose-950\/90 {
    border-top-color: rgb(76 5 25 / 0.9);
  }

  .md\:border-t-rose-950\/95 {
    border-top-color: rgb(76 5 25 / 0.95);
  }

  .md\:border-t-sky-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(224 242 254 / var(--tw-border-opacity));
  }

  .md\:border-t-sky-100\/0 {
    border-top-color: rgb(224 242 254 / 0);
  }

  .md\:border-t-sky-100\/10 {
    border-top-color: rgb(224 242 254 / 0.1);
  }

  .md\:border-t-sky-100\/100 {
    border-top-color: rgb(224 242 254 / 1);
  }

  .md\:border-t-sky-100\/15 {
    border-top-color: rgb(224 242 254 / 0.15);
  }

  .md\:border-t-sky-100\/20 {
    border-top-color: rgb(224 242 254 / 0.2);
  }

  .md\:border-t-sky-100\/25 {
    border-top-color: rgb(224 242 254 / 0.25);
  }

  .md\:border-t-sky-100\/30 {
    border-top-color: rgb(224 242 254 / 0.3);
  }

  .md\:border-t-sky-100\/35 {
    border-top-color: rgb(224 242 254 / 0.35);
  }

  .md\:border-t-sky-100\/40 {
    border-top-color: rgb(224 242 254 / 0.4);
  }

  .md\:border-t-sky-100\/45 {
    border-top-color: rgb(224 242 254 / 0.45);
  }

  .md\:border-t-sky-100\/5 {
    border-top-color: rgb(224 242 254 / 0.05);
  }

  .md\:border-t-sky-100\/50 {
    border-top-color: rgb(224 242 254 / 0.5);
  }

  .md\:border-t-sky-100\/55 {
    border-top-color: rgb(224 242 254 / 0.55);
  }

  .md\:border-t-sky-100\/60 {
    border-top-color: rgb(224 242 254 / 0.6);
  }

  .md\:border-t-sky-100\/65 {
    border-top-color: rgb(224 242 254 / 0.65);
  }

  .md\:border-t-sky-100\/70 {
    border-top-color: rgb(224 242 254 / 0.7);
  }

  .md\:border-t-sky-100\/75 {
    border-top-color: rgb(224 242 254 / 0.75);
  }

  .md\:border-t-sky-100\/80 {
    border-top-color: rgb(224 242 254 / 0.8);
  }

  .md\:border-t-sky-100\/85 {
    border-top-color: rgb(224 242 254 / 0.85);
  }

  .md\:border-t-sky-100\/90 {
    border-top-color: rgb(224 242 254 / 0.9);
  }

  .md\:border-t-sky-100\/95 {
    border-top-color: rgb(224 242 254 / 0.95);
  }

  .md\:border-t-sky-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(186 230 253 / var(--tw-border-opacity));
  }

  .md\:border-t-sky-200\/0 {
    border-top-color: rgb(186 230 253 / 0);
  }

  .md\:border-t-sky-200\/10 {
    border-top-color: rgb(186 230 253 / 0.1);
  }

  .md\:border-t-sky-200\/100 {
    border-top-color: rgb(186 230 253 / 1);
  }

  .md\:border-t-sky-200\/15 {
    border-top-color: rgb(186 230 253 / 0.15);
  }

  .md\:border-t-sky-200\/20 {
    border-top-color: rgb(186 230 253 / 0.2);
  }

  .md\:border-t-sky-200\/25 {
    border-top-color: rgb(186 230 253 / 0.25);
  }

  .md\:border-t-sky-200\/30 {
    border-top-color: rgb(186 230 253 / 0.3);
  }

  .md\:border-t-sky-200\/35 {
    border-top-color: rgb(186 230 253 / 0.35);
  }

  .md\:border-t-sky-200\/40 {
    border-top-color: rgb(186 230 253 / 0.4);
  }

  .md\:border-t-sky-200\/45 {
    border-top-color: rgb(186 230 253 / 0.45);
  }

  .md\:border-t-sky-200\/5 {
    border-top-color: rgb(186 230 253 / 0.05);
  }

  .md\:border-t-sky-200\/50 {
    border-top-color: rgb(186 230 253 / 0.5);
  }

  .md\:border-t-sky-200\/55 {
    border-top-color: rgb(186 230 253 / 0.55);
  }

  .md\:border-t-sky-200\/60 {
    border-top-color: rgb(186 230 253 / 0.6);
  }

  .md\:border-t-sky-200\/65 {
    border-top-color: rgb(186 230 253 / 0.65);
  }

  .md\:border-t-sky-200\/70 {
    border-top-color: rgb(186 230 253 / 0.7);
  }

  .md\:border-t-sky-200\/75 {
    border-top-color: rgb(186 230 253 / 0.75);
  }

  .md\:border-t-sky-200\/80 {
    border-top-color: rgb(186 230 253 / 0.8);
  }

  .md\:border-t-sky-200\/85 {
    border-top-color: rgb(186 230 253 / 0.85);
  }

  .md\:border-t-sky-200\/90 {
    border-top-color: rgb(186 230 253 / 0.9);
  }

  .md\:border-t-sky-200\/95 {
    border-top-color: rgb(186 230 253 / 0.95);
  }

  .md\:border-t-sky-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(125 211 252 / var(--tw-border-opacity));
  }

  .md\:border-t-sky-300\/0 {
    border-top-color: rgb(125 211 252 / 0);
  }

  .md\:border-t-sky-300\/10 {
    border-top-color: rgb(125 211 252 / 0.1);
  }

  .md\:border-t-sky-300\/100 {
    border-top-color: rgb(125 211 252 / 1);
  }

  .md\:border-t-sky-300\/15 {
    border-top-color: rgb(125 211 252 / 0.15);
  }

  .md\:border-t-sky-300\/20 {
    border-top-color: rgb(125 211 252 / 0.2);
  }

  .md\:border-t-sky-300\/25 {
    border-top-color: rgb(125 211 252 / 0.25);
  }

  .md\:border-t-sky-300\/30 {
    border-top-color: rgb(125 211 252 / 0.3);
  }

  .md\:border-t-sky-300\/35 {
    border-top-color: rgb(125 211 252 / 0.35);
  }

  .md\:border-t-sky-300\/40 {
    border-top-color: rgb(125 211 252 / 0.4);
  }

  .md\:border-t-sky-300\/45 {
    border-top-color: rgb(125 211 252 / 0.45);
  }

  .md\:border-t-sky-300\/5 {
    border-top-color: rgb(125 211 252 / 0.05);
  }

  .md\:border-t-sky-300\/50 {
    border-top-color: rgb(125 211 252 / 0.5);
  }

  .md\:border-t-sky-300\/55 {
    border-top-color: rgb(125 211 252 / 0.55);
  }

  .md\:border-t-sky-300\/60 {
    border-top-color: rgb(125 211 252 / 0.6);
  }

  .md\:border-t-sky-300\/65 {
    border-top-color: rgb(125 211 252 / 0.65);
  }

  .md\:border-t-sky-300\/70 {
    border-top-color: rgb(125 211 252 / 0.7);
  }

  .md\:border-t-sky-300\/75 {
    border-top-color: rgb(125 211 252 / 0.75);
  }

  .md\:border-t-sky-300\/80 {
    border-top-color: rgb(125 211 252 / 0.8);
  }

  .md\:border-t-sky-300\/85 {
    border-top-color: rgb(125 211 252 / 0.85);
  }

  .md\:border-t-sky-300\/90 {
    border-top-color: rgb(125 211 252 / 0.9);
  }

  .md\:border-t-sky-300\/95 {
    border-top-color: rgb(125 211 252 / 0.95);
  }

  .md\:border-t-sky-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(56 189 248 / var(--tw-border-opacity));
  }

  .md\:border-t-sky-400\/0 {
    border-top-color: rgb(56 189 248 / 0);
  }

  .md\:border-t-sky-400\/10 {
    border-top-color: rgb(56 189 248 / 0.1);
  }

  .md\:border-t-sky-400\/100 {
    border-top-color: rgb(56 189 248 / 1);
  }

  .md\:border-t-sky-400\/15 {
    border-top-color: rgb(56 189 248 / 0.15);
  }

  .md\:border-t-sky-400\/20 {
    border-top-color: rgb(56 189 248 / 0.2);
  }

  .md\:border-t-sky-400\/25 {
    border-top-color: rgb(56 189 248 / 0.25);
  }

  .md\:border-t-sky-400\/30 {
    border-top-color: rgb(56 189 248 / 0.3);
  }

  .md\:border-t-sky-400\/35 {
    border-top-color: rgb(56 189 248 / 0.35);
  }

  .md\:border-t-sky-400\/40 {
    border-top-color: rgb(56 189 248 / 0.4);
  }

  .md\:border-t-sky-400\/45 {
    border-top-color: rgb(56 189 248 / 0.45);
  }

  .md\:border-t-sky-400\/5 {
    border-top-color: rgb(56 189 248 / 0.05);
  }

  .md\:border-t-sky-400\/50 {
    border-top-color: rgb(56 189 248 / 0.5);
  }

  .md\:border-t-sky-400\/55 {
    border-top-color: rgb(56 189 248 / 0.55);
  }

  .md\:border-t-sky-400\/60 {
    border-top-color: rgb(56 189 248 / 0.6);
  }

  .md\:border-t-sky-400\/65 {
    border-top-color: rgb(56 189 248 / 0.65);
  }

  .md\:border-t-sky-400\/70 {
    border-top-color: rgb(56 189 248 / 0.7);
  }

  .md\:border-t-sky-400\/75 {
    border-top-color: rgb(56 189 248 / 0.75);
  }

  .md\:border-t-sky-400\/80 {
    border-top-color: rgb(56 189 248 / 0.8);
  }

  .md\:border-t-sky-400\/85 {
    border-top-color: rgb(56 189 248 / 0.85);
  }

  .md\:border-t-sky-400\/90 {
    border-top-color: rgb(56 189 248 / 0.9);
  }

  .md\:border-t-sky-400\/95 {
    border-top-color: rgb(56 189 248 / 0.95);
  }

  .md\:border-t-sky-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(240 249 255 / var(--tw-border-opacity));
  }

  .md\:border-t-sky-50\/0 {
    border-top-color: rgb(240 249 255 / 0);
  }

  .md\:border-t-sky-50\/10 {
    border-top-color: rgb(240 249 255 / 0.1);
  }

  .md\:border-t-sky-50\/100 {
    border-top-color: rgb(240 249 255 / 1);
  }

  .md\:border-t-sky-50\/15 {
    border-top-color: rgb(240 249 255 / 0.15);
  }

  .md\:border-t-sky-50\/20 {
    border-top-color: rgb(240 249 255 / 0.2);
  }

  .md\:border-t-sky-50\/25 {
    border-top-color: rgb(240 249 255 / 0.25);
  }

  .md\:border-t-sky-50\/30 {
    border-top-color: rgb(240 249 255 / 0.3);
  }

  .md\:border-t-sky-50\/35 {
    border-top-color: rgb(240 249 255 / 0.35);
  }

  .md\:border-t-sky-50\/40 {
    border-top-color: rgb(240 249 255 / 0.4);
  }

  .md\:border-t-sky-50\/45 {
    border-top-color: rgb(240 249 255 / 0.45);
  }

  .md\:border-t-sky-50\/5 {
    border-top-color: rgb(240 249 255 / 0.05);
  }

  .md\:border-t-sky-50\/50 {
    border-top-color: rgb(240 249 255 / 0.5);
  }

  .md\:border-t-sky-50\/55 {
    border-top-color: rgb(240 249 255 / 0.55);
  }

  .md\:border-t-sky-50\/60 {
    border-top-color: rgb(240 249 255 / 0.6);
  }

  .md\:border-t-sky-50\/65 {
    border-top-color: rgb(240 249 255 / 0.65);
  }

  .md\:border-t-sky-50\/70 {
    border-top-color: rgb(240 249 255 / 0.7);
  }

  .md\:border-t-sky-50\/75 {
    border-top-color: rgb(240 249 255 / 0.75);
  }

  .md\:border-t-sky-50\/80 {
    border-top-color: rgb(240 249 255 / 0.8);
  }

  .md\:border-t-sky-50\/85 {
    border-top-color: rgb(240 249 255 / 0.85);
  }

  .md\:border-t-sky-50\/90 {
    border-top-color: rgb(240 249 255 / 0.9);
  }

  .md\:border-t-sky-50\/95 {
    border-top-color: rgb(240 249 255 / 0.95);
  }

  .md\:border-t-sky-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(14 165 233 / var(--tw-border-opacity));
  }

  .md\:border-t-sky-500\/0 {
    border-top-color: rgb(14 165 233 / 0);
  }

  .md\:border-t-sky-500\/10 {
    border-top-color: rgb(14 165 233 / 0.1);
  }

  .md\:border-t-sky-500\/100 {
    border-top-color: rgb(14 165 233 / 1);
  }

  .md\:border-t-sky-500\/15 {
    border-top-color: rgb(14 165 233 / 0.15);
  }

  .md\:border-t-sky-500\/20 {
    border-top-color: rgb(14 165 233 / 0.2);
  }

  .md\:border-t-sky-500\/25 {
    border-top-color: rgb(14 165 233 / 0.25);
  }

  .md\:border-t-sky-500\/30 {
    border-top-color: rgb(14 165 233 / 0.3);
  }

  .md\:border-t-sky-500\/35 {
    border-top-color: rgb(14 165 233 / 0.35);
  }

  .md\:border-t-sky-500\/40 {
    border-top-color: rgb(14 165 233 / 0.4);
  }

  .md\:border-t-sky-500\/45 {
    border-top-color: rgb(14 165 233 / 0.45);
  }

  .md\:border-t-sky-500\/5 {
    border-top-color: rgb(14 165 233 / 0.05);
  }

  .md\:border-t-sky-500\/50 {
    border-top-color: rgb(14 165 233 / 0.5);
  }

  .md\:border-t-sky-500\/55 {
    border-top-color: rgb(14 165 233 / 0.55);
  }

  .md\:border-t-sky-500\/60 {
    border-top-color: rgb(14 165 233 / 0.6);
  }

  .md\:border-t-sky-500\/65 {
    border-top-color: rgb(14 165 233 / 0.65);
  }

  .md\:border-t-sky-500\/70 {
    border-top-color: rgb(14 165 233 / 0.7);
  }

  .md\:border-t-sky-500\/75 {
    border-top-color: rgb(14 165 233 / 0.75);
  }

  .md\:border-t-sky-500\/80 {
    border-top-color: rgb(14 165 233 / 0.8);
  }

  .md\:border-t-sky-500\/85 {
    border-top-color: rgb(14 165 233 / 0.85);
  }

  .md\:border-t-sky-500\/90 {
    border-top-color: rgb(14 165 233 / 0.9);
  }

  .md\:border-t-sky-500\/95 {
    border-top-color: rgb(14 165 233 / 0.95);
  }

  .md\:border-t-sky-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(2 132 199 / var(--tw-border-opacity));
  }

  .md\:border-t-sky-600\/0 {
    border-top-color: rgb(2 132 199 / 0);
  }

  .md\:border-t-sky-600\/10 {
    border-top-color: rgb(2 132 199 / 0.1);
  }

  .md\:border-t-sky-600\/100 {
    border-top-color: rgb(2 132 199 / 1);
  }

  .md\:border-t-sky-600\/15 {
    border-top-color: rgb(2 132 199 / 0.15);
  }

  .md\:border-t-sky-600\/20 {
    border-top-color: rgb(2 132 199 / 0.2);
  }

  .md\:border-t-sky-600\/25 {
    border-top-color: rgb(2 132 199 / 0.25);
  }

  .md\:border-t-sky-600\/30 {
    border-top-color: rgb(2 132 199 / 0.3);
  }

  .md\:border-t-sky-600\/35 {
    border-top-color: rgb(2 132 199 / 0.35);
  }

  .md\:border-t-sky-600\/40 {
    border-top-color: rgb(2 132 199 / 0.4);
  }

  .md\:border-t-sky-600\/45 {
    border-top-color: rgb(2 132 199 / 0.45);
  }

  .md\:border-t-sky-600\/5 {
    border-top-color: rgb(2 132 199 / 0.05);
  }

  .md\:border-t-sky-600\/50 {
    border-top-color: rgb(2 132 199 / 0.5);
  }

  .md\:border-t-sky-600\/55 {
    border-top-color: rgb(2 132 199 / 0.55);
  }

  .md\:border-t-sky-600\/60 {
    border-top-color: rgb(2 132 199 / 0.6);
  }

  .md\:border-t-sky-600\/65 {
    border-top-color: rgb(2 132 199 / 0.65);
  }

  .md\:border-t-sky-600\/70 {
    border-top-color: rgb(2 132 199 / 0.7);
  }

  .md\:border-t-sky-600\/75 {
    border-top-color: rgb(2 132 199 / 0.75);
  }

  .md\:border-t-sky-600\/80 {
    border-top-color: rgb(2 132 199 / 0.8);
  }

  .md\:border-t-sky-600\/85 {
    border-top-color: rgb(2 132 199 / 0.85);
  }

  .md\:border-t-sky-600\/90 {
    border-top-color: rgb(2 132 199 / 0.9);
  }

  .md\:border-t-sky-600\/95 {
    border-top-color: rgb(2 132 199 / 0.95);
  }

  .md\:border-t-sky-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(3 105 161 / var(--tw-border-opacity));
  }

  .md\:border-t-sky-700\/0 {
    border-top-color: rgb(3 105 161 / 0);
  }

  .md\:border-t-sky-700\/10 {
    border-top-color: rgb(3 105 161 / 0.1);
  }

  .md\:border-t-sky-700\/100 {
    border-top-color: rgb(3 105 161 / 1);
  }

  .md\:border-t-sky-700\/15 {
    border-top-color: rgb(3 105 161 / 0.15);
  }

  .md\:border-t-sky-700\/20 {
    border-top-color: rgb(3 105 161 / 0.2);
  }

  .md\:border-t-sky-700\/25 {
    border-top-color: rgb(3 105 161 / 0.25);
  }

  .md\:border-t-sky-700\/30 {
    border-top-color: rgb(3 105 161 / 0.3);
  }

  .md\:border-t-sky-700\/35 {
    border-top-color: rgb(3 105 161 / 0.35);
  }

  .md\:border-t-sky-700\/40 {
    border-top-color: rgb(3 105 161 / 0.4);
  }

  .md\:border-t-sky-700\/45 {
    border-top-color: rgb(3 105 161 / 0.45);
  }

  .md\:border-t-sky-700\/5 {
    border-top-color: rgb(3 105 161 / 0.05);
  }

  .md\:border-t-sky-700\/50 {
    border-top-color: rgb(3 105 161 / 0.5);
  }

  .md\:border-t-sky-700\/55 {
    border-top-color: rgb(3 105 161 / 0.55);
  }

  .md\:border-t-sky-700\/60 {
    border-top-color: rgb(3 105 161 / 0.6);
  }

  .md\:border-t-sky-700\/65 {
    border-top-color: rgb(3 105 161 / 0.65);
  }

  .md\:border-t-sky-700\/70 {
    border-top-color: rgb(3 105 161 / 0.7);
  }

  .md\:border-t-sky-700\/75 {
    border-top-color: rgb(3 105 161 / 0.75);
  }

  .md\:border-t-sky-700\/80 {
    border-top-color: rgb(3 105 161 / 0.8);
  }

  .md\:border-t-sky-700\/85 {
    border-top-color: rgb(3 105 161 / 0.85);
  }

  .md\:border-t-sky-700\/90 {
    border-top-color: rgb(3 105 161 / 0.9);
  }

  .md\:border-t-sky-700\/95 {
    border-top-color: rgb(3 105 161 / 0.95);
  }

  .md\:border-t-sky-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(7 89 133 / var(--tw-border-opacity));
  }

  .md\:border-t-sky-800\/0 {
    border-top-color: rgb(7 89 133 / 0);
  }

  .md\:border-t-sky-800\/10 {
    border-top-color: rgb(7 89 133 / 0.1);
  }

  .md\:border-t-sky-800\/100 {
    border-top-color: rgb(7 89 133 / 1);
  }

  .md\:border-t-sky-800\/15 {
    border-top-color: rgb(7 89 133 / 0.15);
  }

  .md\:border-t-sky-800\/20 {
    border-top-color: rgb(7 89 133 / 0.2);
  }

  .md\:border-t-sky-800\/25 {
    border-top-color: rgb(7 89 133 / 0.25);
  }

  .md\:border-t-sky-800\/30 {
    border-top-color: rgb(7 89 133 / 0.3);
  }

  .md\:border-t-sky-800\/35 {
    border-top-color: rgb(7 89 133 / 0.35);
  }

  .md\:border-t-sky-800\/40 {
    border-top-color: rgb(7 89 133 / 0.4);
  }

  .md\:border-t-sky-800\/45 {
    border-top-color: rgb(7 89 133 / 0.45);
  }

  .md\:border-t-sky-800\/5 {
    border-top-color: rgb(7 89 133 / 0.05);
  }

  .md\:border-t-sky-800\/50 {
    border-top-color: rgb(7 89 133 / 0.5);
  }

  .md\:border-t-sky-800\/55 {
    border-top-color: rgb(7 89 133 / 0.55);
  }

  .md\:border-t-sky-800\/60 {
    border-top-color: rgb(7 89 133 / 0.6);
  }

  .md\:border-t-sky-800\/65 {
    border-top-color: rgb(7 89 133 / 0.65);
  }

  .md\:border-t-sky-800\/70 {
    border-top-color: rgb(7 89 133 / 0.7);
  }

  .md\:border-t-sky-800\/75 {
    border-top-color: rgb(7 89 133 / 0.75);
  }

  .md\:border-t-sky-800\/80 {
    border-top-color: rgb(7 89 133 / 0.8);
  }

  .md\:border-t-sky-800\/85 {
    border-top-color: rgb(7 89 133 / 0.85);
  }

  .md\:border-t-sky-800\/90 {
    border-top-color: rgb(7 89 133 / 0.9);
  }

  .md\:border-t-sky-800\/95 {
    border-top-color: rgb(7 89 133 / 0.95);
  }

  .md\:border-t-sky-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(12 74 110 / var(--tw-border-opacity));
  }

  .md\:border-t-sky-900\/0 {
    border-top-color: rgb(12 74 110 / 0);
  }

  .md\:border-t-sky-900\/10 {
    border-top-color: rgb(12 74 110 / 0.1);
  }

  .md\:border-t-sky-900\/100 {
    border-top-color: rgb(12 74 110 / 1);
  }

  .md\:border-t-sky-900\/15 {
    border-top-color: rgb(12 74 110 / 0.15);
  }

  .md\:border-t-sky-900\/20 {
    border-top-color: rgb(12 74 110 / 0.2);
  }

  .md\:border-t-sky-900\/25 {
    border-top-color: rgb(12 74 110 / 0.25);
  }

  .md\:border-t-sky-900\/30 {
    border-top-color: rgb(12 74 110 / 0.3);
  }

  .md\:border-t-sky-900\/35 {
    border-top-color: rgb(12 74 110 / 0.35);
  }

  .md\:border-t-sky-900\/40 {
    border-top-color: rgb(12 74 110 / 0.4);
  }

  .md\:border-t-sky-900\/45 {
    border-top-color: rgb(12 74 110 / 0.45);
  }

  .md\:border-t-sky-900\/5 {
    border-top-color: rgb(12 74 110 / 0.05);
  }

  .md\:border-t-sky-900\/50 {
    border-top-color: rgb(12 74 110 / 0.5);
  }

  .md\:border-t-sky-900\/55 {
    border-top-color: rgb(12 74 110 / 0.55);
  }

  .md\:border-t-sky-900\/60 {
    border-top-color: rgb(12 74 110 / 0.6);
  }

  .md\:border-t-sky-900\/65 {
    border-top-color: rgb(12 74 110 / 0.65);
  }

  .md\:border-t-sky-900\/70 {
    border-top-color: rgb(12 74 110 / 0.7);
  }

  .md\:border-t-sky-900\/75 {
    border-top-color: rgb(12 74 110 / 0.75);
  }

  .md\:border-t-sky-900\/80 {
    border-top-color: rgb(12 74 110 / 0.8);
  }

  .md\:border-t-sky-900\/85 {
    border-top-color: rgb(12 74 110 / 0.85);
  }

  .md\:border-t-sky-900\/90 {
    border-top-color: rgb(12 74 110 / 0.9);
  }

  .md\:border-t-sky-900\/95 {
    border-top-color: rgb(12 74 110 / 0.95);
  }

  .md\:border-t-sky-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(8 47 73 / var(--tw-border-opacity));
  }

  .md\:border-t-sky-950\/0 {
    border-top-color: rgb(8 47 73 / 0);
  }

  .md\:border-t-sky-950\/10 {
    border-top-color: rgb(8 47 73 / 0.1);
  }

  .md\:border-t-sky-950\/100 {
    border-top-color: rgb(8 47 73 / 1);
  }

  .md\:border-t-sky-950\/15 {
    border-top-color: rgb(8 47 73 / 0.15);
  }

  .md\:border-t-sky-950\/20 {
    border-top-color: rgb(8 47 73 / 0.2);
  }

  .md\:border-t-sky-950\/25 {
    border-top-color: rgb(8 47 73 / 0.25);
  }

  .md\:border-t-sky-950\/30 {
    border-top-color: rgb(8 47 73 / 0.3);
  }

  .md\:border-t-sky-950\/35 {
    border-top-color: rgb(8 47 73 / 0.35);
  }

  .md\:border-t-sky-950\/40 {
    border-top-color: rgb(8 47 73 / 0.4);
  }

  .md\:border-t-sky-950\/45 {
    border-top-color: rgb(8 47 73 / 0.45);
  }

  .md\:border-t-sky-950\/5 {
    border-top-color: rgb(8 47 73 / 0.05);
  }

  .md\:border-t-sky-950\/50 {
    border-top-color: rgb(8 47 73 / 0.5);
  }

  .md\:border-t-sky-950\/55 {
    border-top-color: rgb(8 47 73 / 0.55);
  }

  .md\:border-t-sky-950\/60 {
    border-top-color: rgb(8 47 73 / 0.6);
  }

  .md\:border-t-sky-950\/65 {
    border-top-color: rgb(8 47 73 / 0.65);
  }

  .md\:border-t-sky-950\/70 {
    border-top-color: rgb(8 47 73 / 0.7);
  }

  .md\:border-t-sky-950\/75 {
    border-top-color: rgb(8 47 73 / 0.75);
  }

  .md\:border-t-sky-950\/80 {
    border-top-color: rgb(8 47 73 / 0.8);
  }

  .md\:border-t-sky-950\/85 {
    border-top-color: rgb(8 47 73 / 0.85);
  }

  .md\:border-t-sky-950\/90 {
    border-top-color: rgb(8 47 73 / 0.9);
  }

  .md\:border-t-sky-950\/95 {
    border-top-color: rgb(8 47 73 / 0.95);
  }

  .md\:border-t-slate-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(241 245 249 / var(--tw-border-opacity));
  }

  .md\:border-t-slate-100\/0 {
    border-top-color: rgb(241 245 249 / 0);
  }

  .md\:border-t-slate-100\/10 {
    border-top-color: rgb(241 245 249 / 0.1);
  }

  .md\:border-t-slate-100\/100 {
    border-top-color: rgb(241 245 249 / 1);
  }

  .md\:border-t-slate-100\/15 {
    border-top-color: rgb(241 245 249 / 0.15);
  }

  .md\:border-t-slate-100\/20 {
    border-top-color: rgb(241 245 249 / 0.2);
  }

  .md\:border-t-slate-100\/25 {
    border-top-color: rgb(241 245 249 / 0.25);
  }

  .md\:border-t-slate-100\/30 {
    border-top-color: rgb(241 245 249 / 0.3);
  }

  .md\:border-t-slate-100\/35 {
    border-top-color: rgb(241 245 249 / 0.35);
  }

  .md\:border-t-slate-100\/40 {
    border-top-color: rgb(241 245 249 / 0.4);
  }

  .md\:border-t-slate-100\/45 {
    border-top-color: rgb(241 245 249 / 0.45);
  }

  .md\:border-t-slate-100\/5 {
    border-top-color: rgb(241 245 249 / 0.05);
  }

  .md\:border-t-slate-100\/50 {
    border-top-color: rgb(241 245 249 / 0.5);
  }

  .md\:border-t-slate-100\/55 {
    border-top-color: rgb(241 245 249 / 0.55);
  }

  .md\:border-t-slate-100\/60 {
    border-top-color: rgb(241 245 249 / 0.6);
  }

  .md\:border-t-slate-100\/65 {
    border-top-color: rgb(241 245 249 / 0.65);
  }

  .md\:border-t-slate-100\/70 {
    border-top-color: rgb(241 245 249 / 0.7);
  }

  .md\:border-t-slate-100\/75 {
    border-top-color: rgb(241 245 249 / 0.75);
  }

  .md\:border-t-slate-100\/80 {
    border-top-color: rgb(241 245 249 / 0.8);
  }

  .md\:border-t-slate-100\/85 {
    border-top-color: rgb(241 245 249 / 0.85);
  }

  .md\:border-t-slate-100\/90 {
    border-top-color: rgb(241 245 249 / 0.9);
  }

  .md\:border-t-slate-100\/95 {
    border-top-color: rgb(241 245 249 / 0.95);
  }

  .md\:border-t-slate-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(226 232 240 / var(--tw-border-opacity));
  }

  .md\:border-t-slate-200\/0 {
    border-top-color: rgb(226 232 240 / 0);
  }

  .md\:border-t-slate-200\/10 {
    border-top-color: rgb(226 232 240 / 0.1);
  }

  .md\:border-t-slate-200\/100 {
    border-top-color: rgb(226 232 240 / 1);
  }

  .md\:border-t-slate-200\/15 {
    border-top-color: rgb(226 232 240 / 0.15);
  }

  .md\:border-t-slate-200\/20 {
    border-top-color: rgb(226 232 240 / 0.2);
  }

  .md\:border-t-slate-200\/25 {
    border-top-color: rgb(226 232 240 / 0.25);
  }

  .md\:border-t-slate-200\/30 {
    border-top-color: rgb(226 232 240 / 0.3);
  }

  .md\:border-t-slate-200\/35 {
    border-top-color: rgb(226 232 240 / 0.35);
  }

  .md\:border-t-slate-200\/40 {
    border-top-color: rgb(226 232 240 / 0.4);
  }

  .md\:border-t-slate-200\/45 {
    border-top-color: rgb(226 232 240 / 0.45);
  }

  .md\:border-t-slate-200\/5 {
    border-top-color: rgb(226 232 240 / 0.05);
  }

  .md\:border-t-slate-200\/50 {
    border-top-color: rgb(226 232 240 / 0.5);
  }

  .md\:border-t-slate-200\/55 {
    border-top-color: rgb(226 232 240 / 0.55);
  }

  .md\:border-t-slate-200\/60 {
    border-top-color: rgb(226 232 240 / 0.6);
  }

  .md\:border-t-slate-200\/65 {
    border-top-color: rgb(226 232 240 / 0.65);
  }

  .md\:border-t-slate-200\/70 {
    border-top-color: rgb(226 232 240 / 0.7);
  }

  .md\:border-t-slate-200\/75 {
    border-top-color: rgb(226 232 240 / 0.75);
  }

  .md\:border-t-slate-200\/80 {
    border-top-color: rgb(226 232 240 / 0.8);
  }

  .md\:border-t-slate-200\/85 {
    border-top-color: rgb(226 232 240 / 0.85);
  }

  .md\:border-t-slate-200\/90 {
    border-top-color: rgb(226 232 240 / 0.9);
  }

  .md\:border-t-slate-200\/95 {
    border-top-color: rgb(226 232 240 / 0.95);
  }

  .md\:border-t-slate-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(203 213 225 / var(--tw-border-opacity));
  }

  .md\:border-t-slate-300\/0 {
    border-top-color: rgb(203 213 225 / 0);
  }

  .md\:border-t-slate-300\/10 {
    border-top-color: rgb(203 213 225 / 0.1);
  }

  .md\:border-t-slate-300\/100 {
    border-top-color: rgb(203 213 225 / 1);
  }

  .md\:border-t-slate-300\/15 {
    border-top-color: rgb(203 213 225 / 0.15);
  }

  .md\:border-t-slate-300\/20 {
    border-top-color: rgb(203 213 225 / 0.2);
  }

  .md\:border-t-slate-300\/25 {
    border-top-color: rgb(203 213 225 / 0.25);
  }

  .md\:border-t-slate-300\/30 {
    border-top-color: rgb(203 213 225 / 0.3);
  }

  .md\:border-t-slate-300\/35 {
    border-top-color: rgb(203 213 225 / 0.35);
  }

  .md\:border-t-slate-300\/40 {
    border-top-color: rgb(203 213 225 / 0.4);
  }

  .md\:border-t-slate-300\/45 {
    border-top-color: rgb(203 213 225 / 0.45);
  }

  .md\:border-t-slate-300\/5 {
    border-top-color: rgb(203 213 225 / 0.05);
  }

  .md\:border-t-slate-300\/50 {
    border-top-color: rgb(203 213 225 / 0.5);
  }

  .md\:border-t-slate-300\/55 {
    border-top-color: rgb(203 213 225 / 0.55);
  }

  .md\:border-t-slate-300\/60 {
    border-top-color: rgb(203 213 225 / 0.6);
  }

  .md\:border-t-slate-300\/65 {
    border-top-color: rgb(203 213 225 / 0.65);
  }

  .md\:border-t-slate-300\/70 {
    border-top-color: rgb(203 213 225 / 0.7);
  }

  .md\:border-t-slate-300\/75 {
    border-top-color: rgb(203 213 225 / 0.75);
  }

  .md\:border-t-slate-300\/80 {
    border-top-color: rgb(203 213 225 / 0.8);
  }

  .md\:border-t-slate-300\/85 {
    border-top-color: rgb(203 213 225 / 0.85);
  }

  .md\:border-t-slate-300\/90 {
    border-top-color: rgb(203 213 225 / 0.9);
  }

  .md\:border-t-slate-300\/95 {
    border-top-color: rgb(203 213 225 / 0.95);
  }

  .md\:border-t-slate-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(148 163 184 / var(--tw-border-opacity));
  }

  .md\:border-t-slate-400\/0 {
    border-top-color: rgb(148 163 184 / 0);
  }

  .md\:border-t-slate-400\/10 {
    border-top-color: rgb(148 163 184 / 0.1);
  }

  .md\:border-t-slate-400\/100 {
    border-top-color: rgb(148 163 184 / 1);
  }

  .md\:border-t-slate-400\/15 {
    border-top-color: rgb(148 163 184 / 0.15);
  }

  .md\:border-t-slate-400\/20 {
    border-top-color: rgb(148 163 184 / 0.2);
  }

  .md\:border-t-slate-400\/25 {
    border-top-color: rgb(148 163 184 / 0.25);
  }

  .md\:border-t-slate-400\/30 {
    border-top-color: rgb(148 163 184 / 0.3);
  }

  .md\:border-t-slate-400\/35 {
    border-top-color: rgb(148 163 184 / 0.35);
  }

  .md\:border-t-slate-400\/40 {
    border-top-color: rgb(148 163 184 / 0.4);
  }

  .md\:border-t-slate-400\/45 {
    border-top-color: rgb(148 163 184 / 0.45);
  }

  .md\:border-t-slate-400\/5 {
    border-top-color: rgb(148 163 184 / 0.05);
  }

  .md\:border-t-slate-400\/50 {
    border-top-color: rgb(148 163 184 / 0.5);
  }

  .md\:border-t-slate-400\/55 {
    border-top-color: rgb(148 163 184 / 0.55);
  }

  .md\:border-t-slate-400\/60 {
    border-top-color: rgb(148 163 184 / 0.6);
  }

  .md\:border-t-slate-400\/65 {
    border-top-color: rgb(148 163 184 / 0.65);
  }

  .md\:border-t-slate-400\/70 {
    border-top-color: rgb(148 163 184 / 0.7);
  }

  .md\:border-t-slate-400\/75 {
    border-top-color: rgb(148 163 184 / 0.75);
  }

  .md\:border-t-slate-400\/80 {
    border-top-color: rgb(148 163 184 / 0.8);
  }

  .md\:border-t-slate-400\/85 {
    border-top-color: rgb(148 163 184 / 0.85);
  }

  .md\:border-t-slate-400\/90 {
    border-top-color: rgb(148 163 184 / 0.9);
  }

  .md\:border-t-slate-400\/95 {
    border-top-color: rgb(148 163 184 / 0.95);
  }

  .md\:border-t-slate-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(248 250 252 / var(--tw-border-opacity));
  }

  .md\:border-t-slate-50\/0 {
    border-top-color: rgb(248 250 252 / 0);
  }

  .md\:border-t-slate-50\/10 {
    border-top-color: rgb(248 250 252 / 0.1);
  }

  .md\:border-t-slate-50\/100 {
    border-top-color: rgb(248 250 252 / 1);
  }

  .md\:border-t-slate-50\/15 {
    border-top-color: rgb(248 250 252 / 0.15);
  }

  .md\:border-t-slate-50\/20 {
    border-top-color: rgb(248 250 252 / 0.2);
  }

  .md\:border-t-slate-50\/25 {
    border-top-color: rgb(248 250 252 / 0.25);
  }

  .md\:border-t-slate-50\/30 {
    border-top-color: rgb(248 250 252 / 0.3);
  }

  .md\:border-t-slate-50\/35 {
    border-top-color: rgb(248 250 252 / 0.35);
  }

  .md\:border-t-slate-50\/40 {
    border-top-color: rgb(248 250 252 / 0.4);
  }

  .md\:border-t-slate-50\/45 {
    border-top-color: rgb(248 250 252 / 0.45);
  }

  .md\:border-t-slate-50\/5 {
    border-top-color: rgb(248 250 252 / 0.05);
  }

  .md\:border-t-slate-50\/50 {
    border-top-color: rgb(248 250 252 / 0.5);
  }

  .md\:border-t-slate-50\/55 {
    border-top-color: rgb(248 250 252 / 0.55);
  }

  .md\:border-t-slate-50\/60 {
    border-top-color: rgb(248 250 252 / 0.6);
  }

  .md\:border-t-slate-50\/65 {
    border-top-color: rgb(248 250 252 / 0.65);
  }

  .md\:border-t-slate-50\/70 {
    border-top-color: rgb(248 250 252 / 0.7);
  }

  .md\:border-t-slate-50\/75 {
    border-top-color: rgb(248 250 252 / 0.75);
  }

  .md\:border-t-slate-50\/80 {
    border-top-color: rgb(248 250 252 / 0.8);
  }

  .md\:border-t-slate-50\/85 {
    border-top-color: rgb(248 250 252 / 0.85);
  }

  .md\:border-t-slate-50\/90 {
    border-top-color: rgb(248 250 252 / 0.9);
  }

  .md\:border-t-slate-50\/95 {
    border-top-color: rgb(248 250 252 / 0.95);
  }

  .md\:border-t-slate-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(100 116 139 / var(--tw-border-opacity));
  }

  .md\:border-t-slate-500\/0 {
    border-top-color: rgb(100 116 139 / 0);
  }

  .md\:border-t-slate-500\/10 {
    border-top-color: rgb(100 116 139 / 0.1);
  }

  .md\:border-t-slate-500\/100 {
    border-top-color: rgb(100 116 139 / 1);
  }

  .md\:border-t-slate-500\/15 {
    border-top-color: rgb(100 116 139 / 0.15);
  }

  .md\:border-t-slate-500\/20 {
    border-top-color: rgb(100 116 139 / 0.2);
  }

  .md\:border-t-slate-500\/25 {
    border-top-color: rgb(100 116 139 / 0.25);
  }

  .md\:border-t-slate-500\/30 {
    border-top-color: rgb(100 116 139 / 0.3);
  }

  .md\:border-t-slate-500\/35 {
    border-top-color: rgb(100 116 139 / 0.35);
  }

  .md\:border-t-slate-500\/40 {
    border-top-color: rgb(100 116 139 / 0.4);
  }

  .md\:border-t-slate-500\/45 {
    border-top-color: rgb(100 116 139 / 0.45);
  }

  .md\:border-t-slate-500\/5 {
    border-top-color: rgb(100 116 139 / 0.05);
  }

  .md\:border-t-slate-500\/50 {
    border-top-color: rgb(100 116 139 / 0.5);
  }

  .md\:border-t-slate-500\/55 {
    border-top-color: rgb(100 116 139 / 0.55);
  }

  .md\:border-t-slate-500\/60 {
    border-top-color: rgb(100 116 139 / 0.6);
  }

  .md\:border-t-slate-500\/65 {
    border-top-color: rgb(100 116 139 / 0.65);
  }

  .md\:border-t-slate-500\/70 {
    border-top-color: rgb(100 116 139 / 0.7);
  }

  .md\:border-t-slate-500\/75 {
    border-top-color: rgb(100 116 139 / 0.75);
  }

  .md\:border-t-slate-500\/80 {
    border-top-color: rgb(100 116 139 / 0.8);
  }

  .md\:border-t-slate-500\/85 {
    border-top-color: rgb(100 116 139 / 0.85);
  }

  .md\:border-t-slate-500\/90 {
    border-top-color: rgb(100 116 139 / 0.9);
  }

  .md\:border-t-slate-500\/95 {
    border-top-color: rgb(100 116 139 / 0.95);
  }

  .md\:border-t-slate-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(71 85 105 / var(--tw-border-opacity));
  }

  .md\:border-t-slate-600\/0 {
    border-top-color: rgb(71 85 105 / 0);
  }

  .md\:border-t-slate-600\/10 {
    border-top-color: rgb(71 85 105 / 0.1);
  }

  .md\:border-t-slate-600\/100 {
    border-top-color: rgb(71 85 105 / 1);
  }

  .md\:border-t-slate-600\/15 {
    border-top-color: rgb(71 85 105 / 0.15);
  }

  .md\:border-t-slate-600\/20 {
    border-top-color: rgb(71 85 105 / 0.2);
  }

  .md\:border-t-slate-600\/25 {
    border-top-color: rgb(71 85 105 / 0.25);
  }

  .md\:border-t-slate-600\/30 {
    border-top-color: rgb(71 85 105 / 0.3);
  }

  .md\:border-t-slate-600\/35 {
    border-top-color: rgb(71 85 105 / 0.35);
  }

  .md\:border-t-slate-600\/40 {
    border-top-color: rgb(71 85 105 / 0.4);
  }

  .md\:border-t-slate-600\/45 {
    border-top-color: rgb(71 85 105 / 0.45);
  }

  .md\:border-t-slate-600\/5 {
    border-top-color: rgb(71 85 105 / 0.05);
  }

  .md\:border-t-slate-600\/50 {
    border-top-color: rgb(71 85 105 / 0.5);
  }

  .md\:border-t-slate-600\/55 {
    border-top-color: rgb(71 85 105 / 0.55);
  }

  .md\:border-t-slate-600\/60 {
    border-top-color: rgb(71 85 105 / 0.6);
  }

  .md\:border-t-slate-600\/65 {
    border-top-color: rgb(71 85 105 / 0.65);
  }

  .md\:border-t-slate-600\/70 {
    border-top-color: rgb(71 85 105 / 0.7);
  }

  .md\:border-t-slate-600\/75 {
    border-top-color: rgb(71 85 105 / 0.75);
  }

  .md\:border-t-slate-600\/80 {
    border-top-color: rgb(71 85 105 / 0.8);
  }

  .md\:border-t-slate-600\/85 {
    border-top-color: rgb(71 85 105 / 0.85);
  }

  .md\:border-t-slate-600\/90 {
    border-top-color: rgb(71 85 105 / 0.9);
  }

  .md\:border-t-slate-600\/95 {
    border-top-color: rgb(71 85 105 / 0.95);
  }

  .md\:border-t-slate-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(51 65 85 / var(--tw-border-opacity));
  }

  .md\:border-t-slate-700\/0 {
    border-top-color: rgb(51 65 85 / 0);
  }

  .md\:border-t-slate-700\/10 {
    border-top-color: rgb(51 65 85 / 0.1);
  }

  .md\:border-t-slate-700\/100 {
    border-top-color: rgb(51 65 85 / 1);
  }

  .md\:border-t-slate-700\/15 {
    border-top-color: rgb(51 65 85 / 0.15);
  }

  .md\:border-t-slate-700\/20 {
    border-top-color: rgb(51 65 85 / 0.2);
  }

  .md\:border-t-slate-700\/25 {
    border-top-color: rgb(51 65 85 / 0.25);
  }

  .md\:border-t-slate-700\/30 {
    border-top-color: rgb(51 65 85 / 0.3);
  }

  .md\:border-t-slate-700\/35 {
    border-top-color: rgb(51 65 85 / 0.35);
  }

  .md\:border-t-slate-700\/40 {
    border-top-color: rgb(51 65 85 / 0.4);
  }

  .md\:border-t-slate-700\/45 {
    border-top-color: rgb(51 65 85 / 0.45);
  }

  .md\:border-t-slate-700\/5 {
    border-top-color: rgb(51 65 85 / 0.05);
  }

  .md\:border-t-slate-700\/50 {
    border-top-color: rgb(51 65 85 / 0.5);
  }

  .md\:border-t-slate-700\/55 {
    border-top-color: rgb(51 65 85 / 0.55);
  }

  .md\:border-t-slate-700\/60 {
    border-top-color: rgb(51 65 85 / 0.6);
  }

  .md\:border-t-slate-700\/65 {
    border-top-color: rgb(51 65 85 / 0.65);
  }

  .md\:border-t-slate-700\/70 {
    border-top-color: rgb(51 65 85 / 0.7);
  }

  .md\:border-t-slate-700\/75 {
    border-top-color: rgb(51 65 85 / 0.75);
  }

  .md\:border-t-slate-700\/80 {
    border-top-color: rgb(51 65 85 / 0.8);
  }

  .md\:border-t-slate-700\/85 {
    border-top-color: rgb(51 65 85 / 0.85);
  }

  .md\:border-t-slate-700\/90 {
    border-top-color: rgb(51 65 85 / 0.9);
  }

  .md\:border-t-slate-700\/95 {
    border-top-color: rgb(51 65 85 / 0.95);
  }

  .md\:border-t-slate-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(30 41 59 / var(--tw-border-opacity));
  }

  .md\:border-t-slate-800\/0 {
    border-top-color: rgb(30 41 59 / 0);
  }

  .md\:border-t-slate-800\/10 {
    border-top-color: rgb(30 41 59 / 0.1);
  }

  .md\:border-t-slate-800\/100 {
    border-top-color: rgb(30 41 59 / 1);
  }

  .md\:border-t-slate-800\/15 {
    border-top-color: rgb(30 41 59 / 0.15);
  }

  .md\:border-t-slate-800\/20 {
    border-top-color: rgb(30 41 59 / 0.2);
  }

  .md\:border-t-slate-800\/25 {
    border-top-color: rgb(30 41 59 / 0.25);
  }

  .md\:border-t-slate-800\/30 {
    border-top-color: rgb(30 41 59 / 0.3);
  }

  .md\:border-t-slate-800\/35 {
    border-top-color: rgb(30 41 59 / 0.35);
  }

  .md\:border-t-slate-800\/40 {
    border-top-color: rgb(30 41 59 / 0.4);
  }

  .md\:border-t-slate-800\/45 {
    border-top-color: rgb(30 41 59 / 0.45);
  }

  .md\:border-t-slate-800\/5 {
    border-top-color: rgb(30 41 59 / 0.05);
  }

  .md\:border-t-slate-800\/50 {
    border-top-color: rgb(30 41 59 / 0.5);
  }

  .md\:border-t-slate-800\/55 {
    border-top-color: rgb(30 41 59 / 0.55);
  }

  .md\:border-t-slate-800\/60 {
    border-top-color: rgb(30 41 59 / 0.6);
  }

  .md\:border-t-slate-800\/65 {
    border-top-color: rgb(30 41 59 / 0.65);
  }

  .md\:border-t-slate-800\/70 {
    border-top-color: rgb(30 41 59 / 0.7);
  }

  .md\:border-t-slate-800\/75 {
    border-top-color: rgb(30 41 59 / 0.75);
  }

  .md\:border-t-slate-800\/80 {
    border-top-color: rgb(30 41 59 / 0.8);
  }

  .md\:border-t-slate-800\/85 {
    border-top-color: rgb(30 41 59 / 0.85);
  }

  .md\:border-t-slate-800\/90 {
    border-top-color: rgb(30 41 59 / 0.9);
  }

  .md\:border-t-slate-800\/95 {
    border-top-color: rgb(30 41 59 / 0.95);
  }

  .md\:border-t-slate-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(15 23 42 / var(--tw-border-opacity));
  }

  .md\:border-t-slate-900\/0 {
    border-top-color: rgb(15 23 42 / 0);
  }

  .md\:border-t-slate-900\/10 {
    border-top-color: rgb(15 23 42 / 0.1);
  }

  .md\:border-t-slate-900\/100 {
    border-top-color: rgb(15 23 42 / 1);
  }

  .md\:border-t-slate-900\/15 {
    border-top-color: rgb(15 23 42 / 0.15);
  }

  .md\:border-t-slate-900\/20 {
    border-top-color: rgb(15 23 42 / 0.2);
  }

  .md\:border-t-slate-900\/25 {
    border-top-color: rgb(15 23 42 / 0.25);
  }

  .md\:border-t-slate-900\/30 {
    border-top-color: rgb(15 23 42 / 0.3);
  }

  .md\:border-t-slate-900\/35 {
    border-top-color: rgb(15 23 42 / 0.35);
  }

  .md\:border-t-slate-900\/40 {
    border-top-color: rgb(15 23 42 / 0.4);
  }

  .md\:border-t-slate-900\/45 {
    border-top-color: rgb(15 23 42 / 0.45);
  }

  .md\:border-t-slate-900\/5 {
    border-top-color: rgb(15 23 42 / 0.05);
  }

  .md\:border-t-slate-900\/50 {
    border-top-color: rgb(15 23 42 / 0.5);
  }

  .md\:border-t-slate-900\/55 {
    border-top-color: rgb(15 23 42 / 0.55);
  }

  .md\:border-t-slate-900\/60 {
    border-top-color: rgb(15 23 42 / 0.6);
  }

  .md\:border-t-slate-900\/65 {
    border-top-color: rgb(15 23 42 / 0.65);
  }

  .md\:border-t-slate-900\/70 {
    border-top-color: rgb(15 23 42 / 0.7);
  }

  .md\:border-t-slate-900\/75 {
    border-top-color: rgb(15 23 42 / 0.75);
  }

  .md\:border-t-slate-900\/80 {
    border-top-color: rgb(15 23 42 / 0.8);
  }

  .md\:border-t-slate-900\/85 {
    border-top-color: rgb(15 23 42 / 0.85);
  }

  .md\:border-t-slate-900\/90 {
    border-top-color: rgb(15 23 42 / 0.9);
  }

  .md\:border-t-slate-900\/95 {
    border-top-color: rgb(15 23 42 / 0.95);
  }

  .md\:border-t-slate-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(2 6 23 / var(--tw-border-opacity));
  }

  .md\:border-t-slate-950\/0 {
    border-top-color: rgb(2 6 23 / 0);
  }

  .md\:border-t-slate-950\/10 {
    border-top-color: rgb(2 6 23 / 0.1);
  }

  .md\:border-t-slate-950\/100 {
    border-top-color: rgb(2 6 23 / 1);
  }

  .md\:border-t-slate-950\/15 {
    border-top-color: rgb(2 6 23 / 0.15);
  }

  .md\:border-t-slate-950\/20 {
    border-top-color: rgb(2 6 23 / 0.2);
  }

  .md\:border-t-slate-950\/25 {
    border-top-color: rgb(2 6 23 / 0.25);
  }

  .md\:border-t-slate-950\/30 {
    border-top-color: rgb(2 6 23 / 0.3);
  }

  .md\:border-t-slate-950\/35 {
    border-top-color: rgb(2 6 23 / 0.35);
  }

  .md\:border-t-slate-950\/40 {
    border-top-color: rgb(2 6 23 / 0.4);
  }

  .md\:border-t-slate-950\/45 {
    border-top-color: rgb(2 6 23 / 0.45);
  }

  .md\:border-t-slate-950\/5 {
    border-top-color: rgb(2 6 23 / 0.05);
  }

  .md\:border-t-slate-950\/50 {
    border-top-color: rgb(2 6 23 / 0.5);
  }

  .md\:border-t-slate-950\/55 {
    border-top-color: rgb(2 6 23 / 0.55);
  }

  .md\:border-t-slate-950\/60 {
    border-top-color: rgb(2 6 23 / 0.6);
  }

  .md\:border-t-slate-950\/65 {
    border-top-color: rgb(2 6 23 / 0.65);
  }

  .md\:border-t-slate-950\/70 {
    border-top-color: rgb(2 6 23 / 0.7);
  }

  .md\:border-t-slate-950\/75 {
    border-top-color: rgb(2 6 23 / 0.75);
  }

  .md\:border-t-slate-950\/80 {
    border-top-color: rgb(2 6 23 / 0.8);
  }

  .md\:border-t-slate-950\/85 {
    border-top-color: rgb(2 6 23 / 0.85);
  }

  .md\:border-t-slate-950\/90 {
    border-top-color: rgb(2 6 23 / 0.9);
  }

  .md\:border-t-slate-950\/95 {
    border-top-color: rgb(2 6 23 / 0.95);
  }

  .md\:border-t-stone-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 245 244 / var(--tw-border-opacity));
  }

  .md\:border-t-stone-100\/0 {
    border-top-color: rgb(245 245 244 / 0);
  }

  .md\:border-t-stone-100\/10 {
    border-top-color: rgb(245 245 244 / 0.1);
  }

  .md\:border-t-stone-100\/100 {
    border-top-color: rgb(245 245 244 / 1);
  }

  .md\:border-t-stone-100\/15 {
    border-top-color: rgb(245 245 244 / 0.15);
  }

  .md\:border-t-stone-100\/20 {
    border-top-color: rgb(245 245 244 / 0.2);
  }

  .md\:border-t-stone-100\/25 {
    border-top-color: rgb(245 245 244 / 0.25);
  }

  .md\:border-t-stone-100\/30 {
    border-top-color: rgb(245 245 244 / 0.3);
  }

  .md\:border-t-stone-100\/35 {
    border-top-color: rgb(245 245 244 / 0.35);
  }

  .md\:border-t-stone-100\/40 {
    border-top-color: rgb(245 245 244 / 0.4);
  }

  .md\:border-t-stone-100\/45 {
    border-top-color: rgb(245 245 244 / 0.45);
  }

  .md\:border-t-stone-100\/5 {
    border-top-color: rgb(245 245 244 / 0.05);
  }

  .md\:border-t-stone-100\/50 {
    border-top-color: rgb(245 245 244 / 0.5);
  }

  .md\:border-t-stone-100\/55 {
    border-top-color: rgb(245 245 244 / 0.55);
  }

  .md\:border-t-stone-100\/60 {
    border-top-color: rgb(245 245 244 / 0.6);
  }

  .md\:border-t-stone-100\/65 {
    border-top-color: rgb(245 245 244 / 0.65);
  }

  .md\:border-t-stone-100\/70 {
    border-top-color: rgb(245 245 244 / 0.7);
  }

  .md\:border-t-stone-100\/75 {
    border-top-color: rgb(245 245 244 / 0.75);
  }

  .md\:border-t-stone-100\/80 {
    border-top-color: rgb(245 245 244 / 0.8);
  }

  .md\:border-t-stone-100\/85 {
    border-top-color: rgb(245 245 244 / 0.85);
  }

  .md\:border-t-stone-100\/90 {
    border-top-color: rgb(245 245 244 / 0.9);
  }

  .md\:border-t-stone-100\/95 {
    border-top-color: rgb(245 245 244 / 0.95);
  }

  .md\:border-t-stone-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(231 229 228 / var(--tw-border-opacity));
  }

  .md\:border-t-stone-200\/0 {
    border-top-color: rgb(231 229 228 / 0);
  }

  .md\:border-t-stone-200\/10 {
    border-top-color: rgb(231 229 228 / 0.1);
  }

  .md\:border-t-stone-200\/100 {
    border-top-color: rgb(231 229 228 / 1);
  }

  .md\:border-t-stone-200\/15 {
    border-top-color: rgb(231 229 228 / 0.15);
  }

  .md\:border-t-stone-200\/20 {
    border-top-color: rgb(231 229 228 / 0.2);
  }

  .md\:border-t-stone-200\/25 {
    border-top-color: rgb(231 229 228 / 0.25);
  }

  .md\:border-t-stone-200\/30 {
    border-top-color: rgb(231 229 228 / 0.3);
  }

  .md\:border-t-stone-200\/35 {
    border-top-color: rgb(231 229 228 / 0.35);
  }

  .md\:border-t-stone-200\/40 {
    border-top-color: rgb(231 229 228 / 0.4);
  }

  .md\:border-t-stone-200\/45 {
    border-top-color: rgb(231 229 228 / 0.45);
  }

  .md\:border-t-stone-200\/5 {
    border-top-color: rgb(231 229 228 / 0.05);
  }

  .md\:border-t-stone-200\/50 {
    border-top-color: rgb(231 229 228 / 0.5);
  }

  .md\:border-t-stone-200\/55 {
    border-top-color: rgb(231 229 228 / 0.55);
  }

  .md\:border-t-stone-200\/60 {
    border-top-color: rgb(231 229 228 / 0.6);
  }

  .md\:border-t-stone-200\/65 {
    border-top-color: rgb(231 229 228 / 0.65);
  }

  .md\:border-t-stone-200\/70 {
    border-top-color: rgb(231 229 228 / 0.7);
  }

  .md\:border-t-stone-200\/75 {
    border-top-color: rgb(231 229 228 / 0.75);
  }

  .md\:border-t-stone-200\/80 {
    border-top-color: rgb(231 229 228 / 0.8);
  }

  .md\:border-t-stone-200\/85 {
    border-top-color: rgb(231 229 228 / 0.85);
  }

  .md\:border-t-stone-200\/90 {
    border-top-color: rgb(231 229 228 / 0.9);
  }

  .md\:border-t-stone-200\/95 {
    border-top-color: rgb(231 229 228 / 0.95);
  }

  .md\:border-t-stone-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(214 211 209 / var(--tw-border-opacity));
  }

  .md\:border-t-stone-300\/0 {
    border-top-color: rgb(214 211 209 / 0);
  }

  .md\:border-t-stone-300\/10 {
    border-top-color: rgb(214 211 209 / 0.1);
  }

  .md\:border-t-stone-300\/100 {
    border-top-color: rgb(214 211 209 / 1);
  }

  .md\:border-t-stone-300\/15 {
    border-top-color: rgb(214 211 209 / 0.15);
  }

  .md\:border-t-stone-300\/20 {
    border-top-color: rgb(214 211 209 / 0.2);
  }

  .md\:border-t-stone-300\/25 {
    border-top-color: rgb(214 211 209 / 0.25);
  }

  .md\:border-t-stone-300\/30 {
    border-top-color: rgb(214 211 209 / 0.3);
  }

  .md\:border-t-stone-300\/35 {
    border-top-color: rgb(214 211 209 / 0.35);
  }

  .md\:border-t-stone-300\/40 {
    border-top-color: rgb(214 211 209 / 0.4);
  }

  .md\:border-t-stone-300\/45 {
    border-top-color: rgb(214 211 209 / 0.45);
  }

  .md\:border-t-stone-300\/5 {
    border-top-color: rgb(214 211 209 / 0.05);
  }

  .md\:border-t-stone-300\/50 {
    border-top-color: rgb(214 211 209 / 0.5);
  }

  .md\:border-t-stone-300\/55 {
    border-top-color: rgb(214 211 209 / 0.55);
  }

  .md\:border-t-stone-300\/60 {
    border-top-color: rgb(214 211 209 / 0.6);
  }

  .md\:border-t-stone-300\/65 {
    border-top-color: rgb(214 211 209 / 0.65);
  }

  .md\:border-t-stone-300\/70 {
    border-top-color: rgb(214 211 209 / 0.7);
  }

  .md\:border-t-stone-300\/75 {
    border-top-color: rgb(214 211 209 / 0.75);
  }

  .md\:border-t-stone-300\/80 {
    border-top-color: rgb(214 211 209 / 0.8);
  }

  .md\:border-t-stone-300\/85 {
    border-top-color: rgb(214 211 209 / 0.85);
  }

  .md\:border-t-stone-300\/90 {
    border-top-color: rgb(214 211 209 / 0.9);
  }

  .md\:border-t-stone-300\/95 {
    border-top-color: rgb(214 211 209 / 0.95);
  }

  .md\:border-t-stone-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(168 162 158 / var(--tw-border-opacity));
  }

  .md\:border-t-stone-400\/0 {
    border-top-color: rgb(168 162 158 / 0);
  }

  .md\:border-t-stone-400\/10 {
    border-top-color: rgb(168 162 158 / 0.1);
  }

  .md\:border-t-stone-400\/100 {
    border-top-color: rgb(168 162 158 / 1);
  }

  .md\:border-t-stone-400\/15 {
    border-top-color: rgb(168 162 158 / 0.15);
  }

  .md\:border-t-stone-400\/20 {
    border-top-color: rgb(168 162 158 / 0.2);
  }

  .md\:border-t-stone-400\/25 {
    border-top-color: rgb(168 162 158 / 0.25);
  }

  .md\:border-t-stone-400\/30 {
    border-top-color: rgb(168 162 158 / 0.3);
  }

  .md\:border-t-stone-400\/35 {
    border-top-color: rgb(168 162 158 / 0.35);
  }

  .md\:border-t-stone-400\/40 {
    border-top-color: rgb(168 162 158 / 0.4);
  }

  .md\:border-t-stone-400\/45 {
    border-top-color: rgb(168 162 158 / 0.45);
  }

  .md\:border-t-stone-400\/5 {
    border-top-color: rgb(168 162 158 / 0.05);
  }

  .md\:border-t-stone-400\/50 {
    border-top-color: rgb(168 162 158 / 0.5);
  }

  .md\:border-t-stone-400\/55 {
    border-top-color: rgb(168 162 158 / 0.55);
  }

  .md\:border-t-stone-400\/60 {
    border-top-color: rgb(168 162 158 / 0.6);
  }

  .md\:border-t-stone-400\/65 {
    border-top-color: rgb(168 162 158 / 0.65);
  }

  .md\:border-t-stone-400\/70 {
    border-top-color: rgb(168 162 158 / 0.7);
  }

  .md\:border-t-stone-400\/75 {
    border-top-color: rgb(168 162 158 / 0.75);
  }

  .md\:border-t-stone-400\/80 {
    border-top-color: rgb(168 162 158 / 0.8);
  }

  .md\:border-t-stone-400\/85 {
    border-top-color: rgb(168 162 158 / 0.85);
  }

  .md\:border-t-stone-400\/90 {
    border-top-color: rgb(168 162 158 / 0.9);
  }

  .md\:border-t-stone-400\/95 {
    border-top-color: rgb(168 162 158 / 0.95);
  }

  .md\:border-t-stone-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 250 249 / var(--tw-border-opacity));
  }

  .md\:border-t-stone-50\/0 {
    border-top-color: rgb(250 250 249 / 0);
  }

  .md\:border-t-stone-50\/10 {
    border-top-color: rgb(250 250 249 / 0.1);
  }

  .md\:border-t-stone-50\/100 {
    border-top-color: rgb(250 250 249 / 1);
  }

  .md\:border-t-stone-50\/15 {
    border-top-color: rgb(250 250 249 / 0.15);
  }

  .md\:border-t-stone-50\/20 {
    border-top-color: rgb(250 250 249 / 0.2);
  }

  .md\:border-t-stone-50\/25 {
    border-top-color: rgb(250 250 249 / 0.25);
  }

  .md\:border-t-stone-50\/30 {
    border-top-color: rgb(250 250 249 / 0.3);
  }

  .md\:border-t-stone-50\/35 {
    border-top-color: rgb(250 250 249 / 0.35);
  }

  .md\:border-t-stone-50\/40 {
    border-top-color: rgb(250 250 249 / 0.4);
  }

  .md\:border-t-stone-50\/45 {
    border-top-color: rgb(250 250 249 / 0.45);
  }

  .md\:border-t-stone-50\/5 {
    border-top-color: rgb(250 250 249 / 0.05);
  }

  .md\:border-t-stone-50\/50 {
    border-top-color: rgb(250 250 249 / 0.5);
  }

  .md\:border-t-stone-50\/55 {
    border-top-color: rgb(250 250 249 / 0.55);
  }

  .md\:border-t-stone-50\/60 {
    border-top-color: rgb(250 250 249 / 0.6);
  }

  .md\:border-t-stone-50\/65 {
    border-top-color: rgb(250 250 249 / 0.65);
  }

  .md\:border-t-stone-50\/70 {
    border-top-color: rgb(250 250 249 / 0.7);
  }

  .md\:border-t-stone-50\/75 {
    border-top-color: rgb(250 250 249 / 0.75);
  }

  .md\:border-t-stone-50\/80 {
    border-top-color: rgb(250 250 249 / 0.8);
  }

  .md\:border-t-stone-50\/85 {
    border-top-color: rgb(250 250 249 / 0.85);
  }

  .md\:border-t-stone-50\/90 {
    border-top-color: rgb(250 250 249 / 0.9);
  }

  .md\:border-t-stone-50\/95 {
    border-top-color: rgb(250 250 249 / 0.95);
  }

  .md\:border-t-stone-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(120 113 108 / var(--tw-border-opacity));
  }

  .md\:border-t-stone-500\/0 {
    border-top-color: rgb(120 113 108 / 0);
  }

  .md\:border-t-stone-500\/10 {
    border-top-color: rgb(120 113 108 / 0.1);
  }

  .md\:border-t-stone-500\/100 {
    border-top-color: rgb(120 113 108 / 1);
  }

  .md\:border-t-stone-500\/15 {
    border-top-color: rgb(120 113 108 / 0.15);
  }

  .md\:border-t-stone-500\/20 {
    border-top-color: rgb(120 113 108 / 0.2);
  }

  .md\:border-t-stone-500\/25 {
    border-top-color: rgb(120 113 108 / 0.25);
  }

  .md\:border-t-stone-500\/30 {
    border-top-color: rgb(120 113 108 / 0.3);
  }

  .md\:border-t-stone-500\/35 {
    border-top-color: rgb(120 113 108 / 0.35);
  }

  .md\:border-t-stone-500\/40 {
    border-top-color: rgb(120 113 108 / 0.4);
  }

  .md\:border-t-stone-500\/45 {
    border-top-color: rgb(120 113 108 / 0.45);
  }

  .md\:border-t-stone-500\/5 {
    border-top-color: rgb(120 113 108 / 0.05);
  }

  .md\:border-t-stone-500\/50 {
    border-top-color: rgb(120 113 108 / 0.5);
  }

  .md\:border-t-stone-500\/55 {
    border-top-color: rgb(120 113 108 / 0.55);
  }

  .md\:border-t-stone-500\/60 {
    border-top-color: rgb(120 113 108 / 0.6);
  }

  .md\:border-t-stone-500\/65 {
    border-top-color: rgb(120 113 108 / 0.65);
  }

  .md\:border-t-stone-500\/70 {
    border-top-color: rgb(120 113 108 / 0.7);
  }

  .md\:border-t-stone-500\/75 {
    border-top-color: rgb(120 113 108 / 0.75);
  }

  .md\:border-t-stone-500\/80 {
    border-top-color: rgb(120 113 108 / 0.8);
  }

  .md\:border-t-stone-500\/85 {
    border-top-color: rgb(120 113 108 / 0.85);
  }

  .md\:border-t-stone-500\/90 {
    border-top-color: rgb(120 113 108 / 0.9);
  }

  .md\:border-t-stone-500\/95 {
    border-top-color: rgb(120 113 108 / 0.95);
  }

  .md\:border-t-stone-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(87 83 78 / var(--tw-border-opacity));
  }

  .md\:border-t-stone-600\/0 {
    border-top-color: rgb(87 83 78 / 0);
  }

  .md\:border-t-stone-600\/10 {
    border-top-color: rgb(87 83 78 / 0.1);
  }

  .md\:border-t-stone-600\/100 {
    border-top-color: rgb(87 83 78 / 1);
  }

  .md\:border-t-stone-600\/15 {
    border-top-color: rgb(87 83 78 / 0.15);
  }

  .md\:border-t-stone-600\/20 {
    border-top-color: rgb(87 83 78 / 0.2);
  }

  .md\:border-t-stone-600\/25 {
    border-top-color: rgb(87 83 78 / 0.25);
  }

  .md\:border-t-stone-600\/30 {
    border-top-color: rgb(87 83 78 / 0.3);
  }

  .md\:border-t-stone-600\/35 {
    border-top-color: rgb(87 83 78 / 0.35);
  }

  .md\:border-t-stone-600\/40 {
    border-top-color: rgb(87 83 78 / 0.4);
  }

  .md\:border-t-stone-600\/45 {
    border-top-color: rgb(87 83 78 / 0.45);
  }

  .md\:border-t-stone-600\/5 {
    border-top-color: rgb(87 83 78 / 0.05);
  }

  .md\:border-t-stone-600\/50 {
    border-top-color: rgb(87 83 78 / 0.5);
  }

  .md\:border-t-stone-600\/55 {
    border-top-color: rgb(87 83 78 / 0.55);
  }

  .md\:border-t-stone-600\/60 {
    border-top-color: rgb(87 83 78 / 0.6);
  }

  .md\:border-t-stone-600\/65 {
    border-top-color: rgb(87 83 78 / 0.65);
  }

  .md\:border-t-stone-600\/70 {
    border-top-color: rgb(87 83 78 / 0.7);
  }

  .md\:border-t-stone-600\/75 {
    border-top-color: rgb(87 83 78 / 0.75);
  }

  .md\:border-t-stone-600\/80 {
    border-top-color: rgb(87 83 78 / 0.8);
  }

  .md\:border-t-stone-600\/85 {
    border-top-color: rgb(87 83 78 / 0.85);
  }

  .md\:border-t-stone-600\/90 {
    border-top-color: rgb(87 83 78 / 0.9);
  }

  .md\:border-t-stone-600\/95 {
    border-top-color: rgb(87 83 78 / 0.95);
  }

  .md\:border-t-stone-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(68 64 60 / var(--tw-border-opacity));
  }

  .md\:border-t-stone-700\/0 {
    border-top-color: rgb(68 64 60 / 0);
  }

  .md\:border-t-stone-700\/10 {
    border-top-color: rgb(68 64 60 / 0.1);
  }

  .md\:border-t-stone-700\/100 {
    border-top-color: rgb(68 64 60 / 1);
  }

  .md\:border-t-stone-700\/15 {
    border-top-color: rgb(68 64 60 / 0.15);
  }

  .md\:border-t-stone-700\/20 {
    border-top-color: rgb(68 64 60 / 0.2);
  }

  .md\:border-t-stone-700\/25 {
    border-top-color: rgb(68 64 60 / 0.25);
  }

  .md\:border-t-stone-700\/30 {
    border-top-color: rgb(68 64 60 / 0.3);
  }

  .md\:border-t-stone-700\/35 {
    border-top-color: rgb(68 64 60 / 0.35);
  }

  .md\:border-t-stone-700\/40 {
    border-top-color: rgb(68 64 60 / 0.4);
  }

  .md\:border-t-stone-700\/45 {
    border-top-color: rgb(68 64 60 / 0.45);
  }

  .md\:border-t-stone-700\/5 {
    border-top-color: rgb(68 64 60 / 0.05);
  }

  .md\:border-t-stone-700\/50 {
    border-top-color: rgb(68 64 60 / 0.5);
  }

  .md\:border-t-stone-700\/55 {
    border-top-color: rgb(68 64 60 / 0.55);
  }

  .md\:border-t-stone-700\/60 {
    border-top-color: rgb(68 64 60 / 0.6);
  }

  .md\:border-t-stone-700\/65 {
    border-top-color: rgb(68 64 60 / 0.65);
  }

  .md\:border-t-stone-700\/70 {
    border-top-color: rgb(68 64 60 / 0.7);
  }

  .md\:border-t-stone-700\/75 {
    border-top-color: rgb(68 64 60 / 0.75);
  }

  .md\:border-t-stone-700\/80 {
    border-top-color: rgb(68 64 60 / 0.8);
  }

  .md\:border-t-stone-700\/85 {
    border-top-color: rgb(68 64 60 / 0.85);
  }

  .md\:border-t-stone-700\/90 {
    border-top-color: rgb(68 64 60 / 0.9);
  }

  .md\:border-t-stone-700\/95 {
    border-top-color: rgb(68 64 60 / 0.95);
  }

  .md\:border-t-stone-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(41 37 36 / var(--tw-border-opacity));
  }

  .md\:border-t-stone-800\/0 {
    border-top-color: rgb(41 37 36 / 0);
  }

  .md\:border-t-stone-800\/10 {
    border-top-color: rgb(41 37 36 / 0.1);
  }

  .md\:border-t-stone-800\/100 {
    border-top-color: rgb(41 37 36 / 1);
  }

  .md\:border-t-stone-800\/15 {
    border-top-color: rgb(41 37 36 / 0.15);
  }

  .md\:border-t-stone-800\/20 {
    border-top-color: rgb(41 37 36 / 0.2);
  }

  .md\:border-t-stone-800\/25 {
    border-top-color: rgb(41 37 36 / 0.25);
  }

  .md\:border-t-stone-800\/30 {
    border-top-color: rgb(41 37 36 / 0.3);
  }

  .md\:border-t-stone-800\/35 {
    border-top-color: rgb(41 37 36 / 0.35);
  }

  .md\:border-t-stone-800\/40 {
    border-top-color: rgb(41 37 36 / 0.4);
  }

  .md\:border-t-stone-800\/45 {
    border-top-color: rgb(41 37 36 / 0.45);
  }

  .md\:border-t-stone-800\/5 {
    border-top-color: rgb(41 37 36 / 0.05);
  }

  .md\:border-t-stone-800\/50 {
    border-top-color: rgb(41 37 36 / 0.5);
  }

  .md\:border-t-stone-800\/55 {
    border-top-color: rgb(41 37 36 / 0.55);
  }

  .md\:border-t-stone-800\/60 {
    border-top-color: rgb(41 37 36 / 0.6);
  }

  .md\:border-t-stone-800\/65 {
    border-top-color: rgb(41 37 36 / 0.65);
  }

  .md\:border-t-stone-800\/70 {
    border-top-color: rgb(41 37 36 / 0.7);
  }

  .md\:border-t-stone-800\/75 {
    border-top-color: rgb(41 37 36 / 0.75);
  }

  .md\:border-t-stone-800\/80 {
    border-top-color: rgb(41 37 36 / 0.8);
  }

  .md\:border-t-stone-800\/85 {
    border-top-color: rgb(41 37 36 / 0.85);
  }

  .md\:border-t-stone-800\/90 {
    border-top-color: rgb(41 37 36 / 0.9);
  }

  .md\:border-t-stone-800\/95 {
    border-top-color: rgb(41 37 36 / 0.95);
  }

  .md\:border-t-stone-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(28 25 23 / var(--tw-border-opacity));
  }

  .md\:border-t-stone-900\/0 {
    border-top-color: rgb(28 25 23 / 0);
  }

  .md\:border-t-stone-900\/10 {
    border-top-color: rgb(28 25 23 / 0.1);
  }

  .md\:border-t-stone-900\/100 {
    border-top-color: rgb(28 25 23 / 1);
  }

  .md\:border-t-stone-900\/15 {
    border-top-color: rgb(28 25 23 / 0.15);
  }

  .md\:border-t-stone-900\/20 {
    border-top-color: rgb(28 25 23 / 0.2);
  }

  .md\:border-t-stone-900\/25 {
    border-top-color: rgb(28 25 23 / 0.25);
  }

  .md\:border-t-stone-900\/30 {
    border-top-color: rgb(28 25 23 / 0.3);
  }

  .md\:border-t-stone-900\/35 {
    border-top-color: rgb(28 25 23 / 0.35);
  }

  .md\:border-t-stone-900\/40 {
    border-top-color: rgb(28 25 23 / 0.4);
  }

  .md\:border-t-stone-900\/45 {
    border-top-color: rgb(28 25 23 / 0.45);
  }

  .md\:border-t-stone-900\/5 {
    border-top-color: rgb(28 25 23 / 0.05);
  }

  .md\:border-t-stone-900\/50 {
    border-top-color: rgb(28 25 23 / 0.5);
  }

  .md\:border-t-stone-900\/55 {
    border-top-color: rgb(28 25 23 / 0.55);
  }

  .md\:border-t-stone-900\/60 {
    border-top-color: rgb(28 25 23 / 0.6);
  }

  .md\:border-t-stone-900\/65 {
    border-top-color: rgb(28 25 23 / 0.65);
  }

  .md\:border-t-stone-900\/70 {
    border-top-color: rgb(28 25 23 / 0.7);
  }

  .md\:border-t-stone-900\/75 {
    border-top-color: rgb(28 25 23 / 0.75);
  }

  .md\:border-t-stone-900\/80 {
    border-top-color: rgb(28 25 23 / 0.8);
  }

  .md\:border-t-stone-900\/85 {
    border-top-color: rgb(28 25 23 / 0.85);
  }

  .md\:border-t-stone-900\/90 {
    border-top-color: rgb(28 25 23 / 0.9);
  }

  .md\:border-t-stone-900\/95 {
    border-top-color: rgb(28 25 23 / 0.95);
  }

  .md\:border-t-stone-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(12 10 9 / var(--tw-border-opacity));
  }

  .md\:border-t-stone-950\/0 {
    border-top-color: rgb(12 10 9 / 0);
  }

  .md\:border-t-stone-950\/10 {
    border-top-color: rgb(12 10 9 / 0.1);
  }

  .md\:border-t-stone-950\/100 {
    border-top-color: rgb(12 10 9 / 1);
  }

  .md\:border-t-stone-950\/15 {
    border-top-color: rgb(12 10 9 / 0.15);
  }

  .md\:border-t-stone-950\/20 {
    border-top-color: rgb(12 10 9 / 0.2);
  }

  .md\:border-t-stone-950\/25 {
    border-top-color: rgb(12 10 9 / 0.25);
  }

  .md\:border-t-stone-950\/30 {
    border-top-color: rgb(12 10 9 / 0.3);
  }

  .md\:border-t-stone-950\/35 {
    border-top-color: rgb(12 10 9 / 0.35);
  }

  .md\:border-t-stone-950\/40 {
    border-top-color: rgb(12 10 9 / 0.4);
  }

  .md\:border-t-stone-950\/45 {
    border-top-color: rgb(12 10 9 / 0.45);
  }

  .md\:border-t-stone-950\/5 {
    border-top-color: rgb(12 10 9 / 0.05);
  }

  .md\:border-t-stone-950\/50 {
    border-top-color: rgb(12 10 9 / 0.5);
  }

  .md\:border-t-stone-950\/55 {
    border-top-color: rgb(12 10 9 / 0.55);
  }

  .md\:border-t-stone-950\/60 {
    border-top-color: rgb(12 10 9 / 0.6);
  }

  .md\:border-t-stone-950\/65 {
    border-top-color: rgb(12 10 9 / 0.65);
  }

  .md\:border-t-stone-950\/70 {
    border-top-color: rgb(12 10 9 / 0.7);
  }

  .md\:border-t-stone-950\/75 {
    border-top-color: rgb(12 10 9 / 0.75);
  }

  .md\:border-t-stone-950\/80 {
    border-top-color: rgb(12 10 9 / 0.8);
  }

  .md\:border-t-stone-950\/85 {
    border-top-color: rgb(12 10 9 / 0.85);
  }

  .md\:border-t-stone-950\/90 {
    border-top-color: rgb(12 10 9 / 0.9);
  }

  .md\:border-t-stone-950\/95 {
    border-top-color: rgb(12 10 9 / 0.95);
  }

  .md\:border-t-teal-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(204 251 241 / var(--tw-border-opacity));
  }

  .md\:border-t-teal-100\/0 {
    border-top-color: rgb(204 251 241 / 0);
  }

  .md\:border-t-teal-100\/10 {
    border-top-color: rgb(204 251 241 / 0.1);
  }

  .md\:border-t-teal-100\/100 {
    border-top-color: rgb(204 251 241 / 1);
  }

  .md\:border-t-teal-100\/15 {
    border-top-color: rgb(204 251 241 / 0.15);
  }

  .md\:border-t-teal-100\/20 {
    border-top-color: rgb(204 251 241 / 0.2);
  }

  .md\:border-t-teal-100\/25 {
    border-top-color: rgb(204 251 241 / 0.25);
  }

  .md\:border-t-teal-100\/30 {
    border-top-color: rgb(204 251 241 / 0.3);
  }

  .md\:border-t-teal-100\/35 {
    border-top-color: rgb(204 251 241 / 0.35);
  }

  .md\:border-t-teal-100\/40 {
    border-top-color: rgb(204 251 241 / 0.4);
  }

  .md\:border-t-teal-100\/45 {
    border-top-color: rgb(204 251 241 / 0.45);
  }

  .md\:border-t-teal-100\/5 {
    border-top-color: rgb(204 251 241 / 0.05);
  }

  .md\:border-t-teal-100\/50 {
    border-top-color: rgb(204 251 241 / 0.5);
  }

  .md\:border-t-teal-100\/55 {
    border-top-color: rgb(204 251 241 / 0.55);
  }

  .md\:border-t-teal-100\/60 {
    border-top-color: rgb(204 251 241 / 0.6);
  }

  .md\:border-t-teal-100\/65 {
    border-top-color: rgb(204 251 241 / 0.65);
  }

  .md\:border-t-teal-100\/70 {
    border-top-color: rgb(204 251 241 / 0.7);
  }

  .md\:border-t-teal-100\/75 {
    border-top-color: rgb(204 251 241 / 0.75);
  }

  .md\:border-t-teal-100\/80 {
    border-top-color: rgb(204 251 241 / 0.8);
  }

  .md\:border-t-teal-100\/85 {
    border-top-color: rgb(204 251 241 / 0.85);
  }

  .md\:border-t-teal-100\/90 {
    border-top-color: rgb(204 251 241 / 0.9);
  }

  .md\:border-t-teal-100\/95 {
    border-top-color: rgb(204 251 241 / 0.95);
  }

  .md\:border-t-teal-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(153 246 228 / var(--tw-border-opacity));
  }

  .md\:border-t-teal-200\/0 {
    border-top-color: rgb(153 246 228 / 0);
  }

  .md\:border-t-teal-200\/10 {
    border-top-color: rgb(153 246 228 / 0.1);
  }

  .md\:border-t-teal-200\/100 {
    border-top-color: rgb(153 246 228 / 1);
  }

  .md\:border-t-teal-200\/15 {
    border-top-color: rgb(153 246 228 / 0.15);
  }

  .md\:border-t-teal-200\/20 {
    border-top-color: rgb(153 246 228 / 0.2);
  }

  .md\:border-t-teal-200\/25 {
    border-top-color: rgb(153 246 228 / 0.25);
  }

  .md\:border-t-teal-200\/30 {
    border-top-color: rgb(153 246 228 / 0.3);
  }

  .md\:border-t-teal-200\/35 {
    border-top-color: rgb(153 246 228 / 0.35);
  }

  .md\:border-t-teal-200\/40 {
    border-top-color: rgb(153 246 228 / 0.4);
  }

  .md\:border-t-teal-200\/45 {
    border-top-color: rgb(153 246 228 / 0.45);
  }

  .md\:border-t-teal-200\/5 {
    border-top-color: rgb(153 246 228 / 0.05);
  }

  .md\:border-t-teal-200\/50 {
    border-top-color: rgb(153 246 228 / 0.5);
  }

  .md\:border-t-teal-200\/55 {
    border-top-color: rgb(153 246 228 / 0.55);
  }

  .md\:border-t-teal-200\/60 {
    border-top-color: rgb(153 246 228 / 0.6);
  }

  .md\:border-t-teal-200\/65 {
    border-top-color: rgb(153 246 228 / 0.65);
  }

  .md\:border-t-teal-200\/70 {
    border-top-color: rgb(153 246 228 / 0.7);
  }

  .md\:border-t-teal-200\/75 {
    border-top-color: rgb(153 246 228 / 0.75);
  }

  .md\:border-t-teal-200\/80 {
    border-top-color: rgb(153 246 228 / 0.8);
  }

  .md\:border-t-teal-200\/85 {
    border-top-color: rgb(153 246 228 / 0.85);
  }

  .md\:border-t-teal-200\/90 {
    border-top-color: rgb(153 246 228 / 0.9);
  }

  .md\:border-t-teal-200\/95 {
    border-top-color: rgb(153 246 228 / 0.95);
  }

  .md\:border-t-teal-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(94 234 212 / var(--tw-border-opacity));
  }

  .md\:border-t-teal-300\/0 {
    border-top-color: rgb(94 234 212 / 0);
  }

  .md\:border-t-teal-300\/10 {
    border-top-color: rgb(94 234 212 / 0.1);
  }

  .md\:border-t-teal-300\/100 {
    border-top-color: rgb(94 234 212 / 1);
  }

  .md\:border-t-teal-300\/15 {
    border-top-color: rgb(94 234 212 / 0.15);
  }

  .md\:border-t-teal-300\/20 {
    border-top-color: rgb(94 234 212 / 0.2);
  }

  .md\:border-t-teal-300\/25 {
    border-top-color: rgb(94 234 212 / 0.25);
  }

  .md\:border-t-teal-300\/30 {
    border-top-color: rgb(94 234 212 / 0.3);
  }

  .md\:border-t-teal-300\/35 {
    border-top-color: rgb(94 234 212 / 0.35);
  }

  .md\:border-t-teal-300\/40 {
    border-top-color: rgb(94 234 212 / 0.4);
  }

  .md\:border-t-teal-300\/45 {
    border-top-color: rgb(94 234 212 / 0.45);
  }

  .md\:border-t-teal-300\/5 {
    border-top-color: rgb(94 234 212 / 0.05);
  }

  .md\:border-t-teal-300\/50 {
    border-top-color: rgb(94 234 212 / 0.5);
  }

  .md\:border-t-teal-300\/55 {
    border-top-color: rgb(94 234 212 / 0.55);
  }

  .md\:border-t-teal-300\/60 {
    border-top-color: rgb(94 234 212 / 0.6);
  }

  .md\:border-t-teal-300\/65 {
    border-top-color: rgb(94 234 212 / 0.65);
  }

  .md\:border-t-teal-300\/70 {
    border-top-color: rgb(94 234 212 / 0.7);
  }

  .md\:border-t-teal-300\/75 {
    border-top-color: rgb(94 234 212 / 0.75);
  }

  .md\:border-t-teal-300\/80 {
    border-top-color: rgb(94 234 212 / 0.8);
  }

  .md\:border-t-teal-300\/85 {
    border-top-color: rgb(94 234 212 / 0.85);
  }

  .md\:border-t-teal-300\/90 {
    border-top-color: rgb(94 234 212 / 0.9);
  }

  .md\:border-t-teal-300\/95 {
    border-top-color: rgb(94 234 212 / 0.95);
  }

  .md\:border-t-teal-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(45 212 191 / var(--tw-border-opacity));
  }

  .md\:border-t-teal-400\/0 {
    border-top-color: rgb(45 212 191 / 0);
  }

  .md\:border-t-teal-400\/10 {
    border-top-color: rgb(45 212 191 / 0.1);
  }

  .md\:border-t-teal-400\/100 {
    border-top-color: rgb(45 212 191 / 1);
  }

  .md\:border-t-teal-400\/15 {
    border-top-color: rgb(45 212 191 / 0.15);
  }

  .md\:border-t-teal-400\/20 {
    border-top-color: rgb(45 212 191 / 0.2);
  }

  .md\:border-t-teal-400\/25 {
    border-top-color: rgb(45 212 191 / 0.25);
  }

  .md\:border-t-teal-400\/30 {
    border-top-color: rgb(45 212 191 / 0.3);
  }

  .md\:border-t-teal-400\/35 {
    border-top-color: rgb(45 212 191 / 0.35);
  }

  .md\:border-t-teal-400\/40 {
    border-top-color: rgb(45 212 191 / 0.4);
  }

  .md\:border-t-teal-400\/45 {
    border-top-color: rgb(45 212 191 / 0.45);
  }

  .md\:border-t-teal-400\/5 {
    border-top-color: rgb(45 212 191 / 0.05);
  }

  .md\:border-t-teal-400\/50 {
    border-top-color: rgb(45 212 191 / 0.5);
  }

  .md\:border-t-teal-400\/55 {
    border-top-color: rgb(45 212 191 / 0.55);
  }

  .md\:border-t-teal-400\/60 {
    border-top-color: rgb(45 212 191 / 0.6);
  }

  .md\:border-t-teal-400\/65 {
    border-top-color: rgb(45 212 191 / 0.65);
  }

  .md\:border-t-teal-400\/70 {
    border-top-color: rgb(45 212 191 / 0.7);
  }

  .md\:border-t-teal-400\/75 {
    border-top-color: rgb(45 212 191 / 0.75);
  }

  .md\:border-t-teal-400\/80 {
    border-top-color: rgb(45 212 191 / 0.8);
  }

  .md\:border-t-teal-400\/85 {
    border-top-color: rgb(45 212 191 / 0.85);
  }

  .md\:border-t-teal-400\/90 {
    border-top-color: rgb(45 212 191 / 0.9);
  }

  .md\:border-t-teal-400\/95 {
    border-top-color: rgb(45 212 191 / 0.95);
  }

  .md\:border-t-teal-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(240 253 250 / var(--tw-border-opacity));
  }

  .md\:border-t-teal-50\/0 {
    border-top-color: rgb(240 253 250 / 0);
  }

  .md\:border-t-teal-50\/10 {
    border-top-color: rgb(240 253 250 / 0.1);
  }

  .md\:border-t-teal-50\/100 {
    border-top-color: rgb(240 253 250 / 1);
  }

  .md\:border-t-teal-50\/15 {
    border-top-color: rgb(240 253 250 / 0.15);
  }

  .md\:border-t-teal-50\/20 {
    border-top-color: rgb(240 253 250 / 0.2);
  }

  .md\:border-t-teal-50\/25 {
    border-top-color: rgb(240 253 250 / 0.25);
  }

  .md\:border-t-teal-50\/30 {
    border-top-color: rgb(240 253 250 / 0.3);
  }

  .md\:border-t-teal-50\/35 {
    border-top-color: rgb(240 253 250 / 0.35);
  }

  .md\:border-t-teal-50\/40 {
    border-top-color: rgb(240 253 250 / 0.4);
  }

  .md\:border-t-teal-50\/45 {
    border-top-color: rgb(240 253 250 / 0.45);
  }

  .md\:border-t-teal-50\/5 {
    border-top-color: rgb(240 253 250 / 0.05);
  }

  .md\:border-t-teal-50\/50 {
    border-top-color: rgb(240 253 250 / 0.5);
  }

  .md\:border-t-teal-50\/55 {
    border-top-color: rgb(240 253 250 / 0.55);
  }

  .md\:border-t-teal-50\/60 {
    border-top-color: rgb(240 253 250 / 0.6);
  }

  .md\:border-t-teal-50\/65 {
    border-top-color: rgb(240 253 250 / 0.65);
  }

  .md\:border-t-teal-50\/70 {
    border-top-color: rgb(240 253 250 / 0.7);
  }

  .md\:border-t-teal-50\/75 {
    border-top-color: rgb(240 253 250 / 0.75);
  }

  .md\:border-t-teal-50\/80 {
    border-top-color: rgb(240 253 250 / 0.8);
  }

  .md\:border-t-teal-50\/85 {
    border-top-color: rgb(240 253 250 / 0.85);
  }

  .md\:border-t-teal-50\/90 {
    border-top-color: rgb(240 253 250 / 0.9);
  }

  .md\:border-t-teal-50\/95 {
    border-top-color: rgb(240 253 250 / 0.95);
  }

  .md\:border-t-teal-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(20 184 166 / var(--tw-border-opacity));
  }

  .md\:border-t-teal-500\/0 {
    border-top-color: rgb(20 184 166 / 0);
  }

  .md\:border-t-teal-500\/10 {
    border-top-color: rgb(20 184 166 / 0.1);
  }

  .md\:border-t-teal-500\/100 {
    border-top-color: rgb(20 184 166 / 1);
  }

  .md\:border-t-teal-500\/15 {
    border-top-color: rgb(20 184 166 / 0.15);
  }

  .md\:border-t-teal-500\/20 {
    border-top-color: rgb(20 184 166 / 0.2);
  }

  .md\:border-t-teal-500\/25 {
    border-top-color: rgb(20 184 166 / 0.25);
  }

  .md\:border-t-teal-500\/30 {
    border-top-color: rgb(20 184 166 / 0.3);
  }

  .md\:border-t-teal-500\/35 {
    border-top-color: rgb(20 184 166 / 0.35);
  }

  .md\:border-t-teal-500\/40 {
    border-top-color: rgb(20 184 166 / 0.4);
  }

  .md\:border-t-teal-500\/45 {
    border-top-color: rgb(20 184 166 / 0.45);
  }

  .md\:border-t-teal-500\/5 {
    border-top-color: rgb(20 184 166 / 0.05);
  }

  .md\:border-t-teal-500\/50 {
    border-top-color: rgb(20 184 166 / 0.5);
  }

  .md\:border-t-teal-500\/55 {
    border-top-color: rgb(20 184 166 / 0.55);
  }

  .md\:border-t-teal-500\/60 {
    border-top-color: rgb(20 184 166 / 0.6);
  }

  .md\:border-t-teal-500\/65 {
    border-top-color: rgb(20 184 166 / 0.65);
  }

  .md\:border-t-teal-500\/70 {
    border-top-color: rgb(20 184 166 / 0.7);
  }

  .md\:border-t-teal-500\/75 {
    border-top-color: rgb(20 184 166 / 0.75);
  }

  .md\:border-t-teal-500\/80 {
    border-top-color: rgb(20 184 166 / 0.8);
  }

  .md\:border-t-teal-500\/85 {
    border-top-color: rgb(20 184 166 / 0.85);
  }

  .md\:border-t-teal-500\/90 {
    border-top-color: rgb(20 184 166 / 0.9);
  }

  .md\:border-t-teal-500\/95 {
    border-top-color: rgb(20 184 166 / 0.95);
  }

  .md\:border-t-teal-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(13 148 136 / var(--tw-border-opacity));
  }

  .md\:border-t-teal-600\/0 {
    border-top-color: rgb(13 148 136 / 0);
  }

  .md\:border-t-teal-600\/10 {
    border-top-color: rgb(13 148 136 / 0.1);
  }

  .md\:border-t-teal-600\/100 {
    border-top-color: rgb(13 148 136 / 1);
  }

  .md\:border-t-teal-600\/15 {
    border-top-color: rgb(13 148 136 / 0.15);
  }

  .md\:border-t-teal-600\/20 {
    border-top-color: rgb(13 148 136 / 0.2);
  }

  .md\:border-t-teal-600\/25 {
    border-top-color: rgb(13 148 136 / 0.25);
  }

  .md\:border-t-teal-600\/30 {
    border-top-color: rgb(13 148 136 / 0.3);
  }

  .md\:border-t-teal-600\/35 {
    border-top-color: rgb(13 148 136 / 0.35);
  }

  .md\:border-t-teal-600\/40 {
    border-top-color: rgb(13 148 136 / 0.4);
  }

  .md\:border-t-teal-600\/45 {
    border-top-color: rgb(13 148 136 / 0.45);
  }

  .md\:border-t-teal-600\/5 {
    border-top-color: rgb(13 148 136 / 0.05);
  }

  .md\:border-t-teal-600\/50 {
    border-top-color: rgb(13 148 136 / 0.5);
  }

  .md\:border-t-teal-600\/55 {
    border-top-color: rgb(13 148 136 / 0.55);
  }

  .md\:border-t-teal-600\/60 {
    border-top-color: rgb(13 148 136 / 0.6);
  }

  .md\:border-t-teal-600\/65 {
    border-top-color: rgb(13 148 136 / 0.65);
  }

  .md\:border-t-teal-600\/70 {
    border-top-color: rgb(13 148 136 / 0.7);
  }

  .md\:border-t-teal-600\/75 {
    border-top-color: rgb(13 148 136 / 0.75);
  }

  .md\:border-t-teal-600\/80 {
    border-top-color: rgb(13 148 136 / 0.8);
  }

  .md\:border-t-teal-600\/85 {
    border-top-color: rgb(13 148 136 / 0.85);
  }

  .md\:border-t-teal-600\/90 {
    border-top-color: rgb(13 148 136 / 0.9);
  }

  .md\:border-t-teal-600\/95 {
    border-top-color: rgb(13 148 136 / 0.95);
  }

  .md\:border-t-teal-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(15 118 110 / var(--tw-border-opacity));
  }

  .md\:border-t-teal-700\/0 {
    border-top-color: rgb(15 118 110 / 0);
  }

  .md\:border-t-teal-700\/10 {
    border-top-color: rgb(15 118 110 / 0.1);
  }

  .md\:border-t-teal-700\/100 {
    border-top-color: rgb(15 118 110 / 1);
  }

  .md\:border-t-teal-700\/15 {
    border-top-color: rgb(15 118 110 / 0.15);
  }

  .md\:border-t-teal-700\/20 {
    border-top-color: rgb(15 118 110 / 0.2);
  }

  .md\:border-t-teal-700\/25 {
    border-top-color: rgb(15 118 110 / 0.25);
  }

  .md\:border-t-teal-700\/30 {
    border-top-color: rgb(15 118 110 / 0.3);
  }

  .md\:border-t-teal-700\/35 {
    border-top-color: rgb(15 118 110 / 0.35);
  }

  .md\:border-t-teal-700\/40 {
    border-top-color: rgb(15 118 110 / 0.4);
  }

  .md\:border-t-teal-700\/45 {
    border-top-color: rgb(15 118 110 / 0.45);
  }

  .md\:border-t-teal-700\/5 {
    border-top-color: rgb(15 118 110 / 0.05);
  }

  .md\:border-t-teal-700\/50 {
    border-top-color: rgb(15 118 110 / 0.5);
  }

  .md\:border-t-teal-700\/55 {
    border-top-color: rgb(15 118 110 / 0.55);
  }

  .md\:border-t-teal-700\/60 {
    border-top-color: rgb(15 118 110 / 0.6);
  }

  .md\:border-t-teal-700\/65 {
    border-top-color: rgb(15 118 110 / 0.65);
  }

  .md\:border-t-teal-700\/70 {
    border-top-color: rgb(15 118 110 / 0.7);
  }

  .md\:border-t-teal-700\/75 {
    border-top-color: rgb(15 118 110 / 0.75);
  }

  .md\:border-t-teal-700\/80 {
    border-top-color: rgb(15 118 110 / 0.8);
  }

  .md\:border-t-teal-700\/85 {
    border-top-color: rgb(15 118 110 / 0.85);
  }

  .md\:border-t-teal-700\/90 {
    border-top-color: rgb(15 118 110 / 0.9);
  }

  .md\:border-t-teal-700\/95 {
    border-top-color: rgb(15 118 110 / 0.95);
  }

  .md\:border-t-teal-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(17 94 89 / var(--tw-border-opacity));
  }

  .md\:border-t-teal-800\/0 {
    border-top-color: rgb(17 94 89 / 0);
  }

  .md\:border-t-teal-800\/10 {
    border-top-color: rgb(17 94 89 / 0.1);
  }

  .md\:border-t-teal-800\/100 {
    border-top-color: rgb(17 94 89 / 1);
  }

  .md\:border-t-teal-800\/15 {
    border-top-color: rgb(17 94 89 / 0.15);
  }

  .md\:border-t-teal-800\/20 {
    border-top-color: rgb(17 94 89 / 0.2);
  }

  .md\:border-t-teal-800\/25 {
    border-top-color: rgb(17 94 89 / 0.25);
  }

  .md\:border-t-teal-800\/30 {
    border-top-color: rgb(17 94 89 / 0.3);
  }

  .md\:border-t-teal-800\/35 {
    border-top-color: rgb(17 94 89 / 0.35);
  }

  .md\:border-t-teal-800\/40 {
    border-top-color: rgb(17 94 89 / 0.4);
  }

  .md\:border-t-teal-800\/45 {
    border-top-color: rgb(17 94 89 / 0.45);
  }

  .md\:border-t-teal-800\/5 {
    border-top-color: rgb(17 94 89 / 0.05);
  }

  .md\:border-t-teal-800\/50 {
    border-top-color: rgb(17 94 89 / 0.5);
  }

  .md\:border-t-teal-800\/55 {
    border-top-color: rgb(17 94 89 / 0.55);
  }

  .md\:border-t-teal-800\/60 {
    border-top-color: rgb(17 94 89 / 0.6);
  }

  .md\:border-t-teal-800\/65 {
    border-top-color: rgb(17 94 89 / 0.65);
  }

  .md\:border-t-teal-800\/70 {
    border-top-color: rgb(17 94 89 / 0.7);
  }

  .md\:border-t-teal-800\/75 {
    border-top-color: rgb(17 94 89 / 0.75);
  }

  .md\:border-t-teal-800\/80 {
    border-top-color: rgb(17 94 89 / 0.8);
  }

  .md\:border-t-teal-800\/85 {
    border-top-color: rgb(17 94 89 / 0.85);
  }

  .md\:border-t-teal-800\/90 {
    border-top-color: rgb(17 94 89 / 0.9);
  }

  .md\:border-t-teal-800\/95 {
    border-top-color: rgb(17 94 89 / 0.95);
  }

  .md\:border-t-teal-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(19 78 74 / var(--tw-border-opacity));
  }

  .md\:border-t-teal-900\/0 {
    border-top-color: rgb(19 78 74 / 0);
  }

  .md\:border-t-teal-900\/10 {
    border-top-color: rgb(19 78 74 / 0.1);
  }

  .md\:border-t-teal-900\/100 {
    border-top-color: rgb(19 78 74 / 1);
  }

  .md\:border-t-teal-900\/15 {
    border-top-color: rgb(19 78 74 / 0.15);
  }

  .md\:border-t-teal-900\/20 {
    border-top-color: rgb(19 78 74 / 0.2);
  }

  .md\:border-t-teal-900\/25 {
    border-top-color: rgb(19 78 74 / 0.25);
  }

  .md\:border-t-teal-900\/30 {
    border-top-color: rgb(19 78 74 / 0.3);
  }

  .md\:border-t-teal-900\/35 {
    border-top-color: rgb(19 78 74 / 0.35);
  }

  .md\:border-t-teal-900\/40 {
    border-top-color: rgb(19 78 74 / 0.4);
  }

  .md\:border-t-teal-900\/45 {
    border-top-color: rgb(19 78 74 / 0.45);
  }

  .md\:border-t-teal-900\/5 {
    border-top-color: rgb(19 78 74 / 0.05);
  }

  .md\:border-t-teal-900\/50 {
    border-top-color: rgb(19 78 74 / 0.5);
  }

  .md\:border-t-teal-900\/55 {
    border-top-color: rgb(19 78 74 / 0.55);
  }

  .md\:border-t-teal-900\/60 {
    border-top-color: rgb(19 78 74 / 0.6);
  }

  .md\:border-t-teal-900\/65 {
    border-top-color: rgb(19 78 74 / 0.65);
  }

  .md\:border-t-teal-900\/70 {
    border-top-color: rgb(19 78 74 / 0.7);
  }

  .md\:border-t-teal-900\/75 {
    border-top-color: rgb(19 78 74 / 0.75);
  }

  .md\:border-t-teal-900\/80 {
    border-top-color: rgb(19 78 74 / 0.8);
  }

  .md\:border-t-teal-900\/85 {
    border-top-color: rgb(19 78 74 / 0.85);
  }

  .md\:border-t-teal-900\/90 {
    border-top-color: rgb(19 78 74 / 0.9);
  }

  .md\:border-t-teal-900\/95 {
    border-top-color: rgb(19 78 74 / 0.95);
  }

  .md\:border-t-teal-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(4 47 46 / var(--tw-border-opacity));
  }

  .md\:border-t-teal-950\/0 {
    border-top-color: rgb(4 47 46 / 0);
  }

  .md\:border-t-teal-950\/10 {
    border-top-color: rgb(4 47 46 / 0.1);
  }

  .md\:border-t-teal-950\/100 {
    border-top-color: rgb(4 47 46 / 1);
  }

  .md\:border-t-teal-950\/15 {
    border-top-color: rgb(4 47 46 / 0.15);
  }

  .md\:border-t-teal-950\/20 {
    border-top-color: rgb(4 47 46 / 0.2);
  }

  .md\:border-t-teal-950\/25 {
    border-top-color: rgb(4 47 46 / 0.25);
  }

  .md\:border-t-teal-950\/30 {
    border-top-color: rgb(4 47 46 / 0.3);
  }

  .md\:border-t-teal-950\/35 {
    border-top-color: rgb(4 47 46 / 0.35);
  }

  .md\:border-t-teal-950\/40 {
    border-top-color: rgb(4 47 46 / 0.4);
  }

  .md\:border-t-teal-950\/45 {
    border-top-color: rgb(4 47 46 / 0.45);
  }

  .md\:border-t-teal-950\/5 {
    border-top-color: rgb(4 47 46 / 0.05);
  }

  .md\:border-t-teal-950\/50 {
    border-top-color: rgb(4 47 46 / 0.5);
  }

  .md\:border-t-teal-950\/55 {
    border-top-color: rgb(4 47 46 / 0.55);
  }

  .md\:border-t-teal-950\/60 {
    border-top-color: rgb(4 47 46 / 0.6);
  }

  .md\:border-t-teal-950\/65 {
    border-top-color: rgb(4 47 46 / 0.65);
  }

  .md\:border-t-teal-950\/70 {
    border-top-color: rgb(4 47 46 / 0.7);
  }

  .md\:border-t-teal-950\/75 {
    border-top-color: rgb(4 47 46 / 0.75);
  }

  .md\:border-t-teal-950\/80 {
    border-top-color: rgb(4 47 46 / 0.8);
  }

  .md\:border-t-teal-950\/85 {
    border-top-color: rgb(4 47 46 / 0.85);
  }

  .md\:border-t-teal-950\/90 {
    border-top-color: rgb(4 47 46 / 0.9);
  }

  .md\:border-t-teal-950\/95 {
    border-top-color: rgb(4 47 46 / 0.95);
  }

  .md\:border-t-transparent {
    border-top-color: transparent;
  }

  .md\:border-t-transparent\/0 {
    border-top-color: rgb(0 0 0 / 0);
  }

  .md\:border-t-transparent\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-t-transparent\/100 {
    border-top-color: rgb(0 0 0 / 1);
  }

  .md\:border-t-transparent\/15 {
    border-top-color: rgb(0 0 0 / 0.15);
  }

  .md\:border-t-transparent\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-t-transparent\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-t-transparent\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-t-transparent\/35 {
    border-top-color: rgb(0 0 0 / 0.35);
  }

  .md\:border-t-transparent\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-t-transparent\/45 {
    border-top-color: rgb(0 0 0 / 0.45);
  }

  .md\:border-t-transparent\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-t-transparent\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-t-transparent\/55 {
    border-top-color: rgb(0 0 0 / 0.55);
  }

  .md\:border-t-transparent\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-t-transparent\/65 {
    border-top-color: rgb(0 0 0 / 0.65);
  }

  .md\:border-t-transparent\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-t-transparent\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-t-transparent\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-t-transparent\/85 {
    border-top-color: rgb(0 0 0 / 0.85);
  }

  .md\:border-t-transparent\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-t-transparent\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-t-violet-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(237 233 254 / var(--tw-border-opacity));
  }

  .md\:border-t-violet-100\/0 {
    border-top-color: rgb(237 233 254 / 0);
  }

  .md\:border-t-violet-100\/10 {
    border-top-color: rgb(237 233 254 / 0.1);
  }

  .md\:border-t-violet-100\/100 {
    border-top-color: rgb(237 233 254 / 1);
  }

  .md\:border-t-violet-100\/15 {
    border-top-color: rgb(237 233 254 / 0.15);
  }

  .md\:border-t-violet-100\/20 {
    border-top-color: rgb(237 233 254 / 0.2);
  }

  .md\:border-t-violet-100\/25 {
    border-top-color: rgb(237 233 254 / 0.25);
  }

  .md\:border-t-violet-100\/30 {
    border-top-color: rgb(237 233 254 / 0.3);
  }

  .md\:border-t-violet-100\/35 {
    border-top-color: rgb(237 233 254 / 0.35);
  }

  .md\:border-t-violet-100\/40 {
    border-top-color: rgb(237 233 254 / 0.4);
  }

  .md\:border-t-violet-100\/45 {
    border-top-color: rgb(237 233 254 / 0.45);
  }

  .md\:border-t-violet-100\/5 {
    border-top-color: rgb(237 233 254 / 0.05);
  }

  .md\:border-t-violet-100\/50 {
    border-top-color: rgb(237 233 254 / 0.5);
  }

  .md\:border-t-violet-100\/55 {
    border-top-color: rgb(237 233 254 / 0.55);
  }

  .md\:border-t-violet-100\/60 {
    border-top-color: rgb(237 233 254 / 0.6);
  }

  .md\:border-t-violet-100\/65 {
    border-top-color: rgb(237 233 254 / 0.65);
  }

  .md\:border-t-violet-100\/70 {
    border-top-color: rgb(237 233 254 / 0.7);
  }

  .md\:border-t-violet-100\/75 {
    border-top-color: rgb(237 233 254 / 0.75);
  }

  .md\:border-t-violet-100\/80 {
    border-top-color: rgb(237 233 254 / 0.8);
  }

  .md\:border-t-violet-100\/85 {
    border-top-color: rgb(237 233 254 / 0.85);
  }

  .md\:border-t-violet-100\/90 {
    border-top-color: rgb(237 233 254 / 0.9);
  }

  .md\:border-t-violet-100\/95 {
    border-top-color: rgb(237 233 254 / 0.95);
  }

  .md\:border-t-violet-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(221 214 254 / var(--tw-border-opacity));
  }

  .md\:border-t-violet-200\/0 {
    border-top-color: rgb(221 214 254 / 0);
  }

  .md\:border-t-violet-200\/10 {
    border-top-color: rgb(221 214 254 / 0.1);
  }

  .md\:border-t-violet-200\/100 {
    border-top-color: rgb(221 214 254 / 1);
  }

  .md\:border-t-violet-200\/15 {
    border-top-color: rgb(221 214 254 / 0.15);
  }

  .md\:border-t-violet-200\/20 {
    border-top-color: rgb(221 214 254 / 0.2);
  }

  .md\:border-t-violet-200\/25 {
    border-top-color: rgb(221 214 254 / 0.25);
  }

  .md\:border-t-violet-200\/30 {
    border-top-color: rgb(221 214 254 / 0.3);
  }

  .md\:border-t-violet-200\/35 {
    border-top-color: rgb(221 214 254 / 0.35);
  }

  .md\:border-t-violet-200\/40 {
    border-top-color: rgb(221 214 254 / 0.4);
  }

  .md\:border-t-violet-200\/45 {
    border-top-color: rgb(221 214 254 / 0.45);
  }

  .md\:border-t-violet-200\/5 {
    border-top-color: rgb(221 214 254 / 0.05);
  }

  .md\:border-t-violet-200\/50 {
    border-top-color: rgb(221 214 254 / 0.5);
  }

  .md\:border-t-violet-200\/55 {
    border-top-color: rgb(221 214 254 / 0.55);
  }

  .md\:border-t-violet-200\/60 {
    border-top-color: rgb(221 214 254 / 0.6);
  }

  .md\:border-t-violet-200\/65 {
    border-top-color: rgb(221 214 254 / 0.65);
  }

  .md\:border-t-violet-200\/70 {
    border-top-color: rgb(221 214 254 / 0.7);
  }

  .md\:border-t-violet-200\/75 {
    border-top-color: rgb(221 214 254 / 0.75);
  }

  .md\:border-t-violet-200\/80 {
    border-top-color: rgb(221 214 254 / 0.8);
  }

  .md\:border-t-violet-200\/85 {
    border-top-color: rgb(221 214 254 / 0.85);
  }

  .md\:border-t-violet-200\/90 {
    border-top-color: rgb(221 214 254 / 0.9);
  }

  .md\:border-t-violet-200\/95 {
    border-top-color: rgb(221 214 254 / 0.95);
  }

  .md\:border-t-violet-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(196 181 253 / var(--tw-border-opacity));
  }

  .md\:border-t-violet-300\/0 {
    border-top-color: rgb(196 181 253 / 0);
  }

  .md\:border-t-violet-300\/10 {
    border-top-color: rgb(196 181 253 / 0.1);
  }

  .md\:border-t-violet-300\/100 {
    border-top-color: rgb(196 181 253 / 1);
  }

  .md\:border-t-violet-300\/15 {
    border-top-color: rgb(196 181 253 / 0.15);
  }

  .md\:border-t-violet-300\/20 {
    border-top-color: rgb(196 181 253 / 0.2);
  }

  .md\:border-t-violet-300\/25 {
    border-top-color: rgb(196 181 253 / 0.25);
  }

  .md\:border-t-violet-300\/30 {
    border-top-color: rgb(196 181 253 / 0.3);
  }

  .md\:border-t-violet-300\/35 {
    border-top-color: rgb(196 181 253 / 0.35);
  }

  .md\:border-t-violet-300\/40 {
    border-top-color: rgb(196 181 253 / 0.4);
  }

  .md\:border-t-violet-300\/45 {
    border-top-color: rgb(196 181 253 / 0.45);
  }

  .md\:border-t-violet-300\/5 {
    border-top-color: rgb(196 181 253 / 0.05);
  }

  .md\:border-t-violet-300\/50 {
    border-top-color: rgb(196 181 253 / 0.5);
  }

  .md\:border-t-violet-300\/55 {
    border-top-color: rgb(196 181 253 / 0.55);
  }

  .md\:border-t-violet-300\/60 {
    border-top-color: rgb(196 181 253 / 0.6);
  }

  .md\:border-t-violet-300\/65 {
    border-top-color: rgb(196 181 253 / 0.65);
  }

  .md\:border-t-violet-300\/70 {
    border-top-color: rgb(196 181 253 / 0.7);
  }

  .md\:border-t-violet-300\/75 {
    border-top-color: rgb(196 181 253 / 0.75);
  }

  .md\:border-t-violet-300\/80 {
    border-top-color: rgb(196 181 253 / 0.8);
  }

  .md\:border-t-violet-300\/85 {
    border-top-color: rgb(196 181 253 / 0.85);
  }

  .md\:border-t-violet-300\/90 {
    border-top-color: rgb(196 181 253 / 0.9);
  }

  .md\:border-t-violet-300\/95 {
    border-top-color: rgb(196 181 253 / 0.95);
  }

  .md\:border-t-violet-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(167 139 250 / var(--tw-border-opacity));
  }

  .md\:border-t-violet-400\/0 {
    border-top-color: rgb(167 139 250 / 0);
  }

  .md\:border-t-violet-400\/10 {
    border-top-color: rgb(167 139 250 / 0.1);
  }

  .md\:border-t-violet-400\/100 {
    border-top-color: rgb(167 139 250 / 1);
  }

  .md\:border-t-violet-400\/15 {
    border-top-color: rgb(167 139 250 / 0.15);
  }

  .md\:border-t-violet-400\/20 {
    border-top-color: rgb(167 139 250 / 0.2);
  }

  .md\:border-t-violet-400\/25 {
    border-top-color: rgb(167 139 250 / 0.25);
  }

  .md\:border-t-violet-400\/30 {
    border-top-color: rgb(167 139 250 / 0.3);
  }

  .md\:border-t-violet-400\/35 {
    border-top-color: rgb(167 139 250 / 0.35);
  }

  .md\:border-t-violet-400\/40 {
    border-top-color: rgb(167 139 250 / 0.4);
  }

  .md\:border-t-violet-400\/45 {
    border-top-color: rgb(167 139 250 / 0.45);
  }

  .md\:border-t-violet-400\/5 {
    border-top-color: rgb(167 139 250 / 0.05);
  }

  .md\:border-t-violet-400\/50 {
    border-top-color: rgb(167 139 250 / 0.5);
  }

  .md\:border-t-violet-400\/55 {
    border-top-color: rgb(167 139 250 / 0.55);
  }

  .md\:border-t-violet-400\/60 {
    border-top-color: rgb(167 139 250 / 0.6);
  }

  .md\:border-t-violet-400\/65 {
    border-top-color: rgb(167 139 250 / 0.65);
  }

  .md\:border-t-violet-400\/70 {
    border-top-color: rgb(167 139 250 / 0.7);
  }

  .md\:border-t-violet-400\/75 {
    border-top-color: rgb(167 139 250 / 0.75);
  }

  .md\:border-t-violet-400\/80 {
    border-top-color: rgb(167 139 250 / 0.8);
  }

  .md\:border-t-violet-400\/85 {
    border-top-color: rgb(167 139 250 / 0.85);
  }

  .md\:border-t-violet-400\/90 {
    border-top-color: rgb(167 139 250 / 0.9);
  }

  .md\:border-t-violet-400\/95 {
    border-top-color: rgb(167 139 250 / 0.95);
  }

  .md\:border-t-violet-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 243 255 / var(--tw-border-opacity));
  }

  .md\:border-t-violet-50\/0 {
    border-top-color: rgb(245 243 255 / 0);
  }

  .md\:border-t-violet-50\/10 {
    border-top-color: rgb(245 243 255 / 0.1);
  }

  .md\:border-t-violet-50\/100 {
    border-top-color: rgb(245 243 255 / 1);
  }

  .md\:border-t-violet-50\/15 {
    border-top-color: rgb(245 243 255 / 0.15);
  }

  .md\:border-t-violet-50\/20 {
    border-top-color: rgb(245 243 255 / 0.2);
  }

  .md\:border-t-violet-50\/25 {
    border-top-color: rgb(245 243 255 / 0.25);
  }

  .md\:border-t-violet-50\/30 {
    border-top-color: rgb(245 243 255 / 0.3);
  }

  .md\:border-t-violet-50\/35 {
    border-top-color: rgb(245 243 255 / 0.35);
  }

  .md\:border-t-violet-50\/40 {
    border-top-color: rgb(245 243 255 / 0.4);
  }

  .md\:border-t-violet-50\/45 {
    border-top-color: rgb(245 243 255 / 0.45);
  }

  .md\:border-t-violet-50\/5 {
    border-top-color: rgb(245 243 255 / 0.05);
  }

  .md\:border-t-violet-50\/50 {
    border-top-color: rgb(245 243 255 / 0.5);
  }

  .md\:border-t-violet-50\/55 {
    border-top-color: rgb(245 243 255 / 0.55);
  }

  .md\:border-t-violet-50\/60 {
    border-top-color: rgb(245 243 255 / 0.6);
  }

  .md\:border-t-violet-50\/65 {
    border-top-color: rgb(245 243 255 / 0.65);
  }

  .md\:border-t-violet-50\/70 {
    border-top-color: rgb(245 243 255 / 0.7);
  }

  .md\:border-t-violet-50\/75 {
    border-top-color: rgb(245 243 255 / 0.75);
  }

  .md\:border-t-violet-50\/80 {
    border-top-color: rgb(245 243 255 / 0.8);
  }

  .md\:border-t-violet-50\/85 {
    border-top-color: rgb(245 243 255 / 0.85);
  }

  .md\:border-t-violet-50\/90 {
    border-top-color: rgb(245 243 255 / 0.9);
  }

  .md\:border-t-violet-50\/95 {
    border-top-color: rgb(245 243 255 / 0.95);
  }

  .md\:border-t-violet-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(139 92 246 / var(--tw-border-opacity));
  }

  .md\:border-t-violet-500\/0 {
    border-top-color: rgb(139 92 246 / 0);
  }

  .md\:border-t-violet-500\/10 {
    border-top-color: rgb(139 92 246 / 0.1);
  }

  .md\:border-t-violet-500\/100 {
    border-top-color: rgb(139 92 246 / 1);
  }

  .md\:border-t-violet-500\/15 {
    border-top-color: rgb(139 92 246 / 0.15);
  }

  .md\:border-t-violet-500\/20 {
    border-top-color: rgb(139 92 246 / 0.2);
  }

  .md\:border-t-violet-500\/25 {
    border-top-color: rgb(139 92 246 / 0.25);
  }

  .md\:border-t-violet-500\/30 {
    border-top-color: rgb(139 92 246 / 0.3);
  }

  .md\:border-t-violet-500\/35 {
    border-top-color: rgb(139 92 246 / 0.35);
  }

  .md\:border-t-violet-500\/40 {
    border-top-color: rgb(139 92 246 / 0.4);
  }

  .md\:border-t-violet-500\/45 {
    border-top-color: rgb(139 92 246 / 0.45);
  }

  .md\:border-t-violet-500\/5 {
    border-top-color: rgb(139 92 246 / 0.05);
  }

  .md\:border-t-violet-500\/50 {
    border-top-color: rgb(139 92 246 / 0.5);
  }

  .md\:border-t-violet-500\/55 {
    border-top-color: rgb(139 92 246 / 0.55);
  }

  .md\:border-t-violet-500\/60 {
    border-top-color: rgb(139 92 246 / 0.6);
  }

  .md\:border-t-violet-500\/65 {
    border-top-color: rgb(139 92 246 / 0.65);
  }

  .md\:border-t-violet-500\/70 {
    border-top-color: rgb(139 92 246 / 0.7);
  }

  .md\:border-t-violet-500\/75 {
    border-top-color: rgb(139 92 246 / 0.75);
  }

  .md\:border-t-violet-500\/80 {
    border-top-color: rgb(139 92 246 / 0.8);
  }

  .md\:border-t-violet-500\/85 {
    border-top-color: rgb(139 92 246 / 0.85);
  }

  .md\:border-t-violet-500\/90 {
    border-top-color: rgb(139 92 246 / 0.9);
  }

  .md\:border-t-violet-500\/95 {
    border-top-color: rgb(139 92 246 / 0.95);
  }

  .md\:border-t-violet-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(124 58 237 / var(--tw-border-opacity));
  }

  .md\:border-t-violet-600\/0 {
    border-top-color: rgb(124 58 237 / 0);
  }

  .md\:border-t-violet-600\/10 {
    border-top-color: rgb(124 58 237 / 0.1);
  }

  .md\:border-t-violet-600\/100 {
    border-top-color: rgb(124 58 237 / 1);
  }

  .md\:border-t-violet-600\/15 {
    border-top-color: rgb(124 58 237 / 0.15);
  }

  .md\:border-t-violet-600\/20 {
    border-top-color: rgb(124 58 237 / 0.2);
  }

  .md\:border-t-violet-600\/25 {
    border-top-color: rgb(124 58 237 / 0.25);
  }

  .md\:border-t-violet-600\/30 {
    border-top-color: rgb(124 58 237 / 0.3);
  }

  .md\:border-t-violet-600\/35 {
    border-top-color: rgb(124 58 237 / 0.35);
  }

  .md\:border-t-violet-600\/40 {
    border-top-color: rgb(124 58 237 / 0.4);
  }

  .md\:border-t-violet-600\/45 {
    border-top-color: rgb(124 58 237 / 0.45);
  }

  .md\:border-t-violet-600\/5 {
    border-top-color: rgb(124 58 237 / 0.05);
  }

  .md\:border-t-violet-600\/50 {
    border-top-color: rgb(124 58 237 / 0.5);
  }

  .md\:border-t-violet-600\/55 {
    border-top-color: rgb(124 58 237 / 0.55);
  }

  .md\:border-t-violet-600\/60 {
    border-top-color: rgb(124 58 237 / 0.6);
  }

  .md\:border-t-violet-600\/65 {
    border-top-color: rgb(124 58 237 / 0.65);
  }

  .md\:border-t-violet-600\/70 {
    border-top-color: rgb(124 58 237 / 0.7);
  }

  .md\:border-t-violet-600\/75 {
    border-top-color: rgb(124 58 237 / 0.75);
  }

  .md\:border-t-violet-600\/80 {
    border-top-color: rgb(124 58 237 / 0.8);
  }

  .md\:border-t-violet-600\/85 {
    border-top-color: rgb(124 58 237 / 0.85);
  }

  .md\:border-t-violet-600\/90 {
    border-top-color: rgb(124 58 237 / 0.9);
  }

  .md\:border-t-violet-600\/95 {
    border-top-color: rgb(124 58 237 / 0.95);
  }

  .md\:border-t-violet-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(109 40 217 / var(--tw-border-opacity));
  }

  .md\:border-t-violet-700\/0 {
    border-top-color: rgb(109 40 217 / 0);
  }

  .md\:border-t-violet-700\/10 {
    border-top-color: rgb(109 40 217 / 0.1);
  }

  .md\:border-t-violet-700\/100 {
    border-top-color: rgb(109 40 217 / 1);
  }

  .md\:border-t-violet-700\/15 {
    border-top-color: rgb(109 40 217 / 0.15);
  }

  .md\:border-t-violet-700\/20 {
    border-top-color: rgb(109 40 217 / 0.2);
  }

  .md\:border-t-violet-700\/25 {
    border-top-color: rgb(109 40 217 / 0.25);
  }

  .md\:border-t-violet-700\/30 {
    border-top-color: rgb(109 40 217 / 0.3);
  }

  .md\:border-t-violet-700\/35 {
    border-top-color: rgb(109 40 217 / 0.35);
  }

  .md\:border-t-violet-700\/40 {
    border-top-color: rgb(109 40 217 / 0.4);
  }

  .md\:border-t-violet-700\/45 {
    border-top-color: rgb(109 40 217 / 0.45);
  }

  .md\:border-t-violet-700\/5 {
    border-top-color: rgb(109 40 217 / 0.05);
  }

  .md\:border-t-violet-700\/50 {
    border-top-color: rgb(109 40 217 / 0.5);
  }

  .md\:border-t-violet-700\/55 {
    border-top-color: rgb(109 40 217 / 0.55);
  }

  .md\:border-t-violet-700\/60 {
    border-top-color: rgb(109 40 217 / 0.6);
  }

  .md\:border-t-violet-700\/65 {
    border-top-color: rgb(109 40 217 / 0.65);
  }

  .md\:border-t-violet-700\/70 {
    border-top-color: rgb(109 40 217 / 0.7);
  }

  .md\:border-t-violet-700\/75 {
    border-top-color: rgb(109 40 217 / 0.75);
  }

  .md\:border-t-violet-700\/80 {
    border-top-color: rgb(109 40 217 / 0.8);
  }

  .md\:border-t-violet-700\/85 {
    border-top-color: rgb(109 40 217 / 0.85);
  }

  .md\:border-t-violet-700\/90 {
    border-top-color: rgb(109 40 217 / 0.9);
  }

  .md\:border-t-violet-700\/95 {
    border-top-color: rgb(109 40 217 / 0.95);
  }

  .md\:border-t-violet-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(91 33 182 / var(--tw-border-opacity));
  }

  .md\:border-t-violet-800\/0 {
    border-top-color: rgb(91 33 182 / 0);
  }

  .md\:border-t-violet-800\/10 {
    border-top-color: rgb(91 33 182 / 0.1);
  }

  .md\:border-t-violet-800\/100 {
    border-top-color: rgb(91 33 182 / 1);
  }

  .md\:border-t-violet-800\/15 {
    border-top-color: rgb(91 33 182 / 0.15);
  }

  .md\:border-t-violet-800\/20 {
    border-top-color: rgb(91 33 182 / 0.2);
  }

  .md\:border-t-violet-800\/25 {
    border-top-color: rgb(91 33 182 / 0.25);
  }

  .md\:border-t-violet-800\/30 {
    border-top-color: rgb(91 33 182 / 0.3);
  }

  .md\:border-t-violet-800\/35 {
    border-top-color: rgb(91 33 182 / 0.35);
  }

  .md\:border-t-violet-800\/40 {
    border-top-color: rgb(91 33 182 / 0.4);
  }

  .md\:border-t-violet-800\/45 {
    border-top-color: rgb(91 33 182 / 0.45);
  }

  .md\:border-t-violet-800\/5 {
    border-top-color: rgb(91 33 182 / 0.05);
  }

  .md\:border-t-violet-800\/50 {
    border-top-color: rgb(91 33 182 / 0.5);
  }

  .md\:border-t-violet-800\/55 {
    border-top-color: rgb(91 33 182 / 0.55);
  }

  .md\:border-t-violet-800\/60 {
    border-top-color: rgb(91 33 182 / 0.6);
  }

  .md\:border-t-violet-800\/65 {
    border-top-color: rgb(91 33 182 / 0.65);
  }

  .md\:border-t-violet-800\/70 {
    border-top-color: rgb(91 33 182 / 0.7);
  }

  .md\:border-t-violet-800\/75 {
    border-top-color: rgb(91 33 182 / 0.75);
  }

  .md\:border-t-violet-800\/80 {
    border-top-color: rgb(91 33 182 / 0.8);
  }

  .md\:border-t-violet-800\/85 {
    border-top-color: rgb(91 33 182 / 0.85);
  }

  .md\:border-t-violet-800\/90 {
    border-top-color: rgb(91 33 182 / 0.9);
  }

  .md\:border-t-violet-800\/95 {
    border-top-color: rgb(91 33 182 / 0.95);
  }

  .md\:border-t-violet-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(76 29 149 / var(--tw-border-opacity));
  }

  .md\:border-t-violet-900\/0 {
    border-top-color: rgb(76 29 149 / 0);
  }

  .md\:border-t-violet-900\/10 {
    border-top-color: rgb(76 29 149 / 0.1);
  }

  .md\:border-t-violet-900\/100 {
    border-top-color: rgb(76 29 149 / 1);
  }

  .md\:border-t-violet-900\/15 {
    border-top-color: rgb(76 29 149 / 0.15);
  }

  .md\:border-t-violet-900\/20 {
    border-top-color: rgb(76 29 149 / 0.2);
  }

  .md\:border-t-violet-900\/25 {
    border-top-color: rgb(76 29 149 / 0.25);
  }

  .md\:border-t-violet-900\/30 {
    border-top-color: rgb(76 29 149 / 0.3);
  }

  .md\:border-t-violet-900\/35 {
    border-top-color: rgb(76 29 149 / 0.35);
  }

  .md\:border-t-violet-900\/40 {
    border-top-color: rgb(76 29 149 / 0.4);
  }

  .md\:border-t-violet-900\/45 {
    border-top-color: rgb(76 29 149 / 0.45);
  }

  .md\:border-t-violet-900\/5 {
    border-top-color: rgb(76 29 149 / 0.05);
  }

  .md\:border-t-violet-900\/50 {
    border-top-color: rgb(76 29 149 / 0.5);
  }

  .md\:border-t-violet-900\/55 {
    border-top-color: rgb(76 29 149 / 0.55);
  }

  .md\:border-t-violet-900\/60 {
    border-top-color: rgb(76 29 149 / 0.6);
  }

  .md\:border-t-violet-900\/65 {
    border-top-color: rgb(76 29 149 / 0.65);
  }

  .md\:border-t-violet-900\/70 {
    border-top-color: rgb(76 29 149 / 0.7);
  }

  .md\:border-t-violet-900\/75 {
    border-top-color: rgb(76 29 149 / 0.75);
  }

  .md\:border-t-violet-900\/80 {
    border-top-color: rgb(76 29 149 / 0.8);
  }

  .md\:border-t-violet-900\/85 {
    border-top-color: rgb(76 29 149 / 0.85);
  }

  .md\:border-t-violet-900\/90 {
    border-top-color: rgb(76 29 149 / 0.9);
  }

  .md\:border-t-violet-900\/95 {
    border-top-color: rgb(76 29 149 / 0.95);
  }

  .md\:border-t-violet-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(46 16 101 / var(--tw-border-opacity));
  }

  .md\:border-t-violet-950\/0 {
    border-top-color: rgb(46 16 101 / 0);
  }

  .md\:border-t-violet-950\/10 {
    border-top-color: rgb(46 16 101 / 0.1);
  }

  .md\:border-t-violet-950\/100 {
    border-top-color: rgb(46 16 101 / 1);
  }

  .md\:border-t-violet-950\/15 {
    border-top-color: rgb(46 16 101 / 0.15);
  }

  .md\:border-t-violet-950\/20 {
    border-top-color: rgb(46 16 101 / 0.2);
  }

  .md\:border-t-violet-950\/25 {
    border-top-color: rgb(46 16 101 / 0.25);
  }

  .md\:border-t-violet-950\/30 {
    border-top-color: rgb(46 16 101 / 0.3);
  }

  .md\:border-t-violet-950\/35 {
    border-top-color: rgb(46 16 101 / 0.35);
  }

  .md\:border-t-violet-950\/40 {
    border-top-color: rgb(46 16 101 / 0.4);
  }

  .md\:border-t-violet-950\/45 {
    border-top-color: rgb(46 16 101 / 0.45);
  }

  .md\:border-t-violet-950\/5 {
    border-top-color: rgb(46 16 101 / 0.05);
  }

  .md\:border-t-violet-950\/50 {
    border-top-color: rgb(46 16 101 / 0.5);
  }

  .md\:border-t-violet-950\/55 {
    border-top-color: rgb(46 16 101 / 0.55);
  }

  .md\:border-t-violet-950\/60 {
    border-top-color: rgb(46 16 101 / 0.6);
  }

  .md\:border-t-violet-950\/65 {
    border-top-color: rgb(46 16 101 / 0.65);
  }

  .md\:border-t-violet-950\/70 {
    border-top-color: rgb(46 16 101 / 0.7);
  }

  .md\:border-t-violet-950\/75 {
    border-top-color: rgb(46 16 101 / 0.75);
  }

  .md\:border-t-violet-950\/80 {
    border-top-color: rgb(46 16 101 / 0.8);
  }

  .md\:border-t-violet-950\/85 {
    border-top-color: rgb(46 16 101 / 0.85);
  }

  .md\:border-t-violet-950\/90 {
    border-top-color: rgb(46 16 101 / 0.9);
  }

  .md\:border-t-violet-950\/95 {
    border-top-color: rgb(46 16 101 / 0.95);
  }

  .md\:border-t-white {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .md\:border-t-white\/0 {
    border-top-color: rgb(255 255 255 / 0);
  }

  .md\:border-t-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1);
  }

  .md\:border-t-white\/100 {
    border-top-color: rgb(255 255 255 / 1);
  }

  .md\:border-t-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15);
  }

  .md\:border-t-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2);
  }

  .md\:border-t-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25);
  }

  .md\:border-t-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3);
  }

  .md\:border-t-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35);
  }

  .md\:border-t-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4);
  }

  .md\:border-t-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45);
  }

  .md\:border-t-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05);
  }

  .md\:border-t-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5);
  }

  .md\:border-t-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55);
  }

  .md\:border-t-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6);
  }

  .md\:border-t-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65);
  }

  .md\:border-t-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7);
  }

  .md\:border-t-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75);
  }

  .md\:border-t-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8);
  }

  .md\:border-t-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85);
  }

  .md\:border-t-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9);
  }

  .md\:border-t-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95);
  }

  .md\:border-t-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .md\:border-t-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0);
  }

  .md\:border-t-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1);
  }

  .md\:border-t-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1);
  }

  .md\:border-t-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15);
  }

  .md\:border-t-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2);
  }

  .md\:border-t-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25);
  }

  .md\:border-t-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3);
  }

  .md\:border-t-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35);
  }

  .md\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-t-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45);
  }

  .md\:border-t-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05);
  }

  .md\:border-t-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5);
  }

  .md\:border-t-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55);
  }

  .md\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-t-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65);
  }

  .md\:border-t-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7);
  }

  .md\:border-t-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75);
  }

  .md\:border-t-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8);
  }

  .md\:border-t-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85);
  }

  .md\:border-t-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9);
  }

  .md\:border-t-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95);
  }

  .md\:border-t-yellow-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .md\:border-t-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0);
  }

  .md\:border-t-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1);
  }

  .md\:border-t-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1);
  }

  .md\:border-t-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15);
  }

  .md\:border-t-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2);
  }

  .md\:border-t-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25);
  }

  .md\:border-t-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3);
  }

  .md\:border-t-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35);
  }

  .md\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-t-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45);
  }

  .md\:border-t-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05);
  }

  .md\:border-t-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5);
  }

  .md\:border-t-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55);
  }

  .md\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-t-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65);
  }

  .md\:border-t-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7);
  }

  .md\:border-t-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75);
  }

  .md\:border-t-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8);
  }

  .md\:border-t-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85);
  }

  .md\:border-t-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9);
  }

  .md\:border-t-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95);
  }

  .md\:border-t-yellow-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .md\:border-t-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0);
  }

  .md\:border-t-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1);
  }

  .md\:border-t-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1);
  }

  .md\:border-t-yellow-300\/15 {
    border-top-color: rgb(253 224 71 / 0.15);
  }

  .md\:border-t-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2);
  }

  .md\:border-t-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25);
  }

  .md\:border-t-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3);
  }

  .md\:border-t-yellow-300\/35 {
    border-top-color: rgb(253 224 71 / 0.35);
  }

  .md\:border-t-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4);
  }

  .md\:border-t-yellow-300\/45 {
    border-top-color: rgb(253 224 71 / 0.45);
  }

  .md\:border-t-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05);
  }

  .md\:border-t-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5);
  }

  .md\:border-t-yellow-300\/55 {
    border-top-color: rgb(253 224 71 / 0.55);
  }

  .md\:border-t-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6);
  }

  .md\:border-t-yellow-300\/65 {
    border-top-color: rgb(253 224 71 / 0.65);
  }

  .md\:border-t-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7);
  }

  .md\:border-t-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75);
  }

  .md\:border-t-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8);
  }

  .md\:border-t-yellow-300\/85 {
    border-top-color: rgb(253 224 71 / 0.85);
  }

  .md\:border-t-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9);
  }

  .md\:border-t-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95);
  }

  .md\:border-t-yellow-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .md\:border-t-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0);
  }

  .md\:border-t-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1);
  }

  .md\:border-t-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1);
  }

  .md\:border-t-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15);
  }

  .md\:border-t-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2);
  }

  .md\:border-t-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25);
  }

  .md\:border-t-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3);
  }

  .md\:border-t-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35);
  }

  .md\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-t-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45);
  }

  .md\:border-t-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05);
  }

  .md\:border-t-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5);
  }

  .md\:border-t-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55);
  }

  .md\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-t-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65);
  }

  .md\:border-t-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7);
  }

  .md\:border-t-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75);
  }

  .md\:border-t-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8);
  }

  .md\:border-t-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85);
  }

  .md\:border-t-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9);
  }

  .md\:border-t-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95);
  }

  .md\:border-t-yellow-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .md\:border-t-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0);
  }

  .md\:border-t-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1);
  }

  .md\:border-t-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1);
  }

  .md\:border-t-yellow-50\/15 {
    border-top-color: rgb(254 252 232 / 0.15);
  }

  .md\:border-t-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2);
  }

  .md\:border-t-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25);
  }

  .md\:border-t-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3);
  }

  .md\:border-t-yellow-50\/35 {
    border-top-color: rgb(254 252 232 / 0.35);
  }

  .md\:border-t-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-t-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45);
  }

  .md\:border-t-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05);
  }

  .md\:border-t-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5);
  }

  .md\:border-t-yellow-50\/55 {
    border-top-color: rgb(254 252 232 / 0.55);
  }

  .md\:border-t-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-t-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65);
  }

  .md\:border-t-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7);
  }

  .md\:border-t-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75);
  }

  .md\:border-t-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8);
  }

  .md\:border-t-yellow-50\/85 {
    border-top-color: rgb(254 252 232 / 0.85);
  }

  .md\:border-t-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9);
  }

  .md\:border-t-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95);
  }

  .md\:border-t-yellow-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .md\:border-t-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0);
  }

  .md\:border-t-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1);
  }

  .md\:border-t-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1);
  }

  .md\:border-t-yellow-500\/15 {
    border-top-color: rgb(234 179 8 / 0.15);
  }

  .md\:border-t-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2);
  }

  .md\:border-t-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25);
  }

  .md\:border-t-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3);
  }

  .md\:border-t-yellow-500\/35 {
    border-top-color: rgb(234 179 8 / 0.35);
  }

  .md\:border-t-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-t-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45);
  }

  .md\:border-t-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05);
  }

  .md\:border-t-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5);
  }

  .md\:border-t-yellow-500\/55 {
    border-top-color: rgb(234 179 8 / 0.55);
  }

  .md\:border-t-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-t-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65);
  }

  .md\:border-t-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7);
  }

  .md\:border-t-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75);
  }

  .md\:border-t-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8);
  }

  .md\:border-t-yellow-500\/85 {
    border-top-color: rgb(234 179 8 / 0.85);
  }

  .md\:border-t-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9);
  }

  .md\:border-t-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95);
  }

  .md\:border-t-yellow-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .md\:border-t-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0);
  }

  .md\:border-t-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1);
  }

  .md\:border-t-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1);
  }

  .md\:border-t-yellow-600\/15 {
    border-top-color: rgb(202 138 4 / 0.15);
  }

  .md\:border-t-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2);
  }

  .md\:border-t-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25);
  }

  .md\:border-t-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3);
  }

  .md\:border-t-yellow-600\/35 {
    border-top-color: rgb(202 138 4 / 0.35);
  }

  .md\:border-t-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-t-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45);
  }

  .md\:border-t-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05);
  }

  .md\:border-t-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5);
  }

  .md\:border-t-yellow-600\/55 {
    border-top-color: rgb(202 138 4 / 0.55);
  }

  .md\:border-t-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-t-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65);
  }

  .md\:border-t-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7);
  }

  .md\:border-t-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75);
  }

  .md\:border-t-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8);
  }

  .md\:border-t-yellow-600\/85 {
    border-top-color: rgb(202 138 4 / 0.85);
  }

  .md\:border-t-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9);
  }

  .md\:border-t-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95);
  }

  .md\:border-t-yellow-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .md\:border-t-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0);
  }

  .md\:border-t-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1);
  }

  .md\:border-t-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1);
  }

  .md\:border-t-yellow-700\/15 {
    border-top-color: rgb(161 98 7 / 0.15);
  }

  .md\:border-t-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2);
  }

  .md\:border-t-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25);
  }

  .md\:border-t-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3);
  }

  .md\:border-t-yellow-700\/35 {
    border-top-color: rgb(161 98 7 / 0.35);
  }

  .md\:border-t-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4);
  }

  .md\:border-t-yellow-700\/45 {
    border-top-color: rgb(161 98 7 / 0.45);
  }

  .md\:border-t-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05);
  }

  .md\:border-t-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5);
  }

  .md\:border-t-yellow-700\/55 {
    border-top-color: rgb(161 98 7 / 0.55);
  }

  .md\:border-t-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6);
  }

  .md\:border-t-yellow-700\/65 {
    border-top-color: rgb(161 98 7 / 0.65);
  }

  .md\:border-t-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7);
  }

  .md\:border-t-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75);
  }

  .md\:border-t-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8);
  }

  .md\:border-t-yellow-700\/85 {
    border-top-color: rgb(161 98 7 / 0.85);
  }

  .md\:border-t-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9);
  }

  .md\:border-t-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95);
  }

  .md\:border-t-yellow-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .md\:border-t-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0);
  }

  .md\:border-t-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1);
  }

  .md\:border-t-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1);
  }

  .md\:border-t-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15);
  }

  .md\:border-t-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2);
  }

  .md\:border-t-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25);
  }

  .md\:border-t-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3);
  }

  .md\:border-t-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35);
  }

  .md\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-t-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45);
  }

  .md\:border-t-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05);
  }

  .md\:border-t-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5);
  }

  .md\:border-t-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55);
  }

  .md\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-t-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65);
  }

  .md\:border-t-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7);
  }

  .md\:border-t-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75);
  }

  .md\:border-t-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8);
  }

  .md\:border-t-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85);
  }

  .md\:border-t-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9);
  }

  .md\:border-t-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95);
  }

  .md\:border-t-yellow-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .md\:border-t-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0);
  }

  .md\:border-t-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1);
  }

  .md\:border-t-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1);
  }

  .md\:border-t-yellow-900\/15 {
    border-top-color: rgb(113 63 18 / 0.15);
  }

  .md\:border-t-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2);
  }

  .md\:border-t-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25);
  }

  .md\:border-t-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3);
  }

  .md\:border-t-yellow-900\/35 {
    border-top-color: rgb(113 63 18 / 0.35);
  }

  .md\:border-t-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4);
  }

  .md\:border-t-yellow-900\/45 {
    border-top-color: rgb(113 63 18 / 0.45);
  }

  .md\:border-t-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05);
  }

  .md\:border-t-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5);
  }

  .md\:border-t-yellow-900\/55 {
    border-top-color: rgb(113 63 18 / 0.55);
  }

  .md\:border-t-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6);
  }

  .md\:border-t-yellow-900\/65 {
    border-top-color: rgb(113 63 18 / 0.65);
  }

  .md\:border-t-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7);
  }

  .md\:border-t-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75);
  }

  .md\:border-t-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8);
  }

  .md\:border-t-yellow-900\/85 {
    border-top-color: rgb(113 63 18 / 0.85);
  }

  .md\:border-t-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9);
  }

  .md\:border-t-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95);
  }

  .md\:border-t-yellow-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .md\:border-t-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0);
  }

  .md\:border-t-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1);
  }

  .md\:border-t-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1);
  }

  .md\:border-t-yellow-950\/15 {
    border-top-color: rgb(66 32 6 / 0.15);
  }

  .md\:border-t-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2);
  }

  .md\:border-t-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25);
  }

  .md\:border-t-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3);
  }

  .md\:border-t-yellow-950\/35 {
    border-top-color: rgb(66 32 6 / 0.35);
  }

  .md\:border-t-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4);
  }

  .md\:border-t-yellow-950\/45 {
    border-top-color: rgb(66 32 6 / 0.45);
  }

  .md\:border-t-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05);
  }

  .md\:border-t-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5);
  }

  .md\:border-t-yellow-950\/55 {
    border-top-color: rgb(66 32 6 / 0.55);
  }

  .md\:border-t-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6);
  }

  .md\:border-t-yellow-950\/65 {
    border-top-color: rgb(66 32 6 / 0.65);
  }

  .md\:border-t-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7);
  }

  .md\:border-t-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75);
  }

  .md\:border-t-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8);
  }

  .md\:border-t-yellow-950\/85 {
    border-top-color: rgb(66 32 6 / 0.85);
  }

  .md\:border-t-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9);
  }

  .md\:border-t-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95);
  }

  .md\:border-t-zinc-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(244 244 245 / var(--tw-border-opacity));
  }

  .md\:border-t-zinc-100\/0 {
    border-top-color: rgb(244 244 245 / 0);
  }

  .md\:border-t-zinc-100\/10 {
    border-top-color: rgb(244 244 245 / 0.1);
  }

  .md\:border-t-zinc-100\/100 {
    border-top-color: rgb(244 244 245 / 1);
  }

  .md\:border-t-zinc-100\/15 {
    border-top-color: rgb(244 244 245 / 0.15);
  }

  .md\:border-t-zinc-100\/20 {
    border-top-color: rgb(244 244 245 / 0.2);
  }

  .md\:border-t-zinc-100\/25 {
    border-top-color: rgb(244 244 245 / 0.25);
  }

  .md\:border-t-zinc-100\/30 {
    border-top-color: rgb(244 244 245 / 0.3);
  }

  .md\:border-t-zinc-100\/35 {
    border-top-color: rgb(244 244 245 / 0.35);
  }

  .md\:border-t-zinc-100\/40 {
    border-top-color: rgb(244 244 245 / 0.4);
  }

  .md\:border-t-zinc-100\/45 {
    border-top-color: rgb(244 244 245 / 0.45);
  }

  .md\:border-t-zinc-100\/5 {
    border-top-color: rgb(244 244 245 / 0.05);
  }

  .md\:border-t-zinc-100\/50 {
    border-top-color: rgb(244 244 245 / 0.5);
  }

  .md\:border-t-zinc-100\/55 {
    border-top-color: rgb(244 244 245 / 0.55);
  }

  .md\:border-t-zinc-100\/60 {
    border-top-color: rgb(244 244 245 / 0.6);
  }

  .md\:border-t-zinc-100\/65 {
    border-top-color: rgb(244 244 245 / 0.65);
  }

  .md\:border-t-zinc-100\/70 {
    border-top-color: rgb(244 244 245 / 0.7);
  }

  .md\:border-t-zinc-100\/75 {
    border-top-color: rgb(244 244 245 / 0.75);
  }

  .md\:border-t-zinc-100\/80 {
    border-top-color: rgb(244 244 245 / 0.8);
  }

  .md\:border-t-zinc-100\/85 {
    border-top-color: rgb(244 244 245 / 0.85);
  }

  .md\:border-t-zinc-100\/90 {
    border-top-color: rgb(244 244 245 / 0.9);
  }

  .md\:border-t-zinc-100\/95 {
    border-top-color: rgb(244 244 245 / 0.95);
  }

  .md\:border-t-zinc-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(228 228 231 / var(--tw-border-opacity));
  }

  .md\:border-t-zinc-200\/0 {
    border-top-color: rgb(228 228 231 / 0);
  }

  .md\:border-t-zinc-200\/10 {
    border-top-color: rgb(228 228 231 / 0.1);
  }

  .md\:border-t-zinc-200\/100 {
    border-top-color: rgb(228 228 231 / 1);
  }

  .md\:border-t-zinc-200\/15 {
    border-top-color: rgb(228 228 231 / 0.15);
  }

  .md\:border-t-zinc-200\/20 {
    border-top-color: rgb(228 228 231 / 0.2);
  }

  .md\:border-t-zinc-200\/25 {
    border-top-color: rgb(228 228 231 / 0.25);
  }

  .md\:border-t-zinc-200\/30 {
    border-top-color: rgb(228 228 231 / 0.3);
  }

  .md\:border-t-zinc-200\/35 {
    border-top-color: rgb(228 228 231 / 0.35);
  }

  .md\:border-t-zinc-200\/40 {
    border-top-color: rgb(228 228 231 / 0.4);
  }

  .md\:border-t-zinc-200\/45 {
    border-top-color: rgb(228 228 231 / 0.45);
  }

  .md\:border-t-zinc-200\/5 {
    border-top-color: rgb(228 228 231 / 0.05);
  }

  .md\:border-t-zinc-200\/50 {
    border-top-color: rgb(228 228 231 / 0.5);
  }

  .md\:border-t-zinc-200\/55 {
    border-top-color: rgb(228 228 231 / 0.55);
  }

  .md\:border-t-zinc-200\/60 {
    border-top-color: rgb(228 228 231 / 0.6);
  }

  .md\:border-t-zinc-200\/65 {
    border-top-color: rgb(228 228 231 / 0.65);
  }

  .md\:border-t-zinc-200\/70 {
    border-top-color: rgb(228 228 231 / 0.7);
  }

  .md\:border-t-zinc-200\/75 {
    border-top-color: rgb(228 228 231 / 0.75);
  }

  .md\:border-t-zinc-200\/80 {
    border-top-color: rgb(228 228 231 / 0.8);
  }

  .md\:border-t-zinc-200\/85 {
    border-top-color: rgb(228 228 231 / 0.85);
  }

  .md\:border-t-zinc-200\/90 {
    border-top-color: rgb(228 228 231 / 0.9);
  }

  .md\:border-t-zinc-200\/95 {
    border-top-color: rgb(228 228 231 / 0.95);
  }

  .md\:border-t-zinc-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(212 212 216 / var(--tw-border-opacity));
  }

  .md\:border-t-zinc-300\/0 {
    border-top-color: rgb(212 212 216 / 0);
  }

  .md\:border-t-zinc-300\/10 {
    border-top-color: rgb(212 212 216 / 0.1);
  }

  .md\:border-t-zinc-300\/100 {
    border-top-color: rgb(212 212 216 / 1);
  }

  .md\:border-t-zinc-300\/15 {
    border-top-color: rgb(212 212 216 / 0.15);
  }

  .md\:border-t-zinc-300\/20 {
    border-top-color: rgb(212 212 216 / 0.2);
  }

  .md\:border-t-zinc-300\/25 {
    border-top-color: rgb(212 212 216 / 0.25);
  }

  .md\:border-t-zinc-300\/30 {
    border-top-color: rgb(212 212 216 / 0.3);
  }

  .md\:border-t-zinc-300\/35 {
    border-top-color: rgb(212 212 216 / 0.35);
  }

  .md\:border-t-zinc-300\/40 {
    border-top-color: rgb(212 212 216 / 0.4);
  }

  .md\:border-t-zinc-300\/45 {
    border-top-color: rgb(212 212 216 / 0.45);
  }

  .md\:border-t-zinc-300\/5 {
    border-top-color: rgb(212 212 216 / 0.05);
  }

  .md\:border-t-zinc-300\/50 {
    border-top-color: rgb(212 212 216 / 0.5);
  }

  .md\:border-t-zinc-300\/55 {
    border-top-color: rgb(212 212 216 / 0.55);
  }

  .md\:border-t-zinc-300\/60 {
    border-top-color: rgb(212 212 216 / 0.6);
  }

  .md\:border-t-zinc-300\/65 {
    border-top-color: rgb(212 212 216 / 0.65);
  }

  .md\:border-t-zinc-300\/70 {
    border-top-color: rgb(212 212 216 / 0.7);
  }

  .md\:border-t-zinc-300\/75 {
    border-top-color: rgb(212 212 216 / 0.75);
  }

  .md\:border-t-zinc-300\/80 {
    border-top-color: rgb(212 212 216 / 0.8);
  }

  .md\:border-t-zinc-300\/85 {
    border-top-color: rgb(212 212 216 / 0.85);
  }

  .md\:border-t-zinc-300\/90 {
    border-top-color: rgb(212 212 216 / 0.9);
  }

  .md\:border-t-zinc-300\/95 {
    border-top-color: rgb(212 212 216 / 0.95);
  }

  .md\:border-t-zinc-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 161 170 / var(--tw-border-opacity));
  }

  .md\:border-t-zinc-400\/0 {
    border-top-color: rgb(161 161 170 / 0);
  }

  .md\:border-t-zinc-400\/10 {
    border-top-color: rgb(161 161 170 / 0.1);
  }

  .md\:border-t-zinc-400\/100 {
    border-top-color: rgb(161 161 170 / 1);
  }

  .md\:border-t-zinc-400\/15 {
    border-top-color: rgb(161 161 170 / 0.15);
  }

  .md\:border-t-zinc-400\/20 {
    border-top-color: rgb(161 161 170 / 0.2);
  }

  .md\:border-t-zinc-400\/25 {
    border-top-color: rgb(161 161 170 / 0.25);
  }

  .md\:border-t-zinc-400\/30 {
    border-top-color: rgb(161 161 170 / 0.3);
  }

  .md\:border-t-zinc-400\/35 {
    border-top-color: rgb(161 161 170 / 0.35);
  }

  .md\:border-t-zinc-400\/40 {
    border-top-color: rgb(161 161 170 / 0.4);
  }

  .md\:border-t-zinc-400\/45 {
    border-top-color: rgb(161 161 170 / 0.45);
  }

  .md\:border-t-zinc-400\/5 {
    border-top-color: rgb(161 161 170 / 0.05);
  }

  .md\:border-t-zinc-400\/50 {
    border-top-color: rgb(161 161 170 / 0.5);
  }

  .md\:border-t-zinc-400\/55 {
    border-top-color: rgb(161 161 170 / 0.55);
  }

  .md\:border-t-zinc-400\/60 {
    border-top-color: rgb(161 161 170 / 0.6);
  }

  .md\:border-t-zinc-400\/65 {
    border-top-color: rgb(161 161 170 / 0.65);
  }

  .md\:border-t-zinc-400\/70 {
    border-top-color: rgb(161 161 170 / 0.7);
  }

  .md\:border-t-zinc-400\/75 {
    border-top-color: rgb(161 161 170 / 0.75);
  }

  .md\:border-t-zinc-400\/80 {
    border-top-color: rgb(161 161 170 / 0.8);
  }

  .md\:border-t-zinc-400\/85 {
    border-top-color: rgb(161 161 170 / 0.85);
  }

  .md\:border-t-zinc-400\/90 {
    border-top-color: rgb(161 161 170 / 0.9);
  }

  .md\:border-t-zinc-400\/95 {
    border-top-color: rgb(161 161 170 / 0.95);
  }

  .md\:border-t-zinc-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .md\:border-t-zinc-50\/0 {
    border-top-color: rgb(250 250 250 / 0);
  }

  .md\:border-t-zinc-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1);
  }

  .md\:border-t-zinc-50\/100 {
    border-top-color: rgb(250 250 250 / 1);
  }

  .md\:border-t-zinc-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15);
  }

  .md\:border-t-zinc-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2);
  }

  .md\:border-t-zinc-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25);
  }

  .md\:border-t-zinc-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3);
  }

  .md\:border-t-zinc-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35);
  }

  .md\:border-t-zinc-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4);
  }

  .md\:border-t-zinc-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45);
  }

  .md\:border-t-zinc-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05);
  }

  .md\:border-t-zinc-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5);
  }

  .md\:border-t-zinc-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55);
  }

  .md\:border-t-zinc-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6);
  }

  .md\:border-t-zinc-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65);
  }

  .md\:border-t-zinc-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7);
  }

  .md\:border-t-zinc-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75);
  }

  .md\:border-t-zinc-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8);
  }

  .md\:border-t-zinc-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85);
  }

  .md\:border-t-zinc-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9);
  }

  .md\:border-t-zinc-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95);
  }

  .md\:border-t-zinc-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 113 122 / var(--tw-border-opacity));
  }

  .md\:border-t-zinc-500\/0 {
    border-top-color: rgb(113 113 122 / 0);
  }

  .md\:border-t-zinc-500\/10 {
    border-top-color: rgb(113 113 122 / 0.1);
  }

  .md\:border-t-zinc-500\/100 {
    border-top-color: rgb(113 113 122 / 1);
  }

  .md\:border-t-zinc-500\/15 {
    border-top-color: rgb(113 113 122 / 0.15);
  }

  .md\:border-t-zinc-500\/20 {
    border-top-color: rgb(113 113 122 / 0.2);
  }

  .md\:border-t-zinc-500\/25 {
    border-top-color: rgb(113 113 122 / 0.25);
  }

  .md\:border-t-zinc-500\/30 {
    border-top-color: rgb(113 113 122 / 0.3);
  }

  .md\:border-t-zinc-500\/35 {
    border-top-color: rgb(113 113 122 / 0.35);
  }

  .md\:border-t-zinc-500\/40 {
    border-top-color: rgb(113 113 122 / 0.4);
  }

  .md\:border-t-zinc-500\/45 {
    border-top-color: rgb(113 113 122 / 0.45);
  }

  .md\:border-t-zinc-500\/5 {
    border-top-color: rgb(113 113 122 / 0.05);
  }

  .md\:border-t-zinc-500\/50 {
    border-top-color: rgb(113 113 122 / 0.5);
  }

  .md\:border-t-zinc-500\/55 {
    border-top-color: rgb(113 113 122 / 0.55);
  }

  .md\:border-t-zinc-500\/60 {
    border-top-color: rgb(113 113 122 / 0.6);
  }

  .md\:border-t-zinc-500\/65 {
    border-top-color: rgb(113 113 122 / 0.65);
  }

  .md\:border-t-zinc-500\/70 {
    border-top-color: rgb(113 113 122 / 0.7);
  }

  .md\:border-t-zinc-500\/75 {
    border-top-color: rgb(113 113 122 / 0.75);
  }

  .md\:border-t-zinc-500\/80 {
    border-top-color: rgb(113 113 122 / 0.8);
  }

  .md\:border-t-zinc-500\/85 {
    border-top-color: rgb(113 113 122 / 0.85);
  }

  .md\:border-t-zinc-500\/90 {
    border-top-color: rgb(113 113 122 / 0.9);
  }

  .md\:border-t-zinc-500\/95 {
    border-top-color: rgb(113 113 122 / 0.95);
  }

  .md\:border-t-zinc-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(82 82 91 / var(--tw-border-opacity));
  }

  .md\:border-t-zinc-600\/0 {
    border-top-color: rgb(82 82 91 / 0);
  }

  .md\:border-t-zinc-600\/10 {
    border-top-color: rgb(82 82 91 / 0.1);
  }

  .md\:border-t-zinc-600\/100 {
    border-top-color: rgb(82 82 91 / 1);
  }

  .md\:border-t-zinc-600\/15 {
    border-top-color: rgb(82 82 91 / 0.15);
  }

  .md\:border-t-zinc-600\/20 {
    border-top-color: rgb(82 82 91 / 0.2);
  }

  .md\:border-t-zinc-600\/25 {
    border-top-color: rgb(82 82 91 / 0.25);
  }

  .md\:border-t-zinc-600\/30 {
    border-top-color: rgb(82 82 91 / 0.3);
  }

  .md\:border-t-zinc-600\/35 {
    border-top-color: rgb(82 82 91 / 0.35);
  }

  .md\:border-t-zinc-600\/40 {
    border-top-color: rgb(82 82 91 / 0.4);
  }

  .md\:border-t-zinc-600\/45 {
    border-top-color: rgb(82 82 91 / 0.45);
  }

  .md\:border-t-zinc-600\/5 {
    border-top-color: rgb(82 82 91 / 0.05);
  }

  .md\:border-t-zinc-600\/50 {
    border-top-color: rgb(82 82 91 / 0.5);
  }

  .md\:border-t-zinc-600\/55 {
    border-top-color: rgb(82 82 91 / 0.55);
  }

  .md\:border-t-zinc-600\/60 {
    border-top-color: rgb(82 82 91 / 0.6);
  }

  .md\:border-t-zinc-600\/65 {
    border-top-color: rgb(82 82 91 / 0.65);
  }

  .md\:border-t-zinc-600\/70 {
    border-top-color: rgb(82 82 91 / 0.7);
  }

  .md\:border-t-zinc-600\/75 {
    border-top-color: rgb(82 82 91 / 0.75);
  }

  .md\:border-t-zinc-600\/80 {
    border-top-color: rgb(82 82 91 / 0.8);
  }

  .md\:border-t-zinc-600\/85 {
    border-top-color: rgb(82 82 91 / 0.85);
  }

  .md\:border-t-zinc-600\/90 {
    border-top-color: rgb(82 82 91 / 0.9);
  }

  .md\:border-t-zinc-600\/95 {
    border-top-color: rgb(82 82 91 / 0.95);
  }

  .md\:border-t-zinc-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(63 63 70 / var(--tw-border-opacity));
  }

  .md\:border-t-zinc-700\/0 {
    border-top-color: rgb(63 63 70 / 0);
  }

  .md\:border-t-zinc-700\/10 {
    border-top-color: rgb(63 63 70 / 0.1);
  }

  .md\:border-t-zinc-700\/100 {
    border-top-color: rgb(63 63 70 / 1);
  }

  .md\:border-t-zinc-700\/15 {
    border-top-color: rgb(63 63 70 / 0.15);
  }

  .md\:border-t-zinc-700\/20 {
    border-top-color: rgb(63 63 70 / 0.2);
  }

  .md\:border-t-zinc-700\/25 {
    border-top-color: rgb(63 63 70 / 0.25);
  }

  .md\:border-t-zinc-700\/30 {
    border-top-color: rgb(63 63 70 / 0.3);
  }

  .md\:border-t-zinc-700\/35 {
    border-top-color: rgb(63 63 70 / 0.35);
  }

  .md\:border-t-zinc-700\/40 {
    border-top-color: rgb(63 63 70 / 0.4);
  }

  .md\:border-t-zinc-700\/45 {
    border-top-color: rgb(63 63 70 / 0.45);
  }

  .md\:border-t-zinc-700\/5 {
    border-top-color: rgb(63 63 70 / 0.05);
  }

  .md\:border-t-zinc-700\/50 {
    border-top-color: rgb(63 63 70 / 0.5);
  }

  .md\:border-t-zinc-700\/55 {
    border-top-color: rgb(63 63 70 / 0.55);
  }

  .md\:border-t-zinc-700\/60 {
    border-top-color: rgb(63 63 70 / 0.6);
  }

  .md\:border-t-zinc-700\/65 {
    border-top-color: rgb(63 63 70 / 0.65);
  }

  .md\:border-t-zinc-700\/70 {
    border-top-color: rgb(63 63 70 / 0.7);
  }

  .md\:border-t-zinc-700\/75 {
    border-top-color: rgb(63 63 70 / 0.75);
  }

  .md\:border-t-zinc-700\/80 {
    border-top-color: rgb(63 63 70 / 0.8);
  }

  .md\:border-t-zinc-700\/85 {
    border-top-color: rgb(63 63 70 / 0.85);
  }

  .md\:border-t-zinc-700\/90 {
    border-top-color: rgb(63 63 70 / 0.9);
  }

  .md\:border-t-zinc-700\/95 {
    border-top-color: rgb(63 63 70 / 0.95);
  }

  .md\:border-t-zinc-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(39 39 42 / var(--tw-border-opacity));
  }

  .md\:border-t-zinc-800\/0 {
    border-top-color: rgb(39 39 42 / 0);
  }

  .md\:border-t-zinc-800\/10 {
    border-top-color: rgb(39 39 42 / 0.1);
  }

  .md\:border-t-zinc-800\/100 {
    border-top-color: rgb(39 39 42 / 1);
  }

  .md\:border-t-zinc-800\/15 {
    border-top-color: rgb(39 39 42 / 0.15);
  }

  .md\:border-t-zinc-800\/20 {
    border-top-color: rgb(39 39 42 / 0.2);
  }

  .md\:border-t-zinc-800\/25 {
    border-top-color: rgb(39 39 42 / 0.25);
  }

  .md\:border-t-zinc-800\/30 {
    border-top-color: rgb(39 39 42 / 0.3);
  }

  .md\:border-t-zinc-800\/35 {
    border-top-color: rgb(39 39 42 / 0.35);
  }

  .md\:border-t-zinc-800\/40 {
    border-top-color: rgb(39 39 42 / 0.4);
  }

  .md\:border-t-zinc-800\/45 {
    border-top-color: rgb(39 39 42 / 0.45);
  }

  .md\:border-t-zinc-800\/5 {
    border-top-color: rgb(39 39 42 / 0.05);
  }

  .md\:border-t-zinc-800\/50 {
    border-top-color: rgb(39 39 42 / 0.5);
  }

  .md\:border-t-zinc-800\/55 {
    border-top-color: rgb(39 39 42 / 0.55);
  }

  .md\:border-t-zinc-800\/60 {
    border-top-color: rgb(39 39 42 / 0.6);
  }

  .md\:border-t-zinc-800\/65 {
    border-top-color: rgb(39 39 42 / 0.65);
  }

  .md\:border-t-zinc-800\/70 {
    border-top-color: rgb(39 39 42 / 0.7);
  }

  .md\:border-t-zinc-800\/75 {
    border-top-color: rgb(39 39 42 / 0.75);
  }

  .md\:border-t-zinc-800\/80 {
    border-top-color: rgb(39 39 42 / 0.8);
  }

  .md\:border-t-zinc-800\/85 {
    border-top-color: rgb(39 39 42 / 0.85);
  }

  .md\:border-t-zinc-800\/90 {
    border-top-color: rgb(39 39 42 / 0.9);
  }

  .md\:border-t-zinc-800\/95 {
    border-top-color: rgb(39 39 42 / 0.95);
  }

  .md\:border-t-zinc-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(24 24 27 / var(--tw-border-opacity));
  }

  .md\:border-t-zinc-900\/0 {
    border-top-color: rgb(24 24 27 / 0);
  }

  .md\:border-t-zinc-900\/10 {
    border-top-color: rgb(24 24 27 / 0.1);
  }

  .md\:border-t-zinc-900\/100 {
    border-top-color: rgb(24 24 27 / 1);
  }

  .md\:border-t-zinc-900\/15 {
    border-top-color: rgb(24 24 27 / 0.15);
  }

  .md\:border-t-zinc-900\/20 {
    border-top-color: rgb(24 24 27 / 0.2);
  }

  .md\:border-t-zinc-900\/25 {
    border-top-color: rgb(24 24 27 / 0.25);
  }

  .md\:border-t-zinc-900\/30 {
    border-top-color: rgb(24 24 27 / 0.3);
  }

  .md\:border-t-zinc-900\/35 {
    border-top-color: rgb(24 24 27 / 0.35);
  }

  .md\:border-t-zinc-900\/40 {
    border-top-color: rgb(24 24 27 / 0.4);
  }

  .md\:border-t-zinc-900\/45 {
    border-top-color: rgb(24 24 27 / 0.45);
  }

  .md\:border-t-zinc-900\/5 {
    border-top-color: rgb(24 24 27 / 0.05);
  }

  .md\:border-t-zinc-900\/50 {
    border-top-color: rgb(24 24 27 / 0.5);
  }

  .md\:border-t-zinc-900\/55 {
    border-top-color: rgb(24 24 27 / 0.55);
  }

  .md\:border-t-zinc-900\/60 {
    border-top-color: rgb(24 24 27 / 0.6);
  }

  .md\:border-t-zinc-900\/65 {
    border-top-color: rgb(24 24 27 / 0.65);
  }

  .md\:border-t-zinc-900\/70 {
    border-top-color: rgb(24 24 27 / 0.7);
  }

  .md\:border-t-zinc-900\/75 {
    border-top-color: rgb(24 24 27 / 0.75);
  }

  .md\:border-t-zinc-900\/80 {
    border-top-color: rgb(24 24 27 / 0.8);
  }

  .md\:border-t-zinc-900\/85 {
    border-top-color: rgb(24 24 27 / 0.85);
  }

  .md\:border-t-zinc-900\/90 {
    border-top-color: rgb(24 24 27 / 0.9);
  }

  .md\:border-t-zinc-900\/95 {
    border-top-color: rgb(24 24 27 / 0.95);
  }

  .md\:border-t-zinc-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(9 9 11 / var(--tw-border-opacity));
  }

  .md\:border-t-zinc-950\/0 {
    border-top-color: rgb(9 9 11 / 0);
  }

  .md\:border-t-zinc-950\/10 {
    border-top-color: rgb(9 9 11 / 0.1);
  }

  .md\:border-t-zinc-950\/100 {
    border-top-color: rgb(9 9 11 / 1);
  }

  .md\:border-t-zinc-950\/15 {
    border-top-color: rgb(9 9 11 / 0.15);
  }

  .md\:border-t-zinc-950\/20 {
    border-top-color: rgb(9 9 11 / 0.2);
  }

  .md\:border-t-zinc-950\/25 {
    border-top-color: rgb(9 9 11 / 0.25);
  }

  .md\:border-t-zinc-950\/30 {
    border-top-color: rgb(9 9 11 / 0.3);
  }

  .md\:border-t-zinc-950\/35 {
    border-top-color: rgb(9 9 11 / 0.35);
  }

  .md\:border-t-zinc-950\/40 {
    border-top-color: rgb(9 9 11 / 0.4);
  }

  .md\:border-t-zinc-950\/45 {
    border-top-color: rgb(9 9 11 / 0.45);
  }

  .md\:border-t-zinc-950\/5 {
    border-top-color: rgb(9 9 11 / 0.05);
  }

  .md\:border-t-zinc-950\/50 {
    border-top-color: rgb(9 9 11 / 0.5);
  }

  .md\:border-t-zinc-950\/55 {
    border-top-color: rgb(9 9 11 / 0.55);
  }

  .md\:border-t-zinc-950\/60 {
    border-top-color: rgb(9 9 11 / 0.6);
  }

  .md\:border-t-zinc-950\/65 {
    border-top-color: rgb(9 9 11 / 0.65);
  }

  .md\:border-t-zinc-950\/70 {
    border-top-color: rgb(9 9 11 / 0.7);
  }

  .md\:border-t-zinc-950\/75 {
    border-top-color: rgb(9 9 11 / 0.75);
  }

  .md\:border-t-zinc-950\/80 {
    border-top-color: rgb(9 9 11 / 0.8);
  }

  .md\:border-t-zinc-950\/85 {
    border-top-color: rgb(9 9 11 / 0.85);
  }

  .md\:border-t-zinc-950\/90 {
    border-top-color: rgb(9 9 11 / 0.9);
  }

  .md\:border-t-zinc-950\/95 {
    border-top-color: rgb(9 9 11 / 0.95);
  }

  .md\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .md\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .md\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .md\:border-opacity-15 {
    --tw-border-opacity: 0.15;
  }

  .md\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .md\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .md\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .md\:border-opacity-35 {
    --tw-border-opacity: 0.35;
  }

  .md\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .md\:border-opacity-45 {
    --tw-border-opacity: 0.45;
  }

  .md\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .md\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .md\:border-opacity-55 {
    --tw-border-opacity: 0.55;
  }

  .md\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .md\:border-opacity-65 {
    --tw-border-opacity: 0.65;
  }

  .md\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .md\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .md\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .md\:border-opacity-85 {
    --tw-border-opacity: 0.85;
  }

  .md\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .md\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:blur-3xl {
    --tw-blur: blur(64px);
    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);
  }
}

@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:inset-0 {
    inset: 0px;
  }

  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }

  .lg\:left-36 {
    left: 9rem;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-full {
    right: 100%;
  }

  .lg\:-order-1 {
    order: -1;
  }

  .lg\:-order-10 {
    order: -10;
  }

  .lg\:-order-11 {
    order: -11;
  }

  .lg\:-order-12 {
    order: -12;
  }

  .lg\:-order-2 {
    order: -2;
  }

  .lg\:-order-3 {
    order: -3;
  }

  .lg\:-order-4 {
    order: -4;
  }

  .lg\:-order-5 {
    order: -5;
  }

  .lg\:-order-6 {
    order: -6;
  }

  .lg\:-order-7 {
    order: -7;
  }

  .lg\:-order-8 {
    order: -8;
  }

  .lg\:-order-9 {
    order: -9;
  }

  .lg\:-order-first {
    order: 9999;
  }

  .lg\:-order-last {
    order: -9999;
  }

  .lg\:-order-none {
    order: 0;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-10 {
    order: 10;
  }

  .lg\:order-11 {
    order: 11;
  }

  .lg\:order-12 {
    order: 12;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:order-5 {
    order: 5;
  }

  .lg\:order-6 {
    order: 6;
  }

  .lg\:order-7 {
    order: 7;
  }

  .lg\:order-8 {
    order: 8;
  }

  .lg\:order-9 {
    order: 9;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:order-none {
    order: 0;
  }

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

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

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

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:row-start-3 {
    grid-row-start: 3;
  }

  .lg\:row-end-1 {
    grid-row-end: 1;
  }

  .lg\:row-end-2 {
    grid-row-end: 2;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-my-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }

  .lg\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

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

  .lg\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

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

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:-ml-0 {
    margin-left: -0px;
  }

  .lg\:-mr-36 {
    margin-right: -9rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mr-96 {
    margin-right: -24rem;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

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

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

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

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }

  .lg\:h-0 {
    height: 0px;
  }

  .lg\:h-0\.5 {
    height: 0.125rem;
  }

  .lg\:h-1 {
    height: 0.25rem;
  }

  .lg\:h-1\.5 {
    height: 0.375rem;
  }

  .lg\:h-1\/2 {
    height: 50%;
  }

  .lg\:h-1\/3 {
    height: 33.333333%;
  }

  .lg\:h-1\/4 {
    height: 25%;
  }

  .lg\:h-1\/5 {
    height: 20%;
  }

  .lg\:h-1\/6 {
    height: 16.666667%;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-11 {
    height: 2.75rem;
  }

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

  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-2 {
    height: 0.5rem;
  }

  .lg\:h-2\.5 {
    height: 0.625rem;
  }

  .lg\:h-2\/3 {
    height: 66.666667%;
  }

  .lg\:h-2\/4 {
    height: 50%;
  }

  .lg\:h-2\/5 {
    height: 40%;
  }

  .lg\:h-2\/6 {
    height: 33.333333%;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

  .lg\:h-3\.5 {
    height: 0.875rem;
  }

  .lg\:h-3\/4 {
    height: 75%;
  }

  .lg\:h-3\/5 {
    height: 60%;
  }

  .lg\:h-3\/6 {
    height: 50%;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-36 {
    height: 9rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-4\/5 {
    height: 80%;
  }

  .lg\:h-4\/6 {
    height: 66.666667%;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-44 {
    height: 11rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-5\/6 {
    height: 83.333333%;
  }

  .lg\:h-52 {
    height: 13rem;
  }

  .lg\:h-56 {
    height: 14rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-60 {
    height: 15rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

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

  .lg\:h-72 {
    height: 18rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-80 {
    height: 20rem;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-dvh {
    height: 100dvh;
  }

  .lg\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-lvh {
    height: 100lvh;
  }

  .lg\:h-max {
    height: -moz-max-content;
    height: max-content;
  }

  .lg\:h-min {
    height: -moz-min-content;
    height: min-content;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:h-svh {
    height: 100svh;
  }

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

  .lg\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .lg\:max-h-1 {
    max-height: 0.25rem;
  }

  .lg\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .lg\:max-h-10 {
    max-height: 2.5rem;
  }

  .lg\:max-h-11 {
    max-height: 2.75rem;
  }

  .lg\:max-h-12 {
    max-height: 3rem;
  }

  .lg\:max-h-14 {
    max-height: 3.5rem;
  }

  .lg\:max-h-16 {
    max-height: 4rem;
  }

  .lg\:max-h-2 {
    max-height: 0.5rem;
  }

  .lg\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .lg\:max-h-20 {
    max-height: 5rem;
  }

  .lg\:max-h-24 {
    max-height: 6rem;
  }

  .lg\:max-h-28 {
    max-height: 7rem;
  }

  .lg\:max-h-3 {
    max-height: 0.75rem;
  }

  .lg\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .lg\:max-h-32 {
    max-height: 8rem;
  }

  .lg\:max-h-36 {
    max-height: 9rem;
  }

  .lg\:max-h-4 {
    max-height: 1rem;
  }

  .lg\:max-h-40 {
    max-height: 10rem;
  }

  .lg\:max-h-44 {
    max-height: 11rem;
  }

  .lg\:max-h-48 {
    max-height: 12rem;
  }

  .lg\:max-h-5 {
    max-height: 1.25rem;
  }

  .lg\:max-h-52 {
    max-height: 13rem;
  }

  .lg\:max-h-56 {
    max-height: 14rem;
  }

  .lg\:max-h-6 {
    max-height: 1.5rem;
  }

  .lg\:max-h-60 {
    max-height: 15rem;
  }

  .lg\:max-h-64 {
    max-height: 16rem;
  }

  .lg\:max-h-7 {
    max-height: 1.75rem;
  }

  .lg\:max-h-72 {
    max-height: 18rem;
  }

  .lg\:max-h-8 {
    max-height: 2rem;
  }

  .lg\:max-h-80 {
    max-height: 20rem;
  }

  .lg\:max-h-9 {
    max-height: 2.25rem;
  }

  .lg\:max-h-96 {
    max-height: 24rem;
  }

  .lg\:max-h-dvh {
    max-height: 100dvh;
  }

  .lg\:max-h-fit {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

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

  .lg\:max-h-lvh {
    max-height: 100lvh;
  }

  .lg\:max-h-max {
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .lg\:max-h-min {
    max-height: -moz-min-content;
    max-height: min-content;
  }

  .lg\:max-h-none {
    max-height: none;
  }

  .lg\:max-h-px {
    max-height: 1px;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-h-svh {
    max-height: 100svh;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

  .lg\:min-h-0\.5 {
    min-height: 0.125rem;
  }

  .lg\:min-h-1 {
    min-height: 0.25rem;
  }

  .lg\:min-h-1\.5 {
    min-height: 0.375rem;
  }

  .lg\:min-h-10 {
    min-height: 2.5rem;
  }

  .lg\:min-h-11 {
    min-height: 2.75rem;
  }

  .lg\:min-h-12 {
    min-height: 3rem;
  }

  .lg\:min-h-14 {
    min-height: 3.5rem;
  }

  .lg\:min-h-16 {
    min-height: 4rem;
  }

  .lg\:min-h-2 {
    min-height: 0.5rem;
  }

  .lg\:min-h-2\.5 {
    min-height: 0.625rem;
  }

  .lg\:min-h-20 {
    min-height: 5rem;
  }

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

  .lg\:min-h-28 {
    min-height: 7rem;
  }

  .lg\:min-h-3 {
    min-height: 0.75rem;
  }

  .lg\:min-h-3\.5 {
    min-height: 0.875rem;
  }

  .lg\:min-h-32 {
    min-height: 8rem;
  }

  .lg\:min-h-36 {
    min-height: 9rem;
  }

  .lg\:min-h-4 {
    min-height: 1rem;
  }

  .lg\:min-h-40 {
    min-height: 10rem;
  }

  .lg\:min-h-44 {
    min-height: 11rem;
  }

  .lg\:min-h-48 {
    min-height: 12rem;
  }

  .lg\:min-h-5 {
    min-height: 1.25rem;
  }

  .lg\:min-h-52 {
    min-height: 13rem;
  }

  .lg\:min-h-56 {
    min-height: 14rem;
  }

  .lg\:min-h-6 {
    min-height: 1.5rem;
  }

  .lg\:min-h-60 {
    min-height: 15rem;
  }

  .lg\:min-h-64 {
    min-height: 16rem;
  }

  .lg\:min-h-7 {
    min-height: 1.75rem;
  }

  .lg\:min-h-72 {
    min-height: 18rem;
  }

  .lg\:min-h-8 {
    min-height: 2rem;
  }

  .lg\:min-h-80 {
    min-height: 20rem;
  }

  .lg\:min-h-9 {
    min-height: 2.25rem;
  }

  .lg\:min-h-96 {
    min-height: 24rem;
  }

  .lg\:min-h-dvh {
    min-height: 100dvh;
  }

  .lg\:min-h-fit {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

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

  .lg\:min-h-lvh {
    min-height: 100lvh;
  }

  .lg\:min-h-max {
    min-height: -moz-max-content;
    min-height: max-content;
  }

  .lg\:min-h-min {
    min-height: -moz-min-content;
    min-height: min-content;
  }

  .lg\:min-h-px {
    min-height: 1px;
  }

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

  .lg\:min-h-svh {
    min-height: 100svh;
  }

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

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-0 {
    max-width: 0px;
  }

  .lg\:max-w-0\.5 {
    max-width: 0.125rem;
  }

  .lg\:max-w-1 {
    max-width: 0.25rem;
  }

  .lg\:max-w-1\.5 {
    max-width: 0.375rem;
  }

  .lg\:max-w-10 {
    max-width: 2.5rem;
  }

  .lg\:max-w-11 {
    max-width: 2.75rem;
  }

  .lg\:max-w-12 {
    max-width: 3rem;
  }

  .lg\:max-w-14 {
    max-width: 3.5rem;
  }

  .lg\:max-w-16 {
    max-width: 4rem;
  }

  .lg\:max-w-2 {
    max-width: 0.5rem;
  }

  .lg\:max-w-2\.5 {
    max-width: 0.625rem;
  }

  .lg\:max-w-20 {
    max-width: 5rem;
  }

  .lg\:max-w-24 {
    max-width: 6rem;
  }

  .lg\:max-w-28 {
    max-width: 7rem;
  }

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

  .lg\:max-w-3 {
    max-width: 0.75rem;
  }

  .lg\:max-w-3\.5 {
    max-width: 0.875rem;
  }

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

  .lg\:max-w-36 {
    max-width: 9rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-4 {
    max-width: 1rem;
  }

  .lg\:max-w-40 {
    max-width: 10rem;
  }

  .lg\:max-w-44 {
    max-width: 11rem;
  }

  .lg\:max-w-48 {
    max-width: 12rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-5 {
    max-width: 1.25rem;
  }

  .lg\:max-w-52 {
    max-width: 13rem;
  }

  .lg\:max-w-56 {
    max-width: 14rem;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:max-w-6 {
    max-width: 1.5rem;
  }

  .lg\:max-w-60 {
    max-width: 15rem;
  }

  .lg\:max-w-64 {
    max-width: 16rem;
  }

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

  .lg\:max-w-7 {
    max-width: 1.75rem;
  }

  .lg\:max-w-72 {
    max-width: 18rem;
  }

  .lg\:max-w-7xl {
    max-width: 80rem;
  }

  .lg\:max-w-8 {
    max-width: 2rem;
  }

  .lg\:max-w-80 {
    max-width: 20rem;
  }

  .lg\:max-w-9 {
    max-width: 2.25rem;
  }

  .lg\:max-w-96 {
    max-width: 24rem;
  }

  .lg\:max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

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

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

  .lg\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

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

  .lg\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-prose {
    max-width: 65ch;
  }

  .lg\:max-w-px {
    max-width: 1px;
  }

  .lg\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .lg\:max-w-screen-lg {
    max-width: 1024px;
  }

  .lg\:max-w-screen-md {
    max-width: 768px;
  }

  .lg\:max-w-screen-sm {
    max-width: 640px;
  }

  .lg\:max-w-screen-xl {
    max-width: 1280px;
  }

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

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

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

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:shrink-0 {
    flex-shrink: 0;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:border-collapse {
    border-collapse: collapse;
  }

  .lg\:border-separate {
    border-collapse: separate;
  }

  .lg\:border-spacing-0 {
    --tw-border-spacing-x: 0px;
    --tw-border-spacing-y: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-0\.5 {
    --tw-border-spacing-x: 0.125rem;
    --tw-border-spacing-y: 0.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-1 {
    --tw-border-spacing-x: 0.25rem;
    --tw-border-spacing-y: 0.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-1\.5 {
    --tw-border-spacing-x: 0.375rem;
    --tw-border-spacing-y: 0.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-10 {
    --tw-border-spacing-x: 2.5rem;
    --tw-border-spacing-y: 2.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-11 {
    --tw-border-spacing-x: 2.75rem;
    --tw-border-spacing-y: 2.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-12 {
    --tw-border-spacing-x: 3rem;
    --tw-border-spacing-y: 3rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-14 {
    --tw-border-spacing-x: 3.5rem;
    --tw-border-spacing-y: 3.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-16 {
    --tw-border-spacing-x: 4rem;
    --tw-border-spacing-y: 4rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-2 {
    --tw-border-spacing-x: 0.5rem;
    --tw-border-spacing-y: 0.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-2\.5 {
    --tw-border-spacing-x: 0.625rem;
    --tw-border-spacing-y: 0.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-20 {
    --tw-border-spacing-x: 5rem;
    --tw-border-spacing-y: 5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-24 {
    --tw-border-spacing-x: 6rem;
    --tw-border-spacing-y: 6rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-28 {
    --tw-border-spacing-x: 7rem;
    --tw-border-spacing-y: 7rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-3 {
    --tw-border-spacing-x: 0.75rem;
    --tw-border-spacing-y: 0.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-3\.5 {
    --tw-border-spacing-x: 0.875rem;
    --tw-border-spacing-y: 0.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-32 {
    --tw-border-spacing-x: 8rem;
    --tw-border-spacing-y: 8rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-36 {
    --tw-border-spacing-x: 9rem;
    --tw-border-spacing-y: 9rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-4 {
    --tw-border-spacing-x: 1rem;
    --tw-border-spacing-y: 1rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-40 {
    --tw-border-spacing-x: 10rem;
    --tw-border-spacing-y: 10rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-44 {
    --tw-border-spacing-x: 11rem;
    --tw-border-spacing-y: 11rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-48 {
    --tw-border-spacing-x: 12rem;
    --tw-border-spacing-y: 12rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-5 {
    --tw-border-spacing-x: 1.25rem;
    --tw-border-spacing-y: 1.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-52 {
    --tw-border-spacing-x: 13rem;
    --tw-border-spacing-y: 13rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-56 {
    --tw-border-spacing-x: 14rem;
    --tw-border-spacing-y: 14rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-6 {
    --tw-border-spacing-x: 1.5rem;
    --tw-border-spacing-y: 1.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-60 {
    --tw-border-spacing-x: 15rem;
    --tw-border-spacing-y: 15rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-64 {
    --tw-border-spacing-x: 16rem;
    --tw-border-spacing-y: 16rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-7 {
    --tw-border-spacing-x: 1.75rem;
    --tw-border-spacing-y: 1.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-72 {
    --tw-border-spacing-x: 18rem;
    --tw-border-spacing-y: 18rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-8 {
    --tw-border-spacing-x: 2rem;
    --tw-border-spacing-y: 2rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-80 {
    --tw-border-spacing-x: 20rem;
    --tw-border-spacing-y: 20rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-9 {
    --tw-border-spacing-x: 2.25rem;
    --tw-border-spacing-y: 2.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-96 {
    --tw-border-spacing-x: 24rem;
    --tw-border-spacing-y: 24rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\: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);
  }

  .lg\:border-spacing-x-0 {
    --tw-border-spacing-x: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-0\.5 {
    --tw-border-spacing-x: 0.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-1 {
    --tw-border-spacing-x: 0.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-1\.5 {
    --tw-border-spacing-x: 0.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-10 {
    --tw-border-spacing-x: 2.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-11 {
    --tw-border-spacing-x: 2.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-12 {
    --tw-border-spacing-x: 3rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-14 {
    --tw-border-spacing-x: 3.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-16 {
    --tw-border-spacing-x: 4rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-2 {
    --tw-border-spacing-x: 0.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-2\.5 {
    --tw-border-spacing-x: 0.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-20 {
    --tw-border-spacing-x: 5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-24 {
    --tw-border-spacing-x: 6rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-28 {
    --tw-border-spacing-x: 7rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-3 {
    --tw-border-spacing-x: 0.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-3\.5 {
    --tw-border-spacing-x: 0.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-32 {
    --tw-border-spacing-x: 8rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-36 {
    --tw-border-spacing-x: 9rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-4 {
    --tw-border-spacing-x: 1rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-40 {
    --tw-border-spacing-x: 10rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-44 {
    --tw-border-spacing-x: 11rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-48 {
    --tw-border-spacing-x: 12rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-5 {
    --tw-border-spacing-x: 1.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-52 {
    --tw-border-spacing-x: 13rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-56 {
    --tw-border-spacing-x: 14rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-6 {
    --tw-border-spacing-x: 1.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-60 {
    --tw-border-spacing-x: 15rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-64 {
    --tw-border-spacing-x: 16rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-7 {
    --tw-border-spacing-x: 1.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-72 {
    --tw-border-spacing-x: 18rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-8 {
    --tw-border-spacing-x: 2rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-80 {
    --tw-border-spacing-x: 20rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-9 {
    --tw-border-spacing-x: 2.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-96 {
    --tw-border-spacing-x: 24rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-x-px {
    --tw-border-spacing-x: 1px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-0 {
    --tw-border-spacing-y: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-0\.5 {
    --tw-border-spacing-y: 0.125rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-1 {
    --tw-border-spacing-y: 0.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-1\.5 {
    --tw-border-spacing-y: 0.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-10 {
    --tw-border-spacing-y: 2.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-11 {
    --tw-border-spacing-y: 2.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-12 {
    --tw-border-spacing-y: 3rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-14 {
    --tw-border-spacing-y: 3.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-16 {
    --tw-border-spacing-y: 4rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-2 {
    --tw-border-spacing-y: 0.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-2\.5 {
    --tw-border-spacing-y: 0.625rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-20 {
    --tw-border-spacing-y: 5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-24 {
    --tw-border-spacing-y: 6rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-28 {
    --tw-border-spacing-y: 7rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-3 {
    --tw-border-spacing-y: 0.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-3\.5 {
    --tw-border-spacing-y: 0.875rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-32 {
    --tw-border-spacing-y: 8rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-36 {
    --tw-border-spacing-y: 9rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-4 {
    --tw-border-spacing-y: 1rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-40 {
    --tw-border-spacing-y: 10rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-44 {
    --tw-border-spacing-y: 11rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-48 {
    --tw-border-spacing-y: 12rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-5 {
    --tw-border-spacing-y: 1.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-52 {
    --tw-border-spacing-y: 13rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-56 {
    --tw-border-spacing-y: 14rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-6 {
    --tw-border-spacing-y: 1.5rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-60 {
    --tw-border-spacing-y: 15rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-64 {
    --tw-border-spacing-y: 16rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-7 {
    --tw-border-spacing-y: 1.75rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-72 {
    --tw-border-spacing-y: 18rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-8 {
    --tw-border-spacing-y: 2rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-80 {
    --tw-border-spacing-y: 20rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-9 {
    --tw-border-spacing-y: 2.25rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-96 {
    --tw-border-spacing-y: 24rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:border-spacing-y-px {
    --tw-border-spacing-y: 1px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }

  .lg\:origin-center {
    transform-origin: center;
  }

  .lg\:touch-auto {
    touch-action: auto;
  }

  .lg\:touch-none {
    touch-action: none;
  }

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

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

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

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

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

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

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

  .lg\:touch-manipulation {
    touch-action: manipulation;
  }

  .lg\:-scroll-my-0 {
    scroll-margin-top: -0px;
    scroll-margin-bottom: -0px;
  }

  .lg\:-scroll-my-0\.5 {
    scroll-margin-top: -0.125rem;
    scroll-margin-bottom: -0.125rem;
  }

  .lg\:-scroll-my-1 {
    scroll-margin-top: -0.25rem;
    scroll-margin-bottom: -0.25rem;
  }

  .lg\:-scroll-my-1\.5 {
    scroll-margin-top: -0.375rem;
    scroll-margin-bottom: -0.375rem;
  }

  .lg\:-scroll-my-10 {
    scroll-margin-top: -2.5rem;
    scroll-margin-bottom: -2.5rem;
  }

  .lg\:-scroll-my-11 {
    scroll-margin-top: -2.75rem;
    scroll-margin-bottom: -2.75rem;
  }

  .lg\:-scroll-my-12 {
    scroll-margin-top: -3rem;
    scroll-margin-bottom: -3rem;
  }

  .lg\:-scroll-my-14 {
    scroll-margin-top: -3.5rem;
    scroll-margin-bottom: -3.5rem;
  }

  .lg\:-scroll-my-16 {
    scroll-margin-top: -4rem;
    scroll-margin-bottom: -4rem;
  }

  .lg\:-scroll-my-2 {
    scroll-margin-top: -0.5rem;
    scroll-margin-bottom: -0.5rem;
  }

  .lg\:-scroll-my-2\.5 {
    scroll-margin-top: -0.625rem;
    scroll-margin-bottom: -0.625rem;
  }

  .lg\:-scroll-my-20 {
    scroll-margin-top: -5rem;
    scroll-margin-bottom: -5rem;
  }

  .lg\:-scroll-my-24 {
    scroll-margin-top: -6rem;
    scroll-margin-bottom: -6rem;
  }

  .lg\:-scroll-my-28 {
    scroll-margin-top: -7rem;
    scroll-margin-bottom: -7rem;
  }

  .lg\:-scroll-my-3 {
    scroll-margin-top: -0.75rem;
    scroll-margin-bottom: -0.75rem;
  }

  .lg\:-scroll-my-3\.5 {
    scroll-margin-top: -0.875rem;
    scroll-margin-bottom: -0.875rem;
  }

  .lg\:-scroll-my-32 {
    scroll-margin-top: -8rem;
    scroll-margin-bottom: -8rem;
  }

  .lg\:-scroll-my-36 {
    scroll-margin-top: -9rem;
    scroll-margin-bottom: -9rem;
  }

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

  .lg\:-scroll-my-40 {
    scroll-margin-top: -10rem;
    scroll-margin-bottom: -10rem;
  }

  .lg\:-scroll-my-44 {
    scroll-margin-top: -11rem;
    scroll-margin-bottom: -11rem;
  }

  .lg\:-scroll-my-48 {
    scroll-margin-top: -12rem;
    scroll-margin-bottom: -12rem;
  }

  .lg\:-scroll-my-5 {
    scroll-margin-top: -1.25rem;
    scroll-margin-bottom: -1.25rem;
  }

  .lg\:-scroll-my-52 {
    scroll-margin-top: -13rem;
    scroll-margin-bottom: -13rem;
  }

  .lg\:-scroll-my-56 {
    scroll-margin-top: -14rem;
    scroll-margin-bottom: -14rem;
  }

  .lg\:-scroll-my-6 {
    scroll-margin-top: -1.5rem;
    scroll-margin-bottom: -1.5rem;
  }

  .lg\:-scroll-my-60 {
    scroll-margin-top: -15rem;
    scroll-margin-bottom: -15rem;
  }

  .lg\:-scroll-my-64 {
    scroll-margin-top: -16rem;
    scroll-margin-bottom: -16rem;
  }

  .lg\:-scroll-my-7 {
    scroll-margin-top: -1.75rem;
    scroll-margin-bottom: -1.75rem;
  }

  .lg\:-scroll-my-72 {
    scroll-margin-top: -18rem;
    scroll-margin-bottom: -18rem;
  }

  .lg\:-scroll-my-8 {
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }

  .lg\:-scroll-my-80 {
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }

  .lg\:-scroll-my-9 {
    scroll-margin-top: -2.25rem;
    scroll-margin-bottom: -2.25rem;
  }

  .lg\:-scroll-my-96 {
    scroll-margin-top: -24rem;
    scroll-margin-bottom: -24rem;
  }

  .lg\:-scroll-my-px {
    scroll-margin-top: -1px;
    scroll-margin-bottom: -1px;
  }

  .lg\:scroll-my-0 {
    scroll-margin-top: 0px;
    scroll-margin-bottom: 0px;
  }

  .lg\:scroll-my-0\.5 {
    scroll-margin-top: 0.125rem;
    scroll-margin-bottom: 0.125rem;
  }

  .lg\:scroll-my-1 {
    scroll-margin-top: 0.25rem;
    scroll-margin-bottom: 0.25rem;
  }

  .lg\:scroll-my-1\.5 {
    scroll-margin-top: 0.375rem;
    scroll-margin-bottom: 0.375rem;
  }

  .lg\:scroll-my-10 {
    scroll-margin-top: 2.5rem;
    scroll-margin-bottom: 2.5rem;
  }

  .lg\:scroll-my-11 {
    scroll-margin-top: 2.75rem;
    scroll-margin-bottom: 2.75rem;
  }

  .lg\:scroll-my-12 {
    scroll-margin-top: 3rem;
    scroll-margin-bottom: 3rem;
  }

  .lg\:scroll-my-14 {
    scroll-margin-top: 3.5rem;
    scroll-margin-bottom: 3.5rem;
  }

  .lg\:scroll-my-16 {
    scroll-margin-top: 4rem;
    scroll-margin-bottom: 4rem;
  }

  .lg\:scroll-my-2 {
    scroll-margin-top: 0.5rem;
    scroll-margin-bottom: 0.5rem;
  }

  .lg\:scroll-my-2\.5 {
    scroll-margin-top: 0.625rem;
    scroll-margin-bottom: 0.625rem;
  }

  .lg\:scroll-my-20 {
    scroll-margin-top: 5rem;
    scroll-margin-bottom: 5rem;
  }

  .lg\:scroll-my-24 {
    scroll-margin-top: 6rem;
    scroll-margin-bottom: 6rem;
  }

  .lg\:scroll-my-28 {
    scroll-margin-top: 7rem;
    scroll-margin-bottom: 7rem;
  }

  .lg\:scroll-my-3 {
    scroll-margin-top: 0.75rem;
    scroll-margin-bottom: 0.75rem;
  }

  .lg\:scroll-my-3\.5 {
    scroll-margin-top: 0.875rem;
    scroll-margin-bottom: 0.875rem;
  }

  .lg\:scroll-my-32 {
    scroll-margin-top: 8rem;
    scroll-margin-bottom: 8rem;
  }

  .lg\:scroll-my-36 {
    scroll-margin-top: 9rem;
    scroll-margin-bottom: 9rem;
  }

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

  .lg\:scroll-my-40 {
    scroll-margin-top: 10rem;
    scroll-margin-bottom: 10rem;
  }

  .lg\:scroll-my-44 {
    scroll-margin-top: 11rem;
    scroll-margin-bottom: 11rem;
  }

  .lg\:scroll-my-48 {
    scroll-margin-top: 12rem;
    scroll-margin-bottom: 12rem;
  }

  .lg\:scroll-my-5 {
    scroll-margin-top: 1.25rem;
    scroll-margin-bottom: 1.25rem;
  }

  .lg\:scroll-my-52 {
    scroll-margin-top: 13rem;
    scroll-margin-bottom: 13rem;
  }

  .lg\:scroll-my-56 {
    scroll-margin-top: 14rem;
    scroll-margin-bottom: 14rem;
  }

  .lg\:scroll-my-6 {
    scroll-margin-top: 1.5rem;
    scroll-margin-bottom: 1.5rem;
  }

  .lg\:scroll-my-60 {
    scroll-margin-top: 15rem;
    scroll-margin-bottom: 15rem;
  }

  .lg\:scroll-my-64 {
    scroll-margin-top: 16rem;
    scroll-margin-bottom: 16rem;
  }

  .lg\:scroll-my-7 {
    scroll-margin-top: 1.75rem;
    scroll-margin-bottom: 1.75rem;
  }

  .lg\:scroll-my-72 {
    scroll-margin-top: 18rem;
    scroll-margin-bottom: 18rem;
  }

  .lg\:scroll-my-8 {
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }

  .lg\:scroll-my-80 {
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }

  .lg\:scroll-my-9 {
    scroll-margin-top: 2.25rem;
    scroll-margin-bottom: 2.25rem;
  }

  .lg\:scroll-my-96 {
    scroll-margin-top: 24rem;
    scroll-margin-bottom: 24rem;
  }

  .lg\:scroll-my-px {
    scroll-margin-top: 1px;
    scroll-margin-bottom: 1px;
  }

  .lg\:scroll-py-0 {
    scroll-padding-top: 0px;
    scroll-padding-bottom: 0px;
  }

  .lg\:scroll-py-0\.5 {
    scroll-padding-top: 0.125rem;
    scroll-padding-bottom: 0.125rem;
  }

  .lg\:scroll-py-1 {
    scroll-padding-top: 0.25rem;
    scroll-padding-bottom: 0.25rem;
  }

  .lg\:scroll-py-1\.5 {
    scroll-padding-top: 0.375rem;
    scroll-padding-bottom: 0.375rem;
  }

  .lg\:scroll-py-10 {
    scroll-padding-top: 2.5rem;
    scroll-padding-bottom: 2.5rem;
  }

  .lg\:scroll-py-11 {
    scroll-padding-top: 2.75rem;
    scroll-padding-bottom: 2.75rem;
  }

  .lg\:scroll-py-12 {
    scroll-padding-top: 3rem;
    scroll-padding-bottom: 3rem;
  }

  .lg\:scroll-py-14 {
    scroll-padding-top: 3.5rem;
    scroll-padding-bottom: 3.5rem;
  }

  .lg\:scroll-py-16 {
    scroll-padding-top: 4rem;
    scroll-padding-bottom: 4rem;
  }

  .lg\:scroll-py-2 {
    scroll-padding-top: 0.5rem;
    scroll-padding-bottom: 0.5rem;
  }

  .lg\:scroll-py-2\.5 {
    scroll-padding-top: 0.625rem;
    scroll-padding-bottom: 0.625rem;
  }

  .lg\:scroll-py-20 {
    scroll-padding-top: 5rem;
    scroll-padding-bottom: 5rem;
  }

  .lg\:scroll-py-24 {
    scroll-padding-top: 6rem;
    scroll-padding-bottom: 6rem;
  }

  .lg\:scroll-py-28 {
    scroll-padding-top: 7rem;
    scroll-padding-bottom: 7rem;
  }

  .lg\:scroll-py-3 {
    scroll-padding-top: 0.75rem;
    scroll-padding-bottom: 0.75rem;
  }

  .lg\:scroll-py-3\.5 {
    scroll-padding-top: 0.875rem;
    scroll-padding-bottom: 0.875rem;
  }

  .lg\:scroll-py-32 {
    scroll-padding-top: 8rem;
    scroll-padding-bottom: 8rem;
  }

  .lg\:scroll-py-36 {
    scroll-padding-top: 9rem;
    scroll-padding-bottom: 9rem;
  }

  .lg\:scroll-py-4 {
    scroll-padding-top: 1rem;
    scroll-padding-bottom: 1rem;
  }

  .lg\:scroll-py-40 {
    scroll-padding-top: 10rem;
    scroll-padding-bottom: 10rem;
  }

  .lg\:scroll-py-44 {
    scroll-padding-top: 11rem;
    scroll-padding-bottom: 11rem;
  }

  .lg\:scroll-py-48 {
    scroll-padding-top: 12rem;
    scroll-padding-bottom: 12rem;
  }

  .lg\:scroll-py-5 {
    scroll-padding-top: 1.25rem;
    scroll-padding-bottom: 1.25rem;
  }

  .lg\:scroll-py-52 {
    scroll-padding-top: 13rem;
    scroll-padding-bottom: 13rem;
  }

  .lg\:scroll-py-56 {
    scroll-padding-top: 14rem;
    scroll-padding-bottom: 14rem;
  }

  .lg\:scroll-py-6 {
    scroll-padding-top: 1.5rem;
    scroll-padding-bottom: 1.5rem;
  }

  .lg\:scroll-py-60 {
    scroll-padding-top: 15rem;
    scroll-padding-bottom: 15rem;
  }

  .lg\:scroll-py-64 {
    scroll-padding-top: 16rem;
    scroll-padding-bottom: 16rem;
  }

  .lg\:scroll-py-7 {
    scroll-padding-top: 1.75rem;
    scroll-padding-bottom: 1.75rem;
  }

  .lg\:scroll-py-72 {
    scroll-padding-top: 18rem;
    scroll-padding-bottom: 18rem;
  }

  .lg\:scroll-py-8 {
    scroll-padding-top: 2rem;
    scroll-padding-bottom: 2rem;
  }

  .lg\:scroll-py-80 {
    scroll-padding-top: 20rem;
    scroll-padding-bottom: 20rem;
  }

  .lg\:scroll-py-9 {
    scroll-padding-top: 2.25rem;
    scroll-padding-bottom: 2.25rem;
  }

  .lg\:scroll-py-96 {
    scroll-padding-top: 24rem;
    scroll-padding-bottom: 24rem;
  }

  .lg\:scroll-py-px {
    scroll-padding-top: 1px;
    scroll-padding-bottom: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:grid-cols-subgrid {
    grid-template-columns: subgrid;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

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

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .lg\: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));
  }

  .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-divide-opacity));
  }

  .lg\:rounded-2xl {
    border-radius: 1rem;
  }

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

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

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

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border-8 {
    border-width: 8px;
  }

  .lg\:border-x {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .lg\:border-x-0 {
    border-left-width: 0px;
    border-right-width: 0px;
  }

  .lg\:border-x-2 {
    border-left-width: 2px;
    border-right-width: 2px;
  }

  .lg\:border-x-4 {
    border-left-width: 4px;
    border-right-width: 4px;
  }

  .lg\:border-x-8 {
    border-left-width: 8px;
    border-right-width: 8px;
  }

  .lg\:border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .lg\:border-y-0 {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }

  .lg\:border-y-2 {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }

  .lg\:border-y-4 {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }

  .lg\:border-y-8 {
    border-top-width: 8px;
    border-bottom-width: 8px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-e {
    border-inline-end-width: 1px;
  }

  .lg\:border-e-0 {
    border-inline-end-width: 0px;
  }

  .lg\:border-e-2 {
    border-inline-end-width: 2px;
  }

  .lg\:border-e-4 {
    border-inline-end-width: 4px;
  }

  .lg\:border-e-8 {
    border-inline-end-width: 8px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-l-0 {
    border-left-width: 0px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-r-0 {
    border-right-width: 0px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-s {
    border-inline-start-width: 1px;
  }

  .lg\:border-s-0 {
    border-inline-start-width: 0px;
  }

  .lg\:border-s-2 {
    border-inline-start-width: 2px;
  }

  .lg\:border-s-4 {
    border-inline-start-width: 4px;
  }

  .lg\:border-s-8 {
    border-inline-start-width: 8px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0px;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-dashed {
    border-style: dashed;
  }

  .lg\:border-dotted {
    border-style: dotted;
  }

  .lg\:border-double {
    border-style: double;
  }

  .lg\:border-hidden {
    border-style: hidden;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-amber-100 {
    --tw-border-opacity: 1;
    border-color: rgb(254 243 199 / var(--tw-border-opacity));
  }

  .lg\:border-amber-100\/0 {
    border-color: rgb(254 243 199 / 0);
  }

  .lg\:border-amber-100\/10 {
    border-color: rgb(254 243 199 / 0.1);
  }

  .lg\:border-amber-100\/100 {
    border-color: rgb(254 243 199 / 1);
  }

  .lg\:border-amber-100\/15 {
    border-color: rgb(254 243 199 / 0.15);
  }

  .lg\:border-amber-100\/20 {
    border-color: rgb(254 243 199 / 0.2);
  }

  .lg\:border-amber-100\/25 {
    border-color: rgb(254 243 199 / 0.25);
  }

  .lg\:border-amber-100\/30 {
    border-color: rgb(254 243 199 / 0.3);
  }

  .lg\:border-amber-100\/35 {
    border-color: rgb(254 243 199 / 0.35);
  }

  .lg\:border-amber-100\/40 {
    border-color: rgb(254 243 199 / 0.4);
  }

  .lg\:border-amber-100\/45 {
    border-color: rgb(254 243 199 / 0.45);
  }

  .lg\:border-amber-100\/5 {
    border-color: rgb(254 243 199 / 0.05);
  }

  .lg\:border-amber-100\/50 {
    border-color: rgb(254 243 199 / 0.5);
  }

  .lg\:border-amber-100\/55 {
    border-color: rgb(254 243 199 / 0.55);
  }

  .lg\:border-amber-100\/60 {
    border-color: rgb(254 243 199 / 0.6);
  }

  .lg\:border-amber-100\/65 {
    border-color: rgb(254 243 199 / 0.65);
  }

  .lg\:border-amber-100\/70 {
    border-color: rgb(254 243 199 / 0.7);
  }

  .lg\:border-amber-100\/75 {
    border-color: rgb(254 243 199 / 0.75);
  }

  .lg\:border-amber-100\/80 {
    border-color: rgb(254 243 199 / 0.8);
  }

  .lg\:border-amber-100\/85 {
    border-color: rgb(254 243 199 / 0.85);
  }

  .lg\:border-amber-100\/90 {
    border-color: rgb(254 243 199 / 0.9);
  }

  .lg\:border-amber-100\/95 {
    border-color: rgb(254 243 199 / 0.95);
  }

  .lg\:border-amber-200 {
    --tw-border-opacity: 1;
    border-color: rgb(253 230 138 / var(--tw-border-opacity));
  }

  .lg\:border-amber-200\/0 {
    border-color: rgb(253 230 138 / 0);
  }

  .lg\:border-amber-200\/10 {
    border-color: rgb(253 230 138 / 0.1);
  }

  .lg\:border-amber-200\/100 {
    border-color: rgb(253 230 138 / 1);
  }

  .lg\:border-amber-200\/15 {
    border-color: rgb(253 230 138 / 0.15);
  }

  .lg\:border-amber-200\/20 {
    border-color: rgb(253 230 138 / 0.2);
  }

  .lg\:border-amber-200\/25 {
    border-color: rgb(253 230 138 / 0.25);
  }

  .lg\:border-amber-200\/30 {
    border-color: rgb(253 230 138 / 0.3);
  }

  .lg\:border-amber-200\/35 {
    border-color: rgb(253 230 138 / 0.35);
  }

  .lg\:border-amber-200\/40 {
    border-color: rgb(253 230 138 / 0.4);
  }

  .lg\:border-amber-200\/45 {
    border-color: rgb(253 230 138 / 0.45);
  }

  .lg\:border-amber-200\/5 {
    border-color: rgb(253 230 138 / 0.05);
  }

  .lg\:border-amber-200\/50 {
    border-color: rgb(253 230 138 / 0.5);
  }

  .lg\:border-amber-200\/55 {
    border-color: rgb(253 230 138 / 0.55);
  }

  .lg\:border-amber-200\/60 {
    border-color: rgb(253 230 138 / 0.6);
  }

  .lg\:border-amber-200\/65 {
    border-color: rgb(253 230 138 / 0.65);
  }

  .lg\:border-amber-200\/70 {
    border-color: rgb(253 230 138 / 0.7);
  }

  .lg\:border-amber-200\/75 {
    border-color: rgb(253 230 138 / 0.75);
  }

  .lg\:border-amber-200\/80 {
    border-color: rgb(253 230 138 / 0.8);
  }

  .lg\:border-amber-200\/85 {
    border-color: rgb(253 230 138 / 0.85);
  }

  .lg\:border-amber-200\/90 {
    border-color: rgb(253 230 138 / 0.9);
  }

  .lg\:border-amber-200\/95 {
    border-color: rgb(253 230 138 / 0.95);
  }

  .lg\:border-amber-300 {
    --tw-border-opacity: 1;
    border-color: rgb(252 211 77 / var(--tw-border-opacity));
  }

  .lg\:border-amber-300\/0 {
    border-color: rgb(252 211 77 / 0);
  }

  .lg\:border-amber-300\/10 {
    border-color: rgb(252 211 77 / 0.1);
  }

  .lg\:border-amber-300\/100 {
    border-color: rgb(252 211 77 / 1);
  }

  .lg\:border-amber-300\/15 {
    border-color: rgb(252 211 77 / 0.15);
  }

  .lg\:border-amber-300\/20 {
    border-color: rgb(252 211 77 / 0.2);
  }

  .lg\:border-amber-300\/25 {
    border-color: rgb(252 211 77 / 0.25);
  }

  .lg\:border-amber-300\/30 {
    border-color: rgb(252 211 77 / 0.3);
  }

  .lg\:border-amber-300\/35 {
    border-color: rgb(252 211 77 / 0.35);
  }

  .lg\:border-amber-300\/40 {
    border-color: rgb(252 211 77 / 0.4);
  }

  .lg\:border-amber-300\/45 {
    border-color: rgb(252 211 77 / 0.45);
  }

  .lg\:border-amber-300\/5 {
    border-color: rgb(252 211 77 / 0.05);
  }

  .lg\:border-amber-300\/50 {
    border-color: rgb(252 211 77 / 0.5);
  }

  .lg\:border-amber-300\/55 {
    border-color: rgb(252 211 77 / 0.55);
  }

  .lg\:border-amber-300\/60 {
    border-color: rgb(252 211 77 / 0.6);
  }

  .lg\:border-amber-300\/65 {
    border-color: rgb(252 211 77 / 0.65);
  }

  .lg\:border-amber-300\/70 {
    border-color: rgb(252 211 77 / 0.7);
  }

  .lg\:border-amber-300\/75 {
    border-color: rgb(252 211 77 / 0.75);
  }

  .lg\:border-amber-300\/80 {
    border-color: rgb(252 211 77 / 0.8);
  }

  .lg\:border-amber-300\/85 {
    border-color: rgb(252 211 77 / 0.85);
  }

  .lg\:border-amber-300\/90 {
    border-color: rgb(252 211 77 / 0.9);
  }

  .lg\:border-amber-300\/95 {
    border-color: rgb(252 211 77 / 0.95);
  }

  .lg\:border-amber-400 {
    --tw-border-opacity: 1;
    border-color: rgb(251 191 36 / var(--tw-border-opacity));
  }

  .lg\:border-amber-400\/0 {
    border-color: rgb(251 191 36 / 0);
  }

  .lg\:border-amber-400\/10 {
    border-color: rgb(251 191 36 / 0.1);
  }

  .lg\:border-amber-400\/100 {
    border-color: rgb(251 191 36 / 1);
  }

  .lg\:border-amber-400\/15 {
    border-color: rgb(251 191 36 / 0.15);
  }

  .lg\:border-amber-400\/20 {
    border-color: rgb(251 191 36 / 0.2);
  }

  .lg\:border-amber-400\/25 {
    border-color: rgb(251 191 36 / 0.25);
  }

  .lg\:border-amber-400\/30 {
    border-color: rgb(251 191 36 / 0.3);
  }

  .lg\:border-amber-400\/35 {
    border-color: rgb(251 191 36 / 0.35);
  }

  .lg\:border-amber-400\/40 {
    border-color: rgb(251 191 36 / 0.4);
  }

  .lg\:border-amber-400\/45 {
    border-color: rgb(251 191 36 / 0.45);
  }

  .lg\:border-amber-400\/5 {
    border-color: rgb(251 191 36 / 0.05);
  }

  .lg\:border-amber-400\/50 {
    border-color: rgb(251 191 36 / 0.5);
  }

  .lg\:border-amber-400\/55 {
    border-color: rgb(251 191 36 / 0.55);
  }

  .lg\:border-amber-400\/60 {
    border-color: rgb(251 191 36 / 0.6);
  }

  .lg\:border-amber-400\/65 {
    border-color: rgb(251 191 36 / 0.65);
  }

  .lg\:border-amber-400\/70 {
    border-color: rgb(251 191 36 / 0.7);
  }

  .lg\:border-amber-400\/75 {
    border-color: rgb(251 191 36 / 0.75);
  }

  .lg\:border-amber-400\/80 {
    border-color: rgb(251 191 36 / 0.8);
  }

  .lg\:border-amber-400\/85 {
    border-color: rgb(251 191 36 / 0.85);
  }

  .lg\:border-amber-400\/90 {
    border-color: rgb(251 191 36 / 0.9);
  }

  .lg\:border-amber-400\/95 {
    border-color: rgb(251 191 36 / 0.95);
  }

  .lg\:border-amber-50 {
    --tw-border-opacity: 1;
    border-color: rgb(255 251 235 / var(--tw-border-opacity));
  }

  .lg\:border-amber-50\/0 {
    border-color: rgb(255 251 235 / 0);
  }

  .lg\:border-amber-50\/10 {
    border-color: rgb(255 251 235 / 0.1);
  }

  .lg\:border-amber-50\/100 {
    border-color: rgb(255 251 235 / 1);
  }

  .lg\:border-amber-50\/15 {
    border-color: rgb(255 251 235 / 0.15);
  }

  .lg\:border-amber-50\/20 {
    border-color: rgb(255 251 235 / 0.2);
  }

  .lg\:border-amber-50\/25 {
    border-color: rgb(255 251 235 / 0.25);
  }

  .lg\:border-amber-50\/30 {
    border-color: rgb(255 251 235 / 0.3);
  }

  .lg\:border-amber-50\/35 {
    border-color: rgb(255 251 235 / 0.35);
  }

  .lg\:border-amber-50\/40 {
    border-color: rgb(255 251 235 / 0.4);
  }

  .lg\:border-amber-50\/45 {
    border-color: rgb(255 251 235 / 0.45);
  }

  .lg\:border-amber-50\/5 {
    border-color: rgb(255 251 235 / 0.05);
  }

  .lg\:border-amber-50\/50 {
    border-color: rgb(255 251 235 / 0.5);
  }

  .lg\:border-amber-50\/55 {
    border-color: rgb(255 251 235 / 0.55);
  }

  .lg\:border-amber-50\/60 {
    border-color: rgb(255 251 235 / 0.6);
  }

  .lg\:border-amber-50\/65 {
    border-color: rgb(255 251 235 / 0.65);
  }

  .lg\:border-amber-50\/70 {
    border-color: rgb(255 251 235 / 0.7);
  }

  .lg\:border-amber-50\/75 {
    border-color: rgb(255 251 235 / 0.75);
  }

  .lg\:border-amber-50\/80 {
    border-color: rgb(255 251 235 / 0.8);
  }

  .lg\:border-amber-50\/85 {
    border-color: rgb(255 251 235 / 0.85);
  }

  .lg\:border-amber-50\/90 {
    border-color: rgb(255 251 235 / 0.9);
  }

  .lg\:border-amber-50\/95 {
    border-color: rgb(255 251 235 / 0.95);
  }

  .lg\:border-amber-500 {
    --tw-border-opacity: 1;
    border-color: rgb(245 158 11 / var(--tw-border-opacity));
  }

  .lg\:border-amber-500\/0 {
    border-color: rgb(245 158 11 / 0);
  }

  .lg\:border-amber-500\/10 {
    border-color: rgb(245 158 11 / 0.1);
  }

  .lg\:border-amber-500\/100 {
    border-color: rgb(245 158 11 / 1);
  }

  .lg\:border-amber-500\/15 {
    border-color: rgb(245 158 11 / 0.15);
  }

  .lg\:border-amber-500\/20 {
    border-color: rgb(245 158 11 / 0.2);
  }

  .lg\:border-amber-500\/25 {
    border-color: rgb(245 158 11 / 0.25);
  }

  .lg\:border-amber-500\/30 {
    border-color: rgb(245 158 11 / 0.3);
  }

  .lg\:border-amber-500\/35 {
    border-color: rgb(245 158 11 / 0.35);
  }

  .lg\:border-amber-500\/40 {
    border-color: rgb(245 158 11 / 0.4);
  }

  .lg\:border-amber-500\/45 {
    border-color: rgb(245 158 11 / 0.45);
  }

  .lg\:border-amber-500\/5 {
    border-color: rgb(245 158 11 / 0.05);
  }

  .lg\:border-amber-500\/50 {
    border-color: rgb(245 158 11 / 0.5);
  }

  .lg\:border-amber-500\/55 {
    border-color: rgb(245 158 11 / 0.55);
  }

  .lg\:border-amber-500\/60 {
    border-color: rgb(245 158 11 / 0.6);
  }

  .lg\:border-amber-500\/65 {
    border-color: rgb(245 158 11 / 0.65);
  }

  .lg\:border-amber-500\/70 {
    border-color: rgb(245 158 11 / 0.7);
  }

  .lg\:border-amber-500\/75 {
    border-color: rgb(245 158 11 / 0.75);
  }

  .lg\:border-amber-500\/80 {
    border-color: rgb(245 158 11 / 0.8);
  }

  .lg\:border-amber-500\/85 {
    border-color: rgb(245 158 11 / 0.85);
  }

  .lg\:border-amber-500\/90 {
    border-color: rgb(245 158 11 / 0.9);
  }

  .lg\:border-amber-500\/95 {
    border-color: rgb(245 158 11 / 0.95);
  }

  .lg\:border-amber-600 {
    --tw-border-opacity: 1;
    border-color: rgb(217 119 6 / var(--tw-border-opacity));
  }

  .lg\:border-amber-600\/0 {
    border-color: rgb(217 119 6 / 0);
  }

  .lg\:border-amber-600\/10 {
    border-color: rgb(217 119 6 / 0.1);
  }

  .lg\:border-amber-600\/100 {
    border-color: rgb(217 119 6 / 1);
  }

  .lg\:border-amber-600\/15 {
    border-color: rgb(217 119 6 / 0.15);
  }

  .lg\:border-amber-600\/20 {
    border-color: rgb(217 119 6 / 0.2);
  }

  .lg\:border-amber-600\/25 {
    border-color: rgb(217 119 6 / 0.25);
  }

  .lg\:border-amber-600\/30 {
    border-color: rgb(217 119 6 / 0.3);
  }

  .lg\:border-amber-600\/35 {
    border-color: rgb(217 119 6 / 0.35);
  }

  .lg\:border-amber-600\/40 {
    border-color: rgb(217 119 6 / 0.4);
  }

  .lg\:border-amber-600\/45 {
    border-color: rgb(217 119 6 / 0.45);
  }

  .lg\:border-amber-600\/5 {
    border-color: rgb(217 119 6 / 0.05);
  }

  .lg\:border-amber-600\/50 {
    border-color: rgb(217 119 6 / 0.5);
  }

  .lg\:border-amber-600\/55 {
    border-color: rgb(217 119 6 / 0.55);
  }

  .lg\:border-amber-600\/60 {
    border-color: rgb(217 119 6 / 0.6);
  }

  .lg\:border-amber-600\/65 {
    border-color: rgb(217 119 6 / 0.65);
  }

  .lg\:border-amber-600\/70 {
    border-color: rgb(217 119 6 / 0.7);
  }

  .lg\:border-amber-600\/75 {
    border-color: rgb(217 119 6 / 0.75);
  }

  .lg\:border-amber-600\/80 {
    border-color: rgb(217 119 6 / 0.8);
  }

  .lg\:border-amber-600\/85 {
    border-color: rgb(217 119 6 / 0.85);
  }

  .lg\:border-amber-600\/90 {
    border-color: rgb(217 119 6 / 0.9);
  }

  .lg\:border-amber-600\/95 {
    border-color: rgb(217 119 6 / 0.95);
  }

  .lg\:border-amber-700 {
    --tw-border-opacity: 1;
    border-color: rgb(180 83 9 / var(--tw-border-opacity));
  }

  .lg\:border-amber-700\/0 {
    border-color: rgb(180 83 9 / 0);
  }

  .lg\:border-amber-700\/10 {
    border-color: rgb(180 83 9 / 0.1);
  }

  .lg\:border-amber-700\/100 {
    border-color: rgb(180 83 9 / 1);
  }

  .lg\:border-amber-700\/15 {
    border-color: rgb(180 83 9 / 0.15);
  }

  .lg\:border-amber-700\/20 {
    border-color: rgb(180 83 9 / 0.2);
  }

  .lg\:border-amber-700\/25 {
    border-color: rgb(180 83 9 / 0.25);
  }

  .lg\:border-amber-700\/30 {
    border-color: rgb(180 83 9 / 0.3);
  }

  .lg\:border-amber-700\/35 {
    border-color: rgb(180 83 9 / 0.35);
  }

  .lg\:border-amber-700\/40 {
    border-color: rgb(180 83 9 / 0.4);
  }

  .lg\:border-amber-700\/45 {
    border-color: rgb(180 83 9 / 0.45);
  }

  .lg\:border-amber-700\/5 {
    border-color: rgb(180 83 9 / 0.05);
  }

  .lg\:border-amber-700\/50 {
    border-color: rgb(180 83 9 / 0.5);
  }

  .lg\:border-amber-700\/55 {
    border-color: rgb(180 83 9 / 0.55);
  }

  .lg\:border-amber-700\/60 {
    border-color: rgb(180 83 9 / 0.6);
  }

  .lg\:border-amber-700\/65 {
    border-color: rgb(180 83 9 / 0.65);
  }

  .lg\:border-amber-700\/70 {
    border-color: rgb(180 83 9 / 0.7);
  }

  .lg\:border-amber-700\/75 {
    border-color: rgb(180 83 9 / 0.75);
  }

  .lg\:border-amber-700\/80 {
    border-color: rgb(180 83 9 / 0.8);
  }

  .lg\:border-amber-700\/85 {
    border-color: rgb(180 83 9 / 0.85);
  }

  .lg\:border-amber-700\/90 {
    border-color: rgb(180 83 9 / 0.9);
  }

  .lg\:border-amber-700\/95 {
    border-color: rgb(180 83 9 / 0.95);
  }

  .lg\:border-amber-800 {
    --tw-border-opacity: 1;
    border-color: rgb(146 64 14 / var(--tw-border-opacity));
  }

  .lg\:border-amber-800\/0 {
    border-color: rgb(146 64 14 / 0);
  }

  .lg\:border-amber-800\/10 {
    border-color: rgb(146 64 14 / 0.1);
  }

  .lg\:border-amber-800\/100 {
    border-color: rgb(146 64 14 / 1);
  }

  .lg\:border-amber-800\/15 {
    border-color: rgb(146 64 14 / 0.15);
  }

  .lg\:border-amber-800\/20 {
    border-color: rgb(146 64 14 / 0.2);
  }

  .lg\:border-amber-800\/25 {
    border-color: rgb(146 64 14 / 0.25);
  }

  .lg\:border-amber-800\/30 {
    border-color: rgb(146 64 14 / 0.3);
  }

  .lg\:border-amber-800\/35 {
    border-color: rgb(146 64 14 / 0.35);
  }

  .lg\:border-amber-800\/40 {
    border-color: rgb(146 64 14 / 0.4);
  }

  .lg\:border-amber-800\/45 {
    border-color: rgb(146 64 14 / 0.45);
  }

  .lg\:border-amber-800\/5 {
    border-color: rgb(146 64 14 / 0.05);
  }

  .lg\:border-amber-800\/50 {
    border-color: rgb(146 64 14 / 0.5);
  }

  .lg\:border-amber-800\/55 {
    border-color: rgb(146 64 14 / 0.55);
  }

  .lg\:border-amber-800\/60 {
    border-color: rgb(146 64 14 / 0.6);
  }

  .lg\:border-amber-800\/65 {
    border-color: rgb(146 64 14 / 0.65);
  }

  .lg\:border-amber-800\/70 {
    border-color: rgb(146 64 14 / 0.7);
  }

  .lg\:border-amber-800\/75 {
    border-color: rgb(146 64 14 / 0.75);
  }

  .lg\:border-amber-800\/80 {
    border-color: rgb(146 64 14 / 0.8);
  }

  .lg\:border-amber-800\/85 {
    border-color: rgb(146 64 14 / 0.85);
  }

  .lg\:border-amber-800\/90 {
    border-color: rgb(146 64 14 / 0.9);
  }

  .lg\:border-amber-800\/95 {
    border-color: rgb(146 64 14 / 0.95);
  }

  .lg\:border-amber-900 {
    --tw-border-opacity: 1;
    border-color: rgb(120 53 15 / var(--tw-border-opacity));
  }

  .lg\:border-amber-900\/0 {
    border-color: rgb(120 53 15 / 0);
  }

  .lg\:border-amber-900\/10 {
    border-color: rgb(120 53 15 / 0.1);
  }

  .lg\:border-amber-900\/100 {
    border-color: rgb(120 53 15 / 1);
  }

  .lg\:border-amber-900\/15 {
    border-color: rgb(120 53 15 / 0.15);
  }

  .lg\:border-amber-900\/20 {
    border-color: rgb(120 53 15 / 0.2);
  }

  .lg\:border-amber-900\/25 {
    border-color: rgb(120 53 15 / 0.25);
  }

  .lg\:border-amber-900\/30 {
    border-color: rgb(120 53 15 / 0.3);
  }

  .lg\:border-amber-900\/35 {
    border-color: rgb(120 53 15 / 0.35);
  }

  .lg\:border-amber-900\/40 {
    border-color: rgb(120 53 15 / 0.4);
  }

  .lg\:border-amber-900\/45 {
    border-color: rgb(120 53 15 / 0.45);
  }

  .lg\:border-amber-900\/5 {
    border-color: rgb(120 53 15 / 0.05);
  }

  .lg\:border-amber-900\/50 {
    border-color: rgb(120 53 15 / 0.5);
  }

  .lg\:border-amber-900\/55 {
    border-color: rgb(120 53 15 / 0.55);
  }

  .lg\:border-amber-900\/60 {
    border-color: rgb(120 53 15 / 0.6);
  }

  .lg\:border-amber-900\/65 {
    border-color: rgb(120 53 15 / 0.65);
  }

  .lg\:border-amber-900\/70 {
    border-color: rgb(120 53 15 / 0.7);
  }

  .lg\:border-amber-900\/75 {
    border-color: rgb(120 53 15 / 0.75);
  }

  .lg\:border-amber-900\/80 {
    border-color: rgb(120 53 15 / 0.8);
  }

  .lg\:border-amber-900\/85 {
    border-color: rgb(120 53 15 / 0.85);
  }

  .lg\:border-amber-900\/90 {
    border-color: rgb(120 53 15 / 0.9);
  }

  .lg\:border-amber-900\/95 {
    border-color: rgb(120 53 15 / 0.95);
  }

  .lg\:border-amber-950 {
    --tw-border-opacity: 1;
    border-color: rgb(69 26 3 / var(--tw-border-opacity));
  }

  .lg\:border-amber-950\/0 {
    border-color: rgb(69 26 3 / 0);
  }

  .lg\:border-amber-950\/10 {
    border-color: rgb(69 26 3 / 0.1);
  }

  .lg\:border-amber-950\/100 {
    border-color: rgb(69 26 3 / 1);
  }

  .lg\:border-amber-950\/15 {
    border-color: rgb(69 26 3 / 0.15);
  }

  .lg\:border-amber-950\/20 {
    border-color: rgb(69 26 3 / 0.2);
  }

  .lg\:border-amber-950\/25 {
    border-color: rgb(69 26 3 / 0.25);
  }

  .lg\:border-amber-950\/30 {
    border-color: rgb(69 26 3 / 0.3);
  }

  .lg\:border-amber-950\/35 {
    border-color: rgb(69 26 3 / 0.35);
  }

  .lg\:border-amber-950\/40 {
    border-color: rgb(69 26 3 / 0.4);
  }

  .lg\:border-amber-950\/45 {
    border-color: rgb(69 26 3 / 0.45);
  }

  .lg\:border-amber-950\/5 {
    border-color: rgb(69 26 3 / 0.05);
  }

  .lg\:border-amber-950\/50 {
    border-color: rgb(69 26 3 / 0.5);
  }

  .lg\:border-amber-950\/55 {
    border-color: rgb(69 26 3 / 0.55);
  }

  .lg\:border-amber-950\/60 {
    border-color: rgb(69 26 3 / 0.6);
  }

  .lg\:border-amber-950\/65 {
    border-color: rgb(69 26 3 / 0.65);
  }

  .lg\:border-amber-950\/70 {
    border-color: rgb(69 26 3 / 0.7);
  }

  .lg\:border-amber-950\/75 {
    border-color: rgb(69 26 3 / 0.75);
  }

  .lg\:border-amber-950\/80 {
    border-color: rgb(69 26 3 / 0.8);
  }

  .lg\:border-amber-950\/85 {
    border-color: rgb(69 26 3 / 0.85);
  }

  .lg\:border-amber-950\/90 {
    border-color: rgb(69 26 3 / 0.9);
  }

  .lg\:border-amber-950\/95 {
    border-color: rgb(69 26 3 / 0.95);
  }

  .lg\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .lg\:border-black\/0 {
    border-color: rgb(0 0 0 / 0);
  }

  .lg\:border-black\/10 {
    border-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-black\/100 {
    border-color: rgb(0 0 0 / 1);
  }

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

  .lg\:border-black\/20 {
    border-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-black\/25 {
    border-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-black\/30 {
    border-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-black\/35 {
    border-color: rgb(0 0 0 / 0.35);
  }

  .lg\:border-black\/40 {
    border-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-black\/45 {
    border-color: rgb(0 0 0 / 0.45);
  }

  .lg\:border-black\/5 {
    border-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-black\/50 {
    border-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-black\/55 {
    border-color: rgb(0 0 0 / 0.55);
  }

  .lg\:border-black\/60 {
    border-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-black\/65 {
    border-color: rgb(0 0 0 / 0.65);
  }

  .lg\:border-black\/70 {
    border-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-black\/75 {
    border-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-black\/80 {
    border-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-black\/85 {
    border-color: rgb(0 0 0 / 0.85);
  }

  .lg\:border-black\/90 {
    border-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-black\/95 {
    border-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgb(219 234 254 / var(--tw-border-opacity));
  }

  .lg\:border-blue-100\/0 {
    border-color: rgb(219 234 254 / 0);
  }

  .lg\:border-blue-100\/10 {
    border-color: rgb(219 234 254 / 0.1);
  }

  .lg\:border-blue-100\/100 {
    border-color: rgb(219 234 254 / 1);
  }

  .lg\:border-blue-100\/15 {
    border-color: rgb(219 234 254 / 0.15);
  }

  .lg\:border-blue-100\/20 {
    border-color: rgb(219 234 254 / 0.2);
  }

  .lg\:border-blue-100\/25 {
    border-color: rgb(219 234 254 / 0.25);
  }

  .lg\:border-blue-100\/30 {
    border-color: rgb(219 234 254 / 0.3);
  }

  .lg\:border-blue-100\/35 {
    border-color: rgb(219 234 254 / 0.35);
  }

  .lg\:border-blue-100\/40 {
    border-color: rgb(219 234 254 / 0.4);
  }

  .lg\:border-blue-100\/45 {
    border-color: rgb(219 234 254 / 0.45);
  }

  .lg\:border-blue-100\/5 {
    border-color: rgb(219 234 254 / 0.05);
  }

  .lg\:border-blue-100\/50 {
    border-color: rgb(219 234 254 / 0.5);
  }

  .lg\:border-blue-100\/55 {
    border-color: rgb(219 234 254 / 0.55);
  }

  .lg\:border-blue-100\/60 {
    border-color: rgb(219 234 254 / 0.6);
  }

  .lg\:border-blue-100\/65 {
    border-color: rgb(219 234 254 / 0.65);
  }

  .lg\:border-blue-100\/70 {
    border-color: rgb(219 234 254 / 0.7);
  }

  .lg\:border-blue-100\/75 {
    border-color: rgb(219 234 254 / 0.75);
  }

  .lg\:border-blue-100\/80 {
    border-color: rgb(219 234 254 / 0.8);
  }

  .lg\:border-blue-100\/85 {
    border-color: rgb(219 234 254 / 0.85);
  }

  .lg\:border-blue-100\/90 {
    border-color: rgb(219 234 254 / 0.9);
  }

  .lg\:border-blue-100\/95 {
    border-color: rgb(219 234 254 / 0.95);
  }

  .lg\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgb(191 219 254 / var(--tw-border-opacity));
  }

  .lg\:border-blue-200\/0 {
    border-color: rgb(191 219 254 / 0);
  }

  .lg\:border-blue-200\/10 {
    border-color: rgb(191 219 254 / 0.1);
  }

  .lg\:border-blue-200\/100 {
    border-color: rgb(191 219 254 / 1);
  }

  .lg\:border-blue-200\/15 {
    border-color: rgb(191 219 254 / 0.15);
  }

  .lg\:border-blue-200\/20 {
    border-color: rgb(191 219 254 / 0.2);
  }

  .lg\:border-blue-200\/25 {
    border-color: rgb(191 219 254 / 0.25);
  }

  .lg\:border-blue-200\/30 {
    border-color: rgb(191 219 254 / 0.3);
  }

  .lg\:border-blue-200\/35 {
    border-color: rgb(191 219 254 / 0.35);
  }

  .lg\:border-blue-200\/40 {
    border-color: rgb(191 219 254 / 0.4);
  }

  .lg\:border-blue-200\/45 {
    border-color: rgb(191 219 254 / 0.45);
  }

  .lg\:border-blue-200\/5 {
    border-color: rgb(191 219 254 / 0.05);
  }

  .lg\:border-blue-200\/50 {
    border-color: rgb(191 219 254 / 0.5);
  }

  .lg\:border-blue-200\/55 {
    border-color: rgb(191 219 254 / 0.55);
  }

  .lg\:border-blue-200\/60 {
    border-color: rgb(191 219 254 / 0.6);
  }

  .lg\:border-blue-200\/65 {
    border-color: rgb(191 219 254 / 0.65);
  }

  .lg\:border-blue-200\/70 {
    border-color: rgb(191 219 254 / 0.7);
  }

  .lg\:border-blue-200\/75 {
    border-color: rgb(191 219 254 / 0.75);
  }

  .lg\:border-blue-200\/80 {
    border-color: rgb(191 219 254 / 0.8);
  }

  .lg\:border-blue-200\/85 {
    border-color: rgb(191 219 254 / 0.85);
  }

  .lg\:border-blue-200\/90 {
    border-color: rgb(191 219 254 / 0.9);
  }

  .lg\:border-blue-200\/95 {
    border-color: rgb(191 219 254 / 0.95);
  }

  .lg\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgb(147 197 253 / var(--tw-border-opacity));
  }

  .lg\:border-blue-300\/0 {
    border-color: rgb(147 197 253 / 0);
  }

  .lg\:border-blue-300\/10 {
    border-color: rgb(147 197 253 / 0.1);
  }

  .lg\:border-blue-300\/100 {
    border-color: rgb(147 197 253 / 1);
  }

  .lg\:border-blue-300\/15 {
    border-color: rgb(147 197 253 / 0.15);
  }

  .lg\:border-blue-300\/20 {
    border-color: rgb(147 197 253 / 0.2);
  }

  .lg\:border-blue-300\/25 {
    border-color: rgb(147 197 253 / 0.25);
  }

  .lg\:border-blue-300\/30 {
    border-color: rgb(147 197 253 / 0.3);
  }

  .lg\:border-blue-300\/35 {
    border-color: rgb(147 197 253 / 0.35);
  }

  .lg\:border-blue-300\/40 {
    border-color: rgb(147 197 253 / 0.4);
  }

  .lg\:border-blue-300\/45 {
    border-color: rgb(147 197 253 / 0.45);
  }

  .lg\:border-blue-300\/5 {
    border-color: rgb(147 197 253 / 0.05);
  }

  .lg\:border-blue-300\/50 {
    border-color: rgb(147 197 253 / 0.5);
  }

  .lg\:border-blue-300\/55 {
    border-color: rgb(147 197 253 / 0.55);
  }

  .lg\:border-blue-300\/60 {
    border-color: rgb(147 197 253 / 0.6);
  }

  .lg\:border-blue-300\/65 {
    border-color: rgb(147 197 253 / 0.65);
  }

  .lg\:border-blue-300\/70 {
    border-color: rgb(147 197 253 / 0.7);
  }

  .lg\:border-blue-300\/75 {
    border-color: rgb(147 197 253 / 0.75);
  }

  .lg\:border-blue-300\/80 {
    border-color: rgb(147 197 253 / 0.8);
  }

  .lg\:border-blue-300\/85 {
    border-color: rgb(147 197 253 / 0.85);
  }

  .lg\:border-blue-300\/90 {
    border-color: rgb(147 197 253 / 0.9);
  }

  .lg\:border-blue-300\/95 {
    border-color: rgb(147 197 253 / 0.95);
  }

  .lg\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgb(96 165 250 / var(--tw-border-opacity));
  }

  .lg\:border-blue-400\/0 {
    border-color: rgb(96 165 250 / 0);
  }

  .lg\:border-blue-400\/10 {
    border-color: rgb(96 165 250 / 0.1);
  }

  .lg\:border-blue-400\/100 {
    border-color: rgb(96 165 250 / 1);
  }

  .lg\:border-blue-400\/15 {
    border-color: rgb(96 165 250 / 0.15);
  }

  .lg\:border-blue-400\/20 {
    border-color: rgb(96 165 250 / 0.2);
  }

  .lg\:border-blue-400\/25 {
    border-color: rgb(96 165 250 / 0.25);
  }

  .lg\:border-blue-400\/30 {
    border-color: rgb(96 165 250 / 0.3);
  }

  .lg\:border-blue-400\/35 {
    border-color: rgb(96 165 250 / 0.35);
  }

  .lg\:border-blue-400\/40 {
    border-color: rgb(96 165 250 / 0.4);
  }

  .lg\:border-blue-400\/45 {
    border-color: rgb(96 165 250 / 0.45);
  }

  .lg\:border-blue-400\/5 {
    border-color: rgb(96 165 250 / 0.05);
  }

  .lg\:border-blue-400\/50 {
    border-color: rgb(96 165 250 / 0.5);
  }

  .lg\:border-blue-400\/55 {
    border-color: rgb(96 165 250 / 0.55);
  }

  .lg\:border-blue-400\/60 {
    border-color: rgb(96 165 250 / 0.6);
  }

  .lg\:border-blue-400\/65 {
    border-color: rgb(96 165 250 / 0.65);
  }

  .lg\:border-blue-400\/70 {
    border-color: rgb(96 165 250 / 0.7);
  }

  .lg\:border-blue-400\/75 {
    border-color: rgb(96 165 250 / 0.75);
  }

  .lg\:border-blue-400\/80 {
    border-color: rgb(96 165 250 / 0.8);
  }

  .lg\:border-blue-400\/85 {
    border-color: rgb(96 165 250 / 0.85);
  }

  .lg\:border-blue-400\/90 {
    border-color: rgb(96 165 250 / 0.9);
  }

  .lg\:border-blue-400\/95 {
    border-color: rgb(96 165 250 / 0.95);
  }

  .lg\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgb(239 246 255 / var(--tw-border-opacity));
  }

  .lg\:border-blue-50\/0 {
    border-color: rgb(239 246 255 / 0);
  }

  .lg\:border-blue-50\/10 {
    border-color: rgb(239 246 255 / 0.1);
  }

  .lg\:border-blue-50\/100 {
    border-color: rgb(239 246 255 / 1);
  }

  .lg\:border-blue-50\/15 {
    border-color: rgb(239 246 255 / 0.15);
  }

  .lg\:border-blue-50\/20 {
    border-color: rgb(239 246 255 / 0.2);
  }

  .lg\:border-blue-50\/25 {
    border-color: rgb(239 246 255 / 0.25);
  }

  .lg\:border-blue-50\/30 {
    border-color: rgb(239 246 255 / 0.3);
  }

  .lg\:border-blue-50\/35 {
    border-color: rgb(239 246 255 / 0.35);
  }

  .lg\:border-blue-50\/40 {
    border-color: rgb(239 246 255 / 0.4);
  }

  .lg\:border-blue-50\/45 {
    border-color: rgb(239 246 255 / 0.45);
  }

  .lg\:border-blue-50\/5 {
    border-color: rgb(239 246 255 / 0.05);
  }

  .lg\:border-blue-50\/50 {
    border-color: rgb(239 246 255 / 0.5);
  }

  .lg\:border-blue-50\/55 {
    border-color: rgb(239 246 255 / 0.55);
  }

  .lg\:border-blue-50\/60 {
    border-color: rgb(239 246 255 / 0.6);
  }

  .lg\:border-blue-50\/65 {
    border-color: rgb(239 246 255 / 0.65);
  }

  .lg\:border-blue-50\/70 {
    border-color: rgb(239 246 255 / 0.7);
  }

  .lg\:border-blue-50\/75 {
    border-color: rgb(239 246 255 / 0.75);
  }

  .lg\:border-blue-50\/80 {
    border-color: rgb(239 246 255 / 0.8);
  }

  .lg\:border-blue-50\/85 {
    border-color: rgb(239 246 255 / 0.85);
  }

  .lg\:border-blue-50\/90 {
    border-color: rgb(239 246 255 / 0.9);
  }

  .lg\:border-blue-50\/95 {
    border-color: rgb(239 246 255 / 0.95);
  }

  .lg\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity));
  }

  .lg\:border-blue-500\/0 {
    border-color: rgb(59 130 246 / 0);
  }

  .lg\:border-blue-500\/10 {
    border-color: rgb(59 130 246 / 0.1);
  }

  .lg\:border-blue-500\/100 {
    border-color: rgb(59 130 246 / 1);
  }

  .lg\:border-blue-500\/15 {
    border-color: rgb(59 130 246 / 0.15);
  }

  .lg\:border-blue-500\/20 {
    border-color: rgb(59 130 246 / 0.2);
  }

  .lg\:border-blue-500\/25 {
    border-color: rgb(59 130 246 / 0.25);
  }

  .lg\:border-blue-500\/30 {
    border-color: rgb(59 130 246 / 0.3);
  }

  .lg\:border-blue-500\/35 {
    border-color: rgb(59 130 246 / 0.35);
  }

  .lg\:border-blue-500\/40 {
    border-color: rgb(59 130 246 / 0.4);
  }

  .lg\:border-blue-500\/45 {
    border-color: rgb(59 130 246 / 0.45);
  }

  .lg\:border-blue-500\/5 {
    border-color: rgb(59 130 246 / 0.05);
  }

  .lg\:border-blue-500\/50 {
    border-color: rgb(59 130 246 / 0.5);
  }

  .lg\:border-blue-500\/55 {
    border-color: rgb(59 130 246 / 0.55);
  }

  .lg\:border-blue-500\/60 {
    border-color: rgb(59 130 246 / 0.6);
  }

  .lg\:border-blue-500\/65 {
    border-color: rgb(59 130 246 / 0.65);
  }

  .lg\:border-blue-500\/70 {
    border-color: rgb(59 130 246 / 0.7);
  }

  .lg\:border-blue-500\/75 {
    border-color: rgb(59 130 246 / 0.75);
  }

  .lg\:border-blue-500\/80 {
    border-color: rgb(59 130 246 / 0.8);
  }

  .lg\:border-blue-500\/85 {
    border-color: rgb(59 130 246 / 0.85);
  }

  .lg\:border-blue-500\/90 {
    border-color: rgb(59 130 246 / 0.9);
  }

  .lg\:border-blue-500\/95 {
    border-color: rgb(59 130 246 / 0.95);
  }

  .lg\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity));
  }

  .lg\:border-blue-600\/0 {
    border-color: rgb(37 99 235 / 0);
  }

  .lg\:border-blue-600\/10 {
    border-color: rgb(37 99 235 / 0.1);
  }

  .lg\:border-blue-600\/100 {
    border-color: rgb(37 99 235 / 1);
  }

  .lg\:border-blue-600\/15 {
    border-color: rgb(37 99 235 / 0.15);
  }

  .lg\:border-blue-600\/20 {
    border-color: rgb(37 99 235 / 0.2);
  }

  .lg\:border-blue-600\/25 {
    border-color: rgb(37 99 235 / 0.25);
  }

  .lg\:border-blue-600\/30 {
    border-color: rgb(37 99 235 / 0.3);
  }

  .lg\:border-blue-600\/35 {
    border-color: rgb(37 99 235 / 0.35);
  }

  .lg\:border-blue-600\/40 {
    border-color: rgb(37 99 235 / 0.4);
  }

  .lg\:border-blue-600\/45 {
    border-color: rgb(37 99 235 / 0.45);
  }

  .lg\:border-blue-600\/5 {
    border-color: rgb(37 99 235 / 0.05);
  }

  .lg\:border-blue-600\/50 {
    border-color: rgb(37 99 235 / 0.5);
  }

  .lg\:border-blue-600\/55 {
    border-color: rgb(37 99 235 / 0.55);
  }

  .lg\:border-blue-600\/60 {
    border-color: rgb(37 99 235 / 0.6);
  }

  .lg\:border-blue-600\/65 {
    border-color: rgb(37 99 235 / 0.65);
  }

  .lg\:border-blue-600\/70 {
    border-color: rgb(37 99 235 / 0.7);
  }

  .lg\:border-blue-600\/75 {
    border-color: rgb(37 99 235 / 0.75);
  }

  .lg\:border-blue-600\/80 {
    border-color: rgb(37 99 235 / 0.8);
  }

  .lg\:border-blue-600\/85 {
    border-color: rgb(37 99 235 / 0.85);
  }

  .lg\:border-blue-600\/90 {
    border-color: rgb(37 99 235 / 0.9);
  }

  .lg\:border-blue-600\/95 {
    border-color: rgb(37 99 235 / 0.95);
  }

  .lg\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgb(29 78 216 / var(--tw-border-opacity));
  }

  .lg\:border-blue-700\/0 {
    border-color: rgb(29 78 216 / 0);
  }

  .lg\:border-blue-700\/10 {
    border-color: rgb(29 78 216 / 0.1);
  }

  .lg\:border-blue-700\/100 {
    border-color: rgb(29 78 216 / 1);
  }

  .lg\:border-blue-700\/15 {
    border-color: rgb(29 78 216 / 0.15);
  }

  .lg\:border-blue-700\/20 {
    border-color: rgb(29 78 216 / 0.2);
  }

  .lg\:border-blue-700\/25 {
    border-color: rgb(29 78 216 / 0.25);
  }

  .lg\:border-blue-700\/30 {
    border-color: rgb(29 78 216 / 0.3);
  }

  .lg\:border-blue-700\/35 {
    border-color: rgb(29 78 216 / 0.35);
  }

  .lg\:border-blue-700\/40 {
    border-color: rgb(29 78 216 / 0.4);
  }

  .lg\:border-blue-700\/45 {
    border-color: rgb(29 78 216 / 0.45);
  }

  .lg\:border-blue-700\/5 {
    border-color: rgb(29 78 216 / 0.05);
  }

  .lg\:border-blue-700\/50 {
    border-color: rgb(29 78 216 / 0.5);
  }

  .lg\:border-blue-700\/55 {
    border-color: rgb(29 78 216 / 0.55);
  }

  .lg\:border-blue-700\/60 {
    border-color: rgb(29 78 216 / 0.6);
  }

  .lg\:border-blue-700\/65 {
    border-color: rgb(29 78 216 / 0.65);
  }

  .lg\:border-blue-700\/70 {
    border-color: rgb(29 78 216 / 0.7);
  }

  .lg\:border-blue-700\/75 {
    border-color: rgb(29 78 216 / 0.75);
  }

  .lg\:border-blue-700\/80 {
    border-color: rgb(29 78 216 / 0.8);
  }

  .lg\:border-blue-700\/85 {
    border-color: rgb(29 78 216 / 0.85);
  }

  .lg\:border-blue-700\/90 {
    border-color: rgb(29 78 216 / 0.9);
  }

  .lg\:border-blue-700\/95 {
    border-color: rgb(29 78 216 / 0.95);
  }

  .lg\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgb(30 64 175 / var(--tw-border-opacity));
  }

  .lg\:border-blue-800\/0 {
    border-color: rgb(30 64 175 / 0);
  }

  .lg\:border-blue-800\/10 {
    border-color: rgb(30 64 175 / 0.1);
  }

  .lg\:border-blue-800\/100 {
    border-color: rgb(30 64 175 / 1);
  }

  .lg\:border-blue-800\/15 {
    border-color: rgb(30 64 175 / 0.15);
  }

  .lg\:border-blue-800\/20 {
    border-color: rgb(30 64 175 / 0.2);
  }

  .lg\:border-blue-800\/25 {
    border-color: rgb(30 64 175 / 0.25);
  }

  .lg\:border-blue-800\/30 {
    border-color: rgb(30 64 175 / 0.3);
  }

  .lg\:border-blue-800\/35 {
    border-color: rgb(30 64 175 / 0.35);
  }

  .lg\:border-blue-800\/40 {
    border-color: rgb(30 64 175 / 0.4);
  }

  .lg\:border-blue-800\/45 {
    border-color: rgb(30 64 175 / 0.45);
  }

  .lg\:border-blue-800\/5 {
    border-color: rgb(30 64 175 / 0.05);
  }

  .lg\:border-blue-800\/50 {
    border-color: rgb(30 64 175 / 0.5);
  }

  .lg\:border-blue-800\/55 {
    border-color: rgb(30 64 175 / 0.55);
  }

  .lg\:border-blue-800\/60 {
    border-color: rgb(30 64 175 / 0.6);
  }

  .lg\:border-blue-800\/65 {
    border-color: rgb(30 64 175 / 0.65);
  }

  .lg\:border-blue-800\/70 {
    border-color: rgb(30 64 175 / 0.7);
  }

  .lg\:border-blue-800\/75 {
    border-color: rgb(30 64 175 / 0.75);
  }

  .lg\:border-blue-800\/80 {
    border-color: rgb(30 64 175 / 0.8);
  }

  .lg\:border-blue-800\/85 {
    border-color: rgb(30 64 175 / 0.85);
  }

  .lg\:border-blue-800\/90 {
    border-color: rgb(30 64 175 / 0.9);
  }

  .lg\:border-blue-800\/95 {
    border-color: rgb(30 64 175 / 0.95);
  }

  .lg\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgb(30 58 138 / var(--tw-border-opacity));
  }

  .lg\:border-blue-900\/0 {
    border-color: rgb(30 58 138 / 0);
  }

  .lg\:border-blue-900\/10 {
    border-color: rgb(30 58 138 / 0.1);
  }

  .lg\:border-blue-900\/100 {
    border-color: rgb(30 58 138 / 1);
  }

  .lg\:border-blue-900\/15 {
    border-color: rgb(30 58 138 / 0.15);
  }

  .lg\:border-blue-900\/20 {
    border-color: rgb(30 58 138 / 0.2);
  }

  .lg\:border-blue-900\/25 {
    border-color: rgb(30 58 138 / 0.25);
  }

  .lg\:border-blue-900\/30 {
    border-color: rgb(30 58 138 / 0.3);
  }

  .lg\:border-blue-900\/35 {
    border-color: rgb(30 58 138 / 0.35);
  }

  .lg\:border-blue-900\/40 {
    border-color: rgb(30 58 138 / 0.4);
  }

  .lg\:border-blue-900\/45 {
    border-color: rgb(30 58 138 / 0.45);
  }

  .lg\:border-blue-900\/5 {
    border-color: rgb(30 58 138 / 0.05);
  }

  .lg\:border-blue-900\/50 {
    border-color: rgb(30 58 138 / 0.5);
  }

  .lg\:border-blue-900\/55 {
    border-color: rgb(30 58 138 / 0.55);
  }

  .lg\:border-blue-900\/60 {
    border-color: rgb(30 58 138 / 0.6);
  }

  .lg\:border-blue-900\/65 {
    border-color: rgb(30 58 138 / 0.65);
  }

  .lg\:border-blue-900\/70 {
    border-color: rgb(30 58 138 / 0.7);
  }

  .lg\:border-blue-900\/75 {
    border-color: rgb(30 58 138 / 0.75);
  }

  .lg\:border-blue-900\/80 {
    border-color: rgb(30 58 138 / 0.8);
  }

  .lg\:border-blue-900\/85 {
    border-color: rgb(30 58 138 / 0.85);
  }

  .lg\:border-blue-900\/90 {
    border-color: rgb(30 58 138 / 0.9);
  }

  .lg\:border-blue-900\/95 {
    border-color: rgb(30 58 138 / 0.95);
  }

  .lg\:border-blue-950 {
    --tw-border-opacity: 1;
    border-color: rgb(23 37 84 / var(--tw-border-opacity));
  }

  .lg\:border-blue-950\/0 {
    border-color: rgb(23 37 84 / 0);
  }

  .lg\:border-blue-950\/10 {
    border-color: rgb(23 37 84 / 0.1);
  }

  .lg\:border-blue-950\/100 {
    border-color: rgb(23 37 84 / 1);
  }

  .lg\:border-blue-950\/15 {
    border-color: rgb(23 37 84 / 0.15);
  }

  .lg\:border-blue-950\/20 {
    border-color: rgb(23 37 84 / 0.2);
  }

  .lg\:border-blue-950\/25 {
    border-color: rgb(23 37 84 / 0.25);
  }

  .lg\:border-blue-950\/30 {
    border-color: rgb(23 37 84 / 0.3);
  }

  .lg\:border-blue-950\/35 {
    border-color: rgb(23 37 84 / 0.35);
  }

  .lg\:border-blue-950\/40 {
    border-color: rgb(23 37 84 / 0.4);
  }

  .lg\:border-blue-950\/45 {
    border-color: rgb(23 37 84 / 0.45);
  }

  .lg\:border-blue-950\/5 {
    border-color: rgb(23 37 84 / 0.05);
  }

  .lg\:border-blue-950\/50 {
    border-color: rgb(23 37 84 / 0.5);
  }

  .lg\:border-blue-950\/55 {
    border-color: rgb(23 37 84 / 0.55);
  }

  .lg\:border-blue-950\/60 {
    border-color: rgb(23 37 84 / 0.6);
  }

  .lg\:border-blue-950\/65 {
    border-color: rgb(23 37 84 / 0.65);
  }

  .lg\:border-blue-950\/70 {
    border-color: rgb(23 37 84 / 0.7);
  }

  .lg\:border-blue-950\/75 {
    border-color: rgb(23 37 84 / 0.75);
  }

  .lg\:border-blue-950\/80 {
    border-color: rgb(23 37 84 / 0.8);
  }

  .lg\:border-blue-950\/85 {
    border-color: rgb(23 37 84 / 0.85);
  }

  .lg\:border-blue-950\/90 {
    border-color: rgb(23 37 84 / 0.9);
  }

  .lg\:border-blue-950\/95 {
    border-color: rgb(23 37 84 / 0.95);
  }

  .lg\:border-current {
    border-color: currentColor;
  }

  .lg\:border-cyan-100 {
    --tw-border-opacity: 1;
    border-color: rgb(207 250 254 / var(--tw-border-opacity));
  }

  .lg\:border-cyan-100\/0 {
    border-color: rgb(207 250 254 / 0);
  }

  .lg\:border-cyan-100\/10 {
    border-color: rgb(207 250 254 / 0.1);
  }

  .lg\:border-cyan-100\/100 {
    border-color: rgb(207 250 254 / 1);
  }

  .lg\:border-cyan-100\/15 {
    border-color: rgb(207 250 254 / 0.15);
  }

  .lg\:border-cyan-100\/20 {
    border-color: rgb(207 250 254 / 0.2);
  }

  .lg\:border-cyan-100\/25 {
    border-color: rgb(207 250 254 / 0.25);
  }

  .lg\:border-cyan-100\/30 {
    border-color: rgb(207 250 254 / 0.3);
  }

  .lg\:border-cyan-100\/35 {
    border-color: rgb(207 250 254 / 0.35);
  }

  .lg\:border-cyan-100\/40 {
    border-color: rgb(207 250 254 / 0.4);
  }

  .lg\:border-cyan-100\/45 {
    border-color: rgb(207 250 254 / 0.45);
  }

  .lg\:border-cyan-100\/5 {
    border-color: rgb(207 250 254 / 0.05);
  }

  .lg\:border-cyan-100\/50 {
    border-color: rgb(207 250 254 / 0.5);
  }

  .lg\:border-cyan-100\/55 {
    border-color: rgb(207 250 254 / 0.55);
  }

  .lg\:border-cyan-100\/60 {
    border-color: rgb(207 250 254 / 0.6);
  }

  .lg\:border-cyan-100\/65 {
    border-color: rgb(207 250 254 / 0.65);
  }

  .lg\:border-cyan-100\/70 {
    border-color: rgb(207 250 254 / 0.7);
  }

  .lg\:border-cyan-100\/75 {
    border-color: rgb(207 250 254 / 0.75);
  }

  .lg\:border-cyan-100\/80 {
    border-color: rgb(207 250 254 / 0.8);
  }

  .lg\:border-cyan-100\/85 {
    border-color: rgb(207 250 254 / 0.85);
  }

  .lg\:border-cyan-100\/90 {
    border-color: rgb(207 250 254 / 0.9);
  }

  .lg\:border-cyan-100\/95 {
    border-color: rgb(207 250 254 / 0.95);
  }

  .lg\:border-cyan-200 {
    --tw-border-opacity: 1;
    border-color: rgb(165 243 252 / var(--tw-border-opacity));
  }

  .lg\:border-cyan-200\/0 {
    border-color: rgb(165 243 252 / 0);
  }

  .lg\:border-cyan-200\/10 {
    border-color: rgb(165 243 252 / 0.1);
  }

  .lg\:border-cyan-200\/100 {
    border-color: rgb(165 243 252 / 1);
  }

  .lg\:border-cyan-200\/15 {
    border-color: rgb(165 243 252 / 0.15);
  }

  .lg\:border-cyan-200\/20 {
    border-color: rgb(165 243 252 / 0.2);
  }

  .lg\:border-cyan-200\/25 {
    border-color: rgb(165 243 252 / 0.25);
  }

  .lg\:border-cyan-200\/30 {
    border-color: rgb(165 243 252 / 0.3);
  }

  .lg\:border-cyan-200\/35 {
    border-color: rgb(165 243 252 / 0.35);
  }

  .lg\:border-cyan-200\/40 {
    border-color: rgb(165 243 252 / 0.4);
  }

  .lg\:border-cyan-200\/45 {
    border-color: rgb(165 243 252 / 0.45);
  }

  .lg\:border-cyan-200\/5 {
    border-color: rgb(165 243 252 / 0.05);
  }

  .lg\:border-cyan-200\/50 {
    border-color: rgb(165 243 252 / 0.5);
  }

  .lg\:border-cyan-200\/55 {
    border-color: rgb(165 243 252 / 0.55);
  }

  .lg\:border-cyan-200\/60 {
    border-color: rgb(165 243 252 / 0.6);
  }

  .lg\:border-cyan-200\/65 {
    border-color: rgb(165 243 252 / 0.65);
  }

  .lg\:border-cyan-200\/70 {
    border-color: rgb(165 243 252 / 0.7);
  }

  .lg\:border-cyan-200\/75 {
    border-color: rgb(165 243 252 / 0.75);
  }

  .lg\:border-cyan-200\/80 {
    border-color: rgb(165 243 252 / 0.8);
  }

  .lg\:border-cyan-200\/85 {
    border-color: rgb(165 243 252 / 0.85);
  }

  .lg\:border-cyan-200\/90 {
    border-color: rgb(165 243 252 / 0.9);
  }

  .lg\:border-cyan-200\/95 {
    border-color: rgb(165 243 252 / 0.95);
  }

  .lg\:border-cyan-300 {
    --tw-border-opacity: 1;
    border-color: rgb(103 232 249 / var(--tw-border-opacity));
  }

  .lg\:border-cyan-300\/0 {
    border-color: rgb(103 232 249 / 0);
  }

  .lg\:border-cyan-300\/10 {
    border-color: rgb(103 232 249 / 0.1);
  }

  .lg\:border-cyan-300\/100 {
    border-color: rgb(103 232 249 / 1);
  }

  .lg\:border-cyan-300\/15 {
    border-color: rgb(103 232 249 / 0.15);
  }

  .lg\:border-cyan-300\/20 {
    border-color: rgb(103 232 249 / 0.2);
  }

  .lg\:border-cyan-300\/25 {
    border-color: rgb(103 232 249 / 0.25);
  }

  .lg\:border-cyan-300\/30 {
    border-color: rgb(103 232 249 / 0.3);
  }

  .lg\:border-cyan-300\/35 {
    border-color: rgb(103 232 249 / 0.35);
  }

  .lg\:border-cyan-300\/40 {
    border-color: rgb(103 232 249 / 0.4);
  }

  .lg\:border-cyan-300\/45 {
    border-color: rgb(103 232 249 / 0.45);
  }

  .lg\:border-cyan-300\/5 {
    border-color: rgb(103 232 249 / 0.05);
  }

  .lg\:border-cyan-300\/50 {
    border-color: rgb(103 232 249 / 0.5);
  }

  .lg\:border-cyan-300\/55 {
    border-color: rgb(103 232 249 / 0.55);
  }

  .lg\:border-cyan-300\/60 {
    border-color: rgb(103 232 249 / 0.6);
  }

  .lg\:border-cyan-300\/65 {
    border-color: rgb(103 232 249 / 0.65);
  }

  .lg\:border-cyan-300\/70 {
    border-color: rgb(103 232 249 / 0.7);
  }

  .lg\:border-cyan-300\/75 {
    border-color: rgb(103 232 249 / 0.75);
  }

  .lg\:border-cyan-300\/80 {
    border-color: rgb(103 232 249 / 0.8);
  }

  .lg\:border-cyan-300\/85 {
    border-color: rgb(103 232 249 / 0.85);
  }

  .lg\:border-cyan-300\/90 {
    border-color: rgb(103 232 249 / 0.9);
  }

  .lg\:border-cyan-300\/95 {
    border-color: rgb(103 232 249 / 0.95);
  }

  .lg\:border-cyan-400 {
    --tw-border-opacity: 1;
    border-color: rgb(34 211 238 / var(--tw-border-opacity));
  }

  .lg\:border-cyan-400\/0 {
    border-color: rgb(34 211 238 / 0);
  }

  .lg\:border-cyan-400\/10 {
    border-color: rgb(34 211 238 / 0.1);
  }

  .lg\:border-cyan-400\/100 {
    border-color: rgb(34 211 238 / 1);
  }

  .lg\:border-cyan-400\/15 {
    border-color: rgb(34 211 238 / 0.15);
  }

  .lg\:border-cyan-400\/20 {
    border-color: rgb(34 211 238 / 0.2);
  }

  .lg\:border-cyan-400\/25 {
    border-color: rgb(34 211 238 / 0.25);
  }

  .lg\:border-cyan-400\/30 {
    border-color: rgb(34 211 238 / 0.3);
  }

  .lg\:border-cyan-400\/35 {
    border-color: rgb(34 211 238 / 0.35);
  }

  .lg\:border-cyan-400\/40 {
    border-color: rgb(34 211 238 / 0.4);
  }

  .lg\:border-cyan-400\/45 {
    border-color: rgb(34 211 238 / 0.45);
  }

  .lg\:border-cyan-400\/5 {
    border-color: rgb(34 211 238 / 0.05);
  }

  .lg\:border-cyan-400\/50 {
    border-color: rgb(34 211 238 / 0.5);
  }

  .lg\:border-cyan-400\/55 {
    border-color: rgb(34 211 238 / 0.55);
  }

  .lg\:border-cyan-400\/60 {
    border-color: rgb(34 211 238 / 0.6);
  }

  .lg\:border-cyan-400\/65 {
    border-color: rgb(34 211 238 / 0.65);
  }

  .lg\:border-cyan-400\/70 {
    border-color: rgb(34 211 238 / 0.7);
  }

  .lg\:border-cyan-400\/75 {
    border-color: rgb(34 211 238 / 0.75);
  }

  .lg\:border-cyan-400\/80 {
    border-color: rgb(34 211 238 / 0.8);
  }

  .lg\:border-cyan-400\/85 {
    border-color: rgb(34 211 238 / 0.85);
  }

  .lg\:border-cyan-400\/90 {
    border-color: rgb(34 211 238 / 0.9);
  }

  .lg\:border-cyan-400\/95 {
    border-color: rgb(34 211 238 / 0.95);
  }

  .lg\:border-cyan-50 {
    --tw-border-opacity: 1;
    border-color: rgb(236 254 255 / var(--tw-border-opacity));
  }

  .lg\:border-cyan-50\/0 {
    border-color: rgb(236 254 255 / 0);
  }

  .lg\:border-cyan-50\/10 {
    border-color: rgb(236 254 255 / 0.1);
  }

  .lg\:border-cyan-50\/100 {
    border-color: rgb(236 254 255 / 1);
  }

  .lg\:border-cyan-50\/15 {
    border-color: rgb(236 254 255 / 0.15);
  }

  .lg\:border-cyan-50\/20 {
    border-color: rgb(236 254 255 / 0.2);
  }

  .lg\:border-cyan-50\/25 {
    border-color: rgb(236 254 255 / 0.25);
  }

  .lg\:border-cyan-50\/30 {
    border-color: rgb(236 254 255 / 0.3);
  }

  .lg\:border-cyan-50\/35 {
    border-color: rgb(236 254 255 / 0.35);
  }

  .lg\:border-cyan-50\/40 {
    border-color: rgb(236 254 255 / 0.4);
  }

  .lg\:border-cyan-50\/45 {
    border-color: rgb(236 254 255 / 0.45);
  }

  .lg\:border-cyan-50\/5 {
    border-color: rgb(236 254 255 / 0.05);
  }

  .lg\:border-cyan-50\/50 {
    border-color: rgb(236 254 255 / 0.5);
  }

  .lg\:border-cyan-50\/55 {
    border-color: rgb(236 254 255 / 0.55);
  }

  .lg\:border-cyan-50\/60 {
    border-color: rgb(236 254 255 / 0.6);
  }

  .lg\:border-cyan-50\/65 {
    border-color: rgb(236 254 255 / 0.65);
  }

  .lg\:border-cyan-50\/70 {
    border-color: rgb(236 254 255 / 0.7);
  }

  .lg\:border-cyan-50\/75 {
    border-color: rgb(236 254 255 / 0.75);
  }

  .lg\:border-cyan-50\/80 {
    border-color: rgb(236 254 255 / 0.8);
  }

  .lg\:border-cyan-50\/85 {
    border-color: rgb(236 254 255 / 0.85);
  }

  .lg\:border-cyan-50\/90 {
    border-color: rgb(236 254 255 / 0.9);
  }

  .lg\:border-cyan-50\/95 {
    border-color: rgb(236 254 255 / 0.95);
  }

  .lg\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgb(6 182 212 / var(--tw-border-opacity));
  }

  .lg\:border-cyan-500\/0 {
    border-color: rgb(6 182 212 / 0);
  }

  .lg\:border-cyan-500\/10 {
    border-color: rgb(6 182 212 / 0.1);
  }

  .lg\:border-cyan-500\/100 {
    border-color: rgb(6 182 212 / 1);
  }

  .lg\:border-cyan-500\/15 {
    border-color: rgb(6 182 212 / 0.15);
  }

  .lg\:border-cyan-500\/20 {
    border-color: rgb(6 182 212 / 0.2);
  }

  .lg\:border-cyan-500\/25 {
    border-color: rgb(6 182 212 / 0.25);
  }

  .lg\:border-cyan-500\/30 {
    border-color: rgb(6 182 212 / 0.3);
  }

  .lg\:border-cyan-500\/35 {
    border-color: rgb(6 182 212 / 0.35);
  }

  .lg\:border-cyan-500\/40 {
    border-color: rgb(6 182 212 / 0.4);
  }

  .lg\:border-cyan-500\/45 {
    border-color: rgb(6 182 212 / 0.45);
  }

  .lg\:border-cyan-500\/5 {
    border-color: rgb(6 182 212 / 0.05);
  }

  .lg\:border-cyan-500\/50 {
    border-color: rgb(6 182 212 / 0.5);
  }

  .lg\:border-cyan-500\/55 {
    border-color: rgb(6 182 212 / 0.55);
  }

  .lg\:border-cyan-500\/60 {
    border-color: rgb(6 182 212 / 0.6);
  }

  .lg\:border-cyan-500\/65 {
    border-color: rgb(6 182 212 / 0.65);
  }

  .lg\:border-cyan-500\/70 {
    border-color: rgb(6 182 212 / 0.7);
  }

  .lg\:border-cyan-500\/75 {
    border-color: rgb(6 182 212 / 0.75);
  }

  .lg\:border-cyan-500\/80 {
    border-color: rgb(6 182 212 / 0.8);
  }

  .lg\:border-cyan-500\/85 {
    border-color: rgb(6 182 212 / 0.85);
  }

  .lg\:border-cyan-500\/90 {
    border-color: rgb(6 182 212 / 0.9);
  }

  .lg\:border-cyan-500\/95 {
    border-color: rgb(6 182 212 / 0.95);
  }

  .lg\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgb(8 145 178 / var(--tw-border-opacity));
  }

  .lg\:border-cyan-600\/0 {
    border-color: rgb(8 145 178 / 0);
  }

  .lg\:border-cyan-600\/10 {
    border-color: rgb(8 145 178 / 0.1);
  }

  .lg\:border-cyan-600\/100 {
    border-color: rgb(8 145 178 / 1);
  }

  .lg\:border-cyan-600\/15 {
    border-color: rgb(8 145 178 / 0.15);
  }

  .lg\:border-cyan-600\/20 {
    border-color: rgb(8 145 178 / 0.2);
  }

  .lg\:border-cyan-600\/25 {
    border-color: rgb(8 145 178 / 0.25);
  }

  .lg\:border-cyan-600\/30 {
    border-color: rgb(8 145 178 / 0.3);
  }

  .lg\:border-cyan-600\/35 {
    border-color: rgb(8 145 178 / 0.35);
  }

  .lg\:border-cyan-600\/40 {
    border-color: rgb(8 145 178 / 0.4);
  }

  .lg\:border-cyan-600\/45 {
    border-color: rgb(8 145 178 / 0.45);
  }

  .lg\:border-cyan-600\/5 {
    border-color: rgb(8 145 178 / 0.05);
  }

  .lg\:border-cyan-600\/50 {
    border-color: rgb(8 145 178 / 0.5);
  }

  .lg\:border-cyan-600\/55 {
    border-color: rgb(8 145 178 / 0.55);
  }

  .lg\:border-cyan-600\/60 {
    border-color: rgb(8 145 178 / 0.6);
  }

  .lg\:border-cyan-600\/65 {
    border-color: rgb(8 145 178 / 0.65);
  }

  .lg\:border-cyan-600\/70 {
    border-color: rgb(8 145 178 / 0.7);
  }

  .lg\:border-cyan-600\/75 {
    border-color: rgb(8 145 178 / 0.75);
  }

  .lg\:border-cyan-600\/80 {
    border-color: rgb(8 145 178 / 0.8);
  }

  .lg\:border-cyan-600\/85 {
    border-color: rgb(8 145 178 / 0.85);
  }

  .lg\:border-cyan-600\/90 {
    border-color: rgb(8 145 178 / 0.9);
  }

  .lg\:border-cyan-600\/95 {
    border-color: rgb(8 145 178 / 0.95);
  }

  .lg\:border-cyan-700 {
    --tw-border-opacity: 1;
    border-color: rgb(14 116 144 / var(--tw-border-opacity));
  }

  .lg\:border-cyan-700\/0 {
    border-color: rgb(14 116 144 / 0);
  }

  .lg\:border-cyan-700\/10 {
    border-color: rgb(14 116 144 / 0.1);
  }

  .lg\:border-cyan-700\/100 {
    border-color: rgb(14 116 144 / 1);
  }

  .lg\:border-cyan-700\/15 {
    border-color: rgb(14 116 144 / 0.15);
  }

  .lg\:border-cyan-700\/20 {
    border-color: rgb(14 116 144 / 0.2);
  }

  .lg\:border-cyan-700\/25 {
    border-color: rgb(14 116 144 / 0.25);
  }

  .lg\:border-cyan-700\/30 {
    border-color: rgb(14 116 144 / 0.3);
  }

  .lg\:border-cyan-700\/35 {
    border-color: rgb(14 116 144 / 0.35);
  }

  .lg\:border-cyan-700\/40 {
    border-color: rgb(14 116 144 / 0.4);
  }

  .lg\:border-cyan-700\/45 {
    border-color: rgb(14 116 144 / 0.45);
  }

  .lg\:border-cyan-700\/5 {
    border-color: rgb(14 116 144 / 0.05);
  }

  .lg\:border-cyan-700\/50 {
    border-color: rgb(14 116 144 / 0.5);
  }

  .lg\:border-cyan-700\/55 {
    border-color: rgb(14 116 144 / 0.55);
  }

  .lg\:border-cyan-700\/60 {
    border-color: rgb(14 116 144 / 0.6);
  }

  .lg\:border-cyan-700\/65 {
    border-color: rgb(14 116 144 / 0.65);
  }

  .lg\:border-cyan-700\/70 {
    border-color: rgb(14 116 144 / 0.7);
  }

  .lg\:border-cyan-700\/75 {
    border-color: rgb(14 116 144 / 0.75);
  }

  .lg\:border-cyan-700\/80 {
    border-color: rgb(14 116 144 / 0.8);
  }

  .lg\:border-cyan-700\/85 {
    border-color: rgb(14 116 144 / 0.85);
  }

  .lg\:border-cyan-700\/90 {
    border-color: rgb(14 116 144 / 0.9);
  }

  .lg\:border-cyan-700\/95 {
    border-color: rgb(14 116 144 / 0.95);
  }

  .lg\:border-cyan-800 {
    --tw-border-opacity: 1;
    border-color: rgb(21 94 117 / var(--tw-border-opacity));
  }

  .lg\:border-cyan-800\/0 {
    border-color: rgb(21 94 117 / 0);
  }

  .lg\:border-cyan-800\/10 {
    border-color: rgb(21 94 117 / 0.1);
  }

  .lg\:border-cyan-800\/100 {
    border-color: rgb(21 94 117 / 1);
  }

  .lg\:border-cyan-800\/15 {
    border-color: rgb(21 94 117 / 0.15);
  }

  .lg\:border-cyan-800\/20 {
    border-color: rgb(21 94 117 / 0.2);
  }

  .lg\:border-cyan-800\/25 {
    border-color: rgb(21 94 117 / 0.25);
  }

  .lg\:border-cyan-800\/30 {
    border-color: rgb(21 94 117 / 0.3);
  }

  .lg\:border-cyan-800\/35 {
    border-color: rgb(21 94 117 / 0.35);
  }

  .lg\:border-cyan-800\/40 {
    border-color: rgb(21 94 117 / 0.4);
  }

  .lg\:border-cyan-800\/45 {
    border-color: rgb(21 94 117 / 0.45);
  }

  .lg\:border-cyan-800\/5 {
    border-color: rgb(21 94 117 / 0.05);
  }

  .lg\:border-cyan-800\/50 {
    border-color: rgb(21 94 117 / 0.5);
  }

  .lg\:border-cyan-800\/55 {
    border-color: rgb(21 94 117 / 0.55);
  }

  .lg\:border-cyan-800\/60 {
    border-color: rgb(21 94 117 / 0.6);
  }

  .lg\:border-cyan-800\/65 {
    border-color: rgb(21 94 117 / 0.65);
  }

  .lg\:border-cyan-800\/70 {
    border-color: rgb(21 94 117 / 0.7);
  }

  .lg\:border-cyan-800\/75 {
    border-color: rgb(21 94 117 / 0.75);
  }

  .lg\:border-cyan-800\/80 {
    border-color: rgb(21 94 117 / 0.8);
  }

  .lg\:border-cyan-800\/85 {
    border-color: rgb(21 94 117 / 0.85);
  }

  .lg\:border-cyan-800\/90 {
    border-color: rgb(21 94 117 / 0.9);
  }

  .lg\:border-cyan-800\/95 {
    border-color: rgb(21 94 117 / 0.95);
  }

  .lg\:border-cyan-900 {
    --tw-border-opacity: 1;
    border-color: rgb(22 78 99 / var(--tw-border-opacity));
  }

  .lg\:border-cyan-900\/0 {
    border-color: rgb(22 78 99 / 0);
  }

  .lg\:border-cyan-900\/10 {
    border-color: rgb(22 78 99 / 0.1);
  }

  .lg\:border-cyan-900\/100 {
    border-color: rgb(22 78 99 / 1);
  }

  .lg\:border-cyan-900\/15 {
    border-color: rgb(22 78 99 / 0.15);
  }

  .lg\:border-cyan-900\/20 {
    border-color: rgb(22 78 99 / 0.2);
  }

  .lg\:border-cyan-900\/25 {
    border-color: rgb(22 78 99 / 0.25);
  }

  .lg\:border-cyan-900\/30 {
    border-color: rgb(22 78 99 / 0.3);
  }

  .lg\:border-cyan-900\/35 {
    border-color: rgb(22 78 99 / 0.35);
  }

  .lg\:border-cyan-900\/40 {
    border-color: rgb(22 78 99 / 0.4);
  }

  .lg\:border-cyan-900\/45 {
    border-color: rgb(22 78 99 / 0.45);
  }

  .lg\:border-cyan-900\/5 {
    border-color: rgb(22 78 99 / 0.05);
  }

  .lg\:border-cyan-900\/50 {
    border-color: rgb(22 78 99 / 0.5);
  }

  .lg\:border-cyan-900\/55 {
    border-color: rgb(22 78 99 / 0.55);
  }

  .lg\:border-cyan-900\/60 {
    border-color: rgb(22 78 99 / 0.6);
  }

  .lg\:border-cyan-900\/65 {
    border-color: rgb(22 78 99 / 0.65);
  }

  .lg\:border-cyan-900\/70 {
    border-color: rgb(22 78 99 / 0.7);
  }

  .lg\:border-cyan-900\/75 {
    border-color: rgb(22 78 99 / 0.75);
  }

  .lg\:border-cyan-900\/80 {
    border-color: rgb(22 78 99 / 0.8);
  }

  .lg\:border-cyan-900\/85 {
    border-color: rgb(22 78 99 / 0.85);
  }

  .lg\:border-cyan-900\/90 {
    border-color: rgb(22 78 99 / 0.9);
  }

  .lg\:border-cyan-900\/95 {
    border-color: rgb(22 78 99 / 0.95);
  }

  .lg\:border-cyan-950 {
    --tw-border-opacity: 1;
    border-color: rgb(8 51 68 / var(--tw-border-opacity));
  }

  .lg\:border-cyan-950\/0 {
    border-color: rgb(8 51 68 / 0);
  }

  .lg\:border-cyan-950\/10 {
    border-color: rgb(8 51 68 / 0.1);
  }

  .lg\:border-cyan-950\/100 {
    border-color: rgb(8 51 68 / 1);
  }

  .lg\:border-cyan-950\/15 {
    border-color: rgb(8 51 68 / 0.15);
  }

  .lg\:border-cyan-950\/20 {
    border-color: rgb(8 51 68 / 0.2);
  }

  .lg\:border-cyan-950\/25 {
    border-color: rgb(8 51 68 / 0.25);
  }

  .lg\:border-cyan-950\/30 {
    border-color: rgb(8 51 68 / 0.3);
  }

  .lg\:border-cyan-950\/35 {
    border-color: rgb(8 51 68 / 0.35);
  }

  .lg\:border-cyan-950\/40 {
    border-color: rgb(8 51 68 / 0.4);
  }

  .lg\:border-cyan-950\/45 {
    border-color: rgb(8 51 68 / 0.45);
  }

  .lg\:border-cyan-950\/5 {
    border-color: rgb(8 51 68 / 0.05);
  }

  .lg\:border-cyan-950\/50 {
    border-color: rgb(8 51 68 / 0.5);
  }

  .lg\:border-cyan-950\/55 {
    border-color: rgb(8 51 68 / 0.55);
  }

  .lg\:border-cyan-950\/60 {
    border-color: rgb(8 51 68 / 0.6);
  }

  .lg\:border-cyan-950\/65 {
    border-color: rgb(8 51 68 / 0.65);
  }

  .lg\:border-cyan-950\/70 {
    border-color: rgb(8 51 68 / 0.7);
  }

  .lg\:border-cyan-950\/75 {
    border-color: rgb(8 51 68 / 0.75);
  }

  .lg\:border-cyan-950\/80 {
    border-color: rgb(8 51 68 / 0.8);
  }

  .lg\:border-cyan-950\/85 {
    border-color: rgb(8 51 68 / 0.85);
  }

  .lg\:border-cyan-950\/90 {
    border-color: rgb(8 51 68 / 0.9);
  }

  .lg\:border-cyan-950\/95 {
    border-color: rgb(8 51 68 / 0.95);
  }

  .lg\:border-emerald-100 {
    --tw-border-opacity: 1;
    border-color: rgb(209 250 229 / var(--tw-border-opacity));
  }

  .lg\:border-emerald-100\/0 {
    border-color: rgb(209 250 229 / 0);
  }

  .lg\:border-emerald-100\/10 {
    border-color: rgb(209 250 229 / 0.1);
  }

  .lg\:border-emerald-100\/100 {
    border-color: rgb(209 250 229 / 1);
  }

  .lg\:border-emerald-100\/15 {
    border-color: rgb(209 250 229 / 0.15);
  }

  .lg\:border-emerald-100\/20 {
    border-color: rgb(209 250 229 / 0.2);
  }

  .lg\:border-emerald-100\/25 {
    border-color: rgb(209 250 229 / 0.25);
  }

  .lg\:border-emerald-100\/30 {
    border-color: rgb(209 250 229 / 0.3);
  }

  .lg\:border-emerald-100\/35 {
    border-color: rgb(209 250 229 / 0.35);
  }

  .lg\:border-emerald-100\/40 {
    border-color: rgb(209 250 229 / 0.4);
  }

  .lg\:border-emerald-100\/45 {
    border-color: rgb(209 250 229 / 0.45);
  }

  .lg\:border-emerald-100\/5 {
    border-color: rgb(209 250 229 / 0.05);
  }

  .lg\:border-emerald-100\/50 {
    border-color: rgb(209 250 229 / 0.5);
  }

  .lg\:border-emerald-100\/55 {
    border-color: rgb(209 250 229 / 0.55);
  }

  .lg\:border-emerald-100\/60 {
    border-color: rgb(209 250 229 / 0.6);
  }

  .lg\:border-emerald-100\/65 {
    border-color: rgb(209 250 229 / 0.65);
  }

  .lg\:border-emerald-100\/70 {
    border-color: rgb(209 250 229 / 0.7);
  }

  .lg\:border-emerald-100\/75 {
    border-color: rgb(209 250 229 / 0.75);
  }

  .lg\:border-emerald-100\/80 {
    border-color: rgb(209 250 229 / 0.8);
  }

  .lg\:border-emerald-100\/85 {
    border-color: rgb(209 250 229 / 0.85);
  }

  .lg\:border-emerald-100\/90 {
    border-color: rgb(209 250 229 / 0.9);
  }

  .lg\:border-emerald-100\/95 {
    border-color: rgb(209 250 229 / 0.95);
  }

  .lg\:border-emerald-200 {
    --tw-border-opacity: 1;
    border-color: rgb(167 243 208 / var(--tw-border-opacity));
  }

  .lg\:border-emerald-200\/0 {
    border-color: rgb(167 243 208 / 0);
  }

  .lg\:border-emerald-200\/10 {
    border-color: rgb(167 243 208 / 0.1);
  }

  .lg\:border-emerald-200\/100 {
    border-color: rgb(167 243 208 / 1);
  }

  .lg\:border-emerald-200\/15 {
    border-color: rgb(167 243 208 / 0.15);
  }

  .lg\:border-emerald-200\/20 {
    border-color: rgb(167 243 208 / 0.2);
  }

  .lg\:border-emerald-200\/25 {
    border-color: rgb(167 243 208 / 0.25);
  }

  .lg\:border-emerald-200\/30 {
    border-color: rgb(167 243 208 / 0.3);
  }

  .lg\:border-emerald-200\/35 {
    border-color: rgb(167 243 208 / 0.35);
  }

  .lg\:border-emerald-200\/40 {
    border-color: rgb(167 243 208 / 0.4);
  }

  .lg\:border-emerald-200\/45 {
    border-color: rgb(167 243 208 / 0.45);
  }

  .lg\:border-emerald-200\/5 {
    border-color: rgb(167 243 208 / 0.05);
  }

  .lg\:border-emerald-200\/50 {
    border-color: rgb(167 243 208 / 0.5);
  }

  .lg\:border-emerald-200\/55 {
    border-color: rgb(167 243 208 / 0.55);
  }

  .lg\:border-emerald-200\/60 {
    border-color: rgb(167 243 208 / 0.6);
  }

  .lg\:border-emerald-200\/65 {
    border-color: rgb(167 243 208 / 0.65);
  }

  .lg\:border-emerald-200\/70 {
    border-color: rgb(167 243 208 / 0.7);
  }

  .lg\:border-emerald-200\/75 {
    border-color: rgb(167 243 208 / 0.75);
  }

  .lg\:border-emerald-200\/80 {
    border-color: rgb(167 243 208 / 0.8);
  }

  .lg\:border-emerald-200\/85 {
    border-color: rgb(167 243 208 / 0.85);
  }

  .lg\:border-emerald-200\/90 {
    border-color: rgb(167 243 208 / 0.9);
  }

  .lg\:border-emerald-200\/95 {
    border-color: rgb(167 243 208 / 0.95);
  }

  .lg\:border-emerald-300 {
    --tw-border-opacity: 1;
    border-color: rgb(110 231 183 / var(--tw-border-opacity));
  }

  .lg\:border-emerald-300\/0 {
    border-color: rgb(110 231 183 / 0);
  }

  .lg\:border-emerald-300\/10 {
    border-color: rgb(110 231 183 / 0.1);
  }

  .lg\:border-emerald-300\/100 {
    border-color: rgb(110 231 183 / 1);
  }

  .lg\:border-emerald-300\/15 {
    border-color: rgb(110 231 183 / 0.15);
  }

  .lg\:border-emerald-300\/20 {
    border-color: rgb(110 231 183 / 0.2);
  }

  .lg\:border-emerald-300\/25 {
    border-color: rgb(110 231 183 / 0.25);
  }

  .lg\:border-emerald-300\/30 {
    border-color: rgb(110 231 183 / 0.3);
  }

  .lg\:border-emerald-300\/35 {
    border-color: rgb(110 231 183 / 0.35);
  }

  .lg\:border-emerald-300\/40 {
    border-color: rgb(110 231 183 / 0.4);
  }

  .lg\:border-emerald-300\/45 {
    border-color: rgb(110 231 183 / 0.45);
  }

  .lg\:border-emerald-300\/5 {
    border-color: rgb(110 231 183 / 0.05);
  }

  .lg\:border-emerald-300\/50 {
    border-color: rgb(110 231 183 / 0.5);
  }

  .lg\:border-emerald-300\/55 {
    border-color: rgb(110 231 183 / 0.55);
  }

  .lg\:border-emerald-300\/60 {
    border-color: rgb(110 231 183 / 0.6);
  }

  .lg\:border-emerald-300\/65 {
    border-color: rgb(110 231 183 / 0.65);
  }

  .lg\:border-emerald-300\/70 {
    border-color: rgb(110 231 183 / 0.7);
  }

  .lg\:border-emerald-300\/75 {
    border-color: rgb(110 231 183 / 0.75);
  }

  .lg\:border-emerald-300\/80 {
    border-color: rgb(110 231 183 / 0.8);
  }

  .lg\:border-emerald-300\/85 {
    border-color: rgb(110 231 183 / 0.85);
  }

  .lg\:border-emerald-300\/90 {
    border-color: rgb(110 231 183 / 0.9);
  }

  .lg\:border-emerald-300\/95 {
    border-color: rgb(110 231 183 / 0.95);
  }

  .lg\:border-emerald-400 {
    --tw-border-opacity: 1;
    border-color: rgb(52 211 153 / var(--tw-border-opacity));
  }

  .lg\:border-emerald-400\/0 {
    border-color: rgb(52 211 153 / 0);
  }

  .lg\:border-emerald-400\/10 {
    border-color: rgb(52 211 153 / 0.1);
  }

  .lg\:border-emerald-400\/100 {
    border-color: rgb(52 211 153 / 1);
  }

  .lg\:border-emerald-400\/15 {
    border-color: rgb(52 211 153 / 0.15);
  }

  .lg\:border-emerald-400\/20 {
    border-color: rgb(52 211 153 / 0.2);
  }

  .lg\:border-emerald-400\/25 {
    border-color: rgb(52 211 153 / 0.25);
  }

  .lg\:border-emerald-400\/30 {
    border-color: rgb(52 211 153 / 0.3);
  }

  .lg\:border-emerald-400\/35 {
    border-color: rgb(52 211 153 / 0.35);
  }

  .lg\:border-emerald-400\/40 {
    border-color: rgb(52 211 153 / 0.4);
  }

  .lg\:border-emerald-400\/45 {
    border-color: rgb(52 211 153 / 0.45);
  }

  .lg\:border-emerald-400\/5 {
    border-color: rgb(52 211 153 / 0.05);
  }

  .lg\:border-emerald-400\/50 {
    border-color: rgb(52 211 153 / 0.5);
  }

  .lg\:border-emerald-400\/55 {
    border-color: rgb(52 211 153 / 0.55);
  }

  .lg\:border-emerald-400\/60 {
    border-color: rgb(52 211 153 / 0.6);
  }

  .lg\:border-emerald-400\/65 {
    border-color: rgb(52 211 153 / 0.65);
  }

  .lg\:border-emerald-400\/70 {
    border-color: rgb(52 211 153 / 0.7);
  }

  .lg\:border-emerald-400\/75 {
    border-color: rgb(52 211 153 / 0.75);
  }

  .lg\:border-emerald-400\/80 {
    border-color: rgb(52 211 153 / 0.8);
  }

  .lg\:border-emerald-400\/85 {
    border-color: rgb(52 211 153 / 0.85);
  }

  .lg\:border-emerald-400\/90 {
    border-color: rgb(52 211 153 / 0.9);
  }

  .lg\:border-emerald-400\/95 {
    border-color: rgb(52 211 153 / 0.95);
  }

  .lg\:border-emerald-50 {
    --tw-border-opacity: 1;
    border-color: rgb(236 253 245 / var(--tw-border-opacity));
  }

  .lg\:border-emerald-50\/0 {
    border-color: rgb(236 253 245 / 0);
  }

  .lg\:border-emerald-50\/10 {
    border-color: rgb(236 253 245 / 0.1);
  }

  .lg\:border-emerald-50\/100 {
    border-color: rgb(236 253 245 / 1);
  }

  .lg\:border-emerald-50\/15 {
    border-color: rgb(236 253 245 / 0.15);
  }

  .lg\:border-emerald-50\/20 {
    border-color: rgb(236 253 245 / 0.2);
  }

  .lg\:border-emerald-50\/25 {
    border-color: rgb(236 253 245 / 0.25);
  }

  .lg\:border-emerald-50\/30 {
    border-color: rgb(236 253 245 / 0.3);
  }

  .lg\:border-emerald-50\/35 {
    border-color: rgb(236 253 245 / 0.35);
  }

  .lg\:border-emerald-50\/40 {
    border-color: rgb(236 253 245 / 0.4);
  }

  .lg\:border-emerald-50\/45 {
    border-color: rgb(236 253 245 / 0.45);
  }

  .lg\:border-emerald-50\/5 {
    border-color: rgb(236 253 245 / 0.05);
  }

  .lg\:border-emerald-50\/50 {
    border-color: rgb(236 253 245 / 0.5);
  }

  .lg\:border-emerald-50\/55 {
    border-color: rgb(236 253 245 / 0.55);
  }

  .lg\:border-emerald-50\/60 {
    border-color: rgb(236 253 245 / 0.6);
  }

  .lg\:border-emerald-50\/65 {
    border-color: rgb(236 253 245 / 0.65);
  }

  .lg\:border-emerald-50\/70 {
    border-color: rgb(236 253 245 / 0.7);
  }

  .lg\:border-emerald-50\/75 {
    border-color: rgb(236 253 245 / 0.75);
  }

  .lg\:border-emerald-50\/80 {
    border-color: rgb(236 253 245 / 0.8);
  }

  .lg\:border-emerald-50\/85 {
    border-color: rgb(236 253 245 / 0.85);
  }

  .lg\:border-emerald-50\/90 {
    border-color: rgb(236 253 245 / 0.9);
  }

  .lg\:border-emerald-50\/95 {
    border-color: rgb(236 253 245 / 0.95);
  }

  .lg\:border-emerald-500 {
    --tw-border-opacity: 1;
    border-color: rgb(16 185 129 / var(--tw-border-opacity));
  }

  .lg\:border-emerald-500\/0 {
    border-color: rgb(16 185 129 / 0);
  }

  .lg\:border-emerald-500\/10 {
    border-color: rgb(16 185 129 / 0.1);
  }

  .lg\:border-emerald-500\/100 {
    border-color: rgb(16 185 129 / 1);
  }

  .lg\:border-emerald-500\/15 {
    border-color: rgb(16 185 129 / 0.15);
  }

  .lg\:border-emerald-500\/20 {
    border-color: rgb(16 185 129 / 0.2);
  }

  .lg\:border-emerald-500\/25 {
    border-color: rgb(16 185 129 / 0.25);
  }

  .lg\:border-emerald-500\/30 {
    border-color: rgb(16 185 129 / 0.3);
  }

  .lg\:border-emerald-500\/35 {
    border-color: rgb(16 185 129 / 0.35);
  }

  .lg\:border-emerald-500\/40 {
    border-color: rgb(16 185 129 / 0.4);
  }

  .lg\:border-emerald-500\/45 {
    border-color: rgb(16 185 129 / 0.45);
  }

  .lg\:border-emerald-500\/5 {
    border-color: rgb(16 185 129 / 0.05);
  }

  .lg\:border-emerald-500\/50 {
    border-color: rgb(16 185 129 / 0.5);
  }

  .lg\:border-emerald-500\/55 {
    border-color: rgb(16 185 129 / 0.55);
  }

  .lg\:border-emerald-500\/60 {
    border-color: rgb(16 185 129 / 0.6);
  }

  .lg\:border-emerald-500\/65 {
    border-color: rgb(16 185 129 / 0.65);
  }

  .lg\:border-emerald-500\/70 {
    border-color: rgb(16 185 129 / 0.7);
  }

  .lg\:border-emerald-500\/75 {
    border-color: rgb(16 185 129 / 0.75);
  }

  .lg\:border-emerald-500\/80 {
    border-color: rgb(16 185 129 / 0.8);
  }

  .lg\:border-emerald-500\/85 {
    border-color: rgb(16 185 129 / 0.85);
  }

  .lg\:border-emerald-500\/90 {
    border-color: rgb(16 185 129 / 0.9);
  }

  .lg\:border-emerald-500\/95 {
    border-color: rgb(16 185 129 / 0.95);
  }

  .lg\:border-emerald-600 {
    --tw-border-opacity: 1;
    border-color: rgb(5 150 105 / var(--tw-border-opacity));
  }

  .lg\:border-emerald-600\/0 {
    border-color: rgb(5 150 105 / 0);
  }

  .lg\:border-emerald-600\/10 {
    border-color: rgb(5 150 105 / 0.1);
  }

  .lg\:border-emerald-600\/100 {
    border-color: rgb(5 150 105 / 1);
  }

  .lg\:border-emerald-600\/15 {
    border-color: rgb(5 150 105 / 0.15);
  }

  .lg\:border-emerald-600\/20 {
    border-color: rgb(5 150 105 / 0.2);
  }

  .lg\:border-emerald-600\/25 {
    border-color: rgb(5 150 105 / 0.25);
  }

  .lg\:border-emerald-600\/30 {
    border-color: rgb(5 150 105 / 0.3);
  }

  .lg\:border-emerald-600\/35 {
    border-color: rgb(5 150 105 / 0.35);
  }

  .lg\:border-emerald-600\/40 {
    border-color: rgb(5 150 105 / 0.4);
  }

  .lg\:border-emerald-600\/45 {
    border-color: rgb(5 150 105 / 0.45);
  }

  .lg\:border-emerald-600\/5 {
    border-color: rgb(5 150 105 / 0.05);
  }

  .lg\:border-emerald-600\/50 {
    border-color: rgb(5 150 105 / 0.5);
  }

  .lg\:border-emerald-600\/55 {
    border-color: rgb(5 150 105 / 0.55);
  }

  .lg\:border-emerald-600\/60 {
    border-color: rgb(5 150 105 / 0.6);
  }

  .lg\:border-emerald-600\/65 {
    border-color: rgb(5 150 105 / 0.65);
  }

  .lg\:border-emerald-600\/70 {
    border-color: rgb(5 150 105 / 0.7);
  }

  .lg\:border-emerald-600\/75 {
    border-color: rgb(5 150 105 / 0.75);
  }

  .lg\:border-emerald-600\/80 {
    border-color: rgb(5 150 105 / 0.8);
  }

  .lg\:border-emerald-600\/85 {
    border-color: rgb(5 150 105 / 0.85);
  }

  .lg\:border-emerald-600\/90 {
    border-color: rgb(5 150 105 / 0.9);
  }

  .lg\:border-emerald-600\/95 {
    border-color: rgb(5 150 105 / 0.95);
  }

  .lg\:border-emerald-700 {
    --tw-border-opacity: 1;
    border-color: rgb(4 120 87 / var(--tw-border-opacity));
  }

  .lg\:border-emerald-700\/0 {
    border-color: rgb(4 120 87 / 0);
  }

  .lg\:border-emerald-700\/10 {
    border-color: rgb(4 120 87 / 0.1);
  }

  .lg\:border-emerald-700\/100 {
    border-color: rgb(4 120 87 / 1);
  }

  .lg\:border-emerald-700\/15 {
    border-color: rgb(4 120 87 / 0.15);
  }

  .lg\:border-emerald-700\/20 {
    border-color: rgb(4 120 87 / 0.2);
  }

  .lg\:border-emerald-700\/25 {
    border-color: rgb(4 120 87 / 0.25);
  }

  .lg\:border-emerald-700\/30 {
    border-color: rgb(4 120 87 / 0.3);
  }

  .lg\:border-emerald-700\/35 {
    border-color: rgb(4 120 87 / 0.35);
  }

  .lg\:border-emerald-700\/40 {
    border-color: rgb(4 120 87 / 0.4);
  }

  .lg\:border-emerald-700\/45 {
    border-color: rgb(4 120 87 / 0.45);
  }

  .lg\:border-emerald-700\/5 {
    border-color: rgb(4 120 87 / 0.05);
  }

  .lg\:border-emerald-700\/50 {
    border-color: rgb(4 120 87 / 0.5);
  }

  .lg\:border-emerald-700\/55 {
    border-color: rgb(4 120 87 / 0.55);
  }

  .lg\:border-emerald-700\/60 {
    border-color: rgb(4 120 87 / 0.6);
  }

  .lg\:border-emerald-700\/65 {
    border-color: rgb(4 120 87 / 0.65);
  }

  .lg\:border-emerald-700\/70 {
    border-color: rgb(4 120 87 / 0.7);
  }

  .lg\:border-emerald-700\/75 {
    border-color: rgb(4 120 87 / 0.75);
  }

  .lg\:border-emerald-700\/80 {
    border-color: rgb(4 120 87 / 0.8);
  }

  .lg\:border-emerald-700\/85 {
    border-color: rgb(4 120 87 / 0.85);
  }

  .lg\:border-emerald-700\/90 {
    border-color: rgb(4 120 87 / 0.9);
  }

  .lg\:border-emerald-700\/95 {
    border-color: rgb(4 120 87 / 0.95);
  }

  .lg\:border-emerald-800 {
    --tw-border-opacity: 1;
    border-color: rgb(6 95 70 / var(--tw-border-opacity));
  }

  .lg\:border-emerald-800\/0 {
    border-color: rgb(6 95 70 / 0);
  }

  .lg\:border-emerald-800\/10 {
    border-color: rgb(6 95 70 / 0.1);
  }

  .lg\:border-emerald-800\/100 {
    border-color: rgb(6 95 70 / 1);
  }

  .lg\:border-emerald-800\/15 {
    border-color: rgb(6 95 70 / 0.15);
  }

  .lg\:border-emerald-800\/20 {
    border-color: rgb(6 95 70 / 0.2);
  }

  .lg\:border-emerald-800\/25 {
    border-color: rgb(6 95 70 / 0.25);
  }

  .lg\:border-emerald-800\/30 {
    border-color: rgb(6 95 70 / 0.3);
  }

  .lg\:border-emerald-800\/35 {
    border-color: rgb(6 95 70 / 0.35);
  }

  .lg\:border-emerald-800\/40 {
    border-color: rgb(6 95 70 / 0.4);
  }

  .lg\:border-emerald-800\/45 {
    border-color: rgb(6 95 70 / 0.45);
  }

  .lg\:border-emerald-800\/5 {
    border-color: rgb(6 95 70 / 0.05);
  }

  .lg\:border-emerald-800\/50 {
    border-color: rgb(6 95 70 / 0.5);
  }

  .lg\:border-emerald-800\/55 {
    border-color: rgb(6 95 70 / 0.55);
  }

  .lg\:border-emerald-800\/60 {
    border-color: rgb(6 95 70 / 0.6);
  }

  .lg\:border-emerald-800\/65 {
    border-color: rgb(6 95 70 / 0.65);
  }

  .lg\:border-emerald-800\/70 {
    border-color: rgb(6 95 70 / 0.7);
  }

  .lg\:border-emerald-800\/75 {
    border-color: rgb(6 95 70 / 0.75);
  }

  .lg\:border-emerald-800\/80 {
    border-color: rgb(6 95 70 / 0.8);
  }

  .lg\:border-emerald-800\/85 {
    border-color: rgb(6 95 70 / 0.85);
  }

  .lg\:border-emerald-800\/90 {
    border-color: rgb(6 95 70 / 0.9);
  }

  .lg\:border-emerald-800\/95 {
    border-color: rgb(6 95 70 / 0.95);
  }

  .lg\:border-emerald-900 {
    --tw-border-opacity: 1;
    border-color: rgb(6 78 59 / var(--tw-border-opacity));
  }

  .lg\:border-emerald-900\/0 {
    border-color: rgb(6 78 59 / 0);
  }

  .lg\:border-emerald-900\/10 {
    border-color: rgb(6 78 59 / 0.1);
  }

  .lg\:border-emerald-900\/100 {
    border-color: rgb(6 78 59 / 1);
  }

  .lg\:border-emerald-900\/15 {
    border-color: rgb(6 78 59 / 0.15);
  }

  .lg\:border-emerald-900\/20 {
    border-color: rgb(6 78 59 / 0.2);
  }

  .lg\:border-emerald-900\/25 {
    border-color: rgb(6 78 59 / 0.25);
  }

  .lg\:border-emerald-900\/30 {
    border-color: rgb(6 78 59 / 0.3);
  }

  .lg\:border-emerald-900\/35 {
    border-color: rgb(6 78 59 / 0.35);
  }

  .lg\:border-emerald-900\/40 {
    border-color: rgb(6 78 59 / 0.4);
  }

  .lg\:border-emerald-900\/45 {
    border-color: rgb(6 78 59 / 0.45);
  }

  .lg\:border-emerald-900\/5 {
    border-color: rgb(6 78 59 / 0.05);
  }

  .lg\:border-emerald-900\/50 {
    border-color: rgb(6 78 59 / 0.5);
  }

  .lg\:border-emerald-900\/55 {
    border-color: rgb(6 78 59 / 0.55);
  }

  .lg\:border-emerald-900\/60 {
    border-color: rgb(6 78 59 / 0.6);
  }

  .lg\:border-emerald-900\/65 {
    border-color: rgb(6 78 59 / 0.65);
  }

  .lg\:border-emerald-900\/70 {
    border-color: rgb(6 78 59 / 0.7);
  }

  .lg\:border-emerald-900\/75 {
    border-color: rgb(6 78 59 / 0.75);
  }

  .lg\:border-emerald-900\/80 {
    border-color: rgb(6 78 59 / 0.8);
  }

  .lg\:border-emerald-900\/85 {
    border-color: rgb(6 78 59 / 0.85);
  }

  .lg\:border-emerald-900\/90 {
    border-color: rgb(6 78 59 / 0.9);
  }

  .lg\:border-emerald-900\/95 {
    border-color: rgb(6 78 59 / 0.95);
  }

  .lg\:border-emerald-950 {
    --tw-border-opacity: 1;
    border-color: rgb(2 44 34 / var(--tw-border-opacity));
  }

  .lg\:border-emerald-950\/0 {
    border-color: rgb(2 44 34 / 0);
  }

  .lg\:border-emerald-950\/10 {
    border-color: rgb(2 44 34 / 0.1);
  }

  .lg\:border-emerald-950\/100 {
    border-color: rgb(2 44 34 / 1);
  }

  .lg\:border-emerald-950\/15 {
    border-color: rgb(2 44 34 / 0.15);
  }

  .lg\:border-emerald-950\/20 {
    border-color: rgb(2 44 34 / 0.2);
  }

  .lg\:border-emerald-950\/25 {
    border-color: rgb(2 44 34 / 0.25);
  }

  .lg\:border-emerald-950\/30 {
    border-color: rgb(2 44 34 / 0.3);
  }

  .lg\:border-emerald-950\/35 {
    border-color: rgb(2 44 34 / 0.35);
  }

  .lg\:border-emerald-950\/40 {
    border-color: rgb(2 44 34 / 0.4);
  }

  .lg\:border-emerald-950\/45 {
    border-color: rgb(2 44 34 / 0.45);
  }

  .lg\:border-emerald-950\/5 {
    border-color: rgb(2 44 34 / 0.05);
  }

  .lg\:border-emerald-950\/50 {
    border-color: rgb(2 44 34 / 0.5);
  }

  .lg\:border-emerald-950\/55 {
    border-color: rgb(2 44 34 / 0.55);
  }

  .lg\:border-emerald-950\/60 {
    border-color: rgb(2 44 34 / 0.6);
  }

  .lg\:border-emerald-950\/65 {
    border-color: rgb(2 44 34 / 0.65);
  }

  .lg\:border-emerald-950\/70 {
    border-color: rgb(2 44 34 / 0.7);
  }

  .lg\:border-emerald-950\/75 {
    border-color: rgb(2 44 34 / 0.75);
  }

  .lg\:border-emerald-950\/80 {
    border-color: rgb(2 44 34 / 0.8);
  }

  .lg\:border-emerald-950\/85 {
    border-color: rgb(2 44 34 / 0.85);
  }

  .lg\:border-emerald-950\/90 {
    border-color: rgb(2 44 34 / 0.9);
  }

  .lg\:border-emerald-950\/95 {
    border-color: rgb(2 44 34 / 0.95);
  }

  .lg\:border-fuchsia-100 {
    --tw-border-opacity: 1;
    border-color: rgb(250 232 255 / var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-100\/0 {
    border-color: rgb(250 232 255 / 0);
  }

  .lg\:border-fuchsia-100\/10 {
    border-color: rgb(250 232 255 / 0.1);
  }

  .lg\:border-fuchsia-100\/100 {
    border-color: rgb(250 232 255 / 1);
  }

  .lg\:border-fuchsia-100\/15 {
    border-color: rgb(250 232 255 / 0.15);
  }

  .lg\:border-fuchsia-100\/20 {
    border-color: rgb(250 232 255 / 0.2);
  }

  .lg\:border-fuchsia-100\/25 {
    border-color: rgb(250 232 255 / 0.25);
  }

  .lg\:border-fuchsia-100\/30 {
    border-color: rgb(250 232 255 / 0.3);
  }

  .lg\:border-fuchsia-100\/35 {
    border-color: rgb(250 232 255 / 0.35);
  }

  .lg\:border-fuchsia-100\/40 {
    border-color: rgb(250 232 255 / 0.4);
  }

  .lg\:border-fuchsia-100\/45 {
    border-color: rgb(250 232 255 / 0.45);
  }

  .lg\:border-fuchsia-100\/5 {
    border-color: rgb(250 232 255 / 0.05);
  }

  .lg\:border-fuchsia-100\/50 {
    border-color: rgb(250 232 255 / 0.5);
  }

  .lg\:border-fuchsia-100\/55 {
    border-color: rgb(250 232 255 / 0.55);
  }

  .lg\:border-fuchsia-100\/60 {
    border-color: rgb(250 232 255 / 0.6);
  }

  .lg\:border-fuchsia-100\/65 {
    border-color: rgb(250 232 255 / 0.65);
  }

  .lg\:border-fuchsia-100\/70 {
    border-color: rgb(250 232 255 / 0.7);
  }

  .lg\:border-fuchsia-100\/75 {
    border-color: rgb(250 232 255 / 0.75);
  }

  .lg\:border-fuchsia-100\/80 {
    border-color: rgb(250 232 255 / 0.8);
  }

  .lg\:border-fuchsia-100\/85 {
    border-color: rgb(250 232 255 / 0.85);
  }

  .lg\:border-fuchsia-100\/90 {
    border-color: rgb(250 232 255 / 0.9);
  }

  .lg\:border-fuchsia-100\/95 {
    border-color: rgb(250 232 255 / 0.95);
  }

  .lg\:border-fuchsia-200 {
    --tw-border-opacity: 1;
    border-color: rgb(245 208 254 / var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-200\/0 {
    border-color: rgb(245 208 254 / 0);
  }

  .lg\:border-fuchsia-200\/10 {
    border-color: rgb(245 208 254 / 0.1);
  }

  .lg\:border-fuchsia-200\/100 {
    border-color: rgb(245 208 254 / 1);
  }

  .lg\:border-fuchsia-200\/15 {
    border-color: rgb(245 208 254 / 0.15);
  }

  .lg\:border-fuchsia-200\/20 {
    border-color: rgb(245 208 254 / 0.2);
  }

  .lg\:border-fuchsia-200\/25 {
    border-color: rgb(245 208 254 / 0.25);
  }

  .lg\:border-fuchsia-200\/30 {
    border-color: rgb(245 208 254 / 0.3);
  }

  .lg\:border-fuchsia-200\/35 {
    border-color: rgb(245 208 254 / 0.35);
  }

  .lg\:border-fuchsia-200\/40 {
    border-color: rgb(245 208 254 / 0.4);
  }

  .lg\:border-fuchsia-200\/45 {
    border-color: rgb(245 208 254 / 0.45);
  }

  .lg\:border-fuchsia-200\/5 {
    border-color: rgb(245 208 254 / 0.05);
  }

  .lg\:border-fuchsia-200\/50 {
    border-color: rgb(245 208 254 / 0.5);
  }

  .lg\:border-fuchsia-200\/55 {
    border-color: rgb(245 208 254 / 0.55);
  }

  .lg\:border-fuchsia-200\/60 {
    border-color: rgb(245 208 254 / 0.6);
  }

  .lg\:border-fuchsia-200\/65 {
    border-color: rgb(245 208 254 / 0.65);
  }

  .lg\:border-fuchsia-200\/70 {
    border-color: rgb(245 208 254 / 0.7);
  }

  .lg\:border-fuchsia-200\/75 {
    border-color: rgb(245 208 254 / 0.75);
  }

  .lg\:border-fuchsia-200\/80 {
    border-color: rgb(245 208 254 / 0.8);
  }

  .lg\:border-fuchsia-200\/85 {
    border-color: rgb(245 208 254 / 0.85);
  }

  .lg\:border-fuchsia-200\/90 {
    border-color: rgb(245 208 254 / 0.9);
  }

  .lg\:border-fuchsia-200\/95 {
    border-color: rgb(245 208 254 / 0.95);
  }

  .lg\:border-fuchsia-300 {
    --tw-border-opacity: 1;
    border-color: rgb(240 171 252 / var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-300\/0 {
    border-color: rgb(240 171 252 / 0);
  }

  .lg\:border-fuchsia-300\/10 {
    border-color: rgb(240 171 252 / 0.1);
  }

  .lg\:border-fuchsia-300\/100 {
    border-color: rgb(240 171 252 / 1);
  }

  .lg\:border-fuchsia-300\/15 {
    border-color: rgb(240 171 252 / 0.15);
  }

  .lg\:border-fuchsia-300\/20 {
    border-color: rgb(240 171 252 / 0.2);
  }

  .lg\:border-fuchsia-300\/25 {
    border-color: rgb(240 171 252 / 0.25);
  }

  .lg\:border-fuchsia-300\/30 {
    border-color: rgb(240 171 252 / 0.3);
  }

  .lg\:border-fuchsia-300\/35 {
    border-color: rgb(240 171 252 / 0.35);
  }

  .lg\:border-fuchsia-300\/40 {
    border-color: rgb(240 171 252 / 0.4);
  }

  .lg\:border-fuchsia-300\/45 {
    border-color: rgb(240 171 252 / 0.45);
  }

  .lg\:border-fuchsia-300\/5 {
    border-color: rgb(240 171 252 / 0.05);
  }

  .lg\:border-fuchsia-300\/50 {
    border-color: rgb(240 171 252 / 0.5);
  }

  .lg\:border-fuchsia-300\/55 {
    border-color: rgb(240 171 252 / 0.55);
  }

  .lg\:border-fuchsia-300\/60 {
    border-color: rgb(240 171 252 / 0.6);
  }

  .lg\:border-fuchsia-300\/65 {
    border-color: rgb(240 171 252 / 0.65);
  }

  .lg\:border-fuchsia-300\/70 {
    border-color: rgb(240 171 252 / 0.7);
  }

  .lg\:border-fuchsia-300\/75 {
    border-color: rgb(240 171 252 / 0.75);
  }

  .lg\:border-fuchsia-300\/80 {
    border-color: rgb(240 171 252 / 0.8);
  }

  .lg\:border-fuchsia-300\/85 {
    border-color: rgb(240 171 252 / 0.85);
  }

  .lg\:border-fuchsia-300\/90 {
    border-color: rgb(240 171 252 / 0.9);
  }

  .lg\:border-fuchsia-300\/95 {
    border-color: rgb(240 171 252 / 0.95);
  }

  .lg\:border-fuchsia-400 {
    --tw-border-opacity: 1;
    border-color: rgb(232 121 249 / var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-400\/0 {
    border-color: rgb(232 121 249 / 0);
  }

  .lg\:border-fuchsia-400\/10 {
    border-color: rgb(232 121 249 / 0.1);
  }

  .lg\:border-fuchsia-400\/100 {
    border-color: rgb(232 121 249 / 1);
  }

  .lg\:border-fuchsia-400\/15 {
    border-color: rgb(232 121 249 / 0.15);
  }

  .lg\:border-fuchsia-400\/20 {
    border-color: rgb(232 121 249 / 0.2);
  }

  .lg\:border-fuchsia-400\/25 {
    border-color: rgb(232 121 249 / 0.25);
  }

  .lg\:border-fuchsia-400\/30 {
    border-color: rgb(232 121 249 / 0.3);
  }

  .lg\:border-fuchsia-400\/35 {
    border-color: rgb(232 121 249 / 0.35);
  }

  .lg\:border-fuchsia-400\/40 {
    border-color: rgb(232 121 249 / 0.4);
  }

  .lg\:border-fuchsia-400\/45 {
    border-color: rgb(232 121 249 / 0.45);
  }

  .lg\:border-fuchsia-400\/5 {
    border-color: rgb(232 121 249 / 0.05);
  }

  .lg\:border-fuchsia-400\/50 {
    border-color: rgb(232 121 249 / 0.5);
  }

  .lg\:border-fuchsia-400\/55 {
    border-color: rgb(232 121 249 / 0.55);
  }

  .lg\:border-fuchsia-400\/60 {
    border-color: rgb(232 121 249 / 0.6);
  }

  .lg\:border-fuchsia-400\/65 {
    border-color: rgb(232 121 249 / 0.65);
  }

  .lg\:border-fuchsia-400\/70 {
    border-color: rgb(232 121 249 / 0.7);
  }

  .lg\:border-fuchsia-400\/75 {
    border-color: rgb(232 121 249 / 0.75);
  }

  .lg\:border-fuchsia-400\/80 {
    border-color: rgb(232 121 249 / 0.8);
  }

  .lg\:border-fuchsia-400\/85 {
    border-color: rgb(232 121 249 / 0.85);
  }

  .lg\:border-fuchsia-400\/90 {
    border-color: rgb(232 121 249 / 0.9);
  }

  .lg\:border-fuchsia-400\/95 {
    border-color: rgb(232 121 249 / 0.95);
  }

  .lg\:border-fuchsia-50 {
    --tw-border-opacity: 1;
    border-color: rgb(253 244 255 / var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-50\/0 {
    border-color: rgb(253 244 255 / 0);
  }

  .lg\:border-fuchsia-50\/10 {
    border-color: rgb(253 244 255 / 0.1);
  }

  .lg\:border-fuchsia-50\/100 {
    border-color: rgb(253 244 255 / 1);
  }

  .lg\:border-fuchsia-50\/15 {
    border-color: rgb(253 244 255 / 0.15);
  }

  .lg\:border-fuchsia-50\/20 {
    border-color: rgb(253 244 255 / 0.2);
  }

  .lg\:border-fuchsia-50\/25 {
    border-color: rgb(253 244 255 / 0.25);
  }

  .lg\:border-fuchsia-50\/30 {
    border-color: rgb(253 244 255 / 0.3);
  }

  .lg\:border-fuchsia-50\/35 {
    border-color: rgb(253 244 255 / 0.35);
  }

  .lg\:border-fuchsia-50\/40 {
    border-color: rgb(253 244 255 / 0.4);
  }

  .lg\:border-fuchsia-50\/45 {
    border-color: rgb(253 244 255 / 0.45);
  }

  .lg\:border-fuchsia-50\/5 {
    border-color: rgb(253 244 255 / 0.05);
  }

  .lg\:border-fuchsia-50\/50 {
    border-color: rgb(253 244 255 / 0.5);
  }

  .lg\:border-fuchsia-50\/55 {
    border-color: rgb(253 244 255 / 0.55);
  }

  .lg\:border-fuchsia-50\/60 {
    border-color: rgb(253 244 255 / 0.6);
  }

  .lg\:border-fuchsia-50\/65 {
    border-color: rgb(253 244 255 / 0.65);
  }

  .lg\:border-fuchsia-50\/70 {
    border-color: rgb(253 244 255 / 0.7);
  }

  .lg\:border-fuchsia-50\/75 {
    border-color: rgb(253 244 255 / 0.75);
  }

  .lg\:border-fuchsia-50\/80 {
    border-color: rgb(253 244 255 / 0.8);
  }

  .lg\:border-fuchsia-50\/85 {
    border-color: rgb(253 244 255 / 0.85);
  }

  .lg\:border-fuchsia-50\/90 {
    border-color: rgb(253 244 255 / 0.9);
  }

  .lg\:border-fuchsia-50\/95 {
    border-color: rgb(253 244 255 / 0.95);
  }

  .lg\:border-fuchsia-500 {
    --tw-border-opacity: 1;
    border-color: rgb(217 70 239 / var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-500\/0 {
    border-color: rgb(217 70 239 / 0);
  }

  .lg\:border-fuchsia-500\/10 {
    border-color: rgb(217 70 239 / 0.1);
  }

  .lg\:border-fuchsia-500\/100 {
    border-color: rgb(217 70 239 / 1);
  }

  .lg\:border-fuchsia-500\/15 {
    border-color: rgb(217 70 239 / 0.15);
  }

  .lg\:border-fuchsia-500\/20 {
    border-color: rgb(217 70 239 / 0.2);
  }

  .lg\:border-fuchsia-500\/25 {
    border-color: rgb(217 70 239 / 0.25);
  }

  .lg\:border-fuchsia-500\/30 {
    border-color: rgb(217 70 239 / 0.3);
  }

  .lg\:border-fuchsia-500\/35 {
    border-color: rgb(217 70 239 / 0.35);
  }

  .lg\:border-fuchsia-500\/40 {
    border-color: rgb(217 70 239 / 0.4);
  }

  .lg\:border-fuchsia-500\/45 {
    border-color: rgb(217 70 239 / 0.45);
  }

  .lg\:border-fuchsia-500\/5 {
    border-color: rgb(217 70 239 / 0.05);
  }

  .lg\:border-fuchsia-500\/50 {
    border-color: rgb(217 70 239 / 0.5);
  }

  .lg\:border-fuchsia-500\/55 {
    border-color: rgb(217 70 239 / 0.55);
  }

  .lg\:border-fuchsia-500\/60 {
    border-color: rgb(217 70 239 / 0.6);
  }

  .lg\:border-fuchsia-500\/65 {
    border-color: rgb(217 70 239 / 0.65);
  }

  .lg\:border-fuchsia-500\/70 {
    border-color: rgb(217 70 239 / 0.7);
  }

  .lg\:border-fuchsia-500\/75 {
    border-color: rgb(217 70 239 / 0.75);
  }

  .lg\:border-fuchsia-500\/80 {
    border-color: rgb(217 70 239 / 0.8);
  }

  .lg\:border-fuchsia-500\/85 {
    border-color: rgb(217 70 239 / 0.85);
  }

  .lg\:border-fuchsia-500\/90 {
    border-color: rgb(217 70 239 / 0.9);
  }

  .lg\:border-fuchsia-500\/95 {
    border-color: rgb(217 70 239 / 0.95);
  }

  .lg\:border-fuchsia-600 {
    --tw-border-opacity: 1;
    border-color: rgb(192 38 211 / var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-600\/0 {
    border-color: rgb(192 38 211 / 0);
  }

  .lg\:border-fuchsia-600\/10 {
    border-color: rgb(192 38 211 / 0.1);
  }

  .lg\:border-fuchsia-600\/100 {
    border-color: rgb(192 38 211 / 1);
  }

  .lg\:border-fuchsia-600\/15 {
    border-color: rgb(192 38 211 / 0.15);
  }

  .lg\:border-fuchsia-600\/20 {
    border-color: rgb(192 38 211 / 0.2);
  }

  .lg\:border-fuchsia-600\/25 {
    border-color: rgb(192 38 211 / 0.25);
  }

  .lg\:border-fuchsia-600\/30 {
    border-color: rgb(192 38 211 / 0.3);
  }

  .lg\:border-fuchsia-600\/35 {
    border-color: rgb(192 38 211 / 0.35);
  }

  .lg\:border-fuchsia-600\/40 {
    border-color: rgb(192 38 211 / 0.4);
  }

  .lg\:border-fuchsia-600\/45 {
    border-color: rgb(192 38 211 / 0.45);
  }

  .lg\:border-fuchsia-600\/5 {
    border-color: rgb(192 38 211 / 0.05);
  }

  .lg\:border-fuchsia-600\/50 {
    border-color: rgb(192 38 211 / 0.5);
  }

  .lg\:border-fuchsia-600\/55 {
    border-color: rgb(192 38 211 / 0.55);
  }

  .lg\:border-fuchsia-600\/60 {
    border-color: rgb(192 38 211 / 0.6);
  }

  .lg\:border-fuchsia-600\/65 {
    border-color: rgb(192 38 211 / 0.65);
  }

  .lg\:border-fuchsia-600\/70 {
    border-color: rgb(192 38 211 / 0.7);
  }

  .lg\:border-fuchsia-600\/75 {
    border-color: rgb(192 38 211 / 0.75);
  }

  .lg\:border-fuchsia-600\/80 {
    border-color: rgb(192 38 211 / 0.8);
  }

  .lg\:border-fuchsia-600\/85 {
    border-color: rgb(192 38 211 / 0.85);
  }

  .lg\:border-fuchsia-600\/90 {
    border-color: rgb(192 38 211 / 0.9);
  }

  .lg\:border-fuchsia-600\/95 {
    border-color: rgb(192 38 211 / 0.95);
  }

  .lg\:border-fuchsia-700 {
    --tw-border-opacity: 1;
    border-color: rgb(162 28 175 / var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-700\/0 {
    border-color: rgb(162 28 175 / 0);
  }

  .lg\:border-fuchsia-700\/10 {
    border-color: rgb(162 28 175 / 0.1);
  }

  .lg\:border-fuchsia-700\/100 {
    border-color: rgb(162 28 175 / 1);
  }

  .lg\:border-fuchsia-700\/15 {
    border-color: rgb(162 28 175 / 0.15);
  }

  .lg\:border-fuchsia-700\/20 {
    border-color: rgb(162 28 175 / 0.2);
  }

  .lg\:border-fuchsia-700\/25 {
    border-color: rgb(162 28 175 / 0.25);
  }

  .lg\:border-fuchsia-700\/30 {
    border-color: rgb(162 28 175 / 0.3);
  }

  .lg\:border-fuchsia-700\/35 {
    border-color: rgb(162 28 175 / 0.35);
  }

  .lg\:border-fuchsia-700\/40 {
    border-color: rgb(162 28 175 / 0.4);
  }

  .lg\:border-fuchsia-700\/45 {
    border-color: rgb(162 28 175 / 0.45);
  }

  .lg\:border-fuchsia-700\/5 {
    border-color: rgb(162 28 175 / 0.05);
  }

  .lg\:border-fuchsia-700\/50 {
    border-color: rgb(162 28 175 / 0.5);
  }

  .lg\:border-fuchsia-700\/55 {
    border-color: rgb(162 28 175 / 0.55);
  }

  .lg\:border-fuchsia-700\/60 {
    border-color: rgb(162 28 175 / 0.6);
  }

  .lg\:border-fuchsia-700\/65 {
    border-color: rgb(162 28 175 / 0.65);
  }

  .lg\:border-fuchsia-700\/70 {
    border-color: rgb(162 28 175 / 0.7);
  }

  .lg\:border-fuchsia-700\/75 {
    border-color: rgb(162 28 175 / 0.75);
  }

  .lg\:border-fuchsia-700\/80 {
    border-color: rgb(162 28 175 / 0.8);
  }

  .lg\:border-fuchsia-700\/85 {
    border-color: rgb(162 28 175 / 0.85);
  }

  .lg\:border-fuchsia-700\/90 {
    border-color: rgb(162 28 175 / 0.9);
  }

  .lg\:border-fuchsia-700\/95 {
    border-color: rgb(162 28 175 / 0.95);
  }

  .lg\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgb(134 25 143 / var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-800\/0 {
    border-color: rgb(134 25 143 / 0);
  }

  .lg\:border-fuchsia-800\/10 {
    border-color: rgb(134 25 143 / 0.1);
  }

  .lg\:border-fuchsia-800\/100 {
    border-color: rgb(134 25 143 / 1);
  }

  .lg\:border-fuchsia-800\/15 {
    border-color: rgb(134 25 143 / 0.15);
  }

  .lg\:border-fuchsia-800\/20 {
    border-color: rgb(134 25 143 / 0.2);
  }

  .lg\:border-fuchsia-800\/25 {
    border-color: rgb(134 25 143 / 0.25);
  }

  .lg\:border-fuchsia-800\/30 {
    border-color: rgb(134 25 143 / 0.3);
  }

  .lg\:border-fuchsia-800\/35 {
    border-color: rgb(134 25 143 / 0.35);
  }

  .lg\:border-fuchsia-800\/40 {
    border-color: rgb(134 25 143 / 0.4);
  }

  .lg\:border-fuchsia-800\/45 {
    border-color: rgb(134 25 143 / 0.45);
  }

  .lg\:border-fuchsia-800\/5 {
    border-color: rgb(134 25 143 / 0.05);
  }

  .lg\:border-fuchsia-800\/50 {
    border-color: rgb(134 25 143 / 0.5);
  }

  .lg\:border-fuchsia-800\/55 {
    border-color: rgb(134 25 143 / 0.55);
  }

  .lg\:border-fuchsia-800\/60 {
    border-color: rgb(134 25 143 / 0.6);
  }

  .lg\:border-fuchsia-800\/65 {
    border-color: rgb(134 25 143 / 0.65);
  }

  .lg\:border-fuchsia-800\/70 {
    border-color: rgb(134 25 143 / 0.7);
  }

  .lg\:border-fuchsia-800\/75 {
    border-color: rgb(134 25 143 / 0.75);
  }

  .lg\:border-fuchsia-800\/80 {
    border-color: rgb(134 25 143 / 0.8);
  }

  .lg\:border-fuchsia-800\/85 {
    border-color: rgb(134 25 143 / 0.85);
  }

  .lg\:border-fuchsia-800\/90 {
    border-color: rgb(134 25 143 / 0.9);
  }

  .lg\:border-fuchsia-800\/95 {
    border-color: rgb(134 25 143 / 0.95);
  }

  .lg\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgb(112 26 117 / var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-900\/0 {
    border-color: rgb(112 26 117 / 0);
  }

  .lg\:border-fuchsia-900\/10 {
    border-color: rgb(112 26 117 / 0.1);
  }

  .lg\:border-fuchsia-900\/100 {
    border-color: rgb(112 26 117 / 1);
  }

  .lg\:border-fuchsia-900\/15 {
    border-color: rgb(112 26 117 / 0.15);
  }

  .lg\:border-fuchsia-900\/20 {
    border-color: rgb(112 26 117 / 0.2);
  }

  .lg\:border-fuchsia-900\/25 {
    border-color: rgb(112 26 117 / 0.25);
  }

  .lg\:border-fuchsia-900\/30 {
    border-color: rgb(112 26 117 / 0.3);
  }

  .lg\:border-fuchsia-900\/35 {
    border-color: rgb(112 26 117 / 0.35);
  }

  .lg\:border-fuchsia-900\/40 {
    border-color: rgb(112 26 117 / 0.4);
  }

  .lg\:border-fuchsia-900\/45 {
    border-color: rgb(112 26 117 / 0.45);
  }

  .lg\:border-fuchsia-900\/5 {
    border-color: rgb(112 26 117 / 0.05);
  }

  .lg\:border-fuchsia-900\/50 {
    border-color: rgb(112 26 117 / 0.5);
  }

  .lg\:border-fuchsia-900\/55 {
    border-color: rgb(112 26 117 / 0.55);
  }

  .lg\:border-fuchsia-900\/60 {
    border-color: rgb(112 26 117 / 0.6);
  }

  .lg\:border-fuchsia-900\/65 {
    border-color: rgb(112 26 117 / 0.65);
  }

  .lg\:border-fuchsia-900\/70 {
    border-color: rgb(112 26 117 / 0.7);
  }

  .lg\:border-fuchsia-900\/75 {
    border-color: rgb(112 26 117 / 0.75);
  }

  .lg\:border-fuchsia-900\/80 {
    border-color: rgb(112 26 117 / 0.8);
  }

  .lg\:border-fuchsia-900\/85 {
    border-color: rgb(112 26 117 / 0.85);
  }

  .lg\:border-fuchsia-900\/90 {
    border-color: rgb(112 26 117 / 0.9);
  }

  .lg\:border-fuchsia-900\/95 {
    border-color: rgb(112 26 117 / 0.95);
  }

  .lg\:border-fuchsia-950 {
    --tw-border-opacity: 1;
    border-color: rgb(74 4 78 / var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-950\/0 {
    border-color: rgb(74 4 78 / 0);
  }

  .lg\:border-fuchsia-950\/10 {
    border-color: rgb(74 4 78 / 0.1);
  }

  .lg\:border-fuchsia-950\/100 {
    border-color: rgb(74 4 78 / 1);
  }

  .lg\:border-fuchsia-950\/15 {
    border-color: rgb(74 4 78 / 0.15);
  }

  .lg\:border-fuchsia-950\/20 {
    border-color: rgb(74 4 78 / 0.2);
  }

  .lg\:border-fuchsia-950\/25 {
    border-color: rgb(74 4 78 / 0.25);
  }

  .lg\:border-fuchsia-950\/30 {
    border-color: rgb(74 4 78 / 0.3);
  }

  .lg\:border-fuchsia-950\/35 {
    border-color: rgb(74 4 78 / 0.35);
  }

  .lg\:border-fuchsia-950\/40 {
    border-color: rgb(74 4 78 / 0.4);
  }

  .lg\:border-fuchsia-950\/45 {
    border-color: rgb(74 4 78 / 0.45);
  }

  .lg\:border-fuchsia-950\/5 {
    border-color: rgb(74 4 78 / 0.05);
  }

  .lg\:border-fuchsia-950\/50 {
    border-color: rgb(74 4 78 / 0.5);
  }

  .lg\:border-fuchsia-950\/55 {
    border-color: rgb(74 4 78 / 0.55);
  }

  .lg\:border-fuchsia-950\/60 {
    border-color: rgb(74 4 78 / 0.6);
  }

  .lg\:border-fuchsia-950\/65 {
    border-color: rgb(74 4 78 / 0.65);
  }

  .lg\:border-fuchsia-950\/70 {
    border-color: rgb(74 4 78 / 0.7);
  }

  .lg\:border-fuchsia-950\/75 {
    border-color: rgb(74 4 78 / 0.75);
  }

  .lg\:border-fuchsia-950\/80 {
    border-color: rgb(74 4 78 / 0.8);
  }

  .lg\:border-fuchsia-950\/85 {
    border-color: rgb(74 4 78 / 0.85);
  }

  .lg\:border-fuchsia-950\/90 {
    border-color: rgb(74 4 78 / 0.9);
  }

  .lg\:border-fuchsia-950\/95 {
    border-color: rgb(74 4 78 / 0.95);
  }

  .lg\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity));
  }

  .lg\:border-gray-100\/0 {
    border-color: rgb(243 244 246 / 0);
  }

  .lg\:border-gray-100\/10 {
    border-color: rgb(243 244 246 / 0.1);
  }

  .lg\:border-gray-100\/100 {
    border-color: rgb(243 244 246 / 1);
  }

  .lg\:border-gray-100\/15 {
    border-color: rgb(243 244 246 / 0.15);
  }

  .lg\:border-gray-100\/20 {
    border-color: rgb(243 244 246 / 0.2);
  }

  .lg\:border-gray-100\/25 {
    border-color: rgb(243 244 246 / 0.25);
  }

  .lg\:border-gray-100\/30 {
    border-color: rgb(243 244 246 / 0.3);
  }

  .lg\:border-gray-100\/35 {
    border-color: rgb(243 244 246 / 0.35);
  }

  .lg\:border-gray-100\/40 {
    border-color: rgb(243 244 246 / 0.4);
  }

  .lg\:border-gray-100\/45 {
    border-color: rgb(243 244 246 / 0.45);
  }

  .lg\:border-gray-100\/5 {
    border-color: rgb(243 244 246 / 0.05);
  }

  .lg\:border-gray-100\/50 {
    border-color: rgb(243 244 246 / 0.5);
  }

  .lg\:border-gray-100\/55 {
    border-color: rgb(243 244 246 / 0.55);
  }

  .lg\:border-gray-100\/60 {
    border-color: rgb(243 244 246 / 0.6);
  }

  .lg\:border-gray-100\/65 {
    border-color: rgb(243 244 246 / 0.65);
  }

  .lg\:border-gray-100\/70 {
    border-color: rgb(243 244 246 / 0.7);
  }

  .lg\:border-gray-100\/75 {
    border-color: rgb(243 244 246 / 0.75);
  }

  .lg\:border-gray-100\/80 {
    border-color: rgb(243 244 246 / 0.8);
  }

  .lg\:border-gray-100\/85 {
    border-color: rgb(243 244 246 / 0.85);
  }

  .lg\:border-gray-100\/90 {
    border-color: rgb(243 244 246 / 0.9);
  }

  .lg\:border-gray-100\/95 {
    border-color: rgb(243 244 246 / 0.95);
  }

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

  .lg\:border-gray-200\/0 {
    border-color: rgb(229 231 235 / 0);
  }

  .lg\:border-gray-200\/10 {
    border-color: rgb(229 231 235 / 0.1);
  }

  .lg\:border-gray-200\/100 {
    border-color: rgb(229 231 235 / 1);
  }

  .lg\:border-gray-200\/15 {
    border-color: rgb(229 231 235 / 0.15);
  }

  .lg\:border-gray-200\/20 {
    border-color: rgb(229 231 235 / 0.2);
  }

  .lg\:border-gray-200\/25 {
    border-color: rgb(229 231 235 / 0.25);
  }

  .lg\:border-gray-200\/30 {
    border-color: rgb(229 231 235 / 0.3);
  }

  .lg\:border-gray-200\/35 {
    border-color: rgb(229 231 235 / 0.35);
  }

  .lg\:border-gray-200\/40 {
    border-color: rgb(229 231 235 / 0.4);
  }

  .lg\:border-gray-200\/45 {
    border-color: rgb(229 231 235 / 0.45);
  }

  .lg\:border-gray-200\/5 {
    border-color: rgb(229 231 235 / 0.05);
  }

  .lg\:border-gray-200\/50 {
    border-color: rgb(229 231 235 / 0.5);
  }

  .lg\:border-gray-200\/55 {
    border-color: rgb(229 231 235 / 0.55);
  }

  .lg\:border-gray-200\/60 {
    border-color: rgb(229 231 235 / 0.6);
  }

  .lg\:border-gray-200\/65 {
    border-color: rgb(229 231 235 / 0.65);
  }

  .lg\:border-gray-200\/70 {
    border-color: rgb(229 231 235 / 0.7);
  }

  .lg\:border-gray-200\/75 {
    border-color: rgb(229 231 235 / 0.75);
  }

  .lg\:border-gray-200\/80 {
    border-color: rgb(229 231 235 / 0.8);
  }

  .lg\:border-gray-200\/85 {
    border-color: rgb(229 231 235 / 0.85);
  }

  .lg\:border-gray-200\/90 {
    border-color: rgb(229 231 235 / 0.9);
  }

  .lg\:border-gray-200\/95 {
    border-color: rgb(229 231 235 / 0.95);
  }

  .lg\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }

  .lg\:border-gray-300\/0 {
    border-color: rgb(209 213 219 / 0);
  }

  .lg\:border-gray-300\/10 {
    border-color: rgb(209 213 219 / 0.1);
  }

  .lg\:border-gray-300\/100 {
    border-color: rgb(209 213 219 / 1);
  }

  .lg\:border-gray-300\/15 {
    border-color: rgb(209 213 219 / 0.15);
  }

  .lg\:border-gray-300\/20 {
    border-color: rgb(209 213 219 / 0.2);
  }

  .lg\:border-gray-300\/25 {
    border-color: rgb(209 213 219 / 0.25);
  }

  .lg\:border-gray-300\/30 {
    border-color: rgb(209 213 219 / 0.3);
  }

  .lg\:border-gray-300\/35 {
    border-color: rgb(209 213 219 / 0.35);
  }

  .lg\:border-gray-300\/40 {
    border-color: rgb(209 213 219 / 0.4);
  }

  .lg\:border-gray-300\/45 {
    border-color: rgb(209 213 219 / 0.45);
  }

  .lg\:border-gray-300\/5 {
    border-color: rgb(209 213 219 / 0.05);
  }

  .lg\:border-gray-300\/50 {
    border-color: rgb(209 213 219 / 0.5);
  }

  .lg\:border-gray-300\/55 {
    border-color: rgb(209 213 219 / 0.55);
  }

  .lg\:border-gray-300\/60 {
    border-color: rgb(209 213 219 / 0.6);
  }

  .lg\:border-gray-300\/65 {
    border-color: rgb(209 213 219 / 0.65);
  }

  .lg\:border-gray-300\/70 {
    border-color: rgb(209 213 219 / 0.7);
  }

  .lg\:border-gray-300\/75 {
    border-color: rgb(209 213 219 / 0.75);
  }

  .lg\:border-gray-300\/80 {
    border-color: rgb(209 213 219 / 0.8);
  }

  .lg\:border-gray-300\/85 {
    border-color: rgb(209 213 219 / 0.85);
  }

  .lg\:border-gray-300\/90 {
    border-color: rgb(209 213 219 / 0.9);
  }

  .lg\:border-gray-300\/95 {
    border-color: rgb(209 213 219 / 0.95);
  }

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

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

  .lg\:border-gray-400\/10 {
    border-color: rgb(156 163 175 / 0.1);
  }

  .lg\:border-gray-400\/100 {
    border-color: rgb(156 163 175 / 1);
  }

  .lg\:border-gray-400\/15 {
    border-color: rgb(156 163 175 / 0.15);
  }

  .lg\:border-gray-400\/20 {
    border-color: rgb(156 163 175 / 0.2);
  }

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

  .lg\:border-gray-400\/30 {
    border-color: rgb(156 163 175 / 0.3);
  }

  .lg\:border-gray-400\/35 {
    border-color: rgb(156 163 175 / 0.35);
  }

  .lg\:border-gray-400\/40 {
    border-color: rgb(156 163 175 / 0.4);
  }

  .lg\:border-gray-400\/45 {
    border-color: rgb(156 163 175 / 0.45);
  }

  .lg\:border-gray-400\/5 {
    border-color: rgb(156 163 175 / 0.05);
  }

  .lg\:border-gray-400\/50 {
    border-color: rgb(156 163 175 / 0.5);
  }

  .lg\:border-gray-400\/55 {
    border-color: rgb(156 163 175 / 0.55);
  }

  .lg\:border-gray-400\/60 {
    border-color: rgb(156 163 175 / 0.6);
  }

  .lg\:border-gray-400\/65 {
    border-color: rgb(156 163 175 / 0.65);
  }

  .lg\:border-gray-400\/70 {
    border-color: rgb(156 163 175 / 0.7);
  }

  .lg\:border-gray-400\/75 {
    border-color: rgb(156 163 175 / 0.75);
  }

  .lg\:border-gray-400\/80 {
    border-color: rgb(156 163 175 / 0.8);
  }

  .lg\:border-gray-400\/85 {
    border-color: rgb(156 163 175 / 0.85);
  }

  .lg\:border-gray-400\/90 {
    border-color: rgb(156 163 175 / 0.9);
  }

  .lg\:border-gray-400\/95 {
    border-color: rgb(156 163 175 / 0.95);
  }

  .lg\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgb(249 250 251 / var(--tw-border-opacity));
  }

  .lg\:border-gray-50\/0 {
    border-color: rgb(249 250 251 / 0);
  }

  .lg\:border-gray-50\/10 {
    border-color: rgb(249 250 251 / 0.1);
  }

  .lg\:border-gray-50\/100 {
    border-color: rgb(249 250 251 / 1);
  }

  .lg\:border-gray-50\/15 {
    border-color: rgb(249 250 251 / 0.15);
  }

  .lg\:border-gray-50\/20 {
    border-color: rgb(249 250 251 / 0.2);
  }

  .lg\:border-gray-50\/25 {
    border-color: rgb(249 250 251 / 0.25);
  }

  .lg\:border-gray-50\/30 {
    border-color: rgb(249 250 251 / 0.3);
  }

  .lg\:border-gray-50\/35 {
    border-color: rgb(249 250 251 / 0.35);
  }

  .lg\:border-gray-50\/40 {
    border-color: rgb(249 250 251 / 0.4);
  }

  .lg\:border-gray-50\/45 {
    border-color: rgb(249 250 251 / 0.45);
  }

  .lg\:border-gray-50\/5 {
    border-color: rgb(249 250 251 / 0.05);
  }

  .lg\:border-gray-50\/50 {
    border-color: rgb(249 250 251 / 0.5);
  }

  .lg\:border-gray-50\/55 {
    border-color: rgb(249 250 251 / 0.55);
  }

  .lg\:border-gray-50\/60 {
    border-color: rgb(249 250 251 / 0.6);
  }

  .lg\:border-gray-50\/65 {
    border-color: rgb(249 250 251 / 0.65);
  }

  .lg\:border-gray-50\/70 {
    border-color: rgb(249 250 251 / 0.7);
  }

  .lg\:border-gray-50\/75 {
    border-color: rgb(249 250 251 / 0.75);
  }

  .lg\:border-gray-50\/80 {
    border-color: rgb(249 250 251 / 0.8);
  }

  .lg\:border-gray-50\/85 {
    border-color: rgb(249 250 251 / 0.85);
  }

  .lg\:border-gray-50\/90 {
    border-color: rgb(249 250 251 / 0.9);
  }

  .lg\:border-gray-50\/95 {
    border-color: rgb(249 250 251 / 0.95);
  }

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

  .lg\:border-gray-500\/0 {
    border-color: rgb(107 114 128 / 0);
  }

  .lg\:border-gray-500\/10 {
    border-color: rgb(107 114 128 / 0.1);
  }

  .lg\:border-gray-500\/100 {
    border-color: rgb(107 114 128 / 1);
  }

  .lg\:border-gray-500\/15 {
    border-color: rgb(107 114 128 / 0.15);
  }

  .lg\:border-gray-500\/20 {
    border-color: rgb(107 114 128 / 0.2);
  }

  .lg\:border-gray-500\/25 {
    border-color: rgb(107 114 128 / 0.25);
  }

  .lg\:border-gray-500\/30 {
    border-color: rgb(107 114 128 / 0.3);
  }

  .lg\:border-gray-500\/35 {
    border-color: rgb(107 114 128 / 0.35);
  }

  .lg\:border-gray-500\/40 {
    border-color: rgb(107 114 128 / 0.4);
  }

  .lg\:border-gray-500\/45 {
    border-color: rgb(107 114 128 / 0.45);
  }

  .lg\:border-gray-500\/5 {
    border-color: rgb(107 114 128 / 0.05);
  }

  .lg\:border-gray-500\/50 {
    border-color: rgb(107 114 128 / 0.5);
  }

  .lg\:border-gray-500\/55 {
    border-color: rgb(107 114 128 / 0.55);
  }

  .lg\:border-gray-500\/60 {
    border-color: rgb(107 114 128 / 0.6);
  }

  .lg\:border-gray-500\/65 {
    border-color: rgb(107 114 128 / 0.65);
  }

  .lg\:border-gray-500\/70 {
    border-color: rgb(107 114 128 / 0.7);
  }

  .lg\:border-gray-500\/75 {
    border-color: rgb(107 114 128 / 0.75);
  }

  .lg\:border-gray-500\/80 {
    border-color: rgb(107 114 128 / 0.8);
  }

  .lg\:border-gray-500\/85 {
    border-color: rgb(107 114 128 / 0.85);
  }

  .lg\:border-gray-500\/90 {
    border-color: rgb(107 114 128 / 0.9);
  }

  .lg\:border-gray-500\/95 {
    border-color: rgb(107 114 128 / 0.95);
  }

  .lg\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .lg\:border-gray-600\/0 {
    border-color: rgb(75 85 99 / 0);
  }

  .lg\:border-gray-600\/10 {
    border-color: rgb(75 85 99 / 0.1);
  }

  .lg\:border-gray-600\/100 {
    border-color: rgb(75 85 99 / 1);
  }

  .lg\:border-gray-600\/15 {
    border-color: rgb(75 85 99 / 0.15);
  }

  .lg\:border-gray-600\/20 {
    border-color: rgb(75 85 99 / 0.2);
  }

  .lg\:border-gray-600\/25 {
    border-color: rgb(75 85 99 / 0.25);
  }

  .lg\:border-gray-600\/30 {
    border-color: rgb(75 85 99 / 0.3);
  }

  .lg\:border-gray-600\/35 {
    border-color: rgb(75 85 99 / 0.35);
  }

  .lg\:border-gray-600\/40 {
    border-color: rgb(75 85 99 / 0.4);
  }

  .lg\:border-gray-600\/45 {
    border-color: rgb(75 85 99 / 0.45);
  }

  .lg\:border-gray-600\/5 {
    border-color: rgb(75 85 99 / 0.05);
  }

  .lg\:border-gray-600\/50 {
    border-color: rgb(75 85 99 / 0.5);
  }

  .lg\:border-gray-600\/55 {
    border-color: rgb(75 85 99 / 0.55);
  }

  .lg\:border-gray-600\/60 {
    border-color: rgb(75 85 99 / 0.6);
  }

  .lg\:border-gray-600\/65 {
    border-color: rgb(75 85 99 / 0.65);
  }

  .lg\:border-gray-600\/70 {
    border-color: rgb(75 85 99 / 0.7);
  }

  .lg\:border-gray-600\/75 {
    border-color: rgb(75 85 99 / 0.75);
  }

  .lg\:border-gray-600\/80 {
    border-color: rgb(75 85 99 / 0.8);
  }

  .lg\:border-gray-600\/85 {
    border-color: rgb(75 85 99 / 0.85);
  }

  .lg\:border-gray-600\/90 {
    border-color: rgb(75 85 99 / 0.9);
  }

  .lg\:border-gray-600\/95 {
    border-color: rgb(75 85 99 / 0.95);
  }

  .lg\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .lg\:border-gray-700\/0 {
    border-color: rgb(55 65 81 / 0);
  }

  .lg\:border-gray-700\/10 {
    border-color: rgb(55 65 81 / 0.1);
  }

  .lg\:border-gray-700\/100 {
    border-color: rgb(55 65 81 / 1);
  }

  .lg\:border-gray-700\/15 {
    border-color: rgb(55 65 81 / 0.15);
  }

  .lg\:border-gray-700\/20 {
    border-color: rgb(55 65 81 / 0.2);
  }

  .lg\:border-gray-700\/25 {
    border-color: rgb(55 65 81 / 0.25);
  }

  .lg\:border-gray-700\/30 {
    border-color: rgb(55 65 81 / 0.3);
  }

  .lg\:border-gray-700\/35 {
    border-color: rgb(55 65 81 / 0.35);
  }

  .lg\:border-gray-700\/40 {
    border-color: rgb(55 65 81 / 0.4);
  }

  .lg\:border-gray-700\/45 {
    border-color: rgb(55 65 81 / 0.45);
  }

  .lg\:border-gray-700\/5 {
    border-color: rgb(55 65 81 / 0.05);
  }

  .lg\:border-gray-700\/50 {
    border-color: rgb(55 65 81 / 0.5);
  }

  .lg\:border-gray-700\/55 {
    border-color: rgb(55 65 81 / 0.55);
  }

  .lg\:border-gray-700\/60 {
    border-color: rgb(55 65 81 / 0.6);
  }

  .lg\:border-gray-700\/65 {
    border-color: rgb(55 65 81 / 0.65);
  }

  .lg\:border-gray-700\/70 {
    border-color: rgb(55 65 81 / 0.7);
  }

  .lg\:border-gray-700\/75 {
    border-color: rgb(55 65 81 / 0.75);
  }

  .lg\:border-gray-700\/80 {
    border-color: rgb(55 65 81 / 0.8);
  }

  .lg\:border-gray-700\/85 {
    border-color: rgb(55 65 81 / 0.85);
  }

  .lg\:border-gray-700\/90 {
    border-color: rgb(55 65 81 / 0.9);
  }

  .lg\:border-gray-700\/95 {
    border-color: rgb(55 65 81 / 0.95);
  }

  .lg\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55 / var(--tw-border-opacity));
  }

  .lg\:border-gray-800\/0 {
    border-color: rgb(31 41 55 / 0);
  }

  .lg\:border-gray-800\/10 {
    border-color: rgb(31 41 55 / 0.1);
  }

  .lg\:border-gray-800\/100 {
    border-color: rgb(31 41 55 / 1);
  }

  .lg\:border-gray-800\/15 {
    border-color: rgb(31 41 55 / 0.15);
  }

  .lg\:border-gray-800\/20 {
    border-color: rgb(31 41 55 / 0.2);
  }

  .lg\:border-gray-800\/25 {
    border-color: rgb(31 41 55 / 0.25);
  }

  .lg\:border-gray-800\/30 {
    border-color: rgb(31 41 55 / 0.3);
  }

  .lg\:border-gray-800\/35 {
    border-color: rgb(31 41 55 / 0.35);
  }

  .lg\:border-gray-800\/40 {
    border-color: rgb(31 41 55 / 0.4);
  }

  .lg\:border-gray-800\/45 {
    border-color: rgb(31 41 55 / 0.45);
  }

  .lg\:border-gray-800\/5 {
    border-color: rgb(31 41 55 / 0.05);
  }

  .lg\:border-gray-800\/50 {
    border-color: rgb(31 41 55 / 0.5);
  }

  .lg\:border-gray-800\/55 {
    border-color: rgb(31 41 55 / 0.55);
  }

  .lg\:border-gray-800\/60 {
    border-color: rgb(31 41 55 / 0.6);
  }

  .lg\:border-gray-800\/65 {
    border-color: rgb(31 41 55 / 0.65);
  }

  .lg\:border-gray-800\/70 {
    border-color: rgb(31 41 55 / 0.7);
  }

  .lg\:border-gray-800\/75 {
    border-color: rgb(31 41 55 / 0.75);
  }

  .lg\:border-gray-800\/80 {
    border-color: rgb(31 41 55 / 0.8);
  }

  .lg\:border-gray-800\/85 {
    border-color: rgb(31 41 55 / 0.85);
  }

  .lg\:border-gray-800\/90 {
    border-color: rgb(31 41 55 / 0.9);
  }

  .lg\:border-gray-800\/95 {
    border-color: rgb(31 41 55 / 0.95);
  }

  .lg\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgb(17 24 39 / var(--tw-border-opacity));
  }

  .lg\:border-gray-900\/0 {
    border-color: rgb(17 24 39 / 0);
  }

  .lg\:border-gray-900\/10 {
    border-color: rgb(17 24 39 / 0.1);
  }

  .lg\:border-gray-900\/100 {
    border-color: rgb(17 24 39 / 1);
  }

  .lg\:border-gray-900\/15 {
    border-color: rgb(17 24 39 / 0.15);
  }

  .lg\:border-gray-900\/20 {
    border-color: rgb(17 24 39 / 0.2);
  }

  .lg\:border-gray-900\/25 {
    border-color: rgb(17 24 39 / 0.25);
  }

  .lg\:border-gray-900\/30 {
    border-color: rgb(17 24 39 / 0.3);
  }

  .lg\:border-gray-900\/35 {
    border-color: rgb(17 24 39 / 0.35);
  }

  .lg\:border-gray-900\/40 {
    border-color: rgb(17 24 39 / 0.4);
  }

  .lg\:border-gray-900\/45 {
    border-color: rgb(17 24 39 / 0.45);
  }

  .lg\:border-gray-900\/5 {
    border-color: rgb(17 24 39 / 0.05);
  }

  .lg\:border-gray-900\/50 {
    border-color: rgb(17 24 39 / 0.5);
  }

  .lg\:border-gray-900\/55 {
    border-color: rgb(17 24 39 / 0.55);
  }

  .lg\:border-gray-900\/60 {
    border-color: rgb(17 24 39 / 0.6);
  }

  .lg\:border-gray-900\/65 {
    border-color: rgb(17 24 39 / 0.65);
  }

  .lg\:border-gray-900\/70 {
    border-color: rgb(17 24 39 / 0.7);
  }

  .lg\:border-gray-900\/75 {
    border-color: rgb(17 24 39 / 0.75);
  }

  .lg\:border-gray-900\/80 {
    border-color: rgb(17 24 39 / 0.8);
  }

  .lg\:border-gray-900\/85 {
    border-color: rgb(17 24 39 / 0.85);
  }

  .lg\:border-gray-900\/90 {
    border-color: rgb(17 24 39 / 0.9);
  }

  .lg\:border-gray-900\/95 {
    border-color: rgb(17 24 39 / 0.95);
  }

  .lg\:border-gray-950 {
    --tw-border-opacity: 1;
    border-color: rgb(3 7 18 / var(--tw-border-opacity));
  }

  .lg\:border-gray-950\/0 {
    border-color: rgb(3 7 18 / 0);
  }

  .lg\:border-gray-950\/10 {
    border-color: rgb(3 7 18 / 0.1);
  }

  .lg\:border-gray-950\/100 {
    border-color: rgb(3 7 18 / 1);
  }

  .lg\:border-gray-950\/15 {
    border-color: rgb(3 7 18 / 0.15);
  }

  .lg\:border-gray-950\/20 {
    border-color: rgb(3 7 18 / 0.2);
  }

  .lg\:border-gray-950\/25 {
    border-color: rgb(3 7 18 / 0.25);
  }

  .lg\:border-gray-950\/30 {
    border-color: rgb(3 7 18 / 0.3);
  }

  .lg\:border-gray-950\/35 {
    border-color: rgb(3 7 18 / 0.35);
  }

  .lg\:border-gray-950\/40 {
    border-color: rgb(3 7 18 / 0.4);
  }

  .lg\:border-gray-950\/45 {
    border-color: rgb(3 7 18 / 0.45);
  }

  .lg\:border-gray-950\/5 {
    border-color: rgb(3 7 18 / 0.05);
  }

  .lg\:border-gray-950\/50 {
    border-color: rgb(3 7 18 / 0.5);
  }

  .lg\:border-gray-950\/55 {
    border-color: rgb(3 7 18 / 0.55);
  }

  .lg\:border-gray-950\/60 {
    border-color: rgb(3 7 18 / 0.6);
  }

  .lg\:border-gray-950\/65 {
    border-color: rgb(3 7 18 / 0.65);
  }

  .lg\:border-gray-950\/70 {
    border-color: rgb(3 7 18 / 0.7);
  }

  .lg\:border-gray-950\/75 {
    border-color: rgb(3 7 18 / 0.75);
  }

  .lg\:border-gray-950\/80 {
    border-color: rgb(3 7 18 / 0.8);
  }

  .lg\:border-gray-950\/85 {
    border-color: rgb(3 7 18 / 0.85);
  }

  .lg\:border-gray-950\/90 {
    border-color: rgb(3 7 18 / 0.9);
  }

  .lg\:border-gray-950\/95 {
    border-color: rgb(3 7 18 / 0.95);
  }

  .lg\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgb(220 252 231 / var(--tw-border-opacity));
  }

  .lg\:border-green-100\/0 {
    border-color: rgb(220 252 231 / 0);
  }

  .lg\:border-green-100\/10 {
    border-color: rgb(220 252 231 / 0.1);
  }

  .lg\:border-green-100\/100 {
    border-color: rgb(220 252 231 / 1);
  }

  .lg\:border-green-100\/15 {
    border-color: rgb(220 252 231 / 0.15);
  }

  .lg\:border-green-100\/20 {
    border-color: rgb(220 252 231 / 0.2);
  }

  .lg\:border-green-100\/25 {
    border-color: rgb(220 252 231 / 0.25);
  }

  .lg\:border-green-100\/30 {
    border-color: rgb(220 252 231 / 0.3);
  }

  .lg\:border-green-100\/35 {
    border-color: rgb(220 252 231 / 0.35);
  }

  .lg\:border-green-100\/40 {
    border-color: rgb(220 252 231 / 0.4);
  }

  .lg\:border-green-100\/45 {
    border-color: rgb(220 252 231 / 0.45);
  }

  .lg\:border-green-100\/5 {
    border-color: rgb(220 252 231 / 0.05);
  }

  .lg\:border-green-100\/50 {
    border-color: rgb(220 252 231 / 0.5);
  }

  .lg\:border-green-100\/55 {
    border-color: rgb(220 252 231 / 0.55);
  }

  .lg\:border-green-100\/60 {
    border-color: rgb(220 252 231 / 0.6);
  }

  .lg\:border-green-100\/65 {
    border-color: rgb(220 252 231 / 0.65);
  }

  .lg\:border-green-100\/70 {
    border-color: rgb(220 252 231 / 0.7);
  }

  .lg\:border-green-100\/75 {
    border-color: rgb(220 252 231 / 0.75);
  }

  .lg\:border-green-100\/80 {
    border-color: rgb(220 252 231 / 0.8);
  }

  .lg\:border-green-100\/85 {
    border-color: rgb(220 252 231 / 0.85);
  }

  .lg\:border-green-100\/90 {
    border-color: rgb(220 252 231 / 0.9);
  }

  .lg\:border-green-100\/95 {
    border-color: rgb(220 252 231 / 0.95);
  }

  .lg\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgb(187 247 208 / var(--tw-border-opacity));
  }

  .lg\:border-green-200\/0 {
    border-color: rgb(187 247 208 / 0);
  }

  .lg\:border-green-200\/10 {
    border-color: rgb(187 247 208 / 0.1);
  }

  .lg\:border-green-200\/100 {
    border-color: rgb(187 247 208 / 1);
  }

  .lg\:border-green-200\/15 {
    border-color: rgb(187 247 208 / 0.15);
  }

  .lg\:border-green-200\/20 {
    border-color: rgb(187 247 208 / 0.2);
  }

  .lg\:border-green-200\/25 {
    border-color: rgb(187 247 208 / 0.25);
  }

  .lg\:border-green-200\/30 {
    border-color: rgb(187 247 208 / 0.3);
  }

  .lg\:border-green-200\/35 {
    border-color: rgb(187 247 208 / 0.35);
  }

  .lg\:border-green-200\/40 {
    border-color: rgb(187 247 208 / 0.4);
  }

  .lg\:border-green-200\/45 {
    border-color: rgb(187 247 208 / 0.45);
  }

  .lg\:border-green-200\/5 {
    border-color: rgb(187 247 208 / 0.05);
  }

  .lg\:border-green-200\/50 {
    border-color: rgb(187 247 208 / 0.5);
  }

  .lg\:border-green-200\/55 {
    border-color: rgb(187 247 208 / 0.55);
  }

  .lg\:border-green-200\/60 {
    border-color: rgb(187 247 208 / 0.6);
  }

  .lg\:border-green-200\/65 {
    border-color: rgb(187 247 208 / 0.65);
  }

  .lg\:border-green-200\/70 {
    border-color: rgb(187 247 208 / 0.7);
  }

  .lg\:border-green-200\/75 {
    border-color: rgb(187 247 208 / 0.75);
  }

  .lg\:border-green-200\/80 {
    border-color: rgb(187 247 208 / 0.8);
  }

  .lg\:border-green-200\/85 {
    border-color: rgb(187 247 208 / 0.85);
  }

  .lg\:border-green-200\/90 {
    border-color: rgb(187 247 208 / 0.9);
  }

  .lg\:border-green-200\/95 {
    border-color: rgb(187 247 208 / 0.95);
  }

  .lg\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgb(134 239 172 / var(--tw-border-opacity));
  }

  .lg\:border-green-300\/0 {
    border-color: rgb(134 239 172 / 0);
  }

  .lg\:border-green-300\/10 {
    border-color: rgb(134 239 172 / 0.1);
  }

  .lg\:border-green-300\/100 {
    border-color: rgb(134 239 172 / 1);
  }

  .lg\:border-green-300\/15 {
    border-color: rgb(134 239 172 / 0.15);
  }

  .lg\:border-green-300\/20 {
    border-color: rgb(134 239 172 / 0.2);
  }

  .lg\:border-green-300\/25 {
    border-color: rgb(134 239 172 / 0.25);
  }

  .lg\:border-green-300\/30 {
    border-color: rgb(134 239 172 / 0.3);
  }

  .lg\:border-green-300\/35 {
    border-color: rgb(134 239 172 / 0.35);
  }

  .lg\:border-green-300\/40 {
    border-color: rgb(134 239 172 / 0.4);
  }

  .lg\:border-green-300\/45 {
    border-color: rgb(134 239 172 / 0.45);
  }

  .lg\:border-green-300\/5 {
    border-color: rgb(134 239 172 / 0.05);
  }

  .lg\:border-green-300\/50 {
    border-color: rgb(134 239 172 / 0.5);
  }

  .lg\:border-green-300\/55 {
    border-color: rgb(134 239 172 / 0.55);
  }

  .lg\:border-green-300\/60 {
    border-color: rgb(134 239 172 / 0.6);
  }

  .lg\:border-green-300\/65 {
    border-color: rgb(134 239 172 / 0.65);
  }

  .lg\:border-green-300\/70 {
    border-color: rgb(134 239 172 / 0.7);
  }

  .lg\:border-green-300\/75 {
    border-color: rgb(134 239 172 / 0.75);
  }

  .lg\:border-green-300\/80 {
    border-color: rgb(134 239 172 / 0.8);
  }

  .lg\:border-green-300\/85 {
    border-color: rgb(134 239 172 / 0.85);
  }

  .lg\:border-green-300\/90 {
    border-color: rgb(134 239 172 / 0.9);
  }

  .lg\:border-green-300\/95 {
    border-color: rgb(134 239 172 / 0.95);
  }

  .lg\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgb(74 222 128 / var(--tw-border-opacity));
  }

  .lg\:border-green-400\/0 {
    border-color: rgb(74 222 128 / 0);
  }

  .lg\:border-green-400\/10 {
    border-color: rgb(74 222 128 / 0.1);
  }

  .lg\:border-green-400\/100 {
    border-color: rgb(74 222 128 / 1);
  }

  .lg\:border-green-400\/15 {
    border-color: rgb(74 222 128 / 0.15);
  }

  .lg\:border-green-400\/20 {
    border-color: rgb(74 222 128 / 0.2);
  }

  .lg\:border-green-400\/25 {
    border-color: rgb(74 222 128 / 0.25);
  }

  .lg\:border-green-400\/30 {
    border-color: rgb(74 222 128 / 0.3);
  }

  .lg\:border-green-400\/35 {
    border-color: rgb(74 222 128 / 0.35);
  }

  .lg\:border-green-400\/40 {
    border-color: rgb(74 222 128 / 0.4);
  }

  .lg\:border-green-400\/45 {
    border-color: rgb(74 222 128 / 0.45);
  }

  .lg\:border-green-400\/5 {
    border-color: rgb(74 222 128 / 0.05);
  }

  .lg\:border-green-400\/50 {
    border-color: rgb(74 222 128 / 0.5);
  }

  .lg\:border-green-400\/55 {
    border-color: rgb(74 222 128 / 0.55);
  }

  .lg\:border-green-400\/60 {
    border-color: rgb(74 222 128 / 0.6);
  }

  .lg\:border-green-400\/65 {
    border-color: rgb(74 222 128 / 0.65);
  }

  .lg\:border-green-400\/70 {
    border-color: rgb(74 222 128 / 0.7);
  }

  .lg\:border-green-400\/75 {
    border-color: rgb(74 222 128 / 0.75);
  }

  .lg\:border-green-400\/80 {
    border-color: rgb(74 222 128 / 0.8);
  }

  .lg\:border-green-400\/85 {
    border-color: rgb(74 222 128 / 0.85);
  }

  .lg\:border-green-400\/90 {
    border-color: rgb(74 222 128 / 0.9);
  }

  .lg\:border-green-400\/95 {
    border-color: rgb(74 222 128 / 0.95);
  }

  .lg\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgb(240 253 244 / var(--tw-border-opacity));
  }

  .lg\:border-green-50\/0 {
    border-color: rgb(240 253 244 / 0);
  }

  .lg\:border-green-50\/10 {
    border-color: rgb(240 253 244 / 0.1);
  }

  .lg\:border-green-50\/100 {
    border-color: rgb(240 253 244 / 1);
  }

  .lg\:border-green-50\/15 {
    border-color: rgb(240 253 244 / 0.15);
  }

  .lg\:border-green-50\/20 {
    border-color: rgb(240 253 244 / 0.2);
  }

  .lg\:border-green-50\/25 {
    border-color: rgb(240 253 244 / 0.25);
  }

  .lg\:border-green-50\/30 {
    border-color: rgb(240 253 244 / 0.3);
  }

  .lg\:border-green-50\/35 {
    border-color: rgb(240 253 244 / 0.35);
  }

  .lg\:border-green-50\/40 {
    border-color: rgb(240 253 244 / 0.4);
  }

  .lg\:border-green-50\/45 {
    border-color: rgb(240 253 244 / 0.45);
  }

  .lg\:border-green-50\/5 {
    border-color: rgb(240 253 244 / 0.05);
  }

  .lg\:border-green-50\/50 {
    border-color: rgb(240 253 244 / 0.5);
  }

  .lg\:border-green-50\/55 {
    border-color: rgb(240 253 244 / 0.55);
  }

  .lg\:border-green-50\/60 {
    border-color: rgb(240 253 244 / 0.6);
  }

  .lg\:border-green-50\/65 {
    border-color: rgb(240 253 244 / 0.65);
  }

  .lg\:border-green-50\/70 {
    border-color: rgb(240 253 244 / 0.7);
  }

  .lg\:border-green-50\/75 {
    border-color: rgb(240 253 244 / 0.75);
  }

  .lg\:border-green-50\/80 {
    border-color: rgb(240 253 244 / 0.8);
  }

  .lg\:border-green-50\/85 {
    border-color: rgb(240 253 244 / 0.85);
  }

  .lg\:border-green-50\/90 {
    border-color: rgb(240 253 244 / 0.9);
  }

  .lg\:border-green-50\/95 {
    border-color: rgb(240 253 244 / 0.95);
  }

  .lg\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgb(34 197 94 / var(--tw-border-opacity));
  }

  .lg\:border-green-500\/0 {
    border-color: rgb(34 197 94 / 0);
  }

  .lg\:border-green-500\/10 {
    border-color: rgb(34 197 94 / 0.1);
  }

  .lg\:border-green-500\/100 {
    border-color: rgb(34 197 94 / 1);
  }

  .lg\:border-green-500\/15 {
    border-color: rgb(34 197 94 / 0.15);
  }

  .lg\:border-green-500\/20 {
    border-color: rgb(34 197 94 / 0.2);
  }

  .lg\:border-green-500\/25 {
    border-color: rgb(34 197 94 / 0.25);
  }

  .lg\:border-green-500\/30 {
    border-color: rgb(34 197 94 / 0.3);
  }

  .lg\:border-green-500\/35 {
    border-color: rgb(34 197 94 / 0.35);
  }

  .lg\:border-green-500\/40 {
    border-color: rgb(34 197 94 / 0.4);
  }

  .lg\:border-green-500\/45 {
    border-color: rgb(34 197 94 / 0.45);
  }

  .lg\:border-green-500\/5 {
    border-color: rgb(34 197 94 / 0.05);
  }

  .lg\:border-green-500\/50 {
    border-color: rgb(34 197 94 / 0.5);
  }

  .lg\:border-green-500\/55 {
    border-color: rgb(34 197 94 / 0.55);
  }

  .lg\:border-green-500\/60 {
    border-color: rgb(34 197 94 / 0.6);
  }

  .lg\:border-green-500\/65 {
    border-color: rgb(34 197 94 / 0.65);
  }

  .lg\:border-green-500\/70 {
    border-color: rgb(34 197 94 / 0.7);
  }

  .lg\:border-green-500\/75 {
    border-color: rgb(34 197 94 / 0.75);
  }

  .lg\:border-green-500\/80 {
    border-color: rgb(34 197 94 / 0.8);
  }

  .lg\:border-green-500\/85 {
    border-color: rgb(34 197 94 / 0.85);
  }

  .lg\:border-green-500\/90 {
    border-color: rgb(34 197 94 / 0.9);
  }

  .lg\:border-green-500\/95 {
    border-color: rgb(34 197 94 / 0.95);
  }

  .lg\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgb(22 163 74 / var(--tw-border-opacity));
  }

  .lg\:border-green-600\/0 {
    border-color: rgb(22 163 74 / 0);
  }

  .lg\:border-green-600\/10 {
    border-color: rgb(22 163 74 / 0.1);
  }

  .lg\:border-green-600\/100 {
    border-color: rgb(22 163 74 / 1);
  }

  .lg\:border-green-600\/15 {
    border-color: rgb(22 163 74 / 0.15);
  }

  .lg\:border-green-600\/20 {
    border-color: rgb(22 163 74 / 0.2);
  }

  .lg\:border-green-600\/25 {
    border-color: rgb(22 163 74 / 0.25);
  }

  .lg\:border-green-600\/30 {
    border-color: rgb(22 163 74 / 0.3);
  }

  .lg\:border-green-600\/35 {
    border-color: rgb(22 163 74 / 0.35);
  }

  .lg\:border-green-600\/40 {
    border-color: rgb(22 163 74 / 0.4);
  }

  .lg\:border-green-600\/45 {
    border-color: rgb(22 163 74 / 0.45);
  }

  .lg\:border-green-600\/5 {
    border-color: rgb(22 163 74 / 0.05);
  }

  .lg\:border-green-600\/50 {
    border-color: rgb(22 163 74 / 0.5);
  }

  .lg\:border-green-600\/55 {
    border-color: rgb(22 163 74 / 0.55);
  }

  .lg\:border-green-600\/60 {
    border-color: rgb(22 163 74 / 0.6);
  }

  .lg\:border-green-600\/65 {
    border-color: rgb(22 163 74 / 0.65);
  }

  .lg\:border-green-600\/70 {
    border-color: rgb(22 163 74 / 0.7);
  }

  .lg\:border-green-600\/75 {
    border-color: rgb(22 163 74 / 0.75);
  }

  .lg\:border-green-600\/80 {
    border-color: rgb(22 163 74 / 0.8);
  }

  .lg\:border-green-600\/85 {
    border-color: rgb(22 163 74 / 0.85);
  }

  .lg\:border-green-600\/90 {
    border-color: rgb(22 163 74 / 0.9);
  }

  .lg\:border-green-600\/95 {
    border-color: rgb(22 163 74 / 0.95);
  }

  .lg\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgb(21 128 61 / var(--tw-border-opacity));
  }

  .lg\:border-green-700\/0 {
    border-color: rgb(21 128 61 / 0);
  }

  .lg\:border-green-700\/10 {
    border-color: rgb(21 128 61 / 0.1);
  }

  .lg\:border-green-700\/100 {
    border-color: rgb(21 128 61 / 1);
  }

  .lg\:border-green-700\/15 {
    border-color: rgb(21 128 61 / 0.15);
  }

  .lg\:border-green-700\/20 {
    border-color: rgb(21 128 61 / 0.2);
  }

  .lg\:border-green-700\/25 {
    border-color: rgb(21 128 61 / 0.25);
  }

  .lg\:border-green-700\/30 {
    border-color: rgb(21 128 61 / 0.3);
  }

  .lg\:border-green-700\/35 {
    border-color: rgb(21 128 61 / 0.35);
  }

  .lg\:border-green-700\/40 {
    border-color: rgb(21 128 61 / 0.4);
  }

  .lg\:border-green-700\/45 {
    border-color: rgb(21 128 61 / 0.45);
  }

  .lg\:border-green-700\/5 {
    border-color: rgb(21 128 61 / 0.05);
  }

  .lg\:border-green-700\/50 {
    border-color: rgb(21 128 61 / 0.5);
  }

  .lg\:border-green-700\/55 {
    border-color: rgb(21 128 61 / 0.55);
  }

  .lg\:border-green-700\/60 {
    border-color: rgb(21 128 61 / 0.6);
  }

  .lg\:border-green-700\/65 {
    border-color: rgb(21 128 61 / 0.65);
  }

  .lg\:border-green-700\/70 {
    border-color: rgb(21 128 61 / 0.7);
  }

  .lg\:border-green-700\/75 {
    border-color: rgb(21 128 61 / 0.75);
  }

  .lg\:border-green-700\/80 {
    border-color: rgb(21 128 61 / 0.8);
  }

  .lg\:border-green-700\/85 {
    border-color: rgb(21 128 61 / 0.85);
  }

  .lg\:border-green-700\/90 {
    border-color: rgb(21 128 61 / 0.9);
  }

  .lg\:border-green-700\/95 {
    border-color: rgb(21 128 61 / 0.95);
  }

  .lg\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgb(22 101 52 / var(--tw-border-opacity));
  }

  .lg\:border-green-800\/0 {
    border-color: rgb(22 101 52 / 0);
  }

  .lg\:border-green-800\/10 {
    border-color: rgb(22 101 52 / 0.1);
  }

  .lg\:border-green-800\/100 {
    border-color: rgb(22 101 52 / 1);
  }

  .lg\:border-green-800\/15 {
    border-color: rgb(22 101 52 / 0.15);
  }

  .lg\:border-green-800\/20 {
    border-color: rgb(22 101 52 / 0.2);
  }

  .lg\:border-green-800\/25 {
    border-color: rgb(22 101 52 / 0.25);
  }

  .lg\:border-green-800\/30 {
    border-color: rgb(22 101 52 / 0.3);
  }

  .lg\:border-green-800\/35 {
    border-color: rgb(22 101 52 / 0.35);
  }

  .lg\:border-green-800\/40 {
    border-color: rgb(22 101 52 / 0.4);
  }

  .lg\:border-green-800\/45 {
    border-color: rgb(22 101 52 / 0.45);
  }

  .lg\:border-green-800\/5 {
    border-color: rgb(22 101 52 / 0.05);
  }

  .lg\:border-green-800\/50 {
    border-color: rgb(22 101 52 / 0.5);
  }

  .lg\:border-green-800\/55 {
    border-color: rgb(22 101 52 / 0.55);
  }

  .lg\:border-green-800\/60 {
    border-color: rgb(22 101 52 / 0.6);
  }

  .lg\:border-green-800\/65 {
    border-color: rgb(22 101 52 / 0.65);
  }

  .lg\:border-green-800\/70 {
    border-color: rgb(22 101 52 / 0.7);
  }

  .lg\:border-green-800\/75 {
    border-color: rgb(22 101 52 / 0.75);
  }

  .lg\:border-green-800\/80 {
    border-color: rgb(22 101 52 / 0.8);
  }

  .lg\:border-green-800\/85 {
    border-color: rgb(22 101 52 / 0.85);
  }

  .lg\:border-green-800\/90 {
    border-color: rgb(22 101 52 / 0.9);
  }

  .lg\:border-green-800\/95 {
    border-color: rgb(22 101 52 / 0.95);
  }

  .lg\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgb(20 83 45 / var(--tw-border-opacity));
  }

  .lg\:border-green-900\/0 {
    border-color: rgb(20 83 45 / 0);
  }

  .lg\:border-green-900\/10 {
    border-color: rgb(20 83 45 / 0.1);
  }

  .lg\:border-green-900\/100 {
    border-color: rgb(20 83 45 / 1);
  }

  .lg\:border-green-900\/15 {
    border-color: rgb(20 83 45 / 0.15);
  }

  .lg\:border-green-900\/20 {
    border-color: rgb(20 83 45 / 0.2);
  }

  .lg\:border-green-900\/25 {
    border-color: rgb(20 83 45 / 0.25);
  }

  .lg\:border-green-900\/30 {
    border-color: rgb(20 83 45 / 0.3);
  }

  .lg\:border-green-900\/35 {
    border-color: rgb(20 83 45 / 0.35);
  }

  .lg\:border-green-900\/40 {
    border-color: rgb(20 83 45 / 0.4);
  }

  .lg\:border-green-900\/45 {
    border-color: rgb(20 83 45 / 0.45);
  }

  .lg\:border-green-900\/5 {
    border-color: rgb(20 83 45 / 0.05);
  }

  .lg\:border-green-900\/50 {
    border-color: rgb(20 83 45 / 0.5);
  }

  .lg\:border-green-900\/55 {
    border-color: rgb(20 83 45 / 0.55);
  }

  .lg\:border-green-900\/60 {
    border-color: rgb(20 83 45 / 0.6);
  }

  .lg\:border-green-900\/65 {
    border-color: rgb(20 83 45 / 0.65);
  }

  .lg\:border-green-900\/70 {
    border-color: rgb(20 83 45 / 0.7);
  }

  .lg\:border-green-900\/75 {
    border-color: rgb(20 83 45 / 0.75);
  }

  .lg\:border-green-900\/80 {
    border-color: rgb(20 83 45 / 0.8);
  }

  .lg\:border-green-900\/85 {
    border-color: rgb(20 83 45 / 0.85);
  }

  .lg\:border-green-900\/90 {
    border-color: rgb(20 83 45 / 0.9);
  }

  .lg\:border-green-900\/95 {
    border-color: rgb(20 83 45 / 0.95);
  }

  .lg\:border-green-950 {
    --tw-border-opacity: 1;
    border-color: rgb(5 46 22 / var(--tw-border-opacity));
  }

  .lg\:border-green-950\/0 {
    border-color: rgb(5 46 22 / 0);
  }

  .lg\:border-green-950\/10 {
    border-color: rgb(5 46 22 / 0.1);
  }

  .lg\:border-green-950\/100 {
    border-color: rgb(5 46 22 / 1);
  }

  .lg\:border-green-950\/15 {
    border-color: rgb(5 46 22 / 0.15);
  }

  .lg\:border-green-950\/20 {
    border-color: rgb(5 46 22 / 0.2);
  }

  .lg\:border-green-950\/25 {
    border-color: rgb(5 46 22 / 0.25);
  }

  .lg\:border-green-950\/30 {
    border-color: rgb(5 46 22 / 0.3);
  }

  .lg\:border-green-950\/35 {
    border-color: rgb(5 46 22 / 0.35);
  }

  .lg\:border-green-950\/40 {
    border-color: rgb(5 46 22 / 0.4);
  }

  .lg\:border-green-950\/45 {
    border-color: rgb(5 46 22 / 0.45);
  }

  .lg\:border-green-950\/5 {
    border-color: rgb(5 46 22 / 0.05);
  }

  .lg\:border-green-950\/50 {
    border-color: rgb(5 46 22 / 0.5);
  }

  .lg\:border-green-950\/55 {
    border-color: rgb(5 46 22 / 0.55);
  }

  .lg\:border-green-950\/60 {
    border-color: rgb(5 46 22 / 0.6);
  }

  .lg\:border-green-950\/65 {
    border-color: rgb(5 46 22 / 0.65);
  }

  .lg\:border-green-950\/70 {
    border-color: rgb(5 46 22 / 0.7);
  }

  .lg\:border-green-950\/75 {
    border-color: rgb(5 46 22 / 0.75);
  }

  .lg\:border-green-950\/80 {
    border-color: rgb(5 46 22 / 0.8);
  }

  .lg\:border-green-950\/85 {
    border-color: rgb(5 46 22 / 0.85);
  }

  .lg\:border-green-950\/90 {
    border-color: rgb(5 46 22 / 0.9);
  }

  .lg\:border-green-950\/95 {
    border-color: rgb(5 46 22 / 0.95);
  }

  .lg\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgb(224 231 255 / var(--tw-border-opacity));
  }

  .lg\:border-indigo-100\/0 {
    border-color: rgb(224 231 255 / 0);
  }

  .lg\:border-indigo-100\/10 {
    border-color: rgb(224 231 255 / 0.1);
  }

  .lg\:border-indigo-100\/100 {
    border-color: rgb(224 231 255 / 1);
  }

  .lg\:border-indigo-100\/15 {
    border-color: rgb(224 231 255 / 0.15);
  }

  .lg\:border-indigo-100\/20 {
    border-color: rgb(224 231 255 / 0.2);
  }

  .lg\:border-indigo-100\/25 {
    border-color: rgb(224 231 255 / 0.25);
  }

  .lg\:border-indigo-100\/30 {
    border-color: rgb(224 231 255 / 0.3);
  }

  .lg\:border-indigo-100\/35 {
    border-color: rgb(224 231 255 / 0.35);
  }

  .lg\:border-indigo-100\/40 {
    border-color: rgb(224 231 255 / 0.4);
  }

  .lg\:border-indigo-100\/45 {
    border-color: rgb(224 231 255 / 0.45);
  }

  .lg\:border-indigo-100\/5 {
    border-color: rgb(224 231 255 / 0.05);
  }

  .lg\:border-indigo-100\/50 {
    border-color: rgb(224 231 255 / 0.5);
  }

  .lg\:border-indigo-100\/55 {
    border-color: rgb(224 231 255 / 0.55);
  }

  .lg\:border-indigo-100\/60 {
    border-color: rgb(224 231 255 / 0.6);
  }

  .lg\:border-indigo-100\/65 {
    border-color: rgb(224 231 255 / 0.65);
  }

  .lg\:border-indigo-100\/70 {
    border-color: rgb(224 231 255 / 0.7);
  }

  .lg\:border-indigo-100\/75 {
    border-color: rgb(224 231 255 / 0.75);
  }

  .lg\:border-indigo-100\/80 {
    border-color: rgb(224 231 255 / 0.8);
  }

  .lg\:border-indigo-100\/85 {
    border-color: rgb(224 231 255 / 0.85);
  }

  .lg\:border-indigo-100\/90 {
    border-color: rgb(224 231 255 / 0.9);
  }

  .lg\:border-indigo-100\/95 {
    border-color: rgb(224 231 255 / 0.95);
  }

  .lg\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgb(199 210 254 / var(--tw-border-opacity));
  }

  .lg\:border-indigo-200\/0 {
    border-color: rgb(199 210 254 / 0);
  }

  .lg\:border-indigo-200\/10 {
    border-color: rgb(199 210 254 / 0.1);
  }

  .lg\:border-indigo-200\/100 {
    border-color: rgb(199 210 254 / 1);
  }

  .lg\:border-indigo-200\/15 {
    border-color: rgb(199 210 254 / 0.15);
  }

  .lg\:border-indigo-200\/20 {
    border-color: rgb(199 210 254 / 0.2);
  }

  .lg\:border-indigo-200\/25 {
    border-color: rgb(199 210 254 / 0.25);
  }

  .lg\:border-indigo-200\/30 {
    border-color: rgb(199 210 254 / 0.3);
  }

  .lg\:border-indigo-200\/35 {
    border-color: rgb(199 210 254 / 0.35);
  }

  .lg\:border-indigo-200\/40 {
    border-color: rgb(199 210 254 / 0.4);
  }

  .lg\:border-indigo-200\/45 {
    border-color: rgb(199 210 254 / 0.45);
  }

  .lg\:border-indigo-200\/5 {
    border-color: rgb(199 210 254 / 0.05);
  }

  .lg\:border-indigo-200\/50 {
    border-color: rgb(199 210 254 / 0.5);
  }

  .lg\:border-indigo-200\/55 {
    border-color: rgb(199 210 254 / 0.55);
  }

  .lg\:border-indigo-200\/60 {
    border-color: rgb(199 210 254 / 0.6);
  }

  .lg\:border-indigo-200\/65 {
    border-color: rgb(199 210 254 / 0.65);
  }

  .lg\:border-indigo-200\/70 {
    border-color: rgb(199 210 254 / 0.7);
  }

  .lg\:border-indigo-200\/75 {
    border-color: rgb(199 210 254 / 0.75);
  }

  .lg\:border-indigo-200\/80 {
    border-color: rgb(199 210 254 / 0.8);
  }

  .lg\:border-indigo-200\/85 {
    border-color: rgb(199 210 254 / 0.85);
  }

  .lg\:border-indigo-200\/90 {
    border-color: rgb(199 210 254 / 0.9);
  }

  .lg\:border-indigo-200\/95 {
    border-color: rgb(199 210 254 / 0.95);
  }

  .lg\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgb(165 180 252 / var(--tw-border-opacity));
  }

  .lg\:border-indigo-300\/0 {
    border-color: rgb(165 180 252 / 0);
  }

  .lg\:border-indigo-300\/10 {
    border-color: rgb(165 180 252 / 0.1);
  }

  .lg\:border-indigo-300\/100 {
    border-color: rgb(165 180 252 / 1);
  }

  .lg\:border-indigo-300\/15 {
    border-color: rgb(165 180 252 / 0.15);
  }

  .lg\:border-indigo-300\/20 {
    border-color: rgb(165 180 252 / 0.2);
  }

  .lg\:border-indigo-300\/25 {
    border-color: rgb(165 180 252 / 0.25);
  }

  .lg\:border-indigo-300\/30 {
    border-color: rgb(165 180 252 / 0.3);
  }

  .lg\:border-indigo-300\/35 {
    border-color: rgb(165 180 252 / 0.35);
  }

  .lg\:border-indigo-300\/40 {
    border-color: rgb(165 180 252 / 0.4);
  }

  .lg\:border-indigo-300\/45 {
    border-color: rgb(165 180 252 / 0.45);
  }

  .lg\:border-indigo-300\/5 {
    border-color: rgb(165 180 252 / 0.05);
  }

  .lg\:border-indigo-300\/50 {
    border-color: rgb(165 180 252 / 0.5);
  }

  .lg\:border-indigo-300\/55 {
    border-color: rgb(165 180 252 / 0.55);
  }

  .lg\:border-indigo-300\/60 {
    border-color: rgb(165 180 252 / 0.6);
  }

  .lg\:border-indigo-300\/65 {
    border-color: rgb(165 180 252 / 0.65);
  }

  .lg\:border-indigo-300\/70 {
    border-color: rgb(165 180 252 / 0.7);
  }

  .lg\:border-indigo-300\/75 {
    border-color: rgb(165 180 252 / 0.75);
  }

  .lg\:border-indigo-300\/80 {
    border-color: rgb(165 180 252 / 0.8);
  }

  .lg\:border-indigo-300\/85 {
    border-color: rgb(165 180 252 / 0.85);
  }

  .lg\:border-indigo-300\/90 {
    border-color: rgb(165 180 252 / 0.9);
  }

  .lg\:border-indigo-300\/95 {
    border-color: rgb(165 180 252 / 0.95);
  }

  .lg\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgb(129 140 248 / var(--tw-border-opacity));
  }

  .lg\:border-indigo-400\/0 {
    border-color: rgb(129 140 248 / 0);
  }

  .lg\:border-indigo-400\/10 {
    border-color: rgb(129 140 248 / 0.1);
  }

  .lg\:border-indigo-400\/100 {
    border-color: rgb(129 140 248 / 1);
  }

  .lg\:border-indigo-400\/15 {
    border-color: rgb(129 140 248 / 0.15);
  }

  .lg\:border-indigo-400\/20 {
    border-color: rgb(129 140 248 / 0.2);
  }

  .lg\:border-indigo-400\/25 {
    border-color: rgb(129 140 248 / 0.25);
  }

  .lg\:border-indigo-400\/30 {
    border-color: rgb(129 140 248 / 0.3);
  }

  .lg\:border-indigo-400\/35 {
    border-color: rgb(129 140 248 / 0.35);
  }

  .lg\:border-indigo-400\/40 {
    border-color: rgb(129 140 248 / 0.4);
  }

  .lg\:border-indigo-400\/45 {
    border-color: rgb(129 140 248 / 0.45);
  }

  .lg\:border-indigo-400\/5 {
    border-color: rgb(129 140 248 / 0.05);
  }

  .lg\:border-indigo-400\/50 {
    border-color: rgb(129 140 248 / 0.5);
  }

  .lg\:border-indigo-400\/55 {
    border-color: rgb(129 140 248 / 0.55);
  }

  .lg\:border-indigo-400\/60 {
    border-color: rgb(129 140 248 / 0.6);
  }

  .lg\:border-indigo-400\/65 {
    border-color: rgb(129 140 248 / 0.65);
  }

  .lg\:border-indigo-400\/70 {
    border-color: rgb(129 140 248 / 0.7);
  }

  .lg\:border-indigo-400\/75 {
    border-color: rgb(129 140 248 / 0.75);
  }

  .lg\:border-indigo-400\/80 {
    border-color: rgb(129 140 248 / 0.8);
  }

  .lg\:border-indigo-400\/85 {
    border-color: rgb(129 140 248 / 0.85);
  }

  .lg\:border-indigo-400\/90 {
    border-color: rgb(129 140 248 / 0.9);
  }

  .lg\:border-indigo-400\/95 {
    border-color: rgb(129 140 248 / 0.95);
  }

  .lg\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgb(238 242 255 / var(--tw-border-opacity));
  }

  .lg\:border-indigo-50\/0 {
    border-color: rgb(238 242 255 / 0);
  }

  .lg\:border-indigo-50\/10 {
    border-color: rgb(238 242 255 / 0.1);
  }

  .lg\:border-indigo-50\/100 {
    border-color: rgb(238 242 255 / 1);
  }

  .lg\:border-indigo-50\/15 {
    border-color: rgb(238 242 255 / 0.15);
  }

  .lg\:border-indigo-50\/20 {
    border-color: rgb(238 242 255 / 0.2);
  }

  .lg\:border-indigo-50\/25 {
    border-color: rgb(238 242 255 / 0.25);
  }

  .lg\:border-indigo-50\/30 {
    border-color: rgb(238 242 255 / 0.3);
  }

  .lg\:border-indigo-50\/35 {
    border-color: rgb(238 242 255 / 0.35);
  }

  .lg\:border-indigo-50\/40 {
    border-color: rgb(238 242 255 / 0.4);
  }

  .lg\:border-indigo-50\/45 {
    border-color: rgb(238 242 255 / 0.45);
  }

  .lg\:border-indigo-50\/5 {
    border-color: rgb(238 242 255 / 0.05);
  }

  .lg\:border-indigo-50\/50 {
    border-color: rgb(238 242 255 / 0.5);
  }

  .lg\:border-indigo-50\/55 {
    border-color: rgb(238 242 255 / 0.55);
  }

  .lg\:border-indigo-50\/60 {
    border-color: rgb(238 242 255 / 0.6);
  }

  .lg\:border-indigo-50\/65 {
    border-color: rgb(238 242 255 / 0.65);
  }

  .lg\:border-indigo-50\/70 {
    border-color: rgb(238 242 255 / 0.7);
  }

  .lg\:border-indigo-50\/75 {
    border-color: rgb(238 242 255 / 0.75);
  }

  .lg\:border-indigo-50\/80 {
    border-color: rgb(238 242 255 / 0.8);
  }

  .lg\:border-indigo-50\/85 {
    border-color: rgb(238 242 255 / 0.85);
  }

  .lg\:border-indigo-50\/90 {
    border-color: rgb(238 242 255 / 0.9);
  }

  .lg\:border-indigo-50\/95 {
    border-color: rgb(238 242 255 / 0.95);
  }

  .lg\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgb(99 102 241 / var(--tw-border-opacity));
  }

  .lg\:border-indigo-500\/0 {
    border-color: rgb(99 102 241 / 0);
  }

  .lg\:border-indigo-500\/10 {
    border-color: rgb(99 102 241 / 0.1);
  }

  .lg\:border-indigo-500\/100 {
    border-color: rgb(99 102 241 / 1);
  }

  .lg\:border-indigo-500\/15 {
    border-color: rgb(99 102 241 / 0.15);
  }

  .lg\:border-indigo-500\/20 {
    border-color: rgb(99 102 241 / 0.2);
  }

  .lg\:border-indigo-500\/25 {
    border-color: rgb(99 102 241 / 0.25);
  }

  .lg\:border-indigo-500\/30 {
    border-color: rgb(99 102 241 / 0.3);
  }

  .lg\:border-indigo-500\/35 {
    border-color: rgb(99 102 241 / 0.35);
  }

  .lg\:border-indigo-500\/40 {
    border-color: rgb(99 102 241 / 0.4);
  }

  .lg\:border-indigo-500\/45 {
    border-color: rgb(99 102 241 / 0.45);
  }

  .lg\:border-indigo-500\/5 {
    border-color: rgb(99 102 241 / 0.05);
  }

  .lg\:border-indigo-500\/50 {
    border-color: rgb(99 102 241 / 0.5);
  }

  .lg\:border-indigo-500\/55 {
    border-color: rgb(99 102 241 / 0.55);
  }

  .lg\:border-indigo-500\/60 {
    border-color: rgb(99 102 241 / 0.6);
  }

  .lg\:border-indigo-500\/65 {
    border-color: rgb(99 102 241 / 0.65);
  }

  .lg\:border-indigo-500\/70 {
    border-color: rgb(99 102 241 / 0.7);
  }

  .lg\:border-indigo-500\/75 {
    border-color: rgb(99 102 241 / 0.75);
  }

  .lg\:border-indigo-500\/80 {
    border-color: rgb(99 102 241 / 0.8);
  }

  .lg\:border-indigo-500\/85 {
    border-color: rgb(99 102 241 / 0.85);
  }

  .lg\:border-indigo-500\/90 {
    border-color: rgb(99 102 241 / 0.9);
  }

  .lg\:border-indigo-500\/95 {
    border-color: rgb(99 102 241 / 0.95);
  }

  .lg\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgb(79 70 229 / var(--tw-border-opacity));
  }

  .lg\:border-indigo-600\/0 {
    border-color: rgb(79 70 229 / 0);
  }

  .lg\:border-indigo-600\/10 {
    border-color: rgb(79 70 229 / 0.1);
  }

  .lg\:border-indigo-600\/100 {
    border-color: rgb(79 70 229 / 1);
  }

  .lg\:border-indigo-600\/15 {
    border-color: rgb(79 70 229 / 0.15);
  }

  .lg\:border-indigo-600\/20 {
    border-color: rgb(79 70 229 / 0.2);
  }

  .lg\:border-indigo-600\/25 {
    border-color: rgb(79 70 229 / 0.25);
  }

  .lg\:border-indigo-600\/30 {
    border-color: rgb(79 70 229 / 0.3);
  }

  .lg\:border-indigo-600\/35 {
    border-color: rgb(79 70 229 / 0.35);
  }

  .lg\:border-indigo-600\/40 {
    border-color: rgb(79 70 229 / 0.4);
  }

  .lg\:border-indigo-600\/45 {
    border-color: rgb(79 70 229 / 0.45);
  }

  .lg\:border-indigo-600\/5 {
    border-color: rgb(79 70 229 / 0.05);
  }

  .lg\:border-indigo-600\/50 {
    border-color: rgb(79 70 229 / 0.5);
  }

  .lg\:border-indigo-600\/55 {
    border-color: rgb(79 70 229 / 0.55);
  }

  .lg\:border-indigo-600\/60 {
    border-color: rgb(79 70 229 / 0.6);
  }

  .lg\:border-indigo-600\/65 {
    border-color: rgb(79 70 229 / 0.65);
  }

  .lg\:border-indigo-600\/70 {
    border-color: rgb(79 70 229 / 0.7);
  }

  .lg\:border-indigo-600\/75 {
    border-color: rgb(79 70 229 / 0.75);
  }

  .lg\:border-indigo-600\/80 {
    border-color: rgb(79 70 229 / 0.8);
  }

  .lg\:border-indigo-600\/85 {
    border-color: rgb(79 70 229 / 0.85);
  }

  .lg\:border-indigo-600\/90 {
    border-color: rgb(79 70 229 / 0.9);
  }

  .lg\:border-indigo-600\/95 {
    border-color: rgb(79 70 229 / 0.95);
  }

  .lg\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgb(67 56 202 / var(--tw-border-opacity));
  }

  .lg\:border-indigo-700\/0 {
    border-color: rgb(67 56 202 / 0);
  }

  .lg\:border-indigo-700\/10 {
    border-color: rgb(67 56 202 / 0.1);
  }

  .lg\:border-indigo-700\/100 {
    border-color: rgb(67 56 202 / 1);
  }

  .lg\:border-indigo-700\/15 {
    border-color: rgb(67 56 202 / 0.15);
  }

  .lg\:border-indigo-700\/20 {
    border-color: rgb(67 56 202 / 0.2);
  }

  .lg\:border-indigo-700\/25 {
    border-color: rgb(67 56 202 / 0.25);
  }

  .lg\:border-indigo-700\/30 {
    border-color: rgb(67 56 202 / 0.3);
  }

  .lg\:border-indigo-700\/35 {
    border-color: rgb(67 56 202 / 0.35);
  }

  .lg\:border-indigo-700\/40 {
    border-color: rgb(67 56 202 / 0.4);
  }

  .lg\:border-indigo-700\/45 {
    border-color: rgb(67 56 202 / 0.45);
  }

  .lg\:border-indigo-700\/5 {
    border-color: rgb(67 56 202 / 0.05);
  }

  .lg\:border-indigo-700\/50 {
    border-color: rgb(67 56 202 / 0.5);
  }

  .lg\:border-indigo-700\/55 {
    border-color: rgb(67 56 202 / 0.55);
  }

  .lg\:border-indigo-700\/60 {
    border-color: rgb(67 56 202 / 0.6);
  }

  .lg\:border-indigo-700\/65 {
    border-color: rgb(67 56 202 / 0.65);
  }

  .lg\:border-indigo-700\/70 {
    border-color: rgb(67 56 202 / 0.7);
  }

  .lg\:border-indigo-700\/75 {
    border-color: rgb(67 56 202 / 0.75);
  }

  .lg\:border-indigo-700\/80 {
    border-color: rgb(67 56 202 / 0.8);
  }

  .lg\:border-indigo-700\/85 {
    border-color: rgb(67 56 202 / 0.85);
  }

  .lg\:border-indigo-700\/90 {
    border-color: rgb(67 56 202 / 0.9);
  }

  .lg\:border-indigo-700\/95 {
    border-color: rgb(67 56 202 / 0.95);
  }

  .lg\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgb(55 48 163 / var(--tw-border-opacity));
  }

  .lg\:border-indigo-800\/0 {
    border-color: rgb(55 48 163 / 0);
  }

  .lg\:border-indigo-800\/10 {
    border-color: rgb(55 48 163 / 0.1);
  }

  .lg\:border-indigo-800\/100 {
    border-color: rgb(55 48 163 / 1);
  }

  .lg\:border-indigo-800\/15 {
    border-color: rgb(55 48 163 / 0.15);
  }

  .lg\:border-indigo-800\/20 {
    border-color: rgb(55 48 163 / 0.2);
  }

  .lg\:border-indigo-800\/25 {
    border-color: rgb(55 48 163 / 0.25);
  }

  .lg\:border-indigo-800\/30 {
    border-color: rgb(55 48 163 / 0.3);
  }

  .lg\:border-indigo-800\/35 {
    border-color: rgb(55 48 163 / 0.35);
  }

  .lg\:border-indigo-800\/40 {
    border-color: rgb(55 48 163 / 0.4);
  }

  .lg\:border-indigo-800\/45 {
    border-color: rgb(55 48 163 / 0.45);
  }

  .lg\:border-indigo-800\/5 {
    border-color: rgb(55 48 163 / 0.05);
  }

  .lg\:border-indigo-800\/50 {
    border-color: rgb(55 48 163 / 0.5);
  }

  .lg\:border-indigo-800\/55 {
    border-color: rgb(55 48 163 / 0.55);
  }

  .lg\:border-indigo-800\/60 {
    border-color: rgb(55 48 163 / 0.6);
  }

  .lg\:border-indigo-800\/65 {
    border-color: rgb(55 48 163 / 0.65);
  }

  .lg\:border-indigo-800\/70 {
    border-color: rgb(55 48 163 / 0.7);
  }

  .lg\:border-indigo-800\/75 {
    border-color: rgb(55 48 163 / 0.75);
  }

  .lg\:border-indigo-800\/80 {
    border-color: rgb(55 48 163 / 0.8);
  }

  .lg\:border-indigo-800\/85 {
    border-color: rgb(55 48 163 / 0.85);
  }

  .lg\:border-indigo-800\/90 {
    border-color: rgb(55 48 163 / 0.9);
  }

  .lg\:border-indigo-800\/95 {
    border-color: rgb(55 48 163 / 0.95);
  }

  .lg\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgb(49 46 129 / var(--tw-border-opacity));
  }

  .lg\:border-indigo-900\/0 {
    border-color: rgb(49 46 129 / 0);
  }

  .lg\:border-indigo-900\/10 {
    border-color: rgb(49 46 129 / 0.1);
  }

  .lg\:border-indigo-900\/100 {
    border-color: rgb(49 46 129 / 1);
  }

  .lg\:border-indigo-900\/15 {
    border-color: rgb(49 46 129 / 0.15);
  }

  .lg\:border-indigo-900\/20 {
    border-color: rgb(49 46 129 / 0.2);
  }

  .lg\:border-indigo-900\/25 {
    border-color: rgb(49 46 129 / 0.25);
  }

  .lg\:border-indigo-900\/30 {
    border-color: rgb(49 46 129 / 0.3);
  }

  .lg\:border-indigo-900\/35 {
    border-color: rgb(49 46 129 / 0.35);
  }

  .lg\:border-indigo-900\/40 {
    border-color: rgb(49 46 129 / 0.4);
  }

  .lg\:border-indigo-900\/45 {
    border-color: rgb(49 46 129 / 0.45);
  }

  .lg\:border-indigo-900\/5 {
    border-color: rgb(49 46 129 / 0.05);
  }

  .lg\:border-indigo-900\/50 {
    border-color: rgb(49 46 129 / 0.5);
  }

  .lg\:border-indigo-900\/55 {
    border-color: rgb(49 46 129 / 0.55);
  }

  .lg\:border-indigo-900\/60 {
    border-color: rgb(49 46 129 / 0.6);
  }

  .lg\:border-indigo-900\/65 {
    border-color: rgb(49 46 129 / 0.65);
  }

  .lg\:border-indigo-900\/70 {
    border-color: rgb(49 46 129 / 0.7);
  }

  .lg\:border-indigo-900\/75 {
    border-color: rgb(49 46 129 / 0.75);
  }

  .lg\:border-indigo-900\/80 {
    border-color: rgb(49 46 129 / 0.8);
  }

  .lg\:border-indigo-900\/85 {
    border-color: rgb(49 46 129 / 0.85);
  }

  .lg\:border-indigo-900\/90 {
    border-color: rgb(49 46 129 / 0.9);
  }

  .lg\:border-indigo-900\/95 {
    border-color: rgb(49 46 129 / 0.95);
  }

  .lg\:border-indigo-950 {
    --tw-border-opacity: 1;
    border-color: rgb(30 27 75 / var(--tw-border-opacity));
  }

  .lg\:border-indigo-950\/0 {
    border-color: rgb(30 27 75 / 0);
  }

  .lg\:border-indigo-950\/10 {
    border-color: rgb(30 27 75 / 0.1);
  }

  .lg\:border-indigo-950\/100 {
    border-color: rgb(30 27 75 / 1);
  }

  .lg\:border-indigo-950\/15 {
    border-color: rgb(30 27 75 / 0.15);
  }

  .lg\:border-indigo-950\/20 {
    border-color: rgb(30 27 75 / 0.2);
  }

  .lg\:border-indigo-950\/25 {
    border-color: rgb(30 27 75 / 0.25);
  }

  .lg\:border-indigo-950\/30 {
    border-color: rgb(30 27 75 / 0.3);
  }

  .lg\:border-indigo-950\/35 {
    border-color: rgb(30 27 75 / 0.35);
  }

  .lg\:border-indigo-950\/40 {
    border-color: rgb(30 27 75 / 0.4);
  }

  .lg\:border-indigo-950\/45 {
    border-color: rgb(30 27 75 / 0.45);
  }

  .lg\:border-indigo-950\/5 {
    border-color: rgb(30 27 75 / 0.05);
  }

  .lg\:border-indigo-950\/50 {
    border-color: rgb(30 27 75 / 0.5);
  }

  .lg\:border-indigo-950\/55 {
    border-color: rgb(30 27 75 / 0.55);
  }

  .lg\:border-indigo-950\/60 {
    border-color: rgb(30 27 75 / 0.6);
  }

  .lg\:border-indigo-950\/65 {
    border-color: rgb(30 27 75 / 0.65);
  }

  .lg\:border-indigo-950\/70 {
    border-color: rgb(30 27 75 / 0.7);
  }

  .lg\:border-indigo-950\/75 {
    border-color: rgb(30 27 75 / 0.75);
  }

  .lg\:border-indigo-950\/80 {
    border-color: rgb(30 27 75 / 0.8);
  }

  .lg\:border-indigo-950\/85 {
    border-color: rgb(30 27 75 / 0.85);
  }

  .lg\:border-indigo-950\/90 {
    border-color: rgb(30 27 75 / 0.9);
  }

  .lg\:border-indigo-950\/95 {
    border-color: rgb(30 27 75 / 0.95);
  }

  .lg\:border-inherit {
    border-color: inherit;
  }

  .lg\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgb(236 252 203 / var(--tw-border-opacity));
  }

  .lg\:border-lime-100\/0 {
    border-color: rgb(236 252 203 / 0);
  }

  .lg\:border-lime-100\/10 {
    border-color: rgb(236 252 203 / 0.1);
  }

  .lg\:border-lime-100\/100 {
    border-color: rgb(236 252 203 / 1);
  }

  .lg\:border-lime-100\/15 {
    border-color: rgb(236 252 203 / 0.15);
  }

  .lg\:border-lime-100\/20 {
    border-color: rgb(236 252 203 / 0.2);
  }

  .lg\:border-lime-100\/25 {
    border-color: rgb(236 252 203 / 0.25);
  }

  .lg\:border-lime-100\/30 {
    border-color: rgb(236 252 203 / 0.3);
  }

  .lg\:border-lime-100\/35 {
    border-color: rgb(236 252 203 / 0.35);
  }

  .lg\:border-lime-100\/40 {
    border-color: rgb(236 252 203 / 0.4);
  }

  .lg\:border-lime-100\/45 {
    border-color: rgb(236 252 203 / 0.45);
  }

  .lg\:border-lime-100\/5 {
    border-color: rgb(236 252 203 / 0.05);
  }

  .lg\:border-lime-100\/50 {
    border-color: rgb(236 252 203 / 0.5);
  }

  .lg\:border-lime-100\/55 {
    border-color: rgb(236 252 203 / 0.55);
  }

  .lg\:border-lime-100\/60 {
    border-color: rgb(236 252 203 / 0.6);
  }

  .lg\:border-lime-100\/65 {
    border-color: rgb(236 252 203 / 0.65);
  }

  .lg\:border-lime-100\/70 {
    border-color: rgb(236 252 203 / 0.7);
  }

  .lg\:border-lime-100\/75 {
    border-color: rgb(236 252 203 / 0.75);
  }

  .lg\:border-lime-100\/80 {
    border-color: rgb(236 252 203 / 0.8);
  }

  .lg\:border-lime-100\/85 {
    border-color: rgb(236 252 203 / 0.85);
  }

  .lg\:border-lime-100\/90 {
    border-color: rgb(236 252 203 / 0.9);
  }

  .lg\:border-lime-100\/95 {
    border-color: rgb(236 252 203 / 0.95);
  }

  .lg\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgb(217 249 157 / var(--tw-border-opacity));
  }

  .lg\:border-lime-200\/0 {
    border-color: rgb(217 249 157 / 0);
  }

  .lg\:border-lime-200\/10 {
    border-color: rgb(217 249 157 / 0.1);
  }

  .lg\:border-lime-200\/100 {
    border-color: rgb(217 249 157 / 1);
  }

  .lg\:border-lime-200\/15 {
    border-color: rgb(217 249 157 / 0.15);
  }

  .lg\:border-lime-200\/20 {
    border-color: rgb(217 249 157 / 0.2);
  }

  .lg\:border-lime-200\/25 {
    border-color: rgb(217 249 157 / 0.25);
  }

  .lg\:border-lime-200\/30 {
    border-color: rgb(217 249 157 / 0.3);
  }

  .lg\:border-lime-200\/35 {
    border-color: rgb(217 249 157 / 0.35);
  }

  .lg\:border-lime-200\/40 {
    border-color: rgb(217 249 157 / 0.4);
  }

  .lg\:border-lime-200\/45 {
    border-color: rgb(217 249 157 / 0.45);
  }

  .lg\:border-lime-200\/5 {
    border-color: rgb(217 249 157 / 0.05);
  }

  .lg\:border-lime-200\/50 {
    border-color: rgb(217 249 157 / 0.5);
  }

  .lg\:border-lime-200\/55 {
    border-color: rgb(217 249 157 / 0.55);
  }

  .lg\:border-lime-200\/60 {
    border-color: rgb(217 249 157 / 0.6);
  }

  .lg\:border-lime-200\/65 {
    border-color: rgb(217 249 157 / 0.65);
  }

  .lg\:border-lime-200\/70 {
    border-color: rgb(217 249 157 / 0.7);
  }

  .lg\:border-lime-200\/75 {
    border-color: rgb(217 249 157 / 0.75);
  }

  .lg\:border-lime-200\/80 {
    border-color: rgb(217 249 157 / 0.8);
  }

  .lg\:border-lime-200\/85 {
    border-color: rgb(217 249 157 / 0.85);
  }

  .lg\:border-lime-200\/90 {
    border-color: rgb(217 249 157 / 0.9);
  }

  .lg\:border-lime-200\/95 {
    border-color: rgb(217 249 157 / 0.95);
  }

  .lg\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgb(190 242 100 / var(--tw-border-opacity));
  }

  .lg\:border-lime-300\/0 {
    border-color: rgb(190 242 100 / 0);
  }

  .lg\:border-lime-300\/10 {
    border-color: rgb(190 242 100 / 0.1);
  }

  .lg\:border-lime-300\/100 {
    border-color: rgb(190 242 100 / 1);
  }

  .lg\:border-lime-300\/15 {
    border-color: rgb(190 242 100 / 0.15);
  }

  .lg\:border-lime-300\/20 {
    border-color: rgb(190 242 100 / 0.2);
  }

  .lg\:border-lime-300\/25 {
    border-color: rgb(190 242 100 / 0.25);
  }

  .lg\:border-lime-300\/30 {
    border-color: rgb(190 242 100 / 0.3);
  }

  .lg\:border-lime-300\/35 {
    border-color: rgb(190 242 100 / 0.35);
  }

  .lg\:border-lime-300\/40 {
    border-color: rgb(190 242 100 / 0.4);
  }

  .lg\:border-lime-300\/45 {
    border-color: rgb(190 242 100 / 0.45);
  }

  .lg\:border-lime-300\/5 {
    border-color: rgb(190 242 100 / 0.05);
  }

  .lg\:border-lime-300\/50 {
    border-color: rgb(190 242 100 / 0.5);
  }

  .lg\:border-lime-300\/55 {
    border-color: rgb(190 242 100 / 0.55);
  }

  .lg\:border-lime-300\/60 {
    border-color: rgb(190 242 100 / 0.6);
  }

  .lg\:border-lime-300\/65 {
    border-color: rgb(190 242 100 / 0.65);
  }

  .lg\:border-lime-300\/70 {
    border-color: rgb(190 242 100 / 0.7);
  }

  .lg\:border-lime-300\/75 {
    border-color: rgb(190 242 100 / 0.75);
  }

  .lg\:border-lime-300\/80 {
    border-color: rgb(190 242 100 / 0.8);
  }

  .lg\:border-lime-300\/85 {
    border-color: rgb(190 242 100 / 0.85);
  }

  .lg\:border-lime-300\/90 {
    border-color: rgb(190 242 100 / 0.9);
  }

  .lg\:border-lime-300\/95 {
    border-color: rgb(190 242 100 / 0.95);
  }

  .lg\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgb(163 230 53 / var(--tw-border-opacity));
  }

  .lg\:border-lime-400\/0 {
    border-color: rgb(163 230 53 / 0);
  }

  .lg\:border-lime-400\/10 {
    border-color: rgb(163 230 53 / 0.1);
  }

  .lg\:border-lime-400\/100 {
    border-color: rgb(163 230 53 / 1);
  }

  .lg\:border-lime-400\/15 {
    border-color: rgb(163 230 53 / 0.15);
  }

  .lg\:border-lime-400\/20 {
    border-color: rgb(163 230 53 / 0.2);
  }

  .lg\:border-lime-400\/25 {
    border-color: rgb(163 230 53 / 0.25);
  }

  .lg\:border-lime-400\/30 {
    border-color: rgb(163 230 53 / 0.3);
  }

  .lg\:border-lime-400\/35 {
    border-color: rgb(163 230 53 / 0.35);
  }

  .lg\:border-lime-400\/40 {
    border-color: rgb(163 230 53 / 0.4);
  }

  .lg\:border-lime-400\/45 {
    border-color: rgb(163 230 53 / 0.45);
  }

  .lg\:border-lime-400\/5 {
    border-color: rgb(163 230 53 / 0.05);
  }

  .lg\:border-lime-400\/50 {
    border-color: rgb(163 230 53 / 0.5);
  }

  .lg\:border-lime-400\/55 {
    border-color: rgb(163 230 53 / 0.55);
  }

  .lg\:border-lime-400\/60 {
    border-color: rgb(163 230 53 / 0.6);
  }

  .lg\:border-lime-400\/65 {
    border-color: rgb(163 230 53 / 0.65);
  }

  .lg\:border-lime-400\/70 {
    border-color: rgb(163 230 53 / 0.7);
  }

  .lg\:border-lime-400\/75 {
    border-color: rgb(163 230 53 / 0.75);
  }

  .lg\:border-lime-400\/80 {
    border-color: rgb(163 230 53 / 0.8);
  }

  .lg\:border-lime-400\/85 {
    border-color: rgb(163 230 53 / 0.85);
  }

  .lg\:border-lime-400\/90 {
    border-color: rgb(163 230 53 / 0.9);
  }

  .lg\:border-lime-400\/95 {
    border-color: rgb(163 230 53 / 0.95);
  }

  .lg\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgb(247 254 231 / var(--tw-border-opacity));
  }

  .lg\:border-lime-50\/0 {
    border-color: rgb(247 254 231 / 0);
  }

  .lg\:border-lime-50\/10 {
    border-color: rgb(247 254 231 / 0.1);
  }

  .lg\:border-lime-50\/100 {
    border-color: rgb(247 254 231 / 1);
  }

  .lg\:border-lime-50\/15 {
    border-color: rgb(247 254 231 / 0.15);
  }

  .lg\:border-lime-50\/20 {
    border-color: rgb(247 254 231 / 0.2);
  }

  .lg\:border-lime-50\/25 {
    border-color: rgb(247 254 231 / 0.25);
  }

  .lg\:border-lime-50\/30 {
    border-color: rgb(247 254 231 / 0.3);
  }

  .lg\:border-lime-50\/35 {
    border-color: rgb(247 254 231 / 0.35);
  }

  .lg\:border-lime-50\/40 {
    border-color: rgb(247 254 231 / 0.4);
  }

  .lg\:border-lime-50\/45 {
    border-color: rgb(247 254 231 / 0.45);
  }

  .lg\:border-lime-50\/5 {
    border-color: rgb(247 254 231 / 0.05);
  }

  .lg\:border-lime-50\/50 {
    border-color: rgb(247 254 231 / 0.5);
  }

  .lg\:border-lime-50\/55 {
    border-color: rgb(247 254 231 / 0.55);
  }

  .lg\:border-lime-50\/60 {
    border-color: rgb(247 254 231 / 0.6);
  }

  .lg\:border-lime-50\/65 {
    border-color: rgb(247 254 231 / 0.65);
  }

  .lg\:border-lime-50\/70 {
    border-color: rgb(247 254 231 / 0.7);
  }

  .lg\:border-lime-50\/75 {
    border-color: rgb(247 254 231 / 0.75);
  }

  .lg\:border-lime-50\/80 {
    border-color: rgb(247 254 231 / 0.8);
  }

  .lg\:border-lime-50\/85 {
    border-color: rgb(247 254 231 / 0.85);
  }

  .lg\:border-lime-50\/90 {
    border-color: rgb(247 254 231 / 0.9);
  }

  .lg\:border-lime-50\/95 {
    border-color: rgb(247 254 231 / 0.95);
  }

  .lg\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgb(132 204 22 / var(--tw-border-opacity));
  }

  .lg\:border-lime-500\/0 {
    border-color: rgb(132 204 22 / 0);
  }

  .lg\:border-lime-500\/10 {
    border-color: rgb(132 204 22 / 0.1);
  }

  .lg\:border-lime-500\/100 {
    border-color: rgb(132 204 22 / 1);
  }

  .lg\:border-lime-500\/15 {
    border-color: rgb(132 204 22 / 0.15);
  }

  .lg\:border-lime-500\/20 {
    border-color: rgb(132 204 22 / 0.2);
  }

  .lg\:border-lime-500\/25 {
    border-color: rgb(132 204 22 / 0.25);
  }

  .lg\:border-lime-500\/30 {
    border-color: rgb(132 204 22 / 0.3);
  }

  .lg\:border-lime-500\/35 {
    border-color: rgb(132 204 22 / 0.35);
  }

  .lg\:border-lime-500\/40 {
    border-color: rgb(132 204 22 / 0.4);
  }

  .lg\:border-lime-500\/45 {
    border-color: rgb(132 204 22 / 0.45);
  }

  .lg\:border-lime-500\/5 {
    border-color: rgb(132 204 22 / 0.05);
  }

  .lg\:border-lime-500\/50 {
    border-color: rgb(132 204 22 / 0.5);
  }

  .lg\:border-lime-500\/55 {
    border-color: rgb(132 204 22 / 0.55);
  }

  .lg\:border-lime-500\/60 {
    border-color: rgb(132 204 22 / 0.6);
  }

  .lg\:border-lime-500\/65 {
    border-color: rgb(132 204 22 / 0.65);
  }

  .lg\:border-lime-500\/70 {
    border-color: rgb(132 204 22 / 0.7);
  }

  .lg\:border-lime-500\/75 {
    border-color: rgb(132 204 22 / 0.75);
  }

  .lg\:border-lime-500\/80 {
    border-color: rgb(132 204 22 / 0.8);
  }

  .lg\:border-lime-500\/85 {
    border-color: rgb(132 204 22 / 0.85);
  }

  .lg\:border-lime-500\/90 {
    border-color: rgb(132 204 22 / 0.9);
  }

  .lg\:border-lime-500\/95 {
    border-color: rgb(132 204 22 / 0.95);
  }

  .lg\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgb(101 163 13 / var(--tw-border-opacity));
  }

  .lg\:border-lime-600\/0 {
    border-color: rgb(101 163 13 / 0);
  }

  .lg\:border-lime-600\/10 {
    border-color: rgb(101 163 13 / 0.1);
  }

  .lg\:border-lime-600\/100 {
    border-color: rgb(101 163 13 / 1);
  }

  .lg\:border-lime-600\/15 {
    border-color: rgb(101 163 13 / 0.15);
  }

  .lg\:border-lime-600\/20 {
    border-color: rgb(101 163 13 / 0.2);
  }

  .lg\:border-lime-600\/25 {
    border-color: rgb(101 163 13 / 0.25);
  }

  .lg\:border-lime-600\/30 {
    border-color: rgb(101 163 13 / 0.3);
  }

  .lg\:border-lime-600\/35 {
    border-color: rgb(101 163 13 / 0.35);
  }

  .lg\:border-lime-600\/40 {
    border-color: rgb(101 163 13 / 0.4);
  }

  .lg\:border-lime-600\/45 {
    border-color: rgb(101 163 13 / 0.45);
  }

  .lg\:border-lime-600\/5 {
    border-color: rgb(101 163 13 / 0.05);
  }

  .lg\:border-lime-600\/50 {
    border-color: rgb(101 163 13 / 0.5);
  }

  .lg\:border-lime-600\/55 {
    border-color: rgb(101 163 13 / 0.55);
  }

  .lg\:border-lime-600\/60 {
    border-color: rgb(101 163 13 / 0.6);
  }

  .lg\:border-lime-600\/65 {
    border-color: rgb(101 163 13 / 0.65);
  }

  .lg\:border-lime-600\/70 {
    border-color: rgb(101 163 13 / 0.7);
  }

  .lg\:border-lime-600\/75 {
    border-color: rgb(101 163 13 / 0.75);
  }

  .lg\:border-lime-600\/80 {
    border-color: rgb(101 163 13 / 0.8);
  }

  .lg\:border-lime-600\/85 {
    border-color: rgb(101 163 13 / 0.85);
  }

  .lg\:border-lime-600\/90 {
    border-color: rgb(101 163 13 / 0.9);
  }

  .lg\:border-lime-600\/95 {
    border-color: rgb(101 163 13 / 0.95);
  }

  .lg\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgb(77 124 15 / var(--tw-border-opacity));
  }

  .lg\:border-lime-700\/0 {
    border-color: rgb(77 124 15 / 0);
  }

  .lg\:border-lime-700\/10 {
    border-color: rgb(77 124 15 / 0.1);
  }

  .lg\:border-lime-700\/100 {
    border-color: rgb(77 124 15 / 1);
  }

  .lg\:border-lime-700\/15 {
    border-color: rgb(77 124 15 / 0.15);
  }

  .lg\:border-lime-700\/20 {
    border-color: rgb(77 124 15 / 0.2);
  }

  .lg\:border-lime-700\/25 {
    border-color: rgb(77 124 15 / 0.25);
  }

  .lg\:border-lime-700\/30 {
    border-color: rgb(77 124 15 / 0.3);
  }

  .lg\:border-lime-700\/35 {
    border-color: rgb(77 124 15 / 0.35);
  }

  .lg\:border-lime-700\/40 {
    border-color: rgb(77 124 15 / 0.4);
  }

  .lg\:border-lime-700\/45 {
    border-color: rgb(77 124 15 / 0.45);
  }

  .lg\:border-lime-700\/5 {
    border-color: rgb(77 124 15 / 0.05);
  }

  .lg\:border-lime-700\/50 {
    border-color: rgb(77 124 15 / 0.5);
  }

  .lg\:border-lime-700\/55 {
    border-color: rgb(77 124 15 / 0.55);
  }

  .lg\:border-lime-700\/60 {
    border-color: rgb(77 124 15 / 0.6);
  }

  .lg\:border-lime-700\/65 {
    border-color: rgb(77 124 15 / 0.65);
  }

  .lg\:border-lime-700\/70 {
    border-color: rgb(77 124 15 / 0.7);
  }

  .lg\:border-lime-700\/75 {
    border-color: rgb(77 124 15 / 0.75);
  }

  .lg\:border-lime-700\/80 {
    border-color: rgb(77 124 15 / 0.8);
  }

  .lg\:border-lime-700\/85 {
    border-color: rgb(77 124 15 / 0.85);
  }

  .lg\:border-lime-700\/90 {
    border-color: rgb(77 124 15 / 0.9);
  }

  .lg\:border-lime-700\/95 {
    border-color: rgb(77 124 15 / 0.95);
  }

  .lg\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgb(63 98 18 / var(--tw-border-opacity));
  }

  .lg\:border-lime-800\/0 {
    border-color: rgb(63 98 18 / 0);
  }

  .lg\:border-lime-800\/10 {
    border-color: rgb(63 98 18 / 0.1);
  }

  .lg\:border-lime-800\/100 {
    border-color: rgb(63 98 18 / 1);
  }

  .lg\:border-lime-800\/15 {
    border-color: rgb(63 98 18 / 0.15);
  }

  .lg\:border-lime-800\/20 {
    border-color: rgb(63 98 18 / 0.2);
  }

  .lg\:border-lime-800\/25 {
    border-color: rgb(63 98 18 / 0.25);
  }

  .lg\:border-lime-800\/30 {
    border-color: rgb(63 98 18 / 0.3);
  }

  .lg\:border-lime-800\/35 {
    border-color: rgb(63 98 18 / 0.35);
  }

  .lg\:border-lime-800\/40 {
    border-color: rgb(63 98 18 / 0.4);
  }

  .lg\:border-lime-800\/45 {
    border-color: rgb(63 98 18 / 0.45);
  }

  .lg\:border-lime-800\/5 {
    border-color: rgb(63 98 18 / 0.05);
  }

  .lg\:border-lime-800\/50 {
    border-color: rgb(63 98 18 / 0.5);
  }

  .lg\:border-lime-800\/55 {
    border-color: rgb(63 98 18 / 0.55);
  }

  .lg\:border-lime-800\/60 {
    border-color: rgb(63 98 18 / 0.6);
  }

  .lg\:border-lime-800\/65 {
    border-color: rgb(63 98 18 / 0.65);
  }

  .lg\:border-lime-800\/70 {
    border-color: rgb(63 98 18 / 0.7);
  }

  .lg\:border-lime-800\/75 {
    border-color: rgb(63 98 18 / 0.75);
  }

  .lg\:border-lime-800\/80 {
    border-color: rgb(63 98 18 / 0.8);
  }

  .lg\:border-lime-800\/85 {
    border-color: rgb(63 98 18 / 0.85);
  }

  .lg\:border-lime-800\/90 {
    border-color: rgb(63 98 18 / 0.9);
  }

  .lg\:border-lime-800\/95 {
    border-color: rgb(63 98 18 / 0.95);
  }

  .lg\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgb(54 83 20 / var(--tw-border-opacity));
  }

  .lg\:border-lime-900\/0 {
    border-color: rgb(54 83 20 / 0);
  }

  .lg\:border-lime-900\/10 {
    border-color: rgb(54 83 20 / 0.1);
  }

  .lg\:border-lime-900\/100 {
    border-color: rgb(54 83 20 / 1);
  }

  .lg\:border-lime-900\/15 {
    border-color: rgb(54 83 20 / 0.15);
  }

  .lg\:border-lime-900\/20 {
    border-color: rgb(54 83 20 / 0.2);
  }

  .lg\:border-lime-900\/25 {
    border-color: rgb(54 83 20 / 0.25);
  }

  .lg\:border-lime-900\/30 {
    border-color: rgb(54 83 20 / 0.3);
  }

  .lg\:border-lime-900\/35 {
    border-color: rgb(54 83 20 / 0.35);
  }

  .lg\:border-lime-900\/40 {
    border-color: rgb(54 83 20 / 0.4);
  }

  .lg\:border-lime-900\/45 {
    border-color: rgb(54 83 20 / 0.45);
  }

  .lg\:border-lime-900\/5 {
    border-color: rgb(54 83 20 / 0.05);
  }

  .lg\:border-lime-900\/50 {
    border-color: rgb(54 83 20 / 0.5);
  }

  .lg\:border-lime-900\/55 {
    border-color: rgb(54 83 20 / 0.55);
  }

  .lg\:border-lime-900\/60 {
    border-color: rgb(54 83 20 / 0.6);
  }

  .lg\:border-lime-900\/65 {
    border-color: rgb(54 83 20 / 0.65);
  }

  .lg\:border-lime-900\/70 {
    border-color: rgb(54 83 20 / 0.7);
  }

  .lg\:border-lime-900\/75 {
    border-color: rgb(54 83 20 / 0.75);
  }

  .lg\:border-lime-900\/80 {
    border-color: rgb(54 83 20 / 0.8);
  }

  .lg\:border-lime-900\/85 {
    border-color: rgb(54 83 20 / 0.85);
  }

  .lg\:border-lime-900\/90 {
    border-color: rgb(54 83 20 / 0.9);
  }

  .lg\:border-lime-900\/95 {
    border-color: rgb(54 83 20 / 0.95);
  }

  .lg\:border-lime-950 {
    --tw-border-opacity: 1;
    border-color: rgb(26 46 5 / var(--tw-border-opacity));
  }

  .lg\:border-lime-950\/0 {
    border-color: rgb(26 46 5 / 0);
  }

  .lg\:border-lime-950\/10 {
    border-color: rgb(26 46 5 / 0.1);
  }

  .lg\:border-lime-950\/100 {
    border-color: rgb(26 46 5 / 1);
  }

  .lg\:border-lime-950\/15 {
    border-color: rgb(26 46 5 / 0.15);
  }

  .lg\:border-lime-950\/20 {
    border-color: rgb(26 46 5 / 0.2);
  }

  .lg\:border-lime-950\/25 {
    border-color: rgb(26 46 5 / 0.25);
  }

  .lg\:border-lime-950\/30 {
    border-color: rgb(26 46 5 / 0.3);
  }

  .lg\:border-lime-950\/35 {
    border-color: rgb(26 46 5 / 0.35);
  }

  .lg\:border-lime-950\/40 {
    border-color: rgb(26 46 5 / 0.4);
  }

  .lg\:border-lime-950\/45 {
    border-color: rgb(26 46 5 / 0.45);
  }

  .lg\:border-lime-950\/5 {
    border-color: rgb(26 46 5 / 0.05);
  }

  .lg\:border-lime-950\/50 {
    border-color: rgb(26 46 5 / 0.5);
  }

  .lg\:border-lime-950\/55 {
    border-color: rgb(26 46 5 / 0.55);
  }

  .lg\:border-lime-950\/60 {
    border-color: rgb(26 46 5 / 0.6);
  }

  .lg\:border-lime-950\/65 {
    border-color: rgb(26 46 5 / 0.65);
  }

  .lg\:border-lime-950\/70 {
    border-color: rgb(26 46 5 / 0.7);
  }

  .lg\:border-lime-950\/75 {
    border-color: rgb(26 46 5 / 0.75);
  }

  .lg\:border-lime-950\/80 {
    border-color: rgb(26 46 5 / 0.8);
  }

  .lg\:border-lime-950\/85 {
    border-color: rgb(26 46 5 / 0.85);
  }

  .lg\:border-lime-950\/90 {
    border-color: rgb(26 46 5 / 0.9);
  }

  .lg\:border-lime-950\/95 {
    border-color: rgb(26 46 5 / 0.95);
  }

  .lg\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity));
  }

  .lg\:border-neutral-100\/0 {
    border-color: rgb(245 245 245 / 0);
  }

  .lg\:border-neutral-100\/10 {
    border-color: rgb(245 245 245 / 0.1);
  }

  .lg\:border-neutral-100\/100 {
    border-color: rgb(245 245 245 / 1);
  }

  .lg\:border-neutral-100\/15 {
    border-color: rgb(245 245 245 / 0.15);
  }

  .lg\:border-neutral-100\/20 {
    border-color: rgb(245 245 245 / 0.2);
  }

  .lg\:border-neutral-100\/25 {
    border-color: rgb(245 245 245 / 0.25);
  }

  .lg\:border-neutral-100\/30 {
    border-color: rgb(245 245 245 / 0.3);
  }

  .lg\:border-neutral-100\/35 {
    border-color: rgb(245 245 245 / 0.35);
  }

  .lg\:border-neutral-100\/40 {
    border-color: rgb(245 245 245 / 0.4);
  }

  .lg\:border-neutral-100\/45 {
    border-color: rgb(245 245 245 / 0.45);
  }

  .lg\:border-neutral-100\/5 {
    border-color: rgb(245 245 245 / 0.05);
  }

  .lg\:border-neutral-100\/50 {
    border-color: rgb(245 245 245 / 0.5);
  }

  .lg\:border-neutral-100\/55 {
    border-color: rgb(245 245 245 / 0.55);
  }

  .lg\:border-neutral-100\/60 {
    border-color: rgb(245 245 245 / 0.6);
  }

  .lg\:border-neutral-100\/65 {
    border-color: rgb(245 245 245 / 0.65);
  }

  .lg\:border-neutral-100\/70 {
    border-color: rgb(245 245 245 / 0.7);
  }

  .lg\:border-neutral-100\/75 {
    border-color: rgb(245 245 245 / 0.75);
  }

  .lg\:border-neutral-100\/80 {
    border-color: rgb(245 245 245 / 0.8);
  }

  .lg\:border-neutral-100\/85 {
    border-color: rgb(245 245 245 / 0.85);
  }

  .lg\:border-neutral-100\/90 {
    border-color: rgb(245 245 245 / 0.9);
  }

  .lg\:border-neutral-100\/95 {
    border-color: rgb(245 245 245 / 0.95);
  }

  .lg\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity));
  }

  .lg\:border-neutral-200\/0 {
    border-color: rgb(229 229 229 / 0);
  }

  .lg\:border-neutral-200\/10 {
    border-color: rgb(229 229 229 / 0.1);
  }

  .lg\:border-neutral-200\/100 {
    border-color: rgb(229 229 229 / 1);
  }

  .lg\:border-neutral-200\/15 {
    border-color: rgb(229 229 229 / 0.15);
  }

  .lg\:border-neutral-200\/20 {
    border-color: rgb(229 229 229 / 0.2);
  }

  .lg\:border-neutral-200\/25 {
    border-color: rgb(229 229 229 / 0.25);
  }

  .lg\:border-neutral-200\/30 {
    border-color: rgb(229 229 229 / 0.3);
  }

  .lg\:border-neutral-200\/35 {
    border-color: rgb(229 229 229 / 0.35);
  }

  .lg\:border-neutral-200\/40 {
    border-color: rgb(229 229 229 / 0.4);
  }

  .lg\:border-neutral-200\/45 {
    border-color: rgb(229 229 229 / 0.45);
  }

  .lg\:border-neutral-200\/5 {
    border-color: rgb(229 229 229 / 0.05);
  }

  .lg\:border-neutral-200\/50 {
    border-color: rgb(229 229 229 / 0.5);
  }

  .lg\:border-neutral-200\/55 {
    border-color: rgb(229 229 229 / 0.55);
  }

  .lg\:border-neutral-200\/60 {
    border-color: rgb(229 229 229 / 0.6);
  }

  .lg\:border-neutral-200\/65 {
    border-color: rgb(229 229 229 / 0.65);
  }

  .lg\:border-neutral-200\/70 {
    border-color: rgb(229 229 229 / 0.7);
  }

  .lg\:border-neutral-200\/75 {
    border-color: rgb(229 229 229 / 0.75);
  }

  .lg\:border-neutral-200\/80 {
    border-color: rgb(229 229 229 / 0.8);
  }

  .lg\:border-neutral-200\/85 {
    border-color: rgb(229 229 229 / 0.85);
  }

  .lg\:border-neutral-200\/90 {
    border-color: rgb(229 229 229 / 0.9);
  }

  .lg\:border-neutral-200\/95 {
    border-color: rgb(229 229 229 / 0.95);
  }

  .lg\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
  }

  .lg\:border-neutral-300\/0 {
    border-color: rgb(212 212 212 / 0);
  }

  .lg\:border-neutral-300\/10 {
    border-color: rgb(212 212 212 / 0.1);
  }

  .lg\:border-neutral-300\/100 {
    border-color: rgb(212 212 212 / 1);
  }

  .lg\:border-neutral-300\/15 {
    border-color: rgb(212 212 212 / 0.15);
  }

  .lg\:border-neutral-300\/20 {
    border-color: rgb(212 212 212 / 0.2);
  }

  .lg\:border-neutral-300\/25 {
    border-color: rgb(212 212 212 / 0.25);
  }

  .lg\:border-neutral-300\/30 {
    border-color: rgb(212 212 212 / 0.3);
  }

  .lg\:border-neutral-300\/35 {
    border-color: rgb(212 212 212 / 0.35);
  }

  .lg\:border-neutral-300\/40 {
    border-color: rgb(212 212 212 / 0.4);
  }

  .lg\:border-neutral-300\/45 {
    border-color: rgb(212 212 212 / 0.45);
  }

  .lg\:border-neutral-300\/5 {
    border-color: rgb(212 212 212 / 0.05);
  }

  .lg\:border-neutral-300\/50 {
    border-color: rgb(212 212 212 / 0.5);
  }

  .lg\:border-neutral-300\/55 {
    border-color: rgb(212 212 212 / 0.55);
  }

  .lg\:border-neutral-300\/60 {
    border-color: rgb(212 212 212 / 0.6);
  }

  .lg\:border-neutral-300\/65 {
    border-color: rgb(212 212 212 / 0.65);
  }

  .lg\:border-neutral-300\/70 {
    border-color: rgb(212 212 212 / 0.7);
  }

  .lg\:border-neutral-300\/75 {
    border-color: rgb(212 212 212 / 0.75);
  }

  .lg\:border-neutral-300\/80 {
    border-color: rgb(212 212 212 / 0.8);
  }

  .lg\:border-neutral-300\/85 {
    border-color: rgb(212 212 212 / 0.85);
  }

  .lg\:border-neutral-300\/90 {
    border-color: rgb(212 212 212 / 0.9);
  }

  .lg\:border-neutral-300\/95 {
    border-color: rgb(212 212 212 / 0.95);
  }

  .lg\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity));
  }

  .lg\:border-neutral-400\/0 {
    border-color: rgb(163 163 163 / 0);
  }

  .lg\:border-neutral-400\/10 {
    border-color: rgb(163 163 163 / 0.1);
  }

  .lg\:border-neutral-400\/100 {
    border-color: rgb(163 163 163 / 1);
  }

  .lg\:border-neutral-400\/15 {
    border-color: rgb(163 163 163 / 0.15);
  }

  .lg\:border-neutral-400\/20 {
    border-color: rgb(163 163 163 / 0.2);
  }

  .lg\:border-neutral-400\/25 {
    border-color: rgb(163 163 163 / 0.25);
  }

  .lg\:border-neutral-400\/30 {
    border-color: rgb(163 163 163 / 0.3);
  }

  .lg\:border-neutral-400\/35 {
    border-color: rgb(163 163 163 / 0.35);
  }

  .lg\:border-neutral-400\/40 {
    border-color: rgb(163 163 163 / 0.4);
  }

  .lg\:border-neutral-400\/45 {
    border-color: rgb(163 163 163 / 0.45);
  }

  .lg\:border-neutral-400\/5 {
    border-color: rgb(163 163 163 / 0.05);
  }

  .lg\:border-neutral-400\/50 {
    border-color: rgb(163 163 163 / 0.5);
  }

  .lg\:border-neutral-400\/55 {
    border-color: rgb(163 163 163 / 0.55);
  }

  .lg\:border-neutral-400\/60 {
    border-color: rgb(163 163 163 / 0.6);
  }

  .lg\:border-neutral-400\/65 {
    border-color: rgb(163 163 163 / 0.65);
  }

  .lg\:border-neutral-400\/70 {
    border-color: rgb(163 163 163 / 0.7);
  }

  .lg\:border-neutral-400\/75 {
    border-color: rgb(163 163 163 / 0.75);
  }

  .lg\:border-neutral-400\/80 {
    border-color: rgb(163 163 163 / 0.8);
  }

  .lg\:border-neutral-400\/85 {
    border-color: rgb(163 163 163 / 0.85);
  }

  .lg\:border-neutral-400\/90 {
    border-color: rgb(163 163 163 / 0.9);
  }

  .lg\:border-neutral-400\/95 {
    border-color: rgb(163 163 163 / 0.95);
  }

  .lg\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .lg\:border-neutral-50\/0 {
    border-color: rgb(250 250 250 / 0);
  }

  .lg\:border-neutral-50\/10 {
    border-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-neutral-50\/100 {
    border-color: rgb(250 250 250 / 1);
  }

  .lg\:border-neutral-50\/15 {
    border-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-neutral-50\/20 {
    border-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-neutral-50\/25 {
    border-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-neutral-50\/30 {
    border-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-neutral-50\/35 {
    border-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-neutral-50\/40 {
    border-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-neutral-50\/45 {
    border-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-neutral-50\/5 {
    border-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-neutral-50\/50 {
    border-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-neutral-50\/55 {
    border-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-neutral-50\/60 {
    border-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-neutral-50\/65 {
    border-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-neutral-50\/70 {
    border-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-neutral-50\/75 {
    border-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-neutral-50\/80 {
    border-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-neutral-50\/85 {
    border-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-neutral-50\/90 {
    border-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-neutral-50\/95 {
    border-color: rgb(250 250 250 / 0.95);
  }

  .lg\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgb(115 115 115 / var(--tw-border-opacity));
  }

  .lg\:border-neutral-500\/0 {
    border-color: rgb(115 115 115 / 0);
  }

  .lg\:border-neutral-500\/10 {
    border-color: rgb(115 115 115 / 0.1);
  }

  .lg\:border-neutral-500\/100 {
    border-color: rgb(115 115 115 / 1);
  }

  .lg\:border-neutral-500\/15 {
    border-color: rgb(115 115 115 / 0.15);
  }

  .lg\:border-neutral-500\/20 {
    border-color: rgb(115 115 115 / 0.2);
  }

  .lg\:border-neutral-500\/25 {
    border-color: rgb(115 115 115 / 0.25);
  }

  .lg\:border-neutral-500\/30 {
    border-color: rgb(115 115 115 / 0.3);
  }

  .lg\:border-neutral-500\/35 {
    border-color: rgb(115 115 115 / 0.35);
  }

  .lg\:border-neutral-500\/40 {
    border-color: rgb(115 115 115 / 0.4);
  }

  .lg\:border-neutral-500\/45 {
    border-color: rgb(115 115 115 / 0.45);
  }

  .lg\:border-neutral-500\/5 {
    border-color: rgb(115 115 115 / 0.05);
  }

  .lg\:border-neutral-500\/50 {
    border-color: rgb(115 115 115 / 0.5);
  }

  .lg\:border-neutral-500\/55 {
    border-color: rgb(115 115 115 / 0.55);
  }

  .lg\:border-neutral-500\/60 {
    border-color: rgb(115 115 115 / 0.6);
  }

  .lg\:border-neutral-500\/65 {
    border-color: rgb(115 115 115 / 0.65);
  }

  .lg\:border-neutral-500\/70 {
    border-color: rgb(115 115 115 / 0.7);
  }

  .lg\:border-neutral-500\/75 {
    border-color: rgb(115 115 115 / 0.75);
  }

  .lg\:border-neutral-500\/80 {
    border-color: rgb(115 115 115 / 0.8);
  }

  .lg\:border-neutral-500\/85 {
    border-color: rgb(115 115 115 / 0.85);
  }

  .lg\:border-neutral-500\/90 {
    border-color: rgb(115 115 115 / 0.9);
  }

  .lg\:border-neutral-500\/95 {
    border-color: rgb(115 115 115 / 0.95);
  }

  .lg\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgb(82 82 82 / var(--tw-border-opacity));
  }

  .lg\:border-neutral-600\/0 {
    border-color: rgb(82 82 82 / 0);
  }

  .lg\:border-neutral-600\/10 {
    border-color: rgb(82 82 82 / 0.1);
  }

  .lg\:border-neutral-600\/100 {
    border-color: rgb(82 82 82 / 1);
  }

  .lg\:border-neutral-600\/15 {
    border-color: rgb(82 82 82 / 0.15);
  }

  .lg\:border-neutral-600\/20 {
    border-color: rgb(82 82 82 / 0.2);
  }

  .lg\:border-neutral-600\/25 {
    border-color: rgb(82 82 82 / 0.25);
  }

  .lg\:border-neutral-600\/30 {
    border-color: rgb(82 82 82 / 0.3);
  }

  .lg\:border-neutral-600\/35 {
    border-color: rgb(82 82 82 / 0.35);
  }

  .lg\:border-neutral-600\/40 {
    border-color: rgb(82 82 82 / 0.4);
  }

  .lg\:border-neutral-600\/45 {
    border-color: rgb(82 82 82 / 0.45);
  }

  .lg\:border-neutral-600\/5 {
    border-color: rgb(82 82 82 / 0.05);
  }

  .lg\:border-neutral-600\/50 {
    border-color: rgb(82 82 82 / 0.5);
  }

  .lg\:border-neutral-600\/55 {
    border-color: rgb(82 82 82 / 0.55);
  }

  .lg\:border-neutral-600\/60 {
    border-color: rgb(82 82 82 / 0.6);
  }

  .lg\:border-neutral-600\/65 {
    border-color: rgb(82 82 82 / 0.65);
  }

  .lg\:border-neutral-600\/70 {
    border-color: rgb(82 82 82 / 0.7);
  }

  .lg\:border-neutral-600\/75 {
    border-color: rgb(82 82 82 / 0.75);
  }

  .lg\:border-neutral-600\/80 {
    border-color: rgb(82 82 82 / 0.8);
  }

  .lg\:border-neutral-600\/85 {
    border-color: rgb(82 82 82 / 0.85);
  }

  .lg\:border-neutral-600\/90 {
    border-color: rgb(82 82 82 / 0.9);
  }

  .lg\:border-neutral-600\/95 {
    border-color: rgb(82 82 82 / 0.95);
  }

  .lg\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgb(64 64 64 / var(--tw-border-opacity));
  }

  .lg\:border-neutral-700\/0 {
    border-color: rgb(64 64 64 / 0);
  }

  .lg\:border-neutral-700\/10 {
    border-color: rgb(64 64 64 / 0.1);
  }

  .lg\:border-neutral-700\/100 {
    border-color: rgb(64 64 64 / 1);
  }

  .lg\:border-neutral-700\/15 {
    border-color: rgb(64 64 64 / 0.15);
  }

  .lg\:border-neutral-700\/20 {
    border-color: rgb(64 64 64 / 0.2);
  }

  .lg\:border-neutral-700\/25 {
    border-color: rgb(64 64 64 / 0.25);
  }

  .lg\:border-neutral-700\/30 {
    border-color: rgb(64 64 64 / 0.3);
  }

  .lg\:border-neutral-700\/35 {
    border-color: rgb(64 64 64 / 0.35);
  }

  .lg\:border-neutral-700\/40 {
    border-color: rgb(64 64 64 / 0.4);
  }

  .lg\:border-neutral-700\/45 {
    border-color: rgb(64 64 64 / 0.45);
  }

  .lg\:border-neutral-700\/5 {
    border-color: rgb(64 64 64 / 0.05);
  }

  .lg\:border-neutral-700\/50 {
    border-color: rgb(64 64 64 / 0.5);
  }

  .lg\:border-neutral-700\/55 {
    border-color: rgb(64 64 64 / 0.55);
  }

  .lg\:border-neutral-700\/60 {
    border-color: rgb(64 64 64 / 0.6);
  }

  .lg\:border-neutral-700\/65 {
    border-color: rgb(64 64 64 / 0.65);
  }

  .lg\:border-neutral-700\/70 {
    border-color: rgb(64 64 64 / 0.7);
  }

  .lg\:border-neutral-700\/75 {
    border-color: rgb(64 64 64 / 0.75);
  }

  .lg\:border-neutral-700\/80 {
    border-color: rgb(64 64 64 / 0.8);
  }

  .lg\:border-neutral-700\/85 {
    border-color: rgb(64 64 64 / 0.85);
  }

  .lg\:border-neutral-700\/90 {
    border-color: rgb(64 64 64 / 0.9);
  }

  .lg\:border-neutral-700\/95 {
    border-color: rgb(64 64 64 / 0.95);
  }

  .lg\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgb(38 38 38 / var(--tw-border-opacity));
  }

  .lg\:border-neutral-800\/0 {
    border-color: rgb(38 38 38 / 0);
  }

  .lg\:border-neutral-800\/10 {
    border-color: rgb(38 38 38 / 0.1);
  }

  .lg\:border-neutral-800\/100 {
    border-color: rgb(38 38 38 / 1);
  }

  .lg\:border-neutral-800\/15 {
    border-color: rgb(38 38 38 / 0.15);
  }

  .lg\:border-neutral-800\/20 {
    border-color: rgb(38 38 38 / 0.2);
  }

  .lg\:border-neutral-800\/25 {
    border-color: rgb(38 38 38 / 0.25);
  }

  .lg\:border-neutral-800\/30 {
    border-color: rgb(38 38 38 / 0.3);
  }

  .lg\:border-neutral-800\/35 {
    border-color: rgb(38 38 38 / 0.35);
  }

  .lg\:border-neutral-800\/40 {
    border-color: rgb(38 38 38 / 0.4);
  }

  .lg\:border-neutral-800\/45 {
    border-color: rgb(38 38 38 / 0.45);
  }

  .lg\:border-neutral-800\/5 {
    border-color: rgb(38 38 38 / 0.05);
  }

  .lg\:border-neutral-800\/50 {
    border-color: rgb(38 38 38 / 0.5);
  }

  .lg\:border-neutral-800\/55 {
    border-color: rgb(38 38 38 / 0.55);
  }

  .lg\:border-neutral-800\/60 {
    border-color: rgb(38 38 38 / 0.6);
  }

  .lg\:border-neutral-800\/65 {
    border-color: rgb(38 38 38 / 0.65);
  }

  .lg\:border-neutral-800\/70 {
    border-color: rgb(38 38 38 / 0.7);
  }

  .lg\:border-neutral-800\/75 {
    border-color: rgb(38 38 38 / 0.75);
  }

  .lg\:border-neutral-800\/80 {
    border-color: rgb(38 38 38 / 0.8);
  }

  .lg\:border-neutral-800\/85 {
    border-color: rgb(38 38 38 / 0.85);
  }

  .lg\:border-neutral-800\/90 {
    border-color: rgb(38 38 38 / 0.9);
  }

  .lg\:border-neutral-800\/95 {
    border-color: rgb(38 38 38 / 0.95);
  }

  .lg\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgb(23 23 23 / var(--tw-border-opacity));
  }

  .lg\:border-neutral-900\/0 {
    border-color: rgb(23 23 23 / 0);
  }

  .lg\:border-neutral-900\/10 {
    border-color: rgb(23 23 23 / 0.1);
  }

  .lg\:border-neutral-900\/100 {
    border-color: rgb(23 23 23 / 1);
  }

  .lg\:border-neutral-900\/15 {
    border-color: rgb(23 23 23 / 0.15);
  }

  .lg\:border-neutral-900\/20 {
    border-color: rgb(23 23 23 / 0.2);
  }

  .lg\:border-neutral-900\/25 {
    border-color: rgb(23 23 23 / 0.25);
  }

  .lg\:border-neutral-900\/30 {
    border-color: rgb(23 23 23 / 0.3);
  }

  .lg\:border-neutral-900\/35 {
    border-color: rgb(23 23 23 / 0.35);
  }

  .lg\:border-neutral-900\/40 {
    border-color: rgb(23 23 23 / 0.4);
  }

  .lg\:border-neutral-900\/45 {
    border-color: rgb(23 23 23 / 0.45);
  }

  .lg\:border-neutral-900\/5 {
    border-color: rgb(23 23 23 / 0.05);
  }

  .lg\:border-neutral-900\/50 {
    border-color: rgb(23 23 23 / 0.5);
  }

  .lg\:border-neutral-900\/55 {
    border-color: rgb(23 23 23 / 0.55);
  }

  .lg\:border-neutral-900\/60 {
    border-color: rgb(23 23 23 / 0.6);
  }

  .lg\:border-neutral-900\/65 {
    border-color: rgb(23 23 23 / 0.65);
  }

  .lg\:border-neutral-900\/70 {
    border-color: rgb(23 23 23 / 0.7);
  }

  .lg\:border-neutral-900\/75 {
    border-color: rgb(23 23 23 / 0.75);
  }

  .lg\:border-neutral-900\/80 {
    border-color: rgb(23 23 23 / 0.8);
  }

  .lg\:border-neutral-900\/85 {
    border-color: rgb(23 23 23 / 0.85);
  }

  .lg\:border-neutral-900\/90 {
    border-color: rgb(23 23 23 / 0.9);
  }

  .lg\:border-neutral-900\/95 {
    border-color: rgb(23 23 23 / 0.95);
  }

  .lg\:border-neutral-950 {
    --tw-border-opacity: 1;
    border-color: rgb(10 10 10 / var(--tw-border-opacity));
  }

  .lg\:border-neutral-950\/0 {
    border-color: rgb(10 10 10 / 0);
  }

  .lg\:border-neutral-950\/10 {
    border-color: rgb(10 10 10 / 0.1);
  }

  .lg\:border-neutral-950\/100 {
    border-color: rgb(10 10 10 / 1);
  }

  .lg\:border-neutral-950\/15 {
    border-color: rgb(10 10 10 / 0.15);
  }

  .lg\:border-neutral-950\/20 {
    border-color: rgb(10 10 10 / 0.2);
  }

  .lg\:border-neutral-950\/25 {
    border-color: rgb(10 10 10 / 0.25);
  }

  .lg\:border-neutral-950\/30 {
    border-color: rgb(10 10 10 / 0.3);
  }

  .lg\:border-neutral-950\/35 {
    border-color: rgb(10 10 10 / 0.35);
  }

  .lg\:border-neutral-950\/40 {
    border-color: rgb(10 10 10 / 0.4);
  }

  .lg\:border-neutral-950\/45 {
    border-color: rgb(10 10 10 / 0.45);
  }

  .lg\:border-neutral-950\/5 {
    border-color: rgb(10 10 10 / 0.05);
  }

  .lg\:border-neutral-950\/50 {
    border-color: rgb(10 10 10 / 0.5);
  }

  .lg\:border-neutral-950\/55 {
    border-color: rgb(10 10 10 / 0.55);
  }

  .lg\:border-neutral-950\/60 {
    border-color: rgb(10 10 10 / 0.6);
  }

  .lg\:border-neutral-950\/65 {
    border-color: rgb(10 10 10 / 0.65);
  }

  .lg\:border-neutral-950\/70 {
    border-color: rgb(10 10 10 / 0.7);
  }

  .lg\:border-neutral-950\/75 {
    border-color: rgb(10 10 10 / 0.75);
  }

  .lg\:border-neutral-950\/80 {
    border-color: rgb(10 10 10 / 0.8);
  }

  .lg\:border-neutral-950\/85 {
    border-color: rgb(10 10 10 / 0.85);
  }

  .lg\:border-neutral-950\/90 {
    border-color: rgb(10 10 10 / 0.9);
  }

  .lg\:border-neutral-950\/95 {
    border-color: rgb(10 10 10 / 0.95);
  }

  .lg\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgb(255 237 213 / var(--tw-border-opacity));
  }

  .lg\:border-orange-100\/0 {
    border-color: rgb(255 237 213 / 0);
  }

  .lg\:border-orange-100\/10 {
    border-color: rgb(255 237 213 / 0.1);
  }

  .lg\:border-orange-100\/100 {
    border-color: rgb(255 237 213 / 1);
  }

  .lg\:border-orange-100\/15 {
    border-color: rgb(255 237 213 / 0.15);
  }

  .lg\:border-orange-100\/20 {
    border-color: rgb(255 237 213 / 0.2);
  }

  .lg\:border-orange-100\/25 {
    border-color: rgb(255 237 213 / 0.25);
  }

  .lg\:border-orange-100\/30 {
    border-color: rgb(255 237 213 / 0.3);
  }

  .lg\:border-orange-100\/35 {
    border-color: rgb(255 237 213 / 0.35);
  }

  .lg\:border-orange-100\/40 {
    border-color: rgb(255 237 213 / 0.4);
  }

  .lg\:border-orange-100\/45 {
    border-color: rgb(255 237 213 / 0.45);
  }

  .lg\:border-orange-100\/5 {
    border-color: rgb(255 237 213 / 0.05);
  }

  .lg\:border-orange-100\/50 {
    border-color: rgb(255 237 213 / 0.5);
  }

  .lg\:border-orange-100\/55 {
    border-color: rgb(255 237 213 / 0.55);
  }

  .lg\:border-orange-100\/60 {
    border-color: rgb(255 237 213 / 0.6);
  }

  .lg\:border-orange-100\/65 {
    border-color: rgb(255 237 213 / 0.65);
  }

  .lg\:border-orange-100\/70 {
    border-color: rgb(255 237 213 / 0.7);
  }

  .lg\:border-orange-100\/75 {
    border-color: rgb(255 237 213 / 0.75);
  }

  .lg\:border-orange-100\/80 {
    border-color: rgb(255 237 213 / 0.8);
  }

  .lg\:border-orange-100\/85 {
    border-color: rgb(255 237 213 / 0.85);
  }

  .lg\:border-orange-100\/90 {
    border-color: rgb(255 237 213 / 0.9);
  }

  .lg\:border-orange-100\/95 {
    border-color: rgb(255 237 213 / 0.95);
  }

  .lg\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 215 170 / var(--tw-border-opacity));
  }

  .lg\:border-orange-200\/0 {
    border-color: rgb(254 215 170 / 0);
  }

  .lg\:border-orange-200\/10 {
    border-color: rgb(254 215 170 / 0.1);
  }

  .lg\:border-orange-200\/100 {
    border-color: rgb(254 215 170 / 1);
  }

  .lg\:border-orange-200\/15 {
    border-color: rgb(254 215 170 / 0.15);
  }

  .lg\:border-orange-200\/20 {
    border-color: rgb(254 215 170 / 0.2);
  }

  .lg\:border-orange-200\/25 {
    border-color: rgb(254 215 170 / 0.25);
  }

  .lg\:border-orange-200\/30 {
    border-color: rgb(254 215 170 / 0.3);
  }

  .lg\:border-orange-200\/35 {
    border-color: rgb(254 215 170 / 0.35);
  }

  .lg\:border-orange-200\/40 {
    border-color: rgb(254 215 170 / 0.4);
  }

  .lg\:border-orange-200\/45 {
    border-color: rgb(254 215 170 / 0.45);
  }

  .lg\:border-orange-200\/5 {
    border-color: rgb(254 215 170 / 0.05);
  }

  .lg\:border-orange-200\/50 {
    border-color: rgb(254 215 170 / 0.5);
  }

  .lg\:border-orange-200\/55 {
    border-color: rgb(254 215 170 / 0.55);
  }

  .lg\:border-orange-200\/60 {
    border-color: rgb(254 215 170 / 0.6);
  }

  .lg\:border-orange-200\/65 {
    border-color: rgb(254 215 170 / 0.65);
  }

  .lg\:border-orange-200\/70 {
    border-color: rgb(254 215 170 / 0.7);
  }

  .lg\:border-orange-200\/75 {
    border-color: rgb(254 215 170 / 0.75);
  }

  .lg\:border-orange-200\/80 {
    border-color: rgb(254 215 170 / 0.8);
  }

  .lg\:border-orange-200\/85 {
    border-color: rgb(254 215 170 / 0.85);
  }

  .lg\:border-orange-200\/90 {
    border-color: rgb(254 215 170 / 0.9);
  }

  .lg\:border-orange-200\/95 {
    border-color: rgb(254 215 170 / 0.95);
  }

  .lg\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgb(253 186 116 / var(--tw-border-opacity));
  }

  .lg\:border-orange-300\/0 {
    border-color: rgb(253 186 116 / 0);
  }

  .lg\:border-orange-300\/10 {
    border-color: rgb(253 186 116 / 0.1);
  }

  .lg\:border-orange-300\/100 {
    border-color: rgb(253 186 116 / 1);
  }

  .lg\:border-orange-300\/15 {
    border-color: rgb(253 186 116 / 0.15);
  }

  .lg\:border-orange-300\/20 {
    border-color: rgb(253 186 116 / 0.2);
  }

  .lg\:border-orange-300\/25 {
    border-color: rgb(253 186 116 / 0.25);
  }

  .lg\:border-orange-300\/30 {
    border-color: rgb(253 186 116 / 0.3);
  }

  .lg\:border-orange-300\/35 {
    border-color: rgb(253 186 116 / 0.35);
  }

  .lg\:border-orange-300\/40 {
    border-color: rgb(253 186 116 / 0.4);
  }

  .lg\:border-orange-300\/45 {
    border-color: rgb(253 186 116 / 0.45);
  }

  .lg\:border-orange-300\/5 {
    border-color: rgb(253 186 116 / 0.05);
  }

  .lg\:border-orange-300\/50 {
    border-color: rgb(253 186 116 / 0.5);
  }

  .lg\:border-orange-300\/55 {
    border-color: rgb(253 186 116 / 0.55);
  }

  .lg\:border-orange-300\/60 {
    border-color: rgb(253 186 116 / 0.6);
  }

  .lg\:border-orange-300\/65 {
    border-color: rgb(253 186 116 / 0.65);
  }

  .lg\:border-orange-300\/70 {
    border-color: rgb(253 186 116 / 0.7);
  }

  .lg\:border-orange-300\/75 {
    border-color: rgb(253 186 116 / 0.75);
  }

  .lg\:border-orange-300\/80 {
    border-color: rgb(253 186 116 / 0.8);
  }

  .lg\:border-orange-300\/85 {
    border-color: rgb(253 186 116 / 0.85);
  }

  .lg\:border-orange-300\/90 {
    border-color: rgb(253 186 116 / 0.9);
  }

  .lg\:border-orange-300\/95 {
    border-color: rgb(253 186 116 / 0.95);
  }

  .lg\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgb(251 146 60 / var(--tw-border-opacity));
  }

  .lg\:border-orange-400\/0 {
    border-color: rgb(251 146 60 / 0);
  }

  .lg\:border-orange-400\/10 {
    border-color: rgb(251 146 60 / 0.1);
  }

  .lg\:border-orange-400\/100 {
    border-color: rgb(251 146 60 / 1);
  }

  .lg\:border-orange-400\/15 {
    border-color: rgb(251 146 60 / 0.15);
  }

  .lg\:border-orange-400\/20 {
    border-color: rgb(251 146 60 / 0.2);
  }

  .lg\:border-orange-400\/25 {
    border-color: rgb(251 146 60 / 0.25);
  }

  .lg\:border-orange-400\/30 {
    border-color: rgb(251 146 60 / 0.3);
  }

  .lg\:border-orange-400\/35 {
    border-color: rgb(251 146 60 / 0.35);
  }

  .lg\:border-orange-400\/40 {
    border-color: rgb(251 146 60 / 0.4);
  }

  .lg\:border-orange-400\/45 {
    border-color: rgb(251 146 60 / 0.45);
  }

  .lg\:border-orange-400\/5 {
    border-color: rgb(251 146 60 / 0.05);
  }

  .lg\:border-orange-400\/50 {
    border-color: rgb(251 146 60 / 0.5);
  }

  .lg\:border-orange-400\/55 {
    border-color: rgb(251 146 60 / 0.55);
  }

  .lg\:border-orange-400\/60 {
    border-color: rgb(251 146 60 / 0.6);
  }

  .lg\:border-orange-400\/65 {
    border-color: rgb(251 146 60 / 0.65);
  }

  .lg\:border-orange-400\/70 {
    border-color: rgb(251 146 60 / 0.7);
  }

  .lg\:border-orange-400\/75 {
    border-color: rgb(251 146 60 / 0.75);
  }

  .lg\:border-orange-400\/80 {
    border-color: rgb(251 146 60 / 0.8);
  }

  .lg\:border-orange-400\/85 {
    border-color: rgb(251 146 60 / 0.85);
  }

  .lg\:border-orange-400\/90 {
    border-color: rgb(251 146 60 / 0.9);
  }

  .lg\:border-orange-400\/95 {
    border-color: rgb(251 146 60 / 0.95);
  }

  .lg\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgb(255 247 237 / var(--tw-border-opacity));
  }

  .lg\:border-orange-50\/0 {
    border-color: rgb(255 247 237 / 0);
  }

  .lg\:border-orange-50\/10 {
    border-color: rgb(255 247 237 / 0.1);
  }

  .lg\:border-orange-50\/100 {
    border-color: rgb(255 247 237 / 1);
  }

  .lg\:border-orange-50\/15 {
    border-color: rgb(255 247 237 / 0.15);
  }

  .lg\:border-orange-50\/20 {
    border-color: rgb(255 247 237 / 0.2);
  }

  .lg\:border-orange-50\/25 {
    border-color: rgb(255 247 237 / 0.25);
  }

  .lg\:border-orange-50\/30 {
    border-color: rgb(255 247 237 / 0.3);
  }

  .lg\:border-orange-50\/35 {
    border-color: rgb(255 247 237 / 0.35);
  }

  .lg\:border-orange-50\/40 {
    border-color: rgb(255 247 237 / 0.4);
  }

  .lg\:border-orange-50\/45 {
    border-color: rgb(255 247 237 / 0.45);
  }

  .lg\:border-orange-50\/5 {
    border-color: rgb(255 247 237 / 0.05);
  }

  .lg\:border-orange-50\/50 {
    border-color: rgb(255 247 237 / 0.5);
  }

  .lg\:border-orange-50\/55 {
    border-color: rgb(255 247 237 / 0.55);
  }

  .lg\:border-orange-50\/60 {
    border-color: rgb(255 247 237 / 0.6);
  }

  .lg\:border-orange-50\/65 {
    border-color: rgb(255 247 237 / 0.65);
  }

  .lg\:border-orange-50\/70 {
    border-color: rgb(255 247 237 / 0.7);
  }

  .lg\:border-orange-50\/75 {
    border-color: rgb(255 247 237 / 0.75);
  }

  .lg\:border-orange-50\/80 {
    border-color: rgb(255 247 237 / 0.8);
  }

  .lg\:border-orange-50\/85 {
    border-color: rgb(255 247 237 / 0.85);
  }

  .lg\:border-orange-50\/90 {
    border-color: rgb(255 247 237 / 0.9);
  }

  .lg\:border-orange-50\/95 {
    border-color: rgb(255 247 237 / 0.95);
  }

  .lg\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgb(249 115 22 / var(--tw-border-opacity));
  }

  .lg\:border-orange-500\/0 {
    border-color: rgb(249 115 22 / 0);
  }

  .lg\:border-orange-500\/10 {
    border-color: rgb(249 115 22 / 0.1);
  }

  .lg\:border-orange-500\/100 {
    border-color: rgb(249 115 22 / 1);
  }

  .lg\:border-orange-500\/15 {
    border-color: rgb(249 115 22 / 0.15);
  }

  .lg\:border-orange-500\/20 {
    border-color: rgb(249 115 22 / 0.2);
  }

  .lg\:border-orange-500\/25 {
    border-color: rgb(249 115 22 / 0.25);
  }

  .lg\:border-orange-500\/30 {
    border-color: rgb(249 115 22 / 0.3);
  }

  .lg\:border-orange-500\/35 {
    border-color: rgb(249 115 22 / 0.35);
  }

  .lg\:border-orange-500\/40 {
    border-color: rgb(249 115 22 / 0.4);
  }

  .lg\:border-orange-500\/45 {
    border-color: rgb(249 115 22 / 0.45);
  }

  .lg\:border-orange-500\/5 {
    border-color: rgb(249 115 22 / 0.05);
  }

  .lg\:border-orange-500\/50 {
    border-color: rgb(249 115 22 / 0.5);
  }

  .lg\:border-orange-500\/55 {
    border-color: rgb(249 115 22 / 0.55);
  }

  .lg\:border-orange-500\/60 {
    border-color: rgb(249 115 22 / 0.6);
  }

  .lg\:border-orange-500\/65 {
    border-color: rgb(249 115 22 / 0.65);
  }

  .lg\:border-orange-500\/70 {
    border-color: rgb(249 115 22 / 0.7);
  }

  .lg\:border-orange-500\/75 {
    border-color: rgb(249 115 22 / 0.75);
  }

  .lg\:border-orange-500\/80 {
    border-color: rgb(249 115 22 / 0.8);
  }

  .lg\:border-orange-500\/85 {
    border-color: rgb(249 115 22 / 0.85);
  }

  .lg\:border-orange-500\/90 {
    border-color: rgb(249 115 22 / 0.9);
  }

  .lg\:border-orange-500\/95 {
    border-color: rgb(249 115 22 / 0.95);
  }

  .lg\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgb(234 88 12 / var(--tw-border-opacity));
  }

  .lg\:border-orange-600\/0 {
    border-color: rgb(234 88 12 / 0);
  }

  .lg\:border-orange-600\/10 {
    border-color: rgb(234 88 12 / 0.1);
  }

  .lg\:border-orange-600\/100 {
    border-color: rgb(234 88 12 / 1);
  }

  .lg\:border-orange-600\/15 {
    border-color: rgb(234 88 12 / 0.15);
  }

  .lg\:border-orange-600\/20 {
    border-color: rgb(234 88 12 / 0.2);
  }

  .lg\:border-orange-600\/25 {
    border-color: rgb(234 88 12 / 0.25);
  }

  .lg\:border-orange-600\/30 {
    border-color: rgb(234 88 12 / 0.3);
  }

  .lg\:border-orange-600\/35 {
    border-color: rgb(234 88 12 / 0.35);
  }

  .lg\:border-orange-600\/40 {
    border-color: rgb(234 88 12 / 0.4);
  }

  .lg\:border-orange-600\/45 {
    border-color: rgb(234 88 12 / 0.45);
  }

  .lg\:border-orange-600\/5 {
    border-color: rgb(234 88 12 / 0.05);
  }

  .lg\:border-orange-600\/50 {
    border-color: rgb(234 88 12 / 0.5);
  }

  .lg\:border-orange-600\/55 {
    border-color: rgb(234 88 12 / 0.55);
  }

  .lg\:border-orange-600\/60 {
    border-color: rgb(234 88 12 / 0.6);
  }

  .lg\:border-orange-600\/65 {
    border-color: rgb(234 88 12 / 0.65);
  }

  .lg\:border-orange-600\/70 {
    border-color: rgb(234 88 12 / 0.7);
  }

  .lg\:border-orange-600\/75 {
    border-color: rgb(234 88 12 / 0.75);
  }

  .lg\:border-orange-600\/80 {
    border-color: rgb(234 88 12 / 0.8);
  }

  .lg\:border-orange-600\/85 {
    border-color: rgb(234 88 12 / 0.85);
  }

  .lg\:border-orange-600\/90 {
    border-color: rgb(234 88 12 / 0.9);
  }

  .lg\:border-orange-600\/95 {
    border-color: rgb(234 88 12 / 0.95);
  }

  .lg\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgb(194 65 12 / var(--tw-border-opacity));
  }

  .lg\:border-orange-700\/0 {
    border-color: rgb(194 65 12 / 0);
  }

  .lg\:border-orange-700\/10 {
    border-color: rgb(194 65 12 / 0.1);
  }

  .lg\:border-orange-700\/100 {
    border-color: rgb(194 65 12 / 1);
  }

  .lg\:border-orange-700\/15 {
    border-color: rgb(194 65 12 / 0.15);
  }

  .lg\:border-orange-700\/20 {
    border-color: rgb(194 65 12 / 0.2);
  }

  .lg\:border-orange-700\/25 {
    border-color: rgb(194 65 12 / 0.25);
  }

  .lg\:border-orange-700\/30 {
    border-color: rgb(194 65 12 / 0.3);
  }

  .lg\:border-orange-700\/35 {
    border-color: rgb(194 65 12 / 0.35);
  }

  .lg\:border-orange-700\/40 {
    border-color: rgb(194 65 12 / 0.4);
  }

  .lg\:border-orange-700\/45 {
    border-color: rgb(194 65 12 / 0.45);
  }

  .lg\:border-orange-700\/5 {
    border-color: rgb(194 65 12 / 0.05);
  }

  .lg\:border-orange-700\/50 {
    border-color: rgb(194 65 12 / 0.5);
  }

  .lg\:border-orange-700\/55 {
    border-color: rgb(194 65 12 / 0.55);
  }

  .lg\:border-orange-700\/60 {
    border-color: rgb(194 65 12 / 0.6);
  }

  .lg\:border-orange-700\/65 {
    border-color: rgb(194 65 12 / 0.65);
  }

  .lg\:border-orange-700\/70 {
    border-color: rgb(194 65 12 / 0.7);
  }

  .lg\:border-orange-700\/75 {
    border-color: rgb(194 65 12 / 0.75);
  }

  .lg\:border-orange-700\/80 {
    border-color: rgb(194 65 12 / 0.8);
  }

  .lg\:border-orange-700\/85 {
    border-color: rgb(194 65 12 / 0.85);
  }

  .lg\:border-orange-700\/90 {
    border-color: rgb(194 65 12 / 0.9);
  }

  .lg\:border-orange-700\/95 {
    border-color: rgb(194 65 12 / 0.95);
  }

  .lg\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgb(154 52 18 / var(--tw-border-opacity));
  }

  .lg\:border-orange-800\/0 {
    border-color: rgb(154 52 18 / 0);
  }

  .lg\:border-orange-800\/10 {
    border-color: rgb(154 52 18 / 0.1);
  }

  .lg\:border-orange-800\/100 {
    border-color: rgb(154 52 18 / 1);
  }

  .lg\:border-orange-800\/15 {
    border-color: rgb(154 52 18 / 0.15);
  }

  .lg\:border-orange-800\/20 {
    border-color: rgb(154 52 18 / 0.2);
  }

  .lg\:border-orange-800\/25 {
    border-color: rgb(154 52 18 / 0.25);
  }

  .lg\:border-orange-800\/30 {
    border-color: rgb(154 52 18 / 0.3);
  }

  .lg\:border-orange-800\/35 {
    border-color: rgb(154 52 18 / 0.35);
  }

  .lg\:border-orange-800\/40 {
    border-color: rgb(154 52 18 / 0.4);
  }

  .lg\:border-orange-800\/45 {
    border-color: rgb(154 52 18 / 0.45);
  }

  .lg\:border-orange-800\/5 {
    border-color: rgb(154 52 18 / 0.05);
  }

  .lg\:border-orange-800\/50 {
    border-color: rgb(154 52 18 / 0.5);
  }

  .lg\:border-orange-800\/55 {
    border-color: rgb(154 52 18 / 0.55);
  }

  .lg\:border-orange-800\/60 {
    border-color: rgb(154 52 18 / 0.6);
  }

  .lg\:border-orange-800\/65 {
    border-color: rgb(154 52 18 / 0.65);
  }

  .lg\:border-orange-800\/70 {
    border-color: rgb(154 52 18 / 0.7);
  }

  .lg\:border-orange-800\/75 {
    border-color: rgb(154 52 18 / 0.75);
  }

  .lg\:border-orange-800\/80 {
    border-color: rgb(154 52 18 / 0.8);
  }

  .lg\:border-orange-800\/85 {
    border-color: rgb(154 52 18 / 0.85);
  }

  .lg\:border-orange-800\/90 {
    border-color: rgb(154 52 18 / 0.9);
  }

  .lg\:border-orange-800\/95 {
    border-color: rgb(154 52 18 / 0.95);
  }

  .lg\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgb(124 45 18 / var(--tw-border-opacity));
  }

  .lg\:border-orange-900\/0 {
    border-color: rgb(124 45 18 / 0);
  }

  .lg\:border-orange-900\/10 {
    border-color: rgb(124 45 18 / 0.1);
  }

  .lg\:border-orange-900\/100 {
    border-color: rgb(124 45 18 / 1);
  }

  .lg\:border-orange-900\/15 {
    border-color: rgb(124 45 18 / 0.15);
  }

  .lg\:border-orange-900\/20 {
    border-color: rgb(124 45 18 / 0.2);
  }

  .lg\:border-orange-900\/25 {
    border-color: rgb(124 45 18 / 0.25);
  }

  .lg\:border-orange-900\/30 {
    border-color: rgb(124 45 18 / 0.3);
  }

  .lg\:border-orange-900\/35 {
    border-color: rgb(124 45 18 / 0.35);
  }

  .lg\:border-orange-900\/40 {
    border-color: rgb(124 45 18 / 0.4);
  }

  .lg\:border-orange-900\/45 {
    border-color: rgb(124 45 18 / 0.45);
  }

  .lg\:border-orange-900\/5 {
    border-color: rgb(124 45 18 / 0.05);
  }

  .lg\:border-orange-900\/50 {
    border-color: rgb(124 45 18 / 0.5);
  }

  .lg\:border-orange-900\/55 {
    border-color: rgb(124 45 18 / 0.55);
  }

  .lg\:border-orange-900\/60 {
    border-color: rgb(124 45 18 / 0.6);
  }

  .lg\:border-orange-900\/65 {
    border-color: rgb(124 45 18 / 0.65);
  }

  .lg\:border-orange-900\/70 {
    border-color: rgb(124 45 18 / 0.7);
  }

  .lg\:border-orange-900\/75 {
    border-color: rgb(124 45 18 / 0.75);
  }

  .lg\:border-orange-900\/80 {
    border-color: rgb(124 45 18 / 0.8);
  }

  .lg\:border-orange-900\/85 {
    border-color: rgb(124 45 18 / 0.85);
  }

  .lg\:border-orange-900\/90 {
    border-color: rgb(124 45 18 / 0.9);
  }

  .lg\:border-orange-900\/95 {
    border-color: rgb(124 45 18 / 0.95);
  }

  .lg\:border-orange-950 {
    --tw-border-opacity: 1;
    border-color: rgb(67 20 7 / var(--tw-border-opacity));
  }

  .lg\:border-orange-950\/0 {
    border-color: rgb(67 20 7 / 0);
  }

  .lg\:border-orange-950\/10 {
    border-color: rgb(67 20 7 / 0.1);
  }

  .lg\:border-orange-950\/100 {
    border-color: rgb(67 20 7 / 1);
  }

  .lg\:border-orange-950\/15 {
    border-color: rgb(67 20 7 / 0.15);
  }

  .lg\:border-orange-950\/20 {
    border-color: rgb(67 20 7 / 0.2);
  }

  .lg\:border-orange-950\/25 {
    border-color: rgb(67 20 7 / 0.25);
  }

  .lg\:border-orange-950\/30 {
    border-color: rgb(67 20 7 / 0.3);
  }

  .lg\:border-orange-950\/35 {
    border-color: rgb(67 20 7 / 0.35);
  }

  .lg\:border-orange-950\/40 {
    border-color: rgb(67 20 7 / 0.4);
  }

  .lg\:border-orange-950\/45 {
    border-color: rgb(67 20 7 / 0.45);
  }

  .lg\:border-orange-950\/5 {
    border-color: rgb(67 20 7 / 0.05);
  }

  .lg\:border-orange-950\/50 {
    border-color: rgb(67 20 7 / 0.5);
  }

  .lg\:border-orange-950\/55 {
    border-color: rgb(67 20 7 / 0.55);
  }

  .lg\:border-orange-950\/60 {
    border-color: rgb(67 20 7 / 0.6);
  }

  .lg\:border-orange-950\/65 {
    border-color: rgb(67 20 7 / 0.65);
  }

  .lg\:border-orange-950\/70 {
    border-color: rgb(67 20 7 / 0.7);
  }

  .lg\:border-orange-950\/75 {
    border-color: rgb(67 20 7 / 0.75);
  }

  .lg\:border-orange-950\/80 {
    border-color: rgb(67 20 7 / 0.8);
  }

  .lg\:border-orange-950\/85 {
    border-color: rgb(67 20 7 / 0.85);
  }

  .lg\:border-orange-950\/90 {
    border-color: rgb(67 20 7 / 0.9);
  }

  .lg\:border-orange-950\/95 {
    border-color: rgb(67 20 7 / 0.95);
  }

  .lg\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgb(252 231 243 / var(--tw-border-opacity));
  }

  .lg\:border-pink-100\/0 {
    border-color: rgb(252 231 243 / 0);
  }

  .lg\:border-pink-100\/10 {
    border-color: rgb(252 231 243 / 0.1);
  }

  .lg\:border-pink-100\/100 {
    border-color: rgb(252 231 243 / 1);
  }

  .lg\:border-pink-100\/15 {
    border-color: rgb(252 231 243 / 0.15);
  }

  .lg\:border-pink-100\/20 {
    border-color: rgb(252 231 243 / 0.2);
  }

  .lg\:border-pink-100\/25 {
    border-color: rgb(252 231 243 / 0.25);
  }

  .lg\:border-pink-100\/30 {
    border-color: rgb(252 231 243 / 0.3);
  }

  .lg\:border-pink-100\/35 {
    border-color: rgb(252 231 243 / 0.35);
  }

  .lg\:border-pink-100\/40 {
    border-color: rgb(252 231 243 / 0.4);
  }

  .lg\:border-pink-100\/45 {
    border-color: rgb(252 231 243 / 0.45);
  }

  .lg\:border-pink-100\/5 {
    border-color: rgb(252 231 243 / 0.05);
  }

  .lg\:border-pink-100\/50 {
    border-color: rgb(252 231 243 / 0.5);
  }

  .lg\:border-pink-100\/55 {
    border-color: rgb(252 231 243 / 0.55);
  }

  .lg\:border-pink-100\/60 {
    border-color: rgb(252 231 243 / 0.6);
  }

  .lg\:border-pink-100\/65 {
    border-color: rgb(252 231 243 / 0.65);
  }

  .lg\:border-pink-100\/70 {
    border-color: rgb(252 231 243 / 0.7);
  }

  .lg\:border-pink-100\/75 {
    border-color: rgb(252 231 243 / 0.75);
  }

  .lg\:border-pink-100\/80 {
    border-color: rgb(252 231 243 / 0.8);
  }

  .lg\:border-pink-100\/85 {
    border-color: rgb(252 231 243 / 0.85);
  }

  .lg\:border-pink-100\/90 {
    border-color: rgb(252 231 243 / 0.9);
  }

  .lg\:border-pink-100\/95 {
    border-color: rgb(252 231 243 / 0.95);
  }

  .lg\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgb(251 207 232 / var(--tw-border-opacity));
  }

  .lg\:border-pink-200\/0 {
    border-color: rgb(251 207 232 / 0);
  }

  .lg\:border-pink-200\/10 {
    border-color: rgb(251 207 232 / 0.1);
  }

  .lg\:border-pink-200\/100 {
    border-color: rgb(251 207 232 / 1);
  }

  .lg\:border-pink-200\/15 {
    border-color: rgb(251 207 232 / 0.15);
  }

  .lg\:border-pink-200\/20 {
    border-color: rgb(251 207 232 / 0.2);
  }

  .lg\:border-pink-200\/25 {
    border-color: rgb(251 207 232 / 0.25);
  }

  .lg\:border-pink-200\/30 {
    border-color: rgb(251 207 232 / 0.3);
  }

  .lg\:border-pink-200\/35 {
    border-color: rgb(251 207 232 / 0.35);
  }

  .lg\:border-pink-200\/40 {
    border-color: rgb(251 207 232 / 0.4);
  }

  .lg\:border-pink-200\/45 {
    border-color: rgb(251 207 232 / 0.45);
  }

  .lg\:border-pink-200\/5 {
    border-color: rgb(251 207 232 / 0.05);
  }

  .lg\:border-pink-200\/50 {
    border-color: rgb(251 207 232 / 0.5);
  }

  .lg\:border-pink-200\/55 {
    border-color: rgb(251 207 232 / 0.55);
  }

  .lg\:border-pink-200\/60 {
    border-color: rgb(251 207 232 / 0.6);
  }

  .lg\:border-pink-200\/65 {
    border-color: rgb(251 207 232 / 0.65);
  }

  .lg\:border-pink-200\/70 {
    border-color: rgb(251 207 232 / 0.7);
  }

  .lg\:border-pink-200\/75 {
    border-color: rgb(251 207 232 / 0.75);
  }

  .lg\:border-pink-200\/80 {
    border-color: rgb(251 207 232 / 0.8);
  }

  .lg\:border-pink-200\/85 {
    border-color: rgb(251 207 232 / 0.85);
  }

  .lg\:border-pink-200\/90 {
    border-color: rgb(251 207 232 / 0.9);
  }

  .lg\:border-pink-200\/95 {
    border-color: rgb(251 207 232 / 0.95);
  }

  .lg\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgb(249 168 212 / var(--tw-border-opacity));
  }

  .lg\:border-pink-300\/0 {
    border-color: rgb(249 168 212 / 0);
  }

  .lg\:border-pink-300\/10 {
    border-color: rgb(249 168 212 / 0.1);
  }

  .lg\:border-pink-300\/100 {
    border-color: rgb(249 168 212 / 1);
  }

  .lg\:border-pink-300\/15 {
    border-color: rgb(249 168 212 / 0.15);
  }

  .lg\:border-pink-300\/20 {
    border-color: rgb(249 168 212 / 0.2);
  }

  .lg\:border-pink-300\/25 {
    border-color: rgb(249 168 212 / 0.25);
  }

  .lg\:border-pink-300\/30 {
    border-color: rgb(249 168 212 / 0.3);
  }

  .lg\:border-pink-300\/35 {
    border-color: rgb(249 168 212 / 0.35);
  }

  .lg\:border-pink-300\/40 {
    border-color: rgb(249 168 212 / 0.4);
  }

  .lg\:border-pink-300\/45 {
    border-color: rgb(249 168 212 / 0.45);
  }

  .lg\:border-pink-300\/5 {
    border-color: rgb(249 168 212 / 0.05);
  }

  .lg\:border-pink-300\/50 {
    border-color: rgb(249 168 212 / 0.5);
  }

  .lg\:border-pink-300\/55 {
    border-color: rgb(249 168 212 / 0.55);
  }

  .lg\:border-pink-300\/60 {
    border-color: rgb(249 168 212 / 0.6);
  }

  .lg\:border-pink-300\/65 {
    border-color: rgb(249 168 212 / 0.65);
  }

  .lg\:border-pink-300\/70 {
    border-color: rgb(249 168 212 / 0.7);
  }

  .lg\:border-pink-300\/75 {
    border-color: rgb(249 168 212 / 0.75);
  }

  .lg\:border-pink-300\/80 {
    border-color: rgb(249 168 212 / 0.8);
  }

  .lg\:border-pink-300\/85 {
    border-color: rgb(249 168 212 / 0.85);
  }

  .lg\:border-pink-300\/90 {
    border-color: rgb(249 168 212 / 0.9);
  }

  .lg\:border-pink-300\/95 {
    border-color: rgb(249 168 212 / 0.95);
  }

  .lg\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgb(244 114 182 / var(--tw-border-opacity));
  }

  .lg\:border-pink-400\/0 {
    border-color: rgb(244 114 182 / 0);
  }

  .lg\:border-pink-400\/10 {
    border-color: rgb(244 114 182 / 0.1);
  }

  .lg\:border-pink-400\/100 {
    border-color: rgb(244 114 182 / 1);
  }

  .lg\:border-pink-400\/15 {
    border-color: rgb(244 114 182 / 0.15);
  }

  .lg\:border-pink-400\/20 {
    border-color: rgb(244 114 182 / 0.2);
  }

  .lg\:border-pink-400\/25 {
    border-color: rgb(244 114 182 / 0.25);
  }

  .lg\:border-pink-400\/30 {
    border-color: rgb(244 114 182 / 0.3);
  }

  .lg\:border-pink-400\/35 {
    border-color: rgb(244 114 182 / 0.35);
  }

  .lg\:border-pink-400\/40 {
    border-color: rgb(244 114 182 / 0.4);
  }

  .lg\:border-pink-400\/45 {
    border-color: rgb(244 114 182 / 0.45);
  }

  .lg\:border-pink-400\/5 {
    border-color: rgb(244 114 182 / 0.05);
  }

  .lg\:border-pink-400\/50 {
    border-color: rgb(244 114 182 / 0.5);
  }

  .lg\:border-pink-400\/55 {
    border-color: rgb(244 114 182 / 0.55);
  }

  .lg\:border-pink-400\/60 {
    border-color: rgb(244 114 182 / 0.6);
  }

  .lg\:border-pink-400\/65 {
    border-color: rgb(244 114 182 / 0.65);
  }

  .lg\:border-pink-400\/70 {
    border-color: rgb(244 114 182 / 0.7);
  }

  .lg\:border-pink-400\/75 {
    border-color: rgb(244 114 182 / 0.75);
  }

  .lg\:border-pink-400\/80 {
    border-color: rgb(244 114 182 / 0.8);
  }

  .lg\:border-pink-400\/85 {
    border-color: rgb(244 114 182 / 0.85);
  }

  .lg\:border-pink-400\/90 {
    border-color: rgb(244 114 182 / 0.9);
  }

  .lg\:border-pink-400\/95 {
    border-color: rgb(244 114 182 / 0.95);
  }

  .lg\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgb(253 242 248 / var(--tw-border-opacity));
  }

  .lg\:border-pink-50\/0 {
    border-color: rgb(253 242 248 / 0);
  }

  .lg\:border-pink-50\/10 {
    border-color: rgb(253 242 248 / 0.1);
  }

  .lg\:border-pink-50\/100 {
    border-color: rgb(253 242 248 / 1);
  }

  .lg\:border-pink-50\/15 {
    border-color: rgb(253 242 248 / 0.15);
  }

  .lg\:border-pink-50\/20 {
    border-color: rgb(253 242 248 / 0.2);
  }

  .lg\:border-pink-50\/25 {
    border-color: rgb(253 242 248 / 0.25);
  }

  .lg\:border-pink-50\/30 {
    border-color: rgb(253 242 248 / 0.3);
  }

  .lg\:border-pink-50\/35 {
    border-color: rgb(253 242 248 / 0.35);
  }

  .lg\:border-pink-50\/40 {
    border-color: rgb(253 242 248 / 0.4);
  }

  .lg\:border-pink-50\/45 {
    border-color: rgb(253 242 248 / 0.45);
  }

  .lg\:border-pink-50\/5 {
    border-color: rgb(253 242 248 / 0.05);
  }

  .lg\:border-pink-50\/50 {
    border-color: rgb(253 242 248 / 0.5);
  }

  .lg\:border-pink-50\/55 {
    border-color: rgb(253 242 248 / 0.55);
  }

  .lg\:border-pink-50\/60 {
    border-color: rgb(253 242 248 / 0.6);
  }

  .lg\:border-pink-50\/65 {
    border-color: rgb(253 242 248 / 0.65);
  }

  .lg\:border-pink-50\/70 {
    border-color: rgb(253 242 248 / 0.7);
  }

  .lg\:border-pink-50\/75 {
    border-color: rgb(253 242 248 / 0.75);
  }

  .lg\:border-pink-50\/80 {
    border-color: rgb(253 242 248 / 0.8);
  }

  .lg\:border-pink-50\/85 {
    border-color: rgb(253 242 248 / 0.85);
  }

  .lg\:border-pink-50\/90 {
    border-color: rgb(253 242 248 / 0.9);
  }

  .lg\:border-pink-50\/95 {
    border-color: rgb(253 242 248 / 0.95);
  }

  .lg\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgb(236 72 153 / var(--tw-border-opacity));
  }

  .lg\:border-pink-500\/0 {
    border-color: rgb(236 72 153 / 0);
  }

  .lg\:border-pink-500\/10 {
    border-color: rgb(236 72 153 / 0.1);
  }

  .lg\:border-pink-500\/100 {
    border-color: rgb(236 72 153 / 1);
  }

  .lg\:border-pink-500\/15 {
    border-color: rgb(236 72 153 / 0.15);
  }

  .lg\:border-pink-500\/20 {
    border-color: rgb(236 72 153 / 0.2);
  }

  .lg\:border-pink-500\/25 {
    border-color: rgb(236 72 153 / 0.25);
  }

  .lg\:border-pink-500\/30 {
    border-color: rgb(236 72 153 / 0.3);
  }

  .lg\:border-pink-500\/35 {
    border-color: rgb(236 72 153 / 0.35);
  }

  .lg\:border-pink-500\/40 {
    border-color: rgb(236 72 153 / 0.4);
  }

  .lg\:border-pink-500\/45 {
    border-color: rgb(236 72 153 / 0.45);
  }

  .lg\:border-pink-500\/5 {
    border-color: rgb(236 72 153 / 0.05);
  }

  .lg\:border-pink-500\/50 {
    border-color: rgb(236 72 153 / 0.5);
  }

  .lg\:border-pink-500\/55 {
    border-color: rgb(236 72 153 / 0.55);
  }

  .lg\:border-pink-500\/60 {
    border-color: rgb(236 72 153 / 0.6);
  }

  .lg\:border-pink-500\/65 {
    border-color: rgb(236 72 153 / 0.65);
  }

  .lg\:border-pink-500\/70 {
    border-color: rgb(236 72 153 / 0.7);
  }

  .lg\:border-pink-500\/75 {
    border-color: rgb(236 72 153 / 0.75);
  }

  .lg\:border-pink-500\/80 {
    border-color: rgb(236 72 153 / 0.8);
  }

  .lg\:border-pink-500\/85 {
    border-color: rgb(236 72 153 / 0.85);
  }

  .lg\:border-pink-500\/90 {
    border-color: rgb(236 72 153 / 0.9);
  }

  .lg\:border-pink-500\/95 {
    border-color: rgb(236 72 153 / 0.95);
  }

  .lg\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgb(219 39 119 / var(--tw-border-opacity));
  }

  .lg\:border-pink-600\/0 {
    border-color: rgb(219 39 119 / 0);
  }

  .lg\:border-pink-600\/10 {
    border-color: rgb(219 39 119 / 0.1);
  }

  .lg\:border-pink-600\/100 {
    border-color: rgb(219 39 119 / 1);
  }

  .lg\:border-pink-600\/15 {
    border-color: rgb(219 39 119 / 0.15);
  }

  .lg\:border-pink-600\/20 {
    border-color: rgb(219 39 119 / 0.2);
  }

  .lg\:border-pink-600\/25 {
    border-color: rgb(219 39 119 / 0.25);
  }

  .lg\:border-pink-600\/30 {
    border-color: rgb(219 39 119 / 0.3);
  }

  .lg\:border-pink-600\/35 {
    border-color: rgb(219 39 119 / 0.35);
  }

  .lg\:border-pink-600\/40 {
    border-color: rgb(219 39 119 / 0.4);
  }

  .lg\:border-pink-600\/45 {
    border-color: rgb(219 39 119 / 0.45);
  }

  .lg\:border-pink-600\/5 {
    border-color: rgb(219 39 119 / 0.05);
  }

  .lg\:border-pink-600\/50 {
    border-color: rgb(219 39 119 / 0.5);
  }

  .lg\:border-pink-600\/55 {
    border-color: rgb(219 39 119 / 0.55);
  }

  .lg\:border-pink-600\/60 {
    border-color: rgb(219 39 119 / 0.6);
  }

  .lg\:border-pink-600\/65 {
    border-color: rgb(219 39 119 / 0.65);
  }

  .lg\:border-pink-600\/70 {
    border-color: rgb(219 39 119 / 0.7);
  }

  .lg\:border-pink-600\/75 {
    border-color: rgb(219 39 119 / 0.75);
  }

  .lg\:border-pink-600\/80 {
    border-color: rgb(219 39 119 / 0.8);
  }

  .lg\:border-pink-600\/85 {
    border-color: rgb(219 39 119 / 0.85);
  }

  .lg\:border-pink-600\/90 {
    border-color: rgb(219 39 119 / 0.9);
  }

  .lg\:border-pink-600\/95 {
    border-color: rgb(219 39 119 / 0.95);
  }

  .lg\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgb(190 24 93 / var(--tw-border-opacity));
  }

  .lg\:border-pink-700\/0 {
    border-color: rgb(190 24 93 / 0);
  }

  .lg\:border-pink-700\/10 {
    border-color: rgb(190 24 93 / 0.1);
  }

  .lg\:border-pink-700\/100 {
    border-color: rgb(190 24 93 / 1);
  }

  .lg\:border-pink-700\/15 {
    border-color: rgb(190 24 93 / 0.15);
  }

  .lg\:border-pink-700\/20 {
    border-color: rgb(190 24 93 / 0.2);
  }

  .lg\:border-pink-700\/25 {
    border-color: rgb(190 24 93 / 0.25);
  }

  .lg\:border-pink-700\/30 {
    border-color: rgb(190 24 93 / 0.3);
  }

  .lg\:border-pink-700\/35 {
    border-color: rgb(190 24 93 / 0.35);
  }

  .lg\:border-pink-700\/40 {
    border-color: rgb(190 24 93 / 0.4);
  }

  .lg\:border-pink-700\/45 {
    border-color: rgb(190 24 93 / 0.45);
  }

  .lg\:border-pink-700\/5 {
    border-color: rgb(190 24 93 / 0.05);
  }

  .lg\:border-pink-700\/50 {
    border-color: rgb(190 24 93 / 0.5);
  }

  .lg\:border-pink-700\/55 {
    border-color: rgb(190 24 93 / 0.55);
  }

  .lg\:border-pink-700\/60 {
    border-color: rgb(190 24 93 / 0.6);
  }

  .lg\:border-pink-700\/65 {
    border-color: rgb(190 24 93 / 0.65);
  }

  .lg\:border-pink-700\/70 {
    border-color: rgb(190 24 93 / 0.7);
  }

  .lg\:border-pink-700\/75 {
    border-color: rgb(190 24 93 / 0.75);
  }

  .lg\:border-pink-700\/80 {
    border-color: rgb(190 24 93 / 0.8);
  }

  .lg\:border-pink-700\/85 {
    border-color: rgb(190 24 93 / 0.85);
  }

  .lg\:border-pink-700\/90 {
    border-color: rgb(190 24 93 / 0.9);
  }

  .lg\:border-pink-700\/95 {
    border-color: rgb(190 24 93 / 0.95);
  }

  .lg\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgb(157 23 77 / var(--tw-border-opacity));
  }

  .lg\:border-pink-800\/0 {
    border-color: rgb(157 23 77 / 0);
  }

  .lg\:border-pink-800\/10 {
    border-color: rgb(157 23 77 / 0.1);
  }

  .lg\:border-pink-800\/100 {
    border-color: rgb(157 23 77 / 1);
  }

  .lg\:border-pink-800\/15 {
    border-color: rgb(157 23 77 / 0.15);
  }

  .lg\:border-pink-800\/20 {
    border-color: rgb(157 23 77 / 0.2);
  }

  .lg\:border-pink-800\/25 {
    border-color: rgb(157 23 77 / 0.25);
  }

  .lg\:border-pink-800\/30 {
    border-color: rgb(157 23 77 / 0.3);
  }

  .lg\:border-pink-800\/35 {
    border-color: rgb(157 23 77 / 0.35);
  }

  .lg\:border-pink-800\/40 {
    border-color: rgb(157 23 77 / 0.4);
  }

  .lg\:border-pink-800\/45 {
    border-color: rgb(157 23 77 / 0.45);
  }

  .lg\:border-pink-800\/5 {
    border-color: rgb(157 23 77 / 0.05);
  }

  .lg\:border-pink-800\/50 {
    border-color: rgb(157 23 77 / 0.5);
  }

  .lg\:border-pink-800\/55 {
    border-color: rgb(157 23 77 / 0.55);
  }

  .lg\:border-pink-800\/60 {
    border-color: rgb(157 23 77 / 0.6);
  }

  .lg\:border-pink-800\/65 {
    border-color: rgb(157 23 77 / 0.65);
  }

  .lg\:border-pink-800\/70 {
    border-color: rgb(157 23 77 / 0.7);
  }

  .lg\:border-pink-800\/75 {
    border-color: rgb(157 23 77 / 0.75);
  }

  .lg\:border-pink-800\/80 {
    border-color: rgb(157 23 77 / 0.8);
  }

  .lg\:border-pink-800\/85 {
    border-color: rgb(157 23 77 / 0.85);
  }

  .lg\:border-pink-800\/90 {
    border-color: rgb(157 23 77 / 0.9);
  }

  .lg\:border-pink-800\/95 {
    border-color: rgb(157 23 77 / 0.95);
  }

  .lg\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgb(131 24 67 / var(--tw-border-opacity));
  }

  .lg\:border-pink-900\/0 {
    border-color: rgb(131 24 67 / 0);
  }

  .lg\:border-pink-900\/10 {
    border-color: rgb(131 24 67 / 0.1);
  }

  .lg\:border-pink-900\/100 {
    border-color: rgb(131 24 67 / 1);
  }

  .lg\:border-pink-900\/15 {
    border-color: rgb(131 24 67 / 0.15);
  }

  .lg\:border-pink-900\/20 {
    border-color: rgb(131 24 67 / 0.2);
  }

  .lg\:border-pink-900\/25 {
    border-color: rgb(131 24 67 / 0.25);
  }

  .lg\:border-pink-900\/30 {
    border-color: rgb(131 24 67 / 0.3);
  }

  .lg\:border-pink-900\/35 {
    border-color: rgb(131 24 67 / 0.35);
  }

  .lg\:border-pink-900\/40 {
    border-color: rgb(131 24 67 / 0.4);
  }

  .lg\:border-pink-900\/45 {
    border-color: rgb(131 24 67 / 0.45);
  }

  .lg\:border-pink-900\/5 {
    border-color: rgb(131 24 67 / 0.05);
  }

  .lg\:border-pink-900\/50 {
    border-color: rgb(131 24 67 / 0.5);
  }

  .lg\:border-pink-900\/55 {
    border-color: rgb(131 24 67 / 0.55);
  }

  .lg\:border-pink-900\/60 {
    border-color: rgb(131 24 67 / 0.6);
  }

  .lg\:border-pink-900\/65 {
    border-color: rgb(131 24 67 / 0.65);
  }

  .lg\:border-pink-900\/70 {
    border-color: rgb(131 24 67 / 0.7);
  }

  .lg\:border-pink-900\/75 {
    border-color: rgb(131 24 67 / 0.75);
  }

  .lg\:border-pink-900\/80 {
    border-color: rgb(131 24 67 / 0.8);
  }

  .lg\:border-pink-900\/85 {
    border-color: rgb(131 24 67 / 0.85);
  }

  .lg\:border-pink-900\/90 {
    border-color: rgb(131 24 67 / 0.9);
  }

  .lg\:border-pink-900\/95 {
    border-color: rgb(131 24 67 / 0.95);
  }

  .lg\:border-pink-950 {
    --tw-border-opacity: 1;
    border-color: rgb(80 7 36 / var(--tw-border-opacity));
  }

  .lg\:border-pink-950\/0 {
    border-color: rgb(80 7 36 / 0);
  }

  .lg\:border-pink-950\/10 {
    border-color: rgb(80 7 36 / 0.1);
  }

  .lg\:border-pink-950\/100 {
    border-color: rgb(80 7 36 / 1);
  }

  .lg\:border-pink-950\/15 {
    border-color: rgb(80 7 36 / 0.15);
  }

  .lg\:border-pink-950\/20 {
    border-color: rgb(80 7 36 / 0.2);
  }

  .lg\:border-pink-950\/25 {
    border-color: rgb(80 7 36 / 0.25);
  }

  .lg\:border-pink-950\/30 {
    border-color: rgb(80 7 36 / 0.3);
  }

  .lg\:border-pink-950\/35 {
    border-color: rgb(80 7 36 / 0.35);
  }

  .lg\:border-pink-950\/40 {
    border-color: rgb(80 7 36 / 0.4);
  }

  .lg\:border-pink-950\/45 {
    border-color: rgb(80 7 36 / 0.45);
  }

  .lg\:border-pink-950\/5 {
    border-color: rgb(80 7 36 / 0.05);
  }

  .lg\:border-pink-950\/50 {
    border-color: rgb(80 7 36 / 0.5);
  }

  .lg\:border-pink-950\/55 {
    border-color: rgb(80 7 36 / 0.55);
  }

  .lg\:border-pink-950\/60 {
    border-color: rgb(80 7 36 / 0.6);
  }

  .lg\:border-pink-950\/65 {
    border-color: rgb(80 7 36 / 0.65);
  }

  .lg\:border-pink-950\/70 {
    border-color: rgb(80 7 36 / 0.7);
  }

  .lg\:border-pink-950\/75 {
    border-color: rgb(80 7 36 / 0.75);
  }

  .lg\:border-pink-950\/80 {
    border-color: rgb(80 7 36 / 0.8);
  }

  .lg\:border-pink-950\/85 {
    border-color: rgb(80 7 36 / 0.85);
  }

  .lg\:border-pink-950\/90 {
    border-color: rgb(80 7 36 / 0.9);
  }

  .lg\:border-pink-950\/95 {
    border-color: rgb(80 7 36 / 0.95);
  }

  .lg\:border-primary-100 {
    border-color: var(--color-primary-100);
  }

  .lg\:border-primary-200 {
    border-color: var(--color-primary-200);
  }

  .lg\:border-primary-300 {
    border-color: var(--color-primary-300);
  }

  .lg\:border-primary-400 {
    border-color: var(--color-primary-400);
  }

  .lg\:border-primary-50 {
    border-color: var(--color-primary-50);
  }

  .lg\:border-primary-500 {
    border-color: var(--color-primary-500);
  }

  .lg\:border-primary-600 {
    border-color: var(--color-primary-600);
  }

  .lg\:border-primary-700 {
    border-color: var(--color-primary-700);
  }

  .lg\:border-primary-800 {
    border-color: var(--color-primary-800);
  }

  .lg\:border-primary-900 {
    border-color: var(--color-primary-900);
  }

  .lg\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 232 255 / var(--tw-border-opacity));
  }

  .lg\:border-purple-100\/0 {
    border-color: rgb(243 232 255 / 0);
  }

  .lg\:border-purple-100\/10 {
    border-color: rgb(243 232 255 / 0.1);
  }

  .lg\:border-purple-100\/100 {
    border-color: rgb(243 232 255 / 1);
  }

  .lg\:border-purple-100\/15 {
    border-color: rgb(243 232 255 / 0.15);
  }

  .lg\:border-purple-100\/20 {
    border-color: rgb(243 232 255 / 0.2);
  }

  .lg\:border-purple-100\/25 {
    border-color: rgb(243 232 255 / 0.25);
  }

  .lg\:border-purple-100\/30 {
    border-color: rgb(243 232 255 / 0.3);
  }

  .lg\:border-purple-100\/35 {
    border-color: rgb(243 232 255 / 0.35);
  }

  .lg\:border-purple-100\/40 {
    border-color: rgb(243 232 255 / 0.4);
  }

  .lg\:border-purple-100\/45 {
    border-color: rgb(243 232 255 / 0.45);
  }

  .lg\:border-purple-100\/5 {
    border-color: rgb(243 232 255 / 0.05);
  }

  .lg\:border-purple-100\/50 {
    border-color: rgb(243 232 255 / 0.5);
  }

  .lg\:border-purple-100\/55 {
    border-color: rgb(243 232 255 / 0.55);
  }

  .lg\:border-purple-100\/60 {
    border-color: rgb(243 232 255 / 0.6);
  }

  .lg\:border-purple-100\/65 {
    border-color: rgb(243 232 255 / 0.65);
  }

  .lg\:border-purple-100\/70 {
    border-color: rgb(243 232 255 / 0.7);
  }

  .lg\:border-purple-100\/75 {
    border-color: rgb(243 232 255 / 0.75);
  }

  .lg\:border-purple-100\/80 {
    border-color: rgb(243 232 255 / 0.8);
  }

  .lg\:border-purple-100\/85 {
    border-color: rgb(243 232 255 / 0.85);
  }

  .lg\:border-purple-100\/90 {
    border-color: rgb(243 232 255 / 0.9);
  }

  .lg\:border-purple-100\/95 {
    border-color: rgb(243 232 255 / 0.95);
  }

  .lg\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgb(233 213 255 / var(--tw-border-opacity));
  }

  .lg\:border-purple-200\/0 {
    border-color: rgb(233 213 255 / 0);
  }

  .lg\:border-purple-200\/10 {
    border-color: rgb(233 213 255 / 0.1);
  }

  .lg\:border-purple-200\/100 {
    border-color: rgb(233 213 255 / 1);
  }

  .lg\:border-purple-200\/15 {
    border-color: rgb(233 213 255 / 0.15);
  }

  .lg\:border-purple-200\/20 {
    border-color: rgb(233 213 255 / 0.2);
  }

  .lg\:border-purple-200\/25 {
    border-color: rgb(233 213 255 / 0.25);
  }

  .lg\:border-purple-200\/30 {
    border-color: rgb(233 213 255 / 0.3);
  }

  .lg\:border-purple-200\/35 {
    border-color: rgb(233 213 255 / 0.35);
  }

  .lg\:border-purple-200\/40 {
    border-color: rgb(233 213 255 / 0.4);
  }

  .lg\:border-purple-200\/45 {
    border-color: rgb(233 213 255 / 0.45);
  }

  .lg\:border-purple-200\/5 {
    border-color: rgb(233 213 255 / 0.05);
  }

  .lg\:border-purple-200\/50 {
    border-color: rgb(233 213 255 / 0.5);
  }

  .lg\:border-purple-200\/55 {
    border-color: rgb(233 213 255 / 0.55);
  }

  .lg\:border-purple-200\/60 {
    border-color: rgb(233 213 255 / 0.6);
  }

  .lg\:border-purple-200\/65 {
    border-color: rgb(233 213 255 / 0.65);
  }

  .lg\:border-purple-200\/70 {
    border-color: rgb(233 213 255 / 0.7);
  }

  .lg\:border-purple-200\/75 {
    border-color: rgb(233 213 255 / 0.75);
  }

  .lg\:border-purple-200\/80 {
    border-color: rgb(233 213 255 / 0.8);
  }

  .lg\:border-purple-200\/85 {
    border-color: rgb(233 213 255 / 0.85);
  }

  .lg\:border-purple-200\/90 {
    border-color: rgb(233 213 255 / 0.9);
  }

  .lg\:border-purple-200\/95 {
    border-color: rgb(233 213 255 / 0.95);
  }

  .lg\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgb(216 180 254 / var(--tw-border-opacity));
  }

  .lg\:border-purple-300\/0 {
    border-color: rgb(216 180 254 / 0);
  }

  .lg\:border-purple-300\/10 {
    border-color: rgb(216 180 254 / 0.1);
  }

  .lg\:border-purple-300\/100 {
    border-color: rgb(216 180 254 / 1);
  }

  .lg\:border-purple-300\/15 {
    border-color: rgb(216 180 254 / 0.15);
  }

  .lg\:border-purple-300\/20 {
    border-color: rgb(216 180 254 / 0.2);
  }

  .lg\:border-purple-300\/25 {
    border-color: rgb(216 180 254 / 0.25);
  }

  .lg\:border-purple-300\/30 {
    border-color: rgb(216 180 254 / 0.3);
  }

  .lg\:border-purple-300\/35 {
    border-color: rgb(216 180 254 / 0.35);
  }

  .lg\:border-purple-300\/40 {
    border-color: rgb(216 180 254 / 0.4);
  }

  .lg\:border-purple-300\/45 {
    border-color: rgb(216 180 254 / 0.45);
  }

  .lg\:border-purple-300\/5 {
    border-color: rgb(216 180 254 / 0.05);
  }

  .lg\:border-purple-300\/50 {
    border-color: rgb(216 180 254 / 0.5);
  }

  .lg\:border-purple-300\/55 {
    border-color: rgb(216 180 254 / 0.55);
  }

  .lg\:border-purple-300\/60 {
    border-color: rgb(216 180 254 / 0.6);
  }

  .lg\:border-purple-300\/65 {
    border-color: rgb(216 180 254 / 0.65);
  }

  .lg\:border-purple-300\/70 {
    border-color: rgb(216 180 254 / 0.7);
  }

  .lg\:border-purple-300\/75 {
    border-color: rgb(216 180 254 / 0.75);
  }

  .lg\:border-purple-300\/80 {
    border-color: rgb(216 180 254 / 0.8);
  }

  .lg\:border-purple-300\/85 {
    border-color: rgb(216 180 254 / 0.85);
  }

  .lg\:border-purple-300\/90 {
    border-color: rgb(216 180 254 / 0.9);
  }

  .lg\:border-purple-300\/95 {
    border-color: rgb(216 180 254 / 0.95);
  }

  .lg\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgb(192 132 252 / var(--tw-border-opacity));
  }

  .lg\:border-purple-400\/0 {
    border-color: rgb(192 132 252 / 0);
  }

  .lg\:border-purple-400\/10 {
    border-color: rgb(192 132 252 / 0.1);
  }

  .lg\:border-purple-400\/100 {
    border-color: rgb(192 132 252 / 1);
  }

  .lg\:border-purple-400\/15 {
    border-color: rgb(192 132 252 / 0.15);
  }

  .lg\:border-purple-400\/20 {
    border-color: rgb(192 132 252 / 0.2);
  }

  .lg\:border-purple-400\/25 {
    border-color: rgb(192 132 252 / 0.25);
  }

  .lg\:border-purple-400\/30 {
    border-color: rgb(192 132 252 / 0.3);
  }

  .lg\:border-purple-400\/35 {
    border-color: rgb(192 132 252 / 0.35);
  }

  .lg\:border-purple-400\/40 {
    border-color: rgb(192 132 252 / 0.4);
  }

  .lg\:border-purple-400\/45 {
    border-color: rgb(192 132 252 / 0.45);
  }

  .lg\:border-purple-400\/5 {
    border-color: rgb(192 132 252 / 0.05);
  }

  .lg\:border-purple-400\/50 {
    border-color: rgb(192 132 252 / 0.5);
  }

  .lg\:border-purple-400\/55 {
    border-color: rgb(192 132 252 / 0.55);
  }

  .lg\:border-purple-400\/60 {
    border-color: rgb(192 132 252 / 0.6);
  }

  .lg\:border-purple-400\/65 {
    border-color: rgb(192 132 252 / 0.65);
  }

  .lg\:border-purple-400\/70 {
    border-color: rgb(192 132 252 / 0.7);
  }

  .lg\:border-purple-400\/75 {
    border-color: rgb(192 132 252 / 0.75);
  }

  .lg\:border-purple-400\/80 {
    border-color: rgb(192 132 252 / 0.8);
  }

  .lg\:border-purple-400\/85 {
    border-color: rgb(192 132 252 / 0.85);
  }

  .lg\:border-purple-400\/90 {
    border-color: rgb(192 132 252 / 0.9);
  }

  .lg\:border-purple-400\/95 {
    border-color: rgb(192 132 252 / 0.95);
  }

  .lg\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgb(250 245 255 / var(--tw-border-opacity));
  }

  .lg\:border-purple-50\/0 {
    border-color: rgb(250 245 255 / 0);
  }

  .lg\:border-purple-50\/10 {
    border-color: rgb(250 245 255 / 0.1);
  }

  .lg\:border-purple-50\/100 {
    border-color: rgb(250 245 255 / 1);
  }

  .lg\:border-purple-50\/15 {
    border-color: rgb(250 245 255 / 0.15);
  }

  .lg\:border-purple-50\/20 {
    border-color: rgb(250 245 255 / 0.2);
  }

  .lg\:border-purple-50\/25 {
    border-color: rgb(250 245 255 / 0.25);
  }

  .lg\:border-purple-50\/30 {
    border-color: rgb(250 245 255 / 0.3);
  }

  .lg\:border-purple-50\/35 {
    border-color: rgb(250 245 255 / 0.35);
  }

  .lg\:border-purple-50\/40 {
    border-color: rgb(250 245 255 / 0.4);
  }

  .lg\:border-purple-50\/45 {
    border-color: rgb(250 245 255 / 0.45);
  }

  .lg\:border-purple-50\/5 {
    border-color: rgb(250 245 255 / 0.05);
  }

  .lg\:border-purple-50\/50 {
    border-color: rgb(250 245 255 / 0.5);
  }

  .lg\:border-purple-50\/55 {
    border-color: rgb(250 245 255 / 0.55);
  }

  .lg\:border-purple-50\/60 {
    border-color: rgb(250 245 255 / 0.6);
  }

  .lg\:border-purple-50\/65 {
    border-color: rgb(250 245 255 / 0.65);
  }

  .lg\:border-purple-50\/70 {
    border-color: rgb(250 245 255 / 0.7);
  }

  .lg\:border-purple-50\/75 {
    border-color: rgb(250 245 255 / 0.75);
  }

  .lg\:border-purple-50\/80 {
    border-color: rgb(250 245 255 / 0.8);
  }

  .lg\:border-purple-50\/85 {
    border-color: rgb(250 245 255 / 0.85);
  }

  .lg\:border-purple-50\/90 {
    border-color: rgb(250 245 255 / 0.9);
  }

  .lg\:border-purple-50\/95 {
    border-color: rgb(250 245 255 / 0.95);
  }

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

  .lg\:border-purple-500\/0 {
    border-color: rgb(168 85 247 / 0);
  }

  .lg\:border-purple-500\/10 {
    border-color: rgb(168 85 247 / 0.1);
  }

  .lg\:border-purple-500\/100 {
    border-color: rgb(168 85 247 / 1);
  }

  .lg\:border-purple-500\/15 {
    border-color: rgb(168 85 247 / 0.15);
  }

  .lg\:border-purple-500\/20 {
    border-color: rgb(168 85 247 / 0.2);
  }

  .lg\:border-purple-500\/25 {
    border-color: rgb(168 85 247 / 0.25);
  }

  .lg\:border-purple-500\/30 {
    border-color: rgb(168 85 247 / 0.3);
  }

  .lg\:border-purple-500\/35 {
    border-color: rgb(168 85 247 / 0.35);
  }

  .lg\:border-purple-500\/40 {
    border-color: rgb(168 85 247 / 0.4);
  }

  .lg\:border-purple-500\/45 {
    border-color: rgb(168 85 247 / 0.45);
  }

  .lg\:border-purple-500\/5 {
    border-color: rgb(168 85 247 / 0.05);
  }

  .lg\:border-purple-500\/50 {
    border-color: rgb(168 85 247 / 0.5);
  }

  .lg\:border-purple-500\/55 {
    border-color: rgb(168 85 247 / 0.55);
  }

  .lg\:border-purple-500\/60 {
    border-color: rgb(168 85 247 / 0.6);
  }

  .lg\:border-purple-500\/65 {
    border-color: rgb(168 85 247 / 0.65);
  }

  .lg\:border-purple-500\/70 {
    border-color: rgb(168 85 247 / 0.7);
  }

  .lg\:border-purple-500\/75 {
    border-color: rgb(168 85 247 / 0.75);
  }

  .lg\:border-purple-500\/80 {
    border-color: rgb(168 85 247 / 0.8);
  }

  .lg\:border-purple-500\/85 {
    border-color: rgb(168 85 247 / 0.85);
  }

  .lg\:border-purple-500\/90 {
    border-color: rgb(168 85 247 / 0.9);
  }

  .lg\:border-purple-500\/95 {
    border-color: rgb(168 85 247 / 0.95);
  }

  .lg\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgb(147 51 234 / var(--tw-border-opacity));
  }

  .lg\:border-purple-600\/0 {
    border-color: rgb(147 51 234 / 0);
  }

  .lg\:border-purple-600\/10 {
    border-color: rgb(147 51 234 / 0.1);
  }

  .lg\:border-purple-600\/100 {
    border-color: rgb(147 51 234 / 1);
  }

  .lg\:border-purple-600\/15 {
    border-color: rgb(147 51 234 / 0.15);
  }

  .lg\:border-purple-600\/20 {
    border-color: rgb(147 51 234 / 0.2);
  }

  .lg\:border-purple-600\/25 {
    border-color: rgb(147 51 234 / 0.25);
  }

  .lg\:border-purple-600\/30 {
    border-color: rgb(147 51 234 / 0.3);
  }

  .lg\:border-purple-600\/35 {
    border-color: rgb(147 51 234 / 0.35);
  }

  .lg\:border-purple-600\/40 {
    border-color: rgb(147 51 234 / 0.4);
  }

  .lg\:border-purple-600\/45 {
    border-color: rgb(147 51 234 / 0.45);
  }

  .lg\:border-purple-600\/5 {
    border-color: rgb(147 51 234 / 0.05);
  }

  .lg\:border-purple-600\/50 {
    border-color: rgb(147 51 234 / 0.5);
  }

  .lg\:border-purple-600\/55 {
    border-color: rgb(147 51 234 / 0.55);
  }

  .lg\:border-purple-600\/60 {
    border-color: rgb(147 51 234 / 0.6);
  }

  .lg\:border-purple-600\/65 {
    border-color: rgb(147 51 234 / 0.65);
  }

  .lg\:border-purple-600\/70 {
    border-color: rgb(147 51 234 / 0.7);
  }

  .lg\:border-purple-600\/75 {
    border-color: rgb(147 51 234 / 0.75);
  }

  .lg\:border-purple-600\/80 {
    border-color: rgb(147 51 234 / 0.8);
  }

  .lg\:border-purple-600\/85 {
    border-color: rgb(147 51 234 / 0.85);
  }

  .lg\:border-purple-600\/90 {
    border-color: rgb(147 51 234 / 0.9);
  }

  .lg\:border-purple-600\/95 {
    border-color: rgb(147 51 234 / 0.95);
  }

  .lg\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgb(126 34 206 / var(--tw-border-opacity));
  }

  .lg\:border-purple-700\/0 {
    border-color: rgb(126 34 206 / 0);
  }

  .lg\:border-purple-700\/10 {
    border-color: rgb(126 34 206 / 0.1);
  }

  .lg\:border-purple-700\/100 {
    border-color: rgb(126 34 206 / 1);
  }

  .lg\:border-purple-700\/15 {
    border-color: rgb(126 34 206 / 0.15);
  }

  .lg\:border-purple-700\/20 {
    border-color: rgb(126 34 206 / 0.2);
  }

  .lg\:border-purple-700\/25 {
    border-color: rgb(126 34 206 / 0.25);
  }

  .lg\:border-purple-700\/30 {
    border-color: rgb(126 34 206 / 0.3);
  }

  .lg\:border-purple-700\/35 {
    border-color: rgb(126 34 206 / 0.35);
  }

  .lg\:border-purple-700\/40 {
    border-color: rgb(126 34 206 / 0.4);
  }

  .lg\:border-purple-700\/45 {
    border-color: rgb(126 34 206 / 0.45);
  }

  .lg\:border-purple-700\/5 {
    border-color: rgb(126 34 206 / 0.05);
  }

  .lg\:border-purple-700\/50 {
    border-color: rgb(126 34 206 / 0.5);
  }

  .lg\:border-purple-700\/55 {
    border-color: rgb(126 34 206 / 0.55);
  }

  .lg\:border-purple-700\/60 {
    border-color: rgb(126 34 206 / 0.6);
  }

  .lg\:border-purple-700\/65 {
    border-color: rgb(126 34 206 / 0.65);
  }

  .lg\:border-purple-700\/70 {
    border-color: rgb(126 34 206 / 0.7);
  }

  .lg\:border-purple-700\/75 {
    border-color: rgb(126 34 206 / 0.75);
  }

  .lg\:border-purple-700\/80 {
    border-color: rgb(126 34 206 / 0.8);
  }

  .lg\:border-purple-700\/85 {
    border-color: rgb(126 34 206 / 0.85);
  }

  .lg\:border-purple-700\/90 {
    border-color: rgb(126 34 206 / 0.9);
  }

  .lg\:border-purple-700\/95 {
    border-color: rgb(126 34 206 / 0.95);
  }

  .lg\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgb(107 33 168 / var(--tw-border-opacity));
  }

  .lg\:border-purple-800\/0 {
    border-color: rgb(107 33 168 / 0);
  }

  .lg\:border-purple-800\/10 {
    border-color: rgb(107 33 168 / 0.1);
  }

  .lg\:border-purple-800\/100 {
    border-color: rgb(107 33 168 / 1);
  }

  .lg\:border-purple-800\/15 {
    border-color: rgb(107 33 168 / 0.15);
  }

  .lg\:border-purple-800\/20 {
    border-color: rgb(107 33 168 / 0.2);
  }

  .lg\:border-purple-800\/25 {
    border-color: rgb(107 33 168 / 0.25);
  }

  .lg\:border-purple-800\/30 {
    border-color: rgb(107 33 168 / 0.3);
  }

  .lg\:border-purple-800\/35 {
    border-color: rgb(107 33 168 / 0.35);
  }

  .lg\:border-purple-800\/40 {
    border-color: rgb(107 33 168 / 0.4);
  }

  .lg\:border-purple-800\/45 {
    border-color: rgb(107 33 168 / 0.45);
  }

  .lg\:border-purple-800\/5 {
    border-color: rgb(107 33 168 / 0.05);
  }

  .lg\:border-purple-800\/50 {
    border-color: rgb(107 33 168 / 0.5);
  }

  .lg\:border-purple-800\/55 {
    border-color: rgb(107 33 168 / 0.55);
  }

  .lg\:border-purple-800\/60 {
    border-color: rgb(107 33 168 / 0.6);
  }

  .lg\:border-purple-800\/65 {
    border-color: rgb(107 33 168 / 0.65);
  }

  .lg\:border-purple-800\/70 {
    border-color: rgb(107 33 168 / 0.7);
  }

  .lg\:border-purple-800\/75 {
    border-color: rgb(107 33 168 / 0.75);
  }

  .lg\:border-purple-800\/80 {
    border-color: rgb(107 33 168 / 0.8);
  }

  .lg\:border-purple-800\/85 {
    border-color: rgb(107 33 168 / 0.85);
  }

  .lg\:border-purple-800\/90 {
    border-color: rgb(107 33 168 / 0.9);
  }

  .lg\:border-purple-800\/95 {
    border-color: rgb(107 33 168 / 0.95);
  }

  .lg\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgb(88 28 135 / var(--tw-border-opacity));
  }

  .lg\:border-purple-900\/0 {
    border-color: rgb(88 28 135 / 0);
  }

  .lg\:border-purple-900\/10 {
    border-color: rgb(88 28 135 / 0.1);
  }

  .lg\:border-purple-900\/100 {
    border-color: rgb(88 28 135 / 1);
  }

  .lg\:border-purple-900\/15 {
    border-color: rgb(88 28 135 / 0.15);
  }

  .lg\:border-purple-900\/20 {
    border-color: rgb(88 28 135 / 0.2);
  }

  .lg\:border-purple-900\/25 {
    border-color: rgb(88 28 135 / 0.25);
  }

  .lg\:border-purple-900\/30 {
    border-color: rgb(88 28 135 / 0.3);
  }

  .lg\:border-purple-900\/35 {
    border-color: rgb(88 28 135 / 0.35);
  }

  .lg\:border-purple-900\/40 {
    border-color: rgb(88 28 135 / 0.4);
  }

  .lg\:border-purple-900\/45 {
    border-color: rgb(88 28 135 / 0.45);
  }

  .lg\:border-purple-900\/5 {
    border-color: rgb(88 28 135 / 0.05);
  }

  .lg\:border-purple-900\/50 {
    border-color: rgb(88 28 135 / 0.5);
  }

  .lg\:border-purple-900\/55 {
    border-color: rgb(88 28 135 / 0.55);
  }

  .lg\:border-purple-900\/60 {
    border-color: rgb(88 28 135 / 0.6);
  }

  .lg\:border-purple-900\/65 {
    border-color: rgb(88 28 135 / 0.65);
  }

  .lg\:border-purple-900\/70 {
    border-color: rgb(88 28 135 / 0.7);
  }

  .lg\:border-purple-900\/75 {
    border-color: rgb(88 28 135 / 0.75);
  }

  .lg\:border-purple-900\/80 {
    border-color: rgb(88 28 135 / 0.8);
  }

  .lg\:border-purple-900\/85 {
    border-color: rgb(88 28 135 / 0.85);
  }

  .lg\:border-purple-900\/90 {
    border-color: rgb(88 28 135 / 0.9);
  }

  .lg\:border-purple-900\/95 {
    border-color: rgb(88 28 135 / 0.95);
  }

  .lg\:border-purple-950 {
    --tw-border-opacity: 1;
    border-color: rgb(59 7 100 / var(--tw-border-opacity));
  }

  .lg\:border-purple-950\/0 {
    border-color: rgb(59 7 100 / 0);
  }

  .lg\:border-purple-950\/10 {
    border-color: rgb(59 7 100 / 0.1);
  }

  .lg\:border-purple-950\/100 {
    border-color: rgb(59 7 100 / 1);
  }

  .lg\:border-purple-950\/15 {
    border-color: rgb(59 7 100 / 0.15);
  }

  .lg\:border-purple-950\/20 {
    border-color: rgb(59 7 100 / 0.2);
  }

  .lg\:border-purple-950\/25 {
    border-color: rgb(59 7 100 / 0.25);
  }

  .lg\:border-purple-950\/30 {
    border-color: rgb(59 7 100 / 0.3);
  }

  .lg\:border-purple-950\/35 {
    border-color: rgb(59 7 100 / 0.35);
  }

  .lg\:border-purple-950\/40 {
    border-color: rgb(59 7 100 / 0.4);
  }

  .lg\:border-purple-950\/45 {
    border-color: rgb(59 7 100 / 0.45);
  }

  .lg\:border-purple-950\/5 {
    border-color: rgb(59 7 100 / 0.05);
  }

  .lg\:border-purple-950\/50 {
    border-color: rgb(59 7 100 / 0.5);
  }

  .lg\:border-purple-950\/55 {
    border-color: rgb(59 7 100 / 0.55);
  }

  .lg\:border-purple-950\/60 {
    border-color: rgb(59 7 100 / 0.6);
  }

  .lg\:border-purple-950\/65 {
    border-color: rgb(59 7 100 / 0.65);
  }

  .lg\:border-purple-950\/70 {
    border-color: rgb(59 7 100 / 0.7);
  }

  .lg\:border-purple-950\/75 {
    border-color: rgb(59 7 100 / 0.75);
  }

  .lg\:border-purple-950\/80 {
    border-color: rgb(59 7 100 / 0.8);
  }

  .lg\:border-purple-950\/85 {
    border-color: rgb(59 7 100 / 0.85);
  }

  .lg\:border-purple-950\/90 {
    border-color: rgb(59 7 100 / 0.9);
  }

  .lg\:border-purple-950\/95 {
    border-color: rgb(59 7 100 / 0.95);
  }

  .lg\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgb(254 226 226 / var(--tw-border-opacity));
  }

  .lg\:border-red-100\/0 {
    border-color: rgb(254 226 226 / 0);
  }

  .lg\:border-red-100\/10 {
    border-color: rgb(254 226 226 / 0.1);
  }

  .lg\:border-red-100\/100 {
    border-color: rgb(254 226 226 / 1);
  }

  .lg\:border-red-100\/15 {
    border-color: rgb(254 226 226 / 0.15);
  }

  .lg\:border-red-100\/20 {
    border-color: rgb(254 226 226 / 0.2);
  }

  .lg\:border-red-100\/25 {
    border-color: rgb(254 226 226 / 0.25);
  }

  .lg\:border-red-100\/30 {
    border-color: rgb(254 226 226 / 0.3);
  }

  .lg\:border-red-100\/35 {
    border-color: rgb(254 226 226 / 0.35);
  }

  .lg\:border-red-100\/40 {
    border-color: rgb(254 226 226 / 0.4);
  }

  .lg\:border-red-100\/45 {
    border-color: rgb(254 226 226 / 0.45);
  }

  .lg\:border-red-100\/5 {
    border-color: rgb(254 226 226 / 0.05);
  }

  .lg\:border-red-100\/50 {
    border-color: rgb(254 226 226 / 0.5);
  }

  .lg\:border-red-100\/55 {
    border-color: rgb(254 226 226 / 0.55);
  }

  .lg\:border-red-100\/60 {
    border-color: rgb(254 226 226 / 0.6);
  }

  .lg\:border-red-100\/65 {
    border-color: rgb(254 226 226 / 0.65);
  }

  .lg\:border-red-100\/70 {
    border-color: rgb(254 226 226 / 0.7);
  }

  .lg\:border-red-100\/75 {
    border-color: rgb(254 226 226 / 0.75);
  }

  .lg\:border-red-100\/80 {
    border-color: rgb(254 226 226 / 0.8);
  }

  .lg\:border-red-100\/85 {
    border-color: rgb(254 226 226 / 0.85);
  }

  .lg\:border-red-100\/90 {
    border-color: rgb(254 226 226 / 0.9);
  }

  .lg\:border-red-100\/95 {
    border-color: rgb(254 226 226 / 0.95);
  }

  .lg\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 202 202 / var(--tw-border-opacity));
  }

  .lg\:border-red-200\/0 {
    border-color: rgb(254 202 202 / 0);
  }

  .lg\:border-red-200\/10 {
    border-color: rgb(254 202 202 / 0.1);
  }

  .lg\:border-red-200\/100 {
    border-color: rgb(254 202 202 / 1);
  }

  .lg\:border-red-200\/15 {
    border-color: rgb(254 202 202 / 0.15);
  }

  .lg\:border-red-200\/20 {
    border-color: rgb(254 202 202 / 0.2);
  }

  .lg\:border-red-200\/25 {
    border-color: rgb(254 202 202 / 0.25);
  }

  .lg\:border-red-200\/30 {
    border-color: rgb(254 202 202 / 0.3);
  }

  .lg\:border-red-200\/35 {
    border-color: rgb(254 202 202 / 0.35);
  }

  .lg\:border-red-200\/40 {
    border-color: rgb(254 202 202 / 0.4);
  }

  .lg\:border-red-200\/45 {
    border-color: rgb(254 202 202 / 0.45);
  }

  .lg\:border-red-200\/5 {
    border-color: rgb(254 202 202 / 0.05);
  }

  .lg\:border-red-200\/50 {
    border-color: rgb(254 202 202 / 0.5);
  }

  .lg\:border-red-200\/55 {
    border-color: rgb(254 202 202 / 0.55);
  }

  .lg\:border-red-200\/60 {
    border-color: rgb(254 202 202 / 0.6);
  }

  .lg\:border-red-200\/65 {
    border-color: rgb(254 202 202 / 0.65);
  }

  .lg\:border-red-200\/70 {
    border-color: rgb(254 202 202 / 0.7);
  }

  .lg\:border-red-200\/75 {
    border-color: rgb(254 202 202 / 0.75);
  }

  .lg\:border-red-200\/80 {
    border-color: rgb(254 202 202 / 0.8);
  }

  .lg\:border-red-200\/85 {
    border-color: rgb(254 202 202 / 0.85);
  }

  .lg\:border-red-200\/90 {
    border-color: rgb(254 202 202 / 0.9);
  }

  .lg\:border-red-200\/95 {
    border-color: rgb(254 202 202 / 0.95);
  }

  .lg\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgb(252 165 165 / var(--tw-border-opacity));
  }

  .lg\:border-red-300\/0 {
    border-color: rgb(252 165 165 / 0);
  }

  .lg\:border-red-300\/10 {
    border-color: rgb(252 165 165 / 0.1);
  }

  .lg\:border-red-300\/100 {
    border-color: rgb(252 165 165 / 1);
  }

  .lg\:border-red-300\/15 {
    border-color: rgb(252 165 165 / 0.15);
  }

  .lg\:border-red-300\/20 {
    border-color: rgb(252 165 165 / 0.2);
  }

  .lg\:border-red-300\/25 {
    border-color: rgb(252 165 165 / 0.25);
  }

  .lg\:border-red-300\/30 {
    border-color: rgb(252 165 165 / 0.3);
  }

  .lg\:border-red-300\/35 {
    border-color: rgb(252 165 165 / 0.35);
  }

  .lg\:border-red-300\/40 {
    border-color: rgb(252 165 165 / 0.4);
  }

  .lg\:border-red-300\/45 {
    border-color: rgb(252 165 165 / 0.45);
  }

  .lg\:border-red-300\/5 {
    border-color: rgb(252 165 165 / 0.05);
  }

  .lg\:border-red-300\/50 {
    border-color: rgb(252 165 165 / 0.5);
  }

  .lg\:border-red-300\/55 {
    border-color: rgb(252 165 165 / 0.55);
  }

  .lg\:border-red-300\/60 {
    border-color: rgb(252 165 165 / 0.6);
  }

  .lg\:border-red-300\/65 {
    border-color: rgb(252 165 165 / 0.65);
  }

  .lg\:border-red-300\/70 {
    border-color: rgb(252 165 165 / 0.7);
  }

  .lg\:border-red-300\/75 {
    border-color: rgb(252 165 165 / 0.75);
  }

  .lg\:border-red-300\/80 {
    border-color: rgb(252 165 165 / 0.8);
  }

  .lg\:border-red-300\/85 {
    border-color: rgb(252 165 165 / 0.85);
  }

  .lg\:border-red-300\/90 {
    border-color: rgb(252 165 165 / 0.9);
  }

  .lg\:border-red-300\/95 {
    border-color: rgb(252 165 165 / 0.95);
  }

  .lg\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgb(248 113 113 / var(--tw-border-opacity));
  }

  .lg\:border-red-400\/0 {
    border-color: rgb(248 113 113 / 0);
  }

  .lg\:border-red-400\/10 {
    border-color: rgb(248 113 113 / 0.1);
  }

  .lg\:border-red-400\/100 {
    border-color: rgb(248 113 113 / 1);
  }

  .lg\:border-red-400\/15 {
    border-color: rgb(248 113 113 / 0.15);
  }

  .lg\:border-red-400\/20 {
    border-color: rgb(248 113 113 / 0.2);
  }

  .lg\:border-red-400\/25 {
    border-color: rgb(248 113 113 / 0.25);
  }

  .lg\:border-red-400\/30 {
    border-color: rgb(248 113 113 / 0.3);
  }

  .lg\:border-red-400\/35 {
    border-color: rgb(248 113 113 / 0.35);
  }

  .lg\:border-red-400\/40 {
    border-color: rgb(248 113 113 / 0.4);
  }

  .lg\:border-red-400\/45 {
    border-color: rgb(248 113 113 / 0.45);
  }

  .lg\:border-red-400\/5 {
    border-color: rgb(248 113 113 / 0.05);
  }

  .lg\:border-red-400\/50 {
    border-color: rgb(248 113 113 / 0.5);
  }

  .lg\:border-red-400\/55 {
    border-color: rgb(248 113 113 / 0.55);
  }

  .lg\:border-red-400\/60 {
    border-color: rgb(248 113 113 / 0.6);
  }

  .lg\:border-red-400\/65 {
    border-color: rgb(248 113 113 / 0.65);
  }

  .lg\:border-red-400\/70 {
    border-color: rgb(248 113 113 / 0.7);
  }

  .lg\:border-red-400\/75 {
    border-color: rgb(248 113 113 / 0.75);
  }

  .lg\:border-red-400\/80 {
    border-color: rgb(248 113 113 / 0.8);
  }

  .lg\:border-red-400\/85 {
    border-color: rgb(248 113 113 / 0.85);
  }

  .lg\:border-red-400\/90 {
    border-color: rgb(248 113 113 / 0.9);
  }

  .lg\:border-red-400\/95 {
    border-color: rgb(248 113 113 / 0.95);
  }

  .lg\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgb(254 242 242 / var(--tw-border-opacity));
  }

  .lg\:border-red-50\/0 {
    border-color: rgb(254 242 242 / 0);
  }

  .lg\:border-red-50\/10 {
    border-color: rgb(254 242 242 / 0.1);
  }

  .lg\:border-red-50\/100 {
    border-color: rgb(254 242 242 / 1);
  }

  .lg\:border-red-50\/15 {
    border-color: rgb(254 242 242 / 0.15);
  }

  .lg\:border-red-50\/20 {
    border-color: rgb(254 242 242 / 0.2);
  }

  .lg\:border-red-50\/25 {
    border-color: rgb(254 242 242 / 0.25);
  }

  .lg\:border-red-50\/30 {
    border-color: rgb(254 242 242 / 0.3);
  }

  .lg\:border-red-50\/35 {
    border-color: rgb(254 242 242 / 0.35);
  }

  .lg\:border-red-50\/40 {
    border-color: rgb(254 242 242 / 0.4);
  }

  .lg\:border-red-50\/45 {
    border-color: rgb(254 242 242 / 0.45);
  }

  .lg\:border-red-50\/5 {
    border-color: rgb(254 242 242 / 0.05);
  }

  .lg\:border-red-50\/50 {
    border-color: rgb(254 242 242 / 0.5);
  }

  .lg\:border-red-50\/55 {
    border-color: rgb(254 242 242 / 0.55);
  }

  .lg\:border-red-50\/60 {
    border-color: rgb(254 242 242 / 0.6);
  }

  .lg\:border-red-50\/65 {
    border-color: rgb(254 242 242 / 0.65);
  }

  .lg\:border-red-50\/70 {
    border-color: rgb(254 242 242 / 0.7);
  }

  .lg\:border-red-50\/75 {
    border-color: rgb(254 242 242 / 0.75);
  }

  .lg\:border-red-50\/80 {
    border-color: rgb(254 242 242 / 0.8);
  }

  .lg\:border-red-50\/85 {
    border-color: rgb(254 242 242 / 0.85);
  }

  .lg\:border-red-50\/90 {
    border-color: rgb(254 242 242 / 0.9);
  }

  .lg\:border-red-50\/95 {
    border-color: rgb(254 242 242 / 0.95);
  }

  .lg\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity));
  }

  .lg\:border-red-500\/0 {
    border-color: rgb(239 68 68 / 0);
  }

  .lg\:border-red-500\/10 {
    border-color: rgb(239 68 68 / 0.1);
  }

  .lg\:border-red-500\/100 {
    border-color: rgb(239 68 68 / 1);
  }

  .lg\:border-red-500\/15 {
    border-color: rgb(239 68 68 / 0.15);
  }

  .lg\:border-red-500\/20 {
    border-color: rgb(239 68 68 / 0.2);
  }

  .lg\:border-red-500\/25 {
    border-color: rgb(239 68 68 / 0.25);
  }

  .lg\:border-red-500\/30 {
    border-color: rgb(239 68 68 / 0.3);
  }

  .lg\:border-red-500\/35 {
    border-color: rgb(239 68 68 / 0.35);
  }

  .lg\:border-red-500\/40 {
    border-color: rgb(239 68 68 / 0.4);
  }

  .lg\:border-red-500\/45 {
    border-color: rgb(239 68 68 / 0.45);
  }

  .lg\:border-red-500\/5 {
    border-color: rgb(239 68 68 / 0.05);
  }

  .lg\:border-red-500\/50 {
    border-color: rgb(239 68 68 / 0.5);
  }

  .lg\:border-red-500\/55 {
    border-color: rgb(239 68 68 / 0.55);
  }

  .lg\:border-red-500\/60 {
    border-color: rgb(239 68 68 / 0.6);
  }

  .lg\:border-red-500\/65 {
    border-color: rgb(239 68 68 / 0.65);
  }

  .lg\:border-red-500\/70 {
    border-color: rgb(239 68 68 / 0.7);
  }

  .lg\:border-red-500\/75 {
    border-color: rgb(239 68 68 / 0.75);
  }

  .lg\:border-red-500\/80 {
    border-color: rgb(239 68 68 / 0.8);
  }

  .lg\:border-red-500\/85 {
    border-color: rgb(239 68 68 / 0.85);
  }

  .lg\:border-red-500\/90 {
    border-color: rgb(239 68 68 / 0.9);
  }

  .lg\:border-red-500\/95 {
    border-color: rgb(239 68 68 / 0.95);
  }

  .lg\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgb(220 38 38 / var(--tw-border-opacity));
  }

  .lg\:border-red-600\/0 {
    border-color: rgb(220 38 38 / 0);
  }

  .lg\:border-red-600\/10 {
    border-color: rgb(220 38 38 / 0.1);
  }

  .lg\:border-red-600\/100 {
    border-color: rgb(220 38 38 / 1);
  }

  .lg\:border-red-600\/15 {
    border-color: rgb(220 38 38 / 0.15);
  }

  .lg\:border-red-600\/20 {
    border-color: rgb(220 38 38 / 0.2);
  }

  .lg\:border-red-600\/25 {
    border-color: rgb(220 38 38 / 0.25);
  }

  .lg\:border-red-600\/30 {
    border-color: rgb(220 38 38 / 0.3);
  }

  .lg\:border-red-600\/35 {
    border-color: rgb(220 38 38 / 0.35);
  }

  .lg\:border-red-600\/40 {
    border-color: rgb(220 38 38 / 0.4);
  }

  .lg\:border-red-600\/45 {
    border-color: rgb(220 38 38 / 0.45);
  }

  .lg\:border-red-600\/5 {
    border-color: rgb(220 38 38 / 0.05);
  }

  .lg\:border-red-600\/50 {
    border-color: rgb(220 38 38 / 0.5);
  }

  .lg\:border-red-600\/55 {
    border-color: rgb(220 38 38 / 0.55);
  }

  .lg\:border-red-600\/60 {
    border-color: rgb(220 38 38 / 0.6);
  }

  .lg\:border-red-600\/65 {
    border-color: rgb(220 38 38 / 0.65);
  }

  .lg\:border-red-600\/70 {
    border-color: rgb(220 38 38 / 0.7);
  }

  .lg\:border-red-600\/75 {
    border-color: rgb(220 38 38 / 0.75);
  }

  .lg\:border-red-600\/80 {
    border-color: rgb(220 38 38 / 0.8);
  }

  .lg\:border-red-600\/85 {
    border-color: rgb(220 38 38 / 0.85);
  }

  .lg\:border-red-600\/90 {
    border-color: rgb(220 38 38 / 0.9);
  }

  .lg\:border-red-600\/95 {
    border-color: rgb(220 38 38 / 0.95);
  }

  .lg\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgb(185 28 28 / var(--tw-border-opacity));
  }

  .lg\:border-red-700\/0 {
    border-color: rgb(185 28 28 / 0);
  }

  .lg\:border-red-700\/10 {
    border-color: rgb(185 28 28 / 0.1);
  }

  .lg\:border-red-700\/100 {
    border-color: rgb(185 28 28 / 1);
  }

  .lg\:border-red-700\/15 {
    border-color: rgb(185 28 28 / 0.15);
  }

  .lg\:border-red-700\/20 {
    border-color: rgb(185 28 28 / 0.2);
  }

  .lg\:border-red-700\/25 {
    border-color: rgb(185 28 28 / 0.25);
  }

  .lg\:border-red-700\/30 {
    border-color: rgb(185 28 28 / 0.3);
  }

  .lg\:border-red-700\/35 {
    border-color: rgb(185 28 28 / 0.35);
  }

  .lg\:border-red-700\/40 {
    border-color: rgb(185 28 28 / 0.4);
  }

  .lg\:border-red-700\/45 {
    border-color: rgb(185 28 28 / 0.45);
  }

  .lg\:border-red-700\/5 {
    border-color: rgb(185 28 28 / 0.05);
  }

  .lg\:border-red-700\/50 {
    border-color: rgb(185 28 28 / 0.5);
  }

  .lg\:border-red-700\/55 {
    border-color: rgb(185 28 28 / 0.55);
  }

  .lg\:border-red-700\/60 {
    border-color: rgb(185 28 28 / 0.6);
  }

  .lg\:border-red-700\/65 {
    border-color: rgb(185 28 28 / 0.65);
  }

  .lg\:border-red-700\/70 {
    border-color: rgb(185 28 28 / 0.7);
  }

  .lg\:border-red-700\/75 {
    border-color: rgb(185 28 28 / 0.75);
  }

  .lg\:border-red-700\/80 {
    border-color: rgb(185 28 28 / 0.8);
  }

  .lg\:border-red-700\/85 {
    border-color: rgb(185 28 28 / 0.85);
  }

  .lg\:border-red-700\/90 {
    border-color: rgb(185 28 28 / 0.9);
  }

  .lg\:border-red-700\/95 {
    border-color: rgb(185 28 28 / 0.95);
  }

  .lg\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgb(153 27 27 / var(--tw-border-opacity));
  }

  .lg\:border-red-800\/0 {
    border-color: rgb(153 27 27 / 0);
  }

  .lg\:border-red-800\/10 {
    border-color: rgb(153 27 27 / 0.1);
  }

  .lg\:border-red-800\/100 {
    border-color: rgb(153 27 27 / 1);
  }

  .lg\:border-red-800\/15 {
    border-color: rgb(153 27 27 / 0.15);
  }

  .lg\:border-red-800\/20 {
    border-color: rgb(153 27 27 / 0.2);
  }

  .lg\:border-red-800\/25 {
    border-color: rgb(153 27 27 / 0.25);
  }

  .lg\:border-red-800\/30 {
    border-color: rgb(153 27 27 / 0.3);
  }

  .lg\:border-red-800\/35 {
    border-color: rgb(153 27 27 / 0.35);
  }

  .lg\:border-red-800\/40 {
    border-color: rgb(153 27 27 / 0.4);
  }

  .lg\:border-red-800\/45 {
    border-color: rgb(153 27 27 / 0.45);
  }

  .lg\:border-red-800\/5 {
    border-color: rgb(153 27 27 / 0.05);
  }

  .lg\:border-red-800\/50 {
    border-color: rgb(153 27 27 / 0.5);
  }

  .lg\:border-red-800\/55 {
    border-color: rgb(153 27 27 / 0.55);
  }

  .lg\:border-red-800\/60 {
    border-color: rgb(153 27 27 / 0.6);
  }

  .lg\:border-red-800\/65 {
    border-color: rgb(153 27 27 / 0.65);
  }

  .lg\:border-red-800\/70 {
    border-color: rgb(153 27 27 / 0.7);
  }

  .lg\:border-red-800\/75 {
    border-color: rgb(153 27 27 / 0.75);
  }

  .lg\:border-red-800\/80 {
    border-color: rgb(153 27 27 / 0.8);
  }

  .lg\:border-red-800\/85 {
    border-color: rgb(153 27 27 / 0.85);
  }

  .lg\:border-red-800\/90 {
    border-color: rgb(153 27 27 / 0.9);
  }

  .lg\:border-red-800\/95 {
    border-color: rgb(153 27 27 / 0.95);
  }

  .lg\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgb(127 29 29 / var(--tw-border-opacity));
  }

  .lg\:border-red-900\/0 {
    border-color: rgb(127 29 29 / 0);
  }

  .lg\:border-red-900\/10 {
    border-color: rgb(127 29 29 / 0.1);
  }

  .lg\:border-red-900\/100 {
    border-color: rgb(127 29 29 / 1);
  }

  .lg\:border-red-900\/15 {
    border-color: rgb(127 29 29 / 0.15);
  }

  .lg\:border-red-900\/20 {
    border-color: rgb(127 29 29 / 0.2);
  }

  .lg\:border-red-900\/25 {
    border-color: rgb(127 29 29 / 0.25);
  }

  .lg\:border-red-900\/30 {
    border-color: rgb(127 29 29 / 0.3);
  }

  .lg\:border-red-900\/35 {
    border-color: rgb(127 29 29 / 0.35);
  }

  .lg\:border-red-900\/40 {
    border-color: rgb(127 29 29 / 0.4);
  }

  .lg\:border-red-900\/45 {
    border-color: rgb(127 29 29 / 0.45);
  }

  .lg\:border-red-900\/5 {
    border-color: rgb(127 29 29 / 0.05);
  }

  .lg\:border-red-900\/50 {
    border-color: rgb(127 29 29 / 0.5);
  }

  .lg\:border-red-900\/55 {
    border-color: rgb(127 29 29 / 0.55);
  }

  .lg\:border-red-900\/60 {
    border-color: rgb(127 29 29 / 0.6);
  }

  .lg\:border-red-900\/65 {
    border-color: rgb(127 29 29 / 0.65);
  }

  .lg\:border-red-900\/70 {
    border-color: rgb(127 29 29 / 0.7);
  }

  .lg\:border-red-900\/75 {
    border-color: rgb(127 29 29 / 0.75);
  }

  .lg\:border-red-900\/80 {
    border-color: rgb(127 29 29 / 0.8);
  }

  .lg\:border-red-900\/85 {
    border-color: rgb(127 29 29 / 0.85);
  }

  .lg\:border-red-900\/90 {
    border-color: rgb(127 29 29 / 0.9);
  }

  .lg\:border-red-900\/95 {
    border-color: rgb(127 29 29 / 0.95);
  }

  .lg\:border-red-950 {
    --tw-border-opacity: 1;
    border-color: rgb(69 10 10 / var(--tw-border-opacity));
  }

  .lg\:border-red-950\/0 {
    border-color: rgb(69 10 10 / 0);
  }

  .lg\:border-red-950\/10 {
    border-color: rgb(69 10 10 / 0.1);
  }

  .lg\:border-red-950\/100 {
    border-color: rgb(69 10 10 / 1);
  }

  .lg\:border-red-950\/15 {
    border-color: rgb(69 10 10 / 0.15);
  }

  .lg\:border-red-950\/20 {
    border-color: rgb(69 10 10 / 0.2);
  }

  .lg\:border-red-950\/25 {
    border-color: rgb(69 10 10 / 0.25);
  }

  .lg\:border-red-950\/30 {
    border-color: rgb(69 10 10 / 0.3);
  }

  .lg\:border-red-950\/35 {
    border-color: rgb(69 10 10 / 0.35);
  }

  .lg\:border-red-950\/40 {
    border-color: rgb(69 10 10 / 0.4);
  }

  .lg\:border-red-950\/45 {
    border-color: rgb(69 10 10 / 0.45);
  }

  .lg\:border-red-950\/5 {
    border-color: rgb(69 10 10 / 0.05);
  }

  .lg\:border-red-950\/50 {
    border-color: rgb(69 10 10 / 0.5);
  }

  .lg\:border-red-950\/55 {
    border-color: rgb(69 10 10 / 0.55);
  }

  .lg\:border-red-950\/60 {
    border-color: rgb(69 10 10 / 0.6);
  }

  .lg\:border-red-950\/65 {
    border-color: rgb(69 10 10 / 0.65);
  }

  .lg\:border-red-950\/70 {
    border-color: rgb(69 10 10 / 0.7);
  }

  .lg\:border-red-950\/75 {
    border-color: rgb(69 10 10 / 0.75);
  }

  .lg\:border-red-950\/80 {
    border-color: rgb(69 10 10 / 0.8);
  }

  .lg\:border-red-950\/85 {
    border-color: rgb(69 10 10 / 0.85);
  }

  .lg\:border-red-950\/90 {
    border-color: rgb(69 10 10 / 0.9);
  }

  .lg\:border-red-950\/95 {
    border-color: rgb(69 10 10 / 0.95);
  }

  .lg\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgb(255 228 230 / var(--tw-border-opacity));
  }

  .lg\:border-rose-100\/0 {
    border-color: rgb(255 228 230 / 0);
  }

  .lg\:border-rose-100\/10 {
    border-color: rgb(255 228 230 / 0.1);
  }

  .lg\:border-rose-100\/100 {
    border-color: rgb(255 228 230 / 1);
  }

  .lg\:border-rose-100\/15 {
    border-color: rgb(255 228 230 / 0.15);
  }

  .lg\:border-rose-100\/20 {
    border-color: rgb(255 228 230 / 0.2);
  }

  .lg\:border-rose-100\/25 {
    border-color: rgb(255 228 230 / 0.25);
  }

  .lg\:border-rose-100\/30 {
    border-color: rgb(255 228 230 / 0.3);
  }

  .lg\:border-rose-100\/35 {
    border-color: rgb(255 228 230 / 0.35);
  }

  .lg\:border-rose-100\/40 {
    border-color: rgb(255 228 230 / 0.4);
  }

  .lg\:border-rose-100\/45 {
    border-color: rgb(255 228 230 / 0.45);
  }

  .lg\:border-rose-100\/5 {
    border-color: rgb(255 228 230 / 0.05);
  }

  .lg\:border-rose-100\/50 {
    border-color: rgb(255 228 230 / 0.5);
  }

  .lg\:border-rose-100\/55 {
    border-color: rgb(255 228 230 / 0.55);
  }

  .lg\:border-rose-100\/60 {
    border-color: rgb(255 228 230 / 0.6);
  }

  .lg\:border-rose-100\/65 {
    border-color: rgb(255 228 230 / 0.65);
  }

  .lg\:border-rose-100\/70 {
    border-color: rgb(255 228 230 / 0.7);
  }

  .lg\:border-rose-100\/75 {
    border-color: rgb(255 228 230 / 0.75);
  }

  .lg\:border-rose-100\/80 {
    border-color: rgb(255 228 230 / 0.8);
  }

  .lg\:border-rose-100\/85 {
    border-color: rgb(255 228 230 / 0.85);
  }

  .lg\:border-rose-100\/90 {
    border-color: rgb(255 228 230 / 0.9);
  }

  .lg\:border-rose-100\/95 {
    border-color: rgb(255 228 230 / 0.95);
  }

  .lg\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 205 211 / var(--tw-border-opacity));
  }

  .lg\:border-rose-200\/0 {
    border-color: rgb(254 205 211 / 0);
  }

  .lg\:border-rose-200\/10 {
    border-color: rgb(254 205 211 / 0.1);
  }

  .lg\:border-rose-200\/100 {
    border-color: rgb(254 205 211 / 1);
  }

  .lg\:border-rose-200\/15 {
    border-color: rgb(254 205 211 / 0.15);
  }

  .lg\:border-rose-200\/20 {
    border-color: rgb(254 205 211 / 0.2);
  }

  .lg\:border-rose-200\/25 {
    border-color: rgb(254 205 211 / 0.25);
  }

  .lg\:border-rose-200\/30 {
    border-color: rgb(254 205 211 / 0.3);
  }

  .lg\:border-rose-200\/35 {
    border-color: rgb(254 205 211 / 0.35);
  }

  .lg\:border-rose-200\/40 {
    border-color: rgb(254 205 211 / 0.4);
  }

  .lg\:border-rose-200\/45 {
    border-color: rgb(254 205 211 / 0.45);
  }

  .lg\:border-rose-200\/5 {
    border-color: rgb(254 205 211 / 0.05);
  }

  .lg\:border-rose-200\/50 {
    border-color: rgb(254 205 211 / 0.5);
  }

  .lg\:border-rose-200\/55 {
    border-color: rgb(254 205 211 / 0.55);
  }

  .lg\:border-rose-200\/60 {
    border-color: rgb(254 205 211 / 0.6);
  }

  .lg\:border-rose-200\/65 {
    border-color: rgb(254 205 211 / 0.65);
  }

  .lg\:border-rose-200\/70 {
    border-color: rgb(254 205 211 / 0.7);
  }

  .lg\:border-rose-200\/75 {
    border-color: rgb(254 205 211 / 0.75);
  }

  .lg\:border-rose-200\/80 {
    border-color: rgb(254 205 211 / 0.8);
  }

  .lg\:border-rose-200\/85 {
    border-color: rgb(254 205 211 / 0.85);
  }

  .lg\:border-rose-200\/90 {
    border-color: rgb(254 205 211 / 0.9);
  }

  .lg\:border-rose-200\/95 {
    border-color: rgb(254 205 211 / 0.95);
  }

  .lg\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgb(253 164 175 / var(--tw-border-opacity));
  }

  .lg\:border-rose-300\/0 {
    border-color: rgb(253 164 175 / 0);
  }

  .lg\:border-rose-300\/10 {
    border-color: rgb(253 164 175 / 0.1);
  }

  .lg\:border-rose-300\/100 {
    border-color: rgb(253 164 175 / 1);
  }

  .lg\:border-rose-300\/15 {
    border-color: rgb(253 164 175 / 0.15);
  }

  .lg\:border-rose-300\/20 {
    border-color: rgb(253 164 175 / 0.2);
  }

  .lg\:border-rose-300\/25 {
    border-color: rgb(253 164 175 / 0.25);
  }

  .lg\:border-rose-300\/30 {
    border-color: rgb(253 164 175 / 0.3);
  }

  .lg\:border-rose-300\/35 {
    border-color: rgb(253 164 175 / 0.35);
  }

  .lg\:border-rose-300\/40 {
    border-color: rgb(253 164 175 / 0.4);
  }

  .lg\:border-rose-300\/45 {
    border-color: rgb(253 164 175 / 0.45);
  }

  .lg\:border-rose-300\/5 {
    border-color: rgb(253 164 175 / 0.05);
  }

  .lg\:border-rose-300\/50 {
    border-color: rgb(253 164 175 / 0.5);
  }

  .lg\:border-rose-300\/55 {
    border-color: rgb(253 164 175 / 0.55);
  }

  .lg\:border-rose-300\/60 {
    border-color: rgb(253 164 175 / 0.6);
  }

  .lg\:border-rose-300\/65 {
    border-color: rgb(253 164 175 / 0.65);
  }

  .lg\:border-rose-300\/70 {
    border-color: rgb(253 164 175 / 0.7);
  }

  .lg\:border-rose-300\/75 {
    border-color: rgb(253 164 175 / 0.75);
  }

  .lg\:border-rose-300\/80 {
    border-color: rgb(253 164 175 / 0.8);
  }

  .lg\:border-rose-300\/85 {
    border-color: rgb(253 164 175 / 0.85);
  }

  .lg\:border-rose-300\/90 {
    border-color: rgb(253 164 175 / 0.9);
  }

  .lg\:border-rose-300\/95 {
    border-color: rgb(253 164 175 / 0.95);
  }

  .lg\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgb(251 113 133 / var(--tw-border-opacity));
  }

  .lg\:border-rose-400\/0 {
    border-color: rgb(251 113 133 / 0);
  }

  .lg\:border-rose-400\/10 {
    border-color: rgb(251 113 133 / 0.1);
  }

  .lg\:border-rose-400\/100 {
    border-color: rgb(251 113 133 / 1);
  }

  .lg\:border-rose-400\/15 {
    border-color: rgb(251 113 133 / 0.15);
  }

  .lg\:border-rose-400\/20 {
    border-color: rgb(251 113 133 / 0.2);
  }

  .lg\:border-rose-400\/25 {
    border-color: rgb(251 113 133 / 0.25);
  }

  .lg\:border-rose-400\/30 {
    border-color: rgb(251 113 133 / 0.3);
  }

  .lg\:border-rose-400\/35 {
    border-color: rgb(251 113 133 / 0.35);
  }

  .lg\:border-rose-400\/40 {
    border-color: rgb(251 113 133 / 0.4);
  }

  .lg\:border-rose-400\/45 {
    border-color: rgb(251 113 133 / 0.45);
  }

  .lg\:border-rose-400\/5 {
    border-color: rgb(251 113 133 / 0.05);
  }

  .lg\:border-rose-400\/50 {
    border-color: rgb(251 113 133 / 0.5);
  }

  .lg\:border-rose-400\/55 {
    border-color: rgb(251 113 133 / 0.55);
  }

  .lg\:border-rose-400\/60 {
    border-color: rgb(251 113 133 / 0.6);
  }

  .lg\:border-rose-400\/65 {
    border-color: rgb(251 113 133 / 0.65);
  }

  .lg\:border-rose-400\/70 {
    border-color: rgb(251 113 133 / 0.7);
  }

  .lg\:border-rose-400\/75 {
    border-color: rgb(251 113 133 / 0.75);
  }

  .lg\:border-rose-400\/80 {
    border-color: rgb(251 113 133 / 0.8);
  }

  .lg\:border-rose-400\/85 {
    border-color: rgb(251 113 133 / 0.85);
  }

  .lg\:border-rose-400\/90 {
    border-color: rgb(251 113 133 / 0.9);
  }

  .lg\:border-rose-400\/95 {
    border-color: rgb(251 113 133 / 0.95);
  }

  .lg\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgb(255 241 242 / var(--tw-border-opacity));
  }

  .lg\:border-rose-50\/0 {
    border-color: rgb(255 241 242 / 0);
  }

  .lg\:border-rose-50\/10 {
    border-color: rgb(255 241 242 / 0.1);
  }

  .lg\:border-rose-50\/100 {
    border-color: rgb(255 241 242 / 1);
  }

  .lg\:border-rose-50\/15 {
    border-color: rgb(255 241 242 / 0.15);
  }

  .lg\:border-rose-50\/20 {
    border-color: rgb(255 241 242 / 0.2);
  }

  .lg\:border-rose-50\/25 {
    border-color: rgb(255 241 242 / 0.25);
  }

  .lg\:border-rose-50\/30 {
    border-color: rgb(255 241 242 / 0.3);
  }

  .lg\:border-rose-50\/35 {
    border-color: rgb(255 241 242 / 0.35);
  }

  .lg\:border-rose-50\/40 {
    border-color: rgb(255 241 242 / 0.4);
  }

  .lg\:border-rose-50\/45 {
    border-color: rgb(255 241 242 / 0.45);
  }

  .lg\:border-rose-50\/5 {
    border-color: rgb(255 241 242 / 0.05);
  }

  .lg\:border-rose-50\/50 {
    border-color: rgb(255 241 242 / 0.5);
  }

  .lg\:border-rose-50\/55 {
    border-color: rgb(255 241 242 / 0.55);
  }

  .lg\:border-rose-50\/60 {
    border-color: rgb(255 241 242 / 0.6);
  }

  .lg\:border-rose-50\/65 {
    border-color: rgb(255 241 242 / 0.65);
  }

  .lg\:border-rose-50\/70 {
    border-color: rgb(255 241 242 / 0.7);
  }

  .lg\:border-rose-50\/75 {
    border-color: rgb(255 241 242 / 0.75);
  }

  .lg\:border-rose-50\/80 {
    border-color: rgb(255 241 242 / 0.8);
  }

  .lg\:border-rose-50\/85 {
    border-color: rgb(255 241 242 / 0.85);
  }

  .lg\:border-rose-50\/90 {
    border-color: rgb(255 241 242 / 0.9);
  }

  .lg\:border-rose-50\/95 {
    border-color: rgb(255 241 242 / 0.95);
  }

  .lg\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgb(244 63 94 / var(--tw-border-opacity));
  }

  .lg\:border-rose-500\/0 {
    border-color: rgb(244 63 94 / 0);
  }

  .lg\:border-rose-500\/10 {
    border-color: rgb(244 63 94 / 0.1);
  }

  .lg\:border-rose-500\/100 {
    border-color: rgb(244 63 94 / 1);
  }

  .lg\:border-rose-500\/15 {
    border-color: rgb(244 63 94 / 0.15);
  }

  .lg\:border-rose-500\/20 {
    border-color: rgb(244 63 94 / 0.2);
  }

  .lg\:border-rose-500\/25 {
    border-color: rgb(244 63 94 / 0.25);
  }

  .lg\:border-rose-500\/30 {
    border-color: rgb(244 63 94 / 0.3);
  }

  .lg\:border-rose-500\/35 {
    border-color: rgb(244 63 94 / 0.35);
  }

  .lg\:border-rose-500\/40 {
    border-color: rgb(244 63 94 / 0.4);
  }

  .lg\:border-rose-500\/45 {
    border-color: rgb(244 63 94 / 0.45);
  }

  .lg\:border-rose-500\/5 {
    border-color: rgb(244 63 94 / 0.05);
  }

  .lg\:border-rose-500\/50 {
    border-color: rgb(244 63 94 / 0.5);
  }

  .lg\:border-rose-500\/55 {
    border-color: rgb(244 63 94 / 0.55);
  }

  .lg\:border-rose-500\/60 {
    border-color: rgb(244 63 94 / 0.6);
  }

  .lg\:border-rose-500\/65 {
    border-color: rgb(244 63 94 / 0.65);
  }

  .lg\:border-rose-500\/70 {
    border-color: rgb(244 63 94 / 0.7);
  }

  .lg\:border-rose-500\/75 {
    border-color: rgb(244 63 94 / 0.75);
  }

  .lg\:border-rose-500\/80 {
    border-color: rgb(244 63 94 / 0.8);
  }

  .lg\:border-rose-500\/85 {
    border-color: rgb(244 63 94 / 0.85);
  }

  .lg\:border-rose-500\/90 {
    border-color: rgb(244 63 94 / 0.9);
  }

  .lg\:border-rose-500\/95 {
    border-color: rgb(244 63 94 / 0.95);
  }

  .lg\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgb(225 29 72 / var(--tw-border-opacity));
  }

  .lg\:border-rose-600\/0 {
    border-color: rgb(225 29 72 / 0);
  }

  .lg\:border-rose-600\/10 {
    border-color: rgb(225 29 72 / 0.1);
  }

  .lg\:border-rose-600\/100 {
    border-color: rgb(225 29 72 / 1);
  }

  .lg\:border-rose-600\/15 {
    border-color: rgb(225 29 72 / 0.15);
  }

  .lg\:border-rose-600\/20 {
    border-color: rgb(225 29 72 / 0.2);
  }

  .lg\:border-rose-600\/25 {
    border-color: rgb(225 29 72 / 0.25);
  }

  .lg\:border-rose-600\/30 {
    border-color: rgb(225 29 72 / 0.3);
  }

  .lg\:border-rose-600\/35 {
    border-color: rgb(225 29 72 / 0.35);
  }

  .lg\:border-rose-600\/40 {
    border-color: rgb(225 29 72 / 0.4);
  }

  .lg\:border-rose-600\/45 {
    border-color: rgb(225 29 72 / 0.45);
  }

  .lg\:border-rose-600\/5 {
    border-color: rgb(225 29 72 / 0.05);
  }

  .lg\:border-rose-600\/50 {
    border-color: rgb(225 29 72 / 0.5);
  }

  .lg\:border-rose-600\/55 {
    border-color: rgb(225 29 72 / 0.55);
  }

  .lg\:border-rose-600\/60 {
    border-color: rgb(225 29 72 / 0.6);
  }

  .lg\:border-rose-600\/65 {
    border-color: rgb(225 29 72 / 0.65);
  }

  .lg\:border-rose-600\/70 {
    border-color: rgb(225 29 72 / 0.7);
  }

  .lg\:border-rose-600\/75 {
    border-color: rgb(225 29 72 / 0.75);
  }

  .lg\:border-rose-600\/80 {
    border-color: rgb(225 29 72 / 0.8);
  }

  .lg\:border-rose-600\/85 {
    border-color: rgb(225 29 72 / 0.85);
  }

  .lg\:border-rose-600\/90 {
    border-color: rgb(225 29 72 / 0.9);
  }

  .lg\:border-rose-600\/95 {
    border-color: rgb(225 29 72 / 0.95);
  }

  .lg\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgb(190 18 60 / var(--tw-border-opacity));
  }

  .lg\:border-rose-700\/0 {
    border-color: rgb(190 18 60 / 0);
  }

  .lg\:border-rose-700\/10 {
    border-color: rgb(190 18 60 / 0.1);
  }

  .lg\:border-rose-700\/100 {
    border-color: rgb(190 18 60 / 1);
  }

  .lg\:border-rose-700\/15 {
    border-color: rgb(190 18 60 / 0.15);
  }

  .lg\:border-rose-700\/20 {
    border-color: rgb(190 18 60 / 0.2);
  }

  .lg\:border-rose-700\/25 {
    border-color: rgb(190 18 60 / 0.25);
  }

  .lg\:border-rose-700\/30 {
    border-color: rgb(190 18 60 / 0.3);
  }

  .lg\:border-rose-700\/35 {
    border-color: rgb(190 18 60 / 0.35);
  }

  .lg\:border-rose-700\/40 {
    border-color: rgb(190 18 60 / 0.4);
  }

  .lg\:border-rose-700\/45 {
    border-color: rgb(190 18 60 / 0.45);
  }

  .lg\:border-rose-700\/5 {
    border-color: rgb(190 18 60 / 0.05);
  }

  .lg\:border-rose-700\/50 {
    border-color: rgb(190 18 60 / 0.5);
  }

  .lg\:border-rose-700\/55 {
    border-color: rgb(190 18 60 / 0.55);
  }

  .lg\:border-rose-700\/60 {
    border-color: rgb(190 18 60 / 0.6);
  }

  .lg\:border-rose-700\/65 {
    border-color: rgb(190 18 60 / 0.65);
  }

  .lg\:border-rose-700\/70 {
    border-color: rgb(190 18 60 / 0.7);
  }

  .lg\:border-rose-700\/75 {
    border-color: rgb(190 18 60 / 0.75);
  }

  .lg\:border-rose-700\/80 {
    border-color: rgb(190 18 60 / 0.8);
  }

  .lg\:border-rose-700\/85 {
    border-color: rgb(190 18 60 / 0.85);
  }

  .lg\:border-rose-700\/90 {
    border-color: rgb(190 18 60 / 0.9);
  }

  .lg\:border-rose-700\/95 {
    border-color: rgb(190 18 60 / 0.95);
  }

  .lg\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgb(159 18 57 / var(--tw-border-opacity));
  }

  .lg\:border-rose-800\/0 {
    border-color: rgb(159 18 57 / 0);
  }

  .lg\:border-rose-800\/10 {
    border-color: rgb(159 18 57 / 0.1);
  }

  .lg\:border-rose-800\/100 {
    border-color: rgb(159 18 57 / 1);
  }

  .lg\:border-rose-800\/15 {
    border-color: rgb(159 18 57 / 0.15);
  }

  .lg\:border-rose-800\/20 {
    border-color: rgb(159 18 57 / 0.2);
  }

  .lg\:border-rose-800\/25 {
    border-color: rgb(159 18 57 / 0.25);
  }

  .lg\:border-rose-800\/30 {
    border-color: rgb(159 18 57 / 0.3);
  }

  .lg\:border-rose-800\/35 {
    border-color: rgb(159 18 57 / 0.35);
  }

  .lg\:border-rose-800\/40 {
    border-color: rgb(159 18 57 / 0.4);
  }

  .lg\:border-rose-800\/45 {
    border-color: rgb(159 18 57 / 0.45);
  }

  .lg\:border-rose-800\/5 {
    border-color: rgb(159 18 57 / 0.05);
  }

  .lg\:border-rose-800\/50 {
    border-color: rgb(159 18 57 / 0.5);
  }

  .lg\:border-rose-800\/55 {
    border-color: rgb(159 18 57 / 0.55);
  }

  .lg\:border-rose-800\/60 {
    border-color: rgb(159 18 57 / 0.6);
  }

  .lg\:border-rose-800\/65 {
    border-color: rgb(159 18 57 / 0.65);
  }

  .lg\:border-rose-800\/70 {
    border-color: rgb(159 18 57 / 0.7);
  }

  .lg\:border-rose-800\/75 {
    border-color: rgb(159 18 57 / 0.75);
  }

  .lg\:border-rose-800\/80 {
    border-color: rgb(159 18 57 / 0.8);
  }

  .lg\:border-rose-800\/85 {
    border-color: rgb(159 18 57 / 0.85);
  }

  .lg\:border-rose-800\/90 {
    border-color: rgb(159 18 57 / 0.9);
  }

  .lg\:border-rose-800\/95 {
    border-color: rgb(159 18 57 / 0.95);
  }

  .lg\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgb(136 19 55 / var(--tw-border-opacity));
  }

  .lg\:border-rose-900\/0 {
    border-color: rgb(136 19 55 / 0);
  }

  .lg\:border-rose-900\/10 {
    border-color: rgb(136 19 55 / 0.1);
  }

  .lg\:border-rose-900\/100 {
    border-color: rgb(136 19 55 / 1);
  }

  .lg\:border-rose-900\/15 {
    border-color: rgb(136 19 55 / 0.15);
  }

  .lg\:border-rose-900\/20 {
    border-color: rgb(136 19 55 / 0.2);
  }

  .lg\:border-rose-900\/25 {
    border-color: rgb(136 19 55 / 0.25);
  }

  .lg\:border-rose-900\/30 {
    border-color: rgb(136 19 55 / 0.3);
  }

  .lg\:border-rose-900\/35 {
    border-color: rgb(136 19 55 / 0.35);
  }

  .lg\:border-rose-900\/40 {
    border-color: rgb(136 19 55 / 0.4);
  }

  .lg\:border-rose-900\/45 {
    border-color: rgb(136 19 55 / 0.45);
  }

  .lg\:border-rose-900\/5 {
    border-color: rgb(136 19 55 / 0.05);
  }

  .lg\:border-rose-900\/50 {
    border-color: rgb(136 19 55 / 0.5);
  }

  .lg\:border-rose-900\/55 {
    border-color: rgb(136 19 55 / 0.55);
  }

  .lg\:border-rose-900\/60 {
    border-color: rgb(136 19 55 / 0.6);
  }

  .lg\:border-rose-900\/65 {
    border-color: rgb(136 19 55 / 0.65);
  }

  .lg\:border-rose-900\/70 {
    border-color: rgb(136 19 55 / 0.7);
  }

  .lg\:border-rose-900\/75 {
    border-color: rgb(136 19 55 / 0.75);
  }

  .lg\:border-rose-900\/80 {
    border-color: rgb(136 19 55 / 0.8);
  }

  .lg\:border-rose-900\/85 {
    border-color: rgb(136 19 55 / 0.85);
  }

  .lg\:border-rose-900\/90 {
    border-color: rgb(136 19 55 / 0.9);
  }

  .lg\:border-rose-900\/95 {
    border-color: rgb(136 19 55 / 0.95);
  }

  .lg\:border-rose-950 {
    --tw-border-opacity: 1;
    border-color: rgb(76 5 25 / var(--tw-border-opacity));
  }

  .lg\:border-rose-950\/0 {
    border-color: rgb(76 5 25 / 0);
  }

  .lg\:border-rose-950\/10 {
    border-color: rgb(76 5 25 / 0.1);
  }

  .lg\:border-rose-950\/100 {
    border-color: rgb(76 5 25 / 1);
  }

  .lg\:border-rose-950\/15 {
    border-color: rgb(76 5 25 / 0.15);
  }

  .lg\:border-rose-950\/20 {
    border-color: rgb(76 5 25 / 0.2);
  }

  .lg\:border-rose-950\/25 {
    border-color: rgb(76 5 25 / 0.25);
  }

  .lg\:border-rose-950\/30 {
    border-color: rgb(76 5 25 / 0.3);
  }

  .lg\:border-rose-950\/35 {
    border-color: rgb(76 5 25 / 0.35);
  }

  .lg\:border-rose-950\/40 {
    border-color: rgb(76 5 25 / 0.4);
  }

  .lg\:border-rose-950\/45 {
    border-color: rgb(76 5 25 / 0.45);
  }

  .lg\:border-rose-950\/5 {
    border-color: rgb(76 5 25 / 0.05);
  }

  .lg\:border-rose-950\/50 {
    border-color: rgb(76 5 25 / 0.5);
  }

  .lg\:border-rose-950\/55 {
    border-color: rgb(76 5 25 / 0.55);
  }

  .lg\:border-rose-950\/60 {
    border-color: rgb(76 5 25 / 0.6);
  }

  .lg\:border-rose-950\/65 {
    border-color: rgb(76 5 25 / 0.65);
  }

  .lg\:border-rose-950\/70 {
    border-color: rgb(76 5 25 / 0.7);
  }

  .lg\:border-rose-950\/75 {
    border-color: rgb(76 5 25 / 0.75);
  }

  .lg\:border-rose-950\/80 {
    border-color: rgb(76 5 25 / 0.8);
  }

  .lg\:border-rose-950\/85 {
    border-color: rgb(76 5 25 / 0.85);
  }

  .lg\:border-rose-950\/90 {
    border-color: rgb(76 5 25 / 0.9);
  }

  .lg\:border-rose-950\/95 {
    border-color: rgb(76 5 25 / 0.95);
  }

  .lg\:border-sky-100 {
    --tw-border-opacity: 1;
    border-color: rgb(224 242 254 / var(--tw-border-opacity));
  }

  .lg\:border-sky-100\/0 {
    border-color: rgb(224 242 254 / 0);
  }

  .lg\:border-sky-100\/10 {
    border-color: rgb(224 242 254 / 0.1);
  }

  .lg\:border-sky-100\/100 {
    border-color: rgb(224 242 254 / 1);
  }

  .lg\:border-sky-100\/15 {
    border-color: rgb(224 242 254 / 0.15);
  }

  .lg\:border-sky-100\/20 {
    border-color: rgb(224 242 254 / 0.2);
  }

  .lg\:border-sky-100\/25 {
    border-color: rgb(224 242 254 / 0.25);
  }

  .lg\:border-sky-100\/30 {
    border-color: rgb(224 242 254 / 0.3);
  }

  .lg\:border-sky-100\/35 {
    border-color: rgb(224 242 254 / 0.35);
  }

  .lg\:border-sky-100\/40 {
    border-color: rgb(224 242 254 / 0.4);
  }

  .lg\:border-sky-100\/45 {
    border-color: rgb(224 242 254 / 0.45);
  }

  .lg\:border-sky-100\/5 {
    border-color: rgb(224 242 254 / 0.05);
  }

  .lg\:border-sky-100\/50 {
    border-color: rgb(224 242 254 / 0.5);
  }

  .lg\:border-sky-100\/55 {
    border-color: rgb(224 242 254 / 0.55);
  }

  .lg\:border-sky-100\/60 {
    border-color: rgb(224 242 254 / 0.6);
  }

  .lg\:border-sky-100\/65 {
    border-color: rgb(224 242 254 / 0.65);
  }

  .lg\:border-sky-100\/70 {
    border-color: rgb(224 242 254 / 0.7);
  }

  .lg\:border-sky-100\/75 {
    border-color: rgb(224 242 254 / 0.75);
  }

  .lg\:border-sky-100\/80 {
    border-color: rgb(224 242 254 / 0.8);
  }

  .lg\:border-sky-100\/85 {
    border-color: rgb(224 242 254 / 0.85);
  }

  .lg\:border-sky-100\/90 {
    border-color: rgb(224 242 254 / 0.9);
  }

  .lg\:border-sky-100\/95 {
    border-color: rgb(224 242 254 / 0.95);
  }

  .lg\:border-sky-200 {
    --tw-border-opacity: 1;
    border-color: rgb(186 230 253 / var(--tw-border-opacity));
  }

  .lg\:border-sky-200\/0 {
    border-color: rgb(186 230 253 / 0);
  }

  .lg\:border-sky-200\/10 {
    border-color: rgb(186 230 253 / 0.1);
  }

  .lg\:border-sky-200\/100 {
    border-color: rgb(186 230 253 / 1);
  }

  .lg\:border-sky-200\/15 {
    border-color: rgb(186 230 253 / 0.15);
  }

  .lg\:border-sky-200\/20 {
    border-color: rgb(186 230 253 / 0.2);
  }

  .lg\:border-sky-200\/25 {
    border-color: rgb(186 230 253 / 0.25);
  }

  .lg\:border-sky-200\/30 {
    border-color: rgb(186 230 253 / 0.3);
  }

  .lg\:border-sky-200\/35 {
    border-color: rgb(186 230 253 / 0.35);
  }

  .lg\:border-sky-200\/40 {
    border-color: rgb(186 230 253 / 0.4);
  }

  .lg\:border-sky-200\/45 {
    border-color: rgb(186 230 253 / 0.45);
  }

  .lg\:border-sky-200\/5 {
    border-color: rgb(186 230 253 / 0.05);
  }

  .lg\:border-sky-200\/50 {
    border-color: rgb(186 230 253 / 0.5);
  }

  .lg\:border-sky-200\/55 {
    border-color: rgb(186 230 253 / 0.55);
  }

  .lg\:border-sky-200\/60 {
    border-color: rgb(186 230 253 / 0.6);
  }

  .lg\:border-sky-200\/65 {
    border-color: rgb(186 230 253 / 0.65);
  }

  .lg\:border-sky-200\/70 {
    border-color: rgb(186 230 253 / 0.7);
  }

  .lg\:border-sky-200\/75 {
    border-color: rgb(186 230 253 / 0.75);
  }

  .lg\:border-sky-200\/80 {
    border-color: rgb(186 230 253 / 0.8);
  }

  .lg\:border-sky-200\/85 {
    border-color: rgb(186 230 253 / 0.85);
  }

  .lg\:border-sky-200\/90 {
    border-color: rgb(186 230 253 / 0.9);
  }

  .lg\:border-sky-200\/95 {
    border-color: rgb(186 230 253 / 0.95);
  }

  .lg\:border-sky-300 {
    --tw-border-opacity: 1;
    border-color: rgb(125 211 252 / var(--tw-border-opacity));
  }

  .lg\:border-sky-300\/0 {
    border-color: rgb(125 211 252 / 0);
  }

  .lg\:border-sky-300\/10 {
    border-color: rgb(125 211 252 / 0.1);
  }

  .lg\:border-sky-300\/100 {
    border-color: rgb(125 211 252 / 1);
  }

  .lg\:border-sky-300\/15 {
    border-color: rgb(125 211 252 / 0.15);
  }

  .lg\:border-sky-300\/20 {
    border-color: rgb(125 211 252 / 0.2);
  }

  .lg\:border-sky-300\/25 {
    border-color: rgb(125 211 252 / 0.25);
  }

  .lg\:border-sky-300\/30 {
    border-color: rgb(125 211 252 / 0.3);
  }

  .lg\:border-sky-300\/35 {
    border-color: rgb(125 211 252 / 0.35);
  }

  .lg\:border-sky-300\/40 {
    border-color: rgb(125 211 252 / 0.4);
  }

  .lg\:border-sky-300\/45 {
    border-color: rgb(125 211 252 / 0.45);
  }

  .lg\:border-sky-300\/5 {
    border-color: rgb(125 211 252 / 0.05);
  }

  .lg\:border-sky-300\/50 {
    border-color: rgb(125 211 252 / 0.5);
  }

  .lg\:border-sky-300\/55 {
    border-color: rgb(125 211 252 / 0.55);
  }

  .lg\:border-sky-300\/60 {
    border-color: rgb(125 211 252 / 0.6);
  }

  .lg\:border-sky-300\/65 {
    border-color: rgb(125 211 252 / 0.65);
  }

  .lg\:border-sky-300\/70 {
    border-color: rgb(125 211 252 / 0.7);
  }

  .lg\:border-sky-300\/75 {
    border-color: rgb(125 211 252 / 0.75);
  }

  .lg\:border-sky-300\/80 {
    border-color: rgb(125 211 252 / 0.8);
  }

  .lg\:border-sky-300\/85 {
    border-color: rgb(125 211 252 / 0.85);
  }

  .lg\:border-sky-300\/90 {
    border-color: rgb(125 211 252 / 0.9);
  }

  .lg\:border-sky-300\/95 {
    border-color: rgb(125 211 252 / 0.95);
  }

  .lg\:border-sky-400 {
    --tw-border-opacity: 1;
    border-color: rgb(56 189 248 / var(--tw-border-opacity));
  }

  .lg\:border-sky-400\/0 {
    border-color: rgb(56 189 248 / 0);
  }

  .lg\:border-sky-400\/10 {
    border-color: rgb(56 189 248 / 0.1);
  }

  .lg\:border-sky-400\/100 {
    border-color: rgb(56 189 248 / 1);
  }

  .lg\:border-sky-400\/15 {
    border-color: rgb(56 189 248 / 0.15);
  }

  .lg\:border-sky-400\/20 {
    border-color: rgb(56 189 248 / 0.2);
  }

  .lg\:border-sky-400\/25 {
    border-color: rgb(56 189 248 / 0.25);
  }

  .lg\:border-sky-400\/30 {
    border-color: rgb(56 189 248 / 0.3);
  }

  .lg\:border-sky-400\/35 {
    border-color: rgb(56 189 248 / 0.35);
  }

  .lg\:border-sky-400\/40 {
    border-color: rgb(56 189 248 / 0.4);
  }

  .lg\:border-sky-400\/45 {
    border-color: rgb(56 189 248 / 0.45);
  }

  .lg\:border-sky-400\/5 {
    border-color: rgb(56 189 248 / 0.05);
  }

  .lg\:border-sky-400\/50 {
    border-color: rgb(56 189 248 / 0.5);
  }

  .lg\:border-sky-400\/55 {
    border-color: rgb(56 189 248 / 0.55);
  }

  .lg\:border-sky-400\/60 {
    border-color: rgb(56 189 248 / 0.6);
  }

  .lg\:border-sky-400\/65 {
    border-color: rgb(56 189 248 / 0.65);
  }

  .lg\:border-sky-400\/70 {
    border-color: rgb(56 189 248 / 0.7);
  }

  .lg\:border-sky-400\/75 {
    border-color: rgb(56 189 248 / 0.75);
  }

  .lg\:border-sky-400\/80 {
    border-color: rgb(56 189 248 / 0.8);
  }

  .lg\:border-sky-400\/85 {
    border-color: rgb(56 189 248 / 0.85);
  }

  .lg\:border-sky-400\/90 {
    border-color: rgb(56 189 248 / 0.9);
  }

  .lg\:border-sky-400\/95 {
    border-color: rgb(56 189 248 / 0.95);
  }

  .lg\:border-sky-50 {
    --tw-border-opacity: 1;
    border-color: rgb(240 249 255 / var(--tw-border-opacity));
  }

  .lg\:border-sky-50\/0 {
    border-color: rgb(240 249 255 / 0);
  }

  .lg\:border-sky-50\/10 {
    border-color: rgb(240 249 255 / 0.1);
  }

  .lg\:border-sky-50\/100 {
    border-color: rgb(240 249 255 / 1);
  }

  .lg\:border-sky-50\/15 {
    border-color: rgb(240 249 255 / 0.15);
  }

  .lg\:border-sky-50\/20 {
    border-color: rgb(240 249 255 / 0.2);
  }

  .lg\:border-sky-50\/25 {
    border-color: rgb(240 249 255 / 0.25);
  }

  .lg\:border-sky-50\/30 {
    border-color: rgb(240 249 255 / 0.3);
  }

  .lg\:border-sky-50\/35 {
    border-color: rgb(240 249 255 / 0.35);
  }

  .lg\:border-sky-50\/40 {
    border-color: rgb(240 249 255 / 0.4);
  }

  .lg\:border-sky-50\/45 {
    border-color: rgb(240 249 255 / 0.45);
  }

  .lg\:border-sky-50\/5 {
    border-color: rgb(240 249 255 / 0.05);
  }

  .lg\:border-sky-50\/50 {
    border-color: rgb(240 249 255 / 0.5);
  }

  .lg\:border-sky-50\/55 {
    border-color: rgb(240 249 255 / 0.55);
  }

  .lg\:border-sky-50\/60 {
    border-color: rgb(240 249 255 / 0.6);
  }

  .lg\:border-sky-50\/65 {
    border-color: rgb(240 249 255 / 0.65);
  }

  .lg\:border-sky-50\/70 {
    border-color: rgb(240 249 255 / 0.7);
  }

  .lg\:border-sky-50\/75 {
    border-color: rgb(240 249 255 / 0.75);
  }

  .lg\:border-sky-50\/80 {
    border-color: rgb(240 249 255 / 0.8);
  }

  .lg\:border-sky-50\/85 {
    border-color: rgb(240 249 255 / 0.85);
  }

  .lg\:border-sky-50\/90 {
    border-color: rgb(240 249 255 / 0.9);
  }

  .lg\:border-sky-50\/95 {
    border-color: rgb(240 249 255 / 0.95);
  }

  .lg\:border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgb(14 165 233 / var(--tw-border-opacity));
  }

  .lg\:border-sky-500\/0 {
    border-color: rgb(14 165 233 / 0);
  }

  .lg\:border-sky-500\/10 {
    border-color: rgb(14 165 233 / 0.1);
  }

  .lg\:border-sky-500\/100 {
    border-color: rgb(14 165 233 / 1);
  }

  .lg\:border-sky-500\/15 {
    border-color: rgb(14 165 233 / 0.15);
  }

  .lg\:border-sky-500\/20 {
    border-color: rgb(14 165 233 / 0.2);
  }

  .lg\:border-sky-500\/25 {
    border-color: rgb(14 165 233 / 0.25);
  }

  .lg\:border-sky-500\/30 {
    border-color: rgb(14 165 233 / 0.3);
  }

  .lg\:border-sky-500\/35 {
    border-color: rgb(14 165 233 / 0.35);
  }

  .lg\:border-sky-500\/40 {
    border-color: rgb(14 165 233 / 0.4);
  }

  .lg\:border-sky-500\/45 {
    border-color: rgb(14 165 233 / 0.45);
  }

  .lg\:border-sky-500\/5 {
    border-color: rgb(14 165 233 / 0.05);
  }

  .lg\:border-sky-500\/50 {
    border-color: rgb(14 165 233 / 0.5);
  }

  .lg\:border-sky-500\/55 {
    border-color: rgb(14 165 233 / 0.55);
  }

  .lg\:border-sky-500\/60 {
    border-color: rgb(14 165 233 / 0.6);
  }

  .lg\:border-sky-500\/65 {
    border-color: rgb(14 165 233 / 0.65);
  }

  .lg\:border-sky-500\/70 {
    border-color: rgb(14 165 233 / 0.7);
  }

  .lg\:border-sky-500\/75 {
    border-color: rgb(14 165 233 / 0.75);
  }

  .lg\:border-sky-500\/80 {
    border-color: rgb(14 165 233 / 0.8);
  }

  .lg\:border-sky-500\/85 {
    border-color: rgb(14 165 233 / 0.85);
  }

  .lg\:border-sky-500\/90 {
    border-color: rgb(14 165 233 / 0.9);
  }

  .lg\:border-sky-500\/95 {
    border-color: rgb(14 165 233 / 0.95);
  }

  .lg\:border-sky-600 {
    --tw-border-opacity: 1;
    border-color: rgb(2 132 199 / var(--tw-border-opacity));
  }

  .lg\:border-sky-600\/0 {
    border-color: rgb(2 132 199 / 0);
  }

  .lg\:border-sky-600\/10 {
    border-color: rgb(2 132 199 / 0.1);
  }

  .lg\:border-sky-600\/100 {
    border-color: rgb(2 132 199 / 1);
  }

  .lg\:border-sky-600\/15 {
    border-color: rgb(2 132 199 / 0.15);
  }

  .lg\:border-sky-600\/20 {
    border-color: rgb(2 132 199 / 0.2);
  }

  .lg\:border-sky-600\/25 {
    border-color: rgb(2 132 199 / 0.25);
  }

  .lg\:border-sky-600\/30 {
    border-color: rgb(2 132 199 / 0.3);
  }

  .lg\:border-sky-600\/35 {
    border-color: rgb(2 132 199 / 0.35);
  }

  .lg\:border-sky-600\/40 {
    border-color: rgb(2 132 199 / 0.4);
  }

  .lg\:border-sky-600\/45 {
    border-color: rgb(2 132 199 / 0.45);
  }

  .lg\:border-sky-600\/5 {
    border-color: rgb(2 132 199 / 0.05);
  }

  .lg\:border-sky-600\/50 {
    border-color: rgb(2 132 199 / 0.5);
  }

  .lg\:border-sky-600\/55 {
    border-color: rgb(2 132 199 / 0.55);
  }

  .lg\:border-sky-600\/60 {
    border-color: rgb(2 132 199 / 0.6);
  }

  .lg\:border-sky-600\/65 {
    border-color: rgb(2 132 199 / 0.65);
  }

  .lg\:border-sky-600\/70 {
    border-color: rgb(2 132 199 / 0.7);
  }

  .lg\:border-sky-600\/75 {
    border-color: rgb(2 132 199 / 0.75);
  }

  .lg\:border-sky-600\/80 {
    border-color: rgb(2 132 199 / 0.8);
  }

  .lg\:border-sky-600\/85 {
    border-color: rgb(2 132 199 / 0.85);
  }

  .lg\:border-sky-600\/90 {
    border-color: rgb(2 132 199 / 0.9);
  }

  .lg\:border-sky-600\/95 {
    border-color: rgb(2 132 199 / 0.95);
  }

  .lg\:border-sky-700 {
    --tw-border-opacity: 1;
    border-color: rgb(3 105 161 / var(--tw-border-opacity));
  }

  .lg\:border-sky-700\/0 {
    border-color: rgb(3 105 161 / 0);
  }

  .lg\:border-sky-700\/10 {
    border-color: rgb(3 105 161 / 0.1);
  }

  .lg\:border-sky-700\/100 {
    border-color: rgb(3 105 161 / 1);
  }

  .lg\:border-sky-700\/15 {
    border-color: rgb(3 105 161 / 0.15);
  }

  .lg\:border-sky-700\/20 {
    border-color: rgb(3 105 161 / 0.2);
  }

  .lg\:border-sky-700\/25 {
    border-color: rgb(3 105 161 / 0.25);
  }

  .lg\:border-sky-700\/30 {
    border-color: rgb(3 105 161 / 0.3);
  }

  .lg\:border-sky-700\/35 {
    border-color: rgb(3 105 161 / 0.35);
  }

  .lg\:border-sky-700\/40 {
    border-color: rgb(3 105 161 / 0.4);
  }

  .lg\:border-sky-700\/45 {
    border-color: rgb(3 105 161 / 0.45);
  }

  .lg\:border-sky-700\/5 {
    border-color: rgb(3 105 161 / 0.05);
  }

  .lg\:border-sky-700\/50 {
    border-color: rgb(3 105 161 / 0.5);
  }

  .lg\:border-sky-700\/55 {
    border-color: rgb(3 105 161 / 0.55);
  }

  .lg\:border-sky-700\/60 {
    border-color: rgb(3 105 161 / 0.6);
  }

  .lg\:border-sky-700\/65 {
    border-color: rgb(3 105 161 / 0.65);
  }

  .lg\:border-sky-700\/70 {
    border-color: rgb(3 105 161 / 0.7);
  }

  .lg\:border-sky-700\/75 {
    border-color: rgb(3 105 161 / 0.75);
  }

  .lg\:border-sky-700\/80 {
    border-color: rgb(3 105 161 / 0.8);
  }

  .lg\:border-sky-700\/85 {
    border-color: rgb(3 105 161 / 0.85);
  }

  .lg\:border-sky-700\/90 {
    border-color: rgb(3 105 161 / 0.9);
  }

  .lg\:border-sky-700\/95 {
    border-color: rgb(3 105 161 / 0.95);
  }

  .lg\:border-sky-800 {
    --tw-border-opacity: 1;
    border-color: rgb(7 89 133 / var(--tw-border-opacity));
  }

  .lg\:border-sky-800\/0 {
    border-color: rgb(7 89 133 / 0);
  }

  .lg\:border-sky-800\/10 {
    border-color: rgb(7 89 133 / 0.1);
  }

  .lg\:border-sky-800\/100 {
    border-color: rgb(7 89 133 / 1);
  }

  .lg\:border-sky-800\/15 {
    border-color: rgb(7 89 133 / 0.15);
  }

  .lg\:border-sky-800\/20 {
    border-color: rgb(7 89 133 / 0.2);
  }

  .lg\:border-sky-800\/25 {
    border-color: rgb(7 89 133 / 0.25);
  }

  .lg\:border-sky-800\/30 {
    border-color: rgb(7 89 133 / 0.3);
  }

  .lg\:border-sky-800\/35 {
    border-color: rgb(7 89 133 / 0.35);
  }

  .lg\:border-sky-800\/40 {
    border-color: rgb(7 89 133 / 0.4);
  }

  .lg\:border-sky-800\/45 {
    border-color: rgb(7 89 133 / 0.45);
  }

  .lg\:border-sky-800\/5 {
    border-color: rgb(7 89 133 / 0.05);
  }

  .lg\:border-sky-800\/50 {
    border-color: rgb(7 89 133 / 0.5);
  }

  .lg\:border-sky-800\/55 {
    border-color: rgb(7 89 133 / 0.55);
  }

  .lg\:border-sky-800\/60 {
    border-color: rgb(7 89 133 / 0.6);
  }

  .lg\:border-sky-800\/65 {
    border-color: rgb(7 89 133 / 0.65);
  }

  .lg\:border-sky-800\/70 {
    border-color: rgb(7 89 133 / 0.7);
  }

  .lg\:border-sky-800\/75 {
    border-color: rgb(7 89 133 / 0.75);
  }

  .lg\:border-sky-800\/80 {
    border-color: rgb(7 89 133 / 0.8);
  }

  .lg\:border-sky-800\/85 {
    border-color: rgb(7 89 133 / 0.85);
  }

  .lg\:border-sky-800\/90 {
    border-color: rgb(7 89 133 / 0.9);
  }

  .lg\:border-sky-800\/95 {
    border-color: rgb(7 89 133 / 0.95);
  }

  .lg\:border-sky-900 {
    --tw-border-opacity: 1;
    border-color: rgb(12 74 110 / var(--tw-border-opacity));
  }

  .lg\:border-sky-900\/0 {
    border-color: rgb(12 74 110 / 0);
  }

  .lg\:border-sky-900\/10 {
    border-color: rgb(12 74 110 / 0.1);
  }

  .lg\:border-sky-900\/100 {
    border-color: rgb(12 74 110 / 1);
  }

  .lg\:border-sky-900\/15 {
    border-color: rgb(12 74 110 / 0.15);
  }

  .lg\:border-sky-900\/20 {
    border-color: rgb(12 74 110 / 0.2);
  }

  .lg\:border-sky-900\/25 {
    border-color: rgb(12 74 110 / 0.25);
  }

  .lg\:border-sky-900\/30 {
    border-color: rgb(12 74 110 / 0.3);
  }

  .lg\:border-sky-900\/35 {
    border-color: rgb(12 74 110 / 0.35);
  }

  .lg\:border-sky-900\/40 {
    border-color: rgb(12 74 110 / 0.4);
  }

  .lg\:border-sky-900\/45 {
    border-color: rgb(12 74 110 / 0.45);
  }

  .lg\:border-sky-900\/5 {
    border-color: rgb(12 74 110 / 0.05);
  }

  .lg\:border-sky-900\/50 {
    border-color: rgb(12 74 110 / 0.5);
  }

  .lg\:border-sky-900\/55 {
    border-color: rgb(12 74 110 / 0.55);
  }

  .lg\:border-sky-900\/60 {
    border-color: rgb(12 74 110 / 0.6);
  }

  .lg\:border-sky-900\/65 {
    border-color: rgb(12 74 110 / 0.65);
  }

  .lg\:border-sky-900\/70 {
    border-color: rgb(12 74 110 / 0.7);
  }

  .lg\:border-sky-900\/75 {
    border-color: rgb(12 74 110 / 0.75);
  }

  .lg\:border-sky-900\/80 {
    border-color: rgb(12 74 110 / 0.8);
  }

  .lg\:border-sky-900\/85 {
    border-color: rgb(12 74 110 / 0.85);
  }

  .lg\:border-sky-900\/90 {
    border-color: rgb(12 74 110 / 0.9);
  }

  .lg\:border-sky-900\/95 {
    border-color: rgb(12 74 110 / 0.95);
  }

  .lg\:border-sky-950 {
    --tw-border-opacity: 1;
    border-color: rgb(8 47 73 / var(--tw-border-opacity));
  }

  .lg\:border-sky-950\/0 {
    border-color: rgb(8 47 73 / 0);
  }

  .lg\:border-sky-950\/10 {
    border-color: rgb(8 47 73 / 0.1);
  }

  .lg\:border-sky-950\/100 {
    border-color: rgb(8 47 73 / 1);
  }

  .lg\:border-sky-950\/15 {
    border-color: rgb(8 47 73 / 0.15);
  }

  .lg\:border-sky-950\/20 {
    border-color: rgb(8 47 73 / 0.2);
  }

  .lg\:border-sky-950\/25 {
    border-color: rgb(8 47 73 / 0.25);
  }

  .lg\:border-sky-950\/30 {
    border-color: rgb(8 47 73 / 0.3);
  }

  .lg\:border-sky-950\/35 {
    border-color: rgb(8 47 73 / 0.35);
  }

  .lg\:border-sky-950\/40 {
    border-color: rgb(8 47 73 / 0.4);
  }

  .lg\:border-sky-950\/45 {
    border-color: rgb(8 47 73 / 0.45);
  }

  .lg\:border-sky-950\/5 {
    border-color: rgb(8 47 73 / 0.05);
  }

  .lg\:border-sky-950\/50 {
    border-color: rgb(8 47 73 / 0.5);
  }

  .lg\:border-sky-950\/55 {
    border-color: rgb(8 47 73 / 0.55);
  }

  .lg\:border-sky-950\/60 {
    border-color: rgb(8 47 73 / 0.6);
  }

  .lg\:border-sky-950\/65 {
    border-color: rgb(8 47 73 / 0.65);
  }

  .lg\:border-sky-950\/70 {
    border-color: rgb(8 47 73 / 0.7);
  }

  .lg\:border-sky-950\/75 {
    border-color: rgb(8 47 73 / 0.75);
  }

  .lg\:border-sky-950\/80 {
    border-color: rgb(8 47 73 / 0.8);
  }

  .lg\:border-sky-950\/85 {
    border-color: rgb(8 47 73 / 0.85);
  }

  .lg\:border-sky-950\/90 {
    border-color: rgb(8 47 73 / 0.9);
  }

  .lg\:border-sky-950\/95 {
    border-color: rgb(8 47 73 / 0.95);
  }

  .lg\:border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgb(241 245 249 / var(--tw-border-opacity));
  }

  .lg\:border-slate-100\/0 {
    border-color: rgb(241 245 249 / 0);
  }

  .lg\:border-slate-100\/10 {
    border-color: rgb(241 245 249 / 0.1);
  }

  .lg\:border-slate-100\/100 {
    border-color: rgb(241 245 249 / 1);
  }

  .lg\:border-slate-100\/15 {
    border-color: rgb(241 245 249 / 0.15);
  }

  .lg\:border-slate-100\/20 {
    border-color: rgb(241 245 249 / 0.2);
  }

  .lg\:border-slate-100\/25 {
    border-color: rgb(241 245 249 / 0.25);
  }

  .lg\:border-slate-100\/30 {
    border-color: rgb(241 245 249 / 0.3);
  }

  .lg\:border-slate-100\/35 {
    border-color: rgb(241 245 249 / 0.35);
  }

  .lg\:border-slate-100\/40 {
    border-color: rgb(241 245 249 / 0.4);
  }

  .lg\:border-slate-100\/45 {
    border-color: rgb(241 245 249 / 0.45);
  }

  .lg\:border-slate-100\/5 {
    border-color: rgb(241 245 249 / 0.05);
  }

  .lg\:border-slate-100\/50 {
    border-color: rgb(241 245 249 / 0.5);
  }

  .lg\:border-slate-100\/55 {
    border-color: rgb(241 245 249 / 0.55);
  }

  .lg\:border-slate-100\/60 {
    border-color: rgb(241 245 249 / 0.6);
  }

  .lg\:border-slate-100\/65 {
    border-color: rgb(241 245 249 / 0.65);
  }

  .lg\:border-slate-100\/70 {
    border-color: rgb(241 245 249 / 0.7);
  }

  .lg\:border-slate-100\/75 {
    border-color: rgb(241 245 249 / 0.75);
  }

  .lg\:border-slate-100\/80 {
    border-color: rgb(241 245 249 / 0.8);
  }

  .lg\:border-slate-100\/85 {
    border-color: rgb(241 245 249 / 0.85);
  }

  .lg\:border-slate-100\/90 {
    border-color: rgb(241 245 249 / 0.9);
  }

  .lg\:border-slate-100\/95 {
    border-color: rgb(241 245 249 / 0.95);
  }

  .lg\:border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity));
  }

  .lg\:border-slate-200\/0 {
    border-color: rgb(226 232 240 / 0);
  }

  .lg\:border-slate-200\/10 {
    border-color: rgb(226 232 240 / 0.1);
  }

  .lg\:border-slate-200\/100 {
    border-color: rgb(226 232 240 / 1);
  }

  .lg\:border-slate-200\/15 {
    border-color: rgb(226 232 240 / 0.15);
  }

  .lg\:border-slate-200\/20 {
    border-color: rgb(226 232 240 / 0.2);
  }

  .lg\:border-slate-200\/25 {
    border-color: rgb(226 232 240 / 0.25);
  }

  .lg\:border-slate-200\/30 {
    border-color: rgb(226 232 240 / 0.3);
  }

  .lg\:border-slate-200\/35 {
    border-color: rgb(226 232 240 / 0.35);
  }

  .lg\:border-slate-200\/40 {
    border-color: rgb(226 232 240 / 0.4);
  }

  .lg\:border-slate-200\/45 {
    border-color: rgb(226 232 240 / 0.45);
  }

  .lg\:border-slate-200\/5 {
    border-color: rgb(226 232 240 / 0.05);
  }

  .lg\:border-slate-200\/50 {
    border-color: rgb(226 232 240 / 0.5);
  }

  .lg\:border-slate-200\/55 {
    border-color: rgb(226 232 240 / 0.55);
  }

  .lg\:border-slate-200\/60 {
    border-color: rgb(226 232 240 / 0.6);
  }

  .lg\:border-slate-200\/65 {
    border-color: rgb(226 232 240 / 0.65);
  }

  .lg\:border-slate-200\/70 {
    border-color: rgb(226 232 240 / 0.7);
  }

  .lg\:border-slate-200\/75 {
    border-color: rgb(226 232 240 / 0.75);
  }

  .lg\:border-slate-200\/80 {
    border-color: rgb(226 232 240 / 0.8);
  }

  .lg\:border-slate-200\/85 {
    border-color: rgb(226 232 240 / 0.85);
  }

  .lg\:border-slate-200\/90 {
    border-color: rgb(226 232 240 / 0.9);
  }

  .lg\:border-slate-200\/95 {
    border-color: rgb(226 232 240 / 0.95);
  }

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

  .lg\:border-slate-300\/0 {
    border-color: rgb(203 213 225 / 0);
  }

  .lg\:border-slate-300\/10 {
    border-color: rgb(203 213 225 / 0.1);
  }

  .lg\:border-slate-300\/100 {
    border-color: rgb(203 213 225 / 1);
  }

  .lg\:border-slate-300\/15 {
    border-color: rgb(203 213 225 / 0.15);
  }

  .lg\:border-slate-300\/20 {
    border-color: rgb(203 213 225 / 0.2);
  }

  .lg\:border-slate-300\/25 {
    border-color: rgb(203 213 225 / 0.25);
  }

  .lg\:border-slate-300\/30 {
    border-color: rgb(203 213 225 / 0.3);
  }

  .lg\:border-slate-300\/35 {
    border-color: rgb(203 213 225 / 0.35);
  }

  .lg\:border-slate-300\/40 {
    border-color: rgb(203 213 225 / 0.4);
  }

  .lg\:border-slate-300\/45 {
    border-color: rgb(203 213 225 / 0.45);
  }

  .lg\:border-slate-300\/5 {
    border-color: rgb(203 213 225 / 0.05);
  }

  .lg\:border-slate-300\/50 {
    border-color: rgb(203 213 225 / 0.5);
  }

  .lg\:border-slate-300\/55 {
    border-color: rgb(203 213 225 / 0.55);
  }

  .lg\:border-slate-300\/60 {
    border-color: rgb(203 213 225 / 0.6);
  }

  .lg\:border-slate-300\/65 {
    border-color: rgb(203 213 225 / 0.65);
  }

  .lg\:border-slate-300\/70 {
    border-color: rgb(203 213 225 / 0.7);
  }

  .lg\:border-slate-300\/75 {
    border-color: rgb(203 213 225 / 0.75);
  }

  .lg\:border-slate-300\/80 {
    border-color: rgb(203 213 225 / 0.8);
  }

  .lg\:border-slate-300\/85 {
    border-color: rgb(203 213 225 / 0.85);
  }

  .lg\:border-slate-300\/90 {
    border-color: rgb(203 213 225 / 0.9);
  }

  .lg\:border-slate-300\/95 {
    border-color: rgb(203 213 225 / 0.95);
  }

  .lg\:border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgb(148 163 184 / var(--tw-border-opacity));
  }

  .lg\:border-slate-400\/0 {
    border-color: rgb(148 163 184 / 0);
  }

  .lg\:border-slate-400\/10 {
    border-color: rgb(148 163 184 / 0.1);
  }

  .lg\:border-slate-400\/100 {
    border-color: rgb(148 163 184 / 1);
  }

  .lg\:border-slate-400\/15 {
    border-color: rgb(148 163 184 / 0.15);
  }

  .lg\:border-slate-400\/20 {
    border-color: rgb(148 163 184 / 0.2);
  }

  .lg\:border-slate-400\/25 {
    border-color: rgb(148 163 184 / 0.25);
  }

  .lg\:border-slate-400\/30 {
    border-color: rgb(148 163 184 / 0.3);
  }

  .lg\:border-slate-400\/35 {
    border-color: rgb(148 163 184 / 0.35);
  }

  .lg\:border-slate-400\/40 {
    border-color: rgb(148 163 184 / 0.4);
  }

  .lg\:border-slate-400\/45 {
    border-color: rgb(148 163 184 / 0.45);
  }

  .lg\:border-slate-400\/5 {
    border-color: rgb(148 163 184 / 0.05);
  }

  .lg\:border-slate-400\/50 {
    border-color: rgb(148 163 184 / 0.5);
  }

  .lg\:border-slate-400\/55 {
    border-color: rgb(148 163 184 / 0.55);
  }

  .lg\:border-slate-400\/60 {
    border-color: rgb(148 163 184 / 0.6);
  }

  .lg\:border-slate-400\/65 {
    border-color: rgb(148 163 184 / 0.65);
  }

  .lg\:border-slate-400\/70 {
    border-color: rgb(148 163 184 / 0.7);
  }

  .lg\:border-slate-400\/75 {
    border-color: rgb(148 163 184 / 0.75);
  }

  .lg\:border-slate-400\/80 {
    border-color: rgb(148 163 184 / 0.8);
  }

  .lg\:border-slate-400\/85 {
    border-color: rgb(148 163 184 / 0.85);
  }

  .lg\:border-slate-400\/90 {
    border-color: rgb(148 163 184 / 0.9);
  }

  .lg\:border-slate-400\/95 {
    border-color: rgb(148 163 184 / 0.95);
  }

  .lg\:border-slate-50 {
    --tw-border-opacity: 1;
    border-color: rgb(248 250 252 / var(--tw-border-opacity));
  }

  .lg\:border-slate-50\/0 {
    border-color: rgb(248 250 252 / 0);
  }

  .lg\:border-slate-50\/10 {
    border-color: rgb(248 250 252 / 0.1);
  }

  .lg\:border-slate-50\/100 {
    border-color: rgb(248 250 252 / 1);
  }

  .lg\:border-slate-50\/15 {
    border-color: rgb(248 250 252 / 0.15);
  }

  .lg\:border-slate-50\/20 {
    border-color: rgb(248 250 252 / 0.2);
  }

  .lg\:border-slate-50\/25 {
    border-color: rgb(248 250 252 / 0.25);
  }

  .lg\:border-slate-50\/30 {
    border-color: rgb(248 250 252 / 0.3);
  }

  .lg\:border-slate-50\/35 {
    border-color: rgb(248 250 252 / 0.35);
  }

  .lg\:border-slate-50\/40 {
    border-color: rgb(248 250 252 / 0.4);
  }

  .lg\:border-slate-50\/45 {
    border-color: rgb(248 250 252 / 0.45);
  }

  .lg\:border-slate-50\/5 {
    border-color: rgb(248 250 252 / 0.05);
  }

  .lg\:border-slate-50\/50 {
    border-color: rgb(248 250 252 / 0.5);
  }

  .lg\:border-slate-50\/55 {
    border-color: rgb(248 250 252 / 0.55);
  }

  .lg\:border-slate-50\/60 {
    border-color: rgb(248 250 252 / 0.6);
  }

  .lg\:border-slate-50\/65 {
    border-color: rgb(248 250 252 / 0.65);
  }

  .lg\:border-slate-50\/70 {
    border-color: rgb(248 250 252 / 0.7);
  }

  .lg\:border-slate-50\/75 {
    border-color: rgb(248 250 252 / 0.75);
  }

  .lg\:border-slate-50\/80 {
    border-color: rgb(248 250 252 / 0.8);
  }

  .lg\:border-slate-50\/85 {
    border-color: rgb(248 250 252 / 0.85);
  }

  .lg\:border-slate-50\/90 {
    border-color: rgb(248 250 252 / 0.9);
  }

  .lg\:border-slate-50\/95 {
    border-color: rgb(248 250 252 / 0.95);
  }

  .lg\:border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgb(100 116 139 / var(--tw-border-opacity));
  }

  .lg\:border-slate-500\/0 {
    border-color: rgb(100 116 139 / 0);
  }

  .lg\:border-slate-500\/10 {
    border-color: rgb(100 116 139 / 0.1);
  }

  .lg\:border-slate-500\/100 {
    border-color: rgb(100 116 139 / 1);
  }

  .lg\:border-slate-500\/15 {
    border-color: rgb(100 116 139 / 0.15);
  }

  .lg\:border-slate-500\/20 {
    border-color: rgb(100 116 139 / 0.2);
  }

  .lg\:border-slate-500\/25 {
    border-color: rgb(100 116 139 / 0.25);
  }

  .lg\:border-slate-500\/30 {
    border-color: rgb(100 116 139 / 0.3);
  }

  .lg\:border-slate-500\/35 {
    border-color: rgb(100 116 139 / 0.35);
  }

  .lg\:border-slate-500\/40 {
    border-color: rgb(100 116 139 / 0.4);
  }

  .lg\:border-slate-500\/45 {
    border-color: rgb(100 116 139 / 0.45);
  }

  .lg\:border-slate-500\/5 {
    border-color: rgb(100 116 139 / 0.05);
  }

  .lg\:border-slate-500\/50 {
    border-color: rgb(100 116 139 / 0.5);
  }

  .lg\:border-slate-500\/55 {
    border-color: rgb(100 116 139 / 0.55);
  }

  .lg\:border-slate-500\/60 {
    border-color: rgb(100 116 139 / 0.6);
  }

  .lg\:border-slate-500\/65 {
    border-color: rgb(100 116 139 / 0.65);
  }

  .lg\:border-slate-500\/70 {
    border-color: rgb(100 116 139 / 0.7);
  }

  .lg\:border-slate-500\/75 {
    border-color: rgb(100 116 139 / 0.75);
  }

  .lg\:border-slate-500\/80 {
    border-color: rgb(100 116 139 / 0.8);
  }

  .lg\:border-slate-500\/85 {
    border-color: rgb(100 116 139 / 0.85);
  }

  .lg\:border-slate-500\/90 {
    border-color: rgb(100 116 139 / 0.9);
  }

  .lg\:border-slate-500\/95 {
    border-color: rgb(100 116 139 / 0.95);
  }

  .lg\:border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgb(71 85 105 / var(--tw-border-opacity));
  }

  .lg\:border-slate-600\/0 {
    border-color: rgb(71 85 105 / 0);
  }

  .lg\:border-slate-600\/10 {
    border-color: rgb(71 85 105 / 0.1);
  }

  .lg\:border-slate-600\/100 {
    border-color: rgb(71 85 105 / 1);
  }

  .lg\:border-slate-600\/15 {
    border-color: rgb(71 85 105 / 0.15);
  }

  .lg\:border-slate-600\/20 {
    border-color: rgb(71 85 105 / 0.2);
  }

  .lg\:border-slate-600\/25 {
    border-color: rgb(71 85 105 / 0.25);
  }

  .lg\:border-slate-600\/30 {
    border-color: rgb(71 85 105 / 0.3);
  }

  .lg\:border-slate-600\/35 {
    border-color: rgb(71 85 105 / 0.35);
  }

  .lg\:border-slate-600\/40 {
    border-color: rgb(71 85 105 / 0.4);
  }

  .lg\:border-slate-600\/45 {
    border-color: rgb(71 85 105 / 0.45);
  }

  .lg\:border-slate-600\/5 {
    border-color: rgb(71 85 105 / 0.05);
  }

  .lg\:border-slate-600\/50 {
    border-color: rgb(71 85 105 / 0.5);
  }

  .lg\:border-slate-600\/55 {
    border-color: rgb(71 85 105 / 0.55);
  }

  .lg\:border-slate-600\/60 {
    border-color: rgb(71 85 105 / 0.6);
  }

  .lg\:border-slate-600\/65 {
    border-color: rgb(71 85 105 / 0.65);
  }

  .lg\:border-slate-600\/70 {
    border-color: rgb(71 85 105 / 0.7);
  }

  .lg\:border-slate-600\/75 {
    border-color: rgb(71 85 105 / 0.75);
  }

  .lg\:border-slate-600\/80 {
    border-color: rgb(71 85 105 / 0.8);
  }

  .lg\:border-slate-600\/85 {
    border-color: rgb(71 85 105 / 0.85);
  }

  .lg\:border-slate-600\/90 {
    border-color: rgb(71 85 105 / 0.9);
  }

  .lg\:border-slate-600\/95 {
    border-color: rgb(71 85 105 / 0.95);
  }

  .lg\:border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgb(51 65 85 / var(--tw-border-opacity));
  }

  .lg\:border-slate-700\/0 {
    border-color: rgb(51 65 85 / 0);
  }

  .lg\:border-slate-700\/10 {
    border-color: rgb(51 65 85 / 0.1);
  }

  .lg\:border-slate-700\/100 {
    border-color: rgb(51 65 85 / 1);
  }

  .lg\:border-slate-700\/15 {
    border-color: rgb(51 65 85 / 0.15);
  }

  .lg\:border-slate-700\/20 {
    border-color: rgb(51 65 85 / 0.2);
  }

  .lg\:border-slate-700\/25 {
    border-color: rgb(51 65 85 / 0.25);
  }

  .lg\:border-slate-700\/30 {
    border-color: rgb(51 65 85 / 0.3);
  }

  .lg\:border-slate-700\/35 {
    border-color: rgb(51 65 85 / 0.35);
  }

  .lg\:border-slate-700\/40 {
    border-color: rgb(51 65 85 / 0.4);
  }

  .lg\:border-slate-700\/45 {
    border-color: rgb(51 65 85 / 0.45);
  }

  .lg\:border-slate-700\/5 {
    border-color: rgb(51 65 85 / 0.05);
  }

  .lg\:border-slate-700\/50 {
    border-color: rgb(51 65 85 / 0.5);
  }

  .lg\:border-slate-700\/55 {
    border-color: rgb(51 65 85 / 0.55);
  }

  .lg\:border-slate-700\/60 {
    border-color: rgb(51 65 85 / 0.6);
  }

  .lg\:border-slate-700\/65 {
    border-color: rgb(51 65 85 / 0.65);
  }

  .lg\:border-slate-700\/70 {
    border-color: rgb(51 65 85 / 0.7);
  }

  .lg\:border-slate-700\/75 {
    border-color: rgb(51 65 85 / 0.75);
  }

  .lg\:border-slate-700\/80 {
    border-color: rgb(51 65 85 / 0.8);
  }

  .lg\:border-slate-700\/85 {
    border-color: rgb(51 65 85 / 0.85);
  }

  .lg\:border-slate-700\/90 {
    border-color: rgb(51 65 85 / 0.9);
  }

  .lg\:border-slate-700\/95 {
    border-color: rgb(51 65 85 / 0.95);
  }

  .lg\:border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgb(30 41 59 / var(--tw-border-opacity));
  }

  .lg\:border-slate-800\/0 {
    border-color: rgb(30 41 59 / 0);
  }

  .lg\:border-slate-800\/10 {
    border-color: rgb(30 41 59 / 0.1);
  }

  .lg\:border-slate-800\/100 {
    border-color: rgb(30 41 59 / 1);
  }

  .lg\:border-slate-800\/15 {
    border-color: rgb(30 41 59 / 0.15);
  }

  .lg\:border-slate-800\/20 {
    border-color: rgb(30 41 59 / 0.2);
  }

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

  .lg\:border-slate-800\/30 {
    border-color: rgb(30 41 59 / 0.3);
  }

  .lg\:border-slate-800\/35 {
    border-color: rgb(30 41 59 / 0.35);
  }

  .lg\:border-slate-800\/40 {
    border-color: rgb(30 41 59 / 0.4);
  }

  .lg\:border-slate-800\/45 {
    border-color: rgb(30 41 59 / 0.45);
  }

  .lg\:border-slate-800\/5 {
    border-color: rgb(30 41 59 / 0.05);
  }

  .lg\:border-slate-800\/50 {
    border-color: rgb(30 41 59 / 0.5);
  }

  .lg\:border-slate-800\/55 {
    border-color: rgb(30 41 59 / 0.55);
  }

  .lg\:border-slate-800\/60 {
    border-color: rgb(30 41 59 / 0.6);
  }

  .lg\:border-slate-800\/65 {
    border-color: rgb(30 41 59 / 0.65);
  }

  .lg\:border-slate-800\/70 {
    border-color: rgb(30 41 59 / 0.7);
  }

  .lg\:border-slate-800\/75 {
    border-color: rgb(30 41 59 / 0.75);
  }

  .lg\:border-slate-800\/80 {
    border-color: rgb(30 41 59 / 0.8);
  }

  .lg\:border-slate-800\/85 {
    border-color: rgb(30 41 59 / 0.85);
  }

  .lg\:border-slate-800\/90 {
    border-color: rgb(30 41 59 / 0.9);
  }

  .lg\:border-slate-800\/95 {
    border-color: rgb(30 41 59 / 0.95);
  }

  .lg\:border-slate-900 {
    --tw-border-opacity: 1;
    border-color: rgb(15 23 42 / var(--tw-border-opacity));
  }

  .lg\:border-slate-900\/0 {
    border-color: rgb(15 23 42 / 0);
  }

  .lg\:border-slate-900\/10 {
    border-color: rgb(15 23 42 / 0.1);
  }

  .lg\:border-slate-900\/100 {
    border-color: rgb(15 23 42 / 1);
  }

  .lg\:border-slate-900\/15 {
    border-color: rgb(15 23 42 / 0.15);
  }

  .lg\:border-slate-900\/20 {
    border-color: rgb(15 23 42 / 0.2);
  }

  .lg\:border-slate-900\/25 {
    border-color: rgb(15 23 42 / 0.25);
  }

  .lg\:border-slate-900\/30 {
    border-color: rgb(15 23 42 / 0.3);
  }

  .lg\:border-slate-900\/35 {
    border-color: rgb(15 23 42 / 0.35);
  }

  .lg\:border-slate-900\/40 {
    border-color: rgb(15 23 42 / 0.4);
  }

  .lg\:border-slate-900\/45 {
    border-color: rgb(15 23 42 / 0.45);
  }

  .lg\:border-slate-900\/5 {
    border-color: rgb(15 23 42 / 0.05);
  }

  .lg\:border-slate-900\/50 {
    border-color: rgb(15 23 42 / 0.5);
  }

  .lg\:border-slate-900\/55 {
    border-color: rgb(15 23 42 / 0.55);
  }

  .lg\:border-slate-900\/60 {
    border-color: rgb(15 23 42 / 0.6);
  }

  .lg\:border-slate-900\/65 {
    border-color: rgb(15 23 42 / 0.65);
  }

  .lg\:border-slate-900\/70 {
    border-color: rgb(15 23 42 / 0.7);
  }

  .lg\:border-slate-900\/75 {
    border-color: rgb(15 23 42 / 0.75);
  }

  .lg\:border-slate-900\/80 {
    border-color: rgb(15 23 42 / 0.8);
  }

  .lg\:border-slate-900\/85 {
    border-color: rgb(15 23 42 / 0.85);
  }

  .lg\:border-slate-900\/90 {
    border-color: rgb(15 23 42 / 0.9);
  }

  .lg\:border-slate-900\/95 {
    border-color: rgb(15 23 42 / 0.95);
  }

  .lg\:border-slate-950 {
    --tw-border-opacity: 1;
    border-color: rgb(2 6 23 / var(--tw-border-opacity));
  }

  .lg\:border-slate-950\/0 {
    border-color: rgb(2 6 23 / 0);
  }

  .lg\:border-slate-950\/10 {
    border-color: rgb(2 6 23 / 0.1);
  }

  .lg\:border-slate-950\/100 {
    border-color: rgb(2 6 23 / 1);
  }

  .lg\:border-slate-950\/15 {
    border-color: rgb(2 6 23 / 0.15);
  }

  .lg\:border-slate-950\/20 {
    border-color: rgb(2 6 23 / 0.2);
  }

  .lg\:border-slate-950\/25 {
    border-color: rgb(2 6 23 / 0.25);
  }

  .lg\:border-slate-950\/30 {
    border-color: rgb(2 6 23 / 0.3);
  }

  .lg\:border-slate-950\/35 {
    border-color: rgb(2 6 23 / 0.35);
  }

  .lg\:border-slate-950\/40 {
    border-color: rgb(2 6 23 / 0.4);
  }

  .lg\:border-slate-950\/45 {
    border-color: rgb(2 6 23 / 0.45);
  }

  .lg\:border-slate-950\/5 {
    border-color: rgb(2 6 23 / 0.05);
  }

  .lg\:border-slate-950\/50 {
    border-color: rgb(2 6 23 / 0.5);
  }

  .lg\:border-slate-950\/55 {
    border-color: rgb(2 6 23 / 0.55);
  }

  .lg\:border-slate-950\/60 {
    border-color: rgb(2 6 23 / 0.6);
  }

  .lg\:border-slate-950\/65 {
    border-color: rgb(2 6 23 / 0.65);
  }

  .lg\:border-slate-950\/70 {
    border-color: rgb(2 6 23 / 0.7);
  }

  .lg\:border-slate-950\/75 {
    border-color: rgb(2 6 23 / 0.75);
  }

  .lg\:border-slate-950\/80 {
    border-color: rgb(2 6 23 / 0.8);
  }

  .lg\:border-slate-950\/85 {
    border-color: rgb(2 6 23 / 0.85);
  }

  .lg\:border-slate-950\/90 {
    border-color: rgb(2 6 23 / 0.9);
  }

  .lg\:border-slate-950\/95 {
    border-color: rgb(2 6 23 / 0.95);
  }

  .lg\:border-stone-100 {
    --tw-border-opacity: 1;
    border-color: rgb(245 245 244 / var(--tw-border-opacity));
  }

  .lg\:border-stone-100\/0 {
    border-color: rgb(245 245 244 / 0);
  }

  .lg\:border-stone-100\/10 {
    border-color: rgb(245 245 244 / 0.1);
  }

  .lg\:border-stone-100\/100 {
    border-color: rgb(245 245 244 / 1);
  }

  .lg\:border-stone-100\/15 {
    border-color: rgb(245 245 244 / 0.15);
  }

  .lg\:border-stone-100\/20 {
    border-color: rgb(245 245 244 / 0.2);
  }

  .lg\:border-stone-100\/25 {
    border-color: rgb(245 245 244 / 0.25);
  }

  .lg\:border-stone-100\/30 {
    border-color: rgb(245 245 244 / 0.3);
  }

  .lg\:border-stone-100\/35 {
    border-color: rgb(245 245 244 / 0.35);
  }

  .lg\:border-stone-100\/40 {
    border-color: rgb(245 245 244 / 0.4);
  }

  .lg\:border-stone-100\/45 {
    border-color: rgb(245 245 244 / 0.45);
  }

  .lg\:border-stone-100\/5 {
    border-color: rgb(245 245 244 / 0.05);
  }

  .lg\:border-stone-100\/50 {
    border-color: rgb(245 245 244 / 0.5);
  }

  .lg\:border-stone-100\/55 {
    border-color: rgb(245 245 244 / 0.55);
  }

  .lg\:border-stone-100\/60 {
    border-color: rgb(245 245 244 / 0.6);
  }

  .lg\:border-stone-100\/65 {
    border-color: rgb(245 245 244 / 0.65);
  }

  .lg\:border-stone-100\/70 {
    border-color: rgb(245 245 244 / 0.7);
  }

  .lg\:border-stone-100\/75 {
    border-color: rgb(245 245 244 / 0.75);
  }

  .lg\:border-stone-100\/80 {
    border-color: rgb(245 245 244 / 0.8);
  }

  .lg\:border-stone-100\/85 {
    border-color: rgb(245 245 244 / 0.85);
  }

  .lg\:border-stone-100\/90 {
    border-color: rgb(245 245 244 / 0.9);
  }

  .lg\:border-stone-100\/95 {
    border-color: rgb(245 245 244 / 0.95);
  }

  .lg\:border-stone-200 {
    --tw-border-opacity: 1;
    border-color: rgb(231 229 228 / var(--tw-border-opacity));
  }

  .lg\:border-stone-200\/0 {
    border-color: rgb(231 229 228 / 0);
  }

  .lg\:border-stone-200\/10 {
    border-color: rgb(231 229 228 / 0.1);
  }

  .lg\:border-stone-200\/100 {
    border-color: rgb(231 229 228 / 1);
  }

  .lg\:border-stone-200\/15 {
    border-color: rgb(231 229 228 / 0.15);
  }

  .lg\:border-stone-200\/20 {
    border-color: rgb(231 229 228 / 0.2);
  }

  .lg\:border-stone-200\/25 {
    border-color: rgb(231 229 228 / 0.25);
  }

  .lg\:border-stone-200\/30 {
    border-color: rgb(231 229 228 / 0.3);
  }

  .lg\:border-stone-200\/35 {
    border-color: rgb(231 229 228 / 0.35);
  }

  .lg\:border-stone-200\/40 {
    border-color: rgb(231 229 228 / 0.4);
  }

  .lg\:border-stone-200\/45 {
    border-color: rgb(231 229 228 / 0.45);
  }

  .lg\:border-stone-200\/5 {
    border-color: rgb(231 229 228 / 0.05);
  }

  .lg\:border-stone-200\/50 {
    border-color: rgb(231 229 228 / 0.5);
  }

  .lg\:border-stone-200\/55 {
    border-color: rgb(231 229 228 / 0.55);
  }

  .lg\:border-stone-200\/60 {
    border-color: rgb(231 229 228 / 0.6);
  }

  .lg\:border-stone-200\/65 {
    border-color: rgb(231 229 228 / 0.65);
  }

  .lg\:border-stone-200\/70 {
    border-color: rgb(231 229 228 / 0.7);
  }

  .lg\:border-stone-200\/75 {
    border-color: rgb(231 229 228 / 0.75);
  }

  .lg\:border-stone-200\/80 {
    border-color: rgb(231 229 228 / 0.8);
  }

  .lg\:border-stone-200\/85 {
    border-color: rgb(231 229 228 / 0.85);
  }

  .lg\:border-stone-200\/90 {
    border-color: rgb(231 229 228 / 0.9);
  }

  .lg\:border-stone-200\/95 {
    border-color: rgb(231 229 228 / 0.95);
  }

  .lg\:border-stone-300 {
    --tw-border-opacity: 1;
    border-color: rgb(214 211 209 / var(--tw-border-opacity));
  }

  .lg\:border-stone-300\/0 {
    border-color: rgb(214 211 209 / 0);
  }

  .lg\:border-stone-300\/10 {
    border-color: rgb(214 211 209 / 0.1);
  }

  .lg\:border-stone-300\/100 {
    border-color: rgb(214 211 209 / 1);
  }

  .lg\:border-stone-300\/15 {
    border-color: rgb(214 211 209 / 0.15);
  }

  .lg\:border-stone-300\/20 {
    border-color: rgb(214 211 209 / 0.2);
  }

  .lg\:border-stone-300\/25 {
    border-color: rgb(214 211 209 / 0.25);
  }

  .lg\:border-stone-300\/30 {
    border-color: rgb(214 211 209 / 0.3);
  }

  .lg\:border-stone-300\/35 {
    border-color: rgb(214 211 209 / 0.35);
  }

  .lg\:border-stone-300\/40 {
    border-color: rgb(214 211 209 / 0.4);
  }

  .lg\:border-stone-300\/45 {
    border-color: rgb(214 211 209 / 0.45);
  }

  .lg\:border-stone-300\/5 {
    border-color: rgb(214 211 209 / 0.05);
  }

  .lg\:border-stone-300\/50 {
    border-color: rgb(214 211 209 / 0.5);
  }

  .lg\:border-stone-300\/55 {
    border-color: rgb(214 211 209 / 0.55);
  }

  .lg\:border-stone-300\/60 {
    border-color: rgb(214 211 209 / 0.6);
  }

  .lg\:border-stone-300\/65 {
    border-color: rgb(214 211 209 / 0.65);
  }

  .lg\:border-stone-300\/70 {
    border-color: rgb(214 211 209 / 0.7);
  }

  .lg\:border-stone-300\/75 {
    border-color: rgb(214 211 209 / 0.75);
  }

  .lg\:border-stone-300\/80 {
    border-color: rgb(214 211 209 / 0.8);
  }

  .lg\:border-stone-300\/85 {
    border-color: rgb(214 211 209 / 0.85);
  }

  .lg\:border-stone-300\/90 {
    border-color: rgb(214 211 209 / 0.9);
  }

  .lg\:border-stone-300\/95 {
    border-color: rgb(214 211 209 / 0.95);
  }

  .lg\:border-stone-400 {
    --tw-border-opacity: 1;
    border-color: rgb(168 162 158 / var(--tw-border-opacity));
  }

  .lg\:border-stone-400\/0 {
    border-color: rgb(168 162 158 / 0);
  }

  .lg\:border-stone-400\/10 {
    border-color: rgb(168 162 158 / 0.1);
  }

  .lg\:border-stone-400\/100 {
    border-color: rgb(168 162 158 / 1);
  }

  .lg\:border-stone-400\/15 {
    border-color: rgb(168 162 158 / 0.15);
  }

  .lg\:border-stone-400\/20 {
    border-color: rgb(168 162 158 / 0.2);
  }

  .lg\:border-stone-400\/25 {
    border-color: rgb(168 162 158 / 0.25);
  }

  .lg\:border-stone-400\/30 {
    border-color: rgb(168 162 158 / 0.3);
  }

  .lg\:border-stone-400\/35 {
    border-color: rgb(168 162 158 / 0.35);
  }

  .lg\:border-stone-400\/40 {
    border-color: rgb(168 162 158 / 0.4);
  }

  .lg\:border-stone-400\/45 {
    border-color: rgb(168 162 158 / 0.45);
  }

  .lg\:border-stone-400\/5 {
    border-color: rgb(168 162 158 / 0.05);
  }

  .lg\:border-stone-400\/50 {
    border-color: rgb(168 162 158 / 0.5);
  }

  .lg\:border-stone-400\/55 {
    border-color: rgb(168 162 158 / 0.55);
  }

  .lg\:border-stone-400\/60 {
    border-color: rgb(168 162 158 / 0.6);
  }

  .lg\:border-stone-400\/65 {
    border-color: rgb(168 162 158 / 0.65);
  }

  .lg\:border-stone-400\/70 {
    border-color: rgb(168 162 158 / 0.7);
  }

  .lg\:border-stone-400\/75 {
    border-color: rgb(168 162 158 / 0.75);
  }

  .lg\:border-stone-400\/80 {
    border-color: rgb(168 162 158 / 0.8);
  }

  .lg\:border-stone-400\/85 {
    border-color: rgb(168 162 158 / 0.85);
  }

  .lg\:border-stone-400\/90 {
    border-color: rgb(168 162 158 / 0.9);
  }

  .lg\:border-stone-400\/95 {
    border-color: rgb(168 162 158 / 0.95);
  }

  .lg\:border-stone-50 {
    --tw-border-opacity: 1;
    border-color: rgb(250 250 249 / var(--tw-border-opacity));
  }

  .lg\:border-stone-50\/0 {
    border-color: rgb(250 250 249 / 0);
  }

  .lg\:border-stone-50\/10 {
    border-color: rgb(250 250 249 / 0.1);
  }

  .lg\:border-stone-50\/100 {
    border-color: rgb(250 250 249 / 1);
  }

  .lg\:border-stone-50\/15 {
    border-color: rgb(250 250 249 / 0.15);
  }

  .lg\:border-stone-50\/20 {
    border-color: rgb(250 250 249 / 0.2);
  }

  .lg\:border-stone-50\/25 {
    border-color: rgb(250 250 249 / 0.25);
  }

  .lg\:border-stone-50\/30 {
    border-color: rgb(250 250 249 / 0.3);
  }

  .lg\:border-stone-50\/35 {
    border-color: rgb(250 250 249 / 0.35);
  }

  .lg\:border-stone-50\/40 {
    border-color: rgb(250 250 249 / 0.4);
  }

  .lg\:border-stone-50\/45 {
    border-color: rgb(250 250 249 / 0.45);
  }

  .lg\:border-stone-50\/5 {
    border-color: rgb(250 250 249 / 0.05);
  }

  .lg\:border-stone-50\/50 {
    border-color: rgb(250 250 249 / 0.5);
  }

  .lg\:border-stone-50\/55 {
    border-color: rgb(250 250 249 / 0.55);
  }

  .lg\:border-stone-50\/60 {
    border-color: rgb(250 250 249 / 0.6);
  }

  .lg\:border-stone-50\/65 {
    border-color: rgb(250 250 249 / 0.65);
  }

  .lg\:border-stone-50\/70 {
    border-color: rgb(250 250 249 / 0.7);
  }

  .lg\:border-stone-50\/75 {
    border-color: rgb(250 250 249 / 0.75);
  }

  .lg\:border-stone-50\/80 {
    border-color: rgb(250 250 249 / 0.8);
  }

  .lg\:border-stone-50\/85 {
    border-color: rgb(250 250 249 / 0.85);
  }

  .lg\:border-stone-50\/90 {
    border-color: rgb(250 250 249 / 0.9);
  }

  .lg\:border-stone-50\/95 {
    border-color: rgb(250 250 249 / 0.95);
  }

  .lg\:border-stone-500 {
    --tw-border-opacity: 1;
    border-color: rgb(120 113 108 / var(--tw-border-opacity));
  }

  .lg\:border-stone-500\/0 {
    border-color: rgb(120 113 108 / 0);
  }

  .lg\:border-stone-500\/10 {
    border-color: rgb(120 113 108 / 0.1);
  }

  .lg\:border-stone-500\/100 {
    border-color: rgb(120 113 108 / 1);
  }

  .lg\:border-stone-500\/15 {
    border-color: rgb(120 113 108 / 0.15);
  }

  .lg\:border-stone-500\/20 {
    border-color: rgb(120 113 108 / 0.2);
  }

  .lg\:border-stone-500\/25 {
    border-color: rgb(120 113 108 / 0.25);
  }

  .lg\:border-stone-500\/30 {
    border-color: rgb(120 113 108 / 0.3);
  }

  .lg\:border-stone-500\/35 {
    border-color: rgb(120 113 108 / 0.35);
  }

  .lg\:border-stone-500\/40 {
    border-color: rgb(120 113 108 / 0.4);
  }

  .lg\:border-stone-500\/45 {
    border-color: rgb(120 113 108 / 0.45);
  }

  .lg\:border-stone-500\/5 {
    border-color: rgb(120 113 108 / 0.05);
  }

  .lg\:border-stone-500\/50 {
    border-color: rgb(120 113 108 / 0.5);
  }

  .lg\:border-stone-500\/55 {
    border-color: rgb(120 113 108 / 0.55);
  }

  .lg\:border-stone-500\/60 {
    border-color: rgb(120 113 108 / 0.6);
  }

  .lg\:border-stone-500\/65 {
    border-color: rgb(120 113 108 / 0.65);
  }

  .lg\:border-stone-500\/70 {
    border-color: rgb(120 113 108 / 0.7);
  }

  .lg\:border-stone-500\/75 {
    border-color: rgb(120 113 108 / 0.75);
  }

  .lg\:border-stone-500\/80 {
    border-color: rgb(120 113 108 / 0.8);
  }

  .lg\:border-stone-500\/85 {
    border-color: rgb(120 113 108 / 0.85);
  }

  .lg\:border-stone-500\/90 {
    border-color: rgb(120 113 108 / 0.9);
  }

  .lg\:border-stone-500\/95 {
    border-color: rgb(120 113 108 / 0.95);
  }

  .lg\:border-stone-600 {
    --tw-border-opacity: 1;
    border-color: rgb(87 83 78 / var(--tw-border-opacity));
  }

  .lg\:border-stone-600\/0 {
    border-color: rgb(87 83 78 / 0);
  }

  .lg\:border-stone-600\/10 {
    border-color: rgb(87 83 78 / 0.1);
  }

  .lg\:border-stone-600\/100 {
    border-color: rgb(87 83 78 / 1);
  }

  .lg\:border-stone-600\/15 {
    border-color: rgb(87 83 78 / 0.15);
  }

  .lg\:border-stone-600\/20 {
    border-color: rgb(87 83 78 / 0.2);
  }

  .lg\:border-stone-600\/25 {
    border-color: rgb(87 83 78 / 0.25);
  }

  .lg\:border-stone-600\/30 {
    border-color: rgb(87 83 78 / 0.3);
  }

  .lg\:border-stone-600\/35 {
    border-color: rgb(87 83 78 / 0.35);
  }

  .lg\:border-stone-600\/40 {
    border-color: rgb(87 83 78 / 0.4);
  }

  .lg\:border-stone-600\/45 {
    border-color: rgb(87 83 78 / 0.45);
  }

  .lg\:border-stone-600\/5 {
    border-color: rgb(87 83 78 / 0.05);
  }

  .lg\:border-stone-600\/50 {
    border-color: rgb(87 83 78 / 0.5);
  }

  .lg\:border-stone-600\/55 {
    border-color: rgb(87 83 78 / 0.55);
  }

  .lg\:border-stone-600\/60 {
    border-color: rgb(87 83 78 / 0.6);
  }

  .lg\:border-stone-600\/65 {
    border-color: rgb(87 83 78 / 0.65);
  }

  .lg\:border-stone-600\/70 {
    border-color: rgb(87 83 78 / 0.7);
  }

  .lg\:border-stone-600\/75 {
    border-color: rgb(87 83 78 / 0.75);
  }

  .lg\:border-stone-600\/80 {
    border-color: rgb(87 83 78 / 0.8);
  }

  .lg\:border-stone-600\/85 {
    border-color: rgb(87 83 78 / 0.85);
  }

  .lg\:border-stone-600\/90 {
    border-color: rgb(87 83 78 / 0.9);
  }

  .lg\:border-stone-600\/95 {
    border-color: rgb(87 83 78 / 0.95);
  }

  .lg\:border-stone-700 {
    --tw-border-opacity: 1;
    border-color: rgb(68 64 60 / var(--tw-border-opacity));
  }

  .lg\:border-stone-700\/0 {
    border-color: rgb(68 64 60 / 0);
  }

  .lg\:border-stone-700\/10 {
    border-color: rgb(68 64 60 / 0.1);
  }

  .lg\:border-stone-700\/100 {
    border-color: rgb(68 64 60 / 1);
  }

  .lg\:border-stone-700\/15 {
    border-color: rgb(68 64 60 / 0.15);
  }

  .lg\:border-stone-700\/20 {
    border-color: rgb(68 64 60 / 0.2);
  }

  .lg\:border-stone-700\/25 {
    border-color: rgb(68 64 60 / 0.25);
  }

  .lg\:border-stone-700\/30 {
    border-color: rgb(68 64 60 / 0.3);
  }

  .lg\:border-stone-700\/35 {
    border-color: rgb(68 64 60 / 0.35);
  }

  .lg\:border-stone-700\/40 {
    border-color: rgb(68 64 60 / 0.4);
  }

  .lg\:border-stone-700\/45 {
    border-color: rgb(68 64 60 / 0.45);
  }

  .lg\:border-stone-700\/5 {
    border-color: rgb(68 64 60 / 0.05);
  }

  .lg\:border-stone-700\/50 {
    border-color: rgb(68 64 60 / 0.5);
  }

  .lg\:border-stone-700\/55 {
    border-color: rgb(68 64 60 / 0.55);
  }

  .lg\:border-stone-700\/60 {
    border-color: rgb(68 64 60 / 0.6);
  }

  .lg\:border-stone-700\/65 {
    border-color: rgb(68 64 60 / 0.65);
  }

  .lg\:border-stone-700\/70 {
    border-color: rgb(68 64 60 / 0.7);
  }

  .lg\:border-stone-700\/75 {
    border-color: rgb(68 64 60 / 0.75);
  }

  .lg\:border-stone-700\/80 {
    border-color: rgb(68 64 60 / 0.8);
  }

  .lg\:border-stone-700\/85 {
    border-color: rgb(68 64 60 / 0.85);
  }

  .lg\:border-stone-700\/90 {
    border-color: rgb(68 64 60 / 0.9);
  }

  .lg\:border-stone-700\/95 {
    border-color: rgb(68 64 60 / 0.95);
  }

  .lg\:border-stone-800 {
    --tw-border-opacity: 1;
    border-color: rgb(41 37 36 / var(--tw-border-opacity));
  }

  .lg\:border-stone-800\/0 {
    border-color: rgb(41 37 36 / 0);
  }

  .lg\:border-stone-800\/10 {
    border-color: rgb(41 37 36 / 0.1);
  }

  .lg\:border-stone-800\/100 {
    border-color: rgb(41 37 36 / 1);
  }

  .lg\:border-stone-800\/15 {
    border-color: rgb(41 37 36 / 0.15);
  }

  .lg\:border-stone-800\/20 {
    border-color: rgb(41 37 36 / 0.2);
  }

  .lg\:border-stone-800\/25 {
    border-color: rgb(41 37 36 / 0.25);
  }

  .lg\:border-stone-800\/30 {
    border-color: rgb(41 37 36 / 0.3);
  }

  .lg\:border-stone-800\/35 {
    border-color: rgb(41 37 36 / 0.35);
  }

  .lg\:border-stone-800\/40 {
    border-color: rgb(41 37 36 / 0.4);
  }

  .lg\:border-stone-800\/45 {
    border-color: rgb(41 37 36 / 0.45);
  }

  .lg\:border-stone-800\/5 {
    border-color: rgb(41 37 36 / 0.05);
  }

  .lg\:border-stone-800\/50 {
    border-color: rgb(41 37 36 / 0.5);
  }

  .lg\:border-stone-800\/55 {
    border-color: rgb(41 37 36 / 0.55);
  }

  .lg\:border-stone-800\/60 {
    border-color: rgb(41 37 36 / 0.6);
  }

  .lg\:border-stone-800\/65 {
    border-color: rgb(41 37 36 / 0.65);
  }

  .lg\:border-stone-800\/70 {
    border-color: rgb(41 37 36 / 0.7);
  }

  .lg\:border-stone-800\/75 {
    border-color: rgb(41 37 36 / 0.75);
  }

  .lg\:border-stone-800\/80 {
    border-color: rgb(41 37 36 / 0.8);
  }

  .lg\:border-stone-800\/85 {
    border-color: rgb(41 37 36 / 0.85);
  }

  .lg\:border-stone-800\/90 {
    border-color: rgb(41 37 36 / 0.9);
  }

  .lg\:border-stone-800\/95 {
    border-color: rgb(41 37 36 / 0.95);
  }

  .lg\:border-stone-900 {
    --tw-border-opacity: 1;
    border-color: rgb(28 25 23 / var(--tw-border-opacity));
  }

  .lg\:border-stone-900\/0 {
    border-color: rgb(28 25 23 / 0);
  }

  .lg\:border-stone-900\/10 {
    border-color: rgb(28 25 23 / 0.1);
  }

  .lg\:border-stone-900\/100 {
    border-color: rgb(28 25 23 / 1);
  }

  .lg\:border-stone-900\/15 {
    border-color: rgb(28 25 23 / 0.15);
  }

  .lg\:border-stone-900\/20 {
    border-color: rgb(28 25 23 / 0.2);
  }

  .lg\:border-stone-900\/25 {
    border-color: rgb(28 25 23 / 0.25);
  }

  .lg\:border-stone-900\/30 {
    border-color: rgb(28 25 23 / 0.3);
  }

  .lg\:border-stone-900\/35 {
    border-color: rgb(28 25 23 / 0.35);
  }

  .lg\:border-stone-900\/40 {
    border-color: rgb(28 25 23 / 0.4);
  }

  .lg\:border-stone-900\/45 {
    border-color: rgb(28 25 23 / 0.45);
  }

  .lg\:border-stone-900\/5 {
    border-color: rgb(28 25 23 / 0.05);
  }

  .lg\:border-stone-900\/50 {
    border-color: rgb(28 25 23 / 0.5);
  }

  .lg\:border-stone-900\/55 {
    border-color: rgb(28 25 23 / 0.55);
  }

  .lg\:border-stone-900\/60 {
    border-color: rgb(28 25 23 / 0.6);
  }

  .lg\:border-stone-900\/65 {
    border-color: rgb(28 25 23 / 0.65);
  }

  .lg\:border-stone-900\/70 {
    border-color: rgb(28 25 23 / 0.7);
  }

  .lg\:border-stone-900\/75 {
    border-color: rgb(28 25 23 / 0.75);
  }

  .lg\:border-stone-900\/80 {
    border-color: rgb(28 25 23 / 0.8);
  }

  .lg\:border-stone-900\/85 {
    border-color: rgb(28 25 23 / 0.85);
  }

  .lg\:border-stone-900\/90 {
    border-color: rgb(28 25 23 / 0.9);
  }

  .lg\:border-stone-900\/95 {
    border-color: rgb(28 25 23 / 0.95);
  }

  .lg\:border-stone-950 {
    --tw-border-opacity: 1;
    border-color: rgb(12 10 9 / var(--tw-border-opacity));
  }

  .lg\:border-stone-950\/0 {
    border-color: rgb(12 10 9 / 0);
  }

  .lg\:border-stone-950\/10 {
    border-color: rgb(12 10 9 / 0.1);
  }

  .lg\:border-stone-950\/100 {
    border-color: rgb(12 10 9 / 1);
  }

  .lg\:border-stone-950\/15 {
    border-color: rgb(12 10 9 / 0.15);
  }

  .lg\:border-stone-950\/20 {
    border-color: rgb(12 10 9 / 0.2);
  }

  .lg\:border-stone-950\/25 {
    border-color: rgb(12 10 9 / 0.25);
  }

  .lg\:border-stone-950\/30 {
    border-color: rgb(12 10 9 / 0.3);
  }

  .lg\:border-stone-950\/35 {
    border-color: rgb(12 10 9 / 0.35);
  }

  .lg\:border-stone-950\/40 {
    border-color: rgb(12 10 9 / 0.4);
  }

  .lg\:border-stone-950\/45 {
    border-color: rgb(12 10 9 / 0.45);
  }

  .lg\:border-stone-950\/5 {
    border-color: rgb(12 10 9 / 0.05);
  }

  .lg\:border-stone-950\/50 {
    border-color: rgb(12 10 9 / 0.5);
  }

  .lg\:border-stone-950\/55 {
    border-color: rgb(12 10 9 / 0.55);
  }

  .lg\:border-stone-950\/60 {
    border-color: rgb(12 10 9 / 0.6);
  }

  .lg\:border-stone-950\/65 {
    border-color: rgb(12 10 9 / 0.65);
  }

  .lg\:border-stone-950\/70 {
    border-color: rgb(12 10 9 / 0.7);
  }

  .lg\:border-stone-950\/75 {
    border-color: rgb(12 10 9 / 0.75);
  }

  .lg\:border-stone-950\/80 {
    border-color: rgb(12 10 9 / 0.8);
  }

  .lg\:border-stone-950\/85 {
    border-color: rgb(12 10 9 / 0.85);
  }

  .lg\:border-stone-950\/90 {
    border-color: rgb(12 10 9 / 0.9);
  }

  .lg\:border-stone-950\/95 {
    border-color: rgb(12 10 9 / 0.95);
  }

  .lg\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgb(204 251 241 / var(--tw-border-opacity));
  }

  .lg\:border-teal-100\/0 {
    border-color: rgb(204 251 241 / 0);
  }

  .lg\:border-teal-100\/10 {
    border-color: rgb(204 251 241 / 0.1);
  }

  .lg\:border-teal-100\/100 {
    border-color: rgb(204 251 241 / 1);
  }

  .lg\:border-teal-100\/15 {
    border-color: rgb(204 251 241 / 0.15);
  }

  .lg\:border-teal-100\/20 {
    border-color: rgb(204 251 241 / 0.2);
  }

  .lg\:border-teal-100\/25 {
    border-color: rgb(204 251 241 / 0.25);
  }

  .lg\:border-teal-100\/30 {
    border-color: rgb(204 251 241 / 0.3);
  }

  .lg\:border-teal-100\/35 {
    border-color: rgb(204 251 241 / 0.35);
  }

  .lg\:border-teal-100\/40 {
    border-color: rgb(204 251 241 / 0.4);
  }

  .lg\:border-teal-100\/45 {
    border-color: rgb(204 251 241 / 0.45);
  }

  .lg\:border-teal-100\/5 {
    border-color: rgb(204 251 241 / 0.05);
  }

  .lg\:border-teal-100\/50 {
    border-color: rgb(204 251 241 / 0.5);
  }

  .lg\:border-teal-100\/55 {
    border-color: rgb(204 251 241 / 0.55);
  }

  .lg\:border-teal-100\/60 {
    border-color: rgb(204 251 241 / 0.6);
  }

  .lg\:border-teal-100\/65 {
    border-color: rgb(204 251 241 / 0.65);
  }

  .lg\:border-teal-100\/70 {
    border-color: rgb(204 251 241 / 0.7);
  }

  .lg\:border-teal-100\/75 {
    border-color: rgb(204 251 241 / 0.75);
  }

  .lg\:border-teal-100\/80 {
    border-color: rgb(204 251 241 / 0.8);
  }

  .lg\:border-teal-100\/85 {
    border-color: rgb(204 251 241 / 0.85);
  }

  .lg\:border-teal-100\/90 {
    border-color: rgb(204 251 241 / 0.9);
  }

  .lg\:border-teal-100\/95 {
    border-color: rgb(204 251 241 / 0.95);
  }

  .lg\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgb(153 246 228 / var(--tw-border-opacity));
  }

  .lg\:border-teal-200\/0 {
    border-color: rgb(153 246 228 / 0);
  }

  .lg\:border-teal-200\/10 {
    border-color: rgb(153 246 228 / 0.1);
  }

  .lg\:border-teal-200\/100 {
    border-color: rgb(153 246 228 / 1);
  }

  .lg\:border-teal-200\/15 {
    border-color: rgb(153 246 228 / 0.15);
  }

  .lg\:border-teal-200\/20 {
    border-color: rgb(153 246 228 / 0.2);
  }

  .lg\:border-teal-200\/25 {
    border-color: rgb(153 246 228 / 0.25);
  }

  .lg\:border-teal-200\/30 {
    border-color: rgb(153 246 228 / 0.3);
  }

  .lg\:border-teal-200\/35 {
    border-color: rgb(153 246 228 / 0.35);
  }

  .lg\:border-teal-200\/40 {
    border-color: rgb(153 246 228 / 0.4);
  }

  .lg\:border-teal-200\/45 {
    border-color: rgb(153 246 228 / 0.45);
  }

  .lg\:border-teal-200\/5 {
    border-color: rgb(153 246 228 / 0.05);
  }

  .lg\:border-teal-200\/50 {
    border-color: rgb(153 246 228 / 0.5);
  }

  .lg\:border-teal-200\/55 {
    border-color: rgb(153 246 228 / 0.55);
  }

  .lg\:border-teal-200\/60 {
    border-color: rgb(153 246 228 / 0.6);
  }

  .lg\:border-teal-200\/65 {
    border-color: rgb(153 246 228 / 0.65);
  }

  .lg\:border-teal-200\/70 {
    border-color: rgb(153 246 228 / 0.7);
  }

  .lg\:border-teal-200\/75 {
    border-color: rgb(153 246 228 / 0.75);
  }

  .lg\:border-teal-200\/80 {
    border-color: rgb(153 246 228 / 0.8);
  }

  .lg\:border-teal-200\/85 {
    border-color: rgb(153 246 228 / 0.85);
  }

  .lg\:border-teal-200\/90 {
    border-color: rgb(153 246 228 / 0.9);
  }

  .lg\:border-teal-200\/95 {
    border-color: rgb(153 246 228 / 0.95);
  }

  .lg\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgb(94 234 212 / var(--tw-border-opacity));
  }

  .lg\:border-teal-300\/0 {
    border-color: rgb(94 234 212 / 0);
  }

  .lg\:border-teal-300\/10 {
    border-color: rgb(94 234 212 / 0.1);
  }

  .lg\:border-teal-300\/100 {
    border-color: rgb(94 234 212 / 1);
  }

  .lg\:border-teal-300\/15 {
    border-color: rgb(94 234 212 / 0.15);
  }

  .lg\:border-teal-300\/20 {
    border-color: rgb(94 234 212 / 0.2);
  }

  .lg\:border-teal-300\/25 {
    border-color: rgb(94 234 212 / 0.25);
  }

  .lg\:border-teal-300\/30 {
    border-color: rgb(94 234 212 / 0.3);
  }

  .lg\:border-teal-300\/35 {
    border-color: rgb(94 234 212 / 0.35);
  }

  .lg\:border-teal-300\/40 {
    border-color: rgb(94 234 212 / 0.4);
  }

  .lg\:border-teal-300\/45 {
    border-color: rgb(94 234 212 / 0.45);
  }

  .lg\:border-teal-300\/5 {
    border-color: rgb(94 234 212 / 0.05);
  }

  .lg\:border-teal-300\/50 {
    border-color: rgb(94 234 212 / 0.5);
  }

  .lg\:border-teal-300\/55 {
    border-color: rgb(94 234 212 / 0.55);
  }

  .lg\:border-teal-300\/60 {
    border-color: rgb(94 234 212 / 0.6);
  }

  .lg\:border-teal-300\/65 {
    border-color: rgb(94 234 212 / 0.65);
  }

  .lg\:border-teal-300\/70 {
    border-color: rgb(94 234 212 / 0.7);
  }

  .lg\:border-teal-300\/75 {
    border-color: rgb(94 234 212 / 0.75);
  }

  .lg\:border-teal-300\/80 {
    border-color: rgb(94 234 212 / 0.8);
  }

  .lg\:border-teal-300\/85 {
    border-color: rgb(94 234 212 / 0.85);
  }

  .lg\:border-teal-300\/90 {
    border-color: rgb(94 234 212 / 0.9);
  }

  .lg\:border-teal-300\/95 {
    border-color: rgb(94 234 212 / 0.95);
  }

  .lg\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgb(45 212 191 / var(--tw-border-opacity));
  }

  .lg\:border-teal-400\/0 {
    border-color: rgb(45 212 191 / 0);
  }

  .lg\:border-teal-400\/10 {
    border-color: rgb(45 212 191 / 0.1);
  }

  .lg\:border-teal-400\/100 {
    border-color: rgb(45 212 191 / 1);
  }

  .lg\:border-teal-400\/15 {
    border-color: rgb(45 212 191 / 0.15);
  }

  .lg\:border-teal-400\/20 {
    border-color: rgb(45 212 191 / 0.2);
  }

  .lg\:border-teal-400\/25 {
    border-color: rgb(45 212 191 / 0.25);
  }

  .lg\:border-teal-400\/30 {
    border-color: rgb(45 212 191 / 0.3);
  }

  .lg\:border-teal-400\/35 {
    border-color: rgb(45 212 191 / 0.35);
  }

  .lg\:border-teal-400\/40 {
    border-color: rgb(45 212 191 / 0.4);
  }

  .lg\:border-teal-400\/45 {
    border-color: rgb(45 212 191 / 0.45);
  }

  .lg\:border-teal-400\/5 {
    border-color: rgb(45 212 191 / 0.05);
  }

  .lg\:border-teal-400\/50 {
    border-color: rgb(45 212 191 / 0.5);
  }

  .lg\:border-teal-400\/55 {
    border-color: rgb(45 212 191 / 0.55);
  }

  .lg\:border-teal-400\/60 {
    border-color: rgb(45 212 191 / 0.6);
  }

  .lg\:border-teal-400\/65 {
    border-color: rgb(45 212 191 / 0.65);
  }

  .lg\:border-teal-400\/70 {
    border-color: rgb(45 212 191 / 0.7);
  }

  .lg\:border-teal-400\/75 {
    border-color: rgb(45 212 191 / 0.75);
  }

  .lg\:border-teal-400\/80 {
    border-color: rgb(45 212 191 / 0.8);
  }

  .lg\:border-teal-400\/85 {
    border-color: rgb(45 212 191 / 0.85);
  }

  .lg\:border-teal-400\/90 {
    border-color: rgb(45 212 191 / 0.9);
  }

  .lg\:border-teal-400\/95 {
    border-color: rgb(45 212 191 / 0.95);
  }

  .lg\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgb(240 253 250 / var(--tw-border-opacity));
  }

  .lg\:border-teal-50\/0 {
    border-color: rgb(240 253 250 / 0);
  }

  .lg\:border-teal-50\/10 {
    border-color: rgb(240 253 250 / 0.1);
  }

  .lg\:border-teal-50\/100 {
    border-color: rgb(240 253 250 / 1);
  }

  .lg\:border-teal-50\/15 {
    border-color: rgb(240 253 250 / 0.15);
  }

  .lg\:border-teal-50\/20 {
    border-color: rgb(240 253 250 / 0.2);
  }

  .lg\:border-teal-50\/25 {
    border-color: rgb(240 253 250 / 0.25);
  }

  .lg\:border-teal-50\/30 {
    border-color: rgb(240 253 250 / 0.3);
  }

  .lg\:border-teal-50\/35 {
    border-color: rgb(240 253 250 / 0.35);
  }

  .lg\:border-teal-50\/40 {
    border-color: rgb(240 253 250 / 0.4);
  }

  .lg\:border-teal-50\/45 {
    border-color: rgb(240 253 250 / 0.45);
  }

  .lg\:border-teal-50\/5 {
    border-color: rgb(240 253 250 / 0.05);
  }

  .lg\:border-teal-50\/50 {
    border-color: rgb(240 253 250 / 0.5);
  }

  .lg\:border-teal-50\/55 {
    border-color: rgb(240 253 250 / 0.55);
  }

  .lg\:border-teal-50\/60 {
    border-color: rgb(240 253 250 / 0.6);
  }

  .lg\:border-teal-50\/65 {
    border-color: rgb(240 253 250 / 0.65);
  }

  .lg\:border-teal-50\/70 {
    border-color: rgb(240 253 250 / 0.7);
  }

  .lg\:border-teal-50\/75 {
    border-color: rgb(240 253 250 / 0.75);
  }

  .lg\:border-teal-50\/80 {
    border-color: rgb(240 253 250 / 0.8);
  }

  .lg\:border-teal-50\/85 {
    border-color: rgb(240 253 250 / 0.85);
  }

  .lg\:border-teal-50\/90 {
    border-color: rgb(240 253 250 / 0.9);
  }

  .lg\:border-teal-50\/95 {
    border-color: rgb(240 253 250 / 0.95);
  }

  .lg\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgb(20 184 166 / var(--tw-border-opacity));
  }

  .lg\:border-teal-500\/0 {
    border-color: rgb(20 184 166 / 0);
  }

  .lg\:border-teal-500\/10 {
    border-color: rgb(20 184 166 / 0.1);
  }

  .lg\:border-teal-500\/100 {
    border-color: rgb(20 184 166 / 1);
  }

  .lg\:border-teal-500\/15 {
    border-color: rgb(20 184 166 / 0.15);
  }

  .lg\:border-teal-500\/20 {
    border-color: rgb(20 184 166 / 0.2);
  }

  .lg\:border-teal-500\/25 {
    border-color: rgb(20 184 166 / 0.25);
  }

  .lg\:border-teal-500\/30 {
    border-color: rgb(20 184 166 / 0.3);
  }

  .lg\:border-teal-500\/35 {
    border-color: rgb(20 184 166 / 0.35);
  }

  .lg\:border-teal-500\/40 {
    border-color: rgb(20 184 166 / 0.4);
  }

  .lg\:border-teal-500\/45 {
    border-color: rgb(20 184 166 / 0.45);
  }

  .lg\:border-teal-500\/5 {
    border-color: rgb(20 184 166 / 0.05);
  }

  .lg\:border-teal-500\/50 {
    border-color: rgb(20 184 166 / 0.5);
  }

  .lg\:border-teal-500\/55 {
    border-color: rgb(20 184 166 / 0.55);
  }

  .lg\:border-teal-500\/60 {
    border-color: rgb(20 184 166 / 0.6);
  }

  .lg\:border-teal-500\/65 {
    border-color: rgb(20 184 166 / 0.65);
  }

  .lg\:border-teal-500\/70 {
    border-color: rgb(20 184 166 / 0.7);
  }

  .lg\:border-teal-500\/75 {
    border-color: rgb(20 184 166 / 0.75);
  }

  .lg\:border-teal-500\/80 {
    border-color: rgb(20 184 166 / 0.8);
  }

  .lg\:border-teal-500\/85 {
    border-color: rgb(20 184 166 / 0.85);
  }

  .lg\:border-teal-500\/90 {
    border-color: rgb(20 184 166 / 0.9);
  }

  .lg\:border-teal-500\/95 {
    border-color: rgb(20 184 166 / 0.95);
  }

  .lg\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgb(13 148 136 / var(--tw-border-opacity));
  }

  .lg\:border-teal-600\/0 {
    border-color: rgb(13 148 136 / 0);
  }

  .lg\:border-teal-600\/10 {
    border-color: rgb(13 148 136 / 0.1);
  }

  .lg\:border-teal-600\/100 {
    border-color: rgb(13 148 136 / 1);
  }

  .lg\:border-teal-600\/15 {
    border-color: rgb(13 148 136 / 0.15);
  }

  .lg\:border-teal-600\/20 {
    border-color: rgb(13 148 136 / 0.2);
  }

  .lg\:border-teal-600\/25 {
    border-color: rgb(13 148 136 / 0.25);
  }

  .lg\:border-teal-600\/30 {
    border-color: rgb(13 148 136 / 0.3);
  }

  .lg\:border-teal-600\/35 {
    border-color: rgb(13 148 136 / 0.35);
  }

  .lg\:border-teal-600\/40 {
    border-color: rgb(13 148 136 / 0.4);
  }

  .lg\:border-teal-600\/45 {
    border-color: rgb(13 148 136 / 0.45);
  }

  .lg\:border-teal-600\/5 {
    border-color: rgb(13 148 136 / 0.05);
  }

  .lg\:border-teal-600\/50 {
    border-color: rgb(13 148 136 / 0.5);
  }

  .lg\:border-teal-600\/55 {
    border-color: rgb(13 148 136 / 0.55);
  }

  .lg\:border-teal-600\/60 {
    border-color: rgb(13 148 136 / 0.6);
  }

  .lg\:border-teal-600\/65 {
    border-color: rgb(13 148 136 / 0.65);
  }

  .lg\:border-teal-600\/70 {
    border-color: rgb(13 148 136 / 0.7);
  }

  .lg\:border-teal-600\/75 {
    border-color: rgb(13 148 136 / 0.75);
  }

  .lg\:border-teal-600\/80 {
    border-color: rgb(13 148 136 / 0.8);
  }

  .lg\:border-teal-600\/85 {
    border-color: rgb(13 148 136 / 0.85);
  }

  .lg\:border-teal-600\/90 {
    border-color: rgb(13 148 136 / 0.9);
  }

  .lg\:border-teal-600\/95 {
    border-color: rgb(13 148 136 / 0.95);
  }

  .lg\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgb(15 118 110 / var(--tw-border-opacity));
  }

  .lg\:border-teal-700\/0 {
    border-color: rgb(15 118 110 / 0);
  }

  .lg\:border-teal-700\/10 {
    border-color: rgb(15 118 110 / 0.1);
  }

  .lg\:border-teal-700\/100 {
    border-color: rgb(15 118 110 / 1);
  }

  .lg\:border-teal-700\/15 {
    border-color: rgb(15 118 110 / 0.15);
  }

  .lg\:border-teal-700\/20 {
    border-color: rgb(15 118 110 / 0.2);
  }

  .lg\:border-teal-700\/25 {
    border-color: rgb(15 118 110 / 0.25);
  }

  .lg\:border-teal-700\/30 {
    border-color: rgb(15 118 110 / 0.3);
  }

  .lg\:border-teal-700\/35 {
    border-color: rgb(15 118 110 / 0.35);
  }

  .lg\:border-teal-700\/40 {
    border-color: rgb(15 118 110 / 0.4);
  }

  .lg\:border-teal-700\/45 {
    border-color: rgb(15 118 110 / 0.45);
  }

  .lg\:border-teal-700\/5 {
    border-color: rgb(15 118 110 / 0.05);
  }

  .lg\:border-teal-700\/50 {
    border-color: rgb(15 118 110 / 0.5);
  }

  .lg\:border-teal-700\/55 {
    border-color: rgb(15 118 110 / 0.55);
  }

  .lg\:border-teal-700\/60 {
    border-color: rgb(15 118 110 / 0.6);
  }

  .lg\:border-teal-700\/65 {
    border-color: rgb(15 118 110 / 0.65);
  }

  .lg\:border-teal-700\/70 {
    border-color: rgb(15 118 110 / 0.7);
  }

  .lg\:border-teal-700\/75 {
    border-color: rgb(15 118 110 / 0.75);
  }

  .lg\:border-teal-700\/80 {
    border-color: rgb(15 118 110 / 0.8);
  }

  .lg\:border-teal-700\/85 {
    border-color: rgb(15 118 110 / 0.85);
  }

  .lg\:border-teal-700\/90 {
    border-color: rgb(15 118 110 / 0.9);
  }

  .lg\:border-teal-700\/95 {
    border-color: rgb(15 118 110 / 0.95);
  }

  .lg\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgb(17 94 89 / var(--tw-border-opacity));
  }

  .lg\:border-teal-800\/0 {
    border-color: rgb(17 94 89 / 0);
  }

  .lg\:border-teal-800\/10 {
    border-color: rgb(17 94 89 / 0.1);
  }

  .lg\:border-teal-800\/100 {
    border-color: rgb(17 94 89 / 1);
  }

  .lg\:border-teal-800\/15 {
    border-color: rgb(17 94 89 / 0.15);
  }

  .lg\:border-teal-800\/20 {
    border-color: rgb(17 94 89 / 0.2);
  }

  .lg\:border-teal-800\/25 {
    border-color: rgb(17 94 89 / 0.25);
  }

  .lg\:border-teal-800\/30 {
    border-color: rgb(17 94 89 / 0.3);
  }

  .lg\:border-teal-800\/35 {
    border-color: rgb(17 94 89 / 0.35);
  }

  .lg\:border-teal-800\/40 {
    border-color: rgb(17 94 89 / 0.4);
  }

  .lg\:border-teal-800\/45 {
    border-color: rgb(17 94 89 / 0.45);
  }

  .lg\:border-teal-800\/5 {
    border-color: rgb(17 94 89 / 0.05);
  }

  .lg\:border-teal-800\/50 {
    border-color: rgb(17 94 89 / 0.5);
  }

  .lg\:border-teal-800\/55 {
    border-color: rgb(17 94 89 / 0.55);
  }

  .lg\:border-teal-800\/60 {
    border-color: rgb(17 94 89 / 0.6);
  }

  .lg\:border-teal-800\/65 {
    border-color: rgb(17 94 89 / 0.65);
  }

  .lg\:border-teal-800\/70 {
    border-color: rgb(17 94 89 / 0.7);
  }

  .lg\:border-teal-800\/75 {
    border-color: rgb(17 94 89 / 0.75);
  }

  .lg\:border-teal-800\/80 {
    border-color: rgb(17 94 89 / 0.8);
  }

  .lg\:border-teal-800\/85 {
    border-color: rgb(17 94 89 / 0.85);
  }

  .lg\:border-teal-800\/90 {
    border-color: rgb(17 94 89 / 0.9);
  }

  .lg\:border-teal-800\/95 {
    border-color: rgb(17 94 89 / 0.95);
  }

  .lg\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgb(19 78 74 / var(--tw-border-opacity));
  }

  .lg\:border-teal-900\/0 {
    border-color: rgb(19 78 74 / 0);
  }

  .lg\:border-teal-900\/10 {
    border-color: rgb(19 78 74 / 0.1);
  }

  .lg\:border-teal-900\/100 {
    border-color: rgb(19 78 74 / 1);
  }

  .lg\:border-teal-900\/15 {
    border-color: rgb(19 78 74 / 0.15);
  }

  .lg\:border-teal-900\/20 {
    border-color: rgb(19 78 74 / 0.2);
  }

  .lg\:border-teal-900\/25 {
    border-color: rgb(19 78 74 / 0.25);
  }

  .lg\:border-teal-900\/30 {
    border-color: rgb(19 78 74 / 0.3);
  }

  .lg\:border-teal-900\/35 {
    border-color: rgb(19 78 74 / 0.35);
  }

  .lg\:border-teal-900\/40 {
    border-color: rgb(19 78 74 / 0.4);
  }

  .lg\:border-teal-900\/45 {
    border-color: rgb(19 78 74 / 0.45);
  }

  .lg\:border-teal-900\/5 {
    border-color: rgb(19 78 74 / 0.05);
  }

  .lg\:border-teal-900\/50 {
    border-color: rgb(19 78 74 / 0.5);
  }

  .lg\:border-teal-900\/55 {
    border-color: rgb(19 78 74 / 0.55);
  }

  .lg\:border-teal-900\/60 {
    border-color: rgb(19 78 74 / 0.6);
  }

  .lg\:border-teal-900\/65 {
    border-color: rgb(19 78 74 / 0.65);
  }

  .lg\:border-teal-900\/70 {
    border-color: rgb(19 78 74 / 0.7);
  }

  .lg\:border-teal-900\/75 {
    border-color: rgb(19 78 74 / 0.75);
  }

  .lg\:border-teal-900\/80 {
    border-color: rgb(19 78 74 / 0.8);
  }

  .lg\:border-teal-900\/85 {
    border-color: rgb(19 78 74 / 0.85);
  }

  .lg\:border-teal-900\/90 {
    border-color: rgb(19 78 74 / 0.9);
  }

  .lg\:border-teal-900\/95 {
    border-color: rgb(19 78 74 / 0.95);
  }

  .lg\:border-teal-950 {
    --tw-border-opacity: 1;
    border-color: rgb(4 47 46 / var(--tw-border-opacity));
  }

  .lg\:border-teal-950\/0 {
    border-color: rgb(4 47 46 / 0);
  }

  .lg\:border-teal-950\/10 {
    border-color: rgb(4 47 46 / 0.1);
  }

  .lg\:border-teal-950\/100 {
    border-color: rgb(4 47 46 / 1);
  }

  .lg\:border-teal-950\/15 {
    border-color: rgb(4 47 46 / 0.15);
  }

  .lg\:border-teal-950\/20 {
    border-color: rgb(4 47 46 / 0.2);
  }

  .lg\:border-teal-950\/25 {
    border-color: rgb(4 47 46 / 0.25);
  }

  .lg\:border-teal-950\/30 {
    border-color: rgb(4 47 46 / 0.3);
  }

  .lg\:border-teal-950\/35 {
    border-color: rgb(4 47 46 / 0.35);
  }

  .lg\:border-teal-950\/40 {
    border-color: rgb(4 47 46 / 0.4);
  }

  .lg\:border-teal-950\/45 {
    border-color: rgb(4 47 46 / 0.45);
  }

  .lg\:border-teal-950\/5 {
    border-color: rgb(4 47 46 / 0.05);
  }

  .lg\:border-teal-950\/50 {
    border-color: rgb(4 47 46 / 0.5);
  }

  .lg\:border-teal-950\/55 {
    border-color: rgb(4 47 46 / 0.55);
  }

  .lg\:border-teal-950\/60 {
    border-color: rgb(4 47 46 / 0.6);
  }

  .lg\:border-teal-950\/65 {
    border-color: rgb(4 47 46 / 0.65);
  }

  .lg\:border-teal-950\/70 {
    border-color: rgb(4 47 46 / 0.7);
  }

  .lg\:border-teal-950\/75 {
    border-color: rgb(4 47 46 / 0.75);
  }

  .lg\:border-teal-950\/80 {
    border-color: rgb(4 47 46 / 0.8);
  }

  .lg\:border-teal-950\/85 {
    border-color: rgb(4 47 46 / 0.85);
  }

  .lg\:border-teal-950\/90 {
    border-color: rgb(4 47 46 / 0.9);
  }

  .lg\:border-teal-950\/95 {
    border-color: rgb(4 47 46 / 0.95);
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-transparent\/0 {
    border-color: rgb(0 0 0 / 0);
  }

  .lg\:border-transparent\/10 {
    border-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-transparent\/100 {
    border-color: rgb(0 0 0 / 1);
  }

  .lg\:border-transparent\/15 {
    border-color: rgb(0 0 0 / 0.15);
  }

  .lg\:border-transparent\/20 {
    border-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-transparent\/25 {
    border-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-transparent\/30 {
    border-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-transparent\/35 {
    border-color: rgb(0 0 0 / 0.35);
  }

  .lg\:border-transparent\/40 {
    border-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-transparent\/45 {
    border-color: rgb(0 0 0 / 0.45);
  }

  .lg\:border-transparent\/5 {
    border-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-transparent\/50 {
    border-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-transparent\/55 {
    border-color: rgb(0 0 0 / 0.55);
  }

  .lg\:border-transparent\/60 {
    border-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-transparent\/65 {
    border-color: rgb(0 0 0 / 0.65);
  }

  .lg\:border-transparent\/70 {
    border-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-transparent\/75 {
    border-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-transparent\/80 {
    border-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-transparent\/85 {
    border-color: rgb(0 0 0 / 0.85);
  }

  .lg\:border-transparent\/90 {
    border-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-transparent\/95 {
    border-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-violet-100 {
    --tw-border-opacity: 1;
    border-color: rgb(237 233 254 / var(--tw-border-opacity));
  }

  .lg\:border-violet-100\/0 {
    border-color: rgb(237 233 254 / 0);
  }

  .lg\:border-violet-100\/10 {
    border-color: rgb(237 233 254 / 0.1);
  }

  .lg\:border-violet-100\/100 {
    border-color: rgb(237 233 254 / 1);
  }

  .lg\:border-violet-100\/15 {
    border-color: rgb(237 233 254 / 0.15);
  }

  .lg\:border-violet-100\/20 {
    border-color: rgb(237 233 254 / 0.2);
  }

  .lg\:border-violet-100\/25 {
    border-color: rgb(237 233 254 / 0.25);
  }

  .lg\:border-violet-100\/30 {
    border-color: rgb(237 233 254 / 0.3);
  }

  .lg\:border-violet-100\/35 {
    border-color: rgb(237 233 254 / 0.35);
  }

  .lg\:border-violet-100\/40 {
    border-color: rgb(237 233 254 / 0.4);
  }

  .lg\:border-violet-100\/45 {
    border-color: rgb(237 233 254 / 0.45);
  }

  .lg\:border-violet-100\/5 {
    border-color: rgb(237 233 254 / 0.05);
  }

  .lg\:border-violet-100\/50 {
    border-color: rgb(237 233 254 / 0.5);
  }

  .lg\:border-violet-100\/55 {
    border-color: rgb(237 233 254 / 0.55);
  }

  .lg\:border-violet-100\/60 {
    border-color: rgb(237 233 254 / 0.6);
  }

  .lg\:border-violet-100\/65 {
    border-color: rgb(237 233 254 / 0.65);
  }

  .lg\:border-violet-100\/70 {
    border-color: rgb(237 233 254 / 0.7);
  }

  .lg\:border-violet-100\/75 {
    border-color: rgb(237 233 254 / 0.75);
  }

  .lg\:border-violet-100\/80 {
    border-color: rgb(237 233 254 / 0.8);
  }

  .lg\:border-violet-100\/85 {
    border-color: rgb(237 233 254 / 0.85);
  }

  .lg\:border-violet-100\/90 {
    border-color: rgb(237 233 254 / 0.9);
  }

  .lg\:border-violet-100\/95 {
    border-color: rgb(237 233 254 / 0.95);
  }

  .lg\:border-violet-200 {
    --tw-border-opacity: 1;
    border-color: rgb(221 214 254 / var(--tw-border-opacity));
  }

  .lg\:border-violet-200\/0 {
    border-color: rgb(221 214 254 / 0);
  }

  .lg\:border-violet-200\/10 {
    border-color: rgb(221 214 254 / 0.1);
  }

  .lg\:border-violet-200\/100 {
    border-color: rgb(221 214 254 / 1);
  }

  .lg\:border-violet-200\/15 {
    border-color: rgb(221 214 254 / 0.15);
  }

  .lg\:border-violet-200\/20 {
    border-color: rgb(221 214 254 / 0.2);
  }

  .lg\:border-violet-200\/25 {
    border-color: rgb(221 214 254 / 0.25);
  }

  .lg\:border-violet-200\/30 {
    border-color: rgb(221 214 254 / 0.3);
  }

  .lg\:border-violet-200\/35 {
    border-color: rgb(221 214 254 / 0.35);
  }

  .lg\:border-violet-200\/40 {
    border-color: rgb(221 214 254 / 0.4);
  }

  .lg\:border-violet-200\/45 {
    border-color: rgb(221 214 254 / 0.45);
  }

  .lg\:border-violet-200\/5 {
    border-color: rgb(221 214 254 / 0.05);
  }

  .lg\:border-violet-200\/50 {
    border-color: rgb(221 214 254 / 0.5);
  }

  .lg\:border-violet-200\/55 {
    border-color: rgb(221 214 254 / 0.55);
  }

  .lg\:border-violet-200\/60 {
    border-color: rgb(221 214 254 / 0.6);
  }

  .lg\:border-violet-200\/65 {
    border-color: rgb(221 214 254 / 0.65);
  }

  .lg\:border-violet-200\/70 {
    border-color: rgb(221 214 254 / 0.7);
  }

  .lg\:border-violet-200\/75 {
    border-color: rgb(221 214 254 / 0.75);
  }

  .lg\:border-violet-200\/80 {
    border-color: rgb(221 214 254 / 0.8);
  }

  .lg\:border-violet-200\/85 {
    border-color: rgb(221 214 254 / 0.85);
  }

  .lg\:border-violet-200\/90 {
    border-color: rgb(221 214 254 / 0.9);
  }

  .lg\:border-violet-200\/95 {
    border-color: rgb(221 214 254 / 0.95);
  }

  .lg\:border-violet-300 {
    --tw-border-opacity: 1;
    border-color: rgb(196 181 253 / var(--tw-border-opacity));
  }

  .lg\:border-violet-300\/0 {
    border-color: rgb(196 181 253 / 0);
  }

  .lg\:border-violet-300\/10 {
    border-color: rgb(196 181 253 / 0.1);
  }

  .lg\:border-violet-300\/100 {
    border-color: rgb(196 181 253 / 1);
  }

  .lg\:border-violet-300\/15 {
    border-color: rgb(196 181 253 / 0.15);
  }

  .lg\:border-violet-300\/20 {
    border-color: rgb(196 181 253 / 0.2);
  }

  .lg\:border-violet-300\/25 {
    border-color: rgb(196 181 253 / 0.25);
  }

  .lg\:border-violet-300\/30 {
    border-color: rgb(196 181 253 / 0.3);
  }

  .lg\:border-violet-300\/35 {
    border-color: rgb(196 181 253 / 0.35);
  }

  .lg\:border-violet-300\/40 {
    border-color: rgb(196 181 253 / 0.4);
  }

  .lg\:border-violet-300\/45 {
    border-color: rgb(196 181 253 / 0.45);
  }

  .lg\:border-violet-300\/5 {
    border-color: rgb(196 181 253 / 0.05);
  }

  .lg\:border-violet-300\/50 {
    border-color: rgb(196 181 253 / 0.5);
  }

  .lg\:border-violet-300\/55 {
    border-color: rgb(196 181 253 / 0.55);
  }

  .lg\:border-violet-300\/60 {
    border-color: rgb(196 181 253 / 0.6);
  }

  .lg\:border-violet-300\/65 {
    border-color: rgb(196 181 253 / 0.65);
  }

  .lg\:border-violet-300\/70 {
    border-color: rgb(196 181 253 / 0.7);
  }

  .lg\:border-violet-300\/75 {
    border-color: rgb(196 181 253 / 0.75);
  }

  .lg\:border-violet-300\/80 {
    border-color: rgb(196 181 253 / 0.8);
  }

  .lg\:border-violet-300\/85 {
    border-color: rgb(196 181 253 / 0.85);
  }

  .lg\:border-violet-300\/90 {
    border-color: rgb(196 181 253 / 0.9);
  }

  .lg\:border-violet-300\/95 {
    border-color: rgb(196 181 253 / 0.95);
  }

  .lg\:border-violet-400 {
    --tw-border-opacity: 1;
    border-color: rgb(167 139 250 / var(--tw-border-opacity));
  }

  .lg\:border-violet-400\/0 {
    border-color: rgb(167 139 250 / 0);
  }

  .lg\:border-violet-400\/10 {
    border-color: rgb(167 139 250 / 0.1);
  }

  .lg\:border-violet-400\/100 {
    border-color: rgb(167 139 250 / 1);
  }

  .lg\:border-violet-400\/15 {
    border-color: rgb(167 139 250 / 0.15);
  }

  .lg\:border-violet-400\/20 {
    border-color: rgb(167 139 250 / 0.2);
  }

  .lg\:border-violet-400\/25 {
    border-color: rgb(167 139 250 / 0.25);
  }

  .lg\:border-violet-400\/30 {
    border-color: rgb(167 139 250 / 0.3);
  }

  .lg\:border-violet-400\/35 {
    border-color: rgb(167 139 250 / 0.35);
  }

  .lg\:border-violet-400\/40 {
    border-color: rgb(167 139 250 / 0.4);
  }

  .lg\:border-violet-400\/45 {
    border-color: rgb(167 139 250 / 0.45);
  }

  .lg\:border-violet-400\/5 {
    border-color: rgb(167 139 250 / 0.05);
  }

  .lg\:border-violet-400\/50 {
    border-color: rgb(167 139 250 / 0.5);
  }

  .lg\:border-violet-400\/55 {
    border-color: rgb(167 139 250 / 0.55);
  }

  .lg\:border-violet-400\/60 {
    border-color: rgb(167 139 250 / 0.6);
  }

  .lg\:border-violet-400\/65 {
    border-color: rgb(167 139 250 / 0.65);
  }

  .lg\:border-violet-400\/70 {
    border-color: rgb(167 139 250 / 0.7);
  }

  .lg\:border-violet-400\/75 {
    border-color: rgb(167 139 250 / 0.75);
  }

  .lg\:border-violet-400\/80 {
    border-color: rgb(167 139 250 / 0.8);
  }

  .lg\:border-violet-400\/85 {
    border-color: rgb(167 139 250 / 0.85);
  }

  .lg\:border-violet-400\/90 {
    border-color: rgb(167 139 250 / 0.9);
  }

  .lg\:border-violet-400\/95 {
    border-color: rgb(167 139 250 / 0.95);
  }

  .lg\:border-violet-50 {
    --tw-border-opacity: 1;
    border-color: rgb(245 243 255 / var(--tw-border-opacity));
  }

  .lg\:border-violet-50\/0 {
    border-color: rgb(245 243 255 / 0);
  }

  .lg\:border-violet-50\/10 {
    border-color: rgb(245 243 255 / 0.1);
  }

  .lg\:border-violet-50\/100 {
    border-color: rgb(245 243 255 / 1);
  }

  .lg\:border-violet-50\/15 {
    border-color: rgb(245 243 255 / 0.15);
  }

  .lg\:border-violet-50\/20 {
    border-color: rgb(245 243 255 / 0.2);
  }

  .lg\:border-violet-50\/25 {
    border-color: rgb(245 243 255 / 0.25);
  }

  .lg\:border-violet-50\/30 {
    border-color: rgb(245 243 255 / 0.3);
  }

  .lg\:border-violet-50\/35 {
    border-color: rgb(245 243 255 / 0.35);
  }

  .lg\:border-violet-50\/40 {
    border-color: rgb(245 243 255 / 0.4);
  }

  .lg\:border-violet-50\/45 {
    border-color: rgb(245 243 255 / 0.45);
  }

  .lg\:border-violet-50\/5 {
    border-color: rgb(245 243 255 / 0.05);
  }

  .lg\:border-violet-50\/50 {
    border-color: rgb(245 243 255 / 0.5);
  }

  .lg\:border-violet-50\/55 {
    border-color: rgb(245 243 255 / 0.55);
  }

  .lg\:border-violet-50\/60 {
    border-color: rgb(245 243 255 / 0.6);
  }

  .lg\:border-violet-50\/65 {
    border-color: rgb(245 243 255 / 0.65);
  }

  .lg\:border-violet-50\/70 {
    border-color: rgb(245 243 255 / 0.7);
  }

  .lg\:border-violet-50\/75 {
    border-color: rgb(245 243 255 / 0.75);
  }

  .lg\:border-violet-50\/80 {
    border-color: rgb(245 243 255 / 0.8);
  }

  .lg\:border-violet-50\/85 {
    border-color: rgb(245 243 255 / 0.85);
  }

  .lg\:border-violet-50\/90 {
    border-color: rgb(245 243 255 / 0.9);
  }

  .lg\:border-violet-50\/95 {
    border-color: rgb(245 243 255 / 0.95);
  }

  .lg\:border-violet-500 {
    --tw-border-opacity: 1;
    border-color: rgb(139 92 246 / var(--tw-border-opacity));
  }

  .lg\:border-violet-500\/0 {
    border-color: rgb(139 92 246 / 0);
  }

  .lg\:border-violet-500\/10 {
    border-color: rgb(139 92 246 / 0.1);
  }

  .lg\:border-violet-500\/100 {
    border-color: rgb(139 92 246 / 1);
  }

  .lg\:border-violet-500\/15 {
    border-color: rgb(139 92 246 / 0.15);
  }

  .lg\:border-violet-500\/20 {
    border-color: rgb(139 92 246 / 0.2);
  }

  .lg\:border-violet-500\/25 {
    border-color: rgb(139 92 246 / 0.25);
  }

  .lg\:border-violet-500\/30 {
    border-color: rgb(139 92 246 / 0.3);
  }

  .lg\:border-violet-500\/35 {
    border-color: rgb(139 92 246 / 0.35);
  }

  .lg\:border-violet-500\/40 {
    border-color: rgb(139 92 246 / 0.4);
  }

  .lg\:border-violet-500\/45 {
    border-color: rgb(139 92 246 / 0.45);
  }

  .lg\:border-violet-500\/5 {
    border-color: rgb(139 92 246 / 0.05);
  }

  .lg\:border-violet-500\/50 {
    border-color: rgb(139 92 246 / 0.5);
  }

  .lg\:border-violet-500\/55 {
    border-color: rgb(139 92 246 / 0.55);
  }

  .lg\:border-violet-500\/60 {
    border-color: rgb(139 92 246 / 0.6);
  }

  .lg\:border-violet-500\/65 {
    border-color: rgb(139 92 246 / 0.65);
  }

  .lg\:border-violet-500\/70 {
    border-color: rgb(139 92 246 / 0.7);
  }

  .lg\:border-violet-500\/75 {
    border-color: rgb(139 92 246 / 0.75);
  }

  .lg\:border-violet-500\/80 {
    border-color: rgb(139 92 246 / 0.8);
  }

  .lg\:border-violet-500\/85 {
    border-color: rgb(139 92 246 / 0.85);
  }

  .lg\:border-violet-500\/90 {
    border-color: rgb(139 92 246 / 0.9);
  }

  .lg\:border-violet-500\/95 {
    border-color: rgb(139 92 246 / 0.95);
  }

  .lg\:border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgb(124 58 237 / var(--tw-border-opacity));
  }

  .lg\:border-violet-600\/0 {
    border-color: rgb(124 58 237 / 0);
  }

  .lg\:border-violet-600\/10 {
    border-color: rgb(124 58 237 / 0.1);
  }

  .lg\:border-violet-600\/100 {
    border-color: rgb(124 58 237 / 1);
  }

  .lg\:border-violet-600\/15 {
    border-color: rgb(124 58 237 / 0.15);
  }

  .lg\:border-violet-600\/20 {
    border-color: rgb(124 58 237 / 0.2);
  }

  .lg\:border-violet-600\/25 {
    border-color: rgb(124 58 237 / 0.25);
  }

  .lg\:border-violet-600\/30 {
    border-color: rgb(124 58 237 / 0.3);
  }

  .lg\:border-violet-600\/35 {
    border-color: rgb(124 58 237 / 0.35);
  }

  .lg\:border-violet-600\/40 {
    border-color: rgb(124 58 237 / 0.4);
  }

  .lg\:border-violet-600\/45 {
    border-color: rgb(124 58 237 / 0.45);
  }

  .lg\:border-violet-600\/5 {
    border-color: rgb(124 58 237 / 0.05);
  }

  .lg\:border-violet-600\/50 {
    border-color: rgb(124 58 237 / 0.5);
  }

  .lg\:border-violet-600\/55 {
    border-color: rgb(124 58 237 / 0.55);
  }

  .lg\:border-violet-600\/60 {
    border-color: rgb(124 58 237 / 0.6);
  }

  .lg\:border-violet-600\/65 {
    border-color: rgb(124 58 237 / 0.65);
  }

  .lg\:border-violet-600\/70 {
    border-color: rgb(124 58 237 / 0.7);
  }

  .lg\:border-violet-600\/75 {
    border-color: rgb(124 58 237 / 0.75);
  }

  .lg\:border-violet-600\/80 {
    border-color: rgb(124 58 237 / 0.8);
  }

  .lg\:border-violet-600\/85 {
    border-color: rgb(124 58 237 / 0.85);
  }

  .lg\:border-violet-600\/90 {
    border-color: rgb(124 58 237 / 0.9);
  }

  .lg\:border-violet-600\/95 {
    border-color: rgb(124 58 237 / 0.95);
  }

  .lg\:border-violet-700 {
    --tw-border-opacity: 1;
    border-color: rgb(109 40 217 / var(--tw-border-opacity));
  }

  .lg\:border-violet-700\/0 {
    border-color: rgb(109 40 217 / 0);
  }

  .lg\:border-violet-700\/10 {
    border-color: rgb(109 40 217 / 0.1);
  }

  .lg\:border-violet-700\/100 {
    border-color: rgb(109 40 217 / 1);
  }

  .lg\:border-violet-700\/15 {
    border-color: rgb(109 40 217 / 0.15);
  }

  .lg\:border-violet-700\/20 {
    border-color: rgb(109 40 217 / 0.2);
  }

  .lg\:border-violet-700\/25 {
    border-color: rgb(109 40 217 / 0.25);
  }

  .lg\:border-violet-700\/30 {
    border-color: rgb(109 40 217 / 0.3);
  }

  .lg\:border-violet-700\/35 {
    border-color: rgb(109 40 217 / 0.35);
  }

  .lg\:border-violet-700\/40 {
    border-color: rgb(109 40 217 / 0.4);
  }

  .lg\:border-violet-700\/45 {
    border-color: rgb(109 40 217 / 0.45);
  }

  .lg\:border-violet-700\/5 {
    border-color: rgb(109 40 217 / 0.05);
  }

  .lg\:border-violet-700\/50 {
    border-color: rgb(109 40 217 / 0.5);
  }

  .lg\:border-violet-700\/55 {
    border-color: rgb(109 40 217 / 0.55);
  }

  .lg\:border-violet-700\/60 {
    border-color: rgb(109 40 217 / 0.6);
  }

  .lg\:border-violet-700\/65 {
    border-color: rgb(109 40 217 / 0.65);
  }

  .lg\:border-violet-700\/70 {
    border-color: rgb(109 40 217 / 0.7);
  }

  .lg\:border-violet-700\/75 {
    border-color: rgb(109 40 217 / 0.75);
  }

  .lg\:border-violet-700\/80 {
    border-color: rgb(109 40 217 / 0.8);
  }

  .lg\:border-violet-700\/85 {
    border-color: rgb(109 40 217 / 0.85);
  }

  .lg\:border-violet-700\/90 {
    border-color: rgb(109 40 217 / 0.9);
  }

  .lg\:border-violet-700\/95 {
    border-color: rgb(109 40 217 / 0.95);
  }

  .lg\:border-violet-800 {
    --tw-border-opacity: 1;
    border-color: rgb(91 33 182 / var(--tw-border-opacity));
  }

  .lg\:border-violet-800\/0 {
    border-color: rgb(91 33 182 / 0);
  }

  .lg\:border-violet-800\/10 {
    border-color: rgb(91 33 182 / 0.1);
  }

  .lg\:border-violet-800\/100 {
    border-color: rgb(91 33 182 / 1);
  }

  .lg\:border-violet-800\/15 {
    border-color: rgb(91 33 182 / 0.15);
  }

  .lg\:border-violet-800\/20 {
    border-color: rgb(91 33 182 / 0.2);
  }

  .lg\:border-violet-800\/25 {
    border-color: rgb(91 33 182 / 0.25);
  }

  .lg\:border-violet-800\/30 {
    border-color: rgb(91 33 182 / 0.3);
  }

  .lg\:border-violet-800\/35 {
    border-color: rgb(91 33 182 / 0.35);
  }

  .lg\:border-violet-800\/40 {
    border-color: rgb(91 33 182 / 0.4);
  }

  .lg\:border-violet-800\/45 {
    border-color: rgb(91 33 182 / 0.45);
  }

  .lg\:border-violet-800\/5 {
    border-color: rgb(91 33 182 / 0.05);
  }

  .lg\:border-violet-800\/50 {
    border-color: rgb(91 33 182 / 0.5);
  }

  .lg\:border-violet-800\/55 {
    border-color: rgb(91 33 182 / 0.55);
  }

  .lg\:border-violet-800\/60 {
    border-color: rgb(91 33 182 / 0.6);
  }

  .lg\:border-violet-800\/65 {
    border-color: rgb(91 33 182 / 0.65);
  }

  .lg\:border-violet-800\/70 {
    border-color: rgb(91 33 182 / 0.7);
  }

  .lg\:border-violet-800\/75 {
    border-color: rgb(91 33 182 / 0.75);
  }

  .lg\:border-violet-800\/80 {
    border-color: rgb(91 33 182 / 0.8);
  }

  .lg\:border-violet-800\/85 {
    border-color: rgb(91 33 182 / 0.85);
  }

  .lg\:border-violet-800\/90 {
    border-color: rgb(91 33 182 / 0.9);
  }

  .lg\:border-violet-800\/95 {
    border-color: rgb(91 33 182 / 0.95);
  }

  .lg\:border-violet-900 {
    --tw-border-opacity: 1;
    border-color: rgb(76 29 149 / var(--tw-border-opacity));
  }

  .lg\:border-violet-900\/0 {
    border-color: rgb(76 29 149 / 0);
  }

  .lg\:border-violet-900\/10 {
    border-color: rgb(76 29 149 / 0.1);
  }

  .lg\:border-violet-900\/100 {
    border-color: rgb(76 29 149 / 1);
  }

  .lg\:border-violet-900\/15 {
    border-color: rgb(76 29 149 / 0.15);
  }

  .lg\:border-violet-900\/20 {
    border-color: rgb(76 29 149 / 0.2);
  }

  .lg\:border-violet-900\/25 {
    border-color: rgb(76 29 149 / 0.25);
  }

  .lg\:border-violet-900\/30 {
    border-color: rgb(76 29 149 / 0.3);
  }

  .lg\:border-violet-900\/35 {
    border-color: rgb(76 29 149 / 0.35);
  }

  .lg\:border-violet-900\/40 {
    border-color: rgb(76 29 149 / 0.4);
  }

  .lg\:border-violet-900\/45 {
    border-color: rgb(76 29 149 / 0.45);
  }

  .lg\:border-violet-900\/5 {
    border-color: rgb(76 29 149 / 0.05);
  }

  .lg\:border-violet-900\/50 {
    border-color: rgb(76 29 149 / 0.5);
  }

  .lg\:border-violet-900\/55 {
    border-color: rgb(76 29 149 / 0.55);
  }

  .lg\:border-violet-900\/60 {
    border-color: rgb(76 29 149 / 0.6);
  }

  .lg\:border-violet-900\/65 {
    border-color: rgb(76 29 149 / 0.65);
  }

  .lg\:border-violet-900\/70 {
    border-color: rgb(76 29 149 / 0.7);
  }

  .lg\:border-violet-900\/75 {
    border-color: rgb(76 29 149 / 0.75);
  }

  .lg\:border-violet-900\/80 {
    border-color: rgb(76 29 149 / 0.8);
  }

  .lg\:border-violet-900\/85 {
    border-color: rgb(76 29 149 / 0.85);
  }

  .lg\:border-violet-900\/90 {
    border-color: rgb(76 29 149 / 0.9);
  }

  .lg\:border-violet-900\/95 {
    border-color: rgb(76 29 149 / 0.95);
  }

  .lg\:border-violet-950 {
    --tw-border-opacity: 1;
    border-color: rgb(46 16 101 / var(--tw-border-opacity));
  }

  .lg\:border-violet-950\/0 {
    border-color: rgb(46 16 101 / 0);
  }

  .lg\:border-violet-950\/10 {
    border-color: rgb(46 16 101 / 0.1);
  }

  .lg\:border-violet-950\/100 {
    border-color: rgb(46 16 101 / 1);
  }

  .lg\:border-violet-950\/15 {
    border-color: rgb(46 16 101 / 0.15);
  }

  .lg\:border-violet-950\/20 {
    border-color: rgb(46 16 101 / 0.2);
  }

  .lg\:border-violet-950\/25 {
    border-color: rgb(46 16 101 / 0.25);
  }

  .lg\:border-violet-950\/30 {
    border-color: rgb(46 16 101 / 0.3);
  }

  .lg\:border-violet-950\/35 {
    border-color: rgb(46 16 101 / 0.35);
  }

  .lg\:border-violet-950\/40 {
    border-color: rgb(46 16 101 / 0.4);
  }

  .lg\:border-violet-950\/45 {
    border-color: rgb(46 16 101 / 0.45);
  }

  .lg\:border-violet-950\/5 {
    border-color: rgb(46 16 101 / 0.05);
  }

  .lg\:border-violet-950\/50 {
    border-color: rgb(46 16 101 / 0.5);
  }

  .lg\:border-violet-950\/55 {
    border-color: rgb(46 16 101 / 0.55);
  }

  .lg\:border-violet-950\/60 {
    border-color: rgb(46 16 101 / 0.6);
  }

  .lg\:border-violet-950\/65 {
    border-color: rgb(46 16 101 / 0.65);
  }

  .lg\:border-violet-950\/70 {
    border-color: rgb(46 16 101 / 0.7);
  }

  .lg\:border-violet-950\/75 {
    border-color: rgb(46 16 101 / 0.75);
  }

  .lg\:border-violet-950\/80 {
    border-color: rgb(46 16 101 / 0.8);
  }

  .lg\:border-violet-950\/85 {
    border-color: rgb(46 16 101 / 0.85);
  }

  .lg\:border-violet-950\/90 {
    border-color: rgb(46 16 101 / 0.9);
  }

  .lg\:border-violet-950\/95 {
    border-color: rgb(46 16 101 / 0.95);
  }

  .lg\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .lg\:border-white\/0 {
    border-color: rgb(255 255 255 / 0);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .lg\:border-yellow-100\/0 {
    border-color: rgb(254 249 195 / 0);
  }

  .lg\:border-yellow-100\/10 {
    border-color: rgb(254 249 195 / 0.1);
  }

  .lg\:border-yellow-100\/100 {
    border-color: rgb(254 249 195 / 1);
  }

  .lg\:border-yellow-100\/15 {
    border-color: rgb(254 249 195 / 0.15);
  }

  .lg\:border-yellow-100\/20 {
    border-color: rgb(254 249 195 / 0.2);
  }

  .lg\:border-yellow-100\/25 {
    border-color: rgb(254 249 195 / 0.25);
  }

  .lg\:border-yellow-100\/30 {
    border-color: rgb(254 249 195 / 0.3);
  }

  .lg\:border-yellow-100\/35 {
    border-color: rgb(254 249 195 / 0.35);
  }

  .lg\:border-yellow-100\/40 {
    border-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-yellow-100\/45 {
    border-color: rgb(254 249 195 / 0.45);
  }

  .lg\:border-yellow-100\/5 {
    border-color: rgb(254 249 195 / 0.05);
  }

  .lg\:border-yellow-100\/50 {
    border-color: rgb(254 249 195 / 0.5);
  }

  .lg\:border-yellow-100\/55 {
    border-color: rgb(254 249 195 / 0.55);
  }

  .lg\:border-yellow-100\/60 {
    border-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-yellow-100\/65 {
    border-color: rgb(254 249 195 / 0.65);
  }

  .lg\:border-yellow-100\/70 {
    border-color: rgb(254 249 195 / 0.7);
  }

  .lg\:border-yellow-100\/75 {
    border-color: rgb(254 249 195 / 0.75);
  }

  .lg\:border-yellow-100\/80 {
    border-color: rgb(254 249 195 / 0.8);
  }

  .lg\:border-yellow-100\/85 {
    border-color: rgb(254 249 195 / 0.85);
  }

  .lg\:border-yellow-100\/90 {
    border-color: rgb(254 249 195 / 0.9);
  }

  .lg\:border-yellow-100\/95 {
    border-color: rgb(254 249 195 / 0.95);
  }

  .lg\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .lg\:border-yellow-200\/0 {
    border-color: rgb(254 240 138 / 0);
  }

  .lg\:border-yellow-200\/10 {
    border-color: rgb(254 240 138 / 0.1);
  }

  .lg\:border-yellow-200\/100 {
    border-color: rgb(254 240 138 / 1);
  }

  .lg\:border-yellow-200\/15 {
    border-color: rgb(254 240 138 / 0.15);
  }

  .lg\:border-yellow-200\/20 {
    border-color: rgb(254 240 138 / 0.2);
  }

  .lg\:border-yellow-200\/25 {
    border-color: rgb(254 240 138 / 0.25);
  }

  .lg\:border-yellow-200\/30 {
    border-color: rgb(254 240 138 / 0.3);
  }

  .lg\:border-yellow-200\/35 {
    border-color: rgb(254 240 138 / 0.35);
  }

  .lg\:border-yellow-200\/40 {
    border-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-yellow-200\/45 {
    border-color: rgb(254 240 138 / 0.45);
  }

  .lg\:border-yellow-200\/5 {
    border-color: rgb(254 240 138 / 0.05);
  }

  .lg\:border-yellow-200\/50 {
    border-color: rgb(254 240 138 / 0.5);
  }

  .lg\:border-yellow-200\/55 {
    border-color: rgb(254 240 138 / 0.55);
  }

  .lg\:border-yellow-200\/60 {
    border-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-yellow-200\/65 {
    border-color: rgb(254 240 138 / 0.65);
  }

  .lg\:border-yellow-200\/70 {
    border-color: rgb(254 240 138 / 0.7);
  }

  .lg\:border-yellow-200\/75 {
    border-color: rgb(254 240 138 / 0.75);
  }

  .lg\:border-yellow-200\/80 {
    border-color: rgb(254 240 138 / 0.8);
  }

  .lg\:border-yellow-200\/85 {
    border-color: rgb(254 240 138 / 0.85);
  }

  .lg\:border-yellow-200\/90 {
    border-color: rgb(254 240 138 / 0.9);
  }

  .lg\:border-yellow-200\/95 {
    border-color: rgb(254 240 138 / 0.95);
  }

  .lg\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .lg\:border-yellow-300\/0 {
    border-color: rgb(253 224 71 / 0);
  }

  .lg\:border-yellow-300\/10 {
    border-color: rgb(253 224 71 / 0.1);
  }

  .lg\:border-yellow-300\/100 {
    border-color: rgb(253 224 71 / 1);
  }

  .lg\:border-yellow-300\/15 {
    border-color: rgb(253 224 71 / 0.15);
  }

  .lg\:border-yellow-300\/20 {
    border-color: rgb(253 224 71 / 0.2);
  }

  .lg\:border-yellow-300\/25 {
    border-color: rgb(253 224 71 / 0.25);
  }

  .lg\:border-yellow-300\/30 {
    border-color: rgb(253 224 71 / 0.3);
  }

  .lg\:border-yellow-300\/35 {
    border-color: rgb(253 224 71 / 0.35);
  }

  .lg\:border-yellow-300\/40 {
    border-color: rgb(253 224 71 / 0.4);
  }

  .lg\:border-yellow-300\/45 {
    border-color: rgb(253 224 71 / 0.45);
  }

  .lg\:border-yellow-300\/5 {
    border-color: rgb(253 224 71 / 0.05);
  }

  .lg\:border-yellow-300\/50 {
    border-color: rgb(253 224 71 / 0.5);
  }

  .lg\:border-yellow-300\/55 {
    border-color: rgb(253 224 71 / 0.55);
  }

  .lg\:border-yellow-300\/60 {
    border-color: rgb(253 224 71 / 0.6);
  }

  .lg\:border-yellow-300\/65 {
    border-color: rgb(253 224 71 / 0.65);
  }

  .lg\:border-yellow-300\/70 {
    border-color: rgb(253 224 71 / 0.7);
  }

  .lg\:border-yellow-300\/75 {
    border-color: rgb(253 224 71 / 0.75);
  }

  .lg\:border-yellow-300\/80 {
    border-color: rgb(253 224 71 / 0.8);
  }

  .lg\:border-yellow-300\/85 {
    border-color: rgb(253 224 71 / 0.85);
  }

  .lg\:border-yellow-300\/90 {
    border-color: rgb(253 224 71 / 0.9);
  }

  .lg\:border-yellow-300\/95 {
    border-color: rgb(253 224 71 / 0.95);
  }

  .lg\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .lg\:border-yellow-400\/0 {
    border-color: rgb(250 204 21 / 0);
  }

  .lg\:border-yellow-400\/10 {
    border-color: rgb(250 204 21 / 0.1);
  }

  .lg\:border-yellow-400\/100 {
    border-color: rgb(250 204 21 / 1);
  }

  .lg\:border-yellow-400\/15 {
    border-color: rgb(250 204 21 / 0.15);
  }

  .lg\:border-yellow-400\/20 {
    border-color: rgb(250 204 21 / 0.2);
  }

  .lg\:border-yellow-400\/25 {
    border-color: rgb(250 204 21 / 0.25);
  }

  .lg\:border-yellow-400\/30 {
    border-color: rgb(250 204 21 / 0.3);
  }

  .lg\:border-yellow-400\/35 {
    border-color: rgb(250 204 21 / 0.35);
  }

  .lg\:border-yellow-400\/40 {
    border-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-yellow-400\/45 {
    border-color: rgb(250 204 21 / 0.45);
  }

  .lg\:border-yellow-400\/5 {
    border-color: rgb(250 204 21 / 0.05);
  }

  .lg\:border-yellow-400\/50 {
    border-color: rgb(250 204 21 / 0.5);
  }

  .lg\:border-yellow-400\/55 {
    border-color: rgb(250 204 21 / 0.55);
  }

  .lg\:border-yellow-400\/60 {
    border-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-yellow-400\/65 {
    border-color: rgb(250 204 21 / 0.65);
  }

  .lg\:border-yellow-400\/70 {
    border-color: rgb(250 204 21 / 0.7);
  }

  .lg\:border-yellow-400\/75 {
    border-color: rgb(250 204 21 / 0.75);
  }

  .lg\:border-yellow-400\/80 {
    border-color: rgb(250 204 21 / 0.8);
  }

  .lg\:border-yellow-400\/85 {
    border-color: rgb(250 204 21 / 0.85);
  }

  .lg\:border-yellow-400\/90 {
    border-color: rgb(250 204 21 / 0.9);
  }

  .lg\:border-yellow-400\/95 {
    border-color: rgb(250 204 21 / 0.95);
  }

  .lg\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .lg\:border-yellow-50\/0 {
    border-color: rgb(254 252 232 / 0);
  }

  .lg\:border-yellow-50\/10 {
    border-color: rgb(254 252 232 / 0.1);
  }

  .lg\:border-yellow-50\/100 {
    border-color: rgb(254 252 232 / 1);
  }

  .lg\:border-yellow-50\/15 {
    border-color: rgb(254 252 232 / 0.15);
  }

  .lg\:border-yellow-50\/20 {
    border-color: rgb(254 252 232 / 0.2);
  }

  .lg\:border-yellow-50\/25 {
    border-color: rgb(254 252 232 / 0.25);
  }

  .lg\:border-yellow-50\/30 {
    border-color: rgb(254 252 232 / 0.3);
  }

  .lg\:border-yellow-50\/35 {
    border-color: rgb(254 252 232 / 0.35);
  }

  .lg\:border-yellow-50\/40 {
    border-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-yellow-50\/45 {
    border-color: rgb(254 252 232 / 0.45);
  }

  .lg\:border-yellow-50\/5 {
    border-color: rgb(254 252 232 / 0.05);
  }

  .lg\:border-yellow-50\/50 {
    border-color: rgb(254 252 232 / 0.5);
  }

  .lg\:border-yellow-50\/55 {
    border-color: rgb(254 252 232 / 0.55);
  }

  .lg\:border-yellow-50\/60 {
    border-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-yellow-50\/65 {
    border-color: rgb(254 252 232 / 0.65);
  }

  .lg\:border-yellow-50\/70 {
    border-color: rgb(254 252 232 / 0.7);
  }

  .lg\:border-yellow-50\/75 {
    border-color: rgb(254 252 232 / 0.75);
  }

  .lg\:border-yellow-50\/80 {
    border-color: rgb(254 252 232 / 0.8);
  }

  .lg\:border-yellow-50\/85 {
    border-color: rgb(254 252 232 / 0.85);
  }

  .lg\:border-yellow-50\/90 {
    border-color: rgb(254 252 232 / 0.9);
  }

  .lg\:border-yellow-50\/95 {
    border-color: rgb(254 252 232 / 0.95);
  }

  .lg\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .lg\:border-yellow-500\/0 {
    border-color: rgb(234 179 8 / 0);
  }

  .lg\:border-yellow-500\/10 {
    border-color: rgb(234 179 8 / 0.1);
  }

  .lg\:border-yellow-500\/100 {
    border-color: rgb(234 179 8 / 1);
  }

  .lg\:border-yellow-500\/15 {
    border-color: rgb(234 179 8 / 0.15);
  }

  .lg\:border-yellow-500\/20 {
    border-color: rgb(234 179 8 / 0.2);
  }

  .lg\:border-yellow-500\/25 {
    border-color: rgb(234 179 8 / 0.25);
  }

  .lg\:border-yellow-500\/30 {
    border-color: rgb(234 179 8 / 0.3);
  }

  .lg\:border-yellow-500\/35 {
    border-color: rgb(234 179 8 / 0.35);
  }

  .lg\:border-yellow-500\/40 {
    border-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-yellow-500\/45 {
    border-color: rgb(234 179 8 / 0.45);
  }

  .lg\:border-yellow-500\/5 {
    border-color: rgb(234 179 8 / 0.05);
  }

  .lg\:border-yellow-500\/50 {
    border-color: rgb(234 179 8 / 0.5);
  }

  .lg\:border-yellow-500\/55 {
    border-color: rgb(234 179 8 / 0.55);
  }

  .lg\:border-yellow-500\/60 {
    border-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-yellow-500\/65 {
    border-color: rgb(234 179 8 / 0.65);
  }

  .lg\:border-yellow-500\/70 {
    border-color: rgb(234 179 8 / 0.7);
  }

  .lg\:border-yellow-500\/75 {
    border-color: rgb(234 179 8 / 0.75);
  }

  .lg\:border-yellow-500\/80 {
    border-color: rgb(234 179 8 / 0.8);
  }

  .lg\:border-yellow-500\/85 {
    border-color: rgb(234 179 8 / 0.85);
  }

  .lg\:border-yellow-500\/90 {
    border-color: rgb(234 179 8 / 0.9);
  }

  .lg\:border-yellow-500\/95 {
    border-color: rgb(234 179 8 / 0.95);
  }

  .lg\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .lg\:border-yellow-600\/0 {
    border-color: rgb(202 138 4 / 0);
  }

  .lg\:border-yellow-600\/10 {
    border-color: rgb(202 138 4 / 0.1);
  }

  .lg\:border-yellow-600\/100 {
    border-color: rgb(202 138 4 / 1);
  }

  .lg\:border-yellow-600\/15 {
    border-color: rgb(202 138 4 / 0.15);
  }

  .lg\:border-yellow-600\/20 {
    border-color: rgb(202 138 4 / 0.2);
  }

  .lg\:border-yellow-600\/25 {
    border-color: rgb(202 138 4 / 0.25);
  }

  .lg\:border-yellow-600\/30 {
    border-color: rgb(202 138 4 / 0.3);
  }

  .lg\:border-yellow-600\/35 {
    border-color: rgb(202 138 4 / 0.35);
  }

  .lg\:border-yellow-600\/40 {
    border-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-yellow-600\/45 {
    border-color: rgb(202 138 4 / 0.45);
  }

  .lg\:border-yellow-600\/5 {
    border-color: rgb(202 138 4 / 0.05);
  }

  .lg\:border-yellow-600\/50 {
    border-color: rgb(202 138 4 / 0.5);
  }

  .lg\:border-yellow-600\/55 {
    border-color: rgb(202 138 4 / 0.55);
  }

  .lg\:border-yellow-600\/60 {
    border-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-yellow-600\/65 {
    border-color: rgb(202 138 4 / 0.65);
  }

  .lg\:border-yellow-600\/70 {
    border-color: rgb(202 138 4 / 0.7);
  }

  .lg\:border-yellow-600\/75 {
    border-color: rgb(202 138 4 / 0.75);
  }

  .lg\:border-yellow-600\/80 {
    border-color: rgb(202 138 4 / 0.8);
  }

  .lg\:border-yellow-600\/85 {
    border-color: rgb(202 138 4 / 0.85);
  }

  .lg\:border-yellow-600\/90 {
    border-color: rgb(202 138 4 / 0.9);
  }

  .lg\:border-yellow-600\/95 {
    border-color: rgb(202 138 4 / 0.95);
  }

  .lg\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .lg\:border-yellow-700\/0 {
    border-color: rgb(161 98 7 / 0);
  }

  .lg\:border-yellow-700\/10 {
    border-color: rgb(161 98 7 / 0.1);
  }

  .lg\:border-yellow-700\/100 {
    border-color: rgb(161 98 7 / 1);
  }

  .lg\:border-yellow-700\/15 {
    border-color: rgb(161 98 7 / 0.15);
  }

  .lg\:border-yellow-700\/20 {
    border-color: rgb(161 98 7 / 0.2);
  }

  .lg\:border-yellow-700\/25 {
    border-color: rgb(161 98 7 / 0.25);
  }

  .lg\:border-yellow-700\/30 {
    border-color: rgb(161 98 7 / 0.3);
  }

  .lg\:border-yellow-700\/35 {
    border-color: rgb(161 98 7 / 0.35);
  }

  .lg\:border-yellow-700\/40 {
    border-color: rgb(161 98 7 / 0.4);
  }

  .lg\:border-yellow-700\/45 {
    border-color: rgb(161 98 7 / 0.45);
  }

  .lg\:border-yellow-700\/5 {
    border-color: rgb(161 98 7 / 0.05);
  }

  .lg\:border-yellow-700\/50 {
    border-color: rgb(161 98 7 / 0.5);
  }

  .lg\:border-yellow-700\/55 {
    border-color: rgb(161 98 7 / 0.55);
  }

  .lg\:border-yellow-700\/60 {
    border-color: rgb(161 98 7 / 0.6);
  }

  .lg\:border-yellow-700\/65 {
    border-color: rgb(161 98 7 / 0.65);
  }

  .lg\:border-yellow-700\/70 {
    border-color: rgb(161 98 7 / 0.7);
  }

  .lg\:border-yellow-700\/75 {
    border-color: rgb(161 98 7 / 0.75);
  }

  .lg\:border-yellow-700\/80 {
    border-color: rgb(161 98 7 / 0.8);
  }

  .lg\:border-yellow-700\/85 {
    border-color: rgb(161 98 7 / 0.85);
  }

  .lg\:border-yellow-700\/90 {
    border-color: rgb(161 98 7 / 0.9);
  }

  .lg\:border-yellow-700\/95 {
    border-color: rgb(161 98 7 / 0.95);
  }

  .lg\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .lg\:border-yellow-800\/0 {
    border-color: rgb(133 77 14 / 0);
  }

  .lg\:border-yellow-800\/10 {
    border-color: rgb(133 77 14 / 0.1);
  }

  .lg\:border-yellow-800\/100 {
    border-color: rgb(133 77 14 / 1);
  }

  .lg\:border-yellow-800\/15 {
    border-color: rgb(133 77 14 / 0.15);
  }

  .lg\:border-yellow-800\/20 {
    border-color: rgb(133 77 14 / 0.2);
  }

  .lg\:border-yellow-800\/25 {
    border-color: rgb(133 77 14 / 0.25);
  }

  .lg\:border-yellow-800\/30 {
    border-color: rgb(133 77 14 / 0.3);
  }

  .lg\:border-yellow-800\/35 {
    border-color: rgb(133 77 14 / 0.35);
  }

  .lg\:border-yellow-800\/40 {
    border-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-yellow-800\/45 {
    border-color: rgb(133 77 14 / 0.45);
  }

  .lg\:border-yellow-800\/5 {
    border-color: rgb(133 77 14 / 0.05);
  }

  .lg\:border-yellow-800\/50 {
    border-color: rgb(133 77 14 / 0.5);
  }

  .lg\:border-yellow-800\/55 {
    border-color: rgb(133 77 14 / 0.55);
  }

  .lg\:border-yellow-800\/60 {
    border-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-yellow-800\/65 {
    border-color: rgb(133 77 14 / 0.65);
  }

  .lg\:border-yellow-800\/70 {
    border-color: rgb(133 77 14 / 0.7);
  }

  .lg\:border-yellow-800\/75 {
    border-color: rgb(133 77 14 / 0.75);
  }

  .lg\:border-yellow-800\/80 {
    border-color: rgb(133 77 14 / 0.8);
  }

  .lg\:border-yellow-800\/85 {
    border-color: rgb(133 77 14 / 0.85);
  }

  .lg\:border-yellow-800\/90 {
    border-color: rgb(133 77 14 / 0.9);
  }

  .lg\:border-yellow-800\/95 {
    border-color: rgb(133 77 14 / 0.95);
  }

  .lg\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .lg\:border-yellow-900\/0 {
    border-color: rgb(113 63 18 / 0);
  }

  .lg\:border-yellow-900\/10 {
    border-color: rgb(113 63 18 / 0.1);
  }

  .lg\:border-yellow-900\/100 {
    border-color: rgb(113 63 18 / 1);
  }

  .lg\:border-yellow-900\/15 {
    border-color: rgb(113 63 18 / 0.15);
  }

  .lg\:border-yellow-900\/20 {
    border-color: rgb(113 63 18 / 0.2);
  }

  .lg\:border-yellow-900\/25 {
    border-color: rgb(113 63 18 / 0.25);
  }

  .lg\:border-yellow-900\/30 {
    border-color: rgb(113 63 18 / 0.3);
  }

  .lg\:border-yellow-900\/35 {
    border-color: rgb(113 63 18 / 0.35);
  }

  .lg\:border-yellow-900\/40 {
    border-color: rgb(113 63 18 / 0.4);
  }

  .lg\:border-yellow-900\/45 {
    border-color: rgb(113 63 18 / 0.45);
  }

  .lg\:border-yellow-900\/5 {
    border-color: rgb(113 63 18 / 0.05);
  }

  .lg\:border-yellow-900\/50 {
    border-color: rgb(113 63 18 / 0.5);
  }

  .lg\:border-yellow-900\/55 {
    border-color: rgb(113 63 18 / 0.55);
  }

  .lg\:border-yellow-900\/60 {
    border-color: rgb(113 63 18 / 0.6);
  }

  .lg\:border-yellow-900\/65 {
    border-color: rgb(113 63 18 / 0.65);
  }

  .lg\:border-yellow-900\/70 {
    border-color: rgb(113 63 18 / 0.7);
  }

  .lg\:border-yellow-900\/75 {
    border-color: rgb(113 63 18 / 0.75);
  }

  .lg\:border-yellow-900\/80 {
    border-color: rgb(113 63 18 / 0.8);
  }

  .lg\:border-yellow-900\/85 {
    border-color: rgb(113 63 18 / 0.85);
  }

  .lg\:border-yellow-900\/90 {
    border-color: rgb(113 63 18 / 0.9);
  }

  .lg\:border-yellow-900\/95 {
    border-color: rgb(113 63 18 / 0.95);
  }

  .lg\:border-yellow-950 {
    --tw-border-opacity: 1;
    border-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .lg\:border-yellow-950\/0 {
    border-color: rgb(66 32 6 / 0);
  }

  .lg\:border-yellow-950\/10 {
    border-color: rgb(66 32 6 / 0.1);
  }

  .lg\:border-yellow-950\/100 {
    border-color: rgb(66 32 6 / 1);
  }

  .lg\:border-yellow-950\/15 {
    border-color: rgb(66 32 6 / 0.15);
  }

  .lg\:border-yellow-950\/20 {
    border-color: rgb(66 32 6 / 0.2);
  }

  .lg\:border-yellow-950\/25 {
    border-color: rgb(66 32 6 / 0.25);
  }

  .lg\:border-yellow-950\/30 {
    border-color: rgb(66 32 6 / 0.3);
  }

  .lg\:border-yellow-950\/35 {
    border-color: rgb(66 32 6 / 0.35);
  }

  .lg\:border-yellow-950\/40 {
    border-color: rgb(66 32 6 / 0.4);
  }

  .lg\:border-yellow-950\/45 {
    border-color: rgb(66 32 6 / 0.45);
  }

  .lg\:border-yellow-950\/5 {
    border-color: rgb(66 32 6 / 0.05);
  }

  .lg\:border-yellow-950\/50 {
    border-color: rgb(66 32 6 / 0.5);
  }

  .lg\:border-yellow-950\/55 {
    border-color: rgb(66 32 6 / 0.55);
  }

  .lg\:border-yellow-950\/60 {
    border-color: rgb(66 32 6 / 0.6);
  }

  .lg\:border-yellow-950\/65 {
    border-color: rgb(66 32 6 / 0.65);
  }

  .lg\:border-yellow-950\/70 {
    border-color: rgb(66 32 6 / 0.7);
  }

  .lg\:border-yellow-950\/75 {
    border-color: rgb(66 32 6 / 0.75);
  }

  .lg\:border-yellow-950\/80 {
    border-color: rgb(66 32 6 / 0.8);
  }

  .lg\:border-yellow-950\/85 {
    border-color: rgb(66 32 6 / 0.85);
  }

  .lg\:border-yellow-950\/90 {
    border-color: rgb(66 32 6 / 0.9);
  }

  .lg\:border-yellow-950\/95 {
    border-color: rgb(66 32 6 / 0.95);
  }

  .lg\:border-zinc-100 {
    --tw-border-opacity: 1;
    border-color: rgb(244 244 245 / var(--tw-border-opacity));
  }

  .lg\:border-zinc-100\/0 {
    border-color: rgb(244 244 245 / 0);
  }

  .lg\:border-zinc-100\/10 {
    border-color: rgb(244 244 245 / 0.1);
  }

  .lg\:border-zinc-100\/100 {
    border-color: rgb(244 244 245 / 1);
  }

  .lg\:border-zinc-100\/15 {
    border-color: rgb(244 244 245 / 0.15);
  }

  .lg\:border-zinc-100\/20 {
    border-color: rgb(244 244 245 / 0.2);
  }

  .lg\:border-zinc-100\/25 {
    border-color: rgb(244 244 245 / 0.25);
  }

  .lg\:border-zinc-100\/30 {
    border-color: rgb(244 244 245 / 0.3);
  }

  .lg\:border-zinc-100\/35 {
    border-color: rgb(244 244 245 / 0.35);
  }

  .lg\:border-zinc-100\/40 {
    border-color: rgb(244 244 245 / 0.4);
  }

  .lg\:border-zinc-100\/45 {
    border-color: rgb(244 244 245 / 0.45);
  }

  .lg\:border-zinc-100\/5 {
    border-color: rgb(244 244 245 / 0.05);
  }

  .lg\:border-zinc-100\/50 {
    border-color: rgb(244 244 245 / 0.5);
  }

  .lg\:border-zinc-100\/55 {
    border-color: rgb(244 244 245 / 0.55);
  }

  .lg\:border-zinc-100\/60 {
    border-color: rgb(244 244 245 / 0.6);
  }

  .lg\:border-zinc-100\/65 {
    border-color: rgb(244 244 245 / 0.65);
  }

  .lg\:border-zinc-100\/70 {
    border-color: rgb(244 244 245 / 0.7);
  }

  .lg\:border-zinc-100\/75 {
    border-color: rgb(244 244 245 / 0.75);
  }

  .lg\:border-zinc-100\/80 {
    border-color: rgb(244 244 245 / 0.8);
  }

  .lg\:border-zinc-100\/85 {
    border-color: rgb(244 244 245 / 0.85);
  }

  .lg\:border-zinc-100\/90 {
    border-color: rgb(244 244 245 / 0.9);
  }

  .lg\:border-zinc-100\/95 {
    border-color: rgb(244 244 245 / 0.95);
  }

  .lg\:border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgb(228 228 231 / var(--tw-border-opacity));
  }

  .lg\:border-zinc-200\/0 {
    border-color: rgb(228 228 231 / 0);
  }

  .lg\:border-zinc-200\/10 {
    border-color: rgb(228 228 231 / 0.1);
  }

  .lg\:border-zinc-200\/100 {
    border-color: rgb(228 228 231 / 1);
  }

  .lg\:border-zinc-200\/15 {
    border-color: rgb(228 228 231 / 0.15);
  }

  .lg\:border-zinc-200\/20 {
    border-color: rgb(228 228 231 / 0.2);
  }

  .lg\:border-zinc-200\/25 {
    border-color: rgb(228 228 231 / 0.25);
  }

  .lg\:border-zinc-200\/30 {
    border-color: rgb(228 228 231 / 0.3);
  }

  .lg\:border-zinc-200\/35 {
    border-color: rgb(228 228 231 / 0.35);
  }

  .lg\:border-zinc-200\/40 {
    border-color: rgb(228 228 231 / 0.4);
  }

  .lg\:border-zinc-200\/45 {
    border-color: rgb(228 228 231 / 0.45);
  }

  .lg\:border-zinc-200\/5 {
    border-color: rgb(228 228 231 / 0.05);
  }

  .lg\:border-zinc-200\/50 {
    border-color: rgb(228 228 231 / 0.5);
  }

  .lg\:border-zinc-200\/55 {
    border-color: rgb(228 228 231 / 0.55);
  }

  .lg\:border-zinc-200\/60 {
    border-color: rgb(228 228 231 / 0.6);
  }

  .lg\:border-zinc-200\/65 {
    border-color: rgb(228 228 231 / 0.65);
  }

  .lg\:border-zinc-200\/70 {
    border-color: rgb(228 228 231 / 0.7);
  }

  .lg\:border-zinc-200\/75 {
    border-color: rgb(228 228 231 / 0.75);
  }

  .lg\:border-zinc-200\/80 {
    border-color: rgb(228 228 231 / 0.8);
  }

  .lg\:border-zinc-200\/85 {
    border-color: rgb(228 228 231 / 0.85);
  }

  .lg\:border-zinc-200\/90 {
    border-color: rgb(228 228 231 / 0.9);
  }

  .lg\:border-zinc-200\/95 {
    border-color: rgb(228 228 231 / 0.95);
  }

  .lg\:border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 216 / var(--tw-border-opacity));
  }

  .lg\:border-zinc-300\/0 {
    border-color: rgb(212 212 216 / 0);
  }

  .lg\:border-zinc-300\/10 {
    border-color: rgb(212 212 216 / 0.1);
  }

  .lg\:border-zinc-300\/100 {
    border-color: rgb(212 212 216 / 1);
  }

  .lg\:border-zinc-300\/15 {
    border-color: rgb(212 212 216 / 0.15);
  }

  .lg\:border-zinc-300\/20 {
    border-color: rgb(212 212 216 / 0.2);
  }

  .lg\:border-zinc-300\/25 {
    border-color: rgb(212 212 216 / 0.25);
  }

  .lg\:border-zinc-300\/30 {
    border-color: rgb(212 212 216 / 0.3);
  }

  .lg\:border-zinc-300\/35 {
    border-color: rgb(212 212 216 / 0.35);
  }

  .lg\:border-zinc-300\/40 {
    border-color: rgb(212 212 216 / 0.4);
  }

  .lg\:border-zinc-300\/45 {
    border-color: rgb(212 212 216 / 0.45);
  }

  .lg\:border-zinc-300\/5 {
    border-color: rgb(212 212 216 / 0.05);
  }

  .lg\:border-zinc-300\/50 {
    border-color: rgb(212 212 216 / 0.5);
  }

  .lg\:border-zinc-300\/55 {
    border-color: rgb(212 212 216 / 0.55);
  }

  .lg\:border-zinc-300\/60 {
    border-color: rgb(212 212 216 / 0.6);
  }

  .lg\:border-zinc-300\/65 {
    border-color: rgb(212 212 216 / 0.65);
  }

  .lg\:border-zinc-300\/70 {
    border-color: rgb(212 212 216 / 0.7);
  }

  .lg\:border-zinc-300\/75 {
    border-color: rgb(212 212 216 / 0.75);
  }

  .lg\:border-zinc-300\/80 {
    border-color: rgb(212 212 216 / 0.8);
  }

  .lg\:border-zinc-300\/85 {
    border-color: rgb(212 212 216 / 0.85);
  }

  .lg\:border-zinc-300\/90 {
    border-color: rgb(212 212 216 / 0.9);
  }

  .lg\:border-zinc-300\/95 {
    border-color: rgb(212 212 216 / 0.95);
  }

  .lg\:border-zinc-400 {
    --tw-border-opacity: 1;
    border-color: rgb(161 161 170 / var(--tw-border-opacity));
  }

  .lg\:border-zinc-400\/0 {
    border-color: rgb(161 161 170 / 0);
  }

  .lg\:border-zinc-400\/10 {
    border-color: rgb(161 161 170 / 0.1);
  }

  .lg\:border-zinc-400\/100 {
    border-color: rgb(161 161 170 / 1);
  }

  .lg\:border-zinc-400\/15 {
    border-color: rgb(161 161 170 / 0.15);
  }

  .lg\:border-zinc-400\/20 {
    border-color: rgb(161 161 170 / 0.2);
  }

  .lg\:border-zinc-400\/25 {
    border-color: rgb(161 161 170 / 0.25);
  }

  .lg\:border-zinc-400\/30 {
    border-color: rgb(161 161 170 / 0.3);
  }

  .lg\:border-zinc-400\/35 {
    border-color: rgb(161 161 170 / 0.35);
  }

  .lg\:border-zinc-400\/40 {
    border-color: rgb(161 161 170 / 0.4);
  }

  .lg\:border-zinc-400\/45 {
    border-color: rgb(161 161 170 / 0.45);
  }

  .lg\:border-zinc-400\/5 {
    border-color: rgb(161 161 170 / 0.05);
  }

  .lg\:border-zinc-400\/50 {
    border-color: rgb(161 161 170 / 0.5);
  }

  .lg\:border-zinc-400\/55 {
    border-color: rgb(161 161 170 / 0.55);
  }

  .lg\:border-zinc-400\/60 {
    border-color: rgb(161 161 170 / 0.6);
  }

  .lg\:border-zinc-400\/65 {
    border-color: rgb(161 161 170 / 0.65);
  }

  .lg\:border-zinc-400\/70 {
    border-color: rgb(161 161 170 / 0.7);
  }

  .lg\:border-zinc-400\/75 {
    border-color: rgb(161 161 170 / 0.75);
  }

  .lg\:border-zinc-400\/80 {
    border-color: rgb(161 161 170 / 0.8);
  }

  .lg\:border-zinc-400\/85 {
    border-color: rgb(161 161 170 / 0.85);
  }

  .lg\:border-zinc-400\/90 {
    border-color: rgb(161 161 170 / 0.9);
  }

  .lg\:border-zinc-400\/95 {
    border-color: rgb(161 161 170 / 0.95);
  }

  .lg\:border-zinc-50 {
    --tw-border-opacity: 1;
    border-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .lg\:border-zinc-50\/0 {
    border-color: rgb(250 250 250 / 0);
  }

  .lg\:border-zinc-50\/10 {
    border-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-zinc-50\/100 {
    border-color: rgb(250 250 250 / 1);
  }

  .lg\:border-zinc-50\/15 {
    border-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-zinc-50\/20 {
    border-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-zinc-50\/25 {
    border-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-zinc-50\/30 {
    border-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-zinc-50\/35 {
    border-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-zinc-50\/40 {
    border-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-zinc-50\/45 {
    border-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-zinc-50\/5 {
    border-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-zinc-50\/50 {
    border-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-zinc-50\/55 {
    border-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-zinc-50\/60 {
    border-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-zinc-50\/65 {
    border-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-zinc-50\/70 {
    border-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-zinc-50\/75 {
    border-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-zinc-50\/80 {
    border-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-zinc-50\/85 {
    border-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-zinc-50\/90 {
    border-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-zinc-50\/95 {
    border-color: rgb(250 250 250 / 0.95);
  }

  .lg\:border-zinc-500 {
    --tw-border-opacity: 1;
    border-color: rgb(113 113 122 / var(--tw-border-opacity));
  }

  .lg\:border-zinc-500\/0 {
    border-color: rgb(113 113 122 / 0);
  }

  .lg\:border-zinc-500\/10 {
    border-color: rgb(113 113 122 / 0.1);
  }

  .lg\:border-zinc-500\/100 {
    border-color: rgb(113 113 122 / 1);
  }

  .lg\:border-zinc-500\/15 {
    border-color: rgb(113 113 122 / 0.15);
  }

  .lg\:border-zinc-500\/20 {
    border-color: rgb(113 113 122 / 0.2);
  }

  .lg\:border-zinc-500\/25 {
    border-color: rgb(113 113 122 / 0.25);
  }

  .lg\:border-zinc-500\/30 {
    border-color: rgb(113 113 122 / 0.3);
  }

  .lg\:border-zinc-500\/35 {
    border-color: rgb(113 113 122 / 0.35);
  }

  .lg\:border-zinc-500\/40 {
    border-color: rgb(113 113 122 / 0.4);
  }

  .lg\:border-zinc-500\/45 {
    border-color: rgb(113 113 122 / 0.45);
  }

  .lg\:border-zinc-500\/5 {
    border-color: rgb(113 113 122 / 0.05);
  }

  .lg\:border-zinc-500\/50 {
    border-color: rgb(113 113 122 / 0.5);
  }

  .lg\:border-zinc-500\/55 {
    border-color: rgb(113 113 122 / 0.55);
  }

  .lg\:border-zinc-500\/60 {
    border-color: rgb(113 113 122 / 0.6);
  }

  .lg\:border-zinc-500\/65 {
    border-color: rgb(113 113 122 / 0.65);
  }

  .lg\:border-zinc-500\/70 {
    border-color: rgb(113 113 122 / 0.7);
  }

  .lg\:border-zinc-500\/75 {
    border-color: rgb(113 113 122 / 0.75);
  }

  .lg\:border-zinc-500\/80 {
    border-color: rgb(113 113 122 / 0.8);
  }

  .lg\:border-zinc-500\/85 {
    border-color: rgb(113 113 122 / 0.85);
  }

  .lg\:border-zinc-500\/90 {
    border-color: rgb(113 113 122 / 0.9);
  }

  .lg\:border-zinc-500\/95 {
    border-color: rgb(113 113 122 / 0.95);
  }

  .lg\:border-zinc-600 {
    --tw-border-opacity: 1;
    border-color: rgb(82 82 91 / var(--tw-border-opacity));
  }

  .lg\:border-zinc-600\/0 {
    border-color: rgb(82 82 91 / 0);
  }

  .lg\:border-zinc-600\/10 {
    border-color: rgb(82 82 91 / 0.1);
  }

  .lg\:border-zinc-600\/100 {
    border-color: rgb(82 82 91 / 1);
  }

  .lg\:border-zinc-600\/15 {
    border-color: rgb(82 82 91 / 0.15);
  }

  .lg\:border-zinc-600\/20 {
    border-color: rgb(82 82 91 / 0.2);
  }

  .lg\:border-zinc-600\/25 {
    border-color: rgb(82 82 91 / 0.25);
  }

  .lg\:border-zinc-600\/30 {
    border-color: rgb(82 82 91 / 0.3);
  }

  .lg\:border-zinc-600\/35 {
    border-color: rgb(82 82 91 / 0.35);
  }

  .lg\:border-zinc-600\/40 {
    border-color: rgb(82 82 91 / 0.4);
  }

  .lg\:border-zinc-600\/45 {
    border-color: rgb(82 82 91 / 0.45);
  }

  .lg\:border-zinc-600\/5 {
    border-color: rgb(82 82 91 / 0.05);
  }

  .lg\:border-zinc-600\/50 {
    border-color: rgb(82 82 91 / 0.5);
  }

  .lg\:border-zinc-600\/55 {
    border-color: rgb(82 82 91 / 0.55);
  }

  .lg\:border-zinc-600\/60 {
    border-color: rgb(82 82 91 / 0.6);
  }

  .lg\:border-zinc-600\/65 {
    border-color: rgb(82 82 91 / 0.65);
  }

  .lg\:border-zinc-600\/70 {
    border-color: rgb(82 82 91 / 0.7);
  }

  .lg\:border-zinc-600\/75 {
    border-color: rgb(82 82 91 / 0.75);
  }

  .lg\:border-zinc-600\/80 {
    border-color: rgb(82 82 91 / 0.8);
  }

  .lg\:border-zinc-600\/85 {
    border-color: rgb(82 82 91 / 0.85);
  }

  .lg\:border-zinc-600\/90 {
    border-color: rgb(82 82 91 / 0.9);
  }

  .lg\:border-zinc-600\/95 {
    border-color: rgb(82 82 91 / 0.95);
  }

  .lg\:border-zinc-700 {
    --tw-border-opacity: 1;
    border-color: rgb(63 63 70 / var(--tw-border-opacity));
  }

  .lg\:border-zinc-700\/0 {
    border-color: rgb(63 63 70 / 0);
  }

  .lg\:border-zinc-700\/10 {
    border-color: rgb(63 63 70 / 0.1);
  }

  .lg\:border-zinc-700\/100 {
    border-color: rgb(63 63 70 / 1);
  }

  .lg\:border-zinc-700\/15 {
    border-color: rgb(63 63 70 / 0.15);
  }

  .lg\:border-zinc-700\/20 {
    border-color: rgb(63 63 70 / 0.2);
  }

  .lg\:border-zinc-700\/25 {
    border-color: rgb(63 63 70 / 0.25);
  }

  .lg\:border-zinc-700\/30 {
    border-color: rgb(63 63 70 / 0.3);
  }

  .lg\:border-zinc-700\/35 {
    border-color: rgb(63 63 70 / 0.35);
  }

  .lg\:border-zinc-700\/40 {
    border-color: rgb(63 63 70 / 0.4);
  }

  .lg\:border-zinc-700\/45 {
    border-color: rgb(63 63 70 / 0.45);
  }

  .lg\:border-zinc-700\/5 {
    border-color: rgb(63 63 70 / 0.05);
  }

  .lg\:border-zinc-700\/50 {
    border-color: rgb(63 63 70 / 0.5);
  }

  .lg\:border-zinc-700\/55 {
    border-color: rgb(63 63 70 / 0.55);
  }

  .lg\:border-zinc-700\/60 {
    border-color: rgb(63 63 70 / 0.6);
  }

  .lg\:border-zinc-700\/65 {
    border-color: rgb(63 63 70 / 0.65);
  }

  .lg\:border-zinc-700\/70 {
    border-color: rgb(63 63 70 / 0.7);
  }

  .lg\:border-zinc-700\/75 {
    border-color: rgb(63 63 70 / 0.75);
  }

  .lg\:border-zinc-700\/80 {
    border-color: rgb(63 63 70 / 0.8);
  }

  .lg\:border-zinc-700\/85 {
    border-color: rgb(63 63 70 / 0.85);
  }

  .lg\:border-zinc-700\/90 {
    border-color: rgb(63 63 70 / 0.9);
  }

  .lg\:border-zinc-700\/95 {
    border-color: rgb(63 63 70 / 0.95);
  }

  .lg\:border-zinc-800 {
    --tw-border-opacity: 1;
    border-color: rgb(39 39 42 / var(--tw-border-opacity));
  }

  .lg\:border-zinc-800\/0 {
    border-color: rgb(39 39 42 / 0);
  }

  .lg\:border-zinc-800\/10 {
    border-color: rgb(39 39 42 / 0.1);
  }

  .lg\:border-zinc-800\/100 {
    border-color: rgb(39 39 42 / 1);
  }

  .lg\:border-zinc-800\/15 {
    border-color: rgb(39 39 42 / 0.15);
  }

  .lg\:border-zinc-800\/20 {
    border-color: rgb(39 39 42 / 0.2);
  }

  .lg\:border-zinc-800\/25 {
    border-color: rgb(39 39 42 / 0.25);
  }

  .lg\:border-zinc-800\/30 {
    border-color: rgb(39 39 42 / 0.3);
  }

  .lg\:border-zinc-800\/35 {
    border-color: rgb(39 39 42 / 0.35);
  }

  .lg\:border-zinc-800\/40 {
    border-color: rgb(39 39 42 / 0.4);
  }

  .lg\:border-zinc-800\/45 {
    border-color: rgb(39 39 42 / 0.45);
  }

  .lg\:border-zinc-800\/5 {
    border-color: rgb(39 39 42 / 0.05);
  }

  .lg\:border-zinc-800\/50 {
    border-color: rgb(39 39 42 / 0.5);
  }

  .lg\:border-zinc-800\/55 {
    border-color: rgb(39 39 42 / 0.55);
  }

  .lg\:border-zinc-800\/60 {
    border-color: rgb(39 39 42 / 0.6);
  }

  .lg\:border-zinc-800\/65 {
    border-color: rgb(39 39 42 / 0.65);
  }

  .lg\:border-zinc-800\/70 {
    border-color: rgb(39 39 42 / 0.7);
  }

  .lg\:border-zinc-800\/75 {
    border-color: rgb(39 39 42 / 0.75);
  }

  .lg\:border-zinc-800\/80 {
    border-color: rgb(39 39 42 / 0.8);
  }

  .lg\:border-zinc-800\/85 {
    border-color: rgb(39 39 42 / 0.85);
  }

  .lg\:border-zinc-800\/90 {
    border-color: rgb(39 39 42 / 0.9);
  }

  .lg\:border-zinc-800\/95 {
    border-color: rgb(39 39 42 / 0.95);
  }

  .lg\:border-zinc-900 {
    --tw-border-opacity: 1;
    border-color: rgb(24 24 27 / var(--tw-border-opacity));
  }

  .lg\:border-zinc-900\/0 {
    border-color: rgb(24 24 27 / 0);
  }

  .lg\:border-zinc-900\/10 {
    border-color: rgb(24 24 27 / 0.1);
  }

  .lg\:border-zinc-900\/100 {
    border-color: rgb(24 24 27 / 1);
  }

  .lg\:border-zinc-900\/15 {
    border-color: rgb(24 24 27 / 0.15);
  }

  .lg\:border-zinc-900\/20 {
    border-color: rgb(24 24 27 / 0.2);
  }

  .lg\:border-zinc-900\/25 {
    border-color: rgb(24 24 27 / 0.25);
  }

  .lg\:border-zinc-900\/30 {
    border-color: rgb(24 24 27 / 0.3);
  }

  .lg\:border-zinc-900\/35 {
    border-color: rgb(24 24 27 / 0.35);
  }

  .lg\:border-zinc-900\/40 {
    border-color: rgb(24 24 27 / 0.4);
  }

  .lg\:border-zinc-900\/45 {
    border-color: rgb(24 24 27 / 0.45);
  }

  .lg\:border-zinc-900\/5 {
    border-color: rgb(24 24 27 / 0.05);
  }

  .lg\:border-zinc-900\/50 {
    border-color: rgb(24 24 27 / 0.5);
  }

  .lg\:border-zinc-900\/55 {
    border-color: rgb(24 24 27 / 0.55);
  }

  .lg\:border-zinc-900\/60 {
    border-color: rgb(24 24 27 / 0.6);
  }

  .lg\:border-zinc-900\/65 {
    border-color: rgb(24 24 27 / 0.65);
  }

  .lg\:border-zinc-900\/70 {
    border-color: rgb(24 24 27 / 0.7);
  }

  .lg\:border-zinc-900\/75 {
    border-color: rgb(24 24 27 / 0.75);
  }

  .lg\:border-zinc-900\/80 {
    border-color: rgb(24 24 27 / 0.8);
  }

  .lg\:border-zinc-900\/85 {
    border-color: rgb(24 24 27 / 0.85);
  }

  .lg\:border-zinc-900\/90 {
    border-color: rgb(24 24 27 / 0.9);
  }

  .lg\:border-zinc-900\/95 {
    border-color: rgb(24 24 27 / 0.95);
  }

  .lg\:border-zinc-950 {
    --tw-border-opacity: 1;
    border-color: rgb(9 9 11 / var(--tw-border-opacity));
  }

  .lg\:border-zinc-950\/0 {
    border-color: rgb(9 9 11 / 0);
  }

  .lg\:border-zinc-950\/10 {
    border-color: rgb(9 9 11 / 0.1);
  }

  .lg\:border-zinc-950\/100 {
    border-color: rgb(9 9 11 / 1);
  }

  .lg\:border-zinc-950\/15 {
    border-color: rgb(9 9 11 / 0.15);
  }

  .lg\:border-zinc-950\/20 {
    border-color: rgb(9 9 11 / 0.2);
  }

  .lg\:border-zinc-950\/25 {
    border-color: rgb(9 9 11 / 0.25);
  }

  .lg\:border-zinc-950\/30 {
    border-color: rgb(9 9 11 / 0.3);
  }

  .lg\:border-zinc-950\/35 {
    border-color: rgb(9 9 11 / 0.35);
  }

  .lg\:border-zinc-950\/40 {
    border-color: rgb(9 9 11 / 0.4);
  }

  .lg\:border-zinc-950\/45 {
    border-color: rgb(9 9 11 / 0.45);
  }

  .lg\:border-zinc-950\/5 {
    border-color: rgb(9 9 11 / 0.05);
  }

  .lg\:border-zinc-950\/50 {
    border-color: rgb(9 9 11 / 0.5);
  }

  .lg\:border-zinc-950\/55 {
    border-color: rgb(9 9 11 / 0.55);
  }

  .lg\:border-zinc-950\/60 {
    border-color: rgb(9 9 11 / 0.6);
  }

  .lg\:border-zinc-950\/65 {
    border-color: rgb(9 9 11 / 0.65);
  }

  .lg\:border-zinc-950\/70 {
    border-color: rgb(9 9 11 / 0.7);
  }

  .lg\:border-zinc-950\/75 {
    border-color: rgb(9 9 11 / 0.75);
  }

  .lg\:border-zinc-950\/80 {
    border-color: rgb(9 9 11 / 0.8);
  }

  .lg\:border-zinc-950\/85 {
    border-color: rgb(9 9 11 / 0.85);
  }

  .lg\:border-zinc-950\/90 {
    border-color: rgb(9 9 11 / 0.9);
  }

  .lg\:border-zinc-950\/95 {
    border-color: rgb(9 9 11 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-amber-100\/0 {
    border-left-color: rgb(254 243 199 / 0);
    border-right-color: rgb(254 243 199 / 0);
  }

  .lg\:border-x-amber-100\/10 {
    border-left-color: rgb(254 243 199 / 0.1);
    border-right-color: rgb(254 243 199 / 0.1);
  }

  .lg\:border-x-amber-100\/100 {
    border-left-color: rgb(254 243 199 / 1);
    border-right-color: rgb(254 243 199 / 1);
  }

  .lg\:border-x-amber-100\/15 {
    border-left-color: rgb(254 243 199 / 0.15);
    border-right-color: rgb(254 243 199 / 0.15);
  }

  .lg\:border-x-amber-100\/20 {
    border-left-color: rgb(254 243 199 / 0.2);
    border-right-color: rgb(254 243 199 / 0.2);
  }

  .lg\:border-x-amber-100\/25 {
    border-left-color: rgb(254 243 199 / 0.25);
    border-right-color: rgb(254 243 199 / 0.25);
  }

  .lg\:border-x-amber-100\/30 {
    border-left-color: rgb(254 243 199 / 0.3);
    border-right-color: rgb(254 243 199 / 0.3);
  }

  .lg\:border-x-amber-100\/35 {
    border-left-color: rgb(254 243 199 / 0.35);
    border-right-color: rgb(254 243 199 / 0.35);
  }

  .lg\:border-x-amber-100\/40 {
    border-left-color: rgb(254 243 199 / 0.4);
    border-right-color: rgb(254 243 199 / 0.4);
  }

  .lg\:border-x-amber-100\/45 {
    border-left-color: rgb(254 243 199 / 0.45);
    border-right-color: rgb(254 243 199 / 0.45);
  }

  .lg\:border-x-amber-100\/5 {
    border-left-color: rgb(254 243 199 / 0.05);
    border-right-color: rgb(254 243 199 / 0.05);
  }

  .lg\:border-x-amber-100\/50 {
    border-left-color: rgb(254 243 199 / 0.5);
    border-right-color: rgb(254 243 199 / 0.5);
  }

  .lg\:border-x-amber-100\/55 {
    border-left-color: rgb(254 243 199 / 0.55);
    border-right-color: rgb(254 243 199 / 0.55);
  }

  .lg\:border-x-amber-100\/60 {
    border-left-color: rgb(254 243 199 / 0.6);
    border-right-color: rgb(254 243 199 / 0.6);
  }

  .lg\:border-x-amber-100\/65 {
    border-left-color: rgb(254 243 199 / 0.65);
    border-right-color: rgb(254 243 199 / 0.65);
  }

  .lg\:border-x-amber-100\/70 {
    border-left-color: rgb(254 243 199 / 0.7);
    border-right-color: rgb(254 243 199 / 0.7);
  }

  .lg\:border-x-amber-100\/75 {
    border-left-color: rgb(254 243 199 / 0.75);
    border-right-color: rgb(254 243 199 / 0.75);
  }

  .lg\:border-x-amber-100\/80 {
    border-left-color: rgb(254 243 199 / 0.8);
    border-right-color: rgb(254 243 199 / 0.8);
  }

  .lg\:border-x-amber-100\/85 {
    border-left-color: rgb(254 243 199 / 0.85);
    border-right-color: rgb(254 243 199 / 0.85);
  }

  .lg\:border-x-amber-100\/90 {
    border-left-color: rgb(254 243 199 / 0.9);
    border-right-color: rgb(254 243 199 / 0.9);
  }

  .lg\:border-x-amber-100\/95 {
    border-left-color: rgb(254 243 199 / 0.95);
    border-right-color: rgb(254 243 199 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-amber-200\/0 {
    border-left-color: rgb(253 230 138 / 0);
    border-right-color: rgb(253 230 138 / 0);
  }

  .lg\:border-x-amber-200\/10 {
    border-left-color: rgb(253 230 138 / 0.1);
    border-right-color: rgb(253 230 138 / 0.1);
  }

  .lg\:border-x-amber-200\/100 {
    border-left-color: rgb(253 230 138 / 1);
    border-right-color: rgb(253 230 138 / 1);
  }

  .lg\:border-x-amber-200\/15 {
    border-left-color: rgb(253 230 138 / 0.15);
    border-right-color: rgb(253 230 138 / 0.15);
  }

  .lg\:border-x-amber-200\/20 {
    border-left-color: rgb(253 230 138 / 0.2);
    border-right-color: rgb(253 230 138 / 0.2);
  }

  .lg\:border-x-amber-200\/25 {
    border-left-color: rgb(253 230 138 / 0.25);
    border-right-color: rgb(253 230 138 / 0.25);
  }

  .lg\:border-x-amber-200\/30 {
    border-left-color: rgb(253 230 138 / 0.3);
    border-right-color: rgb(253 230 138 / 0.3);
  }

  .lg\:border-x-amber-200\/35 {
    border-left-color: rgb(253 230 138 / 0.35);
    border-right-color: rgb(253 230 138 / 0.35);
  }

  .lg\:border-x-amber-200\/40 {
    border-left-color: rgb(253 230 138 / 0.4);
    border-right-color: rgb(253 230 138 / 0.4);
  }

  .lg\:border-x-amber-200\/45 {
    border-left-color: rgb(253 230 138 / 0.45);
    border-right-color: rgb(253 230 138 / 0.45);
  }

  .lg\:border-x-amber-200\/5 {
    border-left-color: rgb(253 230 138 / 0.05);
    border-right-color: rgb(253 230 138 / 0.05);
  }

  .lg\:border-x-amber-200\/50 {
    border-left-color: rgb(253 230 138 / 0.5);
    border-right-color: rgb(253 230 138 / 0.5);
  }

  .lg\:border-x-amber-200\/55 {
    border-left-color: rgb(253 230 138 / 0.55);
    border-right-color: rgb(253 230 138 / 0.55);
  }

  .lg\:border-x-amber-200\/60 {
    border-left-color: rgb(253 230 138 / 0.6);
    border-right-color: rgb(253 230 138 / 0.6);
  }

  .lg\:border-x-amber-200\/65 {
    border-left-color: rgb(253 230 138 / 0.65);
    border-right-color: rgb(253 230 138 / 0.65);
  }

  .lg\:border-x-amber-200\/70 {
    border-left-color: rgb(253 230 138 / 0.7);
    border-right-color: rgb(253 230 138 / 0.7);
  }

  .lg\:border-x-amber-200\/75 {
    border-left-color: rgb(253 230 138 / 0.75);
    border-right-color: rgb(253 230 138 / 0.75);
  }

  .lg\:border-x-amber-200\/80 {
    border-left-color: rgb(253 230 138 / 0.8);
    border-right-color: rgb(253 230 138 / 0.8);
  }

  .lg\:border-x-amber-200\/85 {
    border-left-color: rgb(253 230 138 / 0.85);
    border-right-color: rgb(253 230 138 / 0.85);
  }

  .lg\:border-x-amber-200\/90 {
    border-left-color: rgb(253 230 138 / 0.9);
    border-right-color: rgb(253 230 138 / 0.9);
  }

  .lg\:border-x-amber-200\/95 {
    border-left-color: rgb(253 230 138 / 0.95);
    border-right-color: rgb(253 230 138 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-amber-300\/0 {
    border-left-color: rgb(252 211 77 / 0);
    border-right-color: rgb(252 211 77 / 0);
  }

  .lg\:border-x-amber-300\/10 {
    border-left-color: rgb(252 211 77 / 0.1);
    border-right-color: rgb(252 211 77 / 0.1);
  }

  .lg\:border-x-amber-300\/100 {
    border-left-color: rgb(252 211 77 / 1);
    border-right-color: rgb(252 211 77 / 1);
  }

  .lg\:border-x-amber-300\/15 {
    border-left-color: rgb(252 211 77 / 0.15);
    border-right-color: rgb(252 211 77 / 0.15);
  }

  .lg\:border-x-amber-300\/20 {
    border-left-color: rgb(252 211 77 / 0.2);
    border-right-color: rgb(252 211 77 / 0.2);
  }

  .lg\:border-x-amber-300\/25 {
    border-left-color: rgb(252 211 77 / 0.25);
    border-right-color: rgb(252 211 77 / 0.25);
  }

  .lg\:border-x-amber-300\/30 {
    border-left-color: rgb(252 211 77 / 0.3);
    border-right-color: rgb(252 211 77 / 0.3);
  }

  .lg\:border-x-amber-300\/35 {
    border-left-color: rgb(252 211 77 / 0.35);
    border-right-color: rgb(252 211 77 / 0.35);
  }

  .lg\:border-x-amber-300\/40 {
    border-left-color: rgb(252 211 77 / 0.4);
    border-right-color: rgb(252 211 77 / 0.4);
  }

  .lg\:border-x-amber-300\/45 {
    border-left-color: rgb(252 211 77 / 0.45);
    border-right-color: rgb(252 211 77 / 0.45);
  }

  .lg\:border-x-amber-300\/5 {
    border-left-color: rgb(252 211 77 / 0.05);
    border-right-color: rgb(252 211 77 / 0.05);
  }

  .lg\:border-x-amber-300\/50 {
    border-left-color: rgb(252 211 77 / 0.5);
    border-right-color: rgb(252 211 77 / 0.5);
  }

  .lg\:border-x-amber-300\/55 {
    border-left-color: rgb(252 211 77 / 0.55);
    border-right-color: rgb(252 211 77 / 0.55);
  }

  .lg\:border-x-amber-300\/60 {
    border-left-color: rgb(252 211 77 / 0.6);
    border-right-color: rgb(252 211 77 / 0.6);
  }

  .lg\:border-x-amber-300\/65 {
    border-left-color: rgb(252 211 77 / 0.65);
    border-right-color: rgb(252 211 77 / 0.65);
  }

  .lg\:border-x-amber-300\/70 {
    border-left-color: rgb(252 211 77 / 0.7);
    border-right-color: rgb(252 211 77 / 0.7);
  }

  .lg\:border-x-amber-300\/75 {
    border-left-color: rgb(252 211 77 / 0.75);
    border-right-color: rgb(252 211 77 / 0.75);
  }

  .lg\:border-x-amber-300\/80 {
    border-left-color: rgb(252 211 77 / 0.8);
    border-right-color: rgb(252 211 77 / 0.8);
  }

  .lg\:border-x-amber-300\/85 {
    border-left-color: rgb(252 211 77 / 0.85);
    border-right-color: rgb(252 211 77 / 0.85);
  }

  .lg\:border-x-amber-300\/90 {
    border-left-color: rgb(252 211 77 / 0.9);
    border-right-color: rgb(252 211 77 / 0.9);
  }

  .lg\:border-x-amber-300\/95 {
    border-left-color: rgb(252 211 77 / 0.95);
    border-right-color: rgb(252 211 77 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-amber-400\/0 {
    border-left-color: rgb(251 191 36 / 0);
    border-right-color: rgb(251 191 36 / 0);
  }

  .lg\:border-x-amber-400\/10 {
    border-left-color: rgb(251 191 36 / 0.1);
    border-right-color: rgb(251 191 36 / 0.1);
  }

  .lg\:border-x-amber-400\/100 {
    border-left-color: rgb(251 191 36 / 1);
    border-right-color: rgb(251 191 36 / 1);
  }

  .lg\:border-x-amber-400\/15 {
    border-left-color: rgb(251 191 36 / 0.15);
    border-right-color: rgb(251 191 36 / 0.15);
  }

  .lg\:border-x-amber-400\/20 {
    border-left-color: rgb(251 191 36 / 0.2);
    border-right-color: rgb(251 191 36 / 0.2);
  }

  .lg\:border-x-amber-400\/25 {
    border-left-color: rgb(251 191 36 / 0.25);
    border-right-color: rgb(251 191 36 / 0.25);
  }

  .lg\:border-x-amber-400\/30 {
    border-left-color: rgb(251 191 36 / 0.3);
    border-right-color: rgb(251 191 36 / 0.3);
  }

  .lg\:border-x-amber-400\/35 {
    border-left-color: rgb(251 191 36 / 0.35);
    border-right-color: rgb(251 191 36 / 0.35);
  }

  .lg\:border-x-amber-400\/40 {
    border-left-color: rgb(251 191 36 / 0.4);
    border-right-color: rgb(251 191 36 / 0.4);
  }

  .lg\:border-x-amber-400\/45 {
    border-left-color: rgb(251 191 36 / 0.45);
    border-right-color: rgb(251 191 36 / 0.45);
  }

  .lg\:border-x-amber-400\/5 {
    border-left-color: rgb(251 191 36 / 0.05);
    border-right-color: rgb(251 191 36 / 0.05);
  }

  .lg\:border-x-amber-400\/50 {
    border-left-color: rgb(251 191 36 / 0.5);
    border-right-color: rgb(251 191 36 / 0.5);
  }

  .lg\:border-x-amber-400\/55 {
    border-left-color: rgb(251 191 36 / 0.55);
    border-right-color: rgb(251 191 36 / 0.55);
  }

  .lg\:border-x-amber-400\/60 {
    border-left-color: rgb(251 191 36 / 0.6);
    border-right-color: rgb(251 191 36 / 0.6);
  }

  .lg\:border-x-amber-400\/65 {
    border-left-color: rgb(251 191 36 / 0.65);
    border-right-color: rgb(251 191 36 / 0.65);
  }

  .lg\:border-x-amber-400\/70 {
    border-left-color: rgb(251 191 36 / 0.7);
    border-right-color: rgb(251 191 36 / 0.7);
  }

  .lg\:border-x-amber-400\/75 {
    border-left-color: rgb(251 191 36 / 0.75);
    border-right-color: rgb(251 191 36 / 0.75);
  }

  .lg\:border-x-amber-400\/80 {
    border-left-color: rgb(251 191 36 / 0.8);
    border-right-color: rgb(251 191 36 / 0.8);
  }

  .lg\:border-x-amber-400\/85 {
    border-left-color: rgb(251 191 36 / 0.85);
    border-right-color: rgb(251 191 36 / 0.85);
  }

  .lg\:border-x-amber-400\/90 {
    border-left-color: rgb(251 191 36 / 0.9);
    border-right-color: rgb(251 191 36 / 0.9);
  }

  .lg\:border-x-amber-400\/95 {
    border-left-color: rgb(251 191 36 / 0.95);
    border-right-color: rgb(251 191 36 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-amber-50\/0 {
    border-left-color: rgb(255 251 235 / 0);
    border-right-color: rgb(255 251 235 / 0);
  }

  .lg\:border-x-amber-50\/10 {
    border-left-color: rgb(255 251 235 / 0.1);
    border-right-color: rgb(255 251 235 / 0.1);
  }

  .lg\:border-x-amber-50\/100 {
    border-left-color: rgb(255 251 235 / 1);
    border-right-color: rgb(255 251 235 / 1);
  }

  .lg\:border-x-amber-50\/15 {
    border-left-color: rgb(255 251 235 / 0.15);
    border-right-color: rgb(255 251 235 / 0.15);
  }

  .lg\:border-x-amber-50\/20 {
    border-left-color: rgb(255 251 235 / 0.2);
    border-right-color: rgb(255 251 235 / 0.2);
  }

  .lg\:border-x-amber-50\/25 {
    border-left-color: rgb(255 251 235 / 0.25);
    border-right-color: rgb(255 251 235 / 0.25);
  }

  .lg\:border-x-amber-50\/30 {
    border-left-color: rgb(255 251 235 / 0.3);
    border-right-color: rgb(255 251 235 / 0.3);
  }

  .lg\:border-x-amber-50\/35 {
    border-left-color: rgb(255 251 235 / 0.35);
    border-right-color: rgb(255 251 235 / 0.35);
  }

  .lg\:border-x-amber-50\/40 {
    border-left-color: rgb(255 251 235 / 0.4);
    border-right-color: rgb(255 251 235 / 0.4);
  }

  .lg\:border-x-amber-50\/45 {
    border-left-color: rgb(255 251 235 / 0.45);
    border-right-color: rgb(255 251 235 / 0.45);
  }

  .lg\:border-x-amber-50\/5 {
    border-left-color: rgb(255 251 235 / 0.05);
    border-right-color: rgb(255 251 235 / 0.05);
  }

  .lg\:border-x-amber-50\/50 {
    border-left-color: rgb(255 251 235 / 0.5);
    border-right-color: rgb(255 251 235 / 0.5);
  }

  .lg\:border-x-amber-50\/55 {
    border-left-color: rgb(255 251 235 / 0.55);
    border-right-color: rgb(255 251 235 / 0.55);
  }

  .lg\:border-x-amber-50\/60 {
    border-left-color: rgb(255 251 235 / 0.6);
    border-right-color: rgb(255 251 235 / 0.6);
  }

  .lg\:border-x-amber-50\/65 {
    border-left-color: rgb(255 251 235 / 0.65);
    border-right-color: rgb(255 251 235 / 0.65);
  }

  .lg\:border-x-amber-50\/70 {
    border-left-color: rgb(255 251 235 / 0.7);
    border-right-color: rgb(255 251 235 / 0.7);
  }

  .lg\:border-x-amber-50\/75 {
    border-left-color: rgb(255 251 235 / 0.75);
    border-right-color: rgb(255 251 235 / 0.75);
  }

  .lg\:border-x-amber-50\/80 {
    border-left-color: rgb(255 251 235 / 0.8);
    border-right-color: rgb(255 251 235 / 0.8);
  }

  .lg\:border-x-amber-50\/85 {
    border-left-color: rgb(255 251 235 / 0.85);
    border-right-color: rgb(255 251 235 / 0.85);
  }

  .lg\:border-x-amber-50\/90 {
    border-left-color: rgb(255 251 235 / 0.9);
    border-right-color: rgb(255 251 235 / 0.9);
  }

  .lg\:border-x-amber-50\/95 {
    border-left-color: rgb(255 251 235 / 0.95);
    border-right-color: rgb(255 251 235 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-amber-500\/0 {
    border-left-color: rgb(245 158 11 / 0);
    border-right-color: rgb(245 158 11 / 0);
  }

  .lg\:border-x-amber-500\/10 {
    border-left-color: rgb(245 158 11 / 0.1);
    border-right-color: rgb(245 158 11 / 0.1);
  }

  .lg\:border-x-amber-500\/100 {
    border-left-color: rgb(245 158 11 / 1);
    border-right-color: rgb(245 158 11 / 1);
  }

  .lg\:border-x-amber-500\/15 {
    border-left-color: rgb(245 158 11 / 0.15);
    border-right-color: rgb(245 158 11 / 0.15);
  }

  .lg\:border-x-amber-500\/20 {
    border-left-color: rgb(245 158 11 / 0.2);
    border-right-color: rgb(245 158 11 / 0.2);
  }

  .lg\:border-x-amber-500\/25 {
    border-left-color: rgb(245 158 11 / 0.25);
    border-right-color: rgb(245 158 11 / 0.25);
  }

  .lg\:border-x-amber-500\/30 {
    border-left-color: rgb(245 158 11 / 0.3);
    border-right-color: rgb(245 158 11 / 0.3);
  }

  .lg\:border-x-amber-500\/35 {
    border-left-color: rgb(245 158 11 / 0.35);
    border-right-color: rgb(245 158 11 / 0.35);
  }

  .lg\:border-x-amber-500\/40 {
    border-left-color: rgb(245 158 11 / 0.4);
    border-right-color: rgb(245 158 11 / 0.4);
  }

  .lg\:border-x-amber-500\/45 {
    border-left-color: rgb(245 158 11 / 0.45);
    border-right-color: rgb(245 158 11 / 0.45);
  }

  .lg\:border-x-amber-500\/5 {
    border-left-color: rgb(245 158 11 / 0.05);
    border-right-color: rgb(245 158 11 / 0.05);
  }

  .lg\:border-x-amber-500\/50 {
    border-left-color: rgb(245 158 11 / 0.5);
    border-right-color: rgb(245 158 11 / 0.5);
  }

  .lg\:border-x-amber-500\/55 {
    border-left-color: rgb(245 158 11 / 0.55);
    border-right-color: rgb(245 158 11 / 0.55);
  }

  .lg\:border-x-amber-500\/60 {
    border-left-color: rgb(245 158 11 / 0.6);
    border-right-color: rgb(245 158 11 / 0.6);
  }

  .lg\:border-x-amber-500\/65 {
    border-left-color: rgb(245 158 11 / 0.65);
    border-right-color: rgb(245 158 11 / 0.65);
  }

  .lg\:border-x-amber-500\/70 {
    border-left-color: rgb(245 158 11 / 0.7);
    border-right-color: rgb(245 158 11 / 0.7);
  }

  .lg\:border-x-amber-500\/75 {
    border-left-color: rgb(245 158 11 / 0.75);
    border-right-color: rgb(245 158 11 / 0.75);
  }

  .lg\:border-x-amber-500\/80 {
    border-left-color: rgb(245 158 11 / 0.8);
    border-right-color: rgb(245 158 11 / 0.8);
  }

  .lg\:border-x-amber-500\/85 {
    border-left-color: rgb(245 158 11 / 0.85);
    border-right-color: rgb(245 158 11 / 0.85);
  }

  .lg\:border-x-amber-500\/90 {
    border-left-color: rgb(245 158 11 / 0.9);
    border-right-color: rgb(245 158 11 / 0.9);
  }

  .lg\:border-x-amber-500\/95 {
    border-left-color: rgb(245 158 11 / 0.95);
    border-right-color: rgb(245 158 11 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-amber-600\/0 {
    border-left-color: rgb(217 119 6 / 0);
    border-right-color: rgb(217 119 6 / 0);
  }

  .lg\:border-x-amber-600\/10 {
    border-left-color: rgb(217 119 6 / 0.1);
    border-right-color: rgb(217 119 6 / 0.1);
  }

  .lg\:border-x-amber-600\/100 {
    border-left-color: rgb(217 119 6 / 1);
    border-right-color: rgb(217 119 6 / 1);
  }

  .lg\:border-x-amber-600\/15 {
    border-left-color: rgb(217 119 6 / 0.15);
    border-right-color: rgb(217 119 6 / 0.15);
  }

  .lg\:border-x-amber-600\/20 {
    border-left-color: rgb(217 119 6 / 0.2);
    border-right-color: rgb(217 119 6 / 0.2);
  }

  .lg\:border-x-amber-600\/25 {
    border-left-color: rgb(217 119 6 / 0.25);
    border-right-color: rgb(217 119 6 / 0.25);
  }

  .lg\:border-x-amber-600\/30 {
    border-left-color: rgb(217 119 6 / 0.3);
    border-right-color: rgb(217 119 6 / 0.3);
  }

  .lg\:border-x-amber-600\/35 {
    border-left-color: rgb(217 119 6 / 0.35);
    border-right-color: rgb(217 119 6 / 0.35);
  }

  .lg\:border-x-amber-600\/40 {
    border-left-color: rgb(217 119 6 / 0.4);
    border-right-color: rgb(217 119 6 / 0.4);
  }

  .lg\:border-x-amber-600\/45 {
    border-left-color: rgb(217 119 6 / 0.45);
    border-right-color: rgb(217 119 6 / 0.45);
  }

  .lg\:border-x-amber-600\/5 {
    border-left-color: rgb(217 119 6 / 0.05);
    border-right-color: rgb(217 119 6 / 0.05);
  }

  .lg\:border-x-amber-600\/50 {
    border-left-color: rgb(217 119 6 / 0.5);
    border-right-color: rgb(217 119 6 / 0.5);
  }

  .lg\:border-x-amber-600\/55 {
    border-left-color: rgb(217 119 6 / 0.55);
    border-right-color: rgb(217 119 6 / 0.55);
  }

  .lg\:border-x-amber-600\/60 {
    border-left-color: rgb(217 119 6 / 0.6);
    border-right-color: rgb(217 119 6 / 0.6);
  }

  .lg\:border-x-amber-600\/65 {
    border-left-color: rgb(217 119 6 / 0.65);
    border-right-color: rgb(217 119 6 / 0.65);
  }

  .lg\:border-x-amber-600\/70 {
    border-left-color: rgb(217 119 6 / 0.7);
    border-right-color: rgb(217 119 6 / 0.7);
  }

  .lg\:border-x-amber-600\/75 {
    border-left-color: rgb(217 119 6 / 0.75);
    border-right-color: rgb(217 119 6 / 0.75);
  }

  .lg\:border-x-amber-600\/80 {
    border-left-color: rgb(217 119 6 / 0.8);
    border-right-color: rgb(217 119 6 / 0.8);
  }

  .lg\:border-x-amber-600\/85 {
    border-left-color: rgb(217 119 6 / 0.85);
    border-right-color: rgb(217 119 6 / 0.85);
  }

  .lg\:border-x-amber-600\/90 {
    border-left-color: rgb(217 119 6 / 0.9);
    border-right-color: rgb(217 119 6 / 0.9);
  }

  .lg\:border-x-amber-600\/95 {
    border-left-color: rgb(217 119 6 / 0.95);
    border-right-color: rgb(217 119 6 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-amber-700\/0 {
    border-left-color: rgb(180 83 9 / 0);
    border-right-color: rgb(180 83 9 / 0);
  }

  .lg\:border-x-amber-700\/10 {
    border-left-color: rgb(180 83 9 / 0.1);
    border-right-color: rgb(180 83 9 / 0.1);
  }

  .lg\:border-x-amber-700\/100 {
    border-left-color: rgb(180 83 9 / 1);
    border-right-color: rgb(180 83 9 / 1);
  }

  .lg\:border-x-amber-700\/15 {
    border-left-color: rgb(180 83 9 / 0.15);
    border-right-color: rgb(180 83 9 / 0.15);
  }

  .lg\:border-x-amber-700\/20 {
    border-left-color: rgb(180 83 9 / 0.2);
    border-right-color: rgb(180 83 9 / 0.2);
  }

  .lg\:border-x-amber-700\/25 {
    border-left-color: rgb(180 83 9 / 0.25);
    border-right-color: rgb(180 83 9 / 0.25);
  }

  .lg\:border-x-amber-700\/30 {
    border-left-color: rgb(180 83 9 / 0.3);
    border-right-color: rgb(180 83 9 / 0.3);
  }

  .lg\:border-x-amber-700\/35 {
    border-left-color: rgb(180 83 9 / 0.35);
    border-right-color: rgb(180 83 9 / 0.35);
  }

  .lg\:border-x-amber-700\/40 {
    border-left-color: rgb(180 83 9 / 0.4);
    border-right-color: rgb(180 83 9 / 0.4);
  }

  .lg\:border-x-amber-700\/45 {
    border-left-color: rgb(180 83 9 / 0.45);
    border-right-color: rgb(180 83 9 / 0.45);
  }

  .lg\:border-x-amber-700\/5 {
    border-left-color: rgb(180 83 9 / 0.05);
    border-right-color: rgb(180 83 9 / 0.05);
  }

  .lg\:border-x-amber-700\/50 {
    border-left-color: rgb(180 83 9 / 0.5);
    border-right-color: rgb(180 83 9 / 0.5);
  }

  .lg\:border-x-amber-700\/55 {
    border-left-color: rgb(180 83 9 / 0.55);
    border-right-color: rgb(180 83 9 / 0.55);
  }

  .lg\:border-x-amber-700\/60 {
    border-left-color: rgb(180 83 9 / 0.6);
    border-right-color: rgb(180 83 9 / 0.6);
  }

  .lg\:border-x-amber-700\/65 {
    border-left-color: rgb(180 83 9 / 0.65);
    border-right-color: rgb(180 83 9 / 0.65);
  }

  .lg\:border-x-amber-700\/70 {
    border-left-color: rgb(180 83 9 / 0.7);
    border-right-color: rgb(180 83 9 / 0.7);
  }

  .lg\:border-x-amber-700\/75 {
    border-left-color: rgb(180 83 9 / 0.75);
    border-right-color: rgb(180 83 9 / 0.75);
  }

  .lg\:border-x-amber-700\/80 {
    border-left-color: rgb(180 83 9 / 0.8);
    border-right-color: rgb(180 83 9 / 0.8);
  }

  .lg\:border-x-amber-700\/85 {
    border-left-color: rgb(180 83 9 / 0.85);
    border-right-color: rgb(180 83 9 / 0.85);
  }

  .lg\:border-x-amber-700\/90 {
    border-left-color: rgb(180 83 9 / 0.9);
    border-right-color: rgb(180 83 9 / 0.9);
  }

  .lg\:border-x-amber-700\/95 {
    border-left-color: rgb(180 83 9 / 0.95);
    border-right-color: rgb(180 83 9 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-amber-800\/0 {
    border-left-color: rgb(146 64 14 / 0);
    border-right-color: rgb(146 64 14 / 0);
  }

  .lg\:border-x-amber-800\/10 {
    border-left-color: rgb(146 64 14 / 0.1);
    border-right-color: rgb(146 64 14 / 0.1);
  }

  .lg\:border-x-amber-800\/100 {
    border-left-color: rgb(146 64 14 / 1);
    border-right-color: rgb(146 64 14 / 1);
  }

  .lg\:border-x-amber-800\/15 {
    border-left-color: rgb(146 64 14 / 0.15);
    border-right-color: rgb(146 64 14 / 0.15);
  }

  .lg\:border-x-amber-800\/20 {
    border-left-color: rgb(146 64 14 / 0.2);
    border-right-color: rgb(146 64 14 / 0.2);
  }

  .lg\:border-x-amber-800\/25 {
    border-left-color: rgb(146 64 14 / 0.25);
    border-right-color: rgb(146 64 14 / 0.25);
  }

  .lg\:border-x-amber-800\/30 {
    border-left-color: rgb(146 64 14 / 0.3);
    border-right-color: rgb(146 64 14 / 0.3);
  }

  .lg\:border-x-amber-800\/35 {
    border-left-color: rgb(146 64 14 / 0.35);
    border-right-color: rgb(146 64 14 / 0.35);
  }

  .lg\:border-x-amber-800\/40 {
    border-left-color: rgb(146 64 14 / 0.4);
    border-right-color: rgb(146 64 14 / 0.4);
  }

  .lg\:border-x-amber-800\/45 {
    border-left-color: rgb(146 64 14 / 0.45);
    border-right-color: rgb(146 64 14 / 0.45);
  }

  .lg\:border-x-amber-800\/5 {
    border-left-color: rgb(146 64 14 / 0.05);
    border-right-color: rgb(146 64 14 / 0.05);
  }

  .lg\:border-x-amber-800\/50 {
    border-left-color: rgb(146 64 14 / 0.5);
    border-right-color: rgb(146 64 14 / 0.5);
  }

  .lg\:border-x-amber-800\/55 {
    border-left-color: rgb(146 64 14 / 0.55);
    border-right-color: rgb(146 64 14 / 0.55);
  }

  .lg\:border-x-amber-800\/60 {
    border-left-color: rgb(146 64 14 / 0.6);
    border-right-color: rgb(146 64 14 / 0.6);
  }

  .lg\:border-x-amber-800\/65 {
    border-left-color: rgb(146 64 14 / 0.65);
    border-right-color: rgb(146 64 14 / 0.65);
  }

  .lg\:border-x-amber-800\/70 {
    border-left-color: rgb(146 64 14 / 0.7);
    border-right-color: rgb(146 64 14 / 0.7);
  }

  .lg\:border-x-amber-800\/75 {
    border-left-color: rgb(146 64 14 / 0.75);
    border-right-color: rgb(146 64 14 / 0.75);
  }

  .lg\:border-x-amber-800\/80 {
    border-left-color: rgb(146 64 14 / 0.8);
    border-right-color: rgb(146 64 14 / 0.8);
  }

  .lg\:border-x-amber-800\/85 {
    border-left-color: rgb(146 64 14 / 0.85);
    border-right-color: rgb(146 64 14 / 0.85);
  }

  .lg\:border-x-amber-800\/90 {
    border-left-color: rgb(146 64 14 / 0.9);
    border-right-color: rgb(146 64 14 / 0.9);
  }

  .lg\:border-x-amber-800\/95 {
    border-left-color: rgb(146 64 14 / 0.95);
    border-right-color: rgb(146 64 14 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-amber-900\/0 {
    border-left-color: rgb(120 53 15 / 0);
    border-right-color: rgb(120 53 15 / 0);
  }

  .lg\:border-x-amber-900\/10 {
    border-left-color: rgb(120 53 15 / 0.1);
    border-right-color: rgb(120 53 15 / 0.1);
  }

  .lg\:border-x-amber-900\/100 {
    border-left-color: rgb(120 53 15 / 1);
    border-right-color: rgb(120 53 15 / 1);
  }

  .lg\:border-x-amber-900\/15 {
    border-left-color: rgb(120 53 15 / 0.15);
    border-right-color: rgb(120 53 15 / 0.15);
  }

  .lg\:border-x-amber-900\/20 {
    border-left-color: rgb(120 53 15 / 0.2);
    border-right-color: rgb(120 53 15 / 0.2);
  }

  .lg\:border-x-amber-900\/25 {
    border-left-color: rgb(120 53 15 / 0.25);
    border-right-color: rgb(120 53 15 / 0.25);
  }

  .lg\:border-x-amber-900\/30 {
    border-left-color: rgb(120 53 15 / 0.3);
    border-right-color: rgb(120 53 15 / 0.3);
  }

  .lg\:border-x-amber-900\/35 {
    border-left-color: rgb(120 53 15 / 0.35);
    border-right-color: rgb(120 53 15 / 0.35);
  }

  .lg\:border-x-amber-900\/40 {
    border-left-color: rgb(120 53 15 / 0.4);
    border-right-color: rgb(120 53 15 / 0.4);
  }

  .lg\:border-x-amber-900\/45 {
    border-left-color: rgb(120 53 15 / 0.45);
    border-right-color: rgb(120 53 15 / 0.45);
  }

  .lg\:border-x-amber-900\/5 {
    border-left-color: rgb(120 53 15 / 0.05);
    border-right-color: rgb(120 53 15 / 0.05);
  }

  .lg\:border-x-amber-900\/50 {
    border-left-color: rgb(120 53 15 / 0.5);
    border-right-color: rgb(120 53 15 / 0.5);
  }

  .lg\:border-x-amber-900\/55 {
    border-left-color: rgb(120 53 15 / 0.55);
    border-right-color: rgb(120 53 15 / 0.55);
  }

  .lg\:border-x-amber-900\/60 {
    border-left-color: rgb(120 53 15 / 0.6);
    border-right-color: rgb(120 53 15 / 0.6);
  }

  .lg\:border-x-amber-900\/65 {
    border-left-color: rgb(120 53 15 / 0.65);
    border-right-color: rgb(120 53 15 / 0.65);
  }

  .lg\:border-x-amber-900\/70 {
    border-left-color: rgb(120 53 15 / 0.7);
    border-right-color: rgb(120 53 15 / 0.7);
  }

  .lg\:border-x-amber-900\/75 {
    border-left-color: rgb(120 53 15 / 0.75);
    border-right-color: rgb(120 53 15 / 0.75);
  }

  .lg\:border-x-amber-900\/80 {
    border-left-color: rgb(120 53 15 / 0.8);
    border-right-color: rgb(120 53 15 / 0.8);
  }

  .lg\:border-x-amber-900\/85 {
    border-left-color: rgb(120 53 15 / 0.85);
    border-right-color: rgb(120 53 15 / 0.85);
  }

  .lg\:border-x-amber-900\/90 {
    border-left-color: rgb(120 53 15 / 0.9);
    border-right-color: rgb(120 53 15 / 0.9);
  }

  .lg\:border-x-amber-900\/95 {
    border-left-color: rgb(120 53 15 / 0.95);
    border-right-color: rgb(120 53 15 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-amber-950\/0 {
    border-left-color: rgb(69 26 3 / 0);
    border-right-color: rgb(69 26 3 / 0);
  }

  .lg\:border-x-amber-950\/10 {
    border-left-color: rgb(69 26 3 / 0.1);
    border-right-color: rgb(69 26 3 / 0.1);
  }

  .lg\:border-x-amber-950\/100 {
    border-left-color: rgb(69 26 3 / 1);
    border-right-color: rgb(69 26 3 / 1);
  }

  .lg\:border-x-amber-950\/15 {
    border-left-color: rgb(69 26 3 / 0.15);
    border-right-color: rgb(69 26 3 / 0.15);
  }

  .lg\:border-x-amber-950\/20 {
    border-left-color: rgb(69 26 3 / 0.2);
    border-right-color: rgb(69 26 3 / 0.2);
  }

  .lg\:border-x-amber-950\/25 {
    border-left-color: rgb(69 26 3 / 0.25);
    border-right-color: rgb(69 26 3 / 0.25);
  }

  .lg\:border-x-amber-950\/30 {
    border-left-color: rgb(69 26 3 / 0.3);
    border-right-color: rgb(69 26 3 / 0.3);
  }

  .lg\:border-x-amber-950\/35 {
    border-left-color: rgb(69 26 3 / 0.35);
    border-right-color: rgb(69 26 3 / 0.35);
  }

  .lg\:border-x-amber-950\/40 {
    border-left-color: rgb(69 26 3 / 0.4);
    border-right-color: rgb(69 26 3 / 0.4);
  }

  .lg\:border-x-amber-950\/45 {
    border-left-color: rgb(69 26 3 / 0.45);
    border-right-color: rgb(69 26 3 / 0.45);
  }

  .lg\:border-x-amber-950\/5 {
    border-left-color: rgb(69 26 3 / 0.05);
    border-right-color: rgb(69 26 3 / 0.05);
  }

  .lg\:border-x-amber-950\/50 {
    border-left-color: rgb(69 26 3 / 0.5);
    border-right-color: rgb(69 26 3 / 0.5);
  }

  .lg\:border-x-amber-950\/55 {
    border-left-color: rgb(69 26 3 / 0.55);
    border-right-color: rgb(69 26 3 / 0.55);
  }

  .lg\:border-x-amber-950\/60 {
    border-left-color: rgb(69 26 3 / 0.6);
    border-right-color: rgb(69 26 3 / 0.6);
  }

  .lg\:border-x-amber-950\/65 {
    border-left-color: rgb(69 26 3 / 0.65);
    border-right-color: rgb(69 26 3 / 0.65);
  }

  .lg\:border-x-amber-950\/70 {
    border-left-color: rgb(69 26 3 / 0.7);
    border-right-color: rgb(69 26 3 / 0.7);
  }

  .lg\:border-x-amber-950\/75 {
    border-left-color: rgb(69 26 3 / 0.75);
    border-right-color: rgb(69 26 3 / 0.75);
  }

  .lg\:border-x-amber-950\/80 {
    border-left-color: rgb(69 26 3 / 0.8);
    border-right-color: rgb(69 26 3 / 0.8);
  }

  .lg\:border-x-amber-950\/85 {
    border-left-color: rgb(69 26 3 / 0.85);
    border-right-color: rgb(69 26 3 / 0.85);
  }

  .lg\:border-x-amber-950\/90 {
    border-left-color: rgb(69 26 3 / 0.9);
    border-right-color: rgb(69 26 3 / 0.9);
  }

  .lg\:border-x-amber-950\/95 {
    border-left-color: rgb(69 26 3 / 0.95);
    border-right-color: rgb(69 26 3 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-black\/0 {
    border-left-color: rgb(0 0 0 / 0);
    border-right-color: rgb(0 0 0 / 0);
  }

  .lg\:border-x-black\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-x-black\/100 {
    border-left-color: rgb(0 0 0 / 1);
    border-right-color: rgb(0 0 0 / 1);
  }

  .lg\:border-x-black\/15 {
    border-left-color: rgb(0 0 0 / 0.15);
    border-right-color: rgb(0 0 0 / 0.15);
  }

  .lg\:border-x-black\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-x-black\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-x-black\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-x-black\/35 {
    border-left-color: rgb(0 0 0 / 0.35);
    border-right-color: rgb(0 0 0 / 0.35);
  }

  .lg\:border-x-black\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-x-black\/45 {
    border-left-color: rgb(0 0 0 / 0.45);
    border-right-color: rgb(0 0 0 / 0.45);
  }

  .lg\:border-x-black\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-x-black\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-x-black\/55 {
    border-left-color: rgb(0 0 0 / 0.55);
    border-right-color: rgb(0 0 0 / 0.55);
  }

  .lg\:border-x-black\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-x-black\/65 {
    border-left-color: rgb(0 0 0 / 0.65);
    border-right-color: rgb(0 0 0 / 0.65);
  }

  .lg\:border-x-black\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-x-black\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-x-black\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-x-black\/85 {
    border-left-color: rgb(0 0 0 / 0.85);
    border-right-color: rgb(0 0 0 / 0.85);
  }

  .lg\:border-x-black\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-x-black\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-blue-100\/0 {
    border-left-color: rgb(219 234 254 / 0);
    border-right-color: rgb(219 234 254 / 0);
  }

  .lg\:border-x-blue-100\/10 {
    border-left-color: rgb(219 234 254 / 0.1);
    border-right-color: rgb(219 234 254 / 0.1);
  }

  .lg\:border-x-blue-100\/100 {
    border-left-color: rgb(219 234 254 / 1);
    border-right-color: rgb(219 234 254 / 1);
  }

  .lg\:border-x-blue-100\/15 {
    border-left-color: rgb(219 234 254 / 0.15);
    border-right-color: rgb(219 234 254 / 0.15);
  }

  .lg\:border-x-blue-100\/20 {
    border-left-color: rgb(219 234 254 / 0.2);
    border-right-color: rgb(219 234 254 / 0.2);
  }

  .lg\:border-x-blue-100\/25 {
    border-left-color: rgb(219 234 254 / 0.25);
    border-right-color: rgb(219 234 254 / 0.25);
  }

  .lg\:border-x-blue-100\/30 {
    border-left-color: rgb(219 234 254 / 0.3);
    border-right-color: rgb(219 234 254 / 0.3);
  }

  .lg\:border-x-blue-100\/35 {
    border-left-color: rgb(219 234 254 / 0.35);
    border-right-color: rgb(219 234 254 / 0.35);
  }

  .lg\:border-x-blue-100\/40 {
    border-left-color: rgb(219 234 254 / 0.4);
    border-right-color: rgb(219 234 254 / 0.4);
  }

  .lg\:border-x-blue-100\/45 {
    border-left-color: rgb(219 234 254 / 0.45);
    border-right-color: rgb(219 234 254 / 0.45);
  }

  .lg\:border-x-blue-100\/5 {
    border-left-color: rgb(219 234 254 / 0.05);
    border-right-color: rgb(219 234 254 / 0.05);
  }

  .lg\:border-x-blue-100\/50 {
    border-left-color: rgb(219 234 254 / 0.5);
    border-right-color: rgb(219 234 254 / 0.5);
  }

  .lg\:border-x-blue-100\/55 {
    border-left-color: rgb(219 234 254 / 0.55);
    border-right-color: rgb(219 234 254 / 0.55);
  }

  .lg\:border-x-blue-100\/60 {
    border-left-color: rgb(219 234 254 / 0.6);
    border-right-color: rgb(219 234 254 / 0.6);
  }

  .lg\:border-x-blue-100\/65 {
    border-left-color: rgb(219 234 254 / 0.65);
    border-right-color: rgb(219 234 254 / 0.65);
  }

  .lg\:border-x-blue-100\/70 {
    border-left-color: rgb(219 234 254 / 0.7);
    border-right-color: rgb(219 234 254 / 0.7);
  }

  .lg\:border-x-blue-100\/75 {
    border-left-color: rgb(219 234 254 / 0.75);
    border-right-color: rgb(219 234 254 / 0.75);
  }

  .lg\:border-x-blue-100\/80 {
    border-left-color: rgb(219 234 254 / 0.8);
    border-right-color: rgb(219 234 254 / 0.8);
  }

  .lg\:border-x-blue-100\/85 {
    border-left-color: rgb(219 234 254 / 0.85);
    border-right-color: rgb(219 234 254 / 0.85);
  }

  .lg\:border-x-blue-100\/90 {
    border-left-color: rgb(219 234 254 / 0.9);
    border-right-color: rgb(219 234 254 / 0.9);
  }

  .lg\:border-x-blue-100\/95 {
    border-left-color: rgb(219 234 254 / 0.95);
    border-right-color: rgb(219 234 254 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-blue-200\/0 {
    border-left-color: rgb(191 219 254 / 0);
    border-right-color: rgb(191 219 254 / 0);
  }

  .lg\:border-x-blue-200\/10 {
    border-left-color: rgb(191 219 254 / 0.1);
    border-right-color: rgb(191 219 254 / 0.1);
  }

  .lg\:border-x-blue-200\/100 {
    border-left-color: rgb(191 219 254 / 1);
    border-right-color: rgb(191 219 254 / 1);
  }

  .lg\:border-x-blue-200\/15 {
    border-left-color: rgb(191 219 254 / 0.15);
    border-right-color: rgb(191 219 254 / 0.15);
  }

  .lg\:border-x-blue-200\/20 {
    border-left-color: rgb(191 219 254 / 0.2);
    border-right-color: rgb(191 219 254 / 0.2);
  }

  .lg\:border-x-blue-200\/25 {
    border-left-color: rgb(191 219 254 / 0.25);
    border-right-color: rgb(191 219 254 / 0.25);
  }

  .lg\:border-x-blue-200\/30 {
    border-left-color: rgb(191 219 254 / 0.3);
    border-right-color: rgb(191 219 254 / 0.3);
  }

  .lg\:border-x-blue-200\/35 {
    border-left-color: rgb(191 219 254 / 0.35);
    border-right-color: rgb(191 219 254 / 0.35);
  }

  .lg\:border-x-blue-200\/40 {
    border-left-color: rgb(191 219 254 / 0.4);
    border-right-color: rgb(191 219 254 / 0.4);
  }

  .lg\:border-x-blue-200\/45 {
    border-left-color: rgb(191 219 254 / 0.45);
    border-right-color: rgb(191 219 254 / 0.45);
  }

  .lg\:border-x-blue-200\/5 {
    border-left-color: rgb(191 219 254 / 0.05);
    border-right-color: rgb(191 219 254 / 0.05);
  }

  .lg\:border-x-blue-200\/50 {
    border-left-color: rgb(191 219 254 / 0.5);
    border-right-color: rgb(191 219 254 / 0.5);
  }

  .lg\:border-x-blue-200\/55 {
    border-left-color: rgb(191 219 254 / 0.55);
    border-right-color: rgb(191 219 254 / 0.55);
  }

  .lg\:border-x-blue-200\/60 {
    border-left-color: rgb(191 219 254 / 0.6);
    border-right-color: rgb(191 219 254 / 0.6);
  }

  .lg\:border-x-blue-200\/65 {
    border-left-color: rgb(191 219 254 / 0.65);
    border-right-color: rgb(191 219 254 / 0.65);
  }

  .lg\:border-x-blue-200\/70 {
    border-left-color: rgb(191 219 254 / 0.7);
    border-right-color: rgb(191 219 254 / 0.7);
  }

  .lg\:border-x-blue-200\/75 {
    border-left-color: rgb(191 219 254 / 0.75);
    border-right-color: rgb(191 219 254 / 0.75);
  }

  .lg\:border-x-blue-200\/80 {
    border-left-color: rgb(191 219 254 / 0.8);
    border-right-color: rgb(191 219 254 / 0.8);
  }

  .lg\:border-x-blue-200\/85 {
    border-left-color: rgb(191 219 254 / 0.85);
    border-right-color: rgb(191 219 254 / 0.85);
  }

  .lg\:border-x-blue-200\/90 {
    border-left-color: rgb(191 219 254 / 0.9);
    border-right-color: rgb(191 219 254 / 0.9);
  }

  .lg\:border-x-blue-200\/95 {
    border-left-color: rgb(191 219 254 / 0.95);
    border-right-color: rgb(191 219 254 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-blue-300\/0 {
    border-left-color: rgb(147 197 253 / 0);
    border-right-color: rgb(147 197 253 / 0);
  }

  .lg\:border-x-blue-300\/10 {
    border-left-color: rgb(147 197 253 / 0.1);
    border-right-color: rgb(147 197 253 / 0.1);
  }

  .lg\:border-x-blue-300\/100 {
    border-left-color: rgb(147 197 253 / 1);
    border-right-color: rgb(147 197 253 / 1);
  }

  .lg\:border-x-blue-300\/15 {
    border-left-color: rgb(147 197 253 / 0.15);
    border-right-color: rgb(147 197 253 / 0.15);
  }

  .lg\:border-x-blue-300\/20 {
    border-left-color: rgb(147 197 253 / 0.2);
    border-right-color: rgb(147 197 253 / 0.2);
  }

  .lg\:border-x-blue-300\/25 {
    border-left-color: rgb(147 197 253 / 0.25);
    border-right-color: rgb(147 197 253 / 0.25);
  }

  .lg\:border-x-blue-300\/30 {
    border-left-color: rgb(147 197 253 / 0.3);
    border-right-color: rgb(147 197 253 / 0.3);
  }

  .lg\:border-x-blue-300\/35 {
    border-left-color: rgb(147 197 253 / 0.35);
    border-right-color: rgb(147 197 253 / 0.35);
  }

  .lg\:border-x-blue-300\/40 {
    border-left-color: rgb(147 197 253 / 0.4);
    border-right-color: rgb(147 197 253 / 0.4);
  }

  .lg\:border-x-blue-300\/45 {
    border-left-color: rgb(147 197 253 / 0.45);
    border-right-color: rgb(147 197 253 / 0.45);
  }

  .lg\:border-x-blue-300\/5 {
    border-left-color: rgb(147 197 253 / 0.05);
    border-right-color: rgb(147 197 253 / 0.05);
  }

  .lg\:border-x-blue-300\/50 {
    border-left-color: rgb(147 197 253 / 0.5);
    border-right-color: rgb(147 197 253 / 0.5);
  }

  .lg\:border-x-blue-300\/55 {
    border-left-color: rgb(147 197 253 / 0.55);
    border-right-color: rgb(147 197 253 / 0.55);
  }

  .lg\:border-x-blue-300\/60 {
    border-left-color: rgb(147 197 253 / 0.6);
    border-right-color: rgb(147 197 253 / 0.6);
  }

  .lg\:border-x-blue-300\/65 {
    border-left-color: rgb(147 197 253 / 0.65);
    border-right-color: rgb(147 197 253 / 0.65);
  }

  .lg\:border-x-blue-300\/70 {
    border-left-color: rgb(147 197 253 / 0.7);
    border-right-color: rgb(147 197 253 / 0.7);
  }

  .lg\:border-x-blue-300\/75 {
    border-left-color: rgb(147 197 253 / 0.75);
    border-right-color: rgb(147 197 253 / 0.75);
  }

  .lg\:border-x-blue-300\/80 {
    border-left-color: rgb(147 197 253 / 0.8);
    border-right-color: rgb(147 197 253 / 0.8);
  }

  .lg\:border-x-blue-300\/85 {
    border-left-color: rgb(147 197 253 / 0.85);
    border-right-color: rgb(147 197 253 / 0.85);
  }

  .lg\:border-x-blue-300\/90 {
    border-left-color: rgb(147 197 253 / 0.9);
    border-right-color: rgb(147 197 253 / 0.9);
  }

  .lg\:border-x-blue-300\/95 {
    border-left-color: rgb(147 197 253 / 0.95);
    border-right-color: rgb(147 197 253 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-blue-400\/0 {
    border-left-color: rgb(96 165 250 / 0);
    border-right-color: rgb(96 165 250 / 0);
  }

  .lg\:border-x-blue-400\/10 {
    border-left-color: rgb(96 165 250 / 0.1);
    border-right-color: rgb(96 165 250 / 0.1);
  }

  .lg\:border-x-blue-400\/100 {
    border-left-color: rgb(96 165 250 / 1);
    border-right-color: rgb(96 165 250 / 1);
  }

  .lg\:border-x-blue-400\/15 {
    border-left-color: rgb(96 165 250 / 0.15);
    border-right-color: rgb(96 165 250 / 0.15);
  }

  .lg\:border-x-blue-400\/20 {
    border-left-color: rgb(96 165 250 / 0.2);
    border-right-color: rgb(96 165 250 / 0.2);
  }

  .lg\:border-x-blue-400\/25 {
    border-left-color: rgb(96 165 250 / 0.25);
    border-right-color: rgb(96 165 250 / 0.25);
  }

  .lg\:border-x-blue-400\/30 {
    border-left-color: rgb(96 165 250 / 0.3);
    border-right-color: rgb(96 165 250 / 0.3);
  }

  .lg\:border-x-blue-400\/35 {
    border-left-color: rgb(96 165 250 / 0.35);
    border-right-color: rgb(96 165 250 / 0.35);
  }

  .lg\:border-x-blue-400\/40 {
    border-left-color: rgb(96 165 250 / 0.4);
    border-right-color: rgb(96 165 250 / 0.4);
  }

  .lg\:border-x-blue-400\/45 {
    border-left-color: rgb(96 165 250 / 0.45);
    border-right-color: rgb(96 165 250 / 0.45);
  }

  .lg\:border-x-blue-400\/5 {
    border-left-color: rgb(96 165 250 / 0.05);
    border-right-color: rgb(96 165 250 / 0.05);
  }

  .lg\:border-x-blue-400\/50 {
    border-left-color: rgb(96 165 250 / 0.5);
    border-right-color: rgb(96 165 250 / 0.5);
  }

  .lg\:border-x-blue-400\/55 {
    border-left-color: rgb(96 165 250 / 0.55);
    border-right-color: rgb(96 165 250 / 0.55);
  }

  .lg\:border-x-blue-400\/60 {
    border-left-color: rgb(96 165 250 / 0.6);
    border-right-color: rgb(96 165 250 / 0.6);
  }

  .lg\:border-x-blue-400\/65 {
    border-left-color: rgb(96 165 250 / 0.65);
    border-right-color: rgb(96 165 250 / 0.65);
  }

  .lg\:border-x-blue-400\/70 {
    border-left-color: rgb(96 165 250 / 0.7);
    border-right-color: rgb(96 165 250 / 0.7);
  }

  .lg\:border-x-blue-400\/75 {
    border-left-color: rgb(96 165 250 / 0.75);
    border-right-color: rgb(96 165 250 / 0.75);
  }

  .lg\:border-x-blue-400\/80 {
    border-left-color: rgb(96 165 250 / 0.8);
    border-right-color: rgb(96 165 250 / 0.8);
  }

  .lg\:border-x-blue-400\/85 {
    border-left-color: rgb(96 165 250 / 0.85);
    border-right-color: rgb(96 165 250 / 0.85);
  }

  .lg\:border-x-blue-400\/90 {
    border-left-color: rgb(96 165 250 / 0.9);
    border-right-color: rgb(96 165 250 / 0.9);
  }

  .lg\:border-x-blue-400\/95 {
    border-left-color: rgb(96 165 250 / 0.95);
    border-right-color: rgb(96 165 250 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-blue-50\/0 {
    border-left-color: rgb(239 246 255 / 0);
    border-right-color: rgb(239 246 255 / 0);
  }

  .lg\:border-x-blue-50\/10 {
    border-left-color: rgb(239 246 255 / 0.1);
    border-right-color: rgb(239 246 255 / 0.1);
  }

  .lg\:border-x-blue-50\/100 {
    border-left-color: rgb(239 246 255 / 1);
    border-right-color: rgb(239 246 255 / 1);
  }

  .lg\:border-x-blue-50\/15 {
    border-left-color: rgb(239 246 255 / 0.15);
    border-right-color: rgb(239 246 255 / 0.15);
  }

  .lg\:border-x-blue-50\/20 {
    border-left-color: rgb(239 246 255 / 0.2);
    border-right-color: rgb(239 246 255 / 0.2);
  }

  .lg\:border-x-blue-50\/25 {
    border-left-color: rgb(239 246 255 / 0.25);
    border-right-color: rgb(239 246 255 / 0.25);
  }

  .lg\:border-x-blue-50\/30 {
    border-left-color: rgb(239 246 255 / 0.3);
    border-right-color: rgb(239 246 255 / 0.3);
  }

  .lg\:border-x-blue-50\/35 {
    border-left-color: rgb(239 246 255 / 0.35);
    border-right-color: rgb(239 246 255 / 0.35);
  }

  .lg\:border-x-blue-50\/40 {
    border-left-color: rgb(239 246 255 / 0.4);
    border-right-color: rgb(239 246 255 / 0.4);
  }

  .lg\:border-x-blue-50\/45 {
    border-left-color: rgb(239 246 255 / 0.45);
    border-right-color: rgb(239 246 255 / 0.45);
  }

  .lg\:border-x-blue-50\/5 {
    border-left-color: rgb(239 246 255 / 0.05);
    border-right-color: rgb(239 246 255 / 0.05);
  }

  .lg\:border-x-blue-50\/50 {
    border-left-color: rgb(239 246 255 / 0.5);
    border-right-color: rgb(239 246 255 / 0.5);
  }

  .lg\:border-x-blue-50\/55 {
    border-left-color: rgb(239 246 255 / 0.55);
    border-right-color: rgb(239 246 255 / 0.55);
  }

  .lg\:border-x-blue-50\/60 {
    border-left-color: rgb(239 246 255 / 0.6);
    border-right-color: rgb(239 246 255 / 0.6);
  }

  .lg\:border-x-blue-50\/65 {
    border-left-color: rgb(239 246 255 / 0.65);
    border-right-color: rgb(239 246 255 / 0.65);
  }

  .lg\:border-x-blue-50\/70 {
    border-left-color: rgb(239 246 255 / 0.7);
    border-right-color: rgb(239 246 255 / 0.7);
  }

  .lg\:border-x-blue-50\/75 {
    border-left-color: rgb(239 246 255 / 0.75);
    border-right-color: rgb(239 246 255 / 0.75);
  }

  .lg\:border-x-blue-50\/80 {
    border-left-color: rgb(239 246 255 / 0.8);
    border-right-color: rgb(239 246 255 / 0.8);
  }

  .lg\:border-x-blue-50\/85 {
    border-left-color: rgb(239 246 255 / 0.85);
    border-right-color: rgb(239 246 255 / 0.85);
  }

  .lg\:border-x-blue-50\/90 {
    border-left-color: rgb(239 246 255 / 0.9);
    border-right-color: rgb(239 246 255 / 0.9);
  }

  .lg\:border-x-blue-50\/95 {
    border-left-color: rgb(239 246 255 / 0.95);
    border-right-color: rgb(239 246 255 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-blue-500\/0 {
    border-left-color: rgb(59 130 246 / 0);
    border-right-color: rgb(59 130 246 / 0);
  }

  .lg\:border-x-blue-500\/10 {
    border-left-color: rgb(59 130 246 / 0.1);
    border-right-color: rgb(59 130 246 / 0.1);
  }

  .lg\:border-x-blue-500\/100 {
    border-left-color: rgb(59 130 246 / 1);
    border-right-color: rgb(59 130 246 / 1);
  }

  .lg\:border-x-blue-500\/15 {
    border-left-color: rgb(59 130 246 / 0.15);
    border-right-color: rgb(59 130 246 / 0.15);
  }

  .lg\:border-x-blue-500\/20 {
    border-left-color: rgb(59 130 246 / 0.2);
    border-right-color: rgb(59 130 246 / 0.2);
  }

  .lg\:border-x-blue-500\/25 {
    border-left-color: rgb(59 130 246 / 0.25);
    border-right-color: rgb(59 130 246 / 0.25);
  }

  .lg\:border-x-blue-500\/30 {
    border-left-color: rgb(59 130 246 / 0.3);
    border-right-color: rgb(59 130 246 / 0.3);
  }

  .lg\:border-x-blue-500\/35 {
    border-left-color: rgb(59 130 246 / 0.35);
    border-right-color: rgb(59 130 246 / 0.35);
  }

  .lg\:border-x-blue-500\/40 {
    border-left-color: rgb(59 130 246 / 0.4);
    border-right-color: rgb(59 130 246 / 0.4);
  }

  .lg\:border-x-blue-500\/45 {
    border-left-color: rgb(59 130 246 / 0.45);
    border-right-color: rgb(59 130 246 / 0.45);
  }

  .lg\:border-x-blue-500\/5 {
    border-left-color: rgb(59 130 246 / 0.05);
    border-right-color: rgb(59 130 246 / 0.05);
  }

  .lg\:border-x-blue-500\/50 {
    border-left-color: rgb(59 130 246 / 0.5);
    border-right-color: rgb(59 130 246 / 0.5);
  }

  .lg\:border-x-blue-500\/55 {
    border-left-color: rgb(59 130 246 / 0.55);
    border-right-color: rgb(59 130 246 / 0.55);
  }

  .lg\:border-x-blue-500\/60 {
    border-left-color: rgb(59 130 246 / 0.6);
    border-right-color: rgb(59 130 246 / 0.6);
  }

  .lg\:border-x-blue-500\/65 {
    border-left-color: rgb(59 130 246 / 0.65);
    border-right-color: rgb(59 130 246 / 0.65);
  }

  .lg\:border-x-blue-500\/70 {
    border-left-color: rgb(59 130 246 / 0.7);
    border-right-color: rgb(59 130 246 / 0.7);
  }

  .lg\:border-x-blue-500\/75 {
    border-left-color: rgb(59 130 246 / 0.75);
    border-right-color: rgb(59 130 246 / 0.75);
  }

  .lg\:border-x-blue-500\/80 {
    border-left-color: rgb(59 130 246 / 0.8);
    border-right-color: rgb(59 130 246 / 0.8);
  }

  .lg\:border-x-blue-500\/85 {
    border-left-color: rgb(59 130 246 / 0.85);
    border-right-color: rgb(59 130 246 / 0.85);
  }

  .lg\:border-x-blue-500\/90 {
    border-left-color: rgb(59 130 246 / 0.9);
    border-right-color: rgb(59 130 246 / 0.9);
  }

  .lg\:border-x-blue-500\/95 {
    border-left-color: rgb(59 130 246 / 0.95);
    border-right-color: rgb(59 130 246 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-blue-600\/0 {
    border-left-color: rgb(37 99 235 / 0);
    border-right-color: rgb(37 99 235 / 0);
  }

  .lg\:border-x-blue-600\/10 {
    border-left-color: rgb(37 99 235 / 0.1);
    border-right-color: rgb(37 99 235 / 0.1);
  }

  .lg\:border-x-blue-600\/100 {
    border-left-color: rgb(37 99 235 / 1);
    border-right-color: rgb(37 99 235 / 1);
  }

  .lg\:border-x-blue-600\/15 {
    border-left-color: rgb(37 99 235 / 0.15);
    border-right-color: rgb(37 99 235 / 0.15);
  }

  .lg\:border-x-blue-600\/20 {
    border-left-color: rgb(37 99 235 / 0.2);
    border-right-color: rgb(37 99 235 / 0.2);
  }

  .lg\:border-x-blue-600\/25 {
    border-left-color: rgb(37 99 235 / 0.25);
    border-right-color: rgb(37 99 235 / 0.25);
  }

  .lg\:border-x-blue-600\/30 {
    border-left-color: rgb(37 99 235 / 0.3);
    border-right-color: rgb(37 99 235 / 0.3);
  }

  .lg\:border-x-blue-600\/35 {
    border-left-color: rgb(37 99 235 / 0.35);
    border-right-color: rgb(37 99 235 / 0.35);
  }

  .lg\:border-x-blue-600\/40 {
    border-left-color: rgb(37 99 235 / 0.4);
    border-right-color: rgb(37 99 235 / 0.4);
  }

  .lg\:border-x-blue-600\/45 {
    border-left-color: rgb(37 99 235 / 0.45);
    border-right-color: rgb(37 99 235 / 0.45);
  }

  .lg\:border-x-blue-600\/5 {
    border-left-color: rgb(37 99 235 / 0.05);
    border-right-color: rgb(37 99 235 / 0.05);
  }

  .lg\:border-x-blue-600\/50 {
    border-left-color: rgb(37 99 235 / 0.5);
    border-right-color: rgb(37 99 235 / 0.5);
  }

  .lg\:border-x-blue-600\/55 {
    border-left-color: rgb(37 99 235 / 0.55);
    border-right-color: rgb(37 99 235 / 0.55);
  }

  .lg\:border-x-blue-600\/60 {
    border-left-color: rgb(37 99 235 / 0.6);
    border-right-color: rgb(37 99 235 / 0.6);
  }

  .lg\:border-x-blue-600\/65 {
    border-left-color: rgb(37 99 235 / 0.65);
    border-right-color: rgb(37 99 235 / 0.65);
  }

  .lg\:border-x-blue-600\/70 {
    border-left-color: rgb(37 99 235 / 0.7);
    border-right-color: rgb(37 99 235 / 0.7);
  }

  .lg\:border-x-blue-600\/75 {
    border-left-color: rgb(37 99 235 / 0.75);
    border-right-color: rgb(37 99 235 / 0.75);
  }

  .lg\:border-x-blue-600\/80 {
    border-left-color: rgb(37 99 235 / 0.8);
    border-right-color: rgb(37 99 235 / 0.8);
  }

  .lg\:border-x-blue-600\/85 {
    border-left-color: rgb(37 99 235 / 0.85);
    border-right-color: rgb(37 99 235 / 0.85);
  }

  .lg\:border-x-blue-600\/90 {
    border-left-color: rgb(37 99 235 / 0.9);
    border-right-color: rgb(37 99 235 / 0.9);
  }

  .lg\:border-x-blue-600\/95 {
    border-left-color: rgb(37 99 235 / 0.95);
    border-right-color: rgb(37 99 235 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-blue-700\/0 {
    border-left-color: rgb(29 78 216 / 0);
    border-right-color: rgb(29 78 216 / 0);
  }

  .lg\:border-x-blue-700\/10 {
    border-left-color: rgb(29 78 216 / 0.1);
    border-right-color: rgb(29 78 216 / 0.1);
  }

  .lg\:border-x-blue-700\/100 {
    border-left-color: rgb(29 78 216 / 1);
    border-right-color: rgb(29 78 216 / 1);
  }

  .lg\:border-x-blue-700\/15 {
    border-left-color: rgb(29 78 216 / 0.15);
    border-right-color: rgb(29 78 216 / 0.15);
  }

  .lg\:border-x-blue-700\/20 {
    border-left-color: rgb(29 78 216 / 0.2);
    border-right-color: rgb(29 78 216 / 0.2);
  }

  .lg\:border-x-blue-700\/25 {
    border-left-color: rgb(29 78 216 / 0.25);
    border-right-color: rgb(29 78 216 / 0.25);
  }

  .lg\:border-x-blue-700\/30 {
    border-left-color: rgb(29 78 216 / 0.3);
    border-right-color: rgb(29 78 216 / 0.3);
  }

  .lg\:border-x-blue-700\/35 {
    border-left-color: rgb(29 78 216 / 0.35);
    border-right-color: rgb(29 78 216 / 0.35);
  }

  .lg\:border-x-blue-700\/40 {
    border-left-color: rgb(29 78 216 / 0.4);
    border-right-color: rgb(29 78 216 / 0.4);
  }

  .lg\:border-x-blue-700\/45 {
    border-left-color: rgb(29 78 216 / 0.45);
    border-right-color: rgb(29 78 216 / 0.45);
  }

  .lg\:border-x-blue-700\/5 {
    border-left-color: rgb(29 78 216 / 0.05);
    border-right-color: rgb(29 78 216 / 0.05);
  }

  .lg\:border-x-blue-700\/50 {
    border-left-color: rgb(29 78 216 / 0.5);
    border-right-color: rgb(29 78 216 / 0.5);
  }

  .lg\:border-x-blue-700\/55 {
    border-left-color: rgb(29 78 216 / 0.55);
    border-right-color: rgb(29 78 216 / 0.55);
  }

  .lg\:border-x-blue-700\/60 {
    border-left-color: rgb(29 78 216 / 0.6);
    border-right-color: rgb(29 78 216 / 0.6);
  }

  .lg\:border-x-blue-700\/65 {
    border-left-color: rgb(29 78 216 / 0.65);
    border-right-color: rgb(29 78 216 / 0.65);
  }

  .lg\:border-x-blue-700\/70 {
    border-left-color: rgb(29 78 216 / 0.7);
    border-right-color: rgb(29 78 216 / 0.7);
  }

  .lg\:border-x-blue-700\/75 {
    border-left-color: rgb(29 78 216 / 0.75);
    border-right-color: rgb(29 78 216 / 0.75);
  }

  .lg\:border-x-blue-700\/80 {
    border-left-color: rgb(29 78 216 / 0.8);
    border-right-color: rgb(29 78 216 / 0.8);
  }

  .lg\:border-x-blue-700\/85 {
    border-left-color: rgb(29 78 216 / 0.85);
    border-right-color: rgb(29 78 216 / 0.85);
  }

  .lg\:border-x-blue-700\/90 {
    border-left-color: rgb(29 78 216 / 0.9);
    border-right-color: rgb(29 78 216 / 0.9);
  }

  .lg\:border-x-blue-700\/95 {
    border-left-color: rgb(29 78 216 / 0.95);
    border-right-color: rgb(29 78 216 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-blue-800\/0 {
    border-left-color: rgb(30 64 175 / 0);
    border-right-color: rgb(30 64 175 / 0);
  }

  .lg\:border-x-blue-800\/10 {
    border-left-color: rgb(30 64 175 / 0.1);
    border-right-color: rgb(30 64 175 / 0.1);
  }

  .lg\:border-x-blue-800\/100 {
    border-left-color: rgb(30 64 175 / 1);
    border-right-color: rgb(30 64 175 / 1);
  }

  .lg\:border-x-blue-800\/15 {
    border-left-color: rgb(30 64 175 / 0.15);
    border-right-color: rgb(30 64 175 / 0.15);
  }

  .lg\:border-x-blue-800\/20 {
    border-left-color: rgb(30 64 175 / 0.2);
    border-right-color: rgb(30 64 175 / 0.2);
  }

  .lg\:border-x-blue-800\/25 {
    border-left-color: rgb(30 64 175 / 0.25);
    border-right-color: rgb(30 64 175 / 0.25);
  }

  .lg\:border-x-blue-800\/30 {
    border-left-color: rgb(30 64 175 / 0.3);
    border-right-color: rgb(30 64 175 / 0.3);
  }

  .lg\:border-x-blue-800\/35 {
    border-left-color: rgb(30 64 175 / 0.35);
    border-right-color: rgb(30 64 175 / 0.35);
  }

  .lg\:border-x-blue-800\/40 {
    border-left-color: rgb(30 64 175 / 0.4);
    border-right-color: rgb(30 64 175 / 0.4);
  }

  .lg\:border-x-blue-800\/45 {
    border-left-color: rgb(30 64 175 / 0.45);
    border-right-color: rgb(30 64 175 / 0.45);
  }

  .lg\:border-x-blue-800\/5 {
    border-left-color: rgb(30 64 175 / 0.05);
    border-right-color: rgb(30 64 175 / 0.05);
  }

  .lg\:border-x-blue-800\/50 {
    border-left-color: rgb(30 64 175 / 0.5);
    border-right-color: rgb(30 64 175 / 0.5);
  }

  .lg\:border-x-blue-800\/55 {
    border-left-color: rgb(30 64 175 / 0.55);
    border-right-color: rgb(30 64 175 / 0.55);
  }

  .lg\:border-x-blue-800\/60 {
    border-left-color: rgb(30 64 175 / 0.6);
    border-right-color: rgb(30 64 175 / 0.6);
  }

  .lg\:border-x-blue-800\/65 {
    border-left-color: rgb(30 64 175 / 0.65);
    border-right-color: rgb(30 64 175 / 0.65);
  }

  .lg\:border-x-blue-800\/70 {
    border-left-color: rgb(30 64 175 / 0.7);
    border-right-color: rgb(30 64 175 / 0.7);
  }

  .lg\:border-x-blue-800\/75 {
    border-left-color: rgb(30 64 175 / 0.75);
    border-right-color: rgb(30 64 175 / 0.75);
  }

  .lg\:border-x-blue-800\/80 {
    border-left-color: rgb(30 64 175 / 0.8);
    border-right-color: rgb(30 64 175 / 0.8);
  }

  .lg\:border-x-blue-800\/85 {
    border-left-color: rgb(30 64 175 / 0.85);
    border-right-color: rgb(30 64 175 / 0.85);
  }

  .lg\:border-x-blue-800\/90 {
    border-left-color: rgb(30 64 175 / 0.9);
    border-right-color: rgb(30 64 175 / 0.9);
  }

  .lg\:border-x-blue-800\/95 {
    border-left-color: rgb(30 64 175 / 0.95);
    border-right-color: rgb(30 64 175 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-blue-900\/0 {
    border-left-color: rgb(30 58 138 / 0);
    border-right-color: rgb(30 58 138 / 0);
  }

  .lg\:border-x-blue-900\/10 {
    border-left-color: rgb(30 58 138 / 0.1);
    border-right-color: rgb(30 58 138 / 0.1);
  }

  .lg\:border-x-blue-900\/100 {
    border-left-color: rgb(30 58 138 / 1);
    border-right-color: rgb(30 58 138 / 1);
  }

  .lg\:border-x-blue-900\/15 {
    border-left-color: rgb(30 58 138 / 0.15);
    border-right-color: rgb(30 58 138 / 0.15);
  }

  .lg\:border-x-blue-900\/20 {
    border-left-color: rgb(30 58 138 / 0.2);
    border-right-color: rgb(30 58 138 / 0.2);
  }

  .lg\:border-x-blue-900\/25 {
    border-left-color: rgb(30 58 138 / 0.25);
    border-right-color: rgb(30 58 138 / 0.25);
  }

  .lg\:border-x-blue-900\/30 {
    border-left-color: rgb(30 58 138 / 0.3);
    border-right-color: rgb(30 58 138 / 0.3);
  }

  .lg\:border-x-blue-900\/35 {
    border-left-color: rgb(30 58 138 / 0.35);
    border-right-color: rgb(30 58 138 / 0.35);
  }

  .lg\:border-x-blue-900\/40 {
    border-left-color: rgb(30 58 138 / 0.4);
    border-right-color: rgb(30 58 138 / 0.4);
  }

  .lg\:border-x-blue-900\/45 {
    border-left-color: rgb(30 58 138 / 0.45);
    border-right-color: rgb(30 58 138 / 0.45);
  }

  .lg\:border-x-blue-900\/5 {
    border-left-color: rgb(30 58 138 / 0.05);
    border-right-color: rgb(30 58 138 / 0.05);
  }

  .lg\:border-x-blue-900\/50 {
    border-left-color: rgb(30 58 138 / 0.5);
    border-right-color: rgb(30 58 138 / 0.5);
  }

  .lg\:border-x-blue-900\/55 {
    border-left-color: rgb(30 58 138 / 0.55);
    border-right-color: rgb(30 58 138 / 0.55);
  }

  .lg\:border-x-blue-900\/60 {
    border-left-color: rgb(30 58 138 / 0.6);
    border-right-color: rgb(30 58 138 / 0.6);
  }

  .lg\:border-x-blue-900\/65 {
    border-left-color: rgb(30 58 138 / 0.65);
    border-right-color: rgb(30 58 138 / 0.65);
  }

  .lg\:border-x-blue-900\/70 {
    border-left-color: rgb(30 58 138 / 0.7);
    border-right-color: rgb(30 58 138 / 0.7);
  }

  .lg\:border-x-blue-900\/75 {
    border-left-color: rgb(30 58 138 / 0.75);
    border-right-color: rgb(30 58 138 / 0.75);
  }

  .lg\:border-x-blue-900\/80 {
    border-left-color: rgb(30 58 138 / 0.8);
    border-right-color: rgb(30 58 138 / 0.8);
  }

  .lg\:border-x-blue-900\/85 {
    border-left-color: rgb(30 58 138 / 0.85);
    border-right-color: rgb(30 58 138 / 0.85);
  }

  .lg\:border-x-blue-900\/90 {
    border-left-color: rgb(30 58 138 / 0.9);
    border-right-color: rgb(30 58 138 / 0.9);
  }

  .lg\:border-x-blue-900\/95 {
    border-left-color: rgb(30 58 138 / 0.95);
    border-right-color: rgb(30 58 138 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-blue-950\/0 {
    border-left-color: rgb(23 37 84 / 0);
    border-right-color: rgb(23 37 84 / 0);
  }

  .lg\:border-x-blue-950\/10 {
    border-left-color: rgb(23 37 84 / 0.1);
    border-right-color: rgb(23 37 84 / 0.1);
  }

  .lg\:border-x-blue-950\/100 {
    border-left-color: rgb(23 37 84 / 1);
    border-right-color: rgb(23 37 84 / 1);
  }

  .lg\:border-x-blue-950\/15 {
    border-left-color: rgb(23 37 84 / 0.15);
    border-right-color: rgb(23 37 84 / 0.15);
  }

  .lg\:border-x-blue-950\/20 {
    border-left-color: rgb(23 37 84 / 0.2);
    border-right-color: rgb(23 37 84 / 0.2);
  }

  .lg\:border-x-blue-950\/25 {
    border-left-color: rgb(23 37 84 / 0.25);
    border-right-color: rgb(23 37 84 / 0.25);
  }

  .lg\:border-x-blue-950\/30 {
    border-left-color: rgb(23 37 84 / 0.3);
    border-right-color: rgb(23 37 84 / 0.3);
  }

  .lg\:border-x-blue-950\/35 {
    border-left-color: rgb(23 37 84 / 0.35);
    border-right-color: rgb(23 37 84 / 0.35);
  }

  .lg\:border-x-blue-950\/40 {
    border-left-color: rgb(23 37 84 / 0.4);
    border-right-color: rgb(23 37 84 / 0.4);
  }

  .lg\:border-x-blue-950\/45 {
    border-left-color: rgb(23 37 84 / 0.45);
    border-right-color: rgb(23 37 84 / 0.45);
  }

  .lg\:border-x-blue-950\/5 {
    border-left-color: rgb(23 37 84 / 0.05);
    border-right-color: rgb(23 37 84 / 0.05);
  }

  .lg\:border-x-blue-950\/50 {
    border-left-color: rgb(23 37 84 / 0.5);
    border-right-color: rgb(23 37 84 / 0.5);
  }

  .lg\:border-x-blue-950\/55 {
    border-left-color: rgb(23 37 84 / 0.55);
    border-right-color: rgb(23 37 84 / 0.55);
  }

  .lg\:border-x-blue-950\/60 {
    border-left-color: rgb(23 37 84 / 0.6);
    border-right-color: rgb(23 37 84 / 0.6);
  }

  .lg\:border-x-blue-950\/65 {
    border-left-color: rgb(23 37 84 / 0.65);
    border-right-color: rgb(23 37 84 / 0.65);
  }

  .lg\:border-x-blue-950\/70 {
    border-left-color: rgb(23 37 84 / 0.7);
    border-right-color: rgb(23 37 84 / 0.7);
  }

  .lg\:border-x-blue-950\/75 {
    border-left-color: rgb(23 37 84 / 0.75);
    border-right-color: rgb(23 37 84 / 0.75);
  }

  .lg\:border-x-blue-950\/80 {
    border-left-color: rgb(23 37 84 / 0.8);
    border-right-color: rgb(23 37 84 / 0.8);
  }

  .lg\:border-x-blue-950\/85 {
    border-left-color: rgb(23 37 84 / 0.85);
    border-right-color: rgb(23 37 84 / 0.85);
  }

  .lg\:border-x-blue-950\/90 {
    border-left-color: rgb(23 37 84 / 0.9);
    border-right-color: rgb(23 37 84 / 0.9);
  }

  .lg\:border-x-blue-950\/95 {
    border-left-color: rgb(23 37 84 / 0.95);
    border-right-color: rgb(23 37 84 / 0.95);
  }

  .lg\:border-x-current {
    border-left-color: currentColor;
    border-right-color: currentColor;
  }

  .lg\: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));
  }

  .lg\:border-x-cyan-100\/0 {
    border-left-color: rgb(207 250 254 / 0);
    border-right-color: rgb(207 250 254 / 0);
  }

  .lg\:border-x-cyan-100\/10 {
    border-left-color: rgb(207 250 254 / 0.1);
    border-right-color: rgb(207 250 254 / 0.1);
  }

  .lg\:border-x-cyan-100\/100 {
    border-left-color: rgb(207 250 254 / 1);
    border-right-color: rgb(207 250 254 / 1);
  }

  .lg\:border-x-cyan-100\/15 {
    border-left-color: rgb(207 250 254 / 0.15);
    border-right-color: rgb(207 250 254 / 0.15);
  }

  .lg\:border-x-cyan-100\/20 {
    border-left-color: rgb(207 250 254 / 0.2);
    border-right-color: rgb(207 250 254 / 0.2);
  }

  .lg\:border-x-cyan-100\/25 {
    border-left-color: rgb(207 250 254 / 0.25);
    border-right-color: rgb(207 250 254 / 0.25);
  }

  .lg\:border-x-cyan-100\/30 {
    border-left-color: rgb(207 250 254 / 0.3);
    border-right-color: rgb(207 250 254 / 0.3);
  }

  .lg\:border-x-cyan-100\/35 {
    border-left-color: rgb(207 250 254 / 0.35);
    border-right-color: rgb(207 250 254 / 0.35);
  }

  .lg\:border-x-cyan-100\/40 {
    border-left-color: rgb(207 250 254 / 0.4);
    border-right-color: rgb(207 250 254 / 0.4);
  }

  .lg\:border-x-cyan-100\/45 {
    border-left-color: rgb(207 250 254 / 0.45);
    border-right-color: rgb(207 250 254 / 0.45);
  }

  .lg\:border-x-cyan-100\/5 {
    border-left-color: rgb(207 250 254 / 0.05);
    border-right-color: rgb(207 250 254 / 0.05);
  }

  .lg\:border-x-cyan-100\/50 {
    border-left-color: rgb(207 250 254 / 0.5);
    border-right-color: rgb(207 250 254 / 0.5);
  }

  .lg\:border-x-cyan-100\/55 {
    border-left-color: rgb(207 250 254 / 0.55);
    border-right-color: rgb(207 250 254 / 0.55);
  }

  .lg\:border-x-cyan-100\/60 {
    border-left-color: rgb(207 250 254 / 0.6);
    border-right-color: rgb(207 250 254 / 0.6);
  }

  .lg\:border-x-cyan-100\/65 {
    border-left-color: rgb(207 250 254 / 0.65);
    border-right-color: rgb(207 250 254 / 0.65);
  }

  .lg\:border-x-cyan-100\/70 {
    border-left-color: rgb(207 250 254 / 0.7);
    border-right-color: rgb(207 250 254 / 0.7);
  }

  .lg\:border-x-cyan-100\/75 {
    border-left-color: rgb(207 250 254 / 0.75);
    border-right-color: rgb(207 250 254 / 0.75);
  }

  .lg\:border-x-cyan-100\/80 {
    border-left-color: rgb(207 250 254 / 0.8);
    border-right-color: rgb(207 250 254 / 0.8);
  }

  .lg\:border-x-cyan-100\/85 {
    border-left-color: rgb(207 250 254 / 0.85);
    border-right-color: rgb(207 250 254 / 0.85);
  }

  .lg\:border-x-cyan-100\/90 {
    border-left-color: rgb(207 250 254 / 0.9);
    border-right-color: rgb(207 250 254 / 0.9);
  }

  .lg\:border-x-cyan-100\/95 {
    border-left-color: rgb(207 250 254 / 0.95);
    border-right-color: rgb(207 250 254 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-cyan-200\/0 {
    border-left-color: rgb(165 243 252 / 0);
    border-right-color: rgb(165 243 252 / 0);
  }

  .lg\:border-x-cyan-200\/10 {
    border-left-color: rgb(165 243 252 / 0.1);
    border-right-color: rgb(165 243 252 / 0.1);
  }

  .lg\:border-x-cyan-200\/100 {
    border-left-color: rgb(165 243 252 / 1);
    border-right-color: rgb(165 243 252 / 1);
  }

  .lg\:border-x-cyan-200\/15 {
    border-left-color: rgb(165 243 252 / 0.15);
    border-right-color: rgb(165 243 252 / 0.15);
  }

  .lg\:border-x-cyan-200\/20 {
    border-left-color: rgb(165 243 252 / 0.2);
    border-right-color: rgb(165 243 252 / 0.2);
  }

  .lg\:border-x-cyan-200\/25 {
    border-left-color: rgb(165 243 252 / 0.25);
    border-right-color: rgb(165 243 252 / 0.25);
  }

  .lg\:border-x-cyan-200\/30 {
    border-left-color: rgb(165 243 252 / 0.3);
    border-right-color: rgb(165 243 252 / 0.3);
  }

  .lg\:border-x-cyan-200\/35 {
    border-left-color: rgb(165 243 252 / 0.35);
    border-right-color: rgb(165 243 252 / 0.35);
  }

  .lg\:border-x-cyan-200\/40 {
    border-left-color: rgb(165 243 252 / 0.4);
    border-right-color: rgb(165 243 252 / 0.4);
  }

  .lg\:border-x-cyan-200\/45 {
    border-left-color: rgb(165 243 252 / 0.45);
    border-right-color: rgb(165 243 252 / 0.45);
  }

  .lg\:border-x-cyan-200\/5 {
    border-left-color: rgb(165 243 252 / 0.05);
    border-right-color: rgb(165 243 252 / 0.05);
  }

  .lg\:border-x-cyan-200\/50 {
    border-left-color: rgb(165 243 252 / 0.5);
    border-right-color: rgb(165 243 252 / 0.5);
  }

  .lg\:border-x-cyan-200\/55 {
    border-left-color: rgb(165 243 252 / 0.55);
    border-right-color: rgb(165 243 252 / 0.55);
  }

  .lg\:border-x-cyan-200\/60 {
    border-left-color: rgb(165 243 252 / 0.6);
    border-right-color: rgb(165 243 252 / 0.6);
  }

  .lg\:border-x-cyan-200\/65 {
    border-left-color: rgb(165 243 252 / 0.65);
    border-right-color: rgb(165 243 252 / 0.65);
  }

  .lg\:border-x-cyan-200\/70 {
    border-left-color: rgb(165 243 252 / 0.7);
    border-right-color: rgb(165 243 252 / 0.7);
  }

  .lg\:border-x-cyan-200\/75 {
    border-left-color: rgb(165 243 252 / 0.75);
    border-right-color: rgb(165 243 252 / 0.75);
  }

  .lg\:border-x-cyan-200\/80 {
    border-left-color: rgb(165 243 252 / 0.8);
    border-right-color: rgb(165 243 252 / 0.8);
  }

  .lg\:border-x-cyan-200\/85 {
    border-left-color: rgb(165 243 252 / 0.85);
    border-right-color: rgb(165 243 252 / 0.85);
  }

  .lg\:border-x-cyan-200\/90 {
    border-left-color: rgb(165 243 252 / 0.9);
    border-right-color: rgb(165 243 252 / 0.9);
  }

  .lg\:border-x-cyan-200\/95 {
    border-left-color: rgb(165 243 252 / 0.95);
    border-right-color: rgb(165 243 252 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-cyan-300\/0 {
    border-left-color: rgb(103 232 249 / 0);
    border-right-color: rgb(103 232 249 / 0);
  }

  .lg\:border-x-cyan-300\/10 {
    border-left-color: rgb(103 232 249 / 0.1);
    border-right-color: rgb(103 232 249 / 0.1);
  }

  .lg\:border-x-cyan-300\/100 {
    border-left-color: rgb(103 232 249 / 1);
    border-right-color: rgb(103 232 249 / 1);
  }

  .lg\:border-x-cyan-300\/15 {
    border-left-color: rgb(103 232 249 / 0.15);
    border-right-color: rgb(103 232 249 / 0.15);
  }

  .lg\:border-x-cyan-300\/20 {
    border-left-color: rgb(103 232 249 / 0.2);
    border-right-color: rgb(103 232 249 / 0.2);
  }

  .lg\:border-x-cyan-300\/25 {
    border-left-color: rgb(103 232 249 / 0.25);
    border-right-color: rgb(103 232 249 / 0.25);
  }

  .lg\:border-x-cyan-300\/30 {
    border-left-color: rgb(103 232 249 / 0.3);
    border-right-color: rgb(103 232 249 / 0.3);
  }

  .lg\:border-x-cyan-300\/35 {
    border-left-color: rgb(103 232 249 / 0.35);
    border-right-color: rgb(103 232 249 / 0.35);
  }

  .lg\:border-x-cyan-300\/40 {
    border-left-color: rgb(103 232 249 / 0.4);
    border-right-color: rgb(103 232 249 / 0.4);
  }

  .lg\:border-x-cyan-300\/45 {
    border-left-color: rgb(103 232 249 / 0.45);
    border-right-color: rgb(103 232 249 / 0.45);
  }

  .lg\:border-x-cyan-300\/5 {
    border-left-color: rgb(103 232 249 / 0.05);
    border-right-color: rgb(103 232 249 / 0.05);
  }

  .lg\:border-x-cyan-300\/50 {
    border-left-color: rgb(103 232 249 / 0.5);
    border-right-color: rgb(103 232 249 / 0.5);
  }

  .lg\:border-x-cyan-300\/55 {
    border-left-color: rgb(103 232 249 / 0.55);
    border-right-color: rgb(103 232 249 / 0.55);
  }

  .lg\:border-x-cyan-300\/60 {
    border-left-color: rgb(103 232 249 / 0.6);
    border-right-color: rgb(103 232 249 / 0.6);
  }

  .lg\:border-x-cyan-300\/65 {
    border-left-color: rgb(103 232 249 / 0.65);
    border-right-color: rgb(103 232 249 / 0.65);
  }

  .lg\:border-x-cyan-300\/70 {
    border-left-color: rgb(103 232 249 / 0.7);
    border-right-color: rgb(103 232 249 / 0.7);
  }

  .lg\:border-x-cyan-300\/75 {
    border-left-color: rgb(103 232 249 / 0.75);
    border-right-color: rgb(103 232 249 / 0.75);
  }

  .lg\:border-x-cyan-300\/80 {
    border-left-color: rgb(103 232 249 / 0.8);
    border-right-color: rgb(103 232 249 / 0.8);
  }

  .lg\:border-x-cyan-300\/85 {
    border-left-color: rgb(103 232 249 / 0.85);
    border-right-color: rgb(103 232 249 / 0.85);
  }

  .lg\:border-x-cyan-300\/90 {
    border-left-color: rgb(103 232 249 / 0.9);
    border-right-color: rgb(103 232 249 / 0.9);
  }

  .lg\:border-x-cyan-300\/95 {
    border-left-color: rgb(103 232 249 / 0.95);
    border-right-color: rgb(103 232 249 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-cyan-400\/0 {
    border-left-color: rgb(34 211 238 / 0);
    border-right-color: rgb(34 211 238 / 0);
  }

  .lg\:border-x-cyan-400\/10 {
    border-left-color: rgb(34 211 238 / 0.1);
    border-right-color: rgb(34 211 238 / 0.1);
  }

  .lg\:border-x-cyan-400\/100 {
    border-left-color: rgb(34 211 238 / 1);
    border-right-color: rgb(34 211 238 / 1);
  }

  .lg\:border-x-cyan-400\/15 {
    border-left-color: rgb(34 211 238 / 0.15);
    border-right-color: rgb(34 211 238 / 0.15);
  }

  .lg\:border-x-cyan-400\/20 {
    border-left-color: rgb(34 211 238 / 0.2);
    border-right-color: rgb(34 211 238 / 0.2);
  }

  .lg\:border-x-cyan-400\/25 {
    border-left-color: rgb(34 211 238 / 0.25);
    border-right-color: rgb(34 211 238 / 0.25);
  }

  .lg\:border-x-cyan-400\/30 {
    border-left-color: rgb(34 211 238 / 0.3);
    border-right-color: rgb(34 211 238 / 0.3);
  }

  .lg\:border-x-cyan-400\/35 {
    border-left-color: rgb(34 211 238 / 0.35);
    border-right-color: rgb(34 211 238 / 0.35);
  }

  .lg\:border-x-cyan-400\/40 {
    border-left-color: rgb(34 211 238 / 0.4);
    border-right-color: rgb(34 211 238 / 0.4);
  }

  .lg\:border-x-cyan-400\/45 {
    border-left-color: rgb(34 211 238 / 0.45);
    border-right-color: rgb(34 211 238 / 0.45);
  }

  .lg\:border-x-cyan-400\/5 {
    border-left-color: rgb(34 211 238 / 0.05);
    border-right-color: rgb(34 211 238 / 0.05);
  }

  .lg\:border-x-cyan-400\/50 {
    border-left-color: rgb(34 211 238 / 0.5);
    border-right-color: rgb(34 211 238 / 0.5);
  }

  .lg\:border-x-cyan-400\/55 {
    border-left-color: rgb(34 211 238 / 0.55);
    border-right-color: rgb(34 211 238 / 0.55);
  }

  .lg\:border-x-cyan-400\/60 {
    border-left-color: rgb(34 211 238 / 0.6);
    border-right-color: rgb(34 211 238 / 0.6);
  }

  .lg\:border-x-cyan-400\/65 {
    border-left-color: rgb(34 211 238 / 0.65);
    border-right-color: rgb(34 211 238 / 0.65);
  }

  .lg\:border-x-cyan-400\/70 {
    border-left-color: rgb(34 211 238 / 0.7);
    border-right-color: rgb(34 211 238 / 0.7);
  }

  .lg\:border-x-cyan-400\/75 {
    border-left-color: rgb(34 211 238 / 0.75);
    border-right-color: rgb(34 211 238 / 0.75);
  }

  .lg\:border-x-cyan-400\/80 {
    border-left-color: rgb(34 211 238 / 0.8);
    border-right-color: rgb(34 211 238 / 0.8);
  }

  .lg\:border-x-cyan-400\/85 {
    border-left-color: rgb(34 211 238 / 0.85);
    border-right-color: rgb(34 211 238 / 0.85);
  }

  .lg\:border-x-cyan-400\/90 {
    border-left-color: rgb(34 211 238 / 0.9);
    border-right-color: rgb(34 211 238 / 0.9);
  }

  .lg\:border-x-cyan-400\/95 {
    border-left-color: rgb(34 211 238 / 0.95);
    border-right-color: rgb(34 211 238 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-cyan-50\/0 {
    border-left-color: rgb(236 254 255 / 0);
    border-right-color: rgb(236 254 255 / 0);
  }

  .lg\:border-x-cyan-50\/10 {
    border-left-color: rgb(236 254 255 / 0.1);
    border-right-color: rgb(236 254 255 / 0.1);
  }

  .lg\:border-x-cyan-50\/100 {
    border-left-color: rgb(236 254 255 / 1);
    border-right-color: rgb(236 254 255 / 1);
  }

  .lg\:border-x-cyan-50\/15 {
    border-left-color: rgb(236 254 255 / 0.15);
    border-right-color: rgb(236 254 255 / 0.15);
  }

  .lg\:border-x-cyan-50\/20 {
    border-left-color: rgb(236 254 255 / 0.2);
    border-right-color: rgb(236 254 255 / 0.2);
  }

  .lg\:border-x-cyan-50\/25 {
    border-left-color: rgb(236 254 255 / 0.25);
    border-right-color: rgb(236 254 255 / 0.25);
  }

  .lg\:border-x-cyan-50\/30 {
    border-left-color: rgb(236 254 255 / 0.3);
    border-right-color: rgb(236 254 255 / 0.3);
  }

  .lg\:border-x-cyan-50\/35 {
    border-left-color: rgb(236 254 255 / 0.35);
    border-right-color: rgb(236 254 255 / 0.35);
  }

  .lg\:border-x-cyan-50\/40 {
    border-left-color: rgb(236 254 255 / 0.4);
    border-right-color: rgb(236 254 255 / 0.4);
  }

  .lg\:border-x-cyan-50\/45 {
    border-left-color: rgb(236 254 255 / 0.45);
    border-right-color: rgb(236 254 255 / 0.45);
  }

  .lg\:border-x-cyan-50\/5 {
    border-left-color: rgb(236 254 255 / 0.05);
    border-right-color: rgb(236 254 255 / 0.05);
  }

  .lg\:border-x-cyan-50\/50 {
    border-left-color: rgb(236 254 255 / 0.5);
    border-right-color: rgb(236 254 255 / 0.5);
  }

  .lg\:border-x-cyan-50\/55 {
    border-left-color: rgb(236 254 255 / 0.55);
    border-right-color: rgb(236 254 255 / 0.55);
  }

  .lg\:border-x-cyan-50\/60 {
    border-left-color: rgb(236 254 255 / 0.6);
    border-right-color: rgb(236 254 255 / 0.6);
  }

  .lg\:border-x-cyan-50\/65 {
    border-left-color: rgb(236 254 255 / 0.65);
    border-right-color: rgb(236 254 255 / 0.65);
  }

  .lg\:border-x-cyan-50\/70 {
    border-left-color: rgb(236 254 255 / 0.7);
    border-right-color: rgb(236 254 255 / 0.7);
  }

  .lg\:border-x-cyan-50\/75 {
    border-left-color: rgb(236 254 255 / 0.75);
    border-right-color: rgb(236 254 255 / 0.75);
  }

  .lg\:border-x-cyan-50\/80 {
    border-left-color: rgb(236 254 255 / 0.8);
    border-right-color: rgb(236 254 255 / 0.8);
  }

  .lg\:border-x-cyan-50\/85 {
    border-left-color: rgb(236 254 255 / 0.85);
    border-right-color: rgb(236 254 255 / 0.85);
  }

  .lg\:border-x-cyan-50\/90 {
    border-left-color: rgb(236 254 255 / 0.9);
    border-right-color: rgb(236 254 255 / 0.9);
  }

  .lg\:border-x-cyan-50\/95 {
    border-left-color: rgb(236 254 255 / 0.95);
    border-right-color: rgb(236 254 255 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-cyan-500\/0 {
    border-left-color: rgb(6 182 212 / 0);
    border-right-color: rgb(6 182 212 / 0);
  }

  .lg\:border-x-cyan-500\/10 {
    border-left-color: rgb(6 182 212 / 0.1);
    border-right-color: rgb(6 182 212 / 0.1);
  }

  .lg\:border-x-cyan-500\/100 {
    border-left-color: rgb(6 182 212 / 1);
    border-right-color: rgb(6 182 212 / 1);
  }

  .lg\:border-x-cyan-500\/15 {
    border-left-color: rgb(6 182 212 / 0.15);
    border-right-color: rgb(6 182 212 / 0.15);
  }

  .lg\:border-x-cyan-500\/20 {
    border-left-color: rgb(6 182 212 / 0.2);
    border-right-color: rgb(6 182 212 / 0.2);
  }

  .lg\:border-x-cyan-500\/25 {
    border-left-color: rgb(6 182 212 / 0.25);
    border-right-color: rgb(6 182 212 / 0.25);
  }

  .lg\:border-x-cyan-500\/30 {
    border-left-color: rgb(6 182 212 / 0.3);
    border-right-color: rgb(6 182 212 / 0.3);
  }

  .lg\:border-x-cyan-500\/35 {
    border-left-color: rgb(6 182 212 / 0.35);
    border-right-color: rgb(6 182 212 / 0.35);
  }

  .lg\:border-x-cyan-500\/40 {
    border-left-color: rgb(6 182 212 / 0.4);
    border-right-color: rgb(6 182 212 / 0.4);
  }

  .lg\:border-x-cyan-500\/45 {
    border-left-color: rgb(6 182 212 / 0.45);
    border-right-color: rgb(6 182 212 / 0.45);
  }

  .lg\:border-x-cyan-500\/5 {
    border-left-color: rgb(6 182 212 / 0.05);
    border-right-color: rgb(6 182 212 / 0.05);
  }

  .lg\:border-x-cyan-500\/50 {
    border-left-color: rgb(6 182 212 / 0.5);
    border-right-color: rgb(6 182 212 / 0.5);
  }

  .lg\:border-x-cyan-500\/55 {
    border-left-color: rgb(6 182 212 / 0.55);
    border-right-color: rgb(6 182 212 / 0.55);
  }

  .lg\:border-x-cyan-500\/60 {
    border-left-color: rgb(6 182 212 / 0.6);
    border-right-color: rgb(6 182 212 / 0.6);
  }

  .lg\:border-x-cyan-500\/65 {
    border-left-color: rgb(6 182 212 / 0.65);
    border-right-color: rgb(6 182 212 / 0.65);
  }

  .lg\:border-x-cyan-500\/70 {
    border-left-color: rgb(6 182 212 / 0.7);
    border-right-color: rgb(6 182 212 / 0.7);
  }

  .lg\:border-x-cyan-500\/75 {
    border-left-color: rgb(6 182 212 / 0.75);
    border-right-color: rgb(6 182 212 / 0.75);
  }

  .lg\:border-x-cyan-500\/80 {
    border-left-color: rgb(6 182 212 / 0.8);
    border-right-color: rgb(6 182 212 / 0.8);
  }

  .lg\:border-x-cyan-500\/85 {
    border-left-color: rgb(6 182 212 / 0.85);
    border-right-color: rgb(6 182 212 / 0.85);
  }

  .lg\:border-x-cyan-500\/90 {
    border-left-color: rgb(6 182 212 / 0.9);
    border-right-color: rgb(6 182 212 / 0.9);
  }

  .lg\:border-x-cyan-500\/95 {
    border-left-color: rgb(6 182 212 / 0.95);
    border-right-color: rgb(6 182 212 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-cyan-600\/0 {
    border-left-color: rgb(8 145 178 / 0);
    border-right-color: rgb(8 145 178 / 0);
  }

  .lg\:border-x-cyan-600\/10 {
    border-left-color: rgb(8 145 178 / 0.1);
    border-right-color: rgb(8 145 178 / 0.1);
  }

  .lg\:border-x-cyan-600\/100 {
    border-left-color: rgb(8 145 178 / 1);
    border-right-color: rgb(8 145 178 / 1);
  }

  .lg\:border-x-cyan-600\/15 {
    border-left-color: rgb(8 145 178 / 0.15);
    border-right-color: rgb(8 145 178 / 0.15);
  }

  .lg\:border-x-cyan-600\/20 {
    border-left-color: rgb(8 145 178 / 0.2);
    border-right-color: rgb(8 145 178 / 0.2);
  }

  .lg\:border-x-cyan-600\/25 {
    border-left-color: rgb(8 145 178 / 0.25);
    border-right-color: rgb(8 145 178 / 0.25);
  }

  .lg\:border-x-cyan-600\/30 {
    border-left-color: rgb(8 145 178 / 0.3);
    border-right-color: rgb(8 145 178 / 0.3);
  }

  .lg\:border-x-cyan-600\/35 {
    border-left-color: rgb(8 145 178 / 0.35);
    border-right-color: rgb(8 145 178 / 0.35);
  }

  .lg\:border-x-cyan-600\/40 {
    border-left-color: rgb(8 145 178 / 0.4);
    border-right-color: rgb(8 145 178 / 0.4);
  }

  .lg\:border-x-cyan-600\/45 {
    border-left-color: rgb(8 145 178 / 0.45);
    border-right-color: rgb(8 145 178 / 0.45);
  }

  .lg\:border-x-cyan-600\/5 {
    border-left-color: rgb(8 145 178 / 0.05);
    border-right-color: rgb(8 145 178 / 0.05);
  }

  .lg\:border-x-cyan-600\/50 {
    border-left-color: rgb(8 145 178 / 0.5);
    border-right-color: rgb(8 145 178 / 0.5);
  }

  .lg\:border-x-cyan-600\/55 {
    border-left-color: rgb(8 145 178 / 0.55);
    border-right-color: rgb(8 145 178 / 0.55);
  }

  .lg\:border-x-cyan-600\/60 {
    border-left-color: rgb(8 145 178 / 0.6);
    border-right-color: rgb(8 145 178 / 0.6);
  }

  .lg\:border-x-cyan-600\/65 {
    border-left-color: rgb(8 145 178 / 0.65);
    border-right-color: rgb(8 145 178 / 0.65);
  }

  .lg\:border-x-cyan-600\/70 {
    border-left-color: rgb(8 145 178 / 0.7);
    border-right-color: rgb(8 145 178 / 0.7);
  }

  .lg\:border-x-cyan-600\/75 {
    border-left-color: rgb(8 145 178 / 0.75);
    border-right-color: rgb(8 145 178 / 0.75);
  }

  .lg\:border-x-cyan-600\/80 {
    border-left-color: rgb(8 145 178 / 0.8);
    border-right-color: rgb(8 145 178 / 0.8);
  }

  .lg\:border-x-cyan-600\/85 {
    border-left-color: rgb(8 145 178 / 0.85);
    border-right-color: rgb(8 145 178 / 0.85);
  }

  .lg\:border-x-cyan-600\/90 {
    border-left-color: rgb(8 145 178 / 0.9);
    border-right-color: rgb(8 145 178 / 0.9);
  }

  .lg\:border-x-cyan-600\/95 {
    border-left-color: rgb(8 145 178 / 0.95);
    border-right-color: rgb(8 145 178 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-cyan-700\/0 {
    border-left-color: rgb(14 116 144 / 0);
    border-right-color: rgb(14 116 144 / 0);
  }

  .lg\:border-x-cyan-700\/10 {
    border-left-color: rgb(14 116 144 / 0.1);
    border-right-color: rgb(14 116 144 / 0.1);
  }

  .lg\:border-x-cyan-700\/100 {
    border-left-color: rgb(14 116 144 / 1);
    border-right-color: rgb(14 116 144 / 1);
  }

  .lg\:border-x-cyan-700\/15 {
    border-left-color: rgb(14 116 144 / 0.15);
    border-right-color: rgb(14 116 144 / 0.15);
  }

  .lg\:border-x-cyan-700\/20 {
    border-left-color: rgb(14 116 144 / 0.2);
    border-right-color: rgb(14 116 144 / 0.2);
  }

  .lg\:border-x-cyan-700\/25 {
    border-left-color: rgb(14 116 144 / 0.25);
    border-right-color: rgb(14 116 144 / 0.25);
  }

  .lg\:border-x-cyan-700\/30 {
    border-left-color: rgb(14 116 144 / 0.3);
    border-right-color: rgb(14 116 144 / 0.3);
  }

  .lg\:border-x-cyan-700\/35 {
    border-left-color: rgb(14 116 144 / 0.35);
    border-right-color: rgb(14 116 144 / 0.35);
  }

  .lg\:border-x-cyan-700\/40 {
    border-left-color: rgb(14 116 144 / 0.4);
    border-right-color: rgb(14 116 144 / 0.4);
  }

  .lg\:border-x-cyan-700\/45 {
    border-left-color: rgb(14 116 144 / 0.45);
    border-right-color: rgb(14 116 144 / 0.45);
  }

  .lg\:border-x-cyan-700\/5 {
    border-left-color: rgb(14 116 144 / 0.05);
    border-right-color: rgb(14 116 144 / 0.05);
  }

  .lg\:border-x-cyan-700\/50 {
    border-left-color: rgb(14 116 144 / 0.5);
    border-right-color: rgb(14 116 144 / 0.5);
  }

  .lg\:border-x-cyan-700\/55 {
    border-left-color: rgb(14 116 144 / 0.55);
    border-right-color: rgb(14 116 144 / 0.55);
  }

  .lg\:border-x-cyan-700\/60 {
    border-left-color: rgb(14 116 144 / 0.6);
    border-right-color: rgb(14 116 144 / 0.6);
  }

  .lg\:border-x-cyan-700\/65 {
    border-left-color: rgb(14 116 144 / 0.65);
    border-right-color: rgb(14 116 144 / 0.65);
  }

  .lg\:border-x-cyan-700\/70 {
    border-left-color: rgb(14 116 144 / 0.7);
    border-right-color: rgb(14 116 144 / 0.7);
  }

  .lg\:border-x-cyan-700\/75 {
    border-left-color: rgb(14 116 144 / 0.75);
    border-right-color: rgb(14 116 144 / 0.75);
  }

  .lg\:border-x-cyan-700\/80 {
    border-left-color: rgb(14 116 144 / 0.8);
    border-right-color: rgb(14 116 144 / 0.8);
  }

  .lg\:border-x-cyan-700\/85 {
    border-left-color: rgb(14 116 144 / 0.85);
    border-right-color: rgb(14 116 144 / 0.85);
  }

  .lg\:border-x-cyan-700\/90 {
    border-left-color: rgb(14 116 144 / 0.9);
    border-right-color: rgb(14 116 144 / 0.9);
  }

  .lg\:border-x-cyan-700\/95 {
    border-left-color: rgb(14 116 144 / 0.95);
    border-right-color: rgb(14 116 144 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-cyan-800\/0 {
    border-left-color: rgb(21 94 117 / 0);
    border-right-color: rgb(21 94 117 / 0);
  }

  .lg\:border-x-cyan-800\/10 {
    border-left-color: rgb(21 94 117 / 0.1);
    border-right-color: rgb(21 94 117 / 0.1);
  }

  .lg\:border-x-cyan-800\/100 {
    border-left-color: rgb(21 94 117 / 1);
    border-right-color: rgb(21 94 117 / 1);
  }

  .lg\:border-x-cyan-800\/15 {
    border-left-color: rgb(21 94 117 / 0.15);
    border-right-color: rgb(21 94 117 / 0.15);
  }

  .lg\:border-x-cyan-800\/20 {
    border-left-color: rgb(21 94 117 / 0.2);
    border-right-color: rgb(21 94 117 / 0.2);
  }

  .lg\:border-x-cyan-800\/25 {
    border-left-color: rgb(21 94 117 / 0.25);
    border-right-color: rgb(21 94 117 / 0.25);
  }

  .lg\:border-x-cyan-800\/30 {
    border-left-color: rgb(21 94 117 / 0.3);
    border-right-color: rgb(21 94 117 / 0.3);
  }

  .lg\:border-x-cyan-800\/35 {
    border-left-color: rgb(21 94 117 / 0.35);
    border-right-color: rgb(21 94 117 / 0.35);
  }

  .lg\:border-x-cyan-800\/40 {
    border-left-color: rgb(21 94 117 / 0.4);
    border-right-color: rgb(21 94 117 / 0.4);
  }

  .lg\:border-x-cyan-800\/45 {
    border-left-color: rgb(21 94 117 / 0.45);
    border-right-color: rgb(21 94 117 / 0.45);
  }

  .lg\:border-x-cyan-800\/5 {
    border-left-color: rgb(21 94 117 / 0.05);
    border-right-color: rgb(21 94 117 / 0.05);
  }

  .lg\:border-x-cyan-800\/50 {
    border-left-color: rgb(21 94 117 / 0.5);
    border-right-color: rgb(21 94 117 / 0.5);
  }

  .lg\:border-x-cyan-800\/55 {
    border-left-color: rgb(21 94 117 / 0.55);
    border-right-color: rgb(21 94 117 / 0.55);
  }

  .lg\:border-x-cyan-800\/60 {
    border-left-color: rgb(21 94 117 / 0.6);
    border-right-color: rgb(21 94 117 / 0.6);
  }

  .lg\:border-x-cyan-800\/65 {
    border-left-color: rgb(21 94 117 / 0.65);
    border-right-color: rgb(21 94 117 / 0.65);
  }

  .lg\:border-x-cyan-800\/70 {
    border-left-color: rgb(21 94 117 / 0.7);
    border-right-color: rgb(21 94 117 / 0.7);
  }

  .lg\:border-x-cyan-800\/75 {
    border-left-color: rgb(21 94 117 / 0.75);
    border-right-color: rgb(21 94 117 / 0.75);
  }

  .lg\:border-x-cyan-800\/80 {
    border-left-color: rgb(21 94 117 / 0.8);
    border-right-color: rgb(21 94 117 / 0.8);
  }

  .lg\:border-x-cyan-800\/85 {
    border-left-color: rgb(21 94 117 / 0.85);
    border-right-color: rgb(21 94 117 / 0.85);
  }

  .lg\:border-x-cyan-800\/90 {
    border-left-color: rgb(21 94 117 / 0.9);
    border-right-color: rgb(21 94 117 / 0.9);
  }

  .lg\:border-x-cyan-800\/95 {
    border-left-color: rgb(21 94 117 / 0.95);
    border-right-color: rgb(21 94 117 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-cyan-900\/0 {
    border-left-color: rgb(22 78 99 / 0);
    border-right-color: rgb(22 78 99 / 0);
  }

  .lg\:border-x-cyan-900\/10 {
    border-left-color: rgb(22 78 99 / 0.1);
    border-right-color: rgb(22 78 99 / 0.1);
  }

  .lg\:border-x-cyan-900\/100 {
    border-left-color: rgb(22 78 99 / 1);
    border-right-color: rgb(22 78 99 / 1);
  }

  .lg\:border-x-cyan-900\/15 {
    border-left-color: rgb(22 78 99 / 0.15);
    border-right-color: rgb(22 78 99 / 0.15);
  }

  .lg\:border-x-cyan-900\/20 {
    border-left-color: rgb(22 78 99 / 0.2);
    border-right-color: rgb(22 78 99 / 0.2);
  }

  .lg\:border-x-cyan-900\/25 {
    border-left-color: rgb(22 78 99 / 0.25);
    border-right-color: rgb(22 78 99 / 0.25);
  }

  .lg\:border-x-cyan-900\/30 {
    border-left-color: rgb(22 78 99 / 0.3);
    border-right-color: rgb(22 78 99 / 0.3);
  }

  .lg\:border-x-cyan-900\/35 {
    border-left-color: rgb(22 78 99 / 0.35);
    border-right-color: rgb(22 78 99 / 0.35);
  }

  .lg\:border-x-cyan-900\/40 {
    border-left-color: rgb(22 78 99 / 0.4);
    border-right-color: rgb(22 78 99 / 0.4);
  }

  .lg\:border-x-cyan-900\/45 {
    border-left-color: rgb(22 78 99 / 0.45);
    border-right-color: rgb(22 78 99 / 0.45);
  }

  .lg\:border-x-cyan-900\/5 {
    border-left-color: rgb(22 78 99 / 0.05);
    border-right-color: rgb(22 78 99 / 0.05);
  }

  .lg\:border-x-cyan-900\/50 {
    border-left-color: rgb(22 78 99 / 0.5);
    border-right-color: rgb(22 78 99 / 0.5);
  }

  .lg\:border-x-cyan-900\/55 {
    border-left-color: rgb(22 78 99 / 0.55);
    border-right-color: rgb(22 78 99 / 0.55);
  }

  .lg\:border-x-cyan-900\/60 {
    border-left-color: rgb(22 78 99 / 0.6);
    border-right-color: rgb(22 78 99 / 0.6);
  }

  .lg\:border-x-cyan-900\/65 {
    border-left-color: rgb(22 78 99 / 0.65);
    border-right-color: rgb(22 78 99 / 0.65);
  }

  .lg\:border-x-cyan-900\/70 {
    border-left-color: rgb(22 78 99 / 0.7);
    border-right-color: rgb(22 78 99 / 0.7);
  }

  .lg\:border-x-cyan-900\/75 {
    border-left-color: rgb(22 78 99 / 0.75);
    border-right-color: rgb(22 78 99 / 0.75);
  }

  .lg\:border-x-cyan-900\/80 {
    border-left-color: rgb(22 78 99 / 0.8);
    border-right-color: rgb(22 78 99 / 0.8);
  }

  .lg\:border-x-cyan-900\/85 {
    border-left-color: rgb(22 78 99 / 0.85);
    border-right-color: rgb(22 78 99 / 0.85);
  }

  .lg\:border-x-cyan-900\/90 {
    border-left-color: rgb(22 78 99 / 0.9);
    border-right-color: rgb(22 78 99 / 0.9);
  }

  .lg\:border-x-cyan-900\/95 {
    border-left-color: rgb(22 78 99 / 0.95);
    border-right-color: rgb(22 78 99 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-cyan-950\/0 {
    border-left-color: rgb(8 51 68 / 0);
    border-right-color: rgb(8 51 68 / 0);
  }

  .lg\:border-x-cyan-950\/10 {
    border-left-color: rgb(8 51 68 / 0.1);
    border-right-color: rgb(8 51 68 / 0.1);
  }

  .lg\:border-x-cyan-950\/100 {
    border-left-color: rgb(8 51 68 / 1);
    border-right-color: rgb(8 51 68 / 1);
  }

  .lg\:border-x-cyan-950\/15 {
    border-left-color: rgb(8 51 68 / 0.15);
    border-right-color: rgb(8 51 68 / 0.15);
  }

  .lg\:border-x-cyan-950\/20 {
    border-left-color: rgb(8 51 68 / 0.2);
    border-right-color: rgb(8 51 68 / 0.2);
  }

  .lg\:border-x-cyan-950\/25 {
    border-left-color: rgb(8 51 68 / 0.25);
    border-right-color: rgb(8 51 68 / 0.25);
  }

  .lg\:border-x-cyan-950\/30 {
    border-left-color: rgb(8 51 68 / 0.3);
    border-right-color: rgb(8 51 68 / 0.3);
  }

  .lg\:border-x-cyan-950\/35 {
    border-left-color: rgb(8 51 68 / 0.35);
    border-right-color: rgb(8 51 68 / 0.35);
  }

  .lg\:border-x-cyan-950\/40 {
    border-left-color: rgb(8 51 68 / 0.4);
    border-right-color: rgb(8 51 68 / 0.4);
  }

  .lg\:border-x-cyan-950\/45 {
    border-left-color: rgb(8 51 68 / 0.45);
    border-right-color: rgb(8 51 68 / 0.45);
  }

  .lg\:border-x-cyan-950\/5 {
    border-left-color: rgb(8 51 68 / 0.05);
    border-right-color: rgb(8 51 68 / 0.05);
  }

  .lg\:border-x-cyan-950\/50 {
    border-left-color: rgb(8 51 68 / 0.5);
    border-right-color: rgb(8 51 68 / 0.5);
  }

  .lg\:border-x-cyan-950\/55 {
    border-left-color: rgb(8 51 68 / 0.55);
    border-right-color: rgb(8 51 68 / 0.55);
  }

  .lg\:border-x-cyan-950\/60 {
    border-left-color: rgb(8 51 68 / 0.6);
    border-right-color: rgb(8 51 68 / 0.6);
  }

  .lg\:border-x-cyan-950\/65 {
    border-left-color: rgb(8 51 68 / 0.65);
    border-right-color: rgb(8 51 68 / 0.65);
  }

  .lg\:border-x-cyan-950\/70 {
    border-left-color: rgb(8 51 68 / 0.7);
    border-right-color: rgb(8 51 68 / 0.7);
  }

  .lg\:border-x-cyan-950\/75 {
    border-left-color: rgb(8 51 68 / 0.75);
    border-right-color: rgb(8 51 68 / 0.75);
  }

  .lg\:border-x-cyan-950\/80 {
    border-left-color: rgb(8 51 68 / 0.8);
    border-right-color: rgb(8 51 68 / 0.8);
  }

  .lg\:border-x-cyan-950\/85 {
    border-left-color: rgb(8 51 68 / 0.85);
    border-right-color: rgb(8 51 68 / 0.85);
  }

  .lg\:border-x-cyan-950\/90 {
    border-left-color: rgb(8 51 68 / 0.9);
    border-right-color: rgb(8 51 68 / 0.9);
  }

  .lg\:border-x-cyan-950\/95 {
    border-left-color: rgb(8 51 68 / 0.95);
    border-right-color: rgb(8 51 68 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-emerald-100\/0 {
    border-left-color: rgb(209 250 229 / 0);
    border-right-color: rgb(209 250 229 / 0);
  }

  .lg\:border-x-emerald-100\/10 {
    border-left-color: rgb(209 250 229 / 0.1);
    border-right-color: rgb(209 250 229 / 0.1);
  }

  .lg\:border-x-emerald-100\/100 {
    border-left-color: rgb(209 250 229 / 1);
    border-right-color: rgb(209 250 229 / 1);
  }

  .lg\:border-x-emerald-100\/15 {
    border-left-color: rgb(209 250 229 / 0.15);
    border-right-color: rgb(209 250 229 / 0.15);
  }

  .lg\:border-x-emerald-100\/20 {
    border-left-color: rgb(209 250 229 / 0.2);
    border-right-color: rgb(209 250 229 / 0.2);
  }

  .lg\:border-x-emerald-100\/25 {
    border-left-color: rgb(209 250 229 / 0.25);
    border-right-color: rgb(209 250 229 / 0.25);
  }

  .lg\:border-x-emerald-100\/30 {
    border-left-color: rgb(209 250 229 / 0.3);
    border-right-color: rgb(209 250 229 / 0.3);
  }

  .lg\:border-x-emerald-100\/35 {
    border-left-color: rgb(209 250 229 / 0.35);
    border-right-color: rgb(209 250 229 / 0.35);
  }

  .lg\:border-x-emerald-100\/40 {
    border-left-color: rgb(209 250 229 / 0.4);
    border-right-color: rgb(209 250 229 / 0.4);
  }

  .lg\:border-x-emerald-100\/45 {
    border-left-color: rgb(209 250 229 / 0.45);
    border-right-color: rgb(209 250 229 / 0.45);
  }

  .lg\:border-x-emerald-100\/5 {
    border-left-color: rgb(209 250 229 / 0.05);
    border-right-color: rgb(209 250 229 / 0.05);
  }

  .lg\:border-x-emerald-100\/50 {
    border-left-color: rgb(209 250 229 / 0.5);
    border-right-color: rgb(209 250 229 / 0.5);
  }

  .lg\:border-x-emerald-100\/55 {
    border-left-color: rgb(209 250 229 / 0.55);
    border-right-color: rgb(209 250 229 / 0.55);
  }

  .lg\:border-x-emerald-100\/60 {
    border-left-color: rgb(209 250 229 / 0.6);
    border-right-color: rgb(209 250 229 / 0.6);
  }

  .lg\:border-x-emerald-100\/65 {
    border-left-color: rgb(209 250 229 / 0.65);
    border-right-color: rgb(209 250 229 / 0.65);
  }

  .lg\:border-x-emerald-100\/70 {
    border-left-color: rgb(209 250 229 / 0.7);
    border-right-color: rgb(209 250 229 / 0.7);
  }

  .lg\:border-x-emerald-100\/75 {
    border-left-color: rgb(209 250 229 / 0.75);
    border-right-color: rgb(209 250 229 / 0.75);
  }

  .lg\:border-x-emerald-100\/80 {
    border-left-color: rgb(209 250 229 / 0.8);
    border-right-color: rgb(209 250 229 / 0.8);
  }

  .lg\:border-x-emerald-100\/85 {
    border-left-color: rgb(209 250 229 / 0.85);
    border-right-color: rgb(209 250 229 / 0.85);
  }

  .lg\:border-x-emerald-100\/90 {
    border-left-color: rgb(209 250 229 / 0.9);
    border-right-color: rgb(209 250 229 / 0.9);
  }

  .lg\:border-x-emerald-100\/95 {
    border-left-color: rgb(209 250 229 / 0.95);
    border-right-color: rgb(209 250 229 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-emerald-200\/0 {
    border-left-color: rgb(167 243 208 / 0);
    border-right-color: rgb(167 243 208 / 0);
  }

  .lg\:border-x-emerald-200\/10 {
    border-left-color: rgb(167 243 208 / 0.1);
    border-right-color: rgb(167 243 208 / 0.1);
  }

  .lg\:border-x-emerald-200\/100 {
    border-left-color: rgb(167 243 208 / 1);
    border-right-color: rgb(167 243 208 / 1);
  }

  .lg\:border-x-emerald-200\/15 {
    border-left-color: rgb(167 243 208 / 0.15);
    border-right-color: rgb(167 243 208 / 0.15);
  }

  .lg\:border-x-emerald-200\/20 {
    border-left-color: rgb(167 243 208 / 0.2);
    border-right-color: rgb(167 243 208 / 0.2);
  }

  .lg\:border-x-emerald-200\/25 {
    border-left-color: rgb(167 243 208 / 0.25);
    border-right-color: rgb(167 243 208 / 0.25);
  }

  .lg\:border-x-emerald-200\/30 {
    border-left-color: rgb(167 243 208 / 0.3);
    border-right-color: rgb(167 243 208 / 0.3);
  }

  .lg\:border-x-emerald-200\/35 {
    border-left-color: rgb(167 243 208 / 0.35);
    border-right-color: rgb(167 243 208 / 0.35);
  }

  .lg\:border-x-emerald-200\/40 {
    border-left-color: rgb(167 243 208 / 0.4);
    border-right-color: rgb(167 243 208 / 0.4);
  }

  .lg\:border-x-emerald-200\/45 {
    border-left-color: rgb(167 243 208 / 0.45);
    border-right-color: rgb(167 243 208 / 0.45);
  }

  .lg\:border-x-emerald-200\/5 {
    border-left-color: rgb(167 243 208 / 0.05);
    border-right-color: rgb(167 243 208 / 0.05);
  }

  .lg\:border-x-emerald-200\/50 {
    border-left-color: rgb(167 243 208 / 0.5);
    border-right-color: rgb(167 243 208 / 0.5);
  }

  .lg\:border-x-emerald-200\/55 {
    border-left-color: rgb(167 243 208 / 0.55);
    border-right-color: rgb(167 243 208 / 0.55);
  }

  .lg\:border-x-emerald-200\/60 {
    border-left-color: rgb(167 243 208 / 0.6);
    border-right-color: rgb(167 243 208 / 0.6);
  }

  .lg\:border-x-emerald-200\/65 {
    border-left-color: rgb(167 243 208 / 0.65);
    border-right-color: rgb(167 243 208 / 0.65);
  }

  .lg\:border-x-emerald-200\/70 {
    border-left-color: rgb(167 243 208 / 0.7);
    border-right-color: rgb(167 243 208 / 0.7);
  }

  .lg\:border-x-emerald-200\/75 {
    border-left-color: rgb(167 243 208 / 0.75);
    border-right-color: rgb(167 243 208 / 0.75);
  }

  .lg\:border-x-emerald-200\/80 {
    border-left-color: rgb(167 243 208 / 0.8);
    border-right-color: rgb(167 243 208 / 0.8);
  }

  .lg\:border-x-emerald-200\/85 {
    border-left-color: rgb(167 243 208 / 0.85);
    border-right-color: rgb(167 243 208 / 0.85);
  }

  .lg\:border-x-emerald-200\/90 {
    border-left-color: rgb(167 243 208 / 0.9);
    border-right-color: rgb(167 243 208 / 0.9);
  }

  .lg\:border-x-emerald-200\/95 {
    border-left-color: rgb(167 243 208 / 0.95);
    border-right-color: rgb(167 243 208 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-emerald-300\/0 {
    border-left-color: rgb(110 231 183 / 0);
    border-right-color: rgb(110 231 183 / 0);
  }

  .lg\:border-x-emerald-300\/10 {
    border-left-color: rgb(110 231 183 / 0.1);
    border-right-color: rgb(110 231 183 / 0.1);
  }

  .lg\:border-x-emerald-300\/100 {
    border-left-color: rgb(110 231 183 / 1);
    border-right-color: rgb(110 231 183 / 1);
  }

  .lg\:border-x-emerald-300\/15 {
    border-left-color: rgb(110 231 183 / 0.15);
    border-right-color: rgb(110 231 183 / 0.15);
  }

  .lg\:border-x-emerald-300\/20 {
    border-left-color: rgb(110 231 183 / 0.2);
    border-right-color: rgb(110 231 183 / 0.2);
  }

  .lg\:border-x-emerald-300\/25 {
    border-left-color: rgb(110 231 183 / 0.25);
    border-right-color: rgb(110 231 183 / 0.25);
  }

  .lg\:border-x-emerald-300\/30 {
    border-left-color: rgb(110 231 183 / 0.3);
    border-right-color: rgb(110 231 183 / 0.3);
  }

  .lg\:border-x-emerald-300\/35 {
    border-left-color: rgb(110 231 183 / 0.35);
    border-right-color: rgb(110 231 183 / 0.35);
  }

  .lg\:border-x-emerald-300\/40 {
    border-left-color: rgb(110 231 183 / 0.4);
    border-right-color: rgb(110 231 183 / 0.4);
  }

  .lg\:border-x-emerald-300\/45 {
    border-left-color: rgb(110 231 183 / 0.45);
    border-right-color: rgb(110 231 183 / 0.45);
  }

  .lg\:border-x-emerald-300\/5 {
    border-left-color: rgb(110 231 183 / 0.05);
    border-right-color: rgb(110 231 183 / 0.05);
  }

  .lg\:border-x-emerald-300\/50 {
    border-left-color: rgb(110 231 183 / 0.5);
    border-right-color: rgb(110 231 183 / 0.5);
  }

  .lg\:border-x-emerald-300\/55 {
    border-left-color: rgb(110 231 183 / 0.55);
    border-right-color: rgb(110 231 183 / 0.55);
  }

  .lg\:border-x-emerald-300\/60 {
    border-left-color: rgb(110 231 183 / 0.6);
    border-right-color: rgb(110 231 183 / 0.6);
  }

  .lg\:border-x-emerald-300\/65 {
    border-left-color: rgb(110 231 183 / 0.65);
    border-right-color: rgb(110 231 183 / 0.65);
  }

  .lg\:border-x-emerald-300\/70 {
    border-left-color: rgb(110 231 183 / 0.7);
    border-right-color: rgb(110 231 183 / 0.7);
  }

  .lg\:border-x-emerald-300\/75 {
    border-left-color: rgb(110 231 183 / 0.75);
    border-right-color: rgb(110 231 183 / 0.75);
  }

  .lg\:border-x-emerald-300\/80 {
    border-left-color: rgb(110 231 183 / 0.8);
    border-right-color: rgb(110 231 183 / 0.8);
  }

  .lg\:border-x-emerald-300\/85 {
    border-left-color: rgb(110 231 183 / 0.85);
    border-right-color: rgb(110 231 183 / 0.85);
  }

  .lg\:border-x-emerald-300\/90 {
    border-left-color: rgb(110 231 183 / 0.9);
    border-right-color: rgb(110 231 183 / 0.9);
  }

  .lg\:border-x-emerald-300\/95 {
    border-left-color: rgb(110 231 183 / 0.95);
    border-right-color: rgb(110 231 183 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-emerald-400\/0 {
    border-left-color: rgb(52 211 153 / 0);
    border-right-color: rgb(52 211 153 / 0);
  }

  .lg\:border-x-emerald-400\/10 {
    border-left-color: rgb(52 211 153 / 0.1);
    border-right-color: rgb(52 211 153 / 0.1);
  }

  .lg\:border-x-emerald-400\/100 {
    border-left-color: rgb(52 211 153 / 1);
    border-right-color: rgb(52 211 153 / 1);
  }

  .lg\:border-x-emerald-400\/15 {
    border-left-color: rgb(52 211 153 / 0.15);
    border-right-color: rgb(52 211 153 / 0.15);
  }

  .lg\:border-x-emerald-400\/20 {
    border-left-color: rgb(52 211 153 / 0.2);
    border-right-color: rgb(52 211 153 / 0.2);
  }

  .lg\:border-x-emerald-400\/25 {
    border-left-color: rgb(52 211 153 / 0.25);
    border-right-color: rgb(52 211 153 / 0.25);
  }

  .lg\:border-x-emerald-400\/30 {
    border-left-color: rgb(52 211 153 / 0.3);
    border-right-color: rgb(52 211 153 / 0.3);
  }

  .lg\:border-x-emerald-400\/35 {
    border-left-color: rgb(52 211 153 / 0.35);
    border-right-color: rgb(52 211 153 / 0.35);
  }

  .lg\:border-x-emerald-400\/40 {
    border-left-color: rgb(52 211 153 / 0.4);
    border-right-color: rgb(52 211 153 / 0.4);
  }

  .lg\:border-x-emerald-400\/45 {
    border-left-color: rgb(52 211 153 / 0.45);
    border-right-color: rgb(52 211 153 / 0.45);
  }

  .lg\:border-x-emerald-400\/5 {
    border-left-color: rgb(52 211 153 / 0.05);
    border-right-color: rgb(52 211 153 / 0.05);
  }

  .lg\:border-x-emerald-400\/50 {
    border-left-color: rgb(52 211 153 / 0.5);
    border-right-color: rgb(52 211 153 / 0.5);
  }

  .lg\:border-x-emerald-400\/55 {
    border-left-color: rgb(52 211 153 / 0.55);
    border-right-color: rgb(52 211 153 / 0.55);
  }

  .lg\:border-x-emerald-400\/60 {
    border-left-color: rgb(52 211 153 / 0.6);
    border-right-color: rgb(52 211 153 / 0.6);
  }

  .lg\:border-x-emerald-400\/65 {
    border-left-color: rgb(52 211 153 / 0.65);
    border-right-color: rgb(52 211 153 / 0.65);
  }

  .lg\:border-x-emerald-400\/70 {
    border-left-color: rgb(52 211 153 / 0.7);
    border-right-color: rgb(52 211 153 / 0.7);
  }

  .lg\:border-x-emerald-400\/75 {
    border-left-color: rgb(52 211 153 / 0.75);
    border-right-color: rgb(52 211 153 / 0.75);
  }

  .lg\:border-x-emerald-400\/80 {
    border-left-color: rgb(52 211 153 / 0.8);
    border-right-color: rgb(52 211 153 / 0.8);
  }

  .lg\:border-x-emerald-400\/85 {
    border-left-color: rgb(52 211 153 / 0.85);
    border-right-color: rgb(52 211 153 / 0.85);
  }

  .lg\:border-x-emerald-400\/90 {
    border-left-color: rgb(52 211 153 / 0.9);
    border-right-color: rgb(52 211 153 / 0.9);
  }

  .lg\:border-x-emerald-400\/95 {
    border-left-color: rgb(52 211 153 / 0.95);
    border-right-color: rgb(52 211 153 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-emerald-50\/0 {
    border-left-color: rgb(236 253 245 / 0);
    border-right-color: rgb(236 253 245 / 0);
  }

  .lg\:border-x-emerald-50\/10 {
    border-left-color: rgb(236 253 245 / 0.1);
    border-right-color: rgb(236 253 245 / 0.1);
  }

  .lg\:border-x-emerald-50\/100 {
    border-left-color: rgb(236 253 245 / 1);
    border-right-color: rgb(236 253 245 / 1);
  }

  .lg\:border-x-emerald-50\/15 {
    border-left-color: rgb(236 253 245 / 0.15);
    border-right-color: rgb(236 253 245 / 0.15);
  }

  .lg\:border-x-emerald-50\/20 {
    border-left-color: rgb(236 253 245 / 0.2);
    border-right-color: rgb(236 253 245 / 0.2);
  }

  .lg\:border-x-emerald-50\/25 {
    border-left-color: rgb(236 253 245 / 0.25);
    border-right-color: rgb(236 253 245 / 0.25);
  }

  .lg\:border-x-emerald-50\/30 {
    border-left-color: rgb(236 253 245 / 0.3);
    border-right-color: rgb(236 253 245 / 0.3);
  }

  .lg\:border-x-emerald-50\/35 {
    border-left-color: rgb(236 253 245 / 0.35);
    border-right-color: rgb(236 253 245 / 0.35);
  }

  .lg\:border-x-emerald-50\/40 {
    border-left-color: rgb(236 253 245 / 0.4);
    border-right-color: rgb(236 253 245 / 0.4);
  }

  .lg\:border-x-emerald-50\/45 {
    border-left-color: rgb(236 253 245 / 0.45);
    border-right-color: rgb(236 253 245 / 0.45);
  }

  .lg\:border-x-emerald-50\/5 {
    border-left-color: rgb(236 253 245 / 0.05);
    border-right-color: rgb(236 253 245 / 0.05);
  }

  .lg\:border-x-emerald-50\/50 {
    border-left-color: rgb(236 253 245 / 0.5);
    border-right-color: rgb(236 253 245 / 0.5);
  }

  .lg\:border-x-emerald-50\/55 {
    border-left-color: rgb(236 253 245 / 0.55);
    border-right-color: rgb(236 253 245 / 0.55);
  }

  .lg\:border-x-emerald-50\/60 {
    border-left-color: rgb(236 253 245 / 0.6);
    border-right-color: rgb(236 253 245 / 0.6);
  }

  .lg\:border-x-emerald-50\/65 {
    border-left-color: rgb(236 253 245 / 0.65);
    border-right-color: rgb(236 253 245 / 0.65);
  }

  .lg\:border-x-emerald-50\/70 {
    border-left-color: rgb(236 253 245 / 0.7);
    border-right-color: rgb(236 253 245 / 0.7);
  }

  .lg\:border-x-emerald-50\/75 {
    border-left-color: rgb(236 253 245 / 0.75);
    border-right-color: rgb(236 253 245 / 0.75);
  }

  .lg\:border-x-emerald-50\/80 {
    border-left-color: rgb(236 253 245 / 0.8);
    border-right-color: rgb(236 253 245 / 0.8);
  }

  .lg\:border-x-emerald-50\/85 {
    border-left-color: rgb(236 253 245 / 0.85);
    border-right-color: rgb(236 253 245 / 0.85);
  }

  .lg\:border-x-emerald-50\/90 {
    border-left-color: rgb(236 253 245 / 0.9);
    border-right-color: rgb(236 253 245 / 0.9);
  }

  .lg\:border-x-emerald-50\/95 {
    border-left-color: rgb(236 253 245 / 0.95);
    border-right-color: rgb(236 253 245 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-emerald-500\/0 {
    border-left-color: rgb(16 185 129 / 0);
    border-right-color: rgb(16 185 129 / 0);
  }

  .lg\:border-x-emerald-500\/10 {
    border-left-color: rgb(16 185 129 / 0.1);
    border-right-color: rgb(16 185 129 / 0.1);
  }

  .lg\:border-x-emerald-500\/100 {
    border-left-color: rgb(16 185 129 / 1);
    border-right-color: rgb(16 185 129 / 1);
  }

  .lg\:border-x-emerald-500\/15 {
    border-left-color: rgb(16 185 129 / 0.15);
    border-right-color: rgb(16 185 129 / 0.15);
  }

  .lg\:border-x-emerald-500\/20 {
    border-left-color: rgb(16 185 129 / 0.2);
    border-right-color: rgb(16 185 129 / 0.2);
  }

  .lg\:border-x-emerald-500\/25 {
    border-left-color: rgb(16 185 129 / 0.25);
    border-right-color: rgb(16 185 129 / 0.25);
  }

  .lg\:border-x-emerald-500\/30 {
    border-left-color: rgb(16 185 129 / 0.3);
    border-right-color: rgb(16 185 129 / 0.3);
  }

  .lg\:border-x-emerald-500\/35 {
    border-left-color: rgb(16 185 129 / 0.35);
    border-right-color: rgb(16 185 129 / 0.35);
  }

  .lg\:border-x-emerald-500\/40 {
    border-left-color: rgb(16 185 129 / 0.4);
    border-right-color: rgb(16 185 129 / 0.4);
  }

  .lg\:border-x-emerald-500\/45 {
    border-left-color: rgb(16 185 129 / 0.45);
    border-right-color: rgb(16 185 129 / 0.45);
  }

  .lg\:border-x-emerald-500\/5 {
    border-left-color: rgb(16 185 129 / 0.05);
    border-right-color: rgb(16 185 129 / 0.05);
  }

  .lg\:border-x-emerald-500\/50 {
    border-left-color: rgb(16 185 129 / 0.5);
    border-right-color: rgb(16 185 129 / 0.5);
  }

  .lg\:border-x-emerald-500\/55 {
    border-left-color: rgb(16 185 129 / 0.55);
    border-right-color: rgb(16 185 129 / 0.55);
  }

  .lg\:border-x-emerald-500\/60 {
    border-left-color: rgb(16 185 129 / 0.6);
    border-right-color: rgb(16 185 129 / 0.6);
  }

  .lg\:border-x-emerald-500\/65 {
    border-left-color: rgb(16 185 129 / 0.65);
    border-right-color: rgb(16 185 129 / 0.65);
  }

  .lg\:border-x-emerald-500\/70 {
    border-left-color: rgb(16 185 129 / 0.7);
    border-right-color: rgb(16 185 129 / 0.7);
  }

  .lg\:border-x-emerald-500\/75 {
    border-left-color: rgb(16 185 129 / 0.75);
    border-right-color: rgb(16 185 129 / 0.75);
  }

  .lg\:border-x-emerald-500\/80 {
    border-left-color: rgb(16 185 129 / 0.8);
    border-right-color: rgb(16 185 129 / 0.8);
  }

  .lg\:border-x-emerald-500\/85 {
    border-left-color: rgb(16 185 129 / 0.85);
    border-right-color: rgb(16 185 129 / 0.85);
  }

  .lg\:border-x-emerald-500\/90 {
    border-left-color: rgb(16 185 129 / 0.9);
    border-right-color: rgb(16 185 129 / 0.9);
  }

  .lg\:border-x-emerald-500\/95 {
    border-left-color: rgb(16 185 129 / 0.95);
    border-right-color: rgb(16 185 129 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-emerald-600\/0 {
    border-left-color: rgb(5 150 105 / 0);
    border-right-color: rgb(5 150 105 / 0);
  }

  .lg\:border-x-emerald-600\/10 {
    border-left-color: rgb(5 150 105 / 0.1);
    border-right-color: rgb(5 150 105 / 0.1);
  }

  .lg\:border-x-emerald-600\/100 {
    border-left-color: rgb(5 150 105 / 1);
    border-right-color: rgb(5 150 105 / 1);
  }

  .lg\:border-x-emerald-600\/15 {
    border-left-color: rgb(5 150 105 / 0.15);
    border-right-color: rgb(5 150 105 / 0.15);
  }

  .lg\:border-x-emerald-600\/20 {
    border-left-color: rgb(5 150 105 / 0.2);
    border-right-color: rgb(5 150 105 / 0.2);
  }

  .lg\:border-x-emerald-600\/25 {
    border-left-color: rgb(5 150 105 / 0.25);
    border-right-color: rgb(5 150 105 / 0.25);
  }

  .lg\:border-x-emerald-600\/30 {
    border-left-color: rgb(5 150 105 / 0.3);
    border-right-color: rgb(5 150 105 / 0.3);
  }

  .lg\:border-x-emerald-600\/35 {
    border-left-color: rgb(5 150 105 / 0.35);
    border-right-color: rgb(5 150 105 / 0.35);
  }

  .lg\:border-x-emerald-600\/40 {
    border-left-color: rgb(5 150 105 / 0.4);
    border-right-color: rgb(5 150 105 / 0.4);
  }

  .lg\:border-x-emerald-600\/45 {
    border-left-color: rgb(5 150 105 / 0.45);
    border-right-color: rgb(5 150 105 / 0.45);
  }

  .lg\:border-x-emerald-600\/5 {
    border-left-color: rgb(5 150 105 / 0.05);
    border-right-color: rgb(5 150 105 / 0.05);
  }

  .lg\:border-x-emerald-600\/50 {
    border-left-color: rgb(5 150 105 / 0.5);
    border-right-color: rgb(5 150 105 / 0.5);
  }

  .lg\:border-x-emerald-600\/55 {
    border-left-color: rgb(5 150 105 / 0.55);
    border-right-color: rgb(5 150 105 / 0.55);
  }

  .lg\:border-x-emerald-600\/60 {
    border-left-color: rgb(5 150 105 / 0.6);
    border-right-color: rgb(5 150 105 / 0.6);
  }

  .lg\:border-x-emerald-600\/65 {
    border-left-color: rgb(5 150 105 / 0.65);
    border-right-color: rgb(5 150 105 / 0.65);
  }

  .lg\:border-x-emerald-600\/70 {
    border-left-color: rgb(5 150 105 / 0.7);
    border-right-color: rgb(5 150 105 / 0.7);
  }

  .lg\:border-x-emerald-600\/75 {
    border-left-color: rgb(5 150 105 / 0.75);
    border-right-color: rgb(5 150 105 / 0.75);
  }

  .lg\:border-x-emerald-600\/80 {
    border-left-color: rgb(5 150 105 / 0.8);
    border-right-color: rgb(5 150 105 / 0.8);
  }

  .lg\:border-x-emerald-600\/85 {
    border-left-color: rgb(5 150 105 / 0.85);
    border-right-color: rgb(5 150 105 / 0.85);
  }

  .lg\:border-x-emerald-600\/90 {
    border-left-color: rgb(5 150 105 / 0.9);
    border-right-color: rgb(5 150 105 / 0.9);
  }

  .lg\:border-x-emerald-600\/95 {
    border-left-color: rgb(5 150 105 / 0.95);
    border-right-color: rgb(5 150 105 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-emerald-700\/0 {
    border-left-color: rgb(4 120 87 / 0);
    border-right-color: rgb(4 120 87 / 0);
  }

  .lg\:border-x-emerald-700\/10 {
    border-left-color: rgb(4 120 87 / 0.1);
    border-right-color: rgb(4 120 87 / 0.1);
  }

  .lg\:border-x-emerald-700\/100 {
    border-left-color: rgb(4 120 87 / 1);
    border-right-color: rgb(4 120 87 / 1);
  }

  .lg\:border-x-emerald-700\/15 {
    border-left-color: rgb(4 120 87 / 0.15);
    border-right-color: rgb(4 120 87 / 0.15);
  }

  .lg\:border-x-emerald-700\/20 {
    border-left-color: rgb(4 120 87 / 0.2);
    border-right-color: rgb(4 120 87 / 0.2);
  }

  .lg\:border-x-emerald-700\/25 {
    border-left-color: rgb(4 120 87 / 0.25);
    border-right-color: rgb(4 120 87 / 0.25);
  }

  .lg\:border-x-emerald-700\/30 {
    border-left-color: rgb(4 120 87 / 0.3);
    border-right-color: rgb(4 120 87 / 0.3);
  }

  .lg\:border-x-emerald-700\/35 {
    border-left-color: rgb(4 120 87 / 0.35);
    border-right-color: rgb(4 120 87 / 0.35);
  }

  .lg\:border-x-emerald-700\/40 {
    border-left-color: rgb(4 120 87 / 0.4);
    border-right-color: rgb(4 120 87 / 0.4);
  }

  .lg\:border-x-emerald-700\/45 {
    border-left-color: rgb(4 120 87 / 0.45);
    border-right-color: rgb(4 120 87 / 0.45);
  }

  .lg\:border-x-emerald-700\/5 {
    border-left-color: rgb(4 120 87 / 0.05);
    border-right-color: rgb(4 120 87 / 0.05);
  }

  .lg\:border-x-emerald-700\/50 {
    border-left-color: rgb(4 120 87 / 0.5);
    border-right-color: rgb(4 120 87 / 0.5);
  }

  .lg\:border-x-emerald-700\/55 {
    border-left-color: rgb(4 120 87 / 0.55);
    border-right-color: rgb(4 120 87 / 0.55);
  }

  .lg\:border-x-emerald-700\/60 {
    border-left-color: rgb(4 120 87 / 0.6);
    border-right-color: rgb(4 120 87 / 0.6);
  }

  .lg\:border-x-emerald-700\/65 {
    border-left-color: rgb(4 120 87 / 0.65);
    border-right-color: rgb(4 120 87 / 0.65);
  }

  .lg\:border-x-emerald-700\/70 {
    border-left-color: rgb(4 120 87 / 0.7);
    border-right-color: rgb(4 120 87 / 0.7);
  }

  .lg\:border-x-emerald-700\/75 {
    border-left-color: rgb(4 120 87 / 0.75);
    border-right-color: rgb(4 120 87 / 0.75);
  }

  .lg\:border-x-emerald-700\/80 {
    border-left-color: rgb(4 120 87 / 0.8);
    border-right-color: rgb(4 120 87 / 0.8);
  }

  .lg\:border-x-emerald-700\/85 {
    border-left-color: rgb(4 120 87 / 0.85);
    border-right-color: rgb(4 120 87 / 0.85);
  }

  .lg\:border-x-emerald-700\/90 {
    border-left-color: rgb(4 120 87 / 0.9);
    border-right-color: rgb(4 120 87 / 0.9);
  }

  .lg\:border-x-emerald-700\/95 {
    border-left-color: rgb(4 120 87 / 0.95);
    border-right-color: rgb(4 120 87 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-emerald-800\/0 {
    border-left-color: rgb(6 95 70 / 0);
    border-right-color: rgb(6 95 70 / 0);
  }

  .lg\:border-x-emerald-800\/10 {
    border-left-color: rgb(6 95 70 / 0.1);
    border-right-color: rgb(6 95 70 / 0.1);
  }

  .lg\:border-x-emerald-800\/100 {
    border-left-color: rgb(6 95 70 / 1);
    border-right-color: rgb(6 95 70 / 1);
  }

  .lg\:border-x-emerald-800\/15 {
    border-left-color: rgb(6 95 70 / 0.15);
    border-right-color: rgb(6 95 70 / 0.15);
  }

  .lg\:border-x-emerald-800\/20 {
    border-left-color: rgb(6 95 70 / 0.2);
    border-right-color: rgb(6 95 70 / 0.2);
  }

  .lg\:border-x-emerald-800\/25 {
    border-left-color: rgb(6 95 70 / 0.25);
    border-right-color: rgb(6 95 70 / 0.25);
  }

  .lg\:border-x-emerald-800\/30 {
    border-left-color: rgb(6 95 70 / 0.3);
    border-right-color: rgb(6 95 70 / 0.3);
  }

  .lg\:border-x-emerald-800\/35 {
    border-left-color: rgb(6 95 70 / 0.35);
    border-right-color: rgb(6 95 70 / 0.35);
  }

  .lg\:border-x-emerald-800\/40 {
    border-left-color: rgb(6 95 70 / 0.4);
    border-right-color: rgb(6 95 70 / 0.4);
  }

  .lg\:border-x-emerald-800\/45 {
    border-left-color: rgb(6 95 70 / 0.45);
    border-right-color: rgb(6 95 70 / 0.45);
  }

  .lg\:border-x-emerald-800\/5 {
    border-left-color: rgb(6 95 70 / 0.05);
    border-right-color: rgb(6 95 70 / 0.05);
  }

  .lg\:border-x-emerald-800\/50 {
    border-left-color: rgb(6 95 70 / 0.5);
    border-right-color: rgb(6 95 70 / 0.5);
  }

  .lg\:border-x-emerald-800\/55 {
    border-left-color: rgb(6 95 70 / 0.55);
    border-right-color: rgb(6 95 70 / 0.55);
  }

  .lg\:border-x-emerald-800\/60 {
    border-left-color: rgb(6 95 70 / 0.6);
    border-right-color: rgb(6 95 70 / 0.6);
  }

  .lg\:border-x-emerald-800\/65 {
    border-left-color: rgb(6 95 70 / 0.65);
    border-right-color: rgb(6 95 70 / 0.65);
  }

  .lg\:border-x-emerald-800\/70 {
    border-left-color: rgb(6 95 70 / 0.7);
    border-right-color: rgb(6 95 70 / 0.7);
  }

  .lg\:border-x-emerald-800\/75 {
    border-left-color: rgb(6 95 70 / 0.75);
    border-right-color: rgb(6 95 70 / 0.75);
  }

  .lg\:border-x-emerald-800\/80 {
    border-left-color: rgb(6 95 70 / 0.8);
    border-right-color: rgb(6 95 70 / 0.8);
  }

  .lg\:border-x-emerald-800\/85 {
    border-left-color: rgb(6 95 70 / 0.85);
    border-right-color: rgb(6 95 70 / 0.85);
  }

  .lg\:border-x-emerald-800\/90 {
    border-left-color: rgb(6 95 70 / 0.9);
    border-right-color: rgb(6 95 70 / 0.9);
  }

  .lg\:border-x-emerald-800\/95 {
    border-left-color: rgb(6 95 70 / 0.95);
    border-right-color: rgb(6 95 70 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-emerald-900\/0 {
    border-left-color: rgb(6 78 59 / 0);
    border-right-color: rgb(6 78 59 / 0);
  }

  .lg\:border-x-emerald-900\/10 {
    border-left-color: rgb(6 78 59 / 0.1);
    border-right-color: rgb(6 78 59 / 0.1);
  }

  .lg\:border-x-emerald-900\/100 {
    border-left-color: rgb(6 78 59 / 1);
    border-right-color: rgb(6 78 59 / 1);
  }

  .lg\:border-x-emerald-900\/15 {
    border-left-color: rgb(6 78 59 / 0.15);
    border-right-color: rgb(6 78 59 / 0.15);
  }

  .lg\:border-x-emerald-900\/20 {
    border-left-color: rgb(6 78 59 / 0.2);
    border-right-color: rgb(6 78 59 / 0.2);
  }

  .lg\:border-x-emerald-900\/25 {
    border-left-color: rgb(6 78 59 / 0.25);
    border-right-color: rgb(6 78 59 / 0.25);
  }

  .lg\:border-x-emerald-900\/30 {
    border-left-color: rgb(6 78 59 / 0.3);
    border-right-color: rgb(6 78 59 / 0.3);
  }

  .lg\:border-x-emerald-900\/35 {
    border-left-color: rgb(6 78 59 / 0.35);
    border-right-color: rgb(6 78 59 / 0.35);
  }

  .lg\:border-x-emerald-900\/40 {
    border-left-color: rgb(6 78 59 / 0.4);
    border-right-color: rgb(6 78 59 / 0.4);
  }

  .lg\:border-x-emerald-900\/45 {
    border-left-color: rgb(6 78 59 / 0.45);
    border-right-color: rgb(6 78 59 / 0.45);
  }

  .lg\:border-x-emerald-900\/5 {
    border-left-color: rgb(6 78 59 / 0.05);
    border-right-color: rgb(6 78 59 / 0.05);
  }

  .lg\:border-x-emerald-900\/50 {
    border-left-color: rgb(6 78 59 / 0.5);
    border-right-color: rgb(6 78 59 / 0.5);
  }

  .lg\:border-x-emerald-900\/55 {
    border-left-color: rgb(6 78 59 / 0.55);
    border-right-color: rgb(6 78 59 / 0.55);
  }

  .lg\:border-x-emerald-900\/60 {
    border-left-color: rgb(6 78 59 / 0.6);
    border-right-color: rgb(6 78 59 / 0.6);
  }

  .lg\:border-x-emerald-900\/65 {
    border-left-color: rgb(6 78 59 / 0.65);
    border-right-color: rgb(6 78 59 / 0.65);
  }

  .lg\:border-x-emerald-900\/70 {
    border-left-color: rgb(6 78 59 / 0.7);
    border-right-color: rgb(6 78 59 / 0.7);
  }

  .lg\:border-x-emerald-900\/75 {
    border-left-color: rgb(6 78 59 / 0.75);
    border-right-color: rgb(6 78 59 / 0.75);
  }

  .lg\:border-x-emerald-900\/80 {
    border-left-color: rgb(6 78 59 / 0.8);
    border-right-color: rgb(6 78 59 / 0.8);
  }

  .lg\:border-x-emerald-900\/85 {
    border-left-color: rgb(6 78 59 / 0.85);
    border-right-color: rgb(6 78 59 / 0.85);
  }

  .lg\:border-x-emerald-900\/90 {
    border-left-color: rgb(6 78 59 / 0.9);
    border-right-color: rgb(6 78 59 / 0.9);
  }

  .lg\:border-x-emerald-900\/95 {
    border-left-color: rgb(6 78 59 / 0.95);
    border-right-color: rgb(6 78 59 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-emerald-950\/0 {
    border-left-color: rgb(2 44 34 / 0);
    border-right-color: rgb(2 44 34 / 0);
  }

  .lg\:border-x-emerald-950\/10 {
    border-left-color: rgb(2 44 34 / 0.1);
    border-right-color: rgb(2 44 34 / 0.1);
  }

  .lg\:border-x-emerald-950\/100 {
    border-left-color: rgb(2 44 34 / 1);
    border-right-color: rgb(2 44 34 / 1);
  }

  .lg\:border-x-emerald-950\/15 {
    border-left-color: rgb(2 44 34 / 0.15);
    border-right-color: rgb(2 44 34 / 0.15);
  }

  .lg\:border-x-emerald-950\/20 {
    border-left-color: rgb(2 44 34 / 0.2);
    border-right-color: rgb(2 44 34 / 0.2);
  }

  .lg\:border-x-emerald-950\/25 {
    border-left-color: rgb(2 44 34 / 0.25);
    border-right-color: rgb(2 44 34 / 0.25);
  }

  .lg\:border-x-emerald-950\/30 {
    border-left-color: rgb(2 44 34 / 0.3);
    border-right-color: rgb(2 44 34 / 0.3);
  }

  .lg\:border-x-emerald-950\/35 {
    border-left-color: rgb(2 44 34 / 0.35);
    border-right-color: rgb(2 44 34 / 0.35);
  }

  .lg\:border-x-emerald-950\/40 {
    border-left-color: rgb(2 44 34 / 0.4);
    border-right-color: rgb(2 44 34 / 0.4);
  }

  .lg\:border-x-emerald-950\/45 {
    border-left-color: rgb(2 44 34 / 0.45);
    border-right-color: rgb(2 44 34 / 0.45);
  }

  .lg\:border-x-emerald-950\/5 {
    border-left-color: rgb(2 44 34 / 0.05);
    border-right-color: rgb(2 44 34 / 0.05);
  }

  .lg\:border-x-emerald-950\/50 {
    border-left-color: rgb(2 44 34 / 0.5);
    border-right-color: rgb(2 44 34 / 0.5);
  }

  .lg\:border-x-emerald-950\/55 {
    border-left-color: rgb(2 44 34 / 0.55);
    border-right-color: rgb(2 44 34 / 0.55);
  }

  .lg\:border-x-emerald-950\/60 {
    border-left-color: rgb(2 44 34 / 0.6);
    border-right-color: rgb(2 44 34 / 0.6);
  }

  .lg\:border-x-emerald-950\/65 {
    border-left-color: rgb(2 44 34 / 0.65);
    border-right-color: rgb(2 44 34 / 0.65);
  }

  .lg\:border-x-emerald-950\/70 {
    border-left-color: rgb(2 44 34 / 0.7);
    border-right-color: rgb(2 44 34 / 0.7);
  }

  .lg\:border-x-emerald-950\/75 {
    border-left-color: rgb(2 44 34 / 0.75);
    border-right-color: rgb(2 44 34 / 0.75);
  }

  .lg\:border-x-emerald-950\/80 {
    border-left-color: rgb(2 44 34 / 0.8);
    border-right-color: rgb(2 44 34 / 0.8);
  }

  .lg\:border-x-emerald-950\/85 {
    border-left-color: rgb(2 44 34 / 0.85);
    border-right-color: rgb(2 44 34 / 0.85);
  }

  .lg\:border-x-emerald-950\/90 {
    border-left-color: rgb(2 44 34 / 0.9);
    border-right-color: rgb(2 44 34 / 0.9);
  }

  .lg\:border-x-emerald-950\/95 {
    border-left-color: rgb(2 44 34 / 0.95);
    border-right-color: rgb(2 44 34 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-fuchsia-100\/0 {
    border-left-color: rgb(250 232 255 / 0);
    border-right-color: rgb(250 232 255 / 0);
  }

  .lg\:border-x-fuchsia-100\/10 {
    border-left-color: rgb(250 232 255 / 0.1);
    border-right-color: rgb(250 232 255 / 0.1);
  }

  .lg\:border-x-fuchsia-100\/100 {
    border-left-color: rgb(250 232 255 / 1);
    border-right-color: rgb(250 232 255 / 1);
  }

  .lg\:border-x-fuchsia-100\/15 {
    border-left-color: rgb(250 232 255 / 0.15);
    border-right-color: rgb(250 232 255 / 0.15);
  }

  .lg\:border-x-fuchsia-100\/20 {
    border-left-color: rgb(250 232 255 / 0.2);
    border-right-color: rgb(250 232 255 / 0.2);
  }

  .lg\:border-x-fuchsia-100\/25 {
    border-left-color: rgb(250 232 255 / 0.25);
    border-right-color: rgb(250 232 255 / 0.25);
  }

  .lg\:border-x-fuchsia-100\/30 {
    border-left-color: rgb(250 232 255 / 0.3);
    border-right-color: rgb(250 232 255 / 0.3);
  }

  .lg\:border-x-fuchsia-100\/35 {
    border-left-color: rgb(250 232 255 / 0.35);
    border-right-color: rgb(250 232 255 / 0.35);
  }

  .lg\:border-x-fuchsia-100\/40 {
    border-left-color: rgb(250 232 255 / 0.4);
    border-right-color: rgb(250 232 255 / 0.4);
  }

  .lg\:border-x-fuchsia-100\/45 {
    border-left-color: rgb(250 232 255 / 0.45);
    border-right-color: rgb(250 232 255 / 0.45);
  }

  .lg\:border-x-fuchsia-100\/5 {
    border-left-color: rgb(250 232 255 / 0.05);
    border-right-color: rgb(250 232 255 / 0.05);
  }

  .lg\:border-x-fuchsia-100\/50 {
    border-left-color: rgb(250 232 255 / 0.5);
    border-right-color: rgb(250 232 255 / 0.5);
  }

  .lg\:border-x-fuchsia-100\/55 {
    border-left-color: rgb(250 232 255 / 0.55);
    border-right-color: rgb(250 232 255 / 0.55);
  }

  .lg\:border-x-fuchsia-100\/60 {
    border-left-color: rgb(250 232 255 / 0.6);
    border-right-color: rgb(250 232 255 / 0.6);
  }

  .lg\:border-x-fuchsia-100\/65 {
    border-left-color: rgb(250 232 255 / 0.65);
    border-right-color: rgb(250 232 255 / 0.65);
  }

  .lg\:border-x-fuchsia-100\/70 {
    border-left-color: rgb(250 232 255 / 0.7);
    border-right-color: rgb(250 232 255 / 0.7);
  }

  .lg\:border-x-fuchsia-100\/75 {
    border-left-color: rgb(250 232 255 / 0.75);
    border-right-color: rgb(250 232 255 / 0.75);
  }

  .lg\:border-x-fuchsia-100\/80 {
    border-left-color: rgb(250 232 255 / 0.8);
    border-right-color: rgb(250 232 255 / 0.8);
  }

  .lg\:border-x-fuchsia-100\/85 {
    border-left-color: rgb(250 232 255 / 0.85);
    border-right-color: rgb(250 232 255 / 0.85);
  }

  .lg\:border-x-fuchsia-100\/90 {
    border-left-color: rgb(250 232 255 / 0.9);
    border-right-color: rgb(250 232 255 / 0.9);
  }

  .lg\:border-x-fuchsia-100\/95 {
    border-left-color: rgb(250 232 255 / 0.95);
    border-right-color: rgb(250 232 255 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-fuchsia-200\/0 {
    border-left-color: rgb(245 208 254 / 0);
    border-right-color: rgb(245 208 254 / 0);
  }

  .lg\:border-x-fuchsia-200\/10 {
    border-left-color: rgb(245 208 254 / 0.1);
    border-right-color: rgb(245 208 254 / 0.1);
  }

  .lg\:border-x-fuchsia-200\/100 {
    border-left-color: rgb(245 208 254 / 1);
    border-right-color: rgb(245 208 254 / 1);
  }

  .lg\:border-x-fuchsia-200\/15 {
    border-left-color: rgb(245 208 254 / 0.15);
    border-right-color: rgb(245 208 254 / 0.15);
  }

  .lg\:border-x-fuchsia-200\/20 {
    border-left-color: rgb(245 208 254 / 0.2);
    border-right-color: rgb(245 208 254 / 0.2);
  }

  .lg\:border-x-fuchsia-200\/25 {
    border-left-color: rgb(245 208 254 / 0.25);
    border-right-color: rgb(245 208 254 / 0.25);
  }

  .lg\:border-x-fuchsia-200\/30 {
    border-left-color: rgb(245 208 254 / 0.3);
    border-right-color: rgb(245 208 254 / 0.3);
  }

  .lg\:border-x-fuchsia-200\/35 {
    border-left-color: rgb(245 208 254 / 0.35);
    border-right-color: rgb(245 208 254 / 0.35);
  }

  .lg\:border-x-fuchsia-200\/40 {
    border-left-color: rgb(245 208 254 / 0.4);
    border-right-color: rgb(245 208 254 / 0.4);
  }

  .lg\:border-x-fuchsia-200\/45 {
    border-left-color: rgb(245 208 254 / 0.45);
    border-right-color: rgb(245 208 254 / 0.45);
  }

  .lg\:border-x-fuchsia-200\/5 {
    border-left-color: rgb(245 208 254 / 0.05);
    border-right-color: rgb(245 208 254 / 0.05);
  }

  .lg\:border-x-fuchsia-200\/50 {
    border-left-color: rgb(245 208 254 / 0.5);
    border-right-color: rgb(245 208 254 / 0.5);
  }

  .lg\:border-x-fuchsia-200\/55 {
    border-left-color: rgb(245 208 254 / 0.55);
    border-right-color: rgb(245 208 254 / 0.55);
  }

  .lg\:border-x-fuchsia-200\/60 {
    border-left-color: rgb(245 208 254 / 0.6);
    border-right-color: rgb(245 208 254 / 0.6);
  }

  .lg\:border-x-fuchsia-200\/65 {
    border-left-color: rgb(245 208 254 / 0.65);
    border-right-color: rgb(245 208 254 / 0.65);
  }

  .lg\:border-x-fuchsia-200\/70 {
    border-left-color: rgb(245 208 254 / 0.7);
    border-right-color: rgb(245 208 254 / 0.7);
  }

  .lg\:border-x-fuchsia-200\/75 {
    border-left-color: rgb(245 208 254 / 0.75);
    border-right-color: rgb(245 208 254 / 0.75);
  }

  .lg\:border-x-fuchsia-200\/80 {
    border-left-color: rgb(245 208 254 / 0.8);
    border-right-color: rgb(245 208 254 / 0.8);
  }

  .lg\:border-x-fuchsia-200\/85 {
    border-left-color: rgb(245 208 254 / 0.85);
    border-right-color: rgb(245 208 254 / 0.85);
  }

  .lg\:border-x-fuchsia-200\/90 {
    border-left-color: rgb(245 208 254 / 0.9);
    border-right-color: rgb(245 208 254 / 0.9);
  }

  .lg\:border-x-fuchsia-200\/95 {
    border-left-color: rgb(245 208 254 / 0.95);
    border-right-color: rgb(245 208 254 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-fuchsia-300\/0 {
    border-left-color: rgb(240 171 252 / 0);
    border-right-color: rgb(240 171 252 / 0);
  }

  .lg\:border-x-fuchsia-300\/10 {
    border-left-color: rgb(240 171 252 / 0.1);
    border-right-color: rgb(240 171 252 / 0.1);
  }

  .lg\:border-x-fuchsia-300\/100 {
    border-left-color: rgb(240 171 252 / 1);
    border-right-color: rgb(240 171 252 / 1);
  }

  .lg\:border-x-fuchsia-300\/15 {
    border-left-color: rgb(240 171 252 / 0.15);
    border-right-color: rgb(240 171 252 / 0.15);
  }

  .lg\:border-x-fuchsia-300\/20 {
    border-left-color: rgb(240 171 252 / 0.2);
    border-right-color: rgb(240 171 252 / 0.2);
  }

  .lg\:border-x-fuchsia-300\/25 {
    border-left-color: rgb(240 171 252 / 0.25);
    border-right-color: rgb(240 171 252 / 0.25);
  }

  .lg\:border-x-fuchsia-300\/30 {
    border-left-color: rgb(240 171 252 / 0.3);
    border-right-color: rgb(240 171 252 / 0.3);
  }

  .lg\:border-x-fuchsia-300\/35 {
    border-left-color: rgb(240 171 252 / 0.35);
    border-right-color: rgb(240 171 252 / 0.35);
  }

  .lg\:border-x-fuchsia-300\/40 {
    border-left-color: rgb(240 171 252 / 0.4);
    border-right-color: rgb(240 171 252 / 0.4);
  }

  .lg\:border-x-fuchsia-300\/45 {
    border-left-color: rgb(240 171 252 / 0.45);
    border-right-color: rgb(240 171 252 / 0.45);
  }

  .lg\:border-x-fuchsia-300\/5 {
    border-left-color: rgb(240 171 252 / 0.05);
    border-right-color: rgb(240 171 252 / 0.05);
  }

  .lg\:border-x-fuchsia-300\/50 {
    border-left-color: rgb(240 171 252 / 0.5);
    border-right-color: rgb(240 171 252 / 0.5);
  }

  .lg\:border-x-fuchsia-300\/55 {
    border-left-color: rgb(240 171 252 / 0.55);
    border-right-color: rgb(240 171 252 / 0.55);
  }

  .lg\:border-x-fuchsia-300\/60 {
    border-left-color: rgb(240 171 252 / 0.6);
    border-right-color: rgb(240 171 252 / 0.6);
  }

  .lg\:border-x-fuchsia-300\/65 {
    border-left-color: rgb(240 171 252 / 0.65);
    border-right-color: rgb(240 171 252 / 0.65);
  }

  .lg\:border-x-fuchsia-300\/70 {
    border-left-color: rgb(240 171 252 / 0.7);
    border-right-color: rgb(240 171 252 / 0.7);
  }

  .lg\:border-x-fuchsia-300\/75 {
    border-left-color: rgb(240 171 252 / 0.75);
    border-right-color: rgb(240 171 252 / 0.75);
  }

  .lg\:border-x-fuchsia-300\/80 {
    border-left-color: rgb(240 171 252 / 0.8);
    border-right-color: rgb(240 171 252 / 0.8);
  }

  .lg\:border-x-fuchsia-300\/85 {
    border-left-color: rgb(240 171 252 / 0.85);
    border-right-color: rgb(240 171 252 / 0.85);
  }

  .lg\:border-x-fuchsia-300\/90 {
    border-left-color: rgb(240 171 252 / 0.9);
    border-right-color: rgb(240 171 252 / 0.9);
  }

  .lg\:border-x-fuchsia-300\/95 {
    border-left-color: rgb(240 171 252 / 0.95);
    border-right-color: rgb(240 171 252 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-fuchsia-400\/0 {
    border-left-color: rgb(232 121 249 / 0);
    border-right-color: rgb(232 121 249 / 0);
  }

  .lg\:border-x-fuchsia-400\/10 {
    border-left-color: rgb(232 121 249 / 0.1);
    border-right-color: rgb(232 121 249 / 0.1);
  }

  .lg\:border-x-fuchsia-400\/100 {
    border-left-color: rgb(232 121 249 / 1);
    border-right-color: rgb(232 121 249 / 1);
  }

  .lg\:border-x-fuchsia-400\/15 {
    border-left-color: rgb(232 121 249 / 0.15);
    border-right-color: rgb(232 121 249 / 0.15);
  }

  .lg\:border-x-fuchsia-400\/20 {
    border-left-color: rgb(232 121 249 / 0.2);
    border-right-color: rgb(232 121 249 / 0.2);
  }

  .lg\:border-x-fuchsia-400\/25 {
    border-left-color: rgb(232 121 249 / 0.25);
    border-right-color: rgb(232 121 249 / 0.25);
  }

  .lg\:border-x-fuchsia-400\/30 {
    border-left-color: rgb(232 121 249 / 0.3);
    border-right-color: rgb(232 121 249 / 0.3);
  }

  .lg\:border-x-fuchsia-400\/35 {
    border-left-color: rgb(232 121 249 / 0.35);
    border-right-color: rgb(232 121 249 / 0.35);
  }

  .lg\:border-x-fuchsia-400\/40 {
    border-left-color: rgb(232 121 249 / 0.4);
    border-right-color: rgb(232 121 249 / 0.4);
  }

  .lg\:border-x-fuchsia-400\/45 {
    border-left-color: rgb(232 121 249 / 0.45);
    border-right-color: rgb(232 121 249 / 0.45);
  }

  .lg\:border-x-fuchsia-400\/5 {
    border-left-color: rgb(232 121 249 / 0.05);
    border-right-color: rgb(232 121 249 / 0.05);
  }

  .lg\:border-x-fuchsia-400\/50 {
    border-left-color: rgb(232 121 249 / 0.5);
    border-right-color: rgb(232 121 249 / 0.5);
  }

  .lg\:border-x-fuchsia-400\/55 {
    border-left-color: rgb(232 121 249 / 0.55);
    border-right-color: rgb(232 121 249 / 0.55);
  }

  .lg\:border-x-fuchsia-400\/60 {
    border-left-color: rgb(232 121 249 / 0.6);
    border-right-color: rgb(232 121 249 / 0.6);
  }

  .lg\:border-x-fuchsia-400\/65 {
    border-left-color: rgb(232 121 249 / 0.65);
    border-right-color: rgb(232 121 249 / 0.65);
  }

  .lg\:border-x-fuchsia-400\/70 {
    border-left-color: rgb(232 121 249 / 0.7);
    border-right-color: rgb(232 121 249 / 0.7);
  }

  .lg\:border-x-fuchsia-400\/75 {
    border-left-color: rgb(232 121 249 / 0.75);
    border-right-color: rgb(232 121 249 / 0.75);
  }

  .lg\:border-x-fuchsia-400\/80 {
    border-left-color: rgb(232 121 249 / 0.8);
    border-right-color: rgb(232 121 249 / 0.8);
  }

  .lg\:border-x-fuchsia-400\/85 {
    border-left-color: rgb(232 121 249 / 0.85);
    border-right-color: rgb(232 121 249 / 0.85);
  }

  .lg\:border-x-fuchsia-400\/90 {
    border-left-color: rgb(232 121 249 / 0.9);
    border-right-color: rgb(232 121 249 / 0.9);
  }

  .lg\:border-x-fuchsia-400\/95 {
    border-left-color: rgb(232 121 249 / 0.95);
    border-right-color: rgb(232 121 249 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-fuchsia-50\/0 {
    border-left-color: rgb(253 244 255 / 0);
    border-right-color: rgb(253 244 255 / 0);
  }

  .lg\:border-x-fuchsia-50\/10 {
    border-left-color: rgb(253 244 255 / 0.1);
    border-right-color: rgb(253 244 255 / 0.1);
  }

  .lg\:border-x-fuchsia-50\/100 {
    border-left-color: rgb(253 244 255 / 1);
    border-right-color: rgb(253 244 255 / 1);
  }

  .lg\:border-x-fuchsia-50\/15 {
    border-left-color: rgb(253 244 255 / 0.15);
    border-right-color: rgb(253 244 255 / 0.15);
  }

  .lg\:border-x-fuchsia-50\/20 {
    border-left-color: rgb(253 244 255 / 0.2);
    border-right-color: rgb(253 244 255 / 0.2);
  }

  .lg\:border-x-fuchsia-50\/25 {
    border-left-color: rgb(253 244 255 / 0.25);
    border-right-color: rgb(253 244 255 / 0.25);
  }

  .lg\:border-x-fuchsia-50\/30 {
    border-left-color: rgb(253 244 255 / 0.3);
    border-right-color: rgb(253 244 255 / 0.3);
  }

  .lg\:border-x-fuchsia-50\/35 {
    border-left-color: rgb(253 244 255 / 0.35);
    border-right-color: rgb(253 244 255 / 0.35);
  }

  .lg\:border-x-fuchsia-50\/40 {
    border-left-color: rgb(253 244 255 / 0.4);
    border-right-color: rgb(253 244 255 / 0.4);
  }

  .lg\:border-x-fuchsia-50\/45 {
    border-left-color: rgb(253 244 255 / 0.45);
    border-right-color: rgb(253 244 255 / 0.45);
  }

  .lg\:border-x-fuchsia-50\/5 {
    border-left-color: rgb(253 244 255 / 0.05);
    border-right-color: rgb(253 244 255 / 0.05);
  }

  .lg\:border-x-fuchsia-50\/50 {
    border-left-color: rgb(253 244 255 / 0.5);
    border-right-color: rgb(253 244 255 / 0.5);
  }

  .lg\:border-x-fuchsia-50\/55 {
    border-left-color: rgb(253 244 255 / 0.55);
    border-right-color: rgb(253 244 255 / 0.55);
  }

  .lg\:border-x-fuchsia-50\/60 {
    border-left-color: rgb(253 244 255 / 0.6);
    border-right-color: rgb(253 244 255 / 0.6);
  }

  .lg\:border-x-fuchsia-50\/65 {
    border-left-color: rgb(253 244 255 / 0.65);
    border-right-color: rgb(253 244 255 / 0.65);
  }

  .lg\:border-x-fuchsia-50\/70 {
    border-left-color: rgb(253 244 255 / 0.7);
    border-right-color: rgb(253 244 255 / 0.7);
  }

  .lg\:border-x-fuchsia-50\/75 {
    border-left-color: rgb(253 244 255 / 0.75);
    border-right-color: rgb(253 244 255 / 0.75);
  }

  .lg\:border-x-fuchsia-50\/80 {
    border-left-color: rgb(253 244 255 / 0.8);
    border-right-color: rgb(253 244 255 / 0.8);
  }

  .lg\:border-x-fuchsia-50\/85 {
    border-left-color: rgb(253 244 255 / 0.85);
    border-right-color: rgb(253 244 255 / 0.85);
  }

  .lg\:border-x-fuchsia-50\/90 {
    border-left-color: rgb(253 244 255 / 0.9);
    border-right-color: rgb(253 244 255 / 0.9);
  }

  .lg\:border-x-fuchsia-50\/95 {
    border-left-color: rgb(253 244 255 / 0.95);
    border-right-color: rgb(253 244 255 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-fuchsia-500\/0 {
    border-left-color: rgb(217 70 239 / 0);
    border-right-color: rgb(217 70 239 / 0);
  }

  .lg\:border-x-fuchsia-500\/10 {
    border-left-color: rgb(217 70 239 / 0.1);
    border-right-color: rgb(217 70 239 / 0.1);
  }

  .lg\:border-x-fuchsia-500\/100 {
    border-left-color: rgb(217 70 239 / 1);
    border-right-color: rgb(217 70 239 / 1);
  }

  .lg\:border-x-fuchsia-500\/15 {
    border-left-color: rgb(217 70 239 / 0.15);
    border-right-color: rgb(217 70 239 / 0.15);
  }

  .lg\:border-x-fuchsia-500\/20 {
    border-left-color: rgb(217 70 239 / 0.2);
    border-right-color: rgb(217 70 239 / 0.2);
  }

  .lg\:border-x-fuchsia-500\/25 {
    border-left-color: rgb(217 70 239 / 0.25);
    border-right-color: rgb(217 70 239 / 0.25);
  }

  .lg\:border-x-fuchsia-500\/30 {
    border-left-color: rgb(217 70 239 / 0.3);
    border-right-color: rgb(217 70 239 / 0.3);
  }

  .lg\:border-x-fuchsia-500\/35 {
    border-left-color: rgb(217 70 239 / 0.35);
    border-right-color: rgb(217 70 239 / 0.35);
  }

  .lg\:border-x-fuchsia-500\/40 {
    border-left-color: rgb(217 70 239 / 0.4);
    border-right-color: rgb(217 70 239 / 0.4);
  }

  .lg\:border-x-fuchsia-500\/45 {
    border-left-color: rgb(217 70 239 / 0.45);
    border-right-color: rgb(217 70 239 / 0.45);
  }

  .lg\:border-x-fuchsia-500\/5 {
    border-left-color: rgb(217 70 239 / 0.05);
    border-right-color: rgb(217 70 239 / 0.05);
  }

  .lg\:border-x-fuchsia-500\/50 {
    border-left-color: rgb(217 70 239 / 0.5);
    border-right-color: rgb(217 70 239 / 0.5);
  }

  .lg\:border-x-fuchsia-500\/55 {
    border-left-color: rgb(217 70 239 / 0.55);
    border-right-color: rgb(217 70 239 / 0.55);
  }

  .lg\:border-x-fuchsia-500\/60 {
    border-left-color: rgb(217 70 239 / 0.6);
    border-right-color: rgb(217 70 239 / 0.6);
  }

  .lg\:border-x-fuchsia-500\/65 {
    border-left-color: rgb(217 70 239 / 0.65);
    border-right-color: rgb(217 70 239 / 0.65);
  }

  .lg\:border-x-fuchsia-500\/70 {
    border-left-color: rgb(217 70 239 / 0.7);
    border-right-color: rgb(217 70 239 / 0.7);
  }

  .lg\:border-x-fuchsia-500\/75 {
    border-left-color: rgb(217 70 239 / 0.75);
    border-right-color: rgb(217 70 239 / 0.75);
  }

  .lg\:border-x-fuchsia-500\/80 {
    border-left-color: rgb(217 70 239 / 0.8);
    border-right-color: rgb(217 70 239 / 0.8);
  }

  .lg\:border-x-fuchsia-500\/85 {
    border-left-color: rgb(217 70 239 / 0.85);
    border-right-color: rgb(217 70 239 / 0.85);
  }

  .lg\:border-x-fuchsia-500\/90 {
    border-left-color: rgb(217 70 239 / 0.9);
    border-right-color: rgb(217 70 239 / 0.9);
  }

  .lg\:border-x-fuchsia-500\/95 {
    border-left-color: rgb(217 70 239 / 0.95);
    border-right-color: rgb(217 70 239 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-fuchsia-600\/0 {
    border-left-color: rgb(192 38 211 / 0);
    border-right-color: rgb(192 38 211 / 0);
  }

  .lg\:border-x-fuchsia-600\/10 {
    border-left-color: rgb(192 38 211 / 0.1);
    border-right-color: rgb(192 38 211 / 0.1);
  }

  .lg\:border-x-fuchsia-600\/100 {
    border-left-color: rgb(192 38 211 / 1);
    border-right-color: rgb(192 38 211 / 1);
  }

  .lg\:border-x-fuchsia-600\/15 {
    border-left-color: rgb(192 38 211 / 0.15);
    border-right-color: rgb(192 38 211 / 0.15);
  }

  .lg\:border-x-fuchsia-600\/20 {
    border-left-color: rgb(192 38 211 / 0.2);
    border-right-color: rgb(192 38 211 / 0.2);
  }

  .lg\:border-x-fuchsia-600\/25 {
    border-left-color: rgb(192 38 211 / 0.25);
    border-right-color: rgb(192 38 211 / 0.25);
  }

  .lg\:border-x-fuchsia-600\/30 {
    border-left-color: rgb(192 38 211 / 0.3);
    border-right-color: rgb(192 38 211 / 0.3);
  }

  .lg\:border-x-fuchsia-600\/35 {
    border-left-color: rgb(192 38 211 / 0.35);
    border-right-color: rgb(192 38 211 / 0.35);
  }

  .lg\:border-x-fuchsia-600\/40 {
    border-left-color: rgb(192 38 211 / 0.4);
    border-right-color: rgb(192 38 211 / 0.4);
  }

  .lg\:border-x-fuchsia-600\/45 {
    border-left-color: rgb(192 38 211 / 0.45);
    border-right-color: rgb(192 38 211 / 0.45);
  }

  .lg\:border-x-fuchsia-600\/5 {
    border-left-color: rgb(192 38 211 / 0.05);
    border-right-color: rgb(192 38 211 / 0.05);
  }

  .lg\:border-x-fuchsia-600\/50 {
    border-left-color: rgb(192 38 211 / 0.5);
    border-right-color: rgb(192 38 211 / 0.5);
  }

  .lg\:border-x-fuchsia-600\/55 {
    border-left-color: rgb(192 38 211 / 0.55);
    border-right-color: rgb(192 38 211 / 0.55);
  }

  .lg\:border-x-fuchsia-600\/60 {
    border-left-color: rgb(192 38 211 / 0.6);
    border-right-color: rgb(192 38 211 / 0.6);
  }

  .lg\:border-x-fuchsia-600\/65 {
    border-left-color: rgb(192 38 211 / 0.65);
    border-right-color: rgb(192 38 211 / 0.65);
  }

  .lg\:border-x-fuchsia-600\/70 {
    border-left-color: rgb(192 38 211 / 0.7);
    border-right-color: rgb(192 38 211 / 0.7);
  }

  .lg\:border-x-fuchsia-600\/75 {
    border-left-color: rgb(192 38 211 / 0.75);
    border-right-color: rgb(192 38 211 / 0.75);
  }

  .lg\:border-x-fuchsia-600\/80 {
    border-left-color: rgb(192 38 211 / 0.8);
    border-right-color: rgb(192 38 211 / 0.8);
  }

  .lg\:border-x-fuchsia-600\/85 {
    border-left-color: rgb(192 38 211 / 0.85);
    border-right-color: rgb(192 38 211 / 0.85);
  }

  .lg\:border-x-fuchsia-600\/90 {
    border-left-color: rgb(192 38 211 / 0.9);
    border-right-color: rgb(192 38 211 / 0.9);
  }

  .lg\:border-x-fuchsia-600\/95 {
    border-left-color: rgb(192 38 211 / 0.95);
    border-right-color: rgb(192 38 211 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-fuchsia-700\/0 {
    border-left-color: rgb(162 28 175 / 0);
    border-right-color: rgb(162 28 175 / 0);
  }

  .lg\:border-x-fuchsia-700\/10 {
    border-left-color: rgb(162 28 175 / 0.1);
    border-right-color: rgb(162 28 175 / 0.1);
  }

  .lg\:border-x-fuchsia-700\/100 {
    border-left-color: rgb(162 28 175 / 1);
    border-right-color: rgb(162 28 175 / 1);
  }

  .lg\:border-x-fuchsia-700\/15 {
    border-left-color: rgb(162 28 175 / 0.15);
    border-right-color: rgb(162 28 175 / 0.15);
  }

  .lg\:border-x-fuchsia-700\/20 {
    border-left-color: rgb(162 28 175 / 0.2);
    border-right-color: rgb(162 28 175 / 0.2);
  }

  .lg\:border-x-fuchsia-700\/25 {
    border-left-color: rgb(162 28 175 / 0.25);
    border-right-color: rgb(162 28 175 / 0.25);
  }

  .lg\:border-x-fuchsia-700\/30 {
    border-left-color: rgb(162 28 175 / 0.3);
    border-right-color: rgb(162 28 175 / 0.3);
  }

  .lg\:border-x-fuchsia-700\/35 {
    border-left-color: rgb(162 28 175 / 0.35);
    border-right-color: rgb(162 28 175 / 0.35);
  }

  .lg\:border-x-fuchsia-700\/40 {
    border-left-color: rgb(162 28 175 / 0.4);
    border-right-color: rgb(162 28 175 / 0.4);
  }

  .lg\:border-x-fuchsia-700\/45 {
    border-left-color: rgb(162 28 175 / 0.45);
    border-right-color: rgb(162 28 175 / 0.45);
  }

  .lg\:border-x-fuchsia-700\/5 {
    border-left-color: rgb(162 28 175 / 0.05);
    border-right-color: rgb(162 28 175 / 0.05);
  }

  .lg\:border-x-fuchsia-700\/50 {
    border-left-color: rgb(162 28 175 / 0.5);
    border-right-color: rgb(162 28 175 / 0.5);
  }

  .lg\:border-x-fuchsia-700\/55 {
    border-left-color: rgb(162 28 175 / 0.55);
    border-right-color: rgb(162 28 175 / 0.55);
  }

  .lg\:border-x-fuchsia-700\/60 {
    border-left-color: rgb(162 28 175 / 0.6);
    border-right-color: rgb(162 28 175 / 0.6);
  }

  .lg\:border-x-fuchsia-700\/65 {
    border-left-color: rgb(162 28 175 / 0.65);
    border-right-color: rgb(162 28 175 / 0.65);
  }

  .lg\:border-x-fuchsia-700\/70 {
    border-left-color: rgb(162 28 175 / 0.7);
    border-right-color: rgb(162 28 175 / 0.7);
  }

  .lg\:border-x-fuchsia-700\/75 {
    border-left-color: rgb(162 28 175 / 0.75);
    border-right-color: rgb(162 28 175 / 0.75);
  }

  .lg\:border-x-fuchsia-700\/80 {
    border-left-color: rgb(162 28 175 / 0.8);
    border-right-color: rgb(162 28 175 / 0.8);
  }

  .lg\:border-x-fuchsia-700\/85 {
    border-left-color: rgb(162 28 175 / 0.85);
    border-right-color: rgb(162 28 175 / 0.85);
  }

  .lg\:border-x-fuchsia-700\/90 {
    border-left-color: rgb(162 28 175 / 0.9);
    border-right-color: rgb(162 28 175 / 0.9);
  }

  .lg\:border-x-fuchsia-700\/95 {
    border-left-color: rgb(162 28 175 / 0.95);
    border-right-color: rgb(162 28 175 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-fuchsia-800\/0 {
    border-left-color: rgb(134 25 143 / 0);
    border-right-color: rgb(134 25 143 / 0);
  }

  .lg\:border-x-fuchsia-800\/10 {
    border-left-color: rgb(134 25 143 / 0.1);
    border-right-color: rgb(134 25 143 / 0.1);
  }

  .lg\:border-x-fuchsia-800\/100 {
    border-left-color: rgb(134 25 143 / 1);
    border-right-color: rgb(134 25 143 / 1);
  }

  .lg\:border-x-fuchsia-800\/15 {
    border-left-color: rgb(134 25 143 / 0.15);
    border-right-color: rgb(134 25 143 / 0.15);
  }

  .lg\:border-x-fuchsia-800\/20 {
    border-left-color: rgb(134 25 143 / 0.2);
    border-right-color: rgb(134 25 143 / 0.2);
  }

  .lg\:border-x-fuchsia-800\/25 {
    border-left-color: rgb(134 25 143 / 0.25);
    border-right-color: rgb(134 25 143 / 0.25);
  }

  .lg\:border-x-fuchsia-800\/30 {
    border-left-color: rgb(134 25 143 / 0.3);
    border-right-color: rgb(134 25 143 / 0.3);
  }

  .lg\:border-x-fuchsia-800\/35 {
    border-left-color: rgb(134 25 143 / 0.35);
    border-right-color: rgb(134 25 143 / 0.35);
  }

  .lg\:border-x-fuchsia-800\/40 {
    border-left-color: rgb(134 25 143 / 0.4);
    border-right-color: rgb(134 25 143 / 0.4);
  }

  .lg\:border-x-fuchsia-800\/45 {
    border-left-color: rgb(134 25 143 / 0.45);
    border-right-color: rgb(134 25 143 / 0.45);
  }

  .lg\:border-x-fuchsia-800\/5 {
    border-left-color: rgb(134 25 143 / 0.05);
    border-right-color: rgb(134 25 143 / 0.05);
  }

  .lg\:border-x-fuchsia-800\/50 {
    border-left-color: rgb(134 25 143 / 0.5);
    border-right-color: rgb(134 25 143 / 0.5);
  }

  .lg\:border-x-fuchsia-800\/55 {
    border-left-color: rgb(134 25 143 / 0.55);
    border-right-color: rgb(134 25 143 / 0.55);
  }

  .lg\:border-x-fuchsia-800\/60 {
    border-left-color: rgb(134 25 143 / 0.6);
    border-right-color: rgb(134 25 143 / 0.6);
  }

  .lg\:border-x-fuchsia-800\/65 {
    border-left-color: rgb(134 25 143 / 0.65);
    border-right-color: rgb(134 25 143 / 0.65);
  }

  .lg\:border-x-fuchsia-800\/70 {
    border-left-color: rgb(134 25 143 / 0.7);
    border-right-color: rgb(134 25 143 / 0.7);
  }

  .lg\:border-x-fuchsia-800\/75 {
    border-left-color: rgb(134 25 143 / 0.75);
    border-right-color: rgb(134 25 143 / 0.75);
  }

  .lg\:border-x-fuchsia-800\/80 {
    border-left-color: rgb(134 25 143 / 0.8);
    border-right-color: rgb(134 25 143 / 0.8);
  }

  .lg\:border-x-fuchsia-800\/85 {
    border-left-color: rgb(134 25 143 / 0.85);
    border-right-color: rgb(134 25 143 / 0.85);
  }

  .lg\:border-x-fuchsia-800\/90 {
    border-left-color: rgb(134 25 143 / 0.9);
    border-right-color: rgb(134 25 143 / 0.9);
  }

  .lg\:border-x-fuchsia-800\/95 {
    border-left-color: rgb(134 25 143 / 0.95);
    border-right-color: rgb(134 25 143 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-fuchsia-900\/0 {
    border-left-color: rgb(112 26 117 / 0);
    border-right-color: rgb(112 26 117 / 0);
  }

  .lg\:border-x-fuchsia-900\/10 {
    border-left-color: rgb(112 26 117 / 0.1);
    border-right-color: rgb(112 26 117 / 0.1);
  }

  .lg\:border-x-fuchsia-900\/100 {
    border-left-color: rgb(112 26 117 / 1);
    border-right-color: rgb(112 26 117 / 1);
  }

  .lg\:border-x-fuchsia-900\/15 {
    border-left-color: rgb(112 26 117 / 0.15);
    border-right-color: rgb(112 26 117 / 0.15);
  }

  .lg\:border-x-fuchsia-900\/20 {
    border-left-color: rgb(112 26 117 / 0.2);
    border-right-color: rgb(112 26 117 / 0.2);
  }

  .lg\:border-x-fuchsia-900\/25 {
    border-left-color: rgb(112 26 117 / 0.25);
    border-right-color: rgb(112 26 117 / 0.25);
  }

  .lg\:border-x-fuchsia-900\/30 {
    border-left-color: rgb(112 26 117 / 0.3);
    border-right-color: rgb(112 26 117 / 0.3);
  }

  .lg\:border-x-fuchsia-900\/35 {
    border-left-color: rgb(112 26 117 / 0.35);
    border-right-color: rgb(112 26 117 / 0.35);
  }

  .lg\:border-x-fuchsia-900\/40 {
    border-left-color: rgb(112 26 117 / 0.4);
    border-right-color: rgb(112 26 117 / 0.4);
  }

  .lg\:border-x-fuchsia-900\/45 {
    border-left-color: rgb(112 26 117 / 0.45);
    border-right-color: rgb(112 26 117 / 0.45);
  }

  .lg\:border-x-fuchsia-900\/5 {
    border-left-color: rgb(112 26 117 / 0.05);
    border-right-color: rgb(112 26 117 / 0.05);
  }

  .lg\:border-x-fuchsia-900\/50 {
    border-left-color: rgb(112 26 117 / 0.5);
    border-right-color: rgb(112 26 117 / 0.5);
  }

  .lg\:border-x-fuchsia-900\/55 {
    border-left-color: rgb(112 26 117 / 0.55);
    border-right-color: rgb(112 26 117 / 0.55);
  }

  .lg\:border-x-fuchsia-900\/60 {
    border-left-color: rgb(112 26 117 / 0.6);
    border-right-color: rgb(112 26 117 / 0.6);
  }

  .lg\:border-x-fuchsia-900\/65 {
    border-left-color: rgb(112 26 117 / 0.65);
    border-right-color: rgb(112 26 117 / 0.65);
  }

  .lg\:border-x-fuchsia-900\/70 {
    border-left-color: rgb(112 26 117 / 0.7);
    border-right-color: rgb(112 26 117 / 0.7);
  }

  .lg\:border-x-fuchsia-900\/75 {
    border-left-color: rgb(112 26 117 / 0.75);
    border-right-color: rgb(112 26 117 / 0.75);
  }

  .lg\:border-x-fuchsia-900\/80 {
    border-left-color: rgb(112 26 117 / 0.8);
    border-right-color: rgb(112 26 117 / 0.8);
  }

  .lg\:border-x-fuchsia-900\/85 {
    border-left-color: rgb(112 26 117 / 0.85);
    border-right-color: rgb(112 26 117 / 0.85);
  }

  .lg\:border-x-fuchsia-900\/90 {
    border-left-color: rgb(112 26 117 / 0.9);
    border-right-color: rgb(112 26 117 / 0.9);
  }

  .lg\:border-x-fuchsia-900\/95 {
    border-left-color: rgb(112 26 117 / 0.95);
    border-right-color: rgb(112 26 117 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-fuchsia-950\/0 {
    border-left-color: rgb(74 4 78 / 0);
    border-right-color: rgb(74 4 78 / 0);
  }

  .lg\:border-x-fuchsia-950\/10 {
    border-left-color: rgb(74 4 78 / 0.1);
    border-right-color: rgb(74 4 78 / 0.1);
  }

  .lg\:border-x-fuchsia-950\/100 {
    border-left-color: rgb(74 4 78 / 1);
    border-right-color: rgb(74 4 78 / 1);
  }

  .lg\:border-x-fuchsia-950\/15 {
    border-left-color: rgb(74 4 78 / 0.15);
    border-right-color: rgb(74 4 78 / 0.15);
  }

  .lg\:border-x-fuchsia-950\/20 {
    border-left-color: rgb(74 4 78 / 0.2);
    border-right-color: rgb(74 4 78 / 0.2);
  }

  .lg\:border-x-fuchsia-950\/25 {
    border-left-color: rgb(74 4 78 / 0.25);
    border-right-color: rgb(74 4 78 / 0.25);
  }

  .lg\:border-x-fuchsia-950\/30 {
    border-left-color: rgb(74 4 78 / 0.3);
    border-right-color: rgb(74 4 78 / 0.3);
  }

  .lg\:border-x-fuchsia-950\/35 {
    border-left-color: rgb(74 4 78 / 0.35);
    border-right-color: rgb(74 4 78 / 0.35);
  }

  .lg\:border-x-fuchsia-950\/40 {
    border-left-color: rgb(74 4 78 / 0.4);
    border-right-color: rgb(74 4 78 / 0.4);
  }

  .lg\:border-x-fuchsia-950\/45 {
    border-left-color: rgb(74 4 78 / 0.45);
    border-right-color: rgb(74 4 78 / 0.45);
  }

  .lg\:border-x-fuchsia-950\/5 {
    border-left-color: rgb(74 4 78 / 0.05);
    border-right-color: rgb(74 4 78 / 0.05);
  }

  .lg\:border-x-fuchsia-950\/50 {
    border-left-color: rgb(74 4 78 / 0.5);
    border-right-color: rgb(74 4 78 / 0.5);
  }

  .lg\:border-x-fuchsia-950\/55 {
    border-left-color: rgb(74 4 78 / 0.55);
    border-right-color: rgb(74 4 78 / 0.55);
  }

  .lg\:border-x-fuchsia-950\/60 {
    border-left-color: rgb(74 4 78 / 0.6);
    border-right-color: rgb(74 4 78 / 0.6);
  }

  .lg\:border-x-fuchsia-950\/65 {
    border-left-color: rgb(74 4 78 / 0.65);
    border-right-color: rgb(74 4 78 / 0.65);
  }

  .lg\:border-x-fuchsia-950\/70 {
    border-left-color: rgb(74 4 78 / 0.7);
    border-right-color: rgb(74 4 78 / 0.7);
  }

  .lg\:border-x-fuchsia-950\/75 {
    border-left-color: rgb(74 4 78 / 0.75);
    border-right-color: rgb(74 4 78 / 0.75);
  }

  .lg\:border-x-fuchsia-950\/80 {
    border-left-color: rgb(74 4 78 / 0.8);
    border-right-color: rgb(74 4 78 / 0.8);
  }

  .lg\:border-x-fuchsia-950\/85 {
    border-left-color: rgb(74 4 78 / 0.85);
    border-right-color: rgb(74 4 78 / 0.85);
  }

  .lg\:border-x-fuchsia-950\/90 {
    border-left-color: rgb(74 4 78 / 0.9);
    border-right-color: rgb(74 4 78 / 0.9);
  }

  .lg\:border-x-fuchsia-950\/95 {
    border-left-color: rgb(74 4 78 / 0.95);
    border-right-color: rgb(74 4 78 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-gray-100\/0 {
    border-left-color: rgb(243 244 246 / 0);
    border-right-color: rgb(243 244 246 / 0);
  }

  .lg\:border-x-gray-100\/10 {
    border-left-color: rgb(243 244 246 / 0.1);
    border-right-color: rgb(243 244 246 / 0.1);
  }

  .lg\:border-x-gray-100\/100 {
    border-left-color: rgb(243 244 246 / 1);
    border-right-color: rgb(243 244 246 / 1);
  }

  .lg\:border-x-gray-100\/15 {
    border-left-color: rgb(243 244 246 / 0.15);
    border-right-color: rgb(243 244 246 / 0.15);
  }

  .lg\:border-x-gray-100\/20 {
    border-left-color: rgb(243 244 246 / 0.2);
    border-right-color: rgb(243 244 246 / 0.2);
  }

  .lg\:border-x-gray-100\/25 {
    border-left-color: rgb(243 244 246 / 0.25);
    border-right-color: rgb(243 244 246 / 0.25);
  }

  .lg\:border-x-gray-100\/30 {
    border-left-color: rgb(243 244 246 / 0.3);
    border-right-color: rgb(243 244 246 / 0.3);
  }

  .lg\:border-x-gray-100\/35 {
    border-left-color: rgb(243 244 246 / 0.35);
    border-right-color: rgb(243 244 246 / 0.35);
  }

  .lg\:border-x-gray-100\/40 {
    border-left-color: rgb(243 244 246 / 0.4);
    border-right-color: rgb(243 244 246 / 0.4);
  }

  .lg\:border-x-gray-100\/45 {
    border-left-color: rgb(243 244 246 / 0.45);
    border-right-color: rgb(243 244 246 / 0.45);
  }

  .lg\:border-x-gray-100\/5 {
    border-left-color: rgb(243 244 246 / 0.05);
    border-right-color: rgb(243 244 246 / 0.05);
  }

  .lg\:border-x-gray-100\/50 {
    border-left-color: rgb(243 244 246 / 0.5);
    border-right-color: rgb(243 244 246 / 0.5);
  }

  .lg\:border-x-gray-100\/55 {
    border-left-color: rgb(243 244 246 / 0.55);
    border-right-color: rgb(243 244 246 / 0.55);
  }

  .lg\:border-x-gray-100\/60 {
    border-left-color: rgb(243 244 246 / 0.6);
    border-right-color: rgb(243 244 246 / 0.6);
  }

  .lg\:border-x-gray-100\/65 {
    border-left-color: rgb(243 244 246 / 0.65);
    border-right-color: rgb(243 244 246 / 0.65);
  }

  .lg\:border-x-gray-100\/70 {
    border-left-color: rgb(243 244 246 / 0.7);
    border-right-color: rgb(243 244 246 / 0.7);
  }

  .lg\:border-x-gray-100\/75 {
    border-left-color: rgb(243 244 246 / 0.75);
    border-right-color: rgb(243 244 246 / 0.75);
  }

  .lg\:border-x-gray-100\/80 {
    border-left-color: rgb(243 244 246 / 0.8);
    border-right-color: rgb(243 244 246 / 0.8);
  }

  .lg\:border-x-gray-100\/85 {
    border-left-color: rgb(243 244 246 / 0.85);
    border-right-color: rgb(243 244 246 / 0.85);
  }

  .lg\:border-x-gray-100\/90 {
    border-left-color: rgb(243 244 246 / 0.9);
    border-right-color: rgb(243 244 246 / 0.9);
  }

  .lg\:border-x-gray-100\/95 {
    border-left-color: rgb(243 244 246 / 0.95);
    border-right-color: rgb(243 244 246 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-gray-200\/0 {
    border-left-color: rgb(229 231 235 / 0);
    border-right-color: rgb(229 231 235 / 0);
  }

  .lg\:border-x-gray-200\/10 {
    border-left-color: rgb(229 231 235 / 0.1);
    border-right-color: rgb(229 231 235 / 0.1);
  }

  .lg\:border-x-gray-200\/100 {
    border-left-color: rgb(229 231 235 / 1);
    border-right-color: rgb(229 231 235 / 1);
  }

  .lg\:border-x-gray-200\/15 {
    border-left-color: rgb(229 231 235 / 0.15);
    border-right-color: rgb(229 231 235 / 0.15);
  }

  .lg\:border-x-gray-200\/20 {
    border-left-color: rgb(229 231 235 / 0.2);
    border-right-color: rgb(229 231 235 / 0.2);
  }

  .lg\:border-x-gray-200\/25 {
    border-left-color: rgb(229 231 235 / 0.25);
    border-right-color: rgb(229 231 235 / 0.25);
  }

  .lg\:border-x-gray-200\/30 {
    border-left-color: rgb(229 231 235 / 0.3);
    border-right-color: rgb(229 231 235 / 0.3);
  }

  .lg\:border-x-gray-200\/35 {
    border-left-color: rgb(229 231 235 / 0.35);
    border-right-color: rgb(229 231 235 / 0.35);
  }

  .lg\:border-x-gray-200\/40 {
    border-left-color: rgb(229 231 235 / 0.4);
    border-right-color: rgb(229 231 235 / 0.4);
  }

  .lg\:border-x-gray-200\/45 {
    border-left-color: rgb(229 231 235 / 0.45);
    border-right-color: rgb(229 231 235 / 0.45);
  }

  .lg\:border-x-gray-200\/5 {
    border-left-color: rgb(229 231 235 / 0.05);
    border-right-color: rgb(229 231 235 / 0.05);
  }

  .lg\:border-x-gray-200\/50 {
    border-left-color: rgb(229 231 235 / 0.5);
    border-right-color: rgb(229 231 235 / 0.5);
  }

  .lg\:border-x-gray-200\/55 {
    border-left-color: rgb(229 231 235 / 0.55);
    border-right-color: rgb(229 231 235 / 0.55);
  }

  .lg\:border-x-gray-200\/60 {
    border-left-color: rgb(229 231 235 / 0.6);
    border-right-color: rgb(229 231 235 / 0.6);
  }

  .lg\:border-x-gray-200\/65 {
    border-left-color: rgb(229 231 235 / 0.65);
    border-right-color: rgb(229 231 235 / 0.65);
  }

  .lg\:border-x-gray-200\/70 {
    border-left-color: rgb(229 231 235 / 0.7);
    border-right-color: rgb(229 231 235 / 0.7);
  }

  .lg\:border-x-gray-200\/75 {
    border-left-color: rgb(229 231 235 / 0.75);
    border-right-color: rgb(229 231 235 / 0.75);
  }

  .lg\:border-x-gray-200\/80 {
    border-left-color: rgb(229 231 235 / 0.8);
    border-right-color: rgb(229 231 235 / 0.8);
  }

  .lg\:border-x-gray-200\/85 {
    border-left-color: rgb(229 231 235 / 0.85);
    border-right-color: rgb(229 231 235 / 0.85);
  }

  .lg\:border-x-gray-200\/90 {
    border-left-color: rgb(229 231 235 / 0.9);
    border-right-color: rgb(229 231 235 / 0.9);
  }

  .lg\:border-x-gray-200\/95 {
    border-left-color: rgb(229 231 235 / 0.95);
    border-right-color: rgb(229 231 235 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-gray-300\/0 {
    border-left-color: rgb(209 213 219 / 0);
    border-right-color: rgb(209 213 219 / 0);
  }

  .lg\:border-x-gray-300\/10 {
    border-left-color: rgb(209 213 219 / 0.1);
    border-right-color: rgb(209 213 219 / 0.1);
  }

  .lg\:border-x-gray-300\/100 {
    border-left-color: rgb(209 213 219 / 1);
    border-right-color: rgb(209 213 219 / 1);
  }

  .lg\:border-x-gray-300\/15 {
    border-left-color: rgb(209 213 219 / 0.15);
    border-right-color: rgb(209 213 219 / 0.15);
  }

  .lg\:border-x-gray-300\/20 {
    border-left-color: rgb(209 213 219 / 0.2);
    border-right-color: rgb(209 213 219 / 0.2);
  }

  .lg\:border-x-gray-300\/25 {
    border-left-color: rgb(209 213 219 / 0.25);
    border-right-color: rgb(209 213 219 / 0.25);
  }

  .lg\:border-x-gray-300\/30 {
    border-left-color: rgb(209 213 219 / 0.3);
    border-right-color: rgb(209 213 219 / 0.3);
  }

  .lg\:border-x-gray-300\/35 {
    border-left-color: rgb(209 213 219 / 0.35);
    border-right-color: rgb(209 213 219 / 0.35);
  }

  .lg\:border-x-gray-300\/40 {
    border-left-color: rgb(209 213 219 / 0.4);
    border-right-color: rgb(209 213 219 / 0.4);
  }

  .lg\:border-x-gray-300\/45 {
    border-left-color: rgb(209 213 219 / 0.45);
    border-right-color: rgb(209 213 219 / 0.45);
  }

  .lg\:border-x-gray-300\/5 {
    border-left-color: rgb(209 213 219 / 0.05);
    border-right-color: rgb(209 213 219 / 0.05);
  }

  .lg\:border-x-gray-300\/50 {
    border-left-color: rgb(209 213 219 / 0.5);
    border-right-color: rgb(209 213 219 / 0.5);
  }

  .lg\:border-x-gray-300\/55 {
    border-left-color: rgb(209 213 219 / 0.55);
    border-right-color: rgb(209 213 219 / 0.55);
  }

  .lg\:border-x-gray-300\/60 {
    border-left-color: rgb(209 213 219 / 0.6);
    border-right-color: rgb(209 213 219 / 0.6);
  }

  .lg\:border-x-gray-300\/65 {
    border-left-color: rgb(209 213 219 / 0.65);
    border-right-color: rgb(209 213 219 / 0.65);
  }

  .lg\:border-x-gray-300\/70 {
    border-left-color: rgb(209 213 219 / 0.7);
    border-right-color: rgb(209 213 219 / 0.7);
  }

  .lg\:border-x-gray-300\/75 {
    border-left-color: rgb(209 213 219 / 0.75);
    border-right-color: rgb(209 213 219 / 0.75);
  }

  .lg\:border-x-gray-300\/80 {
    border-left-color: rgb(209 213 219 / 0.8);
    border-right-color: rgb(209 213 219 / 0.8);
  }

  .lg\:border-x-gray-300\/85 {
    border-left-color: rgb(209 213 219 / 0.85);
    border-right-color: rgb(209 213 219 / 0.85);
  }

  .lg\:border-x-gray-300\/90 {
    border-left-color: rgb(209 213 219 / 0.9);
    border-right-color: rgb(209 213 219 / 0.9);
  }

  .lg\:border-x-gray-300\/95 {
    border-left-color: rgb(209 213 219 / 0.95);
    border-right-color: rgb(209 213 219 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-gray-400\/0 {
    border-left-color: rgb(156 163 175 / 0);
    border-right-color: rgb(156 163 175 / 0);
  }

  .lg\:border-x-gray-400\/10 {
    border-left-color: rgb(156 163 175 / 0.1);
    border-right-color: rgb(156 163 175 / 0.1);
  }

  .lg\:border-x-gray-400\/100 {
    border-left-color: rgb(156 163 175 / 1);
    border-right-color: rgb(156 163 175 / 1);
  }

  .lg\:border-x-gray-400\/15 {
    border-left-color: rgb(156 163 175 / 0.15);
    border-right-color: rgb(156 163 175 / 0.15);
  }

  .lg\:border-x-gray-400\/20 {
    border-left-color: rgb(156 163 175 / 0.2);
    border-right-color: rgb(156 163 175 / 0.2);
  }

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

  .lg\:border-x-gray-400\/30 {
    border-left-color: rgb(156 163 175 / 0.3);
    border-right-color: rgb(156 163 175 / 0.3);
  }

  .lg\:border-x-gray-400\/35 {
    border-left-color: rgb(156 163 175 / 0.35);
    border-right-color: rgb(156 163 175 / 0.35);
  }

  .lg\:border-x-gray-400\/40 {
    border-left-color: rgb(156 163 175 / 0.4);
    border-right-color: rgb(156 163 175 / 0.4);
  }

  .lg\:border-x-gray-400\/45 {
    border-left-color: rgb(156 163 175 / 0.45);
    border-right-color: rgb(156 163 175 / 0.45);
  }

  .lg\:border-x-gray-400\/5 {
    border-left-color: rgb(156 163 175 / 0.05);
    border-right-color: rgb(156 163 175 / 0.05);
  }

  .lg\:border-x-gray-400\/50 {
    border-left-color: rgb(156 163 175 / 0.5);
    border-right-color: rgb(156 163 175 / 0.5);
  }

  .lg\:border-x-gray-400\/55 {
    border-left-color: rgb(156 163 175 / 0.55);
    border-right-color: rgb(156 163 175 / 0.55);
  }

  .lg\:border-x-gray-400\/60 {
    border-left-color: rgb(156 163 175 / 0.6);
    border-right-color: rgb(156 163 175 / 0.6);
  }

  .lg\:border-x-gray-400\/65 {
    border-left-color: rgb(156 163 175 / 0.65);
    border-right-color: rgb(156 163 175 / 0.65);
  }

  .lg\:border-x-gray-400\/70 {
    border-left-color: rgb(156 163 175 / 0.7);
    border-right-color: rgb(156 163 175 / 0.7);
  }

  .lg\:border-x-gray-400\/75 {
    border-left-color: rgb(156 163 175 / 0.75);
    border-right-color: rgb(156 163 175 / 0.75);
  }

  .lg\:border-x-gray-400\/80 {
    border-left-color: rgb(156 163 175 / 0.8);
    border-right-color: rgb(156 163 175 / 0.8);
  }

  .lg\:border-x-gray-400\/85 {
    border-left-color: rgb(156 163 175 / 0.85);
    border-right-color: rgb(156 163 175 / 0.85);
  }

  .lg\:border-x-gray-400\/90 {
    border-left-color: rgb(156 163 175 / 0.9);
    border-right-color: rgb(156 163 175 / 0.9);
  }

  .lg\:border-x-gray-400\/95 {
    border-left-color: rgb(156 163 175 / 0.95);
    border-right-color: rgb(156 163 175 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-gray-50\/0 {
    border-left-color: rgb(249 250 251 / 0);
    border-right-color: rgb(249 250 251 / 0);
  }

  .lg\:border-x-gray-50\/10 {
    border-left-color: rgb(249 250 251 / 0.1);
    border-right-color: rgb(249 250 251 / 0.1);
  }

  .lg\:border-x-gray-50\/100 {
    border-left-color: rgb(249 250 251 / 1);
    border-right-color: rgb(249 250 251 / 1);
  }

  .lg\:border-x-gray-50\/15 {
    border-left-color: rgb(249 250 251 / 0.15);
    border-right-color: rgb(249 250 251 / 0.15);
  }

  .lg\:border-x-gray-50\/20 {
    border-left-color: rgb(249 250 251 / 0.2);
    border-right-color: rgb(249 250 251 / 0.2);
  }

  .lg\:border-x-gray-50\/25 {
    border-left-color: rgb(249 250 251 / 0.25);
    border-right-color: rgb(249 250 251 / 0.25);
  }

  .lg\:border-x-gray-50\/30 {
    border-left-color: rgb(249 250 251 / 0.3);
    border-right-color: rgb(249 250 251 / 0.3);
  }

  .lg\:border-x-gray-50\/35 {
    border-left-color: rgb(249 250 251 / 0.35);
    border-right-color: rgb(249 250 251 / 0.35);
  }

  .lg\:border-x-gray-50\/40 {
    border-left-color: rgb(249 250 251 / 0.4);
    border-right-color: rgb(249 250 251 / 0.4);
  }

  .lg\:border-x-gray-50\/45 {
    border-left-color: rgb(249 250 251 / 0.45);
    border-right-color: rgb(249 250 251 / 0.45);
  }

  .lg\:border-x-gray-50\/5 {
    border-left-color: rgb(249 250 251 / 0.05);
    border-right-color: rgb(249 250 251 / 0.05);
  }

  .lg\:border-x-gray-50\/50 {
    border-left-color: rgb(249 250 251 / 0.5);
    border-right-color: rgb(249 250 251 / 0.5);
  }

  .lg\:border-x-gray-50\/55 {
    border-left-color: rgb(249 250 251 / 0.55);
    border-right-color: rgb(249 250 251 / 0.55);
  }

  .lg\:border-x-gray-50\/60 {
    border-left-color: rgb(249 250 251 / 0.6);
    border-right-color: rgb(249 250 251 / 0.6);
  }

  .lg\:border-x-gray-50\/65 {
    border-left-color: rgb(249 250 251 / 0.65);
    border-right-color: rgb(249 250 251 / 0.65);
  }

  .lg\:border-x-gray-50\/70 {
    border-left-color: rgb(249 250 251 / 0.7);
    border-right-color: rgb(249 250 251 / 0.7);
  }

  .lg\:border-x-gray-50\/75 {
    border-left-color: rgb(249 250 251 / 0.75);
    border-right-color: rgb(249 250 251 / 0.75);
  }

  .lg\:border-x-gray-50\/80 {
    border-left-color: rgb(249 250 251 / 0.8);
    border-right-color: rgb(249 250 251 / 0.8);
  }

  .lg\:border-x-gray-50\/85 {
    border-left-color: rgb(249 250 251 / 0.85);
    border-right-color: rgb(249 250 251 / 0.85);
  }

  .lg\:border-x-gray-50\/90 {
    border-left-color: rgb(249 250 251 / 0.9);
    border-right-color: rgb(249 250 251 / 0.9);
  }

  .lg\:border-x-gray-50\/95 {
    border-left-color: rgb(249 250 251 / 0.95);
    border-right-color: rgb(249 250 251 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-gray-500\/0 {
    border-left-color: rgb(107 114 128 / 0);
    border-right-color: rgb(107 114 128 / 0);
  }

  .lg\:border-x-gray-500\/10 {
    border-left-color: rgb(107 114 128 / 0.1);
    border-right-color: rgb(107 114 128 / 0.1);
  }

  .lg\:border-x-gray-500\/100 {
    border-left-color: rgb(107 114 128 / 1);
    border-right-color: rgb(107 114 128 / 1);
  }

  .lg\:border-x-gray-500\/15 {
    border-left-color: rgb(107 114 128 / 0.15);
    border-right-color: rgb(107 114 128 / 0.15);
  }

  .lg\:border-x-gray-500\/20 {
    border-left-color: rgb(107 114 128 / 0.2);
    border-right-color: rgb(107 114 128 / 0.2);
  }

  .lg\:border-x-gray-500\/25 {
    border-left-color: rgb(107 114 128 / 0.25);
    border-right-color: rgb(107 114 128 / 0.25);
  }

  .lg\:border-x-gray-500\/30 {
    border-left-color: rgb(107 114 128 / 0.3);
    border-right-color: rgb(107 114 128 / 0.3);
  }

  .lg\:border-x-gray-500\/35 {
    border-left-color: rgb(107 114 128 / 0.35);
    border-right-color: rgb(107 114 128 / 0.35);
  }

  .lg\:border-x-gray-500\/40 {
    border-left-color: rgb(107 114 128 / 0.4);
    border-right-color: rgb(107 114 128 / 0.4);
  }

  .lg\:border-x-gray-500\/45 {
    border-left-color: rgb(107 114 128 / 0.45);
    border-right-color: rgb(107 114 128 / 0.45);
  }

  .lg\:border-x-gray-500\/5 {
    border-left-color: rgb(107 114 128 / 0.05);
    border-right-color: rgb(107 114 128 / 0.05);
  }

  .lg\:border-x-gray-500\/50 {
    border-left-color: rgb(107 114 128 / 0.5);
    border-right-color: rgb(107 114 128 / 0.5);
  }

  .lg\:border-x-gray-500\/55 {
    border-left-color: rgb(107 114 128 / 0.55);
    border-right-color: rgb(107 114 128 / 0.55);
  }

  .lg\:border-x-gray-500\/60 {
    border-left-color: rgb(107 114 128 / 0.6);
    border-right-color: rgb(107 114 128 / 0.6);
  }

  .lg\:border-x-gray-500\/65 {
    border-left-color: rgb(107 114 128 / 0.65);
    border-right-color: rgb(107 114 128 / 0.65);
  }

  .lg\:border-x-gray-500\/70 {
    border-left-color: rgb(107 114 128 / 0.7);
    border-right-color: rgb(107 114 128 / 0.7);
  }

  .lg\:border-x-gray-500\/75 {
    border-left-color: rgb(107 114 128 / 0.75);
    border-right-color: rgb(107 114 128 / 0.75);
  }

  .lg\:border-x-gray-500\/80 {
    border-left-color: rgb(107 114 128 / 0.8);
    border-right-color: rgb(107 114 128 / 0.8);
  }

  .lg\:border-x-gray-500\/85 {
    border-left-color: rgb(107 114 128 / 0.85);
    border-right-color: rgb(107 114 128 / 0.85);
  }

  .lg\:border-x-gray-500\/90 {
    border-left-color: rgb(107 114 128 / 0.9);
    border-right-color: rgb(107 114 128 / 0.9);
  }

  .lg\:border-x-gray-500\/95 {
    border-left-color: rgb(107 114 128 / 0.95);
    border-right-color: rgb(107 114 128 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-gray-600\/0 {
    border-left-color: rgb(75 85 99 / 0);
    border-right-color: rgb(75 85 99 / 0);
  }

  .lg\:border-x-gray-600\/10 {
    border-left-color: rgb(75 85 99 / 0.1);
    border-right-color: rgb(75 85 99 / 0.1);
  }

  .lg\:border-x-gray-600\/100 {
    border-left-color: rgb(75 85 99 / 1);
    border-right-color: rgb(75 85 99 / 1);
  }

  .lg\:border-x-gray-600\/15 {
    border-left-color: rgb(75 85 99 / 0.15);
    border-right-color: rgb(75 85 99 / 0.15);
  }

  .lg\:border-x-gray-600\/20 {
    border-left-color: rgb(75 85 99 / 0.2);
    border-right-color: rgb(75 85 99 / 0.2);
  }

  .lg\:border-x-gray-600\/25 {
    border-left-color: rgb(75 85 99 / 0.25);
    border-right-color: rgb(75 85 99 / 0.25);
  }

  .lg\:border-x-gray-600\/30 {
    border-left-color: rgb(75 85 99 / 0.3);
    border-right-color: rgb(75 85 99 / 0.3);
  }

  .lg\:border-x-gray-600\/35 {
    border-left-color: rgb(75 85 99 / 0.35);
    border-right-color: rgb(75 85 99 / 0.35);
  }

  .lg\:border-x-gray-600\/40 {
    border-left-color: rgb(75 85 99 / 0.4);
    border-right-color: rgb(75 85 99 / 0.4);
  }

  .lg\:border-x-gray-600\/45 {
    border-left-color: rgb(75 85 99 / 0.45);
    border-right-color: rgb(75 85 99 / 0.45);
  }

  .lg\:border-x-gray-600\/5 {
    border-left-color: rgb(75 85 99 / 0.05);
    border-right-color: rgb(75 85 99 / 0.05);
  }

  .lg\:border-x-gray-600\/50 {
    border-left-color: rgb(75 85 99 / 0.5);
    border-right-color: rgb(75 85 99 / 0.5);
  }

  .lg\:border-x-gray-600\/55 {
    border-left-color: rgb(75 85 99 / 0.55);
    border-right-color: rgb(75 85 99 / 0.55);
  }

  .lg\:border-x-gray-600\/60 {
    border-left-color: rgb(75 85 99 / 0.6);
    border-right-color: rgb(75 85 99 / 0.6);
  }

  .lg\:border-x-gray-600\/65 {
    border-left-color: rgb(75 85 99 / 0.65);
    border-right-color: rgb(75 85 99 / 0.65);
  }

  .lg\:border-x-gray-600\/70 {
    border-left-color: rgb(75 85 99 / 0.7);
    border-right-color: rgb(75 85 99 / 0.7);
  }

  .lg\:border-x-gray-600\/75 {
    border-left-color: rgb(75 85 99 / 0.75);
    border-right-color: rgb(75 85 99 / 0.75);
  }

  .lg\:border-x-gray-600\/80 {
    border-left-color: rgb(75 85 99 / 0.8);
    border-right-color: rgb(75 85 99 / 0.8);
  }

  .lg\:border-x-gray-600\/85 {
    border-left-color: rgb(75 85 99 / 0.85);
    border-right-color: rgb(75 85 99 / 0.85);
  }

  .lg\:border-x-gray-600\/90 {
    border-left-color: rgb(75 85 99 / 0.9);
    border-right-color: rgb(75 85 99 / 0.9);
  }

  .lg\:border-x-gray-600\/95 {
    border-left-color: rgb(75 85 99 / 0.95);
    border-right-color: rgb(75 85 99 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-gray-700\/0 {
    border-left-color: rgb(55 65 81 / 0);
    border-right-color: rgb(55 65 81 / 0);
  }

  .lg\:border-x-gray-700\/10 {
    border-left-color: rgb(55 65 81 / 0.1);
    border-right-color: rgb(55 65 81 / 0.1);
  }

  .lg\:border-x-gray-700\/100 {
    border-left-color: rgb(55 65 81 / 1);
    border-right-color: rgb(55 65 81 / 1);
  }

  .lg\:border-x-gray-700\/15 {
    border-left-color: rgb(55 65 81 / 0.15);
    border-right-color: rgb(55 65 81 / 0.15);
  }

  .lg\:border-x-gray-700\/20 {
    border-left-color: rgb(55 65 81 / 0.2);
    border-right-color: rgb(55 65 81 / 0.2);
  }

  .lg\:border-x-gray-700\/25 {
    border-left-color: rgb(55 65 81 / 0.25);
    border-right-color: rgb(55 65 81 / 0.25);
  }

  .lg\:border-x-gray-700\/30 {
    border-left-color: rgb(55 65 81 / 0.3);
    border-right-color: rgb(55 65 81 / 0.3);
  }

  .lg\:border-x-gray-700\/35 {
    border-left-color: rgb(55 65 81 / 0.35);
    border-right-color: rgb(55 65 81 / 0.35);
  }

  .lg\:border-x-gray-700\/40 {
    border-left-color: rgb(55 65 81 / 0.4);
    border-right-color: rgb(55 65 81 / 0.4);
  }

  .lg\:border-x-gray-700\/45 {
    border-left-color: rgb(55 65 81 / 0.45);
    border-right-color: rgb(55 65 81 / 0.45);
  }

  .lg\:border-x-gray-700\/5 {
    border-left-color: rgb(55 65 81 / 0.05);
    border-right-color: rgb(55 65 81 / 0.05);
  }

  .lg\:border-x-gray-700\/50 {
    border-left-color: rgb(55 65 81 / 0.5);
    border-right-color: rgb(55 65 81 / 0.5);
  }

  .lg\:border-x-gray-700\/55 {
    border-left-color: rgb(55 65 81 / 0.55);
    border-right-color: rgb(55 65 81 / 0.55);
  }

  .lg\:border-x-gray-700\/60 {
    border-left-color: rgb(55 65 81 / 0.6);
    border-right-color: rgb(55 65 81 / 0.6);
  }

  .lg\:border-x-gray-700\/65 {
    border-left-color: rgb(55 65 81 / 0.65);
    border-right-color: rgb(55 65 81 / 0.65);
  }

  .lg\:border-x-gray-700\/70 {
    border-left-color: rgb(55 65 81 / 0.7);
    border-right-color: rgb(55 65 81 / 0.7);
  }

  .lg\:border-x-gray-700\/75 {
    border-left-color: rgb(55 65 81 / 0.75);
    border-right-color: rgb(55 65 81 / 0.75);
  }

  .lg\:border-x-gray-700\/80 {
    border-left-color: rgb(55 65 81 / 0.8);
    border-right-color: rgb(55 65 81 / 0.8);
  }

  .lg\:border-x-gray-700\/85 {
    border-left-color: rgb(55 65 81 / 0.85);
    border-right-color: rgb(55 65 81 / 0.85);
  }

  .lg\:border-x-gray-700\/90 {
    border-left-color: rgb(55 65 81 / 0.9);
    border-right-color: rgb(55 65 81 / 0.9);
  }

  .lg\:border-x-gray-700\/95 {
    border-left-color: rgb(55 65 81 / 0.95);
    border-right-color: rgb(55 65 81 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-gray-800\/0 {
    border-left-color: rgb(31 41 55 / 0);
    border-right-color: rgb(31 41 55 / 0);
  }

  .lg\:border-x-gray-800\/10 {
    border-left-color: rgb(31 41 55 / 0.1);
    border-right-color: rgb(31 41 55 / 0.1);
  }

  .lg\:border-x-gray-800\/100 {
    border-left-color: rgb(31 41 55 / 1);
    border-right-color: rgb(31 41 55 / 1);
  }

  .lg\:border-x-gray-800\/15 {
    border-left-color: rgb(31 41 55 / 0.15);
    border-right-color: rgb(31 41 55 / 0.15);
  }

  .lg\:border-x-gray-800\/20 {
    border-left-color: rgb(31 41 55 / 0.2);
    border-right-color: rgb(31 41 55 / 0.2);
  }

  .lg\:border-x-gray-800\/25 {
    border-left-color: rgb(31 41 55 / 0.25);
    border-right-color: rgb(31 41 55 / 0.25);
  }

  .lg\:border-x-gray-800\/30 {
    border-left-color: rgb(31 41 55 / 0.3);
    border-right-color: rgb(31 41 55 / 0.3);
  }

  .lg\:border-x-gray-800\/35 {
    border-left-color: rgb(31 41 55 / 0.35);
    border-right-color: rgb(31 41 55 / 0.35);
  }

  .lg\:border-x-gray-800\/40 {
    border-left-color: rgb(31 41 55 / 0.4);
    border-right-color: rgb(31 41 55 / 0.4);
  }

  .lg\:border-x-gray-800\/45 {
    border-left-color: rgb(31 41 55 / 0.45);
    border-right-color: rgb(31 41 55 / 0.45);
  }

  .lg\:border-x-gray-800\/5 {
    border-left-color: rgb(31 41 55 / 0.05);
    border-right-color: rgb(31 41 55 / 0.05);
  }

  .lg\:border-x-gray-800\/50 {
    border-left-color: rgb(31 41 55 / 0.5);
    border-right-color: rgb(31 41 55 / 0.5);
  }

  .lg\:border-x-gray-800\/55 {
    border-left-color: rgb(31 41 55 / 0.55);
    border-right-color: rgb(31 41 55 / 0.55);
  }

  .lg\:border-x-gray-800\/60 {
    border-left-color: rgb(31 41 55 / 0.6);
    border-right-color: rgb(31 41 55 / 0.6);
  }

  .lg\:border-x-gray-800\/65 {
    border-left-color: rgb(31 41 55 / 0.65);
    border-right-color: rgb(31 41 55 / 0.65);
  }

  .lg\:border-x-gray-800\/70 {
    border-left-color: rgb(31 41 55 / 0.7);
    border-right-color: rgb(31 41 55 / 0.7);
  }

  .lg\:border-x-gray-800\/75 {
    border-left-color: rgb(31 41 55 / 0.75);
    border-right-color: rgb(31 41 55 / 0.75);
  }

  .lg\:border-x-gray-800\/80 {
    border-left-color: rgb(31 41 55 / 0.8);
    border-right-color: rgb(31 41 55 / 0.8);
  }

  .lg\:border-x-gray-800\/85 {
    border-left-color: rgb(31 41 55 / 0.85);
    border-right-color: rgb(31 41 55 / 0.85);
  }

  .lg\:border-x-gray-800\/90 {
    border-left-color: rgb(31 41 55 / 0.9);
    border-right-color: rgb(31 41 55 / 0.9);
  }

  .lg\:border-x-gray-800\/95 {
    border-left-color: rgb(31 41 55 / 0.95);
    border-right-color: rgb(31 41 55 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-gray-900\/0 {
    border-left-color: rgb(17 24 39 / 0);
    border-right-color: rgb(17 24 39 / 0);
  }

  .lg\:border-x-gray-900\/10 {
    border-left-color: rgb(17 24 39 / 0.1);
    border-right-color: rgb(17 24 39 / 0.1);
  }

  .lg\:border-x-gray-900\/100 {
    border-left-color: rgb(17 24 39 / 1);
    border-right-color: rgb(17 24 39 / 1);
  }

  .lg\:border-x-gray-900\/15 {
    border-left-color: rgb(17 24 39 / 0.15);
    border-right-color: rgb(17 24 39 / 0.15);
  }

  .lg\:border-x-gray-900\/20 {
    border-left-color: rgb(17 24 39 / 0.2);
    border-right-color: rgb(17 24 39 / 0.2);
  }

  .lg\:border-x-gray-900\/25 {
    border-left-color: rgb(17 24 39 / 0.25);
    border-right-color: rgb(17 24 39 / 0.25);
  }

  .lg\:border-x-gray-900\/30 {
    border-left-color: rgb(17 24 39 / 0.3);
    border-right-color: rgb(17 24 39 / 0.3);
  }

  .lg\:border-x-gray-900\/35 {
    border-left-color: rgb(17 24 39 / 0.35);
    border-right-color: rgb(17 24 39 / 0.35);
  }

  .lg\:border-x-gray-900\/40 {
    border-left-color: rgb(17 24 39 / 0.4);
    border-right-color: rgb(17 24 39 / 0.4);
  }

  .lg\:border-x-gray-900\/45 {
    border-left-color: rgb(17 24 39 / 0.45);
    border-right-color: rgb(17 24 39 / 0.45);
  }

  .lg\:border-x-gray-900\/5 {
    border-left-color: rgb(17 24 39 / 0.05);
    border-right-color: rgb(17 24 39 / 0.05);
  }

  .lg\:border-x-gray-900\/50 {
    border-left-color: rgb(17 24 39 / 0.5);
    border-right-color: rgb(17 24 39 / 0.5);
  }

  .lg\:border-x-gray-900\/55 {
    border-left-color: rgb(17 24 39 / 0.55);
    border-right-color: rgb(17 24 39 / 0.55);
  }

  .lg\:border-x-gray-900\/60 {
    border-left-color: rgb(17 24 39 / 0.6);
    border-right-color: rgb(17 24 39 / 0.6);
  }

  .lg\:border-x-gray-900\/65 {
    border-left-color: rgb(17 24 39 / 0.65);
    border-right-color: rgb(17 24 39 / 0.65);
  }

  .lg\:border-x-gray-900\/70 {
    border-left-color: rgb(17 24 39 / 0.7);
    border-right-color: rgb(17 24 39 / 0.7);
  }

  .lg\:border-x-gray-900\/75 {
    border-left-color: rgb(17 24 39 / 0.75);
    border-right-color: rgb(17 24 39 / 0.75);
  }

  .lg\:border-x-gray-900\/80 {
    border-left-color: rgb(17 24 39 / 0.8);
    border-right-color: rgb(17 24 39 / 0.8);
  }

  .lg\:border-x-gray-900\/85 {
    border-left-color: rgb(17 24 39 / 0.85);
    border-right-color: rgb(17 24 39 / 0.85);
  }

  .lg\:border-x-gray-900\/90 {
    border-left-color: rgb(17 24 39 / 0.9);
    border-right-color: rgb(17 24 39 / 0.9);
  }

  .lg\:border-x-gray-900\/95 {
    border-left-color: rgb(17 24 39 / 0.95);
    border-right-color: rgb(17 24 39 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-gray-950\/0 {
    border-left-color: rgb(3 7 18 / 0);
    border-right-color: rgb(3 7 18 / 0);
  }

  .lg\:border-x-gray-950\/10 {
    border-left-color: rgb(3 7 18 / 0.1);
    border-right-color: rgb(3 7 18 / 0.1);
  }

  .lg\:border-x-gray-950\/100 {
    border-left-color: rgb(3 7 18 / 1);
    border-right-color: rgb(3 7 18 / 1);
  }

  .lg\:border-x-gray-950\/15 {
    border-left-color: rgb(3 7 18 / 0.15);
    border-right-color: rgb(3 7 18 / 0.15);
  }

  .lg\:border-x-gray-950\/20 {
    border-left-color: rgb(3 7 18 / 0.2);
    border-right-color: rgb(3 7 18 / 0.2);
  }

  .lg\:border-x-gray-950\/25 {
    border-left-color: rgb(3 7 18 / 0.25);
    border-right-color: rgb(3 7 18 / 0.25);
  }

  .lg\:border-x-gray-950\/30 {
    border-left-color: rgb(3 7 18 / 0.3);
    border-right-color: rgb(3 7 18 / 0.3);
  }

  .lg\:border-x-gray-950\/35 {
    border-left-color: rgb(3 7 18 / 0.35);
    border-right-color: rgb(3 7 18 / 0.35);
  }

  .lg\:border-x-gray-950\/40 {
    border-left-color: rgb(3 7 18 / 0.4);
    border-right-color: rgb(3 7 18 / 0.4);
  }

  .lg\:border-x-gray-950\/45 {
    border-left-color: rgb(3 7 18 / 0.45);
    border-right-color: rgb(3 7 18 / 0.45);
  }

  .lg\:border-x-gray-950\/5 {
    border-left-color: rgb(3 7 18 / 0.05);
    border-right-color: rgb(3 7 18 / 0.05);
  }

  .lg\:border-x-gray-950\/50 {
    border-left-color: rgb(3 7 18 / 0.5);
    border-right-color: rgb(3 7 18 / 0.5);
  }

  .lg\:border-x-gray-950\/55 {
    border-left-color: rgb(3 7 18 / 0.55);
    border-right-color: rgb(3 7 18 / 0.55);
  }

  .lg\:border-x-gray-950\/60 {
    border-left-color: rgb(3 7 18 / 0.6);
    border-right-color: rgb(3 7 18 / 0.6);
  }

  .lg\:border-x-gray-950\/65 {
    border-left-color: rgb(3 7 18 / 0.65);
    border-right-color: rgb(3 7 18 / 0.65);
  }

  .lg\:border-x-gray-950\/70 {
    border-left-color: rgb(3 7 18 / 0.7);
    border-right-color: rgb(3 7 18 / 0.7);
  }

  .lg\:border-x-gray-950\/75 {
    border-left-color: rgb(3 7 18 / 0.75);
    border-right-color: rgb(3 7 18 / 0.75);
  }

  .lg\:border-x-gray-950\/80 {
    border-left-color: rgb(3 7 18 / 0.8);
    border-right-color: rgb(3 7 18 / 0.8);
  }

  .lg\:border-x-gray-950\/85 {
    border-left-color: rgb(3 7 18 / 0.85);
    border-right-color: rgb(3 7 18 / 0.85);
  }

  .lg\:border-x-gray-950\/90 {
    border-left-color: rgb(3 7 18 / 0.9);
    border-right-color: rgb(3 7 18 / 0.9);
  }

  .lg\:border-x-gray-950\/95 {
    border-left-color: rgb(3 7 18 / 0.95);
    border-right-color: rgb(3 7 18 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-green-100\/0 {
    border-left-color: rgb(220 252 231 / 0);
    border-right-color: rgb(220 252 231 / 0);
  }

  .lg\:border-x-green-100\/10 {
    border-left-color: rgb(220 252 231 / 0.1);
    border-right-color: rgb(220 252 231 / 0.1);
  }

  .lg\:border-x-green-100\/100 {
    border-left-color: rgb(220 252 231 / 1);
    border-right-color: rgb(220 252 231 / 1);
  }

  .lg\:border-x-green-100\/15 {
    border-left-color: rgb(220 252 231 / 0.15);
    border-right-color: rgb(220 252 231 / 0.15);
  }

  .lg\:border-x-green-100\/20 {
    border-left-color: rgb(220 252 231 / 0.2);
    border-right-color: rgb(220 252 231 / 0.2);
  }

  .lg\:border-x-green-100\/25 {
    border-left-color: rgb(220 252 231 / 0.25);
    border-right-color: rgb(220 252 231 / 0.25);
  }

  .lg\:border-x-green-100\/30 {
    border-left-color: rgb(220 252 231 / 0.3);
    border-right-color: rgb(220 252 231 / 0.3);
  }

  .lg\:border-x-green-100\/35 {
    border-left-color: rgb(220 252 231 / 0.35);
    border-right-color: rgb(220 252 231 / 0.35);
  }

  .lg\:border-x-green-100\/40 {
    border-left-color: rgb(220 252 231 / 0.4);
    border-right-color: rgb(220 252 231 / 0.4);
  }

  .lg\:border-x-green-100\/45 {
    border-left-color: rgb(220 252 231 / 0.45);
    border-right-color: rgb(220 252 231 / 0.45);
  }

  .lg\:border-x-green-100\/5 {
    border-left-color: rgb(220 252 231 / 0.05);
    border-right-color: rgb(220 252 231 / 0.05);
  }

  .lg\:border-x-green-100\/50 {
    border-left-color: rgb(220 252 231 / 0.5);
    border-right-color: rgb(220 252 231 / 0.5);
  }

  .lg\:border-x-green-100\/55 {
    border-left-color: rgb(220 252 231 / 0.55);
    border-right-color: rgb(220 252 231 / 0.55);
  }

  .lg\:border-x-green-100\/60 {
    border-left-color: rgb(220 252 231 / 0.6);
    border-right-color: rgb(220 252 231 / 0.6);
  }

  .lg\:border-x-green-100\/65 {
    border-left-color: rgb(220 252 231 / 0.65);
    border-right-color: rgb(220 252 231 / 0.65);
  }

  .lg\:border-x-green-100\/70 {
    border-left-color: rgb(220 252 231 / 0.7);
    border-right-color: rgb(220 252 231 / 0.7);
  }

  .lg\:border-x-green-100\/75 {
    border-left-color: rgb(220 252 231 / 0.75);
    border-right-color: rgb(220 252 231 / 0.75);
  }

  .lg\:border-x-green-100\/80 {
    border-left-color: rgb(220 252 231 / 0.8);
    border-right-color: rgb(220 252 231 / 0.8);
  }

  .lg\:border-x-green-100\/85 {
    border-left-color: rgb(220 252 231 / 0.85);
    border-right-color: rgb(220 252 231 / 0.85);
  }

  .lg\:border-x-green-100\/90 {
    border-left-color: rgb(220 252 231 / 0.9);
    border-right-color: rgb(220 252 231 / 0.9);
  }

  .lg\:border-x-green-100\/95 {
    border-left-color: rgb(220 252 231 / 0.95);
    border-right-color: rgb(220 252 231 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-green-200\/0 {
    border-left-color: rgb(187 247 208 / 0);
    border-right-color: rgb(187 247 208 / 0);
  }

  .lg\:border-x-green-200\/10 {
    border-left-color: rgb(187 247 208 / 0.1);
    border-right-color: rgb(187 247 208 / 0.1);
  }

  .lg\:border-x-green-200\/100 {
    border-left-color: rgb(187 247 208 / 1);
    border-right-color: rgb(187 247 208 / 1);
  }

  .lg\:border-x-green-200\/15 {
    border-left-color: rgb(187 247 208 / 0.15);
    border-right-color: rgb(187 247 208 / 0.15);
  }

  .lg\:border-x-green-200\/20 {
    border-left-color: rgb(187 247 208 / 0.2);
    border-right-color: rgb(187 247 208 / 0.2);
  }

  .lg\:border-x-green-200\/25 {
    border-left-color: rgb(187 247 208 / 0.25);
    border-right-color: rgb(187 247 208 / 0.25);
  }

  .lg\:border-x-green-200\/30 {
    border-left-color: rgb(187 247 208 / 0.3);
    border-right-color: rgb(187 247 208 / 0.3);
  }

  .lg\:border-x-green-200\/35 {
    border-left-color: rgb(187 247 208 / 0.35);
    border-right-color: rgb(187 247 208 / 0.35);
  }

  .lg\:border-x-green-200\/40 {
    border-left-color: rgb(187 247 208 / 0.4);
    border-right-color: rgb(187 247 208 / 0.4);
  }

  .lg\:border-x-green-200\/45 {
    border-left-color: rgb(187 247 208 / 0.45);
    border-right-color: rgb(187 247 208 / 0.45);
  }

  .lg\:border-x-green-200\/5 {
    border-left-color: rgb(187 247 208 / 0.05);
    border-right-color: rgb(187 247 208 / 0.05);
  }

  .lg\:border-x-green-200\/50 {
    border-left-color: rgb(187 247 208 / 0.5);
    border-right-color: rgb(187 247 208 / 0.5);
  }

  .lg\:border-x-green-200\/55 {
    border-left-color: rgb(187 247 208 / 0.55);
    border-right-color: rgb(187 247 208 / 0.55);
  }

  .lg\:border-x-green-200\/60 {
    border-left-color: rgb(187 247 208 / 0.6);
    border-right-color: rgb(187 247 208 / 0.6);
  }

  .lg\:border-x-green-200\/65 {
    border-left-color: rgb(187 247 208 / 0.65);
    border-right-color: rgb(187 247 208 / 0.65);
  }

  .lg\:border-x-green-200\/70 {
    border-left-color: rgb(187 247 208 / 0.7);
    border-right-color: rgb(187 247 208 / 0.7);
  }

  .lg\:border-x-green-200\/75 {
    border-left-color: rgb(187 247 208 / 0.75);
    border-right-color: rgb(187 247 208 / 0.75);
  }

  .lg\:border-x-green-200\/80 {
    border-left-color: rgb(187 247 208 / 0.8);
    border-right-color: rgb(187 247 208 / 0.8);
  }

  .lg\:border-x-green-200\/85 {
    border-left-color: rgb(187 247 208 / 0.85);
    border-right-color: rgb(187 247 208 / 0.85);
  }

  .lg\:border-x-green-200\/90 {
    border-left-color: rgb(187 247 208 / 0.9);
    border-right-color: rgb(187 247 208 / 0.9);
  }

  .lg\:border-x-green-200\/95 {
    border-left-color: rgb(187 247 208 / 0.95);
    border-right-color: rgb(187 247 208 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-green-300\/0 {
    border-left-color: rgb(134 239 172 / 0);
    border-right-color: rgb(134 239 172 / 0);
  }

  .lg\:border-x-green-300\/10 {
    border-left-color: rgb(134 239 172 / 0.1);
    border-right-color: rgb(134 239 172 / 0.1);
  }

  .lg\:border-x-green-300\/100 {
    border-left-color: rgb(134 239 172 / 1);
    border-right-color: rgb(134 239 172 / 1);
  }

  .lg\:border-x-green-300\/15 {
    border-left-color: rgb(134 239 172 / 0.15);
    border-right-color: rgb(134 239 172 / 0.15);
  }

  .lg\:border-x-green-300\/20 {
    border-left-color: rgb(134 239 172 / 0.2);
    border-right-color: rgb(134 239 172 / 0.2);
  }

  .lg\:border-x-green-300\/25 {
    border-left-color: rgb(134 239 172 / 0.25);
    border-right-color: rgb(134 239 172 / 0.25);
  }

  .lg\:border-x-green-300\/30 {
    border-left-color: rgb(134 239 172 / 0.3);
    border-right-color: rgb(134 239 172 / 0.3);
  }

  .lg\:border-x-green-300\/35 {
    border-left-color: rgb(134 239 172 / 0.35);
    border-right-color: rgb(134 239 172 / 0.35);
  }

  .lg\:border-x-green-300\/40 {
    border-left-color: rgb(134 239 172 / 0.4);
    border-right-color: rgb(134 239 172 / 0.4);
  }

  .lg\:border-x-green-300\/45 {
    border-left-color: rgb(134 239 172 / 0.45);
    border-right-color: rgb(134 239 172 / 0.45);
  }

  .lg\:border-x-green-300\/5 {
    border-left-color: rgb(134 239 172 / 0.05);
    border-right-color: rgb(134 239 172 / 0.05);
  }

  .lg\:border-x-green-300\/50 {
    border-left-color: rgb(134 239 172 / 0.5);
    border-right-color: rgb(134 239 172 / 0.5);
  }

  .lg\:border-x-green-300\/55 {
    border-left-color: rgb(134 239 172 / 0.55);
    border-right-color: rgb(134 239 172 / 0.55);
  }

  .lg\:border-x-green-300\/60 {
    border-left-color: rgb(134 239 172 / 0.6);
    border-right-color: rgb(134 239 172 / 0.6);
  }

  .lg\:border-x-green-300\/65 {
    border-left-color: rgb(134 239 172 / 0.65);
    border-right-color: rgb(134 239 172 / 0.65);
  }

  .lg\:border-x-green-300\/70 {
    border-left-color: rgb(134 239 172 / 0.7);
    border-right-color: rgb(134 239 172 / 0.7);
  }

  .lg\:border-x-green-300\/75 {
    border-left-color: rgb(134 239 172 / 0.75);
    border-right-color: rgb(134 239 172 / 0.75);
  }

  .lg\:border-x-green-300\/80 {
    border-left-color: rgb(134 239 172 / 0.8);
    border-right-color: rgb(134 239 172 / 0.8);
  }

  .lg\:border-x-green-300\/85 {
    border-left-color: rgb(134 239 172 / 0.85);
    border-right-color: rgb(134 239 172 / 0.85);
  }

  .lg\:border-x-green-300\/90 {
    border-left-color: rgb(134 239 172 / 0.9);
    border-right-color: rgb(134 239 172 / 0.9);
  }

  .lg\:border-x-green-300\/95 {
    border-left-color: rgb(134 239 172 / 0.95);
    border-right-color: rgb(134 239 172 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-green-400\/0 {
    border-left-color: rgb(74 222 128 / 0);
    border-right-color: rgb(74 222 128 / 0);
  }

  .lg\:border-x-green-400\/10 {
    border-left-color: rgb(74 222 128 / 0.1);
    border-right-color: rgb(74 222 128 / 0.1);
  }

  .lg\:border-x-green-400\/100 {
    border-left-color: rgb(74 222 128 / 1);
    border-right-color: rgb(74 222 128 / 1);
  }

  .lg\:border-x-green-400\/15 {
    border-left-color: rgb(74 222 128 / 0.15);
    border-right-color: rgb(74 222 128 / 0.15);
  }

  .lg\:border-x-green-400\/20 {
    border-left-color: rgb(74 222 128 / 0.2);
    border-right-color: rgb(74 222 128 / 0.2);
  }

  .lg\:border-x-green-400\/25 {
    border-left-color: rgb(74 222 128 / 0.25);
    border-right-color: rgb(74 222 128 / 0.25);
  }

  .lg\:border-x-green-400\/30 {
    border-left-color: rgb(74 222 128 / 0.3);
    border-right-color: rgb(74 222 128 / 0.3);
  }

  .lg\:border-x-green-400\/35 {
    border-left-color: rgb(74 222 128 / 0.35);
    border-right-color: rgb(74 222 128 / 0.35);
  }

  .lg\:border-x-green-400\/40 {
    border-left-color: rgb(74 222 128 / 0.4);
    border-right-color: rgb(74 222 128 / 0.4);
  }

  .lg\:border-x-green-400\/45 {
    border-left-color: rgb(74 222 128 / 0.45);
    border-right-color: rgb(74 222 128 / 0.45);
  }

  .lg\:border-x-green-400\/5 {
    border-left-color: rgb(74 222 128 / 0.05);
    border-right-color: rgb(74 222 128 / 0.05);
  }

  .lg\:border-x-green-400\/50 {
    border-left-color: rgb(74 222 128 / 0.5);
    border-right-color: rgb(74 222 128 / 0.5);
  }

  .lg\:border-x-green-400\/55 {
    border-left-color: rgb(74 222 128 / 0.55);
    border-right-color: rgb(74 222 128 / 0.55);
  }

  .lg\:border-x-green-400\/60 {
    border-left-color: rgb(74 222 128 / 0.6);
    border-right-color: rgb(74 222 128 / 0.6);
  }

  .lg\:border-x-green-400\/65 {
    border-left-color: rgb(74 222 128 / 0.65);
    border-right-color: rgb(74 222 128 / 0.65);
  }

  .lg\:border-x-green-400\/70 {
    border-left-color: rgb(74 222 128 / 0.7);
    border-right-color: rgb(74 222 128 / 0.7);
  }

  .lg\:border-x-green-400\/75 {
    border-left-color: rgb(74 222 128 / 0.75);
    border-right-color: rgb(74 222 128 / 0.75);
  }

  .lg\:border-x-green-400\/80 {
    border-left-color: rgb(74 222 128 / 0.8);
    border-right-color: rgb(74 222 128 / 0.8);
  }

  .lg\:border-x-green-400\/85 {
    border-left-color: rgb(74 222 128 / 0.85);
    border-right-color: rgb(74 222 128 / 0.85);
  }

  .lg\:border-x-green-400\/90 {
    border-left-color: rgb(74 222 128 / 0.9);
    border-right-color: rgb(74 222 128 / 0.9);
  }

  .lg\:border-x-green-400\/95 {
    border-left-color: rgb(74 222 128 / 0.95);
    border-right-color: rgb(74 222 128 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-green-50\/0 {
    border-left-color: rgb(240 253 244 / 0);
    border-right-color: rgb(240 253 244 / 0);
  }

  .lg\:border-x-green-50\/10 {
    border-left-color: rgb(240 253 244 / 0.1);
    border-right-color: rgb(240 253 244 / 0.1);
  }

  .lg\:border-x-green-50\/100 {
    border-left-color: rgb(240 253 244 / 1);
    border-right-color: rgb(240 253 244 / 1);
  }

  .lg\:border-x-green-50\/15 {
    border-left-color: rgb(240 253 244 / 0.15);
    border-right-color: rgb(240 253 244 / 0.15);
  }

  .lg\:border-x-green-50\/20 {
    border-left-color: rgb(240 253 244 / 0.2);
    border-right-color: rgb(240 253 244 / 0.2);
  }

  .lg\:border-x-green-50\/25 {
    border-left-color: rgb(240 253 244 / 0.25);
    border-right-color: rgb(240 253 244 / 0.25);
  }

  .lg\:border-x-green-50\/30 {
    border-left-color: rgb(240 253 244 / 0.3);
    border-right-color: rgb(240 253 244 / 0.3);
  }

  .lg\:border-x-green-50\/35 {
    border-left-color: rgb(240 253 244 / 0.35);
    border-right-color: rgb(240 253 244 / 0.35);
  }

  .lg\:border-x-green-50\/40 {
    border-left-color: rgb(240 253 244 / 0.4);
    border-right-color: rgb(240 253 244 / 0.4);
  }

  .lg\:border-x-green-50\/45 {
    border-left-color: rgb(240 253 244 / 0.45);
    border-right-color: rgb(240 253 244 / 0.45);
  }

  .lg\:border-x-green-50\/5 {
    border-left-color: rgb(240 253 244 / 0.05);
    border-right-color: rgb(240 253 244 / 0.05);
  }

  .lg\:border-x-green-50\/50 {
    border-left-color: rgb(240 253 244 / 0.5);
    border-right-color: rgb(240 253 244 / 0.5);
  }

  .lg\:border-x-green-50\/55 {
    border-left-color: rgb(240 253 244 / 0.55);
    border-right-color: rgb(240 253 244 / 0.55);
  }

  .lg\:border-x-green-50\/60 {
    border-left-color: rgb(240 253 244 / 0.6);
    border-right-color: rgb(240 253 244 / 0.6);
  }

  .lg\:border-x-green-50\/65 {
    border-left-color: rgb(240 253 244 / 0.65);
    border-right-color: rgb(240 253 244 / 0.65);
  }

  .lg\:border-x-green-50\/70 {
    border-left-color: rgb(240 253 244 / 0.7);
    border-right-color: rgb(240 253 244 / 0.7);
  }

  .lg\:border-x-green-50\/75 {
    border-left-color: rgb(240 253 244 / 0.75);
    border-right-color: rgb(240 253 244 / 0.75);
  }

  .lg\:border-x-green-50\/80 {
    border-left-color: rgb(240 253 244 / 0.8);
    border-right-color: rgb(240 253 244 / 0.8);
  }

  .lg\:border-x-green-50\/85 {
    border-left-color: rgb(240 253 244 / 0.85);
    border-right-color: rgb(240 253 244 / 0.85);
  }

  .lg\:border-x-green-50\/90 {
    border-left-color: rgb(240 253 244 / 0.9);
    border-right-color: rgb(240 253 244 / 0.9);
  }

  .lg\:border-x-green-50\/95 {
    border-left-color: rgb(240 253 244 / 0.95);
    border-right-color: rgb(240 253 244 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-green-500\/0 {
    border-left-color: rgb(34 197 94 / 0);
    border-right-color: rgb(34 197 94 / 0);
  }

  .lg\:border-x-green-500\/10 {
    border-left-color: rgb(34 197 94 / 0.1);
    border-right-color: rgb(34 197 94 / 0.1);
  }

  .lg\:border-x-green-500\/100 {
    border-left-color: rgb(34 197 94 / 1);
    border-right-color: rgb(34 197 94 / 1);
  }

  .lg\:border-x-green-500\/15 {
    border-left-color: rgb(34 197 94 / 0.15);
    border-right-color: rgb(34 197 94 / 0.15);
  }

  .lg\:border-x-green-500\/20 {
    border-left-color: rgb(34 197 94 / 0.2);
    border-right-color: rgb(34 197 94 / 0.2);
  }

  .lg\:border-x-green-500\/25 {
    border-left-color: rgb(34 197 94 / 0.25);
    border-right-color: rgb(34 197 94 / 0.25);
  }

  .lg\:border-x-green-500\/30 {
    border-left-color: rgb(34 197 94 / 0.3);
    border-right-color: rgb(34 197 94 / 0.3);
  }

  .lg\:border-x-green-500\/35 {
    border-left-color: rgb(34 197 94 / 0.35);
    border-right-color: rgb(34 197 94 / 0.35);
  }

  .lg\:border-x-green-500\/40 {
    border-left-color: rgb(34 197 94 / 0.4);
    border-right-color: rgb(34 197 94 / 0.4);
  }

  .lg\:border-x-green-500\/45 {
    border-left-color: rgb(34 197 94 / 0.45);
    border-right-color: rgb(34 197 94 / 0.45);
  }

  .lg\:border-x-green-500\/5 {
    border-left-color: rgb(34 197 94 / 0.05);
    border-right-color: rgb(34 197 94 / 0.05);
  }

  .lg\:border-x-green-500\/50 {
    border-left-color: rgb(34 197 94 / 0.5);
    border-right-color: rgb(34 197 94 / 0.5);
  }

  .lg\:border-x-green-500\/55 {
    border-left-color: rgb(34 197 94 / 0.55);
    border-right-color: rgb(34 197 94 / 0.55);
  }

  .lg\:border-x-green-500\/60 {
    border-left-color: rgb(34 197 94 / 0.6);
    border-right-color: rgb(34 197 94 / 0.6);
  }

  .lg\:border-x-green-500\/65 {
    border-left-color: rgb(34 197 94 / 0.65);
    border-right-color: rgb(34 197 94 / 0.65);
  }

  .lg\:border-x-green-500\/70 {
    border-left-color: rgb(34 197 94 / 0.7);
    border-right-color: rgb(34 197 94 / 0.7);
  }

  .lg\:border-x-green-500\/75 {
    border-left-color: rgb(34 197 94 / 0.75);
    border-right-color: rgb(34 197 94 / 0.75);
  }

  .lg\:border-x-green-500\/80 {
    border-left-color: rgb(34 197 94 / 0.8);
    border-right-color: rgb(34 197 94 / 0.8);
  }

  .lg\:border-x-green-500\/85 {
    border-left-color: rgb(34 197 94 / 0.85);
    border-right-color: rgb(34 197 94 / 0.85);
  }

  .lg\:border-x-green-500\/90 {
    border-left-color: rgb(34 197 94 / 0.9);
    border-right-color: rgb(34 197 94 / 0.9);
  }

  .lg\:border-x-green-500\/95 {
    border-left-color: rgb(34 197 94 / 0.95);
    border-right-color: rgb(34 197 94 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-green-600\/0 {
    border-left-color: rgb(22 163 74 / 0);
    border-right-color: rgb(22 163 74 / 0);
  }

  .lg\:border-x-green-600\/10 {
    border-left-color: rgb(22 163 74 / 0.1);
    border-right-color: rgb(22 163 74 / 0.1);
  }

  .lg\:border-x-green-600\/100 {
    border-left-color: rgb(22 163 74 / 1);
    border-right-color: rgb(22 163 74 / 1);
  }

  .lg\:border-x-green-600\/15 {
    border-left-color: rgb(22 163 74 / 0.15);
    border-right-color: rgb(22 163 74 / 0.15);
  }

  .lg\:border-x-green-600\/20 {
    border-left-color: rgb(22 163 74 / 0.2);
    border-right-color: rgb(22 163 74 / 0.2);
  }

  .lg\:border-x-green-600\/25 {
    border-left-color: rgb(22 163 74 / 0.25);
    border-right-color: rgb(22 163 74 / 0.25);
  }

  .lg\:border-x-green-600\/30 {
    border-left-color: rgb(22 163 74 / 0.3);
    border-right-color: rgb(22 163 74 / 0.3);
  }

  .lg\:border-x-green-600\/35 {
    border-left-color: rgb(22 163 74 / 0.35);
    border-right-color: rgb(22 163 74 / 0.35);
  }

  .lg\:border-x-green-600\/40 {
    border-left-color: rgb(22 163 74 / 0.4);
    border-right-color: rgb(22 163 74 / 0.4);
  }

  .lg\:border-x-green-600\/45 {
    border-left-color: rgb(22 163 74 / 0.45);
    border-right-color: rgb(22 163 74 / 0.45);
  }

  .lg\:border-x-green-600\/5 {
    border-left-color: rgb(22 163 74 / 0.05);
    border-right-color: rgb(22 163 74 / 0.05);
  }

  .lg\:border-x-green-600\/50 {
    border-left-color: rgb(22 163 74 / 0.5);
    border-right-color: rgb(22 163 74 / 0.5);
  }

  .lg\:border-x-green-600\/55 {
    border-left-color: rgb(22 163 74 / 0.55);
    border-right-color: rgb(22 163 74 / 0.55);
  }

  .lg\:border-x-green-600\/60 {
    border-left-color: rgb(22 163 74 / 0.6);
    border-right-color: rgb(22 163 74 / 0.6);
  }

  .lg\:border-x-green-600\/65 {
    border-left-color: rgb(22 163 74 / 0.65);
    border-right-color: rgb(22 163 74 / 0.65);
  }

  .lg\:border-x-green-600\/70 {
    border-left-color: rgb(22 163 74 / 0.7);
    border-right-color: rgb(22 163 74 / 0.7);
  }

  .lg\:border-x-green-600\/75 {
    border-left-color: rgb(22 163 74 / 0.75);
    border-right-color: rgb(22 163 74 / 0.75);
  }

  .lg\:border-x-green-600\/80 {
    border-left-color: rgb(22 163 74 / 0.8);
    border-right-color: rgb(22 163 74 / 0.8);
  }

  .lg\:border-x-green-600\/85 {
    border-left-color: rgb(22 163 74 / 0.85);
    border-right-color: rgb(22 163 74 / 0.85);
  }

  .lg\:border-x-green-600\/90 {
    border-left-color: rgb(22 163 74 / 0.9);
    border-right-color: rgb(22 163 74 / 0.9);
  }

  .lg\:border-x-green-600\/95 {
    border-left-color: rgb(22 163 74 / 0.95);
    border-right-color: rgb(22 163 74 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-green-700\/0 {
    border-left-color: rgb(21 128 61 / 0);
    border-right-color: rgb(21 128 61 / 0);
  }

  .lg\:border-x-green-700\/10 {
    border-left-color: rgb(21 128 61 / 0.1);
    border-right-color: rgb(21 128 61 / 0.1);
  }

  .lg\:border-x-green-700\/100 {
    border-left-color: rgb(21 128 61 / 1);
    border-right-color: rgb(21 128 61 / 1);
  }

  .lg\:border-x-green-700\/15 {
    border-left-color: rgb(21 128 61 / 0.15);
    border-right-color: rgb(21 128 61 / 0.15);
  }

  .lg\:border-x-green-700\/20 {
    border-left-color: rgb(21 128 61 / 0.2);
    border-right-color: rgb(21 128 61 / 0.2);
  }

  .lg\:border-x-green-700\/25 {
    border-left-color: rgb(21 128 61 / 0.25);
    border-right-color: rgb(21 128 61 / 0.25);
  }

  .lg\:border-x-green-700\/30 {
    border-left-color: rgb(21 128 61 / 0.3);
    border-right-color: rgb(21 128 61 / 0.3);
  }

  .lg\:border-x-green-700\/35 {
    border-left-color: rgb(21 128 61 / 0.35);
    border-right-color: rgb(21 128 61 / 0.35);
  }

  .lg\:border-x-green-700\/40 {
    border-left-color: rgb(21 128 61 / 0.4);
    border-right-color: rgb(21 128 61 / 0.4);
  }

  .lg\:border-x-green-700\/45 {
    border-left-color: rgb(21 128 61 / 0.45);
    border-right-color: rgb(21 128 61 / 0.45);
  }

  .lg\:border-x-green-700\/5 {
    border-left-color: rgb(21 128 61 / 0.05);
    border-right-color: rgb(21 128 61 / 0.05);
  }

  .lg\:border-x-green-700\/50 {
    border-left-color: rgb(21 128 61 / 0.5);
    border-right-color: rgb(21 128 61 / 0.5);
  }

  .lg\:border-x-green-700\/55 {
    border-left-color: rgb(21 128 61 / 0.55);
    border-right-color: rgb(21 128 61 / 0.55);
  }

  .lg\:border-x-green-700\/60 {
    border-left-color: rgb(21 128 61 / 0.6);
    border-right-color: rgb(21 128 61 / 0.6);
  }

  .lg\:border-x-green-700\/65 {
    border-left-color: rgb(21 128 61 / 0.65);
    border-right-color: rgb(21 128 61 / 0.65);
  }

  .lg\:border-x-green-700\/70 {
    border-left-color: rgb(21 128 61 / 0.7);
    border-right-color: rgb(21 128 61 / 0.7);
  }

  .lg\:border-x-green-700\/75 {
    border-left-color: rgb(21 128 61 / 0.75);
    border-right-color: rgb(21 128 61 / 0.75);
  }

  .lg\:border-x-green-700\/80 {
    border-left-color: rgb(21 128 61 / 0.8);
    border-right-color: rgb(21 128 61 / 0.8);
  }

  .lg\:border-x-green-700\/85 {
    border-left-color: rgb(21 128 61 / 0.85);
    border-right-color: rgb(21 128 61 / 0.85);
  }

  .lg\:border-x-green-700\/90 {
    border-left-color: rgb(21 128 61 / 0.9);
    border-right-color: rgb(21 128 61 / 0.9);
  }

  .lg\:border-x-green-700\/95 {
    border-left-color: rgb(21 128 61 / 0.95);
    border-right-color: rgb(21 128 61 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-green-800\/0 {
    border-left-color: rgb(22 101 52 / 0);
    border-right-color: rgb(22 101 52 / 0);
  }

  .lg\:border-x-green-800\/10 {
    border-left-color: rgb(22 101 52 / 0.1);
    border-right-color: rgb(22 101 52 / 0.1);
  }

  .lg\:border-x-green-800\/100 {
    border-left-color: rgb(22 101 52 / 1);
    border-right-color: rgb(22 101 52 / 1);
  }

  .lg\:border-x-green-800\/15 {
    border-left-color: rgb(22 101 52 / 0.15);
    border-right-color: rgb(22 101 52 / 0.15);
  }

  .lg\:border-x-green-800\/20 {
    border-left-color: rgb(22 101 52 / 0.2);
    border-right-color: rgb(22 101 52 / 0.2);
  }

  .lg\:border-x-green-800\/25 {
    border-left-color: rgb(22 101 52 / 0.25);
    border-right-color: rgb(22 101 52 / 0.25);
  }

  .lg\:border-x-green-800\/30 {
    border-left-color: rgb(22 101 52 / 0.3);
    border-right-color: rgb(22 101 52 / 0.3);
  }

  .lg\:border-x-green-800\/35 {
    border-left-color: rgb(22 101 52 / 0.35);
    border-right-color: rgb(22 101 52 / 0.35);
  }

  .lg\:border-x-green-800\/40 {
    border-left-color: rgb(22 101 52 / 0.4);
    border-right-color: rgb(22 101 52 / 0.4);
  }

  .lg\:border-x-green-800\/45 {
    border-left-color: rgb(22 101 52 / 0.45);
    border-right-color: rgb(22 101 52 / 0.45);
  }

  .lg\:border-x-green-800\/5 {
    border-left-color: rgb(22 101 52 / 0.05);
    border-right-color: rgb(22 101 52 / 0.05);
  }

  .lg\:border-x-green-800\/50 {
    border-left-color: rgb(22 101 52 / 0.5);
    border-right-color: rgb(22 101 52 / 0.5);
  }

  .lg\:border-x-green-800\/55 {
    border-left-color: rgb(22 101 52 / 0.55);
    border-right-color: rgb(22 101 52 / 0.55);
  }

  .lg\:border-x-green-800\/60 {
    border-left-color: rgb(22 101 52 / 0.6);
    border-right-color: rgb(22 101 52 / 0.6);
  }

  .lg\:border-x-green-800\/65 {
    border-left-color: rgb(22 101 52 / 0.65);
    border-right-color: rgb(22 101 52 / 0.65);
  }

  .lg\:border-x-green-800\/70 {
    border-left-color: rgb(22 101 52 / 0.7);
    border-right-color: rgb(22 101 52 / 0.7);
  }

  .lg\:border-x-green-800\/75 {
    border-left-color: rgb(22 101 52 / 0.75);
    border-right-color: rgb(22 101 52 / 0.75);
  }

  .lg\:border-x-green-800\/80 {
    border-left-color: rgb(22 101 52 / 0.8);
    border-right-color: rgb(22 101 52 / 0.8);
  }

  .lg\:border-x-green-800\/85 {
    border-left-color: rgb(22 101 52 / 0.85);
    border-right-color: rgb(22 101 52 / 0.85);
  }

  .lg\:border-x-green-800\/90 {
    border-left-color: rgb(22 101 52 / 0.9);
    border-right-color: rgb(22 101 52 / 0.9);
  }

  .lg\:border-x-green-800\/95 {
    border-left-color: rgb(22 101 52 / 0.95);
    border-right-color: rgb(22 101 52 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-green-900\/0 {
    border-left-color: rgb(20 83 45 / 0);
    border-right-color: rgb(20 83 45 / 0);
  }

  .lg\:border-x-green-900\/10 {
    border-left-color: rgb(20 83 45 / 0.1);
    border-right-color: rgb(20 83 45 / 0.1);
  }

  .lg\:border-x-green-900\/100 {
    border-left-color: rgb(20 83 45 / 1);
    border-right-color: rgb(20 83 45 / 1);
  }

  .lg\:border-x-green-900\/15 {
    border-left-color: rgb(20 83 45 / 0.15);
    border-right-color: rgb(20 83 45 / 0.15);
  }

  .lg\:border-x-green-900\/20 {
    border-left-color: rgb(20 83 45 / 0.2);
    border-right-color: rgb(20 83 45 / 0.2);
  }

  .lg\:border-x-green-900\/25 {
    border-left-color: rgb(20 83 45 / 0.25);
    border-right-color: rgb(20 83 45 / 0.25);
  }

  .lg\:border-x-green-900\/30 {
    border-left-color: rgb(20 83 45 / 0.3);
    border-right-color: rgb(20 83 45 / 0.3);
  }

  .lg\:border-x-green-900\/35 {
    border-left-color: rgb(20 83 45 / 0.35);
    border-right-color: rgb(20 83 45 / 0.35);
  }

  .lg\:border-x-green-900\/40 {
    border-left-color: rgb(20 83 45 / 0.4);
    border-right-color: rgb(20 83 45 / 0.4);
  }

  .lg\:border-x-green-900\/45 {
    border-left-color: rgb(20 83 45 / 0.45);
    border-right-color: rgb(20 83 45 / 0.45);
  }

  .lg\:border-x-green-900\/5 {
    border-left-color: rgb(20 83 45 / 0.05);
    border-right-color: rgb(20 83 45 / 0.05);
  }

  .lg\:border-x-green-900\/50 {
    border-left-color: rgb(20 83 45 / 0.5);
    border-right-color: rgb(20 83 45 / 0.5);
  }

  .lg\:border-x-green-900\/55 {
    border-left-color: rgb(20 83 45 / 0.55);
    border-right-color: rgb(20 83 45 / 0.55);
  }

  .lg\:border-x-green-900\/60 {
    border-left-color: rgb(20 83 45 / 0.6);
    border-right-color: rgb(20 83 45 / 0.6);
  }

  .lg\:border-x-green-900\/65 {
    border-left-color: rgb(20 83 45 / 0.65);
    border-right-color: rgb(20 83 45 / 0.65);
  }

  .lg\:border-x-green-900\/70 {
    border-left-color: rgb(20 83 45 / 0.7);
    border-right-color: rgb(20 83 45 / 0.7);
  }

  .lg\:border-x-green-900\/75 {
    border-left-color: rgb(20 83 45 / 0.75);
    border-right-color: rgb(20 83 45 / 0.75);
  }

  .lg\:border-x-green-900\/80 {
    border-left-color: rgb(20 83 45 / 0.8);
    border-right-color: rgb(20 83 45 / 0.8);
  }

  .lg\:border-x-green-900\/85 {
    border-left-color: rgb(20 83 45 / 0.85);
    border-right-color: rgb(20 83 45 / 0.85);
  }

  .lg\:border-x-green-900\/90 {
    border-left-color: rgb(20 83 45 / 0.9);
    border-right-color: rgb(20 83 45 / 0.9);
  }

  .lg\:border-x-green-900\/95 {
    border-left-color: rgb(20 83 45 / 0.95);
    border-right-color: rgb(20 83 45 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-green-950\/0 {
    border-left-color: rgb(5 46 22 / 0);
    border-right-color: rgb(5 46 22 / 0);
  }

  .lg\:border-x-green-950\/10 {
    border-left-color: rgb(5 46 22 / 0.1);
    border-right-color: rgb(5 46 22 / 0.1);
  }

  .lg\:border-x-green-950\/100 {
    border-left-color: rgb(5 46 22 / 1);
    border-right-color: rgb(5 46 22 / 1);
  }

  .lg\:border-x-green-950\/15 {
    border-left-color: rgb(5 46 22 / 0.15);
    border-right-color: rgb(5 46 22 / 0.15);
  }

  .lg\:border-x-green-950\/20 {
    border-left-color: rgb(5 46 22 / 0.2);
    border-right-color: rgb(5 46 22 / 0.2);
  }

  .lg\:border-x-green-950\/25 {
    border-left-color: rgb(5 46 22 / 0.25);
    border-right-color: rgb(5 46 22 / 0.25);
  }

  .lg\:border-x-green-950\/30 {
    border-left-color: rgb(5 46 22 / 0.3);
    border-right-color: rgb(5 46 22 / 0.3);
  }

  .lg\:border-x-green-950\/35 {
    border-left-color: rgb(5 46 22 / 0.35);
    border-right-color: rgb(5 46 22 / 0.35);
  }

  .lg\:border-x-green-950\/40 {
    border-left-color: rgb(5 46 22 / 0.4);
    border-right-color: rgb(5 46 22 / 0.4);
  }

  .lg\:border-x-green-950\/45 {
    border-left-color: rgb(5 46 22 / 0.45);
    border-right-color: rgb(5 46 22 / 0.45);
  }

  .lg\:border-x-green-950\/5 {
    border-left-color: rgb(5 46 22 / 0.05);
    border-right-color: rgb(5 46 22 / 0.05);
  }

  .lg\:border-x-green-950\/50 {
    border-left-color: rgb(5 46 22 / 0.5);
    border-right-color: rgb(5 46 22 / 0.5);
  }

  .lg\:border-x-green-950\/55 {
    border-left-color: rgb(5 46 22 / 0.55);
    border-right-color: rgb(5 46 22 / 0.55);
  }

  .lg\:border-x-green-950\/60 {
    border-left-color: rgb(5 46 22 / 0.6);
    border-right-color: rgb(5 46 22 / 0.6);
  }

  .lg\:border-x-green-950\/65 {
    border-left-color: rgb(5 46 22 / 0.65);
    border-right-color: rgb(5 46 22 / 0.65);
  }

  .lg\:border-x-green-950\/70 {
    border-left-color: rgb(5 46 22 / 0.7);
    border-right-color: rgb(5 46 22 / 0.7);
  }

  .lg\:border-x-green-950\/75 {
    border-left-color: rgb(5 46 22 / 0.75);
    border-right-color: rgb(5 46 22 / 0.75);
  }

  .lg\:border-x-green-950\/80 {
    border-left-color: rgb(5 46 22 / 0.8);
    border-right-color: rgb(5 46 22 / 0.8);
  }

  .lg\:border-x-green-950\/85 {
    border-left-color: rgb(5 46 22 / 0.85);
    border-right-color: rgb(5 46 22 / 0.85);
  }

  .lg\:border-x-green-950\/90 {
    border-left-color: rgb(5 46 22 / 0.9);
    border-right-color: rgb(5 46 22 / 0.9);
  }

  .lg\:border-x-green-950\/95 {
    border-left-color: rgb(5 46 22 / 0.95);
    border-right-color: rgb(5 46 22 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-indigo-100\/0 {
    border-left-color: rgb(224 231 255 / 0);
    border-right-color: rgb(224 231 255 / 0);
  }

  .lg\:border-x-indigo-100\/10 {
    border-left-color: rgb(224 231 255 / 0.1);
    border-right-color: rgb(224 231 255 / 0.1);
  }

  .lg\:border-x-indigo-100\/100 {
    border-left-color: rgb(224 231 255 / 1);
    border-right-color: rgb(224 231 255 / 1);
  }

  .lg\:border-x-indigo-100\/15 {
    border-left-color: rgb(224 231 255 / 0.15);
    border-right-color: rgb(224 231 255 / 0.15);
  }

  .lg\:border-x-indigo-100\/20 {
    border-left-color: rgb(224 231 255 / 0.2);
    border-right-color: rgb(224 231 255 / 0.2);
  }

  .lg\:border-x-indigo-100\/25 {
    border-left-color: rgb(224 231 255 / 0.25);
    border-right-color: rgb(224 231 255 / 0.25);
  }

  .lg\:border-x-indigo-100\/30 {
    border-left-color: rgb(224 231 255 / 0.3);
    border-right-color: rgb(224 231 255 / 0.3);
  }

  .lg\:border-x-indigo-100\/35 {
    border-left-color: rgb(224 231 255 / 0.35);
    border-right-color: rgb(224 231 255 / 0.35);
  }

  .lg\:border-x-indigo-100\/40 {
    border-left-color: rgb(224 231 255 / 0.4);
    border-right-color: rgb(224 231 255 / 0.4);
  }

  .lg\:border-x-indigo-100\/45 {
    border-left-color: rgb(224 231 255 / 0.45);
    border-right-color: rgb(224 231 255 / 0.45);
  }

  .lg\:border-x-indigo-100\/5 {
    border-left-color: rgb(224 231 255 / 0.05);
    border-right-color: rgb(224 231 255 / 0.05);
  }

  .lg\:border-x-indigo-100\/50 {
    border-left-color: rgb(224 231 255 / 0.5);
    border-right-color: rgb(224 231 255 / 0.5);
  }

  .lg\:border-x-indigo-100\/55 {
    border-left-color: rgb(224 231 255 / 0.55);
    border-right-color: rgb(224 231 255 / 0.55);
  }

  .lg\:border-x-indigo-100\/60 {
    border-left-color: rgb(224 231 255 / 0.6);
    border-right-color: rgb(224 231 255 / 0.6);
  }

  .lg\:border-x-indigo-100\/65 {
    border-left-color: rgb(224 231 255 / 0.65);
    border-right-color: rgb(224 231 255 / 0.65);
  }

  .lg\:border-x-indigo-100\/70 {
    border-left-color: rgb(224 231 255 / 0.7);
    border-right-color: rgb(224 231 255 / 0.7);
  }

  .lg\:border-x-indigo-100\/75 {
    border-left-color: rgb(224 231 255 / 0.75);
    border-right-color: rgb(224 231 255 / 0.75);
  }

  .lg\:border-x-indigo-100\/80 {
    border-left-color: rgb(224 231 255 / 0.8);
    border-right-color: rgb(224 231 255 / 0.8);
  }

  .lg\:border-x-indigo-100\/85 {
    border-left-color: rgb(224 231 255 / 0.85);
    border-right-color: rgb(224 231 255 / 0.85);
  }

  .lg\:border-x-indigo-100\/90 {
    border-left-color: rgb(224 231 255 / 0.9);
    border-right-color: rgb(224 231 255 / 0.9);
  }

  .lg\:border-x-indigo-100\/95 {
    border-left-color: rgb(224 231 255 / 0.95);
    border-right-color: rgb(224 231 255 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-indigo-200\/0 {
    border-left-color: rgb(199 210 254 / 0);
    border-right-color: rgb(199 210 254 / 0);
  }

  .lg\:border-x-indigo-200\/10 {
    border-left-color: rgb(199 210 254 / 0.1);
    border-right-color: rgb(199 210 254 / 0.1);
  }

  .lg\:border-x-indigo-200\/100 {
    border-left-color: rgb(199 210 254 / 1);
    border-right-color: rgb(199 210 254 / 1);
  }

  .lg\:border-x-indigo-200\/15 {
    border-left-color: rgb(199 210 254 / 0.15);
    border-right-color: rgb(199 210 254 / 0.15);
  }

  .lg\:border-x-indigo-200\/20 {
    border-left-color: rgb(199 210 254 / 0.2);
    border-right-color: rgb(199 210 254 / 0.2);
  }

  .lg\:border-x-indigo-200\/25 {
    border-left-color: rgb(199 210 254 / 0.25);
    border-right-color: rgb(199 210 254 / 0.25);
  }

  .lg\:border-x-indigo-200\/30 {
    border-left-color: rgb(199 210 254 / 0.3);
    border-right-color: rgb(199 210 254 / 0.3);
  }

  .lg\:border-x-indigo-200\/35 {
    border-left-color: rgb(199 210 254 / 0.35);
    border-right-color: rgb(199 210 254 / 0.35);
  }

  .lg\:border-x-indigo-200\/40 {
    border-left-color: rgb(199 210 254 / 0.4);
    border-right-color: rgb(199 210 254 / 0.4);
  }

  .lg\:border-x-indigo-200\/45 {
    border-left-color: rgb(199 210 254 / 0.45);
    border-right-color: rgb(199 210 254 / 0.45);
  }

  .lg\:border-x-indigo-200\/5 {
    border-left-color: rgb(199 210 254 / 0.05);
    border-right-color: rgb(199 210 254 / 0.05);
  }

  .lg\:border-x-indigo-200\/50 {
    border-left-color: rgb(199 210 254 / 0.5);
    border-right-color: rgb(199 210 254 / 0.5);
  }

  .lg\:border-x-indigo-200\/55 {
    border-left-color: rgb(199 210 254 / 0.55);
    border-right-color: rgb(199 210 254 / 0.55);
  }

  .lg\:border-x-indigo-200\/60 {
    border-left-color: rgb(199 210 254 / 0.6);
    border-right-color: rgb(199 210 254 / 0.6);
  }

  .lg\:border-x-indigo-200\/65 {
    border-left-color: rgb(199 210 254 / 0.65);
    border-right-color: rgb(199 210 254 / 0.65);
  }

  .lg\:border-x-indigo-200\/70 {
    border-left-color: rgb(199 210 254 / 0.7);
    border-right-color: rgb(199 210 254 / 0.7);
  }

  .lg\:border-x-indigo-200\/75 {
    border-left-color: rgb(199 210 254 / 0.75);
    border-right-color: rgb(199 210 254 / 0.75);
  }

  .lg\:border-x-indigo-200\/80 {
    border-left-color: rgb(199 210 254 / 0.8);
    border-right-color: rgb(199 210 254 / 0.8);
  }

  .lg\:border-x-indigo-200\/85 {
    border-left-color: rgb(199 210 254 / 0.85);
    border-right-color: rgb(199 210 254 / 0.85);
  }

  .lg\:border-x-indigo-200\/90 {
    border-left-color: rgb(199 210 254 / 0.9);
    border-right-color: rgb(199 210 254 / 0.9);
  }

  .lg\:border-x-indigo-200\/95 {
    border-left-color: rgb(199 210 254 / 0.95);
    border-right-color: rgb(199 210 254 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-indigo-300\/0 {
    border-left-color: rgb(165 180 252 / 0);
    border-right-color: rgb(165 180 252 / 0);
  }

  .lg\:border-x-indigo-300\/10 {
    border-left-color: rgb(165 180 252 / 0.1);
    border-right-color: rgb(165 180 252 / 0.1);
  }

  .lg\:border-x-indigo-300\/100 {
    border-left-color: rgb(165 180 252 / 1);
    border-right-color: rgb(165 180 252 / 1);
  }

  .lg\:border-x-indigo-300\/15 {
    border-left-color: rgb(165 180 252 / 0.15);
    border-right-color: rgb(165 180 252 / 0.15);
  }

  .lg\:border-x-indigo-300\/20 {
    border-left-color: rgb(165 180 252 / 0.2);
    border-right-color: rgb(165 180 252 / 0.2);
  }

  .lg\:border-x-indigo-300\/25 {
    border-left-color: rgb(165 180 252 / 0.25);
    border-right-color: rgb(165 180 252 / 0.25);
  }

  .lg\:border-x-indigo-300\/30 {
    border-left-color: rgb(165 180 252 / 0.3);
    border-right-color: rgb(165 180 252 / 0.3);
  }

  .lg\:border-x-indigo-300\/35 {
    border-left-color: rgb(165 180 252 / 0.35);
    border-right-color: rgb(165 180 252 / 0.35);
  }

  .lg\:border-x-indigo-300\/40 {
    border-left-color: rgb(165 180 252 / 0.4);
    border-right-color: rgb(165 180 252 / 0.4);
  }

  .lg\:border-x-indigo-300\/45 {
    border-left-color: rgb(165 180 252 / 0.45);
    border-right-color: rgb(165 180 252 / 0.45);
  }

  .lg\:border-x-indigo-300\/5 {
    border-left-color: rgb(165 180 252 / 0.05);
    border-right-color: rgb(165 180 252 / 0.05);
  }

  .lg\:border-x-indigo-300\/50 {
    border-left-color: rgb(165 180 252 / 0.5);
    border-right-color: rgb(165 180 252 / 0.5);
  }

  .lg\:border-x-indigo-300\/55 {
    border-left-color: rgb(165 180 252 / 0.55);
    border-right-color: rgb(165 180 252 / 0.55);
  }

  .lg\:border-x-indigo-300\/60 {
    border-left-color: rgb(165 180 252 / 0.6);
    border-right-color: rgb(165 180 252 / 0.6);
  }

  .lg\:border-x-indigo-300\/65 {
    border-left-color: rgb(165 180 252 / 0.65);
    border-right-color: rgb(165 180 252 / 0.65);
  }

  .lg\:border-x-indigo-300\/70 {
    border-left-color: rgb(165 180 252 / 0.7);
    border-right-color: rgb(165 180 252 / 0.7);
  }

  .lg\:border-x-indigo-300\/75 {
    border-left-color: rgb(165 180 252 / 0.75);
    border-right-color: rgb(165 180 252 / 0.75);
  }

  .lg\:border-x-indigo-300\/80 {
    border-left-color: rgb(165 180 252 / 0.8);
    border-right-color: rgb(165 180 252 / 0.8);
  }

  .lg\:border-x-indigo-300\/85 {
    border-left-color: rgb(165 180 252 / 0.85);
    border-right-color: rgb(165 180 252 / 0.85);
  }

  .lg\:border-x-indigo-300\/90 {
    border-left-color: rgb(165 180 252 / 0.9);
    border-right-color: rgb(165 180 252 / 0.9);
  }

  .lg\:border-x-indigo-300\/95 {
    border-left-color: rgb(165 180 252 / 0.95);
    border-right-color: rgb(165 180 252 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-indigo-400\/0 {
    border-left-color: rgb(129 140 248 / 0);
    border-right-color: rgb(129 140 248 / 0);
  }

  .lg\:border-x-indigo-400\/10 {
    border-left-color: rgb(129 140 248 / 0.1);
    border-right-color: rgb(129 140 248 / 0.1);
  }

  .lg\:border-x-indigo-400\/100 {
    border-left-color: rgb(129 140 248 / 1);
    border-right-color: rgb(129 140 248 / 1);
  }

  .lg\:border-x-indigo-400\/15 {
    border-left-color: rgb(129 140 248 / 0.15);
    border-right-color: rgb(129 140 248 / 0.15);
  }

  .lg\:border-x-indigo-400\/20 {
    border-left-color: rgb(129 140 248 / 0.2);
    border-right-color: rgb(129 140 248 / 0.2);
  }

  .lg\:border-x-indigo-400\/25 {
    border-left-color: rgb(129 140 248 / 0.25);
    border-right-color: rgb(129 140 248 / 0.25);
  }

  .lg\:border-x-indigo-400\/30 {
    border-left-color: rgb(129 140 248 / 0.3);
    border-right-color: rgb(129 140 248 / 0.3);
  }

  .lg\:border-x-indigo-400\/35 {
    border-left-color: rgb(129 140 248 / 0.35);
    border-right-color: rgb(129 140 248 / 0.35);
  }

  .lg\:border-x-indigo-400\/40 {
    border-left-color: rgb(129 140 248 / 0.4);
    border-right-color: rgb(129 140 248 / 0.4);
  }

  .lg\:border-x-indigo-400\/45 {
    border-left-color: rgb(129 140 248 / 0.45);
    border-right-color: rgb(129 140 248 / 0.45);
  }

  .lg\:border-x-indigo-400\/5 {
    border-left-color: rgb(129 140 248 / 0.05);
    border-right-color: rgb(129 140 248 / 0.05);
  }

  .lg\:border-x-indigo-400\/50 {
    border-left-color: rgb(129 140 248 / 0.5);
    border-right-color: rgb(129 140 248 / 0.5);
  }

  .lg\:border-x-indigo-400\/55 {
    border-left-color: rgb(129 140 248 / 0.55);
    border-right-color: rgb(129 140 248 / 0.55);
  }

  .lg\:border-x-indigo-400\/60 {
    border-left-color: rgb(129 140 248 / 0.6);
    border-right-color: rgb(129 140 248 / 0.6);
  }

  .lg\:border-x-indigo-400\/65 {
    border-left-color: rgb(129 140 248 / 0.65);
    border-right-color: rgb(129 140 248 / 0.65);
  }

  .lg\:border-x-indigo-400\/70 {
    border-left-color: rgb(129 140 248 / 0.7);
    border-right-color: rgb(129 140 248 / 0.7);
  }

  .lg\:border-x-indigo-400\/75 {
    border-left-color: rgb(129 140 248 / 0.75);
    border-right-color: rgb(129 140 248 / 0.75);
  }

  .lg\:border-x-indigo-400\/80 {
    border-left-color: rgb(129 140 248 / 0.8);
    border-right-color: rgb(129 140 248 / 0.8);
  }

  .lg\:border-x-indigo-400\/85 {
    border-left-color: rgb(129 140 248 / 0.85);
    border-right-color: rgb(129 140 248 / 0.85);
  }

  .lg\:border-x-indigo-400\/90 {
    border-left-color: rgb(129 140 248 / 0.9);
    border-right-color: rgb(129 140 248 / 0.9);
  }

  .lg\:border-x-indigo-400\/95 {
    border-left-color: rgb(129 140 248 / 0.95);
    border-right-color: rgb(129 140 248 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-indigo-50\/0 {
    border-left-color: rgb(238 242 255 / 0);
    border-right-color: rgb(238 242 255 / 0);
  }

  .lg\:border-x-indigo-50\/10 {
    border-left-color: rgb(238 242 255 / 0.1);
    border-right-color: rgb(238 242 255 / 0.1);
  }

  .lg\:border-x-indigo-50\/100 {
    border-left-color: rgb(238 242 255 / 1);
    border-right-color: rgb(238 242 255 / 1);
  }

  .lg\:border-x-indigo-50\/15 {
    border-left-color: rgb(238 242 255 / 0.15);
    border-right-color: rgb(238 242 255 / 0.15);
  }

  .lg\:border-x-indigo-50\/20 {
    border-left-color: rgb(238 242 255 / 0.2);
    border-right-color: rgb(238 242 255 / 0.2);
  }

  .lg\:border-x-indigo-50\/25 {
    border-left-color: rgb(238 242 255 / 0.25);
    border-right-color: rgb(238 242 255 / 0.25);
  }

  .lg\:border-x-indigo-50\/30 {
    border-left-color: rgb(238 242 255 / 0.3);
    border-right-color: rgb(238 242 255 / 0.3);
  }

  .lg\:border-x-indigo-50\/35 {
    border-left-color: rgb(238 242 255 / 0.35);
    border-right-color: rgb(238 242 255 / 0.35);
  }

  .lg\:border-x-indigo-50\/40 {
    border-left-color: rgb(238 242 255 / 0.4);
    border-right-color: rgb(238 242 255 / 0.4);
  }

  .lg\:border-x-indigo-50\/45 {
    border-left-color: rgb(238 242 255 / 0.45);
    border-right-color: rgb(238 242 255 / 0.45);
  }

  .lg\:border-x-indigo-50\/5 {
    border-left-color: rgb(238 242 255 / 0.05);
    border-right-color: rgb(238 242 255 / 0.05);
  }

  .lg\:border-x-indigo-50\/50 {
    border-left-color: rgb(238 242 255 / 0.5);
    border-right-color: rgb(238 242 255 / 0.5);
  }

  .lg\:border-x-indigo-50\/55 {
    border-left-color: rgb(238 242 255 / 0.55);
    border-right-color: rgb(238 242 255 / 0.55);
  }

  .lg\:border-x-indigo-50\/60 {
    border-left-color: rgb(238 242 255 / 0.6);
    border-right-color: rgb(238 242 255 / 0.6);
  }

  .lg\:border-x-indigo-50\/65 {
    border-left-color: rgb(238 242 255 / 0.65);
    border-right-color: rgb(238 242 255 / 0.65);
  }

  .lg\:border-x-indigo-50\/70 {
    border-left-color: rgb(238 242 255 / 0.7);
    border-right-color: rgb(238 242 255 / 0.7);
  }

  .lg\:border-x-indigo-50\/75 {
    border-left-color: rgb(238 242 255 / 0.75);
    border-right-color: rgb(238 242 255 / 0.75);
  }

  .lg\:border-x-indigo-50\/80 {
    border-left-color: rgb(238 242 255 / 0.8);
    border-right-color: rgb(238 242 255 / 0.8);
  }

  .lg\:border-x-indigo-50\/85 {
    border-left-color: rgb(238 242 255 / 0.85);
    border-right-color: rgb(238 242 255 / 0.85);
  }

  .lg\:border-x-indigo-50\/90 {
    border-left-color: rgb(238 242 255 / 0.9);
    border-right-color: rgb(238 242 255 / 0.9);
  }

  .lg\:border-x-indigo-50\/95 {
    border-left-color: rgb(238 242 255 / 0.95);
    border-right-color: rgb(238 242 255 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-indigo-500\/0 {
    border-left-color: rgb(99 102 241 / 0);
    border-right-color: rgb(99 102 241 / 0);
  }

  .lg\:border-x-indigo-500\/10 {
    border-left-color: rgb(99 102 241 / 0.1);
    border-right-color: rgb(99 102 241 / 0.1);
  }

  .lg\:border-x-indigo-500\/100 {
    border-left-color: rgb(99 102 241 / 1);
    border-right-color: rgb(99 102 241 / 1);
  }

  .lg\:border-x-indigo-500\/15 {
    border-left-color: rgb(99 102 241 / 0.15);
    border-right-color: rgb(99 102 241 / 0.15);
  }

  .lg\:border-x-indigo-500\/20 {
    border-left-color: rgb(99 102 241 / 0.2);
    border-right-color: rgb(99 102 241 / 0.2);
  }

  .lg\:border-x-indigo-500\/25 {
    border-left-color: rgb(99 102 241 / 0.25);
    border-right-color: rgb(99 102 241 / 0.25);
  }

  .lg\:border-x-indigo-500\/30 {
    border-left-color: rgb(99 102 241 / 0.3);
    border-right-color: rgb(99 102 241 / 0.3);
  }

  .lg\:border-x-indigo-500\/35 {
    border-left-color: rgb(99 102 241 / 0.35);
    border-right-color: rgb(99 102 241 / 0.35);
  }

  .lg\:border-x-indigo-500\/40 {
    border-left-color: rgb(99 102 241 / 0.4);
    border-right-color: rgb(99 102 241 / 0.4);
  }

  .lg\:border-x-indigo-500\/45 {
    border-left-color: rgb(99 102 241 / 0.45);
    border-right-color: rgb(99 102 241 / 0.45);
  }

  .lg\:border-x-indigo-500\/5 {
    border-left-color: rgb(99 102 241 / 0.05);
    border-right-color: rgb(99 102 241 / 0.05);
  }

  .lg\:border-x-indigo-500\/50 {
    border-left-color: rgb(99 102 241 / 0.5);
    border-right-color: rgb(99 102 241 / 0.5);
  }

  .lg\:border-x-indigo-500\/55 {
    border-left-color: rgb(99 102 241 / 0.55);
    border-right-color: rgb(99 102 241 / 0.55);
  }

  .lg\:border-x-indigo-500\/60 {
    border-left-color: rgb(99 102 241 / 0.6);
    border-right-color: rgb(99 102 241 / 0.6);
  }

  .lg\:border-x-indigo-500\/65 {
    border-left-color: rgb(99 102 241 / 0.65);
    border-right-color: rgb(99 102 241 / 0.65);
  }

  .lg\:border-x-indigo-500\/70 {
    border-left-color: rgb(99 102 241 / 0.7);
    border-right-color: rgb(99 102 241 / 0.7);
  }

  .lg\:border-x-indigo-500\/75 {
    border-left-color: rgb(99 102 241 / 0.75);
    border-right-color: rgb(99 102 241 / 0.75);
  }

  .lg\:border-x-indigo-500\/80 {
    border-left-color: rgb(99 102 241 / 0.8);
    border-right-color: rgb(99 102 241 / 0.8);
  }

  .lg\:border-x-indigo-500\/85 {
    border-left-color: rgb(99 102 241 / 0.85);
    border-right-color: rgb(99 102 241 / 0.85);
  }

  .lg\:border-x-indigo-500\/90 {
    border-left-color: rgb(99 102 241 / 0.9);
    border-right-color: rgb(99 102 241 / 0.9);
  }

  .lg\:border-x-indigo-500\/95 {
    border-left-color: rgb(99 102 241 / 0.95);
    border-right-color: rgb(99 102 241 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-indigo-600\/0 {
    border-left-color: rgb(79 70 229 / 0);
    border-right-color: rgb(79 70 229 / 0);
  }

  .lg\:border-x-indigo-600\/10 {
    border-left-color: rgb(79 70 229 / 0.1);
    border-right-color: rgb(79 70 229 / 0.1);
  }

  .lg\:border-x-indigo-600\/100 {
    border-left-color: rgb(79 70 229 / 1);
    border-right-color: rgb(79 70 229 / 1);
  }

  .lg\:border-x-indigo-600\/15 {
    border-left-color: rgb(79 70 229 / 0.15);
    border-right-color: rgb(79 70 229 / 0.15);
  }

  .lg\:border-x-indigo-600\/20 {
    border-left-color: rgb(79 70 229 / 0.2);
    border-right-color: rgb(79 70 229 / 0.2);
  }

  .lg\:border-x-indigo-600\/25 {
    border-left-color: rgb(79 70 229 / 0.25);
    border-right-color: rgb(79 70 229 / 0.25);
  }

  .lg\:border-x-indigo-600\/30 {
    border-left-color: rgb(79 70 229 / 0.3);
    border-right-color: rgb(79 70 229 / 0.3);
  }

  .lg\:border-x-indigo-600\/35 {
    border-left-color: rgb(79 70 229 / 0.35);
    border-right-color: rgb(79 70 229 / 0.35);
  }

  .lg\:border-x-indigo-600\/40 {
    border-left-color: rgb(79 70 229 / 0.4);
    border-right-color: rgb(79 70 229 / 0.4);
  }

  .lg\:border-x-indigo-600\/45 {
    border-left-color: rgb(79 70 229 / 0.45);
    border-right-color: rgb(79 70 229 / 0.45);
  }

  .lg\:border-x-indigo-600\/5 {
    border-left-color: rgb(79 70 229 / 0.05);
    border-right-color: rgb(79 70 229 / 0.05);
  }

  .lg\:border-x-indigo-600\/50 {
    border-left-color: rgb(79 70 229 / 0.5);
    border-right-color: rgb(79 70 229 / 0.5);
  }

  .lg\:border-x-indigo-600\/55 {
    border-left-color: rgb(79 70 229 / 0.55);
    border-right-color: rgb(79 70 229 / 0.55);
  }

  .lg\:border-x-indigo-600\/60 {
    border-left-color: rgb(79 70 229 / 0.6);
    border-right-color: rgb(79 70 229 / 0.6);
  }

  .lg\:border-x-indigo-600\/65 {
    border-left-color: rgb(79 70 229 / 0.65);
    border-right-color: rgb(79 70 229 / 0.65);
  }

  .lg\:border-x-indigo-600\/70 {
    border-left-color: rgb(79 70 229 / 0.7);
    border-right-color: rgb(79 70 229 / 0.7);
  }

  .lg\:border-x-indigo-600\/75 {
    border-left-color: rgb(79 70 229 / 0.75);
    border-right-color: rgb(79 70 229 / 0.75);
  }

  .lg\:border-x-indigo-600\/80 {
    border-left-color: rgb(79 70 229 / 0.8);
    border-right-color: rgb(79 70 229 / 0.8);
  }

  .lg\:border-x-indigo-600\/85 {
    border-left-color: rgb(79 70 229 / 0.85);
    border-right-color: rgb(79 70 229 / 0.85);
  }

  .lg\:border-x-indigo-600\/90 {
    border-left-color: rgb(79 70 229 / 0.9);
    border-right-color: rgb(79 70 229 / 0.9);
  }

  .lg\:border-x-indigo-600\/95 {
    border-left-color: rgb(79 70 229 / 0.95);
    border-right-color: rgb(79 70 229 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-indigo-700\/0 {
    border-left-color: rgb(67 56 202 / 0);
    border-right-color: rgb(67 56 202 / 0);
  }

  .lg\:border-x-indigo-700\/10 {
    border-left-color: rgb(67 56 202 / 0.1);
    border-right-color: rgb(67 56 202 / 0.1);
  }

  .lg\:border-x-indigo-700\/100 {
    border-left-color: rgb(67 56 202 / 1);
    border-right-color: rgb(67 56 202 / 1);
  }

  .lg\:border-x-indigo-700\/15 {
    border-left-color: rgb(67 56 202 / 0.15);
    border-right-color: rgb(67 56 202 / 0.15);
  }

  .lg\:border-x-indigo-700\/20 {
    border-left-color: rgb(67 56 202 / 0.2);
    border-right-color: rgb(67 56 202 / 0.2);
  }

  .lg\:border-x-indigo-700\/25 {
    border-left-color: rgb(67 56 202 / 0.25);
    border-right-color: rgb(67 56 202 / 0.25);
  }

  .lg\:border-x-indigo-700\/30 {
    border-left-color: rgb(67 56 202 / 0.3);
    border-right-color: rgb(67 56 202 / 0.3);
  }

  .lg\:border-x-indigo-700\/35 {
    border-left-color: rgb(67 56 202 / 0.35);
    border-right-color: rgb(67 56 202 / 0.35);
  }

  .lg\:border-x-indigo-700\/40 {
    border-left-color: rgb(67 56 202 / 0.4);
    border-right-color: rgb(67 56 202 / 0.4);
  }

  .lg\:border-x-indigo-700\/45 {
    border-left-color: rgb(67 56 202 / 0.45);
    border-right-color: rgb(67 56 202 / 0.45);
  }

  .lg\:border-x-indigo-700\/5 {
    border-left-color: rgb(67 56 202 / 0.05);
    border-right-color: rgb(67 56 202 / 0.05);
  }

  .lg\:border-x-indigo-700\/50 {
    border-left-color: rgb(67 56 202 / 0.5);
    border-right-color: rgb(67 56 202 / 0.5);
  }

  .lg\:border-x-indigo-700\/55 {
    border-left-color: rgb(67 56 202 / 0.55);
    border-right-color: rgb(67 56 202 / 0.55);
  }

  .lg\:border-x-indigo-700\/60 {
    border-left-color: rgb(67 56 202 / 0.6);
    border-right-color: rgb(67 56 202 / 0.6);
  }

  .lg\:border-x-indigo-700\/65 {
    border-left-color: rgb(67 56 202 / 0.65);
    border-right-color: rgb(67 56 202 / 0.65);
  }

  .lg\:border-x-indigo-700\/70 {
    border-left-color: rgb(67 56 202 / 0.7);
    border-right-color: rgb(67 56 202 / 0.7);
  }

  .lg\:border-x-indigo-700\/75 {
    border-left-color: rgb(67 56 202 / 0.75);
    border-right-color: rgb(67 56 202 / 0.75);
  }

  .lg\:border-x-indigo-700\/80 {
    border-left-color: rgb(67 56 202 / 0.8);
    border-right-color: rgb(67 56 202 / 0.8);
  }

  .lg\:border-x-indigo-700\/85 {
    border-left-color: rgb(67 56 202 / 0.85);
    border-right-color: rgb(67 56 202 / 0.85);
  }

  .lg\:border-x-indigo-700\/90 {
    border-left-color: rgb(67 56 202 / 0.9);
    border-right-color: rgb(67 56 202 / 0.9);
  }

  .lg\:border-x-indigo-700\/95 {
    border-left-color: rgb(67 56 202 / 0.95);
    border-right-color: rgb(67 56 202 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-indigo-800\/0 {
    border-left-color: rgb(55 48 163 / 0);
    border-right-color: rgb(55 48 163 / 0);
  }

  .lg\:border-x-indigo-800\/10 {
    border-left-color: rgb(55 48 163 / 0.1);
    border-right-color: rgb(55 48 163 / 0.1);
  }

  .lg\:border-x-indigo-800\/100 {
    border-left-color: rgb(55 48 163 / 1);
    border-right-color: rgb(55 48 163 / 1);
  }

  .lg\:border-x-indigo-800\/15 {
    border-left-color: rgb(55 48 163 / 0.15);
    border-right-color: rgb(55 48 163 / 0.15);
  }

  .lg\:border-x-indigo-800\/20 {
    border-left-color: rgb(55 48 163 / 0.2);
    border-right-color: rgb(55 48 163 / 0.2);
  }

  .lg\:border-x-indigo-800\/25 {
    border-left-color: rgb(55 48 163 / 0.25);
    border-right-color: rgb(55 48 163 / 0.25);
  }

  .lg\:border-x-indigo-800\/30 {
    border-left-color: rgb(55 48 163 / 0.3);
    border-right-color: rgb(55 48 163 / 0.3);
  }

  .lg\:border-x-indigo-800\/35 {
    border-left-color: rgb(55 48 163 / 0.35);
    border-right-color: rgb(55 48 163 / 0.35);
  }

  .lg\:border-x-indigo-800\/40 {
    border-left-color: rgb(55 48 163 / 0.4);
    border-right-color: rgb(55 48 163 / 0.4);
  }

  .lg\:border-x-indigo-800\/45 {
    border-left-color: rgb(55 48 163 / 0.45);
    border-right-color: rgb(55 48 163 / 0.45);
  }

  .lg\:border-x-indigo-800\/5 {
    border-left-color: rgb(55 48 163 / 0.05);
    border-right-color: rgb(55 48 163 / 0.05);
  }

  .lg\:border-x-indigo-800\/50 {
    border-left-color: rgb(55 48 163 / 0.5);
    border-right-color: rgb(55 48 163 / 0.5);
  }

  .lg\:border-x-indigo-800\/55 {
    border-left-color: rgb(55 48 163 / 0.55);
    border-right-color: rgb(55 48 163 / 0.55);
  }

  .lg\:border-x-indigo-800\/60 {
    border-left-color: rgb(55 48 163 / 0.6);
    border-right-color: rgb(55 48 163 / 0.6);
  }

  .lg\:border-x-indigo-800\/65 {
    border-left-color: rgb(55 48 163 / 0.65);
    border-right-color: rgb(55 48 163 / 0.65);
  }

  .lg\:border-x-indigo-800\/70 {
    border-left-color: rgb(55 48 163 / 0.7);
    border-right-color: rgb(55 48 163 / 0.7);
  }

  .lg\:border-x-indigo-800\/75 {
    border-left-color: rgb(55 48 163 / 0.75);
    border-right-color: rgb(55 48 163 / 0.75);
  }

  .lg\:border-x-indigo-800\/80 {
    border-left-color: rgb(55 48 163 / 0.8);
    border-right-color: rgb(55 48 163 / 0.8);
  }

  .lg\:border-x-indigo-800\/85 {
    border-left-color: rgb(55 48 163 / 0.85);
    border-right-color: rgb(55 48 163 / 0.85);
  }

  .lg\:border-x-indigo-800\/90 {
    border-left-color: rgb(55 48 163 / 0.9);
    border-right-color: rgb(55 48 163 / 0.9);
  }

  .lg\:border-x-indigo-800\/95 {
    border-left-color: rgb(55 48 163 / 0.95);
    border-right-color: rgb(55 48 163 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-indigo-900\/0 {
    border-left-color: rgb(49 46 129 / 0);
    border-right-color: rgb(49 46 129 / 0);
  }

  .lg\:border-x-indigo-900\/10 {
    border-left-color: rgb(49 46 129 / 0.1);
    border-right-color: rgb(49 46 129 / 0.1);
  }

  .lg\:border-x-indigo-900\/100 {
    border-left-color: rgb(49 46 129 / 1);
    border-right-color: rgb(49 46 129 / 1);
  }

  .lg\:border-x-indigo-900\/15 {
    border-left-color: rgb(49 46 129 / 0.15);
    border-right-color: rgb(49 46 129 / 0.15);
  }

  .lg\:border-x-indigo-900\/20 {
    border-left-color: rgb(49 46 129 / 0.2);
    border-right-color: rgb(49 46 129 / 0.2);
  }

  .lg\:border-x-indigo-900\/25 {
    border-left-color: rgb(49 46 129 / 0.25);
    border-right-color: rgb(49 46 129 / 0.25);
  }

  .lg\:border-x-indigo-900\/30 {
    border-left-color: rgb(49 46 129 / 0.3);
    border-right-color: rgb(49 46 129 / 0.3);
  }

  .lg\:border-x-indigo-900\/35 {
    border-left-color: rgb(49 46 129 / 0.35);
    border-right-color: rgb(49 46 129 / 0.35);
  }

  .lg\:border-x-indigo-900\/40 {
    border-left-color: rgb(49 46 129 / 0.4);
    border-right-color: rgb(49 46 129 / 0.4);
  }

  .lg\:border-x-indigo-900\/45 {
    border-left-color: rgb(49 46 129 / 0.45);
    border-right-color: rgb(49 46 129 / 0.45);
  }

  .lg\:border-x-indigo-900\/5 {
    border-left-color: rgb(49 46 129 / 0.05);
    border-right-color: rgb(49 46 129 / 0.05);
  }

  .lg\:border-x-indigo-900\/50 {
    border-left-color: rgb(49 46 129 / 0.5);
    border-right-color: rgb(49 46 129 / 0.5);
  }

  .lg\:border-x-indigo-900\/55 {
    border-left-color: rgb(49 46 129 / 0.55);
    border-right-color: rgb(49 46 129 / 0.55);
  }

  .lg\:border-x-indigo-900\/60 {
    border-left-color: rgb(49 46 129 / 0.6);
    border-right-color: rgb(49 46 129 / 0.6);
  }

  .lg\:border-x-indigo-900\/65 {
    border-left-color: rgb(49 46 129 / 0.65);
    border-right-color: rgb(49 46 129 / 0.65);
  }

  .lg\:border-x-indigo-900\/70 {
    border-left-color: rgb(49 46 129 / 0.7);
    border-right-color: rgb(49 46 129 / 0.7);
  }

  .lg\:border-x-indigo-900\/75 {
    border-left-color: rgb(49 46 129 / 0.75);
    border-right-color: rgb(49 46 129 / 0.75);
  }

  .lg\:border-x-indigo-900\/80 {
    border-left-color: rgb(49 46 129 / 0.8);
    border-right-color: rgb(49 46 129 / 0.8);
  }

  .lg\:border-x-indigo-900\/85 {
    border-left-color: rgb(49 46 129 / 0.85);
    border-right-color: rgb(49 46 129 / 0.85);
  }

  .lg\:border-x-indigo-900\/90 {
    border-left-color: rgb(49 46 129 / 0.9);
    border-right-color: rgb(49 46 129 / 0.9);
  }

  .lg\:border-x-indigo-900\/95 {
    border-left-color: rgb(49 46 129 / 0.95);
    border-right-color: rgb(49 46 129 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-indigo-950\/0 {
    border-left-color: rgb(30 27 75 / 0);
    border-right-color: rgb(30 27 75 / 0);
  }

  .lg\:border-x-indigo-950\/10 {
    border-left-color: rgb(30 27 75 / 0.1);
    border-right-color: rgb(30 27 75 / 0.1);
  }

  .lg\:border-x-indigo-950\/100 {
    border-left-color: rgb(30 27 75 / 1);
    border-right-color: rgb(30 27 75 / 1);
  }

  .lg\:border-x-indigo-950\/15 {
    border-left-color: rgb(30 27 75 / 0.15);
    border-right-color: rgb(30 27 75 / 0.15);
  }

  .lg\:border-x-indigo-950\/20 {
    border-left-color: rgb(30 27 75 / 0.2);
    border-right-color: rgb(30 27 75 / 0.2);
  }

  .lg\:border-x-indigo-950\/25 {
    border-left-color: rgb(30 27 75 / 0.25);
    border-right-color: rgb(30 27 75 / 0.25);
  }

  .lg\:border-x-indigo-950\/30 {
    border-left-color: rgb(30 27 75 / 0.3);
    border-right-color: rgb(30 27 75 / 0.3);
  }

  .lg\:border-x-indigo-950\/35 {
    border-left-color: rgb(30 27 75 / 0.35);
    border-right-color: rgb(30 27 75 / 0.35);
  }

  .lg\:border-x-indigo-950\/40 {
    border-left-color: rgb(30 27 75 / 0.4);
    border-right-color: rgb(30 27 75 / 0.4);
  }

  .lg\:border-x-indigo-950\/45 {
    border-left-color: rgb(30 27 75 / 0.45);
    border-right-color: rgb(30 27 75 / 0.45);
  }

  .lg\:border-x-indigo-950\/5 {
    border-left-color: rgb(30 27 75 / 0.05);
    border-right-color: rgb(30 27 75 / 0.05);
  }

  .lg\:border-x-indigo-950\/50 {
    border-left-color: rgb(30 27 75 / 0.5);
    border-right-color: rgb(30 27 75 / 0.5);
  }

  .lg\:border-x-indigo-950\/55 {
    border-left-color: rgb(30 27 75 / 0.55);
    border-right-color: rgb(30 27 75 / 0.55);
  }

  .lg\:border-x-indigo-950\/60 {
    border-left-color: rgb(30 27 75 / 0.6);
    border-right-color: rgb(30 27 75 / 0.6);
  }

  .lg\:border-x-indigo-950\/65 {
    border-left-color: rgb(30 27 75 / 0.65);
    border-right-color: rgb(30 27 75 / 0.65);
  }

  .lg\:border-x-indigo-950\/70 {
    border-left-color: rgb(30 27 75 / 0.7);
    border-right-color: rgb(30 27 75 / 0.7);
  }

  .lg\:border-x-indigo-950\/75 {
    border-left-color: rgb(30 27 75 / 0.75);
    border-right-color: rgb(30 27 75 / 0.75);
  }

  .lg\:border-x-indigo-950\/80 {
    border-left-color: rgb(30 27 75 / 0.8);
    border-right-color: rgb(30 27 75 / 0.8);
  }

  .lg\:border-x-indigo-950\/85 {
    border-left-color: rgb(30 27 75 / 0.85);
    border-right-color: rgb(30 27 75 / 0.85);
  }

  .lg\:border-x-indigo-950\/90 {
    border-left-color: rgb(30 27 75 / 0.9);
    border-right-color: rgb(30 27 75 / 0.9);
  }

  .lg\:border-x-indigo-950\/95 {
    border-left-color: rgb(30 27 75 / 0.95);
    border-right-color: rgb(30 27 75 / 0.95);
  }

  .lg\:border-x-inherit {
    border-left-color: inherit;
    border-right-color: inherit;
  }

  .lg\: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));
  }

  .lg\:border-x-lime-100\/0 {
    border-left-color: rgb(236 252 203 / 0);
    border-right-color: rgb(236 252 203 / 0);
  }

  .lg\:border-x-lime-100\/10 {
    border-left-color: rgb(236 252 203 / 0.1);
    border-right-color: rgb(236 252 203 / 0.1);
  }

  .lg\:border-x-lime-100\/100 {
    border-left-color: rgb(236 252 203 / 1);
    border-right-color: rgb(236 252 203 / 1);
  }

  .lg\:border-x-lime-100\/15 {
    border-left-color: rgb(236 252 203 / 0.15);
    border-right-color: rgb(236 252 203 / 0.15);
  }

  .lg\:border-x-lime-100\/20 {
    border-left-color: rgb(236 252 203 / 0.2);
    border-right-color: rgb(236 252 203 / 0.2);
  }

  .lg\:border-x-lime-100\/25 {
    border-left-color: rgb(236 252 203 / 0.25);
    border-right-color: rgb(236 252 203 / 0.25);
  }

  .lg\:border-x-lime-100\/30 {
    border-left-color: rgb(236 252 203 / 0.3);
    border-right-color: rgb(236 252 203 / 0.3);
  }

  .lg\:border-x-lime-100\/35 {
    border-left-color: rgb(236 252 203 / 0.35);
    border-right-color: rgb(236 252 203 / 0.35);
  }

  .lg\:border-x-lime-100\/40 {
    border-left-color: rgb(236 252 203 / 0.4);
    border-right-color: rgb(236 252 203 / 0.4);
  }

  .lg\:border-x-lime-100\/45 {
    border-left-color: rgb(236 252 203 / 0.45);
    border-right-color: rgb(236 252 203 / 0.45);
  }

  .lg\:border-x-lime-100\/5 {
    border-left-color: rgb(236 252 203 / 0.05);
    border-right-color: rgb(236 252 203 / 0.05);
  }

  .lg\:border-x-lime-100\/50 {
    border-left-color: rgb(236 252 203 / 0.5);
    border-right-color: rgb(236 252 203 / 0.5);
  }

  .lg\:border-x-lime-100\/55 {
    border-left-color: rgb(236 252 203 / 0.55);
    border-right-color: rgb(236 252 203 / 0.55);
  }

  .lg\:border-x-lime-100\/60 {
    border-left-color: rgb(236 252 203 / 0.6);
    border-right-color: rgb(236 252 203 / 0.6);
  }

  .lg\:border-x-lime-100\/65 {
    border-left-color: rgb(236 252 203 / 0.65);
    border-right-color: rgb(236 252 203 / 0.65);
  }

  .lg\:border-x-lime-100\/70 {
    border-left-color: rgb(236 252 203 / 0.7);
    border-right-color: rgb(236 252 203 / 0.7);
  }

  .lg\:border-x-lime-100\/75 {
    border-left-color: rgb(236 252 203 / 0.75);
    border-right-color: rgb(236 252 203 / 0.75);
  }

  .lg\:border-x-lime-100\/80 {
    border-left-color: rgb(236 252 203 / 0.8);
    border-right-color: rgb(236 252 203 / 0.8);
  }

  .lg\:border-x-lime-100\/85 {
    border-left-color: rgb(236 252 203 / 0.85);
    border-right-color: rgb(236 252 203 / 0.85);
  }

  .lg\:border-x-lime-100\/90 {
    border-left-color: rgb(236 252 203 / 0.9);
    border-right-color: rgb(236 252 203 / 0.9);
  }

  .lg\:border-x-lime-100\/95 {
    border-left-color: rgb(236 252 203 / 0.95);
    border-right-color: rgb(236 252 203 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-lime-200\/0 {
    border-left-color: rgb(217 249 157 / 0);
    border-right-color: rgb(217 249 157 / 0);
  }

  .lg\:border-x-lime-200\/10 {
    border-left-color: rgb(217 249 157 / 0.1);
    border-right-color: rgb(217 249 157 / 0.1);
  }

  .lg\:border-x-lime-200\/100 {
    border-left-color: rgb(217 249 157 / 1);
    border-right-color: rgb(217 249 157 / 1);
  }

  .lg\:border-x-lime-200\/15 {
    border-left-color: rgb(217 249 157 / 0.15);
    border-right-color: rgb(217 249 157 / 0.15);
  }

  .lg\:border-x-lime-200\/20 {
    border-left-color: rgb(217 249 157 / 0.2);
    border-right-color: rgb(217 249 157 / 0.2);
  }

  .lg\:border-x-lime-200\/25 {
    border-left-color: rgb(217 249 157 / 0.25);
    border-right-color: rgb(217 249 157 / 0.25);
  }

  .lg\:border-x-lime-200\/30 {
    border-left-color: rgb(217 249 157 / 0.3);
    border-right-color: rgb(217 249 157 / 0.3);
  }

  .lg\:border-x-lime-200\/35 {
    border-left-color: rgb(217 249 157 / 0.35);
    border-right-color: rgb(217 249 157 / 0.35);
  }

  .lg\:border-x-lime-200\/40 {
    border-left-color: rgb(217 249 157 / 0.4);
    border-right-color: rgb(217 249 157 / 0.4);
  }

  .lg\:border-x-lime-200\/45 {
    border-left-color: rgb(217 249 157 / 0.45);
    border-right-color: rgb(217 249 157 / 0.45);
  }

  .lg\:border-x-lime-200\/5 {
    border-left-color: rgb(217 249 157 / 0.05);
    border-right-color: rgb(217 249 157 / 0.05);
  }

  .lg\:border-x-lime-200\/50 {
    border-left-color: rgb(217 249 157 / 0.5);
    border-right-color: rgb(217 249 157 / 0.5);
  }

  .lg\:border-x-lime-200\/55 {
    border-left-color: rgb(217 249 157 / 0.55);
    border-right-color: rgb(217 249 157 / 0.55);
  }

  .lg\:border-x-lime-200\/60 {
    border-left-color: rgb(217 249 157 / 0.6);
    border-right-color: rgb(217 249 157 / 0.6);
  }

  .lg\:border-x-lime-200\/65 {
    border-left-color: rgb(217 249 157 / 0.65);
    border-right-color: rgb(217 249 157 / 0.65);
  }

  .lg\:border-x-lime-200\/70 {
    border-left-color: rgb(217 249 157 / 0.7);
    border-right-color: rgb(217 249 157 / 0.7);
  }

  .lg\:border-x-lime-200\/75 {
    border-left-color: rgb(217 249 157 / 0.75);
    border-right-color: rgb(217 249 157 / 0.75);
  }

  .lg\:border-x-lime-200\/80 {
    border-left-color: rgb(217 249 157 / 0.8);
    border-right-color: rgb(217 249 157 / 0.8);
  }

  .lg\:border-x-lime-200\/85 {
    border-left-color: rgb(217 249 157 / 0.85);
    border-right-color: rgb(217 249 157 / 0.85);
  }

  .lg\:border-x-lime-200\/90 {
    border-left-color: rgb(217 249 157 / 0.9);
    border-right-color: rgb(217 249 157 / 0.9);
  }

  .lg\:border-x-lime-200\/95 {
    border-left-color: rgb(217 249 157 / 0.95);
    border-right-color: rgb(217 249 157 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-lime-300\/0 {
    border-left-color: rgb(190 242 100 / 0);
    border-right-color: rgb(190 242 100 / 0);
  }

  .lg\:border-x-lime-300\/10 {
    border-left-color: rgb(190 242 100 / 0.1);
    border-right-color: rgb(190 242 100 / 0.1);
  }

  .lg\:border-x-lime-300\/100 {
    border-left-color: rgb(190 242 100 / 1);
    border-right-color: rgb(190 242 100 / 1);
  }

  .lg\:border-x-lime-300\/15 {
    border-left-color: rgb(190 242 100 / 0.15);
    border-right-color: rgb(190 242 100 / 0.15);
  }

  .lg\:border-x-lime-300\/20 {
    border-left-color: rgb(190 242 100 / 0.2);
    border-right-color: rgb(190 242 100 / 0.2);
  }

  .lg\:border-x-lime-300\/25 {
    border-left-color: rgb(190 242 100 / 0.25);
    border-right-color: rgb(190 242 100 / 0.25);
  }

  .lg\:border-x-lime-300\/30 {
    border-left-color: rgb(190 242 100 / 0.3);
    border-right-color: rgb(190 242 100 / 0.3);
  }

  .lg\:border-x-lime-300\/35 {
    border-left-color: rgb(190 242 100 / 0.35);
    border-right-color: rgb(190 242 100 / 0.35);
  }

  .lg\:border-x-lime-300\/40 {
    border-left-color: rgb(190 242 100 / 0.4);
    border-right-color: rgb(190 242 100 / 0.4);
  }

  .lg\:border-x-lime-300\/45 {
    border-left-color: rgb(190 242 100 / 0.45);
    border-right-color: rgb(190 242 100 / 0.45);
  }

  .lg\:border-x-lime-300\/5 {
    border-left-color: rgb(190 242 100 / 0.05);
    border-right-color: rgb(190 242 100 / 0.05);
  }

  .lg\:border-x-lime-300\/50 {
    border-left-color: rgb(190 242 100 / 0.5);
    border-right-color: rgb(190 242 100 / 0.5);
  }

  .lg\:border-x-lime-300\/55 {
    border-left-color: rgb(190 242 100 / 0.55);
    border-right-color: rgb(190 242 100 / 0.55);
  }

  .lg\:border-x-lime-300\/60 {
    border-left-color: rgb(190 242 100 / 0.6);
    border-right-color: rgb(190 242 100 / 0.6);
  }

  .lg\:border-x-lime-300\/65 {
    border-left-color: rgb(190 242 100 / 0.65);
    border-right-color: rgb(190 242 100 / 0.65);
  }

  .lg\:border-x-lime-300\/70 {
    border-left-color: rgb(190 242 100 / 0.7);
    border-right-color: rgb(190 242 100 / 0.7);
  }

  .lg\:border-x-lime-300\/75 {
    border-left-color: rgb(190 242 100 / 0.75);
    border-right-color: rgb(190 242 100 / 0.75);
  }

  .lg\:border-x-lime-300\/80 {
    border-left-color: rgb(190 242 100 / 0.8);
    border-right-color: rgb(190 242 100 / 0.8);
  }

  .lg\:border-x-lime-300\/85 {
    border-left-color: rgb(190 242 100 / 0.85);
    border-right-color: rgb(190 242 100 / 0.85);
  }

  .lg\:border-x-lime-300\/90 {
    border-left-color: rgb(190 242 100 / 0.9);
    border-right-color: rgb(190 242 100 / 0.9);
  }

  .lg\:border-x-lime-300\/95 {
    border-left-color: rgb(190 242 100 / 0.95);
    border-right-color: rgb(190 242 100 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-lime-400\/0 {
    border-left-color: rgb(163 230 53 / 0);
    border-right-color: rgb(163 230 53 / 0);
  }

  .lg\:border-x-lime-400\/10 {
    border-left-color: rgb(163 230 53 / 0.1);
    border-right-color: rgb(163 230 53 / 0.1);
  }

  .lg\:border-x-lime-400\/100 {
    border-left-color: rgb(163 230 53 / 1);
    border-right-color: rgb(163 230 53 / 1);
  }

  .lg\:border-x-lime-400\/15 {
    border-left-color: rgb(163 230 53 / 0.15);
    border-right-color: rgb(163 230 53 / 0.15);
  }

  .lg\:border-x-lime-400\/20 {
    border-left-color: rgb(163 230 53 / 0.2);
    border-right-color: rgb(163 230 53 / 0.2);
  }

  .lg\:border-x-lime-400\/25 {
    border-left-color: rgb(163 230 53 / 0.25);
    border-right-color: rgb(163 230 53 / 0.25);
  }

  .lg\:border-x-lime-400\/30 {
    border-left-color: rgb(163 230 53 / 0.3);
    border-right-color: rgb(163 230 53 / 0.3);
  }

  .lg\:border-x-lime-400\/35 {
    border-left-color: rgb(163 230 53 / 0.35);
    border-right-color: rgb(163 230 53 / 0.35);
  }

  .lg\:border-x-lime-400\/40 {
    border-left-color: rgb(163 230 53 / 0.4);
    border-right-color: rgb(163 230 53 / 0.4);
  }

  .lg\:border-x-lime-400\/45 {
    border-left-color: rgb(163 230 53 / 0.45);
    border-right-color: rgb(163 230 53 / 0.45);
  }

  .lg\:border-x-lime-400\/5 {
    border-left-color: rgb(163 230 53 / 0.05);
    border-right-color: rgb(163 230 53 / 0.05);
  }

  .lg\:border-x-lime-400\/50 {
    border-left-color: rgb(163 230 53 / 0.5);
    border-right-color: rgb(163 230 53 / 0.5);
  }

  .lg\:border-x-lime-400\/55 {
    border-left-color: rgb(163 230 53 / 0.55);
    border-right-color: rgb(163 230 53 / 0.55);
  }

  .lg\:border-x-lime-400\/60 {
    border-left-color: rgb(163 230 53 / 0.6);
    border-right-color: rgb(163 230 53 / 0.6);
  }

  .lg\:border-x-lime-400\/65 {
    border-left-color: rgb(163 230 53 / 0.65);
    border-right-color: rgb(163 230 53 / 0.65);
  }

  .lg\:border-x-lime-400\/70 {
    border-left-color: rgb(163 230 53 / 0.7);
    border-right-color: rgb(163 230 53 / 0.7);
  }

  .lg\:border-x-lime-400\/75 {
    border-left-color: rgb(163 230 53 / 0.75);
    border-right-color: rgb(163 230 53 / 0.75);
  }

  .lg\:border-x-lime-400\/80 {
    border-left-color: rgb(163 230 53 / 0.8);
    border-right-color: rgb(163 230 53 / 0.8);
  }

  .lg\:border-x-lime-400\/85 {
    border-left-color: rgb(163 230 53 / 0.85);
    border-right-color: rgb(163 230 53 / 0.85);
  }

  .lg\:border-x-lime-400\/90 {
    border-left-color: rgb(163 230 53 / 0.9);
    border-right-color: rgb(163 230 53 / 0.9);
  }

  .lg\:border-x-lime-400\/95 {
    border-left-color: rgb(163 230 53 / 0.95);
    border-right-color: rgb(163 230 53 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-lime-50\/0 {
    border-left-color: rgb(247 254 231 / 0);
    border-right-color: rgb(247 254 231 / 0);
  }

  .lg\:border-x-lime-50\/10 {
    border-left-color: rgb(247 254 231 / 0.1);
    border-right-color: rgb(247 254 231 / 0.1);
  }

  .lg\:border-x-lime-50\/100 {
    border-left-color: rgb(247 254 231 / 1);
    border-right-color: rgb(247 254 231 / 1);
  }

  .lg\:border-x-lime-50\/15 {
    border-left-color: rgb(247 254 231 / 0.15);
    border-right-color: rgb(247 254 231 / 0.15);
  }

  .lg\:border-x-lime-50\/20 {
    border-left-color: rgb(247 254 231 / 0.2);
    border-right-color: rgb(247 254 231 / 0.2);
  }

  .lg\:border-x-lime-50\/25 {
    border-left-color: rgb(247 254 231 / 0.25);
    border-right-color: rgb(247 254 231 / 0.25);
  }

  .lg\:border-x-lime-50\/30 {
    border-left-color: rgb(247 254 231 / 0.3);
    border-right-color: rgb(247 254 231 / 0.3);
  }

  .lg\:border-x-lime-50\/35 {
    border-left-color: rgb(247 254 231 / 0.35);
    border-right-color: rgb(247 254 231 / 0.35);
  }

  .lg\:border-x-lime-50\/40 {
    border-left-color: rgb(247 254 231 / 0.4);
    border-right-color: rgb(247 254 231 / 0.4);
  }

  .lg\:border-x-lime-50\/45 {
    border-left-color: rgb(247 254 231 / 0.45);
    border-right-color: rgb(247 254 231 / 0.45);
  }

  .lg\:border-x-lime-50\/5 {
    border-left-color: rgb(247 254 231 / 0.05);
    border-right-color: rgb(247 254 231 / 0.05);
  }

  .lg\:border-x-lime-50\/50 {
    border-left-color: rgb(247 254 231 / 0.5);
    border-right-color: rgb(247 254 231 / 0.5);
  }

  .lg\:border-x-lime-50\/55 {
    border-left-color: rgb(247 254 231 / 0.55);
    border-right-color: rgb(247 254 231 / 0.55);
  }

  .lg\:border-x-lime-50\/60 {
    border-left-color: rgb(247 254 231 / 0.6);
    border-right-color: rgb(247 254 231 / 0.6);
  }

  .lg\:border-x-lime-50\/65 {
    border-left-color: rgb(247 254 231 / 0.65);
    border-right-color: rgb(247 254 231 / 0.65);
  }

  .lg\:border-x-lime-50\/70 {
    border-left-color: rgb(247 254 231 / 0.7);
    border-right-color: rgb(247 254 231 / 0.7);
  }

  .lg\:border-x-lime-50\/75 {
    border-left-color: rgb(247 254 231 / 0.75);
    border-right-color: rgb(247 254 231 / 0.75);
  }

  .lg\:border-x-lime-50\/80 {
    border-left-color: rgb(247 254 231 / 0.8);
    border-right-color: rgb(247 254 231 / 0.8);
  }

  .lg\:border-x-lime-50\/85 {
    border-left-color: rgb(247 254 231 / 0.85);
    border-right-color: rgb(247 254 231 / 0.85);
  }

  .lg\:border-x-lime-50\/90 {
    border-left-color: rgb(247 254 231 / 0.9);
    border-right-color: rgb(247 254 231 / 0.9);
  }

  .lg\:border-x-lime-50\/95 {
    border-left-color: rgb(247 254 231 / 0.95);
    border-right-color: rgb(247 254 231 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-lime-500\/0 {
    border-left-color: rgb(132 204 22 / 0);
    border-right-color: rgb(132 204 22 / 0);
  }

  .lg\:border-x-lime-500\/10 {
    border-left-color: rgb(132 204 22 / 0.1);
    border-right-color: rgb(132 204 22 / 0.1);
  }

  .lg\:border-x-lime-500\/100 {
    border-left-color: rgb(132 204 22 / 1);
    border-right-color: rgb(132 204 22 / 1);
  }

  .lg\:border-x-lime-500\/15 {
    border-left-color: rgb(132 204 22 / 0.15);
    border-right-color: rgb(132 204 22 / 0.15);
  }

  .lg\:border-x-lime-500\/20 {
    border-left-color: rgb(132 204 22 / 0.2);
    border-right-color: rgb(132 204 22 / 0.2);
  }

  .lg\:border-x-lime-500\/25 {
    border-left-color: rgb(132 204 22 / 0.25);
    border-right-color: rgb(132 204 22 / 0.25);
  }

  .lg\:border-x-lime-500\/30 {
    border-left-color: rgb(132 204 22 / 0.3);
    border-right-color: rgb(132 204 22 / 0.3);
  }

  .lg\:border-x-lime-500\/35 {
    border-left-color: rgb(132 204 22 / 0.35);
    border-right-color: rgb(132 204 22 / 0.35);
  }

  .lg\:border-x-lime-500\/40 {
    border-left-color: rgb(132 204 22 / 0.4);
    border-right-color: rgb(132 204 22 / 0.4);
  }

  .lg\:border-x-lime-500\/45 {
    border-left-color: rgb(132 204 22 / 0.45);
    border-right-color: rgb(132 204 22 / 0.45);
  }

  .lg\:border-x-lime-500\/5 {
    border-left-color: rgb(132 204 22 / 0.05);
    border-right-color: rgb(132 204 22 / 0.05);
  }

  .lg\:border-x-lime-500\/50 {
    border-left-color: rgb(132 204 22 / 0.5);
    border-right-color: rgb(132 204 22 / 0.5);
  }

  .lg\:border-x-lime-500\/55 {
    border-left-color: rgb(132 204 22 / 0.55);
    border-right-color: rgb(132 204 22 / 0.55);
  }

  .lg\:border-x-lime-500\/60 {
    border-left-color: rgb(132 204 22 / 0.6);
    border-right-color: rgb(132 204 22 / 0.6);
  }

  .lg\:border-x-lime-500\/65 {
    border-left-color: rgb(132 204 22 / 0.65);
    border-right-color: rgb(132 204 22 / 0.65);
  }

  .lg\:border-x-lime-500\/70 {
    border-left-color: rgb(132 204 22 / 0.7);
    border-right-color: rgb(132 204 22 / 0.7);
  }

  .lg\:border-x-lime-500\/75 {
    border-left-color: rgb(132 204 22 / 0.75);
    border-right-color: rgb(132 204 22 / 0.75);
  }

  .lg\:border-x-lime-500\/80 {
    border-left-color: rgb(132 204 22 / 0.8);
    border-right-color: rgb(132 204 22 / 0.8);
  }

  .lg\:border-x-lime-500\/85 {
    border-left-color: rgb(132 204 22 / 0.85);
    border-right-color: rgb(132 204 22 / 0.85);
  }

  .lg\:border-x-lime-500\/90 {
    border-left-color: rgb(132 204 22 / 0.9);
    border-right-color: rgb(132 204 22 / 0.9);
  }

  .lg\:border-x-lime-500\/95 {
    border-left-color: rgb(132 204 22 / 0.95);
    border-right-color: rgb(132 204 22 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-lime-600\/0 {
    border-left-color: rgb(101 163 13 / 0);
    border-right-color: rgb(101 163 13 / 0);
  }

  .lg\:border-x-lime-600\/10 {
    border-left-color: rgb(101 163 13 / 0.1);
    border-right-color: rgb(101 163 13 / 0.1);
  }

  .lg\:border-x-lime-600\/100 {
    border-left-color: rgb(101 163 13 / 1);
    border-right-color: rgb(101 163 13 / 1);
  }

  .lg\:border-x-lime-600\/15 {
    border-left-color: rgb(101 163 13 / 0.15);
    border-right-color: rgb(101 163 13 / 0.15);
  }

  .lg\:border-x-lime-600\/20 {
    border-left-color: rgb(101 163 13 / 0.2);
    border-right-color: rgb(101 163 13 / 0.2);
  }

  .lg\:border-x-lime-600\/25 {
    border-left-color: rgb(101 163 13 / 0.25);
    border-right-color: rgb(101 163 13 / 0.25);
  }

  .lg\:border-x-lime-600\/30 {
    border-left-color: rgb(101 163 13 / 0.3);
    border-right-color: rgb(101 163 13 / 0.3);
  }

  .lg\:border-x-lime-600\/35 {
    border-left-color: rgb(101 163 13 / 0.35);
    border-right-color: rgb(101 163 13 / 0.35);
  }

  .lg\:border-x-lime-600\/40 {
    border-left-color: rgb(101 163 13 / 0.4);
    border-right-color: rgb(101 163 13 / 0.4);
  }

  .lg\:border-x-lime-600\/45 {
    border-left-color: rgb(101 163 13 / 0.45);
    border-right-color: rgb(101 163 13 / 0.45);
  }

  .lg\:border-x-lime-600\/5 {
    border-left-color: rgb(101 163 13 / 0.05);
    border-right-color: rgb(101 163 13 / 0.05);
  }

  .lg\:border-x-lime-600\/50 {
    border-left-color: rgb(101 163 13 / 0.5);
    border-right-color: rgb(101 163 13 / 0.5);
  }

  .lg\:border-x-lime-600\/55 {
    border-left-color: rgb(101 163 13 / 0.55);
    border-right-color: rgb(101 163 13 / 0.55);
  }

  .lg\:border-x-lime-600\/60 {
    border-left-color: rgb(101 163 13 / 0.6);
    border-right-color: rgb(101 163 13 / 0.6);
  }

  .lg\:border-x-lime-600\/65 {
    border-left-color: rgb(101 163 13 / 0.65);
    border-right-color: rgb(101 163 13 / 0.65);
  }

  .lg\:border-x-lime-600\/70 {
    border-left-color: rgb(101 163 13 / 0.7);
    border-right-color: rgb(101 163 13 / 0.7);
  }

  .lg\:border-x-lime-600\/75 {
    border-left-color: rgb(101 163 13 / 0.75);
    border-right-color: rgb(101 163 13 / 0.75);
  }

  .lg\:border-x-lime-600\/80 {
    border-left-color: rgb(101 163 13 / 0.8);
    border-right-color: rgb(101 163 13 / 0.8);
  }

  .lg\:border-x-lime-600\/85 {
    border-left-color: rgb(101 163 13 / 0.85);
    border-right-color: rgb(101 163 13 / 0.85);
  }

  .lg\:border-x-lime-600\/90 {
    border-left-color: rgb(101 163 13 / 0.9);
    border-right-color: rgb(101 163 13 / 0.9);
  }

  .lg\:border-x-lime-600\/95 {
    border-left-color: rgb(101 163 13 / 0.95);
    border-right-color: rgb(101 163 13 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-lime-700\/0 {
    border-left-color: rgb(77 124 15 / 0);
    border-right-color: rgb(77 124 15 / 0);
  }

  .lg\:border-x-lime-700\/10 {
    border-left-color: rgb(77 124 15 / 0.1);
    border-right-color: rgb(77 124 15 / 0.1);
  }

  .lg\:border-x-lime-700\/100 {
    border-left-color: rgb(77 124 15 / 1);
    border-right-color: rgb(77 124 15 / 1);
  }

  .lg\:border-x-lime-700\/15 {
    border-left-color: rgb(77 124 15 / 0.15);
    border-right-color: rgb(77 124 15 / 0.15);
  }

  .lg\:border-x-lime-700\/20 {
    border-left-color: rgb(77 124 15 / 0.2);
    border-right-color: rgb(77 124 15 / 0.2);
  }

  .lg\:border-x-lime-700\/25 {
    border-left-color: rgb(77 124 15 / 0.25);
    border-right-color: rgb(77 124 15 / 0.25);
  }

  .lg\:border-x-lime-700\/30 {
    border-left-color: rgb(77 124 15 / 0.3);
    border-right-color: rgb(77 124 15 / 0.3);
  }

  .lg\:border-x-lime-700\/35 {
    border-left-color: rgb(77 124 15 / 0.35);
    border-right-color: rgb(77 124 15 / 0.35);
  }

  .lg\:border-x-lime-700\/40 {
    border-left-color: rgb(77 124 15 / 0.4);
    border-right-color: rgb(77 124 15 / 0.4);
  }

  .lg\:border-x-lime-700\/45 {
    border-left-color: rgb(77 124 15 / 0.45);
    border-right-color: rgb(77 124 15 / 0.45);
  }

  .lg\:border-x-lime-700\/5 {
    border-left-color: rgb(77 124 15 / 0.05);
    border-right-color: rgb(77 124 15 / 0.05);
  }

  .lg\:border-x-lime-700\/50 {
    border-left-color: rgb(77 124 15 / 0.5);
    border-right-color: rgb(77 124 15 / 0.5);
  }

  .lg\:border-x-lime-700\/55 {
    border-left-color: rgb(77 124 15 / 0.55);
    border-right-color: rgb(77 124 15 / 0.55);
  }

  .lg\:border-x-lime-700\/60 {
    border-left-color: rgb(77 124 15 / 0.6);
    border-right-color: rgb(77 124 15 / 0.6);
  }

  .lg\:border-x-lime-700\/65 {
    border-left-color: rgb(77 124 15 / 0.65);
    border-right-color: rgb(77 124 15 / 0.65);
  }

  .lg\:border-x-lime-700\/70 {
    border-left-color: rgb(77 124 15 / 0.7);
    border-right-color: rgb(77 124 15 / 0.7);
  }

  .lg\:border-x-lime-700\/75 {
    border-left-color: rgb(77 124 15 / 0.75);
    border-right-color: rgb(77 124 15 / 0.75);
  }

  .lg\:border-x-lime-700\/80 {
    border-left-color: rgb(77 124 15 / 0.8);
    border-right-color: rgb(77 124 15 / 0.8);
  }

  .lg\:border-x-lime-700\/85 {
    border-left-color: rgb(77 124 15 / 0.85);
    border-right-color: rgb(77 124 15 / 0.85);
  }

  .lg\:border-x-lime-700\/90 {
    border-left-color: rgb(77 124 15 / 0.9);
    border-right-color: rgb(77 124 15 / 0.9);
  }

  .lg\:border-x-lime-700\/95 {
    border-left-color: rgb(77 124 15 / 0.95);
    border-right-color: rgb(77 124 15 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-lime-800\/0 {
    border-left-color: rgb(63 98 18 / 0);
    border-right-color: rgb(63 98 18 / 0);
  }

  .lg\:border-x-lime-800\/10 {
    border-left-color: rgb(63 98 18 / 0.1);
    border-right-color: rgb(63 98 18 / 0.1);
  }

  .lg\:border-x-lime-800\/100 {
    border-left-color: rgb(63 98 18 / 1);
    border-right-color: rgb(63 98 18 / 1);
  }

  .lg\:border-x-lime-800\/15 {
    border-left-color: rgb(63 98 18 / 0.15);
    border-right-color: rgb(63 98 18 / 0.15);
  }

  .lg\:border-x-lime-800\/20 {
    border-left-color: rgb(63 98 18 / 0.2);
    border-right-color: rgb(63 98 18 / 0.2);
  }

  .lg\:border-x-lime-800\/25 {
    border-left-color: rgb(63 98 18 / 0.25);
    border-right-color: rgb(63 98 18 / 0.25);
  }

  .lg\:border-x-lime-800\/30 {
    border-left-color: rgb(63 98 18 / 0.3);
    border-right-color: rgb(63 98 18 / 0.3);
  }

  .lg\:border-x-lime-800\/35 {
    border-left-color: rgb(63 98 18 / 0.35);
    border-right-color: rgb(63 98 18 / 0.35);
  }

  .lg\:border-x-lime-800\/40 {
    border-left-color: rgb(63 98 18 / 0.4);
    border-right-color: rgb(63 98 18 / 0.4);
  }

  .lg\:border-x-lime-800\/45 {
    border-left-color: rgb(63 98 18 / 0.45);
    border-right-color: rgb(63 98 18 / 0.45);
  }

  .lg\:border-x-lime-800\/5 {
    border-left-color: rgb(63 98 18 / 0.05);
    border-right-color: rgb(63 98 18 / 0.05);
  }

  .lg\:border-x-lime-800\/50 {
    border-left-color: rgb(63 98 18 / 0.5);
    border-right-color: rgb(63 98 18 / 0.5);
  }

  .lg\:border-x-lime-800\/55 {
    border-left-color: rgb(63 98 18 / 0.55);
    border-right-color: rgb(63 98 18 / 0.55);
  }

  .lg\:border-x-lime-800\/60 {
    border-left-color: rgb(63 98 18 / 0.6);
    border-right-color: rgb(63 98 18 / 0.6);
  }

  .lg\:border-x-lime-800\/65 {
    border-left-color: rgb(63 98 18 / 0.65);
    border-right-color: rgb(63 98 18 / 0.65);
  }

  .lg\:border-x-lime-800\/70 {
    border-left-color: rgb(63 98 18 / 0.7);
    border-right-color: rgb(63 98 18 / 0.7);
  }

  .lg\:border-x-lime-800\/75 {
    border-left-color: rgb(63 98 18 / 0.75);
    border-right-color: rgb(63 98 18 / 0.75);
  }

  .lg\:border-x-lime-800\/80 {
    border-left-color: rgb(63 98 18 / 0.8);
    border-right-color: rgb(63 98 18 / 0.8);
  }

  .lg\:border-x-lime-800\/85 {
    border-left-color: rgb(63 98 18 / 0.85);
    border-right-color: rgb(63 98 18 / 0.85);
  }

  .lg\:border-x-lime-800\/90 {
    border-left-color: rgb(63 98 18 / 0.9);
    border-right-color: rgb(63 98 18 / 0.9);
  }

  .lg\:border-x-lime-800\/95 {
    border-left-color: rgb(63 98 18 / 0.95);
    border-right-color: rgb(63 98 18 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-lime-900\/0 {
    border-left-color: rgb(54 83 20 / 0);
    border-right-color: rgb(54 83 20 / 0);
  }

  .lg\:border-x-lime-900\/10 {
    border-left-color: rgb(54 83 20 / 0.1);
    border-right-color: rgb(54 83 20 / 0.1);
  }

  .lg\:border-x-lime-900\/100 {
    border-left-color: rgb(54 83 20 / 1);
    border-right-color: rgb(54 83 20 / 1);
  }

  .lg\:border-x-lime-900\/15 {
    border-left-color: rgb(54 83 20 / 0.15);
    border-right-color: rgb(54 83 20 / 0.15);
  }

  .lg\:border-x-lime-900\/20 {
    border-left-color: rgb(54 83 20 / 0.2);
    border-right-color: rgb(54 83 20 / 0.2);
  }

  .lg\:border-x-lime-900\/25 {
    border-left-color: rgb(54 83 20 / 0.25);
    border-right-color: rgb(54 83 20 / 0.25);
  }

  .lg\:border-x-lime-900\/30 {
    border-left-color: rgb(54 83 20 / 0.3);
    border-right-color: rgb(54 83 20 / 0.3);
  }

  .lg\:border-x-lime-900\/35 {
    border-left-color: rgb(54 83 20 / 0.35);
    border-right-color: rgb(54 83 20 / 0.35);
  }

  .lg\:border-x-lime-900\/40 {
    border-left-color: rgb(54 83 20 / 0.4);
    border-right-color: rgb(54 83 20 / 0.4);
  }

  .lg\:border-x-lime-900\/45 {
    border-left-color: rgb(54 83 20 / 0.45);
    border-right-color: rgb(54 83 20 / 0.45);
  }

  .lg\:border-x-lime-900\/5 {
    border-left-color: rgb(54 83 20 / 0.05);
    border-right-color: rgb(54 83 20 / 0.05);
  }

  .lg\:border-x-lime-900\/50 {
    border-left-color: rgb(54 83 20 / 0.5);
    border-right-color: rgb(54 83 20 / 0.5);
  }

  .lg\:border-x-lime-900\/55 {
    border-left-color: rgb(54 83 20 / 0.55);
    border-right-color: rgb(54 83 20 / 0.55);
  }

  .lg\:border-x-lime-900\/60 {
    border-left-color: rgb(54 83 20 / 0.6);
    border-right-color: rgb(54 83 20 / 0.6);
  }

  .lg\:border-x-lime-900\/65 {
    border-left-color: rgb(54 83 20 / 0.65);
    border-right-color: rgb(54 83 20 / 0.65);
  }

  .lg\:border-x-lime-900\/70 {
    border-left-color: rgb(54 83 20 / 0.7);
    border-right-color: rgb(54 83 20 / 0.7);
  }

  .lg\:border-x-lime-900\/75 {
    border-left-color: rgb(54 83 20 / 0.75);
    border-right-color: rgb(54 83 20 / 0.75);
  }

  .lg\:border-x-lime-900\/80 {
    border-left-color: rgb(54 83 20 / 0.8);
    border-right-color: rgb(54 83 20 / 0.8);
  }

  .lg\:border-x-lime-900\/85 {
    border-left-color: rgb(54 83 20 / 0.85);
    border-right-color: rgb(54 83 20 / 0.85);
  }

  .lg\:border-x-lime-900\/90 {
    border-left-color: rgb(54 83 20 / 0.9);
    border-right-color: rgb(54 83 20 / 0.9);
  }

  .lg\:border-x-lime-900\/95 {
    border-left-color: rgb(54 83 20 / 0.95);
    border-right-color: rgb(54 83 20 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-lime-950\/0 {
    border-left-color: rgb(26 46 5 / 0);
    border-right-color: rgb(26 46 5 / 0);
  }

  .lg\:border-x-lime-950\/10 {
    border-left-color: rgb(26 46 5 / 0.1);
    border-right-color: rgb(26 46 5 / 0.1);
  }

  .lg\:border-x-lime-950\/100 {
    border-left-color: rgb(26 46 5 / 1);
    border-right-color: rgb(26 46 5 / 1);
  }

  .lg\:border-x-lime-950\/15 {
    border-left-color: rgb(26 46 5 / 0.15);
    border-right-color: rgb(26 46 5 / 0.15);
  }

  .lg\:border-x-lime-950\/20 {
    border-left-color: rgb(26 46 5 / 0.2);
    border-right-color: rgb(26 46 5 / 0.2);
  }

  .lg\:border-x-lime-950\/25 {
    border-left-color: rgb(26 46 5 / 0.25);
    border-right-color: rgb(26 46 5 / 0.25);
  }

  .lg\:border-x-lime-950\/30 {
    border-left-color: rgb(26 46 5 / 0.3);
    border-right-color: rgb(26 46 5 / 0.3);
  }

  .lg\:border-x-lime-950\/35 {
    border-left-color: rgb(26 46 5 / 0.35);
    border-right-color: rgb(26 46 5 / 0.35);
  }

  .lg\:border-x-lime-950\/40 {
    border-left-color: rgb(26 46 5 / 0.4);
    border-right-color: rgb(26 46 5 / 0.4);
  }

  .lg\:border-x-lime-950\/45 {
    border-left-color: rgb(26 46 5 / 0.45);
    border-right-color: rgb(26 46 5 / 0.45);
  }

  .lg\:border-x-lime-950\/5 {
    border-left-color: rgb(26 46 5 / 0.05);
    border-right-color: rgb(26 46 5 / 0.05);
  }

  .lg\:border-x-lime-950\/50 {
    border-left-color: rgb(26 46 5 / 0.5);
    border-right-color: rgb(26 46 5 / 0.5);
  }

  .lg\:border-x-lime-950\/55 {
    border-left-color: rgb(26 46 5 / 0.55);
    border-right-color: rgb(26 46 5 / 0.55);
  }

  .lg\:border-x-lime-950\/60 {
    border-left-color: rgb(26 46 5 / 0.6);
    border-right-color: rgb(26 46 5 / 0.6);
  }

  .lg\:border-x-lime-950\/65 {
    border-left-color: rgb(26 46 5 / 0.65);
    border-right-color: rgb(26 46 5 / 0.65);
  }

  .lg\:border-x-lime-950\/70 {
    border-left-color: rgb(26 46 5 / 0.7);
    border-right-color: rgb(26 46 5 / 0.7);
  }

  .lg\:border-x-lime-950\/75 {
    border-left-color: rgb(26 46 5 / 0.75);
    border-right-color: rgb(26 46 5 / 0.75);
  }

  .lg\:border-x-lime-950\/80 {
    border-left-color: rgb(26 46 5 / 0.8);
    border-right-color: rgb(26 46 5 / 0.8);
  }

  .lg\:border-x-lime-950\/85 {
    border-left-color: rgb(26 46 5 / 0.85);
    border-right-color: rgb(26 46 5 / 0.85);
  }

  .lg\:border-x-lime-950\/90 {
    border-left-color: rgb(26 46 5 / 0.9);
    border-right-color: rgb(26 46 5 / 0.9);
  }

  .lg\:border-x-lime-950\/95 {
    border-left-color: rgb(26 46 5 / 0.95);
    border-right-color: rgb(26 46 5 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-neutral-100\/0 {
    border-left-color: rgb(245 245 245 / 0);
    border-right-color: rgb(245 245 245 / 0);
  }

  .lg\:border-x-neutral-100\/10 {
    border-left-color: rgb(245 245 245 / 0.1);
    border-right-color: rgb(245 245 245 / 0.1);
  }

  .lg\:border-x-neutral-100\/100 {
    border-left-color: rgb(245 245 245 / 1);
    border-right-color: rgb(245 245 245 / 1);
  }

  .lg\:border-x-neutral-100\/15 {
    border-left-color: rgb(245 245 245 / 0.15);
    border-right-color: rgb(245 245 245 / 0.15);
  }

  .lg\:border-x-neutral-100\/20 {
    border-left-color: rgb(245 245 245 / 0.2);
    border-right-color: rgb(245 245 245 / 0.2);
  }

  .lg\:border-x-neutral-100\/25 {
    border-left-color: rgb(245 245 245 / 0.25);
    border-right-color: rgb(245 245 245 / 0.25);
  }

  .lg\:border-x-neutral-100\/30 {
    border-left-color: rgb(245 245 245 / 0.3);
    border-right-color: rgb(245 245 245 / 0.3);
  }

  .lg\:border-x-neutral-100\/35 {
    border-left-color: rgb(245 245 245 / 0.35);
    border-right-color: rgb(245 245 245 / 0.35);
  }

  .lg\:border-x-neutral-100\/40 {
    border-left-color: rgb(245 245 245 / 0.4);
    border-right-color: rgb(245 245 245 / 0.4);
  }

  .lg\:border-x-neutral-100\/45 {
    border-left-color: rgb(245 245 245 / 0.45);
    border-right-color: rgb(245 245 245 / 0.45);
  }

  .lg\:border-x-neutral-100\/5 {
    border-left-color: rgb(245 245 245 / 0.05);
    border-right-color: rgb(245 245 245 / 0.05);
  }

  .lg\:border-x-neutral-100\/50 {
    border-left-color: rgb(245 245 245 / 0.5);
    border-right-color: rgb(245 245 245 / 0.5);
  }

  .lg\:border-x-neutral-100\/55 {
    border-left-color: rgb(245 245 245 / 0.55);
    border-right-color: rgb(245 245 245 / 0.55);
  }

  .lg\:border-x-neutral-100\/60 {
    border-left-color: rgb(245 245 245 / 0.6);
    border-right-color: rgb(245 245 245 / 0.6);
  }

  .lg\:border-x-neutral-100\/65 {
    border-left-color: rgb(245 245 245 / 0.65);
    border-right-color: rgb(245 245 245 / 0.65);
  }

  .lg\:border-x-neutral-100\/70 {
    border-left-color: rgb(245 245 245 / 0.7);
    border-right-color: rgb(245 245 245 / 0.7);
  }

  .lg\:border-x-neutral-100\/75 {
    border-left-color: rgb(245 245 245 / 0.75);
    border-right-color: rgb(245 245 245 / 0.75);
  }

  .lg\:border-x-neutral-100\/80 {
    border-left-color: rgb(245 245 245 / 0.8);
    border-right-color: rgb(245 245 245 / 0.8);
  }

  .lg\:border-x-neutral-100\/85 {
    border-left-color: rgb(245 245 245 / 0.85);
    border-right-color: rgb(245 245 245 / 0.85);
  }

  .lg\:border-x-neutral-100\/90 {
    border-left-color: rgb(245 245 245 / 0.9);
    border-right-color: rgb(245 245 245 / 0.9);
  }

  .lg\:border-x-neutral-100\/95 {
    border-left-color: rgb(245 245 245 / 0.95);
    border-right-color: rgb(245 245 245 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-neutral-200\/0 {
    border-left-color: rgb(229 229 229 / 0);
    border-right-color: rgb(229 229 229 / 0);
  }

  .lg\:border-x-neutral-200\/10 {
    border-left-color: rgb(229 229 229 / 0.1);
    border-right-color: rgb(229 229 229 / 0.1);
  }

  .lg\:border-x-neutral-200\/100 {
    border-left-color: rgb(229 229 229 / 1);
    border-right-color: rgb(229 229 229 / 1);
  }

  .lg\:border-x-neutral-200\/15 {
    border-left-color: rgb(229 229 229 / 0.15);
    border-right-color: rgb(229 229 229 / 0.15);
  }

  .lg\:border-x-neutral-200\/20 {
    border-left-color: rgb(229 229 229 / 0.2);
    border-right-color: rgb(229 229 229 / 0.2);
  }

  .lg\:border-x-neutral-200\/25 {
    border-left-color: rgb(229 229 229 / 0.25);
    border-right-color: rgb(229 229 229 / 0.25);
  }

  .lg\:border-x-neutral-200\/30 {
    border-left-color: rgb(229 229 229 / 0.3);
    border-right-color: rgb(229 229 229 / 0.3);
  }

  .lg\:border-x-neutral-200\/35 {
    border-left-color: rgb(229 229 229 / 0.35);
    border-right-color: rgb(229 229 229 / 0.35);
  }

  .lg\:border-x-neutral-200\/40 {
    border-left-color: rgb(229 229 229 / 0.4);
    border-right-color: rgb(229 229 229 / 0.4);
  }

  .lg\:border-x-neutral-200\/45 {
    border-left-color: rgb(229 229 229 / 0.45);
    border-right-color: rgb(229 229 229 / 0.45);
  }

  .lg\:border-x-neutral-200\/5 {
    border-left-color: rgb(229 229 229 / 0.05);
    border-right-color: rgb(229 229 229 / 0.05);
  }

  .lg\:border-x-neutral-200\/50 {
    border-left-color: rgb(229 229 229 / 0.5);
    border-right-color: rgb(229 229 229 / 0.5);
  }

  .lg\:border-x-neutral-200\/55 {
    border-left-color: rgb(229 229 229 / 0.55);
    border-right-color: rgb(229 229 229 / 0.55);
  }

  .lg\:border-x-neutral-200\/60 {
    border-left-color: rgb(229 229 229 / 0.6);
    border-right-color: rgb(229 229 229 / 0.6);
  }

  .lg\:border-x-neutral-200\/65 {
    border-left-color: rgb(229 229 229 / 0.65);
    border-right-color: rgb(229 229 229 / 0.65);
  }

  .lg\:border-x-neutral-200\/70 {
    border-left-color: rgb(229 229 229 / 0.7);
    border-right-color: rgb(229 229 229 / 0.7);
  }

  .lg\:border-x-neutral-200\/75 {
    border-left-color: rgb(229 229 229 / 0.75);
    border-right-color: rgb(229 229 229 / 0.75);
  }

  .lg\:border-x-neutral-200\/80 {
    border-left-color: rgb(229 229 229 / 0.8);
    border-right-color: rgb(229 229 229 / 0.8);
  }

  .lg\:border-x-neutral-200\/85 {
    border-left-color: rgb(229 229 229 / 0.85);
    border-right-color: rgb(229 229 229 / 0.85);
  }

  .lg\:border-x-neutral-200\/90 {
    border-left-color: rgb(229 229 229 / 0.9);
    border-right-color: rgb(229 229 229 / 0.9);
  }

  .lg\:border-x-neutral-200\/95 {
    border-left-color: rgb(229 229 229 / 0.95);
    border-right-color: rgb(229 229 229 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-neutral-300\/0 {
    border-left-color: rgb(212 212 212 / 0);
    border-right-color: rgb(212 212 212 / 0);
  }

  .lg\:border-x-neutral-300\/10 {
    border-left-color: rgb(212 212 212 / 0.1);
    border-right-color: rgb(212 212 212 / 0.1);
  }

  .lg\:border-x-neutral-300\/100 {
    border-left-color: rgb(212 212 212 / 1);
    border-right-color: rgb(212 212 212 / 1);
  }

  .lg\:border-x-neutral-300\/15 {
    border-left-color: rgb(212 212 212 / 0.15);
    border-right-color: rgb(212 212 212 / 0.15);
  }

  .lg\:border-x-neutral-300\/20 {
    border-left-color: rgb(212 212 212 / 0.2);
    border-right-color: rgb(212 212 212 / 0.2);
  }

  .lg\:border-x-neutral-300\/25 {
    border-left-color: rgb(212 212 212 / 0.25);
    border-right-color: rgb(212 212 212 / 0.25);
  }

  .lg\:border-x-neutral-300\/30 {
    border-left-color: rgb(212 212 212 / 0.3);
    border-right-color: rgb(212 212 212 / 0.3);
  }

  .lg\:border-x-neutral-300\/35 {
    border-left-color: rgb(212 212 212 / 0.35);
    border-right-color: rgb(212 212 212 / 0.35);
  }

  .lg\:border-x-neutral-300\/40 {
    border-left-color: rgb(212 212 212 / 0.4);
    border-right-color: rgb(212 212 212 / 0.4);
  }

  .lg\:border-x-neutral-300\/45 {
    border-left-color: rgb(212 212 212 / 0.45);
    border-right-color: rgb(212 212 212 / 0.45);
  }

  .lg\:border-x-neutral-300\/5 {
    border-left-color: rgb(212 212 212 / 0.05);
    border-right-color: rgb(212 212 212 / 0.05);
  }

  .lg\:border-x-neutral-300\/50 {
    border-left-color: rgb(212 212 212 / 0.5);
    border-right-color: rgb(212 212 212 / 0.5);
  }

  .lg\:border-x-neutral-300\/55 {
    border-left-color: rgb(212 212 212 / 0.55);
    border-right-color: rgb(212 212 212 / 0.55);
  }

  .lg\:border-x-neutral-300\/60 {
    border-left-color: rgb(212 212 212 / 0.6);
    border-right-color: rgb(212 212 212 / 0.6);
  }

  .lg\:border-x-neutral-300\/65 {
    border-left-color: rgb(212 212 212 / 0.65);
    border-right-color: rgb(212 212 212 / 0.65);
  }

  .lg\:border-x-neutral-300\/70 {
    border-left-color: rgb(212 212 212 / 0.7);
    border-right-color: rgb(212 212 212 / 0.7);
  }

  .lg\:border-x-neutral-300\/75 {
    border-left-color: rgb(212 212 212 / 0.75);
    border-right-color: rgb(212 212 212 / 0.75);
  }

  .lg\:border-x-neutral-300\/80 {
    border-left-color: rgb(212 212 212 / 0.8);
    border-right-color: rgb(212 212 212 / 0.8);
  }

  .lg\:border-x-neutral-300\/85 {
    border-left-color: rgb(212 212 212 / 0.85);
    border-right-color: rgb(212 212 212 / 0.85);
  }

  .lg\:border-x-neutral-300\/90 {
    border-left-color: rgb(212 212 212 / 0.9);
    border-right-color: rgb(212 212 212 / 0.9);
  }

  .lg\:border-x-neutral-300\/95 {
    border-left-color: rgb(212 212 212 / 0.95);
    border-right-color: rgb(212 212 212 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-neutral-400\/0 {
    border-left-color: rgb(163 163 163 / 0);
    border-right-color: rgb(163 163 163 / 0);
  }

  .lg\:border-x-neutral-400\/10 {
    border-left-color: rgb(163 163 163 / 0.1);
    border-right-color: rgb(163 163 163 / 0.1);
  }

  .lg\:border-x-neutral-400\/100 {
    border-left-color: rgb(163 163 163 / 1);
    border-right-color: rgb(163 163 163 / 1);
  }

  .lg\:border-x-neutral-400\/15 {
    border-left-color: rgb(163 163 163 / 0.15);
    border-right-color: rgb(163 163 163 / 0.15);
  }

  .lg\:border-x-neutral-400\/20 {
    border-left-color: rgb(163 163 163 / 0.2);
    border-right-color: rgb(163 163 163 / 0.2);
  }

  .lg\:border-x-neutral-400\/25 {
    border-left-color: rgb(163 163 163 / 0.25);
    border-right-color: rgb(163 163 163 / 0.25);
  }

  .lg\:border-x-neutral-400\/30 {
    border-left-color: rgb(163 163 163 / 0.3);
    border-right-color: rgb(163 163 163 / 0.3);
  }

  .lg\:border-x-neutral-400\/35 {
    border-left-color: rgb(163 163 163 / 0.35);
    border-right-color: rgb(163 163 163 / 0.35);
  }

  .lg\:border-x-neutral-400\/40 {
    border-left-color: rgb(163 163 163 / 0.4);
    border-right-color: rgb(163 163 163 / 0.4);
  }

  .lg\:border-x-neutral-400\/45 {
    border-left-color: rgb(163 163 163 / 0.45);
    border-right-color: rgb(163 163 163 / 0.45);
  }

  .lg\:border-x-neutral-400\/5 {
    border-left-color: rgb(163 163 163 / 0.05);
    border-right-color: rgb(163 163 163 / 0.05);
  }

  .lg\:border-x-neutral-400\/50 {
    border-left-color: rgb(163 163 163 / 0.5);
    border-right-color: rgb(163 163 163 / 0.5);
  }

  .lg\:border-x-neutral-400\/55 {
    border-left-color: rgb(163 163 163 / 0.55);
    border-right-color: rgb(163 163 163 / 0.55);
  }

  .lg\:border-x-neutral-400\/60 {
    border-left-color: rgb(163 163 163 / 0.6);
    border-right-color: rgb(163 163 163 / 0.6);
  }

  .lg\:border-x-neutral-400\/65 {
    border-left-color: rgb(163 163 163 / 0.65);
    border-right-color: rgb(163 163 163 / 0.65);
  }

  .lg\:border-x-neutral-400\/70 {
    border-left-color: rgb(163 163 163 / 0.7);
    border-right-color: rgb(163 163 163 / 0.7);
  }

  .lg\:border-x-neutral-400\/75 {
    border-left-color: rgb(163 163 163 / 0.75);
    border-right-color: rgb(163 163 163 / 0.75);
  }

  .lg\:border-x-neutral-400\/80 {
    border-left-color: rgb(163 163 163 / 0.8);
    border-right-color: rgb(163 163 163 / 0.8);
  }

  .lg\:border-x-neutral-400\/85 {
    border-left-color: rgb(163 163 163 / 0.85);
    border-right-color: rgb(163 163 163 / 0.85);
  }

  .lg\:border-x-neutral-400\/90 {
    border-left-color: rgb(163 163 163 / 0.9);
    border-right-color: rgb(163 163 163 / 0.9);
  }

  .lg\:border-x-neutral-400\/95 {
    border-left-color: rgb(163 163 163 / 0.95);
    border-right-color: rgb(163 163 163 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-neutral-50\/0 {
    border-left-color: rgb(250 250 250 / 0);
    border-right-color: rgb(250 250 250 / 0);
  }

  .lg\:border-x-neutral-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1);
    border-right-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-x-neutral-50\/100 {
    border-left-color: rgb(250 250 250 / 1);
    border-right-color: rgb(250 250 250 / 1);
  }

  .lg\:border-x-neutral-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15);
    border-right-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-x-neutral-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2);
    border-right-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-x-neutral-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25);
    border-right-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-x-neutral-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3);
    border-right-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-x-neutral-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35);
    border-right-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-x-neutral-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4);
    border-right-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-x-neutral-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45);
    border-right-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-x-neutral-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05);
    border-right-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-x-neutral-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5);
    border-right-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-x-neutral-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55);
    border-right-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-x-neutral-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6);
    border-right-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-x-neutral-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65);
    border-right-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-x-neutral-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7);
    border-right-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-x-neutral-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75);
    border-right-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-x-neutral-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8);
    border-right-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-x-neutral-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85);
    border-right-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-x-neutral-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9);
    border-right-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-x-neutral-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95);
    border-right-color: rgb(250 250 250 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-neutral-500\/0 {
    border-left-color: rgb(115 115 115 / 0);
    border-right-color: rgb(115 115 115 / 0);
  }

  .lg\:border-x-neutral-500\/10 {
    border-left-color: rgb(115 115 115 / 0.1);
    border-right-color: rgb(115 115 115 / 0.1);
  }

  .lg\:border-x-neutral-500\/100 {
    border-left-color: rgb(115 115 115 / 1);
    border-right-color: rgb(115 115 115 / 1);
  }

  .lg\:border-x-neutral-500\/15 {
    border-left-color: rgb(115 115 115 / 0.15);
    border-right-color: rgb(115 115 115 / 0.15);
  }

  .lg\:border-x-neutral-500\/20 {
    border-left-color: rgb(115 115 115 / 0.2);
    border-right-color: rgb(115 115 115 / 0.2);
  }

  .lg\:border-x-neutral-500\/25 {
    border-left-color: rgb(115 115 115 / 0.25);
    border-right-color: rgb(115 115 115 / 0.25);
  }

  .lg\:border-x-neutral-500\/30 {
    border-left-color: rgb(115 115 115 / 0.3);
    border-right-color: rgb(115 115 115 / 0.3);
  }

  .lg\:border-x-neutral-500\/35 {
    border-left-color: rgb(115 115 115 / 0.35);
    border-right-color: rgb(115 115 115 / 0.35);
  }

  .lg\:border-x-neutral-500\/40 {
    border-left-color: rgb(115 115 115 / 0.4);
    border-right-color: rgb(115 115 115 / 0.4);
  }

  .lg\:border-x-neutral-500\/45 {
    border-left-color: rgb(115 115 115 / 0.45);
    border-right-color: rgb(115 115 115 / 0.45);
  }

  .lg\:border-x-neutral-500\/5 {
    border-left-color: rgb(115 115 115 / 0.05);
    border-right-color: rgb(115 115 115 / 0.05);
  }

  .lg\:border-x-neutral-500\/50 {
    border-left-color: rgb(115 115 115 / 0.5);
    border-right-color: rgb(115 115 115 / 0.5);
  }

  .lg\:border-x-neutral-500\/55 {
    border-left-color: rgb(115 115 115 / 0.55);
    border-right-color: rgb(115 115 115 / 0.55);
  }

  .lg\:border-x-neutral-500\/60 {
    border-left-color: rgb(115 115 115 / 0.6);
    border-right-color: rgb(115 115 115 / 0.6);
  }

  .lg\:border-x-neutral-500\/65 {
    border-left-color: rgb(115 115 115 / 0.65);
    border-right-color: rgb(115 115 115 / 0.65);
  }

  .lg\:border-x-neutral-500\/70 {
    border-left-color: rgb(115 115 115 / 0.7);
    border-right-color: rgb(115 115 115 / 0.7);
  }

  .lg\:border-x-neutral-500\/75 {
    border-left-color: rgb(115 115 115 / 0.75);
    border-right-color: rgb(115 115 115 / 0.75);
  }

  .lg\:border-x-neutral-500\/80 {
    border-left-color: rgb(115 115 115 / 0.8);
    border-right-color: rgb(115 115 115 / 0.8);
  }

  .lg\:border-x-neutral-500\/85 {
    border-left-color: rgb(115 115 115 / 0.85);
    border-right-color: rgb(115 115 115 / 0.85);
  }

  .lg\:border-x-neutral-500\/90 {
    border-left-color: rgb(115 115 115 / 0.9);
    border-right-color: rgb(115 115 115 / 0.9);
  }

  .lg\:border-x-neutral-500\/95 {
    border-left-color: rgb(115 115 115 / 0.95);
    border-right-color: rgb(115 115 115 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-neutral-600\/0 {
    border-left-color: rgb(82 82 82 / 0);
    border-right-color: rgb(82 82 82 / 0);
  }

  .lg\:border-x-neutral-600\/10 {
    border-left-color: rgb(82 82 82 / 0.1);
    border-right-color: rgb(82 82 82 / 0.1);
  }

  .lg\:border-x-neutral-600\/100 {
    border-left-color: rgb(82 82 82 / 1);
    border-right-color: rgb(82 82 82 / 1);
  }

  .lg\:border-x-neutral-600\/15 {
    border-left-color: rgb(82 82 82 / 0.15);
    border-right-color: rgb(82 82 82 / 0.15);
  }

  .lg\:border-x-neutral-600\/20 {
    border-left-color: rgb(82 82 82 / 0.2);
    border-right-color: rgb(82 82 82 / 0.2);
  }

  .lg\:border-x-neutral-600\/25 {
    border-left-color: rgb(82 82 82 / 0.25);
    border-right-color: rgb(82 82 82 / 0.25);
  }

  .lg\:border-x-neutral-600\/30 {
    border-left-color: rgb(82 82 82 / 0.3);
    border-right-color: rgb(82 82 82 / 0.3);
  }

  .lg\:border-x-neutral-600\/35 {
    border-left-color: rgb(82 82 82 / 0.35);
    border-right-color: rgb(82 82 82 / 0.35);
  }

  .lg\:border-x-neutral-600\/40 {
    border-left-color: rgb(82 82 82 / 0.4);
    border-right-color: rgb(82 82 82 / 0.4);
  }

  .lg\:border-x-neutral-600\/45 {
    border-left-color: rgb(82 82 82 / 0.45);
    border-right-color: rgb(82 82 82 / 0.45);
  }

  .lg\:border-x-neutral-600\/5 {
    border-left-color: rgb(82 82 82 / 0.05);
    border-right-color: rgb(82 82 82 / 0.05);
  }

  .lg\:border-x-neutral-600\/50 {
    border-left-color: rgb(82 82 82 / 0.5);
    border-right-color: rgb(82 82 82 / 0.5);
  }

  .lg\:border-x-neutral-600\/55 {
    border-left-color: rgb(82 82 82 / 0.55);
    border-right-color: rgb(82 82 82 / 0.55);
  }

  .lg\:border-x-neutral-600\/60 {
    border-left-color: rgb(82 82 82 / 0.6);
    border-right-color: rgb(82 82 82 / 0.6);
  }

  .lg\:border-x-neutral-600\/65 {
    border-left-color: rgb(82 82 82 / 0.65);
    border-right-color: rgb(82 82 82 / 0.65);
  }

  .lg\:border-x-neutral-600\/70 {
    border-left-color: rgb(82 82 82 / 0.7);
    border-right-color: rgb(82 82 82 / 0.7);
  }

  .lg\:border-x-neutral-600\/75 {
    border-left-color: rgb(82 82 82 / 0.75);
    border-right-color: rgb(82 82 82 / 0.75);
  }

  .lg\:border-x-neutral-600\/80 {
    border-left-color: rgb(82 82 82 / 0.8);
    border-right-color: rgb(82 82 82 / 0.8);
  }

  .lg\:border-x-neutral-600\/85 {
    border-left-color: rgb(82 82 82 / 0.85);
    border-right-color: rgb(82 82 82 / 0.85);
  }

  .lg\:border-x-neutral-600\/90 {
    border-left-color: rgb(82 82 82 / 0.9);
    border-right-color: rgb(82 82 82 / 0.9);
  }

  .lg\:border-x-neutral-600\/95 {
    border-left-color: rgb(82 82 82 / 0.95);
    border-right-color: rgb(82 82 82 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-neutral-700\/0 {
    border-left-color: rgb(64 64 64 / 0);
    border-right-color: rgb(64 64 64 / 0);
  }

  .lg\:border-x-neutral-700\/10 {
    border-left-color: rgb(64 64 64 / 0.1);
    border-right-color: rgb(64 64 64 / 0.1);
  }

  .lg\:border-x-neutral-700\/100 {
    border-left-color: rgb(64 64 64 / 1);
    border-right-color: rgb(64 64 64 / 1);
  }

  .lg\:border-x-neutral-700\/15 {
    border-left-color: rgb(64 64 64 / 0.15);
    border-right-color: rgb(64 64 64 / 0.15);
  }

  .lg\:border-x-neutral-700\/20 {
    border-left-color: rgb(64 64 64 / 0.2);
    border-right-color: rgb(64 64 64 / 0.2);
  }

  .lg\:border-x-neutral-700\/25 {
    border-left-color: rgb(64 64 64 / 0.25);
    border-right-color: rgb(64 64 64 / 0.25);
  }

  .lg\:border-x-neutral-700\/30 {
    border-left-color: rgb(64 64 64 / 0.3);
    border-right-color: rgb(64 64 64 / 0.3);
  }

  .lg\:border-x-neutral-700\/35 {
    border-left-color: rgb(64 64 64 / 0.35);
    border-right-color: rgb(64 64 64 / 0.35);
  }

  .lg\:border-x-neutral-700\/40 {
    border-left-color: rgb(64 64 64 / 0.4);
    border-right-color: rgb(64 64 64 / 0.4);
  }

  .lg\:border-x-neutral-700\/45 {
    border-left-color: rgb(64 64 64 / 0.45);
    border-right-color: rgb(64 64 64 / 0.45);
  }

  .lg\:border-x-neutral-700\/5 {
    border-left-color: rgb(64 64 64 / 0.05);
    border-right-color: rgb(64 64 64 / 0.05);
  }

  .lg\:border-x-neutral-700\/50 {
    border-left-color: rgb(64 64 64 / 0.5);
    border-right-color: rgb(64 64 64 / 0.5);
  }

  .lg\:border-x-neutral-700\/55 {
    border-left-color: rgb(64 64 64 / 0.55);
    border-right-color: rgb(64 64 64 / 0.55);
  }

  .lg\:border-x-neutral-700\/60 {
    border-left-color: rgb(64 64 64 / 0.6);
    border-right-color: rgb(64 64 64 / 0.6);
  }

  .lg\:border-x-neutral-700\/65 {
    border-left-color: rgb(64 64 64 / 0.65);
    border-right-color: rgb(64 64 64 / 0.65);
  }

  .lg\:border-x-neutral-700\/70 {
    border-left-color: rgb(64 64 64 / 0.7);
    border-right-color: rgb(64 64 64 / 0.7);
  }

  .lg\:border-x-neutral-700\/75 {
    border-left-color: rgb(64 64 64 / 0.75);
    border-right-color: rgb(64 64 64 / 0.75);
  }

  .lg\:border-x-neutral-700\/80 {
    border-left-color: rgb(64 64 64 / 0.8);
    border-right-color: rgb(64 64 64 / 0.8);
  }

  .lg\:border-x-neutral-700\/85 {
    border-left-color: rgb(64 64 64 / 0.85);
    border-right-color: rgb(64 64 64 / 0.85);
  }

  .lg\:border-x-neutral-700\/90 {
    border-left-color: rgb(64 64 64 / 0.9);
    border-right-color: rgb(64 64 64 / 0.9);
  }

  .lg\:border-x-neutral-700\/95 {
    border-left-color: rgb(64 64 64 / 0.95);
    border-right-color: rgb(64 64 64 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-neutral-800\/0 {
    border-left-color: rgb(38 38 38 / 0);
    border-right-color: rgb(38 38 38 / 0);
  }

  .lg\:border-x-neutral-800\/10 {
    border-left-color: rgb(38 38 38 / 0.1);
    border-right-color: rgb(38 38 38 / 0.1);
  }

  .lg\:border-x-neutral-800\/100 {
    border-left-color: rgb(38 38 38 / 1);
    border-right-color: rgb(38 38 38 / 1);
  }

  .lg\:border-x-neutral-800\/15 {
    border-left-color: rgb(38 38 38 / 0.15);
    border-right-color: rgb(38 38 38 / 0.15);
  }

  .lg\:border-x-neutral-800\/20 {
    border-left-color: rgb(38 38 38 / 0.2);
    border-right-color: rgb(38 38 38 / 0.2);
  }

  .lg\:border-x-neutral-800\/25 {
    border-left-color: rgb(38 38 38 / 0.25);
    border-right-color: rgb(38 38 38 / 0.25);
  }

  .lg\:border-x-neutral-800\/30 {
    border-left-color: rgb(38 38 38 / 0.3);
    border-right-color: rgb(38 38 38 / 0.3);
  }

  .lg\:border-x-neutral-800\/35 {
    border-left-color: rgb(38 38 38 / 0.35);
    border-right-color: rgb(38 38 38 / 0.35);
  }

  .lg\:border-x-neutral-800\/40 {
    border-left-color: rgb(38 38 38 / 0.4);
    border-right-color: rgb(38 38 38 / 0.4);
  }

  .lg\:border-x-neutral-800\/45 {
    border-left-color: rgb(38 38 38 / 0.45);
    border-right-color: rgb(38 38 38 / 0.45);
  }

  .lg\:border-x-neutral-800\/5 {
    border-left-color: rgb(38 38 38 / 0.05);
    border-right-color: rgb(38 38 38 / 0.05);
  }

  .lg\:border-x-neutral-800\/50 {
    border-left-color: rgb(38 38 38 / 0.5);
    border-right-color: rgb(38 38 38 / 0.5);
  }

  .lg\:border-x-neutral-800\/55 {
    border-left-color: rgb(38 38 38 / 0.55);
    border-right-color: rgb(38 38 38 / 0.55);
  }

  .lg\:border-x-neutral-800\/60 {
    border-left-color: rgb(38 38 38 / 0.6);
    border-right-color: rgb(38 38 38 / 0.6);
  }

  .lg\:border-x-neutral-800\/65 {
    border-left-color: rgb(38 38 38 / 0.65);
    border-right-color: rgb(38 38 38 / 0.65);
  }

  .lg\:border-x-neutral-800\/70 {
    border-left-color: rgb(38 38 38 / 0.7);
    border-right-color: rgb(38 38 38 / 0.7);
  }

  .lg\:border-x-neutral-800\/75 {
    border-left-color: rgb(38 38 38 / 0.75);
    border-right-color: rgb(38 38 38 / 0.75);
  }

  .lg\:border-x-neutral-800\/80 {
    border-left-color: rgb(38 38 38 / 0.8);
    border-right-color: rgb(38 38 38 / 0.8);
  }

  .lg\:border-x-neutral-800\/85 {
    border-left-color: rgb(38 38 38 / 0.85);
    border-right-color: rgb(38 38 38 / 0.85);
  }

  .lg\:border-x-neutral-800\/90 {
    border-left-color: rgb(38 38 38 / 0.9);
    border-right-color: rgb(38 38 38 / 0.9);
  }

  .lg\:border-x-neutral-800\/95 {
    border-left-color: rgb(38 38 38 / 0.95);
    border-right-color: rgb(38 38 38 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-neutral-900\/0 {
    border-left-color: rgb(23 23 23 / 0);
    border-right-color: rgb(23 23 23 / 0);
  }

  .lg\:border-x-neutral-900\/10 {
    border-left-color: rgb(23 23 23 / 0.1);
    border-right-color: rgb(23 23 23 / 0.1);
  }

  .lg\:border-x-neutral-900\/100 {
    border-left-color: rgb(23 23 23 / 1);
    border-right-color: rgb(23 23 23 / 1);
  }

  .lg\:border-x-neutral-900\/15 {
    border-left-color: rgb(23 23 23 / 0.15);
    border-right-color: rgb(23 23 23 / 0.15);
  }

  .lg\:border-x-neutral-900\/20 {
    border-left-color: rgb(23 23 23 / 0.2);
    border-right-color: rgb(23 23 23 / 0.2);
  }

  .lg\:border-x-neutral-900\/25 {
    border-left-color: rgb(23 23 23 / 0.25);
    border-right-color: rgb(23 23 23 / 0.25);
  }

  .lg\:border-x-neutral-900\/30 {
    border-left-color: rgb(23 23 23 / 0.3);
    border-right-color: rgb(23 23 23 / 0.3);
  }

  .lg\:border-x-neutral-900\/35 {
    border-left-color: rgb(23 23 23 / 0.35);
    border-right-color: rgb(23 23 23 / 0.35);
  }

  .lg\:border-x-neutral-900\/40 {
    border-left-color: rgb(23 23 23 / 0.4);
    border-right-color: rgb(23 23 23 / 0.4);
  }

  .lg\:border-x-neutral-900\/45 {
    border-left-color: rgb(23 23 23 / 0.45);
    border-right-color: rgb(23 23 23 / 0.45);
  }

  .lg\:border-x-neutral-900\/5 {
    border-left-color: rgb(23 23 23 / 0.05);
    border-right-color: rgb(23 23 23 / 0.05);
  }

  .lg\:border-x-neutral-900\/50 {
    border-left-color: rgb(23 23 23 / 0.5);
    border-right-color: rgb(23 23 23 / 0.5);
  }

  .lg\:border-x-neutral-900\/55 {
    border-left-color: rgb(23 23 23 / 0.55);
    border-right-color: rgb(23 23 23 / 0.55);
  }

  .lg\:border-x-neutral-900\/60 {
    border-left-color: rgb(23 23 23 / 0.6);
    border-right-color: rgb(23 23 23 / 0.6);
  }

  .lg\:border-x-neutral-900\/65 {
    border-left-color: rgb(23 23 23 / 0.65);
    border-right-color: rgb(23 23 23 / 0.65);
  }

  .lg\:border-x-neutral-900\/70 {
    border-left-color: rgb(23 23 23 / 0.7);
    border-right-color: rgb(23 23 23 / 0.7);
  }

  .lg\:border-x-neutral-900\/75 {
    border-left-color: rgb(23 23 23 / 0.75);
    border-right-color: rgb(23 23 23 / 0.75);
  }

  .lg\:border-x-neutral-900\/80 {
    border-left-color: rgb(23 23 23 / 0.8);
    border-right-color: rgb(23 23 23 / 0.8);
  }

  .lg\:border-x-neutral-900\/85 {
    border-left-color: rgb(23 23 23 / 0.85);
    border-right-color: rgb(23 23 23 / 0.85);
  }

  .lg\:border-x-neutral-900\/90 {
    border-left-color: rgb(23 23 23 / 0.9);
    border-right-color: rgb(23 23 23 / 0.9);
  }

  .lg\:border-x-neutral-900\/95 {
    border-left-color: rgb(23 23 23 / 0.95);
    border-right-color: rgb(23 23 23 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-neutral-950\/0 {
    border-left-color: rgb(10 10 10 / 0);
    border-right-color: rgb(10 10 10 / 0);
  }

  .lg\:border-x-neutral-950\/10 {
    border-left-color: rgb(10 10 10 / 0.1);
    border-right-color: rgb(10 10 10 / 0.1);
  }

  .lg\:border-x-neutral-950\/100 {
    border-left-color: rgb(10 10 10 / 1);
    border-right-color: rgb(10 10 10 / 1);
  }

  .lg\:border-x-neutral-950\/15 {
    border-left-color: rgb(10 10 10 / 0.15);
    border-right-color: rgb(10 10 10 / 0.15);
  }

  .lg\:border-x-neutral-950\/20 {
    border-left-color: rgb(10 10 10 / 0.2);
    border-right-color: rgb(10 10 10 / 0.2);
  }

  .lg\:border-x-neutral-950\/25 {
    border-left-color: rgb(10 10 10 / 0.25);
    border-right-color: rgb(10 10 10 / 0.25);
  }

  .lg\:border-x-neutral-950\/30 {
    border-left-color: rgb(10 10 10 / 0.3);
    border-right-color: rgb(10 10 10 / 0.3);
  }

  .lg\:border-x-neutral-950\/35 {
    border-left-color: rgb(10 10 10 / 0.35);
    border-right-color: rgb(10 10 10 / 0.35);
  }

  .lg\:border-x-neutral-950\/40 {
    border-left-color: rgb(10 10 10 / 0.4);
    border-right-color: rgb(10 10 10 / 0.4);
  }

  .lg\:border-x-neutral-950\/45 {
    border-left-color: rgb(10 10 10 / 0.45);
    border-right-color: rgb(10 10 10 / 0.45);
  }

  .lg\:border-x-neutral-950\/5 {
    border-left-color: rgb(10 10 10 / 0.05);
    border-right-color: rgb(10 10 10 / 0.05);
  }

  .lg\:border-x-neutral-950\/50 {
    border-left-color: rgb(10 10 10 / 0.5);
    border-right-color: rgb(10 10 10 / 0.5);
  }

  .lg\:border-x-neutral-950\/55 {
    border-left-color: rgb(10 10 10 / 0.55);
    border-right-color: rgb(10 10 10 / 0.55);
  }

  .lg\:border-x-neutral-950\/60 {
    border-left-color: rgb(10 10 10 / 0.6);
    border-right-color: rgb(10 10 10 / 0.6);
  }

  .lg\:border-x-neutral-950\/65 {
    border-left-color: rgb(10 10 10 / 0.65);
    border-right-color: rgb(10 10 10 / 0.65);
  }

  .lg\:border-x-neutral-950\/70 {
    border-left-color: rgb(10 10 10 / 0.7);
    border-right-color: rgb(10 10 10 / 0.7);
  }

  .lg\:border-x-neutral-950\/75 {
    border-left-color: rgb(10 10 10 / 0.75);
    border-right-color: rgb(10 10 10 / 0.75);
  }

  .lg\:border-x-neutral-950\/80 {
    border-left-color: rgb(10 10 10 / 0.8);
    border-right-color: rgb(10 10 10 / 0.8);
  }

  .lg\:border-x-neutral-950\/85 {
    border-left-color: rgb(10 10 10 / 0.85);
    border-right-color: rgb(10 10 10 / 0.85);
  }

  .lg\:border-x-neutral-950\/90 {
    border-left-color: rgb(10 10 10 / 0.9);
    border-right-color: rgb(10 10 10 / 0.9);
  }

  .lg\:border-x-neutral-950\/95 {
    border-left-color: rgb(10 10 10 / 0.95);
    border-right-color: rgb(10 10 10 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-orange-100\/0 {
    border-left-color: rgb(255 237 213 / 0);
    border-right-color: rgb(255 237 213 / 0);
  }

  .lg\:border-x-orange-100\/10 {
    border-left-color: rgb(255 237 213 / 0.1);
    border-right-color: rgb(255 237 213 / 0.1);
  }

  .lg\:border-x-orange-100\/100 {
    border-left-color: rgb(255 237 213 / 1);
    border-right-color: rgb(255 237 213 / 1);
  }

  .lg\:border-x-orange-100\/15 {
    border-left-color: rgb(255 237 213 / 0.15);
    border-right-color: rgb(255 237 213 / 0.15);
  }

  .lg\:border-x-orange-100\/20 {
    border-left-color: rgb(255 237 213 / 0.2);
    border-right-color: rgb(255 237 213 / 0.2);
  }

  .lg\:border-x-orange-100\/25 {
    border-left-color: rgb(255 237 213 / 0.25);
    border-right-color: rgb(255 237 213 / 0.25);
  }

  .lg\:border-x-orange-100\/30 {
    border-left-color: rgb(255 237 213 / 0.3);
    border-right-color: rgb(255 237 213 / 0.3);
  }

  .lg\:border-x-orange-100\/35 {
    border-left-color: rgb(255 237 213 / 0.35);
    border-right-color: rgb(255 237 213 / 0.35);
  }

  .lg\:border-x-orange-100\/40 {
    border-left-color: rgb(255 237 213 / 0.4);
    border-right-color: rgb(255 237 213 / 0.4);
  }

  .lg\:border-x-orange-100\/45 {
    border-left-color: rgb(255 237 213 / 0.45);
    border-right-color: rgb(255 237 213 / 0.45);
  }

  .lg\:border-x-orange-100\/5 {
    border-left-color: rgb(255 237 213 / 0.05);
    border-right-color: rgb(255 237 213 / 0.05);
  }

  .lg\:border-x-orange-100\/50 {
    border-left-color: rgb(255 237 213 / 0.5);
    border-right-color: rgb(255 237 213 / 0.5);
  }

  .lg\:border-x-orange-100\/55 {
    border-left-color: rgb(255 237 213 / 0.55);
    border-right-color: rgb(255 237 213 / 0.55);
  }

  .lg\:border-x-orange-100\/60 {
    border-left-color: rgb(255 237 213 / 0.6);
    border-right-color: rgb(255 237 213 / 0.6);
  }

  .lg\:border-x-orange-100\/65 {
    border-left-color: rgb(255 237 213 / 0.65);
    border-right-color: rgb(255 237 213 / 0.65);
  }

  .lg\:border-x-orange-100\/70 {
    border-left-color: rgb(255 237 213 / 0.7);
    border-right-color: rgb(255 237 213 / 0.7);
  }

  .lg\:border-x-orange-100\/75 {
    border-left-color: rgb(255 237 213 / 0.75);
    border-right-color: rgb(255 237 213 / 0.75);
  }

  .lg\:border-x-orange-100\/80 {
    border-left-color: rgb(255 237 213 / 0.8);
    border-right-color: rgb(255 237 213 / 0.8);
  }

  .lg\:border-x-orange-100\/85 {
    border-left-color: rgb(255 237 213 / 0.85);
    border-right-color: rgb(255 237 213 / 0.85);
  }

  .lg\:border-x-orange-100\/90 {
    border-left-color: rgb(255 237 213 / 0.9);
    border-right-color: rgb(255 237 213 / 0.9);
  }

  .lg\:border-x-orange-100\/95 {
    border-left-color: rgb(255 237 213 / 0.95);
    border-right-color: rgb(255 237 213 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-orange-200\/0 {
    border-left-color: rgb(254 215 170 / 0);
    border-right-color: rgb(254 215 170 / 0);
  }

  .lg\:border-x-orange-200\/10 {
    border-left-color: rgb(254 215 170 / 0.1);
    border-right-color: rgb(254 215 170 / 0.1);
  }

  .lg\:border-x-orange-200\/100 {
    border-left-color: rgb(254 215 170 / 1);
    border-right-color: rgb(254 215 170 / 1);
  }

  .lg\:border-x-orange-200\/15 {
    border-left-color: rgb(254 215 170 / 0.15);
    border-right-color: rgb(254 215 170 / 0.15);
  }

  .lg\:border-x-orange-200\/20 {
    border-left-color: rgb(254 215 170 / 0.2);
    border-right-color: rgb(254 215 170 / 0.2);
  }

  .lg\:border-x-orange-200\/25 {
    border-left-color: rgb(254 215 170 / 0.25);
    border-right-color: rgb(254 215 170 / 0.25);
  }

  .lg\:border-x-orange-200\/30 {
    border-left-color: rgb(254 215 170 / 0.3);
    border-right-color: rgb(254 215 170 / 0.3);
  }

  .lg\:border-x-orange-200\/35 {
    border-left-color: rgb(254 215 170 / 0.35);
    border-right-color: rgb(254 215 170 / 0.35);
  }

  .lg\:border-x-orange-200\/40 {
    border-left-color: rgb(254 215 170 / 0.4);
    border-right-color: rgb(254 215 170 / 0.4);
  }

  .lg\:border-x-orange-200\/45 {
    border-left-color: rgb(254 215 170 / 0.45);
    border-right-color: rgb(254 215 170 / 0.45);
  }

  .lg\:border-x-orange-200\/5 {
    border-left-color: rgb(254 215 170 / 0.05);
    border-right-color: rgb(254 215 170 / 0.05);
  }

  .lg\:border-x-orange-200\/50 {
    border-left-color: rgb(254 215 170 / 0.5);
    border-right-color: rgb(254 215 170 / 0.5);
  }

  .lg\:border-x-orange-200\/55 {
    border-left-color: rgb(254 215 170 / 0.55);
    border-right-color: rgb(254 215 170 / 0.55);
  }

  .lg\:border-x-orange-200\/60 {
    border-left-color: rgb(254 215 170 / 0.6);
    border-right-color: rgb(254 215 170 / 0.6);
  }

  .lg\:border-x-orange-200\/65 {
    border-left-color: rgb(254 215 170 / 0.65);
    border-right-color: rgb(254 215 170 / 0.65);
  }

  .lg\:border-x-orange-200\/70 {
    border-left-color: rgb(254 215 170 / 0.7);
    border-right-color: rgb(254 215 170 / 0.7);
  }

  .lg\:border-x-orange-200\/75 {
    border-left-color: rgb(254 215 170 / 0.75);
    border-right-color: rgb(254 215 170 / 0.75);
  }

  .lg\:border-x-orange-200\/80 {
    border-left-color: rgb(254 215 170 / 0.8);
    border-right-color: rgb(254 215 170 / 0.8);
  }

  .lg\:border-x-orange-200\/85 {
    border-left-color: rgb(254 215 170 / 0.85);
    border-right-color: rgb(254 215 170 / 0.85);
  }

  .lg\:border-x-orange-200\/90 {
    border-left-color: rgb(254 215 170 / 0.9);
    border-right-color: rgb(254 215 170 / 0.9);
  }

  .lg\:border-x-orange-200\/95 {
    border-left-color: rgb(254 215 170 / 0.95);
    border-right-color: rgb(254 215 170 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-orange-300\/0 {
    border-left-color: rgb(253 186 116 / 0);
    border-right-color: rgb(253 186 116 / 0);
  }

  .lg\:border-x-orange-300\/10 {
    border-left-color: rgb(253 186 116 / 0.1);
    border-right-color: rgb(253 186 116 / 0.1);
  }

  .lg\:border-x-orange-300\/100 {
    border-left-color: rgb(253 186 116 / 1);
    border-right-color: rgb(253 186 116 / 1);
  }

  .lg\:border-x-orange-300\/15 {
    border-left-color: rgb(253 186 116 / 0.15);
    border-right-color: rgb(253 186 116 / 0.15);
  }

  .lg\:border-x-orange-300\/20 {
    border-left-color: rgb(253 186 116 / 0.2);
    border-right-color: rgb(253 186 116 / 0.2);
  }

  .lg\:border-x-orange-300\/25 {
    border-left-color: rgb(253 186 116 / 0.25);
    border-right-color: rgb(253 186 116 / 0.25);
  }

  .lg\:border-x-orange-300\/30 {
    border-left-color: rgb(253 186 116 / 0.3);
    border-right-color: rgb(253 186 116 / 0.3);
  }

  .lg\:border-x-orange-300\/35 {
    border-left-color: rgb(253 186 116 / 0.35);
    border-right-color: rgb(253 186 116 / 0.35);
  }

  .lg\:border-x-orange-300\/40 {
    border-left-color: rgb(253 186 116 / 0.4);
    border-right-color: rgb(253 186 116 / 0.4);
  }

  .lg\:border-x-orange-300\/45 {
    border-left-color: rgb(253 186 116 / 0.45);
    border-right-color: rgb(253 186 116 / 0.45);
  }

  .lg\:border-x-orange-300\/5 {
    border-left-color: rgb(253 186 116 / 0.05);
    border-right-color: rgb(253 186 116 / 0.05);
  }

  .lg\:border-x-orange-300\/50 {
    border-left-color: rgb(253 186 116 / 0.5);
    border-right-color: rgb(253 186 116 / 0.5);
  }

  .lg\:border-x-orange-300\/55 {
    border-left-color: rgb(253 186 116 / 0.55);
    border-right-color: rgb(253 186 116 / 0.55);
  }

  .lg\:border-x-orange-300\/60 {
    border-left-color: rgb(253 186 116 / 0.6);
    border-right-color: rgb(253 186 116 / 0.6);
  }

  .lg\:border-x-orange-300\/65 {
    border-left-color: rgb(253 186 116 / 0.65);
    border-right-color: rgb(253 186 116 / 0.65);
  }

  .lg\:border-x-orange-300\/70 {
    border-left-color: rgb(253 186 116 / 0.7);
    border-right-color: rgb(253 186 116 / 0.7);
  }

  .lg\:border-x-orange-300\/75 {
    border-left-color: rgb(253 186 116 / 0.75);
    border-right-color: rgb(253 186 116 / 0.75);
  }

  .lg\:border-x-orange-300\/80 {
    border-left-color: rgb(253 186 116 / 0.8);
    border-right-color: rgb(253 186 116 / 0.8);
  }

  .lg\:border-x-orange-300\/85 {
    border-left-color: rgb(253 186 116 / 0.85);
    border-right-color: rgb(253 186 116 / 0.85);
  }

  .lg\:border-x-orange-300\/90 {
    border-left-color: rgb(253 186 116 / 0.9);
    border-right-color: rgb(253 186 116 / 0.9);
  }

  .lg\:border-x-orange-300\/95 {
    border-left-color: rgb(253 186 116 / 0.95);
    border-right-color: rgb(253 186 116 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-orange-400\/0 {
    border-left-color: rgb(251 146 60 / 0);
    border-right-color: rgb(251 146 60 / 0);
  }

  .lg\:border-x-orange-400\/10 {
    border-left-color: rgb(251 146 60 / 0.1);
    border-right-color: rgb(251 146 60 / 0.1);
  }

  .lg\:border-x-orange-400\/100 {
    border-left-color: rgb(251 146 60 / 1);
    border-right-color: rgb(251 146 60 / 1);
  }

  .lg\:border-x-orange-400\/15 {
    border-left-color: rgb(251 146 60 / 0.15);
    border-right-color: rgb(251 146 60 / 0.15);
  }

  .lg\:border-x-orange-400\/20 {
    border-left-color: rgb(251 146 60 / 0.2);
    border-right-color: rgb(251 146 60 / 0.2);
  }

  .lg\:border-x-orange-400\/25 {
    border-left-color: rgb(251 146 60 / 0.25);
    border-right-color: rgb(251 146 60 / 0.25);
  }

  .lg\:border-x-orange-400\/30 {
    border-left-color: rgb(251 146 60 / 0.3);
    border-right-color: rgb(251 146 60 / 0.3);
  }

  .lg\:border-x-orange-400\/35 {
    border-left-color: rgb(251 146 60 / 0.35);
    border-right-color: rgb(251 146 60 / 0.35);
  }

  .lg\:border-x-orange-400\/40 {
    border-left-color: rgb(251 146 60 / 0.4);
    border-right-color: rgb(251 146 60 / 0.4);
  }

  .lg\:border-x-orange-400\/45 {
    border-left-color: rgb(251 146 60 / 0.45);
    border-right-color: rgb(251 146 60 / 0.45);
  }

  .lg\:border-x-orange-400\/5 {
    border-left-color: rgb(251 146 60 / 0.05);
    border-right-color: rgb(251 146 60 / 0.05);
  }

  .lg\:border-x-orange-400\/50 {
    border-left-color: rgb(251 146 60 / 0.5);
    border-right-color: rgb(251 146 60 / 0.5);
  }

  .lg\:border-x-orange-400\/55 {
    border-left-color: rgb(251 146 60 / 0.55);
    border-right-color: rgb(251 146 60 / 0.55);
  }

  .lg\:border-x-orange-400\/60 {
    border-left-color: rgb(251 146 60 / 0.6);
    border-right-color: rgb(251 146 60 / 0.6);
  }

  .lg\:border-x-orange-400\/65 {
    border-left-color: rgb(251 146 60 / 0.65);
    border-right-color: rgb(251 146 60 / 0.65);
  }

  .lg\:border-x-orange-400\/70 {
    border-left-color: rgb(251 146 60 / 0.7);
    border-right-color: rgb(251 146 60 / 0.7);
  }

  .lg\:border-x-orange-400\/75 {
    border-left-color: rgb(251 146 60 / 0.75);
    border-right-color: rgb(251 146 60 / 0.75);
  }

  .lg\:border-x-orange-400\/80 {
    border-left-color: rgb(251 146 60 / 0.8);
    border-right-color: rgb(251 146 60 / 0.8);
  }

  .lg\:border-x-orange-400\/85 {
    border-left-color: rgb(251 146 60 / 0.85);
    border-right-color: rgb(251 146 60 / 0.85);
  }

  .lg\:border-x-orange-400\/90 {
    border-left-color: rgb(251 146 60 / 0.9);
    border-right-color: rgb(251 146 60 / 0.9);
  }

  .lg\:border-x-orange-400\/95 {
    border-left-color: rgb(251 146 60 / 0.95);
    border-right-color: rgb(251 146 60 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-orange-50\/0 {
    border-left-color: rgb(255 247 237 / 0);
    border-right-color: rgb(255 247 237 / 0);
  }

  .lg\:border-x-orange-50\/10 {
    border-left-color: rgb(255 247 237 / 0.1);
    border-right-color: rgb(255 247 237 / 0.1);
  }

  .lg\:border-x-orange-50\/100 {
    border-left-color: rgb(255 247 237 / 1);
    border-right-color: rgb(255 247 237 / 1);
  }

  .lg\:border-x-orange-50\/15 {
    border-left-color: rgb(255 247 237 / 0.15);
    border-right-color: rgb(255 247 237 / 0.15);
  }

  .lg\:border-x-orange-50\/20 {
    border-left-color: rgb(255 247 237 / 0.2);
    border-right-color: rgb(255 247 237 / 0.2);
  }

  .lg\:border-x-orange-50\/25 {
    border-left-color: rgb(255 247 237 / 0.25);
    border-right-color: rgb(255 247 237 / 0.25);
  }

  .lg\:border-x-orange-50\/30 {
    border-left-color: rgb(255 247 237 / 0.3);
    border-right-color: rgb(255 247 237 / 0.3);
  }

  .lg\:border-x-orange-50\/35 {
    border-left-color: rgb(255 247 237 / 0.35);
    border-right-color: rgb(255 247 237 / 0.35);
  }

  .lg\:border-x-orange-50\/40 {
    border-left-color: rgb(255 247 237 / 0.4);
    border-right-color: rgb(255 247 237 / 0.4);
  }

  .lg\:border-x-orange-50\/45 {
    border-left-color: rgb(255 247 237 / 0.45);
    border-right-color: rgb(255 247 237 / 0.45);
  }

  .lg\:border-x-orange-50\/5 {
    border-left-color: rgb(255 247 237 / 0.05);
    border-right-color: rgb(255 247 237 / 0.05);
  }

  .lg\:border-x-orange-50\/50 {
    border-left-color: rgb(255 247 237 / 0.5);
    border-right-color: rgb(255 247 237 / 0.5);
  }

  .lg\:border-x-orange-50\/55 {
    border-left-color: rgb(255 247 237 / 0.55);
    border-right-color: rgb(255 247 237 / 0.55);
  }

  .lg\:border-x-orange-50\/60 {
    border-left-color: rgb(255 247 237 / 0.6);
    border-right-color: rgb(255 247 237 / 0.6);
  }

  .lg\:border-x-orange-50\/65 {
    border-left-color: rgb(255 247 237 / 0.65);
    border-right-color: rgb(255 247 237 / 0.65);
  }

  .lg\:border-x-orange-50\/70 {
    border-left-color: rgb(255 247 237 / 0.7);
    border-right-color: rgb(255 247 237 / 0.7);
  }

  .lg\:border-x-orange-50\/75 {
    border-left-color: rgb(255 247 237 / 0.75);
    border-right-color: rgb(255 247 237 / 0.75);
  }

  .lg\:border-x-orange-50\/80 {
    border-left-color: rgb(255 247 237 / 0.8);
    border-right-color: rgb(255 247 237 / 0.8);
  }

  .lg\:border-x-orange-50\/85 {
    border-left-color: rgb(255 247 237 / 0.85);
    border-right-color: rgb(255 247 237 / 0.85);
  }

  .lg\:border-x-orange-50\/90 {
    border-left-color: rgb(255 247 237 / 0.9);
    border-right-color: rgb(255 247 237 / 0.9);
  }

  .lg\:border-x-orange-50\/95 {
    border-left-color: rgb(255 247 237 / 0.95);
    border-right-color: rgb(255 247 237 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-orange-500\/0 {
    border-left-color: rgb(249 115 22 / 0);
    border-right-color: rgb(249 115 22 / 0);
  }

  .lg\:border-x-orange-500\/10 {
    border-left-color: rgb(249 115 22 / 0.1);
    border-right-color: rgb(249 115 22 / 0.1);
  }

  .lg\:border-x-orange-500\/100 {
    border-left-color: rgb(249 115 22 / 1);
    border-right-color: rgb(249 115 22 / 1);
  }

  .lg\:border-x-orange-500\/15 {
    border-left-color: rgb(249 115 22 / 0.15);
    border-right-color: rgb(249 115 22 / 0.15);
  }

  .lg\:border-x-orange-500\/20 {
    border-left-color: rgb(249 115 22 / 0.2);
    border-right-color: rgb(249 115 22 / 0.2);
  }

  .lg\:border-x-orange-500\/25 {
    border-left-color: rgb(249 115 22 / 0.25);
    border-right-color: rgb(249 115 22 / 0.25);
  }

  .lg\:border-x-orange-500\/30 {
    border-left-color: rgb(249 115 22 / 0.3);
    border-right-color: rgb(249 115 22 / 0.3);
  }

  .lg\:border-x-orange-500\/35 {
    border-left-color: rgb(249 115 22 / 0.35);
    border-right-color: rgb(249 115 22 / 0.35);
  }

  .lg\:border-x-orange-500\/40 {
    border-left-color: rgb(249 115 22 / 0.4);
    border-right-color: rgb(249 115 22 / 0.4);
  }

  .lg\:border-x-orange-500\/45 {
    border-left-color: rgb(249 115 22 / 0.45);
    border-right-color: rgb(249 115 22 / 0.45);
  }

  .lg\:border-x-orange-500\/5 {
    border-left-color: rgb(249 115 22 / 0.05);
    border-right-color: rgb(249 115 22 / 0.05);
  }

  .lg\:border-x-orange-500\/50 {
    border-left-color: rgb(249 115 22 / 0.5);
    border-right-color: rgb(249 115 22 / 0.5);
  }

  .lg\:border-x-orange-500\/55 {
    border-left-color: rgb(249 115 22 / 0.55);
    border-right-color: rgb(249 115 22 / 0.55);
  }

  .lg\:border-x-orange-500\/60 {
    border-left-color: rgb(249 115 22 / 0.6);
    border-right-color: rgb(249 115 22 / 0.6);
  }

  .lg\:border-x-orange-500\/65 {
    border-left-color: rgb(249 115 22 / 0.65);
    border-right-color: rgb(249 115 22 / 0.65);
  }

  .lg\:border-x-orange-500\/70 {
    border-left-color: rgb(249 115 22 / 0.7);
    border-right-color: rgb(249 115 22 / 0.7);
  }

  .lg\:border-x-orange-500\/75 {
    border-left-color: rgb(249 115 22 / 0.75);
    border-right-color: rgb(249 115 22 / 0.75);
  }

  .lg\:border-x-orange-500\/80 {
    border-left-color: rgb(249 115 22 / 0.8);
    border-right-color: rgb(249 115 22 / 0.8);
  }

  .lg\:border-x-orange-500\/85 {
    border-left-color: rgb(249 115 22 / 0.85);
    border-right-color: rgb(249 115 22 / 0.85);
  }

  .lg\:border-x-orange-500\/90 {
    border-left-color: rgb(249 115 22 / 0.9);
    border-right-color: rgb(249 115 22 / 0.9);
  }

  .lg\:border-x-orange-500\/95 {
    border-left-color: rgb(249 115 22 / 0.95);
    border-right-color: rgb(249 115 22 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-orange-600\/0 {
    border-left-color: rgb(234 88 12 / 0);
    border-right-color: rgb(234 88 12 / 0);
  }

  .lg\:border-x-orange-600\/10 {
    border-left-color: rgb(234 88 12 / 0.1);
    border-right-color: rgb(234 88 12 / 0.1);
  }

  .lg\:border-x-orange-600\/100 {
    border-left-color: rgb(234 88 12 / 1);
    border-right-color: rgb(234 88 12 / 1);
  }

  .lg\:border-x-orange-600\/15 {
    border-left-color: rgb(234 88 12 / 0.15);
    border-right-color: rgb(234 88 12 / 0.15);
  }

  .lg\:border-x-orange-600\/20 {
    border-left-color: rgb(234 88 12 / 0.2);
    border-right-color: rgb(234 88 12 / 0.2);
  }

  .lg\:border-x-orange-600\/25 {
    border-left-color: rgb(234 88 12 / 0.25);
    border-right-color: rgb(234 88 12 / 0.25);
  }

  .lg\:border-x-orange-600\/30 {
    border-left-color: rgb(234 88 12 / 0.3);
    border-right-color: rgb(234 88 12 / 0.3);
  }

  .lg\:border-x-orange-600\/35 {
    border-left-color: rgb(234 88 12 / 0.35);
    border-right-color: rgb(234 88 12 / 0.35);
  }

  .lg\:border-x-orange-600\/40 {
    border-left-color: rgb(234 88 12 / 0.4);
    border-right-color: rgb(234 88 12 / 0.4);
  }

  .lg\:border-x-orange-600\/45 {
    border-left-color: rgb(234 88 12 / 0.45);
    border-right-color: rgb(234 88 12 / 0.45);
  }

  .lg\:border-x-orange-600\/5 {
    border-left-color: rgb(234 88 12 / 0.05);
    border-right-color: rgb(234 88 12 / 0.05);
  }

  .lg\:border-x-orange-600\/50 {
    border-left-color: rgb(234 88 12 / 0.5);
    border-right-color: rgb(234 88 12 / 0.5);
  }

  .lg\:border-x-orange-600\/55 {
    border-left-color: rgb(234 88 12 / 0.55);
    border-right-color: rgb(234 88 12 / 0.55);
  }

  .lg\:border-x-orange-600\/60 {
    border-left-color: rgb(234 88 12 / 0.6);
    border-right-color: rgb(234 88 12 / 0.6);
  }

  .lg\:border-x-orange-600\/65 {
    border-left-color: rgb(234 88 12 / 0.65);
    border-right-color: rgb(234 88 12 / 0.65);
  }

  .lg\:border-x-orange-600\/70 {
    border-left-color: rgb(234 88 12 / 0.7);
    border-right-color: rgb(234 88 12 / 0.7);
  }

  .lg\:border-x-orange-600\/75 {
    border-left-color: rgb(234 88 12 / 0.75);
    border-right-color: rgb(234 88 12 / 0.75);
  }

  .lg\:border-x-orange-600\/80 {
    border-left-color: rgb(234 88 12 / 0.8);
    border-right-color: rgb(234 88 12 / 0.8);
  }

  .lg\:border-x-orange-600\/85 {
    border-left-color: rgb(234 88 12 / 0.85);
    border-right-color: rgb(234 88 12 / 0.85);
  }

  .lg\:border-x-orange-600\/90 {
    border-left-color: rgb(234 88 12 / 0.9);
    border-right-color: rgb(234 88 12 / 0.9);
  }

  .lg\:border-x-orange-600\/95 {
    border-left-color: rgb(234 88 12 / 0.95);
    border-right-color: rgb(234 88 12 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-orange-700\/0 {
    border-left-color: rgb(194 65 12 / 0);
    border-right-color: rgb(194 65 12 / 0);
  }

  .lg\:border-x-orange-700\/10 {
    border-left-color: rgb(194 65 12 / 0.1);
    border-right-color: rgb(194 65 12 / 0.1);
  }

  .lg\:border-x-orange-700\/100 {
    border-left-color: rgb(194 65 12 / 1);
    border-right-color: rgb(194 65 12 / 1);
  }

  .lg\:border-x-orange-700\/15 {
    border-left-color: rgb(194 65 12 / 0.15);
    border-right-color: rgb(194 65 12 / 0.15);
  }

  .lg\:border-x-orange-700\/20 {
    border-left-color: rgb(194 65 12 / 0.2);
    border-right-color: rgb(194 65 12 / 0.2);
  }

  .lg\:border-x-orange-700\/25 {
    border-left-color: rgb(194 65 12 / 0.25);
    border-right-color: rgb(194 65 12 / 0.25);
  }

  .lg\:border-x-orange-700\/30 {
    border-left-color: rgb(194 65 12 / 0.3);
    border-right-color: rgb(194 65 12 / 0.3);
  }

  .lg\:border-x-orange-700\/35 {
    border-left-color: rgb(194 65 12 / 0.35);
    border-right-color: rgb(194 65 12 / 0.35);
  }

  .lg\:border-x-orange-700\/40 {
    border-left-color: rgb(194 65 12 / 0.4);
    border-right-color: rgb(194 65 12 / 0.4);
  }

  .lg\:border-x-orange-700\/45 {
    border-left-color: rgb(194 65 12 / 0.45);
    border-right-color: rgb(194 65 12 / 0.45);
  }

  .lg\:border-x-orange-700\/5 {
    border-left-color: rgb(194 65 12 / 0.05);
    border-right-color: rgb(194 65 12 / 0.05);
  }

  .lg\:border-x-orange-700\/50 {
    border-left-color: rgb(194 65 12 / 0.5);
    border-right-color: rgb(194 65 12 / 0.5);
  }

  .lg\:border-x-orange-700\/55 {
    border-left-color: rgb(194 65 12 / 0.55);
    border-right-color: rgb(194 65 12 / 0.55);
  }

  .lg\:border-x-orange-700\/60 {
    border-left-color: rgb(194 65 12 / 0.6);
    border-right-color: rgb(194 65 12 / 0.6);
  }

  .lg\:border-x-orange-700\/65 {
    border-left-color: rgb(194 65 12 / 0.65);
    border-right-color: rgb(194 65 12 / 0.65);
  }

  .lg\:border-x-orange-700\/70 {
    border-left-color: rgb(194 65 12 / 0.7);
    border-right-color: rgb(194 65 12 / 0.7);
  }

  .lg\:border-x-orange-700\/75 {
    border-left-color: rgb(194 65 12 / 0.75);
    border-right-color: rgb(194 65 12 / 0.75);
  }

  .lg\:border-x-orange-700\/80 {
    border-left-color: rgb(194 65 12 / 0.8);
    border-right-color: rgb(194 65 12 / 0.8);
  }

  .lg\:border-x-orange-700\/85 {
    border-left-color: rgb(194 65 12 / 0.85);
    border-right-color: rgb(194 65 12 / 0.85);
  }

  .lg\:border-x-orange-700\/90 {
    border-left-color: rgb(194 65 12 / 0.9);
    border-right-color: rgb(194 65 12 / 0.9);
  }

  .lg\:border-x-orange-700\/95 {
    border-left-color: rgb(194 65 12 / 0.95);
    border-right-color: rgb(194 65 12 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-orange-800\/0 {
    border-left-color: rgb(154 52 18 / 0);
    border-right-color: rgb(154 52 18 / 0);
  }

  .lg\:border-x-orange-800\/10 {
    border-left-color: rgb(154 52 18 / 0.1);
    border-right-color: rgb(154 52 18 / 0.1);
  }

  .lg\:border-x-orange-800\/100 {
    border-left-color: rgb(154 52 18 / 1);
    border-right-color: rgb(154 52 18 / 1);
  }

  .lg\:border-x-orange-800\/15 {
    border-left-color: rgb(154 52 18 / 0.15);
    border-right-color: rgb(154 52 18 / 0.15);
  }

  .lg\:border-x-orange-800\/20 {
    border-left-color: rgb(154 52 18 / 0.2);
    border-right-color: rgb(154 52 18 / 0.2);
  }

  .lg\:border-x-orange-800\/25 {
    border-left-color: rgb(154 52 18 / 0.25);
    border-right-color: rgb(154 52 18 / 0.25);
  }

  .lg\:border-x-orange-800\/30 {
    border-left-color: rgb(154 52 18 / 0.3);
    border-right-color: rgb(154 52 18 / 0.3);
  }

  .lg\:border-x-orange-800\/35 {
    border-left-color: rgb(154 52 18 / 0.35);
    border-right-color: rgb(154 52 18 / 0.35);
  }

  .lg\:border-x-orange-800\/40 {
    border-left-color: rgb(154 52 18 / 0.4);
    border-right-color: rgb(154 52 18 / 0.4);
  }

  .lg\:border-x-orange-800\/45 {
    border-left-color: rgb(154 52 18 / 0.45);
    border-right-color: rgb(154 52 18 / 0.45);
  }

  .lg\:border-x-orange-800\/5 {
    border-left-color: rgb(154 52 18 / 0.05);
    border-right-color: rgb(154 52 18 / 0.05);
  }

  .lg\:border-x-orange-800\/50 {
    border-left-color: rgb(154 52 18 / 0.5);
    border-right-color: rgb(154 52 18 / 0.5);
  }

  .lg\:border-x-orange-800\/55 {
    border-left-color: rgb(154 52 18 / 0.55);
    border-right-color: rgb(154 52 18 / 0.55);
  }

  .lg\:border-x-orange-800\/60 {
    border-left-color: rgb(154 52 18 / 0.6);
    border-right-color: rgb(154 52 18 / 0.6);
  }

  .lg\:border-x-orange-800\/65 {
    border-left-color: rgb(154 52 18 / 0.65);
    border-right-color: rgb(154 52 18 / 0.65);
  }

  .lg\:border-x-orange-800\/70 {
    border-left-color: rgb(154 52 18 / 0.7);
    border-right-color: rgb(154 52 18 / 0.7);
  }

  .lg\:border-x-orange-800\/75 {
    border-left-color: rgb(154 52 18 / 0.75);
    border-right-color: rgb(154 52 18 / 0.75);
  }

  .lg\:border-x-orange-800\/80 {
    border-left-color: rgb(154 52 18 / 0.8);
    border-right-color: rgb(154 52 18 / 0.8);
  }

  .lg\:border-x-orange-800\/85 {
    border-left-color: rgb(154 52 18 / 0.85);
    border-right-color: rgb(154 52 18 / 0.85);
  }

  .lg\:border-x-orange-800\/90 {
    border-left-color: rgb(154 52 18 / 0.9);
    border-right-color: rgb(154 52 18 / 0.9);
  }

  .lg\:border-x-orange-800\/95 {
    border-left-color: rgb(154 52 18 / 0.95);
    border-right-color: rgb(154 52 18 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-orange-900\/0 {
    border-left-color: rgb(124 45 18 / 0);
    border-right-color: rgb(124 45 18 / 0);
  }

  .lg\:border-x-orange-900\/10 {
    border-left-color: rgb(124 45 18 / 0.1);
    border-right-color: rgb(124 45 18 / 0.1);
  }

  .lg\:border-x-orange-900\/100 {
    border-left-color: rgb(124 45 18 / 1);
    border-right-color: rgb(124 45 18 / 1);
  }

  .lg\:border-x-orange-900\/15 {
    border-left-color: rgb(124 45 18 / 0.15);
    border-right-color: rgb(124 45 18 / 0.15);
  }

  .lg\:border-x-orange-900\/20 {
    border-left-color: rgb(124 45 18 / 0.2);
    border-right-color: rgb(124 45 18 / 0.2);
  }

  .lg\:border-x-orange-900\/25 {
    border-left-color: rgb(124 45 18 / 0.25);
    border-right-color: rgb(124 45 18 / 0.25);
  }

  .lg\:border-x-orange-900\/30 {
    border-left-color: rgb(124 45 18 / 0.3);
    border-right-color: rgb(124 45 18 / 0.3);
  }

  .lg\:border-x-orange-900\/35 {
    border-left-color: rgb(124 45 18 / 0.35);
    border-right-color: rgb(124 45 18 / 0.35);
  }

  .lg\:border-x-orange-900\/40 {
    border-left-color: rgb(124 45 18 / 0.4);
    border-right-color: rgb(124 45 18 / 0.4);
  }

  .lg\:border-x-orange-900\/45 {
    border-left-color: rgb(124 45 18 / 0.45);
    border-right-color: rgb(124 45 18 / 0.45);
  }

  .lg\:border-x-orange-900\/5 {
    border-left-color: rgb(124 45 18 / 0.05);
    border-right-color: rgb(124 45 18 / 0.05);
  }

  .lg\:border-x-orange-900\/50 {
    border-left-color: rgb(124 45 18 / 0.5);
    border-right-color: rgb(124 45 18 / 0.5);
  }

  .lg\:border-x-orange-900\/55 {
    border-left-color: rgb(124 45 18 / 0.55);
    border-right-color: rgb(124 45 18 / 0.55);
  }

  .lg\:border-x-orange-900\/60 {
    border-left-color: rgb(124 45 18 / 0.6);
    border-right-color: rgb(124 45 18 / 0.6);
  }

  .lg\:border-x-orange-900\/65 {
    border-left-color: rgb(124 45 18 / 0.65);
    border-right-color: rgb(124 45 18 / 0.65);
  }

  .lg\:border-x-orange-900\/70 {
    border-left-color: rgb(124 45 18 / 0.7);
    border-right-color: rgb(124 45 18 / 0.7);
  }

  .lg\:border-x-orange-900\/75 {
    border-left-color: rgb(124 45 18 / 0.75);
    border-right-color: rgb(124 45 18 / 0.75);
  }

  .lg\:border-x-orange-900\/80 {
    border-left-color: rgb(124 45 18 / 0.8);
    border-right-color: rgb(124 45 18 / 0.8);
  }

  .lg\:border-x-orange-900\/85 {
    border-left-color: rgb(124 45 18 / 0.85);
    border-right-color: rgb(124 45 18 / 0.85);
  }

  .lg\:border-x-orange-900\/90 {
    border-left-color: rgb(124 45 18 / 0.9);
    border-right-color: rgb(124 45 18 / 0.9);
  }

  .lg\:border-x-orange-900\/95 {
    border-left-color: rgb(124 45 18 / 0.95);
    border-right-color: rgb(124 45 18 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-orange-950\/0 {
    border-left-color: rgb(67 20 7 / 0);
    border-right-color: rgb(67 20 7 / 0);
  }

  .lg\:border-x-orange-950\/10 {
    border-left-color: rgb(67 20 7 / 0.1);
    border-right-color: rgb(67 20 7 / 0.1);
  }

  .lg\:border-x-orange-950\/100 {
    border-left-color: rgb(67 20 7 / 1);
    border-right-color: rgb(67 20 7 / 1);
  }

  .lg\:border-x-orange-950\/15 {
    border-left-color: rgb(67 20 7 / 0.15);
    border-right-color: rgb(67 20 7 / 0.15);
  }

  .lg\:border-x-orange-950\/20 {
    border-left-color: rgb(67 20 7 / 0.2);
    border-right-color: rgb(67 20 7 / 0.2);
  }

  .lg\:border-x-orange-950\/25 {
    border-left-color: rgb(67 20 7 / 0.25);
    border-right-color: rgb(67 20 7 / 0.25);
  }

  .lg\:border-x-orange-950\/30 {
    border-left-color: rgb(67 20 7 / 0.3);
    border-right-color: rgb(67 20 7 / 0.3);
  }

  .lg\:border-x-orange-950\/35 {
    border-left-color: rgb(67 20 7 / 0.35);
    border-right-color: rgb(67 20 7 / 0.35);
  }

  .lg\:border-x-orange-950\/40 {
    border-left-color: rgb(67 20 7 / 0.4);
    border-right-color: rgb(67 20 7 / 0.4);
  }

  .lg\:border-x-orange-950\/45 {
    border-left-color: rgb(67 20 7 / 0.45);
    border-right-color: rgb(67 20 7 / 0.45);
  }

  .lg\:border-x-orange-950\/5 {
    border-left-color: rgb(67 20 7 / 0.05);
    border-right-color: rgb(67 20 7 / 0.05);
  }

  .lg\:border-x-orange-950\/50 {
    border-left-color: rgb(67 20 7 / 0.5);
    border-right-color: rgb(67 20 7 / 0.5);
  }

  .lg\:border-x-orange-950\/55 {
    border-left-color: rgb(67 20 7 / 0.55);
    border-right-color: rgb(67 20 7 / 0.55);
  }

  .lg\:border-x-orange-950\/60 {
    border-left-color: rgb(67 20 7 / 0.6);
    border-right-color: rgb(67 20 7 / 0.6);
  }

  .lg\:border-x-orange-950\/65 {
    border-left-color: rgb(67 20 7 / 0.65);
    border-right-color: rgb(67 20 7 / 0.65);
  }

  .lg\:border-x-orange-950\/70 {
    border-left-color: rgb(67 20 7 / 0.7);
    border-right-color: rgb(67 20 7 / 0.7);
  }

  .lg\:border-x-orange-950\/75 {
    border-left-color: rgb(67 20 7 / 0.75);
    border-right-color: rgb(67 20 7 / 0.75);
  }

  .lg\:border-x-orange-950\/80 {
    border-left-color: rgb(67 20 7 / 0.8);
    border-right-color: rgb(67 20 7 / 0.8);
  }

  .lg\:border-x-orange-950\/85 {
    border-left-color: rgb(67 20 7 / 0.85);
    border-right-color: rgb(67 20 7 / 0.85);
  }

  .lg\:border-x-orange-950\/90 {
    border-left-color: rgb(67 20 7 / 0.9);
    border-right-color: rgb(67 20 7 / 0.9);
  }

  .lg\:border-x-orange-950\/95 {
    border-left-color: rgb(67 20 7 / 0.95);
    border-right-color: rgb(67 20 7 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-pink-100\/0 {
    border-left-color: rgb(252 231 243 / 0);
    border-right-color: rgb(252 231 243 / 0);
  }

  .lg\:border-x-pink-100\/10 {
    border-left-color: rgb(252 231 243 / 0.1);
    border-right-color: rgb(252 231 243 / 0.1);
  }

  .lg\:border-x-pink-100\/100 {
    border-left-color: rgb(252 231 243 / 1);
    border-right-color: rgb(252 231 243 / 1);
  }

  .lg\:border-x-pink-100\/15 {
    border-left-color: rgb(252 231 243 / 0.15);
    border-right-color: rgb(252 231 243 / 0.15);
  }

  .lg\:border-x-pink-100\/20 {
    border-left-color: rgb(252 231 243 / 0.2);
    border-right-color: rgb(252 231 243 / 0.2);
  }

  .lg\:border-x-pink-100\/25 {
    border-left-color: rgb(252 231 243 / 0.25);
    border-right-color: rgb(252 231 243 / 0.25);
  }

  .lg\:border-x-pink-100\/30 {
    border-left-color: rgb(252 231 243 / 0.3);
    border-right-color: rgb(252 231 243 / 0.3);
  }

  .lg\:border-x-pink-100\/35 {
    border-left-color: rgb(252 231 243 / 0.35);
    border-right-color: rgb(252 231 243 / 0.35);
  }

  .lg\:border-x-pink-100\/40 {
    border-left-color: rgb(252 231 243 / 0.4);
    border-right-color: rgb(252 231 243 / 0.4);
  }

  .lg\:border-x-pink-100\/45 {
    border-left-color: rgb(252 231 243 / 0.45);
    border-right-color: rgb(252 231 243 / 0.45);
  }

  .lg\:border-x-pink-100\/5 {
    border-left-color: rgb(252 231 243 / 0.05);
    border-right-color: rgb(252 231 243 / 0.05);
  }

  .lg\:border-x-pink-100\/50 {
    border-left-color: rgb(252 231 243 / 0.5);
    border-right-color: rgb(252 231 243 / 0.5);
  }

  .lg\:border-x-pink-100\/55 {
    border-left-color: rgb(252 231 243 / 0.55);
    border-right-color: rgb(252 231 243 / 0.55);
  }

  .lg\:border-x-pink-100\/60 {
    border-left-color: rgb(252 231 243 / 0.6);
    border-right-color: rgb(252 231 243 / 0.6);
  }

  .lg\:border-x-pink-100\/65 {
    border-left-color: rgb(252 231 243 / 0.65);
    border-right-color: rgb(252 231 243 / 0.65);
  }

  .lg\:border-x-pink-100\/70 {
    border-left-color: rgb(252 231 243 / 0.7);
    border-right-color: rgb(252 231 243 / 0.7);
  }

  .lg\:border-x-pink-100\/75 {
    border-left-color: rgb(252 231 243 / 0.75);
    border-right-color: rgb(252 231 243 / 0.75);
  }

  .lg\:border-x-pink-100\/80 {
    border-left-color: rgb(252 231 243 / 0.8);
    border-right-color: rgb(252 231 243 / 0.8);
  }

  .lg\:border-x-pink-100\/85 {
    border-left-color: rgb(252 231 243 / 0.85);
    border-right-color: rgb(252 231 243 / 0.85);
  }

  .lg\:border-x-pink-100\/90 {
    border-left-color: rgb(252 231 243 / 0.9);
    border-right-color: rgb(252 231 243 / 0.9);
  }

  .lg\:border-x-pink-100\/95 {
    border-left-color: rgb(252 231 243 / 0.95);
    border-right-color: rgb(252 231 243 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-pink-200\/0 {
    border-left-color: rgb(251 207 232 / 0);
    border-right-color: rgb(251 207 232 / 0);
  }

  .lg\:border-x-pink-200\/10 {
    border-left-color: rgb(251 207 232 / 0.1);
    border-right-color: rgb(251 207 232 / 0.1);
  }

  .lg\:border-x-pink-200\/100 {
    border-left-color: rgb(251 207 232 / 1);
    border-right-color: rgb(251 207 232 / 1);
  }

  .lg\:border-x-pink-200\/15 {
    border-left-color: rgb(251 207 232 / 0.15);
    border-right-color: rgb(251 207 232 / 0.15);
  }

  .lg\:border-x-pink-200\/20 {
    border-left-color: rgb(251 207 232 / 0.2);
    border-right-color: rgb(251 207 232 / 0.2);
  }

  .lg\:border-x-pink-200\/25 {
    border-left-color: rgb(251 207 232 / 0.25);
    border-right-color: rgb(251 207 232 / 0.25);
  }

  .lg\:border-x-pink-200\/30 {
    border-left-color: rgb(251 207 232 / 0.3);
    border-right-color: rgb(251 207 232 / 0.3);
  }

  .lg\:border-x-pink-200\/35 {
    border-left-color: rgb(251 207 232 / 0.35);
    border-right-color: rgb(251 207 232 / 0.35);
  }

  .lg\:border-x-pink-200\/40 {
    border-left-color: rgb(251 207 232 / 0.4);
    border-right-color: rgb(251 207 232 / 0.4);
  }

  .lg\:border-x-pink-200\/45 {
    border-left-color: rgb(251 207 232 / 0.45);
    border-right-color: rgb(251 207 232 / 0.45);
  }

  .lg\:border-x-pink-200\/5 {
    border-left-color: rgb(251 207 232 / 0.05);
    border-right-color: rgb(251 207 232 / 0.05);
  }

  .lg\:border-x-pink-200\/50 {
    border-left-color: rgb(251 207 232 / 0.5);
    border-right-color: rgb(251 207 232 / 0.5);
  }

  .lg\:border-x-pink-200\/55 {
    border-left-color: rgb(251 207 232 / 0.55);
    border-right-color: rgb(251 207 232 / 0.55);
  }

  .lg\:border-x-pink-200\/60 {
    border-left-color: rgb(251 207 232 / 0.6);
    border-right-color: rgb(251 207 232 / 0.6);
  }

  .lg\:border-x-pink-200\/65 {
    border-left-color: rgb(251 207 232 / 0.65);
    border-right-color: rgb(251 207 232 / 0.65);
  }

  .lg\:border-x-pink-200\/70 {
    border-left-color: rgb(251 207 232 / 0.7);
    border-right-color: rgb(251 207 232 / 0.7);
  }

  .lg\:border-x-pink-200\/75 {
    border-left-color: rgb(251 207 232 / 0.75);
    border-right-color: rgb(251 207 232 / 0.75);
  }

  .lg\:border-x-pink-200\/80 {
    border-left-color: rgb(251 207 232 / 0.8);
    border-right-color: rgb(251 207 232 / 0.8);
  }

  .lg\:border-x-pink-200\/85 {
    border-left-color: rgb(251 207 232 / 0.85);
    border-right-color: rgb(251 207 232 / 0.85);
  }

  .lg\:border-x-pink-200\/90 {
    border-left-color: rgb(251 207 232 / 0.9);
    border-right-color: rgb(251 207 232 / 0.9);
  }

  .lg\:border-x-pink-200\/95 {
    border-left-color: rgb(251 207 232 / 0.95);
    border-right-color: rgb(251 207 232 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-pink-300\/0 {
    border-left-color: rgb(249 168 212 / 0);
    border-right-color: rgb(249 168 212 / 0);
  }

  .lg\:border-x-pink-300\/10 {
    border-left-color: rgb(249 168 212 / 0.1);
    border-right-color: rgb(249 168 212 / 0.1);
  }

  .lg\:border-x-pink-300\/100 {
    border-left-color: rgb(249 168 212 / 1);
    border-right-color: rgb(249 168 212 / 1);
  }

  .lg\:border-x-pink-300\/15 {
    border-left-color: rgb(249 168 212 / 0.15);
    border-right-color: rgb(249 168 212 / 0.15);
  }

  .lg\:border-x-pink-300\/20 {
    border-left-color: rgb(249 168 212 / 0.2);
    border-right-color: rgb(249 168 212 / 0.2);
  }

  .lg\:border-x-pink-300\/25 {
    border-left-color: rgb(249 168 212 / 0.25);
    border-right-color: rgb(249 168 212 / 0.25);
  }

  .lg\:border-x-pink-300\/30 {
    border-left-color: rgb(249 168 212 / 0.3);
    border-right-color: rgb(249 168 212 / 0.3);
  }

  .lg\:border-x-pink-300\/35 {
    border-left-color: rgb(249 168 212 / 0.35);
    border-right-color: rgb(249 168 212 / 0.35);
  }

  .lg\:border-x-pink-300\/40 {
    border-left-color: rgb(249 168 212 / 0.4);
    border-right-color: rgb(249 168 212 / 0.4);
  }

  .lg\:border-x-pink-300\/45 {
    border-left-color: rgb(249 168 212 / 0.45);
    border-right-color: rgb(249 168 212 / 0.45);
  }

  .lg\:border-x-pink-300\/5 {
    border-left-color: rgb(249 168 212 / 0.05);
    border-right-color: rgb(249 168 212 / 0.05);
  }

  .lg\:border-x-pink-300\/50 {
    border-left-color: rgb(249 168 212 / 0.5);
    border-right-color: rgb(249 168 212 / 0.5);
  }

  .lg\:border-x-pink-300\/55 {
    border-left-color: rgb(249 168 212 / 0.55);
    border-right-color: rgb(249 168 212 / 0.55);
  }

  .lg\:border-x-pink-300\/60 {
    border-left-color: rgb(249 168 212 / 0.6);
    border-right-color: rgb(249 168 212 / 0.6);
  }

  .lg\:border-x-pink-300\/65 {
    border-left-color: rgb(249 168 212 / 0.65);
    border-right-color: rgb(249 168 212 / 0.65);
  }

  .lg\:border-x-pink-300\/70 {
    border-left-color: rgb(249 168 212 / 0.7);
    border-right-color: rgb(249 168 212 / 0.7);
  }

  .lg\:border-x-pink-300\/75 {
    border-left-color: rgb(249 168 212 / 0.75);
    border-right-color: rgb(249 168 212 / 0.75);
  }

  .lg\:border-x-pink-300\/80 {
    border-left-color: rgb(249 168 212 / 0.8);
    border-right-color: rgb(249 168 212 / 0.8);
  }

  .lg\:border-x-pink-300\/85 {
    border-left-color: rgb(249 168 212 / 0.85);
    border-right-color: rgb(249 168 212 / 0.85);
  }

  .lg\:border-x-pink-300\/90 {
    border-left-color: rgb(249 168 212 / 0.9);
    border-right-color: rgb(249 168 212 / 0.9);
  }

  .lg\:border-x-pink-300\/95 {
    border-left-color: rgb(249 168 212 / 0.95);
    border-right-color: rgb(249 168 212 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-pink-400\/0 {
    border-left-color: rgb(244 114 182 / 0);
    border-right-color: rgb(244 114 182 / 0);
  }

  .lg\:border-x-pink-400\/10 {
    border-left-color: rgb(244 114 182 / 0.1);
    border-right-color: rgb(244 114 182 / 0.1);
  }

  .lg\:border-x-pink-400\/100 {
    border-left-color: rgb(244 114 182 / 1);
    border-right-color: rgb(244 114 182 / 1);
  }

  .lg\:border-x-pink-400\/15 {
    border-left-color: rgb(244 114 182 / 0.15);
    border-right-color: rgb(244 114 182 / 0.15);
  }

  .lg\:border-x-pink-400\/20 {
    border-left-color: rgb(244 114 182 / 0.2);
    border-right-color: rgb(244 114 182 / 0.2);
  }

  .lg\:border-x-pink-400\/25 {
    border-left-color: rgb(244 114 182 / 0.25);
    border-right-color: rgb(244 114 182 / 0.25);
  }

  .lg\:border-x-pink-400\/30 {
    border-left-color: rgb(244 114 182 / 0.3);
    border-right-color: rgb(244 114 182 / 0.3);
  }

  .lg\:border-x-pink-400\/35 {
    border-left-color: rgb(244 114 182 / 0.35);
    border-right-color: rgb(244 114 182 / 0.35);
  }

  .lg\:border-x-pink-400\/40 {
    border-left-color: rgb(244 114 182 / 0.4);
    border-right-color: rgb(244 114 182 / 0.4);
  }

  .lg\:border-x-pink-400\/45 {
    border-left-color: rgb(244 114 182 / 0.45);
    border-right-color: rgb(244 114 182 / 0.45);
  }

  .lg\:border-x-pink-400\/5 {
    border-left-color: rgb(244 114 182 / 0.05);
    border-right-color: rgb(244 114 182 / 0.05);
  }

  .lg\:border-x-pink-400\/50 {
    border-left-color: rgb(244 114 182 / 0.5);
    border-right-color: rgb(244 114 182 / 0.5);
  }

  .lg\:border-x-pink-400\/55 {
    border-left-color: rgb(244 114 182 / 0.55);
    border-right-color: rgb(244 114 182 / 0.55);
  }

  .lg\:border-x-pink-400\/60 {
    border-left-color: rgb(244 114 182 / 0.6);
    border-right-color: rgb(244 114 182 / 0.6);
  }

  .lg\:border-x-pink-400\/65 {
    border-left-color: rgb(244 114 182 / 0.65);
    border-right-color: rgb(244 114 182 / 0.65);
  }

  .lg\:border-x-pink-400\/70 {
    border-left-color: rgb(244 114 182 / 0.7);
    border-right-color: rgb(244 114 182 / 0.7);
  }

  .lg\:border-x-pink-400\/75 {
    border-left-color: rgb(244 114 182 / 0.75);
    border-right-color: rgb(244 114 182 / 0.75);
  }

  .lg\:border-x-pink-400\/80 {
    border-left-color: rgb(244 114 182 / 0.8);
    border-right-color: rgb(244 114 182 / 0.8);
  }

  .lg\:border-x-pink-400\/85 {
    border-left-color: rgb(244 114 182 / 0.85);
    border-right-color: rgb(244 114 182 / 0.85);
  }

  .lg\:border-x-pink-400\/90 {
    border-left-color: rgb(244 114 182 / 0.9);
    border-right-color: rgb(244 114 182 / 0.9);
  }

  .lg\:border-x-pink-400\/95 {
    border-left-color: rgb(244 114 182 / 0.95);
    border-right-color: rgb(244 114 182 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-pink-50\/0 {
    border-left-color: rgb(253 242 248 / 0);
    border-right-color: rgb(253 242 248 / 0);
  }

  .lg\:border-x-pink-50\/10 {
    border-left-color: rgb(253 242 248 / 0.1);
    border-right-color: rgb(253 242 248 / 0.1);
  }

  .lg\:border-x-pink-50\/100 {
    border-left-color: rgb(253 242 248 / 1);
    border-right-color: rgb(253 242 248 / 1);
  }

  .lg\:border-x-pink-50\/15 {
    border-left-color: rgb(253 242 248 / 0.15);
    border-right-color: rgb(253 242 248 / 0.15);
  }

  .lg\:border-x-pink-50\/20 {
    border-left-color: rgb(253 242 248 / 0.2);
    border-right-color: rgb(253 242 248 / 0.2);
  }

  .lg\:border-x-pink-50\/25 {
    border-left-color: rgb(253 242 248 / 0.25);
    border-right-color: rgb(253 242 248 / 0.25);
  }

  .lg\:border-x-pink-50\/30 {
    border-left-color: rgb(253 242 248 / 0.3);
    border-right-color: rgb(253 242 248 / 0.3);
  }

  .lg\:border-x-pink-50\/35 {
    border-left-color: rgb(253 242 248 / 0.35);
    border-right-color: rgb(253 242 248 / 0.35);
  }

  .lg\:border-x-pink-50\/40 {
    border-left-color: rgb(253 242 248 / 0.4);
    border-right-color: rgb(253 242 248 / 0.4);
  }

  .lg\:border-x-pink-50\/45 {
    border-left-color: rgb(253 242 248 / 0.45);
    border-right-color: rgb(253 242 248 / 0.45);
  }

  .lg\:border-x-pink-50\/5 {
    border-left-color: rgb(253 242 248 / 0.05);
    border-right-color: rgb(253 242 248 / 0.05);
  }

  .lg\:border-x-pink-50\/50 {
    border-left-color: rgb(253 242 248 / 0.5);
    border-right-color: rgb(253 242 248 / 0.5);
  }

  .lg\:border-x-pink-50\/55 {
    border-left-color: rgb(253 242 248 / 0.55);
    border-right-color: rgb(253 242 248 / 0.55);
  }

  .lg\:border-x-pink-50\/60 {
    border-left-color: rgb(253 242 248 / 0.6);
    border-right-color: rgb(253 242 248 / 0.6);
  }

  .lg\:border-x-pink-50\/65 {
    border-left-color: rgb(253 242 248 / 0.65);
    border-right-color: rgb(253 242 248 / 0.65);
  }

  .lg\:border-x-pink-50\/70 {
    border-left-color: rgb(253 242 248 / 0.7);
    border-right-color: rgb(253 242 248 / 0.7);
  }

  .lg\:border-x-pink-50\/75 {
    border-left-color: rgb(253 242 248 / 0.75);
    border-right-color: rgb(253 242 248 / 0.75);
  }

  .lg\:border-x-pink-50\/80 {
    border-left-color: rgb(253 242 248 / 0.8);
    border-right-color: rgb(253 242 248 / 0.8);
  }

  .lg\:border-x-pink-50\/85 {
    border-left-color: rgb(253 242 248 / 0.85);
    border-right-color: rgb(253 242 248 / 0.85);
  }

  .lg\:border-x-pink-50\/90 {
    border-left-color: rgb(253 242 248 / 0.9);
    border-right-color: rgb(253 242 248 / 0.9);
  }

  .lg\:border-x-pink-50\/95 {
    border-left-color: rgb(253 242 248 / 0.95);
    border-right-color: rgb(253 242 248 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-pink-500\/0 {
    border-left-color: rgb(236 72 153 / 0);
    border-right-color: rgb(236 72 153 / 0);
  }

  .lg\:border-x-pink-500\/10 {
    border-left-color: rgb(236 72 153 / 0.1);
    border-right-color: rgb(236 72 153 / 0.1);
  }

  .lg\:border-x-pink-500\/100 {
    border-left-color: rgb(236 72 153 / 1);
    border-right-color: rgb(236 72 153 / 1);
  }

  .lg\:border-x-pink-500\/15 {
    border-left-color: rgb(236 72 153 / 0.15);
    border-right-color: rgb(236 72 153 / 0.15);
  }

  .lg\:border-x-pink-500\/20 {
    border-left-color: rgb(236 72 153 / 0.2);
    border-right-color: rgb(236 72 153 / 0.2);
  }

  .lg\:border-x-pink-500\/25 {
    border-left-color: rgb(236 72 153 / 0.25);
    border-right-color: rgb(236 72 153 / 0.25);
  }

  .lg\:border-x-pink-500\/30 {
    border-left-color: rgb(236 72 153 / 0.3);
    border-right-color: rgb(236 72 153 / 0.3);
  }

  .lg\:border-x-pink-500\/35 {
    border-left-color: rgb(236 72 153 / 0.35);
    border-right-color: rgb(236 72 153 / 0.35);
  }

  .lg\:border-x-pink-500\/40 {
    border-left-color: rgb(236 72 153 / 0.4);
    border-right-color: rgb(236 72 153 / 0.4);
  }

  .lg\:border-x-pink-500\/45 {
    border-left-color: rgb(236 72 153 / 0.45);
    border-right-color: rgb(236 72 153 / 0.45);
  }

  .lg\:border-x-pink-500\/5 {
    border-left-color: rgb(236 72 153 / 0.05);
    border-right-color: rgb(236 72 153 / 0.05);
  }

  .lg\:border-x-pink-500\/50 {
    border-left-color: rgb(236 72 153 / 0.5);
    border-right-color: rgb(236 72 153 / 0.5);
  }

  .lg\:border-x-pink-500\/55 {
    border-left-color: rgb(236 72 153 / 0.55);
    border-right-color: rgb(236 72 153 / 0.55);
  }

  .lg\:border-x-pink-500\/60 {
    border-left-color: rgb(236 72 153 / 0.6);
    border-right-color: rgb(236 72 153 / 0.6);
  }

  .lg\:border-x-pink-500\/65 {
    border-left-color: rgb(236 72 153 / 0.65);
    border-right-color: rgb(236 72 153 / 0.65);
  }

  .lg\:border-x-pink-500\/70 {
    border-left-color: rgb(236 72 153 / 0.7);
    border-right-color: rgb(236 72 153 / 0.7);
  }

  .lg\:border-x-pink-500\/75 {
    border-left-color: rgb(236 72 153 / 0.75);
    border-right-color: rgb(236 72 153 / 0.75);
  }

  .lg\:border-x-pink-500\/80 {
    border-left-color: rgb(236 72 153 / 0.8);
    border-right-color: rgb(236 72 153 / 0.8);
  }

  .lg\:border-x-pink-500\/85 {
    border-left-color: rgb(236 72 153 / 0.85);
    border-right-color: rgb(236 72 153 / 0.85);
  }

  .lg\:border-x-pink-500\/90 {
    border-left-color: rgb(236 72 153 / 0.9);
    border-right-color: rgb(236 72 153 / 0.9);
  }

  .lg\:border-x-pink-500\/95 {
    border-left-color: rgb(236 72 153 / 0.95);
    border-right-color: rgb(236 72 153 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-pink-600\/0 {
    border-left-color: rgb(219 39 119 / 0);
    border-right-color: rgb(219 39 119 / 0);
  }

  .lg\:border-x-pink-600\/10 {
    border-left-color: rgb(219 39 119 / 0.1);
    border-right-color: rgb(219 39 119 / 0.1);
  }

  .lg\:border-x-pink-600\/100 {
    border-left-color: rgb(219 39 119 / 1);
    border-right-color: rgb(219 39 119 / 1);
  }

  .lg\:border-x-pink-600\/15 {
    border-left-color: rgb(219 39 119 / 0.15);
    border-right-color: rgb(219 39 119 / 0.15);
  }

  .lg\:border-x-pink-600\/20 {
    border-left-color: rgb(219 39 119 / 0.2);
    border-right-color: rgb(219 39 119 / 0.2);
  }

  .lg\:border-x-pink-600\/25 {
    border-left-color: rgb(219 39 119 / 0.25);
    border-right-color: rgb(219 39 119 / 0.25);
  }

  .lg\:border-x-pink-600\/30 {
    border-left-color: rgb(219 39 119 / 0.3);
    border-right-color: rgb(219 39 119 / 0.3);
  }

  .lg\:border-x-pink-600\/35 {
    border-left-color: rgb(219 39 119 / 0.35);
    border-right-color: rgb(219 39 119 / 0.35);
  }

  .lg\:border-x-pink-600\/40 {
    border-left-color: rgb(219 39 119 / 0.4);
    border-right-color: rgb(219 39 119 / 0.4);
  }

  .lg\:border-x-pink-600\/45 {
    border-left-color: rgb(219 39 119 / 0.45);
    border-right-color: rgb(219 39 119 / 0.45);
  }

  .lg\:border-x-pink-600\/5 {
    border-left-color: rgb(219 39 119 / 0.05);
    border-right-color: rgb(219 39 119 / 0.05);
  }

  .lg\:border-x-pink-600\/50 {
    border-left-color: rgb(219 39 119 / 0.5);
    border-right-color: rgb(219 39 119 / 0.5);
  }

  .lg\:border-x-pink-600\/55 {
    border-left-color: rgb(219 39 119 / 0.55);
    border-right-color: rgb(219 39 119 / 0.55);
  }

  .lg\:border-x-pink-600\/60 {
    border-left-color: rgb(219 39 119 / 0.6);
    border-right-color: rgb(219 39 119 / 0.6);
  }

  .lg\:border-x-pink-600\/65 {
    border-left-color: rgb(219 39 119 / 0.65);
    border-right-color: rgb(219 39 119 / 0.65);
  }

  .lg\:border-x-pink-600\/70 {
    border-left-color: rgb(219 39 119 / 0.7);
    border-right-color: rgb(219 39 119 / 0.7);
  }

  .lg\:border-x-pink-600\/75 {
    border-left-color: rgb(219 39 119 / 0.75);
    border-right-color: rgb(219 39 119 / 0.75);
  }

  .lg\:border-x-pink-600\/80 {
    border-left-color: rgb(219 39 119 / 0.8);
    border-right-color: rgb(219 39 119 / 0.8);
  }

  .lg\:border-x-pink-600\/85 {
    border-left-color: rgb(219 39 119 / 0.85);
    border-right-color: rgb(219 39 119 / 0.85);
  }

  .lg\:border-x-pink-600\/90 {
    border-left-color: rgb(219 39 119 / 0.9);
    border-right-color: rgb(219 39 119 / 0.9);
  }

  .lg\:border-x-pink-600\/95 {
    border-left-color: rgb(219 39 119 / 0.95);
    border-right-color: rgb(219 39 119 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-pink-700\/0 {
    border-left-color: rgb(190 24 93 / 0);
    border-right-color: rgb(190 24 93 / 0);
  }

  .lg\:border-x-pink-700\/10 {
    border-left-color: rgb(190 24 93 / 0.1);
    border-right-color: rgb(190 24 93 / 0.1);
  }

  .lg\:border-x-pink-700\/100 {
    border-left-color: rgb(190 24 93 / 1);
    border-right-color: rgb(190 24 93 / 1);
  }

  .lg\:border-x-pink-700\/15 {
    border-left-color: rgb(190 24 93 / 0.15);
    border-right-color: rgb(190 24 93 / 0.15);
  }

  .lg\:border-x-pink-700\/20 {
    border-left-color: rgb(190 24 93 / 0.2);
    border-right-color: rgb(190 24 93 / 0.2);
  }

  .lg\:border-x-pink-700\/25 {
    border-left-color: rgb(190 24 93 / 0.25);
    border-right-color: rgb(190 24 93 / 0.25);
  }

  .lg\:border-x-pink-700\/30 {
    border-left-color: rgb(190 24 93 / 0.3);
    border-right-color: rgb(190 24 93 / 0.3);
  }

  .lg\:border-x-pink-700\/35 {
    border-left-color: rgb(190 24 93 / 0.35);
    border-right-color: rgb(190 24 93 / 0.35);
  }

  .lg\:border-x-pink-700\/40 {
    border-left-color: rgb(190 24 93 / 0.4);
    border-right-color: rgb(190 24 93 / 0.4);
  }

  .lg\:border-x-pink-700\/45 {
    border-left-color: rgb(190 24 93 / 0.45);
    border-right-color: rgb(190 24 93 / 0.45);
  }

  .lg\:border-x-pink-700\/5 {
    border-left-color: rgb(190 24 93 / 0.05);
    border-right-color: rgb(190 24 93 / 0.05);
  }

  .lg\:border-x-pink-700\/50 {
    border-left-color: rgb(190 24 93 / 0.5);
    border-right-color: rgb(190 24 93 / 0.5);
  }

  .lg\:border-x-pink-700\/55 {
    border-left-color: rgb(190 24 93 / 0.55);
    border-right-color: rgb(190 24 93 / 0.55);
  }

  .lg\:border-x-pink-700\/60 {
    border-left-color: rgb(190 24 93 / 0.6);
    border-right-color: rgb(190 24 93 / 0.6);
  }

  .lg\:border-x-pink-700\/65 {
    border-left-color: rgb(190 24 93 / 0.65);
    border-right-color: rgb(190 24 93 / 0.65);
  }

  .lg\:border-x-pink-700\/70 {
    border-left-color: rgb(190 24 93 / 0.7);
    border-right-color: rgb(190 24 93 / 0.7);
  }

  .lg\:border-x-pink-700\/75 {
    border-left-color: rgb(190 24 93 / 0.75);
    border-right-color: rgb(190 24 93 / 0.75);
  }

  .lg\:border-x-pink-700\/80 {
    border-left-color: rgb(190 24 93 / 0.8);
    border-right-color: rgb(190 24 93 / 0.8);
  }

  .lg\:border-x-pink-700\/85 {
    border-left-color: rgb(190 24 93 / 0.85);
    border-right-color: rgb(190 24 93 / 0.85);
  }

  .lg\:border-x-pink-700\/90 {
    border-left-color: rgb(190 24 93 / 0.9);
    border-right-color: rgb(190 24 93 / 0.9);
  }

  .lg\:border-x-pink-700\/95 {
    border-left-color: rgb(190 24 93 / 0.95);
    border-right-color: rgb(190 24 93 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-pink-800\/0 {
    border-left-color: rgb(157 23 77 / 0);
    border-right-color: rgb(157 23 77 / 0);
  }

  .lg\:border-x-pink-800\/10 {
    border-left-color: rgb(157 23 77 / 0.1);
    border-right-color: rgb(157 23 77 / 0.1);
  }

  .lg\:border-x-pink-800\/100 {
    border-left-color: rgb(157 23 77 / 1);
    border-right-color: rgb(157 23 77 / 1);
  }

  .lg\:border-x-pink-800\/15 {
    border-left-color: rgb(157 23 77 / 0.15);
    border-right-color: rgb(157 23 77 / 0.15);
  }

  .lg\:border-x-pink-800\/20 {
    border-left-color: rgb(157 23 77 / 0.2);
    border-right-color: rgb(157 23 77 / 0.2);
  }

  .lg\:border-x-pink-800\/25 {
    border-left-color: rgb(157 23 77 / 0.25);
    border-right-color: rgb(157 23 77 / 0.25);
  }

  .lg\:border-x-pink-800\/30 {
    border-left-color: rgb(157 23 77 / 0.3);
    border-right-color: rgb(157 23 77 / 0.3);
  }

  .lg\:border-x-pink-800\/35 {
    border-left-color: rgb(157 23 77 / 0.35);
    border-right-color: rgb(157 23 77 / 0.35);
  }

  .lg\:border-x-pink-800\/40 {
    border-left-color: rgb(157 23 77 / 0.4);
    border-right-color: rgb(157 23 77 / 0.4);
  }

  .lg\:border-x-pink-800\/45 {
    border-left-color: rgb(157 23 77 / 0.45);
    border-right-color: rgb(157 23 77 / 0.45);
  }

  .lg\:border-x-pink-800\/5 {
    border-left-color: rgb(157 23 77 / 0.05);
    border-right-color: rgb(157 23 77 / 0.05);
  }

  .lg\:border-x-pink-800\/50 {
    border-left-color: rgb(157 23 77 / 0.5);
    border-right-color: rgb(157 23 77 / 0.5);
  }

  .lg\:border-x-pink-800\/55 {
    border-left-color: rgb(157 23 77 / 0.55);
    border-right-color: rgb(157 23 77 / 0.55);
  }

  .lg\:border-x-pink-800\/60 {
    border-left-color: rgb(157 23 77 / 0.6);
    border-right-color: rgb(157 23 77 / 0.6);
  }

  .lg\:border-x-pink-800\/65 {
    border-left-color: rgb(157 23 77 / 0.65);
    border-right-color: rgb(157 23 77 / 0.65);
  }

  .lg\:border-x-pink-800\/70 {
    border-left-color: rgb(157 23 77 / 0.7);
    border-right-color: rgb(157 23 77 / 0.7);
  }

  .lg\:border-x-pink-800\/75 {
    border-left-color: rgb(157 23 77 / 0.75);
    border-right-color: rgb(157 23 77 / 0.75);
  }

  .lg\:border-x-pink-800\/80 {
    border-left-color: rgb(157 23 77 / 0.8);
    border-right-color: rgb(157 23 77 / 0.8);
  }

  .lg\:border-x-pink-800\/85 {
    border-left-color: rgb(157 23 77 / 0.85);
    border-right-color: rgb(157 23 77 / 0.85);
  }

  .lg\:border-x-pink-800\/90 {
    border-left-color: rgb(157 23 77 / 0.9);
    border-right-color: rgb(157 23 77 / 0.9);
  }

  .lg\:border-x-pink-800\/95 {
    border-left-color: rgb(157 23 77 / 0.95);
    border-right-color: rgb(157 23 77 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-pink-900\/0 {
    border-left-color: rgb(131 24 67 / 0);
    border-right-color: rgb(131 24 67 / 0);
  }

  .lg\:border-x-pink-900\/10 {
    border-left-color: rgb(131 24 67 / 0.1);
    border-right-color: rgb(131 24 67 / 0.1);
  }

  .lg\:border-x-pink-900\/100 {
    border-left-color: rgb(131 24 67 / 1);
    border-right-color: rgb(131 24 67 / 1);
  }

  .lg\:border-x-pink-900\/15 {
    border-left-color: rgb(131 24 67 / 0.15);
    border-right-color: rgb(131 24 67 / 0.15);
  }

  .lg\:border-x-pink-900\/20 {
    border-left-color: rgb(131 24 67 / 0.2);
    border-right-color: rgb(131 24 67 / 0.2);
  }

  .lg\:border-x-pink-900\/25 {
    border-left-color: rgb(131 24 67 / 0.25);
    border-right-color: rgb(131 24 67 / 0.25);
  }

  .lg\:border-x-pink-900\/30 {
    border-left-color: rgb(131 24 67 / 0.3);
    border-right-color: rgb(131 24 67 / 0.3);
  }

  .lg\:border-x-pink-900\/35 {
    border-left-color: rgb(131 24 67 / 0.35);
    border-right-color: rgb(131 24 67 / 0.35);
  }

  .lg\:border-x-pink-900\/40 {
    border-left-color: rgb(131 24 67 / 0.4);
    border-right-color: rgb(131 24 67 / 0.4);
  }

  .lg\:border-x-pink-900\/45 {
    border-left-color: rgb(131 24 67 / 0.45);
    border-right-color: rgb(131 24 67 / 0.45);
  }

  .lg\:border-x-pink-900\/5 {
    border-left-color: rgb(131 24 67 / 0.05);
    border-right-color: rgb(131 24 67 / 0.05);
  }

  .lg\:border-x-pink-900\/50 {
    border-left-color: rgb(131 24 67 / 0.5);
    border-right-color: rgb(131 24 67 / 0.5);
  }

  .lg\:border-x-pink-900\/55 {
    border-left-color: rgb(131 24 67 / 0.55);
    border-right-color: rgb(131 24 67 / 0.55);
  }

  .lg\:border-x-pink-900\/60 {
    border-left-color: rgb(131 24 67 / 0.6);
    border-right-color: rgb(131 24 67 / 0.6);
  }

  .lg\:border-x-pink-900\/65 {
    border-left-color: rgb(131 24 67 / 0.65);
    border-right-color: rgb(131 24 67 / 0.65);
  }

  .lg\:border-x-pink-900\/70 {
    border-left-color: rgb(131 24 67 / 0.7);
    border-right-color: rgb(131 24 67 / 0.7);
  }

  .lg\:border-x-pink-900\/75 {
    border-left-color: rgb(131 24 67 / 0.75);
    border-right-color: rgb(131 24 67 / 0.75);
  }

  .lg\:border-x-pink-900\/80 {
    border-left-color: rgb(131 24 67 / 0.8);
    border-right-color: rgb(131 24 67 / 0.8);
  }

  .lg\:border-x-pink-900\/85 {
    border-left-color: rgb(131 24 67 / 0.85);
    border-right-color: rgb(131 24 67 / 0.85);
  }

  .lg\:border-x-pink-900\/90 {
    border-left-color: rgb(131 24 67 / 0.9);
    border-right-color: rgb(131 24 67 / 0.9);
  }

  .lg\:border-x-pink-900\/95 {
    border-left-color: rgb(131 24 67 / 0.95);
    border-right-color: rgb(131 24 67 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-pink-950\/0 {
    border-left-color: rgb(80 7 36 / 0);
    border-right-color: rgb(80 7 36 / 0);
  }

  .lg\:border-x-pink-950\/10 {
    border-left-color: rgb(80 7 36 / 0.1);
    border-right-color: rgb(80 7 36 / 0.1);
  }

  .lg\:border-x-pink-950\/100 {
    border-left-color: rgb(80 7 36 / 1);
    border-right-color: rgb(80 7 36 / 1);
  }

  .lg\:border-x-pink-950\/15 {
    border-left-color: rgb(80 7 36 / 0.15);
    border-right-color: rgb(80 7 36 / 0.15);
  }

  .lg\:border-x-pink-950\/20 {
    border-left-color: rgb(80 7 36 / 0.2);
    border-right-color: rgb(80 7 36 / 0.2);
  }

  .lg\:border-x-pink-950\/25 {
    border-left-color: rgb(80 7 36 / 0.25);
    border-right-color: rgb(80 7 36 / 0.25);
  }

  .lg\:border-x-pink-950\/30 {
    border-left-color: rgb(80 7 36 / 0.3);
    border-right-color: rgb(80 7 36 / 0.3);
  }

  .lg\:border-x-pink-950\/35 {
    border-left-color: rgb(80 7 36 / 0.35);
    border-right-color: rgb(80 7 36 / 0.35);
  }

  .lg\:border-x-pink-950\/40 {
    border-left-color: rgb(80 7 36 / 0.4);
    border-right-color: rgb(80 7 36 / 0.4);
  }

  .lg\:border-x-pink-950\/45 {
    border-left-color: rgb(80 7 36 / 0.45);
    border-right-color: rgb(80 7 36 / 0.45);
  }

  .lg\:border-x-pink-950\/5 {
    border-left-color: rgb(80 7 36 / 0.05);
    border-right-color: rgb(80 7 36 / 0.05);
  }

  .lg\:border-x-pink-950\/50 {
    border-left-color: rgb(80 7 36 / 0.5);
    border-right-color: rgb(80 7 36 / 0.5);
  }

  .lg\:border-x-pink-950\/55 {
    border-left-color: rgb(80 7 36 / 0.55);
    border-right-color: rgb(80 7 36 / 0.55);
  }

  .lg\:border-x-pink-950\/60 {
    border-left-color: rgb(80 7 36 / 0.6);
    border-right-color: rgb(80 7 36 / 0.6);
  }

  .lg\:border-x-pink-950\/65 {
    border-left-color: rgb(80 7 36 / 0.65);
    border-right-color: rgb(80 7 36 / 0.65);
  }

  .lg\:border-x-pink-950\/70 {
    border-left-color: rgb(80 7 36 / 0.7);
    border-right-color: rgb(80 7 36 / 0.7);
  }

  .lg\:border-x-pink-950\/75 {
    border-left-color: rgb(80 7 36 / 0.75);
    border-right-color: rgb(80 7 36 / 0.75);
  }

  .lg\:border-x-pink-950\/80 {
    border-left-color: rgb(80 7 36 / 0.8);
    border-right-color: rgb(80 7 36 / 0.8);
  }

  .lg\:border-x-pink-950\/85 {
    border-left-color: rgb(80 7 36 / 0.85);
    border-right-color: rgb(80 7 36 / 0.85);
  }

  .lg\:border-x-pink-950\/90 {
    border-left-color: rgb(80 7 36 / 0.9);
    border-right-color: rgb(80 7 36 / 0.9);
  }

  .lg\:border-x-pink-950\/95 {
    border-left-color: rgb(80 7 36 / 0.95);
    border-right-color: rgb(80 7 36 / 0.95);
  }

  .lg\:border-x-primary-100 {
    border-left-color: var(--color-primary-100);
    border-right-color: var(--color-primary-100);
  }

  .lg\:border-x-primary-200 {
    border-left-color: var(--color-primary-200);
    border-right-color: var(--color-primary-200);
  }

  .lg\:border-x-primary-300 {
    border-left-color: var(--color-primary-300);
    border-right-color: var(--color-primary-300);
  }

  .lg\:border-x-primary-400 {
    border-left-color: var(--color-primary-400);
    border-right-color: var(--color-primary-400);
  }

  .lg\:border-x-primary-50 {
    border-left-color: var(--color-primary-50);
    border-right-color: var(--color-primary-50);
  }

  .lg\:border-x-primary-500 {
    border-left-color: var(--color-primary-500);
    border-right-color: var(--color-primary-500);
  }

  .lg\:border-x-primary-600 {
    border-left-color: var(--color-primary-600);
    border-right-color: var(--color-primary-600);
  }

  .lg\:border-x-primary-700 {
    border-left-color: var(--color-primary-700);
    border-right-color: var(--color-primary-700);
  }

  .lg\:border-x-primary-800 {
    border-left-color: var(--color-primary-800);
    border-right-color: var(--color-primary-800);
  }

  .lg\:border-x-primary-900 {
    border-left-color: var(--color-primary-900);
    border-right-color: var(--color-primary-900);
  }

  .lg\: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));
  }

  .lg\:border-x-purple-100\/0 {
    border-left-color: rgb(243 232 255 / 0);
    border-right-color: rgb(243 232 255 / 0);
  }

  .lg\:border-x-purple-100\/10 {
    border-left-color: rgb(243 232 255 / 0.1);
    border-right-color: rgb(243 232 255 / 0.1);
  }

  .lg\:border-x-purple-100\/100 {
    border-left-color: rgb(243 232 255 / 1);
    border-right-color: rgb(243 232 255 / 1);
  }

  .lg\:border-x-purple-100\/15 {
    border-left-color: rgb(243 232 255 / 0.15);
    border-right-color: rgb(243 232 255 / 0.15);
  }

  .lg\:border-x-purple-100\/20 {
    border-left-color: rgb(243 232 255 / 0.2);
    border-right-color: rgb(243 232 255 / 0.2);
  }

  .lg\:border-x-purple-100\/25 {
    border-left-color: rgb(243 232 255 / 0.25);
    border-right-color: rgb(243 232 255 / 0.25);
  }

  .lg\:border-x-purple-100\/30 {
    border-left-color: rgb(243 232 255 / 0.3);
    border-right-color: rgb(243 232 255 / 0.3);
  }

  .lg\:border-x-purple-100\/35 {
    border-left-color: rgb(243 232 255 / 0.35);
    border-right-color: rgb(243 232 255 / 0.35);
  }

  .lg\:border-x-purple-100\/40 {
    border-left-color: rgb(243 232 255 / 0.4);
    border-right-color: rgb(243 232 255 / 0.4);
  }

  .lg\:border-x-purple-100\/45 {
    border-left-color: rgb(243 232 255 / 0.45);
    border-right-color: rgb(243 232 255 / 0.45);
  }

  .lg\:border-x-purple-100\/5 {
    border-left-color: rgb(243 232 255 / 0.05);
    border-right-color: rgb(243 232 255 / 0.05);
  }

  .lg\:border-x-purple-100\/50 {
    border-left-color: rgb(243 232 255 / 0.5);
    border-right-color: rgb(243 232 255 / 0.5);
  }

  .lg\:border-x-purple-100\/55 {
    border-left-color: rgb(243 232 255 / 0.55);
    border-right-color: rgb(243 232 255 / 0.55);
  }

  .lg\:border-x-purple-100\/60 {
    border-left-color: rgb(243 232 255 / 0.6);
    border-right-color: rgb(243 232 255 / 0.6);
  }

  .lg\:border-x-purple-100\/65 {
    border-left-color: rgb(243 232 255 / 0.65);
    border-right-color: rgb(243 232 255 / 0.65);
  }

  .lg\:border-x-purple-100\/70 {
    border-left-color: rgb(243 232 255 / 0.7);
    border-right-color: rgb(243 232 255 / 0.7);
  }

  .lg\:border-x-purple-100\/75 {
    border-left-color: rgb(243 232 255 / 0.75);
    border-right-color: rgb(243 232 255 / 0.75);
  }

  .lg\:border-x-purple-100\/80 {
    border-left-color: rgb(243 232 255 / 0.8);
    border-right-color: rgb(243 232 255 / 0.8);
  }

  .lg\:border-x-purple-100\/85 {
    border-left-color: rgb(243 232 255 / 0.85);
    border-right-color: rgb(243 232 255 / 0.85);
  }

  .lg\:border-x-purple-100\/90 {
    border-left-color: rgb(243 232 255 / 0.9);
    border-right-color: rgb(243 232 255 / 0.9);
  }

  .lg\:border-x-purple-100\/95 {
    border-left-color: rgb(243 232 255 / 0.95);
    border-right-color: rgb(243 232 255 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-purple-200\/0 {
    border-left-color: rgb(233 213 255 / 0);
    border-right-color: rgb(233 213 255 / 0);
  }

  .lg\:border-x-purple-200\/10 {
    border-left-color: rgb(233 213 255 / 0.1);
    border-right-color: rgb(233 213 255 / 0.1);
  }

  .lg\:border-x-purple-200\/100 {
    border-left-color: rgb(233 213 255 / 1);
    border-right-color: rgb(233 213 255 / 1);
  }

  .lg\:border-x-purple-200\/15 {
    border-left-color: rgb(233 213 255 / 0.15);
    border-right-color: rgb(233 213 255 / 0.15);
  }

  .lg\:border-x-purple-200\/20 {
    border-left-color: rgb(233 213 255 / 0.2);
    border-right-color: rgb(233 213 255 / 0.2);
  }

  .lg\:border-x-purple-200\/25 {
    border-left-color: rgb(233 213 255 / 0.25);
    border-right-color: rgb(233 213 255 / 0.25);
  }

  .lg\:border-x-purple-200\/30 {
    border-left-color: rgb(233 213 255 / 0.3);
    border-right-color: rgb(233 213 255 / 0.3);
  }

  .lg\:border-x-purple-200\/35 {
    border-left-color: rgb(233 213 255 / 0.35);
    border-right-color: rgb(233 213 255 / 0.35);
  }

  .lg\:border-x-purple-200\/40 {
    border-left-color: rgb(233 213 255 / 0.4);
    border-right-color: rgb(233 213 255 / 0.4);
  }

  .lg\:border-x-purple-200\/45 {
    border-left-color: rgb(233 213 255 / 0.45);
    border-right-color: rgb(233 213 255 / 0.45);
  }

  .lg\:border-x-purple-200\/5 {
    border-left-color: rgb(233 213 255 / 0.05);
    border-right-color: rgb(233 213 255 / 0.05);
  }

  .lg\:border-x-purple-200\/50 {
    border-left-color: rgb(233 213 255 / 0.5);
    border-right-color: rgb(233 213 255 / 0.5);
  }

  .lg\:border-x-purple-200\/55 {
    border-left-color: rgb(233 213 255 / 0.55);
    border-right-color: rgb(233 213 255 / 0.55);
  }

  .lg\:border-x-purple-200\/60 {
    border-left-color: rgb(233 213 255 / 0.6);
    border-right-color: rgb(233 213 255 / 0.6);
  }

  .lg\:border-x-purple-200\/65 {
    border-left-color: rgb(233 213 255 / 0.65);
    border-right-color: rgb(233 213 255 / 0.65);
  }

  .lg\:border-x-purple-200\/70 {
    border-left-color: rgb(233 213 255 / 0.7);
    border-right-color: rgb(233 213 255 / 0.7);
  }

  .lg\:border-x-purple-200\/75 {
    border-left-color: rgb(233 213 255 / 0.75);
    border-right-color: rgb(233 213 255 / 0.75);
  }

  .lg\:border-x-purple-200\/80 {
    border-left-color: rgb(233 213 255 / 0.8);
    border-right-color: rgb(233 213 255 / 0.8);
  }

  .lg\:border-x-purple-200\/85 {
    border-left-color: rgb(233 213 255 / 0.85);
    border-right-color: rgb(233 213 255 / 0.85);
  }

  .lg\:border-x-purple-200\/90 {
    border-left-color: rgb(233 213 255 / 0.9);
    border-right-color: rgb(233 213 255 / 0.9);
  }

  .lg\:border-x-purple-200\/95 {
    border-left-color: rgb(233 213 255 / 0.95);
    border-right-color: rgb(233 213 255 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-purple-300\/0 {
    border-left-color: rgb(216 180 254 / 0);
    border-right-color: rgb(216 180 254 / 0);
  }

  .lg\:border-x-purple-300\/10 {
    border-left-color: rgb(216 180 254 / 0.1);
    border-right-color: rgb(216 180 254 / 0.1);
  }

  .lg\:border-x-purple-300\/100 {
    border-left-color: rgb(216 180 254 / 1);
    border-right-color: rgb(216 180 254 / 1);
  }

  .lg\:border-x-purple-300\/15 {
    border-left-color: rgb(216 180 254 / 0.15);
    border-right-color: rgb(216 180 254 / 0.15);
  }

  .lg\:border-x-purple-300\/20 {
    border-left-color: rgb(216 180 254 / 0.2);
    border-right-color: rgb(216 180 254 / 0.2);
  }

  .lg\:border-x-purple-300\/25 {
    border-left-color: rgb(216 180 254 / 0.25);
    border-right-color: rgb(216 180 254 / 0.25);
  }

  .lg\:border-x-purple-300\/30 {
    border-left-color: rgb(216 180 254 / 0.3);
    border-right-color: rgb(216 180 254 / 0.3);
  }

  .lg\:border-x-purple-300\/35 {
    border-left-color: rgb(216 180 254 / 0.35);
    border-right-color: rgb(216 180 254 / 0.35);
  }

  .lg\:border-x-purple-300\/40 {
    border-left-color: rgb(216 180 254 / 0.4);
    border-right-color: rgb(216 180 254 / 0.4);
  }

  .lg\:border-x-purple-300\/45 {
    border-left-color: rgb(216 180 254 / 0.45);
    border-right-color: rgb(216 180 254 / 0.45);
  }

  .lg\:border-x-purple-300\/5 {
    border-left-color: rgb(216 180 254 / 0.05);
    border-right-color: rgb(216 180 254 / 0.05);
  }

  .lg\:border-x-purple-300\/50 {
    border-left-color: rgb(216 180 254 / 0.5);
    border-right-color: rgb(216 180 254 / 0.5);
  }

  .lg\:border-x-purple-300\/55 {
    border-left-color: rgb(216 180 254 / 0.55);
    border-right-color: rgb(216 180 254 / 0.55);
  }

  .lg\:border-x-purple-300\/60 {
    border-left-color: rgb(216 180 254 / 0.6);
    border-right-color: rgb(216 180 254 / 0.6);
  }

  .lg\:border-x-purple-300\/65 {
    border-left-color: rgb(216 180 254 / 0.65);
    border-right-color: rgb(216 180 254 / 0.65);
  }

  .lg\:border-x-purple-300\/70 {
    border-left-color: rgb(216 180 254 / 0.7);
    border-right-color: rgb(216 180 254 / 0.7);
  }

  .lg\:border-x-purple-300\/75 {
    border-left-color: rgb(216 180 254 / 0.75);
    border-right-color: rgb(216 180 254 / 0.75);
  }

  .lg\:border-x-purple-300\/80 {
    border-left-color: rgb(216 180 254 / 0.8);
    border-right-color: rgb(216 180 254 / 0.8);
  }

  .lg\:border-x-purple-300\/85 {
    border-left-color: rgb(216 180 254 / 0.85);
    border-right-color: rgb(216 180 254 / 0.85);
  }

  .lg\:border-x-purple-300\/90 {
    border-left-color: rgb(216 180 254 / 0.9);
    border-right-color: rgb(216 180 254 / 0.9);
  }

  .lg\:border-x-purple-300\/95 {
    border-left-color: rgb(216 180 254 / 0.95);
    border-right-color: rgb(216 180 254 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-purple-400\/0 {
    border-left-color: rgb(192 132 252 / 0);
    border-right-color: rgb(192 132 252 / 0);
  }

  .lg\:border-x-purple-400\/10 {
    border-left-color: rgb(192 132 252 / 0.1);
    border-right-color: rgb(192 132 252 / 0.1);
  }

  .lg\:border-x-purple-400\/100 {
    border-left-color: rgb(192 132 252 / 1);
    border-right-color: rgb(192 132 252 / 1);
  }

  .lg\:border-x-purple-400\/15 {
    border-left-color: rgb(192 132 252 / 0.15);
    border-right-color: rgb(192 132 252 / 0.15);
  }

  .lg\:border-x-purple-400\/20 {
    border-left-color: rgb(192 132 252 / 0.2);
    border-right-color: rgb(192 132 252 / 0.2);
  }

  .lg\:border-x-purple-400\/25 {
    border-left-color: rgb(192 132 252 / 0.25);
    border-right-color: rgb(192 132 252 / 0.25);
  }

  .lg\:border-x-purple-400\/30 {
    border-left-color: rgb(192 132 252 / 0.3);
    border-right-color: rgb(192 132 252 / 0.3);
  }

  .lg\:border-x-purple-400\/35 {
    border-left-color: rgb(192 132 252 / 0.35);
    border-right-color: rgb(192 132 252 / 0.35);
  }

  .lg\:border-x-purple-400\/40 {
    border-left-color: rgb(192 132 252 / 0.4);
    border-right-color: rgb(192 132 252 / 0.4);
  }

  .lg\:border-x-purple-400\/45 {
    border-left-color: rgb(192 132 252 / 0.45);
    border-right-color: rgb(192 132 252 / 0.45);
  }

  .lg\:border-x-purple-400\/5 {
    border-left-color: rgb(192 132 252 / 0.05);
    border-right-color: rgb(192 132 252 / 0.05);
  }

  .lg\:border-x-purple-400\/50 {
    border-left-color: rgb(192 132 252 / 0.5);
    border-right-color: rgb(192 132 252 / 0.5);
  }

  .lg\:border-x-purple-400\/55 {
    border-left-color: rgb(192 132 252 / 0.55);
    border-right-color: rgb(192 132 252 / 0.55);
  }

  .lg\:border-x-purple-400\/60 {
    border-left-color: rgb(192 132 252 / 0.6);
    border-right-color: rgb(192 132 252 / 0.6);
  }

  .lg\:border-x-purple-400\/65 {
    border-left-color: rgb(192 132 252 / 0.65);
    border-right-color: rgb(192 132 252 / 0.65);
  }

  .lg\:border-x-purple-400\/70 {
    border-left-color: rgb(192 132 252 / 0.7);
    border-right-color: rgb(192 132 252 / 0.7);
  }

  .lg\:border-x-purple-400\/75 {
    border-left-color: rgb(192 132 252 / 0.75);
    border-right-color: rgb(192 132 252 / 0.75);
  }

  .lg\:border-x-purple-400\/80 {
    border-left-color: rgb(192 132 252 / 0.8);
    border-right-color: rgb(192 132 252 / 0.8);
  }

  .lg\:border-x-purple-400\/85 {
    border-left-color: rgb(192 132 252 / 0.85);
    border-right-color: rgb(192 132 252 / 0.85);
  }

  .lg\:border-x-purple-400\/90 {
    border-left-color: rgb(192 132 252 / 0.9);
    border-right-color: rgb(192 132 252 / 0.9);
  }

  .lg\:border-x-purple-400\/95 {
    border-left-color: rgb(192 132 252 / 0.95);
    border-right-color: rgb(192 132 252 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-purple-50\/0 {
    border-left-color: rgb(250 245 255 / 0);
    border-right-color: rgb(250 245 255 / 0);
  }

  .lg\:border-x-purple-50\/10 {
    border-left-color: rgb(250 245 255 / 0.1);
    border-right-color: rgb(250 245 255 / 0.1);
  }

  .lg\:border-x-purple-50\/100 {
    border-left-color: rgb(250 245 255 / 1);
    border-right-color: rgb(250 245 255 / 1);
  }

  .lg\:border-x-purple-50\/15 {
    border-left-color: rgb(250 245 255 / 0.15);
    border-right-color: rgb(250 245 255 / 0.15);
  }

  .lg\:border-x-purple-50\/20 {
    border-left-color: rgb(250 245 255 / 0.2);
    border-right-color: rgb(250 245 255 / 0.2);
  }

  .lg\:border-x-purple-50\/25 {
    border-left-color: rgb(250 245 255 / 0.25);
    border-right-color: rgb(250 245 255 / 0.25);
  }

  .lg\:border-x-purple-50\/30 {
    border-left-color: rgb(250 245 255 / 0.3);
    border-right-color: rgb(250 245 255 / 0.3);
  }

  .lg\:border-x-purple-50\/35 {
    border-left-color: rgb(250 245 255 / 0.35);
    border-right-color: rgb(250 245 255 / 0.35);
  }

  .lg\:border-x-purple-50\/40 {
    border-left-color: rgb(250 245 255 / 0.4);
    border-right-color: rgb(250 245 255 / 0.4);
  }

  .lg\:border-x-purple-50\/45 {
    border-left-color: rgb(250 245 255 / 0.45);
    border-right-color: rgb(250 245 255 / 0.45);
  }

  .lg\:border-x-purple-50\/5 {
    border-left-color: rgb(250 245 255 / 0.05);
    border-right-color: rgb(250 245 255 / 0.05);
  }

  .lg\:border-x-purple-50\/50 {
    border-left-color: rgb(250 245 255 / 0.5);
    border-right-color: rgb(250 245 255 / 0.5);
  }

  .lg\:border-x-purple-50\/55 {
    border-left-color: rgb(250 245 255 / 0.55);
    border-right-color: rgb(250 245 255 / 0.55);
  }

  .lg\:border-x-purple-50\/60 {
    border-left-color: rgb(250 245 255 / 0.6);
    border-right-color: rgb(250 245 255 / 0.6);
  }

  .lg\:border-x-purple-50\/65 {
    border-left-color: rgb(250 245 255 / 0.65);
    border-right-color: rgb(250 245 255 / 0.65);
  }

  .lg\:border-x-purple-50\/70 {
    border-left-color: rgb(250 245 255 / 0.7);
    border-right-color: rgb(250 245 255 / 0.7);
  }

  .lg\:border-x-purple-50\/75 {
    border-left-color: rgb(250 245 255 / 0.75);
    border-right-color: rgb(250 245 255 / 0.75);
  }

  .lg\:border-x-purple-50\/80 {
    border-left-color: rgb(250 245 255 / 0.8);
    border-right-color: rgb(250 245 255 / 0.8);
  }

  .lg\:border-x-purple-50\/85 {
    border-left-color: rgb(250 245 255 / 0.85);
    border-right-color: rgb(250 245 255 / 0.85);
  }

  .lg\:border-x-purple-50\/90 {
    border-left-color: rgb(250 245 255 / 0.9);
    border-right-color: rgb(250 245 255 / 0.9);
  }

  .lg\:border-x-purple-50\/95 {
    border-left-color: rgb(250 245 255 / 0.95);
    border-right-color: rgb(250 245 255 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-purple-500\/0 {
    border-left-color: rgb(168 85 247 / 0);
    border-right-color: rgb(168 85 247 / 0);
  }

  .lg\:border-x-purple-500\/10 {
    border-left-color: rgb(168 85 247 / 0.1);
    border-right-color: rgb(168 85 247 / 0.1);
  }

  .lg\:border-x-purple-500\/100 {
    border-left-color: rgb(168 85 247 / 1);
    border-right-color: rgb(168 85 247 / 1);
  }

  .lg\:border-x-purple-500\/15 {
    border-left-color: rgb(168 85 247 / 0.15);
    border-right-color: rgb(168 85 247 / 0.15);
  }

  .lg\:border-x-purple-500\/20 {
    border-left-color: rgb(168 85 247 / 0.2);
    border-right-color: rgb(168 85 247 / 0.2);
  }

  .lg\:border-x-purple-500\/25 {
    border-left-color: rgb(168 85 247 / 0.25);
    border-right-color: rgb(168 85 247 / 0.25);
  }

  .lg\:border-x-purple-500\/30 {
    border-left-color: rgb(168 85 247 / 0.3);
    border-right-color: rgb(168 85 247 / 0.3);
  }

  .lg\:border-x-purple-500\/35 {
    border-left-color: rgb(168 85 247 / 0.35);
    border-right-color: rgb(168 85 247 / 0.35);
  }

  .lg\:border-x-purple-500\/40 {
    border-left-color: rgb(168 85 247 / 0.4);
    border-right-color: rgb(168 85 247 / 0.4);
  }

  .lg\:border-x-purple-500\/45 {
    border-left-color: rgb(168 85 247 / 0.45);
    border-right-color: rgb(168 85 247 / 0.45);
  }

  .lg\:border-x-purple-500\/5 {
    border-left-color: rgb(168 85 247 / 0.05);
    border-right-color: rgb(168 85 247 / 0.05);
  }

  .lg\:border-x-purple-500\/50 {
    border-left-color: rgb(168 85 247 / 0.5);
    border-right-color: rgb(168 85 247 / 0.5);
  }

  .lg\:border-x-purple-500\/55 {
    border-left-color: rgb(168 85 247 / 0.55);
    border-right-color: rgb(168 85 247 / 0.55);
  }

  .lg\:border-x-purple-500\/60 {
    border-left-color: rgb(168 85 247 / 0.6);
    border-right-color: rgb(168 85 247 / 0.6);
  }

  .lg\:border-x-purple-500\/65 {
    border-left-color: rgb(168 85 247 / 0.65);
    border-right-color: rgb(168 85 247 / 0.65);
  }

  .lg\:border-x-purple-500\/70 {
    border-left-color: rgb(168 85 247 / 0.7);
    border-right-color: rgb(168 85 247 / 0.7);
  }

  .lg\:border-x-purple-500\/75 {
    border-left-color: rgb(168 85 247 / 0.75);
    border-right-color: rgb(168 85 247 / 0.75);
  }

  .lg\:border-x-purple-500\/80 {
    border-left-color: rgb(168 85 247 / 0.8);
    border-right-color: rgb(168 85 247 / 0.8);
  }

  .lg\:border-x-purple-500\/85 {
    border-left-color: rgb(168 85 247 / 0.85);
    border-right-color: rgb(168 85 247 / 0.85);
  }

  .lg\:border-x-purple-500\/90 {
    border-left-color: rgb(168 85 247 / 0.9);
    border-right-color: rgb(168 85 247 / 0.9);
  }

  .lg\:border-x-purple-500\/95 {
    border-left-color: rgb(168 85 247 / 0.95);
    border-right-color: rgb(168 85 247 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-purple-600\/0 {
    border-left-color: rgb(147 51 234 / 0);
    border-right-color: rgb(147 51 234 / 0);
  }

  .lg\:border-x-purple-600\/10 {
    border-left-color: rgb(147 51 234 / 0.1);
    border-right-color: rgb(147 51 234 / 0.1);
  }

  .lg\:border-x-purple-600\/100 {
    border-left-color: rgb(147 51 234 / 1);
    border-right-color: rgb(147 51 234 / 1);
  }

  .lg\:border-x-purple-600\/15 {
    border-left-color: rgb(147 51 234 / 0.15);
    border-right-color: rgb(147 51 234 / 0.15);
  }

  .lg\:border-x-purple-600\/20 {
    border-left-color: rgb(147 51 234 / 0.2);
    border-right-color: rgb(147 51 234 / 0.2);
  }

  .lg\:border-x-purple-600\/25 {
    border-left-color: rgb(147 51 234 / 0.25);
    border-right-color: rgb(147 51 234 / 0.25);
  }

  .lg\:border-x-purple-600\/30 {
    border-left-color: rgb(147 51 234 / 0.3);
    border-right-color: rgb(147 51 234 / 0.3);
  }

  .lg\:border-x-purple-600\/35 {
    border-left-color: rgb(147 51 234 / 0.35);
    border-right-color: rgb(147 51 234 / 0.35);
  }

  .lg\:border-x-purple-600\/40 {
    border-left-color: rgb(147 51 234 / 0.4);
    border-right-color: rgb(147 51 234 / 0.4);
  }

  .lg\:border-x-purple-600\/45 {
    border-left-color: rgb(147 51 234 / 0.45);
    border-right-color: rgb(147 51 234 / 0.45);
  }

  .lg\:border-x-purple-600\/5 {
    border-left-color: rgb(147 51 234 / 0.05);
    border-right-color: rgb(147 51 234 / 0.05);
  }

  .lg\:border-x-purple-600\/50 {
    border-left-color: rgb(147 51 234 / 0.5);
    border-right-color: rgb(147 51 234 / 0.5);
  }

  .lg\:border-x-purple-600\/55 {
    border-left-color: rgb(147 51 234 / 0.55);
    border-right-color: rgb(147 51 234 / 0.55);
  }

  .lg\:border-x-purple-600\/60 {
    border-left-color: rgb(147 51 234 / 0.6);
    border-right-color: rgb(147 51 234 / 0.6);
  }

  .lg\:border-x-purple-600\/65 {
    border-left-color: rgb(147 51 234 / 0.65);
    border-right-color: rgb(147 51 234 / 0.65);
  }

  .lg\:border-x-purple-600\/70 {
    border-left-color: rgb(147 51 234 / 0.7);
    border-right-color: rgb(147 51 234 / 0.7);
  }

  .lg\:border-x-purple-600\/75 {
    border-left-color: rgb(147 51 234 / 0.75);
    border-right-color: rgb(147 51 234 / 0.75);
  }

  .lg\:border-x-purple-600\/80 {
    border-left-color: rgb(147 51 234 / 0.8);
    border-right-color: rgb(147 51 234 / 0.8);
  }

  .lg\:border-x-purple-600\/85 {
    border-left-color: rgb(147 51 234 / 0.85);
    border-right-color: rgb(147 51 234 / 0.85);
  }

  .lg\:border-x-purple-600\/90 {
    border-left-color: rgb(147 51 234 / 0.9);
    border-right-color: rgb(147 51 234 / 0.9);
  }

  .lg\:border-x-purple-600\/95 {
    border-left-color: rgb(147 51 234 / 0.95);
    border-right-color: rgb(147 51 234 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-purple-700\/0 {
    border-left-color: rgb(126 34 206 / 0);
    border-right-color: rgb(126 34 206 / 0);
  }

  .lg\:border-x-purple-700\/10 {
    border-left-color: rgb(126 34 206 / 0.1);
    border-right-color: rgb(126 34 206 / 0.1);
  }

  .lg\:border-x-purple-700\/100 {
    border-left-color: rgb(126 34 206 / 1);
    border-right-color: rgb(126 34 206 / 1);
  }

  .lg\:border-x-purple-700\/15 {
    border-left-color: rgb(126 34 206 / 0.15);
    border-right-color: rgb(126 34 206 / 0.15);
  }

  .lg\:border-x-purple-700\/20 {
    border-left-color: rgb(126 34 206 / 0.2);
    border-right-color: rgb(126 34 206 / 0.2);
  }

  .lg\:border-x-purple-700\/25 {
    border-left-color: rgb(126 34 206 / 0.25);
    border-right-color: rgb(126 34 206 / 0.25);
  }

  .lg\:border-x-purple-700\/30 {
    border-left-color: rgb(126 34 206 / 0.3);
    border-right-color: rgb(126 34 206 / 0.3);
  }

  .lg\:border-x-purple-700\/35 {
    border-left-color: rgb(126 34 206 / 0.35);
    border-right-color: rgb(126 34 206 / 0.35);
  }

  .lg\:border-x-purple-700\/40 {
    border-left-color: rgb(126 34 206 / 0.4);
    border-right-color: rgb(126 34 206 / 0.4);
  }

  .lg\:border-x-purple-700\/45 {
    border-left-color: rgb(126 34 206 / 0.45);
    border-right-color: rgb(126 34 206 / 0.45);
  }

  .lg\:border-x-purple-700\/5 {
    border-left-color: rgb(126 34 206 / 0.05);
    border-right-color: rgb(126 34 206 / 0.05);
  }

  .lg\:border-x-purple-700\/50 {
    border-left-color: rgb(126 34 206 / 0.5);
    border-right-color: rgb(126 34 206 / 0.5);
  }

  .lg\:border-x-purple-700\/55 {
    border-left-color: rgb(126 34 206 / 0.55);
    border-right-color: rgb(126 34 206 / 0.55);
  }

  .lg\:border-x-purple-700\/60 {
    border-left-color: rgb(126 34 206 / 0.6);
    border-right-color: rgb(126 34 206 / 0.6);
  }

  .lg\:border-x-purple-700\/65 {
    border-left-color: rgb(126 34 206 / 0.65);
    border-right-color: rgb(126 34 206 / 0.65);
  }

  .lg\:border-x-purple-700\/70 {
    border-left-color: rgb(126 34 206 / 0.7);
    border-right-color: rgb(126 34 206 / 0.7);
  }

  .lg\:border-x-purple-700\/75 {
    border-left-color: rgb(126 34 206 / 0.75);
    border-right-color: rgb(126 34 206 / 0.75);
  }

  .lg\:border-x-purple-700\/80 {
    border-left-color: rgb(126 34 206 / 0.8);
    border-right-color: rgb(126 34 206 / 0.8);
  }

  .lg\:border-x-purple-700\/85 {
    border-left-color: rgb(126 34 206 / 0.85);
    border-right-color: rgb(126 34 206 / 0.85);
  }

  .lg\:border-x-purple-700\/90 {
    border-left-color: rgb(126 34 206 / 0.9);
    border-right-color: rgb(126 34 206 / 0.9);
  }

  .lg\:border-x-purple-700\/95 {
    border-left-color: rgb(126 34 206 / 0.95);
    border-right-color: rgb(126 34 206 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-purple-800\/0 {
    border-left-color: rgb(107 33 168 / 0);
    border-right-color: rgb(107 33 168 / 0);
  }

  .lg\:border-x-purple-800\/10 {
    border-left-color: rgb(107 33 168 / 0.1);
    border-right-color: rgb(107 33 168 / 0.1);
  }

  .lg\:border-x-purple-800\/100 {
    border-left-color: rgb(107 33 168 / 1);
    border-right-color: rgb(107 33 168 / 1);
  }

  .lg\:border-x-purple-800\/15 {
    border-left-color: rgb(107 33 168 / 0.15);
    border-right-color: rgb(107 33 168 / 0.15);
  }

  .lg\:border-x-purple-800\/20 {
    border-left-color: rgb(107 33 168 / 0.2);
    border-right-color: rgb(107 33 168 / 0.2);
  }

  .lg\:border-x-purple-800\/25 {
    border-left-color: rgb(107 33 168 / 0.25);
    border-right-color: rgb(107 33 168 / 0.25);
  }

  .lg\:border-x-purple-800\/30 {
    border-left-color: rgb(107 33 168 / 0.3);
    border-right-color: rgb(107 33 168 / 0.3);
  }

  .lg\:border-x-purple-800\/35 {
    border-left-color: rgb(107 33 168 / 0.35);
    border-right-color: rgb(107 33 168 / 0.35);
  }

  .lg\:border-x-purple-800\/40 {
    border-left-color: rgb(107 33 168 / 0.4);
    border-right-color: rgb(107 33 168 / 0.4);
  }

  .lg\:border-x-purple-800\/45 {
    border-left-color: rgb(107 33 168 / 0.45);
    border-right-color: rgb(107 33 168 / 0.45);
  }

  .lg\:border-x-purple-800\/5 {
    border-left-color: rgb(107 33 168 / 0.05);
    border-right-color: rgb(107 33 168 / 0.05);
  }

  .lg\:border-x-purple-800\/50 {
    border-left-color: rgb(107 33 168 / 0.5);
    border-right-color: rgb(107 33 168 / 0.5);
  }

  .lg\:border-x-purple-800\/55 {
    border-left-color: rgb(107 33 168 / 0.55);
    border-right-color: rgb(107 33 168 / 0.55);
  }

  .lg\:border-x-purple-800\/60 {
    border-left-color: rgb(107 33 168 / 0.6);
    border-right-color: rgb(107 33 168 / 0.6);
  }

  .lg\:border-x-purple-800\/65 {
    border-left-color: rgb(107 33 168 / 0.65);
    border-right-color: rgb(107 33 168 / 0.65);
  }

  .lg\:border-x-purple-800\/70 {
    border-left-color: rgb(107 33 168 / 0.7);
    border-right-color: rgb(107 33 168 / 0.7);
  }

  .lg\:border-x-purple-800\/75 {
    border-left-color: rgb(107 33 168 / 0.75);
    border-right-color: rgb(107 33 168 / 0.75);
  }

  .lg\:border-x-purple-800\/80 {
    border-left-color: rgb(107 33 168 / 0.8);
    border-right-color: rgb(107 33 168 / 0.8);
  }

  .lg\:border-x-purple-800\/85 {
    border-left-color: rgb(107 33 168 / 0.85);
    border-right-color: rgb(107 33 168 / 0.85);
  }

  .lg\:border-x-purple-800\/90 {
    border-left-color: rgb(107 33 168 / 0.9);
    border-right-color: rgb(107 33 168 / 0.9);
  }

  .lg\:border-x-purple-800\/95 {
    border-left-color: rgb(107 33 168 / 0.95);
    border-right-color: rgb(107 33 168 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-purple-900\/0 {
    border-left-color: rgb(88 28 135 / 0);
    border-right-color: rgb(88 28 135 / 0);
  }

  .lg\:border-x-purple-900\/10 {
    border-left-color: rgb(88 28 135 / 0.1);
    border-right-color: rgb(88 28 135 / 0.1);
  }

  .lg\:border-x-purple-900\/100 {
    border-left-color: rgb(88 28 135 / 1);
    border-right-color: rgb(88 28 135 / 1);
  }

  .lg\:border-x-purple-900\/15 {
    border-left-color: rgb(88 28 135 / 0.15);
    border-right-color: rgb(88 28 135 / 0.15);
  }

  .lg\:border-x-purple-900\/20 {
    border-left-color: rgb(88 28 135 / 0.2);
    border-right-color: rgb(88 28 135 / 0.2);
  }

  .lg\:border-x-purple-900\/25 {
    border-left-color: rgb(88 28 135 / 0.25);
    border-right-color: rgb(88 28 135 / 0.25);
  }

  .lg\:border-x-purple-900\/30 {
    border-left-color: rgb(88 28 135 / 0.3);
    border-right-color: rgb(88 28 135 / 0.3);
  }

  .lg\:border-x-purple-900\/35 {
    border-left-color: rgb(88 28 135 / 0.35);
    border-right-color: rgb(88 28 135 / 0.35);
  }

  .lg\:border-x-purple-900\/40 {
    border-left-color: rgb(88 28 135 / 0.4);
    border-right-color: rgb(88 28 135 / 0.4);
  }

  .lg\:border-x-purple-900\/45 {
    border-left-color: rgb(88 28 135 / 0.45);
    border-right-color: rgb(88 28 135 / 0.45);
  }

  .lg\:border-x-purple-900\/5 {
    border-left-color: rgb(88 28 135 / 0.05);
    border-right-color: rgb(88 28 135 / 0.05);
  }

  .lg\:border-x-purple-900\/50 {
    border-left-color: rgb(88 28 135 / 0.5);
    border-right-color: rgb(88 28 135 / 0.5);
  }

  .lg\:border-x-purple-900\/55 {
    border-left-color: rgb(88 28 135 / 0.55);
    border-right-color: rgb(88 28 135 / 0.55);
  }

  .lg\:border-x-purple-900\/60 {
    border-left-color: rgb(88 28 135 / 0.6);
    border-right-color: rgb(88 28 135 / 0.6);
  }

  .lg\:border-x-purple-900\/65 {
    border-left-color: rgb(88 28 135 / 0.65);
    border-right-color: rgb(88 28 135 / 0.65);
  }

  .lg\:border-x-purple-900\/70 {
    border-left-color: rgb(88 28 135 / 0.7);
    border-right-color: rgb(88 28 135 / 0.7);
  }

  .lg\:border-x-purple-900\/75 {
    border-left-color: rgb(88 28 135 / 0.75);
    border-right-color: rgb(88 28 135 / 0.75);
  }

  .lg\:border-x-purple-900\/80 {
    border-left-color: rgb(88 28 135 / 0.8);
    border-right-color: rgb(88 28 135 / 0.8);
  }

  .lg\:border-x-purple-900\/85 {
    border-left-color: rgb(88 28 135 / 0.85);
    border-right-color: rgb(88 28 135 / 0.85);
  }

  .lg\:border-x-purple-900\/90 {
    border-left-color: rgb(88 28 135 / 0.9);
    border-right-color: rgb(88 28 135 / 0.9);
  }

  .lg\:border-x-purple-900\/95 {
    border-left-color: rgb(88 28 135 / 0.95);
    border-right-color: rgb(88 28 135 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-purple-950\/0 {
    border-left-color: rgb(59 7 100 / 0);
    border-right-color: rgb(59 7 100 / 0);
  }

  .lg\:border-x-purple-950\/10 {
    border-left-color: rgb(59 7 100 / 0.1);
    border-right-color: rgb(59 7 100 / 0.1);
  }

  .lg\:border-x-purple-950\/100 {
    border-left-color: rgb(59 7 100 / 1);
    border-right-color: rgb(59 7 100 / 1);
  }

  .lg\:border-x-purple-950\/15 {
    border-left-color: rgb(59 7 100 / 0.15);
    border-right-color: rgb(59 7 100 / 0.15);
  }

  .lg\:border-x-purple-950\/20 {
    border-left-color: rgb(59 7 100 / 0.2);
    border-right-color: rgb(59 7 100 / 0.2);
  }

  .lg\:border-x-purple-950\/25 {
    border-left-color: rgb(59 7 100 / 0.25);
    border-right-color: rgb(59 7 100 / 0.25);
  }

  .lg\:border-x-purple-950\/30 {
    border-left-color: rgb(59 7 100 / 0.3);
    border-right-color: rgb(59 7 100 / 0.3);
  }

  .lg\:border-x-purple-950\/35 {
    border-left-color: rgb(59 7 100 / 0.35);
    border-right-color: rgb(59 7 100 / 0.35);
  }

  .lg\:border-x-purple-950\/40 {
    border-left-color: rgb(59 7 100 / 0.4);
    border-right-color: rgb(59 7 100 / 0.4);
  }

  .lg\:border-x-purple-950\/45 {
    border-left-color: rgb(59 7 100 / 0.45);
    border-right-color: rgb(59 7 100 / 0.45);
  }

  .lg\:border-x-purple-950\/5 {
    border-left-color: rgb(59 7 100 / 0.05);
    border-right-color: rgb(59 7 100 / 0.05);
  }

  .lg\:border-x-purple-950\/50 {
    border-left-color: rgb(59 7 100 / 0.5);
    border-right-color: rgb(59 7 100 / 0.5);
  }

  .lg\:border-x-purple-950\/55 {
    border-left-color: rgb(59 7 100 / 0.55);
    border-right-color: rgb(59 7 100 / 0.55);
  }

  .lg\:border-x-purple-950\/60 {
    border-left-color: rgb(59 7 100 / 0.6);
    border-right-color: rgb(59 7 100 / 0.6);
  }

  .lg\:border-x-purple-950\/65 {
    border-left-color: rgb(59 7 100 / 0.65);
    border-right-color: rgb(59 7 100 / 0.65);
  }

  .lg\:border-x-purple-950\/70 {
    border-left-color: rgb(59 7 100 / 0.7);
    border-right-color: rgb(59 7 100 / 0.7);
  }

  .lg\:border-x-purple-950\/75 {
    border-left-color: rgb(59 7 100 / 0.75);
    border-right-color: rgb(59 7 100 / 0.75);
  }

  .lg\:border-x-purple-950\/80 {
    border-left-color: rgb(59 7 100 / 0.8);
    border-right-color: rgb(59 7 100 / 0.8);
  }

  .lg\:border-x-purple-950\/85 {
    border-left-color: rgb(59 7 100 / 0.85);
    border-right-color: rgb(59 7 100 / 0.85);
  }

  .lg\:border-x-purple-950\/90 {
    border-left-color: rgb(59 7 100 / 0.9);
    border-right-color: rgb(59 7 100 / 0.9);
  }

  .lg\:border-x-purple-950\/95 {
    border-left-color: rgb(59 7 100 / 0.95);
    border-right-color: rgb(59 7 100 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-red-100\/0 {
    border-left-color: rgb(254 226 226 / 0);
    border-right-color: rgb(254 226 226 / 0);
  }

  .lg\:border-x-red-100\/10 {
    border-left-color: rgb(254 226 226 / 0.1);
    border-right-color: rgb(254 226 226 / 0.1);
  }

  .lg\:border-x-red-100\/100 {
    border-left-color: rgb(254 226 226 / 1);
    border-right-color: rgb(254 226 226 / 1);
  }

  .lg\:border-x-red-100\/15 {
    border-left-color: rgb(254 226 226 / 0.15);
    border-right-color: rgb(254 226 226 / 0.15);
  }

  .lg\:border-x-red-100\/20 {
    border-left-color: rgb(254 226 226 / 0.2);
    border-right-color: rgb(254 226 226 / 0.2);
  }

  .lg\:border-x-red-100\/25 {
    border-left-color: rgb(254 226 226 / 0.25);
    border-right-color: rgb(254 226 226 / 0.25);
  }

  .lg\:border-x-red-100\/30 {
    border-left-color: rgb(254 226 226 / 0.3);
    border-right-color: rgb(254 226 226 / 0.3);
  }

  .lg\:border-x-red-100\/35 {
    border-left-color: rgb(254 226 226 / 0.35);
    border-right-color: rgb(254 226 226 / 0.35);
  }

  .lg\:border-x-red-100\/40 {
    border-left-color: rgb(254 226 226 / 0.4);
    border-right-color: rgb(254 226 226 / 0.4);
  }

  .lg\:border-x-red-100\/45 {
    border-left-color: rgb(254 226 226 / 0.45);
    border-right-color: rgb(254 226 226 / 0.45);
  }

  .lg\:border-x-red-100\/5 {
    border-left-color: rgb(254 226 226 / 0.05);
    border-right-color: rgb(254 226 226 / 0.05);
  }

  .lg\:border-x-red-100\/50 {
    border-left-color: rgb(254 226 226 / 0.5);
    border-right-color: rgb(254 226 226 / 0.5);
  }

  .lg\:border-x-red-100\/55 {
    border-left-color: rgb(254 226 226 / 0.55);
    border-right-color: rgb(254 226 226 / 0.55);
  }

  .lg\:border-x-red-100\/60 {
    border-left-color: rgb(254 226 226 / 0.6);
    border-right-color: rgb(254 226 226 / 0.6);
  }

  .lg\:border-x-red-100\/65 {
    border-left-color: rgb(254 226 226 / 0.65);
    border-right-color: rgb(254 226 226 / 0.65);
  }

  .lg\:border-x-red-100\/70 {
    border-left-color: rgb(254 226 226 / 0.7);
    border-right-color: rgb(254 226 226 / 0.7);
  }

  .lg\:border-x-red-100\/75 {
    border-left-color: rgb(254 226 226 / 0.75);
    border-right-color: rgb(254 226 226 / 0.75);
  }

  .lg\:border-x-red-100\/80 {
    border-left-color: rgb(254 226 226 / 0.8);
    border-right-color: rgb(254 226 226 / 0.8);
  }

  .lg\:border-x-red-100\/85 {
    border-left-color: rgb(254 226 226 / 0.85);
    border-right-color: rgb(254 226 226 / 0.85);
  }

  .lg\:border-x-red-100\/90 {
    border-left-color: rgb(254 226 226 / 0.9);
    border-right-color: rgb(254 226 226 / 0.9);
  }

  .lg\:border-x-red-100\/95 {
    border-left-color: rgb(254 226 226 / 0.95);
    border-right-color: rgb(254 226 226 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-red-200\/0 {
    border-left-color: rgb(254 202 202 / 0);
    border-right-color: rgb(254 202 202 / 0);
  }

  .lg\:border-x-red-200\/10 {
    border-left-color: rgb(254 202 202 / 0.1);
    border-right-color: rgb(254 202 202 / 0.1);
  }

  .lg\:border-x-red-200\/100 {
    border-left-color: rgb(254 202 202 / 1);
    border-right-color: rgb(254 202 202 / 1);
  }

  .lg\:border-x-red-200\/15 {
    border-left-color: rgb(254 202 202 / 0.15);
    border-right-color: rgb(254 202 202 / 0.15);
  }

  .lg\:border-x-red-200\/20 {
    border-left-color: rgb(254 202 202 / 0.2);
    border-right-color: rgb(254 202 202 / 0.2);
  }

  .lg\:border-x-red-200\/25 {
    border-left-color: rgb(254 202 202 / 0.25);
    border-right-color: rgb(254 202 202 / 0.25);
  }

  .lg\:border-x-red-200\/30 {
    border-left-color: rgb(254 202 202 / 0.3);
    border-right-color: rgb(254 202 202 / 0.3);
  }

  .lg\:border-x-red-200\/35 {
    border-left-color: rgb(254 202 202 / 0.35);
    border-right-color: rgb(254 202 202 / 0.35);
  }

  .lg\:border-x-red-200\/40 {
    border-left-color: rgb(254 202 202 / 0.4);
    border-right-color: rgb(254 202 202 / 0.4);
  }

  .lg\:border-x-red-200\/45 {
    border-left-color: rgb(254 202 202 / 0.45);
    border-right-color: rgb(254 202 202 / 0.45);
  }

  .lg\:border-x-red-200\/5 {
    border-left-color: rgb(254 202 202 / 0.05);
    border-right-color: rgb(254 202 202 / 0.05);
  }

  .lg\:border-x-red-200\/50 {
    border-left-color: rgb(254 202 202 / 0.5);
    border-right-color: rgb(254 202 202 / 0.5);
  }

  .lg\:border-x-red-200\/55 {
    border-left-color: rgb(254 202 202 / 0.55);
    border-right-color: rgb(254 202 202 / 0.55);
  }

  .lg\:border-x-red-200\/60 {
    border-left-color: rgb(254 202 202 / 0.6);
    border-right-color: rgb(254 202 202 / 0.6);
  }

  .lg\:border-x-red-200\/65 {
    border-left-color: rgb(254 202 202 / 0.65);
    border-right-color: rgb(254 202 202 / 0.65);
  }

  .lg\:border-x-red-200\/70 {
    border-left-color: rgb(254 202 202 / 0.7);
    border-right-color: rgb(254 202 202 / 0.7);
  }

  .lg\:border-x-red-200\/75 {
    border-left-color: rgb(254 202 202 / 0.75);
    border-right-color: rgb(254 202 202 / 0.75);
  }

  .lg\:border-x-red-200\/80 {
    border-left-color: rgb(254 202 202 / 0.8);
    border-right-color: rgb(254 202 202 / 0.8);
  }

  .lg\:border-x-red-200\/85 {
    border-left-color: rgb(254 202 202 / 0.85);
    border-right-color: rgb(254 202 202 / 0.85);
  }

  .lg\:border-x-red-200\/90 {
    border-left-color: rgb(254 202 202 / 0.9);
    border-right-color: rgb(254 202 202 / 0.9);
  }

  .lg\:border-x-red-200\/95 {
    border-left-color: rgb(254 202 202 / 0.95);
    border-right-color: rgb(254 202 202 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-red-300\/0 {
    border-left-color: rgb(252 165 165 / 0);
    border-right-color: rgb(252 165 165 / 0);
  }

  .lg\:border-x-red-300\/10 {
    border-left-color: rgb(252 165 165 / 0.1);
    border-right-color: rgb(252 165 165 / 0.1);
  }

  .lg\:border-x-red-300\/100 {
    border-left-color: rgb(252 165 165 / 1);
    border-right-color: rgb(252 165 165 / 1);
  }

  .lg\:border-x-red-300\/15 {
    border-left-color: rgb(252 165 165 / 0.15);
    border-right-color: rgb(252 165 165 / 0.15);
  }

  .lg\:border-x-red-300\/20 {
    border-left-color: rgb(252 165 165 / 0.2);
    border-right-color: rgb(252 165 165 / 0.2);
  }

  .lg\:border-x-red-300\/25 {
    border-left-color: rgb(252 165 165 / 0.25);
    border-right-color: rgb(252 165 165 / 0.25);
  }

  .lg\:border-x-red-300\/30 {
    border-left-color: rgb(252 165 165 / 0.3);
    border-right-color: rgb(252 165 165 / 0.3);
  }

  .lg\:border-x-red-300\/35 {
    border-left-color: rgb(252 165 165 / 0.35);
    border-right-color: rgb(252 165 165 / 0.35);
  }

  .lg\:border-x-red-300\/40 {
    border-left-color: rgb(252 165 165 / 0.4);
    border-right-color: rgb(252 165 165 / 0.4);
  }

  .lg\:border-x-red-300\/45 {
    border-left-color: rgb(252 165 165 / 0.45);
    border-right-color: rgb(252 165 165 / 0.45);
  }

  .lg\:border-x-red-300\/5 {
    border-left-color: rgb(252 165 165 / 0.05);
    border-right-color: rgb(252 165 165 / 0.05);
  }

  .lg\:border-x-red-300\/50 {
    border-left-color: rgb(252 165 165 / 0.5);
    border-right-color: rgb(252 165 165 / 0.5);
  }

  .lg\:border-x-red-300\/55 {
    border-left-color: rgb(252 165 165 / 0.55);
    border-right-color: rgb(252 165 165 / 0.55);
  }

  .lg\:border-x-red-300\/60 {
    border-left-color: rgb(252 165 165 / 0.6);
    border-right-color: rgb(252 165 165 / 0.6);
  }

  .lg\:border-x-red-300\/65 {
    border-left-color: rgb(252 165 165 / 0.65);
    border-right-color: rgb(252 165 165 / 0.65);
  }

  .lg\:border-x-red-300\/70 {
    border-left-color: rgb(252 165 165 / 0.7);
    border-right-color: rgb(252 165 165 / 0.7);
  }

  .lg\:border-x-red-300\/75 {
    border-left-color: rgb(252 165 165 / 0.75);
    border-right-color: rgb(252 165 165 / 0.75);
  }

  .lg\:border-x-red-300\/80 {
    border-left-color: rgb(252 165 165 / 0.8);
    border-right-color: rgb(252 165 165 / 0.8);
  }

  .lg\:border-x-red-300\/85 {
    border-left-color: rgb(252 165 165 / 0.85);
    border-right-color: rgb(252 165 165 / 0.85);
  }

  .lg\:border-x-red-300\/90 {
    border-left-color: rgb(252 165 165 / 0.9);
    border-right-color: rgb(252 165 165 / 0.9);
  }

  .lg\:border-x-red-300\/95 {
    border-left-color: rgb(252 165 165 / 0.95);
    border-right-color: rgb(252 165 165 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-red-400\/0 {
    border-left-color: rgb(248 113 113 / 0);
    border-right-color: rgb(248 113 113 / 0);
  }

  .lg\:border-x-red-400\/10 {
    border-left-color: rgb(248 113 113 / 0.1);
    border-right-color: rgb(248 113 113 / 0.1);
  }

  .lg\:border-x-red-400\/100 {
    border-left-color: rgb(248 113 113 / 1);
    border-right-color: rgb(248 113 113 / 1);
  }

  .lg\:border-x-red-400\/15 {
    border-left-color: rgb(248 113 113 / 0.15);
    border-right-color: rgb(248 113 113 / 0.15);
  }

  .lg\:border-x-red-400\/20 {
    border-left-color: rgb(248 113 113 / 0.2);
    border-right-color: rgb(248 113 113 / 0.2);
  }

  .lg\:border-x-red-400\/25 {
    border-left-color: rgb(248 113 113 / 0.25);
    border-right-color: rgb(248 113 113 / 0.25);
  }

  .lg\:border-x-red-400\/30 {
    border-left-color: rgb(248 113 113 / 0.3);
    border-right-color: rgb(248 113 113 / 0.3);
  }

  .lg\:border-x-red-400\/35 {
    border-left-color: rgb(248 113 113 / 0.35);
    border-right-color: rgb(248 113 113 / 0.35);
  }

  .lg\:border-x-red-400\/40 {
    border-left-color: rgb(248 113 113 / 0.4);
    border-right-color: rgb(248 113 113 / 0.4);
  }

  .lg\:border-x-red-400\/45 {
    border-left-color: rgb(248 113 113 / 0.45);
    border-right-color: rgb(248 113 113 / 0.45);
  }

  .lg\:border-x-red-400\/5 {
    border-left-color: rgb(248 113 113 / 0.05);
    border-right-color: rgb(248 113 113 / 0.05);
  }

  .lg\:border-x-red-400\/50 {
    border-left-color: rgb(248 113 113 / 0.5);
    border-right-color: rgb(248 113 113 / 0.5);
  }

  .lg\:border-x-red-400\/55 {
    border-left-color: rgb(248 113 113 / 0.55);
    border-right-color: rgb(248 113 113 / 0.55);
  }

  .lg\:border-x-red-400\/60 {
    border-left-color: rgb(248 113 113 / 0.6);
    border-right-color: rgb(248 113 113 / 0.6);
  }

  .lg\:border-x-red-400\/65 {
    border-left-color: rgb(248 113 113 / 0.65);
    border-right-color: rgb(248 113 113 / 0.65);
  }

  .lg\:border-x-red-400\/70 {
    border-left-color: rgb(248 113 113 / 0.7);
    border-right-color: rgb(248 113 113 / 0.7);
  }

  .lg\:border-x-red-400\/75 {
    border-left-color: rgb(248 113 113 / 0.75);
    border-right-color: rgb(248 113 113 / 0.75);
  }

  .lg\:border-x-red-400\/80 {
    border-left-color: rgb(248 113 113 / 0.8);
    border-right-color: rgb(248 113 113 / 0.8);
  }

  .lg\:border-x-red-400\/85 {
    border-left-color: rgb(248 113 113 / 0.85);
    border-right-color: rgb(248 113 113 / 0.85);
  }

  .lg\:border-x-red-400\/90 {
    border-left-color: rgb(248 113 113 / 0.9);
    border-right-color: rgb(248 113 113 / 0.9);
  }

  .lg\:border-x-red-400\/95 {
    border-left-color: rgb(248 113 113 / 0.95);
    border-right-color: rgb(248 113 113 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-red-50\/0 {
    border-left-color: rgb(254 242 242 / 0);
    border-right-color: rgb(254 242 242 / 0);
  }

  .lg\:border-x-red-50\/10 {
    border-left-color: rgb(254 242 242 / 0.1);
    border-right-color: rgb(254 242 242 / 0.1);
  }

  .lg\:border-x-red-50\/100 {
    border-left-color: rgb(254 242 242 / 1);
    border-right-color: rgb(254 242 242 / 1);
  }

  .lg\:border-x-red-50\/15 {
    border-left-color: rgb(254 242 242 / 0.15);
    border-right-color: rgb(254 242 242 / 0.15);
  }

  .lg\:border-x-red-50\/20 {
    border-left-color: rgb(254 242 242 / 0.2);
    border-right-color: rgb(254 242 242 / 0.2);
  }

  .lg\:border-x-red-50\/25 {
    border-left-color: rgb(254 242 242 / 0.25);
    border-right-color: rgb(254 242 242 / 0.25);
  }

  .lg\:border-x-red-50\/30 {
    border-left-color: rgb(254 242 242 / 0.3);
    border-right-color: rgb(254 242 242 / 0.3);
  }

  .lg\:border-x-red-50\/35 {
    border-left-color: rgb(254 242 242 / 0.35);
    border-right-color: rgb(254 242 242 / 0.35);
  }

  .lg\:border-x-red-50\/40 {
    border-left-color: rgb(254 242 242 / 0.4);
    border-right-color: rgb(254 242 242 / 0.4);
  }

  .lg\:border-x-red-50\/45 {
    border-left-color: rgb(254 242 242 / 0.45);
    border-right-color: rgb(254 242 242 / 0.45);
  }

  .lg\:border-x-red-50\/5 {
    border-left-color: rgb(254 242 242 / 0.05);
    border-right-color: rgb(254 242 242 / 0.05);
  }

  .lg\:border-x-red-50\/50 {
    border-left-color: rgb(254 242 242 / 0.5);
    border-right-color: rgb(254 242 242 / 0.5);
  }

  .lg\:border-x-red-50\/55 {
    border-left-color: rgb(254 242 242 / 0.55);
    border-right-color: rgb(254 242 242 / 0.55);
  }

  .lg\:border-x-red-50\/60 {
    border-left-color: rgb(254 242 242 / 0.6);
    border-right-color: rgb(254 242 242 / 0.6);
  }

  .lg\:border-x-red-50\/65 {
    border-left-color: rgb(254 242 242 / 0.65);
    border-right-color: rgb(254 242 242 / 0.65);
  }

  .lg\:border-x-red-50\/70 {
    border-left-color: rgb(254 242 242 / 0.7);
    border-right-color: rgb(254 242 242 / 0.7);
  }

  .lg\:border-x-red-50\/75 {
    border-left-color: rgb(254 242 242 / 0.75);
    border-right-color: rgb(254 242 242 / 0.75);
  }

  .lg\:border-x-red-50\/80 {
    border-left-color: rgb(254 242 242 / 0.8);
    border-right-color: rgb(254 242 242 / 0.8);
  }

  .lg\:border-x-red-50\/85 {
    border-left-color: rgb(254 242 242 / 0.85);
    border-right-color: rgb(254 242 242 / 0.85);
  }

  .lg\:border-x-red-50\/90 {
    border-left-color: rgb(254 242 242 / 0.9);
    border-right-color: rgb(254 242 242 / 0.9);
  }

  .lg\:border-x-red-50\/95 {
    border-left-color: rgb(254 242 242 / 0.95);
    border-right-color: rgb(254 242 242 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-red-500\/0 {
    border-left-color: rgb(239 68 68 / 0);
    border-right-color: rgb(239 68 68 / 0);
  }

  .lg\:border-x-red-500\/10 {
    border-left-color: rgb(239 68 68 / 0.1);
    border-right-color: rgb(239 68 68 / 0.1);
  }

  .lg\:border-x-red-500\/100 {
    border-left-color: rgb(239 68 68 / 1);
    border-right-color: rgb(239 68 68 / 1);
  }

  .lg\:border-x-red-500\/15 {
    border-left-color: rgb(239 68 68 / 0.15);
    border-right-color: rgb(239 68 68 / 0.15);
  }

  .lg\:border-x-red-500\/20 {
    border-left-color: rgb(239 68 68 / 0.2);
    border-right-color: rgb(239 68 68 / 0.2);
  }

  .lg\:border-x-red-500\/25 {
    border-left-color: rgb(239 68 68 / 0.25);
    border-right-color: rgb(239 68 68 / 0.25);
  }

  .lg\:border-x-red-500\/30 {
    border-left-color: rgb(239 68 68 / 0.3);
    border-right-color: rgb(239 68 68 / 0.3);
  }

  .lg\:border-x-red-500\/35 {
    border-left-color: rgb(239 68 68 / 0.35);
    border-right-color: rgb(239 68 68 / 0.35);
  }

  .lg\:border-x-red-500\/40 {
    border-left-color: rgb(239 68 68 / 0.4);
    border-right-color: rgb(239 68 68 / 0.4);
  }

  .lg\:border-x-red-500\/45 {
    border-left-color: rgb(239 68 68 / 0.45);
    border-right-color: rgb(239 68 68 / 0.45);
  }

  .lg\:border-x-red-500\/5 {
    border-left-color: rgb(239 68 68 / 0.05);
    border-right-color: rgb(239 68 68 / 0.05);
  }

  .lg\:border-x-red-500\/50 {
    border-left-color: rgb(239 68 68 / 0.5);
    border-right-color: rgb(239 68 68 / 0.5);
  }

  .lg\:border-x-red-500\/55 {
    border-left-color: rgb(239 68 68 / 0.55);
    border-right-color: rgb(239 68 68 / 0.55);
  }

  .lg\:border-x-red-500\/60 {
    border-left-color: rgb(239 68 68 / 0.6);
    border-right-color: rgb(239 68 68 / 0.6);
  }

  .lg\:border-x-red-500\/65 {
    border-left-color: rgb(239 68 68 / 0.65);
    border-right-color: rgb(239 68 68 / 0.65);
  }

  .lg\:border-x-red-500\/70 {
    border-left-color: rgb(239 68 68 / 0.7);
    border-right-color: rgb(239 68 68 / 0.7);
  }

  .lg\:border-x-red-500\/75 {
    border-left-color: rgb(239 68 68 / 0.75);
    border-right-color: rgb(239 68 68 / 0.75);
  }

  .lg\:border-x-red-500\/80 {
    border-left-color: rgb(239 68 68 / 0.8);
    border-right-color: rgb(239 68 68 / 0.8);
  }

  .lg\:border-x-red-500\/85 {
    border-left-color: rgb(239 68 68 / 0.85);
    border-right-color: rgb(239 68 68 / 0.85);
  }

  .lg\:border-x-red-500\/90 {
    border-left-color: rgb(239 68 68 / 0.9);
    border-right-color: rgb(239 68 68 / 0.9);
  }

  .lg\:border-x-red-500\/95 {
    border-left-color: rgb(239 68 68 / 0.95);
    border-right-color: rgb(239 68 68 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-red-600\/0 {
    border-left-color: rgb(220 38 38 / 0);
    border-right-color: rgb(220 38 38 / 0);
  }

  .lg\:border-x-red-600\/10 {
    border-left-color: rgb(220 38 38 / 0.1);
    border-right-color: rgb(220 38 38 / 0.1);
  }

  .lg\:border-x-red-600\/100 {
    border-left-color: rgb(220 38 38 / 1);
    border-right-color: rgb(220 38 38 / 1);
  }

  .lg\:border-x-red-600\/15 {
    border-left-color: rgb(220 38 38 / 0.15);
    border-right-color: rgb(220 38 38 / 0.15);
  }

  .lg\:border-x-red-600\/20 {
    border-left-color: rgb(220 38 38 / 0.2);
    border-right-color: rgb(220 38 38 / 0.2);
  }

  .lg\:border-x-red-600\/25 {
    border-left-color: rgb(220 38 38 / 0.25);
    border-right-color: rgb(220 38 38 / 0.25);
  }

  .lg\:border-x-red-600\/30 {
    border-left-color: rgb(220 38 38 / 0.3);
    border-right-color: rgb(220 38 38 / 0.3);
  }

  .lg\:border-x-red-600\/35 {
    border-left-color: rgb(220 38 38 / 0.35);
    border-right-color: rgb(220 38 38 / 0.35);
  }

  .lg\:border-x-red-600\/40 {
    border-left-color: rgb(220 38 38 / 0.4);
    border-right-color: rgb(220 38 38 / 0.4);
  }

  .lg\:border-x-red-600\/45 {
    border-left-color: rgb(220 38 38 / 0.45);
    border-right-color: rgb(220 38 38 / 0.45);
  }

  .lg\:border-x-red-600\/5 {
    border-left-color: rgb(220 38 38 / 0.05);
    border-right-color: rgb(220 38 38 / 0.05);
  }

  .lg\:border-x-red-600\/50 {
    border-left-color: rgb(220 38 38 / 0.5);
    border-right-color: rgb(220 38 38 / 0.5);
  }

  .lg\:border-x-red-600\/55 {
    border-left-color: rgb(220 38 38 / 0.55);
    border-right-color: rgb(220 38 38 / 0.55);
  }

  .lg\:border-x-red-600\/60 {
    border-left-color: rgb(220 38 38 / 0.6);
    border-right-color: rgb(220 38 38 / 0.6);
  }

  .lg\:border-x-red-600\/65 {
    border-left-color: rgb(220 38 38 / 0.65);
    border-right-color: rgb(220 38 38 / 0.65);
  }

  .lg\:border-x-red-600\/70 {
    border-left-color: rgb(220 38 38 / 0.7);
    border-right-color: rgb(220 38 38 / 0.7);
  }

  .lg\:border-x-red-600\/75 {
    border-left-color: rgb(220 38 38 / 0.75);
    border-right-color: rgb(220 38 38 / 0.75);
  }

  .lg\:border-x-red-600\/80 {
    border-left-color: rgb(220 38 38 / 0.8);
    border-right-color: rgb(220 38 38 / 0.8);
  }

  .lg\:border-x-red-600\/85 {
    border-left-color: rgb(220 38 38 / 0.85);
    border-right-color: rgb(220 38 38 / 0.85);
  }

  .lg\:border-x-red-600\/90 {
    border-left-color: rgb(220 38 38 / 0.9);
    border-right-color: rgb(220 38 38 / 0.9);
  }

  .lg\:border-x-red-600\/95 {
    border-left-color: rgb(220 38 38 / 0.95);
    border-right-color: rgb(220 38 38 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-red-700\/0 {
    border-left-color: rgb(185 28 28 / 0);
    border-right-color: rgb(185 28 28 / 0);
  }

  .lg\:border-x-red-700\/10 {
    border-left-color: rgb(185 28 28 / 0.1);
    border-right-color: rgb(185 28 28 / 0.1);
  }

  .lg\:border-x-red-700\/100 {
    border-left-color: rgb(185 28 28 / 1);
    border-right-color: rgb(185 28 28 / 1);
  }

  .lg\:border-x-red-700\/15 {
    border-left-color: rgb(185 28 28 / 0.15);
    border-right-color: rgb(185 28 28 / 0.15);
  }

  .lg\:border-x-red-700\/20 {
    border-left-color: rgb(185 28 28 / 0.2);
    border-right-color: rgb(185 28 28 / 0.2);
  }

  .lg\:border-x-red-700\/25 {
    border-left-color: rgb(185 28 28 / 0.25);
    border-right-color: rgb(185 28 28 / 0.25);
  }

  .lg\:border-x-red-700\/30 {
    border-left-color: rgb(185 28 28 / 0.3);
    border-right-color: rgb(185 28 28 / 0.3);
  }

  .lg\:border-x-red-700\/35 {
    border-left-color: rgb(185 28 28 / 0.35);
    border-right-color: rgb(185 28 28 / 0.35);
  }

  .lg\:border-x-red-700\/40 {
    border-left-color: rgb(185 28 28 / 0.4);
    border-right-color: rgb(185 28 28 / 0.4);
  }

  .lg\:border-x-red-700\/45 {
    border-left-color: rgb(185 28 28 / 0.45);
    border-right-color: rgb(185 28 28 / 0.45);
  }

  .lg\:border-x-red-700\/5 {
    border-left-color: rgb(185 28 28 / 0.05);
    border-right-color: rgb(185 28 28 / 0.05);
  }

  .lg\:border-x-red-700\/50 {
    border-left-color: rgb(185 28 28 / 0.5);
    border-right-color: rgb(185 28 28 / 0.5);
  }

  .lg\:border-x-red-700\/55 {
    border-left-color: rgb(185 28 28 / 0.55);
    border-right-color: rgb(185 28 28 / 0.55);
  }

  .lg\:border-x-red-700\/60 {
    border-left-color: rgb(185 28 28 / 0.6);
    border-right-color: rgb(185 28 28 / 0.6);
  }

  .lg\:border-x-red-700\/65 {
    border-left-color: rgb(185 28 28 / 0.65);
    border-right-color: rgb(185 28 28 / 0.65);
  }

  .lg\:border-x-red-700\/70 {
    border-left-color: rgb(185 28 28 / 0.7);
    border-right-color: rgb(185 28 28 / 0.7);
  }

  .lg\:border-x-red-700\/75 {
    border-left-color: rgb(185 28 28 / 0.75);
    border-right-color: rgb(185 28 28 / 0.75);
  }

  .lg\:border-x-red-700\/80 {
    border-left-color: rgb(185 28 28 / 0.8);
    border-right-color: rgb(185 28 28 / 0.8);
  }

  .lg\:border-x-red-700\/85 {
    border-left-color: rgb(185 28 28 / 0.85);
    border-right-color: rgb(185 28 28 / 0.85);
  }

  .lg\:border-x-red-700\/90 {
    border-left-color: rgb(185 28 28 / 0.9);
    border-right-color: rgb(185 28 28 / 0.9);
  }

  .lg\:border-x-red-700\/95 {
    border-left-color: rgb(185 28 28 / 0.95);
    border-right-color: rgb(185 28 28 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-red-800\/0 {
    border-left-color: rgb(153 27 27 / 0);
    border-right-color: rgb(153 27 27 / 0);
  }

  .lg\:border-x-red-800\/10 {
    border-left-color: rgb(153 27 27 / 0.1);
    border-right-color: rgb(153 27 27 / 0.1);
  }

  .lg\:border-x-red-800\/100 {
    border-left-color: rgb(153 27 27 / 1);
    border-right-color: rgb(153 27 27 / 1);
  }

  .lg\:border-x-red-800\/15 {
    border-left-color: rgb(153 27 27 / 0.15);
    border-right-color: rgb(153 27 27 / 0.15);
  }

  .lg\:border-x-red-800\/20 {
    border-left-color: rgb(153 27 27 / 0.2);
    border-right-color: rgb(153 27 27 / 0.2);
  }

  .lg\:border-x-red-800\/25 {
    border-left-color: rgb(153 27 27 / 0.25);
    border-right-color: rgb(153 27 27 / 0.25);
  }

  .lg\:border-x-red-800\/30 {
    border-left-color: rgb(153 27 27 / 0.3);
    border-right-color: rgb(153 27 27 / 0.3);
  }

  .lg\:border-x-red-800\/35 {
    border-left-color: rgb(153 27 27 / 0.35);
    border-right-color: rgb(153 27 27 / 0.35);
  }

  .lg\:border-x-red-800\/40 {
    border-left-color: rgb(153 27 27 / 0.4);
    border-right-color: rgb(153 27 27 / 0.4);
  }

  .lg\:border-x-red-800\/45 {
    border-left-color: rgb(153 27 27 / 0.45);
    border-right-color: rgb(153 27 27 / 0.45);
  }

  .lg\:border-x-red-800\/5 {
    border-left-color: rgb(153 27 27 / 0.05);
    border-right-color: rgb(153 27 27 / 0.05);
  }

  .lg\:border-x-red-800\/50 {
    border-left-color: rgb(153 27 27 / 0.5);
    border-right-color: rgb(153 27 27 / 0.5);
  }

  .lg\:border-x-red-800\/55 {
    border-left-color: rgb(153 27 27 / 0.55);
    border-right-color: rgb(153 27 27 / 0.55);
  }

  .lg\:border-x-red-800\/60 {
    border-left-color: rgb(153 27 27 / 0.6);
    border-right-color: rgb(153 27 27 / 0.6);
  }

  .lg\:border-x-red-800\/65 {
    border-left-color: rgb(153 27 27 / 0.65);
    border-right-color: rgb(153 27 27 / 0.65);
  }

  .lg\:border-x-red-800\/70 {
    border-left-color: rgb(153 27 27 / 0.7);
    border-right-color: rgb(153 27 27 / 0.7);
  }

  .lg\:border-x-red-800\/75 {
    border-left-color: rgb(153 27 27 / 0.75);
    border-right-color: rgb(153 27 27 / 0.75);
  }

  .lg\:border-x-red-800\/80 {
    border-left-color: rgb(153 27 27 / 0.8);
    border-right-color: rgb(153 27 27 / 0.8);
  }

  .lg\:border-x-red-800\/85 {
    border-left-color: rgb(153 27 27 / 0.85);
    border-right-color: rgb(153 27 27 / 0.85);
  }

  .lg\:border-x-red-800\/90 {
    border-left-color: rgb(153 27 27 / 0.9);
    border-right-color: rgb(153 27 27 / 0.9);
  }

  .lg\:border-x-red-800\/95 {
    border-left-color: rgb(153 27 27 / 0.95);
    border-right-color: rgb(153 27 27 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-red-900\/0 {
    border-left-color: rgb(127 29 29 / 0);
    border-right-color: rgb(127 29 29 / 0);
  }

  .lg\:border-x-red-900\/10 {
    border-left-color: rgb(127 29 29 / 0.1);
    border-right-color: rgb(127 29 29 / 0.1);
  }

  .lg\:border-x-red-900\/100 {
    border-left-color: rgb(127 29 29 / 1);
    border-right-color: rgb(127 29 29 / 1);
  }

  .lg\:border-x-red-900\/15 {
    border-left-color: rgb(127 29 29 / 0.15);
    border-right-color: rgb(127 29 29 / 0.15);
  }

  .lg\:border-x-red-900\/20 {
    border-left-color: rgb(127 29 29 / 0.2);
    border-right-color: rgb(127 29 29 / 0.2);
  }

  .lg\:border-x-red-900\/25 {
    border-left-color: rgb(127 29 29 / 0.25);
    border-right-color: rgb(127 29 29 / 0.25);
  }

  .lg\:border-x-red-900\/30 {
    border-left-color: rgb(127 29 29 / 0.3);
    border-right-color: rgb(127 29 29 / 0.3);
  }

  .lg\:border-x-red-900\/35 {
    border-left-color: rgb(127 29 29 / 0.35);
    border-right-color: rgb(127 29 29 / 0.35);
  }

  .lg\:border-x-red-900\/40 {
    border-left-color: rgb(127 29 29 / 0.4);
    border-right-color: rgb(127 29 29 / 0.4);
  }

  .lg\:border-x-red-900\/45 {
    border-left-color: rgb(127 29 29 / 0.45);
    border-right-color: rgb(127 29 29 / 0.45);
  }

  .lg\:border-x-red-900\/5 {
    border-left-color: rgb(127 29 29 / 0.05);
    border-right-color: rgb(127 29 29 / 0.05);
  }

  .lg\:border-x-red-900\/50 {
    border-left-color: rgb(127 29 29 / 0.5);
    border-right-color: rgb(127 29 29 / 0.5);
  }

  .lg\:border-x-red-900\/55 {
    border-left-color: rgb(127 29 29 / 0.55);
    border-right-color: rgb(127 29 29 / 0.55);
  }

  .lg\:border-x-red-900\/60 {
    border-left-color: rgb(127 29 29 / 0.6);
    border-right-color: rgb(127 29 29 / 0.6);
  }

  .lg\:border-x-red-900\/65 {
    border-left-color: rgb(127 29 29 / 0.65);
    border-right-color: rgb(127 29 29 / 0.65);
  }

  .lg\:border-x-red-900\/70 {
    border-left-color: rgb(127 29 29 / 0.7);
    border-right-color: rgb(127 29 29 / 0.7);
  }

  .lg\:border-x-red-900\/75 {
    border-left-color: rgb(127 29 29 / 0.75);
    border-right-color: rgb(127 29 29 / 0.75);
  }

  .lg\:border-x-red-900\/80 {
    border-left-color: rgb(127 29 29 / 0.8);
    border-right-color: rgb(127 29 29 / 0.8);
  }

  .lg\:border-x-red-900\/85 {
    border-left-color: rgb(127 29 29 / 0.85);
    border-right-color: rgb(127 29 29 / 0.85);
  }

  .lg\:border-x-red-900\/90 {
    border-left-color: rgb(127 29 29 / 0.9);
    border-right-color: rgb(127 29 29 / 0.9);
  }

  .lg\:border-x-red-900\/95 {
    border-left-color: rgb(127 29 29 / 0.95);
    border-right-color: rgb(127 29 29 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-red-950\/0 {
    border-left-color: rgb(69 10 10 / 0);
    border-right-color: rgb(69 10 10 / 0);
  }

  .lg\:border-x-red-950\/10 {
    border-left-color: rgb(69 10 10 / 0.1);
    border-right-color: rgb(69 10 10 / 0.1);
  }

  .lg\:border-x-red-950\/100 {
    border-left-color: rgb(69 10 10 / 1);
    border-right-color: rgb(69 10 10 / 1);
  }

  .lg\:border-x-red-950\/15 {
    border-left-color: rgb(69 10 10 / 0.15);
    border-right-color: rgb(69 10 10 / 0.15);
  }

  .lg\:border-x-red-950\/20 {
    border-left-color: rgb(69 10 10 / 0.2);
    border-right-color: rgb(69 10 10 / 0.2);
  }

  .lg\:border-x-red-950\/25 {
    border-left-color: rgb(69 10 10 / 0.25);
    border-right-color: rgb(69 10 10 / 0.25);
  }

  .lg\:border-x-red-950\/30 {
    border-left-color: rgb(69 10 10 / 0.3);
    border-right-color: rgb(69 10 10 / 0.3);
  }

  .lg\:border-x-red-950\/35 {
    border-left-color: rgb(69 10 10 / 0.35);
    border-right-color: rgb(69 10 10 / 0.35);
  }

  .lg\:border-x-red-950\/40 {
    border-left-color: rgb(69 10 10 / 0.4);
    border-right-color: rgb(69 10 10 / 0.4);
  }

  .lg\:border-x-red-950\/45 {
    border-left-color: rgb(69 10 10 / 0.45);
    border-right-color: rgb(69 10 10 / 0.45);
  }

  .lg\:border-x-red-950\/5 {
    border-left-color: rgb(69 10 10 / 0.05);
    border-right-color: rgb(69 10 10 / 0.05);
  }

  .lg\:border-x-red-950\/50 {
    border-left-color: rgb(69 10 10 / 0.5);
    border-right-color: rgb(69 10 10 / 0.5);
  }

  .lg\:border-x-red-950\/55 {
    border-left-color: rgb(69 10 10 / 0.55);
    border-right-color: rgb(69 10 10 / 0.55);
  }

  .lg\:border-x-red-950\/60 {
    border-left-color: rgb(69 10 10 / 0.6);
    border-right-color: rgb(69 10 10 / 0.6);
  }

  .lg\:border-x-red-950\/65 {
    border-left-color: rgb(69 10 10 / 0.65);
    border-right-color: rgb(69 10 10 / 0.65);
  }

  .lg\:border-x-red-950\/70 {
    border-left-color: rgb(69 10 10 / 0.7);
    border-right-color: rgb(69 10 10 / 0.7);
  }

  .lg\:border-x-red-950\/75 {
    border-left-color: rgb(69 10 10 / 0.75);
    border-right-color: rgb(69 10 10 / 0.75);
  }

  .lg\:border-x-red-950\/80 {
    border-left-color: rgb(69 10 10 / 0.8);
    border-right-color: rgb(69 10 10 / 0.8);
  }

  .lg\:border-x-red-950\/85 {
    border-left-color: rgb(69 10 10 / 0.85);
    border-right-color: rgb(69 10 10 / 0.85);
  }

  .lg\:border-x-red-950\/90 {
    border-left-color: rgb(69 10 10 / 0.9);
    border-right-color: rgb(69 10 10 / 0.9);
  }

  .lg\:border-x-red-950\/95 {
    border-left-color: rgb(69 10 10 / 0.95);
    border-right-color: rgb(69 10 10 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-rose-100\/0 {
    border-left-color: rgb(255 228 230 / 0);
    border-right-color: rgb(255 228 230 / 0);
  }

  .lg\:border-x-rose-100\/10 {
    border-left-color: rgb(255 228 230 / 0.1);
    border-right-color: rgb(255 228 230 / 0.1);
  }

  .lg\:border-x-rose-100\/100 {
    border-left-color: rgb(255 228 230 / 1);
    border-right-color: rgb(255 228 230 / 1);
  }

  .lg\:border-x-rose-100\/15 {
    border-left-color: rgb(255 228 230 / 0.15);
    border-right-color: rgb(255 228 230 / 0.15);
  }

  .lg\:border-x-rose-100\/20 {
    border-left-color: rgb(255 228 230 / 0.2);
    border-right-color: rgb(255 228 230 / 0.2);
  }

  .lg\:border-x-rose-100\/25 {
    border-left-color: rgb(255 228 230 / 0.25);
    border-right-color: rgb(255 228 230 / 0.25);
  }

  .lg\:border-x-rose-100\/30 {
    border-left-color: rgb(255 228 230 / 0.3);
    border-right-color: rgb(255 228 230 / 0.3);
  }

  .lg\:border-x-rose-100\/35 {
    border-left-color: rgb(255 228 230 / 0.35);
    border-right-color: rgb(255 228 230 / 0.35);
  }

  .lg\:border-x-rose-100\/40 {
    border-left-color: rgb(255 228 230 / 0.4);
    border-right-color: rgb(255 228 230 / 0.4);
  }

  .lg\:border-x-rose-100\/45 {
    border-left-color: rgb(255 228 230 / 0.45);
    border-right-color: rgb(255 228 230 / 0.45);
  }

  .lg\:border-x-rose-100\/5 {
    border-left-color: rgb(255 228 230 / 0.05);
    border-right-color: rgb(255 228 230 / 0.05);
  }

  .lg\:border-x-rose-100\/50 {
    border-left-color: rgb(255 228 230 / 0.5);
    border-right-color: rgb(255 228 230 / 0.5);
  }

  .lg\:border-x-rose-100\/55 {
    border-left-color: rgb(255 228 230 / 0.55);
    border-right-color: rgb(255 228 230 / 0.55);
  }

  .lg\:border-x-rose-100\/60 {
    border-left-color: rgb(255 228 230 / 0.6);
    border-right-color: rgb(255 228 230 / 0.6);
  }

  .lg\:border-x-rose-100\/65 {
    border-left-color: rgb(255 228 230 / 0.65);
    border-right-color: rgb(255 228 230 / 0.65);
  }

  .lg\:border-x-rose-100\/70 {
    border-left-color: rgb(255 228 230 / 0.7);
    border-right-color: rgb(255 228 230 / 0.7);
  }

  .lg\:border-x-rose-100\/75 {
    border-left-color: rgb(255 228 230 / 0.75);
    border-right-color: rgb(255 228 230 / 0.75);
  }

  .lg\:border-x-rose-100\/80 {
    border-left-color: rgb(255 228 230 / 0.8);
    border-right-color: rgb(255 228 230 / 0.8);
  }

  .lg\:border-x-rose-100\/85 {
    border-left-color: rgb(255 228 230 / 0.85);
    border-right-color: rgb(255 228 230 / 0.85);
  }

  .lg\:border-x-rose-100\/90 {
    border-left-color: rgb(255 228 230 / 0.9);
    border-right-color: rgb(255 228 230 / 0.9);
  }

  .lg\:border-x-rose-100\/95 {
    border-left-color: rgb(255 228 230 / 0.95);
    border-right-color: rgb(255 228 230 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-rose-200\/0 {
    border-left-color: rgb(254 205 211 / 0);
    border-right-color: rgb(254 205 211 / 0);
  }

  .lg\:border-x-rose-200\/10 {
    border-left-color: rgb(254 205 211 / 0.1);
    border-right-color: rgb(254 205 211 / 0.1);
  }

  .lg\:border-x-rose-200\/100 {
    border-left-color: rgb(254 205 211 / 1);
    border-right-color: rgb(254 205 211 / 1);
  }

  .lg\:border-x-rose-200\/15 {
    border-left-color: rgb(254 205 211 / 0.15);
    border-right-color: rgb(254 205 211 / 0.15);
  }

  .lg\:border-x-rose-200\/20 {
    border-left-color: rgb(254 205 211 / 0.2);
    border-right-color: rgb(254 205 211 / 0.2);
  }

  .lg\:border-x-rose-200\/25 {
    border-left-color: rgb(254 205 211 / 0.25);
    border-right-color: rgb(254 205 211 / 0.25);
  }

  .lg\:border-x-rose-200\/30 {
    border-left-color: rgb(254 205 211 / 0.3);
    border-right-color: rgb(254 205 211 / 0.3);
  }

  .lg\:border-x-rose-200\/35 {
    border-left-color: rgb(254 205 211 / 0.35);
    border-right-color: rgb(254 205 211 / 0.35);
  }

  .lg\:border-x-rose-200\/40 {
    border-left-color: rgb(254 205 211 / 0.4);
    border-right-color: rgb(254 205 211 / 0.4);
  }

  .lg\:border-x-rose-200\/45 {
    border-left-color: rgb(254 205 211 / 0.45);
    border-right-color: rgb(254 205 211 / 0.45);
  }

  .lg\:border-x-rose-200\/5 {
    border-left-color: rgb(254 205 211 / 0.05);
    border-right-color: rgb(254 205 211 / 0.05);
  }

  .lg\:border-x-rose-200\/50 {
    border-left-color: rgb(254 205 211 / 0.5);
    border-right-color: rgb(254 205 211 / 0.5);
  }

  .lg\:border-x-rose-200\/55 {
    border-left-color: rgb(254 205 211 / 0.55);
    border-right-color: rgb(254 205 211 / 0.55);
  }

  .lg\:border-x-rose-200\/60 {
    border-left-color: rgb(254 205 211 / 0.6);
    border-right-color: rgb(254 205 211 / 0.6);
  }

  .lg\:border-x-rose-200\/65 {
    border-left-color: rgb(254 205 211 / 0.65);
    border-right-color: rgb(254 205 211 / 0.65);
  }

  .lg\:border-x-rose-200\/70 {
    border-left-color: rgb(254 205 211 / 0.7);
    border-right-color: rgb(254 205 211 / 0.7);
  }

  .lg\:border-x-rose-200\/75 {
    border-left-color: rgb(254 205 211 / 0.75);
    border-right-color: rgb(254 205 211 / 0.75);
  }

  .lg\:border-x-rose-200\/80 {
    border-left-color: rgb(254 205 211 / 0.8);
    border-right-color: rgb(254 205 211 / 0.8);
  }

  .lg\:border-x-rose-200\/85 {
    border-left-color: rgb(254 205 211 / 0.85);
    border-right-color: rgb(254 205 211 / 0.85);
  }

  .lg\:border-x-rose-200\/90 {
    border-left-color: rgb(254 205 211 / 0.9);
    border-right-color: rgb(254 205 211 / 0.9);
  }

  .lg\:border-x-rose-200\/95 {
    border-left-color: rgb(254 205 211 / 0.95);
    border-right-color: rgb(254 205 211 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-rose-300\/0 {
    border-left-color: rgb(253 164 175 / 0);
    border-right-color: rgb(253 164 175 / 0);
  }

  .lg\:border-x-rose-300\/10 {
    border-left-color: rgb(253 164 175 / 0.1);
    border-right-color: rgb(253 164 175 / 0.1);
  }

  .lg\:border-x-rose-300\/100 {
    border-left-color: rgb(253 164 175 / 1);
    border-right-color: rgb(253 164 175 / 1);
  }

  .lg\:border-x-rose-300\/15 {
    border-left-color: rgb(253 164 175 / 0.15);
    border-right-color: rgb(253 164 175 / 0.15);
  }

  .lg\:border-x-rose-300\/20 {
    border-left-color: rgb(253 164 175 / 0.2);
    border-right-color: rgb(253 164 175 / 0.2);
  }

  .lg\:border-x-rose-300\/25 {
    border-left-color: rgb(253 164 175 / 0.25);
    border-right-color: rgb(253 164 175 / 0.25);
  }

  .lg\:border-x-rose-300\/30 {
    border-left-color: rgb(253 164 175 / 0.3);
    border-right-color: rgb(253 164 175 / 0.3);
  }

  .lg\:border-x-rose-300\/35 {
    border-left-color: rgb(253 164 175 / 0.35);
    border-right-color: rgb(253 164 175 / 0.35);
  }

  .lg\:border-x-rose-300\/40 {
    border-left-color: rgb(253 164 175 / 0.4);
    border-right-color: rgb(253 164 175 / 0.4);
  }

  .lg\:border-x-rose-300\/45 {
    border-left-color: rgb(253 164 175 / 0.45);
    border-right-color: rgb(253 164 175 / 0.45);
  }

  .lg\:border-x-rose-300\/5 {
    border-left-color: rgb(253 164 175 / 0.05);
    border-right-color: rgb(253 164 175 / 0.05);
  }

  .lg\:border-x-rose-300\/50 {
    border-left-color: rgb(253 164 175 / 0.5);
    border-right-color: rgb(253 164 175 / 0.5);
  }

  .lg\:border-x-rose-300\/55 {
    border-left-color: rgb(253 164 175 / 0.55);
    border-right-color: rgb(253 164 175 / 0.55);
  }

  .lg\:border-x-rose-300\/60 {
    border-left-color: rgb(253 164 175 / 0.6);
    border-right-color: rgb(253 164 175 / 0.6);
  }

  .lg\:border-x-rose-300\/65 {
    border-left-color: rgb(253 164 175 / 0.65);
    border-right-color: rgb(253 164 175 / 0.65);
  }

  .lg\:border-x-rose-300\/70 {
    border-left-color: rgb(253 164 175 / 0.7);
    border-right-color: rgb(253 164 175 / 0.7);
  }

  .lg\:border-x-rose-300\/75 {
    border-left-color: rgb(253 164 175 / 0.75);
    border-right-color: rgb(253 164 175 / 0.75);
  }

  .lg\:border-x-rose-300\/80 {
    border-left-color: rgb(253 164 175 / 0.8);
    border-right-color: rgb(253 164 175 / 0.8);
  }

  .lg\:border-x-rose-300\/85 {
    border-left-color: rgb(253 164 175 / 0.85);
    border-right-color: rgb(253 164 175 / 0.85);
  }

  .lg\:border-x-rose-300\/90 {
    border-left-color: rgb(253 164 175 / 0.9);
    border-right-color: rgb(253 164 175 / 0.9);
  }

  .lg\:border-x-rose-300\/95 {
    border-left-color: rgb(253 164 175 / 0.95);
    border-right-color: rgb(253 164 175 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-rose-400\/0 {
    border-left-color: rgb(251 113 133 / 0);
    border-right-color: rgb(251 113 133 / 0);
  }

  .lg\:border-x-rose-400\/10 {
    border-left-color: rgb(251 113 133 / 0.1);
    border-right-color: rgb(251 113 133 / 0.1);
  }

  .lg\:border-x-rose-400\/100 {
    border-left-color: rgb(251 113 133 / 1);
    border-right-color: rgb(251 113 133 / 1);
  }

  .lg\:border-x-rose-400\/15 {
    border-left-color: rgb(251 113 133 / 0.15);
    border-right-color: rgb(251 113 133 / 0.15);
  }

  .lg\:border-x-rose-400\/20 {
    border-left-color: rgb(251 113 133 / 0.2);
    border-right-color: rgb(251 113 133 / 0.2);
  }

  .lg\:border-x-rose-400\/25 {
    border-left-color: rgb(251 113 133 / 0.25);
    border-right-color: rgb(251 113 133 / 0.25);
  }

  .lg\:border-x-rose-400\/30 {
    border-left-color: rgb(251 113 133 / 0.3);
    border-right-color: rgb(251 113 133 / 0.3);
  }

  .lg\:border-x-rose-400\/35 {
    border-left-color: rgb(251 113 133 / 0.35);
    border-right-color: rgb(251 113 133 / 0.35);
  }

  .lg\:border-x-rose-400\/40 {
    border-left-color: rgb(251 113 133 / 0.4);
    border-right-color: rgb(251 113 133 / 0.4);
  }

  .lg\:border-x-rose-400\/45 {
    border-left-color: rgb(251 113 133 / 0.45);
    border-right-color: rgb(251 113 133 / 0.45);
  }

  .lg\:border-x-rose-400\/5 {
    border-left-color: rgb(251 113 133 / 0.05);
    border-right-color: rgb(251 113 133 / 0.05);
  }

  .lg\:border-x-rose-400\/50 {
    border-left-color: rgb(251 113 133 / 0.5);
    border-right-color: rgb(251 113 133 / 0.5);
  }

  .lg\:border-x-rose-400\/55 {
    border-left-color: rgb(251 113 133 / 0.55);
    border-right-color: rgb(251 113 133 / 0.55);
  }

  .lg\:border-x-rose-400\/60 {
    border-left-color: rgb(251 113 133 / 0.6);
    border-right-color: rgb(251 113 133 / 0.6);
  }

  .lg\:border-x-rose-400\/65 {
    border-left-color: rgb(251 113 133 / 0.65);
    border-right-color: rgb(251 113 133 / 0.65);
  }

  .lg\:border-x-rose-400\/70 {
    border-left-color: rgb(251 113 133 / 0.7);
    border-right-color: rgb(251 113 133 / 0.7);
  }

  .lg\:border-x-rose-400\/75 {
    border-left-color: rgb(251 113 133 / 0.75);
    border-right-color: rgb(251 113 133 / 0.75);
  }

  .lg\:border-x-rose-400\/80 {
    border-left-color: rgb(251 113 133 / 0.8);
    border-right-color: rgb(251 113 133 / 0.8);
  }

  .lg\:border-x-rose-400\/85 {
    border-left-color: rgb(251 113 133 / 0.85);
    border-right-color: rgb(251 113 133 / 0.85);
  }

  .lg\:border-x-rose-400\/90 {
    border-left-color: rgb(251 113 133 / 0.9);
    border-right-color: rgb(251 113 133 / 0.9);
  }

  .lg\:border-x-rose-400\/95 {
    border-left-color: rgb(251 113 133 / 0.95);
    border-right-color: rgb(251 113 133 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-rose-50\/0 {
    border-left-color: rgb(255 241 242 / 0);
    border-right-color: rgb(255 241 242 / 0);
  }

  .lg\:border-x-rose-50\/10 {
    border-left-color: rgb(255 241 242 / 0.1);
    border-right-color: rgb(255 241 242 / 0.1);
  }

  .lg\:border-x-rose-50\/100 {
    border-left-color: rgb(255 241 242 / 1);
    border-right-color: rgb(255 241 242 / 1);
  }

  .lg\:border-x-rose-50\/15 {
    border-left-color: rgb(255 241 242 / 0.15);
    border-right-color: rgb(255 241 242 / 0.15);
  }

  .lg\:border-x-rose-50\/20 {
    border-left-color: rgb(255 241 242 / 0.2);
    border-right-color: rgb(255 241 242 / 0.2);
  }

  .lg\:border-x-rose-50\/25 {
    border-left-color: rgb(255 241 242 / 0.25);
    border-right-color: rgb(255 241 242 / 0.25);
  }

  .lg\:border-x-rose-50\/30 {
    border-left-color: rgb(255 241 242 / 0.3);
    border-right-color: rgb(255 241 242 / 0.3);
  }

  .lg\:border-x-rose-50\/35 {
    border-left-color: rgb(255 241 242 / 0.35);
    border-right-color: rgb(255 241 242 / 0.35);
  }

  .lg\:border-x-rose-50\/40 {
    border-left-color: rgb(255 241 242 / 0.4);
    border-right-color: rgb(255 241 242 / 0.4);
  }

  .lg\:border-x-rose-50\/45 {
    border-left-color: rgb(255 241 242 / 0.45);
    border-right-color: rgb(255 241 242 / 0.45);
  }

  .lg\:border-x-rose-50\/5 {
    border-left-color: rgb(255 241 242 / 0.05);
    border-right-color: rgb(255 241 242 / 0.05);
  }

  .lg\:border-x-rose-50\/50 {
    border-left-color: rgb(255 241 242 / 0.5);
    border-right-color: rgb(255 241 242 / 0.5);
  }

  .lg\:border-x-rose-50\/55 {
    border-left-color: rgb(255 241 242 / 0.55);
    border-right-color: rgb(255 241 242 / 0.55);
  }

  .lg\:border-x-rose-50\/60 {
    border-left-color: rgb(255 241 242 / 0.6);
    border-right-color: rgb(255 241 242 / 0.6);
  }

  .lg\:border-x-rose-50\/65 {
    border-left-color: rgb(255 241 242 / 0.65);
    border-right-color: rgb(255 241 242 / 0.65);
  }

  .lg\:border-x-rose-50\/70 {
    border-left-color: rgb(255 241 242 / 0.7);
    border-right-color: rgb(255 241 242 / 0.7);
  }

  .lg\:border-x-rose-50\/75 {
    border-left-color: rgb(255 241 242 / 0.75);
    border-right-color: rgb(255 241 242 / 0.75);
  }

  .lg\:border-x-rose-50\/80 {
    border-left-color: rgb(255 241 242 / 0.8);
    border-right-color: rgb(255 241 242 / 0.8);
  }

  .lg\:border-x-rose-50\/85 {
    border-left-color: rgb(255 241 242 / 0.85);
    border-right-color: rgb(255 241 242 / 0.85);
  }

  .lg\:border-x-rose-50\/90 {
    border-left-color: rgb(255 241 242 / 0.9);
    border-right-color: rgb(255 241 242 / 0.9);
  }

  .lg\:border-x-rose-50\/95 {
    border-left-color: rgb(255 241 242 / 0.95);
    border-right-color: rgb(255 241 242 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-rose-500\/0 {
    border-left-color: rgb(244 63 94 / 0);
    border-right-color: rgb(244 63 94 / 0);
  }

  .lg\:border-x-rose-500\/10 {
    border-left-color: rgb(244 63 94 / 0.1);
    border-right-color: rgb(244 63 94 / 0.1);
  }

  .lg\:border-x-rose-500\/100 {
    border-left-color: rgb(244 63 94 / 1);
    border-right-color: rgb(244 63 94 / 1);
  }

  .lg\:border-x-rose-500\/15 {
    border-left-color: rgb(244 63 94 / 0.15);
    border-right-color: rgb(244 63 94 / 0.15);
  }

  .lg\:border-x-rose-500\/20 {
    border-left-color: rgb(244 63 94 / 0.2);
    border-right-color: rgb(244 63 94 / 0.2);
  }

  .lg\:border-x-rose-500\/25 {
    border-left-color: rgb(244 63 94 / 0.25);
    border-right-color: rgb(244 63 94 / 0.25);
  }

  .lg\:border-x-rose-500\/30 {
    border-left-color: rgb(244 63 94 / 0.3);
    border-right-color: rgb(244 63 94 / 0.3);
  }

  .lg\:border-x-rose-500\/35 {
    border-left-color: rgb(244 63 94 / 0.35);
    border-right-color: rgb(244 63 94 / 0.35);
  }

  .lg\:border-x-rose-500\/40 {
    border-left-color: rgb(244 63 94 / 0.4);
    border-right-color: rgb(244 63 94 / 0.4);
  }

  .lg\:border-x-rose-500\/45 {
    border-left-color: rgb(244 63 94 / 0.45);
    border-right-color: rgb(244 63 94 / 0.45);
  }

  .lg\:border-x-rose-500\/5 {
    border-left-color: rgb(244 63 94 / 0.05);
    border-right-color: rgb(244 63 94 / 0.05);
  }

  .lg\:border-x-rose-500\/50 {
    border-left-color: rgb(244 63 94 / 0.5);
    border-right-color: rgb(244 63 94 / 0.5);
  }

  .lg\:border-x-rose-500\/55 {
    border-left-color: rgb(244 63 94 / 0.55);
    border-right-color: rgb(244 63 94 / 0.55);
  }

  .lg\:border-x-rose-500\/60 {
    border-left-color: rgb(244 63 94 / 0.6);
    border-right-color: rgb(244 63 94 / 0.6);
  }

  .lg\:border-x-rose-500\/65 {
    border-left-color: rgb(244 63 94 / 0.65);
    border-right-color: rgb(244 63 94 / 0.65);
  }

  .lg\:border-x-rose-500\/70 {
    border-left-color: rgb(244 63 94 / 0.7);
    border-right-color: rgb(244 63 94 / 0.7);
  }

  .lg\:border-x-rose-500\/75 {
    border-left-color: rgb(244 63 94 / 0.75);
    border-right-color: rgb(244 63 94 / 0.75);
  }

  .lg\:border-x-rose-500\/80 {
    border-left-color: rgb(244 63 94 / 0.8);
    border-right-color: rgb(244 63 94 / 0.8);
  }

  .lg\:border-x-rose-500\/85 {
    border-left-color: rgb(244 63 94 / 0.85);
    border-right-color: rgb(244 63 94 / 0.85);
  }

  .lg\:border-x-rose-500\/90 {
    border-left-color: rgb(244 63 94 / 0.9);
    border-right-color: rgb(244 63 94 / 0.9);
  }

  .lg\:border-x-rose-500\/95 {
    border-left-color: rgb(244 63 94 / 0.95);
    border-right-color: rgb(244 63 94 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-rose-600\/0 {
    border-left-color: rgb(225 29 72 / 0);
    border-right-color: rgb(225 29 72 / 0);
  }

  .lg\:border-x-rose-600\/10 {
    border-left-color: rgb(225 29 72 / 0.1);
    border-right-color: rgb(225 29 72 / 0.1);
  }

  .lg\:border-x-rose-600\/100 {
    border-left-color: rgb(225 29 72 / 1);
    border-right-color: rgb(225 29 72 / 1);
  }

  .lg\:border-x-rose-600\/15 {
    border-left-color: rgb(225 29 72 / 0.15);
    border-right-color: rgb(225 29 72 / 0.15);
  }

  .lg\:border-x-rose-600\/20 {
    border-left-color: rgb(225 29 72 / 0.2);
    border-right-color: rgb(225 29 72 / 0.2);
  }

  .lg\:border-x-rose-600\/25 {
    border-left-color: rgb(225 29 72 / 0.25);
    border-right-color: rgb(225 29 72 / 0.25);
  }

  .lg\:border-x-rose-600\/30 {
    border-left-color: rgb(225 29 72 / 0.3);
    border-right-color: rgb(225 29 72 / 0.3);
  }

  .lg\:border-x-rose-600\/35 {
    border-left-color: rgb(225 29 72 / 0.35);
    border-right-color: rgb(225 29 72 / 0.35);
  }

  .lg\:border-x-rose-600\/40 {
    border-left-color: rgb(225 29 72 / 0.4);
    border-right-color: rgb(225 29 72 / 0.4);
  }

  .lg\:border-x-rose-600\/45 {
    border-left-color: rgb(225 29 72 / 0.45);
    border-right-color: rgb(225 29 72 / 0.45);
  }

  .lg\:border-x-rose-600\/5 {
    border-left-color: rgb(225 29 72 / 0.05);
    border-right-color: rgb(225 29 72 / 0.05);
  }

  .lg\:border-x-rose-600\/50 {
    border-left-color: rgb(225 29 72 / 0.5);
    border-right-color: rgb(225 29 72 / 0.5);
  }

  .lg\:border-x-rose-600\/55 {
    border-left-color: rgb(225 29 72 / 0.55);
    border-right-color: rgb(225 29 72 / 0.55);
  }

  .lg\:border-x-rose-600\/60 {
    border-left-color: rgb(225 29 72 / 0.6);
    border-right-color: rgb(225 29 72 / 0.6);
  }

  .lg\:border-x-rose-600\/65 {
    border-left-color: rgb(225 29 72 / 0.65);
    border-right-color: rgb(225 29 72 / 0.65);
  }

  .lg\:border-x-rose-600\/70 {
    border-left-color: rgb(225 29 72 / 0.7);
    border-right-color: rgb(225 29 72 / 0.7);
  }

  .lg\:border-x-rose-600\/75 {
    border-left-color: rgb(225 29 72 / 0.75);
    border-right-color: rgb(225 29 72 / 0.75);
  }

  .lg\:border-x-rose-600\/80 {
    border-left-color: rgb(225 29 72 / 0.8);
    border-right-color: rgb(225 29 72 / 0.8);
  }

  .lg\:border-x-rose-600\/85 {
    border-left-color: rgb(225 29 72 / 0.85);
    border-right-color: rgb(225 29 72 / 0.85);
  }

  .lg\:border-x-rose-600\/90 {
    border-left-color: rgb(225 29 72 / 0.9);
    border-right-color: rgb(225 29 72 / 0.9);
  }

  .lg\:border-x-rose-600\/95 {
    border-left-color: rgb(225 29 72 / 0.95);
    border-right-color: rgb(225 29 72 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-rose-700\/0 {
    border-left-color: rgb(190 18 60 / 0);
    border-right-color: rgb(190 18 60 / 0);
  }

  .lg\:border-x-rose-700\/10 {
    border-left-color: rgb(190 18 60 / 0.1);
    border-right-color: rgb(190 18 60 / 0.1);
  }

  .lg\:border-x-rose-700\/100 {
    border-left-color: rgb(190 18 60 / 1);
    border-right-color: rgb(190 18 60 / 1);
  }

  .lg\:border-x-rose-700\/15 {
    border-left-color: rgb(190 18 60 / 0.15);
    border-right-color: rgb(190 18 60 / 0.15);
  }

  .lg\:border-x-rose-700\/20 {
    border-left-color: rgb(190 18 60 / 0.2);
    border-right-color: rgb(190 18 60 / 0.2);
  }

  .lg\:border-x-rose-700\/25 {
    border-left-color: rgb(190 18 60 / 0.25);
    border-right-color: rgb(190 18 60 / 0.25);
  }

  .lg\:border-x-rose-700\/30 {
    border-left-color: rgb(190 18 60 / 0.3);
    border-right-color: rgb(190 18 60 / 0.3);
  }

  .lg\:border-x-rose-700\/35 {
    border-left-color: rgb(190 18 60 / 0.35);
    border-right-color: rgb(190 18 60 / 0.35);
  }

  .lg\:border-x-rose-700\/40 {
    border-left-color: rgb(190 18 60 / 0.4);
    border-right-color: rgb(190 18 60 / 0.4);
  }

  .lg\:border-x-rose-700\/45 {
    border-left-color: rgb(190 18 60 / 0.45);
    border-right-color: rgb(190 18 60 / 0.45);
  }

  .lg\:border-x-rose-700\/5 {
    border-left-color: rgb(190 18 60 / 0.05);
    border-right-color: rgb(190 18 60 / 0.05);
  }

  .lg\:border-x-rose-700\/50 {
    border-left-color: rgb(190 18 60 / 0.5);
    border-right-color: rgb(190 18 60 / 0.5);
  }

  .lg\:border-x-rose-700\/55 {
    border-left-color: rgb(190 18 60 / 0.55);
    border-right-color: rgb(190 18 60 / 0.55);
  }

  .lg\:border-x-rose-700\/60 {
    border-left-color: rgb(190 18 60 / 0.6);
    border-right-color: rgb(190 18 60 / 0.6);
  }

  .lg\:border-x-rose-700\/65 {
    border-left-color: rgb(190 18 60 / 0.65);
    border-right-color: rgb(190 18 60 / 0.65);
  }

  .lg\:border-x-rose-700\/70 {
    border-left-color: rgb(190 18 60 / 0.7);
    border-right-color: rgb(190 18 60 / 0.7);
  }

  .lg\:border-x-rose-700\/75 {
    border-left-color: rgb(190 18 60 / 0.75);
    border-right-color: rgb(190 18 60 / 0.75);
  }

  .lg\:border-x-rose-700\/80 {
    border-left-color: rgb(190 18 60 / 0.8);
    border-right-color: rgb(190 18 60 / 0.8);
  }

  .lg\:border-x-rose-700\/85 {
    border-left-color: rgb(190 18 60 / 0.85);
    border-right-color: rgb(190 18 60 / 0.85);
  }

  .lg\:border-x-rose-700\/90 {
    border-left-color: rgb(190 18 60 / 0.9);
    border-right-color: rgb(190 18 60 / 0.9);
  }

  .lg\:border-x-rose-700\/95 {
    border-left-color: rgb(190 18 60 / 0.95);
    border-right-color: rgb(190 18 60 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-rose-800\/0 {
    border-left-color: rgb(159 18 57 / 0);
    border-right-color: rgb(159 18 57 / 0);
  }

  .lg\:border-x-rose-800\/10 {
    border-left-color: rgb(159 18 57 / 0.1);
    border-right-color: rgb(159 18 57 / 0.1);
  }

  .lg\:border-x-rose-800\/100 {
    border-left-color: rgb(159 18 57 / 1);
    border-right-color: rgb(159 18 57 / 1);
  }

  .lg\:border-x-rose-800\/15 {
    border-left-color: rgb(159 18 57 / 0.15);
    border-right-color: rgb(159 18 57 / 0.15);
  }

  .lg\:border-x-rose-800\/20 {
    border-left-color: rgb(159 18 57 / 0.2);
    border-right-color: rgb(159 18 57 / 0.2);
  }

  .lg\:border-x-rose-800\/25 {
    border-left-color: rgb(159 18 57 / 0.25);
    border-right-color: rgb(159 18 57 / 0.25);
  }

  .lg\:border-x-rose-800\/30 {
    border-left-color: rgb(159 18 57 / 0.3);
    border-right-color: rgb(159 18 57 / 0.3);
  }

  .lg\:border-x-rose-800\/35 {
    border-left-color: rgb(159 18 57 / 0.35);
    border-right-color: rgb(159 18 57 / 0.35);
  }

  .lg\:border-x-rose-800\/40 {
    border-left-color: rgb(159 18 57 / 0.4);
    border-right-color: rgb(159 18 57 / 0.4);
  }

  .lg\:border-x-rose-800\/45 {
    border-left-color: rgb(159 18 57 / 0.45);
    border-right-color: rgb(159 18 57 / 0.45);
  }

  .lg\:border-x-rose-800\/5 {
    border-left-color: rgb(159 18 57 / 0.05);
    border-right-color: rgb(159 18 57 / 0.05);
  }

  .lg\:border-x-rose-800\/50 {
    border-left-color: rgb(159 18 57 / 0.5);
    border-right-color: rgb(159 18 57 / 0.5);
  }

  .lg\:border-x-rose-800\/55 {
    border-left-color: rgb(159 18 57 / 0.55);
    border-right-color: rgb(159 18 57 / 0.55);
  }

  .lg\:border-x-rose-800\/60 {
    border-left-color: rgb(159 18 57 / 0.6);
    border-right-color: rgb(159 18 57 / 0.6);
  }

  .lg\:border-x-rose-800\/65 {
    border-left-color: rgb(159 18 57 / 0.65);
    border-right-color: rgb(159 18 57 / 0.65);
  }

  .lg\:border-x-rose-800\/70 {
    border-left-color: rgb(159 18 57 / 0.7);
    border-right-color: rgb(159 18 57 / 0.7);
  }

  .lg\:border-x-rose-800\/75 {
    border-left-color: rgb(159 18 57 / 0.75);
    border-right-color: rgb(159 18 57 / 0.75);
  }

  .lg\:border-x-rose-800\/80 {
    border-left-color: rgb(159 18 57 / 0.8);
    border-right-color: rgb(159 18 57 / 0.8);
  }

  .lg\:border-x-rose-800\/85 {
    border-left-color: rgb(159 18 57 / 0.85);
    border-right-color: rgb(159 18 57 / 0.85);
  }

  .lg\:border-x-rose-800\/90 {
    border-left-color: rgb(159 18 57 / 0.9);
    border-right-color: rgb(159 18 57 / 0.9);
  }

  .lg\:border-x-rose-800\/95 {
    border-left-color: rgb(159 18 57 / 0.95);
    border-right-color: rgb(159 18 57 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-rose-900\/0 {
    border-left-color: rgb(136 19 55 / 0);
    border-right-color: rgb(136 19 55 / 0);
  }

  .lg\:border-x-rose-900\/10 {
    border-left-color: rgb(136 19 55 / 0.1);
    border-right-color: rgb(136 19 55 / 0.1);
  }

  .lg\:border-x-rose-900\/100 {
    border-left-color: rgb(136 19 55 / 1);
    border-right-color: rgb(136 19 55 / 1);
  }

  .lg\:border-x-rose-900\/15 {
    border-left-color: rgb(136 19 55 / 0.15);
    border-right-color: rgb(136 19 55 / 0.15);
  }

  .lg\:border-x-rose-900\/20 {
    border-left-color: rgb(136 19 55 / 0.2);
    border-right-color: rgb(136 19 55 / 0.2);
  }

  .lg\:border-x-rose-900\/25 {
    border-left-color: rgb(136 19 55 / 0.25);
    border-right-color: rgb(136 19 55 / 0.25);
  }

  .lg\:border-x-rose-900\/30 {
    border-left-color: rgb(136 19 55 / 0.3);
    border-right-color: rgb(136 19 55 / 0.3);
  }

  .lg\:border-x-rose-900\/35 {
    border-left-color: rgb(136 19 55 / 0.35);
    border-right-color: rgb(136 19 55 / 0.35);
  }

  .lg\:border-x-rose-900\/40 {
    border-left-color: rgb(136 19 55 / 0.4);
    border-right-color: rgb(136 19 55 / 0.4);
  }

  .lg\:border-x-rose-900\/45 {
    border-left-color: rgb(136 19 55 / 0.45);
    border-right-color: rgb(136 19 55 / 0.45);
  }

  .lg\:border-x-rose-900\/5 {
    border-left-color: rgb(136 19 55 / 0.05);
    border-right-color: rgb(136 19 55 / 0.05);
  }

  .lg\:border-x-rose-900\/50 {
    border-left-color: rgb(136 19 55 / 0.5);
    border-right-color: rgb(136 19 55 / 0.5);
  }

  .lg\:border-x-rose-900\/55 {
    border-left-color: rgb(136 19 55 / 0.55);
    border-right-color: rgb(136 19 55 / 0.55);
  }

  .lg\:border-x-rose-900\/60 {
    border-left-color: rgb(136 19 55 / 0.6);
    border-right-color: rgb(136 19 55 / 0.6);
  }

  .lg\:border-x-rose-900\/65 {
    border-left-color: rgb(136 19 55 / 0.65);
    border-right-color: rgb(136 19 55 / 0.65);
  }

  .lg\:border-x-rose-900\/70 {
    border-left-color: rgb(136 19 55 / 0.7);
    border-right-color: rgb(136 19 55 / 0.7);
  }

  .lg\:border-x-rose-900\/75 {
    border-left-color: rgb(136 19 55 / 0.75);
    border-right-color: rgb(136 19 55 / 0.75);
  }

  .lg\:border-x-rose-900\/80 {
    border-left-color: rgb(136 19 55 / 0.8);
    border-right-color: rgb(136 19 55 / 0.8);
  }

  .lg\:border-x-rose-900\/85 {
    border-left-color: rgb(136 19 55 / 0.85);
    border-right-color: rgb(136 19 55 / 0.85);
  }

  .lg\:border-x-rose-900\/90 {
    border-left-color: rgb(136 19 55 / 0.9);
    border-right-color: rgb(136 19 55 / 0.9);
  }

  .lg\:border-x-rose-900\/95 {
    border-left-color: rgb(136 19 55 / 0.95);
    border-right-color: rgb(136 19 55 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-rose-950\/0 {
    border-left-color: rgb(76 5 25 / 0);
    border-right-color: rgb(76 5 25 / 0);
  }

  .lg\:border-x-rose-950\/10 {
    border-left-color: rgb(76 5 25 / 0.1);
    border-right-color: rgb(76 5 25 / 0.1);
  }

  .lg\:border-x-rose-950\/100 {
    border-left-color: rgb(76 5 25 / 1);
    border-right-color: rgb(76 5 25 / 1);
  }

  .lg\:border-x-rose-950\/15 {
    border-left-color: rgb(76 5 25 / 0.15);
    border-right-color: rgb(76 5 25 / 0.15);
  }

  .lg\:border-x-rose-950\/20 {
    border-left-color: rgb(76 5 25 / 0.2);
    border-right-color: rgb(76 5 25 / 0.2);
  }

  .lg\:border-x-rose-950\/25 {
    border-left-color: rgb(76 5 25 / 0.25);
    border-right-color: rgb(76 5 25 / 0.25);
  }

  .lg\:border-x-rose-950\/30 {
    border-left-color: rgb(76 5 25 / 0.3);
    border-right-color: rgb(76 5 25 / 0.3);
  }

  .lg\:border-x-rose-950\/35 {
    border-left-color: rgb(76 5 25 / 0.35);
    border-right-color: rgb(76 5 25 / 0.35);
  }

  .lg\:border-x-rose-950\/40 {
    border-left-color: rgb(76 5 25 / 0.4);
    border-right-color: rgb(76 5 25 / 0.4);
  }

  .lg\:border-x-rose-950\/45 {
    border-left-color: rgb(76 5 25 / 0.45);
    border-right-color: rgb(76 5 25 / 0.45);
  }

  .lg\:border-x-rose-950\/5 {
    border-left-color: rgb(76 5 25 / 0.05);
    border-right-color: rgb(76 5 25 / 0.05);
  }

  .lg\:border-x-rose-950\/50 {
    border-left-color: rgb(76 5 25 / 0.5);
    border-right-color: rgb(76 5 25 / 0.5);
  }

  .lg\:border-x-rose-950\/55 {
    border-left-color: rgb(76 5 25 / 0.55);
    border-right-color: rgb(76 5 25 / 0.55);
  }

  .lg\:border-x-rose-950\/60 {
    border-left-color: rgb(76 5 25 / 0.6);
    border-right-color: rgb(76 5 25 / 0.6);
  }

  .lg\:border-x-rose-950\/65 {
    border-left-color: rgb(76 5 25 / 0.65);
    border-right-color: rgb(76 5 25 / 0.65);
  }

  .lg\:border-x-rose-950\/70 {
    border-left-color: rgb(76 5 25 / 0.7);
    border-right-color: rgb(76 5 25 / 0.7);
  }

  .lg\:border-x-rose-950\/75 {
    border-left-color: rgb(76 5 25 / 0.75);
    border-right-color: rgb(76 5 25 / 0.75);
  }

  .lg\:border-x-rose-950\/80 {
    border-left-color: rgb(76 5 25 / 0.8);
    border-right-color: rgb(76 5 25 / 0.8);
  }

  .lg\:border-x-rose-950\/85 {
    border-left-color: rgb(76 5 25 / 0.85);
    border-right-color: rgb(76 5 25 / 0.85);
  }

  .lg\:border-x-rose-950\/90 {
    border-left-color: rgb(76 5 25 / 0.9);
    border-right-color: rgb(76 5 25 / 0.9);
  }

  .lg\:border-x-rose-950\/95 {
    border-left-color: rgb(76 5 25 / 0.95);
    border-right-color: rgb(76 5 25 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-sky-100\/0 {
    border-left-color: rgb(224 242 254 / 0);
    border-right-color: rgb(224 242 254 / 0);
  }

  .lg\:border-x-sky-100\/10 {
    border-left-color: rgb(224 242 254 / 0.1);
    border-right-color: rgb(224 242 254 / 0.1);
  }

  .lg\:border-x-sky-100\/100 {
    border-left-color: rgb(224 242 254 / 1);
    border-right-color: rgb(224 242 254 / 1);
  }

  .lg\:border-x-sky-100\/15 {
    border-left-color: rgb(224 242 254 / 0.15);
    border-right-color: rgb(224 242 254 / 0.15);
  }

  .lg\:border-x-sky-100\/20 {
    border-left-color: rgb(224 242 254 / 0.2);
    border-right-color: rgb(224 242 254 / 0.2);
  }

  .lg\:border-x-sky-100\/25 {
    border-left-color: rgb(224 242 254 / 0.25);
    border-right-color: rgb(224 242 254 / 0.25);
  }

  .lg\:border-x-sky-100\/30 {
    border-left-color: rgb(224 242 254 / 0.3);
    border-right-color: rgb(224 242 254 / 0.3);
  }

  .lg\:border-x-sky-100\/35 {
    border-left-color: rgb(224 242 254 / 0.35);
    border-right-color: rgb(224 242 254 / 0.35);
  }

  .lg\:border-x-sky-100\/40 {
    border-left-color: rgb(224 242 254 / 0.4);
    border-right-color: rgb(224 242 254 / 0.4);
  }

  .lg\:border-x-sky-100\/45 {
    border-left-color: rgb(224 242 254 / 0.45);
    border-right-color: rgb(224 242 254 / 0.45);
  }

  .lg\:border-x-sky-100\/5 {
    border-left-color: rgb(224 242 254 / 0.05);
    border-right-color: rgb(224 242 254 / 0.05);
  }

  .lg\:border-x-sky-100\/50 {
    border-left-color: rgb(224 242 254 / 0.5);
    border-right-color: rgb(224 242 254 / 0.5);
  }

  .lg\:border-x-sky-100\/55 {
    border-left-color: rgb(224 242 254 / 0.55);
    border-right-color: rgb(224 242 254 / 0.55);
  }

  .lg\:border-x-sky-100\/60 {
    border-left-color: rgb(224 242 254 / 0.6);
    border-right-color: rgb(224 242 254 / 0.6);
  }

  .lg\:border-x-sky-100\/65 {
    border-left-color: rgb(224 242 254 / 0.65);
    border-right-color: rgb(224 242 254 / 0.65);
  }

  .lg\:border-x-sky-100\/70 {
    border-left-color: rgb(224 242 254 / 0.7);
    border-right-color: rgb(224 242 254 / 0.7);
  }

  .lg\:border-x-sky-100\/75 {
    border-left-color: rgb(224 242 254 / 0.75);
    border-right-color: rgb(224 242 254 / 0.75);
  }

  .lg\:border-x-sky-100\/80 {
    border-left-color: rgb(224 242 254 / 0.8);
    border-right-color: rgb(224 242 254 / 0.8);
  }

  .lg\:border-x-sky-100\/85 {
    border-left-color: rgb(224 242 254 / 0.85);
    border-right-color: rgb(224 242 254 / 0.85);
  }

  .lg\:border-x-sky-100\/90 {
    border-left-color: rgb(224 242 254 / 0.9);
    border-right-color: rgb(224 242 254 / 0.9);
  }

  .lg\:border-x-sky-100\/95 {
    border-left-color: rgb(224 242 254 / 0.95);
    border-right-color: rgb(224 242 254 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-sky-200\/0 {
    border-left-color: rgb(186 230 253 / 0);
    border-right-color: rgb(186 230 253 / 0);
  }

  .lg\:border-x-sky-200\/10 {
    border-left-color: rgb(186 230 253 / 0.1);
    border-right-color: rgb(186 230 253 / 0.1);
  }

  .lg\:border-x-sky-200\/100 {
    border-left-color: rgb(186 230 253 / 1);
    border-right-color: rgb(186 230 253 / 1);
  }

  .lg\:border-x-sky-200\/15 {
    border-left-color: rgb(186 230 253 / 0.15);
    border-right-color: rgb(186 230 253 / 0.15);
  }

  .lg\:border-x-sky-200\/20 {
    border-left-color: rgb(186 230 253 / 0.2);
    border-right-color: rgb(186 230 253 / 0.2);
  }

  .lg\:border-x-sky-200\/25 {
    border-left-color: rgb(186 230 253 / 0.25);
    border-right-color: rgb(186 230 253 / 0.25);
  }

  .lg\:border-x-sky-200\/30 {
    border-left-color: rgb(186 230 253 / 0.3);
    border-right-color: rgb(186 230 253 / 0.3);
  }

  .lg\:border-x-sky-200\/35 {
    border-left-color: rgb(186 230 253 / 0.35);
    border-right-color: rgb(186 230 253 / 0.35);
  }

  .lg\:border-x-sky-200\/40 {
    border-left-color: rgb(186 230 253 / 0.4);
    border-right-color: rgb(186 230 253 / 0.4);
  }

  .lg\:border-x-sky-200\/45 {
    border-left-color: rgb(186 230 253 / 0.45);
    border-right-color: rgb(186 230 253 / 0.45);
  }

  .lg\:border-x-sky-200\/5 {
    border-left-color: rgb(186 230 253 / 0.05);
    border-right-color: rgb(186 230 253 / 0.05);
  }

  .lg\:border-x-sky-200\/50 {
    border-left-color: rgb(186 230 253 / 0.5);
    border-right-color: rgb(186 230 253 / 0.5);
  }

  .lg\:border-x-sky-200\/55 {
    border-left-color: rgb(186 230 253 / 0.55);
    border-right-color: rgb(186 230 253 / 0.55);
  }

  .lg\:border-x-sky-200\/60 {
    border-left-color: rgb(186 230 253 / 0.6);
    border-right-color: rgb(186 230 253 / 0.6);
  }

  .lg\:border-x-sky-200\/65 {
    border-left-color: rgb(186 230 253 / 0.65);
    border-right-color: rgb(186 230 253 / 0.65);
  }

  .lg\:border-x-sky-200\/70 {
    border-left-color: rgb(186 230 253 / 0.7);
    border-right-color: rgb(186 230 253 / 0.7);
  }

  .lg\:border-x-sky-200\/75 {
    border-left-color: rgb(186 230 253 / 0.75);
    border-right-color: rgb(186 230 253 / 0.75);
  }

  .lg\:border-x-sky-200\/80 {
    border-left-color: rgb(186 230 253 / 0.8);
    border-right-color: rgb(186 230 253 / 0.8);
  }

  .lg\:border-x-sky-200\/85 {
    border-left-color: rgb(186 230 253 / 0.85);
    border-right-color: rgb(186 230 253 / 0.85);
  }

  .lg\:border-x-sky-200\/90 {
    border-left-color: rgb(186 230 253 / 0.9);
    border-right-color: rgb(186 230 253 / 0.9);
  }

  .lg\:border-x-sky-200\/95 {
    border-left-color: rgb(186 230 253 / 0.95);
    border-right-color: rgb(186 230 253 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-sky-300\/0 {
    border-left-color: rgb(125 211 252 / 0);
    border-right-color: rgb(125 211 252 / 0);
  }

  .lg\:border-x-sky-300\/10 {
    border-left-color: rgb(125 211 252 / 0.1);
    border-right-color: rgb(125 211 252 / 0.1);
  }

  .lg\:border-x-sky-300\/100 {
    border-left-color: rgb(125 211 252 / 1);
    border-right-color: rgb(125 211 252 / 1);
  }

  .lg\:border-x-sky-300\/15 {
    border-left-color: rgb(125 211 252 / 0.15);
    border-right-color: rgb(125 211 252 / 0.15);
  }

  .lg\:border-x-sky-300\/20 {
    border-left-color: rgb(125 211 252 / 0.2);
    border-right-color: rgb(125 211 252 / 0.2);
  }

  .lg\:border-x-sky-300\/25 {
    border-left-color: rgb(125 211 252 / 0.25);
    border-right-color: rgb(125 211 252 / 0.25);
  }

  .lg\:border-x-sky-300\/30 {
    border-left-color: rgb(125 211 252 / 0.3);
    border-right-color: rgb(125 211 252 / 0.3);
  }

  .lg\:border-x-sky-300\/35 {
    border-left-color: rgb(125 211 252 / 0.35);
    border-right-color: rgb(125 211 252 / 0.35);
  }

  .lg\:border-x-sky-300\/40 {
    border-left-color: rgb(125 211 252 / 0.4);
    border-right-color: rgb(125 211 252 / 0.4);
  }

  .lg\:border-x-sky-300\/45 {
    border-left-color: rgb(125 211 252 / 0.45);
    border-right-color: rgb(125 211 252 / 0.45);
  }

  .lg\:border-x-sky-300\/5 {
    border-left-color: rgb(125 211 252 / 0.05);
    border-right-color: rgb(125 211 252 / 0.05);
  }

  .lg\:border-x-sky-300\/50 {
    border-left-color: rgb(125 211 252 / 0.5);
    border-right-color: rgb(125 211 252 / 0.5);
  }

  .lg\:border-x-sky-300\/55 {
    border-left-color: rgb(125 211 252 / 0.55);
    border-right-color: rgb(125 211 252 / 0.55);
  }

  .lg\:border-x-sky-300\/60 {
    border-left-color: rgb(125 211 252 / 0.6);
    border-right-color: rgb(125 211 252 / 0.6);
  }

  .lg\:border-x-sky-300\/65 {
    border-left-color: rgb(125 211 252 / 0.65);
    border-right-color: rgb(125 211 252 / 0.65);
  }

  .lg\:border-x-sky-300\/70 {
    border-left-color: rgb(125 211 252 / 0.7);
    border-right-color: rgb(125 211 252 / 0.7);
  }

  .lg\:border-x-sky-300\/75 {
    border-left-color: rgb(125 211 252 / 0.75);
    border-right-color: rgb(125 211 252 / 0.75);
  }

  .lg\:border-x-sky-300\/80 {
    border-left-color: rgb(125 211 252 / 0.8);
    border-right-color: rgb(125 211 252 / 0.8);
  }

  .lg\:border-x-sky-300\/85 {
    border-left-color: rgb(125 211 252 / 0.85);
    border-right-color: rgb(125 211 252 / 0.85);
  }

  .lg\:border-x-sky-300\/90 {
    border-left-color: rgb(125 211 252 / 0.9);
    border-right-color: rgb(125 211 252 / 0.9);
  }

  .lg\:border-x-sky-300\/95 {
    border-left-color: rgb(125 211 252 / 0.95);
    border-right-color: rgb(125 211 252 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-sky-400\/0 {
    border-left-color: rgb(56 189 248 / 0);
    border-right-color: rgb(56 189 248 / 0);
  }

  .lg\:border-x-sky-400\/10 {
    border-left-color: rgb(56 189 248 / 0.1);
    border-right-color: rgb(56 189 248 / 0.1);
  }

  .lg\:border-x-sky-400\/100 {
    border-left-color: rgb(56 189 248 / 1);
    border-right-color: rgb(56 189 248 / 1);
  }

  .lg\:border-x-sky-400\/15 {
    border-left-color: rgb(56 189 248 / 0.15);
    border-right-color: rgb(56 189 248 / 0.15);
  }

  .lg\:border-x-sky-400\/20 {
    border-left-color: rgb(56 189 248 / 0.2);
    border-right-color: rgb(56 189 248 / 0.2);
  }

  .lg\:border-x-sky-400\/25 {
    border-left-color: rgb(56 189 248 / 0.25);
    border-right-color: rgb(56 189 248 / 0.25);
  }

  .lg\:border-x-sky-400\/30 {
    border-left-color: rgb(56 189 248 / 0.3);
    border-right-color: rgb(56 189 248 / 0.3);
  }

  .lg\:border-x-sky-400\/35 {
    border-left-color: rgb(56 189 248 / 0.35);
    border-right-color: rgb(56 189 248 / 0.35);
  }

  .lg\:border-x-sky-400\/40 {
    border-left-color: rgb(56 189 248 / 0.4);
    border-right-color: rgb(56 189 248 / 0.4);
  }

  .lg\:border-x-sky-400\/45 {
    border-left-color: rgb(56 189 248 / 0.45);
    border-right-color: rgb(56 189 248 / 0.45);
  }

  .lg\:border-x-sky-400\/5 {
    border-left-color: rgb(56 189 248 / 0.05);
    border-right-color: rgb(56 189 248 / 0.05);
  }

  .lg\:border-x-sky-400\/50 {
    border-left-color: rgb(56 189 248 / 0.5);
    border-right-color: rgb(56 189 248 / 0.5);
  }

  .lg\:border-x-sky-400\/55 {
    border-left-color: rgb(56 189 248 / 0.55);
    border-right-color: rgb(56 189 248 / 0.55);
  }

  .lg\:border-x-sky-400\/60 {
    border-left-color: rgb(56 189 248 / 0.6);
    border-right-color: rgb(56 189 248 / 0.6);
  }

  .lg\:border-x-sky-400\/65 {
    border-left-color: rgb(56 189 248 / 0.65);
    border-right-color: rgb(56 189 248 / 0.65);
  }

  .lg\:border-x-sky-400\/70 {
    border-left-color: rgb(56 189 248 / 0.7);
    border-right-color: rgb(56 189 248 / 0.7);
  }

  .lg\:border-x-sky-400\/75 {
    border-left-color: rgb(56 189 248 / 0.75);
    border-right-color: rgb(56 189 248 / 0.75);
  }

  .lg\:border-x-sky-400\/80 {
    border-left-color: rgb(56 189 248 / 0.8);
    border-right-color: rgb(56 189 248 / 0.8);
  }

  .lg\:border-x-sky-400\/85 {
    border-left-color: rgb(56 189 248 / 0.85);
    border-right-color: rgb(56 189 248 / 0.85);
  }

  .lg\:border-x-sky-400\/90 {
    border-left-color: rgb(56 189 248 / 0.9);
    border-right-color: rgb(56 189 248 / 0.9);
  }

  .lg\:border-x-sky-400\/95 {
    border-left-color: rgb(56 189 248 / 0.95);
    border-right-color: rgb(56 189 248 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-sky-50\/0 {
    border-left-color: rgb(240 249 255 / 0);
    border-right-color: rgb(240 249 255 / 0);
  }

  .lg\:border-x-sky-50\/10 {
    border-left-color: rgb(240 249 255 / 0.1);
    border-right-color: rgb(240 249 255 / 0.1);
  }

  .lg\:border-x-sky-50\/100 {
    border-left-color: rgb(240 249 255 / 1);
    border-right-color: rgb(240 249 255 / 1);
  }

  .lg\:border-x-sky-50\/15 {
    border-left-color: rgb(240 249 255 / 0.15);
    border-right-color: rgb(240 249 255 / 0.15);
  }

  .lg\:border-x-sky-50\/20 {
    border-left-color: rgb(240 249 255 / 0.2);
    border-right-color: rgb(240 249 255 / 0.2);
  }

  .lg\:border-x-sky-50\/25 {
    border-left-color: rgb(240 249 255 / 0.25);
    border-right-color: rgb(240 249 255 / 0.25);
  }

  .lg\:border-x-sky-50\/30 {
    border-left-color: rgb(240 249 255 / 0.3);
    border-right-color: rgb(240 249 255 / 0.3);
  }

  .lg\:border-x-sky-50\/35 {
    border-left-color: rgb(240 249 255 / 0.35);
    border-right-color: rgb(240 249 255 / 0.35);
  }

  .lg\:border-x-sky-50\/40 {
    border-left-color: rgb(240 249 255 / 0.4);
    border-right-color: rgb(240 249 255 / 0.4);
  }

  .lg\:border-x-sky-50\/45 {
    border-left-color: rgb(240 249 255 / 0.45);
    border-right-color: rgb(240 249 255 / 0.45);
  }

  .lg\:border-x-sky-50\/5 {
    border-left-color: rgb(240 249 255 / 0.05);
    border-right-color: rgb(240 249 255 / 0.05);
  }

  .lg\:border-x-sky-50\/50 {
    border-left-color: rgb(240 249 255 / 0.5);
    border-right-color: rgb(240 249 255 / 0.5);
  }

  .lg\:border-x-sky-50\/55 {
    border-left-color: rgb(240 249 255 / 0.55);
    border-right-color: rgb(240 249 255 / 0.55);
  }

  .lg\:border-x-sky-50\/60 {
    border-left-color: rgb(240 249 255 / 0.6);
    border-right-color: rgb(240 249 255 / 0.6);
  }

  .lg\:border-x-sky-50\/65 {
    border-left-color: rgb(240 249 255 / 0.65);
    border-right-color: rgb(240 249 255 / 0.65);
  }

  .lg\:border-x-sky-50\/70 {
    border-left-color: rgb(240 249 255 / 0.7);
    border-right-color: rgb(240 249 255 / 0.7);
  }

  .lg\:border-x-sky-50\/75 {
    border-left-color: rgb(240 249 255 / 0.75);
    border-right-color: rgb(240 249 255 / 0.75);
  }

  .lg\:border-x-sky-50\/80 {
    border-left-color: rgb(240 249 255 / 0.8);
    border-right-color: rgb(240 249 255 / 0.8);
  }

  .lg\:border-x-sky-50\/85 {
    border-left-color: rgb(240 249 255 / 0.85);
    border-right-color: rgb(240 249 255 / 0.85);
  }

  .lg\:border-x-sky-50\/90 {
    border-left-color: rgb(240 249 255 / 0.9);
    border-right-color: rgb(240 249 255 / 0.9);
  }

  .lg\:border-x-sky-50\/95 {
    border-left-color: rgb(240 249 255 / 0.95);
    border-right-color: rgb(240 249 255 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-sky-500\/0 {
    border-left-color: rgb(14 165 233 / 0);
    border-right-color: rgb(14 165 233 / 0);
  }

  .lg\:border-x-sky-500\/10 {
    border-left-color: rgb(14 165 233 / 0.1);
    border-right-color: rgb(14 165 233 / 0.1);
  }

  .lg\:border-x-sky-500\/100 {
    border-left-color: rgb(14 165 233 / 1);
    border-right-color: rgb(14 165 233 / 1);
  }

  .lg\:border-x-sky-500\/15 {
    border-left-color: rgb(14 165 233 / 0.15);
    border-right-color: rgb(14 165 233 / 0.15);
  }

  .lg\:border-x-sky-500\/20 {
    border-left-color: rgb(14 165 233 / 0.2);
    border-right-color: rgb(14 165 233 / 0.2);
  }

  .lg\:border-x-sky-500\/25 {
    border-left-color: rgb(14 165 233 / 0.25);
    border-right-color: rgb(14 165 233 / 0.25);
  }

  .lg\:border-x-sky-500\/30 {
    border-left-color: rgb(14 165 233 / 0.3);
    border-right-color: rgb(14 165 233 / 0.3);
  }

  .lg\:border-x-sky-500\/35 {
    border-left-color: rgb(14 165 233 / 0.35);
    border-right-color: rgb(14 165 233 / 0.35);
  }

  .lg\:border-x-sky-500\/40 {
    border-left-color: rgb(14 165 233 / 0.4);
    border-right-color: rgb(14 165 233 / 0.4);
  }

  .lg\:border-x-sky-500\/45 {
    border-left-color: rgb(14 165 233 / 0.45);
    border-right-color: rgb(14 165 233 / 0.45);
  }

  .lg\:border-x-sky-500\/5 {
    border-left-color: rgb(14 165 233 / 0.05);
    border-right-color: rgb(14 165 233 / 0.05);
  }

  .lg\:border-x-sky-500\/50 {
    border-left-color: rgb(14 165 233 / 0.5);
    border-right-color: rgb(14 165 233 / 0.5);
  }

  .lg\:border-x-sky-500\/55 {
    border-left-color: rgb(14 165 233 / 0.55);
    border-right-color: rgb(14 165 233 / 0.55);
  }

  .lg\:border-x-sky-500\/60 {
    border-left-color: rgb(14 165 233 / 0.6);
    border-right-color: rgb(14 165 233 / 0.6);
  }

  .lg\:border-x-sky-500\/65 {
    border-left-color: rgb(14 165 233 / 0.65);
    border-right-color: rgb(14 165 233 / 0.65);
  }

  .lg\:border-x-sky-500\/70 {
    border-left-color: rgb(14 165 233 / 0.7);
    border-right-color: rgb(14 165 233 / 0.7);
  }

  .lg\:border-x-sky-500\/75 {
    border-left-color: rgb(14 165 233 / 0.75);
    border-right-color: rgb(14 165 233 / 0.75);
  }

  .lg\:border-x-sky-500\/80 {
    border-left-color: rgb(14 165 233 / 0.8);
    border-right-color: rgb(14 165 233 / 0.8);
  }

  .lg\:border-x-sky-500\/85 {
    border-left-color: rgb(14 165 233 / 0.85);
    border-right-color: rgb(14 165 233 / 0.85);
  }

  .lg\:border-x-sky-500\/90 {
    border-left-color: rgb(14 165 233 / 0.9);
    border-right-color: rgb(14 165 233 / 0.9);
  }

  .lg\:border-x-sky-500\/95 {
    border-left-color: rgb(14 165 233 / 0.95);
    border-right-color: rgb(14 165 233 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-sky-600\/0 {
    border-left-color: rgb(2 132 199 / 0);
    border-right-color: rgb(2 132 199 / 0);
  }

  .lg\:border-x-sky-600\/10 {
    border-left-color: rgb(2 132 199 / 0.1);
    border-right-color: rgb(2 132 199 / 0.1);
  }

  .lg\:border-x-sky-600\/100 {
    border-left-color: rgb(2 132 199 / 1);
    border-right-color: rgb(2 132 199 / 1);
  }

  .lg\:border-x-sky-600\/15 {
    border-left-color: rgb(2 132 199 / 0.15);
    border-right-color: rgb(2 132 199 / 0.15);
  }

  .lg\:border-x-sky-600\/20 {
    border-left-color: rgb(2 132 199 / 0.2);
    border-right-color: rgb(2 132 199 / 0.2);
  }

  .lg\:border-x-sky-600\/25 {
    border-left-color: rgb(2 132 199 / 0.25);
    border-right-color: rgb(2 132 199 / 0.25);
  }

  .lg\:border-x-sky-600\/30 {
    border-left-color: rgb(2 132 199 / 0.3);
    border-right-color: rgb(2 132 199 / 0.3);
  }

  .lg\:border-x-sky-600\/35 {
    border-left-color: rgb(2 132 199 / 0.35);
    border-right-color: rgb(2 132 199 / 0.35);
  }

  .lg\:border-x-sky-600\/40 {
    border-left-color: rgb(2 132 199 / 0.4);
    border-right-color: rgb(2 132 199 / 0.4);
  }

  .lg\:border-x-sky-600\/45 {
    border-left-color: rgb(2 132 199 / 0.45);
    border-right-color: rgb(2 132 199 / 0.45);
  }

  .lg\:border-x-sky-600\/5 {
    border-left-color: rgb(2 132 199 / 0.05);
    border-right-color: rgb(2 132 199 / 0.05);
  }

  .lg\:border-x-sky-600\/50 {
    border-left-color: rgb(2 132 199 / 0.5);
    border-right-color: rgb(2 132 199 / 0.5);
  }

  .lg\:border-x-sky-600\/55 {
    border-left-color: rgb(2 132 199 / 0.55);
    border-right-color: rgb(2 132 199 / 0.55);
  }

  .lg\:border-x-sky-600\/60 {
    border-left-color: rgb(2 132 199 / 0.6);
    border-right-color: rgb(2 132 199 / 0.6);
  }

  .lg\:border-x-sky-600\/65 {
    border-left-color: rgb(2 132 199 / 0.65);
    border-right-color: rgb(2 132 199 / 0.65);
  }

  .lg\:border-x-sky-600\/70 {
    border-left-color: rgb(2 132 199 / 0.7);
    border-right-color: rgb(2 132 199 / 0.7);
  }

  .lg\:border-x-sky-600\/75 {
    border-left-color: rgb(2 132 199 / 0.75);
    border-right-color: rgb(2 132 199 / 0.75);
  }

  .lg\:border-x-sky-600\/80 {
    border-left-color: rgb(2 132 199 / 0.8);
    border-right-color: rgb(2 132 199 / 0.8);
  }

  .lg\:border-x-sky-600\/85 {
    border-left-color: rgb(2 132 199 / 0.85);
    border-right-color: rgb(2 132 199 / 0.85);
  }

  .lg\:border-x-sky-600\/90 {
    border-left-color: rgb(2 132 199 / 0.9);
    border-right-color: rgb(2 132 199 / 0.9);
  }

  .lg\:border-x-sky-600\/95 {
    border-left-color: rgb(2 132 199 / 0.95);
    border-right-color: rgb(2 132 199 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-sky-700\/0 {
    border-left-color: rgb(3 105 161 / 0);
    border-right-color: rgb(3 105 161 / 0);
  }

  .lg\:border-x-sky-700\/10 {
    border-left-color: rgb(3 105 161 / 0.1);
    border-right-color: rgb(3 105 161 / 0.1);
  }

  .lg\:border-x-sky-700\/100 {
    border-left-color: rgb(3 105 161 / 1);
    border-right-color: rgb(3 105 161 / 1);
  }

  .lg\:border-x-sky-700\/15 {
    border-left-color: rgb(3 105 161 / 0.15);
    border-right-color: rgb(3 105 161 / 0.15);
  }

  .lg\:border-x-sky-700\/20 {
    border-left-color: rgb(3 105 161 / 0.2);
    border-right-color: rgb(3 105 161 / 0.2);
  }

  .lg\:border-x-sky-700\/25 {
    border-left-color: rgb(3 105 161 / 0.25);
    border-right-color: rgb(3 105 161 / 0.25);
  }

  .lg\:border-x-sky-700\/30 {
    border-left-color: rgb(3 105 161 / 0.3);
    border-right-color: rgb(3 105 161 / 0.3);
  }

  .lg\:border-x-sky-700\/35 {
    border-left-color: rgb(3 105 161 / 0.35);
    border-right-color: rgb(3 105 161 / 0.35);
  }

  .lg\:border-x-sky-700\/40 {
    border-left-color: rgb(3 105 161 / 0.4);
    border-right-color: rgb(3 105 161 / 0.4);
  }

  .lg\:border-x-sky-700\/45 {
    border-left-color: rgb(3 105 161 / 0.45);
    border-right-color: rgb(3 105 161 / 0.45);
  }

  .lg\:border-x-sky-700\/5 {
    border-left-color: rgb(3 105 161 / 0.05);
    border-right-color: rgb(3 105 161 / 0.05);
  }

  .lg\:border-x-sky-700\/50 {
    border-left-color: rgb(3 105 161 / 0.5);
    border-right-color: rgb(3 105 161 / 0.5);
  }

  .lg\:border-x-sky-700\/55 {
    border-left-color: rgb(3 105 161 / 0.55);
    border-right-color: rgb(3 105 161 / 0.55);
  }

  .lg\:border-x-sky-700\/60 {
    border-left-color: rgb(3 105 161 / 0.6);
    border-right-color: rgb(3 105 161 / 0.6);
  }

  .lg\:border-x-sky-700\/65 {
    border-left-color: rgb(3 105 161 / 0.65);
    border-right-color: rgb(3 105 161 / 0.65);
  }

  .lg\:border-x-sky-700\/70 {
    border-left-color: rgb(3 105 161 / 0.7);
    border-right-color: rgb(3 105 161 / 0.7);
  }

  .lg\:border-x-sky-700\/75 {
    border-left-color: rgb(3 105 161 / 0.75);
    border-right-color: rgb(3 105 161 / 0.75);
  }

  .lg\:border-x-sky-700\/80 {
    border-left-color: rgb(3 105 161 / 0.8);
    border-right-color: rgb(3 105 161 / 0.8);
  }

  .lg\:border-x-sky-700\/85 {
    border-left-color: rgb(3 105 161 / 0.85);
    border-right-color: rgb(3 105 161 / 0.85);
  }

  .lg\:border-x-sky-700\/90 {
    border-left-color: rgb(3 105 161 / 0.9);
    border-right-color: rgb(3 105 161 / 0.9);
  }

  .lg\:border-x-sky-700\/95 {
    border-left-color: rgb(3 105 161 / 0.95);
    border-right-color: rgb(3 105 161 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-sky-800\/0 {
    border-left-color: rgb(7 89 133 / 0);
    border-right-color: rgb(7 89 133 / 0);
  }

  .lg\:border-x-sky-800\/10 {
    border-left-color: rgb(7 89 133 / 0.1);
    border-right-color: rgb(7 89 133 / 0.1);
  }

  .lg\:border-x-sky-800\/100 {
    border-left-color: rgb(7 89 133 / 1);
    border-right-color: rgb(7 89 133 / 1);
  }

  .lg\:border-x-sky-800\/15 {
    border-left-color: rgb(7 89 133 / 0.15);
    border-right-color: rgb(7 89 133 / 0.15);
  }

  .lg\:border-x-sky-800\/20 {
    border-left-color: rgb(7 89 133 / 0.2);
    border-right-color: rgb(7 89 133 / 0.2);
  }

  .lg\:border-x-sky-800\/25 {
    border-left-color: rgb(7 89 133 / 0.25);
    border-right-color: rgb(7 89 133 / 0.25);
  }

  .lg\:border-x-sky-800\/30 {
    border-left-color: rgb(7 89 133 / 0.3);
    border-right-color: rgb(7 89 133 / 0.3);
  }

  .lg\:border-x-sky-800\/35 {
    border-left-color: rgb(7 89 133 / 0.35);
    border-right-color: rgb(7 89 133 / 0.35);
  }

  .lg\:border-x-sky-800\/40 {
    border-left-color: rgb(7 89 133 / 0.4);
    border-right-color: rgb(7 89 133 / 0.4);
  }

  .lg\:border-x-sky-800\/45 {
    border-left-color: rgb(7 89 133 / 0.45);
    border-right-color: rgb(7 89 133 / 0.45);
  }

  .lg\:border-x-sky-800\/5 {
    border-left-color: rgb(7 89 133 / 0.05);
    border-right-color: rgb(7 89 133 / 0.05);
  }

  .lg\:border-x-sky-800\/50 {
    border-left-color: rgb(7 89 133 / 0.5);
    border-right-color: rgb(7 89 133 / 0.5);
  }

  .lg\:border-x-sky-800\/55 {
    border-left-color: rgb(7 89 133 / 0.55);
    border-right-color: rgb(7 89 133 / 0.55);
  }

  .lg\:border-x-sky-800\/60 {
    border-left-color: rgb(7 89 133 / 0.6);
    border-right-color: rgb(7 89 133 / 0.6);
  }

  .lg\:border-x-sky-800\/65 {
    border-left-color: rgb(7 89 133 / 0.65);
    border-right-color: rgb(7 89 133 / 0.65);
  }

  .lg\:border-x-sky-800\/70 {
    border-left-color: rgb(7 89 133 / 0.7);
    border-right-color: rgb(7 89 133 / 0.7);
  }

  .lg\:border-x-sky-800\/75 {
    border-left-color: rgb(7 89 133 / 0.75);
    border-right-color: rgb(7 89 133 / 0.75);
  }

  .lg\:border-x-sky-800\/80 {
    border-left-color: rgb(7 89 133 / 0.8);
    border-right-color: rgb(7 89 133 / 0.8);
  }

  .lg\:border-x-sky-800\/85 {
    border-left-color: rgb(7 89 133 / 0.85);
    border-right-color: rgb(7 89 133 / 0.85);
  }

  .lg\:border-x-sky-800\/90 {
    border-left-color: rgb(7 89 133 / 0.9);
    border-right-color: rgb(7 89 133 / 0.9);
  }

  .lg\:border-x-sky-800\/95 {
    border-left-color: rgb(7 89 133 / 0.95);
    border-right-color: rgb(7 89 133 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-sky-900\/0 {
    border-left-color: rgb(12 74 110 / 0);
    border-right-color: rgb(12 74 110 / 0);
  }

  .lg\:border-x-sky-900\/10 {
    border-left-color: rgb(12 74 110 / 0.1);
    border-right-color: rgb(12 74 110 / 0.1);
  }

  .lg\:border-x-sky-900\/100 {
    border-left-color: rgb(12 74 110 / 1);
    border-right-color: rgb(12 74 110 / 1);
  }

  .lg\:border-x-sky-900\/15 {
    border-left-color: rgb(12 74 110 / 0.15);
    border-right-color: rgb(12 74 110 / 0.15);
  }

  .lg\:border-x-sky-900\/20 {
    border-left-color: rgb(12 74 110 / 0.2);
    border-right-color: rgb(12 74 110 / 0.2);
  }

  .lg\:border-x-sky-900\/25 {
    border-left-color: rgb(12 74 110 / 0.25);
    border-right-color: rgb(12 74 110 / 0.25);
  }

  .lg\:border-x-sky-900\/30 {
    border-left-color: rgb(12 74 110 / 0.3);
    border-right-color: rgb(12 74 110 / 0.3);
  }

  .lg\:border-x-sky-900\/35 {
    border-left-color: rgb(12 74 110 / 0.35);
    border-right-color: rgb(12 74 110 / 0.35);
  }

  .lg\:border-x-sky-900\/40 {
    border-left-color: rgb(12 74 110 / 0.4);
    border-right-color: rgb(12 74 110 / 0.4);
  }

  .lg\:border-x-sky-900\/45 {
    border-left-color: rgb(12 74 110 / 0.45);
    border-right-color: rgb(12 74 110 / 0.45);
  }

  .lg\:border-x-sky-900\/5 {
    border-left-color: rgb(12 74 110 / 0.05);
    border-right-color: rgb(12 74 110 / 0.05);
  }

  .lg\:border-x-sky-900\/50 {
    border-left-color: rgb(12 74 110 / 0.5);
    border-right-color: rgb(12 74 110 / 0.5);
  }

  .lg\:border-x-sky-900\/55 {
    border-left-color: rgb(12 74 110 / 0.55);
    border-right-color: rgb(12 74 110 / 0.55);
  }

  .lg\:border-x-sky-900\/60 {
    border-left-color: rgb(12 74 110 / 0.6);
    border-right-color: rgb(12 74 110 / 0.6);
  }

  .lg\:border-x-sky-900\/65 {
    border-left-color: rgb(12 74 110 / 0.65);
    border-right-color: rgb(12 74 110 / 0.65);
  }

  .lg\:border-x-sky-900\/70 {
    border-left-color: rgb(12 74 110 / 0.7);
    border-right-color: rgb(12 74 110 / 0.7);
  }

  .lg\:border-x-sky-900\/75 {
    border-left-color: rgb(12 74 110 / 0.75);
    border-right-color: rgb(12 74 110 / 0.75);
  }

  .lg\:border-x-sky-900\/80 {
    border-left-color: rgb(12 74 110 / 0.8);
    border-right-color: rgb(12 74 110 / 0.8);
  }

  .lg\:border-x-sky-900\/85 {
    border-left-color: rgb(12 74 110 / 0.85);
    border-right-color: rgb(12 74 110 / 0.85);
  }

  .lg\:border-x-sky-900\/90 {
    border-left-color: rgb(12 74 110 / 0.9);
    border-right-color: rgb(12 74 110 / 0.9);
  }

  .lg\:border-x-sky-900\/95 {
    border-left-color: rgb(12 74 110 / 0.95);
    border-right-color: rgb(12 74 110 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-sky-950\/0 {
    border-left-color: rgb(8 47 73 / 0);
    border-right-color: rgb(8 47 73 / 0);
  }

  .lg\:border-x-sky-950\/10 {
    border-left-color: rgb(8 47 73 / 0.1);
    border-right-color: rgb(8 47 73 / 0.1);
  }

  .lg\:border-x-sky-950\/100 {
    border-left-color: rgb(8 47 73 / 1);
    border-right-color: rgb(8 47 73 / 1);
  }

  .lg\:border-x-sky-950\/15 {
    border-left-color: rgb(8 47 73 / 0.15);
    border-right-color: rgb(8 47 73 / 0.15);
  }

  .lg\:border-x-sky-950\/20 {
    border-left-color: rgb(8 47 73 / 0.2);
    border-right-color: rgb(8 47 73 / 0.2);
  }

  .lg\:border-x-sky-950\/25 {
    border-left-color: rgb(8 47 73 / 0.25);
    border-right-color: rgb(8 47 73 / 0.25);
  }

  .lg\:border-x-sky-950\/30 {
    border-left-color: rgb(8 47 73 / 0.3);
    border-right-color: rgb(8 47 73 / 0.3);
  }

  .lg\:border-x-sky-950\/35 {
    border-left-color: rgb(8 47 73 / 0.35);
    border-right-color: rgb(8 47 73 / 0.35);
  }

  .lg\:border-x-sky-950\/40 {
    border-left-color: rgb(8 47 73 / 0.4);
    border-right-color: rgb(8 47 73 / 0.4);
  }

  .lg\:border-x-sky-950\/45 {
    border-left-color: rgb(8 47 73 / 0.45);
    border-right-color: rgb(8 47 73 / 0.45);
  }

  .lg\:border-x-sky-950\/5 {
    border-left-color: rgb(8 47 73 / 0.05);
    border-right-color: rgb(8 47 73 / 0.05);
  }

  .lg\:border-x-sky-950\/50 {
    border-left-color: rgb(8 47 73 / 0.5);
    border-right-color: rgb(8 47 73 / 0.5);
  }

  .lg\:border-x-sky-950\/55 {
    border-left-color: rgb(8 47 73 / 0.55);
    border-right-color: rgb(8 47 73 / 0.55);
  }

  .lg\:border-x-sky-950\/60 {
    border-left-color: rgb(8 47 73 / 0.6);
    border-right-color: rgb(8 47 73 / 0.6);
  }

  .lg\:border-x-sky-950\/65 {
    border-left-color: rgb(8 47 73 / 0.65);
    border-right-color: rgb(8 47 73 / 0.65);
  }

  .lg\:border-x-sky-950\/70 {
    border-left-color: rgb(8 47 73 / 0.7);
    border-right-color: rgb(8 47 73 / 0.7);
  }

  .lg\:border-x-sky-950\/75 {
    border-left-color: rgb(8 47 73 / 0.75);
    border-right-color: rgb(8 47 73 / 0.75);
  }

  .lg\:border-x-sky-950\/80 {
    border-left-color: rgb(8 47 73 / 0.8);
    border-right-color: rgb(8 47 73 / 0.8);
  }

  .lg\:border-x-sky-950\/85 {
    border-left-color: rgb(8 47 73 / 0.85);
    border-right-color: rgb(8 47 73 / 0.85);
  }

  .lg\:border-x-sky-950\/90 {
    border-left-color: rgb(8 47 73 / 0.9);
    border-right-color: rgb(8 47 73 / 0.9);
  }

  .lg\:border-x-sky-950\/95 {
    border-left-color: rgb(8 47 73 / 0.95);
    border-right-color: rgb(8 47 73 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-slate-100\/0 {
    border-left-color: rgb(241 245 249 / 0);
    border-right-color: rgb(241 245 249 / 0);
  }

  .lg\:border-x-slate-100\/10 {
    border-left-color: rgb(241 245 249 / 0.1);
    border-right-color: rgb(241 245 249 / 0.1);
  }

  .lg\:border-x-slate-100\/100 {
    border-left-color: rgb(241 245 249 / 1);
    border-right-color: rgb(241 245 249 / 1);
  }

  .lg\:border-x-slate-100\/15 {
    border-left-color: rgb(241 245 249 / 0.15);
    border-right-color: rgb(241 245 249 / 0.15);
  }

  .lg\:border-x-slate-100\/20 {
    border-left-color: rgb(241 245 249 / 0.2);
    border-right-color: rgb(241 245 249 / 0.2);
  }

  .lg\:border-x-slate-100\/25 {
    border-left-color: rgb(241 245 249 / 0.25);
    border-right-color: rgb(241 245 249 / 0.25);
  }

  .lg\:border-x-slate-100\/30 {
    border-left-color: rgb(241 245 249 / 0.3);
    border-right-color: rgb(241 245 249 / 0.3);
  }

  .lg\:border-x-slate-100\/35 {
    border-left-color: rgb(241 245 249 / 0.35);
    border-right-color: rgb(241 245 249 / 0.35);
  }

  .lg\:border-x-slate-100\/40 {
    border-left-color: rgb(241 245 249 / 0.4);
    border-right-color: rgb(241 245 249 / 0.4);
  }

  .lg\:border-x-slate-100\/45 {
    border-left-color: rgb(241 245 249 / 0.45);
    border-right-color: rgb(241 245 249 / 0.45);
  }

  .lg\:border-x-slate-100\/5 {
    border-left-color: rgb(241 245 249 / 0.05);
    border-right-color: rgb(241 245 249 / 0.05);
  }

  .lg\:border-x-slate-100\/50 {
    border-left-color: rgb(241 245 249 / 0.5);
    border-right-color: rgb(241 245 249 / 0.5);
  }

  .lg\:border-x-slate-100\/55 {
    border-left-color: rgb(241 245 249 / 0.55);
    border-right-color: rgb(241 245 249 / 0.55);
  }

  .lg\:border-x-slate-100\/60 {
    border-left-color: rgb(241 245 249 / 0.6);
    border-right-color: rgb(241 245 249 / 0.6);
  }

  .lg\:border-x-slate-100\/65 {
    border-left-color: rgb(241 245 249 / 0.65);
    border-right-color: rgb(241 245 249 / 0.65);
  }

  .lg\:border-x-slate-100\/70 {
    border-left-color: rgb(241 245 249 / 0.7);
    border-right-color: rgb(241 245 249 / 0.7);
  }

  .lg\:border-x-slate-100\/75 {
    border-left-color: rgb(241 245 249 / 0.75);
    border-right-color: rgb(241 245 249 / 0.75);
  }

  .lg\:border-x-slate-100\/80 {
    border-left-color: rgb(241 245 249 / 0.8);
    border-right-color: rgb(241 245 249 / 0.8);
  }

  .lg\:border-x-slate-100\/85 {
    border-left-color: rgb(241 245 249 / 0.85);
    border-right-color: rgb(241 245 249 / 0.85);
  }

  .lg\:border-x-slate-100\/90 {
    border-left-color: rgb(241 245 249 / 0.9);
    border-right-color: rgb(241 245 249 / 0.9);
  }

  .lg\:border-x-slate-100\/95 {
    border-left-color: rgb(241 245 249 / 0.95);
    border-right-color: rgb(241 245 249 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-slate-200\/0 {
    border-left-color: rgb(226 232 240 / 0);
    border-right-color: rgb(226 232 240 / 0);
  }

  .lg\:border-x-slate-200\/10 {
    border-left-color: rgb(226 232 240 / 0.1);
    border-right-color: rgb(226 232 240 / 0.1);
  }

  .lg\:border-x-slate-200\/100 {
    border-left-color: rgb(226 232 240 / 1);
    border-right-color: rgb(226 232 240 / 1);
  }

  .lg\:border-x-slate-200\/15 {
    border-left-color: rgb(226 232 240 / 0.15);
    border-right-color: rgb(226 232 240 / 0.15);
  }

  .lg\:border-x-slate-200\/20 {
    border-left-color: rgb(226 232 240 / 0.2);
    border-right-color: rgb(226 232 240 / 0.2);
  }

  .lg\:border-x-slate-200\/25 {
    border-left-color: rgb(226 232 240 / 0.25);
    border-right-color: rgb(226 232 240 / 0.25);
  }

  .lg\:border-x-slate-200\/30 {
    border-left-color: rgb(226 232 240 / 0.3);
    border-right-color: rgb(226 232 240 / 0.3);
  }

  .lg\:border-x-slate-200\/35 {
    border-left-color: rgb(226 232 240 / 0.35);
    border-right-color: rgb(226 232 240 / 0.35);
  }

  .lg\:border-x-slate-200\/40 {
    border-left-color: rgb(226 232 240 / 0.4);
    border-right-color: rgb(226 232 240 / 0.4);
  }

  .lg\:border-x-slate-200\/45 {
    border-left-color: rgb(226 232 240 / 0.45);
    border-right-color: rgb(226 232 240 / 0.45);
  }

  .lg\:border-x-slate-200\/5 {
    border-left-color: rgb(226 232 240 / 0.05);
    border-right-color: rgb(226 232 240 / 0.05);
  }

  .lg\:border-x-slate-200\/50 {
    border-left-color: rgb(226 232 240 / 0.5);
    border-right-color: rgb(226 232 240 / 0.5);
  }

  .lg\:border-x-slate-200\/55 {
    border-left-color: rgb(226 232 240 / 0.55);
    border-right-color: rgb(226 232 240 / 0.55);
  }

  .lg\:border-x-slate-200\/60 {
    border-left-color: rgb(226 232 240 / 0.6);
    border-right-color: rgb(226 232 240 / 0.6);
  }

  .lg\:border-x-slate-200\/65 {
    border-left-color: rgb(226 232 240 / 0.65);
    border-right-color: rgb(226 232 240 / 0.65);
  }

  .lg\:border-x-slate-200\/70 {
    border-left-color: rgb(226 232 240 / 0.7);
    border-right-color: rgb(226 232 240 / 0.7);
  }

  .lg\:border-x-slate-200\/75 {
    border-left-color: rgb(226 232 240 / 0.75);
    border-right-color: rgb(226 232 240 / 0.75);
  }

  .lg\:border-x-slate-200\/80 {
    border-left-color: rgb(226 232 240 / 0.8);
    border-right-color: rgb(226 232 240 / 0.8);
  }

  .lg\:border-x-slate-200\/85 {
    border-left-color: rgb(226 232 240 / 0.85);
    border-right-color: rgb(226 232 240 / 0.85);
  }

  .lg\:border-x-slate-200\/90 {
    border-left-color: rgb(226 232 240 / 0.9);
    border-right-color: rgb(226 232 240 / 0.9);
  }

  .lg\:border-x-slate-200\/95 {
    border-left-color: rgb(226 232 240 / 0.95);
    border-right-color: rgb(226 232 240 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-slate-300\/0 {
    border-left-color: rgb(203 213 225 / 0);
    border-right-color: rgb(203 213 225 / 0);
  }

  .lg\:border-x-slate-300\/10 {
    border-left-color: rgb(203 213 225 / 0.1);
    border-right-color: rgb(203 213 225 / 0.1);
  }

  .lg\:border-x-slate-300\/100 {
    border-left-color: rgb(203 213 225 / 1);
    border-right-color: rgb(203 213 225 / 1);
  }

  .lg\:border-x-slate-300\/15 {
    border-left-color: rgb(203 213 225 / 0.15);
    border-right-color: rgb(203 213 225 / 0.15);
  }

  .lg\:border-x-slate-300\/20 {
    border-left-color: rgb(203 213 225 / 0.2);
    border-right-color: rgb(203 213 225 / 0.2);
  }

  .lg\:border-x-slate-300\/25 {
    border-left-color: rgb(203 213 225 / 0.25);
    border-right-color: rgb(203 213 225 / 0.25);
  }

  .lg\:border-x-slate-300\/30 {
    border-left-color: rgb(203 213 225 / 0.3);
    border-right-color: rgb(203 213 225 / 0.3);
  }

  .lg\:border-x-slate-300\/35 {
    border-left-color: rgb(203 213 225 / 0.35);
    border-right-color: rgb(203 213 225 / 0.35);
  }

  .lg\:border-x-slate-300\/40 {
    border-left-color: rgb(203 213 225 / 0.4);
    border-right-color: rgb(203 213 225 / 0.4);
  }

  .lg\:border-x-slate-300\/45 {
    border-left-color: rgb(203 213 225 / 0.45);
    border-right-color: rgb(203 213 225 / 0.45);
  }

  .lg\:border-x-slate-300\/5 {
    border-left-color: rgb(203 213 225 / 0.05);
    border-right-color: rgb(203 213 225 / 0.05);
  }

  .lg\:border-x-slate-300\/50 {
    border-left-color: rgb(203 213 225 / 0.5);
    border-right-color: rgb(203 213 225 / 0.5);
  }

  .lg\:border-x-slate-300\/55 {
    border-left-color: rgb(203 213 225 / 0.55);
    border-right-color: rgb(203 213 225 / 0.55);
  }

  .lg\:border-x-slate-300\/60 {
    border-left-color: rgb(203 213 225 / 0.6);
    border-right-color: rgb(203 213 225 / 0.6);
  }

  .lg\:border-x-slate-300\/65 {
    border-left-color: rgb(203 213 225 / 0.65);
    border-right-color: rgb(203 213 225 / 0.65);
  }

  .lg\:border-x-slate-300\/70 {
    border-left-color: rgb(203 213 225 / 0.7);
    border-right-color: rgb(203 213 225 / 0.7);
  }

  .lg\:border-x-slate-300\/75 {
    border-left-color: rgb(203 213 225 / 0.75);
    border-right-color: rgb(203 213 225 / 0.75);
  }

  .lg\:border-x-slate-300\/80 {
    border-left-color: rgb(203 213 225 / 0.8);
    border-right-color: rgb(203 213 225 / 0.8);
  }

  .lg\:border-x-slate-300\/85 {
    border-left-color: rgb(203 213 225 / 0.85);
    border-right-color: rgb(203 213 225 / 0.85);
  }

  .lg\:border-x-slate-300\/90 {
    border-left-color: rgb(203 213 225 / 0.9);
    border-right-color: rgb(203 213 225 / 0.9);
  }

  .lg\:border-x-slate-300\/95 {
    border-left-color: rgb(203 213 225 / 0.95);
    border-right-color: rgb(203 213 225 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-slate-400\/0 {
    border-left-color: rgb(148 163 184 / 0);
    border-right-color: rgb(148 163 184 / 0);
  }

  .lg\:border-x-slate-400\/10 {
    border-left-color: rgb(148 163 184 / 0.1);
    border-right-color: rgb(148 163 184 / 0.1);
  }

  .lg\:border-x-slate-400\/100 {
    border-left-color: rgb(148 163 184 / 1);
    border-right-color: rgb(148 163 184 / 1);
  }

  .lg\:border-x-slate-400\/15 {
    border-left-color: rgb(148 163 184 / 0.15);
    border-right-color: rgb(148 163 184 / 0.15);
  }

  .lg\:border-x-slate-400\/20 {
    border-left-color: rgb(148 163 184 / 0.2);
    border-right-color: rgb(148 163 184 / 0.2);
  }

  .lg\:border-x-slate-400\/25 {
    border-left-color: rgb(148 163 184 / 0.25);
    border-right-color: rgb(148 163 184 / 0.25);
  }

  .lg\:border-x-slate-400\/30 {
    border-left-color: rgb(148 163 184 / 0.3);
    border-right-color: rgb(148 163 184 / 0.3);
  }

  .lg\:border-x-slate-400\/35 {
    border-left-color: rgb(148 163 184 / 0.35);
    border-right-color: rgb(148 163 184 / 0.35);
  }

  .lg\:border-x-slate-400\/40 {
    border-left-color: rgb(148 163 184 / 0.4);
    border-right-color: rgb(148 163 184 / 0.4);
  }

  .lg\:border-x-slate-400\/45 {
    border-left-color: rgb(148 163 184 / 0.45);
    border-right-color: rgb(148 163 184 / 0.45);
  }

  .lg\:border-x-slate-400\/5 {
    border-left-color: rgb(148 163 184 / 0.05);
    border-right-color: rgb(148 163 184 / 0.05);
  }

  .lg\:border-x-slate-400\/50 {
    border-left-color: rgb(148 163 184 / 0.5);
    border-right-color: rgb(148 163 184 / 0.5);
  }

  .lg\:border-x-slate-400\/55 {
    border-left-color: rgb(148 163 184 / 0.55);
    border-right-color: rgb(148 163 184 / 0.55);
  }

  .lg\:border-x-slate-400\/60 {
    border-left-color: rgb(148 163 184 / 0.6);
    border-right-color: rgb(148 163 184 / 0.6);
  }

  .lg\:border-x-slate-400\/65 {
    border-left-color: rgb(148 163 184 / 0.65);
    border-right-color: rgb(148 163 184 / 0.65);
  }

  .lg\:border-x-slate-400\/70 {
    border-left-color: rgb(148 163 184 / 0.7);
    border-right-color: rgb(148 163 184 / 0.7);
  }

  .lg\:border-x-slate-400\/75 {
    border-left-color: rgb(148 163 184 / 0.75);
    border-right-color: rgb(148 163 184 / 0.75);
  }

  .lg\:border-x-slate-400\/80 {
    border-left-color: rgb(148 163 184 / 0.8);
    border-right-color: rgb(148 163 184 / 0.8);
  }

  .lg\:border-x-slate-400\/85 {
    border-left-color: rgb(148 163 184 / 0.85);
    border-right-color: rgb(148 163 184 / 0.85);
  }

  .lg\:border-x-slate-400\/90 {
    border-left-color: rgb(148 163 184 / 0.9);
    border-right-color: rgb(148 163 184 / 0.9);
  }

  .lg\:border-x-slate-400\/95 {
    border-left-color: rgb(148 163 184 / 0.95);
    border-right-color: rgb(148 163 184 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-slate-50\/0 {
    border-left-color: rgb(248 250 252 / 0);
    border-right-color: rgb(248 250 252 / 0);
  }

  .lg\:border-x-slate-50\/10 {
    border-left-color: rgb(248 250 252 / 0.1);
    border-right-color: rgb(248 250 252 / 0.1);
  }

  .lg\:border-x-slate-50\/100 {
    border-left-color: rgb(248 250 252 / 1);
    border-right-color: rgb(248 250 252 / 1);
  }

  .lg\:border-x-slate-50\/15 {
    border-left-color: rgb(248 250 252 / 0.15);
    border-right-color: rgb(248 250 252 / 0.15);
  }

  .lg\:border-x-slate-50\/20 {
    border-left-color: rgb(248 250 252 / 0.2);
    border-right-color: rgb(248 250 252 / 0.2);
  }

  .lg\:border-x-slate-50\/25 {
    border-left-color: rgb(248 250 252 / 0.25);
    border-right-color: rgb(248 250 252 / 0.25);
  }

  .lg\:border-x-slate-50\/30 {
    border-left-color: rgb(248 250 252 / 0.3);
    border-right-color: rgb(248 250 252 / 0.3);
  }

  .lg\:border-x-slate-50\/35 {
    border-left-color: rgb(248 250 252 / 0.35);
    border-right-color: rgb(248 250 252 / 0.35);
  }

  .lg\:border-x-slate-50\/40 {
    border-left-color: rgb(248 250 252 / 0.4);
    border-right-color: rgb(248 250 252 / 0.4);
  }

  .lg\:border-x-slate-50\/45 {
    border-left-color: rgb(248 250 252 / 0.45);
    border-right-color: rgb(248 250 252 / 0.45);
  }

  .lg\:border-x-slate-50\/5 {
    border-left-color: rgb(248 250 252 / 0.05);
    border-right-color: rgb(248 250 252 / 0.05);
  }

  .lg\:border-x-slate-50\/50 {
    border-left-color: rgb(248 250 252 / 0.5);
    border-right-color: rgb(248 250 252 / 0.5);
  }

  .lg\:border-x-slate-50\/55 {
    border-left-color: rgb(248 250 252 / 0.55);
    border-right-color: rgb(248 250 252 / 0.55);
  }

  .lg\:border-x-slate-50\/60 {
    border-left-color: rgb(248 250 252 / 0.6);
    border-right-color: rgb(248 250 252 / 0.6);
  }

  .lg\:border-x-slate-50\/65 {
    border-left-color: rgb(248 250 252 / 0.65);
    border-right-color: rgb(248 250 252 / 0.65);
  }

  .lg\:border-x-slate-50\/70 {
    border-left-color: rgb(248 250 252 / 0.7);
    border-right-color: rgb(248 250 252 / 0.7);
  }

  .lg\:border-x-slate-50\/75 {
    border-left-color: rgb(248 250 252 / 0.75);
    border-right-color: rgb(248 250 252 / 0.75);
  }

  .lg\:border-x-slate-50\/80 {
    border-left-color: rgb(248 250 252 / 0.8);
    border-right-color: rgb(248 250 252 / 0.8);
  }

  .lg\:border-x-slate-50\/85 {
    border-left-color: rgb(248 250 252 / 0.85);
    border-right-color: rgb(248 250 252 / 0.85);
  }

  .lg\:border-x-slate-50\/90 {
    border-left-color: rgb(248 250 252 / 0.9);
    border-right-color: rgb(248 250 252 / 0.9);
  }

  .lg\:border-x-slate-50\/95 {
    border-left-color: rgb(248 250 252 / 0.95);
    border-right-color: rgb(248 250 252 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-slate-500\/0 {
    border-left-color: rgb(100 116 139 / 0);
    border-right-color: rgb(100 116 139 / 0);
  }

  .lg\:border-x-slate-500\/10 {
    border-left-color: rgb(100 116 139 / 0.1);
    border-right-color: rgb(100 116 139 / 0.1);
  }

  .lg\:border-x-slate-500\/100 {
    border-left-color: rgb(100 116 139 / 1);
    border-right-color: rgb(100 116 139 / 1);
  }

  .lg\:border-x-slate-500\/15 {
    border-left-color: rgb(100 116 139 / 0.15);
    border-right-color: rgb(100 116 139 / 0.15);
  }

  .lg\:border-x-slate-500\/20 {
    border-left-color: rgb(100 116 139 / 0.2);
    border-right-color: rgb(100 116 139 / 0.2);
  }

  .lg\:border-x-slate-500\/25 {
    border-left-color: rgb(100 116 139 / 0.25);
    border-right-color: rgb(100 116 139 / 0.25);
  }

  .lg\:border-x-slate-500\/30 {
    border-left-color: rgb(100 116 139 / 0.3);
    border-right-color: rgb(100 116 139 / 0.3);
  }

  .lg\:border-x-slate-500\/35 {
    border-left-color: rgb(100 116 139 / 0.35);
    border-right-color: rgb(100 116 139 / 0.35);
  }

  .lg\:border-x-slate-500\/40 {
    border-left-color: rgb(100 116 139 / 0.4);
    border-right-color: rgb(100 116 139 / 0.4);
  }

  .lg\:border-x-slate-500\/45 {
    border-left-color: rgb(100 116 139 / 0.45);
    border-right-color: rgb(100 116 139 / 0.45);
  }

  .lg\:border-x-slate-500\/5 {
    border-left-color: rgb(100 116 139 / 0.05);
    border-right-color: rgb(100 116 139 / 0.05);
  }

  .lg\:border-x-slate-500\/50 {
    border-left-color: rgb(100 116 139 / 0.5);
    border-right-color: rgb(100 116 139 / 0.5);
  }

  .lg\:border-x-slate-500\/55 {
    border-left-color: rgb(100 116 139 / 0.55);
    border-right-color: rgb(100 116 139 / 0.55);
  }

  .lg\:border-x-slate-500\/60 {
    border-left-color: rgb(100 116 139 / 0.6);
    border-right-color: rgb(100 116 139 / 0.6);
  }

  .lg\:border-x-slate-500\/65 {
    border-left-color: rgb(100 116 139 / 0.65);
    border-right-color: rgb(100 116 139 / 0.65);
  }

  .lg\:border-x-slate-500\/70 {
    border-left-color: rgb(100 116 139 / 0.7);
    border-right-color: rgb(100 116 139 / 0.7);
  }

  .lg\:border-x-slate-500\/75 {
    border-left-color: rgb(100 116 139 / 0.75);
    border-right-color: rgb(100 116 139 / 0.75);
  }

  .lg\:border-x-slate-500\/80 {
    border-left-color: rgb(100 116 139 / 0.8);
    border-right-color: rgb(100 116 139 / 0.8);
  }

  .lg\:border-x-slate-500\/85 {
    border-left-color: rgb(100 116 139 / 0.85);
    border-right-color: rgb(100 116 139 / 0.85);
  }

  .lg\:border-x-slate-500\/90 {
    border-left-color: rgb(100 116 139 / 0.9);
    border-right-color: rgb(100 116 139 / 0.9);
  }

  .lg\:border-x-slate-500\/95 {
    border-left-color: rgb(100 116 139 / 0.95);
    border-right-color: rgb(100 116 139 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-slate-600\/0 {
    border-left-color: rgb(71 85 105 / 0);
    border-right-color: rgb(71 85 105 / 0);
  }

  .lg\:border-x-slate-600\/10 {
    border-left-color: rgb(71 85 105 / 0.1);
    border-right-color: rgb(71 85 105 / 0.1);
  }

  .lg\:border-x-slate-600\/100 {
    border-left-color: rgb(71 85 105 / 1);
    border-right-color: rgb(71 85 105 / 1);
  }

  .lg\:border-x-slate-600\/15 {
    border-left-color: rgb(71 85 105 / 0.15);
    border-right-color: rgb(71 85 105 / 0.15);
  }

  .lg\:border-x-slate-600\/20 {
    border-left-color: rgb(71 85 105 / 0.2);
    border-right-color: rgb(71 85 105 / 0.2);
  }

  .lg\:border-x-slate-600\/25 {
    border-left-color: rgb(71 85 105 / 0.25);
    border-right-color: rgb(71 85 105 / 0.25);
  }

  .lg\:border-x-slate-600\/30 {
    border-left-color: rgb(71 85 105 / 0.3);
    border-right-color: rgb(71 85 105 / 0.3);
  }

  .lg\:border-x-slate-600\/35 {
    border-left-color: rgb(71 85 105 / 0.35);
    border-right-color: rgb(71 85 105 / 0.35);
  }

  .lg\:border-x-slate-600\/40 {
    border-left-color: rgb(71 85 105 / 0.4);
    border-right-color: rgb(71 85 105 / 0.4);
  }

  .lg\:border-x-slate-600\/45 {
    border-left-color: rgb(71 85 105 / 0.45);
    border-right-color: rgb(71 85 105 / 0.45);
  }

  .lg\:border-x-slate-600\/5 {
    border-left-color: rgb(71 85 105 / 0.05);
    border-right-color: rgb(71 85 105 / 0.05);
  }

  .lg\:border-x-slate-600\/50 {
    border-left-color: rgb(71 85 105 / 0.5);
    border-right-color: rgb(71 85 105 / 0.5);
  }

  .lg\:border-x-slate-600\/55 {
    border-left-color: rgb(71 85 105 / 0.55);
    border-right-color: rgb(71 85 105 / 0.55);
  }

  .lg\:border-x-slate-600\/60 {
    border-left-color: rgb(71 85 105 / 0.6);
    border-right-color: rgb(71 85 105 / 0.6);
  }

  .lg\:border-x-slate-600\/65 {
    border-left-color: rgb(71 85 105 / 0.65);
    border-right-color: rgb(71 85 105 / 0.65);
  }

  .lg\:border-x-slate-600\/70 {
    border-left-color: rgb(71 85 105 / 0.7);
    border-right-color: rgb(71 85 105 / 0.7);
  }

  .lg\:border-x-slate-600\/75 {
    border-left-color: rgb(71 85 105 / 0.75);
    border-right-color: rgb(71 85 105 / 0.75);
  }

  .lg\:border-x-slate-600\/80 {
    border-left-color: rgb(71 85 105 / 0.8);
    border-right-color: rgb(71 85 105 / 0.8);
  }

  .lg\:border-x-slate-600\/85 {
    border-left-color: rgb(71 85 105 / 0.85);
    border-right-color: rgb(71 85 105 / 0.85);
  }

  .lg\:border-x-slate-600\/90 {
    border-left-color: rgb(71 85 105 / 0.9);
    border-right-color: rgb(71 85 105 / 0.9);
  }

  .lg\:border-x-slate-600\/95 {
    border-left-color: rgb(71 85 105 / 0.95);
    border-right-color: rgb(71 85 105 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-slate-700\/0 {
    border-left-color: rgb(51 65 85 / 0);
    border-right-color: rgb(51 65 85 / 0);
  }

  .lg\:border-x-slate-700\/10 {
    border-left-color: rgb(51 65 85 / 0.1);
    border-right-color: rgb(51 65 85 / 0.1);
  }

  .lg\:border-x-slate-700\/100 {
    border-left-color: rgb(51 65 85 / 1);
    border-right-color: rgb(51 65 85 / 1);
  }

  .lg\:border-x-slate-700\/15 {
    border-left-color: rgb(51 65 85 / 0.15);
    border-right-color: rgb(51 65 85 / 0.15);
  }

  .lg\:border-x-slate-700\/20 {
    border-left-color: rgb(51 65 85 / 0.2);
    border-right-color: rgb(51 65 85 / 0.2);
  }

  .lg\:border-x-slate-700\/25 {
    border-left-color: rgb(51 65 85 / 0.25);
    border-right-color: rgb(51 65 85 / 0.25);
  }

  .lg\:border-x-slate-700\/30 {
    border-left-color: rgb(51 65 85 / 0.3);
    border-right-color: rgb(51 65 85 / 0.3);
  }

  .lg\:border-x-slate-700\/35 {
    border-left-color: rgb(51 65 85 / 0.35);
    border-right-color: rgb(51 65 85 / 0.35);
  }

  .lg\:border-x-slate-700\/40 {
    border-left-color: rgb(51 65 85 / 0.4);
    border-right-color: rgb(51 65 85 / 0.4);
  }

  .lg\:border-x-slate-700\/45 {
    border-left-color: rgb(51 65 85 / 0.45);
    border-right-color: rgb(51 65 85 / 0.45);
  }

  .lg\:border-x-slate-700\/5 {
    border-left-color: rgb(51 65 85 / 0.05);
    border-right-color: rgb(51 65 85 / 0.05);
  }

  .lg\:border-x-slate-700\/50 {
    border-left-color: rgb(51 65 85 / 0.5);
    border-right-color: rgb(51 65 85 / 0.5);
  }

  .lg\:border-x-slate-700\/55 {
    border-left-color: rgb(51 65 85 / 0.55);
    border-right-color: rgb(51 65 85 / 0.55);
  }

  .lg\:border-x-slate-700\/60 {
    border-left-color: rgb(51 65 85 / 0.6);
    border-right-color: rgb(51 65 85 / 0.6);
  }

  .lg\:border-x-slate-700\/65 {
    border-left-color: rgb(51 65 85 / 0.65);
    border-right-color: rgb(51 65 85 / 0.65);
  }

  .lg\:border-x-slate-700\/70 {
    border-left-color: rgb(51 65 85 / 0.7);
    border-right-color: rgb(51 65 85 / 0.7);
  }

  .lg\:border-x-slate-700\/75 {
    border-left-color: rgb(51 65 85 / 0.75);
    border-right-color: rgb(51 65 85 / 0.75);
  }

  .lg\:border-x-slate-700\/80 {
    border-left-color: rgb(51 65 85 / 0.8);
    border-right-color: rgb(51 65 85 / 0.8);
  }

  .lg\:border-x-slate-700\/85 {
    border-left-color: rgb(51 65 85 / 0.85);
    border-right-color: rgb(51 65 85 / 0.85);
  }

  .lg\:border-x-slate-700\/90 {
    border-left-color: rgb(51 65 85 / 0.9);
    border-right-color: rgb(51 65 85 / 0.9);
  }

  .lg\:border-x-slate-700\/95 {
    border-left-color: rgb(51 65 85 / 0.95);
    border-right-color: rgb(51 65 85 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-slate-800\/0 {
    border-left-color: rgb(30 41 59 / 0);
    border-right-color: rgb(30 41 59 / 0);
  }

  .lg\:border-x-slate-800\/10 {
    border-left-color: rgb(30 41 59 / 0.1);
    border-right-color: rgb(30 41 59 / 0.1);
  }

  .lg\:border-x-slate-800\/100 {
    border-left-color: rgb(30 41 59 / 1);
    border-right-color: rgb(30 41 59 / 1);
  }

  .lg\:border-x-slate-800\/15 {
    border-left-color: rgb(30 41 59 / 0.15);
    border-right-color: rgb(30 41 59 / 0.15);
  }

  .lg\:border-x-slate-800\/20 {
    border-left-color: rgb(30 41 59 / 0.2);
    border-right-color: rgb(30 41 59 / 0.2);
  }

  .lg\:border-x-slate-800\/25 {
    border-left-color: rgb(30 41 59 / 0.25);
    border-right-color: rgb(30 41 59 / 0.25);
  }

  .lg\:border-x-slate-800\/30 {
    border-left-color: rgb(30 41 59 / 0.3);
    border-right-color: rgb(30 41 59 / 0.3);
  }

  .lg\:border-x-slate-800\/35 {
    border-left-color: rgb(30 41 59 / 0.35);
    border-right-color: rgb(30 41 59 / 0.35);
  }

  .lg\:border-x-slate-800\/40 {
    border-left-color: rgb(30 41 59 / 0.4);
    border-right-color: rgb(30 41 59 / 0.4);
  }

  .lg\:border-x-slate-800\/45 {
    border-left-color: rgb(30 41 59 / 0.45);
    border-right-color: rgb(30 41 59 / 0.45);
  }

  .lg\:border-x-slate-800\/5 {
    border-left-color: rgb(30 41 59 / 0.05);
    border-right-color: rgb(30 41 59 / 0.05);
  }

  .lg\:border-x-slate-800\/50 {
    border-left-color: rgb(30 41 59 / 0.5);
    border-right-color: rgb(30 41 59 / 0.5);
  }

  .lg\:border-x-slate-800\/55 {
    border-left-color: rgb(30 41 59 / 0.55);
    border-right-color: rgb(30 41 59 / 0.55);
  }

  .lg\:border-x-slate-800\/60 {
    border-left-color: rgb(30 41 59 / 0.6);
    border-right-color: rgb(30 41 59 / 0.6);
  }

  .lg\:border-x-slate-800\/65 {
    border-left-color: rgb(30 41 59 / 0.65);
    border-right-color: rgb(30 41 59 / 0.65);
  }

  .lg\:border-x-slate-800\/70 {
    border-left-color: rgb(30 41 59 / 0.7);
    border-right-color: rgb(30 41 59 / 0.7);
  }

  .lg\:border-x-slate-800\/75 {
    border-left-color: rgb(30 41 59 / 0.75);
    border-right-color: rgb(30 41 59 / 0.75);
  }

  .lg\:border-x-slate-800\/80 {
    border-left-color: rgb(30 41 59 / 0.8);
    border-right-color: rgb(30 41 59 / 0.8);
  }

  .lg\:border-x-slate-800\/85 {
    border-left-color: rgb(30 41 59 / 0.85);
    border-right-color: rgb(30 41 59 / 0.85);
  }

  .lg\:border-x-slate-800\/90 {
    border-left-color: rgb(30 41 59 / 0.9);
    border-right-color: rgb(30 41 59 / 0.9);
  }

  .lg\:border-x-slate-800\/95 {
    border-left-color: rgb(30 41 59 / 0.95);
    border-right-color: rgb(30 41 59 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-slate-900\/0 {
    border-left-color: rgb(15 23 42 / 0);
    border-right-color: rgb(15 23 42 / 0);
  }

  .lg\:border-x-slate-900\/10 {
    border-left-color: rgb(15 23 42 / 0.1);
    border-right-color: rgb(15 23 42 / 0.1);
  }

  .lg\:border-x-slate-900\/100 {
    border-left-color: rgb(15 23 42 / 1);
    border-right-color: rgb(15 23 42 / 1);
  }

  .lg\:border-x-slate-900\/15 {
    border-left-color: rgb(15 23 42 / 0.15);
    border-right-color: rgb(15 23 42 / 0.15);
  }

  .lg\:border-x-slate-900\/20 {
    border-left-color: rgb(15 23 42 / 0.2);
    border-right-color: rgb(15 23 42 / 0.2);
  }

  .lg\:border-x-slate-900\/25 {
    border-left-color: rgb(15 23 42 / 0.25);
    border-right-color: rgb(15 23 42 / 0.25);
  }

  .lg\:border-x-slate-900\/30 {
    border-left-color: rgb(15 23 42 / 0.3);
    border-right-color: rgb(15 23 42 / 0.3);
  }

  .lg\:border-x-slate-900\/35 {
    border-left-color: rgb(15 23 42 / 0.35);
    border-right-color: rgb(15 23 42 / 0.35);
  }

  .lg\:border-x-slate-900\/40 {
    border-left-color: rgb(15 23 42 / 0.4);
    border-right-color: rgb(15 23 42 / 0.4);
  }

  .lg\:border-x-slate-900\/45 {
    border-left-color: rgb(15 23 42 / 0.45);
    border-right-color: rgb(15 23 42 / 0.45);
  }

  .lg\:border-x-slate-900\/5 {
    border-left-color: rgb(15 23 42 / 0.05);
    border-right-color: rgb(15 23 42 / 0.05);
  }

  .lg\:border-x-slate-900\/50 {
    border-left-color: rgb(15 23 42 / 0.5);
    border-right-color: rgb(15 23 42 / 0.5);
  }

  .lg\:border-x-slate-900\/55 {
    border-left-color: rgb(15 23 42 / 0.55);
    border-right-color: rgb(15 23 42 / 0.55);
  }

  .lg\:border-x-slate-900\/60 {
    border-left-color: rgb(15 23 42 / 0.6);
    border-right-color: rgb(15 23 42 / 0.6);
  }

  .lg\:border-x-slate-900\/65 {
    border-left-color: rgb(15 23 42 / 0.65);
    border-right-color: rgb(15 23 42 / 0.65);
  }

  .lg\:border-x-slate-900\/70 {
    border-left-color: rgb(15 23 42 / 0.7);
    border-right-color: rgb(15 23 42 / 0.7);
  }

  .lg\:border-x-slate-900\/75 {
    border-left-color: rgb(15 23 42 / 0.75);
    border-right-color: rgb(15 23 42 / 0.75);
  }

  .lg\:border-x-slate-900\/80 {
    border-left-color: rgb(15 23 42 / 0.8);
    border-right-color: rgb(15 23 42 / 0.8);
  }

  .lg\:border-x-slate-900\/85 {
    border-left-color: rgb(15 23 42 / 0.85);
    border-right-color: rgb(15 23 42 / 0.85);
  }

  .lg\:border-x-slate-900\/90 {
    border-left-color: rgb(15 23 42 / 0.9);
    border-right-color: rgb(15 23 42 / 0.9);
  }

  .lg\:border-x-slate-900\/95 {
    border-left-color: rgb(15 23 42 / 0.95);
    border-right-color: rgb(15 23 42 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-slate-950\/0 {
    border-left-color: rgb(2 6 23 / 0);
    border-right-color: rgb(2 6 23 / 0);
  }

  .lg\:border-x-slate-950\/10 {
    border-left-color: rgb(2 6 23 / 0.1);
    border-right-color: rgb(2 6 23 / 0.1);
  }

  .lg\:border-x-slate-950\/100 {
    border-left-color: rgb(2 6 23 / 1);
    border-right-color: rgb(2 6 23 / 1);
  }

  .lg\:border-x-slate-950\/15 {
    border-left-color: rgb(2 6 23 / 0.15);
    border-right-color: rgb(2 6 23 / 0.15);
  }

  .lg\:border-x-slate-950\/20 {
    border-left-color: rgb(2 6 23 / 0.2);
    border-right-color: rgb(2 6 23 / 0.2);
  }

  .lg\:border-x-slate-950\/25 {
    border-left-color: rgb(2 6 23 / 0.25);
    border-right-color: rgb(2 6 23 / 0.25);
  }

  .lg\:border-x-slate-950\/30 {
    border-left-color: rgb(2 6 23 / 0.3);
    border-right-color: rgb(2 6 23 / 0.3);
  }

  .lg\:border-x-slate-950\/35 {
    border-left-color: rgb(2 6 23 / 0.35);
    border-right-color: rgb(2 6 23 / 0.35);
  }

  .lg\:border-x-slate-950\/40 {
    border-left-color: rgb(2 6 23 / 0.4);
    border-right-color: rgb(2 6 23 / 0.4);
  }

  .lg\:border-x-slate-950\/45 {
    border-left-color: rgb(2 6 23 / 0.45);
    border-right-color: rgb(2 6 23 / 0.45);
  }

  .lg\:border-x-slate-950\/5 {
    border-left-color: rgb(2 6 23 / 0.05);
    border-right-color: rgb(2 6 23 / 0.05);
  }

  .lg\:border-x-slate-950\/50 {
    border-left-color: rgb(2 6 23 / 0.5);
    border-right-color: rgb(2 6 23 / 0.5);
  }

  .lg\:border-x-slate-950\/55 {
    border-left-color: rgb(2 6 23 / 0.55);
    border-right-color: rgb(2 6 23 / 0.55);
  }

  .lg\:border-x-slate-950\/60 {
    border-left-color: rgb(2 6 23 / 0.6);
    border-right-color: rgb(2 6 23 / 0.6);
  }

  .lg\:border-x-slate-950\/65 {
    border-left-color: rgb(2 6 23 / 0.65);
    border-right-color: rgb(2 6 23 / 0.65);
  }

  .lg\:border-x-slate-950\/70 {
    border-left-color: rgb(2 6 23 / 0.7);
    border-right-color: rgb(2 6 23 / 0.7);
  }

  .lg\:border-x-slate-950\/75 {
    border-left-color: rgb(2 6 23 / 0.75);
    border-right-color: rgb(2 6 23 / 0.75);
  }

  .lg\:border-x-slate-950\/80 {
    border-left-color: rgb(2 6 23 / 0.8);
    border-right-color: rgb(2 6 23 / 0.8);
  }

  .lg\:border-x-slate-950\/85 {
    border-left-color: rgb(2 6 23 / 0.85);
    border-right-color: rgb(2 6 23 / 0.85);
  }

  .lg\:border-x-slate-950\/90 {
    border-left-color: rgb(2 6 23 / 0.9);
    border-right-color: rgb(2 6 23 / 0.9);
  }

  .lg\:border-x-slate-950\/95 {
    border-left-color: rgb(2 6 23 / 0.95);
    border-right-color: rgb(2 6 23 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-stone-100\/0 {
    border-left-color: rgb(245 245 244 / 0);
    border-right-color: rgb(245 245 244 / 0);
  }

  .lg\:border-x-stone-100\/10 {
    border-left-color: rgb(245 245 244 / 0.1);
    border-right-color: rgb(245 245 244 / 0.1);
  }

  .lg\:border-x-stone-100\/100 {
    border-left-color: rgb(245 245 244 / 1);
    border-right-color: rgb(245 245 244 / 1);
  }

  .lg\:border-x-stone-100\/15 {
    border-left-color: rgb(245 245 244 / 0.15);
    border-right-color: rgb(245 245 244 / 0.15);
  }

  .lg\:border-x-stone-100\/20 {
    border-left-color: rgb(245 245 244 / 0.2);
    border-right-color: rgb(245 245 244 / 0.2);
  }

  .lg\:border-x-stone-100\/25 {
    border-left-color: rgb(245 245 244 / 0.25);
    border-right-color: rgb(245 245 244 / 0.25);
  }

  .lg\:border-x-stone-100\/30 {
    border-left-color: rgb(245 245 244 / 0.3);
    border-right-color: rgb(245 245 244 / 0.3);
  }

  .lg\:border-x-stone-100\/35 {
    border-left-color: rgb(245 245 244 / 0.35);
    border-right-color: rgb(245 245 244 / 0.35);
  }

  .lg\:border-x-stone-100\/40 {
    border-left-color: rgb(245 245 244 / 0.4);
    border-right-color: rgb(245 245 244 / 0.4);
  }

  .lg\:border-x-stone-100\/45 {
    border-left-color: rgb(245 245 244 / 0.45);
    border-right-color: rgb(245 245 244 / 0.45);
  }

  .lg\:border-x-stone-100\/5 {
    border-left-color: rgb(245 245 244 / 0.05);
    border-right-color: rgb(245 245 244 / 0.05);
  }

  .lg\:border-x-stone-100\/50 {
    border-left-color: rgb(245 245 244 / 0.5);
    border-right-color: rgb(245 245 244 / 0.5);
  }

  .lg\:border-x-stone-100\/55 {
    border-left-color: rgb(245 245 244 / 0.55);
    border-right-color: rgb(245 245 244 / 0.55);
  }

  .lg\:border-x-stone-100\/60 {
    border-left-color: rgb(245 245 244 / 0.6);
    border-right-color: rgb(245 245 244 / 0.6);
  }

  .lg\:border-x-stone-100\/65 {
    border-left-color: rgb(245 245 244 / 0.65);
    border-right-color: rgb(245 245 244 / 0.65);
  }

  .lg\:border-x-stone-100\/70 {
    border-left-color: rgb(245 245 244 / 0.7);
    border-right-color: rgb(245 245 244 / 0.7);
  }

  .lg\:border-x-stone-100\/75 {
    border-left-color: rgb(245 245 244 / 0.75);
    border-right-color: rgb(245 245 244 / 0.75);
  }

  .lg\:border-x-stone-100\/80 {
    border-left-color: rgb(245 245 244 / 0.8);
    border-right-color: rgb(245 245 244 / 0.8);
  }

  .lg\:border-x-stone-100\/85 {
    border-left-color: rgb(245 245 244 / 0.85);
    border-right-color: rgb(245 245 244 / 0.85);
  }

  .lg\:border-x-stone-100\/90 {
    border-left-color: rgb(245 245 244 / 0.9);
    border-right-color: rgb(245 245 244 / 0.9);
  }

  .lg\:border-x-stone-100\/95 {
    border-left-color: rgb(245 245 244 / 0.95);
    border-right-color: rgb(245 245 244 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-stone-200\/0 {
    border-left-color: rgb(231 229 228 / 0);
    border-right-color: rgb(231 229 228 / 0);
  }

  .lg\:border-x-stone-200\/10 {
    border-left-color: rgb(231 229 228 / 0.1);
    border-right-color: rgb(231 229 228 / 0.1);
  }

  .lg\:border-x-stone-200\/100 {
    border-left-color: rgb(231 229 228 / 1);
    border-right-color: rgb(231 229 228 / 1);
  }

  .lg\:border-x-stone-200\/15 {
    border-left-color: rgb(231 229 228 / 0.15);
    border-right-color: rgb(231 229 228 / 0.15);
  }

  .lg\:border-x-stone-200\/20 {
    border-left-color: rgb(231 229 228 / 0.2);
    border-right-color: rgb(231 229 228 / 0.2);
  }

  .lg\:border-x-stone-200\/25 {
    border-left-color: rgb(231 229 228 / 0.25);
    border-right-color: rgb(231 229 228 / 0.25);
  }

  .lg\:border-x-stone-200\/30 {
    border-left-color: rgb(231 229 228 / 0.3);
    border-right-color: rgb(231 229 228 / 0.3);
  }

  .lg\:border-x-stone-200\/35 {
    border-left-color: rgb(231 229 228 / 0.35);
    border-right-color: rgb(231 229 228 / 0.35);
  }

  .lg\:border-x-stone-200\/40 {
    border-left-color: rgb(231 229 228 / 0.4);
    border-right-color: rgb(231 229 228 / 0.4);
  }

  .lg\:border-x-stone-200\/45 {
    border-left-color: rgb(231 229 228 / 0.45);
    border-right-color: rgb(231 229 228 / 0.45);
  }

  .lg\:border-x-stone-200\/5 {
    border-left-color: rgb(231 229 228 / 0.05);
    border-right-color: rgb(231 229 228 / 0.05);
  }

  .lg\:border-x-stone-200\/50 {
    border-left-color: rgb(231 229 228 / 0.5);
    border-right-color: rgb(231 229 228 / 0.5);
  }

  .lg\:border-x-stone-200\/55 {
    border-left-color: rgb(231 229 228 / 0.55);
    border-right-color: rgb(231 229 228 / 0.55);
  }

  .lg\:border-x-stone-200\/60 {
    border-left-color: rgb(231 229 228 / 0.6);
    border-right-color: rgb(231 229 228 / 0.6);
  }

  .lg\:border-x-stone-200\/65 {
    border-left-color: rgb(231 229 228 / 0.65);
    border-right-color: rgb(231 229 228 / 0.65);
  }

  .lg\:border-x-stone-200\/70 {
    border-left-color: rgb(231 229 228 / 0.7);
    border-right-color: rgb(231 229 228 / 0.7);
  }

  .lg\:border-x-stone-200\/75 {
    border-left-color: rgb(231 229 228 / 0.75);
    border-right-color: rgb(231 229 228 / 0.75);
  }

  .lg\:border-x-stone-200\/80 {
    border-left-color: rgb(231 229 228 / 0.8);
    border-right-color: rgb(231 229 228 / 0.8);
  }

  .lg\:border-x-stone-200\/85 {
    border-left-color: rgb(231 229 228 / 0.85);
    border-right-color: rgb(231 229 228 / 0.85);
  }

  .lg\:border-x-stone-200\/90 {
    border-left-color: rgb(231 229 228 / 0.9);
    border-right-color: rgb(231 229 228 / 0.9);
  }

  .lg\:border-x-stone-200\/95 {
    border-left-color: rgb(231 229 228 / 0.95);
    border-right-color: rgb(231 229 228 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-stone-300\/0 {
    border-left-color: rgb(214 211 209 / 0);
    border-right-color: rgb(214 211 209 / 0);
  }

  .lg\:border-x-stone-300\/10 {
    border-left-color: rgb(214 211 209 / 0.1);
    border-right-color: rgb(214 211 209 / 0.1);
  }

  .lg\:border-x-stone-300\/100 {
    border-left-color: rgb(214 211 209 / 1);
    border-right-color: rgb(214 211 209 / 1);
  }

  .lg\:border-x-stone-300\/15 {
    border-left-color: rgb(214 211 209 / 0.15);
    border-right-color: rgb(214 211 209 / 0.15);
  }

  .lg\:border-x-stone-300\/20 {
    border-left-color: rgb(214 211 209 / 0.2);
    border-right-color: rgb(214 211 209 / 0.2);
  }

  .lg\:border-x-stone-300\/25 {
    border-left-color: rgb(214 211 209 / 0.25);
    border-right-color: rgb(214 211 209 / 0.25);
  }

  .lg\:border-x-stone-300\/30 {
    border-left-color: rgb(214 211 209 / 0.3);
    border-right-color: rgb(214 211 209 / 0.3);
  }

  .lg\:border-x-stone-300\/35 {
    border-left-color: rgb(214 211 209 / 0.35);
    border-right-color: rgb(214 211 209 / 0.35);
  }

  .lg\:border-x-stone-300\/40 {
    border-left-color: rgb(214 211 209 / 0.4);
    border-right-color: rgb(214 211 209 / 0.4);
  }

  .lg\:border-x-stone-300\/45 {
    border-left-color: rgb(214 211 209 / 0.45);
    border-right-color: rgb(214 211 209 / 0.45);
  }

  .lg\:border-x-stone-300\/5 {
    border-left-color: rgb(214 211 209 / 0.05);
    border-right-color: rgb(214 211 209 / 0.05);
  }

  .lg\:border-x-stone-300\/50 {
    border-left-color: rgb(214 211 209 / 0.5);
    border-right-color: rgb(214 211 209 / 0.5);
  }

  .lg\:border-x-stone-300\/55 {
    border-left-color: rgb(214 211 209 / 0.55);
    border-right-color: rgb(214 211 209 / 0.55);
  }

  .lg\:border-x-stone-300\/60 {
    border-left-color: rgb(214 211 209 / 0.6);
    border-right-color: rgb(214 211 209 / 0.6);
  }

  .lg\:border-x-stone-300\/65 {
    border-left-color: rgb(214 211 209 / 0.65);
    border-right-color: rgb(214 211 209 / 0.65);
  }

  .lg\:border-x-stone-300\/70 {
    border-left-color: rgb(214 211 209 / 0.7);
    border-right-color: rgb(214 211 209 / 0.7);
  }

  .lg\:border-x-stone-300\/75 {
    border-left-color: rgb(214 211 209 / 0.75);
    border-right-color: rgb(214 211 209 / 0.75);
  }

  .lg\:border-x-stone-300\/80 {
    border-left-color: rgb(214 211 209 / 0.8);
    border-right-color: rgb(214 211 209 / 0.8);
  }

  .lg\:border-x-stone-300\/85 {
    border-left-color: rgb(214 211 209 / 0.85);
    border-right-color: rgb(214 211 209 / 0.85);
  }

  .lg\:border-x-stone-300\/90 {
    border-left-color: rgb(214 211 209 / 0.9);
    border-right-color: rgb(214 211 209 / 0.9);
  }

  .lg\:border-x-stone-300\/95 {
    border-left-color: rgb(214 211 209 / 0.95);
    border-right-color: rgb(214 211 209 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-stone-400\/0 {
    border-left-color: rgb(168 162 158 / 0);
    border-right-color: rgb(168 162 158 / 0);
  }

  .lg\:border-x-stone-400\/10 {
    border-left-color: rgb(168 162 158 / 0.1);
    border-right-color: rgb(168 162 158 / 0.1);
  }

  .lg\:border-x-stone-400\/100 {
    border-left-color: rgb(168 162 158 / 1);
    border-right-color: rgb(168 162 158 / 1);
  }

  .lg\:border-x-stone-400\/15 {
    border-left-color: rgb(168 162 158 / 0.15);
    border-right-color: rgb(168 162 158 / 0.15);
  }

  .lg\:border-x-stone-400\/20 {
    border-left-color: rgb(168 162 158 / 0.2);
    border-right-color: rgb(168 162 158 / 0.2);
  }

  .lg\:border-x-stone-400\/25 {
    border-left-color: rgb(168 162 158 / 0.25);
    border-right-color: rgb(168 162 158 / 0.25);
  }

  .lg\:border-x-stone-400\/30 {
    border-left-color: rgb(168 162 158 / 0.3);
    border-right-color: rgb(168 162 158 / 0.3);
  }

  .lg\:border-x-stone-400\/35 {
    border-left-color: rgb(168 162 158 / 0.35);
    border-right-color: rgb(168 162 158 / 0.35);
  }

  .lg\:border-x-stone-400\/40 {
    border-left-color: rgb(168 162 158 / 0.4);
    border-right-color: rgb(168 162 158 / 0.4);
  }

  .lg\:border-x-stone-400\/45 {
    border-left-color: rgb(168 162 158 / 0.45);
    border-right-color: rgb(168 162 158 / 0.45);
  }

  .lg\:border-x-stone-400\/5 {
    border-left-color: rgb(168 162 158 / 0.05);
    border-right-color: rgb(168 162 158 / 0.05);
  }

  .lg\:border-x-stone-400\/50 {
    border-left-color: rgb(168 162 158 / 0.5);
    border-right-color: rgb(168 162 158 / 0.5);
  }

  .lg\:border-x-stone-400\/55 {
    border-left-color: rgb(168 162 158 / 0.55);
    border-right-color: rgb(168 162 158 / 0.55);
  }

  .lg\:border-x-stone-400\/60 {
    border-left-color: rgb(168 162 158 / 0.6);
    border-right-color: rgb(168 162 158 / 0.6);
  }

  .lg\:border-x-stone-400\/65 {
    border-left-color: rgb(168 162 158 / 0.65);
    border-right-color: rgb(168 162 158 / 0.65);
  }

  .lg\:border-x-stone-400\/70 {
    border-left-color: rgb(168 162 158 / 0.7);
    border-right-color: rgb(168 162 158 / 0.7);
  }

  .lg\:border-x-stone-400\/75 {
    border-left-color: rgb(168 162 158 / 0.75);
    border-right-color: rgb(168 162 158 / 0.75);
  }

  .lg\:border-x-stone-400\/80 {
    border-left-color: rgb(168 162 158 / 0.8);
    border-right-color: rgb(168 162 158 / 0.8);
  }

  .lg\:border-x-stone-400\/85 {
    border-left-color: rgb(168 162 158 / 0.85);
    border-right-color: rgb(168 162 158 / 0.85);
  }

  .lg\:border-x-stone-400\/90 {
    border-left-color: rgb(168 162 158 / 0.9);
    border-right-color: rgb(168 162 158 / 0.9);
  }

  .lg\:border-x-stone-400\/95 {
    border-left-color: rgb(168 162 158 / 0.95);
    border-right-color: rgb(168 162 158 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-stone-50\/0 {
    border-left-color: rgb(250 250 249 / 0);
    border-right-color: rgb(250 250 249 / 0);
  }

  .lg\:border-x-stone-50\/10 {
    border-left-color: rgb(250 250 249 / 0.1);
    border-right-color: rgb(250 250 249 / 0.1);
  }

  .lg\:border-x-stone-50\/100 {
    border-left-color: rgb(250 250 249 / 1);
    border-right-color: rgb(250 250 249 / 1);
  }

  .lg\:border-x-stone-50\/15 {
    border-left-color: rgb(250 250 249 / 0.15);
    border-right-color: rgb(250 250 249 / 0.15);
  }

  .lg\:border-x-stone-50\/20 {
    border-left-color: rgb(250 250 249 / 0.2);
    border-right-color: rgb(250 250 249 / 0.2);
  }

  .lg\:border-x-stone-50\/25 {
    border-left-color: rgb(250 250 249 / 0.25);
    border-right-color: rgb(250 250 249 / 0.25);
  }

  .lg\:border-x-stone-50\/30 {
    border-left-color: rgb(250 250 249 / 0.3);
    border-right-color: rgb(250 250 249 / 0.3);
  }

  .lg\:border-x-stone-50\/35 {
    border-left-color: rgb(250 250 249 / 0.35);
    border-right-color: rgb(250 250 249 / 0.35);
  }

  .lg\:border-x-stone-50\/40 {
    border-left-color: rgb(250 250 249 / 0.4);
    border-right-color: rgb(250 250 249 / 0.4);
  }

  .lg\:border-x-stone-50\/45 {
    border-left-color: rgb(250 250 249 / 0.45);
    border-right-color: rgb(250 250 249 / 0.45);
  }

  .lg\:border-x-stone-50\/5 {
    border-left-color: rgb(250 250 249 / 0.05);
    border-right-color: rgb(250 250 249 / 0.05);
  }

  .lg\:border-x-stone-50\/50 {
    border-left-color: rgb(250 250 249 / 0.5);
    border-right-color: rgb(250 250 249 / 0.5);
  }

  .lg\:border-x-stone-50\/55 {
    border-left-color: rgb(250 250 249 / 0.55);
    border-right-color: rgb(250 250 249 / 0.55);
  }

  .lg\:border-x-stone-50\/60 {
    border-left-color: rgb(250 250 249 / 0.6);
    border-right-color: rgb(250 250 249 / 0.6);
  }

  .lg\:border-x-stone-50\/65 {
    border-left-color: rgb(250 250 249 / 0.65);
    border-right-color: rgb(250 250 249 / 0.65);
  }

  .lg\:border-x-stone-50\/70 {
    border-left-color: rgb(250 250 249 / 0.7);
    border-right-color: rgb(250 250 249 / 0.7);
  }

  .lg\:border-x-stone-50\/75 {
    border-left-color: rgb(250 250 249 / 0.75);
    border-right-color: rgb(250 250 249 / 0.75);
  }

  .lg\:border-x-stone-50\/80 {
    border-left-color: rgb(250 250 249 / 0.8);
    border-right-color: rgb(250 250 249 / 0.8);
  }

  .lg\:border-x-stone-50\/85 {
    border-left-color: rgb(250 250 249 / 0.85);
    border-right-color: rgb(250 250 249 / 0.85);
  }

  .lg\:border-x-stone-50\/90 {
    border-left-color: rgb(250 250 249 / 0.9);
    border-right-color: rgb(250 250 249 / 0.9);
  }

  .lg\:border-x-stone-50\/95 {
    border-left-color: rgb(250 250 249 / 0.95);
    border-right-color: rgb(250 250 249 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-stone-500\/0 {
    border-left-color: rgb(120 113 108 / 0);
    border-right-color: rgb(120 113 108 / 0);
  }

  .lg\:border-x-stone-500\/10 {
    border-left-color: rgb(120 113 108 / 0.1);
    border-right-color: rgb(120 113 108 / 0.1);
  }

  .lg\:border-x-stone-500\/100 {
    border-left-color: rgb(120 113 108 / 1);
    border-right-color: rgb(120 113 108 / 1);
  }

  .lg\:border-x-stone-500\/15 {
    border-left-color: rgb(120 113 108 / 0.15);
    border-right-color: rgb(120 113 108 / 0.15);
  }

  .lg\:border-x-stone-500\/20 {
    border-left-color: rgb(120 113 108 / 0.2);
    border-right-color: rgb(120 113 108 / 0.2);
  }

  .lg\:border-x-stone-500\/25 {
    border-left-color: rgb(120 113 108 / 0.25);
    border-right-color: rgb(120 113 108 / 0.25);
  }

  .lg\:border-x-stone-500\/30 {
    border-left-color: rgb(120 113 108 / 0.3);
    border-right-color: rgb(120 113 108 / 0.3);
  }

  .lg\:border-x-stone-500\/35 {
    border-left-color: rgb(120 113 108 / 0.35);
    border-right-color: rgb(120 113 108 / 0.35);
  }

  .lg\:border-x-stone-500\/40 {
    border-left-color: rgb(120 113 108 / 0.4);
    border-right-color: rgb(120 113 108 / 0.4);
  }

  .lg\:border-x-stone-500\/45 {
    border-left-color: rgb(120 113 108 / 0.45);
    border-right-color: rgb(120 113 108 / 0.45);
  }

  .lg\:border-x-stone-500\/5 {
    border-left-color: rgb(120 113 108 / 0.05);
    border-right-color: rgb(120 113 108 / 0.05);
  }

  .lg\:border-x-stone-500\/50 {
    border-left-color: rgb(120 113 108 / 0.5);
    border-right-color: rgb(120 113 108 / 0.5);
  }

  .lg\:border-x-stone-500\/55 {
    border-left-color: rgb(120 113 108 / 0.55);
    border-right-color: rgb(120 113 108 / 0.55);
  }

  .lg\:border-x-stone-500\/60 {
    border-left-color: rgb(120 113 108 / 0.6);
    border-right-color: rgb(120 113 108 / 0.6);
  }

  .lg\:border-x-stone-500\/65 {
    border-left-color: rgb(120 113 108 / 0.65);
    border-right-color: rgb(120 113 108 / 0.65);
  }

  .lg\:border-x-stone-500\/70 {
    border-left-color: rgb(120 113 108 / 0.7);
    border-right-color: rgb(120 113 108 / 0.7);
  }

  .lg\:border-x-stone-500\/75 {
    border-left-color: rgb(120 113 108 / 0.75);
    border-right-color: rgb(120 113 108 / 0.75);
  }

  .lg\:border-x-stone-500\/80 {
    border-left-color: rgb(120 113 108 / 0.8);
    border-right-color: rgb(120 113 108 / 0.8);
  }

  .lg\:border-x-stone-500\/85 {
    border-left-color: rgb(120 113 108 / 0.85);
    border-right-color: rgb(120 113 108 / 0.85);
  }

  .lg\:border-x-stone-500\/90 {
    border-left-color: rgb(120 113 108 / 0.9);
    border-right-color: rgb(120 113 108 / 0.9);
  }

  .lg\:border-x-stone-500\/95 {
    border-left-color: rgb(120 113 108 / 0.95);
    border-right-color: rgb(120 113 108 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-stone-600\/0 {
    border-left-color: rgb(87 83 78 / 0);
    border-right-color: rgb(87 83 78 / 0);
  }

  .lg\:border-x-stone-600\/10 {
    border-left-color: rgb(87 83 78 / 0.1);
    border-right-color: rgb(87 83 78 / 0.1);
  }

  .lg\:border-x-stone-600\/100 {
    border-left-color: rgb(87 83 78 / 1);
    border-right-color: rgb(87 83 78 / 1);
  }

  .lg\:border-x-stone-600\/15 {
    border-left-color: rgb(87 83 78 / 0.15);
    border-right-color: rgb(87 83 78 / 0.15);
  }

  .lg\:border-x-stone-600\/20 {
    border-left-color: rgb(87 83 78 / 0.2);
    border-right-color: rgb(87 83 78 / 0.2);
  }

  .lg\:border-x-stone-600\/25 {
    border-left-color: rgb(87 83 78 / 0.25);
    border-right-color: rgb(87 83 78 / 0.25);
  }

  .lg\:border-x-stone-600\/30 {
    border-left-color: rgb(87 83 78 / 0.3);
    border-right-color: rgb(87 83 78 / 0.3);
  }

  .lg\:border-x-stone-600\/35 {
    border-left-color: rgb(87 83 78 / 0.35);
    border-right-color: rgb(87 83 78 / 0.35);
  }

  .lg\:border-x-stone-600\/40 {
    border-left-color: rgb(87 83 78 / 0.4);
    border-right-color: rgb(87 83 78 / 0.4);
  }

  .lg\:border-x-stone-600\/45 {
    border-left-color: rgb(87 83 78 / 0.45);
    border-right-color: rgb(87 83 78 / 0.45);
  }

  .lg\:border-x-stone-600\/5 {
    border-left-color: rgb(87 83 78 / 0.05);
    border-right-color: rgb(87 83 78 / 0.05);
  }

  .lg\:border-x-stone-600\/50 {
    border-left-color: rgb(87 83 78 / 0.5);
    border-right-color: rgb(87 83 78 / 0.5);
  }

  .lg\:border-x-stone-600\/55 {
    border-left-color: rgb(87 83 78 / 0.55);
    border-right-color: rgb(87 83 78 / 0.55);
  }

  .lg\:border-x-stone-600\/60 {
    border-left-color: rgb(87 83 78 / 0.6);
    border-right-color: rgb(87 83 78 / 0.6);
  }

  .lg\:border-x-stone-600\/65 {
    border-left-color: rgb(87 83 78 / 0.65);
    border-right-color: rgb(87 83 78 / 0.65);
  }

  .lg\:border-x-stone-600\/70 {
    border-left-color: rgb(87 83 78 / 0.7);
    border-right-color: rgb(87 83 78 / 0.7);
  }

  .lg\:border-x-stone-600\/75 {
    border-left-color: rgb(87 83 78 / 0.75);
    border-right-color: rgb(87 83 78 / 0.75);
  }

  .lg\:border-x-stone-600\/80 {
    border-left-color: rgb(87 83 78 / 0.8);
    border-right-color: rgb(87 83 78 / 0.8);
  }

  .lg\:border-x-stone-600\/85 {
    border-left-color: rgb(87 83 78 / 0.85);
    border-right-color: rgb(87 83 78 / 0.85);
  }

  .lg\:border-x-stone-600\/90 {
    border-left-color: rgb(87 83 78 / 0.9);
    border-right-color: rgb(87 83 78 / 0.9);
  }

  .lg\:border-x-stone-600\/95 {
    border-left-color: rgb(87 83 78 / 0.95);
    border-right-color: rgb(87 83 78 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-stone-700\/0 {
    border-left-color: rgb(68 64 60 / 0);
    border-right-color: rgb(68 64 60 / 0);
  }

  .lg\:border-x-stone-700\/10 {
    border-left-color: rgb(68 64 60 / 0.1);
    border-right-color: rgb(68 64 60 / 0.1);
  }

  .lg\:border-x-stone-700\/100 {
    border-left-color: rgb(68 64 60 / 1);
    border-right-color: rgb(68 64 60 / 1);
  }

  .lg\:border-x-stone-700\/15 {
    border-left-color: rgb(68 64 60 / 0.15);
    border-right-color: rgb(68 64 60 / 0.15);
  }

  .lg\:border-x-stone-700\/20 {
    border-left-color: rgb(68 64 60 / 0.2);
    border-right-color: rgb(68 64 60 / 0.2);
  }

  .lg\:border-x-stone-700\/25 {
    border-left-color: rgb(68 64 60 / 0.25);
    border-right-color: rgb(68 64 60 / 0.25);
  }

  .lg\:border-x-stone-700\/30 {
    border-left-color: rgb(68 64 60 / 0.3);
    border-right-color: rgb(68 64 60 / 0.3);
  }

  .lg\:border-x-stone-700\/35 {
    border-left-color: rgb(68 64 60 / 0.35);
    border-right-color: rgb(68 64 60 / 0.35);
  }

  .lg\:border-x-stone-700\/40 {
    border-left-color: rgb(68 64 60 / 0.4);
    border-right-color: rgb(68 64 60 / 0.4);
  }

  .lg\:border-x-stone-700\/45 {
    border-left-color: rgb(68 64 60 / 0.45);
    border-right-color: rgb(68 64 60 / 0.45);
  }

  .lg\:border-x-stone-700\/5 {
    border-left-color: rgb(68 64 60 / 0.05);
    border-right-color: rgb(68 64 60 / 0.05);
  }

  .lg\:border-x-stone-700\/50 {
    border-left-color: rgb(68 64 60 / 0.5);
    border-right-color: rgb(68 64 60 / 0.5);
  }

  .lg\:border-x-stone-700\/55 {
    border-left-color: rgb(68 64 60 / 0.55);
    border-right-color: rgb(68 64 60 / 0.55);
  }

  .lg\:border-x-stone-700\/60 {
    border-left-color: rgb(68 64 60 / 0.6);
    border-right-color: rgb(68 64 60 / 0.6);
  }

  .lg\:border-x-stone-700\/65 {
    border-left-color: rgb(68 64 60 / 0.65);
    border-right-color: rgb(68 64 60 / 0.65);
  }

  .lg\:border-x-stone-700\/70 {
    border-left-color: rgb(68 64 60 / 0.7);
    border-right-color: rgb(68 64 60 / 0.7);
  }

  .lg\:border-x-stone-700\/75 {
    border-left-color: rgb(68 64 60 / 0.75);
    border-right-color: rgb(68 64 60 / 0.75);
  }

  .lg\:border-x-stone-700\/80 {
    border-left-color: rgb(68 64 60 / 0.8);
    border-right-color: rgb(68 64 60 / 0.8);
  }

  .lg\:border-x-stone-700\/85 {
    border-left-color: rgb(68 64 60 / 0.85);
    border-right-color: rgb(68 64 60 / 0.85);
  }

  .lg\:border-x-stone-700\/90 {
    border-left-color: rgb(68 64 60 / 0.9);
    border-right-color: rgb(68 64 60 / 0.9);
  }

  .lg\:border-x-stone-700\/95 {
    border-left-color: rgb(68 64 60 / 0.95);
    border-right-color: rgb(68 64 60 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-stone-800\/0 {
    border-left-color: rgb(41 37 36 / 0);
    border-right-color: rgb(41 37 36 / 0);
  }

  .lg\:border-x-stone-800\/10 {
    border-left-color: rgb(41 37 36 / 0.1);
    border-right-color: rgb(41 37 36 / 0.1);
  }

  .lg\:border-x-stone-800\/100 {
    border-left-color: rgb(41 37 36 / 1);
    border-right-color: rgb(41 37 36 / 1);
  }

  .lg\:border-x-stone-800\/15 {
    border-left-color: rgb(41 37 36 / 0.15);
    border-right-color: rgb(41 37 36 / 0.15);
  }

  .lg\:border-x-stone-800\/20 {
    border-left-color: rgb(41 37 36 / 0.2);
    border-right-color: rgb(41 37 36 / 0.2);
  }

  .lg\:border-x-stone-800\/25 {
    border-left-color: rgb(41 37 36 / 0.25);
    border-right-color: rgb(41 37 36 / 0.25);
  }

  .lg\:border-x-stone-800\/30 {
    border-left-color: rgb(41 37 36 / 0.3);
    border-right-color: rgb(41 37 36 / 0.3);
  }

  .lg\:border-x-stone-800\/35 {
    border-left-color: rgb(41 37 36 / 0.35);
    border-right-color: rgb(41 37 36 / 0.35);
  }

  .lg\:border-x-stone-800\/40 {
    border-left-color: rgb(41 37 36 / 0.4);
    border-right-color: rgb(41 37 36 / 0.4);
  }

  .lg\:border-x-stone-800\/45 {
    border-left-color: rgb(41 37 36 / 0.45);
    border-right-color: rgb(41 37 36 / 0.45);
  }

  .lg\:border-x-stone-800\/5 {
    border-left-color: rgb(41 37 36 / 0.05);
    border-right-color: rgb(41 37 36 / 0.05);
  }

  .lg\:border-x-stone-800\/50 {
    border-left-color: rgb(41 37 36 / 0.5);
    border-right-color: rgb(41 37 36 / 0.5);
  }

  .lg\:border-x-stone-800\/55 {
    border-left-color: rgb(41 37 36 / 0.55);
    border-right-color: rgb(41 37 36 / 0.55);
  }

  .lg\:border-x-stone-800\/60 {
    border-left-color: rgb(41 37 36 / 0.6);
    border-right-color: rgb(41 37 36 / 0.6);
  }

  .lg\:border-x-stone-800\/65 {
    border-left-color: rgb(41 37 36 / 0.65);
    border-right-color: rgb(41 37 36 / 0.65);
  }

  .lg\:border-x-stone-800\/70 {
    border-left-color: rgb(41 37 36 / 0.7);
    border-right-color: rgb(41 37 36 / 0.7);
  }

  .lg\:border-x-stone-800\/75 {
    border-left-color: rgb(41 37 36 / 0.75);
    border-right-color: rgb(41 37 36 / 0.75);
  }

  .lg\:border-x-stone-800\/80 {
    border-left-color: rgb(41 37 36 / 0.8);
    border-right-color: rgb(41 37 36 / 0.8);
  }

  .lg\:border-x-stone-800\/85 {
    border-left-color: rgb(41 37 36 / 0.85);
    border-right-color: rgb(41 37 36 / 0.85);
  }

  .lg\:border-x-stone-800\/90 {
    border-left-color: rgb(41 37 36 / 0.9);
    border-right-color: rgb(41 37 36 / 0.9);
  }

  .lg\:border-x-stone-800\/95 {
    border-left-color: rgb(41 37 36 / 0.95);
    border-right-color: rgb(41 37 36 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-stone-900\/0 {
    border-left-color: rgb(28 25 23 / 0);
    border-right-color: rgb(28 25 23 / 0);
  }

  .lg\:border-x-stone-900\/10 {
    border-left-color: rgb(28 25 23 / 0.1);
    border-right-color: rgb(28 25 23 / 0.1);
  }

  .lg\:border-x-stone-900\/100 {
    border-left-color: rgb(28 25 23 / 1);
    border-right-color: rgb(28 25 23 / 1);
  }

  .lg\:border-x-stone-900\/15 {
    border-left-color: rgb(28 25 23 / 0.15);
    border-right-color: rgb(28 25 23 / 0.15);
  }

  .lg\:border-x-stone-900\/20 {
    border-left-color: rgb(28 25 23 / 0.2);
    border-right-color: rgb(28 25 23 / 0.2);
  }

  .lg\:border-x-stone-900\/25 {
    border-left-color: rgb(28 25 23 / 0.25);
    border-right-color: rgb(28 25 23 / 0.25);
  }

  .lg\:border-x-stone-900\/30 {
    border-left-color: rgb(28 25 23 / 0.3);
    border-right-color: rgb(28 25 23 / 0.3);
  }

  .lg\:border-x-stone-900\/35 {
    border-left-color: rgb(28 25 23 / 0.35);
    border-right-color: rgb(28 25 23 / 0.35);
  }

  .lg\:border-x-stone-900\/40 {
    border-left-color: rgb(28 25 23 / 0.4);
    border-right-color: rgb(28 25 23 / 0.4);
  }

  .lg\:border-x-stone-900\/45 {
    border-left-color: rgb(28 25 23 / 0.45);
    border-right-color: rgb(28 25 23 / 0.45);
  }

  .lg\:border-x-stone-900\/5 {
    border-left-color: rgb(28 25 23 / 0.05);
    border-right-color: rgb(28 25 23 / 0.05);
  }

  .lg\:border-x-stone-900\/50 {
    border-left-color: rgb(28 25 23 / 0.5);
    border-right-color: rgb(28 25 23 / 0.5);
  }

  .lg\:border-x-stone-900\/55 {
    border-left-color: rgb(28 25 23 / 0.55);
    border-right-color: rgb(28 25 23 / 0.55);
  }

  .lg\:border-x-stone-900\/60 {
    border-left-color: rgb(28 25 23 / 0.6);
    border-right-color: rgb(28 25 23 / 0.6);
  }

  .lg\:border-x-stone-900\/65 {
    border-left-color: rgb(28 25 23 / 0.65);
    border-right-color: rgb(28 25 23 / 0.65);
  }

  .lg\:border-x-stone-900\/70 {
    border-left-color: rgb(28 25 23 / 0.7);
    border-right-color: rgb(28 25 23 / 0.7);
  }

  .lg\:border-x-stone-900\/75 {
    border-left-color: rgb(28 25 23 / 0.75);
    border-right-color: rgb(28 25 23 / 0.75);
  }

  .lg\:border-x-stone-900\/80 {
    border-left-color: rgb(28 25 23 / 0.8);
    border-right-color: rgb(28 25 23 / 0.8);
  }

  .lg\:border-x-stone-900\/85 {
    border-left-color: rgb(28 25 23 / 0.85);
    border-right-color: rgb(28 25 23 / 0.85);
  }

  .lg\:border-x-stone-900\/90 {
    border-left-color: rgb(28 25 23 / 0.9);
    border-right-color: rgb(28 25 23 / 0.9);
  }

  .lg\:border-x-stone-900\/95 {
    border-left-color: rgb(28 25 23 / 0.95);
    border-right-color: rgb(28 25 23 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-stone-950\/0 {
    border-left-color: rgb(12 10 9 / 0);
    border-right-color: rgb(12 10 9 / 0);
  }

  .lg\:border-x-stone-950\/10 {
    border-left-color: rgb(12 10 9 / 0.1);
    border-right-color: rgb(12 10 9 / 0.1);
  }

  .lg\:border-x-stone-950\/100 {
    border-left-color: rgb(12 10 9 / 1);
    border-right-color: rgb(12 10 9 / 1);
  }

  .lg\:border-x-stone-950\/15 {
    border-left-color: rgb(12 10 9 / 0.15);
    border-right-color: rgb(12 10 9 / 0.15);
  }

  .lg\:border-x-stone-950\/20 {
    border-left-color: rgb(12 10 9 / 0.2);
    border-right-color: rgb(12 10 9 / 0.2);
  }

  .lg\:border-x-stone-950\/25 {
    border-left-color: rgb(12 10 9 / 0.25);
    border-right-color: rgb(12 10 9 / 0.25);
  }

  .lg\:border-x-stone-950\/30 {
    border-left-color: rgb(12 10 9 / 0.3);
    border-right-color: rgb(12 10 9 / 0.3);
  }

  .lg\:border-x-stone-950\/35 {
    border-left-color: rgb(12 10 9 / 0.35);
    border-right-color: rgb(12 10 9 / 0.35);
  }

  .lg\:border-x-stone-950\/40 {
    border-left-color: rgb(12 10 9 / 0.4);
    border-right-color: rgb(12 10 9 / 0.4);
  }

  .lg\:border-x-stone-950\/45 {
    border-left-color: rgb(12 10 9 / 0.45);
    border-right-color: rgb(12 10 9 / 0.45);
  }

  .lg\:border-x-stone-950\/5 {
    border-left-color: rgb(12 10 9 / 0.05);
    border-right-color: rgb(12 10 9 / 0.05);
  }

  .lg\:border-x-stone-950\/50 {
    border-left-color: rgb(12 10 9 / 0.5);
    border-right-color: rgb(12 10 9 / 0.5);
  }

  .lg\:border-x-stone-950\/55 {
    border-left-color: rgb(12 10 9 / 0.55);
    border-right-color: rgb(12 10 9 / 0.55);
  }

  .lg\:border-x-stone-950\/60 {
    border-left-color: rgb(12 10 9 / 0.6);
    border-right-color: rgb(12 10 9 / 0.6);
  }

  .lg\:border-x-stone-950\/65 {
    border-left-color: rgb(12 10 9 / 0.65);
    border-right-color: rgb(12 10 9 / 0.65);
  }

  .lg\:border-x-stone-950\/70 {
    border-left-color: rgb(12 10 9 / 0.7);
    border-right-color: rgb(12 10 9 / 0.7);
  }

  .lg\:border-x-stone-950\/75 {
    border-left-color: rgb(12 10 9 / 0.75);
    border-right-color: rgb(12 10 9 / 0.75);
  }

  .lg\:border-x-stone-950\/80 {
    border-left-color: rgb(12 10 9 / 0.8);
    border-right-color: rgb(12 10 9 / 0.8);
  }

  .lg\:border-x-stone-950\/85 {
    border-left-color: rgb(12 10 9 / 0.85);
    border-right-color: rgb(12 10 9 / 0.85);
  }

  .lg\:border-x-stone-950\/90 {
    border-left-color: rgb(12 10 9 / 0.9);
    border-right-color: rgb(12 10 9 / 0.9);
  }

  .lg\:border-x-stone-950\/95 {
    border-left-color: rgb(12 10 9 / 0.95);
    border-right-color: rgb(12 10 9 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-teal-100\/0 {
    border-left-color: rgb(204 251 241 / 0);
    border-right-color: rgb(204 251 241 / 0);
  }

  .lg\:border-x-teal-100\/10 {
    border-left-color: rgb(204 251 241 / 0.1);
    border-right-color: rgb(204 251 241 / 0.1);
  }

  .lg\:border-x-teal-100\/100 {
    border-left-color: rgb(204 251 241 / 1);
    border-right-color: rgb(204 251 241 / 1);
  }

  .lg\:border-x-teal-100\/15 {
    border-left-color: rgb(204 251 241 / 0.15);
    border-right-color: rgb(204 251 241 / 0.15);
  }

  .lg\:border-x-teal-100\/20 {
    border-left-color: rgb(204 251 241 / 0.2);
    border-right-color: rgb(204 251 241 / 0.2);
  }

  .lg\:border-x-teal-100\/25 {
    border-left-color: rgb(204 251 241 / 0.25);
    border-right-color: rgb(204 251 241 / 0.25);
  }

  .lg\:border-x-teal-100\/30 {
    border-left-color: rgb(204 251 241 / 0.3);
    border-right-color: rgb(204 251 241 / 0.3);
  }

  .lg\:border-x-teal-100\/35 {
    border-left-color: rgb(204 251 241 / 0.35);
    border-right-color: rgb(204 251 241 / 0.35);
  }

  .lg\:border-x-teal-100\/40 {
    border-left-color: rgb(204 251 241 / 0.4);
    border-right-color: rgb(204 251 241 / 0.4);
  }

  .lg\:border-x-teal-100\/45 {
    border-left-color: rgb(204 251 241 / 0.45);
    border-right-color: rgb(204 251 241 / 0.45);
  }

  .lg\:border-x-teal-100\/5 {
    border-left-color: rgb(204 251 241 / 0.05);
    border-right-color: rgb(204 251 241 / 0.05);
  }

  .lg\:border-x-teal-100\/50 {
    border-left-color: rgb(204 251 241 / 0.5);
    border-right-color: rgb(204 251 241 / 0.5);
  }

  .lg\:border-x-teal-100\/55 {
    border-left-color: rgb(204 251 241 / 0.55);
    border-right-color: rgb(204 251 241 / 0.55);
  }

  .lg\:border-x-teal-100\/60 {
    border-left-color: rgb(204 251 241 / 0.6);
    border-right-color: rgb(204 251 241 / 0.6);
  }

  .lg\:border-x-teal-100\/65 {
    border-left-color: rgb(204 251 241 / 0.65);
    border-right-color: rgb(204 251 241 / 0.65);
  }

  .lg\:border-x-teal-100\/70 {
    border-left-color: rgb(204 251 241 / 0.7);
    border-right-color: rgb(204 251 241 / 0.7);
  }

  .lg\:border-x-teal-100\/75 {
    border-left-color: rgb(204 251 241 / 0.75);
    border-right-color: rgb(204 251 241 / 0.75);
  }

  .lg\:border-x-teal-100\/80 {
    border-left-color: rgb(204 251 241 / 0.8);
    border-right-color: rgb(204 251 241 / 0.8);
  }

  .lg\:border-x-teal-100\/85 {
    border-left-color: rgb(204 251 241 / 0.85);
    border-right-color: rgb(204 251 241 / 0.85);
  }

  .lg\:border-x-teal-100\/90 {
    border-left-color: rgb(204 251 241 / 0.9);
    border-right-color: rgb(204 251 241 / 0.9);
  }

  .lg\:border-x-teal-100\/95 {
    border-left-color: rgb(204 251 241 / 0.95);
    border-right-color: rgb(204 251 241 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-teal-200\/0 {
    border-left-color: rgb(153 246 228 / 0);
    border-right-color: rgb(153 246 228 / 0);
  }

  .lg\:border-x-teal-200\/10 {
    border-left-color: rgb(153 246 228 / 0.1);
    border-right-color: rgb(153 246 228 / 0.1);
  }

  .lg\:border-x-teal-200\/100 {
    border-left-color: rgb(153 246 228 / 1);
    border-right-color: rgb(153 246 228 / 1);
  }

  .lg\:border-x-teal-200\/15 {
    border-left-color: rgb(153 246 228 / 0.15);
    border-right-color: rgb(153 246 228 / 0.15);
  }

  .lg\:border-x-teal-200\/20 {
    border-left-color: rgb(153 246 228 / 0.2);
    border-right-color: rgb(153 246 228 / 0.2);
  }

  .lg\:border-x-teal-200\/25 {
    border-left-color: rgb(153 246 228 / 0.25);
    border-right-color: rgb(153 246 228 / 0.25);
  }

  .lg\:border-x-teal-200\/30 {
    border-left-color: rgb(153 246 228 / 0.3);
    border-right-color: rgb(153 246 228 / 0.3);
  }

  .lg\:border-x-teal-200\/35 {
    border-left-color: rgb(153 246 228 / 0.35);
    border-right-color: rgb(153 246 228 / 0.35);
  }

  .lg\:border-x-teal-200\/40 {
    border-left-color: rgb(153 246 228 / 0.4);
    border-right-color: rgb(153 246 228 / 0.4);
  }

  .lg\:border-x-teal-200\/45 {
    border-left-color: rgb(153 246 228 / 0.45);
    border-right-color: rgb(153 246 228 / 0.45);
  }

  .lg\:border-x-teal-200\/5 {
    border-left-color: rgb(153 246 228 / 0.05);
    border-right-color: rgb(153 246 228 / 0.05);
  }

  .lg\:border-x-teal-200\/50 {
    border-left-color: rgb(153 246 228 / 0.5);
    border-right-color: rgb(153 246 228 / 0.5);
  }

  .lg\:border-x-teal-200\/55 {
    border-left-color: rgb(153 246 228 / 0.55);
    border-right-color: rgb(153 246 228 / 0.55);
  }

  .lg\:border-x-teal-200\/60 {
    border-left-color: rgb(153 246 228 / 0.6);
    border-right-color: rgb(153 246 228 / 0.6);
  }

  .lg\:border-x-teal-200\/65 {
    border-left-color: rgb(153 246 228 / 0.65);
    border-right-color: rgb(153 246 228 / 0.65);
  }

  .lg\:border-x-teal-200\/70 {
    border-left-color: rgb(153 246 228 / 0.7);
    border-right-color: rgb(153 246 228 / 0.7);
  }

  .lg\:border-x-teal-200\/75 {
    border-left-color: rgb(153 246 228 / 0.75);
    border-right-color: rgb(153 246 228 / 0.75);
  }

  .lg\:border-x-teal-200\/80 {
    border-left-color: rgb(153 246 228 / 0.8);
    border-right-color: rgb(153 246 228 / 0.8);
  }

  .lg\:border-x-teal-200\/85 {
    border-left-color: rgb(153 246 228 / 0.85);
    border-right-color: rgb(153 246 228 / 0.85);
  }

  .lg\:border-x-teal-200\/90 {
    border-left-color: rgb(153 246 228 / 0.9);
    border-right-color: rgb(153 246 228 / 0.9);
  }

  .lg\:border-x-teal-200\/95 {
    border-left-color: rgb(153 246 228 / 0.95);
    border-right-color: rgb(153 246 228 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-teal-300\/0 {
    border-left-color: rgb(94 234 212 / 0);
    border-right-color: rgb(94 234 212 / 0);
  }

  .lg\:border-x-teal-300\/10 {
    border-left-color: rgb(94 234 212 / 0.1);
    border-right-color: rgb(94 234 212 / 0.1);
  }

  .lg\:border-x-teal-300\/100 {
    border-left-color: rgb(94 234 212 / 1);
    border-right-color: rgb(94 234 212 / 1);
  }

  .lg\:border-x-teal-300\/15 {
    border-left-color: rgb(94 234 212 / 0.15);
    border-right-color: rgb(94 234 212 / 0.15);
  }

  .lg\:border-x-teal-300\/20 {
    border-left-color: rgb(94 234 212 / 0.2);
    border-right-color: rgb(94 234 212 / 0.2);
  }

  .lg\:border-x-teal-300\/25 {
    border-left-color: rgb(94 234 212 / 0.25);
    border-right-color: rgb(94 234 212 / 0.25);
  }

  .lg\:border-x-teal-300\/30 {
    border-left-color: rgb(94 234 212 / 0.3);
    border-right-color: rgb(94 234 212 / 0.3);
  }

  .lg\:border-x-teal-300\/35 {
    border-left-color: rgb(94 234 212 / 0.35);
    border-right-color: rgb(94 234 212 / 0.35);
  }

  .lg\:border-x-teal-300\/40 {
    border-left-color: rgb(94 234 212 / 0.4);
    border-right-color: rgb(94 234 212 / 0.4);
  }

  .lg\:border-x-teal-300\/45 {
    border-left-color: rgb(94 234 212 / 0.45);
    border-right-color: rgb(94 234 212 / 0.45);
  }

  .lg\:border-x-teal-300\/5 {
    border-left-color: rgb(94 234 212 / 0.05);
    border-right-color: rgb(94 234 212 / 0.05);
  }

  .lg\:border-x-teal-300\/50 {
    border-left-color: rgb(94 234 212 / 0.5);
    border-right-color: rgb(94 234 212 / 0.5);
  }

  .lg\:border-x-teal-300\/55 {
    border-left-color: rgb(94 234 212 / 0.55);
    border-right-color: rgb(94 234 212 / 0.55);
  }

  .lg\:border-x-teal-300\/60 {
    border-left-color: rgb(94 234 212 / 0.6);
    border-right-color: rgb(94 234 212 / 0.6);
  }

  .lg\:border-x-teal-300\/65 {
    border-left-color: rgb(94 234 212 / 0.65);
    border-right-color: rgb(94 234 212 / 0.65);
  }

  .lg\:border-x-teal-300\/70 {
    border-left-color: rgb(94 234 212 / 0.7);
    border-right-color: rgb(94 234 212 / 0.7);
  }

  .lg\:border-x-teal-300\/75 {
    border-left-color: rgb(94 234 212 / 0.75);
    border-right-color: rgb(94 234 212 / 0.75);
  }

  .lg\:border-x-teal-300\/80 {
    border-left-color: rgb(94 234 212 / 0.8);
    border-right-color: rgb(94 234 212 / 0.8);
  }

  .lg\:border-x-teal-300\/85 {
    border-left-color: rgb(94 234 212 / 0.85);
    border-right-color: rgb(94 234 212 / 0.85);
  }

  .lg\:border-x-teal-300\/90 {
    border-left-color: rgb(94 234 212 / 0.9);
    border-right-color: rgb(94 234 212 / 0.9);
  }

  .lg\:border-x-teal-300\/95 {
    border-left-color: rgb(94 234 212 / 0.95);
    border-right-color: rgb(94 234 212 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-teal-400\/0 {
    border-left-color: rgb(45 212 191 / 0);
    border-right-color: rgb(45 212 191 / 0);
  }

  .lg\:border-x-teal-400\/10 {
    border-left-color: rgb(45 212 191 / 0.1);
    border-right-color: rgb(45 212 191 / 0.1);
  }

  .lg\:border-x-teal-400\/100 {
    border-left-color: rgb(45 212 191 / 1);
    border-right-color: rgb(45 212 191 / 1);
  }

  .lg\:border-x-teal-400\/15 {
    border-left-color: rgb(45 212 191 / 0.15);
    border-right-color: rgb(45 212 191 / 0.15);
  }

  .lg\:border-x-teal-400\/20 {
    border-left-color: rgb(45 212 191 / 0.2);
    border-right-color: rgb(45 212 191 / 0.2);
  }

  .lg\:border-x-teal-400\/25 {
    border-left-color: rgb(45 212 191 / 0.25);
    border-right-color: rgb(45 212 191 / 0.25);
  }

  .lg\:border-x-teal-400\/30 {
    border-left-color: rgb(45 212 191 / 0.3);
    border-right-color: rgb(45 212 191 / 0.3);
  }

  .lg\:border-x-teal-400\/35 {
    border-left-color: rgb(45 212 191 / 0.35);
    border-right-color: rgb(45 212 191 / 0.35);
  }

  .lg\:border-x-teal-400\/40 {
    border-left-color: rgb(45 212 191 / 0.4);
    border-right-color: rgb(45 212 191 / 0.4);
  }

  .lg\:border-x-teal-400\/45 {
    border-left-color: rgb(45 212 191 / 0.45);
    border-right-color: rgb(45 212 191 / 0.45);
  }

  .lg\:border-x-teal-400\/5 {
    border-left-color: rgb(45 212 191 / 0.05);
    border-right-color: rgb(45 212 191 / 0.05);
  }

  .lg\:border-x-teal-400\/50 {
    border-left-color: rgb(45 212 191 / 0.5);
    border-right-color: rgb(45 212 191 / 0.5);
  }

  .lg\:border-x-teal-400\/55 {
    border-left-color: rgb(45 212 191 / 0.55);
    border-right-color: rgb(45 212 191 / 0.55);
  }

  .lg\:border-x-teal-400\/60 {
    border-left-color: rgb(45 212 191 / 0.6);
    border-right-color: rgb(45 212 191 / 0.6);
  }

  .lg\:border-x-teal-400\/65 {
    border-left-color: rgb(45 212 191 / 0.65);
    border-right-color: rgb(45 212 191 / 0.65);
  }

  .lg\:border-x-teal-400\/70 {
    border-left-color: rgb(45 212 191 / 0.7);
    border-right-color: rgb(45 212 191 / 0.7);
  }

  .lg\:border-x-teal-400\/75 {
    border-left-color: rgb(45 212 191 / 0.75);
    border-right-color: rgb(45 212 191 / 0.75);
  }

  .lg\:border-x-teal-400\/80 {
    border-left-color: rgb(45 212 191 / 0.8);
    border-right-color: rgb(45 212 191 / 0.8);
  }

  .lg\:border-x-teal-400\/85 {
    border-left-color: rgb(45 212 191 / 0.85);
    border-right-color: rgb(45 212 191 / 0.85);
  }

  .lg\:border-x-teal-400\/90 {
    border-left-color: rgb(45 212 191 / 0.9);
    border-right-color: rgb(45 212 191 / 0.9);
  }

  .lg\:border-x-teal-400\/95 {
    border-left-color: rgb(45 212 191 / 0.95);
    border-right-color: rgb(45 212 191 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-teal-50\/0 {
    border-left-color: rgb(240 253 250 / 0);
    border-right-color: rgb(240 253 250 / 0);
  }

  .lg\:border-x-teal-50\/10 {
    border-left-color: rgb(240 253 250 / 0.1);
    border-right-color: rgb(240 253 250 / 0.1);
  }

  .lg\:border-x-teal-50\/100 {
    border-left-color: rgb(240 253 250 / 1);
    border-right-color: rgb(240 253 250 / 1);
  }

  .lg\:border-x-teal-50\/15 {
    border-left-color: rgb(240 253 250 / 0.15);
    border-right-color: rgb(240 253 250 / 0.15);
  }

  .lg\:border-x-teal-50\/20 {
    border-left-color: rgb(240 253 250 / 0.2);
    border-right-color: rgb(240 253 250 / 0.2);
  }

  .lg\:border-x-teal-50\/25 {
    border-left-color: rgb(240 253 250 / 0.25);
    border-right-color: rgb(240 253 250 / 0.25);
  }

  .lg\:border-x-teal-50\/30 {
    border-left-color: rgb(240 253 250 / 0.3);
    border-right-color: rgb(240 253 250 / 0.3);
  }

  .lg\:border-x-teal-50\/35 {
    border-left-color: rgb(240 253 250 / 0.35);
    border-right-color: rgb(240 253 250 / 0.35);
  }

  .lg\:border-x-teal-50\/40 {
    border-left-color: rgb(240 253 250 / 0.4);
    border-right-color: rgb(240 253 250 / 0.4);
  }

  .lg\:border-x-teal-50\/45 {
    border-left-color: rgb(240 253 250 / 0.45);
    border-right-color: rgb(240 253 250 / 0.45);
  }

  .lg\:border-x-teal-50\/5 {
    border-left-color: rgb(240 253 250 / 0.05);
    border-right-color: rgb(240 253 250 / 0.05);
  }

  .lg\:border-x-teal-50\/50 {
    border-left-color: rgb(240 253 250 / 0.5);
    border-right-color: rgb(240 253 250 / 0.5);
  }

  .lg\:border-x-teal-50\/55 {
    border-left-color: rgb(240 253 250 / 0.55);
    border-right-color: rgb(240 253 250 / 0.55);
  }

  .lg\:border-x-teal-50\/60 {
    border-left-color: rgb(240 253 250 / 0.6);
    border-right-color: rgb(240 253 250 / 0.6);
  }

  .lg\:border-x-teal-50\/65 {
    border-left-color: rgb(240 253 250 / 0.65);
    border-right-color: rgb(240 253 250 / 0.65);
  }

  .lg\:border-x-teal-50\/70 {
    border-left-color: rgb(240 253 250 / 0.7);
    border-right-color: rgb(240 253 250 / 0.7);
  }

  .lg\:border-x-teal-50\/75 {
    border-left-color: rgb(240 253 250 / 0.75);
    border-right-color: rgb(240 253 250 / 0.75);
  }

  .lg\:border-x-teal-50\/80 {
    border-left-color: rgb(240 253 250 / 0.8);
    border-right-color: rgb(240 253 250 / 0.8);
  }

  .lg\:border-x-teal-50\/85 {
    border-left-color: rgb(240 253 250 / 0.85);
    border-right-color: rgb(240 253 250 / 0.85);
  }

  .lg\:border-x-teal-50\/90 {
    border-left-color: rgb(240 253 250 / 0.9);
    border-right-color: rgb(240 253 250 / 0.9);
  }

  .lg\:border-x-teal-50\/95 {
    border-left-color: rgb(240 253 250 / 0.95);
    border-right-color: rgb(240 253 250 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-teal-500\/0 {
    border-left-color: rgb(20 184 166 / 0);
    border-right-color: rgb(20 184 166 / 0);
  }

  .lg\:border-x-teal-500\/10 {
    border-left-color: rgb(20 184 166 / 0.1);
    border-right-color: rgb(20 184 166 / 0.1);
  }

  .lg\:border-x-teal-500\/100 {
    border-left-color: rgb(20 184 166 / 1);
    border-right-color: rgb(20 184 166 / 1);
  }

  .lg\:border-x-teal-500\/15 {
    border-left-color: rgb(20 184 166 / 0.15);
    border-right-color: rgb(20 184 166 / 0.15);
  }

  .lg\:border-x-teal-500\/20 {
    border-left-color: rgb(20 184 166 / 0.2);
    border-right-color: rgb(20 184 166 / 0.2);
  }

  .lg\:border-x-teal-500\/25 {
    border-left-color: rgb(20 184 166 / 0.25);
    border-right-color: rgb(20 184 166 / 0.25);
  }

  .lg\:border-x-teal-500\/30 {
    border-left-color: rgb(20 184 166 / 0.3);
    border-right-color: rgb(20 184 166 / 0.3);
  }

  .lg\:border-x-teal-500\/35 {
    border-left-color: rgb(20 184 166 / 0.35);
    border-right-color: rgb(20 184 166 / 0.35);
  }

  .lg\:border-x-teal-500\/40 {
    border-left-color: rgb(20 184 166 / 0.4);
    border-right-color: rgb(20 184 166 / 0.4);
  }

  .lg\:border-x-teal-500\/45 {
    border-left-color: rgb(20 184 166 / 0.45);
    border-right-color: rgb(20 184 166 / 0.45);
  }

  .lg\:border-x-teal-500\/5 {
    border-left-color: rgb(20 184 166 / 0.05);
    border-right-color: rgb(20 184 166 / 0.05);
  }

  .lg\:border-x-teal-500\/50 {
    border-left-color: rgb(20 184 166 / 0.5);
    border-right-color: rgb(20 184 166 / 0.5);
  }

  .lg\:border-x-teal-500\/55 {
    border-left-color: rgb(20 184 166 / 0.55);
    border-right-color: rgb(20 184 166 / 0.55);
  }

  .lg\:border-x-teal-500\/60 {
    border-left-color: rgb(20 184 166 / 0.6);
    border-right-color: rgb(20 184 166 / 0.6);
  }

  .lg\:border-x-teal-500\/65 {
    border-left-color: rgb(20 184 166 / 0.65);
    border-right-color: rgb(20 184 166 / 0.65);
  }

  .lg\:border-x-teal-500\/70 {
    border-left-color: rgb(20 184 166 / 0.7);
    border-right-color: rgb(20 184 166 / 0.7);
  }

  .lg\:border-x-teal-500\/75 {
    border-left-color: rgb(20 184 166 / 0.75);
    border-right-color: rgb(20 184 166 / 0.75);
  }

  .lg\:border-x-teal-500\/80 {
    border-left-color: rgb(20 184 166 / 0.8);
    border-right-color: rgb(20 184 166 / 0.8);
  }

  .lg\:border-x-teal-500\/85 {
    border-left-color: rgb(20 184 166 / 0.85);
    border-right-color: rgb(20 184 166 / 0.85);
  }

  .lg\:border-x-teal-500\/90 {
    border-left-color: rgb(20 184 166 / 0.9);
    border-right-color: rgb(20 184 166 / 0.9);
  }

  .lg\:border-x-teal-500\/95 {
    border-left-color: rgb(20 184 166 / 0.95);
    border-right-color: rgb(20 184 166 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-teal-600\/0 {
    border-left-color: rgb(13 148 136 / 0);
    border-right-color: rgb(13 148 136 / 0);
  }

  .lg\:border-x-teal-600\/10 {
    border-left-color: rgb(13 148 136 / 0.1);
    border-right-color: rgb(13 148 136 / 0.1);
  }

  .lg\:border-x-teal-600\/100 {
    border-left-color: rgb(13 148 136 / 1);
    border-right-color: rgb(13 148 136 / 1);
  }

  .lg\:border-x-teal-600\/15 {
    border-left-color: rgb(13 148 136 / 0.15);
    border-right-color: rgb(13 148 136 / 0.15);
  }

  .lg\:border-x-teal-600\/20 {
    border-left-color: rgb(13 148 136 / 0.2);
    border-right-color: rgb(13 148 136 / 0.2);
  }

  .lg\:border-x-teal-600\/25 {
    border-left-color: rgb(13 148 136 / 0.25);
    border-right-color: rgb(13 148 136 / 0.25);
  }

  .lg\:border-x-teal-600\/30 {
    border-left-color: rgb(13 148 136 / 0.3);
    border-right-color: rgb(13 148 136 / 0.3);
  }

  .lg\:border-x-teal-600\/35 {
    border-left-color: rgb(13 148 136 / 0.35);
    border-right-color: rgb(13 148 136 / 0.35);
  }

  .lg\:border-x-teal-600\/40 {
    border-left-color: rgb(13 148 136 / 0.4);
    border-right-color: rgb(13 148 136 / 0.4);
  }

  .lg\:border-x-teal-600\/45 {
    border-left-color: rgb(13 148 136 / 0.45);
    border-right-color: rgb(13 148 136 / 0.45);
  }

  .lg\:border-x-teal-600\/5 {
    border-left-color: rgb(13 148 136 / 0.05);
    border-right-color: rgb(13 148 136 / 0.05);
  }

  .lg\:border-x-teal-600\/50 {
    border-left-color: rgb(13 148 136 / 0.5);
    border-right-color: rgb(13 148 136 / 0.5);
  }

  .lg\:border-x-teal-600\/55 {
    border-left-color: rgb(13 148 136 / 0.55);
    border-right-color: rgb(13 148 136 / 0.55);
  }

  .lg\:border-x-teal-600\/60 {
    border-left-color: rgb(13 148 136 / 0.6);
    border-right-color: rgb(13 148 136 / 0.6);
  }

  .lg\:border-x-teal-600\/65 {
    border-left-color: rgb(13 148 136 / 0.65);
    border-right-color: rgb(13 148 136 / 0.65);
  }

  .lg\:border-x-teal-600\/70 {
    border-left-color: rgb(13 148 136 / 0.7);
    border-right-color: rgb(13 148 136 / 0.7);
  }

  .lg\:border-x-teal-600\/75 {
    border-left-color: rgb(13 148 136 / 0.75);
    border-right-color: rgb(13 148 136 / 0.75);
  }

  .lg\:border-x-teal-600\/80 {
    border-left-color: rgb(13 148 136 / 0.8);
    border-right-color: rgb(13 148 136 / 0.8);
  }

  .lg\:border-x-teal-600\/85 {
    border-left-color: rgb(13 148 136 / 0.85);
    border-right-color: rgb(13 148 136 / 0.85);
  }

  .lg\:border-x-teal-600\/90 {
    border-left-color: rgb(13 148 136 / 0.9);
    border-right-color: rgb(13 148 136 / 0.9);
  }

  .lg\:border-x-teal-600\/95 {
    border-left-color: rgb(13 148 136 / 0.95);
    border-right-color: rgb(13 148 136 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-teal-700\/0 {
    border-left-color: rgb(15 118 110 / 0);
    border-right-color: rgb(15 118 110 / 0);
  }

  .lg\:border-x-teal-700\/10 {
    border-left-color: rgb(15 118 110 / 0.1);
    border-right-color: rgb(15 118 110 / 0.1);
  }

  .lg\:border-x-teal-700\/100 {
    border-left-color: rgb(15 118 110 / 1);
    border-right-color: rgb(15 118 110 / 1);
  }

  .lg\:border-x-teal-700\/15 {
    border-left-color: rgb(15 118 110 / 0.15);
    border-right-color: rgb(15 118 110 / 0.15);
  }

  .lg\:border-x-teal-700\/20 {
    border-left-color: rgb(15 118 110 / 0.2);
    border-right-color: rgb(15 118 110 / 0.2);
  }

  .lg\:border-x-teal-700\/25 {
    border-left-color: rgb(15 118 110 / 0.25);
    border-right-color: rgb(15 118 110 / 0.25);
  }

  .lg\:border-x-teal-700\/30 {
    border-left-color: rgb(15 118 110 / 0.3);
    border-right-color: rgb(15 118 110 / 0.3);
  }

  .lg\:border-x-teal-700\/35 {
    border-left-color: rgb(15 118 110 / 0.35);
    border-right-color: rgb(15 118 110 / 0.35);
  }

  .lg\:border-x-teal-700\/40 {
    border-left-color: rgb(15 118 110 / 0.4);
    border-right-color: rgb(15 118 110 / 0.4);
  }

  .lg\:border-x-teal-700\/45 {
    border-left-color: rgb(15 118 110 / 0.45);
    border-right-color: rgb(15 118 110 / 0.45);
  }

  .lg\:border-x-teal-700\/5 {
    border-left-color: rgb(15 118 110 / 0.05);
    border-right-color: rgb(15 118 110 / 0.05);
  }

  .lg\:border-x-teal-700\/50 {
    border-left-color: rgb(15 118 110 / 0.5);
    border-right-color: rgb(15 118 110 / 0.5);
  }

  .lg\:border-x-teal-700\/55 {
    border-left-color: rgb(15 118 110 / 0.55);
    border-right-color: rgb(15 118 110 / 0.55);
  }

  .lg\:border-x-teal-700\/60 {
    border-left-color: rgb(15 118 110 / 0.6);
    border-right-color: rgb(15 118 110 / 0.6);
  }

  .lg\:border-x-teal-700\/65 {
    border-left-color: rgb(15 118 110 / 0.65);
    border-right-color: rgb(15 118 110 / 0.65);
  }

  .lg\:border-x-teal-700\/70 {
    border-left-color: rgb(15 118 110 / 0.7);
    border-right-color: rgb(15 118 110 / 0.7);
  }

  .lg\:border-x-teal-700\/75 {
    border-left-color: rgb(15 118 110 / 0.75);
    border-right-color: rgb(15 118 110 / 0.75);
  }

  .lg\:border-x-teal-700\/80 {
    border-left-color: rgb(15 118 110 / 0.8);
    border-right-color: rgb(15 118 110 / 0.8);
  }

  .lg\:border-x-teal-700\/85 {
    border-left-color: rgb(15 118 110 / 0.85);
    border-right-color: rgb(15 118 110 / 0.85);
  }

  .lg\:border-x-teal-700\/90 {
    border-left-color: rgb(15 118 110 / 0.9);
    border-right-color: rgb(15 118 110 / 0.9);
  }

  .lg\:border-x-teal-700\/95 {
    border-left-color: rgb(15 118 110 / 0.95);
    border-right-color: rgb(15 118 110 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-teal-800\/0 {
    border-left-color: rgb(17 94 89 / 0);
    border-right-color: rgb(17 94 89 / 0);
  }

  .lg\:border-x-teal-800\/10 {
    border-left-color: rgb(17 94 89 / 0.1);
    border-right-color: rgb(17 94 89 / 0.1);
  }

  .lg\:border-x-teal-800\/100 {
    border-left-color: rgb(17 94 89 / 1);
    border-right-color: rgb(17 94 89 / 1);
  }

  .lg\:border-x-teal-800\/15 {
    border-left-color: rgb(17 94 89 / 0.15);
    border-right-color: rgb(17 94 89 / 0.15);
  }

  .lg\:border-x-teal-800\/20 {
    border-left-color: rgb(17 94 89 / 0.2);
    border-right-color: rgb(17 94 89 / 0.2);
  }

  .lg\:border-x-teal-800\/25 {
    border-left-color: rgb(17 94 89 / 0.25);
    border-right-color: rgb(17 94 89 / 0.25);
  }

  .lg\:border-x-teal-800\/30 {
    border-left-color: rgb(17 94 89 / 0.3);
    border-right-color: rgb(17 94 89 / 0.3);
  }

  .lg\:border-x-teal-800\/35 {
    border-left-color: rgb(17 94 89 / 0.35);
    border-right-color: rgb(17 94 89 / 0.35);
  }

  .lg\:border-x-teal-800\/40 {
    border-left-color: rgb(17 94 89 / 0.4);
    border-right-color: rgb(17 94 89 / 0.4);
  }

  .lg\:border-x-teal-800\/45 {
    border-left-color: rgb(17 94 89 / 0.45);
    border-right-color: rgb(17 94 89 / 0.45);
  }

  .lg\:border-x-teal-800\/5 {
    border-left-color: rgb(17 94 89 / 0.05);
    border-right-color: rgb(17 94 89 / 0.05);
  }

  .lg\:border-x-teal-800\/50 {
    border-left-color: rgb(17 94 89 / 0.5);
    border-right-color: rgb(17 94 89 / 0.5);
  }

  .lg\:border-x-teal-800\/55 {
    border-left-color: rgb(17 94 89 / 0.55);
    border-right-color: rgb(17 94 89 / 0.55);
  }

  .lg\:border-x-teal-800\/60 {
    border-left-color: rgb(17 94 89 / 0.6);
    border-right-color: rgb(17 94 89 / 0.6);
  }

  .lg\:border-x-teal-800\/65 {
    border-left-color: rgb(17 94 89 / 0.65);
    border-right-color: rgb(17 94 89 / 0.65);
  }

  .lg\:border-x-teal-800\/70 {
    border-left-color: rgb(17 94 89 / 0.7);
    border-right-color: rgb(17 94 89 / 0.7);
  }

  .lg\:border-x-teal-800\/75 {
    border-left-color: rgb(17 94 89 / 0.75);
    border-right-color: rgb(17 94 89 / 0.75);
  }

  .lg\:border-x-teal-800\/80 {
    border-left-color: rgb(17 94 89 / 0.8);
    border-right-color: rgb(17 94 89 / 0.8);
  }

  .lg\:border-x-teal-800\/85 {
    border-left-color: rgb(17 94 89 / 0.85);
    border-right-color: rgb(17 94 89 / 0.85);
  }

  .lg\:border-x-teal-800\/90 {
    border-left-color: rgb(17 94 89 / 0.9);
    border-right-color: rgb(17 94 89 / 0.9);
  }

  .lg\:border-x-teal-800\/95 {
    border-left-color: rgb(17 94 89 / 0.95);
    border-right-color: rgb(17 94 89 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-teal-900\/0 {
    border-left-color: rgb(19 78 74 / 0);
    border-right-color: rgb(19 78 74 / 0);
  }

  .lg\:border-x-teal-900\/10 {
    border-left-color: rgb(19 78 74 / 0.1);
    border-right-color: rgb(19 78 74 / 0.1);
  }

  .lg\:border-x-teal-900\/100 {
    border-left-color: rgb(19 78 74 / 1);
    border-right-color: rgb(19 78 74 / 1);
  }

  .lg\:border-x-teal-900\/15 {
    border-left-color: rgb(19 78 74 / 0.15);
    border-right-color: rgb(19 78 74 / 0.15);
  }

  .lg\:border-x-teal-900\/20 {
    border-left-color: rgb(19 78 74 / 0.2);
    border-right-color: rgb(19 78 74 / 0.2);
  }

  .lg\:border-x-teal-900\/25 {
    border-left-color: rgb(19 78 74 / 0.25);
    border-right-color: rgb(19 78 74 / 0.25);
  }

  .lg\:border-x-teal-900\/30 {
    border-left-color: rgb(19 78 74 / 0.3);
    border-right-color: rgb(19 78 74 / 0.3);
  }

  .lg\:border-x-teal-900\/35 {
    border-left-color: rgb(19 78 74 / 0.35);
    border-right-color: rgb(19 78 74 / 0.35);
  }

  .lg\:border-x-teal-900\/40 {
    border-left-color: rgb(19 78 74 / 0.4);
    border-right-color: rgb(19 78 74 / 0.4);
  }

  .lg\:border-x-teal-900\/45 {
    border-left-color: rgb(19 78 74 / 0.45);
    border-right-color: rgb(19 78 74 / 0.45);
  }

  .lg\:border-x-teal-900\/5 {
    border-left-color: rgb(19 78 74 / 0.05);
    border-right-color: rgb(19 78 74 / 0.05);
  }

  .lg\:border-x-teal-900\/50 {
    border-left-color: rgb(19 78 74 / 0.5);
    border-right-color: rgb(19 78 74 / 0.5);
  }

  .lg\:border-x-teal-900\/55 {
    border-left-color: rgb(19 78 74 / 0.55);
    border-right-color: rgb(19 78 74 / 0.55);
  }

  .lg\:border-x-teal-900\/60 {
    border-left-color: rgb(19 78 74 / 0.6);
    border-right-color: rgb(19 78 74 / 0.6);
  }

  .lg\:border-x-teal-900\/65 {
    border-left-color: rgb(19 78 74 / 0.65);
    border-right-color: rgb(19 78 74 / 0.65);
  }

  .lg\:border-x-teal-900\/70 {
    border-left-color: rgb(19 78 74 / 0.7);
    border-right-color: rgb(19 78 74 / 0.7);
  }

  .lg\:border-x-teal-900\/75 {
    border-left-color: rgb(19 78 74 / 0.75);
    border-right-color: rgb(19 78 74 / 0.75);
  }

  .lg\:border-x-teal-900\/80 {
    border-left-color: rgb(19 78 74 / 0.8);
    border-right-color: rgb(19 78 74 / 0.8);
  }

  .lg\:border-x-teal-900\/85 {
    border-left-color: rgb(19 78 74 / 0.85);
    border-right-color: rgb(19 78 74 / 0.85);
  }

  .lg\:border-x-teal-900\/90 {
    border-left-color: rgb(19 78 74 / 0.9);
    border-right-color: rgb(19 78 74 / 0.9);
  }

  .lg\:border-x-teal-900\/95 {
    border-left-color: rgb(19 78 74 / 0.95);
    border-right-color: rgb(19 78 74 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-teal-950\/0 {
    border-left-color: rgb(4 47 46 / 0);
    border-right-color: rgb(4 47 46 / 0);
  }

  .lg\:border-x-teal-950\/10 {
    border-left-color: rgb(4 47 46 / 0.1);
    border-right-color: rgb(4 47 46 / 0.1);
  }

  .lg\:border-x-teal-950\/100 {
    border-left-color: rgb(4 47 46 / 1);
    border-right-color: rgb(4 47 46 / 1);
  }

  .lg\:border-x-teal-950\/15 {
    border-left-color: rgb(4 47 46 / 0.15);
    border-right-color: rgb(4 47 46 / 0.15);
  }

  .lg\:border-x-teal-950\/20 {
    border-left-color: rgb(4 47 46 / 0.2);
    border-right-color: rgb(4 47 46 / 0.2);
  }

  .lg\:border-x-teal-950\/25 {
    border-left-color: rgb(4 47 46 / 0.25);
    border-right-color: rgb(4 47 46 / 0.25);
  }

  .lg\:border-x-teal-950\/30 {
    border-left-color: rgb(4 47 46 / 0.3);
    border-right-color: rgb(4 47 46 / 0.3);
  }

  .lg\:border-x-teal-950\/35 {
    border-left-color: rgb(4 47 46 / 0.35);
    border-right-color: rgb(4 47 46 / 0.35);
  }

  .lg\:border-x-teal-950\/40 {
    border-left-color: rgb(4 47 46 / 0.4);
    border-right-color: rgb(4 47 46 / 0.4);
  }

  .lg\:border-x-teal-950\/45 {
    border-left-color: rgb(4 47 46 / 0.45);
    border-right-color: rgb(4 47 46 / 0.45);
  }

  .lg\:border-x-teal-950\/5 {
    border-left-color: rgb(4 47 46 / 0.05);
    border-right-color: rgb(4 47 46 / 0.05);
  }

  .lg\:border-x-teal-950\/50 {
    border-left-color: rgb(4 47 46 / 0.5);
    border-right-color: rgb(4 47 46 / 0.5);
  }

  .lg\:border-x-teal-950\/55 {
    border-left-color: rgb(4 47 46 / 0.55);
    border-right-color: rgb(4 47 46 / 0.55);
  }

  .lg\:border-x-teal-950\/60 {
    border-left-color: rgb(4 47 46 / 0.6);
    border-right-color: rgb(4 47 46 / 0.6);
  }

  .lg\:border-x-teal-950\/65 {
    border-left-color: rgb(4 47 46 / 0.65);
    border-right-color: rgb(4 47 46 / 0.65);
  }

  .lg\:border-x-teal-950\/70 {
    border-left-color: rgb(4 47 46 / 0.7);
    border-right-color: rgb(4 47 46 / 0.7);
  }

  .lg\:border-x-teal-950\/75 {
    border-left-color: rgb(4 47 46 / 0.75);
    border-right-color: rgb(4 47 46 / 0.75);
  }

  .lg\:border-x-teal-950\/80 {
    border-left-color: rgb(4 47 46 / 0.8);
    border-right-color: rgb(4 47 46 / 0.8);
  }

  .lg\:border-x-teal-950\/85 {
    border-left-color: rgb(4 47 46 / 0.85);
    border-right-color: rgb(4 47 46 / 0.85);
  }

  .lg\:border-x-teal-950\/90 {
    border-left-color: rgb(4 47 46 / 0.9);
    border-right-color: rgb(4 47 46 / 0.9);
  }

  .lg\:border-x-teal-950\/95 {
    border-left-color: rgb(4 47 46 / 0.95);
    border-right-color: rgb(4 47 46 / 0.95);
  }

  .lg\:border-x-transparent {
    border-left-color: transparent;
    border-right-color: transparent;
  }

  .lg\:border-x-transparent\/0 {
    border-left-color: rgb(0 0 0 / 0);
    border-right-color: rgb(0 0 0 / 0);
  }

  .lg\:border-x-transparent\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-x-transparent\/100 {
    border-left-color: rgb(0 0 0 / 1);
    border-right-color: rgb(0 0 0 / 1);
  }

  .lg\:border-x-transparent\/15 {
    border-left-color: rgb(0 0 0 / 0.15);
    border-right-color: rgb(0 0 0 / 0.15);
  }

  .lg\:border-x-transparent\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-x-transparent\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-x-transparent\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-x-transparent\/35 {
    border-left-color: rgb(0 0 0 / 0.35);
    border-right-color: rgb(0 0 0 / 0.35);
  }

  .lg\:border-x-transparent\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-x-transparent\/45 {
    border-left-color: rgb(0 0 0 / 0.45);
    border-right-color: rgb(0 0 0 / 0.45);
  }

  .lg\:border-x-transparent\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-x-transparent\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-x-transparent\/55 {
    border-left-color: rgb(0 0 0 / 0.55);
    border-right-color: rgb(0 0 0 / 0.55);
  }

  .lg\:border-x-transparent\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-x-transparent\/65 {
    border-left-color: rgb(0 0 0 / 0.65);
    border-right-color: rgb(0 0 0 / 0.65);
  }

  .lg\:border-x-transparent\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-x-transparent\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-x-transparent\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-x-transparent\/85 {
    border-left-color: rgb(0 0 0 / 0.85);
    border-right-color: rgb(0 0 0 / 0.85);
  }

  .lg\:border-x-transparent\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-x-transparent\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-violet-100\/0 {
    border-left-color: rgb(237 233 254 / 0);
    border-right-color: rgb(237 233 254 / 0);
  }

  .lg\:border-x-violet-100\/10 {
    border-left-color: rgb(237 233 254 / 0.1);
    border-right-color: rgb(237 233 254 / 0.1);
  }

  .lg\:border-x-violet-100\/100 {
    border-left-color: rgb(237 233 254 / 1);
    border-right-color: rgb(237 233 254 / 1);
  }

  .lg\:border-x-violet-100\/15 {
    border-left-color: rgb(237 233 254 / 0.15);
    border-right-color: rgb(237 233 254 / 0.15);
  }

  .lg\:border-x-violet-100\/20 {
    border-left-color: rgb(237 233 254 / 0.2);
    border-right-color: rgb(237 233 254 / 0.2);
  }

  .lg\:border-x-violet-100\/25 {
    border-left-color: rgb(237 233 254 / 0.25);
    border-right-color: rgb(237 233 254 / 0.25);
  }

  .lg\:border-x-violet-100\/30 {
    border-left-color: rgb(237 233 254 / 0.3);
    border-right-color: rgb(237 233 254 / 0.3);
  }

  .lg\:border-x-violet-100\/35 {
    border-left-color: rgb(237 233 254 / 0.35);
    border-right-color: rgb(237 233 254 / 0.35);
  }

  .lg\:border-x-violet-100\/40 {
    border-left-color: rgb(237 233 254 / 0.4);
    border-right-color: rgb(237 233 254 / 0.4);
  }

  .lg\:border-x-violet-100\/45 {
    border-left-color: rgb(237 233 254 / 0.45);
    border-right-color: rgb(237 233 254 / 0.45);
  }

  .lg\:border-x-violet-100\/5 {
    border-left-color: rgb(237 233 254 / 0.05);
    border-right-color: rgb(237 233 254 / 0.05);
  }

  .lg\:border-x-violet-100\/50 {
    border-left-color: rgb(237 233 254 / 0.5);
    border-right-color: rgb(237 233 254 / 0.5);
  }

  .lg\:border-x-violet-100\/55 {
    border-left-color: rgb(237 233 254 / 0.55);
    border-right-color: rgb(237 233 254 / 0.55);
  }

  .lg\:border-x-violet-100\/60 {
    border-left-color: rgb(237 233 254 / 0.6);
    border-right-color: rgb(237 233 254 / 0.6);
  }

  .lg\:border-x-violet-100\/65 {
    border-left-color: rgb(237 233 254 / 0.65);
    border-right-color: rgb(237 233 254 / 0.65);
  }

  .lg\:border-x-violet-100\/70 {
    border-left-color: rgb(237 233 254 / 0.7);
    border-right-color: rgb(237 233 254 / 0.7);
  }

  .lg\:border-x-violet-100\/75 {
    border-left-color: rgb(237 233 254 / 0.75);
    border-right-color: rgb(237 233 254 / 0.75);
  }

  .lg\:border-x-violet-100\/80 {
    border-left-color: rgb(237 233 254 / 0.8);
    border-right-color: rgb(237 233 254 / 0.8);
  }

  .lg\:border-x-violet-100\/85 {
    border-left-color: rgb(237 233 254 / 0.85);
    border-right-color: rgb(237 233 254 / 0.85);
  }

  .lg\:border-x-violet-100\/90 {
    border-left-color: rgb(237 233 254 / 0.9);
    border-right-color: rgb(237 233 254 / 0.9);
  }

  .lg\:border-x-violet-100\/95 {
    border-left-color: rgb(237 233 254 / 0.95);
    border-right-color: rgb(237 233 254 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-violet-200\/0 {
    border-left-color: rgb(221 214 254 / 0);
    border-right-color: rgb(221 214 254 / 0);
  }

  .lg\:border-x-violet-200\/10 {
    border-left-color: rgb(221 214 254 / 0.1);
    border-right-color: rgb(221 214 254 / 0.1);
  }

  .lg\:border-x-violet-200\/100 {
    border-left-color: rgb(221 214 254 / 1);
    border-right-color: rgb(221 214 254 / 1);
  }

  .lg\:border-x-violet-200\/15 {
    border-left-color: rgb(221 214 254 / 0.15);
    border-right-color: rgb(221 214 254 / 0.15);
  }

  .lg\:border-x-violet-200\/20 {
    border-left-color: rgb(221 214 254 / 0.2);
    border-right-color: rgb(221 214 254 / 0.2);
  }

  .lg\:border-x-violet-200\/25 {
    border-left-color: rgb(221 214 254 / 0.25);
    border-right-color: rgb(221 214 254 / 0.25);
  }

  .lg\:border-x-violet-200\/30 {
    border-left-color: rgb(221 214 254 / 0.3);
    border-right-color: rgb(221 214 254 / 0.3);
  }

  .lg\:border-x-violet-200\/35 {
    border-left-color: rgb(221 214 254 / 0.35);
    border-right-color: rgb(221 214 254 / 0.35);
  }

  .lg\:border-x-violet-200\/40 {
    border-left-color: rgb(221 214 254 / 0.4);
    border-right-color: rgb(221 214 254 / 0.4);
  }

  .lg\:border-x-violet-200\/45 {
    border-left-color: rgb(221 214 254 / 0.45);
    border-right-color: rgb(221 214 254 / 0.45);
  }

  .lg\:border-x-violet-200\/5 {
    border-left-color: rgb(221 214 254 / 0.05);
    border-right-color: rgb(221 214 254 / 0.05);
  }

  .lg\:border-x-violet-200\/50 {
    border-left-color: rgb(221 214 254 / 0.5);
    border-right-color: rgb(221 214 254 / 0.5);
  }

  .lg\:border-x-violet-200\/55 {
    border-left-color: rgb(221 214 254 / 0.55);
    border-right-color: rgb(221 214 254 / 0.55);
  }

  .lg\:border-x-violet-200\/60 {
    border-left-color: rgb(221 214 254 / 0.6);
    border-right-color: rgb(221 214 254 / 0.6);
  }

  .lg\:border-x-violet-200\/65 {
    border-left-color: rgb(221 214 254 / 0.65);
    border-right-color: rgb(221 214 254 / 0.65);
  }

  .lg\:border-x-violet-200\/70 {
    border-left-color: rgb(221 214 254 / 0.7);
    border-right-color: rgb(221 214 254 / 0.7);
  }

  .lg\:border-x-violet-200\/75 {
    border-left-color: rgb(221 214 254 / 0.75);
    border-right-color: rgb(221 214 254 / 0.75);
  }

  .lg\:border-x-violet-200\/80 {
    border-left-color: rgb(221 214 254 / 0.8);
    border-right-color: rgb(221 214 254 / 0.8);
  }

  .lg\:border-x-violet-200\/85 {
    border-left-color: rgb(221 214 254 / 0.85);
    border-right-color: rgb(221 214 254 / 0.85);
  }

  .lg\:border-x-violet-200\/90 {
    border-left-color: rgb(221 214 254 / 0.9);
    border-right-color: rgb(221 214 254 / 0.9);
  }

  .lg\:border-x-violet-200\/95 {
    border-left-color: rgb(221 214 254 / 0.95);
    border-right-color: rgb(221 214 254 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-violet-300\/0 {
    border-left-color: rgb(196 181 253 / 0);
    border-right-color: rgb(196 181 253 / 0);
  }

  .lg\:border-x-violet-300\/10 {
    border-left-color: rgb(196 181 253 / 0.1);
    border-right-color: rgb(196 181 253 / 0.1);
  }

  .lg\:border-x-violet-300\/100 {
    border-left-color: rgb(196 181 253 / 1);
    border-right-color: rgb(196 181 253 / 1);
  }

  .lg\:border-x-violet-300\/15 {
    border-left-color: rgb(196 181 253 / 0.15);
    border-right-color: rgb(196 181 253 / 0.15);
  }

  .lg\:border-x-violet-300\/20 {
    border-left-color: rgb(196 181 253 / 0.2);
    border-right-color: rgb(196 181 253 / 0.2);
  }

  .lg\:border-x-violet-300\/25 {
    border-left-color: rgb(196 181 253 / 0.25);
    border-right-color: rgb(196 181 253 / 0.25);
  }

  .lg\:border-x-violet-300\/30 {
    border-left-color: rgb(196 181 253 / 0.3);
    border-right-color: rgb(196 181 253 / 0.3);
  }

  .lg\:border-x-violet-300\/35 {
    border-left-color: rgb(196 181 253 / 0.35);
    border-right-color: rgb(196 181 253 / 0.35);
  }

  .lg\:border-x-violet-300\/40 {
    border-left-color: rgb(196 181 253 / 0.4);
    border-right-color: rgb(196 181 253 / 0.4);
  }

  .lg\:border-x-violet-300\/45 {
    border-left-color: rgb(196 181 253 / 0.45);
    border-right-color: rgb(196 181 253 / 0.45);
  }

  .lg\:border-x-violet-300\/5 {
    border-left-color: rgb(196 181 253 / 0.05);
    border-right-color: rgb(196 181 253 / 0.05);
  }

  .lg\:border-x-violet-300\/50 {
    border-left-color: rgb(196 181 253 / 0.5);
    border-right-color: rgb(196 181 253 / 0.5);
  }

  .lg\:border-x-violet-300\/55 {
    border-left-color: rgb(196 181 253 / 0.55);
    border-right-color: rgb(196 181 253 / 0.55);
  }

  .lg\:border-x-violet-300\/60 {
    border-left-color: rgb(196 181 253 / 0.6);
    border-right-color: rgb(196 181 253 / 0.6);
  }

  .lg\:border-x-violet-300\/65 {
    border-left-color: rgb(196 181 253 / 0.65);
    border-right-color: rgb(196 181 253 / 0.65);
  }

  .lg\:border-x-violet-300\/70 {
    border-left-color: rgb(196 181 253 / 0.7);
    border-right-color: rgb(196 181 253 / 0.7);
  }

  .lg\:border-x-violet-300\/75 {
    border-left-color: rgb(196 181 253 / 0.75);
    border-right-color: rgb(196 181 253 / 0.75);
  }

  .lg\:border-x-violet-300\/80 {
    border-left-color: rgb(196 181 253 / 0.8);
    border-right-color: rgb(196 181 253 / 0.8);
  }

  .lg\:border-x-violet-300\/85 {
    border-left-color: rgb(196 181 253 / 0.85);
    border-right-color: rgb(196 181 253 / 0.85);
  }

  .lg\:border-x-violet-300\/90 {
    border-left-color: rgb(196 181 253 / 0.9);
    border-right-color: rgb(196 181 253 / 0.9);
  }

  .lg\:border-x-violet-300\/95 {
    border-left-color: rgb(196 181 253 / 0.95);
    border-right-color: rgb(196 181 253 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-violet-400\/0 {
    border-left-color: rgb(167 139 250 / 0);
    border-right-color: rgb(167 139 250 / 0);
  }

  .lg\:border-x-violet-400\/10 {
    border-left-color: rgb(167 139 250 / 0.1);
    border-right-color: rgb(167 139 250 / 0.1);
  }

  .lg\:border-x-violet-400\/100 {
    border-left-color: rgb(167 139 250 / 1);
    border-right-color: rgb(167 139 250 / 1);
  }

  .lg\:border-x-violet-400\/15 {
    border-left-color: rgb(167 139 250 / 0.15);
    border-right-color: rgb(167 139 250 / 0.15);
  }

  .lg\:border-x-violet-400\/20 {
    border-left-color: rgb(167 139 250 / 0.2);
    border-right-color: rgb(167 139 250 / 0.2);
  }

  .lg\:border-x-violet-400\/25 {
    border-left-color: rgb(167 139 250 / 0.25);
    border-right-color: rgb(167 139 250 / 0.25);
  }

  .lg\:border-x-violet-400\/30 {
    border-left-color: rgb(167 139 250 / 0.3);
    border-right-color: rgb(167 139 250 / 0.3);
  }

  .lg\:border-x-violet-400\/35 {
    border-left-color: rgb(167 139 250 / 0.35);
    border-right-color: rgb(167 139 250 / 0.35);
  }

  .lg\:border-x-violet-400\/40 {
    border-left-color: rgb(167 139 250 / 0.4);
    border-right-color: rgb(167 139 250 / 0.4);
  }

  .lg\:border-x-violet-400\/45 {
    border-left-color: rgb(167 139 250 / 0.45);
    border-right-color: rgb(167 139 250 / 0.45);
  }

  .lg\:border-x-violet-400\/5 {
    border-left-color: rgb(167 139 250 / 0.05);
    border-right-color: rgb(167 139 250 / 0.05);
  }

  .lg\:border-x-violet-400\/50 {
    border-left-color: rgb(167 139 250 / 0.5);
    border-right-color: rgb(167 139 250 / 0.5);
  }

  .lg\:border-x-violet-400\/55 {
    border-left-color: rgb(167 139 250 / 0.55);
    border-right-color: rgb(167 139 250 / 0.55);
  }

  .lg\:border-x-violet-400\/60 {
    border-left-color: rgb(167 139 250 / 0.6);
    border-right-color: rgb(167 139 250 / 0.6);
  }

  .lg\:border-x-violet-400\/65 {
    border-left-color: rgb(167 139 250 / 0.65);
    border-right-color: rgb(167 139 250 / 0.65);
  }

  .lg\:border-x-violet-400\/70 {
    border-left-color: rgb(167 139 250 / 0.7);
    border-right-color: rgb(167 139 250 / 0.7);
  }

  .lg\:border-x-violet-400\/75 {
    border-left-color: rgb(167 139 250 / 0.75);
    border-right-color: rgb(167 139 250 / 0.75);
  }

  .lg\:border-x-violet-400\/80 {
    border-left-color: rgb(167 139 250 / 0.8);
    border-right-color: rgb(167 139 250 / 0.8);
  }

  .lg\:border-x-violet-400\/85 {
    border-left-color: rgb(167 139 250 / 0.85);
    border-right-color: rgb(167 139 250 / 0.85);
  }

  .lg\:border-x-violet-400\/90 {
    border-left-color: rgb(167 139 250 / 0.9);
    border-right-color: rgb(167 139 250 / 0.9);
  }

  .lg\:border-x-violet-400\/95 {
    border-left-color: rgb(167 139 250 / 0.95);
    border-right-color: rgb(167 139 250 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-violet-50\/0 {
    border-left-color: rgb(245 243 255 / 0);
    border-right-color: rgb(245 243 255 / 0);
  }

  .lg\:border-x-violet-50\/10 {
    border-left-color: rgb(245 243 255 / 0.1);
    border-right-color: rgb(245 243 255 / 0.1);
  }

  .lg\:border-x-violet-50\/100 {
    border-left-color: rgb(245 243 255 / 1);
    border-right-color: rgb(245 243 255 / 1);
  }

  .lg\:border-x-violet-50\/15 {
    border-left-color: rgb(245 243 255 / 0.15);
    border-right-color: rgb(245 243 255 / 0.15);
  }

  .lg\:border-x-violet-50\/20 {
    border-left-color: rgb(245 243 255 / 0.2);
    border-right-color: rgb(245 243 255 / 0.2);
  }

  .lg\:border-x-violet-50\/25 {
    border-left-color: rgb(245 243 255 / 0.25);
    border-right-color: rgb(245 243 255 / 0.25);
  }

  .lg\:border-x-violet-50\/30 {
    border-left-color: rgb(245 243 255 / 0.3);
    border-right-color: rgb(245 243 255 / 0.3);
  }

  .lg\:border-x-violet-50\/35 {
    border-left-color: rgb(245 243 255 / 0.35);
    border-right-color: rgb(245 243 255 / 0.35);
  }

  .lg\:border-x-violet-50\/40 {
    border-left-color: rgb(245 243 255 / 0.4);
    border-right-color: rgb(245 243 255 / 0.4);
  }

  .lg\:border-x-violet-50\/45 {
    border-left-color: rgb(245 243 255 / 0.45);
    border-right-color: rgb(245 243 255 / 0.45);
  }

  .lg\:border-x-violet-50\/5 {
    border-left-color: rgb(245 243 255 / 0.05);
    border-right-color: rgb(245 243 255 / 0.05);
  }

  .lg\:border-x-violet-50\/50 {
    border-left-color: rgb(245 243 255 / 0.5);
    border-right-color: rgb(245 243 255 / 0.5);
  }

  .lg\:border-x-violet-50\/55 {
    border-left-color: rgb(245 243 255 / 0.55);
    border-right-color: rgb(245 243 255 / 0.55);
  }

  .lg\:border-x-violet-50\/60 {
    border-left-color: rgb(245 243 255 / 0.6);
    border-right-color: rgb(245 243 255 / 0.6);
  }

  .lg\:border-x-violet-50\/65 {
    border-left-color: rgb(245 243 255 / 0.65);
    border-right-color: rgb(245 243 255 / 0.65);
  }

  .lg\:border-x-violet-50\/70 {
    border-left-color: rgb(245 243 255 / 0.7);
    border-right-color: rgb(245 243 255 / 0.7);
  }

  .lg\:border-x-violet-50\/75 {
    border-left-color: rgb(245 243 255 / 0.75);
    border-right-color: rgb(245 243 255 / 0.75);
  }

  .lg\:border-x-violet-50\/80 {
    border-left-color: rgb(245 243 255 / 0.8);
    border-right-color: rgb(245 243 255 / 0.8);
  }

  .lg\:border-x-violet-50\/85 {
    border-left-color: rgb(245 243 255 / 0.85);
    border-right-color: rgb(245 243 255 / 0.85);
  }

  .lg\:border-x-violet-50\/90 {
    border-left-color: rgb(245 243 255 / 0.9);
    border-right-color: rgb(245 243 255 / 0.9);
  }

  .lg\:border-x-violet-50\/95 {
    border-left-color: rgb(245 243 255 / 0.95);
    border-right-color: rgb(245 243 255 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-violet-500\/0 {
    border-left-color: rgb(139 92 246 / 0);
    border-right-color: rgb(139 92 246 / 0);
  }

  .lg\:border-x-violet-500\/10 {
    border-left-color: rgb(139 92 246 / 0.1);
    border-right-color: rgb(139 92 246 / 0.1);
  }

  .lg\:border-x-violet-500\/100 {
    border-left-color: rgb(139 92 246 / 1);
    border-right-color: rgb(139 92 246 / 1);
  }

  .lg\:border-x-violet-500\/15 {
    border-left-color: rgb(139 92 246 / 0.15);
    border-right-color: rgb(139 92 246 / 0.15);
  }

  .lg\:border-x-violet-500\/20 {
    border-left-color: rgb(139 92 246 / 0.2);
    border-right-color: rgb(139 92 246 / 0.2);
  }

  .lg\:border-x-violet-500\/25 {
    border-left-color: rgb(139 92 246 / 0.25);
    border-right-color: rgb(139 92 246 / 0.25);
  }

  .lg\:border-x-violet-500\/30 {
    border-left-color: rgb(139 92 246 / 0.3);
    border-right-color: rgb(139 92 246 / 0.3);
  }

  .lg\:border-x-violet-500\/35 {
    border-left-color: rgb(139 92 246 / 0.35);
    border-right-color: rgb(139 92 246 / 0.35);
  }

  .lg\:border-x-violet-500\/40 {
    border-left-color: rgb(139 92 246 / 0.4);
    border-right-color: rgb(139 92 246 / 0.4);
  }

  .lg\:border-x-violet-500\/45 {
    border-left-color: rgb(139 92 246 / 0.45);
    border-right-color: rgb(139 92 246 / 0.45);
  }

  .lg\:border-x-violet-500\/5 {
    border-left-color: rgb(139 92 246 / 0.05);
    border-right-color: rgb(139 92 246 / 0.05);
  }

  .lg\:border-x-violet-500\/50 {
    border-left-color: rgb(139 92 246 / 0.5);
    border-right-color: rgb(139 92 246 / 0.5);
  }

  .lg\:border-x-violet-500\/55 {
    border-left-color: rgb(139 92 246 / 0.55);
    border-right-color: rgb(139 92 246 / 0.55);
  }

  .lg\:border-x-violet-500\/60 {
    border-left-color: rgb(139 92 246 / 0.6);
    border-right-color: rgb(139 92 246 / 0.6);
  }

  .lg\:border-x-violet-500\/65 {
    border-left-color: rgb(139 92 246 / 0.65);
    border-right-color: rgb(139 92 246 / 0.65);
  }

  .lg\:border-x-violet-500\/70 {
    border-left-color: rgb(139 92 246 / 0.7);
    border-right-color: rgb(139 92 246 / 0.7);
  }

  .lg\:border-x-violet-500\/75 {
    border-left-color: rgb(139 92 246 / 0.75);
    border-right-color: rgb(139 92 246 / 0.75);
  }

  .lg\:border-x-violet-500\/80 {
    border-left-color: rgb(139 92 246 / 0.8);
    border-right-color: rgb(139 92 246 / 0.8);
  }

  .lg\:border-x-violet-500\/85 {
    border-left-color: rgb(139 92 246 / 0.85);
    border-right-color: rgb(139 92 246 / 0.85);
  }

  .lg\:border-x-violet-500\/90 {
    border-left-color: rgb(139 92 246 / 0.9);
    border-right-color: rgb(139 92 246 / 0.9);
  }

  .lg\:border-x-violet-500\/95 {
    border-left-color: rgb(139 92 246 / 0.95);
    border-right-color: rgb(139 92 246 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-violet-600\/0 {
    border-left-color: rgb(124 58 237 / 0);
    border-right-color: rgb(124 58 237 / 0);
  }

  .lg\:border-x-violet-600\/10 {
    border-left-color: rgb(124 58 237 / 0.1);
    border-right-color: rgb(124 58 237 / 0.1);
  }

  .lg\:border-x-violet-600\/100 {
    border-left-color: rgb(124 58 237 / 1);
    border-right-color: rgb(124 58 237 / 1);
  }

  .lg\:border-x-violet-600\/15 {
    border-left-color: rgb(124 58 237 / 0.15);
    border-right-color: rgb(124 58 237 / 0.15);
  }

  .lg\:border-x-violet-600\/20 {
    border-left-color: rgb(124 58 237 / 0.2);
    border-right-color: rgb(124 58 237 / 0.2);
  }

  .lg\:border-x-violet-600\/25 {
    border-left-color: rgb(124 58 237 / 0.25);
    border-right-color: rgb(124 58 237 / 0.25);
  }

  .lg\:border-x-violet-600\/30 {
    border-left-color: rgb(124 58 237 / 0.3);
    border-right-color: rgb(124 58 237 / 0.3);
  }

  .lg\:border-x-violet-600\/35 {
    border-left-color: rgb(124 58 237 / 0.35);
    border-right-color: rgb(124 58 237 / 0.35);
  }

  .lg\:border-x-violet-600\/40 {
    border-left-color: rgb(124 58 237 / 0.4);
    border-right-color: rgb(124 58 237 / 0.4);
  }

  .lg\:border-x-violet-600\/45 {
    border-left-color: rgb(124 58 237 / 0.45);
    border-right-color: rgb(124 58 237 / 0.45);
  }

  .lg\:border-x-violet-600\/5 {
    border-left-color: rgb(124 58 237 / 0.05);
    border-right-color: rgb(124 58 237 / 0.05);
  }

  .lg\:border-x-violet-600\/50 {
    border-left-color: rgb(124 58 237 / 0.5);
    border-right-color: rgb(124 58 237 / 0.5);
  }

  .lg\:border-x-violet-600\/55 {
    border-left-color: rgb(124 58 237 / 0.55);
    border-right-color: rgb(124 58 237 / 0.55);
  }

  .lg\:border-x-violet-600\/60 {
    border-left-color: rgb(124 58 237 / 0.6);
    border-right-color: rgb(124 58 237 / 0.6);
  }

  .lg\:border-x-violet-600\/65 {
    border-left-color: rgb(124 58 237 / 0.65);
    border-right-color: rgb(124 58 237 / 0.65);
  }

  .lg\:border-x-violet-600\/70 {
    border-left-color: rgb(124 58 237 / 0.7);
    border-right-color: rgb(124 58 237 / 0.7);
  }

  .lg\:border-x-violet-600\/75 {
    border-left-color: rgb(124 58 237 / 0.75);
    border-right-color: rgb(124 58 237 / 0.75);
  }

  .lg\:border-x-violet-600\/80 {
    border-left-color: rgb(124 58 237 / 0.8);
    border-right-color: rgb(124 58 237 / 0.8);
  }

  .lg\:border-x-violet-600\/85 {
    border-left-color: rgb(124 58 237 / 0.85);
    border-right-color: rgb(124 58 237 / 0.85);
  }

  .lg\:border-x-violet-600\/90 {
    border-left-color: rgb(124 58 237 / 0.9);
    border-right-color: rgb(124 58 237 / 0.9);
  }

  .lg\:border-x-violet-600\/95 {
    border-left-color: rgb(124 58 237 / 0.95);
    border-right-color: rgb(124 58 237 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-violet-700\/0 {
    border-left-color: rgb(109 40 217 / 0);
    border-right-color: rgb(109 40 217 / 0);
  }

  .lg\:border-x-violet-700\/10 {
    border-left-color: rgb(109 40 217 / 0.1);
    border-right-color: rgb(109 40 217 / 0.1);
  }

  .lg\:border-x-violet-700\/100 {
    border-left-color: rgb(109 40 217 / 1);
    border-right-color: rgb(109 40 217 / 1);
  }

  .lg\:border-x-violet-700\/15 {
    border-left-color: rgb(109 40 217 / 0.15);
    border-right-color: rgb(109 40 217 / 0.15);
  }

  .lg\:border-x-violet-700\/20 {
    border-left-color: rgb(109 40 217 / 0.2);
    border-right-color: rgb(109 40 217 / 0.2);
  }

  .lg\:border-x-violet-700\/25 {
    border-left-color: rgb(109 40 217 / 0.25);
    border-right-color: rgb(109 40 217 / 0.25);
  }

  .lg\:border-x-violet-700\/30 {
    border-left-color: rgb(109 40 217 / 0.3);
    border-right-color: rgb(109 40 217 / 0.3);
  }

  .lg\:border-x-violet-700\/35 {
    border-left-color: rgb(109 40 217 / 0.35);
    border-right-color: rgb(109 40 217 / 0.35);
  }

  .lg\:border-x-violet-700\/40 {
    border-left-color: rgb(109 40 217 / 0.4);
    border-right-color: rgb(109 40 217 / 0.4);
  }

  .lg\:border-x-violet-700\/45 {
    border-left-color: rgb(109 40 217 / 0.45);
    border-right-color: rgb(109 40 217 / 0.45);
  }

  .lg\:border-x-violet-700\/5 {
    border-left-color: rgb(109 40 217 / 0.05);
    border-right-color: rgb(109 40 217 / 0.05);
  }

  .lg\:border-x-violet-700\/50 {
    border-left-color: rgb(109 40 217 / 0.5);
    border-right-color: rgb(109 40 217 / 0.5);
  }

  .lg\:border-x-violet-700\/55 {
    border-left-color: rgb(109 40 217 / 0.55);
    border-right-color: rgb(109 40 217 / 0.55);
  }

  .lg\:border-x-violet-700\/60 {
    border-left-color: rgb(109 40 217 / 0.6);
    border-right-color: rgb(109 40 217 / 0.6);
  }

  .lg\:border-x-violet-700\/65 {
    border-left-color: rgb(109 40 217 / 0.65);
    border-right-color: rgb(109 40 217 / 0.65);
  }

  .lg\:border-x-violet-700\/70 {
    border-left-color: rgb(109 40 217 / 0.7);
    border-right-color: rgb(109 40 217 / 0.7);
  }

  .lg\:border-x-violet-700\/75 {
    border-left-color: rgb(109 40 217 / 0.75);
    border-right-color: rgb(109 40 217 / 0.75);
  }

  .lg\:border-x-violet-700\/80 {
    border-left-color: rgb(109 40 217 / 0.8);
    border-right-color: rgb(109 40 217 / 0.8);
  }

  .lg\:border-x-violet-700\/85 {
    border-left-color: rgb(109 40 217 / 0.85);
    border-right-color: rgb(109 40 217 / 0.85);
  }

  .lg\:border-x-violet-700\/90 {
    border-left-color: rgb(109 40 217 / 0.9);
    border-right-color: rgb(109 40 217 / 0.9);
  }

  .lg\:border-x-violet-700\/95 {
    border-left-color: rgb(109 40 217 / 0.95);
    border-right-color: rgb(109 40 217 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-violet-800\/0 {
    border-left-color: rgb(91 33 182 / 0);
    border-right-color: rgb(91 33 182 / 0);
  }

  .lg\:border-x-violet-800\/10 {
    border-left-color: rgb(91 33 182 / 0.1);
    border-right-color: rgb(91 33 182 / 0.1);
  }

  .lg\:border-x-violet-800\/100 {
    border-left-color: rgb(91 33 182 / 1);
    border-right-color: rgb(91 33 182 / 1);
  }

  .lg\:border-x-violet-800\/15 {
    border-left-color: rgb(91 33 182 / 0.15);
    border-right-color: rgb(91 33 182 / 0.15);
  }

  .lg\:border-x-violet-800\/20 {
    border-left-color: rgb(91 33 182 / 0.2);
    border-right-color: rgb(91 33 182 / 0.2);
  }

  .lg\:border-x-violet-800\/25 {
    border-left-color: rgb(91 33 182 / 0.25);
    border-right-color: rgb(91 33 182 / 0.25);
  }

  .lg\:border-x-violet-800\/30 {
    border-left-color: rgb(91 33 182 / 0.3);
    border-right-color: rgb(91 33 182 / 0.3);
  }

  .lg\:border-x-violet-800\/35 {
    border-left-color: rgb(91 33 182 / 0.35);
    border-right-color: rgb(91 33 182 / 0.35);
  }

  .lg\:border-x-violet-800\/40 {
    border-left-color: rgb(91 33 182 / 0.4);
    border-right-color: rgb(91 33 182 / 0.4);
  }

  .lg\:border-x-violet-800\/45 {
    border-left-color: rgb(91 33 182 / 0.45);
    border-right-color: rgb(91 33 182 / 0.45);
  }

  .lg\:border-x-violet-800\/5 {
    border-left-color: rgb(91 33 182 / 0.05);
    border-right-color: rgb(91 33 182 / 0.05);
  }

  .lg\:border-x-violet-800\/50 {
    border-left-color: rgb(91 33 182 / 0.5);
    border-right-color: rgb(91 33 182 / 0.5);
  }

  .lg\:border-x-violet-800\/55 {
    border-left-color: rgb(91 33 182 / 0.55);
    border-right-color: rgb(91 33 182 / 0.55);
  }

  .lg\:border-x-violet-800\/60 {
    border-left-color: rgb(91 33 182 / 0.6);
    border-right-color: rgb(91 33 182 / 0.6);
  }

  .lg\:border-x-violet-800\/65 {
    border-left-color: rgb(91 33 182 / 0.65);
    border-right-color: rgb(91 33 182 / 0.65);
  }

  .lg\:border-x-violet-800\/70 {
    border-left-color: rgb(91 33 182 / 0.7);
    border-right-color: rgb(91 33 182 / 0.7);
  }

  .lg\:border-x-violet-800\/75 {
    border-left-color: rgb(91 33 182 / 0.75);
    border-right-color: rgb(91 33 182 / 0.75);
  }

  .lg\:border-x-violet-800\/80 {
    border-left-color: rgb(91 33 182 / 0.8);
    border-right-color: rgb(91 33 182 / 0.8);
  }

  .lg\:border-x-violet-800\/85 {
    border-left-color: rgb(91 33 182 / 0.85);
    border-right-color: rgb(91 33 182 / 0.85);
  }

  .lg\:border-x-violet-800\/90 {
    border-left-color: rgb(91 33 182 / 0.9);
    border-right-color: rgb(91 33 182 / 0.9);
  }

  .lg\:border-x-violet-800\/95 {
    border-left-color: rgb(91 33 182 / 0.95);
    border-right-color: rgb(91 33 182 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-violet-900\/0 {
    border-left-color: rgb(76 29 149 / 0);
    border-right-color: rgb(76 29 149 / 0);
  }

  .lg\:border-x-violet-900\/10 {
    border-left-color: rgb(76 29 149 / 0.1);
    border-right-color: rgb(76 29 149 / 0.1);
  }

  .lg\:border-x-violet-900\/100 {
    border-left-color: rgb(76 29 149 / 1);
    border-right-color: rgb(76 29 149 / 1);
  }

  .lg\:border-x-violet-900\/15 {
    border-left-color: rgb(76 29 149 / 0.15);
    border-right-color: rgb(76 29 149 / 0.15);
  }

  .lg\:border-x-violet-900\/20 {
    border-left-color: rgb(76 29 149 / 0.2);
    border-right-color: rgb(76 29 149 / 0.2);
  }

  .lg\:border-x-violet-900\/25 {
    border-left-color: rgb(76 29 149 / 0.25);
    border-right-color: rgb(76 29 149 / 0.25);
  }

  .lg\:border-x-violet-900\/30 {
    border-left-color: rgb(76 29 149 / 0.3);
    border-right-color: rgb(76 29 149 / 0.3);
  }

  .lg\:border-x-violet-900\/35 {
    border-left-color: rgb(76 29 149 / 0.35);
    border-right-color: rgb(76 29 149 / 0.35);
  }

  .lg\:border-x-violet-900\/40 {
    border-left-color: rgb(76 29 149 / 0.4);
    border-right-color: rgb(76 29 149 / 0.4);
  }

  .lg\:border-x-violet-900\/45 {
    border-left-color: rgb(76 29 149 / 0.45);
    border-right-color: rgb(76 29 149 / 0.45);
  }

  .lg\:border-x-violet-900\/5 {
    border-left-color: rgb(76 29 149 / 0.05);
    border-right-color: rgb(76 29 149 / 0.05);
  }

  .lg\:border-x-violet-900\/50 {
    border-left-color: rgb(76 29 149 / 0.5);
    border-right-color: rgb(76 29 149 / 0.5);
  }

  .lg\:border-x-violet-900\/55 {
    border-left-color: rgb(76 29 149 / 0.55);
    border-right-color: rgb(76 29 149 / 0.55);
  }

  .lg\:border-x-violet-900\/60 {
    border-left-color: rgb(76 29 149 / 0.6);
    border-right-color: rgb(76 29 149 / 0.6);
  }

  .lg\:border-x-violet-900\/65 {
    border-left-color: rgb(76 29 149 / 0.65);
    border-right-color: rgb(76 29 149 / 0.65);
  }

  .lg\:border-x-violet-900\/70 {
    border-left-color: rgb(76 29 149 / 0.7);
    border-right-color: rgb(76 29 149 / 0.7);
  }

  .lg\:border-x-violet-900\/75 {
    border-left-color: rgb(76 29 149 / 0.75);
    border-right-color: rgb(76 29 149 / 0.75);
  }

  .lg\:border-x-violet-900\/80 {
    border-left-color: rgb(76 29 149 / 0.8);
    border-right-color: rgb(76 29 149 / 0.8);
  }

  .lg\:border-x-violet-900\/85 {
    border-left-color: rgb(76 29 149 / 0.85);
    border-right-color: rgb(76 29 149 / 0.85);
  }

  .lg\:border-x-violet-900\/90 {
    border-left-color: rgb(76 29 149 / 0.9);
    border-right-color: rgb(76 29 149 / 0.9);
  }

  .lg\:border-x-violet-900\/95 {
    border-left-color: rgb(76 29 149 / 0.95);
    border-right-color: rgb(76 29 149 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-violet-950\/0 {
    border-left-color: rgb(46 16 101 / 0);
    border-right-color: rgb(46 16 101 / 0);
  }

  .lg\:border-x-violet-950\/10 {
    border-left-color: rgb(46 16 101 / 0.1);
    border-right-color: rgb(46 16 101 / 0.1);
  }

  .lg\:border-x-violet-950\/100 {
    border-left-color: rgb(46 16 101 / 1);
    border-right-color: rgb(46 16 101 / 1);
  }

  .lg\:border-x-violet-950\/15 {
    border-left-color: rgb(46 16 101 / 0.15);
    border-right-color: rgb(46 16 101 / 0.15);
  }

  .lg\:border-x-violet-950\/20 {
    border-left-color: rgb(46 16 101 / 0.2);
    border-right-color: rgb(46 16 101 / 0.2);
  }

  .lg\:border-x-violet-950\/25 {
    border-left-color: rgb(46 16 101 / 0.25);
    border-right-color: rgb(46 16 101 / 0.25);
  }

  .lg\:border-x-violet-950\/30 {
    border-left-color: rgb(46 16 101 / 0.3);
    border-right-color: rgb(46 16 101 / 0.3);
  }

  .lg\:border-x-violet-950\/35 {
    border-left-color: rgb(46 16 101 / 0.35);
    border-right-color: rgb(46 16 101 / 0.35);
  }

  .lg\:border-x-violet-950\/40 {
    border-left-color: rgb(46 16 101 / 0.4);
    border-right-color: rgb(46 16 101 / 0.4);
  }

  .lg\:border-x-violet-950\/45 {
    border-left-color: rgb(46 16 101 / 0.45);
    border-right-color: rgb(46 16 101 / 0.45);
  }

  .lg\:border-x-violet-950\/5 {
    border-left-color: rgb(46 16 101 / 0.05);
    border-right-color: rgb(46 16 101 / 0.05);
  }

  .lg\:border-x-violet-950\/50 {
    border-left-color: rgb(46 16 101 / 0.5);
    border-right-color: rgb(46 16 101 / 0.5);
  }

  .lg\:border-x-violet-950\/55 {
    border-left-color: rgb(46 16 101 / 0.55);
    border-right-color: rgb(46 16 101 / 0.55);
  }

  .lg\:border-x-violet-950\/60 {
    border-left-color: rgb(46 16 101 / 0.6);
    border-right-color: rgb(46 16 101 / 0.6);
  }

  .lg\:border-x-violet-950\/65 {
    border-left-color: rgb(46 16 101 / 0.65);
    border-right-color: rgb(46 16 101 / 0.65);
  }

  .lg\:border-x-violet-950\/70 {
    border-left-color: rgb(46 16 101 / 0.7);
    border-right-color: rgb(46 16 101 / 0.7);
  }

  .lg\:border-x-violet-950\/75 {
    border-left-color: rgb(46 16 101 / 0.75);
    border-right-color: rgb(46 16 101 / 0.75);
  }

  .lg\:border-x-violet-950\/80 {
    border-left-color: rgb(46 16 101 / 0.8);
    border-right-color: rgb(46 16 101 / 0.8);
  }

  .lg\:border-x-violet-950\/85 {
    border-left-color: rgb(46 16 101 / 0.85);
    border-right-color: rgb(46 16 101 / 0.85);
  }

  .lg\:border-x-violet-950\/90 {
    border-left-color: rgb(46 16 101 / 0.9);
    border-right-color: rgb(46 16 101 / 0.9);
  }

  .lg\:border-x-violet-950\/95 {
    border-left-color: rgb(46 16 101 / 0.95);
    border-right-color: rgb(46 16 101 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-white\/0 {
    border-left-color: rgb(255 255 255 / 0);
    border-right-color: rgb(255 255 255 / 0);
  }

  .lg\:border-x-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1);
    border-right-color: rgb(255 255 255 / 0.1);
  }

  .lg\:border-x-white\/100 {
    border-left-color: rgb(255 255 255 / 1);
    border-right-color: rgb(255 255 255 / 1);
  }

  .lg\:border-x-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15);
    border-right-color: rgb(255 255 255 / 0.15);
  }

  .lg\:border-x-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2);
    border-right-color: rgb(255 255 255 / 0.2);
  }

  .lg\:border-x-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25);
    border-right-color: rgb(255 255 255 / 0.25);
  }

  .lg\:border-x-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3);
    border-right-color: rgb(255 255 255 / 0.3);
  }

  .lg\:border-x-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35);
    border-right-color: rgb(255 255 255 / 0.35);
  }

  .lg\:border-x-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4);
    border-right-color: rgb(255 255 255 / 0.4);
  }

  .lg\:border-x-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45);
    border-right-color: rgb(255 255 255 / 0.45);
  }

  .lg\:border-x-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05);
    border-right-color: rgb(255 255 255 / 0.05);
  }

  .lg\:border-x-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5);
    border-right-color: rgb(255 255 255 / 0.5);
  }

  .lg\:border-x-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55);
    border-right-color: rgb(255 255 255 / 0.55);
  }

  .lg\:border-x-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6);
    border-right-color: rgb(255 255 255 / 0.6);
  }

  .lg\:border-x-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65);
    border-right-color: rgb(255 255 255 / 0.65);
  }

  .lg\:border-x-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7);
    border-right-color: rgb(255 255 255 / 0.7);
  }

  .lg\:border-x-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75);
    border-right-color: rgb(255 255 255 / 0.75);
  }

  .lg\:border-x-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8);
    border-right-color: rgb(255 255 255 / 0.8);
  }

  .lg\:border-x-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85);
    border-right-color: rgb(255 255 255 / 0.85);
  }

  .lg\:border-x-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9);
    border-right-color: rgb(255 255 255 / 0.9);
  }

  .lg\:border-x-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95);
    border-right-color: rgb(255 255 255 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0);
    border-right-color: rgb(254 249 195 / 0);
  }

  .lg\:border-x-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1);
    border-right-color: rgb(254 249 195 / 0.1);
  }

  .lg\:border-x-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1);
    border-right-color: rgb(254 249 195 / 1);
  }

  .lg\:border-x-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15);
    border-right-color: rgb(254 249 195 / 0.15);
  }

  .lg\:border-x-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2);
    border-right-color: rgb(254 249 195 / 0.2);
  }

  .lg\:border-x-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25);
    border-right-color: rgb(254 249 195 / 0.25);
  }

  .lg\:border-x-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3);
    border-right-color: rgb(254 249 195 / 0.3);
  }

  .lg\:border-x-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35);
    border-right-color: rgb(254 249 195 / 0.35);
  }

  .lg\:border-x-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4);
    border-right-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-x-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45);
    border-right-color: rgb(254 249 195 / 0.45);
  }

  .lg\:border-x-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05);
    border-right-color: rgb(254 249 195 / 0.05);
  }

  .lg\:border-x-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5);
    border-right-color: rgb(254 249 195 / 0.5);
  }

  .lg\:border-x-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55);
    border-right-color: rgb(254 249 195 / 0.55);
  }

  .lg\:border-x-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6);
    border-right-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-x-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65);
    border-right-color: rgb(254 249 195 / 0.65);
  }

  .lg\:border-x-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7);
    border-right-color: rgb(254 249 195 / 0.7);
  }

  .lg\:border-x-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75);
    border-right-color: rgb(254 249 195 / 0.75);
  }

  .lg\:border-x-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8);
    border-right-color: rgb(254 249 195 / 0.8);
  }

  .lg\:border-x-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85);
    border-right-color: rgb(254 249 195 / 0.85);
  }

  .lg\:border-x-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9);
    border-right-color: rgb(254 249 195 / 0.9);
  }

  .lg\:border-x-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95);
    border-right-color: rgb(254 249 195 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0);
    border-right-color: rgb(254 240 138 / 0);
  }

  .lg\:border-x-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1);
    border-right-color: rgb(254 240 138 / 0.1);
  }

  .lg\:border-x-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1);
    border-right-color: rgb(254 240 138 / 1);
  }

  .lg\:border-x-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15);
    border-right-color: rgb(254 240 138 / 0.15);
  }

  .lg\:border-x-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2);
    border-right-color: rgb(254 240 138 / 0.2);
  }

  .lg\:border-x-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25);
    border-right-color: rgb(254 240 138 / 0.25);
  }

  .lg\:border-x-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3);
    border-right-color: rgb(254 240 138 / 0.3);
  }

  .lg\:border-x-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35);
    border-right-color: rgb(254 240 138 / 0.35);
  }

  .lg\:border-x-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4);
    border-right-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-x-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45);
    border-right-color: rgb(254 240 138 / 0.45);
  }

  .lg\:border-x-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05);
    border-right-color: rgb(254 240 138 / 0.05);
  }

  .lg\:border-x-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5);
    border-right-color: rgb(254 240 138 / 0.5);
  }

  .lg\:border-x-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55);
    border-right-color: rgb(254 240 138 / 0.55);
  }

  .lg\:border-x-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6);
    border-right-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-x-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65);
    border-right-color: rgb(254 240 138 / 0.65);
  }

  .lg\:border-x-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7);
    border-right-color: rgb(254 240 138 / 0.7);
  }

  .lg\:border-x-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75);
    border-right-color: rgb(254 240 138 / 0.75);
  }

  .lg\:border-x-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8);
    border-right-color: rgb(254 240 138 / 0.8);
  }

  .lg\:border-x-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85);
    border-right-color: rgb(254 240 138 / 0.85);
  }

  .lg\:border-x-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9);
    border-right-color: rgb(254 240 138 / 0.9);
  }

  .lg\:border-x-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95);
    border-right-color: rgb(254 240 138 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0);
    border-right-color: rgb(253 224 71 / 0);
  }

  .lg\:border-x-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1);
    border-right-color: rgb(253 224 71 / 0.1);
  }

  .lg\:border-x-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1);
    border-right-color: rgb(253 224 71 / 1);
  }

  .lg\:border-x-yellow-300\/15 {
    border-left-color: rgb(253 224 71 / 0.15);
    border-right-color: rgb(253 224 71 / 0.15);
  }

  .lg\:border-x-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2);
    border-right-color: rgb(253 224 71 / 0.2);
  }

  .lg\:border-x-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25);
    border-right-color: rgb(253 224 71 / 0.25);
  }

  .lg\:border-x-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3);
    border-right-color: rgb(253 224 71 / 0.3);
  }

  .lg\:border-x-yellow-300\/35 {
    border-left-color: rgb(253 224 71 / 0.35);
    border-right-color: rgb(253 224 71 / 0.35);
  }

  .lg\:border-x-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4);
    border-right-color: rgb(253 224 71 / 0.4);
  }

  .lg\:border-x-yellow-300\/45 {
    border-left-color: rgb(253 224 71 / 0.45);
    border-right-color: rgb(253 224 71 / 0.45);
  }

  .lg\:border-x-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05);
    border-right-color: rgb(253 224 71 / 0.05);
  }

  .lg\:border-x-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5);
    border-right-color: rgb(253 224 71 / 0.5);
  }

  .lg\:border-x-yellow-300\/55 {
    border-left-color: rgb(253 224 71 / 0.55);
    border-right-color: rgb(253 224 71 / 0.55);
  }

  .lg\:border-x-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6);
    border-right-color: rgb(253 224 71 / 0.6);
  }

  .lg\:border-x-yellow-300\/65 {
    border-left-color: rgb(253 224 71 / 0.65);
    border-right-color: rgb(253 224 71 / 0.65);
  }

  .lg\:border-x-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7);
    border-right-color: rgb(253 224 71 / 0.7);
  }

  .lg\:border-x-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75);
    border-right-color: rgb(253 224 71 / 0.75);
  }

  .lg\:border-x-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8);
    border-right-color: rgb(253 224 71 / 0.8);
  }

  .lg\:border-x-yellow-300\/85 {
    border-left-color: rgb(253 224 71 / 0.85);
    border-right-color: rgb(253 224 71 / 0.85);
  }

  .lg\:border-x-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9);
    border-right-color: rgb(253 224 71 / 0.9);
  }

  .lg\:border-x-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95);
    border-right-color: rgb(253 224 71 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0);
    border-right-color: rgb(250 204 21 / 0);
  }

  .lg\:border-x-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1);
    border-right-color: rgb(250 204 21 / 0.1);
  }

  .lg\:border-x-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1);
    border-right-color: rgb(250 204 21 / 1);
  }

  .lg\:border-x-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15);
    border-right-color: rgb(250 204 21 / 0.15);
  }

  .lg\:border-x-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2);
    border-right-color: rgb(250 204 21 / 0.2);
  }

  .lg\:border-x-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25);
    border-right-color: rgb(250 204 21 / 0.25);
  }

  .lg\:border-x-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3);
    border-right-color: rgb(250 204 21 / 0.3);
  }

  .lg\:border-x-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35);
    border-right-color: rgb(250 204 21 / 0.35);
  }

  .lg\:border-x-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4);
    border-right-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-x-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45);
    border-right-color: rgb(250 204 21 / 0.45);
  }

  .lg\:border-x-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05);
    border-right-color: rgb(250 204 21 / 0.05);
  }

  .lg\:border-x-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5);
    border-right-color: rgb(250 204 21 / 0.5);
  }

  .lg\:border-x-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55);
    border-right-color: rgb(250 204 21 / 0.55);
  }

  .lg\:border-x-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6);
    border-right-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-x-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65);
    border-right-color: rgb(250 204 21 / 0.65);
  }

  .lg\:border-x-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7);
    border-right-color: rgb(250 204 21 / 0.7);
  }

  .lg\:border-x-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75);
    border-right-color: rgb(250 204 21 / 0.75);
  }

  .lg\:border-x-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8);
    border-right-color: rgb(250 204 21 / 0.8);
  }

  .lg\:border-x-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85);
    border-right-color: rgb(250 204 21 / 0.85);
  }

  .lg\:border-x-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9);
    border-right-color: rgb(250 204 21 / 0.9);
  }

  .lg\:border-x-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95);
    border-right-color: rgb(250 204 21 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0);
    border-right-color: rgb(254 252 232 / 0);
  }

  .lg\:border-x-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1);
    border-right-color: rgb(254 252 232 / 0.1);
  }

  .lg\:border-x-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1);
    border-right-color: rgb(254 252 232 / 1);
  }

  .lg\:border-x-yellow-50\/15 {
    border-left-color: rgb(254 252 232 / 0.15);
    border-right-color: rgb(254 252 232 / 0.15);
  }

  .lg\:border-x-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2);
    border-right-color: rgb(254 252 232 / 0.2);
  }

  .lg\:border-x-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25);
    border-right-color: rgb(254 252 232 / 0.25);
  }

  .lg\:border-x-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3);
    border-right-color: rgb(254 252 232 / 0.3);
  }

  .lg\:border-x-yellow-50\/35 {
    border-left-color: rgb(254 252 232 / 0.35);
    border-right-color: rgb(254 252 232 / 0.35);
  }

  .lg\:border-x-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4);
    border-right-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-x-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45);
    border-right-color: rgb(254 252 232 / 0.45);
  }

  .lg\:border-x-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05);
    border-right-color: rgb(254 252 232 / 0.05);
  }

  .lg\:border-x-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5);
    border-right-color: rgb(254 252 232 / 0.5);
  }

  .lg\:border-x-yellow-50\/55 {
    border-left-color: rgb(254 252 232 / 0.55);
    border-right-color: rgb(254 252 232 / 0.55);
  }

  .lg\:border-x-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6);
    border-right-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-x-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65);
    border-right-color: rgb(254 252 232 / 0.65);
  }

  .lg\:border-x-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7);
    border-right-color: rgb(254 252 232 / 0.7);
  }

  .lg\:border-x-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75);
    border-right-color: rgb(254 252 232 / 0.75);
  }

  .lg\:border-x-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8);
    border-right-color: rgb(254 252 232 / 0.8);
  }

  .lg\:border-x-yellow-50\/85 {
    border-left-color: rgb(254 252 232 / 0.85);
    border-right-color: rgb(254 252 232 / 0.85);
  }

  .lg\:border-x-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9);
    border-right-color: rgb(254 252 232 / 0.9);
  }

  .lg\:border-x-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95);
    border-right-color: rgb(254 252 232 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0);
    border-right-color: rgb(234 179 8 / 0);
  }

  .lg\:border-x-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1);
    border-right-color: rgb(234 179 8 / 0.1);
  }

  .lg\:border-x-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1);
    border-right-color: rgb(234 179 8 / 1);
  }

  .lg\:border-x-yellow-500\/15 {
    border-left-color: rgb(234 179 8 / 0.15);
    border-right-color: rgb(234 179 8 / 0.15);
  }

  .lg\:border-x-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2);
    border-right-color: rgb(234 179 8 / 0.2);
  }

  .lg\:border-x-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25);
    border-right-color: rgb(234 179 8 / 0.25);
  }

  .lg\:border-x-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3);
    border-right-color: rgb(234 179 8 / 0.3);
  }

  .lg\:border-x-yellow-500\/35 {
    border-left-color: rgb(234 179 8 / 0.35);
    border-right-color: rgb(234 179 8 / 0.35);
  }

  .lg\:border-x-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4);
    border-right-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-x-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45);
    border-right-color: rgb(234 179 8 / 0.45);
  }

  .lg\:border-x-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05);
    border-right-color: rgb(234 179 8 / 0.05);
  }

  .lg\:border-x-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5);
    border-right-color: rgb(234 179 8 / 0.5);
  }

  .lg\:border-x-yellow-500\/55 {
    border-left-color: rgb(234 179 8 / 0.55);
    border-right-color: rgb(234 179 8 / 0.55);
  }

  .lg\:border-x-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6);
    border-right-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-x-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65);
    border-right-color: rgb(234 179 8 / 0.65);
  }

  .lg\:border-x-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7);
    border-right-color: rgb(234 179 8 / 0.7);
  }

  .lg\:border-x-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75);
    border-right-color: rgb(234 179 8 / 0.75);
  }

  .lg\:border-x-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8);
    border-right-color: rgb(234 179 8 / 0.8);
  }

  .lg\:border-x-yellow-500\/85 {
    border-left-color: rgb(234 179 8 / 0.85);
    border-right-color: rgb(234 179 8 / 0.85);
  }

  .lg\:border-x-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9);
    border-right-color: rgb(234 179 8 / 0.9);
  }

  .lg\:border-x-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95);
    border-right-color: rgb(234 179 8 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0);
    border-right-color: rgb(202 138 4 / 0);
  }

  .lg\:border-x-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1);
    border-right-color: rgb(202 138 4 / 0.1);
  }

  .lg\:border-x-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1);
    border-right-color: rgb(202 138 4 / 1);
  }

  .lg\:border-x-yellow-600\/15 {
    border-left-color: rgb(202 138 4 / 0.15);
    border-right-color: rgb(202 138 4 / 0.15);
  }

  .lg\:border-x-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2);
    border-right-color: rgb(202 138 4 / 0.2);
  }

  .lg\:border-x-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25);
    border-right-color: rgb(202 138 4 / 0.25);
  }

  .lg\:border-x-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3);
    border-right-color: rgb(202 138 4 / 0.3);
  }

  .lg\:border-x-yellow-600\/35 {
    border-left-color: rgb(202 138 4 / 0.35);
    border-right-color: rgb(202 138 4 / 0.35);
  }

  .lg\:border-x-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4);
    border-right-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-x-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45);
    border-right-color: rgb(202 138 4 / 0.45);
  }

  .lg\:border-x-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05);
    border-right-color: rgb(202 138 4 / 0.05);
  }

  .lg\:border-x-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5);
    border-right-color: rgb(202 138 4 / 0.5);
  }

  .lg\:border-x-yellow-600\/55 {
    border-left-color: rgb(202 138 4 / 0.55);
    border-right-color: rgb(202 138 4 / 0.55);
  }

  .lg\:border-x-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6);
    border-right-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-x-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65);
    border-right-color: rgb(202 138 4 / 0.65);
  }

  .lg\:border-x-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7);
    border-right-color: rgb(202 138 4 / 0.7);
  }

  .lg\:border-x-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75);
    border-right-color: rgb(202 138 4 / 0.75);
  }

  .lg\:border-x-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8);
    border-right-color: rgb(202 138 4 / 0.8);
  }

  .lg\:border-x-yellow-600\/85 {
    border-left-color: rgb(202 138 4 / 0.85);
    border-right-color: rgb(202 138 4 / 0.85);
  }

  .lg\:border-x-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9);
    border-right-color: rgb(202 138 4 / 0.9);
  }

  .lg\:border-x-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95);
    border-right-color: rgb(202 138 4 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0);
    border-right-color: rgb(161 98 7 / 0);
  }

  .lg\:border-x-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1);
    border-right-color: rgb(161 98 7 / 0.1);
  }

  .lg\:border-x-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1);
    border-right-color: rgb(161 98 7 / 1);
  }

  .lg\:border-x-yellow-700\/15 {
    border-left-color: rgb(161 98 7 / 0.15);
    border-right-color: rgb(161 98 7 / 0.15);
  }

  .lg\:border-x-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2);
    border-right-color: rgb(161 98 7 / 0.2);
  }

  .lg\:border-x-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25);
    border-right-color: rgb(161 98 7 / 0.25);
  }

  .lg\:border-x-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3);
    border-right-color: rgb(161 98 7 / 0.3);
  }

  .lg\:border-x-yellow-700\/35 {
    border-left-color: rgb(161 98 7 / 0.35);
    border-right-color: rgb(161 98 7 / 0.35);
  }

  .lg\:border-x-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4);
    border-right-color: rgb(161 98 7 / 0.4);
  }

  .lg\:border-x-yellow-700\/45 {
    border-left-color: rgb(161 98 7 / 0.45);
    border-right-color: rgb(161 98 7 / 0.45);
  }

  .lg\:border-x-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05);
    border-right-color: rgb(161 98 7 / 0.05);
  }

  .lg\:border-x-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5);
    border-right-color: rgb(161 98 7 / 0.5);
  }

  .lg\:border-x-yellow-700\/55 {
    border-left-color: rgb(161 98 7 / 0.55);
    border-right-color: rgb(161 98 7 / 0.55);
  }

  .lg\:border-x-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6);
    border-right-color: rgb(161 98 7 / 0.6);
  }

  .lg\:border-x-yellow-700\/65 {
    border-left-color: rgb(161 98 7 / 0.65);
    border-right-color: rgb(161 98 7 / 0.65);
  }

  .lg\:border-x-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7);
    border-right-color: rgb(161 98 7 / 0.7);
  }

  .lg\:border-x-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75);
    border-right-color: rgb(161 98 7 / 0.75);
  }

  .lg\:border-x-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8);
    border-right-color: rgb(161 98 7 / 0.8);
  }

  .lg\:border-x-yellow-700\/85 {
    border-left-color: rgb(161 98 7 / 0.85);
    border-right-color: rgb(161 98 7 / 0.85);
  }

  .lg\:border-x-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9);
    border-right-color: rgb(161 98 7 / 0.9);
  }

  .lg\:border-x-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95);
    border-right-color: rgb(161 98 7 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0);
    border-right-color: rgb(133 77 14 / 0);
  }

  .lg\:border-x-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1);
    border-right-color: rgb(133 77 14 / 0.1);
  }

  .lg\:border-x-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1);
    border-right-color: rgb(133 77 14 / 1);
  }

  .lg\:border-x-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15);
    border-right-color: rgb(133 77 14 / 0.15);
  }

  .lg\:border-x-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2);
    border-right-color: rgb(133 77 14 / 0.2);
  }

  .lg\:border-x-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25);
    border-right-color: rgb(133 77 14 / 0.25);
  }

  .lg\:border-x-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3);
    border-right-color: rgb(133 77 14 / 0.3);
  }

  .lg\:border-x-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35);
    border-right-color: rgb(133 77 14 / 0.35);
  }

  .lg\:border-x-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4);
    border-right-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-x-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45);
    border-right-color: rgb(133 77 14 / 0.45);
  }

  .lg\:border-x-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05);
    border-right-color: rgb(133 77 14 / 0.05);
  }

  .lg\:border-x-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5);
    border-right-color: rgb(133 77 14 / 0.5);
  }

  .lg\:border-x-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55);
    border-right-color: rgb(133 77 14 / 0.55);
  }

  .lg\:border-x-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6);
    border-right-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-x-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65);
    border-right-color: rgb(133 77 14 / 0.65);
  }

  .lg\:border-x-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7);
    border-right-color: rgb(133 77 14 / 0.7);
  }

  .lg\:border-x-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75);
    border-right-color: rgb(133 77 14 / 0.75);
  }

  .lg\:border-x-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8);
    border-right-color: rgb(133 77 14 / 0.8);
  }

  .lg\:border-x-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85);
    border-right-color: rgb(133 77 14 / 0.85);
  }

  .lg\:border-x-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9);
    border-right-color: rgb(133 77 14 / 0.9);
  }

  .lg\:border-x-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95);
    border-right-color: rgb(133 77 14 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0);
    border-right-color: rgb(113 63 18 / 0);
  }

  .lg\:border-x-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1);
    border-right-color: rgb(113 63 18 / 0.1);
  }

  .lg\:border-x-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1);
    border-right-color: rgb(113 63 18 / 1);
  }

  .lg\:border-x-yellow-900\/15 {
    border-left-color: rgb(113 63 18 / 0.15);
    border-right-color: rgb(113 63 18 / 0.15);
  }

  .lg\:border-x-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2);
    border-right-color: rgb(113 63 18 / 0.2);
  }

  .lg\:border-x-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25);
    border-right-color: rgb(113 63 18 / 0.25);
  }

  .lg\:border-x-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3);
    border-right-color: rgb(113 63 18 / 0.3);
  }

  .lg\:border-x-yellow-900\/35 {
    border-left-color: rgb(113 63 18 / 0.35);
    border-right-color: rgb(113 63 18 / 0.35);
  }

  .lg\:border-x-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4);
    border-right-color: rgb(113 63 18 / 0.4);
  }

  .lg\:border-x-yellow-900\/45 {
    border-left-color: rgb(113 63 18 / 0.45);
    border-right-color: rgb(113 63 18 / 0.45);
  }

  .lg\:border-x-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05);
    border-right-color: rgb(113 63 18 / 0.05);
  }

  .lg\:border-x-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5);
    border-right-color: rgb(113 63 18 / 0.5);
  }

  .lg\:border-x-yellow-900\/55 {
    border-left-color: rgb(113 63 18 / 0.55);
    border-right-color: rgb(113 63 18 / 0.55);
  }

  .lg\:border-x-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6);
    border-right-color: rgb(113 63 18 / 0.6);
  }

  .lg\:border-x-yellow-900\/65 {
    border-left-color: rgb(113 63 18 / 0.65);
    border-right-color: rgb(113 63 18 / 0.65);
  }

  .lg\:border-x-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7);
    border-right-color: rgb(113 63 18 / 0.7);
  }

  .lg\:border-x-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75);
    border-right-color: rgb(113 63 18 / 0.75);
  }

  .lg\:border-x-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8);
    border-right-color: rgb(113 63 18 / 0.8);
  }

  .lg\:border-x-yellow-900\/85 {
    border-left-color: rgb(113 63 18 / 0.85);
    border-right-color: rgb(113 63 18 / 0.85);
  }

  .lg\:border-x-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9);
    border-right-color: rgb(113 63 18 / 0.9);
  }

  .lg\:border-x-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95);
    border-right-color: rgb(113 63 18 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0);
    border-right-color: rgb(66 32 6 / 0);
  }

  .lg\:border-x-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1);
    border-right-color: rgb(66 32 6 / 0.1);
  }

  .lg\:border-x-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1);
    border-right-color: rgb(66 32 6 / 1);
  }

  .lg\:border-x-yellow-950\/15 {
    border-left-color: rgb(66 32 6 / 0.15);
    border-right-color: rgb(66 32 6 / 0.15);
  }

  .lg\:border-x-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2);
    border-right-color: rgb(66 32 6 / 0.2);
  }

  .lg\:border-x-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25);
    border-right-color: rgb(66 32 6 / 0.25);
  }

  .lg\:border-x-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3);
    border-right-color: rgb(66 32 6 / 0.3);
  }

  .lg\:border-x-yellow-950\/35 {
    border-left-color: rgb(66 32 6 / 0.35);
    border-right-color: rgb(66 32 6 / 0.35);
  }

  .lg\:border-x-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4);
    border-right-color: rgb(66 32 6 / 0.4);
  }

  .lg\:border-x-yellow-950\/45 {
    border-left-color: rgb(66 32 6 / 0.45);
    border-right-color: rgb(66 32 6 / 0.45);
  }

  .lg\:border-x-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05);
    border-right-color: rgb(66 32 6 / 0.05);
  }

  .lg\:border-x-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5);
    border-right-color: rgb(66 32 6 / 0.5);
  }

  .lg\:border-x-yellow-950\/55 {
    border-left-color: rgb(66 32 6 / 0.55);
    border-right-color: rgb(66 32 6 / 0.55);
  }

  .lg\:border-x-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6);
    border-right-color: rgb(66 32 6 / 0.6);
  }

  .lg\:border-x-yellow-950\/65 {
    border-left-color: rgb(66 32 6 / 0.65);
    border-right-color: rgb(66 32 6 / 0.65);
  }

  .lg\:border-x-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7);
    border-right-color: rgb(66 32 6 / 0.7);
  }

  .lg\:border-x-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75);
    border-right-color: rgb(66 32 6 / 0.75);
  }

  .lg\:border-x-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8);
    border-right-color: rgb(66 32 6 / 0.8);
  }

  .lg\:border-x-yellow-950\/85 {
    border-left-color: rgb(66 32 6 / 0.85);
    border-right-color: rgb(66 32 6 / 0.85);
  }

  .lg\:border-x-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9);
    border-right-color: rgb(66 32 6 / 0.9);
  }

  .lg\:border-x-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95);
    border-right-color: rgb(66 32 6 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-zinc-100\/0 {
    border-left-color: rgb(244 244 245 / 0);
    border-right-color: rgb(244 244 245 / 0);
  }

  .lg\:border-x-zinc-100\/10 {
    border-left-color: rgb(244 244 245 / 0.1);
    border-right-color: rgb(244 244 245 / 0.1);
  }

  .lg\:border-x-zinc-100\/100 {
    border-left-color: rgb(244 244 245 / 1);
    border-right-color: rgb(244 244 245 / 1);
  }

  .lg\:border-x-zinc-100\/15 {
    border-left-color: rgb(244 244 245 / 0.15);
    border-right-color: rgb(244 244 245 / 0.15);
  }

  .lg\:border-x-zinc-100\/20 {
    border-left-color: rgb(244 244 245 / 0.2);
    border-right-color: rgb(244 244 245 / 0.2);
  }

  .lg\:border-x-zinc-100\/25 {
    border-left-color: rgb(244 244 245 / 0.25);
    border-right-color: rgb(244 244 245 / 0.25);
  }

  .lg\:border-x-zinc-100\/30 {
    border-left-color: rgb(244 244 245 / 0.3);
    border-right-color: rgb(244 244 245 / 0.3);
  }

  .lg\:border-x-zinc-100\/35 {
    border-left-color: rgb(244 244 245 / 0.35);
    border-right-color: rgb(244 244 245 / 0.35);
  }

  .lg\:border-x-zinc-100\/40 {
    border-left-color: rgb(244 244 245 / 0.4);
    border-right-color: rgb(244 244 245 / 0.4);
  }

  .lg\:border-x-zinc-100\/45 {
    border-left-color: rgb(244 244 245 / 0.45);
    border-right-color: rgb(244 244 245 / 0.45);
  }

  .lg\:border-x-zinc-100\/5 {
    border-left-color: rgb(244 244 245 / 0.05);
    border-right-color: rgb(244 244 245 / 0.05);
  }

  .lg\:border-x-zinc-100\/50 {
    border-left-color: rgb(244 244 245 / 0.5);
    border-right-color: rgb(244 244 245 / 0.5);
  }

  .lg\:border-x-zinc-100\/55 {
    border-left-color: rgb(244 244 245 / 0.55);
    border-right-color: rgb(244 244 245 / 0.55);
  }

  .lg\:border-x-zinc-100\/60 {
    border-left-color: rgb(244 244 245 / 0.6);
    border-right-color: rgb(244 244 245 / 0.6);
  }

  .lg\:border-x-zinc-100\/65 {
    border-left-color: rgb(244 244 245 / 0.65);
    border-right-color: rgb(244 244 245 / 0.65);
  }

  .lg\:border-x-zinc-100\/70 {
    border-left-color: rgb(244 244 245 / 0.7);
    border-right-color: rgb(244 244 245 / 0.7);
  }

  .lg\:border-x-zinc-100\/75 {
    border-left-color: rgb(244 244 245 / 0.75);
    border-right-color: rgb(244 244 245 / 0.75);
  }

  .lg\:border-x-zinc-100\/80 {
    border-left-color: rgb(244 244 245 / 0.8);
    border-right-color: rgb(244 244 245 / 0.8);
  }

  .lg\:border-x-zinc-100\/85 {
    border-left-color: rgb(244 244 245 / 0.85);
    border-right-color: rgb(244 244 245 / 0.85);
  }

  .lg\:border-x-zinc-100\/90 {
    border-left-color: rgb(244 244 245 / 0.9);
    border-right-color: rgb(244 244 245 / 0.9);
  }

  .lg\:border-x-zinc-100\/95 {
    border-left-color: rgb(244 244 245 / 0.95);
    border-right-color: rgb(244 244 245 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-zinc-200\/0 {
    border-left-color: rgb(228 228 231 / 0);
    border-right-color: rgb(228 228 231 / 0);
  }

  .lg\:border-x-zinc-200\/10 {
    border-left-color: rgb(228 228 231 / 0.1);
    border-right-color: rgb(228 228 231 / 0.1);
  }

  .lg\:border-x-zinc-200\/100 {
    border-left-color: rgb(228 228 231 / 1);
    border-right-color: rgb(228 228 231 / 1);
  }

  .lg\:border-x-zinc-200\/15 {
    border-left-color: rgb(228 228 231 / 0.15);
    border-right-color: rgb(228 228 231 / 0.15);
  }

  .lg\:border-x-zinc-200\/20 {
    border-left-color: rgb(228 228 231 / 0.2);
    border-right-color: rgb(228 228 231 / 0.2);
  }

  .lg\:border-x-zinc-200\/25 {
    border-left-color: rgb(228 228 231 / 0.25);
    border-right-color: rgb(228 228 231 / 0.25);
  }

  .lg\:border-x-zinc-200\/30 {
    border-left-color: rgb(228 228 231 / 0.3);
    border-right-color: rgb(228 228 231 / 0.3);
  }

  .lg\:border-x-zinc-200\/35 {
    border-left-color: rgb(228 228 231 / 0.35);
    border-right-color: rgb(228 228 231 / 0.35);
  }

  .lg\:border-x-zinc-200\/40 {
    border-left-color: rgb(228 228 231 / 0.4);
    border-right-color: rgb(228 228 231 / 0.4);
  }

  .lg\:border-x-zinc-200\/45 {
    border-left-color: rgb(228 228 231 / 0.45);
    border-right-color: rgb(228 228 231 / 0.45);
  }

  .lg\:border-x-zinc-200\/5 {
    border-left-color: rgb(228 228 231 / 0.05);
    border-right-color: rgb(228 228 231 / 0.05);
  }

  .lg\:border-x-zinc-200\/50 {
    border-left-color: rgb(228 228 231 / 0.5);
    border-right-color: rgb(228 228 231 / 0.5);
  }

  .lg\:border-x-zinc-200\/55 {
    border-left-color: rgb(228 228 231 / 0.55);
    border-right-color: rgb(228 228 231 / 0.55);
  }

  .lg\:border-x-zinc-200\/60 {
    border-left-color: rgb(228 228 231 / 0.6);
    border-right-color: rgb(228 228 231 / 0.6);
  }

  .lg\:border-x-zinc-200\/65 {
    border-left-color: rgb(228 228 231 / 0.65);
    border-right-color: rgb(228 228 231 / 0.65);
  }

  .lg\:border-x-zinc-200\/70 {
    border-left-color: rgb(228 228 231 / 0.7);
    border-right-color: rgb(228 228 231 / 0.7);
  }

  .lg\:border-x-zinc-200\/75 {
    border-left-color: rgb(228 228 231 / 0.75);
    border-right-color: rgb(228 228 231 / 0.75);
  }

  .lg\:border-x-zinc-200\/80 {
    border-left-color: rgb(228 228 231 / 0.8);
    border-right-color: rgb(228 228 231 / 0.8);
  }

  .lg\:border-x-zinc-200\/85 {
    border-left-color: rgb(228 228 231 / 0.85);
    border-right-color: rgb(228 228 231 / 0.85);
  }

  .lg\:border-x-zinc-200\/90 {
    border-left-color: rgb(228 228 231 / 0.9);
    border-right-color: rgb(228 228 231 / 0.9);
  }

  .lg\:border-x-zinc-200\/95 {
    border-left-color: rgb(228 228 231 / 0.95);
    border-right-color: rgb(228 228 231 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-zinc-300\/0 {
    border-left-color: rgb(212 212 216 / 0);
    border-right-color: rgb(212 212 216 / 0);
  }

  .lg\:border-x-zinc-300\/10 {
    border-left-color: rgb(212 212 216 / 0.1);
    border-right-color: rgb(212 212 216 / 0.1);
  }

  .lg\:border-x-zinc-300\/100 {
    border-left-color: rgb(212 212 216 / 1);
    border-right-color: rgb(212 212 216 / 1);
  }

  .lg\:border-x-zinc-300\/15 {
    border-left-color: rgb(212 212 216 / 0.15);
    border-right-color: rgb(212 212 216 / 0.15);
  }

  .lg\:border-x-zinc-300\/20 {
    border-left-color: rgb(212 212 216 / 0.2);
    border-right-color: rgb(212 212 216 / 0.2);
  }

  .lg\:border-x-zinc-300\/25 {
    border-left-color: rgb(212 212 216 / 0.25);
    border-right-color: rgb(212 212 216 / 0.25);
  }

  .lg\:border-x-zinc-300\/30 {
    border-left-color: rgb(212 212 216 / 0.3);
    border-right-color: rgb(212 212 216 / 0.3);
  }

  .lg\:border-x-zinc-300\/35 {
    border-left-color: rgb(212 212 216 / 0.35);
    border-right-color: rgb(212 212 216 / 0.35);
  }

  .lg\:border-x-zinc-300\/40 {
    border-left-color: rgb(212 212 216 / 0.4);
    border-right-color: rgb(212 212 216 / 0.4);
  }

  .lg\:border-x-zinc-300\/45 {
    border-left-color: rgb(212 212 216 / 0.45);
    border-right-color: rgb(212 212 216 / 0.45);
  }

  .lg\:border-x-zinc-300\/5 {
    border-left-color: rgb(212 212 216 / 0.05);
    border-right-color: rgb(212 212 216 / 0.05);
  }

  .lg\:border-x-zinc-300\/50 {
    border-left-color: rgb(212 212 216 / 0.5);
    border-right-color: rgb(212 212 216 / 0.5);
  }

  .lg\:border-x-zinc-300\/55 {
    border-left-color: rgb(212 212 216 / 0.55);
    border-right-color: rgb(212 212 216 / 0.55);
  }

  .lg\:border-x-zinc-300\/60 {
    border-left-color: rgb(212 212 216 / 0.6);
    border-right-color: rgb(212 212 216 / 0.6);
  }

  .lg\:border-x-zinc-300\/65 {
    border-left-color: rgb(212 212 216 / 0.65);
    border-right-color: rgb(212 212 216 / 0.65);
  }

  .lg\:border-x-zinc-300\/70 {
    border-left-color: rgb(212 212 216 / 0.7);
    border-right-color: rgb(212 212 216 / 0.7);
  }

  .lg\:border-x-zinc-300\/75 {
    border-left-color: rgb(212 212 216 / 0.75);
    border-right-color: rgb(212 212 216 / 0.75);
  }

  .lg\:border-x-zinc-300\/80 {
    border-left-color: rgb(212 212 216 / 0.8);
    border-right-color: rgb(212 212 216 / 0.8);
  }

  .lg\:border-x-zinc-300\/85 {
    border-left-color: rgb(212 212 216 / 0.85);
    border-right-color: rgb(212 212 216 / 0.85);
  }

  .lg\:border-x-zinc-300\/90 {
    border-left-color: rgb(212 212 216 / 0.9);
    border-right-color: rgb(212 212 216 / 0.9);
  }

  .lg\:border-x-zinc-300\/95 {
    border-left-color: rgb(212 212 216 / 0.95);
    border-right-color: rgb(212 212 216 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-zinc-400\/0 {
    border-left-color: rgb(161 161 170 / 0);
    border-right-color: rgb(161 161 170 / 0);
  }

  .lg\:border-x-zinc-400\/10 {
    border-left-color: rgb(161 161 170 / 0.1);
    border-right-color: rgb(161 161 170 / 0.1);
  }

  .lg\:border-x-zinc-400\/100 {
    border-left-color: rgb(161 161 170 / 1);
    border-right-color: rgb(161 161 170 / 1);
  }

  .lg\:border-x-zinc-400\/15 {
    border-left-color: rgb(161 161 170 / 0.15);
    border-right-color: rgb(161 161 170 / 0.15);
  }

  .lg\:border-x-zinc-400\/20 {
    border-left-color: rgb(161 161 170 / 0.2);
    border-right-color: rgb(161 161 170 / 0.2);
  }

  .lg\:border-x-zinc-400\/25 {
    border-left-color: rgb(161 161 170 / 0.25);
    border-right-color: rgb(161 161 170 / 0.25);
  }

  .lg\:border-x-zinc-400\/30 {
    border-left-color: rgb(161 161 170 / 0.3);
    border-right-color: rgb(161 161 170 / 0.3);
  }

  .lg\:border-x-zinc-400\/35 {
    border-left-color: rgb(161 161 170 / 0.35);
    border-right-color: rgb(161 161 170 / 0.35);
  }

  .lg\:border-x-zinc-400\/40 {
    border-left-color: rgb(161 161 170 / 0.4);
    border-right-color: rgb(161 161 170 / 0.4);
  }

  .lg\:border-x-zinc-400\/45 {
    border-left-color: rgb(161 161 170 / 0.45);
    border-right-color: rgb(161 161 170 / 0.45);
  }

  .lg\:border-x-zinc-400\/5 {
    border-left-color: rgb(161 161 170 / 0.05);
    border-right-color: rgb(161 161 170 / 0.05);
  }

  .lg\:border-x-zinc-400\/50 {
    border-left-color: rgb(161 161 170 / 0.5);
    border-right-color: rgb(161 161 170 / 0.5);
  }

  .lg\:border-x-zinc-400\/55 {
    border-left-color: rgb(161 161 170 / 0.55);
    border-right-color: rgb(161 161 170 / 0.55);
  }

  .lg\:border-x-zinc-400\/60 {
    border-left-color: rgb(161 161 170 / 0.6);
    border-right-color: rgb(161 161 170 / 0.6);
  }

  .lg\:border-x-zinc-400\/65 {
    border-left-color: rgb(161 161 170 / 0.65);
    border-right-color: rgb(161 161 170 / 0.65);
  }

  .lg\:border-x-zinc-400\/70 {
    border-left-color: rgb(161 161 170 / 0.7);
    border-right-color: rgb(161 161 170 / 0.7);
  }

  .lg\:border-x-zinc-400\/75 {
    border-left-color: rgb(161 161 170 / 0.75);
    border-right-color: rgb(161 161 170 / 0.75);
  }

  .lg\:border-x-zinc-400\/80 {
    border-left-color: rgb(161 161 170 / 0.8);
    border-right-color: rgb(161 161 170 / 0.8);
  }

  .lg\:border-x-zinc-400\/85 {
    border-left-color: rgb(161 161 170 / 0.85);
    border-right-color: rgb(161 161 170 / 0.85);
  }

  .lg\:border-x-zinc-400\/90 {
    border-left-color: rgb(161 161 170 / 0.9);
    border-right-color: rgb(161 161 170 / 0.9);
  }

  .lg\:border-x-zinc-400\/95 {
    border-left-color: rgb(161 161 170 / 0.95);
    border-right-color: rgb(161 161 170 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-zinc-50\/0 {
    border-left-color: rgb(250 250 250 / 0);
    border-right-color: rgb(250 250 250 / 0);
  }

  .lg\:border-x-zinc-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1);
    border-right-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-x-zinc-50\/100 {
    border-left-color: rgb(250 250 250 / 1);
    border-right-color: rgb(250 250 250 / 1);
  }

  .lg\:border-x-zinc-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15);
    border-right-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-x-zinc-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2);
    border-right-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-x-zinc-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25);
    border-right-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-x-zinc-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3);
    border-right-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-x-zinc-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35);
    border-right-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-x-zinc-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4);
    border-right-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-x-zinc-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45);
    border-right-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-x-zinc-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05);
    border-right-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-x-zinc-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5);
    border-right-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-x-zinc-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55);
    border-right-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-x-zinc-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6);
    border-right-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-x-zinc-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65);
    border-right-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-x-zinc-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7);
    border-right-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-x-zinc-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75);
    border-right-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-x-zinc-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8);
    border-right-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-x-zinc-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85);
    border-right-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-x-zinc-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9);
    border-right-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-x-zinc-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95);
    border-right-color: rgb(250 250 250 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-zinc-500\/0 {
    border-left-color: rgb(113 113 122 / 0);
    border-right-color: rgb(113 113 122 / 0);
  }

  .lg\:border-x-zinc-500\/10 {
    border-left-color: rgb(113 113 122 / 0.1);
    border-right-color: rgb(113 113 122 / 0.1);
  }

  .lg\:border-x-zinc-500\/100 {
    border-left-color: rgb(113 113 122 / 1);
    border-right-color: rgb(113 113 122 / 1);
  }

  .lg\:border-x-zinc-500\/15 {
    border-left-color: rgb(113 113 122 / 0.15);
    border-right-color: rgb(113 113 122 / 0.15);
  }

  .lg\:border-x-zinc-500\/20 {
    border-left-color: rgb(113 113 122 / 0.2);
    border-right-color: rgb(113 113 122 / 0.2);
  }

  .lg\:border-x-zinc-500\/25 {
    border-left-color: rgb(113 113 122 / 0.25);
    border-right-color: rgb(113 113 122 / 0.25);
  }

  .lg\:border-x-zinc-500\/30 {
    border-left-color: rgb(113 113 122 / 0.3);
    border-right-color: rgb(113 113 122 / 0.3);
  }

  .lg\:border-x-zinc-500\/35 {
    border-left-color: rgb(113 113 122 / 0.35);
    border-right-color: rgb(113 113 122 / 0.35);
  }

  .lg\:border-x-zinc-500\/40 {
    border-left-color: rgb(113 113 122 / 0.4);
    border-right-color: rgb(113 113 122 / 0.4);
  }

  .lg\:border-x-zinc-500\/45 {
    border-left-color: rgb(113 113 122 / 0.45);
    border-right-color: rgb(113 113 122 / 0.45);
  }

  .lg\:border-x-zinc-500\/5 {
    border-left-color: rgb(113 113 122 / 0.05);
    border-right-color: rgb(113 113 122 / 0.05);
  }

  .lg\:border-x-zinc-500\/50 {
    border-left-color: rgb(113 113 122 / 0.5);
    border-right-color: rgb(113 113 122 / 0.5);
  }

  .lg\:border-x-zinc-500\/55 {
    border-left-color: rgb(113 113 122 / 0.55);
    border-right-color: rgb(113 113 122 / 0.55);
  }

  .lg\:border-x-zinc-500\/60 {
    border-left-color: rgb(113 113 122 / 0.6);
    border-right-color: rgb(113 113 122 / 0.6);
  }

  .lg\:border-x-zinc-500\/65 {
    border-left-color: rgb(113 113 122 / 0.65);
    border-right-color: rgb(113 113 122 / 0.65);
  }

  .lg\:border-x-zinc-500\/70 {
    border-left-color: rgb(113 113 122 / 0.7);
    border-right-color: rgb(113 113 122 / 0.7);
  }

  .lg\:border-x-zinc-500\/75 {
    border-left-color: rgb(113 113 122 / 0.75);
    border-right-color: rgb(113 113 122 / 0.75);
  }

  .lg\:border-x-zinc-500\/80 {
    border-left-color: rgb(113 113 122 / 0.8);
    border-right-color: rgb(113 113 122 / 0.8);
  }

  .lg\:border-x-zinc-500\/85 {
    border-left-color: rgb(113 113 122 / 0.85);
    border-right-color: rgb(113 113 122 / 0.85);
  }

  .lg\:border-x-zinc-500\/90 {
    border-left-color: rgb(113 113 122 / 0.9);
    border-right-color: rgb(113 113 122 / 0.9);
  }

  .lg\:border-x-zinc-500\/95 {
    border-left-color: rgb(113 113 122 / 0.95);
    border-right-color: rgb(113 113 122 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-zinc-600\/0 {
    border-left-color: rgb(82 82 91 / 0);
    border-right-color: rgb(82 82 91 / 0);
  }

  .lg\:border-x-zinc-600\/10 {
    border-left-color: rgb(82 82 91 / 0.1);
    border-right-color: rgb(82 82 91 / 0.1);
  }

  .lg\:border-x-zinc-600\/100 {
    border-left-color: rgb(82 82 91 / 1);
    border-right-color: rgb(82 82 91 / 1);
  }

  .lg\:border-x-zinc-600\/15 {
    border-left-color: rgb(82 82 91 / 0.15);
    border-right-color: rgb(82 82 91 / 0.15);
  }

  .lg\:border-x-zinc-600\/20 {
    border-left-color: rgb(82 82 91 / 0.2);
    border-right-color: rgb(82 82 91 / 0.2);
  }

  .lg\:border-x-zinc-600\/25 {
    border-left-color: rgb(82 82 91 / 0.25);
    border-right-color: rgb(82 82 91 / 0.25);
  }

  .lg\:border-x-zinc-600\/30 {
    border-left-color: rgb(82 82 91 / 0.3);
    border-right-color: rgb(82 82 91 / 0.3);
  }

  .lg\:border-x-zinc-600\/35 {
    border-left-color: rgb(82 82 91 / 0.35);
    border-right-color: rgb(82 82 91 / 0.35);
  }

  .lg\:border-x-zinc-600\/40 {
    border-left-color: rgb(82 82 91 / 0.4);
    border-right-color: rgb(82 82 91 / 0.4);
  }

  .lg\:border-x-zinc-600\/45 {
    border-left-color: rgb(82 82 91 / 0.45);
    border-right-color: rgb(82 82 91 / 0.45);
  }

  .lg\:border-x-zinc-600\/5 {
    border-left-color: rgb(82 82 91 / 0.05);
    border-right-color: rgb(82 82 91 / 0.05);
  }

  .lg\:border-x-zinc-600\/50 {
    border-left-color: rgb(82 82 91 / 0.5);
    border-right-color: rgb(82 82 91 / 0.5);
  }

  .lg\:border-x-zinc-600\/55 {
    border-left-color: rgb(82 82 91 / 0.55);
    border-right-color: rgb(82 82 91 / 0.55);
  }

  .lg\:border-x-zinc-600\/60 {
    border-left-color: rgb(82 82 91 / 0.6);
    border-right-color: rgb(82 82 91 / 0.6);
  }

  .lg\:border-x-zinc-600\/65 {
    border-left-color: rgb(82 82 91 / 0.65);
    border-right-color: rgb(82 82 91 / 0.65);
  }

  .lg\:border-x-zinc-600\/70 {
    border-left-color: rgb(82 82 91 / 0.7);
    border-right-color: rgb(82 82 91 / 0.7);
  }

  .lg\:border-x-zinc-600\/75 {
    border-left-color: rgb(82 82 91 / 0.75);
    border-right-color: rgb(82 82 91 / 0.75);
  }

  .lg\:border-x-zinc-600\/80 {
    border-left-color: rgb(82 82 91 / 0.8);
    border-right-color: rgb(82 82 91 / 0.8);
  }

  .lg\:border-x-zinc-600\/85 {
    border-left-color: rgb(82 82 91 / 0.85);
    border-right-color: rgb(82 82 91 / 0.85);
  }

  .lg\:border-x-zinc-600\/90 {
    border-left-color: rgb(82 82 91 / 0.9);
    border-right-color: rgb(82 82 91 / 0.9);
  }

  .lg\:border-x-zinc-600\/95 {
    border-left-color: rgb(82 82 91 / 0.95);
    border-right-color: rgb(82 82 91 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-zinc-700\/0 {
    border-left-color: rgb(63 63 70 / 0);
    border-right-color: rgb(63 63 70 / 0);
  }

  .lg\:border-x-zinc-700\/10 {
    border-left-color: rgb(63 63 70 / 0.1);
    border-right-color: rgb(63 63 70 / 0.1);
  }

  .lg\:border-x-zinc-700\/100 {
    border-left-color: rgb(63 63 70 / 1);
    border-right-color: rgb(63 63 70 / 1);
  }

  .lg\:border-x-zinc-700\/15 {
    border-left-color: rgb(63 63 70 / 0.15);
    border-right-color: rgb(63 63 70 / 0.15);
  }

  .lg\:border-x-zinc-700\/20 {
    border-left-color: rgb(63 63 70 / 0.2);
    border-right-color: rgb(63 63 70 / 0.2);
  }

  .lg\:border-x-zinc-700\/25 {
    border-left-color: rgb(63 63 70 / 0.25);
    border-right-color: rgb(63 63 70 / 0.25);
  }

  .lg\:border-x-zinc-700\/30 {
    border-left-color: rgb(63 63 70 / 0.3);
    border-right-color: rgb(63 63 70 / 0.3);
  }

  .lg\:border-x-zinc-700\/35 {
    border-left-color: rgb(63 63 70 / 0.35);
    border-right-color: rgb(63 63 70 / 0.35);
  }

  .lg\:border-x-zinc-700\/40 {
    border-left-color: rgb(63 63 70 / 0.4);
    border-right-color: rgb(63 63 70 / 0.4);
  }

  .lg\:border-x-zinc-700\/45 {
    border-left-color: rgb(63 63 70 / 0.45);
    border-right-color: rgb(63 63 70 / 0.45);
  }

  .lg\:border-x-zinc-700\/5 {
    border-left-color: rgb(63 63 70 / 0.05);
    border-right-color: rgb(63 63 70 / 0.05);
  }

  .lg\:border-x-zinc-700\/50 {
    border-left-color: rgb(63 63 70 / 0.5);
    border-right-color: rgb(63 63 70 / 0.5);
  }

  .lg\:border-x-zinc-700\/55 {
    border-left-color: rgb(63 63 70 / 0.55);
    border-right-color: rgb(63 63 70 / 0.55);
  }

  .lg\:border-x-zinc-700\/60 {
    border-left-color: rgb(63 63 70 / 0.6);
    border-right-color: rgb(63 63 70 / 0.6);
  }

  .lg\:border-x-zinc-700\/65 {
    border-left-color: rgb(63 63 70 / 0.65);
    border-right-color: rgb(63 63 70 / 0.65);
  }

  .lg\:border-x-zinc-700\/70 {
    border-left-color: rgb(63 63 70 / 0.7);
    border-right-color: rgb(63 63 70 / 0.7);
  }

  .lg\:border-x-zinc-700\/75 {
    border-left-color: rgb(63 63 70 / 0.75);
    border-right-color: rgb(63 63 70 / 0.75);
  }

  .lg\:border-x-zinc-700\/80 {
    border-left-color: rgb(63 63 70 / 0.8);
    border-right-color: rgb(63 63 70 / 0.8);
  }

  .lg\:border-x-zinc-700\/85 {
    border-left-color: rgb(63 63 70 / 0.85);
    border-right-color: rgb(63 63 70 / 0.85);
  }

  .lg\:border-x-zinc-700\/90 {
    border-left-color: rgb(63 63 70 / 0.9);
    border-right-color: rgb(63 63 70 / 0.9);
  }

  .lg\:border-x-zinc-700\/95 {
    border-left-color: rgb(63 63 70 / 0.95);
    border-right-color: rgb(63 63 70 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-zinc-800\/0 {
    border-left-color: rgb(39 39 42 / 0);
    border-right-color: rgb(39 39 42 / 0);
  }

  .lg\:border-x-zinc-800\/10 {
    border-left-color: rgb(39 39 42 / 0.1);
    border-right-color: rgb(39 39 42 / 0.1);
  }

  .lg\:border-x-zinc-800\/100 {
    border-left-color: rgb(39 39 42 / 1);
    border-right-color: rgb(39 39 42 / 1);
  }

  .lg\:border-x-zinc-800\/15 {
    border-left-color: rgb(39 39 42 / 0.15);
    border-right-color: rgb(39 39 42 / 0.15);
  }

  .lg\:border-x-zinc-800\/20 {
    border-left-color: rgb(39 39 42 / 0.2);
    border-right-color: rgb(39 39 42 / 0.2);
  }

  .lg\:border-x-zinc-800\/25 {
    border-left-color: rgb(39 39 42 / 0.25);
    border-right-color: rgb(39 39 42 / 0.25);
  }

  .lg\:border-x-zinc-800\/30 {
    border-left-color: rgb(39 39 42 / 0.3);
    border-right-color: rgb(39 39 42 / 0.3);
  }

  .lg\:border-x-zinc-800\/35 {
    border-left-color: rgb(39 39 42 / 0.35);
    border-right-color: rgb(39 39 42 / 0.35);
  }

  .lg\:border-x-zinc-800\/40 {
    border-left-color: rgb(39 39 42 / 0.4);
    border-right-color: rgb(39 39 42 / 0.4);
  }

  .lg\:border-x-zinc-800\/45 {
    border-left-color: rgb(39 39 42 / 0.45);
    border-right-color: rgb(39 39 42 / 0.45);
  }

  .lg\:border-x-zinc-800\/5 {
    border-left-color: rgb(39 39 42 / 0.05);
    border-right-color: rgb(39 39 42 / 0.05);
  }

  .lg\:border-x-zinc-800\/50 {
    border-left-color: rgb(39 39 42 / 0.5);
    border-right-color: rgb(39 39 42 / 0.5);
  }

  .lg\:border-x-zinc-800\/55 {
    border-left-color: rgb(39 39 42 / 0.55);
    border-right-color: rgb(39 39 42 / 0.55);
  }

  .lg\:border-x-zinc-800\/60 {
    border-left-color: rgb(39 39 42 / 0.6);
    border-right-color: rgb(39 39 42 / 0.6);
  }

  .lg\:border-x-zinc-800\/65 {
    border-left-color: rgb(39 39 42 / 0.65);
    border-right-color: rgb(39 39 42 / 0.65);
  }

  .lg\:border-x-zinc-800\/70 {
    border-left-color: rgb(39 39 42 / 0.7);
    border-right-color: rgb(39 39 42 / 0.7);
  }

  .lg\:border-x-zinc-800\/75 {
    border-left-color: rgb(39 39 42 / 0.75);
    border-right-color: rgb(39 39 42 / 0.75);
  }

  .lg\:border-x-zinc-800\/80 {
    border-left-color: rgb(39 39 42 / 0.8);
    border-right-color: rgb(39 39 42 / 0.8);
  }

  .lg\:border-x-zinc-800\/85 {
    border-left-color: rgb(39 39 42 / 0.85);
    border-right-color: rgb(39 39 42 / 0.85);
  }

  .lg\:border-x-zinc-800\/90 {
    border-left-color: rgb(39 39 42 / 0.9);
    border-right-color: rgb(39 39 42 / 0.9);
  }

  .lg\:border-x-zinc-800\/95 {
    border-left-color: rgb(39 39 42 / 0.95);
    border-right-color: rgb(39 39 42 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-zinc-900\/0 {
    border-left-color: rgb(24 24 27 / 0);
    border-right-color: rgb(24 24 27 / 0);
  }

  .lg\:border-x-zinc-900\/10 {
    border-left-color: rgb(24 24 27 / 0.1);
    border-right-color: rgb(24 24 27 / 0.1);
  }

  .lg\:border-x-zinc-900\/100 {
    border-left-color: rgb(24 24 27 / 1);
    border-right-color: rgb(24 24 27 / 1);
  }

  .lg\:border-x-zinc-900\/15 {
    border-left-color: rgb(24 24 27 / 0.15);
    border-right-color: rgb(24 24 27 / 0.15);
  }

  .lg\:border-x-zinc-900\/20 {
    border-left-color: rgb(24 24 27 / 0.2);
    border-right-color: rgb(24 24 27 / 0.2);
  }

  .lg\:border-x-zinc-900\/25 {
    border-left-color: rgb(24 24 27 / 0.25);
    border-right-color: rgb(24 24 27 / 0.25);
  }

  .lg\:border-x-zinc-900\/30 {
    border-left-color: rgb(24 24 27 / 0.3);
    border-right-color: rgb(24 24 27 / 0.3);
  }

  .lg\:border-x-zinc-900\/35 {
    border-left-color: rgb(24 24 27 / 0.35);
    border-right-color: rgb(24 24 27 / 0.35);
  }

  .lg\:border-x-zinc-900\/40 {
    border-left-color: rgb(24 24 27 / 0.4);
    border-right-color: rgb(24 24 27 / 0.4);
  }

  .lg\:border-x-zinc-900\/45 {
    border-left-color: rgb(24 24 27 / 0.45);
    border-right-color: rgb(24 24 27 / 0.45);
  }

  .lg\:border-x-zinc-900\/5 {
    border-left-color: rgb(24 24 27 / 0.05);
    border-right-color: rgb(24 24 27 / 0.05);
  }

  .lg\:border-x-zinc-900\/50 {
    border-left-color: rgb(24 24 27 / 0.5);
    border-right-color: rgb(24 24 27 / 0.5);
  }

  .lg\:border-x-zinc-900\/55 {
    border-left-color: rgb(24 24 27 / 0.55);
    border-right-color: rgb(24 24 27 / 0.55);
  }

  .lg\:border-x-zinc-900\/60 {
    border-left-color: rgb(24 24 27 / 0.6);
    border-right-color: rgb(24 24 27 / 0.6);
  }

  .lg\:border-x-zinc-900\/65 {
    border-left-color: rgb(24 24 27 / 0.65);
    border-right-color: rgb(24 24 27 / 0.65);
  }

  .lg\:border-x-zinc-900\/70 {
    border-left-color: rgb(24 24 27 / 0.7);
    border-right-color: rgb(24 24 27 / 0.7);
  }

  .lg\:border-x-zinc-900\/75 {
    border-left-color: rgb(24 24 27 / 0.75);
    border-right-color: rgb(24 24 27 / 0.75);
  }

  .lg\:border-x-zinc-900\/80 {
    border-left-color: rgb(24 24 27 / 0.8);
    border-right-color: rgb(24 24 27 / 0.8);
  }

  .lg\:border-x-zinc-900\/85 {
    border-left-color: rgb(24 24 27 / 0.85);
    border-right-color: rgb(24 24 27 / 0.85);
  }

  .lg\:border-x-zinc-900\/90 {
    border-left-color: rgb(24 24 27 / 0.9);
    border-right-color: rgb(24 24 27 / 0.9);
  }

  .lg\:border-x-zinc-900\/95 {
    border-left-color: rgb(24 24 27 / 0.95);
    border-right-color: rgb(24 24 27 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-x-zinc-950\/0 {
    border-left-color: rgb(9 9 11 / 0);
    border-right-color: rgb(9 9 11 / 0);
  }

  .lg\:border-x-zinc-950\/10 {
    border-left-color: rgb(9 9 11 / 0.1);
    border-right-color: rgb(9 9 11 / 0.1);
  }

  .lg\:border-x-zinc-950\/100 {
    border-left-color: rgb(9 9 11 / 1);
    border-right-color: rgb(9 9 11 / 1);
  }

  .lg\:border-x-zinc-950\/15 {
    border-left-color: rgb(9 9 11 / 0.15);
    border-right-color: rgb(9 9 11 / 0.15);
  }

  .lg\:border-x-zinc-950\/20 {
    border-left-color: rgb(9 9 11 / 0.2);
    border-right-color: rgb(9 9 11 / 0.2);
  }

  .lg\:border-x-zinc-950\/25 {
    border-left-color: rgb(9 9 11 / 0.25);
    border-right-color: rgb(9 9 11 / 0.25);
  }

  .lg\:border-x-zinc-950\/30 {
    border-left-color: rgb(9 9 11 / 0.3);
    border-right-color: rgb(9 9 11 / 0.3);
  }

  .lg\:border-x-zinc-950\/35 {
    border-left-color: rgb(9 9 11 / 0.35);
    border-right-color: rgb(9 9 11 / 0.35);
  }

  .lg\:border-x-zinc-950\/40 {
    border-left-color: rgb(9 9 11 / 0.4);
    border-right-color: rgb(9 9 11 / 0.4);
  }

  .lg\:border-x-zinc-950\/45 {
    border-left-color: rgb(9 9 11 / 0.45);
    border-right-color: rgb(9 9 11 / 0.45);
  }

  .lg\:border-x-zinc-950\/5 {
    border-left-color: rgb(9 9 11 / 0.05);
    border-right-color: rgb(9 9 11 / 0.05);
  }

  .lg\:border-x-zinc-950\/50 {
    border-left-color: rgb(9 9 11 / 0.5);
    border-right-color: rgb(9 9 11 / 0.5);
  }

  .lg\:border-x-zinc-950\/55 {
    border-left-color: rgb(9 9 11 / 0.55);
    border-right-color: rgb(9 9 11 / 0.55);
  }

  .lg\:border-x-zinc-950\/60 {
    border-left-color: rgb(9 9 11 / 0.6);
    border-right-color: rgb(9 9 11 / 0.6);
  }

  .lg\:border-x-zinc-950\/65 {
    border-left-color: rgb(9 9 11 / 0.65);
    border-right-color: rgb(9 9 11 / 0.65);
  }

  .lg\:border-x-zinc-950\/70 {
    border-left-color: rgb(9 9 11 / 0.7);
    border-right-color: rgb(9 9 11 / 0.7);
  }

  .lg\:border-x-zinc-950\/75 {
    border-left-color: rgb(9 9 11 / 0.75);
    border-right-color: rgb(9 9 11 / 0.75);
  }

  .lg\:border-x-zinc-950\/80 {
    border-left-color: rgb(9 9 11 / 0.8);
    border-right-color: rgb(9 9 11 / 0.8);
  }

  .lg\:border-x-zinc-950\/85 {
    border-left-color: rgb(9 9 11 / 0.85);
    border-right-color: rgb(9 9 11 / 0.85);
  }

  .lg\:border-x-zinc-950\/90 {
    border-left-color: rgb(9 9 11 / 0.9);
    border-right-color: rgb(9 9 11 / 0.9);
  }

  .lg\:border-x-zinc-950\/95 {
    border-left-color: rgb(9 9 11 / 0.95);
    border-right-color: rgb(9 9 11 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-amber-100\/0 {
    border-top-color: rgb(254 243 199 / 0);
    border-bottom-color: rgb(254 243 199 / 0);
  }

  .lg\:border-y-amber-100\/10 {
    border-top-color: rgb(254 243 199 / 0.1);
    border-bottom-color: rgb(254 243 199 / 0.1);
  }

  .lg\:border-y-amber-100\/100 {
    border-top-color: rgb(254 243 199 / 1);
    border-bottom-color: rgb(254 243 199 / 1);
  }

  .lg\:border-y-amber-100\/15 {
    border-top-color: rgb(254 243 199 / 0.15);
    border-bottom-color: rgb(254 243 199 / 0.15);
  }

  .lg\:border-y-amber-100\/20 {
    border-top-color: rgb(254 243 199 / 0.2);
    border-bottom-color: rgb(254 243 199 / 0.2);
  }

  .lg\:border-y-amber-100\/25 {
    border-top-color: rgb(254 243 199 / 0.25);
    border-bottom-color: rgb(254 243 199 / 0.25);
  }

  .lg\:border-y-amber-100\/30 {
    border-top-color: rgb(254 243 199 / 0.3);
    border-bottom-color: rgb(254 243 199 / 0.3);
  }

  .lg\:border-y-amber-100\/35 {
    border-top-color: rgb(254 243 199 / 0.35);
    border-bottom-color: rgb(254 243 199 / 0.35);
  }

  .lg\:border-y-amber-100\/40 {
    border-top-color: rgb(254 243 199 / 0.4);
    border-bottom-color: rgb(254 243 199 / 0.4);
  }

  .lg\:border-y-amber-100\/45 {
    border-top-color: rgb(254 243 199 / 0.45);
    border-bottom-color: rgb(254 243 199 / 0.45);
  }

  .lg\:border-y-amber-100\/5 {
    border-top-color: rgb(254 243 199 / 0.05);
    border-bottom-color: rgb(254 243 199 / 0.05);
  }

  .lg\:border-y-amber-100\/50 {
    border-top-color: rgb(254 243 199 / 0.5);
    border-bottom-color: rgb(254 243 199 / 0.5);
  }

  .lg\:border-y-amber-100\/55 {
    border-top-color: rgb(254 243 199 / 0.55);
    border-bottom-color: rgb(254 243 199 / 0.55);
  }

  .lg\:border-y-amber-100\/60 {
    border-top-color: rgb(254 243 199 / 0.6);
    border-bottom-color: rgb(254 243 199 / 0.6);
  }

  .lg\:border-y-amber-100\/65 {
    border-top-color: rgb(254 243 199 / 0.65);
    border-bottom-color: rgb(254 243 199 / 0.65);
  }

  .lg\:border-y-amber-100\/70 {
    border-top-color: rgb(254 243 199 / 0.7);
    border-bottom-color: rgb(254 243 199 / 0.7);
  }

  .lg\:border-y-amber-100\/75 {
    border-top-color: rgb(254 243 199 / 0.75);
    border-bottom-color: rgb(254 243 199 / 0.75);
  }

  .lg\:border-y-amber-100\/80 {
    border-top-color: rgb(254 243 199 / 0.8);
    border-bottom-color: rgb(254 243 199 / 0.8);
  }

  .lg\:border-y-amber-100\/85 {
    border-top-color: rgb(254 243 199 / 0.85);
    border-bottom-color: rgb(254 243 199 / 0.85);
  }

  .lg\:border-y-amber-100\/90 {
    border-top-color: rgb(254 243 199 / 0.9);
    border-bottom-color: rgb(254 243 199 / 0.9);
  }

  .lg\:border-y-amber-100\/95 {
    border-top-color: rgb(254 243 199 / 0.95);
    border-bottom-color: rgb(254 243 199 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-amber-200\/0 {
    border-top-color: rgb(253 230 138 / 0);
    border-bottom-color: rgb(253 230 138 / 0);
  }

  .lg\:border-y-amber-200\/10 {
    border-top-color: rgb(253 230 138 / 0.1);
    border-bottom-color: rgb(253 230 138 / 0.1);
  }

  .lg\:border-y-amber-200\/100 {
    border-top-color: rgb(253 230 138 / 1);
    border-bottom-color: rgb(253 230 138 / 1);
  }

  .lg\:border-y-amber-200\/15 {
    border-top-color: rgb(253 230 138 / 0.15);
    border-bottom-color: rgb(253 230 138 / 0.15);
  }

  .lg\:border-y-amber-200\/20 {
    border-top-color: rgb(253 230 138 / 0.2);
    border-bottom-color: rgb(253 230 138 / 0.2);
  }

  .lg\:border-y-amber-200\/25 {
    border-top-color: rgb(253 230 138 / 0.25);
    border-bottom-color: rgb(253 230 138 / 0.25);
  }

  .lg\:border-y-amber-200\/30 {
    border-top-color: rgb(253 230 138 / 0.3);
    border-bottom-color: rgb(253 230 138 / 0.3);
  }

  .lg\:border-y-amber-200\/35 {
    border-top-color: rgb(253 230 138 / 0.35);
    border-bottom-color: rgb(253 230 138 / 0.35);
  }

  .lg\:border-y-amber-200\/40 {
    border-top-color: rgb(253 230 138 / 0.4);
    border-bottom-color: rgb(253 230 138 / 0.4);
  }

  .lg\:border-y-amber-200\/45 {
    border-top-color: rgb(253 230 138 / 0.45);
    border-bottom-color: rgb(253 230 138 / 0.45);
  }

  .lg\:border-y-amber-200\/5 {
    border-top-color: rgb(253 230 138 / 0.05);
    border-bottom-color: rgb(253 230 138 / 0.05);
  }

  .lg\:border-y-amber-200\/50 {
    border-top-color: rgb(253 230 138 / 0.5);
    border-bottom-color: rgb(253 230 138 / 0.5);
  }

  .lg\:border-y-amber-200\/55 {
    border-top-color: rgb(253 230 138 / 0.55);
    border-bottom-color: rgb(253 230 138 / 0.55);
  }

  .lg\:border-y-amber-200\/60 {
    border-top-color: rgb(253 230 138 / 0.6);
    border-bottom-color: rgb(253 230 138 / 0.6);
  }

  .lg\:border-y-amber-200\/65 {
    border-top-color: rgb(253 230 138 / 0.65);
    border-bottom-color: rgb(253 230 138 / 0.65);
  }

  .lg\:border-y-amber-200\/70 {
    border-top-color: rgb(253 230 138 / 0.7);
    border-bottom-color: rgb(253 230 138 / 0.7);
  }

  .lg\:border-y-amber-200\/75 {
    border-top-color: rgb(253 230 138 / 0.75);
    border-bottom-color: rgb(253 230 138 / 0.75);
  }

  .lg\:border-y-amber-200\/80 {
    border-top-color: rgb(253 230 138 / 0.8);
    border-bottom-color: rgb(253 230 138 / 0.8);
  }

  .lg\:border-y-amber-200\/85 {
    border-top-color: rgb(253 230 138 / 0.85);
    border-bottom-color: rgb(253 230 138 / 0.85);
  }

  .lg\:border-y-amber-200\/90 {
    border-top-color: rgb(253 230 138 / 0.9);
    border-bottom-color: rgb(253 230 138 / 0.9);
  }

  .lg\:border-y-amber-200\/95 {
    border-top-color: rgb(253 230 138 / 0.95);
    border-bottom-color: rgb(253 230 138 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-amber-300\/0 {
    border-top-color: rgb(252 211 77 / 0);
    border-bottom-color: rgb(252 211 77 / 0);
  }

  .lg\:border-y-amber-300\/10 {
    border-top-color: rgb(252 211 77 / 0.1);
    border-bottom-color: rgb(252 211 77 / 0.1);
  }

  .lg\:border-y-amber-300\/100 {
    border-top-color: rgb(252 211 77 / 1);
    border-bottom-color: rgb(252 211 77 / 1);
  }

  .lg\:border-y-amber-300\/15 {
    border-top-color: rgb(252 211 77 / 0.15);
    border-bottom-color: rgb(252 211 77 / 0.15);
  }

  .lg\:border-y-amber-300\/20 {
    border-top-color: rgb(252 211 77 / 0.2);
    border-bottom-color: rgb(252 211 77 / 0.2);
  }

  .lg\:border-y-amber-300\/25 {
    border-top-color: rgb(252 211 77 / 0.25);
    border-bottom-color: rgb(252 211 77 / 0.25);
  }

  .lg\:border-y-amber-300\/30 {
    border-top-color: rgb(252 211 77 / 0.3);
    border-bottom-color: rgb(252 211 77 / 0.3);
  }

  .lg\:border-y-amber-300\/35 {
    border-top-color: rgb(252 211 77 / 0.35);
    border-bottom-color: rgb(252 211 77 / 0.35);
  }

  .lg\:border-y-amber-300\/40 {
    border-top-color: rgb(252 211 77 / 0.4);
    border-bottom-color: rgb(252 211 77 / 0.4);
  }

  .lg\:border-y-amber-300\/45 {
    border-top-color: rgb(252 211 77 / 0.45);
    border-bottom-color: rgb(252 211 77 / 0.45);
  }

  .lg\:border-y-amber-300\/5 {
    border-top-color: rgb(252 211 77 / 0.05);
    border-bottom-color: rgb(252 211 77 / 0.05);
  }

  .lg\:border-y-amber-300\/50 {
    border-top-color: rgb(252 211 77 / 0.5);
    border-bottom-color: rgb(252 211 77 / 0.5);
  }

  .lg\:border-y-amber-300\/55 {
    border-top-color: rgb(252 211 77 / 0.55);
    border-bottom-color: rgb(252 211 77 / 0.55);
  }

  .lg\:border-y-amber-300\/60 {
    border-top-color: rgb(252 211 77 / 0.6);
    border-bottom-color: rgb(252 211 77 / 0.6);
  }

  .lg\:border-y-amber-300\/65 {
    border-top-color: rgb(252 211 77 / 0.65);
    border-bottom-color: rgb(252 211 77 / 0.65);
  }

  .lg\:border-y-amber-300\/70 {
    border-top-color: rgb(252 211 77 / 0.7);
    border-bottom-color: rgb(252 211 77 / 0.7);
  }

  .lg\:border-y-amber-300\/75 {
    border-top-color: rgb(252 211 77 / 0.75);
    border-bottom-color: rgb(252 211 77 / 0.75);
  }

  .lg\:border-y-amber-300\/80 {
    border-top-color: rgb(252 211 77 / 0.8);
    border-bottom-color: rgb(252 211 77 / 0.8);
  }

  .lg\:border-y-amber-300\/85 {
    border-top-color: rgb(252 211 77 / 0.85);
    border-bottom-color: rgb(252 211 77 / 0.85);
  }

  .lg\:border-y-amber-300\/90 {
    border-top-color: rgb(252 211 77 / 0.9);
    border-bottom-color: rgb(252 211 77 / 0.9);
  }

  .lg\:border-y-amber-300\/95 {
    border-top-color: rgb(252 211 77 / 0.95);
    border-bottom-color: rgb(252 211 77 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-amber-400\/0 {
    border-top-color: rgb(251 191 36 / 0);
    border-bottom-color: rgb(251 191 36 / 0);
  }

  .lg\:border-y-amber-400\/10 {
    border-top-color: rgb(251 191 36 / 0.1);
    border-bottom-color: rgb(251 191 36 / 0.1);
  }

  .lg\:border-y-amber-400\/100 {
    border-top-color: rgb(251 191 36 / 1);
    border-bottom-color: rgb(251 191 36 / 1);
  }

  .lg\:border-y-amber-400\/15 {
    border-top-color: rgb(251 191 36 / 0.15);
    border-bottom-color: rgb(251 191 36 / 0.15);
  }

  .lg\:border-y-amber-400\/20 {
    border-top-color: rgb(251 191 36 / 0.2);
    border-bottom-color: rgb(251 191 36 / 0.2);
  }

  .lg\:border-y-amber-400\/25 {
    border-top-color: rgb(251 191 36 / 0.25);
    border-bottom-color: rgb(251 191 36 / 0.25);
  }

  .lg\:border-y-amber-400\/30 {
    border-top-color: rgb(251 191 36 / 0.3);
    border-bottom-color: rgb(251 191 36 / 0.3);
  }

  .lg\:border-y-amber-400\/35 {
    border-top-color: rgb(251 191 36 / 0.35);
    border-bottom-color: rgb(251 191 36 / 0.35);
  }

  .lg\:border-y-amber-400\/40 {
    border-top-color: rgb(251 191 36 / 0.4);
    border-bottom-color: rgb(251 191 36 / 0.4);
  }

  .lg\:border-y-amber-400\/45 {
    border-top-color: rgb(251 191 36 / 0.45);
    border-bottom-color: rgb(251 191 36 / 0.45);
  }

  .lg\:border-y-amber-400\/5 {
    border-top-color: rgb(251 191 36 / 0.05);
    border-bottom-color: rgb(251 191 36 / 0.05);
  }

  .lg\:border-y-amber-400\/50 {
    border-top-color: rgb(251 191 36 / 0.5);
    border-bottom-color: rgb(251 191 36 / 0.5);
  }

  .lg\:border-y-amber-400\/55 {
    border-top-color: rgb(251 191 36 / 0.55);
    border-bottom-color: rgb(251 191 36 / 0.55);
  }

  .lg\:border-y-amber-400\/60 {
    border-top-color: rgb(251 191 36 / 0.6);
    border-bottom-color: rgb(251 191 36 / 0.6);
  }

  .lg\:border-y-amber-400\/65 {
    border-top-color: rgb(251 191 36 / 0.65);
    border-bottom-color: rgb(251 191 36 / 0.65);
  }

  .lg\:border-y-amber-400\/70 {
    border-top-color: rgb(251 191 36 / 0.7);
    border-bottom-color: rgb(251 191 36 / 0.7);
  }

  .lg\:border-y-amber-400\/75 {
    border-top-color: rgb(251 191 36 / 0.75);
    border-bottom-color: rgb(251 191 36 / 0.75);
  }

  .lg\:border-y-amber-400\/80 {
    border-top-color: rgb(251 191 36 / 0.8);
    border-bottom-color: rgb(251 191 36 / 0.8);
  }

  .lg\:border-y-amber-400\/85 {
    border-top-color: rgb(251 191 36 / 0.85);
    border-bottom-color: rgb(251 191 36 / 0.85);
  }

  .lg\:border-y-amber-400\/90 {
    border-top-color: rgb(251 191 36 / 0.9);
    border-bottom-color: rgb(251 191 36 / 0.9);
  }

  .lg\:border-y-amber-400\/95 {
    border-top-color: rgb(251 191 36 / 0.95);
    border-bottom-color: rgb(251 191 36 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-amber-50\/0 {
    border-top-color: rgb(255 251 235 / 0);
    border-bottom-color: rgb(255 251 235 / 0);
  }

  .lg\:border-y-amber-50\/10 {
    border-top-color: rgb(255 251 235 / 0.1);
    border-bottom-color: rgb(255 251 235 / 0.1);
  }

  .lg\:border-y-amber-50\/100 {
    border-top-color: rgb(255 251 235 / 1);
    border-bottom-color: rgb(255 251 235 / 1);
  }

  .lg\:border-y-amber-50\/15 {
    border-top-color: rgb(255 251 235 / 0.15);
    border-bottom-color: rgb(255 251 235 / 0.15);
  }

  .lg\:border-y-amber-50\/20 {
    border-top-color: rgb(255 251 235 / 0.2);
    border-bottom-color: rgb(255 251 235 / 0.2);
  }

  .lg\:border-y-amber-50\/25 {
    border-top-color: rgb(255 251 235 / 0.25);
    border-bottom-color: rgb(255 251 235 / 0.25);
  }

  .lg\:border-y-amber-50\/30 {
    border-top-color: rgb(255 251 235 / 0.3);
    border-bottom-color: rgb(255 251 235 / 0.3);
  }

  .lg\:border-y-amber-50\/35 {
    border-top-color: rgb(255 251 235 / 0.35);
    border-bottom-color: rgb(255 251 235 / 0.35);
  }

  .lg\:border-y-amber-50\/40 {
    border-top-color: rgb(255 251 235 / 0.4);
    border-bottom-color: rgb(255 251 235 / 0.4);
  }

  .lg\:border-y-amber-50\/45 {
    border-top-color: rgb(255 251 235 / 0.45);
    border-bottom-color: rgb(255 251 235 / 0.45);
  }

  .lg\:border-y-amber-50\/5 {
    border-top-color: rgb(255 251 235 / 0.05);
    border-bottom-color: rgb(255 251 235 / 0.05);
  }

  .lg\:border-y-amber-50\/50 {
    border-top-color: rgb(255 251 235 / 0.5);
    border-bottom-color: rgb(255 251 235 / 0.5);
  }

  .lg\:border-y-amber-50\/55 {
    border-top-color: rgb(255 251 235 / 0.55);
    border-bottom-color: rgb(255 251 235 / 0.55);
  }

  .lg\:border-y-amber-50\/60 {
    border-top-color: rgb(255 251 235 / 0.6);
    border-bottom-color: rgb(255 251 235 / 0.6);
  }

  .lg\:border-y-amber-50\/65 {
    border-top-color: rgb(255 251 235 / 0.65);
    border-bottom-color: rgb(255 251 235 / 0.65);
  }

  .lg\:border-y-amber-50\/70 {
    border-top-color: rgb(255 251 235 / 0.7);
    border-bottom-color: rgb(255 251 235 / 0.7);
  }

  .lg\:border-y-amber-50\/75 {
    border-top-color: rgb(255 251 235 / 0.75);
    border-bottom-color: rgb(255 251 235 / 0.75);
  }

  .lg\:border-y-amber-50\/80 {
    border-top-color: rgb(255 251 235 / 0.8);
    border-bottom-color: rgb(255 251 235 / 0.8);
  }

  .lg\:border-y-amber-50\/85 {
    border-top-color: rgb(255 251 235 / 0.85);
    border-bottom-color: rgb(255 251 235 / 0.85);
  }

  .lg\:border-y-amber-50\/90 {
    border-top-color: rgb(255 251 235 / 0.9);
    border-bottom-color: rgb(255 251 235 / 0.9);
  }

  .lg\:border-y-amber-50\/95 {
    border-top-color: rgb(255 251 235 / 0.95);
    border-bottom-color: rgb(255 251 235 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-amber-500\/0 {
    border-top-color: rgb(245 158 11 / 0);
    border-bottom-color: rgb(245 158 11 / 0);
  }

  .lg\:border-y-amber-500\/10 {
    border-top-color: rgb(245 158 11 / 0.1);
    border-bottom-color: rgb(245 158 11 / 0.1);
  }

  .lg\:border-y-amber-500\/100 {
    border-top-color: rgb(245 158 11 / 1);
    border-bottom-color: rgb(245 158 11 / 1);
  }

  .lg\:border-y-amber-500\/15 {
    border-top-color: rgb(245 158 11 / 0.15);
    border-bottom-color: rgb(245 158 11 / 0.15);
  }

  .lg\:border-y-amber-500\/20 {
    border-top-color: rgb(245 158 11 / 0.2);
    border-bottom-color: rgb(245 158 11 / 0.2);
  }

  .lg\:border-y-amber-500\/25 {
    border-top-color: rgb(245 158 11 / 0.25);
    border-bottom-color: rgb(245 158 11 / 0.25);
  }

  .lg\:border-y-amber-500\/30 {
    border-top-color: rgb(245 158 11 / 0.3);
    border-bottom-color: rgb(245 158 11 / 0.3);
  }

  .lg\:border-y-amber-500\/35 {
    border-top-color: rgb(245 158 11 / 0.35);
    border-bottom-color: rgb(245 158 11 / 0.35);
  }

  .lg\:border-y-amber-500\/40 {
    border-top-color: rgb(245 158 11 / 0.4);
    border-bottom-color: rgb(245 158 11 / 0.4);
  }

  .lg\:border-y-amber-500\/45 {
    border-top-color: rgb(245 158 11 / 0.45);
    border-bottom-color: rgb(245 158 11 / 0.45);
  }

  .lg\:border-y-amber-500\/5 {
    border-top-color: rgb(245 158 11 / 0.05);
    border-bottom-color: rgb(245 158 11 / 0.05);
  }

  .lg\:border-y-amber-500\/50 {
    border-top-color: rgb(245 158 11 / 0.5);
    border-bottom-color: rgb(245 158 11 / 0.5);
  }

  .lg\:border-y-amber-500\/55 {
    border-top-color: rgb(245 158 11 / 0.55);
    border-bottom-color: rgb(245 158 11 / 0.55);
  }

  .lg\:border-y-amber-500\/60 {
    border-top-color: rgb(245 158 11 / 0.6);
    border-bottom-color: rgb(245 158 11 / 0.6);
  }

  .lg\:border-y-amber-500\/65 {
    border-top-color: rgb(245 158 11 / 0.65);
    border-bottom-color: rgb(245 158 11 / 0.65);
  }

  .lg\:border-y-amber-500\/70 {
    border-top-color: rgb(245 158 11 / 0.7);
    border-bottom-color: rgb(245 158 11 / 0.7);
  }

  .lg\:border-y-amber-500\/75 {
    border-top-color: rgb(245 158 11 / 0.75);
    border-bottom-color: rgb(245 158 11 / 0.75);
  }

  .lg\:border-y-amber-500\/80 {
    border-top-color: rgb(245 158 11 / 0.8);
    border-bottom-color: rgb(245 158 11 / 0.8);
  }

  .lg\:border-y-amber-500\/85 {
    border-top-color: rgb(245 158 11 / 0.85);
    border-bottom-color: rgb(245 158 11 / 0.85);
  }

  .lg\:border-y-amber-500\/90 {
    border-top-color: rgb(245 158 11 / 0.9);
    border-bottom-color: rgb(245 158 11 / 0.9);
  }

  .lg\:border-y-amber-500\/95 {
    border-top-color: rgb(245 158 11 / 0.95);
    border-bottom-color: rgb(245 158 11 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-amber-600\/0 {
    border-top-color: rgb(217 119 6 / 0);
    border-bottom-color: rgb(217 119 6 / 0);
  }

  .lg\:border-y-amber-600\/10 {
    border-top-color: rgb(217 119 6 / 0.1);
    border-bottom-color: rgb(217 119 6 / 0.1);
  }

  .lg\:border-y-amber-600\/100 {
    border-top-color: rgb(217 119 6 / 1);
    border-bottom-color: rgb(217 119 6 / 1);
  }

  .lg\:border-y-amber-600\/15 {
    border-top-color: rgb(217 119 6 / 0.15);
    border-bottom-color: rgb(217 119 6 / 0.15);
  }

  .lg\:border-y-amber-600\/20 {
    border-top-color: rgb(217 119 6 / 0.2);
    border-bottom-color: rgb(217 119 6 / 0.2);
  }

  .lg\:border-y-amber-600\/25 {
    border-top-color: rgb(217 119 6 / 0.25);
    border-bottom-color: rgb(217 119 6 / 0.25);
  }

  .lg\:border-y-amber-600\/30 {
    border-top-color: rgb(217 119 6 / 0.3);
    border-bottom-color: rgb(217 119 6 / 0.3);
  }

  .lg\:border-y-amber-600\/35 {
    border-top-color: rgb(217 119 6 / 0.35);
    border-bottom-color: rgb(217 119 6 / 0.35);
  }

  .lg\:border-y-amber-600\/40 {
    border-top-color: rgb(217 119 6 / 0.4);
    border-bottom-color: rgb(217 119 6 / 0.4);
  }

  .lg\:border-y-amber-600\/45 {
    border-top-color: rgb(217 119 6 / 0.45);
    border-bottom-color: rgb(217 119 6 / 0.45);
  }

  .lg\:border-y-amber-600\/5 {
    border-top-color: rgb(217 119 6 / 0.05);
    border-bottom-color: rgb(217 119 6 / 0.05);
  }

  .lg\:border-y-amber-600\/50 {
    border-top-color: rgb(217 119 6 / 0.5);
    border-bottom-color: rgb(217 119 6 / 0.5);
  }

  .lg\:border-y-amber-600\/55 {
    border-top-color: rgb(217 119 6 / 0.55);
    border-bottom-color: rgb(217 119 6 / 0.55);
  }

  .lg\:border-y-amber-600\/60 {
    border-top-color: rgb(217 119 6 / 0.6);
    border-bottom-color: rgb(217 119 6 / 0.6);
  }

  .lg\:border-y-amber-600\/65 {
    border-top-color: rgb(217 119 6 / 0.65);
    border-bottom-color: rgb(217 119 6 / 0.65);
  }

  .lg\:border-y-amber-600\/70 {
    border-top-color: rgb(217 119 6 / 0.7);
    border-bottom-color: rgb(217 119 6 / 0.7);
  }

  .lg\:border-y-amber-600\/75 {
    border-top-color: rgb(217 119 6 / 0.75);
    border-bottom-color: rgb(217 119 6 / 0.75);
  }

  .lg\:border-y-amber-600\/80 {
    border-top-color: rgb(217 119 6 / 0.8);
    border-bottom-color: rgb(217 119 6 / 0.8);
  }

  .lg\:border-y-amber-600\/85 {
    border-top-color: rgb(217 119 6 / 0.85);
    border-bottom-color: rgb(217 119 6 / 0.85);
  }

  .lg\:border-y-amber-600\/90 {
    border-top-color: rgb(217 119 6 / 0.9);
    border-bottom-color: rgb(217 119 6 / 0.9);
  }

  .lg\:border-y-amber-600\/95 {
    border-top-color: rgb(217 119 6 / 0.95);
    border-bottom-color: rgb(217 119 6 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-amber-700\/0 {
    border-top-color: rgb(180 83 9 / 0);
    border-bottom-color: rgb(180 83 9 / 0);
  }

  .lg\:border-y-amber-700\/10 {
    border-top-color: rgb(180 83 9 / 0.1);
    border-bottom-color: rgb(180 83 9 / 0.1);
  }

  .lg\:border-y-amber-700\/100 {
    border-top-color: rgb(180 83 9 / 1);
    border-bottom-color: rgb(180 83 9 / 1);
  }

  .lg\:border-y-amber-700\/15 {
    border-top-color: rgb(180 83 9 / 0.15);
    border-bottom-color: rgb(180 83 9 / 0.15);
  }

  .lg\:border-y-amber-700\/20 {
    border-top-color: rgb(180 83 9 / 0.2);
    border-bottom-color: rgb(180 83 9 / 0.2);
  }

  .lg\:border-y-amber-700\/25 {
    border-top-color: rgb(180 83 9 / 0.25);
    border-bottom-color: rgb(180 83 9 / 0.25);
  }

  .lg\:border-y-amber-700\/30 {
    border-top-color: rgb(180 83 9 / 0.3);
    border-bottom-color: rgb(180 83 9 / 0.3);
  }

  .lg\:border-y-amber-700\/35 {
    border-top-color: rgb(180 83 9 / 0.35);
    border-bottom-color: rgb(180 83 9 / 0.35);
  }

  .lg\:border-y-amber-700\/40 {
    border-top-color: rgb(180 83 9 / 0.4);
    border-bottom-color: rgb(180 83 9 / 0.4);
  }

  .lg\:border-y-amber-700\/45 {
    border-top-color: rgb(180 83 9 / 0.45);
    border-bottom-color: rgb(180 83 9 / 0.45);
  }

  .lg\:border-y-amber-700\/5 {
    border-top-color: rgb(180 83 9 / 0.05);
    border-bottom-color: rgb(180 83 9 / 0.05);
  }

  .lg\:border-y-amber-700\/50 {
    border-top-color: rgb(180 83 9 / 0.5);
    border-bottom-color: rgb(180 83 9 / 0.5);
  }

  .lg\:border-y-amber-700\/55 {
    border-top-color: rgb(180 83 9 / 0.55);
    border-bottom-color: rgb(180 83 9 / 0.55);
  }

  .lg\:border-y-amber-700\/60 {
    border-top-color: rgb(180 83 9 / 0.6);
    border-bottom-color: rgb(180 83 9 / 0.6);
  }

  .lg\:border-y-amber-700\/65 {
    border-top-color: rgb(180 83 9 / 0.65);
    border-bottom-color: rgb(180 83 9 / 0.65);
  }

  .lg\:border-y-amber-700\/70 {
    border-top-color: rgb(180 83 9 / 0.7);
    border-bottom-color: rgb(180 83 9 / 0.7);
  }

  .lg\:border-y-amber-700\/75 {
    border-top-color: rgb(180 83 9 / 0.75);
    border-bottom-color: rgb(180 83 9 / 0.75);
  }

  .lg\:border-y-amber-700\/80 {
    border-top-color: rgb(180 83 9 / 0.8);
    border-bottom-color: rgb(180 83 9 / 0.8);
  }

  .lg\:border-y-amber-700\/85 {
    border-top-color: rgb(180 83 9 / 0.85);
    border-bottom-color: rgb(180 83 9 / 0.85);
  }

  .lg\:border-y-amber-700\/90 {
    border-top-color: rgb(180 83 9 / 0.9);
    border-bottom-color: rgb(180 83 9 / 0.9);
  }

  .lg\:border-y-amber-700\/95 {
    border-top-color: rgb(180 83 9 / 0.95);
    border-bottom-color: rgb(180 83 9 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-amber-800\/0 {
    border-top-color: rgb(146 64 14 / 0);
    border-bottom-color: rgb(146 64 14 / 0);
  }

  .lg\:border-y-amber-800\/10 {
    border-top-color: rgb(146 64 14 / 0.1);
    border-bottom-color: rgb(146 64 14 / 0.1);
  }

  .lg\:border-y-amber-800\/100 {
    border-top-color: rgb(146 64 14 / 1);
    border-bottom-color: rgb(146 64 14 / 1);
  }

  .lg\:border-y-amber-800\/15 {
    border-top-color: rgb(146 64 14 / 0.15);
    border-bottom-color: rgb(146 64 14 / 0.15);
  }

  .lg\:border-y-amber-800\/20 {
    border-top-color: rgb(146 64 14 / 0.2);
    border-bottom-color: rgb(146 64 14 / 0.2);
  }

  .lg\:border-y-amber-800\/25 {
    border-top-color: rgb(146 64 14 / 0.25);
    border-bottom-color: rgb(146 64 14 / 0.25);
  }

  .lg\:border-y-amber-800\/30 {
    border-top-color: rgb(146 64 14 / 0.3);
    border-bottom-color: rgb(146 64 14 / 0.3);
  }

  .lg\:border-y-amber-800\/35 {
    border-top-color: rgb(146 64 14 / 0.35);
    border-bottom-color: rgb(146 64 14 / 0.35);
  }

  .lg\:border-y-amber-800\/40 {
    border-top-color: rgb(146 64 14 / 0.4);
    border-bottom-color: rgb(146 64 14 / 0.4);
  }

  .lg\:border-y-amber-800\/45 {
    border-top-color: rgb(146 64 14 / 0.45);
    border-bottom-color: rgb(146 64 14 / 0.45);
  }

  .lg\:border-y-amber-800\/5 {
    border-top-color: rgb(146 64 14 / 0.05);
    border-bottom-color: rgb(146 64 14 / 0.05);
  }

  .lg\:border-y-amber-800\/50 {
    border-top-color: rgb(146 64 14 / 0.5);
    border-bottom-color: rgb(146 64 14 / 0.5);
  }

  .lg\:border-y-amber-800\/55 {
    border-top-color: rgb(146 64 14 / 0.55);
    border-bottom-color: rgb(146 64 14 / 0.55);
  }

  .lg\:border-y-amber-800\/60 {
    border-top-color: rgb(146 64 14 / 0.6);
    border-bottom-color: rgb(146 64 14 / 0.6);
  }

  .lg\:border-y-amber-800\/65 {
    border-top-color: rgb(146 64 14 / 0.65);
    border-bottom-color: rgb(146 64 14 / 0.65);
  }

  .lg\:border-y-amber-800\/70 {
    border-top-color: rgb(146 64 14 / 0.7);
    border-bottom-color: rgb(146 64 14 / 0.7);
  }

  .lg\:border-y-amber-800\/75 {
    border-top-color: rgb(146 64 14 / 0.75);
    border-bottom-color: rgb(146 64 14 / 0.75);
  }

  .lg\:border-y-amber-800\/80 {
    border-top-color: rgb(146 64 14 / 0.8);
    border-bottom-color: rgb(146 64 14 / 0.8);
  }

  .lg\:border-y-amber-800\/85 {
    border-top-color: rgb(146 64 14 / 0.85);
    border-bottom-color: rgb(146 64 14 / 0.85);
  }

  .lg\:border-y-amber-800\/90 {
    border-top-color: rgb(146 64 14 / 0.9);
    border-bottom-color: rgb(146 64 14 / 0.9);
  }

  .lg\:border-y-amber-800\/95 {
    border-top-color: rgb(146 64 14 / 0.95);
    border-bottom-color: rgb(146 64 14 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-amber-900\/0 {
    border-top-color: rgb(120 53 15 / 0);
    border-bottom-color: rgb(120 53 15 / 0);
  }

  .lg\:border-y-amber-900\/10 {
    border-top-color: rgb(120 53 15 / 0.1);
    border-bottom-color: rgb(120 53 15 / 0.1);
  }

  .lg\:border-y-amber-900\/100 {
    border-top-color: rgb(120 53 15 / 1);
    border-bottom-color: rgb(120 53 15 / 1);
  }

  .lg\:border-y-amber-900\/15 {
    border-top-color: rgb(120 53 15 / 0.15);
    border-bottom-color: rgb(120 53 15 / 0.15);
  }

  .lg\:border-y-amber-900\/20 {
    border-top-color: rgb(120 53 15 / 0.2);
    border-bottom-color: rgb(120 53 15 / 0.2);
  }

  .lg\:border-y-amber-900\/25 {
    border-top-color: rgb(120 53 15 / 0.25);
    border-bottom-color: rgb(120 53 15 / 0.25);
  }

  .lg\:border-y-amber-900\/30 {
    border-top-color: rgb(120 53 15 / 0.3);
    border-bottom-color: rgb(120 53 15 / 0.3);
  }

  .lg\:border-y-amber-900\/35 {
    border-top-color: rgb(120 53 15 / 0.35);
    border-bottom-color: rgb(120 53 15 / 0.35);
  }

  .lg\:border-y-amber-900\/40 {
    border-top-color: rgb(120 53 15 / 0.4);
    border-bottom-color: rgb(120 53 15 / 0.4);
  }

  .lg\:border-y-amber-900\/45 {
    border-top-color: rgb(120 53 15 / 0.45);
    border-bottom-color: rgb(120 53 15 / 0.45);
  }

  .lg\:border-y-amber-900\/5 {
    border-top-color: rgb(120 53 15 / 0.05);
    border-bottom-color: rgb(120 53 15 / 0.05);
  }

  .lg\:border-y-amber-900\/50 {
    border-top-color: rgb(120 53 15 / 0.5);
    border-bottom-color: rgb(120 53 15 / 0.5);
  }

  .lg\:border-y-amber-900\/55 {
    border-top-color: rgb(120 53 15 / 0.55);
    border-bottom-color: rgb(120 53 15 / 0.55);
  }

  .lg\:border-y-amber-900\/60 {
    border-top-color: rgb(120 53 15 / 0.6);
    border-bottom-color: rgb(120 53 15 / 0.6);
  }

  .lg\:border-y-amber-900\/65 {
    border-top-color: rgb(120 53 15 / 0.65);
    border-bottom-color: rgb(120 53 15 / 0.65);
  }

  .lg\:border-y-amber-900\/70 {
    border-top-color: rgb(120 53 15 / 0.7);
    border-bottom-color: rgb(120 53 15 / 0.7);
  }

  .lg\:border-y-amber-900\/75 {
    border-top-color: rgb(120 53 15 / 0.75);
    border-bottom-color: rgb(120 53 15 / 0.75);
  }

  .lg\:border-y-amber-900\/80 {
    border-top-color: rgb(120 53 15 / 0.8);
    border-bottom-color: rgb(120 53 15 / 0.8);
  }

  .lg\:border-y-amber-900\/85 {
    border-top-color: rgb(120 53 15 / 0.85);
    border-bottom-color: rgb(120 53 15 / 0.85);
  }

  .lg\:border-y-amber-900\/90 {
    border-top-color: rgb(120 53 15 / 0.9);
    border-bottom-color: rgb(120 53 15 / 0.9);
  }

  .lg\:border-y-amber-900\/95 {
    border-top-color: rgb(120 53 15 / 0.95);
    border-bottom-color: rgb(120 53 15 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-amber-950\/0 {
    border-top-color: rgb(69 26 3 / 0);
    border-bottom-color: rgb(69 26 3 / 0);
  }

  .lg\:border-y-amber-950\/10 {
    border-top-color: rgb(69 26 3 / 0.1);
    border-bottom-color: rgb(69 26 3 / 0.1);
  }

  .lg\:border-y-amber-950\/100 {
    border-top-color: rgb(69 26 3 / 1);
    border-bottom-color: rgb(69 26 3 / 1);
  }

  .lg\:border-y-amber-950\/15 {
    border-top-color: rgb(69 26 3 / 0.15);
    border-bottom-color: rgb(69 26 3 / 0.15);
  }

  .lg\:border-y-amber-950\/20 {
    border-top-color: rgb(69 26 3 / 0.2);
    border-bottom-color: rgb(69 26 3 / 0.2);
  }

  .lg\:border-y-amber-950\/25 {
    border-top-color: rgb(69 26 3 / 0.25);
    border-bottom-color: rgb(69 26 3 / 0.25);
  }

  .lg\:border-y-amber-950\/30 {
    border-top-color: rgb(69 26 3 / 0.3);
    border-bottom-color: rgb(69 26 3 / 0.3);
  }

  .lg\:border-y-amber-950\/35 {
    border-top-color: rgb(69 26 3 / 0.35);
    border-bottom-color: rgb(69 26 3 / 0.35);
  }

  .lg\:border-y-amber-950\/40 {
    border-top-color: rgb(69 26 3 / 0.4);
    border-bottom-color: rgb(69 26 3 / 0.4);
  }

  .lg\:border-y-amber-950\/45 {
    border-top-color: rgb(69 26 3 / 0.45);
    border-bottom-color: rgb(69 26 3 / 0.45);
  }

  .lg\:border-y-amber-950\/5 {
    border-top-color: rgb(69 26 3 / 0.05);
    border-bottom-color: rgb(69 26 3 / 0.05);
  }

  .lg\:border-y-amber-950\/50 {
    border-top-color: rgb(69 26 3 / 0.5);
    border-bottom-color: rgb(69 26 3 / 0.5);
  }

  .lg\:border-y-amber-950\/55 {
    border-top-color: rgb(69 26 3 / 0.55);
    border-bottom-color: rgb(69 26 3 / 0.55);
  }

  .lg\:border-y-amber-950\/60 {
    border-top-color: rgb(69 26 3 / 0.6);
    border-bottom-color: rgb(69 26 3 / 0.6);
  }

  .lg\:border-y-amber-950\/65 {
    border-top-color: rgb(69 26 3 / 0.65);
    border-bottom-color: rgb(69 26 3 / 0.65);
  }

  .lg\:border-y-amber-950\/70 {
    border-top-color: rgb(69 26 3 / 0.7);
    border-bottom-color: rgb(69 26 3 / 0.7);
  }

  .lg\:border-y-amber-950\/75 {
    border-top-color: rgb(69 26 3 / 0.75);
    border-bottom-color: rgb(69 26 3 / 0.75);
  }

  .lg\:border-y-amber-950\/80 {
    border-top-color: rgb(69 26 3 / 0.8);
    border-bottom-color: rgb(69 26 3 / 0.8);
  }

  .lg\:border-y-amber-950\/85 {
    border-top-color: rgb(69 26 3 / 0.85);
    border-bottom-color: rgb(69 26 3 / 0.85);
  }

  .lg\:border-y-amber-950\/90 {
    border-top-color: rgb(69 26 3 / 0.9);
    border-bottom-color: rgb(69 26 3 / 0.9);
  }

  .lg\:border-y-amber-950\/95 {
    border-top-color: rgb(69 26 3 / 0.95);
    border-bottom-color: rgb(69 26 3 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-black\/0 {
    border-top-color: rgb(0 0 0 / 0);
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .lg\:border-y-black\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-y-black\/100 {
    border-top-color: rgb(0 0 0 / 1);
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .lg\:border-y-black\/15 {
    border-top-color: rgb(0 0 0 / 0.15);
    border-bottom-color: rgb(0 0 0 / 0.15);
  }

  .lg\:border-y-black\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-y-black\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-y-black\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-y-black\/35 {
    border-top-color: rgb(0 0 0 / 0.35);
    border-bottom-color: rgb(0 0 0 / 0.35);
  }

  .lg\:border-y-black\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-y-black\/45 {
    border-top-color: rgb(0 0 0 / 0.45);
    border-bottom-color: rgb(0 0 0 / 0.45);
  }

  .lg\:border-y-black\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-y-black\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-y-black\/55 {
    border-top-color: rgb(0 0 0 / 0.55);
    border-bottom-color: rgb(0 0 0 / 0.55);
  }

  .lg\:border-y-black\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-y-black\/65 {
    border-top-color: rgb(0 0 0 / 0.65);
    border-bottom-color: rgb(0 0 0 / 0.65);
  }

  .lg\:border-y-black\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-y-black\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-y-black\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-y-black\/85 {
    border-top-color: rgb(0 0 0 / 0.85);
    border-bottom-color: rgb(0 0 0 / 0.85);
  }

  .lg\:border-y-black\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-y-black\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-blue-100\/0 {
    border-top-color: rgb(219 234 254 / 0);
    border-bottom-color: rgb(219 234 254 / 0);
  }

  .lg\:border-y-blue-100\/10 {
    border-top-color: rgb(219 234 254 / 0.1);
    border-bottom-color: rgb(219 234 254 / 0.1);
  }

  .lg\:border-y-blue-100\/100 {
    border-top-color: rgb(219 234 254 / 1);
    border-bottom-color: rgb(219 234 254 / 1);
  }

  .lg\:border-y-blue-100\/15 {
    border-top-color: rgb(219 234 254 / 0.15);
    border-bottom-color: rgb(219 234 254 / 0.15);
  }

  .lg\:border-y-blue-100\/20 {
    border-top-color: rgb(219 234 254 / 0.2);
    border-bottom-color: rgb(219 234 254 / 0.2);
  }

  .lg\:border-y-blue-100\/25 {
    border-top-color: rgb(219 234 254 / 0.25);
    border-bottom-color: rgb(219 234 254 / 0.25);
  }

  .lg\:border-y-blue-100\/30 {
    border-top-color: rgb(219 234 254 / 0.3);
    border-bottom-color: rgb(219 234 254 / 0.3);
  }

  .lg\:border-y-blue-100\/35 {
    border-top-color: rgb(219 234 254 / 0.35);
    border-bottom-color: rgb(219 234 254 / 0.35);
  }

  .lg\:border-y-blue-100\/40 {
    border-top-color: rgb(219 234 254 / 0.4);
    border-bottom-color: rgb(219 234 254 / 0.4);
  }

  .lg\:border-y-blue-100\/45 {
    border-top-color: rgb(219 234 254 / 0.45);
    border-bottom-color: rgb(219 234 254 / 0.45);
  }

  .lg\:border-y-blue-100\/5 {
    border-top-color: rgb(219 234 254 / 0.05);
    border-bottom-color: rgb(219 234 254 / 0.05);
  }

  .lg\:border-y-blue-100\/50 {
    border-top-color: rgb(219 234 254 / 0.5);
    border-bottom-color: rgb(219 234 254 / 0.5);
  }

  .lg\:border-y-blue-100\/55 {
    border-top-color: rgb(219 234 254 / 0.55);
    border-bottom-color: rgb(219 234 254 / 0.55);
  }

  .lg\:border-y-blue-100\/60 {
    border-top-color: rgb(219 234 254 / 0.6);
    border-bottom-color: rgb(219 234 254 / 0.6);
  }

  .lg\:border-y-blue-100\/65 {
    border-top-color: rgb(219 234 254 / 0.65);
    border-bottom-color: rgb(219 234 254 / 0.65);
  }

  .lg\:border-y-blue-100\/70 {
    border-top-color: rgb(219 234 254 / 0.7);
    border-bottom-color: rgb(219 234 254 / 0.7);
  }

  .lg\:border-y-blue-100\/75 {
    border-top-color: rgb(219 234 254 / 0.75);
    border-bottom-color: rgb(219 234 254 / 0.75);
  }

  .lg\:border-y-blue-100\/80 {
    border-top-color: rgb(219 234 254 / 0.8);
    border-bottom-color: rgb(219 234 254 / 0.8);
  }

  .lg\:border-y-blue-100\/85 {
    border-top-color: rgb(219 234 254 / 0.85);
    border-bottom-color: rgb(219 234 254 / 0.85);
  }

  .lg\:border-y-blue-100\/90 {
    border-top-color: rgb(219 234 254 / 0.9);
    border-bottom-color: rgb(219 234 254 / 0.9);
  }

  .lg\:border-y-blue-100\/95 {
    border-top-color: rgb(219 234 254 / 0.95);
    border-bottom-color: rgb(219 234 254 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-blue-200\/0 {
    border-top-color: rgb(191 219 254 / 0);
    border-bottom-color: rgb(191 219 254 / 0);
  }

  .lg\:border-y-blue-200\/10 {
    border-top-color: rgb(191 219 254 / 0.1);
    border-bottom-color: rgb(191 219 254 / 0.1);
  }

  .lg\:border-y-blue-200\/100 {
    border-top-color: rgb(191 219 254 / 1);
    border-bottom-color: rgb(191 219 254 / 1);
  }

  .lg\:border-y-blue-200\/15 {
    border-top-color: rgb(191 219 254 / 0.15);
    border-bottom-color: rgb(191 219 254 / 0.15);
  }

  .lg\:border-y-blue-200\/20 {
    border-top-color: rgb(191 219 254 / 0.2);
    border-bottom-color: rgb(191 219 254 / 0.2);
  }

  .lg\:border-y-blue-200\/25 {
    border-top-color: rgb(191 219 254 / 0.25);
    border-bottom-color: rgb(191 219 254 / 0.25);
  }

  .lg\:border-y-blue-200\/30 {
    border-top-color: rgb(191 219 254 / 0.3);
    border-bottom-color: rgb(191 219 254 / 0.3);
  }

  .lg\:border-y-blue-200\/35 {
    border-top-color: rgb(191 219 254 / 0.35);
    border-bottom-color: rgb(191 219 254 / 0.35);
  }

  .lg\:border-y-blue-200\/40 {
    border-top-color: rgb(191 219 254 / 0.4);
    border-bottom-color: rgb(191 219 254 / 0.4);
  }

  .lg\:border-y-blue-200\/45 {
    border-top-color: rgb(191 219 254 / 0.45);
    border-bottom-color: rgb(191 219 254 / 0.45);
  }

  .lg\:border-y-blue-200\/5 {
    border-top-color: rgb(191 219 254 / 0.05);
    border-bottom-color: rgb(191 219 254 / 0.05);
  }

  .lg\:border-y-blue-200\/50 {
    border-top-color: rgb(191 219 254 / 0.5);
    border-bottom-color: rgb(191 219 254 / 0.5);
  }

  .lg\:border-y-blue-200\/55 {
    border-top-color: rgb(191 219 254 / 0.55);
    border-bottom-color: rgb(191 219 254 / 0.55);
  }

  .lg\:border-y-blue-200\/60 {
    border-top-color: rgb(191 219 254 / 0.6);
    border-bottom-color: rgb(191 219 254 / 0.6);
  }

  .lg\:border-y-blue-200\/65 {
    border-top-color: rgb(191 219 254 / 0.65);
    border-bottom-color: rgb(191 219 254 / 0.65);
  }

  .lg\:border-y-blue-200\/70 {
    border-top-color: rgb(191 219 254 / 0.7);
    border-bottom-color: rgb(191 219 254 / 0.7);
  }

  .lg\:border-y-blue-200\/75 {
    border-top-color: rgb(191 219 254 / 0.75);
    border-bottom-color: rgb(191 219 254 / 0.75);
  }

  .lg\:border-y-blue-200\/80 {
    border-top-color: rgb(191 219 254 / 0.8);
    border-bottom-color: rgb(191 219 254 / 0.8);
  }

  .lg\:border-y-blue-200\/85 {
    border-top-color: rgb(191 219 254 / 0.85);
    border-bottom-color: rgb(191 219 254 / 0.85);
  }

  .lg\:border-y-blue-200\/90 {
    border-top-color: rgb(191 219 254 / 0.9);
    border-bottom-color: rgb(191 219 254 / 0.9);
  }

  .lg\:border-y-blue-200\/95 {
    border-top-color: rgb(191 219 254 / 0.95);
    border-bottom-color: rgb(191 219 254 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-blue-300\/0 {
    border-top-color: rgb(147 197 253 / 0);
    border-bottom-color: rgb(147 197 253 / 0);
  }

  .lg\:border-y-blue-300\/10 {
    border-top-color: rgb(147 197 253 / 0.1);
    border-bottom-color: rgb(147 197 253 / 0.1);
  }

  .lg\:border-y-blue-300\/100 {
    border-top-color: rgb(147 197 253 / 1);
    border-bottom-color: rgb(147 197 253 / 1);
  }

  .lg\:border-y-blue-300\/15 {
    border-top-color: rgb(147 197 253 / 0.15);
    border-bottom-color: rgb(147 197 253 / 0.15);
  }

  .lg\:border-y-blue-300\/20 {
    border-top-color: rgb(147 197 253 / 0.2);
    border-bottom-color: rgb(147 197 253 / 0.2);
  }

  .lg\:border-y-blue-300\/25 {
    border-top-color: rgb(147 197 253 / 0.25);
    border-bottom-color: rgb(147 197 253 / 0.25);
  }

  .lg\:border-y-blue-300\/30 {
    border-top-color: rgb(147 197 253 / 0.3);
    border-bottom-color: rgb(147 197 253 / 0.3);
  }

  .lg\:border-y-blue-300\/35 {
    border-top-color: rgb(147 197 253 / 0.35);
    border-bottom-color: rgb(147 197 253 / 0.35);
  }

  .lg\:border-y-blue-300\/40 {
    border-top-color: rgb(147 197 253 / 0.4);
    border-bottom-color: rgb(147 197 253 / 0.4);
  }

  .lg\:border-y-blue-300\/45 {
    border-top-color: rgb(147 197 253 / 0.45);
    border-bottom-color: rgb(147 197 253 / 0.45);
  }

  .lg\:border-y-blue-300\/5 {
    border-top-color: rgb(147 197 253 / 0.05);
    border-bottom-color: rgb(147 197 253 / 0.05);
  }

  .lg\:border-y-blue-300\/50 {
    border-top-color: rgb(147 197 253 / 0.5);
    border-bottom-color: rgb(147 197 253 / 0.5);
  }

  .lg\:border-y-blue-300\/55 {
    border-top-color: rgb(147 197 253 / 0.55);
    border-bottom-color: rgb(147 197 253 / 0.55);
  }

  .lg\:border-y-blue-300\/60 {
    border-top-color: rgb(147 197 253 / 0.6);
    border-bottom-color: rgb(147 197 253 / 0.6);
  }

  .lg\:border-y-blue-300\/65 {
    border-top-color: rgb(147 197 253 / 0.65);
    border-bottom-color: rgb(147 197 253 / 0.65);
  }

  .lg\:border-y-blue-300\/70 {
    border-top-color: rgb(147 197 253 / 0.7);
    border-bottom-color: rgb(147 197 253 / 0.7);
  }

  .lg\:border-y-blue-300\/75 {
    border-top-color: rgb(147 197 253 / 0.75);
    border-bottom-color: rgb(147 197 253 / 0.75);
  }

  .lg\:border-y-blue-300\/80 {
    border-top-color: rgb(147 197 253 / 0.8);
    border-bottom-color: rgb(147 197 253 / 0.8);
  }

  .lg\:border-y-blue-300\/85 {
    border-top-color: rgb(147 197 253 / 0.85);
    border-bottom-color: rgb(147 197 253 / 0.85);
  }

  .lg\:border-y-blue-300\/90 {
    border-top-color: rgb(147 197 253 / 0.9);
    border-bottom-color: rgb(147 197 253 / 0.9);
  }

  .lg\:border-y-blue-300\/95 {
    border-top-color: rgb(147 197 253 / 0.95);
    border-bottom-color: rgb(147 197 253 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-blue-400\/0 {
    border-top-color: rgb(96 165 250 / 0);
    border-bottom-color: rgb(96 165 250 / 0);
  }

  .lg\:border-y-blue-400\/10 {
    border-top-color: rgb(96 165 250 / 0.1);
    border-bottom-color: rgb(96 165 250 / 0.1);
  }

  .lg\:border-y-blue-400\/100 {
    border-top-color: rgb(96 165 250 / 1);
    border-bottom-color: rgb(96 165 250 / 1);
  }

  .lg\:border-y-blue-400\/15 {
    border-top-color: rgb(96 165 250 / 0.15);
    border-bottom-color: rgb(96 165 250 / 0.15);
  }

  .lg\:border-y-blue-400\/20 {
    border-top-color: rgb(96 165 250 / 0.2);
    border-bottom-color: rgb(96 165 250 / 0.2);
  }

  .lg\:border-y-blue-400\/25 {
    border-top-color: rgb(96 165 250 / 0.25);
    border-bottom-color: rgb(96 165 250 / 0.25);
  }

  .lg\:border-y-blue-400\/30 {
    border-top-color: rgb(96 165 250 / 0.3);
    border-bottom-color: rgb(96 165 250 / 0.3);
  }

  .lg\:border-y-blue-400\/35 {
    border-top-color: rgb(96 165 250 / 0.35);
    border-bottom-color: rgb(96 165 250 / 0.35);
  }

  .lg\:border-y-blue-400\/40 {
    border-top-color: rgb(96 165 250 / 0.4);
    border-bottom-color: rgb(96 165 250 / 0.4);
  }

  .lg\:border-y-blue-400\/45 {
    border-top-color: rgb(96 165 250 / 0.45);
    border-bottom-color: rgb(96 165 250 / 0.45);
  }

  .lg\:border-y-blue-400\/5 {
    border-top-color: rgb(96 165 250 / 0.05);
    border-bottom-color: rgb(96 165 250 / 0.05);
  }

  .lg\:border-y-blue-400\/50 {
    border-top-color: rgb(96 165 250 / 0.5);
    border-bottom-color: rgb(96 165 250 / 0.5);
  }

  .lg\:border-y-blue-400\/55 {
    border-top-color: rgb(96 165 250 / 0.55);
    border-bottom-color: rgb(96 165 250 / 0.55);
  }

  .lg\:border-y-blue-400\/60 {
    border-top-color: rgb(96 165 250 / 0.6);
    border-bottom-color: rgb(96 165 250 / 0.6);
  }

  .lg\:border-y-blue-400\/65 {
    border-top-color: rgb(96 165 250 / 0.65);
    border-bottom-color: rgb(96 165 250 / 0.65);
  }

  .lg\:border-y-blue-400\/70 {
    border-top-color: rgb(96 165 250 / 0.7);
    border-bottom-color: rgb(96 165 250 / 0.7);
  }

  .lg\:border-y-blue-400\/75 {
    border-top-color: rgb(96 165 250 / 0.75);
    border-bottom-color: rgb(96 165 250 / 0.75);
  }

  .lg\:border-y-blue-400\/80 {
    border-top-color: rgb(96 165 250 / 0.8);
    border-bottom-color: rgb(96 165 250 / 0.8);
  }

  .lg\:border-y-blue-400\/85 {
    border-top-color: rgb(96 165 250 / 0.85);
    border-bottom-color: rgb(96 165 250 / 0.85);
  }

  .lg\:border-y-blue-400\/90 {
    border-top-color: rgb(96 165 250 / 0.9);
    border-bottom-color: rgb(96 165 250 / 0.9);
  }

  .lg\:border-y-blue-400\/95 {
    border-top-color: rgb(96 165 250 / 0.95);
    border-bottom-color: rgb(96 165 250 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-blue-50\/0 {
    border-top-color: rgb(239 246 255 / 0);
    border-bottom-color: rgb(239 246 255 / 0);
  }

  .lg\:border-y-blue-50\/10 {
    border-top-color: rgb(239 246 255 / 0.1);
    border-bottom-color: rgb(239 246 255 / 0.1);
  }

  .lg\:border-y-blue-50\/100 {
    border-top-color: rgb(239 246 255 / 1);
    border-bottom-color: rgb(239 246 255 / 1);
  }

  .lg\:border-y-blue-50\/15 {
    border-top-color: rgb(239 246 255 / 0.15);
    border-bottom-color: rgb(239 246 255 / 0.15);
  }

  .lg\:border-y-blue-50\/20 {
    border-top-color: rgb(239 246 255 / 0.2);
    border-bottom-color: rgb(239 246 255 / 0.2);
  }

  .lg\:border-y-blue-50\/25 {
    border-top-color: rgb(239 246 255 / 0.25);
    border-bottom-color: rgb(239 246 255 / 0.25);
  }

  .lg\:border-y-blue-50\/30 {
    border-top-color: rgb(239 246 255 / 0.3);
    border-bottom-color: rgb(239 246 255 / 0.3);
  }

  .lg\:border-y-blue-50\/35 {
    border-top-color: rgb(239 246 255 / 0.35);
    border-bottom-color: rgb(239 246 255 / 0.35);
  }

  .lg\:border-y-blue-50\/40 {
    border-top-color: rgb(239 246 255 / 0.4);
    border-bottom-color: rgb(239 246 255 / 0.4);
  }

  .lg\:border-y-blue-50\/45 {
    border-top-color: rgb(239 246 255 / 0.45);
    border-bottom-color: rgb(239 246 255 / 0.45);
  }

  .lg\:border-y-blue-50\/5 {
    border-top-color: rgb(239 246 255 / 0.05);
    border-bottom-color: rgb(239 246 255 / 0.05);
  }

  .lg\:border-y-blue-50\/50 {
    border-top-color: rgb(239 246 255 / 0.5);
    border-bottom-color: rgb(239 246 255 / 0.5);
  }

  .lg\:border-y-blue-50\/55 {
    border-top-color: rgb(239 246 255 / 0.55);
    border-bottom-color: rgb(239 246 255 / 0.55);
  }

  .lg\:border-y-blue-50\/60 {
    border-top-color: rgb(239 246 255 / 0.6);
    border-bottom-color: rgb(239 246 255 / 0.6);
  }

  .lg\:border-y-blue-50\/65 {
    border-top-color: rgb(239 246 255 / 0.65);
    border-bottom-color: rgb(239 246 255 / 0.65);
  }

  .lg\:border-y-blue-50\/70 {
    border-top-color: rgb(239 246 255 / 0.7);
    border-bottom-color: rgb(239 246 255 / 0.7);
  }

  .lg\:border-y-blue-50\/75 {
    border-top-color: rgb(239 246 255 / 0.75);
    border-bottom-color: rgb(239 246 255 / 0.75);
  }

  .lg\:border-y-blue-50\/80 {
    border-top-color: rgb(239 246 255 / 0.8);
    border-bottom-color: rgb(239 246 255 / 0.8);
  }

  .lg\:border-y-blue-50\/85 {
    border-top-color: rgb(239 246 255 / 0.85);
    border-bottom-color: rgb(239 246 255 / 0.85);
  }

  .lg\:border-y-blue-50\/90 {
    border-top-color: rgb(239 246 255 / 0.9);
    border-bottom-color: rgb(239 246 255 / 0.9);
  }

  .lg\:border-y-blue-50\/95 {
    border-top-color: rgb(239 246 255 / 0.95);
    border-bottom-color: rgb(239 246 255 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-blue-500\/0 {
    border-top-color: rgb(59 130 246 / 0);
    border-bottom-color: rgb(59 130 246 / 0);
  }

  .lg\:border-y-blue-500\/10 {
    border-top-color: rgb(59 130 246 / 0.1);
    border-bottom-color: rgb(59 130 246 / 0.1);
  }

  .lg\:border-y-blue-500\/100 {
    border-top-color: rgb(59 130 246 / 1);
    border-bottom-color: rgb(59 130 246 / 1);
  }

  .lg\:border-y-blue-500\/15 {
    border-top-color: rgb(59 130 246 / 0.15);
    border-bottom-color: rgb(59 130 246 / 0.15);
  }

  .lg\:border-y-blue-500\/20 {
    border-top-color: rgb(59 130 246 / 0.2);
    border-bottom-color: rgb(59 130 246 / 0.2);
  }

  .lg\:border-y-blue-500\/25 {
    border-top-color: rgb(59 130 246 / 0.25);
    border-bottom-color: rgb(59 130 246 / 0.25);
  }

  .lg\:border-y-blue-500\/30 {
    border-top-color: rgb(59 130 246 / 0.3);
    border-bottom-color: rgb(59 130 246 / 0.3);
  }

  .lg\:border-y-blue-500\/35 {
    border-top-color: rgb(59 130 246 / 0.35);
    border-bottom-color: rgb(59 130 246 / 0.35);
  }

  .lg\:border-y-blue-500\/40 {
    border-top-color: rgb(59 130 246 / 0.4);
    border-bottom-color: rgb(59 130 246 / 0.4);
  }

  .lg\:border-y-blue-500\/45 {
    border-top-color: rgb(59 130 246 / 0.45);
    border-bottom-color: rgb(59 130 246 / 0.45);
  }

  .lg\:border-y-blue-500\/5 {
    border-top-color: rgb(59 130 246 / 0.05);
    border-bottom-color: rgb(59 130 246 / 0.05);
  }

  .lg\:border-y-blue-500\/50 {
    border-top-color: rgb(59 130 246 / 0.5);
    border-bottom-color: rgb(59 130 246 / 0.5);
  }

  .lg\:border-y-blue-500\/55 {
    border-top-color: rgb(59 130 246 / 0.55);
    border-bottom-color: rgb(59 130 246 / 0.55);
  }

  .lg\:border-y-blue-500\/60 {
    border-top-color: rgb(59 130 246 / 0.6);
    border-bottom-color: rgb(59 130 246 / 0.6);
  }

  .lg\:border-y-blue-500\/65 {
    border-top-color: rgb(59 130 246 / 0.65);
    border-bottom-color: rgb(59 130 246 / 0.65);
  }

  .lg\:border-y-blue-500\/70 {
    border-top-color: rgb(59 130 246 / 0.7);
    border-bottom-color: rgb(59 130 246 / 0.7);
  }

  .lg\:border-y-blue-500\/75 {
    border-top-color: rgb(59 130 246 / 0.75);
    border-bottom-color: rgb(59 130 246 / 0.75);
  }

  .lg\:border-y-blue-500\/80 {
    border-top-color: rgb(59 130 246 / 0.8);
    border-bottom-color: rgb(59 130 246 / 0.8);
  }

  .lg\:border-y-blue-500\/85 {
    border-top-color: rgb(59 130 246 / 0.85);
    border-bottom-color: rgb(59 130 246 / 0.85);
  }

  .lg\:border-y-blue-500\/90 {
    border-top-color: rgb(59 130 246 / 0.9);
    border-bottom-color: rgb(59 130 246 / 0.9);
  }

  .lg\:border-y-blue-500\/95 {
    border-top-color: rgb(59 130 246 / 0.95);
    border-bottom-color: rgb(59 130 246 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-blue-600\/0 {
    border-top-color: rgb(37 99 235 / 0);
    border-bottom-color: rgb(37 99 235 / 0);
  }

  .lg\:border-y-blue-600\/10 {
    border-top-color: rgb(37 99 235 / 0.1);
    border-bottom-color: rgb(37 99 235 / 0.1);
  }

  .lg\:border-y-blue-600\/100 {
    border-top-color: rgb(37 99 235 / 1);
    border-bottom-color: rgb(37 99 235 / 1);
  }

  .lg\:border-y-blue-600\/15 {
    border-top-color: rgb(37 99 235 / 0.15);
    border-bottom-color: rgb(37 99 235 / 0.15);
  }

  .lg\:border-y-blue-600\/20 {
    border-top-color: rgb(37 99 235 / 0.2);
    border-bottom-color: rgb(37 99 235 / 0.2);
  }

  .lg\:border-y-blue-600\/25 {
    border-top-color: rgb(37 99 235 / 0.25);
    border-bottom-color: rgb(37 99 235 / 0.25);
  }

  .lg\:border-y-blue-600\/30 {
    border-top-color: rgb(37 99 235 / 0.3);
    border-bottom-color: rgb(37 99 235 / 0.3);
  }

  .lg\:border-y-blue-600\/35 {
    border-top-color: rgb(37 99 235 / 0.35);
    border-bottom-color: rgb(37 99 235 / 0.35);
  }

  .lg\:border-y-blue-600\/40 {
    border-top-color: rgb(37 99 235 / 0.4);
    border-bottom-color: rgb(37 99 235 / 0.4);
  }

  .lg\:border-y-blue-600\/45 {
    border-top-color: rgb(37 99 235 / 0.45);
    border-bottom-color: rgb(37 99 235 / 0.45);
  }

  .lg\:border-y-blue-600\/5 {
    border-top-color: rgb(37 99 235 / 0.05);
    border-bottom-color: rgb(37 99 235 / 0.05);
  }

  .lg\:border-y-blue-600\/50 {
    border-top-color: rgb(37 99 235 / 0.5);
    border-bottom-color: rgb(37 99 235 / 0.5);
  }

  .lg\:border-y-blue-600\/55 {
    border-top-color: rgb(37 99 235 / 0.55);
    border-bottom-color: rgb(37 99 235 / 0.55);
  }

  .lg\:border-y-blue-600\/60 {
    border-top-color: rgb(37 99 235 / 0.6);
    border-bottom-color: rgb(37 99 235 / 0.6);
  }

  .lg\:border-y-blue-600\/65 {
    border-top-color: rgb(37 99 235 / 0.65);
    border-bottom-color: rgb(37 99 235 / 0.65);
  }

  .lg\:border-y-blue-600\/70 {
    border-top-color: rgb(37 99 235 / 0.7);
    border-bottom-color: rgb(37 99 235 / 0.7);
  }

  .lg\:border-y-blue-600\/75 {
    border-top-color: rgb(37 99 235 / 0.75);
    border-bottom-color: rgb(37 99 235 / 0.75);
  }

  .lg\:border-y-blue-600\/80 {
    border-top-color: rgb(37 99 235 / 0.8);
    border-bottom-color: rgb(37 99 235 / 0.8);
  }

  .lg\:border-y-blue-600\/85 {
    border-top-color: rgb(37 99 235 / 0.85);
    border-bottom-color: rgb(37 99 235 / 0.85);
  }

  .lg\:border-y-blue-600\/90 {
    border-top-color: rgb(37 99 235 / 0.9);
    border-bottom-color: rgb(37 99 235 / 0.9);
  }

  .lg\:border-y-blue-600\/95 {
    border-top-color: rgb(37 99 235 / 0.95);
    border-bottom-color: rgb(37 99 235 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-blue-700\/0 {
    border-top-color: rgb(29 78 216 / 0);
    border-bottom-color: rgb(29 78 216 / 0);
  }

  .lg\:border-y-blue-700\/10 {
    border-top-color: rgb(29 78 216 / 0.1);
    border-bottom-color: rgb(29 78 216 / 0.1);
  }

  .lg\:border-y-blue-700\/100 {
    border-top-color: rgb(29 78 216 / 1);
    border-bottom-color: rgb(29 78 216 / 1);
  }

  .lg\:border-y-blue-700\/15 {
    border-top-color: rgb(29 78 216 / 0.15);
    border-bottom-color: rgb(29 78 216 / 0.15);
  }

  .lg\:border-y-blue-700\/20 {
    border-top-color: rgb(29 78 216 / 0.2);
    border-bottom-color: rgb(29 78 216 / 0.2);
  }

  .lg\:border-y-blue-700\/25 {
    border-top-color: rgb(29 78 216 / 0.25);
    border-bottom-color: rgb(29 78 216 / 0.25);
  }

  .lg\:border-y-blue-700\/30 {
    border-top-color: rgb(29 78 216 / 0.3);
    border-bottom-color: rgb(29 78 216 / 0.3);
  }

  .lg\:border-y-blue-700\/35 {
    border-top-color: rgb(29 78 216 / 0.35);
    border-bottom-color: rgb(29 78 216 / 0.35);
  }

  .lg\:border-y-blue-700\/40 {
    border-top-color: rgb(29 78 216 / 0.4);
    border-bottom-color: rgb(29 78 216 / 0.4);
  }

  .lg\:border-y-blue-700\/45 {
    border-top-color: rgb(29 78 216 / 0.45);
    border-bottom-color: rgb(29 78 216 / 0.45);
  }

  .lg\:border-y-blue-700\/5 {
    border-top-color: rgb(29 78 216 / 0.05);
    border-bottom-color: rgb(29 78 216 / 0.05);
  }

  .lg\:border-y-blue-700\/50 {
    border-top-color: rgb(29 78 216 / 0.5);
    border-bottom-color: rgb(29 78 216 / 0.5);
  }

  .lg\:border-y-blue-700\/55 {
    border-top-color: rgb(29 78 216 / 0.55);
    border-bottom-color: rgb(29 78 216 / 0.55);
  }

  .lg\:border-y-blue-700\/60 {
    border-top-color: rgb(29 78 216 / 0.6);
    border-bottom-color: rgb(29 78 216 / 0.6);
  }

  .lg\:border-y-blue-700\/65 {
    border-top-color: rgb(29 78 216 / 0.65);
    border-bottom-color: rgb(29 78 216 / 0.65);
  }

  .lg\:border-y-blue-700\/70 {
    border-top-color: rgb(29 78 216 / 0.7);
    border-bottom-color: rgb(29 78 216 / 0.7);
  }

  .lg\:border-y-blue-700\/75 {
    border-top-color: rgb(29 78 216 / 0.75);
    border-bottom-color: rgb(29 78 216 / 0.75);
  }

  .lg\:border-y-blue-700\/80 {
    border-top-color: rgb(29 78 216 / 0.8);
    border-bottom-color: rgb(29 78 216 / 0.8);
  }

  .lg\:border-y-blue-700\/85 {
    border-top-color: rgb(29 78 216 / 0.85);
    border-bottom-color: rgb(29 78 216 / 0.85);
  }

  .lg\:border-y-blue-700\/90 {
    border-top-color: rgb(29 78 216 / 0.9);
    border-bottom-color: rgb(29 78 216 / 0.9);
  }

  .lg\:border-y-blue-700\/95 {
    border-top-color: rgb(29 78 216 / 0.95);
    border-bottom-color: rgb(29 78 216 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-blue-800\/0 {
    border-top-color: rgb(30 64 175 / 0);
    border-bottom-color: rgb(30 64 175 / 0);
  }

  .lg\:border-y-blue-800\/10 {
    border-top-color: rgb(30 64 175 / 0.1);
    border-bottom-color: rgb(30 64 175 / 0.1);
  }

  .lg\:border-y-blue-800\/100 {
    border-top-color: rgb(30 64 175 / 1);
    border-bottom-color: rgb(30 64 175 / 1);
  }

  .lg\:border-y-blue-800\/15 {
    border-top-color: rgb(30 64 175 / 0.15);
    border-bottom-color: rgb(30 64 175 / 0.15);
  }

  .lg\:border-y-blue-800\/20 {
    border-top-color: rgb(30 64 175 / 0.2);
    border-bottom-color: rgb(30 64 175 / 0.2);
  }

  .lg\:border-y-blue-800\/25 {
    border-top-color: rgb(30 64 175 / 0.25);
    border-bottom-color: rgb(30 64 175 / 0.25);
  }

  .lg\:border-y-blue-800\/30 {
    border-top-color: rgb(30 64 175 / 0.3);
    border-bottom-color: rgb(30 64 175 / 0.3);
  }

  .lg\:border-y-blue-800\/35 {
    border-top-color: rgb(30 64 175 / 0.35);
    border-bottom-color: rgb(30 64 175 / 0.35);
  }

  .lg\:border-y-blue-800\/40 {
    border-top-color: rgb(30 64 175 / 0.4);
    border-bottom-color: rgb(30 64 175 / 0.4);
  }

  .lg\:border-y-blue-800\/45 {
    border-top-color: rgb(30 64 175 / 0.45);
    border-bottom-color: rgb(30 64 175 / 0.45);
  }

  .lg\:border-y-blue-800\/5 {
    border-top-color: rgb(30 64 175 / 0.05);
    border-bottom-color: rgb(30 64 175 / 0.05);
  }

  .lg\:border-y-blue-800\/50 {
    border-top-color: rgb(30 64 175 / 0.5);
    border-bottom-color: rgb(30 64 175 / 0.5);
  }

  .lg\:border-y-blue-800\/55 {
    border-top-color: rgb(30 64 175 / 0.55);
    border-bottom-color: rgb(30 64 175 / 0.55);
  }

  .lg\:border-y-blue-800\/60 {
    border-top-color: rgb(30 64 175 / 0.6);
    border-bottom-color: rgb(30 64 175 / 0.6);
  }

  .lg\:border-y-blue-800\/65 {
    border-top-color: rgb(30 64 175 / 0.65);
    border-bottom-color: rgb(30 64 175 / 0.65);
  }

  .lg\:border-y-blue-800\/70 {
    border-top-color: rgb(30 64 175 / 0.7);
    border-bottom-color: rgb(30 64 175 / 0.7);
  }

  .lg\:border-y-blue-800\/75 {
    border-top-color: rgb(30 64 175 / 0.75);
    border-bottom-color: rgb(30 64 175 / 0.75);
  }

  .lg\:border-y-blue-800\/80 {
    border-top-color: rgb(30 64 175 / 0.8);
    border-bottom-color: rgb(30 64 175 / 0.8);
  }

  .lg\:border-y-blue-800\/85 {
    border-top-color: rgb(30 64 175 / 0.85);
    border-bottom-color: rgb(30 64 175 / 0.85);
  }

  .lg\:border-y-blue-800\/90 {
    border-top-color: rgb(30 64 175 / 0.9);
    border-bottom-color: rgb(30 64 175 / 0.9);
  }

  .lg\:border-y-blue-800\/95 {
    border-top-color: rgb(30 64 175 / 0.95);
    border-bottom-color: rgb(30 64 175 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-blue-900\/0 {
    border-top-color: rgb(30 58 138 / 0);
    border-bottom-color: rgb(30 58 138 / 0);
  }

  .lg\:border-y-blue-900\/10 {
    border-top-color: rgb(30 58 138 / 0.1);
    border-bottom-color: rgb(30 58 138 / 0.1);
  }

  .lg\:border-y-blue-900\/100 {
    border-top-color: rgb(30 58 138 / 1);
    border-bottom-color: rgb(30 58 138 / 1);
  }

  .lg\:border-y-blue-900\/15 {
    border-top-color: rgb(30 58 138 / 0.15);
    border-bottom-color: rgb(30 58 138 / 0.15);
  }

  .lg\:border-y-blue-900\/20 {
    border-top-color: rgb(30 58 138 / 0.2);
    border-bottom-color: rgb(30 58 138 / 0.2);
  }

  .lg\:border-y-blue-900\/25 {
    border-top-color: rgb(30 58 138 / 0.25);
    border-bottom-color: rgb(30 58 138 / 0.25);
  }

  .lg\:border-y-blue-900\/30 {
    border-top-color: rgb(30 58 138 / 0.3);
    border-bottom-color: rgb(30 58 138 / 0.3);
  }

  .lg\:border-y-blue-900\/35 {
    border-top-color: rgb(30 58 138 / 0.35);
    border-bottom-color: rgb(30 58 138 / 0.35);
  }

  .lg\:border-y-blue-900\/40 {
    border-top-color: rgb(30 58 138 / 0.4);
    border-bottom-color: rgb(30 58 138 / 0.4);
  }

  .lg\:border-y-blue-900\/45 {
    border-top-color: rgb(30 58 138 / 0.45);
    border-bottom-color: rgb(30 58 138 / 0.45);
  }

  .lg\:border-y-blue-900\/5 {
    border-top-color: rgb(30 58 138 / 0.05);
    border-bottom-color: rgb(30 58 138 / 0.05);
  }

  .lg\:border-y-blue-900\/50 {
    border-top-color: rgb(30 58 138 / 0.5);
    border-bottom-color: rgb(30 58 138 / 0.5);
  }

  .lg\:border-y-blue-900\/55 {
    border-top-color: rgb(30 58 138 / 0.55);
    border-bottom-color: rgb(30 58 138 / 0.55);
  }

  .lg\:border-y-blue-900\/60 {
    border-top-color: rgb(30 58 138 / 0.6);
    border-bottom-color: rgb(30 58 138 / 0.6);
  }

  .lg\:border-y-blue-900\/65 {
    border-top-color: rgb(30 58 138 / 0.65);
    border-bottom-color: rgb(30 58 138 / 0.65);
  }

  .lg\:border-y-blue-900\/70 {
    border-top-color: rgb(30 58 138 / 0.7);
    border-bottom-color: rgb(30 58 138 / 0.7);
  }

  .lg\:border-y-blue-900\/75 {
    border-top-color: rgb(30 58 138 / 0.75);
    border-bottom-color: rgb(30 58 138 / 0.75);
  }

  .lg\:border-y-blue-900\/80 {
    border-top-color: rgb(30 58 138 / 0.8);
    border-bottom-color: rgb(30 58 138 / 0.8);
  }

  .lg\:border-y-blue-900\/85 {
    border-top-color: rgb(30 58 138 / 0.85);
    border-bottom-color: rgb(30 58 138 / 0.85);
  }

  .lg\:border-y-blue-900\/90 {
    border-top-color: rgb(30 58 138 / 0.9);
    border-bottom-color: rgb(30 58 138 / 0.9);
  }

  .lg\:border-y-blue-900\/95 {
    border-top-color: rgb(30 58 138 / 0.95);
    border-bottom-color: rgb(30 58 138 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-blue-950\/0 {
    border-top-color: rgb(23 37 84 / 0);
    border-bottom-color: rgb(23 37 84 / 0);
  }

  .lg\:border-y-blue-950\/10 {
    border-top-color: rgb(23 37 84 / 0.1);
    border-bottom-color: rgb(23 37 84 / 0.1);
  }

  .lg\:border-y-blue-950\/100 {
    border-top-color: rgb(23 37 84 / 1);
    border-bottom-color: rgb(23 37 84 / 1);
  }

  .lg\:border-y-blue-950\/15 {
    border-top-color: rgb(23 37 84 / 0.15);
    border-bottom-color: rgb(23 37 84 / 0.15);
  }

  .lg\:border-y-blue-950\/20 {
    border-top-color: rgb(23 37 84 / 0.2);
    border-bottom-color: rgb(23 37 84 / 0.2);
  }

  .lg\:border-y-blue-950\/25 {
    border-top-color: rgb(23 37 84 / 0.25);
    border-bottom-color: rgb(23 37 84 / 0.25);
  }

  .lg\:border-y-blue-950\/30 {
    border-top-color: rgb(23 37 84 / 0.3);
    border-bottom-color: rgb(23 37 84 / 0.3);
  }

  .lg\:border-y-blue-950\/35 {
    border-top-color: rgb(23 37 84 / 0.35);
    border-bottom-color: rgb(23 37 84 / 0.35);
  }

  .lg\:border-y-blue-950\/40 {
    border-top-color: rgb(23 37 84 / 0.4);
    border-bottom-color: rgb(23 37 84 / 0.4);
  }

  .lg\:border-y-blue-950\/45 {
    border-top-color: rgb(23 37 84 / 0.45);
    border-bottom-color: rgb(23 37 84 / 0.45);
  }

  .lg\:border-y-blue-950\/5 {
    border-top-color: rgb(23 37 84 / 0.05);
    border-bottom-color: rgb(23 37 84 / 0.05);
  }

  .lg\:border-y-blue-950\/50 {
    border-top-color: rgb(23 37 84 / 0.5);
    border-bottom-color: rgb(23 37 84 / 0.5);
  }

  .lg\:border-y-blue-950\/55 {
    border-top-color: rgb(23 37 84 / 0.55);
    border-bottom-color: rgb(23 37 84 / 0.55);
  }

  .lg\:border-y-blue-950\/60 {
    border-top-color: rgb(23 37 84 / 0.6);
    border-bottom-color: rgb(23 37 84 / 0.6);
  }

  .lg\:border-y-blue-950\/65 {
    border-top-color: rgb(23 37 84 / 0.65);
    border-bottom-color: rgb(23 37 84 / 0.65);
  }

  .lg\:border-y-blue-950\/70 {
    border-top-color: rgb(23 37 84 / 0.7);
    border-bottom-color: rgb(23 37 84 / 0.7);
  }

  .lg\:border-y-blue-950\/75 {
    border-top-color: rgb(23 37 84 / 0.75);
    border-bottom-color: rgb(23 37 84 / 0.75);
  }

  .lg\:border-y-blue-950\/80 {
    border-top-color: rgb(23 37 84 / 0.8);
    border-bottom-color: rgb(23 37 84 / 0.8);
  }

  .lg\:border-y-blue-950\/85 {
    border-top-color: rgb(23 37 84 / 0.85);
    border-bottom-color: rgb(23 37 84 / 0.85);
  }

  .lg\:border-y-blue-950\/90 {
    border-top-color: rgb(23 37 84 / 0.9);
    border-bottom-color: rgb(23 37 84 / 0.9);
  }

  .lg\:border-y-blue-950\/95 {
    border-top-color: rgb(23 37 84 / 0.95);
    border-bottom-color: rgb(23 37 84 / 0.95);
  }

  .lg\:border-y-current {
    border-top-color: currentColor;
    border-bottom-color: currentColor;
  }

  .lg\: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));
  }

  .lg\:border-y-cyan-100\/0 {
    border-top-color: rgb(207 250 254 / 0);
    border-bottom-color: rgb(207 250 254 / 0);
  }

  .lg\:border-y-cyan-100\/10 {
    border-top-color: rgb(207 250 254 / 0.1);
    border-bottom-color: rgb(207 250 254 / 0.1);
  }

  .lg\:border-y-cyan-100\/100 {
    border-top-color: rgb(207 250 254 / 1);
    border-bottom-color: rgb(207 250 254 / 1);
  }

  .lg\:border-y-cyan-100\/15 {
    border-top-color: rgb(207 250 254 / 0.15);
    border-bottom-color: rgb(207 250 254 / 0.15);
  }

  .lg\:border-y-cyan-100\/20 {
    border-top-color: rgb(207 250 254 / 0.2);
    border-bottom-color: rgb(207 250 254 / 0.2);
  }

  .lg\:border-y-cyan-100\/25 {
    border-top-color: rgb(207 250 254 / 0.25);
    border-bottom-color: rgb(207 250 254 / 0.25);
  }

  .lg\:border-y-cyan-100\/30 {
    border-top-color: rgb(207 250 254 / 0.3);
    border-bottom-color: rgb(207 250 254 / 0.3);
  }

  .lg\:border-y-cyan-100\/35 {
    border-top-color: rgb(207 250 254 / 0.35);
    border-bottom-color: rgb(207 250 254 / 0.35);
  }

  .lg\:border-y-cyan-100\/40 {
    border-top-color: rgb(207 250 254 / 0.4);
    border-bottom-color: rgb(207 250 254 / 0.4);
  }

  .lg\:border-y-cyan-100\/45 {
    border-top-color: rgb(207 250 254 / 0.45);
    border-bottom-color: rgb(207 250 254 / 0.45);
  }

  .lg\:border-y-cyan-100\/5 {
    border-top-color: rgb(207 250 254 / 0.05);
    border-bottom-color: rgb(207 250 254 / 0.05);
  }

  .lg\:border-y-cyan-100\/50 {
    border-top-color: rgb(207 250 254 / 0.5);
    border-bottom-color: rgb(207 250 254 / 0.5);
  }

  .lg\:border-y-cyan-100\/55 {
    border-top-color: rgb(207 250 254 / 0.55);
    border-bottom-color: rgb(207 250 254 / 0.55);
  }

  .lg\:border-y-cyan-100\/60 {
    border-top-color: rgb(207 250 254 / 0.6);
    border-bottom-color: rgb(207 250 254 / 0.6);
  }

  .lg\:border-y-cyan-100\/65 {
    border-top-color: rgb(207 250 254 / 0.65);
    border-bottom-color: rgb(207 250 254 / 0.65);
  }

  .lg\:border-y-cyan-100\/70 {
    border-top-color: rgb(207 250 254 / 0.7);
    border-bottom-color: rgb(207 250 254 / 0.7);
  }

  .lg\:border-y-cyan-100\/75 {
    border-top-color: rgb(207 250 254 / 0.75);
    border-bottom-color: rgb(207 250 254 / 0.75);
  }

  .lg\:border-y-cyan-100\/80 {
    border-top-color: rgb(207 250 254 / 0.8);
    border-bottom-color: rgb(207 250 254 / 0.8);
  }

  .lg\:border-y-cyan-100\/85 {
    border-top-color: rgb(207 250 254 / 0.85);
    border-bottom-color: rgb(207 250 254 / 0.85);
  }

  .lg\:border-y-cyan-100\/90 {
    border-top-color: rgb(207 250 254 / 0.9);
    border-bottom-color: rgb(207 250 254 / 0.9);
  }

  .lg\:border-y-cyan-100\/95 {
    border-top-color: rgb(207 250 254 / 0.95);
    border-bottom-color: rgb(207 250 254 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-cyan-200\/0 {
    border-top-color: rgb(165 243 252 / 0);
    border-bottom-color: rgb(165 243 252 / 0);
  }

  .lg\:border-y-cyan-200\/10 {
    border-top-color: rgb(165 243 252 / 0.1);
    border-bottom-color: rgb(165 243 252 / 0.1);
  }

  .lg\:border-y-cyan-200\/100 {
    border-top-color: rgb(165 243 252 / 1);
    border-bottom-color: rgb(165 243 252 / 1);
  }

  .lg\:border-y-cyan-200\/15 {
    border-top-color: rgb(165 243 252 / 0.15);
    border-bottom-color: rgb(165 243 252 / 0.15);
  }

  .lg\:border-y-cyan-200\/20 {
    border-top-color: rgb(165 243 252 / 0.2);
    border-bottom-color: rgb(165 243 252 / 0.2);
  }

  .lg\:border-y-cyan-200\/25 {
    border-top-color: rgb(165 243 252 / 0.25);
    border-bottom-color: rgb(165 243 252 / 0.25);
  }

  .lg\:border-y-cyan-200\/30 {
    border-top-color: rgb(165 243 252 / 0.3);
    border-bottom-color: rgb(165 243 252 / 0.3);
  }

  .lg\:border-y-cyan-200\/35 {
    border-top-color: rgb(165 243 252 / 0.35);
    border-bottom-color: rgb(165 243 252 / 0.35);
  }

  .lg\:border-y-cyan-200\/40 {
    border-top-color: rgb(165 243 252 / 0.4);
    border-bottom-color: rgb(165 243 252 / 0.4);
  }

  .lg\:border-y-cyan-200\/45 {
    border-top-color: rgb(165 243 252 / 0.45);
    border-bottom-color: rgb(165 243 252 / 0.45);
  }

  .lg\:border-y-cyan-200\/5 {
    border-top-color: rgb(165 243 252 / 0.05);
    border-bottom-color: rgb(165 243 252 / 0.05);
  }

  .lg\:border-y-cyan-200\/50 {
    border-top-color: rgb(165 243 252 / 0.5);
    border-bottom-color: rgb(165 243 252 / 0.5);
  }

  .lg\:border-y-cyan-200\/55 {
    border-top-color: rgb(165 243 252 / 0.55);
    border-bottom-color: rgb(165 243 252 / 0.55);
  }

  .lg\:border-y-cyan-200\/60 {
    border-top-color: rgb(165 243 252 / 0.6);
    border-bottom-color: rgb(165 243 252 / 0.6);
  }

  .lg\:border-y-cyan-200\/65 {
    border-top-color: rgb(165 243 252 / 0.65);
    border-bottom-color: rgb(165 243 252 / 0.65);
  }

  .lg\:border-y-cyan-200\/70 {
    border-top-color: rgb(165 243 252 / 0.7);
    border-bottom-color: rgb(165 243 252 / 0.7);
  }

  .lg\:border-y-cyan-200\/75 {
    border-top-color: rgb(165 243 252 / 0.75);
    border-bottom-color: rgb(165 243 252 / 0.75);
  }

  .lg\:border-y-cyan-200\/80 {
    border-top-color: rgb(165 243 252 / 0.8);
    border-bottom-color: rgb(165 243 252 / 0.8);
  }

  .lg\:border-y-cyan-200\/85 {
    border-top-color: rgb(165 243 252 / 0.85);
    border-bottom-color: rgb(165 243 252 / 0.85);
  }

  .lg\:border-y-cyan-200\/90 {
    border-top-color: rgb(165 243 252 / 0.9);
    border-bottom-color: rgb(165 243 252 / 0.9);
  }

  .lg\:border-y-cyan-200\/95 {
    border-top-color: rgb(165 243 252 / 0.95);
    border-bottom-color: rgb(165 243 252 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-cyan-300\/0 {
    border-top-color: rgb(103 232 249 / 0);
    border-bottom-color: rgb(103 232 249 / 0);
  }

  .lg\:border-y-cyan-300\/10 {
    border-top-color: rgb(103 232 249 / 0.1);
    border-bottom-color: rgb(103 232 249 / 0.1);
  }

  .lg\:border-y-cyan-300\/100 {
    border-top-color: rgb(103 232 249 / 1);
    border-bottom-color: rgb(103 232 249 / 1);
  }

  .lg\:border-y-cyan-300\/15 {
    border-top-color: rgb(103 232 249 / 0.15);
    border-bottom-color: rgb(103 232 249 / 0.15);
  }

  .lg\:border-y-cyan-300\/20 {
    border-top-color: rgb(103 232 249 / 0.2);
    border-bottom-color: rgb(103 232 249 / 0.2);
  }

  .lg\:border-y-cyan-300\/25 {
    border-top-color: rgb(103 232 249 / 0.25);
    border-bottom-color: rgb(103 232 249 / 0.25);
  }

  .lg\:border-y-cyan-300\/30 {
    border-top-color: rgb(103 232 249 / 0.3);
    border-bottom-color: rgb(103 232 249 / 0.3);
  }

  .lg\:border-y-cyan-300\/35 {
    border-top-color: rgb(103 232 249 / 0.35);
    border-bottom-color: rgb(103 232 249 / 0.35);
  }

  .lg\:border-y-cyan-300\/40 {
    border-top-color: rgb(103 232 249 / 0.4);
    border-bottom-color: rgb(103 232 249 / 0.4);
  }

  .lg\:border-y-cyan-300\/45 {
    border-top-color: rgb(103 232 249 / 0.45);
    border-bottom-color: rgb(103 232 249 / 0.45);
  }

  .lg\:border-y-cyan-300\/5 {
    border-top-color: rgb(103 232 249 / 0.05);
    border-bottom-color: rgb(103 232 249 / 0.05);
  }

  .lg\:border-y-cyan-300\/50 {
    border-top-color: rgb(103 232 249 / 0.5);
    border-bottom-color: rgb(103 232 249 / 0.5);
  }

  .lg\:border-y-cyan-300\/55 {
    border-top-color: rgb(103 232 249 / 0.55);
    border-bottom-color: rgb(103 232 249 / 0.55);
  }

  .lg\:border-y-cyan-300\/60 {
    border-top-color: rgb(103 232 249 / 0.6);
    border-bottom-color: rgb(103 232 249 / 0.6);
  }

  .lg\:border-y-cyan-300\/65 {
    border-top-color: rgb(103 232 249 / 0.65);
    border-bottom-color: rgb(103 232 249 / 0.65);
  }

  .lg\:border-y-cyan-300\/70 {
    border-top-color: rgb(103 232 249 / 0.7);
    border-bottom-color: rgb(103 232 249 / 0.7);
  }

  .lg\:border-y-cyan-300\/75 {
    border-top-color: rgb(103 232 249 / 0.75);
    border-bottom-color: rgb(103 232 249 / 0.75);
  }

  .lg\:border-y-cyan-300\/80 {
    border-top-color: rgb(103 232 249 / 0.8);
    border-bottom-color: rgb(103 232 249 / 0.8);
  }

  .lg\:border-y-cyan-300\/85 {
    border-top-color: rgb(103 232 249 / 0.85);
    border-bottom-color: rgb(103 232 249 / 0.85);
  }

  .lg\:border-y-cyan-300\/90 {
    border-top-color: rgb(103 232 249 / 0.9);
    border-bottom-color: rgb(103 232 249 / 0.9);
  }

  .lg\:border-y-cyan-300\/95 {
    border-top-color: rgb(103 232 249 / 0.95);
    border-bottom-color: rgb(103 232 249 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-cyan-400\/0 {
    border-top-color: rgb(34 211 238 / 0);
    border-bottom-color: rgb(34 211 238 / 0);
  }

  .lg\:border-y-cyan-400\/10 {
    border-top-color: rgb(34 211 238 / 0.1);
    border-bottom-color: rgb(34 211 238 / 0.1);
  }

  .lg\:border-y-cyan-400\/100 {
    border-top-color: rgb(34 211 238 / 1);
    border-bottom-color: rgb(34 211 238 / 1);
  }

  .lg\:border-y-cyan-400\/15 {
    border-top-color: rgb(34 211 238 / 0.15);
    border-bottom-color: rgb(34 211 238 / 0.15);
  }

  .lg\:border-y-cyan-400\/20 {
    border-top-color: rgb(34 211 238 / 0.2);
    border-bottom-color: rgb(34 211 238 / 0.2);
  }

  .lg\:border-y-cyan-400\/25 {
    border-top-color: rgb(34 211 238 / 0.25);
    border-bottom-color: rgb(34 211 238 / 0.25);
  }

  .lg\:border-y-cyan-400\/30 {
    border-top-color: rgb(34 211 238 / 0.3);
    border-bottom-color: rgb(34 211 238 / 0.3);
  }

  .lg\:border-y-cyan-400\/35 {
    border-top-color: rgb(34 211 238 / 0.35);
    border-bottom-color: rgb(34 211 238 / 0.35);
  }

  .lg\:border-y-cyan-400\/40 {
    border-top-color: rgb(34 211 238 / 0.4);
    border-bottom-color: rgb(34 211 238 / 0.4);
  }

  .lg\:border-y-cyan-400\/45 {
    border-top-color: rgb(34 211 238 / 0.45);
    border-bottom-color: rgb(34 211 238 / 0.45);
  }

  .lg\:border-y-cyan-400\/5 {
    border-top-color: rgb(34 211 238 / 0.05);
    border-bottom-color: rgb(34 211 238 / 0.05);
  }

  .lg\:border-y-cyan-400\/50 {
    border-top-color: rgb(34 211 238 / 0.5);
    border-bottom-color: rgb(34 211 238 / 0.5);
  }

  .lg\:border-y-cyan-400\/55 {
    border-top-color: rgb(34 211 238 / 0.55);
    border-bottom-color: rgb(34 211 238 / 0.55);
  }

  .lg\:border-y-cyan-400\/60 {
    border-top-color: rgb(34 211 238 / 0.6);
    border-bottom-color: rgb(34 211 238 / 0.6);
  }

  .lg\:border-y-cyan-400\/65 {
    border-top-color: rgb(34 211 238 / 0.65);
    border-bottom-color: rgb(34 211 238 / 0.65);
  }

  .lg\:border-y-cyan-400\/70 {
    border-top-color: rgb(34 211 238 / 0.7);
    border-bottom-color: rgb(34 211 238 / 0.7);
  }

  .lg\:border-y-cyan-400\/75 {
    border-top-color: rgb(34 211 238 / 0.75);
    border-bottom-color: rgb(34 211 238 / 0.75);
  }

  .lg\:border-y-cyan-400\/80 {
    border-top-color: rgb(34 211 238 / 0.8);
    border-bottom-color: rgb(34 211 238 / 0.8);
  }

  .lg\:border-y-cyan-400\/85 {
    border-top-color: rgb(34 211 238 / 0.85);
    border-bottom-color: rgb(34 211 238 / 0.85);
  }

  .lg\:border-y-cyan-400\/90 {
    border-top-color: rgb(34 211 238 / 0.9);
    border-bottom-color: rgb(34 211 238 / 0.9);
  }

  .lg\:border-y-cyan-400\/95 {
    border-top-color: rgb(34 211 238 / 0.95);
    border-bottom-color: rgb(34 211 238 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-cyan-50\/0 {
    border-top-color: rgb(236 254 255 / 0);
    border-bottom-color: rgb(236 254 255 / 0);
  }

  .lg\:border-y-cyan-50\/10 {
    border-top-color: rgb(236 254 255 / 0.1);
    border-bottom-color: rgb(236 254 255 / 0.1);
  }

  .lg\:border-y-cyan-50\/100 {
    border-top-color: rgb(236 254 255 / 1);
    border-bottom-color: rgb(236 254 255 / 1);
  }

  .lg\:border-y-cyan-50\/15 {
    border-top-color: rgb(236 254 255 / 0.15);
    border-bottom-color: rgb(236 254 255 / 0.15);
  }

  .lg\:border-y-cyan-50\/20 {
    border-top-color: rgb(236 254 255 / 0.2);
    border-bottom-color: rgb(236 254 255 / 0.2);
  }

  .lg\:border-y-cyan-50\/25 {
    border-top-color: rgb(236 254 255 / 0.25);
    border-bottom-color: rgb(236 254 255 / 0.25);
  }

  .lg\:border-y-cyan-50\/30 {
    border-top-color: rgb(236 254 255 / 0.3);
    border-bottom-color: rgb(236 254 255 / 0.3);
  }

  .lg\:border-y-cyan-50\/35 {
    border-top-color: rgb(236 254 255 / 0.35);
    border-bottom-color: rgb(236 254 255 / 0.35);
  }

  .lg\:border-y-cyan-50\/40 {
    border-top-color: rgb(236 254 255 / 0.4);
    border-bottom-color: rgb(236 254 255 / 0.4);
  }

  .lg\:border-y-cyan-50\/45 {
    border-top-color: rgb(236 254 255 / 0.45);
    border-bottom-color: rgb(236 254 255 / 0.45);
  }

  .lg\:border-y-cyan-50\/5 {
    border-top-color: rgb(236 254 255 / 0.05);
    border-bottom-color: rgb(236 254 255 / 0.05);
  }

  .lg\:border-y-cyan-50\/50 {
    border-top-color: rgb(236 254 255 / 0.5);
    border-bottom-color: rgb(236 254 255 / 0.5);
  }

  .lg\:border-y-cyan-50\/55 {
    border-top-color: rgb(236 254 255 / 0.55);
    border-bottom-color: rgb(236 254 255 / 0.55);
  }

  .lg\:border-y-cyan-50\/60 {
    border-top-color: rgb(236 254 255 / 0.6);
    border-bottom-color: rgb(236 254 255 / 0.6);
  }

  .lg\:border-y-cyan-50\/65 {
    border-top-color: rgb(236 254 255 / 0.65);
    border-bottom-color: rgb(236 254 255 / 0.65);
  }

  .lg\:border-y-cyan-50\/70 {
    border-top-color: rgb(236 254 255 / 0.7);
    border-bottom-color: rgb(236 254 255 / 0.7);
  }

  .lg\:border-y-cyan-50\/75 {
    border-top-color: rgb(236 254 255 / 0.75);
    border-bottom-color: rgb(236 254 255 / 0.75);
  }

  .lg\:border-y-cyan-50\/80 {
    border-top-color: rgb(236 254 255 / 0.8);
    border-bottom-color: rgb(236 254 255 / 0.8);
  }

  .lg\:border-y-cyan-50\/85 {
    border-top-color: rgb(236 254 255 / 0.85);
    border-bottom-color: rgb(236 254 255 / 0.85);
  }

  .lg\:border-y-cyan-50\/90 {
    border-top-color: rgb(236 254 255 / 0.9);
    border-bottom-color: rgb(236 254 255 / 0.9);
  }

  .lg\:border-y-cyan-50\/95 {
    border-top-color: rgb(236 254 255 / 0.95);
    border-bottom-color: rgb(236 254 255 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-cyan-500\/0 {
    border-top-color: rgb(6 182 212 / 0);
    border-bottom-color: rgb(6 182 212 / 0);
  }

  .lg\:border-y-cyan-500\/10 {
    border-top-color: rgb(6 182 212 / 0.1);
    border-bottom-color: rgb(6 182 212 / 0.1);
  }

  .lg\:border-y-cyan-500\/100 {
    border-top-color: rgb(6 182 212 / 1);
    border-bottom-color: rgb(6 182 212 / 1);
  }

  .lg\:border-y-cyan-500\/15 {
    border-top-color: rgb(6 182 212 / 0.15);
    border-bottom-color: rgb(6 182 212 / 0.15);
  }

  .lg\:border-y-cyan-500\/20 {
    border-top-color: rgb(6 182 212 / 0.2);
    border-bottom-color: rgb(6 182 212 / 0.2);
  }

  .lg\:border-y-cyan-500\/25 {
    border-top-color: rgb(6 182 212 / 0.25);
    border-bottom-color: rgb(6 182 212 / 0.25);
  }

  .lg\:border-y-cyan-500\/30 {
    border-top-color: rgb(6 182 212 / 0.3);
    border-bottom-color: rgb(6 182 212 / 0.3);
  }

  .lg\:border-y-cyan-500\/35 {
    border-top-color: rgb(6 182 212 / 0.35);
    border-bottom-color: rgb(6 182 212 / 0.35);
  }

  .lg\:border-y-cyan-500\/40 {
    border-top-color: rgb(6 182 212 / 0.4);
    border-bottom-color: rgb(6 182 212 / 0.4);
  }

  .lg\:border-y-cyan-500\/45 {
    border-top-color: rgb(6 182 212 / 0.45);
    border-bottom-color: rgb(6 182 212 / 0.45);
  }

  .lg\:border-y-cyan-500\/5 {
    border-top-color: rgb(6 182 212 / 0.05);
    border-bottom-color: rgb(6 182 212 / 0.05);
  }

  .lg\:border-y-cyan-500\/50 {
    border-top-color: rgb(6 182 212 / 0.5);
    border-bottom-color: rgb(6 182 212 / 0.5);
  }

  .lg\:border-y-cyan-500\/55 {
    border-top-color: rgb(6 182 212 / 0.55);
    border-bottom-color: rgb(6 182 212 / 0.55);
  }

  .lg\:border-y-cyan-500\/60 {
    border-top-color: rgb(6 182 212 / 0.6);
    border-bottom-color: rgb(6 182 212 / 0.6);
  }

  .lg\:border-y-cyan-500\/65 {
    border-top-color: rgb(6 182 212 / 0.65);
    border-bottom-color: rgb(6 182 212 / 0.65);
  }

  .lg\:border-y-cyan-500\/70 {
    border-top-color: rgb(6 182 212 / 0.7);
    border-bottom-color: rgb(6 182 212 / 0.7);
  }

  .lg\:border-y-cyan-500\/75 {
    border-top-color: rgb(6 182 212 / 0.75);
    border-bottom-color: rgb(6 182 212 / 0.75);
  }

  .lg\:border-y-cyan-500\/80 {
    border-top-color: rgb(6 182 212 / 0.8);
    border-bottom-color: rgb(6 182 212 / 0.8);
  }

  .lg\:border-y-cyan-500\/85 {
    border-top-color: rgb(6 182 212 / 0.85);
    border-bottom-color: rgb(6 182 212 / 0.85);
  }

  .lg\:border-y-cyan-500\/90 {
    border-top-color: rgb(6 182 212 / 0.9);
    border-bottom-color: rgb(6 182 212 / 0.9);
  }

  .lg\:border-y-cyan-500\/95 {
    border-top-color: rgb(6 182 212 / 0.95);
    border-bottom-color: rgb(6 182 212 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-cyan-600\/0 {
    border-top-color: rgb(8 145 178 / 0);
    border-bottom-color: rgb(8 145 178 / 0);
  }

  .lg\:border-y-cyan-600\/10 {
    border-top-color: rgb(8 145 178 / 0.1);
    border-bottom-color: rgb(8 145 178 / 0.1);
  }

  .lg\:border-y-cyan-600\/100 {
    border-top-color: rgb(8 145 178 / 1);
    border-bottom-color: rgb(8 145 178 / 1);
  }

  .lg\:border-y-cyan-600\/15 {
    border-top-color: rgb(8 145 178 / 0.15);
    border-bottom-color: rgb(8 145 178 / 0.15);
  }

  .lg\:border-y-cyan-600\/20 {
    border-top-color: rgb(8 145 178 / 0.2);
    border-bottom-color: rgb(8 145 178 / 0.2);
  }

  .lg\:border-y-cyan-600\/25 {
    border-top-color: rgb(8 145 178 / 0.25);
    border-bottom-color: rgb(8 145 178 / 0.25);
  }

  .lg\:border-y-cyan-600\/30 {
    border-top-color: rgb(8 145 178 / 0.3);
    border-bottom-color: rgb(8 145 178 / 0.3);
  }

  .lg\:border-y-cyan-600\/35 {
    border-top-color: rgb(8 145 178 / 0.35);
    border-bottom-color: rgb(8 145 178 / 0.35);
  }

  .lg\:border-y-cyan-600\/40 {
    border-top-color: rgb(8 145 178 / 0.4);
    border-bottom-color: rgb(8 145 178 / 0.4);
  }

  .lg\:border-y-cyan-600\/45 {
    border-top-color: rgb(8 145 178 / 0.45);
    border-bottom-color: rgb(8 145 178 / 0.45);
  }

  .lg\:border-y-cyan-600\/5 {
    border-top-color: rgb(8 145 178 / 0.05);
    border-bottom-color: rgb(8 145 178 / 0.05);
  }

  .lg\:border-y-cyan-600\/50 {
    border-top-color: rgb(8 145 178 / 0.5);
    border-bottom-color: rgb(8 145 178 / 0.5);
  }

  .lg\:border-y-cyan-600\/55 {
    border-top-color: rgb(8 145 178 / 0.55);
    border-bottom-color: rgb(8 145 178 / 0.55);
  }

  .lg\:border-y-cyan-600\/60 {
    border-top-color: rgb(8 145 178 / 0.6);
    border-bottom-color: rgb(8 145 178 / 0.6);
  }

  .lg\:border-y-cyan-600\/65 {
    border-top-color: rgb(8 145 178 / 0.65);
    border-bottom-color: rgb(8 145 178 / 0.65);
  }

  .lg\:border-y-cyan-600\/70 {
    border-top-color: rgb(8 145 178 / 0.7);
    border-bottom-color: rgb(8 145 178 / 0.7);
  }

  .lg\:border-y-cyan-600\/75 {
    border-top-color: rgb(8 145 178 / 0.75);
    border-bottom-color: rgb(8 145 178 / 0.75);
  }

  .lg\:border-y-cyan-600\/80 {
    border-top-color: rgb(8 145 178 / 0.8);
    border-bottom-color: rgb(8 145 178 / 0.8);
  }

  .lg\:border-y-cyan-600\/85 {
    border-top-color: rgb(8 145 178 / 0.85);
    border-bottom-color: rgb(8 145 178 / 0.85);
  }

  .lg\:border-y-cyan-600\/90 {
    border-top-color: rgb(8 145 178 / 0.9);
    border-bottom-color: rgb(8 145 178 / 0.9);
  }

  .lg\:border-y-cyan-600\/95 {
    border-top-color: rgb(8 145 178 / 0.95);
    border-bottom-color: rgb(8 145 178 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-cyan-700\/0 {
    border-top-color: rgb(14 116 144 / 0);
    border-bottom-color: rgb(14 116 144 / 0);
  }

  .lg\:border-y-cyan-700\/10 {
    border-top-color: rgb(14 116 144 / 0.1);
    border-bottom-color: rgb(14 116 144 / 0.1);
  }

  .lg\:border-y-cyan-700\/100 {
    border-top-color: rgb(14 116 144 / 1);
    border-bottom-color: rgb(14 116 144 / 1);
  }

  .lg\:border-y-cyan-700\/15 {
    border-top-color: rgb(14 116 144 / 0.15);
    border-bottom-color: rgb(14 116 144 / 0.15);
  }

  .lg\:border-y-cyan-700\/20 {
    border-top-color: rgb(14 116 144 / 0.2);
    border-bottom-color: rgb(14 116 144 / 0.2);
  }

  .lg\:border-y-cyan-700\/25 {
    border-top-color: rgb(14 116 144 / 0.25);
    border-bottom-color: rgb(14 116 144 / 0.25);
  }

  .lg\:border-y-cyan-700\/30 {
    border-top-color: rgb(14 116 144 / 0.3);
    border-bottom-color: rgb(14 116 144 / 0.3);
  }

  .lg\:border-y-cyan-700\/35 {
    border-top-color: rgb(14 116 144 / 0.35);
    border-bottom-color: rgb(14 116 144 / 0.35);
  }

  .lg\:border-y-cyan-700\/40 {
    border-top-color: rgb(14 116 144 / 0.4);
    border-bottom-color: rgb(14 116 144 / 0.4);
  }

  .lg\:border-y-cyan-700\/45 {
    border-top-color: rgb(14 116 144 / 0.45);
    border-bottom-color: rgb(14 116 144 / 0.45);
  }

  .lg\:border-y-cyan-700\/5 {
    border-top-color: rgb(14 116 144 / 0.05);
    border-bottom-color: rgb(14 116 144 / 0.05);
  }

  .lg\:border-y-cyan-700\/50 {
    border-top-color: rgb(14 116 144 / 0.5);
    border-bottom-color: rgb(14 116 144 / 0.5);
  }

  .lg\:border-y-cyan-700\/55 {
    border-top-color: rgb(14 116 144 / 0.55);
    border-bottom-color: rgb(14 116 144 / 0.55);
  }

  .lg\:border-y-cyan-700\/60 {
    border-top-color: rgb(14 116 144 / 0.6);
    border-bottom-color: rgb(14 116 144 / 0.6);
  }

  .lg\:border-y-cyan-700\/65 {
    border-top-color: rgb(14 116 144 / 0.65);
    border-bottom-color: rgb(14 116 144 / 0.65);
  }

  .lg\:border-y-cyan-700\/70 {
    border-top-color: rgb(14 116 144 / 0.7);
    border-bottom-color: rgb(14 116 144 / 0.7);
  }

  .lg\:border-y-cyan-700\/75 {
    border-top-color: rgb(14 116 144 / 0.75);
    border-bottom-color: rgb(14 116 144 / 0.75);
  }

  .lg\:border-y-cyan-700\/80 {
    border-top-color: rgb(14 116 144 / 0.8);
    border-bottom-color: rgb(14 116 144 / 0.8);
  }

  .lg\:border-y-cyan-700\/85 {
    border-top-color: rgb(14 116 144 / 0.85);
    border-bottom-color: rgb(14 116 144 / 0.85);
  }

  .lg\:border-y-cyan-700\/90 {
    border-top-color: rgb(14 116 144 / 0.9);
    border-bottom-color: rgb(14 116 144 / 0.9);
  }

  .lg\:border-y-cyan-700\/95 {
    border-top-color: rgb(14 116 144 / 0.95);
    border-bottom-color: rgb(14 116 144 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-cyan-800\/0 {
    border-top-color: rgb(21 94 117 / 0);
    border-bottom-color: rgb(21 94 117 / 0);
  }

  .lg\:border-y-cyan-800\/10 {
    border-top-color: rgb(21 94 117 / 0.1);
    border-bottom-color: rgb(21 94 117 / 0.1);
  }

  .lg\:border-y-cyan-800\/100 {
    border-top-color: rgb(21 94 117 / 1);
    border-bottom-color: rgb(21 94 117 / 1);
  }

  .lg\:border-y-cyan-800\/15 {
    border-top-color: rgb(21 94 117 / 0.15);
    border-bottom-color: rgb(21 94 117 / 0.15);
  }

  .lg\:border-y-cyan-800\/20 {
    border-top-color: rgb(21 94 117 / 0.2);
    border-bottom-color: rgb(21 94 117 / 0.2);
  }

  .lg\:border-y-cyan-800\/25 {
    border-top-color: rgb(21 94 117 / 0.25);
    border-bottom-color: rgb(21 94 117 / 0.25);
  }

  .lg\:border-y-cyan-800\/30 {
    border-top-color: rgb(21 94 117 / 0.3);
    border-bottom-color: rgb(21 94 117 / 0.3);
  }

  .lg\:border-y-cyan-800\/35 {
    border-top-color: rgb(21 94 117 / 0.35);
    border-bottom-color: rgb(21 94 117 / 0.35);
  }

  .lg\:border-y-cyan-800\/40 {
    border-top-color: rgb(21 94 117 / 0.4);
    border-bottom-color: rgb(21 94 117 / 0.4);
  }

  .lg\:border-y-cyan-800\/45 {
    border-top-color: rgb(21 94 117 / 0.45);
    border-bottom-color: rgb(21 94 117 / 0.45);
  }

  .lg\:border-y-cyan-800\/5 {
    border-top-color: rgb(21 94 117 / 0.05);
    border-bottom-color: rgb(21 94 117 / 0.05);
  }

  .lg\:border-y-cyan-800\/50 {
    border-top-color: rgb(21 94 117 / 0.5);
    border-bottom-color: rgb(21 94 117 / 0.5);
  }

  .lg\:border-y-cyan-800\/55 {
    border-top-color: rgb(21 94 117 / 0.55);
    border-bottom-color: rgb(21 94 117 / 0.55);
  }

  .lg\:border-y-cyan-800\/60 {
    border-top-color: rgb(21 94 117 / 0.6);
    border-bottom-color: rgb(21 94 117 / 0.6);
  }

  .lg\:border-y-cyan-800\/65 {
    border-top-color: rgb(21 94 117 / 0.65);
    border-bottom-color: rgb(21 94 117 / 0.65);
  }

  .lg\:border-y-cyan-800\/70 {
    border-top-color: rgb(21 94 117 / 0.7);
    border-bottom-color: rgb(21 94 117 / 0.7);
  }

  .lg\:border-y-cyan-800\/75 {
    border-top-color: rgb(21 94 117 / 0.75);
    border-bottom-color: rgb(21 94 117 / 0.75);
  }

  .lg\:border-y-cyan-800\/80 {
    border-top-color: rgb(21 94 117 / 0.8);
    border-bottom-color: rgb(21 94 117 / 0.8);
  }

  .lg\:border-y-cyan-800\/85 {
    border-top-color: rgb(21 94 117 / 0.85);
    border-bottom-color: rgb(21 94 117 / 0.85);
  }

  .lg\:border-y-cyan-800\/90 {
    border-top-color: rgb(21 94 117 / 0.9);
    border-bottom-color: rgb(21 94 117 / 0.9);
  }

  .lg\:border-y-cyan-800\/95 {
    border-top-color: rgb(21 94 117 / 0.95);
    border-bottom-color: rgb(21 94 117 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-cyan-900\/0 {
    border-top-color: rgb(22 78 99 / 0);
    border-bottom-color: rgb(22 78 99 / 0);
  }

  .lg\:border-y-cyan-900\/10 {
    border-top-color: rgb(22 78 99 / 0.1);
    border-bottom-color: rgb(22 78 99 / 0.1);
  }

  .lg\:border-y-cyan-900\/100 {
    border-top-color: rgb(22 78 99 / 1);
    border-bottom-color: rgb(22 78 99 / 1);
  }

  .lg\:border-y-cyan-900\/15 {
    border-top-color: rgb(22 78 99 / 0.15);
    border-bottom-color: rgb(22 78 99 / 0.15);
  }

  .lg\:border-y-cyan-900\/20 {
    border-top-color: rgb(22 78 99 / 0.2);
    border-bottom-color: rgb(22 78 99 / 0.2);
  }

  .lg\:border-y-cyan-900\/25 {
    border-top-color: rgb(22 78 99 / 0.25);
    border-bottom-color: rgb(22 78 99 / 0.25);
  }

  .lg\:border-y-cyan-900\/30 {
    border-top-color: rgb(22 78 99 / 0.3);
    border-bottom-color: rgb(22 78 99 / 0.3);
  }

  .lg\:border-y-cyan-900\/35 {
    border-top-color: rgb(22 78 99 / 0.35);
    border-bottom-color: rgb(22 78 99 / 0.35);
  }

  .lg\:border-y-cyan-900\/40 {
    border-top-color: rgb(22 78 99 / 0.4);
    border-bottom-color: rgb(22 78 99 / 0.4);
  }

  .lg\:border-y-cyan-900\/45 {
    border-top-color: rgb(22 78 99 / 0.45);
    border-bottom-color: rgb(22 78 99 / 0.45);
  }

  .lg\:border-y-cyan-900\/5 {
    border-top-color: rgb(22 78 99 / 0.05);
    border-bottom-color: rgb(22 78 99 / 0.05);
  }

  .lg\:border-y-cyan-900\/50 {
    border-top-color: rgb(22 78 99 / 0.5);
    border-bottom-color: rgb(22 78 99 / 0.5);
  }

  .lg\:border-y-cyan-900\/55 {
    border-top-color: rgb(22 78 99 / 0.55);
    border-bottom-color: rgb(22 78 99 / 0.55);
  }

  .lg\:border-y-cyan-900\/60 {
    border-top-color: rgb(22 78 99 / 0.6);
    border-bottom-color: rgb(22 78 99 / 0.6);
  }

  .lg\:border-y-cyan-900\/65 {
    border-top-color: rgb(22 78 99 / 0.65);
    border-bottom-color: rgb(22 78 99 / 0.65);
  }

  .lg\:border-y-cyan-900\/70 {
    border-top-color: rgb(22 78 99 / 0.7);
    border-bottom-color: rgb(22 78 99 / 0.7);
  }

  .lg\:border-y-cyan-900\/75 {
    border-top-color: rgb(22 78 99 / 0.75);
    border-bottom-color: rgb(22 78 99 / 0.75);
  }

  .lg\:border-y-cyan-900\/80 {
    border-top-color: rgb(22 78 99 / 0.8);
    border-bottom-color: rgb(22 78 99 / 0.8);
  }

  .lg\:border-y-cyan-900\/85 {
    border-top-color: rgb(22 78 99 / 0.85);
    border-bottom-color: rgb(22 78 99 / 0.85);
  }

  .lg\:border-y-cyan-900\/90 {
    border-top-color: rgb(22 78 99 / 0.9);
    border-bottom-color: rgb(22 78 99 / 0.9);
  }

  .lg\:border-y-cyan-900\/95 {
    border-top-color: rgb(22 78 99 / 0.95);
    border-bottom-color: rgb(22 78 99 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-cyan-950\/0 {
    border-top-color: rgb(8 51 68 / 0);
    border-bottom-color: rgb(8 51 68 / 0);
  }

  .lg\:border-y-cyan-950\/10 {
    border-top-color: rgb(8 51 68 / 0.1);
    border-bottom-color: rgb(8 51 68 / 0.1);
  }

  .lg\:border-y-cyan-950\/100 {
    border-top-color: rgb(8 51 68 / 1);
    border-bottom-color: rgb(8 51 68 / 1);
  }

  .lg\:border-y-cyan-950\/15 {
    border-top-color: rgb(8 51 68 / 0.15);
    border-bottom-color: rgb(8 51 68 / 0.15);
  }

  .lg\:border-y-cyan-950\/20 {
    border-top-color: rgb(8 51 68 / 0.2);
    border-bottom-color: rgb(8 51 68 / 0.2);
  }

  .lg\:border-y-cyan-950\/25 {
    border-top-color: rgb(8 51 68 / 0.25);
    border-bottom-color: rgb(8 51 68 / 0.25);
  }

  .lg\:border-y-cyan-950\/30 {
    border-top-color: rgb(8 51 68 / 0.3);
    border-bottom-color: rgb(8 51 68 / 0.3);
  }

  .lg\:border-y-cyan-950\/35 {
    border-top-color: rgb(8 51 68 / 0.35);
    border-bottom-color: rgb(8 51 68 / 0.35);
  }

  .lg\:border-y-cyan-950\/40 {
    border-top-color: rgb(8 51 68 / 0.4);
    border-bottom-color: rgb(8 51 68 / 0.4);
  }

  .lg\:border-y-cyan-950\/45 {
    border-top-color: rgb(8 51 68 / 0.45);
    border-bottom-color: rgb(8 51 68 / 0.45);
  }

  .lg\:border-y-cyan-950\/5 {
    border-top-color: rgb(8 51 68 / 0.05);
    border-bottom-color: rgb(8 51 68 / 0.05);
  }

  .lg\:border-y-cyan-950\/50 {
    border-top-color: rgb(8 51 68 / 0.5);
    border-bottom-color: rgb(8 51 68 / 0.5);
  }

  .lg\:border-y-cyan-950\/55 {
    border-top-color: rgb(8 51 68 / 0.55);
    border-bottom-color: rgb(8 51 68 / 0.55);
  }

  .lg\:border-y-cyan-950\/60 {
    border-top-color: rgb(8 51 68 / 0.6);
    border-bottom-color: rgb(8 51 68 / 0.6);
  }

  .lg\:border-y-cyan-950\/65 {
    border-top-color: rgb(8 51 68 / 0.65);
    border-bottom-color: rgb(8 51 68 / 0.65);
  }

  .lg\:border-y-cyan-950\/70 {
    border-top-color: rgb(8 51 68 / 0.7);
    border-bottom-color: rgb(8 51 68 / 0.7);
  }

  .lg\:border-y-cyan-950\/75 {
    border-top-color: rgb(8 51 68 / 0.75);
    border-bottom-color: rgb(8 51 68 / 0.75);
  }

  .lg\:border-y-cyan-950\/80 {
    border-top-color: rgb(8 51 68 / 0.8);
    border-bottom-color: rgb(8 51 68 / 0.8);
  }

  .lg\:border-y-cyan-950\/85 {
    border-top-color: rgb(8 51 68 / 0.85);
    border-bottom-color: rgb(8 51 68 / 0.85);
  }

  .lg\:border-y-cyan-950\/90 {
    border-top-color: rgb(8 51 68 / 0.9);
    border-bottom-color: rgb(8 51 68 / 0.9);
  }

  .lg\:border-y-cyan-950\/95 {
    border-top-color: rgb(8 51 68 / 0.95);
    border-bottom-color: rgb(8 51 68 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-emerald-100\/0 {
    border-top-color: rgb(209 250 229 / 0);
    border-bottom-color: rgb(209 250 229 / 0);
  }

  .lg\:border-y-emerald-100\/10 {
    border-top-color: rgb(209 250 229 / 0.1);
    border-bottom-color: rgb(209 250 229 / 0.1);
  }

  .lg\:border-y-emerald-100\/100 {
    border-top-color: rgb(209 250 229 / 1);
    border-bottom-color: rgb(209 250 229 / 1);
  }

  .lg\:border-y-emerald-100\/15 {
    border-top-color: rgb(209 250 229 / 0.15);
    border-bottom-color: rgb(209 250 229 / 0.15);
  }

  .lg\:border-y-emerald-100\/20 {
    border-top-color: rgb(209 250 229 / 0.2);
    border-bottom-color: rgb(209 250 229 / 0.2);
  }

  .lg\:border-y-emerald-100\/25 {
    border-top-color: rgb(209 250 229 / 0.25);
    border-bottom-color: rgb(209 250 229 / 0.25);
  }

  .lg\:border-y-emerald-100\/30 {
    border-top-color: rgb(209 250 229 / 0.3);
    border-bottom-color: rgb(209 250 229 / 0.3);
  }

  .lg\:border-y-emerald-100\/35 {
    border-top-color: rgb(209 250 229 / 0.35);
    border-bottom-color: rgb(209 250 229 / 0.35);
  }

  .lg\:border-y-emerald-100\/40 {
    border-top-color: rgb(209 250 229 / 0.4);
    border-bottom-color: rgb(209 250 229 / 0.4);
  }

  .lg\:border-y-emerald-100\/45 {
    border-top-color: rgb(209 250 229 / 0.45);
    border-bottom-color: rgb(209 250 229 / 0.45);
  }

  .lg\:border-y-emerald-100\/5 {
    border-top-color: rgb(209 250 229 / 0.05);
    border-bottom-color: rgb(209 250 229 / 0.05);
  }

  .lg\:border-y-emerald-100\/50 {
    border-top-color: rgb(209 250 229 / 0.5);
    border-bottom-color: rgb(209 250 229 / 0.5);
  }

  .lg\:border-y-emerald-100\/55 {
    border-top-color: rgb(209 250 229 / 0.55);
    border-bottom-color: rgb(209 250 229 / 0.55);
  }

  .lg\:border-y-emerald-100\/60 {
    border-top-color: rgb(209 250 229 / 0.6);
    border-bottom-color: rgb(209 250 229 / 0.6);
  }

  .lg\:border-y-emerald-100\/65 {
    border-top-color: rgb(209 250 229 / 0.65);
    border-bottom-color: rgb(209 250 229 / 0.65);
  }

  .lg\:border-y-emerald-100\/70 {
    border-top-color: rgb(209 250 229 / 0.7);
    border-bottom-color: rgb(209 250 229 / 0.7);
  }

  .lg\:border-y-emerald-100\/75 {
    border-top-color: rgb(209 250 229 / 0.75);
    border-bottom-color: rgb(209 250 229 / 0.75);
  }

  .lg\:border-y-emerald-100\/80 {
    border-top-color: rgb(209 250 229 / 0.8);
    border-bottom-color: rgb(209 250 229 / 0.8);
  }

  .lg\:border-y-emerald-100\/85 {
    border-top-color: rgb(209 250 229 / 0.85);
    border-bottom-color: rgb(209 250 229 / 0.85);
  }

  .lg\:border-y-emerald-100\/90 {
    border-top-color: rgb(209 250 229 / 0.9);
    border-bottom-color: rgb(209 250 229 / 0.9);
  }

  .lg\:border-y-emerald-100\/95 {
    border-top-color: rgb(209 250 229 / 0.95);
    border-bottom-color: rgb(209 250 229 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-emerald-200\/0 {
    border-top-color: rgb(167 243 208 / 0);
    border-bottom-color: rgb(167 243 208 / 0);
  }

  .lg\:border-y-emerald-200\/10 {
    border-top-color: rgb(167 243 208 / 0.1);
    border-bottom-color: rgb(167 243 208 / 0.1);
  }

  .lg\:border-y-emerald-200\/100 {
    border-top-color: rgb(167 243 208 / 1);
    border-bottom-color: rgb(167 243 208 / 1);
  }

  .lg\:border-y-emerald-200\/15 {
    border-top-color: rgb(167 243 208 / 0.15);
    border-bottom-color: rgb(167 243 208 / 0.15);
  }

  .lg\:border-y-emerald-200\/20 {
    border-top-color: rgb(167 243 208 / 0.2);
    border-bottom-color: rgb(167 243 208 / 0.2);
  }

  .lg\:border-y-emerald-200\/25 {
    border-top-color: rgb(167 243 208 / 0.25);
    border-bottom-color: rgb(167 243 208 / 0.25);
  }

  .lg\:border-y-emerald-200\/30 {
    border-top-color: rgb(167 243 208 / 0.3);
    border-bottom-color: rgb(167 243 208 / 0.3);
  }

  .lg\:border-y-emerald-200\/35 {
    border-top-color: rgb(167 243 208 / 0.35);
    border-bottom-color: rgb(167 243 208 / 0.35);
  }

  .lg\:border-y-emerald-200\/40 {
    border-top-color: rgb(167 243 208 / 0.4);
    border-bottom-color: rgb(167 243 208 / 0.4);
  }

  .lg\:border-y-emerald-200\/45 {
    border-top-color: rgb(167 243 208 / 0.45);
    border-bottom-color: rgb(167 243 208 / 0.45);
  }

  .lg\:border-y-emerald-200\/5 {
    border-top-color: rgb(167 243 208 / 0.05);
    border-bottom-color: rgb(167 243 208 / 0.05);
  }

  .lg\:border-y-emerald-200\/50 {
    border-top-color: rgb(167 243 208 / 0.5);
    border-bottom-color: rgb(167 243 208 / 0.5);
  }

  .lg\:border-y-emerald-200\/55 {
    border-top-color: rgb(167 243 208 / 0.55);
    border-bottom-color: rgb(167 243 208 / 0.55);
  }

  .lg\:border-y-emerald-200\/60 {
    border-top-color: rgb(167 243 208 / 0.6);
    border-bottom-color: rgb(167 243 208 / 0.6);
  }

  .lg\:border-y-emerald-200\/65 {
    border-top-color: rgb(167 243 208 / 0.65);
    border-bottom-color: rgb(167 243 208 / 0.65);
  }

  .lg\:border-y-emerald-200\/70 {
    border-top-color: rgb(167 243 208 / 0.7);
    border-bottom-color: rgb(167 243 208 / 0.7);
  }

  .lg\:border-y-emerald-200\/75 {
    border-top-color: rgb(167 243 208 / 0.75);
    border-bottom-color: rgb(167 243 208 / 0.75);
  }

  .lg\:border-y-emerald-200\/80 {
    border-top-color: rgb(167 243 208 / 0.8);
    border-bottom-color: rgb(167 243 208 / 0.8);
  }

  .lg\:border-y-emerald-200\/85 {
    border-top-color: rgb(167 243 208 / 0.85);
    border-bottom-color: rgb(167 243 208 / 0.85);
  }

  .lg\:border-y-emerald-200\/90 {
    border-top-color: rgb(167 243 208 / 0.9);
    border-bottom-color: rgb(167 243 208 / 0.9);
  }

  .lg\:border-y-emerald-200\/95 {
    border-top-color: rgb(167 243 208 / 0.95);
    border-bottom-color: rgb(167 243 208 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-emerald-300\/0 {
    border-top-color: rgb(110 231 183 / 0);
    border-bottom-color: rgb(110 231 183 / 0);
  }

  .lg\:border-y-emerald-300\/10 {
    border-top-color: rgb(110 231 183 / 0.1);
    border-bottom-color: rgb(110 231 183 / 0.1);
  }

  .lg\:border-y-emerald-300\/100 {
    border-top-color: rgb(110 231 183 / 1);
    border-bottom-color: rgb(110 231 183 / 1);
  }

  .lg\:border-y-emerald-300\/15 {
    border-top-color: rgb(110 231 183 / 0.15);
    border-bottom-color: rgb(110 231 183 / 0.15);
  }

  .lg\:border-y-emerald-300\/20 {
    border-top-color: rgb(110 231 183 / 0.2);
    border-bottom-color: rgb(110 231 183 / 0.2);
  }

  .lg\:border-y-emerald-300\/25 {
    border-top-color: rgb(110 231 183 / 0.25);
    border-bottom-color: rgb(110 231 183 / 0.25);
  }

  .lg\:border-y-emerald-300\/30 {
    border-top-color: rgb(110 231 183 / 0.3);
    border-bottom-color: rgb(110 231 183 / 0.3);
  }

  .lg\:border-y-emerald-300\/35 {
    border-top-color: rgb(110 231 183 / 0.35);
    border-bottom-color: rgb(110 231 183 / 0.35);
  }

  .lg\:border-y-emerald-300\/40 {
    border-top-color: rgb(110 231 183 / 0.4);
    border-bottom-color: rgb(110 231 183 / 0.4);
  }

  .lg\:border-y-emerald-300\/45 {
    border-top-color: rgb(110 231 183 / 0.45);
    border-bottom-color: rgb(110 231 183 / 0.45);
  }

  .lg\:border-y-emerald-300\/5 {
    border-top-color: rgb(110 231 183 / 0.05);
    border-bottom-color: rgb(110 231 183 / 0.05);
  }

  .lg\:border-y-emerald-300\/50 {
    border-top-color: rgb(110 231 183 / 0.5);
    border-bottom-color: rgb(110 231 183 / 0.5);
  }

  .lg\:border-y-emerald-300\/55 {
    border-top-color: rgb(110 231 183 / 0.55);
    border-bottom-color: rgb(110 231 183 / 0.55);
  }

  .lg\:border-y-emerald-300\/60 {
    border-top-color: rgb(110 231 183 / 0.6);
    border-bottom-color: rgb(110 231 183 / 0.6);
  }

  .lg\:border-y-emerald-300\/65 {
    border-top-color: rgb(110 231 183 / 0.65);
    border-bottom-color: rgb(110 231 183 / 0.65);
  }

  .lg\:border-y-emerald-300\/70 {
    border-top-color: rgb(110 231 183 / 0.7);
    border-bottom-color: rgb(110 231 183 / 0.7);
  }

  .lg\:border-y-emerald-300\/75 {
    border-top-color: rgb(110 231 183 / 0.75);
    border-bottom-color: rgb(110 231 183 / 0.75);
  }

  .lg\:border-y-emerald-300\/80 {
    border-top-color: rgb(110 231 183 / 0.8);
    border-bottom-color: rgb(110 231 183 / 0.8);
  }

  .lg\:border-y-emerald-300\/85 {
    border-top-color: rgb(110 231 183 / 0.85);
    border-bottom-color: rgb(110 231 183 / 0.85);
  }

  .lg\:border-y-emerald-300\/90 {
    border-top-color: rgb(110 231 183 / 0.9);
    border-bottom-color: rgb(110 231 183 / 0.9);
  }

  .lg\:border-y-emerald-300\/95 {
    border-top-color: rgb(110 231 183 / 0.95);
    border-bottom-color: rgb(110 231 183 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-emerald-400\/0 {
    border-top-color: rgb(52 211 153 / 0);
    border-bottom-color: rgb(52 211 153 / 0);
  }

  .lg\:border-y-emerald-400\/10 {
    border-top-color: rgb(52 211 153 / 0.1);
    border-bottom-color: rgb(52 211 153 / 0.1);
  }

  .lg\:border-y-emerald-400\/100 {
    border-top-color: rgb(52 211 153 / 1);
    border-bottom-color: rgb(52 211 153 / 1);
  }

  .lg\:border-y-emerald-400\/15 {
    border-top-color: rgb(52 211 153 / 0.15);
    border-bottom-color: rgb(52 211 153 / 0.15);
  }

  .lg\:border-y-emerald-400\/20 {
    border-top-color: rgb(52 211 153 / 0.2);
    border-bottom-color: rgb(52 211 153 / 0.2);
  }

  .lg\:border-y-emerald-400\/25 {
    border-top-color: rgb(52 211 153 / 0.25);
    border-bottom-color: rgb(52 211 153 / 0.25);
  }

  .lg\:border-y-emerald-400\/30 {
    border-top-color: rgb(52 211 153 / 0.3);
    border-bottom-color: rgb(52 211 153 / 0.3);
  }

  .lg\:border-y-emerald-400\/35 {
    border-top-color: rgb(52 211 153 / 0.35);
    border-bottom-color: rgb(52 211 153 / 0.35);
  }

  .lg\:border-y-emerald-400\/40 {
    border-top-color: rgb(52 211 153 / 0.4);
    border-bottom-color: rgb(52 211 153 / 0.4);
  }

  .lg\:border-y-emerald-400\/45 {
    border-top-color: rgb(52 211 153 / 0.45);
    border-bottom-color: rgb(52 211 153 / 0.45);
  }

  .lg\:border-y-emerald-400\/5 {
    border-top-color: rgb(52 211 153 / 0.05);
    border-bottom-color: rgb(52 211 153 / 0.05);
  }

  .lg\:border-y-emerald-400\/50 {
    border-top-color: rgb(52 211 153 / 0.5);
    border-bottom-color: rgb(52 211 153 / 0.5);
  }

  .lg\:border-y-emerald-400\/55 {
    border-top-color: rgb(52 211 153 / 0.55);
    border-bottom-color: rgb(52 211 153 / 0.55);
  }

  .lg\:border-y-emerald-400\/60 {
    border-top-color: rgb(52 211 153 / 0.6);
    border-bottom-color: rgb(52 211 153 / 0.6);
  }

  .lg\:border-y-emerald-400\/65 {
    border-top-color: rgb(52 211 153 / 0.65);
    border-bottom-color: rgb(52 211 153 / 0.65);
  }

  .lg\:border-y-emerald-400\/70 {
    border-top-color: rgb(52 211 153 / 0.7);
    border-bottom-color: rgb(52 211 153 / 0.7);
  }

  .lg\:border-y-emerald-400\/75 {
    border-top-color: rgb(52 211 153 / 0.75);
    border-bottom-color: rgb(52 211 153 / 0.75);
  }

  .lg\:border-y-emerald-400\/80 {
    border-top-color: rgb(52 211 153 / 0.8);
    border-bottom-color: rgb(52 211 153 / 0.8);
  }

  .lg\:border-y-emerald-400\/85 {
    border-top-color: rgb(52 211 153 / 0.85);
    border-bottom-color: rgb(52 211 153 / 0.85);
  }

  .lg\:border-y-emerald-400\/90 {
    border-top-color: rgb(52 211 153 / 0.9);
    border-bottom-color: rgb(52 211 153 / 0.9);
  }

  .lg\:border-y-emerald-400\/95 {
    border-top-color: rgb(52 211 153 / 0.95);
    border-bottom-color: rgb(52 211 153 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-emerald-50\/0 {
    border-top-color: rgb(236 253 245 / 0);
    border-bottom-color: rgb(236 253 245 / 0);
  }

  .lg\:border-y-emerald-50\/10 {
    border-top-color: rgb(236 253 245 / 0.1);
    border-bottom-color: rgb(236 253 245 / 0.1);
  }

  .lg\:border-y-emerald-50\/100 {
    border-top-color: rgb(236 253 245 / 1);
    border-bottom-color: rgb(236 253 245 / 1);
  }

  .lg\:border-y-emerald-50\/15 {
    border-top-color: rgb(236 253 245 / 0.15);
    border-bottom-color: rgb(236 253 245 / 0.15);
  }

  .lg\:border-y-emerald-50\/20 {
    border-top-color: rgb(236 253 245 / 0.2);
    border-bottom-color: rgb(236 253 245 / 0.2);
  }

  .lg\:border-y-emerald-50\/25 {
    border-top-color: rgb(236 253 245 / 0.25);
    border-bottom-color: rgb(236 253 245 / 0.25);
  }

  .lg\:border-y-emerald-50\/30 {
    border-top-color: rgb(236 253 245 / 0.3);
    border-bottom-color: rgb(236 253 245 / 0.3);
  }

  .lg\:border-y-emerald-50\/35 {
    border-top-color: rgb(236 253 245 / 0.35);
    border-bottom-color: rgb(236 253 245 / 0.35);
  }

  .lg\:border-y-emerald-50\/40 {
    border-top-color: rgb(236 253 245 / 0.4);
    border-bottom-color: rgb(236 253 245 / 0.4);
  }

  .lg\:border-y-emerald-50\/45 {
    border-top-color: rgb(236 253 245 / 0.45);
    border-bottom-color: rgb(236 253 245 / 0.45);
  }

  .lg\:border-y-emerald-50\/5 {
    border-top-color: rgb(236 253 245 / 0.05);
    border-bottom-color: rgb(236 253 245 / 0.05);
  }

  .lg\:border-y-emerald-50\/50 {
    border-top-color: rgb(236 253 245 / 0.5);
    border-bottom-color: rgb(236 253 245 / 0.5);
  }

  .lg\:border-y-emerald-50\/55 {
    border-top-color: rgb(236 253 245 / 0.55);
    border-bottom-color: rgb(236 253 245 / 0.55);
  }

  .lg\:border-y-emerald-50\/60 {
    border-top-color: rgb(236 253 245 / 0.6);
    border-bottom-color: rgb(236 253 245 / 0.6);
  }

  .lg\:border-y-emerald-50\/65 {
    border-top-color: rgb(236 253 245 / 0.65);
    border-bottom-color: rgb(236 253 245 / 0.65);
  }

  .lg\:border-y-emerald-50\/70 {
    border-top-color: rgb(236 253 245 / 0.7);
    border-bottom-color: rgb(236 253 245 / 0.7);
  }

  .lg\:border-y-emerald-50\/75 {
    border-top-color: rgb(236 253 245 / 0.75);
    border-bottom-color: rgb(236 253 245 / 0.75);
  }

  .lg\:border-y-emerald-50\/80 {
    border-top-color: rgb(236 253 245 / 0.8);
    border-bottom-color: rgb(236 253 245 / 0.8);
  }

  .lg\:border-y-emerald-50\/85 {
    border-top-color: rgb(236 253 245 / 0.85);
    border-bottom-color: rgb(236 253 245 / 0.85);
  }

  .lg\:border-y-emerald-50\/90 {
    border-top-color: rgb(236 253 245 / 0.9);
    border-bottom-color: rgb(236 253 245 / 0.9);
  }

  .lg\:border-y-emerald-50\/95 {
    border-top-color: rgb(236 253 245 / 0.95);
    border-bottom-color: rgb(236 253 245 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-emerald-500\/0 {
    border-top-color: rgb(16 185 129 / 0);
    border-bottom-color: rgb(16 185 129 / 0);
  }

  .lg\:border-y-emerald-500\/10 {
    border-top-color: rgb(16 185 129 / 0.1);
    border-bottom-color: rgb(16 185 129 / 0.1);
  }

  .lg\:border-y-emerald-500\/100 {
    border-top-color: rgb(16 185 129 / 1);
    border-bottom-color: rgb(16 185 129 / 1);
  }

  .lg\:border-y-emerald-500\/15 {
    border-top-color: rgb(16 185 129 / 0.15);
    border-bottom-color: rgb(16 185 129 / 0.15);
  }

  .lg\:border-y-emerald-500\/20 {
    border-top-color: rgb(16 185 129 / 0.2);
    border-bottom-color: rgb(16 185 129 / 0.2);
  }

  .lg\:border-y-emerald-500\/25 {
    border-top-color: rgb(16 185 129 / 0.25);
    border-bottom-color: rgb(16 185 129 / 0.25);
  }

  .lg\:border-y-emerald-500\/30 {
    border-top-color: rgb(16 185 129 / 0.3);
    border-bottom-color: rgb(16 185 129 / 0.3);
  }

  .lg\:border-y-emerald-500\/35 {
    border-top-color: rgb(16 185 129 / 0.35);
    border-bottom-color: rgb(16 185 129 / 0.35);
  }

  .lg\:border-y-emerald-500\/40 {
    border-top-color: rgb(16 185 129 / 0.4);
    border-bottom-color: rgb(16 185 129 / 0.4);
  }

  .lg\:border-y-emerald-500\/45 {
    border-top-color: rgb(16 185 129 / 0.45);
    border-bottom-color: rgb(16 185 129 / 0.45);
  }

  .lg\:border-y-emerald-500\/5 {
    border-top-color: rgb(16 185 129 / 0.05);
    border-bottom-color: rgb(16 185 129 / 0.05);
  }

  .lg\:border-y-emerald-500\/50 {
    border-top-color: rgb(16 185 129 / 0.5);
    border-bottom-color: rgb(16 185 129 / 0.5);
  }

  .lg\:border-y-emerald-500\/55 {
    border-top-color: rgb(16 185 129 / 0.55);
    border-bottom-color: rgb(16 185 129 / 0.55);
  }

  .lg\:border-y-emerald-500\/60 {
    border-top-color: rgb(16 185 129 / 0.6);
    border-bottom-color: rgb(16 185 129 / 0.6);
  }

  .lg\:border-y-emerald-500\/65 {
    border-top-color: rgb(16 185 129 / 0.65);
    border-bottom-color: rgb(16 185 129 / 0.65);
  }

  .lg\:border-y-emerald-500\/70 {
    border-top-color: rgb(16 185 129 / 0.7);
    border-bottom-color: rgb(16 185 129 / 0.7);
  }

  .lg\:border-y-emerald-500\/75 {
    border-top-color: rgb(16 185 129 / 0.75);
    border-bottom-color: rgb(16 185 129 / 0.75);
  }

  .lg\:border-y-emerald-500\/80 {
    border-top-color: rgb(16 185 129 / 0.8);
    border-bottom-color: rgb(16 185 129 / 0.8);
  }

  .lg\:border-y-emerald-500\/85 {
    border-top-color: rgb(16 185 129 / 0.85);
    border-bottom-color: rgb(16 185 129 / 0.85);
  }

  .lg\:border-y-emerald-500\/90 {
    border-top-color: rgb(16 185 129 / 0.9);
    border-bottom-color: rgb(16 185 129 / 0.9);
  }

  .lg\:border-y-emerald-500\/95 {
    border-top-color: rgb(16 185 129 / 0.95);
    border-bottom-color: rgb(16 185 129 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-emerald-600\/0 {
    border-top-color: rgb(5 150 105 / 0);
    border-bottom-color: rgb(5 150 105 / 0);
  }

  .lg\:border-y-emerald-600\/10 {
    border-top-color: rgb(5 150 105 / 0.1);
    border-bottom-color: rgb(5 150 105 / 0.1);
  }

  .lg\:border-y-emerald-600\/100 {
    border-top-color: rgb(5 150 105 / 1);
    border-bottom-color: rgb(5 150 105 / 1);
  }

  .lg\:border-y-emerald-600\/15 {
    border-top-color: rgb(5 150 105 / 0.15);
    border-bottom-color: rgb(5 150 105 / 0.15);
  }

  .lg\:border-y-emerald-600\/20 {
    border-top-color: rgb(5 150 105 / 0.2);
    border-bottom-color: rgb(5 150 105 / 0.2);
  }

  .lg\:border-y-emerald-600\/25 {
    border-top-color: rgb(5 150 105 / 0.25);
    border-bottom-color: rgb(5 150 105 / 0.25);
  }

  .lg\:border-y-emerald-600\/30 {
    border-top-color: rgb(5 150 105 / 0.3);
    border-bottom-color: rgb(5 150 105 / 0.3);
  }

  .lg\:border-y-emerald-600\/35 {
    border-top-color: rgb(5 150 105 / 0.35);
    border-bottom-color: rgb(5 150 105 / 0.35);
  }

  .lg\:border-y-emerald-600\/40 {
    border-top-color: rgb(5 150 105 / 0.4);
    border-bottom-color: rgb(5 150 105 / 0.4);
  }

  .lg\:border-y-emerald-600\/45 {
    border-top-color: rgb(5 150 105 / 0.45);
    border-bottom-color: rgb(5 150 105 / 0.45);
  }

  .lg\:border-y-emerald-600\/5 {
    border-top-color: rgb(5 150 105 / 0.05);
    border-bottom-color: rgb(5 150 105 / 0.05);
  }

  .lg\:border-y-emerald-600\/50 {
    border-top-color: rgb(5 150 105 / 0.5);
    border-bottom-color: rgb(5 150 105 / 0.5);
  }

  .lg\:border-y-emerald-600\/55 {
    border-top-color: rgb(5 150 105 / 0.55);
    border-bottom-color: rgb(5 150 105 / 0.55);
  }

  .lg\:border-y-emerald-600\/60 {
    border-top-color: rgb(5 150 105 / 0.6);
    border-bottom-color: rgb(5 150 105 / 0.6);
  }

  .lg\:border-y-emerald-600\/65 {
    border-top-color: rgb(5 150 105 / 0.65);
    border-bottom-color: rgb(5 150 105 / 0.65);
  }

  .lg\:border-y-emerald-600\/70 {
    border-top-color: rgb(5 150 105 / 0.7);
    border-bottom-color: rgb(5 150 105 / 0.7);
  }

  .lg\:border-y-emerald-600\/75 {
    border-top-color: rgb(5 150 105 / 0.75);
    border-bottom-color: rgb(5 150 105 / 0.75);
  }

  .lg\:border-y-emerald-600\/80 {
    border-top-color: rgb(5 150 105 / 0.8);
    border-bottom-color: rgb(5 150 105 / 0.8);
  }

  .lg\:border-y-emerald-600\/85 {
    border-top-color: rgb(5 150 105 / 0.85);
    border-bottom-color: rgb(5 150 105 / 0.85);
  }

  .lg\:border-y-emerald-600\/90 {
    border-top-color: rgb(5 150 105 / 0.9);
    border-bottom-color: rgb(5 150 105 / 0.9);
  }

  .lg\:border-y-emerald-600\/95 {
    border-top-color: rgb(5 150 105 / 0.95);
    border-bottom-color: rgb(5 150 105 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-emerald-700\/0 {
    border-top-color: rgb(4 120 87 / 0);
    border-bottom-color: rgb(4 120 87 / 0);
  }

  .lg\:border-y-emerald-700\/10 {
    border-top-color: rgb(4 120 87 / 0.1);
    border-bottom-color: rgb(4 120 87 / 0.1);
  }

  .lg\:border-y-emerald-700\/100 {
    border-top-color: rgb(4 120 87 / 1);
    border-bottom-color: rgb(4 120 87 / 1);
  }

  .lg\:border-y-emerald-700\/15 {
    border-top-color: rgb(4 120 87 / 0.15);
    border-bottom-color: rgb(4 120 87 / 0.15);
  }

  .lg\:border-y-emerald-700\/20 {
    border-top-color: rgb(4 120 87 / 0.2);
    border-bottom-color: rgb(4 120 87 / 0.2);
  }

  .lg\:border-y-emerald-700\/25 {
    border-top-color: rgb(4 120 87 / 0.25);
    border-bottom-color: rgb(4 120 87 / 0.25);
  }

  .lg\:border-y-emerald-700\/30 {
    border-top-color: rgb(4 120 87 / 0.3);
    border-bottom-color: rgb(4 120 87 / 0.3);
  }

  .lg\:border-y-emerald-700\/35 {
    border-top-color: rgb(4 120 87 / 0.35);
    border-bottom-color: rgb(4 120 87 / 0.35);
  }

  .lg\:border-y-emerald-700\/40 {
    border-top-color: rgb(4 120 87 / 0.4);
    border-bottom-color: rgb(4 120 87 / 0.4);
  }

  .lg\:border-y-emerald-700\/45 {
    border-top-color: rgb(4 120 87 / 0.45);
    border-bottom-color: rgb(4 120 87 / 0.45);
  }

  .lg\:border-y-emerald-700\/5 {
    border-top-color: rgb(4 120 87 / 0.05);
    border-bottom-color: rgb(4 120 87 / 0.05);
  }

  .lg\:border-y-emerald-700\/50 {
    border-top-color: rgb(4 120 87 / 0.5);
    border-bottom-color: rgb(4 120 87 / 0.5);
  }

  .lg\:border-y-emerald-700\/55 {
    border-top-color: rgb(4 120 87 / 0.55);
    border-bottom-color: rgb(4 120 87 / 0.55);
  }

  .lg\:border-y-emerald-700\/60 {
    border-top-color: rgb(4 120 87 / 0.6);
    border-bottom-color: rgb(4 120 87 / 0.6);
  }

  .lg\:border-y-emerald-700\/65 {
    border-top-color: rgb(4 120 87 / 0.65);
    border-bottom-color: rgb(4 120 87 / 0.65);
  }

  .lg\:border-y-emerald-700\/70 {
    border-top-color: rgb(4 120 87 / 0.7);
    border-bottom-color: rgb(4 120 87 / 0.7);
  }

  .lg\:border-y-emerald-700\/75 {
    border-top-color: rgb(4 120 87 / 0.75);
    border-bottom-color: rgb(4 120 87 / 0.75);
  }

  .lg\:border-y-emerald-700\/80 {
    border-top-color: rgb(4 120 87 / 0.8);
    border-bottom-color: rgb(4 120 87 / 0.8);
  }

  .lg\:border-y-emerald-700\/85 {
    border-top-color: rgb(4 120 87 / 0.85);
    border-bottom-color: rgb(4 120 87 / 0.85);
  }

  .lg\:border-y-emerald-700\/90 {
    border-top-color: rgb(4 120 87 / 0.9);
    border-bottom-color: rgb(4 120 87 / 0.9);
  }

  .lg\:border-y-emerald-700\/95 {
    border-top-color: rgb(4 120 87 / 0.95);
    border-bottom-color: rgb(4 120 87 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-emerald-800\/0 {
    border-top-color: rgb(6 95 70 / 0);
    border-bottom-color: rgb(6 95 70 / 0);
  }

  .lg\:border-y-emerald-800\/10 {
    border-top-color: rgb(6 95 70 / 0.1);
    border-bottom-color: rgb(6 95 70 / 0.1);
  }

  .lg\:border-y-emerald-800\/100 {
    border-top-color: rgb(6 95 70 / 1);
    border-bottom-color: rgb(6 95 70 / 1);
  }

  .lg\:border-y-emerald-800\/15 {
    border-top-color: rgb(6 95 70 / 0.15);
    border-bottom-color: rgb(6 95 70 / 0.15);
  }

  .lg\:border-y-emerald-800\/20 {
    border-top-color: rgb(6 95 70 / 0.2);
    border-bottom-color: rgb(6 95 70 / 0.2);
  }

  .lg\:border-y-emerald-800\/25 {
    border-top-color: rgb(6 95 70 / 0.25);
    border-bottom-color: rgb(6 95 70 / 0.25);
  }

  .lg\:border-y-emerald-800\/30 {
    border-top-color: rgb(6 95 70 / 0.3);
    border-bottom-color: rgb(6 95 70 / 0.3);
  }

  .lg\:border-y-emerald-800\/35 {
    border-top-color: rgb(6 95 70 / 0.35);
    border-bottom-color: rgb(6 95 70 / 0.35);
  }

  .lg\:border-y-emerald-800\/40 {
    border-top-color: rgb(6 95 70 / 0.4);
    border-bottom-color: rgb(6 95 70 / 0.4);
  }

  .lg\:border-y-emerald-800\/45 {
    border-top-color: rgb(6 95 70 / 0.45);
    border-bottom-color: rgb(6 95 70 / 0.45);
  }

  .lg\:border-y-emerald-800\/5 {
    border-top-color: rgb(6 95 70 / 0.05);
    border-bottom-color: rgb(6 95 70 / 0.05);
  }

  .lg\:border-y-emerald-800\/50 {
    border-top-color: rgb(6 95 70 / 0.5);
    border-bottom-color: rgb(6 95 70 / 0.5);
  }

  .lg\:border-y-emerald-800\/55 {
    border-top-color: rgb(6 95 70 / 0.55);
    border-bottom-color: rgb(6 95 70 / 0.55);
  }

  .lg\:border-y-emerald-800\/60 {
    border-top-color: rgb(6 95 70 / 0.6);
    border-bottom-color: rgb(6 95 70 / 0.6);
  }

  .lg\:border-y-emerald-800\/65 {
    border-top-color: rgb(6 95 70 / 0.65);
    border-bottom-color: rgb(6 95 70 / 0.65);
  }

  .lg\:border-y-emerald-800\/70 {
    border-top-color: rgb(6 95 70 / 0.7);
    border-bottom-color: rgb(6 95 70 / 0.7);
  }

  .lg\:border-y-emerald-800\/75 {
    border-top-color: rgb(6 95 70 / 0.75);
    border-bottom-color: rgb(6 95 70 / 0.75);
  }

  .lg\:border-y-emerald-800\/80 {
    border-top-color: rgb(6 95 70 / 0.8);
    border-bottom-color: rgb(6 95 70 / 0.8);
  }

  .lg\:border-y-emerald-800\/85 {
    border-top-color: rgb(6 95 70 / 0.85);
    border-bottom-color: rgb(6 95 70 / 0.85);
  }

  .lg\:border-y-emerald-800\/90 {
    border-top-color: rgb(6 95 70 / 0.9);
    border-bottom-color: rgb(6 95 70 / 0.9);
  }

  .lg\:border-y-emerald-800\/95 {
    border-top-color: rgb(6 95 70 / 0.95);
    border-bottom-color: rgb(6 95 70 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-emerald-900\/0 {
    border-top-color: rgb(6 78 59 / 0);
    border-bottom-color: rgb(6 78 59 / 0);
  }

  .lg\:border-y-emerald-900\/10 {
    border-top-color: rgb(6 78 59 / 0.1);
    border-bottom-color: rgb(6 78 59 / 0.1);
  }

  .lg\:border-y-emerald-900\/100 {
    border-top-color: rgb(6 78 59 / 1);
    border-bottom-color: rgb(6 78 59 / 1);
  }

  .lg\:border-y-emerald-900\/15 {
    border-top-color: rgb(6 78 59 / 0.15);
    border-bottom-color: rgb(6 78 59 / 0.15);
  }

  .lg\:border-y-emerald-900\/20 {
    border-top-color: rgb(6 78 59 / 0.2);
    border-bottom-color: rgb(6 78 59 / 0.2);
  }

  .lg\:border-y-emerald-900\/25 {
    border-top-color: rgb(6 78 59 / 0.25);
    border-bottom-color: rgb(6 78 59 / 0.25);
  }

  .lg\:border-y-emerald-900\/30 {
    border-top-color: rgb(6 78 59 / 0.3);
    border-bottom-color: rgb(6 78 59 / 0.3);
  }

  .lg\:border-y-emerald-900\/35 {
    border-top-color: rgb(6 78 59 / 0.35);
    border-bottom-color: rgb(6 78 59 / 0.35);
  }

  .lg\:border-y-emerald-900\/40 {
    border-top-color: rgb(6 78 59 / 0.4);
    border-bottom-color: rgb(6 78 59 / 0.4);
  }

  .lg\:border-y-emerald-900\/45 {
    border-top-color: rgb(6 78 59 / 0.45);
    border-bottom-color: rgb(6 78 59 / 0.45);
  }

  .lg\:border-y-emerald-900\/5 {
    border-top-color: rgb(6 78 59 / 0.05);
    border-bottom-color: rgb(6 78 59 / 0.05);
  }

  .lg\:border-y-emerald-900\/50 {
    border-top-color: rgb(6 78 59 / 0.5);
    border-bottom-color: rgb(6 78 59 / 0.5);
  }

  .lg\:border-y-emerald-900\/55 {
    border-top-color: rgb(6 78 59 / 0.55);
    border-bottom-color: rgb(6 78 59 / 0.55);
  }

  .lg\:border-y-emerald-900\/60 {
    border-top-color: rgb(6 78 59 / 0.6);
    border-bottom-color: rgb(6 78 59 / 0.6);
  }

  .lg\:border-y-emerald-900\/65 {
    border-top-color: rgb(6 78 59 / 0.65);
    border-bottom-color: rgb(6 78 59 / 0.65);
  }

  .lg\:border-y-emerald-900\/70 {
    border-top-color: rgb(6 78 59 / 0.7);
    border-bottom-color: rgb(6 78 59 / 0.7);
  }

  .lg\:border-y-emerald-900\/75 {
    border-top-color: rgb(6 78 59 / 0.75);
    border-bottom-color: rgb(6 78 59 / 0.75);
  }

  .lg\:border-y-emerald-900\/80 {
    border-top-color: rgb(6 78 59 / 0.8);
    border-bottom-color: rgb(6 78 59 / 0.8);
  }

  .lg\:border-y-emerald-900\/85 {
    border-top-color: rgb(6 78 59 / 0.85);
    border-bottom-color: rgb(6 78 59 / 0.85);
  }

  .lg\:border-y-emerald-900\/90 {
    border-top-color: rgb(6 78 59 / 0.9);
    border-bottom-color: rgb(6 78 59 / 0.9);
  }

  .lg\:border-y-emerald-900\/95 {
    border-top-color: rgb(6 78 59 / 0.95);
    border-bottom-color: rgb(6 78 59 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-emerald-950\/0 {
    border-top-color: rgb(2 44 34 / 0);
    border-bottom-color: rgb(2 44 34 / 0);
  }

  .lg\:border-y-emerald-950\/10 {
    border-top-color: rgb(2 44 34 / 0.1);
    border-bottom-color: rgb(2 44 34 / 0.1);
  }

  .lg\:border-y-emerald-950\/100 {
    border-top-color: rgb(2 44 34 / 1);
    border-bottom-color: rgb(2 44 34 / 1);
  }

  .lg\:border-y-emerald-950\/15 {
    border-top-color: rgb(2 44 34 / 0.15);
    border-bottom-color: rgb(2 44 34 / 0.15);
  }

  .lg\:border-y-emerald-950\/20 {
    border-top-color: rgb(2 44 34 / 0.2);
    border-bottom-color: rgb(2 44 34 / 0.2);
  }

  .lg\:border-y-emerald-950\/25 {
    border-top-color: rgb(2 44 34 / 0.25);
    border-bottom-color: rgb(2 44 34 / 0.25);
  }

  .lg\:border-y-emerald-950\/30 {
    border-top-color: rgb(2 44 34 / 0.3);
    border-bottom-color: rgb(2 44 34 / 0.3);
  }

  .lg\:border-y-emerald-950\/35 {
    border-top-color: rgb(2 44 34 / 0.35);
    border-bottom-color: rgb(2 44 34 / 0.35);
  }

  .lg\:border-y-emerald-950\/40 {
    border-top-color: rgb(2 44 34 / 0.4);
    border-bottom-color: rgb(2 44 34 / 0.4);
  }

  .lg\:border-y-emerald-950\/45 {
    border-top-color: rgb(2 44 34 / 0.45);
    border-bottom-color: rgb(2 44 34 / 0.45);
  }

  .lg\:border-y-emerald-950\/5 {
    border-top-color: rgb(2 44 34 / 0.05);
    border-bottom-color: rgb(2 44 34 / 0.05);
  }

  .lg\:border-y-emerald-950\/50 {
    border-top-color: rgb(2 44 34 / 0.5);
    border-bottom-color: rgb(2 44 34 / 0.5);
  }

  .lg\:border-y-emerald-950\/55 {
    border-top-color: rgb(2 44 34 / 0.55);
    border-bottom-color: rgb(2 44 34 / 0.55);
  }

  .lg\:border-y-emerald-950\/60 {
    border-top-color: rgb(2 44 34 / 0.6);
    border-bottom-color: rgb(2 44 34 / 0.6);
  }

  .lg\:border-y-emerald-950\/65 {
    border-top-color: rgb(2 44 34 / 0.65);
    border-bottom-color: rgb(2 44 34 / 0.65);
  }

  .lg\:border-y-emerald-950\/70 {
    border-top-color: rgb(2 44 34 / 0.7);
    border-bottom-color: rgb(2 44 34 / 0.7);
  }

  .lg\:border-y-emerald-950\/75 {
    border-top-color: rgb(2 44 34 / 0.75);
    border-bottom-color: rgb(2 44 34 / 0.75);
  }

  .lg\:border-y-emerald-950\/80 {
    border-top-color: rgb(2 44 34 / 0.8);
    border-bottom-color: rgb(2 44 34 / 0.8);
  }

  .lg\:border-y-emerald-950\/85 {
    border-top-color: rgb(2 44 34 / 0.85);
    border-bottom-color: rgb(2 44 34 / 0.85);
  }

  .lg\:border-y-emerald-950\/90 {
    border-top-color: rgb(2 44 34 / 0.9);
    border-bottom-color: rgb(2 44 34 / 0.9);
  }

  .lg\:border-y-emerald-950\/95 {
    border-top-color: rgb(2 44 34 / 0.95);
    border-bottom-color: rgb(2 44 34 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-fuchsia-100\/0 {
    border-top-color: rgb(250 232 255 / 0);
    border-bottom-color: rgb(250 232 255 / 0);
  }

  .lg\:border-y-fuchsia-100\/10 {
    border-top-color: rgb(250 232 255 / 0.1);
    border-bottom-color: rgb(250 232 255 / 0.1);
  }

  .lg\:border-y-fuchsia-100\/100 {
    border-top-color: rgb(250 232 255 / 1);
    border-bottom-color: rgb(250 232 255 / 1);
  }

  .lg\:border-y-fuchsia-100\/15 {
    border-top-color: rgb(250 232 255 / 0.15);
    border-bottom-color: rgb(250 232 255 / 0.15);
  }

  .lg\:border-y-fuchsia-100\/20 {
    border-top-color: rgb(250 232 255 / 0.2);
    border-bottom-color: rgb(250 232 255 / 0.2);
  }

  .lg\:border-y-fuchsia-100\/25 {
    border-top-color: rgb(250 232 255 / 0.25);
    border-bottom-color: rgb(250 232 255 / 0.25);
  }

  .lg\:border-y-fuchsia-100\/30 {
    border-top-color: rgb(250 232 255 / 0.3);
    border-bottom-color: rgb(250 232 255 / 0.3);
  }

  .lg\:border-y-fuchsia-100\/35 {
    border-top-color: rgb(250 232 255 / 0.35);
    border-bottom-color: rgb(250 232 255 / 0.35);
  }

  .lg\:border-y-fuchsia-100\/40 {
    border-top-color: rgb(250 232 255 / 0.4);
    border-bottom-color: rgb(250 232 255 / 0.4);
  }

  .lg\:border-y-fuchsia-100\/45 {
    border-top-color: rgb(250 232 255 / 0.45);
    border-bottom-color: rgb(250 232 255 / 0.45);
  }

  .lg\:border-y-fuchsia-100\/5 {
    border-top-color: rgb(250 232 255 / 0.05);
    border-bottom-color: rgb(250 232 255 / 0.05);
  }

  .lg\:border-y-fuchsia-100\/50 {
    border-top-color: rgb(250 232 255 / 0.5);
    border-bottom-color: rgb(250 232 255 / 0.5);
  }

  .lg\:border-y-fuchsia-100\/55 {
    border-top-color: rgb(250 232 255 / 0.55);
    border-bottom-color: rgb(250 232 255 / 0.55);
  }

  .lg\:border-y-fuchsia-100\/60 {
    border-top-color: rgb(250 232 255 / 0.6);
    border-bottom-color: rgb(250 232 255 / 0.6);
  }

  .lg\:border-y-fuchsia-100\/65 {
    border-top-color: rgb(250 232 255 / 0.65);
    border-bottom-color: rgb(250 232 255 / 0.65);
  }

  .lg\:border-y-fuchsia-100\/70 {
    border-top-color: rgb(250 232 255 / 0.7);
    border-bottom-color: rgb(250 232 255 / 0.7);
  }

  .lg\:border-y-fuchsia-100\/75 {
    border-top-color: rgb(250 232 255 / 0.75);
    border-bottom-color: rgb(250 232 255 / 0.75);
  }

  .lg\:border-y-fuchsia-100\/80 {
    border-top-color: rgb(250 232 255 / 0.8);
    border-bottom-color: rgb(250 232 255 / 0.8);
  }

  .lg\:border-y-fuchsia-100\/85 {
    border-top-color: rgb(250 232 255 / 0.85);
    border-bottom-color: rgb(250 232 255 / 0.85);
  }

  .lg\:border-y-fuchsia-100\/90 {
    border-top-color: rgb(250 232 255 / 0.9);
    border-bottom-color: rgb(250 232 255 / 0.9);
  }

  .lg\:border-y-fuchsia-100\/95 {
    border-top-color: rgb(250 232 255 / 0.95);
    border-bottom-color: rgb(250 232 255 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-fuchsia-200\/0 {
    border-top-color: rgb(245 208 254 / 0);
    border-bottom-color: rgb(245 208 254 / 0);
  }

  .lg\:border-y-fuchsia-200\/10 {
    border-top-color: rgb(245 208 254 / 0.1);
    border-bottom-color: rgb(245 208 254 / 0.1);
  }

  .lg\:border-y-fuchsia-200\/100 {
    border-top-color: rgb(245 208 254 / 1);
    border-bottom-color: rgb(245 208 254 / 1);
  }

  .lg\:border-y-fuchsia-200\/15 {
    border-top-color: rgb(245 208 254 / 0.15);
    border-bottom-color: rgb(245 208 254 / 0.15);
  }

  .lg\:border-y-fuchsia-200\/20 {
    border-top-color: rgb(245 208 254 / 0.2);
    border-bottom-color: rgb(245 208 254 / 0.2);
  }

  .lg\:border-y-fuchsia-200\/25 {
    border-top-color: rgb(245 208 254 / 0.25);
    border-bottom-color: rgb(245 208 254 / 0.25);
  }

  .lg\:border-y-fuchsia-200\/30 {
    border-top-color: rgb(245 208 254 / 0.3);
    border-bottom-color: rgb(245 208 254 / 0.3);
  }

  .lg\:border-y-fuchsia-200\/35 {
    border-top-color: rgb(245 208 254 / 0.35);
    border-bottom-color: rgb(245 208 254 / 0.35);
  }

  .lg\:border-y-fuchsia-200\/40 {
    border-top-color: rgb(245 208 254 / 0.4);
    border-bottom-color: rgb(245 208 254 / 0.4);
  }

  .lg\:border-y-fuchsia-200\/45 {
    border-top-color: rgb(245 208 254 / 0.45);
    border-bottom-color: rgb(245 208 254 / 0.45);
  }

  .lg\:border-y-fuchsia-200\/5 {
    border-top-color: rgb(245 208 254 / 0.05);
    border-bottom-color: rgb(245 208 254 / 0.05);
  }

  .lg\:border-y-fuchsia-200\/50 {
    border-top-color: rgb(245 208 254 / 0.5);
    border-bottom-color: rgb(245 208 254 / 0.5);
  }

  .lg\:border-y-fuchsia-200\/55 {
    border-top-color: rgb(245 208 254 / 0.55);
    border-bottom-color: rgb(245 208 254 / 0.55);
  }

  .lg\:border-y-fuchsia-200\/60 {
    border-top-color: rgb(245 208 254 / 0.6);
    border-bottom-color: rgb(245 208 254 / 0.6);
  }

  .lg\:border-y-fuchsia-200\/65 {
    border-top-color: rgb(245 208 254 / 0.65);
    border-bottom-color: rgb(245 208 254 / 0.65);
  }

  .lg\:border-y-fuchsia-200\/70 {
    border-top-color: rgb(245 208 254 / 0.7);
    border-bottom-color: rgb(245 208 254 / 0.7);
  }

  .lg\:border-y-fuchsia-200\/75 {
    border-top-color: rgb(245 208 254 / 0.75);
    border-bottom-color: rgb(245 208 254 / 0.75);
  }

  .lg\:border-y-fuchsia-200\/80 {
    border-top-color: rgb(245 208 254 / 0.8);
    border-bottom-color: rgb(245 208 254 / 0.8);
  }

  .lg\:border-y-fuchsia-200\/85 {
    border-top-color: rgb(245 208 254 / 0.85);
    border-bottom-color: rgb(245 208 254 / 0.85);
  }

  .lg\:border-y-fuchsia-200\/90 {
    border-top-color: rgb(245 208 254 / 0.9);
    border-bottom-color: rgb(245 208 254 / 0.9);
  }

  .lg\:border-y-fuchsia-200\/95 {
    border-top-color: rgb(245 208 254 / 0.95);
    border-bottom-color: rgb(245 208 254 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-fuchsia-300\/0 {
    border-top-color: rgb(240 171 252 / 0);
    border-bottom-color: rgb(240 171 252 / 0);
  }

  .lg\:border-y-fuchsia-300\/10 {
    border-top-color: rgb(240 171 252 / 0.1);
    border-bottom-color: rgb(240 171 252 / 0.1);
  }

  .lg\:border-y-fuchsia-300\/100 {
    border-top-color: rgb(240 171 252 / 1);
    border-bottom-color: rgb(240 171 252 / 1);
  }

  .lg\:border-y-fuchsia-300\/15 {
    border-top-color: rgb(240 171 252 / 0.15);
    border-bottom-color: rgb(240 171 252 / 0.15);
  }

  .lg\:border-y-fuchsia-300\/20 {
    border-top-color: rgb(240 171 252 / 0.2);
    border-bottom-color: rgb(240 171 252 / 0.2);
  }

  .lg\:border-y-fuchsia-300\/25 {
    border-top-color: rgb(240 171 252 / 0.25);
    border-bottom-color: rgb(240 171 252 / 0.25);
  }

  .lg\:border-y-fuchsia-300\/30 {
    border-top-color: rgb(240 171 252 / 0.3);
    border-bottom-color: rgb(240 171 252 / 0.3);
  }

  .lg\:border-y-fuchsia-300\/35 {
    border-top-color: rgb(240 171 252 / 0.35);
    border-bottom-color: rgb(240 171 252 / 0.35);
  }

  .lg\:border-y-fuchsia-300\/40 {
    border-top-color: rgb(240 171 252 / 0.4);
    border-bottom-color: rgb(240 171 252 / 0.4);
  }

  .lg\:border-y-fuchsia-300\/45 {
    border-top-color: rgb(240 171 252 / 0.45);
    border-bottom-color: rgb(240 171 252 / 0.45);
  }

  .lg\:border-y-fuchsia-300\/5 {
    border-top-color: rgb(240 171 252 / 0.05);
    border-bottom-color: rgb(240 171 252 / 0.05);
  }

  .lg\:border-y-fuchsia-300\/50 {
    border-top-color: rgb(240 171 252 / 0.5);
    border-bottom-color: rgb(240 171 252 / 0.5);
  }

  .lg\:border-y-fuchsia-300\/55 {
    border-top-color: rgb(240 171 252 / 0.55);
    border-bottom-color: rgb(240 171 252 / 0.55);
  }

  .lg\:border-y-fuchsia-300\/60 {
    border-top-color: rgb(240 171 252 / 0.6);
    border-bottom-color: rgb(240 171 252 / 0.6);
  }

  .lg\:border-y-fuchsia-300\/65 {
    border-top-color: rgb(240 171 252 / 0.65);
    border-bottom-color: rgb(240 171 252 / 0.65);
  }

  .lg\:border-y-fuchsia-300\/70 {
    border-top-color: rgb(240 171 252 / 0.7);
    border-bottom-color: rgb(240 171 252 / 0.7);
  }

  .lg\:border-y-fuchsia-300\/75 {
    border-top-color: rgb(240 171 252 / 0.75);
    border-bottom-color: rgb(240 171 252 / 0.75);
  }

  .lg\:border-y-fuchsia-300\/80 {
    border-top-color: rgb(240 171 252 / 0.8);
    border-bottom-color: rgb(240 171 252 / 0.8);
  }

  .lg\:border-y-fuchsia-300\/85 {
    border-top-color: rgb(240 171 252 / 0.85);
    border-bottom-color: rgb(240 171 252 / 0.85);
  }

  .lg\:border-y-fuchsia-300\/90 {
    border-top-color: rgb(240 171 252 / 0.9);
    border-bottom-color: rgb(240 171 252 / 0.9);
  }

  .lg\:border-y-fuchsia-300\/95 {
    border-top-color: rgb(240 171 252 / 0.95);
    border-bottom-color: rgb(240 171 252 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-fuchsia-400\/0 {
    border-top-color: rgb(232 121 249 / 0);
    border-bottom-color: rgb(232 121 249 / 0);
  }

  .lg\:border-y-fuchsia-400\/10 {
    border-top-color: rgb(232 121 249 / 0.1);
    border-bottom-color: rgb(232 121 249 / 0.1);
  }

  .lg\:border-y-fuchsia-400\/100 {
    border-top-color: rgb(232 121 249 / 1);
    border-bottom-color: rgb(232 121 249 / 1);
  }

  .lg\:border-y-fuchsia-400\/15 {
    border-top-color: rgb(232 121 249 / 0.15);
    border-bottom-color: rgb(232 121 249 / 0.15);
  }

  .lg\:border-y-fuchsia-400\/20 {
    border-top-color: rgb(232 121 249 / 0.2);
    border-bottom-color: rgb(232 121 249 / 0.2);
  }

  .lg\:border-y-fuchsia-400\/25 {
    border-top-color: rgb(232 121 249 / 0.25);
    border-bottom-color: rgb(232 121 249 / 0.25);
  }

  .lg\:border-y-fuchsia-400\/30 {
    border-top-color: rgb(232 121 249 / 0.3);
    border-bottom-color: rgb(232 121 249 / 0.3);
  }

  .lg\:border-y-fuchsia-400\/35 {
    border-top-color: rgb(232 121 249 / 0.35);
    border-bottom-color: rgb(232 121 249 / 0.35);
  }

  .lg\:border-y-fuchsia-400\/40 {
    border-top-color: rgb(232 121 249 / 0.4);
    border-bottom-color: rgb(232 121 249 / 0.4);
  }

  .lg\:border-y-fuchsia-400\/45 {
    border-top-color: rgb(232 121 249 / 0.45);
    border-bottom-color: rgb(232 121 249 / 0.45);
  }

  .lg\:border-y-fuchsia-400\/5 {
    border-top-color: rgb(232 121 249 / 0.05);
    border-bottom-color: rgb(232 121 249 / 0.05);
  }

  .lg\:border-y-fuchsia-400\/50 {
    border-top-color: rgb(232 121 249 / 0.5);
    border-bottom-color: rgb(232 121 249 / 0.5);
  }

  .lg\:border-y-fuchsia-400\/55 {
    border-top-color: rgb(232 121 249 / 0.55);
    border-bottom-color: rgb(232 121 249 / 0.55);
  }

  .lg\:border-y-fuchsia-400\/60 {
    border-top-color: rgb(232 121 249 / 0.6);
    border-bottom-color: rgb(232 121 249 / 0.6);
  }

  .lg\:border-y-fuchsia-400\/65 {
    border-top-color: rgb(232 121 249 / 0.65);
    border-bottom-color: rgb(232 121 249 / 0.65);
  }

  .lg\:border-y-fuchsia-400\/70 {
    border-top-color: rgb(232 121 249 / 0.7);
    border-bottom-color: rgb(232 121 249 / 0.7);
  }

  .lg\:border-y-fuchsia-400\/75 {
    border-top-color: rgb(232 121 249 / 0.75);
    border-bottom-color: rgb(232 121 249 / 0.75);
  }

  .lg\:border-y-fuchsia-400\/80 {
    border-top-color: rgb(232 121 249 / 0.8);
    border-bottom-color: rgb(232 121 249 / 0.8);
  }

  .lg\:border-y-fuchsia-400\/85 {
    border-top-color: rgb(232 121 249 / 0.85);
    border-bottom-color: rgb(232 121 249 / 0.85);
  }

  .lg\:border-y-fuchsia-400\/90 {
    border-top-color: rgb(232 121 249 / 0.9);
    border-bottom-color: rgb(232 121 249 / 0.9);
  }

  .lg\:border-y-fuchsia-400\/95 {
    border-top-color: rgb(232 121 249 / 0.95);
    border-bottom-color: rgb(232 121 249 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-fuchsia-50\/0 {
    border-top-color: rgb(253 244 255 / 0);
    border-bottom-color: rgb(253 244 255 / 0);
  }

  .lg\:border-y-fuchsia-50\/10 {
    border-top-color: rgb(253 244 255 / 0.1);
    border-bottom-color: rgb(253 244 255 / 0.1);
  }

  .lg\:border-y-fuchsia-50\/100 {
    border-top-color: rgb(253 244 255 / 1);
    border-bottom-color: rgb(253 244 255 / 1);
  }

  .lg\:border-y-fuchsia-50\/15 {
    border-top-color: rgb(253 244 255 / 0.15);
    border-bottom-color: rgb(253 244 255 / 0.15);
  }

  .lg\:border-y-fuchsia-50\/20 {
    border-top-color: rgb(253 244 255 / 0.2);
    border-bottom-color: rgb(253 244 255 / 0.2);
  }

  .lg\:border-y-fuchsia-50\/25 {
    border-top-color: rgb(253 244 255 / 0.25);
    border-bottom-color: rgb(253 244 255 / 0.25);
  }

  .lg\:border-y-fuchsia-50\/30 {
    border-top-color: rgb(253 244 255 / 0.3);
    border-bottom-color: rgb(253 244 255 / 0.3);
  }

  .lg\:border-y-fuchsia-50\/35 {
    border-top-color: rgb(253 244 255 / 0.35);
    border-bottom-color: rgb(253 244 255 / 0.35);
  }

  .lg\:border-y-fuchsia-50\/40 {
    border-top-color: rgb(253 244 255 / 0.4);
    border-bottom-color: rgb(253 244 255 / 0.4);
  }

  .lg\:border-y-fuchsia-50\/45 {
    border-top-color: rgb(253 244 255 / 0.45);
    border-bottom-color: rgb(253 244 255 / 0.45);
  }

  .lg\:border-y-fuchsia-50\/5 {
    border-top-color: rgb(253 244 255 / 0.05);
    border-bottom-color: rgb(253 244 255 / 0.05);
  }

  .lg\:border-y-fuchsia-50\/50 {
    border-top-color: rgb(253 244 255 / 0.5);
    border-bottom-color: rgb(253 244 255 / 0.5);
  }

  .lg\:border-y-fuchsia-50\/55 {
    border-top-color: rgb(253 244 255 / 0.55);
    border-bottom-color: rgb(253 244 255 / 0.55);
  }

  .lg\:border-y-fuchsia-50\/60 {
    border-top-color: rgb(253 244 255 / 0.6);
    border-bottom-color: rgb(253 244 255 / 0.6);
  }

  .lg\:border-y-fuchsia-50\/65 {
    border-top-color: rgb(253 244 255 / 0.65);
    border-bottom-color: rgb(253 244 255 / 0.65);
  }

  .lg\:border-y-fuchsia-50\/70 {
    border-top-color: rgb(253 244 255 / 0.7);
    border-bottom-color: rgb(253 244 255 / 0.7);
  }

  .lg\:border-y-fuchsia-50\/75 {
    border-top-color: rgb(253 244 255 / 0.75);
    border-bottom-color: rgb(253 244 255 / 0.75);
  }

  .lg\:border-y-fuchsia-50\/80 {
    border-top-color: rgb(253 244 255 / 0.8);
    border-bottom-color: rgb(253 244 255 / 0.8);
  }

  .lg\:border-y-fuchsia-50\/85 {
    border-top-color: rgb(253 244 255 / 0.85);
    border-bottom-color: rgb(253 244 255 / 0.85);
  }

  .lg\:border-y-fuchsia-50\/90 {
    border-top-color: rgb(253 244 255 / 0.9);
    border-bottom-color: rgb(253 244 255 / 0.9);
  }

  .lg\:border-y-fuchsia-50\/95 {
    border-top-color: rgb(253 244 255 / 0.95);
    border-bottom-color: rgb(253 244 255 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-fuchsia-500\/0 {
    border-top-color: rgb(217 70 239 / 0);
    border-bottom-color: rgb(217 70 239 / 0);
  }

  .lg\:border-y-fuchsia-500\/10 {
    border-top-color: rgb(217 70 239 / 0.1);
    border-bottom-color: rgb(217 70 239 / 0.1);
  }

  .lg\:border-y-fuchsia-500\/100 {
    border-top-color: rgb(217 70 239 / 1);
    border-bottom-color: rgb(217 70 239 / 1);
  }

  .lg\:border-y-fuchsia-500\/15 {
    border-top-color: rgb(217 70 239 / 0.15);
    border-bottom-color: rgb(217 70 239 / 0.15);
  }

  .lg\:border-y-fuchsia-500\/20 {
    border-top-color: rgb(217 70 239 / 0.2);
    border-bottom-color: rgb(217 70 239 / 0.2);
  }

  .lg\:border-y-fuchsia-500\/25 {
    border-top-color: rgb(217 70 239 / 0.25);
    border-bottom-color: rgb(217 70 239 / 0.25);
  }

  .lg\:border-y-fuchsia-500\/30 {
    border-top-color: rgb(217 70 239 / 0.3);
    border-bottom-color: rgb(217 70 239 / 0.3);
  }

  .lg\:border-y-fuchsia-500\/35 {
    border-top-color: rgb(217 70 239 / 0.35);
    border-bottom-color: rgb(217 70 239 / 0.35);
  }

  .lg\:border-y-fuchsia-500\/40 {
    border-top-color: rgb(217 70 239 / 0.4);
    border-bottom-color: rgb(217 70 239 / 0.4);
  }

  .lg\:border-y-fuchsia-500\/45 {
    border-top-color: rgb(217 70 239 / 0.45);
    border-bottom-color: rgb(217 70 239 / 0.45);
  }

  .lg\:border-y-fuchsia-500\/5 {
    border-top-color: rgb(217 70 239 / 0.05);
    border-bottom-color: rgb(217 70 239 / 0.05);
  }

  .lg\:border-y-fuchsia-500\/50 {
    border-top-color: rgb(217 70 239 / 0.5);
    border-bottom-color: rgb(217 70 239 / 0.5);
  }

  .lg\:border-y-fuchsia-500\/55 {
    border-top-color: rgb(217 70 239 / 0.55);
    border-bottom-color: rgb(217 70 239 / 0.55);
  }

  .lg\:border-y-fuchsia-500\/60 {
    border-top-color: rgb(217 70 239 / 0.6);
    border-bottom-color: rgb(217 70 239 / 0.6);
  }

  .lg\:border-y-fuchsia-500\/65 {
    border-top-color: rgb(217 70 239 / 0.65);
    border-bottom-color: rgb(217 70 239 / 0.65);
  }

  .lg\:border-y-fuchsia-500\/70 {
    border-top-color: rgb(217 70 239 / 0.7);
    border-bottom-color: rgb(217 70 239 / 0.7);
  }

  .lg\:border-y-fuchsia-500\/75 {
    border-top-color: rgb(217 70 239 / 0.75);
    border-bottom-color: rgb(217 70 239 / 0.75);
  }

  .lg\:border-y-fuchsia-500\/80 {
    border-top-color: rgb(217 70 239 / 0.8);
    border-bottom-color: rgb(217 70 239 / 0.8);
  }

  .lg\:border-y-fuchsia-500\/85 {
    border-top-color: rgb(217 70 239 / 0.85);
    border-bottom-color: rgb(217 70 239 / 0.85);
  }

  .lg\:border-y-fuchsia-500\/90 {
    border-top-color: rgb(217 70 239 / 0.9);
    border-bottom-color: rgb(217 70 239 / 0.9);
  }

  .lg\:border-y-fuchsia-500\/95 {
    border-top-color: rgb(217 70 239 / 0.95);
    border-bottom-color: rgb(217 70 239 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-fuchsia-600\/0 {
    border-top-color: rgb(192 38 211 / 0);
    border-bottom-color: rgb(192 38 211 / 0);
  }

  .lg\:border-y-fuchsia-600\/10 {
    border-top-color: rgb(192 38 211 / 0.1);
    border-bottom-color: rgb(192 38 211 / 0.1);
  }

  .lg\:border-y-fuchsia-600\/100 {
    border-top-color: rgb(192 38 211 / 1);
    border-bottom-color: rgb(192 38 211 / 1);
  }

  .lg\:border-y-fuchsia-600\/15 {
    border-top-color: rgb(192 38 211 / 0.15);
    border-bottom-color: rgb(192 38 211 / 0.15);
  }

  .lg\:border-y-fuchsia-600\/20 {
    border-top-color: rgb(192 38 211 / 0.2);
    border-bottom-color: rgb(192 38 211 / 0.2);
  }

  .lg\:border-y-fuchsia-600\/25 {
    border-top-color: rgb(192 38 211 / 0.25);
    border-bottom-color: rgb(192 38 211 / 0.25);
  }

  .lg\:border-y-fuchsia-600\/30 {
    border-top-color: rgb(192 38 211 / 0.3);
    border-bottom-color: rgb(192 38 211 / 0.3);
  }

  .lg\:border-y-fuchsia-600\/35 {
    border-top-color: rgb(192 38 211 / 0.35);
    border-bottom-color: rgb(192 38 211 / 0.35);
  }

  .lg\:border-y-fuchsia-600\/40 {
    border-top-color: rgb(192 38 211 / 0.4);
    border-bottom-color: rgb(192 38 211 / 0.4);
  }

  .lg\:border-y-fuchsia-600\/45 {
    border-top-color: rgb(192 38 211 / 0.45);
    border-bottom-color: rgb(192 38 211 / 0.45);
  }

  .lg\:border-y-fuchsia-600\/5 {
    border-top-color: rgb(192 38 211 / 0.05);
    border-bottom-color: rgb(192 38 211 / 0.05);
  }

  .lg\:border-y-fuchsia-600\/50 {
    border-top-color: rgb(192 38 211 / 0.5);
    border-bottom-color: rgb(192 38 211 / 0.5);
  }

  .lg\:border-y-fuchsia-600\/55 {
    border-top-color: rgb(192 38 211 / 0.55);
    border-bottom-color: rgb(192 38 211 / 0.55);
  }

  .lg\:border-y-fuchsia-600\/60 {
    border-top-color: rgb(192 38 211 / 0.6);
    border-bottom-color: rgb(192 38 211 / 0.6);
  }

  .lg\:border-y-fuchsia-600\/65 {
    border-top-color: rgb(192 38 211 / 0.65);
    border-bottom-color: rgb(192 38 211 / 0.65);
  }

  .lg\:border-y-fuchsia-600\/70 {
    border-top-color: rgb(192 38 211 / 0.7);
    border-bottom-color: rgb(192 38 211 / 0.7);
  }

  .lg\:border-y-fuchsia-600\/75 {
    border-top-color: rgb(192 38 211 / 0.75);
    border-bottom-color: rgb(192 38 211 / 0.75);
  }

  .lg\:border-y-fuchsia-600\/80 {
    border-top-color: rgb(192 38 211 / 0.8);
    border-bottom-color: rgb(192 38 211 / 0.8);
  }

  .lg\:border-y-fuchsia-600\/85 {
    border-top-color: rgb(192 38 211 / 0.85);
    border-bottom-color: rgb(192 38 211 / 0.85);
  }

  .lg\:border-y-fuchsia-600\/90 {
    border-top-color: rgb(192 38 211 / 0.9);
    border-bottom-color: rgb(192 38 211 / 0.9);
  }

  .lg\:border-y-fuchsia-600\/95 {
    border-top-color: rgb(192 38 211 / 0.95);
    border-bottom-color: rgb(192 38 211 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-fuchsia-700\/0 {
    border-top-color: rgb(162 28 175 / 0);
    border-bottom-color: rgb(162 28 175 / 0);
  }

  .lg\:border-y-fuchsia-700\/10 {
    border-top-color: rgb(162 28 175 / 0.1);
    border-bottom-color: rgb(162 28 175 / 0.1);
  }

  .lg\:border-y-fuchsia-700\/100 {
    border-top-color: rgb(162 28 175 / 1);
    border-bottom-color: rgb(162 28 175 / 1);
  }

  .lg\:border-y-fuchsia-700\/15 {
    border-top-color: rgb(162 28 175 / 0.15);
    border-bottom-color: rgb(162 28 175 / 0.15);
  }

  .lg\:border-y-fuchsia-700\/20 {
    border-top-color: rgb(162 28 175 / 0.2);
    border-bottom-color: rgb(162 28 175 / 0.2);
  }

  .lg\:border-y-fuchsia-700\/25 {
    border-top-color: rgb(162 28 175 / 0.25);
    border-bottom-color: rgb(162 28 175 / 0.25);
  }

  .lg\:border-y-fuchsia-700\/30 {
    border-top-color: rgb(162 28 175 / 0.3);
    border-bottom-color: rgb(162 28 175 / 0.3);
  }

  .lg\:border-y-fuchsia-700\/35 {
    border-top-color: rgb(162 28 175 / 0.35);
    border-bottom-color: rgb(162 28 175 / 0.35);
  }

  .lg\:border-y-fuchsia-700\/40 {
    border-top-color: rgb(162 28 175 / 0.4);
    border-bottom-color: rgb(162 28 175 / 0.4);
  }

  .lg\:border-y-fuchsia-700\/45 {
    border-top-color: rgb(162 28 175 / 0.45);
    border-bottom-color: rgb(162 28 175 / 0.45);
  }

  .lg\:border-y-fuchsia-700\/5 {
    border-top-color: rgb(162 28 175 / 0.05);
    border-bottom-color: rgb(162 28 175 / 0.05);
  }

  .lg\:border-y-fuchsia-700\/50 {
    border-top-color: rgb(162 28 175 / 0.5);
    border-bottom-color: rgb(162 28 175 / 0.5);
  }

  .lg\:border-y-fuchsia-700\/55 {
    border-top-color: rgb(162 28 175 / 0.55);
    border-bottom-color: rgb(162 28 175 / 0.55);
  }

  .lg\:border-y-fuchsia-700\/60 {
    border-top-color: rgb(162 28 175 / 0.6);
    border-bottom-color: rgb(162 28 175 / 0.6);
  }

  .lg\:border-y-fuchsia-700\/65 {
    border-top-color: rgb(162 28 175 / 0.65);
    border-bottom-color: rgb(162 28 175 / 0.65);
  }

  .lg\:border-y-fuchsia-700\/70 {
    border-top-color: rgb(162 28 175 / 0.7);
    border-bottom-color: rgb(162 28 175 / 0.7);
  }

  .lg\:border-y-fuchsia-700\/75 {
    border-top-color: rgb(162 28 175 / 0.75);
    border-bottom-color: rgb(162 28 175 / 0.75);
  }

  .lg\:border-y-fuchsia-700\/80 {
    border-top-color: rgb(162 28 175 / 0.8);
    border-bottom-color: rgb(162 28 175 / 0.8);
  }

  .lg\:border-y-fuchsia-700\/85 {
    border-top-color: rgb(162 28 175 / 0.85);
    border-bottom-color: rgb(162 28 175 / 0.85);
  }

  .lg\:border-y-fuchsia-700\/90 {
    border-top-color: rgb(162 28 175 / 0.9);
    border-bottom-color: rgb(162 28 175 / 0.9);
  }

  .lg\:border-y-fuchsia-700\/95 {
    border-top-color: rgb(162 28 175 / 0.95);
    border-bottom-color: rgb(162 28 175 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-fuchsia-800\/0 {
    border-top-color: rgb(134 25 143 / 0);
    border-bottom-color: rgb(134 25 143 / 0);
  }

  .lg\:border-y-fuchsia-800\/10 {
    border-top-color: rgb(134 25 143 / 0.1);
    border-bottom-color: rgb(134 25 143 / 0.1);
  }

  .lg\:border-y-fuchsia-800\/100 {
    border-top-color: rgb(134 25 143 / 1);
    border-bottom-color: rgb(134 25 143 / 1);
  }

  .lg\:border-y-fuchsia-800\/15 {
    border-top-color: rgb(134 25 143 / 0.15);
    border-bottom-color: rgb(134 25 143 / 0.15);
  }

  .lg\:border-y-fuchsia-800\/20 {
    border-top-color: rgb(134 25 143 / 0.2);
    border-bottom-color: rgb(134 25 143 / 0.2);
  }

  .lg\:border-y-fuchsia-800\/25 {
    border-top-color: rgb(134 25 143 / 0.25);
    border-bottom-color: rgb(134 25 143 / 0.25);
  }

  .lg\:border-y-fuchsia-800\/30 {
    border-top-color: rgb(134 25 143 / 0.3);
    border-bottom-color: rgb(134 25 143 / 0.3);
  }

  .lg\:border-y-fuchsia-800\/35 {
    border-top-color: rgb(134 25 143 / 0.35);
    border-bottom-color: rgb(134 25 143 / 0.35);
  }

  .lg\:border-y-fuchsia-800\/40 {
    border-top-color: rgb(134 25 143 / 0.4);
    border-bottom-color: rgb(134 25 143 / 0.4);
  }

  .lg\:border-y-fuchsia-800\/45 {
    border-top-color: rgb(134 25 143 / 0.45);
    border-bottom-color: rgb(134 25 143 / 0.45);
  }

  .lg\:border-y-fuchsia-800\/5 {
    border-top-color: rgb(134 25 143 / 0.05);
    border-bottom-color: rgb(134 25 143 / 0.05);
  }

  .lg\:border-y-fuchsia-800\/50 {
    border-top-color: rgb(134 25 143 / 0.5);
    border-bottom-color: rgb(134 25 143 / 0.5);
  }

  .lg\:border-y-fuchsia-800\/55 {
    border-top-color: rgb(134 25 143 / 0.55);
    border-bottom-color: rgb(134 25 143 / 0.55);
  }

  .lg\:border-y-fuchsia-800\/60 {
    border-top-color: rgb(134 25 143 / 0.6);
    border-bottom-color: rgb(134 25 143 / 0.6);
  }

  .lg\:border-y-fuchsia-800\/65 {
    border-top-color: rgb(134 25 143 / 0.65);
    border-bottom-color: rgb(134 25 143 / 0.65);
  }

  .lg\:border-y-fuchsia-800\/70 {
    border-top-color: rgb(134 25 143 / 0.7);
    border-bottom-color: rgb(134 25 143 / 0.7);
  }

  .lg\:border-y-fuchsia-800\/75 {
    border-top-color: rgb(134 25 143 / 0.75);
    border-bottom-color: rgb(134 25 143 / 0.75);
  }

  .lg\:border-y-fuchsia-800\/80 {
    border-top-color: rgb(134 25 143 / 0.8);
    border-bottom-color: rgb(134 25 143 / 0.8);
  }

  .lg\:border-y-fuchsia-800\/85 {
    border-top-color: rgb(134 25 143 / 0.85);
    border-bottom-color: rgb(134 25 143 / 0.85);
  }

  .lg\:border-y-fuchsia-800\/90 {
    border-top-color: rgb(134 25 143 / 0.9);
    border-bottom-color: rgb(134 25 143 / 0.9);
  }

  .lg\:border-y-fuchsia-800\/95 {
    border-top-color: rgb(134 25 143 / 0.95);
    border-bottom-color: rgb(134 25 143 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-fuchsia-900\/0 {
    border-top-color: rgb(112 26 117 / 0);
    border-bottom-color: rgb(112 26 117 / 0);
  }

  .lg\:border-y-fuchsia-900\/10 {
    border-top-color: rgb(112 26 117 / 0.1);
    border-bottom-color: rgb(112 26 117 / 0.1);
  }

  .lg\:border-y-fuchsia-900\/100 {
    border-top-color: rgb(112 26 117 / 1);
    border-bottom-color: rgb(112 26 117 / 1);
  }

  .lg\:border-y-fuchsia-900\/15 {
    border-top-color: rgb(112 26 117 / 0.15);
    border-bottom-color: rgb(112 26 117 / 0.15);
  }

  .lg\:border-y-fuchsia-900\/20 {
    border-top-color: rgb(112 26 117 / 0.2);
    border-bottom-color: rgb(112 26 117 / 0.2);
  }

  .lg\:border-y-fuchsia-900\/25 {
    border-top-color: rgb(112 26 117 / 0.25);
    border-bottom-color: rgb(112 26 117 / 0.25);
  }

  .lg\:border-y-fuchsia-900\/30 {
    border-top-color: rgb(112 26 117 / 0.3);
    border-bottom-color: rgb(112 26 117 / 0.3);
  }

  .lg\:border-y-fuchsia-900\/35 {
    border-top-color: rgb(112 26 117 / 0.35);
    border-bottom-color: rgb(112 26 117 / 0.35);
  }

  .lg\:border-y-fuchsia-900\/40 {
    border-top-color: rgb(112 26 117 / 0.4);
    border-bottom-color: rgb(112 26 117 / 0.4);
  }

  .lg\:border-y-fuchsia-900\/45 {
    border-top-color: rgb(112 26 117 / 0.45);
    border-bottom-color: rgb(112 26 117 / 0.45);
  }

  .lg\:border-y-fuchsia-900\/5 {
    border-top-color: rgb(112 26 117 / 0.05);
    border-bottom-color: rgb(112 26 117 / 0.05);
  }

  .lg\:border-y-fuchsia-900\/50 {
    border-top-color: rgb(112 26 117 / 0.5);
    border-bottom-color: rgb(112 26 117 / 0.5);
  }

  .lg\:border-y-fuchsia-900\/55 {
    border-top-color: rgb(112 26 117 / 0.55);
    border-bottom-color: rgb(112 26 117 / 0.55);
  }

  .lg\:border-y-fuchsia-900\/60 {
    border-top-color: rgb(112 26 117 / 0.6);
    border-bottom-color: rgb(112 26 117 / 0.6);
  }

  .lg\:border-y-fuchsia-900\/65 {
    border-top-color: rgb(112 26 117 / 0.65);
    border-bottom-color: rgb(112 26 117 / 0.65);
  }

  .lg\:border-y-fuchsia-900\/70 {
    border-top-color: rgb(112 26 117 / 0.7);
    border-bottom-color: rgb(112 26 117 / 0.7);
  }

  .lg\:border-y-fuchsia-900\/75 {
    border-top-color: rgb(112 26 117 / 0.75);
    border-bottom-color: rgb(112 26 117 / 0.75);
  }

  .lg\:border-y-fuchsia-900\/80 {
    border-top-color: rgb(112 26 117 / 0.8);
    border-bottom-color: rgb(112 26 117 / 0.8);
  }

  .lg\:border-y-fuchsia-900\/85 {
    border-top-color: rgb(112 26 117 / 0.85);
    border-bottom-color: rgb(112 26 117 / 0.85);
  }

  .lg\:border-y-fuchsia-900\/90 {
    border-top-color: rgb(112 26 117 / 0.9);
    border-bottom-color: rgb(112 26 117 / 0.9);
  }

  .lg\:border-y-fuchsia-900\/95 {
    border-top-color: rgb(112 26 117 / 0.95);
    border-bottom-color: rgb(112 26 117 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-fuchsia-950\/0 {
    border-top-color: rgb(74 4 78 / 0);
    border-bottom-color: rgb(74 4 78 / 0);
  }

  .lg\:border-y-fuchsia-950\/10 {
    border-top-color: rgb(74 4 78 / 0.1);
    border-bottom-color: rgb(74 4 78 / 0.1);
  }

  .lg\:border-y-fuchsia-950\/100 {
    border-top-color: rgb(74 4 78 / 1);
    border-bottom-color: rgb(74 4 78 / 1);
  }

  .lg\:border-y-fuchsia-950\/15 {
    border-top-color: rgb(74 4 78 / 0.15);
    border-bottom-color: rgb(74 4 78 / 0.15);
  }

  .lg\:border-y-fuchsia-950\/20 {
    border-top-color: rgb(74 4 78 / 0.2);
    border-bottom-color: rgb(74 4 78 / 0.2);
  }

  .lg\:border-y-fuchsia-950\/25 {
    border-top-color: rgb(74 4 78 / 0.25);
    border-bottom-color: rgb(74 4 78 / 0.25);
  }

  .lg\:border-y-fuchsia-950\/30 {
    border-top-color: rgb(74 4 78 / 0.3);
    border-bottom-color: rgb(74 4 78 / 0.3);
  }

  .lg\:border-y-fuchsia-950\/35 {
    border-top-color: rgb(74 4 78 / 0.35);
    border-bottom-color: rgb(74 4 78 / 0.35);
  }

  .lg\:border-y-fuchsia-950\/40 {
    border-top-color: rgb(74 4 78 / 0.4);
    border-bottom-color: rgb(74 4 78 / 0.4);
  }

  .lg\:border-y-fuchsia-950\/45 {
    border-top-color: rgb(74 4 78 / 0.45);
    border-bottom-color: rgb(74 4 78 / 0.45);
  }

  .lg\:border-y-fuchsia-950\/5 {
    border-top-color: rgb(74 4 78 / 0.05);
    border-bottom-color: rgb(74 4 78 / 0.05);
  }

  .lg\:border-y-fuchsia-950\/50 {
    border-top-color: rgb(74 4 78 / 0.5);
    border-bottom-color: rgb(74 4 78 / 0.5);
  }

  .lg\:border-y-fuchsia-950\/55 {
    border-top-color: rgb(74 4 78 / 0.55);
    border-bottom-color: rgb(74 4 78 / 0.55);
  }

  .lg\:border-y-fuchsia-950\/60 {
    border-top-color: rgb(74 4 78 / 0.6);
    border-bottom-color: rgb(74 4 78 / 0.6);
  }

  .lg\:border-y-fuchsia-950\/65 {
    border-top-color: rgb(74 4 78 / 0.65);
    border-bottom-color: rgb(74 4 78 / 0.65);
  }

  .lg\:border-y-fuchsia-950\/70 {
    border-top-color: rgb(74 4 78 / 0.7);
    border-bottom-color: rgb(74 4 78 / 0.7);
  }

  .lg\:border-y-fuchsia-950\/75 {
    border-top-color: rgb(74 4 78 / 0.75);
    border-bottom-color: rgb(74 4 78 / 0.75);
  }

  .lg\:border-y-fuchsia-950\/80 {
    border-top-color: rgb(74 4 78 / 0.8);
    border-bottom-color: rgb(74 4 78 / 0.8);
  }

  .lg\:border-y-fuchsia-950\/85 {
    border-top-color: rgb(74 4 78 / 0.85);
    border-bottom-color: rgb(74 4 78 / 0.85);
  }

  .lg\:border-y-fuchsia-950\/90 {
    border-top-color: rgb(74 4 78 / 0.9);
    border-bottom-color: rgb(74 4 78 / 0.9);
  }

  .lg\:border-y-fuchsia-950\/95 {
    border-top-color: rgb(74 4 78 / 0.95);
    border-bottom-color: rgb(74 4 78 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-gray-100\/0 {
    border-top-color: rgb(243 244 246 / 0);
    border-bottom-color: rgb(243 244 246 / 0);
  }

  .lg\:border-y-gray-100\/10 {
    border-top-color: rgb(243 244 246 / 0.1);
    border-bottom-color: rgb(243 244 246 / 0.1);
  }

  .lg\:border-y-gray-100\/100 {
    border-top-color: rgb(243 244 246 / 1);
    border-bottom-color: rgb(243 244 246 / 1);
  }

  .lg\:border-y-gray-100\/15 {
    border-top-color: rgb(243 244 246 / 0.15);
    border-bottom-color: rgb(243 244 246 / 0.15);
  }

  .lg\:border-y-gray-100\/20 {
    border-top-color: rgb(243 244 246 / 0.2);
    border-bottom-color: rgb(243 244 246 / 0.2);
  }

  .lg\:border-y-gray-100\/25 {
    border-top-color: rgb(243 244 246 / 0.25);
    border-bottom-color: rgb(243 244 246 / 0.25);
  }

  .lg\:border-y-gray-100\/30 {
    border-top-color: rgb(243 244 246 / 0.3);
    border-bottom-color: rgb(243 244 246 / 0.3);
  }

  .lg\:border-y-gray-100\/35 {
    border-top-color: rgb(243 244 246 / 0.35);
    border-bottom-color: rgb(243 244 246 / 0.35);
  }

  .lg\:border-y-gray-100\/40 {
    border-top-color: rgb(243 244 246 / 0.4);
    border-bottom-color: rgb(243 244 246 / 0.4);
  }

  .lg\:border-y-gray-100\/45 {
    border-top-color: rgb(243 244 246 / 0.45);
    border-bottom-color: rgb(243 244 246 / 0.45);
  }

  .lg\:border-y-gray-100\/5 {
    border-top-color: rgb(243 244 246 / 0.05);
    border-bottom-color: rgb(243 244 246 / 0.05);
  }

  .lg\:border-y-gray-100\/50 {
    border-top-color: rgb(243 244 246 / 0.5);
    border-bottom-color: rgb(243 244 246 / 0.5);
  }

  .lg\:border-y-gray-100\/55 {
    border-top-color: rgb(243 244 246 / 0.55);
    border-bottom-color: rgb(243 244 246 / 0.55);
  }

  .lg\:border-y-gray-100\/60 {
    border-top-color: rgb(243 244 246 / 0.6);
    border-bottom-color: rgb(243 244 246 / 0.6);
  }

  .lg\:border-y-gray-100\/65 {
    border-top-color: rgb(243 244 246 / 0.65);
    border-bottom-color: rgb(243 244 246 / 0.65);
  }

  .lg\:border-y-gray-100\/70 {
    border-top-color: rgb(243 244 246 / 0.7);
    border-bottom-color: rgb(243 244 246 / 0.7);
  }

  .lg\:border-y-gray-100\/75 {
    border-top-color: rgb(243 244 246 / 0.75);
    border-bottom-color: rgb(243 244 246 / 0.75);
  }

  .lg\:border-y-gray-100\/80 {
    border-top-color: rgb(243 244 246 / 0.8);
    border-bottom-color: rgb(243 244 246 / 0.8);
  }

  .lg\:border-y-gray-100\/85 {
    border-top-color: rgb(243 244 246 / 0.85);
    border-bottom-color: rgb(243 244 246 / 0.85);
  }

  .lg\:border-y-gray-100\/90 {
    border-top-color: rgb(243 244 246 / 0.9);
    border-bottom-color: rgb(243 244 246 / 0.9);
  }

  .lg\:border-y-gray-100\/95 {
    border-top-color: rgb(243 244 246 / 0.95);
    border-bottom-color: rgb(243 244 246 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-gray-200\/0 {
    border-top-color: rgb(229 231 235 / 0);
    border-bottom-color: rgb(229 231 235 / 0);
  }

  .lg\:border-y-gray-200\/10 {
    border-top-color: rgb(229 231 235 / 0.1);
    border-bottom-color: rgb(229 231 235 / 0.1);
  }

  .lg\:border-y-gray-200\/100 {
    border-top-color: rgb(229 231 235 / 1);
    border-bottom-color: rgb(229 231 235 / 1);
  }

  .lg\:border-y-gray-200\/15 {
    border-top-color: rgb(229 231 235 / 0.15);
    border-bottom-color: rgb(229 231 235 / 0.15);
  }

  .lg\:border-y-gray-200\/20 {
    border-top-color: rgb(229 231 235 / 0.2);
    border-bottom-color: rgb(229 231 235 / 0.2);
  }

  .lg\:border-y-gray-200\/25 {
    border-top-color: rgb(229 231 235 / 0.25);
    border-bottom-color: rgb(229 231 235 / 0.25);
  }

  .lg\:border-y-gray-200\/30 {
    border-top-color: rgb(229 231 235 / 0.3);
    border-bottom-color: rgb(229 231 235 / 0.3);
  }

  .lg\:border-y-gray-200\/35 {
    border-top-color: rgb(229 231 235 / 0.35);
    border-bottom-color: rgb(229 231 235 / 0.35);
  }

  .lg\:border-y-gray-200\/40 {
    border-top-color: rgb(229 231 235 / 0.4);
    border-bottom-color: rgb(229 231 235 / 0.4);
  }

  .lg\:border-y-gray-200\/45 {
    border-top-color: rgb(229 231 235 / 0.45);
    border-bottom-color: rgb(229 231 235 / 0.45);
  }

  .lg\:border-y-gray-200\/5 {
    border-top-color: rgb(229 231 235 / 0.05);
    border-bottom-color: rgb(229 231 235 / 0.05);
  }

  .lg\:border-y-gray-200\/50 {
    border-top-color: rgb(229 231 235 / 0.5);
    border-bottom-color: rgb(229 231 235 / 0.5);
  }

  .lg\:border-y-gray-200\/55 {
    border-top-color: rgb(229 231 235 / 0.55);
    border-bottom-color: rgb(229 231 235 / 0.55);
  }

  .lg\:border-y-gray-200\/60 {
    border-top-color: rgb(229 231 235 / 0.6);
    border-bottom-color: rgb(229 231 235 / 0.6);
  }

  .lg\:border-y-gray-200\/65 {
    border-top-color: rgb(229 231 235 / 0.65);
    border-bottom-color: rgb(229 231 235 / 0.65);
  }

  .lg\:border-y-gray-200\/70 {
    border-top-color: rgb(229 231 235 / 0.7);
    border-bottom-color: rgb(229 231 235 / 0.7);
  }

  .lg\:border-y-gray-200\/75 {
    border-top-color: rgb(229 231 235 / 0.75);
    border-bottom-color: rgb(229 231 235 / 0.75);
  }

  .lg\:border-y-gray-200\/80 {
    border-top-color: rgb(229 231 235 / 0.8);
    border-bottom-color: rgb(229 231 235 / 0.8);
  }

  .lg\:border-y-gray-200\/85 {
    border-top-color: rgb(229 231 235 / 0.85);
    border-bottom-color: rgb(229 231 235 / 0.85);
  }

  .lg\:border-y-gray-200\/90 {
    border-top-color: rgb(229 231 235 / 0.9);
    border-bottom-color: rgb(229 231 235 / 0.9);
  }

  .lg\:border-y-gray-200\/95 {
    border-top-color: rgb(229 231 235 / 0.95);
    border-bottom-color: rgb(229 231 235 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-gray-300\/0 {
    border-top-color: rgb(209 213 219 / 0);
    border-bottom-color: rgb(209 213 219 / 0);
  }

  .lg\:border-y-gray-300\/10 {
    border-top-color: rgb(209 213 219 / 0.1);
    border-bottom-color: rgb(209 213 219 / 0.1);
  }

  .lg\:border-y-gray-300\/100 {
    border-top-color: rgb(209 213 219 / 1);
    border-bottom-color: rgb(209 213 219 / 1);
  }

  .lg\:border-y-gray-300\/15 {
    border-top-color: rgb(209 213 219 / 0.15);
    border-bottom-color: rgb(209 213 219 / 0.15);
  }

  .lg\:border-y-gray-300\/20 {
    border-top-color: rgb(209 213 219 / 0.2);
    border-bottom-color: rgb(209 213 219 / 0.2);
  }

  .lg\:border-y-gray-300\/25 {
    border-top-color: rgb(209 213 219 / 0.25);
    border-bottom-color: rgb(209 213 219 / 0.25);
  }

  .lg\:border-y-gray-300\/30 {
    border-top-color: rgb(209 213 219 / 0.3);
    border-bottom-color: rgb(209 213 219 / 0.3);
  }

  .lg\:border-y-gray-300\/35 {
    border-top-color: rgb(209 213 219 / 0.35);
    border-bottom-color: rgb(209 213 219 / 0.35);
  }

  .lg\:border-y-gray-300\/40 {
    border-top-color: rgb(209 213 219 / 0.4);
    border-bottom-color: rgb(209 213 219 / 0.4);
  }

  .lg\:border-y-gray-300\/45 {
    border-top-color: rgb(209 213 219 / 0.45);
    border-bottom-color: rgb(209 213 219 / 0.45);
  }

  .lg\:border-y-gray-300\/5 {
    border-top-color: rgb(209 213 219 / 0.05);
    border-bottom-color: rgb(209 213 219 / 0.05);
  }

  .lg\:border-y-gray-300\/50 {
    border-top-color: rgb(209 213 219 / 0.5);
    border-bottom-color: rgb(209 213 219 / 0.5);
  }

  .lg\:border-y-gray-300\/55 {
    border-top-color: rgb(209 213 219 / 0.55);
    border-bottom-color: rgb(209 213 219 / 0.55);
  }

  .lg\:border-y-gray-300\/60 {
    border-top-color: rgb(209 213 219 / 0.6);
    border-bottom-color: rgb(209 213 219 / 0.6);
  }

  .lg\:border-y-gray-300\/65 {
    border-top-color: rgb(209 213 219 / 0.65);
    border-bottom-color: rgb(209 213 219 / 0.65);
  }

  .lg\:border-y-gray-300\/70 {
    border-top-color: rgb(209 213 219 / 0.7);
    border-bottom-color: rgb(209 213 219 / 0.7);
  }

  .lg\:border-y-gray-300\/75 {
    border-top-color: rgb(209 213 219 / 0.75);
    border-bottom-color: rgb(209 213 219 / 0.75);
  }

  .lg\:border-y-gray-300\/80 {
    border-top-color: rgb(209 213 219 / 0.8);
    border-bottom-color: rgb(209 213 219 / 0.8);
  }

  .lg\:border-y-gray-300\/85 {
    border-top-color: rgb(209 213 219 / 0.85);
    border-bottom-color: rgb(209 213 219 / 0.85);
  }

  .lg\:border-y-gray-300\/90 {
    border-top-color: rgb(209 213 219 / 0.9);
    border-bottom-color: rgb(209 213 219 / 0.9);
  }

  .lg\:border-y-gray-300\/95 {
    border-top-color: rgb(209 213 219 / 0.95);
    border-bottom-color: rgb(209 213 219 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-gray-400\/0 {
    border-top-color: rgb(156 163 175 / 0);
    border-bottom-color: rgb(156 163 175 / 0);
  }

  .lg\:border-y-gray-400\/10 {
    border-top-color: rgb(156 163 175 / 0.1);
    border-bottom-color: rgb(156 163 175 / 0.1);
  }

  .lg\:border-y-gray-400\/100 {
    border-top-color: rgb(156 163 175 / 1);
    border-bottom-color: rgb(156 163 175 / 1);
  }

  .lg\:border-y-gray-400\/15 {
    border-top-color: rgb(156 163 175 / 0.15);
    border-bottom-color: rgb(156 163 175 / 0.15);
  }

  .lg\:border-y-gray-400\/20 {
    border-top-color: rgb(156 163 175 / 0.2);
    border-bottom-color: rgb(156 163 175 / 0.2);
  }

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

  .lg\:border-y-gray-400\/30 {
    border-top-color: rgb(156 163 175 / 0.3);
    border-bottom-color: rgb(156 163 175 / 0.3);
  }

  .lg\:border-y-gray-400\/35 {
    border-top-color: rgb(156 163 175 / 0.35);
    border-bottom-color: rgb(156 163 175 / 0.35);
  }

  .lg\:border-y-gray-400\/40 {
    border-top-color: rgb(156 163 175 / 0.4);
    border-bottom-color: rgb(156 163 175 / 0.4);
  }

  .lg\:border-y-gray-400\/45 {
    border-top-color: rgb(156 163 175 / 0.45);
    border-bottom-color: rgb(156 163 175 / 0.45);
  }

  .lg\:border-y-gray-400\/5 {
    border-top-color: rgb(156 163 175 / 0.05);
    border-bottom-color: rgb(156 163 175 / 0.05);
  }

  .lg\:border-y-gray-400\/50 {
    border-top-color: rgb(156 163 175 / 0.5);
    border-bottom-color: rgb(156 163 175 / 0.5);
  }

  .lg\:border-y-gray-400\/55 {
    border-top-color: rgb(156 163 175 / 0.55);
    border-bottom-color: rgb(156 163 175 / 0.55);
  }

  .lg\:border-y-gray-400\/60 {
    border-top-color: rgb(156 163 175 / 0.6);
    border-bottom-color: rgb(156 163 175 / 0.6);
  }

  .lg\:border-y-gray-400\/65 {
    border-top-color: rgb(156 163 175 / 0.65);
    border-bottom-color: rgb(156 163 175 / 0.65);
  }

  .lg\:border-y-gray-400\/70 {
    border-top-color: rgb(156 163 175 / 0.7);
    border-bottom-color: rgb(156 163 175 / 0.7);
  }

  .lg\:border-y-gray-400\/75 {
    border-top-color: rgb(156 163 175 / 0.75);
    border-bottom-color: rgb(156 163 175 / 0.75);
  }

  .lg\:border-y-gray-400\/80 {
    border-top-color: rgb(156 163 175 / 0.8);
    border-bottom-color: rgb(156 163 175 / 0.8);
  }

  .lg\:border-y-gray-400\/85 {
    border-top-color: rgb(156 163 175 / 0.85);
    border-bottom-color: rgb(156 163 175 / 0.85);
  }

  .lg\:border-y-gray-400\/90 {
    border-top-color: rgb(156 163 175 / 0.9);
    border-bottom-color: rgb(156 163 175 / 0.9);
  }

  .lg\:border-y-gray-400\/95 {
    border-top-color: rgb(156 163 175 / 0.95);
    border-bottom-color: rgb(156 163 175 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-gray-50\/0 {
    border-top-color: rgb(249 250 251 / 0);
    border-bottom-color: rgb(249 250 251 / 0);
  }

  .lg\:border-y-gray-50\/10 {
    border-top-color: rgb(249 250 251 / 0.1);
    border-bottom-color: rgb(249 250 251 / 0.1);
  }

  .lg\:border-y-gray-50\/100 {
    border-top-color: rgb(249 250 251 / 1);
    border-bottom-color: rgb(249 250 251 / 1);
  }

  .lg\:border-y-gray-50\/15 {
    border-top-color: rgb(249 250 251 / 0.15);
    border-bottom-color: rgb(249 250 251 / 0.15);
  }

  .lg\:border-y-gray-50\/20 {
    border-top-color: rgb(249 250 251 / 0.2);
    border-bottom-color: rgb(249 250 251 / 0.2);
  }

  .lg\:border-y-gray-50\/25 {
    border-top-color: rgb(249 250 251 / 0.25);
    border-bottom-color: rgb(249 250 251 / 0.25);
  }

  .lg\:border-y-gray-50\/30 {
    border-top-color: rgb(249 250 251 / 0.3);
    border-bottom-color: rgb(249 250 251 / 0.3);
  }

  .lg\:border-y-gray-50\/35 {
    border-top-color: rgb(249 250 251 / 0.35);
    border-bottom-color: rgb(249 250 251 / 0.35);
  }

  .lg\:border-y-gray-50\/40 {
    border-top-color: rgb(249 250 251 / 0.4);
    border-bottom-color: rgb(249 250 251 / 0.4);
  }

  .lg\:border-y-gray-50\/45 {
    border-top-color: rgb(249 250 251 / 0.45);
    border-bottom-color: rgb(249 250 251 / 0.45);
  }

  .lg\:border-y-gray-50\/5 {
    border-top-color: rgb(249 250 251 / 0.05);
    border-bottom-color: rgb(249 250 251 / 0.05);
  }

  .lg\:border-y-gray-50\/50 {
    border-top-color: rgb(249 250 251 / 0.5);
    border-bottom-color: rgb(249 250 251 / 0.5);
  }

  .lg\:border-y-gray-50\/55 {
    border-top-color: rgb(249 250 251 / 0.55);
    border-bottom-color: rgb(249 250 251 / 0.55);
  }

  .lg\:border-y-gray-50\/60 {
    border-top-color: rgb(249 250 251 / 0.6);
    border-bottom-color: rgb(249 250 251 / 0.6);
  }

  .lg\:border-y-gray-50\/65 {
    border-top-color: rgb(249 250 251 / 0.65);
    border-bottom-color: rgb(249 250 251 / 0.65);
  }

  .lg\:border-y-gray-50\/70 {
    border-top-color: rgb(249 250 251 / 0.7);
    border-bottom-color: rgb(249 250 251 / 0.7);
  }

  .lg\:border-y-gray-50\/75 {
    border-top-color: rgb(249 250 251 / 0.75);
    border-bottom-color: rgb(249 250 251 / 0.75);
  }

  .lg\:border-y-gray-50\/80 {
    border-top-color: rgb(249 250 251 / 0.8);
    border-bottom-color: rgb(249 250 251 / 0.8);
  }

  .lg\:border-y-gray-50\/85 {
    border-top-color: rgb(249 250 251 / 0.85);
    border-bottom-color: rgb(249 250 251 / 0.85);
  }

  .lg\:border-y-gray-50\/90 {
    border-top-color: rgb(249 250 251 / 0.9);
    border-bottom-color: rgb(249 250 251 / 0.9);
  }

  .lg\:border-y-gray-50\/95 {
    border-top-color: rgb(249 250 251 / 0.95);
    border-bottom-color: rgb(249 250 251 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-gray-500\/0 {
    border-top-color: rgb(107 114 128 / 0);
    border-bottom-color: rgb(107 114 128 / 0);
  }

  .lg\:border-y-gray-500\/10 {
    border-top-color: rgb(107 114 128 / 0.1);
    border-bottom-color: rgb(107 114 128 / 0.1);
  }

  .lg\:border-y-gray-500\/100 {
    border-top-color: rgb(107 114 128 / 1);
    border-bottom-color: rgb(107 114 128 / 1);
  }

  .lg\:border-y-gray-500\/15 {
    border-top-color: rgb(107 114 128 / 0.15);
    border-bottom-color: rgb(107 114 128 / 0.15);
  }

  .lg\:border-y-gray-500\/20 {
    border-top-color: rgb(107 114 128 / 0.2);
    border-bottom-color: rgb(107 114 128 / 0.2);
  }

  .lg\:border-y-gray-500\/25 {
    border-top-color: rgb(107 114 128 / 0.25);
    border-bottom-color: rgb(107 114 128 / 0.25);
  }

  .lg\:border-y-gray-500\/30 {
    border-top-color: rgb(107 114 128 / 0.3);
    border-bottom-color: rgb(107 114 128 / 0.3);
  }

  .lg\:border-y-gray-500\/35 {
    border-top-color: rgb(107 114 128 / 0.35);
    border-bottom-color: rgb(107 114 128 / 0.35);
  }

  .lg\:border-y-gray-500\/40 {
    border-top-color: rgb(107 114 128 / 0.4);
    border-bottom-color: rgb(107 114 128 / 0.4);
  }

  .lg\:border-y-gray-500\/45 {
    border-top-color: rgb(107 114 128 / 0.45);
    border-bottom-color: rgb(107 114 128 / 0.45);
  }

  .lg\:border-y-gray-500\/5 {
    border-top-color: rgb(107 114 128 / 0.05);
    border-bottom-color: rgb(107 114 128 / 0.05);
  }

  .lg\:border-y-gray-500\/50 {
    border-top-color: rgb(107 114 128 / 0.5);
    border-bottom-color: rgb(107 114 128 / 0.5);
  }

  .lg\:border-y-gray-500\/55 {
    border-top-color: rgb(107 114 128 / 0.55);
    border-bottom-color: rgb(107 114 128 / 0.55);
  }

  .lg\:border-y-gray-500\/60 {
    border-top-color: rgb(107 114 128 / 0.6);
    border-bottom-color: rgb(107 114 128 / 0.6);
  }

  .lg\:border-y-gray-500\/65 {
    border-top-color: rgb(107 114 128 / 0.65);
    border-bottom-color: rgb(107 114 128 / 0.65);
  }

  .lg\:border-y-gray-500\/70 {
    border-top-color: rgb(107 114 128 / 0.7);
    border-bottom-color: rgb(107 114 128 / 0.7);
  }

  .lg\:border-y-gray-500\/75 {
    border-top-color: rgb(107 114 128 / 0.75);
    border-bottom-color: rgb(107 114 128 / 0.75);
  }

  .lg\:border-y-gray-500\/80 {
    border-top-color: rgb(107 114 128 / 0.8);
    border-bottom-color: rgb(107 114 128 / 0.8);
  }

  .lg\:border-y-gray-500\/85 {
    border-top-color: rgb(107 114 128 / 0.85);
    border-bottom-color: rgb(107 114 128 / 0.85);
  }

  .lg\:border-y-gray-500\/90 {
    border-top-color: rgb(107 114 128 / 0.9);
    border-bottom-color: rgb(107 114 128 / 0.9);
  }

  .lg\:border-y-gray-500\/95 {
    border-top-color: rgb(107 114 128 / 0.95);
    border-bottom-color: rgb(107 114 128 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-gray-600\/0 {
    border-top-color: rgb(75 85 99 / 0);
    border-bottom-color: rgb(75 85 99 / 0);
  }

  .lg\:border-y-gray-600\/10 {
    border-top-color: rgb(75 85 99 / 0.1);
    border-bottom-color: rgb(75 85 99 / 0.1);
  }

  .lg\:border-y-gray-600\/100 {
    border-top-color: rgb(75 85 99 / 1);
    border-bottom-color: rgb(75 85 99 / 1);
  }

  .lg\:border-y-gray-600\/15 {
    border-top-color: rgb(75 85 99 / 0.15);
    border-bottom-color: rgb(75 85 99 / 0.15);
  }

  .lg\:border-y-gray-600\/20 {
    border-top-color: rgb(75 85 99 / 0.2);
    border-bottom-color: rgb(75 85 99 / 0.2);
  }

  .lg\:border-y-gray-600\/25 {
    border-top-color: rgb(75 85 99 / 0.25);
    border-bottom-color: rgb(75 85 99 / 0.25);
  }

  .lg\:border-y-gray-600\/30 {
    border-top-color: rgb(75 85 99 / 0.3);
    border-bottom-color: rgb(75 85 99 / 0.3);
  }

  .lg\:border-y-gray-600\/35 {
    border-top-color: rgb(75 85 99 / 0.35);
    border-bottom-color: rgb(75 85 99 / 0.35);
  }

  .lg\:border-y-gray-600\/40 {
    border-top-color: rgb(75 85 99 / 0.4);
    border-bottom-color: rgb(75 85 99 / 0.4);
  }

  .lg\:border-y-gray-600\/45 {
    border-top-color: rgb(75 85 99 / 0.45);
    border-bottom-color: rgb(75 85 99 / 0.45);
  }

  .lg\:border-y-gray-600\/5 {
    border-top-color: rgb(75 85 99 / 0.05);
    border-bottom-color: rgb(75 85 99 / 0.05);
  }

  .lg\:border-y-gray-600\/50 {
    border-top-color: rgb(75 85 99 / 0.5);
    border-bottom-color: rgb(75 85 99 / 0.5);
  }

  .lg\:border-y-gray-600\/55 {
    border-top-color: rgb(75 85 99 / 0.55);
    border-bottom-color: rgb(75 85 99 / 0.55);
  }

  .lg\:border-y-gray-600\/60 {
    border-top-color: rgb(75 85 99 / 0.6);
    border-bottom-color: rgb(75 85 99 / 0.6);
  }

  .lg\:border-y-gray-600\/65 {
    border-top-color: rgb(75 85 99 / 0.65);
    border-bottom-color: rgb(75 85 99 / 0.65);
  }

  .lg\:border-y-gray-600\/70 {
    border-top-color: rgb(75 85 99 / 0.7);
    border-bottom-color: rgb(75 85 99 / 0.7);
  }

  .lg\:border-y-gray-600\/75 {
    border-top-color: rgb(75 85 99 / 0.75);
    border-bottom-color: rgb(75 85 99 / 0.75);
  }

  .lg\:border-y-gray-600\/80 {
    border-top-color: rgb(75 85 99 / 0.8);
    border-bottom-color: rgb(75 85 99 / 0.8);
  }

  .lg\:border-y-gray-600\/85 {
    border-top-color: rgb(75 85 99 / 0.85);
    border-bottom-color: rgb(75 85 99 / 0.85);
  }

  .lg\:border-y-gray-600\/90 {
    border-top-color: rgb(75 85 99 / 0.9);
    border-bottom-color: rgb(75 85 99 / 0.9);
  }

  .lg\:border-y-gray-600\/95 {
    border-top-color: rgb(75 85 99 / 0.95);
    border-bottom-color: rgb(75 85 99 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-gray-700\/0 {
    border-top-color: rgb(55 65 81 / 0);
    border-bottom-color: rgb(55 65 81 / 0);
  }

  .lg\:border-y-gray-700\/10 {
    border-top-color: rgb(55 65 81 / 0.1);
    border-bottom-color: rgb(55 65 81 / 0.1);
  }

  .lg\:border-y-gray-700\/100 {
    border-top-color: rgb(55 65 81 / 1);
    border-bottom-color: rgb(55 65 81 / 1);
  }

  .lg\:border-y-gray-700\/15 {
    border-top-color: rgb(55 65 81 / 0.15);
    border-bottom-color: rgb(55 65 81 / 0.15);
  }

  .lg\:border-y-gray-700\/20 {
    border-top-color: rgb(55 65 81 / 0.2);
    border-bottom-color: rgb(55 65 81 / 0.2);
  }

  .lg\:border-y-gray-700\/25 {
    border-top-color: rgb(55 65 81 / 0.25);
    border-bottom-color: rgb(55 65 81 / 0.25);
  }

  .lg\:border-y-gray-700\/30 {
    border-top-color: rgb(55 65 81 / 0.3);
    border-bottom-color: rgb(55 65 81 / 0.3);
  }

  .lg\:border-y-gray-700\/35 {
    border-top-color: rgb(55 65 81 / 0.35);
    border-bottom-color: rgb(55 65 81 / 0.35);
  }

  .lg\:border-y-gray-700\/40 {
    border-top-color: rgb(55 65 81 / 0.4);
    border-bottom-color: rgb(55 65 81 / 0.4);
  }

  .lg\:border-y-gray-700\/45 {
    border-top-color: rgb(55 65 81 / 0.45);
    border-bottom-color: rgb(55 65 81 / 0.45);
  }

  .lg\:border-y-gray-700\/5 {
    border-top-color: rgb(55 65 81 / 0.05);
    border-bottom-color: rgb(55 65 81 / 0.05);
  }

  .lg\:border-y-gray-700\/50 {
    border-top-color: rgb(55 65 81 / 0.5);
    border-bottom-color: rgb(55 65 81 / 0.5);
  }

  .lg\:border-y-gray-700\/55 {
    border-top-color: rgb(55 65 81 / 0.55);
    border-bottom-color: rgb(55 65 81 / 0.55);
  }

  .lg\:border-y-gray-700\/60 {
    border-top-color: rgb(55 65 81 / 0.6);
    border-bottom-color: rgb(55 65 81 / 0.6);
  }

  .lg\:border-y-gray-700\/65 {
    border-top-color: rgb(55 65 81 / 0.65);
    border-bottom-color: rgb(55 65 81 / 0.65);
  }

  .lg\:border-y-gray-700\/70 {
    border-top-color: rgb(55 65 81 / 0.7);
    border-bottom-color: rgb(55 65 81 / 0.7);
  }

  .lg\:border-y-gray-700\/75 {
    border-top-color: rgb(55 65 81 / 0.75);
    border-bottom-color: rgb(55 65 81 / 0.75);
  }

  .lg\:border-y-gray-700\/80 {
    border-top-color: rgb(55 65 81 / 0.8);
    border-bottom-color: rgb(55 65 81 / 0.8);
  }

  .lg\:border-y-gray-700\/85 {
    border-top-color: rgb(55 65 81 / 0.85);
    border-bottom-color: rgb(55 65 81 / 0.85);
  }

  .lg\:border-y-gray-700\/90 {
    border-top-color: rgb(55 65 81 / 0.9);
    border-bottom-color: rgb(55 65 81 / 0.9);
  }

  .lg\:border-y-gray-700\/95 {
    border-top-color: rgb(55 65 81 / 0.95);
    border-bottom-color: rgb(55 65 81 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-gray-800\/0 {
    border-top-color: rgb(31 41 55 / 0);
    border-bottom-color: rgb(31 41 55 / 0);
  }

  .lg\:border-y-gray-800\/10 {
    border-top-color: rgb(31 41 55 / 0.1);
    border-bottom-color: rgb(31 41 55 / 0.1);
  }

  .lg\:border-y-gray-800\/100 {
    border-top-color: rgb(31 41 55 / 1);
    border-bottom-color: rgb(31 41 55 / 1);
  }

  .lg\:border-y-gray-800\/15 {
    border-top-color: rgb(31 41 55 / 0.15);
    border-bottom-color: rgb(31 41 55 / 0.15);
  }

  .lg\:border-y-gray-800\/20 {
    border-top-color: rgb(31 41 55 / 0.2);
    border-bottom-color: rgb(31 41 55 / 0.2);
  }

  .lg\:border-y-gray-800\/25 {
    border-top-color: rgb(31 41 55 / 0.25);
    border-bottom-color: rgb(31 41 55 / 0.25);
  }

  .lg\:border-y-gray-800\/30 {
    border-top-color: rgb(31 41 55 / 0.3);
    border-bottom-color: rgb(31 41 55 / 0.3);
  }

  .lg\:border-y-gray-800\/35 {
    border-top-color: rgb(31 41 55 / 0.35);
    border-bottom-color: rgb(31 41 55 / 0.35);
  }

  .lg\:border-y-gray-800\/40 {
    border-top-color: rgb(31 41 55 / 0.4);
    border-bottom-color: rgb(31 41 55 / 0.4);
  }

  .lg\:border-y-gray-800\/45 {
    border-top-color: rgb(31 41 55 / 0.45);
    border-bottom-color: rgb(31 41 55 / 0.45);
  }

  .lg\:border-y-gray-800\/5 {
    border-top-color: rgb(31 41 55 / 0.05);
    border-bottom-color: rgb(31 41 55 / 0.05);
  }

  .lg\:border-y-gray-800\/50 {
    border-top-color: rgb(31 41 55 / 0.5);
    border-bottom-color: rgb(31 41 55 / 0.5);
  }

  .lg\:border-y-gray-800\/55 {
    border-top-color: rgb(31 41 55 / 0.55);
    border-bottom-color: rgb(31 41 55 / 0.55);
  }

  .lg\:border-y-gray-800\/60 {
    border-top-color: rgb(31 41 55 / 0.6);
    border-bottom-color: rgb(31 41 55 / 0.6);
  }

  .lg\:border-y-gray-800\/65 {
    border-top-color: rgb(31 41 55 / 0.65);
    border-bottom-color: rgb(31 41 55 / 0.65);
  }

  .lg\:border-y-gray-800\/70 {
    border-top-color: rgb(31 41 55 / 0.7);
    border-bottom-color: rgb(31 41 55 / 0.7);
  }

  .lg\:border-y-gray-800\/75 {
    border-top-color: rgb(31 41 55 / 0.75);
    border-bottom-color: rgb(31 41 55 / 0.75);
  }

  .lg\:border-y-gray-800\/80 {
    border-top-color: rgb(31 41 55 / 0.8);
    border-bottom-color: rgb(31 41 55 / 0.8);
  }

  .lg\:border-y-gray-800\/85 {
    border-top-color: rgb(31 41 55 / 0.85);
    border-bottom-color: rgb(31 41 55 / 0.85);
  }

  .lg\:border-y-gray-800\/90 {
    border-top-color: rgb(31 41 55 / 0.9);
    border-bottom-color: rgb(31 41 55 / 0.9);
  }

  .lg\:border-y-gray-800\/95 {
    border-top-color: rgb(31 41 55 / 0.95);
    border-bottom-color: rgb(31 41 55 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-gray-900\/0 {
    border-top-color: rgb(17 24 39 / 0);
    border-bottom-color: rgb(17 24 39 / 0);
  }

  .lg\:border-y-gray-900\/10 {
    border-top-color: rgb(17 24 39 / 0.1);
    border-bottom-color: rgb(17 24 39 / 0.1);
  }

  .lg\:border-y-gray-900\/100 {
    border-top-color: rgb(17 24 39 / 1);
    border-bottom-color: rgb(17 24 39 / 1);
  }

  .lg\:border-y-gray-900\/15 {
    border-top-color: rgb(17 24 39 / 0.15);
    border-bottom-color: rgb(17 24 39 / 0.15);
  }

  .lg\:border-y-gray-900\/20 {
    border-top-color: rgb(17 24 39 / 0.2);
    border-bottom-color: rgb(17 24 39 / 0.2);
  }

  .lg\:border-y-gray-900\/25 {
    border-top-color: rgb(17 24 39 / 0.25);
    border-bottom-color: rgb(17 24 39 / 0.25);
  }

  .lg\:border-y-gray-900\/30 {
    border-top-color: rgb(17 24 39 / 0.3);
    border-bottom-color: rgb(17 24 39 / 0.3);
  }

  .lg\:border-y-gray-900\/35 {
    border-top-color: rgb(17 24 39 / 0.35);
    border-bottom-color: rgb(17 24 39 / 0.35);
  }

  .lg\:border-y-gray-900\/40 {
    border-top-color: rgb(17 24 39 / 0.4);
    border-bottom-color: rgb(17 24 39 / 0.4);
  }

  .lg\:border-y-gray-900\/45 {
    border-top-color: rgb(17 24 39 / 0.45);
    border-bottom-color: rgb(17 24 39 / 0.45);
  }

  .lg\:border-y-gray-900\/5 {
    border-top-color: rgb(17 24 39 / 0.05);
    border-bottom-color: rgb(17 24 39 / 0.05);
  }

  .lg\:border-y-gray-900\/50 {
    border-top-color: rgb(17 24 39 / 0.5);
    border-bottom-color: rgb(17 24 39 / 0.5);
  }

  .lg\:border-y-gray-900\/55 {
    border-top-color: rgb(17 24 39 / 0.55);
    border-bottom-color: rgb(17 24 39 / 0.55);
  }

  .lg\:border-y-gray-900\/60 {
    border-top-color: rgb(17 24 39 / 0.6);
    border-bottom-color: rgb(17 24 39 / 0.6);
  }

  .lg\:border-y-gray-900\/65 {
    border-top-color: rgb(17 24 39 / 0.65);
    border-bottom-color: rgb(17 24 39 / 0.65);
  }

  .lg\:border-y-gray-900\/70 {
    border-top-color: rgb(17 24 39 / 0.7);
    border-bottom-color: rgb(17 24 39 / 0.7);
  }

  .lg\:border-y-gray-900\/75 {
    border-top-color: rgb(17 24 39 / 0.75);
    border-bottom-color: rgb(17 24 39 / 0.75);
  }

  .lg\:border-y-gray-900\/80 {
    border-top-color: rgb(17 24 39 / 0.8);
    border-bottom-color: rgb(17 24 39 / 0.8);
  }

  .lg\:border-y-gray-900\/85 {
    border-top-color: rgb(17 24 39 / 0.85);
    border-bottom-color: rgb(17 24 39 / 0.85);
  }

  .lg\:border-y-gray-900\/90 {
    border-top-color: rgb(17 24 39 / 0.9);
    border-bottom-color: rgb(17 24 39 / 0.9);
  }

  .lg\:border-y-gray-900\/95 {
    border-top-color: rgb(17 24 39 / 0.95);
    border-bottom-color: rgb(17 24 39 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-gray-950\/0 {
    border-top-color: rgb(3 7 18 / 0);
    border-bottom-color: rgb(3 7 18 / 0);
  }

  .lg\:border-y-gray-950\/10 {
    border-top-color: rgb(3 7 18 / 0.1);
    border-bottom-color: rgb(3 7 18 / 0.1);
  }

  .lg\:border-y-gray-950\/100 {
    border-top-color: rgb(3 7 18 / 1);
    border-bottom-color: rgb(3 7 18 / 1);
  }

  .lg\:border-y-gray-950\/15 {
    border-top-color: rgb(3 7 18 / 0.15);
    border-bottom-color: rgb(3 7 18 / 0.15);
  }

  .lg\:border-y-gray-950\/20 {
    border-top-color: rgb(3 7 18 / 0.2);
    border-bottom-color: rgb(3 7 18 / 0.2);
  }

  .lg\:border-y-gray-950\/25 {
    border-top-color: rgb(3 7 18 / 0.25);
    border-bottom-color: rgb(3 7 18 / 0.25);
  }

  .lg\:border-y-gray-950\/30 {
    border-top-color: rgb(3 7 18 / 0.3);
    border-bottom-color: rgb(3 7 18 / 0.3);
  }

  .lg\:border-y-gray-950\/35 {
    border-top-color: rgb(3 7 18 / 0.35);
    border-bottom-color: rgb(3 7 18 / 0.35);
  }

  .lg\:border-y-gray-950\/40 {
    border-top-color: rgb(3 7 18 / 0.4);
    border-bottom-color: rgb(3 7 18 / 0.4);
  }

  .lg\:border-y-gray-950\/45 {
    border-top-color: rgb(3 7 18 / 0.45);
    border-bottom-color: rgb(3 7 18 / 0.45);
  }

  .lg\:border-y-gray-950\/5 {
    border-top-color: rgb(3 7 18 / 0.05);
    border-bottom-color: rgb(3 7 18 / 0.05);
  }

  .lg\:border-y-gray-950\/50 {
    border-top-color: rgb(3 7 18 / 0.5);
    border-bottom-color: rgb(3 7 18 / 0.5);
  }

  .lg\:border-y-gray-950\/55 {
    border-top-color: rgb(3 7 18 / 0.55);
    border-bottom-color: rgb(3 7 18 / 0.55);
  }

  .lg\:border-y-gray-950\/60 {
    border-top-color: rgb(3 7 18 / 0.6);
    border-bottom-color: rgb(3 7 18 / 0.6);
  }

  .lg\:border-y-gray-950\/65 {
    border-top-color: rgb(3 7 18 / 0.65);
    border-bottom-color: rgb(3 7 18 / 0.65);
  }

  .lg\:border-y-gray-950\/70 {
    border-top-color: rgb(3 7 18 / 0.7);
    border-bottom-color: rgb(3 7 18 / 0.7);
  }

  .lg\:border-y-gray-950\/75 {
    border-top-color: rgb(3 7 18 / 0.75);
    border-bottom-color: rgb(3 7 18 / 0.75);
  }

  .lg\:border-y-gray-950\/80 {
    border-top-color: rgb(3 7 18 / 0.8);
    border-bottom-color: rgb(3 7 18 / 0.8);
  }

  .lg\:border-y-gray-950\/85 {
    border-top-color: rgb(3 7 18 / 0.85);
    border-bottom-color: rgb(3 7 18 / 0.85);
  }

  .lg\:border-y-gray-950\/90 {
    border-top-color: rgb(3 7 18 / 0.9);
    border-bottom-color: rgb(3 7 18 / 0.9);
  }

  .lg\:border-y-gray-950\/95 {
    border-top-color: rgb(3 7 18 / 0.95);
    border-bottom-color: rgb(3 7 18 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-green-100\/0 {
    border-top-color: rgb(220 252 231 / 0);
    border-bottom-color: rgb(220 252 231 / 0);
  }

  .lg\:border-y-green-100\/10 {
    border-top-color: rgb(220 252 231 / 0.1);
    border-bottom-color: rgb(220 252 231 / 0.1);
  }

  .lg\:border-y-green-100\/100 {
    border-top-color: rgb(220 252 231 / 1);
    border-bottom-color: rgb(220 252 231 / 1);
  }

  .lg\:border-y-green-100\/15 {
    border-top-color: rgb(220 252 231 / 0.15);
    border-bottom-color: rgb(220 252 231 / 0.15);
  }

  .lg\:border-y-green-100\/20 {
    border-top-color: rgb(220 252 231 / 0.2);
    border-bottom-color: rgb(220 252 231 / 0.2);
  }

  .lg\:border-y-green-100\/25 {
    border-top-color: rgb(220 252 231 / 0.25);
    border-bottom-color: rgb(220 252 231 / 0.25);
  }

  .lg\:border-y-green-100\/30 {
    border-top-color: rgb(220 252 231 / 0.3);
    border-bottom-color: rgb(220 252 231 / 0.3);
  }

  .lg\:border-y-green-100\/35 {
    border-top-color: rgb(220 252 231 / 0.35);
    border-bottom-color: rgb(220 252 231 / 0.35);
  }

  .lg\:border-y-green-100\/40 {
    border-top-color: rgb(220 252 231 / 0.4);
    border-bottom-color: rgb(220 252 231 / 0.4);
  }

  .lg\:border-y-green-100\/45 {
    border-top-color: rgb(220 252 231 / 0.45);
    border-bottom-color: rgb(220 252 231 / 0.45);
  }

  .lg\:border-y-green-100\/5 {
    border-top-color: rgb(220 252 231 / 0.05);
    border-bottom-color: rgb(220 252 231 / 0.05);
  }

  .lg\:border-y-green-100\/50 {
    border-top-color: rgb(220 252 231 / 0.5);
    border-bottom-color: rgb(220 252 231 / 0.5);
  }

  .lg\:border-y-green-100\/55 {
    border-top-color: rgb(220 252 231 / 0.55);
    border-bottom-color: rgb(220 252 231 / 0.55);
  }

  .lg\:border-y-green-100\/60 {
    border-top-color: rgb(220 252 231 / 0.6);
    border-bottom-color: rgb(220 252 231 / 0.6);
  }

  .lg\:border-y-green-100\/65 {
    border-top-color: rgb(220 252 231 / 0.65);
    border-bottom-color: rgb(220 252 231 / 0.65);
  }

  .lg\:border-y-green-100\/70 {
    border-top-color: rgb(220 252 231 / 0.7);
    border-bottom-color: rgb(220 252 231 / 0.7);
  }

  .lg\:border-y-green-100\/75 {
    border-top-color: rgb(220 252 231 / 0.75);
    border-bottom-color: rgb(220 252 231 / 0.75);
  }

  .lg\:border-y-green-100\/80 {
    border-top-color: rgb(220 252 231 / 0.8);
    border-bottom-color: rgb(220 252 231 / 0.8);
  }

  .lg\:border-y-green-100\/85 {
    border-top-color: rgb(220 252 231 / 0.85);
    border-bottom-color: rgb(220 252 231 / 0.85);
  }

  .lg\:border-y-green-100\/90 {
    border-top-color: rgb(220 252 231 / 0.9);
    border-bottom-color: rgb(220 252 231 / 0.9);
  }

  .lg\:border-y-green-100\/95 {
    border-top-color: rgb(220 252 231 / 0.95);
    border-bottom-color: rgb(220 252 231 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-green-200\/0 {
    border-top-color: rgb(187 247 208 / 0);
    border-bottom-color: rgb(187 247 208 / 0);
  }

  .lg\:border-y-green-200\/10 {
    border-top-color: rgb(187 247 208 / 0.1);
    border-bottom-color: rgb(187 247 208 / 0.1);
  }

  .lg\:border-y-green-200\/100 {
    border-top-color: rgb(187 247 208 / 1);
    border-bottom-color: rgb(187 247 208 / 1);
  }

  .lg\:border-y-green-200\/15 {
    border-top-color: rgb(187 247 208 / 0.15);
    border-bottom-color: rgb(187 247 208 / 0.15);
  }

  .lg\:border-y-green-200\/20 {
    border-top-color: rgb(187 247 208 / 0.2);
    border-bottom-color: rgb(187 247 208 / 0.2);
  }

  .lg\:border-y-green-200\/25 {
    border-top-color: rgb(187 247 208 / 0.25);
    border-bottom-color: rgb(187 247 208 / 0.25);
  }

  .lg\:border-y-green-200\/30 {
    border-top-color: rgb(187 247 208 / 0.3);
    border-bottom-color: rgb(187 247 208 / 0.3);
  }

  .lg\:border-y-green-200\/35 {
    border-top-color: rgb(187 247 208 / 0.35);
    border-bottom-color: rgb(187 247 208 / 0.35);
  }

  .lg\:border-y-green-200\/40 {
    border-top-color: rgb(187 247 208 / 0.4);
    border-bottom-color: rgb(187 247 208 / 0.4);
  }

  .lg\:border-y-green-200\/45 {
    border-top-color: rgb(187 247 208 / 0.45);
    border-bottom-color: rgb(187 247 208 / 0.45);
  }

  .lg\:border-y-green-200\/5 {
    border-top-color: rgb(187 247 208 / 0.05);
    border-bottom-color: rgb(187 247 208 / 0.05);
  }

  .lg\:border-y-green-200\/50 {
    border-top-color: rgb(187 247 208 / 0.5);
    border-bottom-color: rgb(187 247 208 / 0.5);
  }

  .lg\:border-y-green-200\/55 {
    border-top-color: rgb(187 247 208 / 0.55);
    border-bottom-color: rgb(187 247 208 / 0.55);
  }

  .lg\:border-y-green-200\/60 {
    border-top-color: rgb(187 247 208 / 0.6);
    border-bottom-color: rgb(187 247 208 / 0.6);
  }

  .lg\:border-y-green-200\/65 {
    border-top-color: rgb(187 247 208 / 0.65);
    border-bottom-color: rgb(187 247 208 / 0.65);
  }

  .lg\:border-y-green-200\/70 {
    border-top-color: rgb(187 247 208 / 0.7);
    border-bottom-color: rgb(187 247 208 / 0.7);
  }

  .lg\:border-y-green-200\/75 {
    border-top-color: rgb(187 247 208 / 0.75);
    border-bottom-color: rgb(187 247 208 / 0.75);
  }

  .lg\:border-y-green-200\/80 {
    border-top-color: rgb(187 247 208 / 0.8);
    border-bottom-color: rgb(187 247 208 / 0.8);
  }

  .lg\:border-y-green-200\/85 {
    border-top-color: rgb(187 247 208 / 0.85);
    border-bottom-color: rgb(187 247 208 / 0.85);
  }

  .lg\:border-y-green-200\/90 {
    border-top-color: rgb(187 247 208 / 0.9);
    border-bottom-color: rgb(187 247 208 / 0.9);
  }

  .lg\:border-y-green-200\/95 {
    border-top-color: rgb(187 247 208 / 0.95);
    border-bottom-color: rgb(187 247 208 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-green-300\/0 {
    border-top-color: rgb(134 239 172 / 0);
    border-bottom-color: rgb(134 239 172 / 0);
  }

  .lg\:border-y-green-300\/10 {
    border-top-color: rgb(134 239 172 / 0.1);
    border-bottom-color: rgb(134 239 172 / 0.1);
  }

  .lg\:border-y-green-300\/100 {
    border-top-color: rgb(134 239 172 / 1);
    border-bottom-color: rgb(134 239 172 / 1);
  }

  .lg\:border-y-green-300\/15 {
    border-top-color: rgb(134 239 172 / 0.15);
    border-bottom-color: rgb(134 239 172 / 0.15);
  }

  .lg\:border-y-green-300\/20 {
    border-top-color: rgb(134 239 172 / 0.2);
    border-bottom-color: rgb(134 239 172 / 0.2);
  }

  .lg\:border-y-green-300\/25 {
    border-top-color: rgb(134 239 172 / 0.25);
    border-bottom-color: rgb(134 239 172 / 0.25);
  }

  .lg\:border-y-green-300\/30 {
    border-top-color: rgb(134 239 172 / 0.3);
    border-bottom-color: rgb(134 239 172 / 0.3);
  }

  .lg\:border-y-green-300\/35 {
    border-top-color: rgb(134 239 172 / 0.35);
    border-bottom-color: rgb(134 239 172 / 0.35);
  }

  .lg\:border-y-green-300\/40 {
    border-top-color: rgb(134 239 172 / 0.4);
    border-bottom-color: rgb(134 239 172 / 0.4);
  }

  .lg\:border-y-green-300\/45 {
    border-top-color: rgb(134 239 172 / 0.45);
    border-bottom-color: rgb(134 239 172 / 0.45);
  }

  .lg\:border-y-green-300\/5 {
    border-top-color: rgb(134 239 172 / 0.05);
    border-bottom-color: rgb(134 239 172 / 0.05);
  }

  .lg\:border-y-green-300\/50 {
    border-top-color: rgb(134 239 172 / 0.5);
    border-bottom-color: rgb(134 239 172 / 0.5);
  }

  .lg\:border-y-green-300\/55 {
    border-top-color: rgb(134 239 172 / 0.55);
    border-bottom-color: rgb(134 239 172 / 0.55);
  }

  .lg\:border-y-green-300\/60 {
    border-top-color: rgb(134 239 172 / 0.6);
    border-bottom-color: rgb(134 239 172 / 0.6);
  }

  .lg\:border-y-green-300\/65 {
    border-top-color: rgb(134 239 172 / 0.65);
    border-bottom-color: rgb(134 239 172 / 0.65);
  }

  .lg\:border-y-green-300\/70 {
    border-top-color: rgb(134 239 172 / 0.7);
    border-bottom-color: rgb(134 239 172 / 0.7);
  }

  .lg\:border-y-green-300\/75 {
    border-top-color: rgb(134 239 172 / 0.75);
    border-bottom-color: rgb(134 239 172 / 0.75);
  }

  .lg\:border-y-green-300\/80 {
    border-top-color: rgb(134 239 172 / 0.8);
    border-bottom-color: rgb(134 239 172 / 0.8);
  }

  .lg\:border-y-green-300\/85 {
    border-top-color: rgb(134 239 172 / 0.85);
    border-bottom-color: rgb(134 239 172 / 0.85);
  }

  .lg\:border-y-green-300\/90 {
    border-top-color: rgb(134 239 172 / 0.9);
    border-bottom-color: rgb(134 239 172 / 0.9);
  }

  .lg\:border-y-green-300\/95 {
    border-top-color: rgb(134 239 172 / 0.95);
    border-bottom-color: rgb(134 239 172 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-green-400\/0 {
    border-top-color: rgb(74 222 128 / 0);
    border-bottom-color: rgb(74 222 128 / 0);
  }

  .lg\:border-y-green-400\/10 {
    border-top-color: rgb(74 222 128 / 0.1);
    border-bottom-color: rgb(74 222 128 / 0.1);
  }

  .lg\:border-y-green-400\/100 {
    border-top-color: rgb(74 222 128 / 1);
    border-bottom-color: rgb(74 222 128 / 1);
  }

  .lg\:border-y-green-400\/15 {
    border-top-color: rgb(74 222 128 / 0.15);
    border-bottom-color: rgb(74 222 128 / 0.15);
  }

  .lg\:border-y-green-400\/20 {
    border-top-color: rgb(74 222 128 / 0.2);
    border-bottom-color: rgb(74 222 128 / 0.2);
  }

  .lg\:border-y-green-400\/25 {
    border-top-color: rgb(74 222 128 / 0.25);
    border-bottom-color: rgb(74 222 128 / 0.25);
  }

  .lg\:border-y-green-400\/30 {
    border-top-color: rgb(74 222 128 / 0.3);
    border-bottom-color: rgb(74 222 128 / 0.3);
  }

  .lg\:border-y-green-400\/35 {
    border-top-color: rgb(74 222 128 / 0.35);
    border-bottom-color: rgb(74 222 128 / 0.35);
  }

  .lg\:border-y-green-400\/40 {
    border-top-color: rgb(74 222 128 / 0.4);
    border-bottom-color: rgb(74 222 128 / 0.4);
  }

  .lg\:border-y-green-400\/45 {
    border-top-color: rgb(74 222 128 / 0.45);
    border-bottom-color: rgb(74 222 128 / 0.45);
  }

  .lg\:border-y-green-400\/5 {
    border-top-color: rgb(74 222 128 / 0.05);
    border-bottom-color: rgb(74 222 128 / 0.05);
  }

  .lg\:border-y-green-400\/50 {
    border-top-color: rgb(74 222 128 / 0.5);
    border-bottom-color: rgb(74 222 128 / 0.5);
  }

  .lg\:border-y-green-400\/55 {
    border-top-color: rgb(74 222 128 / 0.55);
    border-bottom-color: rgb(74 222 128 / 0.55);
  }

  .lg\:border-y-green-400\/60 {
    border-top-color: rgb(74 222 128 / 0.6);
    border-bottom-color: rgb(74 222 128 / 0.6);
  }

  .lg\:border-y-green-400\/65 {
    border-top-color: rgb(74 222 128 / 0.65);
    border-bottom-color: rgb(74 222 128 / 0.65);
  }

  .lg\:border-y-green-400\/70 {
    border-top-color: rgb(74 222 128 / 0.7);
    border-bottom-color: rgb(74 222 128 / 0.7);
  }

  .lg\:border-y-green-400\/75 {
    border-top-color: rgb(74 222 128 / 0.75);
    border-bottom-color: rgb(74 222 128 / 0.75);
  }

  .lg\:border-y-green-400\/80 {
    border-top-color: rgb(74 222 128 / 0.8);
    border-bottom-color: rgb(74 222 128 / 0.8);
  }

  .lg\:border-y-green-400\/85 {
    border-top-color: rgb(74 222 128 / 0.85);
    border-bottom-color: rgb(74 222 128 / 0.85);
  }

  .lg\:border-y-green-400\/90 {
    border-top-color: rgb(74 222 128 / 0.9);
    border-bottom-color: rgb(74 222 128 / 0.9);
  }

  .lg\:border-y-green-400\/95 {
    border-top-color: rgb(74 222 128 / 0.95);
    border-bottom-color: rgb(74 222 128 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-green-50\/0 {
    border-top-color: rgb(240 253 244 / 0);
    border-bottom-color: rgb(240 253 244 / 0);
  }

  .lg\:border-y-green-50\/10 {
    border-top-color: rgb(240 253 244 / 0.1);
    border-bottom-color: rgb(240 253 244 / 0.1);
  }

  .lg\:border-y-green-50\/100 {
    border-top-color: rgb(240 253 244 / 1);
    border-bottom-color: rgb(240 253 244 / 1);
  }

  .lg\:border-y-green-50\/15 {
    border-top-color: rgb(240 253 244 / 0.15);
    border-bottom-color: rgb(240 253 244 / 0.15);
  }

  .lg\:border-y-green-50\/20 {
    border-top-color: rgb(240 253 244 / 0.2);
    border-bottom-color: rgb(240 253 244 / 0.2);
  }

  .lg\:border-y-green-50\/25 {
    border-top-color: rgb(240 253 244 / 0.25);
    border-bottom-color: rgb(240 253 244 / 0.25);
  }

  .lg\:border-y-green-50\/30 {
    border-top-color: rgb(240 253 244 / 0.3);
    border-bottom-color: rgb(240 253 244 / 0.3);
  }

  .lg\:border-y-green-50\/35 {
    border-top-color: rgb(240 253 244 / 0.35);
    border-bottom-color: rgb(240 253 244 / 0.35);
  }

  .lg\:border-y-green-50\/40 {
    border-top-color: rgb(240 253 244 / 0.4);
    border-bottom-color: rgb(240 253 244 / 0.4);
  }

  .lg\:border-y-green-50\/45 {
    border-top-color: rgb(240 253 244 / 0.45);
    border-bottom-color: rgb(240 253 244 / 0.45);
  }

  .lg\:border-y-green-50\/5 {
    border-top-color: rgb(240 253 244 / 0.05);
    border-bottom-color: rgb(240 253 244 / 0.05);
  }

  .lg\:border-y-green-50\/50 {
    border-top-color: rgb(240 253 244 / 0.5);
    border-bottom-color: rgb(240 253 244 / 0.5);
  }

  .lg\:border-y-green-50\/55 {
    border-top-color: rgb(240 253 244 / 0.55);
    border-bottom-color: rgb(240 253 244 / 0.55);
  }

  .lg\:border-y-green-50\/60 {
    border-top-color: rgb(240 253 244 / 0.6);
    border-bottom-color: rgb(240 253 244 / 0.6);
  }

  .lg\:border-y-green-50\/65 {
    border-top-color: rgb(240 253 244 / 0.65);
    border-bottom-color: rgb(240 253 244 / 0.65);
  }

  .lg\:border-y-green-50\/70 {
    border-top-color: rgb(240 253 244 / 0.7);
    border-bottom-color: rgb(240 253 244 / 0.7);
  }

  .lg\:border-y-green-50\/75 {
    border-top-color: rgb(240 253 244 / 0.75);
    border-bottom-color: rgb(240 253 244 / 0.75);
  }

  .lg\:border-y-green-50\/80 {
    border-top-color: rgb(240 253 244 / 0.8);
    border-bottom-color: rgb(240 253 244 / 0.8);
  }

  .lg\:border-y-green-50\/85 {
    border-top-color: rgb(240 253 244 / 0.85);
    border-bottom-color: rgb(240 253 244 / 0.85);
  }

  .lg\:border-y-green-50\/90 {
    border-top-color: rgb(240 253 244 / 0.9);
    border-bottom-color: rgb(240 253 244 / 0.9);
  }

  .lg\:border-y-green-50\/95 {
    border-top-color: rgb(240 253 244 / 0.95);
    border-bottom-color: rgb(240 253 244 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-green-500\/0 {
    border-top-color: rgb(34 197 94 / 0);
    border-bottom-color: rgb(34 197 94 / 0);
  }

  .lg\:border-y-green-500\/10 {
    border-top-color: rgb(34 197 94 / 0.1);
    border-bottom-color: rgb(34 197 94 / 0.1);
  }

  .lg\:border-y-green-500\/100 {
    border-top-color: rgb(34 197 94 / 1);
    border-bottom-color: rgb(34 197 94 / 1);
  }

  .lg\:border-y-green-500\/15 {
    border-top-color: rgb(34 197 94 / 0.15);
    border-bottom-color: rgb(34 197 94 / 0.15);
  }

  .lg\:border-y-green-500\/20 {
    border-top-color: rgb(34 197 94 / 0.2);
    border-bottom-color: rgb(34 197 94 / 0.2);
  }

  .lg\:border-y-green-500\/25 {
    border-top-color: rgb(34 197 94 / 0.25);
    border-bottom-color: rgb(34 197 94 / 0.25);
  }

  .lg\:border-y-green-500\/30 {
    border-top-color: rgb(34 197 94 / 0.3);
    border-bottom-color: rgb(34 197 94 / 0.3);
  }

  .lg\:border-y-green-500\/35 {
    border-top-color: rgb(34 197 94 / 0.35);
    border-bottom-color: rgb(34 197 94 / 0.35);
  }

  .lg\:border-y-green-500\/40 {
    border-top-color: rgb(34 197 94 / 0.4);
    border-bottom-color: rgb(34 197 94 / 0.4);
  }

  .lg\:border-y-green-500\/45 {
    border-top-color: rgb(34 197 94 / 0.45);
    border-bottom-color: rgb(34 197 94 / 0.45);
  }

  .lg\:border-y-green-500\/5 {
    border-top-color: rgb(34 197 94 / 0.05);
    border-bottom-color: rgb(34 197 94 / 0.05);
  }

  .lg\:border-y-green-500\/50 {
    border-top-color: rgb(34 197 94 / 0.5);
    border-bottom-color: rgb(34 197 94 / 0.5);
  }

  .lg\:border-y-green-500\/55 {
    border-top-color: rgb(34 197 94 / 0.55);
    border-bottom-color: rgb(34 197 94 / 0.55);
  }

  .lg\:border-y-green-500\/60 {
    border-top-color: rgb(34 197 94 / 0.6);
    border-bottom-color: rgb(34 197 94 / 0.6);
  }

  .lg\:border-y-green-500\/65 {
    border-top-color: rgb(34 197 94 / 0.65);
    border-bottom-color: rgb(34 197 94 / 0.65);
  }

  .lg\:border-y-green-500\/70 {
    border-top-color: rgb(34 197 94 / 0.7);
    border-bottom-color: rgb(34 197 94 / 0.7);
  }

  .lg\:border-y-green-500\/75 {
    border-top-color: rgb(34 197 94 / 0.75);
    border-bottom-color: rgb(34 197 94 / 0.75);
  }

  .lg\:border-y-green-500\/80 {
    border-top-color: rgb(34 197 94 / 0.8);
    border-bottom-color: rgb(34 197 94 / 0.8);
  }

  .lg\:border-y-green-500\/85 {
    border-top-color: rgb(34 197 94 / 0.85);
    border-bottom-color: rgb(34 197 94 / 0.85);
  }

  .lg\:border-y-green-500\/90 {
    border-top-color: rgb(34 197 94 / 0.9);
    border-bottom-color: rgb(34 197 94 / 0.9);
  }

  .lg\:border-y-green-500\/95 {
    border-top-color: rgb(34 197 94 / 0.95);
    border-bottom-color: rgb(34 197 94 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-green-600\/0 {
    border-top-color: rgb(22 163 74 / 0);
    border-bottom-color: rgb(22 163 74 / 0);
  }

  .lg\:border-y-green-600\/10 {
    border-top-color: rgb(22 163 74 / 0.1);
    border-bottom-color: rgb(22 163 74 / 0.1);
  }

  .lg\:border-y-green-600\/100 {
    border-top-color: rgb(22 163 74 / 1);
    border-bottom-color: rgb(22 163 74 / 1);
  }

  .lg\:border-y-green-600\/15 {
    border-top-color: rgb(22 163 74 / 0.15);
    border-bottom-color: rgb(22 163 74 / 0.15);
  }

  .lg\:border-y-green-600\/20 {
    border-top-color: rgb(22 163 74 / 0.2);
    border-bottom-color: rgb(22 163 74 / 0.2);
  }

  .lg\:border-y-green-600\/25 {
    border-top-color: rgb(22 163 74 / 0.25);
    border-bottom-color: rgb(22 163 74 / 0.25);
  }

  .lg\:border-y-green-600\/30 {
    border-top-color: rgb(22 163 74 / 0.3);
    border-bottom-color: rgb(22 163 74 / 0.3);
  }

  .lg\:border-y-green-600\/35 {
    border-top-color: rgb(22 163 74 / 0.35);
    border-bottom-color: rgb(22 163 74 / 0.35);
  }

  .lg\:border-y-green-600\/40 {
    border-top-color: rgb(22 163 74 / 0.4);
    border-bottom-color: rgb(22 163 74 / 0.4);
  }

  .lg\:border-y-green-600\/45 {
    border-top-color: rgb(22 163 74 / 0.45);
    border-bottom-color: rgb(22 163 74 / 0.45);
  }

  .lg\:border-y-green-600\/5 {
    border-top-color: rgb(22 163 74 / 0.05);
    border-bottom-color: rgb(22 163 74 / 0.05);
  }

  .lg\:border-y-green-600\/50 {
    border-top-color: rgb(22 163 74 / 0.5);
    border-bottom-color: rgb(22 163 74 / 0.5);
  }

  .lg\:border-y-green-600\/55 {
    border-top-color: rgb(22 163 74 / 0.55);
    border-bottom-color: rgb(22 163 74 / 0.55);
  }

  .lg\:border-y-green-600\/60 {
    border-top-color: rgb(22 163 74 / 0.6);
    border-bottom-color: rgb(22 163 74 / 0.6);
  }

  .lg\:border-y-green-600\/65 {
    border-top-color: rgb(22 163 74 / 0.65);
    border-bottom-color: rgb(22 163 74 / 0.65);
  }

  .lg\:border-y-green-600\/70 {
    border-top-color: rgb(22 163 74 / 0.7);
    border-bottom-color: rgb(22 163 74 / 0.7);
  }

  .lg\:border-y-green-600\/75 {
    border-top-color: rgb(22 163 74 / 0.75);
    border-bottom-color: rgb(22 163 74 / 0.75);
  }

  .lg\:border-y-green-600\/80 {
    border-top-color: rgb(22 163 74 / 0.8);
    border-bottom-color: rgb(22 163 74 / 0.8);
  }

  .lg\:border-y-green-600\/85 {
    border-top-color: rgb(22 163 74 / 0.85);
    border-bottom-color: rgb(22 163 74 / 0.85);
  }

  .lg\:border-y-green-600\/90 {
    border-top-color: rgb(22 163 74 / 0.9);
    border-bottom-color: rgb(22 163 74 / 0.9);
  }

  .lg\:border-y-green-600\/95 {
    border-top-color: rgb(22 163 74 / 0.95);
    border-bottom-color: rgb(22 163 74 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-green-700\/0 {
    border-top-color: rgb(21 128 61 / 0);
    border-bottom-color: rgb(21 128 61 / 0);
  }

  .lg\:border-y-green-700\/10 {
    border-top-color: rgb(21 128 61 / 0.1);
    border-bottom-color: rgb(21 128 61 / 0.1);
  }

  .lg\:border-y-green-700\/100 {
    border-top-color: rgb(21 128 61 / 1);
    border-bottom-color: rgb(21 128 61 / 1);
  }

  .lg\:border-y-green-700\/15 {
    border-top-color: rgb(21 128 61 / 0.15);
    border-bottom-color: rgb(21 128 61 / 0.15);
  }

  .lg\:border-y-green-700\/20 {
    border-top-color: rgb(21 128 61 / 0.2);
    border-bottom-color: rgb(21 128 61 / 0.2);
  }

  .lg\:border-y-green-700\/25 {
    border-top-color: rgb(21 128 61 / 0.25);
    border-bottom-color: rgb(21 128 61 / 0.25);
  }

  .lg\:border-y-green-700\/30 {
    border-top-color: rgb(21 128 61 / 0.3);
    border-bottom-color: rgb(21 128 61 / 0.3);
  }

  .lg\:border-y-green-700\/35 {
    border-top-color: rgb(21 128 61 / 0.35);
    border-bottom-color: rgb(21 128 61 / 0.35);
  }

  .lg\:border-y-green-700\/40 {
    border-top-color: rgb(21 128 61 / 0.4);
    border-bottom-color: rgb(21 128 61 / 0.4);
  }

  .lg\:border-y-green-700\/45 {
    border-top-color: rgb(21 128 61 / 0.45);
    border-bottom-color: rgb(21 128 61 / 0.45);
  }

  .lg\:border-y-green-700\/5 {
    border-top-color: rgb(21 128 61 / 0.05);
    border-bottom-color: rgb(21 128 61 / 0.05);
  }

  .lg\:border-y-green-700\/50 {
    border-top-color: rgb(21 128 61 / 0.5);
    border-bottom-color: rgb(21 128 61 / 0.5);
  }

  .lg\:border-y-green-700\/55 {
    border-top-color: rgb(21 128 61 / 0.55);
    border-bottom-color: rgb(21 128 61 / 0.55);
  }

  .lg\:border-y-green-700\/60 {
    border-top-color: rgb(21 128 61 / 0.6);
    border-bottom-color: rgb(21 128 61 / 0.6);
  }

  .lg\:border-y-green-700\/65 {
    border-top-color: rgb(21 128 61 / 0.65);
    border-bottom-color: rgb(21 128 61 / 0.65);
  }

  .lg\:border-y-green-700\/70 {
    border-top-color: rgb(21 128 61 / 0.7);
    border-bottom-color: rgb(21 128 61 / 0.7);
  }

  .lg\:border-y-green-700\/75 {
    border-top-color: rgb(21 128 61 / 0.75);
    border-bottom-color: rgb(21 128 61 / 0.75);
  }

  .lg\:border-y-green-700\/80 {
    border-top-color: rgb(21 128 61 / 0.8);
    border-bottom-color: rgb(21 128 61 / 0.8);
  }

  .lg\:border-y-green-700\/85 {
    border-top-color: rgb(21 128 61 / 0.85);
    border-bottom-color: rgb(21 128 61 / 0.85);
  }

  .lg\:border-y-green-700\/90 {
    border-top-color: rgb(21 128 61 / 0.9);
    border-bottom-color: rgb(21 128 61 / 0.9);
  }

  .lg\:border-y-green-700\/95 {
    border-top-color: rgb(21 128 61 / 0.95);
    border-bottom-color: rgb(21 128 61 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-green-800\/0 {
    border-top-color: rgb(22 101 52 / 0);
    border-bottom-color: rgb(22 101 52 / 0);
  }

  .lg\:border-y-green-800\/10 {
    border-top-color: rgb(22 101 52 / 0.1);
    border-bottom-color: rgb(22 101 52 / 0.1);
  }

  .lg\:border-y-green-800\/100 {
    border-top-color: rgb(22 101 52 / 1);
    border-bottom-color: rgb(22 101 52 / 1);
  }

  .lg\:border-y-green-800\/15 {
    border-top-color: rgb(22 101 52 / 0.15);
    border-bottom-color: rgb(22 101 52 / 0.15);
  }

  .lg\:border-y-green-800\/20 {
    border-top-color: rgb(22 101 52 / 0.2);
    border-bottom-color: rgb(22 101 52 / 0.2);
  }

  .lg\:border-y-green-800\/25 {
    border-top-color: rgb(22 101 52 / 0.25);
    border-bottom-color: rgb(22 101 52 / 0.25);
  }

  .lg\:border-y-green-800\/30 {
    border-top-color: rgb(22 101 52 / 0.3);
    border-bottom-color: rgb(22 101 52 / 0.3);
  }

  .lg\:border-y-green-800\/35 {
    border-top-color: rgb(22 101 52 / 0.35);
    border-bottom-color: rgb(22 101 52 / 0.35);
  }

  .lg\:border-y-green-800\/40 {
    border-top-color: rgb(22 101 52 / 0.4);
    border-bottom-color: rgb(22 101 52 / 0.4);
  }

  .lg\:border-y-green-800\/45 {
    border-top-color: rgb(22 101 52 / 0.45);
    border-bottom-color: rgb(22 101 52 / 0.45);
  }

  .lg\:border-y-green-800\/5 {
    border-top-color: rgb(22 101 52 / 0.05);
    border-bottom-color: rgb(22 101 52 / 0.05);
  }

  .lg\:border-y-green-800\/50 {
    border-top-color: rgb(22 101 52 / 0.5);
    border-bottom-color: rgb(22 101 52 / 0.5);
  }

  .lg\:border-y-green-800\/55 {
    border-top-color: rgb(22 101 52 / 0.55);
    border-bottom-color: rgb(22 101 52 / 0.55);
  }

  .lg\:border-y-green-800\/60 {
    border-top-color: rgb(22 101 52 / 0.6);
    border-bottom-color: rgb(22 101 52 / 0.6);
  }

  .lg\:border-y-green-800\/65 {
    border-top-color: rgb(22 101 52 / 0.65);
    border-bottom-color: rgb(22 101 52 / 0.65);
  }

  .lg\:border-y-green-800\/70 {
    border-top-color: rgb(22 101 52 / 0.7);
    border-bottom-color: rgb(22 101 52 / 0.7);
  }

  .lg\:border-y-green-800\/75 {
    border-top-color: rgb(22 101 52 / 0.75);
    border-bottom-color: rgb(22 101 52 / 0.75);
  }

  .lg\:border-y-green-800\/80 {
    border-top-color: rgb(22 101 52 / 0.8);
    border-bottom-color: rgb(22 101 52 / 0.8);
  }

  .lg\:border-y-green-800\/85 {
    border-top-color: rgb(22 101 52 / 0.85);
    border-bottom-color: rgb(22 101 52 / 0.85);
  }

  .lg\:border-y-green-800\/90 {
    border-top-color: rgb(22 101 52 / 0.9);
    border-bottom-color: rgb(22 101 52 / 0.9);
  }

  .lg\:border-y-green-800\/95 {
    border-top-color: rgb(22 101 52 / 0.95);
    border-bottom-color: rgb(22 101 52 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-green-900\/0 {
    border-top-color: rgb(20 83 45 / 0);
    border-bottom-color: rgb(20 83 45 / 0);
  }

  .lg\:border-y-green-900\/10 {
    border-top-color: rgb(20 83 45 / 0.1);
    border-bottom-color: rgb(20 83 45 / 0.1);
  }

  .lg\:border-y-green-900\/100 {
    border-top-color: rgb(20 83 45 / 1);
    border-bottom-color: rgb(20 83 45 / 1);
  }

  .lg\:border-y-green-900\/15 {
    border-top-color: rgb(20 83 45 / 0.15);
    border-bottom-color: rgb(20 83 45 / 0.15);
  }

  .lg\:border-y-green-900\/20 {
    border-top-color: rgb(20 83 45 / 0.2);
    border-bottom-color: rgb(20 83 45 / 0.2);
  }

  .lg\:border-y-green-900\/25 {
    border-top-color: rgb(20 83 45 / 0.25);
    border-bottom-color: rgb(20 83 45 / 0.25);
  }

  .lg\:border-y-green-900\/30 {
    border-top-color: rgb(20 83 45 / 0.3);
    border-bottom-color: rgb(20 83 45 / 0.3);
  }

  .lg\:border-y-green-900\/35 {
    border-top-color: rgb(20 83 45 / 0.35);
    border-bottom-color: rgb(20 83 45 / 0.35);
  }

  .lg\:border-y-green-900\/40 {
    border-top-color: rgb(20 83 45 / 0.4);
    border-bottom-color: rgb(20 83 45 / 0.4);
  }

  .lg\:border-y-green-900\/45 {
    border-top-color: rgb(20 83 45 / 0.45);
    border-bottom-color: rgb(20 83 45 / 0.45);
  }

  .lg\:border-y-green-900\/5 {
    border-top-color: rgb(20 83 45 / 0.05);
    border-bottom-color: rgb(20 83 45 / 0.05);
  }

  .lg\:border-y-green-900\/50 {
    border-top-color: rgb(20 83 45 / 0.5);
    border-bottom-color: rgb(20 83 45 / 0.5);
  }

  .lg\:border-y-green-900\/55 {
    border-top-color: rgb(20 83 45 / 0.55);
    border-bottom-color: rgb(20 83 45 / 0.55);
  }

  .lg\:border-y-green-900\/60 {
    border-top-color: rgb(20 83 45 / 0.6);
    border-bottom-color: rgb(20 83 45 / 0.6);
  }

  .lg\:border-y-green-900\/65 {
    border-top-color: rgb(20 83 45 / 0.65);
    border-bottom-color: rgb(20 83 45 / 0.65);
  }

  .lg\:border-y-green-900\/70 {
    border-top-color: rgb(20 83 45 / 0.7);
    border-bottom-color: rgb(20 83 45 / 0.7);
  }

  .lg\:border-y-green-900\/75 {
    border-top-color: rgb(20 83 45 / 0.75);
    border-bottom-color: rgb(20 83 45 / 0.75);
  }

  .lg\:border-y-green-900\/80 {
    border-top-color: rgb(20 83 45 / 0.8);
    border-bottom-color: rgb(20 83 45 / 0.8);
  }

  .lg\:border-y-green-900\/85 {
    border-top-color: rgb(20 83 45 / 0.85);
    border-bottom-color: rgb(20 83 45 / 0.85);
  }

  .lg\:border-y-green-900\/90 {
    border-top-color: rgb(20 83 45 / 0.9);
    border-bottom-color: rgb(20 83 45 / 0.9);
  }

  .lg\:border-y-green-900\/95 {
    border-top-color: rgb(20 83 45 / 0.95);
    border-bottom-color: rgb(20 83 45 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-green-950\/0 {
    border-top-color: rgb(5 46 22 / 0);
    border-bottom-color: rgb(5 46 22 / 0);
  }

  .lg\:border-y-green-950\/10 {
    border-top-color: rgb(5 46 22 / 0.1);
    border-bottom-color: rgb(5 46 22 / 0.1);
  }

  .lg\:border-y-green-950\/100 {
    border-top-color: rgb(5 46 22 / 1);
    border-bottom-color: rgb(5 46 22 / 1);
  }

  .lg\:border-y-green-950\/15 {
    border-top-color: rgb(5 46 22 / 0.15);
    border-bottom-color: rgb(5 46 22 / 0.15);
  }

  .lg\:border-y-green-950\/20 {
    border-top-color: rgb(5 46 22 / 0.2);
    border-bottom-color: rgb(5 46 22 / 0.2);
  }

  .lg\:border-y-green-950\/25 {
    border-top-color: rgb(5 46 22 / 0.25);
    border-bottom-color: rgb(5 46 22 / 0.25);
  }

  .lg\:border-y-green-950\/30 {
    border-top-color: rgb(5 46 22 / 0.3);
    border-bottom-color: rgb(5 46 22 / 0.3);
  }

  .lg\:border-y-green-950\/35 {
    border-top-color: rgb(5 46 22 / 0.35);
    border-bottom-color: rgb(5 46 22 / 0.35);
  }

  .lg\:border-y-green-950\/40 {
    border-top-color: rgb(5 46 22 / 0.4);
    border-bottom-color: rgb(5 46 22 / 0.4);
  }

  .lg\:border-y-green-950\/45 {
    border-top-color: rgb(5 46 22 / 0.45);
    border-bottom-color: rgb(5 46 22 / 0.45);
  }

  .lg\:border-y-green-950\/5 {
    border-top-color: rgb(5 46 22 / 0.05);
    border-bottom-color: rgb(5 46 22 / 0.05);
  }

  .lg\:border-y-green-950\/50 {
    border-top-color: rgb(5 46 22 / 0.5);
    border-bottom-color: rgb(5 46 22 / 0.5);
  }

  .lg\:border-y-green-950\/55 {
    border-top-color: rgb(5 46 22 / 0.55);
    border-bottom-color: rgb(5 46 22 / 0.55);
  }

  .lg\:border-y-green-950\/60 {
    border-top-color: rgb(5 46 22 / 0.6);
    border-bottom-color: rgb(5 46 22 / 0.6);
  }

  .lg\:border-y-green-950\/65 {
    border-top-color: rgb(5 46 22 / 0.65);
    border-bottom-color: rgb(5 46 22 / 0.65);
  }

  .lg\:border-y-green-950\/70 {
    border-top-color: rgb(5 46 22 / 0.7);
    border-bottom-color: rgb(5 46 22 / 0.7);
  }

  .lg\:border-y-green-950\/75 {
    border-top-color: rgb(5 46 22 / 0.75);
    border-bottom-color: rgb(5 46 22 / 0.75);
  }

  .lg\:border-y-green-950\/80 {
    border-top-color: rgb(5 46 22 / 0.8);
    border-bottom-color: rgb(5 46 22 / 0.8);
  }

  .lg\:border-y-green-950\/85 {
    border-top-color: rgb(5 46 22 / 0.85);
    border-bottom-color: rgb(5 46 22 / 0.85);
  }

  .lg\:border-y-green-950\/90 {
    border-top-color: rgb(5 46 22 / 0.9);
    border-bottom-color: rgb(5 46 22 / 0.9);
  }

  .lg\:border-y-green-950\/95 {
    border-top-color: rgb(5 46 22 / 0.95);
    border-bottom-color: rgb(5 46 22 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-indigo-100\/0 {
    border-top-color: rgb(224 231 255 / 0);
    border-bottom-color: rgb(224 231 255 / 0);
  }

  .lg\:border-y-indigo-100\/10 {
    border-top-color: rgb(224 231 255 / 0.1);
    border-bottom-color: rgb(224 231 255 / 0.1);
  }

  .lg\:border-y-indigo-100\/100 {
    border-top-color: rgb(224 231 255 / 1);
    border-bottom-color: rgb(224 231 255 / 1);
  }

  .lg\:border-y-indigo-100\/15 {
    border-top-color: rgb(224 231 255 / 0.15);
    border-bottom-color: rgb(224 231 255 / 0.15);
  }

  .lg\:border-y-indigo-100\/20 {
    border-top-color: rgb(224 231 255 / 0.2);
    border-bottom-color: rgb(224 231 255 / 0.2);
  }

  .lg\:border-y-indigo-100\/25 {
    border-top-color: rgb(224 231 255 / 0.25);
    border-bottom-color: rgb(224 231 255 / 0.25);
  }

  .lg\:border-y-indigo-100\/30 {
    border-top-color: rgb(224 231 255 / 0.3);
    border-bottom-color: rgb(224 231 255 / 0.3);
  }

  .lg\:border-y-indigo-100\/35 {
    border-top-color: rgb(224 231 255 / 0.35);
    border-bottom-color: rgb(224 231 255 / 0.35);
  }

  .lg\:border-y-indigo-100\/40 {
    border-top-color: rgb(224 231 255 / 0.4);
    border-bottom-color: rgb(224 231 255 / 0.4);
  }

  .lg\:border-y-indigo-100\/45 {
    border-top-color: rgb(224 231 255 / 0.45);
    border-bottom-color: rgb(224 231 255 / 0.45);
  }

  .lg\:border-y-indigo-100\/5 {
    border-top-color: rgb(224 231 255 / 0.05);
    border-bottom-color: rgb(224 231 255 / 0.05);
  }

  .lg\:border-y-indigo-100\/50 {
    border-top-color: rgb(224 231 255 / 0.5);
    border-bottom-color: rgb(224 231 255 / 0.5);
  }

  .lg\:border-y-indigo-100\/55 {
    border-top-color: rgb(224 231 255 / 0.55);
    border-bottom-color: rgb(224 231 255 / 0.55);
  }

  .lg\:border-y-indigo-100\/60 {
    border-top-color: rgb(224 231 255 / 0.6);
    border-bottom-color: rgb(224 231 255 / 0.6);
  }

  .lg\:border-y-indigo-100\/65 {
    border-top-color: rgb(224 231 255 / 0.65);
    border-bottom-color: rgb(224 231 255 / 0.65);
  }

  .lg\:border-y-indigo-100\/70 {
    border-top-color: rgb(224 231 255 / 0.7);
    border-bottom-color: rgb(224 231 255 / 0.7);
  }

  .lg\:border-y-indigo-100\/75 {
    border-top-color: rgb(224 231 255 / 0.75);
    border-bottom-color: rgb(224 231 255 / 0.75);
  }

  .lg\:border-y-indigo-100\/80 {
    border-top-color: rgb(224 231 255 / 0.8);
    border-bottom-color: rgb(224 231 255 / 0.8);
  }

  .lg\:border-y-indigo-100\/85 {
    border-top-color: rgb(224 231 255 / 0.85);
    border-bottom-color: rgb(224 231 255 / 0.85);
  }

  .lg\:border-y-indigo-100\/90 {
    border-top-color: rgb(224 231 255 / 0.9);
    border-bottom-color: rgb(224 231 255 / 0.9);
  }

  .lg\:border-y-indigo-100\/95 {
    border-top-color: rgb(224 231 255 / 0.95);
    border-bottom-color: rgb(224 231 255 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-indigo-200\/0 {
    border-top-color: rgb(199 210 254 / 0);
    border-bottom-color: rgb(199 210 254 / 0);
  }

  .lg\:border-y-indigo-200\/10 {
    border-top-color: rgb(199 210 254 / 0.1);
    border-bottom-color: rgb(199 210 254 / 0.1);
  }

  .lg\:border-y-indigo-200\/100 {
    border-top-color: rgb(199 210 254 / 1);
    border-bottom-color: rgb(199 210 254 / 1);
  }

  .lg\:border-y-indigo-200\/15 {
    border-top-color: rgb(199 210 254 / 0.15);
    border-bottom-color: rgb(199 210 254 / 0.15);
  }

  .lg\:border-y-indigo-200\/20 {
    border-top-color: rgb(199 210 254 / 0.2);
    border-bottom-color: rgb(199 210 254 / 0.2);
  }

  .lg\:border-y-indigo-200\/25 {
    border-top-color: rgb(199 210 254 / 0.25);
    border-bottom-color: rgb(199 210 254 / 0.25);
  }

  .lg\:border-y-indigo-200\/30 {
    border-top-color: rgb(199 210 254 / 0.3);
    border-bottom-color: rgb(199 210 254 / 0.3);
  }

  .lg\:border-y-indigo-200\/35 {
    border-top-color: rgb(199 210 254 / 0.35);
    border-bottom-color: rgb(199 210 254 / 0.35);
  }

  .lg\:border-y-indigo-200\/40 {
    border-top-color: rgb(199 210 254 / 0.4);
    border-bottom-color: rgb(199 210 254 / 0.4);
  }

  .lg\:border-y-indigo-200\/45 {
    border-top-color: rgb(199 210 254 / 0.45);
    border-bottom-color: rgb(199 210 254 / 0.45);
  }

  .lg\:border-y-indigo-200\/5 {
    border-top-color: rgb(199 210 254 / 0.05);
    border-bottom-color: rgb(199 210 254 / 0.05);
  }

  .lg\:border-y-indigo-200\/50 {
    border-top-color: rgb(199 210 254 / 0.5);
    border-bottom-color: rgb(199 210 254 / 0.5);
  }

  .lg\:border-y-indigo-200\/55 {
    border-top-color: rgb(199 210 254 / 0.55);
    border-bottom-color: rgb(199 210 254 / 0.55);
  }

  .lg\:border-y-indigo-200\/60 {
    border-top-color: rgb(199 210 254 / 0.6);
    border-bottom-color: rgb(199 210 254 / 0.6);
  }

  .lg\:border-y-indigo-200\/65 {
    border-top-color: rgb(199 210 254 / 0.65);
    border-bottom-color: rgb(199 210 254 / 0.65);
  }

  .lg\:border-y-indigo-200\/70 {
    border-top-color: rgb(199 210 254 / 0.7);
    border-bottom-color: rgb(199 210 254 / 0.7);
  }

  .lg\:border-y-indigo-200\/75 {
    border-top-color: rgb(199 210 254 / 0.75);
    border-bottom-color: rgb(199 210 254 / 0.75);
  }

  .lg\:border-y-indigo-200\/80 {
    border-top-color: rgb(199 210 254 / 0.8);
    border-bottom-color: rgb(199 210 254 / 0.8);
  }

  .lg\:border-y-indigo-200\/85 {
    border-top-color: rgb(199 210 254 / 0.85);
    border-bottom-color: rgb(199 210 254 / 0.85);
  }

  .lg\:border-y-indigo-200\/90 {
    border-top-color: rgb(199 210 254 / 0.9);
    border-bottom-color: rgb(199 210 254 / 0.9);
  }

  .lg\:border-y-indigo-200\/95 {
    border-top-color: rgb(199 210 254 / 0.95);
    border-bottom-color: rgb(199 210 254 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-indigo-300\/0 {
    border-top-color: rgb(165 180 252 / 0);
    border-bottom-color: rgb(165 180 252 / 0);
  }

  .lg\:border-y-indigo-300\/10 {
    border-top-color: rgb(165 180 252 / 0.1);
    border-bottom-color: rgb(165 180 252 / 0.1);
  }

  .lg\:border-y-indigo-300\/100 {
    border-top-color: rgb(165 180 252 / 1);
    border-bottom-color: rgb(165 180 252 / 1);
  }

  .lg\:border-y-indigo-300\/15 {
    border-top-color: rgb(165 180 252 / 0.15);
    border-bottom-color: rgb(165 180 252 / 0.15);
  }

  .lg\:border-y-indigo-300\/20 {
    border-top-color: rgb(165 180 252 / 0.2);
    border-bottom-color: rgb(165 180 252 / 0.2);
  }

  .lg\:border-y-indigo-300\/25 {
    border-top-color: rgb(165 180 252 / 0.25);
    border-bottom-color: rgb(165 180 252 / 0.25);
  }

  .lg\:border-y-indigo-300\/30 {
    border-top-color: rgb(165 180 252 / 0.3);
    border-bottom-color: rgb(165 180 252 / 0.3);
  }

  .lg\:border-y-indigo-300\/35 {
    border-top-color: rgb(165 180 252 / 0.35);
    border-bottom-color: rgb(165 180 252 / 0.35);
  }

  .lg\:border-y-indigo-300\/40 {
    border-top-color: rgb(165 180 252 / 0.4);
    border-bottom-color: rgb(165 180 252 / 0.4);
  }

  .lg\:border-y-indigo-300\/45 {
    border-top-color: rgb(165 180 252 / 0.45);
    border-bottom-color: rgb(165 180 252 / 0.45);
  }

  .lg\:border-y-indigo-300\/5 {
    border-top-color: rgb(165 180 252 / 0.05);
    border-bottom-color: rgb(165 180 252 / 0.05);
  }

  .lg\:border-y-indigo-300\/50 {
    border-top-color: rgb(165 180 252 / 0.5);
    border-bottom-color: rgb(165 180 252 / 0.5);
  }

  .lg\:border-y-indigo-300\/55 {
    border-top-color: rgb(165 180 252 / 0.55);
    border-bottom-color: rgb(165 180 252 / 0.55);
  }

  .lg\:border-y-indigo-300\/60 {
    border-top-color: rgb(165 180 252 / 0.6);
    border-bottom-color: rgb(165 180 252 / 0.6);
  }

  .lg\:border-y-indigo-300\/65 {
    border-top-color: rgb(165 180 252 / 0.65);
    border-bottom-color: rgb(165 180 252 / 0.65);
  }

  .lg\:border-y-indigo-300\/70 {
    border-top-color: rgb(165 180 252 / 0.7);
    border-bottom-color: rgb(165 180 252 / 0.7);
  }

  .lg\:border-y-indigo-300\/75 {
    border-top-color: rgb(165 180 252 / 0.75);
    border-bottom-color: rgb(165 180 252 / 0.75);
  }

  .lg\:border-y-indigo-300\/80 {
    border-top-color: rgb(165 180 252 / 0.8);
    border-bottom-color: rgb(165 180 252 / 0.8);
  }

  .lg\:border-y-indigo-300\/85 {
    border-top-color: rgb(165 180 252 / 0.85);
    border-bottom-color: rgb(165 180 252 / 0.85);
  }

  .lg\:border-y-indigo-300\/90 {
    border-top-color: rgb(165 180 252 / 0.9);
    border-bottom-color: rgb(165 180 252 / 0.9);
  }

  .lg\:border-y-indigo-300\/95 {
    border-top-color: rgb(165 180 252 / 0.95);
    border-bottom-color: rgb(165 180 252 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-indigo-400\/0 {
    border-top-color: rgb(129 140 248 / 0);
    border-bottom-color: rgb(129 140 248 / 0);
  }

  .lg\:border-y-indigo-400\/10 {
    border-top-color: rgb(129 140 248 / 0.1);
    border-bottom-color: rgb(129 140 248 / 0.1);
  }

  .lg\:border-y-indigo-400\/100 {
    border-top-color: rgb(129 140 248 / 1);
    border-bottom-color: rgb(129 140 248 / 1);
  }

  .lg\:border-y-indigo-400\/15 {
    border-top-color: rgb(129 140 248 / 0.15);
    border-bottom-color: rgb(129 140 248 / 0.15);
  }

  .lg\:border-y-indigo-400\/20 {
    border-top-color: rgb(129 140 248 / 0.2);
    border-bottom-color: rgb(129 140 248 / 0.2);
  }

  .lg\:border-y-indigo-400\/25 {
    border-top-color: rgb(129 140 248 / 0.25);
    border-bottom-color: rgb(129 140 248 / 0.25);
  }

  .lg\:border-y-indigo-400\/30 {
    border-top-color: rgb(129 140 248 / 0.3);
    border-bottom-color: rgb(129 140 248 / 0.3);
  }

  .lg\:border-y-indigo-400\/35 {
    border-top-color: rgb(129 140 248 / 0.35);
    border-bottom-color: rgb(129 140 248 / 0.35);
  }

  .lg\:border-y-indigo-400\/40 {
    border-top-color: rgb(129 140 248 / 0.4);
    border-bottom-color: rgb(129 140 248 / 0.4);
  }

  .lg\:border-y-indigo-400\/45 {
    border-top-color: rgb(129 140 248 / 0.45);
    border-bottom-color: rgb(129 140 248 / 0.45);
  }

  .lg\:border-y-indigo-400\/5 {
    border-top-color: rgb(129 140 248 / 0.05);
    border-bottom-color: rgb(129 140 248 / 0.05);
  }

  .lg\:border-y-indigo-400\/50 {
    border-top-color: rgb(129 140 248 / 0.5);
    border-bottom-color: rgb(129 140 248 / 0.5);
  }

  .lg\:border-y-indigo-400\/55 {
    border-top-color: rgb(129 140 248 / 0.55);
    border-bottom-color: rgb(129 140 248 / 0.55);
  }

  .lg\:border-y-indigo-400\/60 {
    border-top-color: rgb(129 140 248 / 0.6);
    border-bottom-color: rgb(129 140 248 / 0.6);
  }

  .lg\:border-y-indigo-400\/65 {
    border-top-color: rgb(129 140 248 / 0.65);
    border-bottom-color: rgb(129 140 248 / 0.65);
  }

  .lg\:border-y-indigo-400\/70 {
    border-top-color: rgb(129 140 248 / 0.7);
    border-bottom-color: rgb(129 140 248 / 0.7);
  }

  .lg\:border-y-indigo-400\/75 {
    border-top-color: rgb(129 140 248 / 0.75);
    border-bottom-color: rgb(129 140 248 / 0.75);
  }

  .lg\:border-y-indigo-400\/80 {
    border-top-color: rgb(129 140 248 / 0.8);
    border-bottom-color: rgb(129 140 248 / 0.8);
  }

  .lg\:border-y-indigo-400\/85 {
    border-top-color: rgb(129 140 248 / 0.85);
    border-bottom-color: rgb(129 140 248 / 0.85);
  }

  .lg\:border-y-indigo-400\/90 {
    border-top-color: rgb(129 140 248 / 0.9);
    border-bottom-color: rgb(129 140 248 / 0.9);
  }

  .lg\:border-y-indigo-400\/95 {
    border-top-color: rgb(129 140 248 / 0.95);
    border-bottom-color: rgb(129 140 248 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-indigo-50\/0 {
    border-top-color: rgb(238 242 255 / 0);
    border-bottom-color: rgb(238 242 255 / 0);
  }

  .lg\:border-y-indigo-50\/10 {
    border-top-color: rgb(238 242 255 / 0.1);
    border-bottom-color: rgb(238 242 255 / 0.1);
  }

  .lg\:border-y-indigo-50\/100 {
    border-top-color: rgb(238 242 255 / 1);
    border-bottom-color: rgb(238 242 255 / 1);
  }

  .lg\:border-y-indigo-50\/15 {
    border-top-color: rgb(238 242 255 / 0.15);
    border-bottom-color: rgb(238 242 255 / 0.15);
  }

  .lg\:border-y-indigo-50\/20 {
    border-top-color: rgb(238 242 255 / 0.2);
    border-bottom-color: rgb(238 242 255 / 0.2);
  }

  .lg\:border-y-indigo-50\/25 {
    border-top-color: rgb(238 242 255 / 0.25);
    border-bottom-color: rgb(238 242 255 / 0.25);
  }

  .lg\:border-y-indigo-50\/30 {
    border-top-color: rgb(238 242 255 / 0.3);
    border-bottom-color: rgb(238 242 255 / 0.3);
  }

  .lg\:border-y-indigo-50\/35 {
    border-top-color: rgb(238 242 255 / 0.35);
    border-bottom-color: rgb(238 242 255 / 0.35);
  }

  .lg\:border-y-indigo-50\/40 {
    border-top-color: rgb(238 242 255 / 0.4);
    border-bottom-color: rgb(238 242 255 / 0.4);
  }

  .lg\:border-y-indigo-50\/45 {
    border-top-color: rgb(238 242 255 / 0.45);
    border-bottom-color: rgb(238 242 255 / 0.45);
  }

  .lg\:border-y-indigo-50\/5 {
    border-top-color: rgb(238 242 255 / 0.05);
    border-bottom-color: rgb(238 242 255 / 0.05);
  }

  .lg\:border-y-indigo-50\/50 {
    border-top-color: rgb(238 242 255 / 0.5);
    border-bottom-color: rgb(238 242 255 / 0.5);
  }

  .lg\:border-y-indigo-50\/55 {
    border-top-color: rgb(238 242 255 / 0.55);
    border-bottom-color: rgb(238 242 255 / 0.55);
  }

  .lg\:border-y-indigo-50\/60 {
    border-top-color: rgb(238 242 255 / 0.6);
    border-bottom-color: rgb(238 242 255 / 0.6);
  }

  .lg\:border-y-indigo-50\/65 {
    border-top-color: rgb(238 242 255 / 0.65);
    border-bottom-color: rgb(238 242 255 / 0.65);
  }

  .lg\:border-y-indigo-50\/70 {
    border-top-color: rgb(238 242 255 / 0.7);
    border-bottom-color: rgb(238 242 255 / 0.7);
  }

  .lg\:border-y-indigo-50\/75 {
    border-top-color: rgb(238 242 255 / 0.75);
    border-bottom-color: rgb(238 242 255 / 0.75);
  }

  .lg\:border-y-indigo-50\/80 {
    border-top-color: rgb(238 242 255 / 0.8);
    border-bottom-color: rgb(238 242 255 / 0.8);
  }

  .lg\:border-y-indigo-50\/85 {
    border-top-color: rgb(238 242 255 / 0.85);
    border-bottom-color: rgb(238 242 255 / 0.85);
  }

  .lg\:border-y-indigo-50\/90 {
    border-top-color: rgb(238 242 255 / 0.9);
    border-bottom-color: rgb(238 242 255 / 0.9);
  }

  .lg\:border-y-indigo-50\/95 {
    border-top-color: rgb(238 242 255 / 0.95);
    border-bottom-color: rgb(238 242 255 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-indigo-500\/0 {
    border-top-color: rgb(99 102 241 / 0);
    border-bottom-color: rgb(99 102 241 / 0);
  }

  .lg\:border-y-indigo-500\/10 {
    border-top-color: rgb(99 102 241 / 0.1);
    border-bottom-color: rgb(99 102 241 / 0.1);
  }

  .lg\:border-y-indigo-500\/100 {
    border-top-color: rgb(99 102 241 / 1);
    border-bottom-color: rgb(99 102 241 / 1);
  }

  .lg\:border-y-indigo-500\/15 {
    border-top-color: rgb(99 102 241 / 0.15);
    border-bottom-color: rgb(99 102 241 / 0.15);
  }

  .lg\:border-y-indigo-500\/20 {
    border-top-color: rgb(99 102 241 / 0.2);
    border-bottom-color: rgb(99 102 241 / 0.2);
  }

  .lg\:border-y-indigo-500\/25 {
    border-top-color: rgb(99 102 241 / 0.25);
    border-bottom-color: rgb(99 102 241 / 0.25);
  }

  .lg\:border-y-indigo-500\/30 {
    border-top-color: rgb(99 102 241 / 0.3);
    border-bottom-color: rgb(99 102 241 / 0.3);
  }

  .lg\:border-y-indigo-500\/35 {
    border-top-color: rgb(99 102 241 / 0.35);
    border-bottom-color: rgb(99 102 241 / 0.35);
  }

  .lg\:border-y-indigo-500\/40 {
    border-top-color: rgb(99 102 241 / 0.4);
    border-bottom-color: rgb(99 102 241 / 0.4);
  }

  .lg\:border-y-indigo-500\/45 {
    border-top-color: rgb(99 102 241 / 0.45);
    border-bottom-color: rgb(99 102 241 / 0.45);
  }

  .lg\:border-y-indigo-500\/5 {
    border-top-color: rgb(99 102 241 / 0.05);
    border-bottom-color: rgb(99 102 241 / 0.05);
  }

  .lg\:border-y-indigo-500\/50 {
    border-top-color: rgb(99 102 241 / 0.5);
    border-bottom-color: rgb(99 102 241 / 0.5);
  }

  .lg\:border-y-indigo-500\/55 {
    border-top-color: rgb(99 102 241 / 0.55);
    border-bottom-color: rgb(99 102 241 / 0.55);
  }

  .lg\:border-y-indigo-500\/60 {
    border-top-color: rgb(99 102 241 / 0.6);
    border-bottom-color: rgb(99 102 241 / 0.6);
  }

  .lg\:border-y-indigo-500\/65 {
    border-top-color: rgb(99 102 241 / 0.65);
    border-bottom-color: rgb(99 102 241 / 0.65);
  }

  .lg\:border-y-indigo-500\/70 {
    border-top-color: rgb(99 102 241 / 0.7);
    border-bottom-color: rgb(99 102 241 / 0.7);
  }

  .lg\:border-y-indigo-500\/75 {
    border-top-color: rgb(99 102 241 / 0.75);
    border-bottom-color: rgb(99 102 241 / 0.75);
  }

  .lg\:border-y-indigo-500\/80 {
    border-top-color: rgb(99 102 241 / 0.8);
    border-bottom-color: rgb(99 102 241 / 0.8);
  }

  .lg\:border-y-indigo-500\/85 {
    border-top-color: rgb(99 102 241 / 0.85);
    border-bottom-color: rgb(99 102 241 / 0.85);
  }

  .lg\:border-y-indigo-500\/90 {
    border-top-color: rgb(99 102 241 / 0.9);
    border-bottom-color: rgb(99 102 241 / 0.9);
  }

  .lg\:border-y-indigo-500\/95 {
    border-top-color: rgb(99 102 241 / 0.95);
    border-bottom-color: rgb(99 102 241 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-indigo-600\/0 {
    border-top-color: rgb(79 70 229 / 0);
    border-bottom-color: rgb(79 70 229 / 0);
  }

  .lg\:border-y-indigo-600\/10 {
    border-top-color: rgb(79 70 229 / 0.1);
    border-bottom-color: rgb(79 70 229 / 0.1);
  }

  .lg\:border-y-indigo-600\/100 {
    border-top-color: rgb(79 70 229 / 1);
    border-bottom-color: rgb(79 70 229 / 1);
  }

  .lg\:border-y-indigo-600\/15 {
    border-top-color: rgb(79 70 229 / 0.15);
    border-bottom-color: rgb(79 70 229 / 0.15);
  }

  .lg\:border-y-indigo-600\/20 {
    border-top-color: rgb(79 70 229 / 0.2);
    border-bottom-color: rgb(79 70 229 / 0.2);
  }

  .lg\:border-y-indigo-600\/25 {
    border-top-color: rgb(79 70 229 / 0.25);
    border-bottom-color: rgb(79 70 229 / 0.25);
  }

  .lg\:border-y-indigo-600\/30 {
    border-top-color: rgb(79 70 229 / 0.3);
    border-bottom-color: rgb(79 70 229 / 0.3);
  }

  .lg\:border-y-indigo-600\/35 {
    border-top-color: rgb(79 70 229 / 0.35);
    border-bottom-color: rgb(79 70 229 / 0.35);
  }

  .lg\:border-y-indigo-600\/40 {
    border-top-color: rgb(79 70 229 / 0.4);
    border-bottom-color: rgb(79 70 229 / 0.4);
  }

  .lg\:border-y-indigo-600\/45 {
    border-top-color: rgb(79 70 229 / 0.45);
    border-bottom-color: rgb(79 70 229 / 0.45);
  }

  .lg\:border-y-indigo-600\/5 {
    border-top-color: rgb(79 70 229 / 0.05);
    border-bottom-color: rgb(79 70 229 / 0.05);
  }

  .lg\:border-y-indigo-600\/50 {
    border-top-color: rgb(79 70 229 / 0.5);
    border-bottom-color: rgb(79 70 229 / 0.5);
  }

  .lg\:border-y-indigo-600\/55 {
    border-top-color: rgb(79 70 229 / 0.55);
    border-bottom-color: rgb(79 70 229 / 0.55);
  }

  .lg\:border-y-indigo-600\/60 {
    border-top-color: rgb(79 70 229 / 0.6);
    border-bottom-color: rgb(79 70 229 / 0.6);
  }

  .lg\:border-y-indigo-600\/65 {
    border-top-color: rgb(79 70 229 / 0.65);
    border-bottom-color: rgb(79 70 229 / 0.65);
  }

  .lg\:border-y-indigo-600\/70 {
    border-top-color: rgb(79 70 229 / 0.7);
    border-bottom-color: rgb(79 70 229 / 0.7);
  }

  .lg\:border-y-indigo-600\/75 {
    border-top-color: rgb(79 70 229 / 0.75);
    border-bottom-color: rgb(79 70 229 / 0.75);
  }

  .lg\:border-y-indigo-600\/80 {
    border-top-color: rgb(79 70 229 / 0.8);
    border-bottom-color: rgb(79 70 229 / 0.8);
  }

  .lg\:border-y-indigo-600\/85 {
    border-top-color: rgb(79 70 229 / 0.85);
    border-bottom-color: rgb(79 70 229 / 0.85);
  }

  .lg\:border-y-indigo-600\/90 {
    border-top-color: rgb(79 70 229 / 0.9);
    border-bottom-color: rgb(79 70 229 / 0.9);
  }

  .lg\:border-y-indigo-600\/95 {
    border-top-color: rgb(79 70 229 / 0.95);
    border-bottom-color: rgb(79 70 229 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-indigo-700\/0 {
    border-top-color: rgb(67 56 202 / 0);
    border-bottom-color: rgb(67 56 202 / 0);
  }

  .lg\:border-y-indigo-700\/10 {
    border-top-color: rgb(67 56 202 / 0.1);
    border-bottom-color: rgb(67 56 202 / 0.1);
  }

  .lg\:border-y-indigo-700\/100 {
    border-top-color: rgb(67 56 202 / 1);
    border-bottom-color: rgb(67 56 202 / 1);
  }

  .lg\:border-y-indigo-700\/15 {
    border-top-color: rgb(67 56 202 / 0.15);
    border-bottom-color: rgb(67 56 202 / 0.15);
  }

  .lg\:border-y-indigo-700\/20 {
    border-top-color: rgb(67 56 202 / 0.2);
    border-bottom-color: rgb(67 56 202 / 0.2);
  }

  .lg\:border-y-indigo-700\/25 {
    border-top-color: rgb(67 56 202 / 0.25);
    border-bottom-color: rgb(67 56 202 / 0.25);
  }

  .lg\:border-y-indigo-700\/30 {
    border-top-color: rgb(67 56 202 / 0.3);
    border-bottom-color: rgb(67 56 202 / 0.3);
  }

  .lg\:border-y-indigo-700\/35 {
    border-top-color: rgb(67 56 202 / 0.35);
    border-bottom-color: rgb(67 56 202 / 0.35);
  }

  .lg\:border-y-indigo-700\/40 {
    border-top-color: rgb(67 56 202 / 0.4);
    border-bottom-color: rgb(67 56 202 / 0.4);
  }

  .lg\:border-y-indigo-700\/45 {
    border-top-color: rgb(67 56 202 / 0.45);
    border-bottom-color: rgb(67 56 202 / 0.45);
  }

  .lg\:border-y-indigo-700\/5 {
    border-top-color: rgb(67 56 202 / 0.05);
    border-bottom-color: rgb(67 56 202 / 0.05);
  }

  .lg\:border-y-indigo-700\/50 {
    border-top-color: rgb(67 56 202 / 0.5);
    border-bottom-color: rgb(67 56 202 / 0.5);
  }

  .lg\:border-y-indigo-700\/55 {
    border-top-color: rgb(67 56 202 / 0.55);
    border-bottom-color: rgb(67 56 202 / 0.55);
  }

  .lg\:border-y-indigo-700\/60 {
    border-top-color: rgb(67 56 202 / 0.6);
    border-bottom-color: rgb(67 56 202 / 0.6);
  }

  .lg\:border-y-indigo-700\/65 {
    border-top-color: rgb(67 56 202 / 0.65);
    border-bottom-color: rgb(67 56 202 / 0.65);
  }

  .lg\:border-y-indigo-700\/70 {
    border-top-color: rgb(67 56 202 / 0.7);
    border-bottom-color: rgb(67 56 202 / 0.7);
  }

  .lg\:border-y-indigo-700\/75 {
    border-top-color: rgb(67 56 202 / 0.75);
    border-bottom-color: rgb(67 56 202 / 0.75);
  }

  .lg\:border-y-indigo-700\/80 {
    border-top-color: rgb(67 56 202 / 0.8);
    border-bottom-color: rgb(67 56 202 / 0.8);
  }

  .lg\:border-y-indigo-700\/85 {
    border-top-color: rgb(67 56 202 / 0.85);
    border-bottom-color: rgb(67 56 202 / 0.85);
  }

  .lg\:border-y-indigo-700\/90 {
    border-top-color: rgb(67 56 202 / 0.9);
    border-bottom-color: rgb(67 56 202 / 0.9);
  }

  .lg\:border-y-indigo-700\/95 {
    border-top-color: rgb(67 56 202 / 0.95);
    border-bottom-color: rgb(67 56 202 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-indigo-800\/0 {
    border-top-color: rgb(55 48 163 / 0);
    border-bottom-color: rgb(55 48 163 / 0);
  }

  .lg\:border-y-indigo-800\/10 {
    border-top-color: rgb(55 48 163 / 0.1);
    border-bottom-color: rgb(55 48 163 / 0.1);
  }

  .lg\:border-y-indigo-800\/100 {
    border-top-color: rgb(55 48 163 / 1);
    border-bottom-color: rgb(55 48 163 / 1);
  }

  .lg\:border-y-indigo-800\/15 {
    border-top-color: rgb(55 48 163 / 0.15);
    border-bottom-color: rgb(55 48 163 / 0.15);
  }

  .lg\:border-y-indigo-800\/20 {
    border-top-color: rgb(55 48 163 / 0.2);
    border-bottom-color: rgb(55 48 163 / 0.2);
  }

  .lg\:border-y-indigo-800\/25 {
    border-top-color: rgb(55 48 163 / 0.25);
    border-bottom-color: rgb(55 48 163 / 0.25);
  }

  .lg\:border-y-indigo-800\/30 {
    border-top-color: rgb(55 48 163 / 0.3);
    border-bottom-color: rgb(55 48 163 / 0.3);
  }

  .lg\:border-y-indigo-800\/35 {
    border-top-color: rgb(55 48 163 / 0.35);
    border-bottom-color: rgb(55 48 163 / 0.35);
  }

  .lg\:border-y-indigo-800\/40 {
    border-top-color: rgb(55 48 163 / 0.4);
    border-bottom-color: rgb(55 48 163 / 0.4);
  }

  .lg\:border-y-indigo-800\/45 {
    border-top-color: rgb(55 48 163 / 0.45);
    border-bottom-color: rgb(55 48 163 / 0.45);
  }

  .lg\:border-y-indigo-800\/5 {
    border-top-color: rgb(55 48 163 / 0.05);
    border-bottom-color: rgb(55 48 163 / 0.05);
  }

  .lg\:border-y-indigo-800\/50 {
    border-top-color: rgb(55 48 163 / 0.5);
    border-bottom-color: rgb(55 48 163 / 0.5);
  }

  .lg\:border-y-indigo-800\/55 {
    border-top-color: rgb(55 48 163 / 0.55);
    border-bottom-color: rgb(55 48 163 / 0.55);
  }

  .lg\:border-y-indigo-800\/60 {
    border-top-color: rgb(55 48 163 / 0.6);
    border-bottom-color: rgb(55 48 163 / 0.6);
  }

  .lg\:border-y-indigo-800\/65 {
    border-top-color: rgb(55 48 163 / 0.65);
    border-bottom-color: rgb(55 48 163 / 0.65);
  }

  .lg\:border-y-indigo-800\/70 {
    border-top-color: rgb(55 48 163 / 0.7);
    border-bottom-color: rgb(55 48 163 / 0.7);
  }

  .lg\:border-y-indigo-800\/75 {
    border-top-color: rgb(55 48 163 / 0.75);
    border-bottom-color: rgb(55 48 163 / 0.75);
  }

  .lg\:border-y-indigo-800\/80 {
    border-top-color: rgb(55 48 163 / 0.8);
    border-bottom-color: rgb(55 48 163 / 0.8);
  }

  .lg\:border-y-indigo-800\/85 {
    border-top-color: rgb(55 48 163 / 0.85);
    border-bottom-color: rgb(55 48 163 / 0.85);
  }

  .lg\:border-y-indigo-800\/90 {
    border-top-color: rgb(55 48 163 / 0.9);
    border-bottom-color: rgb(55 48 163 / 0.9);
  }

  .lg\:border-y-indigo-800\/95 {
    border-top-color: rgb(55 48 163 / 0.95);
    border-bottom-color: rgb(55 48 163 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-indigo-900\/0 {
    border-top-color: rgb(49 46 129 / 0);
    border-bottom-color: rgb(49 46 129 / 0);
  }

  .lg\:border-y-indigo-900\/10 {
    border-top-color: rgb(49 46 129 / 0.1);
    border-bottom-color: rgb(49 46 129 / 0.1);
  }

  .lg\:border-y-indigo-900\/100 {
    border-top-color: rgb(49 46 129 / 1);
    border-bottom-color: rgb(49 46 129 / 1);
  }

  .lg\:border-y-indigo-900\/15 {
    border-top-color: rgb(49 46 129 / 0.15);
    border-bottom-color: rgb(49 46 129 / 0.15);
  }

  .lg\:border-y-indigo-900\/20 {
    border-top-color: rgb(49 46 129 / 0.2);
    border-bottom-color: rgb(49 46 129 / 0.2);
  }

  .lg\:border-y-indigo-900\/25 {
    border-top-color: rgb(49 46 129 / 0.25);
    border-bottom-color: rgb(49 46 129 / 0.25);
  }

  .lg\:border-y-indigo-900\/30 {
    border-top-color: rgb(49 46 129 / 0.3);
    border-bottom-color: rgb(49 46 129 / 0.3);
  }

  .lg\:border-y-indigo-900\/35 {
    border-top-color: rgb(49 46 129 / 0.35);
    border-bottom-color: rgb(49 46 129 / 0.35);
  }

  .lg\:border-y-indigo-900\/40 {
    border-top-color: rgb(49 46 129 / 0.4);
    border-bottom-color: rgb(49 46 129 / 0.4);
  }

  .lg\:border-y-indigo-900\/45 {
    border-top-color: rgb(49 46 129 / 0.45);
    border-bottom-color: rgb(49 46 129 / 0.45);
  }

  .lg\:border-y-indigo-900\/5 {
    border-top-color: rgb(49 46 129 / 0.05);
    border-bottom-color: rgb(49 46 129 / 0.05);
  }

  .lg\:border-y-indigo-900\/50 {
    border-top-color: rgb(49 46 129 / 0.5);
    border-bottom-color: rgb(49 46 129 / 0.5);
  }

  .lg\:border-y-indigo-900\/55 {
    border-top-color: rgb(49 46 129 / 0.55);
    border-bottom-color: rgb(49 46 129 / 0.55);
  }

  .lg\:border-y-indigo-900\/60 {
    border-top-color: rgb(49 46 129 / 0.6);
    border-bottom-color: rgb(49 46 129 / 0.6);
  }

  .lg\:border-y-indigo-900\/65 {
    border-top-color: rgb(49 46 129 / 0.65);
    border-bottom-color: rgb(49 46 129 / 0.65);
  }

  .lg\:border-y-indigo-900\/70 {
    border-top-color: rgb(49 46 129 / 0.7);
    border-bottom-color: rgb(49 46 129 / 0.7);
  }

  .lg\:border-y-indigo-900\/75 {
    border-top-color: rgb(49 46 129 / 0.75);
    border-bottom-color: rgb(49 46 129 / 0.75);
  }

  .lg\:border-y-indigo-900\/80 {
    border-top-color: rgb(49 46 129 / 0.8);
    border-bottom-color: rgb(49 46 129 / 0.8);
  }

  .lg\:border-y-indigo-900\/85 {
    border-top-color: rgb(49 46 129 / 0.85);
    border-bottom-color: rgb(49 46 129 / 0.85);
  }

  .lg\:border-y-indigo-900\/90 {
    border-top-color: rgb(49 46 129 / 0.9);
    border-bottom-color: rgb(49 46 129 / 0.9);
  }

  .lg\:border-y-indigo-900\/95 {
    border-top-color: rgb(49 46 129 / 0.95);
    border-bottom-color: rgb(49 46 129 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-indigo-950\/0 {
    border-top-color: rgb(30 27 75 / 0);
    border-bottom-color: rgb(30 27 75 / 0);
  }

  .lg\:border-y-indigo-950\/10 {
    border-top-color: rgb(30 27 75 / 0.1);
    border-bottom-color: rgb(30 27 75 / 0.1);
  }

  .lg\:border-y-indigo-950\/100 {
    border-top-color: rgb(30 27 75 / 1);
    border-bottom-color: rgb(30 27 75 / 1);
  }

  .lg\:border-y-indigo-950\/15 {
    border-top-color: rgb(30 27 75 / 0.15);
    border-bottom-color: rgb(30 27 75 / 0.15);
  }

  .lg\:border-y-indigo-950\/20 {
    border-top-color: rgb(30 27 75 / 0.2);
    border-bottom-color: rgb(30 27 75 / 0.2);
  }

  .lg\:border-y-indigo-950\/25 {
    border-top-color: rgb(30 27 75 / 0.25);
    border-bottom-color: rgb(30 27 75 / 0.25);
  }

  .lg\:border-y-indigo-950\/30 {
    border-top-color: rgb(30 27 75 / 0.3);
    border-bottom-color: rgb(30 27 75 / 0.3);
  }

  .lg\:border-y-indigo-950\/35 {
    border-top-color: rgb(30 27 75 / 0.35);
    border-bottom-color: rgb(30 27 75 / 0.35);
  }

  .lg\:border-y-indigo-950\/40 {
    border-top-color: rgb(30 27 75 / 0.4);
    border-bottom-color: rgb(30 27 75 / 0.4);
  }

  .lg\:border-y-indigo-950\/45 {
    border-top-color: rgb(30 27 75 / 0.45);
    border-bottom-color: rgb(30 27 75 / 0.45);
  }

  .lg\:border-y-indigo-950\/5 {
    border-top-color: rgb(30 27 75 / 0.05);
    border-bottom-color: rgb(30 27 75 / 0.05);
  }

  .lg\:border-y-indigo-950\/50 {
    border-top-color: rgb(30 27 75 / 0.5);
    border-bottom-color: rgb(30 27 75 / 0.5);
  }

  .lg\:border-y-indigo-950\/55 {
    border-top-color: rgb(30 27 75 / 0.55);
    border-bottom-color: rgb(30 27 75 / 0.55);
  }

  .lg\:border-y-indigo-950\/60 {
    border-top-color: rgb(30 27 75 / 0.6);
    border-bottom-color: rgb(30 27 75 / 0.6);
  }

  .lg\:border-y-indigo-950\/65 {
    border-top-color: rgb(30 27 75 / 0.65);
    border-bottom-color: rgb(30 27 75 / 0.65);
  }

  .lg\:border-y-indigo-950\/70 {
    border-top-color: rgb(30 27 75 / 0.7);
    border-bottom-color: rgb(30 27 75 / 0.7);
  }

  .lg\:border-y-indigo-950\/75 {
    border-top-color: rgb(30 27 75 / 0.75);
    border-bottom-color: rgb(30 27 75 / 0.75);
  }

  .lg\:border-y-indigo-950\/80 {
    border-top-color: rgb(30 27 75 / 0.8);
    border-bottom-color: rgb(30 27 75 / 0.8);
  }

  .lg\:border-y-indigo-950\/85 {
    border-top-color: rgb(30 27 75 / 0.85);
    border-bottom-color: rgb(30 27 75 / 0.85);
  }

  .lg\:border-y-indigo-950\/90 {
    border-top-color: rgb(30 27 75 / 0.9);
    border-bottom-color: rgb(30 27 75 / 0.9);
  }

  .lg\:border-y-indigo-950\/95 {
    border-top-color: rgb(30 27 75 / 0.95);
    border-bottom-color: rgb(30 27 75 / 0.95);
  }

  .lg\:border-y-inherit {
    border-top-color: inherit;
    border-bottom-color: inherit;
  }

  .lg\: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));
  }

  .lg\:border-y-lime-100\/0 {
    border-top-color: rgb(236 252 203 / 0);
    border-bottom-color: rgb(236 252 203 / 0);
  }

  .lg\:border-y-lime-100\/10 {
    border-top-color: rgb(236 252 203 / 0.1);
    border-bottom-color: rgb(236 252 203 / 0.1);
  }

  .lg\:border-y-lime-100\/100 {
    border-top-color: rgb(236 252 203 / 1);
    border-bottom-color: rgb(236 252 203 / 1);
  }

  .lg\:border-y-lime-100\/15 {
    border-top-color: rgb(236 252 203 / 0.15);
    border-bottom-color: rgb(236 252 203 / 0.15);
  }

  .lg\:border-y-lime-100\/20 {
    border-top-color: rgb(236 252 203 / 0.2);
    border-bottom-color: rgb(236 252 203 / 0.2);
  }

  .lg\:border-y-lime-100\/25 {
    border-top-color: rgb(236 252 203 / 0.25);
    border-bottom-color: rgb(236 252 203 / 0.25);
  }

  .lg\:border-y-lime-100\/30 {
    border-top-color: rgb(236 252 203 / 0.3);
    border-bottom-color: rgb(236 252 203 / 0.3);
  }

  .lg\:border-y-lime-100\/35 {
    border-top-color: rgb(236 252 203 / 0.35);
    border-bottom-color: rgb(236 252 203 / 0.35);
  }

  .lg\:border-y-lime-100\/40 {
    border-top-color: rgb(236 252 203 / 0.4);
    border-bottom-color: rgb(236 252 203 / 0.4);
  }

  .lg\:border-y-lime-100\/45 {
    border-top-color: rgb(236 252 203 / 0.45);
    border-bottom-color: rgb(236 252 203 / 0.45);
  }

  .lg\:border-y-lime-100\/5 {
    border-top-color: rgb(236 252 203 / 0.05);
    border-bottom-color: rgb(236 252 203 / 0.05);
  }

  .lg\:border-y-lime-100\/50 {
    border-top-color: rgb(236 252 203 / 0.5);
    border-bottom-color: rgb(236 252 203 / 0.5);
  }

  .lg\:border-y-lime-100\/55 {
    border-top-color: rgb(236 252 203 / 0.55);
    border-bottom-color: rgb(236 252 203 / 0.55);
  }

  .lg\:border-y-lime-100\/60 {
    border-top-color: rgb(236 252 203 / 0.6);
    border-bottom-color: rgb(236 252 203 / 0.6);
  }

  .lg\:border-y-lime-100\/65 {
    border-top-color: rgb(236 252 203 / 0.65);
    border-bottom-color: rgb(236 252 203 / 0.65);
  }

  .lg\:border-y-lime-100\/70 {
    border-top-color: rgb(236 252 203 / 0.7);
    border-bottom-color: rgb(236 252 203 / 0.7);
  }

  .lg\:border-y-lime-100\/75 {
    border-top-color: rgb(236 252 203 / 0.75);
    border-bottom-color: rgb(236 252 203 / 0.75);
  }

  .lg\:border-y-lime-100\/80 {
    border-top-color: rgb(236 252 203 / 0.8);
    border-bottom-color: rgb(236 252 203 / 0.8);
  }

  .lg\:border-y-lime-100\/85 {
    border-top-color: rgb(236 252 203 / 0.85);
    border-bottom-color: rgb(236 252 203 / 0.85);
  }

  .lg\:border-y-lime-100\/90 {
    border-top-color: rgb(236 252 203 / 0.9);
    border-bottom-color: rgb(236 252 203 / 0.9);
  }

  .lg\:border-y-lime-100\/95 {
    border-top-color: rgb(236 252 203 / 0.95);
    border-bottom-color: rgb(236 252 203 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-lime-200\/0 {
    border-top-color: rgb(217 249 157 / 0);
    border-bottom-color: rgb(217 249 157 / 0);
  }

  .lg\:border-y-lime-200\/10 {
    border-top-color: rgb(217 249 157 / 0.1);
    border-bottom-color: rgb(217 249 157 / 0.1);
  }

  .lg\:border-y-lime-200\/100 {
    border-top-color: rgb(217 249 157 / 1);
    border-bottom-color: rgb(217 249 157 / 1);
  }

  .lg\:border-y-lime-200\/15 {
    border-top-color: rgb(217 249 157 / 0.15);
    border-bottom-color: rgb(217 249 157 / 0.15);
  }

  .lg\:border-y-lime-200\/20 {
    border-top-color: rgb(217 249 157 / 0.2);
    border-bottom-color: rgb(217 249 157 / 0.2);
  }

  .lg\:border-y-lime-200\/25 {
    border-top-color: rgb(217 249 157 / 0.25);
    border-bottom-color: rgb(217 249 157 / 0.25);
  }

  .lg\:border-y-lime-200\/30 {
    border-top-color: rgb(217 249 157 / 0.3);
    border-bottom-color: rgb(217 249 157 / 0.3);
  }

  .lg\:border-y-lime-200\/35 {
    border-top-color: rgb(217 249 157 / 0.35);
    border-bottom-color: rgb(217 249 157 / 0.35);
  }

  .lg\:border-y-lime-200\/40 {
    border-top-color: rgb(217 249 157 / 0.4);
    border-bottom-color: rgb(217 249 157 / 0.4);
  }

  .lg\:border-y-lime-200\/45 {
    border-top-color: rgb(217 249 157 / 0.45);
    border-bottom-color: rgb(217 249 157 / 0.45);
  }

  .lg\:border-y-lime-200\/5 {
    border-top-color: rgb(217 249 157 / 0.05);
    border-bottom-color: rgb(217 249 157 / 0.05);
  }

  .lg\:border-y-lime-200\/50 {
    border-top-color: rgb(217 249 157 / 0.5);
    border-bottom-color: rgb(217 249 157 / 0.5);
  }

  .lg\:border-y-lime-200\/55 {
    border-top-color: rgb(217 249 157 / 0.55);
    border-bottom-color: rgb(217 249 157 / 0.55);
  }

  .lg\:border-y-lime-200\/60 {
    border-top-color: rgb(217 249 157 / 0.6);
    border-bottom-color: rgb(217 249 157 / 0.6);
  }

  .lg\:border-y-lime-200\/65 {
    border-top-color: rgb(217 249 157 / 0.65);
    border-bottom-color: rgb(217 249 157 / 0.65);
  }

  .lg\:border-y-lime-200\/70 {
    border-top-color: rgb(217 249 157 / 0.7);
    border-bottom-color: rgb(217 249 157 / 0.7);
  }

  .lg\:border-y-lime-200\/75 {
    border-top-color: rgb(217 249 157 / 0.75);
    border-bottom-color: rgb(217 249 157 / 0.75);
  }

  .lg\:border-y-lime-200\/80 {
    border-top-color: rgb(217 249 157 / 0.8);
    border-bottom-color: rgb(217 249 157 / 0.8);
  }

  .lg\:border-y-lime-200\/85 {
    border-top-color: rgb(217 249 157 / 0.85);
    border-bottom-color: rgb(217 249 157 / 0.85);
  }

  .lg\:border-y-lime-200\/90 {
    border-top-color: rgb(217 249 157 / 0.9);
    border-bottom-color: rgb(217 249 157 / 0.9);
  }

  .lg\:border-y-lime-200\/95 {
    border-top-color: rgb(217 249 157 / 0.95);
    border-bottom-color: rgb(217 249 157 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-lime-300\/0 {
    border-top-color: rgb(190 242 100 / 0);
    border-bottom-color: rgb(190 242 100 / 0);
  }

  .lg\:border-y-lime-300\/10 {
    border-top-color: rgb(190 242 100 / 0.1);
    border-bottom-color: rgb(190 242 100 / 0.1);
  }

  .lg\:border-y-lime-300\/100 {
    border-top-color: rgb(190 242 100 / 1);
    border-bottom-color: rgb(190 242 100 / 1);
  }

  .lg\:border-y-lime-300\/15 {
    border-top-color: rgb(190 242 100 / 0.15);
    border-bottom-color: rgb(190 242 100 / 0.15);
  }

  .lg\:border-y-lime-300\/20 {
    border-top-color: rgb(190 242 100 / 0.2);
    border-bottom-color: rgb(190 242 100 / 0.2);
  }

  .lg\:border-y-lime-300\/25 {
    border-top-color: rgb(190 242 100 / 0.25);
    border-bottom-color: rgb(190 242 100 / 0.25);
  }

  .lg\:border-y-lime-300\/30 {
    border-top-color: rgb(190 242 100 / 0.3);
    border-bottom-color: rgb(190 242 100 / 0.3);
  }

  .lg\:border-y-lime-300\/35 {
    border-top-color: rgb(190 242 100 / 0.35);
    border-bottom-color: rgb(190 242 100 / 0.35);
  }

  .lg\:border-y-lime-300\/40 {
    border-top-color: rgb(190 242 100 / 0.4);
    border-bottom-color: rgb(190 242 100 / 0.4);
  }

  .lg\:border-y-lime-300\/45 {
    border-top-color: rgb(190 242 100 / 0.45);
    border-bottom-color: rgb(190 242 100 / 0.45);
  }

  .lg\:border-y-lime-300\/5 {
    border-top-color: rgb(190 242 100 / 0.05);
    border-bottom-color: rgb(190 242 100 / 0.05);
  }

  .lg\:border-y-lime-300\/50 {
    border-top-color: rgb(190 242 100 / 0.5);
    border-bottom-color: rgb(190 242 100 / 0.5);
  }

  .lg\:border-y-lime-300\/55 {
    border-top-color: rgb(190 242 100 / 0.55);
    border-bottom-color: rgb(190 242 100 / 0.55);
  }

  .lg\:border-y-lime-300\/60 {
    border-top-color: rgb(190 242 100 / 0.6);
    border-bottom-color: rgb(190 242 100 / 0.6);
  }

  .lg\:border-y-lime-300\/65 {
    border-top-color: rgb(190 242 100 / 0.65);
    border-bottom-color: rgb(190 242 100 / 0.65);
  }

  .lg\:border-y-lime-300\/70 {
    border-top-color: rgb(190 242 100 / 0.7);
    border-bottom-color: rgb(190 242 100 / 0.7);
  }

  .lg\:border-y-lime-300\/75 {
    border-top-color: rgb(190 242 100 / 0.75);
    border-bottom-color: rgb(190 242 100 / 0.75);
  }

  .lg\:border-y-lime-300\/80 {
    border-top-color: rgb(190 242 100 / 0.8);
    border-bottom-color: rgb(190 242 100 / 0.8);
  }

  .lg\:border-y-lime-300\/85 {
    border-top-color: rgb(190 242 100 / 0.85);
    border-bottom-color: rgb(190 242 100 / 0.85);
  }

  .lg\:border-y-lime-300\/90 {
    border-top-color: rgb(190 242 100 / 0.9);
    border-bottom-color: rgb(190 242 100 / 0.9);
  }

  .lg\:border-y-lime-300\/95 {
    border-top-color: rgb(190 242 100 / 0.95);
    border-bottom-color: rgb(190 242 100 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-lime-400\/0 {
    border-top-color: rgb(163 230 53 / 0);
    border-bottom-color: rgb(163 230 53 / 0);
  }

  .lg\:border-y-lime-400\/10 {
    border-top-color: rgb(163 230 53 / 0.1);
    border-bottom-color: rgb(163 230 53 / 0.1);
  }

  .lg\:border-y-lime-400\/100 {
    border-top-color: rgb(163 230 53 / 1);
    border-bottom-color: rgb(163 230 53 / 1);
  }

  .lg\:border-y-lime-400\/15 {
    border-top-color: rgb(163 230 53 / 0.15);
    border-bottom-color: rgb(163 230 53 / 0.15);
  }

  .lg\:border-y-lime-400\/20 {
    border-top-color: rgb(163 230 53 / 0.2);
    border-bottom-color: rgb(163 230 53 / 0.2);
  }

  .lg\:border-y-lime-400\/25 {
    border-top-color: rgb(163 230 53 / 0.25);
    border-bottom-color: rgb(163 230 53 / 0.25);
  }

  .lg\:border-y-lime-400\/30 {
    border-top-color: rgb(163 230 53 / 0.3);
    border-bottom-color: rgb(163 230 53 / 0.3);
  }

  .lg\:border-y-lime-400\/35 {
    border-top-color: rgb(163 230 53 / 0.35);
    border-bottom-color: rgb(163 230 53 / 0.35);
  }

  .lg\:border-y-lime-400\/40 {
    border-top-color: rgb(163 230 53 / 0.4);
    border-bottom-color: rgb(163 230 53 / 0.4);
  }

  .lg\:border-y-lime-400\/45 {
    border-top-color: rgb(163 230 53 / 0.45);
    border-bottom-color: rgb(163 230 53 / 0.45);
  }

  .lg\:border-y-lime-400\/5 {
    border-top-color: rgb(163 230 53 / 0.05);
    border-bottom-color: rgb(163 230 53 / 0.05);
  }

  .lg\:border-y-lime-400\/50 {
    border-top-color: rgb(163 230 53 / 0.5);
    border-bottom-color: rgb(163 230 53 / 0.5);
  }

  .lg\:border-y-lime-400\/55 {
    border-top-color: rgb(163 230 53 / 0.55);
    border-bottom-color: rgb(163 230 53 / 0.55);
  }

  .lg\:border-y-lime-400\/60 {
    border-top-color: rgb(163 230 53 / 0.6);
    border-bottom-color: rgb(163 230 53 / 0.6);
  }

  .lg\:border-y-lime-400\/65 {
    border-top-color: rgb(163 230 53 / 0.65);
    border-bottom-color: rgb(163 230 53 / 0.65);
  }

  .lg\:border-y-lime-400\/70 {
    border-top-color: rgb(163 230 53 / 0.7);
    border-bottom-color: rgb(163 230 53 / 0.7);
  }

  .lg\:border-y-lime-400\/75 {
    border-top-color: rgb(163 230 53 / 0.75);
    border-bottom-color: rgb(163 230 53 / 0.75);
  }

  .lg\:border-y-lime-400\/80 {
    border-top-color: rgb(163 230 53 / 0.8);
    border-bottom-color: rgb(163 230 53 / 0.8);
  }

  .lg\:border-y-lime-400\/85 {
    border-top-color: rgb(163 230 53 / 0.85);
    border-bottom-color: rgb(163 230 53 / 0.85);
  }

  .lg\:border-y-lime-400\/90 {
    border-top-color: rgb(163 230 53 / 0.9);
    border-bottom-color: rgb(163 230 53 / 0.9);
  }

  .lg\:border-y-lime-400\/95 {
    border-top-color: rgb(163 230 53 / 0.95);
    border-bottom-color: rgb(163 230 53 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-lime-50\/0 {
    border-top-color: rgb(247 254 231 / 0);
    border-bottom-color: rgb(247 254 231 / 0);
  }

  .lg\:border-y-lime-50\/10 {
    border-top-color: rgb(247 254 231 / 0.1);
    border-bottom-color: rgb(247 254 231 / 0.1);
  }

  .lg\:border-y-lime-50\/100 {
    border-top-color: rgb(247 254 231 / 1);
    border-bottom-color: rgb(247 254 231 / 1);
  }

  .lg\:border-y-lime-50\/15 {
    border-top-color: rgb(247 254 231 / 0.15);
    border-bottom-color: rgb(247 254 231 / 0.15);
  }

  .lg\:border-y-lime-50\/20 {
    border-top-color: rgb(247 254 231 / 0.2);
    border-bottom-color: rgb(247 254 231 / 0.2);
  }

  .lg\:border-y-lime-50\/25 {
    border-top-color: rgb(247 254 231 / 0.25);
    border-bottom-color: rgb(247 254 231 / 0.25);
  }

  .lg\:border-y-lime-50\/30 {
    border-top-color: rgb(247 254 231 / 0.3);
    border-bottom-color: rgb(247 254 231 / 0.3);
  }

  .lg\:border-y-lime-50\/35 {
    border-top-color: rgb(247 254 231 / 0.35);
    border-bottom-color: rgb(247 254 231 / 0.35);
  }

  .lg\:border-y-lime-50\/40 {
    border-top-color: rgb(247 254 231 / 0.4);
    border-bottom-color: rgb(247 254 231 / 0.4);
  }

  .lg\:border-y-lime-50\/45 {
    border-top-color: rgb(247 254 231 / 0.45);
    border-bottom-color: rgb(247 254 231 / 0.45);
  }

  .lg\:border-y-lime-50\/5 {
    border-top-color: rgb(247 254 231 / 0.05);
    border-bottom-color: rgb(247 254 231 / 0.05);
  }

  .lg\:border-y-lime-50\/50 {
    border-top-color: rgb(247 254 231 / 0.5);
    border-bottom-color: rgb(247 254 231 / 0.5);
  }

  .lg\:border-y-lime-50\/55 {
    border-top-color: rgb(247 254 231 / 0.55);
    border-bottom-color: rgb(247 254 231 / 0.55);
  }

  .lg\:border-y-lime-50\/60 {
    border-top-color: rgb(247 254 231 / 0.6);
    border-bottom-color: rgb(247 254 231 / 0.6);
  }

  .lg\:border-y-lime-50\/65 {
    border-top-color: rgb(247 254 231 / 0.65);
    border-bottom-color: rgb(247 254 231 / 0.65);
  }

  .lg\:border-y-lime-50\/70 {
    border-top-color: rgb(247 254 231 / 0.7);
    border-bottom-color: rgb(247 254 231 / 0.7);
  }

  .lg\:border-y-lime-50\/75 {
    border-top-color: rgb(247 254 231 / 0.75);
    border-bottom-color: rgb(247 254 231 / 0.75);
  }

  .lg\:border-y-lime-50\/80 {
    border-top-color: rgb(247 254 231 / 0.8);
    border-bottom-color: rgb(247 254 231 / 0.8);
  }

  .lg\:border-y-lime-50\/85 {
    border-top-color: rgb(247 254 231 / 0.85);
    border-bottom-color: rgb(247 254 231 / 0.85);
  }

  .lg\:border-y-lime-50\/90 {
    border-top-color: rgb(247 254 231 / 0.9);
    border-bottom-color: rgb(247 254 231 / 0.9);
  }

  .lg\:border-y-lime-50\/95 {
    border-top-color: rgb(247 254 231 / 0.95);
    border-bottom-color: rgb(247 254 231 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-lime-500\/0 {
    border-top-color: rgb(132 204 22 / 0);
    border-bottom-color: rgb(132 204 22 / 0);
  }

  .lg\:border-y-lime-500\/10 {
    border-top-color: rgb(132 204 22 / 0.1);
    border-bottom-color: rgb(132 204 22 / 0.1);
  }

  .lg\:border-y-lime-500\/100 {
    border-top-color: rgb(132 204 22 / 1);
    border-bottom-color: rgb(132 204 22 / 1);
  }

  .lg\:border-y-lime-500\/15 {
    border-top-color: rgb(132 204 22 / 0.15);
    border-bottom-color: rgb(132 204 22 / 0.15);
  }

  .lg\:border-y-lime-500\/20 {
    border-top-color: rgb(132 204 22 / 0.2);
    border-bottom-color: rgb(132 204 22 / 0.2);
  }

  .lg\:border-y-lime-500\/25 {
    border-top-color: rgb(132 204 22 / 0.25);
    border-bottom-color: rgb(132 204 22 / 0.25);
  }

  .lg\:border-y-lime-500\/30 {
    border-top-color: rgb(132 204 22 / 0.3);
    border-bottom-color: rgb(132 204 22 / 0.3);
  }

  .lg\:border-y-lime-500\/35 {
    border-top-color: rgb(132 204 22 / 0.35);
    border-bottom-color: rgb(132 204 22 / 0.35);
  }

  .lg\:border-y-lime-500\/40 {
    border-top-color: rgb(132 204 22 / 0.4);
    border-bottom-color: rgb(132 204 22 / 0.4);
  }

  .lg\:border-y-lime-500\/45 {
    border-top-color: rgb(132 204 22 / 0.45);
    border-bottom-color: rgb(132 204 22 / 0.45);
  }

  .lg\:border-y-lime-500\/5 {
    border-top-color: rgb(132 204 22 / 0.05);
    border-bottom-color: rgb(132 204 22 / 0.05);
  }

  .lg\:border-y-lime-500\/50 {
    border-top-color: rgb(132 204 22 / 0.5);
    border-bottom-color: rgb(132 204 22 / 0.5);
  }

  .lg\:border-y-lime-500\/55 {
    border-top-color: rgb(132 204 22 / 0.55);
    border-bottom-color: rgb(132 204 22 / 0.55);
  }

  .lg\:border-y-lime-500\/60 {
    border-top-color: rgb(132 204 22 / 0.6);
    border-bottom-color: rgb(132 204 22 / 0.6);
  }

  .lg\:border-y-lime-500\/65 {
    border-top-color: rgb(132 204 22 / 0.65);
    border-bottom-color: rgb(132 204 22 / 0.65);
  }

  .lg\:border-y-lime-500\/70 {
    border-top-color: rgb(132 204 22 / 0.7);
    border-bottom-color: rgb(132 204 22 / 0.7);
  }

  .lg\:border-y-lime-500\/75 {
    border-top-color: rgb(132 204 22 / 0.75);
    border-bottom-color: rgb(132 204 22 / 0.75);
  }

  .lg\:border-y-lime-500\/80 {
    border-top-color: rgb(132 204 22 / 0.8);
    border-bottom-color: rgb(132 204 22 / 0.8);
  }

  .lg\:border-y-lime-500\/85 {
    border-top-color: rgb(132 204 22 / 0.85);
    border-bottom-color: rgb(132 204 22 / 0.85);
  }

  .lg\:border-y-lime-500\/90 {
    border-top-color: rgb(132 204 22 / 0.9);
    border-bottom-color: rgb(132 204 22 / 0.9);
  }

  .lg\:border-y-lime-500\/95 {
    border-top-color: rgb(132 204 22 / 0.95);
    border-bottom-color: rgb(132 204 22 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-lime-600\/0 {
    border-top-color: rgb(101 163 13 / 0);
    border-bottom-color: rgb(101 163 13 / 0);
  }

  .lg\:border-y-lime-600\/10 {
    border-top-color: rgb(101 163 13 / 0.1);
    border-bottom-color: rgb(101 163 13 / 0.1);
  }

  .lg\:border-y-lime-600\/100 {
    border-top-color: rgb(101 163 13 / 1);
    border-bottom-color: rgb(101 163 13 / 1);
  }

  .lg\:border-y-lime-600\/15 {
    border-top-color: rgb(101 163 13 / 0.15);
    border-bottom-color: rgb(101 163 13 / 0.15);
  }

  .lg\:border-y-lime-600\/20 {
    border-top-color: rgb(101 163 13 / 0.2);
    border-bottom-color: rgb(101 163 13 / 0.2);
  }

  .lg\:border-y-lime-600\/25 {
    border-top-color: rgb(101 163 13 / 0.25);
    border-bottom-color: rgb(101 163 13 / 0.25);
  }

  .lg\:border-y-lime-600\/30 {
    border-top-color: rgb(101 163 13 / 0.3);
    border-bottom-color: rgb(101 163 13 / 0.3);
  }

  .lg\:border-y-lime-600\/35 {
    border-top-color: rgb(101 163 13 / 0.35);
    border-bottom-color: rgb(101 163 13 / 0.35);
  }

  .lg\:border-y-lime-600\/40 {
    border-top-color: rgb(101 163 13 / 0.4);
    border-bottom-color: rgb(101 163 13 / 0.4);
  }

  .lg\:border-y-lime-600\/45 {
    border-top-color: rgb(101 163 13 / 0.45);
    border-bottom-color: rgb(101 163 13 / 0.45);
  }

  .lg\:border-y-lime-600\/5 {
    border-top-color: rgb(101 163 13 / 0.05);
    border-bottom-color: rgb(101 163 13 / 0.05);
  }

  .lg\:border-y-lime-600\/50 {
    border-top-color: rgb(101 163 13 / 0.5);
    border-bottom-color: rgb(101 163 13 / 0.5);
  }

  .lg\:border-y-lime-600\/55 {
    border-top-color: rgb(101 163 13 / 0.55);
    border-bottom-color: rgb(101 163 13 / 0.55);
  }

  .lg\:border-y-lime-600\/60 {
    border-top-color: rgb(101 163 13 / 0.6);
    border-bottom-color: rgb(101 163 13 / 0.6);
  }

  .lg\:border-y-lime-600\/65 {
    border-top-color: rgb(101 163 13 / 0.65);
    border-bottom-color: rgb(101 163 13 / 0.65);
  }

  .lg\:border-y-lime-600\/70 {
    border-top-color: rgb(101 163 13 / 0.7);
    border-bottom-color: rgb(101 163 13 / 0.7);
  }

  .lg\:border-y-lime-600\/75 {
    border-top-color: rgb(101 163 13 / 0.75);
    border-bottom-color: rgb(101 163 13 / 0.75);
  }

  .lg\:border-y-lime-600\/80 {
    border-top-color: rgb(101 163 13 / 0.8);
    border-bottom-color: rgb(101 163 13 / 0.8);
  }

  .lg\:border-y-lime-600\/85 {
    border-top-color: rgb(101 163 13 / 0.85);
    border-bottom-color: rgb(101 163 13 / 0.85);
  }

  .lg\:border-y-lime-600\/90 {
    border-top-color: rgb(101 163 13 / 0.9);
    border-bottom-color: rgb(101 163 13 / 0.9);
  }

  .lg\:border-y-lime-600\/95 {
    border-top-color: rgb(101 163 13 / 0.95);
    border-bottom-color: rgb(101 163 13 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-lime-700\/0 {
    border-top-color: rgb(77 124 15 / 0);
    border-bottom-color: rgb(77 124 15 / 0);
  }

  .lg\:border-y-lime-700\/10 {
    border-top-color: rgb(77 124 15 / 0.1);
    border-bottom-color: rgb(77 124 15 / 0.1);
  }

  .lg\:border-y-lime-700\/100 {
    border-top-color: rgb(77 124 15 / 1);
    border-bottom-color: rgb(77 124 15 / 1);
  }

  .lg\:border-y-lime-700\/15 {
    border-top-color: rgb(77 124 15 / 0.15);
    border-bottom-color: rgb(77 124 15 / 0.15);
  }

  .lg\:border-y-lime-700\/20 {
    border-top-color: rgb(77 124 15 / 0.2);
    border-bottom-color: rgb(77 124 15 / 0.2);
  }

  .lg\:border-y-lime-700\/25 {
    border-top-color: rgb(77 124 15 / 0.25);
    border-bottom-color: rgb(77 124 15 / 0.25);
  }

  .lg\:border-y-lime-700\/30 {
    border-top-color: rgb(77 124 15 / 0.3);
    border-bottom-color: rgb(77 124 15 / 0.3);
  }

  .lg\:border-y-lime-700\/35 {
    border-top-color: rgb(77 124 15 / 0.35);
    border-bottom-color: rgb(77 124 15 / 0.35);
  }

  .lg\:border-y-lime-700\/40 {
    border-top-color: rgb(77 124 15 / 0.4);
    border-bottom-color: rgb(77 124 15 / 0.4);
  }

  .lg\:border-y-lime-700\/45 {
    border-top-color: rgb(77 124 15 / 0.45);
    border-bottom-color: rgb(77 124 15 / 0.45);
  }

  .lg\:border-y-lime-700\/5 {
    border-top-color: rgb(77 124 15 / 0.05);
    border-bottom-color: rgb(77 124 15 / 0.05);
  }

  .lg\:border-y-lime-700\/50 {
    border-top-color: rgb(77 124 15 / 0.5);
    border-bottom-color: rgb(77 124 15 / 0.5);
  }

  .lg\:border-y-lime-700\/55 {
    border-top-color: rgb(77 124 15 / 0.55);
    border-bottom-color: rgb(77 124 15 / 0.55);
  }

  .lg\:border-y-lime-700\/60 {
    border-top-color: rgb(77 124 15 / 0.6);
    border-bottom-color: rgb(77 124 15 / 0.6);
  }

  .lg\:border-y-lime-700\/65 {
    border-top-color: rgb(77 124 15 / 0.65);
    border-bottom-color: rgb(77 124 15 / 0.65);
  }

  .lg\:border-y-lime-700\/70 {
    border-top-color: rgb(77 124 15 / 0.7);
    border-bottom-color: rgb(77 124 15 / 0.7);
  }

  .lg\:border-y-lime-700\/75 {
    border-top-color: rgb(77 124 15 / 0.75);
    border-bottom-color: rgb(77 124 15 / 0.75);
  }

  .lg\:border-y-lime-700\/80 {
    border-top-color: rgb(77 124 15 / 0.8);
    border-bottom-color: rgb(77 124 15 / 0.8);
  }

  .lg\:border-y-lime-700\/85 {
    border-top-color: rgb(77 124 15 / 0.85);
    border-bottom-color: rgb(77 124 15 / 0.85);
  }

  .lg\:border-y-lime-700\/90 {
    border-top-color: rgb(77 124 15 / 0.9);
    border-bottom-color: rgb(77 124 15 / 0.9);
  }

  .lg\:border-y-lime-700\/95 {
    border-top-color: rgb(77 124 15 / 0.95);
    border-bottom-color: rgb(77 124 15 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-lime-800\/0 {
    border-top-color: rgb(63 98 18 / 0);
    border-bottom-color: rgb(63 98 18 / 0);
  }

  .lg\:border-y-lime-800\/10 {
    border-top-color: rgb(63 98 18 / 0.1);
    border-bottom-color: rgb(63 98 18 / 0.1);
  }

  .lg\:border-y-lime-800\/100 {
    border-top-color: rgb(63 98 18 / 1);
    border-bottom-color: rgb(63 98 18 / 1);
  }

  .lg\:border-y-lime-800\/15 {
    border-top-color: rgb(63 98 18 / 0.15);
    border-bottom-color: rgb(63 98 18 / 0.15);
  }

  .lg\:border-y-lime-800\/20 {
    border-top-color: rgb(63 98 18 / 0.2);
    border-bottom-color: rgb(63 98 18 / 0.2);
  }

  .lg\:border-y-lime-800\/25 {
    border-top-color: rgb(63 98 18 / 0.25);
    border-bottom-color: rgb(63 98 18 / 0.25);
  }

  .lg\:border-y-lime-800\/30 {
    border-top-color: rgb(63 98 18 / 0.3);
    border-bottom-color: rgb(63 98 18 / 0.3);
  }

  .lg\:border-y-lime-800\/35 {
    border-top-color: rgb(63 98 18 / 0.35);
    border-bottom-color: rgb(63 98 18 / 0.35);
  }

  .lg\:border-y-lime-800\/40 {
    border-top-color: rgb(63 98 18 / 0.4);
    border-bottom-color: rgb(63 98 18 / 0.4);
  }

  .lg\:border-y-lime-800\/45 {
    border-top-color: rgb(63 98 18 / 0.45);
    border-bottom-color: rgb(63 98 18 / 0.45);
  }

  .lg\:border-y-lime-800\/5 {
    border-top-color: rgb(63 98 18 / 0.05);
    border-bottom-color: rgb(63 98 18 / 0.05);
  }

  .lg\:border-y-lime-800\/50 {
    border-top-color: rgb(63 98 18 / 0.5);
    border-bottom-color: rgb(63 98 18 / 0.5);
  }

  .lg\:border-y-lime-800\/55 {
    border-top-color: rgb(63 98 18 / 0.55);
    border-bottom-color: rgb(63 98 18 / 0.55);
  }

  .lg\:border-y-lime-800\/60 {
    border-top-color: rgb(63 98 18 / 0.6);
    border-bottom-color: rgb(63 98 18 / 0.6);
  }

  .lg\:border-y-lime-800\/65 {
    border-top-color: rgb(63 98 18 / 0.65);
    border-bottom-color: rgb(63 98 18 / 0.65);
  }

  .lg\:border-y-lime-800\/70 {
    border-top-color: rgb(63 98 18 / 0.7);
    border-bottom-color: rgb(63 98 18 / 0.7);
  }

  .lg\:border-y-lime-800\/75 {
    border-top-color: rgb(63 98 18 / 0.75);
    border-bottom-color: rgb(63 98 18 / 0.75);
  }

  .lg\:border-y-lime-800\/80 {
    border-top-color: rgb(63 98 18 / 0.8);
    border-bottom-color: rgb(63 98 18 / 0.8);
  }

  .lg\:border-y-lime-800\/85 {
    border-top-color: rgb(63 98 18 / 0.85);
    border-bottom-color: rgb(63 98 18 / 0.85);
  }

  .lg\:border-y-lime-800\/90 {
    border-top-color: rgb(63 98 18 / 0.9);
    border-bottom-color: rgb(63 98 18 / 0.9);
  }

  .lg\:border-y-lime-800\/95 {
    border-top-color: rgb(63 98 18 / 0.95);
    border-bottom-color: rgb(63 98 18 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-lime-900\/0 {
    border-top-color: rgb(54 83 20 / 0);
    border-bottom-color: rgb(54 83 20 / 0);
  }

  .lg\:border-y-lime-900\/10 {
    border-top-color: rgb(54 83 20 / 0.1);
    border-bottom-color: rgb(54 83 20 / 0.1);
  }

  .lg\:border-y-lime-900\/100 {
    border-top-color: rgb(54 83 20 / 1);
    border-bottom-color: rgb(54 83 20 / 1);
  }

  .lg\:border-y-lime-900\/15 {
    border-top-color: rgb(54 83 20 / 0.15);
    border-bottom-color: rgb(54 83 20 / 0.15);
  }

  .lg\:border-y-lime-900\/20 {
    border-top-color: rgb(54 83 20 / 0.2);
    border-bottom-color: rgb(54 83 20 / 0.2);
  }

  .lg\:border-y-lime-900\/25 {
    border-top-color: rgb(54 83 20 / 0.25);
    border-bottom-color: rgb(54 83 20 / 0.25);
  }

  .lg\:border-y-lime-900\/30 {
    border-top-color: rgb(54 83 20 / 0.3);
    border-bottom-color: rgb(54 83 20 / 0.3);
  }

  .lg\:border-y-lime-900\/35 {
    border-top-color: rgb(54 83 20 / 0.35);
    border-bottom-color: rgb(54 83 20 / 0.35);
  }

  .lg\:border-y-lime-900\/40 {
    border-top-color: rgb(54 83 20 / 0.4);
    border-bottom-color: rgb(54 83 20 / 0.4);
  }

  .lg\:border-y-lime-900\/45 {
    border-top-color: rgb(54 83 20 / 0.45);
    border-bottom-color: rgb(54 83 20 / 0.45);
  }

  .lg\:border-y-lime-900\/5 {
    border-top-color: rgb(54 83 20 / 0.05);
    border-bottom-color: rgb(54 83 20 / 0.05);
  }

  .lg\:border-y-lime-900\/50 {
    border-top-color: rgb(54 83 20 / 0.5);
    border-bottom-color: rgb(54 83 20 / 0.5);
  }

  .lg\:border-y-lime-900\/55 {
    border-top-color: rgb(54 83 20 / 0.55);
    border-bottom-color: rgb(54 83 20 / 0.55);
  }

  .lg\:border-y-lime-900\/60 {
    border-top-color: rgb(54 83 20 / 0.6);
    border-bottom-color: rgb(54 83 20 / 0.6);
  }

  .lg\:border-y-lime-900\/65 {
    border-top-color: rgb(54 83 20 / 0.65);
    border-bottom-color: rgb(54 83 20 / 0.65);
  }

  .lg\:border-y-lime-900\/70 {
    border-top-color: rgb(54 83 20 / 0.7);
    border-bottom-color: rgb(54 83 20 / 0.7);
  }

  .lg\:border-y-lime-900\/75 {
    border-top-color: rgb(54 83 20 / 0.75);
    border-bottom-color: rgb(54 83 20 / 0.75);
  }

  .lg\:border-y-lime-900\/80 {
    border-top-color: rgb(54 83 20 / 0.8);
    border-bottom-color: rgb(54 83 20 / 0.8);
  }

  .lg\:border-y-lime-900\/85 {
    border-top-color: rgb(54 83 20 / 0.85);
    border-bottom-color: rgb(54 83 20 / 0.85);
  }

  .lg\:border-y-lime-900\/90 {
    border-top-color: rgb(54 83 20 / 0.9);
    border-bottom-color: rgb(54 83 20 / 0.9);
  }

  .lg\:border-y-lime-900\/95 {
    border-top-color: rgb(54 83 20 / 0.95);
    border-bottom-color: rgb(54 83 20 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-lime-950\/0 {
    border-top-color: rgb(26 46 5 / 0);
    border-bottom-color: rgb(26 46 5 / 0);
  }

  .lg\:border-y-lime-950\/10 {
    border-top-color: rgb(26 46 5 / 0.1);
    border-bottom-color: rgb(26 46 5 / 0.1);
  }

  .lg\:border-y-lime-950\/100 {
    border-top-color: rgb(26 46 5 / 1);
    border-bottom-color: rgb(26 46 5 / 1);
  }

  .lg\:border-y-lime-950\/15 {
    border-top-color: rgb(26 46 5 / 0.15);
    border-bottom-color: rgb(26 46 5 / 0.15);
  }

  .lg\:border-y-lime-950\/20 {
    border-top-color: rgb(26 46 5 / 0.2);
    border-bottom-color: rgb(26 46 5 / 0.2);
  }

  .lg\:border-y-lime-950\/25 {
    border-top-color: rgb(26 46 5 / 0.25);
    border-bottom-color: rgb(26 46 5 / 0.25);
  }

  .lg\:border-y-lime-950\/30 {
    border-top-color: rgb(26 46 5 / 0.3);
    border-bottom-color: rgb(26 46 5 / 0.3);
  }

  .lg\:border-y-lime-950\/35 {
    border-top-color: rgb(26 46 5 / 0.35);
    border-bottom-color: rgb(26 46 5 / 0.35);
  }

  .lg\:border-y-lime-950\/40 {
    border-top-color: rgb(26 46 5 / 0.4);
    border-bottom-color: rgb(26 46 5 / 0.4);
  }

  .lg\:border-y-lime-950\/45 {
    border-top-color: rgb(26 46 5 / 0.45);
    border-bottom-color: rgb(26 46 5 / 0.45);
  }

  .lg\:border-y-lime-950\/5 {
    border-top-color: rgb(26 46 5 / 0.05);
    border-bottom-color: rgb(26 46 5 / 0.05);
  }

  .lg\:border-y-lime-950\/50 {
    border-top-color: rgb(26 46 5 / 0.5);
    border-bottom-color: rgb(26 46 5 / 0.5);
  }

  .lg\:border-y-lime-950\/55 {
    border-top-color: rgb(26 46 5 / 0.55);
    border-bottom-color: rgb(26 46 5 / 0.55);
  }

  .lg\:border-y-lime-950\/60 {
    border-top-color: rgb(26 46 5 / 0.6);
    border-bottom-color: rgb(26 46 5 / 0.6);
  }

  .lg\:border-y-lime-950\/65 {
    border-top-color: rgb(26 46 5 / 0.65);
    border-bottom-color: rgb(26 46 5 / 0.65);
  }

  .lg\:border-y-lime-950\/70 {
    border-top-color: rgb(26 46 5 / 0.7);
    border-bottom-color: rgb(26 46 5 / 0.7);
  }

  .lg\:border-y-lime-950\/75 {
    border-top-color: rgb(26 46 5 / 0.75);
    border-bottom-color: rgb(26 46 5 / 0.75);
  }

  .lg\:border-y-lime-950\/80 {
    border-top-color: rgb(26 46 5 / 0.8);
    border-bottom-color: rgb(26 46 5 / 0.8);
  }

  .lg\:border-y-lime-950\/85 {
    border-top-color: rgb(26 46 5 / 0.85);
    border-bottom-color: rgb(26 46 5 / 0.85);
  }

  .lg\:border-y-lime-950\/90 {
    border-top-color: rgb(26 46 5 / 0.9);
    border-bottom-color: rgb(26 46 5 / 0.9);
  }

  .lg\:border-y-lime-950\/95 {
    border-top-color: rgb(26 46 5 / 0.95);
    border-bottom-color: rgb(26 46 5 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-neutral-100\/0 {
    border-top-color: rgb(245 245 245 / 0);
    border-bottom-color: rgb(245 245 245 / 0);
  }

  .lg\:border-y-neutral-100\/10 {
    border-top-color: rgb(245 245 245 / 0.1);
    border-bottom-color: rgb(245 245 245 / 0.1);
  }

  .lg\:border-y-neutral-100\/100 {
    border-top-color: rgb(245 245 245 / 1);
    border-bottom-color: rgb(245 245 245 / 1);
  }

  .lg\:border-y-neutral-100\/15 {
    border-top-color: rgb(245 245 245 / 0.15);
    border-bottom-color: rgb(245 245 245 / 0.15);
  }

  .lg\:border-y-neutral-100\/20 {
    border-top-color: rgb(245 245 245 / 0.2);
    border-bottom-color: rgb(245 245 245 / 0.2);
  }

  .lg\:border-y-neutral-100\/25 {
    border-top-color: rgb(245 245 245 / 0.25);
    border-bottom-color: rgb(245 245 245 / 0.25);
  }

  .lg\:border-y-neutral-100\/30 {
    border-top-color: rgb(245 245 245 / 0.3);
    border-bottom-color: rgb(245 245 245 / 0.3);
  }

  .lg\:border-y-neutral-100\/35 {
    border-top-color: rgb(245 245 245 / 0.35);
    border-bottom-color: rgb(245 245 245 / 0.35);
  }

  .lg\:border-y-neutral-100\/40 {
    border-top-color: rgb(245 245 245 / 0.4);
    border-bottom-color: rgb(245 245 245 / 0.4);
  }

  .lg\:border-y-neutral-100\/45 {
    border-top-color: rgb(245 245 245 / 0.45);
    border-bottom-color: rgb(245 245 245 / 0.45);
  }

  .lg\:border-y-neutral-100\/5 {
    border-top-color: rgb(245 245 245 / 0.05);
    border-bottom-color: rgb(245 245 245 / 0.05);
  }

  .lg\:border-y-neutral-100\/50 {
    border-top-color: rgb(245 245 245 / 0.5);
    border-bottom-color: rgb(245 245 245 / 0.5);
  }

  .lg\:border-y-neutral-100\/55 {
    border-top-color: rgb(245 245 245 / 0.55);
    border-bottom-color: rgb(245 245 245 / 0.55);
  }

  .lg\:border-y-neutral-100\/60 {
    border-top-color: rgb(245 245 245 / 0.6);
    border-bottom-color: rgb(245 245 245 / 0.6);
  }

  .lg\:border-y-neutral-100\/65 {
    border-top-color: rgb(245 245 245 / 0.65);
    border-bottom-color: rgb(245 245 245 / 0.65);
  }

  .lg\:border-y-neutral-100\/70 {
    border-top-color: rgb(245 245 245 / 0.7);
    border-bottom-color: rgb(245 245 245 / 0.7);
  }

  .lg\:border-y-neutral-100\/75 {
    border-top-color: rgb(245 245 245 / 0.75);
    border-bottom-color: rgb(245 245 245 / 0.75);
  }

  .lg\:border-y-neutral-100\/80 {
    border-top-color: rgb(245 245 245 / 0.8);
    border-bottom-color: rgb(245 245 245 / 0.8);
  }

  .lg\:border-y-neutral-100\/85 {
    border-top-color: rgb(245 245 245 / 0.85);
    border-bottom-color: rgb(245 245 245 / 0.85);
  }

  .lg\:border-y-neutral-100\/90 {
    border-top-color: rgb(245 245 245 / 0.9);
    border-bottom-color: rgb(245 245 245 / 0.9);
  }

  .lg\:border-y-neutral-100\/95 {
    border-top-color: rgb(245 245 245 / 0.95);
    border-bottom-color: rgb(245 245 245 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-neutral-200\/0 {
    border-top-color: rgb(229 229 229 / 0);
    border-bottom-color: rgb(229 229 229 / 0);
  }

  .lg\:border-y-neutral-200\/10 {
    border-top-color: rgb(229 229 229 / 0.1);
    border-bottom-color: rgb(229 229 229 / 0.1);
  }

  .lg\:border-y-neutral-200\/100 {
    border-top-color: rgb(229 229 229 / 1);
    border-bottom-color: rgb(229 229 229 / 1);
  }

  .lg\:border-y-neutral-200\/15 {
    border-top-color: rgb(229 229 229 / 0.15);
    border-bottom-color: rgb(229 229 229 / 0.15);
  }

  .lg\:border-y-neutral-200\/20 {
    border-top-color: rgb(229 229 229 / 0.2);
    border-bottom-color: rgb(229 229 229 / 0.2);
  }

  .lg\:border-y-neutral-200\/25 {
    border-top-color: rgb(229 229 229 / 0.25);
    border-bottom-color: rgb(229 229 229 / 0.25);
  }

  .lg\:border-y-neutral-200\/30 {
    border-top-color: rgb(229 229 229 / 0.3);
    border-bottom-color: rgb(229 229 229 / 0.3);
  }

  .lg\:border-y-neutral-200\/35 {
    border-top-color: rgb(229 229 229 / 0.35);
    border-bottom-color: rgb(229 229 229 / 0.35);
  }

  .lg\:border-y-neutral-200\/40 {
    border-top-color: rgb(229 229 229 / 0.4);
    border-bottom-color: rgb(229 229 229 / 0.4);
  }

  .lg\:border-y-neutral-200\/45 {
    border-top-color: rgb(229 229 229 / 0.45);
    border-bottom-color: rgb(229 229 229 / 0.45);
  }

  .lg\:border-y-neutral-200\/5 {
    border-top-color: rgb(229 229 229 / 0.05);
    border-bottom-color: rgb(229 229 229 / 0.05);
  }

  .lg\:border-y-neutral-200\/50 {
    border-top-color: rgb(229 229 229 / 0.5);
    border-bottom-color: rgb(229 229 229 / 0.5);
  }

  .lg\:border-y-neutral-200\/55 {
    border-top-color: rgb(229 229 229 / 0.55);
    border-bottom-color: rgb(229 229 229 / 0.55);
  }

  .lg\:border-y-neutral-200\/60 {
    border-top-color: rgb(229 229 229 / 0.6);
    border-bottom-color: rgb(229 229 229 / 0.6);
  }

  .lg\:border-y-neutral-200\/65 {
    border-top-color: rgb(229 229 229 / 0.65);
    border-bottom-color: rgb(229 229 229 / 0.65);
  }

  .lg\:border-y-neutral-200\/70 {
    border-top-color: rgb(229 229 229 / 0.7);
    border-bottom-color: rgb(229 229 229 / 0.7);
  }

  .lg\:border-y-neutral-200\/75 {
    border-top-color: rgb(229 229 229 / 0.75);
    border-bottom-color: rgb(229 229 229 / 0.75);
  }

  .lg\:border-y-neutral-200\/80 {
    border-top-color: rgb(229 229 229 / 0.8);
    border-bottom-color: rgb(229 229 229 / 0.8);
  }

  .lg\:border-y-neutral-200\/85 {
    border-top-color: rgb(229 229 229 / 0.85);
    border-bottom-color: rgb(229 229 229 / 0.85);
  }

  .lg\:border-y-neutral-200\/90 {
    border-top-color: rgb(229 229 229 / 0.9);
    border-bottom-color: rgb(229 229 229 / 0.9);
  }

  .lg\:border-y-neutral-200\/95 {
    border-top-color: rgb(229 229 229 / 0.95);
    border-bottom-color: rgb(229 229 229 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-neutral-300\/0 {
    border-top-color: rgb(212 212 212 / 0);
    border-bottom-color: rgb(212 212 212 / 0);
  }

  .lg\:border-y-neutral-300\/10 {
    border-top-color: rgb(212 212 212 / 0.1);
    border-bottom-color: rgb(212 212 212 / 0.1);
  }

  .lg\:border-y-neutral-300\/100 {
    border-top-color: rgb(212 212 212 / 1);
    border-bottom-color: rgb(212 212 212 / 1);
  }

  .lg\:border-y-neutral-300\/15 {
    border-top-color: rgb(212 212 212 / 0.15);
    border-bottom-color: rgb(212 212 212 / 0.15);
  }

  .lg\:border-y-neutral-300\/20 {
    border-top-color: rgb(212 212 212 / 0.2);
    border-bottom-color: rgb(212 212 212 / 0.2);
  }

  .lg\:border-y-neutral-300\/25 {
    border-top-color: rgb(212 212 212 / 0.25);
    border-bottom-color: rgb(212 212 212 / 0.25);
  }

  .lg\:border-y-neutral-300\/30 {
    border-top-color: rgb(212 212 212 / 0.3);
    border-bottom-color: rgb(212 212 212 / 0.3);
  }

  .lg\:border-y-neutral-300\/35 {
    border-top-color: rgb(212 212 212 / 0.35);
    border-bottom-color: rgb(212 212 212 / 0.35);
  }

  .lg\:border-y-neutral-300\/40 {
    border-top-color: rgb(212 212 212 / 0.4);
    border-bottom-color: rgb(212 212 212 / 0.4);
  }

  .lg\:border-y-neutral-300\/45 {
    border-top-color: rgb(212 212 212 / 0.45);
    border-bottom-color: rgb(212 212 212 / 0.45);
  }

  .lg\:border-y-neutral-300\/5 {
    border-top-color: rgb(212 212 212 / 0.05);
    border-bottom-color: rgb(212 212 212 / 0.05);
  }

  .lg\:border-y-neutral-300\/50 {
    border-top-color: rgb(212 212 212 / 0.5);
    border-bottom-color: rgb(212 212 212 / 0.5);
  }

  .lg\:border-y-neutral-300\/55 {
    border-top-color: rgb(212 212 212 / 0.55);
    border-bottom-color: rgb(212 212 212 / 0.55);
  }

  .lg\:border-y-neutral-300\/60 {
    border-top-color: rgb(212 212 212 / 0.6);
    border-bottom-color: rgb(212 212 212 / 0.6);
  }

  .lg\:border-y-neutral-300\/65 {
    border-top-color: rgb(212 212 212 / 0.65);
    border-bottom-color: rgb(212 212 212 / 0.65);
  }

  .lg\:border-y-neutral-300\/70 {
    border-top-color: rgb(212 212 212 / 0.7);
    border-bottom-color: rgb(212 212 212 / 0.7);
  }

  .lg\:border-y-neutral-300\/75 {
    border-top-color: rgb(212 212 212 / 0.75);
    border-bottom-color: rgb(212 212 212 / 0.75);
  }

  .lg\:border-y-neutral-300\/80 {
    border-top-color: rgb(212 212 212 / 0.8);
    border-bottom-color: rgb(212 212 212 / 0.8);
  }

  .lg\:border-y-neutral-300\/85 {
    border-top-color: rgb(212 212 212 / 0.85);
    border-bottom-color: rgb(212 212 212 / 0.85);
  }

  .lg\:border-y-neutral-300\/90 {
    border-top-color: rgb(212 212 212 / 0.9);
    border-bottom-color: rgb(212 212 212 / 0.9);
  }

  .lg\:border-y-neutral-300\/95 {
    border-top-color: rgb(212 212 212 / 0.95);
    border-bottom-color: rgb(212 212 212 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-neutral-400\/0 {
    border-top-color: rgb(163 163 163 / 0);
    border-bottom-color: rgb(163 163 163 / 0);
  }

  .lg\:border-y-neutral-400\/10 {
    border-top-color: rgb(163 163 163 / 0.1);
    border-bottom-color: rgb(163 163 163 / 0.1);
  }

  .lg\:border-y-neutral-400\/100 {
    border-top-color: rgb(163 163 163 / 1);
    border-bottom-color: rgb(163 163 163 / 1);
  }

  .lg\:border-y-neutral-400\/15 {
    border-top-color: rgb(163 163 163 / 0.15);
    border-bottom-color: rgb(163 163 163 / 0.15);
  }

  .lg\:border-y-neutral-400\/20 {
    border-top-color: rgb(163 163 163 / 0.2);
    border-bottom-color: rgb(163 163 163 / 0.2);
  }

  .lg\:border-y-neutral-400\/25 {
    border-top-color: rgb(163 163 163 / 0.25);
    border-bottom-color: rgb(163 163 163 / 0.25);
  }

  .lg\:border-y-neutral-400\/30 {
    border-top-color: rgb(163 163 163 / 0.3);
    border-bottom-color: rgb(163 163 163 / 0.3);
  }

  .lg\:border-y-neutral-400\/35 {
    border-top-color: rgb(163 163 163 / 0.35);
    border-bottom-color: rgb(163 163 163 / 0.35);
  }

  .lg\:border-y-neutral-400\/40 {
    border-top-color: rgb(163 163 163 / 0.4);
    border-bottom-color: rgb(163 163 163 / 0.4);
  }

  .lg\:border-y-neutral-400\/45 {
    border-top-color: rgb(163 163 163 / 0.45);
    border-bottom-color: rgb(163 163 163 / 0.45);
  }

  .lg\:border-y-neutral-400\/5 {
    border-top-color: rgb(163 163 163 / 0.05);
    border-bottom-color: rgb(163 163 163 / 0.05);
  }

  .lg\:border-y-neutral-400\/50 {
    border-top-color: rgb(163 163 163 / 0.5);
    border-bottom-color: rgb(163 163 163 / 0.5);
  }

  .lg\:border-y-neutral-400\/55 {
    border-top-color: rgb(163 163 163 / 0.55);
    border-bottom-color: rgb(163 163 163 / 0.55);
  }

  .lg\:border-y-neutral-400\/60 {
    border-top-color: rgb(163 163 163 / 0.6);
    border-bottom-color: rgb(163 163 163 / 0.6);
  }

  .lg\:border-y-neutral-400\/65 {
    border-top-color: rgb(163 163 163 / 0.65);
    border-bottom-color: rgb(163 163 163 / 0.65);
  }

  .lg\:border-y-neutral-400\/70 {
    border-top-color: rgb(163 163 163 / 0.7);
    border-bottom-color: rgb(163 163 163 / 0.7);
  }

  .lg\:border-y-neutral-400\/75 {
    border-top-color: rgb(163 163 163 / 0.75);
    border-bottom-color: rgb(163 163 163 / 0.75);
  }

  .lg\:border-y-neutral-400\/80 {
    border-top-color: rgb(163 163 163 / 0.8);
    border-bottom-color: rgb(163 163 163 / 0.8);
  }

  .lg\:border-y-neutral-400\/85 {
    border-top-color: rgb(163 163 163 / 0.85);
    border-bottom-color: rgb(163 163 163 / 0.85);
  }

  .lg\:border-y-neutral-400\/90 {
    border-top-color: rgb(163 163 163 / 0.9);
    border-bottom-color: rgb(163 163 163 / 0.9);
  }

  .lg\:border-y-neutral-400\/95 {
    border-top-color: rgb(163 163 163 / 0.95);
    border-bottom-color: rgb(163 163 163 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-neutral-50\/0 {
    border-top-color: rgb(250 250 250 / 0);
    border-bottom-color: rgb(250 250 250 / 0);
  }

  .lg\:border-y-neutral-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1);
    border-bottom-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-y-neutral-50\/100 {
    border-top-color: rgb(250 250 250 / 1);
    border-bottom-color: rgb(250 250 250 / 1);
  }

  .lg\:border-y-neutral-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15);
    border-bottom-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-y-neutral-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2);
    border-bottom-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-y-neutral-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25);
    border-bottom-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-y-neutral-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3);
    border-bottom-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-y-neutral-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35);
    border-bottom-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-y-neutral-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4);
    border-bottom-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-y-neutral-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45);
    border-bottom-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-y-neutral-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05);
    border-bottom-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-y-neutral-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5);
    border-bottom-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-y-neutral-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55);
    border-bottom-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-y-neutral-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6);
    border-bottom-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-y-neutral-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65);
    border-bottom-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-y-neutral-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7);
    border-bottom-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-y-neutral-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75);
    border-bottom-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-y-neutral-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8);
    border-bottom-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-y-neutral-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85);
    border-bottom-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-y-neutral-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9);
    border-bottom-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-y-neutral-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95);
    border-bottom-color: rgb(250 250 250 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-neutral-500\/0 {
    border-top-color: rgb(115 115 115 / 0);
    border-bottom-color: rgb(115 115 115 / 0);
  }

  .lg\:border-y-neutral-500\/10 {
    border-top-color: rgb(115 115 115 / 0.1);
    border-bottom-color: rgb(115 115 115 / 0.1);
  }

  .lg\:border-y-neutral-500\/100 {
    border-top-color: rgb(115 115 115 / 1);
    border-bottom-color: rgb(115 115 115 / 1);
  }

  .lg\:border-y-neutral-500\/15 {
    border-top-color: rgb(115 115 115 / 0.15);
    border-bottom-color: rgb(115 115 115 / 0.15);
  }

  .lg\:border-y-neutral-500\/20 {
    border-top-color: rgb(115 115 115 / 0.2);
    border-bottom-color: rgb(115 115 115 / 0.2);
  }

  .lg\:border-y-neutral-500\/25 {
    border-top-color: rgb(115 115 115 / 0.25);
    border-bottom-color: rgb(115 115 115 / 0.25);
  }

  .lg\:border-y-neutral-500\/30 {
    border-top-color: rgb(115 115 115 / 0.3);
    border-bottom-color: rgb(115 115 115 / 0.3);
  }

  .lg\:border-y-neutral-500\/35 {
    border-top-color: rgb(115 115 115 / 0.35);
    border-bottom-color: rgb(115 115 115 / 0.35);
  }

  .lg\:border-y-neutral-500\/40 {
    border-top-color: rgb(115 115 115 / 0.4);
    border-bottom-color: rgb(115 115 115 / 0.4);
  }

  .lg\:border-y-neutral-500\/45 {
    border-top-color: rgb(115 115 115 / 0.45);
    border-bottom-color: rgb(115 115 115 / 0.45);
  }

  .lg\:border-y-neutral-500\/5 {
    border-top-color: rgb(115 115 115 / 0.05);
    border-bottom-color: rgb(115 115 115 / 0.05);
  }

  .lg\:border-y-neutral-500\/50 {
    border-top-color: rgb(115 115 115 / 0.5);
    border-bottom-color: rgb(115 115 115 / 0.5);
  }

  .lg\:border-y-neutral-500\/55 {
    border-top-color: rgb(115 115 115 / 0.55);
    border-bottom-color: rgb(115 115 115 / 0.55);
  }

  .lg\:border-y-neutral-500\/60 {
    border-top-color: rgb(115 115 115 / 0.6);
    border-bottom-color: rgb(115 115 115 / 0.6);
  }

  .lg\:border-y-neutral-500\/65 {
    border-top-color: rgb(115 115 115 / 0.65);
    border-bottom-color: rgb(115 115 115 / 0.65);
  }

  .lg\:border-y-neutral-500\/70 {
    border-top-color: rgb(115 115 115 / 0.7);
    border-bottom-color: rgb(115 115 115 / 0.7);
  }

  .lg\:border-y-neutral-500\/75 {
    border-top-color: rgb(115 115 115 / 0.75);
    border-bottom-color: rgb(115 115 115 / 0.75);
  }

  .lg\:border-y-neutral-500\/80 {
    border-top-color: rgb(115 115 115 / 0.8);
    border-bottom-color: rgb(115 115 115 / 0.8);
  }

  .lg\:border-y-neutral-500\/85 {
    border-top-color: rgb(115 115 115 / 0.85);
    border-bottom-color: rgb(115 115 115 / 0.85);
  }

  .lg\:border-y-neutral-500\/90 {
    border-top-color: rgb(115 115 115 / 0.9);
    border-bottom-color: rgb(115 115 115 / 0.9);
  }

  .lg\:border-y-neutral-500\/95 {
    border-top-color: rgb(115 115 115 / 0.95);
    border-bottom-color: rgb(115 115 115 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-neutral-600\/0 {
    border-top-color: rgb(82 82 82 / 0);
    border-bottom-color: rgb(82 82 82 / 0);
  }

  .lg\:border-y-neutral-600\/10 {
    border-top-color: rgb(82 82 82 / 0.1);
    border-bottom-color: rgb(82 82 82 / 0.1);
  }

  .lg\:border-y-neutral-600\/100 {
    border-top-color: rgb(82 82 82 / 1);
    border-bottom-color: rgb(82 82 82 / 1);
  }

  .lg\:border-y-neutral-600\/15 {
    border-top-color: rgb(82 82 82 / 0.15);
    border-bottom-color: rgb(82 82 82 / 0.15);
  }

  .lg\:border-y-neutral-600\/20 {
    border-top-color: rgb(82 82 82 / 0.2);
    border-bottom-color: rgb(82 82 82 / 0.2);
  }

  .lg\:border-y-neutral-600\/25 {
    border-top-color: rgb(82 82 82 / 0.25);
    border-bottom-color: rgb(82 82 82 / 0.25);
  }

  .lg\:border-y-neutral-600\/30 {
    border-top-color: rgb(82 82 82 / 0.3);
    border-bottom-color: rgb(82 82 82 / 0.3);
  }

  .lg\:border-y-neutral-600\/35 {
    border-top-color: rgb(82 82 82 / 0.35);
    border-bottom-color: rgb(82 82 82 / 0.35);
  }

  .lg\:border-y-neutral-600\/40 {
    border-top-color: rgb(82 82 82 / 0.4);
    border-bottom-color: rgb(82 82 82 / 0.4);
  }

  .lg\:border-y-neutral-600\/45 {
    border-top-color: rgb(82 82 82 / 0.45);
    border-bottom-color: rgb(82 82 82 / 0.45);
  }

  .lg\:border-y-neutral-600\/5 {
    border-top-color: rgb(82 82 82 / 0.05);
    border-bottom-color: rgb(82 82 82 / 0.05);
  }

  .lg\:border-y-neutral-600\/50 {
    border-top-color: rgb(82 82 82 / 0.5);
    border-bottom-color: rgb(82 82 82 / 0.5);
  }

  .lg\:border-y-neutral-600\/55 {
    border-top-color: rgb(82 82 82 / 0.55);
    border-bottom-color: rgb(82 82 82 / 0.55);
  }

  .lg\:border-y-neutral-600\/60 {
    border-top-color: rgb(82 82 82 / 0.6);
    border-bottom-color: rgb(82 82 82 / 0.6);
  }

  .lg\:border-y-neutral-600\/65 {
    border-top-color: rgb(82 82 82 / 0.65);
    border-bottom-color: rgb(82 82 82 / 0.65);
  }

  .lg\:border-y-neutral-600\/70 {
    border-top-color: rgb(82 82 82 / 0.7);
    border-bottom-color: rgb(82 82 82 / 0.7);
  }

  .lg\:border-y-neutral-600\/75 {
    border-top-color: rgb(82 82 82 / 0.75);
    border-bottom-color: rgb(82 82 82 / 0.75);
  }

  .lg\:border-y-neutral-600\/80 {
    border-top-color: rgb(82 82 82 / 0.8);
    border-bottom-color: rgb(82 82 82 / 0.8);
  }

  .lg\:border-y-neutral-600\/85 {
    border-top-color: rgb(82 82 82 / 0.85);
    border-bottom-color: rgb(82 82 82 / 0.85);
  }

  .lg\:border-y-neutral-600\/90 {
    border-top-color: rgb(82 82 82 / 0.9);
    border-bottom-color: rgb(82 82 82 / 0.9);
  }

  .lg\:border-y-neutral-600\/95 {
    border-top-color: rgb(82 82 82 / 0.95);
    border-bottom-color: rgb(82 82 82 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-neutral-700\/0 {
    border-top-color: rgb(64 64 64 / 0);
    border-bottom-color: rgb(64 64 64 / 0);
  }

  .lg\:border-y-neutral-700\/10 {
    border-top-color: rgb(64 64 64 / 0.1);
    border-bottom-color: rgb(64 64 64 / 0.1);
  }

  .lg\:border-y-neutral-700\/100 {
    border-top-color: rgb(64 64 64 / 1);
    border-bottom-color: rgb(64 64 64 / 1);
  }

  .lg\:border-y-neutral-700\/15 {
    border-top-color: rgb(64 64 64 / 0.15);
    border-bottom-color: rgb(64 64 64 / 0.15);
  }

  .lg\:border-y-neutral-700\/20 {
    border-top-color: rgb(64 64 64 / 0.2);
    border-bottom-color: rgb(64 64 64 / 0.2);
  }

  .lg\:border-y-neutral-700\/25 {
    border-top-color: rgb(64 64 64 / 0.25);
    border-bottom-color: rgb(64 64 64 / 0.25);
  }

  .lg\:border-y-neutral-700\/30 {
    border-top-color: rgb(64 64 64 / 0.3);
    border-bottom-color: rgb(64 64 64 / 0.3);
  }

  .lg\:border-y-neutral-700\/35 {
    border-top-color: rgb(64 64 64 / 0.35);
    border-bottom-color: rgb(64 64 64 / 0.35);
  }

  .lg\:border-y-neutral-700\/40 {
    border-top-color: rgb(64 64 64 / 0.4);
    border-bottom-color: rgb(64 64 64 / 0.4);
  }

  .lg\:border-y-neutral-700\/45 {
    border-top-color: rgb(64 64 64 / 0.45);
    border-bottom-color: rgb(64 64 64 / 0.45);
  }

  .lg\:border-y-neutral-700\/5 {
    border-top-color: rgb(64 64 64 / 0.05);
    border-bottom-color: rgb(64 64 64 / 0.05);
  }

  .lg\:border-y-neutral-700\/50 {
    border-top-color: rgb(64 64 64 / 0.5);
    border-bottom-color: rgb(64 64 64 / 0.5);
  }

  .lg\:border-y-neutral-700\/55 {
    border-top-color: rgb(64 64 64 / 0.55);
    border-bottom-color: rgb(64 64 64 / 0.55);
  }

  .lg\:border-y-neutral-700\/60 {
    border-top-color: rgb(64 64 64 / 0.6);
    border-bottom-color: rgb(64 64 64 / 0.6);
  }

  .lg\:border-y-neutral-700\/65 {
    border-top-color: rgb(64 64 64 / 0.65);
    border-bottom-color: rgb(64 64 64 / 0.65);
  }

  .lg\:border-y-neutral-700\/70 {
    border-top-color: rgb(64 64 64 / 0.7);
    border-bottom-color: rgb(64 64 64 / 0.7);
  }

  .lg\:border-y-neutral-700\/75 {
    border-top-color: rgb(64 64 64 / 0.75);
    border-bottom-color: rgb(64 64 64 / 0.75);
  }

  .lg\:border-y-neutral-700\/80 {
    border-top-color: rgb(64 64 64 / 0.8);
    border-bottom-color: rgb(64 64 64 / 0.8);
  }

  .lg\:border-y-neutral-700\/85 {
    border-top-color: rgb(64 64 64 / 0.85);
    border-bottom-color: rgb(64 64 64 / 0.85);
  }

  .lg\:border-y-neutral-700\/90 {
    border-top-color: rgb(64 64 64 / 0.9);
    border-bottom-color: rgb(64 64 64 / 0.9);
  }

  .lg\:border-y-neutral-700\/95 {
    border-top-color: rgb(64 64 64 / 0.95);
    border-bottom-color: rgb(64 64 64 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-neutral-800\/0 {
    border-top-color: rgb(38 38 38 / 0);
    border-bottom-color: rgb(38 38 38 / 0);
  }

  .lg\:border-y-neutral-800\/10 {
    border-top-color: rgb(38 38 38 / 0.1);
    border-bottom-color: rgb(38 38 38 / 0.1);
  }

  .lg\:border-y-neutral-800\/100 {
    border-top-color: rgb(38 38 38 / 1);
    border-bottom-color: rgb(38 38 38 / 1);
  }

  .lg\:border-y-neutral-800\/15 {
    border-top-color: rgb(38 38 38 / 0.15);
    border-bottom-color: rgb(38 38 38 / 0.15);
  }

  .lg\:border-y-neutral-800\/20 {
    border-top-color: rgb(38 38 38 / 0.2);
    border-bottom-color: rgb(38 38 38 / 0.2);
  }

  .lg\:border-y-neutral-800\/25 {
    border-top-color: rgb(38 38 38 / 0.25);
    border-bottom-color: rgb(38 38 38 / 0.25);
  }

  .lg\:border-y-neutral-800\/30 {
    border-top-color: rgb(38 38 38 / 0.3);
    border-bottom-color: rgb(38 38 38 / 0.3);
  }

  .lg\:border-y-neutral-800\/35 {
    border-top-color: rgb(38 38 38 / 0.35);
    border-bottom-color: rgb(38 38 38 / 0.35);
  }

  .lg\:border-y-neutral-800\/40 {
    border-top-color: rgb(38 38 38 / 0.4);
    border-bottom-color: rgb(38 38 38 / 0.4);
  }

  .lg\:border-y-neutral-800\/45 {
    border-top-color: rgb(38 38 38 / 0.45);
    border-bottom-color: rgb(38 38 38 / 0.45);
  }

  .lg\:border-y-neutral-800\/5 {
    border-top-color: rgb(38 38 38 / 0.05);
    border-bottom-color: rgb(38 38 38 / 0.05);
  }

  .lg\:border-y-neutral-800\/50 {
    border-top-color: rgb(38 38 38 / 0.5);
    border-bottom-color: rgb(38 38 38 / 0.5);
  }

  .lg\:border-y-neutral-800\/55 {
    border-top-color: rgb(38 38 38 / 0.55);
    border-bottom-color: rgb(38 38 38 / 0.55);
  }

  .lg\:border-y-neutral-800\/60 {
    border-top-color: rgb(38 38 38 / 0.6);
    border-bottom-color: rgb(38 38 38 / 0.6);
  }

  .lg\:border-y-neutral-800\/65 {
    border-top-color: rgb(38 38 38 / 0.65);
    border-bottom-color: rgb(38 38 38 / 0.65);
  }

  .lg\:border-y-neutral-800\/70 {
    border-top-color: rgb(38 38 38 / 0.7);
    border-bottom-color: rgb(38 38 38 / 0.7);
  }

  .lg\:border-y-neutral-800\/75 {
    border-top-color: rgb(38 38 38 / 0.75);
    border-bottom-color: rgb(38 38 38 / 0.75);
  }

  .lg\:border-y-neutral-800\/80 {
    border-top-color: rgb(38 38 38 / 0.8);
    border-bottom-color: rgb(38 38 38 / 0.8);
  }

  .lg\:border-y-neutral-800\/85 {
    border-top-color: rgb(38 38 38 / 0.85);
    border-bottom-color: rgb(38 38 38 / 0.85);
  }

  .lg\:border-y-neutral-800\/90 {
    border-top-color: rgb(38 38 38 / 0.9);
    border-bottom-color: rgb(38 38 38 / 0.9);
  }

  .lg\:border-y-neutral-800\/95 {
    border-top-color: rgb(38 38 38 / 0.95);
    border-bottom-color: rgb(38 38 38 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-neutral-900\/0 {
    border-top-color: rgb(23 23 23 / 0);
    border-bottom-color: rgb(23 23 23 / 0);
  }

  .lg\:border-y-neutral-900\/10 {
    border-top-color: rgb(23 23 23 / 0.1);
    border-bottom-color: rgb(23 23 23 / 0.1);
  }

  .lg\:border-y-neutral-900\/100 {
    border-top-color: rgb(23 23 23 / 1);
    border-bottom-color: rgb(23 23 23 / 1);
  }

  .lg\:border-y-neutral-900\/15 {
    border-top-color: rgb(23 23 23 / 0.15);
    border-bottom-color: rgb(23 23 23 / 0.15);
  }

  .lg\:border-y-neutral-900\/20 {
    border-top-color: rgb(23 23 23 / 0.2);
    border-bottom-color: rgb(23 23 23 / 0.2);
  }

  .lg\:border-y-neutral-900\/25 {
    border-top-color: rgb(23 23 23 / 0.25);
    border-bottom-color: rgb(23 23 23 / 0.25);
  }

  .lg\:border-y-neutral-900\/30 {
    border-top-color: rgb(23 23 23 / 0.3);
    border-bottom-color: rgb(23 23 23 / 0.3);
  }

  .lg\:border-y-neutral-900\/35 {
    border-top-color: rgb(23 23 23 / 0.35);
    border-bottom-color: rgb(23 23 23 / 0.35);
  }

  .lg\:border-y-neutral-900\/40 {
    border-top-color: rgb(23 23 23 / 0.4);
    border-bottom-color: rgb(23 23 23 / 0.4);
  }

  .lg\:border-y-neutral-900\/45 {
    border-top-color: rgb(23 23 23 / 0.45);
    border-bottom-color: rgb(23 23 23 / 0.45);
  }

  .lg\:border-y-neutral-900\/5 {
    border-top-color: rgb(23 23 23 / 0.05);
    border-bottom-color: rgb(23 23 23 / 0.05);
  }

  .lg\:border-y-neutral-900\/50 {
    border-top-color: rgb(23 23 23 / 0.5);
    border-bottom-color: rgb(23 23 23 / 0.5);
  }

  .lg\:border-y-neutral-900\/55 {
    border-top-color: rgb(23 23 23 / 0.55);
    border-bottom-color: rgb(23 23 23 / 0.55);
  }

  .lg\:border-y-neutral-900\/60 {
    border-top-color: rgb(23 23 23 / 0.6);
    border-bottom-color: rgb(23 23 23 / 0.6);
  }

  .lg\:border-y-neutral-900\/65 {
    border-top-color: rgb(23 23 23 / 0.65);
    border-bottom-color: rgb(23 23 23 / 0.65);
  }

  .lg\:border-y-neutral-900\/70 {
    border-top-color: rgb(23 23 23 / 0.7);
    border-bottom-color: rgb(23 23 23 / 0.7);
  }

  .lg\:border-y-neutral-900\/75 {
    border-top-color: rgb(23 23 23 / 0.75);
    border-bottom-color: rgb(23 23 23 / 0.75);
  }

  .lg\:border-y-neutral-900\/80 {
    border-top-color: rgb(23 23 23 / 0.8);
    border-bottom-color: rgb(23 23 23 / 0.8);
  }

  .lg\:border-y-neutral-900\/85 {
    border-top-color: rgb(23 23 23 / 0.85);
    border-bottom-color: rgb(23 23 23 / 0.85);
  }

  .lg\:border-y-neutral-900\/90 {
    border-top-color: rgb(23 23 23 / 0.9);
    border-bottom-color: rgb(23 23 23 / 0.9);
  }

  .lg\:border-y-neutral-900\/95 {
    border-top-color: rgb(23 23 23 / 0.95);
    border-bottom-color: rgb(23 23 23 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-neutral-950\/0 {
    border-top-color: rgb(10 10 10 / 0);
    border-bottom-color: rgb(10 10 10 / 0);
  }

  .lg\:border-y-neutral-950\/10 {
    border-top-color: rgb(10 10 10 / 0.1);
    border-bottom-color: rgb(10 10 10 / 0.1);
  }

  .lg\:border-y-neutral-950\/100 {
    border-top-color: rgb(10 10 10 / 1);
    border-bottom-color: rgb(10 10 10 / 1);
  }

  .lg\:border-y-neutral-950\/15 {
    border-top-color: rgb(10 10 10 / 0.15);
    border-bottom-color: rgb(10 10 10 / 0.15);
  }

  .lg\:border-y-neutral-950\/20 {
    border-top-color: rgb(10 10 10 / 0.2);
    border-bottom-color: rgb(10 10 10 / 0.2);
  }

  .lg\:border-y-neutral-950\/25 {
    border-top-color: rgb(10 10 10 / 0.25);
    border-bottom-color: rgb(10 10 10 / 0.25);
  }

  .lg\:border-y-neutral-950\/30 {
    border-top-color: rgb(10 10 10 / 0.3);
    border-bottom-color: rgb(10 10 10 / 0.3);
  }

  .lg\:border-y-neutral-950\/35 {
    border-top-color: rgb(10 10 10 / 0.35);
    border-bottom-color: rgb(10 10 10 / 0.35);
  }

  .lg\:border-y-neutral-950\/40 {
    border-top-color: rgb(10 10 10 / 0.4);
    border-bottom-color: rgb(10 10 10 / 0.4);
  }

  .lg\:border-y-neutral-950\/45 {
    border-top-color: rgb(10 10 10 / 0.45);
    border-bottom-color: rgb(10 10 10 / 0.45);
  }

  .lg\:border-y-neutral-950\/5 {
    border-top-color: rgb(10 10 10 / 0.05);
    border-bottom-color: rgb(10 10 10 / 0.05);
  }

  .lg\:border-y-neutral-950\/50 {
    border-top-color: rgb(10 10 10 / 0.5);
    border-bottom-color: rgb(10 10 10 / 0.5);
  }

  .lg\:border-y-neutral-950\/55 {
    border-top-color: rgb(10 10 10 / 0.55);
    border-bottom-color: rgb(10 10 10 / 0.55);
  }

  .lg\:border-y-neutral-950\/60 {
    border-top-color: rgb(10 10 10 / 0.6);
    border-bottom-color: rgb(10 10 10 / 0.6);
  }

  .lg\:border-y-neutral-950\/65 {
    border-top-color: rgb(10 10 10 / 0.65);
    border-bottom-color: rgb(10 10 10 / 0.65);
  }

  .lg\:border-y-neutral-950\/70 {
    border-top-color: rgb(10 10 10 / 0.7);
    border-bottom-color: rgb(10 10 10 / 0.7);
  }

  .lg\:border-y-neutral-950\/75 {
    border-top-color: rgb(10 10 10 / 0.75);
    border-bottom-color: rgb(10 10 10 / 0.75);
  }

  .lg\:border-y-neutral-950\/80 {
    border-top-color: rgb(10 10 10 / 0.8);
    border-bottom-color: rgb(10 10 10 / 0.8);
  }

  .lg\:border-y-neutral-950\/85 {
    border-top-color: rgb(10 10 10 / 0.85);
    border-bottom-color: rgb(10 10 10 / 0.85);
  }

  .lg\:border-y-neutral-950\/90 {
    border-top-color: rgb(10 10 10 / 0.9);
    border-bottom-color: rgb(10 10 10 / 0.9);
  }

  .lg\:border-y-neutral-950\/95 {
    border-top-color: rgb(10 10 10 / 0.95);
    border-bottom-color: rgb(10 10 10 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-orange-100\/0 {
    border-top-color: rgb(255 237 213 / 0);
    border-bottom-color: rgb(255 237 213 / 0);
  }

  .lg\:border-y-orange-100\/10 {
    border-top-color: rgb(255 237 213 / 0.1);
    border-bottom-color: rgb(255 237 213 / 0.1);
  }

  .lg\:border-y-orange-100\/100 {
    border-top-color: rgb(255 237 213 / 1);
    border-bottom-color: rgb(255 237 213 / 1);
  }

  .lg\:border-y-orange-100\/15 {
    border-top-color: rgb(255 237 213 / 0.15);
    border-bottom-color: rgb(255 237 213 / 0.15);
  }

  .lg\:border-y-orange-100\/20 {
    border-top-color: rgb(255 237 213 / 0.2);
    border-bottom-color: rgb(255 237 213 / 0.2);
  }

  .lg\:border-y-orange-100\/25 {
    border-top-color: rgb(255 237 213 / 0.25);
    border-bottom-color: rgb(255 237 213 / 0.25);
  }

  .lg\:border-y-orange-100\/30 {
    border-top-color: rgb(255 237 213 / 0.3);
    border-bottom-color: rgb(255 237 213 / 0.3);
  }

  .lg\:border-y-orange-100\/35 {
    border-top-color: rgb(255 237 213 / 0.35);
    border-bottom-color: rgb(255 237 213 / 0.35);
  }

  .lg\:border-y-orange-100\/40 {
    border-top-color: rgb(255 237 213 / 0.4);
    border-bottom-color: rgb(255 237 213 / 0.4);
  }

  .lg\:border-y-orange-100\/45 {
    border-top-color: rgb(255 237 213 / 0.45);
    border-bottom-color: rgb(255 237 213 / 0.45);
  }

  .lg\:border-y-orange-100\/5 {
    border-top-color: rgb(255 237 213 / 0.05);
    border-bottom-color: rgb(255 237 213 / 0.05);
  }

  .lg\:border-y-orange-100\/50 {
    border-top-color: rgb(255 237 213 / 0.5);
    border-bottom-color: rgb(255 237 213 / 0.5);
  }

  .lg\:border-y-orange-100\/55 {
    border-top-color: rgb(255 237 213 / 0.55);
    border-bottom-color: rgb(255 237 213 / 0.55);
  }

  .lg\:border-y-orange-100\/60 {
    border-top-color: rgb(255 237 213 / 0.6);
    border-bottom-color: rgb(255 237 213 / 0.6);
  }

  .lg\:border-y-orange-100\/65 {
    border-top-color: rgb(255 237 213 / 0.65);
    border-bottom-color: rgb(255 237 213 / 0.65);
  }

  .lg\:border-y-orange-100\/70 {
    border-top-color: rgb(255 237 213 / 0.7);
    border-bottom-color: rgb(255 237 213 / 0.7);
  }

  .lg\:border-y-orange-100\/75 {
    border-top-color: rgb(255 237 213 / 0.75);
    border-bottom-color: rgb(255 237 213 / 0.75);
  }

  .lg\:border-y-orange-100\/80 {
    border-top-color: rgb(255 237 213 / 0.8);
    border-bottom-color: rgb(255 237 213 / 0.8);
  }

  .lg\:border-y-orange-100\/85 {
    border-top-color: rgb(255 237 213 / 0.85);
    border-bottom-color: rgb(255 237 213 / 0.85);
  }

  .lg\:border-y-orange-100\/90 {
    border-top-color: rgb(255 237 213 / 0.9);
    border-bottom-color: rgb(255 237 213 / 0.9);
  }

  .lg\:border-y-orange-100\/95 {
    border-top-color: rgb(255 237 213 / 0.95);
    border-bottom-color: rgb(255 237 213 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-orange-200\/0 {
    border-top-color: rgb(254 215 170 / 0);
    border-bottom-color: rgb(254 215 170 / 0);
  }

  .lg\:border-y-orange-200\/10 {
    border-top-color: rgb(254 215 170 / 0.1);
    border-bottom-color: rgb(254 215 170 / 0.1);
  }

  .lg\:border-y-orange-200\/100 {
    border-top-color: rgb(254 215 170 / 1);
    border-bottom-color: rgb(254 215 170 / 1);
  }

  .lg\:border-y-orange-200\/15 {
    border-top-color: rgb(254 215 170 / 0.15);
    border-bottom-color: rgb(254 215 170 / 0.15);
  }

  .lg\:border-y-orange-200\/20 {
    border-top-color: rgb(254 215 170 / 0.2);
    border-bottom-color: rgb(254 215 170 / 0.2);
  }

  .lg\:border-y-orange-200\/25 {
    border-top-color: rgb(254 215 170 / 0.25);
    border-bottom-color: rgb(254 215 170 / 0.25);
  }

  .lg\:border-y-orange-200\/30 {
    border-top-color: rgb(254 215 170 / 0.3);
    border-bottom-color: rgb(254 215 170 / 0.3);
  }

  .lg\:border-y-orange-200\/35 {
    border-top-color: rgb(254 215 170 / 0.35);
    border-bottom-color: rgb(254 215 170 / 0.35);
  }

  .lg\:border-y-orange-200\/40 {
    border-top-color: rgb(254 215 170 / 0.4);
    border-bottom-color: rgb(254 215 170 / 0.4);
  }

  .lg\:border-y-orange-200\/45 {
    border-top-color: rgb(254 215 170 / 0.45);
    border-bottom-color: rgb(254 215 170 / 0.45);
  }

  .lg\:border-y-orange-200\/5 {
    border-top-color: rgb(254 215 170 / 0.05);
    border-bottom-color: rgb(254 215 170 / 0.05);
  }

  .lg\:border-y-orange-200\/50 {
    border-top-color: rgb(254 215 170 / 0.5);
    border-bottom-color: rgb(254 215 170 / 0.5);
  }

  .lg\:border-y-orange-200\/55 {
    border-top-color: rgb(254 215 170 / 0.55);
    border-bottom-color: rgb(254 215 170 / 0.55);
  }

  .lg\:border-y-orange-200\/60 {
    border-top-color: rgb(254 215 170 / 0.6);
    border-bottom-color: rgb(254 215 170 / 0.6);
  }

  .lg\:border-y-orange-200\/65 {
    border-top-color: rgb(254 215 170 / 0.65);
    border-bottom-color: rgb(254 215 170 / 0.65);
  }

  .lg\:border-y-orange-200\/70 {
    border-top-color: rgb(254 215 170 / 0.7);
    border-bottom-color: rgb(254 215 170 / 0.7);
  }

  .lg\:border-y-orange-200\/75 {
    border-top-color: rgb(254 215 170 / 0.75);
    border-bottom-color: rgb(254 215 170 / 0.75);
  }

  .lg\:border-y-orange-200\/80 {
    border-top-color: rgb(254 215 170 / 0.8);
    border-bottom-color: rgb(254 215 170 / 0.8);
  }

  .lg\:border-y-orange-200\/85 {
    border-top-color: rgb(254 215 170 / 0.85);
    border-bottom-color: rgb(254 215 170 / 0.85);
  }

  .lg\:border-y-orange-200\/90 {
    border-top-color: rgb(254 215 170 / 0.9);
    border-bottom-color: rgb(254 215 170 / 0.9);
  }

  .lg\:border-y-orange-200\/95 {
    border-top-color: rgb(254 215 170 / 0.95);
    border-bottom-color: rgb(254 215 170 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-orange-300\/0 {
    border-top-color: rgb(253 186 116 / 0);
    border-bottom-color: rgb(253 186 116 / 0);
  }

  .lg\:border-y-orange-300\/10 {
    border-top-color: rgb(253 186 116 / 0.1);
    border-bottom-color: rgb(253 186 116 / 0.1);
  }

  .lg\:border-y-orange-300\/100 {
    border-top-color: rgb(253 186 116 / 1);
    border-bottom-color: rgb(253 186 116 / 1);
  }

  .lg\:border-y-orange-300\/15 {
    border-top-color: rgb(253 186 116 / 0.15);
    border-bottom-color: rgb(253 186 116 / 0.15);
  }

  .lg\:border-y-orange-300\/20 {
    border-top-color: rgb(253 186 116 / 0.2);
    border-bottom-color: rgb(253 186 116 / 0.2);
  }

  .lg\:border-y-orange-300\/25 {
    border-top-color: rgb(253 186 116 / 0.25);
    border-bottom-color: rgb(253 186 116 / 0.25);
  }

  .lg\:border-y-orange-300\/30 {
    border-top-color: rgb(253 186 116 / 0.3);
    border-bottom-color: rgb(253 186 116 / 0.3);
  }

  .lg\:border-y-orange-300\/35 {
    border-top-color: rgb(253 186 116 / 0.35);
    border-bottom-color: rgb(253 186 116 / 0.35);
  }

  .lg\:border-y-orange-300\/40 {
    border-top-color: rgb(253 186 116 / 0.4);
    border-bottom-color: rgb(253 186 116 / 0.4);
  }

  .lg\:border-y-orange-300\/45 {
    border-top-color: rgb(253 186 116 / 0.45);
    border-bottom-color: rgb(253 186 116 / 0.45);
  }

  .lg\:border-y-orange-300\/5 {
    border-top-color: rgb(253 186 116 / 0.05);
    border-bottom-color: rgb(253 186 116 / 0.05);
  }

  .lg\:border-y-orange-300\/50 {
    border-top-color: rgb(253 186 116 / 0.5);
    border-bottom-color: rgb(253 186 116 / 0.5);
  }

  .lg\:border-y-orange-300\/55 {
    border-top-color: rgb(253 186 116 / 0.55);
    border-bottom-color: rgb(253 186 116 / 0.55);
  }

  .lg\:border-y-orange-300\/60 {
    border-top-color: rgb(253 186 116 / 0.6);
    border-bottom-color: rgb(253 186 116 / 0.6);
  }

  .lg\:border-y-orange-300\/65 {
    border-top-color: rgb(253 186 116 / 0.65);
    border-bottom-color: rgb(253 186 116 / 0.65);
  }

  .lg\:border-y-orange-300\/70 {
    border-top-color: rgb(253 186 116 / 0.7);
    border-bottom-color: rgb(253 186 116 / 0.7);
  }

  .lg\:border-y-orange-300\/75 {
    border-top-color: rgb(253 186 116 / 0.75);
    border-bottom-color: rgb(253 186 116 / 0.75);
  }

  .lg\:border-y-orange-300\/80 {
    border-top-color: rgb(253 186 116 / 0.8);
    border-bottom-color: rgb(253 186 116 / 0.8);
  }

  .lg\:border-y-orange-300\/85 {
    border-top-color: rgb(253 186 116 / 0.85);
    border-bottom-color: rgb(253 186 116 / 0.85);
  }

  .lg\:border-y-orange-300\/90 {
    border-top-color: rgb(253 186 116 / 0.9);
    border-bottom-color: rgb(253 186 116 / 0.9);
  }

  .lg\:border-y-orange-300\/95 {
    border-top-color: rgb(253 186 116 / 0.95);
    border-bottom-color: rgb(253 186 116 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-orange-400\/0 {
    border-top-color: rgb(251 146 60 / 0);
    border-bottom-color: rgb(251 146 60 / 0);
  }

  .lg\:border-y-orange-400\/10 {
    border-top-color: rgb(251 146 60 / 0.1);
    border-bottom-color: rgb(251 146 60 / 0.1);
  }

  .lg\:border-y-orange-400\/100 {
    border-top-color: rgb(251 146 60 / 1);
    border-bottom-color: rgb(251 146 60 / 1);
  }

  .lg\:border-y-orange-400\/15 {
    border-top-color: rgb(251 146 60 / 0.15);
    border-bottom-color: rgb(251 146 60 / 0.15);
  }

  .lg\:border-y-orange-400\/20 {
    border-top-color: rgb(251 146 60 / 0.2);
    border-bottom-color: rgb(251 146 60 / 0.2);
  }

  .lg\:border-y-orange-400\/25 {
    border-top-color: rgb(251 146 60 / 0.25);
    border-bottom-color: rgb(251 146 60 / 0.25);
  }

  .lg\:border-y-orange-400\/30 {
    border-top-color: rgb(251 146 60 / 0.3);
    border-bottom-color: rgb(251 146 60 / 0.3);
  }

  .lg\:border-y-orange-400\/35 {
    border-top-color: rgb(251 146 60 / 0.35);
    border-bottom-color: rgb(251 146 60 / 0.35);
  }

  .lg\:border-y-orange-400\/40 {
    border-top-color: rgb(251 146 60 / 0.4);
    border-bottom-color: rgb(251 146 60 / 0.4);
  }

  .lg\:border-y-orange-400\/45 {
    border-top-color: rgb(251 146 60 / 0.45);
    border-bottom-color: rgb(251 146 60 / 0.45);
  }

  .lg\:border-y-orange-400\/5 {
    border-top-color: rgb(251 146 60 / 0.05);
    border-bottom-color: rgb(251 146 60 / 0.05);
  }

  .lg\:border-y-orange-400\/50 {
    border-top-color: rgb(251 146 60 / 0.5);
    border-bottom-color: rgb(251 146 60 / 0.5);
  }

  .lg\:border-y-orange-400\/55 {
    border-top-color: rgb(251 146 60 / 0.55);
    border-bottom-color: rgb(251 146 60 / 0.55);
  }

  .lg\:border-y-orange-400\/60 {
    border-top-color: rgb(251 146 60 / 0.6);
    border-bottom-color: rgb(251 146 60 / 0.6);
  }

  .lg\:border-y-orange-400\/65 {
    border-top-color: rgb(251 146 60 / 0.65);
    border-bottom-color: rgb(251 146 60 / 0.65);
  }

  .lg\:border-y-orange-400\/70 {
    border-top-color: rgb(251 146 60 / 0.7);
    border-bottom-color: rgb(251 146 60 / 0.7);
  }

  .lg\:border-y-orange-400\/75 {
    border-top-color: rgb(251 146 60 / 0.75);
    border-bottom-color: rgb(251 146 60 / 0.75);
  }

  .lg\:border-y-orange-400\/80 {
    border-top-color: rgb(251 146 60 / 0.8);
    border-bottom-color: rgb(251 146 60 / 0.8);
  }

  .lg\:border-y-orange-400\/85 {
    border-top-color: rgb(251 146 60 / 0.85);
    border-bottom-color: rgb(251 146 60 / 0.85);
  }

  .lg\:border-y-orange-400\/90 {
    border-top-color: rgb(251 146 60 / 0.9);
    border-bottom-color: rgb(251 146 60 / 0.9);
  }

  .lg\:border-y-orange-400\/95 {
    border-top-color: rgb(251 146 60 / 0.95);
    border-bottom-color: rgb(251 146 60 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-orange-50\/0 {
    border-top-color: rgb(255 247 237 / 0);
    border-bottom-color: rgb(255 247 237 / 0);
  }

  .lg\:border-y-orange-50\/10 {
    border-top-color: rgb(255 247 237 / 0.1);
    border-bottom-color: rgb(255 247 237 / 0.1);
  }

  .lg\:border-y-orange-50\/100 {
    border-top-color: rgb(255 247 237 / 1);
    border-bottom-color: rgb(255 247 237 / 1);
  }

  .lg\:border-y-orange-50\/15 {
    border-top-color: rgb(255 247 237 / 0.15);
    border-bottom-color: rgb(255 247 237 / 0.15);
  }

  .lg\:border-y-orange-50\/20 {
    border-top-color: rgb(255 247 237 / 0.2);
    border-bottom-color: rgb(255 247 237 / 0.2);
  }

  .lg\:border-y-orange-50\/25 {
    border-top-color: rgb(255 247 237 / 0.25);
    border-bottom-color: rgb(255 247 237 / 0.25);
  }

  .lg\:border-y-orange-50\/30 {
    border-top-color: rgb(255 247 237 / 0.3);
    border-bottom-color: rgb(255 247 237 / 0.3);
  }

  .lg\:border-y-orange-50\/35 {
    border-top-color: rgb(255 247 237 / 0.35);
    border-bottom-color: rgb(255 247 237 / 0.35);
  }

  .lg\:border-y-orange-50\/40 {
    border-top-color: rgb(255 247 237 / 0.4);
    border-bottom-color: rgb(255 247 237 / 0.4);
  }

  .lg\:border-y-orange-50\/45 {
    border-top-color: rgb(255 247 237 / 0.45);
    border-bottom-color: rgb(255 247 237 / 0.45);
  }

  .lg\:border-y-orange-50\/5 {
    border-top-color: rgb(255 247 237 / 0.05);
    border-bottom-color: rgb(255 247 237 / 0.05);
  }

  .lg\:border-y-orange-50\/50 {
    border-top-color: rgb(255 247 237 / 0.5);
    border-bottom-color: rgb(255 247 237 / 0.5);
  }

  .lg\:border-y-orange-50\/55 {
    border-top-color: rgb(255 247 237 / 0.55);
    border-bottom-color: rgb(255 247 237 / 0.55);
  }

  .lg\:border-y-orange-50\/60 {
    border-top-color: rgb(255 247 237 / 0.6);
    border-bottom-color: rgb(255 247 237 / 0.6);
  }

  .lg\:border-y-orange-50\/65 {
    border-top-color: rgb(255 247 237 / 0.65);
    border-bottom-color: rgb(255 247 237 / 0.65);
  }

  .lg\:border-y-orange-50\/70 {
    border-top-color: rgb(255 247 237 / 0.7);
    border-bottom-color: rgb(255 247 237 / 0.7);
  }

  .lg\:border-y-orange-50\/75 {
    border-top-color: rgb(255 247 237 / 0.75);
    border-bottom-color: rgb(255 247 237 / 0.75);
  }

  .lg\:border-y-orange-50\/80 {
    border-top-color: rgb(255 247 237 / 0.8);
    border-bottom-color: rgb(255 247 237 / 0.8);
  }

  .lg\:border-y-orange-50\/85 {
    border-top-color: rgb(255 247 237 / 0.85);
    border-bottom-color: rgb(255 247 237 / 0.85);
  }

  .lg\:border-y-orange-50\/90 {
    border-top-color: rgb(255 247 237 / 0.9);
    border-bottom-color: rgb(255 247 237 / 0.9);
  }

  .lg\:border-y-orange-50\/95 {
    border-top-color: rgb(255 247 237 / 0.95);
    border-bottom-color: rgb(255 247 237 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-orange-500\/0 {
    border-top-color: rgb(249 115 22 / 0);
    border-bottom-color: rgb(249 115 22 / 0);
  }

  .lg\:border-y-orange-500\/10 {
    border-top-color: rgb(249 115 22 / 0.1);
    border-bottom-color: rgb(249 115 22 / 0.1);
  }

  .lg\:border-y-orange-500\/100 {
    border-top-color: rgb(249 115 22 / 1);
    border-bottom-color: rgb(249 115 22 / 1);
  }

  .lg\:border-y-orange-500\/15 {
    border-top-color: rgb(249 115 22 / 0.15);
    border-bottom-color: rgb(249 115 22 / 0.15);
  }

  .lg\:border-y-orange-500\/20 {
    border-top-color: rgb(249 115 22 / 0.2);
    border-bottom-color: rgb(249 115 22 / 0.2);
  }

  .lg\:border-y-orange-500\/25 {
    border-top-color: rgb(249 115 22 / 0.25);
    border-bottom-color: rgb(249 115 22 / 0.25);
  }

  .lg\:border-y-orange-500\/30 {
    border-top-color: rgb(249 115 22 / 0.3);
    border-bottom-color: rgb(249 115 22 / 0.3);
  }

  .lg\:border-y-orange-500\/35 {
    border-top-color: rgb(249 115 22 / 0.35);
    border-bottom-color: rgb(249 115 22 / 0.35);
  }

  .lg\:border-y-orange-500\/40 {
    border-top-color: rgb(249 115 22 / 0.4);
    border-bottom-color: rgb(249 115 22 / 0.4);
  }

  .lg\:border-y-orange-500\/45 {
    border-top-color: rgb(249 115 22 / 0.45);
    border-bottom-color: rgb(249 115 22 / 0.45);
  }

  .lg\:border-y-orange-500\/5 {
    border-top-color: rgb(249 115 22 / 0.05);
    border-bottom-color: rgb(249 115 22 / 0.05);
  }

  .lg\:border-y-orange-500\/50 {
    border-top-color: rgb(249 115 22 / 0.5);
    border-bottom-color: rgb(249 115 22 / 0.5);
  }

  .lg\:border-y-orange-500\/55 {
    border-top-color: rgb(249 115 22 / 0.55);
    border-bottom-color: rgb(249 115 22 / 0.55);
  }

  .lg\:border-y-orange-500\/60 {
    border-top-color: rgb(249 115 22 / 0.6);
    border-bottom-color: rgb(249 115 22 / 0.6);
  }

  .lg\:border-y-orange-500\/65 {
    border-top-color: rgb(249 115 22 / 0.65);
    border-bottom-color: rgb(249 115 22 / 0.65);
  }

  .lg\:border-y-orange-500\/70 {
    border-top-color: rgb(249 115 22 / 0.7);
    border-bottom-color: rgb(249 115 22 / 0.7);
  }

  .lg\:border-y-orange-500\/75 {
    border-top-color: rgb(249 115 22 / 0.75);
    border-bottom-color: rgb(249 115 22 / 0.75);
  }

  .lg\:border-y-orange-500\/80 {
    border-top-color: rgb(249 115 22 / 0.8);
    border-bottom-color: rgb(249 115 22 / 0.8);
  }

  .lg\:border-y-orange-500\/85 {
    border-top-color: rgb(249 115 22 / 0.85);
    border-bottom-color: rgb(249 115 22 / 0.85);
  }

  .lg\:border-y-orange-500\/90 {
    border-top-color: rgb(249 115 22 / 0.9);
    border-bottom-color: rgb(249 115 22 / 0.9);
  }

  .lg\:border-y-orange-500\/95 {
    border-top-color: rgb(249 115 22 / 0.95);
    border-bottom-color: rgb(249 115 22 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-orange-600\/0 {
    border-top-color: rgb(234 88 12 / 0);
    border-bottom-color: rgb(234 88 12 / 0);
  }

  .lg\:border-y-orange-600\/10 {
    border-top-color: rgb(234 88 12 / 0.1);
    border-bottom-color: rgb(234 88 12 / 0.1);
  }

  .lg\:border-y-orange-600\/100 {
    border-top-color: rgb(234 88 12 / 1);
    border-bottom-color: rgb(234 88 12 / 1);
  }

  .lg\:border-y-orange-600\/15 {
    border-top-color: rgb(234 88 12 / 0.15);
    border-bottom-color: rgb(234 88 12 / 0.15);
  }

  .lg\:border-y-orange-600\/20 {
    border-top-color: rgb(234 88 12 / 0.2);
    border-bottom-color: rgb(234 88 12 / 0.2);
  }

  .lg\:border-y-orange-600\/25 {
    border-top-color: rgb(234 88 12 / 0.25);
    border-bottom-color: rgb(234 88 12 / 0.25);
  }

  .lg\:border-y-orange-600\/30 {
    border-top-color: rgb(234 88 12 / 0.3);
    border-bottom-color: rgb(234 88 12 / 0.3);
  }

  .lg\:border-y-orange-600\/35 {
    border-top-color: rgb(234 88 12 / 0.35);
    border-bottom-color: rgb(234 88 12 / 0.35);
  }

  .lg\:border-y-orange-600\/40 {
    border-top-color: rgb(234 88 12 / 0.4);
    border-bottom-color: rgb(234 88 12 / 0.4);
  }

  .lg\:border-y-orange-600\/45 {
    border-top-color: rgb(234 88 12 / 0.45);
    border-bottom-color: rgb(234 88 12 / 0.45);
  }

  .lg\:border-y-orange-600\/5 {
    border-top-color: rgb(234 88 12 / 0.05);
    border-bottom-color: rgb(234 88 12 / 0.05);
  }

  .lg\:border-y-orange-600\/50 {
    border-top-color: rgb(234 88 12 / 0.5);
    border-bottom-color: rgb(234 88 12 / 0.5);
  }

  .lg\:border-y-orange-600\/55 {
    border-top-color: rgb(234 88 12 / 0.55);
    border-bottom-color: rgb(234 88 12 / 0.55);
  }

  .lg\:border-y-orange-600\/60 {
    border-top-color: rgb(234 88 12 / 0.6);
    border-bottom-color: rgb(234 88 12 / 0.6);
  }

  .lg\:border-y-orange-600\/65 {
    border-top-color: rgb(234 88 12 / 0.65);
    border-bottom-color: rgb(234 88 12 / 0.65);
  }

  .lg\:border-y-orange-600\/70 {
    border-top-color: rgb(234 88 12 / 0.7);
    border-bottom-color: rgb(234 88 12 / 0.7);
  }

  .lg\:border-y-orange-600\/75 {
    border-top-color: rgb(234 88 12 / 0.75);
    border-bottom-color: rgb(234 88 12 / 0.75);
  }

  .lg\:border-y-orange-600\/80 {
    border-top-color: rgb(234 88 12 / 0.8);
    border-bottom-color: rgb(234 88 12 / 0.8);
  }

  .lg\:border-y-orange-600\/85 {
    border-top-color: rgb(234 88 12 / 0.85);
    border-bottom-color: rgb(234 88 12 / 0.85);
  }

  .lg\:border-y-orange-600\/90 {
    border-top-color: rgb(234 88 12 / 0.9);
    border-bottom-color: rgb(234 88 12 / 0.9);
  }

  .lg\:border-y-orange-600\/95 {
    border-top-color: rgb(234 88 12 / 0.95);
    border-bottom-color: rgb(234 88 12 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-orange-700\/0 {
    border-top-color: rgb(194 65 12 / 0);
    border-bottom-color: rgb(194 65 12 / 0);
  }

  .lg\:border-y-orange-700\/10 {
    border-top-color: rgb(194 65 12 / 0.1);
    border-bottom-color: rgb(194 65 12 / 0.1);
  }

  .lg\:border-y-orange-700\/100 {
    border-top-color: rgb(194 65 12 / 1);
    border-bottom-color: rgb(194 65 12 / 1);
  }

  .lg\:border-y-orange-700\/15 {
    border-top-color: rgb(194 65 12 / 0.15);
    border-bottom-color: rgb(194 65 12 / 0.15);
  }

  .lg\:border-y-orange-700\/20 {
    border-top-color: rgb(194 65 12 / 0.2);
    border-bottom-color: rgb(194 65 12 / 0.2);
  }

  .lg\:border-y-orange-700\/25 {
    border-top-color: rgb(194 65 12 / 0.25);
    border-bottom-color: rgb(194 65 12 / 0.25);
  }

  .lg\:border-y-orange-700\/30 {
    border-top-color: rgb(194 65 12 / 0.3);
    border-bottom-color: rgb(194 65 12 / 0.3);
  }

  .lg\:border-y-orange-700\/35 {
    border-top-color: rgb(194 65 12 / 0.35);
    border-bottom-color: rgb(194 65 12 / 0.35);
  }

  .lg\:border-y-orange-700\/40 {
    border-top-color: rgb(194 65 12 / 0.4);
    border-bottom-color: rgb(194 65 12 / 0.4);
  }

  .lg\:border-y-orange-700\/45 {
    border-top-color: rgb(194 65 12 / 0.45);
    border-bottom-color: rgb(194 65 12 / 0.45);
  }

  .lg\:border-y-orange-700\/5 {
    border-top-color: rgb(194 65 12 / 0.05);
    border-bottom-color: rgb(194 65 12 / 0.05);
  }

  .lg\:border-y-orange-700\/50 {
    border-top-color: rgb(194 65 12 / 0.5);
    border-bottom-color: rgb(194 65 12 / 0.5);
  }

  .lg\:border-y-orange-700\/55 {
    border-top-color: rgb(194 65 12 / 0.55);
    border-bottom-color: rgb(194 65 12 / 0.55);
  }

  .lg\:border-y-orange-700\/60 {
    border-top-color: rgb(194 65 12 / 0.6);
    border-bottom-color: rgb(194 65 12 / 0.6);
  }

  .lg\:border-y-orange-700\/65 {
    border-top-color: rgb(194 65 12 / 0.65);
    border-bottom-color: rgb(194 65 12 / 0.65);
  }

  .lg\:border-y-orange-700\/70 {
    border-top-color: rgb(194 65 12 / 0.7);
    border-bottom-color: rgb(194 65 12 / 0.7);
  }

  .lg\:border-y-orange-700\/75 {
    border-top-color: rgb(194 65 12 / 0.75);
    border-bottom-color: rgb(194 65 12 / 0.75);
  }

  .lg\:border-y-orange-700\/80 {
    border-top-color: rgb(194 65 12 / 0.8);
    border-bottom-color: rgb(194 65 12 / 0.8);
  }

  .lg\:border-y-orange-700\/85 {
    border-top-color: rgb(194 65 12 / 0.85);
    border-bottom-color: rgb(194 65 12 / 0.85);
  }

  .lg\:border-y-orange-700\/90 {
    border-top-color: rgb(194 65 12 / 0.9);
    border-bottom-color: rgb(194 65 12 / 0.9);
  }

  .lg\:border-y-orange-700\/95 {
    border-top-color: rgb(194 65 12 / 0.95);
    border-bottom-color: rgb(194 65 12 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-orange-800\/0 {
    border-top-color: rgb(154 52 18 / 0);
    border-bottom-color: rgb(154 52 18 / 0);
  }

  .lg\:border-y-orange-800\/10 {
    border-top-color: rgb(154 52 18 / 0.1);
    border-bottom-color: rgb(154 52 18 / 0.1);
  }

  .lg\:border-y-orange-800\/100 {
    border-top-color: rgb(154 52 18 / 1);
    border-bottom-color: rgb(154 52 18 / 1);
  }

  .lg\:border-y-orange-800\/15 {
    border-top-color: rgb(154 52 18 / 0.15);
    border-bottom-color: rgb(154 52 18 / 0.15);
  }

  .lg\:border-y-orange-800\/20 {
    border-top-color: rgb(154 52 18 / 0.2);
    border-bottom-color: rgb(154 52 18 / 0.2);
  }

  .lg\:border-y-orange-800\/25 {
    border-top-color: rgb(154 52 18 / 0.25);
    border-bottom-color: rgb(154 52 18 / 0.25);
  }

  .lg\:border-y-orange-800\/30 {
    border-top-color: rgb(154 52 18 / 0.3);
    border-bottom-color: rgb(154 52 18 / 0.3);
  }

  .lg\:border-y-orange-800\/35 {
    border-top-color: rgb(154 52 18 / 0.35);
    border-bottom-color: rgb(154 52 18 / 0.35);
  }

  .lg\:border-y-orange-800\/40 {
    border-top-color: rgb(154 52 18 / 0.4);
    border-bottom-color: rgb(154 52 18 / 0.4);
  }

  .lg\:border-y-orange-800\/45 {
    border-top-color: rgb(154 52 18 / 0.45);
    border-bottom-color: rgb(154 52 18 / 0.45);
  }

  .lg\:border-y-orange-800\/5 {
    border-top-color: rgb(154 52 18 / 0.05);
    border-bottom-color: rgb(154 52 18 / 0.05);
  }

  .lg\:border-y-orange-800\/50 {
    border-top-color: rgb(154 52 18 / 0.5);
    border-bottom-color: rgb(154 52 18 / 0.5);
  }

  .lg\:border-y-orange-800\/55 {
    border-top-color: rgb(154 52 18 / 0.55);
    border-bottom-color: rgb(154 52 18 / 0.55);
  }

  .lg\:border-y-orange-800\/60 {
    border-top-color: rgb(154 52 18 / 0.6);
    border-bottom-color: rgb(154 52 18 / 0.6);
  }

  .lg\:border-y-orange-800\/65 {
    border-top-color: rgb(154 52 18 / 0.65);
    border-bottom-color: rgb(154 52 18 / 0.65);
  }

  .lg\:border-y-orange-800\/70 {
    border-top-color: rgb(154 52 18 / 0.7);
    border-bottom-color: rgb(154 52 18 / 0.7);
  }

  .lg\:border-y-orange-800\/75 {
    border-top-color: rgb(154 52 18 / 0.75);
    border-bottom-color: rgb(154 52 18 / 0.75);
  }

  .lg\:border-y-orange-800\/80 {
    border-top-color: rgb(154 52 18 / 0.8);
    border-bottom-color: rgb(154 52 18 / 0.8);
  }

  .lg\:border-y-orange-800\/85 {
    border-top-color: rgb(154 52 18 / 0.85);
    border-bottom-color: rgb(154 52 18 / 0.85);
  }

  .lg\:border-y-orange-800\/90 {
    border-top-color: rgb(154 52 18 / 0.9);
    border-bottom-color: rgb(154 52 18 / 0.9);
  }

  .lg\:border-y-orange-800\/95 {
    border-top-color: rgb(154 52 18 / 0.95);
    border-bottom-color: rgb(154 52 18 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-orange-900\/0 {
    border-top-color: rgb(124 45 18 / 0);
    border-bottom-color: rgb(124 45 18 / 0);
  }

  .lg\:border-y-orange-900\/10 {
    border-top-color: rgb(124 45 18 / 0.1);
    border-bottom-color: rgb(124 45 18 / 0.1);
  }

  .lg\:border-y-orange-900\/100 {
    border-top-color: rgb(124 45 18 / 1);
    border-bottom-color: rgb(124 45 18 / 1);
  }

  .lg\:border-y-orange-900\/15 {
    border-top-color: rgb(124 45 18 / 0.15);
    border-bottom-color: rgb(124 45 18 / 0.15);
  }

  .lg\:border-y-orange-900\/20 {
    border-top-color: rgb(124 45 18 / 0.2);
    border-bottom-color: rgb(124 45 18 / 0.2);
  }

  .lg\:border-y-orange-900\/25 {
    border-top-color: rgb(124 45 18 / 0.25);
    border-bottom-color: rgb(124 45 18 / 0.25);
  }

  .lg\:border-y-orange-900\/30 {
    border-top-color: rgb(124 45 18 / 0.3);
    border-bottom-color: rgb(124 45 18 / 0.3);
  }

  .lg\:border-y-orange-900\/35 {
    border-top-color: rgb(124 45 18 / 0.35);
    border-bottom-color: rgb(124 45 18 / 0.35);
  }

  .lg\:border-y-orange-900\/40 {
    border-top-color: rgb(124 45 18 / 0.4);
    border-bottom-color: rgb(124 45 18 / 0.4);
  }

  .lg\:border-y-orange-900\/45 {
    border-top-color: rgb(124 45 18 / 0.45);
    border-bottom-color: rgb(124 45 18 / 0.45);
  }

  .lg\:border-y-orange-900\/5 {
    border-top-color: rgb(124 45 18 / 0.05);
    border-bottom-color: rgb(124 45 18 / 0.05);
  }

  .lg\:border-y-orange-900\/50 {
    border-top-color: rgb(124 45 18 / 0.5);
    border-bottom-color: rgb(124 45 18 / 0.5);
  }

  .lg\:border-y-orange-900\/55 {
    border-top-color: rgb(124 45 18 / 0.55);
    border-bottom-color: rgb(124 45 18 / 0.55);
  }

  .lg\:border-y-orange-900\/60 {
    border-top-color: rgb(124 45 18 / 0.6);
    border-bottom-color: rgb(124 45 18 / 0.6);
  }

  .lg\:border-y-orange-900\/65 {
    border-top-color: rgb(124 45 18 / 0.65);
    border-bottom-color: rgb(124 45 18 / 0.65);
  }

  .lg\:border-y-orange-900\/70 {
    border-top-color: rgb(124 45 18 / 0.7);
    border-bottom-color: rgb(124 45 18 / 0.7);
  }

  .lg\:border-y-orange-900\/75 {
    border-top-color: rgb(124 45 18 / 0.75);
    border-bottom-color: rgb(124 45 18 / 0.75);
  }

  .lg\:border-y-orange-900\/80 {
    border-top-color: rgb(124 45 18 / 0.8);
    border-bottom-color: rgb(124 45 18 / 0.8);
  }

  .lg\:border-y-orange-900\/85 {
    border-top-color: rgb(124 45 18 / 0.85);
    border-bottom-color: rgb(124 45 18 / 0.85);
  }

  .lg\:border-y-orange-900\/90 {
    border-top-color: rgb(124 45 18 / 0.9);
    border-bottom-color: rgb(124 45 18 / 0.9);
  }

  .lg\:border-y-orange-900\/95 {
    border-top-color: rgb(124 45 18 / 0.95);
    border-bottom-color: rgb(124 45 18 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-orange-950\/0 {
    border-top-color: rgb(67 20 7 / 0);
    border-bottom-color: rgb(67 20 7 / 0);
  }

  .lg\:border-y-orange-950\/10 {
    border-top-color: rgb(67 20 7 / 0.1);
    border-bottom-color: rgb(67 20 7 / 0.1);
  }

  .lg\:border-y-orange-950\/100 {
    border-top-color: rgb(67 20 7 / 1);
    border-bottom-color: rgb(67 20 7 / 1);
  }

  .lg\:border-y-orange-950\/15 {
    border-top-color: rgb(67 20 7 / 0.15);
    border-bottom-color: rgb(67 20 7 / 0.15);
  }

  .lg\:border-y-orange-950\/20 {
    border-top-color: rgb(67 20 7 / 0.2);
    border-bottom-color: rgb(67 20 7 / 0.2);
  }

  .lg\:border-y-orange-950\/25 {
    border-top-color: rgb(67 20 7 / 0.25);
    border-bottom-color: rgb(67 20 7 / 0.25);
  }

  .lg\:border-y-orange-950\/30 {
    border-top-color: rgb(67 20 7 / 0.3);
    border-bottom-color: rgb(67 20 7 / 0.3);
  }

  .lg\:border-y-orange-950\/35 {
    border-top-color: rgb(67 20 7 / 0.35);
    border-bottom-color: rgb(67 20 7 / 0.35);
  }

  .lg\:border-y-orange-950\/40 {
    border-top-color: rgb(67 20 7 / 0.4);
    border-bottom-color: rgb(67 20 7 / 0.4);
  }

  .lg\:border-y-orange-950\/45 {
    border-top-color: rgb(67 20 7 / 0.45);
    border-bottom-color: rgb(67 20 7 / 0.45);
  }

  .lg\:border-y-orange-950\/5 {
    border-top-color: rgb(67 20 7 / 0.05);
    border-bottom-color: rgb(67 20 7 / 0.05);
  }

  .lg\:border-y-orange-950\/50 {
    border-top-color: rgb(67 20 7 / 0.5);
    border-bottom-color: rgb(67 20 7 / 0.5);
  }

  .lg\:border-y-orange-950\/55 {
    border-top-color: rgb(67 20 7 / 0.55);
    border-bottom-color: rgb(67 20 7 / 0.55);
  }

  .lg\:border-y-orange-950\/60 {
    border-top-color: rgb(67 20 7 / 0.6);
    border-bottom-color: rgb(67 20 7 / 0.6);
  }

  .lg\:border-y-orange-950\/65 {
    border-top-color: rgb(67 20 7 / 0.65);
    border-bottom-color: rgb(67 20 7 / 0.65);
  }

  .lg\:border-y-orange-950\/70 {
    border-top-color: rgb(67 20 7 / 0.7);
    border-bottom-color: rgb(67 20 7 / 0.7);
  }

  .lg\:border-y-orange-950\/75 {
    border-top-color: rgb(67 20 7 / 0.75);
    border-bottom-color: rgb(67 20 7 / 0.75);
  }

  .lg\:border-y-orange-950\/80 {
    border-top-color: rgb(67 20 7 / 0.8);
    border-bottom-color: rgb(67 20 7 / 0.8);
  }

  .lg\:border-y-orange-950\/85 {
    border-top-color: rgb(67 20 7 / 0.85);
    border-bottom-color: rgb(67 20 7 / 0.85);
  }

  .lg\:border-y-orange-950\/90 {
    border-top-color: rgb(67 20 7 / 0.9);
    border-bottom-color: rgb(67 20 7 / 0.9);
  }

  .lg\:border-y-orange-950\/95 {
    border-top-color: rgb(67 20 7 / 0.95);
    border-bottom-color: rgb(67 20 7 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-pink-100\/0 {
    border-top-color: rgb(252 231 243 / 0);
    border-bottom-color: rgb(252 231 243 / 0);
  }

  .lg\:border-y-pink-100\/10 {
    border-top-color: rgb(252 231 243 / 0.1);
    border-bottom-color: rgb(252 231 243 / 0.1);
  }

  .lg\:border-y-pink-100\/100 {
    border-top-color: rgb(252 231 243 / 1);
    border-bottom-color: rgb(252 231 243 / 1);
  }

  .lg\:border-y-pink-100\/15 {
    border-top-color: rgb(252 231 243 / 0.15);
    border-bottom-color: rgb(252 231 243 / 0.15);
  }

  .lg\:border-y-pink-100\/20 {
    border-top-color: rgb(252 231 243 / 0.2);
    border-bottom-color: rgb(252 231 243 / 0.2);
  }

  .lg\:border-y-pink-100\/25 {
    border-top-color: rgb(252 231 243 / 0.25);
    border-bottom-color: rgb(252 231 243 / 0.25);
  }

  .lg\:border-y-pink-100\/30 {
    border-top-color: rgb(252 231 243 / 0.3);
    border-bottom-color: rgb(252 231 243 / 0.3);
  }

  .lg\:border-y-pink-100\/35 {
    border-top-color: rgb(252 231 243 / 0.35);
    border-bottom-color: rgb(252 231 243 / 0.35);
  }

  .lg\:border-y-pink-100\/40 {
    border-top-color: rgb(252 231 243 / 0.4);
    border-bottom-color: rgb(252 231 243 / 0.4);
  }

  .lg\:border-y-pink-100\/45 {
    border-top-color: rgb(252 231 243 / 0.45);
    border-bottom-color: rgb(252 231 243 / 0.45);
  }

  .lg\:border-y-pink-100\/5 {
    border-top-color: rgb(252 231 243 / 0.05);
    border-bottom-color: rgb(252 231 243 / 0.05);
  }

  .lg\:border-y-pink-100\/50 {
    border-top-color: rgb(252 231 243 / 0.5);
    border-bottom-color: rgb(252 231 243 / 0.5);
  }

  .lg\:border-y-pink-100\/55 {
    border-top-color: rgb(252 231 243 / 0.55);
    border-bottom-color: rgb(252 231 243 / 0.55);
  }

  .lg\:border-y-pink-100\/60 {
    border-top-color: rgb(252 231 243 / 0.6);
    border-bottom-color: rgb(252 231 243 / 0.6);
  }

  .lg\:border-y-pink-100\/65 {
    border-top-color: rgb(252 231 243 / 0.65);
    border-bottom-color: rgb(252 231 243 / 0.65);
  }

  .lg\:border-y-pink-100\/70 {
    border-top-color: rgb(252 231 243 / 0.7);
    border-bottom-color: rgb(252 231 243 / 0.7);
  }

  .lg\:border-y-pink-100\/75 {
    border-top-color: rgb(252 231 243 / 0.75);
    border-bottom-color: rgb(252 231 243 / 0.75);
  }

  .lg\:border-y-pink-100\/80 {
    border-top-color: rgb(252 231 243 / 0.8);
    border-bottom-color: rgb(252 231 243 / 0.8);
  }

  .lg\:border-y-pink-100\/85 {
    border-top-color: rgb(252 231 243 / 0.85);
    border-bottom-color: rgb(252 231 243 / 0.85);
  }

  .lg\:border-y-pink-100\/90 {
    border-top-color: rgb(252 231 243 / 0.9);
    border-bottom-color: rgb(252 231 243 / 0.9);
  }

  .lg\:border-y-pink-100\/95 {
    border-top-color: rgb(252 231 243 / 0.95);
    border-bottom-color: rgb(252 231 243 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-pink-200\/0 {
    border-top-color: rgb(251 207 232 / 0);
    border-bottom-color: rgb(251 207 232 / 0);
  }

  .lg\:border-y-pink-200\/10 {
    border-top-color: rgb(251 207 232 / 0.1);
    border-bottom-color: rgb(251 207 232 / 0.1);
  }

  .lg\:border-y-pink-200\/100 {
    border-top-color: rgb(251 207 232 / 1);
    border-bottom-color: rgb(251 207 232 / 1);
  }

  .lg\:border-y-pink-200\/15 {
    border-top-color: rgb(251 207 232 / 0.15);
    border-bottom-color: rgb(251 207 232 / 0.15);
  }

  .lg\:border-y-pink-200\/20 {
    border-top-color: rgb(251 207 232 / 0.2);
    border-bottom-color: rgb(251 207 232 / 0.2);
  }

  .lg\:border-y-pink-200\/25 {
    border-top-color: rgb(251 207 232 / 0.25);
    border-bottom-color: rgb(251 207 232 / 0.25);
  }

  .lg\:border-y-pink-200\/30 {
    border-top-color: rgb(251 207 232 / 0.3);
    border-bottom-color: rgb(251 207 232 / 0.3);
  }

  .lg\:border-y-pink-200\/35 {
    border-top-color: rgb(251 207 232 / 0.35);
    border-bottom-color: rgb(251 207 232 / 0.35);
  }

  .lg\:border-y-pink-200\/40 {
    border-top-color: rgb(251 207 232 / 0.4);
    border-bottom-color: rgb(251 207 232 / 0.4);
  }

  .lg\:border-y-pink-200\/45 {
    border-top-color: rgb(251 207 232 / 0.45);
    border-bottom-color: rgb(251 207 232 / 0.45);
  }

  .lg\:border-y-pink-200\/5 {
    border-top-color: rgb(251 207 232 / 0.05);
    border-bottom-color: rgb(251 207 232 / 0.05);
  }

  .lg\:border-y-pink-200\/50 {
    border-top-color: rgb(251 207 232 / 0.5);
    border-bottom-color: rgb(251 207 232 / 0.5);
  }

  .lg\:border-y-pink-200\/55 {
    border-top-color: rgb(251 207 232 / 0.55);
    border-bottom-color: rgb(251 207 232 / 0.55);
  }

  .lg\:border-y-pink-200\/60 {
    border-top-color: rgb(251 207 232 / 0.6);
    border-bottom-color: rgb(251 207 232 / 0.6);
  }

  .lg\:border-y-pink-200\/65 {
    border-top-color: rgb(251 207 232 / 0.65);
    border-bottom-color: rgb(251 207 232 / 0.65);
  }

  .lg\:border-y-pink-200\/70 {
    border-top-color: rgb(251 207 232 / 0.7);
    border-bottom-color: rgb(251 207 232 / 0.7);
  }

  .lg\:border-y-pink-200\/75 {
    border-top-color: rgb(251 207 232 / 0.75);
    border-bottom-color: rgb(251 207 232 / 0.75);
  }

  .lg\:border-y-pink-200\/80 {
    border-top-color: rgb(251 207 232 / 0.8);
    border-bottom-color: rgb(251 207 232 / 0.8);
  }

  .lg\:border-y-pink-200\/85 {
    border-top-color: rgb(251 207 232 / 0.85);
    border-bottom-color: rgb(251 207 232 / 0.85);
  }

  .lg\:border-y-pink-200\/90 {
    border-top-color: rgb(251 207 232 / 0.9);
    border-bottom-color: rgb(251 207 232 / 0.9);
  }

  .lg\:border-y-pink-200\/95 {
    border-top-color: rgb(251 207 232 / 0.95);
    border-bottom-color: rgb(251 207 232 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-pink-300\/0 {
    border-top-color: rgb(249 168 212 / 0);
    border-bottom-color: rgb(249 168 212 / 0);
  }

  .lg\:border-y-pink-300\/10 {
    border-top-color: rgb(249 168 212 / 0.1);
    border-bottom-color: rgb(249 168 212 / 0.1);
  }

  .lg\:border-y-pink-300\/100 {
    border-top-color: rgb(249 168 212 / 1);
    border-bottom-color: rgb(249 168 212 / 1);
  }

  .lg\:border-y-pink-300\/15 {
    border-top-color: rgb(249 168 212 / 0.15);
    border-bottom-color: rgb(249 168 212 / 0.15);
  }

  .lg\:border-y-pink-300\/20 {
    border-top-color: rgb(249 168 212 / 0.2);
    border-bottom-color: rgb(249 168 212 / 0.2);
  }

  .lg\:border-y-pink-300\/25 {
    border-top-color: rgb(249 168 212 / 0.25);
    border-bottom-color: rgb(249 168 212 / 0.25);
  }

  .lg\:border-y-pink-300\/30 {
    border-top-color: rgb(249 168 212 / 0.3);
    border-bottom-color: rgb(249 168 212 / 0.3);
  }

  .lg\:border-y-pink-300\/35 {
    border-top-color: rgb(249 168 212 / 0.35);
    border-bottom-color: rgb(249 168 212 / 0.35);
  }

  .lg\:border-y-pink-300\/40 {
    border-top-color: rgb(249 168 212 / 0.4);
    border-bottom-color: rgb(249 168 212 / 0.4);
  }

  .lg\:border-y-pink-300\/45 {
    border-top-color: rgb(249 168 212 / 0.45);
    border-bottom-color: rgb(249 168 212 / 0.45);
  }

  .lg\:border-y-pink-300\/5 {
    border-top-color: rgb(249 168 212 / 0.05);
    border-bottom-color: rgb(249 168 212 / 0.05);
  }

  .lg\:border-y-pink-300\/50 {
    border-top-color: rgb(249 168 212 / 0.5);
    border-bottom-color: rgb(249 168 212 / 0.5);
  }

  .lg\:border-y-pink-300\/55 {
    border-top-color: rgb(249 168 212 / 0.55);
    border-bottom-color: rgb(249 168 212 / 0.55);
  }

  .lg\:border-y-pink-300\/60 {
    border-top-color: rgb(249 168 212 / 0.6);
    border-bottom-color: rgb(249 168 212 / 0.6);
  }

  .lg\:border-y-pink-300\/65 {
    border-top-color: rgb(249 168 212 / 0.65);
    border-bottom-color: rgb(249 168 212 / 0.65);
  }

  .lg\:border-y-pink-300\/70 {
    border-top-color: rgb(249 168 212 / 0.7);
    border-bottom-color: rgb(249 168 212 / 0.7);
  }

  .lg\:border-y-pink-300\/75 {
    border-top-color: rgb(249 168 212 / 0.75);
    border-bottom-color: rgb(249 168 212 / 0.75);
  }

  .lg\:border-y-pink-300\/80 {
    border-top-color: rgb(249 168 212 / 0.8);
    border-bottom-color: rgb(249 168 212 / 0.8);
  }

  .lg\:border-y-pink-300\/85 {
    border-top-color: rgb(249 168 212 / 0.85);
    border-bottom-color: rgb(249 168 212 / 0.85);
  }

  .lg\:border-y-pink-300\/90 {
    border-top-color: rgb(249 168 212 / 0.9);
    border-bottom-color: rgb(249 168 212 / 0.9);
  }

  .lg\:border-y-pink-300\/95 {
    border-top-color: rgb(249 168 212 / 0.95);
    border-bottom-color: rgb(249 168 212 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-pink-400\/0 {
    border-top-color: rgb(244 114 182 / 0);
    border-bottom-color: rgb(244 114 182 / 0);
  }

  .lg\:border-y-pink-400\/10 {
    border-top-color: rgb(244 114 182 / 0.1);
    border-bottom-color: rgb(244 114 182 / 0.1);
  }

  .lg\:border-y-pink-400\/100 {
    border-top-color: rgb(244 114 182 / 1);
    border-bottom-color: rgb(244 114 182 / 1);
  }

  .lg\:border-y-pink-400\/15 {
    border-top-color: rgb(244 114 182 / 0.15);
    border-bottom-color: rgb(244 114 182 / 0.15);
  }

  .lg\:border-y-pink-400\/20 {
    border-top-color: rgb(244 114 182 / 0.2);
    border-bottom-color: rgb(244 114 182 / 0.2);
  }

  .lg\:border-y-pink-400\/25 {
    border-top-color: rgb(244 114 182 / 0.25);
    border-bottom-color: rgb(244 114 182 / 0.25);
  }

  .lg\:border-y-pink-400\/30 {
    border-top-color: rgb(244 114 182 / 0.3);
    border-bottom-color: rgb(244 114 182 / 0.3);
  }

  .lg\:border-y-pink-400\/35 {
    border-top-color: rgb(244 114 182 / 0.35);
    border-bottom-color: rgb(244 114 182 / 0.35);
  }

  .lg\:border-y-pink-400\/40 {
    border-top-color: rgb(244 114 182 / 0.4);
    border-bottom-color: rgb(244 114 182 / 0.4);
  }

  .lg\:border-y-pink-400\/45 {
    border-top-color: rgb(244 114 182 / 0.45);
    border-bottom-color: rgb(244 114 182 / 0.45);
  }

  .lg\:border-y-pink-400\/5 {
    border-top-color: rgb(244 114 182 / 0.05);
    border-bottom-color: rgb(244 114 182 / 0.05);
  }

  .lg\:border-y-pink-400\/50 {
    border-top-color: rgb(244 114 182 / 0.5);
    border-bottom-color: rgb(244 114 182 / 0.5);
  }

  .lg\:border-y-pink-400\/55 {
    border-top-color: rgb(244 114 182 / 0.55);
    border-bottom-color: rgb(244 114 182 / 0.55);
  }

  .lg\:border-y-pink-400\/60 {
    border-top-color: rgb(244 114 182 / 0.6);
    border-bottom-color: rgb(244 114 182 / 0.6);
  }

  .lg\:border-y-pink-400\/65 {
    border-top-color: rgb(244 114 182 / 0.65);
    border-bottom-color: rgb(244 114 182 / 0.65);
  }

  .lg\:border-y-pink-400\/70 {
    border-top-color: rgb(244 114 182 / 0.7);
    border-bottom-color: rgb(244 114 182 / 0.7);
  }

  .lg\:border-y-pink-400\/75 {
    border-top-color: rgb(244 114 182 / 0.75);
    border-bottom-color: rgb(244 114 182 / 0.75);
  }

  .lg\:border-y-pink-400\/80 {
    border-top-color: rgb(244 114 182 / 0.8);
    border-bottom-color: rgb(244 114 182 / 0.8);
  }

  .lg\:border-y-pink-400\/85 {
    border-top-color: rgb(244 114 182 / 0.85);
    border-bottom-color: rgb(244 114 182 / 0.85);
  }

  .lg\:border-y-pink-400\/90 {
    border-top-color: rgb(244 114 182 / 0.9);
    border-bottom-color: rgb(244 114 182 / 0.9);
  }

  .lg\:border-y-pink-400\/95 {
    border-top-color: rgb(244 114 182 / 0.95);
    border-bottom-color: rgb(244 114 182 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-pink-50\/0 {
    border-top-color: rgb(253 242 248 / 0);
    border-bottom-color: rgb(253 242 248 / 0);
  }

  .lg\:border-y-pink-50\/10 {
    border-top-color: rgb(253 242 248 / 0.1);
    border-bottom-color: rgb(253 242 248 / 0.1);
  }

  .lg\:border-y-pink-50\/100 {
    border-top-color: rgb(253 242 248 / 1);
    border-bottom-color: rgb(253 242 248 / 1);
  }

  .lg\:border-y-pink-50\/15 {
    border-top-color: rgb(253 242 248 / 0.15);
    border-bottom-color: rgb(253 242 248 / 0.15);
  }

  .lg\:border-y-pink-50\/20 {
    border-top-color: rgb(253 242 248 / 0.2);
    border-bottom-color: rgb(253 242 248 / 0.2);
  }

  .lg\:border-y-pink-50\/25 {
    border-top-color: rgb(253 242 248 / 0.25);
    border-bottom-color: rgb(253 242 248 / 0.25);
  }

  .lg\:border-y-pink-50\/30 {
    border-top-color: rgb(253 242 248 / 0.3);
    border-bottom-color: rgb(253 242 248 / 0.3);
  }

  .lg\:border-y-pink-50\/35 {
    border-top-color: rgb(253 242 248 / 0.35);
    border-bottom-color: rgb(253 242 248 / 0.35);
  }

  .lg\:border-y-pink-50\/40 {
    border-top-color: rgb(253 242 248 / 0.4);
    border-bottom-color: rgb(253 242 248 / 0.4);
  }

  .lg\:border-y-pink-50\/45 {
    border-top-color: rgb(253 242 248 / 0.45);
    border-bottom-color: rgb(253 242 248 / 0.45);
  }

  .lg\:border-y-pink-50\/5 {
    border-top-color: rgb(253 242 248 / 0.05);
    border-bottom-color: rgb(253 242 248 / 0.05);
  }

  .lg\:border-y-pink-50\/50 {
    border-top-color: rgb(253 242 248 / 0.5);
    border-bottom-color: rgb(253 242 248 / 0.5);
  }

  .lg\:border-y-pink-50\/55 {
    border-top-color: rgb(253 242 248 / 0.55);
    border-bottom-color: rgb(253 242 248 / 0.55);
  }

  .lg\:border-y-pink-50\/60 {
    border-top-color: rgb(253 242 248 / 0.6);
    border-bottom-color: rgb(253 242 248 / 0.6);
  }

  .lg\:border-y-pink-50\/65 {
    border-top-color: rgb(253 242 248 / 0.65);
    border-bottom-color: rgb(253 242 248 / 0.65);
  }

  .lg\:border-y-pink-50\/70 {
    border-top-color: rgb(253 242 248 / 0.7);
    border-bottom-color: rgb(253 242 248 / 0.7);
  }

  .lg\:border-y-pink-50\/75 {
    border-top-color: rgb(253 242 248 / 0.75);
    border-bottom-color: rgb(253 242 248 / 0.75);
  }

  .lg\:border-y-pink-50\/80 {
    border-top-color: rgb(253 242 248 / 0.8);
    border-bottom-color: rgb(253 242 248 / 0.8);
  }

  .lg\:border-y-pink-50\/85 {
    border-top-color: rgb(253 242 248 / 0.85);
    border-bottom-color: rgb(253 242 248 / 0.85);
  }

  .lg\:border-y-pink-50\/90 {
    border-top-color: rgb(253 242 248 / 0.9);
    border-bottom-color: rgb(253 242 248 / 0.9);
  }

  .lg\:border-y-pink-50\/95 {
    border-top-color: rgb(253 242 248 / 0.95);
    border-bottom-color: rgb(253 242 248 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-pink-500\/0 {
    border-top-color: rgb(236 72 153 / 0);
    border-bottom-color: rgb(236 72 153 / 0);
  }

  .lg\:border-y-pink-500\/10 {
    border-top-color: rgb(236 72 153 / 0.1);
    border-bottom-color: rgb(236 72 153 / 0.1);
  }

  .lg\:border-y-pink-500\/100 {
    border-top-color: rgb(236 72 153 / 1);
    border-bottom-color: rgb(236 72 153 / 1);
  }

  .lg\:border-y-pink-500\/15 {
    border-top-color: rgb(236 72 153 / 0.15);
    border-bottom-color: rgb(236 72 153 / 0.15);
  }

  .lg\:border-y-pink-500\/20 {
    border-top-color: rgb(236 72 153 / 0.2);
    border-bottom-color: rgb(236 72 153 / 0.2);
  }

  .lg\:border-y-pink-500\/25 {
    border-top-color: rgb(236 72 153 / 0.25);
    border-bottom-color: rgb(236 72 153 / 0.25);
  }

  .lg\:border-y-pink-500\/30 {
    border-top-color: rgb(236 72 153 / 0.3);
    border-bottom-color: rgb(236 72 153 / 0.3);
  }

  .lg\:border-y-pink-500\/35 {
    border-top-color: rgb(236 72 153 / 0.35);
    border-bottom-color: rgb(236 72 153 / 0.35);
  }

  .lg\:border-y-pink-500\/40 {
    border-top-color: rgb(236 72 153 / 0.4);
    border-bottom-color: rgb(236 72 153 / 0.4);
  }

  .lg\:border-y-pink-500\/45 {
    border-top-color: rgb(236 72 153 / 0.45);
    border-bottom-color: rgb(236 72 153 / 0.45);
  }

  .lg\:border-y-pink-500\/5 {
    border-top-color: rgb(236 72 153 / 0.05);
    border-bottom-color: rgb(236 72 153 / 0.05);
  }

  .lg\:border-y-pink-500\/50 {
    border-top-color: rgb(236 72 153 / 0.5);
    border-bottom-color: rgb(236 72 153 / 0.5);
  }

  .lg\:border-y-pink-500\/55 {
    border-top-color: rgb(236 72 153 / 0.55);
    border-bottom-color: rgb(236 72 153 / 0.55);
  }

  .lg\:border-y-pink-500\/60 {
    border-top-color: rgb(236 72 153 / 0.6);
    border-bottom-color: rgb(236 72 153 / 0.6);
  }

  .lg\:border-y-pink-500\/65 {
    border-top-color: rgb(236 72 153 / 0.65);
    border-bottom-color: rgb(236 72 153 / 0.65);
  }

  .lg\:border-y-pink-500\/70 {
    border-top-color: rgb(236 72 153 / 0.7);
    border-bottom-color: rgb(236 72 153 / 0.7);
  }

  .lg\:border-y-pink-500\/75 {
    border-top-color: rgb(236 72 153 / 0.75);
    border-bottom-color: rgb(236 72 153 / 0.75);
  }

  .lg\:border-y-pink-500\/80 {
    border-top-color: rgb(236 72 153 / 0.8);
    border-bottom-color: rgb(236 72 153 / 0.8);
  }

  .lg\:border-y-pink-500\/85 {
    border-top-color: rgb(236 72 153 / 0.85);
    border-bottom-color: rgb(236 72 153 / 0.85);
  }

  .lg\:border-y-pink-500\/90 {
    border-top-color: rgb(236 72 153 / 0.9);
    border-bottom-color: rgb(236 72 153 / 0.9);
  }

  .lg\:border-y-pink-500\/95 {
    border-top-color: rgb(236 72 153 / 0.95);
    border-bottom-color: rgb(236 72 153 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-pink-600\/0 {
    border-top-color: rgb(219 39 119 / 0);
    border-bottom-color: rgb(219 39 119 / 0);
  }

  .lg\:border-y-pink-600\/10 {
    border-top-color: rgb(219 39 119 / 0.1);
    border-bottom-color: rgb(219 39 119 / 0.1);
  }

  .lg\:border-y-pink-600\/100 {
    border-top-color: rgb(219 39 119 / 1);
    border-bottom-color: rgb(219 39 119 / 1);
  }

  .lg\:border-y-pink-600\/15 {
    border-top-color: rgb(219 39 119 / 0.15);
    border-bottom-color: rgb(219 39 119 / 0.15);
  }

  .lg\:border-y-pink-600\/20 {
    border-top-color: rgb(219 39 119 / 0.2);
    border-bottom-color: rgb(219 39 119 / 0.2);
  }

  .lg\:border-y-pink-600\/25 {
    border-top-color: rgb(219 39 119 / 0.25);
    border-bottom-color: rgb(219 39 119 / 0.25);
  }

  .lg\:border-y-pink-600\/30 {
    border-top-color: rgb(219 39 119 / 0.3);
    border-bottom-color: rgb(219 39 119 / 0.3);
  }

  .lg\:border-y-pink-600\/35 {
    border-top-color: rgb(219 39 119 / 0.35);
    border-bottom-color: rgb(219 39 119 / 0.35);
  }

  .lg\:border-y-pink-600\/40 {
    border-top-color: rgb(219 39 119 / 0.4);
    border-bottom-color: rgb(219 39 119 / 0.4);
  }

  .lg\:border-y-pink-600\/45 {
    border-top-color: rgb(219 39 119 / 0.45);
    border-bottom-color: rgb(219 39 119 / 0.45);
  }

  .lg\:border-y-pink-600\/5 {
    border-top-color: rgb(219 39 119 / 0.05);
    border-bottom-color: rgb(219 39 119 / 0.05);
  }

  .lg\:border-y-pink-600\/50 {
    border-top-color: rgb(219 39 119 / 0.5);
    border-bottom-color: rgb(219 39 119 / 0.5);
  }

  .lg\:border-y-pink-600\/55 {
    border-top-color: rgb(219 39 119 / 0.55);
    border-bottom-color: rgb(219 39 119 / 0.55);
  }

  .lg\:border-y-pink-600\/60 {
    border-top-color: rgb(219 39 119 / 0.6);
    border-bottom-color: rgb(219 39 119 / 0.6);
  }

  .lg\:border-y-pink-600\/65 {
    border-top-color: rgb(219 39 119 / 0.65);
    border-bottom-color: rgb(219 39 119 / 0.65);
  }

  .lg\:border-y-pink-600\/70 {
    border-top-color: rgb(219 39 119 / 0.7);
    border-bottom-color: rgb(219 39 119 / 0.7);
  }

  .lg\:border-y-pink-600\/75 {
    border-top-color: rgb(219 39 119 / 0.75);
    border-bottom-color: rgb(219 39 119 / 0.75);
  }

  .lg\:border-y-pink-600\/80 {
    border-top-color: rgb(219 39 119 / 0.8);
    border-bottom-color: rgb(219 39 119 / 0.8);
  }

  .lg\:border-y-pink-600\/85 {
    border-top-color: rgb(219 39 119 / 0.85);
    border-bottom-color: rgb(219 39 119 / 0.85);
  }

  .lg\:border-y-pink-600\/90 {
    border-top-color: rgb(219 39 119 / 0.9);
    border-bottom-color: rgb(219 39 119 / 0.9);
  }

  .lg\:border-y-pink-600\/95 {
    border-top-color: rgb(219 39 119 / 0.95);
    border-bottom-color: rgb(219 39 119 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-pink-700\/0 {
    border-top-color: rgb(190 24 93 / 0);
    border-bottom-color: rgb(190 24 93 / 0);
  }

  .lg\:border-y-pink-700\/10 {
    border-top-color: rgb(190 24 93 / 0.1);
    border-bottom-color: rgb(190 24 93 / 0.1);
  }

  .lg\:border-y-pink-700\/100 {
    border-top-color: rgb(190 24 93 / 1);
    border-bottom-color: rgb(190 24 93 / 1);
  }

  .lg\:border-y-pink-700\/15 {
    border-top-color: rgb(190 24 93 / 0.15);
    border-bottom-color: rgb(190 24 93 / 0.15);
  }

  .lg\:border-y-pink-700\/20 {
    border-top-color: rgb(190 24 93 / 0.2);
    border-bottom-color: rgb(190 24 93 / 0.2);
  }

  .lg\:border-y-pink-700\/25 {
    border-top-color: rgb(190 24 93 / 0.25);
    border-bottom-color: rgb(190 24 93 / 0.25);
  }

  .lg\:border-y-pink-700\/30 {
    border-top-color: rgb(190 24 93 / 0.3);
    border-bottom-color: rgb(190 24 93 / 0.3);
  }

  .lg\:border-y-pink-700\/35 {
    border-top-color: rgb(190 24 93 / 0.35);
    border-bottom-color: rgb(190 24 93 / 0.35);
  }

  .lg\:border-y-pink-700\/40 {
    border-top-color: rgb(190 24 93 / 0.4);
    border-bottom-color: rgb(190 24 93 / 0.4);
  }

  .lg\:border-y-pink-700\/45 {
    border-top-color: rgb(190 24 93 / 0.45);
    border-bottom-color: rgb(190 24 93 / 0.45);
  }

  .lg\:border-y-pink-700\/5 {
    border-top-color: rgb(190 24 93 / 0.05);
    border-bottom-color: rgb(190 24 93 / 0.05);
  }

  .lg\:border-y-pink-700\/50 {
    border-top-color: rgb(190 24 93 / 0.5);
    border-bottom-color: rgb(190 24 93 / 0.5);
  }

  .lg\:border-y-pink-700\/55 {
    border-top-color: rgb(190 24 93 / 0.55);
    border-bottom-color: rgb(190 24 93 / 0.55);
  }

  .lg\:border-y-pink-700\/60 {
    border-top-color: rgb(190 24 93 / 0.6);
    border-bottom-color: rgb(190 24 93 / 0.6);
  }

  .lg\:border-y-pink-700\/65 {
    border-top-color: rgb(190 24 93 / 0.65);
    border-bottom-color: rgb(190 24 93 / 0.65);
  }

  .lg\:border-y-pink-700\/70 {
    border-top-color: rgb(190 24 93 / 0.7);
    border-bottom-color: rgb(190 24 93 / 0.7);
  }

  .lg\:border-y-pink-700\/75 {
    border-top-color: rgb(190 24 93 / 0.75);
    border-bottom-color: rgb(190 24 93 / 0.75);
  }

  .lg\:border-y-pink-700\/80 {
    border-top-color: rgb(190 24 93 / 0.8);
    border-bottom-color: rgb(190 24 93 / 0.8);
  }

  .lg\:border-y-pink-700\/85 {
    border-top-color: rgb(190 24 93 / 0.85);
    border-bottom-color: rgb(190 24 93 / 0.85);
  }

  .lg\:border-y-pink-700\/90 {
    border-top-color: rgb(190 24 93 / 0.9);
    border-bottom-color: rgb(190 24 93 / 0.9);
  }

  .lg\:border-y-pink-700\/95 {
    border-top-color: rgb(190 24 93 / 0.95);
    border-bottom-color: rgb(190 24 93 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-pink-800\/0 {
    border-top-color: rgb(157 23 77 / 0);
    border-bottom-color: rgb(157 23 77 / 0);
  }

  .lg\:border-y-pink-800\/10 {
    border-top-color: rgb(157 23 77 / 0.1);
    border-bottom-color: rgb(157 23 77 / 0.1);
  }

  .lg\:border-y-pink-800\/100 {
    border-top-color: rgb(157 23 77 / 1);
    border-bottom-color: rgb(157 23 77 / 1);
  }

  .lg\:border-y-pink-800\/15 {
    border-top-color: rgb(157 23 77 / 0.15);
    border-bottom-color: rgb(157 23 77 / 0.15);
  }

  .lg\:border-y-pink-800\/20 {
    border-top-color: rgb(157 23 77 / 0.2);
    border-bottom-color: rgb(157 23 77 / 0.2);
  }

  .lg\:border-y-pink-800\/25 {
    border-top-color: rgb(157 23 77 / 0.25);
    border-bottom-color: rgb(157 23 77 / 0.25);
  }

  .lg\:border-y-pink-800\/30 {
    border-top-color: rgb(157 23 77 / 0.3);
    border-bottom-color: rgb(157 23 77 / 0.3);
  }

  .lg\:border-y-pink-800\/35 {
    border-top-color: rgb(157 23 77 / 0.35);
    border-bottom-color: rgb(157 23 77 / 0.35);
  }

  .lg\:border-y-pink-800\/40 {
    border-top-color: rgb(157 23 77 / 0.4);
    border-bottom-color: rgb(157 23 77 / 0.4);
  }

  .lg\:border-y-pink-800\/45 {
    border-top-color: rgb(157 23 77 / 0.45);
    border-bottom-color: rgb(157 23 77 / 0.45);
  }

  .lg\:border-y-pink-800\/5 {
    border-top-color: rgb(157 23 77 / 0.05);
    border-bottom-color: rgb(157 23 77 / 0.05);
  }

  .lg\:border-y-pink-800\/50 {
    border-top-color: rgb(157 23 77 / 0.5);
    border-bottom-color: rgb(157 23 77 / 0.5);
  }

  .lg\:border-y-pink-800\/55 {
    border-top-color: rgb(157 23 77 / 0.55);
    border-bottom-color: rgb(157 23 77 / 0.55);
  }

  .lg\:border-y-pink-800\/60 {
    border-top-color: rgb(157 23 77 / 0.6);
    border-bottom-color: rgb(157 23 77 / 0.6);
  }

  .lg\:border-y-pink-800\/65 {
    border-top-color: rgb(157 23 77 / 0.65);
    border-bottom-color: rgb(157 23 77 / 0.65);
  }

  .lg\:border-y-pink-800\/70 {
    border-top-color: rgb(157 23 77 / 0.7);
    border-bottom-color: rgb(157 23 77 / 0.7);
  }

  .lg\:border-y-pink-800\/75 {
    border-top-color: rgb(157 23 77 / 0.75);
    border-bottom-color: rgb(157 23 77 / 0.75);
  }

  .lg\:border-y-pink-800\/80 {
    border-top-color: rgb(157 23 77 / 0.8);
    border-bottom-color: rgb(157 23 77 / 0.8);
  }

  .lg\:border-y-pink-800\/85 {
    border-top-color: rgb(157 23 77 / 0.85);
    border-bottom-color: rgb(157 23 77 / 0.85);
  }

  .lg\:border-y-pink-800\/90 {
    border-top-color: rgb(157 23 77 / 0.9);
    border-bottom-color: rgb(157 23 77 / 0.9);
  }

  .lg\:border-y-pink-800\/95 {
    border-top-color: rgb(157 23 77 / 0.95);
    border-bottom-color: rgb(157 23 77 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-pink-900\/0 {
    border-top-color: rgb(131 24 67 / 0);
    border-bottom-color: rgb(131 24 67 / 0);
  }

  .lg\:border-y-pink-900\/10 {
    border-top-color: rgb(131 24 67 / 0.1);
    border-bottom-color: rgb(131 24 67 / 0.1);
  }

  .lg\:border-y-pink-900\/100 {
    border-top-color: rgb(131 24 67 / 1);
    border-bottom-color: rgb(131 24 67 / 1);
  }

  .lg\:border-y-pink-900\/15 {
    border-top-color: rgb(131 24 67 / 0.15);
    border-bottom-color: rgb(131 24 67 / 0.15);
  }

  .lg\:border-y-pink-900\/20 {
    border-top-color: rgb(131 24 67 / 0.2);
    border-bottom-color: rgb(131 24 67 / 0.2);
  }

  .lg\:border-y-pink-900\/25 {
    border-top-color: rgb(131 24 67 / 0.25);
    border-bottom-color: rgb(131 24 67 / 0.25);
  }

  .lg\:border-y-pink-900\/30 {
    border-top-color: rgb(131 24 67 / 0.3);
    border-bottom-color: rgb(131 24 67 / 0.3);
  }

  .lg\:border-y-pink-900\/35 {
    border-top-color: rgb(131 24 67 / 0.35);
    border-bottom-color: rgb(131 24 67 / 0.35);
  }

  .lg\:border-y-pink-900\/40 {
    border-top-color: rgb(131 24 67 / 0.4);
    border-bottom-color: rgb(131 24 67 / 0.4);
  }

  .lg\:border-y-pink-900\/45 {
    border-top-color: rgb(131 24 67 / 0.45);
    border-bottom-color: rgb(131 24 67 / 0.45);
  }

  .lg\:border-y-pink-900\/5 {
    border-top-color: rgb(131 24 67 / 0.05);
    border-bottom-color: rgb(131 24 67 / 0.05);
  }

  .lg\:border-y-pink-900\/50 {
    border-top-color: rgb(131 24 67 / 0.5);
    border-bottom-color: rgb(131 24 67 / 0.5);
  }

  .lg\:border-y-pink-900\/55 {
    border-top-color: rgb(131 24 67 / 0.55);
    border-bottom-color: rgb(131 24 67 / 0.55);
  }

  .lg\:border-y-pink-900\/60 {
    border-top-color: rgb(131 24 67 / 0.6);
    border-bottom-color: rgb(131 24 67 / 0.6);
  }

  .lg\:border-y-pink-900\/65 {
    border-top-color: rgb(131 24 67 / 0.65);
    border-bottom-color: rgb(131 24 67 / 0.65);
  }

  .lg\:border-y-pink-900\/70 {
    border-top-color: rgb(131 24 67 / 0.7);
    border-bottom-color: rgb(131 24 67 / 0.7);
  }

  .lg\:border-y-pink-900\/75 {
    border-top-color: rgb(131 24 67 / 0.75);
    border-bottom-color: rgb(131 24 67 / 0.75);
  }

  .lg\:border-y-pink-900\/80 {
    border-top-color: rgb(131 24 67 / 0.8);
    border-bottom-color: rgb(131 24 67 / 0.8);
  }

  .lg\:border-y-pink-900\/85 {
    border-top-color: rgb(131 24 67 / 0.85);
    border-bottom-color: rgb(131 24 67 / 0.85);
  }

  .lg\:border-y-pink-900\/90 {
    border-top-color: rgb(131 24 67 / 0.9);
    border-bottom-color: rgb(131 24 67 / 0.9);
  }

  .lg\:border-y-pink-900\/95 {
    border-top-color: rgb(131 24 67 / 0.95);
    border-bottom-color: rgb(131 24 67 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-pink-950\/0 {
    border-top-color: rgb(80 7 36 / 0);
    border-bottom-color: rgb(80 7 36 / 0);
  }

  .lg\:border-y-pink-950\/10 {
    border-top-color: rgb(80 7 36 / 0.1);
    border-bottom-color: rgb(80 7 36 / 0.1);
  }

  .lg\:border-y-pink-950\/100 {
    border-top-color: rgb(80 7 36 / 1);
    border-bottom-color: rgb(80 7 36 / 1);
  }

  .lg\:border-y-pink-950\/15 {
    border-top-color: rgb(80 7 36 / 0.15);
    border-bottom-color: rgb(80 7 36 / 0.15);
  }

  .lg\:border-y-pink-950\/20 {
    border-top-color: rgb(80 7 36 / 0.2);
    border-bottom-color: rgb(80 7 36 / 0.2);
  }

  .lg\:border-y-pink-950\/25 {
    border-top-color: rgb(80 7 36 / 0.25);
    border-bottom-color: rgb(80 7 36 / 0.25);
  }

  .lg\:border-y-pink-950\/30 {
    border-top-color: rgb(80 7 36 / 0.3);
    border-bottom-color: rgb(80 7 36 / 0.3);
  }

  .lg\:border-y-pink-950\/35 {
    border-top-color: rgb(80 7 36 / 0.35);
    border-bottom-color: rgb(80 7 36 / 0.35);
  }

  .lg\:border-y-pink-950\/40 {
    border-top-color: rgb(80 7 36 / 0.4);
    border-bottom-color: rgb(80 7 36 / 0.4);
  }

  .lg\:border-y-pink-950\/45 {
    border-top-color: rgb(80 7 36 / 0.45);
    border-bottom-color: rgb(80 7 36 / 0.45);
  }

  .lg\:border-y-pink-950\/5 {
    border-top-color: rgb(80 7 36 / 0.05);
    border-bottom-color: rgb(80 7 36 / 0.05);
  }

  .lg\:border-y-pink-950\/50 {
    border-top-color: rgb(80 7 36 / 0.5);
    border-bottom-color: rgb(80 7 36 / 0.5);
  }

  .lg\:border-y-pink-950\/55 {
    border-top-color: rgb(80 7 36 / 0.55);
    border-bottom-color: rgb(80 7 36 / 0.55);
  }

  .lg\:border-y-pink-950\/60 {
    border-top-color: rgb(80 7 36 / 0.6);
    border-bottom-color: rgb(80 7 36 / 0.6);
  }

  .lg\:border-y-pink-950\/65 {
    border-top-color: rgb(80 7 36 / 0.65);
    border-bottom-color: rgb(80 7 36 / 0.65);
  }

  .lg\:border-y-pink-950\/70 {
    border-top-color: rgb(80 7 36 / 0.7);
    border-bottom-color: rgb(80 7 36 / 0.7);
  }

  .lg\:border-y-pink-950\/75 {
    border-top-color: rgb(80 7 36 / 0.75);
    border-bottom-color: rgb(80 7 36 / 0.75);
  }

  .lg\:border-y-pink-950\/80 {
    border-top-color: rgb(80 7 36 / 0.8);
    border-bottom-color: rgb(80 7 36 / 0.8);
  }

  .lg\:border-y-pink-950\/85 {
    border-top-color: rgb(80 7 36 / 0.85);
    border-bottom-color: rgb(80 7 36 / 0.85);
  }

  .lg\:border-y-pink-950\/90 {
    border-top-color: rgb(80 7 36 / 0.9);
    border-bottom-color: rgb(80 7 36 / 0.9);
  }

  .lg\:border-y-pink-950\/95 {
    border-top-color: rgb(80 7 36 / 0.95);
    border-bottom-color: rgb(80 7 36 / 0.95);
  }

  .lg\:border-y-primary-100 {
    border-top-color: var(--color-primary-100);
    border-bottom-color: var(--color-primary-100);
  }

  .lg\:border-y-primary-200 {
    border-top-color: var(--color-primary-200);
    border-bottom-color: var(--color-primary-200);
  }

  .lg\:border-y-primary-300 {
    border-top-color: var(--color-primary-300);
    border-bottom-color: var(--color-primary-300);
  }

  .lg\:border-y-primary-400 {
    border-top-color: var(--color-primary-400);
    border-bottom-color: var(--color-primary-400);
  }

  .lg\:border-y-primary-50 {
    border-top-color: var(--color-primary-50);
    border-bottom-color: var(--color-primary-50);
  }

  .lg\:border-y-primary-500 {
    border-top-color: var(--color-primary-500);
    border-bottom-color: var(--color-primary-500);
  }

  .lg\:border-y-primary-600 {
    border-top-color: var(--color-primary-600);
    border-bottom-color: var(--color-primary-600);
  }

  .lg\:border-y-primary-700 {
    border-top-color: var(--color-primary-700);
    border-bottom-color: var(--color-primary-700);
  }

  .lg\:border-y-primary-800 {
    border-top-color: var(--color-primary-800);
    border-bottom-color: var(--color-primary-800);
  }

  .lg\:border-y-primary-900 {
    border-top-color: var(--color-primary-900);
    border-bottom-color: var(--color-primary-900);
  }

  .lg\: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));
  }

  .lg\:border-y-purple-100\/0 {
    border-top-color: rgb(243 232 255 / 0);
    border-bottom-color: rgb(243 232 255 / 0);
  }

  .lg\:border-y-purple-100\/10 {
    border-top-color: rgb(243 232 255 / 0.1);
    border-bottom-color: rgb(243 232 255 / 0.1);
  }

  .lg\:border-y-purple-100\/100 {
    border-top-color: rgb(243 232 255 / 1);
    border-bottom-color: rgb(243 232 255 / 1);
  }

  .lg\:border-y-purple-100\/15 {
    border-top-color: rgb(243 232 255 / 0.15);
    border-bottom-color: rgb(243 232 255 / 0.15);
  }

  .lg\:border-y-purple-100\/20 {
    border-top-color: rgb(243 232 255 / 0.2);
    border-bottom-color: rgb(243 232 255 / 0.2);
  }

  .lg\:border-y-purple-100\/25 {
    border-top-color: rgb(243 232 255 / 0.25);
    border-bottom-color: rgb(243 232 255 / 0.25);
  }

  .lg\:border-y-purple-100\/30 {
    border-top-color: rgb(243 232 255 / 0.3);
    border-bottom-color: rgb(243 232 255 / 0.3);
  }

  .lg\:border-y-purple-100\/35 {
    border-top-color: rgb(243 232 255 / 0.35);
    border-bottom-color: rgb(243 232 255 / 0.35);
  }

  .lg\:border-y-purple-100\/40 {
    border-top-color: rgb(243 232 255 / 0.4);
    border-bottom-color: rgb(243 232 255 / 0.4);
  }

  .lg\:border-y-purple-100\/45 {
    border-top-color: rgb(243 232 255 / 0.45);
    border-bottom-color: rgb(243 232 255 / 0.45);
  }

  .lg\:border-y-purple-100\/5 {
    border-top-color: rgb(243 232 255 / 0.05);
    border-bottom-color: rgb(243 232 255 / 0.05);
  }

  .lg\:border-y-purple-100\/50 {
    border-top-color: rgb(243 232 255 / 0.5);
    border-bottom-color: rgb(243 232 255 / 0.5);
  }

  .lg\:border-y-purple-100\/55 {
    border-top-color: rgb(243 232 255 / 0.55);
    border-bottom-color: rgb(243 232 255 / 0.55);
  }

  .lg\:border-y-purple-100\/60 {
    border-top-color: rgb(243 232 255 / 0.6);
    border-bottom-color: rgb(243 232 255 / 0.6);
  }

  .lg\:border-y-purple-100\/65 {
    border-top-color: rgb(243 232 255 / 0.65);
    border-bottom-color: rgb(243 232 255 / 0.65);
  }

  .lg\:border-y-purple-100\/70 {
    border-top-color: rgb(243 232 255 / 0.7);
    border-bottom-color: rgb(243 232 255 / 0.7);
  }

  .lg\:border-y-purple-100\/75 {
    border-top-color: rgb(243 232 255 / 0.75);
    border-bottom-color: rgb(243 232 255 / 0.75);
  }

  .lg\:border-y-purple-100\/80 {
    border-top-color: rgb(243 232 255 / 0.8);
    border-bottom-color: rgb(243 232 255 / 0.8);
  }

  .lg\:border-y-purple-100\/85 {
    border-top-color: rgb(243 232 255 / 0.85);
    border-bottom-color: rgb(243 232 255 / 0.85);
  }

  .lg\:border-y-purple-100\/90 {
    border-top-color: rgb(243 232 255 / 0.9);
    border-bottom-color: rgb(243 232 255 / 0.9);
  }

  .lg\:border-y-purple-100\/95 {
    border-top-color: rgb(243 232 255 / 0.95);
    border-bottom-color: rgb(243 232 255 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-purple-200\/0 {
    border-top-color: rgb(233 213 255 / 0);
    border-bottom-color: rgb(233 213 255 / 0);
  }

  .lg\:border-y-purple-200\/10 {
    border-top-color: rgb(233 213 255 / 0.1);
    border-bottom-color: rgb(233 213 255 / 0.1);
  }

  .lg\:border-y-purple-200\/100 {
    border-top-color: rgb(233 213 255 / 1);
    border-bottom-color: rgb(233 213 255 / 1);
  }

  .lg\:border-y-purple-200\/15 {
    border-top-color: rgb(233 213 255 / 0.15);
    border-bottom-color: rgb(233 213 255 / 0.15);
  }

  .lg\:border-y-purple-200\/20 {
    border-top-color: rgb(233 213 255 / 0.2);
    border-bottom-color: rgb(233 213 255 / 0.2);
  }

  .lg\:border-y-purple-200\/25 {
    border-top-color: rgb(233 213 255 / 0.25);
    border-bottom-color: rgb(233 213 255 / 0.25);
  }

  .lg\:border-y-purple-200\/30 {
    border-top-color: rgb(233 213 255 / 0.3);
    border-bottom-color: rgb(233 213 255 / 0.3);
  }

  .lg\:border-y-purple-200\/35 {
    border-top-color: rgb(233 213 255 / 0.35);
    border-bottom-color: rgb(233 213 255 / 0.35);
  }

  .lg\:border-y-purple-200\/40 {
    border-top-color: rgb(233 213 255 / 0.4);
    border-bottom-color: rgb(233 213 255 / 0.4);
  }

  .lg\:border-y-purple-200\/45 {
    border-top-color: rgb(233 213 255 / 0.45);
    border-bottom-color: rgb(233 213 255 / 0.45);
  }

  .lg\:border-y-purple-200\/5 {
    border-top-color: rgb(233 213 255 / 0.05);
    border-bottom-color: rgb(233 213 255 / 0.05);
  }

  .lg\:border-y-purple-200\/50 {
    border-top-color: rgb(233 213 255 / 0.5);
    border-bottom-color: rgb(233 213 255 / 0.5);
  }

  .lg\:border-y-purple-200\/55 {
    border-top-color: rgb(233 213 255 / 0.55);
    border-bottom-color: rgb(233 213 255 / 0.55);
  }

  .lg\:border-y-purple-200\/60 {
    border-top-color: rgb(233 213 255 / 0.6);
    border-bottom-color: rgb(233 213 255 / 0.6);
  }

  .lg\:border-y-purple-200\/65 {
    border-top-color: rgb(233 213 255 / 0.65);
    border-bottom-color: rgb(233 213 255 / 0.65);
  }

  .lg\:border-y-purple-200\/70 {
    border-top-color: rgb(233 213 255 / 0.7);
    border-bottom-color: rgb(233 213 255 / 0.7);
  }

  .lg\:border-y-purple-200\/75 {
    border-top-color: rgb(233 213 255 / 0.75);
    border-bottom-color: rgb(233 213 255 / 0.75);
  }

  .lg\:border-y-purple-200\/80 {
    border-top-color: rgb(233 213 255 / 0.8);
    border-bottom-color: rgb(233 213 255 / 0.8);
  }

  .lg\:border-y-purple-200\/85 {
    border-top-color: rgb(233 213 255 / 0.85);
    border-bottom-color: rgb(233 213 255 / 0.85);
  }

  .lg\:border-y-purple-200\/90 {
    border-top-color: rgb(233 213 255 / 0.9);
    border-bottom-color: rgb(233 213 255 / 0.9);
  }

  .lg\:border-y-purple-200\/95 {
    border-top-color: rgb(233 213 255 / 0.95);
    border-bottom-color: rgb(233 213 255 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-purple-300\/0 {
    border-top-color: rgb(216 180 254 / 0);
    border-bottom-color: rgb(216 180 254 / 0);
  }

  .lg\:border-y-purple-300\/10 {
    border-top-color: rgb(216 180 254 / 0.1);
    border-bottom-color: rgb(216 180 254 / 0.1);
  }

  .lg\:border-y-purple-300\/100 {
    border-top-color: rgb(216 180 254 / 1);
    border-bottom-color: rgb(216 180 254 / 1);
  }

  .lg\:border-y-purple-300\/15 {
    border-top-color: rgb(216 180 254 / 0.15);
    border-bottom-color: rgb(216 180 254 / 0.15);
  }

  .lg\:border-y-purple-300\/20 {
    border-top-color: rgb(216 180 254 / 0.2);
    border-bottom-color: rgb(216 180 254 / 0.2);
  }

  .lg\:border-y-purple-300\/25 {
    border-top-color: rgb(216 180 254 / 0.25);
    border-bottom-color: rgb(216 180 254 / 0.25);
  }

  .lg\:border-y-purple-300\/30 {
    border-top-color: rgb(216 180 254 / 0.3);
    border-bottom-color: rgb(216 180 254 / 0.3);
  }

  .lg\:border-y-purple-300\/35 {
    border-top-color: rgb(216 180 254 / 0.35);
    border-bottom-color: rgb(216 180 254 / 0.35);
  }

  .lg\:border-y-purple-300\/40 {
    border-top-color: rgb(216 180 254 / 0.4);
    border-bottom-color: rgb(216 180 254 / 0.4);
  }

  .lg\:border-y-purple-300\/45 {
    border-top-color: rgb(216 180 254 / 0.45);
    border-bottom-color: rgb(216 180 254 / 0.45);
  }

  .lg\:border-y-purple-300\/5 {
    border-top-color: rgb(216 180 254 / 0.05);
    border-bottom-color: rgb(216 180 254 / 0.05);
  }

  .lg\:border-y-purple-300\/50 {
    border-top-color: rgb(216 180 254 / 0.5);
    border-bottom-color: rgb(216 180 254 / 0.5);
  }

  .lg\:border-y-purple-300\/55 {
    border-top-color: rgb(216 180 254 / 0.55);
    border-bottom-color: rgb(216 180 254 / 0.55);
  }

  .lg\:border-y-purple-300\/60 {
    border-top-color: rgb(216 180 254 / 0.6);
    border-bottom-color: rgb(216 180 254 / 0.6);
  }

  .lg\:border-y-purple-300\/65 {
    border-top-color: rgb(216 180 254 / 0.65);
    border-bottom-color: rgb(216 180 254 / 0.65);
  }

  .lg\:border-y-purple-300\/70 {
    border-top-color: rgb(216 180 254 / 0.7);
    border-bottom-color: rgb(216 180 254 / 0.7);
  }

  .lg\:border-y-purple-300\/75 {
    border-top-color: rgb(216 180 254 / 0.75);
    border-bottom-color: rgb(216 180 254 / 0.75);
  }

  .lg\:border-y-purple-300\/80 {
    border-top-color: rgb(216 180 254 / 0.8);
    border-bottom-color: rgb(216 180 254 / 0.8);
  }

  .lg\:border-y-purple-300\/85 {
    border-top-color: rgb(216 180 254 / 0.85);
    border-bottom-color: rgb(216 180 254 / 0.85);
  }

  .lg\:border-y-purple-300\/90 {
    border-top-color: rgb(216 180 254 / 0.9);
    border-bottom-color: rgb(216 180 254 / 0.9);
  }

  .lg\:border-y-purple-300\/95 {
    border-top-color: rgb(216 180 254 / 0.95);
    border-bottom-color: rgb(216 180 254 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-purple-400\/0 {
    border-top-color: rgb(192 132 252 / 0);
    border-bottom-color: rgb(192 132 252 / 0);
  }

  .lg\:border-y-purple-400\/10 {
    border-top-color: rgb(192 132 252 / 0.1);
    border-bottom-color: rgb(192 132 252 / 0.1);
  }

  .lg\:border-y-purple-400\/100 {
    border-top-color: rgb(192 132 252 / 1);
    border-bottom-color: rgb(192 132 252 / 1);
  }

  .lg\:border-y-purple-400\/15 {
    border-top-color: rgb(192 132 252 / 0.15);
    border-bottom-color: rgb(192 132 252 / 0.15);
  }

  .lg\:border-y-purple-400\/20 {
    border-top-color: rgb(192 132 252 / 0.2);
    border-bottom-color: rgb(192 132 252 / 0.2);
  }

  .lg\:border-y-purple-400\/25 {
    border-top-color: rgb(192 132 252 / 0.25);
    border-bottom-color: rgb(192 132 252 / 0.25);
  }

  .lg\:border-y-purple-400\/30 {
    border-top-color: rgb(192 132 252 / 0.3);
    border-bottom-color: rgb(192 132 252 / 0.3);
  }

  .lg\:border-y-purple-400\/35 {
    border-top-color: rgb(192 132 252 / 0.35);
    border-bottom-color: rgb(192 132 252 / 0.35);
  }

  .lg\:border-y-purple-400\/40 {
    border-top-color: rgb(192 132 252 / 0.4);
    border-bottom-color: rgb(192 132 252 / 0.4);
  }

  .lg\:border-y-purple-400\/45 {
    border-top-color: rgb(192 132 252 / 0.45);
    border-bottom-color: rgb(192 132 252 / 0.45);
  }

  .lg\:border-y-purple-400\/5 {
    border-top-color: rgb(192 132 252 / 0.05);
    border-bottom-color: rgb(192 132 252 / 0.05);
  }

  .lg\:border-y-purple-400\/50 {
    border-top-color: rgb(192 132 252 / 0.5);
    border-bottom-color: rgb(192 132 252 / 0.5);
  }

  .lg\:border-y-purple-400\/55 {
    border-top-color: rgb(192 132 252 / 0.55);
    border-bottom-color: rgb(192 132 252 / 0.55);
  }

  .lg\:border-y-purple-400\/60 {
    border-top-color: rgb(192 132 252 / 0.6);
    border-bottom-color: rgb(192 132 252 / 0.6);
  }

  .lg\:border-y-purple-400\/65 {
    border-top-color: rgb(192 132 252 / 0.65);
    border-bottom-color: rgb(192 132 252 / 0.65);
  }

  .lg\:border-y-purple-400\/70 {
    border-top-color: rgb(192 132 252 / 0.7);
    border-bottom-color: rgb(192 132 252 / 0.7);
  }

  .lg\:border-y-purple-400\/75 {
    border-top-color: rgb(192 132 252 / 0.75);
    border-bottom-color: rgb(192 132 252 / 0.75);
  }

  .lg\:border-y-purple-400\/80 {
    border-top-color: rgb(192 132 252 / 0.8);
    border-bottom-color: rgb(192 132 252 / 0.8);
  }

  .lg\:border-y-purple-400\/85 {
    border-top-color: rgb(192 132 252 / 0.85);
    border-bottom-color: rgb(192 132 252 / 0.85);
  }

  .lg\:border-y-purple-400\/90 {
    border-top-color: rgb(192 132 252 / 0.9);
    border-bottom-color: rgb(192 132 252 / 0.9);
  }

  .lg\:border-y-purple-400\/95 {
    border-top-color: rgb(192 132 252 / 0.95);
    border-bottom-color: rgb(192 132 252 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-purple-50\/0 {
    border-top-color: rgb(250 245 255 / 0);
    border-bottom-color: rgb(250 245 255 / 0);
  }

  .lg\:border-y-purple-50\/10 {
    border-top-color: rgb(250 245 255 / 0.1);
    border-bottom-color: rgb(250 245 255 / 0.1);
  }

  .lg\:border-y-purple-50\/100 {
    border-top-color: rgb(250 245 255 / 1);
    border-bottom-color: rgb(250 245 255 / 1);
  }

  .lg\:border-y-purple-50\/15 {
    border-top-color: rgb(250 245 255 / 0.15);
    border-bottom-color: rgb(250 245 255 / 0.15);
  }

  .lg\:border-y-purple-50\/20 {
    border-top-color: rgb(250 245 255 / 0.2);
    border-bottom-color: rgb(250 245 255 / 0.2);
  }

  .lg\:border-y-purple-50\/25 {
    border-top-color: rgb(250 245 255 / 0.25);
    border-bottom-color: rgb(250 245 255 / 0.25);
  }

  .lg\:border-y-purple-50\/30 {
    border-top-color: rgb(250 245 255 / 0.3);
    border-bottom-color: rgb(250 245 255 / 0.3);
  }

  .lg\:border-y-purple-50\/35 {
    border-top-color: rgb(250 245 255 / 0.35);
    border-bottom-color: rgb(250 245 255 / 0.35);
  }

  .lg\:border-y-purple-50\/40 {
    border-top-color: rgb(250 245 255 / 0.4);
    border-bottom-color: rgb(250 245 255 / 0.4);
  }

  .lg\:border-y-purple-50\/45 {
    border-top-color: rgb(250 245 255 / 0.45);
    border-bottom-color: rgb(250 245 255 / 0.45);
  }

  .lg\:border-y-purple-50\/5 {
    border-top-color: rgb(250 245 255 / 0.05);
    border-bottom-color: rgb(250 245 255 / 0.05);
  }

  .lg\:border-y-purple-50\/50 {
    border-top-color: rgb(250 245 255 / 0.5);
    border-bottom-color: rgb(250 245 255 / 0.5);
  }

  .lg\:border-y-purple-50\/55 {
    border-top-color: rgb(250 245 255 / 0.55);
    border-bottom-color: rgb(250 245 255 / 0.55);
  }

  .lg\:border-y-purple-50\/60 {
    border-top-color: rgb(250 245 255 / 0.6);
    border-bottom-color: rgb(250 245 255 / 0.6);
  }

  .lg\:border-y-purple-50\/65 {
    border-top-color: rgb(250 245 255 / 0.65);
    border-bottom-color: rgb(250 245 255 / 0.65);
  }

  .lg\:border-y-purple-50\/70 {
    border-top-color: rgb(250 245 255 / 0.7);
    border-bottom-color: rgb(250 245 255 / 0.7);
  }

  .lg\:border-y-purple-50\/75 {
    border-top-color: rgb(250 245 255 / 0.75);
    border-bottom-color: rgb(250 245 255 / 0.75);
  }

  .lg\:border-y-purple-50\/80 {
    border-top-color: rgb(250 245 255 / 0.8);
    border-bottom-color: rgb(250 245 255 / 0.8);
  }

  .lg\:border-y-purple-50\/85 {
    border-top-color: rgb(250 245 255 / 0.85);
    border-bottom-color: rgb(250 245 255 / 0.85);
  }

  .lg\:border-y-purple-50\/90 {
    border-top-color: rgb(250 245 255 / 0.9);
    border-bottom-color: rgb(250 245 255 / 0.9);
  }

  .lg\:border-y-purple-50\/95 {
    border-top-color: rgb(250 245 255 / 0.95);
    border-bottom-color: rgb(250 245 255 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-purple-500\/0 {
    border-top-color: rgb(168 85 247 / 0);
    border-bottom-color: rgb(168 85 247 / 0);
  }

  .lg\:border-y-purple-500\/10 {
    border-top-color: rgb(168 85 247 / 0.1);
    border-bottom-color: rgb(168 85 247 / 0.1);
  }

  .lg\:border-y-purple-500\/100 {
    border-top-color: rgb(168 85 247 / 1);
    border-bottom-color: rgb(168 85 247 / 1);
  }

  .lg\:border-y-purple-500\/15 {
    border-top-color: rgb(168 85 247 / 0.15);
    border-bottom-color: rgb(168 85 247 / 0.15);
  }

  .lg\:border-y-purple-500\/20 {
    border-top-color: rgb(168 85 247 / 0.2);
    border-bottom-color: rgb(168 85 247 / 0.2);
  }

  .lg\:border-y-purple-500\/25 {
    border-top-color: rgb(168 85 247 / 0.25);
    border-bottom-color: rgb(168 85 247 / 0.25);
  }

  .lg\:border-y-purple-500\/30 {
    border-top-color: rgb(168 85 247 / 0.3);
    border-bottom-color: rgb(168 85 247 / 0.3);
  }

  .lg\:border-y-purple-500\/35 {
    border-top-color: rgb(168 85 247 / 0.35);
    border-bottom-color: rgb(168 85 247 / 0.35);
  }

  .lg\:border-y-purple-500\/40 {
    border-top-color: rgb(168 85 247 / 0.4);
    border-bottom-color: rgb(168 85 247 / 0.4);
  }

  .lg\:border-y-purple-500\/45 {
    border-top-color: rgb(168 85 247 / 0.45);
    border-bottom-color: rgb(168 85 247 / 0.45);
  }

  .lg\:border-y-purple-500\/5 {
    border-top-color: rgb(168 85 247 / 0.05);
    border-bottom-color: rgb(168 85 247 / 0.05);
  }

  .lg\:border-y-purple-500\/50 {
    border-top-color: rgb(168 85 247 / 0.5);
    border-bottom-color: rgb(168 85 247 / 0.5);
  }

  .lg\:border-y-purple-500\/55 {
    border-top-color: rgb(168 85 247 / 0.55);
    border-bottom-color: rgb(168 85 247 / 0.55);
  }

  .lg\:border-y-purple-500\/60 {
    border-top-color: rgb(168 85 247 / 0.6);
    border-bottom-color: rgb(168 85 247 / 0.6);
  }

  .lg\:border-y-purple-500\/65 {
    border-top-color: rgb(168 85 247 / 0.65);
    border-bottom-color: rgb(168 85 247 / 0.65);
  }

  .lg\:border-y-purple-500\/70 {
    border-top-color: rgb(168 85 247 / 0.7);
    border-bottom-color: rgb(168 85 247 / 0.7);
  }

  .lg\:border-y-purple-500\/75 {
    border-top-color: rgb(168 85 247 / 0.75);
    border-bottom-color: rgb(168 85 247 / 0.75);
  }

  .lg\:border-y-purple-500\/80 {
    border-top-color: rgb(168 85 247 / 0.8);
    border-bottom-color: rgb(168 85 247 / 0.8);
  }

  .lg\:border-y-purple-500\/85 {
    border-top-color: rgb(168 85 247 / 0.85);
    border-bottom-color: rgb(168 85 247 / 0.85);
  }

  .lg\:border-y-purple-500\/90 {
    border-top-color: rgb(168 85 247 / 0.9);
    border-bottom-color: rgb(168 85 247 / 0.9);
  }

  .lg\:border-y-purple-500\/95 {
    border-top-color: rgb(168 85 247 / 0.95);
    border-bottom-color: rgb(168 85 247 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-purple-600\/0 {
    border-top-color: rgb(147 51 234 / 0);
    border-bottom-color: rgb(147 51 234 / 0);
  }

  .lg\:border-y-purple-600\/10 {
    border-top-color: rgb(147 51 234 / 0.1);
    border-bottom-color: rgb(147 51 234 / 0.1);
  }

  .lg\:border-y-purple-600\/100 {
    border-top-color: rgb(147 51 234 / 1);
    border-bottom-color: rgb(147 51 234 / 1);
  }

  .lg\:border-y-purple-600\/15 {
    border-top-color: rgb(147 51 234 / 0.15);
    border-bottom-color: rgb(147 51 234 / 0.15);
  }

  .lg\:border-y-purple-600\/20 {
    border-top-color: rgb(147 51 234 / 0.2);
    border-bottom-color: rgb(147 51 234 / 0.2);
  }

  .lg\:border-y-purple-600\/25 {
    border-top-color: rgb(147 51 234 / 0.25);
    border-bottom-color: rgb(147 51 234 / 0.25);
  }

  .lg\:border-y-purple-600\/30 {
    border-top-color: rgb(147 51 234 / 0.3);
    border-bottom-color: rgb(147 51 234 / 0.3);
  }

  .lg\:border-y-purple-600\/35 {
    border-top-color: rgb(147 51 234 / 0.35);
    border-bottom-color: rgb(147 51 234 / 0.35);
  }

  .lg\:border-y-purple-600\/40 {
    border-top-color: rgb(147 51 234 / 0.4);
    border-bottom-color: rgb(147 51 234 / 0.4);
  }

  .lg\:border-y-purple-600\/45 {
    border-top-color: rgb(147 51 234 / 0.45);
    border-bottom-color: rgb(147 51 234 / 0.45);
  }

  .lg\:border-y-purple-600\/5 {
    border-top-color: rgb(147 51 234 / 0.05);
    border-bottom-color: rgb(147 51 234 / 0.05);
  }

  .lg\:border-y-purple-600\/50 {
    border-top-color: rgb(147 51 234 / 0.5);
    border-bottom-color: rgb(147 51 234 / 0.5);
  }

  .lg\:border-y-purple-600\/55 {
    border-top-color: rgb(147 51 234 / 0.55);
    border-bottom-color: rgb(147 51 234 / 0.55);
  }

  .lg\:border-y-purple-600\/60 {
    border-top-color: rgb(147 51 234 / 0.6);
    border-bottom-color: rgb(147 51 234 / 0.6);
  }

  .lg\:border-y-purple-600\/65 {
    border-top-color: rgb(147 51 234 / 0.65);
    border-bottom-color: rgb(147 51 234 / 0.65);
  }

  .lg\:border-y-purple-600\/70 {
    border-top-color: rgb(147 51 234 / 0.7);
    border-bottom-color: rgb(147 51 234 / 0.7);
  }

  .lg\:border-y-purple-600\/75 {
    border-top-color: rgb(147 51 234 / 0.75);
    border-bottom-color: rgb(147 51 234 / 0.75);
  }

  .lg\:border-y-purple-600\/80 {
    border-top-color: rgb(147 51 234 / 0.8);
    border-bottom-color: rgb(147 51 234 / 0.8);
  }

  .lg\:border-y-purple-600\/85 {
    border-top-color: rgb(147 51 234 / 0.85);
    border-bottom-color: rgb(147 51 234 / 0.85);
  }

  .lg\:border-y-purple-600\/90 {
    border-top-color: rgb(147 51 234 / 0.9);
    border-bottom-color: rgb(147 51 234 / 0.9);
  }

  .lg\:border-y-purple-600\/95 {
    border-top-color: rgb(147 51 234 / 0.95);
    border-bottom-color: rgb(147 51 234 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-purple-700\/0 {
    border-top-color: rgb(126 34 206 / 0);
    border-bottom-color: rgb(126 34 206 / 0);
  }

  .lg\:border-y-purple-700\/10 {
    border-top-color: rgb(126 34 206 / 0.1);
    border-bottom-color: rgb(126 34 206 / 0.1);
  }

  .lg\:border-y-purple-700\/100 {
    border-top-color: rgb(126 34 206 / 1);
    border-bottom-color: rgb(126 34 206 / 1);
  }

  .lg\:border-y-purple-700\/15 {
    border-top-color: rgb(126 34 206 / 0.15);
    border-bottom-color: rgb(126 34 206 / 0.15);
  }

  .lg\:border-y-purple-700\/20 {
    border-top-color: rgb(126 34 206 / 0.2);
    border-bottom-color: rgb(126 34 206 / 0.2);
  }

  .lg\:border-y-purple-700\/25 {
    border-top-color: rgb(126 34 206 / 0.25);
    border-bottom-color: rgb(126 34 206 / 0.25);
  }

  .lg\:border-y-purple-700\/30 {
    border-top-color: rgb(126 34 206 / 0.3);
    border-bottom-color: rgb(126 34 206 / 0.3);
  }

  .lg\:border-y-purple-700\/35 {
    border-top-color: rgb(126 34 206 / 0.35);
    border-bottom-color: rgb(126 34 206 / 0.35);
  }

  .lg\:border-y-purple-700\/40 {
    border-top-color: rgb(126 34 206 / 0.4);
    border-bottom-color: rgb(126 34 206 / 0.4);
  }

  .lg\:border-y-purple-700\/45 {
    border-top-color: rgb(126 34 206 / 0.45);
    border-bottom-color: rgb(126 34 206 / 0.45);
  }

  .lg\:border-y-purple-700\/5 {
    border-top-color: rgb(126 34 206 / 0.05);
    border-bottom-color: rgb(126 34 206 / 0.05);
  }

  .lg\:border-y-purple-700\/50 {
    border-top-color: rgb(126 34 206 / 0.5);
    border-bottom-color: rgb(126 34 206 / 0.5);
  }

  .lg\:border-y-purple-700\/55 {
    border-top-color: rgb(126 34 206 / 0.55);
    border-bottom-color: rgb(126 34 206 / 0.55);
  }

  .lg\:border-y-purple-700\/60 {
    border-top-color: rgb(126 34 206 / 0.6);
    border-bottom-color: rgb(126 34 206 / 0.6);
  }

  .lg\:border-y-purple-700\/65 {
    border-top-color: rgb(126 34 206 / 0.65);
    border-bottom-color: rgb(126 34 206 / 0.65);
  }

  .lg\:border-y-purple-700\/70 {
    border-top-color: rgb(126 34 206 / 0.7);
    border-bottom-color: rgb(126 34 206 / 0.7);
  }

  .lg\:border-y-purple-700\/75 {
    border-top-color: rgb(126 34 206 / 0.75);
    border-bottom-color: rgb(126 34 206 / 0.75);
  }

  .lg\:border-y-purple-700\/80 {
    border-top-color: rgb(126 34 206 / 0.8);
    border-bottom-color: rgb(126 34 206 / 0.8);
  }

  .lg\:border-y-purple-700\/85 {
    border-top-color: rgb(126 34 206 / 0.85);
    border-bottom-color: rgb(126 34 206 / 0.85);
  }

  .lg\:border-y-purple-700\/90 {
    border-top-color: rgb(126 34 206 / 0.9);
    border-bottom-color: rgb(126 34 206 / 0.9);
  }

  .lg\:border-y-purple-700\/95 {
    border-top-color: rgb(126 34 206 / 0.95);
    border-bottom-color: rgb(126 34 206 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-purple-800\/0 {
    border-top-color: rgb(107 33 168 / 0);
    border-bottom-color: rgb(107 33 168 / 0);
  }

  .lg\:border-y-purple-800\/10 {
    border-top-color: rgb(107 33 168 / 0.1);
    border-bottom-color: rgb(107 33 168 / 0.1);
  }

  .lg\:border-y-purple-800\/100 {
    border-top-color: rgb(107 33 168 / 1);
    border-bottom-color: rgb(107 33 168 / 1);
  }

  .lg\:border-y-purple-800\/15 {
    border-top-color: rgb(107 33 168 / 0.15);
    border-bottom-color: rgb(107 33 168 / 0.15);
  }

  .lg\:border-y-purple-800\/20 {
    border-top-color: rgb(107 33 168 / 0.2);
    border-bottom-color: rgb(107 33 168 / 0.2);
  }

  .lg\:border-y-purple-800\/25 {
    border-top-color: rgb(107 33 168 / 0.25);
    border-bottom-color: rgb(107 33 168 / 0.25);
  }

  .lg\:border-y-purple-800\/30 {
    border-top-color: rgb(107 33 168 / 0.3);
    border-bottom-color: rgb(107 33 168 / 0.3);
  }

  .lg\:border-y-purple-800\/35 {
    border-top-color: rgb(107 33 168 / 0.35);
    border-bottom-color: rgb(107 33 168 / 0.35);
  }

  .lg\:border-y-purple-800\/40 {
    border-top-color: rgb(107 33 168 / 0.4);
    border-bottom-color: rgb(107 33 168 / 0.4);
  }

  .lg\:border-y-purple-800\/45 {
    border-top-color: rgb(107 33 168 / 0.45);
    border-bottom-color: rgb(107 33 168 / 0.45);
  }

  .lg\:border-y-purple-800\/5 {
    border-top-color: rgb(107 33 168 / 0.05);
    border-bottom-color: rgb(107 33 168 / 0.05);
  }

  .lg\:border-y-purple-800\/50 {
    border-top-color: rgb(107 33 168 / 0.5);
    border-bottom-color: rgb(107 33 168 / 0.5);
  }

  .lg\:border-y-purple-800\/55 {
    border-top-color: rgb(107 33 168 / 0.55);
    border-bottom-color: rgb(107 33 168 / 0.55);
  }

  .lg\:border-y-purple-800\/60 {
    border-top-color: rgb(107 33 168 / 0.6);
    border-bottom-color: rgb(107 33 168 / 0.6);
  }

  .lg\:border-y-purple-800\/65 {
    border-top-color: rgb(107 33 168 / 0.65);
    border-bottom-color: rgb(107 33 168 / 0.65);
  }

  .lg\:border-y-purple-800\/70 {
    border-top-color: rgb(107 33 168 / 0.7);
    border-bottom-color: rgb(107 33 168 / 0.7);
  }

  .lg\:border-y-purple-800\/75 {
    border-top-color: rgb(107 33 168 / 0.75);
    border-bottom-color: rgb(107 33 168 / 0.75);
  }

  .lg\:border-y-purple-800\/80 {
    border-top-color: rgb(107 33 168 / 0.8);
    border-bottom-color: rgb(107 33 168 / 0.8);
  }

  .lg\:border-y-purple-800\/85 {
    border-top-color: rgb(107 33 168 / 0.85);
    border-bottom-color: rgb(107 33 168 / 0.85);
  }

  .lg\:border-y-purple-800\/90 {
    border-top-color: rgb(107 33 168 / 0.9);
    border-bottom-color: rgb(107 33 168 / 0.9);
  }

  .lg\:border-y-purple-800\/95 {
    border-top-color: rgb(107 33 168 / 0.95);
    border-bottom-color: rgb(107 33 168 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-purple-900\/0 {
    border-top-color: rgb(88 28 135 / 0);
    border-bottom-color: rgb(88 28 135 / 0);
  }

  .lg\:border-y-purple-900\/10 {
    border-top-color: rgb(88 28 135 / 0.1);
    border-bottom-color: rgb(88 28 135 / 0.1);
  }

  .lg\:border-y-purple-900\/100 {
    border-top-color: rgb(88 28 135 / 1);
    border-bottom-color: rgb(88 28 135 / 1);
  }

  .lg\:border-y-purple-900\/15 {
    border-top-color: rgb(88 28 135 / 0.15);
    border-bottom-color: rgb(88 28 135 / 0.15);
  }

  .lg\:border-y-purple-900\/20 {
    border-top-color: rgb(88 28 135 / 0.2);
    border-bottom-color: rgb(88 28 135 / 0.2);
  }

  .lg\:border-y-purple-900\/25 {
    border-top-color: rgb(88 28 135 / 0.25);
    border-bottom-color: rgb(88 28 135 / 0.25);
  }

  .lg\:border-y-purple-900\/30 {
    border-top-color: rgb(88 28 135 / 0.3);
    border-bottom-color: rgb(88 28 135 / 0.3);
  }

  .lg\:border-y-purple-900\/35 {
    border-top-color: rgb(88 28 135 / 0.35);
    border-bottom-color: rgb(88 28 135 / 0.35);
  }

  .lg\:border-y-purple-900\/40 {
    border-top-color: rgb(88 28 135 / 0.4);
    border-bottom-color: rgb(88 28 135 / 0.4);
  }

  .lg\:border-y-purple-900\/45 {
    border-top-color: rgb(88 28 135 / 0.45);
    border-bottom-color: rgb(88 28 135 / 0.45);
  }

  .lg\:border-y-purple-900\/5 {
    border-top-color: rgb(88 28 135 / 0.05);
    border-bottom-color: rgb(88 28 135 / 0.05);
  }

  .lg\:border-y-purple-900\/50 {
    border-top-color: rgb(88 28 135 / 0.5);
    border-bottom-color: rgb(88 28 135 / 0.5);
  }

  .lg\:border-y-purple-900\/55 {
    border-top-color: rgb(88 28 135 / 0.55);
    border-bottom-color: rgb(88 28 135 / 0.55);
  }

  .lg\:border-y-purple-900\/60 {
    border-top-color: rgb(88 28 135 / 0.6);
    border-bottom-color: rgb(88 28 135 / 0.6);
  }

  .lg\:border-y-purple-900\/65 {
    border-top-color: rgb(88 28 135 / 0.65);
    border-bottom-color: rgb(88 28 135 / 0.65);
  }

  .lg\:border-y-purple-900\/70 {
    border-top-color: rgb(88 28 135 / 0.7);
    border-bottom-color: rgb(88 28 135 / 0.7);
  }

  .lg\:border-y-purple-900\/75 {
    border-top-color: rgb(88 28 135 / 0.75);
    border-bottom-color: rgb(88 28 135 / 0.75);
  }

  .lg\:border-y-purple-900\/80 {
    border-top-color: rgb(88 28 135 / 0.8);
    border-bottom-color: rgb(88 28 135 / 0.8);
  }

  .lg\:border-y-purple-900\/85 {
    border-top-color: rgb(88 28 135 / 0.85);
    border-bottom-color: rgb(88 28 135 / 0.85);
  }

  .lg\:border-y-purple-900\/90 {
    border-top-color: rgb(88 28 135 / 0.9);
    border-bottom-color: rgb(88 28 135 / 0.9);
  }

  .lg\:border-y-purple-900\/95 {
    border-top-color: rgb(88 28 135 / 0.95);
    border-bottom-color: rgb(88 28 135 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-purple-950\/0 {
    border-top-color: rgb(59 7 100 / 0);
    border-bottom-color: rgb(59 7 100 / 0);
  }

  .lg\:border-y-purple-950\/10 {
    border-top-color: rgb(59 7 100 / 0.1);
    border-bottom-color: rgb(59 7 100 / 0.1);
  }

  .lg\:border-y-purple-950\/100 {
    border-top-color: rgb(59 7 100 / 1);
    border-bottom-color: rgb(59 7 100 / 1);
  }

  .lg\:border-y-purple-950\/15 {
    border-top-color: rgb(59 7 100 / 0.15);
    border-bottom-color: rgb(59 7 100 / 0.15);
  }

  .lg\:border-y-purple-950\/20 {
    border-top-color: rgb(59 7 100 / 0.2);
    border-bottom-color: rgb(59 7 100 / 0.2);
  }

  .lg\:border-y-purple-950\/25 {
    border-top-color: rgb(59 7 100 / 0.25);
    border-bottom-color: rgb(59 7 100 / 0.25);
  }

  .lg\:border-y-purple-950\/30 {
    border-top-color: rgb(59 7 100 / 0.3);
    border-bottom-color: rgb(59 7 100 / 0.3);
  }

  .lg\:border-y-purple-950\/35 {
    border-top-color: rgb(59 7 100 / 0.35);
    border-bottom-color: rgb(59 7 100 / 0.35);
  }

  .lg\:border-y-purple-950\/40 {
    border-top-color: rgb(59 7 100 / 0.4);
    border-bottom-color: rgb(59 7 100 / 0.4);
  }

  .lg\:border-y-purple-950\/45 {
    border-top-color: rgb(59 7 100 / 0.45);
    border-bottom-color: rgb(59 7 100 / 0.45);
  }

  .lg\:border-y-purple-950\/5 {
    border-top-color: rgb(59 7 100 / 0.05);
    border-bottom-color: rgb(59 7 100 / 0.05);
  }

  .lg\:border-y-purple-950\/50 {
    border-top-color: rgb(59 7 100 / 0.5);
    border-bottom-color: rgb(59 7 100 / 0.5);
  }

  .lg\:border-y-purple-950\/55 {
    border-top-color: rgb(59 7 100 / 0.55);
    border-bottom-color: rgb(59 7 100 / 0.55);
  }

  .lg\:border-y-purple-950\/60 {
    border-top-color: rgb(59 7 100 / 0.6);
    border-bottom-color: rgb(59 7 100 / 0.6);
  }

  .lg\:border-y-purple-950\/65 {
    border-top-color: rgb(59 7 100 / 0.65);
    border-bottom-color: rgb(59 7 100 / 0.65);
  }

  .lg\:border-y-purple-950\/70 {
    border-top-color: rgb(59 7 100 / 0.7);
    border-bottom-color: rgb(59 7 100 / 0.7);
  }

  .lg\:border-y-purple-950\/75 {
    border-top-color: rgb(59 7 100 / 0.75);
    border-bottom-color: rgb(59 7 100 / 0.75);
  }

  .lg\:border-y-purple-950\/80 {
    border-top-color: rgb(59 7 100 / 0.8);
    border-bottom-color: rgb(59 7 100 / 0.8);
  }

  .lg\:border-y-purple-950\/85 {
    border-top-color: rgb(59 7 100 / 0.85);
    border-bottom-color: rgb(59 7 100 / 0.85);
  }

  .lg\:border-y-purple-950\/90 {
    border-top-color: rgb(59 7 100 / 0.9);
    border-bottom-color: rgb(59 7 100 / 0.9);
  }

  .lg\:border-y-purple-950\/95 {
    border-top-color: rgb(59 7 100 / 0.95);
    border-bottom-color: rgb(59 7 100 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-red-100\/0 {
    border-top-color: rgb(254 226 226 / 0);
    border-bottom-color: rgb(254 226 226 / 0);
  }

  .lg\:border-y-red-100\/10 {
    border-top-color: rgb(254 226 226 / 0.1);
    border-bottom-color: rgb(254 226 226 / 0.1);
  }

  .lg\:border-y-red-100\/100 {
    border-top-color: rgb(254 226 226 / 1);
    border-bottom-color: rgb(254 226 226 / 1);
  }

  .lg\:border-y-red-100\/15 {
    border-top-color: rgb(254 226 226 / 0.15);
    border-bottom-color: rgb(254 226 226 / 0.15);
  }

  .lg\:border-y-red-100\/20 {
    border-top-color: rgb(254 226 226 / 0.2);
    border-bottom-color: rgb(254 226 226 / 0.2);
  }

  .lg\:border-y-red-100\/25 {
    border-top-color: rgb(254 226 226 / 0.25);
    border-bottom-color: rgb(254 226 226 / 0.25);
  }

  .lg\:border-y-red-100\/30 {
    border-top-color: rgb(254 226 226 / 0.3);
    border-bottom-color: rgb(254 226 226 / 0.3);
  }

  .lg\:border-y-red-100\/35 {
    border-top-color: rgb(254 226 226 / 0.35);
    border-bottom-color: rgb(254 226 226 / 0.35);
  }

  .lg\:border-y-red-100\/40 {
    border-top-color: rgb(254 226 226 / 0.4);
    border-bottom-color: rgb(254 226 226 / 0.4);
  }

  .lg\:border-y-red-100\/45 {
    border-top-color: rgb(254 226 226 / 0.45);
    border-bottom-color: rgb(254 226 226 / 0.45);
  }

  .lg\:border-y-red-100\/5 {
    border-top-color: rgb(254 226 226 / 0.05);
    border-bottom-color: rgb(254 226 226 / 0.05);
  }

  .lg\:border-y-red-100\/50 {
    border-top-color: rgb(254 226 226 / 0.5);
    border-bottom-color: rgb(254 226 226 / 0.5);
  }

  .lg\:border-y-red-100\/55 {
    border-top-color: rgb(254 226 226 / 0.55);
    border-bottom-color: rgb(254 226 226 / 0.55);
  }

  .lg\:border-y-red-100\/60 {
    border-top-color: rgb(254 226 226 / 0.6);
    border-bottom-color: rgb(254 226 226 / 0.6);
  }

  .lg\:border-y-red-100\/65 {
    border-top-color: rgb(254 226 226 / 0.65);
    border-bottom-color: rgb(254 226 226 / 0.65);
  }

  .lg\:border-y-red-100\/70 {
    border-top-color: rgb(254 226 226 / 0.7);
    border-bottom-color: rgb(254 226 226 / 0.7);
  }

  .lg\:border-y-red-100\/75 {
    border-top-color: rgb(254 226 226 / 0.75);
    border-bottom-color: rgb(254 226 226 / 0.75);
  }

  .lg\:border-y-red-100\/80 {
    border-top-color: rgb(254 226 226 / 0.8);
    border-bottom-color: rgb(254 226 226 / 0.8);
  }

  .lg\:border-y-red-100\/85 {
    border-top-color: rgb(254 226 226 / 0.85);
    border-bottom-color: rgb(254 226 226 / 0.85);
  }

  .lg\:border-y-red-100\/90 {
    border-top-color: rgb(254 226 226 / 0.9);
    border-bottom-color: rgb(254 226 226 / 0.9);
  }

  .lg\:border-y-red-100\/95 {
    border-top-color: rgb(254 226 226 / 0.95);
    border-bottom-color: rgb(254 226 226 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-red-200\/0 {
    border-top-color: rgb(254 202 202 / 0);
    border-bottom-color: rgb(254 202 202 / 0);
  }

  .lg\:border-y-red-200\/10 {
    border-top-color: rgb(254 202 202 / 0.1);
    border-bottom-color: rgb(254 202 202 / 0.1);
  }

  .lg\:border-y-red-200\/100 {
    border-top-color: rgb(254 202 202 / 1);
    border-bottom-color: rgb(254 202 202 / 1);
  }

  .lg\:border-y-red-200\/15 {
    border-top-color: rgb(254 202 202 / 0.15);
    border-bottom-color: rgb(254 202 202 / 0.15);
  }

  .lg\:border-y-red-200\/20 {
    border-top-color: rgb(254 202 202 / 0.2);
    border-bottom-color: rgb(254 202 202 / 0.2);
  }

  .lg\:border-y-red-200\/25 {
    border-top-color: rgb(254 202 202 / 0.25);
    border-bottom-color: rgb(254 202 202 / 0.25);
  }

  .lg\:border-y-red-200\/30 {
    border-top-color: rgb(254 202 202 / 0.3);
    border-bottom-color: rgb(254 202 202 / 0.3);
  }

  .lg\:border-y-red-200\/35 {
    border-top-color: rgb(254 202 202 / 0.35);
    border-bottom-color: rgb(254 202 202 / 0.35);
  }

  .lg\:border-y-red-200\/40 {
    border-top-color: rgb(254 202 202 / 0.4);
    border-bottom-color: rgb(254 202 202 / 0.4);
  }

  .lg\:border-y-red-200\/45 {
    border-top-color: rgb(254 202 202 / 0.45);
    border-bottom-color: rgb(254 202 202 / 0.45);
  }

  .lg\:border-y-red-200\/5 {
    border-top-color: rgb(254 202 202 / 0.05);
    border-bottom-color: rgb(254 202 202 / 0.05);
  }

  .lg\:border-y-red-200\/50 {
    border-top-color: rgb(254 202 202 / 0.5);
    border-bottom-color: rgb(254 202 202 / 0.5);
  }

  .lg\:border-y-red-200\/55 {
    border-top-color: rgb(254 202 202 / 0.55);
    border-bottom-color: rgb(254 202 202 / 0.55);
  }

  .lg\:border-y-red-200\/60 {
    border-top-color: rgb(254 202 202 / 0.6);
    border-bottom-color: rgb(254 202 202 / 0.6);
  }

  .lg\:border-y-red-200\/65 {
    border-top-color: rgb(254 202 202 / 0.65);
    border-bottom-color: rgb(254 202 202 / 0.65);
  }

  .lg\:border-y-red-200\/70 {
    border-top-color: rgb(254 202 202 / 0.7);
    border-bottom-color: rgb(254 202 202 / 0.7);
  }

  .lg\:border-y-red-200\/75 {
    border-top-color: rgb(254 202 202 / 0.75);
    border-bottom-color: rgb(254 202 202 / 0.75);
  }

  .lg\:border-y-red-200\/80 {
    border-top-color: rgb(254 202 202 / 0.8);
    border-bottom-color: rgb(254 202 202 / 0.8);
  }

  .lg\:border-y-red-200\/85 {
    border-top-color: rgb(254 202 202 / 0.85);
    border-bottom-color: rgb(254 202 202 / 0.85);
  }

  .lg\:border-y-red-200\/90 {
    border-top-color: rgb(254 202 202 / 0.9);
    border-bottom-color: rgb(254 202 202 / 0.9);
  }

  .lg\:border-y-red-200\/95 {
    border-top-color: rgb(254 202 202 / 0.95);
    border-bottom-color: rgb(254 202 202 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-red-300\/0 {
    border-top-color: rgb(252 165 165 / 0);
    border-bottom-color: rgb(252 165 165 / 0);
  }

  .lg\:border-y-red-300\/10 {
    border-top-color: rgb(252 165 165 / 0.1);
    border-bottom-color: rgb(252 165 165 / 0.1);
  }

  .lg\:border-y-red-300\/100 {
    border-top-color: rgb(252 165 165 / 1);
    border-bottom-color: rgb(252 165 165 / 1);
  }

  .lg\:border-y-red-300\/15 {
    border-top-color: rgb(252 165 165 / 0.15);
    border-bottom-color: rgb(252 165 165 / 0.15);
  }

  .lg\:border-y-red-300\/20 {
    border-top-color: rgb(252 165 165 / 0.2);
    border-bottom-color: rgb(252 165 165 / 0.2);
  }

  .lg\:border-y-red-300\/25 {
    border-top-color: rgb(252 165 165 / 0.25);
    border-bottom-color: rgb(252 165 165 / 0.25);
  }

  .lg\:border-y-red-300\/30 {
    border-top-color: rgb(252 165 165 / 0.3);
    border-bottom-color: rgb(252 165 165 / 0.3);
  }

  .lg\:border-y-red-300\/35 {
    border-top-color: rgb(252 165 165 / 0.35);
    border-bottom-color: rgb(252 165 165 / 0.35);
  }

  .lg\:border-y-red-300\/40 {
    border-top-color: rgb(252 165 165 / 0.4);
    border-bottom-color: rgb(252 165 165 / 0.4);
  }

  .lg\:border-y-red-300\/45 {
    border-top-color: rgb(252 165 165 / 0.45);
    border-bottom-color: rgb(252 165 165 / 0.45);
  }

  .lg\:border-y-red-300\/5 {
    border-top-color: rgb(252 165 165 / 0.05);
    border-bottom-color: rgb(252 165 165 / 0.05);
  }

  .lg\:border-y-red-300\/50 {
    border-top-color: rgb(252 165 165 / 0.5);
    border-bottom-color: rgb(252 165 165 / 0.5);
  }

  .lg\:border-y-red-300\/55 {
    border-top-color: rgb(252 165 165 / 0.55);
    border-bottom-color: rgb(252 165 165 / 0.55);
  }

  .lg\:border-y-red-300\/60 {
    border-top-color: rgb(252 165 165 / 0.6);
    border-bottom-color: rgb(252 165 165 / 0.6);
  }

  .lg\:border-y-red-300\/65 {
    border-top-color: rgb(252 165 165 / 0.65);
    border-bottom-color: rgb(252 165 165 / 0.65);
  }

  .lg\:border-y-red-300\/70 {
    border-top-color: rgb(252 165 165 / 0.7);
    border-bottom-color: rgb(252 165 165 / 0.7);
  }

  .lg\:border-y-red-300\/75 {
    border-top-color: rgb(252 165 165 / 0.75);
    border-bottom-color: rgb(252 165 165 / 0.75);
  }

  .lg\:border-y-red-300\/80 {
    border-top-color: rgb(252 165 165 / 0.8);
    border-bottom-color: rgb(252 165 165 / 0.8);
  }

  .lg\:border-y-red-300\/85 {
    border-top-color: rgb(252 165 165 / 0.85);
    border-bottom-color: rgb(252 165 165 / 0.85);
  }

  .lg\:border-y-red-300\/90 {
    border-top-color: rgb(252 165 165 / 0.9);
    border-bottom-color: rgb(252 165 165 / 0.9);
  }

  .lg\:border-y-red-300\/95 {
    border-top-color: rgb(252 165 165 / 0.95);
    border-bottom-color: rgb(252 165 165 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-red-400\/0 {
    border-top-color: rgb(248 113 113 / 0);
    border-bottom-color: rgb(248 113 113 / 0);
  }

  .lg\:border-y-red-400\/10 {
    border-top-color: rgb(248 113 113 / 0.1);
    border-bottom-color: rgb(248 113 113 / 0.1);
  }

  .lg\:border-y-red-400\/100 {
    border-top-color: rgb(248 113 113 / 1);
    border-bottom-color: rgb(248 113 113 / 1);
  }

  .lg\:border-y-red-400\/15 {
    border-top-color: rgb(248 113 113 / 0.15);
    border-bottom-color: rgb(248 113 113 / 0.15);
  }

  .lg\:border-y-red-400\/20 {
    border-top-color: rgb(248 113 113 / 0.2);
    border-bottom-color: rgb(248 113 113 / 0.2);
  }

  .lg\:border-y-red-400\/25 {
    border-top-color: rgb(248 113 113 / 0.25);
    border-bottom-color: rgb(248 113 113 / 0.25);
  }

  .lg\:border-y-red-400\/30 {
    border-top-color: rgb(248 113 113 / 0.3);
    border-bottom-color: rgb(248 113 113 / 0.3);
  }

  .lg\:border-y-red-400\/35 {
    border-top-color: rgb(248 113 113 / 0.35);
    border-bottom-color: rgb(248 113 113 / 0.35);
  }

  .lg\:border-y-red-400\/40 {
    border-top-color: rgb(248 113 113 / 0.4);
    border-bottom-color: rgb(248 113 113 / 0.4);
  }

  .lg\:border-y-red-400\/45 {
    border-top-color: rgb(248 113 113 / 0.45);
    border-bottom-color: rgb(248 113 113 / 0.45);
  }

  .lg\:border-y-red-400\/5 {
    border-top-color: rgb(248 113 113 / 0.05);
    border-bottom-color: rgb(248 113 113 / 0.05);
  }

  .lg\:border-y-red-400\/50 {
    border-top-color: rgb(248 113 113 / 0.5);
    border-bottom-color: rgb(248 113 113 / 0.5);
  }

  .lg\:border-y-red-400\/55 {
    border-top-color: rgb(248 113 113 / 0.55);
    border-bottom-color: rgb(248 113 113 / 0.55);
  }

  .lg\:border-y-red-400\/60 {
    border-top-color: rgb(248 113 113 / 0.6);
    border-bottom-color: rgb(248 113 113 / 0.6);
  }

  .lg\:border-y-red-400\/65 {
    border-top-color: rgb(248 113 113 / 0.65);
    border-bottom-color: rgb(248 113 113 / 0.65);
  }

  .lg\:border-y-red-400\/70 {
    border-top-color: rgb(248 113 113 / 0.7);
    border-bottom-color: rgb(248 113 113 / 0.7);
  }

  .lg\:border-y-red-400\/75 {
    border-top-color: rgb(248 113 113 / 0.75);
    border-bottom-color: rgb(248 113 113 / 0.75);
  }

  .lg\:border-y-red-400\/80 {
    border-top-color: rgb(248 113 113 / 0.8);
    border-bottom-color: rgb(248 113 113 / 0.8);
  }

  .lg\:border-y-red-400\/85 {
    border-top-color: rgb(248 113 113 / 0.85);
    border-bottom-color: rgb(248 113 113 / 0.85);
  }

  .lg\:border-y-red-400\/90 {
    border-top-color: rgb(248 113 113 / 0.9);
    border-bottom-color: rgb(248 113 113 / 0.9);
  }

  .lg\:border-y-red-400\/95 {
    border-top-color: rgb(248 113 113 / 0.95);
    border-bottom-color: rgb(248 113 113 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-red-50\/0 {
    border-top-color: rgb(254 242 242 / 0);
    border-bottom-color: rgb(254 242 242 / 0);
  }

  .lg\:border-y-red-50\/10 {
    border-top-color: rgb(254 242 242 / 0.1);
    border-bottom-color: rgb(254 242 242 / 0.1);
  }

  .lg\:border-y-red-50\/100 {
    border-top-color: rgb(254 242 242 / 1);
    border-bottom-color: rgb(254 242 242 / 1);
  }

  .lg\:border-y-red-50\/15 {
    border-top-color: rgb(254 242 242 / 0.15);
    border-bottom-color: rgb(254 242 242 / 0.15);
  }

  .lg\:border-y-red-50\/20 {
    border-top-color: rgb(254 242 242 / 0.2);
    border-bottom-color: rgb(254 242 242 / 0.2);
  }

  .lg\:border-y-red-50\/25 {
    border-top-color: rgb(254 242 242 / 0.25);
    border-bottom-color: rgb(254 242 242 / 0.25);
  }

  .lg\:border-y-red-50\/30 {
    border-top-color: rgb(254 242 242 / 0.3);
    border-bottom-color: rgb(254 242 242 / 0.3);
  }

  .lg\:border-y-red-50\/35 {
    border-top-color: rgb(254 242 242 / 0.35);
    border-bottom-color: rgb(254 242 242 / 0.35);
  }

  .lg\:border-y-red-50\/40 {
    border-top-color: rgb(254 242 242 / 0.4);
    border-bottom-color: rgb(254 242 242 / 0.4);
  }

  .lg\:border-y-red-50\/45 {
    border-top-color: rgb(254 242 242 / 0.45);
    border-bottom-color: rgb(254 242 242 / 0.45);
  }

  .lg\:border-y-red-50\/5 {
    border-top-color: rgb(254 242 242 / 0.05);
    border-bottom-color: rgb(254 242 242 / 0.05);
  }

  .lg\:border-y-red-50\/50 {
    border-top-color: rgb(254 242 242 / 0.5);
    border-bottom-color: rgb(254 242 242 / 0.5);
  }

  .lg\:border-y-red-50\/55 {
    border-top-color: rgb(254 242 242 / 0.55);
    border-bottom-color: rgb(254 242 242 / 0.55);
  }

  .lg\:border-y-red-50\/60 {
    border-top-color: rgb(254 242 242 / 0.6);
    border-bottom-color: rgb(254 242 242 / 0.6);
  }

  .lg\:border-y-red-50\/65 {
    border-top-color: rgb(254 242 242 / 0.65);
    border-bottom-color: rgb(254 242 242 / 0.65);
  }

  .lg\:border-y-red-50\/70 {
    border-top-color: rgb(254 242 242 / 0.7);
    border-bottom-color: rgb(254 242 242 / 0.7);
  }

  .lg\:border-y-red-50\/75 {
    border-top-color: rgb(254 242 242 / 0.75);
    border-bottom-color: rgb(254 242 242 / 0.75);
  }

  .lg\:border-y-red-50\/80 {
    border-top-color: rgb(254 242 242 / 0.8);
    border-bottom-color: rgb(254 242 242 / 0.8);
  }

  .lg\:border-y-red-50\/85 {
    border-top-color: rgb(254 242 242 / 0.85);
    border-bottom-color: rgb(254 242 242 / 0.85);
  }

  .lg\:border-y-red-50\/90 {
    border-top-color: rgb(254 242 242 / 0.9);
    border-bottom-color: rgb(254 242 242 / 0.9);
  }

  .lg\:border-y-red-50\/95 {
    border-top-color: rgb(254 242 242 / 0.95);
    border-bottom-color: rgb(254 242 242 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-red-500\/0 {
    border-top-color: rgb(239 68 68 / 0);
    border-bottom-color: rgb(239 68 68 / 0);
  }

  .lg\:border-y-red-500\/10 {
    border-top-color: rgb(239 68 68 / 0.1);
    border-bottom-color: rgb(239 68 68 / 0.1);
  }

  .lg\:border-y-red-500\/100 {
    border-top-color: rgb(239 68 68 / 1);
    border-bottom-color: rgb(239 68 68 / 1);
  }

  .lg\:border-y-red-500\/15 {
    border-top-color: rgb(239 68 68 / 0.15);
    border-bottom-color: rgb(239 68 68 / 0.15);
  }

  .lg\:border-y-red-500\/20 {
    border-top-color: rgb(239 68 68 / 0.2);
    border-bottom-color: rgb(239 68 68 / 0.2);
  }

  .lg\:border-y-red-500\/25 {
    border-top-color: rgb(239 68 68 / 0.25);
    border-bottom-color: rgb(239 68 68 / 0.25);
  }

  .lg\:border-y-red-500\/30 {
    border-top-color: rgb(239 68 68 / 0.3);
    border-bottom-color: rgb(239 68 68 / 0.3);
  }

  .lg\:border-y-red-500\/35 {
    border-top-color: rgb(239 68 68 / 0.35);
    border-bottom-color: rgb(239 68 68 / 0.35);
  }

  .lg\:border-y-red-500\/40 {
    border-top-color: rgb(239 68 68 / 0.4);
    border-bottom-color: rgb(239 68 68 / 0.4);
  }

  .lg\:border-y-red-500\/45 {
    border-top-color: rgb(239 68 68 / 0.45);
    border-bottom-color: rgb(239 68 68 / 0.45);
  }

  .lg\:border-y-red-500\/5 {
    border-top-color: rgb(239 68 68 / 0.05);
    border-bottom-color: rgb(239 68 68 / 0.05);
  }

  .lg\:border-y-red-500\/50 {
    border-top-color: rgb(239 68 68 / 0.5);
    border-bottom-color: rgb(239 68 68 / 0.5);
  }

  .lg\:border-y-red-500\/55 {
    border-top-color: rgb(239 68 68 / 0.55);
    border-bottom-color: rgb(239 68 68 / 0.55);
  }

  .lg\:border-y-red-500\/60 {
    border-top-color: rgb(239 68 68 / 0.6);
    border-bottom-color: rgb(239 68 68 / 0.6);
  }

  .lg\:border-y-red-500\/65 {
    border-top-color: rgb(239 68 68 / 0.65);
    border-bottom-color: rgb(239 68 68 / 0.65);
  }

  .lg\:border-y-red-500\/70 {
    border-top-color: rgb(239 68 68 / 0.7);
    border-bottom-color: rgb(239 68 68 / 0.7);
  }

  .lg\:border-y-red-500\/75 {
    border-top-color: rgb(239 68 68 / 0.75);
    border-bottom-color: rgb(239 68 68 / 0.75);
  }

  .lg\:border-y-red-500\/80 {
    border-top-color: rgb(239 68 68 / 0.8);
    border-bottom-color: rgb(239 68 68 / 0.8);
  }

  .lg\:border-y-red-500\/85 {
    border-top-color: rgb(239 68 68 / 0.85);
    border-bottom-color: rgb(239 68 68 / 0.85);
  }

  .lg\:border-y-red-500\/90 {
    border-top-color: rgb(239 68 68 / 0.9);
    border-bottom-color: rgb(239 68 68 / 0.9);
  }

  .lg\:border-y-red-500\/95 {
    border-top-color: rgb(239 68 68 / 0.95);
    border-bottom-color: rgb(239 68 68 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-red-600\/0 {
    border-top-color: rgb(220 38 38 / 0);
    border-bottom-color: rgb(220 38 38 / 0);
  }

  .lg\:border-y-red-600\/10 {
    border-top-color: rgb(220 38 38 / 0.1);
    border-bottom-color: rgb(220 38 38 / 0.1);
  }

  .lg\:border-y-red-600\/100 {
    border-top-color: rgb(220 38 38 / 1);
    border-bottom-color: rgb(220 38 38 / 1);
  }

  .lg\:border-y-red-600\/15 {
    border-top-color: rgb(220 38 38 / 0.15);
    border-bottom-color: rgb(220 38 38 / 0.15);
  }

  .lg\:border-y-red-600\/20 {
    border-top-color: rgb(220 38 38 / 0.2);
    border-bottom-color: rgb(220 38 38 / 0.2);
  }

  .lg\:border-y-red-600\/25 {
    border-top-color: rgb(220 38 38 / 0.25);
    border-bottom-color: rgb(220 38 38 / 0.25);
  }

  .lg\:border-y-red-600\/30 {
    border-top-color: rgb(220 38 38 / 0.3);
    border-bottom-color: rgb(220 38 38 / 0.3);
  }

  .lg\:border-y-red-600\/35 {
    border-top-color: rgb(220 38 38 / 0.35);
    border-bottom-color: rgb(220 38 38 / 0.35);
  }

  .lg\:border-y-red-600\/40 {
    border-top-color: rgb(220 38 38 / 0.4);
    border-bottom-color: rgb(220 38 38 / 0.4);
  }

  .lg\:border-y-red-600\/45 {
    border-top-color: rgb(220 38 38 / 0.45);
    border-bottom-color: rgb(220 38 38 / 0.45);
  }

  .lg\:border-y-red-600\/5 {
    border-top-color: rgb(220 38 38 / 0.05);
    border-bottom-color: rgb(220 38 38 / 0.05);
  }

  .lg\:border-y-red-600\/50 {
    border-top-color: rgb(220 38 38 / 0.5);
    border-bottom-color: rgb(220 38 38 / 0.5);
  }

  .lg\:border-y-red-600\/55 {
    border-top-color: rgb(220 38 38 / 0.55);
    border-bottom-color: rgb(220 38 38 / 0.55);
  }

  .lg\:border-y-red-600\/60 {
    border-top-color: rgb(220 38 38 / 0.6);
    border-bottom-color: rgb(220 38 38 / 0.6);
  }

  .lg\:border-y-red-600\/65 {
    border-top-color: rgb(220 38 38 / 0.65);
    border-bottom-color: rgb(220 38 38 / 0.65);
  }

  .lg\:border-y-red-600\/70 {
    border-top-color: rgb(220 38 38 / 0.7);
    border-bottom-color: rgb(220 38 38 / 0.7);
  }

  .lg\:border-y-red-600\/75 {
    border-top-color: rgb(220 38 38 / 0.75);
    border-bottom-color: rgb(220 38 38 / 0.75);
  }

  .lg\:border-y-red-600\/80 {
    border-top-color: rgb(220 38 38 / 0.8);
    border-bottom-color: rgb(220 38 38 / 0.8);
  }

  .lg\:border-y-red-600\/85 {
    border-top-color: rgb(220 38 38 / 0.85);
    border-bottom-color: rgb(220 38 38 / 0.85);
  }

  .lg\:border-y-red-600\/90 {
    border-top-color: rgb(220 38 38 / 0.9);
    border-bottom-color: rgb(220 38 38 / 0.9);
  }

  .lg\:border-y-red-600\/95 {
    border-top-color: rgb(220 38 38 / 0.95);
    border-bottom-color: rgb(220 38 38 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-red-700\/0 {
    border-top-color: rgb(185 28 28 / 0);
    border-bottom-color: rgb(185 28 28 / 0);
  }

  .lg\:border-y-red-700\/10 {
    border-top-color: rgb(185 28 28 / 0.1);
    border-bottom-color: rgb(185 28 28 / 0.1);
  }

  .lg\:border-y-red-700\/100 {
    border-top-color: rgb(185 28 28 / 1);
    border-bottom-color: rgb(185 28 28 / 1);
  }

  .lg\:border-y-red-700\/15 {
    border-top-color: rgb(185 28 28 / 0.15);
    border-bottom-color: rgb(185 28 28 / 0.15);
  }

  .lg\:border-y-red-700\/20 {
    border-top-color: rgb(185 28 28 / 0.2);
    border-bottom-color: rgb(185 28 28 / 0.2);
  }

  .lg\:border-y-red-700\/25 {
    border-top-color: rgb(185 28 28 / 0.25);
    border-bottom-color: rgb(185 28 28 / 0.25);
  }

  .lg\:border-y-red-700\/30 {
    border-top-color: rgb(185 28 28 / 0.3);
    border-bottom-color: rgb(185 28 28 / 0.3);
  }

  .lg\:border-y-red-700\/35 {
    border-top-color: rgb(185 28 28 / 0.35);
    border-bottom-color: rgb(185 28 28 / 0.35);
  }

  .lg\:border-y-red-700\/40 {
    border-top-color: rgb(185 28 28 / 0.4);
    border-bottom-color: rgb(185 28 28 / 0.4);
  }

  .lg\:border-y-red-700\/45 {
    border-top-color: rgb(185 28 28 / 0.45);
    border-bottom-color: rgb(185 28 28 / 0.45);
  }

  .lg\:border-y-red-700\/5 {
    border-top-color: rgb(185 28 28 / 0.05);
    border-bottom-color: rgb(185 28 28 / 0.05);
  }

  .lg\:border-y-red-700\/50 {
    border-top-color: rgb(185 28 28 / 0.5);
    border-bottom-color: rgb(185 28 28 / 0.5);
  }

  .lg\:border-y-red-700\/55 {
    border-top-color: rgb(185 28 28 / 0.55);
    border-bottom-color: rgb(185 28 28 / 0.55);
  }

  .lg\:border-y-red-700\/60 {
    border-top-color: rgb(185 28 28 / 0.6);
    border-bottom-color: rgb(185 28 28 / 0.6);
  }

  .lg\:border-y-red-700\/65 {
    border-top-color: rgb(185 28 28 / 0.65);
    border-bottom-color: rgb(185 28 28 / 0.65);
  }

  .lg\:border-y-red-700\/70 {
    border-top-color: rgb(185 28 28 / 0.7);
    border-bottom-color: rgb(185 28 28 / 0.7);
  }

  .lg\:border-y-red-700\/75 {
    border-top-color: rgb(185 28 28 / 0.75);
    border-bottom-color: rgb(185 28 28 / 0.75);
  }

  .lg\:border-y-red-700\/80 {
    border-top-color: rgb(185 28 28 / 0.8);
    border-bottom-color: rgb(185 28 28 / 0.8);
  }

  .lg\:border-y-red-700\/85 {
    border-top-color: rgb(185 28 28 / 0.85);
    border-bottom-color: rgb(185 28 28 / 0.85);
  }

  .lg\:border-y-red-700\/90 {
    border-top-color: rgb(185 28 28 / 0.9);
    border-bottom-color: rgb(185 28 28 / 0.9);
  }

  .lg\:border-y-red-700\/95 {
    border-top-color: rgb(185 28 28 / 0.95);
    border-bottom-color: rgb(185 28 28 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-red-800\/0 {
    border-top-color: rgb(153 27 27 / 0);
    border-bottom-color: rgb(153 27 27 / 0);
  }

  .lg\:border-y-red-800\/10 {
    border-top-color: rgb(153 27 27 / 0.1);
    border-bottom-color: rgb(153 27 27 / 0.1);
  }

  .lg\:border-y-red-800\/100 {
    border-top-color: rgb(153 27 27 / 1);
    border-bottom-color: rgb(153 27 27 / 1);
  }

  .lg\:border-y-red-800\/15 {
    border-top-color: rgb(153 27 27 / 0.15);
    border-bottom-color: rgb(153 27 27 / 0.15);
  }

  .lg\:border-y-red-800\/20 {
    border-top-color: rgb(153 27 27 / 0.2);
    border-bottom-color: rgb(153 27 27 / 0.2);
  }

  .lg\:border-y-red-800\/25 {
    border-top-color: rgb(153 27 27 / 0.25);
    border-bottom-color: rgb(153 27 27 / 0.25);
  }

  .lg\:border-y-red-800\/30 {
    border-top-color: rgb(153 27 27 / 0.3);
    border-bottom-color: rgb(153 27 27 / 0.3);
  }

  .lg\:border-y-red-800\/35 {
    border-top-color: rgb(153 27 27 / 0.35);
    border-bottom-color: rgb(153 27 27 / 0.35);
  }

  .lg\:border-y-red-800\/40 {
    border-top-color: rgb(153 27 27 / 0.4);
    border-bottom-color: rgb(153 27 27 / 0.4);
  }

  .lg\:border-y-red-800\/45 {
    border-top-color: rgb(153 27 27 / 0.45);
    border-bottom-color: rgb(153 27 27 / 0.45);
  }

  .lg\:border-y-red-800\/5 {
    border-top-color: rgb(153 27 27 / 0.05);
    border-bottom-color: rgb(153 27 27 / 0.05);
  }

  .lg\:border-y-red-800\/50 {
    border-top-color: rgb(153 27 27 / 0.5);
    border-bottom-color: rgb(153 27 27 / 0.5);
  }

  .lg\:border-y-red-800\/55 {
    border-top-color: rgb(153 27 27 / 0.55);
    border-bottom-color: rgb(153 27 27 / 0.55);
  }

  .lg\:border-y-red-800\/60 {
    border-top-color: rgb(153 27 27 / 0.6);
    border-bottom-color: rgb(153 27 27 / 0.6);
  }

  .lg\:border-y-red-800\/65 {
    border-top-color: rgb(153 27 27 / 0.65);
    border-bottom-color: rgb(153 27 27 / 0.65);
  }

  .lg\:border-y-red-800\/70 {
    border-top-color: rgb(153 27 27 / 0.7);
    border-bottom-color: rgb(153 27 27 / 0.7);
  }

  .lg\:border-y-red-800\/75 {
    border-top-color: rgb(153 27 27 / 0.75);
    border-bottom-color: rgb(153 27 27 / 0.75);
  }

  .lg\:border-y-red-800\/80 {
    border-top-color: rgb(153 27 27 / 0.8);
    border-bottom-color: rgb(153 27 27 / 0.8);
  }

  .lg\:border-y-red-800\/85 {
    border-top-color: rgb(153 27 27 / 0.85);
    border-bottom-color: rgb(153 27 27 / 0.85);
  }

  .lg\:border-y-red-800\/90 {
    border-top-color: rgb(153 27 27 / 0.9);
    border-bottom-color: rgb(153 27 27 / 0.9);
  }

  .lg\:border-y-red-800\/95 {
    border-top-color: rgb(153 27 27 / 0.95);
    border-bottom-color: rgb(153 27 27 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-red-900\/0 {
    border-top-color: rgb(127 29 29 / 0);
    border-bottom-color: rgb(127 29 29 / 0);
  }

  .lg\:border-y-red-900\/10 {
    border-top-color: rgb(127 29 29 / 0.1);
    border-bottom-color: rgb(127 29 29 / 0.1);
  }

  .lg\:border-y-red-900\/100 {
    border-top-color: rgb(127 29 29 / 1);
    border-bottom-color: rgb(127 29 29 / 1);
  }

  .lg\:border-y-red-900\/15 {
    border-top-color: rgb(127 29 29 / 0.15);
    border-bottom-color: rgb(127 29 29 / 0.15);
  }

  .lg\:border-y-red-900\/20 {
    border-top-color: rgb(127 29 29 / 0.2);
    border-bottom-color: rgb(127 29 29 / 0.2);
  }

  .lg\:border-y-red-900\/25 {
    border-top-color: rgb(127 29 29 / 0.25);
    border-bottom-color: rgb(127 29 29 / 0.25);
  }

  .lg\:border-y-red-900\/30 {
    border-top-color: rgb(127 29 29 / 0.3);
    border-bottom-color: rgb(127 29 29 / 0.3);
  }

  .lg\:border-y-red-900\/35 {
    border-top-color: rgb(127 29 29 / 0.35);
    border-bottom-color: rgb(127 29 29 / 0.35);
  }

  .lg\:border-y-red-900\/40 {
    border-top-color: rgb(127 29 29 / 0.4);
    border-bottom-color: rgb(127 29 29 / 0.4);
  }

  .lg\:border-y-red-900\/45 {
    border-top-color: rgb(127 29 29 / 0.45);
    border-bottom-color: rgb(127 29 29 / 0.45);
  }

  .lg\:border-y-red-900\/5 {
    border-top-color: rgb(127 29 29 / 0.05);
    border-bottom-color: rgb(127 29 29 / 0.05);
  }

  .lg\:border-y-red-900\/50 {
    border-top-color: rgb(127 29 29 / 0.5);
    border-bottom-color: rgb(127 29 29 / 0.5);
  }

  .lg\:border-y-red-900\/55 {
    border-top-color: rgb(127 29 29 / 0.55);
    border-bottom-color: rgb(127 29 29 / 0.55);
  }

  .lg\:border-y-red-900\/60 {
    border-top-color: rgb(127 29 29 / 0.6);
    border-bottom-color: rgb(127 29 29 / 0.6);
  }

  .lg\:border-y-red-900\/65 {
    border-top-color: rgb(127 29 29 / 0.65);
    border-bottom-color: rgb(127 29 29 / 0.65);
  }

  .lg\:border-y-red-900\/70 {
    border-top-color: rgb(127 29 29 / 0.7);
    border-bottom-color: rgb(127 29 29 / 0.7);
  }

  .lg\:border-y-red-900\/75 {
    border-top-color: rgb(127 29 29 / 0.75);
    border-bottom-color: rgb(127 29 29 / 0.75);
  }

  .lg\:border-y-red-900\/80 {
    border-top-color: rgb(127 29 29 / 0.8);
    border-bottom-color: rgb(127 29 29 / 0.8);
  }

  .lg\:border-y-red-900\/85 {
    border-top-color: rgb(127 29 29 / 0.85);
    border-bottom-color: rgb(127 29 29 / 0.85);
  }

  .lg\:border-y-red-900\/90 {
    border-top-color: rgb(127 29 29 / 0.9);
    border-bottom-color: rgb(127 29 29 / 0.9);
  }

  .lg\:border-y-red-900\/95 {
    border-top-color: rgb(127 29 29 / 0.95);
    border-bottom-color: rgb(127 29 29 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-red-950\/0 {
    border-top-color: rgb(69 10 10 / 0);
    border-bottom-color: rgb(69 10 10 / 0);
  }

  .lg\:border-y-red-950\/10 {
    border-top-color: rgb(69 10 10 / 0.1);
    border-bottom-color: rgb(69 10 10 / 0.1);
  }

  .lg\:border-y-red-950\/100 {
    border-top-color: rgb(69 10 10 / 1);
    border-bottom-color: rgb(69 10 10 / 1);
  }

  .lg\:border-y-red-950\/15 {
    border-top-color: rgb(69 10 10 / 0.15);
    border-bottom-color: rgb(69 10 10 / 0.15);
  }

  .lg\:border-y-red-950\/20 {
    border-top-color: rgb(69 10 10 / 0.2);
    border-bottom-color: rgb(69 10 10 / 0.2);
  }

  .lg\:border-y-red-950\/25 {
    border-top-color: rgb(69 10 10 / 0.25);
    border-bottom-color: rgb(69 10 10 / 0.25);
  }

  .lg\:border-y-red-950\/30 {
    border-top-color: rgb(69 10 10 / 0.3);
    border-bottom-color: rgb(69 10 10 / 0.3);
  }

  .lg\:border-y-red-950\/35 {
    border-top-color: rgb(69 10 10 / 0.35);
    border-bottom-color: rgb(69 10 10 / 0.35);
  }

  .lg\:border-y-red-950\/40 {
    border-top-color: rgb(69 10 10 / 0.4);
    border-bottom-color: rgb(69 10 10 / 0.4);
  }

  .lg\:border-y-red-950\/45 {
    border-top-color: rgb(69 10 10 / 0.45);
    border-bottom-color: rgb(69 10 10 / 0.45);
  }

  .lg\:border-y-red-950\/5 {
    border-top-color: rgb(69 10 10 / 0.05);
    border-bottom-color: rgb(69 10 10 / 0.05);
  }

  .lg\:border-y-red-950\/50 {
    border-top-color: rgb(69 10 10 / 0.5);
    border-bottom-color: rgb(69 10 10 / 0.5);
  }

  .lg\:border-y-red-950\/55 {
    border-top-color: rgb(69 10 10 / 0.55);
    border-bottom-color: rgb(69 10 10 / 0.55);
  }

  .lg\:border-y-red-950\/60 {
    border-top-color: rgb(69 10 10 / 0.6);
    border-bottom-color: rgb(69 10 10 / 0.6);
  }

  .lg\:border-y-red-950\/65 {
    border-top-color: rgb(69 10 10 / 0.65);
    border-bottom-color: rgb(69 10 10 / 0.65);
  }

  .lg\:border-y-red-950\/70 {
    border-top-color: rgb(69 10 10 / 0.7);
    border-bottom-color: rgb(69 10 10 / 0.7);
  }

  .lg\:border-y-red-950\/75 {
    border-top-color: rgb(69 10 10 / 0.75);
    border-bottom-color: rgb(69 10 10 / 0.75);
  }

  .lg\:border-y-red-950\/80 {
    border-top-color: rgb(69 10 10 / 0.8);
    border-bottom-color: rgb(69 10 10 / 0.8);
  }

  .lg\:border-y-red-950\/85 {
    border-top-color: rgb(69 10 10 / 0.85);
    border-bottom-color: rgb(69 10 10 / 0.85);
  }

  .lg\:border-y-red-950\/90 {
    border-top-color: rgb(69 10 10 / 0.9);
    border-bottom-color: rgb(69 10 10 / 0.9);
  }

  .lg\:border-y-red-950\/95 {
    border-top-color: rgb(69 10 10 / 0.95);
    border-bottom-color: rgb(69 10 10 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-rose-100\/0 {
    border-top-color: rgb(255 228 230 / 0);
    border-bottom-color: rgb(255 228 230 / 0);
  }

  .lg\:border-y-rose-100\/10 {
    border-top-color: rgb(255 228 230 / 0.1);
    border-bottom-color: rgb(255 228 230 / 0.1);
  }

  .lg\:border-y-rose-100\/100 {
    border-top-color: rgb(255 228 230 / 1);
    border-bottom-color: rgb(255 228 230 / 1);
  }

  .lg\:border-y-rose-100\/15 {
    border-top-color: rgb(255 228 230 / 0.15);
    border-bottom-color: rgb(255 228 230 / 0.15);
  }

  .lg\:border-y-rose-100\/20 {
    border-top-color: rgb(255 228 230 / 0.2);
    border-bottom-color: rgb(255 228 230 / 0.2);
  }

  .lg\:border-y-rose-100\/25 {
    border-top-color: rgb(255 228 230 / 0.25);
    border-bottom-color: rgb(255 228 230 / 0.25);
  }

  .lg\:border-y-rose-100\/30 {
    border-top-color: rgb(255 228 230 / 0.3);
    border-bottom-color: rgb(255 228 230 / 0.3);
  }

  .lg\:border-y-rose-100\/35 {
    border-top-color: rgb(255 228 230 / 0.35);
    border-bottom-color: rgb(255 228 230 / 0.35);
  }

  .lg\:border-y-rose-100\/40 {
    border-top-color: rgb(255 228 230 / 0.4);
    border-bottom-color: rgb(255 228 230 / 0.4);
  }

  .lg\:border-y-rose-100\/45 {
    border-top-color: rgb(255 228 230 / 0.45);
    border-bottom-color: rgb(255 228 230 / 0.45);
  }

  .lg\:border-y-rose-100\/5 {
    border-top-color: rgb(255 228 230 / 0.05);
    border-bottom-color: rgb(255 228 230 / 0.05);
  }

  .lg\:border-y-rose-100\/50 {
    border-top-color: rgb(255 228 230 / 0.5);
    border-bottom-color: rgb(255 228 230 / 0.5);
  }

  .lg\:border-y-rose-100\/55 {
    border-top-color: rgb(255 228 230 / 0.55);
    border-bottom-color: rgb(255 228 230 / 0.55);
  }

  .lg\:border-y-rose-100\/60 {
    border-top-color: rgb(255 228 230 / 0.6);
    border-bottom-color: rgb(255 228 230 / 0.6);
  }

  .lg\:border-y-rose-100\/65 {
    border-top-color: rgb(255 228 230 / 0.65);
    border-bottom-color: rgb(255 228 230 / 0.65);
  }

  .lg\:border-y-rose-100\/70 {
    border-top-color: rgb(255 228 230 / 0.7);
    border-bottom-color: rgb(255 228 230 / 0.7);
  }

  .lg\:border-y-rose-100\/75 {
    border-top-color: rgb(255 228 230 / 0.75);
    border-bottom-color: rgb(255 228 230 / 0.75);
  }

  .lg\:border-y-rose-100\/80 {
    border-top-color: rgb(255 228 230 / 0.8);
    border-bottom-color: rgb(255 228 230 / 0.8);
  }

  .lg\:border-y-rose-100\/85 {
    border-top-color: rgb(255 228 230 / 0.85);
    border-bottom-color: rgb(255 228 230 / 0.85);
  }

  .lg\:border-y-rose-100\/90 {
    border-top-color: rgb(255 228 230 / 0.9);
    border-bottom-color: rgb(255 228 230 / 0.9);
  }

  .lg\:border-y-rose-100\/95 {
    border-top-color: rgb(255 228 230 / 0.95);
    border-bottom-color: rgb(255 228 230 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-rose-200\/0 {
    border-top-color: rgb(254 205 211 / 0);
    border-bottom-color: rgb(254 205 211 / 0);
  }

  .lg\:border-y-rose-200\/10 {
    border-top-color: rgb(254 205 211 / 0.1);
    border-bottom-color: rgb(254 205 211 / 0.1);
  }

  .lg\:border-y-rose-200\/100 {
    border-top-color: rgb(254 205 211 / 1);
    border-bottom-color: rgb(254 205 211 / 1);
  }

  .lg\:border-y-rose-200\/15 {
    border-top-color: rgb(254 205 211 / 0.15);
    border-bottom-color: rgb(254 205 211 / 0.15);
  }

  .lg\:border-y-rose-200\/20 {
    border-top-color: rgb(254 205 211 / 0.2);
    border-bottom-color: rgb(254 205 211 / 0.2);
  }

  .lg\:border-y-rose-200\/25 {
    border-top-color: rgb(254 205 211 / 0.25);
    border-bottom-color: rgb(254 205 211 / 0.25);
  }

  .lg\:border-y-rose-200\/30 {
    border-top-color: rgb(254 205 211 / 0.3);
    border-bottom-color: rgb(254 205 211 / 0.3);
  }

  .lg\:border-y-rose-200\/35 {
    border-top-color: rgb(254 205 211 / 0.35);
    border-bottom-color: rgb(254 205 211 / 0.35);
  }

  .lg\:border-y-rose-200\/40 {
    border-top-color: rgb(254 205 211 / 0.4);
    border-bottom-color: rgb(254 205 211 / 0.4);
  }

  .lg\:border-y-rose-200\/45 {
    border-top-color: rgb(254 205 211 / 0.45);
    border-bottom-color: rgb(254 205 211 / 0.45);
  }

  .lg\:border-y-rose-200\/5 {
    border-top-color: rgb(254 205 211 / 0.05);
    border-bottom-color: rgb(254 205 211 / 0.05);
  }

  .lg\:border-y-rose-200\/50 {
    border-top-color: rgb(254 205 211 / 0.5);
    border-bottom-color: rgb(254 205 211 / 0.5);
  }

  .lg\:border-y-rose-200\/55 {
    border-top-color: rgb(254 205 211 / 0.55);
    border-bottom-color: rgb(254 205 211 / 0.55);
  }

  .lg\:border-y-rose-200\/60 {
    border-top-color: rgb(254 205 211 / 0.6);
    border-bottom-color: rgb(254 205 211 / 0.6);
  }

  .lg\:border-y-rose-200\/65 {
    border-top-color: rgb(254 205 211 / 0.65);
    border-bottom-color: rgb(254 205 211 / 0.65);
  }

  .lg\:border-y-rose-200\/70 {
    border-top-color: rgb(254 205 211 / 0.7);
    border-bottom-color: rgb(254 205 211 / 0.7);
  }

  .lg\:border-y-rose-200\/75 {
    border-top-color: rgb(254 205 211 / 0.75);
    border-bottom-color: rgb(254 205 211 / 0.75);
  }

  .lg\:border-y-rose-200\/80 {
    border-top-color: rgb(254 205 211 / 0.8);
    border-bottom-color: rgb(254 205 211 / 0.8);
  }

  .lg\:border-y-rose-200\/85 {
    border-top-color: rgb(254 205 211 / 0.85);
    border-bottom-color: rgb(254 205 211 / 0.85);
  }

  .lg\:border-y-rose-200\/90 {
    border-top-color: rgb(254 205 211 / 0.9);
    border-bottom-color: rgb(254 205 211 / 0.9);
  }

  .lg\:border-y-rose-200\/95 {
    border-top-color: rgb(254 205 211 / 0.95);
    border-bottom-color: rgb(254 205 211 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-rose-300\/0 {
    border-top-color: rgb(253 164 175 / 0);
    border-bottom-color: rgb(253 164 175 / 0);
  }

  .lg\:border-y-rose-300\/10 {
    border-top-color: rgb(253 164 175 / 0.1);
    border-bottom-color: rgb(253 164 175 / 0.1);
  }

  .lg\:border-y-rose-300\/100 {
    border-top-color: rgb(253 164 175 / 1);
    border-bottom-color: rgb(253 164 175 / 1);
  }

  .lg\:border-y-rose-300\/15 {
    border-top-color: rgb(253 164 175 / 0.15);
    border-bottom-color: rgb(253 164 175 / 0.15);
  }

  .lg\:border-y-rose-300\/20 {
    border-top-color: rgb(253 164 175 / 0.2);
    border-bottom-color: rgb(253 164 175 / 0.2);
  }

  .lg\:border-y-rose-300\/25 {
    border-top-color: rgb(253 164 175 / 0.25);
    border-bottom-color: rgb(253 164 175 / 0.25);
  }

  .lg\:border-y-rose-300\/30 {
    border-top-color: rgb(253 164 175 / 0.3);
    border-bottom-color: rgb(253 164 175 / 0.3);
  }

  .lg\:border-y-rose-300\/35 {
    border-top-color: rgb(253 164 175 / 0.35);
    border-bottom-color: rgb(253 164 175 / 0.35);
  }

  .lg\:border-y-rose-300\/40 {
    border-top-color: rgb(253 164 175 / 0.4);
    border-bottom-color: rgb(253 164 175 / 0.4);
  }

  .lg\:border-y-rose-300\/45 {
    border-top-color: rgb(253 164 175 / 0.45);
    border-bottom-color: rgb(253 164 175 / 0.45);
  }

  .lg\:border-y-rose-300\/5 {
    border-top-color: rgb(253 164 175 / 0.05);
    border-bottom-color: rgb(253 164 175 / 0.05);
  }

  .lg\:border-y-rose-300\/50 {
    border-top-color: rgb(253 164 175 / 0.5);
    border-bottom-color: rgb(253 164 175 / 0.5);
  }

  .lg\:border-y-rose-300\/55 {
    border-top-color: rgb(253 164 175 / 0.55);
    border-bottom-color: rgb(253 164 175 / 0.55);
  }

  .lg\:border-y-rose-300\/60 {
    border-top-color: rgb(253 164 175 / 0.6);
    border-bottom-color: rgb(253 164 175 / 0.6);
  }

  .lg\:border-y-rose-300\/65 {
    border-top-color: rgb(253 164 175 / 0.65);
    border-bottom-color: rgb(253 164 175 / 0.65);
  }

  .lg\:border-y-rose-300\/70 {
    border-top-color: rgb(253 164 175 / 0.7);
    border-bottom-color: rgb(253 164 175 / 0.7);
  }

  .lg\:border-y-rose-300\/75 {
    border-top-color: rgb(253 164 175 / 0.75);
    border-bottom-color: rgb(253 164 175 / 0.75);
  }

  .lg\:border-y-rose-300\/80 {
    border-top-color: rgb(253 164 175 / 0.8);
    border-bottom-color: rgb(253 164 175 / 0.8);
  }

  .lg\:border-y-rose-300\/85 {
    border-top-color: rgb(253 164 175 / 0.85);
    border-bottom-color: rgb(253 164 175 / 0.85);
  }

  .lg\:border-y-rose-300\/90 {
    border-top-color: rgb(253 164 175 / 0.9);
    border-bottom-color: rgb(253 164 175 / 0.9);
  }

  .lg\:border-y-rose-300\/95 {
    border-top-color: rgb(253 164 175 / 0.95);
    border-bottom-color: rgb(253 164 175 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-rose-400\/0 {
    border-top-color: rgb(251 113 133 / 0);
    border-bottom-color: rgb(251 113 133 / 0);
  }

  .lg\:border-y-rose-400\/10 {
    border-top-color: rgb(251 113 133 / 0.1);
    border-bottom-color: rgb(251 113 133 / 0.1);
  }

  .lg\:border-y-rose-400\/100 {
    border-top-color: rgb(251 113 133 / 1);
    border-bottom-color: rgb(251 113 133 / 1);
  }

  .lg\:border-y-rose-400\/15 {
    border-top-color: rgb(251 113 133 / 0.15);
    border-bottom-color: rgb(251 113 133 / 0.15);
  }

  .lg\:border-y-rose-400\/20 {
    border-top-color: rgb(251 113 133 / 0.2);
    border-bottom-color: rgb(251 113 133 / 0.2);
  }

  .lg\:border-y-rose-400\/25 {
    border-top-color: rgb(251 113 133 / 0.25);
    border-bottom-color: rgb(251 113 133 / 0.25);
  }

  .lg\:border-y-rose-400\/30 {
    border-top-color: rgb(251 113 133 / 0.3);
    border-bottom-color: rgb(251 113 133 / 0.3);
  }

  .lg\:border-y-rose-400\/35 {
    border-top-color: rgb(251 113 133 / 0.35);
    border-bottom-color: rgb(251 113 133 / 0.35);
  }

  .lg\:border-y-rose-400\/40 {
    border-top-color: rgb(251 113 133 / 0.4);
    border-bottom-color: rgb(251 113 133 / 0.4);
  }

  .lg\:border-y-rose-400\/45 {
    border-top-color: rgb(251 113 133 / 0.45);
    border-bottom-color: rgb(251 113 133 / 0.45);
  }

  .lg\:border-y-rose-400\/5 {
    border-top-color: rgb(251 113 133 / 0.05);
    border-bottom-color: rgb(251 113 133 / 0.05);
  }

  .lg\:border-y-rose-400\/50 {
    border-top-color: rgb(251 113 133 / 0.5);
    border-bottom-color: rgb(251 113 133 / 0.5);
  }

  .lg\:border-y-rose-400\/55 {
    border-top-color: rgb(251 113 133 / 0.55);
    border-bottom-color: rgb(251 113 133 / 0.55);
  }

  .lg\:border-y-rose-400\/60 {
    border-top-color: rgb(251 113 133 / 0.6);
    border-bottom-color: rgb(251 113 133 / 0.6);
  }

  .lg\:border-y-rose-400\/65 {
    border-top-color: rgb(251 113 133 / 0.65);
    border-bottom-color: rgb(251 113 133 / 0.65);
  }

  .lg\:border-y-rose-400\/70 {
    border-top-color: rgb(251 113 133 / 0.7);
    border-bottom-color: rgb(251 113 133 / 0.7);
  }

  .lg\:border-y-rose-400\/75 {
    border-top-color: rgb(251 113 133 / 0.75);
    border-bottom-color: rgb(251 113 133 / 0.75);
  }

  .lg\:border-y-rose-400\/80 {
    border-top-color: rgb(251 113 133 / 0.8);
    border-bottom-color: rgb(251 113 133 / 0.8);
  }

  .lg\:border-y-rose-400\/85 {
    border-top-color: rgb(251 113 133 / 0.85);
    border-bottom-color: rgb(251 113 133 / 0.85);
  }

  .lg\:border-y-rose-400\/90 {
    border-top-color: rgb(251 113 133 / 0.9);
    border-bottom-color: rgb(251 113 133 / 0.9);
  }

  .lg\:border-y-rose-400\/95 {
    border-top-color: rgb(251 113 133 / 0.95);
    border-bottom-color: rgb(251 113 133 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-rose-50\/0 {
    border-top-color: rgb(255 241 242 / 0);
    border-bottom-color: rgb(255 241 242 / 0);
  }

  .lg\:border-y-rose-50\/10 {
    border-top-color: rgb(255 241 242 / 0.1);
    border-bottom-color: rgb(255 241 242 / 0.1);
  }

  .lg\:border-y-rose-50\/100 {
    border-top-color: rgb(255 241 242 / 1);
    border-bottom-color: rgb(255 241 242 / 1);
  }

  .lg\:border-y-rose-50\/15 {
    border-top-color: rgb(255 241 242 / 0.15);
    border-bottom-color: rgb(255 241 242 / 0.15);
  }

  .lg\:border-y-rose-50\/20 {
    border-top-color: rgb(255 241 242 / 0.2);
    border-bottom-color: rgb(255 241 242 / 0.2);
  }

  .lg\:border-y-rose-50\/25 {
    border-top-color: rgb(255 241 242 / 0.25);
    border-bottom-color: rgb(255 241 242 / 0.25);
  }

  .lg\:border-y-rose-50\/30 {
    border-top-color: rgb(255 241 242 / 0.3);
    border-bottom-color: rgb(255 241 242 / 0.3);
  }

  .lg\:border-y-rose-50\/35 {
    border-top-color: rgb(255 241 242 / 0.35);
    border-bottom-color: rgb(255 241 242 / 0.35);
  }

  .lg\:border-y-rose-50\/40 {
    border-top-color: rgb(255 241 242 / 0.4);
    border-bottom-color: rgb(255 241 242 / 0.4);
  }

  .lg\:border-y-rose-50\/45 {
    border-top-color: rgb(255 241 242 / 0.45);
    border-bottom-color: rgb(255 241 242 / 0.45);
  }

  .lg\:border-y-rose-50\/5 {
    border-top-color: rgb(255 241 242 / 0.05);
    border-bottom-color: rgb(255 241 242 / 0.05);
  }

  .lg\:border-y-rose-50\/50 {
    border-top-color: rgb(255 241 242 / 0.5);
    border-bottom-color: rgb(255 241 242 / 0.5);
  }

  .lg\:border-y-rose-50\/55 {
    border-top-color: rgb(255 241 242 / 0.55);
    border-bottom-color: rgb(255 241 242 / 0.55);
  }

  .lg\:border-y-rose-50\/60 {
    border-top-color: rgb(255 241 242 / 0.6);
    border-bottom-color: rgb(255 241 242 / 0.6);
  }

  .lg\:border-y-rose-50\/65 {
    border-top-color: rgb(255 241 242 / 0.65);
    border-bottom-color: rgb(255 241 242 / 0.65);
  }

  .lg\:border-y-rose-50\/70 {
    border-top-color: rgb(255 241 242 / 0.7);
    border-bottom-color: rgb(255 241 242 / 0.7);
  }

  .lg\:border-y-rose-50\/75 {
    border-top-color: rgb(255 241 242 / 0.75);
    border-bottom-color: rgb(255 241 242 / 0.75);
  }

  .lg\:border-y-rose-50\/80 {
    border-top-color: rgb(255 241 242 / 0.8);
    border-bottom-color: rgb(255 241 242 / 0.8);
  }

  .lg\:border-y-rose-50\/85 {
    border-top-color: rgb(255 241 242 / 0.85);
    border-bottom-color: rgb(255 241 242 / 0.85);
  }

  .lg\:border-y-rose-50\/90 {
    border-top-color: rgb(255 241 242 / 0.9);
    border-bottom-color: rgb(255 241 242 / 0.9);
  }

  .lg\:border-y-rose-50\/95 {
    border-top-color: rgb(255 241 242 / 0.95);
    border-bottom-color: rgb(255 241 242 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-rose-500\/0 {
    border-top-color: rgb(244 63 94 / 0);
    border-bottom-color: rgb(244 63 94 / 0);
  }

  .lg\:border-y-rose-500\/10 {
    border-top-color: rgb(244 63 94 / 0.1);
    border-bottom-color: rgb(244 63 94 / 0.1);
  }

  .lg\:border-y-rose-500\/100 {
    border-top-color: rgb(244 63 94 / 1);
    border-bottom-color: rgb(244 63 94 / 1);
  }

  .lg\:border-y-rose-500\/15 {
    border-top-color: rgb(244 63 94 / 0.15);
    border-bottom-color: rgb(244 63 94 / 0.15);
  }

  .lg\:border-y-rose-500\/20 {
    border-top-color: rgb(244 63 94 / 0.2);
    border-bottom-color: rgb(244 63 94 / 0.2);
  }

  .lg\:border-y-rose-500\/25 {
    border-top-color: rgb(244 63 94 / 0.25);
    border-bottom-color: rgb(244 63 94 / 0.25);
  }

  .lg\:border-y-rose-500\/30 {
    border-top-color: rgb(244 63 94 / 0.3);
    border-bottom-color: rgb(244 63 94 / 0.3);
  }

  .lg\:border-y-rose-500\/35 {
    border-top-color: rgb(244 63 94 / 0.35);
    border-bottom-color: rgb(244 63 94 / 0.35);
  }

  .lg\:border-y-rose-500\/40 {
    border-top-color: rgb(244 63 94 / 0.4);
    border-bottom-color: rgb(244 63 94 / 0.4);
  }

  .lg\:border-y-rose-500\/45 {
    border-top-color: rgb(244 63 94 / 0.45);
    border-bottom-color: rgb(244 63 94 / 0.45);
  }

  .lg\:border-y-rose-500\/5 {
    border-top-color: rgb(244 63 94 / 0.05);
    border-bottom-color: rgb(244 63 94 / 0.05);
  }

  .lg\:border-y-rose-500\/50 {
    border-top-color: rgb(244 63 94 / 0.5);
    border-bottom-color: rgb(244 63 94 / 0.5);
  }

  .lg\:border-y-rose-500\/55 {
    border-top-color: rgb(244 63 94 / 0.55);
    border-bottom-color: rgb(244 63 94 / 0.55);
  }

  .lg\:border-y-rose-500\/60 {
    border-top-color: rgb(244 63 94 / 0.6);
    border-bottom-color: rgb(244 63 94 / 0.6);
  }

  .lg\:border-y-rose-500\/65 {
    border-top-color: rgb(244 63 94 / 0.65);
    border-bottom-color: rgb(244 63 94 / 0.65);
  }

  .lg\:border-y-rose-500\/70 {
    border-top-color: rgb(244 63 94 / 0.7);
    border-bottom-color: rgb(244 63 94 / 0.7);
  }

  .lg\:border-y-rose-500\/75 {
    border-top-color: rgb(244 63 94 / 0.75);
    border-bottom-color: rgb(244 63 94 / 0.75);
  }

  .lg\:border-y-rose-500\/80 {
    border-top-color: rgb(244 63 94 / 0.8);
    border-bottom-color: rgb(244 63 94 / 0.8);
  }

  .lg\:border-y-rose-500\/85 {
    border-top-color: rgb(244 63 94 / 0.85);
    border-bottom-color: rgb(244 63 94 / 0.85);
  }

  .lg\:border-y-rose-500\/90 {
    border-top-color: rgb(244 63 94 / 0.9);
    border-bottom-color: rgb(244 63 94 / 0.9);
  }

  .lg\:border-y-rose-500\/95 {
    border-top-color: rgb(244 63 94 / 0.95);
    border-bottom-color: rgb(244 63 94 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-rose-600\/0 {
    border-top-color: rgb(225 29 72 / 0);
    border-bottom-color: rgb(225 29 72 / 0);
  }

  .lg\:border-y-rose-600\/10 {
    border-top-color: rgb(225 29 72 / 0.1);
    border-bottom-color: rgb(225 29 72 / 0.1);
  }

  .lg\:border-y-rose-600\/100 {
    border-top-color: rgb(225 29 72 / 1);
    border-bottom-color: rgb(225 29 72 / 1);
  }

  .lg\:border-y-rose-600\/15 {
    border-top-color: rgb(225 29 72 / 0.15);
    border-bottom-color: rgb(225 29 72 / 0.15);
  }

  .lg\:border-y-rose-600\/20 {
    border-top-color: rgb(225 29 72 / 0.2);
    border-bottom-color: rgb(225 29 72 / 0.2);
  }

  .lg\:border-y-rose-600\/25 {
    border-top-color: rgb(225 29 72 / 0.25);
    border-bottom-color: rgb(225 29 72 / 0.25);
  }

  .lg\:border-y-rose-600\/30 {
    border-top-color: rgb(225 29 72 / 0.3);
    border-bottom-color: rgb(225 29 72 / 0.3);
  }

  .lg\:border-y-rose-600\/35 {
    border-top-color: rgb(225 29 72 / 0.35);
    border-bottom-color: rgb(225 29 72 / 0.35);
  }

  .lg\:border-y-rose-600\/40 {
    border-top-color: rgb(225 29 72 / 0.4);
    border-bottom-color: rgb(225 29 72 / 0.4);
  }

  .lg\:border-y-rose-600\/45 {
    border-top-color: rgb(225 29 72 / 0.45);
    border-bottom-color: rgb(225 29 72 / 0.45);
  }

  .lg\:border-y-rose-600\/5 {
    border-top-color: rgb(225 29 72 / 0.05);
    border-bottom-color: rgb(225 29 72 / 0.05);
  }

  .lg\:border-y-rose-600\/50 {
    border-top-color: rgb(225 29 72 / 0.5);
    border-bottom-color: rgb(225 29 72 / 0.5);
  }

  .lg\:border-y-rose-600\/55 {
    border-top-color: rgb(225 29 72 / 0.55);
    border-bottom-color: rgb(225 29 72 / 0.55);
  }

  .lg\:border-y-rose-600\/60 {
    border-top-color: rgb(225 29 72 / 0.6);
    border-bottom-color: rgb(225 29 72 / 0.6);
  }

  .lg\:border-y-rose-600\/65 {
    border-top-color: rgb(225 29 72 / 0.65);
    border-bottom-color: rgb(225 29 72 / 0.65);
  }

  .lg\:border-y-rose-600\/70 {
    border-top-color: rgb(225 29 72 / 0.7);
    border-bottom-color: rgb(225 29 72 / 0.7);
  }

  .lg\:border-y-rose-600\/75 {
    border-top-color: rgb(225 29 72 / 0.75);
    border-bottom-color: rgb(225 29 72 / 0.75);
  }

  .lg\:border-y-rose-600\/80 {
    border-top-color: rgb(225 29 72 / 0.8);
    border-bottom-color: rgb(225 29 72 / 0.8);
  }

  .lg\:border-y-rose-600\/85 {
    border-top-color: rgb(225 29 72 / 0.85);
    border-bottom-color: rgb(225 29 72 / 0.85);
  }

  .lg\:border-y-rose-600\/90 {
    border-top-color: rgb(225 29 72 / 0.9);
    border-bottom-color: rgb(225 29 72 / 0.9);
  }

  .lg\:border-y-rose-600\/95 {
    border-top-color: rgb(225 29 72 / 0.95);
    border-bottom-color: rgb(225 29 72 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-rose-700\/0 {
    border-top-color: rgb(190 18 60 / 0);
    border-bottom-color: rgb(190 18 60 / 0);
  }

  .lg\:border-y-rose-700\/10 {
    border-top-color: rgb(190 18 60 / 0.1);
    border-bottom-color: rgb(190 18 60 / 0.1);
  }

  .lg\:border-y-rose-700\/100 {
    border-top-color: rgb(190 18 60 / 1);
    border-bottom-color: rgb(190 18 60 / 1);
  }

  .lg\:border-y-rose-700\/15 {
    border-top-color: rgb(190 18 60 / 0.15);
    border-bottom-color: rgb(190 18 60 / 0.15);
  }

  .lg\:border-y-rose-700\/20 {
    border-top-color: rgb(190 18 60 / 0.2);
    border-bottom-color: rgb(190 18 60 / 0.2);
  }

  .lg\:border-y-rose-700\/25 {
    border-top-color: rgb(190 18 60 / 0.25);
    border-bottom-color: rgb(190 18 60 / 0.25);
  }

  .lg\:border-y-rose-700\/30 {
    border-top-color: rgb(190 18 60 / 0.3);
    border-bottom-color: rgb(190 18 60 / 0.3);
  }

  .lg\:border-y-rose-700\/35 {
    border-top-color: rgb(190 18 60 / 0.35);
    border-bottom-color: rgb(190 18 60 / 0.35);
  }

  .lg\:border-y-rose-700\/40 {
    border-top-color: rgb(190 18 60 / 0.4);
    border-bottom-color: rgb(190 18 60 / 0.4);
  }

  .lg\:border-y-rose-700\/45 {
    border-top-color: rgb(190 18 60 / 0.45);
    border-bottom-color: rgb(190 18 60 / 0.45);
  }

  .lg\:border-y-rose-700\/5 {
    border-top-color: rgb(190 18 60 / 0.05);
    border-bottom-color: rgb(190 18 60 / 0.05);
  }

  .lg\:border-y-rose-700\/50 {
    border-top-color: rgb(190 18 60 / 0.5);
    border-bottom-color: rgb(190 18 60 / 0.5);
  }

  .lg\:border-y-rose-700\/55 {
    border-top-color: rgb(190 18 60 / 0.55);
    border-bottom-color: rgb(190 18 60 / 0.55);
  }

  .lg\:border-y-rose-700\/60 {
    border-top-color: rgb(190 18 60 / 0.6);
    border-bottom-color: rgb(190 18 60 / 0.6);
  }

  .lg\:border-y-rose-700\/65 {
    border-top-color: rgb(190 18 60 / 0.65);
    border-bottom-color: rgb(190 18 60 / 0.65);
  }

  .lg\:border-y-rose-700\/70 {
    border-top-color: rgb(190 18 60 / 0.7);
    border-bottom-color: rgb(190 18 60 / 0.7);
  }

  .lg\:border-y-rose-700\/75 {
    border-top-color: rgb(190 18 60 / 0.75);
    border-bottom-color: rgb(190 18 60 / 0.75);
  }

  .lg\:border-y-rose-700\/80 {
    border-top-color: rgb(190 18 60 / 0.8);
    border-bottom-color: rgb(190 18 60 / 0.8);
  }

  .lg\:border-y-rose-700\/85 {
    border-top-color: rgb(190 18 60 / 0.85);
    border-bottom-color: rgb(190 18 60 / 0.85);
  }

  .lg\:border-y-rose-700\/90 {
    border-top-color: rgb(190 18 60 / 0.9);
    border-bottom-color: rgb(190 18 60 / 0.9);
  }

  .lg\:border-y-rose-700\/95 {
    border-top-color: rgb(190 18 60 / 0.95);
    border-bottom-color: rgb(190 18 60 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-rose-800\/0 {
    border-top-color: rgb(159 18 57 / 0);
    border-bottom-color: rgb(159 18 57 / 0);
  }

  .lg\:border-y-rose-800\/10 {
    border-top-color: rgb(159 18 57 / 0.1);
    border-bottom-color: rgb(159 18 57 / 0.1);
  }

  .lg\:border-y-rose-800\/100 {
    border-top-color: rgb(159 18 57 / 1);
    border-bottom-color: rgb(159 18 57 / 1);
  }

  .lg\:border-y-rose-800\/15 {
    border-top-color: rgb(159 18 57 / 0.15);
    border-bottom-color: rgb(159 18 57 / 0.15);
  }

  .lg\:border-y-rose-800\/20 {
    border-top-color: rgb(159 18 57 / 0.2);
    border-bottom-color: rgb(159 18 57 / 0.2);
  }

  .lg\:border-y-rose-800\/25 {
    border-top-color: rgb(159 18 57 / 0.25);
    border-bottom-color: rgb(159 18 57 / 0.25);
  }

  .lg\:border-y-rose-800\/30 {
    border-top-color: rgb(159 18 57 / 0.3);
    border-bottom-color: rgb(159 18 57 / 0.3);
  }

  .lg\:border-y-rose-800\/35 {
    border-top-color: rgb(159 18 57 / 0.35);
    border-bottom-color: rgb(159 18 57 / 0.35);
  }

  .lg\:border-y-rose-800\/40 {
    border-top-color: rgb(159 18 57 / 0.4);
    border-bottom-color: rgb(159 18 57 / 0.4);
  }

  .lg\:border-y-rose-800\/45 {
    border-top-color: rgb(159 18 57 / 0.45);
    border-bottom-color: rgb(159 18 57 / 0.45);
  }

  .lg\:border-y-rose-800\/5 {
    border-top-color: rgb(159 18 57 / 0.05);
    border-bottom-color: rgb(159 18 57 / 0.05);
  }

  .lg\:border-y-rose-800\/50 {
    border-top-color: rgb(159 18 57 / 0.5);
    border-bottom-color: rgb(159 18 57 / 0.5);
  }

  .lg\:border-y-rose-800\/55 {
    border-top-color: rgb(159 18 57 / 0.55);
    border-bottom-color: rgb(159 18 57 / 0.55);
  }

  .lg\:border-y-rose-800\/60 {
    border-top-color: rgb(159 18 57 / 0.6);
    border-bottom-color: rgb(159 18 57 / 0.6);
  }

  .lg\:border-y-rose-800\/65 {
    border-top-color: rgb(159 18 57 / 0.65);
    border-bottom-color: rgb(159 18 57 / 0.65);
  }

  .lg\:border-y-rose-800\/70 {
    border-top-color: rgb(159 18 57 / 0.7);
    border-bottom-color: rgb(159 18 57 / 0.7);
  }

  .lg\:border-y-rose-800\/75 {
    border-top-color: rgb(159 18 57 / 0.75);
    border-bottom-color: rgb(159 18 57 / 0.75);
  }

  .lg\:border-y-rose-800\/80 {
    border-top-color: rgb(159 18 57 / 0.8);
    border-bottom-color: rgb(159 18 57 / 0.8);
  }

  .lg\:border-y-rose-800\/85 {
    border-top-color: rgb(159 18 57 / 0.85);
    border-bottom-color: rgb(159 18 57 / 0.85);
  }

  .lg\:border-y-rose-800\/90 {
    border-top-color: rgb(159 18 57 / 0.9);
    border-bottom-color: rgb(159 18 57 / 0.9);
  }

  .lg\:border-y-rose-800\/95 {
    border-top-color: rgb(159 18 57 / 0.95);
    border-bottom-color: rgb(159 18 57 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-rose-900\/0 {
    border-top-color: rgb(136 19 55 / 0);
    border-bottom-color: rgb(136 19 55 / 0);
  }

  .lg\:border-y-rose-900\/10 {
    border-top-color: rgb(136 19 55 / 0.1);
    border-bottom-color: rgb(136 19 55 / 0.1);
  }

  .lg\:border-y-rose-900\/100 {
    border-top-color: rgb(136 19 55 / 1);
    border-bottom-color: rgb(136 19 55 / 1);
  }

  .lg\:border-y-rose-900\/15 {
    border-top-color: rgb(136 19 55 / 0.15);
    border-bottom-color: rgb(136 19 55 / 0.15);
  }

  .lg\:border-y-rose-900\/20 {
    border-top-color: rgb(136 19 55 / 0.2);
    border-bottom-color: rgb(136 19 55 / 0.2);
  }

  .lg\:border-y-rose-900\/25 {
    border-top-color: rgb(136 19 55 / 0.25);
    border-bottom-color: rgb(136 19 55 / 0.25);
  }

  .lg\:border-y-rose-900\/30 {
    border-top-color: rgb(136 19 55 / 0.3);
    border-bottom-color: rgb(136 19 55 / 0.3);
  }

  .lg\:border-y-rose-900\/35 {
    border-top-color: rgb(136 19 55 / 0.35);
    border-bottom-color: rgb(136 19 55 / 0.35);
  }

  .lg\:border-y-rose-900\/40 {
    border-top-color: rgb(136 19 55 / 0.4);
    border-bottom-color: rgb(136 19 55 / 0.4);
  }

  .lg\:border-y-rose-900\/45 {
    border-top-color: rgb(136 19 55 / 0.45);
    border-bottom-color: rgb(136 19 55 / 0.45);
  }

  .lg\:border-y-rose-900\/5 {
    border-top-color: rgb(136 19 55 / 0.05);
    border-bottom-color: rgb(136 19 55 / 0.05);
  }

  .lg\:border-y-rose-900\/50 {
    border-top-color: rgb(136 19 55 / 0.5);
    border-bottom-color: rgb(136 19 55 / 0.5);
  }

  .lg\:border-y-rose-900\/55 {
    border-top-color: rgb(136 19 55 / 0.55);
    border-bottom-color: rgb(136 19 55 / 0.55);
  }

  .lg\:border-y-rose-900\/60 {
    border-top-color: rgb(136 19 55 / 0.6);
    border-bottom-color: rgb(136 19 55 / 0.6);
  }

  .lg\:border-y-rose-900\/65 {
    border-top-color: rgb(136 19 55 / 0.65);
    border-bottom-color: rgb(136 19 55 / 0.65);
  }

  .lg\:border-y-rose-900\/70 {
    border-top-color: rgb(136 19 55 / 0.7);
    border-bottom-color: rgb(136 19 55 / 0.7);
  }

  .lg\:border-y-rose-900\/75 {
    border-top-color: rgb(136 19 55 / 0.75);
    border-bottom-color: rgb(136 19 55 / 0.75);
  }

  .lg\:border-y-rose-900\/80 {
    border-top-color: rgb(136 19 55 / 0.8);
    border-bottom-color: rgb(136 19 55 / 0.8);
  }

  .lg\:border-y-rose-900\/85 {
    border-top-color: rgb(136 19 55 / 0.85);
    border-bottom-color: rgb(136 19 55 / 0.85);
  }

  .lg\:border-y-rose-900\/90 {
    border-top-color: rgb(136 19 55 / 0.9);
    border-bottom-color: rgb(136 19 55 / 0.9);
  }

  .lg\:border-y-rose-900\/95 {
    border-top-color: rgb(136 19 55 / 0.95);
    border-bottom-color: rgb(136 19 55 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-rose-950\/0 {
    border-top-color: rgb(76 5 25 / 0);
    border-bottom-color: rgb(76 5 25 / 0);
  }

  .lg\:border-y-rose-950\/10 {
    border-top-color: rgb(76 5 25 / 0.1);
    border-bottom-color: rgb(76 5 25 / 0.1);
  }

  .lg\:border-y-rose-950\/100 {
    border-top-color: rgb(76 5 25 / 1);
    border-bottom-color: rgb(76 5 25 / 1);
  }

  .lg\:border-y-rose-950\/15 {
    border-top-color: rgb(76 5 25 / 0.15);
    border-bottom-color: rgb(76 5 25 / 0.15);
  }

  .lg\:border-y-rose-950\/20 {
    border-top-color: rgb(76 5 25 / 0.2);
    border-bottom-color: rgb(76 5 25 / 0.2);
  }

  .lg\:border-y-rose-950\/25 {
    border-top-color: rgb(76 5 25 / 0.25);
    border-bottom-color: rgb(76 5 25 / 0.25);
  }

  .lg\:border-y-rose-950\/30 {
    border-top-color: rgb(76 5 25 / 0.3);
    border-bottom-color: rgb(76 5 25 / 0.3);
  }

  .lg\:border-y-rose-950\/35 {
    border-top-color: rgb(76 5 25 / 0.35);
    border-bottom-color: rgb(76 5 25 / 0.35);
  }

  .lg\:border-y-rose-950\/40 {
    border-top-color: rgb(76 5 25 / 0.4);
    border-bottom-color: rgb(76 5 25 / 0.4);
  }

  .lg\:border-y-rose-950\/45 {
    border-top-color: rgb(76 5 25 / 0.45);
    border-bottom-color: rgb(76 5 25 / 0.45);
  }

  .lg\:border-y-rose-950\/5 {
    border-top-color: rgb(76 5 25 / 0.05);
    border-bottom-color: rgb(76 5 25 / 0.05);
  }

  .lg\:border-y-rose-950\/50 {
    border-top-color: rgb(76 5 25 / 0.5);
    border-bottom-color: rgb(76 5 25 / 0.5);
  }

  .lg\:border-y-rose-950\/55 {
    border-top-color: rgb(76 5 25 / 0.55);
    border-bottom-color: rgb(76 5 25 / 0.55);
  }

  .lg\:border-y-rose-950\/60 {
    border-top-color: rgb(76 5 25 / 0.6);
    border-bottom-color: rgb(76 5 25 / 0.6);
  }

  .lg\:border-y-rose-950\/65 {
    border-top-color: rgb(76 5 25 / 0.65);
    border-bottom-color: rgb(76 5 25 / 0.65);
  }

  .lg\:border-y-rose-950\/70 {
    border-top-color: rgb(76 5 25 / 0.7);
    border-bottom-color: rgb(76 5 25 / 0.7);
  }

  .lg\:border-y-rose-950\/75 {
    border-top-color: rgb(76 5 25 / 0.75);
    border-bottom-color: rgb(76 5 25 / 0.75);
  }

  .lg\:border-y-rose-950\/80 {
    border-top-color: rgb(76 5 25 / 0.8);
    border-bottom-color: rgb(76 5 25 / 0.8);
  }

  .lg\:border-y-rose-950\/85 {
    border-top-color: rgb(76 5 25 / 0.85);
    border-bottom-color: rgb(76 5 25 / 0.85);
  }

  .lg\:border-y-rose-950\/90 {
    border-top-color: rgb(76 5 25 / 0.9);
    border-bottom-color: rgb(76 5 25 / 0.9);
  }

  .lg\:border-y-rose-950\/95 {
    border-top-color: rgb(76 5 25 / 0.95);
    border-bottom-color: rgb(76 5 25 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-sky-100\/0 {
    border-top-color: rgb(224 242 254 / 0);
    border-bottom-color: rgb(224 242 254 / 0);
  }

  .lg\:border-y-sky-100\/10 {
    border-top-color: rgb(224 242 254 / 0.1);
    border-bottom-color: rgb(224 242 254 / 0.1);
  }

  .lg\:border-y-sky-100\/100 {
    border-top-color: rgb(224 242 254 / 1);
    border-bottom-color: rgb(224 242 254 / 1);
  }

  .lg\:border-y-sky-100\/15 {
    border-top-color: rgb(224 242 254 / 0.15);
    border-bottom-color: rgb(224 242 254 / 0.15);
  }

  .lg\:border-y-sky-100\/20 {
    border-top-color: rgb(224 242 254 / 0.2);
    border-bottom-color: rgb(224 242 254 / 0.2);
  }

  .lg\:border-y-sky-100\/25 {
    border-top-color: rgb(224 242 254 / 0.25);
    border-bottom-color: rgb(224 242 254 / 0.25);
  }

  .lg\:border-y-sky-100\/30 {
    border-top-color: rgb(224 242 254 / 0.3);
    border-bottom-color: rgb(224 242 254 / 0.3);
  }

  .lg\:border-y-sky-100\/35 {
    border-top-color: rgb(224 242 254 / 0.35);
    border-bottom-color: rgb(224 242 254 / 0.35);
  }

  .lg\:border-y-sky-100\/40 {
    border-top-color: rgb(224 242 254 / 0.4);
    border-bottom-color: rgb(224 242 254 / 0.4);
  }

  .lg\:border-y-sky-100\/45 {
    border-top-color: rgb(224 242 254 / 0.45);
    border-bottom-color: rgb(224 242 254 / 0.45);
  }

  .lg\:border-y-sky-100\/5 {
    border-top-color: rgb(224 242 254 / 0.05);
    border-bottom-color: rgb(224 242 254 / 0.05);
  }

  .lg\:border-y-sky-100\/50 {
    border-top-color: rgb(224 242 254 / 0.5);
    border-bottom-color: rgb(224 242 254 / 0.5);
  }

  .lg\:border-y-sky-100\/55 {
    border-top-color: rgb(224 242 254 / 0.55);
    border-bottom-color: rgb(224 242 254 / 0.55);
  }

  .lg\:border-y-sky-100\/60 {
    border-top-color: rgb(224 242 254 / 0.6);
    border-bottom-color: rgb(224 242 254 / 0.6);
  }

  .lg\:border-y-sky-100\/65 {
    border-top-color: rgb(224 242 254 / 0.65);
    border-bottom-color: rgb(224 242 254 / 0.65);
  }

  .lg\:border-y-sky-100\/70 {
    border-top-color: rgb(224 242 254 / 0.7);
    border-bottom-color: rgb(224 242 254 / 0.7);
  }

  .lg\:border-y-sky-100\/75 {
    border-top-color: rgb(224 242 254 / 0.75);
    border-bottom-color: rgb(224 242 254 / 0.75);
  }

  .lg\:border-y-sky-100\/80 {
    border-top-color: rgb(224 242 254 / 0.8);
    border-bottom-color: rgb(224 242 254 / 0.8);
  }

  .lg\:border-y-sky-100\/85 {
    border-top-color: rgb(224 242 254 / 0.85);
    border-bottom-color: rgb(224 242 254 / 0.85);
  }

  .lg\:border-y-sky-100\/90 {
    border-top-color: rgb(224 242 254 / 0.9);
    border-bottom-color: rgb(224 242 254 / 0.9);
  }

  .lg\:border-y-sky-100\/95 {
    border-top-color: rgb(224 242 254 / 0.95);
    border-bottom-color: rgb(224 242 254 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-sky-200\/0 {
    border-top-color: rgb(186 230 253 / 0);
    border-bottom-color: rgb(186 230 253 / 0);
  }

  .lg\:border-y-sky-200\/10 {
    border-top-color: rgb(186 230 253 / 0.1);
    border-bottom-color: rgb(186 230 253 / 0.1);
  }

  .lg\:border-y-sky-200\/100 {
    border-top-color: rgb(186 230 253 / 1);
    border-bottom-color: rgb(186 230 253 / 1);
  }

  .lg\:border-y-sky-200\/15 {
    border-top-color: rgb(186 230 253 / 0.15);
    border-bottom-color: rgb(186 230 253 / 0.15);
  }

  .lg\:border-y-sky-200\/20 {
    border-top-color: rgb(186 230 253 / 0.2);
    border-bottom-color: rgb(186 230 253 / 0.2);
  }

  .lg\:border-y-sky-200\/25 {
    border-top-color: rgb(186 230 253 / 0.25);
    border-bottom-color: rgb(186 230 253 / 0.25);
  }

  .lg\:border-y-sky-200\/30 {
    border-top-color: rgb(186 230 253 / 0.3);
    border-bottom-color: rgb(186 230 253 / 0.3);
  }

  .lg\:border-y-sky-200\/35 {
    border-top-color: rgb(186 230 253 / 0.35);
    border-bottom-color: rgb(186 230 253 / 0.35);
  }

  .lg\:border-y-sky-200\/40 {
    border-top-color: rgb(186 230 253 / 0.4);
    border-bottom-color: rgb(186 230 253 / 0.4);
  }

  .lg\:border-y-sky-200\/45 {
    border-top-color: rgb(186 230 253 / 0.45);
    border-bottom-color: rgb(186 230 253 / 0.45);
  }

  .lg\:border-y-sky-200\/5 {
    border-top-color: rgb(186 230 253 / 0.05);
    border-bottom-color: rgb(186 230 253 / 0.05);
  }

  .lg\:border-y-sky-200\/50 {
    border-top-color: rgb(186 230 253 / 0.5);
    border-bottom-color: rgb(186 230 253 / 0.5);
  }

  .lg\:border-y-sky-200\/55 {
    border-top-color: rgb(186 230 253 / 0.55);
    border-bottom-color: rgb(186 230 253 / 0.55);
  }

  .lg\:border-y-sky-200\/60 {
    border-top-color: rgb(186 230 253 / 0.6);
    border-bottom-color: rgb(186 230 253 / 0.6);
  }

  .lg\:border-y-sky-200\/65 {
    border-top-color: rgb(186 230 253 / 0.65);
    border-bottom-color: rgb(186 230 253 / 0.65);
  }

  .lg\:border-y-sky-200\/70 {
    border-top-color: rgb(186 230 253 / 0.7);
    border-bottom-color: rgb(186 230 253 / 0.7);
  }

  .lg\:border-y-sky-200\/75 {
    border-top-color: rgb(186 230 253 / 0.75);
    border-bottom-color: rgb(186 230 253 / 0.75);
  }

  .lg\:border-y-sky-200\/80 {
    border-top-color: rgb(186 230 253 / 0.8);
    border-bottom-color: rgb(186 230 253 / 0.8);
  }

  .lg\:border-y-sky-200\/85 {
    border-top-color: rgb(186 230 253 / 0.85);
    border-bottom-color: rgb(186 230 253 / 0.85);
  }

  .lg\:border-y-sky-200\/90 {
    border-top-color: rgb(186 230 253 / 0.9);
    border-bottom-color: rgb(186 230 253 / 0.9);
  }

  .lg\:border-y-sky-200\/95 {
    border-top-color: rgb(186 230 253 / 0.95);
    border-bottom-color: rgb(186 230 253 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-sky-300\/0 {
    border-top-color: rgb(125 211 252 / 0);
    border-bottom-color: rgb(125 211 252 / 0);
  }

  .lg\:border-y-sky-300\/10 {
    border-top-color: rgb(125 211 252 / 0.1);
    border-bottom-color: rgb(125 211 252 / 0.1);
  }

  .lg\:border-y-sky-300\/100 {
    border-top-color: rgb(125 211 252 / 1);
    border-bottom-color: rgb(125 211 252 / 1);
  }

  .lg\:border-y-sky-300\/15 {
    border-top-color: rgb(125 211 252 / 0.15);
    border-bottom-color: rgb(125 211 252 / 0.15);
  }

  .lg\:border-y-sky-300\/20 {
    border-top-color: rgb(125 211 252 / 0.2);
    border-bottom-color: rgb(125 211 252 / 0.2);
  }

  .lg\:border-y-sky-300\/25 {
    border-top-color: rgb(125 211 252 / 0.25);
    border-bottom-color: rgb(125 211 252 / 0.25);
  }

  .lg\:border-y-sky-300\/30 {
    border-top-color: rgb(125 211 252 / 0.3);
    border-bottom-color: rgb(125 211 252 / 0.3);
  }

  .lg\:border-y-sky-300\/35 {
    border-top-color: rgb(125 211 252 / 0.35);
    border-bottom-color: rgb(125 211 252 / 0.35);
  }

  .lg\:border-y-sky-300\/40 {
    border-top-color: rgb(125 211 252 / 0.4);
    border-bottom-color: rgb(125 211 252 / 0.4);
  }

  .lg\:border-y-sky-300\/45 {
    border-top-color: rgb(125 211 252 / 0.45);
    border-bottom-color: rgb(125 211 252 / 0.45);
  }

  .lg\:border-y-sky-300\/5 {
    border-top-color: rgb(125 211 252 / 0.05);
    border-bottom-color: rgb(125 211 252 / 0.05);
  }

  .lg\:border-y-sky-300\/50 {
    border-top-color: rgb(125 211 252 / 0.5);
    border-bottom-color: rgb(125 211 252 / 0.5);
  }

  .lg\:border-y-sky-300\/55 {
    border-top-color: rgb(125 211 252 / 0.55);
    border-bottom-color: rgb(125 211 252 / 0.55);
  }

  .lg\:border-y-sky-300\/60 {
    border-top-color: rgb(125 211 252 / 0.6);
    border-bottom-color: rgb(125 211 252 / 0.6);
  }

  .lg\:border-y-sky-300\/65 {
    border-top-color: rgb(125 211 252 / 0.65);
    border-bottom-color: rgb(125 211 252 / 0.65);
  }

  .lg\:border-y-sky-300\/70 {
    border-top-color: rgb(125 211 252 / 0.7);
    border-bottom-color: rgb(125 211 252 / 0.7);
  }

  .lg\:border-y-sky-300\/75 {
    border-top-color: rgb(125 211 252 / 0.75);
    border-bottom-color: rgb(125 211 252 / 0.75);
  }

  .lg\:border-y-sky-300\/80 {
    border-top-color: rgb(125 211 252 / 0.8);
    border-bottom-color: rgb(125 211 252 / 0.8);
  }

  .lg\:border-y-sky-300\/85 {
    border-top-color: rgb(125 211 252 / 0.85);
    border-bottom-color: rgb(125 211 252 / 0.85);
  }

  .lg\:border-y-sky-300\/90 {
    border-top-color: rgb(125 211 252 / 0.9);
    border-bottom-color: rgb(125 211 252 / 0.9);
  }

  .lg\:border-y-sky-300\/95 {
    border-top-color: rgb(125 211 252 / 0.95);
    border-bottom-color: rgb(125 211 252 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-sky-400\/0 {
    border-top-color: rgb(56 189 248 / 0);
    border-bottom-color: rgb(56 189 248 / 0);
  }

  .lg\:border-y-sky-400\/10 {
    border-top-color: rgb(56 189 248 / 0.1);
    border-bottom-color: rgb(56 189 248 / 0.1);
  }

  .lg\:border-y-sky-400\/100 {
    border-top-color: rgb(56 189 248 / 1);
    border-bottom-color: rgb(56 189 248 / 1);
  }

  .lg\:border-y-sky-400\/15 {
    border-top-color: rgb(56 189 248 / 0.15);
    border-bottom-color: rgb(56 189 248 / 0.15);
  }

  .lg\:border-y-sky-400\/20 {
    border-top-color: rgb(56 189 248 / 0.2);
    border-bottom-color: rgb(56 189 248 / 0.2);
  }

  .lg\:border-y-sky-400\/25 {
    border-top-color: rgb(56 189 248 / 0.25);
    border-bottom-color: rgb(56 189 248 / 0.25);
  }

  .lg\:border-y-sky-400\/30 {
    border-top-color: rgb(56 189 248 / 0.3);
    border-bottom-color: rgb(56 189 248 / 0.3);
  }

  .lg\:border-y-sky-400\/35 {
    border-top-color: rgb(56 189 248 / 0.35);
    border-bottom-color: rgb(56 189 248 / 0.35);
  }

  .lg\:border-y-sky-400\/40 {
    border-top-color: rgb(56 189 248 / 0.4);
    border-bottom-color: rgb(56 189 248 / 0.4);
  }

  .lg\:border-y-sky-400\/45 {
    border-top-color: rgb(56 189 248 / 0.45);
    border-bottom-color: rgb(56 189 248 / 0.45);
  }

  .lg\:border-y-sky-400\/5 {
    border-top-color: rgb(56 189 248 / 0.05);
    border-bottom-color: rgb(56 189 248 / 0.05);
  }

  .lg\:border-y-sky-400\/50 {
    border-top-color: rgb(56 189 248 / 0.5);
    border-bottom-color: rgb(56 189 248 / 0.5);
  }

  .lg\:border-y-sky-400\/55 {
    border-top-color: rgb(56 189 248 / 0.55);
    border-bottom-color: rgb(56 189 248 / 0.55);
  }

  .lg\:border-y-sky-400\/60 {
    border-top-color: rgb(56 189 248 / 0.6);
    border-bottom-color: rgb(56 189 248 / 0.6);
  }

  .lg\:border-y-sky-400\/65 {
    border-top-color: rgb(56 189 248 / 0.65);
    border-bottom-color: rgb(56 189 248 / 0.65);
  }

  .lg\:border-y-sky-400\/70 {
    border-top-color: rgb(56 189 248 / 0.7);
    border-bottom-color: rgb(56 189 248 / 0.7);
  }

  .lg\:border-y-sky-400\/75 {
    border-top-color: rgb(56 189 248 / 0.75);
    border-bottom-color: rgb(56 189 248 / 0.75);
  }

  .lg\:border-y-sky-400\/80 {
    border-top-color: rgb(56 189 248 / 0.8);
    border-bottom-color: rgb(56 189 248 / 0.8);
  }

  .lg\:border-y-sky-400\/85 {
    border-top-color: rgb(56 189 248 / 0.85);
    border-bottom-color: rgb(56 189 248 / 0.85);
  }

  .lg\:border-y-sky-400\/90 {
    border-top-color: rgb(56 189 248 / 0.9);
    border-bottom-color: rgb(56 189 248 / 0.9);
  }

  .lg\:border-y-sky-400\/95 {
    border-top-color: rgb(56 189 248 / 0.95);
    border-bottom-color: rgb(56 189 248 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-sky-50\/0 {
    border-top-color: rgb(240 249 255 / 0);
    border-bottom-color: rgb(240 249 255 / 0);
  }

  .lg\:border-y-sky-50\/10 {
    border-top-color: rgb(240 249 255 / 0.1);
    border-bottom-color: rgb(240 249 255 / 0.1);
  }

  .lg\:border-y-sky-50\/100 {
    border-top-color: rgb(240 249 255 / 1);
    border-bottom-color: rgb(240 249 255 / 1);
  }

  .lg\:border-y-sky-50\/15 {
    border-top-color: rgb(240 249 255 / 0.15);
    border-bottom-color: rgb(240 249 255 / 0.15);
  }

  .lg\:border-y-sky-50\/20 {
    border-top-color: rgb(240 249 255 / 0.2);
    border-bottom-color: rgb(240 249 255 / 0.2);
  }

  .lg\:border-y-sky-50\/25 {
    border-top-color: rgb(240 249 255 / 0.25);
    border-bottom-color: rgb(240 249 255 / 0.25);
  }

  .lg\:border-y-sky-50\/30 {
    border-top-color: rgb(240 249 255 / 0.3);
    border-bottom-color: rgb(240 249 255 / 0.3);
  }

  .lg\:border-y-sky-50\/35 {
    border-top-color: rgb(240 249 255 / 0.35);
    border-bottom-color: rgb(240 249 255 / 0.35);
  }

  .lg\:border-y-sky-50\/40 {
    border-top-color: rgb(240 249 255 / 0.4);
    border-bottom-color: rgb(240 249 255 / 0.4);
  }

  .lg\:border-y-sky-50\/45 {
    border-top-color: rgb(240 249 255 / 0.45);
    border-bottom-color: rgb(240 249 255 / 0.45);
  }

  .lg\:border-y-sky-50\/5 {
    border-top-color: rgb(240 249 255 / 0.05);
    border-bottom-color: rgb(240 249 255 / 0.05);
  }

  .lg\:border-y-sky-50\/50 {
    border-top-color: rgb(240 249 255 / 0.5);
    border-bottom-color: rgb(240 249 255 / 0.5);
  }

  .lg\:border-y-sky-50\/55 {
    border-top-color: rgb(240 249 255 / 0.55);
    border-bottom-color: rgb(240 249 255 / 0.55);
  }

  .lg\:border-y-sky-50\/60 {
    border-top-color: rgb(240 249 255 / 0.6);
    border-bottom-color: rgb(240 249 255 / 0.6);
  }

  .lg\:border-y-sky-50\/65 {
    border-top-color: rgb(240 249 255 / 0.65);
    border-bottom-color: rgb(240 249 255 / 0.65);
  }

  .lg\:border-y-sky-50\/70 {
    border-top-color: rgb(240 249 255 / 0.7);
    border-bottom-color: rgb(240 249 255 / 0.7);
  }

  .lg\:border-y-sky-50\/75 {
    border-top-color: rgb(240 249 255 / 0.75);
    border-bottom-color: rgb(240 249 255 / 0.75);
  }

  .lg\:border-y-sky-50\/80 {
    border-top-color: rgb(240 249 255 / 0.8);
    border-bottom-color: rgb(240 249 255 / 0.8);
  }

  .lg\:border-y-sky-50\/85 {
    border-top-color: rgb(240 249 255 / 0.85);
    border-bottom-color: rgb(240 249 255 / 0.85);
  }

  .lg\:border-y-sky-50\/90 {
    border-top-color: rgb(240 249 255 / 0.9);
    border-bottom-color: rgb(240 249 255 / 0.9);
  }

  .lg\:border-y-sky-50\/95 {
    border-top-color: rgb(240 249 255 / 0.95);
    border-bottom-color: rgb(240 249 255 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-sky-500\/0 {
    border-top-color: rgb(14 165 233 / 0);
    border-bottom-color: rgb(14 165 233 / 0);
  }

  .lg\:border-y-sky-500\/10 {
    border-top-color: rgb(14 165 233 / 0.1);
    border-bottom-color: rgb(14 165 233 / 0.1);
  }

  .lg\:border-y-sky-500\/100 {
    border-top-color: rgb(14 165 233 / 1);
    border-bottom-color: rgb(14 165 233 / 1);
  }

  .lg\:border-y-sky-500\/15 {
    border-top-color: rgb(14 165 233 / 0.15);
    border-bottom-color: rgb(14 165 233 / 0.15);
  }

  .lg\:border-y-sky-500\/20 {
    border-top-color: rgb(14 165 233 / 0.2);
    border-bottom-color: rgb(14 165 233 / 0.2);
  }

  .lg\:border-y-sky-500\/25 {
    border-top-color: rgb(14 165 233 / 0.25);
    border-bottom-color: rgb(14 165 233 / 0.25);
  }

  .lg\:border-y-sky-500\/30 {
    border-top-color: rgb(14 165 233 / 0.3);
    border-bottom-color: rgb(14 165 233 / 0.3);
  }

  .lg\:border-y-sky-500\/35 {
    border-top-color: rgb(14 165 233 / 0.35);
    border-bottom-color: rgb(14 165 233 / 0.35);
  }

  .lg\:border-y-sky-500\/40 {
    border-top-color: rgb(14 165 233 / 0.4);
    border-bottom-color: rgb(14 165 233 / 0.4);
  }

  .lg\:border-y-sky-500\/45 {
    border-top-color: rgb(14 165 233 / 0.45);
    border-bottom-color: rgb(14 165 233 / 0.45);
  }

  .lg\:border-y-sky-500\/5 {
    border-top-color: rgb(14 165 233 / 0.05);
    border-bottom-color: rgb(14 165 233 / 0.05);
  }

  .lg\:border-y-sky-500\/50 {
    border-top-color: rgb(14 165 233 / 0.5);
    border-bottom-color: rgb(14 165 233 / 0.5);
  }

  .lg\:border-y-sky-500\/55 {
    border-top-color: rgb(14 165 233 / 0.55);
    border-bottom-color: rgb(14 165 233 / 0.55);
  }

  .lg\:border-y-sky-500\/60 {
    border-top-color: rgb(14 165 233 / 0.6);
    border-bottom-color: rgb(14 165 233 / 0.6);
  }

  .lg\:border-y-sky-500\/65 {
    border-top-color: rgb(14 165 233 / 0.65);
    border-bottom-color: rgb(14 165 233 / 0.65);
  }

  .lg\:border-y-sky-500\/70 {
    border-top-color: rgb(14 165 233 / 0.7);
    border-bottom-color: rgb(14 165 233 / 0.7);
  }

  .lg\:border-y-sky-500\/75 {
    border-top-color: rgb(14 165 233 / 0.75);
    border-bottom-color: rgb(14 165 233 / 0.75);
  }

  .lg\:border-y-sky-500\/80 {
    border-top-color: rgb(14 165 233 / 0.8);
    border-bottom-color: rgb(14 165 233 / 0.8);
  }

  .lg\:border-y-sky-500\/85 {
    border-top-color: rgb(14 165 233 / 0.85);
    border-bottom-color: rgb(14 165 233 / 0.85);
  }

  .lg\:border-y-sky-500\/90 {
    border-top-color: rgb(14 165 233 / 0.9);
    border-bottom-color: rgb(14 165 233 / 0.9);
  }

  .lg\:border-y-sky-500\/95 {
    border-top-color: rgb(14 165 233 / 0.95);
    border-bottom-color: rgb(14 165 233 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-sky-600\/0 {
    border-top-color: rgb(2 132 199 / 0);
    border-bottom-color: rgb(2 132 199 / 0);
  }

  .lg\:border-y-sky-600\/10 {
    border-top-color: rgb(2 132 199 / 0.1);
    border-bottom-color: rgb(2 132 199 / 0.1);
  }

  .lg\:border-y-sky-600\/100 {
    border-top-color: rgb(2 132 199 / 1);
    border-bottom-color: rgb(2 132 199 / 1);
  }

  .lg\:border-y-sky-600\/15 {
    border-top-color: rgb(2 132 199 / 0.15);
    border-bottom-color: rgb(2 132 199 / 0.15);
  }

  .lg\:border-y-sky-600\/20 {
    border-top-color: rgb(2 132 199 / 0.2);
    border-bottom-color: rgb(2 132 199 / 0.2);
  }

  .lg\:border-y-sky-600\/25 {
    border-top-color: rgb(2 132 199 / 0.25);
    border-bottom-color: rgb(2 132 199 / 0.25);
  }

  .lg\:border-y-sky-600\/30 {
    border-top-color: rgb(2 132 199 / 0.3);
    border-bottom-color: rgb(2 132 199 / 0.3);
  }

  .lg\:border-y-sky-600\/35 {
    border-top-color: rgb(2 132 199 / 0.35);
    border-bottom-color: rgb(2 132 199 / 0.35);
  }

  .lg\:border-y-sky-600\/40 {
    border-top-color: rgb(2 132 199 / 0.4);
    border-bottom-color: rgb(2 132 199 / 0.4);
  }

  .lg\:border-y-sky-600\/45 {
    border-top-color: rgb(2 132 199 / 0.45);
    border-bottom-color: rgb(2 132 199 / 0.45);
  }

  .lg\:border-y-sky-600\/5 {
    border-top-color: rgb(2 132 199 / 0.05);
    border-bottom-color: rgb(2 132 199 / 0.05);
  }

  .lg\:border-y-sky-600\/50 {
    border-top-color: rgb(2 132 199 / 0.5);
    border-bottom-color: rgb(2 132 199 / 0.5);
  }

  .lg\:border-y-sky-600\/55 {
    border-top-color: rgb(2 132 199 / 0.55);
    border-bottom-color: rgb(2 132 199 / 0.55);
  }

  .lg\:border-y-sky-600\/60 {
    border-top-color: rgb(2 132 199 / 0.6);
    border-bottom-color: rgb(2 132 199 / 0.6);
  }

  .lg\:border-y-sky-600\/65 {
    border-top-color: rgb(2 132 199 / 0.65);
    border-bottom-color: rgb(2 132 199 / 0.65);
  }

  .lg\:border-y-sky-600\/70 {
    border-top-color: rgb(2 132 199 / 0.7);
    border-bottom-color: rgb(2 132 199 / 0.7);
  }

  .lg\:border-y-sky-600\/75 {
    border-top-color: rgb(2 132 199 / 0.75);
    border-bottom-color: rgb(2 132 199 / 0.75);
  }

  .lg\:border-y-sky-600\/80 {
    border-top-color: rgb(2 132 199 / 0.8);
    border-bottom-color: rgb(2 132 199 / 0.8);
  }

  .lg\:border-y-sky-600\/85 {
    border-top-color: rgb(2 132 199 / 0.85);
    border-bottom-color: rgb(2 132 199 / 0.85);
  }

  .lg\:border-y-sky-600\/90 {
    border-top-color: rgb(2 132 199 / 0.9);
    border-bottom-color: rgb(2 132 199 / 0.9);
  }

  .lg\:border-y-sky-600\/95 {
    border-top-color: rgb(2 132 199 / 0.95);
    border-bottom-color: rgb(2 132 199 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-sky-700\/0 {
    border-top-color: rgb(3 105 161 / 0);
    border-bottom-color: rgb(3 105 161 / 0);
  }

  .lg\:border-y-sky-700\/10 {
    border-top-color: rgb(3 105 161 / 0.1);
    border-bottom-color: rgb(3 105 161 / 0.1);
  }

  .lg\:border-y-sky-700\/100 {
    border-top-color: rgb(3 105 161 / 1);
    border-bottom-color: rgb(3 105 161 / 1);
  }

  .lg\:border-y-sky-700\/15 {
    border-top-color: rgb(3 105 161 / 0.15);
    border-bottom-color: rgb(3 105 161 / 0.15);
  }

  .lg\:border-y-sky-700\/20 {
    border-top-color: rgb(3 105 161 / 0.2);
    border-bottom-color: rgb(3 105 161 / 0.2);
  }

  .lg\:border-y-sky-700\/25 {
    border-top-color: rgb(3 105 161 / 0.25);
    border-bottom-color: rgb(3 105 161 / 0.25);
  }

  .lg\:border-y-sky-700\/30 {
    border-top-color: rgb(3 105 161 / 0.3);
    border-bottom-color: rgb(3 105 161 / 0.3);
  }

  .lg\:border-y-sky-700\/35 {
    border-top-color: rgb(3 105 161 / 0.35);
    border-bottom-color: rgb(3 105 161 / 0.35);
  }

  .lg\:border-y-sky-700\/40 {
    border-top-color: rgb(3 105 161 / 0.4);
    border-bottom-color: rgb(3 105 161 / 0.4);
  }

  .lg\:border-y-sky-700\/45 {
    border-top-color: rgb(3 105 161 / 0.45);
    border-bottom-color: rgb(3 105 161 / 0.45);
  }

  .lg\:border-y-sky-700\/5 {
    border-top-color: rgb(3 105 161 / 0.05);
    border-bottom-color: rgb(3 105 161 / 0.05);
  }

  .lg\:border-y-sky-700\/50 {
    border-top-color: rgb(3 105 161 / 0.5);
    border-bottom-color: rgb(3 105 161 / 0.5);
  }

  .lg\:border-y-sky-700\/55 {
    border-top-color: rgb(3 105 161 / 0.55);
    border-bottom-color: rgb(3 105 161 / 0.55);
  }

  .lg\:border-y-sky-700\/60 {
    border-top-color: rgb(3 105 161 / 0.6);
    border-bottom-color: rgb(3 105 161 / 0.6);
  }

  .lg\:border-y-sky-700\/65 {
    border-top-color: rgb(3 105 161 / 0.65);
    border-bottom-color: rgb(3 105 161 / 0.65);
  }

  .lg\:border-y-sky-700\/70 {
    border-top-color: rgb(3 105 161 / 0.7);
    border-bottom-color: rgb(3 105 161 / 0.7);
  }

  .lg\:border-y-sky-700\/75 {
    border-top-color: rgb(3 105 161 / 0.75);
    border-bottom-color: rgb(3 105 161 / 0.75);
  }

  .lg\:border-y-sky-700\/80 {
    border-top-color: rgb(3 105 161 / 0.8);
    border-bottom-color: rgb(3 105 161 / 0.8);
  }

  .lg\:border-y-sky-700\/85 {
    border-top-color: rgb(3 105 161 / 0.85);
    border-bottom-color: rgb(3 105 161 / 0.85);
  }

  .lg\:border-y-sky-700\/90 {
    border-top-color: rgb(3 105 161 / 0.9);
    border-bottom-color: rgb(3 105 161 / 0.9);
  }

  .lg\:border-y-sky-700\/95 {
    border-top-color: rgb(3 105 161 / 0.95);
    border-bottom-color: rgb(3 105 161 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-sky-800\/0 {
    border-top-color: rgb(7 89 133 / 0);
    border-bottom-color: rgb(7 89 133 / 0);
  }

  .lg\:border-y-sky-800\/10 {
    border-top-color: rgb(7 89 133 / 0.1);
    border-bottom-color: rgb(7 89 133 / 0.1);
  }

  .lg\:border-y-sky-800\/100 {
    border-top-color: rgb(7 89 133 / 1);
    border-bottom-color: rgb(7 89 133 / 1);
  }

  .lg\:border-y-sky-800\/15 {
    border-top-color: rgb(7 89 133 / 0.15);
    border-bottom-color: rgb(7 89 133 / 0.15);
  }

  .lg\:border-y-sky-800\/20 {
    border-top-color: rgb(7 89 133 / 0.2);
    border-bottom-color: rgb(7 89 133 / 0.2);
  }

  .lg\:border-y-sky-800\/25 {
    border-top-color: rgb(7 89 133 / 0.25);
    border-bottom-color: rgb(7 89 133 / 0.25);
  }

  .lg\:border-y-sky-800\/30 {
    border-top-color: rgb(7 89 133 / 0.3);
    border-bottom-color: rgb(7 89 133 / 0.3);
  }

  .lg\:border-y-sky-800\/35 {
    border-top-color: rgb(7 89 133 / 0.35);
    border-bottom-color: rgb(7 89 133 / 0.35);
  }

  .lg\:border-y-sky-800\/40 {
    border-top-color: rgb(7 89 133 / 0.4);
    border-bottom-color: rgb(7 89 133 / 0.4);
  }

  .lg\:border-y-sky-800\/45 {
    border-top-color: rgb(7 89 133 / 0.45);
    border-bottom-color: rgb(7 89 133 / 0.45);
  }

  .lg\:border-y-sky-800\/5 {
    border-top-color: rgb(7 89 133 / 0.05);
    border-bottom-color: rgb(7 89 133 / 0.05);
  }

  .lg\:border-y-sky-800\/50 {
    border-top-color: rgb(7 89 133 / 0.5);
    border-bottom-color: rgb(7 89 133 / 0.5);
  }

  .lg\:border-y-sky-800\/55 {
    border-top-color: rgb(7 89 133 / 0.55);
    border-bottom-color: rgb(7 89 133 / 0.55);
  }

  .lg\:border-y-sky-800\/60 {
    border-top-color: rgb(7 89 133 / 0.6);
    border-bottom-color: rgb(7 89 133 / 0.6);
  }

  .lg\:border-y-sky-800\/65 {
    border-top-color: rgb(7 89 133 / 0.65);
    border-bottom-color: rgb(7 89 133 / 0.65);
  }

  .lg\:border-y-sky-800\/70 {
    border-top-color: rgb(7 89 133 / 0.7);
    border-bottom-color: rgb(7 89 133 / 0.7);
  }

  .lg\:border-y-sky-800\/75 {
    border-top-color: rgb(7 89 133 / 0.75);
    border-bottom-color: rgb(7 89 133 / 0.75);
  }

  .lg\:border-y-sky-800\/80 {
    border-top-color: rgb(7 89 133 / 0.8);
    border-bottom-color: rgb(7 89 133 / 0.8);
  }

  .lg\:border-y-sky-800\/85 {
    border-top-color: rgb(7 89 133 / 0.85);
    border-bottom-color: rgb(7 89 133 / 0.85);
  }

  .lg\:border-y-sky-800\/90 {
    border-top-color: rgb(7 89 133 / 0.9);
    border-bottom-color: rgb(7 89 133 / 0.9);
  }

  .lg\:border-y-sky-800\/95 {
    border-top-color: rgb(7 89 133 / 0.95);
    border-bottom-color: rgb(7 89 133 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-sky-900\/0 {
    border-top-color: rgb(12 74 110 / 0);
    border-bottom-color: rgb(12 74 110 / 0);
  }

  .lg\:border-y-sky-900\/10 {
    border-top-color: rgb(12 74 110 / 0.1);
    border-bottom-color: rgb(12 74 110 / 0.1);
  }

  .lg\:border-y-sky-900\/100 {
    border-top-color: rgb(12 74 110 / 1);
    border-bottom-color: rgb(12 74 110 / 1);
  }

  .lg\:border-y-sky-900\/15 {
    border-top-color: rgb(12 74 110 / 0.15);
    border-bottom-color: rgb(12 74 110 / 0.15);
  }

  .lg\:border-y-sky-900\/20 {
    border-top-color: rgb(12 74 110 / 0.2);
    border-bottom-color: rgb(12 74 110 / 0.2);
  }

  .lg\:border-y-sky-900\/25 {
    border-top-color: rgb(12 74 110 / 0.25);
    border-bottom-color: rgb(12 74 110 / 0.25);
  }

  .lg\:border-y-sky-900\/30 {
    border-top-color: rgb(12 74 110 / 0.3);
    border-bottom-color: rgb(12 74 110 / 0.3);
  }

  .lg\:border-y-sky-900\/35 {
    border-top-color: rgb(12 74 110 / 0.35);
    border-bottom-color: rgb(12 74 110 / 0.35);
  }

  .lg\:border-y-sky-900\/40 {
    border-top-color: rgb(12 74 110 / 0.4);
    border-bottom-color: rgb(12 74 110 / 0.4);
  }

  .lg\:border-y-sky-900\/45 {
    border-top-color: rgb(12 74 110 / 0.45);
    border-bottom-color: rgb(12 74 110 / 0.45);
  }

  .lg\:border-y-sky-900\/5 {
    border-top-color: rgb(12 74 110 / 0.05);
    border-bottom-color: rgb(12 74 110 / 0.05);
  }

  .lg\:border-y-sky-900\/50 {
    border-top-color: rgb(12 74 110 / 0.5);
    border-bottom-color: rgb(12 74 110 / 0.5);
  }

  .lg\:border-y-sky-900\/55 {
    border-top-color: rgb(12 74 110 / 0.55);
    border-bottom-color: rgb(12 74 110 / 0.55);
  }

  .lg\:border-y-sky-900\/60 {
    border-top-color: rgb(12 74 110 / 0.6);
    border-bottom-color: rgb(12 74 110 / 0.6);
  }

  .lg\:border-y-sky-900\/65 {
    border-top-color: rgb(12 74 110 / 0.65);
    border-bottom-color: rgb(12 74 110 / 0.65);
  }

  .lg\:border-y-sky-900\/70 {
    border-top-color: rgb(12 74 110 / 0.7);
    border-bottom-color: rgb(12 74 110 / 0.7);
  }

  .lg\:border-y-sky-900\/75 {
    border-top-color: rgb(12 74 110 / 0.75);
    border-bottom-color: rgb(12 74 110 / 0.75);
  }

  .lg\:border-y-sky-900\/80 {
    border-top-color: rgb(12 74 110 / 0.8);
    border-bottom-color: rgb(12 74 110 / 0.8);
  }

  .lg\:border-y-sky-900\/85 {
    border-top-color: rgb(12 74 110 / 0.85);
    border-bottom-color: rgb(12 74 110 / 0.85);
  }

  .lg\:border-y-sky-900\/90 {
    border-top-color: rgb(12 74 110 / 0.9);
    border-bottom-color: rgb(12 74 110 / 0.9);
  }

  .lg\:border-y-sky-900\/95 {
    border-top-color: rgb(12 74 110 / 0.95);
    border-bottom-color: rgb(12 74 110 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-sky-950\/0 {
    border-top-color: rgb(8 47 73 / 0);
    border-bottom-color: rgb(8 47 73 / 0);
  }

  .lg\:border-y-sky-950\/10 {
    border-top-color: rgb(8 47 73 / 0.1);
    border-bottom-color: rgb(8 47 73 / 0.1);
  }

  .lg\:border-y-sky-950\/100 {
    border-top-color: rgb(8 47 73 / 1);
    border-bottom-color: rgb(8 47 73 / 1);
  }

  .lg\:border-y-sky-950\/15 {
    border-top-color: rgb(8 47 73 / 0.15);
    border-bottom-color: rgb(8 47 73 / 0.15);
  }

  .lg\:border-y-sky-950\/20 {
    border-top-color: rgb(8 47 73 / 0.2);
    border-bottom-color: rgb(8 47 73 / 0.2);
  }

  .lg\:border-y-sky-950\/25 {
    border-top-color: rgb(8 47 73 / 0.25);
    border-bottom-color: rgb(8 47 73 / 0.25);
  }

  .lg\:border-y-sky-950\/30 {
    border-top-color: rgb(8 47 73 / 0.3);
    border-bottom-color: rgb(8 47 73 / 0.3);
  }

  .lg\:border-y-sky-950\/35 {
    border-top-color: rgb(8 47 73 / 0.35);
    border-bottom-color: rgb(8 47 73 / 0.35);
  }

  .lg\:border-y-sky-950\/40 {
    border-top-color: rgb(8 47 73 / 0.4);
    border-bottom-color: rgb(8 47 73 / 0.4);
  }

  .lg\:border-y-sky-950\/45 {
    border-top-color: rgb(8 47 73 / 0.45);
    border-bottom-color: rgb(8 47 73 / 0.45);
  }

  .lg\:border-y-sky-950\/5 {
    border-top-color: rgb(8 47 73 / 0.05);
    border-bottom-color: rgb(8 47 73 / 0.05);
  }

  .lg\:border-y-sky-950\/50 {
    border-top-color: rgb(8 47 73 / 0.5);
    border-bottom-color: rgb(8 47 73 / 0.5);
  }

  .lg\:border-y-sky-950\/55 {
    border-top-color: rgb(8 47 73 / 0.55);
    border-bottom-color: rgb(8 47 73 / 0.55);
  }

  .lg\:border-y-sky-950\/60 {
    border-top-color: rgb(8 47 73 / 0.6);
    border-bottom-color: rgb(8 47 73 / 0.6);
  }

  .lg\:border-y-sky-950\/65 {
    border-top-color: rgb(8 47 73 / 0.65);
    border-bottom-color: rgb(8 47 73 / 0.65);
  }

  .lg\:border-y-sky-950\/70 {
    border-top-color: rgb(8 47 73 / 0.7);
    border-bottom-color: rgb(8 47 73 / 0.7);
  }

  .lg\:border-y-sky-950\/75 {
    border-top-color: rgb(8 47 73 / 0.75);
    border-bottom-color: rgb(8 47 73 / 0.75);
  }

  .lg\:border-y-sky-950\/80 {
    border-top-color: rgb(8 47 73 / 0.8);
    border-bottom-color: rgb(8 47 73 / 0.8);
  }

  .lg\:border-y-sky-950\/85 {
    border-top-color: rgb(8 47 73 / 0.85);
    border-bottom-color: rgb(8 47 73 / 0.85);
  }

  .lg\:border-y-sky-950\/90 {
    border-top-color: rgb(8 47 73 / 0.9);
    border-bottom-color: rgb(8 47 73 / 0.9);
  }

  .lg\:border-y-sky-950\/95 {
    border-top-color: rgb(8 47 73 / 0.95);
    border-bottom-color: rgb(8 47 73 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-slate-100\/0 {
    border-top-color: rgb(241 245 249 / 0);
    border-bottom-color: rgb(241 245 249 / 0);
  }

  .lg\:border-y-slate-100\/10 {
    border-top-color: rgb(241 245 249 / 0.1);
    border-bottom-color: rgb(241 245 249 / 0.1);
  }

  .lg\:border-y-slate-100\/100 {
    border-top-color: rgb(241 245 249 / 1);
    border-bottom-color: rgb(241 245 249 / 1);
  }

  .lg\:border-y-slate-100\/15 {
    border-top-color: rgb(241 245 249 / 0.15);
    border-bottom-color: rgb(241 245 249 / 0.15);
  }

  .lg\:border-y-slate-100\/20 {
    border-top-color: rgb(241 245 249 / 0.2);
    border-bottom-color: rgb(241 245 249 / 0.2);
  }

  .lg\:border-y-slate-100\/25 {
    border-top-color: rgb(241 245 249 / 0.25);
    border-bottom-color: rgb(241 245 249 / 0.25);
  }

  .lg\:border-y-slate-100\/30 {
    border-top-color: rgb(241 245 249 / 0.3);
    border-bottom-color: rgb(241 245 249 / 0.3);
  }

  .lg\:border-y-slate-100\/35 {
    border-top-color: rgb(241 245 249 / 0.35);
    border-bottom-color: rgb(241 245 249 / 0.35);
  }

  .lg\:border-y-slate-100\/40 {
    border-top-color: rgb(241 245 249 / 0.4);
    border-bottom-color: rgb(241 245 249 / 0.4);
  }

  .lg\:border-y-slate-100\/45 {
    border-top-color: rgb(241 245 249 / 0.45);
    border-bottom-color: rgb(241 245 249 / 0.45);
  }

  .lg\:border-y-slate-100\/5 {
    border-top-color: rgb(241 245 249 / 0.05);
    border-bottom-color: rgb(241 245 249 / 0.05);
  }

  .lg\:border-y-slate-100\/50 {
    border-top-color: rgb(241 245 249 / 0.5);
    border-bottom-color: rgb(241 245 249 / 0.5);
  }

  .lg\:border-y-slate-100\/55 {
    border-top-color: rgb(241 245 249 / 0.55);
    border-bottom-color: rgb(241 245 249 / 0.55);
  }

  .lg\:border-y-slate-100\/60 {
    border-top-color: rgb(241 245 249 / 0.6);
    border-bottom-color: rgb(241 245 249 / 0.6);
  }

  .lg\:border-y-slate-100\/65 {
    border-top-color: rgb(241 245 249 / 0.65);
    border-bottom-color: rgb(241 245 249 / 0.65);
  }

  .lg\:border-y-slate-100\/70 {
    border-top-color: rgb(241 245 249 / 0.7);
    border-bottom-color: rgb(241 245 249 / 0.7);
  }

  .lg\:border-y-slate-100\/75 {
    border-top-color: rgb(241 245 249 / 0.75);
    border-bottom-color: rgb(241 245 249 / 0.75);
  }

  .lg\:border-y-slate-100\/80 {
    border-top-color: rgb(241 245 249 / 0.8);
    border-bottom-color: rgb(241 245 249 / 0.8);
  }

  .lg\:border-y-slate-100\/85 {
    border-top-color: rgb(241 245 249 / 0.85);
    border-bottom-color: rgb(241 245 249 / 0.85);
  }

  .lg\:border-y-slate-100\/90 {
    border-top-color: rgb(241 245 249 / 0.9);
    border-bottom-color: rgb(241 245 249 / 0.9);
  }

  .lg\:border-y-slate-100\/95 {
    border-top-color: rgb(241 245 249 / 0.95);
    border-bottom-color: rgb(241 245 249 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-slate-200\/0 {
    border-top-color: rgb(226 232 240 / 0);
    border-bottom-color: rgb(226 232 240 / 0);
  }

  .lg\:border-y-slate-200\/10 {
    border-top-color: rgb(226 232 240 / 0.1);
    border-bottom-color: rgb(226 232 240 / 0.1);
  }

  .lg\:border-y-slate-200\/100 {
    border-top-color: rgb(226 232 240 / 1);
    border-bottom-color: rgb(226 232 240 / 1);
  }

  .lg\:border-y-slate-200\/15 {
    border-top-color: rgb(226 232 240 / 0.15);
    border-bottom-color: rgb(226 232 240 / 0.15);
  }

  .lg\:border-y-slate-200\/20 {
    border-top-color: rgb(226 232 240 / 0.2);
    border-bottom-color: rgb(226 232 240 / 0.2);
  }

  .lg\:border-y-slate-200\/25 {
    border-top-color: rgb(226 232 240 / 0.25);
    border-bottom-color: rgb(226 232 240 / 0.25);
  }

  .lg\:border-y-slate-200\/30 {
    border-top-color: rgb(226 232 240 / 0.3);
    border-bottom-color: rgb(226 232 240 / 0.3);
  }

  .lg\:border-y-slate-200\/35 {
    border-top-color: rgb(226 232 240 / 0.35);
    border-bottom-color: rgb(226 232 240 / 0.35);
  }

  .lg\:border-y-slate-200\/40 {
    border-top-color: rgb(226 232 240 / 0.4);
    border-bottom-color: rgb(226 232 240 / 0.4);
  }

  .lg\:border-y-slate-200\/45 {
    border-top-color: rgb(226 232 240 / 0.45);
    border-bottom-color: rgb(226 232 240 / 0.45);
  }

  .lg\:border-y-slate-200\/5 {
    border-top-color: rgb(226 232 240 / 0.05);
    border-bottom-color: rgb(226 232 240 / 0.05);
  }

  .lg\:border-y-slate-200\/50 {
    border-top-color: rgb(226 232 240 / 0.5);
    border-bottom-color: rgb(226 232 240 / 0.5);
  }

  .lg\:border-y-slate-200\/55 {
    border-top-color: rgb(226 232 240 / 0.55);
    border-bottom-color: rgb(226 232 240 / 0.55);
  }

  .lg\:border-y-slate-200\/60 {
    border-top-color: rgb(226 232 240 / 0.6);
    border-bottom-color: rgb(226 232 240 / 0.6);
  }

  .lg\:border-y-slate-200\/65 {
    border-top-color: rgb(226 232 240 / 0.65);
    border-bottom-color: rgb(226 232 240 / 0.65);
  }

  .lg\:border-y-slate-200\/70 {
    border-top-color: rgb(226 232 240 / 0.7);
    border-bottom-color: rgb(226 232 240 / 0.7);
  }

  .lg\:border-y-slate-200\/75 {
    border-top-color: rgb(226 232 240 / 0.75);
    border-bottom-color: rgb(226 232 240 / 0.75);
  }

  .lg\:border-y-slate-200\/80 {
    border-top-color: rgb(226 232 240 / 0.8);
    border-bottom-color: rgb(226 232 240 / 0.8);
  }

  .lg\:border-y-slate-200\/85 {
    border-top-color: rgb(226 232 240 / 0.85);
    border-bottom-color: rgb(226 232 240 / 0.85);
  }

  .lg\:border-y-slate-200\/90 {
    border-top-color: rgb(226 232 240 / 0.9);
    border-bottom-color: rgb(226 232 240 / 0.9);
  }

  .lg\:border-y-slate-200\/95 {
    border-top-color: rgb(226 232 240 / 0.95);
    border-bottom-color: rgb(226 232 240 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-slate-300\/0 {
    border-top-color: rgb(203 213 225 / 0);
    border-bottom-color: rgb(203 213 225 / 0);
  }

  .lg\:border-y-slate-300\/10 {
    border-top-color: rgb(203 213 225 / 0.1);
    border-bottom-color: rgb(203 213 225 / 0.1);
  }

  .lg\:border-y-slate-300\/100 {
    border-top-color: rgb(203 213 225 / 1);
    border-bottom-color: rgb(203 213 225 / 1);
  }

  .lg\:border-y-slate-300\/15 {
    border-top-color: rgb(203 213 225 / 0.15);
    border-bottom-color: rgb(203 213 225 / 0.15);
  }

  .lg\:border-y-slate-300\/20 {
    border-top-color: rgb(203 213 225 / 0.2);
    border-bottom-color: rgb(203 213 225 / 0.2);
  }

  .lg\:border-y-slate-300\/25 {
    border-top-color: rgb(203 213 225 / 0.25);
    border-bottom-color: rgb(203 213 225 / 0.25);
  }

  .lg\:border-y-slate-300\/30 {
    border-top-color: rgb(203 213 225 / 0.3);
    border-bottom-color: rgb(203 213 225 / 0.3);
  }

  .lg\:border-y-slate-300\/35 {
    border-top-color: rgb(203 213 225 / 0.35);
    border-bottom-color: rgb(203 213 225 / 0.35);
  }

  .lg\:border-y-slate-300\/40 {
    border-top-color: rgb(203 213 225 / 0.4);
    border-bottom-color: rgb(203 213 225 / 0.4);
  }

  .lg\:border-y-slate-300\/45 {
    border-top-color: rgb(203 213 225 / 0.45);
    border-bottom-color: rgb(203 213 225 / 0.45);
  }

  .lg\:border-y-slate-300\/5 {
    border-top-color: rgb(203 213 225 / 0.05);
    border-bottom-color: rgb(203 213 225 / 0.05);
  }

  .lg\:border-y-slate-300\/50 {
    border-top-color: rgb(203 213 225 / 0.5);
    border-bottom-color: rgb(203 213 225 / 0.5);
  }

  .lg\:border-y-slate-300\/55 {
    border-top-color: rgb(203 213 225 / 0.55);
    border-bottom-color: rgb(203 213 225 / 0.55);
  }

  .lg\:border-y-slate-300\/60 {
    border-top-color: rgb(203 213 225 / 0.6);
    border-bottom-color: rgb(203 213 225 / 0.6);
  }

  .lg\:border-y-slate-300\/65 {
    border-top-color: rgb(203 213 225 / 0.65);
    border-bottom-color: rgb(203 213 225 / 0.65);
  }

  .lg\:border-y-slate-300\/70 {
    border-top-color: rgb(203 213 225 / 0.7);
    border-bottom-color: rgb(203 213 225 / 0.7);
  }

  .lg\:border-y-slate-300\/75 {
    border-top-color: rgb(203 213 225 / 0.75);
    border-bottom-color: rgb(203 213 225 / 0.75);
  }

  .lg\:border-y-slate-300\/80 {
    border-top-color: rgb(203 213 225 / 0.8);
    border-bottom-color: rgb(203 213 225 / 0.8);
  }

  .lg\:border-y-slate-300\/85 {
    border-top-color: rgb(203 213 225 / 0.85);
    border-bottom-color: rgb(203 213 225 / 0.85);
  }

  .lg\:border-y-slate-300\/90 {
    border-top-color: rgb(203 213 225 / 0.9);
    border-bottom-color: rgb(203 213 225 / 0.9);
  }

  .lg\:border-y-slate-300\/95 {
    border-top-color: rgb(203 213 225 / 0.95);
    border-bottom-color: rgb(203 213 225 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-slate-400\/0 {
    border-top-color: rgb(148 163 184 / 0);
    border-bottom-color: rgb(148 163 184 / 0);
  }

  .lg\:border-y-slate-400\/10 {
    border-top-color: rgb(148 163 184 / 0.1);
    border-bottom-color: rgb(148 163 184 / 0.1);
  }

  .lg\:border-y-slate-400\/100 {
    border-top-color: rgb(148 163 184 / 1);
    border-bottom-color: rgb(148 163 184 / 1);
  }

  .lg\:border-y-slate-400\/15 {
    border-top-color: rgb(148 163 184 / 0.15);
    border-bottom-color: rgb(148 163 184 / 0.15);
  }

  .lg\:border-y-slate-400\/20 {
    border-top-color: rgb(148 163 184 / 0.2);
    border-bottom-color: rgb(148 163 184 / 0.2);
  }

  .lg\:border-y-slate-400\/25 {
    border-top-color: rgb(148 163 184 / 0.25);
    border-bottom-color: rgb(148 163 184 / 0.25);
  }

  .lg\:border-y-slate-400\/30 {
    border-top-color: rgb(148 163 184 / 0.3);
    border-bottom-color: rgb(148 163 184 / 0.3);
  }

  .lg\:border-y-slate-400\/35 {
    border-top-color: rgb(148 163 184 / 0.35);
    border-bottom-color: rgb(148 163 184 / 0.35);
  }

  .lg\:border-y-slate-400\/40 {
    border-top-color: rgb(148 163 184 / 0.4);
    border-bottom-color: rgb(148 163 184 / 0.4);
  }

  .lg\:border-y-slate-400\/45 {
    border-top-color: rgb(148 163 184 / 0.45);
    border-bottom-color: rgb(148 163 184 / 0.45);
  }

  .lg\:border-y-slate-400\/5 {
    border-top-color: rgb(148 163 184 / 0.05);
    border-bottom-color: rgb(148 163 184 / 0.05);
  }

  .lg\:border-y-slate-400\/50 {
    border-top-color: rgb(148 163 184 / 0.5);
    border-bottom-color: rgb(148 163 184 / 0.5);
  }

  .lg\:border-y-slate-400\/55 {
    border-top-color: rgb(148 163 184 / 0.55);
    border-bottom-color: rgb(148 163 184 / 0.55);
  }

  .lg\:border-y-slate-400\/60 {
    border-top-color: rgb(148 163 184 / 0.6);
    border-bottom-color: rgb(148 163 184 / 0.6);
  }

  .lg\:border-y-slate-400\/65 {
    border-top-color: rgb(148 163 184 / 0.65);
    border-bottom-color: rgb(148 163 184 / 0.65);
  }

  .lg\:border-y-slate-400\/70 {
    border-top-color: rgb(148 163 184 / 0.7);
    border-bottom-color: rgb(148 163 184 / 0.7);
  }

  .lg\:border-y-slate-400\/75 {
    border-top-color: rgb(148 163 184 / 0.75);
    border-bottom-color: rgb(148 163 184 / 0.75);
  }

  .lg\:border-y-slate-400\/80 {
    border-top-color: rgb(148 163 184 / 0.8);
    border-bottom-color: rgb(148 163 184 / 0.8);
  }

  .lg\:border-y-slate-400\/85 {
    border-top-color: rgb(148 163 184 / 0.85);
    border-bottom-color: rgb(148 163 184 / 0.85);
  }

  .lg\:border-y-slate-400\/90 {
    border-top-color: rgb(148 163 184 / 0.9);
    border-bottom-color: rgb(148 163 184 / 0.9);
  }

  .lg\:border-y-slate-400\/95 {
    border-top-color: rgb(148 163 184 / 0.95);
    border-bottom-color: rgb(148 163 184 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-slate-50\/0 {
    border-top-color: rgb(248 250 252 / 0);
    border-bottom-color: rgb(248 250 252 / 0);
  }

  .lg\:border-y-slate-50\/10 {
    border-top-color: rgb(248 250 252 / 0.1);
    border-bottom-color: rgb(248 250 252 / 0.1);
  }

  .lg\:border-y-slate-50\/100 {
    border-top-color: rgb(248 250 252 / 1);
    border-bottom-color: rgb(248 250 252 / 1);
  }

  .lg\:border-y-slate-50\/15 {
    border-top-color: rgb(248 250 252 / 0.15);
    border-bottom-color: rgb(248 250 252 / 0.15);
  }

  .lg\:border-y-slate-50\/20 {
    border-top-color: rgb(248 250 252 / 0.2);
    border-bottom-color: rgb(248 250 252 / 0.2);
  }

  .lg\:border-y-slate-50\/25 {
    border-top-color: rgb(248 250 252 / 0.25);
    border-bottom-color: rgb(248 250 252 / 0.25);
  }

  .lg\:border-y-slate-50\/30 {
    border-top-color: rgb(248 250 252 / 0.3);
    border-bottom-color: rgb(248 250 252 / 0.3);
  }

  .lg\:border-y-slate-50\/35 {
    border-top-color: rgb(248 250 252 / 0.35);
    border-bottom-color: rgb(248 250 252 / 0.35);
  }

  .lg\:border-y-slate-50\/40 {
    border-top-color: rgb(248 250 252 / 0.4);
    border-bottom-color: rgb(248 250 252 / 0.4);
  }

  .lg\:border-y-slate-50\/45 {
    border-top-color: rgb(248 250 252 / 0.45);
    border-bottom-color: rgb(248 250 252 / 0.45);
  }

  .lg\:border-y-slate-50\/5 {
    border-top-color: rgb(248 250 252 / 0.05);
    border-bottom-color: rgb(248 250 252 / 0.05);
  }

  .lg\:border-y-slate-50\/50 {
    border-top-color: rgb(248 250 252 / 0.5);
    border-bottom-color: rgb(248 250 252 / 0.5);
  }

  .lg\:border-y-slate-50\/55 {
    border-top-color: rgb(248 250 252 / 0.55);
    border-bottom-color: rgb(248 250 252 / 0.55);
  }

  .lg\:border-y-slate-50\/60 {
    border-top-color: rgb(248 250 252 / 0.6);
    border-bottom-color: rgb(248 250 252 / 0.6);
  }

  .lg\:border-y-slate-50\/65 {
    border-top-color: rgb(248 250 252 / 0.65);
    border-bottom-color: rgb(248 250 252 / 0.65);
  }

  .lg\:border-y-slate-50\/70 {
    border-top-color: rgb(248 250 252 / 0.7);
    border-bottom-color: rgb(248 250 252 / 0.7);
  }

  .lg\:border-y-slate-50\/75 {
    border-top-color: rgb(248 250 252 / 0.75);
    border-bottom-color: rgb(248 250 252 / 0.75);
  }

  .lg\:border-y-slate-50\/80 {
    border-top-color: rgb(248 250 252 / 0.8);
    border-bottom-color: rgb(248 250 252 / 0.8);
  }

  .lg\:border-y-slate-50\/85 {
    border-top-color: rgb(248 250 252 / 0.85);
    border-bottom-color: rgb(248 250 252 / 0.85);
  }

  .lg\:border-y-slate-50\/90 {
    border-top-color: rgb(248 250 252 / 0.9);
    border-bottom-color: rgb(248 250 252 / 0.9);
  }

  .lg\:border-y-slate-50\/95 {
    border-top-color: rgb(248 250 252 / 0.95);
    border-bottom-color: rgb(248 250 252 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-slate-500\/0 {
    border-top-color: rgb(100 116 139 / 0);
    border-bottom-color: rgb(100 116 139 / 0);
  }

  .lg\:border-y-slate-500\/10 {
    border-top-color: rgb(100 116 139 / 0.1);
    border-bottom-color: rgb(100 116 139 / 0.1);
  }

  .lg\:border-y-slate-500\/100 {
    border-top-color: rgb(100 116 139 / 1);
    border-bottom-color: rgb(100 116 139 / 1);
  }

  .lg\:border-y-slate-500\/15 {
    border-top-color: rgb(100 116 139 / 0.15);
    border-bottom-color: rgb(100 116 139 / 0.15);
  }

  .lg\:border-y-slate-500\/20 {
    border-top-color: rgb(100 116 139 / 0.2);
    border-bottom-color: rgb(100 116 139 / 0.2);
  }

  .lg\:border-y-slate-500\/25 {
    border-top-color: rgb(100 116 139 / 0.25);
    border-bottom-color: rgb(100 116 139 / 0.25);
  }

  .lg\:border-y-slate-500\/30 {
    border-top-color: rgb(100 116 139 / 0.3);
    border-bottom-color: rgb(100 116 139 / 0.3);
  }

  .lg\:border-y-slate-500\/35 {
    border-top-color: rgb(100 116 139 / 0.35);
    border-bottom-color: rgb(100 116 139 / 0.35);
  }

  .lg\:border-y-slate-500\/40 {
    border-top-color: rgb(100 116 139 / 0.4);
    border-bottom-color: rgb(100 116 139 / 0.4);
  }

  .lg\:border-y-slate-500\/45 {
    border-top-color: rgb(100 116 139 / 0.45);
    border-bottom-color: rgb(100 116 139 / 0.45);
  }

  .lg\:border-y-slate-500\/5 {
    border-top-color: rgb(100 116 139 / 0.05);
    border-bottom-color: rgb(100 116 139 / 0.05);
  }

  .lg\:border-y-slate-500\/50 {
    border-top-color: rgb(100 116 139 / 0.5);
    border-bottom-color: rgb(100 116 139 / 0.5);
  }

  .lg\:border-y-slate-500\/55 {
    border-top-color: rgb(100 116 139 / 0.55);
    border-bottom-color: rgb(100 116 139 / 0.55);
  }

  .lg\:border-y-slate-500\/60 {
    border-top-color: rgb(100 116 139 / 0.6);
    border-bottom-color: rgb(100 116 139 / 0.6);
  }

  .lg\:border-y-slate-500\/65 {
    border-top-color: rgb(100 116 139 / 0.65);
    border-bottom-color: rgb(100 116 139 / 0.65);
  }

  .lg\:border-y-slate-500\/70 {
    border-top-color: rgb(100 116 139 / 0.7);
    border-bottom-color: rgb(100 116 139 / 0.7);
  }

  .lg\:border-y-slate-500\/75 {
    border-top-color: rgb(100 116 139 / 0.75);
    border-bottom-color: rgb(100 116 139 / 0.75);
  }

  .lg\:border-y-slate-500\/80 {
    border-top-color: rgb(100 116 139 / 0.8);
    border-bottom-color: rgb(100 116 139 / 0.8);
  }

  .lg\:border-y-slate-500\/85 {
    border-top-color: rgb(100 116 139 / 0.85);
    border-bottom-color: rgb(100 116 139 / 0.85);
  }

  .lg\:border-y-slate-500\/90 {
    border-top-color: rgb(100 116 139 / 0.9);
    border-bottom-color: rgb(100 116 139 / 0.9);
  }

  .lg\:border-y-slate-500\/95 {
    border-top-color: rgb(100 116 139 / 0.95);
    border-bottom-color: rgb(100 116 139 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-slate-600\/0 {
    border-top-color: rgb(71 85 105 / 0);
    border-bottom-color: rgb(71 85 105 / 0);
  }

  .lg\:border-y-slate-600\/10 {
    border-top-color: rgb(71 85 105 / 0.1);
    border-bottom-color: rgb(71 85 105 / 0.1);
  }

  .lg\:border-y-slate-600\/100 {
    border-top-color: rgb(71 85 105 / 1);
    border-bottom-color: rgb(71 85 105 / 1);
  }

  .lg\:border-y-slate-600\/15 {
    border-top-color: rgb(71 85 105 / 0.15);
    border-bottom-color: rgb(71 85 105 / 0.15);
  }

  .lg\:border-y-slate-600\/20 {
    border-top-color: rgb(71 85 105 / 0.2);
    border-bottom-color: rgb(71 85 105 / 0.2);
  }

  .lg\:border-y-slate-600\/25 {
    border-top-color: rgb(71 85 105 / 0.25);
    border-bottom-color: rgb(71 85 105 / 0.25);
  }

  .lg\:border-y-slate-600\/30 {
    border-top-color: rgb(71 85 105 / 0.3);
    border-bottom-color: rgb(71 85 105 / 0.3);
  }

  .lg\:border-y-slate-600\/35 {
    border-top-color: rgb(71 85 105 / 0.35);
    border-bottom-color: rgb(71 85 105 / 0.35);
  }

  .lg\:border-y-slate-600\/40 {
    border-top-color: rgb(71 85 105 / 0.4);
    border-bottom-color: rgb(71 85 105 / 0.4);
  }

  .lg\:border-y-slate-600\/45 {
    border-top-color: rgb(71 85 105 / 0.45);
    border-bottom-color: rgb(71 85 105 / 0.45);
  }

  .lg\:border-y-slate-600\/5 {
    border-top-color: rgb(71 85 105 / 0.05);
    border-bottom-color: rgb(71 85 105 / 0.05);
  }

  .lg\:border-y-slate-600\/50 {
    border-top-color: rgb(71 85 105 / 0.5);
    border-bottom-color: rgb(71 85 105 / 0.5);
  }

  .lg\:border-y-slate-600\/55 {
    border-top-color: rgb(71 85 105 / 0.55);
    border-bottom-color: rgb(71 85 105 / 0.55);
  }

  .lg\:border-y-slate-600\/60 {
    border-top-color: rgb(71 85 105 / 0.6);
    border-bottom-color: rgb(71 85 105 / 0.6);
  }

  .lg\:border-y-slate-600\/65 {
    border-top-color: rgb(71 85 105 / 0.65);
    border-bottom-color: rgb(71 85 105 / 0.65);
  }

  .lg\:border-y-slate-600\/70 {
    border-top-color: rgb(71 85 105 / 0.7);
    border-bottom-color: rgb(71 85 105 / 0.7);
  }

  .lg\:border-y-slate-600\/75 {
    border-top-color: rgb(71 85 105 / 0.75);
    border-bottom-color: rgb(71 85 105 / 0.75);
  }

  .lg\:border-y-slate-600\/80 {
    border-top-color: rgb(71 85 105 / 0.8);
    border-bottom-color: rgb(71 85 105 / 0.8);
  }

  .lg\:border-y-slate-600\/85 {
    border-top-color: rgb(71 85 105 / 0.85);
    border-bottom-color: rgb(71 85 105 / 0.85);
  }

  .lg\:border-y-slate-600\/90 {
    border-top-color: rgb(71 85 105 / 0.9);
    border-bottom-color: rgb(71 85 105 / 0.9);
  }

  .lg\:border-y-slate-600\/95 {
    border-top-color: rgb(71 85 105 / 0.95);
    border-bottom-color: rgb(71 85 105 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-slate-700\/0 {
    border-top-color: rgb(51 65 85 / 0);
    border-bottom-color: rgb(51 65 85 / 0);
  }

  .lg\:border-y-slate-700\/10 {
    border-top-color: rgb(51 65 85 / 0.1);
    border-bottom-color: rgb(51 65 85 / 0.1);
  }

  .lg\:border-y-slate-700\/100 {
    border-top-color: rgb(51 65 85 / 1);
    border-bottom-color: rgb(51 65 85 / 1);
  }

  .lg\:border-y-slate-700\/15 {
    border-top-color: rgb(51 65 85 / 0.15);
    border-bottom-color: rgb(51 65 85 / 0.15);
  }

  .lg\:border-y-slate-700\/20 {
    border-top-color: rgb(51 65 85 / 0.2);
    border-bottom-color: rgb(51 65 85 / 0.2);
  }

  .lg\:border-y-slate-700\/25 {
    border-top-color: rgb(51 65 85 / 0.25);
    border-bottom-color: rgb(51 65 85 / 0.25);
  }

  .lg\:border-y-slate-700\/30 {
    border-top-color: rgb(51 65 85 / 0.3);
    border-bottom-color: rgb(51 65 85 / 0.3);
  }

  .lg\:border-y-slate-700\/35 {
    border-top-color: rgb(51 65 85 / 0.35);
    border-bottom-color: rgb(51 65 85 / 0.35);
  }

  .lg\:border-y-slate-700\/40 {
    border-top-color: rgb(51 65 85 / 0.4);
    border-bottom-color: rgb(51 65 85 / 0.4);
  }

  .lg\:border-y-slate-700\/45 {
    border-top-color: rgb(51 65 85 / 0.45);
    border-bottom-color: rgb(51 65 85 / 0.45);
  }

  .lg\:border-y-slate-700\/5 {
    border-top-color: rgb(51 65 85 / 0.05);
    border-bottom-color: rgb(51 65 85 / 0.05);
  }

  .lg\:border-y-slate-700\/50 {
    border-top-color: rgb(51 65 85 / 0.5);
    border-bottom-color: rgb(51 65 85 / 0.5);
  }

  .lg\:border-y-slate-700\/55 {
    border-top-color: rgb(51 65 85 / 0.55);
    border-bottom-color: rgb(51 65 85 / 0.55);
  }

  .lg\:border-y-slate-700\/60 {
    border-top-color: rgb(51 65 85 / 0.6);
    border-bottom-color: rgb(51 65 85 / 0.6);
  }

  .lg\:border-y-slate-700\/65 {
    border-top-color: rgb(51 65 85 / 0.65);
    border-bottom-color: rgb(51 65 85 / 0.65);
  }

  .lg\:border-y-slate-700\/70 {
    border-top-color: rgb(51 65 85 / 0.7);
    border-bottom-color: rgb(51 65 85 / 0.7);
  }

  .lg\:border-y-slate-700\/75 {
    border-top-color: rgb(51 65 85 / 0.75);
    border-bottom-color: rgb(51 65 85 / 0.75);
  }

  .lg\:border-y-slate-700\/80 {
    border-top-color: rgb(51 65 85 / 0.8);
    border-bottom-color: rgb(51 65 85 / 0.8);
  }

  .lg\:border-y-slate-700\/85 {
    border-top-color: rgb(51 65 85 / 0.85);
    border-bottom-color: rgb(51 65 85 / 0.85);
  }

  .lg\:border-y-slate-700\/90 {
    border-top-color: rgb(51 65 85 / 0.9);
    border-bottom-color: rgb(51 65 85 / 0.9);
  }

  .lg\:border-y-slate-700\/95 {
    border-top-color: rgb(51 65 85 / 0.95);
    border-bottom-color: rgb(51 65 85 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-slate-800\/0 {
    border-top-color: rgb(30 41 59 / 0);
    border-bottom-color: rgb(30 41 59 / 0);
  }

  .lg\:border-y-slate-800\/10 {
    border-top-color: rgb(30 41 59 / 0.1);
    border-bottom-color: rgb(30 41 59 / 0.1);
  }

  .lg\:border-y-slate-800\/100 {
    border-top-color: rgb(30 41 59 / 1);
    border-bottom-color: rgb(30 41 59 / 1);
  }

  .lg\:border-y-slate-800\/15 {
    border-top-color: rgb(30 41 59 / 0.15);
    border-bottom-color: rgb(30 41 59 / 0.15);
  }

  .lg\:border-y-slate-800\/20 {
    border-top-color: rgb(30 41 59 / 0.2);
    border-bottom-color: rgb(30 41 59 / 0.2);
  }

  .lg\:border-y-slate-800\/25 {
    border-top-color: rgb(30 41 59 / 0.25);
    border-bottom-color: rgb(30 41 59 / 0.25);
  }

  .lg\:border-y-slate-800\/30 {
    border-top-color: rgb(30 41 59 / 0.3);
    border-bottom-color: rgb(30 41 59 / 0.3);
  }

  .lg\:border-y-slate-800\/35 {
    border-top-color: rgb(30 41 59 / 0.35);
    border-bottom-color: rgb(30 41 59 / 0.35);
  }

  .lg\:border-y-slate-800\/40 {
    border-top-color: rgb(30 41 59 / 0.4);
    border-bottom-color: rgb(30 41 59 / 0.4);
  }

  .lg\:border-y-slate-800\/45 {
    border-top-color: rgb(30 41 59 / 0.45);
    border-bottom-color: rgb(30 41 59 / 0.45);
  }

  .lg\:border-y-slate-800\/5 {
    border-top-color: rgb(30 41 59 / 0.05);
    border-bottom-color: rgb(30 41 59 / 0.05);
  }

  .lg\:border-y-slate-800\/50 {
    border-top-color: rgb(30 41 59 / 0.5);
    border-bottom-color: rgb(30 41 59 / 0.5);
  }

  .lg\:border-y-slate-800\/55 {
    border-top-color: rgb(30 41 59 / 0.55);
    border-bottom-color: rgb(30 41 59 / 0.55);
  }

  .lg\:border-y-slate-800\/60 {
    border-top-color: rgb(30 41 59 / 0.6);
    border-bottom-color: rgb(30 41 59 / 0.6);
  }

  .lg\:border-y-slate-800\/65 {
    border-top-color: rgb(30 41 59 / 0.65);
    border-bottom-color: rgb(30 41 59 / 0.65);
  }

  .lg\:border-y-slate-800\/70 {
    border-top-color: rgb(30 41 59 / 0.7);
    border-bottom-color: rgb(30 41 59 / 0.7);
  }

  .lg\:border-y-slate-800\/75 {
    border-top-color: rgb(30 41 59 / 0.75);
    border-bottom-color: rgb(30 41 59 / 0.75);
  }

  .lg\:border-y-slate-800\/80 {
    border-top-color: rgb(30 41 59 / 0.8);
    border-bottom-color: rgb(30 41 59 / 0.8);
  }

  .lg\:border-y-slate-800\/85 {
    border-top-color: rgb(30 41 59 / 0.85);
    border-bottom-color: rgb(30 41 59 / 0.85);
  }

  .lg\:border-y-slate-800\/90 {
    border-top-color: rgb(30 41 59 / 0.9);
    border-bottom-color: rgb(30 41 59 / 0.9);
  }

  .lg\:border-y-slate-800\/95 {
    border-top-color: rgb(30 41 59 / 0.95);
    border-bottom-color: rgb(30 41 59 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-slate-900\/0 {
    border-top-color: rgb(15 23 42 / 0);
    border-bottom-color: rgb(15 23 42 / 0);
  }

  .lg\:border-y-slate-900\/10 {
    border-top-color: rgb(15 23 42 / 0.1);
    border-bottom-color: rgb(15 23 42 / 0.1);
  }

  .lg\:border-y-slate-900\/100 {
    border-top-color: rgb(15 23 42 / 1);
    border-bottom-color: rgb(15 23 42 / 1);
  }

  .lg\:border-y-slate-900\/15 {
    border-top-color: rgb(15 23 42 / 0.15);
    border-bottom-color: rgb(15 23 42 / 0.15);
  }

  .lg\:border-y-slate-900\/20 {
    border-top-color: rgb(15 23 42 / 0.2);
    border-bottom-color: rgb(15 23 42 / 0.2);
  }

  .lg\:border-y-slate-900\/25 {
    border-top-color: rgb(15 23 42 / 0.25);
    border-bottom-color: rgb(15 23 42 / 0.25);
  }

  .lg\:border-y-slate-900\/30 {
    border-top-color: rgb(15 23 42 / 0.3);
    border-bottom-color: rgb(15 23 42 / 0.3);
  }

  .lg\:border-y-slate-900\/35 {
    border-top-color: rgb(15 23 42 / 0.35);
    border-bottom-color: rgb(15 23 42 / 0.35);
  }

  .lg\:border-y-slate-900\/40 {
    border-top-color: rgb(15 23 42 / 0.4);
    border-bottom-color: rgb(15 23 42 / 0.4);
  }

  .lg\:border-y-slate-900\/45 {
    border-top-color: rgb(15 23 42 / 0.45);
    border-bottom-color: rgb(15 23 42 / 0.45);
  }

  .lg\:border-y-slate-900\/5 {
    border-top-color: rgb(15 23 42 / 0.05);
    border-bottom-color: rgb(15 23 42 / 0.05);
  }

  .lg\:border-y-slate-900\/50 {
    border-top-color: rgb(15 23 42 / 0.5);
    border-bottom-color: rgb(15 23 42 / 0.5);
  }

  .lg\:border-y-slate-900\/55 {
    border-top-color: rgb(15 23 42 / 0.55);
    border-bottom-color: rgb(15 23 42 / 0.55);
  }

  .lg\:border-y-slate-900\/60 {
    border-top-color: rgb(15 23 42 / 0.6);
    border-bottom-color: rgb(15 23 42 / 0.6);
  }

  .lg\:border-y-slate-900\/65 {
    border-top-color: rgb(15 23 42 / 0.65);
    border-bottom-color: rgb(15 23 42 / 0.65);
  }

  .lg\:border-y-slate-900\/70 {
    border-top-color: rgb(15 23 42 / 0.7);
    border-bottom-color: rgb(15 23 42 / 0.7);
  }

  .lg\:border-y-slate-900\/75 {
    border-top-color: rgb(15 23 42 / 0.75);
    border-bottom-color: rgb(15 23 42 / 0.75);
  }

  .lg\:border-y-slate-900\/80 {
    border-top-color: rgb(15 23 42 / 0.8);
    border-bottom-color: rgb(15 23 42 / 0.8);
  }

  .lg\:border-y-slate-900\/85 {
    border-top-color: rgb(15 23 42 / 0.85);
    border-bottom-color: rgb(15 23 42 / 0.85);
  }

  .lg\:border-y-slate-900\/90 {
    border-top-color: rgb(15 23 42 / 0.9);
    border-bottom-color: rgb(15 23 42 / 0.9);
  }

  .lg\:border-y-slate-900\/95 {
    border-top-color: rgb(15 23 42 / 0.95);
    border-bottom-color: rgb(15 23 42 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-slate-950\/0 {
    border-top-color: rgb(2 6 23 / 0);
    border-bottom-color: rgb(2 6 23 / 0);
  }

  .lg\:border-y-slate-950\/10 {
    border-top-color: rgb(2 6 23 / 0.1);
    border-bottom-color: rgb(2 6 23 / 0.1);
  }

  .lg\:border-y-slate-950\/100 {
    border-top-color: rgb(2 6 23 / 1);
    border-bottom-color: rgb(2 6 23 / 1);
  }

  .lg\:border-y-slate-950\/15 {
    border-top-color: rgb(2 6 23 / 0.15);
    border-bottom-color: rgb(2 6 23 / 0.15);
  }

  .lg\:border-y-slate-950\/20 {
    border-top-color: rgb(2 6 23 / 0.2);
    border-bottom-color: rgb(2 6 23 / 0.2);
  }

  .lg\:border-y-slate-950\/25 {
    border-top-color: rgb(2 6 23 / 0.25);
    border-bottom-color: rgb(2 6 23 / 0.25);
  }

  .lg\:border-y-slate-950\/30 {
    border-top-color: rgb(2 6 23 / 0.3);
    border-bottom-color: rgb(2 6 23 / 0.3);
  }

  .lg\:border-y-slate-950\/35 {
    border-top-color: rgb(2 6 23 / 0.35);
    border-bottom-color: rgb(2 6 23 / 0.35);
  }

  .lg\:border-y-slate-950\/40 {
    border-top-color: rgb(2 6 23 / 0.4);
    border-bottom-color: rgb(2 6 23 / 0.4);
  }

  .lg\:border-y-slate-950\/45 {
    border-top-color: rgb(2 6 23 / 0.45);
    border-bottom-color: rgb(2 6 23 / 0.45);
  }

  .lg\:border-y-slate-950\/5 {
    border-top-color: rgb(2 6 23 / 0.05);
    border-bottom-color: rgb(2 6 23 / 0.05);
  }

  .lg\:border-y-slate-950\/50 {
    border-top-color: rgb(2 6 23 / 0.5);
    border-bottom-color: rgb(2 6 23 / 0.5);
  }

  .lg\:border-y-slate-950\/55 {
    border-top-color: rgb(2 6 23 / 0.55);
    border-bottom-color: rgb(2 6 23 / 0.55);
  }

  .lg\:border-y-slate-950\/60 {
    border-top-color: rgb(2 6 23 / 0.6);
    border-bottom-color: rgb(2 6 23 / 0.6);
  }

  .lg\:border-y-slate-950\/65 {
    border-top-color: rgb(2 6 23 / 0.65);
    border-bottom-color: rgb(2 6 23 / 0.65);
  }

  .lg\:border-y-slate-950\/70 {
    border-top-color: rgb(2 6 23 / 0.7);
    border-bottom-color: rgb(2 6 23 / 0.7);
  }

  .lg\:border-y-slate-950\/75 {
    border-top-color: rgb(2 6 23 / 0.75);
    border-bottom-color: rgb(2 6 23 / 0.75);
  }

  .lg\:border-y-slate-950\/80 {
    border-top-color: rgb(2 6 23 / 0.8);
    border-bottom-color: rgb(2 6 23 / 0.8);
  }

  .lg\:border-y-slate-950\/85 {
    border-top-color: rgb(2 6 23 / 0.85);
    border-bottom-color: rgb(2 6 23 / 0.85);
  }

  .lg\:border-y-slate-950\/90 {
    border-top-color: rgb(2 6 23 / 0.9);
    border-bottom-color: rgb(2 6 23 / 0.9);
  }

  .lg\:border-y-slate-950\/95 {
    border-top-color: rgb(2 6 23 / 0.95);
    border-bottom-color: rgb(2 6 23 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-stone-100\/0 {
    border-top-color: rgb(245 245 244 / 0);
    border-bottom-color: rgb(245 245 244 / 0);
  }

  .lg\:border-y-stone-100\/10 {
    border-top-color: rgb(245 245 244 / 0.1);
    border-bottom-color: rgb(245 245 244 / 0.1);
  }

  .lg\:border-y-stone-100\/100 {
    border-top-color: rgb(245 245 244 / 1);
    border-bottom-color: rgb(245 245 244 / 1);
  }

  .lg\:border-y-stone-100\/15 {
    border-top-color: rgb(245 245 244 / 0.15);
    border-bottom-color: rgb(245 245 244 / 0.15);
  }

  .lg\:border-y-stone-100\/20 {
    border-top-color: rgb(245 245 244 / 0.2);
    border-bottom-color: rgb(245 245 244 / 0.2);
  }

  .lg\:border-y-stone-100\/25 {
    border-top-color: rgb(245 245 244 / 0.25);
    border-bottom-color: rgb(245 245 244 / 0.25);
  }

  .lg\:border-y-stone-100\/30 {
    border-top-color: rgb(245 245 244 / 0.3);
    border-bottom-color: rgb(245 245 244 / 0.3);
  }

  .lg\:border-y-stone-100\/35 {
    border-top-color: rgb(245 245 244 / 0.35);
    border-bottom-color: rgb(245 245 244 / 0.35);
  }

  .lg\:border-y-stone-100\/40 {
    border-top-color: rgb(245 245 244 / 0.4);
    border-bottom-color: rgb(245 245 244 / 0.4);
  }

  .lg\:border-y-stone-100\/45 {
    border-top-color: rgb(245 245 244 / 0.45);
    border-bottom-color: rgb(245 245 244 / 0.45);
  }

  .lg\:border-y-stone-100\/5 {
    border-top-color: rgb(245 245 244 / 0.05);
    border-bottom-color: rgb(245 245 244 / 0.05);
  }

  .lg\:border-y-stone-100\/50 {
    border-top-color: rgb(245 245 244 / 0.5);
    border-bottom-color: rgb(245 245 244 / 0.5);
  }

  .lg\:border-y-stone-100\/55 {
    border-top-color: rgb(245 245 244 / 0.55);
    border-bottom-color: rgb(245 245 244 / 0.55);
  }

  .lg\:border-y-stone-100\/60 {
    border-top-color: rgb(245 245 244 / 0.6);
    border-bottom-color: rgb(245 245 244 / 0.6);
  }

  .lg\:border-y-stone-100\/65 {
    border-top-color: rgb(245 245 244 / 0.65);
    border-bottom-color: rgb(245 245 244 / 0.65);
  }

  .lg\:border-y-stone-100\/70 {
    border-top-color: rgb(245 245 244 / 0.7);
    border-bottom-color: rgb(245 245 244 / 0.7);
  }

  .lg\:border-y-stone-100\/75 {
    border-top-color: rgb(245 245 244 / 0.75);
    border-bottom-color: rgb(245 245 244 / 0.75);
  }

  .lg\:border-y-stone-100\/80 {
    border-top-color: rgb(245 245 244 / 0.8);
    border-bottom-color: rgb(245 245 244 / 0.8);
  }

  .lg\:border-y-stone-100\/85 {
    border-top-color: rgb(245 245 244 / 0.85);
    border-bottom-color: rgb(245 245 244 / 0.85);
  }

  .lg\:border-y-stone-100\/90 {
    border-top-color: rgb(245 245 244 / 0.9);
    border-bottom-color: rgb(245 245 244 / 0.9);
  }

  .lg\:border-y-stone-100\/95 {
    border-top-color: rgb(245 245 244 / 0.95);
    border-bottom-color: rgb(245 245 244 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-stone-200\/0 {
    border-top-color: rgb(231 229 228 / 0);
    border-bottom-color: rgb(231 229 228 / 0);
  }

  .lg\:border-y-stone-200\/10 {
    border-top-color: rgb(231 229 228 / 0.1);
    border-bottom-color: rgb(231 229 228 / 0.1);
  }

  .lg\:border-y-stone-200\/100 {
    border-top-color: rgb(231 229 228 / 1);
    border-bottom-color: rgb(231 229 228 / 1);
  }

  .lg\:border-y-stone-200\/15 {
    border-top-color: rgb(231 229 228 / 0.15);
    border-bottom-color: rgb(231 229 228 / 0.15);
  }

  .lg\:border-y-stone-200\/20 {
    border-top-color: rgb(231 229 228 / 0.2);
    border-bottom-color: rgb(231 229 228 / 0.2);
  }

  .lg\:border-y-stone-200\/25 {
    border-top-color: rgb(231 229 228 / 0.25);
    border-bottom-color: rgb(231 229 228 / 0.25);
  }

  .lg\:border-y-stone-200\/30 {
    border-top-color: rgb(231 229 228 / 0.3);
    border-bottom-color: rgb(231 229 228 / 0.3);
  }

  .lg\:border-y-stone-200\/35 {
    border-top-color: rgb(231 229 228 / 0.35);
    border-bottom-color: rgb(231 229 228 / 0.35);
  }

  .lg\:border-y-stone-200\/40 {
    border-top-color: rgb(231 229 228 / 0.4);
    border-bottom-color: rgb(231 229 228 / 0.4);
  }

  .lg\:border-y-stone-200\/45 {
    border-top-color: rgb(231 229 228 / 0.45);
    border-bottom-color: rgb(231 229 228 / 0.45);
  }

  .lg\:border-y-stone-200\/5 {
    border-top-color: rgb(231 229 228 / 0.05);
    border-bottom-color: rgb(231 229 228 / 0.05);
  }

  .lg\:border-y-stone-200\/50 {
    border-top-color: rgb(231 229 228 / 0.5);
    border-bottom-color: rgb(231 229 228 / 0.5);
  }

  .lg\:border-y-stone-200\/55 {
    border-top-color: rgb(231 229 228 / 0.55);
    border-bottom-color: rgb(231 229 228 / 0.55);
  }

  .lg\:border-y-stone-200\/60 {
    border-top-color: rgb(231 229 228 / 0.6);
    border-bottom-color: rgb(231 229 228 / 0.6);
  }

  .lg\:border-y-stone-200\/65 {
    border-top-color: rgb(231 229 228 / 0.65);
    border-bottom-color: rgb(231 229 228 / 0.65);
  }

  .lg\:border-y-stone-200\/70 {
    border-top-color: rgb(231 229 228 / 0.7);
    border-bottom-color: rgb(231 229 228 / 0.7);
  }

  .lg\:border-y-stone-200\/75 {
    border-top-color: rgb(231 229 228 / 0.75);
    border-bottom-color: rgb(231 229 228 / 0.75);
  }

  .lg\:border-y-stone-200\/80 {
    border-top-color: rgb(231 229 228 / 0.8);
    border-bottom-color: rgb(231 229 228 / 0.8);
  }

  .lg\:border-y-stone-200\/85 {
    border-top-color: rgb(231 229 228 / 0.85);
    border-bottom-color: rgb(231 229 228 / 0.85);
  }

  .lg\:border-y-stone-200\/90 {
    border-top-color: rgb(231 229 228 / 0.9);
    border-bottom-color: rgb(231 229 228 / 0.9);
  }

  .lg\:border-y-stone-200\/95 {
    border-top-color: rgb(231 229 228 / 0.95);
    border-bottom-color: rgb(231 229 228 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-stone-300\/0 {
    border-top-color: rgb(214 211 209 / 0);
    border-bottom-color: rgb(214 211 209 / 0);
  }

  .lg\:border-y-stone-300\/10 {
    border-top-color: rgb(214 211 209 / 0.1);
    border-bottom-color: rgb(214 211 209 / 0.1);
  }

  .lg\:border-y-stone-300\/100 {
    border-top-color: rgb(214 211 209 / 1);
    border-bottom-color: rgb(214 211 209 / 1);
  }

  .lg\:border-y-stone-300\/15 {
    border-top-color: rgb(214 211 209 / 0.15);
    border-bottom-color: rgb(214 211 209 / 0.15);
  }

  .lg\:border-y-stone-300\/20 {
    border-top-color: rgb(214 211 209 / 0.2);
    border-bottom-color: rgb(214 211 209 / 0.2);
  }

  .lg\:border-y-stone-300\/25 {
    border-top-color: rgb(214 211 209 / 0.25);
    border-bottom-color: rgb(214 211 209 / 0.25);
  }

  .lg\:border-y-stone-300\/30 {
    border-top-color: rgb(214 211 209 / 0.3);
    border-bottom-color: rgb(214 211 209 / 0.3);
  }

  .lg\:border-y-stone-300\/35 {
    border-top-color: rgb(214 211 209 / 0.35);
    border-bottom-color: rgb(214 211 209 / 0.35);
  }

  .lg\:border-y-stone-300\/40 {
    border-top-color: rgb(214 211 209 / 0.4);
    border-bottom-color: rgb(214 211 209 / 0.4);
  }

  .lg\:border-y-stone-300\/45 {
    border-top-color: rgb(214 211 209 / 0.45);
    border-bottom-color: rgb(214 211 209 / 0.45);
  }

  .lg\:border-y-stone-300\/5 {
    border-top-color: rgb(214 211 209 / 0.05);
    border-bottom-color: rgb(214 211 209 / 0.05);
  }

  .lg\:border-y-stone-300\/50 {
    border-top-color: rgb(214 211 209 / 0.5);
    border-bottom-color: rgb(214 211 209 / 0.5);
  }

  .lg\:border-y-stone-300\/55 {
    border-top-color: rgb(214 211 209 / 0.55);
    border-bottom-color: rgb(214 211 209 / 0.55);
  }

  .lg\:border-y-stone-300\/60 {
    border-top-color: rgb(214 211 209 / 0.6);
    border-bottom-color: rgb(214 211 209 / 0.6);
  }

  .lg\:border-y-stone-300\/65 {
    border-top-color: rgb(214 211 209 / 0.65);
    border-bottom-color: rgb(214 211 209 / 0.65);
  }

  .lg\:border-y-stone-300\/70 {
    border-top-color: rgb(214 211 209 / 0.7);
    border-bottom-color: rgb(214 211 209 / 0.7);
  }

  .lg\:border-y-stone-300\/75 {
    border-top-color: rgb(214 211 209 / 0.75);
    border-bottom-color: rgb(214 211 209 / 0.75);
  }

  .lg\:border-y-stone-300\/80 {
    border-top-color: rgb(214 211 209 / 0.8);
    border-bottom-color: rgb(214 211 209 / 0.8);
  }

  .lg\:border-y-stone-300\/85 {
    border-top-color: rgb(214 211 209 / 0.85);
    border-bottom-color: rgb(214 211 209 / 0.85);
  }

  .lg\:border-y-stone-300\/90 {
    border-top-color: rgb(214 211 209 / 0.9);
    border-bottom-color: rgb(214 211 209 / 0.9);
  }

  .lg\:border-y-stone-300\/95 {
    border-top-color: rgb(214 211 209 / 0.95);
    border-bottom-color: rgb(214 211 209 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-stone-400\/0 {
    border-top-color: rgb(168 162 158 / 0);
    border-bottom-color: rgb(168 162 158 / 0);
  }

  .lg\:border-y-stone-400\/10 {
    border-top-color: rgb(168 162 158 / 0.1);
    border-bottom-color: rgb(168 162 158 / 0.1);
  }

  .lg\:border-y-stone-400\/100 {
    border-top-color: rgb(168 162 158 / 1);
    border-bottom-color: rgb(168 162 158 / 1);
  }

  .lg\:border-y-stone-400\/15 {
    border-top-color: rgb(168 162 158 / 0.15);
    border-bottom-color: rgb(168 162 158 / 0.15);
  }

  .lg\:border-y-stone-400\/20 {
    border-top-color: rgb(168 162 158 / 0.2);
    border-bottom-color: rgb(168 162 158 / 0.2);
  }

  .lg\:border-y-stone-400\/25 {
    border-top-color: rgb(168 162 158 / 0.25);
    border-bottom-color: rgb(168 162 158 / 0.25);
  }

  .lg\:border-y-stone-400\/30 {
    border-top-color: rgb(168 162 158 / 0.3);
    border-bottom-color: rgb(168 162 158 / 0.3);
  }

  .lg\:border-y-stone-400\/35 {
    border-top-color: rgb(168 162 158 / 0.35);
    border-bottom-color: rgb(168 162 158 / 0.35);
  }

  .lg\:border-y-stone-400\/40 {
    border-top-color: rgb(168 162 158 / 0.4);
    border-bottom-color: rgb(168 162 158 / 0.4);
  }

  .lg\:border-y-stone-400\/45 {
    border-top-color: rgb(168 162 158 / 0.45);
    border-bottom-color: rgb(168 162 158 / 0.45);
  }

  .lg\:border-y-stone-400\/5 {
    border-top-color: rgb(168 162 158 / 0.05);
    border-bottom-color: rgb(168 162 158 / 0.05);
  }

  .lg\:border-y-stone-400\/50 {
    border-top-color: rgb(168 162 158 / 0.5);
    border-bottom-color: rgb(168 162 158 / 0.5);
  }

  .lg\:border-y-stone-400\/55 {
    border-top-color: rgb(168 162 158 / 0.55);
    border-bottom-color: rgb(168 162 158 / 0.55);
  }

  .lg\:border-y-stone-400\/60 {
    border-top-color: rgb(168 162 158 / 0.6);
    border-bottom-color: rgb(168 162 158 / 0.6);
  }

  .lg\:border-y-stone-400\/65 {
    border-top-color: rgb(168 162 158 / 0.65);
    border-bottom-color: rgb(168 162 158 / 0.65);
  }

  .lg\:border-y-stone-400\/70 {
    border-top-color: rgb(168 162 158 / 0.7);
    border-bottom-color: rgb(168 162 158 / 0.7);
  }

  .lg\:border-y-stone-400\/75 {
    border-top-color: rgb(168 162 158 / 0.75);
    border-bottom-color: rgb(168 162 158 / 0.75);
  }

  .lg\:border-y-stone-400\/80 {
    border-top-color: rgb(168 162 158 / 0.8);
    border-bottom-color: rgb(168 162 158 / 0.8);
  }

  .lg\:border-y-stone-400\/85 {
    border-top-color: rgb(168 162 158 / 0.85);
    border-bottom-color: rgb(168 162 158 / 0.85);
  }

  .lg\:border-y-stone-400\/90 {
    border-top-color: rgb(168 162 158 / 0.9);
    border-bottom-color: rgb(168 162 158 / 0.9);
  }

  .lg\:border-y-stone-400\/95 {
    border-top-color: rgb(168 162 158 / 0.95);
    border-bottom-color: rgb(168 162 158 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-stone-50\/0 {
    border-top-color: rgb(250 250 249 / 0);
    border-bottom-color: rgb(250 250 249 / 0);
  }

  .lg\:border-y-stone-50\/10 {
    border-top-color: rgb(250 250 249 / 0.1);
    border-bottom-color: rgb(250 250 249 / 0.1);
  }

  .lg\:border-y-stone-50\/100 {
    border-top-color: rgb(250 250 249 / 1);
    border-bottom-color: rgb(250 250 249 / 1);
  }

  .lg\:border-y-stone-50\/15 {
    border-top-color: rgb(250 250 249 / 0.15);
    border-bottom-color: rgb(250 250 249 / 0.15);
  }

  .lg\:border-y-stone-50\/20 {
    border-top-color: rgb(250 250 249 / 0.2);
    border-bottom-color: rgb(250 250 249 / 0.2);
  }

  .lg\:border-y-stone-50\/25 {
    border-top-color: rgb(250 250 249 / 0.25);
    border-bottom-color: rgb(250 250 249 / 0.25);
  }

  .lg\:border-y-stone-50\/30 {
    border-top-color: rgb(250 250 249 / 0.3);
    border-bottom-color: rgb(250 250 249 / 0.3);
  }

  .lg\:border-y-stone-50\/35 {
    border-top-color: rgb(250 250 249 / 0.35);
    border-bottom-color: rgb(250 250 249 / 0.35);
  }

  .lg\:border-y-stone-50\/40 {
    border-top-color: rgb(250 250 249 / 0.4);
    border-bottom-color: rgb(250 250 249 / 0.4);
  }

  .lg\:border-y-stone-50\/45 {
    border-top-color: rgb(250 250 249 / 0.45);
    border-bottom-color: rgb(250 250 249 / 0.45);
  }

  .lg\:border-y-stone-50\/5 {
    border-top-color: rgb(250 250 249 / 0.05);
    border-bottom-color: rgb(250 250 249 / 0.05);
  }

  .lg\:border-y-stone-50\/50 {
    border-top-color: rgb(250 250 249 / 0.5);
    border-bottom-color: rgb(250 250 249 / 0.5);
  }

  .lg\:border-y-stone-50\/55 {
    border-top-color: rgb(250 250 249 / 0.55);
    border-bottom-color: rgb(250 250 249 / 0.55);
  }

  .lg\:border-y-stone-50\/60 {
    border-top-color: rgb(250 250 249 / 0.6);
    border-bottom-color: rgb(250 250 249 / 0.6);
  }

  .lg\:border-y-stone-50\/65 {
    border-top-color: rgb(250 250 249 / 0.65);
    border-bottom-color: rgb(250 250 249 / 0.65);
  }

  .lg\:border-y-stone-50\/70 {
    border-top-color: rgb(250 250 249 / 0.7);
    border-bottom-color: rgb(250 250 249 / 0.7);
  }

  .lg\:border-y-stone-50\/75 {
    border-top-color: rgb(250 250 249 / 0.75);
    border-bottom-color: rgb(250 250 249 / 0.75);
  }

  .lg\:border-y-stone-50\/80 {
    border-top-color: rgb(250 250 249 / 0.8);
    border-bottom-color: rgb(250 250 249 / 0.8);
  }

  .lg\:border-y-stone-50\/85 {
    border-top-color: rgb(250 250 249 / 0.85);
    border-bottom-color: rgb(250 250 249 / 0.85);
  }

  .lg\:border-y-stone-50\/90 {
    border-top-color: rgb(250 250 249 / 0.9);
    border-bottom-color: rgb(250 250 249 / 0.9);
  }

  .lg\:border-y-stone-50\/95 {
    border-top-color: rgb(250 250 249 / 0.95);
    border-bottom-color: rgb(250 250 249 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-stone-500\/0 {
    border-top-color: rgb(120 113 108 / 0);
    border-bottom-color: rgb(120 113 108 / 0);
  }

  .lg\:border-y-stone-500\/10 {
    border-top-color: rgb(120 113 108 / 0.1);
    border-bottom-color: rgb(120 113 108 / 0.1);
  }

  .lg\:border-y-stone-500\/100 {
    border-top-color: rgb(120 113 108 / 1);
    border-bottom-color: rgb(120 113 108 / 1);
  }

  .lg\:border-y-stone-500\/15 {
    border-top-color: rgb(120 113 108 / 0.15);
    border-bottom-color: rgb(120 113 108 / 0.15);
  }

  .lg\:border-y-stone-500\/20 {
    border-top-color: rgb(120 113 108 / 0.2);
    border-bottom-color: rgb(120 113 108 / 0.2);
  }

  .lg\:border-y-stone-500\/25 {
    border-top-color: rgb(120 113 108 / 0.25);
    border-bottom-color: rgb(120 113 108 / 0.25);
  }

  .lg\:border-y-stone-500\/30 {
    border-top-color: rgb(120 113 108 / 0.3);
    border-bottom-color: rgb(120 113 108 / 0.3);
  }

  .lg\:border-y-stone-500\/35 {
    border-top-color: rgb(120 113 108 / 0.35);
    border-bottom-color: rgb(120 113 108 / 0.35);
  }

  .lg\:border-y-stone-500\/40 {
    border-top-color: rgb(120 113 108 / 0.4);
    border-bottom-color: rgb(120 113 108 / 0.4);
  }

  .lg\:border-y-stone-500\/45 {
    border-top-color: rgb(120 113 108 / 0.45);
    border-bottom-color: rgb(120 113 108 / 0.45);
  }

  .lg\:border-y-stone-500\/5 {
    border-top-color: rgb(120 113 108 / 0.05);
    border-bottom-color: rgb(120 113 108 / 0.05);
  }

  .lg\:border-y-stone-500\/50 {
    border-top-color: rgb(120 113 108 / 0.5);
    border-bottom-color: rgb(120 113 108 / 0.5);
  }

  .lg\:border-y-stone-500\/55 {
    border-top-color: rgb(120 113 108 / 0.55);
    border-bottom-color: rgb(120 113 108 / 0.55);
  }

  .lg\:border-y-stone-500\/60 {
    border-top-color: rgb(120 113 108 / 0.6);
    border-bottom-color: rgb(120 113 108 / 0.6);
  }

  .lg\:border-y-stone-500\/65 {
    border-top-color: rgb(120 113 108 / 0.65);
    border-bottom-color: rgb(120 113 108 / 0.65);
  }

  .lg\:border-y-stone-500\/70 {
    border-top-color: rgb(120 113 108 / 0.7);
    border-bottom-color: rgb(120 113 108 / 0.7);
  }

  .lg\:border-y-stone-500\/75 {
    border-top-color: rgb(120 113 108 / 0.75);
    border-bottom-color: rgb(120 113 108 / 0.75);
  }

  .lg\:border-y-stone-500\/80 {
    border-top-color: rgb(120 113 108 / 0.8);
    border-bottom-color: rgb(120 113 108 / 0.8);
  }

  .lg\:border-y-stone-500\/85 {
    border-top-color: rgb(120 113 108 / 0.85);
    border-bottom-color: rgb(120 113 108 / 0.85);
  }

  .lg\:border-y-stone-500\/90 {
    border-top-color: rgb(120 113 108 / 0.9);
    border-bottom-color: rgb(120 113 108 / 0.9);
  }

  .lg\:border-y-stone-500\/95 {
    border-top-color: rgb(120 113 108 / 0.95);
    border-bottom-color: rgb(120 113 108 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-stone-600\/0 {
    border-top-color: rgb(87 83 78 / 0);
    border-bottom-color: rgb(87 83 78 / 0);
  }

  .lg\:border-y-stone-600\/10 {
    border-top-color: rgb(87 83 78 / 0.1);
    border-bottom-color: rgb(87 83 78 / 0.1);
  }

  .lg\:border-y-stone-600\/100 {
    border-top-color: rgb(87 83 78 / 1);
    border-bottom-color: rgb(87 83 78 / 1);
  }

  .lg\:border-y-stone-600\/15 {
    border-top-color: rgb(87 83 78 / 0.15);
    border-bottom-color: rgb(87 83 78 / 0.15);
  }

  .lg\:border-y-stone-600\/20 {
    border-top-color: rgb(87 83 78 / 0.2);
    border-bottom-color: rgb(87 83 78 / 0.2);
  }

  .lg\:border-y-stone-600\/25 {
    border-top-color: rgb(87 83 78 / 0.25);
    border-bottom-color: rgb(87 83 78 / 0.25);
  }

  .lg\:border-y-stone-600\/30 {
    border-top-color: rgb(87 83 78 / 0.3);
    border-bottom-color: rgb(87 83 78 / 0.3);
  }

  .lg\:border-y-stone-600\/35 {
    border-top-color: rgb(87 83 78 / 0.35);
    border-bottom-color: rgb(87 83 78 / 0.35);
  }

  .lg\:border-y-stone-600\/40 {
    border-top-color: rgb(87 83 78 / 0.4);
    border-bottom-color: rgb(87 83 78 / 0.4);
  }

  .lg\:border-y-stone-600\/45 {
    border-top-color: rgb(87 83 78 / 0.45);
    border-bottom-color: rgb(87 83 78 / 0.45);
  }

  .lg\:border-y-stone-600\/5 {
    border-top-color: rgb(87 83 78 / 0.05);
    border-bottom-color: rgb(87 83 78 / 0.05);
  }

  .lg\:border-y-stone-600\/50 {
    border-top-color: rgb(87 83 78 / 0.5);
    border-bottom-color: rgb(87 83 78 / 0.5);
  }

  .lg\:border-y-stone-600\/55 {
    border-top-color: rgb(87 83 78 / 0.55);
    border-bottom-color: rgb(87 83 78 / 0.55);
  }

  .lg\:border-y-stone-600\/60 {
    border-top-color: rgb(87 83 78 / 0.6);
    border-bottom-color: rgb(87 83 78 / 0.6);
  }

  .lg\:border-y-stone-600\/65 {
    border-top-color: rgb(87 83 78 / 0.65);
    border-bottom-color: rgb(87 83 78 / 0.65);
  }

  .lg\:border-y-stone-600\/70 {
    border-top-color: rgb(87 83 78 / 0.7);
    border-bottom-color: rgb(87 83 78 / 0.7);
  }

  .lg\:border-y-stone-600\/75 {
    border-top-color: rgb(87 83 78 / 0.75);
    border-bottom-color: rgb(87 83 78 / 0.75);
  }

  .lg\:border-y-stone-600\/80 {
    border-top-color: rgb(87 83 78 / 0.8);
    border-bottom-color: rgb(87 83 78 / 0.8);
  }

  .lg\:border-y-stone-600\/85 {
    border-top-color: rgb(87 83 78 / 0.85);
    border-bottom-color: rgb(87 83 78 / 0.85);
  }

  .lg\:border-y-stone-600\/90 {
    border-top-color: rgb(87 83 78 / 0.9);
    border-bottom-color: rgb(87 83 78 / 0.9);
  }

  .lg\:border-y-stone-600\/95 {
    border-top-color: rgb(87 83 78 / 0.95);
    border-bottom-color: rgb(87 83 78 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-stone-700\/0 {
    border-top-color: rgb(68 64 60 / 0);
    border-bottom-color: rgb(68 64 60 / 0);
  }

  .lg\:border-y-stone-700\/10 {
    border-top-color: rgb(68 64 60 / 0.1);
    border-bottom-color: rgb(68 64 60 / 0.1);
  }

  .lg\:border-y-stone-700\/100 {
    border-top-color: rgb(68 64 60 / 1);
    border-bottom-color: rgb(68 64 60 / 1);
  }

  .lg\:border-y-stone-700\/15 {
    border-top-color: rgb(68 64 60 / 0.15);
    border-bottom-color: rgb(68 64 60 / 0.15);
  }

  .lg\:border-y-stone-700\/20 {
    border-top-color: rgb(68 64 60 / 0.2);
    border-bottom-color: rgb(68 64 60 / 0.2);
  }

  .lg\:border-y-stone-700\/25 {
    border-top-color: rgb(68 64 60 / 0.25);
    border-bottom-color: rgb(68 64 60 / 0.25);
  }

  .lg\:border-y-stone-700\/30 {
    border-top-color: rgb(68 64 60 / 0.3);
    border-bottom-color: rgb(68 64 60 / 0.3);
  }

  .lg\:border-y-stone-700\/35 {
    border-top-color: rgb(68 64 60 / 0.35);
    border-bottom-color: rgb(68 64 60 / 0.35);
  }

  .lg\:border-y-stone-700\/40 {
    border-top-color: rgb(68 64 60 / 0.4);
    border-bottom-color: rgb(68 64 60 / 0.4);
  }

  .lg\:border-y-stone-700\/45 {
    border-top-color: rgb(68 64 60 / 0.45);
    border-bottom-color: rgb(68 64 60 / 0.45);
  }

  .lg\:border-y-stone-700\/5 {
    border-top-color: rgb(68 64 60 / 0.05);
    border-bottom-color: rgb(68 64 60 / 0.05);
  }

  .lg\:border-y-stone-700\/50 {
    border-top-color: rgb(68 64 60 / 0.5);
    border-bottom-color: rgb(68 64 60 / 0.5);
  }

  .lg\:border-y-stone-700\/55 {
    border-top-color: rgb(68 64 60 / 0.55);
    border-bottom-color: rgb(68 64 60 / 0.55);
  }

  .lg\:border-y-stone-700\/60 {
    border-top-color: rgb(68 64 60 / 0.6);
    border-bottom-color: rgb(68 64 60 / 0.6);
  }

  .lg\:border-y-stone-700\/65 {
    border-top-color: rgb(68 64 60 / 0.65);
    border-bottom-color: rgb(68 64 60 / 0.65);
  }

  .lg\:border-y-stone-700\/70 {
    border-top-color: rgb(68 64 60 / 0.7);
    border-bottom-color: rgb(68 64 60 / 0.7);
  }

  .lg\:border-y-stone-700\/75 {
    border-top-color: rgb(68 64 60 / 0.75);
    border-bottom-color: rgb(68 64 60 / 0.75);
  }

  .lg\:border-y-stone-700\/80 {
    border-top-color: rgb(68 64 60 / 0.8);
    border-bottom-color: rgb(68 64 60 / 0.8);
  }

  .lg\:border-y-stone-700\/85 {
    border-top-color: rgb(68 64 60 / 0.85);
    border-bottom-color: rgb(68 64 60 / 0.85);
  }

  .lg\:border-y-stone-700\/90 {
    border-top-color: rgb(68 64 60 / 0.9);
    border-bottom-color: rgb(68 64 60 / 0.9);
  }

  .lg\:border-y-stone-700\/95 {
    border-top-color: rgb(68 64 60 / 0.95);
    border-bottom-color: rgb(68 64 60 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-stone-800\/0 {
    border-top-color: rgb(41 37 36 / 0);
    border-bottom-color: rgb(41 37 36 / 0);
  }

  .lg\:border-y-stone-800\/10 {
    border-top-color: rgb(41 37 36 / 0.1);
    border-bottom-color: rgb(41 37 36 / 0.1);
  }

  .lg\:border-y-stone-800\/100 {
    border-top-color: rgb(41 37 36 / 1);
    border-bottom-color: rgb(41 37 36 / 1);
  }

  .lg\:border-y-stone-800\/15 {
    border-top-color: rgb(41 37 36 / 0.15);
    border-bottom-color: rgb(41 37 36 / 0.15);
  }

  .lg\:border-y-stone-800\/20 {
    border-top-color: rgb(41 37 36 / 0.2);
    border-bottom-color: rgb(41 37 36 / 0.2);
  }

  .lg\:border-y-stone-800\/25 {
    border-top-color: rgb(41 37 36 / 0.25);
    border-bottom-color: rgb(41 37 36 / 0.25);
  }

  .lg\:border-y-stone-800\/30 {
    border-top-color: rgb(41 37 36 / 0.3);
    border-bottom-color: rgb(41 37 36 / 0.3);
  }

  .lg\:border-y-stone-800\/35 {
    border-top-color: rgb(41 37 36 / 0.35);
    border-bottom-color: rgb(41 37 36 / 0.35);
  }

  .lg\:border-y-stone-800\/40 {
    border-top-color: rgb(41 37 36 / 0.4);
    border-bottom-color: rgb(41 37 36 / 0.4);
  }

  .lg\:border-y-stone-800\/45 {
    border-top-color: rgb(41 37 36 / 0.45);
    border-bottom-color: rgb(41 37 36 / 0.45);
  }

  .lg\:border-y-stone-800\/5 {
    border-top-color: rgb(41 37 36 / 0.05);
    border-bottom-color: rgb(41 37 36 / 0.05);
  }

  .lg\:border-y-stone-800\/50 {
    border-top-color: rgb(41 37 36 / 0.5);
    border-bottom-color: rgb(41 37 36 / 0.5);
  }

  .lg\:border-y-stone-800\/55 {
    border-top-color: rgb(41 37 36 / 0.55);
    border-bottom-color: rgb(41 37 36 / 0.55);
  }

  .lg\:border-y-stone-800\/60 {
    border-top-color: rgb(41 37 36 / 0.6);
    border-bottom-color: rgb(41 37 36 / 0.6);
  }

  .lg\:border-y-stone-800\/65 {
    border-top-color: rgb(41 37 36 / 0.65);
    border-bottom-color: rgb(41 37 36 / 0.65);
  }

  .lg\:border-y-stone-800\/70 {
    border-top-color: rgb(41 37 36 / 0.7);
    border-bottom-color: rgb(41 37 36 / 0.7);
  }

  .lg\:border-y-stone-800\/75 {
    border-top-color: rgb(41 37 36 / 0.75);
    border-bottom-color: rgb(41 37 36 / 0.75);
  }

  .lg\:border-y-stone-800\/80 {
    border-top-color: rgb(41 37 36 / 0.8);
    border-bottom-color: rgb(41 37 36 / 0.8);
  }

  .lg\:border-y-stone-800\/85 {
    border-top-color: rgb(41 37 36 / 0.85);
    border-bottom-color: rgb(41 37 36 / 0.85);
  }

  .lg\:border-y-stone-800\/90 {
    border-top-color: rgb(41 37 36 / 0.9);
    border-bottom-color: rgb(41 37 36 / 0.9);
  }

  .lg\:border-y-stone-800\/95 {
    border-top-color: rgb(41 37 36 / 0.95);
    border-bottom-color: rgb(41 37 36 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-stone-900\/0 {
    border-top-color: rgb(28 25 23 / 0);
    border-bottom-color: rgb(28 25 23 / 0);
  }

  .lg\:border-y-stone-900\/10 {
    border-top-color: rgb(28 25 23 / 0.1);
    border-bottom-color: rgb(28 25 23 / 0.1);
  }

  .lg\:border-y-stone-900\/100 {
    border-top-color: rgb(28 25 23 / 1);
    border-bottom-color: rgb(28 25 23 / 1);
  }

  .lg\:border-y-stone-900\/15 {
    border-top-color: rgb(28 25 23 / 0.15);
    border-bottom-color: rgb(28 25 23 / 0.15);
  }

  .lg\:border-y-stone-900\/20 {
    border-top-color: rgb(28 25 23 / 0.2);
    border-bottom-color: rgb(28 25 23 / 0.2);
  }

  .lg\:border-y-stone-900\/25 {
    border-top-color: rgb(28 25 23 / 0.25);
    border-bottom-color: rgb(28 25 23 / 0.25);
  }

  .lg\:border-y-stone-900\/30 {
    border-top-color: rgb(28 25 23 / 0.3);
    border-bottom-color: rgb(28 25 23 / 0.3);
  }

  .lg\:border-y-stone-900\/35 {
    border-top-color: rgb(28 25 23 / 0.35);
    border-bottom-color: rgb(28 25 23 / 0.35);
  }

  .lg\:border-y-stone-900\/40 {
    border-top-color: rgb(28 25 23 / 0.4);
    border-bottom-color: rgb(28 25 23 / 0.4);
  }

  .lg\:border-y-stone-900\/45 {
    border-top-color: rgb(28 25 23 / 0.45);
    border-bottom-color: rgb(28 25 23 / 0.45);
  }

  .lg\:border-y-stone-900\/5 {
    border-top-color: rgb(28 25 23 / 0.05);
    border-bottom-color: rgb(28 25 23 / 0.05);
  }

  .lg\:border-y-stone-900\/50 {
    border-top-color: rgb(28 25 23 / 0.5);
    border-bottom-color: rgb(28 25 23 / 0.5);
  }

  .lg\:border-y-stone-900\/55 {
    border-top-color: rgb(28 25 23 / 0.55);
    border-bottom-color: rgb(28 25 23 / 0.55);
  }

  .lg\:border-y-stone-900\/60 {
    border-top-color: rgb(28 25 23 / 0.6);
    border-bottom-color: rgb(28 25 23 / 0.6);
  }

  .lg\:border-y-stone-900\/65 {
    border-top-color: rgb(28 25 23 / 0.65);
    border-bottom-color: rgb(28 25 23 / 0.65);
  }

  .lg\:border-y-stone-900\/70 {
    border-top-color: rgb(28 25 23 / 0.7);
    border-bottom-color: rgb(28 25 23 / 0.7);
  }

  .lg\:border-y-stone-900\/75 {
    border-top-color: rgb(28 25 23 / 0.75);
    border-bottom-color: rgb(28 25 23 / 0.75);
  }

  .lg\:border-y-stone-900\/80 {
    border-top-color: rgb(28 25 23 / 0.8);
    border-bottom-color: rgb(28 25 23 / 0.8);
  }

  .lg\:border-y-stone-900\/85 {
    border-top-color: rgb(28 25 23 / 0.85);
    border-bottom-color: rgb(28 25 23 / 0.85);
  }

  .lg\:border-y-stone-900\/90 {
    border-top-color: rgb(28 25 23 / 0.9);
    border-bottom-color: rgb(28 25 23 / 0.9);
  }

  .lg\:border-y-stone-900\/95 {
    border-top-color: rgb(28 25 23 / 0.95);
    border-bottom-color: rgb(28 25 23 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-stone-950\/0 {
    border-top-color: rgb(12 10 9 / 0);
    border-bottom-color: rgb(12 10 9 / 0);
  }

  .lg\:border-y-stone-950\/10 {
    border-top-color: rgb(12 10 9 / 0.1);
    border-bottom-color: rgb(12 10 9 / 0.1);
  }

  .lg\:border-y-stone-950\/100 {
    border-top-color: rgb(12 10 9 / 1);
    border-bottom-color: rgb(12 10 9 / 1);
  }

  .lg\:border-y-stone-950\/15 {
    border-top-color: rgb(12 10 9 / 0.15);
    border-bottom-color: rgb(12 10 9 / 0.15);
  }

  .lg\:border-y-stone-950\/20 {
    border-top-color: rgb(12 10 9 / 0.2);
    border-bottom-color: rgb(12 10 9 / 0.2);
  }

  .lg\:border-y-stone-950\/25 {
    border-top-color: rgb(12 10 9 / 0.25);
    border-bottom-color: rgb(12 10 9 / 0.25);
  }

  .lg\:border-y-stone-950\/30 {
    border-top-color: rgb(12 10 9 / 0.3);
    border-bottom-color: rgb(12 10 9 / 0.3);
  }

  .lg\:border-y-stone-950\/35 {
    border-top-color: rgb(12 10 9 / 0.35);
    border-bottom-color: rgb(12 10 9 / 0.35);
  }

  .lg\:border-y-stone-950\/40 {
    border-top-color: rgb(12 10 9 / 0.4);
    border-bottom-color: rgb(12 10 9 / 0.4);
  }

  .lg\:border-y-stone-950\/45 {
    border-top-color: rgb(12 10 9 / 0.45);
    border-bottom-color: rgb(12 10 9 / 0.45);
  }

  .lg\:border-y-stone-950\/5 {
    border-top-color: rgb(12 10 9 / 0.05);
    border-bottom-color: rgb(12 10 9 / 0.05);
  }

  .lg\:border-y-stone-950\/50 {
    border-top-color: rgb(12 10 9 / 0.5);
    border-bottom-color: rgb(12 10 9 / 0.5);
  }

  .lg\:border-y-stone-950\/55 {
    border-top-color: rgb(12 10 9 / 0.55);
    border-bottom-color: rgb(12 10 9 / 0.55);
  }

  .lg\:border-y-stone-950\/60 {
    border-top-color: rgb(12 10 9 / 0.6);
    border-bottom-color: rgb(12 10 9 / 0.6);
  }

  .lg\:border-y-stone-950\/65 {
    border-top-color: rgb(12 10 9 / 0.65);
    border-bottom-color: rgb(12 10 9 / 0.65);
  }

  .lg\:border-y-stone-950\/70 {
    border-top-color: rgb(12 10 9 / 0.7);
    border-bottom-color: rgb(12 10 9 / 0.7);
  }

  .lg\:border-y-stone-950\/75 {
    border-top-color: rgb(12 10 9 / 0.75);
    border-bottom-color: rgb(12 10 9 / 0.75);
  }

  .lg\:border-y-stone-950\/80 {
    border-top-color: rgb(12 10 9 / 0.8);
    border-bottom-color: rgb(12 10 9 / 0.8);
  }

  .lg\:border-y-stone-950\/85 {
    border-top-color: rgb(12 10 9 / 0.85);
    border-bottom-color: rgb(12 10 9 / 0.85);
  }

  .lg\:border-y-stone-950\/90 {
    border-top-color: rgb(12 10 9 / 0.9);
    border-bottom-color: rgb(12 10 9 / 0.9);
  }

  .lg\:border-y-stone-950\/95 {
    border-top-color: rgb(12 10 9 / 0.95);
    border-bottom-color: rgb(12 10 9 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-teal-100\/0 {
    border-top-color: rgb(204 251 241 / 0);
    border-bottom-color: rgb(204 251 241 / 0);
  }

  .lg\:border-y-teal-100\/10 {
    border-top-color: rgb(204 251 241 / 0.1);
    border-bottom-color: rgb(204 251 241 / 0.1);
  }

  .lg\:border-y-teal-100\/100 {
    border-top-color: rgb(204 251 241 / 1);
    border-bottom-color: rgb(204 251 241 / 1);
  }

  .lg\:border-y-teal-100\/15 {
    border-top-color: rgb(204 251 241 / 0.15);
    border-bottom-color: rgb(204 251 241 / 0.15);
  }

  .lg\:border-y-teal-100\/20 {
    border-top-color: rgb(204 251 241 / 0.2);
    border-bottom-color: rgb(204 251 241 / 0.2);
  }

  .lg\:border-y-teal-100\/25 {
    border-top-color: rgb(204 251 241 / 0.25);
    border-bottom-color: rgb(204 251 241 / 0.25);
  }

  .lg\:border-y-teal-100\/30 {
    border-top-color: rgb(204 251 241 / 0.3);
    border-bottom-color: rgb(204 251 241 / 0.3);
  }

  .lg\:border-y-teal-100\/35 {
    border-top-color: rgb(204 251 241 / 0.35);
    border-bottom-color: rgb(204 251 241 / 0.35);
  }

  .lg\:border-y-teal-100\/40 {
    border-top-color: rgb(204 251 241 / 0.4);
    border-bottom-color: rgb(204 251 241 / 0.4);
  }

  .lg\:border-y-teal-100\/45 {
    border-top-color: rgb(204 251 241 / 0.45);
    border-bottom-color: rgb(204 251 241 / 0.45);
  }

  .lg\:border-y-teal-100\/5 {
    border-top-color: rgb(204 251 241 / 0.05);
    border-bottom-color: rgb(204 251 241 / 0.05);
  }

  .lg\:border-y-teal-100\/50 {
    border-top-color: rgb(204 251 241 / 0.5);
    border-bottom-color: rgb(204 251 241 / 0.5);
  }

  .lg\:border-y-teal-100\/55 {
    border-top-color: rgb(204 251 241 / 0.55);
    border-bottom-color: rgb(204 251 241 / 0.55);
  }

  .lg\:border-y-teal-100\/60 {
    border-top-color: rgb(204 251 241 / 0.6);
    border-bottom-color: rgb(204 251 241 / 0.6);
  }

  .lg\:border-y-teal-100\/65 {
    border-top-color: rgb(204 251 241 / 0.65);
    border-bottom-color: rgb(204 251 241 / 0.65);
  }

  .lg\:border-y-teal-100\/70 {
    border-top-color: rgb(204 251 241 / 0.7);
    border-bottom-color: rgb(204 251 241 / 0.7);
  }

  .lg\:border-y-teal-100\/75 {
    border-top-color: rgb(204 251 241 / 0.75);
    border-bottom-color: rgb(204 251 241 / 0.75);
  }

  .lg\:border-y-teal-100\/80 {
    border-top-color: rgb(204 251 241 / 0.8);
    border-bottom-color: rgb(204 251 241 / 0.8);
  }

  .lg\:border-y-teal-100\/85 {
    border-top-color: rgb(204 251 241 / 0.85);
    border-bottom-color: rgb(204 251 241 / 0.85);
  }

  .lg\:border-y-teal-100\/90 {
    border-top-color: rgb(204 251 241 / 0.9);
    border-bottom-color: rgb(204 251 241 / 0.9);
  }

  .lg\:border-y-teal-100\/95 {
    border-top-color: rgb(204 251 241 / 0.95);
    border-bottom-color: rgb(204 251 241 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-teal-200\/0 {
    border-top-color: rgb(153 246 228 / 0);
    border-bottom-color: rgb(153 246 228 / 0);
  }

  .lg\:border-y-teal-200\/10 {
    border-top-color: rgb(153 246 228 / 0.1);
    border-bottom-color: rgb(153 246 228 / 0.1);
  }

  .lg\:border-y-teal-200\/100 {
    border-top-color: rgb(153 246 228 / 1);
    border-bottom-color: rgb(153 246 228 / 1);
  }

  .lg\:border-y-teal-200\/15 {
    border-top-color: rgb(153 246 228 / 0.15);
    border-bottom-color: rgb(153 246 228 / 0.15);
  }

  .lg\:border-y-teal-200\/20 {
    border-top-color: rgb(153 246 228 / 0.2);
    border-bottom-color: rgb(153 246 228 / 0.2);
  }

  .lg\:border-y-teal-200\/25 {
    border-top-color: rgb(153 246 228 / 0.25);
    border-bottom-color: rgb(153 246 228 / 0.25);
  }

  .lg\:border-y-teal-200\/30 {
    border-top-color: rgb(153 246 228 / 0.3);
    border-bottom-color: rgb(153 246 228 / 0.3);
  }

  .lg\:border-y-teal-200\/35 {
    border-top-color: rgb(153 246 228 / 0.35);
    border-bottom-color: rgb(153 246 228 / 0.35);
  }

  .lg\:border-y-teal-200\/40 {
    border-top-color: rgb(153 246 228 / 0.4);
    border-bottom-color: rgb(153 246 228 / 0.4);
  }

  .lg\:border-y-teal-200\/45 {
    border-top-color: rgb(153 246 228 / 0.45);
    border-bottom-color: rgb(153 246 228 / 0.45);
  }

  .lg\:border-y-teal-200\/5 {
    border-top-color: rgb(153 246 228 / 0.05);
    border-bottom-color: rgb(153 246 228 / 0.05);
  }

  .lg\:border-y-teal-200\/50 {
    border-top-color: rgb(153 246 228 / 0.5);
    border-bottom-color: rgb(153 246 228 / 0.5);
  }

  .lg\:border-y-teal-200\/55 {
    border-top-color: rgb(153 246 228 / 0.55);
    border-bottom-color: rgb(153 246 228 / 0.55);
  }

  .lg\:border-y-teal-200\/60 {
    border-top-color: rgb(153 246 228 / 0.6);
    border-bottom-color: rgb(153 246 228 / 0.6);
  }

  .lg\:border-y-teal-200\/65 {
    border-top-color: rgb(153 246 228 / 0.65);
    border-bottom-color: rgb(153 246 228 / 0.65);
  }

  .lg\:border-y-teal-200\/70 {
    border-top-color: rgb(153 246 228 / 0.7);
    border-bottom-color: rgb(153 246 228 / 0.7);
  }

  .lg\:border-y-teal-200\/75 {
    border-top-color: rgb(153 246 228 / 0.75);
    border-bottom-color: rgb(153 246 228 / 0.75);
  }

  .lg\:border-y-teal-200\/80 {
    border-top-color: rgb(153 246 228 / 0.8);
    border-bottom-color: rgb(153 246 228 / 0.8);
  }

  .lg\:border-y-teal-200\/85 {
    border-top-color: rgb(153 246 228 / 0.85);
    border-bottom-color: rgb(153 246 228 / 0.85);
  }

  .lg\:border-y-teal-200\/90 {
    border-top-color: rgb(153 246 228 / 0.9);
    border-bottom-color: rgb(153 246 228 / 0.9);
  }

  .lg\:border-y-teal-200\/95 {
    border-top-color: rgb(153 246 228 / 0.95);
    border-bottom-color: rgb(153 246 228 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-teal-300\/0 {
    border-top-color: rgb(94 234 212 / 0);
    border-bottom-color: rgb(94 234 212 / 0);
  }

  .lg\:border-y-teal-300\/10 {
    border-top-color: rgb(94 234 212 / 0.1);
    border-bottom-color: rgb(94 234 212 / 0.1);
  }

  .lg\:border-y-teal-300\/100 {
    border-top-color: rgb(94 234 212 / 1);
    border-bottom-color: rgb(94 234 212 / 1);
  }

  .lg\:border-y-teal-300\/15 {
    border-top-color: rgb(94 234 212 / 0.15);
    border-bottom-color: rgb(94 234 212 / 0.15);
  }

  .lg\:border-y-teal-300\/20 {
    border-top-color: rgb(94 234 212 / 0.2);
    border-bottom-color: rgb(94 234 212 / 0.2);
  }

  .lg\:border-y-teal-300\/25 {
    border-top-color: rgb(94 234 212 / 0.25);
    border-bottom-color: rgb(94 234 212 / 0.25);
  }

  .lg\:border-y-teal-300\/30 {
    border-top-color: rgb(94 234 212 / 0.3);
    border-bottom-color: rgb(94 234 212 / 0.3);
  }

  .lg\:border-y-teal-300\/35 {
    border-top-color: rgb(94 234 212 / 0.35);
    border-bottom-color: rgb(94 234 212 / 0.35);
  }

  .lg\:border-y-teal-300\/40 {
    border-top-color: rgb(94 234 212 / 0.4);
    border-bottom-color: rgb(94 234 212 / 0.4);
  }

  .lg\:border-y-teal-300\/45 {
    border-top-color: rgb(94 234 212 / 0.45);
    border-bottom-color: rgb(94 234 212 / 0.45);
  }

  .lg\:border-y-teal-300\/5 {
    border-top-color: rgb(94 234 212 / 0.05);
    border-bottom-color: rgb(94 234 212 / 0.05);
  }

  .lg\:border-y-teal-300\/50 {
    border-top-color: rgb(94 234 212 / 0.5);
    border-bottom-color: rgb(94 234 212 / 0.5);
  }

  .lg\:border-y-teal-300\/55 {
    border-top-color: rgb(94 234 212 / 0.55);
    border-bottom-color: rgb(94 234 212 / 0.55);
  }

  .lg\:border-y-teal-300\/60 {
    border-top-color: rgb(94 234 212 / 0.6);
    border-bottom-color: rgb(94 234 212 / 0.6);
  }

  .lg\:border-y-teal-300\/65 {
    border-top-color: rgb(94 234 212 / 0.65);
    border-bottom-color: rgb(94 234 212 / 0.65);
  }

  .lg\:border-y-teal-300\/70 {
    border-top-color: rgb(94 234 212 / 0.7);
    border-bottom-color: rgb(94 234 212 / 0.7);
  }

  .lg\:border-y-teal-300\/75 {
    border-top-color: rgb(94 234 212 / 0.75);
    border-bottom-color: rgb(94 234 212 / 0.75);
  }

  .lg\:border-y-teal-300\/80 {
    border-top-color: rgb(94 234 212 / 0.8);
    border-bottom-color: rgb(94 234 212 / 0.8);
  }

  .lg\:border-y-teal-300\/85 {
    border-top-color: rgb(94 234 212 / 0.85);
    border-bottom-color: rgb(94 234 212 / 0.85);
  }

  .lg\:border-y-teal-300\/90 {
    border-top-color: rgb(94 234 212 / 0.9);
    border-bottom-color: rgb(94 234 212 / 0.9);
  }

  .lg\:border-y-teal-300\/95 {
    border-top-color: rgb(94 234 212 / 0.95);
    border-bottom-color: rgb(94 234 212 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-teal-400\/0 {
    border-top-color: rgb(45 212 191 / 0);
    border-bottom-color: rgb(45 212 191 / 0);
  }

  .lg\:border-y-teal-400\/10 {
    border-top-color: rgb(45 212 191 / 0.1);
    border-bottom-color: rgb(45 212 191 / 0.1);
  }

  .lg\:border-y-teal-400\/100 {
    border-top-color: rgb(45 212 191 / 1);
    border-bottom-color: rgb(45 212 191 / 1);
  }

  .lg\:border-y-teal-400\/15 {
    border-top-color: rgb(45 212 191 / 0.15);
    border-bottom-color: rgb(45 212 191 / 0.15);
  }

  .lg\:border-y-teal-400\/20 {
    border-top-color: rgb(45 212 191 / 0.2);
    border-bottom-color: rgb(45 212 191 / 0.2);
  }

  .lg\:border-y-teal-400\/25 {
    border-top-color: rgb(45 212 191 / 0.25);
    border-bottom-color: rgb(45 212 191 / 0.25);
  }

  .lg\:border-y-teal-400\/30 {
    border-top-color: rgb(45 212 191 / 0.3);
    border-bottom-color: rgb(45 212 191 / 0.3);
  }

  .lg\:border-y-teal-400\/35 {
    border-top-color: rgb(45 212 191 / 0.35);
    border-bottom-color: rgb(45 212 191 / 0.35);
  }

  .lg\:border-y-teal-400\/40 {
    border-top-color: rgb(45 212 191 / 0.4);
    border-bottom-color: rgb(45 212 191 / 0.4);
  }

  .lg\:border-y-teal-400\/45 {
    border-top-color: rgb(45 212 191 / 0.45);
    border-bottom-color: rgb(45 212 191 / 0.45);
  }

  .lg\:border-y-teal-400\/5 {
    border-top-color: rgb(45 212 191 / 0.05);
    border-bottom-color: rgb(45 212 191 / 0.05);
  }

  .lg\:border-y-teal-400\/50 {
    border-top-color: rgb(45 212 191 / 0.5);
    border-bottom-color: rgb(45 212 191 / 0.5);
  }

  .lg\:border-y-teal-400\/55 {
    border-top-color: rgb(45 212 191 / 0.55);
    border-bottom-color: rgb(45 212 191 / 0.55);
  }

  .lg\:border-y-teal-400\/60 {
    border-top-color: rgb(45 212 191 / 0.6);
    border-bottom-color: rgb(45 212 191 / 0.6);
  }

  .lg\:border-y-teal-400\/65 {
    border-top-color: rgb(45 212 191 / 0.65);
    border-bottom-color: rgb(45 212 191 / 0.65);
  }

  .lg\:border-y-teal-400\/70 {
    border-top-color: rgb(45 212 191 / 0.7);
    border-bottom-color: rgb(45 212 191 / 0.7);
  }

  .lg\:border-y-teal-400\/75 {
    border-top-color: rgb(45 212 191 / 0.75);
    border-bottom-color: rgb(45 212 191 / 0.75);
  }

  .lg\:border-y-teal-400\/80 {
    border-top-color: rgb(45 212 191 / 0.8);
    border-bottom-color: rgb(45 212 191 / 0.8);
  }

  .lg\:border-y-teal-400\/85 {
    border-top-color: rgb(45 212 191 / 0.85);
    border-bottom-color: rgb(45 212 191 / 0.85);
  }

  .lg\:border-y-teal-400\/90 {
    border-top-color: rgb(45 212 191 / 0.9);
    border-bottom-color: rgb(45 212 191 / 0.9);
  }

  .lg\:border-y-teal-400\/95 {
    border-top-color: rgb(45 212 191 / 0.95);
    border-bottom-color: rgb(45 212 191 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-teal-50\/0 {
    border-top-color: rgb(240 253 250 / 0);
    border-bottom-color: rgb(240 253 250 / 0);
  }

  .lg\:border-y-teal-50\/10 {
    border-top-color: rgb(240 253 250 / 0.1);
    border-bottom-color: rgb(240 253 250 / 0.1);
  }

  .lg\:border-y-teal-50\/100 {
    border-top-color: rgb(240 253 250 / 1);
    border-bottom-color: rgb(240 253 250 / 1);
  }

  .lg\:border-y-teal-50\/15 {
    border-top-color: rgb(240 253 250 / 0.15);
    border-bottom-color: rgb(240 253 250 / 0.15);
  }

  .lg\:border-y-teal-50\/20 {
    border-top-color: rgb(240 253 250 / 0.2);
    border-bottom-color: rgb(240 253 250 / 0.2);
  }

  .lg\:border-y-teal-50\/25 {
    border-top-color: rgb(240 253 250 / 0.25);
    border-bottom-color: rgb(240 253 250 / 0.25);
  }

  .lg\:border-y-teal-50\/30 {
    border-top-color: rgb(240 253 250 / 0.3);
    border-bottom-color: rgb(240 253 250 / 0.3);
  }

  .lg\:border-y-teal-50\/35 {
    border-top-color: rgb(240 253 250 / 0.35);
    border-bottom-color: rgb(240 253 250 / 0.35);
  }

  .lg\:border-y-teal-50\/40 {
    border-top-color: rgb(240 253 250 / 0.4);
    border-bottom-color: rgb(240 253 250 / 0.4);
  }

  .lg\:border-y-teal-50\/45 {
    border-top-color: rgb(240 253 250 / 0.45);
    border-bottom-color: rgb(240 253 250 / 0.45);
  }

  .lg\:border-y-teal-50\/5 {
    border-top-color: rgb(240 253 250 / 0.05);
    border-bottom-color: rgb(240 253 250 / 0.05);
  }

  .lg\:border-y-teal-50\/50 {
    border-top-color: rgb(240 253 250 / 0.5);
    border-bottom-color: rgb(240 253 250 / 0.5);
  }

  .lg\:border-y-teal-50\/55 {
    border-top-color: rgb(240 253 250 / 0.55);
    border-bottom-color: rgb(240 253 250 / 0.55);
  }

  .lg\:border-y-teal-50\/60 {
    border-top-color: rgb(240 253 250 / 0.6);
    border-bottom-color: rgb(240 253 250 / 0.6);
  }

  .lg\:border-y-teal-50\/65 {
    border-top-color: rgb(240 253 250 / 0.65);
    border-bottom-color: rgb(240 253 250 / 0.65);
  }

  .lg\:border-y-teal-50\/70 {
    border-top-color: rgb(240 253 250 / 0.7);
    border-bottom-color: rgb(240 253 250 / 0.7);
  }

  .lg\:border-y-teal-50\/75 {
    border-top-color: rgb(240 253 250 / 0.75);
    border-bottom-color: rgb(240 253 250 / 0.75);
  }

  .lg\:border-y-teal-50\/80 {
    border-top-color: rgb(240 253 250 / 0.8);
    border-bottom-color: rgb(240 253 250 / 0.8);
  }

  .lg\:border-y-teal-50\/85 {
    border-top-color: rgb(240 253 250 / 0.85);
    border-bottom-color: rgb(240 253 250 / 0.85);
  }

  .lg\:border-y-teal-50\/90 {
    border-top-color: rgb(240 253 250 / 0.9);
    border-bottom-color: rgb(240 253 250 / 0.9);
  }

  .lg\:border-y-teal-50\/95 {
    border-top-color: rgb(240 253 250 / 0.95);
    border-bottom-color: rgb(240 253 250 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-teal-500\/0 {
    border-top-color: rgb(20 184 166 / 0);
    border-bottom-color: rgb(20 184 166 / 0);
  }

  .lg\:border-y-teal-500\/10 {
    border-top-color: rgb(20 184 166 / 0.1);
    border-bottom-color: rgb(20 184 166 / 0.1);
  }

  .lg\:border-y-teal-500\/100 {
    border-top-color: rgb(20 184 166 / 1);
    border-bottom-color: rgb(20 184 166 / 1);
  }

  .lg\:border-y-teal-500\/15 {
    border-top-color: rgb(20 184 166 / 0.15);
    border-bottom-color: rgb(20 184 166 / 0.15);
  }

  .lg\:border-y-teal-500\/20 {
    border-top-color: rgb(20 184 166 / 0.2);
    border-bottom-color: rgb(20 184 166 / 0.2);
  }

  .lg\:border-y-teal-500\/25 {
    border-top-color: rgb(20 184 166 / 0.25);
    border-bottom-color: rgb(20 184 166 / 0.25);
  }

  .lg\:border-y-teal-500\/30 {
    border-top-color: rgb(20 184 166 / 0.3);
    border-bottom-color: rgb(20 184 166 / 0.3);
  }

  .lg\:border-y-teal-500\/35 {
    border-top-color: rgb(20 184 166 / 0.35);
    border-bottom-color: rgb(20 184 166 / 0.35);
  }

  .lg\:border-y-teal-500\/40 {
    border-top-color: rgb(20 184 166 / 0.4);
    border-bottom-color: rgb(20 184 166 / 0.4);
  }

  .lg\:border-y-teal-500\/45 {
    border-top-color: rgb(20 184 166 / 0.45);
    border-bottom-color: rgb(20 184 166 / 0.45);
  }

  .lg\:border-y-teal-500\/5 {
    border-top-color: rgb(20 184 166 / 0.05);
    border-bottom-color: rgb(20 184 166 / 0.05);
  }

  .lg\:border-y-teal-500\/50 {
    border-top-color: rgb(20 184 166 / 0.5);
    border-bottom-color: rgb(20 184 166 / 0.5);
  }

  .lg\:border-y-teal-500\/55 {
    border-top-color: rgb(20 184 166 / 0.55);
    border-bottom-color: rgb(20 184 166 / 0.55);
  }

  .lg\:border-y-teal-500\/60 {
    border-top-color: rgb(20 184 166 / 0.6);
    border-bottom-color: rgb(20 184 166 / 0.6);
  }

  .lg\:border-y-teal-500\/65 {
    border-top-color: rgb(20 184 166 / 0.65);
    border-bottom-color: rgb(20 184 166 / 0.65);
  }

  .lg\:border-y-teal-500\/70 {
    border-top-color: rgb(20 184 166 / 0.7);
    border-bottom-color: rgb(20 184 166 / 0.7);
  }

  .lg\:border-y-teal-500\/75 {
    border-top-color: rgb(20 184 166 / 0.75);
    border-bottom-color: rgb(20 184 166 / 0.75);
  }

  .lg\:border-y-teal-500\/80 {
    border-top-color: rgb(20 184 166 / 0.8);
    border-bottom-color: rgb(20 184 166 / 0.8);
  }

  .lg\:border-y-teal-500\/85 {
    border-top-color: rgb(20 184 166 / 0.85);
    border-bottom-color: rgb(20 184 166 / 0.85);
  }

  .lg\:border-y-teal-500\/90 {
    border-top-color: rgb(20 184 166 / 0.9);
    border-bottom-color: rgb(20 184 166 / 0.9);
  }

  .lg\:border-y-teal-500\/95 {
    border-top-color: rgb(20 184 166 / 0.95);
    border-bottom-color: rgb(20 184 166 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-teal-600\/0 {
    border-top-color: rgb(13 148 136 / 0);
    border-bottom-color: rgb(13 148 136 / 0);
  }

  .lg\:border-y-teal-600\/10 {
    border-top-color: rgb(13 148 136 / 0.1);
    border-bottom-color: rgb(13 148 136 / 0.1);
  }

  .lg\:border-y-teal-600\/100 {
    border-top-color: rgb(13 148 136 / 1);
    border-bottom-color: rgb(13 148 136 / 1);
  }

  .lg\:border-y-teal-600\/15 {
    border-top-color: rgb(13 148 136 / 0.15);
    border-bottom-color: rgb(13 148 136 / 0.15);
  }

  .lg\:border-y-teal-600\/20 {
    border-top-color: rgb(13 148 136 / 0.2);
    border-bottom-color: rgb(13 148 136 / 0.2);
  }

  .lg\:border-y-teal-600\/25 {
    border-top-color: rgb(13 148 136 / 0.25);
    border-bottom-color: rgb(13 148 136 / 0.25);
  }

  .lg\:border-y-teal-600\/30 {
    border-top-color: rgb(13 148 136 / 0.3);
    border-bottom-color: rgb(13 148 136 / 0.3);
  }

  .lg\:border-y-teal-600\/35 {
    border-top-color: rgb(13 148 136 / 0.35);
    border-bottom-color: rgb(13 148 136 / 0.35);
  }

  .lg\:border-y-teal-600\/40 {
    border-top-color: rgb(13 148 136 / 0.4);
    border-bottom-color: rgb(13 148 136 / 0.4);
  }

  .lg\:border-y-teal-600\/45 {
    border-top-color: rgb(13 148 136 / 0.45);
    border-bottom-color: rgb(13 148 136 / 0.45);
  }

  .lg\:border-y-teal-600\/5 {
    border-top-color: rgb(13 148 136 / 0.05);
    border-bottom-color: rgb(13 148 136 / 0.05);
  }

  .lg\:border-y-teal-600\/50 {
    border-top-color: rgb(13 148 136 / 0.5);
    border-bottom-color: rgb(13 148 136 / 0.5);
  }

  .lg\:border-y-teal-600\/55 {
    border-top-color: rgb(13 148 136 / 0.55);
    border-bottom-color: rgb(13 148 136 / 0.55);
  }

  .lg\:border-y-teal-600\/60 {
    border-top-color: rgb(13 148 136 / 0.6);
    border-bottom-color: rgb(13 148 136 / 0.6);
  }

  .lg\:border-y-teal-600\/65 {
    border-top-color: rgb(13 148 136 / 0.65);
    border-bottom-color: rgb(13 148 136 / 0.65);
  }

  .lg\:border-y-teal-600\/70 {
    border-top-color: rgb(13 148 136 / 0.7);
    border-bottom-color: rgb(13 148 136 / 0.7);
  }

  .lg\:border-y-teal-600\/75 {
    border-top-color: rgb(13 148 136 / 0.75);
    border-bottom-color: rgb(13 148 136 / 0.75);
  }

  .lg\:border-y-teal-600\/80 {
    border-top-color: rgb(13 148 136 / 0.8);
    border-bottom-color: rgb(13 148 136 / 0.8);
  }

  .lg\:border-y-teal-600\/85 {
    border-top-color: rgb(13 148 136 / 0.85);
    border-bottom-color: rgb(13 148 136 / 0.85);
  }

  .lg\:border-y-teal-600\/90 {
    border-top-color: rgb(13 148 136 / 0.9);
    border-bottom-color: rgb(13 148 136 / 0.9);
  }

  .lg\:border-y-teal-600\/95 {
    border-top-color: rgb(13 148 136 / 0.95);
    border-bottom-color: rgb(13 148 136 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-teal-700\/0 {
    border-top-color: rgb(15 118 110 / 0);
    border-bottom-color: rgb(15 118 110 / 0);
  }

  .lg\:border-y-teal-700\/10 {
    border-top-color: rgb(15 118 110 / 0.1);
    border-bottom-color: rgb(15 118 110 / 0.1);
  }

  .lg\:border-y-teal-700\/100 {
    border-top-color: rgb(15 118 110 / 1);
    border-bottom-color: rgb(15 118 110 / 1);
  }

  .lg\:border-y-teal-700\/15 {
    border-top-color: rgb(15 118 110 / 0.15);
    border-bottom-color: rgb(15 118 110 / 0.15);
  }

  .lg\:border-y-teal-700\/20 {
    border-top-color: rgb(15 118 110 / 0.2);
    border-bottom-color: rgb(15 118 110 / 0.2);
  }

  .lg\:border-y-teal-700\/25 {
    border-top-color: rgb(15 118 110 / 0.25);
    border-bottom-color: rgb(15 118 110 / 0.25);
  }

  .lg\:border-y-teal-700\/30 {
    border-top-color: rgb(15 118 110 / 0.3);
    border-bottom-color: rgb(15 118 110 / 0.3);
  }

  .lg\:border-y-teal-700\/35 {
    border-top-color: rgb(15 118 110 / 0.35);
    border-bottom-color: rgb(15 118 110 / 0.35);
  }

  .lg\:border-y-teal-700\/40 {
    border-top-color: rgb(15 118 110 / 0.4);
    border-bottom-color: rgb(15 118 110 / 0.4);
  }

  .lg\:border-y-teal-700\/45 {
    border-top-color: rgb(15 118 110 / 0.45);
    border-bottom-color: rgb(15 118 110 / 0.45);
  }

  .lg\:border-y-teal-700\/5 {
    border-top-color: rgb(15 118 110 / 0.05);
    border-bottom-color: rgb(15 118 110 / 0.05);
  }

  .lg\:border-y-teal-700\/50 {
    border-top-color: rgb(15 118 110 / 0.5);
    border-bottom-color: rgb(15 118 110 / 0.5);
  }

  .lg\:border-y-teal-700\/55 {
    border-top-color: rgb(15 118 110 / 0.55);
    border-bottom-color: rgb(15 118 110 / 0.55);
  }

  .lg\:border-y-teal-700\/60 {
    border-top-color: rgb(15 118 110 / 0.6);
    border-bottom-color: rgb(15 118 110 / 0.6);
  }

  .lg\:border-y-teal-700\/65 {
    border-top-color: rgb(15 118 110 / 0.65);
    border-bottom-color: rgb(15 118 110 / 0.65);
  }

  .lg\:border-y-teal-700\/70 {
    border-top-color: rgb(15 118 110 / 0.7);
    border-bottom-color: rgb(15 118 110 / 0.7);
  }

  .lg\:border-y-teal-700\/75 {
    border-top-color: rgb(15 118 110 / 0.75);
    border-bottom-color: rgb(15 118 110 / 0.75);
  }

  .lg\:border-y-teal-700\/80 {
    border-top-color: rgb(15 118 110 / 0.8);
    border-bottom-color: rgb(15 118 110 / 0.8);
  }

  .lg\:border-y-teal-700\/85 {
    border-top-color: rgb(15 118 110 / 0.85);
    border-bottom-color: rgb(15 118 110 / 0.85);
  }

  .lg\:border-y-teal-700\/90 {
    border-top-color: rgb(15 118 110 / 0.9);
    border-bottom-color: rgb(15 118 110 / 0.9);
  }

  .lg\:border-y-teal-700\/95 {
    border-top-color: rgb(15 118 110 / 0.95);
    border-bottom-color: rgb(15 118 110 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-teal-800\/0 {
    border-top-color: rgb(17 94 89 / 0);
    border-bottom-color: rgb(17 94 89 / 0);
  }

  .lg\:border-y-teal-800\/10 {
    border-top-color: rgb(17 94 89 / 0.1);
    border-bottom-color: rgb(17 94 89 / 0.1);
  }

  .lg\:border-y-teal-800\/100 {
    border-top-color: rgb(17 94 89 / 1);
    border-bottom-color: rgb(17 94 89 / 1);
  }

  .lg\:border-y-teal-800\/15 {
    border-top-color: rgb(17 94 89 / 0.15);
    border-bottom-color: rgb(17 94 89 / 0.15);
  }

  .lg\:border-y-teal-800\/20 {
    border-top-color: rgb(17 94 89 / 0.2);
    border-bottom-color: rgb(17 94 89 / 0.2);
  }

  .lg\:border-y-teal-800\/25 {
    border-top-color: rgb(17 94 89 / 0.25);
    border-bottom-color: rgb(17 94 89 / 0.25);
  }

  .lg\:border-y-teal-800\/30 {
    border-top-color: rgb(17 94 89 / 0.3);
    border-bottom-color: rgb(17 94 89 / 0.3);
  }

  .lg\:border-y-teal-800\/35 {
    border-top-color: rgb(17 94 89 / 0.35);
    border-bottom-color: rgb(17 94 89 / 0.35);
  }

  .lg\:border-y-teal-800\/40 {
    border-top-color: rgb(17 94 89 / 0.4);
    border-bottom-color: rgb(17 94 89 / 0.4);
  }

  .lg\:border-y-teal-800\/45 {
    border-top-color: rgb(17 94 89 / 0.45);
    border-bottom-color: rgb(17 94 89 / 0.45);
  }

  .lg\:border-y-teal-800\/5 {
    border-top-color: rgb(17 94 89 / 0.05);
    border-bottom-color: rgb(17 94 89 / 0.05);
  }

  .lg\:border-y-teal-800\/50 {
    border-top-color: rgb(17 94 89 / 0.5);
    border-bottom-color: rgb(17 94 89 / 0.5);
  }

  .lg\:border-y-teal-800\/55 {
    border-top-color: rgb(17 94 89 / 0.55);
    border-bottom-color: rgb(17 94 89 / 0.55);
  }

  .lg\:border-y-teal-800\/60 {
    border-top-color: rgb(17 94 89 / 0.6);
    border-bottom-color: rgb(17 94 89 / 0.6);
  }

  .lg\:border-y-teal-800\/65 {
    border-top-color: rgb(17 94 89 / 0.65);
    border-bottom-color: rgb(17 94 89 / 0.65);
  }

  .lg\:border-y-teal-800\/70 {
    border-top-color: rgb(17 94 89 / 0.7);
    border-bottom-color: rgb(17 94 89 / 0.7);
  }

  .lg\:border-y-teal-800\/75 {
    border-top-color: rgb(17 94 89 / 0.75);
    border-bottom-color: rgb(17 94 89 / 0.75);
  }

  .lg\:border-y-teal-800\/80 {
    border-top-color: rgb(17 94 89 / 0.8);
    border-bottom-color: rgb(17 94 89 / 0.8);
  }

  .lg\:border-y-teal-800\/85 {
    border-top-color: rgb(17 94 89 / 0.85);
    border-bottom-color: rgb(17 94 89 / 0.85);
  }

  .lg\:border-y-teal-800\/90 {
    border-top-color: rgb(17 94 89 / 0.9);
    border-bottom-color: rgb(17 94 89 / 0.9);
  }

  .lg\:border-y-teal-800\/95 {
    border-top-color: rgb(17 94 89 / 0.95);
    border-bottom-color: rgb(17 94 89 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-teal-900\/0 {
    border-top-color: rgb(19 78 74 / 0);
    border-bottom-color: rgb(19 78 74 / 0);
  }

  .lg\:border-y-teal-900\/10 {
    border-top-color: rgb(19 78 74 / 0.1);
    border-bottom-color: rgb(19 78 74 / 0.1);
  }

  .lg\:border-y-teal-900\/100 {
    border-top-color: rgb(19 78 74 / 1);
    border-bottom-color: rgb(19 78 74 / 1);
  }

  .lg\:border-y-teal-900\/15 {
    border-top-color: rgb(19 78 74 / 0.15);
    border-bottom-color: rgb(19 78 74 / 0.15);
  }

  .lg\:border-y-teal-900\/20 {
    border-top-color: rgb(19 78 74 / 0.2);
    border-bottom-color: rgb(19 78 74 / 0.2);
  }

  .lg\:border-y-teal-900\/25 {
    border-top-color: rgb(19 78 74 / 0.25);
    border-bottom-color: rgb(19 78 74 / 0.25);
  }

  .lg\:border-y-teal-900\/30 {
    border-top-color: rgb(19 78 74 / 0.3);
    border-bottom-color: rgb(19 78 74 / 0.3);
  }

  .lg\:border-y-teal-900\/35 {
    border-top-color: rgb(19 78 74 / 0.35);
    border-bottom-color: rgb(19 78 74 / 0.35);
  }

  .lg\:border-y-teal-900\/40 {
    border-top-color: rgb(19 78 74 / 0.4);
    border-bottom-color: rgb(19 78 74 / 0.4);
  }

  .lg\:border-y-teal-900\/45 {
    border-top-color: rgb(19 78 74 / 0.45);
    border-bottom-color: rgb(19 78 74 / 0.45);
  }

  .lg\:border-y-teal-900\/5 {
    border-top-color: rgb(19 78 74 / 0.05);
    border-bottom-color: rgb(19 78 74 / 0.05);
  }

  .lg\:border-y-teal-900\/50 {
    border-top-color: rgb(19 78 74 / 0.5);
    border-bottom-color: rgb(19 78 74 / 0.5);
  }

  .lg\:border-y-teal-900\/55 {
    border-top-color: rgb(19 78 74 / 0.55);
    border-bottom-color: rgb(19 78 74 / 0.55);
  }

  .lg\:border-y-teal-900\/60 {
    border-top-color: rgb(19 78 74 / 0.6);
    border-bottom-color: rgb(19 78 74 / 0.6);
  }

  .lg\:border-y-teal-900\/65 {
    border-top-color: rgb(19 78 74 / 0.65);
    border-bottom-color: rgb(19 78 74 / 0.65);
  }

  .lg\:border-y-teal-900\/70 {
    border-top-color: rgb(19 78 74 / 0.7);
    border-bottom-color: rgb(19 78 74 / 0.7);
  }

  .lg\:border-y-teal-900\/75 {
    border-top-color: rgb(19 78 74 / 0.75);
    border-bottom-color: rgb(19 78 74 / 0.75);
  }

  .lg\:border-y-teal-900\/80 {
    border-top-color: rgb(19 78 74 / 0.8);
    border-bottom-color: rgb(19 78 74 / 0.8);
  }

  .lg\:border-y-teal-900\/85 {
    border-top-color: rgb(19 78 74 / 0.85);
    border-bottom-color: rgb(19 78 74 / 0.85);
  }

  .lg\:border-y-teal-900\/90 {
    border-top-color: rgb(19 78 74 / 0.9);
    border-bottom-color: rgb(19 78 74 / 0.9);
  }

  .lg\:border-y-teal-900\/95 {
    border-top-color: rgb(19 78 74 / 0.95);
    border-bottom-color: rgb(19 78 74 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-teal-950\/0 {
    border-top-color: rgb(4 47 46 / 0);
    border-bottom-color: rgb(4 47 46 / 0);
  }

  .lg\:border-y-teal-950\/10 {
    border-top-color: rgb(4 47 46 / 0.1);
    border-bottom-color: rgb(4 47 46 / 0.1);
  }

  .lg\:border-y-teal-950\/100 {
    border-top-color: rgb(4 47 46 / 1);
    border-bottom-color: rgb(4 47 46 / 1);
  }

  .lg\:border-y-teal-950\/15 {
    border-top-color: rgb(4 47 46 / 0.15);
    border-bottom-color: rgb(4 47 46 / 0.15);
  }

  .lg\:border-y-teal-950\/20 {
    border-top-color: rgb(4 47 46 / 0.2);
    border-bottom-color: rgb(4 47 46 / 0.2);
  }

  .lg\:border-y-teal-950\/25 {
    border-top-color: rgb(4 47 46 / 0.25);
    border-bottom-color: rgb(4 47 46 / 0.25);
  }

  .lg\:border-y-teal-950\/30 {
    border-top-color: rgb(4 47 46 / 0.3);
    border-bottom-color: rgb(4 47 46 / 0.3);
  }

  .lg\:border-y-teal-950\/35 {
    border-top-color: rgb(4 47 46 / 0.35);
    border-bottom-color: rgb(4 47 46 / 0.35);
  }

  .lg\:border-y-teal-950\/40 {
    border-top-color: rgb(4 47 46 / 0.4);
    border-bottom-color: rgb(4 47 46 / 0.4);
  }

  .lg\:border-y-teal-950\/45 {
    border-top-color: rgb(4 47 46 / 0.45);
    border-bottom-color: rgb(4 47 46 / 0.45);
  }

  .lg\:border-y-teal-950\/5 {
    border-top-color: rgb(4 47 46 / 0.05);
    border-bottom-color: rgb(4 47 46 / 0.05);
  }

  .lg\:border-y-teal-950\/50 {
    border-top-color: rgb(4 47 46 / 0.5);
    border-bottom-color: rgb(4 47 46 / 0.5);
  }

  .lg\:border-y-teal-950\/55 {
    border-top-color: rgb(4 47 46 / 0.55);
    border-bottom-color: rgb(4 47 46 / 0.55);
  }

  .lg\:border-y-teal-950\/60 {
    border-top-color: rgb(4 47 46 / 0.6);
    border-bottom-color: rgb(4 47 46 / 0.6);
  }

  .lg\:border-y-teal-950\/65 {
    border-top-color: rgb(4 47 46 / 0.65);
    border-bottom-color: rgb(4 47 46 / 0.65);
  }

  .lg\:border-y-teal-950\/70 {
    border-top-color: rgb(4 47 46 / 0.7);
    border-bottom-color: rgb(4 47 46 / 0.7);
  }

  .lg\:border-y-teal-950\/75 {
    border-top-color: rgb(4 47 46 / 0.75);
    border-bottom-color: rgb(4 47 46 / 0.75);
  }

  .lg\:border-y-teal-950\/80 {
    border-top-color: rgb(4 47 46 / 0.8);
    border-bottom-color: rgb(4 47 46 / 0.8);
  }

  .lg\:border-y-teal-950\/85 {
    border-top-color: rgb(4 47 46 / 0.85);
    border-bottom-color: rgb(4 47 46 / 0.85);
  }

  .lg\:border-y-teal-950\/90 {
    border-top-color: rgb(4 47 46 / 0.9);
    border-bottom-color: rgb(4 47 46 / 0.9);
  }

  .lg\:border-y-teal-950\/95 {
    border-top-color: rgb(4 47 46 / 0.95);
    border-bottom-color: rgb(4 47 46 / 0.95);
  }

  .lg\:border-y-transparent {
    border-top-color: transparent;
    border-bottom-color: transparent;
  }

  .lg\:border-y-transparent\/0 {
    border-top-color: rgb(0 0 0 / 0);
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .lg\:border-y-transparent\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-y-transparent\/100 {
    border-top-color: rgb(0 0 0 / 1);
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .lg\:border-y-transparent\/15 {
    border-top-color: rgb(0 0 0 / 0.15);
    border-bottom-color: rgb(0 0 0 / 0.15);
  }

  .lg\:border-y-transparent\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-y-transparent\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-y-transparent\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-y-transparent\/35 {
    border-top-color: rgb(0 0 0 / 0.35);
    border-bottom-color: rgb(0 0 0 / 0.35);
  }

  .lg\:border-y-transparent\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-y-transparent\/45 {
    border-top-color: rgb(0 0 0 / 0.45);
    border-bottom-color: rgb(0 0 0 / 0.45);
  }

  .lg\:border-y-transparent\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-y-transparent\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-y-transparent\/55 {
    border-top-color: rgb(0 0 0 / 0.55);
    border-bottom-color: rgb(0 0 0 / 0.55);
  }

  .lg\:border-y-transparent\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-y-transparent\/65 {
    border-top-color: rgb(0 0 0 / 0.65);
    border-bottom-color: rgb(0 0 0 / 0.65);
  }

  .lg\:border-y-transparent\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-y-transparent\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-y-transparent\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-y-transparent\/85 {
    border-top-color: rgb(0 0 0 / 0.85);
    border-bottom-color: rgb(0 0 0 / 0.85);
  }

  .lg\:border-y-transparent\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-y-transparent\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-violet-100\/0 {
    border-top-color: rgb(237 233 254 / 0);
    border-bottom-color: rgb(237 233 254 / 0);
  }

  .lg\:border-y-violet-100\/10 {
    border-top-color: rgb(237 233 254 / 0.1);
    border-bottom-color: rgb(237 233 254 / 0.1);
  }

  .lg\:border-y-violet-100\/100 {
    border-top-color: rgb(237 233 254 / 1);
    border-bottom-color: rgb(237 233 254 / 1);
  }

  .lg\:border-y-violet-100\/15 {
    border-top-color: rgb(237 233 254 / 0.15);
    border-bottom-color: rgb(237 233 254 / 0.15);
  }

  .lg\:border-y-violet-100\/20 {
    border-top-color: rgb(237 233 254 / 0.2);
    border-bottom-color: rgb(237 233 254 / 0.2);
  }

  .lg\:border-y-violet-100\/25 {
    border-top-color: rgb(237 233 254 / 0.25);
    border-bottom-color: rgb(237 233 254 / 0.25);
  }

  .lg\:border-y-violet-100\/30 {
    border-top-color: rgb(237 233 254 / 0.3);
    border-bottom-color: rgb(237 233 254 / 0.3);
  }

  .lg\:border-y-violet-100\/35 {
    border-top-color: rgb(237 233 254 / 0.35);
    border-bottom-color: rgb(237 233 254 / 0.35);
  }

  .lg\:border-y-violet-100\/40 {
    border-top-color: rgb(237 233 254 / 0.4);
    border-bottom-color: rgb(237 233 254 / 0.4);
  }

  .lg\:border-y-violet-100\/45 {
    border-top-color: rgb(237 233 254 / 0.45);
    border-bottom-color: rgb(237 233 254 / 0.45);
  }

  .lg\:border-y-violet-100\/5 {
    border-top-color: rgb(237 233 254 / 0.05);
    border-bottom-color: rgb(237 233 254 / 0.05);
  }

  .lg\:border-y-violet-100\/50 {
    border-top-color: rgb(237 233 254 / 0.5);
    border-bottom-color: rgb(237 233 254 / 0.5);
  }

  .lg\:border-y-violet-100\/55 {
    border-top-color: rgb(237 233 254 / 0.55);
    border-bottom-color: rgb(237 233 254 / 0.55);
  }

  .lg\:border-y-violet-100\/60 {
    border-top-color: rgb(237 233 254 / 0.6);
    border-bottom-color: rgb(237 233 254 / 0.6);
  }

  .lg\:border-y-violet-100\/65 {
    border-top-color: rgb(237 233 254 / 0.65);
    border-bottom-color: rgb(237 233 254 / 0.65);
  }

  .lg\:border-y-violet-100\/70 {
    border-top-color: rgb(237 233 254 / 0.7);
    border-bottom-color: rgb(237 233 254 / 0.7);
  }

  .lg\:border-y-violet-100\/75 {
    border-top-color: rgb(237 233 254 / 0.75);
    border-bottom-color: rgb(237 233 254 / 0.75);
  }

  .lg\:border-y-violet-100\/80 {
    border-top-color: rgb(237 233 254 / 0.8);
    border-bottom-color: rgb(237 233 254 / 0.8);
  }

  .lg\:border-y-violet-100\/85 {
    border-top-color: rgb(237 233 254 / 0.85);
    border-bottom-color: rgb(237 233 254 / 0.85);
  }

  .lg\:border-y-violet-100\/90 {
    border-top-color: rgb(237 233 254 / 0.9);
    border-bottom-color: rgb(237 233 254 / 0.9);
  }

  .lg\:border-y-violet-100\/95 {
    border-top-color: rgb(237 233 254 / 0.95);
    border-bottom-color: rgb(237 233 254 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-violet-200\/0 {
    border-top-color: rgb(221 214 254 / 0);
    border-bottom-color: rgb(221 214 254 / 0);
  }

  .lg\:border-y-violet-200\/10 {
    border-top-color: rgb(221 214 254 / 0.1);
    border-bottom-color: rgb(221 214 254 / 0.1);
  }

  .lg\:border-y-violet-200\/100 {
    border-top-color: rgb(221 214 254 / 1);
    border-bottom-color: rgb(221 214 254 / 1);
  }

  .lg\:border-y-violet-200\/15 {
    border-top-color: rgb(221 214 254 / 0.15);
    border-bottom-color: rgb(221 214 254 / 0.15);
  }

  .lg\:border-y-violet-200\/20 {
    border-top-color: rgb(221 214 254 / 0.2);
    border-bottom-color: rgb(221 214 254 / 0.2);
  }

  .lg\:border-y-violet-200\/25 {
    border-top-color: rgb(221 214 254 / 0.25);
    border-bottom-color: rgb(221 214 254 / 0.25);
  }

  .lg\:border-y-violet-200\/30 {
    border-top-color: rgb(221 214 254 / 0.3);
    border-bottom-color: rgb(221 214 254 / 0.3);
  }

  .lg\:border-y-violet-200\/35 {
    border-top-color: rgb(221 214 254 / 0.35);
    border-bottom-color: rgb(221 214 254 / 0.35);
  }

  .lg\:border-y-violet-200\/40 {
    border-top-color: rgb(221 214 254 / 0.4);
    border-bottom-color: rgb(221 214 254 / 0.4);
  }

  .lg\:border-y-violet-200\/45 {
    border-top-color: rgb(221 214 254 / 0.45);
    border-bottom-color: rgb(221 214 254 / 0.45);
  }

  .lg\:border-y-violet-200\/5 {
    border-top-color: rgb(221 214 254 / 0.05);
    border-bottom-color: rgb(221 214 254 / 0.05);
  }

  .lg\:border-y-violet-200\/50 {
    border-top-color: rgb(221 214 254 / 0.5);
    border-bottom-color: rgb(221 214 254 / 0.5);
  }

  .lg\:border-y-violet-200\/55 {
    border-top-color: rgb(221 214 254 / 0.55);
    border-bottom-color: rgb(221 214 254 / 0.55);
  }

  .lg\:border-y-violet-200\/60 {
    border-top-color: rgb(221 214 254 / 0.6);
    border-bottom-color: rgb(221 214 254 / 0.6);
  }

  .lg\:border-y-violet-200\/65 {
    border-top-color: rgb(221 214 254 / 0.65);
    border-bottom-color: rgb(221 214 254 / 0.65);
  }

  .lg\:border-y-violet-200\/70 {
    border-top-color: rgb(221 214 254 / 0.7);
    border-bottom-color: rgb(221 214 254 / 0.7);
  }

  .lg\:border-y-violet-200\/75 {
    border-top-color: rgb(221 214 254 / 0.75);
    border-bottom-color: rgb(221 214 254 / 0.75);
  }

  .lg\:border-y-violet-200\/80 {
    border-top-color: rgb(221 214 254 / 0.8);
    border-bottom-color: rgb(221 214 254 / 0.8);
  }

  .lg\:border-y-violet-200\/85 {
    border-top-color: rgb(221 214 254 / 0.85);
    border-bottom-color: rgb(221 214 254 / 0.85);
  }

  .lg\:border-y-violet-200\/90 {
    border-top-color: rgb(221 214 254 / 0.9);
    border-bottom-color: rgb(221 214 254 / 0.9);
  }

  .lg\:border-y-violet-200\/95 {
    border-top-color: rgb(221 214 254 / 0.95);
    border-bottom-color: rgb(221 214 254 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-violet-300\/0 {
    border-top-color: rgb(196 181 253 / 0);
    border-bottom-color: rgb(196 181 253 / 0);
  }

  .lg\:border-y-violet-300\/10 {
    border-top-color: rgb(196 181 253 / 0.1);
    border-bottom-color: rgb(196 181 253 / 0.1);
  }

  .lg\:border-y-violet-300\/100 {
    border-top-color: rgb(196 181 253 / 1);
    border-bottom-color: rgb(196 181 253 / 1);
  }

  .lg\:border-y-violet-300\/15 {
    border-top-color: rgb(196 181 253 / 0.15);
    border-bottom-color: rgb(196 181 253 / 0.15);
  }

  .lg\:border-y-violet-300\/20 {
    border-top-color: rgb(196 181 253 / 0.2);
    border-bottom-color: rgb(196 181 253 / 0.2);
  }

  .lg\:border-y-violet-300\/25 {
    border-top-color: rgb(196 181 253 / 0.25);
    border-bottom-color: rgb(196 181 253 / 0.25);
  }

  .lg\:border-y-violet-300\/30 {
    border-top-color: rgb(196 181 253 / 0.3);
    border-bottom-color: rgb(196 181 253 / 0.3);
  }

  .lg\:border-y-violet-300\/35 {
    border-top-color: rgb(196 181 253 / 0.35);
    border-bottom-color: rgb(196 181 253 / 0.35);
  }

  .lg\:border-y-violet-300\/40 {
    border-top-color: rgb(196 181 253 / 0.4);
    border-bottom-color: rgb(196 181 253 / 0.4);
  }

  .lg\:border-y-violet-300\/45 {
    border-top-color: rgb(196 181 253 / 0.45);
    border-bottom-color: rgb(196 181 253 / 0.45);
  }

  .lg\:border-y-violet-300\/5 {
    border-top-color: rgb(196 181 253 / 0.05);
    border-bottom-color: rgb(196 181 253 / 0.05);
  }

  .lg\:border-y-violet-300\/50 {
    border-top-color: rgb(196 181 253 / 0.5);
    border-bottom-color: rgb(196 181 253 / 0.5);
  }

  .lg\:border-y-violet-300\/55 {
    border-top-color: rgb(196 181 253 / 0.55);
    border-bottom-color: rgb(196 181 253 / 0.55);
  }

  .lg\:border-y-violet-300\/60 {
    border-top-color: rgb(196 181 253 / 0.6);
    border-bottom-color: rgb(196 181 253 / 0.6);
  }

  .lg\:border-y-violet-300\/65 {
    border-top-color: rgb(196 181 253 / 0.65);
    border-bottom-color: rgb(196 181 253 / 0.65);
  }

  .lg\:border-y-violet-300\/70 {
    border-top-color: rgb(196 181 253 / 0.7);
    border-bottom-color: rgb(196 181 253 / 0.7);
  }

  .lg\:border-y-violet-300\/75 {
    border-top-color: rgb(196 181 253 / 0.75);
    border-bottom-color: rgb(196 181 253 / 0.75);
  }

  .lg\:border-y-violet-300\/80 {
    border-top-color: rgb(196 181 253 / 0.8);
    border-bottom-color: rgb(196 181 253 / 0.8);
  }

  .lg\:border-y-violet-300\/85 {
    border-top-color: rgb(196 181 253 / 0.85);
    border-bottom-color: rgb(196 181 253 / 0.85);
  }

  .lg\:border-y-violet-300\/90 {
    border-top-color: rgb(196 181 253 / 0.9);
    border-bottom-color: rgb(196 181 253 / 0.9);
  }

  .lg\:border-y-violet-300\/95 {
    border-top-color: rgb(196 181 253 / 0.95);
    border-bottom-color: rgb(196 181 253 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-violet-400\/0 {
    border-top-color: rgb(167 139 250 / 0);
    border-bottom-color: rgb(167 139 250 / 0);
  }

  .lg\:border-y-violet-400\/10 {
    border-top-color: rgb(167 139 250 / 0.1);
    border-bottom-color: rgb(167 139 250 / 0.1);
  }

  .lg\:border-y-violet-400\/100 {
    border-top-color: rgb(167 139 250 / 1);
    border-bottom-color: rgb(167 139 250 / 1);
  }

  .lg\:border-y-violet-400\/15 {
    border-top-color: rgb(167 139 250 / 0.15);
    border-bottom-color: rgb(167 139 250 / 0.15);
  }

  .lg\:border-y-violet-400\/20 {
    border-top-color: rgb(167 139 250 / 0.2);
    border-bottom-color: rgb(167 139 250 / 0.2);
  }

  .lg\:border-y-violet-400\/25 {
    border-top-color: rgb(167 139 250 / 0.25);
    border-bottom-color: rgb(167 139 250 / 0.25);
  }

  .lg\:border-y-violet-400\/30 {
    border-top-color: rgb(167 139 250 / 0.3);
    border-bottom-color: rgb(167 139 250 / 0.3);
  }

  .lg\:border-y-violet-400\/35 {
    border-top-color: rgb(167 139 250 / 0.35);
    border-bottom-color: rgb(167 139 250 / 0.35);
  }

  .lg\:border-y-violet-400\/40 {
    border-top-color: rgb(167 139 250 / 0.4);
    border-bottom-color: rgb(167 139 250 / 0.4);
  }

  .lg\:border-y-violet-400\/45 {
    border-top-color: rgb(167 139 250 / 0.45);
    border-bottom-color: rgb(167 139 250 / 0.45);
  }

  .lg\:border-y-violet-400\/5 {
    border-top-color: rgb(167 139 250 / 0.05);
    border-bottom-color: rgb(167 139 250 / 0.05);
  }

  .lg\:border-y-violet-400\/50 {
    border-top-color: rgb(167 139 250 / 0.5);
    border-bottom-color: rgb(167 139 250 / 0.5);
  }

  .lg\:border-y-violet-400\/55 {
    border-top-color: rgb(167 139 250 / 0.55);
    border-bottom-color: rgb(167 139 250 / 0.55);
  }

  .lg\:border-y-violet-400\/60 {
    border-top-color: rgb(167 139 250 / 0.6);
    border-bottom-color: rgb(167 139 250 / 0.6);
  }

  .lg\:border-y-violet-400\/65 {
    border-top-color: rgb(167 139 250 / 0.65);
    border-bottom-color: rgb(167 139 250 / 0.65);
  }

  .lg\:border-y-violet-400\/70 {
    border-top-color: rgb(167 139 250 / 0.7);
    border-bottom-color: rgb(167 139 250 / 0.7);
  }

  .lg\:border-y-violet-400\/75 {
    border-top-color: rgb(167 139 250 / 0.75);
    border-bottom-color: rgb(167 139 250 / 0.75);
  }

  .lg\:border-y-violet-400\/80 {
    border-top-color: rgb(167 139 250 / 0.8);
    border-bottom-color: rgb(167 139 250 / 0.8);
  }

  .lg\:border-y-violet-400\/85 {
    border-top-color: rgb(167 139 250 / 0.85);
    border-bottom-color: rgb(167 139 250 / 0.85);
  }

  .lg\:border-y-violet-400\/90 {
    border-top-color: rgb(167 139 250 / 0.9);
    border-bottom-color: rgb(167 139 250 / 0.9);
  }

  .lg\:border-y-violet-400\/95 {
    border-top-color: rgb(167 139 250 / 0.95);
    border-bottom-color: rgb(167 139 250 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-violet-50\/0 {
    border-top-color: rgb(245 243 255 / 0);
    border-bottom-color: rgb(245 243 255 / 0);
  }

  .lg\:border-y-violet-50\/10 {
    border-top-color: rgb(245 243 255 / 0.1);
    border-bottom-color: rgb(245 243 255 / 0.1);
  }

  .lg\:border-y-violet-50\/100 {
    border-top-color: rgb(245 243 255 / 1);
    border-bottom-color: rgb(245 243 255 / 1);
  }

  .lg\:border-y-violet-50\/15 {
    border-top-color: rgb(245 243 255 / 0.15);
    border-bottom-color: rgb(245 243 255 / 0.15);
  }

  .lg\:border-y-violet-50\/20 {
    border-top-color: rgb(245 243 255 / 0.2);
    border-bottom-color: rgb(245 243 255 / 0.2);
  }

  .lg\:border-y-violet-50\/25 {
    border-top-color: rgb(245 243 255 / 0.25);
    border-bottom-color: rgb(245 243 255 / 0.25);
  }

  .lg\:border-y-violet-50\/30 {
    border-top-color: rgb(245 243 255 / 0.3);
    border-bottom-color: rgb(245 243 255 / 0.3);
  }

  .lg\:border-y-violet-50\/35 {
    border-top-color: rgb(245 243 255 / 0.35);
    border-bottom-color: rgb(245 243 255 / 0.35);
  }

  .lg\:border-y-violet-50\/40 {
    border-top-color: rgb(245 243 255 / 0.4);
    border-bottom-color: rgb(245 243 255 / 0.4);
  }

  .lg\:border-y-violet-50\/45 {
    border-top-color: rgb(245 243 255 / 0.45);
    border-bottom-color: rgb(245 243 255 / 0.45);
  }

  .lg\:border-y-violet-50\/5 {
    border-top-color: rgb(245 243 255 / 0.05);
    border-bottom-color: rgb(245 243 255 / 0.05);
  }

  .lg\:border-y-violet-50\/50 {
    border-top-color: rgb(245 243 255 / 0.5);
    border-bottom-color: rgb(245 243 255 / 0.5);
  }

  .lg\:border-y-violet-50\/55 {
    border-top-color: rgb(245 243 255 / 0.55);
    border-bottom-color: rgb(245 243 255 / 0.55);
  }

  .lg\:border-y-violet-50\/60 {
    border-top-color: rgb(245 243 255 / 0.6);
    border-bottom-color: rgb(245 243 255 / 0.6);
  }

  .lg\:border-y-violet-50\/65 {
    border-top-color: rgb(245 243 255 / 0.65);
    border-bottom-color: rgb(245 243 255 / 0.65);
  }

  .lg\:border-y-violet-50\/70 {
    border-top-color: rgb(245 243 255 / 0.7);
    border-bottom-color: rgb(245 243 255 / 0.7);
  }

  .lg\:border-y-violet-50\/75 {
    border-top-color: rgb(245 243 255 / 0.75);
    border-bottom-color: rgb(245 243 255 / 0.75);
  }

  .lg\:border-y-violet-50\/80 {
    border-top-color: rgb(245 243 255 / 0.8);
    border-bottom-color: rgb(245 243 255 / 0.8);
  }

  .lg\:border-y-violet-50\/85 {
    border-top-color: rgb(245 243 255 / 0.85);
    border-bottom-color: rgb(245 243 255 / 0.85);
  }

  .lg\:border-y-violet-50\/90 {
    border-top-color: rgb(245 243 255 / 0.9);
    border-bottom-color: rgb(245 243 255 / 0.9);
  }

  .lg\:border-y-violet-50\/95 {
    border-top-color: rgb(245 243 255 / 0.95);
    border-bottom-color: rgb(245 243 255 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-violet-500\/0 {
    border-top-color: rgb(139 92 246 / 0);
    border-bottom-color: rgb(139 92 246 / 0);
  }

  .lg\:border-y-violet-500\/10 {
    border-top-color: rgb(139 92 246 / 0.1);
    border-bottom-color: rgb(139 92 246 / 0.1);
  }

  .lg\:border-y-violet-500\/100 {
    border-top-color: rgb(139 92 246 / 1);
    border-bottom-color: rgb(139 92 246 / 1);
  }

  .lg\:border-y-violet-500\/15 {
    border-top-color: rgb(139 92 246 / 0.15);
    border-bottom-color: rgb(139 92 246 / 0.15);
  }

  .lg\:border-y-violet-500\/20 {
    border-top-color: rgb(139 92 246 / 0.2);
    border-bottom-color: rgb(139 92 246 / 0.2);
  }

  .lg\:border-y-violet-500\/25 {
    border-top-color: rgb(139 92 246 / 0.25);
    border-bottom-color: rgb(139 92 246 / 0.25);
  }

  .lg\:border-y-violet-500\/30 {
    border-top-color: rgb(139 92 246 / 0.3);
    border-bottom-color: rgb(139 92 246 / 0.3);
  }

  .lg\:border-y-violet-500\/35 {
    border-top-color: rgb(139 92 246 / 0.35);
    border-bottom-color: rgb(139 92 246 / 0.35);
  }

  .lg\:border-y-violet-500\/40 {
    border-top-color: rgb(139 92 246 / 0.4);
    border-bottom-color: rgb(139 92 246 / 0.4);
  }

  .lg\:border-y-violet-500\/45 {
    border-top-color: rgb(139 92 246 / 0.45);
    border-bottom-color: rgb(139 92 246 / 0.45);
  }

  .lg\:border-y-violet-500\/5 {
    border-top-color: rgb(139 92 246 / 0.05);
    border-bottom-color: rgb(139 92 246 / 0.05);
  }

  .lg\:border-y-violet-500\/50 {
    border-top-color: rgb(139 92 246 / 0.5);
    border-bottom-color: rgb(139 92 246 / 0.5);
  }

  .lg\:border-y-violet-500\/55 {
    border-top-color: rgb(139 92 246 / 0.55);
    border-bottom-color: rgb(139 92 246 / 0.55);
  }

  .lg\:border-y-violet-500\/60 {
    border-top-color: rgb(139 92 246 / 0.6);
    border-bottom-color: rgb(139 92 246 / 0.6);
  }

  .lg\:border-y-violet-500\/65 {
    border-top-color: rgb(139 92 246 / 0.65);
    border-bottom-color: rgb(139 92 246 / 0.65);
  }

  .lg\:border-y-violet-500\/70 {
    border-top-color: rgb(139 92 246 / 0.7);
    border-bottom-color: rgb(139 92 246 / 0.7);
  }

  .lg\:border-y-violet-500\/75 {
    border-top-color: rgb(139 92 246 / 0.75);
    border-bottom-color: rgb(139 92 246 / 0.75);
  }

  .lg\:border-y-violet-500\/80 {
    border-top-color: rgb(139 92 246 / 0.8);
    border-bottom-color: rgb(139 92 246 / 0.8);
  }

  .lg\:border-y-violet-500\/85 {
    border-top-color: rgb(139 92 246 / 0.85);
    border-bottom-color: rgb(139 92 246 / 0.85);
  }

  .lg\:border-y-violet-500\/90 {
    border-top-color: rgb(139 92 246 / 0.9);
    border-bottom-color: rgb(139 92 246 / 0.9);
  }

  .lg\:border-y-violet-500\/95 {
    border-top-color: rgb(139 92 246 / 0.95);
    border-bottom-color: rgb(139 92 246 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-violet-600\/0 {
    border-top-color: rgb(124 58 237 / 0);
    border-bottom-color: rgb(124 58 237 / 0);
  }

  .lg\:border-y-violet-600\/10 {
    border-top-color: rgb(124 58 237 / 0.1);
    border-bottom-color: rgb(124 58 237 / 0.1);
  }

  .lg\:border-y-violet-600\/100 {
    border-top-color: rgb(124 58 237 / 1);
    border-bottom-color: rgb(124 58 237 / 1);
  }

  .lg\:border-y-violet-600\/15 {
    border-top-color: rgb(124 58 237 / 0.15);
    border-bottom-color: rgb(124 58 237 / 0.15);
  }

  .lg\:border-y-violet-600\/20 {
    border-top-color: rgb(124 58 237 / 0.2);
    border-bottom-color: rgb(124 58 237 / 0.2);
  }

  .lg\:border-y-violet-600\/25 {
    border-top-color: rgb(124 58 237 / 0.25);
    border-bottom-color: rgb(124 58 237 / 0.25);
  }

  .lg\:border-y-violet-600\/30 {
    border-top-color: rgb(124 58 237 / 0.3);
    border-bottom-color: rgb(124 58 237 / 0.3);
  }

  .lg\:border-y-violet-600\/35 {
    border-top-color: rgb(124 58 237 / 0.35);
    border-bottom-color: rgb(124 58 237 / 0.35);
  }

  .lg\:border-y-violet-600\/40 {
    border-top-color: rgb(124 58 237 / 0.4);
    border-bottom-color: rgb(124 58 237 / 0.4);
  }

  .lg\:border-y-violet-600\/45 {
    border-top-color: rgb(124 58 237 / 0.45);
    border-bottom-color: rgb(124 58 237 / 0.45);
  }

  .lg\:border-y-violet-600\/5 {
    border-top-color: rgb(124 58 237 / 0.05);
    border-bottom-color: rgb(124 58 237 / 0.05);
  }

  .lg\:border-y-violet-600\/50 {
    border-top-color: rgb(124 58 237 / 0.5);
    border-bottom-color: rgb(124 58 237 / 0.5);
  }

  .lg\:border-y-violet-600\/55 {
    border-top-color: rgb(124 58 237 / 0.55);
    border-bottom-color: rgb(124 58 237 / 0.55);
  }

  .lg\:border-y-violet-600\/60 {
    border-top-color: rgb(124 58 237 / 0.6);
    border-bottom-color: rgb(124 58 237 / 0.6);
  }

  .lg\:border-y-violet-600\/65 {
    border-top-color: rgb(124 58 237 / 0.65);
    border-bottom-color: rgb(124 58 237 / 0.65);
  }

  .lg\:border-y-violet-600\/70 {
    border-top-color: rgb(124 58 237 / 0.7);
    border-bottom-color: rgb(124 58 237 / 0.7);
  }

  .lg\:border-y-violet-600\/75 {
    border-top-color: rgb(124 58 237 / 0.75);
    border-bottom-color: rgb(124 58 237 / 0.75);
  }

  .lg\:border-y-violet-600\/80 {
    border-top-color: rgb(124 58 237 / 0.8);
    border-bottom-color: rgb(124 58 237 / 0.8);
  }

  .lg\:border-y-violet-600\/85 {
    border-top-color: rgb(124 58 237 / 0.85);
    border-bottom-color: rgb(124 58 237 / 0.85);
  }

  .lg\:border-y-violet-600\/90 {
    border-top-color: rgb(124 58 237 / 0.9);
    border-bottom-color: rgb(124 58 237 / 0.9);
  }

  .lg\:border-y-violet-600\/95 {
    border-top-color: rgb(124 58 237 / 0.95);
    border-bottom-color: rgb(124 58 237 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-violet-700\/0 {
    border-top-color: rgb(109 40 217 / 0);
    border-bottom-color: rgb(109 40 217 / 0);
  }

  .lg\:border-y-violet-700\/10 {
    border-top-color: rgb(109 40 217 / 0.1);
    border-bottom-color: rgb(109 40 217 / 0.1);
  }

  .lg\:border-y-violet-700\/100 {
    border-top-color: rgb(109 40 217 / 1);
    border-bottom-color: rgb(109 40 217 / 1);
  }

  .lg\:border-y-violet-700\/15 {
    border-top-color: rgb(109 40 217 / 0.15);
    border-bottom-color: rgb(109 40 217 / 0.15);
  }

  .lg\:border-y-violet-700\/20 {
    border-top-color: rgb(109 40 217 / 0.2);
    border-bottom-color: rgb(109 40 217 / 0.2);
  }

  .lg\:border-y-violet-700\/25 {
    border-top-color: rgb(109 40 217 / 0.25);
    border-bottom-color: rgb(109 40 217 / 0.25);
  }

  .lg\:border-y-violet-700\/30 {
    border-top-color: rgb(109 40 217 / 0.3);
    border-bottom-color: rgb(109 40 217 / 0.3);
  }

  .lg\:border-y-violet-700\/35 {
    border-top-color: rgb(109 40 217 / 0.35);
    border-bottom-color: rgb(109 40 217 / 0.35);
  }

  .lg\:border-y-violet-700\/40 {
    border-top-color: rgb(109 40 217 / 0.4);
    border-bottom-color: rgb(109 40 217 / 0.4);
  }

  .lg\:border-y-violet-700\/45 {
    border-top-color: rgb(109 40 217 / 0.45);
    border-bottom-color: rgb(109 40 217 / 0.45);
  }

  .lg\:border-y-violet-700\/5 {
    border-top-color: rgb(109 40 217 / 0.05);
    border-bottom-color: rgb(109 40 217 / 0.05);
  }

  .lg\:border-y-violet-700\/50 {
    border-top-color: rgb(109 40 217 / 0.5);
    border-bottom-color: rgb(109 40 217 / 0.5);
  }

  .lg\:border-y-violet-700\/55 {
    border-top-color: rgb(109 40 217 / 0.55);
    border-bottom-color: rgb(109 40 217 / 0.55);
  }

  .lg\:border-y-violet-700\/60 {
    border-top-color: rgb(109 40 217 / 0.6);
    border-bottom-color: rgb(109 40 217 / 0.6);
  }

  .lg\:border-y-violet-700\/65 {
    border-top-color: rgb(109 40 217 / 0.65);
    border-bottom-color: rgb(109 40 217 / 0.65);
  }

  .lg\:border-y-violet-700\/70 {
    border-top-color: rgb(109 40 217 / 0.7);
    border-bottom-color: rgb(109 40 217 / 0.7);
  }

  .lg\:border-y-violet-700\/75 {
    border-top-color: rgb(109 40 217 / 0.75);
    border-bottom-color: rgb(109 40 217 / 0.75);
  }

  .lg\:border-y-violet-700\/80 {
    border-top-color: rgb(109 40 217 / 0.8);
    border-bottom-color: rgb(109 40 217 / 0.8);
  }

  .lg\:border-y-violet-700\/85 {
    border-top-color: rgb(109 40 217 / 0.85);
    border-bottom-color: rgb(109 40 217 / 0.85);
  }

  .lg\:border-y-violet-700\/90 {
    border-top-color: rgb(109 40 217 / 0.9);
    border-bottom-color: rgb(109 40 217 / 0.9);
  }

  .lg\:border-y-violet-700\/95 {
    border-top-color: rgb(109 40 217 / 0.95);
    border-bottom-color: rgb(109 40 217 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-violet-800\/0 {
    border-top-color: rgb(91 33 182 / 0);
    border-bottom-color: rgb(91 33 182 / 0);
  }

  .lg\:border-y-violet-800\/10 {
    border-top-color: rgb(91 33 182 / 0.1);
    border-bottom-color: rgb(91 33 182 / 0.1);
  }

  .lg\:border-y-violet-800\/100 {
    border-top-color: rgb(91 33 182 / 1);
    border-bottom-color: rgb(91 33 182 / 1);
  }

  .lg\:border-y-violet-800\/15 {
    border-top-color: rgb(91 33 182 / 0.15);
    border-bottom-color: rgb(91 33 182 / 0.15);
  }

  .lg\:border-y-violet-800\/20 {
    border-top-color: rgb(91 33 182 / 0.2);
    border-bottom-color: rgb(91 33 182 / 0.2);
  }

  .lg\:border-y-violet-800\/25 {
    border-top-color: rgb(91 33 182 / 0.25);
    border-bottom-color: rgb(91 33 182 / 0.25);
  }

  .lg\:border-y-violet-800\/30 {
    border-top-color: rgb(91 33 182 / 0.3);
    border-bottom-color: rgb(91 33 182 / 0.3);
  }

  .lg\:border-y-violet-800\/35 {
    border-top-color: rgb(91 33 182 / 0.35);
    border-bottom-color: rgb(91 33 182 / 0.35);
  }

  .lg\:border-y-violet-800\/40 {
    border-top-color: rgb(91 33 182 / 0.4);
    border-bottom-color: rgb(91 33 182 / 0.4);
  }

  .lg\:border-y-violet-800\/45 {
    border-top-color: rgb(91 33 182 / 0.45);
    border-bottom-color: rgb(91 33 182 / 0.45);
  }

  .lg\:border-y-violet-800\/5 {
    border-top-color: rgb(91 33 182 / 0.05);
    border-bottom-color: rgb(91 33 182 / 0.05);
  }

  .lg\:border-y-violet-800\/50 {
    border-top-color: rgb(91 33 182 / 0.5);
    border-bottom-color: rgb(91 33 182 / 0.5);
  }

  .lg\:border-y-violet-800\/55 {
    border-top-color: rgb(91 33 182 / 0.55);
    border-bottom-color: rgb(91 33 182 / 0.55);
  }

  .lg\:border-y-violet-800\/60 {
    border-top-color: rgb(91 33 182 / 0.6);
    border-bottom-color: rgb(91 33 182 / 0.6);
  }

  .lg\:border-y-violet-800\/65 {
    border-top-color: rgb(91 33 182 / 0.65);
    border-bottom-color: rgb(91 33 182 / 0.65);
  }

  .lg\:border-y-violet-800\/70 {
    border-top-color: rgb(91 33 182 / 0.7);
    border-bottom-color: rgb(91 33 182 / 0.7);
  }

  .lg\:border-y-violet-800\/75 {
    border-top-color: rgb(91 33 182 / 0.75);
    border-bottom-color: rgb(91 33 182 / 0.75);
  }

  .lg\:border-y-violet-800\/80 {
    border-top-color: rgb(91 33 182 / 0.8);
    border-bottom-color: rgb(91 33 182 / 0.8);
  }

  .lg\:border-y-violet-800\/85 {
    border-top-color: rgb(91 33 182 / 0.85);
    border-bottom-color: rgb(91 33 182 / 0.85);
  }

  .lg\:border-y-violet-800\/90 {
    border-top-color: rgb(91 33 182 / 0.9);
    border-bottom-color: rgb(91 33 182 / 0.9);
  }

  .lg\:border-y-violet-800\/95 {
    border-top-color: rgb(91 33 182 / 0.95);
    border-bottom-color: rgb(91 33 182 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-violet-900\/0 {
    border-top-color: rgb(76 29 149 / 0);
    border-bottom-color: rgb(76 29 149 / 0);
  }

  .lg\:border-y-violet-900\/10 {
    border-top-color: rgb(76 29 149 / 0.1);
    border-bottom-color: rgb(76 29 149 / 0.1);
  }

  .lg\:border-y-violet-900\/100 {
    border-top-color: rgb(76 29 149 / 1);
    border-bottom-color: rgb(76 29 149 / 1);
  }

  .lg\:border-y-violet-900\/15 {
    border-top-color: rgb(76 29 149 / 0.15);
    border-bottom-color: rgb(76 29 149 / 0.15);
  }

  .lg\:border-y-violet-900\/20 {
    border-top-color: rgb(76 29 149 / 0.2);
    border-bottom-color: rgb(76 29 149 / 0.2);
  }

  .lg\:border-y-violet-900\/25 {
    border-top-color: rgb(76 29 149 / 0.25);
    border-bottom-color: rgb(76 29 149 / 0.25);
  }

  .lg\:border-y-violet-900\/30 {
    border-top-color: rgb(76 29 149 / 0.3);
    border-bottom-color: rgb(76 29 149 / 0.3);
  }

  .lg\:border-y-violet-900\/35 {
    border-top-color: rgb(76 29 149 / 0.35);
    border-bottom-color: rgb(76 29 149 / 0.35);
  }

  .lg\:border-y-violet-900\/40 {
    border-top-color: rgb(76 29 149 / 0.4);
    border-bottom-color: rgb(76 29 149 / 0.4);
  }

  .lg\:border-y-violet-900\/45 {
    border-top-color: rgb(76 29 149 / 0.45);
    border-bottom-color: rgb(76 29 149 / 0.45);
  }

  .lg\:border-y-violet-900\/5 {
    border-top-color: rgb(76 29 149 / 0.05);
    border-bottom-color: rgb(76 29 149 / 0.05);
  }

  .lg\:border-y-violet-900\/50 {
    border-top-color: rgb(76 29 149 / 0.5);
    border-bottom-color: rgb(76 29 149 / 0.5);
  }

  .lg\:border-y-violet-900\/55 {
    border-top-color: rgb(76 29 149 / 0.55);
    border-bottom-color: rgb(76 29 149 / 0.55);
  }

  .lg\:border-y-violet-900\/60 {
    border-top-color: rgb(76 29 149 / 0.6);
    border-bottom-color: rgb(76 29 149 / 0.6);
  }

  .lg\:border-y-violet-900\/65 {
    border-top-color: rgb(76 29 149 / 0.65);
    border-bottom-color: rgb(76 29 149 / 0.65);
  }

  .lg\:border-y-violet-900\/70 {
    border-top-color: rgb(76 29 149 / 0.7);
    border-bottom-color: rgb(76 29 149 / 0.7);
  }

  .lg\:border-y-violet-900\/75 {
    border-top-color: rgb(76 29 149 / 0.75);
    border-bottom-color: rgb(76 29 149 / 0.75);
  }

  .lg\:border-y-violet-900\/80 {
    border-top-color: rgb(76 29 149 / 0.8);
    border-bottom-color: rgb(76 29 149 / 0.8);
  }

  .lg\:border-y-violet-900\/85 {
    border-top-color: rgb(76 29 149 / 0.85);
    border-bottom-color: rgb(76 29 149 / 0.85);
  }

  .lg\:border-y-violet-900\/90 {
    border-top-color: rgb(76 29 149 / 0.9);
    border-bottom-color: rgb(76 29 149 / 0.9);
  }

  .lg\:border-y-violet-900\/95 {
    border-top-color: rgb(76 29 149 / 0.95);
    border-bottom-color: rgb(76 29 149 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-violet-950\/0 {
    border-top-color: rgb(46 16 101 / 0);
    border-bottom-color: rgb(46 16 101 / 0);
  }

  .lg\:border-y-violet-950\/10 {
    border-top-color: rgb(46 16 101 / 0.1);
    border-bottom-color: rgb(46 16 101 / 0.1);
  }

  .lg\:border-y-violet-950\/100 {
    border-top-color: rgb(46 16 101 / 1);
    border-bottom-color: rgb(46 16 101 / 1);
  }

  .lg\:border-y-violet-950\/15 {
    border-top-color: rgb(46 16 101 / 0.15);
    border-bottom-color: rgb(46 16 101 / 0.15);
  }

  .lg\:border-y-violet-950\/20 {
    border-top-color: rgb(46 16 101 / 0.2);
    border-bottom-color: rgb(46 16 101 / 0.2);
  }

  .lg\:border-y-violet-950\/25 {
    border-top-color: rgb(46 16 101 / 0.25);
    border-bottom-color: rgb(46 16 101 / 0.25);
  }

  .lg\:border-y-violet-950\/30 {
    border-top-color: rgb(46 16 101 / 0.3);
    border-bottom-color: rgb(46 16 101 / 0.3);
  }

  .lg\:border-y-violet-950\/35 {
    border-top-color: rgb(46 16 101 / 0.35);
    border-bottom-color: rgb(46 16 101 / 0.35);
  }

  .lg\:border-y-violet-950\/40 {
    border-top-color: rgb(46 16 101 / 0.4);
    border-bottom-color: rgb(46 16 101 / 0.4);
  }

  .lg\:border-y-violet-950\/45 {
    border-top-color: rgb(46 16 101 / 0.45);
    border-bottom-color: rgb(46 16 101 / 0.45);
  }

  .lg\:border-y-violet-950\/5 {
    border-top-color: rgb(46 16 101 / 0.05);
    border-bottom-color: rgb(46 16 101 / 0.05);
  }

  .lg\:border-y-violet-950\/50 {
    border-top-color: rgb(46 16 101 / 0.5);
    border-bottom-color: rgb(46 16 101 / 0.5);
  }

  .lg\:border-y-violet-950\/55 {
    border-top-color: rgb(46 16 101 / 0.55);
    border-bottom-color: rgb(46 16 101 / 0.55);
  }

  .lg\:border-y-violet-950\/60 {
    border-top-color: rgb(46 16 101 / 0.6);
    border-bottom-color: rgb(46 16 101 / 0.6);
  }

  .lg\:border-y-violet-950\/65 {
    border-top-color: rgb(46 16 101 / 0.65);
    border-bottom-color: rgb(46 16 101 / 0.65);
  }

  .lg\:border-y-violet-950\/70 {
    border-top-color: rgb(46 16 101 / 0.7);
    border-bottom-color: rgb(46 16 101 / 0.7);
  }

  .lg\:border-y-violet-950\/75 {
    border-top-color: rgb(46 16 101 / 0.75);
    border-bottom-color: rgb(46 16 101 / 0.75);
  }

  .lg\:border-y-violet-950\/80 {
    border-top-color: rgb(46 16 101 / 0.8);
    border-bottom-color: rgb(46 16 101 / 0.8);
  }

  .lg\:border-y-violet-950\/85 {
    border-top-color: rgb(46 16 101 / 0.85);
    border-bottom-color: rgb(46 16 101 / 0.85);
  }

  .lg\:border-y-violet-950\/90 {
    border-top-color: rgb(46 16 101 / 0.9);
    border-bottom-color: rgb(46 16 101 / 0.9);
  }

  .lg\:border-y-violet-950\/95 {
    border-top-color: rgb(46 16 101 / 0.95);
    border-bottom-color: rgb(46 16 101 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-white\/0 {
    border-top-color: rgb(255 255 255 / 0);
    border-bottom-color: rgb(255 255 255 / 0);
  }

  .lg\:border-y-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1);
    border-bottom-color: rgb(255 255 255 / 0.1);
  }

  .lg\:border-y-white\/100 {
    border-top-color: rgb(255 255 255 / 1);
    border-bottom-color: rgb(255 255 255 / 1);
  }

  .lg\:border-y-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15);
    border-bottom-color: rgb(255 255 255 / 0.15);
  }

  .lg\:border-y-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2);
    border-bottom-color: rgb(255 255 255 / 0.2);
  }

  .lg\:border-y-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25);
    border-bottom-color: rgb(255 255 255 / 0.25);
  }

  .lg\:border-y-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3);
    border-bottom-color: rgb(255 255 255 / 0.3);
  }

  .lg\:border-y-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35);
    border-bottom-color: rgb(255 255 255 / 0.35);
  }

  .lg\:border-y-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4);
    border-bottom-color: rgb(255 255 255 / 0.4);
  }

  .lg\:border-y-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45);
    border-bottom-color: rgb(255 255 255 / 0.45);
  }

  .lg\:border-y-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05);
    border-bottom-color: rgb(255 255 255 / 0.05);
  }

  .lg\:border-y-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5);
    border-bottom-color: rgb(255 255 255 / 0.5);
  }

  .lg\:border-y-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55);
    border-bottom-color: rgb(255 255 255 / 0.55);
  }

  .lg\:border-y-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6);
    border-bottom-color: rgb(255 255 255 / 0.6);
  }

  .lg\:border-y-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65);
    border-bottom-color: rgb(255 255 255 / 0.65);
  }

  .lg\:border-y-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7);
    border-bottom-color: rgb(255 255 255 / 0.7);
  }

  .lg\:border-y-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75);
    border-bottom-color: rgb(255 255 255 / 0.75);
  }

  .lg\:border-y-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8);
    border-bottom-color: rgb(255 255 255 / 0.8);
  }

  .lg\:border-y-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85);
    border-bottom-color: rgb(255 255 255 / 0.85);
  }

  .lg\:border-y-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9);
    border-bottom-color: rgb(255 255 255 / 0.9);
  }

  .lg\:border-y-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95);
    border-bottom-color: rgb(255 255 255 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0);
    border-bottom-color: rgb(254 249 195 / 0);
  }

  .lg\:border-y-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1);
    border-bottom-color: rgb(254 249 195 / 0.1);
  }

  .lg\:border-y-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1);
    border-bottom-color: rgb(254 249 195 / 1);
  }

  .lg\:border-y-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15);
    border-bottom-color: rgb(254 249 195 / 0.15);
  }

  .lg\:border-y-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2);
    border-bottom-color: rgb(254 249 195 / 0.2);
  }

  .lg\:border-y-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25);
    border-bottom-color: rgb(254 249 195 / 0.25);
  }

  .lg\:border-y-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3);
    border-bottom-color: rgb(254 249 195 / 0.3);
  }

  .lg\:border-y-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35);
    border-bottom-color: rgb(254 249 195 / 0.35);
  }

  .lg\:border-y-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4);
    border-bottom-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-y-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45);
    border-bottom-color: rgb(254 249 195 / 0.45);
  }

  .lg\:border-y-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05);
    border-bottom-color: rgb(254 249 195 / 0.05);
  }

  .lg\:border-y-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5);
    border-bottom-color: rgb(254 249 195 / 0.5);
  }

  .lg\:border-y-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55);
    border-bottom-color: rgb(254 249 195 / 0.55);
  }

  .lg\:border-y-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6);
    border-bottom-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-y-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65);
    border-bottom-color: rgb(254 249 195 / 0.65);
  }

  .lg\:border-y-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7);
    border-bottom-color: rgb(254 249 195 / 0.7);
  }

  .lg\:border-y-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75);
    border-bottom-color: rgb(254 249 195 / 0.75);
  }

  .lg\:border-y-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8);
    border-bottom-color: rgb(254 249 195 / 0.8);
  }

  .lg\:border-y-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85);
    border-bottom-color: rgb(254 249 195 / 0.85);
  }

  .lg\:border-y-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9);
    border-bottom-color: rgb(254 249 195 / 0.9);
  }

  .lg\:border-y-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95);
    border-bottom-color: rgb(254 249 195 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0);
    border-bottom-color: rgb(254 240 138 / 0);
  }

  .lg\:border-y-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1);
    border-bottom-color: rgb(254 240 138 / 0.1);
  }

  .lg\:border-y-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1);
    border-bottom-color: rgb(254 240 138 / 1);
  }

  .lg\:border-y-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15);
    border-bottom-color: rgb(254 240 138 / 0.15);
  }

  .lg\:border-y-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2);
    border-bottom-color: rgb(254 240 138 / 0.2);
  }

  .lg\:border-y-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25);
    border-bottom-color: rgb(254 240 138 / 0.25);
  }

  .lg\:border-y-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3);
    border-bottom-color: rgb(254 240 138 / 0.3);
  }

  .lg\:border-y-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35);
    border-bottom-color: rgb(254 240 138 / 0.35);
  }

  .lg\:border-y-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4);
    border-bottom-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-y-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45);
    border-bottom-color: rgb(254 240 138 / 0.45);
  }

  .lg\:border-y-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05);
    border-bottom-color: rgb(254 240 138 / 0.05);
  }

  .lg\:border-y-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5);
    border-bottom-color: rgb(254 240 138 / 0.5);
  }

  .lg\:border-y-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55);
    border-bottom-color: rgb(254 240 138 / 0.55);
  }

  .lg\:border-y-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6);
    border-bottom-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-y-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65);
    border-bottom-color: rgb(254 240 138 / 0.65);
  }

  .lg\:border-y-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7);
    border-bottom-color: rgb(254 240 138 / 0.7);
  }

  .lg\:border-y-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75);
    border-bottom-color: rgb(254 240 138 / 0.75);
  }

  .lg\:border-y-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8);
    border-bottom-color: rgb(254 240 138 / 0.8);
  }

  .lg\:border-y-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85);
    border-bottom-color: rgb(254 240 138 / 0.85);
  }

  .lg\:border-y-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9);
    border-bottom-color: rgb(254 240 138 / 0.9);
  }

  .lg\:border-y-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95);
    border-bottom-color: rgb(254 240 138 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0);
    border-bottom-color: rgb(253 224 71 / 0);
  }

  .lg\:border-y-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1);
    border-bottom-color: rgb(253 224 71 / 0.1);
  }

  .lg\:border-y-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1);
    border-bottom-color: rgb(253 224 71 / 1);
  }

  .lg\:border-y-yellow-300\/15 {
    border-top-color: rgb(253 224 71 / 0.15);
    border-bottom-color: rgb(253 224 71 / 0.15);
  }

  .lg\:border-y-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2);
    border-bottom-color: rgb(253 224 71 / 0.2);
  }

  .lg\:border-y-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25);
    border-bottom-color: rgb(253 224 71 / 0.25);
  }

  .lg\:border-y-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3);
    border-bottom-color: rgb(253 224 71 / 0.3);
  }

  .lg\:border-y-yellow-300\/35 {
    border-top-color: rgb(253 224 71 / 0.35);
    border-bottom-color: rgb(253 224 71 / 0.35);
  }

  .lg\:border-y-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4);
    border-bottom-color: rgb(253 224 71 / 0.4);
  }

  .lg\:border-y-yellow-300\/45 {
    border-top-color: rgb(253 224 71 / 0.45);
    border-bottom-color: rgb(253 224 71 / 0.45);
  }

  .lg\:border-y-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05);
    border-bottom-color: rgb(253 224 71 / 0.05);
  }

  .lg\:border-y-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5);
    border-bottom-color: rgb(253 224 71 / 0.5);
  }

  .lg\:border-y-yellow-300\/55 {
    border-top-color: rgb(253 224 71 / 0.55);
    border-bottom-color: rgb(253 224 71 / 0.55);
  }

  .lg\:border-y-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6);
    border-bottom-color: rgb(253 224 71 / 0.6);
  }

  .lg\:border-y-yellow-300\/65 {
    border-top-color: rgb(253 224 71 / 0.65);
    border-bottom-color: rgb(253 224 71 / 0.65);
  }

  .lg\:border-y-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7);
    border-bottom-color: rgb(253 224 71 / 0.7);
  }

  .lg\:border-y-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75);
    border-bottom-color: rgb(253 224 71 / 0.75);
  }

  .lg\:border-y-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8);
    border-bottom-color: rgb(253 224 71 / 0.8);
  }

  .lg\:border-y-yellow-300\/85 {
    border-top-color: rgb(253 224 71 / 0.85);
    border-bottom-color: rgb(253 224 71 / 0.85);
  }

  .lg\:border-y-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9);
    border-bottom-color: rgb(253 224 71 / 0.9);
  }

  .lg\:border-y-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95);
    border-bottom-color: rgb(253 224 71 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0);
    border-bottom-color: rgb(250 204 21 / 0);
  }

  .lg\:border-y-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1);
    border-bottom-color: rgb(250 204 21 / 0.1);
  }

  .lg\:border-y-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1);
    border-bottom-color: rgb(250 204 21 / 1);
  }

  .lg\:border-y-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15);
    border-bottom-color: rgb(250 204 21 / 0.15);
  }

  .lg\:border-y-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2);
    border-bottom-color: rgb(250 204 21 / 0.2);
  }

  .lg\:border-y-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25);
    border-bottom-color: rgb(250 204 21 / 0.25);
  }

  .lg\:border-y-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3);
    border-bottom-color: rgb(250 204 21 / 0.3);
  }

  .lg\:border-y-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35);
    border-bottom-color: rgb(250 204 21 / 0.35);
  }

  .lg\:border-y-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4);
    border-bottom-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-y-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45);
    border-bottom-color: rgb(250 204 21 / 0.45);
  }

  .lg\:border-y-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05);
    border-bottom-color: rgb(250 204 21 / 0.05);
  }

  .lg\:border-y-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5);
    border-bottom-color: rgb(250 204 21 / 0.5);
  }

  .lg\:border-y-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55);
    border-bottom-color: rgb(250 204 21 / 0.55);
  }

  .lg\:border-y-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6);
    border-bottom-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-y-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65);
    border-bottom-color: rgb(250 204 21 / 0.65);
  }

  .lg\:border-y-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7);
    border-bottom-color: rgb(250 204 21 / 0.7);
  }

  .lg\:border-y-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75);
    border-bottom-color: rgb(250 204 21 / 0.75);
  }

  .lg\:border-y-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8);
    border-bottom-color: rgb(250 204 21 / 0.8);
  }

  .lg\:border-y-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85);
    border-bottom-color: rgb(250 204 21 / 0.85);
  }

  .lg\:border-y-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9);
    border-bottom-color: rgb(250 204 21 / 0.9);
  }

  .lg\:border-y-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95);
    border-bottom-color: rgb(250 204 21 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0);
    border-bottom-color: rgb(254 252 232 / 0);
  }

  .lg\:border-y-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1);
    border-bottom-color: rgb(254 252 232 / 0.1);
  }

  .lg\:border-y-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1);
    border-bottom-color: rgb(254 252 232 / 1);
  }

  .lg\:border-y-yellow-50\/15 {
    border-top-color: rgb(254 252 232 / 0.15);
    border-bottom-color: rgb(254 252 232 / 0.15);
  }

  .lg\:border-y-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2);
    border-bottom-color: rgb(254 252 232 / 0.2);
  }

  .lg\:border-y-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25);
    border-bottom-color: rgb(254 252 232 / 0.25);
  }

  .lg\:border-y-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3);
    border-bottom-color: rgb(254 252 232 / 0.3);
  }

  .lg\:border-y-yellow-50\/35 {
    border-top-color: rgb(254 252 232 / 0.35);
    border-bottom-color: rgb(254 252 232 / 0.35);
  }

  .lg\:border-y-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4);
    border-bottom-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-y-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45);
    border-bottom-color: rgb(254 252 232 / 0.45);
  }

  .lg\:border-y-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05);
    border-bottom-color: rgb(254 252 232 / 0.05);
  }

  .lg\:border-y-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5);
    border-bottom-color: rgb(254 252 232 / 0.5);
  }

  .lg\:border-y-yellow-50\/55 {
    border-top-color: rgb(254 252 232 / 0.55);
    border-bottom-color: rgb(254 252 232 / 0.55);
  }

  .lg\:border-y-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6);
    border-bottom-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-y-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65);
    border-bottom-color: rgb(254 252 232 / 0.65);
  }

  .lg\:border-y-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7);
    border-bottom-color: rgb(254 252 232 / 0.7);
  }

  .lg\:border-y-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75);
    border-bottom-color: rgb(254 252 232 / 0.75);
  }

  .lg\:border-y-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8);
    border-bottom-color: rgb(254 252 232 / 0.8);
  }

  .lg\:border-y-yellow-50\/85 {
    border-top-color: rgb(254 252 232 / 0.85);
    border-bottom-color: rgb(254 252 232 / 0.85);
  }

  .lg\:border-y-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9);
    border-bottom-color: rgb(254 252 232 / 0.9);
  }

  .lg\:border-y-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95);
    border-bottom-color: rgb(254 252 232 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0);
    border-bottom-color: rgb(234 179 8 / 0);
  }

  .lg\:border-y-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1);
    border-bottom-color: rgb(234 179 8 / 0.1);
  }

  .lg\:border-y-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1);
    border-bottom-color: rgb(234 179 8 / 1);
  }

  .lg\:border-y-yellow-500\/15 {
    border-top-color: rgb(234 179 8 / 0.15);
    border-bottom-color: rgb(234 179 8 / 0.15);
  }

  .lg\:border-y-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2);
    border-bottom-color: rgb(234 179 8 / 0.2);
  }

  .lg\:border-y-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25);
    border-bottom-color: rgb(234 179 8 / 0.25);
  }

  .lg\:border-y-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3);
    border-bottom-color: rgb(234 179 8 / 0.3);
  }

  .lg\:border-y-yellow-500\/35 {
    border-top-color: rgb(234 179 8 / 0.35);
    border-bottom-color: rgb(234 179 8 / 0.35);
  }

  .lg\:border-y-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4);
    border-bottom-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-y-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45);
    border-bottom-color: rgb(234 179 8 / 0.45);
  }

  .lg\:border-y-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05);
    border-bottom-color: rgb(234 179 8 / 0.05);
  }

  .lg\:border-y-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5);
    border-bottom-color: rgb(234 179 8 / 0.5);
  }

  .lg\:border-y-yellow-500\/55 {
    border-top-color: rgb(234 179 8 / 0.55);
    border-bottom-color: rgb(234 179 8 / 0.55);
  }

  .lg\:border-y-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6);
    border-bottom-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-y-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65);
    border-bottom-color: rgb(234 179 8 / 0.65);
  }

  .lg\:border-y-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7);
    border-bottom-color: rgb(234 179 8 / 0.7);
  }

  .lg\:border-y-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75);
    border-bottom-color: rgb(234 179 8 / 0.75);
  }

  .lg\:border-y-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8);
    border-bottom-color: rgb(234 179 8 / 0.8);
  }

  .lg\:border-y-yellow-500\/85 {
    border-top-color: rgb(234 179 8 / 0.85);
    border-bottom-color: rgb(234 179 8 / 0.85);
  }

  .lg\:border-y-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9);
    border-bottom-color: rgb(234 179 8 / 0.9);
  }

  .lg\:border-y-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95);
    border-bottom-color: rgb(234 179 8 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0);
    border-bottom-color: rgb(202 138 4 / 0);
  }

  .lg\:border-y-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1);
    border-bottom-color: rgb(202 138 4 / 0.1);
  }

  .lg\:border-y-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1);
    border-bottom-color: rgb(202 138 4 / 1);
  }

  .lg\:border-y-yellow-600\/15 {
    border-top-color: rgb(202 138 4 / 0.15);
    border-bottom-color: rgb(202 138 4 / 0.15);
  }

  .lg\:border-y-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2);
    border-bottom-color: rgb(202 138 4 / 0.2);
  }

  .lg\:border-y-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25);
    border-bottom-color: rgb(202 138 4 / 0.25);
  }

  .lg\:border-y-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3);
    border-bottom-color: rgb(202 138 4 / 0.3);
  }

  .lg\:border-y-yellow-600\/35 {
    border-top-color: rgb(202 138 4 / 0.35);
    border-bottom-color: rgb(202 138 4 / 0.35);
  }

  .lg\:border-y-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4);
    border-bottom-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-y-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45);
    border-bottom-color: rgb(202 138 4 / 0.45);
  }

  .lg\:border-y-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05);
    border-bottom-color: rgb(202 138 4 / 0.05);
  }

  .lg\:border-y-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5);
    border-bottom-color: rgb(202 138 4 / 0.5);
  }

  .lg\:border-y-yellow-600\/55 {
    border-top-color: rgb(202 138 4 / 0.55);
    border-bottom-color: rgb(202 138 4 / 0.55);
  }

  .lg\:border-y-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6);
    border-bottom-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-y-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65);
    border-bottom-color: rgb(202 138 4 / 0.65);
  }

  .lg\:border-y-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7);
    border-bottom-color: rgb(202 138 4 / 0.7);
  }

  .lg\:border-y-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75);
    border-bottom-color: rgb(202 138 4 / 0.75);
  }

  .lg\:border-y-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8);
    border-bottom-color: rgb(202 138 4 / 0.8);
  }

  .lg\:border-y-yellow-600\/85 {
    border-top-color: rgb(202 138 4 / 0.85);
    border-bottom-color: rgb(202 138 4 / 0.85);
  }

  .lg\:border-y-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9);
    border-bottom-color: rgb(202 138 4 / 0.9);
  }

  .lg\:border-y-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95);
    border-bottom-color: rgb(202 138 4 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0);
    border-bottom-color: rgb(161 98 7 / 0);
  }

  .lg\:border-y-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1);
    border-bottom-color: rgb(161 98 7 / 0.1);
  }

  .lg\:border-y-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1);
    border-bottom-color: rgb(161 98 7 / 1);
  }

  .lg\:border-y-yellow-700\/15 {
    border-top-color: rgb(161 98 7 / 0.15);
    border-bottom-color: rgb(161 98 7 / 0.15);
  }

  .lg\:border-y-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2);
    border-bottom-color: rgb(161 98 7 / 0.2);
  }

  .lg\:border-y-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25);
    border-bottom-color: rgb(161 98 7 / 0.25);
  }

  .lg\:border-y-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3);
    border-bottom-color: rgb(161 98 7 / 0.3);
  }

  .lg\:border-y-yellow-700\/35 {
    border-top-color: rgb(161 98 7 / 0.35);
    border-bottom-color: rgb(161 98 7 / 0.35);
  }

  .lg\:border-y-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4);
    border-bottom-color: rgb(161 98 7 / 0.4);
  }

  .lg\:border-y-yellow-700\/45 {
    border-top-color: rgb(161 98 7 / 0.45);
    border-bottom-color: rgb(161 98 7 / 0.45);
  }

  .lg\:border-y-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05);
    border-bottom-color: rgb(161 98 7 / 0.05);
  }

  .lg\:border-y-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5);
    border-bottom-color: rgb(161 98 7 / 0.5);
  }

  .lg\:border-y-yellow-700\/55 {
    border-top-color: rgb(161 98 7 / 0.55);
    border-bottom-color: rgb(161 98 7 / 0.55);
  }

  .lg\:border-y-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6);
    border-bottom-color: rgb(161 98 7 / 0.6);
  }

  .lg\:border-y-yellow-700\/65 {
    border-top-color: rgb(161 98 7 / 0.65);
    border-bottom-color: rgb(161 98 7 / 0.65);
  }

  .lg\:border-y-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7);
    border-bottom-color: rgb(161 98 7 / 0.7);
  }

  .lg\:border-y-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75);
    border-bottom-color: rgb(161 98 7 / 0.75);
  }

  .lg\:border-y-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8);
    border-bottom-color: rgb(161 98 7 / 0.8);
  }

  .lg\:border-y-yellow-700\/85 {
    border-top-color: rgb(161 98 7 / 0.85);
    border-bottom-color: rgb(161 98 7 / 0.85);
  }

  .lg\:border-y-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9);
    border-bottom-color: rgb(161 98 7 / 0.9);
  }

  .lg\:border-y-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95);
    border-bottom-color: rgb(161 98 7 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0);
    border-bottom-color: rgb(133 77 14 / 0);
  }

  .lg\:border-y-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1);
    border-bottom-color: rgb(133 77 14 / 0.1);
  }

  .lg\:border-y-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1);
    border-bottom-color: rgb(133 77 14 / 1);
  }

  .lg\:border-y-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15);
    border-bottom-color: rgb(133 77 14 / 0.15);
  }

  .lg\:border-y-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2);
    border-bottom-color: rgb(133 77 14 / 0.2);
  }

  .lg\:border-y-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25);
    border-bottom-color: rgb(133 77 14 / 0.25);
  }

  .lg\:border-y-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3);
    border-bottom-color: rgb(133 77 14 / 0.3);
  }

  .lg\:border-y-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35);
    border-bottom-color: rgb(133 77 14 / 0.35);
  }

  .lg\:border-y-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4);
    border-bottom-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-y-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45);
    border-bottom-color: rgb(133 77 14 / 0.45);
  }

  .lg\:border-y-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05);
    border-bottom-color: rgb(133 77 14 / 0.05);
  }

  .lg\:border-y-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5);
    border-bottom-color: rgb(133 77 14 / 0.5);
  }

  .lg\:border-y-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55);
    border-bottom-color: rgb(133 77 14 / 0.55);
  }

  .lg\:border-y-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6);
    border-bottom-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-y-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65);
    border-bottom-color: rgb(133 77 14 / 0.65);
  }

  .lg\:border-y-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7);
    border-bottom-color: rgb(133 77 14 / 0.7);
  }

  .lg\:border-y-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75);
    border-bottom-color: rgb(133 77 14 / 0.75);
  }

  .lg\:border-y-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8);
    border-bottom-color: rgb(133 77 14 / 0.8);
  }

  .lg\:border-y-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85);
    border-bottom-color: rgb(133 77 14 / 0.85);
  }

  .lg\:border-y-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9);
    border-bottom-color: rgb(133 77 14 / 0.9);
  }

  .lg\:border-y-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95);
    border-bottom-color: rgb(133 77 14 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0);
    border-bottom-color: rgb(113 63 18 / 0);
  }

  .lg\:border-y-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1);
    border-bottom-color: rgb(113 63 18 / 0.1);
  }

  .lg\:border-y-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1);
    border-bottom-color: rgb(113 63 18 / 1);
  }

  .lg\:border-y-yellow-900\/15 {
    border-top-color: rgb(113 63 18 / 0.15);
    border-bottom-color: rgb(113 63 18 / 0.15);
  }

  .lg\:border-y-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2);
    border-bottom-color: rgb(113 63 18 / 0.2);
  }

  .lg\:border-y-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25);
    border-bottom-color: rgb(113 63 18 / 0.25);
  }

  .lg\:border-y-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3);
    border-bottom-color: rgb(113 63 18 / 0.3);
  }

  .lg\:border-y-yellow-900\/35 {
    border-top-color: rgb(113 63 18 / 0.35);
    border-bottom-color: rgb(113 63 18 / 0.35);
  }

  .lg\:border-y-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4);
    border-bottom-color: rgb(113 63 18 / 0.4);
  }

  .lg\:border-y-yellow-900\/45 {
    border-top-color: rgb(113 63 18 / 0.45);
    border-bottom-color: rgb(113 63 18 / 0.45);
  }

  .lg\:border-y-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05);
    border-bottom-color: rgb(113 63 18 / 0.05);
  }

  .lg\:border-y-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5);
    border-bottom-color: rgb(113 63 18 / 0.5);
  }

  .lg\:border-y-yellow-900\/55 {
    border-top-color: rgb(113 63 18 / 0.55);
    border-bottom-color: rgb(113 63 18 / 0.55);
  }

  .lg\:border-y-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6);
    border-bottom-color: rgb(113 63 18 / 0.6);
  }

  .lg\:border-y-yellow-900\/65 {
    border-top-color: rgb(113 63 18 / 0.65);
    border-bottom-color: rgb(113 63 18 / 0.65);
  }

  .lg\:border-y-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7);
    border-bottom-color: rgb(113 63 18 / 0.7);
  }

  .lg\:border-y-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75);
    border-bottom-color: rgb(113 63 18 / 0.75);
  }

  .lg\:border-y-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8);
    border-bottom-color: rgb(113 63 18 / 0.8);
  }

  .lg\:border-y-yellow-900\/85 {
    border-top-color: rgb(113 63 18 / 0.85);
    border-bottom-color: rgb(113 63 18 / 0.85);
  }

  .lg\:border-y-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9);
    border-bottom-color: rgb(113 63 18 / 0.9);
  }

  .lg\:border-y-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95);
    border-bottom-color: rgb(113 63 18 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0);
    border-bottom-color: rgb(66 32 6 / 0);
  }

  .lg\:border-y-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1);
    border-bottom-color: rgb(66 32 6 / 0.1);
  }

  .lg\:border-y-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1);
    border-bottom-color: rgb(66 32 6 / 1);
  }

  .lg\:border-y-yellow-950\/15 {
    border-top-color: rgb(66 32 6 / 0.15);
    border-bottom-color: rgb(66 32 6 / 0.15);
  }

  .lg\:border-y-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2);
    border-bottom-color: rgb(66 32 6 / 0.2);
  }

  .lg\:border-y-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25);
    border-bottom-color: rgb(66 32 6 / 0.25);
  }

  .lg\:border-y-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3);
    border-bottom-color: rgb(66 32 6 / 0.3);
  }

  .lg\:border-y-yellow-950\/35 {
    border-top-color: rgb(66 32 6 / 0.35);
    border-bottom-color: rgb(66 32 6 / 0.35);
  }

  .lg\:border-y-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4);
    border-bottom-color: rgb(66 32 6 / 0.4);
  }

  .lg\:border-y-yellow-950\/45 {
    border-top-color: rgb(66 32 6 / 0.45);
    border-bottom-color: rgb(66 32 6 / 0.45);
  }

  .lg\:border-y-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05);
    border-bottom-color: rgb(66 32 6 / 0.05);
  }

  .lg\:border-y-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5);
    border-bottom-color: rgb(66 32 6 / 0.5);
  }

  .lg\:border-y-yellow-950\/55 {
    border-top-color: rgb(66 32 6 / 0.55);
    border-bottom-color: rgb(66 32 6 / 0.55);
  }

  .lg\:border-y-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6);
    border-bottom-color: rgb(66 32 6 / 0.6);
  }

  .lg\:border-y-yellow-950\/65 {
    border-top-color: rgb(66 32 6 / 0.65);
    border-bottom-color: rgb(66 32 6 / 0.65);
  }

  .lg\:border-y-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7);
    border-bottom-color: rgb(66 32 6 / 0.7);
  }

  .lg\:border-y-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75);
    border-bottom-color: rgb(66 32 6 / 0.75);
  }

  .lg\:border-y-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8);
    border-bottom-color: rgb(66 32 6 / 0.8);
  }

  .lg\:border-y-yellow-950\/85 {
    border-top-color: rgb(66 32 6 / 0.85);
    border-bottom-color: rgb(66 32 6 / 0.85);
  }

  .lg\:border-y-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9);
    border-bottom-color: rgb(66 32 6 / 0.9);
  }

  .lg\:border-y-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95);
    border-bottom-color: rgb(66 32 6 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-zinc-100\/0 {
    border-top-color: rgb(244 244 245 / 0);
    border-bottom-color: rgb(244 244 245 / 0);
  }

  .lg\:border-y-zinc-100\/10 {
    border-top-color: rgb(244 244 245 / 0.1);
    border-bottom-color: rgb(244 244 245 / 0.1);
  }

  .lg\:border-y-zinc-100\/100 {
    border-top-color: rgb(244 244 245 / 1);
    border-bottom-color: rgb(244 244 245 / 1);
  }

  .lg\:border-y-zinc-100\/15 {
    border-top-color: rgb(244 244 245 / 0.15);
    border-bottom-color: rgb(244 244 245 / 0.15);
  }

  .lg\:border-y-zinc-100\/20 {
    border-top-color: rgb(244 244 245 / 0.2);
    border-bottom-color: rgb(244 244 245 / 0.2);
  }

  .lg\:border-y-zinc-100\/25 {
    border-top-color: rgb(244 244 245 / 0.25);
    border-bottom-color: rgb(244 244 245 / 0.25);
  }

  .lg\:border-y-zinc-100\/30 {
    border-top-color: rgb(244 244 245 / 0.3);
    border-bottom-color: rgb(244 244 245 / 0.3);
  }

  .lg\:border-y-zinc-100\/35 {
    border-top-color: rgb(244 244 245 / 0.35);
    border-bottom-color: rgb(244 244 245 / 0.35);
  }

  .lg\:border-y-zinc-100\/40 {
    border-top-color: rgb(244 244 245 / 0.4);
    border-bottom-color: rgb(244 244 245 / 0.4);
  }

  .lg\:border-y-zinc-100\/45 {
    border-top-color: rgb(244 244 245 / 0.45);
    border-bottom-color: rgb(244 244 245 / 0.45);
  }

  .lg\:border-y-zinc-100\/5 {
    border-top-color: rgb(244 244 245 / 0.05);
    border-bottom-color: rgb(244 244 245 / 0.05);
  }

  .lg\:border-y-zinc-100\/50 {
    border-top-color: rgb(244 244 245 / 0.5);
    border-bottom-color: rgb(244 244 245 / 0.5);
  }

  .lg\:border-y-zinc-100\/55 {
    border-top-color: rgb(244 244 245 / 0.55);
    border-bottom-color: rgb(244 244 245 / 0.55);
  }

  .lg\:border-y-zinc-100\/60 {
    border-top-color: rgb(244 244 245 / 0.6);
    border-bottom-color: rgb(244 244 245 / 0.6);
  }

  .lg\:border-y-zinc-100\/65 {
    border-top-color: rgb(244 244 245 / 0.65);
    border-bottom-color: rgb(244 244 245 / 0.65);
  }

  .lg\:border-y-zinc-100\/70 {
    border-top-color: rgb(244 244 245 / 0.7);
    border-bottom-color: rgb(244 244 245 / 0.7);
  }

  .lg\:border-y-zinc-100\/75 {
    border-top-color: rgb(244 244 245 / 0.75);
    border-bottom-color: rgb(244 244 245 / 0.75);
  }

  .lg\:border-y-zinc-100\/80 {
    border-top-color: rgb(244 244 245 / 0.8);
    border-bottom-color: rgb(244 244 245 / 0.8);
  }

  .lg\:border-y-zinc-100\/85 {
    border-top-color: rgb(244 244 245 / 0.85);
    border-bottom-color: rgb(244 244 245 / 0.85);
  }

  .lg\:border-y-zinc-100\/90 {
    border-top-color: rgb(244 244 245 / 0.9);
    border-bottom-color: rgb(244 244 245 / 0.9);
  }

  .lg\:border-y-zinc-100\/95 {
    border-top-color: rgb(244 244 245 / 0.95);
    border-bottom-color: rgb(244 244 245 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-zinc-200\/0 {
    border-top-color: rgb(228 228 231 / 0);
    border-bottom-color: rgb(228 228 231 / 0);
  }

  .lg\:border-y-zinc-200\/10 {
    border-top-color: rgb(228 228 231 / 0.1);
    border-bottom-color: rgb(228 228 231 / 0.1);
  }

  .lg\:border-y-zinc-200\/100 {
    border-top-color: rgb(228 228 231 / 1);
    border-bottom-color: rgb(228 228 231 / 1);
  }

  .lg\:border-y-zinc-200\/15 {
    border-top-color: rgb(228 228 231 / 0.15);
    border-bottom-color: rgb(228 228 231 / 0.15);
  }

  .lg\:border-y-zinc-200\/20 {
    border-top-color: rgb(228 228 231 / 0.2);
    border-bottom-color: rgb(228 228 231 / 0.2);
  }

  .lg\:border-y-zinc-200\/25 {
    border-top-color: rgb(228 228 231 / 0.25);
    border-bottom-color: rgb(228 228 231 / 0.25);
  }

  .lg\:border-y-zinc-200\/30 {
    border-top-color: rgb(228 228 231 / 0.3);
    border-bottom-color: rgb(228 228 231 / 0.3);
  }

  .lg\:border-y-zinc-200\/35 {
    border-top-color: rgb(228 228 231 / 0.35);
    border-bottom-color: rgb(228 228 231 / 0.35);
  }

  .lg\:border-y-zinc-200\/40 {
    border-top-color: rgb(228 228 231 / 0.4);
    border-bottom-color: rgb(228 228 231 / 0.4);
  }

  .lg\:border-y-zinc-200\/45 {
    border-top-color: rgb(228 228 231 / 0.45);
    border-bottom-color: rgb(228 228 231 / 0.45);
  }

  .lg\:border-y-zinc-200\/5 {
    border-top-color: rgb(228 228 231 / 0.05);
    border-bottom-color: rgb(228 228 231 / 0.05);
  }

  .lg\:border-y-zinc-200\/50 {
    border-top-color: rgb(228 228 231 / 0.5);
    border-bottom-color: rgb(228 228 231 / 0.5);
  }

  .lg\:border-y-zinc-200\/55 {
    border-top-color: rgb(228 228 231 / 0.55);
    border-bottom-color: rgb(228 228 231 / 0.55);
  }

  .lg\:border-y-zinc-200\/60 {
    border-top-color: rgb(228 228 231 / 0.6);
    border-bottom-color: rgb(228 228 231 / 0.6);
  }

  .lg\:border-y-zinc-200\/65 {
    border-top-color: rgb(228 228 231 / 0.65);
    border-bottom-color: rgb(228 228 231 / 0.65);
  }

  .lg\:border-y-zinc-200\/70 {
    border-top-color: rgb(228 228 231 / 0.7);
    border-bottom-color: rgb(228 228 231 / 0.7);
  }

  .lg\:border-y-zinc-200\/75 {
    border-top-color: rgb(228 228 231 / 0.75);
    border-bottom-color: rgb(228 228 231 / 0.75);
  }

  .lg\:border-y-zinc-200\/80 {
    border-top-color: rgb(228 228 231 / 0.8);
    border-bottom-color: rgb(228 228 231 / 0.8);
  }

  .lg\:border-y-zinc-200\/85 {
    border-top-color: rgb(228 228 231 / 0.85);
    border-bottom-color: rgb(228 228 231 / 0.85);
  }

  .lg\:border-y-zinc-200\/90 {
    border-top-color: rgb(228 228 231 / 0.9);
    border-bottom-color: rgb(228 228 231 / 0.9);
  }

  .lg\:border-y-zinc-200\/95 {
    border-top-color: rgb(228 228 231 / 0.95);
    border-bottom-color: rgb(228 228 231 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-zinc-300\/0 {
    border-top-color: rgb(212 212 216 / 0);
    border-bottom-color: rgb(212 212 216 / 0);
  }

  .lg\:border-y-zinc-300\/10 {
    border-top-color: rgb(212 212 216 / 0.1);
    border-bottom-color: rgb(212 212 216 / 0.1);
  }

  .lg\:border-y-zinc-300\/100 {
    border-top-color: rgb(212 212 216 / 1);
    border-bottom-color: rgb(212 212 216 / 1);
  }

  .lg\:border-y-zinc-300\/15 {
    border-top-color: rgb(212 212 216 / 0.15);
    border-bottom-color: rgb(212 212 216 / 0.15);
  }

  .lg\:border-y-zinc-300\/20 {
    border-top-color: rgb(212 212 216 / 0.2);
    border-bottom-color: rgb(212 212 216 / 0.2);
  }

  .lg\:border-y-zinc-300\/25 {
    border-top-color: rgb(212 212 216 / 0.25);
    border-bottom-color: rgb(212 212 216 / 0.25);
  }

  .lg\:border-y-zinc-300\/30 {
    border-top-color: rgb(212 212 216 / 0.3);
    border-bottom-color: rgb(212 212 216 / 0.3);
  }

  .lg\:border-y-zinc-300\/35 {
    border-top-color: rgb(212 212 216 / 0.35);
    border-bottom-color: rgb(212 212 216 / 0.35);
  }

  .lg\:border-y-zinc-300\/40 {
    border-top-color: rgb(212 212 216 / 0.4);
    border-bottom-color: rgb(212 212 216 / 0.4);
  }

  .lg\:border-y-zinc-300\/45 {
    border-top-color: rgb(212 212 216 / 0.45);
    border-bottom-color: rgb(212 212 216 / 0.45);
  }

  .lg\:border-y-zinc-300\/5 {
    border-top-color: rgb(212 212 216 / 0.05);
    border-bottom-color: rgb(212 212 216 / 0.05);
  }

  .lg\:border-y-zinc-300\/50 {
    border-top-color: rgb(212 212 216 / 0.5);
    border-bottom-color: rgb(212 212 216 / 0.5);
  }

  .lg\:border-y-zinc-300\/55 {
    border-top-color: rgb(212 212 216 / 0.55);
    border-bottom-color: rgb(212 212 216 / 0.55);
  }

  .lg\:border-y-zinc-300\/60 {
    border-top-color: rgb(212 212 216 / 0.6);
    border-bottom-color: rgb(212 212 216 / 0.6);
  }

  .lg\:border-y-zinc-300\/65 {
    border-top-color: rgb(212 212 216 / 0.65);
    border-bottom-color: rgb(212 212 216 / 0.65);
  }

  .lg\:border-y-zinc-300\/70 {
    border-top-color: rgb(212 212 216 / 0.7);
    border-bottom-color: rgb(212 212 216 / 0.7);
  }

  .lg\:border-y-zinc-300\/75 {
    border-top-color: rgb(212 212 216 / 0.75);
    border-bottom-color: rgb(212 212 216 / 0.75);
  }

  .lg\:border-y-zinc-300\/80 {
    border-top-color: rgb(212 212 216 / 0.8);
    border-bottom-color: rgb(212 212 216 / 0.8);
  }

  .lg\:border-y-zinc-300\/85 {
    border-top-color: rgb(212 212 216 / 0.85);
    border-bottom-color: rgb(212 212 216 / 0.85);
  }

  .lg\:border-y-zinc-300\/90 {
    border-top-color: rgb(212 212 216 / 0.9);
    border-bottom-color: rgb(212 212 216 / 0.9);
  }

  .lg\:border-y-zinc-300\/95 {
    border-top-color: rgb(212 212 216 / 0.95);
    border-bottom-color: rgb(212 212 216 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-zinc-400\/0 {
    border-top-color: rgb(161 161 170 / 0);
    border-bottom-color: rgb(161 161 170 / 0);
  }

  .lg\:border-y-zinc-400\/10 {
    border-top-color: rgb(161 161 170 / 0.1);
    border-bottom-color: rgb(161 161 170 / 0.1);
  }

  .lg\:border-y-zinc-400\/100 {
    border-top-color: rgb(161 161 170 / 1);
    border-bottom-color: rgb(161 161 170 / 1);
  }

  .lg\:border-y-zinc-400\/15 {
    border-top-color: rgb(161 161 170 / 0.15);
    border-bottom-color: rgb(161 161 170 / 0.15);
  }

  .lg\:border-y-zinc-400\/20 {
    border-top-color: rgb(161 161 170 / 0.2);
    border-bottom-color: rgb(161 161 170 / 0.2);
  }

  .lg\:border-y-zinc-400\/25 {
    border-top-color: rgb(161 161 170 / 0.25);
    border-bottom-color: rgb(161 161 170 / 0.25);
  }

  .lg\:border-y-zinc-400\/30 {
    border-top-color: rgb(161 161 170 / 0.3);
    border-bottom-color: rgb(161 161 170 / 0.3);
  }

  .lg\:border-y-zinc-400\/35 {
    border-top-color: rgb(161 161 170 / 0.35);
    border-bottom-color: rgb(161 161 170 / 0.35);
  }

  .lg\:border-y-zinc-400\/40 {
    border-top-color: rgb(161 161 170 / 0.4);
    border-bottom-color: rgb(161 161 170 / 0.4);
  }

  .lg\:border-y-zinc-400\/45 {
    border-top-color: rgb(161 161 170 / 0.45);
    border-bottom-color: rgb(161 161 170 / 0.45);
  }

  .lg\:border-y-zinc-400\/5 {
    border-top-color: rgb(161 161 170 / 0.05);
    border-bottom-color: rgb(161 161 170 / 0.05);
  }

  .lg\:border-y-zinc-400\/50 {
    border-top-color: rgb(161 161 170 / 0.5);
    border-bottom-color: rgb(161 161 170 / 0.5);
  }

  .lg\:border-y-zinc-400\/55 {
    border-top-color: rgb(161 161 170 / 0.55);
    border-bottom-color: rgb(161 161 170 / 0.55);
  }

  .lg\:border-y-zinc-400\/60 {
    border-top-color: rgb(161 161 170 / 0.6);
    border-bottom-color: rgb(161 161 170 / 0.6);
  }

  .lg\:border-y-zinc-400\/65 {
    border-top-color: rgb(161 161 170 / 0.65);
    border-bottom-color: rgb(161 161 170 / 0.65);
  }

  .lg\:border-y-zinc-400\/70 {
    border-top-color: rgb(161 161 170 / 0.7);
    border-bottom-color: rgb(161 161 170 / 0.7);
  }

  .lg\:border-y-zinc-400\/75 {
    border-top-color: rgb(161 161 170 / 0.75);
    border-bottom-color: rgb(161 161 170 / 0.75);
  }

  .lg\:border-y-zinc-400\/80 {
    border-top-color: rgb(161 161 170 / 0.8);
    border-bottom-color: rgb(161 161 170 / 0.8);
  }

  .lg\:border-y-zinc-400\/85 {
    border-top-color: rgb(161 161 170 / 0.85);
    border-bottom-color: rgb(161 161 170 / 0.85);
  }

  .lg\:border-y-zinc-400\/90 {
    border-top-color: rgb(161 161 170 / 0.9);
    border-bottom-color: rgb(161 161 170 / 0.9);
  }

  .lg\:border-y-zinc-400\/95 {
    border-top-color: rgb(161 161 170 / 0.95);
    border-bottom-color: rgb(161 161 170 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-zinc-50\/0 {
    border-top-color: rgb(250 250 250 / 0);
    border-bottom-color: rgb(250 250 250 / 0);
  }

  .lg\:border-y-zinc-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1);
    border-bottom-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-y-zinc-50\/100 {
    border-top-color: rgb(250 250 250 / 1);
    border-bottom-color: rgb(250 250 250 / 1);
  }

  .lg\:border-y-zinc-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15);
    border-bottom-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-y-zinc-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2);
    border-bottom-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-y-zinc-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25);
    border-bottom-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-y-zinc-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3);
    border-bottom-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-y-zinc-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35);
    border-bottom-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-y-zinc-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4);
    border-bottom-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-y-zinc-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45);
    border-bottom-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-y-zinc-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05);
    border-bottom-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-y-zinc-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5);
    border-bottom-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-y-zinc-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55);
    border-bottom-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-y-zinc-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6);
    border-bottom-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-y-zinc-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65);
    border-bottom-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-y-zinc-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7);
    border-bottom-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-y-zinc-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75);
    border-bottom-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-y-zinc-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8);
    border-bottom-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-y-zinc-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85);
    border-bottom-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-y-zinc-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9);
    border-bottom-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-y-zinc-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95);
    border-bottom-color: rgb(250 250 250 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-zinc-500\/0 {
    border-top-color: rgb(113 113 122 / 0);
    border-bottom-color: rgb(113 113 122 / 0);
  }

  .lg\:border-y-zinc-500\/10 {
    border-top-color: rgb(113 113 122 / 0.1);
    border-bottom-color: rgb(113 113 122 / 0.1);
  }

  .lg\:border-y-zinc-500\/100 {
    border-top-color: rgb(113 113 122 / 1);
    border-bottom-color: rgb(113 113 122 / 1);
  }

  .lg\:border-y-zinc-500\/15 {
    border-top-color: rgb(113 113 122 / 0.15);
    border-bottom-color: rgb(113 113 122 / 0.15);
  }

  .lg\:border-y-zinc-500\/20 {
    border-top-color: rgb(113 113 122 / 0.2);
    border-bottom-color: rgb(113 113 122 / 0.2);
  }

  .lg\:border-y-zinc-500\/25 {
    border-top-color: rgb(113 113 122 / 0.25);
    border-bottom-color: rgb(113 113 122 / 0.25);
  }

  .lg\:border-y-zinc-500\/30 {
    border-top-color: rgb(113 113 122 / 0.3);
    border-bottom-color: rgb(113 113 122 / 0.3);
  }

  .lg\:border-y-zinc-500\/35 {
    border-top-color: rgb(113 113 122 / 0.35);
    border-bottom-color: rgb(113 113 122 / 0.35);
  }

  .lg\:border-y-zinc-500\/40 {
    border-top-color: rgb(113 113 122 / 0.4);
    border-bottom-color: rgb(113 113 122 / 0.4);
  }

  .lg\:border-y-zinc-500\/45 {
    border-top-color: rgb(113 113 122 / 0.45);
    border-bottom-color: rgb(113 113 122 / 0.45);
  }

  .lg\:border-y-zinc-500\/5 {
    border-top-color: rgb(113 113 122 / 0.05);
    border-bottom-color: rgb(113 113 122 / 0.05);
  }

  .lg\:border-y-zinc-500\/50 {
    border-top-color: rgb(113 113 122 / 0.5);
    border-bottom-color: rgb(113 113 122 / 0.5);
  }

  .lg\:border-y-zinc-500\/55 {
    border-top-color: rgb(113 113 122 / 0.55);
    border-bottom-color: rgb(113 113 122 / 0.55);
  }

  .lg\:border-y-zinc-500\/60 {
    border-top-color: rgb(113 113 122 / 0.6);
    border-bottom-color: rgb(113 113 122 / 0.6);
  }

  .lg\:border-y-zinc-500\/65 {
    border-top-color: rgb(113 113 122 / 0.65);
    border-bottom-color: rgb(113 113 122 / 0.65);
  }

  .lg\:border-y-zinc-500\/70 {
    border-top-color: rgb(113 113 122 / 0.7);
    border-bottom-color: rgb(113 113 122 / 0.7);
  }

  .lg\:border-y-zinc-500\/75 {
    border-top-color: rgb(113 113 122 / 0.75);
    border-bottom-color: rgb(113 113 122 / 0.75);
  }

  .lg\:border-y-zinc-500\/80 {
    border-top-color: rgb(113 113 122 / 0.8);
    border-bottom-color: rgb(113 113 122 / 0.8);
  }

  .lg\:border-y-zinc-500\/85 {
    border-top-color: rgb(113 113 122 / 0.85);
    border-bottom-color: rgb(113 113 122 / 0.85);
  }

  .lg\:border-y-zinc-500\/90 {
    border-top-color: rgb(113 113 122 / 0.9);
    border-bottom-color: rgb(113 113 122 / 0.9);
  }

  .lg\:border-y-zinc-500\/95 {
    border-top-color: rgb(113 113 122 / 0.95);
    border-bottom-color: rgb(113 113 122 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-zinc-600\/0 {
    border-top-color: rgb(82 82 91 / 0);
    border-bottom-color: rgb(82 82 91 / 0);
  }

  .lg\:border-y-zinc-600\/10 {
    border-top-color: rgb(82 82 91 / 0.1);
    border-bottom-color: rgb(82 82 91 / 0.1);
  }

  .lg\:border-y-zinc-600\/100 {
    border-top-color: rgb(82 82 91 / 1);
    border-bottom-color: rgb(82 82 91 / 1);
  }

  .lg\:border-y-zinc-600\/15 {
    border-top-color: rgb(82 82 91 / 0.15);
    border-bottom-color: rgb(82 82 91 / 0.15);
  }

  .lg\:border-y-zinc-600\/20 {
    border-top-color: rgb(82 82 91 / 0.2);
    border-bottom-color: rgb(82 82 91 / 0.2);
  }

  .lg\:border-y-zinc-600\/25 {
    border-top-color: rgb(82 82 91 / 0.25);
    border-bottom-color: rgb(82 82 91 / 0.25);
  }

  .lg\:border-y-zinc-600\/30 {
    border-top-color: rgb(82 82 91 / 0.3);
    border-bottom-color: rgb(82 82 91 / 0.3);
  }

  .lg\:border-y-zinc-600\/35 {
    border-top-color: rgb(82 82 91 / 0.35);
    border-bottom-color: rgb(82 82 91 / 0.35);
  }

  .lg\:border-y-zinc-600\/40 {
    border-top-color: rgb(82 82 91 / 0.4);
    border-bottom-color: rgb(82 82 91 / 0.4);
  }

  .lg\:border-y-zinc-600\/45 {
    border-top-color: rgb(82 82 91 / 0.45);
    border-bottom-color: rgb(82 82 91 / 0.45);
  }

  .lg\:border-y-zinc-600\/5 {
    border-top-color: rgb(82 82 91 / 0.05);
    border-bottom-color: rgb(82 82 91 / 0.05);
  }

  .lg\:border-y-zinc-600\/50 {
    border-top-color: rgb(82 82 91 / 0.5);
    border-bottom-color: rgb(82 82 91 / 0.5);
  }

  .lg\:border-y-zinc-600\/55 {
    border-top-color: rgb(82 82 91 / 0.55);
    border-bottom-color: rgb(82 82 91 / 0.55);
  }

  .lg\:border-y-zinc-600\/60 {
    border-top-color: rgb(82 82 91 / 0.6);
    border-bottom-color: rgb(82 82 91 / 0.6);
  }

  .lg\:border-y-zinc-600\/65 {
    border-top-color: rgb(82 82 91 / 0.65);
    border-bottom-color: rgb(82 82 91 / 0.65);
  }

  .lg\:border-y-zinc-600\/70 {
    border-top-color: rgb(82 82 91 / 0.7);
    border-bottom-color: rgb(82 82 91 / 0.7);
  }

  .lg\:border-y-zinc-600\/75 {
    border-top-color: rgb(82 82 91 / 0.75);
    border-bottom-color: rgb(82 82 91 / 0.75);
  }

  .lg\:border-y-zinc-600\/80 {
    border-top-color: rgb(82 82 91 / 0.8);
    border-bottom-color: rgb(82 82 91 / 0.8);
  }

  .lg\:border-y-zinc-600\/85 {
    border-top-color: rgb(82 82 91 / 0.85);
    border-bottom-color: rgb(82 82 91 / 0.85);
  }

  .lg\:border-y-zinc-600\/90 {
    border-top-color: rgb(82 82 91 / 0.9);
    border-bottom-color: rgb(82 82 91 / 0.9);
  }

  .lg\:border-y-zinc-600\/95 {
    border-top-color: rgb(82 82 91 / 0.95);
    border-bottom-color: rgb(82 82 91 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-zinc-700\/0 {
    border-top-color: rgb(63 63 70 / 0);
    border-bottom-color: rgb(63 63 70 / 0);
  }

  .lg\:border-y-zinc-700\/10 {
    border-top-color: rgb(63 63 70 / 0.1);
    border-bottom-color: rgb(63 63 70 / 0.1);
  }

  .lg\:border-y-zinc-700\/100 {
    border-top-color: rgb(63 63 70 / 1);
    border-bottom-color: rgb(63 63 70 / 1);
  }

  .lg\:border-y-zinc-700\/15 {
    border-top-color: rgb(63 63 70 / 0.15);
    border-bottom-color: rgb(63 63 70 / 0.15);
  }

  .lg\:border-y-zinc-700\/20 {
    border-top-color: rgb(63 63 70 / 0.2);
    border-bottom-color: rgb(63 63 70 / 0.2);
  }

  .lg\:border-y-zinc-700\/25 {
    border-top-color: rgb(63 63 70 / 0.25);
    border-bottom-color: rgb(63 63 70 / 0.25);
  }

  .lg\:border-y-zinc-700\/30 {
    border-top-color: rgb(63 63 70 / 0.3);
    border-bottom-color: rgb(63 63 70 / 0.3);
  }

  .lg\:border-y-zinc-700\/35 {
    border-top-color: rgb(63 63 70 / 0.35);
    border-bottom-color: rgb(63 63 70 / 0.35);
  }

  .lg\:border-y-zinc-700\/40 {
    border-top-color: rgb(63 63 70 / 0.4);
    border-bottom-color: rgb(63 63 70 / 0.4);
  }

  .lg\:border-y-zinc-700\/45 {
    border-top-color: rgb(63 63 70 / 0.45);
    border-bottom-color: rgb(63 63 70 / 0.45);
  }

  .lg\:border-y-zinc-700\/5 {
    border-top-color: rgb(63 63 70 / 0.05);
    border-bottom-color: rgb(63 63 70 / 0.05);
  }

  .lg\:border-y-zinc-700\/50 {
    border-top-color: rgb(63 63 70 / 0.5);
    border-bottom-color: rgb(63 63 70 / 0.5);
  }

  .lg\:border-y-zinc-700\/55 {
    border-top-color: rgb(63 63 70 / 0.55);
    border-bottom-color: rgb(63 63 70 / 0.55);
  }

  .lg\:border-y-zinc-700\/60 {
    border-top-color: rgb(63 63 70 / 0.6);
    border-bottom-color: rgb(63 63 70 / 0.6);
  }

  .lg\:border-y-zinc-700\/65 {
    border-top-color: rgb(63 63 70 / 0.65);
    border-bottom-color: rgb(63 63 70 / 0.65);
  }

  .lg\:border-y-zinc-700\/70 {
    border-top-color: rgb(63 63 70 / 0.7);
    border-bottom-color: rgb(63 63 70 / 0.7);
  }

  .lg\:border-y-zinc-700\/75 {
    border-top-color: rgb(63 63 70 / 0.75);
    border-bottom-color: rgb(63 63 70 / 0.75);
  }

  .lg\:border-y-zinc-700\/80 {
    border-top-color: rgb(63 63 70 / 0.8);
    border-bottom-color: rgb(63 63 70 / 0.8);
  }

  .lg\:border-y-zinc-700\/85 {
    border-top-color: rgb(63 63 70 / 0.85);
    border-bottom-color: rgb(63 63 70 / 0.85);
  }

  .lg\:border-y-zinc-700\/90 {
    border-top-color: rgb(63 63 70 / 0.9);
    border-bottom-color: rgb(63 63 70 / 0.9);
  }

  .lg\:border-y-zinc-700\/95 {
    border-top-color: rgb(63 63 70 / 0.95);
    border-bottom-color: rgb(63 63 70 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-zinc-800\/0 {
    border-top-color: rgb(39 39 42 / 0);
    border-bottom-color: rgb(39 39 42 / 0);
  }

  .lg\:border-y-zinc-800\/10 {
    border-top-color: rgb(39 39 42 / 0.1);
    border-bottom-color: rgb(39 39 42 / 0.1);
  }

  .lg\:border-y-zinc-800\/100 {
    border-top-color: rgb(39 39 42 / 1);
    border-bottom-color: rgb(39 39 42 / 1);
  }

  .lg\:border-y-zinc-800\/15 {
    border-top-color: rgb(39 39 42 / 0.15);
    border-bottom-color: rgb(39 39 42 / 0.15);
  }

  .lg\:border-y-zinc-800\/20 {
    border-top-color: rgb(39 39 42 / 0.2);
    border-bottom-color: rgb(39 39 42 / 0.2);
  }

  .lg\:border-y-zinc-800\/25 {
    border-top-color: rgb(39 39 42 / 0.25);
    border-bottom-color: rgb(39 39 42 / 0.25);
  }

  .lg\:border-y-zinc-800\/30 {
    border-top-color: rgb(39 39 42 / 0.3);
    border-bottom-color: rgb(39 39 42 / 0.3);
  }

  .lg\:border-y-zinc-800\/35 {
    border-top-color: rgb(39 39 42 / 0.35);
    border-bottom-color: rgb(39 39 42 / 0.35);
  }

  .lg\:border-y-zinc-800\/40 {
    border-top-color: rgb(39 39 42 / 0.4);
    border-bottom-color: rgb(39 39 42 / 0.4);
  }

  .lg\:border-y-zinc-800\/45 {
    border-top-color: rgb(39 39 42 / 0.45);
    border-bottom-color: rgb(39 39 42 / 0.45);
  }

  .lg\:border-y-zinc-800\/5 {
    border-top-color: rgb(39 39 42 / 0.05);
    border-bottom-color: rgb(39 39 42 / 0.05);
  }

  .lg\:border-y-zinc-800\/50 {
    border-top-color: rgb(39 39 42 / 0.5);
    border-bottom-color: rgb(39 39 42 / 0.5);
  }

  .lg\:border-y-zinc-800\/55 {
    border-top-color: rgb(39 39 42 / 0.55);
    border-bottom-color: rgb(39 39 42 / 0.55);
  }

  .lg\:border-y-zinc-800\/60 {
    border-top-color: rgb(39 39 42 / 0.6);
    border-bottom-color: rgb(39 39 42 / 0.6);
  }

  .lg\:border-y-zinc-800\/65 {
    border-top-color: rgb(39 39 42 / 0.65);
    border-bottom-color: rgb(39 39 42 / 0.65);
  }

  .lg\:border-y-zinc-800\/70 {
    border-top-color: rgb(39 39 42 / 0.7);
    border-bottom-color: rgb(39 39 42 / 0.7);
  }

  .lg\:border-y-zinc-800\/75 {
    border-top-color: rgb(39 39 42 / 0.75);
    border-bottom-color: rgb(39 39 42 / 0.75);
  }

  .lg\:border-y-zinc-800\/80 {
    border-top-color: rgb(39 39 42 / 0.8);
    border-bottom-color: rgb(39 39 42 / 0.8);
  }

  .lg\:border-y-zinc-800\/85 {
    border-top-color: rgb(39 39 42 / 0.85);
    border-bottom-color: rgb(39 39 42 / 0.85);
  }

  .lg\:border-y-zinc-800\/90 {
    border-top-color: rgb(39 39 42 / 0.9);
    border-bottom-color: rgb(39 39 42 / 0.9);
  }

  .lg\:border-y-zinc-800\/95 {
    border-top-color: rgb(39 39 42 / 0.95);
    border-bottom-color: rgb(39 39 42 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-zinc-900\/0 {
    border-top-color: rgb(24 24 27 / 0);
    border-bottom-color: rgb(24 24 27 / 0);
  }

  .lg\:border-y-zinc-900\/10 {
    border-top-color: rgb(24 24 27 / 0.1);
    border-bottom-color: rgb(24 24 27 / 0.1);
  }

  .lg\:border-y-zinc-900\/100 {
    border-top-color: rgb(24 24 27 / 1);
    border-bottom-color: rgb(24 24 27 / 1);
  }

  .lg\:border-y-zinc-900\/15 {
    border-top-color: rgb(24 24 27 / 0.15);
    border-bottom-color: rgb(24 24 27 / 0.15);
  }

  .lg\:border-y-zinc-900\/20 {
    border-top-color: rgb(24 24 27 / 0.2);
    border-bottom-color: rgb(24 24 27 / 0.2);
  }

  .lg\:border-y-zinc-900\/25 {
    border-top-color: rgb(24 24 27 / 0.25);
    border-bottom-color: rgb(24 24 27 / 0.25);
  }

  .lg\:border-y-zinc-900\/30 {
    border-top-color: rgb(24 24 27 / 0.3);
    border-bottom-color: rgb(24 24 27 / 0.3);
  }

  .lg\:border-y-zinc-900\/35 {
    border-top-color: rgb(24 24 27 / 0.35);
    border-bottom-color: rgb(24 24 27 / 0.35);
  }

  .lg\:border-y-zinc-900\/40 {
    border-top-color: rgb(24 24 27 / 0.4);
    border-bottom-color: rgb(24 24 27 / 0.4);
  }

  .lg\:border-y-zinc-900\/45 {
    border-top-color: rgb(24 24 27 / 0.45);
    border-bottom-color: rgb(24 24 27 / 0.45);
  }

  .lg\:border-y-zinc-900\/5 {
    border-top-color: rgb(24 24 27 / 0.05);
    border-bottom-color: rgb(24 24 27 / 0.05);
  }

  .lg\:border-y-zinc-900\/50 {
    border-top-color: rgb(24 24 27 / 0.5);
    border-bottom-color: rgb(24 24 27 / 0.5);
  }

  .lg\:border-y-zinc-900\/55 {
    border-top-color: rgb(24 24 27 / 0.55);
    border-bottom-color: rgb(24 24 27 / 0.55);
  }

  .lg\:border-y-zinc-900\/60 {
    border-top-color: rgb(24 24 27 / 0.6);
    border-bottom-color: rgb(24 24 27 / 0.6);
  }

  .lg\:border-y-zinc-900\/65 {
    border-top-color: rgb(24 24 27 / 0.65);
    border-bottom-color: rgb(24 24 27 / 0.65);
  }

  .lg\:border-y-zinc-900\/70 {
    border-top-color: rgb(24 24 27 / 0.7);
    border-bottom-color: rgb(24 24 27 / 0.7);
  }

  .lg\:border-y-zinc-900\/75 {
    border-top-color: rgb(24 24 27 / 0.75);
    border-bottom-color: rgb(24 24 27 / 0.75);
  }

  .lg\:border-y-zinc-900\/80 {
    border-top-color: rgb(24 24 27 / 0.8);
    border-bottom-color: rgb(24 24 27 / 0.8);
  }

  .lg\:border-y-zinc-900\/85 {
    border-top-color: rgb(24 24 27 / 0.85);
    border-bottom-color: rgb(24 24 27 / 0.85);
  }

  .lg\:border-y-zinc-900\/90 {
    border-top-color: rgb(24 24 27 / 0.9);
    border-bottom-color: rgb(24 24 27 / 0.9);
  }

  .lg\:border-y-zinc-900\/95 {
    border-top-color: rgb(24 24 27 / 0.95);
    border-bottom-color: rgb(24 24 27 / 0.95);
  }

  .lg\: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));
  }

  .lg\:border-y-zinc-950\/0 {
    border-top-color: rgb(9 9 11 / 0);
    border-bottom-color: rgb(9 9 11 / 0);
  }

  .lg\:border-y-zinc-950\/10 {
    border-top-color: rgb(9 9 11 / 0.1);
    border-bottom-color: rgb(9 9 11 / 0.1);
  }

  .lg\:border-y-zinc-950\/100 {
    border-top-color: rgb(9 9 11 / 1);
    border-bottom-color: rgb(9 9 11 / 1);
  }

  .lg\:border-y-zinc-950\/15 {
    border-top-color: rgb(9 9 11 / 0.15);
    border-bottom-color: rgb(9 9 11 / 0.15);
  }

  .lg\:border-y-zinc-950\/20 {
    border-top-color: rgb(9 9 11 / 0.2);
    border-bottom-color: rgb(9 9 11 / 0.2);
  }

  .lg\:border-y-zinc-950\/25 {
    border-top-color: rgb(9 9 11 / 0.25);
    border-bottom-color: rgb(9 9 11 / 0.25);
  }

  .lg\:border-y-zinc-950\/30 {
    border-top-color: rgb(9 9 11 / 0.3);
    border-bottom-color: rgb(9 9 11 / 0.3);
  }

  .lg\:border-y-zinc-950\/35 {
    border-top-color: rgb(9 9 11 / 0.35);
    border-bottom-color: rgb(9 9 11 / 0.35);
  }

  .lg\:border-y-zinc-950\/40 {
    border-top-color: rgb(9 9 11 / 0.4);
    border-bottom-color: rgb(9 9 11 / 0.4);
  }

  .lg\:border-y-zinc-950\/45 {
    border-top-color: rgb(9 9 11 / 0.45);
    border-bottom-color: rgb(9 9 11 / 0.45);
  }

  .lg\:border-y-zinc-950\/5 {
    border-top-color: rgb(9 9 11 / 0.05);
    border-bottom-color: rgb(9 9 11 / 0.05);
  }

  .lg\:border-y-zinc-950\/50 {
    border-top-color: rgb(9 9 11 / 0.5);
    border-bottom-color: rgb(9 9 11 / 0.5);
  }

  .lg\:border-y-zinc-950\/55 {
    border-top-color: rgb(9 9 11 / 0.55);
    border-bottom-color: rgb(9 9 11 / 0.55);
  }

  .lg\:border-y-zinc-950\/60 {
    border-top-color: rgb(9 9 11 / 0.6);
    border-bottom-color: rgb(9 9 11 / 0.6);
  }

  .lg\:border-y-zinc-950\/65 {
    border-top-color: rgb(9 9 11 / 0.65);
    border-bottom-color: rgb(9 9 11 / 0.65);
  }

  .lg\:border-y-zinc-950\/70 {
    border-top-color: rgb(9 9 11 / 0.7);
    border-bottom-color: rgb(9 9 11 / 0.7);
  }

  .lg\:border-y-zinc-950\/75 {
    border-top-color: rgb(9 9 11 / 0.75);
    border-bottom-color: rgb(9 9 11 / 0.75);
  }

  .lg\:border-y-zinc-950\/80 {
    border-top-color: rgb(9 9 11 / 0.8);
    border-bottom-color: rgb(9 9 11 / 0.8);
  }

  .lg\:border-y-zinc-950\/85 {
    border-top-color: rgb(9 9 11 / 0.85);
    border-bottom-color: rgb(9 9 11 / 0.85);
  }

  .lg\:border-y-zinc-950\/90 {
    border-top-color: rgb(9 9 11 / 0.9);
    border-bottom-color: rgb(9 9 11 / 0.9);
  }

  .lg\:border-y-zinc-950\/95 {
    border-top-color: rgb(9 9 11 / 0.95);
    border-bottom-color: rgb(9 9 11 / 0.95);
  }

  .lg\:border-b-amber-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity));
  }

  .lg\:border-b-amber-100\/0 {
    border-bottom-color: rgb(254 243 199 / 0);
  }

  .lg\:border-b-amber-100\/10 {
    border-bottom-color: rgb(254 243 199 / 0.1);
  }

  .lg\:border-b-amber-100\/100 {
    border-bottom-color: rgb(254 243 199 / 1);
  }

  .lg\:border-b-amber-100\/15 {
    border-bottom-color: rgb(254 243 199 / 0.15);
  }

  .lg\:border-b-amber-100\/20 {
    border-bottom-color: rgb(254 243 199 / 0.2);
  }

  .lg\:border-b-amber-100\/25 {
    border-bottom-color: rgb(254 243 199 / 0.25);
  }

  .lg\:border-b-amber-100\/30 {
    border-bottom-color: rgb(254 243 199 / 0.3);
  }

  .lg\:border-b-amber-100\/35 {
    border-bottom-color: rgb(254 243 199 / 0.35);
  }

  .lg\:border-b-amber-100\/40 {
    border-bottom-color: rgb(254 243 199 / 0.4);
  }

  .lg\:border-b-amber-100\/45 {
    border-bottom-color: rgb(254 243 199 / 0.45);
  }

  .lg\:border-b-amber-100\/5 {
    border-bottom-color: rgb(254 243 199 / 0.05);
  }

  .lg\:border-b-amber-100\/50 {
    border-bottom-color: rgb(254 243 199 / 0.5);
  }

  .lg\:border-b-amber-100\/55 {
    border-bottom-color: rgb(254 243 199 / 0.55);
  }

  .lg\:border-b-amber-100\/60 {
    border-bottom-color: rgb(254 243 199 / 0.6);
  }

  .lg\:border-b-amber-100\/65 {
    border-bottom-color: rgb(254 243 199 / 0.65);
  }

  .lg\:border-b-amber-100\/70 {
    border-bottom-color: rgb(254 243 199 / 0.7);
  }

  .lg\:border-b-amber-100\/75 {
    border-bottom-color: rgb(254 243 199 / 0.75);
  }

  .lg\:border-b-amber-100\/80 {
    border-bottom-color: rgb(254 243 199 / 0.8);
  }

  .lg\:border-b-amber-100\/85 {
    border-bottom-color: rgb(254 243 199 / 0.85);
  }

  .lg\:border-b-amber-100\/90 {
    border-bottom-color: rgb(254 243 199 / 0.9);
  }

  .lg\:border-b-amber-100\/95 {
    border-bottom-color: rgb(254 243 199 / 0.95);
  }

  .lg\:border-b-amber-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity));
  }

  .lg\:border-b-amber-200\/0 {
    border-bottom-color: rgb(253 230 138 / 0);
  }

  .lg\:border-b-amber-200\/10 {
    border-bottom-color: rgb(253 230 138 / 0.1);
  }

  .lg\:border-b-amber-200\/100 {
    border-bottom-color: rgb(253 230 138 / 1);
  }

  .lg\:border-b-amber-200\/15 {
    border-bottom-color: rgb(253 230 138 / 0.15);
  }

  .lg\:border-b-amber-200\/20 {
    border-bottom-color: rgb(253 230 138 / 0.2);
  }

  .lg\:border-b-amber-200\/25 {
    border-bottom-color: rgb(253 230 138 / 0.25);
  }

  .lg\:border-b-amber-200\/30 {
    border-bottom-color: rgb(253 230 138 / 0.3);
  }

  .lg\:border-b-amber-200\/35 {
    border-bottom-color: rgb(253 230 138 / 0.35);
  }

  .lg\:border-b-amber-200\/40 {
    border-bottom-color: rgb(253 230 138 / 0.4);
  }

  .lg\:border-b-amber-200\/45 {
    border-bottom-color: rgb(253 230 138 / 0.45);
  }

  .lg\:border-b-amber-200\/5 {
    border-bottom-color: rgb(253 230 138 / 0.05);
  }

  .lg\:border-b-amber-200\/50 {
    border-bottom-color: rgb(253 230 138 / 0.5);
  }

  .lg\:border-b-amber-200\/55 {
    border-bottom-color: rgb(253 230 138 / 0.55);
  }

  .lg\:border-b-amber-200\/60 {
    border-bottom-color: rgb(253 230 138 / 0.6);
  }

  .lg\:border-b-amber-200\/65 {
    border-bottom-color: rgb(253 230 138 / 0.65);
  }

  .lg\:border-b-amber-200\/70 {
    border-bottom-color: rgb(253 230 138 / 0.7);
  }

  .lg\:border-b-amber-200\/75 {
    border-bottom-color: rgb(253 230 138 / 0.75);
  }

  .lg\:border-b-amber-200\/80 {
    border-bottom-color: rgb(253 230 138 / 0.8);
  }

  .lg\:border-b-amber-200\/85 {
    border-bottom-color: rgb(253 230 138 / 0.85);
  }

  .lg\:border-b-amber-200\/90 {
    border-bottom-color: rgb(253 230 138 / 0.9);
  }

  .lg\:border-b-amber-200\/95 {
    border-bottom-color: rgb(253 230 138 / 0.95);
  }

  .lg\:border-b-amber-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity));
  }

  .lg\:border-b-amber-300\/0 {
    border-bottom-color: rgb(252 211 77 / 0);
  }

  .lg\:border-b-amber-300\/10 {
    border-bottom-color: rgb(252 211 77 / 0.1);
  }

  .lg\:border-b-amber-300\/100 {
    border-bottom-color: rgb(252 211 77 / 1);
  }

  .lg\:border-b-amber-300\/15 {
    border-bottom-color: rgb(252 211 77 / 0.15);
  }

  .lg\:border-b-amber-300\/20 {
    border-bottom-color: rgb(252 211 77 / 0.2);
  }

  .lg\:border-b-amber-300\/25 {
    border-bottom-color: rgb(252 211 77 / 0.25);
  }

  .lg\:border-b-amber-300\/30 {
    border-bottom-color: rgb(252 211 77 / 0.3);
  }

  .lg\:border-b-amber-300\/35 {
    border-bottom-color: rgb(252 211 77 / 0.35);
  }

  .lg\:border-b-amber-300\/40 {
    border-bottom-color: rgb(252 211 77 / 0.4);
  }

  .lg\:border-b-amber-300\/45 {
    border-bottom-color: rgb(252 211 77 / 0.45);
  }

  .lg\:border-b-amber-300\/5 {
    border-bottom-color: rgb(252 211 77 / 0.05);
  }

  .lg\:border-b-amber-300\/50 {
    border-bottom-color: rgb(252 211 77 / 0.5);
  }

  .lg\:border-b-amber-300\/55 {
    border-bottom-color: rgb(252 211 77 / 0.55);
  }

  .lg\:border-b-amber-300\/60 {
    border-bottom-color: rgb(252 211 77 / 0.6);
  }

  .lg\:border-b-amber-300\/65 {
    border-bottom-color: rgb(252 211 77 / 0.65);
  }

  .lg\:border-b-amber-300\/70 {
    border-bottom-color: rgb(252 211 77 / 0.7);
  }

  .lg\:border-b-amber-300\/75 {
    border-bottom-color: rgb(252 211 77 / 0.75);
  }

  .lg\:border-b-amber-300\/80 {
    border-bottom-color: rgb(252 211 77 / 0.8);
  }

  .lg\:border-b-amber-300\/85 {
    border-bottom-color: rgb(252 211 77 / 0.85);
  }

  .lg\:border-b-amber-300\/90 {
    border-bottom-color: rgb(252 211 77 / 0.9);
  }

  .lg\:border-b-amber-300\/95 {
    border-bottom-color: rgb(252 211 77 / 0.95);
  }

  .lg\:border-b-amber-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity));
  }

  .lg\:border-b-amber-400\/0 {
    border-bottom-color: rgb(251 191 36 / 0);
  }

  .lg\:border-b-amber-400\/10 {
    border-bottom-color: rgb(251 191 36 / 0.1);
  }

  .lg\:border-b-amber-400\/100 {
    border-bottom-color: rgb(251 191 36 / 1);
  }

  .lg\:border-b-amber-400\/15 {
    border-bottom-color: rgb(251 191 36 / 0.15);
  }

  .lg\:border-b-amber-400\/20 {
    border-bottom-color: rgb(251 191 36 / 0.2);
  }

  .lg\:border-b-amber-400\/25 {
    border-bottom-color: rgb(251 191 36 / 0.25);
  }

  .lg\:border-b-amber-400\/30 {
    border-bottom-color: rgb(251 191 36 / 0.3);
  }

  .lg\:border-b-amber-400\/35 {
    border-bottom-color: rgb(251 191 36 / 0.35);
  }

  .lg\:border-b-amber-400\/40 {
    border-bottom-color: rgb(251 191 36 / 0.4);
  }

  .lg\:border-b-amber-400\/45 {
    border-bottom-color: rgb(251 191 36 / 0.45);
  }

  .lg\:border-b-amber-400\/5 {
    border-bottom-color: rgb(251 191 36 / 0.05);
  }

  .lg\:border-b-amber-400\/50 {
    border-bottom-color: rgb(251 191 36 / 0.5);
  }

  .lg\:border-b-amber-400\/55 {
    border-bottom-color: rgb(251 191 36 / 0.55);
  }

  .lg\:border-b-amber-400\/60 {
    border-bottom-color: rgb(251 191 36 / 0.6);
  }

  .lg\:border-b-amber-400\/65 {
    border-bottom-color: rgb(251 191 36 / 0.65);
  }

  .lg\:border-b-amber-400\/70 {
    border-bottom-color: rgb(251 191 36 / 0.7);
  }

  .lg\:border-b-amber-400\/75 {
    border-bottom-color: rgb(251 191 36 / 0.75);
  }

  .lg\:border-b-amber-400\/80 {
    border-bottom-color: rgb(251 191 36 / 0.8);
  }

  .lg\:border-b-amber-400\/85 {
    border-bottom-color: rgb(251 191 36 / 0.85);
  }

  .lg\:border-b-amber-400\/90 {
    border-bottom-color: rgb(251 191 36 / 0.9);
  }

  .lg\:border-b-amber-400\/95 {
    border-bottom-color: rgb(251 191 36 / 0.95);
  }

  .lg\:border-b-amber-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity));
  }

  .lg\:border-b-amber-50\/0 {
    border-bottom-color: rgb(255 251 235 / 0);
  }

  .lg\:border-b-amber-50\/10 {
    border-bottom-color: rgb(255 251 235 / 0.1);
  }

  .lg\:border-b-amber-50\/100 {
    border-bottom-color: rgb(255 251 235 / 1);
  }

  .lg\:border-b-amber-50\/15 {
    border-bottom-color: rgb(255 251 235 / 0.15);
  }

  .lg\:border-b-amber-50\/20 {
    border-bottom-color: rgb(255 251 235 / 0.2);
  }

  .lg\:border-b-amber-50\/25 {
    border-bottom-color: rgb(255 251 235 / 0.25);
  }

  .lg\:border-b-amber-50\/30 {
    border-bottom-color: rgb(255 251 235 / 0.3);
  }

  .lg\:border-b-amber-50\/35 {
    border-bottom-color: rgb(255 251 235 / 0.35);
  }

  .lg\:border-b-amber-50\/40 {
    border-bottom-color: rgb(255 251 235 / 0.4);
  }

  .lg\:border-b-amber-50\/45 {
    border-bottom-color: rgb(255 251 235 / 0.45);
  }

  .lg\:border-b-amber-50\/5 {
    border-bottom-color: rgb(255 251 235 / 0.05);
  }

  .lg\:border-b-amber-50\/50 {
    border-bottom-color: rgb(255 251 235 / 0.5);
  }

  .lg\:border-b-amber-50\/55 {
    border-bottom-color: rgb(255 251 235 / 0.55);
  }

  .lg\:border-b-amber-50\/60 {
    border-bottom-color: rgb(255 251 235 / 0.6);
  }

  .lg\:border-b-amber-50\/65 {
    border-bottom-color: rgb(255 251 235 / 0.65);
  }

  .lg\:border-b-amber-50\/70 {
    border-bottom-color: rgb(255 251 235 / 0.7);
  }

  .lg\:border-b-amber-50\/75 {
    border-bottom-color: rgb(255 251 235 / 0.75);
  }

  .lg\:border-b-amber-50\/80 {
    border-bottom-color: rgb(255 251 235 / 0.8);
  }

  .lg\:border-b-amber-50\/85 {
    border-bottom-color: rgb(255 251 235 / 0.85);
  }

  .lg\:border-b-amber-50\/90 {
    border-bottom-color: rgb(255 251 235 / 0.9);
  }

  .lg\:border-b-amber-50\/95 {
    border-bottom-color: rgb(255 251 235 / 0.95);
  }

  .lg\:border-b-amber-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity));
  }

  .lg\:border-b-amber-500\/0 {
    border-bottom-color: rgb(245 158 11 / 0);
  }

  .lg\:border-b-amber-500\/10 {
    border-bottom-color: rgb(245 158 11 / 0.1);
  }

  .lg\:border-b-amber-500\/100 {
    border-bottom-color: rgb(245 158 11 / 1);
  }

  .lg\:border-b-amber-500\/15 {
    border-bottom-color: rgb(245 158 11 / 0.15);
  }

  .lg\:border-b-amber-500\/20 {
    border-bottom-color: rgb(245 158 11 / 0.2);
  }

  .lg\:border-b-amber-500\/25 {
    border-bottom-color: rgb(245 158 11 / 0.25);
  }

  .lg\:border-b-amber-500\/30 {
    border-bottom-color: rgb(245 158 11 / 0.3);
  }

  .lg\:border-b-amber-500\/35 {
    border-bottom-color: rgb(245 158 11 / 0.35);
  }

  .lg\:border-b-amber-500\/40 {
    border-bottom-color: rgb(245 158 11 / 0.4);
  }

  .lg\:border-b-amber-500\/45 {
    border-bottom-color: rgb(245 158 11 / 0.45);
  }

  .lg\:border-b-amber-500\/5 {
    border-bottom-color: rgb(245 158 11 / 0.05);
  }

  .lg\:border-b-amber-500\/50 {
    border-bottom-color: rgb(245 158 11 / 0.5);
  }

  .lg\:border-b-amber-500\/55 {
    border-bottom-color: rgb(245 158 11 / 0.55);
  }

  .lg\:border-b-amber-500\/60 {
    border-bottom-color: rgb(245 158 11 / 0.6);
  }

  .lg\:border-b-amber-500\/65 {
    border-bottom-color: rgb(245 158 11 / 0.65);
  }

  .lg\:border-b-amber-500\/70 {
    border-bottom-color: rgb(245 158 11 / 0.7);
  }

  .lg\:border-b-amber-500\/75 {
    border-bottom-color: rgb(245 158 11 / 0.75);
  }

  .lg\:border-b-amber-500\/80 {
    border-bottom-color: rgb(245 158 11 / 0.8);
  }

  .lg\:border-b-amber-500\/85 {
    border-bottom-color: rgb(245 158 11 / 0.85);
  }

  .lg\:border-b-amber-500\/90 {
    border-bottom-color: rgb(245 158 11 / 0.9);
  }

  .lg\:border-b-amber-500\/95 {
    border-bottom-color: rgb(245 158 11 / 0.95);
  }

  .lg\:border-b-amber-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity));
  }

  .lg\:border-b-amber-600\/0 {
    border-bottom-color: rgb(217 119 6 / 0);
  }

  .lg\:border-b-amber-600\/10 {
    border-bottom-color: rgb(217 119 6 / 0.1);
  }

  .lg\:border-b-amber-600\/100 {
    border-bottom-color: rgb(217 119 6 / 1);
  }

  .lg\:border-b-amber-600\/15 {
    border-bottom-color: rgb(217 119 6 / 0.15);
  }

  .lg\:border-b-amber-600\/20 {
    border-bottom-color: rgb(217 119 6 / 0.2);
  }

  .lg\:border-b-amber-600\/25 {
    border-bottom-color: rgb(217 119 6 / 0.25);
  }

  .lg\:border-b-amber-600\/30 {
    border-bottom-color: rgb(217 119 6 / 0.3);
  }

  .lg\:border-b-amber-600\/35 {
    border-bottom-color: rgb(217 119 6 / 0.35);
  }

  .lg\:border-b-amber-600\/40 {
    border-bottom-color: rgb(217 119 6 / 0.4);
  }

  .lg\:border-b-amber-600\/45 {
    border-bottom-color: rgb(217 119 6 / 0.45);
  }

  .lg\:border-b-amber-600\/5 {
    border-bottom-color: rgb(217 119 6 / 0.05);
  }

  .lg\:border-b-amber-600\/50 {
    border-bottom-color: rgb(217 119 6 / 0.5);
  }

  .lg\:border-b-amber-600\/55 {
    border-bottom-color: rgb(217 119 6 / 0.55);
  }

  .lg\:border-b-amber-600\/60 {
    border-bottom-color: rgb(217 119 6 / 0.6);
  }

  .lg\:border-b-amber-600\/65 {
    border-bottom-color: rgb(217 119 6 / 0.65);
  }

  .lg\:border-b-amber-600\/70 {
    border-bottom-color: rgb(217 119 6 / 0.7);
  }

  .lg\:border-b-amber-600\/75 {
    border-bottom-color: rgb(217 119 6 / 0.75);
  }

  .lg\:border-b-amber-600\/80 {
    border-bottom-color: rgb(217 119 6 / 0.8);
  }

  .lg\:border-b-amber-600\/85 {
    border-bottom-color: rgb(217 119 6 / 0.85);
  }

  .lg\:border-b-amber-600\/90 {
    border-bottom-color: rgb(217 119 6 / 0.9);
  }

  .lg\:border-b-amber-600\/95 {
    border-bottom-color: rgb(217 119 6 / 0.95);
  }

  .lg\:border-b-amber-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity));
  }

  .lg\:border-b-amber-700\/0 {
    border-bottom-color: rgb(180 83 9 / 0);
  }

  .lg\:border-b-amber-700\/10 {
    border-bottom-color: rgb(180 83 9 / 0.1);
  }

  .lg\:border-b-amber-700\/100 {
    border-bottom-color: rgb(180 83 9 / 1);
  }

  .lg\:border-b-amber-700\/15 {
    border-bottom-color: rgb(180 83 9 / 0.15);
  }

  .lg\:border-b-amber-700\/20 {
    border-bottom-color: rgb(180 83 9 / 0.2);
  }

  .lg\:border-b-amber-700\/25 {
    border-bottom-color: rgb(180 83 9 / 0.25);
  }

  .lg\:border-b-amber-700\/30 {
    border-bottom-color: rgb(180 83 9 / 0.3);
  }

  .lg\:border-b-amber-700\/35 {
    border-bottom-color: rgb(180 83 9 / 0.35);
  }

  .lg\:border-b-amber-700\/40 {
    border-bottom-color: rgb(180 83 9 / 0.4);
  }

  .lg\:border-b-amber-700\/45 {
    border-bottom-color: rgb(180 83 9 / 0.45);
  }

  .lg\:border-b-amber-700\/5 {
    border-bottom-color: rgb(180 83 9 / 0.05);
  }

  .lg\:border-b-amber-700\/50 {
    border-bottom-color: rgb(180 83 9 / 0.5);
  }

  .lg\:border-b-amber-700\/55 {
    border-bottom-color: rgb(180 83 9 / 0.55);
  }

  .lg\:border-b-amber-700\/60 {
    border-bottom-color: rgb(180 83 9 / 0.6);
  }

  .lg\:border-b-amber-700\/65 {
    border-bottom-color: rgb(180 83 9 / 0.65);
  }

  .lg\:border-b-amber-700\/70 {
    border-bottom-color: rgb(180 83 9 / 0.7);
  }

  .lg\:border-b-amber-700\/75 {
    border-bottom-color: rgb(180 83 9 / 0.75);
  }

  .lg\:border-b-amber-700\/80 {
    border-bottom-color: rgb(180 83 9 / 0.8);
  }

  .lg\:border-b-amber-700\/85 {
    border-bottom-color: rgb(180 83 9 / 0.85);
  }

  .lg\:border-b-amber-700\/90 {
    border-bottom-color: rgb(180 83 9 / 0.9);
  }

  .lg\:border-b-amber-700\/95 {
    border-bottom-color: rgb(180 83 9 / 0.95);
  }

  .lg\:border-b-amber-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity));
  }

  .lg\:border-b-amber-800\/0 {
    border-bottom-color: rgb(146 64 14 / 0);
  }

  .lg\:border-b-amber-800\/10 {
    border-bottom-color: rgb(146 64 14 / 0.1);
  }

  .lg\:border-b-amber-800\/100 {
    border-bottom-color: rgb(146 64 14 / 1);
  }

  .lg\:border-b-amber-800\/15 {
    border-bottom-color: rgb(146 64 14 / 0.15);
  }

  .lg\:border-b-amber-800\/20 {
    border-bottom-color: rgb(146 64 14 / 0.2);
  }

  .lg\:border-b-amber-800\/25 {
    border-bottom-color: rgb(146 64 14 / 0.25);
  }

  .lg\:border-b-amber-800\/30 {
    border-bottom-color: rgb(146 64 14 / 0.3);
  }

  .lg\:border-b-amber-800\/35 {
    border-bottom-color: rgb(146 64 14 / 0.35);
  }

  .lg\:border-b-amber-800\/40 {
    border-bottom-color: rgb(146 64 14 / 0.4);
  }

  .lg\:border-b-amber-800\/45 {
    border-bottom-color: rgb(146 64 14 / 0.45);
  }

  .lg\:border-b-amber-800\/5 {
    border-bottom-color: rgb(146 64 14 / 0.05);
  }

  .lg\:border-b-amber-800\/50 {
    border-bottom-color: rgb(146 64 14 / 0.5);
  }

  .lg\:border-b-amber-800\/55 {
    border-bottom-color: rgb(146 64 14 / 0.55);
  }

  .lg\:border-b-amber-800\/60 {
    border-bottom-color: rgb(146 64 14 / 0.6);
  }

  .lg\:border-b-amber-800\/65 {
    border-bottom-color: rgb(146 64 14 / 0.65);
  }

  .lg\:border-b-amber-800\/70 {
    border-bottom-color: rgb(146 64 14 / 0.7);
  }

  .lg\:border-b-amber-800\/75 {
    border-bottom-color: rgb(146 64 14 / 0.75);
  }

  .lg\:border-b-amber-800\/80 {
    border-bottom-color: rgb(146 64 14 / 0.8);
  }

  .lg\:border-b-amber-800\/85 {
    border-bottom-color: rgb(146 64 14 / 0.85);
  }

  .lg\:border-b-amber-800\/90 {
    border-bottom-color: rgb(146 64 14 / 0.9);
  }

  .lg\:border-b-amber-800\/95 {
    border-bottom-color: rgb(146 64 14 / 0.95);
  }

  .lg\:border-b-amber-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity));
  }

  .lg\:border-b-amber-900\/0 {
    border-bottom-color: rgb(120 53 15 / 0);
  }

  .lg\:border-b-amber-900\/10 {
    border-bottom-color: rgb(120 53 15 / 0.1);
  }

  .lg\:border-b-amber-900\/100 {
    border-bottom-color: rgb(120 53 15 / 1);
  }

  .lg\:border-b-amber-900\/15 {
    border-bottom-color: rgb(120 53 15 / 0.15);
  }

  .lg\:border-b-amber-900\/20 {
    border-bottom-color: rgb(120 53 15 / 0.2);
  }

  .lg\:border-b-amber-900\/25 {
    border-bottom-color: rgb(120 53 15 / 0.25);
  }

  .lg\:border-b-amber-900\/30 {
    border-bottom-color: rgb(120 53 15 / 0.3);
  }

  .lg\:border-b-amber-900\/35 {
    border-bottom-color: rgb(120 53 15 / 0.35);
  }

  .lg\:border-b-amber-900\/40 {
    border-bottom-color: rgb(120 53 15 / 0.4);
  }

  .lg\:border-b-amber-900\/45 {
    border-bottom-color: rgb(120 53 15 / 0.45);
  }

  .lg\:border-b-amber-900\/5 {
    border-bottom-color: rgb(120 53 15 / 0.05);
  }

  .lg\:border-b-amber-900\/50 {
    border-bottom-color: rgb(120 53 15 / 0.5);
  }

  .lg\:border-b-amber-900\/55 {
    border-bottom-color: rgb(120 53 15 / 0.55);
  }

  .lg\:border-b-amber-900\/60 {
    border-bottom-color: rgb(120 53 15 / 0.6);
  }

  .lg\:border-b-amber-900\/65 {
    border-bottom-color: rgb(120 53 15 / 0.65);
  }

  .lg\:border-b-amber-900\/70 {
    border-bottom-color: rgb(120 53 15 / 0.7);
  }

  .lg\:border-b-amber-900\/75 {
    border-bottom-color: rgb(120 53 15 / 0.75);
  }

  .lg\:border-b-amber-900\/80 {
    border-bottom-color: rgb(120 53 15 / 0.8);
  }

  .lg\:border-b-amber-900\/85 {
    border-bottom-color: rgb(120 53 15 / 0.85);
  }

  .lg\:border-b-amber-900\/90 {
    border-bottom-color: rgb(120 53 15 / 0.9);
  }

  .lg\:border-b-amber-900\/95 {
    border-bottom-color: rgb(120 53 15 / 0.95);
  }

  .lg\:border-b-amber-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity));
  }

  .lg\:border-b-amber-950\/0 {
    border-bottom-color: rgb(69 26 3 / 0);
  }

  .lg\:border-b-amber-950\/10 {
    border-bottom-color: rgb(69 26 3 / 0.1);
  }

  .lg\:border-b-amber-950\/100 {
    border-bottom-color: rgb(69 26 3 / 1);
  }

  .lg\:border-b-amber-950\/15 {
    border-bottom-color: rgb(69 26 3 / 0.15);
  }

  .lg\:border-b-amber-950\/20 {
    border-bottom-color: rgb(69 26 3 / 0.2);
  }

  .lg\:border-b-amber-950\/25 {
    border-bottom-color: rgb(69 26 3 / 0.25);
  }

  .lg\:border-b-amber-950\/30 {
    border-bottom-color: rgb(69 26 3 / 0.3);
  }

  .lg\:border-b-amber-950\/35 {
    border-bottom-color: rgb(69 26 3 / 0.35);
  }

  .lg\:border-b-amber-950\/40 {
    border-bottom-color: rgb(69 26 3 / 0.4);
  }

  .lg\:border-b-amber-950\/45 {
    border-bottom-color: rgb(69 26 3 / 0.45);
  }

  .lg\:border-b-amber-950\/5 {
    border-bottom-color: rgb(69 26 3 / 0.05);
  }

  .lg\:border-b-amber-950\/50 {
    border-bottom-color: rgb(69 26 3 / 0.5);
  }

  .lg\:border-b-amber-950\/55 {
    border-bottom-color: rgb(69 26 3 / 0.55);
  }

  .lg\:border-b-amber-950\/60 {
    border-bottom-color: rgb(69 26 3 / 0.6);
  }

  .lg\:border-b-amber-950\/65 {
    border-bottom-color: rgb(69 26 3 / 0.65);
  }

  .lg\:border-b-amber-950\/70 {
    border-bottom-color: rgb(69 26 3 / 0.7);
  }

  .lg\:border-b-amber-950\/75 {
    border-bottom-color: rgb(69 26 3 / 0.75);
  }

  .lg\:border-b-amber-950\/80 {
    border-bottom-color: rgb(69 26 3 / 0.8);
  }

  .lg\:border-b-amber-950\/85 {
    border-bottom-color: rgb(69 26 3 / 0.85);
  }

  .lg\:border-b-amber-950\/90 {
    border-bottom-color: rgb(69 26 3 / 0.9);
  }

  .lg\:border-b-amber-950\/95 {
    border-bottom-color: rgb(69 26 3 / 0.95);
  }

  .lg\:border-b-black {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .lg\:border-b-black\/0 {
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .lg\:border-b-black\/10 {
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-b-black\/100 {
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .lg\:border-b-black\/15 {
    border-bottom-color: rgb(0 0 0 / 0.15);
  }

  .lg\:border-b-black\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-b-black\/25 {
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-b-black\/30 {
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-b-black\/35 {
    border-bottom-color: rgb(0 0 0 / 0.35);
  }

  .lg\:border-b-black\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-b-black\/45 {
    border-bottom-color: rgb(0 0 0 / 0.45);
  }

  .lg\:border-b-black\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-b-black\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-b-black\/55 {
    border-bottom-color: rgb(0 0 0 / 0.55);
  }

  .lg\:border-b-black\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-b-black\/65 {
    border-bottom-color: rgb(0 0 0 / 0.65);
  }

  .lg\:border-b-black\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-b-black\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-b-black\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-b-black\/85 {
    border-bottom-color: rgb(0 0 0 / 0.85);
  }

  .lg\:border-b-black\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-b-black\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-b-blue-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity));
  }

  .lg\:border-b-blue-100\/0 {
    border-bottom-color: rgb(219 234 254 / 0);
  }

  .lg\:border-b-blue-100\/10 {
    border-bottom-color: rgb(219 234 254 / 0.1);
  }

  .lg\:border-b-blue-100\/100 {
    border-bottom-color: rgb(219 234 254 / 1);
  }

  .lg\:border-b-blue-100\/15 {
    border-bottom-color: rgb(219 234 254 / 0.15);
  }

  .lg\:border-b-blue-100\/20 {
    border-bottom-color: rgb(219 234 254 / 0.2);
  }

  .lg\:border-b-blue-100\/25 {
    border-bottom-color: rgb(219 234 254 / 0.25);
  }

  .lg\:border-b-blue-100\/30 {
    border-bottom-color: rgb(219 234 254 / 0.3);
  }

  .lg\:border-b-blue-100\/35 {
    border-bottom-color: rgb(219 234 254 / 0.35);
  }

  .lg\:border-b-blue-100\/40 {
    border-bottom-color: rgb(219 234 254 / 0.4);
  }

  .lg\:border-b-blue-100\/45 {
    border-bottom-color: rgb(219 234 254 / 0.45);
  }

  .lg\:border-b-blue-100\/5 {
    border-bottom-color: rgb(219 234 254 / 0.05);
  }

  .lg\:border-b-blue-100\/50 {
    border-bottom-color: rgb(219 234 254 / 0.5);
  }

  .lg\:border-b-blue-100\/55 {
    border-bottom-color: rgb(219 234 254 / 0.55);
  }

  .lg\:border-b-blue-100\/60 {
    border-bottom-color: rgb(219 234 254 / 0.6);
  }

  .lg\:border-b-blue-100\/65 {
    border-bottom-color: rgb(219 234 254 / 0.65);
  }

  .lg\:border-b-blue-100\/70 {
    border-bottom-color: rgb(219 234 254 / 0.7);
  }

  .lg\:border-b-blue-100\/75 {
    border-bottom-color: rgb(219 234 254 / 0.75);
  }

  .lg\:border-b-blue-100\/80 {
    border-bottom-color: rgb(219 234 254 / 0.8);
  }

  .lg\:border-b-blue-100\/85 {
    border-bottom-color: rgb(219 234 254 / 0.85);
  }

  .lg\:border-b-blue-100\/90 {
    border-bottom-color: rgb(219 234 254 / 0.9);
  }

  .lg\:border-b-blue-100\/95 {
    border-bottom-color: rgb(219 234 254 / 0.95);
  }

  .lg\:border-b-blue-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity));
  }

  .lg\:border-b-blue-200\/0 {
    border-bottom-color: rgb(191 219 254 / 0);
  }

  .lg\:border-b-blue-200\/10 {
    border-bottom-color: rgb(191 219 254 / 0.1);
  }

  .lg\:border-b-blue-200\/100 {
    border-bottom-color: rgb(191 219 254 / 1);
  }

  .lg\:border-b-blue-200\/15 {
    border-bottom-color: rgb(191 219 254 / 0.15);
  }

  .lg\:border-b-blue-200\/20 {
    border-bottom-color: rgb(191 219 254 / 0.2);
  }

  .lg\:border-b-blue-200\/25 {
    border-bottom-color: rgb(191 219 254 / 0.25);
  }

  .lg\:border-b-blue-200\/30 {
    border-bottom-color: rgb(191 219 254 / 0.3);
  }

  .lg\:border-b-blue-200\/35 {
    border-bottom-color: rgb(191 219 254 / 0.35);
  }

  .lg\:border-b-blue-200\/40 {
    border-bottom-color: rgb(191 219 254 / 0.4);
  }

  .lg\:border-b-blue-200\/45 {
    border-bottom-color: rgb(191 219 254 / 0.45);
  }

  .lg\:border-b-blue-200\/5 {
    border-bottom-color: rgb(191 219 254 / 0.05);
  }

  .lg\:border-b-blue-200\/50 {
    border-bottom-color: rgb(191 219 254 / 0.5);
  }

  .lg\:border-b-blue-200\/55 {
    border-bottom-color: rgb(191 219 254 / 0.55);
  }

  .lg\:border-b-blue-200\/60 {
    border-bottom-color: rgb(191 219 254 / 0.6);
  }

  .lg\:border-b-blue-200\/65 {
    border-bottom-color: rgb(191 219 254 / 0.65);
  }

  .lg\:border-b-blue-200\/70 {
    border-bottom-color: rgb(191 219 254 / 0.7);
  }

  .lg\:border-b-blue-200\/75 {
    border-bottom-color: rgb(191 219 254 / 0.75);
  }

  .lg\:border-b-blue-200\/80 {
    border-bottom-color: rgb(191 219 254 / 0.8);
  }

  .lg\:border-b-blue-200\/85 {
    border-bottom-color: rgb(191 219 254 / 0.85);
  }

  .lg\:border-b-blue-200\/90 {
    border-bottom-color: rgb(191 219 254 / 0.9);
  }

  .lg\:border-b-blue-200\/95 {
    border-bottom-color: rgb(191 219 254 / 0.95);
  }

  .lg\:border-b-blue-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity));
  }

  .lg\:border-b-blue-300\/0 {
    border-bottom-color: rgb(147 197 253 / 0);
  }

  .lg\:border-b-blue-300\/10 {
    border-bottom-color: rgb(147 197 253 / 0.1);
  }

  .lg\:border-b-blue-300\/100 {
    border-bottom-color: rgb(147 197 253 / 1);
  }

  .lg\:border-b-blue-300\/15 {
    border-bottom-color: rgb(147 197 253 / 0.15);
  }

  .lg\:border-b-blue-300\/20 {
    border-bottom-color: rgb(147 197 253 / 0.2);
  }

  .lg\:border-b-blue-300\/25 {
    border-bottom-color: rgb(147 197 253 / 0.25);
  }

  .lg\:border-b-blue-300\/30 {
    border-bottom-color: rgb(147 197 253 / 0.3);
  }

  .lg\:border-b-blue-300\/35 {
    border-bottom-color: rgb(147 197 253 / 0.35);
  }

  .lg\:border-b-blue-300\/40 {
    border-bottom-color: rgb(147 197 253 / 0.4);
  }

  .lg\:border-b-blue-300\/45 {
    border-bottom-color: rgb(147 197 253 / 0.45);
  }

  .lg\:border-b-blue-300\/5 {
    border-bottom-color: rgb(147 197 253 / 0.05);
  }

  .lg\:border-b-blue-300\/50 {
    border-bottom-color: rgb(147 197 253 / 0.5);
  }

  .lg\:border-b-blue-300\/55 {
    border-bottom-color: rgb(147 197 253 / 0.55);
  }

  .lg\:border-b-blue-300\/60 {
    border-bottom-color: rgb(147 197 253 / 0.6);
  }

  .lg\:border-b-blue-300\/65 {
    border-bottom-color: rgb(147 197 253 / 0.65);
  }

  .lg\:border-b-blue-300\/70 {
    border-bottom-color: rgb(147 197 253 / 0.7);
  }

  .lg\:border-b-blue-300\/75 {
    border-bottom-color: rgb(147 197 253 / 0.75);
  }

  .lg\:border-b-blue-300\/80 {
    border-bottom-color: rgb(147 197 253 / 0.8);
  }

  .lg\:border-b-blue-300\/85 {
    border-bottom-color: rgb(147 197 253 / 0.85);
  }

  .lg\:border-b-blue-300\/90 {
    border-bottom-color: rgb(147 197 253 / 0.9);
  }

  .lg\:border-b-blue-300\/95 {
    border-bottom-color: rgb(147 197 253 / 0.95);
  }

  .lg\:border-b-blue-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity));
  }

  .lg\:border-b-blue-400\/0 {
    border-bottom-color: rgb(96 165 250 / 0);
  }

  .lg\:border-b-blue-400\/10 {
    border-bottom-color: rgb(96 165 250 / 0.1);
  }

  .lg\:border-b-blue-400\/100 {
    border-bottom-color: rgb(96 165 250 / 1);
  }

  .lg\:border-b-blue-400\/15 {
    border-bottom-color: rgb(96 165 250 / 0.15);
  }

  .lg\:border-b-blue-400\/20 {
    border-bottom-color: rgb(96 165 250 / 0.2);
  }

  .lg\:border-b-blue-400\/25 {
    border-bottom-color: rgb(96 165 250 / 0.25);
  }

  .lg\:border-b-blue-400\/30 {
    border-bottom-color: rgb(96 165 250 / 0.3);
  }

  .lg\:border-b-blue-400\/35 {
    border-bottom-color: rgb(96 165 250 / 0.35);
  }

  .lg\:border-b-blue-400\/40 {
    border-bottom-color: rgb(96 165 250 / 0.4);
  }

  .lg\:border-b-blue-400\/45 {
    border-bottom-color: rgb(96 165 250 / 0.45);
  }

  .lg\:border-b-blue-400\/5 {
    border-bottom-color: rgb(96 165 250 / 0.05);
  }

  .lg\:border-b-blue-400\/50 {
    border-bottom-color: rgb(96 165 250 / 0.5);
  }

  .lg\:border-b-blue-400\/55 {
    border-bottom-color: rgb(96 165 250 / 0.55);
  }

  .lg\:border-b-blue-400\/60 {
    border-bottom-color: rgb(96 165 250 / 0.6);
  }

  .lg\:border-b-blue-400\/65 {
    border-bottom-color: rgb(96 165 250 / 0.65);
  }

  .lg\:border-b-blue-400\/70 {
    border-bottom-color: rgb(96 165 250 / 0.7);
  }

  .lg\:border-b-blue-400\/75 {
    border-bottom-color: rgb(96 165 250 / 0.75);
  }

  .lg\:border-b-blue-400\/80 {
    border-bottom-color: rgb(96 165 250 / 0.8);
  }

  .lg\:border-b-blue-400\/85 {
    border-bottom-color: rgb(96 165 250 / 0.85);
  }

  .lg\:border-b-blue-400\/90 {
    border-bottom-color: rgb(96 165 250 / 0.9);
  }

  .lg\:border-b-blue-400\/95 {
    border-bottom-color: rgb(96 165 250 / 0.95);
  }

  .lg\:border-b-blue-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity));
  }

  .lg\:border-b-blue-50\/0 {
    border-bottom-color: rgb(239 246 255 / 0);
  }

  .lg\:border-b-blue-50\/10 {
    border-bottom-color: rgb(239 246 255 / 0.1);
  }

  .lg\:border-b-blue-50\/100 {
    border-bottom-color: rgb(239 246 255 / 1);
  }

  .lg\:border-b-blue-50\/15 {
    border-bottom-color: rgb(239 246 255 / 0.15);
  }

  .lg\:border-b-blue-50\/20 {
    border-bottom-color: rgb(239 246 255 / 0.2);
  }

  .lg\:border-b-blue-50\/25 {
    border-bottom-color: rgb(239 246 255 / 0.25);
  }

  .lg\:border-b-blue-50\/30 {
    border-bottom-color: rgb(239 246 255 / 0.3);
  }

  .lg\:border-b-blue-50\/35 {
    border-bottom-color: rgb(239 246 255 / 0.35);
  }

  .lg\:border-b-blue-50\/40 {
    border-bottom-color: rgb(239 246 255 / 0.4);
  }

  .lg\:border-b-blue-50\/45 {
    border-bottom-color: rgb(239 246 255 / 0.45);
  }

  .lg\:border-b-blue-50\/5 {
    border-bottom-color: rgb(239 246 255 / 0.05);
  }

  .lg\:border-b-blue-50\/50 {
    border-bottom-color: rgb(239 246 255 / 0.5);
  }

  .lg\:border-b-blue-50\/55 {
    border-bottom-color: rgb(239 246 255 / 0.55);
  }

  .lg\:border-b-blue-50\/60 {
    border-bottom-color: rgb(239 246 255 / 0.6);
  }

  .lg\:border-b-blue-50\/65 {
    border-bottom-color: rgb(239 246 255 / 0.65);
  }

  .lg\:border-b-blue-50\/70 {
    border-bottom-color: rgb(239 246 255 / 0.7);
  }

  .lg\:border-b-blue-50\/75 {
    border-bottom-color: rgb(239 246 255 / 0.75);
  }

  .lg\:border-b-blue-50\/80 {
    border-bottom-color: rgb(239 246 255 / 0.8);
  }

  .lg\:border-b-blue-50\/85 {
    border-bottom-color: rgb(239 246 255 / 0.85);
  }

  .lg\:border-b-blue-50\/90 {
    border-bottom-color: rgb(239 246 255 / 0.9);
  }

  .lg\:border-b-blue-50\/95 {
    border-bottom-color: rgb(239 246 255 / 0.95);
  }

  .lg\:border-b-blue-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity));
  }

  .lg\:border-b-blue-500\/0 {
    border-bottom-color: rgb(59 130 246 / 0);
  }

  .lg\:border-b-blue-500\/10 {
    border-bottom-color: rgb(59 130 246 / 0.1);
  }

  .lg\:border-b-blue-500\/100 {
    border-bottom-color: rgb(59 130 246 / 1);
  }

  .lg\:border-b-blue-500\/15 {
    border-bottom-color: rgb(59 130 246 / 0.15);
  }

  .lg\:border-b-blue-500\/20 {
    border-bottom-color: rgb(59 130 246 / 0.2);
  }

  .lg\:border-b-blue-500\/25 {
    border-bottom-color: rgb(59 130 246 / 0.25);
  }

  .lg\:border-b-blue-500\/30 {
    border-bottom-color: rgb(59 130 246 / 0.3);
  }

  .lg\:border-b-blue-500\/35 {
    border-bottom-color: rgb(59 130 246 / 0.35);
  }

  .lg\:border-b-blue-500\/40 {
    border-bottom-color: rgb(59 130 246 / 0.4);
  }

  .lg\:border-b-blue-500\/45 {
    border-bottom-color: rgb(59 130 246 / 0.45);
  }

  .lg\:border-b-blue-500\/5 {
    border-bottom-color: rgb(59 130 246 / 0.05);
  }

  .lg\:border-b-blue-500\/50 {
    border-bottom-color: rgb(59 130 246 / 0.5);
  }

  .lg\:border-b-blue-500\/55 {
    border-bottom-color: rgb(59 130 246 / 0.55);
  }

  .lg\:border-b-blue-500\/60 {
    border-bottom-color: rgb(59 130 246 / 0.6);
  }

  .lg\:border-b-blue-500\/65 {
    border-bottom-color: rgb(59 130 246 / 0.65);
  }

  .lg\:border-b-blue-500\/70 {
    border-bottom-color: rgb(59 130 246 / 0.7);
  }

  .lg\:border-b-blue-500\/75 {
    border-bottom-color: rgb(59 130 246 / 0.75);
  }

  .lg\:border-b-blue-500\/80 {
    border-bottom-color: rgb(59 130 246 / 0.8);
  }

  .lg\:border-b-blue-500\/85 {
    border-bottom-color: rgb(59 130 246 / 0.85);
  }

  .lg\:border-b-blue-500\/90 {
    border-bottom-color: rgb(59 130 246 / 0.9);
  }

  .lg\:border-b-blue-500\/95 {
    border-bottom-color: rgb(59 130 246 / 0.95);
  }

  .lg\:border-b-blue-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity));
  }

  .lg\:border-b-blue-600\/0 {
    border-bottom-color: rgb(37 99 235 / 0);
  }

  .lg\:border-b-blue-600\/10 {
    border-bottom-color: rgb(37 99 235 / 0.1);
  }

  .lg\:border-b-blue-600\/100 {
    border-bottom-color: rgb(37 99 235 / 1);
  }

  .lg\:border-b-blue-600\/15 {
    border-bottom-color: rgb(37 99 235 / 0.15);
  }

  .lg\:border-b-blue-600\/20 {
    border-bottom-color: rgb(37 99 235 / 0.2);
  }

  .lg\:border-b-blue-600\/25 {
    border-bottom-color: rgb(37 99 235 / 0.25);
  }

  .lg\:border-b-blue-600\/30 {
    border-bottom-color: rgb(37 99 235 / 0.3);
  }

  .lg\:border-b-blue-600\/35 {
    border-bottom-color: rgb(37 99 235 / 0.35);
  }

  .lg\:border-b-blue-600\/40 {
    border-bottom-color: rgb(37 99 235 / 0.4);
  }

  .lg\:border-b-blue-600\/45 {
    border-bottom-color: rgb(37 99 235 / 0.45);
  }

  .lg\:border-b-blue-600\/5 {
    border-bottom-color: rgb(37 99 235 / 0.05);
  }

  .lg\:border-b-blue-600\/50 {
    border-bottom-color: rgb(37 99 235 / 0.5);
  }

  .lg\:border-b-blue-600\/55 {
    border-bottom-color: rgb(37 99 235 / 0.55);
  }

  .lg\:border-b-blue-600\/60 {
    border-bottom-color: rgb(37 99 235 / 0.6);
  }

  .lg\:border-b-blue-600\/65 {
    border-bottom-color: rgb(37 99 235 / 0.65);
  }

  .lg\:border-b-blue-600\/70 {
    border-bottom-color: rgb(37 99 235 / 0.7);
  }

  .lg\:border-b-blue-600\/75 {
    border-bottom-color: rgb(37 99 235 / 0.75);
  }

  .lg\:border-b-blue-600\/80 {
    border-bottom-color: rgb(37 99 235 / 0.8);
  }

  .lg\:border-b-blue-600\/85 {
    border-bottom-color: rgb(37 99 235 / 0.85);
  }

  .lg\:border-b-blue-600\/90 {
    border-bottom-color: rgb(37 99 235 / 0.9);
  }

  .lg\:border-b-blue-600\/95 {
    border-bottom-color: rgb(37 99 235 / 0.95);
  }

  .lg\:border-b-blue-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity));
  }

  .lg\:border-b-blue-700\/0 {
    border-bottom-color: rgb(29 78 216 / 0);
  }

  .lg\:border-b-blue-700\/10 {
    border-bottom-color: rgb(29 78 216 / 0.1);
  }

  .lg\:border-b-blue-700\/100 {
    border-bottom-color: rgb(29 78 216 / 1);
  }

  .lg\:border-b-blue-700\/15 {
    border-bottom-color: rgb(29 78 216 / 0.15);
  }

  .lg\:border-b-blue-700\/20 {
    border-bottom-color: rgb(29 78 216 / 0.2);
  }

  .lg\:border-b-blue-700\/25 {
    border-bottom-color: rgb(29 78 216 / 0.25);
  }

  .lg\:border-b-blue-700\/30 {
    border-bottom-color: rgb(29 78 216 / 0.3);
  }

  .lg\:border-b-blue-700\/35 {
    border-bottom-color: rgb(29 78 216 / 0.35);
  }

  .lg\:border-b-blue-700\/40 {
    border-bottom-color: rgb(29 78 216 / 0.4);
  }

  .lg\:border-b-blue-700\/45 {
    border-bottom-color: rgb(29 78 216 / 0.45);
  }

  .lg\:border-b-blue-700\/5 {
    border-bottom-color: rgb(29 78 216 / 0.05);
  }

  .lg\:border-b-blue-700\/50 {
    border-bottom-color: rgb(29 78 216 / 0.5);
  }

  .lg\:border-b-blue-700\/55 {
    border-bottom-color: rgb(29 78 216 / 0.55);
  }

  .lg\:border-b-blue-700\/60 {
    border-bottom-color: rgb(29 78 216 / 0.6);
  }

  .lg\:border-b-blue-700\/65 {
    border-bottom-color: rgb(29 78 216 / 0.65);
  }

  .lg\:border-b-blue-700\/70 {
    border-bottom-color: rgb(29 78 216 / 0.7);
  }

  .lg\:border-b-blue-700\/75 {
    border-bottom-color: rgb(29 78 216 / 0.75);
  }

  .lg\:border-b-blue-700\/80 {
    border-bottom-color: rgb(29 78 216 / 0.8);
  }

  .lg\:border-b-blue-700\/85 {
    border-bottom-color: rgb(29 78 216 / 0.85);
  }

  .lg\:border-b-blue-700\/90 {
    border-bottom-color: rgb(29 78 216 / 0.9);
  }

  .lg\:border-b-blue-700\/95 {
    border-bottom-color: rgb(29 78 216 / 0.95);
  }

  .lg\:border-b-blue-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity));
  }

  .lg\:border-b-blue-800\/0 {
    border-bottom-color: rgb(30 64 175 / 0);
  }

  .lg\:border-b-blue-800\/10 {
    border-bottom-color: rgb(30 64 175 / 0.1);
  }

  .lg\:border-b-blue-800\/100 {
    border-bottom-color: rgb(30 64 175 / 1);
  }

  .lg\:border-b-blue-800\/15 {
    border-bottom-color: rgb(30 64 175 / 0.15);
  }

  .lg\:border-b-blue-800\/20 {
    border-bottom-color: rgb(30 64 175 / 0.2);
  }

  .lg\:border-b-blue-800\/25 {
    border-bottom-color: rgb(30 64 175 / 0.25);
  }

  .lg\:border-b-blue-800\/30 {
    border-bottom-color: rgb(30 64 175 / 0.3);
  }

  .lg\:border-b-blue-800\/35 {
    border-bottom-color: rgb(30 64 175 / 0.35);
  }

  .lg\:border-b-blue-800\/40 {
    border-bottom-color: rgb(30 64 175 / 0.4);
  }

  .lg\:border-b-blue-800\/45 {
    border-bottom-color: rgb(30 64 175 / 0.45);
  }

  .lg\:border-b-blue-800\/5 {
    border-bottom-color: rgb(30 64 175 / 0.05);
  }

  .lg\:border-b-blue-800\/50 {
    border-bottom-color: rgb(30 64 175 / 0.5);
  }

  .lg\:border-b-blue-800\/55 {
    border-bottom-color: rgb(30 64 175 / 0.55);
  }

  .lg\:border-b-blue-800\/60 {
    border-bottom-color: rgb(30 64 175 / 0.6);
  }

  .lg\:border-b-blue-800\/65 {
    border-bottom-color: rgb(30 64 175 / 0.65);
  }

  .lg\:border-b-blue-800\/70 {
    border-bottom-color: rgb(30 64 175 / 0.7);
  }

  .lg\:border-b-blue-800\/75 {
    border-bottom-color: rgb(30 64 175 / 0.75);
  }

  .lg\:border-b-blue-800\/80 {
    border-bottom-color: rgb(30 64 175 / 0.8);
  }

  .lg\:border-b-blue-800\/85 {
    border-bottom-color: rgb(30 64 175 / 0.85);
  }

  .lg\:border-b-blue-800\/90 {
    border-bottom-color: rgb(30 64 175 / 0.9);
  }

  .lg\:border-b-blue-800\/95 {
    border-bottom-color: rgb(30 64 175 / 0.95);
  }

  .lg\:border-b-blue-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity));
  }

  .lg\:border-b-blue-900\/0 {
    border-bottom-color: rgb(30 58 138 / 0);
  }

  .lg\:border-b-blue-900\/10 {
    border-bottom-color: rgb(30 58 138 / 0.1);
  }

  .lg\:border-b-blue-900\/100 {
    border-bottom-color: rgb(30 58 138 / 1);
  }

  .lg\:border-b-blue-900\/15 {
    border-bottom-color: rgb(30 58 138 / 0.15);
  }

  .lg\:border-b-blue-900\/20 {
    border-bottom-color: rgb(30 58 138 / 0.2);
  }

  .lg\:border-b-blue-900\/25 {
    border-bottom-color: rgb(30 58 138 / 0.25);
  }

  .lg\:border-b-blue-900\/30 {
    border-bottom-color: rgb(30 58 138 / 0.3);
  }

  .lg\:border-b-blue-900\/35 {
    border-bottom-color: rgb(30 58 138 / 0.35);
  }

  .lg\:border-b-blue-900\/40 {
    border-bottom-color: rgb(30 58 138 / 0.4);
  }

  .lg\:border-b-blue-900\/45 {
    border-bottom-color: rgb(30 58 138 / 0.45);
  }

  .lg\:border-b-blue-900\/5 {
    border-bottom-color: rgb(30 58 138 / 0.05);
  }

  .lg\:border-b-blue-900\/50 {
    border-bottom-color: rgb(30 58 138 / 0.5);
  }

  .lg\:border-b-blue-900\/55 {
    border-bottom-color: rgb(30 58 138 / 0.55);
  }

  .lg\:border-b-blue-900\/60 {
    border-bottom-color: rgb(30 58 138 / 0.6);
  }

  .lg\:border-b-blue-900\/65 {
    border-bottom-color: rgb(30 58 138 / 0.65);
  }

  .lg\:border-b-blue-900\/70 {
    border-bottom-color: rgb(30 58 138 / 0.7);
  }

  .lg\:border-b-blue-900\/75 {
    border-bottom-color: rgb(30 58 138 / 0.75);
  }

  .lg\:border-b-blue-900\/80 {
    border-bottom-color: rgb(30 58 138 / 0.8);
  }

  .lg\:border-b-blue-900\/85 {
    border-bottom-color: rgb(30 58 138 / 0.85);
  }

  .lg\:border-b-blue-900\/90 {
    border-bottom-color: rgb(30 58 138 / 0.9);
  }

  .lg\:border-b-blue-900\/95 {
    border-bottom-color: rgb(30 58 138 / 0.95);
  }

  .lg\:border-b-blue-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity));
  }

  .lg\:border-b-blue-950\/0 {
    border-bottom-color: rgb(23 37 84 / 0);
  }

  .lg\:border-b-blue-950\/10 {
    border-bottom-color: rgb(23 37 84 / 0.1);
  }

  .lg\:border-b-blue-950\/100 {
    border-bottom-color: rgb(23 37 84 / 1);
  }

  .lg\:border-b-blue-950\/15 {
    border-bottom-color: rgb(23 37 84 / 0.15);
  }

  .lg\:border-b-blue-950\/20 {
    border-bottom-color: rgb(23 37 84 / 0.2);
  }

  .lg\:border-b-blue-950\/25 {
    border-bottom-color: rgb(23 37 84 / 0.25);
  }

  .lg\:border-b-blue-950\/30 {
    border-bottom-color: rgb(23 37 84 / 0.3);
  }

  .lg\:border-b-blue-950\/35 {
    border-bottom-color: rgb(23 37 84 / 0.35);
  }

  .lg\:border-b-blue-950\/40 {
    border-bottom-color: rgb(23 37 84 / 0.4);
  }

  .lg\:border-b-blue-950\/45 {
    border-bottom-color: rgb(23 37 84 / 0.45);
  }

  .lg\:border-b-blue-950\/5 {
    border-bottom-color: rgb(23 37 84 / 0.05);
  }

  .lg\:border-b-blue-950\/50 {
    border-bottom-color: rgb(23 37 84 / 0.5);
  }

  .lg\:border-b-blue-950\/55 {
    border-bottom-color: rgb(23 37 84 / 0.55);
  }

  .lg\:border-b-blue-950\/60 {
    border-bottom-color: rgb(23 37 84 / 0.6);
  }

  .lg\:border-b-blue-950\/65 {
    border-bottom-color: rgb(23 37 84 / 0.65);
  }

  .lg\:border-b-blue-950\/70 {
    border-bottom-color: rgb(23 37 84 / 0.7);
  }

  .lg\:border-b-blue-950\/75 {
    border-bottom-color: rgb(23 37 84 / 0.75);
  }

  .lg\:border-b-blue-950\/80 {
    border-bottom-color: rgb(23 37 84 / 0.8);
  }

  .lg\:border-b-blue-950\/85 {
    border-bottom-color: rgb(23 37 84 / 0.85);
  }

  .lg\:border-b-blue-950\/90 {
    border-bottom-color: rgb(23 37 84 / 0.9);
  }

  .lg\:border-b-blue-950\/95 {
    border-bottom-color: rgb(23 37 84 / 0.95);
  }

  .lg\:border-b-current {
    border-bottom-color: currentColor;
  }

  .lg\:border-b-cyan-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity));
  }

  .lg\:border-b-cyan-100\/0 {
    border-bottom-color: rgb(207 250 254 / 0);
  }

  .lg\:border-b-cyan-100\/10 {
    border-bottom-color: rgb(207 250 254 / 0.1);
  }

  .lg\:border-b-cyan-100\/100 {
    border-bottom-color: rgb(207 250 254 / 1);
  }

  .lg\:border-b-cyan-100\/15 {
    border-bottom-color: rgb(207 250 254 / 0.15);
  }

  .lg\:border-b-cyan-100\/20 {
    border-bottom-color: rgb(207 250 254 / 0.2);
  }

  .lg\:border-b-cyan-100\/25 {
    border-bottom-color: rgb(207 250 254 / 0.25);
  }

  .lg\:border-b-cyan-100\/30 {
    border-bottom-color: rgb(207 250 254 / 0.3);
  }

  .lg\:border-b-cyan-100\/35 {
    border-bottom-color: rgb(207 250 254 / 0.35);
  }

  .lg\:border-b-cyan-100\/40 {
    border-bottom-color: rgb(207 250 254 / 0.4);
  }

  .lg\:border-b-cyan-100\/45 {
    border-bottom-color: rgb(207 250 254 / 0.45);
  }

  .lg\:border-b-cyan-100\/5 {
    border-bottom-color: rgb(207 250 254 / 0.05);
  }

  .lg\:border-b-cyan-100\/50 {
    border-bottom-color: rgb(207 250 254 / 0.5);
  }

  .lg\:border-b-cyan-100\/55 {
    border-bottom-color: rgb(207 250 254 / 0.55);
  }

  .lg\:border-b-cyan-100\/60 {
    border-bottom-color: rgb(207 250 254 / 0.6);
  }

  .lg\:border-b-cyan-100\/65 {
    border-bottom-color: rgb(207 250 254 / 0.65);
  }

  .lg\:border-b-cyan-100\/70 {
    border-bottom-color: rgb(207 250 254 / 0.7);
  }

  .lg\:border-b-cyan-100\/75 {
    border-bottom-color: rgb(207 250 254 / 0.75);
  }

  .lg\:border-b-cyan-100\/80 {
    border-bottom-color: rgb(207 250 254 / 0.8);
  }

  .lg\:border-b-cyan-100\/85 {
    border-bottom-color: rgb(207 250 254 / 0.85);
  }

  .lg\:border-b-cyan-100\/90 {
    border-bottom-color: rgb(207 250 254 / 0.9);
  }

  .lg\:border-b-cyan-100\/95 {
    border-bottom-color: rgb(207 250 254 / 0.95);
  }

  .lg\:border-b-cyan-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity));
  }

  .lg\:border-b-cyan-200\/0 {
    border-bottom-color: rgb(165 243 252 / 0);
  }

  .lg\:border-b-cyan-200\/10 {
    border-bottom-color: rgb(165 243 252 / 0.1);
  }

  .lg\:border-b-cyan-200\/100 {
    border-bottom-color: rgb(165 243 252 / 1);
  }

  .lg\:border-b-cyan-200\/15 {
    border-bottom-color: rgb(165 243 252 / 0.15);
  }

  .lg\:border-b-cyan-200\/20 {
    border-bottom-color: rgb(165 243 252 / 0.2);
  }

  .lg\:border-b-cyan-200\/25 {
    border-bottom-color: rgb(165 243 252 / 0.25);
  }

  .lg\:border-b-cyan-200\/30 {
    border-bottom-color: rgb(165 243 252 / 0.3);
  }

  .lg\:border-b-cyan-200\/35 {
    border-bottom-color: rgb(165 243 252 / 0.35);
  }

  .lg\:border-b-cyan-200\/40 {
    border-bottom-color: rgb(165 243 252 / 0.4);
  }

  .lg\:border-b-cyan-200\/45 {
    border-bottom-color: rgb(165 243 252 / 0.45);
  }

  .lg\:border-b-cyan-200\/5 {
    border-bottom-color: rgb(165 243 252 / 0.05);
  }

  .lg\:border-b-cyan-200\/50 {
    border-bottom-color: rgb(165 243 252 / 0.5);
  }

  .lg\:border-b-cyan-200\/55 {
    border-bottom-color: rgb(165 243 252 / 0.55);
  }

  .lg\:border-b-cyan-200\/60 {
    border-bottom-color: rgb(165 243 252 / 0.6);
  }

  .lg\:border-b-cyan-200\/65 {
    border-bottom-color: rgb(165 243 252 / 0.65);
  }

  .lg\:border-b-cyan-200\/70 {
    border-bottom-color: rgb(165 243 252 / 0.7);
  }

  .lg\:border-b-cyan-200\/75 {
    border-bottom-color: rgb(165 243 252 / 0.75);
  }

  .lg\:border-b-cyan-200\/80 {
    border-bottom-color: rgb(165 243 252 / 0.8);
  }

  .lg\:border-b-cyan-200\/85 {
    border-bottom-color: rgb(165 243 252 / 0.85);
  }

  .lg\:border-b-cyan-200\/90 {
    border-bottom-color: rgb(165 243 252 / 0.9);
  }

  .lg\:border-b-cyan-200\/95 {
    border-bottom-color: rgb(165 243 252 / 0.95);
  }

  .lg\:border-b-cyan-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity));
  }

  .lg\:border-b-cyan-300\/0 {
    border-bottom-color: rgb(103 232 249 / 0);
  }

  .lg\:border-b-cyan-300\/10 {
    border-bottom-color: rgb(103 232 249 / 0.1);
  }

  .lg\:border-b-cyan-300\/100 {
    border-bottom-color: rgb(103 232 249 / 1);
  }

  .lg\:border-b-cyan-300\/15 {
    border-bottom-color: rgb(103 232 249 / 0.15);
  }

  .lg\:border-b-cyan-300\/20 {
    border-bottom-color: rgb(103 232 249 / 0.2);
  }

  .lg\:border-b-cyan-300\/25 {
    border-bottom-color: rgb(103 232 249 / 0.25);
  }

  .lg\:border-b-cyan-300\/30 {
    border-bottom-color: rgb(103 232 249 / 0.3);
  }

  .lg\:border-b-cyan-300\/35 {
    border-bottom-color: rgb(103 232 249 / 0.35);
  }

  .lg\:border-b-cyan-300\/40 {
    border-bottom-color: rgb(103 232 249 / 0.4);
  }

  .lg\:border-b-cyan-300\/45 {
    border-bottom-color: rgb(103 232 249 / 0.45);
  }

  .lg\:border-b-cyan-300\/5 {
    border-bottom-color: rgb(103 232 249 / 0.05);
  }

  .lg\:border-b-cyan-300\/50 {
    border-bottom-color: rgb(103 232 249 / 0.5);
  }

  .lg\:border-b-cyan-300\/55 {
    border-bottom-color: rgb(103 232 249 / 0.55);
  }

  .lg\:border-b-cyan-300\/60 {
    border-bottom-color: rgb(103 232 249 / 0.6);
  }

  .lg\:border-b-cyan-300\/65 {
    border-bottom-color: rgb(103 232 249 / 0.65);
  }

  .lg\:border-b-cyan-300\/70 {
    border-bottom-color: rgb(103 232 249 / 0.7);
  }

  .lg\:border-b-cyan-300\/75 {
    border-bottom-color: rgb(103 232 249 / 0.75);
  }

  .lg\:border-b-cyan-300\/80 {
    border-bottom-color: rgb(103 232 249 / 0.8);
  }

  .lg\:border-b-cyan-300\/85 {
    border-bottom-color: rgb(103 232 249 / 0.85);
  }

  .lg\:border-b-cyan-300\/90 {
    border-bottom-color: rgb(103 232 249 / 0.9);
  }

  .lg\:border-b-cyan-300\/95 {
    border-bottom-color: rgb(103 232 249 / 0.95);
  }

  .lg\:border-b-cyan-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity));
  }

  .lg\:border-b-cyan-400\/0 {
    border-bottom-color: rgb(34 211 238 / 0);
  }

  .lg\:border-b-cyan-400\/10 {
    border-bottom-color: rgb(34 211 238 / 0.1);
  }

  .lg\:border-b-cyan-400\/100 {
    border-bottom-color: rgb(34 211 238 / 1);
  }

  .lg\:border-b-cyan-400\/15 {
    border-bottom-color: rgb(34 211 238 / 0.15);
  }

  .lg\:border-b-cyan-400\/20 {
    border-bottom-color: rgb(34 211 238 / 0.2);
  }

  .lg\:border-b-cyan-400\/25 {
    border-bottom-color: rgb(34 211 238 / 0.25);
  }

  .lg\:border-b-cyan-400\/30 {
    border-bottom-color: rgb(34 211 238 / 0.3);
  }

  .lg\:border-b-cyan-400\/35 {
    border-bottom-color: rgb(34 211 238 / 0.35);
  }

  .lg\:border-b-cyan-400\/40 {
    border-bottom-color: rgb(34 211 238 / 0.4);
  }

  .lg\:border-b-cyan-400\/45 {
    border-bottom-color: rgb(34 211 238 / 0.45);
  }

  .lg\:border-b-cyan-400\/5 {
    border-bottom-color: rgb(34 211 238 / 0.05);
  }

  .lg\:border-b-cyan-400\/50 {
    border-bottom-color: rgb(34 211 238 / 0.5);
  }

  .lg\:border-b-cyan-400\/55 {
    border-bottom-color: rgb(34 211 238 / 0.55);
  }

  .lg\:border-b-cyan-400\/60 {
    border-bottom-color: rgb(34 211 238 / 0.6);
  }

  .lg\:border-b-cyan-400\/65 {
    border-bottom-color: rgb(34 211 238 / 0.65);
  }

  .lg\:border-b-cyan-400\/70 {
    border-bottom-color: rgb(34 211 238 / 0.7);
  }

  .lg\:border-b-cyan-400\/75 {
    border-bottom-color: rgb(34 211 238 / 0.75);
  }

  .lg\:border-b-cyan-400\/80 {
    border-bottom-color: rgb(34 211 238 / 0.8);
  }

  .lg\:border-b-cyan-400\/85 {
    border-bottom-color: rgb(34 211 238 / 0.85);
  }

  .lg\:border-b-cyan-400\/90 {
    border-bottom-color: rgb(34 211 238 / 0.9);
  }

  .lg\:border-b-cyan-400\/95 {
    border-bottom-color: rgb(34 211 238 / 0.95);
  }

  .lg\:border-b-cyan-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity));
  }

  .lg\:border-b-cyan-50\/0 {
    border-bottom-color: rgb(236 254 255 / 0);
  }

  .lg\:border-b-cyan-50\/10 {
    border-bottom-color: rgb(236 254 255 / 0.1);
  }

  .lg\:border-b-cyan-50\/100 {
    border-bottom-color: rgb(236 254 255 / 1);
  }

  .lg\:border-b-cyan-50\/15 {
    border-bottom-color: rgb(236 254 255 / 0.15);
  }

  .lg\:border-b-cyan-50\/20 {
    border-bottom-color: rgb(236 254 255 / 0.2);
  }

  .lg\:border-b-cyan-50\/25 {
    border-bottom-color: rgb(236 254 255 / 0.25);
  }

  .lg\:border-b-cyan-50\/30 {
    border-bottom-color: rgb(236 254 255 / 0.3);
  }

  .lg\:border-b-cyan-50\/35 {
    border-bottom-color: rgb(236 254 255 / 0.35);
  }

  .lg\:border-b-cyan-50\/40 {
    border-bottom-color: rgb(236 254 255 / 0.4);
  }

  .lg\:border-b-cyan-50\/45 {
    border-bottom-color: rgb(236 254 255 / 0.45);
  }

  .lg\:border-b-cyan-50\/5 {
    border-bottom-color: rgb(236 254 255 / 0.05);
  }

  .lg\:border-b-cyan-50\/50 {
    border-bottom-color: rgb(236 254 255 / 0.5);
  }

  .lg\:border-b-cyan-50\/55 {
    border-bottom-color: rgb(236 254 255 / 0.55);
  }

  .lg\:border-b-cyan-50\/60 {
    border-bottom-color: rgb(236 254 255 / 0.6);
  }

  .lg\:border-b-cyan-50\/65 {
    border-bottom-color: rgb(236 254 255 / 0.65);
  }

  .lg\:border-b-cyan-50\/70 {
    border-bottom-color: rgb(236 254 255 / 0.7);
  }

  .lg\:border-b-cyan-50\/75 {
    border-bottom-color: rgb(236 254 255 / 0.75);
  }

  .lg\:border-b-cyan-50\/80 {
    border-bottom-color: rgb(236 254 255 / 0.8);
  }

  .lg\:border-b-cyan-50\/85 {
    border-bottom-color: rgb(236 254 255 / 0.85);
  }

  .lg\:border-b-cyan-50\/90 {
    border-bottom-color: rgb(236 254 255 / 0.9);
  }

  .lg\:border-b-cyan-50\/95 {
    border-bottom-color: rgb(236 254 255 / 0.95);
  }

  .lg\:border-b-cyan-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity));
  }

  .lg\:border-b-cyan-500\/0 {
    border-bottom-color: rgb(6 182 212 / 0);
  }

  .lg\:border-b-cyan-500\/10 {
    border-bottom-color: rgb(6 182 212 / 0.1);
  }

  .lg\:border-b-cyan-500\/100 {
    border-bottom-color: rgb(6 182 212 / 1);
  }

  .lg\:border-b-cyan-500\/15 {
    border-bottom-color: rgb(6 182 212 / 0.15);
  }

  .lg\:border-b-cyan-500\/20 {
    border-bottom-color: rgb(6 182 212 / 0.2);
  }

  .lg\:border-b-cyan-500\/25 {
    border-bottom-color: rgb(6 182 212 / 0.25);
  }

  .lg\:border-b-cyan-500\/30 {
    border-bottom-color: rgb(6 182 212 / 0.3);
  }

  .lg\:border-b-cyan-500\/35 {
    border-bottom-color: rgb(6 182 212 / 0.35);
  }

  .lg\:border-b-cyan-500\/40 {
    border-bottom-color: rgb(6 182 212 / 0.4);
  }

  .lg\:border-b-cyan-500\/45 {
    border-bottom-color: rgb(6 182 212 / 0.45);
  }

  .lg\:border-b-cyan-500\/5 {
    border-bottom-color: rgb(6 182 212 / 0.05);
  }

  .lg\:border-b-cyan-500\/50 {
    border-bottom-color: rgb(6 182 212 / 0.5);
  }

  .lg\:border-b-cyan-500\/55 {
    border-bottom-color: rgb(6 182 212 / 0.55);
  }

  .lg\:border-b-cyan-500\/60 {
    border-bottom-color: rgb(6 182 212 / 0.6);
  }

  .lg\:border-b-cyan-500\/65 {
    border-bottom-color: rgb(6 182 212 / 0.65);
  }

  .lg\:border-b-cyan-500\/70 {
    border-bottom-color: rgb(6 182 212 / 0.7);
  }

  .lg\:border-b-cyan-500\/75 {
    border-bottom-color: rgb(6 182 212 / 0.75);
  }

  .lg\:border-b-cyan-500\/80 {
    border-bottom-color: rgb(6 182 212 / 0.8);
  }

  .lg\:border-b-cyan-500\/85 {
    border-bottom-color: rgb(6 182 212 / 0.85);
  }

  .lg\:border-b-cyan-500\/90 {
    border-bottom-color: rgb(6 182 212 / 0.9);
  }

  .lg\:border-b-cyan-500\/95 {
    border-bottom-color: rgb(6 182 212 / 0.95);
  }

  .lg\:border-b-cyan-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity));
  }

  .lg\:border-b-cyan-600\/0 {
    border-bottom-color: rgb(8 145 178 / 0);
  }

  .lg\:border-b-cyan-600\/10 {
    border-bottom-color: rgb(8 145 178 / 0.1);
  }

  .lg\:border-b-cyan-600\/100 {
    border-bottom-color: rgb(8 145 178 / 1);
  }

  .lg\:border-b-cyan-600\/15 {
    border-bottom-color: rgb(8 145 178 / 0.15);
  }

  .lg\:border-b-cyan-600\/20 {
    border-bottom-color: rgb(8 145 178 / 0.2);
  }

  .lg\:border-b-cyan-600\/25 {
    border-bottom-color: rgb(8 145 178 / 0.25);
  }

  .lg\:border-b-cyan-600\/30 {
    border-bottom-color: rgb(8 145 178 / 0.3);
  }

  .lg\:border-b-cyan-600\/35 {
    border-bottom-color: rgb(8 145 178 / 0.35);
  }

  .lg\:border-b-cyan-600\/40 {
    border-bottom-color: rgb(8 145 178 / 0.4);
  }

  .lg\:border-b-cyan-600\/45 {
    border-bottom-color: rgb(8 145 178 / 0.45);
  }

  .lg\:border-b-cyan-600\/5 {
    border-bottom-color: rgb(8 145 178 / 0.05);
  }

  .lg\:border-b-cyan-600\/50 {
    border-bottom-color: rgb(8 145 178 / 0.5);
  }

  .lg\:border-b-cyan-600\/55 {
    border-bottom-color: rgb(8 145 178 / 0.55);
  }

  .lg\:border-b-cyan-600\/60 {
    border-bottom-color: rgb(8 145 178 / 0.6);
  }

  .lg\:border-b-cyan-600\/65 {
    border-bottom-color: rgb(8 145 178 / 0.65);
  }

  .lg\:border-b-cyan-600\/70 {
    border-bottom-color: rgb(8 145 178 / 0.7);
  }

  .lg\:border-b-cyan-600\/75 {
    border-bottom-color: rgb(8 145 178 / 0.75);
  }

  .lg\:border-b-cyan-600\/80 {
    border-bottom-color: rgb(8 145 178 / 0.8);
  }

  .lg\:border-b-cyan-600\/85 {
    border-bottom-color: rgb(8 145 178 / 0.85);
  }

  .lg\:border-b-cyan-600\/90 {
    border-bottom-color: rgb(8 145 178 / 0.9);
  }

  .lg\:border-b-cyan-600\/95 {
    border-bottom-color: rgb(8 145 178 / 0.95);
  }

  .lg\:border-b-cyan-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity));
  }

  .lg\:border-b-cyan-700\/0 {
    border-bottom-color: rgb(14 116 144 / 0);
  }

  .lg\:border-b-cyan-700\/10 {
    border-bottom-color: rgb(14 116 144 / 0.1);
  }

  .lg\:border-b-cyan-700\/100 {
    border-bottom-color: rgb(14 116 144 / 1);
  }

  .lg\:border-b-cyan-700\/15 {
    border-bottom-color: rgb(14 116 144 / 0.15);
  }

  .lg\:border-b-cyan-700\/20 {
    border-bottom-color: rgb(14 116 144 / 0.2);
  }

  .lg\:border-b-cyan-700\/25 {
    border-bottom-color: rgb(14 116 144 / 0.25);
  }

  .lg\:border-b-cyan-700\/30 {
    border-bottom-color: rgb(14 116 144 / 0.3);
  }

  .lg\:border-b-cyan-700\/35 {
    border-bottom-color: rgb(14 116 144 / 0.35);
  }

  .lg\:border-b-cyan-700\/40 {
    border-bottom-color: rgb(14 116 144 / 0.4);
  }

  .lg\:border-b-cyan-700\/45 {
    border-bottom-color: rgb(14 116 144 / 0.45);
  }

  .lg\:border-b-cyan-700\/5 {
    border-bottom-color: rgb(14 116 144 / 0.05);
  }

  .lg\:border-b-cyan-700\/50 {
    border-bottom-color: rgb(14 116 144 / 0.5);
  }

  .lg\:border-b-cyan-700\/55 {
    border-bottom-color: rgb(14 116 144 / 0.55);
  }

  .lg\:border-b-cyan-700\/60 {
    border-bottom-color: rgb(14 116 144 / 0.6);
  }

  .lg\:border-b-cyan-700\/65 {
    border-bottom-color: rgb(14 116 144 / 0.65);
  }

  .lg\:border-b-cyan-700\/70 {
    border-bottom-color: rgb(14 116 144 / 0.7);
  }

  .lg\:border-b-cyan-700\/75 {
    border-bottom-color: rgb(14 116 144 / 0.75);
  }

  .lg\:border-b-cyan-700\/80 {
    border-bottom-color: rgb(14 116 144 / 0.8);
  }

  .lg\:border-b-cyan-700\/85 {
    border-bottom-color: rgb(14 116 144 / 0.85);
  }

  .lg\:border-b-cyan-700\/90 {
    border-bottom-color: rgb(14 116 144 / 0.9);
  }

  .lg\:border-b-cyan-700\/95 {
    border-bottom-color: rgb(14 116 144 / 0.95);
  }

  .lg\:border-b-cyan-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity));
  }

  .lg\:border-b-cyan-800\/0 {
    border-bottom-color: rgb(21 94 117 / 0);
  }

  .lg\:border-b-cyan-800\/10 {
    border-bottom-color: rgb(21 94 117 / 0.1);
  }

  .lg\:border-b-cyan-800\/100 {
    border-bottom-color: rgb(21 94 117 / 1);
  }

  .lg\:border-b-cyan-800\/15 {
    border-bottom-color: rgb(21 94 117 / 0.15);
  }

  .lg\:border-b-cyan-800\/20 {
    border-bottom-color: rgb(21 94 117 / 0.2);
  }

  .lg\:border-b-cyan-800\/25 {
    border-bottom-color: rgb(21 94 117 / 0.25);
  }

  .lg\:border-b-cyan-800\/30 {
    border-bottom-color: rgb(21 94 117 / 0.3);
  }

  .lg\:border-b-cyan-800\/35 {
    border-bottom-color: rgb(21 94 117 / 0.35);
  }

  .lg\:border-b-cyan-800\/40 {
    border-bottom-color: rgb(21 94 117 / 0.4);
  }

  .lg\:border-b-cyan-800\/45 {
    border-bottom-color: rgb(21 94 117 / 0.45);
  }

  .lg\:border-b-cyan-800\/5 {
    border-bottom-color: rgb(21 94 117 / 0.05);
  }

  .lg\:border-b-cyan-800\/50 {
    border-bottom-color: rgb(21 94 117 / 0.5);
  }

  .lg\:border-b-cyan-800\/55 {
    border-bottom-color: rgb(21 94 117 / 0.55);
  }

  .lg\:border-b-cyan-800\/60 {
    border-bottom-color: rgb(21 94 117 / 0.6);
  }

  .lg\:border-b-cyan-800\/65 {
    border-bottom-color: rgb(21 94 117 / 0.65);
  }

  .lg\:border-b-cyan-800\/70 {
    border-bottom-color: rgb(21 94 117 / 0.7);
  }

  .lg\:border-b-cyan-800\/75 {
    border-bottom-color: rgb(21 94 117 / 0.75);
  }

  .lg\:border-b-cyan-800\/80 {
    border-bottom-color: rgb(21 94 117 / 0.8);
  }

  .lg\:border-b-cyan-800\/85 {
    border-bottom-color: rgb(21 94 117 / 0.85);
  }

  .lg\:border-b-cyan-800\/90 {
    border-bottom-color: rgb(21 94 117 / 0.9);
  }

  .lg\:border-b-cyan-800\/95 {
    border-bottom-color: rgb(21 94 117 / 0.95);
  }

  .lg\:border-b-cyan-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity));
  }

  .lg\:border-b-cyan-900\/0 {
    border-bottom-color: rgb(22 78 99 / 0);
  }

  .lg\:border-b-cyan-900\/10 {
    border-bottom-color: rgb(22 78 99 / 0.1);
  }

  .lg\:border-b-cyan-900\/100 {
    border-bottom-color: rgb(22 78 99 / 1);
  }

  .lg\:border-b-cyan-900\/15 {
    border-bottom-color: rgb(22 78 99 / 0.15);
  }

  .lg\:border-b-cyan-900\/20 {
    border-bottom-color: rgb(22 78 99 / 0.2);
  }

  .lg\:border-b-cyan-900\/25 {
    border-bottom-color: rgb(22 78 99 / 0.25);
  }

  .lg\:border-b-cyan-900\/30 {
    border-bottom-color: rgb(22 78 99 / 0.3);
  }

  .lg\:border-b-cyan-900\/35 {
    border-bottom-color: rgb(22 78 99 / 0.35);
  }

  .lg\:border-b-cyan-900\/40 {
    border-bottom-color: rgb(22 78 99 / 0.4);
  }

  .lg\:border-b-cyan-900\/45 {
    border-bottom-color: rgb(22 78 99 / 0.45);
  }

  .lg\:border-b-cyan-900\/5 {
    border-bottom-color: rgb(22 78 99 / 0.05);
  }

  .lg\:border-b-cyan-900\/50 {
    border-bottom-color: rgb(22 78 99 / 0.5);
  }

  .lg\:border-b-cyan-900\/55 {
    border-bottom-color: rgb(22 78 99 / 0.55);
  }

  .lg\:border-b-cyan-900\/60 {
    border-bottom-color: rgb(22 78 99 / 0.6);
  }

  .lg\:border-b-cyan-900\/65 {
    border-bottom-color: rgb(22 78 99 / 0.65);
  }

  .lg\:border-b-cyan-900\/70 {
    border-bottom-color: rgb(22 78 99 / 0.7);
  }

  .lg\:border-b-cyan-900\/75 {
    border-bottom-color: rgb(22 78 99 / 0.75);
  }

  .lg\:border-b-cyan-900\/80 {
    border-bottom-color: rgb(22 78 99 / 0.8);
  }

  .lg\:border-b-cyan-900\/85 {
    border-bottom-color: rgb(22 78 99 / 0.85);
  }

  .lg\:border-b-cyan-900\/90 {
    border-bottom-color: rgb(22 78 99 / 0.9);
  }

  .lg\:border-b-cyan-900\/95 {
    border-bottom-color: rgb(22 78 99 / 0.95);
  }

  .lg\:border-b-cyan-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity));
  }

  .lg\:border-b-cyan-950\/0 {
    border-bottom-color: rgb(8 51 68 / 0);
  }

  .lg\:border-b-cyan-950\/10 {
    border-bottom-color: rgb(8 51 68 / 0.1);
  }

  .lg\:border-b-cyan-950\/100 {
    border-bottom-color: rgb(8 51 68 / 1);
  }

  .lg\:border-b-cyan-950\/15 {
    border-bottom-color: rgb(8 51 68 / 0.15);
  }

  .lg\:border-b-cyan-950\/20 {
    border-bottom-color: rgb(8 51 68 / 0.2);
  }

  .lg\:border-b-cyan-950\/25 {
    border-bottom-color: rgb(8 51 68 / 0.25);
  }

  .lg\:border-b-cyan-950\/30 {
    border-bottom-color: rgb(8 51 68 / 0.3);
  }

  .lg\:border-b-cyan-950\/35 {
    border-bottom-color: rgb(8 51 68 / 0.35);
  }

  .lg\:border-b-cyan-950\/40 {
    border-bottom-color: rgb(8 51 68 / 0.4);
  }

  .lg\:border-b-cyan-950\/45 {
    border-bottom-color: rgb(8 51 68 / 0.45);
  }

  .lg\:border-b-cyan-950\/5 {
    border-bottom-color: rgb(8 51 68 / 0.05);
  }

  .lg\:border-b-cyan-950\/50 {
    border-bottom-color: rgb(8 51 68 / 0.5);
  }

  .lg\:border-b-cyan-950\/55 {
    border-bottom-color: rgb(8 51 68 / 0.55);
  }

  .lg\:border-b-cyan-950\/60 {
    border-bottom-color: rgb(8 51 68 / 0.6);
  }

  .lg\:border-b-cyan-950\/65 {
    border-bottom-color: rgb(8 51 68 / 0.65);
  }

  .lg\:border-b-cyan-950\/70 {
    border-bottom-color: rgb(8 51 68 / 0.7);
  }

  .lg\:border-b-cyan-950\/75 {
    border-bottom-color: rgb(8 51 68 / 0.75);
  }

  .lg\:border-b-cyan-950\/80 {
    border-bottom-color: rgb(8 51 68 / 0.8);
  }

  .lg\:border-b-cyan-950\/85 {
    border-bottom-color: rgb(8 51 68 / 0.85);
  }

  .lg\:border-b-cyan-950\/90 {
    border-bottom-color: rgb(8 51 68 / 0.9);
  }

  .lg\:border-b-cyan-950\/95 {
    border-bottom-color: rgb(8 51 68 / 0.95);
  }

  .lg\:border-b-emerald-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity));
  }

  .lg\:border-b-emerald-100\/0 {
    border-bottom-color: rgb(209 250 229 / 0);
  }

  .lg\:border-b-emerald-100\/10 {
    border-bottom-color: rgb(209 250 229 / 0.1);
  }

  .lg\:border-b-emerald-100\/100 {
    border-bottom-color: rgb(209 250 229 / 1);
  }

  .lg\:border-b-emerald-100\/15 {
    border-bottom-color: rgb(209 250 229 / 0.15);
  }

  .lg\:border-b-emerald-100\/20 {
    border-bottom-color: rgb(209 250 229 / 0.2);
  }

  .lg\:border-b-emerald-100\/25 {
    border-bottom-color: rgb(209 250 229 / 0.25);
  }

  .lg\:border-b-emerald-100\/30 {
    border-bottom-color: rgb(209 250 229 / 0.3);
  }

  .lg\:border-b-emerald-100\/35 {
    border-bottom-color: rgb(209 250 229 / 0.35);
  }

  .lg\:border-b-emerald-100\/40 {
    border-bottom-color: rgb(209 250 229 / 0.4);
  }

  .lg\:border-b-emerald-100\/45 {
    border-bottom-color: rgb(209 250 229 / 0.45);
  }

  .lg\:border-b-emerald-100\/5 {
    border-bottom-color: rgb(209 250 229 / 0.05);
  }

  .lg\:border-b-emerald-100\/50 {
    border-bottom-color: rgb(209 250 229 / 0.5);
  }

  .lg\:border-b-emerald-100\/55 {
    border-bottom-color: rgb(209 250 229 / 0.55);
  }

  .lg\:border-b-emerald-100\/60 {
    border-bottom-color: rgb(209 250 229 / 0.6);
  }

  .lg\:border-b-emerald-100\/65 {
    border-bottom-color: rgb(209 250 229 / 0.65);
  }

  .lg\:border-b-emerald-100\/70 {
    border-bottom-color: rgb(209 250 229 / 0.7);
  }

  .lg\:border-b-emerald-100\/75 {
    border-bottom-color: rgb(209 250 229 / 0.75);
  }

  .lg\:border-b-emerald-100\/80 {
    border-bottom-color: rgb(209 250 229 / 0.8);
  }

  .lg\:border-b-emerald-100\/85 {
    border-bottom-color: rgb(209 250 229 / 0.85);
  }

  .lg\:border-b-emerald-100\/90 {
    border-bottom-color: rgb(209 250 229 / 0.9);
  }

  .lg\:border-b-emerald-100\/95 {
    border-bottom-color: rgb(209 250 229 / 0.95);
  }

  .lg\:border-b-emerald-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity));
  }

  .lg\:border-b-emerald-200\/0 {
    border-bottom-color: rgb(167 243 208 / 0);
  }

  .lg\:border-b-emerald-200\/10 {
    border-bottom-color: rgb(167 243 208 / 0.1);
  }

  .lg\:border-b-emerald-200\/100 {
    border-bottom-color: rgb(167 243 208 / 1);
  }

  .lg\:border-b-emerald-200\/15 {
    border-bottom-color: rgb(167 243 208 / 0.15);
  }

  .lg\:border-b-emerald-200\/20 {
    border-bottom-color: rgb(167 243 208 / 0.2);
  }

  .lg\:border-b-emerald-200\/25 {
    border-bottom-color: rgb(167 243 208 / 0.25);
  }

  .lg\:border-b-emerald-200\/30 {
    border-bottom-color: rgb(167 243 208 / 0.3);
  }

  .lg\:border-b-emerald-200\/35 {
    border-bottom-color: rgb(167 243 208 / 0.35);
  }

  .lg\:border-b-emerald-200\/40 {
    border-bottom-color: rgb(167 243 208 / 0.4);
  }

  .lg\:border-b-emerald-200\/45 {
    border-bottom-color: rgb(167 243 208 / 0.45);
  }

  .lg\:border-b-emerald-200\/5 {
    border-bottom-color: rgb(167 243 208 / 0.05);
  }

  .lg\:border-b-emerald-200\/50 {
    border-bottom-color: rgb(167 243 208 / 0.5);
  }

  .lg\:border-b-emerald-200\/55 {
    border-bottom-color: rgb(167 243 208 / 0.55);
  }

  .lg\:border-b-emerald-200\/60 {
    border-bottom-color: rgb(167 243 208 / 0.6);
  }

  .lg\:border-b-emerald-200\/65 {
    border-bottom-color: rgb(167 243 208 / 0.65);
  }

  .lg\:border-b-emerald-200\/70 {
    border-bottom-color: rgb(167 243 208 / 0.7);
  }

  .lg\:border-b-emerald-200\/75 {
    border-bottom-color: rgb(167 243 208 / 0.75);
  }

  .lg\:border-b-emerald-200\/80 {
    border-bottom-color: rgb(167 243 208 / 0.8);
  }

  .lg\:border-b-emerald-200\/85 {
    border-bottom-color: rgb(167 243 208 / 0.85);
  }

  .lg\:border-b-emerald-200\/90 {
    border-bottom-color: rgb(167 243 208 / 0.9);
  }

  .lg\:border-b-emerald-200\/95 {
    border-bottom-color: rgb(167 243 208 / 0.95);
  }

  .lg\:border-b-emerald-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity));
  }

  .lg\:border-b-emerald-300\/0 {
    border-bottom-color: rgb(110 231 183 / 0);
  }

  .lg\:border-b-emerald-300\/10 {
    border-bottom-color: rgb(110 231 183 / 0.1);
  }

  .lg\:border-b-emerald-300\/100 {
    border-bottom-color: rgb(110 231 183 / 1);
  }

  .lg\:border-b-emerald-300\/15 {
    border-bottom-color: rgb(110 231 183 / 0.15);
  }

  .lg\:border-b-emerald-300\/20 {
    border-bottom-color: rgb(110 231 183 / 0.2);
  }

  .lg\:border-b-emerald-300\/25 {
    border-bottom-color: rgb(110 231 183 / 0.25);
  }

  .lg\:border-b-emerald-300\/30 {
    border-bottom-color: rgb(110 231 183 / 0.3);
  }

  .lg\:border-b-emerald-300\/35 {
    border-bottom-color: rgb(110 231 183 / 0.35);
  }

  .lg\:border-b-emerald-300\/40 {
    border-bottom-color: rgb(110 231 183 / 0.4);
  }

  .lg\:border-b-emerald-300\/45 {
    border-bottom-color: rgb(110 231 183 / 0.45);
  }

  .lg\:border-b-emerald-300\/5 {
    border-bottom-color: rgb(110 231 183 / 0.05);
  }

  .lg\:border-b-emerald-300\/50 {
    border-bottom-color: rgb(110 231 183 / 0.5);
  }

  .lg\:border-b-emerald-300\/55 {
    border-bottom-color: rgb(110 231 183 / 0.55);
  }

  .lg\:border-b-emerald-300\/60 {
    border-bottom-color: rgb(110 231 183 / 0.6);
  }

  .lg\:border-b-emerald-300\/65 {
    border-bottom-color: rgb(110 231 183 / 0.65);
  }

  .lg\:border-b-emerald-300\/70 {
    border-bottom-color: rgb(110 231 183 / 0.7);
  }

  .lg\:border-b-emerald-300\/75 {
    border-bottom-color: rgb(110 231 183 / 0.75);
  }

  .lg\:border-b-emerald-300\/80 {
    border-bottom-color: rgb(110 231 183 / 0.8);
  }

  .lg\:border-b-emerald-300\/85 {
    border-bottom-color: rgb(110 231 183 / 0.85);
  }

  .lg\:border-b-emerald-300\/90 {
    border-bottom-color: rgb(110 231 183 / 0.9);
  }

  .lg\:border-b-emerald-300\/95 {
    border-bottom-color: rgb(110 231 183 / 0.95);
  }

  .lg\:border-b-emerald-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity));
  }

  .lg\:border-b-emerald-400\/0 {
    border-bottom-color: rgb(52 211 153 / 0);
  }

  .lg\:border-b-emerald-400\/10 {
    border-bottom-color: rgb(52 211 153 / 0.1);
  }

  .lg\:border-b-emerald-400\/100 {
    border-bottom-color: rgb(52 211 153 / 1);
  }

  .lg\:border-b-emerald-400\/15 {
    border-bottom-color: rgb(52 211 153 / 0.15);
  }

  .lg\:border-b-emerald-400\/20 {
    border-bottom-color: rgb(52 211 153 / 0.2);
  }

  .lg\:border-b-emerald-400\/25 {
    border-bottom-color: rgb(52 211 153 / 0.25);
  }

  .lg\:border-b-emerald-400\/30 {
    border-bottom-color: rgb(52 211 153 / 0.3);
  }

  .lg\:border-b-emerald-400\/35 {
    border-bottom-color: rgb(52 211 153 / 0.35);
  }

  .lg\:border-b-emerald-400\/40 {
    border-bottom-color: rgb(52 211 153 / 0.4);
  }

  .lg\:border-b-emerald-400\/45 {
    border-bottom-color: rgb(52 211 153 / 0.45);
  }

  .lg\:border-b-emerald-400\/5 {
    border-bottom-color: rgb(52 211 153 / 0.05);
  }

  .lg\:border-b-emerald-400\/50 {
    border-bottom-color: rgb(52 211 153 / 0.5);
  }

  .lg\:border-b-emerald-400\/55 {
    border-bottom-color: rgb(52 211 153 / 0.55);
  }

  .lg\:border-b-emerald-400\/60 {
    border-bottom-color: rgb(52 211 153 / 0.6);
  }

  .lg\:border-b-emerald-400\/65 {
    border-bottom-color: rgb(52 211 153 / 0.65);
  }

  .lg\:border-b-emerald-400\/70 {
    border-bottom-color: rgb(52 211 153 / 0.7);
  }

  .lg\:border-b-emerald-400\/75 {
    border-bottom-color: rgb(52 211 153 / 0.75);
  }

  .lg\:border-b-emerald-400\/80 {
    border-bottom-color: rgb(52 211 153 / 0.8);
  }

  .lg\:border-b-emerald-400\/85 {
    border-bottom-color: rgb(52 211 153 / 0.85);
  }

  .lg\:border-b-emerald-400\/90 {
    border-bottom-color: rgb(52 211 153 / 0.9);
  }

  .lg\:border-b-emerald-400\/95 {
    border-bottom-color: rgb(52 211 153 / 0.95);
  }

  .lg\:border-b-emerald-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity));
  }

  .lg\:border-b-emerald-50\/0 {
    border-bottom-color: rgb(236 253 245 / 0);
  }

  .lg\:border-b-emerald-50\/10 {
    border-bottom-color: rgb(236 253 245 / 0.1);
  }

  .lg\:border-b-emerald-50\/100 {
    border-bottom-color: rgb(236 253 245 / 1);
  }

  .lg\:border-b-emerald-50\/15 {
    border-bottom-color: rgb(236 253 245 / 0.15);
  }

  .lg\:border-b-emerald-50\/20 {
    border-bottom-color: rgb(236 253 245 / 0.2);
  }

  .lg\:border-b-emerald-50\/25 {
    border-bottom-color: rgb(236 253 245 / 0.25);
  }

  .lg\:border-b-emerald-50\/30 {
    border-bottom-color: rgb(236 253 245 / 0.3);
  }

  .lg\:border-b-emerald-50\/35 {
    border-bottom-color: rgb(236 253 245 / 0.35);
  }

  .lg\:border-b-emerald-50\/40 {
    border-bottom-color: rgb(236 253 245 / 0.4);
  }

  .lg\:border-b-emerald-50\/45 {
    border-bottom-color: rgb(236 253 245 / 0.45);
  }

  .lg\:border-b-emerald-50\/5 {
    border-bottom-color: rgb(236 253 245 / 0.05);
  }

  .lg\:border-b-emerald-50\/50 {
    border-bottom-color: rgb(236 253 245 / 0.5);
  }

  .lg\:border-b-emerald-50\/55 {
    border-bottom-color: rgb(236 253 245 / 0.55);
  }

  .lg\:border-b-emerald-50\/60 {
    border-bottom-color: rgb(236 253 245 / 0.6);
  }

  .lg\:border-b-emerald-50\/65 {
    border-bottom-color: rgb(236 253 245 / 0.65);
  }

  .lg\:border-b-emerald-50\/70 {
    border-bottom-color: rgb(236 253 245 / 0.7);
  }

  .lg\:border-b-emerald-50\/75 {
    border-bottom-color: rgb(236 253 245 / 0.75);
  }

  .lg\:border-b-emerald-50\/80 {
    border-bottom-color: rgb(236 253 245 / 0.8);
  }

  .lg\:border-b-emerald-50\/85 {
    border-bottom-color: rgb(236 253 245 / 0.85);
  }

  .lg\:border-b-emerald-50\/90 {
    border-bottom-color: rgb(236 253 245 / 0.9);
  }

  .lg\:border-b-emerald-50\/95 {
    border-bottom-color: rgb(236 253 245 / 0.95);
  }

  .lg\:border-b-emerald-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity));
  }

  .lg\:border-b-emerald-500\/0 {
    border-bottom-color: rgb(16 185 129 / 0);
  }

  .lg\:border-b-emerald-500\/10 {
    border-bottom-color: rgb(16 185 129 / 0.1);
  }

  .lg\:border-b-emerald-500\/100 {
    border-bottom-color: rgb(16 185 129 / 1);
  }

  .lg\:border-b-emerald-500\/15 {
    border-bottom-color: rgb(16 185 129 / 0.15);
  }

  .lg\:border-b-emerald-500\/20 {
    border-bottom-color: rgb(16 185 129 / 0.2);
  }

  .lg\:border-b-emerald-500\/25 {
    border-bottom-color: rgb(16 185 129 / 0.25);
  }

  .lg\:border-b-emerald-500\/30 {
    border-bottom-color: rgb(16 185 129 / 0.3);
  }

  .lg\:border-b-emerald-500\/35 {
    border-bottom-color: rgb(16 185 129 / 0.35);
  }

  .lg\:border-b-emerald-500\/40 {
    border-bottom-color: rgb(16 185 129 / 0.4);
  }

  .lg\:border-b-emerald-500\/45 {
    border-bottom-color: rgb(16 185 129 / 0.45);
  }

  .lg\:border-b-emerald-500\/5 {
    border-bottom-color: rgb(16 185 129 / 0.05);
  }

  .lg\:border-b-emerald-500\/50 {
    border-bottom-color: rgb(16 185 129 / 0.5);
  }

  .lg\:border-b-emerald-500\/55 {
    border-bottom-color: rgb(16 185 129 / 0.55);
  }

  .lg\:border-b-emerald-500\/60 {
    border-bottom-color: rgb(16 185 129 / 0.6);
  }

  .lg\:border-b-emerald-500\/65 {
    border-bottom-color: rgb(16 185 129 / 0.65);
  }

  .lg\:border-b-emerald-500\/70 {
    border-bottom-color: rgb(16 185 129 / 0.7);
  }

  .lg\:border-b-emerald-500\/75 {
    border-bottom-color: rgb(16 185 129 / 0.75);
  }

  .lg\:border-b-emerald-500\/80 {
    border-bottom-color: rgb(16 185 129 / 0.8);
  }

  .lg\:border-b-emerald-500\/85 {
    border-bottom-color: rgb(16 185 129 / 0.85);
  }

  .lg\:border-b-emerald-500\/90 {
    border-bottom-color: rgb(16 185 129 / 0.9);
  }

  .lg\:border-b-emerald-500\/95 {
    border-bottom-color: rgb(16 185 129 / 0.95);
  }

  .lg\:border-b-emerald-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity));
  }

  .lg\:border-b-emerald-600\/0 {
    border-bottom-color: rgb(5 150 105 / 0);
  }

  .lg\:border-b-emerald-600\/10 {
    border-bottom-color: rgb(5 150 105 / 0.1);
  }

  .lg\:border-b-emerald-600\/100 {
    border-bottom-color: rgb(5 150 105 / 1);
  }

  .lg\:border-b-emerald-600\/15 {
    border-bottom-color: rgb(5 150 105 / 0.15);
  }

  .lg\:border-b-emerald-600\/20 {
    border-bottom-color: rgb(5 150 105 / 0.2);
  }

  .lg\:border-b-emerald-600\/25 {
    border-bottom-color: rgb(5 150 105 / 0.25);
  }

  .lg\:border-b-emerald-600\/30 {
    border-bottom-color: rgb(5 150 105 / 0.3);
  }

  .lg\:border-b-emerald-600\/35 {
    border-bottom-color: rgb(5 150 105 / 0.35);
  }

  .lg\:border-b-emerald-600\/40 {
    border-bottom-color: rgb(5 150 105 / 0.4);
  }

  .lg\:border-b-emerald-600\/45 {
    border-bottom-color: rgb(5 150 105 / 0.45);
  }

  .lg\:border-b-emerald-600\/5 {
    border-bottom-color: rgb(5 150 105 / 0.05);
  }

  .lg\:border-b-emerald-600\/50 {
    border-bottom-color: rgb(5 150 105 / 0.5);
  }

  .lg\:border-b-emerald-600\/55 {
    border-bottom-color: rgb(5 150 105 / 0.55);
  }

  .lg\:border-b-emerald-600\/60 {
    border-bottom-color: rgb(5 150 105 / 0.6);
  }

  .lg\:border-b-emerald-600\/65 {
    border-bottom-color: rgb(5 150 105 / 0.65);
  }

  .lg\:border-b-emerald-600\/70 {
    border-bottom-color: rgb(5 150 105 / 0.7);
  }

  .lg\:border-b-emerald-600\/75 {
    border-bottom-color: rgb(5 150 105 / 0.75);
  }

  .lg\:border-b-emerald-600\/80 {
    border-bottom-color: rgb(5 150 105 / 0.8);
  }

  .lg\:border-b-emerald-600\/85 {
    border-bottom-color: rgb(5 150 105 / 0.85);
  }

  .lg\:border-b-emerald-600\/90 {
    border-bottom-color: rgb(5 150 105 / 0.9);
  }

  .lg\:border-b-emerald-600\/95 {
    border-bottom-color: rgb(5 150 105 / 0.95);
  }

  .lg\:border-b-emerald-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity));
  }

  .lg\:border-b-emerald-700\/0 {
    border-bottom-color: rgb(4 120 87 / 0);
  }

  .lg\:border-b-emerald-700\/10 {
    border-bottom-color: rgb(4 120 87 / 0.1);
  }

  .lg\:border-b-emerald-700\/100 {
    border-bottom-color: rgb(4 120 87 / 1);
  }

  .lg\:border-b-emerald-700\/15 {
    border-bottom-color: rgb(4 120 87 / 0.15);
  }

  .lg\:border-b-emerald-700\/20 {
    border-bottom-color: rgb(4 120 87 / 0.2);
  }

  .lg\:border-b-emerald-700\/25 {
    border-bottom-color: rgb(4 120 87 / 0.25);
  }

  .lg\:border-b-emerald-700\/30 {
    border-bottom-color: rgb(4 120 87 / 0.3);
  }

  .lg\:border-b-emerald-700\/35 {
    border-bottom-color: rgb(4 120 87 / 0.35);
  }

  .lg\:border-b-emerald-700\/40 {
    border-bottom-color: rgb(4 120 87 / 0.4);
  }

  .lg\:border-b-emerald-700\/45 {
    border-bottom-color: rgb(4 120 87 / 0.45);
  }

  .lg\:border-b-emerald-700\/5 {
    border-bottom-color: rgb(4 120 87 / 0.05);
  }

  .lg\:border-b-emerald-700\/50 {
    border-bottom-color: rgb(4 120 87 / 0.5);
  }

  .lg\:border-b-emerald-700\/55 {
    border-bottom-color: rgb(4 120 87 / 0.55);
  }

  .lg\:border-b-emerald-700\/60 {
    border-bottom-color: rgb(4 120 87 / 0.6);
  }

  .lg\:border-b-emerald-700\/65 {
    border-bottom-color: rgb(4 120 87 / 0.65);
  }

  .lg\:border-b-emerald-700\/70 {
    border-bottom-color: rgb(4 120 87 / 0.7);
  }

  .lg\:border-b-emerald-700\/75 {
    border-bottom-color: rgb(4 120 87 / 0.75);
  }

  .lg\:border-b-emerald-700\/80 {
    border-bottom-color: rgb(4 120 87 / 0.8);
  }

  .lg\:border-b-emerald-700\/85 {
    border-bottom-color: rgb(4 120 87 / 0.85);
  }

  .lg\:border-b-emerald-700\/90 {
    border-bottom-color: rgb(4 120 87 / 0.9);
  }

  .lg\:border-b-emerald-700\/95 {
    border-bottom-color: rgb(4 120 87 / 0.95);
  }

  .lg\:border-b-emerald-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity));
  }

  .lg\:border-b-emerald-800\/0 {
    border-bottom-color: rgb(6 95 70 / 0);
  }

  .lg\:border-b-emerald-800\/10 {
    border-bottom-color: rgb(6 95 70 / 0.1);
  }

  .lg\:border-b-emerald-800\/100 {
    border-bottom-color: rgb(6 95 70 / 1);
  }

  .lg\:border-b-emerald-800\/15 {
    border-bottom-color: rgb(6 95 70 / 0.15);
  }

  .lg\:border-b-emerald-800\/20 {
    border-bottom-color: rgb(6 95 70 / 0.2);
  }

  .lg\:border-b-emerald-800\/25 {
    border-bottom-color: rgb(6 95 70 / 0.25);
  }

  .lg\:border-b-emerald-800\/30 {
    border-bottom-color: rgb(6 95 70 / 0.3);
  }

  .lg\:border-b-emerald-800\/35 {
    border-bottom-color: rgb(6 95 70 / 0.35);
  }

  .lg\:border-b-emerald-800\/40 {
    border-bottom-color: rgb(6 95 70 / 0.4);
  }

  .lg\:border-b-emerald-800\/45 {
    border-bottom-color: rgb(6 95 70 / 0.45);
  }

  .lg\:border-b-emerald-800\/5 {
    border-bottom-color: rgb(6 95 70 / 0.05);
  }

  .lg\:border-b-emerald-800\/50 {
    border-bottom-color: rgb(6 95 70 / 0.5);
  }

  .lg\:border-b-emerald-800\/55 {
    border-bottom-color: rgb(6 95 70 / 0.55);
  }

  .lg\:border-b-emerald-800\/60 {
    border-bottom-color: rgb(6 95 70 / 0.6);
  }

  .lg\:border-b-emerald-800\/65 {
    border-bottom-color: rgb(6 95 70 / 0.65);
  }

  .lg\:border-b-emerald-800\/70 {
    border-bottom-color: rgb(6 95 70 / 0.7);
  }

  .lg\:border-b-emerald-800\/75 {
    border-bottom-color: rgb(6 95 70 / 0.75);
  }

  .lg\:border-b-emerald-800\/80 {
    border-bottom-color: rgb(6 95 70 / 0.8);
  }

  .lg\:border-b-emerald-800\/85 {
    border-bottom-color: rgb(6 95 70 / 0.85);
  }

  .lg\:border-b-emerald-800\/90 {
    border-bottom-color: rgb(6 95 70 / 0.9);
  }

  .lg\:border-b-emerald-800\/95 {
    border-bottom-color: rgb(6 95 70 / 0.95);
  }

  .lg\:border-b-emerald-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity));
  }

  .lg\:border-b-emerald-900\/0 {
    border-bottom-color: rgb(6 78 59 / 0);
  }

  .lg\:border-b-emerald-900\/10 {
    border-bottom-color: rgb(6 78 59 / 0.1);
  }

  .lg\:border-b-emerald-900\/100 {
    border-bottom-color: rgb(6 78 59 / 1);
  }

  .lg\:border-b-emerald-900\/15 {
    border-bottom-color: rgb(6 78 59 / 0.15);
  }

  .lg\:border-b-emerald-900\/20 {
    border-bottom-color: rgb(6 78 59 / 0.2);
  }

  .lg\:border-b-emerald-900\/25 {
    border-bottom-color: rgb(6 78 59 / 0.25);
  }

  .lg\:border-b-emerald-900\/30 {
    border-bottom-color: rgb(6 78 59 / 0.3);
  }

  .lg\:border-b-emerald-900\/35 {
    border-bottom-color: rgb(6 78 59 / 0.35);
  }

  .lg\:border-b-emerald-900\/40 {
    border-bottom-color: rgb(6 78 59 / 0.4);
  }

  .lg\:border-b-emerald-900\/45 {
    border-bottom-color: rgb(6 78 59 / 0.45);
  }

  .lg\:border-b-emerald-900\/5 {
    border-bottom-color: rgb(6 78 59 / 0.05);
  }

  .lg\:border-b-emerald-900\/50 {
    border-bottom-color: rgb(6 78 59 / 0.5);
  }

  .lg\:border-b-emerald-900\/55 {
    border-bottom-color: rgb(6 78 59 / 0.55);
  }

  .lg\:border-b-emerald-900\/60 {
    border-bottom-color: rgb(6 78 59 / 0.6);
  }

  .lg\:border-b-emerald-900\/65 {
    border-bottom-color: rgb(6 78 59 / 0.65);
  }

  .lg\:border-b-emerald-900\/70 {
    border-bottom-color: rgb(6 78 59 / 0.7);
  }

  .lg\:border-b-emerald-900\/75 {
    border-bottom-color: rgb(6 78 59 / 0.75);
  }

  .lg\:border-b-emerald-900\/80 {
    border-bottom-color: rgb(6 78 59 / 0.8);
  }

  .lg\:border-b-emerald-900\/85 {
    border-bottom-color: rgb(6 78 59 / 0.85);
  }

  .lg\:border-b-emerald-900\/90 {
    border-bottom-color: rgb(6 78 59 / 0.9);
  }

  .lg\:border-b-emerald-900\/95 {
    border-bottom-color: rgb(6 78 59 / 0.95);
  }

  .lg\:border-b-emerald-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity));
  }

  .lg\:border-b-emerald-950\/0 {
    border-bottom-color: rgb(2 44 34 / 0);
  }

  .lg\:border-b-emerald-950\/10 {
    border-bottom-color: rgb(2 44 34 / 0.1);
  }

  .lg\:border-b-emerald-950\/100 {
    border-bottom-color: rgb(2 44 34 / 1);
  }

  .lg\:border-b-emerald-950\/15 {
    border-bottom-color: rgb(2 44 34 / 0.15);
  }

  .lg\:border-b-emerald-950\/20 {
    border-bottom-color: rgb(2 44 34 / 0.2);
  }

  .lg\:border-b-emerald-950\/25 {
    border-bottom-color: rgb(2 44 34 / 0.25);
  }

  .lg\:border-b-emerald-950\/30 {
    border-bottom-color: rgb(2 44 34 / 0.3);
  }

  .lg\:border-b-emerald-950\/35 {
    border-bottom-color: rgb(2 44 34 / 0.35);
  }

  .lg\:border-b-emerald-950\/40 {
    border-bottom-color: rgb(2 44 34 / 0.4);
  }

  .lg\:border-b-emerald-950\/45 {
    border-bottom-color: rgb(2 44 34 / 0.45);
  }

  .lg\:border-b-emerald-950\/5 {
    border-bottom-color: rgb(2 44 34 / 0.05);
  }

  .lg\:border-b-emerald-950\/50 {
    border-bottom-color: rgb(2 44 34 / 0.5);
  }

  .lg\:border-b-emerald-950\/55 {
    border-bottom-color: rgb(2 44 34 / 0.55);
  }

  .lg\:border-b-emerald-950\/60 {
    border-bottom-color: rgb(2 44 34 / 0.6);
  }

  .lg\:border-b-emerald-950\/65 {
    border-bottom-color: rgb(2 44 34 / 0.65);
  }

  .lg\:border-b-emerald-950\/70 {
    border-bottom-color: rgb(2 44 34 / 0.7);
  }

  .lg\:border-b-emerald-950\/75 {
    border-bottom-color: rgb(2 44 34 / 0.75);
  }

  .lg\:border-b-emerald-950\/80 {
    border-bottom-color: rgb(2 44 34 / 0.8);
  }

  .lg\:border-b-emerald-950\/85 {
    border-bottom-color: rgb(2 44 34 / 0.85);
  }

  .lg\:border-b-emerald-950\/90 {
    border-bottom-color: rgb(2 44 34 / 0.9);
  }

  .lg\:border-b-emerald-950\/95 {
    border-bottom-color: rgb(2 44 34 / 0.95);
  }

  .lg\:border-b-fuchsia-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity));
  }

  .lg\:border-b-fuchsia-100\/0 {
    border-bottom-color: rgb(250 232 255 / 0);
  }

  .lg\:border-b-fuchsia-100\/10 {
    border-bottom-color: rgb(250 232 255 / 0.1);
  }

  .lg\:border-b-fuchsia-100\/100 {
    border-bottom-color: rgb(250 232 255 / 1);
  }

  .lg\:border-b-fuchsia-100\/15 {
    border-bottom-color: rgb(250 232 255 / 0.15);
  }

  .lg\:border-b-fuchsia-100\/20 {
    border-bottom-color: rgb(250 232 255 / 0.2);
  }

  .lg\:border-b-fuchsia-100\/25 {
    border-bottom-color: rgb(250 232 255 / 0.25);
  }

  .lg\:border-b-fuchsia-100\/30 {
    border-bottom-color: rgb(250 232 255 / 0.3);
  }

  .lg\:border-b-fuchsia-100\/35 {
    border-bottom-color: rgb(250 232 255 / 0.35);
  }

  .lg\:border-b-fuchsia-100\/40 {
    border-bottom-color: rgb(250 232 255 / 0.4);
  }

  .lg\:border-b-fuchsia-100\/45 {
    border-bottom-color: rgb(250 232 255 / 0.45);
  }

  .lg\:border-b-fuchsia-100\/5 {
    border-bottom-color: rgb(250 232 255 / 0.05);
  }

  .lg\:border-b-fuchsia-100\/50 {
    border-bottom-color: rgb(250 232 255 / 0.5);
  }

  .lg\:border-b-fuchsia-100\/55 {
    border-bottom-color: rgb(250 232 255 / 0.55);
  }

  .lg\:border-b-fuchsia-100\/60 {
    border-bottom-color: rgb(250 232 255 / 0.6);
  }

  .lg\:border-b-fuchsia-100\/65 {
    border-bottom-color: rgb(250 232 255 / 0.65);
  }

  .lg\:border-b-fuchsia-100\/70 {
    border-bottom-color: rgb(250 232 255 / 0.7);
  }

  .lg\:border-b-fuchsia-100\/75 {
    border-bottom-color: rgb(250 232 255 / 0.75);
  }

  .lg\:border-b-fuchsia-100\/80 {
    border-bottom-color: rgb(250 232 255 / 0.8);
  }

  .lg\:border-b-fuchsia-100\/85 {
    border-bottom-color: rgb(250 232 255 / 0.85);
  }

  .lg\:border-b-fuchsia-100\/90 {
    border-bottom-color: rgb(250 232 255 / 0.9);
  }

  .lg\:border-b-fuchsia-100\/95 {
    border-bottom-color: rgb(250 232 255 / 0.95);
  }

  .lg\:border-b-fuchsia-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity));
  }

  .lg\:border-b-fuchsia-200\/0 {
    border-bottom-color: rgb(245 208 254 / 0);
  }

  .lg\:border-b-fuchsia-200\/10 {
    border-bottom-color: rgb(245 208 254 / 0.1);
  }

  .lg\:border-b-fuchsia-200\/100 {
    border-bottom-color: rgb(245 208 254 / 1);
  }

  .lg\:border-b-fuchsia-200\/15 {
    border-bottom-color: rgb(245 208 254 / 0.15);
  }

  .lg\:border-b-fuchsia-200\/20 {
    border-bottom-color: rgb(245 208 254 / 0.2);
  }

  .lg\:border-b-fuchsia-200\/25 {
    border-bottom-color: rgb(245 208 254 / 0.25);
  }

  .lg\:border-b-fuchsia-200\/30 {
    border-bottom-color: rgb(245 208 254 / 0.3);
  }

  .lg\:border-b-fuchsia-200\/35 {
    border-bottom-color: rgb(245 208 254 / 0.35);
  }

  .lg\:border-b-fuchsia-200\/40 {
    border-bottom-color: rgb(245 208 254 / 0.4);
  }

  .lg\:border-b-fuchsia-200\/45 {
    border-bottom-color: rgb(245 208 254 / 0.45);
  }

  .lg\:border-b-fuchsia-200\/5 {
    border-bottom-color: rgb(245 208 254 / 0.05);
  }

  .lg\:border-b-fuchsia-200\/50 {
    border-bottom-color: rgb(245 208 254 / 0.5);
  }

  .lg\:border-b-fuchsia-200\/55 {
    border-bottom-color: rgb(245 208 254 / 0.55);
  }

  .lg\:border-b-fuchsia-200\/60 {
    border-bottom-color: rgb(245 208 254 / 0.6);
  }

  .lg\:border-b-fuchsia-200\/65 {
    border-bottom-color: rgb(245 208 254 / 0.65);
  }

  .lg\:border-b-fuchsia-200\/70 {
    border-bottom-color: rgb(245 208 254 / 0.7);
  }

  .lg\:border-b-fuchsia-200\/75 {
    border-bottom-color: rgb(245 208 254 / 0.75);
  }

  .lg\:border-b-fuchsia-200\/80 {
    border-bottom-color: rgb(245 208 254 / 0.8);
  }

  .lg\:border-b-fuchsia-200\/85 {
    border-bottom-color: rgb(245 208 254 / 0.85);
  }

  .lg\:border-b-fuchsia-200\/90 {
    border-bottom-color: rgb(245 208 254 / 0.9);
  }

  .lg\:border-b-fuchsia-200\/95 {
    border-bottom-color: rgb(245 208 254 / 0.95);
  }

  .lg\:border-b-fuchsia-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity));
  }

  .lg\:border-b-fuchsia-300\/0 {
    border-bottom-color: rgb(240 171 252 / 0);
  }

  .lg\:border-b-fuchsia-300\/10 {
    border-bottom-color: rgb(240 171 252 / 0.1);
  }

  .lg\:border-b-fuchsia-300\/100 {
    border-bottom-color: rgb(240 171 252 / 1);
  }

  .lg\:border-b-fuchsia-300\/15 {
    border-bottom-color: rgb(240 171 252 / 0.15);
  }

  .lg\:border-b-fuchsia-300\/20 {
    border-bottom-color: rgb(240 171 252 / 0.2);
  }

  .lg\:border-b-fuchsia-300\/25 {
    border-bottom-color: rgb(240 171 252 / 0.25);
  }

  .lg\:border-b-fuchsia-300\/30 {
    border-bottom-color: rgb(240 171 252 / 0.3);
  }

  .lg\:border-b-fuchsia-300\/35 {
    border-bottom-color: rgb(240 171 252 / 0.35);
  }

  .lg\:border-b-fuchsia-300\/40 {
    border-bottom-color: rgb(240 171 252 / 0.4);
  }

  .lg\:border-b-fuchsia-300\/45 {
    border-bottom-color: rgb(240 171 252 / 0.45);
  }

  .lg\:border-b-fuchsia-300\/5 {
    border-bottom-color: rgb(240 171 252 / 0.05);
  }

  .lg\:border-b-fuchsia-300\/50 {
    border-bottom-color: rgb(240 171 252 / 0.5);
  }

  .lg\:border-b-fuchsia-300\/55 {
    border-bottom-color: rgb(240 171 252 / 0.55);
  }

  .lg\:border-b-fuchsia-300\/60 {
    border-bottom-color: rgb(240 171 252 / 0.6);
  }

  .lg\:border-b-fuchsia-300\/65 {
    border-bottom-color: rgb(240 171 252 / 0.65);
  }

  .lg\:border-b-fuchsia-300\/70 {
    border-bottom-color: rgb(240 171 252 / 0.7);
  }

  .lg\:border-b-fuchsia-300\/75 {
    border-bottom-color: rgb(240 171 252 / 0.75);
  }

  .lg\:border-b-fuchsia-300\/80 {
    border-bottom-color: rgb(240 171 252 / 0.8);
  }

  .lg\:border-b-fuchsia-300\/85 {
    border-bottom-color: rgb(240 171 252 / 0.85);
  }

  .lg\:border-b-fuchsia-300\/90 {
    border-bottom-color: rgb(240 171 252 / 0.9);
  }

  .lg\:border-b-fuchsia-300\/95 {
    border-bottom-color: rgb(240 171 252 / 0.95);
  }

  .lg\:border-b-fuchsia-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity));
  }

  .lg\:border-b-fuchsia-400\/0 {
    border-bottom-color: rgb(232 121 249 / 0);
  }

  .lg\:border-b-fuchsia-400\/10 {
    border-bottom-color: rgb(232 121 249 / 0.1);
  }

  .lg\:border-b-fuchsia-400\/100 {
    border-bottom-color: rgb(232 121 249 / 1);
  }

  .lg\:border-b-fuchsia-400\/15 {
    border-bottom-color: rgb(232 121 249 / 0.15);
  }

  .lg\:border-b-fuchsia-400\/20 {
    border-bottom-color: rgb(232 121 249 / 0.2);
  }

  .lg\:border-b-fuchsia-400\/25 {
    border-bottom-color: rgb(232 121 249 / 0.25);
  }

  .lg\:border-b-fuchsia-400\/30 {
    border-bottom-color: rgb(232 121 249 / 0.3);
  }

  .lg\:border-b-fuchsia-400\/35 {
    border-bottom-color: rgb(232 121 249 / 0.35);
  }

  .lg\:border-b-fuchsia-400\/40 {
    border-bottom-color: rgb(232 121 249 / 0.4);
  }

  .lg\:border-b-fuchsia-400\/45 {
    border-bottom-color: rgb(232 121 249 / 0.45);
  }

  .lg\:border-b-fuchsia-400\/5 {
    border-bottom-color: rgb(232 121 249 / 0.05);
  }

  .lg\:border-b-fuchsia-400\/50 {
    border-bottom-color: rgb(232 121 249 / 0.5);
  }

  .lg\:border-b-fuchsia-400\/55 {
    border-bottom-color: rgb(232 121 249 / 0.55);
  }

  .lg\:border-b-fuchsia-400\/60 {
    border-bottom-color: rgb(232 121 249 / 0.6);
  }

  .lg\:border-b-fuchsia-400\/65 {
    border-bottom-color: rgb(232 121 249 / 0.65);
  }

  .lg\:border-b-fuchsia-400\/70 {
    border-bottom-color: rgb(232 121 249 / 0.7);
  }

  .lg\:border-b-fuchsia-400\/75 {
    border-bottom-color: rgb(232 121 249 / 0.75);
  }

  .lg\:border-b-fuchsia-400\/80 {
    border-bottom-color: rgb(232 121 249 / 0.8);
  }

  .lg\:border-b-fuchsia-400\/85 {
    border-bottom-color: rgb(232 121 249 / 0.85);
  }

  .lg\:border-b-fuchsia-400\/90 {
    border-bottom-color: rgb(232 121 249 / 0.9);
  }

  .lg\:border-b-fuchsia-400\/95 {
    border-bottom-color: rgb(232 121 249 / 0.95);
  }

  .lg\:border-b-fuchsia-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity));
  }

  .lg\:border-b-fuchsia-50\/0 {
    border-bottom-color: rgb(253 244 255 / 0);
  }

  .lg\:border-b-fuchsia-50\/10 {
    border-bottom-color: rgb(253 244 255 / 0.1);
  }

  .lg\:border-b-fuchsia-50\/100 {
    border-bottom-color: rgb(253 244 255 / 1);
  }

  .lg\:border-b-fuchsia-50\/15 {
    border-bottom-color: rgb(253 244 255 / 0.15);
  }

  .lg\:border-b-fuchsia-50\/20 {
    border-bottom-color: rgb(253 244 255 / 0.2);
  }

  .lg\:border-b-fuchsia-50\/25 {
    border-bottom-color: rgb(253 244 255 / 0.25);
  }

  .lg\:border-b-fuchsia-50\/30 {
    border-bottom-color: rgb(253 244 255 / 0.3);
  }

  .lg\:border-b-fuchsia-50\/35 {
    border-bottom-color: rgb(253 244 255 / 0.35);
  }

  .lg\:border-b-fuchsia-50\/40 {
    border-bottom-color: rgb(253 244 255 / 0.4);
  }

  .lg\:border-b-fuchsia-50\/45 {
    border-bottom-color: rgb(253 244 255 / 0.45);
  }

  .lg\:border-b-fuchsia-50\/5 {
    border-bottom-color: rgb(253 244 255 / 0.05);
  }

  .lg\:border-b-fuchsia-50\/50 {
    border-bottom-color: rgb(253 244 255 / 0.5);
  }

  .lg\:border-b-fuchsia-50\/55 {
    border-bottom-color: rgb(253 244 255 / 0.55);
  }

  .lg\:border-b-fuchsia-50\/60 {
    border-bottom-color: rgb(253 244 255 / 0.6);
  }

  .lg\:border-b-fuchsia-50\/65 {
    border-bottom-color: rgb(253 244 255 / 0.65);
  }

  .lg\:border-b-fuchsia-50\/70 {
    border-bottom-color: rgb(253 244 255 / 0.7);
  }

  .lg\:border-b-fuchsia-50\/75 {
    border-bottom-color: rgb(253 244 255 / 0.75);
  }

  .lg\:border-b-fuchsia-50\/80 {
    border-bottom-color: rgb(253 244 255 / 0.8);
  }

  .lg\:border-b-fuchsia-50\/85 {
    border-bottom-color: rgb(253 244 255 / 0.85);
  }

  .lg\:border-b-fuchsia-50\/90 {
    border-bottom-color: rgb(253 244 255 / 0.9);
  }

  .lg\:border-b-fuchsia-50\/95 {
    border-bottom-color: rgb(253 244 255 / 0.95);
  }

  .lg\:border-b-fuchsia-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity));
  }

  .lg\:border-b-fuchsia-500\/0 {
    border-bottom-color: rgb(217 70 239 / 0);
  }

  .lg\:border-b-fuchsia-500\/10 {
    border-bottom-color: rgb(217 70 239 / 0.1);
  }

  .lg\:border-b-fuchsia-500\/100 {
    border-bottom-color: rgb(217 70 239 / 1);
  }

  .lg\:border-b-fuchsia-500\/15 {
    border-bottom-color: rgb(217 70 239 / 0.15);
  }

  .lg\:border-b-fuchsia-500\/20 {
    border-bottom-color: rgb(217 70 239 / 0.2);
  }

  .lg\:border-b-fuchsia-500\/25 {
    border-bottom-color: rgb(217 70 239 / 0.25);
  }

  .lg\:border-b-fuchsia-500\/30 {
    border-bottom-color: rgb(217 70 239 / 0.3);
  }

  .lg\:border-b-fuchsia-500\/35 {
    border-bottom-color: rgb(217 70 239 / 0.35);
  }

  .lg\:border-b-fuchsia-500\/40 {
    border-bottom-color: rgb(217 70 239 / 0.4);
  }

  .lg\:border-b-fuchsia-500\/45 {
    border-bottom-color: rgb(217 70 239 / 0.45);
  }

  .lg\:border-b-fuchsia-500\/5 {
    border-bottom-color: rgb(217 70 239 / 0.05);
  }

  .lg\:border-b-fuchsia-500\/50 {
    border-bottom-color: rgb(217 70 239 / 0.5);
  }

  .lg\:border-b-fuchsia-500\/55 {
    border-bottom-color: rgb(217 70 239 / 0.55);
  }

  .lg\:border-b-fuchsia-500\/60 {
    border-bottom-color: rgb(217 70 239 / 0.6);
  }

  .lg\:border-b-fuchsia-500\/65 {
    border-bottom-color: rgb(217 70 239 / 0.65);
  }

  .lg\:border-b-fuchsia-500\/70 {
    border-bottom-color: rgb(217 70 239 / 0.7);
  }

  .lg\:border-b-fuchsia-500\/75 {
    border-bottom-color: rgb(217 70 239 / 0.75);
  }

  .lg\:border-b-fuchsia-500\/80 {
    border-bottom-color: rgb(217 70 239 / 0.8);
  }

  .lg\:border-b-fuchsia-500\/85 {
    border-bottom-color: rgb(217 70 239 / 0.85);
  }

  .lg\:border-b-fuchsia-500\/90 {
    border-bottom-color: rgb(217 70 239 / 0.9);
  }

  .lg\:border-b-fuchsia-500\/95 {
    border-bottom-color: rgb(217 70 239 / 0.95);
  }

  .lg\:border-b-fuchsia-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity));
  }

  .lg\:border-b-fuchsia-600\/0 {
    border-bottom-color: rgb(192 38 211 / 0);
  }

  .lg\:border-b-fuchsia-600\/10 {
    border-bottom-color: rgb(192 38 211 / 0.1);
  }

  .lg\:border-b-fuchsia-600\/100 {
    border-bottom-color: rgb(192 38 211 / 1);
  }

  .lg\:border-b-fuchsia-600\/15 {
    border-bottom-color: rgb(192 38 211 / 0.15);
  }

  .lg\:border-b-fuchsia-600\/20 {
    border-bottom-color: rgb(192 38 211 / 0.2);
  }

  .lg\:border-b-fuchsia-600\/25 {
    border-bottom-color: rgb(192 38 211 / 0.25);
  }

  .lg\:border-b-fuchsia-600\/30 {
    border-bottom-color: rgb(192 38 211 / 0.3);
  }

  .lg\:border-b-fuchsia-600\/35 {
    border-bottom-color: rgb(192 38 211 / 0.35);
  }

  .lg\:border-b-fuchsia-600\/40 {
    border-bottom-color: rgb(192 38 211 / 0.4);
  }

  .lg\:border-b-fuchsia-600\/45 {
    border-bottom-color: rgb(192 38 211 / 0.45);
  }

  .lg\:border-b-fuchsia-600\/5 {
    border-bottom-color: rgb(192 38 211 / 0.05);
  }

  .lg\:border-b-fuchsia-600\/50 {
    border-bottom-color: rgb(192 38 211 / 0.5);
  }

  .lg\:border-b-fuchsia-600\/55 {
    border-bottom-color: rgb(192 38 211 / 0.55);
  }

  .lg\:border-b-fuchsia-600\/60 {
    border-bottom-color: rgb(192 38 211 / 0.6);
  }

  .lg\:border-b-fuchsia-600\/65 {
    border-bottom-color: rgb(192 38 211 / 0.65);
  }

  .lg\:border-b-fuchsia-600\/70 {
    border-bottom-color: rgb(192 38 211 / 0.7);
  }

  .lg\:border-b-fuchsia-600\/75 {
    border-bottom-color: rgb(192 38 211 / 0.75);
  }

  .lg\:border-b-fuchsia-600\/80 {
    border-bottom-color: rgb(192 38 211 / 0.8);
  }

  .lg\:border-b-fuchsia-600\/85 {
    border-bottom-color: rgb(192 38 211 / 0.85);
  }

  .lg\:border-b-fuchsia-600\/90 {
    border-bottom-color: rgb(192 38 211 / 0.9);
  }

  .lg\:border-b-fuchsia-600\/95 {
    border-bottom-color: rgb(192 38 211 / 0.95);
  }

  .lg\:border-b-fuchsia-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity));
  }

  .lg\:border-b-fuchsia-700\/0 {
    border-bottom-color: rgb(162 28 175 / 0);
  }

  .lg\:border-b-fuchsia-700\/10 {
    border-bottom-color: rgb(162 28 175 / 0.1);
  }

  .lg\:border-b-fuchsia-700\/100 {
    border-bottom-color: rgb(162 28 175 / 1);
  }

  .lg\:border-b-fuchsia-700\/15 {
    border-bottom-color: rgb(162 28 175 / 0.15);
  }

  .lg\:border-b-fuchsia-700\/20 {
    border-bottom-color: rgb(162 28 175 / 0.2);
  }

  .lg\:border-b-fuchsia-700\/25 {
    border-bottom-color: rgb(162 28 175 / 0.25);
  }

  .lg\:border-b-fuchsia-700\/30 {
    border-bottom-color: rgb(162 28 175 / 0.3);
  }

  .lg\:border-b-fuchsia-700\/35 {
    border-bottom-color: rgb(162 28 175 / 0.35);
  }

  .lg\:border-b-fuchsia-700\/40 {
    border-bottom-color: rgb(162 28 175 / 0.4);
  }

  .lg\:border-b-fuchsia-700\/45 {
    border-bottom-color: rgb(162 28 175 / 0.45);
  }

  .lg\:border-b-fuchsia-700\/5 {
    border-bottom-color: rgb(162 28 175 / 0.05);
  }

  .lg\:border-b-fuchsia-700\/50 {
    border-bottom-color: rgb(162 28 175 / 0.5);
  }

  .lg\:border-b-fuchsia-700\/55 {
    border-bottom-color: rgb(162 28 175 / 0.55);
  }

  .lg\:border-b-fuchsia-700\/60 {
    border-bottom-color: rgb(162 28 175 / 0.6);
  }

  .lg\:border-b-fuchsia-700\/65 {
    border-bottom-color: rgb(162 28 175 / 0.65);
  }

  .lg\:border-b-fuchsia-700\/70 {
    border-bottom-color: rgb(162 28 175 / 0.7);
  }

  .lg\:border-b-fuchsia-700\/75 {
    border-bottom-color: rgb(162 28 175 / 0.75);
  }

  .lg\:border-b-fuchsia-700\/80 {
    border-bottom-color: rgb(162 28 175 / 0.8);
  }

  .lg\:border-b-fuchsia-700\/85 {
    border-bottom-color: rgb(162 28 175 / 0.85);
  }

  .lg\:border-b-fuchsia-700\/90 {
    border-bottom-color: rgb(162 28 175 / 0.9);
  }

  .lg\:border-b-fuchsia-700\/95 {
    border-bottom-color: rgb(162 28 175 / 0.95);
  }

  .lg\:border-b-fuchsia-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity));
  }

  .lg\:border-b-fuchsia-800\/0 {
    border-bottom-color: rgb(134 25 143 / 0);
  }

  .lg\:border-b-fuchsia-800\/10 {
    border-bottom-color: rgb(134 25 143 / 0.1);
  }

  .lg\:border-b-fuchsia-800\/100 {
    border-bottom-color: rgb(134 25 143 / 1);
  }

  .lg\:border-b-fuchsia-800\/15 {
    border-bottom-color: rgb(134 25 143 / 0.15);
  }

  .lg\:border-b-fuchsia-800\/20 {
    border-bottom-color: rgb(134 25 143 / 0.2);
  }

  .lg\:border-b-fuchsia-800\/25 {
    border-bottom-color: rgb(134 25 143 / 0.25);
  }

  .lg\:border-b-fuchsia-800\/30 {
    border-bottom-color: rgb(134 25 143 / 0.3);
  }

  .lg\:border-b-fuchsia-800\/35 {
    border-bottom-color: rgb(134 25 143 / 0.35);
  }

  .lg\:border-b-fuchsia-800\/40 {
    border-bottom-color: rgb(134 25 143 / 0.4);
  }

  .lg\:border-b-fuchsia-800\/45 {
    border-bottom-color: rgb(134 25 143 / 0.45);
  }

  .lg\:border-b-fuchsia-800\/5 {
    border-bottom-color: rgb(134 25 143 / 0.05);
  }

  .lg\:border-b-fuchsia-800\/50 {
    border-bottom-color: rgb(134 25 143 / 0.5);
  }

  .lg\:border-b-fuchsia-800\/55 {
    border-bottom-color: rgb(134 25 143 / 0.55);
  }

  .lg\:border-b-fuchsia-800\/60 {
    border-bottom-color: rgb(134 25 143 / 0.6);
  }

  .lg\:border-b-fuchsia-800\/65 {
    border-bottom-color: rgb(134 25 143 / 0.65);
  }

  .lg\:border-b-fuchsia-800\/70 {
    border-bottom-color: rgb(134 25 143 / 0.7);
  }

  .lg\:border-b-fuchsia-800\/75 {
    border-bottom-color: rgb(134 25 143 / 0.75);
  }

  .lg\:border-b-fuchsia-800\/80 {
    border-bottom-color: rgb(134 25 143 / 0.8);
  }

  .lg\:border-b-fuchsia-800\/85 {
    border-bottom-color: rgb(134 25 143 / 0.85);
  }

  .lg\:border-b-fuchsia-800\/90 {
    border-bottom-color: rgb(134 25 143 / 0.9);
  }

  .lg\:border-b-fuchsia-800\/95 {
    border-bottom-color: rgb(134 25 143 / 0.95);
  }

  .lg\:border-b-fuchsia-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity));
  }

  .lg\:border-b-fuchsia-900\/0 {
    border-bottom-color: rgb(112 26 117 / 0);
  }

  .lg\:border-b-fuchsia-900\/10 {
    border-bottom-color: rgb(112 26 117 / 0.1);
  }

  .lg\:border-b-fuchsia-900\/100 {
    border-bottom-color: rgb(112 26 117 / 1);
  }

  .lg\:border-b-fuchsia-900\/15 {
    border-bottom-color: rgb(112 26 117 / 0.15);
  }

  .lg\:border-b-fuchsia-900\/20 {
    border-bottom-color: rgb(112 26 117 / 0.2);
  }

  .lg\:border-b-fuchsia-900\/25 {
    border-bottom-color: rgb(112 26 117 / 0.25);
  }

  .lg\:border-b-fuchsia-900\/30 {
    border-bottom-color: rgb(112 26 117 / 0.3);
  }

  .lg\:border-b-fuchsia-900\/35 {
    border-bottom-color: rgb(112 26 117 / 0.35);
  }

  .lg\:border-b-fuchsia-900\/40 {
    border-bottom-color: rgb(112 26 117 / 0.4);
  }

  .lg\:border-b-fuchsia-900\/45 {
    border-bottom-color: rgb(112 26 117 / 0.45);
  }

  .lg\:border-b-fuchsia-900\/5 {
    border-bottom-color: rgb(112 26 117 / 0.05);
  }

  .lg\:border-b-fuchsia-900\/50 {
    border-bottom-color: rgb(112 26 117 / 0.5);
  }

  .lg\:border-b-fuchsia-900\/55 {
    border-bottom-color: rgb(112 26 117 / 0.55);
  }

  .lg\:border-b-fuchsia-900\/60 {
    border-bottom-color: rgb(112 26 117 / 0.6);
  }

  .lg\:border-b-fuchsia-900\/65 {
    border-bottom-color: rgb(112 26 117 / 0.65);
  }

  .lg\:border-b-fuchsia-900\/70 {
    border-bottom-color: rgb(112 26 117 / 0.7);
  }

  .lg\:border-b-fuchsia-900\/75 {
    border-bottom-color: rgb(112 26 117 / 0.75);
  }

  .lg\:border-b-fuchsia-900\/80 {
    border-bottom-color: rgb(112 26 117 / 0.8);
  }

  .lg\:border-b-fuchsia-900\/85 {
    border-bottom-color: rgb(112 26 117 / 0.85);
  }

  .lg\:border-b-fuchsia-900\/90 {
    border-bottom-color: rgb(112 26 117 / 0.9);
  }

  .lg\:border-b-fuchsia-900\/95 {
    border-bottom-color: rgb(112 26 117 / 0.95);
  }

  .lg\:border-b-fuchsia-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity));
  }

  .lg\:border-b-fuchsia-950\/0 {
    border-bottom-color: rgb(74 4 78 / 0);
  }

  .lg\:border-b-fuchsia-950\/10 {
    border-bottom-color: rgb(74 4 78 / 0.1);
  }

  .lg\:border-b-fuchsia-950\/100 {
    border-bottom-color: rgb(74 4 78 / 1);
  }

  .lg\:border-b-fuchsia-950\/15 {
    border-bottom-color: rgb(74 4 78 / 0.15);
  }

  .lg\:border-b-fuchsia-950\/20 {
    border-bottom-color: rgb(74 4 78 / 0.2);
  }

  .lg\:border-b-fuchsia-950\/25 {
    border-bottom-color: rgb(74 4 78 / 0.25);
  }

  .lg\:border-b-fuchsia-950\/30 {
    border-bottom-color: rgb(74 4 78 / 0.3);
  }

  .lg\:border-b-fuchsia-950\/35 {
    border-bottom-color: rgb(74 4 78 / 0.35);
  }

  .lg\:border-b-fuchsia-950\/40 {
    border-bottom-color: rgb(74 4 78 / 0.4);
  }

  .lg\:border-b-fuchsia-950\/45 {
    border-bottom-color: rgb(74 4 78 / 0.45);
  }

  .lg\:border-b-fuchsia-950\/5 {
    border-bottom-color: rgb(74 4 78 / 0.05);
  }

  .lg\:border-b-fuchsia-950\/50 {
    border-bottom-color: rgb(74 4 78 / 0.5);
  }

  .lg\:border-b-fuchsia-950\/55 {
    border-bottom-color: rgb(74 4 78 / 0.55);
  }

  .lg\:border-b-fuchsia-950\/60 {
    border-bottom-color: rgb(74 4 78 / 0.6);
  }

  .lg\:border-b-fuchsia-950\/65 {
    border-bottom-color: rgb(74 4 78 / 0.65);
  }

  .lg\:border-b-fuchsia-950\/70 {
    border-bottom-color: rgb(74 4 78 / 0.7);
  }

  .lg\:border-b-fuchsia-950\/75 {
    border-bottom-color: rgb(74 4 78 / 0.75);
  }

  .lg\:border-b-fuchsia-950\/80 {
    border-bottom-color: rgb(74 4 78 / 0.8);
  }

  .lg\:border-b-fuchsia-950\/85 {
    border-bottom-color: rgb(74 4 78 / 0.85);
  }

  .lg\:border-b-fuchsia-950\/90 {
    border-bottom-color: rgb(74 4 78 / 0.9);
  }

  .lg\:border-b-fuchsia-950\/95 {
    border-bottom-color: rgb(74 4 78 / 0.95);
  }

  .lg\:border-b-gray-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity));
  }

  .lg\:border-b-gray-100\/0 {
    border-bottom-color: rgb(243 244 246 / 0);
  }

  .lg\:border-b-gray-100\/10 {
    border-bottom-color: rgb(243 244 246 / 0.1);
  }

  .lg\:border-b-gray-100\/100 {
    border-bottom-color: rgb(243 244 246 / 1);
  }

  .lg\:border-b-gray-100\/15 {
    border-bottom-color: rgb(243 244 246 / 0.15);
  }

  .lg\:border-b-gray-100\/20 {
    border-bottom-color: rgb(243 244 246 / 0.2);
  }

  .lg\:border-b-gray-100\/25 {
    border-bottom-color: rgb(243 244 246 / 0.25);
  }

  .lg\:border-b-gray-100\/30 {
    border-bottom-color: rgb(243 244 246 / 0.3);
  }

  .lg\:border-b-gray-100\/35 {
    border-bottom-color: rgb(243 244 246 / 0.35);
  }

  .lg\:border-b-gray-100\/40 {
    border-bottom-color: rgb(243 244 246 / 0.4);
  }

  .lg\:border-b-gray-100\/45 {
    border-bottom-color: rgb(243 244 246 / 0.45);
  }

  .lg\:border-b-gray-100\/5 {
    border-bottom-color: rgb(243 244 246 / 0.05);
  }

  .lg\:border-b-gray-100\/50 {
    border-bottom-color: rgb(243 244 246 / 0.5);
  }

  .lg\:border-b-gray-100\/55 {
    border-bottom-color: rgb(243 244 246 / 0.55);
  }

  .lg\:border-b-gray-100\/60 {
    border-bottom-color: rgb(243 244 246 / 0.6);
  }

  .lg\:border-b-gray-100\/65 {
    border-bottom-color: rgb(243 244 246 / 0.65);
  }

  .lg\:border-b-gray-100\/70 {
    border-bottom-color: rgb(243 244 246 / 0.7);
  }

  .lg\:border-b-gray-100\/75 {
    border-bottom-color: rgb(243 244 246 / 0.75);
  }

  .lg\:border-b-gray-100\/80 {
    border-bottom-color: rgb(243 244 246 / 0.8);
  }

  .lg\:border-b-gray-100\/85 {
    border-bottom-color: rgb(243 244 246 / 0.85);
  }

  .lg\:border-b-gray-100\/90 {
    border-bottom-color: rgb(243 244 246 / 0.9);
  }

  .lg\:border-b-gray-100\/95 {
    border-bottom-color: rgb(243 244 246 / 0.95);
  }

  .lg\:border-b-gray-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

  .lg\:border-b-gray-200\/0 {
    border-bottom-color: rgb(229 231 235 / 0);
  }

  .lg\:border-b-gray-200\/10 {
    border-bottom-color: rgb(229 231 235 / 0.1);
  }

  .lg\:border-b-gray-200\/100 {
    border-bottom-color: rgb(229 231 235 / 1);
  }

  .lg\:border-b-gray-200\/15 {
    border-bottom-color: rgb(229 231 235 / 0.15);
  }

  .lg\:border-b-gray-200\/20 {
    border-bottom-color: rgb(229 231 235 / 0.2);
  }

  .lg\:border-b-gray-200\/25 {
    border-bottom-color: rgb(229 231 235 / 0.25);
  }

  .lg\:border-b-gray-200\/30 {
    border-bottom-color: rgb(229 231 235 / 0.3);
  }

  .lg\:border-b-gray-200\/35 {
    border-bottom-color: rgb(229 231 235 / 0.35);
  }

  .lg\:border-b-gray-200\/40 {
    border-bottom-color: rgb(229 231 235 / 0.4);
  }

  .lg\:border-b-gray-200\/45 {
    border-bottom-color: rgb(229 231 235 / 0.45);
  }

  .lg\:border-b-gray-200\/5 {
    border-bottom-color: rgb(229 231 235 / 0.05);
  }

  .lg\:border-b-gray-200\/50 {
    border-bottom-color: rgb(229 231 235 / 0.5);
  }

  .lg\:border-b-gray-200\/55 {
    border-bottom-color: rgb(229 231 235 / 0.55);
  }

  .lg\:border-b-gray-200\/60 {
    border-bottom-color: rgb(229 231 235 / 0.6);
  }

  .lg\:border-b-gray-200\/65 {
    border-bottom-color: rgb(229 231 235 / 0.65);
  }

  .lg\:border-b-gray-200\/70 {
    border-bottom-color: rgb(229 231 235 / 0.7);
  }

  .lg\:border-b-gray-200\/75 {
    border-bottom-color: rgb(229 231 235 / 0.75);
  }

  .lg\:border-b-gray-200\/80 {
    border-bottom-color: rgb(229 231 235 / 0.8);
  }

  .lg\:border-b-gray-200\/85 {
    border-bottom-color: rgb(229 231 235 / 0.85);
  }

  .lg\:border-b-gray-200\/90 {
    border-bottom-color: rgb(229 231 235 / 0.9);
  }

  .lg\:border-b-gray-200\/95 {
    border-bottom-color: rgb(229 231 235 / 0.95);
  }

  .lg\:border-b-gray-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity));
  }

  .lg\:border-b-gray-300\/0 {
    border-bottom-color: rgb(209 213 219 / 0);
  }

  .lg\:border-b-gray-300\/10 {
    border-bottom-color: rgb(209 213 219 / 0.1);
  }

  .lg\:border-b-gray-300\/100 {
    border-bottom-color: rgb(209 213 219 / 1);
  }

  .lg\:border-b-gray-300\/15 {
    border-bottom-color: rgb(209 213 219 / 0.15);
  }

  .lg\:border-b-gray-300\/20 {
    border-bottom-color: rgb(209 213 219 / 0.2);
  }

  .lg\:border-b-gray-300\/25 {
    border-bottom-color: rgb(209 213 219 / 0.25);
  }

  .lg\:border-b-gray-300\/30 {
    border-bottom-color: rgb(209 213 219 / 0.3);
  }

  .lg\:border-b-gray-300\/35 {
    border-bottom-color: rgb(209 213 219 / 0.35);
  }

  .lg\:border-b-gray-300\/40 {
    border-bottom-color: rgb(209 213 219 / 0.4);
  }

  .lg\:border-b-gray-300\/45 {
    border-bottom-color: rgb(209 213 219 / 0.45);
  }

  .lg\:border-b-gray-300\/5 {
    border-bottom-color: rgb(209 213 219 / 0.05);
  }

  .lg\:border-b-gray-300\/50 {
    border-bottom-color: rgb(209 213 219 / 0.5);
  }

  .lg\:border-b-gray-300\/55 {
    border-bottom-color: rgb(209 213 219 / 0.55);
  }

  .lg\:border-b-gray-300\/60 {
    border-bottom-color: rgb(209 213 219 / 0.6);
  }

  .lg\:border-b-gray-300\/65 {
    border-bottom-color: rgb(209 213 219 / 0.65);
  }

  .lg\:border-b-gray-300\/70 {
    border-bottom-color: rgb(209 213 219 / 0.7);
  }

  .lg\:border-b-gray-300\/75 {
    border-bottom-color: rgb(209 213 219 / 0.75);
  }

  .lg\:border-b-gray-300\/80 {
    border-bottom-color: rgb(209 213 219 / 0.8);
  }

  .lg\:border-b-gray-300\/85 {
    border-bottom-color: rgb(209 213 219 / 0.85);
  }

  .lg\:border-b-gray-300\/90 {
    border-bottom-color: rgb(209 213 219 / 0.9);
  }

  .lg\:border-b-gray-300\/95 {
    border-bottom-color: rgb(209 213 219 / 0.95);
  }

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

  .lg\:border-b-gray-400\/0 {
    border-bottom-color: rgb(156 163 175 / 0);
  }

  .lg\:border-b-gray-400\/10 {
    border-bottom-color: rgb(156 163 175 / 0.1);
  }

  .lg\:border-b-gray-400\/100 {
    border-bottom-color: rgb(156 163 175 / 1);
  }

  .lg\:border-b-gray-400\/15 {
    border-bottom-color: rgb(156 163 175 / 0.15);
  }

  .lg\:border-b-gray-400\/20 {
    border-bottom-color: rgb(156 163 175 / 0.2);
  }

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

  .lg\:border-b-gray-400\/30 {
    border-bottom-color: rgb(156 163 175 / 0.3);
  }

  .lg\:border-b-gray-400\/35 {
    border-bottom-color: rgb(156 163 175 / 0.35);
  }

  .lg\:border-b-gray-400\/40 {
    border-bottom-color: rgb(156 163 175 / 0.4);
  }

  .lg\:border-b-gray-400\/45 {
    border-bottom-color: rgb(156 163 175 / 0.45);
  }

  .lg\:border-b-gray-400\/5 {
    border-bottom-color: rgb(156 163 175 / 0.05);
  }

  .lg\:border-b-gray-400\/50 {
    border-bottom-color: rgb(156 163 175 / 0.5);
  }

  .lg\:border-b-gray-400\/55 {
    border-bottom-color: rgb(156 163 175 / 0.55);
  }

  .lg\:border-b-gray-400\/60 {
    border-bottom-color: rgb(156 163 175 / 0.6);
  }

  .lg\:border-b-gray-400\/65 {
    border-bottom-color: rgb(156 163 175 / 0.65);
  }

  .lg\:border-b-gray-400\/70 {
    border-bottom-color: rgb(156 163 175 / 0.7);
  }

  .lg\:border-b-gray-400\/75 {
    border-bottom-color: rgb(156 163 175 / 0.75);
  }

  .lg\:border-b-gray-400\/80 {
    border-bottom-color: rgb(156 163 175 / 0.8);
  }

  .lg\:border-b-gray-400\/85 {
    border-bottom-color: rgb(156 163 175 / 0.85);
  }

  .lg\:border-b-gray-400\/90 {
    border-bottom-color: rgb(156 163 175 / 0.9);
  }

  .lg\:border-b-gray-400\/95 {
    border-bottom-color: rgb(156 163 175 / 0.95);
  }

  .lg\:border-b-gray-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity));
  }

  .lg\:border-b-gray-50\/0 {
    border-bottom-color: rgb(249 250 251 / 0);
  }

  .lg\:border-b-gray-50\/10 {
    border-bottom-color: rgb(249 250 251 / 0.1);
  }

  .lg\:border-b-gray-50\/100 {
    border-bottom-color: rgb(249 250 251 / 1);
  }

  .lg\:border-b-gray-50\/15 {
    border-bottom-color: rgb(249 250 251 / 0.15);
  }

  .lg\:border-b-gray-50\/20 {
    border-bottom-color: rgb(249 250 251 / 0.2);
  }

  .lg\:border-b-gray-50\/25 {
    border-bottom-color: rgb(249 250 251 / 0.25);
  }

  .lg\:border-b-gray-50\/30 {
    border-bottom-color: rgb(249 250 251 / 0.3);
  }

  .lg\:border-b-gray-50\/35 {
    border-bottom-color: rgb(249 250 251 / 0.35);
  }

  .lg\:border-b-gray-50\/40 {
    border-bottom-color: rgb(249 250 251 / 0.4);
  }

  .lg\:border-b-gray-50\/45 {
    border-bottom-color: rgb(249 250 251 / 0.45);
  }

  .lg\:border-b-gray-50\/5 {
    border-bottom-color: rgb(249 250 251 / 0.05);
  }

  .lg\:border-b-gray-50\/50 {
    border-bottom-color: rgb(249 250 251 / 0.5);
  }

  .lg\:border-b-gray-50\/55 {
    border-bottom-color: rgb(249 250 251 / 0.55);
  }

  .lg\:border-b-gray-50\/60 {
    border-bottom-color: rgb(249 250 251 / 0.6);
  }

  .lg\:border-b-gray-50\/65 {
    border-bottom-color: rgb(249 250 251 / 0.65);
  }

  .lg\:border-b-gray-50\/70 {
    border-bottom-color: rgb(249 250 251 / 0.7);
  }

  .lg\:border-b-gray-50\/75 {
    border-bottom-color: rgb(249 250 251 / 0.75);
  }

  .lg\:border-b-gray-50\/80 {
    border-bottom-color: rgb(249 250 251 / 0.8);
  }

  .lg\:border-b-gray-50\/85 {
    border-bottom-color: rgb(249 250 251 / 0.85);
  }

  .lg\:border-b-gray-50\/90 {
    border-bottom-color: rgb(249 250 251 / 0.9);
  }

  .lg\:border-b-gray-50\/95 {
    border-bottom-color: rgb(249 250 251 / 0.95);
  }

  .lg\:border-b-gray-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity));
  }

  .lg\:border-b-gray-500\/0 {
    border-bottom-color: rgb(107 114 128 / 0);
  }

  .lg\:border-b-gray-500\/10 {
    border-bottom-color: rgb(107 114 128 / 0.1);
  }

  .lg\:border-b-gray-500\/100 {
    border-bottom-color: rgb(107 114 128 / 1);
  }

  .lg\:border-b-gray-500\/15 {
    border-bottom-color: rgb(107 114 128 / 0.15);
  }

  .lg\:border-b-gray-500\/20 {
    border-bottom-color: rgb(107 114 128 / 0.2);
  }

  .lg\:border-b-gray-500\/25 {
    border-bottom-color: rgb(107 114 128 / 0.25);
  }

  .lg\:border-b-gray-500\/30 {
    border-bottom-color: rgb(107 114 128 / 0.3);
  }

  .lg\:border-b-gray-500\/35 {
    border-bottom-color: rgb(107 114 128 / 0.35);
  }

  .lg\:border-b-gray-500\/40 {
    border-bottom-color: rgb(107 114 128 / 0.4);
  }

  .lg\:border-b-gray-500\/45 {
    border-bottom-color: rgb(107 114 128 / 0.45);
  }

  .lg\:border-b-gray-500\/5 {
    border-bottom-color: rgb(107 114 128 / 0.05);
  }

  .lg\:border-b-gray-500\/50 {
    border-bottom-color: rgb(107 114 128 / 0.5);
  }

  .lg\:border-b-gray-500\/55 {
    border-bottom-color: rgb(107 114 128 / 0.55);
  }

  .lg\:border-b-gray-500\/60 {
    border-bottom-color: rgb(107 114 128 / 0.6);
  }

  .lg\:border-b-gray-500\/65 {
    border-bottom-color: rgb(107 114 128 / 0.65);
  }

  .lg\:border-b-gray-500\/70 {
    border-bottom-color: rgb(107 114 128 / 0.7);
  }

  .lg\:border-b-gray-500\/75 {
    border-bottom-color: rgb(107 114 128 / 0.75);
  }

  .lg\:border-b-gray-500\/80 {
    border-bottom-color: rgb(107 114 128 / 0.8);
  }

  .lg\:border-b-gray-500\/85 {
    border-bottom-color: rgb(107 114 128 / 0.85);
  }

  .lg\:border-b-gray-500\/90 {
    border-bottom-color: rgb(107 114 128 / 0.9);
  }

  .lg\:border-b-gray-500\/95 {
    border-bottom-color: rgb(107 114 128 / 0.95);
  }

  .lg\:border-b-gray-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .lg\:border-b-gray-600\/0 {
    border-bottom-color: rgb(75 85 99 / 0);
  }

  .lg\:border-b-gray-600\/10 {
    border-bottom-color: rgb(75 85 99 / 0.1);
  }

  .lg\:border-b-gray-600\/100 {
    border-bottom-color: rgb(75 85 99 / 1);
  }

  .lg\:border-b-gray-600\/15 {
    border-bottom-color: rgb(75 85 99 / 0.15);
  }

  .lg\:border-b-gray-600\/20 {
    border-bottom-color: rgb(75 85 99 / 0.2);
  }

  .lg\:border-b-gray-600\/25 {
    border-bottom-color: rgb(75 85 99 / 0.25);
  }

  .lg\:border-b-gray-600\/30 {
    border-bottom-color: rgb(75 85 99 / 0.3);
  }

  .lg\:border-b-gray-600\/35 {
    border-bottom-color: rgb(75 85 99 / 0.35);
  }

  .lg\:border-b-gray-600\/40 {
    border-bottom-color: rgb(75 85 99 / 0.4);
  }

  .lg\:border-b-gray-600\/45 {
    border-bottom-color: rgb(75 85 99 / 0.45);
  }

  .lg\:border-b-gray-600\/5 {
    border-bottom-color: rgb(75 85 99 / 0.05);
  }

  .lg\:border-b-gray-600\/50 {
    border-bottom-color: rgb(75 85 99 / 0.5);
  }

  .lg\:border-b-gray-600\/55 {
    border-bottom-color: rgb(75 85 99 / 0.55);
  }

  .lg\:border-b-gray-600\/60 {
    border-bottom-color: rgb(75 85 99 / 0.6);
  }

  .lg\:border-b-gray-600\/65 {
    border-bottom-color: rgb(75 85 99 / 0.65);
  }

  .lg\:border-b-gray-600\/70 {
    border-bottom-color: rgb(75 85 99 / 0.7);
  }

  .lg\:border-b-gray-600\/75 {
    border-bottom-color: rgb(75 85 99 / 0.75);
  }

  .lg\:border-b-gray-600\/80 {
    border-bottom-color: rgb(75 85 99 / 0.8);
  }

  .lg\:border-b-gray-600\/85 {
    border-bottom-color: rgb(75 85 99 / 0.85);
  }

  .lg\:border-b-gray-600\/90 {
    border-bottom-color: rgb(75 85 99 / 0.9);
  }

  .lg\:border-b-gray-600\/95 {
    border-bottom-color: rgb(75 85 99 / 0.95);
  }

  .lg\:border-b-gray-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .lg\:border-b-gray-700\/0 {
    border-bottom-color: rgb(55 65 81 / 0);
  }

  .lg\:border-b-gray-700\/10 {
    border-bottom-color: rgb(55 65 81 / 0.1);
  }

  .lg\:border-b-gray-700\/100 {
    border-bottom-color: rgb(55 65 81 / 1);
  }

  .lg\:border-b-gray-700\/15 {
    border-bottom-color: rgb(55 65 81 / 0.15);
  }

  .lg\:border-b-gray-700\/20 {
    border-bottom-color: rgb(55 65 81 / 0.2);
  }

  .lg\:border-b-gray-700\/25 {
    border-bottom-color: rgb(55 65 81 / 0.25);
  }

  .lg\:border-b-gray-700\/30 {
    border-bottom-color: rgb(55 65 81 / 0.3);
  }

  .lg\:border-b-gray-700\/35 {
    border-bottom-color: rgb(55 65 81 / 0.35);
  }

  .lg\:border-b-gray-700\/40 {
    border-bottom-color: rgb(55 65 81 / 0.4);
  }

  .lg\:border-b-gray-700\/45 {
    border-bottom-color: rgb(55 65 81 / 0.45);
  }

  .lg\:border-b-gray-700\/5 {
    border-bottom-color: rgb(55 65 81 / 0.05);
  }

  .lg\:border-b-gray-700\/50 {
    border-bottom-color: rgb(55 65 81 / 0.5);
  }

  .lg\:border-b-gray-700\/55 {
    border-bottom-color: rgb(55 65 81 / 0.55);
  }

  .lg\:border-b-gray-700\/60 {
    border-bottom-color: rgb(55 65 81 / 0.6);
  }

  .lg\:border-b-gray-700\/65 {
    border-bottom-color: rgb(55 65 81 / 0.65);
  }

  .lg\:border-b-gray-700\/70 {
    border-bottom-color: rgb(55 65 81 / 0.7);
  }

  .lg\:border-b-gray-700\/75 {
    border-bottom-color: rgb(55 65 81 / 0.75);
  }

  .lg\:border-b-gray-700\/80 {
    border-bottom-color: rgb(55 65 81 / 0.8);
  }

  .lg\:border-b-gray-700\/85 {
    border-bottom-color: rgb(55 65 81 / 0.85);
  }

  .lg\:border-b-gray-700\/90 {
    border-bottom-color: rgb(55 65 81 / 0.9);
  }

  .lg\:border-b-gray-700\/95 {
    border-bottom-color: rgb(55 65 81 / 0.95);
  }

  .lg\:border-b-gray-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity));
  }

  .lg\:border-b-gray-800\/0 {
    border-bottom-color: rgb(31 41 55 / 0);
  }

  .lg\:border-b-gray-800\/10 {
    border-bottom-color: rgb(31 41 55 / 0.1);
  }

  .lg\:border-b-gray-800\/100 {
    border-bottom-color: rgb(31 41 55 / 1);
  }

  .lg\:border-b-gray-800\/15 {
    border-bottom-color: rgb(31 41 55 / 0.15);
  }

  .lg\:border-b-gray-800\/20 {
    border-bottom-color: rgb(31 41 55 / 0.2);
  }

  .lg\:border-b-gray-800\/25 {
    border-bottom-color: rgb(31 41 55 / 0.25);
  }

  .lg\:border-b-gray-800\/30 {
    border-bottom-color: rgb(31 41 55 / 0.3);
  }

  .lg\:border-b-gray-800\/35 {
    border-bottom-color: rgb(31 41 55 / 0.35);
  }

  .lg\:border-b-gray-800\/40 {
    border-bottom-color: rgb(31 41 55 / 0.4);
  }

  .lg\:border-b-gray-800\/45 {
    border-bottom-color: rgb(31 41 55 / 0.45);
  }

  .lg\:border-b-gray-800\/5 {
    border-bottom-color: rgb(31 41 55 / 0.05);
  }

  .lg\:border-b-gray-800\/50 {
    border-bottom-color: rgb(31 41 55 / 0.5);
  }

  .lg\:border-b-gray-800\/55 {
    border-bottom-color: rgb(31 41 55 / 0.55);
  }

  .lg\:border-b-gray-800\/60 {
    border-bottom-color: rgb(31 41 55 / 0.6);
  }

  .lg\:border-b-gray-800\/65 {
    border-bottom-color: rgb(31 41 55 / 0.65);
  }

  .lg\:border-b-gray-800\/70 {
    border-bottom-color: rgb(31 41 55 / 0.7);
  }

  .lg\:border-b-gray-800\/75 {
    border-bottom-color: rgb(31 41 55 / 0.75);
  }

  .lg\:border-b-gray-800\/80 {
    border-bottom-color: rgb(31 41 55 / 0.8);
  }

  .lg\:border-b-gray-800\/85 {
    border-bottom-color: rgb(31 41 55 / 0.85);
  }

  .lg\:border-b-gray-800\/90 {
    border-bottom-color: rgb(31 41 55 / 0.9);
  }

  .lg\:border-b-gray-800\/95 {
    border-bottom-color: rgb(31 41 55 / 0.95);
  }

  .lg\:border-b-gray-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity));
  }

  .lg\:border-b-gray-900\/0 {
    border-bottom-color: rgb(17 24 39 / 0);
  }

  .lg\:border-b-gray-900\/10 {
    border-bottom-color: rgb(17 24 39 / 0.1);
  }

  .lg\:border-b-gray-900\/100 {
    border-bottom-color: rgb(17 24 39 / 1);
  }

  .lg\:border-b-gray-900\/15 {
    border-bottom-color: rgb(17 24 39 / 0.15);
  }

  .lg\:border-b-gray-900\/20 {
    border-bottom-color: rgb(17 24 39 / 0.2);
  }

  .lg\:border-b-gray-900\/25 {
    border-bottom-color: rgb(17 24 39 / 0.25);
  }

  .lg\:border-b-gray-900\/30 {
    border-bottom-color: rgb(17 24 39 / 0.3);
  }

  .lg\:border-b-gray-900\/35 {
    border-bottom-color: rgb(17 24 39 / 0.35);
  }

  .lg\:border-b-gray-900\/40 {
    border-bottom-color: rgb(17 24 39 / 0.4);
  }

  .lg\:border-b-gray-900\/45 {
    border-bottom-color: rgb(17 24 39 / 0.45);
  }

  .lg\:border-b-gray-900\/5 {
    border-bottom-color: rgb(17 24 39 / 0.05);
  }

  .lg\:border-b-gray-900\/50 {
    border-bottom-color: rgb(17 24 39 / 0.5);
  }

  .lg\:border-b-gray-900\/55 {
    border-bottom-color: rgb(17 24 39 / 0.55);
  }

  .lg\:border-b-gray-900\/60 {
    border-bottom-color: rgb(17 24 39 / 0.6);
  }

  .lg\:border-b-gray-900\/65 {
    border-bottom-color: rgb(17 24 39 / 0.65);
  }

  .lg\:border-b-gray-900\/70 {
    border-bottom-color: rgb(17 24 39 / 0.7);
  }

  .lg\:border-b-gray-900\/75 {
    border-bottom-color: rgb(17 24 39 / 0.75);
  }

  .lg\:border-b-gray-900\/80 {
    border-bottom-color: rgb(17 24 39 / 0.8);
  }

  .lg\:border-b-gray-900\/85 {
    border-bottom-color: rgb(17 24 39 / 0.85);
  }

  .lg\:border-b-gray-900\/90 {
    border-bottom-color: rgb(17 24 39 / 0.9);
  }

  .lg\:border-b-gray-900\/95 {
    border-bottom-color: rgb(17 24 39 / 0.95);
  }

  .lg\:border-b-gray-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity));
  }

  .lg\:border-b-gray-950\/0 {
    border-bottom-color: rgb(3 7 18 / 0);
  }

  .lg\:border-b-gray-950\/10 {
    border-bottom-color: rgb(3 7 18 / 0.1);
  }

  .lg\:border-b-gray-950\/100 {
    border-bottom-color: rgb(3 7 18 / 1);
  }

  .lg\:border-b-gray-950\/15 {
    border-bottom-color: rgb(3 7 18 / 0.15);
  }

  .lg\:border-b-gray-950\/20 {
    border-bottom-color: rgb(3 7 18 / 0.2);
  }

  .lg\:border-b-gray-950\/25 {
    border-bottom-color: rgb(3 7 18 / 0.25);
  }

  .lg\:border-b-gray-950\/30 {
    border-bottom-color: rgb(3 7 18 / 0.3);
  }

  .lg\:border-b-gray-950\/35 {
    border-bottom-color: rgb(3 7 18 / 0.35);
  }

  .lg\:border-b-gray-950\/40 {
    border-bottom-color: rgb(3 7 18 / 0.4);
  }

  .lg\:border-b-gray-950\/45 {
    border-bottom-color: rgb(3 7 18 / 0.45);
  }

  .lg\:border-b-gray-950\/5 {
    border-bottom-color: rgb(3 7 18 / 0.05);
  }

  .lg\:border-b-gray-950\/50 {
    border-bottom-color: rgb(3 7 18 / 0.5);
  }

  .lg\:border-b-gray-950\/55 {
    border-bottom-color: rgb(3 7 18 / 0.55);
  }

  .lg\:border-b-gray-950\/60 {
    border-bottom-color: rgb(3 7 18 / 0.6);
  }

  .lg\:border-b-gray-950\/65 {
    border-bottom-color: rgb(3 7 18 / 0.65);
  }

  .lg\:border-b-gray-950\/70 {
    border-bottom-color: rgb(3 7 18 / 0.7);
  }

  .lg\:border-b-gray-950\/75 {
    border-bottom-color: rgb(3 7 18 / 0.75);
  }

  .lg\:border-b-gray-950\/80 {
    border-bottom-color: rgb(3 7 18 / 0.8);
  }

  .lg\:border-b-gray-950\/85 {
    border-bottom-color: rgb(3 7 18 / 0.85);
  }

  .lg\:border-b-gray-950\/90 {
    border-bottom-color: rgb(3 7 18 / 0.9);
  }

  .lg\:border-b-gray-950\/95 {
    border-bottom-color: rgb(3 7 18 / 0.95);
  }

  .lg\:border-b-green-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity));
  }

  .lg\:border-b-green-100\/0 {
    border-bottom-color: rgb(220 252 231 / 0);
  }

  .lg\:border-b-green-100\/10 {
    border-bottom-color: rgb(220 252 231 / 0.1);
  }

  .lg\:border-b-green-100\/100 {
    border-bottom-color: rgb(220 252 231 / 1);
  }

  .lg\:border-b-green-100\/15 {
    border-bottom-color: rgb(220 252 231 / 0.15);
  }

  .lg\:border-b-green-100\/20 {
    border-bottom-color: rgb(220 252 231 / 0.2);
  }

  .lg\:border-b-green-100\/25 {
    border-bottom-color: rgb(220 252 231 / 0.25);
  }

  .lg\:border-b-green-100\/30 {
    border-bottom-color: rgb(220 252 231 / 0.3);
  }

  .lg\:border-b-green-100\/35 {
    border-bottom-color: rgb(220 252 231 / 0.35);
  }

  .lg\:border-b-green-100\/40 {
    border-bottom-color: rgb(220 252 231 / 0.4);
  }

  .lg\:border-b-green-100\/45 {
    border-bottom-color: rgb(220 252 231 / 0.45);
  }

  .lg\:border-b-green-100\/5 {
    border-bottom-color: rgb(220 252 231 / 0.05);
  }

  .lg\:border-b-green-100\/50 {
    border-bottom-color: rgb(220 252 231 / 0.5);
  }

  .lg\:border-b-green-100\/55 {
    border-bottom-color: rgb(220 252 231 / 0.55);
  }

  .lg\:border-b-green-100\/60 {
    border-bottom-color: rgb(220 252 231 / 0.6);
  }

  .lg\:border-b-green-100\/65 {
    border-bottom-color: rgb(220 252 231 / 0.65);
  }

  .lg\:border-b-green-100\/70 {
    border-bottom-color: rgb(220 252 231 / 0.7);
  }

  .lg\:border-b-green-100\/75 {
    border-bottom-color: rgb(220 252 231 / 0.75);
  }

  .lg\:border-b-green-100\/80 {
    border-bottom-color: rgb(220 252 231 / 0.8);
  }

  .lg\:border-b-green-100\/85 {
    border-bottom-color: rgb(220 252 231 / 0.85);
  }

  .lg\:border-b-green-100\/90 {
    border-bottom-color: rgb(220 252 231 / 0.9);
  }

  .lg\:border-b-green-100\/95 {
    border-bottom-color: rgb(220 252 231 / 0.95);
  }

  .lg\:border-b-green-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity));
  }

  .lg\:border-b-green-200\/0 {
    border-bottom-color: rgb(187 247 208 / 0);
  }

  .lg\:border-b-green-200\/10 {
    border-bottom-color: rgb(187 247 208 / 0.1);
  }

  .lg\:border-b-green-200\/100 {
    border-bottom-color: rgb(187 247 208 / 1);
  }

  .lg\:border-b-green-200\/15 {
    border-bottom-color: rgb(187 247 208 / 0.15);
  }

  .lg\:border-b-green-200\/20 {
    border-bottom-color: rgb(187 247 208 / 0.2);
  }

  .lg\:border-b-green-200\/25 {
    border-bottom-color: rgb(187 247 208 / 0.25);
  }

  .lg\:border-b-green-200\/30 {
    border-bottom-color: rgb(187 247 208 / 0.3);
  }

  .lg\:border-b-green-200\/35 {
    border-bottom-color: rgb(187 247 208 / 0.35);
  }

  .lg\:border-b-green-200\/40 {
    border-bottom-color: rgb(187 247 208 / 0.4);
  }

  .lg\:border-b-green-200\/45 {
    border-bottom-color: rgb(187 247 208 / 0.45);
  }

  .lg\:border-b-green-200\/5 {
    border-bottom-color: rgb(187 247 208 / 0.05);
  }

  .lg\:border-b-green-200\/50 {
    border-bottom-color: rgb(187 247 208 / 0.5);
  }

  .lg\:border-b-green-200\/55 {
    border-bottom-color: rgb(187 247 208 / 0.55);
  }

  .lg\:border-b-green-200\/60 {
    border-bottom-color: rgb(187 247 208 / 0.6);
  }

  .lg\:border-b-green-200\/65 {
    border-bottom-color: rgb(187 247 208 / 0.65);
  }

  .lg\:border-b-green-200\/70 {
    border-bottom-color: rgb(187 247 208 / 0.7);
  }

  .lg\:border-b-green-200\/75 {
    border-bottom-color: rgb(187 247 208 / 0.75);
  }

  .lg\:border-b-green-200\/80 {
    border-bottom-color: rgb(187 247 208 / 0.8);
  }

  .lg\:border-b-green-200\/85 {
    border-bottom-color: rgb(187 247 208 / 0.85);
  }

  .lg\:border-b-green-200\/90 {
    border-bottom-color: rgb(187 247 208 / 0.9);
  }

  .lg\:border-b-green-200\/95 {
    border-bottom-color: rgb(187 247 208 / 0.95);
  }

  .lg\:border-b-green-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity));
  }

  .lg\:border-b-green-300\/0 {
    border-bottom-color: rgb(134 239 172 / 0);
  }

  .lg\:border-b-green-300\/10 {
    border-bottom-color: rgb(134 239 172 / 0.1);
  }

  .lg\:border-b-green-300\/100 {
    border-bottom-color: rgb(134 239 172 / 1);
  }

  .lg\:border-b-green-300\/15 {
    border-bottom-color: rgb(134 239 172 / 0.15);
  }

  .lg\:border-b-green-300\/20 {
    border-bottom-color: rgb(134 239 172 / 0.2);
  }

  .lg\:border-b-green-300\/25 {
    border-bottom-color: rgb(134 239 172 / 0.25);
  }

  .lg\:border-b-green-300\/30 {
    border-bottom-color: rgb(134 239 172 / 0.3);
  }

  .lg\:border-b-green-300\/35 {
    border-bottom-color: rgb(134 239 172 / 0.35);
  }

  .lg\:border-b-green-300\/40 {
    border-bottom-color: rgb(134 239 172 / 0.4);
  }

  .lg\:border-b-green-300\/45 {
    border-bottom-color: rgb(134 239 172 / 0.45);
  }

  .lg\:border-b-green-300\/5 {
    border-bottom-color: rgb(134 239 172 / 0.05);
  }

  .lg\:border-b-green-300\/50 {
    border-bottom-color: rgb(134 239 172 / 0.5);
  }

  .lg\:border-b-green-300\/55 {
    border-bottom-color: rgb(134 239 172 / 0.55);
  }

  .lg\:border-b-green-300\/60 {
    border-bottom-color: rgb(134 239 172 / 0.6);
  }

  .lg\:border-b-green-300\/65 {
    border-bottom-color: rgb(134 239 172 / 0.65);
  }

  .lg\:border-b-green-300\/70 {
    border-bottom-color: rgb(134 239 172 / 0.7);
  }

  .lg\:border-b-green-300\/75 {
    border-bottom-color: rgb(134 239 172 / 0.75);
  }

  .lg\:border-b-green-300\/80 {
    border-bottom-color: rgb(134 239 172 / 0.8);
  }

  .lg\:border-b-green-300\/85 {
    border-bottom-color: rgb(134 239 172 / 0.85);
  }

  .lg\:border-b-green-300\/90 {
    border-bottom-color: rgb(134 239 172 / 0.9);
  }

  .lg\:border-b-green-300\/95 {
    border-bottom-color: rgb(134 239 172 / 0.95);
  }

  .lg\:border-b-green-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity));
  }

  .lg\:border-b-green-400\/0 {
    border-bottom-color: rgb(74 222 128 / 0);
  }

  .lg\:border-b-green-400\/10 {
    border-bottom-color: rgb(74 222 128 / 0.1);
  }

  .lg\:border-b-green-400\/100 {
    border-bottom-color: rgb(74 222 128 / 1);
  }

  .lg\:border-b-green-400\/15 {
    border-bottom-color: rgb(74 222 128 / 0.15);
  }

  .lg\:border-b-green-400\/20 {
    border-bottom-color: rgb(74 222 128 / 0.2);
  }

  .lg\:border-b-green-400\/25 {
    border-bottom-color: rgb(74 222 128 / 0.25);
  }

  .lg\:border-b-green-400\/30 {
    border-bottom-color: rgb(74 222 128 / 0.3);
  }

  .lg\:border-b-green-400\/35 {
    border-bottom-color: rgb(74 222 128 / 0.35);
  }

  .lg\:border-b-green-400\/40 {
    border-bottom-color: rgb(74 222 128 / 0.4);
  }

  .lg\:border-b-green-400\/45 {
    border-bottom-color: rgb(74 222 128 / 0.45);
  }

  .lg\:border-b-green-400\/5 {
    border-bottom-color: rgb(74 222 128 / 0.05);
  }

  .lg\:border-b-green-400\/50 {
    border-bottom-color: rgb(74 222 128 / 0.5);
  }

  .lg\:border-b-green-400\/55 {
    border-bottom-color: rgb(74 222 128 / 0.55);
  }

  .lg\:border-b-green-400\/60 {
    border-bottom-color: rgb(74 222 128 / 0.6);
  }

  .lg\:border-b-green-400\/65 {
    border-bottom-color: rgb(74 222 128 / 0.65);
  }

  .lg\:border-b-green-400\/70 {
    border-bottom-color: rgb(74 222 128 / 0.7);
  }

  .lg\:border-b-green-400\/75 {
    border-bottom-color: rgb(74 222 128 / 0.75);
  }

  .lg\:border-b-green-400\/80 {
    border-bottom-color: rgb(74 222 128 / 0.8);
  }

  .lg\:border-b-green-400\/85 {
    border-bottom-color: rgb(74 222 128 / 0.85);
  }

  .lg\:border-b-green-400\/90 {
    border-bottom-color: rgb(74 222 128 / 0.9);
  }

  .lg\:border-b-green-400\/95 {
    border-bottom-color: rgb(74 222 128 / 0.95);
  }

  .lg\:border-b-green-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity));
  }

  .lg\:border-b-green-50\/0 {
    border-bottom-color: rgb(240 253 244 / 0);
  }

  .lg\:border-b-green-50\/10 {
    border-bottom-color: rgb(240 253 244 / 0.1);
  }

  .lg\:border-b-green-50\/100 {
    border-bottom-color: rgb(240 253 244 / 1);
  }

  .lg\:border-b-green-50\/15 {
    border-bottom-color: rgb(240 253 244 / 0.15);
  }

  .lg\:border-b-green-50\/20 {
    border-bottom-color: rgb(240 253 244 / 0.2);
  }

  .lg\:border-b-green-50\/25 {
    border-bottom-color: rgb(240 253 244 / 0.25);
  }

  .lg\:border-b-green-50\/30 {
    border-bottom-color: rgb(240 253 244 / 0.3);
  }

  .lg\:border-b-green-50\/35 {
    border-bottom-color: rgb(240 253 244 / 0.35);
  }

  .lg\:border-b-green-50\/40 {
    border-bottom-color: rgb(240 253 244 / 0.4);
  }

  .lg\:border-b-green-50\/45 {
    border-bottom-color: rgb(240 253 244 / 0.45);
  }

  .lg\:border-b-green-50\/5 {
    border-bottom-color: rgb(240 253 244 / 0.05);
  }

  .lg\:border-b-green-50\/50 {
    border-bottom-color: rgb(240 253 244 / 0.5);
  }

  .lg\:border-b-green-50\/55 {
    border-bottom-color: rgb(240 253 244 / 0.55);
  }

  .lg\:border-b-green-50\/60 {
    border-bottom-color: rgb(240 253 244 / 0.6);
  }

  .lg\:border-b-green-50\/65 {
    border-bottom-color: rgb(240 253 244 / 0.65);
  }

  .lg\:border-b-green-50\/70 {
    border-bottom-color: rgb(240 253 244 / 0.7);
  }

  .lg\:border-b-green-50\/75 {
    border-bottom-color: rgb(240 253 244 / 0.75);
  }

  .lg\:border-b-green-50\/80 {
    border-bottom-color: rgb(240 253 244 / 0.8);
  }

  .lg\:border-b-green-50\/85 {
    border-bottom-color: rgb(240 253 244 / 0.85);
  }

  .lg\:border-b-green-50\/90 {
    border-bottom-color: rgb(240 253 244 / 0.9);
  }

  .lg\:border-b-green-50\/95 {
    border-bottom-color: rgb(240 253 244 / 0.95);
  }

  .lg\:border-b-green-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity));
  }

  .lg\:border-b-green-500\/0 {
    border-bottom-color: rgb(34 197 94 / 0);
  }

  .lg\:border-b-green-500\/10 {
    border-bottom-color: rgb(34 197 94 / 0.1);
  }

  .lg\:border-b-green-500\/100 {
    border-bottom-color: rgb(34 197 94 / 1);
  }

  .lg\:border-b-green-500\/15 {
    border-bottom-color: rgb(34 197 94 / 0.15);
  }

  .lg\:border-b-green-500\/20 {
    border-bottom-color: rgb(34 197 94 / 0.2);
  }

  .lg\:border-b-green-500\/25 {
    border-bottom-color: rgb(34 197 94 / 0.25);
  }

  .lg\:border-b-green-500\/30 {
    border-bottom-color: rgb(34 197 94 / 0.3);
  }

  .lg\:border-b-green-500\/35 {
    border-bottom-color: rgb(34 197 94 / 0.35);
  }

  .lg\:border-b-green-500\/40 {
    border-bottom-color: rgb(34 197 94 / 0.4);
  }

  .lg\:border-b-green-500\/45 {
    border-bottom-color: rgb(34 197 94 / 0.45);
  }

  .lg\:border-b-green-500\/5 {
    border-bottom-color: rgb(34 197 94 / 0.05);
  }

  .lg\:border-b-green-500\/50 {
    border-bottom-color: rgb(34 197 94 / 0.5);
  }

  .lg\:border-b-green-500\/55 {
    border-bottom-color: rgb(34 197 94 / 0.55);
  }

  .lg\:border-b-green-500\/60 {
    border-bottom-color: rgb(34 197 94 / 0.6);
  }

  .lg\:border-b-green-500\/65 {
    border-bottom-color: rgb(34 197 94 / 0.65);
  }

  .lg\:border-b-green-500\/70 {
    border-bottom-color: rgb(34 197 94 / 0.7);
  }

  .lg\:border-b-green-500\/75 {
    border-bottom-color: rgb(34 197 94 / 0.75);
  }

  .lg\:border-b-green-500\/80 {
    border-bottom-color: rgb(34 197 94 / 0.8);
  }

  .lg\:border-b-green-500\/85 {
    border-bottom-color: rgb(34 197 94 / 0.85);
  }

  .lg\:border-b-green-500\/90 {
    border-bottom-color: rgb(34 197 94 / 0.9);
  }

  .lg\:border-b-green-500\/95 {
    border-bottom-color: rgb(34 197 94 / 0.95);
  }

  .lg\:border-b-green-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity));
  }

  .lg\:border-b-green-600\/0 {
    border-bottom-color: rgb(22 163 74 / 0);
  }

  .lg\:border-b-green-600\/10 {
    border-bottom-color: rgb(22 163 74 / 0.1);
  }

  .lg\:border-b-green-600\/100 {
    border-bottom-color: rgb(22 163 74 / 1);
  }

  .lg\:border-b-green-600\/15 {
    border-bottom-color: rgb(22 163 74 / 0.15);
  }

  .lg\:border-b-green-600\/20 {
    border-bottom-color: rgb(22 163 74 / 0.2);
  }

  .lg\:border-b-green-600\/25 {
    border-bottom-color: rgb(22 163 74 / 0.25);
  }

  .lg\:border-b-green-600\/30 {
    border-bottom-color: rgb(22 163 74 / 0.3);
  }

  .lg\:border-b-green-600\/35 {
    border-bottom-color: rgb(22 163 74 / 0.35);
  }

  .lg\:border-b-green-600\/40 {
    border-bottom-color: rgb(22 163 74 / 0.4);
  }

  .lg\:border-b-green-600\/45 {
    border-bottom-color: rgb(22 163 74 / 0.45);
  }

  .lg\:border-b-green-600\/5 {
    border-bottom-color: rgb(22 163 74 / 0.05);
  }

  .lg\:border-b-green-600\/50 {
    border-bottom-color: rgb(22 163 74 / 0.5);
  }

  .lg\:border-b-green-600\/55 {
    border-bottom-color: rgb(22 163 74 / 0.55);
  }

  .lg\:border-b-green-600\/60 {
    border-bottom-color: rgb(22 163 74 / 0.6);
  }

  .lg\:border-b-green-600\/65 {
    border-bottom-color: rgb(22 163 74 / 0.65);
  }

  .lg\:border-b-green-600\/70 {
    border-bottom-color: rgb(22 163 74 / 0.7);
  }

  .lg\:border-b-green-600\/75 {
    border-bottom-color: rgb(22 163 74 / 0.75);
  }

  .lg\:border-b-green-600\/80 {
    border-bottom-color: rgb(22 163 74 / 0.8);
  }

  .lg\:border-b-green-600\/85 {
    border-bottom-color: rgb(22 163 74 / 0.85);
  }

  .lg\:border-b-green-600\/90 {
    border-bottom-color: rgb(22 163 74 / 0.9);
  }

  .lg\:border-b-green-600\/95 {
    border-bottom-color: rgb(22 163 74 / 0.95);
  }

  .lg\:border-b-green-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity));
  }

  .lg\:border-b-green-700\/0 {
    border-bottom-color: rgb(21 128 61 / 0);
  }

  .lg\:border-b-green-700\/10 {
    border-bottom-color: rgb(21 128 61 / 0.1);
  }

  .lg\:border-b-green-700\/100 {
    border-bottom-color: rgb(21 128 61 / 1);
  }

  .lg\:border-b-green-700\/15 {
    border-bottom-color: rgb(21 128 61 / 0.15);
  }

  .lg\:border-b-green-700\/20 {
    border-bottom-color: rgb(21 128 61 / 0.2);
  }

  .lg\:border-b-green-700\/25 {
    border-bottom-color: rgb(21 128 61 / 0.25);
  }

  .lg\:border-b-green-700\/30 {
    border-bottom-color: rgb(21 128 61 / 0.3);
  }

  .lg\:border-b-green-700\/35 {
    border-bottom-color: rgb(21 128 61 / 0.35);
  }

  .lg\:border-b-green-700\/40 {
    border-bottom-color: rgb(21 128 61 / 0.4);
  }

  .lg\:border-b-green-700\/45 {
    border-bottom-color: rgb(21 128 61 / 0.45);
  }

  .lg\:border-b-green-700\/5 {
    border-bottom-color: rgb(21 128 61 / 0.05);
  }

  .lg\:border-b-green-700\/50 {
    border-bottom-color: rgb(21 128 61 / 0.5);
  }

  .lg\:border-b-green-700\/55 {
    border-bottom-color: rgb(21 128 61 / 0.55);
  }

  .lg\:border-b-green-700\/60 {
    border-bottom-color: rgb(21 128 61 / 0.6);
  }

  .lg\:border-b-green-700\/65 {
    border-bottom-color: rgb(21 128 61 / 0.65);
  }

  .lg\:border-b-green-700\/70 {
    border-bottom-color: rgb(21 128 61 / 0.7);
  }

  .lg\:border-b-green-700\/75 {
    border-bottom-color: rgb(21 128 61 / 0.75);
  }

  .lg\:border-b-green-700\/80 {
    border-bottom-color: rgb(21 128 61 / 0.8);
  }

  .lg\:border-b-green-700\/85 {
    border-bottom-color: rgb(21 128 61 / 0.85);
  }

  .lg\:border-b-green-700\/90 {
    border-bottom-color: rgb(21 128 61 / 0.9);
  }

  .lg\:border-b-green-700\/95 {
    border-bottom-color: rgb(21 128 61 / 0.95);
  }

  .lg\:border-b-green-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity));
  }

  .lg\:border-b-green-800\/0 {
    border-bottom-color: rgb(22 101 52 / 0);
  }

  .lg\:border-b-green-800\/10 {
    border-bottom-color: rgb(22 101 52 / 0.1);
  }

  .lg\:border-b-green-800\/100 {
    border-bottom-color: rgb(22 101 52 / 1);
  }

  .lg\:border-b-green-800\/15 {
    border-bottom-color: rgb(22 101 52 / 0.15);
  }

  .lg\:border-b-green-800\/20 {
    border-bottom-color: rgb(22 101 52 / 0.2);
  }

  .lg\:border-b-green-800\/25 {
    border-bottom-color: rgb(22 101 52 / 0.25);
  }

  .lg\:border-b-green-800\/30 {
    border-bottom-color: rgb(22 101 52 / 0.3);
  }

  .lg\:border-b-green-800\/35 {
    border-bottom-color: rgb(22 101 52 / 0.35);
  }

  .lg\:border-b-green-800\/40 {
    border-bottom-color: rgb(22 101 52 / 0.4);
  }

  .lg\:border-b-green-800\/45 {
    border-bottom-color: rgb(22 101 52 / 0.45);
  }

  .lg\:border-b-green-800\/5 {
    border-bottom-color: rgb(22 101 52 / 0.05);
  }

  .lg\:border-b-green-800\/50 {
    border-bottom-color: rgb(22 101 52 / 0.5);
  }

  .lg\:border-b-green-800\/55 {
    border-bottom-color: rgb(22 101 52 / 0.55);
  }

  .lg\:border-b-green-800\/60 {
    border-bottom-color: rgb(22 101 52 / 0.6);
  }

  .lg\:border-b-green-800\/65 {
    border-bottom-color: rgb(22 101 52 / 0.65);
  }

  .lg\:border-b-green-800\/70 {
    border-bottom-color: rgb(22 101 52 / 0.7);
  }

  .lg\:border-b-green-800\/75 {
    border-bottom-color: rgb(22 101 52 / 0.75);
  }

  .lg\:border-b-green-800\/80 {
    border-bottom-color: rgb(22 101 52 / 0.8);
  }

  .lg\:border-b-green-800\/85 {
    border-bottom-color: rgb(22 101 52 / 0.85);
  }

  .lg\:border-b-green-800\/90 {
    border-bottom-color: rgb(22 101 52 / 0.9);
  }

  .lg\:border-b-green-800\/95 {
    border-bottom-color: rgb(22 101 52 / 0.95);
  }

  .lg\:border-b-green-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity));
  }

  .lg\:border-b-green-900\/0 {
    border-bottom-color: rgb(20 83 45 / 0);
  }

  .lg\:border-b-green-900\/10 {
    border-bottom-color: rgb(20 83 45 / 0.1);
  }

  .lg\:border-b-green-900\/100 {
    border-bottom-color: rgb(20 83 45 / 1);
  }

  .lg\:border-b-green-900\/15 {
    border-bottom-color: rgb(20 83 45 / 0.15);
  }

  .lg\:border-b-green-900\/20 {
    border-bottom-color: rgb(20 83 45 / 0.2);
  }

  .lg\:border-b-green-900\/25 {
    border-bottom-color: rgb(20 83 45 / 0.25);
  }

  .lg\:border-b-green-900\/30 {
    border-bottom-color: rgb(20 83 45 / 0.3);
  }

  .lg\:border-b-green-900\/35 {
    border-bottom-color: rgb(20 83 45 / 0.35);
  }

  .lg\:border-b-green-900\/40 {
    border-bottom-color: rgb(20 83 45 / 0.4);
  }

  .lg\:border-b-green-900\/45 {
    border-bottom-color: rgb(20 83 45 / 0.45);
  }

  .lg\:border-b-green-900\/5 {
    border-bottom-color: rgb(20 83 45 / 0.05);
  }

  .lg\:border-b-green-900\/50 {
    border-bottom-color: rgb(20 83 45 / 0.5);
  }

  .lg\:border-b-green-900\/55 {
    border-bottom-color: rgb(20 83 45 / 0.55);
  }

  .lg\:border-b-green-900\/60 {
    border-bottom-color: rgb(20 83 45 / 0.6);
  }

  .lg\:border-b-green-900\/65 {
    border-bottom-color: rgb(20 83 45 / 0.65);
  }

  .lg\:border-b-green-900\/70 {
    border-bottom-color: rgb(20 83 45 / 0.7);
  }

  .lg\:border-b-green-900\/75 {
    border-bottom-color: rgb(20 83 45 / 0.75);
  }

  .lg\:border-b-green-900\/80 {
    border-bottom-color: rgb(20 83 45 / 0.8);
  }

  .lg\:border-b-green-900\/85 {
    border-bottom-color: rgb(20 83 45 / 0.85);
  }

  .lg\:border-b-green-900\/90 {
    border-bottom-color: rgb(20 83 45 / 0.9);
  }

  .lg\:border-b-green-900\/95 {
    border-bottom-color: rgb(20 83 45 / 0.95);
  }

  .lg\:border-b-green-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity));
  }

  .lg\:border-b-green-950\/0 {
    border-bottom-color: rgb(5 46 22 / 0);
  }

  .lg\:border-b-green-950\/10 {
    border-bottom-color: rgb(5 46 22 / 0.1);
  }

  .lg\:border-b-green-950\/100 {
    border-bottom-color: rgb(5 46 22 / 1);
  }

  .lg\:border-b-green-950\/15 {
    border-bottom-color: rgb(5 46 22 / 0.15);
  }

  .lg\:border-b-green-950\/20 {
    border-bottom-color: rgb(5 46 22 / 0.2);
  }

  .lg\:border-b-green-950\/25 {
    border-bottom-color: rgb(5 46 22 / 0.25);
  }

  .lg\:border-b-green-950\/30 {
    border-bottom-color: rgb(5 46 22 / 0.3);
  }

  .lg\:border-b-green-950\/35 {
    border-bottom-color: rgb(5 46 22 / 0.35);
  }

  .lg\:border-b-green-950\/40 {
    border-bottom-color: rgb(5 46 22 / 0.4);
  }

  .lg\:border-b-green-950\/45 {
    border-bottom-color: rgb(5 46 22 / 0.45);
  }

  .lg\:border-b-green-950\/5 {
    border-bottom-color: rgb(5 46 22 / 0.05);
  }

  .lg\:border-b-green-950\/50 {
    border-bottom-color: rgb(5 46 22 / 0.5);
  }

  .lg\:border-b-green-950\/55 {
    border-bottom-color: rgb(5 46 22 / 0.55);
  }

  .lg\:border-b-green-950\/60 {
    border-bottom-color: rgb(5 46 22 / 0.6);
  }

  .lg\:border-b-green-950\/65 {
    border-bottom-color: rgb(5 46 22 / 0.65);
  }

  .lg\:border-b-green-950\/70 {
    border-bottom-color: rgb(5 46 22 / 0.7);
  }

  .lg\:border-b-green-950\/75 {
    border-bottom-color: rgb(5 46 22 / 0.75);
  }

  .lg\:border-b-green-950\/80 {
    border-bottom-color: rgb(5 46 22 / 0.8);
  }

  .lg\:border-b-green-950\/85 {
    border-bottom-color: rgb(5 46 22 / 0.85);
  }

  .lg\:border-b-green-950\/90 {
    border-bottom-color: rgb(5 46 22 / 0.9);
  }

  .lg\:border-b-green-950\/95 {
    border-bottom-color: rgb(5 46 22 / 0.95);
  }

  .lg\:border-b-indigo-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity));
  }

  .lg\:border-b-indigo-100\/0 {
    border-bottom-color: rgb(224 231 255 / 0);
  }

  .lg\:border-b-indigo-100\/10 {
    border-bottom-color: rgb(224 231 255 / 0.1);
  }

  .lg\:border-b-indigo-100\/100 {
    border-bottom-color: rgb(224 231 255 / 1);
  }

  .lg\:border-b-indigo-100\/15 {
    border-bottom-color: rgb(224 231 255 / 0.15);
  }

  .lg\:border-b-indigo-100\/20 {
    border-bottom-color: rgb(224 231 255 / 0.2);
  }

  .lg\:border-b-indigo-100\/25 {
    border-bottom-color: rgb(224 231 255 / 0.25);
  }

  .lg\:border-b-indigo-100\/30 {
    border-bottom-color: rgb(224 231 255 / 0.3);
  }

  .lg\:border-b-indigo-100\/35 {
    border-bottom-color: rgb(224 231 255 / 0.35);
  }

  .lg\:border-b-indigo-100\/40 {
    border-bottom-color: rgb(224 231 255 / 0.4);
  }

  .lg\:border-b-indigo-100\/45 {
    border-bottom-color: rgb(224 231 255 / 0.45);
  }

  .lg\:border-b-indigo-100\/5 {
    border-bottom-color: rgb(224 231 255 / 0.05);
  }

  .lg\:border-b-indigo-100\/50 {
    border-bottom-color: rgb(224 231 255 / 0.5);
  }

  .lg\:border-b-indigo-100\/55 {
    border-bottom-color: rgb(224 231 255 / 0.55);
  }

  .lg\:border-b-indigo-100\/60 {
    border-bottom-color: rgb(224 231 255 / 0.6);
  }

  .lg\:border-b-indigo-100\/65 {
    border-bottom-color: rgb(224 231 255 / 0.65);
  }

  .lg\:border-b-indigo-100\/70 {
    border-bottom-color: rgb(224 231 255 / 0.7);
  }

  .lg\:border-b-indigo-100\/75 {
    border-bottom-color: rgb(224 231 255 / 0.75);
  }

  .lg\:border-b-indigo-100\/80 {
    border-bottom-color: rgb(224 231 255 / 0.8);
  }

  .lg\:border-b-indigo-100\/85 {
    border-bottom-color: rgb(224 231 255 / 0.85);
  }

  .lg\:border-b-indigo-100\/90 {
    border-bottom-color: rgb(224 231 255 / 0.9);
  }

  .lg\:border-b-indigo-100\/95 {
    border-bottom-color: rgb(224 231 255 / 0.95);
  }

  .lg\:border-b-indigo-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity));
  }

  .lg\:border-b-indigo-200\/0 {
    border-bottom-color: rgb(199 210 254 / 0);
  }

  .lg\:border-b-indigo-200\/10 {
    border-bottom-color: rgb(199 210 254 / 0.1);
  }

  .lg\:border-b-indigo-200\/100 {
    border-bottom-color: rgb(199 210 254 / 1);
  }

  .lg\:border-b-indigo-200\/15 {
    border-bottom-color: rgb(199 210 254 / 0.15);
  }

  .lg\:border-b-indigo-200\/20 {
    border-bottom-color: rgb(199 210 254 / 0.2);
  }

  .lg\:border-b-indigo-200\/25 {
    border-bottom-color: rgb(199 210 254 / 0.25);
  }

  .lg\:border-b-indigo-200\/30 {
    border-bottom-color: rgb(199 210 254 / 0.3);
  }

  .lg\:border-b-indigo-200\/35 {
    border-bottom-color: rgb(199 210 254 / 0.35);
  }

  .lg\:border-b-indigo-200\/40 {
    border-bottom-color: rgb(199 210 254 / 0.4);
  }

  .lg\:border-b-indigo-200\/45 {
    border-bottom-color: rgb(199 210 254 / 0.45);
  }

  .lg\:border-b-indigo-200\/5 {
    border-bottom-color: rgb(199 210 254 / 0.05);
  }

  .lg\:border-b-indigo-200\/50 {
    border-bottom-color: rgb(199 210 254 / 0.5);
  }

  .lg\:border-b-indigo-200\/55 {
    border-bottom-color: rgb(199 210 254 / 0.55);
  }

  .lg\:border-b-indigo-200\/60 {
    border-bottom-color: rgb(199 210 254 / 0.6);
  }

  .lg\:border-b-indigo-200\/65 {
    border-bottom-color: rgb(199 210 254 / 0.65);
  }

  .lg\:border-b-indigo-200\/70 {
    border-bottom-color: rgb(199 210 254 / 0.7);
  }

  .lg\:border-b-indigo-200\/75 {
    border-bottom-color: rgb(199 210 254 / 0.75);
  }

  .lg\:border-b-indigo-200\/80 {
    border-bottom-color: rgb(199 210 254 / 0.8);
  }

  .lg\:border-b-indigo-200\/85 {
    border-bottom-color: rgb(199 210 254 / 0.85);
  }

  .lg\:border-b-indigo-200\/90 {
    border-bottom-color: rgb(199 210 254 / 0.9);
  }

  .lg\:border-b-indigo-200\/95 {
    border-bottom-color: rgb(199 210 254 / 0.95);
  }

  .lg\:border-b-indigo-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity));
  }

  .lg\:border-b-indigo-300\/0 {
    border-bottom-color: rgb(165 180 252 / 0);
  }

  .lg\:border-b-indigo-300\/10 {
    border-bottom-color: rgb(165 180 252 / 0.1);
  }

  .lg\:border-b-indigo-300\/100 {
    border-bottom-color: rgb(165 180 252 / 1);
  }

  .lg\:border-b-indigo-300\/15 {
    border-bottom-color: rgb(165 180 252 / 0.15);
  }

  .lg\:border-b-indigo-300\/20 {
    border-bottom-color: rgb(165 180 252 / 0.2);
  }

  .lg\:border-b-indigo-300\/25 {
    border-bottom-color: rgb(165 180 252 / 0.25);
  }

  .lg\:border-b-indigo-300\/30 {
    border-bottom-color: rgb(165 180 252 / 0.3);
  }

  .lg\:border-b-indigo-300\/35 {
    border-bottom-color: rgb(165 180 252 / 0.35);
  }

  .lg\:border-b-indigo-300\/40 {
    border-bottom-color: rgb(165 180 252 / 0.4);
  }

  .lg\:border-b-indigo-300\/45 {
    border-bottom-color: rgb(165 180 252 / 0.45);
  }

  .lg\:border-b-indigo-300\/5 {
    border-bottom-color: rgb(165 180 252 / 0.05);
  }

  .lg\:border-b-indigo-300\/50 {
    border-bottom-color: rgb(165 180 252 / 0.5);
  }

  .lg\:border-b-indigo-300\/55 {
    border-bottom-color: rgb(165 180 252 / 0.55);
  }

  .lg\:border-b-indigo-300\/60 {
    border-bottom-color: rgb(165 180 252 / 0.6);
  }

  .lg\:border-b-indigo-300\/65 {
    border-bottom-color: rgb(165 180 252 / 0.65);
  }

  .lg\:border-b-indigo-300\/70 {
    border-bottom-color: rgb(165 180 252 / 0.7);
  }

  .lg\:border-b-indigo-300\/75 {
    border-bottom-color: rgb(165 180 252 / 0.75);
  }

  .lg\:border-b-indigo-300\/80 {
    border-bottom-color: rgb(165 180 252 / 0.8);
  }

  .lg\:border-b-indigo-300\/85 {
    border-bottom-color: rgb(165 180 252 / 0.85);
  }

  .lg\:border-b-indigo-300\/90 {
    border-bottom-color: rgb(165 180 252 / 0.9);
  }

  .lg\:border-b-indigo-300\/95 {
    border-bottom-color: rgb(165 180 252 / 0.95);
  }

  .lg\:border-b-indigo-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity));
  }

  .lg\:border-b-indigo-400\/0 {
    border-bottom-color: rgb(129 140 248 / 0);
  }

  .lg\:border-b-indigo-400\/10 {
    border-bottom-color: rgb(129 140 248 / 0.1);
  }

  .lg\:border-b-indigo-400\/100 {
    border-bottom-color: rgb(129 140 248 / 1);
  }

  .lg\:border-b-indigo-400\/15 {
    border-bottom-color: rgb(129 140 248 / 0.15);
  }

  .lg\:border-b-indigo-400\/20 {
    border-bottom-color: rgb(129 140 248 / 0.2);
  }

  .lg\:border-b-indigo-400\/25 {
    border-bottom-color: rgb(129 140 248 / 0.25);
  }

  .lg\:border-b-indigo-400\/30 {
    border-bottom-color: rgb(129 140 248 / 0.3);
  }

  .lg\:border-b-indigo-400\/35 {
    border-bottom-color: rgb(129 140 248 / 0.35);
  }

  .lg\:border-b-indigo-400\/40 {
    border-bottom-color: rgb(129 140 248 / 0.4);
  }

  .lg\:border-b-indigo-400\/45 {
    border-bottom-color: rgb(129 140 248 / 0.45);
  }

  .lg\:border-b-indigo-400\/5 {
    border-bottom-color: rgb(129 140 248 / 0.05);
  }

  .lg\:border-b-indigo-400\/50 {
    border-bottom-color: rgb(129 140 248 / 0.5);
  }

  .lg\:border-b-indigo-400\/55 {
    border-bottom-color: rgb(129 140 248 / 0.55);
  }

  .lg\:border-b-indigo-400\/60 {
    border-bottom-color: rgb(129 140 248 / 0.6);
  }

  .lg\:border-b-indigo-400\/65 {
    border-bottom-color: rgb(129 140 248 / 0.65);
  }

  .lg\:border-b-indigo-400\/70 {
    border-bottom-color: rgb(129 140 248 / 0.7);
  }

  .lg\:border-b-indigo-400\/75 {
    border-bottom-color: rgb(129 140 248 / 0.75);
  }

  .lg\:border-b-indigo-400\/80 {
    border-bottom-color: rgb(129 140 248 / 0.8);
  }

  .lg\:border-b-indigo-400\/85 {
    border-bottom-color: rgb(129 140 248 / 0.85);
  }

  .lg\:border-b-indigo-400\/90 {
    border-bottom-color: rgb(129 140 248 / 0.9);
  }

  .lg\:border-b-indigo-400\/95 {
    border-bottom-color: rgb(129 140 248 / 0.95);
  }

  .lg\:border-b-indigo-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity));
  }

  .lg\:border-b-indigo-50\/0 {
    border-bottom-color: rgb(238 242 255 / 0);
  }

  .lg\:border-b-indigo-50\/10 {
    border-bottom-color: rgb(238 242 255 / 0.1);
  }

  .lg\:border-b-indigo-50\/100 {
    border-bottom-color: rgb(238 242 255 / 1);
  }

  .lg\:border-b-indigo-50\/15 {
    border-bottom-color: rgb(238 242 255 / 0.15);
  }

  .lg\:border-b-indigo-50\/20 {
    border-bottom-color: rgb(238 242 255 / 0.2);
  }

  .lg\:border-b-indigo-50\/25 {
    border-bottom-color: rgb(238 242 255 / 0.25);
  }

  .lg\:border-b-indigo-50\/30 {
    border-bottom-color: rgb(238 242 255 / 0.3);
  }

  .lg\:border-b-indigo-50\/35 {
    border-bottom-color: rgb(238 242 255 / 0.35);
  }

  .lg\:border-b-indigo-50\/40 {
    border-bottom-color: rgb(238 242 255 / 0.4);
  }

  .lg\:border-b-indigo-50\/45 {
    border-bottom-color: rgb(238 242 255 / 0.45);
  }

  .lg\:border-b-indigo-50\/5 {
    border-bottom-color: rgb(238 242 255 / 0.05);
  }

  .lg\:border-b-indigo-50\/50 {
    border-bottom-color: rgb(238 242 255 / 0.5);
  }

  .lg\:border-b-indigo-50\/55 {
    border-bottom-color: rgb(238 242 255 / 0.55);
  }

  .lg\:border-b-indigo-50\/60 {
    border-bottom-color: rgb(238 242 255 / 0.6);
  }

  .lg\:border-b-indigo-50\/65 {
    border-bottom-color: rgb(238 242 255 / 0.65);
  }

  .lg\:border-b-indigo-50\/70 {
    border-bottom-color: rgb(238 242 255 / 0.7);
  }

  .lg\:border-b-indigo-50\/75 {
    border-bottom-color: rgb(238 242 255 / 0.75);
  }

  .lg\:border-b-indigo-50\/80 {
    border-bottom-color: rgb(238 242 255 / 0.8);
  }

  .lg\:border-b-indigo-50\/85 {
    border-bottom-color: rgb(238 242 255 / 0.85);
  }

  .lg\:border-b-indigo-50\/90 {
    border-bottom-color: rgb(238 242 255 / 0.9);
  }

  .lg\:border-b-indigo-50\/95 {
    border-bottom-color: rgb(238 242 255 / 0.95);
  }

  .lg\:border-b-indigo-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity));
  }

  .lg\:border-b-indigo-500\/0 {
    border-bottom-color: rgb(99 102 241 / 0);
  }

  .lg\:border-b-indigo-500\/10 {
    border-bottom-color: rgb(99 102 241 / 0.1);
  }

  .lg\:border-b-indigo-500\/100 {
    border-bottom-color: rgb(99 102 241 / 1);
  }

  .lg\:border-b-indigo-500\/15 {
    border-bottom-color: rgb(99 102 241 / 0.15);
  }

  .lg\:border-b-indigo-500\/20 {
    border-bottom-color: rgb(99 102 241 / 0.2);
  }

  .lg\:border-b-indigo-500\/25 {
    border-bottom-color: rgb(99 102 241 / 0.25);
  }

  .lg\:border-b-indigo-500\/30 {
    border-bottom-color: rgb(99 102 241 / 0.3);
  }

  .lg\:border-b-indigo-500\/35 {
    border-bottom-color: rgb(99 102 241 / 0.35);
  }

  .lg\:border-b-indigo-500\/40 {
    border-bottom-color: rgb(99 102 241 / 0.4);
  }

  .lg\:border-b-indigo-500\/45 {
    border-bottom-color: rgb(99 102 241 / 0.45);
  }

  .lg\:border-b-indigo-500\/5 {
    border-bottom-color: rgb(99 102 241 / 0.05);
  }

  .lg\:border-b-indigo-500\/50 {
    border-bottom-color: rgb(99 102 241 / 0.5);
  }

  .lg\:border-b-indigo-500\/55 {
    border-bottom-color: rgb(99 102 241 / 0.55);
  }

  .lg\:border-b-indigo-500\/60 {
    border-bottom-color: rgb(99 102 241 / 0.6);
  }

  .lg\:border-b-indigo-500\/65 {
    border-bottom-color: rgb(99 102 241 / 0.65);
  }

  .lg\:border-b-indigo-500\/70 {
    border-bottom-color: rgb(99 102 241 / 0.7);
  }

  .lg\:border-b-indigo-500\/75 {
    border-bottom-color: rgb(99 102 241 / 0.75);
  }

  .lg\:border-b-indigo-500\/80 {
    border-bottom-color: rgb(99 102 241 / 0.8);
  }

  .lg\:border-b-indigo-500\/85 {
    border-bottom-color: rgb(99 102 241 / 0.85);
  }

  .lg\:border-b-indigo-500\/90 {
    border-bottom-color: rgb(99 102 241 / 0.9);
  }

  .lg\:border-b-indigo-500\/95 {
    border-bottom-color: rgb(99 102 241 / 0.95);
  }

  .lg\:border-b-indigo-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity));
  }

  .lg\:border-b-indigo-600\/0 {
    border-bottom-color: rgb(79 70 229 / 0);
  }

  .lg\:border-b-indigo-600\/10 {
    border-bottom-color: rgb(79 70 229 / 0.1);
  }

  .lg\:border-b-indigo-600\/100 {
    border-bottom-color: rgb(79 70 229 / 1);
  }

  .lg\:border-b-indigo-600\/15 {
    border-bottom-color: rgb(79 70 229 / 0.15);
  }

  .lg\:border-b-indigo-600\/20 {
    border-bottom-color: rgb(79 70 229 / 0.2);
  }

  .lg\:border-b-indigo-600\/25 {
    border-bottom-color: rgb(79 70 229 / 0.25);
  }

  .lg\:border-b-indigo-600\/30 {
    border-bottom-color: rgb(79 70 229 / 0.3);
  }

  .lg\:border-b-indigo-600\/35 {
    border-bottom-color: rgb(79 70 229 / 0.35);
  }

  .lg\:border-b-indigo-600\/40 {
    border-bottom-color: rgb(79 70 229 / 0.4);
  }

  .lg\:border-b-indigo-600\/45 {
    border-bottom-color: rgb(79 70 229 / 0.45);
  }

  .lg\:border-b-indigo-600\/5 {
    border-bottom-color: rgb(79 70 229 / 0.05);
  }

  .lg\:border-b-indigo-600\/50 {
    border-bottom-color: rgb(79 70 229 / 0.5);
  }

  .lg\:border-b-indigo-600\/55 {
    border-bottom-color: rgb(79 70 229 / 0.55);
  }

  .lg\:border-b-indigo-600\/60 {
    border-bottom-color: rgb(79 70 229 / 0.6);
  }

  .lg\:border-b-indigo-600\/65 {
    border-bottom-color: rgb(79 70 229 / 0.65);
  }

  .lg\:border-b-indigo-600\/70 {
    border-bottom-color: rgb(79 70 229 / 0.7);
  }

  .lg\:border-b-indigo-600\/75 {
    border-bottom-color: rgb(79 70 229 / 0.75);
  }

  .lg\:border-b-indigo-600\/80 {
    border-bottom-color: rgb(79 70 229 / 0.8);
  }

  .lg\:border-b-indigo-600\/85 {
    border-bottom-color: rgb(79 70 229 / 0.85);
  }

  .lg\:border-b-indigo-600\/90 {
    border-bottom-color: rgb(79 70 229 / 0.9);
  }

  .lg\:border-b-indigo-600\/95 {
    border-bottom-color: rgb(79 70 229 / 0.95);
  }

  .lg\:border-b-indigo-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity));
  }

  .lg\:border-b-indigo-700\/0 {
    border-bottom-color: rgb(67 56 202 / 0);
  }

  .lg\:border-b-indigo-700\/10 {
    border-bottom-color: rgb(67 56 202 / 0.1);
  }

  .lg\:border-b-indigo-700\/100 {
    border-bottom-color: rgb(67 56 202 / 1);
  }

  .lg\:border-b-indigo-700\/15 {
    border-bottom-color: rgb(67 56 202 / 0.15);
  }

  .lg\:border-b-indigo-700\/20 {
    border-bottom-color: rgb(67 56 202 / 0.2);
  }

  .lg\:border-b-indigo-700\/25 {
    border-bottom-color: rgb(67 56 202 / 0.25);
  }

  .lg\:border-b-indigo-700\/30 {
    border-bottom-color: rgb(67 56 202 / 0.3);
  }

  .lg\:border-b-indigo-700\/35 {
    border-bottom-color: rgb(67 56 202 / 0.35);
  }

  .lg\:border-b-indigo-700\/40 {
    border-bottom-color: rgb(67 56 202 / 0.4);
  }

  .lg\:border-b-indigo-700\/45 {
    border-bottom-color: rgb(67 56 202 / 0.45);
  }

  .lg\:border-b-indigo-700\/5 {
    border-bottom-color: rgb(67 56 202 / 0.05);
  }

  .lg\:border-b-indigo-700\/50 {
    border-bottom-color: rgb(67 56 202 / 0.5);
  }

  .lg\:border-b-indigo-700\/55 {
    border-bottom-color: rgb(67 56 202 / 0.55);
  }

  .lg\:border-b-indigo-700\/60 {
    border-bottom-color: rgb(67 56 202 / 0.6);
  }

  .lg\:border-b-indigo-700\/65 {
    border-bottom-color: rgb(67 56 202 / 0.65);
  }

  .lg\:border-b-indigo-700\/70 {
    border-bottom-color: rgb(67 56 202 / 0.7);
  }

  .lg\:border-b-indigo-700\/75 {
    border-bottom-color: rgb(67 56 202 / 0.75);
  }

  .lg\:border-b-indigo-700\/80 {
    border-bottom-color: rgb(67 56 202 / 0.8);
  }

  .lg\:border-b-indigo-700\/85 {
    border-bottom-color: rgb(67 56 202 / 0.85);
  }

  .lg\:border-b-indigo-700\/90 {
    border-bottom-color: rgb(67 56 202 / 0.9);
  }

  .lg\:border-b-indigo-700\/95 {
    border-bottom-color: rgb(67 56 202 / 0.95);
  }

  .lg\:border-b-indigo-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity));
  }

  .lg\:border-b-indigo-800\/0 {
    border-bottom-color: rgb(55 48 163 / 0);
  }

  .lg\:border-b-indigo-800\/10 {
    border-bottom-color: rgb(55 48 163 / 0.1);
  }

  .lg\:border-b-indigo-800\/100 {
    border-bottom-color: rgb(55 48 163 / 1);
  }

  .lg\:border-b-indigo-800\/15 {
    border-bottom-color: rgb(55 48 163 / 0.15);
  }

  .lg\:border-b-indigo-800\/20 {
    border-bottom-color: rgb(55 48 163 / 0.2);
  }

  .lg\:border-b-indigo-800\/25 {
    border-bottom-color: rgb(55 48 163 / 0.25);
  }

  .lg\:border-b-indigo-800\/30 {
    border-bottom-color: rgb(55 48 163 / 0.3);
  }

  .lg\:border-b-indigo-800\/35 {
    border-bottom-color: rgb(55 48 163 / 0.35);
  }

  .lg\:border-b-indigo-800\/40 {
    border-bottom-color: rgb(55 48 163 / 0.4);
  }

  .lg\:border-b-indigo-800\/45 {
    border-bottom-color: rgb(55 48 163 / 0.45);
  }

  .lg\:border-b-indigo-800\/5 {
    border-bottom-color: rgb(55 48 163 / 0.05);
  }

  .lg\:border-b-indigo-800\/50 {
    border-bottom-color: rgb(55 48 163 / 0.5);
  }

  .lg\:border-b-indigo-800\/55 {
    border-bottom-color: rgb(55 48 163 / 0.55);
  }

  .lg\:border-b-indigo-800\/60 {
    border-bottom-color: rgb(55 48 163 / 0.6);
  }

  .lg\:border-b-indigo-800\/65 {
    border-bottom-color: rgb(55 48 163 / 0.65);
  }

  .lg\:border-b-indigo-800\/70 {
    border-bottom-color: rgb(55 48 163 / 0.7);
  }

  .lg\:border-b-indigo-800\/75 {
    border-bottom-color: rgb(55 48 163 / 0.75);
  }

  .lg\:border-b-indigo-800\/80 {
    border-bottom-color: rgb(55 48 163 / 0.8);
  }

  .lg\:border-b-indigo-800\/85 {
    border-bottom-color: rgb(55 48 163 / 0.85);
  }

  .lg\:border-b-indigo-800\/90 {
    border-bottom-color: rgb(55 48 163 / 0.9);
  }

  .lg\:border-b-indigo-800\/95 {
    border-bottom-color: rgb(55 48 163 / 0.95);
  }

  .lg\:border-b-indigo-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity));
  }

  .lg\:border-b-indigo-900\/0 {
    border-bottom-color: rgb(49 46 129 / 0);
  }

  .lg\:border-b-indigo-900\/10 {
    border-bottom-color: rgb(49 46 129 / 0.1);
  }

  .lg\:border-b-indigo-900\/100 {
    border-bottom-color: rgb(49 46 129 / 1);
  }

  .lg\:border-b-indigo-900\/15 {
    border-bottom-color: rgb(49 46 129 / 0.15);
  }

  .lg\:border-b-indigo-900\/20 {
    border-bottom-color: rgb(49 46 129 / 0.2);
  }

  .lg\:border-b-indigo-900\/25 {
    border-bottom-color: rgb(49 46 129 / 0.25);
  }

  .lg\:border-b-indigo-900\/30 {
    border-bottom-color: rgb(49 46 129 / 0.3);
  }

  .lg\:border-b-indigo-900\/35 {
    border-bottom-color: rgb(49 46 129 / 0.35);
  }

  .lg\:border-b-indigo-900\/40 {
    border-bottom-color: rgb(49 46 129 / 0.4);
  }

  .lg\:border-b-indigo-900\/45 {
    border-bottom-color: rgb(49 46 129 / 0.45);
  }

  .lg\:border-b-indigo-900\/5 {
    border-bottom-color: rgb(49 46 129 / 0.05);
  }

  .lg\:border-b-indigo-900\/50 {
    border-bottom-color: rgb(49 46 129 / 0.5);
  }

  .lg\:border-b-indigo-900\/55 {
    border-bottom-color: rgb(49 46 129 / 0.55);
  }

  .lg\:border-b-indigo-900\/60 {
    border-bottom-color: rgb(49 46 129 / 0.6);
  }

  .lg\:border-b-indigo-900\/65 {
    border-bottom-color: rgb(49 46 129 / 0.65);
  }

  .lg\:border-b-indigo-900\/70 {
    border-bottom-color: rgb(49 46 129 / 0.7);
  }

  .lg\:border-b-indigo-900\/75 {
    border-bottom-color: rgb(49 46 129 / 0.75);
  }

  .lg\:border-b-indigo-900\/80 {
    border-bottom-color: rgb(49 46 129 / 0.8);
  }

  .lg\:border-b-indigo-900\/85 {
    border-bottom-color: rgb(49 46 129 / 0.85);
  }

  .lg\:border-b-indigo-900\/90 {
    border-bottom-color: rgb(49 46 129 / 0.9);
  }

  .lg\:border-b-indigo-900\/95 {
    border-bottom-color: rgb(49 46 129 / 0.95);
  }

  .lg\:border-b-indigo-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity));
  }

  .lg\:border-b-indigo-950\/0 {
    border-bottom-color: rgb(30 27 75 / 0);
  }

  .lg\:border-b-indigo-950\/10 {
    border-bottom-color: rgb(30 27 75 / 0.1);
  }

  .lg\:border-b-indigo-950\/100 {
    border-bottom-color: rgb(30 27 75 / 1);
  }

  .lg\:border-b-indigo-950\/15 {
    border-bottom-color: rgb(30 27 75 / 0.15);
  }

  .lg\:border-b-indigo-950\/20 {
    border-bottom-color: rgb(30 27 75 / 0.2);
  }

  .lg\:border-b-indigo-950\/25 {
    border-bottom-color: rgb(30 27 75 / 0.25);
  }

  .lg\:border-b-indigo-950\/30 {
    border-bottom-color: rgb(30 27 75 / 0.3);
  }

  .lg\:border-b-indigo-950\/35 {
    border-bottom-color: rgb(30 27 75 / 0.35);
  }

  .lg\:border-b-indigo-950\/40 {
    border-bottom-color: rgb(30 27 75 / 0.4);
  }

  .lg\:border-b-indigo-950\/45 {
    border-bottom-color: rgb(30 27 75 / 0.45);
  }

  .lg\:border-b-indigo-950\/5 {
    border-bottom-color: rgb(30 27 75 / 0.05);
  }

  .lg\:border-b-indigo-950\/50 {
    border-bottom-color: rgb(30 27 75 / 0.5);
  }

  .lg\:border-b-indigo-950\/55 {
    border-bottom-color: rgb(30 27 75 / 0.55);
  }

  .lg\:border-b-indigo-950\/60 {
    border-bottom-color: rgb(30 27 75 / 0.6);
  }

  .lg\:border-b-indigo-950\/65 {
    border-bottom-color: rgb(30 27 75 / 0.65);
  }

  .lg\:border-b-indigo-950\/70 {
    border-bottom-color: rgb(30 27 75 / 0.7);
  }

  .lg\:border-b-indigo-950\/75 {
    border-bottom-color: rgb(30 27 75 / 0.75);
  }

  .lg\:border-b-indigo-950\/80 {
    border-bottom-color: rgb(30 27 75 / 0.8);
  }

  .lg\:border-b-indigo-950\/85 {
    border-bottom-color: rgb(30 27 75 / 0.85);
  }

  .lg\:border-b-indigo-950\/90 {
    border-bottom-color: rgb(30 27 75 / 0.9);
  }

  .lg\:border-b-indigo-950\/95 {
    border-bottom-color: rgb(30 27 75 / 0.95);
  }

  .lg\:border-b-inherit {
    border-bottom-color: inherit;
  }

  .lg\:border-b-lime-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity));
  }

  .lg\:border-b-lime-100\/0 {
    border-bottom-color: rgb(236 252 203 / 0);
  }

  .lg\:border-b-lime-100\/10 {
    border-bottom-color: rgb(236 252 203 / 0.1);
  }

  .lg\:border-b-lime-100\/100 {
    border-bottom-color: rgb(236 252 203 / 1);
  }

  .lg\:border-b-lime-100\/15 {
    border-bottom-color: rgb(236 252 203 / 0.15);
  }

  .lg\:border-b-lime-100\/20 {
    border-bottom-color: rgb(236 252 203 / 0.2);
  }

  .lg\:border-b-lime-100\/25 {
    border-bottom-color: rgb(236 252 203 / 0.25);
  }

  .lg\:border-b-lime-100\/30 {
    border-bottom-color: rgb(236 252 203 / 0.3);
  }

  .lg\:border-b-lime-100\/35 {
    border-bottom-color: rgb(236 252 203 / 0.35);
  }

  .lg\:border-b-lime-100\/40 {
    border-bottom-color: rgb(236 252 203 / 0.4);
  }

  .lg\:border-b-lime-100\/45 {
    border-bottom-color: rgb(236 252 203 / 0.45);
  }

  .lg\:border-b-lime-100\/5 {
    border-bottom-color: rgb(236 252 203 / 0.05);
  }

  .lg\:border-b-lime-100\/50 {
    border-bottom-color: rgb(236 252 203 / 0.5);
  }

  .lg\:border-b-lime-100\/55 {
    border-bottom-color: rgb(236 252 203 / 0.55);
  }

  .lg\:border-b-lime-100\/60 {
    border-bottom-color: rgb(236 252 203 / 0.6);
  }

  .lg\:border-b-lime-100\/65 {
    border-bottom-color: rgb(236 252 203 / 0.65);
  }

  .lg\:border-b-lime-100\/70 {
    border-bottom-color: rgb(236 252 203 / 0.7);
  }

  .lg\:border-b-lime-100\/75 {
    border-bottom-color: rgb(236 252 203 / 0.75);
  }

  .lg\:border-b-lime-100\/80 {
    border-bottom-color: rgb(236 252 203 / 0.8);
  }

  .lg\:border-b-lime-100\/85 {
    border-bottom-color: rgb(236 252 203 / 0.85);
  }

  .lg\:border-b-lime-100\/90 {
    border-bottom-color: rgb(236 252 203 / 0.9);
  }

  .lg\:border-b-lime-100\/95 {
    border-bottom-color: rgb(236 252 203 / 0.95);
  }

  .lg\:border-b-lime-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity));
  }

  .lg\:border-b-lime-200\/0 {
    border-bottom-color: rgb(217 249 157 / 0);
  }

  .lg\:border-b-lime-200\/10 {
    border-bottom-color: rgb(217 249 157 / 0.1);
  }

  .lg\:border-b-lime-200\/100 {
    border-bottom-color: rgb(217 249 157 / 1);
  }

  .lg\:border-b-lime-200\/15 {
    border-bottom-color: rgb(217 249 157 / 0.15);
  }

  .lg\:border-b-lime-200\/20 {
    border-bottom-color: rgb(217 249 157 / 0.2);
  }

  .lg\:border-b-lime-200\/25 {
    border-bottom-color: rgb(217 249 157 / 0.25);
  }

  .lg\:border-b-lime-200\/30 {
    border-bottom-color: rgb(217 249 157 / 0.3);
  }

  .lg\:border-b-lime-200\/35 {
    border-bottom-color: rgb(217 249 157 / 0.35);
  }

  .lg\:border-b-lime-200\/40 {
    border-bottom-color: rgb(217 249 157 / 0.4);
  }

  .lg\:border-b-lime-200\/45 {
    border-bottom-color: rgb(217 249 157 / 0.45);
  }

  .lg\:border-b-lime-200\/5 {
    border-bottom-color: rgb(217 249 157 / 0.05);
  }

  .lg\:border-b-lime-200\/50 {
    border-bottom-color: rgb(217 249 157 / 0.5);
  }

  .lg\:border-b-lime-200\/55 {
    border-bottom-color: rgb(217 249 157 / 0.55);
  }

  .lg\:border-b-lime-200\/60 {
    border-bottom-color: rgb(217 249 157 / 0.6);
  }

  .lg\:border-b-lime-200\/65 {
    border-bottom-color: rgb(217 249 157 / 0.65);
  }

  .lg\:border-b-lime-200\/70 {
    border-bottom-color: rgb(217 249 157 / 0.7);
  }

  .lg\:border-b-lime-200\/75 {
    border-bottom-color: rgb(217 249 157 / 0.75);
  }

  .lg\:border-b-lime-200\/80 {
    border-bottom-color: rgb(217 249 157 / 0.8);
  }

  .lg\:border-b-lime-200\/85 {
    border-bottom-color: rgb(217 249 157 / 0.85);
  }

  .lg\:border-b-lime-200\/90 {
    border-bottom-color: rgb(217 249 157 / 0.9);
  }

  .lg\:border-b-lime-200\/95 {
    border-bottom-color: rgb(217 249 157 / 0.95);
  }

  .lg\:border-b-lime-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity));
  }

  .lg\:border-b-lime-300\/0 {
    border-bottom-color: rgb(190 242 100 / 0);
  }

  .lg\:border-b-lime-300\/10 {
    border-bottom-color: rgb(190 242 100 / 0.1);
  }

  .lg\:border-b-lime-300\/100 {
    border-bottom-color: rgb(190 242 100 / 1);
  }

  .lg\:border-b-lime-300\/15 {
    border-bottom-color: rgb(190 242 100 / 0.15);
  }

  .lg\:border-b-lime-300\/20 {
    border-bottom-color: rgb(190 242 100 / 0.2);
  }

  .lg\:border-b-lime-300\/25 {
    border-bottom-color: rgb(190 242 100 / 0.25);
  }

  .lg\:border-b-lime-300\/30 {
    border-bottom-color: rgb(190 242 100 / 0.3);
  }

  .lg\:border-b-lime-300\/35 {
    border-bottom-color: rgb(190 242 100 / 0.35);
  }

  .lg\:border-b-lime-300\/40 {
    border-bottom-color: rgb(190 242 100 / 0.4);
  }

  .lg\:border-b-lime-300\/45 {
    border-bottom-color: rgb(190 242 100 / 0.45);
  }

  .lg\:border-b-lime-300\/5 {
    border-bottom-color: rgb(190 242 100 / 0.05);
  }

  .lg\:border-b-lime-300\/50 {
    border-bottom-color: rgb(190 242 100 / 0.5);
  }

  .lg\:border-b-lime-300\/55 {
    border-bottom-color: rgb(190 242 100 / 0.55);
  }

  .lg\:border-b-lime-300\/60 {
    border-bottom-color: rgb(190 242 100 / 0.6);
  }

  .lg\:border-b-lime-300\/65 {
    border-bottom-color: rgb(190 242 100 / 0.65);
  }

  .lg\:border-b-lime-300\/70 {
    border-bottom-color: rgb(190 242 100 / 0.7);
  }

  .lg\:border-b-lime-300\/75 {
    border-bottom-color: rgb(190 242 100 / 0.75);
  }

  .lg\:border-b-lime-300\/80 {
    border-bottom-color: rgb(190 242 100 / 0.8);
  }

  .lg\:border-b-lime-300\/85 {
    border-bottom-color: rgb(190 242 100 / 0.85);
  }

  .lg\:border-b-lime-300\/90 {
    border-bottom-color: rgb(190 242 100 / 0.9);
  }

  .lg\:border-b-lime-300\/95 {
    border-bottom-color: rgb(190 242 100 / 0.95);
  }

  .lg\:border-b-lime-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity));
  }

  .lg\:border-b-lime-400\/0 {
    border-bottom-color: rgb(163 230 53 / 0);
  }

  .lg\:border-b-lime-400\/10 {
    border-bottom-color: rgb(163 230 53 / 0.1);
  }

  .lg\:border-b-lime-400\/100 {
    border-bottom-color: rgb(163 230 53 / 1);
  }

  .lg\:border-b-lime-400\/15 {
    border-bottom-color: rgb(163 230 53 / 0.15);
  }

  .lg\:border-b-lime-400\/20 {
    border-bottom-color: rgb(163 230 53 / 0.2);
  }

  .lg\:border-b-lime-400\/25 {
    border-bottom-color: rgb(163 230 53 / 0.25);
  }

  .lg\:border-b-lime-400\/30 {
    border-bottom-color: rgb(163 230 53 / 0.3);
  }

  .lg\:border-b-lime-400\/35 {
    border-bottom-color: rgb(163 230 53 / 0.35);
  }

  .lg\:border-b-lime-400\/40 {
    border-bottom-color: rgb(163 230 53 / 0.4);
  }

  .lg\:border-b-lime-400\/45 {
    border-bottom-color: rgb(163 230 53 / 0.45);
  }

  .lg\:border-b-lime-400\/5 {
    border-bottom-color: rgb(163 230 53 / 0.05);
  }

  .lg\:border-b-lime-400\/50 {
    border-bottom-color: rgb(163 230 53 / 0.5);
  }

  .lg\:border-b-lime-400\/55 {
    border-bottom-color: rgb(163 230 53 / 0.55);
  }

  .lg\:border-b-lime-400\/60 {
    border-bottom-color: rgb(163 230 53 / 0.6);
  }

  .lg\:border-b-lime-400\/65 {
    border-bottom-color: rgb(163 230 53 / 0.65);
  }

  .lg\:border-b-lime-400\/70 {
    border-bottom-color: rgb(163 230 53 / 0.7);
  }

  .lg\:border-b-lime-400\/75 {
    border-bottom-color: rgb(163 230 53 / 0.75);
  }

  .lg\:border-b-lime-400\/80 {
    border-bottom-color: rgb(163 230 53 / 0.8);
  }

  .lg\:border-b-lime-400\/85 {
    border-bottom-color: rgb(163 230 53 / 0.85);
  }

  .lg\:border-b-lime-400\/90 {
    border-bottom-color: rgb(163 230 53 / 0.9);
  }

  .lg\:border-b-lime-400\/95 {
    border-bottom-color: rgb(163 230 53 / 0.95);
  }

  .lg\:border-b-lime-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity));
  }

  .lg\:border-b-lime-50\/0 {
    border-bottom-color: rgb(247 254 231 / 0);
  }

  .lg\:border-b-lime-50\/10 {
    border-bottom-color: rgb(247 254 231 / 0.1);
  }

  .lg\:border-b-lime-50\/100 {
    border-bottom-color: rgb(247 254 231 / 1);
  }

  .lg\:border-b-lime-50\/15 {
    border-bottom-color: rgb(247 254 231 / 0.15);
  }

  .lg\:border-b-lime-50\/20 {
    border-bottom-color: rgb(247 254 231 / 0.2);
  }

  .lg\:border-b-lime-50\/25 {
    border-bottom-color: rgb(247 254 231 / 0.25);
  }

  .lg\:border-b-lime-50\/30 {
    border-bottom-color: rgb(247 254 231 / 0.3);
  }

  .lg\:border-b-lime-50\/35 {
    border-bottom-color: rgb(247 254 231 / 0.35);
  }

  .lg\:border-b-lime-50\/40 {
    border-bottom-color: rgb(247 254 231 / 0.4);
  }

  .lg\:border-b-lime-50\/45 {
    border-bottom-color: rgb(247 254 231 / 0.45);
  }

  .lg\:border-b-lime-50\/5 {
    border-bottom-color: rgb(247 254 231 / 0.05);
  }

  .lg\:border-b-lime-50\/50 {
    border-bottom-color: rgb(247 254 231 / 0.5);
  }

  .lg\:border-b-lime-50\/55 {
    border-bottom-color: rgb(247 254 231 / 0.55);
  }

  .lg\:border-b-lime-50\/60 {
    border-bottom-color: rgb(247 254 231 / 0.6);
  }

  .lg\:border-b-lime-50\/65 {
    border-bottom-color: rgb(247 254 231 / 0.65);
  }

  .lg\:border-b-lime-50\/70 {
    border-bottom-color: rgb(247 254 231 / 0.7);
  }

  .lg\:border-b-lime-50\/75 {
    border-bottom-color: rgb(247 254 231 / 0.75);
  }

  .lg\:border-b-lime-50\/80 {
    border-bottom-color: rgb(247 254 231 / 0.8);
  }

  .lg\:border-b-lime-50\/85 {
    border-bottom-color: rgb(247 254 231 / 0.85);
  }

  .lg\:border-b-lime-50\/90 {
    border-bottom-color: rgb(247 254 231 / 0.9);
  }

  .lg\:border-b-lime-50\/95 {
    border-bottom-color: rgb(247 254 231 / 0.95);
  }

  .lg\:border-b-lime-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity));
  }

  .lg\:border-b-lime-500\/0 {
    border-bottom-color: rgb(132 204 22 / 0);
  }

  .lg\:border-b-lime-500\/10 {
    border-bottom-color: rgb(132 204 22 / 0.1);
  }

  .lg\:border-b-lime-500\/100 {
    border-bottom-color: rgb(132 204 22 / 1);
  }

  .lg\:border-b-lime-500\/15 {
    border-bottom-color: rgb(132 204 22 / 0.15);
  }

  .lg\:border-b-lime-500\/20 {
    border-bottom-color: rgb(132 204 22 / 0.2);
  }

  .lg\:border-b-lime-500\/25 {
    border-bottom-color: rgb(132 204 22 / 0.25);
  }

  .lg\:border-b-lime-500\/30 {
    border-bottom-color: rgb(132 204 22 / 0.3);
  }

  .lg\:border-b-lime-500\/35 {
    border-bottom-color: rgb(132 204 22 / 0.35);
  }

  .lg\:border-b-lime-500\/40 {
    border-bottom-color: rgb(132 204 22 / 0.4);
  }

  .lg\:border-b-lime-500\/45 {
    border-bottom-color: rgb(132 204 22 / 0.45);
  }

  .lg\:border-b-lime-500\/5 {
    border-bottom-color: rgb(132 204 22 / 0.05);
  }

  .lg\:border-b-lime-500\/50 {
    border-bottom-color: rgb(132 204 22 / 0.5);
  }

  .lg\:border-b-lime-500\/55 {
    border-bottom-color: rgb(132 204 22 / 0.55);
  }

  .lg\:border-b-lime-500\/60 {
    border-bottom-color: rgb(132 204 22 / 0.6);
  }

  .lg\:border-b-lime-500\/65 {
    border-bottom-color: rgb(132 204 22 / 0.65);
  }

  .lg\:border-b-lime-500\/70 {
    border-bottom-color: rgb(132 204 22 / 0.7);
  }

  .lg\:border-b-lime-500\/75 {
    border-bottom-color: rgb(132 204 22 / 0.75);
  }

  .lg\:border-b-lime-500\/80 {
    border-bottom-color: rgb(132 204 22 / 0.8);
  }

  .lg\:border-b-lime-500\/85 {
    border-bottom-color: rgb(132 204 22 / 0.85);
  }

  .lg\:border-b-lime-500\/90 {
    border-bottom-color: rgb(132 204 22 / 0.9);
  }

  .lg\:border-b-lime-500\/95 {
    border-bottom-color: rgb(132 204 22 / 0.95);
  }

  .lg\:border-b-lime-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity));
  }

  .lg\:border-b-lime-600\/0 {
    border-bottom-color: rgb(101 163 13 / 0);
  }

  .lg\:border-b-lime-600\/10 {
    border-bottom-color: rgb(101 163 13 / 0.1);
  }

  .lg\:border-b-lime-600\/100 {
    border-bottom-color: rgb(101 163 13 / 1);
  }

  .lg\:border-b-lime-600\/15 {
    border-bottom-color: rgb(101 163 13 / 0.15);
  }

  .lg\:border-b-lime-600\/20 {
    border-bottom-color: rgb(101 163 13 / 0.2);
  }

  .lg\:border-b-lime-600\/25 {
    border-bottom-color: rgb(101 163 13 / 0.25);
  }

  .lg\:border-b-lime-600\/30 {
    border-bottom-color: rgb(101 163 13 / 0.3);
  }

  .lg\:border-b-lime-600\/35 {
    border-bottom-color: rgb(101 163 13 / 0.35);
  }

  .lg\:border-b-lime-600\/40 {
    border-bottom-color: rgb(101 163 13 / 0.4);
  }

  .lg\:border-b-lime-600\/45 {
    border-bottom-color: rgb(101 163 13 / 0.45);
  }

  .lg\:border-b-lime-600\/5 {
    border-bottom-color: rgb(101 163 13 / 0.05);
  }

  .lg\:border-b-lime-600\/50 {
    border-bottom-color: rgb(101 163 13 / 0.5);
  }

  .lg\:border-b-lime-600\/55 {
    border-bottom-color: rgb(101 163 13 / 0.55);
  }

  .lg\:border-b-lime-600\/60 {
    border-bottom-color: rgb(101 163 13 / 0.6);
  }

  .lg\:border-b-lime-600\/65 {
    border-bottom-color: rgb(101 163 13 / 0.65);
  }

  .lg\:border-b-lime-600\/70 {
    border-bottom-color: rgb(101 163 13 / 0.7);
  }

  .lg\:border-b-lime-600\/75 {
    border-bottom-color: rgb(101 163 13 / 0.75);
  }

  .lg\:border-b-lime-600\/80 {
    border-bottom-color: rgb(101 163 13 / 0.8);
  }

  .lg\:border-b-lime-600\/85 {
    border-bottom-color: rgb(101 163 13 / 0.85);
  }

  .lg\:border-b-lime-600\/90 {
    border-bottom-color: rgb(101 163 13 / 0.9);
  }

  .lg\:border-b-lime-600\/95 {
    border-bottom-color: rgb(101 163 13 / 0.95);
  }

  .lg\:border-b-lime-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity));
  }

  .lg\:border-b-lime-700\/0 {
    border-bottom-color: rgb(77 124 15 / 0);
  }

  .lg\:border-b-lime-700\/10 {
    border-bottom-color: rgb(77 124 15 / 0.1);
  }

  .lg\:border-b-lime-700\/100 {
    border-bottom-color: rgb(77 124 15 / 1);
  }

  .lg\:border-b-lime-700\/15 {
    border-bottom-color: rgb(77 124 15 / 0.15);
  }

  .lg\:border-b-lime-700\/20 {
    border-bottom-color: rgb(77 124 15 / 0.2);
  }

  .lg\:border-b-lime-700\/25 {
    border-bottom-color: rgb(77 124 15 / 0.25);
  }

  .lg\:border-b-lime-700\/30 {
    border-bottom-color: rgb(77 124 15 / 0.3);
  }

  .lg\:border-b-lime-700\/35 {
    border-bottom-color: rgb(77 124 15 / 0.35);
  }

  .lg\:border-b-lime-700\/40 {
    border-bottom-color: rgb(77 124 15 / 0.4);
  }

  .lg\:border-b-lime-700\/45 {
    border-bottom-color: rgb(77 124 15 / 0.45);
  }

  .lg\:border-b-lime-700\/5 {
    border-bottom-color: rgb(77 124 15 / 0.05);
  }

  .lg\:border-b-lime-700\/50 {
    border-bottom-color: rgb(77 124 15 / 0.5);
  }

  .lg\:border-b-lime-700\/55 {
    border-bottom-color: rgb(77 124 15 / 0.55);
  }

  .lg\:border-b-lime-700\/60 {
    border-bottom-color: rgb(77 124 15 / 0.6);
  }

  .lg\:border-b-lime-700\/65 {
    border-bottom-color: rgb(77 124 15 / 0.65);
  }

  .lg\:border-b-lime-700\/70 {
    border-bottom-color: rgb(77 124 15 / 0.7);
  }

  .lg\:border-b-lime-700\/75 {
    border-bottom-color: rgb(77 124 15 / 0.75);
  }

  .lg\:border-b-lime-700\/80 {
    border-bottom-color: rgb(77 124 15 / 0.8);
  }

  .lg\:border-b-lime-700\/85 {
    border-bottom-color: rgb(77 124 15 / 0.85);
  }

  .lg\:border-b-lime-700\/90 {
    border-bottom-color: rgb(77 124 15 / 0.9);
  }

  .lg\:border-b-lime-700\/95 {
    border-bottom-color: rgb(77 124 15 / 0.95);
  }

  .lg\:border-b-lime-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity));
  }

  .lg\:border-b-lime-800\/0 {
    border-bottom-color: rgb(63 98 18 / 0);
  }

  .lg\:border-b-lime-800\/10 {
    border-bottom-color: rgb(63 98 18 / 0.1);
  }

  .lg\:border-b-lime-800\/100 {
    border-bottom-color: rgb(63 98 18 / 1);
  }

  .lg\:border-b-lime-800\/15 {
    border-bottom-color: rgb(63 98 18 / 0.15);
  }

  .lg\:border-b-lime-800\/20 {
    border-bottom-color: rgb(63 98 18 / 0.2);
  }

  .lg\:border-b-lime-800\/25 {
    border-bottom-color: rgb(63 98 18 / 0.25);
  }

  .lg\:border-b-lime-800\/30 {
    border-bottom-color: rgb(63 98 18 / 0.3);
  }

  .lg\:border-b-lime-800\/35 {
    border-bottom-color: rgb(63 98 18 / 0.35);
  }

  .lg\:border-b-lime-800\/40 {
    border-bottom-color: rgb(63 98 18 / 0.4);
  }

  .lg\:border-b-lime-800\/45 {
    border-bottom-color: rgb(63 98 18 / 0.45);
  }

  .lg\:border-b-lime-800\/5 {
    border-bottom-color: rgb(63 98 18 / 0.05);
  }

  .lg\:border-b-lime-800\/50 {
    border-bottom-color: rgb(63 98 18 / 0.5);
  }

  .lg\:border-b-lime-800\/55 {
    border-bottom-color: rgb(63 98 18 / 0.55);
  }

  .lg\:border-b-lime-800\/60 {
    border-bottom-color: rgb(63 98 18 / 0.6);
  }

  .lg\:border-b-lime-800\/65 {
    border-bottom-color: rgb(63 98 18 / 0.65);
  }

  .lg\:border-b-lime-800\/70 {
    border-bottom-color: rgb(63 98 18 / 0.7);
  }

  .lg\:border-b-lime-800\/75 {
    border-bottom-color: rgb(63 98 18 / 0.75);
  }

  .lg\:border-b-lime-800\/80 {
    border-bottom-color: rgb(63 98 18 / 0.8);
  }

  .lg\:border-b-lime-800\/85 {
    border-bottom-color: rgb(63 98 18 / 0.85);
  }

  .lg\:border-b-lime-800\/90 {
    border-bottom-color: rgb(63 98 18 / 0.9);
  }

  .lg\:border-b-lime-800\/95 {
    border-bottom-color: rgb(63 98 18 / 0.95);
  }

  .lg\:border-b-lime-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity));
  }

  .lg\:border-b-lime-900\/0 {
    border-bottom-color: rgb(54 83 20 / 0);
  }

  .lg\:border-b-lime-900\/10 {
    border-bottom-color: rgb(54 83 20 / 0.1);
  }

  .lg\:border-b-lime-900\/100 {
    border-bottom-color: rgb(54 83 20 / 1);
  }

  .lg\:border-b-lime-900\/15 {
    border-bottom-color: rgb(54 83 20 / 0.15);
  }

  .lg\:border-b-lime-900\/20 {
    border-bottom-color: rgb(54 83 20 / 0.2);
  }

  .lg\:border-b-lime-900\/25 {
    border-bottom-color: rgb(54 83 20 / 0.25);
  }

  .lg\:border-b-lime-900\/30 {
    border-bottom-color: rgb(54 83 20 / 0.3);
  }

  .lg\:border-b-lime-900\/35 {
    border-bottom-color: rgb(54 83 20 / 0.35);
  }

  .lg\:border-b-lime-900\/40 {
    border-bottom-color: rgb(54 83 20 / 0.4);
  }

  .lg\:border-b-lime-900\/45 {
    border-bottom-color: rgb(54 83 20 / 0.45);
  }

  .lg\:border-b-lime-900\/5 {
    border-bottom-color: rgb(54 83 20 / 0.05);
  }

  .lg\:border-b-lime-900\/50 {
    border-bottom-color: rgb(54 83 20 / 0.5);
  }

  .lg\:border-b-lime-900\/55 {
    border-bottom-color: rgb(54 83 20 / 0.55);
  }

  .lg\:border-b-lime-900\/60 {
    border-bottom-color: rgb(54 83 20 / 0.6);
  }

  .lg\:border-b-lime-900\/65 {
    border-bottom-color: rgb(54 83 20 / 0.65);
  }

  .lg\:border-b-lime-900\/70 {
    border-bottom-color: rgb(54 83 20 / 0.7);
  }

  .lg\:border-b-lime-900\/75 {
    border-bottom-color: rgb(54 83 20 / 0.75);
  }

  .lg\:border-b-lime-900\/80 {
    border-bottom-color: rgb(54 83 20 / 0.8);
  }

  .lg\:border-b-lime-900\/85 {
    border-bottom-color: rgb(54 83 20 / 0.85);
  }

  .lg\:border-b-lime-900\/90 {
    border-bottom-color: rgb(54 83 20 / 0.9);
  }

  .lg\:border-b-lime-900\/95 {
    border-bottom-color: rgb(54 83 20 / 0.95);
  }

  .lg\:border-b-lime-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity));
  }

  .lg\:border-b-lime-950\/0 {
    border-bottom-color: rgb(26 46 5 / 0);
  }

  .lg\:border-b-lime-950\/10 {
    border-bottom-color: rgb(26 46 5 / 0.1);
  }

  .lg\:border-b-lime-950\/100 {
    border-bottom-color: rgb(26 46 5 / 1);
  }

  .lg\:border-b-lime-950\/15 {
    border-bottom-color: rgb(26 46 5 / 0.15);
  }

  .lg\:border-b-lime-950\/20 {
    border-bottom-color: rgb(26 46 5 / 0.2);
  }

  .lg\:border-b-lime-950\/25 {
    border-bottom-color: rgb(26 46 5 / 0.25);
  }

  .lg\:border-b-lime-950\/30 {
    border-bottom-color: rgb(26 46 5 / 0.3);
  }

  .lg\:border-b-lime-950\/35 {
    border-bottom-color: rgb(26 46 5 / 0.35);
  }

  .lg\:border-b-lime-950\/40 {
    border-bottom-color: rgb(26 46 5 / 0.4);
  }

  .lg\:border-b-lime-950\/45 {
    border-bottom-color: rgb(26 46 5 / 0.45);
  }

  .lg\:border-b-lime-950\/5 {
    border-bottom-color: rgb(26 46 5 / 0.05);
  }

  .lg\:border-b-lime-950\/50 {
    border-bottom-color: rgb(26 46 5 / 0.5);
  }

  .lg\:border-b-lime-950\/55 {
    border-bottom-color: rgb(26 46 5 / 0.55);
  }

  .lg\:border-b-lime-950\/60 {
    border-bottom-color: rgb(26 46 5 / 0.6);
  }

  .lg\:border-b-lime-950\/65 {
    border-bottom-color: rgb(26 46 5 / 0.65);
  }

  .lg\:border-b-lime-950\/70 {
    border-bottom-color: rgb(26 46 5 / 0.7);
  }

  .lg\:border-b-lime-950\/75 {
    border-bottom-color: rgb(26 46 5 / 0.75);
  }

  .lg\:border-b-lime-950\/80 {
    border-bottom-color: rgb(26 46 5 / 0.8);
  }

  .lg\:border-b-lime-950\/85 {
    border-bottom-color: rgb(26 46 5 / 0.85);
  }

  .lg\:border-b-lime-950\/90 {
    border-bottom-color: rgb(26 46 5 / 0.9);
  }

  .lg\:border-b-lime-950\/95 {
    border-bottom-color: rgb(26 46 5 / 0.95);
  }

  .lg\:border-b-neutral-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity));
  }

  .lg\:border-b-neutral-100\/0 {
    border-bottom-color: rgb(245 245 245 / 0);
  }

  .lg\:border-b-neutral-100\/10 {
    border-bottom-color: rgb(245 245 245 / 0.1);
  }

  .lg\:border-b-neutral-100\/100 {
    border-bottom-color: rgb(245 245 245 / 1);
  }

  .lg\:border-b-neutral-100\/15 {
    border-bottom-color: rgb(245 245 245 / 0.15);
  }

  .lg\:border-b-neutral-100\/20 {
    border-bottom-color: rgb(245 245 245 / 0.2);
  }

  .lg\:border-b-neutral-100\/25 {
    border-bottom-color: rgb(245 245 245 / 0.25);
  }

  .lg\:border-b-neutral-100\/30 {
    border-bottom-color: rgb(245 245 245 / 0.3);
  }

  .lg\:border-b-neutral-100\/35 {
    border-bottom-color: rgb(245 245 245 / 0.35);
  }

  .lg\:border-b-neutral-100\/40 {
    border-bottom-color: rgb(245 245 245 / 0.4);
  }

  .lg\:border-b-neutral-100\/45 {
    border-bottom-color: rgb(245 245 245 / 0.45);
  }

  .lg\:border-b-neutral-100\/5 {
    border-bottom-color: rgb(245 245 245 / 0.05);
  }

  .lg\:border-b-neutral-100\/50 {
    border-bottom-color: rgb(245 245 245 / 0.5);
  }

  .lg\:border-b-neutral-100\/55 {
    border-bottom-color: rgb(245 245 245 / 0.55);
  }

  .lg\:border-b-neutral-100\/60 {
    border-bottom-color: rgb(245 245 245 / 0.6);
  }

  .lg\:border-b-neutral-100\/65 {
    border-bottom-color: rgb(245 245 245 / 0.65);
  }

  .lg\:border-b-neutral-100\/70 {
    border-bottom-color: rgb(245 245 245 / 0.7);
  }

  .lg\:border-b-neutral-100\/75 {
    border-bottom-color: rgb(245 245 245 / 0.75);
  }

  .lg\:border-b-neutral-100\/80 {
    border-bottom-color: rgb(245 245 245 / 0.8);
  }

  .lg\:border-b-neutral-100\/85 {
    border-bottom-color: rgb(245 245 245 / 0.85);
  }

  .lg\:border-b-neutral-100\/90 {
    border-bottom-color: rgb(245 245 245 / 0.9);
  }

  .lg\:border-b-neutral-100\/95 {
    border-bottom-color: rgb(245 245 245 / 0.95);
  }

  .lg\:border-b-neutral-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity));
  }

  .lg\:border-b-neutral-200\/0 {
    border-bottom-color: rgb(229 229 229 / 0);
  }

  .lg\:border-b-neutral-200\/10 {
    border-bottom-color: rgb(229 229 229 / 0.1);
  }

  .lg\:border-b-neutral-200\/100 {
    border-bottom-color: rgb(229 229 229 / 1);
  }

  .lg\:border-b-neutral-200\/15 {
    border-bottom-color: rgb(229 229 229 / 0.15);
  }

  .lg\:border-b-neutral-200\/20 {
    border-bottom-color: rgb(229 229 229 / 0.2);
  }

  .lg\:border-b-neutral-200\/25 {
    border-bottom-color: rgb(229 229 229 / 0.25);
  }

  .lg\:border-b-neutral-200\/30 {
    border-bottom-color: rgb(229 229 229 / 0.3);
  }

  .lg\:border-b-neutral-200\/35 {
    border-bottom-color: rgb(229 229 229 / 0.35);
  }

  .lg\:border-b-neutral-200\/40 {
    border-bottom-color: rgb(229 229 229 / 0.4);
  }

  .lg\:border-b-neutral-200\/45 {
    border-bottom-color: rgb(229 229 229 / 0.45);
  }

  .lg\:border-b-neutral-200\/5 {
    border-bottom-color: rgb(229 229 229 / 0.05);
  }

  .lg\:border-b-neutral-200\/50 {
    border-bottom-color: rgb(229 229 229 / 0.5);
  }

  .lg\:border-b-neutral-200\/55 {
    border-bottom-color: rgb(229 229 229 / 0.55);
  }

  .lg\:border-b-neutral-200\/60 {
    border-bottom-color: rgb(229 229 229 / 0.6);
  }

  .lg\:border-b-neutral-200\/65 {
    border-bottom-color: rgb(229 229 229 / 0.65);
  }

  .lg\:border-b-neutral-200\/70 {
    border-bottom-color: rgb(229 229 229 / 0.7);
  }

  .lg\:border-b-neutral-200\/75 {
    border-bottom-color: rgb(229 229 229 / 0.75);
  }

  .lg\:border-b-neutral-200\/80 {
    border-bottom-color: rgb(229 229 229 / 0.8);
  }

  .lg\:border-b-neutral-200\/85 {
    border-bottom-color: rgb(229 229 229 / 0.85);
  }

  .lg\:border-b-neutral-200\/90 {
    border-bottom-color: rgb(229 229 229 / 0.9);
  }

  .lg\:border-b-neutral-200\/95 {
    border-bottom-color: rgb(229 229 229 / 0.95);
  }

  .lg\:border-b-neutral-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity));
  }

  .lg\:border-b-neutral-300\/0 {
    border-bottom-color: rgb(212 212 212 / 0);
  }

  .lg\:border-b-neutral-300\/10 {
    border-bottom-color: rgb(212 212 212 / 0.1);
  }

  .lg\:border-b-neutral-300\/100 {
    border-bottom-color: rgb(212 212 212 / 1);
  }

  .lg\:border-b-neutral-300\/15 {
    border-bottom-color: rgb(212 212 212 / 0.15);
  }

  .lg\:border-b-neutral-300\/20 {
    border-bottom-color: rgb(212 212 212 / 0.2);
  }

  .lg\:border-b-neutral-300\/25 {
    border-bottom-color: rgb(212 212 212 / 0.25);
  }

  .lg\:border-b-neutral-300\/30 {
    border-bottom-color: rgb(212 212 212 / 0.3);
  }

  .lg\:border-b-neutral-300\/35 {
    border-bottom-color: rgb(212 212 212 / 0.35);
  }

  .lg\:border-b-neutral-300\/40 {
    border-bottom-color: rgb(212 212 212 / 0.4);
  }

  .lg\:border-b-neutral-300\/45 {
    border-bottom-color: rgb(212 212 212 / 0.45);
  }

  .lg\:border-b-neutral-300\/5 {
    border-bottom-color: rgb(212 212 212 / 0.05);
  }

  .lg\:border-b-neutral-300\/50 {
    border-bottom-color: rgb(212 212 212 / 0.5);
  }

  .lg\:border-b-neutral-300\/55 {
    border-bottom-color: rgb(212 212 212 / 0.55);
  }

  .lg\:border-b-neutral-300\/60 {
    border-bottom-color: rgb(212 212 212 / 0.6);
  }

  .lg\:border-b-neutral-300\/65 {
    border-bottom-color: rgb(212 212 212 / 0.65);
  }

  .lg\:border-b-neutral-300\/70 {
    border-bottom-color: rgb(212 212 212 / 0.7);
  }

  .lg\:border-b-neutral-300\/75 {
    border-bottom-color: rgb(212 212 212 / 0.75);
  }

  .lg\:border-b-neutral-300\/80 {
    border-bottom-color: rgb(212 212 212 / 0.8);
  }

  .lg\:border-b-neutral-300\/85 {
    border-bottom-color: rgb(212 212 212 / 0.85);
  }

  .lg\:border-b-neutral-300\/90 {
    border-bottom-color: rgb(212 212 212 / 0.9);
  }

  .lg\:border-b-neutral-300\/95 {
    border-bottom-color: rgb(212 212 212 / 0.95);
  }

  .lg\:border-b-neutral-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity));
  }

  .lg\:border-b-neutral-400\/0 {
    border-bottom-color: rgb(163 163 163 / 0);
  }

  .lg\:border-b-neutral-400\/10 {
    border-bottom-color: rgb(163 163 163 / 0.1);
  }

  .lg\:border-b-neutral-400\/100 {
    border-bottom-color: rgb(163 163 163 / 1);
  }

  .lg\:border-b-neutral-400\/15 {
    border-bottom-color: rgb(163 163 163 / 0.15);
  }

  .lg\:border-b-neutral-400\/20 {
    border-bottom-color: rgb(163 163 163 / 0.2);
  }

  .lg\:border-b-neutral-400\/25 {
    border-bottom-color: rgb(163 163 163 / 0.25);
  }

  .lg\:border-b-neutral-400\/30 {
    border-bottom-color: rgb(163 163 163 / 0.3);
  }

  .lg\:border-b-neutral-400\/35 {
    border-bottom-color: rgb(163 163 163 / 0.35);
  }

  .lg\:border-b-neutral-400\/40 {
    border-bottom-color: rgb(163 163 163 / 0.4);
  }

  .lg\:border-b-neutral-400\/45 {
    border-bottom-color: rgb(163 163 163 / 0.45);
  }

  .lg\:border-b-neutral-400\/5 {
    border-bottom-color: rgb(163 163 163 / 0.05);
  }

  .lg\:border-b-neutral-400\/50 {
    border-bottom-color: rgb(163 163 163 / 0.5);
  }

  .lg\:border-b-neutral-400\/55 {
    border-bottom-color: rgb(163 163 163 / 0.55);
  }

  .lg\:border-b-neutral-400\/60 {
    border-bottom-color: rgb(163 163 163 / 0.6);
  }

  .lg\:border-b-neutral-400\/65 {
    border-bottom-color: rgb(163 163 163 / 0.65);
  }

  .lg\:border-b-neutral-400\/70 {
    border-bottom-color: rgb(163 163 163 / 0.7);
  }

  .lg\:border-b-neutral-400\/75 {
    border-bottom-color: rgb(163 163 163 / 0.75);
  }

  .lg\:border-b-neutral-400\/80 {
    border-bottom-color: rgb(163 163 163 / 0.8);
  }

  .lg\:border-b-neutral-400\/85 {
    border-bottom-color: rgb(163 163 163 / 0.85);
  }

  .lg\:border-b-neutral-400\/90 {
    border-bottom-color: rgb(163 163 163 / 0.9);
  }

  .lg\:border-b-neutral-400\/95 {
    border-bottom-color: rgb(163 163 163 / 0.95);
  }

  .lg\:border-b-neutral-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .lg\:border-b-neutral-50\/0 {
    border-bottom-color: rgb(250 250 250 / 0);
  }

  .lg\:border-b-neutral-50\/10 {
    border-bottom-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-b-neutral-50\/100 {
    border-bottom-color: rgb(250 250 250 / 1);
  }

  .lg\:border-b-neutral-50\/15 {
    border-bottom-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-b-neutral-50\/20 {
    border-bottom-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-b-neutral-50\/25 {
    border-bottom-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-b-neutral-50\/30 {
    border-bottom-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-b-neutral-50\/35 {
    border-bottom-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-b-neutral-50\/40 {
    border-bottom-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-b-neutral-50\/45 {
    border-bottom-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-b-neutral-50\/5 {
    border-bottom-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-b-neutral-50\/50 {
    border-bottom-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-b-neutral-50\/55 {
    border-bottom-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-b-neutral-50\/60 {
    border-bottom-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-b-neutral-50\/65 {
    border-bottom-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-b-neutral-50\/70 {
    border-bottom-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-b-neutral-50\/75 {
    border-bottom-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-b-neutral-50\/80 {
    border-bottom-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-b-neutral-50\/85 {
    border-bottom-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-b-neutral-50\/90 {
    border-bottom-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-b-neutral-50\/95 {
    border-bottom-color: rgb(250 250 250 / 0.95);
  }

  .lg\:border-b-neutral-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity));
  }

  .lg\:border-b-neutral-500\/0 {
    border-bottom-color: rgb(115 115 115 / 0);
  }

  .lg\:border-b-neutral-500\/10 {
    border-bottom-color: rgb(115 115 115 / 0.1);
  }

  .lg\:border-b-neutral-500\/100 {
    border-bottom-color: rgb(115 115 115 / 1);
  }

  .lg\:border-b-neutral-500\/15 {
    border-bottom-color: rgb(115 115 115 / 0.15);
  }

  .lg\:border-b-neutral-500\/20 {
    border-bottom-color: rgb(115 115 115 / 0.2);
  }

  .lg\:border-b-neutral-500\/25 {
    border-bottom-color: rgb(115 115 115 / 0.25);
  }

  .lg\:border-b-neutral-500\/30 {
    border-bottom-color: rgb(115 115 115 / 0.3);
  }

  .lg\:border-b-neutral-500\/35 {
    border-bottom-color: rgb(115 115 115 / 0.35);
  }

  .lg\:border-b-neutral-500\/40 {
    border-bottom-color: rgb(115 115 115 / 0.4);
  }

  .lg\:border-b-neutral-500\/45 {
    border-bottom-color: rgb(115 115 115 / 0.45);
  }

  .lg\:border-b-neutral-500\/5 {
    border-bottom-color: rgb(115 115 115 / 0.05);
  }

  .lg\:border-b-neutral-500\/50 {
    border-bottom-color: rgb(115 115 115 / 0.5);
  }

  .lg\:border-b-neutral-500\/55 {
    border-bottom-color: rgb(115 115 115 / 0.55);
  }

  .lg\:border-b-neutral-500\/60 {
    border-bottom-color: rgb(115 115 115 / 0.6);
  }

  .lg\:border-b-neutral-500\/65 {
    border-bottom-color: rgb(115 115 115 / 0.65);
  }

  .lg\:border-b-neutral-500\/70 {
    border-bottom-color: rgb(115 115 115 / 0.7);
  }

  .lg\:border-b-neutral-500\/75 {
    border-bottom-color: rgb(115 115 115 / 0.75);
  }

  .lg\:border-b-neutral-500\/80 {
    border-bottom-color: rgb(115 115 115 / 0.8);
  }

  .lg\:border-b-neutral-500\/85 {
    border-bottom-color: rgb(115 115 115 / 0.85);
  }

  .lg\:border-b-neutral-500\/90 {
    border-bottom-color: rgb(115 115 115 / 0.9);
  }

  .lg\:border-b-neutral-500\/95 {
    border-bottom-color: rgb(115 115 115 / 0.95);
  }

  .lg\:border-b-neutral-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity));
  }

  .lg\:border-b-neutral-600\/0 {
    border-bottom-color: rgb(82 82 82 / 0);
  }

  .lg\:border-b-neutral-600\/10 {
    border-bottom-color: rgb(82 82 82 / 0.1);
  }

  .lg\:border-b-neutral-600\/100 {
    border-bottom-color: rgb(82 82 82 / 1);
  }

  .lg\:border-b-neutral-600\/15 {
    border-bottom-color: rgb(82 82 82 / 0.15);
  }

  .lg\:border-b-neutral-600\/20 {
    border-bottom-color: rgb(82 82 82 / 0.2);
  }

  .lg\:border-b-neutral-600\/25 {
    border-bottom-color: rgb(82 82 82 / 0.25);
  }

  .lg\:border-b-neutral-600\/30 {
    border-bottom-color: rgb(82 82 82 / 0.3);
  }

  .lg\:border-b-neutral-600\/35 {
    border-bottom-color: rgb(82 82 82 / 0.35);
  }

  .lg\:border-b-neutral-600\/40 {
    border-bottom-color: rgb(82 82 82 / 0.4);
  }

  .lg\:border-b-neutral-600\/45 {
    border-bottom-color: rgb(82 82 82 / 0.45);
  }

  .lg\:border-b-neutral-600\/5 {
    border-bottom-color: rgb(82 82 82 / 0.05);
  }

  .lg\:border-b-neutral-600\/50 {
    border-bottom-color: rgb(82 82 82 / 0.5);
  }

  .lg\:border-b-neutral-600\/55 {
    border-bottom-color: rgb(82 82 82 / 0.55);
  }

  .lg\:border-b-neutral-600\/60 {
    border-bottom-color: rgb(82 82 82 / 0.6);
  }

  .lg\:border-b-neutral-600\/65 {
    border-bottom-color: rgb(82 82 82 / 0.65);
  }

  .lg\:border-b-neutral-600\/70 {
    border-bottom-color: rgb(82 82 82 / 0.7);
  }

  .lg\:border-b-neutral-600\/75 {
    border-bottom-color: rgb(82 82 82 / 0.75);
  }

  .lg\:border-b-neutral-600\/80 {
    border-bottom-color: rgb(82 82 82 / 0.8);
  }

  .lg\:border-b-neutral-600\/85 {
    border-bottom-color: rgb(82 82 82 / 0.85);
  }

  .lg\:border-b-neutral-600\/90 {
    border-bottom-color: rgb(82 82 82 / 0.9);
  }

  .lg\:border-b-neutral-600\/95 {
    border-bottom-color: rgb(82 82 82 / 0.95);
  }

  .lg\:border-b-neutral-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity));
  }

  .lg\:border-b-neutral-700\/0 {
    border-bottom-color: rgb(64 64 64 / 0);
  }

  .lg\:border-b-neutral-700\/10 {
    border-bottom-color: rgb(64 64 64 / 0.1);
  }

  .lg\:border-b-neutral-700\/100 {
    border-bottom-color: rgb(64 64 64 / 1);
  }

  .lg\:border-b-neutral-700\/15 {
    border-bottom-color: rgb(64 64 64 / 0.15);
  }

  .lg\:border-b-neutral-700\/20 {
    border-bottom-color: rgb(64 64 64 / 0.2);
  }

  .lg\:border-b-neutral-700\/25 {
    border-bottom-color: rgb(64 64 64 / 0.25);
  }

  .lg\:border-b-neutral-700\/30 {
    border-bottom-color: rgb(64 64 64 / 0.3);
  }

  .lg\:border-b-neutral-700\/35 {
    border-bottom-color: rgb(64 64 64 / 0.35);
  }

  .lg\:border-b-neutral-700\/40 {
    border-bottom-color: rgb(64 64 64 / 0.4);
  }

  .lg\:border-b-neutral-700\/45 {
    border-bottom-color: rgb(64 64 64 / 0.45);
  }

  .lg\:border-b-neutral-700\/5 {
    border-bottom-color: rgb(64 64 64 / 0.05);
  }

  .lg\:border-b-neutral-700\/50 {
    border-bottom-color: rgb(64 64 64 / 0.5);
  }

  .lg\:border-b-neutral-700\/55 {
    border-bottom-color: rgb(64 64 64 / 0.55);
  }

  .lg\:border-b-neutral-700\/60 {
    border-bottom-color: rgb(64 64 64 / 0.6);
  }

  .lg\:border-b-neutral-700\/65 {
    border-bottom-color: rgb(64 64 64 / 0.65);
  }

  .lg\:border-b-neutral-700\/70 {
    border-bottom-color: rgb(64 64 64 / 0.7);
  }

  .lg\:border-b-neutral-700\/75 {
    border-bottom-color: rgb(64 64 64 / 0.75);
  }

  .lg\:border-b-neutral-700\/80 {
    border-bottom-color: rgb(64 64 64 / 0.8);
  }

  .lg\:border-b-neutral-700\/85 {
    border-bottom-color: rgb(64 64 64 / 0.85);
  }

  .lg\:border-b-neutral-700\/90 {
    border-bottom-color: rgb(64 64 64 / 0.9);
  }

  .lg\:border-b-neutral-700\/95 {
    border-bottom-color: rgb(64 64 64 / 0.95);
  }

  .lg\:border-b-neutral-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity));
  }

  .lg\:border-b-neutral-800\/0 {
    border-bottom-color: rgb(38 38 38 / 0);
  }

  .lg\:border-b-neutral-800\/10 {
    border-bottom-color: rgb(38 38 38 / 0.1);
  }

  .lg\:border-b-neutral-800\/100 {
    border-bottom-color: rgb(38 38 38 / 1);
  }

  .lg\:border-b-neutral-800\/15 {
    border-bottom-color: rgb(38 38 38 / 0.15);
  }

  .lg\:border-b-neutral-800\/20 {
    border-bottom-color: rgb(38 38 38 / 0.2);
  }

  .lg\:border-b-neutral-800\/25 {
    border-bottom-color: rgb(38 38 38 / 0.25);
  }

  .lg\:border-b-neutral-800\/30 {
    border-bottom-color: rgb(38 38 38 / 0.3);
  }

  .lg\:border-b-neutral-800\/35 {
    border-bottom-color: rgb(38 38 38 / 0.35);
  }

  .lg\:border-b-neutral-800\/40 {
    border-bottom-color: rgb(38 38 38 / 0.4);
  }

  .lg\:border-b-neutral-800\/45 {
    border-bottom-color: rgb(38 38 38 / 0.45);
  }

  .lg\:border-b-neutral-800\/5 {
    border-bottom-color: rgb(38 38 38 / 0.05);
  }

  .lg\:border-b-neutral-800\/50 {
    border-bottom-color: rgb(38 38 38 / 0.5);
  }

  .lg\:border-b-neutral-800\/55 {
    border-bottom-color: rgb(38 38 38 / 0.55);
  }

  .lg\:border-b-neutral-800\/60 {
    border-bottom-color: rgb(38 38 38 / 0.6);
  }

  .lg\:border-b-neutral-800\/65 {
    border-bottom-color: rgb(38 38 38 / 0.65);
  }

  .lg\:border-b-neutral-800\/70 {
    border-bottom-color: rgb(38 38 38 / 0.7);
  }

  .lg\:border-b-neutral-800\/75 {
    border-bottom-color: rgb(38 38 38 / 0.75);
  }

  .lg\:border-b-neutral-800\/80 {
    border-bottom-color: rgb(38 38 38 / 0.8);
  }

  .lg\:border-b-neutral-800\/85 {
    border-bottom-color: rgb(38 38 38 / 0.85);
  }

  .lg\:border-b-neutral-800\/90 {
    border-bottom-color: rgb(38 38 38 / 0.9);
  }

  .lg\:border-b-neutral-800\/95 {
    border-bottom-color: rgb(38 38 38 / 0.95);
  }

  .lg\:border-b-neutral-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity));
  }

  .lg\:border-b-neutral-900\/0 {
    border-bottom-color: rgb(23 23 23 / 0);
  }

  .lg\:border-b-neutral-900\/10 {
    border-bottom-color: rgb(23 23 23 / 0.1);
  }

  .lg\:border-b-neutral-900\/100 {
    border-bottom-color: rgb(23 23 23 / 1);
  }

  .lg\:border-b-neutral-900\/15 {
    border-bottom-color: rgb(23 23 23 / 0.15);
  }

  .lg\:border-b-neutral-900\/20 {
    border-bottom-color: rgb(23 23 23 / 0.2);
  }

  .lg\:border-b-neutral-900\/25 {
    border-bottom-color: rgb(23 23 23 / 0.25);
  }

  .lg\:border-b-neutral-900\/30 {
    border-bottom-color: rgb(23 23 23 / 0.3);
  }

  .lg\:border-b-neutral-900\/35 {
    border-bottom-color: rgb(23 23 23 / 0.35);
  }

  .lg\:border-b-neutral-900\/40 {
    border-bottom-color: rgb(23 23 23 / 0.4);
  }

  .lg\:border-b-neutral-900\/45 {
    border-bottom-color: rgb(23 23 23 / 0.45);
  }

  .lg\:border-b-neutral-900\/5 {
    border-bottom-color: rgb(23 23 23 / 0.05);
  }

  .lg\:border-b-neutral-900\/50 {
    border-bottom-color: rgb(23 23 23 / 0.5);
  }

  .lg\:border-b-neutral-900\/55 {
    border-bottom-color: rgb(23 23 23 / 0.55);
  }

  .lg\:border-b-neutral-900\/60 {
    border-bottom-color: rgb(23 23 23 / 0.6);
  }

  .lg\:border-b-neutral-900\/65 {
    border-bottom-color: rgb(23 23 23 / 0.65);
  }

  .lg\:border-b-neutral-900\/70 {
    border-bottom-color: rgb(23 23 23 / 0.7);
  }

  .lg\:border-b-neutral-900\/75 {
    border-bottom-color: rgb(23 23 23 / 0.75);
  }

  .lg\:border-b-neutral-900\/80 {
    border-bottom-color: rgb(23 23 23 / 0.8);
  }

  .lg\:border-b-neutral-900\/85 {
    border-bottom-color: rgb(23 23 23 / 0.85);
  }

  .lg\:border-b-neutral-900\/90 {
    border-bottom-color: rgb(23 23 23 / 0.9);
  }

  .lg\:border-b-neutral-900\/95 {
    border-bottom-color: rgb(23 23 23 / 0.95);
  }

  .lg\:border-b-neutral-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity));
  }

  .lg\:border-b-neutral-950\/0 {
    border-bottom-color: rgb(10 10 10 / 0);
  }

  .lg\:border-b-neutral-950\/10 {
    border-bottom-color: rgb(10 10 10 / 0.1);
  }

  .lg\:border-b-neutral-950\/100 {
    border-bottom-color: rgb(10 10 10 / 1);
  }

  .lg\:border-b-neutral-950\/15 {
    border-bottom-color: rgb(10 10 10 / 0.15);
  }

  .lg\:border-b-neutral-950\/20 {
    border-bottom-color: rgb(10 10 10 / 0.2);
  }

  .lg\:border-b-neutral-950\/25 {
    border-bottom-color: rgb(10 10 10 / 0.25);
  }

  .lg\:border-b-neutral-950\/30 {
    border-bottom-color: rgb(10 10 10 / 0.3);
  }

  .lg\:border-b-neutral-950\/35 {
    border-bottom-color: rgb(10 10 10 / 0.35);
  }

  .lg\:border-b-neutral-950\/40 {
    border-bottom-color: rgb(10 10 10 / 0.4);
  }

  .lg\:border-b-neutral-950\/45 {
    border-bottom-color: rgb(10 10 10 / 0.45);
  }

  .lg\:border-b-neutral-950\/5 {
    border-bottom-color: rgb(10 10 10 / 0.05);
  }

  .lg\:border-b-neutral-950\/50 {
    border-bottom-color: rgb(10 10 10 / 0.5);
  }

  .lg\:border-b-neutral-950\/55 {
    border-bottom-color: rgb(10 10 10 / 0.55);
  }

  .lg\:border-b-neutral-950\/60 {
    border-bottom-color: rgb(10 10 10 / 0.6);
  }

  .lg\:border-b-neutral-950\/65 {
    border-bottom-color: rgb(10 10 10 / 0.65);
  }

  .lg\:border-b-neutral-950\/70 {
    border-bottom-color: rgb(10 10 10 / 0.7);
  }

  .lg\:border-b-neutral-950\/75 {
    border-bottom-color: rgb(10 10 10 / 0.75);
  }

  .lg\:border-b-neutral-950\/80 {
    border-bottom-color: rgb(10 10 10 / 0.8);
  }

  .lg\:border-b-neutral-950\/85 {
    border-bottom-color: rgb(10 10 10 / 0.85);
  }

  .lg\:border-b-neutral-950\/90 {
    border-bottom-color: rgb(10 10 10 / 0.9);
  }

  .lg\:border-b-neutral-950\/95 {
    border-bottom-color: rgb(10 10 10 / 0.95);
  }

  .lg\:border-b-orange-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity));
  }

  .lg\:border-b-orange-100\/0 {
    border-bottom-color: rgb(255 237 213 / 0);
  }

  .lg\:border-b-orange-100\/10 {
    border-bottom-color: rgb(255 237 213 / 0.1);
  }

  .lg\:border-b-orange-100\/100 {
    border-bottom-color: rgb(255 237 213 / 1);
  }

  .lg\:border-b-orange-100\/15 {
    border-bottom-color: rgb(255 237 213 / 0.15);
  }

  .lg\:border-b-orange-100\/20 {
    border-bottom-color: rgb(255 237 213 / 0.2);
  }

  .lg\:border-b-orange-100\/25 {
    border-bottom-color: rgb(255 237 213 / 0.25);
  }

  .lg\:border-b-orange-100\/30 {
    border-bottom-color: rgb(255 237 213 / 0.3);
  }

  .lg\:border-b-orange-100\/35 {
    border-bottom-color: rgb(255 237 213 / 0.35);
  }

  .lg\:border-b-orange-100\/40 {
    border-bottom-color: rgb(255 237 213 / 0.4);
  }

  .lg\:border-b-orange-100\/45 {
    border-bottom-color: rgb(255 237 213 / 0.45);
  }

  .lg\:border-b-orange-100\/5 {
    border-bottom-color: rgb(255 237 213 / 0.05);
  }

  .lg\:border-b-orange-100\/50 {
    border-bottom-color: rgb(255 237 213 / 0.5);
  }

  .lg\:border-b-orange-100\/55 {
    border-bottom-color: rgb(255 237 213 / 0.55);
  }

  .lg\:border-b-orange-100\/60 {
    border-bottom-color: rgb(255 237 213 / 0.6);
  }

  .lg\:border-b-orange-100\/65 {
    border-bottom-color: rgb(255 237 213 / 0.65);
  }

  .lg\:border-b-orange-100\/70 {
    border-bottom-color: rgb(255 237 213 / 0.7);
  }

  .lg\:border-b-orange-100\/75 {
    border-bottom-color: rgb(255 237 213 / 0.75);
  }

  .lg\:border-b-orange-100\/80 {
    border-bottom-color: rgb(255 237 213 / 0.8);
  }

  .lg\:border-b-orange-100\/85 {
    border-bottom-color: rgb(255 237 213 / 0.85);
  }

  .lg\:border-b-orange-100\/90 {
    border-bottom-color: rgb(255 237 213 / 0.9);
  }

  .lg\:border-b-orange-100\/95 {
    border-bottom-color: rgb(255 237 213 / 0.95);
  }

  .lg\:border-b-orange-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity));
  }

  .lg\:border-b-orange-200\/0 {
    border-bottom-color: rgb(254 215 170 / 0);
  }

  .lg\:border-b-orange-200\/10 {
    border-bottom-color: rgb(254 215 170 / 0.1);
  }

  .lg\:border-b-orange-200\/100 {
    border-bottom-color: rgb(254 215 170 / 1);
  }

  .lg\:border-b-orange-200\/15 {
    border-bottom-color: rgb(254 215 170 / 0.15);
  }

  .lg\:border-b-orange-200\/20 {
    border-bottom-color: rgb(254 215 170 / 0.2);
  }

  .lg\:border-b-orange-200\/25 {
    border-bottom-color: rgb(254 215 170 / 0.25);
  }

  .lg\:border-b-orange-200\/30 {
    border-bottom-color: rgb(254 215 170 / 0.3);
  }

  .lg\:border-b-orange-200\/35 {
    border-bottom-color: rgb(254 215 170 / 0.35);
  }

  .lg\:border-b-orange-200\/40 {
    border-bottom-color: rgb(254 215 170 / 0.4);
  }

  .lg\:border-b-orange-200\/45 {
    border-bottom-color: rgb(254 215 170 / 0.45);
  }

  .lg\:border-b-orange-200\/5 {
    border-bottom-color: rgb(254 215 170 / 0.05);
  }

  .lg\:border-b-orange-200\/50 {
    border-bottom-color: rgb(254 215 170 / 0.5);
  }

  .lg\:border-b-orange-200\/55 {
    border-bottom-color: rgb(254 215 170 / 0.55);
  }

  .lg\:border-b-orange-200\/60 {
    border-bottom-color: rgb(254 215 170 / 0.6);
  }

  .lg\:border-b-orange-200\/65 {
    border-bottom-color: rgb(254 215 170 / 0.65);
  }

  .lg\:border-b-orange-200\/70 {
    border-bottom-color: rgb(254 215 170 / 0.7);
  }

  .lg\:border-b-orange-200\/75 {
    border-bottom-color: rgb(254 215 170 / 0.75);
  }

  .lg\:border-b-orange-200\/80 {
    border-bottom-color: rgb(254 215 170 / 0.8);
  }

  .lg\:border-b-orange-200\/85 {
    border-bottom-color: rgb(254 215 170 / 0.85);
  }

  .lg\:border-b-orange-200\/90 {
    border-bottom-color: rgb(254 215 170 / 0.9);
  }

  .lg\:border-b-orange-200\/95 {
    border-bottom-color: rgb(254 215 170 / 0.95);
  }

  .lg\:border-b-orange-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity));
  }

  .lg\:border-b-orange-300\/0 {
    border-bottom-color: rgb(253 186 116 / 0);
  }

  .lg\:border-b-orange-300\/10 {
    border-bottom-color: rgb(253 186 116 / 0.1);
  }

  .lg\:border-b-orange-300\/100 {
    border-bottom-color: rgb(253 186 116 / 1);
  }

  .lg\:border-b-orange-300\/15 {
    border-bottom-color: rgb(253 186 116 / 0.15);
  }

  .lg\:border-b-orange-300\/20 {
    border-bottom-color: rgb(253 186 116 / 0.2);
  }

  .lg\:border-b-orange-300\/25 {
    border-bottom-color: rgb(253 186 116 / 0.25);
  }

  .lg\:border-b-orange-300\/30 {
    border-bottom-color: rgb(253 186 116 / 0.3);
  }

  .lg\:border-b-orange-300\/35 {
    border-bottom-color: rgb(253 186 116 / 0.35);
  }

  .lg\:border-b-orange-300\/40 {
    border-bottom-color: rgb(253 186 116 / 0.4);
  }

  .lg\:border-b-orange-300\/45 {
    border-bottom-color: rgb(253 186 116 / 0.45);
  }

  .lg\:border-b-orange-300\/5 {
    border-bottom-color: rgb(253 186 116 / 0.05);
  }

  .lg\:border-b-orange-300\/50 {
    border-bottom-color: rgb(253 186 116 / 0.5);
  }

  .lg\:border-b-orange-300\/55 {
    border-bottom-color: rgb(253 186 116 / 0.55);
  }

  .lg\:border-b-orange-300\/60 {
    border-bottom-color: rgb(253 186 116 / 0.6);
  }

  .lg\:border-b-orange-300\/65 {
    border-bottom-color: rgb(253 186 116 / 0.65);
  }

  .lg\:border-b-orange-300\/70 {
    border-bottom-color: rgb(253 186 116 / 0.7);
  }

  .lg\:border-b-orange-300\/75 {
    border-bottom-color: rgb(253 186 116 / 0.75);
  }

  .lg\:border-b-orange-300\/80 {
    border-bottom-color: rgb(253 186 116 / 0.8);
  }

  .lg\:border-b-orange-300\/85 {
    border-bottom-color: rgb(253 186 116 / 0.85);
  }

  .lg\:border-b-orange-300\/90 {
    border-bottom-color: rgb(253 186 116 / 0.9);
  }

  .lg\:border-b-orange-300\/95 {
    border-bottom-color: rgb(253 186 116 / 0.95);
  }

  .lg\:border-b-orange-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity));
  }

  .lg\:border-b-orange-400\/0 {
    border-bottom-color: rgb(251 146 60 / 0);
  }

  .lg\:border-b-orange-400\/10 {
    border-bottom-color: rgb(251 146 60 / 0.1);
  }

  .lg\:border-b-orange-400\/100 {
    border-bottom-color: rgb(251 146 60 / 1);
  }

  .lg\:border-b-orange-400\/15 {
    border-bottom-color: rgb(251 146 60 / 0.15);
  }

  .lg\:border-b-orange-400\/20 {
    border-bottom-color: rgb(251 146 60 / 0.2);
  }

  .lg\:border-b-orange-400\/25 {
    border-bottom-color: rgb(251 146 60 / 0.25);
  }

  .lg\:border-b-orange-400\/30 {
    border-bottom-color: rgb(251 146 60 / 0.3);
  }

  .lg\:border-b-orange-400\/35 {
    border-bottom-color: rgb(251 146 60 / 0.35);
  }

  .lg\:border-b-orange-400\/40 {
    border-bottom-color: rgb(251 146 60 / 0.4);
  }

  .lg\:border-b-orange-400\/45 {
    border-bottom-color: rgb(251 146 60 / 0.45);
  }

  .lg\:border-b-orange-400\/5 {
    border-bottom-color: rgb(251 146 60 / 0.05);
  }

  .lg\:border-b-orange-400\/50 {
    border-bottom-color: rgb(251 146 60 / 0.5);
  }

  .lg\:border-b-orange-400\/55 {
    border-bottom-color: rgb(251 146 60 / 0.55);
  }

  .lg\:border-b-orange-400\/60 {
    border-bottom-color: rgb(251 146 60 / 0.6);
  }

  .lg\:border-b-orange-400\/65 {
    border-bottom-color: rgb(251 146 60 / 0.65);
  }

  .lg\:border-b-orange-400\/70 {
    border-bottom-color: rgb(251 146 60 / 0.7);
  }

  .lg\:border-b-orange-400\/75 {
    border-bottom-color: rgb(251 146 60 / 0.75);
  }

  .lg\:border-b-orange-400\/80 {
    border-bottom-color: rgb(251 146 60 / 0.8);
  }

  .lg\:border-b-orange-400\/85 {
    border-bottom-color: rgb(251 146 60 / 0.85);
  }

  .lg\:border-b-orange-400\/90 {
    border-bottom-color: rgb(251 146 60 / 0.9);
  }

  .lg\:border-b-orange-400\/95 {
    border-bottom-color: rgb(251 146 60 / 0.95);
  }

  .lg\:border-b-orange-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity));
  }

  .lg\:border-b-orange-50\/0 {
    border-bottom-color: rgb(255 247 237 / 0);
  }

  .lg\:border-b-orange-50\/10 {
    border-bottom-color: rgb(255 247 237 / 0.1);
  }

  .lg\:border-b-orange-50\/100 {
    border-bottom-color: rgb(255 247 237 / 1);
  }

  .lg\:border-b-orange-50\/15 {
    border-bottom-color: rgb(255 247 237 / 0.15);
  }

  .lg\:border-b-orange-50\/20 {
    border-bottom-color: rgb(255 247 237 / 0.2);
  }

  .lg\:border-b-orange-50\/25 {
    border-bottom-color: rgb(255 247 237 / 0.25);
  }

  .lg\:border-b-orange-50\/30 {
    border-bottom-color: rgb(255 247 237 / 0.3);
  }

  .lg\:border-b-orange-50\/35 {
    border-bottom-color: rgb(255 247 237 / 0.35);
  }

  .lg\:border-b-orange-50\/40 {
    border-bottom-color: rgb(255 247 237 / 0.4);
  }

  .lg\:border-b-orange-50\/45 {
    border-bottom-color: rgb(255 247 237 / 0.45);
  }

  .lg\:border-b-orange-50\/5 {
    border-bottom-color: rgb(255 247 237 / 0.05);
  }

  .lg\:border-b-orange-50\/50 {
    border-bottom-color: rgb(255 247 237 / 0.5);
  }

  .lg\:border-b-orange-50\/55 {
    border-bottom-color: rgb(255 247 237 / 0.55);
  }

  .lg\:border-b-orange-50\/60 {
    border-bottom-color: rgb(255 247 237 / 0.6);
  }

  .lg\:border-b-orange-50\/65 {
    border-bottom-color: rgb(255 247 237 / 0.65);
  }

  .lg\:border-b-orange-50\/70 {
    border-bottom-color: rgb(255 247 237 / 0.7);
  }

  .lg\:border-b-orange-50\/75 {
    border-bottom-color: rgb(255 247 237 / 0.75);
  }

  .lg\:border-b-orange-50\/80 {
    border-bottom-color: rgb(255 247 237 / 0.8);
  }

  .lg\:border-b-orange-50\/85 {
    border-bottom-color: rgb(255 247 237 / 0.85);
  }

  .lg\:border-b-orange-50\/90 {
    border-bottom-color: rgb(255 247 237 / 0.9);
  }

  .lg\:border-b-orange-50\/95 {
    border-bottom-color: rgb(255 247 237 / 0.95);
  }

  .lg\:border-b-orange-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity));
  }

  .lg\:border-b-orange-500\/0 {
    border-bottom-color: rgb(249 115 22 / 0);
  }

  .lg\:border-b-orange-500\/10 {
    border-bottom-color: rgb(249 115 22 / 0.1);
  }

  .lg\:border-b-orange-500\/100 {
    border-bottom-color: rgb(249 115 22 / 1);
  }

  .lg\:border-b-orange-500\/15 {
    border-bottom-color: rgb(249 115 22 / 0.15);
  }

  .lg\:border-b-orange-500\/20 {
    border-bottom-color: rgb(249 115 22 / 0.2);
  }

  .lg\:border-b-orange-500\/25 {
    border-bottom-color: rgb(249 115 22 / 0.25);
  }

  .lg\:border-b-orange-500\/30 {
    border-bottom-color: rgb(249 115 22 / 0.3);
  }

  .lg\:border-b-orange-500\/35 {
    border-bottom-color: rgb(249 115 22 / 0.35);
  }

  .lg\:border-b-orange-500\/40 {
    border-bottom-color: rgb(249 115 22 / 0.4);
  }

  .lg\:border-b-orange-500\/45 {
    border-bottom-color: rgb(249 115 22 / 0.45);
  }

  .lg\:border-b-orange-500\/5 {
    border-bottom-color: rgb(249 115 22 / 0.05);
  }

  .lg\:border-b-orange-500\/50 {
    border-bottom-color: rgb(249 115 22 / 0.5);
  }

  .lg\:border-b-orange-500\/55 {
    border-bottom-color: rgb(249 115 22 / 0.55);
  }

  .lg\:border-b-orange-500\/60 {
    border-bottom-color: rgb(249 115 22 / 0.6);
  }

  .lg\:border-b-orange-500\/65 {
    border-bottom-color: rgb(249 115 22 / 0.65);
  }

  .lg\:border-b-orange-500\/70 {
    border-bottom-color: rgb(249 115 22 / 0.7);
  }

  .lg\:border-b-orange-500\/75 {
    border-bottom-color: rgb(249 115 22 / 0.75);
  }

  .lg\:border-b-orange-500\/80 {
    border-bottom-color: rgb(249 115 22 / 0.8);
  }

  .lg\:border-b-orange-500\/85 {
    border-bottom-color: rgb(249 115 22 / 0.85);
  }

  .lg\:border-b-orange-500\/90 {
    border-bottom-color: rgb(249 115 22 / 0.9);
  }

  .lg\:border-b-orange-500\/95 {
    border-bottom-color: rgb(249 115 22 / 0.95);
  }

  .lg\:border-b-orange-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity));
  }

  .lg\:border-b-orange-600\/0 {
    border-bottom-color: rgb(234 88 12 / 0);
  }

  .lg\:border-b-orange-600\/10 {
    border-bottom-color: rgb(234 88 12 / 0.1);
  }

  .lg\:border-b-orange-600\/100 {
    border-bottom-color: rgb(234 88 12 / 1);
  }

  .lg\:border-b-orange-600\/15 {
    border-bottom-color: rgb(234 88 12 / 0.15);
  }

  .lg\:border-b-orange-600\/20 {
    border-bottom-color: rgb(234 88 12 / 0.2);
  }

  .lg\:border-b-orange-600\/25 {
    border-bottom-color: rgb(234 88 12 / 0.25);
  }

  .lg\:border-b-orange-600\/30 {
    border-bottom-color: rgb(234 88 12 / 0.3);
  }

  .lg\:border-b-orange-600\/35 {
    border-bottom-color: rgb(234 88 12 / 0.35);
  }

  .lg\:border-b-orange-600\/40 {
    border-bottom-color: rgb(234 88 12 / 0.4);
  }

  .lg\:border-b-orange-600\/45 {
    border-bottom-color: rgb(234 88 12 / 0.45);
  }

  .lg\:border-b-orange-600\/5 {
    border-bottom-color: rgb(234 88 12 / 0.05);
  }

  .lg\:border-b-orange-600\/50 {
    border-bottom-color: rgb(234 88 12 / 0.5);
  }

  .lg\:border-b-orange-600\/55 {
    border-bottom-color: rgb(234 88 12 / 0.55);
  }

  .lg\:border-b-orange-600\/60 {
    border-bottom-color: rgb(234 88 12 / 0.6);
  }

  .lg\:border-b-orange-600\/65 {
    border-bottom-color: rgb(234 88 12 / 0.65);
  }

  .lg\:border-b-orange-600\/70 {
    border-bottom-color: rgb(234 88 12 / 0.7);
  }

  .lg\:border-b-orange-600\/75 {
    border-bottom-color: rgb(234 88 12 / 0.75);
  }

  .lg\:border-b-orange-600\/80 {
    border-bottom-color: rgb(234 88 12 / 0.8);
  }

  .lg\:border-b-orange-600\/85 {
    border-bottom-color: rgb(234 88 12 / 0.85);
  }

  .lg\:border-b-orange-600\/90 {
    border-bottom-color: rgb(234 88 12 / 0.9);
  }

  .lg\:border-b-orange-600\/95 {
    border-bottom-color: rgb(234 88 12 / 0.95);
  }

  .lg\:border-b-orange-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity));
  }

  .lg\:border-b-orange-700\/0 {
    border-bottom-color: rgb(194 65 12 / 0);
  }

  .lg\:border-b-orange-700\/10 {
    border-bottom-color: rgb(194 65 12 / 0.1);
  }

  .lg\:border-b-orange-700\/100 {
    border-bottom-color: rgb(194 65 12 / 1);
  }

  .lg\:border-b-orange-700\/15 {
    border-bottom-color: rgb(194 65 12 / 0.15);
  }

  .lg\:border-b-orange-700\/20 {
    border-bottom-color: rgb(194 65 12 / 0.2);
  }

  .lg\:border-b-orange-700\/25 {
    border-bottom-color: rgb(194 65 12 / 0.25);
  }

  .lg\:border-b-orange-700\/30 {
    border-bottom-color: rgb(194 65 12 / 0.3);
  }

  .lg\:border-b-orange-700\/35 {
    border-bottom-color: rgb(194 65 12 / 0.35);
  }

  .lg\:border-b-orange-700\/40 {
    border-bottom-color: rgb(194 65 12 / 0.4);
  }

  .lg\:border-b-orange-700\/45 {
    border-bottom-color: rgb(194 65 12 / 0.45);
  }

  .lg\:border-b-orange-700\/5 {
    border-bottom-color: rgb(194 65 12 / 0.05);
  }

  .lg\:border-b-orange-700\/50 {
    border-bottom-color: rgb(194 65 12 / 0.5);
  }

  .lg\:border-b-orange-700\/55 {
    border-bottom-color: rgb(194 65 12 / 0.55);
  }

  .lg\:border-b-orange-700\/60 {
    border-bottom-color: rgb(194 65 12 / 0.6);
  }

  .lg\:border-b-orange-700\/65 {
    border-bottom-color: rgb(194 65 12 / 0.65);
  }

  .lg\:border-b-orange-700\/70 {
    border-bottom-color: rgb(194 65 12 / 0.7);
  }

  .lg\:border-b-orange-700\/75 {
    border-bottom-color: rgb(194 65 12 / 0.75);
  }

  .lg\:border-b-orange-700\/80 {
    border-bottom-color: rgb(194 65 12 / 0.8);
  }

  .lg\:border-b-orange-700\/85 {
    border-bottom-color: rgb(194 65 12 / 0.85);
  }

  .lg\:border-b-orange-700\/90 {
    border-bottom-color: rgb(194 65 12 / 0.9);
  }

  .lg\:border-b-orange-700\/95 {
    border-bottom-color: rgb(194 65 12 / 0.95);
  }

  .lg\:border-b-orange-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity));
  }

  .lg\:border-b-orange-800\/0 {
    border-bottom-color: rgb(154 52 18 / 0);
  }

  .lg\:border-b-orange-800\/10 {
    border-bottom-color: rgb(154 52 18 / 0.1);
  }

  .lg\:border-b-orange-800\/100 {
    border-bottom-color: rgb(154 52 18 / 1);
  }

  .lg\:border-b-orange-800\/15 {
    border-bottom-color: rgb(154 52 18 / 0.15);
  }

  .lg\:border-b-orange-800\/20 {
    border-bottom-color: rgb(154 52 18 / 0.2);
  }

  .lg\:border-b-orange-800\/25 {
    border-bottom-color: rgb(154 52 18 / 0.25);
  }

  .lg\:border-b-orange-800\/30 {
    border-bottom-color: rgb(154 52 18 / 0.3);
  }

  .lg\:border-b-orange-800\/35 {
    border-bottom-color: rgb(154 52 18 / 0.35);
  }

  .lg\:border-b-orange-800\/40 {
    border-bottom-color: rgb(154 52 18 / 0.4);
  }

  .lg\:border-b-orange-800\/45 {
    border-bottom-color: rgb(154 52 18 / 0.45);
  }

  .lg\:border-b-orange-800\/5 {
    border-bottom-color: rgb(154 52 18 / 0.05);
  }

  .lg\:border-b-orange-800\/50 {
    border-bottom-color: rgb(154 52 18 / 0.5);
  }

  .lg\:border-b-orange-800\/55 {
    border-bottom-color: rgb(154 52 18 / 0.55);
  }

  .lg\:border-b-orange-800\/60 {
    border-bottom-color: rgb(154 52 18 / 0.6);
  }

  .lg\:border-b-orange-800\/65 {
    border-bottom-color: rgb(154 52 18 / 0.65);
  }

  .lg\:border-b-orange-800\/70 {
    border-bottom-color: rgb(154 52 18 / 0.7);
  }

  .lg\:border-b-orange-800\/75 {
    border-bottom-color: rgb(154 52 18 / 0.75);
  }

  .lg\:border-b-orange-800\/80 {
    border-bottom-color: rgb(154 52 18 / 0.8);
  }

  .lg\:border-b-orange-800\/85 {
    border-bottom-color: rgb(154 52 18 / 0.85);
  }

  .lg\:border-b-orange-800\/90 {
    border-bottom-color: rgb(154 52 18 / 0.9);
  }

  .lg\:border-b-orange-800\/95 {
    border-bottom-color: rgb(154 52 18 / 0.95);
  }

  .lg\:border-b-orange-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity));
  }

  .lg\:border-b-orange-900\/0 {
    border-bottom-color: rgb(124 45 18 / 0);
  }

  .lg\:border-b-orange-900\/10 {
    border-bottom-color: rgb(124 45 18 / 0.1);
  }

  .lg\:border-b-orange-900\/100 {
    border-bottom-color: rgb(124 45 18 / 1);
  }

  .lg\:border-b-orange-900\/15 {
    border-bottom-color: rgb(124 45 18 / 0.15);
  }

  .lg\:border-b-orange-900\/20 {
    border-bottom-color: rgb(124 45 18 / 0.2);
  }

  .lg\:border-b-orange-900\/25 {
    border-bottom-color: rgb(124 45 18 / 0.25);
  }

  .lg\:border-b-orange-900\/30 {
    border-bottom-color: rgb(124 45 18 / 0.3);
  }

  .lg\:border-b-orange-900\/35 {
    border-bottom-color: rgb(124 45 18 / 0.35);
  }

  .lg\:border-b-orange-900\/40 {
    border-bottom-color: rgb(124 45 18 / 0.4);
  }

  .lg\:border-b-orange-900\/45 {
    border-bottom-color: rgb(124 45 18 / 0.45);
  }

  .lg\:border-b-orange-900\/5 {
    border-bottom-color: rgb(124 45 18 / 0.05);
  }

  .lg\:border-b-orange-900\/50 {
    border-bottom-color: rgb(124 45 18 / 0.5);
  }

  .lg\:border-b-orange-900\/55 {
    border-bottom-color: rgb(124 45 18 / 0.55);
  }

  .lg\:border-b-orange-900\/60 {
    border-bottom-color: rgb(124 45 18 / 0.6);
  }

  .lg\:border-b-orange-900\/65 {
    border-bottom-color: rgb(124 45 18 / 0.65);
  }

  .lg\:border-b-orange-900\/70 {
    border-bottom-color: rgb(124 45 18 / 0.7);
  }

  .lg\:border-b-orange-900\/75 {
    border-bottom-color: rgb(124 45 18 / 0.75);
  }

  .lg\:border-b-orange-900\/80 {
    border-bottom-color: rgb(124 45 18 / 0.8);
  }

  .lg\:border-b-orange-900\/85 {
    border-bottom-color: rgb(124 45 18 / 0.85);
  }

  .lg\:border-b-orange-900\/90 {
    border-bottom-color: rgb(124 45 18 / 0.9);
  }

  .lg\:border-b-orange-900\/95 {
    border-bottom-color: rgb(124 45 18 / 0.95);
  }

  .lg\:border-b-orange-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity));
  }

  .lg\:border-b-orange-950\/0 {
    border-bottom-color: rgb(67 20 7 / 0);
  }

  .lg\:border-b-orange-950\/10 {
    border-bottom-color: rgb(67 20 7 / 0.1);
  }

  .lg\:border-b-orange-950\/100 {
    border-bottom-color: rgb(67 20 7 / 1);
  }

  .lg\:border-b-orange-950\/15 {
    border-bottom-color: rgb(67 20 7 / 0.15);
  }

  .lg\:border-b-orange-950\/20 {
    border-bottom-color: rgb(67 20 7 / 0.2);
  }

  .lg\:border-b-orange-950\/25 {
    border-bottom-color: rgb(67 20 7 / 0.25);
  }

  .lg\:border-b-orange-950\/30 {
    border-bottom-color: rgb(67 20 7 / 0.3);
  }

  .lg\:border-b-orange-950\/35 {
    border-bottom-color: rgb(67 20 7 / 0.35);
  }

  .lg\:border-b-orange-950\/40 {
    border-bottom-color: rgb(67 20 7 / 0.4);
  }

  .lg\:border-b-orange-950\/45 {
    border-bottom-color: rgb(67 20 7 / 0.45);
  }

  .lg\:border-b-orange-950\/5 {
    border-bottom-color: rgb(67 20 7 / 0.05);
  }

  .lg\:border-b-orange-950\/50 {
    border-bottom-color: rgb(67 20 7 / 0.5);
  }

  .lg\:border-b-orange-950\/55 {
    border-bottom-color: rgb(67 20 7 / 0.55);
  }

  .lg\:border-b-orange-950\/60 {
    border-bottom-color: rgb(67 20 7 / 0.6);
  }

  .lg\:border-b-orange-950\/65 {
    border-bottom-color: rgb(67 20 7 / 0.65);
  }

  .lg\:border-b-orange-950\/70 {
    border-bottom-color: rgb(67 20 7 / 0.7);
  }

  .lg\:border-b-orange-950\/75 {
    border-bottom-color: rgb(67 20 7 / 0.75);
  }

  .lg\:border-b-orange-950\/80 {
    border-bottom-color: rgb(67 20 7 / 0.8);
  }

  .lg\:border-b-orange-950\/85 {
    border-bottom-color: rgb(67 20 7 / 0.85);
  }

  .lg\:border-b-orange-950\/90 {
    border-bottom-color: rgb(67 20 7 / 0.9);
  }

  .lg\:border-b-orange-950\/95 {
    border-bottom-color: rgb(67 20 7 / 0.95);
  }

  .lg\:border-b-pink-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity));
  }

  .lg\:border-b-pink-100\/0 {
    border-bottom-color: rgb(252 231 243 / 0);
  }

  .lg\:border-b-pink-100\/10 {
    border-bottom-color: rgb(252 231 243 / 0.1);
  }

  .lg\:border-b-pink-100\/100 {
    border-bottom-color: rgb(252 231 243 / 1);
  }

  .lg\:border-b-pink-100\/15 {
    border-bottom-color: rgb(252 231 243 / 0.15);
  }

  .lg\:border-b-pink-100\/20 {
    border-bottom-color: rgb(252 231 243 / 0.2);
  }

  .lg\:border-b-pink-100\/25 {
    border-bottom-color: rgb(252 231 243 / 0.25);
  }

  .lg\:border-b-pink-100\/30 {
    border-bottom-color: rgb(252 231 243 / 0.3);
  }

  .lg\:border-b-pink-100\/35 {
    border-bottom-color: rgb(252 231 243 / 0.35);
  }

  .lg\:border-b-pink-100\/40 {
    border-bottom-color: rgb(252 231 243 / 0.4);
  }

  .lg\:border-b-pink-100\/45 {
    border-bottom-color: rgb(252 231 243 / 0.45);
  }

  .lg\:border-b-pink-100\/5 {
    border-bottom-color: rgb(252 231 243 / 0.05);
  }

  .lg\:border-b-pink-100\/50 {
    border-bottom-color: rgb(252 231 243 / 0.5);
  }

  .lg\:border-b-pink-100\/55 {
    border-bottom-color: rgb(252 231 243 / 0.55);
  }

  .lg\:border-b-pink-100\/60 {
    border-bottom-color: rgb(252 231 243 / 0.6);
  }

  .lg\:border-b-pink-100\/65 {
    border-bottom-color: rgb(252 231 243 / 0.65);
  }

  .lg\:border-b-pink-100\/70 {
    border-bottom-color: rgb(252 231 243 / 0.7);
  }

  .lg\:border-b-pink-100\/75 {
    border-bottom-color: rgb(252 231 243 / 0.75);
  }

  .lg\:border-b-pink-100\/80 {
    border-bottom-color: rgb(252 231 243 / 0.8);
  }

  .lg\:border-b-pink-100\/85 {
    border-bottom-color: rgb(252 231 243 / 0.85);
  }

  .lg\:border-b-pink-100\/90 {
    border-bottom-color: rgb(252 231 243 / 0.9);
  }

  .lg\:border-b-pink-100\/95 {
    border-bottom-color: rgb(252 231 243 / 0.95);
  }

  .lg\:border-b-pink-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity));
  }

  .lg\:border-b-pink-200\/0 {
    border-bottom-color: rgb(251 207 232 / 0);
  }

  .lg\:border-b-pink-200\/10 {
    border-bottom-color: rgb(251 207 232 / 0.1);
  }

  .lg\:border-b-pink-200\/100 {
    border-bottom-color: rgb(251 207 232 / 1);
  }

  .lg\:border-b-pink-200\/15 {
    border-bottom-color: rgb(251 207 232 / 0.15);
  }

  .lg\:border-b-pink-200\/20 {
    border-bottom-color: rgb(251 207 232 / 0.2);
  }

  .lg\:border-b-pink-200\/25 {
    border-bottom-color: rgb(251 207 232 / 0.25);
  }

  .lg\:border-b-pink-200\/30 {
    border-bottom-color: rgb(251 207 232 / 0.3);
  }

  .lg\:border-b-pink-200\/35 {
    border-bottom-color: rgb(251 207 232 / 0.35);
  }

  .lg\:border-b-pink-200\/40 {
    border-bottom-color: rgb(251 207 232 / 0.4);
  }

  .lg\:border-b-pink-200\/45 {
    border-bottom-color: rgb(251 207 232 / 0.45);
  }

  .lg\:border-b-pink-200\/5 {
    border-bottom-color: rgb(251 207 232 / 0.05);
  }

  .lg\:border-b-pink-200\/50 {
    border-bottom-color: rgb(251 207 232 / 0.5);
  }

  .lg\:border-b-pink-200\/55 {
    border-bottom-color: rgb(251 207 232 / 0.55);
  }

  .lg\:border-b-pink-200\/60 {
    border-bottom-color: rgb(251 207 232 / 0.6);
  }

  .lg\:border-b-pink-200\/65 {
    border-bottom-color: rgb(251 207 232 / 0.65);
  }

  .lg\:border-b-pink-200\/70 {
    border-bottom-color: rgb(251 207 232 / 0.7);
  }

  .lg\:border-b-pink-200\/75 {
    border-bottom-color: rgb(251 207 232 / 0.75);
  }

  .lg\:border-b-pink-200\/80 {
    border-bottom-color: rgb(251 207 232 / 0.8);
  }

  .lg\:border-b-pink-200\/85 {
    border-bottom-color: rgb(251 207 232 / 0.85);
  }

  .lg\:border-b-pink-200\/90 {
    border-bottom-color: rgb(251 207 232 / 0.9);
  }

  .lg\:border-b-pink-200\/95 {
    border-bottom-color: rgb(251 207 232 / 0.95);
  }

  .lg\:border-b-pink-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity));
  }

  .lg\:border-b-pink-300\/0 {
    border-bottom-color: rgb(249 168 212 / 0);
  }

  .lg\:border-b-pink-300\/10 {
    border-bottom-color: rgb(249 168 212 / 0.1);
  }

  .lg\:border-b-pink-300\/100 {
    border-bottom-color: rgb(249 168 212 / 1);
  }

  .lg\:border-b-pink-300\/15 {
    border-bottom-color: rgb(249 168 212 / 0.15);
  }

  .lg\:border-b-pink-300\/20 {
    border-bottom-color: rgb(249 168 212 / 0.2);
  }

  .lg\:border-b-pink-300\/25 {
    border-bottom-color: rgb(249 168 212 / 0.25);
  }

  .lg\:border-b-pink-300\/30 {
    border-bottom-color: rgb(249 168 212 / 0.3);
  }

  .lg\:border-b-pink-300\/35 {
    border-bottom-color: rgb(249 168 212 / 0.35);
  }

  .lg\:border-b-pink-300\/40 {
    border-bottom-color: rgb(249 168 212 / 0.4);
  }

  .lg\:border-b-pink-300\/45 {
    border-bottom-color: rgb(249 168 212 / 0.45);
  }

  .lg\:border-b-pink-300\/5 {
    border-bottom-color: rgb(249 168 212 / 0.05);
  }

  .lg\:border-b-pink-300\/50 {
    border-bottom-color: rgb(249 168 212 / 0.5);
  }

  .lg\:border-b-pink-300\/55 {
    border-bottom-color: rgb(249 168 212 / 0.55);
  }

  .lg\:border-b-pink-300\/60 {
    border-bottom-color: rgb(249 168 212 / 0.6);
  }

  .lg\:border-b-pink-300\/65 {
    border-bottom-color: rgb(249 168 212 / 0.65);
  }

  .lg\:border-b-pink-300\/70 {
    border-bottom-color: rgb(249 168 212 / 0.7);
  }

  .lg\:border-b-pink-300\/75 {
    border-bottom-color: rgb(249 168 212 / 0.75);
  }

  .lg\:border-b-pink-300\/80 {
    border-bottom-color: rgb(249 168 212 / 0.8);
  }

  .lg\:border-b-pink-300\/85 {
    border-bottom-color: rgb(249 168 212 / 0.85);
  }

  .lg\:border-b-pink-300\/90 {
    border-bottom-color: rgb(249 168 212 / 0.9);
  }

  .lg\:border-b-pink-300\/95 {
    border-bottom-color: rgb(249 168 212 / 0.95);
  }

  .lg\:border-b-pink-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity));
  }

  .lg\:border-b-pink-400\/0 {
    border-bottom-color: rgb(244 114 182 / 0);
  }

  .lg\:border-b-pink-400\/10 {
    border-bottom-color: rgb(244 114 182 / 0.1);
  }

  .lg\:border-b-pink-400\/100 {
    border-bottom-color: rgb(244 114 182 / 1);
  }

  .lg\:border-b-pink-400\/15 {
    border-bottom-color: rgb(244 114 182 / 0.15);
  }

  .lg\:border-b-pink-400\/20 {
    border-bottom-color: rgb(244 114 182 / 0.2);
  }

  .lg\:border-b-pink-400\/25 {
    border-bottom-color: rgb(244 114 182 / 0.25);
  }

  .lg\:border-b-pink-400\/30 {
    border-bottom-color: rgb(244 114 182 / 0.3);
  }

  .lg\:border-b-pink-400\/35 {
    border-bottom-color: rgb(244 114 182 / 0.35);
  }

  .lg\:border-b-pink-400\/40 {
    border-bottom-color: rgb(244 114 182 / 0.4);
  }

  .lg\:border-b-pink-400\/45 {
    border-bottom-color: rgb(244 114 182 / 0.45);
  }

  .lg\:border-b-pink-400\/5 {
    border-bottom-color: rgb(244 114 182 / 0.05);
  }

  .lg\:border-b-pink-400\/50 {
    border-bottom-color: rgb(244 114 182 / 0.5);
  }

  .lg\:border-b-pink-400\/55 {
    border-bottom-color: rgb(244 114 182 / 0.55);
  }

  .lg\:border-b-pink-400\/60 {
    border-bottom-color: rgb(244 114 182 / 0.6);
  }

  .lg\:border-b-pink-400\/65 {
    border-bottom-color: rgb(244 114 182 / 0.65);
  }

  .lg\:border-b-pink-400\/70 {
    border-bottom-color: rgb(244 114 182 / 0.7);
  }

  .lg\:border-b-pink-400\/75 {
    border-bottom-color: rgb(244 114 182 / 0.75);
  }

  .lg\:border-b-pink-400\/80 {
    border-bottom-color: rgb(244 114 182 / 0.8);
  }

  .lg\:border-b-pink-400\/85 {
    border-bottom-color: rgb(244 114 182 / 0.85);
  }

  .lg\:border-b-pink-400\/90 {
    border-bottom-color: rgb(244 114 182 / 0.9);
  }

  .lg\:border-b-pink-400\/95 {
    border-bottom-color: rgb(244 114 182 / 0.95);
  }

  .lg\:border-b-pink-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity));
  }

  .lg\:border-b-pink-50\/0 {
    border-bottom-color: rgb(253 242 248 / 0);
  }

  .lg\:border-b-pink-50\/10 {
    border-bottom-color: rgb(253 242 248 / 0.1);
  }

  .lg\:border-b-pink-50\/100 {
    border-bottom-color: rgb(253 242 248 / 1);
  }

  .lg\:border-b-pink-50\/15 {
    border-bottom-color: rgb(253 242 248 / 0.15);
  }

  .lg\:border-b-pink-50\/20 {
    border-bottom-color: rgb(253 242 248 / 0.2);
  }

  .lg\:border-b-pink-50\/25 {
    border-bottom-color: rgb(253 242 248 / 0.25);
  }

  .lg\:border-b-pink-50\/30 {
    border-bottom-color: rgb(253 242 248 / 0.3);
  }

  .lg\:border-b-pink-50\/35 {
    border-bottom-color: rgb(253 242 248 / 0.35);
  }

  .lg\:border-b-pink-50\/40 {
    border-bottom-color: rgb(253 242 248 / 0.4);
  }

  .lg\:border-b-pink-50\/45 {
    border-bottom-color: rgb(253 242 248 / 0.45);
  }

  .lg\:border-b-pink-50\/5 {
    border-bottom-color: rgb(253 242 248 / 0.05);
  }

  .lg\:border-b-pink-50\/50 {
    border-bottom-color: rgb(253 242 248 / 0.5);
  }

  .lg\:border-b-pink-50\/55 {
    border-bottom-color: rgb(253 242 248 / 0.55);
  }

  .lg\:border-b-pink-50\/60 {
    border-bottom-color: rgb(253 242 248 / 0.6);
  }

  .lg\:border-b-pink-50\/65 {
    border-bottom-color: rgb(253 242 248 / 0.65);
  }

  .lg\:border-b-pink-50\/70 {
    border-bottom-color: rgb(253 242 248 / 0.7);
  }

  .lg\:border-b-pink-50\/75 {
    border-bottom-color: rgb(253 242 248 / 0.75);
  }

  .lg\:border-b-pink-50\/80 {
    border-bottom-color: rgb(253 242 248 / 0.8);
  }

  .lg\:border-b-pink-50\/85 {
    border-bottom-color: rgb(253 242 248 / 0.85);
  }

  .lg\:border-b-pink-50\/90 {
    border-bottom-color: rgb(253 242 248 / 0.9);
  }

  .lg\:border-b-pink-50\/95 {
    border-bottom-color: rgb(253 242 248 / 0.95);
  }

  .lg\:border-b-pink-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity));
  }

  .lg\:border-b-pink-500\/0 {
    border-bottom-color: rgb(236 72 153 / 0);
  }

  .lg\:border-b-pink-500\/10 {
    border-bottom-color: rgb(236 72 153 / 0.1);
  }

  .lg\:border-b-pink-500\/100 {
    border-bottom-color: rgb(236 72 153 / 1);
  }

  .lg\:border-b-pink-500\/15 {
    border-bottom-color: rgb(236 72 153 / 0.15);
  }

  .lg\:border-b-pink-500\/20 {
    border-bottom-color: rgb(236 72 153 / 0.2);
  }

  .lg\:border-b-pink-500\/25 {
    border-bottom-color: rgb(236 72 153 / 0.25);
  }

  .lg\:border-b-pink-500\/30 {
    border-bottom-color: rgb(236 72 153 / 0.3);
  }

  .lg\:border-b-pink-500\/35 {
    border-bottom-color: rgb(236 72 153 / 0.35);
  }

  .lg\:border-b-pink-500\/40 {
    border-bottom-color: rgb(236 72 153 / 0.4);
  }

  .lg\:border-b-pink-500\/45 {
    border-bottom-color: rgb(236 72 153 / 0.45);
  }

  .lg\:border-b-pink-500\/5 {
    border-bottom-color: rgb(236 72 153 / 0.05);
  }

  .lg\:border-b-pink-500\/50 {
    border-bottom-color: rgb(236 72 153 / 0.5);
  }

  .lg\:border-b-pink-500\/55 {
    border-bottom-color: rgb(236 72 153 / 0.55);
  }

  .lg\:border-b-pink-500\/60 {
    border-bottom-color: rgb(236 72 153 / 0.6);
  }

  .lg\:border-b-pink-500\/65 {
    border-bottom-color: rgb(236 72 153 / 0.65);
  }

  .lg\:border-b-pink-500\/70 {
    border-bottom-color: rgb(236 72 153 / 0.7);
  }

  .lg\:border-b-pink-500\/75 {
    border-bottom-color: rgb(236 72 153 / 0.75);
  }

  .lg\:border-b-pink-500\/80 {
    border-bottom-color: rgb(236 72 153 / 0.8);
  }

  .lg\:border-b-pink-500\/85 {
    border-bottom-color: rgb(236 72 153 / 0.85);
  }

  .lg\:border-b-pink-500\/90 {
    border-bottom-color: rgb(236 72 153 / 0.9);
  }

  .lg\:border-b-pink-500\/95 {
    border-bottom-color: rgb(236 72 153 / 0.95);
  }

  .lg\:border-b-pink-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity));
  }

  .lg\:border-b-pink-600\/0 {
    border-bottom-color: rgb(219 39 119 / 0);
  }

  .lg\:border-b-pink-600\/10 {
    border-bottom-color: rgb(219 39 119 / 0.1);
  }

  .lg\:border-b-pink-600\/100 {
    border-bottom-color: rgb(219 39 119 / 1);
  }

  .lg\:border-b-pink-600\/15 {
    border-bottom-color: rgb(219 39 119 / 0.15);
  }

  .lg\:border-b-pink-600\/20 {
    border-bottom-color: rgb(219 39 119 / 0.2);
  }

  .lg\:border-b-pink-600\/25 {
    border-bottom-color: rgb(219 39 119 / 0.25);
  }

  .lg\:border-b-pink-600\/30 {
    border-bottom-color: rgb(219 39 119 / 0.3);
  }

  .lg\:border-b-pink-600\/35 {
    border-bottom-color: rgb(219 39 119 / 0.35);
  }

  .lg\:border-b-pink-600\/40 {
    border-bottom-color: rgb(219 39 119 / 0.4);
  }

  .lg\:border-b-pink-600\/45 {
    border-bottom-color: rgb(219 39 119 / 0.45);
  }

  .lg\:border-b-pink-600\/5 {
    border-bottom-color: rgb(219 39 119 / 0.05);
  }

  .lg\:border-b-pink-600\/50 {
    border-bottom-color: rgb(219 39 119 / 0.5);
  }

  .lg\:border-b-pink-600\/55 {
    border-bottom-color: rgb(219 39 119 / 0.55);
  }

  .lg\:border-b-pink-600\/60 {
    border-bottom-color: rgb(219 39 119 / 0.6);
  }

  .lg\:border-b-pink-600\/65 {
    border-bottom-color: rgb(219 39 119 / 0.65);
  }

  .lg\:border-b-pink-600\/70 {
    border-bottom-color: rgb(219 39 119 / 0.7);
  }

  .lg\:border-b-pink-600\/75 {
    border-bottom-color: rgb(219 39 119 / 0.75);
  }

  .lg\:border-b-pink-600\/80 {
    border-bottom-color: rgb(219 39 119 / 0.8);
  }

  .lg\:border-b-pink-600\/85 {
    border-bottom-color: rgb(219 39 119 / 0.85);
  }

  .lg\:border-b-pink-600\/90 {
    border-bottom-color: rgb(219 39 119 / 0.9);
  }

  .lg\:border-b-pink-600\/95 {
    border-bottom-color: rgb(219 39 119 / 0.95);
  }

  .lg\:border-b-pink-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity));
  }

  .lg\:border-b-pink-700\/0 {
    border-bottom-color: rgb(190 24 93 / 0);
  }

  .lg\:border-b-pink-700\/10 {
    border-bottom-color: rgb(190 24 93 / 0.1);
  }

  .lg\:border-b-pink-700\/100 {
    border-bottom-color: rgb(190 24 93 / 1);
  }

  .lg\:border-b-pink-700\/15 {
    border-bottom-color: rgb(190 24 93 / 0.15);
  }

  .lg\:border-b-pink-700\/20 {
    border-bottom-color: rgb(190 24 93 / 0.2);
  }

  .lg\:border-b-pink-700\/25 {
    border-bottom-color: rgb(190 24 93 / 0.25);
  }

  .lg\:border-b-pink-700\/30 {
    border-bottom-color: rgb(190 24 93 / 0.3);
  }

  .lg\:border-b-pink-700\/35 {
    border-bottom-color: rgb(190 24 93 / 0.35);
  }

  .lg\:border-b-pink-700\/40 {
    border-bottom-color: rgb(190 24 93 / 0.4);
  }

  .lg\:border-b-pink-700\/45 {
    border-bottom-color: rgb(190 24 93 / 0.45);
  }

  .lg\:border-b-pink-700\/5 {
    border-bottom-color: rgb(190 24 93 / 0.05);
  }

  .lg\:border-b-pink-700\/50 {
    border-bottom-color: rgb(190 24 93 / 0.5);
  }

  .lg\:border-b-pink-700\/55 {
    border-bottom-color: rgb(190 24 93 / 0.55);
  }

  .lg\:border-b-pink-700\/60 {
    border-bottom-color: rgb(190 24 93 / 0.6);
  }

  .lg\:border-b-pink-700\/65 {
    border-bottom-color: rgb(190 24 93 / 0.65);
  }

  .lg\:border-b-pink-700\/70 {
    border-bottom-color: rgb(190 24 93 / 0.7);
  }

  .lg\:border-b-pink-700\/75 {
    border-bottom-color: rgb(190 24 93 / 0.75);
  }

  .lg\:border-b-pink-700\/80 {
    border-bottom-color: rgb(190 24 93 / 0.8);
  }

  .lg\:border-b-pink-700\/85 {
    border-bottom-color: rgb(190 24 93 / 0.85);
  }

  .lg\:border-b-pink-700\/90 {
    border-bottom-color: rgb(190 24 93 / 0.9);
  }

  .lg\:border-b-pink-700\/95 {
    border-bottom-color: rgb(190 24 93 / 0.95);
  }

  .lg\:border-b-pink-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity));
  }

  .lg\:border-b-pink-800\/0 {
    border-bottom-color: rgb(157 23 77 / 0);
  }

  .lg\:border-b-pink-800\/10 {
    border-bottom-color: rgb(157 23 77 / 0.1);
  }

  .lg\:border-b-pink-800\/100 {
    border-bottom-color: rgb(157 23 77 / 1);
  }

  .lg\:border-b-pink-800\/15 {
    border-bottom-color: rgb(157 23 77 / 0.15);
  }

  .lg\:border-b-pink-800\/20 {
    border-bottom-color: rgb(157 23 77 / 0.2);
  }

  .lg\:border-b-pink-800\/25 {
    border-bottom-color: rgb(157 23 77 / 0.25);
  }

  .lg\:border-b-pink-800\/30 {
    border-bottom-color: rgb(157 23 77 / 0.3);
  }

  .lg\:border-b-pink-800\/35 {
    border-bottom-color: rgb(157 23 77 / 0.35);
  }

  .lg\:border-b-pink-800\/40 {
    border-bottom-color: rgb(157 23 77 / 0.4);
  }

  .lg\:border-b-pink-800\/45 {
    border-bottom-color: rgb(157 23 77 / 0.45);
  }

  .lg\:border-b-pink-800\/5 {
    border-bottom-color: rgb(157 23 77 / 0.05);
  }

  .lg\:border-b-pink-800\/50 {
    border-bottom-color: rgb(157 23 77 / 0.5);
  }

  .lg\:border-b-pink-800\/55 {
    border-bottom-color: rgb(157 23 77 / 0.55);
  }

  .lg\:border-b-pink-800\/60 {
    border-bottom-color: rgb(157 23 77 / 0.6);
  }

  .lg\:border-b-pink-800\/65 {
    border-bottom-color: rgb(157 23 77 / 0.65);
  }

  .lg\:border-b-pink-800\/70 {
    border-bottom-color: rgb(157 23 77 / 0.7);
  }

  .lg\:border-b-pink-800\/75 {
    border-bottom-color: rgb(157 23 77 / 0.75);
  }

  .lg\:border-b-pink-800\/80 {
    border-bottom-color: rgb(157 23 77 / 0.8);
  }

  .lg\:border-b-pink-800\/85 {
    border-bottom-color: rgb(157 23 77 / 0.85);
  }

  .lg\:border-b-pink-800\/90 {
    border-bottom-color: rgb(157 23 77 / 0.9);
  }

  .lg\:border-b-pink-800\/95 {
    border-bottom-color: rgb(157 23 77 / 0.95);
  }

  .lg\:border-b-pink-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity));
  }

  .lg\:border-b-pink-900\/0 {
    border-bottom-color: rgb(131 24 67 / 0);
  }

  .lg\:border-b-pink-900\/10 {
    border-bottom-color: rgb(131 24 67 / 0.1);
  }

  .lg\:border-b-pink-900\/100 {
    border-bottom-color: rgb(131 24 67 / 1);
  }

  .lg\:border-b-pink-900\/15 {
    border-bottom-color: rgb(131 24 67 / 0.15);
  }

  .lg\:border-b-pink-900\/20 {
    border-bottom-color: rgb(131 24 67 / 0.2);
  }

  .lg\:border-b-pink-900\/25 {
    border-bottom-color: rgb(131 24 67 / 0.25);
  }

  .lg\:border-b-pink-900\/30 {
    border-bottom-color: rgb(131 24 67 / 0.3);
  }

  .lg\:border-b-pink-900\/35 {
    border-bottom-color: rgb(131 24 67 / 0.35);
  }

  .lg\:border-b-pink-900\/40 {
    border-bottom-color: rgb(131 24 67 / 0.4);
  }

  .lg\:border-b-pink-900\/45 {
    border-bottom-color: rgb(131 24 67 / 0.45);
  }

  .lg\:border-b-pink-900\/5 {
    border-bottom-color: rgb(131 24 67 / 0.05);
  }

  .lg\:border-b-pink-900\/50 {
    border-bottom-color: rgb(131 24 67 / 0.5);
  }

  .lg\:border-b-pink-900\/55 {
    border-bottom-color: rgb(131 24 67 / 0.55);
  }

  .lg\:border-b-pink-900\/60 {
    border-bottom-color: rgb(131 24 67 / 0.6);
  }

  .lg\:border-b-pink-900\/65 {
    border-bottom-color: rgb(131 24 67 / 0.65);
  }

  .lg\:border-b-pink-900\/70 {
    border-bottom-color: rgb(131 24 67 / 0.7);
  }

  .lg\:border-b-pink-900\/75 {
    border-bottom-color: rgb(131 24 67 / 0.75);
  }

  .lg\:border-b-pink-900\/80 {
    border-bottom-color: rgb(131 24 67 / 0.8);
  }

  .lg\:border-b-pink-900\/85 {
    border-bottom-color: rgb(131 24 67 / 0.85);
  }

  .lg\:border-b-pink-900\/90 {
    border-bottom-color: rgb(131 24 67 / 0.9);
  }

  .lg\:border-b-pink-900\/95 {
    border-bottom-color: rgb(131 24 67 / 0.95);
  }

  .lg\:border-b-pink-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity));
  }

  .lg\:border-b-pink-950\/0 {
    border-bottom-color: rgb(80 7 36 / 0);
  }

  .lg\:border-b-pink-950\/10 {
    border-bottom-color: rgb(80 7 36 / 0.1);
  }

  .lg\:border-b-pink-950\/100 {
    border-bottom-color: rgb(80 7 36 / 1);
  }

  .lg\:border-b-pink-950\/15 {
    border-bottom-color: rgb(80 7 36 / 0.15);
  }

  .lg\:border-b-pink-950\/20 {
    border-bottom-color: rgb(80 7 36 / 0.2);
  }

  .lg\:border-b-pink-950\/25 {
    border-bottom-color: rgb(80 7 36 / 0.25);
  }

  .lg\:border-b-pink-950\/30 {
    border-bottom-color: rgb(80 7 36 / 0.3);
  }

  .lg\:border-b-pink-950\/35 {
    border-bottom-color: rgb(80 7 36 / 0.35);
  }

  .lg\:border-b-pink-950\/40 {
    border-bottom-color: rgb(80 7 36 / 0.4);
  }

  .lg\:border-b-pink-950\/45 {
    border-bottom-color: rgb(80 7 36 / 0.45);
  }

  .lg\:border-b-pink-950\/5 {
    border-bottom-color: rgb(80 7 36 / 0.05);
  }

  .lg\:border-b-pink-950\/50 {
    border-bottom-color: rgb(80 7 36 / 0.5);
  }

  .lg\:border-b-pink-950\/55 {
    border-bottom-color: rgb(80 7 36 / 0.55);
  }

  .lg\:border-b-pink-950\/60 {
    border-bottom-color: rgb(80 7 36 / 0.6);
  }

  .lg\:border-b-pink-950\/65 {
    border-bottom-color: rgb(80 7 36 / 0.65);
  }

  .lg\:border-b-pink-950\/70 {
    border-bottom-color: rgb(80 7 36 / 0.7);
  }

  .lg\:border-b-pink-950\/75 {
    border-bottom-color: rgb(80 7 36 / 0.75);
  }

  .lg\:border-b-pink-950\/80 {
    border-bottom-color: rgb(80 7 36 / 0.8);
  }

  .lg\:border-b-pink-950\/85 {
    border-bottom-color: rgb(80 7 36 / 0.85);
  }

  .lg\:border-b-pink-950\/90 {
    border-bottom-color: rgb(80 7 36 / 0.9);
  }

  .lg\:border-b-pink-950\/95 {
    border-bottom-color: rgb(80 7 36 / 0.95);
  }

  .lg\:border-b-primary-100 {
    border-bottom-color: var(--color-primary-100);
  }

  .lg\:border-b-primary-200 {
    border-bottom-color: var(--color-primary-200);
  }

  .lg\:border-b-primary-300 {
    border-bottom-color: var(--color-primary-300);
  }

  .lg\:border-b-primary-400 {
    border-bottom-color: var(--color-primary-400);
  }

  .lg\:border-b-primary-50 {
    border-bottom-color: var(--color-primary-50);
  }

  .lg\:border-b-primary-500 {
    border-bottom-color: var(--color-primary-500);
  }

  .lg\:border-b-primary-600 {
    border-bottom-color: var(--color-primary-600);
  }

  .lg\:border-b-primary-700 {
    border-bottom-color: var(--color-primary-700);
  }

  .lg\:border-b-primary-800 {
    border-bottom-color: var(--color-primary-800);
  }

  .lg\:border-b-primary-900 {
    border-bottom-color: var(--color-primary-900);
  }

  .lg\:border-b-purple-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity));
  }

  .lg\:border-b-purple-100\/0 {
    border-bottom-color: rgb(243 232 255 / 0);
  }

  .lg\:border-b-purple-100\/10 {
    border-bottom-color: rgb(243 232 255 / 0.1);
  }

  .lg\:border-b-purple-100\/100 {
    border-bottom-color: rgb(243 232 255 / 1);
  }

  .lg\:border-b-purple-100\/15 {
    border-bottom-color: rgb(243 232 255 / 0.15);
  }

  .lg\:border-b-purple-100\/20 {
    border-bottom-color: rgb(243 232 255 / 0.2);
  }

  .lg\:border-b-purple-100\/25 {
    border-bottom-color: rgb(243 232 255 / 0.25);
  }

  .lg\:border-b-purple-100\/30 {
    border-bottom-color: rgb(243 232 255 / 0.3);
  }

  .lg\:border-b-purple-100\/35 {
    border-bottom-color: rgb(243 232 255 / 0.35);
  }

  .lg\:border-b-purple-100\/40 {
    border-bottom-color: rgb(243 232 255 / 0.4);
  }

  .lg\:border-b-purple-100\/45 {
    border-bottom-color: rgb(243 232 255 / 0.45);
  }

  .lg\:border-b-purple-100\/5 {
    border-bottom-color: rgb(243 232 255 / 0.05);
  }

  .lg\:border-b-purple-100\/50 {
    border-bottom-color: rgb(243 232 255 / 0.5);
  }

  .lg\:border-b-purple-100\/55 {
    border-bottom-color: rgb(243 232 255 / 0.55);
  }

  .lg\:border-b-purple-100\/60 {
    border-bottom-color: rgb(243 232 255 / 0.6);
  }

  .lg\:border-b-purple-100\/65 {
    border-bottom-color: rgb(243 232 255 / 0.65);
  }

  .lg\:border-b-purple-100\/70 {
    border-bottom-color: rgb(243 232 255 / 0.7);
  }

  .lg\:border-b-purple-100\/75 {
    border-bottom-color: rgb(243 232 255 / 0.75);
  }

  .lg\:border-b-purple-100\/80 {
    border-bottom-color: rgb(243 232 255 / 0.8);
  }

  .lg\:border-b-purple-100\/85 {
    border-bottom-color: rgb(243 232 255 / 0.85);
  }

  .lg\:border-b-purple-100\/90 {
    border-bottom-color: rgb(243 232 255 / 0.9);
  }

  .lg\:border-b-purple-100\/95 {
    border-bottom-color: rgb(243 232 255 / 0.95);
  }

  .lg\:border-b-purple-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity));
  }

  .lg\:border-b-purple-200\/0 {
    border-bottom-color: rgb(233 213 255 / 0);
  }

  .lg\:border-b-purple-200\/10 {
    border-bottom-color: rgb(233 213 255 / 0.1);
  }

  .lg\:border-b-purple-200\/100 {
    border-bottom-color: rgb(233 213 255 / 1);
  }

  .lg\:border-b-purple-200\/15 {
    border-bottom-color: rgb(233 213 255 / 0.15);
  }

  .lg\:border-b-purple-200\/20 {
    border-bottom-color: rgb(233 213 255 / 0.2);
  }

  .lg\:border-b-purple-200\/25 {
    border-bottom-color: rgb(233 213 255 / 0.25);
  }

  .lg\:border-b-purple-200\/30 {
    border-bottom-color: rgb(233 213 255 / 0.3);
  }

  .lg\:border-b-purple-200\/35 {
    border-bottom-color: rgb(233 213 255 / 0.35);
  }

  .lg\:border-b-purple-200\/40 {
    border-bottom-color: rgb(233 213 255 / 0.4);
  }

  .lg\:border-b-purple-200\/45 {
    border-bottom-color: rgb(233 213 255 / 0.45);
  }

  .lg\:border-b-purple-200\/5 {
    border-bottom-color: rgb(233 213 255 / 0.05);
  }

  .lg\:border-b-purple-200\/50 {
    border-bottom-color: rgb(233 213 255 / 0.5);
  }

  .lg\:border-b-purple-200\/55 {
    border-bottom-color: rgb(233 213 255 / 0.55);
  }

  .lg\:border-b-purple-200\/60 {
    border-bottom-color: rgb(233 213 255 / 0.6);
  }

  .lg\:border-b-purple-200\/65 {
    border-bottom-color: rgb(233 213 255 / 0.65);
  }

  .lg\:border-b-purple-200\/70 {
    border-bottom-color: rgb(233 213 255 / 0.7);
  }

  .lg\:border-b-purple-200\/75 {
    border-bottom-color: rgb(233 213 255 / 0.75);
  }

  .lg\:border-b-purple-200\/80 {
    border-bottom-color: rgb(233 213 255 / 0.8);
  }

  .lg\:border-b-purple-200\/85 {
    border-bottom-color: rgb(233 213 255 / 0.85);
  }

  .lg\:border-b-purple-200\/90 {
    border-bottom-color: rgb(233 213 255 / 0.9);
  }

  .lg\:border-b-purple-200\/95 {
    border-bottom-color: rgb(233 213 255 / 0.95);
  }

  .lg\:border-b-purple-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity));
  }

  .lg\:border-b-purple-300\/0 {
    border-bottom-color: rgb(216 180 254 / 0);
  }

  .lg\:border-b-purple-300\/10 {
    border-bottom-color: rgb(216 180 254 / 0.1);
  }

  .lg\:border-b-purple-300\/100 {
    border-bottom-color: rgb(216 180 254 / 1);
  }

  .lg\:border-b-purple-300\/15 {
    border-bottom-color: rgb(216 180 254 / 0.15);
  }

  .lg\:border-b-purple-300\/20 {
    border-bottom-color: rgb(216 180 254 / 0.2);
  }

  .lg\:border-b-purple-300\/25 {
    border-bottom-color: rgb(216 180 254 / 0.25);
  }

  .lg\:border-b-purple-300\/30 {
    border-bottom-color: rgb(216 180 254 / 0.3);
  }

  .lg\:border-b-purple-300\/35 {
    border-bottom-color: rgb(216 180 254 / 0.35);
  }

  .lg\:border-b-purple-300\/40 {
    border-bottom-color: rgb(216 180 254 / 0.4);
  }

  .lg\:border-b-purple-300\/45 {
    border-bottom-color: rgb(216 180 254 / 0.45);
  }

  .lg\:border-b-purple-300\/5 {
    border-bottom-color: rgb(216 180 254 / 0.05);
  }

  .lg\:border-b-purple-300\/50 {
    border-bottom-color: rgb(216 180 254 / 0.5);
  }

  .lg\:border-b-purple-300\/55 {
    border-bottom-color: rgb(216 180 254 / 0.55);
  }

  .lg\:border-b-purple-300\/60 {
    border-bottom-color: rgb(216 180 254 / 0.6);
  }

  .lg\:border-b-purple-300\/65 {
    border-bottom-color: rgb(216 180 254 / 0.65);
  }

  .lg\:border-b-purple-300\/70 {
    border-bottom-color: rgb(216 180 254 / 0.7);
  }

  .lg\:border-b-purple-300\/75 {
    border-bottom-color: rgb(216 180 254 / 0.75);
  }

  .lg\:border-b-purple-300\/80 {
    border-bottom-color: rgb(216 180 254 / 0.8);
  }

  .lg\:border-b-purple-300\/85 {
    border-bottom-color: rgb(216 180 254 / 0.85);
  }

  .lg\:border-b-purple-300\/90 {
    border-bottom-color: rgb(216 180 254 / 0.9);
  }

  .lg\:border-b-purple-300\/95 {
    border-bottom-color: rgb(216 180 254 / 0.95);
  }

  .lg\:border-b-purple-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity));
  }

  .lg\:border-b-purple-400\/0 {
    border-bottom-color: rgb(192 132 252 / 0);
  }

  .lg\:border-b-purple-400\/10 {
    border-bottom-color: rgb(192 132 252 / 0.1);
  }

  .lg\:border-b-purple-400\/100 {
    border-bottom-color: rgb(192 132 252 / 1);
  }

  .lg\:border-b-purple-400\/15 {
    border-bottom-color: rgb(192 132 252 / 0.15);
  }

  .lg\:border-b-purple-400\/20 {
    border-bottom-color: rgb(192 132 252 / 0.2);
  }

  .lg\:border-b-purple-400\/25 {
    border-bottom-color: rgb(192 132 252 / 0.25);
  }

  .lg\:border-b-purple-400\/30 {
    border-bottom-color: rgb(192 132 252 / 0.3);
  }

  .lg\:border-b-purple-400\/35 {
    border-bottom-color: rgb(192 132 252 / 0.35);
  }

  .lg\:border-b-purple-400\/40 {
    border-bottom-color: rgb(192 132 252 / 0.4);
  }

  .lg\:border-b-purple-400\/45 {
    border-bottom-color: rgb(192 132 252 / 0.45);
  }

  .lg\:border-b-purple-400\/5 {
    border-bottom-color: rgb(192 132 252 / 0.05);
  }

  .lg\:border-b-purple-400\/50 {
    border-bottom-color: rgb(192 132 252 / 0.5);
  }

  .lg\:border-b-purple-400\/55 {
    border-bottom-color: rgb(192 132 252 / 0.55);
  }

  .lg\:border-b-purple-400\/60 {
    border-bottom-color: rgb(192 132 252 / 0.6);
  }

  .lg\:border-b-purple-400\/65 {
    border-bottom-color: rgb(192 132 252 / 0.65);
  }

  .lg\:border-b-purple-400\/70 {
    border-bottom-color: rgb(192 132 252 / 0.7);
  }

  .lg\:border-b-purple-400\/75 {
    border-bottom-color: rgb(192 132 252 / 0.75);
  }

  .lg\:border-b-purple-400\/80 {
    border-bottom-color: rgb(192 132 252 / 0.8);
  }

  .lg\:border-b-purple-400\/85 {
    border-bottom-color: rgb(192 132 252 / 0.85);
  }

  .lg\:border-b-purple-400\/90 {
    border-bottom-color: rgb(192 132 252 / 0.9);
  }

  .lg\:border-b-purple-400\/95 {
    border-bottom-color: rgb(192 132 252 / 0.95);
  }

  .lg\:border-b-purple-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity));
  }

  .lg\:border-b-purple-50\/0 {
    border-bottom-color: rgb(250 245 255 / 0);
  }

  .lg\:border-b-purple-50\/10 {
    border-bottom-color: rgb(250 245 255 / 0.1);
  }

  .lg\:border-b-purple-50\/100 {
    border-bottom-color: rgb(250 245 255 / 1);
  }

  .lg\:border-b-purple-50\/15 {
    border-bottom-color: rgb(250 245 255 / 0.15);
  }

  .lg\:border-b-purple-50\/20 {
    border-bottom-color: rgb(250 245 255 / 0.2);
  }

  .lg\:border-b-purple-50\/25 {
    border-bottom-color: rgb(250 245 255 / 0.25);
  }

  .lg\:border-b-purple-50\/30 {
    border-bottom-color: rgb(250 245 255 / 0.3);
  }

  .lg\:border-b-purple-50\/35 {
    border-bottom-color: rgb(250 245 255 / 0.35);
  }

  .lg\:border-b-purple-50\/40 {
    border-bottom-color: rgb(250 245 255 / 0.4);
  }

  .lg\:border-b-purple-50\/45 {
    border-bottom-color: rgb(250 245 255 / 0.45);
  }

  .lg\:border-b-purple-50\/5 {
    border-bottom-color: rgb(250 245 255 / 0.05);
  }

  .lg\:border-b-purple-50\/50 {
    border-bottom-color: rgb(250 245 255 / 0.5);
  }

  .lg\:border-b-purple-50\/55 {
    border-bottom-color: rgb(250 245 255 / 0.55);
  }

  .lg\:border-b-purple-50\/60 {
    border-bottom-color: rgb(250 245 255 / 0.6);
  }

  .lg\:border-b-purple-50\/65 {
    border-bottom-color: rgb(250 245 255 / 0.65);
  }

  .lg\:border-b-purple-50\/70 {
    border-bottom-color: rgb(250 245 255 / 0.7);
  }

  .lg\:border-b-purple-50\/75 {
    border-bottom-color: rgb(250 245 255 / 0.75);
  }

  .lg\:border-b-purple-50\/80 {
    border-bottom-color: rgb(250 245 255 / 0.8);
  }

  .lg\:border-b-purple-50\/85 {
    border-bottom-color: rgb(250 245 255 / 0.85);
  }

  .lg\:border-b-purple-50\/90 {
    border-bottom-color: rgb(250 245 255 / 0.9);
  }

  .lg\:border-b-purple-50\/95 {
    border-bottom-color: rgb(250 245 255 / 0.95);
  }

  .lg\:border-b-purple-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity));
  }

  .lg\:border-b-purple-500\/0 {
    border-bottom-color: rgb(168 85 247 / 0);
  }

  .lg\:border-b-purple-500\/10 {
    border-bottom-color: rgb(168 85 247 / 0.1);
  }

  .lg\:border-b-purple-500\/100 {
    border-bottom-color: rgb(168 85 247 / 1);
  }

  .lg\:border-b-purple-500\/15 {
    border-bottom-color: rgb(168 85 247 / 0.15);
  }

  .lg\:border-b-purple-500\/20 {
    border-bottom-color: rgb(168 85 247 / 0.2);
  }

  .lg\:border-b-purple-500\/25 {
    border-bottom-color: rgb(168 85 247 / 0.25);
  }

  .lg\:border-b-purple-500\/30 {
    border-bottom-color: rgb(168 85 247 / 0.3);
  }

  .lg\:border-b-purple-500\/35 {
    border-bottom-color: rgb(168 85 247 / 0.35);
  }

  .lg\:border-b-purple-500\/40 {
    border-bottom-color: rgb(168 85 247 / 0.4);
  }

  .lg\:border-b-purple-500\/45 {
    border-bottom-color: rgb(168 85 247 / 0.45);
  }

  .lg\:border-b-purple-500\/5 {
    border-bottom-color: rgb(168 85 247 / 0.05);
  }

  .lg\:border-b-purple-500\/50 {
    border-bottom-color: rgb(168 85 247 / 0.5);
  }

  .lg\:border-b-purple-500\/55 {
    border-bottom-color: rgb(168 85 247 / 0.55);
  }

  .lg\:border-b-purple-500\/60 {
    border-bottom-color: rgb(168 85 247 / 0.6);
  }

  .lg\:border-b-purple-500\/65 {
    border-bottom-color: rgb(168 85 247 / 0.65);
  }

  .lg\:border-b-purple-500\/70 {
    border-bottom-color: rgb(168 85 247 / 0.7);
  }

  .lg\:border-b-purple-500\/75 {
    border-bottom-color: rgb(168 85 247 / 0.75);
  }

  .lg\:border-b-purple-500\/80 {
    border-bottom-color: rgb(168 85 247 / 0.8);
  }

  .lg\:border-b-purple-500\/85 {
    border-bottom-color: rgb(168 85 247 / 0.85);
  }

  .lg\:border-b-purple-500\/90 {
    border-bottom-color: rgb(168 85 247 / 0.9);
  }

  .lg\:border-b-purple-500\/95 {
    border-bottom-color: rgb(168 85 247 / 0.95);
  }

  .lg\:border-b-purple-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity));
  }

  .lg\:border-b-purple-600\/0 {
    border-bottom-color: rgb(147 51 234 / 0);
  }

  .lg\:border-b-purple-600\/10 {
    border-bottom-color: rgb(147 51 234 / 0.1);
  }

  .lg\:border-b-purple-600\/100 {
    border-bottom-color: rgb(147 51 234 / 1);
  }

  .lg\:border-b-purple-600\/15 {
    border-bottom-color: rgb(147 51 234 / 0.15);
  }

  .lg\:border-b-purple-600\/20 {
    border-bottom-color: rgb(147 51 234 / 0.2);
  }

  .lg\:border-b-purple-600\/25 {
    border-bottom-color: rgb(147 51 234 / 0.25);
  }

  .lg\:border-b-purple-600\/30 {
    border-bottom-color: rgb(147 51 234 / 0.3);
  }

  .lg\:border-b-purple-600\/35 {
    border-bottom-color: rgb(147 51 234 / 0.35);
  }

  .lg\:border-b-purple-600\/40 {
    border-bottom-color: rgb(147 51 234 / 0.4);
  }

  .lg\:border-b-purple-600\/45 {
    border-bottom-color: rgb(147 51 234 / 0.45);
  }

  .lg\:border-b-purple-600\/5 {
    border-bottom-color: rgb(147 51 234 / 0.05);
  }

  .lg\:border-b-purple-600\/50 {
    border-bottom-color: rgb(147 51 234 / 0.5);
  }

  .lg\:border-b-purple-600\/55 {
    border-bottom-color: rgb(147 51 234 / 0.55);
  }

  .lg\:border-b-purple-600\/60 {
    border-bottom-color: rgb(147 51 234 / 0.6);
  }

  .lg\:border-b-purple-600\/65 {
    border-bottom-color: rgb(147 51 234 / 0.65);
  }

  .lg\:border-b-purple-600\/70 {
    border-bottom-color: rgb(147 51 234 / 0.7);
  }

  .lg\:border-b-purple-600\/75 {
    border-bottom-color: rgb(147 51 234 / 0.75);
  }

  .lg\:border-b-purple-600\/80 {
    border-bottom-color: rgb(147 51 234 / 0.8);
  }

  .lg\:border-b-purple-600\/85 {
    border-bottom-color: rgb(147 51 234 / 0.85);
  }

  .lg\:border-b-purple-600\/90 {
    border-bottom-color: rgb(147 51 234 / 0.9);
  }

  .lg\:border-b-purple-600\/95 {
    border-bottom-color: rgb(147 51 234 / 0.95);
  }

  .lg\:border-b-purple-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity));
  }

  .lg\:border-b-purple-700\/0 {
    border-bottom-color: rgb(126 34 206 / 0);
  }

  .lg\:border-b-purple-700\/10 {
    border-bottom-color: rgb(126 34 206 / 0.1);
  }

  .lg\:border-b-purple-700\/100 {
    border-bottom-color: rgb(126 34 206 / 1);
  }

  .lg\:border-b-purple-700\/15 {
    border-bottom-color: rgb(126 34 206 / 0.15);
  }

  .lg\:border-b-purple-700\/20 {
    border-bottom-color: rgb(126 34 206 / 0.2);
  }

  .lg\:border-b-purple-700\/25 {
    border-bottom-color: rgb(126 34 206 / 0.25);
  }

  .lg\:border-b-purple-700\/30 {
    border-bottom-color: rgb(126 34 206 / 0.3);
  }

  .lg\:border-b-purple-700\/35 {
    border-bottom-color: rgb(126 34 206 / 0.35);
  }

  .lg\:border-b-purple-700\/40 {
    border-bottom-color: rgb(126 34 206 / 0.4);
  }

  .lg\:border-b-purple-700\/45 {
    border-bottom-color: rgb(126 34 206 / 0.45);
  }

  .lg\:border-b-purple-700\/5 {
    border-bottom-color: rgb(126 34 206 / 0.05);
  }

  .lg\:border-b-purple-700\/50 {
    border-bottom-color: rgb(126 34 206 / 0.5);
  }

  .lg\:border-b-purple-700\/55 {
    border-bottom-color: rgb(126 34 206 / 0.55);
  }

  .lg\:border-b-purple-700\/60 {
    border-bottom-color: rgb(126 34 206 / 0.6);
  }

  .lg\:border-b-purple-700\/65 {
    border-bottom-color: rgb(126 34 206 / 0.65);
  }

  .lg\:border-b-purple-700\/70 {
    border-bottom-color: rgb(126 34 206 / 0.7);
  }

  .lg\:border-b-purple-700\/75 {
    border-bottom-color: rgb(126 34 206 / 0.75);
  }

  .lg\:border-b-purple-700\/80 {
    border-bottom-color: rgb(126 34 206 / 0.8);
  }

  .lg\:border-b-purple-700\/85 {
    border-bottom-color: rgb(126 34 206 / 0.85);
  }

  .lg\:border-b-purple-700\/90 {
    border-bottom-color: rgb(126 34 206 / 0.9);
  }

  .lg\:border-b-purple-700\/95 {
    border-bottom-color: rgb(126 34 206 / 0.95);
  }

  .lg\:border-b-purple-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity));
  }

  .lg\:border-b-purple-800\/0 {
    border-bottom-color: rgb(107 33 168 / 0);
  }

  .lg\:border-b-purple-800\/10 {
    border-bottom-color: rgb(107 33 168 / 0.1);
  }

  .lg\:border-b-purple-800\/100 {
    border-bottom-color: rgb(107 33 168 / 1);
  }

  .lg\:border-b-purple-800\/15 {
    border-bottom-color: rgb(107 33 168 / 0.15);
  }

  .lg\:border-b-purple-800\/20 {
    border-bottom-color: rgb(107 33 168 / 0.2);
  }

  .lg\:border-b-purple-800\/25 {
    border-bottom-color: rgb(107 33 168 / 0.25);
  }

  .lg\:border-b-purple-800\/30 {
    border-bottom-color: rgb(107 33 168 / 0.3);
  }

  .lg\:border-b-purple-800\/35 {
    border-bottom-color: rgb(107 33 168 / 0.35);
  }

  .lg\:border-b-purple-800\/40 {
    border-bottom-color: rgb(107 33 168 / 0.4);
  }

  .lg\:border-b-purple-800\/45 {
    border-bottom-color: rgb(107 33 168 / 0.45);
  }

  .lg\:border-b-purple-800\/5 {
    border-bottom-color: rgb(107 33 168 / 0.05);
  }

  .lg\:border-b-purple-800\/50 {
    border-bottom-color: rgb(107 33 168 / 0.5);
  }

  .lg\:border-b-purple-800\/55 {
    border-bottom-color: rgb(107 33 168 / 0.55);
  }

  .lg\:border-b-purple-800\/60 {
    border-bottom-color: rgb(107 33 168 / 0.6);
  }

  .lg\:border-b-purple-800\/65 {
    border-bottom-color: rgb(107 33 168 / 0.65);
  }

  .lg\:border-b-purple-800\/70 {
    border-bottom-color: rgb(107 33 168 / 0.7);
  }

  .lg\:border-b-purple-800\/75 {
    border-bottom-color: rgb(107 33 168 / 0.75);
  }

  .lg\:border-b-purple-800\/80 {
    border-bottom-color: rgb(107 33 168 / 0.8);
  }

  .lg\:border-b-purple-800\/85 {
    border-bottom-color: rgb(107 33 168 / 0.85);
  }

  .lg\:border-b-purple-800\/90 {
    border-bottom-color: rgb(107 33 168 / 0.9);
  }

  .lg\:border-b-purple-800\/95 {
    border-bottom-color: rgb(107 33 168 / 0.95);
  }

  .lg\:border-b-purple-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity));
  }

  .lg\:border-b-purple-900\/0 {
    border-bottom-color: rgb(88 28 135 / 0);
  }

  .lg\:border-b-purple-900\/10 {
    border-bottom-color: rgb(88 28 135 / 0.1);
  }

  .lg\:border-b-purple-900\/100 {
    border-bottom-color: rgb(88 28 135 / 1);
  }

  .lg\:border-b-purple-900\/15 {
    border-bottom-color: rgb(88 28 135 / 0.15);
  }

  .lg\:border-b-purple-900\/20 {
    border-bottom-color: rgb(88 28 135 / 0.2);
  }

  .lg\:border-b-purple-900\/25 {
    border-bottom-color: rgb(88 28 135 / 0.25);
  }

  .lg\:border-b-purple-900\/30 {
    border-bottom-color: rgb(88 28 135 / 0.3);
  }

  .lg\:border-b-purple-900\/35 {
    border-bottom-color: rgb(88 28 135 / 0.35);
  }

  .lg\:border-b-purple-900\/40 {
    border-bottom-color: rgb(88 28 135 / 0.4);
  }

  .lg\:border-b-purple-900\/45 {
    border-bottom-color: rgb(88 28 135 / 0.45);
  }

  .lg\:border-b-purple-900\/5 {
    border-bottom-color: rgb(88 28 135 / 0.05);
  }

  .lg\:border-b-purple-900\/50 {
    border-bottom-color: rgb(88 28 135 / 0.5);
  }

  .lg\:border-b-purple-900\/55 {
    border-bottom-color: rgb(88 28 135 / 0.55);
  }

  .lg\:border-b-purple-900\/60 {
    border-bottom-color: rgb(88 28 135 / 0.6);
  }

  .lg\:border-b-purple-900\/65 {
    border-bottom-color: rgb(88 28 135 / 0.65);
  }

  .lg\:border-b-purple-900\/70 {
    border-bottom-color: rgb(88 28 135 / 0.7);
  }

  .lg\:border-b-purple-900\/75 {
    border-bottom-color: rgb(88 28 135 / 0.75);
  }

  .lg\:border-b-purple-900\/80 {
    border-bottom-color: rgb(88 28 135 / 0.8);
  }

  .lg\:border-b-purple-900\/85 {
    border-bottom-color: rgb(88 28 135 / 0.85);
  }

  .lg\:border-b-purple-900\/90 {
    border-bottom-color: rgb(88 28 135 / 0.9);
  }

  .lg\:border-b-purple-900\/95 {
    border-bottom-color: rgb(88 28 135 / 0.95);
  }

  .lg\:border-b-purple-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity));
  }

  .lg\:border-b-purple-950\/0 {
    border-bottom-color: rgb(59 7 100 / 0);
  }

  .lg\:border-b-purple-950\/10 {
    border-bottom-color: rgb(59 7 100 / 0.1);
  }

  .lg\:border-b-purple-950\/100 {
    border-bottom-color: rgb(59 7 100 / 1);
  }

  .lg\:border-b-purple-950\/15 {
    border-bottom-color: rgb(59 7 100 / 0.15);
  }

  .lg\:border-b-purple-950\/20 {
    border-bottom-color: rgb(59 7 100 / 0.2);
  }

  .lg\:border-b-purple-950\/25 {
    border-bottom-color: rgb(59 7 100 / 0.25);
  }

  .lg\:border-b-purple-950\/30 {
    border-bottom-color: rgb(59 7 100 / 0.3);
  }

  .lg\:border-b-purple-950\/35 {
    border-bottom-color: rgb(59 7 100 / 0.35);
  }

  .lg\:border-b-purple-950\/40 {
    border-bottom-color: rgb(59 7 100 / 0.4);
  }

  .lg\:border-b-purple-950\/45 {
    border-bottom-color: rgb(59 7 100 / 0.45);
  }

  .lg\:border-b-purple-950\/5 {
    border-bottom-color: rgb(59 7 100 / 0.05);
  }

  .lg\:border-b-purple-950\/50 {
    border-bottom-color: rgb(59 7 100 / 0.5);
  }

  .lg\:border-b-purple-950\/55 {
    border-bottom-color: rgb(59 7 100 / 0.55);
  }

  .lg\:border-b-purple-950\/60 {
    border-bottom-color: rgb(59 7 100 / 0.6);
  }

  .lg\:border-b-purple-950\/65 {
    border-bottom-color: rgb(59 7 100 / 0.65);
  }

  .lg\:border-b-purple-950\/70 {
    border-bottom-color: rgb(59 7 100 / 0.7);
  }

  .lg\:border-b-purple-950\/75 {
    border-bottom-color: rgb(59 7 100 / 0.75);
  }

  .lg\:border-b-purple-950\/80 {
    border-bottom-color: rgb(59 7 100 / 0.8);
  }

  .lg\:border-b-purple-950\/85 {
    border-bottom-color: rgb(59 7 100 / 0.85);
  }

  .lg\:border-b-purple-950\/90 {
    border-bottom-color: rgb(59 7 100 / 0.9);
  }

  .lg\:border-b-purple-950\/95 {
    border-bottom-color: rgb(59 7 100 / 0.95);
  }

  .lg\:border-b-red-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity));
  }

  .lg\:border-b-red-100\/0 {
    border-bottom-color: rgb(254 226 226 / 0);
  }

  .lg\:border-b-red-100\/10 {
    border-bottom-color: rgb(254 226 226 / 0.1);
  }

  .lg\:border-b-red-100\/100 {
    border-bottom-color: rgb(254 226 226 / 1);
  }

  .lg\:border-b-red-100\/15 {
    border-bottom-color: rgb(254 226 226 / 0.15);
  }

  .lg\:border-b-red-100\/20 {
    border-bottom-color: rgb(254 226 226 / 0.2);
  }

  .lg\:border-b-red-100\/25 {
    border-bottom-color: rgb(254 226 226 / 0.25);
  }

  .lg\:border-b-red-100\/30 {
    border-bottom-color: rgb(254 226 226 / 0.3);
  }

  .lg\:border-b-red-100\/35 {
    border-bottom-color: rgb(254 226 226 / 0.35);
  }

  .lg\:border-b-red-100\/40 {
    border-bottom-color: rgb(254 226 226 / 0.4);
  }

  .lg\:border-b-red-100\/45 {
    border-bottom-color: rgb(254 226 226 / 0.45);
  }

  .lg\:border-b-red-100\/5 {
    border-bottom-color: rgb(254 226 226 / 0.05);
  }

  .lg\:border-b-red-100\/50 {
    border-bottom-color: rgb(254 226 226 / 0.5);
  }

  .lg\:border-b-red-100\/55 {
    border-bottom-color: rgb(254 226 226 / 0.55);
  }

  .lg\:border-b-red-100\/60 {
    border-bottom-color: rgb(254 226 226 / 0.6);
  }

  .lg\:border-b-red-100\/65 {
    border-bottom-color: rgb(254 226 226 / 0.65);
  }

  .lg\:border-b-red-100\/70 {
    border-bottom-color: rgb(254 226 226 / 0.7);
  }

  .lg\:border-b-red-100\/75 {
    border-bottom-color: rgb(254 226 226 / 0.75);
  }

  .lg\:border-b-red-100\/80 {
    border-bottom-color: rgb(254 226 226 / 0.8);
  }

  .lg\:border-b-red-100\/85 {
    border-bottom-color: rgb(254 226 226 / 0.85);
  }

  .lg\:border-b-red-100\/90 {
    border-bottom-color: rgb(254 226 226 / 0.9);
  }

  .lg\:border-b-red-100\/95 {
    border-bottom-color: rgb(254 226 226 / 0.95);
  }

  .lg\:border-b-red-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity));
  }

  .lg\:border-b-red-200\/0 {
    border-bottom-color: rgb(254 202 202 / 0);
  }

  .lg\:border-b-red-200\/10 {
    border-bottom-color: rgb(254 202 202 / 0.1);
  }

  .lg\:border-b-red-200\/100 {
    border-bottom-color: rgb(254 202 202 / 1);
  }

  .lg\:border-b-red-200\/15 {
    border-bottom-color: rgb(254 202 202 / 0.15);
  }

  .lg\:border-b-red-200\/20 {
    border-bottom-color: rgb(254 202 202 / 0.2);
  }

  .lg\:border-b-red-200\/25 {
    border-bottom-color: rgb(254 202 202 / 0.25);
  }

  .lg\:border-b-red-200\/30 {
    border-bottom-color: rgb(254 202 202 / 0.3);
  }

  .lg\:border-b-red-200\/35 {
    border-bottom-color: rgb(254 202 202 / 0.35);
  }

  .lg\:border-b-red-200\/40 {
    border-bottom-color: rgb(254 202 202 / 0.4);
  }

  .lg\:border-b-red-200\/45 {
    border-bottom-color: rgb(254 202 202 / 0.45);
  }

  .lg\:border-b-red-200\/5 {
    border-bottom-color: rgb(254 202 202 / 0.05);
  }

  .lg\:border-b-red-200\/50 {
    border-bottom-color: rgb(254 202 202 / 0.5);
  }

  .lg\:border-b-red-200\/55 {
    border-bottom-color: rgb(254 202 202 / 0.55);
  }

  .lg\:border-b-red-200\/60 {
    border-bottom-color: rgb(254 202 202 / 0.6);
  }

  .lg\:border-b-red-200\/65 {
    border-bottom-color: rgb(254 202 202 / 0.65);
  }

  .lg\:border-b-red-200\/70 {
    border-bottom-color: rgb(254 202 202 / 0.7);
  }

  .lg\:border-b-red-200\/75 {
    border-bottom-color: rgb(254 202 202 / 0.75);
  }

  .lg\:border-b-red-200\/80 {
    border-bottom-color: rgb(254 202 202 / 0.8);
  }

  .lg\:border-b-red-200\/85 {
    border-bottom-color: rgb(254 202 202 / 0.85);
  }

  .lg\:border-b-red-200\/90 {
    border-bottom-color: rgb(254 202 202 / 0.9);
  }

  .lg\:border-b-red-200\/95 {
    border-bottom-color: rgb(254 202 202 / 0.95);
  }

  .lg\:border-b-red-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity));
  }

  .lg\:border-b-red-300\/0 {
    border-bottom-color: rgb(252 165 165 / 0);
  }

  .lg\:border-b-red-300\/10 {
    border-bottom-color: rgb(252 165 165 / 0.1);
  }

  .lg\:border-b-red-300\/100 {
    border-bottom-color: rgb(252 165 165 / 1);
  }

  .lg\:border-b-red-300\/15 {
    border-bottom-color: rgb(252 165 165 / 0.15);
  }

  .lg\:border-b-red-300\/20 {
    border-bottom-color: rgb(252 165 165 / 0.2);
  }

  .lg\:border-b-red-300\/25 {
    border-bottom-color: rgb(252 165 165 / 0.25);
  }

  .lg\:border-b-red-300\/30 {
    border-bottom-color: rgb(252 165 165 / 0.3);
  }

  .lg\:border-b-red-300\/35 {
    border-bottom-color: rgb(252 165 165 / 0.35);
  }

  .lg\:border-b-red-300\/40 {
    border-bottom-color: rgb(252 165 165 / 0.4);
  }

  .lg\:border-b-red-300\/45 {
    border-bottom-color: rgb(252 165 165 / 0.45);
  }

  .lg\:border-b-red-300\/5 {
    border-bottom-color: rgb(252 165 165 / 0.05);
  }

  .lg\:border-b-red-300\/50 {
    border-bottom-color: rgb(252 165 165 / 0.5);
  }

  .lg\:border-b-red-300\/55 {
    border-bottom-color: rgb(252 165 165 / 0.55);
  }

  .lg\:border-b-red-300\/60 {
    border-bottom-color: rgb(252 165 165 / 0.6);
  }

  .lg\:border-b-red-300\/65 {
    border-bottom-color: rgb(252 165 165 / 0.65);
  }

  .lg\:border-b-red-300\/70 {
    border-bottom-color: rgb(252 165 165 / 0.7);
  }

  .lg\:border-b-red-300\/75 {
    border-bottom-color: rgb(252 165 165 / 0.75);
  }

  .lg\:border-b-red-300\/80 {
    border-bottom-color: rgb(252 165 165 / 0.8);
  }

  .lg\:border-b-red-300\/85 {
    border-bottom-color: rgb(252 165 165 / 0.85);
  }

  .lg\:border-b-red-300\/90 {
    border-bottom-color: rgb(252 165 165 / 0.9);
  }

  .lg\:border-b-red-300\/95 {
    border-bottom-color: rgb(252 165 165 / 0.95);
  }

  .lg\:border-b-red-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity));
  }

  .lg\:border-b-red-400\/0 {
    border-bottom-color: rgb(248 113 113 / 0);
  }

  .lg\:border-b-red-400\/10 {
    border-bottom-color: rgb(248 113 113 / 0.1);
  }

  .lg\:border-b-red-400\/100 {
    border-bottom-color: rgb(248 113 113 / 1);
  }

  .lg\:border-b-red-400\/15 {
    border-bottom-color: rgb(248 113 113 / 0.15);
  }

  .lg\:border-b-red-400\/20 {
    border-bottom-color: rgb(248 113 113 / 0.2);
  }

  .lg\:border-b-red-400\/25 {
    border-bottom-color: rgb(248 113 113 / 0.25);
  }

  .lg\:border-b-red-400\/30 {
    border-bottom-color: rgb(248 113 113 / 0.3);
  }

  .lg\:border-b-red-400\/35 {
    border-bottom-color: rgb(248 113 113 / 0.35);
  }

  .lg\:border-b-red-400\/40 {
    border-bottom-color: rgb(248 113 113 / 0.4);
  }

  .lg\:border-b-red-400\/45 {
    border-bottom-color: rgb(248 113 113 / 0.45);
  }

  .lg\:border-b-red-400\/5 {
    border-bottom-color: rgb(248 113 113 / 0.05);
  }

  .lg\:border-b-red-400\/50 {
    border-bottom-color: rgb(248 113 113 / 0.5);
  }

  .lg\:border-b-red-400\/55 {
    border-bottom-color: rgb(248 113 113 / 0.55);
  }

  .lg\:border-b-red-400\/60 {
    border-bottom-color: rgb(248 113 113 / 0.6);
  }

  .lg\:border-b-red-400\/65 {
    border-bottom-color: rgb(248 113 113 / 0.65);
  }

  .lg\:border-b-red-400\/70 {
    border-bottom-color: rgb(248 113 113 / 0.7);
  }

  .lg\:border-b-red-400\/75 {
    border-bottom-color: rgb(248 113 113 / 0.75);
  }

  .lg\:border-b-red-400\/80 {
    border-bottom-color: rgb(248 113 113 / 0.8);
  }

  .lg\:border-b-red-400\/85 {
    border-bottom-color: rgb(248 113 113 / 0.85);
  }

  .lg\:border-b-red-400\/90 {
    border-bottom-color: rgb(248 113 113 / 0.9);
  }

  .lg\:border-b-red-400\/95 {
    border-bottom-color: rgb(248 113 113 / 0.95);
  }

  .lg\:border-b-red-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity));
  }

  .lg\:border-b-red-50\/0 {
    border-bottom-color: rgb(254 242 242 / 0);
  }

  .lg\:border-b-red-50\/10 {
    border-bottom-color: rgb(254 242 242 / 0.1);
  }

  .lg\:border-b-red-50\/100 {
    border-bottom-color: rgb(254 242 242 / 1);
  }

  .lg\:border-b-red-50\/15 {
    border-bottom-color: rgb(254 242 242 / 0.15);
  }

  .lg\:border-b-red-50\/20 {
    border-bottom-color: rgb(254 242 242 / 0.2);
  }

  .lg\:border-b-red-50\/25 {
    border-bottom-color: rgb(254 242 242 / 0.25);
  }

  .lg\:border-b-red-50\/30 {
    border-bottom-color: rgb(254 242 242 / 0.3);
  }

  .lg\:border-b-red-50\/35 {
    border-bottom-color: rgb(254 242 242 / 0.35);
  }

  .lg\:border-b-red-50\/40 {
    border-bottom-color: rgb(254 242 242 / 0.4);
  }

  .lg\:border-b-red-50\/45 {
    border-bottom-color: rgb(254 242 242 / 0.45);
  }

  .lg\:border-b-red-50\/5 {
    border-bottom-color: rgb(254 242 242 / 0.05);
  }

  .lg\:border-b-red-50\/50 {
    border-bottom-color: rgb(254 242 242 / 0.5);
  }

  .lg\:border-b-red-50\/55 {
    border-bottom-color: rgb(254 242 242 / 0.55);
  }

  .lg\:border-b-red-50\/60 {
    border-bottom-color: rgb(254 242 242 / 0.6);
  }

  .lg\:border-b-red-50\/65 {
    border-bottom-color: rgb(254 242 242 / 0.65);
  }

  .lg\:border-b-red-50\/70 {
    border-bottom-color: rgb(254 242 242 / 0.7);
  }

  .lg\:border-b-red-50\/75 {
    border-bottom-color: rgb(254 242 242 / 0.75);
  }

  .lg\:border-b-red-50\/80 {
    border-bottom-color: rgb(254 242 242 / 0.8);
  }

  .lg\:border-b-red-50\/85 {
    border-bottom-color: rgb(254 242 242 / 0.85);
  }

  .lg\:border-b-red-50\/90 {
    border-bottom-color: rgb(254 242 242 / 0.9);
  }

  .lg\:border-b-red-50\/95 {
    border-bottom-color: rgb(254 242 242 / 0.95);
  }

  .lg\:border-b-red-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity));
  }

  .lg\:border-b-red-500\/0 {
    border-bottom-color: rgb(239 68 68 / 0);
  }

  .lg\:border-b-red-500\/10 {
    border-bottom-color: rgb(239 68 68 / 0.1);
  }

  .lg\:border-b-red-500\/100 {
    border-bottom-color: rgb(239 68 68 / 1);
  }

  .lg\:border-b-red-500\/15 {
    border-bottom-color: rgb(239 68 68 / 0.15);
  }

  .lg\:border-b-red-500\/20 {
    border-bottom-color: rgb(239 68 68 / 0.2);
  }

  .lg\:border-b-red-500\/25 {
    border-bottom-color: rgb(239 68 68 / 0.25);
  }

  .lg\:border-b-red-500\/30 {
    border-bottom-color: rgb(239 68 68 / 0.3);
  }

  .lg\:border-b-red-500\/35 {
    border-bottom-color: rgb(239 68 68 / 0.35);
  }

  .lg\:border-b-red-500\/40 {
    border-bottom-color: rgb(239 68 68 / 0.4);
  }

  .lg\:border-b-red-500\/45 {
    border-bottom-color: rgb(239 68 68 / 0.45);
  }

  .lg\:border-b-red-500\/5 {
    border-bottom-color: rgb(239 68 68 / 0.05);
  }

  .lg\:border-b-red-500\/50 {
    border-bottom-color: rgb(239 68 68 / 0.5);
  }

  .lg\:border-b-red-500\/55 {
    border-bottom-color: rgb(239 68 68 / 0.55);
  }

  .lg\:border-b-red-500\/60 {
    border-bottom-color: rgb(239 68 68 / 0.6);
  }

  .lg\:border-b-red-500\/65 {
    border-bottom-color: rgb(239 68 68 / 0.65);
  }

  .lg\:border-b-red-500\/70 {
    border-bottom-color: rgb(239 68 68 / 0.7);
  }

  .lg\:border-b-red-500\/75 {
    border-bottom-color: rgb(239 68 68 / 0.75);
  }

  .lg\:border-b-red-500\/80 {
    border-bottom-color: rgb(239 68 68 / 0.8);
  }

  .lg\:border-b-red-500\/85 {
    border-bottom-color: rgb(239 68 68 / 0.85);
  }

  .lg\:border-b-red-500\/90 {
    border-bottom-color: rgb(239 68 68 / 0.9);
  }

  .lg\:border-b-red-500\/95 {
    border-bottom-color: rgb(239 68 68 / 0.95);
  }

  .lg\:border-b-red-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity));
  }

  .lg\:border-b-red-600\/0 {
    border-bottom-color: rgb(220 38 38 / 0);
  }

  .lg\:border-b-red-600\/10 {
    border-bottom-color: rgb(220 38 38 / 0.1);
  }

  .lg\:border-b-red-600\/100 {
    border-bottom-color: rgb(220 38 38 / 1);
  }

  .lg\:border-b-red-600\/15 {
    border-bottom-color: rgb(220 38 38 / 0.15);
  }

  .lg\:border-b-red-600\/20 {
    border-bottom-color: rgb(220 38 38 / 0.2);
  }

  .lg\:border-b-red-600\/25 {
    border-bottom-color: rgb(220 38 38 / 0.25);
  }

  .lg\:border-b-red-600\/30 {
    border-bottom-color: rgb(220 38 38 / 0.3);
  }

  .lg\:border-b-red-600\/35 {
    border-bottom-color: rgb(220 38 38 / 0.35);
  }

  .lg\:border-b-red-600\/40 {
    border-bottom-color: rgb(220 38 38 / 0.4);
  }

  .lg\:border-b-red-600\/45 {
    border-bottom-color: rgb(220 38 38 / 0.45);
  }

  .lg\:border-b-red-600\/5 {
    border-bottom-color: rgb(220 38 38 / 0.05);
  }

  .lg\:border-b-red-600\/50 {
    border-bottom-color: rgb(220 38 38 / 0.5);
  }

  .lg\:border-b-red-600\/55 {
    border-bottom-color: rgb(220 38 38 / 0.55);
  }

  .lg\:border-b-red-600\/60 {
    border-bottom-color: rgb(220 38 38 / 0.6);
  }

  .lg\:border-b-red-600\/65 {
    border-bottom-color: rgb(220 38 38 / 0.65);
  }

  .lg\:border-b-red-600\/70 {
    border-bottom-color: rgb(220 38 38 / 0.7);
  }

  .lg\:border-b-red-600\/75 {
    border-bottom-color: rgb(220 38 38 / 0.75);
  }

  .lg\:border-b-red-600\/80 {
    border-bottom-color: rgb(220 38 38 / 0.8);
  }

  .lg\:border-b-red-600\/85 {
    border-bottom-color: rgb(220 38 38 / 0.85);
  }

  .lg\:border-b-red-600\/90 {
    border-bottom-color: rgb(220 38 38 / 0.9);
  }

  .lg\:border-b-red-600\/95 {
    border-bottom-color: rgb(220 38 38 / 0.95);
  }

  .lg\:border-b-red-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity));
  }

  .lg\:border-b-red-700\/0 {
    border-bottom-color: rgb(185 28 28 / 0);
  }

  .lg\:border-b-red-700\/10 {
    border-bottom-color: rgb(185 28 28 / 0.1);
  }

  .lg\:border-b-red-700\/100 {
    border-bottom-color: rgb(185 28 28 / 1);
  }

  .lg\:border-b-red-700\/15 {
    border-bottom-color: rgb(185 28 28 / 0.15);
  }

  .lg\:border-b-red-700\/20 {
    border-bottom-color: rgb(185 28 28 / 0.2);
  }

  .lg\:border-b-red-700\/25 {
    border-bottom-color: rgb(185 28 28 / 0.25);
  }

  .lg\:border-b-red-700\/30 {
    border-bottom-color: rgb(185 28 28 / 0.3);
  }

  .lg\:border-b-red-700\/35 {
    border-bottom-color: rgb(185 28 28 / 0.35);
  }

  .lg\:border-b-red-700\/40 {
    border-bottom-color: rgb(185 28 28 / 0.4);
  }

  .lg\:border-b-red-700\/45 {
    border-bottom-color: rgb(185 28 28 / 0.45);
  }

  .lg\:border-b-red-700\/5 {
    border-bottom-color: rgb(185 28 28 / 0.05);
  }

  .lg\:border-b-red-700\/50 {
    border-bottom-color: rgb(185 28 28 / 0.5);
  }

  .lg\:border-b-red-700\/55 {
    border-bottom-color: rgb(185 28 28 / 0.55);
  }

  .lg\:border-b-red-700\/60 {
    border-bottom-color: rgb(185 28 28 / 0.6);
  }

  .lg\:border-b-red-700\/65 {
    border-bottom-color: rgb(185 28 28 / 0.65);
  }

  .lg\:border-b-red-700\/70 {
    border-bottom-color: rgb(185 28 28 / 0.7);
  }

  .lg\:border-b-red-700\/75 {
    border-bottom-color: rgb(185 28 28 / 0.75);
  }

  .lg\:border-b-red-700\/80 {
    border-bottom-color: rgb(185 28 28 / 0.8);
  }

  .lg\:border-b-red-700\/85 {
    border-bottom-color: rgb(185 28 28 / 0.85);
  }

  .lg\:border-b-red-700\/90 {
    border-bottom-color: rgb(185 28 28 / 0.9);
  }

  .lg\:border-b-red-700\/95 {
    border-bottom-color: rgb(185 28 28 / 0.95);
  }

  .lg\:border-b-red-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity));
  }

  .lg\:border-b-red-800\/0 {
    border-bottom-color: rgb(153 27 27 / 0);
  }

  .lg\:border-b-red-800\/10 {
    border-bottom-color: rgb(153 27 27 / 0.1);
  }

  .lg\:border-b-red-800\/100 {
    border-bottom-color: rgb(153 27 27 / 1);
  }

  .lg\:border-b-red-800\/15 {
    border-bottom-color: rgb(153 27 27 / 0.15);
  }

  .lg\:border-b-red-800\/20 {
    border-bottom-color: rgb(153 27 27 / 0.2);
  }

  .lg\:border-b-red-800\/25 {
    border-bottom-color: rgb(153 27 27 / 0.25);
  }

  .lg\:border-b-red-800\/30 {
    border-bottom-color: rgb(153 27 27 / 0.3);
  }

  .lg\:border-b-red-800\/35 {
    border-bottom-color: rgb(153 27 27 / 0.35);
  }

  .lg\:border-b-red-800\/40 {
    border-bottom-color: rgb(153 27 27 / 0.4);
  }

  .lg\:border-b-red-800\/45 {
    border-bottom-color: rgb(153 27 27 / 0.45);
  }

  .lg\:border-b-red-800\/5 {
    border-bottom-color: rgb(153 27 27 / 0.05);
  }

  .lg\:border-b-red-800\/50 {
    border-bottom-color: rgb(153 27 27 / 0.5);
  }

  .lg\:border-b-red-800\/55 {
    border-bottom-color: rgb(153 27 27 / 0.55);
  }

  .lg\:border-b-red-800\/60 {
    border-bottom-color: rgb(153 27 27 / 0.6);
  }

  .lg\:border-b-red-800\/65 {
    border-bottom-color: rgb(153 27 27 / 0.65);
  }

  .lg\:border-b-red-800\/70 {
    border-bottom-color: rgb(153 27 27 / 0.7);
  }

  .lg\:border-b-red-800\/75 {
    border-bottom-color: rgb(153 27 27 / 0.75);
  }

  .lg\:border-b-red-800\/80 {
    border-bottom-color: rgb(153 27 27 / 0.8);
  }

  .lg\:border-b-red-800\/85 {
    border-bottom-color: rgb(153 27 27 / 0.85);
  }

  .lg\:border-b-red-800\/90 {
    border-bottom-color: rgb(153 27 27 / 0.9);
  }

  .lg\:border-b-red-800\/95 {
    border-bottom-color: rgb(153 27 27 / 0.95);
  }

  .lg\:border-b-red-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity));
  }

  .lg\:border-b-red-900\/0 {
    border-bottom-color: rgb(127 29 29 / 0);
  }

  .lg\:border-b-red-900\/10 {
    border-bottom-color: rgb(127 29 29 / 0.1);
  }

  .lg\:border-b-red-900\/100 {
    border-bottom-color: rgb(127 29 29 / 1);
  }

  .lg\:border-b-red-900\/15 {
    border-bottom-color: rgb(127 29 29 / 0.15);
  }

  .lg\:border-b-red-900\/20 {
    border-bottom-color: rgb(127 29 29 / 0.2);
  }

  .lg\:border-b-red-900\/25 {
    border-bottom-color: rgb(127 29 29 / 0.25);
  }

  .lg\:border-b-red-900\/30 {
    border-bottom-color: rgb(127 29 29 / 0.3);
  }

  .lg\:border-b-red-900\/35 {
    border-bottom-color: rgb(127 29 29 / 0.35);
  }

  .lg\:border-b-red-900\/40 {
    border-bottom-color: rgb(127 29 29 / 0.4);
  }

  .lg\:border-b-red-900\/45 {
    border-bottom-color: rgb(127 29 29 / 0.45);
  }

  .lg\:border-b-red-900\/5 {
    border-bottom-color: rgb(127 29 29 / 0.05);
  }

  .lg\:border-b-red-900\/50 {
    border-bottom-color: rgb(127 29 29 / 0.5);
  }

  .lg\:border-b-red-900\/55 {
    border-bottom-color: rgb(127 29 29 / 0.55);
  }

  .lg\:border-b-red-900\/60 {
    border-bottom-color: rgb(127 29 29 / 0.6);
  }

  .lg\:border-b-red-900\/65 {
    border-bottom-color: rgb(127 29 29 / 0.65);
  }

  .lg\:border-b-red-900\/70 {
    border-bottom-color: rgb(127 29 29 / 0.7);
  }

  .lg\:border-b-red-900\/75 {
    border-bottom-color: rgb(127 29 29 / 0.75);
  }

  .lg\:border-b-red-900\/80 {
    border-bottom-color: rgb(127 29 29 / 0.8);
  }

  .lg\:border-b-red-900\/85 {
    border-bottom-color: rgb(127 29 29 / 0.85);
  }

  .lg\:border-b-red-900\/90 {
    border-bottom-color: rgb(127 29 29 / 0.9);
  }

  .lg\:border-b-red-900\/95 {
    border-bottom-color: rgb(127 29 29 / 0.95);
  }

  .lg\:border-b-red-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity));
  }

  .lg\:border-b-red-950\/0 {
    border-bottom-color: rgb(69 10 10 / 0);
  }

  .lg\:border-b-red-950\/10 {
    border-bottom-color: rgb(69 10 10 / 0.1);
  }

  .lg\:border-b-red-950\/100 {
    border-bottom-color: rgb(69 10 10 / 1);
  }

  .lg\:border-b-red-950\/15 {
    border-bottom-color: rgb(69 10 10 / 0.15);
  }

  .lg\:border-b-red-950\/20 {
    border-bottom-color: rgb(69 10 10 / 0.2);
  }

  .lg\:border-b-red-950\/25 {
    border-bottom-color: rgb(69 10 10 / 0.25);
  }

  .lg\:border-b-red-950\/30 {
    border-bottom-color: rgb(69 10 10 / 0.3);
  }

  .lg\:border-b-red-950\/35 {
    border-bottom-color: rgb(69 10 10 / 0.35);
  }

  .lg\:border-b-red-950\/40 {
    border-bottom-color: rgb(69 10 10 / 0.4);
  }

  .lg\:border-b-red-950\/45 {
    border-bottom-color: rgb(69 10 10 / 0.45);
  }

  .lg\:border-b-red-950\/5 {
    border-bottom-color: rgb(69 10 10 / 0.05);
  }

  .lg\:border-b-red-950\/50 {
    border-bottom-color: rgb(69 10 10 / 0.5);
  }

  .lg\:border-b-red-950\/55 {
    border-bottom-color: rgb(69 10 10 / 0.55);
  }

  .lg\:border-b-red-950\/60 {
    border-bottom-color: rgb(69 10 10 / 0.6);
  }

  .lg\:border-b-red-950\/65 {
    border-bottom-color: rgb(69 10 10 / 0.65);
  }

  .lg\:border-b-red-950\/70 {
    border-bottom-color: rgb(69 10 10 / 0.7);
  }

  .lg\:border-b-red-950\/75 {
    border-bottom-color: rgb(69 10 10 / 0.75);
  }

  .lg\:border-b-red-950\/80 {
    border-bottom-color: rgb(69 10 10 / 0.8);
  }

  .lg\:border-b-red-950\/85 {
    border-bottom-color: rgb(69 10 10 / 0.85);
  }

  .lg\:border-b-red-950\/90 {
    border-bottom-color: rgb(69 10 10 / 0.9);
  }

  .lg\:border-b-red-950\/95 {
    border-bottom-color: rgb(69 10 10 / 0.95);
  }

  .lg\:border-b-rose-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity));
  }

  .lg\:border-b-rose-100\/0 {
    border-bottom-color: rgb(255 228 230 / 0);
  }

  .lg\:border-b-rose-100\/10 {
    border-bottom-color: rgb(255 228 230 / 0.1);
  }

  .lg\:border-b-rose-100\/100 {
    border-bottom-color: rgb(255 228 230 / 1);
  }

  .lg\:border-b-rose-100\/15 {
    border-bottom-color: rgb(255 228 230 / 0.15);
  }

  .lg\:border-b-rose-100\/20 {
    border-bottom-color: rgb(255 228 230 / 0.2);
  }

  .lg\:border-b-rose-100\/25 {
    border-bottom-color: rgb(255 228 230 / 0.25);
  }

  .lg\:border-b-rose-100\/30 {
    border-bottom-color: rgb(255 228 230 / 0.3);
  }

  .lg\:border-b-rose-100\/35 {
    border-bottom-color: rgb(255 228 230 / 0.35);
  }

  .lg\:border-b-rose-100\/40 {
    border-bottom-color: rgb(255 228 230 / 0.4);
  }

  .lg\:border-b-rose-100\/45 {
    border-bottom-color: rgb(255 228 230 / 0.45);
  }

  .lg\:border-b-rose-100\/5 {
    border-bottom-color: rgb(255 228 230 / 0.05);
  }

  .lg\:border-b-rose-100\/50 {
    border-bottom-color: rgb(255 228 230 / 0.5);
  }

  .lg\:border-b-rose-100\/55 {
    border-bottom-color: rgb(255 228 230 / 0.55);
  }

  .lg\:border-b-rose-100\/60 {
    border-bottom-color: rgb(255 228 230 / 0.6);
  }

  .lg\:border-b-rose-100\/65 {
    border-bottom-color: rgb(255 228 230 / 0.65);
  }

  .lg\:border-b-rose-100\/70 {
    border-bottom-color: rgb(255 228 230 / 0.7);
  }

  .lg\:border-b-rose-100\/75 {
    border-bottom-color: rgb(255 228 230 / 0.75);
  }

  .lg\:border-b-rose-100\/80 {
    border-bottom-color: rgb(255 228 230 / 0.8);
  }

  .lg\:border-b-rose-100\/85 {
    border-bottom-color: rgb(255 228 230 / 0.85);
  }

  .lg\:border-b-rose-100\/90 {
    border-bottom-color: rgb(255 228 230 / 0.9);
  }

  .lg\:border-b-rose-100\/95 {
    border-bottom-color: rgb(255 228 230 / 0.95);
  }

  .lg\:border-b-rose-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity));
  }

  .lg\:border-b-rose-200\/0 {
    border-bottom-color: rgb(254 205 211 / 0);
  }

  .lg\:border-b-rose-200\/10 {
    border-bottom-color: rgb(254 205 211 / 0.1);
  }

  .lg\:border-b-rose-200\/100 {
    border-bottom-color: rgb(254 205 211 / 1);
  }

  .lg\:border-b-rose-200\/15 {
    border-bottom-color: rgb(254 205 211 / 0.15);
  }

  .lg\:border-b-rose-200\/20 {
    border-bottom-color: rgb(254 205 211 / 0.2);
  }

  .lg\:border-b-rose-200\/25 {
    border-bottom-color: rgb(254 205 211 / 0.25);
  }

  .lg\:border-b-rose-200\/30 {
    border-bottom-color: rgb(254 205 211 / 0.3);
  }

  .lg\:border-b-rose-200\/35 {
    border-bottom-color: rgb(254 205 211 / 0.35);
  }

  .lg\:border-b-rose-200\/40 {
    border-bottom-color: rgb(254 205 211 / 0.4);
  }

  .lg\:border-b-rose-200\/45 {
    border-bottom-color: rgb(254 205 211 / 0.45);
  }

  .lg\:border-b-rose-200\/5 {
    border-bottom-color: rgb(254 205 211 / 0.05);
  }

  .lg\:border-b-rose-200\/50 {
    border-bottom-color: rgb(254 205 211 / 0.5);
  }

  .lg\:border-b-rose-200\/55 {
    border-bottom-color: rgb(254 205 211 / 0.55);
  }

  .lg\:border-b-rose-200\/60 {
    border-bottom-color: rgb(254 205 211 / 0.6);
  }

  .lg\:border-b-rose-200\/65 {
    border-bottom-color: rgb(254 205 211 / 0.65);
  }

  .lg\:border-b-rose-200\/70 {
    border-bottom-color: rgb(254 205 211 / 0.7);
  }

  .lg\:border-b-rose-200\/75 {
    border-bottom-color: rgb(254 205 211 / 0.75);
  }

  .lg\:border-b-rose-200\/80 {
    border-bottom-color: rgb(254 205 211 / 0.8);
  }

  .lg\:border-b-rose-200\/85 {
    border-bottom-color: rgb(254 205 211 / 0.85);
  }

  .lg\:border-b-rose-200\/90 {
    border-bottom-color: rgb(254 205 211 / 0.9);
  }

  .lg\:border-b-rose-200\/95 {
    border-bottom-color: rgb(254 205 211 / 0.95);
  }

  .lg\:border-b-rose-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity));
  }

  .lg\:border-b-rose-300\/0 {
    border-bottom-color: rgb(253 164 175 / 0);
  }

  .lg\:border-b-rose-300\/10 {
    border-bottom-color: rgb(253 164 175 / 0.1);
  }

  .lg\:border-b-rose-300\/100 {
    border-bottom-color: rgb(253 164 175 / 1);
  }

  .lg\:border-b-rose-300\/15 {
    border-bottom-color: rgb(253 164 175 / 0.15);
  }

  .lg\:border-b-rose-300\/20 {
    border-bottom-color: rgb(253 164 175 / 0.2);
  }

  .lg\:border-b-rose-300\/25 {
    border-bottom-color: rgb(253 164 175 / 0.25);
  }

  .lg\:border-b-rose-300\/30 {
    border-bottom-color: rgb(253 164 175 / 0.3);
  }

  .lg\:border-b-rose-300\/35 {
    border-bottom-color: rgb(253 164 175 / 0.35);
  }

  .lg\:border-b-rose-300\/40 {
    border-bottom-color: rgb(253 164 175 / 0.4);
  }

  .lg\:border-b-rose-300\/45 {
    border-bottom-color: rgb(253 164 175 / 0.45);
  }

  .lg\:border-b-rose-300\/5 {
    border-bottom-color: rgb(253 164 175 / 0.05);
  }

  .lg\:border-b-rose-300\/50 {
    border-bottom-color: rgb(253 164 175 / 0.5);
  }

  .lg\:border-b-rose-300\/55 {
    border-bottom-color: rgb(253 164 175 / 0.55);
  }

  .lg\:border-b-rose-300\/60 {
    border-bottom-color: rgb(253 164 175 / 0.6);
  }

  .lg\:border-b-rose-300\/65 {
    border-bottom-color: rgb(253 164 175 / 0.65);
  }

  .lg\:border-b-rose-300\/70 {
    border-bottom-color: rgb(253 164 175 / 0.7);
  }

  .lg\:border-b-rose-300\/75 {
    border-bottom-color: rgb(253 164 175 / 0.75);
  }

  .lg\:border-b-rose-300\/80 {
    border-bottom-color: rgb(253 164 175 / 0.8);
  }

  .lg\:border-b-rose-300\/85 {
    border-bottom-color: rgb(253 164 175 / 0.85);
  }

  .lg\:border-b-rose-300\/90 {
    border-bottom-color: rgb(253 164 175 / 0.9);
  }

  .lg\:border-b-rose-300\/95 {
    border-bottom-color: rgb(253 164 175 / 0.95);
  }

  .lg\:border-b-rose-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity));
  }

  .lg\:border-b-rose-400\/0 {
    border-bottom-color: rgb(251 113 133 / 0);
  }

  .lg\:border-b-rose-400\/10 {
    border-bottom-color: rgb(251 113 133 / 0.1);
  }

  .lg\:border-b-rose-400\/100 {
    border-bottom-color: rgb(251 113 133 / 1);
  }

  .lg\:border-b-rose-400\/15 {
    border-bottom-color: rgb(251 113 133 / 0.15);
  }

  .lg\:border-b-rose-400\/20 {
    border-bottom-color: rgb(251 113 133 / 0.2);
  }

  .lg\:border-b-rose-400\/25 {
    border-bottom-color: rgb(251 113 133 / 0.25);
  }

  .lg\:border-b-rose-400\/30 {
    border-bottom-color: rgb(251 113 133 / 0.3);
  }

  .lg\:border-b-rose-400\/35 {
    border-bottom-color: rgb(251 113 133 / 0.35);
  }

  .lg\:border-b-rose-400\/40 {
    border-bottom-color: rgb(251 113 133 / 0.4);
  }

  .lg\:border-b-rose-400\/45 {
    border-bottom-color: rgb(251 113 133 / 0.45);
  }

  .lg\:border-b-rose-400\/5 {
    border-bottom-color: rgb(251 113 133 / 0.05);
  }

  .lg\:border-b-rose-400\/50 {
    border-bottom-color: rgb(251 113 133 / 0.5);
  }

  .lg\:border-b-rose-400\/55 {
    border-bottom-color: rgb(251 113 133 / 0.55);
  }

  .lg\:border-b-rose-400\/60 {
    border-bottom-color: rgb(251 113 133 / 0.6);
  }

  .lg\:border-b-rose-400\/65 {
    border-bottom-color: rgb(251 113 133 / 0.65);
  }

  .lg\:border-b-rose-400\/70 {
    border-bottom-color: rgb(251 113 133 / 0.7);
  }

  .lg\:border-b-rose-400\/75 {
    border-bottom-color: rgb(251 113 133 / 0.75);
  }

  .lg\:border-b-rose-400\/80 {
    border-bottom-color: rgb(251 113 133 / 0.8);
  }

  .lg\:border-b-rose-400\/85 {
    border-bottom-color: rgb(251 113 133 / 0.85);
  }

  .lg\:border-b-rose-400\/90 {
    border-bottom-color: rgb(251 113 133 / 0.9);
  }

  .lg\:border-b-rose-400\/95 {
    border-bottom-color: rgb(251 113 133 / 0.95);
  }

  .lg\:border-b-rose-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity));
  }

  .lg\:border-b-rose-50\/0 {
    border-bottom-color: rgb(255 241 242 / 0);
  }

  .lg\:border-b-rose-50\/10 {
    border-bottom-color: rgb(255 241 242 / 0.1);
  }

  .lg\:border-b-rose-50\/100 {
    border-bottom-color: rgb(255 241 242 / 1);
  }

  .lg\:border-b-rose-50\/15 {
    border-bottom-color: rgb(255 241 242 / 0.15);
  }

  .lg\:border-b-rose-50\/20 {
    border-bottom-color: rgb(255 241 242 / 0.2);
  }

  .lg\:border-b-rose-50\/25 {
    border-bottom-color: rgb(255 241 242 / 0.25);
  }

  .lg\:border-b-rose-50\/30 {
    border-bottom-color: rgb(255 241 242 / 0.3);
  }

  .lg\:border-b-rose-50\/35 {
    border-bottom-color: rgb(255 241 242 / 0.35);
  }

  .lg\:border-b-rose-50\/40 {
    border-bottom-color: rgb(255 241 242 / 0.4);
  }

  .lg\:border-b-rose-50\/45 {
    border-bottom-color: rgb(255 241 242 / 0.45);
  }

  .lg\:border-b-rose-50\/5 {
    border-bottom-color: rgb(255 241 242 / 0.05);
  }

  .lg\:border-b-rose-50\/50 {
    border-bottom-color: rgb(255 241 242 / 0.5);
  }

  .lg\:border-b-rose-50\/55 {
    border-bottom-color: rgb(255 241 242 / 0.55);
  }

  .lg\:border-b-rose-50\/60 {
    border-bottom-color: rgb(255 241 242 / 0.6);
  }

  .lg\:border-b-rose-50\/65 {
    border-bottom-color: rgb(255 241 242 / 0.65);
  }

  .lg\:border-b-rose-50\/70 {
    border-bottom-color: rgb(255 241 242 / 0.7);
  }

  .lg\:border-b-rose-50\/75 {
    border-bottom-color: rgb(255 241 242 / 0.75);
  }

  .lg\:border-b-rose-50\/80 {
    border-bottom-color: rgb(255 241 242 / 0.8);
  }

  .lg\:border-b-rose-50\/85 {
    border-bottom-color: rgb(255 241 242 / 0.85);
  }

  .lg\:border-b-rose-50\/90 {
    border-bottom-color: rgb(255 241 242 / 0.9);
  }

  .lg\:border-b-rose-50\/95 {
    border-bottom-color: rgb(255 241 242 / 0.95);
  }

  .lg\:border-b-rose-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity));
  }

  .lg\:border-b-rose-500\/0 {
    border-bottom-color: rgb(244 63 94 / 0);
  }

  .lg\:border-b-rose-500\/10 {
    border-bottom-color: rgb(244 63 94 / 0.1);
  }

  .lg\:border-b-rose-500\/100 {
    border-bottom-color: rgb(244 63 94 / 1);
  }

  .lg\:border-b-rose-500\/15 {
    border-bottom-color: rgb(244 63 94 / 0.15);
  }

  .lg\:border-b-rose-500\/20 {
    border-bottom-color: rgb(244 63 94 / 0.2);
  }

  .lg\:border-b-rose-500\/25 {
    border-bottom-color: rgb(244 63 94 / 0.25);
  }

  .lg\:border-b-rose-500\/30 {
    border-bottom-color: rgb(244 63 94 / 0.3);
  }

  .lg\:border-b-rose-500\/35 {
    border-bottom-color: rgb(244 63 94 / 0.35);
  }

  .lg\:border-b-rose-500\/40 {
    border-bottom-color: rgb(244 63 94 / 0.4);
  }

  .lg\:border-b-rose-500\/45 {
    border-bottom-color: rgb(244 63 94 / 0.45);
  }

  .lg\:border-b-rose-500\/5 {
    border-bottom-color: rgb(244 63 94 / 0.05);
  }

  .lg\:border-b-rose-500\/50 {
    border-bottom-color: rgb(244 63 94 / 0.5);
  }

  .lg\:border-b-rose-500\/55 {
    border-bottom-color: rgb(244 63 94 / 0.55);
  }

  .lg\:border-b-rose-500\/60 {
    border-bottom-color: rgb(244 63 94 / 0.6);
  }

  .lg\:border-b-rose-500\/65 {
    border-bottom-color: rgb(244 63 94 / 0.65);
  }

  .lg\:border-b-rose-500\/70 {
    border-bottom-color: rgb(244 63 94 / 0.7);
  }

  .lg\:border-b-rose-500\/75 {
    border-bottom-color: rgb(244 63 94 / 0.75);
  }

  .lg\:border-b-rose-500\/80 {
    border-bottom-color: rgb(244 63 94 / 0.8);
  }

  .lg\:border-b-rose-500\/85 {
    border-bottom-color: rgb(244 63 94 / 0.85);
  }

  .lg\:border-b-rose-500\/90 {
    border-bottom-color: rgb(244 63 94 / 0.9);
  }

  .lg\:border-b-rose-500\/95 {
    border-bottom-color: rgb(244 63 94 / 0.95);
  }

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

  .lg\:border-b-rose-600\/0 {
    border-bottom-color: rgb(225 29 72 / 0);
  }

  .lg\:border-b-rose-600\/10 {
    border-bottom-color: rgb(225 29 72 / 0.1);
  }

  .lg\:border-b-rose-600\/100 {
    border-bottom-color: rgb(225 29 72 / 1);
  }

  .lg\:border-b-rose-600\/15 {
    border-bottom-color: rgb(225 29 72 / 0.15);
  }

  .lg\:border-b-rose-600\/20 {
    border-bottom-color: rgb(225 29 72 / 0.2);
  }

  .lg\:border-b-rose-600\/25 {
    border-bottom-color: rgb(225 29 72 / 0.25);
  }

  .lg\:border-b-rose-600\/30 {
    border-bottom-color: rgb(225 29 72 / 0.3);
  }

  .lg\:border-b-rose-600\/35 {
    border-bottom-color: rgb(225 29 72 / 0.35);
  }

  .lg\:border-b-rose-600\/40 {
    border-bottom-color: rgb(225 29 72 / 0.4);
  }

  .lg\:border-b-rose-600\/45 {
    border-bottom-color: rgb(225 29 72 / 0.45);
  }

  .lg\:border-b-rose-600\/5 {
    border-bottom-color: rgb(225 29 72 / 0.05);
  }

  .lg\:border-b-rose-600\/50 {
    border-bottom-color: rgb(225 29 72 / 0.5);
  }

  .lg\:border-b-rose-600\/55 {
    border-bottom-color: rgb(225 29 72 / 0.55);
  }

  .lg\:border-b-rose-600\/60 {
    border-bottom-color: rgb(225 29 72 / 0.6);
  }

  .lg\:border-b-rose-600\/65 {
    border-bottom-color: rgb(225 29 72 / 0.65);
  }

  .lg\:border-b-rose-600\/70 {
    border-bottom-color: rgb(225 29 72 / 0.7);
  }

  .lg\:border-b-rose-600\/75 {
    border-bottom-color: rgb(225 29 72 / 0.75);
  }

  .lg\:border-b-rose-600\/80 {
    border-bottom-color: rgb(225 29 72 / 0.8);
  }

  .lg\:border-b-rose-600\/85 {
    border-bottom-color: rgb(225 29 72 / 0.85);
  }

  .lg\:border-b-rose-600\/90 {
    border-bottom-color: rgb(225 29 72 / 0.9);
  }

  .lg\:border-b-rose-600\/95 {
    border-bottom-color: rgb(225 29 72 / 0.95);
  }

  .lg\:border-b-rose-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity));
  }

  .lg\:border-b-rose-700\/0 {
    border-bottom-color: rgb(190 18 60 / 0);
  }

  .lg\:border-b-rose-700\/10 {
    border-bottom-color: rgb(190 18 60 / 0.1);
  }

  .lg\:border-b-rose-700\/100 {
    border-bottom-color: rgb(190 18 60 / 1);
  }

  .lg\:border-b-rose-700\/15 {
    border-bottom-color: rgb(190 18 60 / 0.15);
  }

  .lg\:border-b-rose-700\/20 {
    border-bottom-color: rgb(190 18 60 / 0.2);
  }

  .lg\:border-b-rose-700\/25 {
    border-bottom-color: rgb(190 18 60 / 0.25);
  }

  .lg\:border-b-rose-700\/30 {
    border-bottom-color: rgb(190 18 60 / 0.3);
  }

  .lg\:border-b-rose-700\/35 {
    border-bottom-color: rgb(190 18 60 / 0.35);
  }

  .lg\:border-b-rose-700\/40 {
    border-bottom-color: rgb(190 18 60 / 0.4);
  }

  .lg\:border-b-rose-700\/45 {
    border-bottom-color: rgb(190 18 60 / 0.45);
  }

  .lg\:border-b-rose-700\/5 {
    border-bottom-color: rgb(190 18 60 / 0.05);
  }

  .lg\:border-b-rose-700\/50 {
    border-bottom-color: rgb(190 18 60 / 0.5);
  }

  .lg\:border-b-rose-700\/55 {
    border-bottom-color: rgb(190 18 60 / 0.55);
  }

  .lg\:border-b-rose-700\/60 {
    border-bottom-color: rgb(190 18 60 / 0.6);
  }

  .lg\:border-b-rose-700\/65 {
    border-bottom-color: rgb(190 18 60 / 0.65);
  }

  .lg\:border-b-rose-700\/70 {
    border-bottom-color: rgb(190 18 60 / 0.7);
  }

  .lg\:border-b-rose-700\/75 {
    border-bottom-color: rgb(190 18 60 / 0.75);
  }

  .lg\:border-b-rose-700\/80 {
    border-bottom-color: rgb(190 18 60 / 0.8);
  }

  .lg\:border-b-rose-700\/85 {
    border-bottom-color: rgb(190 18 60 / 0.85);
  }

  .lg\:border-b-rose-700\/90 {
    border-bottom-color: rgb(190 18 60 / 0.9);
  }

  .lg\:border-b-rose-700\/95 {
    border-bottom-color: rgb(190 18 60 / 0.95);
  }

  .lg\:border-b-rose-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity));
  }

  .lg\:border-b-rose-800\/0 {
    border-bottom-color: rgb(159 18 57 / 0);
  }

  .lg\:border-b-rose-800\/10 {
    border-bottom-color: rgb(159 18 57 / 0.1);
  }

  .lg\:border-b-rose-800\/100 {
    border-bottom-color: rgb(159 18 57 / 1);
  }

  .lg\:border-b-rose-800\/15 {
    border-bottom-color: rgb(159 18 57 / 0.15);
  }

  .lg\:border-b-rose-800\/20 {
    border-bottom-color: rgb(159 18 57 / 0.2);
  }

  .lg\:border-b-rose-800\/25 {
    border-bottom-color: rgb(159 18 57 / 0.25);
  }

  .lg\:border-b-rose-800\/30 {
    border-bottom-color: rgb(159 18 57 / 0.3);
  }

  .lg\:border-b-rose-800\/35 {
    border-bottom-color: rgb(159 18 57 / 0.35);
  }

  .lg\:border-b-rose-800\/40 {
    border-bottom-color: rgb(159 18 57 / 0.4);
  }

  .lg\:border-b-rose-800\/45 {
    border-bottom-color: rgb(159 18 57 / 0.45);
  }

  .lg\:border-b-rose-800\/5 {
    border-bottom-color: rgb(159 18 57 / 0.05);
  }

  .lg\:border-b-rose-800\/50 {
    border-bottom-color: rgb(159 18 57 / 0.5);
  }

  .lg\:border-b-rose-800\/55 {
    border-bottom-color: rgb(159 18 57 / 0.55);
  }

  .lg\:border-b-rose-800\/60 {
    border-bottom-color: rgb(159 18 57 / 0.6);
  }

  .lg\:border-b-rose-800\/65 {
    border-bottom-color: rgb(159 18 57 / 0.65);
  }

  .lg\:border-b-rose-800\/70 {
    border-bottom-color: rgb(159 18 57 / 0.7);
  }

  .lg\:border-b-rose-800\/75 {
    border-bottom-color: rgb(159 18 57 / 0.75);
  }

  .lg\:border-b-rose-800\/80 {
    border-bottom-color: rgb(159 18 57 / 0.8);
  }

  .lg\:border-b-rose-800\/85 {
    border-bottom-color: rgb(159 18 57 / 0.85);
  }

  .lg\:border-b-rose-800\/90 {
    border-bottom-color: rgb(159 18 57 / 0.9);
  }

  .lg\:border-b-rose-800\/95 {
    border-bottom-color: rgb(159 18 57 / 0.95);
  }

  .lg\:border-b-rose-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity));
  }

  .lg\:border-b-rose-900\/0 {
    border-bottom-color: rgb(136 19 55 / 0);
  }

  .lg\:border-b-rose-900\/10 {
    border-bottom-color: rgb(136 19 55 / 0.1);
  }

  .lg\:border-b-rose-900\/100 {
    border-bottom-color: rgb(136 19 55 / 1);
  }

  .lg\:border-b-rose-900\/15 {
    border-bottom-color: rgb(136 19 55 / 0.15);
  }

  .lg\:border-b-rose-900\/20 {
    border-bottom-color: rgb(136 19 55 / 0.2);
  }

  .lg\:border-b-rose-900\/25 {
    border-bottom-color: rgb(136 19 55 / 0.25);
  }

  .lg\:border-b-rose-900\/30 {
    border-bottom-color: rgb(136 19 55 / 0.3);
  }

  .lg\:border-b-rose-900\/35 {
    border-bottom-color: rgb(136 19 55 / 0.35);
  }

  .lg\:border-b-rose-900\/40 {
    border-bottom-color: rgb(136 19 55 / 0.4);
  }

  .lg\:border-b-rose-900\/45 {
    border-bottom-color: rgb(136 19 55 / 0.45);
  }

  .lg\:border-b-rose-900\/5 {
    border-bottom-color: rgb(136 19 55 / 0.05);
  }

  .lg\:border-b-rose-900\/50 {
    border-bottom-color: rgb(136 19 55 / 0.5);
  }

  .lg\:border-b-rose-900\/55 {
    border-bottom-color: rgb(136 19 55 / 0.55);
  }

  .lg\:border-b-rose-900\/60 {
    border-bottom-color: rgb(136 19 55 / 0.6);
  }

  .lg\:border-b-rose-900\/65 {
    border-bottom-color: rgb(136 19 55 / 0.65);
  }

  .lg\:border-b-rose-900\/70 {
    border-bottom-color: rgb(136 19 55 / 0.7);
  }

  .lg\:border-b-rose-900\/75 {
    border-bottom-color: rgb(136 19 55 / 0.75);
  }

  .lg\:border-b-rose-900\/80 {
    border-bottom-color: rgb(136 19 55 / 0.8);
  }

  .lg\:border-b-rose-900\/85 {
    border-bottom-color: rgb(136 19 55 / 0.85);
  }

  .lg\:border-b-rose-900\/90 {
    border-bottom-color: rgb(136 19 55 / 0.9);
  }

  .lg\:border-b-rose-900\/95 {
    border-bottom-color: rgb(136 19 55 / 0.95);
  }

  .lg\:border-b-rose-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity));
  }

  .lg\:border-b-rose-950\/0 {
    border-bottom-color: rgb(76 5 25 / 0);
  }

  .lg\:border-b-rose-950\/10 {
    border-bottom-color: rgb(76 5 25 / 0.1);
  }

  .lg\:border-b-rose-950\/100 {
    border-bottom-color: rgb(76 5 25 / 1);
  }

  .lg\:border-b-rose-950\/15 {
    border-bottom-color: rgb(76 5 25 / 0.15);
  }

  .lg\:border-b-rose-950\/20 {
    border-bottom-color: rgb(76 5 25 / 0.2);
  }

  .lg\:border-b-rose-950\/25 {
    border-bottom-color: rgb(76 5 25 / 0.25);
  }

  .lg\:border-b-rose-950\/30 {
    border-bottom-color: rgb(76 5 25 / 0.3);
  }

  .lg\:border-b-rose-950\/35 {
    border-bottom-color: rgb(76 5 25 / 0.35);
  }

  .lg\:border-b-rose-950\/40 {
    border-bottom-color: rgb(76 5 25 / 0.4);
  }

  .lg\:border-b-rose-950\/45 {
    border-bottom-color: rgb(76 5 25 / 0.45);
  }

  .lg\:border-b-rose-950\/5 {
    border-bottom-color: rgb(76 5 25 / 0.05);
  }

  .lg\:border-b-rose-950\/50 {
    border-bottom-color: rgb(76 5 25 / 0.5);
  }

  .lg\:border-b-rose-950\/55 {
    border-bottom-color: rgb(76 5 25 / 0.55);
  }

  .lg\:border-b-rose-950\/60 {
    border-bottom-color: rgb(76 5 25 / 0.6);
  }

  .lg\:border-b-rose-950\/65 {
    border-bottom-color: rgb(76 5 25 / 0.65);
  }

  .lg\:border-b-rose-950\/70 {
    border-bottom-color: rgb(76 5 25 / 0.7);
  }

  .lg\:border-b-rose-950\/75 {
    border-bottom-color: rgb(76 5 25 / 0.75);
  }

  .lg\:border-b-rose-950\/80 {
    border-bottom-color: rgb(76 5 25 / 0.8);
  }

  .lg\:border-b-rose-950\/85 {
    border-bottom-color: rgb(76 5 25 / 0.85);
  }

  .lg\:border-b-rose-950\/90 {
    border-bottom-color: rgb(76 5 25 / 0.9);
  }

  .lg\:border-b-rose-950\/95 {
    border-bottom-color: rgb(76 5 25 / 0.95);
  }

  .lg\:border-b-sky-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity));
  }

  .lg\:border-b-sky-100\/0 {
    border-bottom-color: rgb(224 242 254 / 0);
  }

  .lg\:border-b-sky-100\/10 {
    border-bottom-color: rgb(224 242 254 / 0.1);
  }

  .lg\:border-b-sky-100\/100 {
    border-bottom-color: rgb(224 242 254 / 1);
  }

  .lg\:border-b-sky-100\/15 {
    border-bottom-color: rgb(224 242 254 / 0.15);
  }

  .lg\:border-b-sky-100\/20 {
    border-bottom-color: rgb(224 242 254 / 0.2);
  }

  .lg\:border-b-sky-100\/25 {
    border-bottom-color: rgb(224 242 254 / 0.25);
  }

  .lg\:border-b-sky-100\/30 {
    border-bottom-color: rgb(224 242 254 / 0.3);
  }

  .lg\:border-b-sky-100\/35 {
    border-bottom-color: rgb(224 242 254 / 0.35);
  }

  .lg\:border-b-sky-100\/40 {
    border-bottom-color: rgb(224 242 254 / 0.4);
  }

  .lg\:border-b-sky-100\/45 {
    border-bottom-color: rgb(224 242 254 / 0.45);
  }

  .lg\:border-b-sky-100\/5 {
    border-bottom-color: rgb(224 242 254 / 0.05);
  }

  .lg\:border-b-sky-100\/50 {
    border-bottom-color: rgb(224 242 254 / 0.5);
  }

  .lg\:border-b-sky-100\/55 {
    border-bottom-color: rgb(224 242 254 / 0.55);
  }

  .lg\:border-b-sky-100\/60 {
    border-bottom-color: rgb(224 242 254 / 0.6);
  }

  .lg\:border-b-sky-100\/65 {
    border-bottom-color: rgb(224 242 254 / 0.65);
  }

  .lg\:border-b-sky-100\/70 {
    border-bottom-color: rgb(224 242 254 / 0.7);
  }

  .lg\:border-b-sky-100\/75 {
    border-bottom-color: rgb(224 242 254 / 0.75);
  }

  .lg\:border-b-sky-100\/80 {
    border-bottom-color: rgb(224 242 254 / 0.8);
  }

  .lg\:border-b-sky-100\/85 {
    border-bottom-color: rgb(224 242 254 / 0.85);
  }

  .lg\:border-b-sky-100\/90 {
    border-bottom-color: rgb(224 242 254 / 0.9);
  }

  .lg\:border-b-sky-100\/95 {
    border-bottom-color: rgb(224 242 254 / 0.95);
  }

  .lg\:border-b-sky-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity));
  }

  .lg\:border-b-sky-200\/0 {
    border-bottom-color: rgb(186 230 253 / 0);
  }

  .lg\:border-b-sky-200\/10 {
    border-bottom-color: rgb(186 230 253 / 0.1);
  }

  .lg\:border-b-sky-200\/100 {
    border-bottom-color: rgb(186 230 253 / 1);
  }

  .lg\:border-b-sky-200\/15 {
    border-bottom-color: rgb(186 230 253 / 0.15);
  }

  .lg\:border-b-sky-200\/20 {
    border-bottom-color: rgb(186 230 253 / 0.2);
  }

  .lg\:border-b-sky-200\/25 {
    border-bottom-color: rgb(186 230 253 / 0.25);
  }

  .lg\:border-b-sky-200\/30 {
    border-bottom-color: rgb(186 230 253 / 0.3);
  }

  .lg\:border-b-sky-200\/35 {
    border-bottom-color: rgb(186 230 253 / 0.35);
  }

  .lg\:border-b-sky-200\/40 {
    border-bottom-color: rgb(186 230 253 / 0.4);
  }

  .lg\:border-b-sky-200\/45 {
    border-bottom-color: rgb(186 230 253 / 0.45);
  }

  .lg\:border-b-sky-200\/5 {
    border-bottom-color: rgb(186 230 253 / 0.05);
  }

  .lg\:border-b-sky-200\/50 {
    border-bottom-color: rgb(186 230 253 / 0.5);
  }

  .lg\:border-b-sky-200\/55 {
    border-bottom-color: rgb(186 230 253 / 0.55);
  }

  .lg\:border-b-sky-200\/60 {
    border-bottom-color: rgb(186 230 253 / 0.6);
  }

  .lg\:border-b-sky-200\/65 {
    border-bottom-color: rgb(186 230 253 / 0.65);
  }

  .lg\:border-b-sky-200\/70 {
    border-bottom-color: rgb(186 230 253 / 0.7);
  }

  .lg\:border-b-sky-200\/75 {
    border-bottom-color: rgb(186 230 253 / 0.75);
  }

  .lg\:border-b-sky-200\/80 {
    border-bottom-color: rgb(186 230 253 / 0.8);
  }

  .lg\:border-b-sky-200\/85 {
    border-bottom-color: rgb(186 230 253 / 0.85);
  }

  .lg\:border-b-sky-200\/90 {
    border-bottom-color: rgb(186 230 253 / 0.9);
  }

  .lg\:border-b-sky-200\/95 {
    border-bottom-color: rgb(186 230 253 / 0.95);
  }

  .lg\:border-b-sky-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity));
  }

  .lg\:border-b-sky-300\/0 {
    border-bottom-color: rgb(125 211 252 / 0);
  }

  .lg\:border-b-sky-300\/10 {
    border-bottom-color: rgb(125 211 252 / 0.1);
  }

  .lg\:border-b-sky-300\/100 {
    border-bottom-color: rgb(125 211 252 / 1);
  }

  .lg\:border-b-sky-300\/15 {
    border-bottom-color: rgb(125 211 252 / 0.15);
  }

  .lg\:border-b-sky-300\/20 {
    border-bottom-color: rgb(125 211 252 / 0.2);
  }

  .lg\:border-b-sky-300\/25 {
    border-bottom-color: rgb(125 211 252 / 0.25);
  }

  .lg\:border-b-sky-300\/30 {
    border-bottom-color: rgb(125 211 252 / 0.3);
  }

  .lg\:border-b-sky-300\/35 {
    border-bottom-color: rgb(125 211 252 / 0.35);
  }

  .lg\:border-b-sky-300\/40 {
    border-bottom-color: rgb(125 211 252 / 0.4);
  }

  .lg\:border-b-sky-300\/45 {
    border-bottom-color: rgb(125 211 252 / 0.45);
  }

  .lg\:border-b-sky-300\/5 {
    border-bottom-color: rgb(125 211 252 / 0.05);
  }

  .lg\:border-b-sky-300\/50 {
    border-bottom-color: rgb(125 211 252 / 0.5);
  }

  .lg\:border-b-sky-300\/55 {
    border-bottom-color: rgb(125 211 252 / 0.55);
  }

  .lg\:border-b-sky-300\/60 {
    border-bottom-color: rgb(125 211 252 / 0.6);
  }

  .lg\:border-b-sky-300\/65 {
    border-bottom-color: rgb(125 211 252 / 0.65);
  }

  .lg\:border-b-sky-300\/70 {
    border-bottom-color: rgb(125 211 252 / 0.7);
  }

  .lg\:border-b-sky-300\/75 {
    border-bottom-color: rgb(125 211 252 / 0.75);
  }

  .lg\:border-b-sky-300\/80 {
    border-bottom-color: rgb(125 211 252 / 0.8);
  }

  .lg\:border-b-sky-300\/85 {
    border-bottom-color: rgb(125 211 252 / 0.85);
  }

  .lg\:border-b-sky-300\/90 {
    border-bottom-color: rgb(125 211 252 / 0.9);
  }

  .lg\:border-b-sky-300\/95 {
    border-bottom-color: rgb(125 211 252 / 0.95);
  }

  .lg\:border-b-sky-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity));
  }

  .lg\:border-b-sky-400\/0 {
    border-bottom-color: rgb(56 189 248 / 0);
  }

  .lg\:border-b-sky-400\/10 {
    border-bottom-color: rgb(56 189 248 / 0.1);
  }

  .lg\:border-b-sky-400\/100 {
    border-bottom-color: rgb(56 189 248 / 1);
  }

  .lg\:border-b-sky-400\/15 {
    border-bottom-color: rgb(56 189 248 / 0.15);
  }

  .lg\:border-b-sky-400\/20 {
    border-bottom-color: rgb(56 189 248 / 0.2);
  }

  .lg\:border-b-sky-400\/25 {
    border-bottom-color: rgb(56 189 248 / 0.25);
  }

  .lg\:border-b-sky-400\/30 {
    border-bottom-color: rgb(56 189 248 / 0.3);
  }

  .lg\:border-b-sky-400\/35 {
    border-bottom-color: rgb(56 189 248 / 0.35);
  }

  .lg\:border-b-sky-400\/40 {
    border-bottom-color: rgb(56 189 248 / 0.4);
  }

  .lg\:border-b-sky-400\/45 {
    border-bottom-color: rgb(56 189 248 / 0.45);
  }

  .lg\:border-b-sky-400\/5 {
    border-bottom-color: rgb(56 189 248 / 0.05);
  }

  .lg\:border-b-sky-400\/50 {
    border-bottom-color: rgb(56 189 248 / 0.5);
  }

  .lg\:border-b-sky-400\/55 {
    border-bottom-color: rgb(56 189 248 / 0.55);
  }

  .lg\:border-b-sky-400\/60 {
    border-bottom-color: rgb(56 189 248 / 0.6);
  }

  .lg\:border-b-sky-400\/65 {
    border-bottom-color: rgb(56 189 248 / 0.65);
  }

  .lg\:border-b-sky-400\/70 {
    border-bottom-color: rgb(56 189 248 / 0.7);
  }

  .lg\:border-b-sky-400\/75 {
    border-bottom-color: rgb(56 189 248 / 0.75);
  }

  .lg\:border-b-sky-400\/80 {
    border-bottom-color: rgb(56 189 248 / 0.8);
  }

  .lg\:border-b-sky-400\/85 {
    border-bottom-color: rgb(56 189 248 / 0.85);
  }

  .lg\:border-b-sky-400\/90 {
    border-bottom-color: rgb(56 189 248 / 0.9);
  }

  .lg\:border-b-sky-400\/95 {
    border-bottom-color: rgb(56 189 248 / 0.95);
  }

  .lg\:border-b-sky-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity));
  }

  .lg\:border-b-sky-50\/0 {
    border-bottom-color: rgb(240 249 255 / 0);
  }

  .lg\:border-b-sky-50\/10 {
    border-bottom-color: rgb(240 249 255 / 0.1);
  }

  .lg\:border-b-sky-50\/100 {
    border-bottom-color: rgb(240 249 255 / 1);
  }

  .lg\:border-b-sky-50\/15 {
    border-bottom-color: rgb(240 249 255 / 0.15);
  }

  .lg\:border-b-sky-50\/20 {
    border-bottom-color: rgb(240 249 255 / 0.2);
  }

  .lg\:border-b-sky-50\/25 {
    border-bottom-color: rgb(240 249 255 / 0.25);
  }

  .lg\:border-b-sky-50\/30 {
    border-bottom-color: rgb(240 249 255 / 0.3);
  }

  .lg\:border-b-sky-50\/35 {
    border-bottom-color: rgb(240 249 255 / 0.35);
  }

  .lg\:border-b-sky-50\/40 {
    border-bottom-color: rgb(240 249 255 / 0.4);
  }

  .lg\:border-b-sky-50\/45 {
    border-bottom-color: rgb(240 249 255 / 0.45);
  }

  .lg\:border-b-sky-50\/5 {
    border-bottom-color: rgb(240 249 255 / 0.05);
  }

  .lg\:border-b-sky-50\/50 {
    border-bottom-color: rgb(240 249 255 / 0.5);
  }

  .lg\:border-b-sky-50\/55 {
    border-bottom-color: rgb(240 249 255 / 0.55);
  }

  .lg\:border-b-sky-50\/60 {
    border-bottom-color: rgb(240 249 255 / 0.6);
  }

  .lg\:border-b-sky-50\/65 {
    border-bottom-color: rgb(240 249 255 / 0.65);
  }

  .lg\:border-b-sky-50\/70 {
    border-bottom-color: rgb(240 249 255 / 0.7);
  }

  .lg\:border-b-sky-50\/75 {
    border-bottom-color: rgb(240 249 255 / 0.75);
  }

  .lg\:border-b-sky-50\/80 {
    border-bottom-color: rgb(240 249 255 / 0.8);
  }

  .lg\:border-b-sky-50\/85 {
    border-bottom-color: rgb(240 249 255 / 0.85);
  }

  .lg\:border-b-sky-50\/90 {
    border-bottom-color: rgb(240 249 255 / 0.9);
  }

  .lg\:border-b-sky-50\/95 {
    border-bottom-color: rgb(240 249 255 / 0.95);
  }

  .lg\:border-b-sky-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity));
  }

  .lg\:border-b-sky-500\/0 {
    border-bottom-color: rgb(14 165 233 / 0);
  }

  .lg\:border-b-sky-500\/10 {
    border-bottom-color: rgb(14 165 233 / 0.1);
  }

  .lg\:border-b-sky-500\/100 {
    border-bottom-color: rgb(14 165 233 / 1);
  }

  .lg\:border-b-sky-500\/15 {
    border-bottom-color: rgb(14 165 233 / 0.15);
  }

  .lg\:border-b-sky-500\/20 {
    border-bottom-color: rgb(14 165 233 / 0.2);
  }

  .lg\:border-b-sky-500\/25 {
    border-bottom-color: rgb(14 165 233 / 0.25);
  }

  .lg\:border-b-sky-500\/30 {
    border-bottom-color: rgb(14 165 233 / 0.3);
  }

  .lg\:border-b-sky-500\/35 {
    border-bottom-color: rgb(14 165 233 / 0.35);
  }

  .lg\:border-b-sky-500\/40 {
    border-bottom-color: rgb(14 165 233 / 0.4);
  }

  .lg\:border-b-sky-500\/45 {
    border-bottom-color: rgb(14 165 233 / 0.45);
  }

  .lg\:border-b-sky-500\/5 {
    border-bottom-color: rgb(14 165 233 / 0.05);
  }

  .lg\:border-b-sky-500\/50 {
    border-bottom-color: rgb(14 165 233 / 0.5);
  }

  .lg\:border-b-sky-500\/55 {
    border-bottom-color: rgb(14 165 233 / 0.55);
  }

  .lg\:border-b-sky-500\/60 {
    border-bottom-color: rgb(14 165 233 / 0.6);
  }

  .lg\:border-b-sky-500\/65 {
    border-bottom-color: rgb(14 165 233 / 0.65);
  }

  .lg\:border-b-sky-500\/70 {
    border-bottom-color: rgb(14 165 233 / 0.7);
  }

  .lg\:border-b-sky-500\/75 {
    border-bottom-color: rgb(14 165 233 / 0.75);
  }

  .lg\:border-b-sky-500\/80 {
    border-bottom-color: rgb(14 165 233 / 0.8);
  }

  .lg\:border-b-sky-500\/85 {
    border-bottom-color: rgb(14 165 233 / 0.85);
  }

  .lg\:border-b-sky-500\/90 {
    border-bottom-color: rgb(14 165 233 / 0.9);
  }

  .lg\:border-b-sky-500\/95 {
    border-bottom-color: rgb(14 165 233 / 0.95);
  }

  .lg\:border-b-sky-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity));
  }

  .lg\:border-b-sky-600\/0 {
    border-bottom-color: rgb(2 132 199 / 0);
  }

  .lg\:border-b-sky-600\/10 {
    border-bottom-color: rgb(2 132 199 / 0.1);
  }

  .lg\:border-b-sky-600\/100 {
    border-bottom-color: rgb(2 132 199 / 1);
  }

  .lg\:border-b-sky-600\/15 {
    border-bottom-color: rgb(2 132 199 / 0.15);
  }

  .lg\:border-b-sky-600\/20 {
    border-bottom-color: rgb(2 132 199 / 0.2);
  }

  .lg\:border-b-sky-600\/25 {
    border-bottom-color: rgb(2 132 199 / 0.25);
  }

  .lg\:border-b-sky-600\/30 {
    border-bottom-color: rgb(2 132 199 / 0.3);
  }

  .lg\:border-b-sky-600\/35 {
    border-bottom-color: rgb(2 132 199 / 0.35);
  }

  .lg\:border-b-sky-600\/40 {
    border-bottom-color: rgb(2 132 199 / 0.4);
  }

  .lg\:border-b-sky-600\/45 {
    border-bottom-color: rgb(2 132 199 / 0.45);
  }

  .lg\:border-b-sky-600\/5 {
    border-bottom-color: rgb(2 132 199 / 0.05);
  }

  .lg\:border-b-sky-600\/50 {
    border-bottom-color: rgb(2 132 199 / 0.5);
  }

  .lg\:border-b-sky-600\/55 {
    border-bottom-color: rgb(2 132 199 / 0.55);
  }

  .lg\:border-b-sky-600\/60 {
    border-bottom-color: rgb(2 132 199 / 0.6);
  }

  .lg\:border-b-sky-600\/65 {
    border-bottom-color: rgb(2 132 199 / 0.65);
  }

  .lg\:border-b-sky-600\/70 {
    border-bottom-color: rgb(2 132 199 / 0.7);
  }

  .lg\:border-b-sky-600\/75 {
    border-bottom-color: rgb(2 132 199 / 0.75);
  }

  .lg\:border-b-sky-600\/80 {
    border-bottom-color: rgb(2 132 199 / 0.8);
  }

  .lg\:border-b-sky-600\/85 {
    border-bottom-color: rgb(2 132 199 / 0.85);
  }

  .lg\:border-b-sky-600\/90 {
    border-bottom-color: rgb(2 132 199 / 0.9);
  }

  .lg\:border-b-sky-600\/95 {
    border-bottom-color: rgb(2 132 199 / 0.95);
  }

  .lg\:border-b-sky-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity));
  }

  .lg\:border-b-sky-700\/0 {
    border-bottom-color: rgb(3 105 161 / 0);
  }

  .lg\:border-b-sky-700\/10 {
    border-bottom-color: rgb(3 105 161 / 0.1);
  }

  .lg\:border-b-sky-700\/100 {
    border-bottom-color: rgb(3 105 161 / 1);
  }

  .lg\:border-b-sky-700\/15 {
    border-bottom-color: rgb(3 105 161 / 0.15);
  }

  .lg\:border-b-sky-700\/20 {
    border-bottom-color: rgb(3 105 161 / 0.2);
  }

  .lg\:border-b-sky-700\/25 {
    border-bottom-color: rgb(3 105 161 / 0.25);
  }

  .lg\:border-b-sky-700\/30 {
    border-bottom-color: rgb(3 105 161 / 0.3);
  }

  .lg\:border-b-sky-700\/35 {
    border-bottom-color: rgb(3 105 161 / 0.35);
  }

  .lg\:border-b-sky-700\/40 {
    border-bottom-color: rgb(3 105 161 / 0.4);
  }

  .lg\:border-b-sky-700\/45 {
    border-bottom-color: rgb(3 105 161 / 0.45);
  }

  .lg\:border-b-sky-700\/5 {
    border-bottom-color: rgb(3 105 161 / 0.05);
  }

  .lg\:border-b-sky-700\/50 {
    border-bottom-color: rgb(3 105 161 / 0.5);
  }

  .lg\:border-b-sky-700\/55 {
    border-bottom-color: rgb(3 105 161 / 0.55);
  }

  .lg\:border-b-sky-700\/60 {
    border-bottom-color: rgb(3 105 161 / 0.6);
  }

  .lg\:border-b-sky-700\/65 {
    border-bottom-color: rgb(3 105 161 / 0.65);
  }

  .lg\:border-b-sky-700\/70 {
    border-bottom-color: rgb(3 105 161 / 0.7);
  }

  .lg\:border-b-sky-700\/75 {
    border-bottom-color: rgb(3 105 161 / 0.75);
  }

  .lg\:border-b-sky-700\/80 {
    border-bottom-color: rgb(3 105 161 / 0.8);
  }

  .lg\:border-b-sky-700\/85 {
    border-bottom-color: rgb(3 105 161 / 0.85);
  }

  .lg\:border-b-sky-700\/90 {
    border-bottom-color: rgb(3 105 161 / 0.9);
  }

  .lg\:border-b-sky-700\/95 {
    border-bottom-color: rgb(3 105 161 / 0.95);
  }

  .lg\:border-b-sky-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity));
  }

  .lg\:border-b-sky-800\/0 {
    border-bottom-color: rgb(7 89 133 / 0);
  }

  .lg\:border-b-sky-800\/10 {
    border-bottom-color: rgb(7 89 133 / 0.1);
  }

  .lg\:border-b-sky-800\/100 {
    border-bottom-color: rgb(7 89 133 / 1);
  }

  .lg\:border-b-sky-800\/15 {
    border-bottom-color: rgb(7 89 133 / 0.15);
  }

  .lg\:border-b-sky-800\/20 {
    border-bottom-color: rgb(7 89 133 / 0.2);
  }

  .lg\:border-b-sky-800\/25 {
    border-bottom-color: rgb(7 89 133 / 0.25);
  }

  .lg\:border-b-sky-800\/30 {
    border-bottom-color: rgb(7 89 133 / 0.3);
  }

  .lg\:border-b-sky-800\/35 {
    border-bottom-color: rgb(7 89 133 / 0.35);
  }

  .lg\:border-b-sky-800\/40 {
    border-bottom-color: rgb(7 89 133 / 0.4);
  }

  .lg\:border-b-sky-800\/45 {
    border-bottom-color: rgb(7 89 133 / 0.45);
  }

  .lg\:border-b-sky-800\/5 {
    border-bottom-color: rgb(7 89 133 / 0.05);
  }

  .lg\:border-b-sky-800\/50 {
    border-bottom-color: rgb(7 89 133 / 0.5);
  }

  .lg\:border-b-sky-800\/55 {
    border-bottom-color: rgb(7 89 133 / 0.55);
  }

  .lg\:border-b-sky-800\/60 {
    border-bottom-color: rgb(7 89 133 / 0.6);
  }

  .lg\:border-b-sky-800\/65 {
    border-bottom-color: rgb(7 89 133 / 0.65);
  }

  .lg\:border-b-sky-800\/70 {
    border-bottom-color: rgb(7 89 133 / 0.7);
  }

  .lg\:border-b-sky-800\/75 {
    border-bottom-color: rgb(7 89 133 / 0.75);
  }

  .lg\:border-b-sky-800\/80 {
    border-bottom-color: rgb(7 89 133 / 0.8);
  }

  .lg\:border-b-sky-800\/85 {
    border-bottom-color: rgb(7 89 133 / 0.85);
  }

  .lg\:border-b-sky-800\/90 {
    border-bottom-color: rgb(7 89 133 / 0.9);
  }

  .lg\:border-b-sky-800\/95 {
    border-bottom-color: rgb(7 89 133 / 0.95);
  }

  .lg\:border-b-sky-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity));
  }

  .lg\:border-b-sky-900\/0 {
    border-bottom-color: rgb(12 74 110 / 0);
  }

  .lg\:border-b-sky-900\/10 {
    border-bottom-color: rgb(12 74 110 / 0.1);
  }

  .lg\:border-b-sky-900\/100 {
    border-bottom-color: rgb(12 74 110 / 1);
  }

  .lg\:border-b-sky-900\/15 {
    border-bottom-color: rgb(12 74 110 / 0.15);
  }

  .lg\:border-b-sky-900\/20 {
    border-bottom-color: rgb(12 74 110 / 0.2);
  }

  .lg\:border-b-sky-900\/25 {
    border-bottom-color: rgb(12 74 110 / 0.25);
  }

  .lg\:border-b-sky-900\/30 {
    border-bottom-color: rgb(12 74 110 / 0.3);
  }

  .lg\:border-b-sky-900\/35 {
    border-bottom-color: rgb(12 74 110 / 0.35);
  }

  .lg\:border-b-sky-900\/40 {
    border-bottom-color: rgb(12 74 110 / 0.4);
  }

  .lg\:border-b-sky-900\/45 {
    border-bottom-color: rgb(12 74 110 / 0.45);
  }

  .lg\:border-b-sky-900\/5 {
    border-bottom-color: rgb(12 74 110 / 0.05);
  }

  .lg\:border-b-sky-900\/50 {
    border-bottom-color: rgb(12 74 110 / 0.5);
  }

  .lg\:border-b-sky-900\/55 {
    border-bottom-color: rgb(12 74 110 / 0.55);
  }

  .lg\:border-b-sky-900\/60 {
    border-bottom-color: rgb(12 74 110 / 0.6);
  }

  .lg\:border-b-sky-900\/65 {
    border-bottom-color: rgb(12 74 110 / 0.65);
  }

  .lg\:border-b-sky-900\/70 {
    border-bottom-color: rgb(12 74 110 / 0.7);
  }

  .lg\:border-b-sky-900\/75 {
    border-bottom-color: rgb(12 74 110 / 0.75);
  }

  .lg\:border-b-sky-900\/80 {
    border-bottom-color: rgb(12 74 110 / 0.8);
  }

  .lg\:border-b-sky-900\/85 {
    border-bottom-color: rgb(12 74 110 / 0.85);
  }

  .lg\:border-b-sky-900\/90 {
    border-bottom-color: rgb(12 74 110 / 0.9);
  }

  .lg\:border-b-sky-900\/95 {
    border-bottom-color: rgb(12 74 110 / 0.95);
  }

  .lg\:border-b-sky-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity));
  }

  .lg\:border-b-sky-950\/0 {
    border-bottom-color: rgb(8 47 73 / 0);
  }

  .lg\:border-b-sky-950\/10 {
    border-bottom-color: rgb(8 47 73 / 0.1);
  }

  .lg\:border-b-sky-950\/100 {
    border-bottom-color: rgb(8 47 73 / 1);
  }

  .lg\:border-b-sky-950\/15 {
    border-bottom-color: rgb(8 47 73 / 0.15);
  }

  .lg\:border-b-sky-950\/20 {
    border-bottom-color: rgb(8 47 73 / 0.2);
  }

  .lg\:border-b-sky-950\/25 {
    border-bottom-color: rgb(8 47 73 / 0.25);
  }

  .lg\:border-b-sky-950\/30 {
    border-bottom-color: rgb(8 47 73 / 0.3);
  }

  .lg\:border-b-sky-950\/35 {
    border-bottom-color: rgb(8 47 73 / 0.35);
  }

  .lg\:border-b-sky-950\/40 {
    border-bottom-color: rgb(8 47 73 / 0.4);
  }

  .lg\:border-b-sky-950\/45 {
    border-bottom-color: rgb(8 47 73 / 0.45);
  }

  .lg\:border-b-sky-950\/5 {
    border-bottom-color: rgb(8 47 73 / 0.05);
  }

  .lg\:border-b-sky-950\/50 {
    border-bottom-color: rgb(8 47 73 / 0.5);
  }

  .lg\:border-b-sky-950\/55 {
    border-bottom-color: rgb(8 47 73 / 0.55);
  }

  .lg\:border-b-sky-950\/60 {
    border-bottom-color: rgb(8 47 73 / 0.6);
  }

  .lg\:border-b-sky-950\/65 {
    border-bottom-color: rgb(8 47 73 / 0.65);
  }

  .lg\:border-b-sky-950\/70 {
    border-bottom-color: rgb(8 47 73 / 0.7);
  }

  .lg\:border-b-sky-950\/75 {
    border-bottom-color: rgb(8 47 73 / 0.75);
  }

  .lg\:border-b-sky-950\/80 {
    border-bottom-color: rgb(8 47 73 / 0.8);
  }

  .lg\:border-b-sky-950\/85 {
    border-bottom-color: rgb(8 47 73 / 0.85);
  }

  .lg\:border-b-sky-950\/90 {
    border-bottom-color: rgb(8 47 73 / 0.9);
  }

  .lg\:border-b-sky-950\/95 {
    border-bottom-color: rgb(8 47 73 / 0.95);
  }

  .lg\:border-b-slate-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity));
  }

  .lg\:border-b-slate-100\/0 {
    border-bottom-color: rgb(241 245 249 / 0);
  }

  .lg\:border-b-slate-100\/10 {
    border-bottom-color: rgb(241 245 249 / 0.1);
  }

  .lg\:border-b-slate-100\/100 {
    border-bottom-color: rgb(241 245 249 / 1);
  }

  .lg\:border-b-slate-100\/15 {
    border-bottom-color: rgb(241 245 249 / 0.15);
  }

  .lg\:border-b-slate-100\/20 {
    border-bottom-color: rgb(241 245 249 / 0.2);
  }

  .lg\:border-b-slate-100\/25 {
    border-bottom-color: rgb(241 245 249 / 0.25);
  }

  .lg\:border-b-slate-100\/30 {
    border-bottom-color: rgb(241 245 249 / 0.3);
  }

  .lg\:border-b-slate-100\/35 {
    border-bottom-color: rgb(241 245 249 / 0.35);
  }

  .lg\:border-b-slate-100\/40 {
    border-bottom-color: rgb(241 245 249 / 0.4);
  }

  .lg\:border-b-slate-100\/45 {
    border-bottom-color: rgb(241 245 249 / 0.45);
  }

  .lg\:border-b-slate-100\/5 {
    border-bottom-color: rgb(241 245 249 / 0.05);
  }

  .lg\:border-b-slate-100\/50 {
    border-bottom-color: rgb(241 245 249 / 0.5);
  }

  .lg\:border-b-slate-100\/55 {
    border-bottom-color: rgb(241 245 249 / 0.55);
  }

  .lg\:border-b-slate-100\/60 {
    border-bottom-color: rgb(241 245 249 / 0.6);
  }

  .lg\:border-b-slate-100\/65 {
    border-bottom-color: rgb(241 245 249 / 0.65);
  }

  .lg\:border-b-slate-100\/70 {
    border-bottom-color: rgb(241 245 249 / 0.7);
  }

  .lg\:border-b-slate-100\/75 {
    border-bottom-color: rgb(241 245 249 / 0.75);
  }

  .lg\:border-b-slate-100\/80 {
    border-bottom-color: rgb(241 245 249 / 0.8);
  }

  .lg\:border-b-slate-100\/85 {
    border-bottom-color: rgb(241 245 249 / 0.85);
  }

  .lg\:border-b-slate-100\/90 {
    border-bottom-color: rgb(241 245 249 / 0.9);
  }

  .lg\:border-b-slate-100\/95 {
    border-bottom-color: rgb(241 245 249 / 0.95);
  }

  .lg\:border-b-slate-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity));
  }

  .lg\:border-b-slate-200\/0 {
    border-bottom-color: rgb(226 232 240 / 0);
  }

  .lg\:border-b-slate-200\/10 {
    border-bottom-color: rgb(226 232 240 / 0.1);
  }

  .lg\:border-b-slate-200\/100 {
    border-bottom-color: rgb(226 232 240 / 1);
  }

  .lg\:border-b-slate-200\/15 {
    border-bottom-color: rgb(226 232 240 / 0.15);
  }

  .lg\:border-b-slate-200\/20 {
    border-bottom-color: rgb(226 232 240 / 0.2);
  }

  .lg\:border-b-slate-200\/25 {
    border-bottom-color: rgb(226 232 240 / 0.25);
  }

  .lg\:border-b-slate-200\/30 {
    border-bottom-color: rgb(226 232 240 / 0.3);
  }

  .lg\:border-b-slate-200\/35 {
    border-bottom-color: rgb(226 232 240 / 0.35);
  }

  .lg\:border-b-slate-200\/40 {
    border-bottom-color: rgb(226 232 240 / 0.4);
  }

  .lg\:border-b-slate-200\/45 {
    border-bottom-color: rgb(226 232 240 / 0.45);
  }

  .lg\:border-b-slate-200\/5 {
    border-bottom-color: rgb(226 232 240 / 0.05);
  }

  .lg\:border-b-slate-200\/50 {
    border-bottom-color: rgb(226 232 240 / 0.5);
  }

  .lg\:border-b-slate-200\/55 {
    border-bottom-color: rgb(226 232 240 / 0.55);
  }

  .lg\:border-b-slate-200\/60 {
    border-bottom-color: rgb(226 232 240 / 0.6);
  }

  .lg\:border-b-slate-200\/65 {
    border-bottom-color: rgb(226 232 240 / 0.65);
  }

  .lg\:border-b-slate-200\/70 {
    border-bottom-color: rgb(226 232 240 / 0.7);
  }

  .lg\:border-b-slate-200\/75 {
    border-bottom-color: rgb(226 232 240 / 0.75);
  }

  .lg\:border-b-slate-200\/80 {
    border-bottom-color: rgb(226 232 240 / 0.8);
  }

  .lg\:border-b-slate-200\/85 {
    border-bottom-color: rgb(226 232 240 / 0.85);
  }

  .lg\:border-b-slate-200\/90 {
    border-bottom-color: rgb(226 232 240 / 0.9);
  }

  .lg\:border-b-slate-200\/95 {
    border-bottom-color: rgb(226 232 240 / 0.95);
  }

  .lg\:border-b-slate-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity));
  }

  .lg\:border-b-slate-300\/0 {
    border-bottom-color: rgb(203 213 225 / 0);
  }

  .lg\:border-b-slate-300\/10 {
    border-bottom-color: rgb(203 213 225 / 0.1);
  }

  .lg\:border-b-slate-300\/100 {
    border-bottom-color: rgb(203 213 225 / 1);
  }

  .lg\:border-b-slate-300\/15 {
    border-bottom-color: rgb(203 213 225 / 0.15);
  }

  .lg\:border-b-slate-300\/20 {
    border-bottom-color: rgb(203 213 225 / 0.2);
  }

  .lg\:border-b-slate-300\/25 {
    border-bottom-color: rgb(203 213 225 / 0.25);
  }

  .lg\:border-b-slate-300\/30 {
    border-bottom-color: rgb(203 213 225 / 0.3);
  }

  .lg\:border-b-slate-300\/35 {
    border-bottom-color: rgb(203 213 225 / 0.35);
  }

  .lg\:border-b-slate-300\/40 {
    border-bottom-color: rgb(203 213 225 / 0.4);
  }

  .lg\:border-b-slate-300\/45 {
    border-bottom-color: rgb(203 213 225 / 0.45);
  }

  .lg\:border-b-slate-300\/5 {
    border-bottom-color: rgb(203 213 225 / 0.05);
  }

  .lg\:border-b-slate-300\/50 {
    border-bottom-color: rgb(203 213 225 / 0.5);
  }

  .lg\:border-b-slate-300\/55 {
    border-bottom-color: rgb(203 213 225 / 0.55);
  }

  .lg\:border-b-slate-300\/60 {
    border-bottom-color: rgb(203 213 225 / 0.6);
  }

  .lg\:border-b-slate-300\/65 {
    border-bottom-color: rgb(203 213 225 / 0.65);
  }

  .lg\:border-b-slate-300\/70 {
    border-bottom-color: rgb(203 213 225 / 0.7);
  }

  .lg\:border-b-slate-300\/75 {
    border-bottom-color: rgb(203 213 225 / 0.75);
  }

  .lg\:border-b-slate-300\/80 {
    border-bottom-color: rgb(203 213 225 / 0.8);
  }

  .lg\:border-b-slate-300\/85 {
    border-bottom-color: rgb(203 213 225 / 0.85);
  }

  .lg\:border-b-slate-300\/90 {
    border-bottom-color: rgb(203 213 225 / 0.9);
  }

  .lg\:border-b-slate-300\/95 {
    border-bottom-color: rgb(203 213 225 / 0.95);
  }

  .lg\:border-b-slate-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity));
  }

  .lg\:border-b-slate-400\/0 {
    border-bottom-color: rgb(148 163 184 / 0);
  }

  .lg\:border-b-slate-400\/10 {
    border-bottom-color: rgb(148 163 184 / 0.1);
  }

  .lg\:border-b-slate-400\/100 {
    border-bottom-color: rgb(148 163 184 / 1);
  }

  .lg\:border-b-slate-400\/15 {
    border-bottom-color: rgb(148 163 184 / 0.15);
  }

  .lg\:border-b-slate-400\/20 {
    border-bottom-color: rgb(148 163 184 / 0.2);
  }

  .lg\:border-b-slate-400\/25 {
    border-bottom-color: rgb(148 163 184 / 0.25);
  }

  .lg\:border-b-slate-400\/30 {
    border-bottom-color: rgb(148 163 184 / 0.3);
  }

  .lg\:border-b-slate-400\/35 {
    border-bottom-color: rgb(148 163 184 / 0.35);
  }

  .lg\:border-b-slate-400\/40 {
    border-bottom-color: rgb(148 163 184 / 0.4);
  }

  .lg\:border-b-slate-400\/45 {
    border-bottom-color: rgb(148 163 184 / 0.45);
  }

  .lg\:border-b-slate-400\/5 {
    border-bottom-color: rgb(148 163 184 / 0.05);
  }

  .lg\:border-b-slate-400\/50 {
    border-bottom-color: rgb(148 163 184 / 0.5);
  }

  .lg\:border-b-slate-400\/55 {
    border-bottom-color: rgb(148 163 184 / 0.55);
  }

  .lg\:border-b-slate-400\/60 {
    border-bottom-color: rgb(148 163 184 / 0.6);
  }

  .lg\:border-b-slate-400\/65 {
    border-bottom-color: rgb(148 163 184 / 0.65);
  }

  .lg\:border-b-slate-400\/70 {
    border-bottom-color: rgb(148 163 184 / 0.7);
  }

  .lg\:border-b-slate-400\/75 {
    border-bottom-color: rgb(148 163 184 / 0.75);
  }

  .lg\:border-b-slate-400\/80 {
    border-bottom-color: rgb(148 163 184 / 0.8);
  }

  .lg\:border-b-slate-400\/85 {
    border-bottom-color: rgb(148 163 184 / 0.85);
  }

  .lg\:border-b-slate-400\/90 {
    border-bottom-color: rgb(148 163 184 / 0.9);
  }

  .lg\:border-b-slate-400\/95 {
    border-bottom-color: rgb(148 163 184 / 0.95);
  }

  .lg\:border-b-slate-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity));
  }

  .lg\:border-b-slate-50\/0 {
    border-bottom-color: rgb(248 250 252 / 0);
  }

  .lg\:border-b-slate-50\/10 {
    border-bottom-color: rgb(248 250 252 / 0.1);
  }

  .lg\:border-b-slate-50\/100 {
    border-bottom-color: rgb(248 250 252 / 1);
  }

  .lg\:border-b-slate-50\/15 {
    border-bottom-color: rgb(248 250 252 / 0.15);
  }

  .lg\:border-b-slate-50\/20 {
    border-bottom-color: rgb(248 250 252 / 0.2);
  }

  .lg\:border-b-slate-50\/25 {
    border-bottom-color: rgb(248 250 252 / 0.25);
  }

  .lg\:border-b-slate-50\/30 {
    border-bottom-color: rgb(248 250 252 / 0.3);
  }

  .lg\:border-b-slate-50\/35 {
    border-bottom-color: rgb(248 250 252 / 0.35);
  }

  .lg\:border-b-slate-50\/40 {
    border-bottom-color: rgb(248 250 252 / 0.4);
  }

  .lg\:border-b-slate-50\/45 {
    border-bottom-color: rgb(248 250 252 / 0.45);
  }

  .lg\:border-b-slate-50\/5 {
    border-bottom-color: rgb(248 250 252 / 0.05);
  }

  .lg\:border-b-slate-50\/50 {
    border-bottom-color: rgb(248 250 252 / 0.5);
  }

  .lg\:border-b-slate-50\/55 {
    border-bottom-color: rgb(248 250 252 / 0.55);
  }

  .lg\:border-b-slate-50\/60 {
    border-bottom-color: rgb(248 250 252 / 0.6);
  }

  .lg\:border-b-slate-50\/65 {
    border-bottom-color: rgb(248 250 252 / 0.65);
  }

  .lg\:border-b-slate-50\/70 {
    border-bottom-color: rgb(248 250 252 / 0.7);
  }

  .lg\:border-b-slate-50\/75 {
    border-bottom-color: rgb(248 250 252 / 0.75);
  }

  .lg\:border-b-slate-50\/80 {
    border-bottom-color: rgb(248 250 252 / 0.8);
  }

  .lg\:border-b-slate-50\/85 {
    border-bottom-color: rgb(248 250 252 / 0.85);
  }

  .lg\:border-b-slate-50\/90 {
    border-bottom-color: rgb(248 250 252 / 0.9);
  }

  .lg\:border-b-slate-50\/95 {
    border-bottom-color: rgb(248 250 252 / 0.95);
  }

  .lg\:border-b-slate-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity));
  }

  .lg\:border-b-slate-500\/0 {
    border-bottom-color: rgb(100 116 139 / 0);
  }

  .lg\:border-b-slate-500\/10 {
    border-bottom-color: rgb(100 116 139 / 0.1);
  }

  .lg\:border-b-slate-500\/100 {
    border-bottom-color: rgb(100 116 139 / 1);
  }

  .lg\:border-b-slate-500\/15 {
    border-bottom-color: rgb(100 116 139 / 0.15);
  }

  .lg\:border-b-slate-500\/20 {
    border-bottom-color: rgb(100 116 139 / 0.2);
  }

  .lg\:border-b-slate-500\/25 {
    border-bottom-color: rgb(100 116 139 / 0.25);
  }

  .lg\:border-b-slate-500\/30 {
    border-bottom-color: rgb(100 116 139 / 0.3);
  }

  .lg\:border-b-slate-500\/35 {
    border-bottom-color: rgb(100 116 139 / 0.35);
  }

  .lg\:border-b-slate-500\/40 {
    border-bottom-color: rgb(100 116 139 / 0.4);
  }

  .lg\:border-b-slate-500\/45 {
    border-bottom-color: rgb(100 116 139 / 0.45);
  }

  .lg\:border-b-slate-500\/5 {
    border-bottom-color: rgb(100 116 139 / 0.05);
  }

  .lg\:border-b-slate-500\/50 {
    border-bottom-color: rgb(100 116 139 / 0.5);
  }

  .lg\:border-b-slate-500\/55 {
    border-bottom-color: rgb(100 116 139 / 0.55);
  }

  .lg\:border-b-slate-500\/60 {
    border-bottom-color: rgb(100 116 139 / 0.6);
  }

  .lg\:border-b-slate-500\/65 {
    border-bottom-color: rgb(100 116 139 / 0.65);
  }

  .lg\:border-b-slate-500\/70 {
    border-bottom-color: rgb(100 116 139 / 0.7);
  }

  .lg\:border-b-slate-500\/75 {
    border-bottom-color: rgb(100 116 139 / 0.75);
  }

  .lg\:border-b-slate-500\/80 {
    border-bottom-color: rgb(100 116 139 / 0.8);
  }

  .lg\:border-b-slate-500\/85 {
    border-bottom-color: rgb(100 116 139 / 0.85);
  }

  .lg\:border-b-slate-500\/90 {
    border-bottom-color: rgb(100 116 139 / 0.9);
  }

  .lg\:border-b-slate-500\/95 {
    border-bottom-color: rgb(100 116 139 / 0.95);
  }

  .lg\:border-b-slate-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity));
  }

  .lg\:border-b-slate-600\/0 {
    border-bottom-color: rgb(71 85 105 / 0);
  }

  .lg\:border-b-slate-600\/10 {
    border-bottom-color: rgb(71 85 105 / 0.1);
  }

  .lg\:border-b-slate-600\/100 {
    border-bottom-color: rgb(71 85 105 / 1);
  }

  .lg\:border-b-slate-600\/15 {
    border-bottom-color: rgb(71 85 105 / 0.15);
  }

  .lg\:border-b-slate-600\/20 {
    border-bottom-color: rgb(71 85 105 / 0.2);
  }

  .lg\:border-b-slate-600\/25 {
    border-bottom-color: rgb(71 85 105 / 0.25);
  }

  .lg\:border-b-slate-600\/30 {
    border-bottom-color: rgb(71 85 105 / 0.3);
  }

  .lg\:border-b-slate-600\/35 {
    border-bottom-color: rgb(71 85 105 / 0.35);
  }

  .lg\:border-b-slate-600\/40 {
    border-bottom-color: rgb(71 85 105 / 0.4);
  }

  .lg\:border-b-slate-600\/45 {
    border-bottom-color: rgb(71 85 105 / 0.45);
  }

  .lg\:border-b-slate-600\/5 {
    border-bottom-color: rgb(71 85 105 / 0.05);
  }

  .lg\:border-b-slate-600\/50 {
    border-bottom-color: rgb(71 85 105 / 0.5);
  }

  .lg\:border-b-slate-600\/55 {
    border-bottom-color: rgb(71 85 105 / 0.55);
  }

  .lg\:border-b-slate-600\/60 {
    border-bottom-color: rgb(71 85 105 / 0.6);
  }

  .lg\:border-b-slate-600\/65 {
    border-bottom-color: rgb(71 85 105 / 0.65);
  }

  .lg\:border-b-slate-600\/70 {
    border-bottom-color: rgb(71 85 105 / 0.7);
  }

  .lg\:border-b-slate-600\/75 {
    border-bottom-color: rgb(71 85 105 / 0.75);
  }

  .lg\:border-b-slate-600\/80 {
    border-bottom-color: rgb(71 85 105 / 0.8);
  }

  .lg\:border-b-slate-600\/85 {
    border-bottom-color: rgb(71 85 105 / 0.85);
  }

  .lg\:border-b-slate-600\/90 {
    border-bottom-color: rgb(71 85 105 / 0.9);
  }

  .lg\:border-b-slate-600\/95 {
    border-bottom-color: rgb(71 85 105 / 0.95);
  }

  .lg\:border-b-slate-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity));
  }

  .lg\:border-b-slate-700\/0 {
    border-bottom-color: rgb(51 65 85 / 0);
  }

  .lg\:border-b-slate-700\/10 {
    border-bottom-color: rgb(51 65 85 / 0.1);
  }

  .lg\:border-b-slate-700\/100 {
    border-bottom-color: rgb(51 65 85 / 1);
  }

  .lg\:border-b-slate-700\/15 {
    border-bottom-color: rgb(51 65 85 / 0.15);
  }

  .lg\:border-b-slate-700\/20 {
    border-bottom-color: rgb(51 65 85 / 0.2);
  }

  .lg\:border-b-slate-700\/25 {
    border-bottom-color: rgb(51 65 85 / 0.25);
  }

  .lg\:border-b-slate-700\/30 {
    border-bottom-color: rgb(51 65 85 / 0.3);
  }

  .lg\:border-b-slate-700\/35 {
    border-bottom-color: rgb(51 65 85 / 0.35);
  }

  .lg\:border-b-slate-700\/40 {
    border-bottom-color: rgb(51 65 85 / 0.4);
  }

  .lg\:border-b-slate-700\/45 {
    border-bottom-color: rgb(51 65 85 / 0.45);
  }

  .lg\:border-b-slate-700\/5 {
    border-bottom-color: rgb(51 65 85 / 0.05);
  }

  .lg\:border-b-slate-700\/50 {
    border-bottom-color: rgb(51 65 85 / 0.5);
  }

  .lg\:border-b-slate-700\/55 {
    border-bottom-color: rgb(51 65 85 / 0.55);
  }

  .lg\:border-b-slate-700\/60 {
    border-bottom-color: rgb(51 65 85 / 0.6);
  }

  .lg\:border-b-slate-700\/65 {
    border-bottom-color: rgb(51 65 85 / 0.65);
  }

  .lg\:border-b-slate-700\/70 {
    border-bottom-color: rgb(51 65 85 / 0.7);
  }

  .lg\:border-b-slate-700\/75 {
    border-bottom-color: rgb(51 65 85 / 0.75);
  }

  .lg\:border-b-slate-700\/80 {
    border-bottom-color: rgb(51 65 85 / 0.8);
  }

  .lg\:border-b-slate-700\/85 {
    border-bottom-color: rgb(51 65 85 / 0.85);
  }

  .lg\:border-b-slate-700\/90 {
    border-bottom-color: rgb(51 65 85 / 0.9);
  }

  .lg\:border-b-slate-700\/95 {
    border-bottom-color: rgb(51 65 85 / 0.95);
  }

  .lg\:border-b-slate-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity));
  }

  .lg\:border-b-slate-800\/0 {
    border-bottom-color: rgb(30 41 59 / 0);
  }

  .lg\:border-b-slate-800\/10 {
    border-bottom-color: rgb(30 41 59 / 0.1);
  }

  .lg\:border-b-slate-800\/100 {
    border-bottom-color: rgb(30 41 59 / 1);
  }

  .lg\:border-b-slate-800\/15 {
    border-bottom-color: rgb(30 41 59 / 0.15);
  }

  .lg\:border-b-slate-800\/20 {
    border-bottom-color: rgb(30 41 59 / 0.2);
  }

  .lg\:border-b-slate-800\/25 {
    border-bottom-color: rgb(30 41 59 / 0.25);
  }

  .lg\:border-b-slate-800\/30 {
    border-bottom-color: rgb(30 41 59 / 0.3);
  }

  .lg\:border-b-slate-800\/35 {
    border-bottom-color: rgb(30 41 59 / 0.35);
  }

  .lg\:border-b-slate-800\/40 {
    border-bottom-color: rgb(30 41 59 / 0.4);
  }

  .lg\:border-b-slate-800\/45 {
    border-bottom-color: rgb(30 41 59 / 0.45);
  }

  .lg\:border-b-slate-800\/5 {
    border-bottom-color: rgb(30 41 59 / 0.05);
  }

  .lg\:border-b-slate-800\/50 {
    border-bottom-color: rgb(30 41 59 / 0.5);
  }

  .lg\:border-b-slate-800\/55 {
    border-bottom-color: rgb(30 41 59 / 0.55);
  }

  .lg\:border-b-slate-800\/60 {
    border-bottom-color: rgb(30 41 59 / 0.6);
  }

  .lg\:border-b-slate-800\/65 {
    border-bottom-color: rgb(30 41 59 / 0.65);
  }

  .lg\:border-b-slate-800\/70 {
    border-bottom-color: rgb(30 41 59 / 0.7);
  }

  .lg\:border-b-slate-800\/75 {
    border-bottom-color: rgb(30 41 59 / 0.75);
  }

  .lg\:border-b-slate-800\/80 {
    border-bottom-color: rgb(30 41 59 / 0.8);
  }

  .lg\:border-b-slate-800\/85 {
    border-bottom-color: rgb(30 41 59 / 0.85);
  }

  .lg\:border-b-slate-800\/90 {
    border-bottom-color: rgb(30 41 59 / 0.9);
  }

  .lg\:border-b-slate-800\/95 {
    border-bottom-color: rgb(30 41 59 / 0.95);
  }

  .lg\:border-b-slate-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity));
  }

  .lg\:border-b-slate-900\/0 {
    border-bottom-color: rgb(15 23 42 / 0);
  }

  .lg\:border-b-slate-900\/10 {
    border-bottom-color: rgb(15 23 42 / 0.1);
  }

  .lg\:border-b-slate-900\/100 {
    border-bottom-color: rgb(15 23 42 / 1);
  }

  .lg\:border-b-slate-900\/15 {
    border-bottom-color: rgb(15 23 42 / 0.15);
  }

  .lg\:border-b-slate-900\/20 {
    border-bottom-color: rgb(15 23 42 / 0.2);
  }

  .lg\:border-b-slate-900\/25 {
    border-bottom-color: rgb(15 23 42 / 0.25);
  }

  .lg\:border-b-slate-900\/30 {
    border-bottom-color: rgb(15 23 42 / 0.3);
  }

  .lg\:border-b-slate-900\/35 {
    border-bottom-color: rgb(15 23 42 / 0.35);
  }

  .lg\:border-b-slate-900\/40 {
    border-bottom-color: rgb(15 23 42 / 0.4);
  }

  .lg\:border-b-slate-900\/45 {
    border-bottom-color: rgb(15 23 42 / 0.45);
  }

  .lg\:border-b-slate-900\/5 {
    border-bottom-color: rgb(15 23 42 / 0.05);
  }

  .lg\:border-b-slate-900\/50 {
    border-bottom-color: rgb(15 23 42 / 0.5);
  }

  .lg\:border-b-slate-900\/55 {
    border-bottom-color: rgb(15 23 42 / 0.55);
  }

  .lg\:border-b-slate-900\/60 {
    border-bottom-color: rgb(15 23 42 / 0.6);
  }

  .lg\:border-b-slate-900\/65 {
    border-bottom-color: rgb(15 23 42 / 0.65);
  }

  .lg\:border-b-slate-900\/70 {
    border-bottom-color: rgb(15 23 42 / 0.7);
  }

  .lg\:border-b-slate-900\/75 {
    border-bottom-color: rgb(15 23 42 / 0.75);
  }

  .lg\:border-b-slate-900\/80 {
    border-bottom-color: rgb(15 23 42 / 0.8);
  }

  .lg\:border-b-slate-900\/85 {
    border-bottom-color: rgb(15 23 42 / 0.85);
  }

  .lg\:border-b-slate-900\/90 {
    border-bottom-color: rgb(15 23 42 / 0.9);
  }

  .lg\:border-b-slate-900\/95 {
    border-bottom-color: rgb(15 23 42 / 0.95);
  }

  .lg\:border-b-slate-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity));
  }

  .lg\:border-b-slate-950\/0 {
    border-bottom-color: rgb(2 6 23 / 0);
  }

  .lg\:border-b-slate-950\/10 {
    border-bottom-color: rgb(2 6 23 / 0.1);
  }

  .lg\:border-b-slate-950\/100 {
    border-bottom-color: rgb(2 6 23 / 1);
  }

  .lg\:border-b-slate-950\/15 {
    border-bottom-color: rgb(2 6 23 / 0.15);
  }

  .lg\:border-b-slate-950\/20 {
    border-bottom-color: rgb(2 6 23 / 0.2);
  }

  .lg\:border-b-slate-950\/25 {
    border-bottom-color: rgb(2 6 23 / 0.25);
  }

  .lg\:border-b-slate-950\/30 {
    border-bottom-color: rgb(2 6 23 / 0.3);
  }

  .lg\:border-b-slate-950\/35 {
    border-bottom-color: rgb(2 6 23 / 0.35);
  }

  .lg\:border-b-slate-950\/40 {
    border-bottom-color: rgb(2 6 23 / 0.4);
  }

  .lg\:border-b-slate-950\/45 {
    border-bottom-color: rgb(2 6 23 / 0.45);
  }

  .lg\:border-b-slate-950\/5 {
    border-bottom-color: rgb(2 6 23 / 0.05);
  }

  .lg\:border-b-slate-950\/50 {
    border-bottom-color: rgb(2 6 23 / 0.5);
  }

  .lg\:border-b-slate-950\/55 {
    border-bottom-color: rgb(2 6 23 / 0.55);
  }

  .lg\:border-b-slate-950\/60 {
    border-bottom-color: rgb(2 6 23 / 0.6);
  }

  .lg\:border-b-slate-950\/65 {
    border-bottom-color: rgb(2 6 23 / 0.65);
  }

  .lg\:border-b-slate-950\/70 {
    border-bottom-color: rgb(2 6 23 / 0.7);
  }

  .lg\:border-b-slate-950\/75 {
    border-bottom-color: rgb(2 6 23 / 0.75);
  }

  .lg\:border-b-slate-950\/80 {
    border-bottom-color: rgb(2 6 23 / 0.8);
  }

  .lg\:border-b-slate-950\/85 {
    border-bottom-color: rgb(2 6 23 / 0.85);
  }

  .lg\:border-b-slate-950\/90 {
    border-bottom-color: rgb(2 6 23 / 0.9);
  }

  .lg\:border-b-slate-950\/95 {
    border-bottom-color: rgb(2 6 23 / 0.95);
  }

  .lg\:border-b-stone-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity));
  }

  .lg\:border-b-stone-100\/0 {
    border-bottom-color: rgb(245 245 244 / 0);
  }

  .lg\:border-b-stone-100\/10 {
    border-bottom-color: rgb(245 245 244 / 0.1);
  }

  .lg\:border-b-stone-100\/100 {
    border-bottom-color: rgb(245 245 244 / 1);
  }

  .lg\:border-b-stone-100\/15 {
    border-bottom-color: rgb(245 245 244 / 0.15);
  }

  .lg\:border-b-stone-100\/20 {
    border-bottom-color: rgb(245 245 244 / 0.2);
  }

  .lg\:border-b-stone-100\/25 {
    border-bottom-color: rgb(245 245 244 / 0.25);
  }

  .lg\:border-b-stone-100\/30 {
    border-bottom-color: rgb(245 245 244 / 0.3);
  }

  .lg\:border-b-stone-100\/35 {
    border-bottom-color: rgb(245 245 244 / 0.35);
  }

  .lg\:border-b-stone-100\/40 {
    border-bottom-color: rgb(245 245 244 / 0.4);
  }

  .lg\:border-b-stone-100\/45 {
    border-bottom-color: rgb(245 245 244 / 0.45);
  }

  .lg\:border-b-stone-100\/5 {
    border-bottom-color: rgb(245 245 244 / 0.05);
  }

  .lg\:border-b-stone-100\/50 {
    border-bottom-color: rgb(245 245 244 / 0.5);
  }

  .lg\:border-b-stone-100\/55 {
    border-bottom-color: rgb(245 245 244 / 0.55);
  }

  .lg\:border-b-stone-100\/60 {
    border-bottom-color: rgb(245 245 244 / 0.6);
  }

  .lg\:border-b-stone-100\/65 {
    border-bottom-color: rgb(245 245 244 / 0.65);
  }

  .lg\:border-b-stone-100\/70 {
    border-bottom-color: rgb(245 245 244 / 0.7);
  }

  .lg\:border-b-stone-100\/75 {
    border-bottom-color: rgb(245 245 244 / 0.75);
  }

  .lg\:border-b-stone-100\/80 {
    border-bottom-color: rgb(245 245 244 / 0.8);
  }

  .lg\:border-b-stone-100\/85 {
    border-bottom-color: rgb(245 245 244 / 0.85);
  }

  .lg\:border-b-stone-100\/90 {
    border-bottom-color: rgb(245 245 244 / 0.9);
  }

  .lg\:border-b-stone-100\/95 {
    border-bottom-color: rgb(245 245 244 / 0.95);
  }

  .lg\:border-b-stone-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity));
  }

  .lg\:border-b-stone-200\/0 {
    border-bottom-color: rgb(231 229 228 / 0);
  }

  .lg\:border-b-stone-200\/10 {
    border-bottom-color: rgb(231 229 228 / 0.1);
  }

  .lg\:border-b-stone-200\/100 {
    border-bottom-color: rgb(231 229 228 / 1);
  }

  .lg\:border-b-stone-200\/15 {
    border-bottom-color: rgb(231 229 228 / 0.15);
  }

  .lg\:border-b-stone-200\/20 {
    border-bottom-color: rgb(231 229 228 / 0.2);
  }

  .lg\:border-b-stone-200\/25 {
    border-bottom-color: rgb(231 229 228 / 0.25);
  }

  .lg\:border-b-stone-200\/30 {
    border-bottom-color: rgb(231 229 228 / 0.3);
  }

  .lg\:border-b-stone-200\/35 {
    border-bottom-color: rgb(231 229 228 / 0.35);
  }

  .lg\:border-b-stone-200\/40 {
    border-bottom-color: rgb(231 229 228 / 0.4);
  }

  .lg\:border-b-stone-200\/45 {
    border-bottom-color: rgb(231 229 228 / 0.45);
  }

  .lg\:border-b-stone-200\/5 {
    border-bottom-color: rgb(231 229 228 / 0.05);
  }

  .lg\:border-b-stone-200\/50 {
    border-bottom-color: rgb(231 229 228 / 0.5);
  }

  .lg\:border-b-stone-200\/55 {
    border-bottom-color: rgb(231 229 228 / 0.55);
  }

  .lg\:border-b-stone-200\/60 {
    border-bottom-color: rgb(231 229 228 / 0.6);
  }

  .lg\:border-b-stone-200\/65 {
    border-bottom-color: rgb(231 229 228 / 0.65);
  }

  .lg\:border-b-stone-200\/70 {
    border-bottom-color: rgb(231 229 228 / 0.7);
  }

  .lg\:border-b-stone-200\/75 {
    border-bottom-color: rgb(231 229 228 / 0.75);
  }

  .lg\:border-b-stone-200\/80 {
    border-bottom-color: rgb(231 229 228 / 0.8);
  }

  .lg\:border-b-stone-200\/85 {
    border-bottom-color: rgb(231 229 228 / 0.85);
  }

  .lg\:border-b-stone-200\/90 {
    border-bottom-color: rgb(231 229 228 / 0.9);
  }

  .lg\:border-b-stone-200\/95 {
    border-bottom-color: rgb(231 229 228 / 0.95);
  }

  .lg\:border-b-stone-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity));
  }

  .lg\:border-b-stone-300\/0 {
    border-bottom-color: rgb(214 211 209 / 0);
  }

  .lg\:border-b-stone-300\/10 {
    border-bottom-color: rgb(214 211 209 / 0.1);
  }

  .lg\:border-b-stone-300\/100 {
    border-bottom-color: rgb(214 211 209 / 1);
  }

  .lg\:border-b-stone-300\/15 {
    border-bottom-color: rgb(214 211 209 / 0.15);
  }

  .lg\:border-b-stone-300\/20 {
    border-bottom-color: rgb(214 211 209 / 0.2);
  }

  .lg\:border-b-stone-300\/25 {
    border-bottom-color: rgb(214 211 209 / 0.25);
  }

  .lg\:border-b-stone-300\/30 {
    border-bottom-color: rgb(214 211 209 / 0.3);
  }

  .lg\:border-b-stone-300\/35 {
    border-bottom-color: rgb(214 211 209 / 0.35);
  }

  .lg\:border-b-stone-300\/40 {
    border-bottom-color: rgb(214 211 209 / 0.4);
  }

  .lg\:border-b-stone-300\/45 {
    border-bottom-color: rgb(214 211 209 / 0.45);
  }

  .lg\:border-b-stone-300\/5 {
    border-bottom-color: rgb(214 211 209 / 0.05);
  }

  .lg\:border-b-stone-300\/50 {
    border-bottom-color: rgb(214 211 209 / 0.5);
  }

  .lg\:border-b-stone-300\/55 {
    border-bottom-color: rgb(214 211 209 / 0.55);
  }

  .lg\:border-b-stone-300\/60 {
    border-bottom-color: rgb(214 211 209 / 0.6);
  }

  .lg\:border-b-stone-300\/65 {
    border-bottom-color: rgb(214 211 209 / 0.65);
  }

  .lg\:border-b-stone-300\/70 {
    border-bottom-color: rgb(214 211 209 / 0.7);
  }

  .lg\:border-b-stone-300\/75 {
    border-bottom-color: rgb(214 211 209 / 0.75);
  }

  .lg\:border-b-stone-300\/80 {
    border-bottom-color: rgb(214 211 209 / 0.8);
  }

  .lg\:border-b-stone-300\/85 {
    border-bottom-color: rgb(214 211 209 / 0.85);
  }

  .lg\:border-b-stone-300\/90 {
    border-bottom-color: rgb(214 211 209 / 0.9);
  }

  .lg\:border-b-stone-300\/95 {
    border-bottom-color: rgb(214 211 209 / 0.95);
  }

  .lg\:border-b-stone-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity));
  }

  .lg\:border-b-stone-400\/0 {
    border-bottom-color: rgb(168 162 158 / 0);
  }

  .lg\:border-b-stone-400\/10 {
    border-bottom-color: rgb(168 162 158 / 0.1);
  }

  .lg\:border-b-stone-400\/100 {
    border-bottom-color: rgb(168 162 158 / 1);
  }

  .lg\:border-b-stone-400\/15 {
    border-bottom-color: rgb(168 162 158 / 0.15);
  }

  .lg\:border-b-stone-400\/20 {
    border-bottom-color: rgb(168 162 158 / 0.2);
  }

  .lg\:border-b-stone-400\/25 {
    border-bottom-color: rgb(168 162 158 / 0.25);
  }

  .lg\:border-b-stone-400\/30 {
    border-bottom-color: rgb(168 162 158 / 0.3);
  }

  .lg\:border-b-stone-400\/35 {
    border-bottom-color: rgb(168 162 158 / 0.35);
  }

  .lg\:border-b-stone-400\/40 {
    border-bottom-color: rgb(168 162 158 / 0.4);
  }

  .lg\:border-b-stone-400\/45 {
    border-bottom-color: rgb(168 162 158 / 0.45);
  }

  .lg\:border-b-stone-400\/5 {
    border-bottom-color: rgb(168 162 158 / 0.05);
  }

  .lg\:border-b-stone-400\/50 {
    border-bottom-color: rgb(168 162 158 / 0.5);
  }

  .lg\:border-b-stone-400\/55 {
    border-bottom-color: rgb(168 162 158 / 0.55);
  }

  .lg\:border-b-stone-400\/60 {
    border-bottom-color: rgb(168 162 158 / 0.6);
  }

  .lg\:border-b-stone-400\/65 {
    border-bottom-color: rgb(168 162 158 / 0.65);
  }

  .lg\:border-b-stone-400\/70 {
    border-bottom-color: rgb(168 162 158 / 0.7);
  }

  .lg\:border-b-stone-400\/75 {
    border-bottom-color: rgb(168 162 158 / 0.75);
  }

  .lg\:border-b-stone-400\/80 {
    border-bottom-color: rgb(168 162 158 / 0.8);
  }

  .lg\:border-b-stone-400\/85 {
    border-bottom-color: rgb(168 162 158 / 0.85);
  }

  .lg\:border-b-stone-400\/90 {
    border-bottom-color: rgb(168 162 158 / 0.9);
  }

  .lg\:border-b-stone-400\/95 {
    border-bottom-color: rgb(168 162 158 / 0.95);
  }

  .lg\:border-b-stone-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity));
  }

  .lg\:border-b-stone-50\/0 {
    border-bottom-color: rgb(250 250 249 / 0);
  }

  .lg\:border-b-stone-50\/10 {
    border-bottom-color: rgb(250 250 249 / 0.1);
  }

  .lg\:border-b-stone-50\/100 {
    border-bottom-color: rgb(250 250 249 / 1);
  }

  .lg\:border-b-stone-50\/15 {
    border-bottom-color: rgb(250 250 249 / 0.15);
  }

  .lg\:border-b-stone-50\/20 {
    border-bottom-color: rgb(250 250 249 / 0.2);
  }

  .lg\:border-b-stone-50\/25 {
    border-bottom-color: rgb(250 250 249 / 0.25);
  }

  .lg\:border-b-stone-50\/30 {
    border-bottom-color: rgb(250 250 249 / 0.3);
  }

  .lg\:border-b-stone-50\/35 {
    border-bottom-color: rgb(250 250 249 / 0.35);
  }

  .lg\:border-b-stone-50\/40 {
    border-bottom-color: rgb(250 250 249 / 0.4);
  }

  .lg\:border-b-stone-50\/45 {
    border-bottom-color: rgb(250 250 249 / 0.45);
  }

  .lg\:border-b-stone-50\/5 {
    border-bottom-color: rgb(250 250 249 / 0.05);
  }

  .lg\:border-b-stone-50\/50 {
    border-bottom-color: rgb(250 250 249 / 0.5);
  }

  .lg\:border-b-stone-50\/55 {
    border-bottom-color: rgb(250 250 249 / 0.55);
  }

  .lg\:border-b-stone-50\/60 {
    border-bottom-color: rgb(250 250 249 / 0.6);
  }

  .lg\:border-b-stone-50\/65 {
    border-bottom-color: rgb(250 250 249 / 0.65);
  }

  .lg\:border-b-stone-50\/70 {
    border-bottom-color: rgb(250 250 249 / 0.7);
  }

  .lg\:border-b-stone-50\/75 {
    border-bottom-color: rgb(250 250 249 / 0.75);
  }

  .lg\:border-b-stone-50\/80 {
    border-bottom-color: rgb(250 250 249 / 0.8);
  }

  .lg\:border-b-stone-50\/85 {
    border-bottom-color: rgb(250 250 249 / 0.85);
  }

  .lg\:border-b-stone-50\/90 {
    border-bottom-color: rgb(250 250 249 / 0.9);
  }

  .lg\:border-b-stone-50\/95 {
    border-bottom-color: rgb(250 250 249 / 0.95);
  }

  .lg\:border-b-stone-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity));
  }

  .lg\:border-b-stone-500\/0 {
    border-bottom-color: rgb(120 113 108 / 0);
  }

  .lg\:border-b-stone-500\/10 {
    border-bottom-color: rgb(120 113 108 / 0.1);
  }

  .lg\:border-b-stone-500\/100 {
    border-bottom-color: rgb(120 113 108 / 1);
  }

  .lg\:border-b-stone-500\/15 {
    border-bottom-color: rgb(120 113 108 / 0.15);
  }

  .lg\:border-b-stone-500\/20 {
    border-bottom-color: rgb(120 113 108 / 0.2);
  }

  .lg\:border-b-stone-500\/25 {
    border-bottom-color: rgb(120 113 108 / 0.25);
  }

  .lg\:border-b-stone-500\/30 {
    border-bottom-color: rgb(120 113 108 / 0.3);
  }

  .lg\:border-b-stone-500\/35 {
    border-bottom-color: rgb(120 113 108 / 0.35);
  }

  .lg\:border-b-stone-500\/40 {
    border-bottom-color: rgb(120 113 108 / 0.4);
  }

  .lg\:border-b-stone-500\/45 {
    border-bottom-color: rgb(120 113 108 / 0.45);
  }

  .lg\:border-b-stone-500\/5 {
    border-bottom-color: rgb(120 113 108 / 0.05);
  }

  .lg\:border-b-stone-500\/50 {
    border-bottom-color: rgb(120 113 108 / 0.5);
  }

  .lg\:border-b-stone-500\/55 {
    border-bottom-color: rgb(120 113 108 / 0.55);
  }

  .lg\:border-b-stone-500\/60 {
    border-bottom-color: rgb(120 113 108 / 0.6);
  }

  .lg\:border-b-stone-500\/65 {
    border-bottom-color: rgb(120 113 108 / 0.65);
  }

  .lg\:border-b-stone-500\/70 {
    border-bottom-color: rgb(120 113 108 / 0.7);
  }

  .lg\:border-b-stone-500\/75 {
    border-bottom-color: rgb(120 113 108 / 0.75);
  }

  .lg\:border-b-stone-500\/80 {
    border-bottom-color: rgb(120 113 108 / 0.8);
  }

  .lg\:border-b-stone-500\/85 {
    border-bottom-color: rgb(120 113 108 / 0.85);
  }

  .lg\:border-b-stone-500\/90 {
    border-bottom-color: rgb(120 113 108 / 0.9);
  }

  .lg\:border-b-stone-500\/95 {
    border-bottom-color: rgb(120 113 108 / 0.95);
  }

  .lg\:border-b-stone-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity));
  }

  .lg\:border-b-stone-600\/0 {
    border-bottom-color: rgb(87 83 78 / 0);
  }

  .lg\:border-b-stone-600\/10 {
    border-bottom-color: rgb(87 83 78 / 0.1);
  }

  .lg\:border-b-stone-600\/100 {
    border-bottom-color: rgb(87 83 78 / 1);
  }

  .lg\:border-b-stone-600\/15 {
    border-bottom-color: rgb(87 83 78 / 0.15);
  }

  .lg\:border-b-stone-600\/20 {
    border-bottom-color: rgb(87 83 78 / 0.2);
  }

  .lg\:border-b-stone-600\/25 {
    border-bottom-color: rgb(87 83 78 / 0.25);
  }

  .lg\:border-b-stone-600\/30 {
    border-bottom-color: rgb(87 83 78 / 0.3);
  }

  .lg\:border-b-stone-600\/35 {
    border-bottom-color: rgb(87 83 78 / 0.35);
  }

  .lg\:border-b-stone-600\/40 {
    border-bottom-color: rgb(87 83 78 / 0.4);
  }

  .lg\:border-b-stone-600\/45 {
    border-bottom-color: rgb(87 83 78 / 0.45);
  }

  .lg\:border-b-stone-600\/5 {
    border-bottom-color: rgb(87 83 78 / 0.05);
  }

  .lg\:border-b-stone-600\/50 {
    border-bottom-color: rgb(87 83 78 / 0.5);
  }

  .lg\:border-b-stone-600\/55 {
    border-bottom-color: rgb(87 83 78 / 0.55);
  }

  .lg\:border-b-stone-600\/60 {
    border-bottom-color: rgb(87 83 78 / 0.6);
  }

  .lg\:border-b-stone-600\/65 {
    border-bottom-color: rgb(87 83 78 / 0.65);
  }

  .lg\:border-b-stone-600\/70 {
    border-bottom-color: rgb(87 83 78 / 0.7);
  }

  .lg\:border-b-stone-600\/75 {
    border-bottom-color: rgb(87 83 78 / 0.75);
  }

  .lg\:border-b-stone-600\/80 {
    border-bottom-color: rgb(87 83 78 / 0.8);
  }

  .lg\:border-b-stone-600\/85 {
    border-bottom-color: rgb(87 83 78 / 0.85);
  }

  .lg\:border-b-stone-600\/90 {
    border-bottom-color: rgb(87 83 78 / 0.9);
  }

  .lg\:border-b-stone-600\/95 {
    border-bottom-color: rgb(87 83 78 / 0.95);
  }

  .lg\:border-b-stone-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity));
  }

  .lg\:border-b-stone-700\/0 {
    border-bottom-color: rgb(68 64 60 / 0);
  }

  .lg\:border-b-stone-700\/10 {
    border-bottom-color: rgb(68 64 60 / 0.1);
  }

  .lg\:border-b-stone-700\/100 {
    border-bottom-color: rgb(68 64 60 / 1);
  }

  .lg\:border-b-stone-700\/15 {
    border-bottom-color: rgb(68 64 60 / 0.15);
  }

  .lg\:border-b-stone-700\/20 {
    border-bottom-color: rgb(68 64 60 / 0.2);
  }

  .lg\:border-b-stone-700\/25 {
    border-bottom-color: rgb(68 64 60 / 0.25);
  }

  .lg\:border-b-stone-700\/30 {
    border-bottom-color: rgb(68 64 60 / 0.3);
  }

  .lg\:border-b-stone-700\/35 {
    border-bottom-color: rgb(68 64 60 / 0.35);
  }

  .lg\:border-b-stone-700\/40 {
    border-bottom-color: rgb(68 64 60 / 0.4);
  }

  .lg\:border-b-stone-700\/45 {
    border-bottom-color: rgb(68 64 60 / 0.45);
  }

  .lg\:border-b-stone-700\/5 {
    border-bottom-color: rgb(68 64 60 / 0.05);
  }

  .lg\:border-b-stone-700\/50 {
    border-bottom-color: rgb(68 64 60 / 0.5);
  }

  .lg\:border-b-stone-700\/55 {
    border-bottom-color: rgb(68 64 60 / 0.55);
  }

  .lg\:border-b-stone-700\/60 {
    border-bottom-color: rgb(68 64 60 / 0.6);
  }

  .lg\:border-b-stone-700\/65 {
    border-bottom-color: rgb(68 64 60 / 0.65);
  }

  .lg\:border-b-stone-700\/70 {
    border-bottom-color: rgb(68 64 60 / 0.7);
  }

  .lg\:border-b-stone-700\/75 {
    border-bottom-color: rgb(68 64 60 / 0.75);
  }

  .lg\:border-b-stone-700\/80 {
    border-bottom-color: rgb(68 64 60 / 0.8);
  }

  .lg\:border-b-stone-700\/85 {
    border-bottom-color: rgb(68 64 60 / 0.85);
  }

  .lg\:border-b-stone-700\/90 {
    border-bottom-color: rgb(68 64 60 / 0.9);
  }

  .lg\:border-b-stone-700\/95 {
    border-bottom-color: rgb(68 64 60 / 0.95);
  }

  .lg\:border-b-stone-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity));
  }

  .lg\:border-b-stone-800\/0 {
    border-bottom-color: rgb(41 37 36 / 0);
  }

  .lg\:border-b-stone-800\/10 {
    border-bottom-color: rgb(41 37 36 / 0.1);
  }

  .lg\:border-b-stone-800\/100 {
    border-bottom-color: rgb(41 37 36 / 1);
  }

  .lg\:border-b-stone-800\/15 {
    border-bottom-color: rgb(41 37 36 / 0.15);
  }

  .lg\:border-b-stone-800\/20 {
    border-bottom-color: rgb(41 37 36 / 0.2);
  }

  .lg\:border-b-stone-800\/25 {
    border-bottom-color: rgb(41 37 36 / 0.25);
  }

  .lg\:border-b-stone-800\/30 {
    border-bottom-color: rgb(41 37 36 / 0.3);
  }

  .lg\:border-b-stone-800\/35 {
    border-bottom-color: rgb(41 37 36 / 0.35);
  }

  .lg\:border-b-stone-800\/40 {
    border-bottom-color: rgb(41 37 36 / 0.4);
  }

  .lg\:border-b-stone-800\/45 {
    border-bottom-color: rgb(41 37 36 / 0.45);
  }

  .lg\:border-b-stone-800\/5 {
    border-bottom-color: rgb(41 37 36 / 0.05);
  }

  .lg\:border-b-stone-800\/50 {
    border-bottom-color: rgb(41 37 36 / 0.5);
  }

  .lg\:border-b-stone-800\/55 {
    border-bottom-color: rgb(41 37 36 / 0.55);
  }

  .lg\:border-b-stone-800\/60 {
    border-bottom-color: rgb(41 37 36 / 0.6);
  }

  .lg\:border-b-stone-800\/65 {
    border-bottom-color: rgb(41 37 36 / 0.65);
  }

  .lg\:border-b-stone-800\/70 {
    border-bottom-color: rgb(41 37 36 / 0.7);
  }

  .lg\:border-b-stone-800\/75 {
    border-bottom-color: rgb(41 37 36 / 0.75);
  }

  .lg\:border-b-stone-800\/80 {
    border-bottom-color: rgb(41 37 36 / 0.8);
  }

  .lg\:border-b-stone-800\/85 {
    border-bottom-color: rgb(41 37 36 / 0.85);
  }

  .lg\:border-b-stone-800\/90 {
    border-bottom-color: rgb(41 37 36 / 0.9);
  }

  .lg\:border-b-stone-800\/95 {
    border-bottom-color: rgb(41 37 36 / 0.95);
  }

  .lg\:border-b-stone-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity));
  }

  .lg\:border-b-stone-900\/0 {
    border-bottom-color: rgb(28 25 23 / 0);
  }

  .lg\:border-b-stone-900\/10 {
    border-bottom-color: rgb(28 25 23 / 0.1);
  }

  .lg\:border-b-stone-900\/100 {
    border-bottom-color: rgb(28 25 23 / 1);
  }

  .lg\:border-b-stone-900\/15 {
    border-bottom-color: rgb(28 25 23 / 0.15);
  }

  .lg\:border-b-stone-900\/20 {
    border-bottom-color: rgb(28 25 23 / 0.2);
  }

  .lg\:border-b-stone-900\/25 {
    border-bottom-color: rgb(28 25 23 / 0.25);
  }

  .lg\:border-b-stone-900\/30 {
    border-bottom-color: rgb(28 25 23 / 0.3);
  }

  .lg\:border-b-stone-900\/35 {
    border-bottom-color: rgb(28 25 23 / 0.35);
  }

  .lg\:border-b-stone-900\/40 {
    border-bottom-color: rgb(28 25 23 / 0.4);
  }

  .lg\:border-b-stone-900\/45 {
    border-bottom-color: rgb(28 25 23 / 0.45);
  }

  .lg\:border-b-stone-900\/5 {
    border-bottom-color: rgb(28 25 23 / 0.05);
  }

  .lg\:border-b-stone-900\/50 {
    border-bottom-color: rgb(28 25 23 / 0.5);
  }

  .lg\:border-b-stone-900\/55 {
    border-bottom-color: rgb(28 25 23 / 0.55);
  }

  .lg\:border-b-stone-900\/60 {
    border-bottom-color: rgb(28 25 23 / 0.6);
  }

  .lg\:border-b-stone-900\/65 {
    border-bottom-color: rgb(28 25 23 / 0.65);
  }

  .lg\:border-b-stone-900\/70 {
    border-bottom-color: rgb(28 25 23 / 0.7);
  }

  .lg\:border-b-stone-900\/75 {
    border-bottom-color: rgb(28 25 23 / 0.75);
  }

  .lg\:border-b-stone-900\/80 {
    border-bottom-color: rgb(28 25 23 / 0.8);
  }

  .lg\:border-b-stone-900\/85 {
    border-bottom-color: rgb(28 25 23 / 0.85);
  }

  .lg\:border-b-stone-900\/90 {
    border-bottom-color: rgb(28 25 23 / 0.9);
  }

  .lg\:border-b-stone-900\/95 {
    border-bottom-color: rgb(28 25 23 / 0.95);
  }

  .lg\:border-b-stone-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity));
  }

  .lg\:border-b-stone-950\/0 {
    border-bottom-color: rgb(12 10 9 / 0);
  }

  .lg\:border-b-stone-950\/10 {
    border-bottom-color: rgb(12 10 9 / 0.1);
  }

  .lg\:border-b-stone-950\/100 {
    border-bottom-color: rgb(12 10 9 / 1);
  }

  .lg\:border-b-stone-950\/15 {
    border-bottom-color: rgb(12 10 9 / 0.15);
  }

  .lg\:border-b-stone-950\/20 {
    border-bottom-color: rgb(12 10 9 / 0.2);
  }

  .lg\:border-b-stone-950\/25 {
    border-bottom-color: rgb(12 10 9 / 0.25);
  }

  .lg\:border-b-stone-950\/30 {
    border-bottom-color: rgb(12 10 9 / 0.3);
  }

  .lg\:border-b-stone-950\/35 {
    border-bottom-color: rgb(12 10 9 / 0.35);
  }

  .lg\:border-b-stone-950\/40 {
    border-bottom-color: rgb(12 10 9 / 0.4);
  }

  .lg\:border-b-stone-950\/45 {
    border-bottom-color: rgb(12 10 9 / 0.45);
  }

  .lg\:border-b-stone-950\/5 {
    border-bottom-color: rgb(12 10 9 / 0.05);
  }

  .lg\:border-b-stone-950\/50 {
    border-bottom-color: rgb(12 10 9 / 0.5);
  }

  .lg\:border-b-stone-950\/55 {
    border-bottom-color: rgb(12 10 9 / 0.55);
  }

  .lg\:border-b-stone-950\/60 {
    border-bottom-color: rgb(12 10 9 / 0.6);
  }

  .lg\:border-b-stone-950\/65 {
    border-bottom-color: rgb(12 10 9 / 0.65);
  }

  .lg\:border-b-stone-950\/70 {
    border-bottom-color: rgb(12 10 9 / 0.7);
  }

  .lg\:border-b-stone-950\/75 {
    border-bottom-color: rgb(12 10 9 / 0.75);
  }

  .lg\:border-b-stone-950\/80 {
    border-bottom-color: rgb(12 10 9 / 0.8);
  }

  .lg\:border-b-stone-950\/85 {
    border-bottom-color: rgb(12 10 9 / 0.85);
  }

  .lg\:border-b-stone-950\/90 {
    border-bottom-color: rgb(12 10 9 / 0.9);
  }

  .lg\:border-b-stone-950\/95 {
    border-bottom-color: rgb(12 10 9 / 0.95);
  }

  .lg\:border-b-teal-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity));
  }

  .lg\:border-b-teal-100\/0 {
    border-bottom-color: rgb(204 251 241 / 0);
  }

  .lg\:border-b-teal-100\/10 {
    border-bottom-color: rgb(204 251 241 / 0.1);
  }

  .lg\:border-b-teal-100\/100 {
    border-bottom-color: rgb(204 251 241 / 1);
  }

  .lg\:border-b-teal-100\/15 {
    border-bottom-color: rgb(204 251 241 / 0.15);
  }

  .lg\:border-b-teal-100\/20 {
    border-bottom-color: rgb(204 251 241 / 0.2);
  }

  .lg\:border-b-teal-100\/25 {
    border-bottom-color: rgb(204 251 241 / 0.25);
  }

  .lg\:border-b-teal-100\/30 {
    border-bottom-color: rgb(204 251 241 / 0.3);
  }

  .lg\:border-b-teal-100\/35 {
    border-bottom-color: rgb(204 251 241 / 0.35);
  }

  .lg\:border-b-teal-100\/40 {
    border-bottom-color: rgb(204 251 241 / 0.4);
  }

  .lg\:border-b-teal-100\/45 {
    border-bottom-color: rgb(204 251 241 / 0.45);
  }

  .lg\:border-b-teal-100\/5 {
    border-bottom-color: rgb(204 251 241 / 0.05);
  }

  .lg\:border-b-teal-100\/50 {
    border-bottom-color: rgb(204 251 241 / 0.5);
  }

  .lg\:border-b-teal-100\/55 {
    border-bottom-color: rgb(204 251 241 / 0.55);
  }

  .lg\:border-b-teal-100\/60 {
    border-bottom-color: rgb(204 251 241 / 0.6);
  }

  .lg\:border-b-teal-100\/65 {
    border-bottom-color: rgb(204 251 241 / 0.65);
  }

  .lg\:border-b-teal-100\/70 {
    border-bottom-color: rgb(204 251 241 / 0.7);
  }

  .lg\:border-b-teal-100\/75 {
    border-bottom-color: rgb(204 251 241 / 0.75);
  }

  .lg\:border-b-teal-100\/80 {
    border-bottom-color: rgb(204 251 241 / 0.8);
  }

  .lg\:border-b-teal-100\/85 {
    border-bottom-color: rgb(204 251 241 / 0.85);
  }

  .lg\:border-b-teal-100\/90 {
    border-bottom-color: rgb(204 251 241 / 0.9);
  }

  .lg\:border-b-teal-100\/95 {
    border-bottom-color: rgb(204 251 241 / 0.95);
  }

  .lg\:border-b-teal-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity));
  }

  .lg\:border-b-teal-200\/0 {
    border-bottom-color: rgb(153 246 228 / 0);
  }

  .lg\:border-b-teal-200\/10 {
    border-bottom-color: rgb(153 246 228 / 0.1);
  }

  .lg\:border-b-teal-200\/100 {
    border-bottom-color: rgb(153 246 228 / 1);
  }

  .lg\:border-b-teal-200\/15 {
    border-bottom-color: rgb(153 246 228 / 0.15);
  }

  .lg\:border-b-teal-200\/20 {
    border-bottom-color: rgb(153 246 228 / 0.2);
  }

  .lg\:border-b-teal-200\/25 {
    border-bottom-color: rgb(153 246 228 / 0.25);
  }

  .lg\:border-b-teal-200\/30 {
    border-bottom-color: rgb(153 246 228 / 0.3);
  }

  .lg\:border-b-teal-200\/35 {
    border-bottom-color: rgb(153 246 228 / 0.35);
  }

  .lg\:border-b-teal-200\/40 {
    border-bottom-color: rgb(153 246 228 / 0.4);
  }

  .lg\:border-b-teal-200\/45 {
    border-bottom-color: rgb(153 246 228 / 0.45);
  }

  .lg\:border-b-teal-200\/5 {
    border-bottom-color: rgb(153 246 228 / 0.05);
  }

  .lg\:border-b-teal-200\/50 {
    border-bottom-color: rgb(153 246 228 / 0.5);
  }

  .lg\:border-b-teal-200\/55 {
    border-bottom-color: rgb(153 246 228 / 0.55);
  }

  .lg\:border-b-teal-200\/60 {
    border-bottom-color: rgb(153 246 228 / 0.6);
  }

  .lg\:border-b-teal-200\/65 {
    border-bottom-color: rgb(153 246 228 / 0.65);
  }

  .lg\:border-b-teal-200\/70 {
    border-bottom-color: rgb(153 246 228 / 0.7);
  }

  .lg\:border-b-teal-200\/75 {
    border-bottom-color: rgb(153 246 228 / 0.75);
  }

  .lg\:border-b-teal-200\/80 {
    border-bottom-color: rgb(153 246 228 / 0.8);
  }

  .lg\:border-b-teal-200\/85 {
    border-bottom-color: rgb(153 246 228 / 0.85);
  }

  .lg\:border-b-teal-200\/90 {
    border-bottom-color: rgb(153 246 228 / 0.9);
  }

  .lg\:border-b-teal-200\/95 {
    border-bottom-color: rgb(153 246 228 / 0.95);
  }

  .lg\:border-b-teal-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity));
  }

  .lg\:border-b-teal-300\/0 {
    border-bottom-color: rgb(94 234 212 / 0);
  }

  .lg\:border-b-teal-300\/10 {
    border-bottom-color: rgb(94 234 212 / 0.1);
  }

  .lg\:border-b-teal-300\/100 {
    border-bottom-color: rgb(94 234 212 / 1);
  }

  .lg\:border-b-teal-300\/15 {
    border-bottom-color: rgb(94 234 212 / 0.15);
  }

  .lg\:border-b-teal-300\/20 {
    border-bottom-color: rgb(94 234 212 / 0.2);
  }

  .lg\:border-b-teal-300\/25 {
    border-bottom-color: rgb(94 234 212 / 0.25);
  }

  .lg\:border-b-teal-300\/30 {
    border-bottom-color: rgb(94 234 212 / 0.3);
  }

  .lg\:border-b-teal-300\/35 {
    border-bottom-color: rgb(94 234 212 / 0.35);
  }

  .lg\:border-b-teal-300\/40 {
    border-bottom-color: rgb(94 234 212 / 0.4);
  }

  .lg\:border-b-teal-300\/45 {
    border-bottom-color: rgb(94 234 212 / 0.45);
  }

  .lg\:border-b-teal-300\/5 {
    border-bottom-color: rgb(94 234 212 / 0.05);
  }

  .lg\:border-b-teal-300\/50 {
    border-bottom-color: rgb(94 234 212 / 0.5);
  }

  .lg\:border-b-teal-300\/55 {
    border-bottom-color: rgb(94 234 212 / 0.55);
  }

  .lg\:border-b-teal-300\/60 {
    border-bottom-color: rgb(94 234 212 / 0.6);
  }

  .lg\:border-b-teal-300\/65 {
    border-bottom-color: rgb(94 234 212 / 0.65);
  }

  .lg\:border-b-teal-300\/70 {
    border-bottom-color: rgb(94 234 212 / 0.7);
  }

  .lg\:border-b-teal-300\/75 {
    border-bottom-color: rgb(94 234 212 / 0.75);
  }

  .lg\:border-b-teal-300\/80 {
    border-bottom-color: rgb(94 234 212 / 0.8);
  }

  .lg\:border-b-teal-300\/85 {
    border-bottom-color: rgb(94 234 212 / 0.85);
  }

  .lg\:border-b-teal-300\/90 {
    border-bottom-color: rgb(94 234 212 / 0.9);
  }

  .lg\:border-b-teal-300\/95 {
    border-bottom-color: rgb(94 234 212 / 0.95);
  }

  .lg\:border-b-teal-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity));
  }

  .lg\:border-b-teal-400\/0 {
    border-bottom-color: rgb(45 212 191 / 0);
  }

  .lg\:border-b-teal-400\/10 {
    border-bottom-color: rgb(45 212 191 / 0.1);
  }

  .lg\:border-b-teal-400\/100 {
    border-bottom-color: rgb(45 212 191 / 1);
  }

  .lg\:border-b-teal-400\/15 {
    border-bottom-color: rgb(45 212 191 / 0.15);
  }

  .lg\:border-b-teal-400\/20 {
    border-bottom-color: rgb(45 212 191 / 0.2);
  }

  .lg\:border-b-teal-400\/25 {
    border-bottom-color: rgb(45 212 191 / 0.25);
  }

  .lg\:border-b-teal-400\/30 {
    border-bottom-color: rgb(45 212 191 / 0.3);
  }

  .lg\:border-b-teal-400\/35 {
    border-bottom-color: rgb(45 212 191 / 0.35);
  }

  .lg\:border-b-teal-400\/40 {
    border-bottom-color: rgb(45 212 191 / 0.4);
  }

  .lg\:border-b-teal-400\/45 {
    border-bottom-color: rgb(45 212 191 / 0.45);
  }

  .lg\:border-b-teal-400\/5 {
    border-bottom-color: rgb(45 212 191 / 0.05);
  }

  .lg\:border-b-teal-400\/50 {
    border-bottom-color: rgb(45 212 191 / 0.5);
  }

  .lg\:border-b-teal-400\/55 {
    border-bottom-color: rgb(45 212 191 / 0.55);
  }

  .lg\:border-b-teal-400\/60 {
    border-bottom-color: rgb(45 212 191 / 0.6);
  }

  .lg\:border-b-teal-400\/65 {
    border-bottom-color: rgb(45 212 191 / 0.65);
  }

  .lg\:border-b-teal-400\/70 {
    border-bottom-color: rgb(45 212 191 / 0.7);
  }

  .lg\:border-b-teal-400\/75 {
    border-bottom-color: rgb(45 212 191 / 0.75);
  }

  .lg\:border-b-teal-400\/80 {
    border-bottom-color: rgb(45 212 191 / 0.8);
  }

  .lg\:border-b-teal-400\/85 {
    border-bottom-color: rgb(45 212 191 / 0.85);
  }

  .lg\:border-b-teal-400\/90 {
    border-bottom-color: rgb(45 212 191 / 0.9);
  }

  .lg\:border-b-teal-400\/95 {
    border-bottom-color: rgb(45 212 191 / 0.95);
  }

  .lg\:border-b-teal-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity));
  }

  .lg\:border-b-teal-50\/0 {
    border-bottom-color: rgb(240 253 250 / 0);
  }

  .lg\:border-b-teal-50\/10 {
    border-bottom-color: rgb(240 253 250 / 0.1);
  }

  .lg\:border-b-teal-50\/100 {
    border-bottom-color: rgb(240 253 250 / 1);
  }

  .lg\:border-b-teal-50\/15 {
    border-bottom-color: rgb(240 253 250 / 0.15);
  }

  .lg\:border-b-teal-50\/20 {
    border-bottom-color: rgb(240 253 250 / 0.2);
  }

  .lg\:border-b-teal-50\/25 {
    border-bottom-color: rgb(240 253 250 / 0.25);
  }

  .lg\:border-b-teal-50\/30 {
    border-bottom-color: rgb(240 253 250 / 0.3);
  }

  .lg\:border-b-teal-50\/35 {
    border-bottom-color: rgb(240 253 250 / 0.35);
  }

  .lg\:border-b-teal-50\/40 {
    border-bottom-color: rgb(240 253 250 / 0.4);
  }

  .lg\:border-b-teal-50\/45 {
    border-bottom-color: rgb(240 253 250 / 0.45);
  }

  .lg\:border-b-teal-50\/5 {
    border-bottom-color: rgb(240 253 250 / 0.05);
  }

  .lg\:border-b-teal-50\/50 {
    border-bottom-color: rgb(240 253 250 / 0.5);
  }

  .lg\:border-b-teal-50\/55 {
    border-bottom-color: rgb(240 253 250 / 0.55);
  }

  .lg\:border-b-teal-50\/60 {
    border-bottom-color: rgb(240 253 250 / 0.6);
  }

  .lg\:border-b-teal-50\/65 {
    border-bottom-color: rgb(240 253 250 / 0.65);
  }

  .lg\:border-b-teal-50\/70 {
    border-bottom-color: rgb(240 253 250 / 0.7);
  }

  .lg\:border-b-teal-50\/75 {
    border-bottom-color: rgb(240 253 250 / 0.75);
  }

  .lg\:border-b-teal-50\/80 {
    border-bottom-color: rgb(240 253 250 / 0.8);
  }

  .lg\:border-b-teal-50\/85 {
    border-bottom-color: rgb(240 253 250 / 0.85);
  }

  .lg\:border-b-teal-50\/90 {
    border-bottom-color: rgb(240 253 250 / 0.9);
  }

  .lg\:border-b-teal-50\/95 {
    border-bottom-color: rgb(240 253 250 / 0.95);
  }

  .lg\:border-b-teal-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity));
  }

  .lg\:border-b-teal-500\/0 {
    border-bottom-color: rgb(20 184 166 / 0);
  }

  .lg\:border-b-teal-500\/10 {
    border-bottom-color: rgb(20 184 166 / 0.1);
  }

  .lg\:border-b-teal-500\/100 {
    border-bottom-color: rgb(20 184 166 / 1);
  }

  .lg\:border-b-teal-500\/15 {
    border-bottom-color: rgb(20 184 166 / 0.15);
  }

  .lg\:border-b-teal-500\/20 {
    border-bottom-color: rgb(20 184 166 / 0.2);
  }

  .lg\:border-b-teal-500\/25 {
    border-bottom-color: rgb(20 184 166 / 0.25);
  }

  .lg\:border-b-teal-500\/30 {
    border-bottom-color: rgb(20 184 166 / 0.3);
  }

  .lg\:border-b-teal-500\/35 {
    border-bottom-color: rgb(20 184 166 / 0.35);
  }

  .lg\:border-b-teal-500\/40 {
    border-bottom-color: rgb(20 184 166 / 0.4);
  }

  .lg\:border-b-teal-500\/45 {
    border-bottom-color: rgb(20 184 166 / 0.45);
  }

  .lg\:border-b-teal-500\/5 {
    border-bottom-color: rgb(20 184 166 / 0.05);
  }

  .lg\:border-b-teal-500\/50 {
    border-bottom-color: rgb(20 184 166 / 0.5);
  }

  .lg\:border-b-teal-500\/55 {
    border-bottom-color: rgb(20 184 166 / 0.55);
  }

  .lg\:border-b-teal-500\/60 {
    border-bottom-color: rgb(20 184 166 / 0.6);
  }

  .lg\:border-b-teal-500\/65 {
    border-bottom-color: rgb(20 184 166 / 0.65);
  }

  .lg\:border-b-teal-500\/70 {
    border-bottom-color: rgb(20 184 166 / 0.7);
  }

  .lg\:border-b-teal-500\/75 {
    border-bottom-color: rgb(20 184 166 / 0.75);
  }

  .lg\:border-b-teal-500\/80 {
    border-bottom-color: rgb(20 184 166 / 0.8);
  }

  .lg\:border-b-teal-500\/85 {
    border-bottom-color: rgb(20 184 166 / 0.85);
  }

  .lg\:border-b-teal-500\/90 {
    border-bottom-color: rgb(20 184 166 / 0.9);
  }

  .lg\:border-b-teal-500\/95 {
    border-bottom-color: rgb(20 184 166 / 0.95);
  }

  .lg\:border-b-teal-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity));
  }

  .lg\:border-b-teal-600\/0 {
    border-bottom-color: rgb(13 148 136 / 0);
  }

  .lg\:border-b-teal-600\/10 {
    border-bottom-color: rgb(13 148 136 / 0.1);
  }

  .lg\:border-b-teal-600\/100 {
    border-bottom-color: rgb(13 148 136 / 1);
  }

  .lg\:border-b-teal-600\/15 {
    border-bottom-color: rgb(13 148 136 / 0.15);
  }

  .lg\:border-b-teal-600\/20 {
    border-bottom-color: rgb(13 148 136 / 0.2);
  }

  .lg\:border-b-teal-600\/25 {
    border-bottom-color: rgb(13 148 136 / 0.25);
  }

  .lg\:border-b-teal-600\/30 {
    border-bottom-color: rgb(13 148 136 / 0.3);
  }

  .lg\:border-b-teal-600\/35 {
    border-bottom-color: rgb(13 148 136 / 0.35);
  }

  .lg\:border-b-teal-600\/40 {
    border-bottom-color: rgb(13 148 136 / 0.4);
  }

  .lg\:border-b-teal-600\/45 {
    border-bottom-color: rgb(13 148 136 / 0.45);
  }

  .lg\:border-b-teal-600\/5 {
    border-bottom-color: rgb(13 148 136 / 0.05);
  }

  .lg\:border-b-teal-600\/50 {
    border-bottom-color: rgb(13 148 136 / 0.5);
  }

  .lg\:border-b-teal-600\/55 {
    border-bottom-color: rgb(13 148 136 / 0.55);
  }

  .lg\:border-b-teal-600\/60 {
    border-bottom-color: rgb(13 148 136 / 0.6);
  }

  .lg\:border-b-teal-600\/65 {
    border-bottom-color: rgb(13 148 136 / 0.65);
  }

  .lg\:border-b-teal-600\/70 {
    border-bottom-color: rgb(13 148 136 / 0.7);
  }

  .lg\:border-b-teal-600\/75 {
    border-bottom-color: rgb(13 148 136 / 0.75);
  }

  .lg\:border-b-teal-600\/80 {
    border-bottom-color: rgb(13 148 136 / 0.8);
  }

  .lg\:border-b-teal-600\/85 {
    border-bottom-color: rgb(13 148 136 / 0.85);
  }

  .lg\:border-b-teal-600\/90 {
    border-bottom-color: rgb(13 148 136 / 0.9);
  }

  .lg\:border-b-teal-600\/95 {
    border-bottom-color: rgb(13 148 136 / 0.95);
  }

  .lg\:border-b-teal-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity));
  }

  .lg\:border-b-teal-700\/0 {
    border-bottom-color: rgb(15 118 110 / 0);
  }

  .lg\:border-b-teal-700\/10 {
    border-bottom-color: rgb(15 118 110 / 0.1);
  }

  .lg\:border-b-teal-700\/100 {
    border-bottom-color: rgb(15 118 110 / 1);
  }

  .lg\:border-b-teal-700\/15 {
    border-bottom-color: rgb(15 118 110 / 0.15);
  }

  .lg\:border-b-teal-700\/20 {
    border-bottom-color: rgb(15 118 110 / 0.2);
  }

  .lg\:border-b-teal-700\/25 {
    border-bottom-color: rgb(15 118 110 / 0.25);
  }

  .lg\:border-b-teal-700\/30 {
    border-bottom-color: rgb(15 118 110 / 0.3);
  }

  .lg\:border-b-teal-700\/35 {
    border-bottom-color: rgb(15 118 110 / 0.35);
  }

  .lg\:border-b-teal-700\/40 {
    border-bottom-color: rgb(15 118 110 / 0.4);
  }

  .lg\:border-b-teal-700\/45 {
    border-bottom-color: rgb(15 118 110 / 0.45);
  }

  .lg\:border-b-teal-700\/5 {
    border-bottom-color: rgb(15 118 110 / 0.05);
  }

  .lg\:border-b-teal-700\/50 {
    border-bottom-color: rgb(15 118 110 / 0.5);
  }

  .lg\:border-b-teal-700\/55 {
    border-bottom-color: rgb(15 118 110 / 0.55);
  }

  .lg\:border-b-teal-700\/60 {
    border-bottom-color: rgb(15 118 110 / 0.6);
  }

  .lg\:border-b-teal-700\/65 {
    border-bottom-color: rgb(15 118 110 / 0.65);
  }

  .lg\:border-b-teal-700\/70 {
    border-bottom-color: rgb(15 118 110 / 0.7);
  }

  .lg\:border-b-teal-700\/75 {
    border-bottom-color: rgb(15 118 110 / 0.75);
  }

  .lg\:border-b-teal-700\/80 {
    border-bottom-color: rgb(15 118 110 / 0.8);
  }

  .lg\:border-b-teal-700\/85 {
    border-bottom-color: rgb(15 118 110 / 0.85);
  }

  .lg\:border-b-teal-700\/90 {
    border-bottom-color: rgb(15 118 110 / 0.9);
  }

  .lg\:border-b-teal-700\/95 {
    border-bottom-color: rgb(15 118 110 / 0.95);
  }

  .lg\:border-b-teal-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity));
  }

  .lg\:border-b-teal-800\/0 {
    border-bottom-color: rgb(17 94 89 / 0);
  }

  .lg\:border-b-teal-800\/10 {
    border-bottom-color: rgb(17 94 89 / 0.1);
  }

  .lg\:border-b-teal-800\/100 {
    border-bottom-color: rgb(17 94 89 / 1);
  }

  .lg\:border-b-teal-800\/15 {
    border-bottom-color: rgb(17 94 89 / 0.15);
  }

  .lg\:border-b-teal-800\/20 {
    border-bottom-color: rgb(17 94 89 / 0.2);
  }

  .lg\:border-b-teal-800\/25 {
    border-bottom-color: rgb(17 94 89 / 0.25);
  }

  .lg\:border-b-teal-800\/30 {
    border-bottom-color: rgb(17 94 89 / 0.3);
  }

  .lg\:border-b-teal-800\/35 {
    border-bottom-color: rgb(17 94 89 / 0.35);
  }

  .lg\:border-b-teal-800\/40 {
    border-bottom-color: rgb(17 94 89 / 0.4);
  }

  .lg\:border-b-teal-800\/45 {
    border-bottom-color: rgb(17 94 89 / 0.45);
  }

  .lg\:border-b-teal-800\/5 {
    border-bottom-color: rgb(17 94 89 / 0.05);
  }

  .lg\:border-b-teal-800\/50 {
    border-bottom-color: rgb(17 94 89 / 0.5);
  }

  .lg\:border-b-teal-800\/55 {
    border-bottom-color: rgb(17 94 89 / 0.55);
  }

  .lg\:border-b-teal-800\/60 {
    border-bottom-color: rgb(17 94 89 / 0.6);
  }

  .lg\:border-b-teal-800\/65 {
    border-bottom-color: rgb(17 94 89 / 0.65);
  }

  .lg\:border-b-teal-800\/70 {
    border-bottom-color: rgb(17 94 89 / 0.7);
  }

  .lg\:border-b-teal-800\/75 {
    border-bottom-color: rgb(17 94 89 / 0.75);
  }

  .lg\:border-b-teal-800\/80 {
    border-bottom-color: rgb(17 94 89 / 0.8);
  }

  .lg\:border-b-teal-800\/85 {
    border-bottom-color: rgb(17 94 89 / 0.85);
  }

  .lg\:border-b-teal-800\/90 {
    border-bottom-color: rgb(17 94 89 / 0.9);
  }

  .lg\:border-b-teal-800\/95 {
    border-bottom-color: rgb(17 94 89 / 0.95);
  }

  .lg\:border-b-teal-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity));
  }

  .lg\:border-b-teal-900\/0 {
    border-bottom-color: rgb(19 78 74 / 0);
  }

  .lg\:border-b-teal-900\/10 {
    border-bottom-color: rgb(19 78 74 / 0.1);
  }

  .lg\:border-b-teal-900\/100 {
    border-bottom-color: rgb(19 78 74 / 1);
  }

  .lg\:border-b-teal-900\/15 {
    border-bottom-color: rgb(19 78 74 / 0.15);
  }

  .lg\:border-b-teal-900\/20 {
    border-bottom-color: rgb(19 78 74 / 0.2);
  }

  .lg\:border-b-teal-900\/25 {
    border-bottom-color: rgb(19 78 74 / 0.25);
  }

  .lg\:border-b-teal-900\/30 {
    border-bottom-color: rgb(19 78 74 / 0.3);
  }

  .lg\:border-b-teal-900\/35 {
    border-bottom-color: rgb(19 78 74 / 0.35);
  }

  .lg\:border-b-teal-900\/40 {
    border-bottom-color: rgb(19 78 74 / 0.4);
  }

  .lg\:border-b-teal-900\/45 {
    border-bottom-color: rgb(19 78 74 / 0.45);
  }

  .lg\:border-b-teal-900\/5 {
    border-bottom-color: rgb(19 78 74 / 0.05);
  }

  .lg\:border-b-teal-900\/50 {
    border-bottom-color: rgb(19 78 74 / 0.5);
  }

  .lg\:border-b-teal-900\/55 {
    border-bottom-color: rgb(19 78 74 / 0.55);
  }

  .lg\:border-b-teal-900\/60 {
    border-bottom-color: rgb(19 78 74 / 0.6);
  }

  .lg\:border-b-teal-900\/65 {
    border-bottom-color: rgb(19 78 74 / 0.65);
  }

  .lg\:border-b-teal-900\/70 {
    border-bottom-color: rgb(19 78 74 / 0.7);
  }

  .lg\:border-b-teal-900\/75 {
    border-bottom-color: rgb(19 78 74 / 0.75);
  }

  .lg\:border-b-teal-900\/80 {
    border-bottom-color: rgb(19 78 74 / 0.8);
  }

  .lg\:border-b-teal-900\/85 {
    border-bottom-color: rgb(19 78 74 / 0.85);
  }

  .lg\:border-b-teal-900\/90 {
    border-bottom-color: rgb(19 78 74 / 0.9);
  }

  .lg\:border-b-teal-900\/95 {
    border-bottom-color: rgb(19 78 74 / 0.95);
  }

  .lg\:border-b-teal-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity));
  }

  .lg\:border-b-teal-950\/0 {
    border-bottom-color: rgb(4 47 46 / 0);
  }

  .lg\:border-b-teal-950\/10 {
    border-bottom-color: rgb(4 47 46 / 0.1);
  }

  .lg\:border-b-teal-950\/100 {
    border-bottom-color: rgb(4 47 46 / 1);
  }

  .lg\:border-b-teal-950\/15 {
    border-bottom-color: rgb(4 47 46 / 0.15);
  }

  .lg\:border-b-teal-950\/20 {
    border-bottom-color: rgb(4 47 46 / 0.2);
  }

  .lg\:border-b-teal-950\/25 {
    border-bottom-color: rgb(4 47 46 / 0.25);
  }

  .lg\:border-b-teal-950\/30 {
    border-bottom-color: rgb(4 47 46 / 0.3);
  }

  .lg\:border-b-teal-950\/35 {
    border-bottom-color: rgb(4 47 46 / 0.35);
  }

  .lg\:border-b-teal-950\/40 {
    border-bottom-color: rgb(4 47 46 / 0.4);
  }

  .lg\:border-b-teal-950\/45 {
    border-bottom-color: rgb(4 47 46 / 0.45);
  }

  .lg\:border-b-teal-950\/5 {
    border-bottom-color: rgb(4 47 46 / 0.05);
  }

  .lg\:border-b-teal-950\/50 {
    border-bottom-color: rgb(4 47 46 / 0.5);
  }

  .lg\:border-b-teal-950\/55 {
    border-bottom-color: rgb(4 47 46 / 0.55);
  }

  .lg\:border-b-teal-950\/60 {
    border-bottom-color: rgb(4 47 46 / 0.6);
  }

  .lg\:border-b-teal-950\/65 {
    border-bottom-color: rgb(4 47 46 / 0.65);
  }

  .lg\:border-b-teal-950\/70 {
    border-bottom-color: rgb(4 47 46 / 0.7);
  }

  .lg\:border-b-teal-950\/75 {
    border-bottom-color: rgb(4 47 46 / 0.75);
  }

  .lg\:border-b-teal-950\/80 {
    border-bottom-color: rgb(4 47 46 / 0.8);
  }

  .lg\:border-b-teal-950\/85 {
    border-bottom-color: rgb(4 47 46 / 0.85);
  }

  .lg\:border-b-teal-950\/90 {
    border-bottom-color: rgb(4 47 46 / 0.9);
  }

  .lg\:border-b-teal-950\/95 {
    border-bottom-color: rgb(4 47 46 / 0.95);
  }

  .lg\:border-b-transparent {
    border-bottom-color: transparent;
  }

  .lg\:border-b-transparent\/0 {
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .lg\:border-b-transparent\/10 {
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-b-transparent\/100 {
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .lg\:border-b-transparent\/15 {
    border-bottom-color: rgb(0 0 0 / 0.15);
  }

  .lg\:border-b-transparent\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-b-transparent\/25 {
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-b-transparent\/30 {
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-b-transparent\/35 {
    border-bottom-color: rgb(0 0 0 / 0.35);
  }

  .lg\:border-b-transparent\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-b-transparent\/45 {
    border-bottom-color: rgb(0 0 0 / 0.45);
  }

  .lg\:border-b-transparent\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-b-transparent\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-b-transparent\/55 {
    border-bottom-color: rgb(0 0 0 / 0.55);
  }

  .lg\:border-b-transparent\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-b-transparent\/65 {
    border-bottom-color: rgb(0 0 0 / 0.65);
  }

  .lg\:border-b-transparent\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-b-transparent\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-b-transparent\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-b-transparent\/85 {
    border-bottom-color: rgb(0 0 0 / 0.85);
  }

  .lg\:border-b-transparent\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-b-transparent\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-b-violet-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity));
  }

  .lg\:border-b-violet-100\/0 {
    border-bottom-color: rgb(237 233 254 / 0);
  }

  .lg\:border-b-violet-100\/10 {
    border-bottom-color: rgb(237 233 254 / 0.1);
  }

  .lg\:border-b-violet-100\/100 {
    border-bottom-color: rgb(237 233 254 / 1);
  }

  .lg\:border-b-violet-100\/15 {
    border-bottom-color: rgb(237 233 254 / 0.15);
  }

  .lg\:border-b-violet-100\/20 {
    border-bottom-color: rgb(237 233 254 / 0.2);
  }

  .lg\:border-b-violet-100\/25 {
    border-bottom-color: rgb(237 233 254 / 0.25);
  }

  .lg\:border-b-violet-100\/30 {
    border-bottom-color: rgb(237 233 254 / 0.3);
  }

  .lg\:border-b-violet-100\/35 {
    border-bottom-color: rgb(237 233 254 / 0.35);
  }

  .lg\:border-b-violet-100\/40 {
    border-bottom-color: rgb(237 233 254 / 0.4);
  }

  .lg\:border-b-violet-100\/45 {
    border-bottom-color: rgb(237 233 254 / 0.45);
  }

  .lg\:border-b-violet-100\/5 {
    border-bottom-color: rgb(237 233 254 / 0.05);
  }

  .lg\:border-b-violet-100\/50 {
    border-bottom-color: rgb(237 233 254 / 0.5);
  }

  .lg\:border-b-violet-100\/55 {
    border-bottom-color: rgb(237 233 254 / 0.55);
  }

  .lg\:border-b-violet-100\/60 {
    border-bottom-color: rgb(237 233 254 / 0.6);
  }

  .lg\:border-b-violet-100\/65 {
    border-bottom-color: rgb(237 233 254 / 0.65);
  }

  .lg\:border-b-violet-100\/70 {
    border-bottom-color: rgb(237 233 254 / 0.7);
  }

  .lg\:border-b-violet-100\/75 {
    border-bottom-color: rgb(237 233 254 / 0.75);
  }

  .lg\:border-b-violet-100\/80 {
    border-bottom-color: rgb(237 233 254 / 0.8);
  }

  .lg\:border-b-violet-100\/85 {
    border-bottom-color: rgb(237 233 254 / 0.85);
  }

  .lg\:border-b-violet-100\/90 {
    border-bottom-color: rgb(237 233 254 / 0.9);
  }

  .lg\:border-b-violet-100\/95 {
    border-bottom-color: rgb(237 233 254 / 0.95);
  }

  .lg\:border-b-violet-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity));
  }

  .lg\:border-b-violet-200\/0 {
    border-bottom-color: rgb(221 214 254 / 0);
  }

  .lg\:border-b-violet-200\/10 {
    border-bottom-color: rgb(221 214 254 / 0.1);
  }

  .lg\:border-b-violet-200\/100 {
    border-bottom-color: rgb(221 214 254 / 1);
  }

  .lg\:border-b-violet-200\/15 {
    border-bottom-color: rgb(221 214 254 / 0.15);
  }

  .lg\:border-b-violet-200\/20 {
    border-bottom-color: rgb(221 214 254 / 0.2);
  }

  .lg\:border-b-violet-200\/25 {
    border-bottom-color: rgb(221 214 254 / 0.25);
  }

  .lg\:border-b-violet-200\/30 {
    border-bottom-color: rgb(221 214 254 / 0.3);
  }

  .lg\:border-b-violet-200\/35 {
    border-bottom-color: rgb(221 214 254 / 0.35);
  }

  .lg\:border-b-violet-200\/40 {
    border-bottom-color: rgb(221 214 254 / 0.4);
  }

  .lg\:border-b-violet-200\/45 {
    border-bottom-color: rgb(221 214 254 / 0.45);
  }

  .lg\:border-b-violet-200\/5 {
    border-bottom-color: rgb(221 214 254 / 0.05);
  }

  .lg\:border-b-violet-200\/50 {
    border-bottom-color: rgb(221 214 254 / 0.5);
  }

  .lg\:border-b-violet-200\/55 {
    border-bottom-color: rgb(221 214 254 / 0.55);
  }

  .lg\:border-b-violet-200\/60 {
    border-bottom-color: rgb(221 214 254 / 0.6);
  }

  .lg\:border-b-violet-200\/65 {
    border-bottom-color: rgb(221 214 254 / 0.65);
  }

  .lg\:border-b-violet-200\/70 {
    border-bottom-color: rgb(221 214 254 / 0.7);
  }

  .lg\:border-b-violet-200\/75 {
    border-bottom-color: rgb(221 214 254 / 0.75);
  }

  .lg\:border-b-violet-200\/80 {
    border-bottom-color: rgb(221 214 254 / 0.8);
  }

  .lg\:border-b-violet-200\/85 {
    border-bottom-color: rgb(221 214 254 / 0.85);
  }

  .lg\:border-b-violet-200\/90 {
    border-bottom-color: rgb(221 214 254 / 0.9);
  }

  .lg\:border-b-violet-200\/95 {
    border-bottom-color: rgb(221 214 254 / 0.95);
  }

  .lg\:border-b-violet-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity));
  }

  .lg\:border-b-violet-300\/0 {
    border-bottom-color: rgb(196 181 253 / 0);
  }

  .lg\:border-b-violet-300\/10 {
    border-bottom-color: rgb(196 181 253 / 0.1);
  }

  .lg\:border-b-violet-300\/100 {
    border-bottom-color: rgb(196 181 253 / 1);
  }

  .lg\:border-b-violet-300\/15 {
    border-bottom-color: rgb(196 181 253 / 0.15);
  }

  .lg\:border-b-violet-300\/20 {
    border-bottom-color: rgb(196 181 253 / 0.2);
  }

  .lg\:border-b-violet-300\/25 {
    border-bottom-color: rgb(196 181 253 / 0.25);
  }

  .lg\:border-b-violet-300\/30 {
    border-bottom-color: rgb(196 181 253 / 0.3);
  }

  .lg\:border-b-violet-300\/35 {
    border-bottom-color: rgb(196 181 253 / 0.35);
  }

  .lg\:border-b-violet-300\/40 {
    border-bottom-color: rgb(196 181 253 / 0.4);
  }

  .lg\:border-b-violet-300\/45 {
    border-bottom-color: rgb(196 181 253 / 0.45);
  }

  .lg\:border-b-violet-300\/5 {
    border-bottom-color: rgb(196 181 253 / 0.05);
  }

  .lg\:border-b-violet-300\/50 {
    border-bottom-color: rgb(196 181 253 / 0.5);
  }

  .lg\:border-b-violet-300\/55 {
    border-bottom-color: rgb(196 181 253 / 0.55);
  }

  .lg\:border-b-violet-300\/60 {
    border-bottom-color: rgb(196 181 253 / 0.6);
  }

  .lg\:border-b-violet-300\/65 {
    border-bottom-color: rgb(196 181 253 / 0.65);
  }

  .lg\:border-b-violet-300\/70 {
    border-bottom-color: rgb(196 181 253 / 0.7);
  }

  .lg\:border-b-violet-300\/75 {
    border-bottom-color: rgb(196 181 253 / 0.75);
  }

  .lg\:border-b-violet-300\/80 {
    border-bottom-color: rgb(196 181 253 / 0.8);
  }

  .lg\:border-b-violet-300\/85 {
    border-bottom-color: rgb(196 181 253 / 0.85);
  }

  .lg\:border-b-violet-300\/90 {
    border-bottom-color: rgb(196 181 253 / 0.9);
  }

  .lg\:border-b-violet-300\/95 {
    border-bottom-color: rgb(196 181 253 / 0.95);
  }

  .lg\:border-b-violet-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity));
  }

  .lg\:border-b-violet-400\/0 {
    border-bottom-color: rgb(167 139 250 / 0);
  }

  .lg\:border-b-violet-400\/10 {
    border-bottom-color: rgb(167 139 250 / 0.1);
  }

  .lg\:border-b-violet-400\/100 {
    border-bottom-color: rgb(167 139 250 / 1);
  }

  .lg\:border-b-violet-400\/15 {
    border-bottom-color: rgb(167 139 250 / 0.15);
  }

  .lg\:border-b-violet-400\/20 {
    border-bottom-color: rgb(167 139 250 / 0.2);
  }

  .lg\:border-b-violet-400\/25 {
    border-bottom-color: rgb(167 139 250 / 0.25);
  }

  .lg\:border-b-violet-400\/30 {
    border-bottom-color: rgb(167 139 250 / 0.3);
  }

  .lg\:border-b-violet-400\/35 {
    border-bottom-color: rgb(167 139 250 / 0.35);
  }

  .lg\:border-b-violet-400\/40 {
    border-bottom-color: rgb(167 139 250 / 0.4);
  }

  .lg\:border-b-violet-400\/45 {
    border-bottom-color: rgb(167 139 250 / 0.45);
  }

  .lg\:border-b-violet-400\/5 {
    border-bottom-color: rgb(167 139 250 / 0.05);
  }

  .lg\:border-b-violet-400\/50 {
    border-bottom-color: rgb(167 139 250 / 0.5);
  }

  .lg\:border-b-violet-400\/55 {
    border-bottom-color: rgb(167 139 250 / 0.55);
  }

  .lg\:border-b-violet-400\/60 {
    border-bottom-color: rgb(167 139 250 / 0.6);
  }

  .lg\:border-b-violet-400\/65 {
    border-bottom-color: rgb(167 139 250 / 0.65);
  }

  .lg\:border-b-violet-400\/70 {
    border-bottom-color: rgb(167 139 250 / 0.7);
  }

  .lg\:border-b-violet-400\/75 {
    border-bottom-color: rgb(167 139 250 / 0.75);
  }

  .lg\:border-b-violet-400\/80 {
    border-bottom-color: rgb(167 139 250 / 0.8);
  }

  .lg\:border-b-violet-400\/85 {
    border-bottom-color: rgb(167 139 250 / 0.85);
  }

  .lg\:border-b-violet-400\/90 {
    border-bottom-color: rgb(167 139 250 / 0.9);
  }

  .lg\:border-b-violet-400\/95 {
    border-bottom-color: rgb(167 139 250 / 0.95);
  }

  .lg\:border-b-violet-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity));
  }

  .lg\:border-b-violet-50\/0 {
    border-bottom-color: rgb(245 243 255 / 0);
  }

  .lg\:border-b-violet-50\/10 {
    border-bottom-color: rgb(245 243 255 / 0.1);
  }

  .lg\:border-b-violet-50\/100 {
    border-bottom-color: rgb(245 243 255 / 1);
  }

  .lg\:border-b-violet-50\/15 {
    border-bottom-color: rgb(245 243 255 / 0.15);
  }

  .lg\:border-b-violet-50\/20 {
    border-bottom-color: rgb(245 243 255 / 0.2);
  }

  .lg\:border-b-violet-50\/25 {
    border-bottom-color: rgb(245 243 255 / 0.25);
  }

  .lg\:border-b-violet-50\/30 {
    border-bottom-color: rgb(245 243 255 / 0.3);
  }

  .lg\:border-b-violet-50\/35 {
    border-bottom-color: rgb(245 243 255 / 0.35);
  }

  .lg\:border-b-violet-50\/40 {
    border-bottom-color: rgb(245 243 255 / 0.4);
  }

  .lg\:border-b-violet-50\/45 {
    border-bottom-color: rgb(245 243 255 / 0.45);
  }

  .lg\:border-b-violet-50\/5 {
    border-bottom-color: rgb(245 243 255 / 0.05);
  }

  .lg\:border-b-violet-50\/50 {
    border-bottom-color: rgb(245 243 255 / 0.5);
  }

  .lg\:border-b-violet-50\/55 {
    border-bottom-color: rgb(245 243 255 / 0.55);
  }

  .lg\:border-b-violet-50\/60 {
    border-bottom-color: rgb(245 243 255 / 0.6);
  }

  .lg\:border-b-violet-50\/65 {
    border-bottom-color: rgb(245 243 255 / 0.65);
  }

  .lg\:border-b-violet-50\/70 {
    border-bottom-color: rgb(245 243 255 / 0.7);
  }

  .lg\:border-b-violet-50\/75 {
    border-bottom-color: rgb(245 243 255 / 0.75);
  }

  .lg\:border-b-violet-50\/80 {
    border-bottom-color: rgb(245 243 255 / 0.8);
  }

  .lg\:border-b-violet-50\/85 {
    border-bottom-color: rgb(245 243 255 / 0.85);
  }

  .lg\:border-b-violet-50\/90 {
    border-bottom-color: rgb(245 243 255 / 0.9);
  }

  .lg\:border-b-violet-50\/95 {
    border-bottom-color: rgb(245 243 255 / 0.95);
  }

  .lg\:border-b-violet-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity));
  }

  .lg\:border-b-violet-500\/0 {
    border-bottom-color: rgb(139 92 246 / 0);
  }

  .lg\:border-b-violet-500\/10 {
    border-bottom-color: rgb(139 92 246 / 0.1);
  }

  .lg\:border-b-violet-500\/100 {
    border-bottom-color: rgb(139 92 246 / 1);
  }

  .lg\:border-b-violet-500\/15 {
    border-bottom-color: rgb(139 92 246 / 0.15);
  }

  .lg\:border-b-violet-500\/20 {
    border-bottom-color: rgb(139 92 246 / 0.2);
  }

  .lg\:border-b-violet-500\/25 {
    border-bottom-color: rgb(139 92 246 / 0.25);
  }

  .lg\:border-b-violet-500\/30 {
    border-bottom-color: rgb(139 92 246 / 0.3);
  }

  .lg\:border-b-violet-500\/35 {
    border-bottom-color: rgb(139 92 246 / 0.35);
  }

  .lg\:border-b-violet-500\/40 {
    border-bottom-color: rgb(139 92 246 / 0.4);
  }

  .lg\:border-b-violet-500\/45 {
    border-bottom-color: rgb(139 92 246 / 0.45);
  }

  .lg\:border-b-violet-500\/5 {
    border-bottom-color: rgb(139 92 246 / 0.05);
  }

  .lg\:border-b-violet-500\/50 {
    border-bottom-color: rgb(139 92 246 / 0.5);
  }

  .lg\:border-b-violet-500\/55 {
    border-bottom-color: rgb(139 92 246 / 0.55);
  }

  .lg\:border-b-violet-500\/60 {
    border-bottom-color: rgb(139 92 246 / 0.6);
  }

  .lg\:border-b-violet-500\/65 {
    border-bottom-color: rgb(139 92 246 / 0.65);
  }

  .lg\:border-b-violet-500\/70 {
    border-bottom-color: rgb(139 92 246 / 0.7);
  }

  .lg\:border-b-violet-500\/75 {
    border-bottom-color: rgb(139 92 246 / 0.75);
  }

  .lg\:border-b-violet-500\/80 {
    border-bottom-color: rgb(139 92 246 / 0.8);
  }

  .lg\:border-b-violet-500\/85 {
    border-bottom-color: rgb(139 92 246 / 0.85);
  }

  .lg\:border-b-violet-500\/90 {
    border-bottom-color: rgb(139 92 246 / 0.9);
  }

  .lg\:border-b-violet-500\/95 {
    border-bottom-color: rgb(139 92 246 / 0.95);
  }

  .lg\:border-b-violet-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity));
  }

  .lg\:border-b-violet-600\/0 {
    border-bottom-color: rgb(124 58 237 / 0);
  }

  .lg\:border-b-violet-600\/10 {
    border-bottom-color: rgb(124 58 237 / 0.1);
  }

  .lg\:border-b-violet-600\/100 {
    border-bottom-color: rgb(124 58 237 / 1);
  }

  .lg\:border-b-violet-600\/15 {
    border-bottom-color: rgb(124 58 237 / 0.15);
  }

  .lg\:border-b-violet-600\/20 {
    border-bottom-color: rgb(124 58 237 / 0.2);
  }

  .lg\:border-b-violet-600\/25 {
    border-bottom-color: rgb(124 58 237 / 0.25);
  }

  .lg\:border-b-violet-600\/30 {
    border-bottom-color: rgb(124 58 237 / 0.3);
  }

  .lg\:border-b-violet-600\/35 {
    border-bottom-color: rgb(124 58 237 / 0.35);
  }

  .lg\:border-b-violet-600\/40 {
    border-bottom-color: rgb(124 58 237 / 0.4);
  }

  .lg\:border-b-violet-600\/45 {
    border-bottom-color: rgb(124 58 237 / 0.45);
  }

  .lg\:border-b-violet-600\/5 {
    border-bottom-color: rgb(124 58 237 / 0.05);
  }

  .lg\:border-b-violet-600\/50 {
    border-bottom-color: rgb(124 58 237 / 0.5);
  }

  .lg\:border-b-violet-600\/55 {
    border-bottom-color: rgb(124 58 237 / 0.55);
  }

  .lg\:border-b-violet-600\/60 {
    border-bottom-color: rgb(124 58 237 / 0.6);
  }

  .lg\:border-b-violet-600\/65 {
    border-bottom-color: rgb(124 58 237 / 0.65);
  }

  .lg\:border-b-violet-600\/70 {
    border-bottom-color: rgb(124 58 237 / 0.7);
  }

  .lg\:border-b-violet-600\/75 {
    border-bottom-color: rgb(124 58 237 / 0.75);
  }

  .lg\:border-b-violet-600\/80 {
    border-bottom-color: rgb(124 58 237 / 0.8);
  }

  .lg\:border-b-violet-600\/85 {
    border-bottom-color: rgb(124 58 237 / 0.85);
  }

  .lg\:border-b-violet-600\/90 {
    border-bottom-color: rgb(124 58 237 / 0.9);
  }

  .lg\:border-b-violet-600\/95 {
    border-bottom-color: rgb(124 58 237 / 0.95);
  }

  .lg\:border-b-violet-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity));
  }

  .lg\:border-b-violet-700\/0 {
    border-bottom-color: rgb(109 40 217 / 0);
  }

  .lg\:border-b-violet-700\/10 {
    border-bottom-color: rgb(109 40 217 / 0.1);
  }

  .lg\:border-b-violet-700\/100 {
    border-bottom-color: rgb(109 40 217 / 1);
  }

  .lg\:border-b-violet-700\/15 {
    border-bottom-color: rgb(109 40 217 / 0.15);
  }

  .lg\:border-b-violet-700\/20 {
    border-bottom-color: rgb(109 40 217 / 0.2);
  }

  .lg\:border-b-violet-700\/25 {
    border-bottom-color: rgb(109 40 217 / 0.25);
  }

  .lg\:border-b-violet-700\/30 {
    border-bottom-color: rgb(109 40 217 / 0.3);
  }

  .lg\:border-b-violet-700\/35 {
    border-bottom-color: rgb(109 40 217 / 0.35);
  }

  .lg\:border-b-violet-700\/40 {
    border-bottom-color: rgb(109 40 217 / 0.4);
  }

  .lg\:border-b-violet-700\/45 {
    border-bottom-color: rgb(109 40 217 / 0.45);
  }

  .lg\:border-b-violet-700\/5 {
    border-bottom-color: rgb(109 40 217 / 0.05);
  }

  .lg\:border-b-violet-700\/50 {
    border-bottom-color: rgb(109 40 217 / 0.5);
  }

  .lg\:border-b-violet-700\/55 {
    border-bottom-color: rgb(109 40 217 / 0.55);
  }

  .lg\:border-b-violet-700\/60 {
    border-bottom-color: rgb(109 40 217 / 0.6);
  }

  .lg\:border-b-violet-700\/65 {
    border-bottom-color: rgb(109 40 217 / 0.65);
  }

  .lg\:border-b-violet-700\/70 {
    border-bottom-color: rgb(109 40 217 / 0.7);
  }

  .lg\:border-b-violet-700\/75 {
    border-bottom-color: rgb(109 40 217 / 0.75);
  }

  .lg\:border-b-violet-700\/80 {
    border-bottom-color: rgb(109 40 217 / 0.8);
  }

  .lg\:border-b-violet-700\/85 {
    border-bottom-color: rgb(109 40 217 / 0.85);
  }

  .lg\:border-b-violet-700\/90 {
    border-bottom-color: rgb(109 40 217 / 0.9);
  }

  .lg\:border-b-violet-700\/95 {
    border-bottom-color: rgb(109 40 217 / 0.95);
  }

  .lg\:border-b-violet-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity));
  }

  .lg\:border-b-violet-800\/0 {
    border-bottom-color: rgb(91 33 182 / 0);
  }

  .lg\:border-b-violet-800\/10 {
    border-bottom-color: rgb(91 33 182 / 0.1);
  }

  .lg\:border-b-violet-800\/100 {
    border-bottom-color: rgb(91 33 182 / 1);
  }

  .lg\:border-b-violet-800\/15 {
    border-bottom-color: rgb(91 33 182 / 0.15);
  }

  .lg\:border-b-violet-800\/20 {
    border-bottom-color: rgb(91 33 182 / 0.2);
  }

  .lg\:border-b-violet-800\/25 {
    border-bottom-color: rgb(91 33 182 / 0.25);
  }

  .lg\:border-b-violet-800\/30 {
    border-bottom-color: rgb(91 33 182 / 0.3);
  }

  .lg\:border-b-violet-800\/35 {
    border-bottom-color: rgb(91 33 182 / 0.35);
  }

  .lg\:border-b-violet-800\/40 {
    border-bottom-color: rgb(91 33 182 / 0.4);
  }

  .lg\:border-b-violet-800\/45 {
    border-bottom-color: rgb(91 33 182 / 0.45);
  }

  .lg\:border-b-violet-800\/5 {
    border-bottom-color: rgb(91 33 182 / 0.05);
  }

  .lg\:border-b-violet-800\/50 {
    border-bottom-color: rgb(91 33 182 / 0.5);
  }

  .lg\:border-b-violet-800\/55 {
    border-bottom-color: rgb(91 33 182 / 0.55);
  }

  .lg\:border-b-violet-800\/60 {
    border-bottom-color: rgb(91 33 182 / 0.6);
  }

  .lg\:border-b-violet-800\/65 {
    border-bottom-color: rgb(91 33 182 / 0.65);
  }

  .lg\:border-b-violet-800\/70 {
    border-bottom-color: rgb(91 33 182 / 0.7);
  }

  .lg\:border-b-violet-800\/75 {
    border-bottom-color: rgb(91 33 182 / 0.75);
  }

  .lg\:border-b-violet-800\/80 {
    border-bottom-color: rgb(91 33 182 / 0.8);
  }

  .lg\:border-b-violet-800\/85 {
    border-bottom-color: rgb(91 33 182 / 0.85);
  }

  .lg\:border-b-violet-800\/90 {
    border-bottom-color: rgb(91 33 182 / 0.9);
  }

  .lg\:border-b-violet-800\/95 {
    border-bottom-color: rgb(91 33 182 / 0.95);
  }

  .lg\:border-b-violet-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity));
  }

  .lg\:border-b-violet-900\/0 {
    border-bottom-color: rgb(76 29 149 / 0);
  }

  .lg\:border-b-violet-900\/10 {
    border-bottom-color: rgb(76 29 149 / 0.1);
  }

  .lg\:border-b-violet-900\/100 {
    border-bottom-color: rgb(76 29 149 / 1);
  }

  .lg\:border-b-violet-900\/15 {
    border-bottom-color: rgb(76 29 149 / 0.15);
  }

  .lg\:border-b-violet-900\/20 {
    border-bottom-color: rgb(76 29 149 / 0.2);
  }

  .lg\:border-b-violet-900\/25 {
    border-bottom-color: rgb(76 29 149 / 0.25);
  }

  .lg\:border-b-violet-900\/30 {
    border-bottom-color: rgb(76 29 149 / 0.3);
  }

  .lg\:border-b-violet-900\/35 {
    border-bottom-color: rgb(76 29 149 / 0.35);
  }

  .lg\:border-b-violet-900\/40 {
    border-bottom-color: rgb(76 29 149 / 0.4);
  }

  .lg\:border-b-violet-900\/45 {
    border-bottom-color: rgb(76 29 149 / 0.45);
  }

  .lg\:border-b-violet-900\/5 {
    border-bottom-color: rgb(76 29 149 / 0.05);
  }

  .lg\:border-b-violet-900\/50 {
    border-bottom-color: rgb(76 29 149 / 0.5);
  }

  .lg\:border-b-violet-900\/55 {
    border-bottom-color: rgb(76 29 149 / 0.55);
  }

  .lg\:border-b-violet-900\/60 {
    border-bottom-color: rgb(76 29 149 / 0.6);
  }

  .lg\:border-b-violet-900\/65 {
    border-bottom-color: rgb(76 29 149 / 0.65);
  }

  .lg\:border-b-violet-900\/70 {
    border-bottom-color: rgb(76 29 149 / 0.7);
  }

  .lg\:border-b-violet-900\/75 {
    border-bottom-color: rgb(76 29 149 / 0.75);
  }

  .lg\:border-b-violet-900\/80 {
    border-bottom-color: rgb(76 29 149 / 0.8);
  }

  .lg\:border-b-violet-900\/85 {
    border-bottom-color: rgb(76 29 149 / 0.85);
  }

  .lg\:border-b-violet-900\/90 {
    border-bottom-color: rgb(76 29 149 / 0.9);
  }

  .lg\:border-b-violet-900\/95 {
    border-bottom-color: rgb(76 29 149 / 0.95);
  }

  .lg\:border-b-violet-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity));
  }

  .lg\:border-b-violet-950\/0 {
    border-bottom-color: rgb(46 16 101 / 0);
  }

  .lg\:border-b-violet-950\/10 {
    border-bottom-color: rgb(46 16 101 / 0.1);
  }

  .lg\:border-b-violet-950\/100 {
    border-bottom-color: rgb(46 16 101 / 1);
  }

  .lg\:border-b-violet-950\/15 {
    border-bottom-color: rgb(46 16 101 / 0.15);
  }

  .lg\:border-b-violet-950\/20 {
    border-bottom-color: rgb(46 16 101 / 0.2);
  }

  .lg\:border-b-violet-950\/25 {
    border-bottom-color: rgb(46 16 101 / 0.25);
  }

  .lg\:border-b-violet-950\/30 {
    border-bottom-color: rgb(46 16 101 / 0.3);
  }

  .lg\:border-b-violet-950\/35 {
    border-bottom-color: rgb(46 16 101 / 0.35);
  }

  .lg\:border-b-violet-950\/40 {
    border-bottom-color: rgb(46 16 101 / 0.4);
  }

  .lg\:border-b-violet-950\/45 {
    border-bottom-color: rgb(46 16 101 / 0.45);
  }

  .lg\:border-b-violet-950\/5 {
    border-bottom-color: rgb(46 16 101 / 0.05);
  }

  .lg\:border-b-violet-950\/50 {
    border-bottom-color: rgb(46 16 101 / 0.5);
  }

  .lg\:border-b-violet-950\/55 {
    border-bottom-color: rgb(46 16 101 / 0.55);
  }

  .lg\:border-b-violet-950\/60 {
    border-bottom-color: rgb(46 16 101 / 0.6);
  }

  .lg\:border-b-violet-950\/65 {
    border-bottom-color: rgb(46 16 101 / 0.65);
  }

  .lg\:border-b-violet-950\/70 {
    border-bottom-color: rgb(46 16 101 / 0.7);
  }

  .lg\:border-b-violet-950\/75 {
    border-bottom-color: rgb(46 16 101 / 0.75);
  }

  .lg\:border-b-violet-950\/80 {
    border-bottom-color: rgb(46 16 101 / 0.8);
  }

  .lg\:border-b-violet-950\/85 {
    border-bottom-color: rgb(46 16 101 / 0.85);
  }

  .lg\:border-b-violet-950\/90 {
    border-bottom-color: rgb(46 16 101 / 0.9);
  }

  .lg\:border-b-violet-950\/95 {
    border-bottom-color: rgb(46 16 101 / 0.95);
  }

  .lg\:border-b-white {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .lg\:border-b-white\/0 {
    border-bottom-color: rgb(255 255 255 / 0);
  }

  .lg\:border-b-white\/10 {
    border-bottom-color: rgb(255 255 255 / 0.1);
  }

  .lg\:border-b-white\/100 {
    border-bottom-color: rgb(255 255 255 / 1);
  }

  .lg\:border-b-white\/15 {
    border-bottom-color: rgb(255 255 255 / 0.15);
  }

  .lg\:border-b-white\/20 {
    border-bottom-color: rgb(255 255 255 / 0.2);
  }

  .lg\:border-b-white\/25 {
    border-bottom-color: rgb(255 255 255 / 0.25);
  }

  .lg\:border-b-white\/30 {
    border-bottom-color: rgb(255 255 255 / 0.3);
  }

  .lg\:border-b-white\/35 {
    border-bottom-color: rgb(255 255 255 / 0.35);
  }

  .lg\:border-b-white\/40 {
    border-bottom-color: rgb(255 255 255 / 0.4);
  }

  .lg\:border-b-white\/45 {
    border-bottom-color: rgb(255 255 255 / 0.45);
  }

  .lg\:border-b-white\/5 {
    border-bottom-color: rgb(255 255 255 / 0.05);
  }

  .lg\:border-b-white\/50 {
    border-bottom-color: rgb(255 255 255 / 0.5);
  }

  .lg\:border-b-white\/55 {
    border-bottom-color: rgb(255 255 255 / 0.55);
  }

  .lg\:border-b-white\/60 {
    border-bottom-color: rgb(255 255 255 / 0.6);
  }

  .lg\:border-b-white\/65 {
    border-bottom-color: rgb(255 255 255 / 0.65);
  }

  .lg\:border-b-white\/70 {
    border-bottom-color: rgb(255 255 255 / 0.7);
  }

  .lg\:border-b-white\/75 {
    border-bottom-color: rgb(255 255 255 / 0.75);
  }

  .lg\:border-b-white\/80 {
    border-bottom-color: rgb(255 255 255 / 0.8);
  }

  .lg\:border-b-white\/85 {
    border-bottom-color: rgb(255 255 255 / 0.85);
  }

  .lg\:border-b-white\/90 {
    border-bottom-color: rgb(255 255 255 / 0.9);
  }

  .lg\:border-b-white\/95 {
    border-bottom-color: rgb(255 255 255 / 0.95);
  }

  .lg\:border-b-yellow-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .lg\:border-b-yellow-100\/0 {
    border-bottom-color: rgb(254 249 195 / 0);
  }

  .lg\:border-b-yellow-100\/10 {
    border-bottom-color: rgb(254 249 195 / 0.1);
  }

  .lg\:border-b-yellow-100\/100 {
    border-bottom-color: rgb(254 249 195 / 1);
  }

  .lg\:border-b-yellow-100\/15 {
    border-bottom-color: rgb(254 249 195 / 0.15);
  }

  .lg\:border-b-yellow-100\/20 {
    border-bottom-color: rgb(254 249 195 / 0.2);
  }

  .lg\:border-b-yellow-100\/25 {
    border-bottom-color: rgb(254 249 195 / 0.25);
  }

  .lg\:border-b-yellow-100\/30 {
    border-bottom-color: rgb(254 249 195 / 0.3);
  }

  .lg\:border-b-yellow-100\/35 {
    border-bottom-color: rgb(254 249 195 / 0.35);
  }

  .lg\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-b-yellow-100\/45 {
    border-bottom-color: rgb(254 249 195 / 0.45);
  }

  .lg\:border-b-yellow-100\/5 {
    border-bottom-color: rgb(254 249 195 / 0.05);
  }

  .lg\:border-b-yellow-100\/50 {
    border-bottom-color: rgb(254 249 195 / 0.5);
  }

  .lg\:border-b-yellow-100\/55 {
    border-bottom-color: rgb(254 249 195 / 0.55);
  }

  .lg\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-b-yellow-100\/65 {
    border-bottom-color: rgb(254 249 195 / 0.65);
  }

  .lg\:border-b-yellow-100\/70 {
    border-bottom-color: rgb(254 249 195 / 0.7);
  }

  .lg\:border-b-yellow-100\/75 {
    border-bottom-color: rgb(254 249 195 / 0.75);
  }

  .lg\:border-b-yellow-100\/80 {
    border-bottom-color: rgb(254 249 195 / 0.8);
  }

  .lg\:border-b-yellow-100\/85 {
    border-bottom-color: rgb(254 249 195 / 0.85);
  }

  .lg\:border-b-yellow-100\/90 {
    border-bottom-color: rgb(254 249 195 / 0.9);
  }

  .lg\:border-b-yellow-100\/95 {
    border-bottom-color: rgb(254 249 195 / 0.95);
  }

  .lg\:border-b-yellow-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .lg\:border-b-yellow-200\/0 {
    border-bottom-color: rgb(254 240 138 / 0);
  }

  .lg\:border-b-yellow-200\/10 {
    border-bottom-color: rgb(254 240 138 / 0.1);
  }

  .lg\:border-b-yellow-200\/100 {
    border-bottom-color: rgb(254 240 138 / 1);
  }

  .lg\:border-b-yellow-200\/15 {
    border-bottom-color: rgb(254 240 138 / 0.15);
  }

  .lg\:border-b-yellow-200\/20 {
    border-bottom-color: rgb(254 240 138 / 0.2);
  }

  .lg\:border-b-yellow-200\/25 {
    border-bottom-color: rgb(254 240 138 / 0.25);
  }

  .lg\:border-b-yellow-200\/30 {
    border-bottom-color: rgb(254 240 138 / 0.3);
  }

  .lg\:border-b-yellow-200\/35 {
    border-bottom-color: rgb(254 240 138 / 0.35);
  }

  .lg\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-b-yellow-200\/45 {
    border-bottom-color: rgb(254 240 138 / 0.45);
  }

  .lg\:border-b-yellow-200\/5 {
    border-bottom-color: rgb(254 240 138 / 0.05);
  }

  .lg\:border-b-yellow-200\/50 {
    border-bottom-color: rgb(254 240 138 / 0.5);
  }

  .lg\:border-b-yellow-200\/55 {
    border-bottom-color: rgb(254 240 138 / 0.55);
  }

  .lg\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-b-yellow-200\/65 {
    border-bottom-color: rgb(254 240 138 / 0.65);
  }

  .lg\:border-b-yellow-200\/70 {
    border-bottom-color: rgb(254 240 138 / 0.7);
  }

  .lg\:border-b-yellow-200\/75 {
    border-bottom-color: rgb(254 240 138 / 0.75);
  }

  .lg\:border-b-yellow-200\/80 {
    border-bottom-color: rgb(254 240 138 / 0.8);
  }

  .lg\:border-b-yellow-200\/85 {
    border-bottom-color: rgb(254 240 138 / 0.85);
  }

  .lg\:border-b-yellow-200\/90 {
    border-bottom-color: rgb(254 240 138 / 0.9);
  }

  .lg\:border-b-yellow-200\/95 {
    border-bottom-color: rgb(254 240 138 / 0.95);
  }

  .lg\:border-b-yellow-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .lg\:border-b-yellow-300\/0 {
    border-bottom-color: rgb(253 224 71 / 0);
  }

  .lg\:border-b-yellow-300\/10 {
    border-bottom-color: rgb(253 224 71 / 0.1);
  }

  .lg\:border-b-yellow-300\/100 {
    border-bottom-color: rgb(253 224 71 / 1);
  }

  .lg\:border-b-yellow-300\/15 {
    border-bottom-color: rgb(253 224 71 / 0.15);
  }

  .lg\:border-b-yellow-300\/20 {
    border-bottom-color: rgb(253 224 71 / 0.2);
  }

  .lg\:border-b-yellow-300\/25 {
    border-bottom-color: rgb(253 224 71 / 0.25);
  }

  .lg\:border-b-yellow-300\/30 {
    border-bottom-color: rgb(253 224 71 / 0.3);
  }

  .lg\:border-b-yellow-300\/35 {
    border-bottom-color: rgb(253 224 71 / 0.35);
  }

  .lg\:border-b-yellow-300\/40 {
    border-bottom-color: rgb(253 224 71 / 0.4);
  }

  .lg\:border-b-yellow-300\/45 {
    border-bottom-color: rgb(253 224 71 / 0.45);
  }

  .lg\:border-b-yellow-300\/5 {
    border-bottom-color: rgb(253 224 71 / 0.05);
  }

  .lg\:border-b-yellow-300\/50 {
    border-bottom-color: rgb(253 224 71 / 0.5);
  }

  .lg\:border-b-yellow-300\/55 {
    border-bottom-color: rgb(253 224 71 / 0.55);
  }

  .lg\:border-b-yellow-300\/60 {
    border-bottom-color: rgb(253 224 71 / 0.6);
  }

  .lg\:border-b-yellow-300\/65 {
    border-bottom-color: rgb(253 224 71 / 0.65);
  }

  .lg\:border-b-yellow-300\/70 {
    border-bottom-color: rgb(253 224 71 / 0.7);
  }

  .lg\:border-b-yellow-300\/75 {
    border-bottom-color: rgb(253 224 71 / 0.75);
  }

  .lg\:border-b-yellow-300\/80 {
    border-bottom-color: rgb(253 224 71 / 0.8);
  }

  .lg\:border-b-yellow-300\/85 {
    border-bottom-color: rgb(253 224 71 / 0.85);
  }

  .lg\:border-b-yellow-300\/90 {
    border-bottom-color: rgb(253 224 71 / 0.9);
  }

  .lg\:border-b-yellow-300\/95 {
    border-bottom-color: rgb(253 224 71 / 0.95);
  }

  .lg\:border-b-yellow-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .lg\:border-b-yellow-400\/0 {
    border-bottom-color: rgb(250 204 21 / 0);
  }

  .lg\:border-b-yellow-400\/10 {
    border-bottom-color: rgb(250 204 21 / 0.1);
  }

  .lg\:border-b-yellow-400\/100 {
    border-bottom-color: rgb(250 204 21 / 1);
  }

  .lg\:border-b-yellow-400\/15 {
    border-bottom-color: rgb(250 204 21 / 0.15);
  }

  .lg\:border-b-yellow-400\/20 {
    border-bottom-color: rgb(250 204 21 / 0.2);
  }

  .lg\:border-b-yellow-400\/25 {
    border-bottom-color: rgb(250 204 21 / 0.25);
  }

  .lg\:border-b-yellow-400\/30 {
    border-bottom-color: rgb(250 204 21 / 0.3);
  }

  .lg\:border-b-yellow-400\/35 {
    border-bottom-color: rgb(250 204 21 / 0.35);
  }

  .lg\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-b-yellow-400\/45 {
    border-bottom-color: rgb(250 204 21 / 0.45);
  }

  .lg\:border-b-yellow-400\/5 {
    border-bottom-color: rgb(250 204 21 / 0.05);
  }

  .lg\:border-b-yellow-400\/50 {
    border-bottom-color: rgb(250 204 21 / 0.5);
  }

  .lg\:border-b-yellow-400\/55 {
    border-bottom-color: rgb(250 204 21 / 0.55);
  }

  .lg\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-b-yellow-400\/65 {
    border-bottom-color: rgb(250 204 21 / 0.65);
  }

  .lg\:border-b-yellow-400\/70 {
    border-bottom-color: rgb(250 204 21 / 0.7);
  }

  .lg\:border-b-yellow-400\/75 {
    border-bottom-color: rgb(250 204 21 / 0.75);
  }

  .lg\:border-b-yellow-400\/80 {
    border-bottom-color: rgb(250 204 21 / 0.8);
  }

  .lg\:border-b-yellow-400\/85 {
    border-bottom-color: rgb(250 204 21 / 0.85);
  }

  .lg\:border-b-yellow-400\/90 {
    border-bottom-color: rgb(250 204 21 / 0.9);
  }

  .lg\:border-b-yellow-400\/95 {
    border-bottom-color: rgb(250 204 21 / 0.95);
  }

  .lg\:border-b-yellow-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .lg\:border-b-yellow-50\/0 {
    border-bottom-color: rgb(254 252 232 / 0);
  }

  .lg\:border-b-yellow-50\/10 {
    border-bottom-color: rgb(254 252 232 / 0.1);
  }

  .lg\:border-b-yellow-50\/100 {
    border-bottom-color: rgb(254 252 232 / 1);
  }

  .lg\:border-b-yellow-50\/15 {
    border-bottom-color: rgb(254 252 232 / 0.15);
  }

  .lg\:border-b-yellow-50\/20 {
    border-bottom-color: rgb(254 252 232 / 0.2);
  }

  .lg\:border-b-yellow-50\/25 {
    border-bottom-color: rgb(254 252 232 / 0.25);
  }

  .lg\:border-b-yellow-50\/30 {
    border-bottom-color: rgb(254 252 232 / 0.3);
  }

  .lg\:border-b-yellow-50\/35 {
    border-bottom-color: rgb(254 252 232 / 0.35);
  }

  .lg\:border-b-yellow-50\/40 {
    border-bottom-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-b-yellow-50\/45 {
    border-bottom-color: rgb(254 252 232 / 0.45);
  }

  .lg\:border-b-yellow-50\/5 {
    border-bottom-color: rgb(254 252 232 / 0.05);
  }

  .lg\:border-b-yellow-50\/50 {
    border-bottom-color: rgb(254 252 232 / 0.5);
  }

  .lg\:border-b-yellow-50\/55 {
    border-bottom-color: rgb(254 252 232 / 0.55);
  }

  .lg\:border-b-yellow-50\/60 {
    border-bottom-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-b-yellow-50\/65 {
    border-bottom-color: rgb(254 252 232 / 0.65);
  }

  .lg\:border-b-yellow-50\/70 {
    border-bottom-color: rgb(254 252 232 / 0.7);
  }

  .lg\:border-b-yellow-50\/75 {
    border-bottom-color: rgb(254 252 232 / 0.75);
  }

  .lg\:border-b-yellow-50\/80 {
    border-bottom-color: rgb(254 252 232 / 0.8);
  }

  .lg\:border-b-yellow-50\/85 {
    border-bottom-color: rgb(254 252 232 / 0.85);
  }

  .lg\:border-b-yellow-50\/90 {
    border-bottom-color: rgb(254 252 232 / 0.9);
  }

  .lg\:border-b-yellow-50\/95 {
    border-bottom-color: rgb(254 252 232 / 0.95);
  }

  .lg\:border-b-yellow-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .lg\:border-b-yellow-500\/0 {
    border-bottom-color: rgb(234 179 8 / 0);
  }

  .lg\:border-b-yellow-500\/10 {
    border-bottom-color: rgb(234 179 8 / 0.1);
  }

  .lg\:border-b-yellow-500\/100 {
    border-bottom-color: rgb(234 179 8 / 1);
  }

  .lg\:border-b-yellow-500\/15 {
    border-bottom-color: rgb(234 179 8 / 0.15);
  }

  .lg\:border-b-yellow-500\/20 {
    border-bottom-color: rgb(234 179 8 / 0.2);
  }

  .lg\:border-b-yellow-500\/25 {
    border-bottom-color: rgb(234 179 8 / 0.25);
  }

  .lg\:border-b-yellow-500\/30 {
    border-bottom-color: rgb(234 179 8 / 0.3);
  }

  .lg\:border-b-yellow-500\/35 {
    border-bottom-color: rgb(234 179 8 / 0.35);
  }

  .lg\:border-b-yellow-500\/40 {
    border-bottom-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-b-yellow-500\/45 {
    border-bottom-color: rgb(234 179 8 / 0.45);
  }

  .lg\:border-b-yellow-500\/5 {
    border-bottom-color: rgb(234 179 8 / 0.05);
  }

  .lg\:border-b-yellow-500\/50 {
    border-bottom-color: rgb(234 179 8 / 0.5);
  }

  .lg\:border-b-yellow-500\/55 {
    border-bottom-color: rgb(234 179 8 / 0.55);
  }

  .lg\:border-b-yellow-500\/60 {
    border-bottom-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-b-yellow-500\/65 {
    border-bottom-color: rgb(234 179 8 / 0.65);
  }

  .lg\:border-b-yellow-500\/70 {
    border-bottom-color: rgb(234 179 8 / 0.7);
  }

  .lg\:border-b-yellow-500\/75 {
    border-bottom-color: rgb(234 179 8 / 0.75);
  }

  .lg\:border-b-yellow-500\/80 {
    border-bottom-color: rgb(234 179 8 / 0.8);
  }

  .lg\:border-b-yellow-500\/85 {
    border-bottom-color: rgb(234 179 8 / 0.85);
  }

  .lg\:border-b-yellow-500\/90 {
    border-bottom-color: rgb(234 179 8 / 0.9);
  }

  .lg\:border-b-yellow-500\/95 {
    border-bottom-color: rgb(234 179 8 / 0.95);
  }

  .lg\:border-b-yellow-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .lg\:border-b-yellow-600\/0 {
    border-bottom-color: rgb(202 138 4 / 0);
  }

  .lg\:border-b-yellow-600\/10 {
    border-bottom-color: rgb(202 138 4 / 0.1);
  }

  .lg\:border-b-yellow-600\/100 {
    border-bottom-color: rgb(202 138 4 / 1);
  }

  .lg\:border-b-yellow-600\/15 {
    border-bottom-color: rgb(202 138 4 / 0.15);
  }

  .lg\:border-b-yellow-600\/20 {
    border-bottom-color: rgb(202 138 4 / 0.2);
  }

  .lg\:border-b-yellow-600\/25 {
    border-bottom-color: rgb(202 138 4 / 0.25);
  }

  .lg\:border-b-yellow-600\/30 {
    border-bottom-color: rgb(202 138 4 / 0.3);
  }

  .lg\:border-b-yellow-600\/35 {
    border-bottom-color: rgb(202 138 4 / 0.35);
  }

  .lg\:border-b-yellow-600\/40 {
    border-bottom-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-b-yellow-600\/45 {
    border-bottom-color: rgb(202 138 4 / 0.45);
  }

  .lg\:border-b-yellow-600\/5 {
    border-bottom-color: rgb(202 138 4 / 0.05);
  }

  .lg\:border-b-yellow-600\/50 {
    border-bottom-color: rgb(202 138 4 / 0.5);
  }

  .lg\:border-b-yellow-600\/55 {
    border-bottom-color: rgb(202 138 4 / 0.55);
  }

  .lg\:border-b-yellow-600\/60 {
    border-bottom-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-b-yellow-600\/65 {
    border-bottom-color: rgb(202 138 4 / 0.65);
  }

  .lg\:border-b-yellow-600\/70 {
    border-bottom-color: rgb(202 138 4 / 0.7);
  }

  .lg\:border-b-yellow-600\/75 {
    border-bottom-color: rgb(202 138 4 / 0.75);
  }

  .lg\:border-b-yellow-600\/80 {
    border-bottom-color: rgb(202 138 4 / 0.8);
  }

  .lg\:border-b-yellow-600\/85 {
    border-bottom-color: rgb(202 138 4 / 0.85);
  }

  .lg\:border-b-yellow-600\/90 {
    border-bottom-color: rgb(202 138 4 / 0.9);
  }

  .lg\:border-b-yellow-600\/95 {
    border-bottom-color: rgb(202 138 4 / 0.95);
  }

  .lg\:border-b-yellow-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .lg\:border-b-yellow-700\/0 {
    border-bottom-color: rgb(161 98 7 / 0);
  }

  .lg\:border-b-yellow-700\/10 {
    border-bottom-color: rgb(161 98 7 / 0.1);
  }

  .lg\:border-b-yellow-700\/100 {
    border-bottom-color: rgb(161 98 7 / 1);
  }

  .lg\:border-b-yellow-700\/15 {
    border-bottom-color: rgb(161 98 7 / 0.15);
  }

  .lg\:border-b-yellow-700\/20 {
    border-bottom-color: rgb(161 98 7 / 0.2);
  }

  .lg\:border-b-yellow-700\/25 {
    border-bottom-color: rgb(161 98 7 / 0.25);
  }

  .lg\:border-b-yellow-700\/30 {
    border-bottom-color: rgb(161 98 7 / 0.3);
  }

  .lg\:border-b-yellow-700\/35 {
    border-bottom-color: rgb(161 98 7 / 0.35);
  }

  .lg\:border-b-yellow-700\/40 {
    border-bottom-color: rgb(161 98 7 / 0.4);
  }

  .lg\:border-b-yellow-700\/45 {
    border-bottom-color: rgb(161 98 7 / 0.45);
  }

  .lg\:border-b-yellow-700\/5 {
    border-bottom-color: rgb(161 98 7 / 0.05);
  }

  .lg\:border-b-yellow-700\/50 {
    border-bottom-color: rgb(161 98 7 / 0.5);
  }

  .lg\:border-b-yellow-700\/55 {
    border-bottom-color: rgb(161 98 7 / 0.55);
  }

  .lg\:border-b-yellow-700\/60 {
    border-bottom-color: rgb(161 98 7 / 0.6);
  }

  .lg\:border-b-yellow-700\/65 {
    border-bottom-color: rgb(161 98 7 / 0.65);
  }

  .lg\:border-b-yellow-700\/70 {
    border-bottom-color: rgb(161 98 7 / 0.7);
  }

  .lg\:border-b-yellow-700\/75 {
    border-bottom-color: rgb(161 98 7 / 0.75);
  }

  .lg\:border-b-yellow-700\/80 {
    border-bottom-color: rgb(161 98 7 / 0.8);
  }

  .lg\:border-b-yellow-700\/85 {
    border-bottom-color: rgb(161 98 7 / 0.85);
  }

  .lg\:border-b-yellow-700\/90 {
    border-bottom-color: rgb(161 98 7 / 0.9);
  }

  .lg\:border-b-yellow-700\/95 {
    border-bottom-color: rgb(161 98 7 / 0.95);
  }

  .lg\:border-b-yellow-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .lg\:border-b-yellow-800\/0 {
    border-bottom-color: rgb(133 77 14 / 0);
  }

  .lg\:border-b-yellow-800\/10 {
    border-bottom-color: rgb(133 77 14 / 0.1);
  }

  .lg\:border-b-yellow-800\/100 {
    border-bottom-color: rgb(133 77 14 / 1);
  }

  .lg\:border-b-yellow-800\/15 {
    border-bottom-color: rgb(133 77 14 / 0.15);
  }

  .lg\:border-b-yellow-800\/20 {
    border-bottom-color: rgb(133 77 14 / 0.2);
  }

  .lg\:border-b-yellow-800\/25 {
    border-bottom-color: rgb(133 77 14 / 0.25);
  }

  .lg\:border-b-yellow-800\/30 {
    border-bottom-color: rgb(133 77 14 / 0.3);
  }

  .lg\:border-b-yellow-800\/35 {
    border-bottom-color: rgb(133 77 14 / 0.35);
  }

  .lg\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-b-yellow-800\/45 {
    border-bottom-color: rgb(133 77 14 / 0.45);
  }

  .lg\:border-b-yellow-800\/5 {
    border-bottom-color: rgb(133 77 14 / 0.05);
  }

  .lg\:border-b-yellow-800\/50 {
    border-bottom-color: rgb(133 77 14 / 0.5);
  }

  .lg\:border-b-yellow-800\/55 {
    border-bottom-color: rgb(133 77 14 / 0.55);
  }

  .lg\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-b-yellow-800\/65 {
    border-bottom-color: rgb(133 77 14 / 0.65);
  }

  .lg\:border-b-yellow-800\/70 {
    border-bottom-color: rgb(133 77 14 / 0.7);
  }

  .lg\:border-b-yellow-800\/75 {
    border-bottom-color: rgb(133 77 14 / 0.75);
  }

  .lg\:border-b-yellow-800\/80 {
    border-bottom-color: rgb(133 77 14 / 0.8);
  }

  .lg\:border-b-yellow-800\/85 {
    border-bottom-color: rgb(133 77 14 / 0.85);
  }

  .lg\:border-b-yellow-800\/90 {
    border-bottom-color: rgb(133 77 14 / 0.9);
  }

  .lg\:border-b-yellow-800\/95 {
    border-bottom-color: rgb(133 77 14 / 0.95);
  }

  .lg\:border-b-yellow-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .lg\:border-b-yellow-900\/0 {
    border-bottom-color: rgb(113 63 18 / 0);
  }

  .lg\:border-b-yellow-900\/10 {
    border-bottom-color: rgb(113 63 18 / 0.1);
  }

  .lg\:border-b-yellow-900\/100 {
    border-bottom-color: rgb(113 63 18 / 1);
  }

  .lg\:border-b-yellow-900\/15 {
    border-bottom-color: rgb(113 63 18 / 0.15);
  }

  .lg\:border-b-yellow-900\/20 {
    border-bottom-color: rgb(113 63 18 / 0.2);
  }

  .lg\:border-b-yellow-900\/25 {
    border-bottom-color: rgb(113 63 18 / 0.25);
  }

  .lg\:border-b-yellow-900\/30 {
    border-bottom-color: rgb(113 63 18 / 0.3);
  }

  .lg\:border-b-yellow-900\/35 {
    border-bottom-color: rgb(113 63 18 / 0.35);
  }

  .lg\:border-b-yellow-900\/40 {
    border-bottom-color: rgb(113 63 18 / 0.4);
  }

  .lg\:border-b-yellow-900\/45 {
    border-bottom-color: rgb(113 63 18 / 0.45);
  }

  .lg\:border-b-yellow-900\/5 {
    border-bottom-color: rgb(113 63 18 / 0.05);
  }

  .lg\:border-b-yellow-900\/50 {
    border-bottom-color: rgb(113 63 18 / 0.5);
  }

  .lg\:border-b-yellow-900\/55 {
    border-bottom-color: rgb(113 63 18 / 0.55);
  }

  .lg\:border-b-yellow-900\/60 {
    border-bottom-color: rgb(113 63 18 / 0.6);
  }

  .lg\:border-b-yellow-900\/65 {
    border-bottom-color: rgb(113 63 18 / 0.65);
  }

  .lg\:border-b-yellow-900\/70 {
    border-bottom-color: rgb(113 63 18 / 0.7);
  }

  .lg\:border-b-yellow-900\/75 {
    border-bottom-color: rgb(113 63 18 / 0.75);
  }

  .lg\:border-b-yellow-900\/80 {
    border-bottom-color: rgb(113 63 18 / 0.8);
  }

  .lg\:border-b-yellow-900\/85 {
    border-bottom-color: rgb(113 63 18 / 0.85);
  }

  .lg\:border-b-yellow-900\/90 {
    border-bottom-color: rgb(113 63 18 / 0.9);
  }

  .lg\:border-b-yellow-900\/95 {
    border-bottom-color: rgb(113 63 18 / 0.95);
  }

  .lg\:border-b-yellow-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .lg\:border-b-yellow-950\/0 {
    border-bottom-color: rgb(66 32 6 / 0);
  }

  .lg\:border-b-yellow-950\/10 {
    border-bottom-color: rgb(66 32 6 / 0.1);
  }

  .lg\:border-b-yellow-950\/100 {
    border-bottom-color: rgb(66 32 6 / 1);
  }

  .lg\:border-b-yellow-950\/15 {
    border-bottom-color: rgb(66 32 6 / 0.15);
  }

  .lg\:border-b-yellow-950\/20 {
    border-bottom-color: rgb(66 32 6 / 0.2);
  }

  .lg\:border-b-yellow-950\/25 {
    border-bottom-color: rgb(66 32 6 / 0.25);
  }

  .lg\:border-b-yellow-950\/30 {
    border-bottom-color: rgb(66 32 6 / 0.3);
  }

  .lg\:border-b-yellow-950\/35 {
    border-bottom-color: rgb(66 32 6 / 0.35);
  }

  .lg\:border-b-yellow-950\/40 {
    border-bottom-color: rgb(66 32 6 / 0.4);
  }

  .lg\:border-b-yellow-950\/45 {
    border-bottom-color: rgb(66 32 6 / 0.45);
  }

  .lg\:border-b-yellow-950\/5 {
    border-bottom-color: rgb(66 32 6 / 0.05);
  }

  .lg\:border-b-yellow-950\/50 {
    border-bottom-color: rgb(66 32 6 / 0.5);
  }

  .lg\:border-b-yellow-950\/55 {
    border-bottom-color: rgb(66 32 6 / 0.55);
  }

  .lg\:border-b-yellow-950\/60 {
    border-bottom-color: rgb(66 32 6 / 0.6);
  }

  .lg\:border-b-yellow-950\/65 {
    border-bottom-color: rgb(66 32 6 / 0.65);
  }

  .lg\:border-b-yellow-950\/70 {
    border-bottom-color: rgb(66 32 6 / 0.7);
  }

  .lg\:border-b-yellow-950\/75 {
    border-bottom-color: rgb(66 32 6 / 0.75);
  }

  .lg\:border-b-yellow-950\/80 {
    border-bottom-color: rgb(66 32 6 / 0.8);
  }

  .lg\:border-b-yellow-950\/85 {
    border-bottom-color: rgb(66 32 6 / 0.85);
  }

  .lg\:border-b-yellow-950\/90 {
    border-bottom-color: rgb(66 32 6 / 0.9);
  }

  .lg\:border-b-yellow-950\/95 {
    border-bottom-color: rgb(66 32 6 / 0.95);
  }

  .lg\:border-b-zinc-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity));
  }

  .lg\:border-b-zinc-100\/0 {
    border-bottom-color: rgb(244 244 245 / 0);
  }

  .lg\:border-b-zinc-100\/10 {
    border-bottom-color: rgb(244 244 245 / 0.1);
  }

  .lg\:border-b-zinc-100\/100 {
    border-bottom-color: rgb(244 244 245 / 1);
  }

  .lg\:border-b-zinc-100\/15 {
    border-bottom-color: rgb(244 244 245 / 0.15);
  }

  .lg\:border-b-zinc-100\/20 {
    border-bottom-color: rgb(244 244 245 / 0.2);
  }

  .lg\:border-b-zinc-100\/25 {
    border-bottom-color: rgb(244 244 245 / 0.25);
  }

  .lg\:border-b-zinc-100\/30 {
    border-bottom-color: rgb(244 244 245 / 0.3);
  }

  .lg\:border-b-zinc-100\/35 {
    border-bottom-color: rgb(244 244 245 / 0.35);
  }

  .lg\:border-b-zinc-100\/40 {
    border-bottom-color: rgb(244 244 245 / 0.4);
  }

  .lg\:border-b-zinc-100\/45 {
    border-bottom-color: rgb(244 244 245 / 0.45);
  }

  .lg\:border-b-zinc-100\/5 {
    border-bottom-color: rgb(244 244 245 / 0.05);
  }

  .lg\:border-b-zinc-100\/50 {
    border-bottom-color: rgb(244 244 245 / 0.5);
  }

  .lg\:border-b-zinc-100\/55 {
    border-bottom-color: rgb(244 244 245 / 0.55);
  }

  .lg\:border-b-zinc-100\/60 {
    border-bottom-color: rgb(244 244 245 / 0.6);
  }

  .lg\:border-b-zinc-100\/65 {
    border-bottom-color: rgb(244 244 245 / 0.65);
  }

  .lg\:border-b-zinc-100\/70 {
    border-bottom-color: rgb(244 244 245 / 0.7);
  }

  .lg\:border-b-zinc-100\/75 {
    border-bottom-color: rgb(244 244 245 / 0.75);
  }

  .lg\:border-b-zinc-100\/80 {
    border-bottom-color: rgb(244 244 245 / 0.8);
  }

  .lg\:border-b-zinc-100\/85 {
    border-bottom-color: rgb(244 244 245 / 0.85);
  }

  .lg\:border-b-zinc-100\/90 {
    border-bottom-color: rgb(244 244 245 / 0.9);
  }

  .lg\:border-b-zinc-100\/95 {
    border-bottom-color: rgb(244 244 245 / 0.95);
  }

  .lg\:border-b-zinc-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity));
  }

  .lg\:border-b-zinc-200\/0 {
    border-bottom-color: rgb(228 228 231 / 0);
  }

  .lg\:border-b-zinc-200\/10 {
    border-bottom-color: rgb(228 228 231 / 0.1);
  }

  .lg\:border-b-zinc-200\/100 {
    border-bottom-color: rgb(228 228 231 / 1);
  }

  .lg\:border-b-zinc-200\/15 {
    border-bottom-color: rgb(228 228 231 / 0.15);
  }

  .lg\:border-b-zinc-200\/20 {
    border-bottom-color: rgb(228 228 231 / 0.2);
  }

  .lg\:border-b-zinc-200\/25 {
    border-bottom-color: rgb(228 228 231 / 0.25);
  }

  .lg\:border-b-zinc-200\/30 {
    border-bottom-color: rgb(228 228 231 / 0.3);
  }

  .lg\:border-b-zinc-200\/35 {
    border-bottom-color: rgb(228 228 231 / 0.35);
  }

  .lg\:border-b-zinc-200\/40 {
    border-bottom-color: rgb(228 228 231 / 0.4);
  }

  .lg\:border-b-zinc-200\/45 {
    border-bottom-color: rgb(228 228 231 / 0.45);
  }

  .lg\:border-b-zinc-200\/5 {
    border-bottom-color: rgb(228 228 231 / 0.05);
  }

  .lg\:border-b-zinc-200\/50 {
    border-bottom-color: rgb(228 228 231 / 0.5);
  }

  .lg\:border-b-zinc-200\/55 {
    border-bottom-color: rgb(228 228 231 / 0.55);
  }

  .lg\:border-b-zinc-200\/60 {
    border-bottom-color: rgb(228 228 231 / 0.6);
  }

  .lg\:border-b-zinc-200\/65 {
    border-bottom-color: rgb(228 228 231 / 0.65);
  }

  .lg\:border-b-zinc-200\/70 {
    border-bottom-color: rgb(228 228 231 / 0.7);
  }

  .lg\:border-b-zinc-200\/75 {
    border-bottom-color: rgb(228 228 231 / 0.75);
  }

  .lg\:border-b-zinc-200\/80 {
    border-bottom-color: rgb(228 228 231 / 0.8);
  }

  .lg\:border-b-zinc-200\/85 {
    border-bottom-color: rgb(228 228 231 / 0.85);
  }

  .lg\:border-b-zinc-200\/90 {
    border-bottom-color: rgb(228 228 231 / 0.9);
  }

  .lg\:border-b-zinc-200\/95 {
    border-bottom-color: rgb(228 228 231 / 0.95);
  }

  .lg\:border-b-zinc-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity));
  }

  .lg\:border-b-zinc-300\/0 {
    border-bottom-color: rgb(212 212 216 / 0);
  }

  .lg\:border-b-zinc-300\/10 {
    border-bottom-color: rgb(212 212 216 / 0.1);
  }

  .lg\:border-b-zinc-300\/100 {
    border-bottom-color: rgb(212 212 216 / 1);
  }

  .lg\:border-b-zinc-300\/15 {
    border-bottom-color: rgb(212 212 216 / 0.15);
  }

  .lg\:border-b-zinc-300\/20 {
    border-bottom-color: rgb(212 212 216 / 0.2);
  }

  .lg\:border-b-zinc-300\/25 {
    border-bottom-color: rgb(212 212 216 / 0.25);
  }

  .lg\:border-b-zinc-300\/30 {
    border-bottom-color: rgb(212 212 216 / 0.3);
  }

  .lg\:border-b-zinc-300\/35 {
    border-bottom-color: rgb(212 212 216 / 0.35);
  }

  .lg\:border-b-zinc-300\/40 {
    border-bottom-color: rgb(212 212 216 / 0.4);
  }

  .lg\:border-b-zinc-300\/45 {
    border-bottom-color: rgb(212 212 216 / 0.45);
  }

  .lg\:border-b-zinc-300\/5 {
    border-bottom-color: rgb(212 212 216 / 0.05);
  }

  .lg\:border-b-zinc-300\/50 {
    border-bottom-color: rgb(212 212 216 / 0.5);
  }

  .lg\:border-b-zinc-300\/55 {
    border-bottom-color: rgb(212 212 216 / 0.55);
  }

  .lg\:border-b-zinc-300\/60 {
    border-bottom-color: rgb(212 212 216 / 0.6);
  }

  .lg\:border-b-zinc-300\/65 {
    border-bottom-color: rgb(212 212 216 / 0.65);
  }

  .lg\:border-b-zinc-300\/70 {
    border-bottom-color: rgb(212 212 216 / 0.7);
  }

  .lg\:border-b-zinc-300\/75 {
    border-bottom-color: rgb(212 212 216 / 0.75);
  }

  .lg\:border-b-zinc-300\/80 {
    border-bottom-color: rgb(212 212 216 / 0.8);
  }

  .lg\:border-b-zinc-300\/85 {
    border-bottom-color: rgb(212 212 216 / 0.85);
  }

  .lg\:border-b-zinc-300\/90 {
    border-bottom-color: rgb(212 212 216 / 0.9);
  }

  .lg\:border-b-zinc-300\/95 {
    border-bottom-color: rgb(212 212 216 / 0.95);
  }

  .lg\:border-b-zinc-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity));
  }

  .lg\:border-b-zinc-400\/0 {
    border-bottom-color: rgb(161 161 170 / 0);
  }

  .lg\:border-b-zinc-400\/10 {
    border-bottom-color: rgb(161 161 170 / 0.1);
  }

  .lg\:border-b-zinc-400\/100 {
    border-bottom-color: rgb(161 161 170 / 1);
  }

  .lg\:border-b-zinc-400\/15 {
    border-bottom-color: rgb(161 161 170 / 0.15);
  }

  .lg\:border-b-zinc-400\/20 {
    border-bottom-color: rgb(161 161 170 / 0.2);
  }

  .lg\:border-b-zinc-400\/25 {
    border-bottom-color: rgb(161 161 170 / 0.25);
  }

  .lg\:border-b-zinc-400\/30 {
    border-bottom-color: rgb(161 161 170 / 0.3);
  }

  .lg\:border-b-zinc-400\/35 {
    border-bottom-color: rgb(161 161 170 / 0.35);
  }

  .lg\:border-b-zinc-400\/40 {
    border-bottom-color: rgb(161 161 170 / 0.4);
  }

  .lg\:border-b-zinc-400\/45 {
    border-bottom-color: rgb(161 161 170 / 0.45);
  }

  .lg\:border-b-zinc-400\/5 {
    border-bottom-color: rgb(161 161 170 / 0.05);
  }

  .lg\:border-b-zinc-400\/50 {
    border-bottom-color: rgb(161 161 170 / 0.5);
  }

  .lg\:border-b-zinc-400\/55 {
    border-bottom-color: rgb(161 161 170 / 0.55);
  }

  .lg\:border-b-zinc-400\/60 {
    border-bottom-color: rgb(161 161 170 / 0.6);
  }

  .lg\:border-b-zinc-400\/65 {
    border-bottom-color: rgb(161 161 170 / 0.65);
  }

  .lg\:border-b-zinc-400\/70 {
    border-bottom-color: rgb(161 161 170 / 0.7);
  }

  .lg\:border-b-zinc-400\/75 {
    border-bottom-color: rgb(161 161 170 / 0.75);
  }

  .lg\:border-b-zinc-400\/80 {
    border-bottom-color: rgb(161 161 170 / 0.8);
  }

  .lg\:border-b-zinc-400\/85 {
    border-bottom-color: rgb(161 161 170 / 0.85);
  }

  .lg\:border-b-zinc-400\/90 {
    border-bottom-color: rgb(161 161 170 / 0.9);
  }

  .lg\:border-b-zinc-400\/95 {
    border-bottom-color: rgb(161 161 170 / 0.95);
  }

  .lg\:border-b-zinc-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .lg\:border-b-zinc-50\/0 {
    border-bottom-color: rgb(250 250 250 / 0);
  }

  .lg\:border-b-zinc-50\/10 {
    border-bottom-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-b-zinc-50\/100 {
    border-bottom-color: rgb(250 250 250 / 1);
  }

  .lg\:border-b-zinc-50\/15 {
    border-bottom-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-b-zinc-50\/20 {
    border-bottom-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-b-zinc-50\/25 {
    border-bottom-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-b-zinc-50\/30 {
    border-bottom-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-b-zinc-50\/35 {
    border-bottom-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-b-zinc-50\/40 {
    border-bottom-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-b-zinc-50\/45 {
    border-bottom-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-b-zinc-50\/5 {
    border-bottom-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-b-zinc-50\/50 {
    border-bottom-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-b-zinc-50\/55 {
    border-bottom-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-b-zinc-50\/60 {
    border-bottom-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-b-zinc-50\/65 {
    border-bottom-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-b-zinc-50\/70 {
    border-bottom-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-b-zinc-50\/75 {
    border-bottom-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-b-zinc-50\/80 {
    border-bottom-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-b-zinc-50\/85 {
    border-bottom-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-b-zinc-50\/90 {
    border-bottom-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-b-zinc-50\/95 {
    border-bottom-color: rgb(250 250 250 / 0.95);
  }

  .lg\:border-b-zinc-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity));
  }

  .lg\:border-b-zinc-500\/0 {
    border-bottom-color: rgb(113 113 122 / 0);
  }

  .lg\:border-b-zinc-500\/10 {
    border-bottom-color: rgb(113 113 122 / 0.1);
  }

  .lg\:border-b-zinc-500\/100 {
    border-bottom-color: rgb(113 113 122 / 1);
  }

  .lg\:border-b-zinc-500\/15 {
    border-bottom-color: rgb(113 113 122 / 0.15);
  }

  .lg\:border-b-zinc-500\/20 {
    border-bottom-color: rgb(113 113 122 / 0.2);
  }

  .lg\:border-b-zinc-500\/25 {
    border-bottom-color: rgb(113 113 122 / 0.25);
  }

  .lg\:border-b-zinc-500\/30 {
    border-bottom-color: rgb(113 113 122 / 0.3);
  }

  .lg\:border-b-zinc-500\/35 {
    border-bottom-color: rgb(113 113 122 / 0.35);
  }

  .lg\:border-b-zinc-500\/40 {
    border-bottom-color: rgb(113 113 122 / 0.4);
  }

  .lg\:border-b-zinc-500\/45 {
    border-bottom-color: rgb(113 113 122 / 0.45);
  }

  .lg\:border-b-zinc-500\/5 {
    border-bottom-color: rgb(113 113 122 / 0.05);
  }

  .lg\:border-b-zinc-500\/50 {
    border-bottom-color: rgb(113 113 122 / 0.5);
  }

  .lg\:border-b-zinc-500\/55 {
    border-bottom-color: rgb(113 113 122 / 0.55);
  }

  .lg\:border-b-zinc-500\/60 {
    border-bottom-color: rgb(113 113 122 / 0.6);
  }

  .lg\:border-b-zinc-500\/65 {
    border-bottom-color: rgb(113 113 122 / 0.65);
  }

  .lg\:border-b-zinc-500\/70 {
    border-bottom-color: rgb(113 113 122 / 0.7);
  }

  .lg\:border-b-zinc-500\/75 {
    border-bottom-color: rgb(113 113 122 / 0.75);
  }

  .lg\:border-b-zinc-500\/80 {
    border-bottom-color: rgb(113 113 122 / 0.8);
  }

  .lg\:border-b-zinc-500\/85 {
    border-bottom-color: rgb(113 113 122 / 0.85);
  }

  .lg\:border-b-zinc-500\/90 {
    border-bottom-color: rgb(113 113 122 / 0.9);
  }

  .lg\:border-b-zinc-500\/95 {
    border-bottom-color: rgb(113 113 122 / 0.95);
  }

  .lg\:border-b-zinc-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity));
  }

  .lg\:border-b-zinc-600\/0 {
    border-bottom-color: rgb(82 82 91 / 0);
  }

  .lg\:border-b-zinc-600\/10 {
    border-bottom-color: rgb(82 82 91 / 0.1);
  }

  .lg\:border-b-zinc-600\/100 {
    border-bottom-color: rgb(82 82 91 / 1);
  }

  .lg\:border-b-zinc-600\/15 {
    border-bottom-color: rgb(82 82 91 / 0.15);
  }

  .lg\:border-b-zinc-600\/20 {
    border-bottom-color: rgb(82 82 91 / 0.2);
  }

  .lg\:border-b-zinc-600\/25 {
    border-bottom-color: rgb(82 82 91 / 0.25);
  }

  .lg\:border-b-zinc-600\/30 {
    border-bottom-color: rgb(82 82 91 / 0.3);
  }

  .lg\:border-b-zinc-600\/35 {
    border-bottom-color: rgb(82 82 91 / 0.35);
  }

  .lg\:border-b-zinc-600\/40 {
    border-bottom-color: rgb(82 82 91 / 0.4);
  }

  .lg\:border-b-zinc-600\/45 {
    border-bottom-color: rgb(82 82 91 / 0.45);
  }

  .lg\:border-b-zinc-600\/5 {
    border-bottom-color: rgb(82 82 91 / 0.05);
  }

  .lg\:border-b-zinc-600\/50 {
    border-bottom-color: rgb(82 82 91 / 0.5);
  }

  .lg\:border-b-zinc-600\/55 {
    border-bottom-color: rgb(82 82 91 / 0.55);
  }

  .lg\:border-b-zinc-600\/60 {
    border-bottom-color: rgb(82 82 91 / 0.6);
  }

  .lg\:border-b-zinc-600\/65 {
    border-bottom-color: rgb(82 82 91 / 0.65);
  }

  .lg\:border-b-zinc-600\/70 {
    border-bottom-color: rgb(82 82 91 / 0.7);
  }

  .lg\:border-b-zinc-600\/75 {
    border-bottom-color: rgb(82 82 91 / 0.75);
  }

  .lg\:border-b-zinc-600\/80 {
    border-bottom-color: rgb(82 82 91 / 0.8);
  }

  .lg\:border-b-zinc-600\/85 {
    border-bottom-color: rgb(82 82 91 / 0.85);
  }

  .lg\:border-b-zinc-600\/90 {
    border-bottom-color: rgb(82 82 91 / 0.9);
  }

  .lg\:border-b-zinc-600\/95 {
    border-bottom-color: rgb(82 82 91 / 0.95);
  }

  .lg\:border-b-zinc-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity));
  }

  .lg\:border-b-zinc-700\/0 {
    border-bottom-color: rgb(63 63 70 / 0);
  }

  .lg\:border-b-zinc-700\/10 {
    border-bottom-color: rgb(63 63 70 / 0.1);
  }

  .lg\:border-b-zinc-700\/100 {
    border-bottom-color: rgb(63 63 70 / 1);
  }

  .lg\:border-b-zinc-700\/15 {
    border-bottom-color: rgb(63 63 70 / 0.15);
  }

  .lg\:border-b-zinc-700\/20 {
    border-bottom-color: rgb(63 63 70 / 0.2);
  }

  .lg\:border-b-zinc-700\/25 {
    border-bottom-color: rgb(63 63 70 / 0.25);
  }

  .lg\:border-b-zinc-700\/30 {
    border-bottom-color: rgb(63 63 70 / 0.3);
  }

  .lg\:border-b-zinc-700\/35 {
    border-bottom-color: rgb(63 63 70 / 0.35);
  }

  .lg\:border-b-zinc-700\/40 {
    border-bottom-color: rgb(63 63 70 / 0.4);
  }

  .lg\:border-b-zinc-700\/45 {
    border-bottom-color: rgb(63 63 70 / 0.45);
  }

  .lg\:border-b-zinc-700\/5 {
    border-bottom-color: rgb(63 63 70 / 0.05);
  }

  .lg\:border-b-zinc-700\/50 {
    border-bottom-color: rgb(63 63 70 / 0.5);
  }

  .lg\:border-b-zinc-700\/55 {
    border-bottom-color: rgb(63 63 70 / 0.55);
  }

  .lg\:border-b-zinc-700\/60 {
    border-bottom-color: rgb(63 63 70 / 0.6);
  }

  .lg\:border-b-zinc-700\/65 {
    border-bottom-color: rgb(63 63 70 / 0.65);
  }

  .lg\:border-b-zinc-700\/70 {
    border-bottom-color: rgb(63 63 70 / 0.7);
  }

  .lg\:border-b-zinc-700\/75 {
    border-bottom-color: rgb(63 63 70 / 0.75);
  }

  .lg\:border-b-zinc-700\/80 {
    border-bottom-color: rgb(63 63 70 / 0.8);
  }

  .lg\:border-b-zinc-700\/85 {
    border-bottom-color: rgb(63 63 70 / 0.85);
  }

  .lg\:border-b-zinc-700\/90 {
    border-bottom-color: rgb(63 63 70 / 0.9);
  }

  .lg\:border-b-zinc-700\/95 {
    border-bottom-color: rgb(63 63 70 / 0.95);
  }

  .lg\:border-b-zinc-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity));
  }

  .lg\:border-b-zinc-800\/0 {
    border-bottom-color: rgb(39 39 42 / 0);
  }

  .lg\:border-b-zinc-800\/10 {
    border-bottom-color: rgb(39 39 42 / 0.1);
  }

  .lg\:border-b-zinc-800\/100 {
    border-bottom-color: rgb(39 39 42 / 1);
  }

  .lg\:border-b-zinc-800\/15 {
    border-bottom-color: rgb(39 39 42 / 0.15);
  }

  .lg\:border-b-zinc-800\/20 {
    border-bottom-color: rgb(39 39 42 / 0.2);
  }

  .lg\:border-b-zinc-800\/25 {
    border-bottom-color: rgb(39 39 42 / 0.25);
  }

  .lg\:border-b-zinc-800\/30 {
    border-bottom-color: rgb(39 39 42 / 0.3);
  }

  .lg\:border-b-zinc-800\/35 {
    border-bottom-color: rgb(39 39 42 / 0.35);
  }

  .lg\:border-b-zinc-800\/40 {
    border-bottom-color: rgb(39 39 42 / 0.4);
  }

  .lg\:border-b-zinc-800\/45 {
    border-bottom-color: rgb(39 39 42 / 0.45);
  }

  .lg\:border-b-zinc-800\/5 {
    border-bottom-color: rgb(39 39 42 / 0.05);
  }

  .lg\:border-b-zinc-800\/50 {
    border-bottom-color: rgb(39 39 42 / 0.5);
  }

  .lg\:border-b-zinc-800\/55 {
    border-bottom-color: rgb(39 39 42 / 0.55);
  }

  .lg\:border-b-zinc-800\/60 {
    border-bottom-color: rgb(39 39 42 / 0.6);
  }

  .lg\:border-b-zinc-800\/65 {
    border-bottom-color: rgb(39 39 42 / 0.65);
  }

  .lg\:border-b-zinc-800\/70 {
    border-bottom-color: rgb(39 39 42 / 0.7);
  }

  .lg\:border-b-zinc-800\/75 {
    border-bottom-color: rgb(39 39 42 / 0.75);
  }

  .lg\:border-b-zinc-800\/80 {
    border-bottom-color: rgb(39 39 42 / 0.8);
  }

  .lg\:border-b-zinc-800\/85 {
    border-bottom-color: rgb(39 39 42 / 0.85);
  }

  .lg\:border-b-zinc-800\/90 {
    border-bottom-color: rgb(39 39 42 / 0.9);
  }

  .lg\:border-b-zinc-800\/95 {
    border-bottom-color: rgb(39 39 42 / 0.95);
  }

  .lg\:border-b-zinc-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity));
  }

  .lg\:border-b-zinc-900\/0 {
    border-bottom-color: rgb(24 24 27 / 0);
  }

  .lg\:border-b-zinc-900\/10 {
    border-bottom-color: rgb(24 24 27 / 0.1);
  }

  .lg\:border-b-zinc-900\/100 {
    border-bottom-color: rgb(24 24 27 / 1);
  }

  .lg\:border-b-zinc-900\/15 {
    border-bottom-color: rgb(24 24 27 / 0.15);
  }

  .lg\:border-b-zinc-900\/20 {
    border-bottom-color: rgb(24 24 27 / 0.2);
  }

  .lg\:border-b-zinc-900\/25 {
    border-bottom-color: rgb(24 24 27 / 0.25);
  }

  .lg\:border-b-zinc-900\/30 {
    border-bottom-color: rgb(24 24 27 / 0.3);
  }

  .lg\:border-b-zinc-900\/35 {
    border-bottom-color: rgb(24 24 27 / 0.35);
  }

  .lg\:border-b-zinc-900\/40 {
    border-bottom-color: rgb(24 24 27 / 0.4);
  }

  .lg\:border-b-zinc-900\/45 {
    border-bottom-color: rgb(24 24 27 / 0.45);
  }

  .lg\:border-b-zinc-900\/5 {
    border-bottom-color: rgb(24 24 27 / 0.05);
  }

  .lg\:border-b-zinc-900\/50 {
    border-bottom-color: rgb(24 24 27 / 0.5);
  }

  .lg\:border-b-zinc-900\/55 {
    border-bottom-color: rgb(24 24 27 / 0.55);
  }

  .lg\:border-b-zinc-900\/60 {
    border-bottom-color: rgb(24 24 27 / 0.6);
  }

  .lg\:border-b-zinc-900\/65 {
    border-bottom-color: rgb(24 24 27 / 0.65);
  }

  .lg\:border-b-zinc-900\/70 {
    border-bottom-color: rgb(24 24 27 / 0.7);
  }

  .lg\:border-b-zinc-900\/75 {
    border-bottom-color: rgb(24 24 27 / 0.75);
  }

  .lg\:border-b-zinc-900\/80 {
    border-bottom-color: rgb(24 24 27 / 0.8);
  }

  .lg\:border-b-zinc-900\/85 {
    border-bottom-color: rgb(24 24 27 / 0.85);
  }

  .lg\:border-b-zinc-900\/90 {
    border-bottom-color: rgb(24 24 27 / 0.9);
  }

  .lg\:border-b-zinc-900\/95 {
    border-bottom-color: rgb(24 24 27 / 0.95);
  }

  .lg\:border-b-zinc-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity));
  }

  .lg\:border-b-zinc-950\/0 {
    border-bottom-color: rgb(9 9 11 / 0);
  }

  .lg\:border-b-zinc-950\/10 {
    border-bottom-color: rgb(9 9 11 / 0.1);
  }

  .lg\:border-b-zinc-950\/100 {
    border-bottom-color: rgb(9 9 11 / 1);
  }

  .lg\:border-b-zinc-950\/15 {
    border-bottom-color: rgb(9 9 11 / 0.15);
  }

  .lg\:border-b-zinc-950\/20 {
    border-bottom-color: rgb(9 9 11 / 0.2);
  }

  .lg\:border-b-zinc-950\/25 {
    border-bottom-color: rgb(9 9 11 / 0.25);
  }

  .lg\:border-b-zinc-950\/30 {
    border-bottom-color: rgb(9 9 11 / 0.3);
  }

  .lg\:border-b-zinc-950\/35 {
    border-bottom-color: rgb(9 9 11 / 0.35);
  }

  .lg\:border-b-zinc-950\/40 {
    border-bottom-color: rgb(9 9 11 / 0.4);
  }

  .lg\:border-b-zinc-950\/45 {
    border-bottom-color: rgb(9 9 11 / 0.45);
  }

  .lg\:border-b-zinc-950\/5 {
    border-bottom-color: rgb(9 9 11 / 0.05);
  }

  .lg\:border-b-zinc-950\/50 {
    border-bottom-color: rgb(9 9 11 / 0.5);
  }

  .lg\:border-b-zinc-950\/55 {
    border-bottom-color: rgb(9 9 11 / 0.55);
  }

  .lg\:border-b-zinc-950\/60 {
    border-bottom-color: rgb(9 9 11 / 0.6);
  }

  .lg\:border-b-zinc-950\/65 {
    border-bottom-color: rgb(9 9 11 / 0.65);
  }

  .lg\:border-b-zinc-950\/70 {
    border-bottom-color: rgb(9 9 11 / 0.7);
  }

  .lg\:border-b-zinc-950\/75 {
    border-bottom-color: rgb(9 9 11 / 0.75);
  }

  .lg\:border-b-zinc-950\/80 {
    border-bottom-color: rgb(9 9 11 / 0.8);
  }

  .lg\:border-b-zinc-950\/85 {
    border-bottom-color: rgb(9 9 11 / 0.85);
  }

  .lg\:border-b-zinc-950\/90 {
    border-bottom-color: rgb(9 9 11 / 0.9);
  }

  .lg\:border-b-zinc-950\/95 {
    border-bottom-color: rgb(9 9 11 / 0.95);
  }

  .lg\:border-e-amber-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 243 199 / var(--tw-border-opacity));
  }

  .lg\:border-e-amber-100\/0 {
    border-inline-end-color: rgb(254 243 199 / 0);
  }

  .lg\:border-e-amber-100\/10 {
    border-inline-end-color: rgb(254 243 199 / 0.1);
  }

  .lg\:border-e-amber-100\/100 {
    border-inline-end-color: rgb(254 243 199 / 1);
  }

  .lg\:border-e-amber-100\/15 {
    border-inline-end-color: rgb(254 243 199 / 0.15);
  }

  .lg\:border-e-amber-100\/20 {
    border-inline-end-color: rgb(254 243 199 / 0.2);
  }

  .lg\:border-e-amber-100\/25 {
    border-inline-end-color: rgb(254 243 199 / 0.25);
  }

  .lg\:border-e-amber-100\/30 {
    border-inline-end-color: rgb(254 243 199 / 0.3);
  }

  .lg\:border-e-amber-100\/35 {
    border-inline-end-color: rgb(254 243 199 / 0.35);
  }

  .lg\:border-e-amber-100\/40 {
    border-inline-end-color: rgb(254 243 199 / 0.4);
  }

  .lg\:border-e-amber-100\/45 {
    border-inline-end-color: rgb(254 243 199 / 0.45);
  }

  .lg\:border-e-amber-100\/5 {
    border-inline-end-color: rgb(254 243 199 / 0.05);
  }

  .lg\:border-e-amber-100\/50 {
    border-inline-end-color: rgb(254 243 199 / 0.5);
  }

  .lg\:border-e-amber-100\/55 {
    border-inline-end-color: rgb(254 243 199 / 0.55);
  }

  .lg\:border-e-amber-100\/60 {
    border-inline-end-color: rgb(254 243 199 / 0.6);
  }

  .lg\:border-e-amber-100\/65 {
    border-inline-end-color: rgb(254 243 199 / 0.65);
  }

  .lg\:border-e-amber-100\/70 {
    border-inline-end-color: rgb(254 243 199 / 0.7);
  }

  .lg\:border-e-amber-100\/75 {
    border-inline-end-color: rgb(254 243 199 / 0.75);
  }

  .lg\:border-e-amber-100\/80 {
    border-inline-end-color: rgb(254 243 199 / 0.8);
  }

  .lg\:border-e-amber-100\/85 {
    border-inline-end-color: rgb(254 243 199 / 0.85);
  }

  .lg\:border-e-amber-100\/90 {
    border-inline-end-color: rgb(254 243 199 / 0.9);
  }

  .lg\:border-e-amber-100\/95 {
    border-inline-end-color: rgb(254 243 199 / 0.95);
  }

  .lg\:border-e-amber-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(253 230 138 / var(--tw-border-opacity));
  }

  .lg\:border-e-amber-200\/0 {
    border-inline-end-color: rgb(253 230 138 / 0);
  }

  .lg\:border-e-amber-200\/10 {
    border-inline-end-color: rgb(253 230 138 / 0.1);
  }

  .lg\:border-e-amber-200\/100 {
    border-inline-end-color: rgb(253 230 138 / 1);
  }

  .lg\:border-e-amber-200\/15 {
    border-inline-end-color: rgb(253 230 138 / 0.15);
  }

  .lg\:border-e-amber-200\/20 {
    border-inline-end-color: rgb(253 230 138 / 0.2);
  }

  .lg\:border-e-amber-200\/25 {
    border-inline-end-color: rgb(253 230 138 / 0.25);
  }

  .lg\:border-e-amber-200\/30 {
    border-inline-end-color: rgb(253 230 138 / 0.3);
  }

  .lg\:border-e-amber-200\/35 {
    border-inline-end-color: rgb(253 230 138 / 0.35);
  }

  .lg\:border-e-amber-200\/40 {
    border-inline-end-color: rgb(253 230 138 / 0.4);
  }

  .lg\:border-e-amber-200\/45 {
    border-inline-end-color: rgb(253 230 138 / 0.45);
  }

  .lg\:border-e-amber-200\/5 {
    border-inline-end-color: rgb(253 230 138 / 0.05);
  }

  .lg\:border-e-amber-200\/50 {
    border-inline-end-color: rgb(253 230 138 / 0.5);
  }

  .lg\:border-e-amber-200\/55 {
    border-inline-end-color: rgb(253 230 138 / 0.55);
  }

  .lg\:border-e-amber-200\/60 {
    border-inline-end-color: rgb(253 230 138 / 0.6);
  }

  .lg\:border-e-amber-200\/65 {
    border-inline-end-color: rgb(253 230 138 / 0.65);
  }

  .lg\:border-e-amber-200\/70 {
    border-inline-end-color: rgb(253 230 138 / 0.7);
  }

  .lg\:border-e-amber-200\/75 {
    border-inline-end-color: rgb(253 230 138 / 0.75);
  }

  .lg\:border-e-amber-200\/80 {
    border-inline-end-color: rgb(253 230 138 / 0.8);
  }

  .lg\:border-e-amber-200\/85 {
    border-inline-end-color: rgb(253 230 138 / 0.85);
  }

  .lg\:border-e-amber-200\/90 {
    border-inline-end-color: rgb(253 230 138 / 0.9);
  }

  .lg\:border-e-amber-200\/95 {
    border-inline-end-color: rgb(253 230 138 / 0.95);
  }

  .lg\:border-e-amber-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(252 211 77 / var(--tw-border-opacity));
  }

  .lg\:border-e-amber-300\/0 {
    border-inline-end-color: rgb(252 211 77 / 0);
  }

  .lg\:border-e-amber-300\/10 {
    border-inline-end-color: rgb(252 211 77 / 0.1);
  }

  .lg\:border-e-amber-300\/100 {
    border-inline-end-color: rgb(252 211 77 / 1);
  }

  .lg\:border-e-amber-300\/15 {
    border-inline-end-color: rgb(252 211 77 / 0.15);
  }

  .lg\:border-e-amber-300\/20 {
    border-inline-end-color: rgb(252 211 77 / 0.2);
  }

  .lg\:border-e-amber-300\/25 {
    border-inline-end-color: rgb(252 211 77 / 0.25);
  }

  .lg\:border-e-amber-300\/30 {
    border-inline-end-color: rgb(252 211 77 / 0.3);
  }

  .lg\:border-e-amber-300\/35 {
    border-inline-end-color: rgb(252 211 77 / 0.35);
  }

  .lg\:border-e-amber-300\/40 {
    border-inline-end-color: rgb(252 211 77 / 0.4);
  }

  .lg\:border-e-amber-300\/45 {
    border-inline-end-color: rgb(252 211 77 / 0.45);
  }

  .lg\:border-e-amber-300\/5 {
    border-inline-end-color: rgb(252 211 77 / 0.05);
  }

  .lg\:border-e-amber-300\/50 {
    border-inline-end-color: rgb(252 211 77 / 0.5);
  }

  .lg\:border-e-amber-300\/55 {
    border-inline-end-color: rgb(252 211 77 / 0.55);
  }

  .lg\:border-e-amber-300\/60 {
    border-inline-end-color: rgb(252 211 77 / 0.6);
  }

  .lg\:border-e-amber-300\/65 {
    border-inline-end-color: rgb(252 211 77 / 0.65);
  }

  .lg\:border-e-amber-300\/70 {
    border-inline-end-color: rgb(252 211 77 / 0.7);
  }

  .lg\:border-e-amber-300\/75 {
    border-inline-end-color: rgb(252 211 77 / 0.75);
  }

  .lg\:border-e-amber-300\/80 {
    border-inline-end-color: rgb(252 211 77 / 0.8);
  }

  .lg\:border-e-amber-300\/85 {
    border-inline-end-color: rgb(252 211 77 / 0.85);
  }

  .lg\:border-e-amber-300\/90 {
    border-inline-end-color: rgb(252 211 77 / 0.9);
  }

  .lg\:border-e-amber-300\/95 {
    border-inline-end-color: rgb(252 211 77 / 0.95);
  }

  .lg\:border-e-amber-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(251 191 36 / var(--tw-border-opacity));
  }

  .lg\:border-e-amber-400\/0 {
    border-inline-end-color: rgb(251 191 36 / 0);
  }

  .lg\:border-e-amber-400\/10 {
    border-inline-end-color: rgb(251 191 36 / 0.1);
  }

  .lg\:border-e-amber-400\/100 {
    border-inline-end-color: rgb(251 191 36 / 1);
  }

  .lg\:border-e-amber-400\/15 {
    border-inline-end-color: rgb(251 191 36 / 0.15);
  }

  .lg\:border-e-amber-400\/20 {
    border-inline-end-color: rgb(251 191 36 / 0.2);
  }

  .lg\:border-e-amber-400\/25 {
    border-inline-end-color: rgb(251 191 36 / 0.25);
  }

  .lg\:border-e-amber-400\/30 {
    border-inline-end-color: rgb(251 191 36 / 0.3);
  }

  .lg\:border-e-amber-400\/35 {
    border-inline-end-color: rgb(251 191 36 / 0.35);
  }

  .lg\:border-e-amber-400\/40 {
    border-inline-end-color: rgb(251 191 36 / 0.4);
  }

  .lg\:border-e-amber-400\/45 {
    border-inline-end-color: rgb(251 191 36 / 0.45);
  }

  .lg\:border-e-amber-400\/5 {
    border-inline-end-color: rgb(251 191 36 / 0.05);
  }

  .lg\:border-e-amber-400\/50 {
    border-inline-end-color: rgb(251 191 36 / 0.5);
  }

  .lg\:border-e-amber-400\/55 {
    border-inline-end-color: rgb(251 191 36 / 0.55);
  }

  .lg\:border-e-amber-400\/60 {
    border-inline-end-color: rgb(251 191 36 / 0.6);
  }

  .lg\:border-e-amber-400\/65 {
    border-inline-end-color: rgb(251 191 36 / 0.65);
  }

  .lg\:border-e-amber-400\/70 {
    border-inline-end-color: rgb(251 191 36 / 0.7);
  }

  .lg\:border-e-amber-400\/75 {
    border-inline-end-color: rgb(251 191 36 / 0.75);
  }

  .lg\:border-e-amber-400\/80 {
    border-inline-end-color: rgb(251 191 36 / 0.8);
  }

  .lg\:border-e-amber-400\/85 {
    border-inline-end-color: rgb(251 191 36 / 0.85);
  }

  .lg\:border-e-amber-400\/90 {
    border-inline-end-color: rgb(251 191 36 / 0.9);
  }

  .lg\:border-e-amber-400\/95 {
    border-inline-end-color: rgb(251 191 36 / 0.95);
  }

  .lg\:border-e-amber-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(255 251 235 / var(--tw-border-opacity));
  }

  .lg\:border-e-amber-50\/0 {
    border-inline-end-color: rgb(255 251 235 / 0);
  }

  .lg\:border-e-amber-50\/10 {
    border-inline-end-color: rgb(255 251 235 / 0.1);
  }

  .lg\:border-e-amber-50\/100 {
    border-inline-end-color: rgb(255 251 235 / 1);
  }

  .lg\:border-e-amber-50\/15 {
    border-inline-end-color: rgb(255 251 235 / 0.15);
  }

  .lg\:border-e-amber-50\/20 {
    border-inline-end-color: rgb(255 251 235 / 0.2);
  }

  .lg\:border-e-amber-50\/25 {
    border-inline-end-color: rgb(255 251 235 / 0.25);
  }

  .lg\:border-e-amber-50\/30 {
    border-inline-end-color: rgb(255 251 235 / 0.3);
  }

  .lg\:border-e-amber-50\/35 {
    border-inline-end-color: rgb(255 251 235 / 0.35);
  }

  .lg\:border-e-amber-50\/40 {
    border-inline-end-color: rgb(255 251 235 / 0.4);
  }

  .lg\:border-e-amber-50\/45 {
    border-inline-end-color: rgb(255 251 235 / 0.45);
  }

  .lg\:border-e-amber-50\/5 {
    border-inline-end-color: rgb(255 251 235 / 0.05);
  }

  .lg\:border-e-amber-50\/50 {
    border-inline-end-color: rgb(255 251 235 / 0.5);
  }

  .lg\:border-e-amber-50\/55 {
    border-inline-end-color: rgb(255 251 235 / 0.55);
  }

  .lg\:border-e-amber-50\/60 {
    border-inline-end-color: rgb(255 251 235 / 0.6);
  }

  .lg\:border-e-amber-50\/65 {
    border-inline-end-color: rgb(255 251 235 / 0.65);
  }

  .lg\:border-e-amber-50\/70 {
    border-inline-end-color: rgb(255 251 235 / 0.7);
  }

  .lg\:border-e-amber-50\/75 {
    border-inline-end-color: rgb(255 251 235 / 0.75);
  }

  .lg\:border-e-amber-50\/80 {
    border-inline-end-color: rgb(255 251 235 / 0.8);
  }

  .lg\:border-e-amber-50\/85 {
    border-inline-end-color: rgb(255 251 235 / 0.85);
  }

  .lg\:border-e-amber-50\/90 {
    border-inline-end-color: rgb(255 251 235 / 0.9);
  }

  .lg\:border-e-amber-50\/95 {
    border-inline-end-color: rgb(255 251 235 / 0.95);
  }

  .lg\:border-e-amber-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(245 158 11 / var(--tw-border-opacity));
  }

  .lg\:border-e-amber-500\/0 {
    border-inline-end-color: rgb(245 158 11 / 0);
  }

  .lg\:border-e-amber-500\/10 {
    border-inline-end-color: rgb(245 158 11 / 0.1);
  }

  .lg\:border-e-amber-500\/100 {
    border-inline-end-color: rgb(245 158 11 / 1);
  }

  .lg\:border-e-amber-500\/15 {
    border-inline-end-color: rgb(245 158 11 / 0.15);
  }

  .lg\:border-e-amber-500\/20 {
    border-inline-end-color: rgb(245 158 11 / 0.2);
  }

  .lg\:border-e-amber-500\/25 {
    border-inline-end-color: rgb(245 158 11 / 0.25);
  }

  .lg\:border-e-amber-500\/30 {
    border-inline-end-color: rgb(245 158 11 / 0.3);
  }

  .lg\:border-e-amber-500\/35 {
    border-inline-end-color: rgb(245 158 11 / 0.35);
  }

  .lg\:border-e-amber-500\/40 {
    border-inline-end-color: rgb(245 158 11 / 0.4);
  }

  .lg\:border-e-amber-500\/45 {
    border-inline-end-color: rgb(245 158 11 / 0.45);
  }

  .lg\:border-e-amber-500\/5 {
    border-inline-end-color: rgb(245 158 11 / 0.05);
  }

  .lg\:border-e-amber-500\/50 {
    border-inline-end-color: rgb(245 158 11 / 0.5);
  }

  .lg\:border-e-amber-500\/55 {
    border-inline-end-color: rgb(245 158 11 / 0.55);
  }

  .lg\:border-e-amber-500\/60 {
    border-inline-end-color: rgb(245 158 11 / 0.6);
  }

  .lg\:border-e-amber-500\/65 {
    border-inline-end-color: rgb(245 158 11 / 0.65);
  }

  .lg\:border-e-amber-500\/70 {
    border-inline-end-color: rgb(245 158 11 / 0.7);
  }

  .lg\:border-e-amber-500\/75 {
    border-inline-end-color: rgb(245 158 11 / 0.75);
  }

  .lg\:border-e-amber-500\/80 {
    border-inline-end-color: rgb(245 158 11 / 0.8);
  }

  .lg\:border-e-amber-500\/85 {
    border-inline-end-color: rgb(245 158 11 / 0.85);
  }

  .lg\:border-e-amber-500\/90 {
    border-inline-end-color: rgb(245 158 11 / 0.9);
  }

  .lg\:border-e-amber-500\/95 {
    border-inline-end-color: rgb(245 158 11 / 0.95);
  }

  .lg\:border-e-amber-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(217 119 6 / var(--tw-border-opacity));
  }

  .lg\:border-e-amber-600\/0 {
    border-inline-end-color: rgb(217 119 6 / 0);
  }

  .lg\:border-e-amber-600\/10 {
    border-inline-end-color: rgb(217 119 6 / 0.1);
  }

  .lg\:border-e-amber-600\/100 {
    border-inline-end-color: rgb(217 119 6 / 1);
  }

  .lg\:border-e-amber-600\/15 {
    border-inline-end-color: rgb(217 119 6 / 0.15);
  }

  .lg\:border-e-amber-600\/20 {
    border-inline-end-color: rgb(217 119 6 / 0.2);
  }

  .lg\:border-e-amber-600\/25 {
    border-inline-end-color: rgb(217 119 6 / 0.25);
  }

  .lg\:border-e-amber-600\/30 {
    border-inline-end-color: rgb(217 119 6 / 0.3);
  }

  .lg\:border-e-amber-600\/35 {
    border-inline-end-color: rgb(217 119 6 / 0.35);
  }

  .lg\:border-e-amber-600\/40 {
    border-inline-end-color: rgb(217 119 6 / 0.4);
  }

  .lg\:border-e-amber-600\/45 {
    border-inline-end-color: rgb(217 119 6 / 0.45);
  }

  .lg\:border-e-amber-600\/5 {
    border-inline-end-color: rgb(217 119 6 / 0.05);
  }

  .lg\:border-e-amber-600\/50 {
    border-inline-end-color: rgb(217 119 6 / 0.5);
  }

  .lg\:border-e-amber-600\/55 {
    border-inline-end-color: rgb(217 119 6 / 0.55);
  }

  .lg\:border-e-amber-600\/60 {
    border-inline-end-color: rgb(217 119 6 / 0.6);
  }

  .lg\:border-e-amber-600\/65 {
    border-inline-end-color: rgb(217 119 6 / 0.65);
  }

  .lg\:border-e-amber-600\/70 {
    border-inline-end-color: rgb(217 119 6 / 0.7);
  }

  .lg\:border-e-amber-600\/75 {
    border-inline-end-color: rgb(217 119 6 / 0.75);
  }

  .lg\:border-e-amber-600\/80 {
    border-inline-end-color: rgb(217 119 6 / 0.8);
  }

  .lg\:border-e-amber-600\/85 {
    border-inline-end-color: rgb(217 119 6 / 0.85);
  }

  .lg\:border-e-amber-600\/90 {
    border-inline-end-color: rgb(217 119 6 / 0.9);
  }

  .lg\:border-e-amber-600\/95 {
    border-inline-end-color: rgb(217 119 6 / 0.95);
  }

  .lg\:border-e-amber-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(180 83 9 / var(--tw-border-opacity));
  }

  .lg\:border-e-amber-700\/0 {
    border-inline-end-color: rgb(180 83 9 / 0);
  }

  .lg\:border-e-amber-700\/10 {
    border-inline-end-color: rgb(180 83 9 / 0.1);
  }

  .lg\:border-e-amber-700\/100 {
    border-inline-end-color: rgb(180 83 9 / 1);
  }

  .lg\:border-e-amber-700\/15 {
    border-inline-end-color: rgb(180 83 9 / 0.15);
  }

  .lg\:border-e-amber-700\/20 {
    border-inline-end-color: rgb(180 83 9 / 0.2);
  }

  .lg\:border-e-amber-700\/25 {
    border-inline-end-color: rgb(180 83 9 / 0.25);
  }

  .lg\:border-e-amber-700\/30 {
    border-inline-end-color: rgb(180 83 9 / 0.3);
  }

  .lg\:border-e-amber-700\/35 {
    border-inline-end-color: rgb(180 83 9 / 0.35);
  }

  .lg\:border-e-amber-700\/40 {
    border-inline-end-color: rgb(180 83 9 / 0.4);
  }

  .lg\:border-e-amber-700\/45 {
    border-inline-end-color: rgb(180 83 9 / 0.45);
  }

  .lg\:border-e-amber-700\/5 {
    border-inline-end-color: rgb(180 83 9 / 0.05);
  }

  .lg\:border-e-amber-700\/50 {
    border-inline-end-color: rgb(180 83 9 / 0.5);
  }

  .lg\:border-e-amber-700\/55 {
    border-inline-end-color: rgb(180 83 9 / 0.55);
  }

  .lg\:border-e-amber-700\/60 {
    border-inline-end-color: rgb(180 83 9 / 0.6);
  }

  .lg\:border-e-amber-700\/65 {
    border-inline-end-color: rgb(180 83 9 / 0.65);
  }

  .lg\:border-e-amber-700\/70 {
    border-inline-end-color: rgb(180 83 9 / 0.7);
  }

  .lg\:border-e-amber-700\/75 {
    border-inline-end-color: rgb(180 83 9 / 0.75);
  }

  .lg\:border-e-amber-700\/80 {
    border-inline-end-color: rgb(180 83 9 / 0.8);
  }

  .lg\:border-e-amber-700\/85 {
    border-inline-end-color: rgb(180 83 9 / 0.85);
  }

  .lg\:border-e-amber-700\/90 {
    border-inline-end-color: rgb(180 83 9 / 0.9);
  }

  .lg\:border-e-amber-700\/95 {
    border-inline-end-color: rgb(180 83 9 / 0.95);
  }

  .lg\:border-e-amber-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(146 64 14 / var(--tw-border-opacity));
  }

  .lg\:border-e-amber-800\/0 {
    border-inline-end-color: rgb(146 64 14 / 0);
  }

  .lg\:border-e-amber-800\/10 {
    border-inline-end-color: rgb(146 64 14 / 0.1);
  }

  .lg\:border-e-amber-800\/100 {
    border-inline-end-color: rgb(146 64 14 / 1);
  }

  .lg\:border-e-amber-800\/15 {
    border-inline-end-color: rgb(146 64 14 / 0.15);
  }

  .lg\:border-e-amber-800\/20 {
    border-inline-end-color: rgb(146 64 14 / 0.2);
  }

  .lg\:border-e-amber-800\/25 {
    border-inline-end-color: rgb(146 64 14 / 0.25);
  }

  .lg\:border-e-amber-800\/30 {
    border-inline-end-color: rgb(146 64 14 / 0.3);
  }

  .lg\:border-e-amber-800\/35 {
    border-inline-end-color: rgb(146 64 14 / 0.35);
  }

  .lg\:border-e-amber-800\/40 {
    border-inline-end-color: rgb(146 64 14 / 0.4);
  }

  .lg\:border-e-amber-800\/45 {
    border-inline-end-color: rgb(146 64 14 / 0.45);
  }

  .lg\:border-e-amber-800\/5 {
    border-inline-end-color: rgb(146 64 14 / 0.05);
  }

  .lg\:border-e-amber-800\/50 {
    border-inline-end-color: rgb(146 64 14 / 0.5);
  }

  .lg\:border-e-amber-800\/55 {
    border-inline-end-color: rgb(146 64 14 / 0.55);
  }

  .lg\:border-e-amber-800\/60 {
    border-inline-end-color: rgb(146 64 14 / 0.6);
  }

  .lg\:border-e-amber-800\/65 {
    border-inline-end-color: rgb(146 64 14 / 0.65);
  }

  .lg\:border-e-amber-800\/70 {
    border-inline-end-color: rgb(146 64 14 / 0.7);
  }

  .lg\:border-e-amber-800\/75 {
    border-inline-end-color: rgb(146 64 14 / 0.75);
  }

  .lg\:border-e-amber-800\/80 {
    border-inline-end-color: rgb(146 64 14 / 0.8);
  }

  .lg\:border-e-amber-800\/85 {
    border-inline-end-color: rgb(146 64 14 / 0.85);
  }

  .lg\:border-e-amber-800\/90 {
    border-inline-end-color: rgb(146 64 14 / 0.9);
  }

  .lg\:border-e-amber-800\/95 {
    border-inline-end-color: rgb(146 64 14 / 0.95);
  }

  .lg\:border-e-amber-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(120 53 15 / var(--tw-border-opacity));
  }

  .lg\:border-e-amber-900\/0 {
    border-inline-end-color: rgb(120 53 15 / 0);
  }

  .lg\:border-e-amber-900\/10 {
    border-inline-end-color: rgb(120 53 15 / 0.1);
  }

  .lg\:border-e-amber-900\/100 {
    border-inline-end-color: rgb(120 53 15 / 1);
  }

  .lg\:border-e-amber-900\/15 {
    border-inline-end-color: rgb(120 53 15 / 0.15);
  }

  .lg\:border-e-amber-900\/20 {
    border-inline-end-color: rgb(120 53 15 / 0.2);
  }

  .lg\:border-e-amber-900\/25 {
    border-inline-end-color: rgb(120 53 15 / 0.25);
  }

  .lg\:border-e-amber-900\/30 {
    border-inline-end-color: rgb(120 53 15 / 0.3);
  }

  .lg\:border-e-amber-900\/35 {
    border-inline-end-color: rgb(120 53 15 / 0.35);
  }

  .lg\:border-e-amber-900\/40 {
    border-inline-end-color: rgb(120 53 15 / 0.4);
  }

  .lg\:border-e-amber-900\/45 {
    border-inline-end-color: rgb(120 53 15 / 0.45);
  }

  .lg\:border-e-amber-900\/5 {
    border-inline-end-color: rgb(120 53 15 / 0.05);
  }

  .lg\:border-e-amber-900\/50 {
    border-inline-end-color: rgb(120 53 15 / 0.5);
  }

  .lg\:border-e-amber-900\/55 {
    border-inline-end-color: rgb(120 53 15 / 0.55);
  }

  .lg\:border-e-amber-900\/60 {
    border-inline-end-color: rgb(120 53 15 / 0.6);
  }

  .lg\:border-e-amber-900\/65 {
    border-inline-end-color: rgb(120 53 15 / 0.65);
  }

  .lg\:border-e-amber-900\/70 {
    border-inline-end-color: rgb(120 53 15 / 0.7);
  }

  .lg\:border-e-amber-900\/75 {
    border-inline-end-color: rgb(120 53 15 / 0.75);
  }

  .lg\:border-e-amber-900\/80 {
    border-inline-end-color: rgb(120 53 15 / 0.8);
  }

  .lg\:border-e-amber-900\/85 {
    border-inline-end-color: rgb(120 53 15 / 0.85);
  }

  .lg\:border-e-amber-900\/90 {
    border-inline-end-color: rgb(120 53 15 / 0.9);
  }

  .lg\:border-e-amber-900\/95 {
    border-inline-end-color: rgb(120 53 15 / 0.95);
  }

  .lg\:border-e-amber-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(69 26 3 / var(--tw-border-opacity));
  }

  .lg\:border-e-amber-950\/0 {
    border-inline-end-color: rgb(69 26 3 / 0);
  }

  .lg\:border-e-amber-950\/10 {
    border-inline-end-color: rgb(69 26 3 / 0.1);
  }

  .lg\:border-e-amber-950\/100 {
    border-inline-end-color: rgb(69 26 3 / 1);
  }

  .lg\:border-e-amber-950\/15 {
    border-inline-end-color: rgb(69 26 3 / 0.15);
  }

  .lg\:border-e-amber-950\/20 {
    border-inline-end-color: rgb(69 26 3 / 0.2);
  }

  .lg\:border-e-amber-950\/25 {
    border-inline-end-color: rgb(69 26 3 / 0.25);
  }

  .lg\:border-e-amber-950\/30 {
    border-inline-end-color: rgb(69 26 3 / 0.3);
  }

  .lg\:border-e-amber-950\/35 {
    border-inline-end-color: rgb(69 26 3 / 0.35);
  }

  .lg\:border-e-amber-950\/40 {
    border-inline-end-color: rgb(69 26 3 / 0.4);
  }

  .lg\:border-e-amber-950\/45 {
    border-inline-end-color: rgb(69 26 3 / 0.45);
  }

  .lg\:border-e-amber-950\/5 {
    border-inline-end-color: rgb(69 26 3 / 0.05);
  }

  .lg\:border-e-amber-950\/50 {
    border-inline-end-color: rgb(69 26 3 / 0.5);
  }

  .lg\:border-e-amber-950\/55 {
    border-inline-end-color: rgb(69 26 3 / 0.55);
  }

  .lg\:border-e-amber-950\/60 {
    border-inline-end-color: rgb(69 26 3 / 0.6);
  }

  .lg\:border-e-amber-950\/65 {
    border-inline-end-color: rgb(69 26 3 / 0.65);
  }

  .lg\:border-e-amber-950\/70 {
    border-inline-end-color: rgb(69 26 3 / 0.7);
  }

  .lg\:border-e-amber-950\/75 {
    border-inline-end-color: rgb(69 26 3 / 0.75);
  }

  .lg\:border-e-amber-950\/80 {
    border-inline-end-color: rgb(69 26 3 / 0.8);
  }

  .lg\:border-e-amber-950\/85 {
    border-inline-end-color: rgb(69 26 3 / 0.85);
  }

  .lg\:border-e-amber-950\/90 {
    border-inline-end-color: rgb(69 26 3 / 0.9);
  }

  .lg\:border-e-amber-950\/95 {
    border-inline-end-color: rgb(69 26 3 / 0.95);
  }

  .lg\:border-e-black {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .lg\:border-e-black\/0 {
    border-inline-end-color: rgb(0 0 0 / 0);
  }

  .lg\:border-e-black\/10 {
    border-inline-end-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-e-black\/100 {
    border-inline-end-color: rgb(0 0 0 / 1);
  }

  .lg\:border-e-black\/15 {
    border-inline-end-color: rgb(0 0 0 / 0.15);
  }

  .lg\:border-e-black\/20 {
    border-inline-end-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-e-black\/25 {
    border-inline-end-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-e-black\/30 {
    border-inline-end-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-e-black\/35 {
    border-inline-end-color: rgb(0 0 0 / 0.35);
  }

  .lg\:border-e-black\/40 {
    border-inline-end-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-e-black\/45 {
    border-inline-end-color: rgb(0 0 0 / 0.45);
  }

  .lg\:border-e-black\/5 {
    border-inline-end-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-e-black\/50 {
    border-inline-end-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-e-black\/55 {
    border-inline-end-color: rgb(0 0 0 / 0.55);
  }

  .lg\:border-e-black\/60 {
    border-inline-end-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-e-black\/65 {
    border-inline-end-color: rgb(0 0 0 / 0.65);
  }

  .lg\:border-e-black\/70 {
    border-inline-end-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-e-black\/75 {
    border-inline-end-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-e-black\/80 {
    border-inline-end-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-e-black\/85 {
    border-inline-end-color: rgb(0 0 0 / 0.85);
  }

  .lg\:border-e-black\/90 {
    border-inline-end-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-e-black\/95 {
    border-inline-end-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-e-blue-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(219 234 254 / var(--tw-border-opacity));
  }

  .lg\:border-e-blue-100\/0 {
    border-inline-end-color: rgb(219 234 254 / 0);
  }

  .lg\:border-e-blue-100\/10 {
    border-inline-end-color: rgb(219 234 254 / 0.1);
  }

  .lg\:border-e-blue-100\/100 {
    border-inline-end-color: rgb(219 234 254 / 1);
  }

  .lg\:border-e-blue-100\/15 {
    border-inline-end-color: rgb(219 234 254 / 0.15);
  }

  .lg\:border-e-blue-100\/20 {
    border-inline-end-color: rgb(219 234 254 / 0.2);
  }

  .lg\:border-e-blue-100\/25 {
    border-inline-end-color: rgb(219 234 254 / 0.25);
  }

  .lg\:border-e-blue-100\/30 {
    border-inline-end-color: rgb(219 234 254 / 0.3);
  }

  .lg\:border-e-blue-100\/35 {
    border-inline-end-color: rgb(219 234 254 / 0.35);
  }

  .lg\:border-e-blue-100\/40 {
    border-inline-end-color: rgb(219 234 254 / 0.4);
  }

  .lg\:border-e-blue-100\/45 {
    border-inline-end-color: rgb(219 234 254 / 0.45);
  }

  .lg\:border-e-blue-100\/5 {
    border-inline-end-color: rgb(219 234 254 / 0.05);
  }

  .lg\:border-e-blue-100\/50 {
    border-inline-end-color: rgb(219 234 254 / 0.5);
  }

  .lg\:border-e-blue-100\/55 {
    border-inline-end-color: rgb(219 234 254 / 0.55);
  }

  .lg\:border-e-blue-100\/60 {
    border-inline-end-color: rgb(219 234 254 / 0.6);
  }

  .lg\:border-e-blue-100\/65 {
    border-inline-end-color: rgb(219 234 254 / 0.65);
  }

  .lg\:border-e-blue-100\/70 {
    border-inline-end-color: rgb(219 234 254 / 0.7);
  }

  .lg\:border-e-blue-100\/75 {
    border-inline-end-color: rgb(219 234 254 / 0.75);
  }

  .lg\:border-e-blue-100\/80 {
    border-inline-end-color: rgb(219 234 254 / 0.8);
  }

  .lg\:border-e-blue-100\/85 {
    border-inline-end-color: rgb(219 234 254 / 0.85);
  }

  .lg\:border-e-blue-100\/90 {
    border-inline-end-color: rgb(219 234 254 / 0.9);
  }

  .lg\:border-e-blue-100\/95 {
    border-inline-end-color: rgb(219 234 254 / 0.95);
  }

  .lg\:border-e-blue-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(191 219 254 / var(--tw-border-opacity));
  }

  .lg\:border-e-blue-200\/0 {
    border-inline-end-color: rgb(191 219 254 / 0);
  }

  .lg\:border-e-blue-200\/10 {
    border-inline-end-color: rgb(191 219 254 / 0.1);
  }

  .lg\:border-e-blue-200\/100 {
    border-inline-end-color: rgb(191 219 254 / 1);
  }

  .lg\:border-e-blue-200\/15 {
    border-inline-end-color: rgb(191 219 254 / 0.15);
  }

  .lg\:border-e-blue-200\/20 {
    border-inline-end-color: rgb(191 219 254 / 0.2);
  }

  .lg\:border-e-blue-200\/25 {
    border-inline-end-color: rgb(191 219 254 / 0.25);
  }

  .lg\:border-e-blue-200\/30 {
    border-inline-end-color: rgb(191 219 254 / 0.3);
  }

  .lg\:border-e-blue-200\/35 {
    border-inline-end-color: rgb(191 219 254 / 0.35);
  }

  .lg\:border-e-blue-200\/40 {
    border-inline-end-color: rgb(191 219 254 / 0.4);
  }

  .lg\:border-e-blue-200\/45 {
    border-inline-end-color: rgb(191 219 254 / 0.45);
  }

  .lg\:border-e-blue-200\/5 {
    border-inline-end-color: rgb(191 219 254 / 0.05);
  }

  .lg\:border-e-blue-200\/50 {
    border-inline-end-color: rgb(191 219 254 / 0.5);
  }

  .lg\:border-e-blue-200\/55 {
    border-inline-end-color: rgb(191 219 254 / 0.55);
  }

  .lg\:border-e-blue-200\/60 {
    border-inline-end-color: rgb(191 219 254 / 0.6);
  }

  .lg\:border-e-blue-200\/65 {
    border-inline-end-color: rgb(191 219 254 / 0.65);
  }

  .lg\:border-e-blue-200\/70 {
    border-inline-end-color: rgb(191 219 254 / 0.7);
  }

  .lg\:border-e-blue-200\/75 {
    border-inline-end-color: rgb(191 219 254 / 0.75);
  }

  .lg\:border-e-blue-200\/80 {
    border-inline-end-color: rgb(191 219 254 / 0.8);
  }

  .lg\:border-e-blue-200\/85 {
    border-inline-end-color: rgb(191 219 254 / 0.85);
  }

  .lg\:border-e-blue-200\/90 {
    border-inline-end-color: rgb(191 219 254 / 0.9);
  }

  .lg\:border-e-blue-200\/95 {
    border-inline-end-color: rgb(191 219 254 / 0.95);
  }

  .lg\:border-e-blue-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(147 197 253 / var(--tw-border-opacity));
  }

  .lg\:border-e-blue-300\/0 {
    border-inline-end-color: rgb(147 197 253 / 0);
  }

  .lg\:border-e-blue-300\/10 {
    border-inline-end-color: rgb(147 197 253 / 0.1);
  }

  .lg\:border-e-blue-300\/100 {
    border-inline-end-color: rgb(147 197 253 / 1);
  }

  .lg\:border-e-blue-300\/15 {
    border-inline-end-color: rgb(147 197 253 / 0.15);
  }

  .lg\:border-e-blue-300\/20 {
    border-inline-end-color: rgb(147 197 253 / 0.2);
  }

  .lg\:border-e-blue-300\/25 {
    border-inline-end-color: rgb(147 197 253 / 0.25);
  }

  .lg\:border-e-blue-300\/30 {
    border-inline-end-color: rgb(147 197 253 / 0.3);
  }

  .lg\:border-e-blue-300\/35 {
    border-inline-end-color: rgb(147 197 253 / 0.35);
  }

  .lg\:border-e-blue-300\/40 {
    border-inline-end-color: rgb(147 197 253 / 0.4);
  }

  .lg\:border-e-blue-300\/45 {
    border-inline-end-color: rgb(147 197 253 / 0.45);
  }

  .lg\:border-e-blue-300\/5 {
    border-inline-end-color: rgb(147 197 253 / 0.05);
  }

  .lg\:border-e-blue-300\/50 {
    border-inline-end-color: rgb(147 197 253 / 0.5);
  }

  .lg\:border-e-blue-300\/55 {
    border-inline-end-color: rgb(147 197 253 / 0.55);
  }

  .lg\:border-e-blue-300\/60 {
    border-inline-end-color: rgb(147 197 253 / 0.6);
  }

  .lg\:border-e-blue-300\/65 {
    border-inline-end-color: rgb(147 197 253 / 0.65);
  }

  .lg\:border-e-blue-300\/70 {
    border-inline-end-color: rgb(147 197 253 / 0.7);
  }

  .lg\:border-e-blue-300\/75 {
    border-inline-end-color: rgb(147 197 253 / 0.75);
  }

  .lg\:border-e-blue-300\/80 {
    border-inline-end-color: rgb(147 197 253 / 0.8);
  }

  .lg\:border-e-blue-300\/85 {
    border-inline-end-color: rgb(147 197 253 / 0.85);
  }

  .lg\:border-e-blue-300\/90 {
    border-inline-end-color: rgb(147 197 253 / 0.9);
  }

  .lg\:border-e-blue-300\/95 {
    border-inline-end-color: rgb(147 197 253 / 0.95);
  }

  .lg\:border-e-blue-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(96 165 250 / var(--tw-border-opacity));
  }

  .lg\:border-e-blue-400\/0 {
    border-inline-end-color: rgb(96 165 250 / 0);
  }

  .lg\:border-e-blue-400\/10 {
    border-inline-end-color: rgb(96 165 250 / 0.1);
  }

  .lg\:border-e-blue-400\/100 {
    border-inline-end-color: rgb(96 165 250 / 1);
  }

  .lg\:border-e-blue-400\/15 {
    border-inline-end-color: rgb(96 165 250 / 0.15);
  }

  .lg\:border-e-blue-400\/20 {
    border-inline-end-color: rgb(96 165 250 / 0.2);
  }

  .lg\:border-e-blue-400\/25 {
    border-inline-end-color: rgb(96 165 250 / 0.25);
  }

  .lg\:border-e-blue-400\/30 {
    border-inline-end-color: rgb(96 165 250 / 0.3);
  }

  .lg\:border-e-blue-400\/35 {
    border-inline-end-color: rgb(96 165 250 / 0.35);
  }

  .lg\:border-e-blue-400\/40 {
    border-inline-end-color: rgb(96 165 250 / 0.4);
  }

  .lg\:border-e-blue-400\/45 {
    border-inline-end-color: rgb(96 165 250 / 0.45);
  }

  .lg\:border-e-blue-400\/5 {
    border-inline-end-color: rgb(96 165 250 / 0.05);
  }

  .lg\:border-e-blue-400\/50 {
    border-inline-end-color: rgb(96 165 250 / 0.5);
  }

  .lg\:border-e-blue-400\/55 {
    border-inline-end-color: rgb(96 165 250 / 0.55);
  }

  .lg\:border-e-blue-400\/60 {
    border-inline-end-color: rgb(96 165 250 / 0.6);
  }

  .lg\:border-e-blue-400\/65 {
    border-inline-end-color: rgb(96 165 250 / 0.65);
  }

  .lg\:border-e-blue-400\/70 {
    border-inline-end-color: rgb(96 165 250 / 0.7);
  }

  .lg\:border-e-blue-400\/75 {
    border-inline-end-color: rgb(96 165 250 / 0.75);
  }

  .lg\:border-e-blue-400\/80 {
    border-inline-end-color: rgb(96 165 250 / 0.8);
  }

  .lg\:border-e-blue-400\/85 {
    border-inline-end-color: rgb(96 165 250 / 0.85);
  }

  .lg\:border-e-blue-400\/90 {
    border-inline-end-color: rgb(96 165 250 / 0.9);
  }

  .lg\:border-e-blue-400\/95 {
    border-inline-end-color: rgb(96 165 250 / 0.95);
  }

  .lg\:border-e-blue-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(239 246 255 / var(--tw-border-opacity));
  }

  .lg\:border-e-blue-50\/0 {
    border-inline-end-color: rgb(239 246 255 / 0);
  }

  .lg\:border-e-blue-50\/10 {
    border-inline-end-color: rgb(239 246 255 / 0.1);
  }

  .lg\:border-e-blue-50\/100 {
    border-inline-end-color: rgb(239 246 255 / 1);
  }

  .lg\:border-e-blue-50\/15 {
    border-inline-end-color: rgb(239 246 255 / 0.15);
  }

  .lg\:border-e-blue-50\/20 {
    border-inline-end-color: rgb(239 246 255 / 0.2);
  }

  .lg\:border-e-blue-50\/25 {
    border-inline-end-color: rgb(239 246 255 / 0.25);
  }

  .lg\:border-e-blue-50\/30 {
    border-inline-end-color: rgb(239 246 255 / 0.3);
  }

  .lg\:border-e-blue-50\/35 {
    border-inline-end-color: rgb(239 246 255 / 0.35);
  }

  .lg\:border-e-blue-50\/40 {
    border-inline-end-color: rgb(239 246 255 / 0.4);
  }

  .lg\:border-e-blue-50\/45 {
    border-inline-end-color: rgb(239 246 255 / 0.45);
  }

  .lg\:border-e-blue-50\/5 {
    border-inline-end-color: rgb(239 246 255 / 0.05);
  }

  .lg\:border-e-blue-50\/50 {
    border-inline-end-color: rgb(239 246 255 / 0.5);
  }

  .lg\:border-e-blue-50\/55 {
    border-inline-end-color: rgb(239 246 255 / 0.55);
  }

  .lg\:border-e-blue-50\/60 {
    border-inline-end-color: rgb(239 246 255 / 0.6);
  }

  .lg\:border-e-blue-50\/65 {
    border-inline-end-color: rgb(239 246 255 / 0.65);
  }

  .lg\:border-e-blue-50\/70 {
    border-inline-end-color: rgb(239 246 255 / 0.7);
  }

  .lg\:border-e-blue-50\/75 {
    border-inline-end-color: rgb(239 246 255 / 0.75);
  }

  .lg\:border-e-blue-50\/80 {
    border-inline-end-color: rgb(239 246 255 / 0.8);
  }

  .lg\:border-e-blue-50\/85 {
    border-inline-end-color: rgb(239 246 255 / 0.85);
  }

  .lg\:border-e-blue-50\/90 {
    border-inline-end-color: rgb(239 246 255 / 0.9);
  }

  .lg\:border-e-blue-50\/95 {
    border-inline-end-color: rgb(239 246 255 / 0.95);
  }

  .lg\:border-e-blue-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(59 130 246 / var(--tw-border-opacity));
  }

  .lg\:border-e-blue-500\/0 {
    border-inline-end-color: rgb(59 130 246 / 0);
  }

  .lg\:border-e-blue-500\/10 {
    border-inline-end-color: rgb(59 130 246 / 0.1);
  }

  .lg\:border-e-blue-500\/100 {
    border-inline-end-color: rgb(59 130 246 / 1);
  }

  .lg\:border-e-blue-500\/15 {
    border-inline-end-color: rgb(59 130 246 / 0.15);
  }

  .lg\:border-e-blue-500\/20 {
    border-inline-end-color: rgb(59 130 246 / 0.2);
  }

  .lg\:border-e-blue-500\/25 {
    border-inline-end-color: rgb(59 130 246 / 0.25);
  }

  .lg\:border-e-blue-500\/30 {
    border-inline-end-color: rgb(59 130 246 / 0.3);
  }

  .lg\:border-e-blue-500\/35 {
    border-inline-end-color: rgb(59 130 246 / 0.35);
  }

  .lg\:border-e-blue-500\/40 {
    border-inline-end-color: rgb(59 130 246 / 0.4);
  }

  .lg\:border-e-blue-500\/45 {
    border-inline-end-color: rgb(59 130 246 / 0.45);
  }

  .lg\:border-e-blue-500\/5 {
    border-inline-end-color: rgb(59 130 246 / 0.05);
  }

  .lg\:border-e-blue-500\/50 {
    border-inline-end-color: rgb(59 130 246 / 0.5);
  }

  .lg\:border-e-blue-500\/55 {
    border-inline-end-color: rgb(59 130 246 / 0.55);
  }

  .lg\:border-e-blue-500\/60 {
    border-inline-end-color: rgb(59 130 246 / 0.6);
  }

  .lg\:border-e-blue-500\/65 {
    border-inline-end-color: rgb(59 130 246 / 0.65);
  }

  .lg\:border-e-blue-500\/70 {
    border-inline-end-color: rgb(59 130 246 / 0.7);
  }

  .lg\:border-e-blue-500\/75 {
    border-inline-end-color: rgb(59 130 246 / 0.75);
  }

  .lg\:border-e-blue-500\/80 {
    border-inline-end-color: rgb(59 130 246 / 0.8);
  }

  .lg\:border-e-blue-500\/85 {
    border-inline-end-color: rgb(59 130 246 / 0.85);
  }

  .lg\:border-e-blue-500\/90 {
    border-inline-end-color: rgb(59 130 246 / 0.9);
  }

  .lg\:border-e-blue-500\/95 {
    border-inline-end-color: rgb(59 130 246 / 0.95);
  }

  .lg\:border-e-blue-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(37 99 235 / var(--tw-border-opacity));
  }

  .lg\:border-e-blue-600\/0 {
    border-inline-end-color: rgb(37 99 235 / 0);
  }

  .lg\:border-e-blue-600\/10 {
    border-inline-end-color: rgb(37 99 235 / 0.1);
  }

  .lg\:border-e-blue-600\/100 {
    border-inline-end-color: rgb(37 99 235 / 1);
  }

  .lg\:border-e-blue-600\/15 {
    border-inline-end-color: rgb(37 99 235 / 0.15);
  }

  .lg\:border-e-blue-600\/20 {
    border-inline-end-color: rgb(37 99 235 / 0.2);
  }

  .lg\:border-e-blue-600\/25 {
    border-inline-end-color: rgb(37 99 235 / 0.25);
  }

  .lg\:border-e-blue-600\/30 {
    border-inline-end-color: rgb(37 99 235 / 0.3);
  }

  .lg\:border-e-blue-600\/35 {
    border-inline-end-color: rgb(37 99 235 / 0.35);
  }

  .lg\:border-e-blue-600\/40 {
    border-inline-end-color: rgb(37 99 235 / 0.4);
  }

  .lg\:border-e-blue-600\/45 {
    border-inline-end-color: rgb(37 99 235 / 0.45);
  }

  .lg\:border-e-blue-600\/5 {
    border-inline-end-color: rgb(37 99 235 / 0.05);
  }

  .lg\:border-e-blue-600\/50 {
    border-inline-end-color: rgb(37 99 235 / 0.5);
  }

  .lg\:border-e-blue-600\/55 {
    border-inline-end-color: rgb(37 99 235 / 0.55);
  }

  .lg\:border-e-blue-600\/60 {
    border-inline-end-color: rgb(37 99 235 / 0.6);
  }

  .lg\:border-e-blue-600\/65 {
    border-inline-end-color: rgb(37 99 235 / 0.65);
  }

  .lg\:border-e-blue-600\/70 {
    border-inline-end-color: rgb(37 99 235 / 0.7);
  }

  .lg\:border-e-blue-600\/75 {
    border-inline-end-color: rgb(37 99 235 / 0.75);
  }

  .lg\:border-e-blue-600\/80 {
    border-inline-end-color: rgb(37 99 235 / 0.8);
  }

  .lg\:border-e-blue-600\/85 {
    border-inline-end-color: rgb(37 99 235 / 0.85);
  }

  .lg\:border-e-blue-600\/90 {
    border-inline-end-color: rgb(37 99 235 / 0.9);
  }

  .lg\:border-e-blue-600\/95 {
    border-inline-end-color: rgb(37 99 235 / 0.95);
  }

  .lg\:border-e-blue-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(29 78 216 / var(--tw-border-opacity));
  }

  .lg\:border-e-blue-700\/0 {
    border-inline-end-color: rgb(29 78 216 / 0);
  }

  .lg\:border-e-blue-700\/10 {
    border-inline-end-color: rgb(29 78 216 / 0.1);
  }

  .lg\:border-e-blue-700\/100 {
    border-inline-end-color: rgb(29 78 216 / 1);
  }

  .lg\:border-e-blue-700\/15 {
    border-inline-end-color: rgb(29 78 216 / 0.15);
  }

  .lg\:border-e-blue-700\/20 {
    border-inline-end-color: rgb(29 78 216 / 0.2);
  }

  .lg\:border-e-blue-700\/25 {
    border-inline-end-color: rgb(29 78 216 / 0.25);
  }

  .lg\:border-e-blue-700\/30 {
    border-inline-end-color: rgb(29 78 216 / 0.3);
  }

  .lg\:border-e-blue-700\/35 {
    border-inline-end-color: rgb(29 78 216 / 0.35);
  }

  .lg\:border-e-blue-700\/40 {
    border-inline-end-color: rgb(29 78 216 / 0.4);
  }

  .lg\:border-e-blue-700\/45 {
    border-inline-end-color: rgb(29 78 216 / 0.45);
  }

  .lg\:border-e-blue-700\/5 {
    border-inline-end-color: rgb(29 78 216 / 0.05);
  }

  .lg\:border-e-blue-700\/50 {
    border-inline-end-color: rgb(29 78 216 / 0.5);
  }

  .lg\:border-e-blue-700\/55 {
    border-inline-end-color: rgb(29 78 216 / 0.55);
  }

  .lg\:border-e-blue-700\/60 {
    border-inline-end-color: rgb(29 78 216 / 0.6);
  }

  .lg\:border-e-blue-700\/65 {
    border-inline-end-color: rgb(29 78 216 / 0.65);
  }

  .lg\:border-e-blue-700\/70 {
    border-inline-end-color: rgb(29 78 216 / 0.7);
  }

  .lg\:border-e-blue-700\/75 {
    border-inline-end-color: rgb(29 78 216 / 0.75);
  }

  .lg\:border-e-blue-700\/80 {
    border-inline-end-color: rgb(29 78 216 / 0.8);
  }

  .lg\:border-e-blue-700\/85 {
    border-inline-end-color: rgb(29 78 216 / 0.85);
  }

  .lg\:border-e-blue-700\/90 {
    border-inline-end-color: rgb(29 78 216 / 0.9);
  }

  .lg\:border-e-blue-700\/95 {
    border-inline-end-color: rgb(29 78 216 / 0.95);
  }

  .lg\:border-e-blue-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(30 64 175 / var(--tw-border-opacity));
  }

  .lg\:border-e-blue-800\/0 {
    border-inline-end-color: rgb(30 64 175 / 0);
  }

  .lg\:border-e-blue-800\/10 {
    border-inline-end-color: rgb(30 64 175 / 0.1);
  }

  .lg\:border-e-blue-800\/100 {
    border-inline-end-color: rgb(30 64 175 / 1);
  }

  .lg\:border-e-blue-800\/15 {
    border-inline-end-color: rgb(30 64 175 / 0.15);
  }

  .lg\:border-e-blue-800\/20 {
    border-inline-end-color: rgb(30 64 175 / 0.2);
  }

  .lg\:border-e-blue-800\/25 {
    border-inline-end-color: rgb(30 64 175 / 0.25);
  }

  .lg\:border-e-blue-800\/30 {
    border-inline-end-color: rgb(30 64 175 / 0.3);
  }

  .lg\:border-e-blue-800\/35 {
    border-inline-end-color: rgb(30 64 175 / 0.35);
  }

  .lg\:border-e-blue-800\/40 {
    border-inline-end-color: rgb(30 64 175 / 0.4);
  }

  .lg\:border-e-blue-800\/45 {
    border-inline-end-color: rgb(30 64 175 / 0.45);
  }

  .lg\:border-e-blue-800\/5 {
    border-inline-end-color: rgb(30 64 175 / 0.05);
  }

  .lg\:border-e-blue-800\/50 {
    border-inline-end-color: rgb(30 64 175 / 0.5);
  }

  .lg\:border-e-blue-800\/55 {
    border-inline-end-color: rgb(30 64 175 / 0.55);
  }

  .lg\:border-e-blue-800\/60 {
    border-inline-end-color: rgb(30 64 175 / 0.6);
  }

  .lg\:border-e-blue-800\/65 {
    border-inline-end-color: rgb(30 64 175 / 0.65);
  }

  .lg\:border-e-blue-800\/70 {
    border-inline-end-color: rgb(30 64 175 / 0.7);
  }

  .lg\:border-e-blue-800\/75 {
    border-inline-end-color: rgb(30 64 175 / 0.75);
  }

  .lg\:border-e-blue-800\/80 {
    border-inline-end-color: rgb(30 64 175 / 0.8);
  }

  .lg\:border-e-blue-800\/85 {
    border-inline-end-color: rgb(30 64 175 / 0.85);
  }

  .lg\:border-e-blue-800\/90 {
    border-inline-end-color: rgb(30 64 175 / 0.9);
  }

  .lg\:border-e-blue-800\/95 {
    border-inline-end-color: rgb(30 64 175 / 0.95);
  }

  .lg\:border-e-blue-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(30 58 138 / var(--tw-border-opacity));
  }

  .lg\:border-e-blue-900\/0 {
    border-inline-end-color: rgb(30 58 138 / 0);
  }

  .lg\:border-e-blue-900\/10 {
    border-inline-end-color: rgb(30 58 138 / 0.1);
  }

  .lg\:border-e-blue-900\/100 {
    border-inline-end-color: rgb(30 58 138 / 1);
  }

  .lg\:border-e-blue-900\/15 {
    border-inline-end-color: rgb(30 58 138 / 0.15);
  }

  .lg\:border-e-blue-900\/20 {
    border-inline-end-color: rgb(30 58 138 / 0.2);
  }

  .lg\:border-e-blue-900\/25 {
    border-inline-end-color: rgb(30 58 138 / 0.25);
  }

  .lg\:border-e-blue-900\/30 {
    border-inline-end-color: rgb(30 58 138 / 0.3);
  }

  .lg\:border-e-blue-900\/35 {
    border-inline-end-color: rgb(30 58 138 / 0.35);
  }

  .lg\:border-e-blue-900\/40 {
    border-inline-end-color: rgb(30 58 138 / 0.4);
  }

  .lg\:border-e-blue-900\/45 {
    border-inline-end-color: rgb(30 58 138 / 0.45);
  }

  .lg\:border-e-blue-900\/5 {
    border-inline-end-color: rgb(30 58 138 / 0.05);
  }

  .lg\:border-e-blue-900\/50 {
    border-inline-end-color: rgb(30 58 138 / 0.5);
  }

  .lg\:border-e-blue-900\/55 {
    border-inline-end-color: rgb(30 58 138 / 0.55);
  }

  .lg\:border-e-blue-900\/60 {
    border-inline-end-color: rgb(30 58 138 / 0.6);
  }

  .lg\:border-e-blue-900\/65 {
    border-inline-end-color: rgb(30 58 138 / 0.65);
  }

  .lg\:border-e-blue-900\/70 {
    border-inline-end-color: rgb(30 58 138 / 0.7);
  }

  .lg\:border-e-blue-900\/75 {
    border-inline-end-color: rgb(30 58 138 / 0.75);
  }

  .lg\:border-e-blue-900\/80 {
    border-inline-end-color: rgb(30 58 138 / 0.8);
  }

  .lg\:border-e-blue-900\/85 {
    border-inline-end-color: rgb(30 58 138 / 0.85);
  }

  .lg\:border-e-blue-900\/90 {
    border-inline-end-color: rgb(30 58 138 / 0.9);
  }

  .lg\:border-e-blue-900\/95 {
    border-inline-end-color: rgb(30 58 138 / 0.95);
  }

  .lg\:border-e-blue-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(23 37 84 / var(--tw-border-opacity));
  }

  .lg\:border-e-blue-950\/0 {
    border-inline-end-color: rgb(23 37 84 / 0);
  }

  .lg\:border-e-blue-950\/10 {
    border-inline-end-color: rgb(23 37 84 / 0.1);
  }

  .lg\:border-e-blue-950\/100 {
    border-inline-end-color: rgb(23 37 84 / 1);
  }

  .lg\:border-e-blue-950\/15 {
    border-inline-end-color: rgb(23 37 84 / 0.15);
  }

  .lg\:border-e-blue-950\/20 {
    border-inline-end-color: rgb(23 37 84 / 0.2);
  }

  .lg\:border-e-blue-950\/25 {
    border-inline-end-color: rgb(23 37 84 / 0.25);
  }

  .lg\:border-e-blue-950\/30 {
    border-inline-end-color: rgb(23 37 84 / 0.3);
  }

  .lg\:border-e-blue-950\/35 {
    border-inline-end-color: rgb(23 37 84 / 0.35);
  }

  .lg\:border-e-blue-950\/40 {
    border-inline-end-color: rgb(23 37 84 / 0.4);
  }

  .lg\:border-e-blue-950\/45 {
    border-inline-end-color: rgb(23 37 84 / 0.45);
  }

  .lg\:border-e-blue-950\/5 {
    border-inline-end-color: rgb(23 37 84 / 0.05);
  }

  .lg\:border-e-blue-950\/50 {
    border-inline-end-color: rgb(23 37 84 / 0.5);
  }

  .lg\:border-e-blue-950\/55 {
    border-inline-end-color: rgb(23 37 84 / 0.55);
  }

  .lg\:border-e-blue-950\/60 {
    border-inline-end-color: rgb(23 37 84 / 0.6);
  }

  .lg\:border-e-blue-950\/65 {
    border-inline-end-color: rgb(23 37 84 / 0.65);
  }

  .lg\:border-e-blue-950\/70 {
    border-inline-end-color: rgb(23 37 84 / 0.7);
  }

  .lg\:border-e-blue-950\/75 {
    border-inline-end-color: rgb(23 37 84 / 0.75);
  }

  .lg\:border-e-blue-950\/80 {
    border-inline-end-color: rgb(23 37 84 / 0.8);
  }

  .lg\:border-e-blue-950\/85 {
    border-inline-end-color: rgb(23 37 84 / 0.85);
  }

  .lg\:border-e-blue-950\/90 {
    border-inline-end-color: rgb(23 37 84 / 0.9);
  }

  .lg\:border-e-blue-950\/95 {
    border-inline-end-color: rgb(23 37 84 / 0.95);
  }

  .lg\:border-e-current {
    border-inline-end-color: currentColor;
  }

  .lg\:border-e-cyan-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(207 250 254 / var(--tw-border-opacity));
  }

  .lg\:border-e-cyan-100\/0 {
    border-inline-end-color: rgb(207 250 254 / 0);
  }

  .lg\:border-e-cyan-100\/10 {
    border-inline-end-color: rgb(207 250 254 / 0.1);
  }

  .lg\:border-e-cyan-100\/100 {
    border-inline-end-color: rgb(207 250 254 / 1);
  }

  .lg\:border-e-cyan-100\/15 {
    border-inline-end-color: rgb(207 250 254 / 0.15);
  }

  .lg\:border-e-cyan-100\/20 {
    border-inline-end-color: rgb(207 250 254 / 0.2);
  }

  .lg\:border-e-cyan-100\/25 {
    border-inline-end-color: rgb(207 250 254 / 0.25);
  }

  .lg\:border-e-cyan-100\/30 {
    border-inline-end-color: rgb(207 250 254 / 0.3);
  }

  .lg\:border-e-cyan-100\/35 {
    border-inline-end-color: rgb(207 250 254 / 0.35);
  }

  .lg\:border-e-cyan-100\/40 {
    border-inline-end-color: rgb(207 250 254 / 0.4);
  }

  .lg\:border-e-cyan-100\/45 {
    border-inline-end-color: rgb(207 250 254 / 0.45);
  }

  .lg\:border-e-cyan-100\/5 {
    border-inline-end-color: rgb(207 250 254 / 0.05);
  }

  .lg\:border-e-cyan-100\/50 {
    border-inline-end-color: rgb(207 250 254 / 0.5);
  }

  .lg\:border-e-cyan-100\/55 {
    border-inline-end-color: rgb(207 250 254 / 0.55);
  }

  .lg\:border-e-cyan-100\/60 {
    border-inline-end-color: rgb(207 250 254 / 0.6);
  }

  .lg\:border-e-cyan-100\/65 {
    border-inline-end-color: rgb(207 250 254 / 0.65);
  }

  .lg\:border-e-cyan-100\/70 {
    border-inline-end-color: rgb(207 250 254 / 0.7);
  }

  .lg\:border-e-cyan-100\/75 {
    border-inline-end-color: rgb(207 250 254 / 0.75);
  }

  .lg\:border-e-cyan-100\/80 {
    border-inline-end-color: rgb(207 250 254 / 0.8);
  }

  .lg\:border-e-cyan-100\/85 {
    border-inline-end-color: rgb(207 250 254 / 0.85);
  }

  .lg\:border-e-cyan-100\/90 {
    border-inline-end-color: rgb(207 250 254 / 0.9);
  }

  .lg\:border-e-cyan-100\/95 {
    border-inline-end-color: rgb(207 250 254 / 0.95);
  }

  .lg\:border-e-cyan-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(165 243 252 / var(--tw-border-opacity));
  }

  .lg\:border-e-cyan-200\/0 {
    border-inline-end-color: rgb(165 243 252 / 0);
  }

  .lg\:border-e-cyan-200\/10 {
    border-inline-end-color: rgb(165 243 252 / 0.1);
  }

  .lg\:border-e-cyan-200\/100 {
    border-inline-end-color: rgb(165 243 252 / 1);
  }

  .lg\:border-e-cyan-200\/15 {
    border-inline-end-color: rgb(165 243 252 / 0.15);
  }

  .lg\:border-e-cyan-200\/20 {
    border-inline-end-color: rgb(165 243 252 / 0.2);
  }

  .lg\:border-e-cyan-200\/25 {
    border-inline-end-color: rgb(165 243 252 / 0.25);
  }

  .lg\:border-e-cyan-200\/30 {
    border-inline-end-color: rgb(165 243 252 / 0.3);
  }

  .lg\:border-e-cyan-200\/35 {
    border-inline-end-color: rgb(165 243 252 / 0.35);
  }

  .lg\:border-e-cyan-200\/40 {
    border-inline-end-color: rgb(165 243 252 / 0.4);
  }

  .lg\:border-e-cyan-200\/45 {
    border-inline-end-color: rgb(165 243 252 / 0.45);
  }

  .lg\:border-e-cyan-200\/5 {
    border-inline-end-color: rgb(165 243 252 / 0.05);
  }

  .lg\:border-e-cyan-200\/50 {
    border-inline-end-color: rgb(165 243 252 / 0.5);
  }

  .lg\:border-e-cyan-200\/55 {
    border-inline-end-color: rgb(165 243 252 / 0.55);
  }

  .lg\:border-e-cyan-200\/60 {
    border-inline-end-color: rgb(165 243 252 / 0.6);
  }

  .lg\:border-e-cyan-200\/65 {
    border-inline-end-color: rgb(165 243 252 / 0.65);
  }

  .lg\:border-e-cyan-200\/70 {
    border-inline-end-color: rgb(165 243 252 / 0.7);
  }

  .lg\:border-e-cyan-200\/75 {
    border-inline-end-color: rgb(165 243 252 / 0.75);
  }

  .lg\:border-e-cyan-200\/80 {
    border-inline-end-color: rgb(165 243 252 / 0.8);
  }

  .lg\:border-e-cyan-200\/85 {
    border-inline-end-color: rgb(165 243 252 / 0.85);
  }

  .lg\:border-e-cyan-200\/90 {
    border-inline-end-color: rgb(165 243 252 / 0.9);
  }

  .lg\:border-e-cyan-200\/95 {
    border-inline-end-color: rgb(165 243 252 / 0.95);
  }

  .lg\:border-e-cyan-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(103 232 249 / var(--tw-border-opacity));
  }

  .lg\:border-e-cyan-300\/0 {
    border-inline-end-color: rgb(103 232 249 / 0);
  }

  .lg\:border-e-cyan-300\/10 {
    border-inline-end-color: rgb(103 232 249 / 0.1);
  }

  .lg\:border-e-cyan-300\/100 {
    border-inline-end-color: rgb(103 232 249 / 1);
  }

  .lg\:border-e-cyan-300\/15 {
    border-inline-end-color: rgb(103 232 249 / 0.15);
  }

  .lg\:border-e-cyan-300\/20 {
    border-inline-end-color: rgb(103 232 249 / 0.2);
  }

  .lg\:border-e-cyan-300\/25 {
    border-inline-end-color: rgb(103 232 249 / 0.25);
  }

  .lg\:border-e-cyan-300\/30 {
    border-inline-end-color: rgb(103 232 249 / 0.3);
  }

  .lg\:border-e-cyan-300\/35 {
    border-inline-end-color: rgb(103 232 249 / 0.35);
  }

  .lg\:border-e-cyan-300\/40 {
    border-inline-end-color: rgb(103 232 249 / 0.4);
  }

  .lg\:border-e-cyan-300\/45 {
    border-inline-end-color: rgb(103 232 249 / 0.45);
  }

  .lg\:border-e-cyan-300\/5 {
    border-inline-end-color: rgb(103 232 249 / 0.05);
  }

  .lg\:border-e-cyan-300\/50 {
    border-inline-end-color: rgb(103 232 249 / 0.5);
  }

  .lg\:border-e-cyan-300\/55 {
    border-inline-end-color: rgb(103 232 249 / 0.55);
  }

  .lg\:border-e-cyan-300\/60 {
    border-inline-end-color: rgb(103 232 249 / 0.6);
  }

  .lg\:border-e-cyan-300\/65 {
    border-inline-end-color: rgb(103 232 249 / 0.65);
  }

  .lg\:border-e-cyan-300\/70 {
    border-inline-end-color: rgb(103 232 249 / 0.7);
  }

  .lg\:border-e-cyan-300\/75 {
    border-inline-end-color: rgb(103 232 249 / 0.75);
  }

  .lg\:border-e-cyan-300\/80 {
    border-inline-end-color: rgb(103 232 249 / 0.8);
  }

  .lg\:border-e-cyan-300\/85 {
    border-inline-end-color: rgb(103 232 249 / 0.85);
  }

  .lg\:border-e-cyan-300\/90 {
    border-inline-end-color: rgb(103 232 249 / 0.9);
  }

  .lg\:border-e-cyan-300\/95 {
    border-inline-end-color: rgb(103 232 249 / 0.95);
  }

  .lg\:border-e-cyan-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(34 211 238 / var(--tw-border-opacity));
  }

  .lg\:border-e-cyan-400\/0 {
    border-inline-end-color: rgb(34 211 238 / 0);
  }

  .lg\:border-e-cyan-400\/10 {
    border-inline-end-color: rgb(34 211 238 / 0.1);
  }

  .lg\:border-e-cyan-400\/100 {
    border-inline-end-color: rgb(34 211 238 / 1);
  }

  .lg\:border-e-cyan-400\/15 {
    border-inline-end-color: rgb(34 211 238 / 0.15);
  }

  .lg\:border-e-cyan-400\/20 {
    border-inline-end-color: rgb(34 211 238 / 0.2);
  }

  .lg\:border-e-cyan-400\/25 {
    border-inline-end-color: rgb(34 211 238 / 0.25);
  }

  .lg\:border-e-cyan-400\/30 {
    border-inline-end-color: rgb(34 211 238 / 0.3);
  }

  .lg\:border-e-cyan-400\/35 {
    border-inline-end-color: rgb(34 211 238 / 0.35);
  }

  .lg\:border-e-cyan-400\/40 {
    border-inline-end-color: rgb(34 211 238 / 0.4);
  }

  .lg\:border-e-cyan-400\/45 {
    border-inline-end-color: rgb(34 211 238 / 0.45);
  }

  .lg\:border-e-cyan-400\/5 {
    border-inline-end-color: rgb(34 211 238 / 0.05);
  }

  .lg\:border-e-cyan-400\/50 {
    border-inline-end-color: rgb(34 211 238 / 0.5);
  }

  .lg\:border-e-cyan-400\/55 {
    border-inline-end-color: rgb(34 211 238 / 0.55);
  }

  .lg\:border-e-cyan-400\/60 {
    border-inline-end-color: rgb(34 211 238 / 0.6);
  }

  .lg\:border-e-cyan-400\/65 {
    border-inline-end-color: rgb(34 211 238 / 0.65);
  }

  .lg\:border-e-cyan-400\/70 {
    border-inline-end-color: rgb(34 211 238 / 0.7);
  }

  .lg\:border-e-cyan-400\/75 {
    border-inline-end-color: rgb(34 211 238 / 0.75);
  }

  .lg\:border-e-cyan-400\/80 {
    border-inline-end-color: rgb(34 211 238 / 0.8);
  }

  .lg\:border-e-cyan-400\/85 {
    border-inline-end-color: rgb(34 211 238 / 0.85);
  }

  .lg\:border-e-cyan-400\/90 {
    border-inline-end-color: rgb(34 211 238 / 0.9);
  }

  .lg\:border-e-cyan-400\/95 {
    border-inline-end-color: rgb(34 211 238 / 0.95);
  }

  .lg\:border-e-cyan-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(236 254 255 / var(--tw-border-opacity));
  }

  .lg\:border-e-cyan-50\/0 {
    border-inline-end-color: rgb(236 254 255 / 0);
  }

  .lg\:border-e-cyan-50\/10 {
    border-inline-end-color: rgb(236 254 255 / 0.1);
  }

  .lg\:border-e-cyan-50\/100 {
    border-inline-end-color: rgb(236 254 255 / 1);
  }

  .lg\:border-e-cyan-50\/15 {
    border-inline-end-color: rgb(236 254 255 / 0.15);
  }

  .lg\:border-e-cyan-50\/20 {
    border-inline-end-color: rgb(236 254 255 / 0.2);
  }

  .lg\:border-e-cyan-50\/25 {
    border-inline-end-color: rgb(236 254 255 / 0.25);
  }

  .lg\:border-e-cyan-50\/30 {
    border-inline-end-color: rgb(236 254 255 / 0.3);
  }

  .lg\:border-e-cyan-50\/35 {
    border-inline-end-color: rgb(236 254 255 / 0.35);
  }

  .lg\:border-e-cyan-50\/40 {
    border-inline-end-color: rgb(236 254 255 / 0.4);
  }

  .lg\:border-e-cyan-50\/45 {
    border-inline-end-color: rgb(236 254 255 / 0.45);
  }

  .lg\:border-e-cyan-50\/5 {
    border-inline-end-color: rgb(236 254 255 / 0.05);
  }

  .lg\:border-e-cyan-50\/50 {
    border-inline-end-color: rgb(236 254 255 / 0.5);
  }

  .lg\:border-e-cyan-50\/55 {
    border-inline-end-color: rgb(236 254 255 / 0.55);
  }

  .lg\:border-e-cyan-50\/60 {
    border-inline-end-color: rgb(236 254 255 / 0.6);
  }

  .lg\:border-e-cyan-50\/65 {
    border-inline-end-color: rgb(236 254 255 / 0.65);
  }

  .lg\:border-e-cyan-50\/70 {
    border-inline-end-color: rgb(236 254 255 / 0.7);
  }

  .lg\:border-e-cyan-50\/75 {
    border-inline-end-color: rgb(236 254 255 / 0.75);
  }

  .lg\:border-e-cyan-50\/80 {
    border-inline-end-color: rgb(236 254 255 / 0.8);
  }

  .lg\:border-e-cyan-50\/85 {
    border-inline-end-color: rgb(236 254 255 / 0.85);
  }

  .lg\:border-e-cyan-50\/90 {
    border-inline-end-color: rgb(236 254 255 / 0.9);
  }

  .lg\:border-e-cyan-50\/95 {
    border-inline-end-color: rgb(236 254 255 / 0.95);
  }

  .lg\:border-e-cyan-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(6 182 212 / var(--tw-border-opacity));
  }

  .lg\:border-e-cyan-500\/0 {
    border-inline-end-color: rgb(6 182 212 / 0);
  }

  .lg\:border-e-cyan-500\/10 {
    border-inline-end-color: rgb(6 182 212 / 0.1);
  }

  .lg\:border-e-cyan-500\/100 {
    border-inline-end-color: rgb(6 182 212 / 1);
  }

  .lg\:border-e-cyan-500\/15 {
    border-inline-end-color: rgb(6 182 212 / 0.15);
  }

  .lg\:border-e-cyan-500\/20 {
    border-inline-end-color: rgb(6 182 212 / 0.2);
  }

  .lg\:border-e-cyan-500\/25 {
    border-inline-end-color: rgb(6 182 212 / 0.25);
  }

  .lg\:border-e-cyan-500\/30 {
    border-inline-end-color: rgb(6 182 212 / 0.3);
  }

  .lg\:border-e-cyan-500\/35 {
    border-inline-end-color: rgb(6 182 212 / 0.35);
  }

  .lg\:border-e-cyan-500\/40 {
    border-inline-end-color: rgb(6 182 212 / 0.4);
  }

  .lg\:border-e-cyan-500\/45 {
    border-inline-end-color: rgb(6 182 212 / 0.45);
  }

  .lg\:border-e-cyan-500\/5 {
    border-inline-end-color: rgb(6 182 212 / 0.05);
  }

  .lg\:border-e-cyan-500\/50 {
    border-inline-end-color: rgb(6 182 212 / 0.5);
  }

  .lg\:border-e-cyan-500\/55 {
    border-inline-end-color: rgb(6 182 212 / 0.55);
  }

  .lg\:border-e-cyan-500\/60 {
    border-inline-end-color: rgb(6 182 212 / 0.6);
  }

  .lg\:border-e-cyan-500\/65 {
    border-inline-end-color: rgb(6 182 212 / 0.65);
  }

  .lg\:border-e-cyan-500\/70 {
    border-inline-end-color: rgb(6 182 212 / 0.7);
  }

  .lg\:border-e-cyan-500\/75 {
    border-inline-end-color: rgb(6 182 212 / 0.75);
  }

  .lg\:border-e-cyan-500\/80 {
    border-inline-end-color: rgb(6 182 212 / 0.8);
  }

  .lg\:border-e-cyan-500\/85 {
    border-inline-end-color: rgb(6 182 212 / 0.85);
  }

  .lg\:border-e-cyan-500\/90 {
    border-inline-end-color: rgb(6 182 212 / 0.9);
  }

  .lg\:border-e-cyan-500\/95 {
    border-inline-end-color: rgb(6 182 212 / 0.95);
  }

  .lg\:border-e-cyan-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(8 145 178 / var(--tw-border-opacity));
  }

  .lg\:border-e-cyan-600\/0 {
    border-inline-end-color: rgb(8 145 178 / 0);
  }

  .lg\:border-e-cyan-600\/10 {
    border-inline-end-color: rgb(8 145 178 / 0.1);
  }

  .lg\:border-e-cyan-600\/100 {
    border-inline-end-color: rgb(8 145 178 / 1);
  }

  .lg\:border-e-cyan-600\/15 {
    border-inline-end-color: rgb(8 145 178 / 0.15);
  }

  .lg\:border-e-cyan-600\/20 {
    border-inline-end-color: rgb(8 145 178 / 0.2);
  }

  .lg\:border-e-cyan-600\/25 {
    border-inline-end-color: rgb(8 145 178 / 0.25);
  }

  .lg\:border-e-cyan-600\/30 {
    border-inline-end-color: rgb(8 145 178 / 0.3);
  }

  .lg\:border-e-cyan-600\/35 {
    border-inline-end-color: rgb(8 145 178 / 0.35);
  }

  .lg\:border-e-cyan-600\/40 {
    border-inline-end-color: rgb(8 145 178 / 0.4);
  }

  .lg\:border-e-cyan-600\/45 {
    border-inline-end-color: rgb(8 145 178 / 0.45);
  }

  .lg\:border-e-cyan-600\/5 {
    border-inline-end-color: rgb(8 145 178 / 0.05);
  }

  .lg\:border-e-cyan-600\/50 {
    border-inline-end-color: rgb(8 145 178 / 0.5);
  }

  .lg\:border-e-cyan-600\/55 {
    border-inline-end-color: rgb(8 145 178 / 0.55);
  }

  .lg\:border-e-cyan-600\/60 {
    border-inline-end-color: rgb(8 145 178 / 0.6);
  }

  .lg\:border-e-cyan-600\/65 {
    border-inline-end-color: rgb(8 145 178 / 0.65);
  }

  .lg\:border-e-cyan-600\/70 {
    border-inline-end-color: rgb(8 145 178 / 0.7);
  }

  .lg\:border-e-cyan-600\/75 {
    border-inline-end-color: rgb(8 145 178 / 0.75);
  }

  .lg\:border-e-cyan-600\/80 {
    border-inline-end-color: rgb(8 145 178 / 0.8);
  }

  .lg\:border-e-cyan-600\/85 {
    border-inline-end-color: rgb(8 145 178 / 0.85);
  }

  .lg\:border-e-cyan-600\/90 {
    border-inline-end-color: rgb(8 145 178 / 0.9);
  }

  .lg\:border-e-cyan-600\/95 {
    border-inline-end-color: rgb(8 145 178 / 0.95);
  }

  .lg\:border-e-cyan-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(14 116 144 / var(--tw-border-opacity));
  }

  .lg\:border-e-cyan-700\/0 {
    border-inline-end-color: rgb(14 116 144 / 0);
  }

  .lg\:border-e-cyan-700\/10 {
    border-inline-end-color: rgb(14 116 144 / 0.1);
  }

  .lg\:border-e-cyan-700\/100 {
    border-inline-end-color: rgb(14 116 144 / 1);
  }

  .lg\:border-e-cyan-700\/15 {
    border-inline-end-color: rgb(14 116 144 / 0.15);
  }

  .lg\:border-e-cyan-700\/20 {
    border-inline-end-color: rgb(14 116 144 / 0.2);
  }

  .lg\:border-e-cyan-700\/25 {
    border-inline-end-color: rgb(14 116 144 / 0.25);
  }

  .lg\:border-e-cyan-700\/30 {
    border-inline-end-color: rgb(14 116 144 / 0.3);
  }

  .lg\:border-e-cyan-700\/35 {
    border-inline-end-color: rgb(14 116 144 / 0.35);
  }

  .lg\:border-e-cyan-700\/40 {
    border-inline-end-color: rgb(14 116 144 / 0.4);
  }

  .lg\:border-e-cyan-700\/45 {
    border-inline-end-color: rgb(14 116 144 / 0.45);
  }

  .lg\:border-e-cyan-700\/5 {
    border-inline-end-color: rgb(14 116 144 / 0.05);
  }

  .lg\:border-e-cyan-700\/50 {
    border-inline-end-color: rgb(14 116 144 / 0.5);
  }

  .lg\:border-e-cyan-700\/55 {
    border-inline-end-color: rgb(14 116 144 / 0.55);
  }

  .lg\:border-e-cyan-700\/60 {
    border-inline-end-color: rgb(14 116 144 / 0.6);
  }

  .lg\:border-e-cyan-700\/65 {
    border-inline-end-color: rgb(14 116 144 / 0.65);
  }

  .lg\:border-e-cyan-700\/70 {
    border-inline-end-color: rgb(14 116 144 / 0.7);
  }

  .lg\:border-e-cyan-700\/75 {
    border-inline-end-color: rgb(14 116 144 / 0.75);
  }

  .lg\:border-e-cyan-700\/80 {
    border-inline-end-color: rgb(14 116 144 / 0.8);
  }

  .lg\:border-e-cyan-700\/85 {
    border-inline-end-color: rgb(14 116 144 / 0.85);
  }

  .lg\:border-e-cyan-700\/90 {
    border-inline-end-color: rgb(14 116 144 / 0.9);
  }

  .lg\:border-e-cyan-700\/95 {
    border-inline-end-color: rgb(14 116 144 / 0.95);
  }

  .lg\:border-e-cyan-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(21 94 117 / var(--tw-border-opacity));
  }

  .lg\:border-e-cyan-800\/0 {
    border-inline-end-color: rgb(21 94 117 / 0);
  }

  .lg\:border-e-cyan-800\/10 {
    border-inline-end-color: rgb(21 94 117 / 0.1);
  }

  .lg\:border-e-cyan-800\/100 {
    border-inline-end-color: rgb(21 94 117 / 1);
  }

  .lg\:border-e-cyan-800\/15 {
    border-inline-end-color: rgb(21 94 117 / 0.15);
  }

  .lg\:border-e-cyan-800\/20 {
    border-inline-end-color: rgb(21 94 117 / 0.2);
  }

  .lg\:border-e-cyan-800\/25 {
    border-inline-end-color: rgb(21 94 117 / 0.25);
  }

  .lg\:border-e-cyan-800\/30 {
    border-inline-end-color: rgb(21 94 117 / 0.3);
  }

  .lg\:border-e-cyan-800\/35 {
    border-inline-end-color: rgb(21 94 117 / 0.35);
  }

  .lg\:border-e-cyan-800\/40 {
    border-inline-end-color: rgb(21 94 117 / 0.4);
  }

  .lg\:border-e-cyan-800\/45 {
    border-inline-end-color: rgb(21 94 117 / 0.45);
  }

  .lg\:border-e-cyan-800\/5 {
    border-inline-end-color: rgb(21 94 117 / 0.05);
  }

  .lg\:border-e-cyan-800\/50 {
    border-inline-end-color: rgb(21 94 117 / 0.5);
  }

  .lg\:border-e-cyan-800\/55 {
    border-inline-end-color: rgb(21 94 117 / 0.55);
  }

  .lg\:border-e-cyan-800\/60 {
    border-inline-end-color: rgb(21 94 117 / 0.6);
  }

  .lg\:border-e-cyan-800\/65 {
    border-inline-end-color: rgb(21 94 117 / 0.65);
  }

  .lg\:border-e-cyan-800\/70 {
    border-inline-end-color: rgb(21 94 117 / 0.7);
  }

  .lg\:border-e-cyan-800\/75 {
    border-inline-end-color: rgb(21 94 117 / 0.75);
  }

  .lg\:border-e-cyan-800\/80 {
    border-inline-end-color: rgb(21 94 117 / 0.8);
  }

  .lg\:border-e-cyan-800\/85 {
    border-inline-end-color: rgb(21 94 117 / 0.85);
  }

  .lg\:border-e-cyan-800\/90 {
    border-inline-end-color: rgb(21 94 117 / 0.9);
  }

  .lg\:border-e-cyan-800\/95 {
    border-inline-end-color: rgb(21 94 117 / 0.95);
  }

  .lg\:border-e-cyan-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(22 78 99 / var(--tw-border-opacity));
  }

  .lg\:border-e-cyan-900\/0 {
    border-inline-end-color: rgb(22 78 99 / 0);
  }

  .lg\:border-e-cyan-900\/10 {
    border-inline-end-color: rgb(22 78 99 / 0.1);
  }

  .lg\:border-e-cyan-900\/100 {
    border-inline-end-color: rgb(22 78 99 / 1);
  }

  .lg\:border-e-cyan-900\/15 {
    border-inline-end-color: rgb(22 78 99 / 0.15);
  }

  .lg\:border-e-cyan-900\/20 {
    border-inline-end-color: rgb(22 78 99 / 0.2);
  }

  .lg\:border-e-cyan-900\/25 {
    border-inline-end-color: rgb(22 78 99 / 0.25);
  }

  .lg\:border-e-cyan-900\/30 {
    border-inline-end-color: rgb(22 78 99 / 0.3);
  }

  .lg\:border-e-cyan-900\/35 {
    border-inline-end-color: rgb(22 78 99 / 0.35);
  }

  .lg\:border-e-cyan-900\/40 {
    border-inline-end-color: rgb(22 78 99 / 0.4);
  }

  .lg\:border-e-cyan-900\/45 {
    border-inline-end-color: rgb(22 78 99 / 0.45);
  }

  .lg\:border-e-cyan-900\/5 {
    border-inline-end-color: rgb(22 78 99 / 0.05);
  }

  .lg\:border-e-cyan-900\/50 {
    border-inline-end-color: rgb(22 78 99 / 0.5);
  }

  .lg\:border-e-cyan-900\/55 {
    border-inline-end-color: rgb(22 78 99 / 0.55);
  }

  .lg\:border-e-cyan-900\/60 {
    border-inline-end-color: rgb(22 78 99 / 0.6);
  }

  .lg\:border-e-cyan-900\/65 {
    border-inline-end-color: rgb(22 78 99 / 0.65);
  }

  .lg\:border-e-cyan-900\/70 {
    border-inline-end-color: rgb(22 78 99 / 0.7);
  }

  .lg\:border-e-cyan-900\/75 {
    border-inline-end-color: rgb(22 78 99 / 0.75);
  }

  .lg\:border-e-cyan-900\/80 {
    border-inline-end-color: rgb(22 78 99 / 0.8);
  }

  .lg\:border-e-cyan-900\/85 {
    border-inline-end-color: rgb(22 78 99 / 0.85);
  }

  .lg\:border-e-cyan-900\/90 {
    border-inline-end-color: rgb(22 78 99 / 0.9);
  }

  .lg\:border-e-cyan-900\/95 {
    border-inline-end-color: rgb(22 78 99 / 0.95);
  }

  .lg\:border-e-cyan-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(8 51 68 / var(--tw-border-opacity));
  }

  .lg\:border-e-cyan-950\/0 {
    border-inline-end-color: rgb(8 51 68 / 0);
  }

  .lg\:border-e-cyan-950\/10 {
    border-inline-end-color: rgb(8 51 68 / 0.1);
  }

  .lg\:border-e-cyan-950\/100 {
    border-inline-end-color: rgb(8 51 68 / 1);
  }

  .lg\:border-e-cyan-950\/15 {
    border-inline-end-color: rgb(8 51 68 / 0.15);
  }

  .lg\:border-e-cyan-950\/20 {
    border-inline-end-color: rgb(8 51 68 / 0.2);
  }

  .lg\:border-e-cyan-950\/25 {
    border-inline-end-color: rgb(8 51 68 / 0.25);
  }

  .lg\:border-e-cyan-950\/30 {
    border-inline-end-color: rgb(8 51 68 / 0.3);
  }

  .lg\:border-e-cyan-950\/35 {
    border-inline-end-color: rgb(8 51 68 / 0.35);
  }

  .lg\:border-e-cyan-950\/40 {
    border-inline-end-color: rgb(8 51 68 / 0.4);
  }

  .lg\:border-e-cyan-950\/45 {
    border-inline-end-color: rgb(8 51 68 / 0.45);
  }

  .lg\:border-e-cyan-950\/5 {
    border-inline-end-color: rgb(8 51 68 / 0.05);
  }

  .lg\:border-e-cyan-950\/50 {
    border-inline-end-color: rgb(8 51 68 / 0.5);
  }

  .lg\:border-e-cyan-950\/55 {
    border-inline-end-color: rgb(8 51 68 / 0.55);
  }

  .lg\:border-e-cyan-950\/60 {
    border-inline-end-color: rgb(8 51 68 / 0.6);
  }

  .lg\:border-e-cyan-950\/65 {
    border-inline-end-color: rgb(8 51 68 / 0.65);
  }

  .lg\:border-e-cyan-950\/70 {
    border-inline-end-color: rgb(8 51 68 / 0.7);
  }

  .lg\:border-e-cyan-950\/75 {
    border-inline-end-color: rgb(8 51 68 / 0.75);
  }

  .lg\:border-e-cyan-950\/80 {
    border-inline-end-color: rgb(8 51 68 / 0.8);
  }

  .lg\:border-e-cyan-950\/85 {
    border-inline-end-color: rgb(8 51 68 / 0.85);
  }

  .lg\:border-e-cyan-950\/90 {
    border-inline-end-color: rgb(8 51 68 / 0.9);
  }

  .lg\:border-e-cyan-950\/95 {
    border-inline-end-color: rgb(8 51 68 / 0.95);
  }

  .lg\:border-e-emerald-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(209 250 229 / var(--tw-border-opacity));
  }

  .lg\:border-e-emerald-100\/0 {
    border-inline-end-color: rgb(209 250 229 / 0);
  }

  .lg\:border-e-emerald-100\/10 {
    border-inline-end-color: rgb(209 250 229 / 0.1);
  }

  .lg\:border-e-emerald-100\/100 {
    border-inline-end-color: rgb(209 250 229 / 1);
  }

  .lg\:border-e-emerald-100\/15 {
    border-inline-end-color: rgb(209 250 229 / 0.15);
  }

  .lg\:border-e-emerald-100\/20 {
    border-inline-end-color: rgb(209 250 229 / 0.2);
  }

  .lg\:border-e-emerald-100\/25 {
    border-inline-end-color: rgb(209 250 229 / 0.25);
  }

  .lg\:border-e-emerald-100\/30 {
    border-inline-end-color: rgb(209 250 229 / 0.3);
  }

  .lg\:border-e-emerald-100\/35 {
    border-inline-end-color: rgb(209 250 229 / 0.35);
  }

  .lg\:border-e-emerald-100\/40 {
    border-inline-end-color: rgb(209 250 229 / 0.4);
  }

  .lg\:border-e-emerald-100\/45 {
    border-inline-end-color: rgb(209 250 229 / 0.45);
  }

  .lg\:border-e-emerald-100\/5 {
    border-inline-end-color: rgb(209 250 229 / 0.05);
  }

  .lg\:border-e-emerald-100\/50 {
    border-inline-end-color: rgb(209 250 229 / 0.5);
  }

  .lg\:border-e-emerald-100\/55 {
    border-inline-end-color: rgb(209 250 229 / 0.55);
  }

  .lg\:border-e-emerald-100\/60 {
    border-inline-end-color: rgb(209 250 229 / 0.6);
  }

  .lg\:border-e-emerald-100\/65 {
    border-inline-end-color: rgb(209 250 229 / 0.65);
  }

  .lg\:border-e-emerald-100\/70 {
    border-inline-end-color: rgb(209 250 229 / 0.7);
  }

  .lg\:border-e-emerald-100\/75 {
    border-inline-end-color: rgb(209 250 229 / 0.75);
  }

  .lg\:border-e-emerald-100\/80 {
    border-inline-end-color: rgb(209 250 229 / 0.8);
  }

  .lg\:border-e-emerald-100\/85 {
    border-inline-end-color: rgb(209 250 229 / 0.85);
  }

  .lg\:border-e-emerald-100\/90 {
    border-inline-end-color: rgb(209 250 229 / 0.9);
  }

  .lg\:border-e-emerald-100\/95 {
    border-inline-end-color: rgb(209 250 229 / 0.95);
  }

  .lg\:border-e-emerald-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(167 243 208 / var(--tw-border-opacity));
  }

  .lg\:border-e-emerald-200\/0 {
    border-inline-end-color: rgb(167 243 208 / 0);
  }

  .lg\:border-e-emerald-200\/10 {
    border-inline-end-color: rgb(167 243 208 / 0.1);
  }

  .lg\:border-e-emerald-200\/100 {
    border-inline-end-color: rgb(167 243 208 / 1);
  }

  .lg\:border-e-emerald-200\/15 {
    border-inline-end-color: rgb(167 243 208 / 0.15);
  }

  .lg\:border-e-emerald-200\/20 {
    border-inline-end-color: rgb(167 243 208 / 0.2);
  }

  .lg\:border-e-emerald-200\/25 {
    border-inline-end-color: rgb(167 243 208 / 0.25);
  }

  .lg\:border-e-emerald-200\/30 {
    border-inline-end-color: rgb(167 243 208 / 0.3);
  }

  .lg\:border-e-emerald-200\/35 {
    border-inline-end-color: rgb(167 243 208 / 0.35);
  }

  .lg\:border-e-emerald-200\/40 {
    border-inline-end-color: rgb(167 243 208 / 0.4);
  }

  .lg\:border-e-emerald-200\/45 {
    border-inline-end-color: rgb(167 243 208 / 0.45);
  }

  .lg\:border-e-emerald-200\/5 {
    border-inline-end-color: rgb(167 243 208 / 0.05);
  }

  .lg\:border-e-emerald-200\/50 {
    border-inline-end-color: rgb(167 243 208 / 0.5);
  }

  .lg\:border-e-emerald-200\/55 {
    border-inline-end-color: rgb(167 243 208 / 0.55);
  }

  .lg\:border-e-emerald-200\/60 {
    border-inline-end-color: rgb(167 243 208 / 0.6);
  }

  .lg\:border-e-emerald-200\/65 {
    border-inline-end-color: rgb(167 243 208 / 0.65);
  }

  .lg\:border-e-emerald-200\/70 {
    border-inline-end-color: rgb(167 243 208 / 0.7);
  }

  .lg\:border-e-emerald-200\/75 {
    border-inline-end-color: rgb(167 243 208 / 0.75);
  }

  .lg\:border-e-emerald-200\/80 {
    border-inline-end-color: rgb(167 243 208 / 0.8);
  }

  .lg\:border-e-emerald-200\/85 {
    border-inline-end-color: rgb(167 243 208 / 0.85);
  }

  .lg\:border-e-emerald-200\/90 {
    border-inline-end-color: rgb(167 243 208 / 0.9);
  }

  .lg\:border-e-emerald-200\/95 {
    border-inline-end-color: rgb(167 243 208 / 0.95);
  }

  .lg\:border-e-emerald-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(110 231 183 / var(--tw-border-opacity));
  }

  .lg\:border-e-emerald-300\/0 {
    border-inline-end-color: rgb(110 231 183 / 0);
  }

  .lg\:border-e-emerald-300\/10 {
    border-inline-end-color: rgb(110 231 183 / 0.1);
  }

  .lg\:border-e-emerald-300\/100 {
    border-inline-end-color: rgb(110 231 183 / 1);
  }

  .lg\:border-e-emerald-300\/15 {
    border-inline-end-color: rgb(110 231 183 / 0.15);
  }

  .lg\:border-e-emerald-300\/20 {
    border-inline-end-color: rgb(110 231 183 / 0.2);
  }

  .lg\:border-e-emerald-300\/25 {
    border-inline-end-color: rgb(110 231 183 / 0.25);
  }

  .lg\:border-e-emerald-300\/30 {
    border-inline-end-color: rgb(110 231 183 / 0.3);
  }

  .lg\:border-e-emerald-300\/35 {
    border-inline-end-color: rgb(110 231 183 / 0.35);
  }

  .lg\:border-e-emerald-300\/40 {
    border-inline-end-color: rgb(110 231 183 / 0.4);
  }

  .lg\:border-e-emerald-300\/45 {
    border-inline-end-color: rgb(110 231 183 / 0.45);
  }

  .lg\:border-e-emerald-300\/5 {
    border-inline-end-color: rgb(110 231 183 / 0.05);
  }

  .lg\:border-e-emerald-300\/50 {
    border-inline-end-color: rgb(110 231 183 / 0.5);
  }

  .lg\:border-e-emerald-300\/55 {
    border-inline-end-color: rgb(110 231 183 / 0.55);
  }

  .lg\:border-e-emerald-300\/60 {
    border-inline-end-color: rgb(110 231 183 / 0.6);
  }

  .lg\:border-e-emerald-300\/65 {
    border-inline-end-color: rgb(110 231 183 / 0.65);
  }

  .lg\:border-e-emerald-300\/70 {
    border-inline-end-color: rgb(110 231 183 / 0.7);
  }

  .lg\:border-e-emerald-300\/75 {
    border-inline-end-color: rgb(110 231 183 / 0.75);
  }

  .lg\:border-e-emerald-300\/80 {
    border-inline-end-color: rgb(110 231 183 / 0.8);
  }

  .lg\:border-e-emerald-300\/85 {
    border-inline-end-color: rgb(110 231 183 / 0.85);
  }

  .lg\:border-e-emerald-300\/90 {
    border-inline-end-color: rgb(110 231 183 / 0.9);
  }

  .lg\:border-e-emerald-300\/95 {
    border-inline-end-color: rgb(110 231 183 / 0.95);
  }

  .lg\:border-e-emerald-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(52 211 153 / var(--tw-border-opacity));
  }

  .lg\:border-e-emerald-400\/0 {
    border-inline-end-color: rgb(52 211 153 / 0);
  }

  .lg\:border-e-emerald-400\/10 {
    border-inline-end-color: rgb(52 211 153 / 0.1);
  }

  .lg\:border-e-emerald-400\/100 {
    border-inline-end-color: rgb(52 211 153 / 1);
  }

  .lg\:border-e-emerald-400\/15 {
    border-inline-end-color: rgb(52 211 153 / 0.15);
  }

  .lg\:border-e-emerald-400\/20 {
    border-inline-end-color: rgb(52 211 153 / 0.2);
  }

  .lg\:border-e-emerald-400\/25 {
    border-inline-end-color: rgb(52 211 153 / 0.25);
  }

  .lg\:border-e-emerald-400\/30 {
    border-inline-end-color: rgb(52 211 153 / 0.3);
  }

  .lg\:border-e-emerald-400\/35 {
    border-inline-end-color: rgb(52 211 153 / 0.35);
  }

  .lg\:border-e-emerald-400\/40 {
    border-inline-end-color: rgb(52 211 153 / 0.4);
  }

  .lg\:border-e-emerald-400\/45 {
    border-inline-end-color: rgb(52 211 153 / 0.45);
  }

  .lg\:border-e-emerald-400\/5 {
    border-inline-end-color: rgb(52 211 153 / 0.05);
  }

  .lg\:border-e-emerald-400\/50 {
    border-inline-end-color: rgb(52 211 153 / 0.5);
  }

  .lg\:border-e-emerald-400\/55 {
    border-inline-end-color: rgb(52 211 153 / 0.55);
  }

  .lg\:border-e-emerald-400\/60 {
    border-inline-end-color: rgb(52 211 153 / 0.6);
  }

  .lg\:border-e-emerald-400\/65 {
    border-inline-end-color: rgb(52 211 153 / 0.65);
  }

  .lg\:border-e-emerald-400\/70 {
    border-inline-end-color: rgb(52 211 153 / 0.7);
  }

  .lg\:border-e-emerald-400\/75 {
    border-inline-end-color: rgb(52 211 153 / 0.75);
  }

  .lg\:border-e-emerald-400\/80 {
    border-inline-end-color: rgb(52 211 153 / 0.8);
  }

  .lg\:border-e-emerald-400\/85 {
    border-inline-end-color: rgb(52 211 153 / 0.85);
  }

  .lg\:border-e-emerald-400\/90 {
    border-inline-end-color: rgb(52 211 153 / 0.9);
  }

  .lg\:border-e-emerald-400\/95 {
    border-inline-end-color: rgb(52 211 153 / 0.95);
  }

  .lg\:border-e-emerald-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(236 253 245 / var(--tw-border-opacity));
  }

  .lg\:border-e-emerald-50\/0 {
    border-inline-end-color: rgb(236 253 245 / 0);
  }

  .lg\:border-e-emerald-50\/10 {
    border-inline-end-color: rgb(236 253 245 / 0.1);
  }

  .lg\:border-e-emerald-50\/100 {
    border-inline-end-color: rgb(236 253 245 / 1);
  }

  .lg\:border-e-emerald-50\/15 {
    border-inline-end-color: rgb(236 253 245 / 0.15);
  }

  .lg\:border-e-emerald-50\/20 {
    border-inline-end-color: rgb(236 253 245 / 0.2);
  }

  .lg\:border-e-emerald-50\/25 {
    border-inline-end-color: rgb(236 253 245 / 0.25);
  }

  .lg\:border-e-emerald-50\/30 {
    border-inline-end-color: rgb(236 253 245 / 0.3);
  }

  .lg\:border-e-emerald-50\/35 {
    border-inline-end-color: rgb(236 253 245 / 0.35);
  }

  .lg\:border-e-emerald-50\/40 {
    border-inline-end-color: rgb(236 253 245 / 0.4);
  }

  .lg\:border-e-emerald-50\/45 {
    border-inline-end-color: rgb(236 253 245 / 0.45);
  }

  .lg\:border-e-emerald-50\/5 {
    border-inline-end-color: rgb(236 253 245 / 0.05);
  }

  .lg\:border-e-emerald-50\/50 {
    border-inline-end-color: rgb(236 253 245 / 0.5);
  }

  .lg\:border-e-emerald-50\/55 {
    border-inline-end-color: rgb(236 253 245 / 0.55);
  }

  .lg\:border-e-emerald-50\/60 {
    border-inline-end-color: rgb(236 253 245 / 0.6);
  }

  .lg\:border-e-emerald-50\/65 {
    border-inline-end-color: rgb(236 253 245 / 0.65);
  }

  .lg\:border-e-emerald-50\/70 {
    border-inline-end-color: rgb(236 253 245 / 0.7);
  }

  .lg\:border-e-emerald-50\/75 {
    border-inline-end-color: rgb(236 253 245 / 0.75);
  }

  .lg\:border-e-emerald-50\/80 {
    border-inline-end-color: rgb(236 253 245 / 0.8);
  }

  .lg\:border-e-emerald-50\/85 {
    border-inline-end-color: rgb(236 253 245 / 0.85);
  }

  .lg\:border-e-emerald-50\/90 {
    border-inline-end-color: rgb(236 253 245 / 0.9);
  }

  .lg\:border-e-emerald-50\/95 {
    border-inline-end-color: rgb(236 253 245 / 0.95);
  }

  .lg\:border-e-emerald-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(16 185 129 / var(--tw-border-opacity));
  }

  .lg\:border-e-emerald-500\/0 {
    border-inline-end-color: rgb(16 185 129 / 0);
  }

  .lg\:border-e-emerald-500\/10 {
    border-inline-end-color: rgb(16 185 129 / 0.1);
  }

  .lg\:border-e-emerald-500\/100 {
    border-inline-end-color: rgb(16 185 129 / 1);
  }

  .lg\:border-e-emerald-500\/15 {
    border-inline-end-color: rgb(16 185 129 / 0.15);
  }

  .lg\:border-e-emerald-500\/20 {
    border-inline-end-color: rgb(16 185 129 / 0.2);
  }

  .lg\:border-e-emerald-500\/25 {
    border-inline-end-color: rgb(16 185 129 / 0.25);
  }

  .lg\:border-e-emerald-500\/30 {
    border-inline-end-color: rgb(16 185 129 / 0.3);
  }

  .lg\:border-e-emerald-500\/35 {
    border-inline-end-color: rgb(16 185 129 / 0.35);
  }

  .lg\:border-e-emerald-500\/40 {
    border-inline-end-color: rgb(16 185 129 / 0.4);
  }

  .lg\:border-e-emerald-500\/45 {
    border-inline-end-color: rgb(16 185 129 / 0.45);
  }

  .lg\:border-e-emerald-500\/5 {
    border-inline-end-color: rgb(16 185 129 / 0.05);
  }

  .lg\:border-e-emerald-500\/50 {
    border-inline-end-color: rgb(16 185 129 / 0.5);
  }

  .lg\:border-e-emerald-500\/55 {
    border-inline-end-color: rgb(16 185 129 / 0.55);
  }

  .lg\:border-e-emerald-500\/60 {
    border-inline-end-color: rgb(16 185 129 / 0.6);
  }

  .lg\:border-e-emerald-500\/65 {
    border-inline-end-color: rgb(16 185 129 / 0.65);
  }

  .lg\:border-e-emerald-500\/70 {
    border-inline-end-color: rgb(16 185 129 / 0.7);
  }

  .lg\:border-e-emerald-500\/75 {
    border-inline-end-color: rgb(16 185 129 / 0.75);
  }

  .lg\:border-e-emerald-500\/80 {
    border-inline-end-color: rgb(16 185 129 / 0.8);
  }

  .lg\:border-e-emerald-500\/85 {
    border-inline-end-color: rgb(16 185 129 / 0.85);
  }

  .lg\:border-e-emerald-500\/90 {
    border-inline-end-color: rgb(16 185 129 / 0.9);
  }

  .lg\:border-e-emerald-500\/95 {
    border-inline-end-color: rgb(16 185 129 / 0.95);
  }

  .lg\:border-e-emerald-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(5 150 105 / var(--tw-border-opacity));
  }

  .lg\:border-e-emerald-600\/0 {
    border-inline-end-color: rgb(5 150 105 / 0);
  }

  .lg\:border-e-emerald-600\/10 {
    border-inline-end-color: rgb(5 150 105 / 0.1);
  }

  .lg\:border-e-emerald-600\/100 {
    border-inline-end-color: rgb(5 150 105 / 1);
  }

  .lg\:border-e-emerald-600\/15 {
    border-inline-end-color: rgb(5 150 105 / 0.15);
  }

  .lg\:border-e-emerald-600\/20 {
    border-inline-end-color: rgb(5 150 105 / 0.2);
  }

  .lg\:border-e-emerald-600\/25 {
    border-inline-end-color: rgb(5 150 105 / 0.25);
  }

  .lg\:border-e-emerald-600\/30 {
    border-inline-end-color: rgb(5 150 105 / 0.3);
  }

  .lg\:border-e-emerald-600\/35 {
    border-inline-end-color: rgb(5 150 105 / 0.35);
  }

  .lg\:border-e-emerald-600\/40 {
    border-inline-end-color: rgb(5 150 105 / 0.4);
  }

  .lg\:border-e-emerald-600\/45 {
    border-inline-end-color: rgb(5 150 105 / 0.45);
  }

  .lg\:border-e-emerald-600\/5 {
    border-inline-end-color: rgb(5 150 105 / 0.05);
  }

  .lg\:border-e-emerald-600\/50 {
    border-inline-end-color: rgb(5 150 105 / 0.5);
  }

  .lg\:border-e-emerald-600\/55 {
    border-inline-end-color: rgb(5 150 105 / 0.55);
  }

  .lg\:border-e-emerald-600\/60 {
    border-inline-end-color: rgb(5 150 105 / 0.6);
  }

  .lg\:border-e-emerald-600\/65 {
    border-inline-end-color: rgb(5 150 105 / 0.65);
  }

  .lg\:border-e-emerald-600\/70 {
    border-inline-end-color: rgb(5 150 105 / 0.7);
  }

  .lg\:border-e-emerald-600\/75 {
    border-inline-end-color: rgb(5 150 105 / 0.75);
  }

  .lg\:border-e-emerald-600\/80 {
    border-inline-end-color: rgb(5 150 105 / 0.8);
  }

  .lg\:border-e-emerald-600\/85 {
    border-inline-end-color: rgb(5 150 105 / 0.85);
  }

  .lg\:border-e-emerald-600\/90 {
    border-inline-end-color: rgb(5 150 105 / 0.9);
  }

  .lg\:border-e-emerald-600\/95 {
    border-inline-end-color: rgb(5 150 105 / 0.95);
  }

  .lg\:border-e-emerald-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(4 120 87 / var(--tw-border-opacity));
  }

  .lg\:border-e-emerald-700\/0 {
    border-inline-end-color: rgb(4 120 87 / 0);
  }

  .lg\:border-e-emerald-700\/10 {
    border-inline-end-color: rgb(4 120 87 / 0.1);
  }

  .lg\:border-e-emerald-700\/100 {
    border-inline-end-color: rgb(4 120 87 / 1);
  }

  .lg\:border-e-emerald-700\/15 {
    border-inline-end-color: rgb(4 120 87 / 0.15);
  }

  .lg\:border-e-emerald-700\/20 {
    border-inline-end-color: rgb(4 120 87 / 0.2);
  }

  .lg\:border-e-emerald-700\/25 {
    border-inline-end-color: rgb(4 120 87 / 0.25);
  }

  .lg\:border-e-emerald-700\/30 {
    border-inline-end-color: rgb(4 120 87 / 0.3);
  }

  .lg\:border-e-emerald-700\/35 {
    border-inline-end-color: rgb(4 120 87 / 0.35);
  }

  .lg\:border-e-emerald-700\/40 {
    border-inline-end-color: rgb(4 120 87 / 0.4);
  }

  .lg\:border-e-emerald-700\/45 {
    border-inline-end-color: rgb(4 120 87 / 0.45);
  }

  .lg\:border-e-emerald-700\/5 {
    border-inline-end-color: rgb(4 120 87 / 0.05);
  }

  .lg\:border-e-emerald-700\/50 {
    border-inline-end-color: rgb(4 120 87 / 0.5);
  }

  .lg\:border-e-emerald-700\/55 {
    border-inline-end-color: rgb(4 120 87 / 0.55);
  }

  .lg\:border-e-emerald-700\/60 {
    border-inline-end-color: rgb(4 120 87 / 0.6);
  }

  .lg\:border-e-emerald-700\/65 {
    border-inline-end-color: rgb(4 120 87 / 0.65);
  }

  .lg\:border-e-emerald-700\/70 {
    border-inline-end-color: rgb(4 120 87 / 0.7);
  }

  .lg\:border-e-emerald-700\/75 {
    border-inline-end-color: rgb(4 120 87 / 0.75);
  }

  .lg\:border-e-emerald-700\/80 {
    border-inline-end-color: rgb(4 120 87 / 0.8);
  }

  .lg\:border-e-emerald-700\/85 {
    border-inline-end-color: rgb(4 120 87 / 0.85);
  }

  .lg\:border-e-emerald-700\/90 {
    border-inline-end-color: rgb(4 120 87 / 0.9);
  }

  .lg\:border-e-emerald-700\/95 {
    border-inline-end-color: rgb(4 120 87 / 0.95);
  }

  .lg\:border-e-emerald-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(6 95 70 / var(--tw-border-opacity));
  }

  .lg\:border-e-emerald-800\/0 {
    border-inline-end-color: rgb(6 95 70 / 0);
  }

  .lg\:border-e-emerald-800\/10 {
    border-inline-end-color: rgb(6 95 70 / 0.1);
  }

  .lg\:border-e-emerald-800\/100 {
    border-inline-end-color: rgb(6 95 70 / 1);
  }

  .lg\:border-e-emerald-800\/15 {
    border-inline-end-color: rgb(6 95 70 / 0.15);
  }

  .lg\:border-e-emerald-800\/20 {
    border-inline-end-color: rgb(6 95 70 / 0.2);
  }

  .lg\:border-e-emerald-800\/25 {
    border-inline-end-color: rgb(6 95 70 / 0.25);
  }

  .lg\:border-e-emerald-800\/30 {
    border-inline-end-color: rgb(6 95 70 / 0.3);
  }

  .lg\:border-e-emerald-800\/35 {
    border-inline-end-color: rgb(6 95 70 / 0.35);
  }

  .lg\:border-e-emerald-800\/40 {
    border-inline-end-color: rgb(6 95 70 / 0.4);
  }

  .lg\:border-e-emerald-800\/45 {
    border-inline-end-color: rgb(6 95 70 / 0.45);
  }

  .lg\:border-e-emerald-800\/5 {
    border-inline-end-color: rgb(6 95 70 / 0.05);
  }

  .lg\:border-e-emerald-800\/50 {
    border-inline-end-color: rgb(6 95 70 / 0.5);
  }

  .lg\:border-e-emerald-800\/55 {
    border-inline-end-color: rgb(6 95 70 / 0.55);
  }

  .lg\:border-e-emerald-800\/60 {
    border-inline-end-color: rgb(6 95 70 / 0.6);
  }

  .lg\:border-e-emerald-800\/65 {
    border-inline-end-color: rgb(6 95 70 / 0.65);
  }

  .lg\:border-e-emerald-800\/70 {
    border-inline-end-color: rgb(6 95 70 / 0.7);
  }

  .lg\:border-e-emerald-800\/75 {
    border-inline-end-color: rgb(6 95 70 / 0.75);
  }

  .lg\:border-e-emerald-800\/80 {
    border-inline-end-color: rgb(6 95 70 / 0.8);
  }

  .lg\:border-e-emerald-800\/85 {
    border-inline-end-color: rgb(6 95 70 / 0.85);
  }

  .lg\:border-e-emerald-800\/90 {
    border-inline-end-color: rgb(6 95 70 / 0.9);
  }

  .lg\:border-e-emerald-800\/95 {
    border-inline-end-color: rgb(6 95 70 / 0.95);
  }

  .lg\:border-e-emerald-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(6 78 59 / var(--tw-border-opacity));
  }

  .lg\:border-e-emerald-900\/0 {
    border-inline-end-color: rgb(6 78 59 / 0);
  }

  .lg\:border-e-emerald-900\/10 {
    border-inline-end-color: rgb(6 78 59 / 0.1);
  }

  .lg\:border-e-emerald-900\/100 {
    border-inline-end-color: rgb(6 78 59 / 1);
  }

  .lg\:border-e-emerald-900\/15 {
    border-inline-end-color: rgb(6 78 59 / 0.15);
  }

  .lg\:border-e-emerald-900\/20 {
    border-inline-end-color: rgb(6 78 59 / 0.2);
  }

  .lg\:border-e-emerald-900\/25 {
    border-inline-end-color: rgb(6 78 59 / 0.25);
  }

  .lg\:border-e-emerald-900\/30 {
    border-inline-end-color: rgb(6 78 59 / 0.3);
  }

  .lg\:border-e-emerald-900\/35 {
    border-inline-end-color: rgb(6 78 59 / 0.35);
  }

  .lg\:border-e-emerald-900\/40 {
    border-inline-end-color: rgb(6 78 59 / 0.4);
  }

  .lg\:border-e-emerald-900\/45 {
    border-inline-end-color: rgb(6 78 59 / 0.45);
  }

  .lg\:border-e-emerald-900\/5 {
    border-inline-end-color: rgb(6 78 59 / 0.05);
  }

  .lg\:border-e-emerald-900\/50 {
    border-inline-end-color: rgb(6 78 59 / 0.5);
  }

  .lg\:border-e-emerald-900\/55 {
    border-inline-end-color: rgb(6 78 59 / 0.55);
  }

  .lg\:border-e-emerald-900\/60 {
    border-inline-end-color: rgb(6 78 59 / 0.6);
  }

  .lg\:border-e-emerald-900\/65 {
    border-inline-end-color: rgb(6 78 59 / 0.65);
  }

  .lg\:border-e-emerald-900\/70 {
    border-inline-end-color: rgb(6 78 59 / 0.7);
  }

  .lg\:border-e-emerald-900\/75 {
    border-inline-end-color: rgb(6 78 59 / 0.75);
  }

  .lg\:border-e-emerald-900\/80 {
    border-inline-end-color: rgb(6 78 59 / 0.8);
  }

  .lg\:border-e-emerald-900\/85 {
    border-inline-end-color: rgb(6 78 59 / 0.85);
  }

  .lg\:border-e-emerald-900\/90 {
    border-inline-end-color: rgb(6 78 59 / 0.9);
  }

  .lg\:border-e-emerald-900\/95 {
    border-inline-end-color: rgb(6 78 59 / 0.95);
  }

  .lg\:border-e-emerald-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(2 44 34 / var(--tw-border-opacity));
  }

  .lg\:border-e-emerald-950\/0 {
    border-inline-end-color: rgb(2 44 34 / 0);
  }

  .lg\:border-e-emerald-950\/10 {
    border-inline-end-color: rgb(2 44 34 / 0.1);
  }

  .lg\:border-e-emerald-950\/100 {
    border-inline-end-color: rgb(2 44 34 / 1);
  }

  .lg\:border-e-emerald-950\/15 {
    border-inline-end-color: rgb(2 44 34 / 0.15);
  }

  .lg\:border-e-emerald-950\/20 {
    border-inline-end-color: rgb(2 44 34 / 0.2);
  }

  .lg\:border-e-emerald-950\/25 {
    border-inline-end-color: rgb(2 44 34 / 0.25);
  }

  .lg\:border-e-emerald-950\/30 {
    border-inline-end-color: rgb(2 44 34 / 0.3);
  }

  .lg\:border-e-emerald-950\/35 {
    border-inline-end-color: rgb(2 44 34 / 0.35);
  }

  .lg\:border-e-emerald-950\/40 {
    border-inline-end-color: rgb(2 44 34 / 0.4);
  }

  .lg\:border-e-emerald-950\/45 {
    border-inline-end-color: rgb(2 44 34 / 0.45);
  }

  .lg\:border-e-emerald-950\/5 {
    border-inline-end-color: rgb(2 44 34 / 0.05);
  }

  .lg\:border-e-emerald-950\/50 {
    border-inline-end-color: rgb(2 44 34 / 0.5);
  }

  .lg\:border-e-emerald-950\/55 {
    border-inline-end-color: rgb(2 44 34 / 0.55);
  }

  .lg\:border-e-emerald-950\/60 {
    border-inline-end-color: rgb(2 44 34 / 0.6);
  }

  .lg\:border-e-emerald-950\/65 {
    border-inline-end-color: rgb(2 44 34 / 0.65);
  }

  .lg\:border-e-emerald-950\/70 {
    border-inline-end-color: rgb(2 44 34 / 0.7);
  }

  .lg\:border-e-emerald-950\/75 {
    border-inline-end-color: rgb(2 44 34 / 0.75);
  }

  .lg\:border-e-emerald-950\/80 {
    border-inline-end-color: rgb(2 44 34 / 0.8);
  }

  .lg\:border-e-emerald-950\/85 {
    border-inline-end-color: rgb(2 44 34 / 0.85);
  }

  .lg\:border-e-emerald-950\/90 {
    border-inline-end-color: rgb(2 44 34 / 0.9);
  }

  .lg\:border-e-emerald-950\/95 {
    border-inline-end-color: rgb(2 44 34 / 0.95);
  }

  .lg\:border-e-fuchsia-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(250 232 255 / var(--tw-border-opacity));
  }

  .lg\:border-e-fuchsia-100\/0 {
    border-inline-end-color: rgb(250 232 255 / 0);
  }

  .lg\:border-e-fuchsia-100\/10 {
    border-inline-end-color: rgb(250 232 255 / 0.1);
  }

  .lg\:border-e-fuchsia-100\/100 {
    border-inline-end-color: rgb(250 232 255 / 1);
  }

  .lg\:border-e-fuchsia-100\/15 {
    border-inline-end-color: rgb(250 232 255 / 0.15);
  }

  .lg\:border-e-fuchsia-100\/20 {
    border-inline-end-color: rgb(250 232 255 / 0.2);
  }

  .lg\:border-e-fuchsia-100\/25 {
    border-inline-end-color: rgb(250 232 255 / 0.25);
  }

  .lg\:border-e-fuchsia-100\/30 {
    border-inline-end-color: rgb(250 232 255 / 0.3);
  }

  .lg\:border-e-fuchsia-100\/35 {
    border-inline-end-color: rgb(250 232 255 / 0.35);
  }

  .lg\:border-e-fuchsia-100\/40 {
    border-inline-end-color: rgb(250 232 255 / 0.4);
  }

  .lg\:border-e-fuchsia-100\/45 {
    border-inline-end-color: rgb(250 232 255 / 0.45);
  }

  .lg\:border-e-fuchsia-100\/5 {
    border-inline-end-color: rgb(250 232 255 / 0.05);
  }

  .lg\:border-e-fuchsia-100\/50 {
    border-inline-end-color: rgb(250 232 255 / 0.5);
  }

  .lg\:border-e-fuchsia-100\/55 {
    border-inline-end-color: rgb(250 232 255 / 0.55);
  }

  .lg\:border-e-fuchsia-100\/60 {
    border-inline-end-color: rgb(250 232 255 / 0.6);
  }

  .lg\:border-e-fuchsia-100\/65 {
    border-inline-end-color: rgb(250 232 255 / 0.65);
  }

  .lg\:border-e-fuchsia-100\/70 {
    border-inline-end-color: rgb(250 232 255 / 0.7);
  }

  .lg\:border-e-fuchsia-100\/75 {
    border-inline-end-color: rgb(250 232 255 / 0.75);
  }

  .lg\:border-e-fuchsia-100\/80 {
    border-inline-end-color: rgb(250 232 255 / 0.8);
  }

  .lg\:border-e-fuchsia-100\/85 {
    border-inline-end-color: rgb(250 232 255 / 0.85);
  }

  .lg\:border-e-fuchsia-100\/90 {
    border-inline-end-color: rgb(250 232 255 / 0.9);
  }

  .lg\:border-e-fuchsia-100\/95 {
    border-inline-end-color: rgb(250 232 255 / 0.95);
  }

  .lg\:border-e-fuchsia-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(245 208 254 / var(--tw-border-opacity));
  }

  .lg\:border-e-fuchsia-200\/0 {
    border-inline-end-color: rgb(245 208 254 / 0);
  }

  .lg\:border-e-fuchsia-200\/10 {
    border-inline-end-color: rgb(245 208 254 / 0.1);
  }

  .lg\:border-e-fuchsia-200\/100 {
    border-inline-end-color: rgb(245 208 254 / 1);
  }

  .lg\:border-e-fuchsia-200\/15 {
    border-inline-end-color: rgb(245 208 254 / 0.15);
  }

  .lg\:border-e-fuchsia-200\/20 {
    border-inline-end-color: rgb(245 208 254 / 0.2);
  }

  .lg\:border-e-fuchsia-200\/25 {
    border-inline-end-color: rgb(245 208 254 / 0.25);
  }

  .lg\:border-e-fuchsia-200\/30 {
    border-inline-end-color: rgb(245 208 254 / 0.3);
  }

  .lg\:border-e-fuchsia-200\/35 {
    border-inline-end-color: rgb(245 208 254 / 0.35);
  }

  .lg\:border-e-fuchsia-200\/40 {
    border-inline-end-color: rgb(245 208 254 / 0.4);
  }

  .lg\:border-e-fuchsia-200\/45 {
    border-inline-end-color: rgb(245 208 254 / 0.45);
  }

  .lg\:border-e-fuchsia-200\/5 {
    border-inline-end-color: rgb(245 208 254 / 0.05);
  }

  .lg\:border-e-fuchsia-200\/50 {
    border-inline-end-color: rgb(245 208 254 / 0.5);
  }

  .lg\:border-e-fuchsia-200\/55 {
    border-inline-end-color: rgb(245 208 254 / 0.55);
  }

  .lg\:border-e-fuchsia-200\/60 {
    border-inline-end-color: rgb(245 208 254 / 0.6);
  }

  .lg\:border-e-fuchsia-200\/65 {
    border-inline-end-color: rgb(245 208 254 / 0.65);
  }

  .lg\:border-e-fuchsia-200\/70 {
    border-inline-end-color: rgb(245 208 254 / 0.7);
  }

  .lg\:border-e-fuchsia-200\/75 {
    border-inline-end-color: rgb(245 208 254 / 0.75);
  }

  .lg\:border-e-fuchsia-200\/80 {
    border-inline-end-color: rgb(245 208 254 / 0.8);
  }

  .lg\:border-e-fuchsia-200\/85 {
    border-inline-end-color: rgb(245 208 254 / 0.85);
  }

  .lg\:border-e-fuchsia-200\/90 {
    border-inline-end-color: rgb(245 208 254 / 0.9);
  }

  .lg\:border-e-fuchsia-200\/95 {
    border-inline-end-color: rgb(245 208 254 / 0.95);
  }

  .lg\:border-e-fuchsia-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(240 171 252 / var(--tw-border-opacity));
  }

  .lg\:border-e-fuchsia-300\/0 {
    border-inline-end-color: rgb(240 171 252 / 0);
  }

  .lg\:border-e-fuchsia-300\/10 {
    border-inline-end-color: rgb(240 171 252 / 0.1);
  }

  .lg\:border-e-fuchsia-300\/100 {
    border-inline-end-color: rgb(240 171 252 / 1);
  }

  .lg\:border-e-fuchsia-300\/15 {
    border-inline-end-color: rgb(240 171 252 / 0.15);
  }

  .lg\:border-e-fuchsia-300\/20 {
    border-inline-end-color: rgb(240 171 252 / 0.2);
  }

  .lg\:border-e-fuchsia-300\/25 {
    border-inline-end-color: rgb(240 171 252 / 0.25);
  }

  .lg\:border-e-fuchsia-300\/30 {
    border-inline-end-color: rgb(240 171 252 / 0.3);
  }

  .lg\:border-e-fuchsia-300\/35 {
    border-inline-end-color: rgb(240 171 252 / 0.35);
  }

  .lg\:border-e-fuchsia-300\/40 {
    border-inline-end-color: rgb(240 171 252 / 0.4);
  }

  .lg\:border-e-fuchsia-300\/45 {
    border-inline-end-color: rgb(240 171 252 / 0.45);
  }

  .lg\:border-e-fuchsia-300\/5 {
    border-inline-end-color: rgb(240 171 252 / 0.05);
  }

  .lg\:border-e-fuchsia-300\/50 {
    border-inline-end-color: rgb(240 171 252 / 0.5);
  }

  .lg\:border-e-fuchsia-300\/55 {
    border-inline-end-color: rgb(240 171 252 / 0.55);
  }

  .lg\:border-e-fuchsia-300\/60 {
    border-inline-end-color: rgb(240 171 252 / 0.6);
  }

  .lg\:border-e-fuchsia-300\/65 {
    border-inline-end-color: rgb(240 171 252 / 0.65);
  }

  .lg\:border-e-fuchsia-300\/70 {
    border-inline-end-color: rgb(240 171 252 / 0.7);
  }

  .lg\:border-e-fuchsia-300\/75 {
    border-inline-end-color: rgb(240 171 252 / 0.75);
  }

  .lg\:border-e-fuchsia-300\/80 {
    border-inline-end-color: rgb(240 171 252 / 0.8);
  }

  .lg\:border-e-fuchsia-300\/85 {
    border-inline-end-color: rgb(240 171 252 / 0.85);
  }

  .lg\:border-e-fuchsia-300\/90 {
    border-inline-end-color: rgb(240 171 252 / 0.9);
  }

  .lg\:border-e-fuchsia-300\/95 {
    border-inline-end-color: rgb(240 171 252 / 0.95);
  }

  .lg\:border-e-fuchsia-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(232 121 249 / var(--tw-border-opacity));
  }

  .lg\:border-e-fuchsia-400\/0 {
    border-inline-end-color: rgb(232 121 249 / 0);
  }

  .lg\:border-e-fuchsia-400\/10 {
    border-inline-end-color: rgb(232 121 249 / 0.1);
  }

  .lg\:border-e-fuchsia-400\/100 {
    border-inline-end-color: rgb(232 121 249 / 1);
  }

  .lg\:border-e-fuchsia-400\/15 {
    border-inline-end-color: rgb(232 121 249 / 0.15);
  }

  .lg\:border-e-fuchsia-400\/20 {
    border-inline-end-color: rgb(232 121 249 / 0.2);
  }

  .lg\:border-e-fuchsia-400\/25 {
    border-inline-end-color: rgb(232 121 249 / 0.25);
  }

  .lg\:border-e-fuchsia-400\/30 {
    border-inline-end-color: rgb(232 121 249 / 0.3);
  }

  .lg\:border-e-fuchsia-400\/35 {
    border-inline-end-color: rgb(232 121 249 / 0.35);
  }

  .lg\:border-e-fuchsia-400\/40 {
    border-inline-end-color: rgb(232 121 249 / 0.4);
  }

  .lg\:border-e-fuchsia-400\/45 {
    border-inline-end-color: rgb(232 121 249 / 0.45);
  }

  .lg\:border-e-fuchsia-400\/5 {
    border-inline-end-color: rgb(232 121 249 / 0.05);
  }

  .lg\:border-e-fuchsia-400\/50 {
    border-inline-end-color: rgb(232 121 249 / 0.5);
  }

  .lg\:border-e-fuchsia-400\/55 {
    border-inline-end-color: rgb(232 121 249 / 0.55);
  }

  .lg\:border-e-fuchsia-400\/60 {
    border-inline-end-color: rgb(232 121 249 / 0.6);
  }

  .lg\:border-e-fuchsia-400\/65 {
    border-inline-end-color: rgb(232 121 249 / 0.65);
  }

  .lg\:border-e-fuchsia-400\/70 {
    border-inline-end-color: rgb(232 121 249 / 0.7);
  }

  .lg\:border-e-fuchsia-400\/75 {
    border-inline-end-color: rgb(232 121 249 / 0.75);
  }

  .lg\:border-e-fuchsia-400\/80 {
    border-inline-end-color: rgb(232 121 249 / 0.8);
  }

  .lg\:border-e-fuchsia-400\/85 {
    border-inline-end-color: rgb(232 121 249 / 0.85);
  }

  .lg\:border-e-fuchsia-400\/90 {
    border-inline-end-color: rgb(232 121 249 / 0.9);
  }

  .lg\:border-e-fuchsia-400\/95 {
    border-inline-end-color: rgb(232 121 249 / 0.95);
  }

  .lg\:border-e-fuchsia-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(253 244 255 / var(--tw-border-opacity));
  }

  .lg\:border-e-fuchsia-50\/0 {
    border-inline-end-color: rgb(253 244 255 / 0);
  }

  .lg\:border-e-fuchsia-50\/10 {
    border-inline-end-color: rgb(253 244 255 / 0.1);
  }

  .lg\:border-e-fuchsia-50\/100 {
    border-inline-end-color: rgb(253 244 255 / 1);
  }

  .lg\:border-e-fuchsia-50\/15 {
    border-inline-end-color: rgb(253 244 255 / 0.15);
  }

  .lg\:border-e-fuchsia-50\/20 {
    border-inline-end-color: rgb(253 244 255 / 0.2);
  }

  .lg\:border-e-fuchsia-50\/25 {
    border-inline-end-color: rgb(253 244 255 / 0.25);
  }

  .lg\:border-e-fuchsia-50\/30 {
    border-inline-end-color: rgb(253 244 255 / 0.3);
  }

  .lg\:border-e-fuchsia-50\/35 {
    border-inline-end-color: rgb(253 244 255 / 0.35);
  }

  .lg\:border-e-fuchsia-50\/40 {
    border-inline-end-color: rgb(253 244 255 / 0.4);
  }

  .lg\:border-e-fuchsia-50\/45 {
    border-inline-end-color: rgb(253 244 255 / 0.45);
  }

  .lg\:border-e-fuchsia-50\/5 {
    border-inline-end-color: rgb(253 244 255 / 0.05);
  }

  .lg\:border-e-fuchsia-50\/50 {
    border-inline-end-color: rgb(253 244 255 / 0.5);
  }

  .lg\:border-e-fuchsia-50\/55 {
    border-inline-end-color: rgb(253 244 255 / 0.55);
  }

  .lg\:border-e-fuchsia-50\/60 {
    border-inline-end-color: rgb(253 244 255 / 0.6);
  }

  .lg\:border-e-fuchsia-50\/65 {
    border-inline-end-color: rgb(253 244 255 / 0.65);
  }

  .lg\:border-e-fuchsia-50\/70 {
    border-inline-end-color: rgb(253 244 255 / 0.7);
  }

  .lg\:border-e-fuchsia-50\/75 {
    border-inline-end-color: rgb(253 244 255 / 0.75);
  }

  .lg\:border-e-fuchsia-50\/80 {
    border-inline-end-color: rgb(253 244 255 / 0.8);
  }

  .lg\:border-e-fuchsia-50\/85 {
    border-inline-end-color: rgb(253 244 255 / 0.85);
  }

  .lg\:border-e-fuchsia-50\/90 {
    border-inline-end-color: rgb(253 244 255 / 0.9);
  }

  .lg\:border-e-fuchsia-50\/95 {
    border-inline-end-color: rgb(253 244 255 / 0.95);
  }

  .lg\:border-e-fuchsia-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(217 70 239 / var(--tw-border-opacity));
  }

  .lg\:border-e-fuchsia-500\/0 {
    border-inline-end-color: rgb(217 70 239 / 0);
  }

  .lg\:border-e-fuchsia-500\/10 {
    border-inline-end-color: rgb(217 70 239 / 0.1);
  }

  .lg\:border-e-fuchsia-500\/100 {
    border-inline-end-color: rgb(217 70 239 / 1);
  }

  .lg\:border-e-fuchsia-500\/15 {
    border-inline-end-color: rgb(217 70 239 / 0.15);
  }

  .lg\:border-e-fuchsia-500\/20 {
    border-inline-end-color: rgb(217 70 239 / 0.2);
  }

  .lg\:border-e-fuchsia-500\/25 {
    border-inline-end-color: rgb(217 70 239 / 0.25);
  }

  .lg\:border-e-fuchsia-500\/30 {
    border-inline-end-color: rgb(217 70 239 / 0.3);
  }

  .lg\:border-e-fuchsia-500\/35 {
    border-inline-end-color: rgb(217 70 239 / 0.35);
  }

  .lg\:border-e-fuchsia-500\/40 {
    border-inline-end-color: rgb(217 70 239 / 0.4);
  }

  .lg\:border-e-fuchsia-500\/45 {
    border-inline-end-color: rgb(217 70 239 / 0.45);
  }

  .lg\:border-e-fuchsia-500\/5 {
    border-inline-end-color: rgb(217 70 239 / 0.05);
  }

  .lg\:border-e-fuchsia-500\/50 {
    border-inline-end-color: rgb(217 70 239 / 0.5);
  }

  .lg\:border-e-fuchsia-500\/55 {
    border-inline-end-color: rgb(217 70 239 / 0.55);
  }

  .lg\:border-e-fuchsia-500\/60 {
    border-inline-end-color: rgb(217 70 239 / 0.6);
  }

  .lg\:border-e-fuchsia-500\/65 {
    border-inline-end-color: rgb(217 70 239 / 0.65);
  }

  .lg\:border-e-fuchsia-500\/70 {
    border-inline-end-color: rgb(217 70 239 / 0.7);
  }

  .lg\:border-e-fuchsia-500\/75 {
    border-inline-end-color: rgb(217 70 239 / 0.75);
  }

  .lg\:border-e-fuchsia-500\/80 {
    border-inline-end-color: rgb(217 70 239 / 0.8);
  }

  .lg\:border-e-fuchsia-500\/85 {
    border-inline-end-color: rgb(217 70 239 / 0.85);
  }

  .lg\:border-e-fuchsia-500\/90 {
    border-inline-end-color: rgb(217 70 239 / 0.9);
  }

  .lg\:border-e-fuchsia-500\/95 {
    border-inline-end-color: rgb(217 70 239 / 0.95);
  }

  .lg\:border-e-fuchsia-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(192 38 211 / var(--tw-border-opacity));
  }

  .lg\:border-e-fuchsia-600\/0 {
    border-inline-end-color: rgb(192 38 211 / 0);
  }

  .lg\:border-e-fuchsia-600\/10 {
    border-inline-end-color: rgb(192 38 211 / 0.1);
  }

  .lg\:border-e-fuchsia-600\/100 {
    border-inline-end-color: rgb(192 38 211 / 1);
  }

  .lg\:border-e-fuchsia-600\/15 {
    border-inline-end-color: rgb(192 38 211 / 0.15);
  }

  .lg\:border-e-fuchsia-600\/20 {
    border-inline-end-color: rgb(192 38 211 / 0.2);
  }

  .lg\:border-e-fuchsia-600\/25 {
    border-inline-end-color: rgb(192 38 211 / 0.25);
  }

  .lg\:border-e-fuchsia-600\/30 {
    border-inline-end-color: rgb(192 38 211 / 0.3);
  }

  .lg\:border-e-fuchsia-600\/35 {
    border-inline-end-color: rgb(192 38 211 / 0.35);
  }

  .lg\:border-e-fuchsia-600\/40 {
    border-inline-end-color: rgb(192 38 211 / 0.4);
  }

  .lg\:border-e-fuchsia-600\/45 {
    border-inline-end-color: rgb(192 38 211 / 0.45);
  }

  .lg\:border-e-fuchsia-600\/5 {
    border-inline-end-color: rgb(192 38 211 / 0.05);
  }

  .lg\:border-e-fuchsia-600\/50 {
    border-inline-end-color: rgb(192 38 211 / 0.5);
  }

  .lg\:border-e-fuchsia-600\/55 {
    border-inline-end-color: rgb(192 38 211 / 0.55);
  }

  .lg\:border-e-fuchsia-600\/60 {
    border-inline-end-color: rgb(192 38 211 / 0.6);
  }

  .lg\:border-e-fuchsia-600\/65 {
    border-inline-end-color: rgb(192 38 211 / 0.65);
  }

  .lg\:border-e-fuchsia-600\/70 {
    border-inline-end-color: rgb(192 38 211 / 0.7);
  }

  .lg\:border-e-fuchsia-600\/75 {
    border-inline-end-color: rgb(192 38 211 / 0.75);
  }

  .lg\:border-e-fuchsia-600\/80 {
    border-inline-end-color: rgb(192 38 211 / 0.8);
  }

  .lg\:border-e-fuchsia-600\/85 {
    border-inline-end-color: rgb(192 38 211 / 0.85);
  }

  .lg\:border-e-fuchsia-600\/90 {
    border-inline-end-color: rgb(192 38 211 / 0.9);
  }

  .lg\:border-e-fuchsia-600\/95 {
    border-inline-end-color: rgb(192 38 211 / 0.95);
  }

  .lg\:border-e-fuchsia-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(162 28 175 / var(--tw-border-opacity));
  }

  .lg\:border-e-fuchsia-700\/0 {
    border-inline-end-color: rgb(162 28 175 / 0);
  }

  .lg\:border-e-fuchsia-700\/10 {
    border-inline-end-color: rgb(162 28 175 / 0.1);
  }

  .lg\:border-e-fuchsia-700\/100 {
    border-inline-end-color: rgb(162 28 175 / 1);
  }

  .lg\:border-e-fuchsia-700\/15 {
    border-inline-end-color: rgb(162 28 175 / 0.15);
  }

  .lg\:border-e-fuchsia-700\/20 {
    border-inline-end-color: rgb(162 28 175 / 0.2);
  }

  .lg\:border-e-fuchsia-700\/25 {
    border-inline-end-color: rgb(162 28 175 / 0.25);
  }

  .lg\:border-e-fuchsia-700\/30 {
    border-inline-end-color: rgb(162 28 175 / 0.3);
  }

  .lg\:border-e-fuchsia-700\/35 {
    border-inline-end-color: rgb(162 28 175 / 0.35);
  }

  .lg\:border-e-fuchsia-700\/40 {
    border-inline-end-color: rgb(162 28 175 / 0.4);
  }

  .lg\:border-e-fuchsia-700\/45 {
    border-inline-end-color: rgb(162 28 175 / 0.45);
  }

  .lg\:border-e-fuchsia-700\/5 {
    border-inline-end-color: rgb(162 28 175 / 0.05);
  }

  .lg\:border-e-fuchsia-700\/50 {
    border-inline-end-color: rgb(162 28 175 / 0.5);
  }

  .lg\:border-e-fuchsia-700\/55 {
    border-inline-end-color: rgb(162 28 175 / 0.55);
  }

  .lg\:border-e-fuchsia-700\/60 {
    border-inline-end-color: rgb(162 28 175 / 0.6);
  }

  .lg\:border-e-fuchsia-700\/65 {
    border-inline-end-color: rgb(162 28 175 / 0.65);
  }

  .lg\:border-e-fuchsia-700\/70 {
    border-inline-end-color: rgb(162 28 175 / 0.7);
  }

  .lg\:border-e-fuchsia-700\/75 {
    border-inline-end-color: rgb(162 28 175 / 0.75);
  }

  .lg\:border-e-fuchsia-700\/80 {
    border-inline-end-color: rgb(162 28 175 / 0.8);
  }

  .lg\:border-e-fuchsia-700\/85 {
    border-inline-end-color: rgb(162 28 175 / 0.85);
  }

  .lg\:border-e-fuchsia-700\/90 {
    border-inline-end-color: rgb(162 28 175 / 0.9);
  }

  .lg\:border-e-fuchsia-700\/95 {
    border-inline-end-color: rgb(162 28 175 / 0.95);
  }

  .lg\:border-e-fuchsia-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(134 25 143 / var(--tw-border-opacity));
  }

  .lg\:border-e-fuchsia-800\/0 {
    border-inline-end-color: rgb(134 25 143 / 0);
  }

  .lg\:border-e-fuchsia-800\/10 {
    border-inline-end-color: rgb(134 25 143 / 0.1);
  }

  .lg\:border-e-fuchsia-800\/100 {
    border-inline-end-color: rgb(134 25 143 / 1);
  }

  .lg\:border-e-fuchsia-800\/15 {
    border-inline-end-color: rgb(134 25 143 / 0.15);
  }

  .lg\:border-e-fuchsia-800\/20 {
    border-inline-end-color: rgb(134 25 143 / 0.2);
  }

  .lg\:border-e-fuchsia-800\/25 {
    border-inline-end-color: rgb(134 25 143 / 0.25);
  }

  .lg\:border-e-fuchsia-800\/30 {
    border-inline-end-color: rgb(134 25 143 / 0.3);
  }

  .lg\:border-e-fuchsia-800\/35 {
    border-inline-end-color: rgb(134 25 143 / 0.35);
  }

  .lg\:border-e-fuchsia-800\/40 {
    border-inline-end-color: rgb(134 25 143 / 0.4);
  }

  .lg\:border-e-fuchsia-800\/45 {
    border-inline-end-color: rgb(134 25 143 / 0.45);
  }

  .lg\:border-e-fuchsia-800\/5 {
    border-inline-end-color: rgb(134 25 143 / 0.05);
  }

  .lg\:border-e-fuchsia-800\/50 {
    border-inline-end-color: rgb(134 25 143 / 0.5);
  }

  .lg\:border-e-fuchsia-800\/55 {
    border-inline-end-color: rgb(134 25 143 / 0.55);
  }

  .lg\:border-e-fuchsia-800\/60 {
    border-inline-end-color: rgb(134 25 143 / 0.6);
  }

  .lg\:border-e-fuchsia-800\/65 {
    border-inline-end-color: rgb(134 25 143 / 0.65);
  }

  .lg\:border-e-fuchsia-800\/70 {
    border-inline-end-color: rgb(134 25 143 / 0.7);
  }

  .lg\:border-e-fuchsia-800\/75 {
    border-inline-end-color: rgb(134 25 143 / 0.75);
  }

  .lg\:border-e-fuchsia-800\/80 {
    border-inline-end-color: rgb(134 25 143 / 0.8);
  }

  .lg\:border-e-fuchsia-800\/85 {
    border-inline-end-color: rgb(134 25 143 / 0.85);
  }

  .lg\:border-e-fuchsia-800\/90 {
    border-inline-end-color: rgb(134 25 143 / 0.9);
  }

  .lg\:border-e-fuchsia-800\/95 {
    border-inline-end-color: rgb(134 25 143 / 0.95);
  }

  .lg\:border-e-fuchsia-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(112 26 117 / var(--tw-border-opacity));
  }

  .lg\:border-e-fuchsia-900\/0 {
    border-inline-end-color: rgb(112 26 117 / 0);
  }

  .lg\:border-e-fuchsia-900\/10 {
    border-inline-end-color: rgb(112 26 117 / 0.1);
  }

  .lg\:border-e-fuchsia-900\/100 {
    border-inline-end-color: rgb(112 26 117 / 1);
  }

  .lg\:border-e-fuchsia-900\/15 {
    border-inline-end-color: rgb(112 26 117 / 0.15);
  }

  .lg\:border-e-fuchsia-900\/20 {
    border-inline-end-color: rgb(112 26 117 / 0.2);
  }

  .lg\:border-e-fuchsia-900\/25 {
    border-inline-end-color: rgb(112 26 117 / 0.25);
  }

  .lg\:border-e-fuchsia-900\/30 {
    border-inline-end-color: rgb(112 26 117 / 0.3);
  }

  .lg\:border-e-fuchsia-900\/35 {
    border-inline-end-color: rgb(112 26 117 / 0.35);
  }

  .lg\:border-e-fuchsia-900\/40 {
    border-inline-end-color: rgb(112 26 117 / 0.4);
  }

  .lg\:border-e-fuchsia-900\/45 {
    border-inline-end-color: rgb(112 26 117 / 0.45);
  }

  .lg\:border-e-fuchsia-900\/5 {
    border-inline-end-color: rgb(112 26 117 / 0.05);
  }

  .lg\:border-e-fuchsia-900\/50 {
    border-inline-end-color: rgb(112 26 117 / 0.5);
  }

  .lg\:border-e-fuchsia-900\/55 {
    border-inline-end-color: rgb(112 26 117 / 0.55);
  }

  .lg\:border-e-fuchsia-900\/60 {
    border-inline-end-color: rgb(112 26 117 / 0.6);
  }

  .lg\:border-e-fuchsia-900\/65 {
    border-inline-end-color: rgb(112 26 117 / 0.65);
  }

  .lg\:border-e-fuchsia-900\/70 {
    border-inline-end-color: rgb(112 26 117 / 0.7);
  }

  .lg\:border-e-fuchsia-900\/75 {
    border-inline-end-color: rgb(112 26 117 / 0.75);
  }

  .lg\:border-e-fuchsia-900\/80 {
    border-inline-end-color: rgb(112 26 117 / 0.8);
  }

  .lg\:border-e-fuchsia-900\/85 {
    border-inline-end-color: rgb(112 26 117 / 0.85);
  }

  .lg\:border-e-fuchsia-900\/90 {
    border-inline-end-color: rgb(112 26 117 / 0.9);
  }

  .lg\:border-e-fuchsia-900\/95 {
    border-inline-end-color: rgb(112 26 117 / 0.95);
  }

  .lg\:border-e-fuchsia-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(74 4 78 / var(--tw-border-opacity));
  }

  .lg\:border-e-fuchsia-950\/0 {
    border-inline-end-color: rgb(74 4 78 / 0);
  }

  .lg\:border-e-fuchsia-950\/10 {
    border-inline-end-color: rgb(74 4 78 / 0.1);
  }

  .lg\:border-e-fuchsia-950\/100 {
    border-inline-end-color: rgb(74 4 78 / 1);
  }

  .lg\:border-e-fuchsia-950\/15 {
    border-inline-end-color: rgb(74 4 78 / 0.15);
  }

  .lg\:border-e-fuchsia-950\/20 {
    border-inline-end-color: rgb(74 4 78 / 0.2);
  }

  .lg\:border-e-fuchsia-950\/25 {
    border-inline-end-color: rgb(74 4 78 / 0.25);
  }

  .lg\:border-e-fuchsia-950\/30 {
    border-inline-end-color: rgb(74 4 78 / 0.3);
  }

  .lg\:border-e-fuchsia-950\/35 {
    border-inline-end-color: rgb(74 4 78 / 0.35);
  }

  .lg\:border-e-fuchsia-950\/40 {
    border-inline-end-color: rgb(74 4 78 / 0.4);
  }

  .lg\:border-e-fuchsia-950\/45 {
    border-inline-end-color: rgb(74 4 78 / 0.45);
  }

  .lg\:border-e-fuchsia-950\/5 {
    border-inline-end-color: rgb(74 4 78 / 0.05);
  }

  .lg\:border-e-fuchsia-950\/50 {
    border-inline-end-color: rgb(74 4 78 / 0.5);
  }

  .lg\:border-e-fuchsia-950\/55 {
    border-inline-end-color: rgb(74 4 78 / 0.55);
  }

  .lg\:border-e-fuchsia-950\/60 {
    border-inline-end-color: rgb(74 4 78 / 0.6);
  }

  .lg\:border-e-fuchsia-950\/65 {
    border-inline-end-color: rgb(74 4 78 / 0.65);
  }

  .lg\:border-e-fuchsia-950\/70 {
    border-inline-end-color: rgb(74 4 78 / 0.7);
  }

  .lg\:border-e-fuchsia-950\/75 {
    border-inline-end-color: rgb(74 4 78 / 0.75);
  }

  .lg\:border-e-fuchsia-950\/80 {
    border-inline-end-color: rgb(74 4 78 / 0.8);
  }

  .lg\:border-e-fuchsia-950\/85 {
    border-inline-end-color: rgb(74 4 78 / 0.85);
  }

  .lg\:border-e-fuchsia-950\/90 {
    border-inline-end-color: rgb(74 4 78 / 0.9);
  }

  .lg\:border-e-fuchsia-950\/95 {
    border-inline-end-color: rgb(74 4 78 / 0.95);
  }

  .lg\:border-e-gray-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(243 244 246 / var(--tw-border-opacity));
  }

  .lg\:border-e-gray-100\/0 {
    border-inline-end-color: rgb(243 244 246 / 0);
  }

  .lg\:border-e-gray-100\/10 {
    border-inline-end-color: rgb(243 244 246 / 0.1);
  }

  .lg\:border-e-gray-100\/100 {
    border-inline-end-color: rgb(243 244 246 / 1);
  }

  .lg\:border-e-gray-100\/15 {
    border-inline-end-color: rgb(243 244 246 / 0.15);
  }

  .lg\:border-e-gray-100\/20 {
    border-inline-end-color: rgb(243 244 246 / 0.2);
  }

  .lg\:border-e-gray-100\/25 {
    border-inline-end-color: rgb(243 244 246 / 0.25);
  }

  .lg\:border-e-gray-100\/30 {
    border-inline-end-color: rgb(243 244 246 / 0.3);
  }

  .lg\:border-e-gray-100\/35 {
    border-inline-end-color: rgb(243 244 246 / 0.35);
  }

  .lg\:border-e-gray-100\/40 {
    border-inline-end-color: rgb(243 244 246 / 0.4);
  }

  .lg\:border-e-gray-100\/45 {
    border-inline-end-color: rgb(243 244 246 / 0.45);
  }

  .lg\:border-e-gray-100\/5 {
    border-inline-end-color: rgb(243 244 246 / 0.05);
  }

  .lg\:border-e-gray-100\/50 {
    border-inline-end-color: rgb(243 244 246 / 0.5);
  }

  .lg\:border-e-gray-100\/55 {
    border-inline-end-color: rgb(243 244 246 / 0.55);
  }

  .lg\:border-e-gray-100\/60 {
    border-inline-end-color: rgb(243 244 246 / 0.6);
  }

  .lg\:border-e-gray-100\/65 {
    border-inline-end-color: rgb(243 244 246 / 0.65);
  }

  .lg\:border-e-gray-100\/70 {
    border-inline-end-color: rgb(243 244 246 / 0.7);
  }

  .lg\:border-e-gray-100\/75 {
    border-inline-end-color: rgb(243 244 246 / 0.75);
  }

  .lg\:border-e-gray-100\/80 {
    border-inline-end-color: rgb(243 244 246 / 0.8);
  }

  .lg\:border-e-gray-100\/85 {
    border-inline-end-color: rgb(243 244 246 / 0.85);
  }

  .lg\:border-e-gray-100\/90 {
    border-inline-end-color: rgb(243 244 246 / 0.9);
  }

  .lg\:border-e-gray-100\/95 {
    border-inline-end-color: rgb(243 244 246 / 0.95);
  }

  .lg\:border-e-gray-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

  .lg\:border-e-gray-200\/0 {
    border-inline-end-color: rgb(229 231 235 / 0);
  }

  .lg\:border-e-gray-200\/10 {
    border-inline-end-color: rgb(229 231 235 / 0.1);
  }

  .lg\:border-e-gray-200\/100 {
    border-inline-end-color: rgb(229 231 235 / 1);
  }

  .lg\:border-e-gray-200\/15 {
    border-inline-end-color: rgb(229 231 235 / 0.15);
  }

  .lg\:border-e-gray-200\/20 {
    border-inline-end-color: rgb(229 231 235 / 0.2);
  }

  .lg\:border-e-gray-200\/25 {
    border-inline-end-color: rgb(229 231 235 / 0.25);
  }

  .lg\:border-e-gray-200\/30 {
    border-inline-end-color: rgb(229 231 235 / 0.3);
  }

  .lg\:border-e-gray-200\/35 {
    border-inline-end-color: rgb(229 231 235 / 0.35);
  }

  .lg\:border-e-gray-200\/40 {
    border-inline-end-color: rgb(229 231 235 / 0.4);
  }

  .lg\:border-e-gray-200\/45 {
    border-inline-end-color: rgb(229 231 235 / 0.45);
  }

  .lg\:border-e-gray-200\/5 {
    border-inline-end-color: rgb(229 231 235 / 0.05);
  }

  .lg\:border-e-gray-200\/50 {
    border-inline-end-color: rgb(229 231 235 / 0.5);
  }

  .lg\:border-e-gray-200\/55 {
    border-inline-end-color: rgb(229 231 235 / 0.55);
  }

  .lg\:border-e-gray-200\/60 {
    border-inline-end-color: rgb(229 231 235 / 0.6);
  }

  .lg\:border-e-gray-200\/65 {
    border-inline-end-color: rgb(229 231 235 / 0.65);
  }

  .lg\:border-e-gray-200\/70 {
    border-inline-end-color: rgb(229 231 235 / 0.7);
  }

  .lg\:border-e-gray-200\/75 {
    border-inline-end-color: rgb(229 231 235 / 0.75);
  }

  .lg\:border-e-gray-200\/80 {
    border-inline-end-color: rgb(229 231 235 / 0.8);
  }

  .lg\:border-e-gray-200\/85 {
    border-inline-end-color: rgb(229 231 235 / 0.85);
  }

  .lg\:border-e-gray-200\/90 {
    border-inline-end-color: rgb(229 231 235 / 0.9);
  }

  .lg\:border-e-gray-200\/95 {
    border-inline-end-color: rgb(229 231 235 / 0.95);
  }

  .lg\:border-e-gray-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(209 213 219 / var(--tw-border-opacity));
  }

  .lg\:border-e-gray-300\/0 {
    border-inline-end-color: rgb(209 213 219 / 0);
  }

  .lg\:border-e-gray-300\/10 {
    border-inline-end-color: rgb(209 213 219 / 0.1);
  }

  .lg\:border-e-gray-300\/100 {
    border-inline-end-color: rgb(209 213 219 / 1);
  }

  .lg\:border-e-gray-300\/15 {
    border-inline-end-color: rgb(209 213 219 / 0.15);
  }

  .lg\:border-e-gray-300\/20 {
    border-inline-end-color: rgb(209 213 219 / 0.2);
  }

  .lg\:border-e-gray-300\/25 {
    border-inline-end-color: rgb(209 213 219 / 0.25);
  }

  .lg\:border-e-gray-300\/30 {
    border-inline-end-color: rgb(209 213 219 / 0.3);
  }

  .lg\:border-e-gray-300\/35 {
    border-inline-end-color: rgb(209 213 219 / 0.35);
  }

  .lg\:border-e-gray-300\/40 {
    border-inline-end-color: rgb(209 213 219 / 0.4);
  }

  .lg\:border-e-gray-300\/45 {
    border-inline-end-color: rgb(209 213 219 / 0.45);
  }

  .lg\:border-e-gray-300\/5 {
    border-inline-end-color: rgb(209 213 219 / 0.05);
  }

  .lg\:border-e-gray-300\/50 {
    border-inline-end-color: rgb(209 213 219 / 0.5);
  }

  .lg\:border-e-gray-300\/55 {
    border-inline-end-color: rgb(209 213 219 / 0.55);
  }

  .lg\:border-e-gray-300\/60 {
    border-inline-end-color: rgb(209 213 219 / 0.6);
  }

  .lg\:border-e-gray-300\/65 {
    border-inline-end-color: rgb(209 213 219 / 0.65);
  }

  .lg\:border-e-gray-300\/70 {
    border-inline-end-color: rgb(209 213 219 / 0.7);
  }

  .lg\:border-e-gray-300\/75 {
    border-inline-end-color: rgb(209 213 219 / 0.75);
  }

  .lg\:border-e-gray-300\/80 {
    border-inline-end-color: rgb(209 213 219 / 0.8);
  }

  .lg\:border-e-gray-300\/85 {
    border-inline-end-color: rgb(209 213 219 / 0.85);
  }

  .lg\:border-e-gray-300\/90 {
    border-inline-end-color: rgb(209 213 219 / 0.9);
  }

  .lg\:border-e-gray-300\/95 {
    border-inline-end-color: rgb(209 213 219 / 0.95);
  }

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

  .lg\:border-e-gray-400\/0 {
    border-inline-end-color: rgb(156 163 175 / 0);
  }

  .lg\:border-e-gray-400\/10 {
    border-inline-end-color: rgb(156 163 175 / 0.1);
  }

  .lg\:border-e-gray-400\/100 {
    border-inline-end-color: rgb(156 163 175 / 1);
  }

  .lg\:border-e-gray-400\/15 {
    border-inline-end-color: rgb(156 163 175 / 0.15);
  }

  .lg\:border-e-gray-400\/20 {
    border-inline-end-color: rgb(156 163 175 / 0.2);
  }

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

  .lg\:border-e-gray-400\/30 {
    border-inline-end-color: rgb(156 163 175 / 0.3);
  }

  .lg\:border-e-gray-400\/35 {
    border-inline-end-color: rgb(156 163 175 / 0.35);
  }

  .lg\:border-e-gray-400\/40 {
    border-inline-end-color: rgb(156 163 175 / 0.4);
  }

  .lg\:border-e-gray-400\/45 {
    border-inline-end-color: rgb(156 163 175 / 0.45);
  }

  .lg\:border-e-gray-400\/5 {
    border-inline-end-color: rgb(156 163 175 / 0.05);
  }

  .lg\:border-e-gray-400\/50 {
    border-inline-end-color: rgb(156 163 175 / 0.5);
  }

  .lg\:border-e-gray-400\/55 {
    border-inline-end-color: rgb(156 163 175 / 0.55);
  }

  .lg\:border-e-gray-400\/60 {
    border-inline-end-color: rgb(156 163 175 / 0.6);
  }

  .lg\:border-e-gray-400\/65 {
    border-inline-end-color: rgb(156 163 175 / 0.65);
  }

  .lg\:border-e-gray-400\/70 {
    border-inline-end-color: rgb(156 163 175 / 0.7);
  }

  .lg\:border-e-gray-400\/75 {
    border-inline-end-color: rgb(156 163 175 / 0.75);
  }

  .lg\:border-e-gray-400\/80 {
    border-inline-end-color: rgb(156 163 175 / 0.8);
  }

  .lg\:border-e-gray-400\/85 {
    border-inline-end-color: rgb(156 163 175 / 0.85);
  }

  .lg\:border-e-gray-400\/90 {
    border-inline-end-color: rgb(156 163 175 / 0.9);
  }

  .lg\:border-e-gray-400\/95 {
    border-inline-end-color: rgb(156 163 175 / 0.95);
  }

  .lg\:border-e-gray-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(249 250 251 / var(--tw-border-opacity));
  }

  .lg\:border-e-gray-50\/0 {
    border-inline-end-color: rgb(249 250 251 / 0);
  }

  .lg\:border-e-gray-50\/10 {
    border-inline-end-color: rgb(249 250 251 / 0.1);
  }

  .lg\:border-e-gray-50\/100 {
    border-inline-end-color: rgb(249 250 251 / 1);
  }

  .lg\:border-e-gray-50\/15 {
    border-inline-end-color: rgb(249 250 251 / 0.15);
  }

  .lg\:border-e-gray-50\/20 {
    border-inline-end-color: rgb(249 250 251 / 0.2);
  }

  .lg\:border-e-gray-50\/25 {
    border-inline-end-color: rgb(249 250 251 / 0.25);
  }

  .lg\:border-e-gray-50\/30 {
    border-inline-end-color: rgb(249 250 251 / 0.3);
  }

  .lg\:border-e-gray-50\/35 {
    border-inline-end-color: rgb(249 250 251 / 0.35);
  }

  .lg\:border-e-gray-50\/40 {
    border-inline-end-color: rgb(249 250 251 / 0.4);
  }

  .lg\:border-e-gray-50\/45 {
    border-inline-end-color: rgb(249 250 251 / 0.45);
  }

  .lg\:border-e-gray-50\/5 {
    border-inline-end-color: rgb(249 250 251 / 0.05);
  }

  .lg\:border-e-gray-50\/50 {
    border-inline-end-color: rgb(249 250 251 / 0.5);
  }

  .lg\:border-e-gray-50\/55 {
    border-inline-end-color: rgb(249 250 251 / 0.55);
  }

  .lg\:border-e-gray-50\/60 {
    border-inline-end-color: rgb(249 250 251 / 0.6);
  }

  .lg\:border-e-gray-50\/65 {
    border-inline-end-color: rgb(249 250 251 / 0.65);
  }

  .lg\:border-e-gray-50\/70 {
    border-inline-end-color: rgb(249 250 251 / 0.7);
  }

  .lg\:border-e-gray-50\/75 {
    border-inline-end-color: rgb(249 250 251 / 0.75);
  }

  .lg\:border-e-gray-50\/80 {
    border-inline-end-color: rgb(249 250 251 / 0.8);
  }

  .lg\:border-e-gray-50\/85 {
    border-inline-end-color: rgb(249 250 251 / 0.85);
  }

  .lg\:border-e-gray-50\/90 {
    border-inline-end-color: rgb(249 250 251 / 0.9);
  }

  .lg\:border-e-gray-50\/95 {
    border-inline-end-color: rgb(249 250 251 / 0.95);
  }

  .lg\:border-e-gray-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(107 114 128 / var(--tw-border-opacity));
  }

  .lg\:border-e-gray-500\/0 {
    border-inline-end-color: rgb(107 114 128 / 0);
  }

  .lg\:border-e-gray-500\/10 {
    border-inline-end-color: rgb(107 114 128 / 0.1);
  }

  .lg\:border-e-gray-500\/100 {
    border-inline-end-color: rgb(107 114 128 / 1);
  }

  .lg\:border-e-gray-500\/15 {
    border-inline-end-color: rgb(107 114 128 / 0.15);
  }

  .lg\:border-e-gray-500\/20 {
    border-inline-end-color: rgb(107 114 128 / 0.2);
  }

  .lg\:border-e-gray-500\/25 {
    border-inline-end-color: rgb(107 114 128 / 0.25);
  }

  .lg\:border-e-gray-500\/30 {
    border-inline-end-color: rgb(107 114 128 / 0.3);
  }

  .lg\:border-e-gray-500\/35 {
    border-inline-end-color: rgb(107 114 128 / 0.35);
  }

  .lg\:border-e-gray-500\/40 {
    border-inline-end-color: rgb(107 114 128 / 0.4);
  }

  .lg\:border-e-gray-500\/45 {
    border-inline-end-color: rgb(107 114 128 / 0.45);
  }

  .lg\:border-e-gray-500\/5 {
    border-inline-end-color: rgb(107 114 128 / 0.05);
  }

  .lg\:border-e-gray-500\/50 {
    border-inline-end-color: rgb(107 114 128 / 0.5);
  }

  .lg\:border-e-gray-500\/55 {
    border-inline-end-color: rgb(107 114 128 / 0.55);
  }

  .lg\:border-e-gray-500\/60 {
    border-inline-end-color: rgb(107 114 128 / 0.6);
  }

  .lg\:border-e-gray-500\/65 {
    border-inline-end-color: rgb(107 114 128 / 0.65);
  }

  .lg\:border-e-gray-500\/70 {
    border-inline-end-color: rgb(107 114 128 / 0.7);
  }

  .lg\:border-e-gray-500\/75 {
    border-inline-end-color: rgb(107 114 128 / 0.75);
  }

  .lg\:border-e-gray-500\/80 {
    border-inline-end-color: rgb(107 114 128 / 0.8);
  }

  .lg\:border-e-gray-500\/85 {
    border-inline-end-color: rgb(107 114 128 / 0.85);
  }

  .lg\:border-e-gray-500\/90 {
    border-inline-end-color: rgb(107 114 128 / 0.9);
  }

  .lg\:border-e-gray-500\/95 {
    border-inline-end-color: rgb(107 114 128 / 0.95);
  }

  .lg\:border-e-gray-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .lg\:border-e-gray-600\/0 {
    border-inline-end-color: rgb(75 85 99 / 0);
  }

  .lg\:border-e-gray-600\/10 {
    border-inline-end-color: rgb(75 85 99 / 0.1);
  }

  .lg\:border-e-gray-600\/100 {
    border-inline-end-color: rgb(75 85 99 / 1);
  }

  .lg\:border-e-gray-600\/15 {
    border-inline-end-color: rgb(75 85 99 / 0.15);
  }

  .lg\:border-e-gray-600\/20 {
    border-inline-end-color: rgb(75 85 99 / 0.2);
  }

  .lg\:border-e-gray-600\/25 {
    border-inline-end-color: rgb(75 85 99 / 0.25);
  }

  .lg\:border-e-gray-600\/30 {
    border-inline-end-color: rgb(75 85 99 / 0.3);
  }

  .lg\:border-e-gray-600\/35 {
    border-inline-end-color: rgb(75 85 99 / 0.35);
  }

  .lg\:border-e-gray-600\/40 {
    border-inline-end-color: rgb(75 85 99 / 0.4);
  }

  .lg\:border-e-gray-600\/45 {
    border-inline-end-color: rgb(75 85 99 / 0.45);
  }

  .lg\:border-e-gray-600\/5 {
    border-inline-end-color: rgb(75 85 99 / 0.05);
  }

  .lg\:border-e-gray-600\/50 {
    border-inline-end-color: rgb(75 85 99 / 0.5);
  }

  .lg\:border-e-gray-600\/55 {
    border-inline-end-color: rgb(75 85 99 / 0.55);
  }

  .lg\:border-e-gray-600\/60 {
    border-inline-end-color: rgb(75 85 99 / 0.6);
  }

  .lg\:border-e-gray-600\/65 {
    border-inline-end-color: rgb(75 85 99 / 0.65);
  }

  .lg\:border-e-gray-600\/70 {
    border-inline-end-color: rgb(75 85 99 / 0.7);
  }

  .lg\:border-e-gray-600\/75 {
    border-inline-end-color: rgb(75 85 99 / 0.75);
  }

  .lg\:border-e-gray-600\/80 {
    border-inline-end-color: rgb(75 85 99 / 0.8);
  }

  .lg\:border-e-gray-600\/85 {
    border-inline-end-color: rgb(75 85 99 / 0.85);
  }

  .lg\:border-e-gray-600\/90 {
    border-inline-end-color: rgb(75 85 99 / 0.9);
  }

  .lg\:border-e-gray-600\/95 {
    border-inline-end-color: rgb(75 85 99 / 0.95);
  }

  .lg\:border-e-gray-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .lg\:border-e-gray-700\/0 {
    border-inline-end-color: rgb(55 65 81 / 0);
  }

  .lg\:border-e-gray-700\/10 {
    border-inline-end-color: rgb(55 65 81 / 0.1);
  }

  .lg\:border-e-gray-700\/100 {
    border-inline-end-color: rgb(55 65 81 / 1);
  }

  .lg\:border-e-gray-700\/15 {
    border-inline-end-color: rgb(55 65 81 / 0.15);
  }

  .lg\:border-e-gray-700\/20 {
    border-inline-end-color: rgb(55 65 81 / 0.2);
  }

  .lg\:border-e-gray-700\/25 {
    border-inline-end-color: rgb(55 65 81 / 0.25);
  }

  .lg\:border-e-gray-700\/30 {
    border-inline-end-color: rgb(55 65 81 / 0.3);
  }

  .lg\:border-e-gray-700\/35 {
    border-inline-end-color: rgb(55 65 81 / 0.35);
  }

  .lg\:border-e-gray-700\/40 {
    border-inline-end-color: rgb(55 65 81 / 0.4);
  }

  .lg\:border-e-gray-700\/45 {
    border-inline-end-color: rgb(55 65 81 / 0.45);
  }

  .lg\:border-e-gray-700\/5 {
    border-inline-end-color: rgb(55 65 81 / 0.05);
  }

  .lg\:border-e-gray-700\/50 {
    border-inline-end-color: rgb(55 65 81 / 0.5);
  }

  .lg\:border-e-gray-700\/55 {
    border-inline-end-color: rgb(55 65 81 / 0.55);
  }

  .lg\:border-e-gray-700\/60 {
    border-inline-end-color: rgb(55 65 81 / 0.6);
  }

  .lg\:border-e-gray-700\/65 {
    border-inline-end-color: rgb(55 65 81 / 0.65);
  }

  .lg\:border-e-gray-700\/70 {
    border-inline-end-color: rgb(55 65 81 / 0.7);
  }

  .lg\:border-e-gray-700\/75 {
    border-inline-end-color: rgb(55 65 81 / 0.75);
  }

  .lg\:border-e-gray-700\/80 {
    border-inline-end-color: rgb(55 65 81 / 0.8);
  }

  .lg\:border-e-gray-700\/85 {
    border-inline-end-color: rgb(55 65 81 / 0.85);
  }

  .lg\:border-e-gray-700\/90 {
    border-inline-end-color: rgb(55 65 81 / 0.9);
  }

  .lg\:border-e-gray-700\/95 {
    border-inline-end-color: rgb(55 65 81 / 0.95);
  }

  .lg\:border-e-gray-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(31 41 55 / var(--tw-border-opacity));
  }

  .lg\:border-e-gray-800\/0 {
    border-inline-end-color: rgb(31 41 55 / 0);
  }

  .lg\:border-e-gray-800\/10 {
    border-inline-end-color: rgb(31 41 55 / 0.1);
  }

  .lg\:border-e-gray-800\/100 {
    border-inline-end-color: rgb(31 41 55 / 1);
  }

  .lg\:border-e-gray-800\/15 {
    border-inline-end-color: rgb(31 41 55 / 0.15);
  }

  .lg\:border-e-gray-800\/20 {
    border-inline-end-color: rgb(31 41 55 / 0.2);
  }

  .lg\:border-e-gray-800\/25 {
    border-inline-end-color: rgb(31 41 55 / 0.25);
  }

  .lg\:border-e-gray-800\/30 {
    border-inline-end-color: rgb(31 41 55 / 0.3);
  }

  .lg\:border-e-gray-800\/35 {
    border-inline-end-color: rgb(31 41 55 / 0.35);
  }

  .lg\:border-e-gray-800\/40 {
    border-inline-end-color: rgb(31 41 55 / 0.4);
  }

  .lg\:border-e-gray-800\/45 {
    border-inline-end-color: rgb(31 41 55 / 0.45);
  }

  .lg\:border-e-gray-800\/5 {
    border-inline-end-color: rgb(31 41 55 / 0.05);
  }

  .lg\:border-e-gray-800\/50 {
    border-inline-end-color: rgb(31 41 55 / 0.5);
  }

  .lg\:border-e-gray-800\/55 {
    border-inline-end-color: rgb(31 41 55 / 0.55);
  }

  .lg\:border-e-gray-800\/60 {
    border-inline-end-color: rgb(31 41 55 / 0.6);
  }

  .lg\:border-e-gray-800\/65 {
    border-inline-end-color: rgb(31 41 55 / 0.65);
  }

  .lg\:border-e-gray-800\/70 {
    border-inline-end-color: rgb(31 41 55 / 0.7);
  }

  .lg\:border-e-gray-800\/75 {
    border-inline-end-color: rgb(31 41 55 / 0.75);
  }

  .lg\:border-e-gray-800\/80 {
    border-inline-end-color: rgb(31 41 55 / 0.8);
  }

  .lg\:border-e-gray-800\/85 {
    border-inline-end-color: rgb(31 41 55 / 0.85);
  }

  .lg\:border-e-gray-800\/90 {
    border-inline-end-color: rgb(31 41 55 / 0.9);
  }

  .lg\:border-e-gray-800\/95 {
    border-inline-end-color: rgb(31 41 55 / 0.95);
  }

  .lg\:border-e-gray-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(17 24 39 / var(--tw-border-opacity));
  }

  .lg\:border-e-gray-900\/0 {
    border-inline-end-color: rgb(17 24 39 / 0);
  }

  .lg\:border-e-gray-900\/10 {
    border-inline-end-color: rgb(17 24 39 / 0.1);
  }

  .lg\:border-e-gray-900\/100 {
    border-inline-end-color: rgb(17 24 39 / 1);
  }

  .lg\:border-e-gray-900\/15 {
    border-inline-end-color: rgb(17 24 39 / 0.15);
  }

  .lg\:border-e-gray-900\/20 {
    border-inline-end-color: rgb(17 24 39 / 0.2);
  }

  .lg\:border-e-gray-900\/25 {
    border-inline-end-color: rgb(17 24 39 / 0.25);
  }

  .lg\:border-e-gray-900\/30 {
    border-inline-end-color: rgb(17 24 39 / 0.3);
  }

  .lg\:border-e-gray-900\/35 {
    border-inline-end-color: rgb(17 24 39 / 0.35);
  }

  .lg\:border-e-gray-900\/40 {
    border-inline-end-color: rgb(17 24 39 / 0.4);
  }

  .lg\:border-e-gray-900\/45 {
    border-inline-end-color: rgb(17 24 39 / 0.45);
  }

  .lg\:border-e-gray-900\/5 {
    border-inline-end-color: rgb(17 24 39 / 0.05);
  }

  .lg\:border-e-gray-900\/50 {
    border-inline-end-color: rgb(17 24 39 / 0.5);
  }

  .lg\:border-e-gray-900\/55 {
    border-inline-end-color: rgb(17 24 39 / 0.55);
  }

  .lg\:border-e-gray-900\/60 {
    border-inline-end-color: rgb(17 24 39 / 0.6);
  }

  .lg\:border-e-gray-900\/65 {
    border-inline-end-color: rgb(17 24 39 / 0.65);
  }

  .lg\:border-e-gray-900\/70 {
    border-inline-end-color: rgb(17 24 39 / 0.7);
  }

  .lg\:border-e-gray-900\/75 {
    border-inline-end-color: rgb(17 24 39 / 0.75);
  }

  .lg\:border-e-gray-900\/80 {
    border-inline-end-color: rgb(17 24 39 / 0.8);
  }

  .lg\:border-e-gray-900\/85 {
    border-inline-end-color: rgb(17 24 39 / 0.85);
  }

  .lg\:border-e-gray-900\/90 {
    border-inline-end-color: rgb(17 24 39 / 0.9);
  }

  .lg\:border-e-gray-900\/95 {
    border-inline-end-color: rgb(17 24 39 / 0.95);
  }

  .lg\:border-e-gray-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(3 7 18 / var(--tw-border-opacity));
  }

  .lg\:border-e-gray-950\/0 {
    border-inline-end-color: rgb(3 7 18 / 0);
  }

  .lg\:border-e-gray-950\/10 {
    border-inline-end-color: rgb(3 7 18 / 0.1);
  }

  .lg\:border-e-gray-950\/100 {
    border-inline-end-color: rgb(3 7 18 / 1);
  }

  .lg\:border-e-gray-950\/15 {
    border-inline-end-color: rgb(3 7 18 / 0.15);
  }

  .lg\:border-e-gray-950\/20 {
    border-inline-end-color: rgb(3 7 18 / 0.2);
  }

  .lg\:border-e-gray-950\/25 {
    border-inline-end-color: rgb(3 7 18 / 0.25);
  }

  .lg\:border-e-gray-950\/30 {
    border-inline-end-color: rgb(3 7 18 / 0.3);
  }

  .lg\:border-e-gray-950\/35 {
    border-inline-end-color: rgb(3 7 18 / 0.35);
  }

  .lg\:border-e-gray-950\/40 {
    border-inline-end-color: rgb(3 7 18 / 0.4);
  }

  .lg\:border-e-gray-950\/45 {
    border-inline-end-color: rgb(3 7 18 / 0.45);
  }

  .lg\:border-e-gray-950\/5 {
    border-inline-end-color: rgb(3 7 18 / 0.05);
  }

  .lg\:border-e-gray-950\/50 {
    border-inline-end-color: rgb(3 7 18 / 0.5);
  }

  .lg\:border-e-gray-950\/55 {
    border-inline-end-color: rgb(3 7 18 / 0.55);
  }

  .lg\:border-e-gray-950\/60 {
    border-inline-end-color: rgb(3 7 18 / 0.6);
  }

  .lg\:border-e-gray-950\/65 {
    border-inline-end-color: rgb(3 7 18 / 0.65);
  }

  .lg\:border-e-gray-950\/70 {
    border-inline-end-color: rgb(3 7 18 / 0.7);
  }

  .lg\:border-e-gray-950\/75 {
    border-inline-end-color: rgb(3 7 18 / 0.75);
  }

  .lg\:border-e-gray-950\/80 {
    border-inline-end-color: rgb(3 7 18 / 0.8);
  }

  .lg\:border-e-gray-950\/85 {
    border-inline-end-color: rgb(3 7 18 / 0.85);
  }

  .lg\:border-e-gray-950\/90 {
    border-inline-end-color: rgb(3 7 18 / 0.9);
  }

  .lg\:border-e-gray-950\/95 {
    border-inline-end-color: rgb(3 7 18 / 0.95);
  }

  .lg\:border-e-green-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(220 252 231 / var(--tw-border-opacity));
  }

  .lg\:border-e-green-100\/0 {
    border-inline-end-color: rgb(220 252 231 / 0);
  }

  .lg\:border-e-green-100\/10 {
    border-inline-end-color: rgb(220 252 231 / 0.1);
  }

  .lg\:border-e-green-100\/100 {
    border-inline-end-color: rgb(220 252 231 / 1);
  }

  .lg\:border-e-green-100\/15 {
    border-inline-end-color: rgb(220 252 231 / 0.15);
  }

  .lg\:border-e-green-100\/20 {
    border-inline-end-color: rgb(220 252 231 / 0.2);
  }

  .lg\:border-e-green-100\/25 {
    border-inline-end-color: rgb(220 252 231 / 0.25);
  }

  .lg\:border-e-green-100\/30 {
    border-inline-end-color: rgb(220 252 231 / 0.3);
  }

  .lg\:border-e-green-100\/35 {
    border-inline-end-color: rgb(220 252 231 / 0.35);
  }

  .lg\:border-e-green-100\/40 {
    border-inline-end-color: rgb(220 252 231 / 0.4);
  }

  .lg\:border-e-green-100\/45 {
    border-inline-end-color: rgb(220 252 231 / 0.45);
  }

  .lg\:border-e-green-100\/5 {
    border-inline-end-color: rgb(220 252 231 / 0.05);
  }

  .lg\:border-e-green-100\/50 {
    border-inline-end-color: rgb(220 252 231 / 0.5);
  }

  .lg\:border-e-green-100\/55 {
    border-inline-end-color: rgb(220 252 231 / 0.55);
  }

  .lg\:border-e-green-100\/60 {
    border-inline-end-color: rgb(220 252 231 / 0.6);
  }

  .lg\:border-e-green-100\/65 {
    border-inline-end-color: rgb(220 252 231 / 0.65);
  }

  .lg\:border-e-green-100\/70 {
    border-inline-end-color: rgb(220 252 231 / 0.7);
  }

  .lg\:border-e-green-100\/75 {
    border-inline-end-color: rgb(220 252 231 / 0.75);
  }

  .lg\:border-e-green-100\/80 {
    border-inline-end-color: rgb(220 252 231 / 0.8);
  }

  .lg\:border-e-green-100\/85 {
    border-inline-end-color: rgb(220 252 231 / 0.85);
  }

  .lg\:border-e-green-100\/90 {
    border-inline-end-color: rgb(220 252 231 / 0.9);
  }

  .lg\:border-e-green-100\/95 {
    border-inline-end-color: rgb(220 252 231 / 0.95);
  }

  .lg\:border-e-green-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(187 247 208 / var(--tw-border-opacity));
  }

  .lg\:border-e-green-200\/0 {
    border-inline-end-color: rgb(187 247 208 / 0);
  }

  .lg\:border-e-green-200\/10 {
    border-inline-end-color: rgb(187 247 208 / 0.1);
  }

  .lg\:border-e-green-200\/100 {
    border-inline-end-color: rgb(187 247 208 / 1);
  }

  .lg\:border-e-green-200\/15 {
    border-inline-end-color: rgb(187 247 208 / 0.15);
  }

  .lg\:border-e-green-200\/20 {
    border-inline-end-color: rgb(187 247 208 / 0.2);
  }

  .lg\:border-e-green-200\/25 {
    border-inline-end-color: rgb(187 247 208 / 0.25);
  }

  .lg\:border-e-green-200\/30 {
    border-inline-end-color: rgb(187 247 208 / 0.3);
  }

  .lg\:border-e-green-200\/35 {
    border-inline-end-color: rgb(187 247 208 / 0.35);
  }

  .lg\:border-e-green-200\/40 {
    border-inline-end-color: rgb(187 247 208 / 0.4);
  }

  .lg\:border-e-green-200\/45 {
    border-inline-end-color: rgb(187 247 208 / 0.45);
  }

  .lg\:border-e-green-200\/5 {
    border-inline-end-color: rgb(187 247 208 / 0.05);
  }

  .lg\:border-e-green-200\/50 {
    border-inline-end-color: rgb(187 247 208 / 0.5);
  }

  .lg\:border-e-green-200\/55 {
    border-inline-end-color: rgb(187 247 208 / 0.55);
  }

  .lg\:border-e-green-200\/60 {
    border-inline-end-color: rgb(187 247 208 / 0.6);
  }

  .lg\:border-e-green-200\/65 {
    border-inline-end-color: rgb(187 247 208 / 0.65);
  }

  .lg\:border-e-green-200\/70 {
    border-inline-end-color: rgb(187 247 208 / 0.7);
  }

  .lg\:border-e-green-200\/75 {
    border-inline-end-color: rgb(187 247 208 / 0.75);
  }

  .lg\:border-e-green-200\/80 {
    border-inline-end-color: rgb(187 247 208 / 0.8);
  }

  .lg\:border-e-green-200\/85 {
    border-inline-end-color: rgb(187 247 208 / 0.85);
  }

  .lg\:border-e-green-200\/90 {
    border-inline-end-color: rgb(187 247 208 / 0.9);
  }

  .lg\:border-e-green-200\/95 {
    border-inline-end-color: rgb(187 247 208 / 0.95);
  }

  .lg\:border-e-green-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(134 239 172 / var(--tw-border-opacity));
  }

  .lg\:border-e-green-300\/0 {
    border-inline-end-color: rgb(134 239 172 / 0);
  }

  .lg\:border-e-green-300\/10 {
    border-inline-end-color: rgb(134 239 172 / 0.1);
  }

  .lg\:border-e-green-300\/100 {
    border-inline-end-color: rgb(134 239 172 / 1);
  }

  .lg\:border-e-green-300\/15 {
    border-inline-end-color: rgb(134 239 172 / 0.15);
  }

  .lg\:border-e-green-300\/20 {
    border-inline-end-color: rgb(134 239 172 / 0.2);
  }

  .lg\:border-e-green-300\/25 {
    border-inline-end-color: rgb(134 239 172 / 0.25);
  }

  .lg\:border-e-green-300\/30 {
    border-inline-end-color: rgb(134 239 172 / 0.3);
  }

  .lg\:border-e-green-300\/35 {
    border-inline-end-color: rgb(134 239 172 / 0.35);
  }

  .lg\:border-e-green-300\/40 {
    border-inline-end-color: rgb(134 239 172 / 0.4);
  }

  .lg\:border-e-green-300\/45 {
    border-inline-end-color: rgb(134 239 172 / 0.45);
  }

  .lg\:border-e-green-300\/5 {
    border-inline-end-color: rgb(134 239 172 / 0.05);
  }

  .lg\:border-e-green-300\/50 {
    border-inline-end-color: rgb(134 239 172 / 0.5);
  }

  .lg\:border-e-green-300\/55 {
    border-inline-end-color: rgb(134 239 172 / 0.55);
  }

  .lg\:border-e-green-300\/60 {
    border-inline-end-color: rgb(134 239 172 / 0.6);
  }

  .lg\:border-e-green-300\/65 {
    border-inline-end-color: rgb(134 239 172 / 0.65);
  }

  .lg\:border-e-green-300\/70 {
    border-inline-end-color: rgb(134 239 172 / 0.7);
  }

  .lg\:border-e-green-300\/75 {
    border-inline-end-color: rgb(134 239 172 / 0.75);
  }

  .lg\:border-e-green-300\/80 {
    border-inline-end-color: rgb(134 239 172 / 0.8);
  }

  .lg\:border-e-green-300\/85 {
    border-inline-end-color: rgb(134 239 172 / 0.85);
  }

  .lg\:border-e-green-300\/90 {
    border-inline-end-color: rgb(134 239 172 / 0.9);
  }

  .lg\:border-e-green-300\/95 {
    border-inline-end-color: rgb(134 239 172 / 0.95);
  }

  .lg\:border-e-green-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(74 222 128 / var(--tw-border-opacity));
  }

  .lg\:border-e-green-400\/0 {
    border-inline-end-color: rgb(74 222 128 / 0);
  }

  .lg\:border-e-green-400\/10 {
    border-inline-end-color: rgb(74 222 128 / 0.1);
  }

  .lg\:border-e-green-400\/100 {
    border-inline-end-color: rgb(74 222 128 / 1);
  }

  .lg\:border-e-green-400\/15 {
    border-inline-end-color: rgb(74 222 128 / 0.15);
  }

  .lg\:border-e-green-400\/20 {
    border-inline-end-color: rgb(74 222 128 / 0.2);
  }

  .lg\:border-e-green-400\/25 {
    border-inline-end-color: rgb(74 222 128 / 0.25);
  }

  .lg\:border-e-green-400\/30 {
    border-inline-end-color: rgb(74 222 128 / 0.3);
  }

  .lg\:border-e-green-400\/35 {
    border-inline-end-color: rgb(74 222 128 / 0.35);
  }

  .lg\:border-e-green-400\/40 {
    border-inline-end-color: rgb(74 222 128 / 0.4);
  }

  .lg\:border-e-green-400\/45 {
    border-inline-end-color: rgb(74 222 128 / 0.45);
  }

  .lg\:border-e-green-400\/5 {
    border-inline-end-color: rgb(74 222 128 / 0.05);
  }

  .lg\:border-e-green-400\/50 {
    border-inline-end-color: rgb(74 222 128 / 0.5);
  }

  .lg\:border-e-green-400\/55 {
    border-inline-end-color: rgb(74 222 128 / 0.55);
  }

  .lg\:border-e-green-400\/60 {
    border-inline-end-color: rgb(74 222 128 / 0.6);
  }

  .lg\:border-e-green-400\/65 {
    border-inline-end-color: rgb(74 222 128 / 0.65);
  }

  .lg\:border-e-green-400\/70 {
    border-inline-end-color: rgb(74 222 128 / 0.7);
  }

  .lg\:border-e-green-400\/75 {
    border-inline-end-color: rgb(74 222 128 / 0.75);
  }

  .lg\:border-e-green-400\/80 {
    border-inline-end-color: rgb(74 222 128 / 0.8);
  }

  .lg\:border-e-green-400\/85 {
    border-inline-end-color: rgb(74 222 128 / 0.85);
  }

  .lg\:border-e-green-400\/90 {
    border-inline-end-color: rgb(74 222 128 / 0.9);
  }

  .lg\:border-e-green-400\/95 {
    border-inline-end-color: rgb(74 222 128 / 0.95);
  }

  .lg\:border-e-green-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(240 253 244 / var(--tw-border-opacity));
  }

  .lg\:border-e-green-50\/0 {
    border-inline-end-color: rgb(240 253 244 / 0);
  }

  .lg\:border-e-green-50\/10 {
    border-inline-end-color: rgb(240 253 244 / 0.1);
  }

  .lg\:border-e-green-50\/100 {
    border-inline-end-color: rgb(240 253 244 / 1);
  }

  .lg\:border-e-green-50\/15 {
    border-inline-end-color: rgb(240 253 244 / 0.15);
  }

  .lg\:border-e-green-50\/20 {
    border-inline-end-color: rgb(240 253 244 / 0.2);
  }

  .lg\:border-e-green-50\/25 {
    border-inline-end-color: rgb(240 253 244 / 0.25);
  }

  .lg\:border-e-green-50\/30 {
    border-inline-end-color: rgb(240 253 244 / 0.3);
  }

  .lg\:border-e-green-50\/35 {
    border-inline-end-color: rgb(240 253 244 / 0.35);
  }

  .lg\:border-e-green-50\/40 {
    border-inline-end-color: rgb(240 253 244 / 0.4);
  }

  .lg\:border-e-green-50\/45 {
    border-inline-end-color: rgb(240 253 244 / 0.45);
  }

  .lg\:border-e-green-50\/5 {
    border-inline-end-color: rgb(240 253 244 / 0.05);
  }

  .lg\:border-e-green-50\/50 {
    border-inline-end-color: rgb(240 253 244 / 0.5);
  }

  .lg\:border-e-green-50\/55 {
    border-inline-end-color: rgb(240 253 244 / 0.55);
  }

  .lg\:border-e-green-50\/60 {
    border-inline-end-color: rgb(240 253 244 / 0.6);
  }

  .lg\:border-e-green-50\/65 {
    border-inline-end-color: rgb(240 253 244 / 0.65);
  }

  .lg\:border-e-green-50\/70 {
    border-inline-end-color: rgb(240 253 244 / 0.7);
  }

  .lg\:border-e-green-50\/75 {
    border-inline-end-color: rgb(240 253 244 / 0.75);
  }

  .lg\:border-e-green-50\/80 {
    border-inline-end-color: rgb(240 253 244 / 0.8);
  }

  .lg\:border-e-green-50\/85 {
    border-inline-end-color: rgb(240 253 244 / 0.85);
  }

  .lg\:border-e-green-50\/90 {
    border-inline-end-color: rgb(240 253 244 / 0.9);
  }

  .lg\:border-e-green-50\/95 {
    border-inline-end-color: rgb(240 253 244 / 0.95);
  }

  .lg\:border-e-green-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(34 197 94 / var(--tw-border-opacity));
  }

  .lg\:border-e-green-500\/0 {
    border-inline-end-color: rgb(34 197 94 / 0);
  }

  .lg\:border-e-green-500\/10 {
    border-inline-end-color: rgb(34 197 94 / 0.1);
  }

  .lg\:border-e-green-500\/100 {
    border-inline-end-color: rgb(34 197 94 / 1);
  }

  .lg\:border-e-green-500\/15 {
    border-inline-end-color: rgb(34 197 94 / 0.15);
  }

  .lg\:border-e-green-500\/20 {
    border-inline-end-color: rgb(34 197 94 / 0.2);
  }

  .lg\:border-e-green-500\/25 {
    border-inline-end-color: rgb(34 197 94 / 0.25);
  }

  .lg\:border-e-green-500\/30 {
    border-inline-end-color: rgb(34 197 94 / 0.3);
  }

  .lg\:border-e-green-500\/35 {
    border-inline-end-color: rgb(34 197 94 / 0.35);
  }

  .lg\:border-e-green-500\/40 {
    border-inline-end-color: rgb(34 197 94 / 0.4);
  }

  .lg\:border-e-green-500\/45 {
    border-inline-end-color: rgb(34 197 94 / 0.45);
  }

  .lg\:border-e-green-500\/5 {
    border-inline-end-color: rgb(34 197 94 / 0.05);
  }

  .lg\:border-e-green-500\/50 {
    border-inline-end-color: rgb(34 197 94 / 0.5);
  }

  .lg\:border-e-green-500\/55 {
    border-inline-end-color: rgb(34 197 94 / 0.55);
  }

  .lg\:border-e-green-500\/60 {
    border-inline-end-color: rgb(34 197 94 / 0.6);
  }

  .lg\:border-e-green-500\/65 {
    border-inline-end-color: rgb(34 197 94 / 0.65);
  }

  .lg\:border-e-green-500\/70 {
    border-inline-end-color: rgb(34 197 94 / 0.7);
  }

  .lg\:border-e-green-500\/75 {
    border-inline-end-color: rgb(34 197 94 / 0.75);
  }

  .lg\:border-e-green-500\/80 {
    border-inline-end-color: rgb(34 197 94 / 0.8);
  }

  .lg\:border-e-green-500\/85 {
    border-inline-end-color: rgb(34 197 94 / 0.85);
  }

  .lg\:border-e-green-500\/90 {
    border-inline-end-color: rgb(34 197 94 / 0.9);
  }

  .lg\:border-e-green-500\/95 {
    border-inline-end-color: rgb(34 197 94 / 0.95);
  }

  .lg\:border-e-green-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(22 163 74 / var(--tw-border-opacity));
  }

  .lg\:border-e-green-600\/0 {
    border-inline-end-color: rgb(22 163 74 / 0);
  }

  .lg\:border-e-green-600\/10 {
    border-inline-end-color: rgb(22 163 74 / 0.1);
  }

  .lg\:border-e-green-600\/100 {
    border-inline-end-color: rgb(22 163 74 / 1);
  }

  .lg\:border-e-green-600\/15 {
    border-inline-end-color: rgb(22 163 74 / 0.15);
  }

  .lg\:border-e-green-600\/20 {
    border-inline-end-color: rgb(22 163 74 / 0.2);
  }

  .lg\:border-e-green-600\/25 {
    border-inline-end-color: rgb(22 163 74 / 0.25);
  }

  .lg\:border-e-green-600\/30 {
    border-inline-end-color: rgb(22 163 74 / 0.3);
  }

  .lg\:border-e-green-600\/35 {
    border-inline-end-color: rgb(22 163 74 / 0.35);
  }

  .lg\:border-e-green-600\/40 {
    border-inline-end-color: rgb(22 163 74 / 0.4);
  }

  .lg\:border-e-green-600\/45 {
    border-inline-end-color: rgb(22 163 74 / 0.45);
  }

  .lg\:border-e-green-600\/5 {
    border-inline-end-color: rgb(22 163 74 / 0.05);
  }

  .lg\:border-e-green-600\/50 {
    border-inline-end-color: rgb(22 163 74 / 0.5);
  }

  .lg\:border-e-green-600\/55 {
    border-inline-end-color: rgb(22 163 74 / 0.55);
  }

  .lg\:border-e-green-600\/60 {
    border-inline-end-color: rgb(22 163 74 / 0.6);
  }

  .lg\:border-e-green-600\/65 {
    border-inline-end-color: rgb(22 163 74 / 0.65);
  }

  .lg\:border-e-green-600\/70 {
    border-inline-end-color: rgb(22 163 74 / 0.7);
  }

  .lg\:border-e-green-600\/75 {
    border-inline-end-color: rgb(22 163 74 / 0.75);
  }

  .lg\:border-e-green-600\/80 {
    border-inline-end-color: rgb(22 163 74 / 0.8);
  }

  .lg\:border-e-green-600\/85 {
    border-inline-end-color: rgb(22 163 74 / 0.85);
  }

  .lg\:border-e-green-600\/90 {
    border-inline-end-color: rgb(22 163 74 / 0.9);
  }

  .lg\:border-e-green-600\/95 {
    border-inline-end-color: rgb(22 163 74 / 0.95);
  }

  .lg\:border-e-green-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(21 128 61 / var(--tw-border-opacity));
  }

  .lg\:border-e-green-700\/0 {
    border-inline-end-color: rgb(21 128 61 / 0);
  }

  .lg\:border-e-green-700\/10 {
    border-inline-end-color: rgb(21 128 61 / 0.1);
  }

  .lg\:border-e-green-700\/100 {
    border-inline-end-color: rgb(21 128 61 / 1);
  }

  .lg\:border-e-green-700\/15 {
    border-inline-end-color: rgb(21 128 61 / 0.15);
  }

  .lg\:border-e-green-700\/20 {
    border-inline-end-color: rgb(21 128 61 / 0.2);
  }

  .lg\:border-e-green-700\/25 {
    border-inline-end-color: rgb(21 128 61 / 0.25);
  }

  .lg\:border-e-green-700\/30 {
    border-inline-end-color: rgb(21 128 61 / 0.3);
  }

  .lg\:border-e-green-700\/35 {
    border-inline-end-color: rgb(21 128 61 / 0.35);
  }

  .lg\:border-e-green-700\/40 {
    border-inline-end-color: rgb(21 128 61 / 0.4);
  }

  .lg\:border-e-green-700\/45 {
    border-inline-end-color: rgb(21 128 61 / 0.45);
  }

  .lg\:border-e-green-700\/5 {
    border-inline-end-color: rgb(21 128 61 / 0.05);
  }

  .lg\:border-e-green-700\/50 {
    border-inline-end-color: rgb(21 128 61 / 0.5);
  }

  .lg\:border-e-green-700\/55 {
    border-inline-end-color: rgb(21 128 61 / 0.55);
  }

  .lg\:border-e-green-700\/60 {
    border-inline-end-color: rgb(21 128 61 / 0.6);
  }

  .lg\:border-e-green-700\/65 {
    border-inline-end-color: rgb(21 128 61 / 0.65);
  }

  .lg\:border-e-green-700\/70 {
    border-inline-end-color: rgb(21 128 61 / 0.7);
  }

  .lg\:border-e-green-700\/75 {
    border-inline-end-color: rgb(21 128 61 / 0.75);
  }

  .lg\:border-e-green-700\/80 {
    border-inline-end-color: rgb(21 128 61 / 0.8);
  }

  .lg\:border-e-green-700\/85 {
    border-inline-end-color: rgb(21 128 61 / 0.85);
  }

  .lg\:border-e-green-700\/90 {
    border-inline-end-color: rgb(21 128 61 / 0.9);
  }

  .lg\:border-e-green-700\/95 {
    border-inline-end-color: rgb(21 128 61 / 0.95);
  }

  .lg\:border-e-green-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(22 101 52 / var(--tw-border-opacity));
  }

  .lg\:border-e-green-800\/0 {
    border-inline-end-color: rgb(22 101 52 / 0);
  }

  .lg\:border-e-green-800\/10 {
    border-inline-end-color: rgb(22 101 52 / 0.1);
  }

  .lg\:border-e-green-800\/100 {
    border-inline-end-color: rgb(22 101 52 / 1);
  }

  .lg\:border-e-green-800\/15 {
    border-inline-end-color: rgb(22 101 52 / 0.15);
  }

  .lg\:border-e-green-800\/20 {
    border-inline-end-color: rgb(22 101 52 / 0.2);
  }

  .lg\:border-e-green-800\/25 {
    border-inline-end-color: rgb(22 101 52 / 0.25);
  }

  .lg\:border-e-green-800\/30 {
    border-inline-end-color: rgb(22 101 52 / 0.3);
  }

  .lg\:border-e-green-800\/35 {
    border-inline-end-color: rgb(22 101 52 / 0.35);
  }

  .lg\:border-e-green-800\/40 {
    border-inline-end-color: rgb(22 101 52 / 0.4);
  }

  .lg\:border-e-green-800\/45 {
    border-inline-end-color: rgb(22 101 52 / 0.45);
  }

  .lg\:border-e-green-800\/5 {
    border-inline-end-color: rgb(22 101 52 / 0.05);
  }

  .lg\:border-e-green-800\/50 {
    border-inline-end-color: rgb(22 101 52 / 0.5);
  }

  .lg\:border-e-green-800\/55 {
    border-inline-end-color: rgb(22 101 52 / 0.55);
  }

  .lg\:border-e-green-800\/60 {
    border-inline-end-color: rgb(22 101 52 / 0.6);
  }

  .lg\:border-e-green-800\/65 {
    border-inline-end-color: rgb(22 101 52 / 0.65);
  }

  .lg\:border-e-green-800\/70 {
    border-inline-end-color: rgb(22 101 52 / 0.7);
  }

  .lg\:border-e-green-800\/75 {
    border-inline-end-color: rgb(22 101 52 / 0.75);
  }

  .lg\:border-e-green-800\/80 {
    border-inline-end-color: rgb(22 101 52 / 0.8);
  }

  .lg\:border-e-green-800\/85 {
    border-inline-end-color: rgb(22 101 52 / 0.85);
  }

  .lg\:border-e-green-800\/90 {
    border-inline-end-color: rgb(22 101 52 / 0.9);
  }

  .lg\:border-e-green-800\/95 {
    border-inline-end-color: rgb(22 101 52 / 0.95);
  }

  .lg\:border-e-green-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(20 83 45 / var(--tw-border-opacity));
  }

  .lg\:border-e-green-900\/0 {
    border-inline-end-color: rgb(20 83 45 / 0);
  }

  .lg\:border-e-green-900\/10 {
    border-inline-end-color: rgb(20 83 45 / 0.1);
  }

  .lg\:border-e-green-900\/100 {
    border-inline-end-color: rgb(20 83 45 / 1);
  }

  .lg\:border-e-green-900\/15 {
    border-inline-end-color: rgb(20 83 45 / 0.15);
  }

  .lg\:border-e-green-900\/20 {
    border-inline-end-color: rgb(20 83 45 / 0.2);
  }

  .lg\:border-e-green-900\/25 {
    border-inline-end-color: rgb(20 83 45 / 0.25);
  }

  .lg\:border-e-green-900\/30 {
    border-inline-end-color: rgb(20 83 45 / 0.3);
  }

  .lg\:border-e-green-900\/35 {
    border-inline-end-color: rgb(20 83 45 / 0.35);
  }

  .lg\:border-e-green-900\/40 {
    border-inline-end-color: rgb(20 83 45 / 0.4);
  }

  .lg\:border-e-green-900\/45 {
    border-inline-end-color: rgb(20 83 45 / 0.45);
  }

  .lg\:border-e-green-900\/5 {
    border-inline-end-color: rgb(20 83 45 / 0.05);
  }

  .lg\:border-e-green-900\/50 {
    border-inline-end-color: rgb(20 83 45 / 0.5);
  }

  .lg\:border-e-green-900\/55 {
    border-inline-end-color: rgb(20 83 45 / 0.55);
  }

  .lg\:border-e-green-900\/60 {
    border-inline-end-color: rgb(20 83 45 / 0.6);
  }

  .lg\:border-e-green-900\/65 {
    border-inline-end-color: rgb(20 83 45 / 0.65);
  }

  .lg\:border-e-green-900\/70 {
    border-inline-end-color: rgb(20 83 45 / 0.7);
  }

  .lg\:border-e-green-900\/75 {
    border-inline-end-color: rgb(20 83 45 / 0.75);
  }

  .lg\:border-e-green-900\/80 {
    border-inline-end-color: rgb(20 83 45 / 0.8);
  }

  .lg\:border-e-green-900\/85 {
    border-inline-end-color: rgb(20 83 45 / 0.85);
  }

  .lg\:border-e-green-900\/90 {
    border-inline-end-color: rgb(20 83 45 / 0.9);
  }

  .lg\:border-e-green-900\/95 {
    border-inline-end-color: rgb(20 83 45 / 0.95);
  }

  .lg\:border-e-green-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(5 46 22 / var(--tw-border-opacity));
  }

  .lg\:border-e-green-950\/0 {
    border-inline-end-color: rgb(5 46 22 / 0);
  }

  .lg\:border-e-green-950\/10 {
    border-inline-end-color: rgb(5 46 22 / 0.1);
  }

  .lg\:border-e-green-950\/100 {
    border-inline-end-color: rgb(5 46 22 / 1);
  }

  .lg\:border-e-green-950\/15 {
    border-inline-end-color: rgb(5 46 22 / 0.15);
  }

  .lg\:border-e-green-950\/20 {
    border-inline-end-color: rgb(5 46 22 / 0.2);
  }

  .lg\:border-e-green-950\/25 {
    border-inline-end-color: rgb(5 46 22 / 0.25);
  }

  .lg\:border-e-green-950\/30 {
    border-inline-end-color: rgb(5 46 22 / 0.3);
  }

  .lg\:border-e-green-950\/35 {
    border-inline-end-color: rgb(5 46 22 / 0.35);
  }

  .lg\:border-e-green-950\/40 {
    border-inline-end-color: rgb(5 46 22 / 0.4);
  }

  .lg\:border-e-green-950\/45 {
    border-inline-end-color: rgb(5 46 22 / 0.45);
  }

  .lg\:border-e-green-950\/5 {
    border-inline-end-color: rgb(5 46 22 / 0.05);
  }

  .lg\:border-e-green-950\/50 {
    border-inline-end-color: rgb(5 46 22 / 0.5);
  }

  .lg\:border-e-green-950\/55 {
    border-inline-end-color: rgb(5 46 22 / 0.55);
  }

  .lg\:border-e-green-950\/60 {
    border-inline-end-color: rgb(5 46 22 / 0.6);
  }

  .lg\:border-e-green-950\/65 {
    border-inline-end-color: rgb(5 46 22 / 0.65);
  }

  .lg\:border-e-green-950\/70 {
    border-inline-end-color: rgb(5 46 22 / 0.7);
  }

  .lg\:border-e-green-950\/75 {
    border-inline-end-color: rgb(5 46 22 / 0.75);
  }

  .lg\:border-e-green-950\/80 {
    border-inline-end-color: rgb(5 46 22 / 0.8);
  }

  .lg\:border-e-green-950\/85 {
    border-inline-end-color: rgb(5 46 22 / 0.85);
  }

  .lg\:border-e-green-950\/90 {
    border-inline-end-color: rgb(5 46 22 / 0.9);
  }

  .lg\:border-e-green-950\/95 {
    border-inline-end-color: rgb(5 46 22 / 0.95);
  }

  .lg\:border-e-indigo-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(224 231 255 / var(--tw-border-opacity));
  }

  .lg\:border-e-indigo-100\/0 {
    border-inline-end-color: rgb(224 231 255 / 0);
  }

  .lg\:border-e-indigo-100\/10 {
    border-inline-end-color: rgb(224 231 255 / 0.1);
  }

  .lg\:border-e-indigo-100\/100 {
    border-inline-end-color: rgb(224 231 255 / 1);
  }

  .lg\:border-e-indigo-100\/15 {
    border-inline-end-color: rgb(224 231 255 / 0.15);
  }

  .lg\:border-e-indigo-100\/20 {
    border-inline-end-color: rgb(224 231 255 / 0.2);
  }

  .lg\:border-e-indigo-100\/25 {
    border-inline-end-color: rgb(224 231 255 / 0.25);
  }

  .lg\:border-e-indigo-100\/30 {
    border-inline-end-color: rgb(224 231 255 / 0.3);
  }

  .lg\:border-e-indigo-100\/35 {
    border-inline-end-color: rgb(224 231 255 / 0.35);
  }

  .lg\:border-e-indigo-100\/40 {
    border-inline-end-color: rgb(224 231 255 / 0.4);
  }

  .lg\:border-e-indigo-100\/45 {
    border-inline-end-color: rgb(224 231 255 / 0.45);
  }

  .lg\:border-e-indigo-100\/5 {
    border-inline-end-color: rgb(224 231 255 / 0.05);
  }

  .lg\:border-e-indigo-100\/50 {
    border-inline-end-color: rgb(224 231 255 / 0.5);
  }

  .lg\:border-e-indigo-100\/55 {
    border-inline-end-color: rgb(224 231 255 / 0.55);
  }

  .lg\:border-e-indigo-100\/60 {
    border-inline-end-color: rgb(224 231 255 / 0.6);
  }

  .lg\:border-e-indigo-100\/65 {
    border-inline-end-color: rgb(224 231 255 / 0.65);
  }

  .lg\:border-e-indigo-100\/70 {
    border-inline-end-color: rgb(224 231 255 / 0.7);
  }

  .lg\:border-e-indigo-100\/75 {
    border-inline-end-color: rgb(224 231 255 / 0.75);
  }

  .lg\:border-e-indigo-100\/80 {
    border-inline-end-color: rgb(224 231 255 / 0.8);
  }

  .lg\:border-e-indigo-100\/85 {
    border-inline-end-color: rgb(224 231 255 / 0.85);
  }

  .lg\:border-e-indigo-100\/90 {
    border-inline-end-color: rgb(224 231 255 / 0.9);
  }

  .lg\:border-e-indigo-100\/95 {
    border-inline-end-color: rgb(224 231 255 / 0.95);
  }

  .lg\:border-e-indigo-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(199 210 254 / var(--tw-border-opacity));
  }

  .lg\:border-e-indigo-200\/0 {
    border-inline-end-color: rgb(199 210 254 / 0);
  }

  .lg\:border-e-indigo-200\/10 {
    border-inline-end-color: rgb(199 210 254 / 0.1);
  }

  .lg\:border-e-indigo-200\/100 {
    border-inline-end-color: rgb(199 210 254 / 1);
  }

  .lg\:border-e-indigo-200\/15 {
    border-inline-end-color: rgb(199 210 254 / 0.15);
  }

  .lg\:border-e-indigo-200\/20 {
    border-inline-end-color: rgb(199 210 254 / 0.2);
  }

  .lg\:border-e-indigo-200\/25 {
    border-inline-end-color: rgb(199 210 254 / 0.25);
  }

  .lg\:border-e-indigo-200\/30 {
    border-inline-end-color: rgb(199 210 254 / 0.3);
  }

  .lg\:border-e-indigo-200\/35 {
    border-inline-end-color: rgb(199 210 254 / 0.35);
  }

  .lg\:border-e-indigo-200\/40 {
    border-inline-end-color: rgb(199 210 254 / 0.4);
  }

  .lg\:border-e-indigo-200\/45 {
    border-inline-end-color: rgb(199 210 254 / 0.45);
  }

  .lg\:border-e-indigo-200\/5 {
    border-inline-end-color: rgb(199 210 254 / 0.05);
  }

  .lg\:border-e-indigo-200\/50 {
    border-inline-end-color: rgb(199 210 254 / 0.5);
  }

  .lg\:border-e-indigo-200\/55 {
    border-inline-end-color: rgb(199 210 254 / 0.55);
  }

  .lg\:border-e-indigo-200\/60 {
    border-inline-end-color: rgb(199 210 254 / 0.6);
  }

  .lg\:border-e-indigo-200\/65 {
    border-inline-end-color: rgb(199 210 254 / 0.65);
  }

  .lg\:border-e-indigo-200\/70 {
    border-inline-end-color: rgb(199 210 254 / 0.7);
  }

  .lg\:border-e-indigo-200\/75 {
    border-inline-end-color: rgb(199 210 254 / 0.75);
  }

  .lg\:border-e-indigo-200\/80 {
    border-inline-end-color: rgb(199 210 254 / 0.8);
  }

  .lg\:border-e-indigo-200\/85 {
    border-inline-end-color: rgb(199 210 254 / 0.85);
  }

  .lg\:border-e-indigo-200\/90 {
    border-inline-end-color: rgb(199 210 254 / 0.9);
  }

  .lg\:border-e-indigo-200\/95 {
    border-inline-end-color: rgb(199 210 254 / 0.95);
  }

  .lg\:border-e-indigo-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(165 180 252 / var(--tw-border-opacity));
  }

  .lg\:border-e-indigo-300\/0 {
    border-inline-end-color: rgb(165 180 252 / 0);
  }

  .lg\:border-e-indigo-300\/10 {
    border-inline-end-color: rgb(165 180 252 / 0.1);
  }

  .lg\:border-e-indigo-300\/100 {
    border-inline-end-color: rgb(165 180 252 / 1);
  }

  .lg\:border-e-indigo-300\/15 {
    border-inline-end-color: rgb(165 180 252 / 0.15);
  }

  .lg\:border-e-indigo-300\/20 {
    border-inline-end-color: rgb(165 180 252 / 0.2);
  }

  .lg\:border-e-indigo-300\/25 {
    border-inline-end-color: rgb(165 180 252 / 0.25);
  }

  .lg\:border-e-indigo-300\/30 {
    border-inline-end-color: rgb(165 180 252 / 0.3);
  }

  .lg\:border-e-indigo-300\/35 {
    border-inline-end-color: rgb(165 180 252 / 0.35);
  }

  .lg\:border-e-indigo-300\/40 {
    border-inline-end-color: rgb(165 180 252 / 0.4);
  }

  .lg\:border-e-indigo-300\/45 {
    border-inline-end-color: rgb(165 180 252 / 0.45);
  }

  .lg\:border-e-indigo-300\/5 {
    border-inline-end-color: rgb(165 180 252 / 0.05);
  }

  .lg\:border-e-indigo-300\/50 {
    border-inline-end-color: rgb(165 180 252 / 0.5);
  }

  .lg\:border-e-indigo-300\/55 {
    border-inline-end-color: rgb(165 180 252 / 0.55);
  }

  .lg\:border-e-indigo-300\/60 {
    border-inline-end-color: rgb(165 180 252 / 0.6);
  }

  .lg\:border-e-indigo-300\/65 {
    border-inline-end-color: rgb(165 180 252 / 0.65);
  }

  .lg\:border-e-indigo-300\/70 {
    border-inline-end-color: rgb(165 180 252 / 0.7);
  }

  .lg\:border-e-indigo-300\/75 {
    border-inline-end-color: rgb(165 180 252 / 0.75);
  }

  .lg\:border-e-indigo-300\/80 {
    border-inline-end-color: rgb(165 180 252 / 0.8);
  }

  .lg\:border-e-indigo-300\/85 {
    border-inline-end-color: rgb(165 180 252 / 0.85);
  }

  .lg\:border-e-indigo-300\/90 {
    border-inline-end-color: rgb(165 180 252 / 0.9);
  }

  .lg\:border-e-indigo-300\/95 {
    border-inline-end-color: rgb(165 180 252 / 0.95);
  }

  .lg\:border-e-indigo-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(129 140 248 / var(--tw-border-opacity));
  }

  .lg\:border-e-indigo-400\/0 {
    border-inline-end-color: rgb(129 140 248 / 0);
  }

  .lg\:border-e-indigo-400\/10 {
    border-inline-end-color: rgb(129 140 248 / 0.1);
  }

  .lg\:border-e-indigo-400\/100 {
    border-inline-end-color: rgb(129 140 248 / 1);
  }

  .lg\:border-e-indigo-400\/15 {
    border-inline-end-color: rgb(129 140 248 / 0.15);
  }

  .lg\:border-e-indigo-400\/20 {
    border-inline-end-color: rgb(129 140 248 / 0.2);
  }

  .lg\:border-e-indigo-400\/25 {
    border-inline-end-color: rgb(129 140 248 / 0.25);
  }

  .lg\:border-e-indigo-400\/30 {
    border-inline-end-color: rgb(129 140 248 / 0.3);
  }

  .lg\:border-e-indigo-400\/35 {
    border-inline-end-color: rgb(129 140 248 / 0.35);
  }

  .lg\:border-e-indigo-400\/40 {
    border-inline-end-color: rgb(129 140 248 / 0.4);
  }

  .lg\:border-e-indigo-400\/45 {
    border-inline-end-color: rgb(129 140 248 / 0.45);
  }

  .lg\:border-e-indigo-400\/5 {
    border-inline-end-color: rgb(129 140 248 / 0.05);
  }

  .lg\:border-e-indigo-400\/50 {
    border-inline-end-color: rgb(129 140 248 / 0.5);
  }

  .lg\:border-e-indigo-400\/55 {
    border-inline-end-color: rgb(129 140 248 / 0.55);
  }

  .lg\:border-e-indigo-400\/60 {
    border-inline-end-color: rgb(129 140 248 / 0.6);
  }

  .lg\:border-e-indigo-400\/65 {
    border-inline-end-color: rgb(129 140 248 / 0.65);
  }

  .lg\:border-e-indigo-400\/70 {
    border-inline-end-color: rgb(129 140 248 / 0.7);
  }

  .lg\:border-e-indigo-400\/75 {
    border-inline-end-color: rgb(129 140 248 / 0.75);
  }

  .lg\:border-e-indigo-400\/80 {
    border-inline-end-color: rgb(129 140 248 / 0.8);
  }

  .lg\:border-e-indigo-400\/85 {
    border-inline-end-color: rgb(129 140 248 / 0.85);
  }

  .lg\:border-e-indigo-400\/90 {
    border-inline-end-color: rgb(129 140 248 / 0.9);
  }

  .lg\:border-e-indigo-400\/95 {
    border-inline-end-color: rgb(129 140 248 / 0.95);
  }

  .lg\:border-e-indigo-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(238 242 255 / var(--tw-border-opacity));
  }

  .lg\:border-e-indigo-50\/0 {
    border-inline-end-color: rgb(238 242 255 / 0);
  }

  .lg\:border-e-indigo-50\/10 {
    border-inline-end-color: rgb(238 242 255 / 0.1);
  }

  .lg\:border-e-indigo-50\/100 {
    border-inline-end-color: rgb(238 242 255 / 1);
  }

  .lg\:border-e-indigo-50\/15 {
    border-inline-end-color: rgb(238 242 255 / 0.15);
  }

  .lg\:border-e-indigo-50\/20 {
    border-inline-end-color: rgb(238 242 255 / 0.2);
  }

  .lg\:border-e-indigo-50\/25 {
    border-inline-end-color: rgb(238 242 255 / 0.25);
  }

  .lg\:border-e-indigo-50\/30 {
    border-inline-end-color: rgb(238 242 255 / 0.3);
  }

  .lg\:border-e-indigo-50\/35 {
    border-inline-end-color: rgb(238 242 255 / 0.35);
  }

  .lg\:border-e-indigo-50\/40 {
    border-inline-end-color: rgb(238 242 255 / 0.4);
  }

  .lg\:border-e-indigo-50\/45 {
    border-inline-end-color: rgb(238 242 255 / 0.45);
  }

  .lg\:border-e-indigo-50\/5 {
    border-inline-end-color: rgb(238 242 255 / 0.05);
  }

  .lg\:border-e-indigo-50\/50 {
    border-inline-end-color: rgb(238 242 255 / 0.5);
  }

  .lg\:border-e-indigo-50\/55 {
    border-inline-end-color: rgb(238 242 255 / 0.55);
  }

  .lg\:border-e-indigo-50\/60 {
    border-inline-end-color: rgb(238 242 255 / 0.6);
  }

  .lg\:border-e-indigo-50\/65 {
    border-inline-end-color: rgb(238 242 255 / 0.65);
  }

  .lg\:border-e-indigo-50\/70 {
    border-inline-end-color: rgb(238 242 255 / 0.7);
  }

  .lg\:border-e-indigo-50\/75 {
    border-inline-end-color: rgb(238 242 255 / 0.75);
  }

  .lg\:border-e-indigo-50\/80 {
    border-inline-end-color: rgb(238 242 255 / 0.8);
  }

  .lg\:border-e-indigo-50\/85 {
    border-inline-end-color: rgb(238 242 255 / 0.85);
  }

  .lg\:border-e-indigo-50\/90 {
    border-inline-end-color: rgb(238 242 255 / 0.9);
  }

  .lg\:border-e-indigo-50\/95 {
    border-inline-end-color: rgb(238 242 255 / 0.95);
  }

  .lg\:border-e-indigo-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(99 102 241 / var(--tw-border-opacity));
  }

  .lg\:border-e-indigo-500\/0 {
    border-inline-end-color: rgb(99 102 241 / 0);
  }

  .lg\:border-e-indigo-500\/10 {
    border-inline-end-color: rgb(99 102 241 / 0.1);
  }

  .lg\:border-e-indigo-500\/100 {
    border-inline-end-color: rgb(99 102 241 / 1);
  }

  .lg\:border-e-indigo-500\/15 {
    border-inline-end-color: rgb(99 102 241 / 0.15);
  }

  .lg\:border-e-indigo-500\/20 {
    border-inline-end-color: rgb(99 102 241 / 0.2);
  }

  .lg\:border-e-indigo-500\/25 {
    border-inline-end-color: rgb(99 102 241 / 0.25);
  }

  .lg\:border-e-indigo-500\/30 {
    border-inline-end-color: rgb(99 102 241 / 0.3);
  }

  .lg\:border-e-indigo-500\/35 {
    border-inline-end-color: rgb(99 102 241 / 0.35);
  }

  .lg\:border-e-indigo-500\/40 {
    border-inline-end-color: rgb(99 102 241 / 0.4);
  }

  .lg\:border-e-indigo-500\/45 {
    border-inline-end-color: rgb(99 102 241 / 0.45);
  }

  .lg\:border-e-indigo-500\/5 {
    border-inline-end-color: rgb(99 102 241 / 0.05);
  }

  .lg\:border-e-indigo-500\/50 {
    border-inline-end-color: rgb(99 102 241 / 0.5);
  }

  .lg\:border-e-indigo-500\/55 {
    border-inline-end-color: rgb(99 102 241 / 0.55);
  }

  .lg\:border-e-indigo-500\/60 {
    border-inline-end-color: rgb(99 102 241 / 0.6);
  }

  .lg\:border-e-indigo-500\/65 {
    border-inline-end-color: rgb(99 102 241 / 0.65);
  }

  .lg\:border-e-indigo-500\/70 {
    border-inline-end-color: rgb(99 102 241 / 0.7);
  }

  .lg\:border-e-indigo-500\/75 {
    border-inline-end-color: rgb(99 102 241 / 0.75);
  }

  .lg\:border-e-indigo-500\/80 {
    border-inline-end-color: rgb(99 102 241 / 0.8);
  }

  .lg\:border-e-indigo-500\/85 {
    border-inline-end-color: rgb(99 102 241 / 0.85);
  }

  .lg\:border-e-indigo-500\/90 {
    border-inline-end-color: rgb(99 102 241 / 0.9);
  }

  .lg\:border-e-indigo-500\/95 {
    border-inline-end-color: rgb(99 102 241 / 0.95);
  }

  .lg\:border-e-indigo-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(79 70 229 / var(--tw-border-opacity));
  }

  .lg\:border-e-indigo-600\/0 {
    border-inline-end-color: rgb(79 70 229 / 0);
  }

  .lg\:border-e-indigo-600\/10 {
    border-inline-end-color: rgb(79 70 229 / 0.1);
  }

  .lg\:border-e-indigo-600\/100 {
    border-inline-end-color: rgb(79 70 229 / 1);
  }

  .lg\:border-e-indigo-600\/15 {
    border-inline-end-color: rgb(79 70 229 / 0.15);
  }

  .lg\:border-e-indigo-600\/20 {
    border-inline-end-color: rgb(79 70 229 / 0.2);
  }

  .lg\:border-e-indigo-600\/25 {
    border-inline-end-color: rgb(79 70 229 / 0.25);
  }

  .lg\:border-e-indigo-600\/30 {
    border-inline-end-color: rgb(79 70 229 / 0.3);
  }

  .lg\:border-e-indigo-600\/35 {
    border-inline-end-color: rgb(79 70 229 / 0.35);
  }

  .lg\:border-e-indigo-600\/40 {
    border-inline-end-color: rgb(79 70 229 / 0.4);
  }

  .lg\:border-e-indigo-600\/45 {
    border-inline-end-color: rgb(79 70 229 / 0.45);
  }

  .lg\:border-e-indigo-600\/5 {
    border-inline-end-color: rgb(79 70 229 / 0.05);
  }

  .lg\:border-e-indigo-600\/50 {
    border-inline-end-color: rgb(79 70 229 / 0.5);
  }

  .lg\:border-e-indigo-600\/55 {
    border-inline-end-color: rgb(79 70 229 / 0.55);
  }

  .lg\:border-e-indigo-600\/60 {
    border-inline-end-color: rgb(79 70 229 / 0.6);
  }

  .lg\:border-e-indigo-600\/65 {
    border-inline-end-color: rgb(79 70 229 / 0.65);
  }

  .lg\:border-e-indigo-600\/70 {
    border-inline-end-color: rgb(79 70 229 / 0.7);
  }

  .lg\:border-e-indigo-600\/75 {
    border-inline-end-color: rgb(79 70 229 / 0.75);
  }

  .lg\:border-e-indigo-600\/80 {
    border-inline-end-color: rgb(79 70 229 / 0.8);
  }

  .lg\:border-e-indigo-600\/85 {
    border-inline-end-color: rgb(79 70 229 / 0.85);
  }

  .lg\:border-e-indigo-600\/90 {
    border-inline-end-color: rgb(79 70 229 / 0.9);
  }

  .lg\:border-e-indigo-600\/95 {
    border-inline-end-color: rgb(79 70 229 / 0.95);
  }

  .lg\:border-e-indigo-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(67 56 202 / var(--tw-border-opacity));
  }

  .lg\:border-e-indigo-700\/0 {
    border-inline-end-color: rgb(67 56 202 / 0);
  }

  .lg\:border-e-indigo-700\/10 {
    border-inline-end-color: rgb(67 56 202 / 0.1);
  }

  .lg\:border-e-indigo-700\/100 {
    border-inline-end-color: rgb(67 56 202 / 1);
  }

  .lg\:border-e-indigo-700\/15 {
    border-inline-end-color: rgb(67 56 202 / 0.15);
  }

  .lg\:border-e-indigo-700\/20 {
    border-inline-end-color: rgb(67 56 202 / 0.2);
  }

  .lg\:border-e-indigo-700\/25 {
    border-inline-end-color: rgb(67 56 202 / 0.25);
  }

  .lg\:border-e-indigo-700\/30 {
    border-inline-end-color: rgb(67 56 202 / 0.3);
  }

  .lg\:border-e-indigo-700\/35 {
    border-inline-end-color: rgb(67 56 202 / 0.35);
  }

  .lg\:border-e-indigo-700\/40 {
    border-inline-end-color: rgb(67 56 202 / 0.4);
  }

  .lg\:border-e-indigo-700\/45 {
    border-inline-end-color: rgb(67 56 202 / 0.45);
  }

  .lg\:border-e-indigo-700\/5 {
    border-inline-end-color: rgb(67 56 202 / 0.05);
  }

  .lg\:border-e-indigo-700\/50 {
    border-inline-end-color: rgb(67 56 202 / 0.5);
  }

  .lg\:border-e-indigo-700\/55 {
    border-inline-end-color: rgb(67 56 202 / 0.55);
  }

  .lg\:border-e-indigo-700\/60 {
    border-inline-end-color: rgb(67 56 202 / 0.6);
  }

  .lg\:border-e-indigo-700\/65 {
    border-inline-end-color: rgb(67 56 202 / 0.65);
  }

  .lg\:border-e-indigo-700\/70 {
    border-inline-end-color: rgb(67 56 202 / 0.7);
  }

  .lg\:border-e-indigo-700\/75 {
    border-inline-end-color: rgb(67 56 202 / 0.75);
  }

  .lg\:border-e-indigo-700\/80 {
    border-inline-end-color: rgb(67 56 202 / 0.8);
  }

  .lg\:border-e-indigo-700\/85 {
    border-inline-end-color: rgb(67 56 202 / 0.85);
  }

  .lg\:border-e-indigo-700\/90 {
    border-inline-end-color: rgb(67 56 202 / 0.9);
  }

  .lg\:border-e-indigo-700\/95 {
    border-inline-end-color: rgb(67 56 202 / 0.95);
  }

  .lg\:border-e-indigo-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(55 48 163 / var(--tw-border-opacity));
  }

  .lg\:border-e-indigo-800\/0 {
    border-inline-end-color: rgb(55 48 163 / 0);
  }

  .lg\:border-e-indigo-800\/10 {
    border-inline-end-color: rgb(55 48 163 / 0.1);
  }

  .lg\:border-e-indigo-800\/100 {
    border-inline-end-color: rgb(55 48 163 / 1);
  }

  .lg\:border-e-indigo-800\/15 {
    border-inline-end-color: rgb(55 48 163 / 0.15);
  }

  .lg\:border-e-indigo-800\/20 {
    border-inline-end-color: rgb(55 48 163 / 0.2);
  }

  .lg\:border-e-indigo-800\/25 {
    border-inline-end-color: rgb(55 48 163 / 0.25);
  }

  .lg\:border-e-indigo-800\/30 {
    border-inline-end-color: rgb(55 48 163 / 0.3);
  }

  .lg\:border-e-indigo-800\/35 {
    border-inline-end-color: rgb(55 48 163 / 0.35);
  }

  .lg\:border-e-indigo-800\/40 {
    border-inline-end-color: rgb(55 48 163 / 0.4);
  }

  .lg\:border-e-indigo-800\/45 {
    border-inline-end-color: rgb(55 48 163 / 0.45);
  }

  .lg\:border-e-indigo-800\/5 {
    border-inline-end-color: rgb(55 48 163 / 0.05);
  }

  .lg\:border-e-indigo-800\/50 {
    border-inline-end-color: rgb(55 48 163 / 0.5);
  }

  .lg\:border-e-indigo-800\/55 {
    border-inline-end-color: rgb(55 48 163 / 0.55);
  }

  .lg\:border-e-indigo-800\/60 {
    border-inline-end-color: rgb(55 48 163 / 0.6);
  }

  .lg\:border-e-indigo-800\/65 {
    border-inline-end-color: rgb(55 48 163 / 0.65);
  }

  .lg\:border-e-indigo-800\/70 {
    border-inline-end-color: rgb(55 48 163 / 0.7);
  }

  .lg\:border-e-indigo-800\/75 {
    border-inline-end-color: rgb(55 48 163 / 0.75);
  }

  .lg\:border-e-indigo-800\/80 {
    border-inline-end-color: rgb(55 48 163 / 0.8);
  }

  .lg\:border-e-indigo-800\/85 {
    border-inline-end-color: rgb(55 48 163 / 0.85);
  }

  .lg\:border-e-indigo-800\/90 {
    border-inline-end-color: rgb(55 48 163 / 0.9);
  }

  .lg\:border-e-indigo-800\/95 {
    border-inline-end-color: rgb(55 48 163 / 0.95);
  }

  .lg\:border-e-indigo-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(49 46 129 / var(--tw-border-opacity));
  }

  .lg\:border-e-indigo-900\/0 {
    border-inline-end-color: rgb(49 46 129 / 0);
  }

  .lg\:border-e-indigo-900\/10 {
    border-inline-end-color: rgb(49 46 129 / 0.1);
  }

  .lg\:border-e-indigo-900\/100 {
    border-inline-end-color: rgb(49 46 129 / 1);
  }

  .lg\:border-e-indigo-900\/15 {
    border-inline-end-color: rgb(49 46 129 / 0.15);
  }

  .lg\:border-e-indigo-900\/20 {
    border-inline-end-color: rgb(49 46 129 / 0.2);
  }

  .lg\:border-e-indigo-900\/25 {
    border-inline-end-color: rgb(49 46 129 / 0.25);
  }

  .lg\:border-e-indigo-900\/30 {
    border-inline-end-color: rgb(49 46 129 / 0.3);
  }

  .lg\:border-e-indigo-900\/35 {
    border-inline-end-color: rgb(49 46 129 / 0.35);
  }

  .lg\:border-e-indigo-900\/40 {
    border-inline-end-color: rgb(49 46 129 / 0.4);
  }

  .lg\:border-e-indigo-900\/45 {
    border-inline-end-color: rgb(49 46 129 / 0.45);
  }

  .lg\:border-e-indigo-900\/5 {
    border-inline-end-color: rgb(49 46 129 / 0.05);
  }

  .lg\:border-e-indigo-900\/50 {
    border-inline-end-color: rgb(49 46 129 / 0.5);
  }

  .lg\:border-e-indigo-900\/55 {
    border-inline-end-color: rgb(49 46 129 / 0.55);
  }

  .lg\:border-e-indigo-900\/60 {
    border-inline-end-color: rgb(49 46 129 / 0.6);
  }

  .lg\:border-e-indigo-900\/65 {
    border-inline-end-color: rgb(49 46 129 / 0.65);
  }

  .lg\:border-e-indigo-900\/70 {
    border-inline-end-color: rgb(49 46 129 / 0.7);
  }

  .lg\:border-e-indigo-900\/75 {
    border-inline-end-color: rgb(49 46 129 / 0.75);
  }

  .lg\:border-e-indigo-900\/80 {
    border-inline-end-color: rgb(49 46 129 / 0.8);
  }

  .lg\:border-e-indigo-900\/85 {
    border-inline-end-color: rgb(49 46 129 / 0.85);
  }

  .lg\:border-e-indigo-900\/90 {
    border-inline-end-color: rgb(49 46 129 / 0.9);
  }

  .lg\:border-e-indigo-900\/95 {
    border-inline-end-color: rgb(49 46 129 / 0.95);
  }

  .lg\:border-e-indigo-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(30 27 75 / var(--tw-border-opacity));
  }

  .lg\:border-e-indigo-950\/0 {
    border-inline-end-color: rgb(30 27 75 / 0);
  }

  .lg\:border-e-indigo-950\/10 {
    border-inline-end-color: rgb(30 27 75 / 0.1);
  }

  .lg\:border-e-indigo-950\/100 {
    border-inline-end-color: rgb(30 27 75 / 1);
  }

  .lg\:border-e-indigo-950\/15 {
    border-inline-end-color: rgb(30 27 75 / 0.15);
  }

  .lg\:border-e-indigo-950\/20 {
    border-inline-end-color: rgb(30 27 75 / 0.2);
  }

  .lg\:border-e-indigo-950\/25 {
    border-inline-end-color: rgb(30 27 75 / 0.25);
  }

  .lg\:border-e-indigo-950\/30 {
    border-inline-end-color: rgb(30 27 75 / 0.3);
  }

  .lg\:border-e-indigo-950\/35 {
    border-inline-end-color: rgb(30 27 75 / 0.35);
  }

  .lg\:border-e-indigo-950\/40 {
    border-inline-end-color: rgb(30 27 75 / 0.4);
  }

  .lg\:border-e-indigo-950\/45 {
    border-inline-end-color: rgb(30 27 75 / 0.45);
  }

  .lg\:border-e-indigo-950\/5 {
    border-inline-end-color: rgb(30 27 75 / 0.05);
  }

  .lg\:border-e-indigo-950\/50 {
    border-inline-end-color: rgb(30 27 75 / 0.5);
  }

  .lg\:border-e-indigo-950\/55 {
    border-inline-end-color: rgb(30 27 75 / 0.55);
  }

  .lg\:border-e-indigo-950\/60 {
    border-inline-end-color: rgb(30 27 75 / 0.6);
  }

  .lg\:border-e-indigo-950\/65 {
    border-inline-end-color: rgb(30 27 75 / 0.65);
  }

  .lg\:border-e-indigo-950\/70 {
    border-inline-end-color: rgb(30 27 75 / 0.7);
  }

  .lg\:border-e-indigo-950\/75 {
    border-inline-end-color: rgb(30 27 75 / 0.75);
  }

  .lg\:border-e-indigo-950\/80 {
    border-inline-end-color: rgb(30 27 75 / 0.8);
  }

  .lg\:border-e-indigo-950\/85 {
    border-inline-end-color: rgb(30 27 75 / 0.85);
  }

  .lg\:border-e-indigo-950\/90 {
    border-inline-end-color: rgb(30 27 75 / 0.9);
  }

  .lg\:border-e-indigo-950\/95 {
    border-inline-end-color: rgb(30 27 75 / 0.95);
  }

  .lg\:border-e-inherit {
    border-inline-end-color: inherit;
  }

  .lg\:border-e-lime-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(236 252 203 / var(--tw-border-opacity));
  }

  .lg\:border-e-lime-100\/0 {
    border-inline-end-color: rgb(236 252 203 / 0);
  }

  .lg\:border-e-lime-100\/10 {
    border-inline-end-color: rgb(236 252 203 / 0.1);
  }

  .lg\:border-e-lime-100\/100 {
    border-inline-end-color: rgb(236 252 203 / 1);
  }

  .lg\:border-e-lime-100\/15 {
    border-inline-end-color: rgb(236 252 203 / 0.15);
  }

  .lg\:border-e-lime-100\/20 {
    border-inline-end-color: rgb(236 252 203 / 0.2);
  }

  .lg\:border-e-lime-100\/25 {
    border-inline-end-color: rgb(236 252 203 / 0.25);
  }

  .lg\:border-e-lime-100\/30 {
    border-inline-end-color: rgb(236 252 203 / 0.3);
  }

  .lg\:border-e-lime-100\/35 {
    border-inline-end-color: rgb(236 252 203 / 0.35);
  }

  .lg\:border-e-lime-100\/40 {
    border-inline-end-color: rgb(236 252 203 / 0.4);
  }

  .lg\:border-e-lime-100\/45 {
    border-inline-end-color: rgb(236 252 203 / 0.45);
  }

  .lg\:border-e-lime-100\/5 {
    border-inline-end-color: rgb(236 252 203 / 0.05);
  }

  .lg\:border-e-lime-100\/50 {
    border-inline-end-color: rgb(236 252 203 / 0.5);
  }

  .lg\:border-e-lime-100\/55 {
    border-inline-end-color: rgb(236 252 203 / 0.55);
  }

  .lg\:border-e-lime-100\/60 {
    border-inline-end-color: rgb(236 252 203 / 0.6);
  }

  .lg\:border-e-lime-100\/65 {
    border-inline-end-color: rgb(236 252 203 / 0.65);
  }

  .lg\:border-e-lime-100\/70 {
    border-inline-end-color: rgb(236 252 203 / 0.7);
  }

  .lg\:border-e-lime-100\/75 {
    border-inline-end-color: rgb(236 252 203 / 0.75);
  }

  .lg\:border-e-lime-100\/80 {
    border-inline-end-color: rgb(236 252 203 / 0.8);
  }

  .lg\:border-e-lime-100\/85 {
    border-inline-end-color: rgb(236 252 203 / 0.85);
  }

  .lg\:border-e-lime-100\/90 {
    border-inline-end-color: rgb(236 252 203 / 0.9);
  }

  .lg\:border-e-lime-100\/95 {
    border-inline-end-color: rgb(236 252 203 / 0.95);
  }

  .lg\:border-e-lime-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(217 249 157 / var(--tw-border-opacity));
  }

  .lg\:border-e-lime-200\/0 {
    border-inline-end-color: rgb(217 249 157 / 0);
  }

  .lg\:border-e-lime-200\/10 {
    border-inline-end-color: rgb(217 249 157 / 0.1);
  }

  .lg\:border-e-lime-200\/100 {
    border-inline-end-color: rgb(217 249 157 / 1);
  }

  .lg\:border-e-lime-200\/15 {
    border-inline-end-color: rgb(217 249 157 / 0.15);
  }

  .lg\:border-e-lime-200\/20 {
    border-inline-end-color: rgb(217 249 157 / 0.2);
  }

  .lg\:border-e-lime-200\/25 {
    border-inline-end-color: rgb(217 249 157 / 0.25);
  }

  .lg\:border-e-lime-200\/30 {
    border-inline-end-color: rgb(217 249 157 / 0.3);
  }

  .lg\:border-e-lime-200\/35 {
    border-inline-end-color: rgb(217 249 157 / 0.35);
  }

  .lg\:border-e-lime-200\/40 {
    border-inline-end-color: rgb(217 249 157 / 0.4);
  }

  .lg\:border-e-lime-200\/45 {
    border-inline-end-color: rgb(217 249 157 / 0.45);
  }

  .lg\:border-e-lime-200\/5 {
    border-inline-end-color: rgb(217 249 157 / 0.05);
  }

  .lg\:border-e-lime-200\/50 {
    border-inline-end-color: rgb(217 249 157 / 0.5);
  }

  .lg\:border-e-lime-200\/55 {
    border-inline-end-color: rgb(217 249 157 / 0.55);
  }

  .lg\:border-e-lime-200\/60 {
    border-inline-end-color: rgb(217 249 157 / 0.6);
  }

  .lg\:border-e-lime-200\/65 {
    border-inline-end-color: rgb(217 249 157 / 0.65);
  }

  .lg\:border-e-lime-200\/70 {
    border-inline-end-color: rgb(217 249 157 / 0.7);
  }

  .lg\:border-e-lime-200\/75 {
    border-inline-end-color: rgb(217 249 157 / 0.75);
  }

  .lg\:border-e-lime-200\/80 {
    border-inline-end-color: rgb(217 249 157 / 0.8);
  }

  .lg\:border-e-lime-200\/85 {
    border-inline-end-color: rgb(217 249 157 / 0.85);
  }

  .lg\:border-e-lime-200\/90 {
    border-inline-end-color: rgb(217 249 157 / 0.9);
  }

  .lg\:border-e-lime-200\/95 {
    border-inline-end-color: rgb(217 249 157 / 0.95);
  }

  .lg\:border-e-lime-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(190 242 100 / var(--tw-border-opacity));
  }

  .lg\:border-e-lime-300\/0 {
    border-inline-end-color: rgb(190 242 100 / 0);
  }

  .lg\:border-e-lime-300\/10 {
    border-inline-end-color: rgb(190 242 100 / 0.1);
  }

  .lg\:border-e-lime-300\/100 {
    border-inline-end-color: rgb(190 242 100 / 1);
  }

  .lg\:border-e-lime-300\/15 {
    border-inline-end-color: rgb(190 242 100 / 0.15);
  }

  .lg\:border-e-lime-300\/20 {
    border-inline-end-color: rgb(190 242 100 / 0.2);
  }

  .lg\:border-e-lime-300\/25 {
    border-inline-end-color: rgb(190 242 100 / 0.25);
  }

  .lg\:border-e-lime-300\/30 {
    border-inline-end-color: rgb(190 242 100 / 0.3);
  }

  .lg\:border-e-lime-300\/35 {
    border-inline-end-color: rgb(190 242 100 / 0.35);
  }

  .lg\:border-e-lime-300\/40 {
    border-inline-end-color: rgb(190 242 100 / 0.4);
  }

  .lg\:border-e-lime-300\/45 {
    border-inline-end-color: rgb(190 242 100 / 0.45);
  }

  .lg\:border-e-lime-300\/5 {
    border-inline-end-color: rgb(190 242 100 / 0.05);
  }

  .lg\:border-e-lime-300\/50 {
    border-inline-end-color: rgb(190 242 100 / 0.5);
  }

  .lg\:border-e-lime-300\/55 {
    border-inline-end-color: rgb(190 242 100 / 0.55);
  }

  .lg\:border-e-lime-300\/60 {
    border-inline-end-color: rgb(190 242 100 / 0.6);
  }

  .lg\:border-e-lime-300\/65 {
    border-inline-end-color: rgb(190 242 100 / 0.65);
  }

  .lg\:border-e-lime-300\/70 {
    border-inline-end-color: rgb(190 242 100 / 0.7);
  }

  .lg\:border-e-lime-300\/75 {
    border-inline-end-color: rgb(190 242 100 / 0.75);
  }

  .lg\:border-e-lime-300\/80 {
    border-inline-end-color: rgb(190 242 100 / 0.8);
  }

  .lg\:border-e-lime-300\/85 {
    border-inline-end-color: rgb(190 242 100 / 0.85);
  }

  .lg\:border-e-lime-300\/90 {
    border-inline-end-color: rgb(190 242 100 / 0.9);
  }

  .lg\:border-e-lime-300\/95 {
    border-inline-end-color: rgb(190 242 100 / 0.95);
  }

  .lg\:border-e-lime-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(163 230 53 / var(--tw-border-opacity));
  }

  .lg\:border-e-lime-400\/0 {
    border-inline-end-color: rgb(163 230 53 / 0);
  }

  .lg\:border-e-lime-400\/10 {
    border-inline-end-color: rgb(163 230 53 / 0.1);
  }

  .lg\:border-e-lime-400\/100 {
    border-inline-end-color: rgb(163 230 53 / 1);
  }

  .lg\:border-e-lime-400\/15 {
    border-inline-end-color: rgb(163 230 53 / 0.15);
  }

  .lg\:border-e-lime-400\/20 {
    border-inline-end-color: rgb(163 230 53 / 0.2);
  }

  .lg\:border-e-lime-400\/25 {
    border-inline-end-color: rgb(163 230 53 / 0.25);
  }

  .lg\:border-e-lime-400\/30 {
    border-inline-end-color: rgb(163 230 53 / 0.3);
  }

  .lg\:border-e-lime-400\/35 {
    border-inline-end-color: rgb(163 230 53 / 0.35);
  }

  .lg\:border-e-lime-400\/40 {
    border-inline-end-color: rgb(163 230 53 / 0.4);
  }

  .lg\:border-e-lime-400\/45 {
    border-inline-end-color: rgb(163 230 53 / 0.45);
  }

  .lg\:border-e-lime-400\/5 {
    border-inline-end-color: rgb(163 230 53 / 0.05);
  }

  .lg\:border-e-lime-400\/50 {
    border-inline-end-color: rgb(163 230 53 / 0.5);
  }

  .lg\:border-e-lime-400\/55 {
    border-inline-end-color: rgb(163 230 53 / 0.55);
  }

  .lg\:border-e-lime-400\/60 {
    border-inline-end-color: rgb(163 230 53 / 0.6);
  }

  .lg\:border-e-lime-400\/65 {
    border-inline-end-color: rgb(163 230 53 / 0.65);
  }

  .lg\:border-e-lime-400\/70 {
    border-inline-end-color: rgb(163 230 53 / 0.7);
  }

  .lg\:border-e-lime-400\/75 {
    border-inline-end-color: rgb(163 230 53 / 0.75);
  }

  .lg\:border-e-lime-400\/80 {
    border-inline-end-color: rgb(163 230 53 / 0.8);
  }

  .lg\:border-e-lime-400\/85 {
    border-inline-end-color: rgb(163 230 53 / 0.85);
  }

  .lg\:border-e-lime-400\/90 {
    border-inline-end-color: rgb(163 230 53 / 0.9);
  }

  .lg\:border-e-lime-400\/95 {
    border-inline-end-color: rgb(163 230 53 / 0.95);
  }

  .lg\:border-e-lime-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(247 254 231 / var(--tw-border-opacity));
  }

  .lg\:border-e-lime-50\/0 {
    border-inline-end-color: rgb(247 254 231 / 0);
  }

  .lg\:border-e-lime-50\/10 {
    border-inline-end-color: rgb(247 254 231 / 0.1);
  }

  .lg\:border-e-lime-50\/100 {
    border-inline-end-color: rgb(247 254 231 / 1);
  }

  .lg\:border-e-lime-50\/15 {
    border-inline-end-color: rgb(247 254 231 / 0.15);
  }

  .lg\:border-e-lime-50\/20 {
    border-inline-end-color: rgb(247 254 231 / 0.2);
  }

  .lg\:border-e-lime-50\/25 {
    border-inline-end-color: rgb(247 254 231 / 0.25);
  }

  .lg\:border-e-lime-50\/30 {
    border-inline-end-color: rgb(247 254 231 / 0.3);
  }

  .lg\:border-e-lime-50\/35 {
    border-inline-end-color: rgb(247 254 231 / 0.35);
  }

  .lg\:border-e-lime-50\/40 {
    border-inline-end-color: rgb(247 254 231 / 0.4);
  }

  .lg\:border-e-lime-50\/45 {
    border-inline-end-color: rgb(247 254 231 / 0.45);
  }

  .lg\:border-e-lime-50\/5 {
    border-inline-end-color: rgb(247 254 231 / 0.05);
  }

  .lg\:border-e-lime-50\/50 {
    border-inline-end-color: rgb(247 254 231 / 0.5);
  }

  .lg\:border-e-lime-50\/55 {
    border-inline-end-color: rgb(247 254 231 / 0.55);
  }

  .lg\:border-e-lime-50\/60 {
    border-inline-end-color: rgb(247 254 231 / 0.6);
  }

  .lg\:border-e-lime-50\/65 {
    border-inline-end-color: rgb(247 254 231 / 0.65);
  }

  .lg\:border-e-lime-50\/70 {
    border-inline-end-color: rgb(247 254 231 / 0.7);
  }

  .lg\:border-e-lime-50\/75 {
    border-inline-end-color: rgb(247 254 231 / 0.75);
  }

  .lg\:border-e-lime-50\/80 {
    border-inline-end-color: rgb(247 254 231 / 0.8);
  }

  .lg\:border-e-lime-50\/85 {
    border-inline-end-color: rgb(247 254 231 / 0.85);
  }

  .lg\:border-e-lime-50\/90 {
    border-inline-end-color: rgb(247 254 231 / 0.9);
  }

  .lg\:border-e-lime-50\/95 {
    border-inline-end-color: rgb(247 254 231 / 0.95);
  }

  .lg\:border-e-lime-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(132 204 22 / var(--tw-border-opacity));
  }

  .lg\:border-e-lime-500\/0 {
    border-inline-end-color: rgb(132 204 22 / 0);
  }

  .lg\:border-e-lime-500\/10 {
    border-inline-end-color: rgb(132 204 22 / 0.1);
  }

  .lg\:border-e-lime-500\/100 {
    border-inline-end-color: rgb(132 204 22 / 1);
  }

  .lg\:border-e-lime-500\/15 {
    border-inline-end-color: rgb(132 204 22 / 0.15);
  }

  .lg\:border-e-lime-500\/20 {
    border-inline-end-color: rgb(132 204 22 / 0.2);
  }

  .lg\:border-e-lime-500\/25 {
    border-inline-end-color: rgb(132 204 22 / 0.25);
  }

  .lg\:border-e-lime-500\/30 {
    border-inline-end-color: rgb(132 204 22 / 0.3);
  }

  .lg\:border-e-lime-500\/35 {
    border-inline-end-color: rgb(132 204 22 / 0.35);
  }

  .lg\:border-e-lime-500\/40 {
    border-inline-end-color: rgb(132 204 22 / 0.4);
  }

  .lg\:border-e-lime-500\/45 {
    border-inline-end-color: rgb(132 204 22 / 0.45);
  }

  .lg\:border-e-lime-500\/5 {
    border-inline-end-color: rgb(132 204 22 / 0.05);
  }

  .lg\:border-e-lime-500\/50 {
    border-inline-end-color: rgb(132 204 22 / 0.5);
  }

  .lg\:border-e-lime-500\/55 {
    border-inline-end-color: rgb(132 204 22 / 0.55);
  }

  .lg\:border-e-lime-500\/60 {
    border-inline-end-color: rgb(132 204 22 / 0.6);
  }

  .lg\:border-e-lime-500\/65 {
    border-inline-end-color: rgb(132 204 22 / 0.65);
  }

  .lg\:border-e-lime-500\/70 {
    border-inline-end-color: rgb(132 204 22 / 0.7);
  }

  .lg\:border-e-lime-500\/75 {
    border-inline-end-color: rgb(132 204 22 / 0.75);
  }

  .lg\:border-e-lime-500\/80 {
    border-inline-end-color: rgb(132 204 22 / 0.8);
  }

  .lg\:border-e-lime-500\/85 {
    border-inline-end-color: rgb(132 204 22 / 0.85);
  }

  .lg\:border-e-lime-500\/90 {
    border-inline-end-color: rgb(132 204 22 / 0.9);
  }

  .lg\:border-e-lime-500\/95 {
    border-inline-end-color: rgb(132 204 22 / 0.95);
  }

  .lg\:border-e-lime-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(101 163 13 / var(--tw-border-opacity));
  }

  .lg\:border-e-lime-600\/0 {
    border-inline-end-color: rgb(101 163 13 / 0);
  }

  .lg\:border-e-lime-600\/10 {
    border-inline-end-color: rgb(101 163 13 / 0.1);
  }

  .lg\:border-e-lime-600\/100 {
    border-inline-end-color: rgb(101 163 13 / 1);
  }

  .lg\:border-e-lime-600\/15 {
    border-inline-end-color: rgb(101 163 13 / 0.15);
  }

  .lg\:border-e-lime-600\/20 {
    border-inline-end-color: rgb(101 163 13 / 0.2);
  }

  .lg\:border-e-lime-600\/25 {
    border-inline-end-color: rgb(101 163 13 / 0.25);
  }

  .lg\:border-e-lime-600\/30 {
    border-inline-end-color: rgb(101 163 13 / 0.3);
  }

  .lg\:border-e-lime-600\/35 {
    border-inline-end-color: rgb(101 163 13 / 0.35);
  }

  .lg\:border-e-lime-600\/40 {
    border-inline-end-color: rgb(101 163 13 / 0.4);
  }

  .lg\:border-e-lime-600\/45 {
    border-inline-end-color: rgb(101 163 13 / 0.45);
  }

  .lg\:border-e-lime-600\/5 {
    border-inline-end-color: rgb(101 163 13 / 0.05);
  }

  .lg\:border-e-lime-600\/50 {
    border-inline-end-color: rgb(101 163 13 / 0.5);
  }

  .lg\:border-e-lime-600\/55 {
    border-inline-end-color: rgb(101 163 13 / 0.55);
  }

  .lg\:border-e-lime-600\/60 {
    border-inline-end-color: rgb(101 163 13 / 0.6);
  }

  .lg\:border-e-lime-600\/65 {
    border-inline-end-color: rgb(101 163 13 / 0.65);
  }

  .lg\:border-e-lime-600\/70 {
    border-inline-end-color: rgb(101 163 13 / 0.7);
  }

  .lg\:border-e-lime-600\/75 {
    border-inline-end-color: rgb(101 163 13 / 0.75);
  }

  .lg\:border-e-lime-600\/80 {
    border-inline-end-color: rgb(101 163 13 / 0.8);
  }

  .lg\:border-e-lime-600\/85 {
    border-inline-end-color: rgb(101 163 13 / 0.85);
  }

  .lg\:border-e-lime-600\/90 {
    border-inline-end-color: rgb(101 163 13 / 0.9);
  }

  .lg\:border-e-lime-600\/95 {
    border-inline-end-color: rgb(101 163 13 / 0.95);
  }

  .lg\:border-e-lime-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(77 124 15 / var(--tw-border-opacity));
  }

  .lg\:border-e-lime-700\/0 {
    border-inline-end-color: rgb(77 124 15 / 0);
  }

  .lg\:border-e-lime-700\/10 {
    border-inline-end-color: rgb(77 124 15 / 0.1);
  }

  .lg\:border-e-lime-700\/100 {
    border-inline-end-color: rgb(77 124 15 / 1);
  }

  .lg\:border-e-lime-700\/15 {
    border-inline-end-color: rgb(77 124 15 / 0.15);
  }

  .lg\:border-e-lime-700\/20 {
    border-inline-end-color: rgb(77 124 15 / 0.2);
  }

  .lg\:border-e-lime-700\/25 {
    border-inline-end-color: rgb(77 124 15 / 0.25);
  }

  .lg\:border-e-lime-700\/30 {
    border-inline-end-color: rgb(77 124 15 / 0.3);
  }

  .lg\:border-e-lime-700\/35 {
    border-inline-end-color: rgb(77 124 15 / 0.35);
  }

  .lg\:border-e-lime-700\/40 {
    border-inline-end-color: rgb(77 124 15 / 0.4);
  }

  .lg\:border-e-lime-700\/45 {
    border-inline-end-color: rgb(77 124 15 / 0.45);
  }

  .lg\:border-e-lime-700\/5 {
    border-inline-end-color: rgb(77 124 15 / 0.05);
  }

  .lg\:border-e-lime-700\/50 {
    border-inline-end-color: rgb(77 124 15 / 0.5);
  }

  .lg\:border-e-lime-700\/55 {
    border-inline-end-color: rgb(77 124 15 / 0.55);
  }

  .lg\:border-e-lime-700\/60 {
    border-inline-end-color: rgb(77 124 15 / 0.6);
  }

  .lg\:border-e-lime-700\/65 {
    border-inline-end-color: rgb(77 124 15 / 0.65);
  }

  .lg\:border-e-lime-700\/70 {
    border-inline-end-color: rgb(77 124 15 / 0.7);
  }

  .lg\:border-e-lime-700\/75 {
    border-inline-end-color: rgb(77 124 15 / 0.75);
  }

  .lg\:border-e-lime-700\/80 {
    border-inline-end-color: rgb(77 124 15 / 0.8);
  }

  .lg\:border-e-lime-700\/85 {
    border-inline-end-color: rgb(77 124 15 / 0.85);
  }

  .lg\:border-e-lime-700\/90 {
    border-inline-end-color: rgb(77 124 15 / 0.9);
  }

  .lg\:border-e-lime-700\/95 {
    border-inline-end-color: rgb(77 124 15 / 0.95);
  }

  .lg\:border-e-lime-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(63 98 18 / var(--tw-border-opacity));
  }

  .lg\:border-e-lime-800\/0 {
    border-inline-end-color: rgb(63 98 18 / 0);
  }

  .lg\:border-e-lime-800\/10 {
    border-inline-end-color: rgb(63 98 18 / 0.1);
  }

  .lg\:border-e-lime-800\/100 {
    border-inline-end-color: rgb(63 98 18 / 1);
  }

  .lg\:border-e-lime-800\/15 {
    border-inline-end-color: rgb(63 98 18 / 0.15);
  }

  .lg\:border-e-lime-800\/20 {
    border-inline-end-color: rgb(63 98 18 / 0.2);
  }

  .lg\:border-e-lime-800\/25 {
    border-inline-end-color: rgb(63 98 18 / 0.25);
  }

  .lg\:border-e-lime-800\/30 {
    border-inline-end-color: rgb(63 98 18 / 0.3);
  }

  .lg\:border-e-lime-800\/35 {
    border-inline-end-color: rgb(63 98 18 / 0.35);
  }

  .lg\:border-e-lime-800\/40 {
    border-inline-end-color: rgb(63 98 18 / 0.4);
  }

  .lg\:border-e-lime-800\/45 {
    border-inline-end-color: rgb(63 98 18 / 0.45);
  }

  .lg\:border-e-lime-800\/5 {
    border-inline-end-color: rgb(63 98 18 / 0.05);
  }

  .lg\:border-e-lime-800\/50 {
    border-inline-end-color: rgb(63 98 18 / 0.5);
  }

  .lg\:border-e-lime-800\/55 {
    border-inline-end-color: rgb(63 98 18 / 0.55);
  }

  .lg\:border-e-lime-800\/60 {
    border-inline-end-color: rgb(63 98 18 / 0.6);
  }

  .lg\:border-e-lime-800\/65 {
    border-inline-end-color: rgb(63 98 18 / 0.65);
  }

  .lg\:border-e-lime-800\/70 {
    border-inline-end-color: rgb(63 98 18 / 0.7);
  }

  .lg\:border-e-lime-800\/75 {
    border-inline-end-color: rgb(63 98 18 / 0.75);
  }

  .lg\:border-e-lime-800\/80 {
    border-inline-end-color: rgb(63 98 18 / 0.8);
  }

  .lg\:border-e-lime-800\/85 {
    border-inline-end-color: rgb(63 98 18 / 0.85);
  }

  .lg\:border-e-lime-800\/90 {
    border-inline-end-color: rgb(63 98 18 / 0.9);
  }

  .lg\:border-e-lime-800\/95 {
    border-inline-end-color: rgb(63 98 18 / 0.95);
  }

  .lg\:border-e-lime-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(54 83 20 / var(--tw-border-opacity));
  }

  .lg\:border-e-lime-900\/0 {
    border-inline-end-color: rgb(54 83 20 / 0);
  }

  .lg\:border-e-lime-900\/10 {
    border-inline-end-color: rgb(54 83 20 / 0.1);
  }

  .lg\:border-e-lime-900\/100 {
    border-inline-end-color: rgb(54 83 20 / 1);
  }

  .lg\:border-e-lime-900\/15 {
    border-inline-end-color: rgb(54 83 20 / 0.15);
  }

  .lg\:border-e-lime-900\/20 {
    border-inline-end-color: rgb(54 83 20 / 0.2);
  }

  .lg\:border-e-lime-900\/25 {
    border-inline-end-color: rgb(54 83 20 / 0.25);
  }

  .lg\:border-e-lime-900\/30 {
    border-inline-end-color: rgb(54 83 20 / 0.3);
  }

  .lg\:border-e-lime-900\/35 {
    border-inline-end-color: rgb(54 83 20 / 0.35);
  }

  .lg\:border-e-lime-900\/40 {
    border-inline-end-color: rgb(54 83 20 / 0.4);
  }

  .lg\:border-e-lime-900\/45 {
    border-inline-end-color: rgb(54 83 20 / 0.45);
  }

  .lg\:border-e-lime-900\/5 {
    border-inline-end-color: rgb(54 83 20 / 0.05);
  }

  .lg\:border-e-lime-900\/50 {
    border-inline-end-color: rgb(54 83 20 / 0.5);
  }

  .lg\:border-e-lime-900\/55 {
    border-inline-end-color: rgb(54 83 20 / 0.55);
  }

  .lg\:border-e-lime-900\/60 {
    border-inline-end-color: rgb(54 83 20 / 0.6);
  }

  .lg\:border-e-lime-900\/65 {
    border-inline-end-color: rgb(54 83 20 / 0.65);
  }

  .lg\:border-e-lime-900\/70 {
    border-inline-end-color: rgb(54 83 20 / 0.7);
  }

  .lg\:border-e-lime-900\/75 {
    border-inline-end-color: rgb(54 83 20 / 0.75);
  }

  .lg\:border-e-lime-900\/80 {
    border-inline-end-color: rgb(54 83 20 / 0.8);
  }

  .lg\:border-e-lime-900\/85 {
    border-inline-end-color: rgb(54 83 20 / 0.85);
  }

  .lg\:border-e-lime-900\/90 {
    border-inline-end-color: rgb(54 83 20 / 0.9);
  }

  .lg\:border-e-lime-900\/95 {
    border-inline-end-color: rgb(54 83 20 / 0.95);
  }

  .lg\:border-e-lime-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(26 46 5 / var(--tw-border-opacity));
  }

  .lg\:border-e-lime-950\/0 {
    border-inline-end-color: rgb(26 46 5 / 0);
  }

  .lg\:border-e-lime-950\/10 {
    border-inline-end-color: rgb(26 46 5 / 0.1);
  }

  .lg\:border-e-lime-950\/100 {
    border-inline-end-color: rgb(26 46 5 / 1);
  }

  .lg\:border-e-lime-950\/15 {
    border-inline-end-color: rgb(26 46 5 / 0.15);
  }

  .lg\:border-e-lime-950\/20 {
    border-inline-end-color: rgb(26 46 5 / 0.2);
  }

  .lg\:border-e-lime-950\/25 {
    border-inline-end-color: rgb(26 46 5 / 0.25);
  }

  .lg\:border-e-lime-950\/30 {
    border-inline-end-color: rgb(26 46 5 / 0.3);
  }

  .lg\:border-e-lime-950\/35 {
    border-inline-end-color: rgb(26 46 5 / 0.35);
  }

  .lg\:border-e-lime-950\/40 {
    border-inline-end-color: rgb(26 46 5 / 0.4);
  }

  .lg\:border-e-lime-950\/45 {
    border-inline-end-color: rgb(26 46 5 / 0.45);
  }

  .lg\:border-e-lime-950\/5 {
    border-inline-end-color: rgb(26 46 5 / 0.05);
  }

  .lg\:border-e-lime-950\/50 {
    border-inline-end-color: rgb(26 46 5 / 0.5);
  }

  .lg\:border-e-lime-950\/55 {
    border-inline-end-color: rgb(26 46 5 / 0.55);
  }

  .lg\:border-e-lime-950\/60 {
    border-inline-end-color: rgb(26 46 5 / 0.6);
  }

  .lg\:border-e-lime-950\/65 {
    border-inline-end-color: rgb(26 46 5 / 0.65);
  }

  .lg\:border-e-lime-950\/70 {
    border-inline-end-color: rgb(26 46 5 / 0.7);
  }

  .lg\:border-e-lime-950\/75 {
    border-inline-end-color: rgb(26 46 5 / 0.75);
  }

  .lg\:border-e-lime-950\/80 {
    border-inline-end-color: rgb(26 46 5 / 0.8);
  }

  .lg\:border-e-lime-950\/85 {
    border-inline-end-color: rgb(26 46 5 / 0.85);
  }

  .lg\:border-e-lime-950\/90 {
    border-inline-end-color: rgb(26 46 5 / 0.9);
  }

  .lg\:border-e-lime-950\/95 {
    border-inline-end-color: rgb(26 46 5 / 0.95);
  }

  .lg\:border-e-neutral-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(245 245 245 / var(--tw-border-opacity));
  }

  .lg\:border-e-neutral-100\/0 {
    border-inline-end-color: rgb(245 245 245 / 0);
  }

  .lg\:border-e-neutral-100\/10 {
    border-inline-end-color: rgb(245 245 245 / 0.1);
  }

  .lg\:border-e-neutral-100\/100 {
    border-inline-end-color: rgb(245 245 245 / 1);
  }

  .lg\:border-e-neutral-100\/15 {
    border-inline-end-color: rgb(245 245 245 / 0.15);
  }

  .lg\:border-e-neutral-100\/20 {
    border-inline-end-color: rgb(245 245 245 / 0.2);
  }

  .lg\:border-e-neutral-100\/25 {
    border-inline-end-color: rgb(245 245 245 / 0.25);
  }

  .lg\:border-e-neutral-100\/30 {
    border-inline-end-color: rgb(245 245 245 / 0.3);
  }

  .lg\:border-e-neutral-100\/35 {
    border-inline-end-color: rgb(245 245 245 / 0.35);
  }

  .lg\:border-e-neutral-100\/40 {
    border-inline-end-color: rgb(245 245 245 / 0.4);
  }

  .lg\:border-e-neutral-100\/45 {
    border-inline-end-color: rgb(245 245 245 / 0.45);
  }

  .lg\:border-e-neutral-100\/5 {
    border-inline-end-color: rgb(245 245 245 / 0.05);
  }

  .lg\:border-e-neutral-100\/50 {
    border-inline-end-color: rgb(245 245 245 / 0.5);
  }

  .lg\:border-e-neutral-100\/55 {
    border-inline-end-color: rgb(245 245 245 / 0.55);
  }

  .lg\:border-e-neutral-100\/60 {
    border-inline-end-color: rgb(245 245 245 / 0.6);
  }

  .lg\:border-e-neutral-100\/65 {
    border-inline-end-color: rgb(245 245 245 / 0.65);
  }

  .lg\:border-e-neutral-100\/70 {
    border-inline-end-color: rgb(245 245 245 / 0.7);
  }

  .lg\:border-e-neutral-100\/75 {
    border-inline-end-color: rgb(245 245 245 / 0.75);
  }

  .lg\:border-e-neutral-100\/80 {
    border-inline-end-color: rgb(245 245 245 / 0.8);
  }

  .lg\:border-e-neutral-100\/85 {
    border-inline-end-color: rgb(245 245 245 / 0.85);
  }

  .lg\:border-e-neutral-100\/90 {
    border-inline-end-color: rgb(245 245 245 / 0.9);
  }

  .lg\:border-e-neutral-100\/95 {
    border-inline-end-color: rgb(245 245 245 / 0.95);
  }

  .lg\:border-e-neutral-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(229 229 229 / var(--tw-border-opacity));
  }

  .lg\:border-e-neutral-200\/0 {
    border-inline-end-color: rgb(229 229 229 / 0);
  }

  .lg\:border-e-neutral-200\/10 {
    border-inline-end-color: rgb(229 229 229 / 0.1);
  }

  .lg\:border-e-neutral-200\/100 {
    border-inline-end-color: rgb(229 229 229 / 1);
  }

  .lg\:border-e-neutral-200\/15 {
    border-inline-end-color: rgb(229 229 229 / 0.15);
  }

  .lg\:border-e-neutral-200\/20 {
    border-inline-end-color: rgb(229 229 229 / 0.2);
  }

  .lg\:border-e-neutral-200\/25 {
    border-inline-end-color: rgb(229 229 229 / 0.25);
  }

  .lg\:border-e-neutral-200\/30 {
    border-inline-end-color: rgb(229 229 229 / 0.3);
  }

  .lg\:border-e-neutral-200\/35 {
    border-inline-end-color: rgb(229 229 229 / 0.35);
  }

  .lg\:border-e-neutral-200\/40 {
    border-inline-end-color: rgb(229 229 229 / 0.4);
  }

  .lg\:border-e-neutral-200\/45 {
    border-inline-end-color: rgb(229 229 229 / 0.45);
  }

  .lg\:border-e-neutral-200\/5 {
    border-inline-end-color: rgb(229 229 229 / 0.05);
  }

  .lg\:border-e-neutral-200\/50 {
    border-inline-end-color: rgb(229 229 229 / 0.5);
  }

  .lg\:border-e-neutral-200\/55 {
    border-inline-end-color: rgb(229 229 229 / 0.55);
  }

  .lg\:border-e-neutral-200\/60 {
    border-inline-end-color: rgb(229 229 229 / 0.6);
  }

  .lg\:border-e-neutral-200\/65 {
    border-inline-end-color: rgb(229 229 229 / 0.65);
  }

  .lg\:border-e-neutral-200\/70 {
    border-inline-end-color: rgb(229 229 229 / 0.7);
  }

  .lg\:border-e-neutral-200\/75 {
    border-inline-end-color: rgb(229 229 229 / 0.75);
  }

  .lg\:border-e-neutral-200\/80 {
    border-inline-end-color: rgb(229 229 229 / 0.8);
  }

  .lg\:border-e-neutral-200\/85 {
    border-inline-end-color: rgb(229 229 229 / 0.85);
  }

  .lg\:border-e-neutral-200\/90 {
    border-inline-end-color: rgb(229 229 229 / 0.9);
  }

  .lg\:border-e-neutral-200\/95 {
    border-inline-end-color: rgb(229 229 229 / 0.95);
  }

  .lg\:border-e-neutral-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(212 212 212 / var(--tw-border-opacity));
  }

  .lg\:border-e-neutral-300\/0 {
    border-inline-end-color: rgb(212 212 212 / 0);
  }

  .lg\:border-e-neutral-300\/10 {
    border-inline-end-color: rgb(212 212 212 / 0.1);
  }

  .lg\:border-e-neutral-300\/100 {
    border-inline-end-color: rgb(212 212 212 / 1);
  }

  .lg\:border-e-neutral-300\/15 {
    border-inline-end-color: rgb(212 212 212 / 0.15);
  }

  .lg\:border-e-neutral-300\/20 {
    border-inline-end-color: rgb(212 212 212 / 0.2);
  }

  .lg\:border-e-neutral-300\/25 {
    border-inline-end-color: rgb(212 212 212 / 0.25);
  }

  .lg\:border-e-neutral-300\/30 {
    border-inline-end-color: rgb(212 212 212 / 0.3);
  }

  .lg\:border-e-neutral-300\/35 {
    border-inline-end-color: rgb(212 212 212 / 0.35);
  }

  .lg\:border-e-neutral-300\/40 {
    border-inline-end-color: rgb(212 212 212 / 0.4);
  }

  .lg\:border-e-neutral-300\/45 {
    border-inline-end-color: rgb(212 212 212 / 0.45);
  }

  .lg\:border-e-neutral-300\/5 {
    border-inline-end-color: rgb(212 212 212 / 0.05);
  }

  .lg\:border-e-neutral-300\/50 {
    border-inline-end-color: rgb(212 212 212 / 0.5);
  }

  .lg\:border-e-neutral-300\/55 {
    border-inline-end-color: rgb(212 212 212 / 0.55);
  }

  .lg\:border-e-neutral-300\/60 {
    border-inline-end-color: rgb(212 212 212 / 0.6);
  }

  .lg\:border-e-neutral-300\/65 {
    border-inline-end-color: rgb(212 212 212 / 0.65);
  }

  .lg\:border-e-neutral-300\/70 {
    border-inline-end-color: rgb(212 212 212 / 0.7);
  }

  .lg\:border-e-neutral-300\/75 {
    border-inline-end-color: rgb(212 212 212 / 0.75);
  }

  .lg\:border-e-neutral-300\/80 {
    border-inline-end-color: rgb(212 212 212 / 0.8);
  }

  .lg\:border-e-neutral-300\/85 {
    border-inline-end-color: rgb(212 212 212 / 0.85);
  }

  .lg\:border-e-neutral-300\/90 {
    border-inline-end-color: rgb(212 212 212 / 0.9);
  }

  .lg\:border-e-neutral-300\/95 {
    border-inline-end-color: rgb(212 212 212 / 0.95);
  }

  .lg\:border-e-neutral-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(163 163 163 / var(--tw-border-opacity));
  }

  .lg\:border-e-neutral-400\/0 {
    border-inline-end-color: rgb(163 163 163 / 0);
  }

  .lg\:border-e-neutral-400\/10 {
    border-inline-end-color: rgb(163 163 163 / 0.1);
  }

  .lg\:border-e-neutral-400\/100 {
    border-inline-end-color: rgb(163 163 163 / 1);
  }

  .lg\:border-e-neutral-400\/15 {
    border-inline-end-color: rgb(163 163 163 / 0.15);
  }

  .lg\:border-e-neutral-400\/20 {
    border-inline-end-color: rgb(163 163 163 / 0.2);
  }

  .lg\:border-e-neutral-400\/25 {
    border-inline-end-color: rgb(163 163 163 / 0.25);
  }

  .lg\:border-e-neutral-400\/30 {
    border-inline-end-color: rgb(163 163 163 / 0.3);
  }

  .lg\:border-e-neutral-400\/35 {
    border-inline-end-color: rgb(163 163 163 / 0.35);
  }

  .lg\:border-e-neutral-400\/40 {
    border-inline-end-color: rgb(163 163 163 / 0.4);
  }

  .lg\:border-e-neutral-400\/45 {
    border-inline-end-color: rgb(163 163 163 / 0.45);
  }

  .lg\:border-e-neutral-400\/5 {
    border-inline-end-color: rgb(163 163 163 / 0.05);
  }

  .lg\:border-e-neutral-400\/50 {
    border-inline-end-color: rgb(163 163 163 / 0.5);
  }

  .lg\:border-e-neutral-400\/55 {
    border-inline-end-color: rgb(163 163 163 / 0.55);
  }

  .lg\:border-e-neutral-400\/60 {
    border-inline-end-color: rgb(163 163 163 / 0.6);
  }

  .lg\:border-e-neutral-400\/65 {
    border-inline-end-color: rgb(163 163 163 / 0.65);
  }

  .lg\:border-e-neutral-400\/70 {
    border-inline-end-color: rgb(163 163 163 / 0.7);
  }

  .lg\:border-e-neutral-400\/75 {
    border-inline-end-color: rgb(163 163 163 / 0.75);
  }

  .lg\:border-e-neutral-400\/80 {
    border-inline-end-color: rgb(163 163 163 / 0.8);
  }

  .lg\:border-e-neutral-400\/85 {
    border-inline-end-color: rgb(163 163 163 / 0.85);
  }

  .lg\:border-e-neutral-400\/90 {
    border-inline-end-color: rgb(163 163 163 / 0.9);
  }

  .lg\:border-e-neutral-400\/95 {
    border-inline-end-color: rgb(163 163 163 / 0.95);
  }

  .lg\:border-e-neutral-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .lg\:border-e-neutral-50\/0 {
    border-inline-end-color: rgb(250 250 250 / 0);
  }

  .lg\:border-e-neutral-50\/10 {
    border-inline-end-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-e-neutral-50\/100 {
    border-inline-end-color: rgb(250 250 250 / 1);
  }

  .lg\:border-e-neutral-50\/15 {
    border-inline-end-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-e-neutral-50\/20 {
    border-inline-end-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-e-neutral-50\/25 {
    border-inline-end-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-e-neutral-50\/30 {
    border-inline-end-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-e-neutral-50\/35 {
    border-inline-end-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-e-neutral-50\/40 {
    border-inline-end-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-e-neutral-50\/45 {
    border-inline-end-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-e-neutral-50\/5 {
    border-inline-end-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-e-neutral-50\/50 {
    border-inline-end-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-e-neutral-50\/55 {
    border-inline-end-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-e-neutral-50\/60 {
    border-inline-end-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-e-neutral-50\/65 {
    border-inline-end-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-e-neutral-50\/70 {
    border-inline-end-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-e-neutral-50\/75 {
    border-inline-end-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-e-neutral-50\/80 {
    border-inline-end-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-e-neutral-50\/85 {
    border-inline-end-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-e-neutral-50\/90 {
    border-inline-end-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-e-neutral-50\/95 {
    border-inline-end-color: rgb(250 250 250 / 0.95);
  }

  .lg\:border-e-neutral-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(115 115 115 / var(--tw-border-opacity));
  }

  .lg\:border-e-neutral-500\/0 {
    border-inline-end-color: rgb(115 115 115 / 0);
  }

  .lg\:border-e-neutral-500\/10 {
    border-inline-end-color: rgb(115 115 115 / 0.1);
  }

  .lg\:border-e-neutral-500\/100 {
    border-inline-end-color: rgb(115 115 115 / 1);
  }

  .lg\:border-e-neutral-500\/15 {
    border-inline-end-color: rgb(115 115 115 / 0.15);
  }

  .lg\:border-e-neutral-500\/20 {
    border-inline-end-color: rgb(115 115 115 / 0.2);
  }

  .lg\:border-e-neutral-500\/25 {
    border-inline-end-color: rgb(115 115 115 / 0.25);
  }

  .lg\:border-e-neutral-500\/30 {
    border-inline-end-color: rgb(115 115 115 / 0.3);
  }

  .lg\:border-e-neutral-500\/35 {
    border-inline-end-color: rgb(115 115 115 / 0.35);
  }

  .lg\:border-e-neutral-500\/40 {
    border-inline-end-color: rgb(115 115 115 / 0.4);
  }

  .lg\:border-e-neutral-500\/45 {
    border-inline-end-color: rgb(115 115 115 / 0.45);
  }

  .lg\:border-e-neutral-500\/5 {
    border-inline-end-color: rgb(115 115 115 / 0.05);
  }

  .lg\:border-e-neutral-500\/50 {
    border-inline-end-color: rgb(115 115 115 / 0.5);
  }

  .lg\:border-e-neutral-500\/55 {
    border-inline-end-color: rgb(115 115 115 / 0.55);
  }

  .lg\:border-e-neutral-500\/60 {
    border-inline-end-color: rgb(115 115 115 / 0.6);
  }

  .lg\:border-e-neutral-500\/65 {
    border-inline-end-color: rgb(115 115 115 / 0.65);
  }

  .lg\:border-e-neutral-500\/70 {
    border-inline-end-color: rgb(115 115 115 / 0.7);
  }

  .lg\:border-e-neutral-500\/75 {
    border-inline-end-color: rgb(115 115 115 / 0.75);
  }

  .lg\:border-e-neutral-500\/80 {
    border-inline-end-color: rgb(115 115 115 / 0.8);
  }

  .lg\:border-e-neutral-500\/85 {
    border-inline-end-color: rgb(115 115 115 / 0.85);
  }

  .lg\:border-e-neutral-500\/90 {
    border-inline-end-color: rgb(115 115 115 / 0.9);
  }

  .lg\:border-e-neutral-500\/95 {
    border-inline-end-color: rgb(115 115 115 / 0.95);
  }

  .lg\:border-e-neutral-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(82 82 82 / var(--tw-border-opacity));
  }

  .lg\:border-e-neutral-600\/0 {
    border-inline-end-color: rgb(82 82 82 / 0);
  }

  .lg\:border-e-neutral-600\/10 {
    border-inline-end-color: rgb(82 82 82 / 0.1);
  }

  .lg\:border-e-neutral-600\/100 {
    border-inline-end-color: rgb(82 82 82 / 1);
  }

  .lg\:border-e-neutral-600\/15 {
    border-inline-end-color: rgb(82 82 82 / 0.15);
  }

  .lg\:border-e-neutral-600\/20 {
    border-inline-end-color: rgb(82 82 82 / 0.2);
  }

  .lg\:border-e-neutral-600\/25 {
    border-inline-end-color: rgb(82 82 82 / 0.25);
  }

  .lg\:border-e-neutral-600\/30 {
    border-inline-end-color: rgb(82 82 82 / 0.3);
  }

  .lg\:border-e-neutral-600\/35 {
    border-inline-end-color: rgb(82 82 82 / 0.35);
  }

  .lg\:border-e-neutral-600\/40 {
    border-inline-end-color: rgb(82 82 82 / 0.4);
  }

  .lg\:border-e-neutral-600\/45 {
    border-inline-end-color: rgb(82 82 82 / 0.45);
  }

  .lg\:border-e-neutral-600\/5 {
    border-inline-end-color: rgb(82 82 82 / 0.05);
  }

  .lg\:border-e-neutral-600\/50 {
    border-inline-end-color: rgb(82 82 82 / 0.5);
  }

  .lg\:border-e-neutral-600\/55 {
    border-inline-end-color: rgb(82 82 82 / 0.55);
  }

  .lg\:border-e-neutral-600\/60 {
    border-inline-end-color: rgb(82 82 82 / 0.6);
  }

  .lg\:border-e-neutral-600\/65 {
    border-inline-end-color: rgb(82 82 82 / 0.65);
  }

  .lg\:border-e-neutral-600\/70 {
    border-inline-end-color: rgb(82 82 82 / 0.7);
  }

  .lg\:border-e-neutral-600\/75 {
    border-inline-end-color: rgb(82 82 82 / 0.75);
  }

  .lg\:border-e-neutral-600\/80 {
    border-inline-end-color: rgb(82 82 82 / 0.8);
  }

  .lg\:border-e-neutral-600\/85 {
    border-inline-end-color: rgb(82 82 82 / 0.85);
  }

  .lg\:border-e-neutral-600\/90 {
    border-inline-end-color: rgb(82 82 82 / 0.9);
  }

  .lg\:border-e-neutral-600\/95 {
    border-inline-end-color: rgb(82 82 82 / 0.95);
  }

  .lg\:border-e-neutral-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(64 64 64 / var(--tw-border-opacity));
  }

  .lg\:border-e-neutral-700\/0 {
    border-inline-end-color: rgb(64 64 64 / 0);
  }

  .lg\:border-e-neutral-700\/10 {
    border-inline-end-color: rgb(64 64 64 / 0.1);
  }

  .lg\:border-e-neutral-700\/100 {
    border-inline-end-color: rgb(64 64 64 / 1);
  }

  .lg\:border-e-neutral-700\/15 {
    border-inline-end-color: rgb(64 64 64 / 0.15);
  }

  .lg\:border-e-neutral-700\/20 {
    border-inline-end-color: rgb(64 64 64 / 0.2);
  }

  .lg\:border-e-neutral-700\/25 {
    border-inline-end-color: rgb(64 64 64 / 0.25);
  }

  .lg\:border-e-neutral-700\/30 {
    border-inline-end-color: rgb(64 64 64 / 0.3);
  }

  .lg\:border-e-neutral-700\/35 {
    border-inline-end-color: rgb(64 64 64 / 0.35);
  }

  .lg\:border-e-neutral-700\/40 {
    border-inline-end-color: rgb(64 64 64 / 0.4);
  }

  .lg\:border-e-neutral-700\/45 {
    border-inline-end-color: rgb(64 64 64 / 0.45);
  }

  .lg\:border-e-neutral-700\/5 {
    border-inline-end-color: rgb(64 64 64 / 0.05);
  }

  .lg\:border-e-neutral-700\/50 {
    border-inline-end-color: rgb(64 64 64 / 0.5);
  }

  .lg\:border-e-neutral-700\/55 {
    border-inline-end-color: rgb(64 64 64 / 0.55);
  }

  .lg\:border-e-neutral-700\/60 {
    border-inline-end-color: rgb(64 64 64 / 0.6);
  }

  .lg\:border-e-neutral-700\/65 {
    border-inline-end-color: rgb(64 64 64 / 0.65);
  }

  .lg\:border-e-neutral-700\/70 {
    border-inline-end-color: rgb(64 64 64 / 0.7);
  }

  .lg\:border-e-neutral-700\/75 {
    border-inline-end-color: rgb(64 64 64 / 0.75);
  }

  .lg\:border-e-neutral-700\/80 {
    border-inline-end-color: rgb(64 64 64 / 0.8);
  }

  .lg\:border-e-neutral-700\/85 {
    border-inline-end-color: rgb(64 64 64 / 0.85);
  }

  .lg\:border-e-neutral-700\/90 {
    border-inline-end-color: rgb(64 64 64 / 0.9);
  }

  .lg\:border-e-neutral-700\/95 {
    border-inline-end-color: rgb(64 64 64 / 0.95);
  }

  .lg\:border-e-neutral-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(38 38 38 / var(--tw-border-opacity));
  }

  .lg\:border-e-neutral-800\/0 {
    border-inline-end-color: rgb(38 38 38 / 0);
  }

  .lg\:border-e-neutral-800\/10 {
    border-inline-end-color: rgb(38 38 38 / 0.1);
  }

  .lg\:border-e-neutral-800\/100 {
    border-inline-end-color: rgb(38 38 38 / 1);
  }

  .lg\:border-e-neutral-800\/15 {
    border-inline-end-color: rgb(38 38 38 / 0.15);
  }

  .lg\:border-e-neutral-800\/20 {
    border-inline-end-color: rgb(38 38 38 / 0.2);
  }

  .lg\:border-e-neutral-800\/25 {
    border-inline-end-color: rgb(38 38 38 / 0.25);
  }

  .lg\:border-e-neutral-800\/30 {
    border-inline-end-color: rgb(38 38 38 / 0.3);
  }

  .lg\:border-e-neutral-800\/35 {
    border-inline-end-color: rgb(38 38 38 / 0.35);
  }

  .lg\:border-e-neutral-800\/40 {
    border-inline-end-color: rgb(38 38 38 / 0.4);
  }

  .lg\:border-e-neutral-800\/45 {
    border-inline-end-color: rgb(38 38 38 / 0.45);
  }

  .lg\:border-e-neutral-800\/5 {
    border-inline-end-color: rgb(38 38 38 / 0.05);
  }

  .lg\:border-e-neutral-800\/50 {
    border-inline-end-color: rgb(38 38 38 / 0.5);
  }

  .lg\:border-e-neutral-800\/55 {
    border-inline-end-color: rgb(38 38 38 / 0.55);
  }

  .lg\:border-e-neutral-800\/60 {
    border-inline-end-color: rgb(38 38 38 / 0.6);
  }

  .lg\:border-e-neutral-800\/65 {
    border-inline-end-color: rgb(38 38 38 / 0.65);
  }

  .lg\:border-e-neutral-800\/70 {
    border-inline-end-color: rgb(38 38 38 / 0.7);
  }

  .lg\:border-e-neutral-800\/75 {
    border-inline-end-color: rgb(38 38 38 / 0.75);
  }

  .lg\:border-e-neutral-800\/80 {
    border-inline-end-color: rgb(38 38 38 / 0.8);
  }

  .lg\:border-e-neutral-800\/85 {
    border-inline-end-color: rgb(38 38 38 / 0.85);
  }

  .lg\:border-e-neutral-800\/90 {
    border-inline-end-color: rgb(38 38 38 / 0.9);
  }

  .lg\:border-e-neutral-800\/95 {
    border-inline-end-color: rgb(38 38 38 / 0.95);
  }

  .lg\:border-e-neutral-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(23 23 23 / var(--tw-border-opacity));
  }

  .lg\:border-e-neutral-900\/0 {
    border-inline-end-color: rgb(23 23 23 / 0);
  }

  .lg\:border-e-neutral-900\/10 {
    border-inline-end-color: rgb(23 23 23 / 0.1);
  }

  .lg\:border-e-neutral-900\/100 {
    border-inline-end-color: rgb(23 23 23 / 1);
  }

  .lg\:border-e-neutral-900\/15 {
    border-inline-end-color: rgb(23 23 23 / 0.15);
  }

  .lg\:border-e-neutral-900\/20 {
    border-inline-end-color: rgb(23 23 23 / 0.2);
  }

  .lg\:border-e-neutral-900\/25 {
    border-inline-end-color: rgb(23 23 23 / 0.25);
  }

  .lg\:border-e-neutral-900\/30 {
    border-inline-end-color: rgb(23 23 23 / 0.3);
  }

  .lg\:border-e-neutral-900\/35 {
    border-inline-end-color: rgb(23 23 23 / 0.35);
  }

  .lg\:border-e-neutral-900\/40 {
    border-inline-end-color: rgb(23 23 23 / 0.4);
  }

  .lg\:border-e-neutral-900\/45 {
    border-inline-end-color: rgb(23 23 23 / 0.45);
  }

  .lg\:border-e-neutral-900\/5 {
    border-inline-end-color: rgb(23 23 23 / 0.05);
  }

  .lg\:border-e-neutral-900\/50 {
    border-inline-end-color: rgb(23 23 23 / 0.5);
  }

  .lg\:border-e-neutral-900\/55 {
    border-inline-end-color: rgb(23 23 23 / 0.55);
  }

  .lg\:border-e-neutral-900\/60 {
    border-inline-end-color: rgb(23 23 23 / 0.6);
  }

  .lg\:border-e-neutral-900\/65 {
    border-inline-end-color: rgb(23 23 23 / 0.65);
  }

  .lg\:border-e-neutral-900\/70 {
    border-inline-end-color: rgb(23 23 23 / 0.7);
  }

  .lg\:border-e-neutral-900\/75 {
    border-inline-end-color: rgb(23 23 23 / 0.75);
  }

  .lg\:border-e-neutral-900\/80 {
    border-inline-end-color: rgb(23 23 23 / 0.8);
  }

  .lg\:border-e-neutral-900\/85 {
    border-inline-end-color: rgb(23 23 23 / 0.85);
  }

  .lg\:border-e-neutral-900\/90 {
    border-inline-end-color: rgb(23 23 23 / 0.9);
  }

  .lg\:border-e-neutral-900\/95 {
    border-inline-end-color: rgb(23 23 23 / 0.95);
  }

  .lg\:border-e-neutral-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(10 10 10 / var(--tw-border-opacity));
  }

  .lg\:border-e-neutral-950\/0 {
    border-inline-end-color: rgb(10 10 10 / 0);
  }

  .lg\:border-e-neutral-950\/10 {
    border-inline-end-color: rgb(10 10 10 / 0.1);
  }

  .lg\:border-e-neutral-950\/100 {
    border-inline-end-color: rgb(10 10 10 / 1);
  }

  .lg\:border-e-neutral-950\/15 {
    border-inline-end-color: rgb(10 10 10 / 0.15);
  }

  .lg\:border-e-neutral-950\/20 {
    border-inline-end-color: rgb(10 10 10 / 0.2);
  }

  .lg\:border-e-neutral-950\/25 {
    border-inline-end-color: rgb(10 10 10 / 0.25);
  }

  .lg\:border-e-neutral-950\/30 {
    border-inline-end-color: rgb(10 10 10 / 0.3);
  }

  .lg\:border-e-neutral-950\/35 {
    border-inline-end-color: rgb(10 10 10 / 0.35);
  }

  .lg\:border-e-neutral-950\/40 {
    border-inline-end-color: rgb(10 10 10 / 0.4);
  }

  .lg\:border-e-neutral-950\/45 {
    border-inline-end-color: rgb(10 10 10 / 0.45);
  }

  .lg\:border-e-neutral-950\/5 {
    border-inline-end-color: rgb(10 10 10 / 0.05);
  }

  .lg\:border-e-neutral-950\/50 {
    border-inline-end-color: rgb(10 10 10 / 0.5);
  }

  .lg\:border-e-neutral-950\/55 {
    border-inline-end-color: rgb(10 10 10 / 0.55);
  }

  .lg\:border-e-neutral-950\/60 {
    border-inline-end-color: rgb(10 10 10 / 0.6);
  }

  .lg\:border-e-neutral-950\/65 {
    border-inline-end-color: rgb(10 10 10 / 0.65);
  }

  .lg\:border-e-neutral-950\/70 {
    border-inline-end-color: rgb(10 10 10 / 0.7);
  }

  .lg\:border-e-neutral-950\/75 {
    border-inline-end-color: rgb(10 10 10 / 0.75);
  }

  .lg\:border-e-neutral-950\/80 {
    border-inline-end-color: rgb(10 10 10 / 0.8);
  }

  .lg\:border-e-neutral-950\/85 {
    border-inline-end-color: rgb(10 10 10 / 0.85);
  }

  .lg\:border-e-neutral-950\/90 {
    border-inline-end-color: rgb(10 10 10 / 0.9);
  }

  .lg\:border-e-neutral-950\/95 {
    border-inline-end-color: rgb(10 10 10 / 0.95);
  }

  .lg\:border-e-orange-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(255 237 213 / var(--tw-border-opacity));
  }

  .lg\:border-e-orange-100\/0 {
    border-inline-end-color: rgb(255 237 213 / 0);
  }

  .lg\:border-e-orange-100\/10 {
    border-inline-end-color: rgb(255 237 213 / 0.1);
  }

  .lg\:border-e-orange-100\/100 {
    border-inline-end-color: rgb(255 237 213 / 1);
  }

  .lg\:border-e-orange-100\/15 {
    border-inline-end-color: rgb(255 237 213 / 0.15);
  }

  .lg\:border-e-orange-100\/20 {
    border-inline-end-color: rgb(255 237 213 / 0.2);
  }

  .lg\:border-e-orange-100\/25 {
    border-inline-end-color: rgb(255 237 213 / 0.25);
  }

  .lg\:border-e-orange-100\/30 {
    border-inline-end-color: rgb(255 237 213 / 0.3);
  }

  .lg\:border-e-orange-100\/35 {
    border-inline-end-color: rgb(255 237 213 / 0.35);
  }

  .lg\:border-e-orange-100\/40 {
    border-inline-end-color: rgb(255 237 213 / 0.4);
  }

  .lg\:border-e-orange-100\/45 {
    border-inline-end-color: rgb(255 237 213 / 0.45);
  }

  .lg\:border-e-orange-100\/5 {
    border-inline-end-color: rgb(255 237 213 / 0.05);
  }

  .lg\:border-e-orange-100\/50 {
    border-inline-end-color: rgb(255 237 213 / 0.5);
  }

  .lg\:border-e-orange-100\/55 {
    border-inline-end-color: rgb(255 237 213 / 0.55);
  }

  .lg\:border-e-orange-100\/60 {
    border-inline-end-color: rgb(255 237 213 / 0.6);
  }

  .lg\:border-e-orange-100\/65 {
    border-inline-end-color: rgb(255 237 213 / 0.65);
  }

  .lg\:border-e-orange-100\/70 {
    border-inline-end-color: rgb(255 237 213 / 0.7);
  }

  .lg\:border-e-orange-100\/75 {
    border-inline-end-color: rgb(255 237 213 / 0.75);
  }

  .lg\:border-e-orange-100\/80 {
    border-inline-end-color: rgb(255 237 213 / 0.8);
  }

  .lg\:border-e-orange-100\/85 {
    border-inline-end-color: rgb(255 237 213 / 0.85);
  }

  .lg\:border-e-orange-100\/90 {
    border-inline-end-color: rgb(255 237 213 / 0.9);
  }

  .lg\:border-e-orange-100\/95 {
    border-inline-end-color: rgb(255 237 213 / 0.95);
  }

  .lg\:border-e-orange-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 215 170 / var(--tw-border-opacity));
  }

  .lg\:border-e-orange-200\/0 {
    border-inline-end-color: rgb(254 215 170 / 0);
  }

  .lg\:border-e-orange-200\/10 {
    border-inline-end-color: rgb(254 215 170 / 0.1);
  }

  .lg\:border-e-orange-200\/100 {
    border-inline-end-color: rgb(254 215 170 / 1);
  }

  .lg\:border-e-orange-200\/15 {
    border-inline-end-color: rgb(254 215 170 / 0.15);
  }

  .lg\:border-e-orange-200\/20 {
    border-inline-end-color: rgb(254 215 170 / 0.2);
  }

  .lg\:border-e-orange-200\/25 {
    border-inline-end-color: rgb(254 215 170 / 0.25);
  }

  .lg\:border-e-orange-200\/30 {
    border-inline-end-color: rgb(254 215 170 / 0.3);
  }

  .lg\:border-e-orange-200\/35 {
    border-inline-end-color: rgb(254 215 170 / 0.35);
  }

  .lg\:border-e-orange-200\/40 {
    border-inline-end-color: rgb(254 215 170 / 0.4);
  }

  .lg\:border-e-orange-200\/45 {
    border-inline-end-color: rgb(254 215 170 / 0.45);
  }

  .lg\:border-e-orange-200\/5 {
    border-inline-end-color: rgb(254 215 170 / 0.05);
  }

  .lg\:border-e-orange-200\/50 {
    border-inline-end-color: rgb(254 215 170 / 0.5);
  }

  .lg\:border-e-orange-200\/55 {
    border-inline-end-color: rgb(254 215 170 / 0.55);
  }

  .lg\:border-e-orange-200\/60 {
    border-inline-end-color: rgb(254 215 170 / 0.6);
  }

  .lg\:border-e-orange-200\/65 {
    border-inline-end-color: rgb(254 215 170 / 0.65);
  }

  .lg\:border-e-orange-200\/70 {
    border-inline-end-color: rgb(254 215 170 / 0.7);
  }

  .lg\:border-e-orange-200\/75 {
    border-inline-end-color: rgb(254 215 170 / 0.75);
  }

  .lg\:border-e-orange-200\/80 {
    border-inline-end-color: rgb(254 215 170 / 0.8);
  }

  .lg\:border-e-orange-200\/85 {
    border-inline-end-color: rgb(254 215 170 / 0.85);
  }

  .lg\:border-e-orange-200\/90 {
    border-inline-end-color: rgb(254 215 170 / 0.9);
  }

  .lg\:border-e-orange-200\/95 {
    border-inline-end-color: rgb(254 215 170 / 0.95);
  }

  .lg\:border-e-orange-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(253 186 116 / var(--tw-border-opacity));
  }

  .lg\:border-e-orange-300\/0 {
    border-inline-end-color: rgb(253 186 116 / 0);
  }

  .lg\:border-e-orange-300\/10 {
    border-inline-end-color: rgb(253 186 116 / 0.1);
  }

  .lg\:border-e-orange-300\/100 {
    border-inline-end-color: rgb(253 186 116 / 1);
  }

  .lg\:border-e-orange-300\/15 {
    border-inline-end-color: rgb(253 186 116 / 0.15);
  }

  .lg\:border-e-orange-300\/20 {
    border-inline-end-color: rgb(253 186 116 / 0.2);
  }

  .lg\:border-e-orange-300\/25 {
    border-inline-end-color: rgb(253 186 116 / 0.25);
  }

  .lg\:border-e-orange-300\/30 {
    border-inline-end-color: rgb(253 186 116 / 0.3);
  }

  .lg\:border-e-orange-300\/35 {
    border-inline-end-color: rgb(253 186 116 / 0.35);
  }

  .lg\:border-e-orange-300\/40 {
    border-inline-end-color: rgb(253 186 116 / 0.4);
  }

  .lg\:border-e-orange-300\/45 {
    border-inline-end-color: rgb(253 186 116 / 0.45);
  }

  .lg\:border-e-orange-300\/5 {
    border-inline-end-color: rgb(253 186 116 / 0.05);
  }

  .lg\:border-e-orange-300\/50 {
    border-inline-end-color: rgb(253 186 116 / 0.5);
  }

  .lg\:border-e-orange-300\/55 {
    border-inline-end-color: rgb(253 186 116 / 0.55);
  }

  .lg\:border-e-orange-300\/60 {
    border-inline-end-color: rgb(253 186 116 / 0.6);
  }

  .lg\:border-e-orange-300\/65 {
    border-inline-end-color: rgb(253 186 116 / 0.65);
  }

  .lg\:border-e-orange-300\/70 {
    border-inline-end-color: rgb(253 186 116 / 0.7);
  }

  .lg\:border-e-orange-300\/75 {
    border-inline-end-color: rgb(253 186 116 / 0.75);
  }

  .lg\:border-e-orange-300\/80 {
    border-inline-end-color: rgb(253 186 116 / 0.8);
  }

  .lg\:border-e-orange-300\/85 {
    border-inline-end-color: rgb(253 186 116 / 0.85);
  }

  .lg\:border-e-orange-300\/90 {
    border-inline-end-color: rgb(253 186 116 / 0.9);
  }

  .lg\:border-e-orange-300\/95 {
    border-inline-end-color: rgb(253 186 116 / 0.95);
  }

  .lg\:border-e-orange-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(251 146 60 / var(--tw-border-opacity));
  }

  .lg\:border-e-orange-400\/0 {
    border-inline-end-color: rgb(251 146 60 / 0);
  }

  .lg\:border-e-orange-400\/10 {
    border-inline-end-color: rgb(251 146 60 / 0.1);
  }

  .lg\:border-e-orange-400\/100 {
    border-inline-end-color: rgb(251 146 60 / 1);
  }

  .lg\:border-e-orange-400\/15 {
    border-inline-end-color: rgb(251 146 60 / 0.15);
  }

  .lg\:border-e-orange-400\/20 {
    border-inline-end-color: rgb(251 146 60 / 0.2);
  }

  .lg\:border-e-orange-400\/25 {
    border-inline-end-color: rgb(251 146 60 / 0.25);
  }

  .lg\:border-e-orange-400\/30 {
    border-inline-end-color: rgb(251 146 60 / 0.3);
  }

  .lg\:border-e-orange-400\/35 {
    border-inline-end-color: rgb(251 146 60 / 0.35);
  }

  .lg\:border-e-orange-400\/40 {
    border-inline-end-color: rgb(251 146 60 / 0.4);
  }

  .lg\:border-e-orange-400\/45 {
    border-inline-end-color: rgb(251 146 60 / 0.45);
  }

  .lg\:border-e-orange-400\/5 {
    border-inline-end-color: rgb(251 146 60 / 0.05);
  }

  .lg\:border-e-orange-400\/50 {
    border-inline-end-color: rgb(251 146 60 / 0.5);
  }

  .lg\:border-e-orange-400\/55 {
    border-inline-end-color: rgb(251 146 60 / 0.55);
  }

  .lg\:border-e-orange-400\/60 {
    border-inline-end-color: rgb(251 146 60 / 0.6);
  }

  .lg\:border-e-orange-400\/65 {
    border-inline-end-color: rgb(251 146 60 / 0.65);
  }

  .lg\:border-e-orange-400\/70 {
    border-inline-end-color: rgb(251 146 60 / 0.7);
  }

  .lg\:border-e-orange-400\/75 {
    border-inline-end-color: rgb(251 146 60 / 0.75);
  }

  .lg\:border-e-orange-400\/80 {
    border-inline-end-color: rgb(251 146 60 / 0.8);
  }

  .lg\:border-e-orange-400\/85 {
    border-inline-end-color: rgb(251 146 60 / 0.85);
  }

  .lg\:border-e-orange-400\/90 {
    border-inline-end-color: rgb(251 146 60 / 0.9);
  }

  .lg\:border-e-orange-400\/95 {
    border-inline-end-color: rgb(251 146 60 / 0.95);
  }

  .lg\:border-e-orange-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(255 247 237 / var(--tw-border-opacity));
  }

  .lg\:border-e-orange-50\/0 {
    border-inline-end-color: rgb(255 247 237 / 0);
  }

  .lg\:border-e-orange-50\/10 {
    border-inline-end-color: rgb(255 247 237 / 0.1);
  }

  .lg\:border-e-orange-50\/100 {
    border-inline-end-color: rgb(255 247 237 / 1);
  }

  .lg\:border-e-orange-50\/15 {
    border-inline-end-color: rgb(255 247 237 / 0.15);
  }

  .lg\:border-e-orange-50\/20 {
    border-inline-end-color: rgb(255 247 237 / 0.2);
  }

  .lg\:border-e-orange-50\/25 {
    border-inline-end-color: rgb(255 247 237 / 0.25);
  }

  .lg\:border-e-orange-50\/30 {
    border-inline-end-color: rgb(255 247 237 / 0.3);
  }

  .lg\:border-e-orange-50\/35 {
    border-inline-end-color: rgb(255 247 237 / 0.35);
  }

  .lg\:border-e-orange-50\/40 {
    border-inline-end-color: rgb(255 247 237 / 0.4);
  }

  .lg\:border-e-orange-50\/45 {
    border-inline-end-color: rgb(255 247 237 / 0.45);
  }

  .lg\:border-e-orange-50\/5 {
    border-inline-end-color: rgb(255 247 237 / 0.05);
  }

  .lg\:border-e-orange-50\/50 {
    border-inline-end-color: rgb(255 247 237 / 0.5);
  }

  .lg\:border-e-orange-50\/55 {
    border-inline-end-color: rgb(255 247 237 / 0.55);
  }

  .lg\:border-e-orange-50\/60 {
    border-inline-end-color: rgb(255 247 237 / 0.6);
  }

  .lg\:border-e-orange-50\/65 {
    border-inline-end-color: rgb(255 247 237 / 0.65);
  }

  .lg\:border-e-orange-50\/70 {
    border-inline-end-color: rgb(255 247 237 / 0.7);
  }

  .lg\:border-e-orange-50\/75 {
    border-inline-end-color: rgb(255 247 237 / 0.75);
  }

  .lg\:border-e-orange-50\/80 {
    border-inline-end-color: rgb(255 247 237 / 0.8);
  }

  .lg\:border-e-orange-50\/85 {
    border-inline-end-color: rgb(255 247 237 / 0.85);
  }

  .lg\:border-e-orange-50\/90 {
    border-inline-end-color: rgb(255 247 237 / 0.9);
  }

  .lg\:border-e-orange-50\/95 {
    border-inline-end-color: rgb(255 247 237 / 0.95);
  }

  .lg\:border-e-orange-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(249 115 22 / var(--tw-border-opacity));
  }

  .lg\:border-e-orange-500\/0 {
    border-inline-end-color: rgb(249 115 22 / 0);
  }

  .lg\:border-e-orange-500\/10 {
    border-inline-end-color: rgb(249 115 22 / 0.1);
  }

  .lg\:border-e-orange-500\/100 {
    border-inline-end-color: rgb(249 115 22 / 1);
  }

  .lg\:border-e-orange-500\/15 {
    border-inline-end-color: rgb(249 115 22 / 0.15);
  }

  .lg\:border-e-orange-500\/20 {
    border-inline-end-color: rgb(249 115 22 / 0.2);
  }

  .lg\:border-e-orange-500\/25 {
    border-inline-end-color: rgb(249 115 22 / 0.25);
  }

  .lg\:border-e-orange-500\/30 {
    border-inline-end-color: rgb(249 115 22 / 0.3);
  }

  .lg\:border-e-orange-500\/35 {
    border-inline-end-color: rgb(249 115 22 / 0.35);
  }

  .lg\:border-e-orange-500\/40 {
    border-inline-end-color: rgb(249 115 22 / 0.4);
  }

  .lg\:border-e-orange-500\/45 {
    border-inline-end-color: rgb(249 115 22 / 0.45);
  }

  .lg\:border-e-orange-500\/5 {
    border-inline-end-color: rgb(249 115 22 / 0.05);
  }

  .lg\:border-e-orange-500\/50 {
    border-inline-end-color: rgb(249 115 22 / 0.5);
  }

  .lg\:border-e-orange-500\/55 {
    border-inline-end-color: rgb(249 115 22 / 0.55);
  }

  .lg\:border-e-orange-500\/60 {
    border-inline-end-color: rgb(249 115 22 / 0.6);
  }

  .lg\:border-e-orange-500\/65 {
    border-inline-end-color: rgb(249 115 22 / 0.65);
  }

  .lg\:border-e-orange-500\/70 {
    border-inline-end-color: rgb(249 115 22 / 0.7);
  }

  .lg\:border-e-orange-500\/75 {
    border-inline-end-color: rgb(249 115 22 / 0.75);
  }

  .lg\:border-e-orange-500\/80 {
    border-inline-end-color: rgb(249 115 22 / 0.8);
  }

  .lg\:border-e-orange-500\/85 {
    border-inline-end-color: rgb(249 115 22 / 0.85);
  }

  .lg\:border-e-orange-500\/90 {
    border-inline-end-color: rgb(249 115 22 / 0.9);
  }

  .lg\:border-e-orange-500\/95 {
    border-inline-end-color: rgb(249 115 22 / 0.95);
  }

  .lg\:border-e-orange-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(234 88 12 / var(--tw-border-opacity));
  }

  .lg\:border-e-orange-600\/0 {
    border-inline-end-color: rgb(234 88 12 / 0);
  }

  .lg\:border-e-orange-600\/10 {
    border-inline-end-color: rgb(234 88 12 / 0.1);
  }

  .lg\:border-e-orange-600\/100 {
    border-inline-end-color: rgb(234 88 12 / 1);
  }

  .lg\:border-e-orange-600\/15 {
    border-inline-end-color: rgb(234 88 12 / 0.15);
  }

  .lg\:border-e-orange-600\/20 {
    border-inline-end-color: rgb(234 88 12 / 0.2);
  }

  .lg\:border-e-orange-600\/25 {
    border-inline-end-color: rgb(234 88 12 / 0.25);
  }

  .lg\:border-e-orange-600\/30 {
    border-inline-end-color: rgb(234 88 12 / 0.3);
  }

  .lg\:border-e-orange-600\/35 {
    border-inline-end-color: rgb(234 88 12 / 0.35);
  }

  .lg\:border-e-orange-600\/40 {
    border-inline-end-color: rgb(234 88 12 / 0.4);
  }

  .lg\:border-e-orange-600\/45 {
    border-inline-end-color: rgb(234 88 12 / 0.45);
  }

  .lg\:border-e-orange-600\/5 {
    border-inline-end-color: rgb(234 88 12 / 0.05);
  }

  .lg\:border-e-orange-600\/50 {
    border-inline-end-color: rgb(234 88 12 / 0.5);
  }

  .lg\:border-e-orange-600\/55 {
    border-inline-end-color: rgb(234 88 12 / 0.55);
  }

  .lg\:border-e-orange-600\/60 {
    border-inline-end-color: rgb(234 88 12 / 0.6);
  }

  .lg\:border-e-orange-600\/65 {
    border-inline-end-color: rgb(234 88 12 / 0.65);
  }

  .lg\:border-e-orange-600\/70 {
    border-inline-end-color: rgb(234 88 12 / 0.7);
  }

  .lg\:border-e-orange-600\/75 {
    border-inline-end-color: rgb(234 88 12 / 0.75);
  }

  .lg\:border-e-orange-600\/80 {
    border-inline-end-color: rgb(234 88 12 / 0.8);
  }

  .lg\:border-e-orange-600\/85 {
    border-inline-end-color: rgb(234 88 12 / 0.85);
  }

  .lg\:border-e-orange-600\/90 {
    border-inline-end-color: rgb(234 88 12 / 0.9);
  }

  .lg\:border-e-orange-600\/95 {
    border-inline-end-color: rgb(234 88 12 / 0.95);
  }

  .lg\:border-e-orange-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(194 65 12 / var(--tw-border-opacity));
  }

  .lg\:border-e-orange-700\/0 {
    border-inline-end-color: rgb(194 65 12 / 0);
  }

  .lg\:border-e-orange-700\/10 {
    border-inline-end-color: rgb(194 65 12 / 0.1);
  }

  .lg\:border-e-orange-700\/100 {
    border-inline-end-color: rgb(194 65 12 / 1);
  }

  .lg\:border-e-orange-700\/15 {
    border-inline-end-color: rgb(194 65 12 / 0.15);
  }

  .lg\:border-e-orange-700\/20 {
    border-inline-end-color: rgb(194 65 12 / 0.2);
  }

  .lg\:border-e-orange-700\/25 {
    border-inline-end-color: rgb(194 65 12 / 0.25);
  }

  .lg\:border-e-orange-700\/30 {
    border-inline-end-color: rgb(194 65 12 / 0.3);
  }

  .lg\:border-e-orange-700\/35 {
    border-inline-end-color: rgb(194 65 12 / 0.35);
  }

  .lg\:border-e-orange-700\/40 {
    border-inline-end-color: rgb(194 65 12 / 0.4);
  }

  .lg\:border-e-orange-700\/45 {
    border-inline-end-color: rgb(194 65 12 / 0.45);
  }

  .lg\:border-e-orange-700\/5 {
    border-inline-end-color: rgb(194 65 12 / 0.05);
  }

  .lg\:border-e-orange-700\/50 {
    border-inline-end-color: rgb(194 65 12 / 0.5);
  }

  .lg\:border-e-orange-700\/55 {
    border-inline-end-color: rgb(194 65 12 / 0.55);
  }

  .lg\:border-e-orange-700\/60 {
    border-inline-end-color: rgb(194 65 12 / 0.6);
  }

  .lg\:border-e-orange-700\/65 {
    border-inline-end-color: rgb(194 65 12 / 0.65);
  }

  .lg\:border-e-orange-700\/70 {
    border-inline-end-color: rgb(194 65 12 / 0.7);
  }

  .lg\:border-e-orange-700\/75 {
    border-inline-end-color: rgb(194 65 12 / 0.75);
  }

  .lg\:border-e-orange-700\/80 {
    border-inline-end-color: rgb(194 65 12 / 0.8);
  }

  .lg\:border-e-orange-700\/85 {
    border-inline-end-color: rgb(194 65 12 / 0.85);
  }

  .lg\:border-e-orange-700\/90 {
    border-inline-end-color: rgb(194 65 12 / 0.9);
  }

  .lg\:border-e-orange-700\/95 {
    border-inline-end-color: rgb(194 65 12 / 0.95);
  }

  .lg\:border-e-orange-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(154 52 18 / var(--tw-border-opacity));
  }

  .lg\:border-e-orange-800\/0 {
    border-inline-end-color: rgb(154 52 18 / 0);
  }

  .lg\:border-e-orange-800\/10 {
    border-inline-end-color: rgb(154 52 18 / 0.1);
  }

  .lg\:border-e-orange-800\/100 {
    border-inline-end-color: rgb(154 52 18 / 1);
  }

  .lg\:border-e-orange-800\/15 {
    border-inline-end-color: rgb(154 52 18 / 0.15);
  }

  .lg\:border-e-orange-800\/20 {
    border-inline-end-color: rgb(154 52 18 / 0.2);
  }

  .lg\:border-e-orange-800\/25 {
    border-inline-end-color: rgb(154 52 18 / 0.25);
  }

  .lg\:border-e-orange-800\/30 {
    border-inline-end-color: rgb(154 52 18 / 0.3);
  }

  .lg\:border-e-orange-800\/35 {
    border-inline-end-color: rgb(154 52 18 / 0.35);
  }

  .lg\:border-e-orange-800\/40 {
    border-inline-end-color: rgb(154 52 18 / 0.4);
  }

  .lg\:border-e-orange-800\/45 {
    border-inline-end-color: rgb(154 52 18 / 0.45);
  }

  .lg\:border-e-orange-800\/5 {
    border-inline-end-color: rgb(154 52 18 / 0.05);
  }

  .lg\:border-e-orange-800\/50 {
    border-inline-end-color: rgb(154 52 18 / 0.5);
  }

  .lg\:border-e-orange-800\/55 {
    border-inline-end-color: rgb(154 52 18 / 0.55);
  }

  .lg\:border-e-orange-800\/60 {
    border-inline-end-color: rgb(154 52 18 / 0.6);
  }

  .lg\:border-e-orange-800\/65 {
    border-inline-end-color: rgb(154 52 18 / 0.65);
  }

  .lg\:border-e-orange-800\/70 {
    border-inline-end-color: rgb(154 52 18 / 0.7);
  }

  .lg\:border-e-orange-800\/75 {
    border-inline-end-color: rgb(154 52 18 / 0.75);
  }

  .lg\:border-e-orange-800\/80 {
    border-inline-end-color: rgb(154 52 18 / 0.8);
  }

  .lg\:border-e-orange-800\/85 {
    border-inline-end-color: rgb(154 52 18 / 0.85);
  }

  .lg\:border-e-orange-800\/90 {
    border-inline-end-color: rgb(154 52 18 / 0.9);
  }

  .lg\:border-e-orange-800\/95 {
    border-inline-end-color: rgb(154 52 18 / 0.95);
  }

  .lg\:border-e-orange-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(124 45 18 / var(--tw-border-opacity));
  }

  .lg\:border-e-orange-900\/0 {
    border-inline-end-color: rgb(124 45 18 / 0);
  }

  .lg\:border-e-orange-900\/10 {
    border-inline-end-color: rgb(124 45 18 / 0.1);
  }

  .lg\:border-e-orange-900\/100 {
    border-inline-end-color: rgb(124 45 18 / 1);
  }

  .lg\:border-e-orange-900\/15 {
    border-inline-end-color: rgb(124 45 18 / 0.15);
  }

  .lg\:border-e-orange-900\/20 {
    border-inline-end-color: rgb(124 45 18 / 0.2);
  }

  .lg\:border-e-orange-900\/25 {
    border-inline-end-color: rgb(124 45 18 / 0.25);
  }

  .lg\:border-e-orange-900\/30 {
    border-inline-end-color: rgb(124 45 18 / 0.3);
  }

  .lg\:border-e-orange-900\/35 {
    border-inline-end-color: rgb(124 45 18 / 0.35);
  }

  .lg\:border-e-orange-900\/40 {
    border-inline-end-color: rgb(124 45 18 / 0.4);
  }

  .lg\:border-e-orange-900\/45 {
    border-inline-end-color: rgb(124 45 18 / 0.45);
  }

  .lg\:border-e-orange-900\/5 {
    border-inline-end-color: rgb(124 45 18 / 0.05);
  }

  .lg\:border-e-orange-900\/50 {
    border-inline-end-color: rgb(124 45 18 / 0.5);
  }

  .lg\:border-e-orange-900\/55 {
    border-inline-end-color: rgb(124 45 18 / 0.55);
  }

  .lg\:border-e-orange-900\/60 {
    border-inline-end-color: rgb(124 45 18 / 0.6);
  }

  .lg\:border-e-orange-900\/65 {
    border-inline-end-color: rgb(124 45 18 / 0.65);
  }

  .lg\:border-e-orange-900\/70 {
    border-inline-end-color: rgb(124 45 18 / 0.7);
  }

  .lg\:border-e-orange-900\/75 {
    border-inline-end-color: rgb(124 45 18 / 0.75);
  }

  .lg\:border-e-orange-900\/80 {
    border-inline-end-color: rgb(124 45 18 / 0.8);
  }

  .lg\:border-e-orange-900\/85 {
    border-inline-end-color: rgb(124 45 18 / 0.85);
  }

  .lg\:border-e-orange-900\/90 {
    border-inline-end-color: rgb(124 45 18 / 0.9);
  }

  .lg\:border-e-orange-900\/95 {
    border-inline-end-color: rgb(124 45 18 / 0.95);
  }

  .lg\:border-e-orange-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(67 20 7 / var(--tw-border-opacity));
  }

  .lg\:border-e-orange-950\/0 {
    border-inline-end-color: rgb(67 20 7 / 0);
  }

  .lg\:border-e-orange-950\/10 {
    border-inline-end-color: rgb(67 20 7 / 0.1);
  }

  .lg\:border-e-orange-950\/100 {
    border-inline-end-color: rgb(67 20 7 / 1);
  }

  .lg\:border-e-orange-950\/15 {
    border-inline-end-color: rgb(67 20 7 / 0.15);
  }

  .lg\:border-e-orange-950\/20 {
    border-inline-end-color: rgb(67 20 7 / 0.2);
  }

  .lg\:border-e-orange-950\/25 {
    border-inline-end-color: rgb(67 20 7 / 0.25);
  }

  .lg\:border-e-orange-950\/30 {
    border-inline-end-color: rgb(67 20 7 / 0.3);
  }

  .lg\:border-e-orange-950\/35 {
    border-inline-end-color: rgb(67 20 7 / 0.35);
  }

  .lg\:border-e-orange-950\/40 {
    border-inline-end-color: rgb(67 20 7 / 0.4);
  }

  .lg\:border-e-orange-950\/45 {
    border-inline-end-color: rgb(67 20 7 / 0.45);
  }

  .lg\:border-e-orange-950\/5 {
    border-inline-end-color: rgb(67 20 7 / 0.05);
  }

  .lg\:border-e-orange-950\/50 {
    border-inline-end-color: rgb(67 20 7 / 0.5);
  }

  .lg\:border-e-orange-950\/55 {
    border-inline-end-color: rgb(67 20 7 / 0.55);
  }

  .lg\:border-e-orange-950\/60 {
    border-inline-end-color: rgb(67 20 7 / 0.6);
  }

  .lg\:border-e-orange-950\/65 {
    border-inline-end-color: rgb(67 20 7 / 0.65);
  }

  .lg\:border-e-orange-950\/70 {
    border-inline-end-color: rgb(67 20 7 / 0.7);
  }

  .lg\:border-e-orange-950\/75 {
    border-inline-end-color: rgb(67 20 7 / 0.75);
  }

  .lg\:border-e-orange-950\/80 {
    border-inline-end-color: rgb(67 20 7 / 0.8);
  }

  .lg\:border-e-orange-950\/85 {
    border-inline-end-color: rgb(67 20 7 / 0.85);
  }

  .lg\:border-e-orange-950\/90 {
    border-inline-end-color: rgb(67 20 7 / 0.9);
  }

  .lg\:border-e-orange-950\/95 {
    border-inline-end-color: rgb(67 20 7 / 0.95);
  }

  .lg\:border-e-pink-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(252 231 243 / var(--tw-border-opacity));
  }

  .lg\:border-e-pink-100\/0 {
    border-inline-end-color: rgb(252 231 243 / 0);
  }

  .lg\:border-e-pink-100\/10 {
    border-inline-end-color: rgb(252 231 243 / 0.1);
  }

  .lg\:border-e-pink-100\/100 {
    border-inline-end-color: rgb(252 231 243 / 1);
  }

  .lg\:border-e-pink-100\/15 {
    border-inline-end-color: rgb(252 231 243 / 0.15);
  }

  .lg\:border-e-pink-100\/20 {
    border-inline-end-color: rgb(252 231 243 / 0.2);
  }

  .lg\:border-e-pink-100\/25 {
    border-inline-end-color: rgb(252 231 243 / 0.25);
  }

  .lg\:border-e-pink-100\/30 {
    border-inline-end-color: rgb(252 231 243 / 0.3);
  }

  .lg\:border-e-pink-100\/35 {
    border-inline-end-color: rgb(252 231 243 / 0.35);
  }

  .lg\:border-e-pink-100\/40 {
    border-inline-end-color: rgb(252 231 243 / 0.4);
  }

  .lg\:border-e-pink-100\/45 {
    border-inline-end-color: rgb(252 231 243 / 0.45);
  }

  .lg\:border-e-pink-100\/5 {
    border-inline-end-color: rgb(252 231 243 / 0.05);
  }

  .lg\:border-e-pink-100\/50 {
    border-inline-end-color: rgb(252 231 243 / 0.5);
  }

  .lg\:border-e-pink-100\/55 {
    border-inline-end-color: rgb(252 231 243 / 0.55);
  }

  .lg\:border-e-pink-100\/60 {
    border-inline-end-color: rgb(252 231 243 / 0.6);
  }

  .lg\:border-e-pink-100\/65 {
    border-inline-end-color: rgb(252 231 243 / 0.65);
  }

  .lg\:border-e-pink-100\/70 {
    border-inline-end-color: rgb(252 231 243 / 0.7);
  }

  .lg\:border-e-pink-100\/75 {
    border-inline-end-color: rgb(252 231 243 / 0.75);
  }

  .lg\:border-e-pink-100\/80 {
    border-inline-end-color: rgb(252 231 243 / 0.8);
  }

  .lg\:border-e-pink-100\/85 {
    border-inline-end-color: rgb(252 231 243 / 0.85);
  }

  .lg\:border-e-pink-100\/90 {
    border-inline-end-color: rgb(252 231 243 / 0.9);
  }

  .lg\:border-e-pink-100\/95 {
    border-inline-end-color: rgb(252 231 243 / 0.95);
  }

  .lg\:border-e-pink-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(251 207 232 / var(--tw-border-opacity));
  }

  .lg\:border-e-pink-200\/0 {
    border-inline-end-color: rgb(251 207 232 / 0);
  }

  .lg\:border-e-pink-200\/10 {
    border-inline-end-color: rgb(251 207 232 / 0.1);
  }

  .lg\:border-e-pink-200\/100 {
    border-inline-end-color: rgb(251 207 232 / 1);
  }

  .lg\:border-e-pink-200\/15 {
    border-inline-end-color: rgb(251 207 232 / 0.15);
  }

  .lg\:border-e-pink-200\/20 {
    border-inline-end-color: rgb(251 207 232 / 0.2);
  }

  .lg\:border-e-pink-200\/25 {
    border-inline-end-color: rgb(251 207 232 / 0.25);
  }

  .lg\:border-e-pink-200\/30 {
    border-inline-end-color: rgb(251 207 232 / 0.3);
  }

  .lg\:border-e-pink-200\/35 {
    border-inline-end-color: rgb(251 207 232 / 0.35);
  }

  .lg\:border-e-pink-200\/40 {
    border-inline-end-color: rgb(251 207 232 / 0.4);
  }

  .lg\:border-e-pink-200\/45 {
    border-inline-end-color: rgb(251 207 232 / 0.45);
  }

  .lg\:border-e-pink-200\/5 {
    border-inline-end-color: rgb(251 207 232 / 0.05);
  }

  .lg\:border-e-pink-200\/50 {
    border-inline-end-color: rgb(251 207 232 / 0.5);
  }

  .lg\:border-e-pink-200\/55 {
    border-inline-end-color: rgb(251 207 232 / 0.55);
  }

  .lg\:border-e-pink-200\/60 {
    border-inline-end-color: rgb(251 207 232 / 0.6);
  }

  .lg\:border-e-pink-200\/65 {
    border-inline-end-color: rgb(251 207 232 / 0.65);
  }

  .lg\:border-e-pink-200\/70 {
    border-inline-end-color: rgb(251 207 232 / 0.7);
  }

  .lg\:border-e-pink-200\/75 {
    border-inline-end-color: rgb(251 207 232 / 0.75);
  }

  .lg\:border-e-pink-200\/80 {
    border-inline-end-color: rgb(251 207 232 / 0.8);
  }

  .lg\:border-e-pink-200\/85 {
    border-inline-end-color: rgb(251 207 232 / 0.85);
  }

  .lg\:border-e-pink-200\/90 {
    border-inline-end-color: rgb(251 207 232 / 0.9);
  }

  .lg\:border-e-pink-200\/95 {
    border-inline-end-color: rgb(251 207 232 / 0.95);
  }

  .lg\:border-e-pink-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(249 168 212 / var(--tw-border-opacity));
  }

  .lg\:border-e-pink-300\/0 {
    border-inline-end-color: rgb(249 168 212 / 0);
  }

  .lg\:border-e-pink-300\/10 {
    border-inline-end-color: rgb(249 168 212 / 0.1);
  }

  .lg\:border-e-pink-300\/100 {
    border-inline-end-color: rgb(249 168 212 / 1);
  }

  .lg\:border-e-pink-300\/15 {
    border-inline-end-color: rgb(249 168 212 / 0.15);
  }

  .lg\:border-e-pink-300\/20 {
    border-inline-end-color: rgb(249 168 212 / 0.2);
  }

  .lg\:border-e-pink-300\/25 {
    border-inline-end-color: rgb(249 168 212 / 0.25);
  }

  .lg\:border-e-pink-300\/30 {
    border-inline-end-color: rgb(249 168 212 / 0.3);
  }

  .lg\:border-e-pink-300\/35 {
    border-inline-end-color: rgb(249 168 212 / 0.35);
  }

  .lg\:border-e-pink-300\/40 {
    border-inline-end-color: rgb(249 168 212 / 0.4);
  }

  .lg\:border-e-pink-300\/45 {
    border-inline-end-color: rgb(249 168 212 / 0.45);
  }

  .lg\:border-e-pink-300\/5 {
    border-inline-end-color: rgb(249 168 212 / 0.05);
  }

  .lg\:border-e-pink-300\/50 {
    border-inline-end-color: rgb(249 168 212 / 0.5);
  }

  .lg\:border-e-pink-300\/55 {
    border-inline-end-color: rgb(249 168 212 / 0.55);
  }

  .lg\:border-e-pink-300\/60 {
    border-inline-end-color: rgb(249 168 212 / 0.6);
  }

  .lg\:border-e-pink-300\/65 {
    border-inline-end-color: rgb(249 168 212 / 0.65);
  }

  .lg\:border-e-pink-300\/70 {
    border-inline-end-color: rgb(249 168 212 / 0.7);
  }

  .lg\:border-e-pink-300\/75 {
    border-inline-end-color: rgb(249 168 212 / 0.75);
  }

  .lg\:border-e-pink-300\/80 {
    border-inline-end-color: rgb(249 168 212 / 0.8);
  }

  .lg\:border-e-pink-300\/85 {
    border-inline-end-color: rgb(249 168 212 / 0.85);
  }

  .lg\:border-e-pink-300\/90 {
    border-inline-end-color: rgb(249 168 212 / 0.9);
  }

  .lg\:border-e-pink-300\/95 {
    border-inline-end-color: rgb(249 168 212 / 0.95);
  }

  .lg\:border-e-pink-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(244 114 182 / var(--tw-border-opacity));
  }

  .lg\:border-e-pink-400\/0 {
    border-inline-end-color: rgb(244 114 182 / 0);
  }

  .lg\:border-e-pink-400\/10 {
    border-inline-end-color: rgb(244 114 182 / 0.1);
  }

  .lg\:border-e-pink-400\/100 {
    border-inline-end-color: rgb(244 114 182 / 1);
  }

  .lg\:border-e-pink-400\/15 {
    border-inline-end-color: rgb(244 114 182 / 0.15);
  }

  .lg\:border-e-pink-400\/20 {
    border-inline-end-color: rgb(244 114 182 / 0.2);
  }

  .lg\:border-e-pink-400\/25 {
    border-inline-end-color: rgb(244 114 182 / 0.25);
  }

  .lg\:border-e-pink-400\/30 {
    border-inline-end-color: rgb(244 114 182 / 0.3);
  }

  .lg\:border-e-pink-400\/35 {
    border-inline-end-color: rgb(244 114 182 / 0.35);
  }

  .lg\:border-e-pink-400\/40 {
    border-inline-end-color: rgb(244 114 182 / 0.4);
  }

  .lg\:border-e-pink-400\/45 {
    border-inline-end-color: rgb(244 114 182 / 0.45);
  }

  .lg\:border-e-pink-400\/5 {
    border-inline-end-color: rgb(244 114 182 / 0.05);
  }

  .lg\:border-e-pink-400\/50 {
    border-inline-end-color: rgb(244 114 182 / 0.5);
  }

  .lg\:border-e-pink-400\/55 {
    border-inline-end-color: rgb(244 114 182 / 0.55);
  }

  .lg\:border-e-pink-400\/60 {
    border-inline-end-color: rgb(244 114 182 / 0.6);
  }

  .lg\:border-e-pink-400\/65 {
    border-inline-end-color: rgb(244 114 182 / 0.65);
  }

  .lg\:border-e-pink-400\/70 {
    border-inline-end-color: rgb(244 114 182 / 0.7);
  }

  .lg\:border-e-pink-400\/75 {
    border-inline-end-color: rgb(244 114 182 / 0.75);
  }

  .lg\:border-e-pink-400\/80 {
    border-inline-end-color: rgb(244 114 182 / 0.8);
  }

  .lg\:border-e-pink-400\/85 {
    border-inline-end-color: rgb(244 114 182 / 0.85);
  }

  .lg\:border-e-pink-400\/90 {
    border-inline-end-color: rgb(244 114 182 / 0.9);
  }

  .lg\:border-e-pink-400\/95 {
    border-inline-end-color: rgb(244 114 182 / 0.95);
  }

  .lg\:border-e-pink-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(253 242 248 / var(--tw-border-opacity));
  }

  .lg\:border-e-pink-50\/0 {
    border-inline-end-color: rgb(253 242 248 / 0);
  }

  .lg\:border-e-pink-50\/10 {
    border-inline-end-color: rgb(253 242 248 / 0.1);
  }

  .lg\:border-e-pink-50\/100 {
    border-inline-end-color: rgb(253 242 248 / 1);
  }

  .lg\:border-e-pink-50\/15 {
    border-inline-end-color: rgb(253 242 248 / 0.15);
  }

  .lg\:border-e-pink-50\/20 {
    border-inline-end-color: rgb(253 242 248 / 0.2);
  }

  .lg\:border-e-pink-50\/25 {
    border-inline-end-color: rgb(253 242 248 / 0.25);
  }

  .lg\:border-e-pink-50\/30 {
    border-inline-end-color: rgb(253 242 248 / 0.3);
  }

  .lg\:border-e-pink-50\/35 {
    border-inline-end-color: rgb(253 242 248 / 0.35);
  }

  .lg\:border-e-pink-50\/40 {
    border-inline-end-color: rgb(253 242 248 / 0.4);
  }

  .lg\:border-e-pink-50\/45 {
    border-inline-end-color: rgb(253 242 248 / 0.45);
  }

  .lg\:border-e-pink-50\/5 {
    border-inline-end-color: rgb(253 242 248 / 0.05);
  }

  .lg\:border-e-pink-50\/50 {
    border-inline-end-color: rgb(253 242 248 / 0.5);
  }

  .lg\:border-e-pink-50\/55 {
    border-inline-end-color: rgb(253 242 248 / 0.55);
  }

  .lg\:border-e-pink-50\/60 {
    border-inline-end-color: rgb(253 242 248 / 0.6);
  }

  .lg\:border-e-pink-50\/65 {
    border-inline-end-color: rgb(253 242 248 / 0.65);
  }

  .lg\:border-e-pink-50\/70 {
    border-inline-end-color: rgb(253 242 248 / 0.7);
  }

  .lg\:border-e-pink-50\/75 {
    border-inline-end-color: rgb(253 242 248 / 0.75);
  }

  .lg\:border-e-pink-50\/80 {
    border-inline-end-color: rgb(253 242 248 / 0.8);
  }

  .lg\:border-e-pink-50\/85 {
    border-inline-end-color: rgb(253 242 248 / 0.85);
  }

  .lg\:border-e-pink-50\/90 {
    border-inline-end-color: rgb(253 242 248 / 0.9);
  }

  .lg\:border-e-pink-50\/95 {
    border-inline-end-color: rgb(253 242 248 / 0.95);
  }

  .lg\:border-e-pink-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(236 72 153 / var(--tw-border-opacity));
  }

  .lg\:border-e-pink-500\/0 {
    border-inline-end-color: rgb(236 72 153 / 0);
  }

  .lg\:border-e-pink-500\/10 {
    border-inline-end-color: rgb(236 72 153 / 0.1);
  }

  .lg\:border-e-pink-500\/100 {
    border-inline-end-color: rgb(236 72 153 / 1);
  }

  .lg\:border-e-pink-500\/15 {
    border-inline-end-color: rgb(236 72 153 / 0.15);
  }

  .lg\:border-e-pink-500\/20 {
    border-inline-end-color: rgb(236 72 153 / 0.2);
  }

  .lg\:border-e-pink-500\/25 {
    border-inline-end-color: rgb(236 72 153 / 0.25);
  }

  .lg\:border-e-pink-500\/30 {
    border-inline-end-color: rgb(236 72 153 / 0.3);
  }

  .lg\:border-e-pink-500\/35 {
    border-inline-end-color: rgb(236 72 153 / 0.35);
  }

  .lg\:border-e-pink-500\/40 {
    border-inline-end-color: rgb(236 72 153 / 0.4);
  }

  .lg\:border-e-pink-500\/45 {
    border-inline-end-color: rgb(236 72 153 / 0.45);
  }

  .lg\:border-e-pink-500\/5 {
    border-inline-end-color: rgb(236 72 153 / 0.05);
  }

  .lg\:border-e-pink-500\/50 {
    border-inline-end-color: rgb(236 72 153 / 0.5);
  }

  .lg\:border-e-pink-500\/55 {
    border-inline-end-color: rgb(236 72 153 / 0.55);
  }

  .lg\:border-e-pink-500\/60 {
    border-inline-end-color: rgb(236 72 153 / 0.6);
  }

  .lg\:border-e-pink-500\/65 {
    border-inline-end-color: rgb(236 72 153 / 0.65);
  }

  .lg\:border-e-pink-500\/70 {
    border-inline-end-color: rgb(236 72 153 / 0.7);
  }

  .lg\:border-e-pink-500\/75 {
    border-inline-end-color: rgb(236 72 153 / 0.75);
  }

  .lg\:border-e-pink-500\/80 {
    border-inline-end-color: rgb(236 72 153 / 0.8);
  }

  .lg\:border-e-pink-500\/85 {
    border-inline-end-color: rgb(236 72 153 / 0.85);
  }

  .lg\:border-e-pink-500\/90 {
    border-inline-end-color: rgb(236 72 153 / 0.9);
  }

  .lg\:border-e-pink-500\/95 {
    border-inline-end-color: rgb(236 72 153 / 0.95);
  }

  .lg\:border-e-pink-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(219 39 119 / var(--tw-border-opacity));
  }

  .lg\:border-e-pink-600\/0 {
    border-inline-end-color: rgb(219 39 119 / 0);
  }

  .lg\:border-e-pink-600\/10 {
    border-inline-end-color: rgb(219 39 119 / 0.1);
  }

  .lg\:border-e-pink-600\/100 {
    border-inline-end-color: rgb(219 39 119 / 1);
  }

  .lg\:border-e-pink-600\/15 {
    border-inline-end-color: rgb(219 39 119 / 0.15);
  }

  .lg\:border-e-pink-600\/20 {
    border-inline-end-color: rgb(219 39 119 / 0.2);
  }

  .lg\:border-e-pink-600\/25 {
    border-inline-end-color: rgb(219 39 119 / 0.25);
  }

  .lg\:border-e-pink-600\/30 {
    border-inline-end-color: rgb(219 39 119 / 0.3);
  }

  .lg\:border-e-pink-600\/35 {
    border-inline-end-color: rgb(219 39 119 / 0.35);
  }

  .lg\:border-e-pink-600\/40 {
    border-inline-end-color: rgb(219 39 119 / 0.4);
  }

  .lg\:border-e-pink-600\/45 {
    border-inline-end-color: rgb(219 39 119 / 0.45);
  }

  .lg\:border-e-pink-600\/5 {
    border-inline-end-color: rgb(219 39 119 / 0.05);
  }

  .lg\:border-e-pink-600\/50 {
    border-inline-end-color: rgb(219 39 119 / 0.5);
  }

  .lg\:border-e-pink-600\/55 {
    border-inline-end-color: rgb(219 39 119 / 0.55);
  }

  .lg\:border-e-pink-600\/60 {
    border-inline-end-color: rgb(219 39 119 / 0.6);
  }

  .lg\:border-e-pink-600\/65 {
    border-inline-end-color: rgb(219 39 119 / 0.65);
  }

  .lg\:border-e-pink-600\/70 {
    border-inline-end-color: rgb(219 39 119 / 0.7);
  }

  .lg\:border-e-pink-600\/75 {
    border-inline-end-color: rgb(219 39 119 / 0.75);
  }

  .lg\:border-e-pink-600\/80 {
    border-inline-end-color: rgb(219 39 119 / 0.8);
  }

  .lg\:border-e-pink-600\/85 {
    border-inline-end-color: rgb(219 39 119 / 0.85);
  }

  .lg\:border-e-pink-600\/90 {
    border-inline-end-color: rgb(219 39 119 / 0.9);
  }

  .lg\:border-e-pink-600\/95 {
    border-inline-end-color: rgb(219 39 119 / 0.95);
  }

  .lg\:border-e-pink-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(190 24 93 / var(--tw-border-opacity));
  }

  .lg\:border-e-pink-700\/0 {
    border-inline-end-color: rgb(190 24 93 / 0);
  }

  .lg\:border-e-pink-700\/10 {
    border-inline-end-color: rgb(190 24 93 / 0.1);
  }

  .lg\:border-e-pink-700\/100 {
    border-inline-end-color: rgb(190 24 93 / 1);
  }

  .lg\:border-e-pink-700\/15 {
    border-inline-end-color: rgb(190 24 93 / 0.15);
  }

  .lg\:border-e-pink-700\/20 {
    border-inline-end-color: rgb(190 24 93 / 0.2);
  }

  .lg\:border-e-pink-700\/25 {
    border-inline-end-color: rgb(190 24 93 / 0.25);
  }

  .lg\:border-e-pink-700\/30 {
    border-inline-end-color: rgb(190 24 93 / 0.3);
  }

  .lg\:border-e-pink-700\/35 {
    border-inline-end-color: rgb(190 24 93 / 0.35);
  }

  .lg\:border-e-pink-700\/40 {
    border-inline-end-color: rgb(190 24 93 / 0.4);
  }

  .lg\:border-e-pink-700\/45 {
    border-inline-end-color: rgb(190 24 93 / 0.45);
  }

  .lg\:border-e-pink-700\/5 {
    border-inline-end-color: rgb(190 24 93 / 0.05);
  }

  .lg\:border-e-pink-700\/50 {
    border-inline-end-color: rgb(190 24 93 / 0.5);
  }

  .lg\:border-e-pink-700\/55 {
    border-inline-end-color: rgb(190 24 93 / 0.55);
  }

  .lg\:border-e-pink-700\/60 {
    border-inline-end-color: rgb(190 24 93 / 0.6);
  }

  .lg\:border-e-pink-700\/65 {
    border-inline-end-color: rgb(190 24 93 / 0.65);
  }

  .lg\:border-e-pink-700\/70 {
    border-inline-end-color: rgb(190 24 93 / 0.7);
  }

  .lg\:border-e-pink-700\/75 {
    border-inline-end-color: rgb(190 24 93 / 0.75);
  }

  .lg\:border-e-pink-700\/80 {
    border-inline-end-color: rgb(190 24 93 / 0.8);
  }

  .lg\:border-e-pink-700\/85 {
    border-inline-end-color: rgb(190 24 93 / 0.85);
  }

  .lg\:border-e-pink-700\/90 {
    border-inline-end-color: rgb(190 24 93 / 0.9);
  }

  .lg\:border-e-pink-700\/95 {
    border-inline-end-color: rgb(190 24 93 / 0.95);
  }

  .lg\:border-e-pink-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(157 23 77 / var(--tw-border-opacity));
  }

  .lg\:border-e-pink-800\/0 {
    border-inline-end-color: rgb(157 23 77 / 0);
  }

  .lg\:border-e-pink-800\/10 {
    border-inline-end-color: rgb(157 23 77 / 0.1);
  }

  .lg\:border-e-pink-800\/100 {
    border-inline-end-color: rgb(157 23 77 / 1);
  }

  .lg\:border-e-pink-800\/15 {
    border-inline-end-color: rgb(157 23 77 / 0.15);
  }

  .lg\:border-e-pink-800\/20 {
    border-inline-end-color: rgb(157 23 77 / 0.2);
  }

  .lg\:border-e-pink-800\/25 {
    border-inline-end-color: rgb(157 23 77 / 0.25);
  }

  .lg\:border-e-pink-800\/30 {
    border-inline-end-color: rgb(157 23 77 / 0.3);
  }

  .lg\:border-e-pink-800\/35 {
    border-inline-end-color: rgb(157 23 77 / 0.35);
  }

  .lg\:border-e-pink-800\/40 {
    border-inline-end-color: rgb(157 23 77 / 0.4);
  }

  .lg\:border-e-pink-800\/45 {
    border-inline-end-color: rgb(157 23 77 / 0.45);
  }

  .lg\:border-e-pink-800\/5 {
    border-inline-end-color: rgb(157 23 77 / 0.05);
  }

  .lg\:border-e-pink-800\/50 {
    border-inline-end-color: rgb(157 23 77 / 0.5);
  }

  .lg\:border-e-pink-800\/55 {
    border-inline-end-color: rgb(157 23 77 / 0.55);
  }

  .lg\:border-e-pink-800\/60 {
    border-inline-end-color: rgb(157 23 77 / 0.6);
  }

  .lg\:border-e-pink-800\/65 {
    border-inline-end-color: rgb(157 23 77 / 0.65);
  }

  .lg\:border-e-pink-800\/70 {
    border-inline-end-color: rgb(157 23 77 / 0.7);
  }

  .lg\:border-e-pink-800\/75 {
    border-inline-end-color: rgb(157 23 77 / 0.75);
  }

  .lg\:border-e-pink-800\/80 {
    border-inline-end-color: rgb(157 23 77 / 0.8);
  }

  .lg\:border-e-pink-800\/85 {
    border-inline-end-color: rgb(157 23 77 / 0.85);
  }

  .lg\:border-e-pink-800\/90 {
    border-inline-end-color: rgb(157 23 77 / 0.9);
  }

  .lg\:border-e-pink-800\/95 {
    border-inline-end-color: rgb(157 23 77 / 0.95);
  }

  .lg\:border-e-pink-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(131 24 67 / var(--tw-border-opacity));
  }

  .lg\:border-e-pink-900\/0 {
    border-inline-end-color: rgb(131 24 67 / 0);
  }

  .lg\:border-e-pink-900\/10 {
    border-inline-end-color: rgb(131 24 67 / 0.1);
  }

  .lg\:border-e-pink-900\/100 {
    border-inline-end-color: rgb(131 24 67 / 1);
  }

  .lg\:border-e-pink-900\/15 {
    border-inline-end-color: rgb(131 24 67 / 0.15);
  }

  .lg\:border-e-pink-900\/20 {
    border-inline-end-color: rgb(131 24 67 / 0.2);
  }

  .lg\:border-e-pink-900\/25 {
    border-inline-end-color: rgb(131 24 67 / 0.25);
  }

  .lg\:border-e-pink-900\/30 {
    border-inline-end-color: rgb(131 24 67 / 0.3);
  }

  .lg\:border-e-pink-900\/35 {
    border-inline-end-color: rgb(131 24 67 / 0.35);
  }

  .lg\:border-e-pink-900\/40 {
    border-inline-end-color: rgb(131 24 67 / 0.4);
  }

  .lg\:border-e-pink-900\/45 {
    border-inline-end-color: rgb(131 24 67 / 0.45);
  }

  .lg\:border-e-pink-900\/5 {
    border-inline-end-color: rgb(131 24 67 / 0.05);
  }

  .lg\:border-e-pink-900\/50 {
    border-inline-end-color: rgb(131 24 67 / 0.5);
  }

  .lg\:border-e-pink-900\/55 {
    border-inline-end-color: rgb(131 24 67 / 0.55);
  }

  .lg\:border-e-pink-900\/60 {
    border-inline-end-color: rgb(131 24 67 / 0.6);
  }

  .lg\:border-e-pink-900\/65 {
    border-inline-end-color: rgb(131 24 67 / 0.65);
  }

  .lg\:border-e-pink-900\/70 {
    border-inline-end-color: rgb(131 24 67 / 0.7);
  }

  .lg\:border-e-pink-900\/75 {
    border-inline-end-color: rgb(131 24 67 / 0.75);
  }

  .lg\:border-e-pink-900\/80 {
    border-inline-end-color: rgb(131 24 67 / 0.8);
  }

  .lg\:border-e-pink-900\/85 {
    border-inline-end-color: rgb(131 24 67 / 0.85);
  }

  .lg\:border-e-pink-900\/90 {
    border-inline-end-color: rgb(131 24 67 / 0.9);
  }

  .lg\:border-e-pink-900\/95 {
    border-inline-end-color: rgb(131 24 67 / 0.95);
  }

  .lg\:border-e-pink-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(80 7 36 / var(--tw-border-opacity));
  }

  .lg\:border-e-pink-950\/0 {
    border-inline-end-color: rgb(80 7 36 / 0);
  }

  .lg\:border-e-pink-950\/10 {
    border-inline-end-color: rgb(80 7 36 / 0.1);
  }

  .lg\:border-e-pink-950\/100 {
    border-inline-end-color: rgb(80 7 36 / 1);
  }

  .lg\:border-e-pink-950\/15 {
    border-inline-end-color: rgb(80 7 36 / 0.15);
  }

  .lg\:border-e-pink-950\/20 {
    border-inline-end-color: rgb(80 7 36 / 0.2);
  }

  .lg\:border-e-pink-950\/25 {
    border-inline-end-color: rgb(80 7 36 / 0.25);
  }

  .lg\:border-e-pink-950\/30 {
    border-inline-end-color: rgb(80 7 36 / 0.3);
  }

  .lg\:border-e-pink-950\/35 {
    border-inline-end-color: rgb(80 7 36 / 0.35);
  }

  .lg\:border-e-pink-950\/40 {
    border-inline-end-color: rgb(80 7 36 / 0.4);
  }

  .lg\:border-e-pink-950\/45 {
    border-inline-end-color: rgb(80 7 36 / 0.45);
  }

  .lg\:border-e-pink-950\/5 {
    border-inline-end-color: rgb(80 7 36 / 0.05);
  }

  .lg\:border-e-pink-950\/50 {
    border-inline-end-color: rgb(80 7 36 / 0.5);
  }

  .lg\:border-e-pink-950\/55 {
    border-inline-end-color: rgb(80 7 36 / 0.55);
  }

  .lg\:border-e-pink-950\/60 {
    border-inline-end-color: rgb(80 7 36 / 0.6);
  }

  .lg\:border-e-pink-950\/65 {
    border-inline-end-color: rgb(80 7 36 / 0.65);
  }

  .lg\:border-e-pink-950\/70 {
    border-inline-end-color: rgb(80 7 36 / 0.7);
  }

  .lg\:border-e-pink-950\/75 {
    border-inline-end-color: rgb(80 7 36 / 0.75);
  }

  .lg\:border-e-pink-950\/80 {
    border-inline-end-color: rgb(80 7 36 / 0.8);
  }

  .lg\:border-e-pink-950\/85 {
    border-inline-end-color: rgb(80 7 36 / 0.85);
  }

  .lg\:border-e-pink-950\/90 {
    border-inline-end-color: rgb(80 7 36 / 0.9);
  }

  .lg\:border-e-pink-950\/95 {
    border-inline-end-color: rgb(80 7 36 / 0.95);
  }

  .lg\:border-e-primary-100 {
    border-inline-end-color: var(--color-primary-100);
  }

  .lg\:border-e-primary-200 {
    border-inline-end-color: var(--color-primary-200);
  }

  .lg\:border-e-primary-300 {
    border-inline-end-color: var(--color-primary-300);
  }

  .lg\:border-e-primary-400 {
    border-inline-end-color: var(--color-primary-400);
  }

  .lg\:border-e-primary-50 {
    border-inline-end-color: var(--color-primary-50);
  }

  .lg\:border-e-primary-500 {
    border-inline-end-color: var(--color-primary-500);
  }

  .lg\:border-e-primary-600 {
    border-inline-end-color: var(--color-primary-600);
  }

  .lg\:border-e-primary-700 {
    border-inline-end-color: var(--color-primary-700);
  }

  .lg\:border-e-primary-800 {
    border-inline-end-color: var(--color-primary-800);
  }

  .lg\:border-e-primary-900 {
    border-inline-end-color: var(--color-primary-900);
  }

  .lg\:border-e-purple-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(243 232 255 / var(--tw-border-opacity));
  }

  .lg\:border-e-purple-100\/0 {
    border-inline-end-color: rgb(243 232 255 / 0);
  }

  .lg\:border-e-purple-100\/10 {
    border-inline-end-color: rgb(243 232 255 / 0.1);
  }

  .lg\:border-e-purple-100\/100 {
    border-inline-end-color: rgb(243 232 255 / 1);
  }

  .lg\:border-e-purple-100\/15 {
    border-inline-end-color: rgb(243 232 255 / 0.15);
  }

  .lg\:border-e-purple-100\/20 {
    border-inline-end-color: rgb(243 232 255 / 0.2);
  }

  .lg\:border-e-purple-100\/25 {
    border-inline-end-color: rgb(243 232 255 / 0.25);
  }

  .lg\:border-e-purple-100\/30 {
    border-inline-end-color: rgb(243 232 255 / 0.3);
  }

  .lg\:border-e-purple-100\/35 {
    border-inline-end-color: rgb(243 232 255 / 0.35);
  }

  .lg\:border-e-purple-100\/40 {
    border-inline-end-color: rgb(243 232 255 / 0.4);
  }

  .lg\:border-e-purple-100\/45 {
    border-inline-end-color: rgb(243 232 255 / 0.45);
  }

  .lg\:border-e-purple-100\/5 {
    border-inline-end-color: rgb(243 232 255 / 0.05);
  }

  .lg\:border-e-purple-100\/50 {
    border-inline-end-color: rgb(243 232 255 / 0.5);
  }

  .lg\:border-e-purple-100\/55 {
    border-inline-end-color: rgb(243 232 255 / 0.55);
  }

  .lg\:border-e-purple-100\/60 {
    border-inline-end-color: rgb(243 232 255 / 0.6);
  }

  .lg\:border-e-purple-100\/65 {
    border-inline-end-color: rgb(243 232 255 / 0.65);
  }

  .lg\:border-e-purple-100\/70 {
    border-inline-end-color: rgb(243 232 255 / 0.7);
  }

  .lg\:border-e-purple-100\/75 {
    border-inline-end-color: rgb(243 232 255 / 0.75);
  }

  .lg\:border-e-purple-100\/80 {
    border-inline-end-color: rgb(243 232 255 / 0.8);
  }

  .lg\:border-e-purple-100\/85 {
    border-inline-end-color: rgb(243 232 255 / 0.85);
  }

  .lg\:border-e-purple-100\/90 {
    border-inline-end-color: rgb(243 232 255 / 0.9);
  }

  .lg\:border-e-purple-100\/95 {
    border-inline-end-color: rgb(243 232 255 / 0.95);
  }

  .lg\:border-e-purple-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(233 213 255 / var(--tw-border-opacity));
  }

  .lg\:border-e-purple-200\/0 {
    border-inline-end-color: rgb(233 213 255 / 0);
  }

  .lg\:border-e-purple-200\/10 {
    border-inline-end-color: rgb(233 213 255 / 0.1);
  }

  .lg\:border-e-purple-200\/100 {
    border-inline-end-color: rgb(233 213 255 / 1);
  }

  .lg\:border-e-purple-200\/15 {
    border-inline-end-color: rgb(233 213 255 / 0.15);
  }

  .lg\:border-e-purple-200\/20 {
    border-inline-end-color: rgb(233 213 255 / 0.2);
  }

  .lg\:border-e-purple-200\/25 {
    border-inline-end-color: rgb(233 213 255 / 0.25);
  }

  .lg\:border-e-purple-200\/30 {
    border-inline-end-color: rgb(233 213 255 / 0.3);
  }

  .lg\:border-e-purple-200\/35 {
    border-inline-end-color: rgb(233 213 255 / 0.35);
  }

  .lg\:border-e-purple-200\/40 {
    border-inline-end-color: rgb(233 213 255 / 0.4);
  }

  .lg\:border-e-purple-200\/45 {
    border-inline-end-color: rgb(233 213 255 / 0.45);
  }

  .lg\:border-e-purple-200\/5 {
    border-inline-end-color: rgb(233 213 255 / 0.05);
  }

  .lg\:border-e-purple-200\/50 {
    border-inline-end-color: rgb(233 213 255 / 0.5);
  }

  .lg\:border-e-purple-200\/55 {
    border-inline-end-color: rgb(233 213 255 / 0.55);
  }

  .lg\:border-e-purple-200\/60 {
    border-inline-end-color: rgb(233 213 255 / 0.6);
  }

  .lg\:border-e-purple-200\/65 {
    border-inline-end-color: rgb(233 213 255 / 0.65);
  }

  .lg\:border-e-purple-200\/70 {
    border-inline-end-color: rgb(233 213 255 / 0.7);
  }

  .lg\:border-e-purple-200\/75 {
    border-inline-end-color: rgb(233 213 255 / 0.75);
  }

  .lg\:border-e-purple-200\/80 {
    border-inline-end-color: rgb(233 213 255 / 0.8);
  }

  .lg\:border-e-purple-200\/85 {
    border-inline-end-color: rgb(233 213 255 / 0.85);
  }

  .lg\:border-e-purple-200\/90 {
    border-inline-end-color: rgb(233 213 255 / 0.9);
  }

  .lg\:border-e-purple-200\/95 {
    border-inline-end-color: rgb(233 213 255 / 0.95);
  }

  .lg\:border-e-purple-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(216 180 254 / var(--tw-border-opacity));
  }

  .lg\:border-e-purple-300\/0 {
    border-inline-end-color: rgb(216 180 254 / 0);
  }

  .lg\:border-e-purple-300\/10 {
    border-inline-end-color: rgb(216 180 254 / 0.1);
  }

  .lg\:border-e-purple-300\/100 {
    border-inline-end-color: rgb(216 180 254 / 1);
  }

  .lg\:border-e-purple-300\/15 {
    border-inline-end-color: rgb(216 180 254 / 0.15);
  }

  .lg\:border-e-purple-300\/20 {
    border-inline-end-color: rgb(216 180 254 / 0.2);
  }

  .lg\:border-e-purple-300\/25 {
    border-inline-end-color: rgb(216 180 254 / 0.25);
  }

  .lg\:border-e-purple-300\/30 {
    border-inline-end-color: rgb(216 180 254 / 0.3);
  }

  .lg\:border-e-purple-300\/35 {
    border-inline-end-color: rgb(216 180 254 / 0.35);
  }

  .lg\:border-e-purple-300\/40 {
    border-inline-end-color: rgb(216 180 254 / 0.4);
  }

  .lg\:border-e-purple-300\/45 {
    border-inline-end-color: rgb(216 180 254 / 0.45);
  }

  .lg\:border-e-purple-300\/5 {
    border-inline-end-color: rgb(216 180 254 / 0.05);
  }

  .lg\:border-e-purple-300\/50 {
    border-inline-end-color: rgb(216 180 254 / 0.5);
  }

  .lg\:border-e-purple-300\/55 {
    border-inline-end-color: rgb(216 180 254 / 0.55);
  }

  .lg\:border-e-purple-300\/60 {
    border-inline-end-color: rgb(216 180 254 / 0.6);
  }

  .lg\:border-e-purple-300\/65 {
    border-inline-end-color: rgb(216 180 254 / 0.65);
  }

  .lg\:border-e-purple-300\/70 {
    border-inline-end-color: rgb(216 180 254 / 0.7);
  }

  .lg\:border-e-purple-300\/75 {
    border-inline-end-color: rgb(216 180 254 / 0.75);
  }

  .lg\:border-e-purple-300\/80 {
    border-inline-end-color: rgb(216 180 254 / 0.8);
  }

  .lg\:border-e-purple-300\/85 {
    border-inline-end-color: rgb(216 180 254 / 0.85);
  }

  .lg\:border-e-purple-300\/90 {
    border-inline-end-color: rgb(216 180 254 / 0.9);
  }

  .lg\:border-e-purple-300\/95 {
    border-inline-end-color: rgb(216 180 254 / 0.95);
  }

  .lg\:border-e-purple-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(192 132 252 / var(--tw-border-opacity));
  }

  .lg\:border-e-purple-400\/0 {
    border-inline-end-color: rgb(192 132 252 / 0);
  }

  .lg\:border-e-purple-400\/10 {
    border-inline-end-color: rgb(192 132 252 / 0.1);
  }

  .lg\:border-e-purple-400\/100 {
    border-inline-end-color: rgb(192 132 252 / 1);
  }

  .lg\:border-e-purple-400\/15 {
    border-inline-end-color: rgb(192 132 252 / 0.15);
  }

  .lg\:border-e-purple-400\/20 {
    border-inline-end-color: rgb(192 132 252 / 0.2);
  }

  .lg\:border-e-purple-400\/25 {
    border-inline-end-color: rgb(192 132 252 / 0.25);
  }

  .lg\:border-e-purple-400\/30 {
    border-inline-end-color: rgb(192 132 252 / 0.3);
  }

  .lg\:border-e-purple-400\/35 {
    border-inline-end-color: rgb(192 132 252 / 0.35);
  }

  .lg\:border-e-purple-400\/40 {
    border-inline-end-color: rgb(192 132 252 / 0.4);
  }

  .lg\:border-e-purple-400\/45 {
    border-inline-end-color: rgb(192 132 252 / 0.45);
  }

  .lg\:border-e-purple-400\/5 {
    border-inline-end-color: rgb(192 132 252 / 0.05);
  }

  .lg\:border-e-purple-400\/50 {
    border-inline-end-color: rgb(192 132 252 / 0.5);
  }

  .lg\:border-e-purple-400\/55 {
    border-inline-end-color: rgb(192 132 252 / 0.55);
  }

  .lg\:border-e-purple-400\/60 {
    border-inline-end-color: rgb(192 132 252 / 0.6);
  }

  .lg\:border-e-purple-400\/65 {
    border-inline-end-color: rgb(192 132 252 / 0.65);
  }

  .lg\:border-e-purple-400\/70 {
    border-inline-end-color: rgb(192 132 252 / 0.7);
  }

  .lg\:border-e-purple-400\/75 {
    border-inline-end-color: rgb(192 132 252 / 0.75);
  }

  .lg\:border-e-purple-400\/80 {
    border-inline-end-color: rgb(192 132 252 / 0.8);
  }

  .lg\:border-e-purple-400\/85 {
    border-inline-end-color: rgb(192 132 252 / 0.85);
  }

  .lg\:border-e-purple-400\/90 {
    border-inline-end-color: rgb(192 132 252 / 0.9);
  }

  .lg\:border-e-purple-400\/95 {
    border-inline-end-color: rgb(192 132 252 / 0.95);
  }

  .lg\:border-e-purple-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(250 245 255 / var(--tw-border-opacity));
  }

  .lg\:border-e-purple-50\/0 {
    border-inline-end-color: rgb(250 245 255 / 0);
  }

  .lg\:border-e-purple-50\/10 {
    border-inline-end-color: rgb(250 245 255 / 0.1);
  }

  .lg\:border-e-purple-50\/100 {
    border-inline-end-color: rgb(250 245 255 / 1);
  }

  .lg\:border-e-purple-50\/15 {
    border-inline-end-color: rgb(250 245 255 / 0.15);
  }

  .lg\:border-e-purple-50\/20 {
    border-inline-end-color: rgb(250 245 255 / 0.2);
  }

  .lg\:border-e-purple-50\/25 {
    border-inline-end-color: rgb(250 245 255 / 0.25);
  }

  .lg\:border-e-purple-50\/30 {
    border-inline-end-color: rgb(250 245 255 / 0.3);
  }

  .lg\:border-e-purple-50\/35 {
    border-inline-end-color: rgb(250 245 255 / 0.35);
  }

  .lg\:border-e-purple-50\/40 {
    border-inline-end-color: rgb(250 245 255 / 0.4);
  }

  .lg\:border-e-purple-50\/45 {
    border-inline-end-color: rgb(250 245 255 / 0.45);
  }

  .lg\:border-e-purple-50\/5 {
    border-inline-end-color: rgb(250 245 255 / 0.05);
  }

  .lg\:border-e-purple-50\/50 {
    border-inline-end-color: rgb(250 245 255 / 0.5);
  }

  .lg\:border-e-purple-50\/55 {
    border-inline-end-color: rgb(250 245 255 / 0.55);
  }

  .lg\:border-e-purple-50\/60 {
    border-inline-end-color: rgb(250 245 255 / 0.6);
  }

  .lg\:border-e-purple-50\/65 {
    border-inline-end-color: rgb(250 245 255 / 0.65);
  }

  .lg\:border-e-purple-50\/70 {
    border-inline-end-color: rgb(250 245 255 / 0.7);
  }

  .lg\:border-e-purple-50\/75 {
    border-inline-end-color: rgb(250 245 255 / 0.75);
  }

  .lg\:border-e-purple-50\/80 {
    border-inline-end-color: rgb(250 245 255 / 0.8);
  }

  .lg\:border-e-purple-50\/85 {
    border-inline-end-color: rgb(250 245 255 / 0.85);
  }

  .lg\:border-e-purple-50\/90 {
    border-inline-end-color: rgb(250 245 255 / 0.9);
  }

  .lg\:border-e-purple-50\/95 {
    border-inline-end-color: rgb(250 245 255 / 0.95);
  }

  .lg\:border-e-purple-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(168 85 247 / var(--tw-border-opacity));
  }

  .lg\:border-e-purple-500\/0 {
    border-inline-end-color: rgb(168 85 247 / 0);
  }

  .lg\:border-e-purple-500\/10 {
    border-inline-end-color: rgb(168 85 247 / 0.1);
  }

  .lg\:border-e-purple-500\/100 {
    border-inline-end-color: rgb(168 85 247 / 1);
  }

  .lg\:border-e-purple-500\/15 {
    border-inline-end-color: rgb(168 85 247 / 0.15);
  }

  .lg\:border-e-purple-500\/20 {
    border-inline-end-color: rgb(168 85 247 / 0.2);
  }

  .lg\:border-e-purple-500\/25 {
    border-inline-end-color: rgb(168 85 247 / 0.25);
  }

  .lg\:border-e-purple-500\/30 {
    border-inline-end-color: rgb(168 85 247 / 0.3);
  }

  .lg\:border-e-purple-500\/35 {
    border-inline-end-color: rgb(168 85 247 / 0.35);
  }

  .lg\:border-e-purple-500\/40 {
    border-inline-end-color: rgb(168 85 247 / 0.4);
  }

  .lg\:border-e-purple-500\/45 {
    border-inline-end-color: rgb(168 85 247 / 0.45);
  }

  .lg\:border-e-purple-500\/5 {
    border-inline-end-color: rgb(168 85 247 / 0.05);
  }

  .lg\:border-e-purple-500\/50 {
    border-inline-end-color: rgb(168 85 247 / 0.5);
  }

  .lg\:border-e-purple-500\/55 {
    border-inline-end-color: rgb(168 85 247 / 0.55);
  }

  .lg\:border-e-purple-500\/60 {
    border-inline-end-color: rgb(168 85 247 / 0.6);
  }

  .lg\:border-e-purple-500\/65 {
    border-inline-end-color: rgb(168 85 247 / 0.65);
  }

  .lg\:border-e-purple-500\/70 {
    border-inline-end-color: rgb(168 85 247 / 0.7);
  }

  .lg\:border-e-purple-500\/75 {
    border-inline-end-color: rgb(168 85 247 / 0.75);
  }

  .lg\:border-e-purple-500\/80 {
    border-inline-end-color: rgb(168 85 247 / 0.8);
  }

  .lg\:border-e-purple-500\/85 {
    border-inline-end-color: rgb(168 85 247 / 0.85);
  }

  .lg\:border-e-purple-500\/90 {
    border-inline-end-color: rgb(168 85 247 / 0.9);
  }

  .lg\:border-e-purple-500\/95 {
    border-inline-end-color: rgb(168 85 247 / 0.95);
  }

  .lg\:border-e-purple-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(147 51 234 / var(--tw-border-opacity));
  }

  .lg\:border-e-purple-600\/0 {
    border-inline-end-color: rgb(147 51 234 / 0);
  }

  .lg\:border-e-purple-600\/10 {
    border-inline-end-color: rgb(147 51 234 / 0.1);
  }

  .lg\:border-e-purple-600\/100 {
    border-inline-end-color: rgb(147 51 234 / 1);
  }

  .lg\:border-e-purple-600\/15 {
    border-inline-end-color: rgb(147 51 234 / 0.15);
  }

  .lg\:border-e-purple-600\/20 {
    border-inline-end-color: rgb(147 51 234 / 0.2);
  }

  .lg\:border-e-purple-600\/25 {
    border-inline-end-color: rgb(147 51 234 / 0.25);
  }

  .lg\:border-e-purple-600\/30 {
    border-inline-end-color: rgb(147 51 234 / 0.3);
  }

  .lg\:border-e-purple-600\/35 {
    border-inline-end-color: rgb(147 51 234 / 0.35);
  }

  .lg\:border-e-purple-600\/40 {
    border-inline-end-color: rgb(147 51 234 / 0.4);
  }

  .lg\:border-e-purple-600\/45 {
    border-inline-end-color: rgb(147 51 234 / 0.45);
  }

  .lg\:border-e-purple-600\/5 {
    border-inline-end-color: rgb(147 51 234 / 0.05);
  }

  .lg\:border-e-purple-600\/50 {
    border-inline-end-color: rgb(147 51 234 / 0.5);
  }

  .lg\:border-e-purple-600\/55 {
    border-inline-end-color: rgb(147 51 234 / 0.55);
  }

  .lg\:border-e-purple-600\/60 {
    border-inline-end-color: rgb(147 51 234 / 0.6);
  }

  .lg\:border-e-purple-600\/65 {
    border-inline-end-color: rgb(147 51 234 / 0.65);
  }

  .lg\:border-e-purple-600\/70 {
    border-inline-end-color: rgb(147 51 234 / 0.7);
  }

  .lg\:border-e-purple-600\/75 {
    border-inline-end-color: rgb(147 51 234 / 0.75);
  }

  .lg\:border-e-purple-600\/80 {
    border-inline-end-color: rgb(147 51 234 / 0.8);
  }

  .lg\:border-e-purple-600\/85 {
    border-inline-end-color: rgb(147 51 234 / 0.85);
  }

  .lg\:border-e-purple-600\/90 {
    border-inline-end-color: rgb(147 51 234 / 0.9);
  }

  .lg\:border-e-purple-600\/95 {
    border-inline-end-color: rgb(147 51 234 / 0.95);
  }

  .lg\:border-e-purple-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(126 34 206 / var(--tw-border-opacity));
  }

  .lg\:border-e-purple-700\/0 {
    border-inline-end-color: rgb(126 34 206 / 0);
  }

  .lg\:border-e-purple-700\/10 {
    border-inline-end-color: rgb(126 34 206 / 0.1);
  }

  .lg\:border-e-purple-700\/100 {
    border-inline-end-color: rgb(126 34 206 / 1);
  }

  .lg\:border-e-purple-700\/15 {
    border-inline-end-color: rgb(126 34 206 / 0.15);
  }

  .lg\:border-e-purple-700\/20 {
    border-inline-end-color: rgb(126 34 206 / 0.2);
  }

  .lg\:border-e-purple-700\/25 {
    border-inline-end-color: rgb(126 34 206 / 0.25);
  }

  .lg\:border-e-purple-700\/30 {
    border-inline-end-color: rgb(126 34 206 / 0.3);
  }

  .lg\:border-e-purple-700\/35 {
    border-inline-end-color: rgb(126 34 206 / 0.35);
  }

  .lg\:border-e-purple-700\/40 {
    border-inline-end-color: rgb(126 34 206 / 0.4);
  }

  .lg\:border-e-purple-700\/45 {
    border-inline-end-color: rgb(126 34 206 / 0.45);
  }

  .lg\:border-e-purple-700\/5 {
    border-inline-end-color: rgb(126 34 206 / 0.05);
  }

  .lg\:border-e-purple-700\/50 {
    border-inline-end-color: rgb(126 34 206 / 0.5);
  }

  .lg\:border-e-purple-700\/55 {
    border-inline-end-color: rgb(126 34 206 / 0.55);
  }

  .lg\:border-e-purple-700\/60 {
    border-inline-end-color: rgb(126 34 206 / 0.6);
  }

  .lg\:border-e-purple-700\/65 {
    border-inline-end-color: rgb(126 34 206 / 0.65);
  }

  .lg\:border-e-purple-700\/70 {
    border-inline-end-color: rgb(126 34 206 / 0.7);
  }

  .lg\:border-e-purple-700\/75 {
    border-inline-end-color: rgb(126 34 206 / 0.75);
  }

  .lg\:border-e-purple-700\/80 {
    border-inline-end-color: rgb(126 34 206 / 0.8);
  }

  .lg\:border-e-purple-700\/85 {
    border-inline-end-color: rgb(126 34 206 / 0.85);
  }

  .lg\:border-e-purple-700\/90 {
    border-inline-end-color: rgb(126 34 206 / 0.9);
  }

  .lg\:border-e-purple-700\/95 {
    border-inline-end-color: rgb(126 34 206 / 0.95);
  }

  .lg\:border-e-purple-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(107 33 168 / var(--tw-border-opacity));
  }

  .lg\:border-e-purple-800\/0 {
    border-inline-end-color: rgb(107 33 168 / 0);
  }

  .lg\:border-e-purple-800\/10 {
    border-inline-end-color: rgb(107 33 168 / 0.1);
  }

  .lg\:border-e-purple-800\/100 {
    border-inline-end-color: rgb(107 33 168 / 1);
  }

  .lg\:border-e-purple-800\/15 {
    border-inline-end-color: rgb(107 33 168 / 0.15);
  }

  .lg\:border-e-purple-800\/20 {
    border-inline-end-color: rgb(107 33 168 / 0.2);
  }

  .lg\:border-e-purple-800\/25 {
    border-inline-end-color: rgb(107 33 168 / 0.25);
  }

  .lg\:border-e-purple-800\/30 {
    border-inline-end-color: rgb(107 33 168 / 0.3);
  }

  .lg\:border-e-purple-800\/35 {
    border-inline-end-color: rgb(107 33 168 / 0.35);
  }

  .lg\:border-e-purple-800\/40 {
    border-inline-end-color: rgb(107 33 168 / 0.4);
  }

  .lg\:border-e-purple-800\/45 {
    border-inline-end-color: rgb(107 33 168 / 0.45);
  }

  .lg\:border-e-purple-800\/5 {
    border-inline-end-color: rgb(107 33 168 / 0.05);
  }

  .lg\:border-e-purple-800\/50 {
    border-inline-end-color: rgb(107 33 168 / 0.5);
  }

  .lg\:border-e-purple-800\/55 {
    border-inline-end-color: rgb(107 33 168 / 0.55);
  }

  .lg\:border-e-purple-800\/60 {
    border-inline-end-color: rgb(107 33 168 / 0.6);
  }

  .lg\:border-e-purple-800\/65 {
    border-inline-end-color: rgb(107 33 168 / 0.65);
  }

  .lg\:border-e-purple-800\/70 {
    border-inline-end-color: rgb(107 33 168 / 0.7);
  }

  .lg\:border-e-purple-800\/75 {
    border-inline-end-color: rgb(107 33 168 / 0.75);
  }

  .lg\:border-e-purple-800\/80 {
    border-inline-end-color: rgb(107 33 168 / 0.8);
  }

  .lg\:border-e-purple-800\/85 {
    border-inline-end-color: rgb(107 33 168 / 0.85);
  }

  .lg\:border-e-purple-800\/90 {
    border-inline-end-color: rgb(107 33 168 / 0.9);
  }

  .lg\:border-e-purple-800\/95 {
    border-inline-end-color: rgb(107 33 168 / 0.95);
  }

  .lg\:border-e-purple-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(88 28 135 / var(--tw-border-opacity));
  }

  .lg\:border-e-purple-900\/0 {
    border-inline-end-color: rgb(88 28 135 / 0);
  }

  .lg\:border-e-purple-900\/10 {
    border-inline-end-color: rgb(88 28 135 / 0.1);
  }

  .lg\:border-e-purple-900\/100 {
    border-inline-end-color: rgb(88 28 135 / 1);
  }

  .lg\:border-e-purple-900\/15 {
    border-inline-end-color: rgb(88 28 135 / 0.15);
  }

  .lg\:border-e-purple-900\/20 {
    border-inline-end-color: rgb(88 28 135 / 0.2);
  }

  .lg\:border-e-purple-900\/25 {
    border-inline-end-color: rgb(88 28 135 / 0.25);
  }

  .lg\:border-e-purple-900\/30 {
    border-inline-end-color: rgb(88 28 135 / 0.3);
  }

  .lg\:border-e-purple-900\/35 {
    border-inline-end-color: rgb(88 28 135 / 0.35);
  }

  .lg\:border-e-purple-900\/40 {
    border-inline-end-color: rgb(88 28 135 / 0.4);
  }

  .lg\:border-e-purple-900\/45 {
    border-inline-end-color: rgb(88 28 135 / 0.45);
  }

  .lg\:border-e-purple-900\/5 {
    border-inline-end-color: rgb(88 28 135 / 0.05);
  }

  .lg\:border-e-purple-900\/50 {
    border-inline-end-color: rgb(88 28 135 / 0.5);
  }

  .lg\:border-e-purple-900\/55 {
    border-inline-end-color: rgb(88 28 135 / 0.55);
  }

  .lg\:border-e-purple-900\/60 {
    border-inline-end-color: rgb(88 28 135 / 0.6);
  }

  .lg\:border-e-purple-900\/65 {
    border-inline-end-color: rgb(88 28 135 / 0.65);
  }

  .lg\:border-e-purple-900\/70 {
    border-inline-end-color: rgb(88 28 135 / 0.7);
  }

  .lg\:border-e-purple-900\/75 {
    border-inline-end-color: rgb(88 28 135 / 0.75);
  }

  .lg\:border-e-purple-900\/80 {
    border-inline-end-color: rgb(88 28 135 / 0.8);
  }

  .lg\:border-e-purple-900\/85 {
    border-inline-end-color: rgb(88 28 135 / 0.85);
  }

  .lg\:border-e-purple-900\/90 {
    border-inline-end-color: rgb(88 28 135 / 0.9);
  }

  .lg\:border-e-purple-900\/95 {
    border-inline-end-color: rgb(88 28 135 / 0.95);
  }

  .lg\:border-e-purple-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(59 7 100 / var(--tw-border-opacity));
  }

  .lg\:border-e-purple-950\/0 {
    border-inline-end-color: rgb(59 7 100 / 0);
  }

  .lg\:border-e-purple-950\/10 {
    border-inline-end-color: rgb(59 7 100 / 0.1);
  }

  .lg\:border-e-purple-950\/100 {
    border-inline-end-color: rgb(59 7 100 / 1);
  }

  .lg\:border-e-purple-950\/15 {
    border-inline-end-color: rgb(59 7 100 / 0.15);
  }

  .lg\:border-e-purple-950\/20 {
    border-inline-end-color: rgb(59 7 100 / 0.2);
  }

  .lg\:border-e-purple-950\/25 {
    border-inline-end-color: rgb(59 7 100 / 0.25);
  }

  .lg\:border-e-purple-950\/30 {
    border-inline-end-color: rgb(59 7 100 / 0.3);
  }

  .lg\:border-e-purple-950\/35 {
    border-inline-end-color: rgb(59 7 100 / 0.35);
  }

  .lg\:border-e-purple-950\/40 {
    border-inline-end-color: rgb(59 7 100 / 0.4);
  }

  .lg\:border-e-purple-950\/45 {
    border-inline-end-color: rgb(59 7 100 / 0.45);
  }

  .lg\:border-e-purple-950\/5 {
    border-inline-end-color: rgb(59 7 100 / 0.05);
  }

  .lg\:border-e-purple-950\/50 {
    border-inline-end-color: rgb(59 7 100 / 0.5);
  }

  .lg\:border-e-purple-950\/55 {
    border-inline-end-color: rgb(59 7 100 / 0.55);
  }

  .lg\:border-e-purple-950\/60 {
    border-inline-end-color: rgb(59 7 100 / 0.6);
  }

  .lg\:border-e-purple-950\/65 {
    border-inline-end-color: rgb(59 7 100 / 0.65);
  }

  .lg\:border-e-purple-950\/70 {
    border-inline-end-color: rgb(59 7 100 / 0.7);
  }

  .lg\:border-e-purple-950\/75 {
    border-inline-end-color: rgb(59 7 100 / 0.75);
  }

  .lg\:border-e-purple-950\/80 {
    border-inline-end-color: rgb(59 7 100 / 0.8);
  }

  .lg\:border-e-purple-950\/85 {
    border-inline-end-color: rgb(59 7 100 / 0.85);
  }

  .lg\:border-e-purple-950\/90 {
    border-inline-end-color: rgb(59 7 100 / 0.9);
  }

  .lg\:border-e-purple-950\/95 {
    border-inline-end-color: rgb(59 7 100 / 0.95);
  }

  .lg\:border-e-red-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 226 226 / var(--tw-border-opacity));
  }

  .lg\:border-e-red-100\/0 {
    border-inline-end-color: rgb(254 226 226 / 0);
  }

  .lg\:border-e-red-100\/10 {
    border-inline-end-color: rgb(254 226 226 / 0.1);
  }

  .lg\:border-e-red-100\/100 {
    border-inline-end-color: rgb(254 226 226 / 1);
  }

  .lg\:border-e-red-100\/15 {
    border-inline-end-color: rgb(254 226 226 / 0.15);
  }

  .lg\:border-e-red-100\/20 {
    border-inline-end-color: rgb(254 226 226 / 0.2);
  }

  .lg\:border-e-red-100\/25 {
    border-inline-end-color: rgb(254 226 226 / 0.25);
  }

  .lg\:border-e-red-100\/30 {
    border-inline-end-color: rgb(254 226 226 / 0.3);
  }

  .lg\:border-e-red-100\/35 {
    border-inline-end-color: rgb(254 226 226 / 0.35);
  }

  .lg\:border-e-red-100\/40 {
    border-inline-end-color: rgb(254 226 226 / 0.4);
  }

  .lg\:border-e-red-100\/45 {
    border-inline-end-color: rgb(254 226 226 / 0.45);
  }

  .lg\:border-e-red-100\/5 {
    border-inline-end-color: rgb(254 226 226 / 0.05);
  }

  .lg\:border-e-red-100\/50 {
    border-inline-end-color: rgb(254 226 226 / 0.5);
  }

  .lg\:border-e-red-100\/55 {
    border-inline-end-color: rgb(254 226 226 / 0.55);
  }

  .lg\:border-e-red-100\/60 {
    border-inline-end-color: rgb(254 226 226 / 0.6);
  }

  .lg\:border-e-red-100\/65 {
    border-inline-end-color: rgb(254 226 226 / 0.65);
  }

  .lg\:border-e-red-100\/70 {
    border-inline-end-color: rgb(254 226 226 / 0.7);
  }

  .lg\:border-e-red-100\/75 {
    border-inline-end-color: rgb(254 226 226 / 0.75);
  }

  .lg\:border-e-red-100\/80 {
    border-inline-end-color: rgb(254 226 226 / 0.8);
  }

  .lg\:border-e-red-100\/85 {
    border-inline-end-color: rgb(254 226 226 / 0.85);
  }

  .lg\:border-e-red-100\/90 {
    border-inline-end-color: rgb(254 226 226 / 0.9);
  }

  .lg\:border-e-red-100\/95 {
    border-inline-end-color: rgb(254 226 226 / 0.95);
  }

  .lg\:border-e-red-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 202 202 / var(--tw-border-opacity));
  }

  .lg\:border-e-red-200\/0 {
    border-inline-end-color: rgb(254 202 202 / 0);
  }

  .lg\:border-e-red-200\/10 {
    border-inline-end-color: rgb(254 202 202 / 0.1);
  }

  .lg\:border-e-red-200\/100 {
    border-inline-end-color: rgb(254 202 202 / 1);
  }

  .lg\:border-e-red-200\/15 {
    border-inline-end-color: rgb(254 202 202 / 0.15);
  }

  .lg\:border-e-red-200\/20 {
    border-inline-end-color: rgb(254 202 202 / 0.2);
  }

  .lg\:border-e-red-200\/25 {
    border-inline-end-color: rgb(254 202 202 / 0.25);
  }

  .lg\:border-e-red-200\/30 {
    border-inline-end-color: rgb(254 202 202 / 0.3);
  }

  .lg\:border-e-red-200\/35 {
    border-inline-end-color: rgb(254 202 202 / 0.35);
  }

  .lg\:border-e-red-200\/40 {
    border-inline-end-color: rgb(254 202 202 / 0.4);
  }

  .lg\:border-e-red-200\/45 {
    border-inline-end-color: rgb(254 202 202 / 0.45);
  }

  .lg\:border-e-red-200\/5 {
    border-inline-end-color: rgb(254 202 202 / 0.05);
  }

  .lg\:border-e-red-200\/50 {
    border-inline-end-color: rgb(254 202 202 / 0.5);
  }

  .lg\:border-e-red-200\/55 {
    border-inline-end-color: rgb(254 202 202 / 0.55);
  }

  .lg\:border-e-red-200\/60 {
    border-inline-end-color: rgb(254 202 202 / 0.6);
  }

  .lg\:border-e-red-200\/65 {
    border-inline-end-color: rgb(254 202 202 / 0.65);
  }

  .lg\:border-e-red-200\/70 {
    border-inline-end-color: rgb(254 202 202 / 0.7);
  }

  .lg\:border-e-red-200\/75 {
    border-inline-end-color: rgb(254 202 202 / 0.75);
  }

  .lg\:border-e-red-200\/80 {
    border-inline-end-color: rgb(254 202 202 / 0.8);
  }

  .lg\:border-e-red-200\/85 {
    border-inline-end-color: rgb(254 202 202 / 0.85);
  }

  .lg\:border-e-red-200\/90 {
    border-inline-end-color: rgb(254 202 202 / 0.9);
  }

  .lg\:border-e-red-200\/95 {
    border-inline-end-color: rgb(254 202 202 / 0.95);
  }

  .lg\:border-e-red-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(252 165 165 / var(--tw-border-opacity));
  }

  .lg\:border-e-red-300\/0 {
    border-inline-end-color: rgb(252 165 165 / 0);
  }

  .lg\:border-e-red-300\/10 {
    border-inline-end-color: rgb(252 165 165 / 0.1);
  }

  .lg\:border-e-red-300\/100 {
    border-inline-end-color: rgb(252 165 165 / 1);
  }

  .lg\:border-e-red-300\/15 {
    border-inline-end-color: rgb(252 165 165 / 0.15);
  }

  .lg\:border-e-red-300\/20 {
    border-inline-end-color: rgb(252 165 165 / 0.2);
  }

  .lg\:border-e-red-300\/25 {
    border-inline-end-color: rgb(252 165 165 / 0.25);
  }

  .lg\:border-e-red-300\/30 {
    border-inline-end-color: rgb(252 165 165 / 0.3);
  }

  .lg\:border-e-red-300\/35 {
    border-inline-end-color: rgb(252 165 165 / 0.35);
  }

  .lg\:border-e-red-300\/40 {
    border-inline-end-color: rgb(252 165 165 / 0.4);
  }

  .lg\:border-e-red-300\/45 {
    border-inline-end-color: rgb(252 165 165 / 0.45);
  }

  .lg\:border-e-red-300\/5 {
    border-inline-end-color: rgb(252 165 165 / 0.05);
  }

  .lg\:border-e-red-300\/50 {
    border-inline-end-color: rgb(252 165 165 / 0.5);
  }

  .lg\:border-e-red-300\/55 {
    border-inline-end-color: rgb(252 165 165 / 0.55);
  }

  .lg\:border-e-red-300\/60 {
    border-inline-end-color: rgb(252 165 165 / 0.6);
  }

  .lg\:border-e-red-300\/65 {
    border-inline-end-color: rgb(252 165 165 / 0.65);
  }

  .lg\:border-e-red-300\/70 {
    border-inline-end-color: rgb(252 165 165 / 0.7);
  }

  .lg\:border-e-red-300\/75 {
    border-inline-end-color: rgb(252 165 165 / 0.75);
  }

  .lg\:border-e-red-300\/80 {
    border-inline-end-color: rgb(252 165 165 / 0.8);
  }

  .lg\:border-e-red-300\/85 {
    border-inline-end-color: rgb(252 165 165 / 0.85);
  }

  .lg\:border-e-red-300\/90 {
    border-inline-end-color: rgb(252 165 165 / 0.9);
  }

  .lg\:border-e-red-300\/95 {
    border-inline-end-color: rgb(252 165 165 / 0.95);
  }

  .lg\:border-e-red-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(248 113 113 / var(--tw-border-opacity));
  }

  .lg\:border-e-red-400\/0 {
    border-inline-end-color: rgb(248 113 113 / 0);
  }

  .lg\:border-e-red-400\/10 {
    border-inline-end-color: rgb(248 113 113 / 0.1);
  }

  .lg\:border-e-red-400\/100 {
    border-inline-end-color: rgb(248 113 113 / 1);
  }

  .lg\:border-e-red-400\/15 {
    border-inline-end-color: rgb(248 113 113 / 0.15);
  }

  .lg\:border-e-red-400\/20 {
    border-inline-end-color: rgb(248 113 113 / 0.2);
  }

  .lg\:border-e-red-400\/25 {
    border-inline-end-color: rgb(248 113 113 / 0.25);
  }

  .lg\:border-e-red-400\/30 {
    border-inline-end-color: rgb(248 113 113 / 0.3);
  }

  .lg\:border-e-red-400\/35 {
    border-inline-end-color: rgb(248 113 113 / 0.35);
  }

  .lg\:border-e-red-400\/40 {
    border-inline-end-color: rgb(248 113 113 / 0.4);
  }

  .lg\:border-e-red-400\/45 {
    border-inline-end-color: rgb(248 113 113 / 0.45);
  }

  .lg\:border-e-red-400\/5 {
    border-inline-end-color: rgb(248 113 113 / 0.05);
  }

  .lg\:border-e-red-400\/50 {
    border-inline-end-color: rgb(248 113 113 / 0.5);
  }

  .lg\:border-e-red-400\/55 {
    border-inline-end-color: rgb(248 113 113 / 0.55);
  }

  .lg\:border-e-red-400\/60 {
    border-inline-end-color: rgb(248 113 113 / 0.6);
  }

  .lg\:border-e-red-400\/65 {
    border-inline-end-color: rgb(248 113 113 / 0.65);
  }

  .lg\:border-e-red-400\/70 {
    border-inline-end-color: rgb(248 113 113 / 0.7);
  }

  .lg\:border-e-red-400\/75 {
    border-inline-end-color: rgb(248 113 113 / 0.75);
  }

  .lg\:border-e-red-400\/80 {
    border-inline-end-color: rgb(248 113 113 / 0.8);
  }

  .lg\:border-e-red-400\/85 {
    border-inline-end-color: rgb(248 113 113 / 0.85);
  }

  .lg\:border-e-red-400\/90 {
    border-inline-end-color: rgb(248 113 113 / 0.9);
  }

  .lg\:border-e-red-400\/95 {
    border-inline-end-color: rgb(248 113 113 / 0.95);
  }

  .lg\:border-e-red-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 242 242 / var(--tw-border-opacity));
  }

  .lg\:border-e-red-50\/0 {
    border-inline-end-color: rgb(254 242 242 / 0);
  }

  .lg\:border-e-red-50\/10 {
    border-inline-end-color: rgb(254 242 242 / 0.1);
  }

  .lg\:border-e-red-50\/100 {
    border-inline-end-color: rgb(254 242 242 / 1);
  }

  .lg\:border-e-red-50\/15 {
    border-inline-end-color: rgb(254 242 242 / 0.15);
  }

  .lg\:border-e-red-50\/20 {
    border-inline-end-color: rgb(254 242 242 / 0.2);
  }

  .lg\:border-e-red-50\/25 {
    border-inline-end-color: rgb(254 242 242 / 0.25);
  }

  .lg\:border-e-red-50\/30 {
    border-inline-end-color: rgb(254 242 242 / 0.3);
  }

  .lg\:border-e-red-50\/35 {
    border-inline-end-color: rgb(254 242 242 / 0.35);
  }

  .lg\:border-e-red-50\/40 {
    border-inline-end-color: rgb(254 242 242 / 0.4);
  }

  .lg\:border-e-red-50\/45 {
    border-inline-end-color: rgb(254 242 242 / 0.45);
  }

  .lg\:border-e-red-50\/5 {
    border-inline-end-color: rgb(254 242 242 / 0.05);
  }

  .lg\:border-e-red-50\/50 {
    border-inline-end-color: rgb(254 242 242 / 0.5);
  }

  .lg\:border-e-red-50\/55 {
    border-inline-end-color: rgb(254 242 242 / 0.55);
  }

  .lg\:border-e-red-50\/60 {
    border-inline-end-color: rgb(254 242 242 / 0.6);
  }

  .lg\:border-e-red-50\/65 {
    border-inline-end-color: rgb(254 242 242 / 0.65);
  }

  .lg\:border-e-red-50\/70 {
    border-inline-end-color: rgb(254 242 242 / 0.7);
  }

  .lg\:border-e-red-50\/75 {
    border-inline-end-color: rgb(254 242 242 / 0.75);
  }

  .lg\:border-e-red-50\/80 {
    border-inline-end-color: rgb(254 242 242 / 0.8);
  }

  .lg\:border-e-red-50\/85 {
    border-inline-end-color: rgb(254 242 242 / 0.85);
  }

  .lg\:border-e-red-50\/90 {
    border-inline-end-color: rgb(254 242 242 / 0.9);
  }

  .lg\:border-e-red-50\/95 {
    border-inline-end-color: rgb(254 242 242 / 0.95);
  }

  .lg\:border-e-red-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(239 68 68 / var(--tw-border-opacity));
  }

  .lg\:border-e-red-500\/0 {
    border-inline-end-color: rgb(239 68 68 / 0);
  }

  .lg\:border-e-red-500\/10 {
    border-inline-end-color: rgb(239 68 68 / 0.1);
  }

  .lg\:border-e-red-500\/100 {
    border-inline-end-color: rgb(239 68 68 / 1);
  }

  .lg\:border-e-red-500\/15 {
    border-inline-end-color: rgb(239 68 68 / 0.15);
  }

  .lg\:border-e-red-500\/20 {
    border-inline-end-color: rgb(239 68 68 / 0.2);
  }

  .lg\:border-e-red-500\/25 {
    border-inline-end-color: rgb(239 68 68 / 0.25);
  }

  .lg\:border-e-red-500\/30 {
    border-inline-end-color: rgb(239 68 68 / 0.3);
  }

  .lg\:border-e-red-500\/35 {
    border-inline-end-color: rgb(239 68 68 / 0.35);
  }

  .lg\:border-e-red-500\/40 {
    border-inline-end-color: rgb(239 68 68 / 0.4);
  }

  .lg\:border-e-red-500\/45 {
    border-inline-end-color: rgb(239 68 68 / 0.45);
  }

  .lg\:border-e-red-500\/5 {
    border-inline-end-color: rgb(239 68 68 / 0.05);
  }

  .lg\:border-e-red-500\/50 {
    border-inline-end-color: rgb(239 68 68 / 0.5);
  }

  .lg\:border-e-red-500\/55 {
    border-inline-end-color: rgb(239 68 68 / 0.55);
  }

  .lg\:border-e-red-500\/60 {
    border-inline-end-color: rgb(239 68 68 / 0.6);
  }

  .lg\:border-e-red-500\/65 {
    border-inline-end-color: rgb(239 68 68 / 0.65);
  }

  .lg\:border-e-red-500\/70 {
    border-inline-end-color: rgb(239 68 68 / 0.7);
  }

  .lg\:border-e-red-500\/75 {
    border-inline-end-color: rgb(239 68 68 / 0.75);
  }

  .lg\:border-e-red-500\/80 {
    border-inline-end-color: rgb(239 68 68 / 0.8);
  }

  .lg\:border-e-red-500\/85 {
    border-inline-end-color: rgb(239 68 68 / 0.85);
  }

  .lg\:border-e-red-500\/90 {
    border-inline-end-color: rgb(239 68 68 / 0.9);
  }

  .lg\:border-e-red-500\/95 {
    border-inline-end-color: rgb(239 68 68 / 0.95);
  }

  .lg\:border-e-red-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(220 38 38 / var(--tw-border-opacity));
  }

  .lg\:border-e-red-600\/0 {
    border-inline-end-color: rgb(220 38 38 / 0);
  }

  .lg\:border-e-red-600\/10 {
    border-inline-end-color: rgb(220 38 38 / 0.1);
  }

  .lg\:border-e-red-600\/100 {
    border-inline-end-color: rgb(220 38 38 / 1);
  }

  .lg\:border-e-red-600\/15 {
    border-inline-end-color: rgb(220 38 38 / 0.15);
  }

  .lg\:border-e-red-600\/20 {
    border-inline-end-color: rgb(220 38 38 / 0.2);
  }

  .lg\:border-e-red-600\/25 {
    border-inline-end-color: rgb(220 38 38 / 0.25);
  }

  .lg\:border-e-red-600\/30 {
    border-inline-end-color: rgb(220 38 38 / 0.3);
  }

  .lg\:border-e-red-600\/35 {
    border-inline-end-color: rgb(220 38 38 / 0.35);
  }

  .lg\:border-e-red-600\/40 {
    border-inline-end-color: rgb(220 38 38 / 0.4);
  }

  .lg\:border-e-red-600\/45 {
    border-inline-end-color: rgb(220 38 38 / 0.45);
  }

  .lg\:border-e-red-600\/5 {
    border-inline-end-color: rgb(220 38 38 / 0.05);
  }

  .lg\:border-e-red-600\/50 {
    border-inline-end-color: rgb(220 38 38 / 0.5);
  }

  .lg\:border-e-red-600\/55 {
    border-inline-end-color: rgb(220 38 38 / 0.55);
  }

  .lg\:border-e-red-600\/60 {
    border-inline-end-color: rgb(220 38 38 / 0.6);
  }

  .lg\:border-e-red-600\/65 {
    border-inline-end-color: rgb(220 38 38 / 0.65);
  }

  .lg\:border-e-red-600\/70 {
    border-inline-end-color: rgb(220 38 38 / 0.7);
  }

  .lg\:border-e-red-600\/75 {
    border-inline-end-color: rgb(220 38 38 / 0.75);
  }

  .lg\:border-e-red-600\/80 {
    border-inline-end-color: rgb(220 38 38 / 0.8);
  }

  .lg\:border-e-red-600\/85 {
    border-inline-end-color: rgb(220 38 38 / 0.85);
  }

  .lg\:border-e-red-600\/90 {
    border-inline-end-color: rgb(220 38 38 / 0.9);
  }

  .lg\:border-e-red-600\/95 {
    border-inline-end-color: rgb(220 38 38 / 0.95);
  }

  .lg\:border-e-red-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(185 28 28 / var(--tw-border-opacity));
  }

  .lg\:border-e-red-700\/0 {
    border-inline-end-color: rgb(185 28 28 / 0);
  }

  .lg\:border-e-red-700\/10 {
    border-inline-end-color: rgb(185 28 28 / 0.1);
  }

  .lg\:border-e-red-700\/100 {
    border-inline-end-color: rgb(185 28 28 / 1);
  }

  .lg\:border-e-red-700\/15 {
    border-inline-end-color: rgb(185 28 28 / 0.15);
  }

  .lg\:border-e-red-700\/20 {
    border-inline-end-color: rgb(185 28 28 / 0.2);
  }

  .lg\:border-e-red-700\/25 {
    border-inline-end-color: rgb(185 28 28 / 0.25);
  }

  .lg\:border-e-red-700\/30 {
    border-inline-end-color: rgb(185 28 28 / 0.3);
  }

  .lg\:border-e-red-700\/35 {
    border-inline-end-color: rgb(185 28 28 / 0.35);
  }

  .lg\:border-e-red-700\/40 {
    border-inline-end-color: rgb(185 28 28 / 0.4);
  }

  .lg\:border-e-red-700\/45 {
    border-inline-end-color: rgb(185 28 28 / 0.45);
  }

  .lg\:border-e-red-700\/5 {
    border-inline-end-color: rgb(185 28 28 / 0.05);
  }

  .lg\:border-e-red-700\/50 {
    border-inline-end-color: rgb(185 28 28 / 0.5);
  }

  .lg\:border-e-red-700\/55 {
    border-inline-end-color: rgb(185 28 28 / 0.55);
  }

  .lg\:border-e-red-700\/60 {
    border-inline-end-color: rgb(185 28 28 / 0.6);
  }

  .lg\:border-e-red-700\/65 {
    border-inline-end-color: rgb(185 28 28 / 0.65);
  }

  .lg\:border-e-red-700\/70 {
    border-inline-end-color: rgb(185 28 28 / 0.7);
  }

  .lg\:border-e-red-700\/75 {
    border-inline-end-color: rgb(185 28 28 / 0.75);
  }

  .lg\:border-e-red-700\/80 {
    border-inline-end-color: rgb(185 28 28 / 0.8);
  }

  .lg\:border-e-red-700\/85 {
    border-inline-end-color: rgb(185 28 28 / 0.85);
  }

  .lg\:border-e-red-700\/90 {
    border-inline-end-color: rgb(185 28 28 / 0.9);
  }

  .lg\:border-e-red-700\/95 {
    border-inline-end-color: rgb(185 28 28 / 0.95);
  }

  .lg\:border-e-red-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(153 27 27 / var(--tw-border-opacity));
  }

  .lg\:border-e-red-800\/0 {
    border-inline-end-color: rgb(153 27 27 / 0);
  }

  .lg\:border-e-red-800\/10 {
    border-inline-end-color: rgb(153 27 27 / 0.1);
  }

  .lg\:border-e-red-800\/100 {
    border-inline-end-color: rgb(153 27 27 / 1);
  }

  .lg\:border-e-red-800\/15 {
    border-inline-end-color: rgb(153 27 27 / 0.15);
  }

  .lg\:border-e-red-800\/20 {
    border-inline-end-color: rgb(153 27 27 / 0.2);
  }

  .lg\:border-e-red-800\/25 {
    border-inline-end-color: rgb(153 27 27 / 0.25);
  }

  .lg\:border-e-red-800\/30 {
    border-inline-end-color: rgb(153 27 27 / 0.3);
  }

  .lg\:border-e-red-800\/35 {
    border-inline-end-color: rgb(153 27 27 / 0.35);
  }

  .lg\:border-e-red-800\/40 {
    border-inline-end-color: rgb(153 27 27 / 0.4);
  }

  .lg\:border-e-red-800\/45 {
    border-inline-end-color: rgb(153 27 27 / 0.45);
  }

  .lg\:border-e-red-800\/5 {
    border-inline-end-color: rgb(153 27 27 / 0.05);
  }

  .lg\:border-e-red-800\/50 {
    border-inline-end-color: rgb(153 27 27 / 0.5);
  }

  .lg\:border-e-red-800\/55 {
    border-inline-end-color: rgb(153 27 27 / 0.55);
  }

  .lg\:border-e-red-800\/60 {
    border-inline-end-color: rgb(153 27 27 / 0.6);
  }

  .lg\:border-e-red-800\/65 {
    border-inline-end-color: rgb(153 27 27 / 0.65);
  }

  .lg\:border-e-red-800\/70 {
    border-inline-end-color: rgb(153 27 27 / 0.7);
  }

  .lg\:border-e-red-800\/75 {
    border-inline-end-color: rgb(153 27 27 / 0.75);
  }

  .lg\:border-e-red-800\/80 {
    border-inline-end-color: rgb(153 27 27 / 0.8);
  }

  .lg\:border-e-red-800\/85 {
    border-inline-end-color: rgb(153 27 27 / 0.85);
  }

  .lg\:border-e-red-800\/90 {
    border-inline-end-color: rgb(153 27 27 / 0.9);
  }

  .lg\:border-e-red-800\/95 {
    border-inline-end-color: rgb(153 27 27 / 0.95);
  }

  .lg\:border-e-red-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(127 29 29 / var(--tw-border-opacity));
  }

  .lg\:border-e-red-900\/0 {
    border-inline-end-color: rgb(127 29 29 / 0);
  }

  .lg\:border-e-red-900\/10 {
    border-inline-end-color: rgb(127 29 29 / 0.1);
  }

  .lg\:border-e-red-900\/100 {
    border-inline-end-color: rgb(127 29 29 / 1);
  }

  .lg\:border-e-red-900\/15 {
    border-inline-end-color: rgb(127 29 29 / 0.15);
  }

  .lg\:border-e-red-900\/20 {
    border-inline-end-color: rgb(127 29 29 / 0.2);
  }

  .lg\:border-e-red-900\/25 {
    border-inline-end-color: rgb(127 29 29 / 0.25);
  }

  .lg\:border-e-red-900\/30 {
    border-inline-end-color: rgb(127 29 29 / 0.3);
  }

  .lg\:border-e-red-900\/35 {
    border-inline-end-color: rgb(127 29 29 / 0.35);
  }

  .lg\:border-e-red-900\/40 {
    border-inline-end-color: rgb(127 29 29 / 0.4);
  }

  .lg\:border-e-red-900\/45 {
    border-inline-end-color: rgb(127 29 29 / 0.45);
  }

  .lg\:border-e-red-900\/5 {
    border-inline-end-color: rgb(127 29 29 / 0.05);
  }

  .lg\:border-e-red-900\/50 {
    border-inline-end-color: rgb(127 29 29 / 0.5);
  }

  .lg\:border-e-red-900\/55 {
    border-inline-end-color: rgb(127 29 29 / 0.55);
  }

  .lg\:border-e-red-900\/60 {
    border-inline-end-color: rgb(127 29 29 / 0.6);
  }

  .lg\:border-e-red-900\/65 {
    border-inline-end-color: rgb(127 29 29 / 0.65);
  }

  .lg\:border-e-red-900\/70 {
    border-inline-end-color: rgb(127 29 29 / 0.7);
  }

  .lg\:border-e-red-900\/75 {
    border-inline-end-color: rgb(127 29 29 / 0.75);
  }

  .lg\:border-e-red-900\/80 {
    border-inline-end-color: rgb(127 29 29 / 0.8);
  }

  .lg\:border-e-red-900\/85 {
    border-inline-end-color: rgb(127 29 29 / 0.85);
  }

  .lg\:border-e-red-900\/90 {
    border-inline-end-color: rgb(127 29 29 / 0.9);
  }

  .lg\:border-e-red-900\/95 {
    border-inline-end-color: rgb(127 29 29 / 0.95);
  }

  .lg\:border-e-red-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(69 10 10 / var(--tw-border-opacity));
  }

  .lg\:border-e-red-950\/0 {
    border-inline-end-color: rgb(69 10 10 / 0);
  }

  .lg\:border-e-red-950\/10 {
    border-inline-end-color: rgb(69 10 10 / 0.1);
  }

  .lg\:border-e-red-950\/100 {
    border-inline-end-color: rgb(69 10 10 / 1);
  }

  .lg\:border-e-red-950\/15 {
    border-inline-end-color: rgb(69 10 10 / 0.15);
  }

  .lg\:border-e-red-950\/20 {
    border-inline-end-color: rgb(69 10 10 / 0.2);
  }

  .lg\:border-e-red-950\/25 {
    border-inline-end-color: rgb(69 10 10 / 0.25);
  }

  .lg\:border-e-red-950\/30 {
    border-inline-end-color: rgb(69 10 10 / 0.3);
  }

  .lg\:border-e-red-950\/35 {
    border-inline-end-color: rgb(69 10 10 / 0.35);
  }

  .lg\:border-e-red-950\/40 {
    border-inline-end-color: rgb(69 10 10 / 0.4);
  }

  .lg\:border-e-red-950\/45 {
    border-inline-end-color: rgb(69 10 10 / 0.45);
  }

  .lg\:border-e-red-950\/5 {
    border-inline-end-color: rgb(69 10 10 / 0.05);
  }

  .lg\:border-e-red-950\/50 {
    border-inline-end-color: rgb(69 10 10 / 0.5);
  }

  .lg\:border-e-red-950\/55 {
    border-inline-end-color: rgb(69 10 10 / 0.55);
  }

  .lg\:border-e-red-950\/60 {
    border-inline-end-color: rgb(69 10 10 / 0.6);
  }

  .lg\:border-e-red-950\/65 {
    border-inline-end-color: rgb(69 10 10 / 0.65);
  }

  .lg\:border-e-red-950\/70 {
    border-inline-end-color: rgb(69 10 10 / 0.7);
  }

  .lg\:border-e-red-950\/75 {
    border-inline-end-color: rgb(69 10 10 / 0.75);
  }

  .lg\:border-e-red-950\/80 {
    border-inline-end-color: rgb(69 10 10 / 0.8);
  }

  .lg\:border-e-red-950\/85 {
    border-inline-end-color: rgb(69 10 10 / 0.85);
  }

  .lg\:border-e-red-950\/90 {
    border-inline-end-color: rgb(69 10 10 / 0.9);
  }

  .lg\:border-e-red-950\/95 {
    border-inline-end-color: rgb(69 10 10 / 0.95);
  }

  .lg\:border-e-rose-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(255 228 230 / var(--tw-border-opacity));
  }

  .lg\:border-e-rose-100\/0 {
    border-inline-end-color: rgb(255 228 230 / 0);
  }

  .lg\:border-e-rose-100\/10 {
    border-inline-end-color: rgb(255 228 230 / 0.1);
  }

  .lg\:border-e-rose-100\/100 {
    border-inline-end-color: rgb(255 228 230 / 1);
  }

  .lg\:border-e-rose-100\/15 {
    border-inline-end-color: rgb(255 228 230 / 0.15);
  }

  .lg\:border-e-rose-100\/20 {
    border-inline-end-color: rgb(255 228 230 / 0.2);
  }

  .lg\:border-e-rose-100\/25 {
    border-inline-end-color: rgb(255 228 230 / 0.25);
  }

  .lg\:border-e-rose-100\/30 {
    border-inline-end-color: rgb(255 228 230 / 0.3);
  }

  .lg\:border-e-rose-100\/35 {
    border-inline-end-color: rgb(255 228 230 / 0.35);
  }

  .lg\:border-e-rose-100\/40 {
    border-inline-end-color: rgb(255 228 230 / 0.4);
  }

  .lg\:border-e-rose-100\/45 {
    border-inline-end-color: rgb(255 228 230 / 0.45);
  }

  .lg\:border-e-rose-100\/5 {
    border-inline-end-color: rgb(255 228 230 / 0.05);
  }

  .lg\:border-e-rose-100\/50 {
    border-inline-end-color: rgb(255 228 230 / 0.5);
  }

  .lg\:border-e-rose-100\/55 {
    border-inline-end-color: rgb(255 228 230 / 0.55);
  }

  .lg\:border-e-rose-100\/60 {
    border-inline-end-color: rgb(255 228 230 / 0.6);
  }

  .lg\:border-e-rose-100\/65 {
    border-inline-end-color: rgb(255 228 230 / 0.65);
  }

  .lg\:border-e-rose-100\/70 {
    border-inline-end-color: rgb(255 228 230 / 0.7);
  }

  .lg\:border-e-rose-100\/75 {
    border-inline-end-color: rgb(255 228 230 / 0.75);
  }

  .lg\:border-e-rose-100\/80 {
    border-inline-end-color: rgb(255 228 230 / 0.8);
  }

  .lg\:border-e-rose-100\/85 {
    border-inline-end-color: rgb(255 228 230 / 0.85);
  }

  .lg\:border-e-rose-100\/90 {
    border-inline-end-color: rgb(255 228 230 / 0.9);
  }

  .lg\:border-e-rose-100\/95 {
    border-inline-end-color: rgb(255 228 230 / 0.95);
  }

  .lg\:border-e-rose-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 205 211 / var(--tw-border-opacity));
  }

  .lg\:border-e-rose-200\/0 {
    border-inline-end-color: rgb(254 205 211 / 0);
  }

  .lg\:border-e-rose-200\/10 {
    border-inline-end-color: rgb(254 205 211 / 0.1);
  }

  .lg\:border-e-rose-200\/100 {
    border-inline-end-color: rgb(254 205 211 / 1);
  }

  .lg\:border-e-rose-200\/15 {
    border-inline-end-color: rgb(254 205 211 / 0.15);
  }

  .lg\:border-e-rose-200\/20 {
    border-inline-end-color: rgb(254 205 211 / 0.2);
  }

  .lg\:border-e-rose-200\/25 {
    border-inline-end-color: rgb(254 205 211 / 0.25);
  }

  .lg\:border-e-rose-200\/30 {
    border-inline-end-color: rgb(254 205 211 / 0.3);
  }

  .lg\:border-e-rose-200\/35 {
    border-inline-end-color: rgb(254 205 211 / 0.35);
  }

  .lg\:border-e-rose-200\/40 {
    border-inline-end-color: rgb(254 205 211 / 0.4);
  }

  .lg\:border-e-rose-200\/45 {
    border-inline-end-color: rgb(254 205 211 / 0.45);
  }

  .lg\:border-e-rose-200\/5 {
    border-inline-end-color: rgb(254 205 211 / 0.05);
  }

  .lg\:border-e-rose-200\/50 {
    border-inline-end-color: rgb(254 205 211 / 0.5);
  }

  .lg\:border-e-rose-200\/55 {
    border-inline-end-color: rgb(254 205 211 / 0.55);
  }

  .lg\:border-e-rose-200\/60 {
    border-inline-end-color: rgb(254 205 211 / 0.6);
  }

  .lg\:border-e-rose-200\/65 {
    border-inline-end-color: rgb(254 205 211 / 0.65);
  }

  .lg\:border-e-rose-200\/70 {
    border-inline-end-color: rgb(254 205 211 / 0.7);
  }

  .lg\:border-e-rose-200\/75 {
    border-inline-end-color: rgb(254 205 211 / 0.75);
  }

  .lg\:border-e-rose-200\/80 {
    border-inline-end-color: rgb(254 205 211 / 0.8);
  }

  .lg\:border-e-rose-200\/85 {
    border-inline-end-color: rgb(254 205 211 / 0.85);
  }

  .lg\:border-e-rose-200\/90 {
    border-inline-end-color: rgb(254 205 211 / 0.9);
  }

  .lg\:border-e-rose-200\/95 {
    border-inline-end-color: rgb(254 205 211 / 0.95);
  }

  .lg\:border-e-rose-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(253 164 175 / var(--tw-border-opacity));
  }

  .lg\:border-e-rose-300\/0 {
    border-inline-end-color: rgb(253 164 175 / 0);
  }

  .lg\:border-e-rose-300\/10 {
    border-inline-end-color: rgb(253 164 175 / 0.1);
  }

  .lg\:border-e-rose-300\/100 {
    border-inline-end-color: rgb(253 164 175 / 1);
  }

  .lg\:border-e-rose-300\/15 {
    border-inline-end-color: rgb(253 164 175 / 0.15);
  }

  .lg\:border-e-rose-300\/20 {
    border-inline-end-color: rgb(253 164 175 / 0.2);
  }

  .lg\:border-e-rose-300\/25 {
    border-inline-end-color: rgb(253 164 175 / 0.25);
  }

  .lg\:border-e-rose-300\/30 {
    border-inline-end-color: rgb(253 164 175 / 0.3);
  }

  .lg\:border-e-rose-300\/35 {
    border-inline-end-color: rgb(253 164 175 / 0.35);
  }

  .lg\:border-e-rose-300\/40 {
    border-inline-end-color: rgb(253 164 175 / 0.4);
  }

  .lg\:border-e-rose-300\/45 {
    border-inline-end-color: rgb(253 164 175 / 0.45);
  }

  .lg\:border-e-rose-300\/5 {
    border-inline-end-color: rgb(253 164 175 / 0.05);
  }

  .lg\:border-e-rose-300\/50 {
    border-inline-end-color: rgb(253 164 175 / 0.5);
  }

  .lg\:border-e-rose-300\/55 {
    border-inline-end-color: rgb(253 164 175 / 0.55);
  }

  .lg\:border-e-rose-300\/60 {
    border-inline-end-color: rgb(253 164 175 / 0.6);
  }

  .lg\:border-e-rose-300\/65 {
    border-inline-end-color: rgb(253 164 175 / 0.65);
  }

  .lg\:border-e-rose-300\/70 {
    border-inline-end-color: rgb(253 164 175 / 0.7);
  }

  .lg\:border-e-rose-300\/75 {
    border-inline-end-color: rgb(253 164 175 / 0.75);
  }

  .lg\:border-e-rose-300\/80 {
    border-inline-end-color: rgb(253 164 175 / 0.8);
  }

  .lg\:border-e-rose-300\/85 {
    border-inline-end-color: rgb(253 164 175 / 0.85);
  }

  .lg\:border-e-rose-300\/90 {
    border-inline-end-color: rgb(253 164 175 / 0.9);
  }

  .lg\:border-e-rose-300\/95 {
    border-inline-end-color: rgb(253 164 175 / 0.95);
  }

  .lg\:border-e-rose-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(251 113 133 / var(--tw-border-opacity));
  }

  .lg\:border-e-rose-400\/0 {
    border-inline-end-color: rgb(251 113 133 / 0);
  }

  .lg\:border-e-rose-400\/10 {
    border-inline-end-color: rgb(251 113 133 / 0.1);
  }

  .lg\:border-e-rose-400\/100 {
    border-inline-end-color: rgb(251 113 133 / 1);
  }

  .lg\:border-e-rose-400\/15 {
    border-inline-end-color: rgb(251 113 133 / 0.15);
  }

  .lg\:border-e-rose-400\/20 {
    border-inline-end-color: rgb(251 113 133 / 0.2);
  }

  .lg\:border-e-rose-400\/25 {
    border-inline-end-color: rgb(251 113 133 / 0.25);
  }

  .lg\:border-e-rose-400\/30 {
    border-inline-end-color: rgb(251 113 133 / 0.3);
  }

  .lg\:border-e-rose-400\/35 {
    border-inline-end-color: rgb(251 113 133 / 0.35);
  }

  .lg\:border-e-rose-400\/40 {
    border-inline-end-color: rgb(251 113 133 / 0.4);
  }

  .lg\:border-e-rose-400\/45 {
    border-inline-end-color: rgb(251 113 133 / 0.45);
  }

  .lg\:border-e-rose-400\/5 {
    border-inline-end-color: rgb(251 113 133 / 0.05);
  }

  .lg\:border-e-rose-400\/50 {
    border-inline-end-color: rgb(251 113 133 / 0.5);
  }

  .lg\:border-e-rose-400\/55 {
    border-inline-end-color: rgb(251 113 133 / 0.55);
  }

  .lg\:border-e-rose-400\/60 {
    border-inline-end-color: rgb(251 113 133 / 0.6);
  }

  .lg\:border-e-rose-400\/65 {
    border-inline-end-color: rgb(251 113 133 / 0.65);
  }

  .lg\:border-e-rose-400\/70 {
    border-inline-end-color: rgb(251 113 133 / 0.7);
  }

  .lg\:border-e-rose-400\/75 {
    border-inline-end-color: rgb(251 113 133 / 0.75);
  }

  .lg\:border-e-rose-400\/80 {
    border-inline-end-color: rgb(251 113 133 / 0.8);
  }

  .lg\:border-e-rose-400\/85 {
    border-inline-end-color: rgb(251 113 133 / 0.85);
  }

  .lg\:border-e-rose-400\/90 {
    border-inline-end-color: rgb(251 113 133 / 0.9);
  }

  .lg\:border-e-rose-400\/95 {
    border-inline-end-color: rgb(251 113 133 / 0.95);
  }

  .lg\:border-e-rose-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(255 241 242 / var(--tw-border-opacity));
  }

  .lg\:border-e-rose-50\/0 {
    border-inline-end-color: rgb(255 241 242 / 0);
  }

  .lg\:border-e-rose-50\/10 {
    border-inline-end-color: rgb(255 241 242 / 0.1);
  }

  .lg\:border-e-rose-50\/100 {
    border-inline-end-color: rgb(255 241 242 / 1);
  }

  .lg\:border-e-rose-50\/15 {
    border-inline-end-color: rgb(255 241 242 / 0.15);
  }

  .lg\:border-e-rose-50\/20 {
    border-inline-end-color: rgb(255 241 242 / 0.2);
  }

  .lg\:border-e-rose-50\/25 {
    border-inline-end-color: rgb(255 241 242 / 0.25);
  }

  .lg\:border-e-rose-50\/30 {
    border-inline-end-color: rgb(255 241 242 / 0.3);
  }

  .lg\:border-e-rose-50\/35 {
    border-inline-end-color: rgb(255 241 242 / 0.35);
  }

  .lg\:border-e-rose-50\/40 {
    border-inline-end-color: rgb(255 241 242 / 0.4);
  }

  .lg\:border-e-rose-50\/45 {
    border-inline-end-color: rgb(255 241 242 / 0.45);
  }

  .lg\:border-e-rose-50\/5 {
    border-inline-end-color: rgb(255 241 242 / 0.05);
  }

  .lg\:border-e-rose-50\/50 {
    border-inline-end-color: rgb(255 241 242 / 0.5);
  }

  .lg\:border-e-rose-50\/55 {
    border-inline-end-color: rgb(255 241 242 / 0.55);
  }

  .lg\:border-e-rose-50\/60 {
    border-inline-end-color: rgb(255 241 242 / 0.6);
  }

  .lg\:border-e-rose-50\/65 {
    border-inline-end-color: rgb(255 241 242 / 0.65);
  }

  .lg\:border-e-rose-50\/70 {
    border-inline-end-color: rgb(255 241 242 / 0.7);
  }

  .lg\:border-e-rose-50\/75 {
    border-inline-end-color: rgb(255 241 242 / 0.75);
  }

  .lg\:border-e-rose-50\/80 {
    border-inline-end-color: rgb(255 241 242 / 0.8);
  }

  .lg\:border-e-rose-50\/85 {
    border-inline-end-color: rgb(255 241 242 / 0.85);
  }

  .lg\:border-e-rose-50\/90 {
    border-inline-end-color: rgb(255 241 242 / 0.9);
  }

  .lg\:border-e-rose-50\/95 {
    border-inline-end-color: rgb(255 241 242 / 0.95);
  }

  .lg\:border-e-rose-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(244 63 94 / var(--tw-border-opacity));
  }

  .lg\:border-e-rose-500\/0 {
    border-inline-end-color: rgb(244 63 94 / 0);
  }

  .lg\:border-e-rose-500\/10 {
    border-inline-end-color: rgb(244 63 94 / 0.1);
  }

  .lg\:border-e-rose-500\/100 {
    border-inline-end-color: rgb(244 63 94 / 1);
  }

  .lg\:border-e-rose-500\/15 {
    border-inline-end-color: rgb(244 63 94 / 0.15);
  }

  .lg\:border-e-rose-500\/20 {
    border-inline-end-color: rgb(244 63 94 / 0.2);
  }

  .lg\:border-e-rose-500\/25 {
    border-inline-end-color: rgb(244 63 94 / 0.25);
  }

  .lg\:border-e-rose-500\/30 {
    border-inline-end-color: rgb(244 63 94 / 0.3);
  }

  .lg\:border-e-rose-500\/35 {
    border-inline-end-color: rgb(244 63 94 / 0.35);
  }

  .lg\:border-e-rose-500\/40 {
    border-inline-end-color: rgb(244 63 94 / 0.4);
  }

  .lg\:border-e-rose-500\/45 {
    border-inline-end-color: rgb(244 63 94 / 0.45);
  }

  .lg\:border-e-rose-500\/5 {
    border-inline-end-color: rgb(244 63 94 / 0.05);
  }

  .lg\:border-e-rose-500\/50 {
    border-inline-end-color: rgb(244 63 94 / 0.5);
  }

  .lg\:border-e-rose-500\/55 {
    border-inline-end-color: rgb(244 63 94 / 0.55);
  }

  .lg\:border-e-rose-500\/60 {
    border-inline-end-color: rgb(244 63 94 / 0.6);
  }

  .lg\:border-e-rose-500\/65 {
    border-inline-end-color: rgb(244 63 94 / 0.65);
  }

  .lg\:border-e-rose-500\/70 {
    border-inline-end-color: rgb(244 63 94 / 0.7);
  }

  .lg\:border-e-rose-500\/75 {
    border-inline-end-color: rgb(244 63 94 / 0.75);
  }

  .lg\:border-e-rose-500\/80 {
    border-inline-end-color: rgb(244 63 94 / 0.8);
  }

  .lg\:border-e-rose-500\/85 {
    border-inline-end-color: rgb(244 63 94 / 0.85);
  }

  .lg\:border-e-rose-500\/90 {
    border-inline-end-color: rgb(244 63 94 / 0.9);
  }

  .lg\:border-e-rose-500\/95 {
    border-inline-end-color: rgb(244 63 94 / 0.95);
  }

  .lg\:border-e-rose-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(225 29 72 / var(--tw-border-opacity));
  }

  .lg\:border-e-rose-600\/0 {
    border-inline-end-color: rgb(225 29 72 / 0);
  }

  .lg\:border-e-rose-600\/10 {
    border-inline-end-color: rgb(225 29 72 / 0.1);
  }

  .lg\:border-e-rose-600\/100 {
    border-inline-end-color: rgb(225 29 72 / 1);
  }

  .lg\:border-e-rose-600\/15 {
    border-inline-end-color: rgb(225 29 72 / 0.15);
  }

  .lg\:border-e-rose-600\/20 {
    border-inline-end-color: rgb(225 29 72 / 0.2);
  }

  .lg\:border-e-rose-600\/25 {
    border-inline-end-color: rgb(225 29 72 / 0.25);
  }

  .lg\:border-e-rose-600\/30 {
    border-inline-end-color: rgb(225 29 72 / 0.3);
  }

  .lg\:border-e-rose-600\/35 {
    border-inline-end-color: rgb(225 29 72 / 0.35);
  }

  .lg\:border-e-rose-600\/40 {
    border-inline-end-color: rgb(225 29 72 / 0.4);
  }

  .lg\:border-e-rose-600\/45 {
    border-inline-end-color: rgb(225 29 72 / 0.45);
  }

  .lg\:border-e-rose-600\/5 {
    border-inline-end-color: rgb(225 29 72 / 0.05);
  }

  .lg\:border-e-rose-600\/50 {
    border-inline-end-color: rgb(225 29 72 / 0.5);
  }

  .lg\:border-e-rose-600\/55 {
    border-inline-end-color: rgb(225 29 72 / 0.55);
  }

  .lg\:border-e-rose-600\/60 {
    border-inline-end-color: rgb(225 29 72 / 0.6);
  }

  .lg\:border-e-rose-600\/65 {
    border-inline-end-color: rgb(225 29 72 / 0.65);
  }

  .lg\:border-e-rose-600\/70 {
    border-inline-end-color: rgb(225 29 72 / 0.7);
  }

  .lg\:border-e-rose-600\/75 {
    border-inline-end-color: rgb(225 29 72 / 0.75);
  }

  .lg\:border-e-rose-600\/80 {
    border-inline-end-color: rgb(225 29 72 / 0.8);
  }

  .lg\:border-e-rose-600\/85 {
    border-inline-end-color: rgb(225 29 72 / 0.85);
  }

  .lg\:border-e-rose-600\/90 {
    border-inline-end-color: rgb(225 29 72 / 0.9);
  }

  .lg\:border-e-rose-600\/95 {
    border-inline-end-color: rgb(225 29 72 / 0.95);
  }

  .lg\:border-e-rose-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(190 18 60 / var(--tw-border-opacity));
  }

  .lg\:border-e-rose-700\/0 {
    border-inline-end-color: rgb(190 18 60 / 0);
  }

  .lg\:border-e-rose-700\/10 {
    border-inline-end-color: rgb(190 18 60 / 0.1);
  }

  .lg\:border-e-rose-700\/100 {
    border-inline-end-color: rgb(190 18 60 / 1);
  }

  .lg\:border-e-rose-700\/15 {
    border-inline-end-color: rgb(190 18 60 / 0.15);
  }

  .lg\:border-e-rose-700\/20 {
    border-inline-end-color: rgb(190 18 60 / 0.2);
  }

  .lg\:border-e-rose-700\/25 {
    border-inline-end-color: rgb(190 18 60 / 0.25);
  }

  .lg\:border-e-rose-700\/30 {
    border-inline-end-color: rgb(190 18 60 / 0.3);
  }

  .lg\:border-e-rose-700\/35 {
    border-inline-end-color: rgb(190 18 60 / 0.35);
  }

  .lg\:border-e-rose-700\/40 {
    border-inline-end-color: rgb(190 18 60 / 0.4);
  }

  .lg\:border-e-rose-700\/45 {
    border-inline-end-color: rgb(190 18 60 / 0.45);
  }

  .lg\:border-e-rose-700\/5 {
    border-inline-end-color: rgb(190 18 60 / 0.05);
  }

  .lg\:border-e-rose-700\/50 {
    border-inline-end-color: rgb(190 18 60 / 0.5);
  }

  .lg\:border-e-rose-700\/55 {
    border-inline-end-color: rgb(190 18 60 / 0.55);
  }

  .lg\:border-e-rose-700\/60 {
    border-inline-end-color: rgb(190 18 60 / 0.6);
  }

  .lg\:border-e-rose-700\/65 {
    border-inline-end-color: rgb(190 18 60 / 0.65);
  }

  .lg\:border-e-rose-700\/70 {
    border-inline-end-color: rgb(190 18 60 / 0.7);
  }

  .lg\:border-e-rose-700\/75 {
    border-inline-end-color: rgb(190 18 60 / 0.75);
  }

  .lg\:border-e-rose-700\/80 {
    border-inline-end-color: rgb(190 18 60 / 0.8);
  }

  .lg\:border-e-rose-700\/85 {
    border-inline-end-color: rgb(190 18 60 / 0.85);
  }

  .lg\:border-e-rose-700\/90 {
    border-inline-end-color: rgb(190 18 60 / 0.9);
  }

  .lg\:border-e-rose-700\/95 {
    border-inline-end-color: rgb(190 18 60 / 0.95);
  }

  .lg\:border-e-rose-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(159 18 57 / var(--tw-border-opacity));
  }

  .lg\:border-e-rose-800\/0 {
    border-inline-end-color: rgb(159 18 57 / 0);
  }

  .lg\:border-e-rose-800\/10 {
    border-inline-end-color: rgb(159 18 57 / 0.1);
  }

  .lg\:border-e-rose-800\/100 {
    border-inline-end-color: rgb(159 18 57 / 1);
  }

  .lg\:border-e-rose-800\/15 {
    border-inline-end-color: rgb(159 18 57 / 0.15);
  }

  .lg\:border-e-rose-800\/20 {
    border-inline-end-color: rgb(159 18 57 / 0.2);
  }

  .lg\:border-e-rose-800\/25 {
    border-inline-end-color: rgb(159 18 57 / 0.25);
  }

  .lg\:border-e-rose-800\/30 {
    border-inline-end-color: rgb(159 18 57 / 0.3);
  }

  .lg\:border-e-rose-800\/35 {
    border-inline-end-color: rgb(159 18 57 / 0.35);
  }

  .lg\:border-e-rose-800\/40 {
    border-inline-end-color: rgb(159 18 57 / 0.4);
  }

  .lg\:border-e-rose-800\/45 {
    border-inline-end-color: rgb(159 18 57 / 0.45);
  }

  .lg\:border-e-rose-800\/5 {
    border-inline-end-color: rgb(159 18 57 / 0.05);
  }

  .lg\:border-e-rose-800\/50 {
    border-inline-end-color: rgb(159 18 57 / 0.5);
  }

  .lg\:border-e-rose-800\/55 {
    border-inline-end-color: rgb(159 18 57 / 0.55);
  }

  .lg\:border-e-rose-800\/60 {
    border-inline-end-color: rgb(159 18 57 / 0.6);
  }

  .lg\:border-e-rose-800\/65 {
    border-inline-end-color: rgb(159 18 57 / 0.65);
  }

  .lg\:border-e-rose-800\/70 {
    border-inline-end-color: rgb(159 18 57 / 0.7);
  }

  .lg\:border-e-rose-800\/75 {
    border-inline-end-color: rgb(159 18 57 / 0.75);
  }

  .lg\:border-e-rose-800\/80 {
    border-inline-end-color: rgb(159 18 57 / 0.8);
  }

  .lg\:border-e-rose-800\/85 {
    border-inline-end-color: rgb(159 18 57 / 0.85);
  }

  .lg\:border-e-rose-800\/90 {
    border-inline-end-color: rgb(159 18 57 / 0.9);
  }

  .lg\:border-e-rose-800\/95 {
    border-inline-end-color: rgb(159 18 57 / 0.95);
  }

  .lg\:border-e-rose-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(136 19 55 / var(--tw-border-opacity));
  }

  .lg\:border-e-rose-900\/0 {
    border-inline-end-color: rgb(136 19 55 / 0);
  }

  .lg\:border-e-rose-900\/10 {
    border-inline-end-color: rgb(136 19 55 / 0.1);
  }

  .lg\:border-e-rose-900\/100 {
    border-inline-end-color: rgb(136 19 55 / 1);
  }

  .lg\:border-e-rose-900\/15 {
    border-inline-end-color: rgb(136 19 55 / 0.15);
  }

  .lg\:border-e-rose-900\/20 {
    border-inline-end-color: rgb(136 19 55 / 0.2);
  }

  .lg\:border-e-rose-900\/25 {
    border-inline-end-color: rgb(136 19 55 / 0.25);
  }

  .lg\:border-e-rose-900\/30 {
    border-inline-end-color: rgb(136 19 55 / 0.3);
  }

  .lg\:border-e-rose-900\/35 {
    border-inline-end-color: rgb(136 19 55 / 0.35);
  }

  .lg\:border-e-rose-900\/40 {
    border-inline-end-color: rgb(136 19 55 / 0.4);
  }

  .lg\:border-e-rose-900\/45 {
    border-inline-end-color: rgb(136 19 55 / 0.45);
  }

  .lg\:border-e-rose-900\/5 {
    border-inline-end-color: rgb(136 19 55 / 0.05);
  }

  .lg\:border-e-rose-900\/50 {
    border-inline-end-color: rgb(136 19 55 / 0.5);
  }

  .lg\:border-e-rose-900\/55 {
    border-inline-end-color: rgb(136 19 55 / 0.55);
  }

  .lg\:border-e-rose-900\/60 {
    border-inline-end-color: rgb(136 19 55 / 0.6);
  }

  .lg\:border-e-rose-900\/65 {
    border-inline-end-color: rgb(136 19 55 / 0.65);
  }

  .lg\:border-e-rose-900\/70 {
    border-inline-end-color: rgb(136 19 55 / 0.7);
  }

  .lg\:border-e-rose-900\/75 {
    border-inline-end-color: rgb(136 19 55 / 0.75);
  }

  .lg\:border-e-rose-900\/80 {
    border-inline-end-color: rgb(136 19 55 / 0.8);
  }

  .lg\:border-e-rose-900\/85 {
    border-inline-end-color: rgb(136 19 55 / 0.85);
  }

  .lg\:border-e-rose-900\/90 {
    border-inline-end-color: rgb(136 19 55 / 0.9);
  }

  .lg\:border-e-rose-900\/95 {
    border-inline-end-color: rgb(136 19 55 / 0.95);
  }

  .lg\:border-e-rose-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(76 5 25 / var(--tw-border-opacity));
  }

  .lg\:border-e-rose-950\/0 {
    border-inline-end-color: rgb(76 5 25 / 0);
  }

  .lg\:border-e-rose-950\/10 {
    border-inline-end-color: rgb(76 5 25 / 0.1);
  }

  .lg\:border-e-rose-950\/100 {
    border-inline-end-color: rgb(76 5 25 / 1);
  }

  .lg\:border-e-rose-950\/15 {
    border-inline-end-color: rgb(76 5 25 / 0.15);
  }

  .lg\:border-e-rose-950\/20 {
    border-inline-end-color: rgb(76 5 25 / 0.2);
  }

  .lg\:border-e-rose-950\/25 {
    border-inline-end-color: rgb(76 5 25 / 0.25);
  }

  .lg\:border-e-rose-950\/30 {
    border-inline-end-color: rgb(76 5 25 / 0.3);
  }

  .lg\:border-e-rose-950\/35 {
    border-inline-end-color: rgb(76 5 25 / 0.35);
  }

  .lg\:border-e-rose-950\/40 {
    border-inline-end-color: rgb(76 5 25 / 0.4);
  }

  .lg\:border-e-rose-950\/45 {
    border-inline-end-color: rgb(76 5 25 / 0.45);
  }

  .lg\:border-e-rose-950\/5 {
    border-inline-end-color: rgb(76 5 25 / 0.05);
  }

  .lg\:border-e-rose-950\/50 {
    border-inline-end-color: rgb(76 5 25 / 0.5);
  }

  .lg\:border-e-rose-950\/55 {
    border-inline-end-color: rgb(76 5 25 / 0.55);
  }

  .lg\:border-e-rose-950\/60 {
    border-inline-end-color: rgb(76 5 25 / 0.6);
  }

  .lg\:border-e-rose-950\/65 {
    border-inline-end-color: rgb(76 5 25 / 0.65);
  }

  .lg\:border-e-rose-950\/70 {
    border-inline-end-color: rgb(76 5 25 / 0.7);
  }

  .lg\:border-e-rose-950\/75 {
    border-inline-end-color: rgb(76 5 25 / 0.75);
  }

  .lg\:border-e-rose-950\/80 {
    border-inline-end-color: rgb(76 5 25 / 0.8);
  }

  .lg\:border-e-rose-950\/85 {
    border-inline-end-color: rgb(76 5 25 / 0.85);
  }

  .lg\:border-e-rose-950\/90 {
    border-inline-end-color: rgb(76 5 25 / 0.9);
  }

  .lg\:border-e-rose-950\/95 {
    border-inline-end-color: rgb(76 5 25 / 0.95);
  }

  .lg\:border-e-sky-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(224 242 254 / var(--tw-border-opacity));
  }

  .lg\:border-e-sky-100\/0 {
    border-inline-end-color: rgb(224 242 254 / 0);
  }

  .lg\:border-e-sky-100\/10 {
    border-inline-end-color: rgb(224 242 254 / 0.1);
  }

  .lg\:border-e-sky-100\/100 {
    border-inline-end-color: rgb(224 242 254 / 1);
  }

  .lg\:border-e-sky-100\/15 {
    border-inline-end-color: rgb(224 242 254 / 0.15);
  }

  .lg\:border-e-sky-100\/20 {
    border-inline-end-color: rgb(224 242 254 / 0.2);
  }

  .lg\:border-e-sky-100\/25 {
    border-inline-end-color: rgb(224 242 254 / 0.25);
  }

  .lg\:border-e-sky-100\/30 {
    border-inline-end-color: rgb(224 242 254 / 0.3);
  }

  .lg\:border-e-sky-100\/35 {
    border-inline-end-color: rgb(224 242 254 / 0.35);
  }

  .lg\:border-e-sky-100\/40 {
    border-inline-end-color: rgb(224 242 254 / 0.4);
  }

  .lg\:border-e-sky-100\/45 {
    border-inline-end-color: rgb(224 242 254 / 0.45);
  }

  .lg\:border-e-sky-100\/5 {
    border-inline-end-color: rgb(224 242 254 / 0.05);
  }

  .lg\:border-e-sky-100\/50 {
    border-inline-end-color: rgb(224 242 254 / 0.5);
  }

  .lg\:border-e-sky-100\/55 {
    border-inline-end-color: rgb(224 242 254 / 0.55);
  }

  .lg\:border-e-sky-100\/60 {
    border-inline-end-color: rgb(224 242 254 / 0.6);
  }

  .lg\:border-e-sky-100\/65 {
    border-inline-end-color: rgb(224 242 254 / 0.65);
  }

  .lg\:border-e-sky-100\/70 {
    border-inline-end-color: rgb(224 242 254 / 0.7);
  }

  .lg\:border-e-sky-100\/75 {
    border-inline-end-color: rgb(224 242 254 / 0.75);
  }

  .lg\:border-e-sky-100\/80 {
    border-inline-end-color: rgb(224 242 254 / 0.8);
  }

  .lg\:border-e-sky-100\/85 {
    border-inline-end-color: rgb(224 242 254 / 0.85);
  }

  .lg\:border-e-sky-100\/90 {
    border-inline-end-color: rgb(224 242 254 / 0.9);
  }

  .lg\:border-e-sky-100\/95 {
    border-inline-end-color: rgb(224 242 254 / 0.95);
  }

  .lg\:border-e-sky-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(186 230 253 / var(--tw-border-opacity));
  }

  .lg\:border-e-sky-200\/0 {
    border-inline-end-color: rgb(186 230 253 / 0);
  }

  .lg\:border-e-sky-200\/10 {
    border-inline-end-color: rgb(186 230 253 / 0.1);
  }

  .lg\:border-e-sky-200\/100 {
    border-inline-end-color: rgb(186 230 253 / 1);
  }

  .lg\:border-e-sky-200\/15 {
    border-inline-end-color: rgb(186 230 253 / 0.15);
  }

  .lg\:border-e-sky-200\/20 {
    border-inline-end-color: rgb(186 230 253 / 0.2);
  }

  .lg\:border-e-sky-200\/25 {
    border-inline-end-color: rgb(186 230 253 / 0.25);
  }

  .lg\:border-e-sky-200\/30 {
    border-inline-end-color: rgb(186 230 253 / 0.3);
  }

  .lg\:border-e-sky-200\/35 {
    border-inline-end-color: rgb(186 230 253 / 0.35);
  }

  .lg\:border-e-sky-200\/40 {
    border-inline-end-color: rgb(186 230 253 / 0.4);
  }

  .lg\:border-e-sky-200\/45 {
    border-inline-end-color: rgb(186 230 253 / 0.45);
  }

  .lg\:border-e-sky-200\/5 {
    border-inline-end-color: rgb(186 230 253 / 0.05);
  }

  .lg\:border-e-sky-200\/50 {
    border-inline-end-color: rgb(186 230 253 / 0.5);
  }

  .lg\:border-e-sky-200\/55 {
    border-inline-end-color: rgb(186 230 253 / 0.55);
  }

  .lg\:border-e-sky-200\/60 {
    border-inline-end-color: rgb(186 230 253 / 0.6);
  }

  .lg\:border-e-sky-200\/65 {
    border-inline-end-color: rgb(186 230 253 / 0.65);
  }

  .lg\:border-e-sky-200\/70 {
    border-inline-end-color: rgb(186 230 253 / 0.7);
  }

  .lg\:border-e-sky-200\/75 {
    border-inline-end-color: rgb(186 230 253 / 0.75);
  }

  .lg\:border-e-sky-200\/80 {
    border-inline-end-color: rgb(186 230 253 / 0.8);
  }

  .lg\:border-e-sky-200\/85 {
    border-inline-end-color: rgb(186 230 253 / 0.85);
  }

  .lg\:border-e-sky-200\/90 {
    border-inline-end-color: rgb(186 230 253 / 0.9);
  }

  .lg\:border-e-sky-200\/95 {
    border-inline-end-color: rgb(186 230 253 / 0.95);
  }

  .lg\:border-e-sky-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(125 211 252 / var(--tw-border-opacity));
  }

  .lg\:border-e-sky-300\/0 {
    border-inline-end-color: rgb(125 211 252 / 0);
  }

  .lg\:border-e-sky-300\/10 {
    border-inline-end-color: rgb(125 211 252 / 0.1);
  }

  .lg\:border-e-sky-300\/100 {
    border-inline-end-color: rgb(125 211 252 / 1);
  }

  .lg\:border-e-sky-300\/15 {
    border-inline-end-color: rgb(125 211 252 / 0.15);
  }

  .lg\:border-e-sky-300\/20 {
    border-inline-end-color: rgb(125 211 252 / 0.2);
  }

  .lg\:border-e-sky-300\/25 {
    border-inline-end-color: rgb(125 211 252 / 0.25);
  }

  .lg\:border-e-sky-300\/30 {
    border-inline-end-color: rgb(125 211 252 / 0.3);
  }

  .lg\:border-e-sky-300\/35 {
    border-inline-end-color: rgb(125 211 252 / 0.35);
  }

  .lg\:border-e-sky-300\/40 {
    border-inline-end-color: rgb(125 211 252 / 0.4);
  }

  .lg\:border-e-sky-300\/45 {
    border-inline-end-color: rgb(125 211 252 / 0.45);
  }

  .lg\:border-e-sky-300\/5 {
    border-inline-end-color: rgb(125 211 252 / 0.05);
  }

  .lg\:border-e-sky-300\/50 {
    border-inline-end-color: rgb(125 211 252 / 0.5);
  }

  .lg\:border-e-sky-300\/55 {
    border-inline-end-color: rgb(125 211 252 / 0.55);
  }

  .lg\:border-e-sky-300\/60 {
    border-inline-end-color: rgb(125 211 252 / 0.6);
  }

  .lg\:border-e-sky-300\/65 {
    border-inline-end-color: rgb(125 211 252 / 0.65);
  }

  .lg\:border-e-sky-300\/70 {
    border-inline-end-color: rgb(125 211 252 / 0.7);
  }

  .lg\:border-e-sky-300\/75 {
    border-inline-end-color: rgb(125 211 252 / 0.75);
  }

  .lg\:border-e-sky-300\/80 {
    border-inline-end-color: rgb(125 211 252 / 0.8);
  }

  .lg\:border-e-sky-300\/85 {
    border-inline-end-color: rgb(125 211 252 / 0.85);
  }

  .lg\:border-e-sky-300\/90 {
    border-inline-end-color: rgb(125 211 252 / 0.9);
  }

  .lg\:border-e-sky-300\/95 {
    border-inline-end-color: rgb(125 211 252 / 0.95);
  }

  .lg\:border-e-sky-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(56 189 248 / var(--tw-border-opacity));
  }

  .lg\:border-e-sky-400\/0 {
    border-inline-end-color: rgb(56 189 248 / 0);
  }

  .lg\:border-e-sky-400\/10 {
    border-inline-end-color: rgb(56 189 248 / 0.1);
  }

  .lg\:border-e-sky-400\/100 {
    border-inline-end-color: rgb(56 189 248 / 1);
  }

  .lg\:border-e-sky-400\/15 {
    border-inline-end-color: rgb(56 189 248 / 0.15);
  }

  .lg\:border-e-sky-400\/20 {
    border-inline-end-color: rgb(56 189 248 / 0.2);
  }

  .lg\:border-e-sky-400\/25 {
    border-inline-end-color: rgb(56 189 248 / 0.25);
  }

  .lg\:border-e-sky-400\/30 {
    border-inline-end-color: rgb(56 189 248 / 0.3);
  }

  .lg\:border-e-sky-400\/35 {
    border-inline-end-color: rgb(56 189 248 / 0.35);
  }

  .lg\:border-e-sky-400\/40 {
    border-inline-end-color: rgb(56 189 248 / 0.4);
  }

  .lg\:border-e-sky-400\/45 {
    border-inline-end-color: rgb(56 189 248 / 0.45);
  }

  .lg\:border-e-sky-400\/5 {
    border-inline-end-color: rgb(56 189 248 / 0.05);
  }

  .lg\:border-e-sky-400\/50 {
    border-inline-end-color: rgb(56 189 248 / 0.5);
  }

  .lg\:border-e-sky-400\/55 {
    border-inline-end-color: rgb(56 189 248 / 0.55);
  }

  .lg\:border-e-sky-400\/60 {
    border-inline-end-color: rgb(56 189 248 / 0.6);
  }

  .lg\:border-e-sky-400\/65 {
    border-inline-end-color: rgb(56 189 248 / 0.65);
  }

  .lg\:border-e-sky-400\/70 {
    border-inline-end-color: rgb(56 189 248 / 0.7);
  }

  .lg\:border-e-sky-400\/75 {
    border-inline-end-color: rgb(56 189 248 / 0.75);
  }

  .lg\:border-e-sky-400\/80 {
    border-inline-end-color: rgb(56 189 248 / 0.8);
  }

  .lg\:border-e-sky-400\/85 {
    border-inline-end-color: rgb(56 189 248 / 0.85);
  }

  .lg\:border-e-sky-400\/90 {
    border-inline-end-color: rgb(56 189 248 / 0.9);
  }

  .lg\:border-e-sky-400\/95 {
    border-inline-end-color: rgb(56 189 248 / 0.95);
  }

  .lg\:border-e-sky-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(240 249 255 / var(--tw-border-opacity));
  }

  .lg\:border-e-sky-50\/0 {
    border-inline-end-color: rgb(240 249 255 / 0);
  }

  .lg\:border-e-sky-50\/10 {
    border-inline-end-color: rgb(240 249 255 / 0.1);
  }

  .lg\:border-e-sky-50\/100 {
    border-inline-end-color: rgb(240 249 255 / 1);
  }

  .lg\:border-e-sky-50\/15 {
    border-inline-end-color: rgb(240 249 255 / 0.15);
  }

  .lg\:border-e-sky-50\/20 {
    border-inline-end-color: rgb(240 249 255 / 0.2);
  }

  .lg\:border-e-sky-50\/25 {
    border-inline-end-color: rgb(240 249 255 / 0.25);
  }

  .lg\:border-e-sky-50\/30 {
    border-inline-end-color: rgb(240 249 255 / 0.3);
  }

  .lg\:border-e-sky-50\/35 {
    border-inline-end-color: rgb(240 249 255 / 0.35);
  }

  .lg\:border-e-sky-50\/40 {
    border-inline-end-color: rgb(240 249 255 / 0.4);
  }

  .lg\:border-e-sky-50\/45 {
    border-inline-end-color: rgb(240 249 255 / 0.45);
  }

  .lg\:border-e-sky-50\/5 {
    border-inline-end-color: rgb(240 249 255 / 0.05);
  }

  .lg\:border-e-sky-50\/50 {
    border-inline-end-color: rgb(240 249 255 / 0.5);
  }

  .lg\:border-e-sky-50\/55 {
    border-inline-end-color: rgb(240 249 255 / 0.55);
  }

  .lg\:border-e-sky-50\/60 {
    border-inline-end-color: rgb(240 249 255 / 0.6);
  }

  .lg\:border-e-sky-50\/65 {
    border-inline-end-color: rgb(240 249 255 / 0.65);
  }

  .lg\:border-e-sky-50\/70 {
    border-inline-end-color: rgb(240 249 255 / 0.7);
  }

  .lg\:border-e-sky-50\/75 {
    border-inline-end-color: rgb(240 249 255 / 0.75);
  }

  .lg\:border-e-sky-50\/80 {
    border-inline-end-color: rgb(240 249 255 / 0.8);
  }

  .lg\:border-e-sky-50\/85 {
    border-inline-end-color: rgb(240 249 255 / 0.85);
  }

  .lg\:border-e-sky-50\/90 {
    border-inline-end-color: rgb(240 249 255 / 0.9);
  }

  .lg\:border-e-sky-50\/95 {
    border-inline-end-color: rgb(240 249 255 / 0.95);
  }

  .lg\:border-e-sky-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(14 165 233 / var(--tw-border-opacity));
  }

  .lg\:border-e-sky-500\/0 {
    border-inline-end-color: rgb(14 165 233 / 0);
  }

  .lg\:border-e-sky-500\/10 {
    border-inline-end-color: rgb(14 165 233 / 0.1);
  }

  .lg\:border-e-sky-500\/100 {
    border-inline-end-color: rgb(14 165 233 / 1);
  }

  .lg\:border-e-sky-500\/15 {
    border-inline-end-color: rgb(14 165 233 / 0.15);
  }

  .lg\:border-e-sky-500\/20 {
    border-inline-end-color: rgb(14 165 233 / 0.2);
  }

  .lg\:border-e-sky-500\/25 {
    border-inline-end-color: rgb(14 165 233 / 0.25);
  }

  .lg\:border-e-sky-500\/30 {
    border-inline-end-color: rgb(14 165 233 / 0.3);
  }

  .lg\:border-e-sky-500\/35 {
    border-inline-end-color: rgb(14 165 233 / 0.35);
  }

  .lg\:border-e-sky-500\/40 {
    border-inline-end-color: rgb(14 165 233 / 0.4);
  }

  .lg\:border-e-sky-500\/45 {
    border-inline-end-color: rgb(14 165 233 / 0.45);
  }

  .lg\:border-e-sky-500\/5 {
    border-inline-end-color: rgb(14 165 233 / 0.05);
  }

  .lg\:border-e-sky-500\/50 {
    border-inline-end-color: rgb(14 165 233 / 0.5);
  }

  .lg\:border-e-sky-500\/55 {
    border-inline-end-color: rgb(14 165 233 / 0.55);
  }

  .lg\:border-e-sky-500\/60 {
    border-inline-end-color: rgb(14 165 233 / 0.6);
  }

  .lg\:border-e-sky-500\/65 {
    border-inline-end-color: rgb(14 165 233 / 0.65);
  }

  .lg\:border-e-sky-500\/70 {
    border-inline-end-color: rgb(14 165 233 / 0.7);
  }

  .lg\:border-e-sky-500\/75 {
    border-inline-end-color: rgb(14 165 233 / 0.75);
  }

  .lg\:border-e-sky-500\/80 {
    border-inline-end-color: rgb(14 165 233 / 0.8);
  }

  .lg\:border-e-sky-500\/85 {
    border-inline-end-color: rgb(14 165 233 / 0.85);
  }

  .lg\:border-e-sky-500\/90 {
    border-inline-end-color: rgb(14 165 233 / 0.9);
  }

  .lg\:border-e-sky-500\/95 {
    border-inline-end-color: rgb(14 165 233 / 0.95);
  }

  .lg\:border-e-sky-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(2 132 199 / var(--tw-border-opacity));
  }

  .lg\:border-e-sky-600\/0 {
    border-inline-end-color: rgb(2 132 199 / 0);
  }

  .lg\:border-e-sky-600\/10 {
    border-inline-end-color: rgb(2 132 199 / 0.1);
  }

  .lg\:border-e-sky-600\/100 {
    border-inline-end-color: rgb(2 132 199 / 1);
  }

  .lg\:border-e-sky-600\/15 {
    border-inline-end-color: rgb(2 132 199 / 0.15);
  }

  .lg\:border-e-sky-600\/20 {
    border-inline-end-color: rgb(2 132 199 / 0.2);
  }

  .lg\:border-e-sky-600\/25 {
    border-inline-end-color: rgb(2 132 199 / 0.25);
  }

  .lg\:border-e-sky-600\/30 {
    border-inline-end-color: rgb(2 132 199 / 0.3);
  }

  .lg\:border-e-sky-600\/35 {
    border-inline-end-color: rgb(2 132 199 / 0.35);
  }

  .lg\:border-e-sky-600\/40 {
    border-inline-end-color: rgb(2 132 199 / 0.4);
  }

  .lg\:border-e-sky-600\/45 {
    border-inline-end-color: rgb(2 132 199 / 0.45);
  }

  .lg\:border-e-sky-600\/5 {
    border-inline-end-color: rgb(2 132 199 / 0.05);
  }

  .lg\:border-e-sky-600\/50 {
    border-inline-end-color: rgb(2 132 199 / 0.5);
  }

  .lg\:border-e-sky-600\/55 {
    border-inline-end-color: rgb(2 132 199 / 0.55);
  }

  .lg\:border-e-sky-600\/60 {
    border-inline-end-color: rgb(2 132 199 / 0.6);
  }

  .lg\:border-e-sky-600\/65 {
    border-inline-end-color: rgb(2 132 199 / 0.65);
  }

  .lg\:border-e-sky-600\/70 {
    border-inline-end-color: rgb(2 132 199 / 0.7);
  }

  .lg\:border-e-sky-600\/75 {
    border-inline-end-color: rgb(2 132 199 / 0.75);
  }

  .lg\:border-e-sky-600\/80 {
    border-inline-end-color: rgb(2 132 199 / 0.8);
  }

  .lg\:border-e-sky-600\/85 {
    border-inline-end-color: rgb(2 132 199 / 0.85);
  }

  .lg\:border-e-sky-600\/90 {
    border-inline-end-color: rgb(2 132 199 / 0.9);
  }

  .lg\:border-e-sky-600\/95 {
    border-inline-end-color: rgb(2 132 199 / 0.95);
  }

  .lg\:border-e-sky-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(3 105 161 / var(--tw-border-opacity));
  }

  .lg\:border-e-sky-700\/0 {
    border-inline-end-color: rgb(3 105 161 / 0);
  }

  .lg\:border-e-sky-700\/10 {
    border-inline-end-color: rgb(3 105 161 / 0.1);
  }

  .lg\:border-e-sky-700\/100 {
    border-inline-end-color: rgb(3 105 161 / 1);
  }

  .lg\:border-e-sky-700\/15 {
    border-inline-end-color: rgb(3 105 161 / 0.15);
  }

  .lg\:border-e-sky-700\/20 {
    border-inline-end-color: rgb(3 105 161 / 0.2);
  }

  .lg\:border-e-sky-700\/25 {
    border-inline-end-color: rgb(3 105 161 / 0.25);
  }

  .lg\:border-e-sky-700\/30 {
    border-inline-end-color: rgb(3 105 161 / 0.3);
  }

  .lg\:border-e-sky-700\/35 {
    border-inline-end-color: rgb(3 105 161 / 0.35);
  }

  .lg\:border-e-sky-700\/40 {
    border-inline-end-color: rgb(3 105 161 / 0.4);
  }

  .lg\:border-e-sky-700\/45 {
    border-inline-end-color: rgb(3 105 161 / 0.45);
  }

  .lg\:border-e-sky-700\/5 {
    border-inline-end-color: rgb(3 105 161 / 0.05);
  }

  .lg\:border-e-sky-700\/50 {
    border-inline-end-color: rgb(3 105 161 / 0.5);
  }

  .lg\:border-e-sky-700\/55 {
    border-inline-end-color: rgb(3 105 161 / 0.55);
  }

  .lg\:border-e-sky-700\/60 {
    border-inline-end-color: rgb(3 105 161 / 0.6);
  }

  .lg\:border-e-sky-700\/65 {
    border-inline-end-color: rgb(3 105 161 / 0.65);
  }

  .lg\:border-e-sky-700\/70 {
    border-inline-end-color: rgb(3 105 161 / 0.7);
  }

  .lg\:border-e-sky-700\/75 {
    border-inline-end-color: rgb(3 105 161 / 0.75);
  }

  .lg\:border-e-sky-700\/80 {
    border-inline-end-color: rgb(3 105 161 / 0.8);
  }

  .lg\:border-e-sky-700\/85 {
    border-inline-end-color: rgb(3 105 161 / 0.85);
  }

  .lg\:border-e-sky-700\/90 {
    border-inline-end-color: rgb(3 105 161 / 0.9);
  }

  .lg\:border-e-sky-700\/95 {
    border-inline-end-color: rgb(3 105 161 / 0.95);
  }

  .lg\:border-e-sky-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(7 89 133 / var(--tw-border-opacity));
  }

  .lg\:border-e-sky-800\/0 {
    border-inline-end-color: rgb(7 89 133 / 0);
  }

  .lg\:border-e-sky-800\/10 {
    border-inline-end-color: rgb(7 89 133 / 0.1);
  }

  .lg\:border-e-sky-800\/100 {
    border-inline-end-color: rgb(7 89 133 / 1);
  }

  .lg\:border-e-sky-800\/15 {
    border-inline-end-color: rgb(7 89 133 / 0.15);
  }

  .lg\:border-e-sky-800\/20 {
    border-inline-end-color: rgb(7 89 133 / 0.2);
  }

  .lg\:border-e-sky-800\/25 {
    border-inline-end-color: rgb(7 89 133 / 0.25);
  }

  .lg\:border-e-sky-800\/30 {
    border-inline-end-color: rgb(7 89 133 / 0.3);
  }

  .lg\:border-e-sky-800\/35 {
    border-inline-end-color: rgb(7 89 133 / 0.35);
  }

  .lg\:border-e-sky-800\/40 {
    border-inline-end-color: rgb(7 89 133 / 0.4);
  }

  .lg\:border-e-sky-800\/45 {
    border-inline-end-color: rgb(7 89 133 / 0.45);
  }

  .lg\:border-e-sky-800\/5 {
    border-inline-end-color: rgb(7 89 133 / 0.05);
  }

  .lg\:border-e-sky-800\/50 {
    border-inline-end-color: rgb(7 89 133 / 0.5);
  }

  .lg\:border-e-sky-800\/55 {
    border-inline-end-color: rgb(7 89 133 / 0.55);
  }

  .lg\:border-e-sky-800\/60 {
    border-inline-end-color: rgb(7 89 133 / 0.6);
  }

  .lg\:border-e-sky-800\/65 {
    border-inline-end-color: rgb(7 89 133 / 0.65);
  }

  .lg\:border-e-sky-800\/70 {
    border-inline-end-color: rgb(7 89 133 / 0.7);
  }

  .lg\:border-e-sky-800\/75 {
    border-inline-end-color: rgb(7 89 133 / 0.75);
  }

  .lg\:border-e-sky-800\/80 {
    border-inline-end-color: rgb(7 89 133 / 0.8);
  }

  .lg\:border-e-sky-800\/85 {
    border-inline-end-color: rgb(7 89 133 / 0.85);
  }

  .lg\:border-e-sky-800\/90 {
    border-inline-end-color: rgb(7 89 133 / 0.9);
  }

  .lg\:border-e-sky-800\/95 {
    border-inline-end-color: rgb(7 89 133 / 0.95);
  }

  .lg\:border-e-sky-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(12 74 110 / var(--tw-border-opacity));
  }

  .lg\:border-e-sky-900\/0 {
    border-inline-end-color: rgb(12 74 110 / 0);
  }

  .lg\:border-e-sky-900\/10 {
    border-inline-end-color: rgb(12 74 110 / 0.1);
  }

  .lg\:border-e-sky-900\/100 {
    border-inline-end-color: rgb(12 74 110 / 1);
  }

  .lg\:border-e-sky-900\/15 {
    border-inline-end-color: rgb(12 74 110 / 0.15);
  }

  .lg\:border-e-sky-900\/20 {
    border-inline-end-color: rgb(12 74 110 / 0.2);
  }

  .lg\:border-e-sky-900\/25 {
    border-inline-end-color: rgb(12 74 110 / 0.25);
  }

  .lg\:border-e-sky-900\/30 {
    border-inline-end-color: rgb(12 74 110 / 0.3);
  }

  .lg\:border-e-sky-900\/35 {
    border-inline-end-color: rgb(12 74 110 / 0.35);
  }

  .lg\:border-e-sky-900\/40 {
    border-inline-end-color: rgb(12 74 110 / 0.4);
  }

  .lg\:border-e-sky-900\/45 {
    border-inline-end-color: rgb(12 74 110 / 0.45);
  }

  .lg\:border-e-sky-900\/5 {
    border-inline-end-color: rgb(12 74 110 / 0.05);
  }

  .lg\:border-e-sky-900\/50 {
    border-inline-end-color: rgb(12 74 110 / 0.5);
  }

  .lg\:border-e-sky-900\/55 {
    border-inline-end-color: rgb(12 74 110 / 0.55);
  }

  .lg\:border-e-sky-900\/60 {
    border-inline-end-color: rgb(12 74 110 / 0.6);
  }

  .lg\:border-e-sky-900\/65 {
    border-inline-end-color: rgb(12 74 110 / 0.65);
  }

  .lg\:border-e-sky-900\/70 {
    border-inline-end-color: rgb(12 74 110 / 0.7);
  }

  .lg\:border-e-sky-900\/75 {
    border-inline-end-color: rgb(12 74 110 / 0.75);
  }

  .lg\:border-e-sky-900\/80 {
    border-inline-end-color: rgb(12 74 110 / 0.8);
  }

  .lg\:border-e-sky-900\/85 {
    border-inline-end-color: rgb(12 74 110 / 0.85);
  }

  .lg\:border-e-sky-900\/90 {
    border-inline-end-color: rgb(12 74 110 / 0.9);
  }

  .lg\:border-e-sky-900\/95 {
    border-inline-end-color: rgb(12 74 110 / 0.95);
  }

  .lg\:border-e-sky-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(8 47 73 / var(--tw-border-opacity));
  }

  .lg\:border-e-sky-950\/0 {
    border-inline-end-color: rgb(8 47 73 / 0);
  }

  .lg\:border-e-sky-950\/10 {
    border-inline-end-color: rgb(8 47 73 / 0.1);
  }

  .lg\:border-e-sky-950\/100 {
    border-inline-end-color: rgb(8 47 73 / 1);
  }

  .lg\:border-e-sky-950\/15 {
    border-inline-end-color: rgb(8 47 73 / 0.15);
  }

  .lg\:border-e-sky-950\/20 {
    border-inline-end-color: rgb(8 47 73 / 0.2);
  }

  .lg\:border-e-sky-950\/25 {
    border-inline-end-color: rgb(8 47 73 / 0.25);
  }

  .lg\:border-e-sky-950\/30 {
    border-inline-end-color: rgb(8 47 73 / 0.3);
  }

  .lg\:border-e-sky-950\/35 {
    border-inline-end-color: rgb(8 47 73 / 0.35);
  }

  .lg\:border-e-sky-950\/40 {
    border-inline-end-color: rgb(8 47 73 / 0.4);
  }

  .lg\:border-e-sky-950\/45 {
    border-inline-end-color: rgb(8 47 73 / 0.45);
  }

  .lg\:border-e-sky-950\/5 {
    border-inline-end-color: rgb(8 47 73 / 0.05);
  }

  .lg\:border-e-sky-950\/50 {
    border-inline-end-color: rgb(8 47 73 / 0.5);
  }

  .lg\:border-e-sky-950\/55 {
    border-inline-end-color: rgb(8 47 73 / 0.55);
  }

  .lg\:border-e-sky-950\/60 {
    border-inline-end-color: rgb(8 47 73 / 0.6);
  }

  .lg\:border-e-sky-950\/65 {
    border-inline-end-color: rgb(8 47 73 / 0.65);
  }

  .lg\:border-e-sky-950\/70 {
    border-inline-end-color: rgb(8 47 73 / 0.7);
  }

  .lg\:border-e-sky-950\/75 {
    border-inline-end-color: rgb(8 47 73 / 0.75);
  }

  .lg\:border-e-sky-950\/80 {
    border-inline-end-color: rgb(8 47 73 / 0.8);
  }

  .lg\:border-e-sky-950\/85 {
    border-inline-end-color: rgb(8 47 73 / 0.85);
  }

  .lg\:border-e-sky-950\/90 {
    border-inline-end-color: rgb(8 47 73 / 0.9);
  }

  .lg\:border-e-sky-950\/95 {
    border-inline-end-color: rgb(8 47 73 / 0.95);
  }

  .lg\:border-e-slate-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(241 245 249 / var(--tw-border-opacity));
  }

  .lg\:border-e-slate-100\/0 {
    border-inline-end-color: rgb(241 245 249 / 0);
  }

  .lg\:border-e-slate-100\/10 {
    border-inline-end-color: rgb(241 245 249 / 0.1);
  }

  .lg\:border-e-slate-100\/100 {
    border-inline-end-color: rgb(241 245 249 / 1);
  }

  .lg\:border-e-slate-100\/15 {
    border-inline-end-color: rgb(241 245 249 / 0.15);
  }

  .lg\:border-e-slate-100\/20 {
    border-inline-end-color: rgb(241 245 249 / 0.2);
  }

  .lg\:border-e-slate-100\/25 {
    border-inline-end-color: rgb(241 245 249 / 0.25);
  }

  .lg\:border-e-slate-100\/30 {
    border-inline-end-color: rgb(241 245 249 / 0.3);
  }

  .lg\:border-e-slate-100\/35 {
    border-inline-end-color: rgb(241 245 249 / 0.35);
  }

  .lg\:border-e-slate-100\/40 {
    border-inline-end-color: rgb(241 245 249 / 0.4);
  }

  .lg\:border-e-slate-100\/45 {
    border-inline-end-color: rgb(241 245 249 / 0.45);
  }

  .lg\:border-e-slate-100\/5 {
    border-inline-end-color: rgb(241 245 249 / 0.05);
  }

  .lg\:border-e-slate-100\/50 {
    border-inline-end-color: rgb(241 245 249 / 0.5);
  }

  .lg\:border-e-slate-100\/55 {
    border-inline-end-color: rgb(241 245 249 / 0.55);
  }

  .lg\:border-e-slate-100\/60 {
    border-inline-end-color: rgb(241 245 249 / 0.6);
  }

  .lg\:border-e-slate-100\/65 {
    border-inline-end-color: rgb(241 245 249 / 0.65);
  }

  .lg\:border-e-slate-100\/70 {
    border-inline-end-color: rgb(241 245 249 / 0.7);
  }

  .lg\:border-e-slate-100\/75 {
    border-inline-end-color: rgb(241 245 249 / 0.75);
  }

  .lg\:border-e-slate-100\/80 {
    border-inline-end-color: rgb(241 245 249 / 0.8);
  }

  .lg\:border-e-slate-100\/85 {
    border-inline-end-color: rgb(241 245 249 / 0.85);
  }

  .lg\:border-e-slate-100\/90 {
    border-inline-end-color: rgb(241 245 249 / 0.9);
  }

  .lg\:border-e-slate-100\/95 {
    border-inline-end-color: rgb(241 245 249 / 0.95);
  }

  .lg\:border-e-slate-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(226 232 240 / var(--tw-border-opacity));
  }

  .lg\:border-e-slate-200\/0 {
    border-inline-end-color: rgb(226 232 240 / 0);
  }

  .lg\:border-e-slate-200\/10 {
    border-inline-end-color: rgb(226 232 240 / 0.1);
  }

  .lg\:border-e-slate-200\/100 {
    border-inline-end-color: rgb(226 232 240 / 1);
  }

  .lg\:border-e-slate-200\/15 {
    border-inline-end-color: rgb(226 232 240 / 0.15);
  }

  .lg\:border-e-slate-200\/20 {
    border-inline-end-color: rgb(226 232 240 / 0.2);
  }

  .lg\:border-e-slate-200\/25 {
    border-inline-end-color: rgb(226 232 240 / 0.25);
  }

  .lg\:border-e-slate-200\/30 {
    border-inline-end-color: rgb(226 232 240 / 0.3);
  }

  .lg\:border-e-slate-200\/35 {
    border-inline-end-color: rgb(226 232 240 / 0.35);
  }

  .lg\:border-e-slate-200\/40 {
    border-inline-end-color: rgb(226 232 240 / 0.4);
  }

  .lg\:border-e-slate-200\/45 {
    border-inline-end-color: rgb(226 232 240 / 0.45);
  }

  .lg\:border-e-slate-200\/5 {
    border-inline-end-color: rgb(226 232 240 / 0.05);
  }

  .lg\:border-e-slate-200\/50 {
    border-inline-end-color: rgb(226 232 240 / 0.5);
  }

  .lg\:border-e-slate-200\/55 {
    border-inline-end-color: rgb(226 232 240 / 0.55);
  }

  .lg\:border-e-slate-200\/60 {
    border-inline-end-color: rgb(226 232 240 / 0.6);
  }

  .lg\:border-e-slate-200\/65 {
    border-inline-end-color: rgb(226 232 240 / 0.65);
  }

  .lg\:border-e-slate-200\/70 {
    border-inline-end-color: rgb(226 232 240 / 0.7);
  }

  .lg\:border-e-slate-200\/75 {
    border-inline-end-color: rgb(226 232 240 / 0.75);
  }

  .lg\:border-e-slate-200\/80 {
    border-inline-end-color: rgb(226 232 240 / 0.8);
  }

  .lg\:border-e-slate-200\/85 {
    border-inline-end-color: rgb(226 232 240 / 0.85);
  }

  .lg\:border-e-slate-200\/90 {
    border-inline-end-color: rgb(226 232 240 / 0.9);
  }

  .lg\:border-e-slate-200\/95 {
    border-inline-end-color: rgb(226 232 240 / 0.95);
  }

  .lg\:border-e-slate-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(203 213 225 / var(--tw-border-opacity));
  }

  .lg\:border-e-slate-300\/0 {
    border-inline-end-color: rgb(203 213 225 / 0);
  }

  .lg\:border-e-slate-300\/10 {
    border-inline-end-color: rgb(203 213 225 / 0.1);
  }

  .lg\:border-e-slate-300\/100 {
    border-inline-end-color: rgb(203 213 225 / 1);
  }

  .lg\:border-e-slate-300\/15 {
    border-inline-end-color: rgb(203 213 225 / 0.15);
  }

  .lg\:border-e-slate-300\/20 {
    border-inline-end-color: rgb(203 213 225 / 0.2);
  }

  .lg\:border-e-slate-300\/25 {
    border-inline-end-color: rgb(203 213 225 / 0.25);
  }

  .lg\:border-e-slate-300\/30 {
    border-inline-end-color: rgb(203 213 225 / 0.3);
  }

  .lg\:border-e-slate-300\/35 {
    border-inline-end-color: rgb(203 213 225 / 0.35);
  }

  .lg\:border-e-slate-300\/40 {
    border-inline-end-color: rgb(203 213 225 / 0.4);
  }

  .lg\:border-e-slate-300\/45 {
    border-inline-end-color: rgb(203 213 225 / 0.45);
  }

  .lg\:border-e-slate-300\/5 {
    border-inline-end-color: rgb(203 213 225 / 0.05);
  }

  .lg\:border-e-slate-300\/50 {
    border-inline-end-color: rgb(203 213 225 / 0.5);
  }

  .lg\:border-e-slate-300\/55 {
    border-inline-end-color: rgb(203 213 225 / 0.55);
  }

  .lg\:border-e-slate-300\/60 {
    border-inline-end-color: rgb(203 213 225 / 0.6);
  }

  .lg\:border-e-slate-300\/65 {
    border-inline-end-color: rgb(203 213 225 / 0.65);
  }

  .lg\:border-e-slate-300\/70 {
    border-inline-end-color: rgb(203 213 225 / 0.7);
  }

  .lg\:border-e-slate-300\/75 {
    border-inline-end-color: rgb(203 213 225 / 0.75);
  }

  .lg\:border-e-slate-300\/80 {
    border-inline-end-color: rgb(203 213 225 / 0.8);
  }

  .lg\:border-e-slate-300\/85 {
    border-inline-end-color: rgb(203 213 225 / 0.85);
  }

  .lg\:border-e-slate-300\/90 {
    border-inline-end-color: rgb(203 213 225 / 0.9);
  }

  .lg\:border-e-slate-300\/95 {
    border-inline-end-color: rgb(203 213 225 / 0.95);
  }

  .lg\:border-e-slate-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(148 163 184 / var(--tw-border-opacity));
  }

  .lg\:border-e-slate-400\/0 {
    border-inline-end-color: rgb(148 163 184 / 0);
  }

  .lg\:border-e-slate-400\/10 {
    border-inline-end-color: rgb(148 163 184 / 0.1);
  }

  .lg\:border-e-slate-400\/100 {
    border-inline-end-color: rgb(148 163 184 / 1);
  }

  .lg\:border-e-slate-400\/15 {
    border-inline-end-color: rgb(148 163 184 / 0.15);
  }

  .lg\:border-e-slate-400\/20 {
    border-inline-end-color: rgb(148 163 184 / 0.2);
  }

  .lg\:border-e-slate-400\/25 {
    border-inline-end-color: rgb(148 163 184 / 0.25);
  }

  .lg\:border-e-slate-400\/30 {
    border-inline-end-color: rgb(148 163 184 / 0.3);
  }

  .lg\:border-e-slate-400\/35 {
    border-inline-end-color: rgb(148 163 184 / 0.35);
  }

  .lg\:border-e-slate-400\/40 {
    border-inline-end-color: rgb(148 163 184 / 0.4);
  }

  .lg\:border-e-slate-400\/45 {
    border-inline-end-color: rgb(148 163 184 / 0.45);
  }

  .lg\:border-e-slate-400\/5 {
    border-inline-end-color: rgb(148 163 184 / 0.05);
  }

  .lg\:border-e-slate-400\/50 {
    border-inline-end-color: rgb(148 163 184 / 0.5);
  }

  .lg\:border-e-slate-400\/55 {
    border-inline-end-color: rgb(148 163 184 / 0.55);
  }

  .lg\:border-e-slate-400\/60 {
    border-inline-end-color: rgb(148 163 184 / 0.6);
  }

  .lg\:border-e-slate-400\/65 {
    border-inline-end-color: rgb(148 163 184 / 0.65);
  }

  .lg\:border-e-slate-400\/70 {
    border-inline-end-color: rgb(148 163 184 / 0.7);
  }

  .lg\:border-e-slate-400\/75 {
    border-inline-end-color: rgb(148 163 184 / 0.75);
  }

  .lg\:border-e-slate-400\/80 {
    border-inline-end-color: rgb(148 163 184 / 0.8);
  }

  .lg\:border-e-slate-400\/85 {
    border-inline-end-color: rgb(148 163 184 / 0.85);
  }

  .lg\:border-e-slate-400\/90 {
    border-inline-end-color: rgb(148 163 184 / 0.9);
  }

  .lg\:border-e-slate-400\/95 {
    border-inline-end-color: rgb(148 163 184 / 0.95);
  }

  .lg\:border-e-slate-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(248 250 252 / var(--tw-border-opacity));
  }

  .lg\:border-e-slate-50\/0 {
    border-inline-end-color: rgb(248 250 252 / 0);
  }

  .lg\:border-e-slate-50\/10 {
    border-inline-end-color: rgb(248 250 252 / 0.1);
  }

  .lg\:border-e-slate-50\/100 {
    border-inline-end-color: rgb(248 250 252 / 1);
  }

  .lg\:border-e-slate-50\/15 {
    border-inline-end-color: rgb(248 250 252 / 0.15);
  }

  .lg\:border-e-slate-50\/20 {
    border-inline-end-color: rgb(248 250 252 / 0.2);
  }

  .lg\:border-e-slate-50\/25 {
    border-inline-end-color: rgb(248 250 252 / 0.25);
  }

  .lg\:border-e-slate-50\/30 {
    border-inline-end-color: rgb(248 250 252 / 0.3);
  }

  .lg\:border-e-slate-50\/35 {
    border-inline-end-color: rgb(248 250 252 / 0.35);
  }

  .lg\:border-e-slate-50\/40 {
    border-inline-end-color: rgb(248 250 252 / 0.4);
  }

  .lg\:border-e-slate-50\/45 {
    border-inline-end-color: rgb(248 250 252 / 0.45);
  }

  .lg\:border-e-slate-50\/5 {
    border-inline-end-color: rgb(248 250 252 / 0.05);
  }

  .lg\:border-e-slate-50\/50 {
    border-inline-end-color: rgb(248 250 252 / 0.5);
  }

  .lg\:border-e-slate-50\/55 {
    border-inline-end-color: rgb(248 250 252 / 0.55);
  }

  .lg\:border-e-slate-50\/60 {
    border-inline-end-color: rgb(248 250 252 / 0.6);
  }

  .lg\:border-e-slate-50\/65 {
    border-inline-end-color: rgb(248 250 252 / 0.65);
  }

  .lg\:border-e-slate-50\/70 {
    border-inline-end-color: rgb(248 250 252 / 0.7);
  }

  .lg\:border-e-slate-50\/75 {
    border-inline-end-color: rgb(248 250 252 / 0.75);
  }

  .lg\:border-e-slate-50\/80 {
    border-inline-end-color: rgb(248 250 252 / 0.8);
  }

  .lg\:border-e-slate-50\/85 {
    border-inline-end-color: rgb(248 250 252 / 0.85);
  }

  .lg\:border-e-slate-50\/90 {
    border-inline-end-color: rgb(248 250 252 / 0.9);
  }

  .lg\:border-e-slate-50\/95 {
    border-inline-end-color: rgb(248 250 252 / 0.95);
  }

  .lg\:border-e-slate-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(100 116 139 / var(--tw-border-opacity));
  }

  .lg\:border-e-slate-500\/0 {
    border-inline-end-color: rgb(100 116 139 / 0);
  }

  .lg\:border-e-slate-500\/10 {
    border-inline-end-color: rgb(100 116 139 / 0.1);
  }

  .lg\:border-e-slate-500\/100 {
    border-inline-end-color: rgb(100 116 139 / 1);
  }

  .lg\:border-e-slate-500\/15 {
    border-inline-end-color: rgb(100 116 139 / 0.15);
  }

  .lg\:border-e-slate-500\/20 {
    border-inline-end-color: rgb(100 116 139 / 0.2);
  }

  .lg\:border-e-slate-500\/25 {
    border-inline-end-color: rgb(100 116 139 / 0.25);
  }

  .lg\:border-e-slate-500\/30 {
    border-inline-end-color: rgb(100 116 139 / 0.3);
  }

  .lg\:border-e-slate-500\/35 {
    border-inline-end-color: rgb(100 116 139 / 0.35);
  }

  .lg\:border-e-slate-500\/40 {
    border-inline-end-color: rgb(100 116 139 / 0.4);
  }

  .lg\:border-e-slate-500\/45 {
    border-inline-end-color: rgb(100 116 139 / 0.45);
  }

  .lg\:border-e-slate-500\/5 {
    border-inline-end-color: rgb(100 116 139 / 0.05);
  }

  .lg\:border-e-slate-500\/50 {
    border-inline-end-color: rgb(100 116 139 / 0.5);
  }

  .lg\:border-e-slate-500\/55 {
    border-inline-end-color: rgb(100 116 139 / 0.55);
  }

  .lg\:border-e-slate-500\/60 {
    border-inline-end-color: rgb(100 116 139 / 0.6);
  }

  .lg\:border-e-slate-500\/65 {
    border-inline-end-color: rgb(100 116 139 / 0.65);
  }

  .lg\:border-e-slate-500\/70 {
    border-inline-end-color: rgb(100 116 139 / 0.7);
  }

  .lg\:border-e-slate-500\/75 {
    border-inline-end-color: rgb(100 116 139 / 0.75);
  }

  .lg\:border-e-slate-500\/80 {
    border-inline-end-color: rgb(100 116 139 / 0.8);
  }

  .lg\:border-e-slate-500\/85 {
    border-inline-end-color: rgb(100 116 139 / 0.85);
  }

  .lg\:border-e-slate-500\/90 {
    border-inline-end-color: rgb(100 116 139 / 0.9);
  }

  .lg\:border-e-slate-500\/95 {
    border-inline-end-color: rgb(100 116 139 / 0.95);
  }

  .lg\:border-e-slate-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(71 85 105 / var(--tw-border-opacity));
  }

  .lg\:border-e-slate-600\/0 {
    border-inline-end-color: rgb(71 85 105 / 0);
  }

  .lg\:border-e-slate-600\/10 {
    border-inline-end-color: rgb(71 85 105 / 0.1);
  }

  .lg\:border-e-slate-600\/100 {
    border-inline-end-color: rgb(71 85 105 / 1);
  }

  .lg\:border-e-slate-600\/15 {
    border-inline-end-color: rgb(71 85 105 / 0.15);
  }

  .lg\:border-e-slate-600\/20 {
    border-inline-end-color: rgb(71 85 105 / 0.2);
  }

  .lg\:border-e-slate-600\/25 {
    border-inline-end-color: rgb(71 85 105 / 0.25);
  }

  .lg\:border-e-slate-600\/30 {
    border-inline-end-color: rgb(71 85 105 / 0.3);
  }

  .lg\:border-e-slate-600\/35 {
    border-inline-end-color: rgb(71 85 105 / 0.35);
  }

  .lg\:border-e-slate-600\/40 {
    border-inline-end-color: rgb(71 85 105 / 0.4);
  }

  .lg\:border-e-slate-600\/45 {
    border-inline-end-color: rgb(71 85 105 / 0.45);
  }

  .lg\:border-e-slate-600\/5 {
    border-inline-end-color: rgb(71 85 105 / 0.05);
  }

  .lg\:border-e-slate-600\/50 {
    border-inline-end-color: rgb(71 85 105 / 0.5);
  }

  .lg\:border-e-slate-600\/55 {
    border-inline-end-color: rgb(71 85 105 / 0.55);
  }

  .lg\:border-e-slate-600\/60 {
    border-inline-end-color: rgb(71 85 105 / 0.6);
  }

  .lg\:border-e-slate-600\/65 {
    border-inline-end-color: rgb(71 85 105 / 0.65);
  }

  .lg\:border-e-slate-600\/70 {
    border-inline-end-color: rgb(71 85 105 / 0.7);
  }

  .lg\:border-e-slate-600\/75 {
    border-inline-end-color: rgb(71 85 105 / 0.75);
  }

  .lg\:border-e-slate-600\/80 {
    border-inline-end-color: rgb(71 85 105 / 0.8);
  }

  .lg\:border-e-slate-600\/85 {
    border-inline-end-color: rgb(71 85 105 / 0.85);
  }

  .lg\:border-e-slate-600\/90 {
    border-inline-end-color: rgb(71 85 105 / 0.9);
  }

  .lg\:border-e-slate-600\/95 {
    border-inline-end-color: rgb(71 85 105 / 0.95);
  }

  .lg\:border-e-slate-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(51 65 85 / var(--tw-border-opacity));
  }

  .lg\:border-e-slate-700\/0 {
    border-inline-end-color: rgb(51 65 85 / 0);
  }

  .lg\:border-e-slate-700\/10 {
    border-inline-end-color: rgb(51 65 85 / 0.1);
  }

  .lg\:border-e-slate-700\/100 {
    border-inline-end-color: rgb(51 65 85 / 1);
  }

  .lg\:border-e-slate-700\/15 {
    border-inline-end-color: rgb(51 65 85 / 0.15);
  }

  .lg\:border-e-slate-700\/20 {
    border-inline-end-color: rgb(51 65 85 / 0.2);
  }

  .lg\:border-e-slate-700\/25 {
    border-inline-end-color: rgb(51 65 85 / 0.25);
  }

  .lg\:border-e-slate-700\/30 {
    border-inline-end-color: rgb(51 65 85 / 0.3);
  }

  .lg\:border-e-slate-700\/35 {
    border-inline-end-color: rgb(51 65 85 / 0.35);
  }

  .lg\:border-e-slate-700\/40 {
    border-inline-end-color: rgb(51 65 85 / 0.4);
  }

  .lg\:border-e-slate-700\/45 {
    border-inline-end-color: rgb(51 65 85 / 0.45);
  }

  .lg\:border-e-slate-700\/5 {
    border-inline-end-color: rgb(51 65 85 / 0.05);
  }

  .lg\:border-e-slate-700\/50 {
    border-inline-end-color: rgb(51 65 85 / 0.5);
  }

  .lg\:border-e-slate-700\/55 {
    border-inline-end-color: rgb(51 65 85 / 0.55);
  }

  .lg\:border-e-slate-700\/60 {
    border-inline-end-color: rgb(51 65 85 / 0.6);
  }

  .lg\:border-e-slate-700\/65 {
    border-inline-end-color: rgb(51 65 85 / 0.65);
  }

  .lg\:border-e-slate-700\/70 {
    border-inline-end-color: rgb(51 65 85 / 0.7);
  }

  .lg\:border-e-slate-700\/75 {
    border-inline-end-color: rgb(51 65 85 / 0.75);
  }

  .lg\:border-e-slate-700\/80 {
    border-inline-end-color: rgb(51 65 85 / 0.8);
  }

  .lg\:border-e-slate-700\/85 {
    border-inline-end-color: rgb(51 65 85 / 0.85);
  }

  .lg\:border-e-slate-700\/90 {
    border-inline-end-color: rgb(51 65 85 / 0.9);
  }

  .lg\:border-e-slate-700\/95 {
    border-inline-end-color: rgb(51 65 85 / 0.95);
  }

  .lg\:border-e-slate-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(30 41 59 / var(--tw-border-opacity));
  }

  .lg\:border-e-slate-800\/0 {
    border-inline-end-color: rgb(30 41 59 / 0);
  }

  .lg\:border-e-slate-800\/10 {
    border-inline-end-color: rgb(30 41 59 / 0.1);
  }

  .lg\:border-e-slate-800\/100 {
    border-inline-end-color: rgb(30 41 59 / 1);
  }

  .lg\:border-e-slate-800\/15 {
    border-inline-end-color: rgb(30 41 59 / 0.15);
  }

  .lg\:border-e-slate-800\/20 {
    border-inline-end-color: rgb(30 41 59 / 0.2);
  }

  .lg\:border-e-slate-800\/25 {
    border-inline-end-color: rgb(30 41 59 / 0.25);
  }

  .lg\:border-e-slate-800\/30 {
    border-inline-end-color: rgb(30 41 59 / 0.3);
  }

  .lg\:border-e-slate-800\/35 {
    border-inline-end-color: rgb(30 41 59 / 0.35);
  }

  .lg\:border-e-slate-800\/40 {
    border-inline-end-color: rgb(30 41 59 / 0.4);
  }

  .lg\:border-e-slate-800\/45 {
    border-inline-end-color: rgb(30 41 59 / 0.45);
  }

  .lg\:border-e-slate-800\/5 {
    border-inline-end-color: rgb(30 41 59 / 0.05);
  }

  .lg\:border-e-slate-800\/50 {
    border-inline-end-color: rgb(30 41 59 / 0.5);
  }

  .lg\:border-e-slate-800\/55 {
    border-inline-end-color: rgb(30 41 59 / 0.55);
  }

  .lg\:border-e-slate-800\/60 {
    border-inline-end-color: rgb(30 41 59 / 0.6);
  }

  .lg\:border-e-slate-800\/65 {
    border-inline-end-color: rgb(30 41 59 / 0.65);
  }

  .lg\:border-e-slate-800\/70 {
    border-inline-end-color: rgb(30 41 59 / 0.7);
  }

  .lg\:border-e-slate-800\/75 {
    border-inline-end-color: rgb(30 41 59 / 0.75);
  }

  .lg\:border-e-slate-800\/80 {
    border-inline-end-color: rgb(30 41 59 / 0.8);
  }

  .lg\:border-e-slate-800\/85 {
    border-inline-end-color: rgb(30 41 59 / 0.85);
  }

  .lg\:border-e-slate-800\/90 {
    border-inline-end-color: rgb(30 41 59 / 0.9);
  }

  .lg\:border-e-slate-800\/95 {
    border-inline-end-color: rgb(30 41 59 / 0.95);
  }

  .lg\:border-e-slate-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(15 23 42 / var(--tw-border-opacity));
  }

  .lg\:border-e-slate-900\/0 {
    border-inline-end-color: rgb(15 23 42 / 0);
  }

  .lg\:border-e-slate-900\/10 {
    border-inline-end-color: rgb(15 23 42 / 0.1);
  }

  .lg\:border-e-slate-900\/100 {
    border-inline-end-color: rgb(15 23 42 / 1);
  }

  .lg\:border-e-slate-900\/15 {
    border-inline-end-color: rgb(15 23 42 / 0.15);
  }

  .lg\:border-e-slate-900\/20 {
    border-inline-end-color: rgb(15 23 42 / 0.2);
  }

  .lg\:border-e-slate-900\/25 {
    border-inline-end-color: rgb(15 23 42 / 0.25);
  }

  .lg\:border-e-slate-900\/30 {
    border-inline-end-color: rgb(15 23 42 / 0.3);
  }

  .lg\:border-e-slate-900\/35 {
    border-inline-end-color: rgb(15 23 42 / 0.35);
  }

  .lg\:border-e-slate-900\/40 {
    border-inline-end-color: rgb(15 23 42 / 0.4);
  }

  .lg\:border-e-slate-900\/45 {
    border-inline-end-color: rgb(15 23 42 / 0.45);
  }

  .lg\:border-e-slate-900\/5 {
    border-inline-end-color: rgb(15 23 42 / 0.05);
  }

  .lg\:border-e-slate-900\/50 {
    border-inline-end-color: rgb(15 23 42 / 0.5);
  }

  .lg\:border-e-slate-900\/55 {
    border-inline-end-color: rgb(15 23 42 / 0.55);
  }

  .lg\:border-e-slate-900\/60 {
    border-inline-end-color: rgb(15 23 42 / 0.6);
  }

  .lg\:border-e-slate-900\/65 {
    border-inline-end-color: rgb(15 23 42 / 0.65);
  }

  .lg\:border-e-slate-900\/70 {
    border-inline-end-color: rgb(15 23 42 / 0.7);
  }

  .lg\:border-e-slate-900\/75 {
    border-inline-end-color: rgb(15 23 42 / 0.75);
  }

  .lg\:border-e-slate-900\/80 {
    border-inline-end-color: rgb(15 23 42 / 0.8);
  }

  .lg\:border-e-slate-900\/85 {
    border-inline-end-color: rgb(15 23 42 / 0.85);
  }

  .lg\:border-e-slate-900\/90 {
    border-inline-end-color: rgb(15 23 42 / 0.9);
  }

  .lg\:border-e-slate-900\/95 {
    border-inline-end-color: rgb(15 23 42 / 0.95);
  }

  .lg\:border-e-slate-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(2 6 23 / var(--tw-border-opacity));
  }

  .lg\:border-e-slate-950\/0 {
    border-inline-end-color: rgb(2 6 23 / 0);
  }

  .lg\:border-e-slate-950\/10 {
    border-inline-end-color: rgb(2 6 23 / 0.1);
  }

  .lg\:border-e-slate-950\/100 {
    border-inline-end-color: rgb(2 6 23 / 1);
  }

  .lg\:border-e-slate-950\/15 {
    border-inline-end-color: rgb(2 6 23 / 0.15);
  }

  .lg\:border-e-slate-950\/20 {
    border-inline-end-color: rgb(2 6 23 / 0.2);
  }

  .lg\:border-e-slate-950\/25 {
    border-inline-end-color: rgb(2 6 23 / 0.25);
  }

  .lg\:border-e-slate-950\/30 {
    border-inline-end-color: rgb(2 6 23 / 0.3);
  }

  .lg\:border-e-slate-950\/35 {
    border-inline-end-color: rgb(2 6 23 / 0.35);
  }

  .lg\:border-e-slate-950\/40 {
    border-inline-end-color: rgb(2 6 23 / 0.4);
  }

  .lg\:border-e-slate-950\/45 {
    border-inline-end-color: rgb(2 6 23 / 0.45);
  }

  .lg\:border-e-slate-950\/5 {
    border-inline-end-color: rgb(2 6 23 / 0.05);
  }

  .lg\:border-e-slate-950\/50 {
    border-inline-end-color: rgb(2 6 23 / 0.5);
  }

  .lg\:border-e-slate-950\/55 {
    border-inline-end-color: rgb(2 6 23 / 0.55);
  }

  .lg\:border-e-slate-950\/60 {
    border-inline-end-color: rgb(2 6 23 / 0.6);
  }

  .lg\:border-e-slate-950\/65 {
    border-inline-end-color: rgb(2 6 23 / 0.65);
  }

  .lg\:border-e-slate-950\/70 {
    border-inline-end-color: rgb(2 6 23 / 0.7);
  }

  .lg\:border-e-slate-950\/75 {
    border-inline-end-color: rgb(2 6 23 / 0.75);
  }

  .lg\:border-e-slate-950\/80 {
    border-inline-end-color: rgb(2 6 23 / 0.8);
  }

  .lg\:border-e-slate-950\/85 {
    border-inline-end-color: rgb(2 6 23 / 0.85);
  }

  .lg\:border-e-slate-950\/90 {
    border-inline-end-color: rgb(2 6 23 / 0.9);
  }

  .lg\:border-e-slate-950\/95 {
    border-inline-end-color: rgb(2 6 23 / 0.95);
  }

  .lg\:border-e-stone-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(245 245 244 / var(--tw-border-opacity));
  }

  .lg\:border-e-stone-100\/0 {
    border-inline-end-color: rgb(245 245 244 / 0);
  }

  .lg\:border-e-stone-100\/10 {
    border-inline-end-color: rgb(245 245 244 / 0.1);
  }

  .lg\:border-e-stone-100\/100 {
    border-inline-end-color: rgb(245 245 244 / 1);
  }

  .lg\:border-e-stone-100\/15 {
    border-inline-end-color: rgb(245 245 244 / 0.15);
  }

  .lg\:border-e-stone-100\/20 {
    border-inline-end-color: rgb(245 245 244 / 0.2);
  }

  .lg\:border-e-stone-100\/25 {
    border-inline-end-color: rgb(245 245 244 / 0.25);
  }

  .lg\:border-e-stone-100\/30 {
    border-inline-end-color: rgb(245 245 244 / 0.3);
  }

  .lg\:border-e-stone-100\/35 {
    border-inline-end-color: rgb(245 245 244 / 0.35);
  }

  .lg\:border-e-stone-100\/40 {
    border-inline-end-color: rgb(245 245 244 / 0.4);
  }

  .lg\:border-e-stone-100\/45 {
    border-inline-end-color: rgb(245 245 244 / 0.45);
  }

  .lg\:border-e-stone-100\/5 {
    border-inline-end-color: rgb(245 245 244 / 0.05);
  }

  .lg\:border-e-stone-100\/50 {
    border-inline-end-color: rgb(245 245 244 / 0.5);
  }

  .lg\:border-e-stone-100\/55 {
    border-inline-end-color: rgb(245 245 244 / 0.55);
  }

  .lg\:border-e-stone-100\/60 {
    border-inline-end-color: rgb(245 245 244 / 0.6);
  }

  .lg\:border-e-stone-100\/65 {
    border-inline-end-color: rgb(245 245 244 / 0.65);
  }

  .lg\:border-e-stone-100\/70 {
    border-inline-end-color: rgb(245 245 244 / 0.7);
  }

  .lg\:border-e-stone-100\/75 {
    border-inline-end-color: rgb(245 245 244 / 0.75);
  }

  .lg\:border-e-stone-100\/80 {
    border-inline-end-color: rgb(245 245 244 / 0.8);
  }

  .lg\:border-e-stone-100\/85 {
    border-inline-end-color: rgb(245 245 244 / 0.85);
  }

  .lg\:border-e-stone-100\/90 {
    border-inline-end-color: rgb(245 245 244 / 0.9);
  }

  .lg\:border-e-stone-100\/95 {
    border-inline-end-color: rgb(245 245 244 / 0.95);
  }

  .lg\:border-e-stone-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(231 229 228 / var(--tw-border-opacity));
  }

  .lg\:border-e-stone-200\/0 {
    border-inline-end-color: rgb(231 229 228 / 0);
  }

  .lg\:border-e-stone-200\/10 {
    border-inline-end-color: rgb(231 229 228 / 0.1);
  }

  .lg\:border-e-stone-200\/100 {
    border-inline-end-color: rgb(231 229 228 / 1);
  }

  .lg\:border-e-stone-200\/15 {
    border-inline-end-color: rgb(231 229 228 / 0.15);
  }

  .lg\:border-e-stone-200\/20 {
    border-inline-end-color: rgb(231 229 228 / 0.2);
  }

  .lg\:border-e-stone-200\/25 {
    border-inline-end-color: rgb(231 229 228 / 0.25);
  }

  .lg\:border-e-stone-200\/30 {
    border-inline-end-color: rgb(231 229 228 / 0.3);
  }

  .lg\:border-e-stone-200\/35 {
    border-inline-end-color: rgb(231 229 228 / 0.35);
  }

  .lg\:border-e-stone-200\/40 {
    border-inline-end-color: rgb(231 229 228 / 0.4);
  }

  .lg\:border-e-stone-200\/45 {
    border-inline-end-color: rgb(231 229 228 / 0.45);
  }

  .lg\:border-e-stone-200\/5 {
    border-inline-end-color: rgb(231 229 228 / 0.05);
  }

  .lg\:border-e-stone-200\/50 {
    border-inline-end-color: rgb(231 229 228 / 0.5);
  }

  .lg\:border-e-stone-200\/55 {
    border-inline-end-color: rgb(231 229 228 / 0.55);
  }

  .lg\:border-e-stone-200\/60 {
    border-inline-end-color: rgb(231 229 228 / 0.6);
  }

  .lg\:border-e-stone-200\/65 {
    border-inline-end-color: rgb(231 229 228 / 0.65);
  }

  .lg\:border-e-stone-200\/70 {
    border-inline-end-color: rgb(231 229 228 / 0.7);
  }

  .lg\:border-e-stone-200\/75 {
    border-inline-end-color: rgb(231 229 228 / 0.75);
  }

  .lg\:border-e-stone-200\/80 {
    border-inline-end-color: rgb(231 229 228 / 0.8);
  }

  .lg\:border-e-stone-200\/85 {
    border-inline-end-color: rgb(231 229 228 / 0.85);
  }

  .lg\:border-e-stone-200\/90 {
    border-inline-end-color: rgb(231 229 228 / 0.9);
  }

  .lg\:border-e-stone-200\/95 {
    border-inline-end-color: rgb(231 229 228 / 0.95);
  }

  .lg\:border-e-stone-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(214 211 209 / var(--tw-border-opacity));
  }

  .lg\:border-e-stone-300\/0 {
    border-inline-end-color: rgb(214 211 209 / 0);
  }

  .lg\:border-e-stone-300\/10 {
    border-inline-end-color: rgb(214 211 209 / 0.1);
  }

  .lg\:border-e-stone-300\/100 {
    border-inline-end-color: rgb(214 211 209 / 1);
  }

  .lg\:border-e-stone-300\/15 {
    border-inline-end-color: rgb(214 211 209 / 0.15);
  }

  .lg\:border-e-stone-300\/20 {
    border-inline-end-color: rgb(214 211 209 / 0.2);
  }

  .lg\:border-e-stone-300\/25 {
    border-inline-end-color: rgb(214 211 209 / 0.25);
  }

  .lg\:border-e-stone-300\/30 {
    border-inline-end-color: rgb(214 211 209 / 0.3);
  }

  .lg\:border-e-stone-300\/35 {
    border-inline-end-color: rgb(214 211 209 / 0.35);
  }

  .lg\:border-e-stone-300\/40 {
    border-inline-end-color: rgb(214 211 209 / 0.4);
  }

  .lg\:border-e-stone-300\/45 {
    border-inline-end-color: rgb(214 211 209 / 0.45);
  }

  .lg\:border-e-stone-300\/5 {
    border-inline-end-color: rgb(214 211 209 / 0.05);
  }

  .lg\:border-e-stone-300\/50 {
    border-inline-end-color: rgb(214 211 209 / 0.5);
  }

  .lg\:border-e-stone-300\/55 {
    border-inline-end-color: rgb(214 211 209 / 0.55);
  }

  .lg\:border-e-stone-300\/60 {
    border-inline-end-color: rgb(214 211 209 / 0.6);
  }

  .lg\:border-e-stone-300\/65 {
    border-inline-end-color: rgb(214 211 209 / 0.65);
  }

  .lg\:border-e-stone-300\/70 {
    border-inline-end-color: rgb(214 211 209 / 0.7);
  }

  .lg\:border-e-stone-300\/75 {
    border-inline-end-color: rgb(214 211 209 / 0.75);
  }

  .lg\:border-e-stone-300\/80 {
    border-inline-end-color: rgb(214 211 209 / 0.8);
  }

  .lg\:border-e-stone-300\/85 {
    border-inline-end-color: rgb(214 211 209 / 0.85);
  }

  .lg\:border-e-stone-300\/90 {
    border-inline-end-color: rgb(214 211 209 / 0.9);
  }

  .lg\:border-e-stone-300\/95 {
    border-inline-end-color: rgb(214 211 209 / 0.95);
  }

  .lg\:border-e-stone-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(168 162 158 / var(--tw-border-opacity));
  }

  .lg\:border-e-stone-400\/0 {
    border-inline-end-color: rgb(168 162 158 / 0);
  }

  .lg\:border-e-stone-400\/10 {
    border-inline-end-color: rgb(168 162 158 / 0.1);
  }

  .lg\:border-e-stone-400\/100 {
    border-inline-end-color: rgb(168 162 158 / 1);
  }

  .lg\:border-e-stone-400\/15 {
    border-inline-end-color: rgb(168 162 158 / 0.15);
  }

  .lg\:border-e-stone-400\/20 {
    border-inline-end-color: rgb(168 162 158 / 0.2);
  }

  .lg\:border-e-stone-400\/25 {
    border-inline-end-color: rgb(168 162 158 / 0.25);
  }

  .lg\:border-e-stone-400\/30 {
    border-inline-end-color: rgb(168 162 158 / 0.3);
  }

  .lg\:border-e-stone-400\/35 {
    border-inline-end-color: rgb(168 162 158 / 0.35);
  }

  .lg\:border-e-stone-400\/40 {
    border-inline-end-color: rgb(168 162 158 / 0.4);
  }

  .lg\:border-e-stone-400\/45 {
    border-inline-end-color: rgb(168 162 158 / 0.45);
  }

  .lg\:border-e-stone-400\/5 {
    border-inline-end-color: rgb(168 162 158 / 0.05);
  }

  .lg\:border-e-stone-400\/50 {
    border-inline-end-color: rgb(168 162 158 / 0.5);
  }

  .lg\:border-e-stone-400\/55 {
    border-inline-end-color: rgb(168 162 158 / 0.55);
  }

  .lg\:border-e-stone-400\/60 {
    border-inline-end-color: rgb(168 162 158 / 0.6);
  }

  .lg\:border-e-stone-400\/65 {
    border-inline-end-color: rgb(168 162 158 / 0.65);
  }

  .lg\:border-e-stone-400\/70 {
    border-inline-end-color: rgb(168 162 158 / 0.7);
  }

  .lg\:border-e-stone-400\/75 {
    border-inline-end-color: rgb(168 162 158 / 0.75);
  }

  .lg\:border-e-stone-400\/80 {
    border-inline-end-color: rgb(168 162 158 / 0.8);
  }

  .lg\:border-e-stone-400\/85 {
    border-inline-end-color: rgb(168 162 158 / 0.85);
  }

  .lg\:border-e-stone-400\/90 {
    border-inline-end-color: rgb(168 162 158 / 0.9);
  }

  .lg\:border-e-stone-400\/95 {
    border-inline-end-color: rgb(168 162 158 / 0.95);
  }

  .lg\:border-e-stone-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(250 250 249 / var(--tw-border-opacity));
  }

  .lg\:border-e-stone-50\/0 {
    border-inline-end-color: rgb(250 250 249 / 0);
  }

  .lg\:border-e-stone-50\/10 {
    border-inline-end-color: rgb(250 250 249 / 0.1);
  }

  .lg\:border-e-stone-50\/100 {
    border-inline-end-color: rgb(250 250 249 / 1);
  }

  .lg\:border-e-stone-50\/15 {
    border-inline-end-color: rgb(250 250 249 / 0.15);
  }

  .lg\:border-e-stone-50\/20 {
    border-inline-end-color: rgb(250 250 249 / 0.2);
  }

  .lg\:border-e-stone-50\/25 {
    border-inline-end-color: rgb(250 250 249 / 0.25);
  }

  .lg\:border-e-stone-50\/30 {
    border-inline-end-color: rgb(250 250 249 / 0.3);
  }

  .lg\:border-e-stone-50\/35 {
    border-inline-end-color: rgb(250 250 249 / 0.35);
  }

  .lg\:border-e-stone-50\/40 {
    border-inline-end-color: rgb(250 250 249 / 0.4);
  }

  .lg\:border-e-stone-50\/45 {
    border-inline-end-color: rgb(250 250 249 / 0.45);
  }

  .lg\:border-e-stone-50\/5 {
    border-inline-end-color: rgb(250 250 249 / 0.05);
  }

  .lg\:border-e-stone-50\/50 {
    border-inline-end-color: rgb(250 250 249 / 0.5);
  }

  .lg\:border-e-stone-50\/55 {
    border-inline-end-color: rgb(250 250 249 / 0.55);
  }

  .lg\:border-e-stone-50\/60 {
    border-inline-end-color: rgb(250 250 249 / 0.6);
  }

  .lg\:border-e-stone-50\/65 {
    border-inline-end-color: rgb(250 250 249 / 0.65);
  }

  .lg\:border-e-stone-50\/70 {
    border-inline-end-color: rgb(250 250 249 / 0.7);
  }

  .lg\:border-e-stone-50\/75 {
    border-inline-end-color: rgb(250 250 249 / 0.75);
  }

  .lg\:border-e-stone-50\/80 {
    border-inline-end-color: rgb(250 250 249 / 0.8);
  }

  .lg\:border-e-stone-50\/85 {
    border-inline-end-color: rgb(250 250 249 / 0.85);
  }

  .lg\:border-e-stone-50\/90 {
    border-inline-end-color: rgb(250 250 249 / 0.9);
  }

  .lg\:border-e-stone-50\/95 {
    border-inline-end-color: rgb(250 250 249 / 0.95);
  }

  .lg\:border-e-stone-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(120 113 108 / var(--tw-border-opacity));
  }

  .lg\:border-e-stone-500\/0 {
    border-inline-end-color: rgb(120 113 108 / 0);
  }

  .lg\:border-e-stone-500\/10 {
    border-inline-end-color: rgb(120 113 108 / 0.1);
  }

  .lg\:border-e-stone-500\/100 {
    border-inline-end-color: rgb(120 113 108 / 1);
  }

  .lg\:border-e-stone-500\/15 {
    border-inline-end-color: rgb(120 113 108 / 0.15);
  }

  .lg\:border-e-stone-500\/20 {
    border-inline-end-color: rgb(120 113 108 / 0.2);
  }

  .lg\:border-e-stone-500\/25 {
    border-inline-end-color: rgb(120 113 108 / 0.25);
  }

  .lg\:border-e-stone-500\/30 {
    border-inline-end-color: rgb(120 113 108 / 0.3);
  }

  .lg\:border-e-stone-500\/35 {
    border-inline-end-color: rgb(120 113 108 / 0.35);
  }

  .lg\:border-e-stone-500\/40 {
    border-inline-end-color: rgb(120 113 108 / 0.4);
  }

  .lg\:border-e-stone-500\/45 {
    border-inline-end-color: rgb(120 113 108 / 0.45);
  }

  .lg\:border-e-stone-500\/5 {
    border-inline-end-color: rgb(120 113 108 / 0.05);
  }

  .lg\:border-e-stone-500\/50 {
    border-inline-end-color: rgb(120 113 108 / 0.5);
  }

  .lg\:border-e-stone-500\/55 {
    border-inline-end-color: rgb(120 113 108 / 0.55);
  }

  .lg\:border-e-stone-500\/60 {
    border-inline-end-color: rgb(120 113 108 / 0.6);
  }

  .lg\:border-e-stone-500\/65 {
    border-inline-end-color: rgb(120 113 108 / 0.65);
  }

  .lg\:border-e-stone-500\/70 {
    border-inline-end-color: rgb(120 113 108 / 0.7);
  }

  .lg\:border-e-stone-500\/75 {
    border-inline-end-color: rgb(120 113 108 / 0.75);
  }

  .lg\:border-e-stone-500\/80 {
    border-inline-end-color: rgb(120 113 108 / 0.8);
  }

  .lg\:border-e-stone-500\/85 {
    border-inline-end-color: rgb(120 113 108 / 0.85);
  }

  .lg\:border-e-stone-500\/90 {
    border-inline-end-color: rgb(120 113 108 / 0.9);
  }

  .lg\:border-e-stone-500\/95 {
    border-inline-end-color: rgb(120 113 108 / 0.95);
  }

  .lg\:border-e-stone-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(87 83 78 / var(--tw-border-opacity));
  }

  .lg\:border-e-stone-600\/0 {
    border-inline-end-color: rgb(87 83 78 / 0);
  }

  .lg\:border-e-stone-600\/10 {
    border-inline-end-color: rgb(87 83 78 / 0.1);
  }

  .lg\:border-e-stone-600\/100 {
    border-inline-end-color: rgb(87 83 78 / 1);
  }

  .lg\:border-e-stone-600\/15 {
    border-inline-end-color: rgb(87 83 78 / 0.15);
  }

  .lg\:border-e-stone-600\/20 {
    border-inline-end-color: rgb(87 83 78 / 0.2);
  }

  .lg\:border-e-stone-600\/25 {
    border-inline-end-color: rgb(87 83 78 / 0.25);
  }

  .lg\:border-e-stone-600\/30 {
    border-inline-end-color: rgb(87 83 78 / 0.3);
  }

  .lg\:border-e-stone-600\/35 {
    border-inline-end-color: rgb(87 83 78 / 0.35);
  }

  .lg\:border-e-stone-600\/40 {
    border-inline-end-color: rgb(87 83 78 / 0.4);
  }

  .lg\:border-e-stone-600\/45 {
    border-inline-end-color: rgb(87 83 78 / 0.45);
  }

  .lg\:border-e-stone-600\/5 {
    border-inline-end-color: rgb(87 83 78 / 0.05);
  }

  .lg\:border-e-stone-600\/50 {
    border-inline-end-color: rgb(87 83 78 / 0.5);
  }

  .lg\:border-e-stone-600\/55 {
    border-inline-end-color: rgb(87 83 78 / 0.55);
  }

  .lg\:border-e-stone-600\/60 {
    border-inline-end-color: rgb(87 83 78 / 0.6);
  }

  .lg\:border-e-stone-600\/65 {
    border-inline-end-color: rgb(87 83 78 / 0.65);
  }

  .lg\:border-e-stone-600\/70 {
    border-inline-end-color: rgb(87 83 78 / 0.7);
  }

  .lg\:border-e-stone-600\/75 {
    border-inline-end-color: rgb(87 83 78 / 0.75);
  }

  .lg\:border-e-stone-600\/80 {
    border-inline-end-color: rgb(87 83 78 / 0.8);
  }

  .lg\:border-e-stone-600\/85 {
    border-inline-end-color: rgb(87 83 78 / 0.85);
  }

  .lg\:border-e-stone-600\/90 {
    border-inline-end-color: rgb(87 83 78 / 0.9);
  }

  .lg\:border-e-stone-600\/95 {
    border-inline-end-color: rgb(87 83 78 / 0.95);
  }

  .lg\:border-e-stone-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(68 64 60 / var(--tw-border-opacity));
  }

  .lg\:border-e-stone-700\/0 {
    border-inline-end-color: rgb(68 64 60 / 0);
  }

  .lg\:border-e-stone-700\/10 {
    border-inline-end-color: rgb(68 64 60 / 0.1);
  }

  .lg\:border-e-stone-700\/100 {
    border-inline-end-color: rgb(68 64 60 / 1);
  }

  .lg\:border-e-stone-700\/15 {
    border-inline-end-color: rgb(68 64 60 / 0.15);
  }

  .lg\:border-e-stone-700\/20 {
    border-inline-end-color: rgb(68 64 60 / 0.2);
  }

  .lg\:border-e-stone-700\/25 {
    border-inline-end-color: rgb(68 64 60 / 0.25);
  }

  .lg\:border-e-stone-700\/30 {
    border-inline-end-color: rgb(68 64 60 / 0.3);
  }

  .lg\:border-e-stone-700\/35 {
    border-inline-end-color: rgb(68 64 60 / 0.35);
  }

  .lg\:border-e-stone-700\/40 {
    border-inline-end-color: rgb(68 64 60 / 0.4);
  }

  .lg\:border-e-stone-700\/45 {
    border-inline-end-color: rgb(68 64 60 / 0.45);
  }

  .lg\:border-e-stone-700\/5 {
    border-inline-end-color: rgb(68 64 60 / 0.05);
  }

  .lg\:border-e-stone-700\/50 {
    border-inline-end-color: rgb(68 64 60 / 0.5);
  }

  .lg\:border-e-stone-700\/55 {
    border-inline-end-color: rgb(68 64 60 / 0.55);
  }

  .lg\:border-e-stone-700\/60 {
    border-inline-end-color: rgb(68 64 60 / 0.6);
  }

  .lg\:border-e-stone-700\/65 {
    border-inline-end-color: rgb(68 64 60 / 0.65);
  }

  .lg\:border-e-stone-700\/70 {
    border-inline-end-color: rgb(68 64 60 / 0.7);
  }

  .lg\:border-e-stone-700\/75 {
    border-inline-end-color: rgb(68 64 60 / 0.75);
  }

  .lg\:border-e-stone-700\/80 {
    border-inline-end-color: rgb(68 64 60 / 0.8);
  }

  .lg\:border-e-stone-700\/85 {
    border-inline-end-color: rgb(68 64 60 / 0.85);
  }

  .lg\:border-e-stone-700\/90 {
    border-inline-end-color: rgb(68 64 60 / 0.9);
  }

  .lg\:border-e-stone-700\/95 {
    border-inline-end-color: rgb(68 64 60 / 0.95);
  }

  .lg\:border-e-stone-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(41 37 36 / var(--tw-border-opacity));
  }

  .lg\:border-e-stone-800\/0 {
    border-inline-end-color: rgb(41 37 36 / 0);
  }

  .lg\:border-e-stone-800\/10 {
    border-inline-end-color: rgb(41 37 36 / 0.1);
  }

  .lg\:border-e-stone-800\/100 {
    border-inline-end-color: rgb(41 37 36 / 1);
  }

  .lg\:border-e-stone-800\/15 {
    border-inline-end-color: rgb(41 37 36 / 0.15);
  }

  .lg\:border-e-stone-800\/20 {
    border-inline-end-color: rgb(41 37 36 / 0.2);
  }

  .lg\:border-e-stone-800\/25 {
    border-inline-end-color: rgb(41 37 36 / 0.25);
  }

  .lg\:border-e-stone-800\/30 {
    border-inline-end-color: rgb(41 37 36 / 0.3);
  }

  .lg\:border-e-stone-800\/35 {
    border-inline-end-color: rgb(41 37 36 / 0.35);
  }

  .lg\:border-e-stone-800\/40 {
    border-inline-end-color: rgb(41 37 36 / 0.4);
  }

  .lg\:border-e-stone-800\/45 {
    border-inline-end-color: rgb(41 37 36 / 0.45);
  }

  .lg\:border-e-stone-800\/5 {
    border-inline-end-color: rgb(41 37 36 / 0.05);
  }

  .lg\:border-e-stone-800\/50 {
    border-inline-end-color: rgb(41 37 36 / 0.5);
  }

  .lg\:border-e-stone-800\/55 {
    border-inline-end-color: rgb(41 37 36 / 0.55);
  }

  .lg\:border-e-stone-800\/60 {
    border-inline-end-color: rgb(41 37 36 / 0.6);
  }

  .lg\:border-e-stone-800\/65 {
    border-inline-end-color: rgb(41 37 36 / 0.65);
  }

  .lg\:border-e-stone-800\/70 {
    border-inline-end-color: rgb(41 37 36 / 0.7);
  }

  .lg\:border-e-stone-800\/75 {
    border-inline-end-color: rgb(41 37 36 / 0.75);
  }

  .lg\:border-e-stone-800\/80 {
    border-inline-end-color: rgb(41 37 36 / 0.8);
  }

  .lg\:border-e-stone-800\/85 {
    border-inline-end-color: rgb(41 37 36 / 0.85);
  }

  .lg\:border-e-stone-800\/90 {
    border-inline-end-color: rgb(41 37 36 / 0.9);
  }

  .lg\:border-e-stone-800\/95 {
    border-inline-end-color: rgb(41 37 36 / 0.95);
  }

  .lg\:border-e-stone-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(28 25 23 / var(--tw-border-opacity));
  }

  .lg\:border-e-stone-900\/0 {
    border-inline-end-color: rgb(28 25 23 / 0);
  }

  .lg\:border-e-stone-900\/10 {
    border-inline-end-color: rgb(28 25 23 / 0.1);
  }

  .lg\:border-e-stone-900\/100 {
    border-inline-end-color: rgb(28 25 23 / 1);
  }

  .lg\:border-e-stone-900\/15 {
    border-inline-end-color: rgb(28 25 23 / 0.15);
  }

  .lg\:border-e-stone-900\/20 {
    border-inline-end-color: rgb(28 25 23 / 0.2);
  }

  .lg\:border-e-stone-900\/25 {
    border-inline-end-color: rgb(28 25 23 / 0.25);
  }

  .lg\:border-e-stone-900\/30 {
    border-inline-end-color: rgb(28 25 23 / 0.3);
  }

  .lg\:border-e-stone-900\/35 {
    border-inline-end-color: rgb(28 25 23 / 0.35);
  }

  .lg\:border-e-stone-900\/40 {
    border-inline-end-color: rgb(28 25 23 / 0.4);
  }

  .lg\:border-e-stone-900\/45 {
    border-inline-end-color: rgb(28 25 23 / 0.45);
  }

  .lg\:border-e-stone-900\/5 {
    border-inline-end-color: rgb(28 25 23 / 0.05);
  }

  .lg\:border-e-stone-900\/50 {
    border-inline-end-color: rgb(28 25 23 / 0.5);
  }

  .lg\:border-e-stone-900\/55 {
    border-inline-end-color: rgb(28 25 23 / 0.55);
  }

  .lg\:border-e-stone-900\/60 {
    border-inline-end-color: rgb(28 25 23 / 0.6);
  }

  .lg\:border-e-stone-900\/65 {
    border-inline-end-color: rgb(28 25 23 / 0.65);
  }

  .lg\:border-e-stone-900\/70 {
    border-inline-end-color: rgb(28 25 23 / 0.7);
  }

  .lg\:border-e-stone-900\/75 {
    border-inline-end-color: rgb(28 25 23 / 0.75);
  }

  .lg\:border-e-stone-900\/80 {
    border-inline-end-color: rgb(28 25 23 / 0.8);
  }

  .lg\:border-e-stone-900\/85 {
    border-inline-end-color: rgb(28 25 23 / 0.85);
  }

  .lg\:border-e-stone-900\/90 {
    border-inline-end-color: rgb(28 25 23 / 0.9);
  }

  .lg\:border-e-stone-900\/95 {
    border-inline-end-color: rgb(28 25 23 / 0.95);
  }

  .lg\:border-e-stone-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(12 10 9 / var(--tw-border-opacity));
  }

  .lg\:border-e-stone-950\/0 {
    border-inline-end-color: rgb(12 10 9 / 0);
  }

  .lg\:border-e-stone-950\/10 {
    border-inline-end-color: rgb(12 10 9 / 0.1);
  }

  .lg\:border-e-stone-950\/100 {
    border-inline-end-color: rgb(12 10 9 / 1);
  }

  .lg\:border-e-stone-950\/15 {
    border-inline-end-color: rgb(12 10 9 / 0.15);
  }

  .lg\:border-e-stone-950\/20 {
    border-inline-end-color: rgb(12 10 9 / 0.2);
  }

  .lg\:border-e-stone-950\/25 {
    border-inline-end-color: rgb(12 10 9 / 0.25);
  }

  .lg\:border-e-stone-950\/30 {
    border-inline-end-color: rgb(12 10 9 / 0.3);
  }

  .lg\:border-e-stone-950\/35 {
    border-inline-end-color: rgb(12 10 9 / 0.35);
  }

  .lg\:border-e-stone-950\/40 {
    border-inline-end-color: rgb(12 10 9 / 0.4);
  }

  .lg\:border-e-stone-950\/45 {
    border-inline-end-color: rgb(12 10 9 / 0.45);
  }

  .lg\:border-e-stone-950\/5 {
    border-inline-end-color: rgb(12 10 9 / 0.05);
  }

  .lg\:border-e-stone-950\/50 {
    border-inline-end-color: rgb(12 10 9 / 0.5);
  }

  .lg\:border-e-stone-950\/55 {
    border-inline-end-color: rgb(12 10 9 / 0.55);
  }

  .lg\:border-e-stone-950\/60 {
    border-inline-end-color: rgb(12 10 9 / 0.6);
  }

  .lg\:border-e-stone-950\/65 {
    border-inline-end-color: rgb(12 10 9 / 0.65);
  }

  .lg\:border-e-stone-950\/70 {
    border-inline-end-color: rgb(12 10 9 / 0.7);
  }

  .lg\:border-e-stone-950\/75 {
    border-inline-end-color: rgb(12 10 9 / 0.75);
  }

  .lg\:border-e-stone-950\/80 {
    border-inline-end-color: rgb(12 10 9 / 0.8);
  }

  .lg\:border-e-stone-950\/85 {
    border-inline-end-color: rgb(12 10 9 / 0.85);
  }

  .lg\:border-e-stone-950\/90 {
    border-inline-end-color: rgb(12 10 9 / 0.9);
  }

  .lg\:border-e-stone-950\/95 {
    border-inline-end-color: rgb(12 10 9 / 0.95);
  }

  .lg\:border-e-teal-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(204 251 241 / var(--tw-border-opacity));
  }

  .lg\:border-e-teal-100\/0 {
    border-inline-end-color: rgb(204 251 241 / 0);
  }

  .lg\:border-e-teal-100\/10 {
    border-inline-end-color: rgb(204 251 241 / 0.1);
  }

  .lg\:border-e-teal-100\/100 {
    border-inline-end-color: rgb(204 251 241 / 1);
  }

  .lg\:border-e-teal-100\/15 {
    border-inline-end-color: rgb(204 251 241 / 0.15);
  }

  .lg\:border-e-teal-100\/20 {
    border-inline-end-color: rgb(204 251 241 / 0.2);
  }

  .lg\:border-e-teal-100\/25 {
    border-inline-end-color: rgb(204 251 241 / 0.25);
  }

  .lg\:border-e-teal-100\/30 {
    border-inline-end-color: rgb(204 251 241 / 0.3);
  }

  .lg\:border-e-teal-100\/35 {
    border-inline-end-color: rgb(204 251 241 / 0.35);
  }

  .lg\:border-e-teal-100\/40 {
    border-inline-end-color: rgb(204 251 241 / 0.4);
  }

  .lg\:border-e-teal-100\/45 {
    border-inline-end-color: rgb(204 251 241 / 0.45);
  }

  .lg\:border-e-teal-100\/5 {
    border-inline-end-color: rgb(204 251 241 / 0.05);
  }

  .lg\:border-e-teal-100\/50 {
    border-inline-end-color: rgb(204 251 241 / 0.5);
  }

  .lg\:border-e-teal-100\/55 {
    border-inline-end-color: rgb(204 251 241 / 0.55);
  }

  .lg\:border-e-teal-100\/60 {
    border-inline-end-color: rgb(204 251 241 / 0.6);
  }

  .lg\:border-e-teal-100\/65 {
    border-inline-end-color: rgb(204 251 241 / 0.65);
  }

  .lg\:border-e-teal-100\/70 {
    border-inline-end-color: rgb(204 251 241 / 0.7);
  }

  .lg\:border-e-teal-100\/75 {
    border-inline-end-color: rgb(204 251 241 / 0.75);
  }

  .lg\:border-e-teal-100\/80 {
    border-inline-end-color: rgb(204 251 241 / 0.8);
  }

  .lg\:border-e-teal-100\/85 {
    border-inline-end-color: rgb(204 251 241 / 0.85);
  }

  .lg\:border-e-teal-100\/90 {
    border-inline-end-color: rgb(204 251 241 / 0.9);
  }

  .lg\:border-e-teal-100\/95 {
    border-inline-end-color: rgb(204 251 241 / 0.95);
  }

  .lg\:border-e-teal-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(153 246 228 / var(--tw-border-opacity));
  }

  .lg\:border-e-teal-200\/0 {
    border-inline-end-color: rgb(153 246 228 / 0);
  }

  .lg\:border-e-teal-200\/10 {
    border-inline-end-color: rgb(153 246 228 / 0.1);
  }

  .lg\:border-e-teal-200\/100 {
    border-inline-end-color: rgb(153 246 228 / 1);
  }

  .lg\:border-e-teal-200\/15 {
    border-inline-end-color: rgb(153 246 228 / 0.15);
  }

  .lg\:border-e-teal-200\/20 {
    border-inline-end-color: rgb(153 246 228 / 0.2);
  }

  .lg\:border-e-teal-200\/25 {
    border-inline-end-color: rgb(153 246 228 / 0.25);
  }

  .lg\:border-e-teal-200\/30 {
    border-inline-end-color: rgb(153 246 228 / 0.3);
  }

  .lg\:border-e-teal-200\/35 {
    border-inline-end-color: rgb(153 246 228 / 0.35);
  }

  .lg\:border-e-teal-200\/40 {
    border-inline-end-color: rgb(153 246 228 / 0.4);
  }

  .lg\:border-e-teal-200\/45 {
    border-inline-end-color: rgb(153 246 228 / 0.45);
  }

  .lg\:border-e-teal-200\/5 {
    border-inline-end-color: rgb(153 246 228 / 0.05);
  }

  .lg\:border-e-teal-200\/50 {
    border-inline-end-color: rgb(153 246 228 / 0.5);
  }

  .lg\:border-e-teal-200\/55 {
    border-inline-end-color: rgb(153 246 228 / 0.55);
  }

  .lg\:border-e-teal-200\/60 {
    border-inline-end-color: rgb(153 246 228 / 0.6);
  }

  .lg\:border-e-teal-200\/65 {
    border-inline-end-color: rgb(153 246 228 / 0.65);
  }

  .lg\:border-e-teal-200\/70 {
    border-inline-end-color: rgb(153 246 228 / 0.7);
  }

  .lg\:border-e-teal-200\/75 {
    border-inline-end-color: rgb(153 246 228 / 0.75);
  }

  .lg\:border-e-teal-200\/80 {
    border-inline-end-color: rgb(153 246 228 / 0.8);
  }

  .lg\:border-e-teal-200\/85 {
    border-inline-end-color: rgb(153 246 228 / 0.85);
  }

  .lg\:border-e-teal-200\/90 {
    border-inline-end-color: rgb(153 246 228 / 0.9);
  }

  .lg\:border-e-teal-200\/95 {
    border-inline-end-color: rgb(153 246 228 / 0.95);
  }

  .lg\:border-e-teal-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(94 234 212 / var(--tw-border-opacity));
  }

  .lg\:border-e-teal-300\/0 {
    border-inline-end-color: rgb(94 234 212 / 0);
  }

  .lg\:border-e-teal-300\/10 {
    border-inline-end-color: rgb(94 234 212 / 0.1);
  }

  .lg\:border-e-teal-300\/100 {
    border-inline-end-color: rgb(94 234 212 / 1);
  }

  .lg\:border-e-teal-300\/15 {
    border-inline-end-color: rgb(94 234 212 / 0.15);
  }

  .lg\:border-e-teal-300\/20 {
    border-inline-end-color: rgb(94 234 212 / 0.2);
  }

  .lg\:border-e-teal-300\/25 {
    border-inline-end-color: rgb(94 234 212 / 0.25);
  }

  .lg\:border-e-teal-300\/30 {
    border-inline-end-color: rgb(94 234 212 / 0.3);
  }

  .lg\:border-e-teal-300\/35 {
    border-inline-end-color: rgb(94 234 212 / 0.35);
  }

  .lg\:border-e-teal-300\/40 {
    border-inline-end-color: rgb(94 234 212 / 0.4);
  }

  .lg\:border-e-teal-300\/45 {
    border-inline-end-color: rgb(94 234 212 / 0.45);
  }

  .lg\:border-e-teal-300\/5 {
    border-inline-end-color: rgb(94 234 212 / 0.05);
  }

  .lg\:border-e-teal-300\/50 {
    border-inline-end-color: rgb(94 234 212 / 0.5);
  }

  .lg\:border-e-teal-300\/55 {
    border-inline-end-color: rgb(94 234 212 / 0.55);
  }

  .lg\:border-e-teal-300\/60 {
    border-inline-end-color: rgb(94 234 212 / 0.6);
  }

  .lg\:border-e-teal-300\/65 {
    border-inline-end-color: rgb(94 234 212 / 0.65);
  }

  .lg\:border-e-teal-300\/70 {
    border-inline-end-color: rgb(94 234 212 / 0.7);
  }

  .lg\:border-e-teal-300\/75 {
    border-inline-end-color: rgb(94 234 212 / 0.75);
  }

  .lg\:border-e-teal-300\/80 {
    border-inline-end-color: rgb(94 234 212 / 0.8);
  }

  .lg\:border-e-teal-300\/85 {
    border-inline-end-color: rgb(94 234 212 / 0.85);
  }

  .lg\:border-e-teal-300\/90 {
    border-inline-end-color: rgb(94 234 212 / 0.9);
  }

  .lg\:border-e-teal-300\/95 {
    border-inline-end-color: rgb(94 234 212 / 0.95);
  }

  .lg\:border-e-teal-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(45 212 191 / var(--tw-border-opacity));
  }

  .lg\:border-e-teal-400\/0 {
    border-inline-end-color: rgb(45 212 191 / 0);
  }

  .lg\:border-e-teal-400\/10 {
    border-inline-end-color: rgb(45 212 191 / 0.1);
  }

  .lg\:border-e-teal-400\/100 {
    border-inline-end-color: rgb(45 212 191 / 1);
  }

  .lg\:border-e-teal-400\/15 {
    border-inline-end-color: rgb(45 212 191 / 0.15);
  }

  .lg\:border-e-teal-400\/20 {
    border-inline-end-color: rgb(45 212 191 / 0.2);
  }

  .lg\:border-e-teal-400\/25 {
    border-inline-end-color: rgb(45 212 191 / 0.25);
  }

  .lg\:border-e-teal-400\/30 {
    border-inline-end-color: rgb(45 212 191 / 0.3);
  }

  .lg\:border-e-teal-400\/35 {
    border-inline-end-color: rgb(45 212 191 / 0.35);
  }

  .lg\:border-e-teal-400\/40 {
    border-inline-end-color: rgb(45 212 191 / 0.4);
  }

  .lg\:border-e-teal-400\/45 {
    border-inline-end-color: rgb(45 212 191 / 0.45);
  }

  .lg\:border-e-teal-400\/5 {
    border-inline-end-color: rgb(45 212 191 / 0.05);
  }

  .lg\:border-e-teal-400\/50 {
    border-inline-end-color: rgb(45 212 191 / 0.5);
  }

  .lg\:border-e-teal-400\/55 {
    border-inline-end-color: rgb(45 212 191 / 0.55);
  }

  .lg\:border-e-teal-400\/60 {
    border-inline-end-color: rgb(45 212 191 / 0.6);
  }

  .lg\:border-e-teal-400\/65 {
    border-inline-end-color: rgb(45 212 191 / 0.65);
  }

  .lg\:border-e-teal-400\/70 {
    border-inline-end-color: rgb(45 212 191 / 0.7);
  }

  .lg\:border-e-teal-400\/75 {
    border-inline-end-color: rgb(45 212 191 / 0.75);
  }

  .lg\:border-e-teal-400\/80 {
    border-inline-end-color: rgb(45 212 191 / 0.8);
  }

  .lg\:border-e-teal-400\/85 {
    border-inline-end-color: rgb(45 212 191 / 0.85);
  }

  .lg\:border-e-teal-400\/90 {
    border-inline-end-color: rgb(45 212 191 / 0.9);
  }

  .lg\:border-e-teal-400\/95 {
    border-inline-end-color: rgb(45 212 191 / 0.95);
  }

  .lg\:border-e-teal-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(240 253 250 / var(--tw-border-opacity));
  }

  .lg\:border-e-teal-50\/0 {
    border-inline-end-color: rgb(240 253 250 / 0);
  }

  .lg\:border-e-teal-50\/10 {
    border-inline-end-color: rgb(240 253 250 / 0.1);
  }

  .lg\:border-e-teal-50\/100 {
    border-inline-end-color: rgb(240 253 250 / 1);
  }

  .lg\:border-e-teal-50\/15 {
    border-inline-end-color: rgb(240 253 250 / 0.15);
  }

  .lg\:border-e-teal-50\/20 {
    border-inline-end-color: rgb(240 253 250 / 0.2);
  }

  .lg\:border-e-teal-50\/25 {
    border-inline-end-color: rgb(240 253 250 / 0.25);
  }

  .lg\:border-e-teal-50\/30 {
    border-inline-end-color: rgb(240 253 250 / 0.3);
  }

  .lg\:border-e-teal-50\/35 {
    border-inline-end-color: rgb(240 253 250 / 0.35);
  }

  .lg\:border-e-teal-50\/40 {
    border-inline-end-color: rgb(240 253 250 / 0.4);
  }

  .lg\:border-e-teal-50\/45 {
    border-inline-end-color: rgb(240 253 250 / 0.45);
  }

  .lg\:border-e-teal-50\/5 {
    border-inline-end-color: rgb(240 253 250 / 0.05);
  }

  .lg\:border-e-teal-50\/50 {
    border-inline-end-color: rgb(240 253 250 / 0.5);
  }

  .lg\:border-e-teal-50\/55 {
    border-inline-end-color: rgb(240 253 250 / 0.55);
  }

  .lg\:border-e-teal-50\/60 {
    border-inline-end-color: rgb(240 253 250 / 0.6);
  }

  .lg\:border-e-teal-50\/65 {
    border-inline-end-color: rgb(240 253 250 / 0.65);
  }

  .lg\:border-e-teal-50\/70 {
    border-inline-end-color: rgb(240 253 250 / 0.7);
  }

  .lg\:border-e-teal-50\/75 {
    border-inline-end-color: rgb(240 253 250 / 0.75);
  }

  .lg\:border-e-teal-50\/80 {
    border-inline-end-color: rgb(240 253 250 / 0.8);
  }

  .lg\:border-e-teal-50\/85 {
    border-inline-end-color: rgb(240 253 250 / 0.85);
  }

  .lg\:border-e-teal-50\/90 {
    border-inline-end-color: rgb(240 253 250 / 0.9);
  }

  .lg\:border-e-teal-50\/95 {
    border-inline-end-color: rgb(240 253 250 / 0.95);
  }

  .lg\:border-e-teal-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(20 184 166 / var(--tw-border-opacity));
  }

  .lg\:border-e-teal-500\/0 {
    border-inline-end-color: rgb(20 184 166 / 0);
  }

  .lg\:border-e-teal-500\/10 {
    border-inline-end-color: rgb(20 184 166 / 0.1);
  }

  .lg\:border-e-teal-500\/100 {
    border-inline-end-color: rgb(20 184 166 / 1);
  }

  .lg\:border-e-teal-500\/15 {
    border-inline-end-color: rgb(20 184 166 / 0.15);
  }

  .lg\:border-e-teal-500\/20 {
    border-inline-end-color: rgb(20 184 166 / 0.2);
  }

  .lg\:border-e-teal-500\/25 {
    border-inline-end-color: rgb(20 184 166 / 0.25);
  }

  .lg\:border-e-teal-500\/30 {
    border-inline-end-color: rgb(20 184 166 / 0.3);
  }

  .lg\:border-e-teal-500\/35 {
    border-inline-end-color: rgb(20 184 166 / 0.35);
  }

  .lg\:border-e-teal-500\/40 {
    border-inline-end-color: rgb(20 184 166 / 0.4);
  }

  .lg\:border-e-teal-500\/45 {
    border-inline-end-color: rgb(20 184 166 / 0.45);
  }

  .lg\:border-e-teal-500\/5 {
    border-inline-end-color: rgb(20 184 166 / 0.05);
  }

  .lg\:border-e-teal-500\/50 {
    border-inline-end-color: rgb(20 184 166 / 0.5);
  }

  .lg\:border-e-teal-500\/55 {
    border-inline-end-color: rgb(20 184 166 / 0.55);
  }

  .lg\:border-e-teal-500\/60 {
    border-inline-end-color: rgb(20 184 166 / 0.6);
  }

  .lg\:border-e-teal-500\/65 {
    border-inline-end-color: rgb(20 184 166 / 0.65);
  }

  .lg\:border-e-teal-500\/70 {
    border-inline-end-color: rgb(20 184 166 / 0.7);
  }

  .lg\:border-e-teal-500\/75 {
    border-inline-end-color: rgb(20 184 166 / 0.75);
  }

  .lg\:border-e-teal-500\/80 {
    border-inline-end-color: rgb(20 184 166 / 0.8);
  }

  .lg\:border-e-teal-500\/85 {
    border-inline-end-color: rgb(20 184 166 / 0.85);
  }

  .lg\:border-e-teal-500\/90 {
    border-inline-end-color: rgb(20 184 166 / 0.9);
  }

  .lg\:border-e-teal-500\/95 {
    border-inline-end-color: rgb(20 184 166 / 0.95);
  }

  .lg\:border-e-teal-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(13 148 136 / var(--tw-border-opacity));
  }

  .lg\:border-e-teal-600\/0 {
    border-inline-end-color: rgb(13 148 136 / 0);
  }

  .lg\:border-e-teal-600\/10 {
    border-inline-end-color: rgb(13 148 136 / 0.1);
  }

  .lg\:border-e-teal-600\/100 {
    border-inline-end-color: rgb(13 148 136 / 1);
  }

  .lg\:border-e-teal-600\/15 {
    border-inline-end-color: rgb(13 148 136 / 0.15);
  }

  .lg\:border-e-teal-600\/20 {
    border-inline-end-color: rgb(13 148 136 / 0.2);
  }

  .lg\:border-e-teal-600\/25 {
    border-inline-end-color: rgb(13 148 136 / 0.25);
  }

  .lg\:border-e-teal-600\/30 {
    border-inline-end-color: rgb(13 148 136 / 0.3);
  }

  .lg\:border-e-teal-600\/35 {
    border-inline-end-color: rgb(13 148 136 / 0.35);
  }

  .lg\:border-e-teal-600\/40 {
    border-inline-end-color: rgb(13 148 136 / 0.4);
  }

  .lg\:border-e-teal-600\/45 {
    border-inline-end-color: rgb(13 148 136 / 0.45);
  }

  .lg\:border-e-teal-600\/5 {
    border-inline-end-color: rgb(13 148 136 / 0.05);
  }

  .lg\:border-e-teal-600\/50 {
    border-inline-end-color: rgb(13 148 136 / 0.5);
  }

  .lg\:border-e-teal-600\/55 {
    border-inline-end-color: rgb(13 148 136 / 0.55);
  }

  .lg\:border-e-teal-600\/60 {
    border-inline-end-color: rgb(13 148 136 / 0.6);
  }

  .lg\:border-e-teal-600\/65 {
    border-inline-end-color: rgb(13 148 136 / 0.65);
  }

  .lg\:border-e-teal-600\/70 {
    border-inline-end-color: rgb(13 148 136 / 0.7);
  }

  .lg\:border-e-teal-600\/75 {
    border-inline-end-color: rgb(13 148 136 / 0.75);
  }

  .lg\:border-e-teal-600\/80 {
    border-inline-end-color: rgb(13 148 136 / 0.8);
  }

  .lg\:border-e-teal-600\/85 {
    border-inline-end-color: rgb(13 148 136 / 0.85);
  }

  .lg\:border-e-teal-600\/90 {
    border-inline-end-color: rgb(13 148 136 / 0.9);
  }

  .lg\:border-e-teal-600\/95 {
    border-inline-end-color: rgb(13 148 136 / 0.95);
  }

  .lg\:border-e-teal-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(15 118 110 / var(--tw-border-opacity));
  }

  .lg\:border-e-teal-700\/0 {
    border-inline-end-color: rgb(15 118 110 / 0);
  }

  .lg\:border-e-teal-700\/10 {
    border-inline-end-color: rgb(15 118 110 / 0.1);
  }

  .lg\:border-e-teal-700\/100 {
    border-inline-end-color: rgb(15 118 110 / 1);
  }

  .lg\:border-e-teal-700\/15 {
    border-inline-end-color: rgb(15 118 110 / 0.15);
  }

  .lg\:border-e-teal-700\/20 {
    border-inline-end-color: rgb(15 118 110 / 0.2);
  }

  .lg\:border-e-teal-700\/25 {
    border-inline-end-color: rgb(15 118 110 / 0.25);
  }

  .lg\:border-e-teal-700\/30 {
    border-inline-end-color: rgb(15 118 110 / 0.3);
  }

  .lg\:border-e-teal-700\/35 {
    border-inline-end-color: rgb(15 118 110 / 0.35);
  }

  .lg\:border-e-teal-700\/40 {
    border-inline-end-color: rgb(15 118 110 / 0.4);
  }

  .lg\:border-e-teal-700\/45 {
    border-inline-end-color: rgb(15 118 110 / 0.45);
  }

  .lg\:border-e-teal-700\/5 {
    border-inline-end-color: rgb(15 118 110 / 0.05);
  }

  .lg\:border-e-teal-700\/50 {
    border-inline-end-color: rgb(15 118 110 / 0.5);
  }

  .lg\:border-e-teal-700\/55 {
    border-inline-end-color: rgb(15 118 110 / 0.55);
  }

  .lg\:border-e-teal-700\/60 {
    border-inline-end-color: rgb(15 118 110 / 0.6);
  }

  .lg\:border-e-teal-700\/65 {
    border-inline-end-color: rgb(15 118 110 / 0.65);
  }

  .lg\:border-e-teal-700\/70 {
    border-inline-end-color: rgb(15 118 110 / 0.7);
  }

  .lg\:border-e-teal-700\/75 {
    border-inline-end-color: rgb(15 118 110 / 0.75);
  }

  .lg\:border-e-teal-700\/80 {
    border-inline-end-color: rgb(15 118 110 / 0.8);
  }

  .lg\:border-e-teal-700\/85 {
    border-inline-end-color: rgb(15 118 110 / 0.85);
  }

  .lg\:border-e-teal-700\/90 {
    border-inline-end-color: rgb(15 118 110 / 0.9);
  }

  .lg\:border-e-teal-700\/95 {
    border-inline-end-color: rgb(15 118 110 / 0.95);
  }

  .lg\:border-e-teal-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(17 94 89 / var(--tw-border-opacity));
  }

  .lg\:border-e-teal-800\/0 {
    border-inline-end-color: rgb(17 94 89 / 0);
  }

  .lg\:border-e-teal-800\/10 {
    border-inline-end-color: rgb(17 94 89 / 0.1);
  }

  .lg\:border-e-teal-800\/100 {
    border-inline-end-color: rgb(17 94 89 / 1);
  }

  .lg\:border-e-teal-800\/15 {
    border-inline-end-color: rgb(17 94 89 / 0.15);
  }

  .lg\:border-e-teal-800\/20 {
    border-inline-end-color: rgb(17 94 89 / 0.2);
  }

  .lg\:border-e-teal-800\/25 {
    border-inline-end-color: rgb(17 94 89 / 0.25);
  }

  .lg\:border-e-teal-800\/30 {
    border-inline-end-color: rgb(17 94 89 / 0.3);
  }

  .lg\:border-e-teal-800\/35 {
    border-inline-end-color: rgb(17 94 89 / 0.35);
  }

  .lg\:border-e-teal-800\/40 {
    border-inline-end-color: rgb(17 94 89 / 0.4);
  }

  .lg\:border-e-teal-800\/45 {
    border-inline-end-color: rgb(17 94 89 / 0.45);
  }

  .lg\:border-e-teal-800\/5 {
    border-inline-end-color: rgb(17 94 89 / 0.05);
  }

  .lg\:border-e-teal-800\/50 {
    border-inline-end-color: rgb(17 94 89 / 0.5);
  }

  .lg\:border-e-teal-800\/55 {
    border-inline-end-color: rgb(17 94 89 / 0.55);
  }

  .lg\:border-e-teal-800\/60 {
    border-inline-end-color: rgb(17 94 89 / 0.6);
  }

  .lg\:border-e-teal-800\/65 {
    border-inline-end-color: rgb(17 94 89 / 0.65);
  }

  .lg\:border-e-teal-800\/70 {
    border-inline-end-color: rgb(17 94 89 / 0.7);
  }

  .lg\:border-e-teal-800\/75 {
    border-inline-end-color: rgb(17 94 89 / 0.75);
  }

  .lg\:border-e-teal-800\/80 {
    border-inline-end-color: rgb(17 94 89 / 0.8);
  }

  .lg\:border-e-teal-800\/85 {
    border-inline-end-color: rgb(17 94 89 / 0.85);
  }

  .lg\:border-e-teal-800\/90 {
    border-inline-end-color: rgb(17 94 89 / 0.9);
  }

  .lg\:border-e-teal-800\/95 {
    border-inline-end-color: rgb(17 94 89 / 0.95);
  }

  .lg\:border-e-teal-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(19 78 74 / var(--tw-border-opacity));
  }

  .lg\:border-e-teal-900\/0 {
    border-inline-end-color: rgb(19 78 74 / 0);
  }

  .lg\:border-e-teal-900\/10 {
    border-inline-end-color: rgb(19 78 74 / 0.1);
  }

  .lg\:border-e-teal-900\/100 {
    border-inline-end-color: rgb(19 78 74 / 1);
  }

  .lg\:border-e-teal-900\/15 {
    border-inline-end-color: rgb(19 78 74 / 0.15);
  }

  .lg\:border-e-teal-900\/20 {
    border-inline-end-color: rgb(19 78 74 / 0.2);
  }

  .lg\:border-e-teal-900\/25 {
    border-inline-end-color: rgb(19 78 74 / 0.25);
  }

  .lg\:border-e-teal-900\/30 {
    border-inline-end-color: rgb(19 78 74 / 0.3);
  }

  .lg\:border-e-teal-900\/35 {
    border-inline-end-color: rgb(19 78 74 / 0.35);
  }

  .lg\:border-e-teal-900\/40 {
    border-inline-end-color: rgb(19 78 74 / 0.4);
  }

  .lg\:border-e-teal-900\/45 {
    border-inline-end-color: rgb(19 78 74 / 0.45);
  }

  .lg\:border-e-teal-900\/5 {
    border-inline-end-color: rgb(19 78 74 / 0.05);
  }

  .lg\:border-e-teal-900\/50 {
    border-inline-end-color: rgb(19 78 74 / 0.5);
  }

  .lg\:border-e-teal-900\/55 {
    border-inline-end-color: rgb(19 78 74 / 0.55);
  }

  .lg\:border-e-teal-900\/60 {
    border-inline-end-color: rgb(19 78 74 / 0.6);
  }

  .lg\:border-e-teal-900\/65 {
    border-inline-end-color: rgb(19 78 74 / 0.65);
  }

  .lg\:border-e-teal-900\/70 {
    border-inline-end-color: rgb(19 78 74 / 0.7);
  }

  .lg\:border-e-teal-900\/75 {
    border-inline-end-color: rgb(19 78 74 / 0.75);
  }

  .lg\:border-e-teal-900\/80 {
    border-inline-end-color: rgb(19 78 74 / 0.8);
  }

  .lg\:border-e-teal-900\/85 {
    border-inline-end-color: rgb(19 78 74 / 0.85);
  }

  .lg\:border-e-teal-900\/90 {
    border-inline-end-color: rgb(19 78 74 / 0.9);
  }

  .lg\:border-e-teal-900\/95 {
    border-inline-end-color: rgb(19 78 74 / 0.95);
  }

  .lg\:border-e-teal-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(4 47 46 / var(--tw-border-opacity));
  }

  .lg\:border-e-teal-950\/0 {
    border-inline-end-color: rgb(4 47 46 / 0);
  }

  .lg\:border-e-teal-950\/10 {
    border-inline-end-color: rgb(4 47 46 / 0.1);
  }

  .lg\:border-e-teal-950\/100 {
    border-inline-end-color: rgb(4 47 46 / 1);
  }

  .lg\:border-e-teal-950\/15 {
    border-inline-end-color: rgb(4 47 46 / 0.15);
  }

  .lg\:border-e-teal-950\/20 {
    border-inline-end-color: rgb(4 47 46 / 0.2);
  }

  .lg\:border-e-teal-950\/25 {
    border-inline-end-color: rgb(4 47 46 / 0.25);
  }

  .lg\:border-e-teal-950\/30 {
    border-inline-end-color: rgb(4 47 46 / 0.3);
  }

  .lg\:border-e-teal-950\/35 {
    border-inline-end-color: rgb(4 47 46 / 0.35);
  }

  .lg\:border-e-teal-950\/40 {
    border-inline-end-color: rgb(4 47 46 / 0.4);
  }

  .lg\:border-e-teal-950\/45 {
    border-inline-end-color: rgb(4 47 46 / 0.45);
  }

  .lg\:border-e-teal-950\/5 {
    border-inline-end-color: rgb(4 47 46 / 0.05);
  }

  .lg\:border-e-teal-950\/50 {
    border-inline-end-color: rgb(4 47 46 / 0.5);
  }

  .lg\:border-e-teal-950\/55 {
    border-inline-end-color: rgb(4 47 46 / 0.55);
  }

  .lg\:border-e-teal-950\/60 {
    border-inline-end-color: rgb(4 47 46 / 0.6);
  }

  .lg\:border-e-teal-950\/65 {
    border-inline-end-color: rgb(4 47 46 / 0.65);
  }

  .lg\:border-e-teal-950\/70 {
    border-inline-end-color: rgb(4 47 46 / 0.7);
  }

  .lg\:border-e-teal-950\/75 {
    border-inline-end-color: rgb(4 47 46 / 0.75);
  }

  .lg\:border-e-teal-950\/80 {
    border-inline-end-color: rgb(4 47 46 / 0.8);
  }

  .lg\:border-e-teal-950\/85 {
    border-inline-end-color: rgb(4 47 46 / 0.85);
  }

  .lg\:border-e-teal-950\/90 {
    border-inline-end-color: rgb(4 47 46 / 0.9);
  }

  .lg\:border-e-teal-950\/95 {
    border-inline-end-color: rgb(4 47 46 / 0.95);
  }

  .lg\:border-e-transparent {
    border-inline-end-color: transparent;
  }

  .lg\:border-e-transparent\/0 {
    border-inline-end-color: rgb(0 0 0 / 0);
  }

  .lg\:border-e-transparent\/10 {
    border-inline-end-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-e-transparent\/100 {
    border-inline-end-color: rgb(0 0 0 / 1);
  }

  .lg\:border-e-transparent\/15 {
    border-inline-end-color: rgb(0 0 0 / 0.15);
  }

  .lg\:border-e-transparent\/20 {
    border-inline-end-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-e-transparent\/25 {
    border-inline-end-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-e-transparent\/30 {
    border-inline-end-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-e-transparent\/35 {
    border-inline-end-color: rgb(0 0 0 / 0.35);
  }

  .lg\:border-e-transparent\/40 {
    border-inline-end-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-e-transparent\/45 {
    border-inline-end-color: rgb(0 0 0 / 0.45);
  }

  .lg\:border-e-transparent\/5 {
    border-inline-end-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-e-transparent\/50 {
    border-inline-end-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-e-transparent\/55 {
    border-inline-end-color: rgb(0 0 0 / 0.55);
  }

  .lg\:border-e-transparent\/60 {
    border-inline-end-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-e-transparent\/65 {
    border-inline-end-color: rgb(0 0 0 / 0.65);
  }

  .lg\:border-e-transparent\/70 {
    border-inline-end-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-e-transparent\/75 {
    border-inline-end-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-e-transparent\/80 {
    border-inline-end-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-e-transparent\/85 {
    border-inline-end-color: rgb(0 0 0 / 0.85);
  }

  .lg\:border-e-transparent\/90 {
    border-inline-end-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-e-transparent\/95 {
    border-inline-end-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-e-violet-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(237 233 254 / var(--tw-border-opacity));
  }

  .lg\:border-e-violet-100\/0 {
    border-inline-end-color: rgb(237 233 254 / 0);
  }

  .lg\:border-e-violet-100\/10 {
    border-inline-end-color: rgb(237 233 254 / 0.1);
  }

  .lg\:border-e-violet-100\/100 {
    border-inline-end-color: rgb(237 233 254 / 1);
  }

  .lg\:border-e-violet-100\/15 {
    border-inline-end-color: rgb(237 233 254 / 0.15);
  }

  .lg\:border-e-violet-100\/20 {
    border-inline-end-color: rgb(237 233 254 / 0.2);
  }

  .lg\:border-e-violet-100\/25 {
    border-inline-end-color: rgb(237 233 254 / 0.25);
  }

  .lg\:border-e-violet-100\/30 {
    border-inline-end-color: rgb(237 233 254 / 0.3);
  }

  .lg\:border-e-violet-100\/35 {
    border-inline-end-color: rgb(237 233 254 / 0.35);
  }

  .lg\:border-e-violet-100\/40 {
    border-inline-end-color: rgb(237 233 254 / 0.4);
  }

  .lg\:border-e-violet-100\/45 {
    border-inline-end-color: rgb(237 233 254 / 0.45);
  }

  .lg\:border-e-violet-100\/5 {
    border-inline-end-color: rgb(237 233 254 / 0.05);
  }

  .lg\:border-e-violet-100\/50 {
    border-inline-end-color: rgb(237 233 254 / 0.5);
  }

  .lg\:border-e-violet-100\/55 {
    border-inline-end-color: rgb(237 233 254 / 0.55);
  }

  .lg\:border-e-violet-100\/60 {
    border-inline-end-color: rgb(237 233 254 / 0.6);
  }

  .lg\:border-e-violet-100\/65 {
    border-inline-end-color: rgb(237 233 254 / 0.65);
  }

  .lg\:border-e-violet-100\/70 {
    border-inline-end-color: rgb(237 233 254 / 0.7);
  }

  .lg\:border-e-violet-100\/75 {
    border-inline-end-color: rgb(237 233 254 / 0.75);
  }

  .lg\:border-e-violet-100\/80 {
    border-inline-end-color: rgb(237 233 254 / 0.8);
  }

  .lg\:border-e-violet-100\/85 {
    border-inline-end-color: rgb(237 233 254 / 0.85);
  }

  .lg\:border-e-violet-100\/90 {
    border-inline-end-color: rgb(237 233 254 / 0.9);
  }

  .lg\:border-e-violet-100\/95 {
    border-inline-end-color: rgb(237 233 254 / 0.95);
  }

  .lg\:border-e-violet-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(221 214 254 / var(--tw-border-opacity));
  }

  .lg\:border-e-violet-200\/0 {
    border-inline-end-color: rgb(221 214 254 / 0);
  }

  .lg\:border-e-violet-200\/10 {
    border-inline-end-color: rgb(221 214 254 / 0.1);
  }

  .lg\:border-e-violet-200\/100 {
    border-inline-end-color: rgb(221 214 254 / 1);
  }

  .lg\:border-e-violet-200\/15 {
    border-inline-end-color: rgb(221 214 254 / 0.15);
  }

  .lg\:border-e-violet-200\/20 {
    border-inline-end-color: rgb(221 214 254 / 0.2);
  }

  .lg\:border-e-violet-200\/25 {
    border-inline-end-color: rgb(221 214 254 / 0.25);
  }

  .lg\:border-e-violet-200\/30 {
    border-inline-end-color: rgb(221 214 254 / 0.3);
  }

  .lg\:border-e-violet-200\/35 {
    border-inline-end-color: rgb(221 214 254 / 0.35);
  }

  .lg\:border-e-violet-200\/40 {
    border-inline-end-color: rgb(221 214 254 / 0.4);
  }

  .lg\:border-e-violet-200\/45 {
    border-inline-end-color: rgb(221 214 254 / 0.45);
  }

  .lg\:border-e-violet-200\/5 {
    border-inline-end-color: rgb(221 214 254 / 0.05);
  }

  .lg\:border-e-violet-200\/50 {
    border-inline-end-color: rgb(221 214 254 / 0.5);
  }

  .lg\:border-e-violet-200\/55 {
    border-inline-end-color: rgb(221 214 254 / 0.55);
  }

  .lg\:border-e-violet-200\/60 {
    border-inline-end-color: rgb(221 214 254 / 0.6);
  }

  .lg\:border-e-violet-200\/65 {
    border-inline-end-color: rgb(221 214 254 / 0.65);
  }

  .lg\:border-e-violet-200\/70 {
    border-inline-end-color: rgb(221 214 254 / 0.7);
  }

  .lg\:border-e-violet-200\/75 {
    border-inline-end-color: rgb(221 214 254 / 0.75);
  }

  .lg\:border-e-violet-200\/80 {
    border-inline-end-color: rgb(221 214 254 / 0.8);
  }

  .lg\:border-e-violet-200\/85 {
    border-inline-end-color: rgb(221 214 254 / 0.85);
  }

  .lg\:border-e-violet-200\/90 {
    border-inline-end-color: rgb(221 214 254 / 0.9);
  }

  .lg\:border-e-violet-200\/95 {
    border-inline-end-color: rgb(221 214 254 / 0.95);
  }

  .lg\:border-e-violet-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(196 181 253 / var(--tw-border-opacity));
  }

  .lg\:border-e-violet-300\/0 {
    border-inline-end-color: rgb(196 181 253 / 0);
  }

  .lg\:border-e-violet-300\/10 {
    border-inline-end-color: rgb(196 181 253 / 0.1);
  }

  .lg\:border-e-violet-300\/100 {
    border-inline-end-color: rgb(196 181 253 / 1);
  }

  .lg\:border-e-violet-300\/15 {
    border-inline-end-color: rgb(196 181 253 / 0.15);
  }

  .lg\:border-e-violet-300\/20 {
    border-inline-end-color: rgb(196 181 253 / 0.2);
  }

  .lg\:border-e-violet-300\/25 {
    border-inline-end-color: rgb(196 181 253 / 0.25);
  }

  .lg\:border-e-violet-300\/30 {
    border-inline-end-color: rgb(196 181 253 / 0.3);
  }

  .lg\:border-e-violet-300\/35 {
    border-inline-end-color: rgb(196 181 253 / 0.35);
  }

  .lg\:border-e-violet-300\/40 {
    border-inline-end-color: rgb(196 181 253 / 0.4);
  }

  .lg\:border-e-violet-300\/45 {
    border-inline-end-color: rgb(196 181 253 / 0.45);
  }

  .lg\:border-e-violet-300\/5 {
    border-inline-end-color: rgb(196 181 253 / 0.05);
  }

  .lg\:border-e-violet-300\/50 {
    border-inline-end-color: rgb(196 181 253 / 0.5);
  }

  .lg\:border-e-violet-300\/55 {
    border-inline-end-color: rgb(196 181 253 / 0.55);
  }

  .lg\:border-e-violet-300\/60 {
    border-inline-end-color: rgb(196 181 253 / 0.6);
  }

  .lg\:border-e-violet-300\/65 {
    border-inline-end-color: rgb(196 181 253 / 0.65);
  }

  .lg\:border-e-violet-300\/70 {
    border-inline-end-color: rgb(196 181 253 / 0.7);
  }

  .lg\:border-e-violet-300\/75 {
    border-inline-end-color: rgb(196 181 253 / 0.75);
  }

  .lg\:border-e-violet-300\/80 {
    border-inline-end-color: rgb(196 181 253 / 0.8);
  }

  .lg\:border-e-violet-300\/85 {
    border-inline-end-color: rgb(196 181 253 / 0.85);
  }

  .lg\:border-e-violet-300\/90 {
    border-inline-end-color: rgb(196 181 253 / 0.9);
  }

  .lg\:border-e-violet-300\/95 {
    border-inline-end-color: rgb(196 181 253 / 0.95);
  }

  .lg\:border-e-violet-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(167 139 250 / var(--tw-border-opacity));
  }

  .lg\:border-e-violet-400\/0 {
    border-inline-end-color: rgb(167 139 250 / 0);
  }

  .lg\:border-e-violet-400\/10 {
    border-inline-end-color: rgb(167 139 250 / 0.1);
  }

  .lg\:border-e-violet-400\/100 {
    border-inline-end-color: rgb(167 139 250 / 1);
  }

  .lg\:border-e-violet-400\/15 {
    border-inline-end-color: rgb(167 139 250 / 0.15);
  }

  .lg\:border-e-violet-400\/20 {
    border-inline-end-color: rgb(167 139 250 / 0.2);
  }

  .lg\:border-e-violet-400\/25 {
    border-inline-end-color: rgb(167 139 250 / 0.25);
  }

  .lg\:border-e-violet-400\/30 {
    border-inline-end-color: rgb(167 139 250 / 0.3);
  }

  .lg\:border-e-violet-400\/35 {
    border-inline-end-color: rgb(167 139 250 / 0.35);
  }

  .lg\:border-e-violet-400\/40 {
    border-inline-end-color: rgb(167 139 250 / 0.4);
  }

  .lg\:border-e-violet-400\/45 {
    border-inline-end-color: rgb(167 139 250 / 0.45);
  }

  .lg\:border-e-violet-400\/5 {
    border-inline-end-color: rgb(167 139 250 / 0.05);
  }

  .lg\:border-e-violet-400\/50 {
    border-inline-end-color: rgb(167 139 250 / 0.5);
  }

  .lg\:border-e-violet-400\/55 {
    border-inline-end-color: rgb(167 139 250 / 0.55);
  }

  .lg\:border-e-violet-400\/60 {
    border-inline-end-color: rgb(167 139 250 / 0.6);
  }

  .lg\:border-e-violet-400\/65 {
    border-inline-end-color: rgb(167 139 250 / 0.65);
  }

  .lg\:border-e-violet-400\/70 {
    border-inline-end-color: rgb(167 139 250 / 0.7);
  }

  .lg\:border-e-violet-400\/75 {
    border-inline-end-color: rgb(167 139 250 / 0.75);
  }

  .lg\:border-e-violet-400\/80 {
    border-inline-end-color: rgb(167 139 250 / 0.8);
  }

  .lg\:border-e-violet-400\/85 {
    border-inline-end-color: rgb(167 139 250 / 0.85);
  }

  .lg\:border-e-violet-400\/90 {
    border-inline-end-color: rgb(167 139 250 / 0.9);
  }

  .lg\:border-e-violet-400\/95 {
    border-inline-end-color: rgb(167 139 250 / 0.95);
  }

  .lg\:border-e-violet-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(245 243 255 / var(--tw-border-opacity));
  }

  .lg\:border-e-violet-50\/0 {
    border-inline-end-color: rgb(245 243 255 / 0);
  }

  .lg\:border-e-violet-50\/10 {
    border-inline-end-color: rgb(245 243 255 / 0.1);
  }

  .lg\:border-e-violet-50\/100 {
    border-inline-end-color: rgb(245 243 255 / 1);
  }

  .lg\:border-e-violet-50\/15 {
    border-inline-end-color: rgb(245 243 255 / 0.15);
  }

  .lg\:border-e-violet-50\/20 {
    border-inline-end-color: rgb(245 243 255 / 0.2);
  }

  .lg\:border-e-violet-50\/25 {
    border-inline-end-color: rgb(245 243 255 / 0.25);
  }

  .lg\:border-e-violet-50\/30 {
    border-inline-end-color: rgb(245 243 255 / 0.3);
  }

  .lg\:border-e-violet-50\/35 {
    border-inline-end-color: rgb(245 243 255 / 0.35);
  }

  .lg\:border-e-violet-50\/40 {
    border-inline-end-color: rgb(245 243 255 / 0.4);
  }

  .lg\:border-e-violet-50\/45 {
    border-inline-end-color: rgb(245 243 255 / 0.45);
  }

  .lg\:border-e-violet-50\/5 {
    border-inline-end-color: rgb(245 243 255 / 0.05);
  }

  .lg\:border-e-violet-50\/50 {
    border-inline-end-color: rgb(245 243 255 / 0.5);
  }

  .lg\:border-e-violet-50\/55 {
    border-inline-end-color: rgb(245 243 255 / 0.55);
  }

  .lg\:border-e-violet-50\/60 {
    border-inline-end-color: rgb(245 243 255 / 0.6);
  }

  .lg\:border-e-violet-50\/65 {
    border-inline-end-color: rgb(245 243 255 / 0.65);
  }

  .lg\:border-e-violet-50\/70 {
    border-inline-end-color: rgb(245 243 255 / 0.7);
  }

  .lg\:border-e-violet-50\/75 {
    border-inline-end-color: rgb(245 243 255 / 0.75);
  }

  .lg\:border-e-violet-50\/80 {
    border-inline-end-color: rgb(245 243 255 / 0.8);
  }

  .lg\:border-e-violet-50\/85 {
    border-inline-end-color: rgb(245 243 255 / 0.85);
  }

  .lg\:border-e-violet-50\/90 {
    border-inline-end-color: rgb(245 243 255 / 0.9);
  }

  .lg\:border-e-violet-50\/95 {
    border-inline-end-color: rgb(245 243 255 / 0.95);
  }

  .lg\:border-e-violet-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(139 92 246 / var(--tw-border-opacity));
  }

  .lg\:border-e-violet-500\/0 {
    border-inline-end-color: rgb(139 92 246 / 0);
  }

  .lg\:border-e-violet-500\/10 {
    border-inline-end-color: rgb(139 92 246 / 0.1);
  }

  .lg\:border-e-violet-500\/100 {
    border-inline-end-color: rgb(139 92 246 / 1);
  }

  .lg\:border-e-violet-500\/15 {
    border-inline-end-color: rgb(139 92 246 / 0.15);
  }

  .lg\:border-e-violet-500\/20 {
    border-inline-end-color: rgb(139 92 246 / 0.2);
  }

  .lg\:border-e-violet-500\/25 {
    border-inline-end-color: rgb(139 92 246 / 0.25);
  }

  .lg\:border-e-violet-500\/30 {
    border-inline-end-color: rgb(139 92 246 / 0.3);
  }

  .lg\:border-e-violet-500\/35 {
    border-inline-end-color: rgb(139 92 246 / 0.35);
  }

  .lg\:border-e-violet-500\/40 {
    border-inline-end-color: rgb(139 92 246 / 0.4);
  }

  .lg\:border-e-violet-500\/45 {
    border-inline-end-color: rgb(139 92 246 / 0.45);
  }

  .lg\:border-e-violet-500\/5 {
    border-inline-end-color: rgb(139 92 246 / 0.05);
  }

  .lg\:border-e-violet-500\/50 {
    border-inline-end-color: rgb(139 92 246 / 0.5);
  }

  .lg\:border-e-violet-500\/55 {
    border-inline-end-color: rgb(139 92 246 / 0.55);
  }

  .lg\:border-e-violet-500\/60 {
    border-inline-end-color: rgb(139 92 246 / 0.6);
  }

  .lg\:border-e-violet-500\/65 {
    border-inline-end-color: rgb(139 92 246 / 0.65);
  }

  .lg\:border-e-violet-500\/70 {
    border-inline-end-color: rgb(139 92 246 / 0.7);
  }

  .lg\:border-e-violet-500\/75 {
    border-inline-end-color: rgb(139 92 246 / 0.75);
  }

  .lg\:border-e-violet-500\/80 {
    border-inline-end-color: rgb(139 92 246 / 0.8);
  }

  .lg\:border-e-violet-500\/85 {
    border-inline-end-color: rgb(139 92 246 / 0.85);
  }

  .lg\:border-e-violet-500\/90 {
    border-inline-end-color: rgb(139 92 246 / 0.9);
  }

  .lg\:border-e-violet-500\/95 {
    border-inline-end-color: rgb(139 92 246 / 0.95);
  }

  .lg\:border-e-violet-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(124 58 237 / var(--tw-border-opacity));
  }

  .lg\:border-e-violet-600\/0 {
    border-inline-end-color: rgb(124 58 237 / 0);
  }

  .lg\:border-e-violet-600\/10 {
    border-inline-end-color: rgb(124 58 237 / 0.1);
  }

  .lg\:border-e-violet-600\/100 {
    border-inline-end-color: rgb(124 58 237 / 1);
  }

  .lg\:border-e-violet-600\/15 {
    border-inline-end-color: rgb(124 58 237 / 0.15);
  }

  .lg\:border-e-violet-600\/20 {
    border-inline-end-color: rgb(124 58 237 / 0.2);
  }

  .lg\:border-e-violet-600\/25 {
    border-inline-end-color: rgb(124 58 237 / 0.25);
  }

  .lg\:border-e-violet-600\/30 {
    border-inline-end-color: rgb(124 58 237 / 0.3);
  }

  .lg\:border-e-violet-600\/35 {
    border-inline-end-color: rgb(124 58 237 / 0.35);
  }

  .lg\:border-e-violet-600\/40 {
    border-inline-end-color: rgb(124 58 237 / 0.4);
  }

  .lg\:border-e-violet-600\/45 {
    border-inline-end-color: rgb(124 58 237 / 0.45);
  }

  .lg\:border-e-violet-600\/5 {
    border-inline-end-color: rgb(124 58 237 / 0.05);
  }

  .lg\:border-e-violet-600\/50 {
    border-inline-end-color: rgb(124 58 237 / 0.5);
  }

  .lg\:border-e-violet-600\/55 {
    border-inline-end-color: rgb(124 58 237 / 0.55);
  }

  .lg\:border-e-violet-600\/60 {
    border-inline-end-color: rgb(124 58 237 / 0.6);
  }

  .lg\:border-e-violet-600\/65 {
    border-inline-end-color: rgb(124 58 237 / 0.65);
  }

  .lg\:border-e-violet-600\/70 {
    border-inline-end-color: rgb(124 58 237 / 0.7);
  }

  .lg\:border-e-violet-600\/75 {
    border-inline-end-color: rgb(124 58 237 / 0.75);
  }

  .lg\:border-e-violet-600\/80 {
    border-inline-end-color: rgb(124 58 237 / 0.8);
  }

  .lg\:border-e-violet-600\/85 {
    border-inline-end-color: rgb(124 58 237 / 0.85);
  }

  .lg\:border-e-violet-600\/90 {
    border-inline-end-color: rgb(124 58 237 / 0.9);
  }

  .lg\:border-e-violet-600\/95 {
    border-inline-end-color: rgb(124 58 237 / 0.95);
  }

  .lg\:border-e-violet-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(109 40 217 / var(--tw-border-opacity));
  }

  .lg\:border-e-violet-700\/0 {
    border-inline-end-color: rgb(109 40 217 / 0);
  }

  .lg\:border-e-violet-700\/10 {
    border-inline-end-color: rgb(109 40 217 / 0.1);
  }

  .lg\:border-e-violet-700\/100 {
    border-inline-end-color: rgb(109 40 217 / 1);
  }

  .lg\:border-e-violet-700\/15 {
    border-inline-end-color: rgb(109 40 217 / 0.15);
  }

  .lg\:border-e-violet-700\/20 {
    border-inline-end-color: rgb(109 40 217 / 0.2);
  }

  .lg\:border-e-violet-700\/25 {
    border-inline-end-color: rgb(109 40 217 / 0.25);
  }

  .lg\:border-e-violet-700\/30 {
    border-inline-end-color: rgb(109 40 217 / 0.3);
  }

  .lg\:border-e-violet-700\/35 {
    border-inline-end-color: rgb(109 40 217 / 0.35);
  }

  .lg\:border-e-violet-700\/40 {
    border-inline-end-color: rgb(109 40 217 / 0.4);
  }

  .lg\:border-e-violet-700\/45 {
    border-inline-end-color: rgb(109 40 217 / 0.45);
  }

  .lg\:border-e-violet-700\/5 {
    border-inline-end-color: rgb(109 40 217 / 0.05);
  }

  .lg\:border-e-violet-700\/50 {
    border-inline-end-color: rgb(109 40 217 / 0.5);
  }

  .lg\:border-e-violet-700\/55 {
    border-inline-end-color: rgb(109 40 217 / 0.55);
  }

  .lg\:border-e-violet-700\/60 {
    border-inline-end-color: rgb(109 40 217 / 0.6);
  }

  .lg\:border-e-violet-700\/65 {
    border-inline-end-color: rgb(109 40 217 / 0.65);
  }

  .lg\:border-e-violet-700\/70 {
    border-inline-end-color: rgb(109 40 217 / 0.7);
  }

  .lg\:border-e-violet-700\/75 {
    border-inline-end-color: rgb(109 40 217 / 0.75);
  }

  .lg\:border-e-violet-700\/80 {
    border-inline-end-color: rgb(109 40 217 / 0.8);
  }

  .lg\:border-e-violet-700\/85 {
    border-inline-end-color: rgb(109 40 217 / 0.85);
  }

  .lg\:border-e-violet-700\/90 {
    border-inline-end-color: rgb(109 40 217 / 0.9);
  }

  .lg\:border-e-violet-700\/95 {
    border-inline-end-color: rgb(109 40 217 / 0.95);
  }

  .lg\:border-e-violet-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(91 33 182 / var(--tw-border-opacity));
  }

  .lg\:border-e-violet-800\/0 {
    border-inline-end-color: rgb(91 33 182 / 0);
  }

  .lg\:border-e-violet-800\/10 {
    border-inline-end-color: rgb(91 33 182 / 0.1);
  }

  .lg\:border-e-violet-800\/100 {
    border-inline-end-color: rgb(91 33 182 / 1);
  }

  .lg\:border-e-violet-800\/15 {
    border-inline-end-color: rgb(91 33 182 / 0.15);
  }

  .lg\:border-e-violet-800\/20 {
    border-inline-end-color: rgb(91 33 182 / 0.2);
  }

  .lg\:border-e-violet-800\/25 {
    border-inline-end-color: rgb(91 33 182 / 0.25);
  }

  .lg\:border-e-violet-800\/30 {
    border-inline-end-color: rgb(91 33 182 / 0.3);
  }

  .lg\:border-e-violet-800\/35 {
    border-inline-end-color: rgb(91 33 182 / 0.35);
  }

  .lg\:border-e-violet-800\/40 {
    border-inline-end-color: rgb(91 33 182 / 0.4);
  }

  .lg\:border-e-violet-800\/45 {
    border-inline-end-color: rgb(91 33 182 / 0.45);
  }

  .lg\:border-e-violet-800\/5 {
    border-inline-end-color: rgb(91 33 182 / 0.05);
  }

  .lg\:border-e-violet-800\/50 {
    border-inline-end-color: rgb(91 33 182 / 0.5);
  }

  .lg\:border-e-violet-800\/55 {
    border-inline-end-color: rgb(91 33 182 / 0.55);
  }

  .lg\:border-e-violet-800\/60 {
    border-inline-end-color: rgb(91 33 182 / 0.6);
  }

  .lg\:border-e-violet-800\/65 {
    border-inline-end-color: rgb(91 33 182 / 0.65);
  }

  .lg\:border-e-violet-800\/70 {
    border-inline-end-color: rgb(91 33 182 / 0.7);
  }

  .lg\:border-e-violet-800\/75 {
    border-inline-end-color: rgb(91 33 182 / 0.75);
  }

  .lg\:border-e-violet-800\/80 {
    border-inline-end-color: rgb(91 33 182 / 0.8);
  }

  .lg\:border-e-violet-800\/85 {
    border-inline-end-color: rgb(91 33 182 / 0.85);
  }

  .lg\:border-e-violet-800\/90 {
    border-inline-end-color: rgb(91 33 182 / 0.9);
  }

  .lg\:border-e-violet-800\/95 {
    border-inline-end-color: rgb(91 33 182 / 0.95);
  }

  .lg\:border-e-violet-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(76 29 149 / var(--tw-border-opacity));
  }

  .lg\:border-e-violet-900\/0 {
    border-inline-end-color: rgb(76 29 149 / 0);
  }

  .lg\:border-e-violet-900\/10 {
    border-inline-end-color: rgb(76 29 149 / 0.1);
  }

  .lg\:border-e-violet-900\/100 {
    border-inline-end-color: rgb(76 29 149 / 1);
  }

  .lg\:border-e-violet-900\/15 {
    border-inline-end-color: rgb(76 29 149 / 0.15);
  }

  .lg\:border-e-violet-900\/20 {
    border-inline-end-color: rgb(76 29 149 / 0.2);
  }

  .lg\:border-e-violet-900\/25 {
    border-inline-end-color: rgb(76 29 149 / 0.25);
  }

  .lg\:border-e-violet-900\/30 {
    border-inline-end-color: rgb(76 29 149 / 0.3);
  }

  .lg\:border-e-violet-900\/35 {
    border-inline-end-color: rgb(76 29 149 / 0.35);
  }

  .lg\:border-e-violet-900\/40 {
    border-inline-end-color: rgb(76 29 149 / 0.4);
  }

  .lg\:border-e-violet-900\/45 {
    border-inline-end-color: rgb(76 29 149 / 0.45);
  }

  .lg\:border-e-violet-900\/5 {
    border-inline-end-color: rgb(76 29 149 / 0.05);
  }

  .lg\:border-e-violet-900\/50 {
    border-inline-end-color: rgb(76 29 149 / 0.5);
  }

  .lg\:border-e-violet-900\/55 {
    border-inline-end-color: rgb(76 29 149 / 0.55);
  }

  .lg\:border-e-violet-900\/60 {
    border-inline-end-color: rgb(76 29 149 / 0.6);
  }

  .lg\:border-e-violet-900\/65 {
    border-inline-end-color: rgb(76 29 149 / 0.65);
  }

  .lg\:border-e-violet-900\/70 {
    border-inline-end-color: rgb(76 29 149 / 0.7);
  }

  .lg\:border-e-violet-900\/75 {
    border-inline-end-color: rgb(76 29 149 / 0.75);
  }

  .lg\:border-e-violet-900\/80 {
    border-inline-end-color: rgb(76 29 149 / 0.8);
  }

  .lg\:border-e-violet-900\/85 {
    border-inline-end-color: rgb(76 29 149 / 0.85);
  }

  .lg\:border-e-violet-900\/90 {
    border-inline-end-color: rgb(76 29 149 / 0.9);
  }

  .lg\:border-e-violet-900\/95 {
    border-inline-end-color: rgb(76 29 149 / 0.95);
  }

  .lg\:border-e-violet-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(46 16 101 / var(--tw-border-opacity));
  }

  .lg\:border-e-violet-950\/0 {
    border-inline-end-color: rgb(46 16 101 / 0);
  }

  .lg\:border-e-violet-950\/10 {
    border-inline-end-color: rgb(46 16 101 / 0.1);
  }

  .lg\:border-e-violet-950\/100 {
    border-inline-end-color: rgb(46 16 101 / 1);
  }

  .lg\:border-e-violet-950\/15 {
    border-inline-end-color: rgb(46 16 101 / 0.15);
  }

  .lg\:border-e-violet-950\/20 {
    border-inline-end-color: rgb(46 16 101 / 0.2);
  }

  .lg\:border-e-violet-950\/25 {
    border-inline-end-color: rgb(46 16 101 / 0.25);
  }

  .lg\:border-e-violet-950\/30 {
    border-inline-end-color: rgb(46 16 101 / 0.3);
  }

  .lg\:border-e-violet-950\/35 {
    border-inline-end-color: rgb(46 16 101 / 0.35);
  }

  .lg\:border-e-violet-950\/40 {
    border-inline-end-color: rgb(46 16 101 / 0.4);
  }

  .lg\:border-e-violet-950\/45 {
    border-inline-end-color: rgb(46 16 101 / 0.45);
  }

  .lg\:border-e-violet-950\/5 {
    border-inline-end-color: rgb(46 16 101 / 0.05);
  }

  .lg\:border-e-violet-950\/50 {
    border-inline-end-color: rgb(46 16 101 / 0.5);
  }

  .lg\:border-e-violet-950\/55 {
    border-inline-end-color: rgb(46 16 101 / 0.55);
  }

  .lg\:border-e-violet-950\/60 {
    border-inline-end-color: rgb(46 16 101 / 0.6);
  }

  .lg\:border-e-violet-950\/65 {
    border-inline-end-color: rgb(46 16 101 / 0.65);
  }

  .lg\:border-e-violet-950\/70 {
    border-inline-end-color: rgb(46 16 101 / 0.7);
  }

  .lg\:border-e-violet-950\/75 {
    border-inline-end-color: rgb(46 16 101 / 0.75);
  }

  .lg\:border-e-violet-950\/80 {
    border-inline-end-color: rgb(46 16 101 / 0.8);
  }

  .lg\:border-e-violet-950\/85 {
    border-inline-end-color: rgb(46 16 101 / 0.85);
  }

  .lg\:border-e-violet-950\/90 {
    border-inline-end-color: rgb(46 16 101 / 0.9);
  }

  .lg\:border-e-violet-950\/95 {
    border-inline-end-color: rgb(46 16 101 / 0.95);
  }

  .lg\:border-e-white {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .lg\:border-e-white\/0 {
    border-inline-end-color: rgb(255 255 255 / 0);
  }

  .lg\:border-e-white\/10 {
    border-inline-end-color: rgb(255 255 255 / 0.1);
  }

  .lg\:border-e-white\/100 {
    border-inline-end-color: rgb(255 255 255 / 1);
  }

  .lg\:border-e-white\/15 {
    border-inline-end-color: rgb(255 255 255 / 0.15);
  }

  .lg\:border-e-white\/20 {
    border-inline-end-color: rgb(255 255 255 / 0.2);
  }

  .lg\:border-e-white\/25 {
    border-inline-end-color: rgb(255 255 255 / 0.25);
  }

  .lg\:border-e-white\/30 {
    border-inline-end-color: rgb(255 255 255 / 0.3);
  }

  .lg\:border-e-white\/35 {
    border-inline-end-color: rgb(255 255 255 / 0.35);
  }

  .lg\:border-e-white\/40 {
    border-inline-end-color: rgb(255 255 255 / 0.4);
  }

  .lg\:border-e-white\/45 {
    border-inline-end-color: rgb(255 255 255 / 0.45);
  }

  .lg\:border-e-white\/5 {
    border-inline-end-color: rgb(255 255 255 / 0.05);
  }

  .lg\:border-e-white\/50 {
    border-inline-end-color: rgb(255 255 255 / 0.5);
  }

  .lg\:border-e-white\/55 {
    border-inline-end-color: rgb(255 255 255 / 0.55);
  }

  .lg\:border-e-white\/60 {
    border-inline-end-color: rgb(255 255 255 / 0.6);
  }

  .lg\:border-e-white\/65 {
    border-inline-end-color: rgb(255 255 255 / 0.65);
  }

  .lg\:border-e-white\/70 {
    border-inline-end-color: rgb(255 255 255 / 0.7);
  }

  .lg\:border-e-white\/75 {
    border-inline-end-color: rgb(255 255 255 / 0.75);
  }

  .lg\:border-e-white\/80 {
    border-inline-end-color: rgb(255 255 255 / 0.8);
  }

  .lg\:border-e-white\/85 {
    border-inline-end-color: rgb(255 255 255 / 0.85);
  }

  .lg\:border-e-white\/90 {
    border-inline-end-color: rgb(255 255 255 / 0.9);
  }

  .lg\:border-e-white\/95 {
    border-inline-end-color: rgb(255 255 255 / 0.95);
  }

  .lg\:border-e-yellow-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .lg\:border-e-yellow-100\/0 {
    border-inline-end-color: rgb(254 249 195 / 0);
  }

  .lg\:border-e-yellow-100\/10 {
    border-inline-end-color: rgb(254 249 195 / 0.1);
  }

  .lg\:border-e-yellow-100\/100 {
    border-inline-end-color: rgb(254 249 195 / 1);
  }

  .lg\:border-e-yellow-100\/15 {
    border-inline-end-color: rgb(254 249 195 / 0.15);
  }

  .lg\:border-e-yellow-100\/20 {
    border-inline-end-color: rgb(254 249 195 / 0.2);
  }

  .lg\:border-e-yellow-100\/25 {
    border-inline-end-color: rgb(254 249 195 / 0.25);
  }

  .lg\:border-e-yellow-100\/30 {
    border-inline-end-color: rgb(254 249 195 / 0.3);
  }

  .lg\:border-e-yellow-100\/35 {
    border-inline-end-color: rgb(254 249 195 / 0.35);
  }

  .lg\:border-e-yellow-100\/40 {
    border-inline-end-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-e-yellow-100\/45 {
    border-inline-end-color: rgb(254 249 195 / 0.45);
  }

  .lg\:border-e-yellow-100\/5 {
    border-inline-end-color: rgb(254 249 195 / 0.05);
  }

  .lg\:border-e-yellow-100\/50 {
    border-inline-end-color: rgb(254 249 195 / 0.5);
  }

  .lg\:border-e-yellow-100\/55 {
    border-inline-end-color: rgb(254 249 195 / 0.55);
  }

  .lg\:border-e-yellow-100\/60 {
    border-inline-end-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-e-yellow-100\/65 {
    border-inline-end-color: rgb(254 249 195 / 0.65);
  }

  .lg\:border-e-yellow-100\/70 {
    border-inline-end-color: rgb(254 249 195 / 0.7);
  }

  .lg\:border-e-yellow-100\/75 {
    border-inline-end-color: rgb(254 249 195 / 0.75);
  }

  .lg\:border-e-yellow-100\/80 {
    border-inline-end-color: rgb(254 249 195 / 0.8);
  }

  .lg\:border-e-yellow-100\/85 {
    border-inline-end-color: rgb(254 249 195 / 0.85);
  }

  .lg\:border-e-yellow-100\/90 {
    border-inline-end-color: rgb(254 249 195 / 0.9);
  }

  .lg\:border-e-yellow-100\/95 {
    border-inline-end-color: rgb(254 249 195 / 0.95);
  }

  .lg\:border-e-yellow-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .lg\:border-e-yellow-200\/0 {
    border-inline-end-color: rgb(254 240 138 / 0);
  }

  .lg\:border-e-yellow-200\/10 {
    border-inline-end-color: rgb(254 240 138 / 0.1);
  }

  .lg\:border-e-yellow-200\/100 {
    border-inline-end-color: rgb(254 240 138 / 1);
  }

  .lg\:border-e-yellow-200\/15 {
    border-inline-end-color: rgb(254 240 138 / 0.15);
  }

  .lg\:border-e-yellow-200\/20 {
    border-inline-end-color: rgb(254 240 138 / 0.2);
  }

  .lg\:border-e-yellow-200\/25 {
    border-inline-end-color: rgb(254 240 138 / 0.25);
  }

  .lg\:border-e-yellow-200\/30 {
    border-inline-end-color: rgb(254 240 138 / 0.3);
  }

  .lg\:border-e-yellow-200\/35 {
    border-inline-end-color: rgb(254 240 138 / 0.35);
  }

  .lg\:border-e-yellow-200\/40 {
    border-inline-end-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-e-yellow-200\/45 {
    border-inline-end-color: rgb(254 240 138 / 0.45);
  }

  .lg\:border-e-yellow-200\/5 {
    border-inline-end-color: rgb(254 240 138 / 0.05);
  }

  .lg\:border-e-yellow-200\/50 {
    border-inline-end-color: rgb(254 240 138 / 0.5);
  }

  .lg\:border-e-yellow-200\/55 {
    border-inline-end-color: rgb(254 240 138 / 0.55);
  }

  .lg\:border-e-yellow-200\/60 {
    border-inline-end-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-e-yellow-200\/65 {
    border-inline-end-color: rgb(254 240 138 / 0.65);
  }

  .lg\:border-e-yellow-200\/70 {
    border-inline-end-color: rgb(254 240 138 / 0.7);
  }

  .lg\:border-e-yellow-200\/75 {
    border-inline-end-color: rgb(254 240 138 / 0.75);
  }

  .lg\:border-e-yellow-200\/80 {
    border-inline-end-color: rgb(254 240 138 / 0.8);
  }

  .lg\:border-e-yellow-200\/85 {
    border-inline-end-color: rgb(254 240 138 / 0.85);
  }

  .lg\:border-e-yellow-200\/90 {
    border-inline-end-color: rgb(254 240 138 / 0.9);
  }

  .lg\:border-e-yellow-200\/95 {
    border-inline-end-color: rgb(254 240 138 / 0.95);
  }

  .lg\:border-e-yellow-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .lg\:border-e-yellow-300\/0 {
    border-inline-end-color: rgb(253 224 71 / 0);
  }

  .lg\:border-e-yellow-300\/10 {
    border-inline-end-color: rgb(253 224 71 / 0.1);
  }

  .lg\:border-e-yellow-300\/100 {
    border-inline-end-color: rgb(253 224 71 / 1);
  }

  .lg\:border-e-yellow-300\/15 {
    border-inline-end-color: rgb(253 224 71 / 0.15);
  }

  .lg\:border-e-yellow-300\/20 {
    border-inline-end-color: rgb(253 224 71 / 0.2);
  }

  .lg\:border-e-yellow-300\/25 {
    border-inline-end-color: rgb(253 224 71 / 0.25);
  }

  .lg\:border-e-yellow-300\/30 {
    border-inline-end-color: rgb(253 224 71 / 0.3);
  }

  .lg\:border-e-yellow-300\/35 {
    border-inline-end-color: rgb(253 224 71 / 0.35);
  }

  .lg\:border-e-yellow-300\/40 {
    border-inline-end-color: rgb(253 224 71 / 0.4);
  }

  .lg\:border-e-yellow-300\/45 {
    border-inline-end-color: rgb(253 224 71 / 0.45);
  }

  .lg\:border-e-yellow-300\/5 {
    border-inline-end-color: rgb(253 224 71 / 0.05);
  }

  .lg\:border-e-yellow-300\/50 {
    border-inline-end-color: rgb(253 224 71 / 0.5);
  }

  .lg\:border-e-yellow-300\/55 {
    border-inline-end-color: rgb(253 224 71 / 0.55);
  }

  .lg\:border-e-yellow-300\/60 {
    border-inline-end-color: rgb(253 224 71 / 0.6);
  }

  .lg\:border-e-yellow-300\/65 {
    border-inline-end-color: rgb(253 224 71 / 0.65);
  }

  .lg\:border-e-yellow-300\/70 {
    border-inline-end-color: rgb(253 224 71 / 0.7);
  }

  .lg\:border-e-yellow-300\/75 {
    border-inline-end-color: rgb(253 224 71 / 0.75);
  }

  .lg\:border-e-yellow-300\/80 {
    border-inline-end-color: rgb(253 224 71 / 0.8);
  }

  .lg\:border-e-yellow-300\/85 {
    border-inline-end-color: rgb(253 224 71 / 0.85);
  }

  .lg\:border-e-yellow-300\/90 {
    border-inline-end-color: rgb(253 224 71 / 0.9);
  }

  .lg\:border-e-yellow-300\/95 {
    border-inline-end-color: rgb(253 224 71 / 0.95);
  }

  .lg\:border-e-yellow-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .lg\:border-e-yellow-400\/0 {
    border-inline-end-color: rgb(250 204 21 / 0);
  }

  .lg\:border-e-yellow-400\/10 {
    border-inline-end-color: rgb(250 204 21 / 0.1);
  }

  .lg\:border-e-yellow-400\/100 {
    border-inline-end-color: rgb(250 204 21 / 1);
  }

  .lg\:border-e-yellow-400\/15 {
    border-inline-end-color: rgb(250 204 21 / 0.15);
  }

  .lg\:border-e-yellow-400\/20 {
    border-inline-end-color: rgb(250 204 21 / 0.2);
  }

  .lg\:border-e-yellow-400\/25 {
    border-inline-end-color: rgb(250 204 21 / 0.25);
  }

  .lg\:border-e-yellow-400\/30 {
    border-inline-end-color: rgb(250 204 21 / 0.3);
  }

  .lg\:border-e-yellow-400\/35 {
    border-inline-end-color: rgb(250 204 21 / 0.35);
  }

  .lg\:border-e-yellow-400\/40 {
    border-inline-end-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-e-yellow-400\/45 {
    border-inline-end-color: rgb(250 204 21 / 0.45);
  }

  .lg\:border-e-yellow-400\/5 {
    border-inline-end-color: rgb(250 204 21 / 0.05);
  }

  .lg\:border-e-yellow-400\/50 {
    border-inline-end-color: rgb(250 204 21 / 0.5);
  }

  .lg\:border-e-yellow-400\/55 {
    border-inline-end-color: rgb(250 204 21 / 0.55);
  }

  .lg\:border-e-yellow-400\/60 {
    border-inline-end-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-e-yellow-400\/65 {
    border-inline-end-color: rgb(250 204 21 / 0.65);
  }

  .lg\:border-e-yellow-400\/70 {
    border-inline-end-color: rgb(250 204 21 / 0.7);
  }

  .lg\:border-e-yellow-400\/75 {
    border-inline-end-color: rgb(250 204 21 / 0.75);
  }

  .lg\:border-e-yellow-400\/80 {
    border-inline-end-color: rgb(250 204 21 / 0.8);
  }

  .lg\:border-e-yellow-400\/85 {
    border-inline-end-color: rgb(250 204 21 / 0.85);
  }

  .lg\:border-e-yellow-400\/90 {
    border-inline-end-color: rgb(250 204 21 / 0.9);
  }

  .lg\:border-e-yellow-400\/95 {
    border-inline-end-color: rgb(250 204 21 / 0.95);
  }

  .lg\:border-e-yellow-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .lg\:border-e-yellow-50\/0 {
    border-inline-end-color: rgb(254 252 232 / 0);
  }

  .lg\:border-e-yellow-50\/10 {
    border-inline-end-color: rgb(254 252 232 / 0.1);
  }

  .lg\:border-e-yellow-50\/100 {
    border-inline-end-color: rgb(254 252 232 / 1);
  }

  .lg\:border-e-yellow-50\/15 {
    border-inline-end-color: rgb(254 252 232 / 0.15);
  }

  .lg\:border-e-yellow-50\/20 {
    border-inline-end-color: rgb(254 252 232 / 0.2);
  }

  .lg\:border-e-yellow-50\/25 {
    border-inline-end-color: rgb(254 252 232 / 0.25);
  }

  .lg\:border-e-yellow-50\/30 {
    border-inline-end-color: rgb(254 252 232 / 0.3);
  }

  .lg\:border-e-yellow-50\/35 {
    border-inline-end-color: rgb(254 252 232 / 0.35);
  }

  .lg\:border-e-yellow-50\/40 {
    border-inline-end-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-e-yellow-50\/45 {
    border-inline-end-color: rgb(254 252 232 / 0.45);
  }

  .lg\:border-e-yellow-50\/5 {
    border-inline-end-color: rgb(254 252 232 / 0.05);
  }

  .lg\:border-e-yellow-50\/50 {
    border-inline-end-color: rgb(254 252 232 / 0.5);
  }

  .lg\:border-e-yellow-50\/55 {
    border-inline-end-color: rgb(254 252 232 / 0.55);
  }

  .lg\:border-e-yellow-50\/60 {
    border-inline-end-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-e-yellow-50\/65 {
    border-inline-end-color: rgb(254 252 232 / 0.65);
  }

  .lg\:border-e-yellow-50\/70 {
    border-inline-end-color: rgb(254 252 232 / 0.7);
  }

  .lg\:border-e-yellow-50\/75 {
    border-inline-end-color: rgb(254 252 232 / 0.75);
  }

  .lg\:border-e-yellow-50\/80 {
    border-inline-end-color: rgb(254 252 232 / 0.8);
  }

  .lg\:border-e-yellow-50\/85 {
    border-inline-end-color: rgb(254 252 232 / 0.85);
  }

  .lg\:border-e-yellow-50\/90 {
    border-inline-end-color: rgb(254 252 232 / 0.9);
  }

  .lg\:border-e-yellow-50\/95 {
    border-inline-end-color: rgb(254 252 232 / 0.95);
  }

  .lg\:border-e-yellow-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .lg\:border-e-yellow-500\/0 {
    border-inline-end-color: rgb(234 179 8 / 0);
  }

  .lg\:border-e-yellow-500\/10 {
    border-inline-end-color: rgb(234 179 8 / 0.1);
  }

  .lg\:border-e-yellow-500\/100 {
    border-inline-end-color: rgb(234 179 8 / 1);
  }

  .lg\:border-e-yellow-500\/15 {
    border-inline-end-color: rgb(234 179 8 / 0.15);
  }

  .lg\:border-e-yellow-500\/20 {
    border-inline-end-color: rgb(234 179 8 / 0.2);
  }

  .lg\:border-e-yellow-500\/25 {
    border-inline-end-color: rgb(234 179 8 / 0.25);
  }

  .lg\:border-e-yellow-500\/30 {
    border-inline-end-color: rgb(234 179 8 / 0.3);
  }

  .lg\:border-e-yellow-500\/35 {
    border-inline-end-color: rgb(234 179 8 / 0.35);
  }

  .lg\:border-e-yellow-500\/40 {
    border-inline-end-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-e-yellow-500\/45 {
    border-inline-end-color: rgb(234 179 8 / 0.45);
  }

  .lg\:border-e-yellow-500\/5 {
    border-inline-end-color: rgb(234 179 8 / 0.05);
  }

  .lg\:border-e-yellow-500\/50 {
    border-inline-end-color: rgb(234 179 8 / 0.5);
  }

  .lg\:border-e-yellow-500\/55 {
    border-inline-end-color: rgb(234 179 8 / 0.55);
  }

  .lg\:border-e-yellow-500\/60 {
    border-inline-end-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-e-yellow-500\/65 {
    border-inline-end-color: rgb(234 179 8 / 0.65);
  }

  .lg\:border-e-yellow-500\/70 {
    border-inline-end-color: rgb(234 179 8 / 0.7);
  }

  .lg\:border-e-yellow-500\/75 {
    border-inline-end-color: rgb(234 179 8 / 0.75);
  }

  .lg\:border-e-yellow-500\/80 {
    border-inline-end-color: rgb(234 179 8 / 0.8);
  }

  .lg\:border-e-yellow-500\/85 {
    border-inline-end-color: rgb(234 179 8 / 0.85);
  }

  .lg\:border-e-yellow-500\/90 {
    border-inline-end-color: rgb(234 179 8 / 0.9);
  }

  .lg\:border-e-yellow-500\/95 {
    border-inline-end-color: rgb(234 179 8 / 0.95);
  }

  .lg\:border-e-yellow-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .lg\:border-e-yellow-600\/0 {
    border-inline-end-color: rgb(202 138 4 / 0);
  }

  .lg\:border-e-yellow-600\/10 {
    border-inline-end-color: rgb(202 138 4 / 0.1);
  }

  .lg\:border-e-yellow-600\/100 {
    border-inline-end-color: rgb(202 138 4 / 1);
  }

  .lg\:border-e-yellow-600\/15 {
    border-inline-end-color: rgb(202 138 4 / 0.15);
  }

  .lg\:border-e-yellow-600\/20 {
    border-inline-end-color: rgb(202 138 4 / 0.2);
  }

  .lg\:border-e-yellow-600\/25 {
    border-inline-end-color: rgb(202 138 4 / 0.25);
  }

  .lg\:border-e-yellow-600\/30 {
    border-inline-end-color: rgb(202 138 4 / 0.3);
  }

  .lg\:border-e-yellow-600\/35 {
    border-inline-end-color: rgb(202 138 4 / 0.35);
  }

  .lg\:border-e-yellow-600\/40 {
    border-inline-end-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-e-yellow-600\/45 {
    border-inline-end-color: rgb(202 138 4 / 0.45);
  }

  .lg\:border-e-yellow-600\/5 {
    border-inline-end-color: rgb(202 138 4 / 0.05);
  }

  .lg\:border-e-yellow-600\/50 {
    border-inline-end-color: rgb(202 138 4 / 0.5);
  }

  .lg\:border-e-yellow-600\/55 {
    border-inline-end-color: rgb(202 138 4 / 0.55);
  }

  .lg\:border-e-yellow-600\/60 {
    border-inline-end-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-e-yellow-600\/65 {
    border-inline-end-color: rgb(202 138 4 / 0.65);
  }

  .lg\:border-e-yellow-600\/70 {
    border-inline-end-color: rgb(202 138 4 / 0.7);
  }

  .lg\:border-e-yellow-600\/75 {
    border-inline-end-color: rgb(202 138 4 / 0.75);
  }

  .lg\:border-e-yellow-600\/80 {
    border-inline-end-color: rgb(202 138 4 / 0.8);
  }

  .lg\:border-e-yellow-600\/85 {
    border-inline-end-color: rgb(202 138 4 / 0.85);
  }

  .lg\:border-e-yellow-600\/90 {
    border-inline-end-color: rgb(202 138 4 / 0.9);
  }

  .lg\:border-e-yellow-600\/95 {
    border-inline-end-color: rgb(202 138 4 / 0.95);
  }

  .lg\:border-e-yellow-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .lg\:border-e-yellow-700\/0 {
    border-inline-end-color: rgb(161 98 7 / 0);
  }

  .lg\:border-e-yellow-700\/10 {
    border-inline-end-color: rgb(161 98 7 / 0.1);
  }

  .lg\:border-e-yellow-700\/100 {
    border-inline-end-color: rgb(161 98 7 / 1);
  }

  .lg\:border-e-yellow-700\/15 {
    border-inline-end-color: rgb(161 98 7 / 0.15);
  }

  .lg\:border-e-yellow-700\/20 {
    border-inline-end-color: rgb(161 98 7 / 0.2);
  }

  .lg\:border-e-yellow-700\/25 {
    border-inline-end-color: rgb(161 98 7 / 0.25);
  }

  .lg\:border-e-yellow-700\/30 {
    border-inline-end-color: rgb(161 98 7 / 0.3);
  }

  .lg\:border-e-yellow-700\/35 {
    border-inline-end-color: rgb(161 98 7 / 0.35);
  }

  .lg\:border-e-yellow-700\/40 {
    border-inline-end-color: rgb(161 98 7 / 0.4);
  }

  .lg\:border-e-yellow-700\/45 {
    border-inline-end-color: rgb(161 98 7 / 0.45);
  }

  .lg\:border-e-yellow-700\/5 {
    border-inline-end-color: rgb(161 98 7 / 0.05);
  }

  .lg\:border-e-yellow-700\/50 {
    border-inline-end-color: rgb(161 98 7 / 0.5);
  }

  .lg\:border-e-yellow-700\/55 {
    border-inline-end-color: rgb(161 98 7 / 0.55);
  }

  .lg\:border-e-yellow-700\/60 {
    border-inline-end-color: rgb(161 98 7 / 0.6);
  }

  .lg\:border-e-yellow-700\/65 {
    border-inline-end-color: rgb(161 98 7 / 0.65);
  }

  .lg\:border-e-yellow-700\/70 {
    border-inline-end-color: rgb(161 98 7 / 0.7);
  }

  .lg\:border-e-yellow-700\/75 {
    border-inline-end-color: rgb(161 98 7 / 0.75);
  }

  .lg\:border-e-yellow-700\/80 {
    border-inline-end-color: rgb(161 98 7 / 0.8);
  }

  .lg\:border-e-yellow-700\/85 {
    border-inline-end-color: rgb(161 98 7 / 0.85);
  }

  .lg\:border-e-yellow-700\/90 {
    border-inline-end-color: rgb(161 98 7 / 0.9);
  }

  .lg\:border-e-yellow-700\/95 {
    border-inline-end-color: rgb(161 98 7 / 0.95);
  }

  .lg\:border-e-yellow-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .lg\:border-e-yellow-800\/0 {
    border-inline-end-color: rgb(133 77 14 / 0);
  }

  .lg\:border-e-yellow-800\/10 {
    border-inline-end-color: rgb(133 77 14 / 0.1);
  }

  .lg\:border-e-yellow-800\/100 {
    border-inline-end-color: rgb(133 77 14 / 1);
  }

  .lg\:border-e-yellow-800\/15 {
    border-inline-end-color: rgb(133 77 14 / 0.15);
  }

  .lg\:border-e-yellow-800\/20 {
    border-inline-end-color: rgb(133 77 14 / 0.2);
  }

  .lg\:border-e-yellow-800\/25 {
    border-inline-end-color: rgb(133 77 14 / 0.25);
  }

  .lg\:border-e-yellow-800\/30 {
    border-inline-end-color: rgb(133 77 14 / 0.3);
  }

  .lg\:border-e-yellow-800\/35 {
    border-inline-end-color: rgb(133 77 14 / 0.35);
  }

  .lg\:border-e-yellow-800\/40 {
    border-inline-end-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-e-yellow-800\/45 {
    border-inline-end-color: rgb(133 77 14 / 0.45);
  }

  .lg\:border-e-yellow-800\/5 {
    border-inline-end-color: rgb(133 77 14 / 0.05);
  }

  .lg\:border-e-yellow-800\/50 {
    border-inline-end-color: rgb(133 77 14 / 0.5);
  }

  .lg\:border-e-yellow-800\/55 {
    border-inline-end-color: rgb(133 77 14 / 0.55);
  }

  .lg\:border-e-yellow-800\/60 {
    border-inline-end-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-e-yellow-800\/65 {
    border-inline-end-color: rgb(133 77 14 / 0.65);
  }

  .lg\:border-e-yellow-800\/70 {
    border-inline-end-color: rgb(133 77 14 / 0.7);
  }

  .lg\:border-e-yellow-800\/75 {
    border-inline-end-color: rgb(133 77 14 / 0.75);
  }

  .lg\:border-e-yellow-800\/80 {
    border-inline-end-color: rgb(133 77 14 / 0.8);
  }

  .lg\:border-e-yellow-800\/85 {
    border-inline-end-color: rgb(133 77 14 / 0.85);
  }

  .lg\:border-e-yellow-800\/90 {
    border-inline-end-color: rgb(133 77 14 / 0.9);
  }

  .lg\:border-e-yellow-800\/95 {
    border-inline-end-color: rgb(133 77 14 / 0.95);
  }

  .lg\:border-e-yellow-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .lg\:border-e-yellow-900\/0 {
    border-inline-end-color: rgb(113 63 18 / 0);
  }

  .lg\:border-e-yellow-900\/10 {
    border-inline-end-color: rgb(113 63 18 / 0.1);
  }

  .lg\:border-e-yellow-900\/100 {
    border-inline-end-color: rgb(113 63 18 / 1);
  }

  .lg\:border-e-yellow-900\/15 {
    border-inline-end-color: rgb(113 63 18 / 0.15);
  }

  .lg\:border-e-yellow-900\/20 {
    border-inline-end-color: rgb(113 63 18 / 0.2);
  }

  .lg\:border-e-yellow-900\/25 {
    border-inline-end-color: rgb(113 63 18 / 0.25);
  }

  .lg\:border-e-yellow-900\/30 {
    border-inline-end-color: rgb(113 63 18 / 0.3);
  }

  .lg\:border-e-yellow-900\/35 {
    border-inline-end-color: rgb(113 63 18 / 0.35);
  }

  .lg\:border-e-yellow-900\/40 {
    border-inline-end-color: rgb(113 63 18 / 0.4);
  }

  .lg\:border-e-yellow-900\/45 {
    border-inline-end-color: rgb(113 63 18 / 0.45);
  }

  .lg\:border-e-yellow-900\/5 {
    border-inline-end-color: rgb(113 63 18 / 0.05);
  }

  .lg\:border-e-yellow-900\/50 {
    border-inline-end-color: rgb(113 63 18 / 0.5);
  }

  .lg\:border-e-yellow-900\/55 {
    border-inline-end-color: rgb(113 63 18 / 0.55);
  }

  .lg\:border-e-yellow-900\/60 {
    border-inline-end-color: rgb(113 63 18 / 0.6);
  }

  .lg\:border-e-yellow-900\/65 {
    border-inline-end-color: rgb(113 63 18 / 0.65);
  }

  .lg\:border-e-yellow-900\/70 {
    border-inline-end-color: rgb(113 63 18 / 0.7);
  }

  .lg\:border-e-yellow-900\/75 {
    border-inline-end-color: rgb(113 63 18 / 0.75);
  }

  .lg\:border-e-yellow-900\/80 {
    border-inline-end-color: rgb(113 63 18 / 0.8);
  }

  .lg\:border-e-yellow-900\/85 {
    border-inline-end-color: rgb(113 63 18 / 0.85);
  }

  .lg\:border-e-yellow-900\/90 {
    border-inline-end-color: rgb(113 63 18 / 0.9);
  }

  .lg\:border-e-yellow-900\/95 {
    border-inline-end-color: rgb(113 63 18 / 0.95);
  }

  .lg\:border-e-yellow-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .lg\:border-e-yellow-950\/0 {
    border-inline-end-color: rgb(66 32 6 / 0);
  }

  .lg\:border-e-yellow-950\/10 {
    border-inline-end-color: rgb(66 32 6 / 0.1);
  }

  .lg\:border-e-yellow-950\/100 {
    border-inline-end-color: rgb(66 32 6 / 1);
  }

  .lg\:border-e-yellow-950\/15 {
    border-inline-end-color: rgb(66 32 6 / 0.15);
  }

  .lg\:border-e-yellow-950\/20 {
    border-inline-end-color: rgb(66 32 6 / 0.2);
  }

  .lg\:border-e-yellow-950\/25 {
    border-inline-end-color: rgb(66 32 6 / 0.25);
  }

  .lg\:border-e-yellow-950\/30 {
    border-inline-end-color: rgb(66 32 6 / 0.3);
  }

  .lg\:border-e-yellow-950\/35 {
    border-inline-end-color: rgb(66 32 6 / 0.35);
  }

  .lg\:border-e-yellow-950\/40 {
    border-inline-end-color: rgb(66 32 6 / 0.4);
  }

  .lg\:border-e-yellow-950\/45 {
    border-inline-end-color: rgb(66 32 6 / 0.45);
  }

  .lg\:border-e-yellow-950\/5 {
    border-inline-end-color: rgb(66 32 6 / 0.05);
  }

  .lg\:border-e-yellow-950\/50 {
    border-inline-end-color: rgb(66 32 6 / 0.5);
  }

  .lg\:border-e-yellow-950\/55 {
    border-inline-end-color: rgb(66 32 6 / 0.55);
  }

  .lg\:border-e-yellow-950\/60 {
    border-inline-end-color: rgb(66 32 6 / 0.6);
  }

  .lg\:border-e-yellow-950\/65 {
    border-inline-end-color: rgb(66 32 6 / 0.65);
  }

  .lg\:border-e-yellow-950\/70 {
    border-inline-end-color: rgb(66 32 6 / 0.7);
  }

  .lg\:border-e-yellow-950\/75 {
    border-inline-end-color: rgb(66 32 6 / 0.75);
  }

  .lg\:border-e-yellow-950\/80 {
    border-inline-end-color: rgb(66 32 6 / 0.8);
  }

  .lg\:border-e-yellow-950\/85 {
    border-inline-end-color: rgb(66 32 6 / 0.85);
  }

  .lg\:border-e-yellow-950\/90 {
    border-inline-end-color: rgb(66 32 6 / 0.9);
  }

  .lg\:border-e-yellow-950\/95 {
    border-inline-end-color: rgb(66 32 6 / 0.95);
  }

  .lg\:border-e-zinc-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(244 244 245 / var(--tw-border-opacity));
  }

  .lg\:border-e-zinc-100\/0 {
    border-inline-end-color: rgb(244 244 245 / 0);
  }

  .lg\:border-e-zinc-100\/10 {
    border-inline-end-color: rgb(244 244 245 / 0.1);
  }

  .lg\:border-e-zinc-100\/100 {
    border-inline-end-color: rgb(244 244 245 / 1);
  }

  .lg\:border-e-zinc-100\/15 {
    border-inline-end-color: rgb(244 244 245 / 0.15);
  }

  .lg\:border-e-zinc-100\/20 {
    border-inline-end-color: rgb(244 244 245 / 0.2);
  }

  .lg\:border-e-zinc-100\/25 {
    border-inline-end-color: rgb(244 244 245 / 0.25);
  }

  .lg\:border-e-zinc-100\/30 {
    border-inline-end-color: rgb(244 244 245 / 0.3);
  }

  .lg\:border-e-zinc-100\/35 {
    border-inline-end-color: rgb(244 244 245 / 0.35);
  }

  .lg\:border-e-zinc-100\/40 {
    border-inline-end-color: rgb(244 244 245 / 0.4);
  }

  .lg\:border-e-zinc-100\/45 {
    border-inline-end-color: rgb(244 244 245 / 0.45);
  }

  .lg\:border-e-zinc-100\/5 {
    border-inline-end-color: rgb(244 244 245 / 0.05);
  }

  .lg\:border-e-zinc-100\/50 {
    border-inline-end-color: rgb(244 244 245 / 0.5);
  }

  .lg\:border-e-zinc-100\/55 {
    border-inline-end-color: rgb(244 244 245 / 0.55);
  }

  .lg\:border-e-zinc-100\/60 {
    border-inline-end-color: rgb(244 244 245 / 0.6);
  }

  .lg\:border-e-zinc-100\/65 {
    border-inline-end-color: rgb(244 244 245 / 0.65);
  }

  .lg\:border-e-zinc-100\/70 {
    border-inline-end-color: rgb(244 244 245 / 0.7);
  }

  .lg\:border-e-zinc-100\/75 {
    border-inline-end-color: rgb(244 244 245 / 0.75);
  }

  .lg\:border-e-zinc-100\/80 {
    border-inline-end-color: rgb(244 244 245 / 0.8);
  }

  .lg\:border-e-zinc-100\/85 {
    border-inline-end-color: rgb(244 244 245 / 0.85);
  }

  .lg\:border-e-zinc-100\/90 {
    border-inline-end-color: rgb(244 244 245 / 0.9);
  }

  .lg\:border-e-zinc-100\/95 {
    border-inline-end-color: rgb(244 244 245 / 0.95);
  }

  .lg\:border-e-zinc-200 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(228 228 231 / var(--tw-border-opacity));
  }

  .lg\:border-e-zinc-200\/0 {
    border-inline-end-color: rgb(228 228 231 / 0);
  }

  .lg\:border-e-zinc-200\/10 {
    border-inline-end-color: rgb(228 228 231 / 0.1);
  }

  .lg\:border-e-zinc-200\/100 {
    border-inline-end-color: rgb(228 228 231 / 1);
  }

  .lg\:border-e-zinc-200\/15 {
    border-inline-end-color: rgb(228 228 231 / 0.15);
  }

  .lg\:border-e-zinc-200\/20 {
    border-inline-end-color: rgb(228 228 231 / 0.2);
  }

  .lg\:border-e-zinc-200\/25 {
    border-inline-end-color: rgb(228 228 231 / 0.25);
  }

  .lg\:border-e-zinc-200\/30 {
    border-inline-end-color: rgb(228 228 231 / 0.3);
  }

  .lg\:border-e-zinc-200\/35 {
    border-inline-end-color: rgb(228 228 231 / 0.35);
  }

  .lg\:border-e-zinc-200\/40 {
    border-inline-end-color: rgb(228 228 231 / 0.4);
  }

  .lg\:border-e-zinc-200\/45 {
    border-inline-end-color: rgb(228 228 231 / 0.45);
  }

  .lg\:border-e-zinc-200\/5 {
    border-inline-end-color: rgb(228 228 231 / 0.05);
  }

  .lg\:border-e-zinc-200\/50 {
    border-inline-end-color: rgb(228 228 231 / 0.5);
  }

  .lg\:border-e-zinc-200\/55 {
    border-inline-end-color: rgb(228 228 231 / 0.55);
  }

  .lg\:border-e-zinc-200\/60 {
    border-inline-end-color: rgb(228 228 231 / 0.6);
  }

  .lg\:border-e-zinc-200\/65 {
    border-inline-end-color: rgb(228 228 231 / 0.65);
  }

  .lg\:border-e-zinc-200\/70 {
    border-inline-end-color: rgb(228 228 231 / 0.7);
  }

  .lg\:border-e-zinc-200\/75 {
    border-inline-end-color: rgb(228 228 231 / 0.75);
  }

  .lg\:border-e-zinc-200\/80 {
    border-inline-end-color: rgb(228 228 231 / 0.8);
  }

  .lg\:border-e-zinc-200\/85 {
    border-inline-end-color: rgb(228 228 231 / 0.85);
  }

  .lg\:border-e-zinc-200\/90 {
    border-inline-end-color: rgb(228 228 231 / 0.9);
  }

  .lg\:border-e-zinc-200\/95 {
    border-inline-end-color: rgb(228 228 231 / 0.95);
  }

  .lg\:border-e-zinc-300 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(212 212 216 / var(--tw-border-opacity));
  }

  .lg\:border-e-zinc-300\/0 {
    border-inline-end-color: rgb(212 212 216 / 0);
  }

  .lg\:border-e-zinc-300\/10 {
    border-inline-end-color: rgb(212 212 216 / 0.1);
  }

  .lg\:border-e-zinc-300\/100 {
    border-inline-end-color: rgb(212 212 216 / 1);
  }

  .lg\:border-e-zinc-300\/15 {
    border-inline-end-color: rgb(212 212 216 / 0.15);
  }

  .lg\:border-e-zinc-300\/20 {
    border-inline-end-color: rgb(212 212 216 / 0.2);
  }

  .lg\:border-e-zinc-300\/25 {
    border-inline-end-color: rgb(212 212 216 / 0.25);
  }

  .lg\:border-e-zinc-300\/30 {
    border-inline-end-color: rgb(212 212 216 / 0.3);
  }

  .lg\:border-e-zinc-300\/35 {
    border-inline-end-color: rgb(212 212 216 / 0.35);
  }

  .lg\:border-e-zinc-300\/40 {
    border-inline-end-color: rgb(212 212 216 / 0.4);
  }

  .lg\:border-e-zinc-300\/45 {
    border-inline-end-color: rgb(212 212 216 / 0.45);
  }

  .lg\:border-e-zinc-300\/5 {
    border-inline-end-color: rgb(212 212 216 / 0.05);
  }

  .lg\:border-e-zinc-300\/50 {
    border-inline-end-color: rgb(212 212 216 / 0.5);
  }

  .lg\:border-e-zinc-300\/55 {
    border-inline-end-color: rgb(212 212 216 / 0.55);
  }

  .lg\:border-e-zinc-300\/60 {
    border-inline-end-color: rgb(212 212 216 / 0.6);
  }

  .lg\:border-e-zinc-300\/65 {
    border-inline-end-color: rgb(212 212 216 / 0.65);
  }

  .lg\:border-e-zinc-300\/70 {
    border-inline-end-color: rgb(212 212 216 / 0.7);
  }

  .lg\:border-e-zinc-300\/75 {
    border-inline-end-color: rgb(212 212 216 / 0.75);
  }

  .lg\:border-e-zinc-300\/80 {
    border-inline-end-color: rgb(212 212 216 / 0.8);
  }

  .lg\:border-e-zinc-300\/85 {
    border-inline-end-color: rgb(212 212 216 / 0.85);
  }

  .lg\:border-e-zinc-300\/90 {
    border-inline-end-color: rgb(212 212 216 / 0.9);
  }

  .lg\:border-e-zinc-300\/95 {
    border-inline-end-color: rgb(212 212 216 / 0.95);
  }

  .lg\:border-e-zinc-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(161 161 170 / var(--tw-border-opacity));
  }

  .lg\:border-e-zinc-400\/0 {
    border-inline-end-color: rgb(161 161 170 / 0);
  }

  .lg\:border-e-zinc-400\/10 {
    border-inline-end-color: rgb(161 161 170 / 0.1);
  }

  .lg\:border-e-zinc-400\/100 {
    border-inline-end-color: rgb(161 161 170 / 1);
  }

  .lg\:border-e-zinc-400\/15 {
    border-inline-end-color: rgb(161 161 170 / 0.15);
  }

  .lg\:border-e-zinc-400\/20 {
    border-inline-end-color: rgb(161 161 170 / 0.2);
  }

  .lg\:border-e-zinc-400\/25 {
    border-inline-end-color: rgb(161 161 170 / 0.25);
  }

  .lg\:border-e-zinc-400\/30 {
    border-inline-end-color: rgb(161 161 170 / 0.3);
  }

  .lg\:border-e-zinc-400\/35 {
    border-inline-end-color: rgb(161 161 170 / 0.35);
  }

  .lg\:border-e-zinc-400\/40 {
    border-inline-end-color: rgb(161 161 170 / 0.4);
  }

  .lg\:border-e-zinc-400\/45 {
    border-inline-end-color: rgb(161 161 170 / 0.45);
  }

  .lg\:border-e-zinc-400\/5 {
    border-inline-end-color: rgb(161 161 170 / 0.05);
  }

  .lg\:border-e-zinc-400\/50 {
    border-inline-end-color: rgb(161 161 170 / 0.5);
  }

  .lg\:border-e-zinc-400\/55 {
    border-inline-end-color: rgb(161 161 170 / 0.55);
  }

  .lg\:border-e-zinc-400\/60 {
    border-inline-end-color: rgb(161 161 170 / 0.6);
  }

  .lg\:border-e-zinc-400\/65 {
    border-inline-end-color: rgb(161 161 170 / 0.65);
  }

  .lg\:border-e-zinc-400\/70 {
    border-inline-end-color: rgb(161 161 170 / 0.7);
  }

  .lg\:border-e-zinc-400\/75 {
    border-inline-end-color: rgb(161 161 170 / 0.75);
  }

  .lg\:border-e-zinc-400\/80 {
    border-inline-end-color: rgb(161 161 170 / 0.8);
  }

  .lg\:border-e-zinc-400\/85 {
    border-inline-end-color: rgb(161 161 170 / 0.85);
  }

  .lg\:border-e-zinc-400\/90 {
    border-inline-end-color: rgb(161 161 170 / 0.9);
  }

  .lg\:border-e-zinc-400\/95 {
    border-inline-end-color: rgb(161 161 170 / 0.95);
  }

  .lg\:border-e-zinc-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .lg\:border-e-zinc-50\/0 {
    border-inline-end-color: rgb(250 250 250 / 0);
  }

  .lg\:border-e-zinc-50\/10 {
    border-inline-end-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-e-zinc-50\/100 {
    border-inline-end-color: rgb(250 250 250 / 1);
  }

  .lg\:border-e-zinc-50\/15 {
    border-inline-end-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-e-zinc-50\/20 {
    border-inline-end-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-e-zinc-50\/25 {
    border-inline-end-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-e-zinc-50\/30 {
    border-inline-end-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-e-zinc-50\/35 {
    border-inline-end-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-e-zinc-50\/40 {
    border-inline-end-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-e-zinc-50\/45 {
    border-inline-end-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-e-zinc-50\/5 {
    border-inline-end-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-e-zinc-50\/50 {
    border-inline-end-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-e-zinc-50\/55 {
    border-inline-end-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-e-zinc-50\/60 {
    border-inline-end-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-e-zinc-50\/65 {
    border-inline-end-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-e-zinc-50\/70 {
    border-inline-end-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-e-zinc-50\/75 {
    border-inline-end-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-e-zinc-50\/80 {
    border-inline-end-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-e-zinc-50\/85 {
    border-inline-end-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-e-zinc-50\/90 {
    border-inline-end-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-e-zinc-50\/95 {
    border-inline-end-color: rgb(250 250 250 / 0.95);
  }

  .lg\:border-e-zinc-500 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(113 113 122 / var(--tw-border-opacity));
  }

  .lg\:border-e-zinc-500\/0 {
    border-inline-end-color: rgb(113 113 122 / 0);
  }

  .lg\:border-e-zinc-500\/10 {
    border-inline-end-color: rgb(113 113 122 / 0.1);
  }

  .lg\:border-e-zinc-500\/100 {
    border-inline-end-color: rgb(113 113 122 / 1);
  }

  .lg\:border-e-zinc-500\/15 {
    border-inline-end-color: rgb(113 113 122 / 0.15);
  }

  .lg\:border-e-zinc-500\/20 {
    border-inline-end-color: rgb(113 113 122 / 0.2);
  }

  .lg\:border-e-zinc-500\/25 {
    border-inline-end-color: rgb(113 113 122 / 0.25);
  }

  .lg\:border-e-zinc-500\/30 {
    border-inline-end-color: rgb(113 113 122 / 0.3);
  }

  .lg\:border-e-zinc-500\/35 {
    border-inline-end-color: rgb(113 113 122 / 0.35);
  }

  .lg\:border-e-zinc-500\/40 {
    border-inline-end-color: rgb(113 113 122 / 0.4);
  }

  .lg\:border-e-zinc-500\/45 {
    border-inline-end-color: rgb(113 113 122 / 0.45);
  }

  .lg\:border-e-zinc-500\/5 {
    border-inline-end-color: rgb(113 113 122 / 0.05);
  }

  .lg\:border-e-zinc-500\/50 {
    border-inline-end-color: rgb(113 113 122 / 0.5);
  }

  .lg\:border-e-zinc-500\/55 {
    border-inline-end-color: rgb(113 113 122 / 0.55);
  }

  .lg\:border-e-zinc-500\/60 {
    border-inline-end-color: rgb(113 113 122 / 0.6);
  }

  .lg\:border-e-zinc-500\/65 {
    border-inline-end-color: rgb(113 113 122 / 0.65);
  }

  .lg\:border-e-zinc-500\/70 {
    border-inline-end-color: rgb(113 113 122 / 0.7);
  }

  .lg\:border-e-zinc-500\/75 {
    border-inline-end-color: rgb(113 113 122 / 0.75);
  }

  .lg\:border-e-zinc-500\/80 {
    border-inline-end-color: rgb(113 113 122 / 0.8);
  }

  .lg\:border-e-zinc-500\/85 {
    border-inline-end-color: rgb(113 113 122 / 0.85);
  }

  .lg\:border-e-zinc-500\/90 {
    border-inline-end-color: rgb(113 113 122 / 0.9);
  }

  .lg\:border-e-zinc-500\/95 {
    border-inline-end-color: rgb(113 113 122 / 0.95);
  }

  .lg\:border-e-zinc-600 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(82 82 91 / var(--tw-border-opacity));
  }

  .lg\:border-e-zinc-600\/0 {
    border-inline-end-color: rgb(82 82 91 / 0);
  }

  .lg\:border-e-zinc-600\/10 {
    border-inline-end-color: rgb(82 82 91 / 0.1);
  }

  .lg\:border-e-zinc-600\/100 {
    border-inline-end-color: rgb(82 82 91 / 1);
  }

  .lg\:border-e-zinc-600\/15 {
    border-inline-end-color: rgb(82 82 91 / 0.15);
  }

  .lg\:border-e-zinc-600\/20 {
    border-inline-end-color: rgb(82 82 91 / 0.2);
  }

  .lg\:border-e-zinc-600\/25 {
    border-inline-end-color: rgb(82 82 91 / 0.25);
  }

  .lg\:border-e-zinc-600\/30 {
    border-inline-end-color: rgb(82 82 91 / 0.3);
  }

  .lg\:border-e-zinc-600\/35 {
    border-inline-end-color: rgb(82 82 91 / 0.35);
  }

  .lg\:border-e-zinc-600\/40 {
    border-inline-end-color: rgb(82 82 91 / 0.4);
  }

  .lg\:border-e-zinc-600\/45 {
    border-inline-end-color: rgb(82 82 91 / 0.45);
  }

  .lg\:border-e-zinc-600\/5 {
    border-inline-end-color: rgb(82 82 91 / 0.05);
  }

  .lg\:border-e-zinc-600\/50 {
    border-inline-end-color: rgb(82 82 91 / 0.5);
  }

  .lg\:border-e-zinc-600\/55 {
    border-inline-end-color: rgb(82 82 91 / 0.55);
  }

  .lg\:border-e-zinc-600\/60 {
    border-inline-end-color: rgb(82 82 91 / 0.6);
  }

  .lg\:border-e-zinc-600\/65 {
    border-inline-end-color: rgb(82 82 91 / 0.65);
  }

  .lg\:border-e-zinc-600\/70 {
    border-inline-end-color: rgb(82 82 91 / 0.7);
  }

  .lg\:border-e-zinc-600\/75 {
    border-inline-end-color: rgb(82 82 91 / 0.75);
  }

  .lg\:border-e-zinc-600\/80 {
    border-inline-end-color: rgb(82 82 91 / 0.8);
  }

  .lg\:border-e-zinc-600\/85 {
    border-inline-end-color: rgb(82 82 91 / 0.85);
  }

  .lg\:border-e-zinc-600\/90 {
    border-inline-end-color: rgb(82 82 91 / 0.9);
  }

  .lg\:border-e-zinc-600\/95 {
    border-inline-end-color: rgb(82 82 91 / 0.95);
  }

  .lg\:border-e-zinc-700 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(63 63 70 / var(--tw-border-opacity));
  }

  .lg\:border-e-zinc-700\/0 {
    border-inline-end-color: rgb(63 63 70 / 0);
  }

  .lg\:border-e-zinc-700\/10 {
    border-inline-end-color: rgb(63 63 70 / 0.1);
  }

  .lg\:border-e-zinc-700\/100 {
    border-inline-end-color: rgb(63 63 70 / 1);
  }

  .lg\:border-e-zinc-700\/15 {
    border-inline-end-color: rgb(63 63 70 / 0.15);
  }

  .lg\:border-e-zinc-700\/20 {
    border-inline-end-color: rgb(63 63 70 / 0.2);
  }

  .lg\:border-e-zinc-700\/25 {
    border-inline-end-color: rgb(63 63 70 / 0.25);
  }

  .lg\:border-e-zinc-700\/30 {
    border-inline-end-color: rgb(63 63 70 / 0.3);
  }

  .lg\:border-e-zinc-700\/35 {
    border-inline-end-color: rgb(63 63 70 / 0.35);
  }

  .lg\:border-e-zinc-700\/40 {
    border-inline-end-color: rgb(63 63 70 / 0.4);
  }

  .lg\:border-e-zinc-700\/45 {
    border-inline-end-color: rgb(63 63 70 / 0.45);
  }

  .lg\:border-e-zinc-700\/5 {
    border-inline-end-color: rgb(63 63 70 / 0.05);
  }

  .lg\:border-e-zinc-700\/50 {
    border-inline-end-color: rgb(63 63 70 / 0.5);
  }

  .lg\:border-e-zinc-700\/55 {
    border-inline-end-color: rgb(63 63 70 / 0.55);
  }

  .lg\:border-e-zinc-700\/60 {
    border-inline-end-color: rgb(63 63 70 / 0.6);
  }

  .lg\:border-e-zinc-700\/65 {
    border-inline-end-color: rgb(63 63 70 / 0.65);
  }

  .lg\:border-e-zinc-700\/70 {
    border-inline-end-color: rgb(63 63 70 / 0.7);
  }

  .lg\:border-e-zinc-700\/75 {
    border-inline-end-color: rgb(63 63 70 / 0.75);
  }

  .lg\:border-e-zinc-700\/80 {
    border-inline-end-color: rgb(63 63 70 / 0.8);
  }

  .lg\:border-e-zinc-700\/85 {
    border-inline-end-color: rgb(63 63 70 / 0.85);
  }

  .lg\:border-e-zinc-700\/90 {
    border-inline-end-color: rgb(63 63 70 / 0.9);
  }

  .lg\:border-e-zinc-700\/95 {
    border-inline-end-color: rgb(63 63 70 / 0.95);
  }

  .lg\:border-e-zinc-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(39 39 42 / var(--tw-border-opacity));
  }

  .lg\:border-e-zinc-800\/0 {
    border-inline-end-color: rgb(39 39 42 / 0);
  }

  .lg\:border-e-zinc-800\/10 {
    border-inline-end-color: rgb(39 39 42 / 0.1);
  }

  .lg\:border-e-zinc-800\/100 {
    border-inline-end-color: rgb(39 39 42 / 1);
  }

  .lg\:border-e-zinc-800\/15 {
    border-inline-end-color: rgb(39 39 42 / 0.15);
  }

  .lg\:border-e-zinc-800\/20 {
    border-inline-end-color: rgb(39 39 42 / 0.2);
  }

  .lg\:border-e-zinc-800\/25 {
    border-inline-end-color: rgb(39 39 42 / 0.25);
  }

  .lg\:border-e-zinc-800\/30 {
    border-inline-end-color: rgb(39 39 42 / 0.3);
  }

  .lg\:border-e-zinc-800\/35 {
    border-inline-end-color: rgb(39 39 42 / 0.35);
  }

  .lg\:border-e-zinc-800\/40 {
    border-inline-end-color: rgb(39 39 42 / 0.4);
  }

  .lg\:border-e-zinc-800\/45 {
    border-inline-end-color: rgb(39 39 42 / 0.45);
  }

  .lg\:border-e-zinc-800\/5 {
    border-inline-end-color: rgb(39 39 42 / 0.05);
  }

  .lg\:border-e-zinc-800\/50 {
    border-inline-end-color: rgb(39 39 42 / 0.5);
  }

  .lg\:border-e-zinc-800\/55 {
    border-inline-end-color: rgb(39 39 42 / 0.55);
  }

  .lg\:border-e-zinc-800\/60 {
    border-inline-end-color: rgb(39 39 42 / 0.6);
  }

  .lg\:border-e-zinc-800\/65 {
    border-inline-end-color: rgb(39 39 42 / 0.65);
  }

  .lg\:border-e-zinc-800\/70 {
    border-inline-end-color: rgb(39 39 42 / 0.7);
  }

  .lg\:border-e-zinc-800\/75 {
    border-inline-end-color: rgb(39 39 42 / 0.75);
  }

  .lg\:border-e-zinc-800\/80 {
    border-inline-end-color: rgb(39 39 42 / 0.8);
  }

  .lg\:border-e-zinc-800\/85 {
    border-inline-end-color: rgb(39 39 42 / 0.85);
  }

  .lg\:border-e-zinc-800\/90 {
    border-inline-end-color: rgb(39 39 42 / 0.9);
  }

  .lg\:border-e-zinc-800\/95 {
    border-inline-end-color: rgb(39 39 42 / 0.95);
  }

  .lg\:border-e-zinc-900 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(24 24 27 / var(--tw-border-opacity));
  }

  .lg\:border-e-zinc-900\/0 {
    border-inline-end-color: rgb(24 24 27 / 0);
  }

  .lg\:border-e-zinc-900\/10 {
    border-inline-end-color: rgb(24 24 27 / 0.1);
  }

  .lg\:border-e-zinc-900\/100 {
    border-inline-end-color: rgb(24 24 27 / 1);
  }

  .lg\:border-e-zinc-900\/15 {
    border-inline-end-color: rgb(24 24 27 / 0.15);
  }

  .lg\:border-e-zinc-900\/20 {
    border-inline-end-color: rgb(24 24 27 / 0.2);
  }

  .lg\:border-e-zinc-900\/25 {
    border-inline-end-color: rgb(24 24 27 / 0.25);
  }

  .lg\:border-e-zinc-900\/30 {
    border-inline-end-color: rgb(24 24 27 / 0.3);
  }

  .lg\:border-e-zinc-900\/35 {
    border-inline-end-color: rgb(24 24 27 / 0.35);
  }

  .lg\:border-e-zinc-900\/40 {
    border-inline-end-color: rgb(24 24 27 / 0.4);
  }

  .lg\:border-e-zinc-900\/45 {
    border-inline-end-color: rgb(24 24 27 / 0.45);
  }

  .lg\:border-e-zinc-900\/5 {
    border-inline-end-color: rgb(24 24 27 / 0.05);
  }

  .lg\:border-e-zinc-900\/50 {
    border-inline-end-color: rgb(24 24 27 / 0.5);
  }

  .lg\:border-e-zinc-900\/55 {
    border-inline-end-color: rgb(24 24 27 / 0.55);
  }

  .lg\:border-e-zinc-900\/60 {
    border-inline-end-color: rgb(24 24 27 / 0.6);
  }

  .lg\:border-e-zinc-900\/65 {
    border-inline-end-color: rgb(24 24 27 / 0.65);
  }

  .lg\:border-e-zinc-900\/70 {
    border-inline-end-color: rgb(24 24 27 / 0.7);
  }

  .lg\:border-e-zinc-900\/75 {
    border-inline-end-color: rgb(24 24 27 / 0.75);
  }

  .lg\:border-e-zinc-900\/80 {
    border-inline-end-color: rgb(24 24 27 / 0.8);
  }

  .lg\:border-e-zinc-900\/85 {
    border-inline-end-color: rgb(24 24 27 / 0.85);
  }

  .lg\:border-e-zinc-900\/90 {
    border-inline-end-color: rgb(24 24 27 / 0.9);
  }

  .lg\:border-e-zinc-900\/95 {
    border-inline-end-color: rgb(24 24 27 / 0.95);
  }

  .lg\:border-e-zinc-950 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(9 9 11 / var(--tw-border-opacity));
  }

  .lg\:border-e-zinc-950\/0 {
    border-inline-end-color: rgb(9 9 11 / 0);
  }

  .lg\:border-e-zinc-950\/10 {
    border-inline-end-color: rgb(9 9 11 / 0.1);
  }

  .lg\:border-e-zinc-950\/100 {
    border-inline-end-color: rgb(9 9 11 / 1);
  }

  .lg\:border-e-zinc-950\/15 {
    border-inline-end-color: rgb(9 9 11 / 0.15);
  }

  .lg\:border-e-zinc-950\/20 {
    border-inline-end-color: rgb(9 9 11 / 0.2);
  }

  .lg\:border-e-zinc-950\/25 {
    border-inline-end-color: rgb(9 9 11 / 0.25);
  }

  .lg\:border-e-zinc-950\/30 {
    border-inline-end-color: rgb(9 9 11 / 0.3);
  }

  .lg\:border-e-zinc-950\/35 {
    border-inline-end-color: rgb(9 9 11 / 0.35);
  }

  .lg\:border-e-zinc-950\/40 {
    border-inline-end-color: rgb(9 9 11 / 0.4);
  }

  .lg\:border-e-zinc-950\/45 {
    border-inline-end-color: rgb(9 9 11 / 0.45);
  }

  .lg\:border-e-zinc-950\/5 {
    border-inline-end-color: rgb(9 9 11 / 0.05);
  }

  .lg\:border-e-zinc-950\/50 {
    border-inline-end-color: rgb(9 9 11 / 0.5);
  }

  .lg\:border-e-zinc-950\/55 {
    border-inline-end-color: rgb(9 9 11 / 0.55);
  }

  .lg\:border-e-zinc-950\/60 {
    border-inline-end-color: rgb(9 9 11 / 0.6);
  }

  .lg\:border-e-zinc-950\/65 {
    border-inline-end-color: rgb(9 9 11 / 0.65);
  }

  .lg\:border-e-zinc-950\/70 {
    border-inline-end-color: rgb(9 9 11 / 0.7);
  }

  .lg\:border-e-zinc-950\/75 {
    border-inline-end-color: rgb(9 9 11 / 0.75);
  }

  .lg\:border-e-zinc-950\/80 {
    border-inline-end-color: rgb(9 9 11 / 0.8);
  }

  .lg\:border-e-zinc-950\/85 {
    border-inline-end-color: rgb(9 9 11 / 0.85);
  }

  .lg\:border-e-zinc-950\/90 {
    border-inline-end-color: rgb(9 9 11 / 0.9);
  }

  .lg\:border-e-zinc-950\/95 {
    border-inline-end-color: rgb(9 9 11 / 0.95);
  }

  .lg\:border-l-amber-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 243 199 / var(--tw-border-opacity));
  }

  .lg\:border-l-amber-100\/0 {
    border-left-color: rgb(254 243 199 / 0);
  }

  .lg\:border-l-amber-100\/10 {
    border-left-color: rgb(254 243 199 / 0.1);
  }

  .lg\:border-l-amber-100\/100 {
    border-left-color: rgb(254 243 199 / 1);
  }

  .lg\:border-l-amber-100\/15 {
    border-left-color: rgb(254 243 199 / 0.15);
  }

  .lg\:border-l-amber-100\/20 {
    border-left-color: rgb(254 243 199 / 0.2);
  }

  .lg\:border-l-amber-100\/25 {
    border-left-color: rgb(254 243 199 / 0.25);
  }

  .lg\:border-l-amber-100\/30 {
    border-left-color: rgb(254 243 199 / 0.3);
  }

  .lg\:border-l-amber-100\/35 {
    border-left-color: rgb(254 243 199 / 0.35);
  }

  .lg\:border-l-amber-100\/40 {
    border-left-color: rgb(254 243 199 / 0.4);
  }

  .lg\:border-l-amber-100\/45 {
    border-left-color: rgb(254 243 199 / 0.45);
  }

  .lg\:border-l-amber-100\/5 {
    border-left-color: rgb(254 243 199 / 0.05);
  }

  .lg\:border-l-amber-100\/50 {
    border-left-color: rgb(254 243 199 / 0.5);
  }

  .lg\:border-l-amber-100\/55 {
    border-left-color: rgb(254 243 199 / 0.55);
  }

  .lg\:border-l-amber-100\/60 {
    border-left-color: rgb(254 243 199 / 0.6);
  }

  .lg\:border-l-amber-100\/65 {
    border-left-color: rgb(254 243 199 / 0.65);
  }

  .lg\:border-l-amber-100\/70 {
    border-left-color: rgb(254 243 199 / 0.7);
  }

  .lg\:border-l-amber-100\/75 {
    border-left-color: rgb(254 243 199 / 0.75);
  }

  .lg\:border-l-amber-100\/80 {
    border-left-color: rgb(254 243 199 / 0.8);
  }

  .lg\:border-l-amber-100\/85 {
    border-left-color: rgb(254 243 199 / 0.85);
  }

  .lg\:border-l-amber-100\/90 {
    border-left-color: rgb(254 243 199 / 0.9);
  }

  .lg\:border-l-amber-100\/95 {
    border-left-color: rgb(254 243 199 / 0.95);
  }

  .lg\:border-l-amber-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 230 138 / var(--tw-border-opacity));
  }

  .lg\:border-l-amber-200\/0 {
    border-left-color: rgb(253 230 138 / 0);
  }

  .lg\:border-l-amber-200\/10 {
    border-left-color: rgb(253 230 138 / 0.1);
  }

  .lg\:border-l-amber-200\/100 {
    border-left-color: rgb(253 230 138 / 1);
  }

  .lg\:border-l-amber-200\/15 {
    border-left-color: rgb(253 230 138 / 0.15);
  }

  .lg\:border-l-amber-200\/20 {
    border-left-color: rgb(253 230 138 / 0.2);
  }

  .lg\:border-l-amber-200\/25 {
    border-left-color: rgb(253 230 138 / 0.25);
  }

  .lg\:border-l-amber-200\/30 {
    border-left-color: rgb(253 230 138 / 0.3);
  }

  .lg\:border-l-amber-200\/35 {
    border-left-color: rgb(253 230 138 / 0.35);
  }

  .lg\:border-l-amber-200\/40 {
    border-left-color: rgb(253 230 138 / 0.4);
  }

  .lg\:border-l-amber-200\/45 {
    border-left-color: rgb(253 230 138 / 0.45);
  }

  .lg\:border-l-amber-200\/5 {
    border-left-color: rgb(253 230 138 / 0.05);
  }

  .lg\:border-l-amber-200\/50 {
    border-left-color: rgb(253 230 138 / 0.5);
  }

  .lg\:border-l-amber-200\/55 {
    border-left-color: rgb(253 230 138 / 0.55);
  }

  .lg\:border-l-amber-200\/60 {
    border-left-color: rgb(253 230 138 / 0.6);
  }

  .lg\:border-l-amber-200\/65 {
    border-left-color: rgb(253 230 138 / 0.65);
  }

  .lg\:border-l-amber-200\/70 {
    border-left-color: rgb(253 230 138 / 0.7);
  }

  .lg\:border-l-amber-200\/75 {
    border-left-color: rgb(253 230 138 / 0.75);
  }

  .lg\:border-l-amber-200\/80 {
    border-left-color: rgb(253 230 138 / 0.8);
  }

  .lg\:border-l-amber-200\/85 {
    border-left-color: rgb(253 230 138 / 0.85);
  }

  .lg\:border-l-amber-200\/90 {
    border-left-color: rgb(253 230 138 / 0.9);
  }

  .lg\:border-l-amber-200\/95 {
    border-left-color: rgb(253 230 138 / 0.95);
  }

  .lg\:border-l-amber-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(252 211 77 / var(--tw-border-opacity));
  }

  .lg\:border-l-amber-300\/0 {
    border-left-color: rgb(252 211 77 / 0);
  }

  .lg\:border-l-amber-300\/10 {
    border-left-color: rgb(252 211 77 / 0.1);
  }

  .lg\:border-l-amber-300\/100 {
    border-left-color: rgb(252 211 77 / 1);
  }

  .lg\:border-l-amber-300\/15 {
    border-left-color: rgb(252 211 77 / 0.15);
  }

  .lg\:border-l-amber-300\/20 {
    border-left-color: rgb(252 211 77 / 0.2);
  }

  .lg\:border-l-amber-300\/25 {
    border-left-color: rgb(252 211 77 / 0.25);
  }

  .lg\:border-l-amber-300\/30 {
    border-left-color: rgb(252 211 77 / 0.3);
  }

  .lg\:border-l-amber-300\/35 {
    border-left-color: rgb(252 211 77 / 0.35);
  }

  .lg\:border-l-amber-300\/40 {
    border-left-color: rgb(252 211 77 / 0.4);
  }

  .lg\:border-l-amber-300\/45 {
    border-left-color: rgb(252 211 77 / 0.45);
  }

  .lg\:border-l-amber-300\/5 {
    border-left-color: rgb(252 211 77 / 0.05);
  }

  .lg\:border-l-amber-300\/50 {
    border-left-color: rgb(252 211 77 / 0.5);
  }

  .lg\:border-l-amber-300\/55 {
    border-left-color: rgb(252 211 77 / 0.55);
  }

  .lg\:border-l-amber-300\/60 {
    border-left-color: rgb(252 211 77 / 0.6);
  }

  .lg\:border-l-amber-300\/65 {
    border-left-color: rgb(252 211 77 / 0.65);
  }

  .lg\:border-l-amber-300\/70 {
    border-left-color: rgb(252 211 77 / 0.7);
  }

  .lg\:border-l-amber-300\/75 {
    border-left-color: rgb(252 211 77 / 0.75);
  }

  .lg\:border-l-amber-300\/80 {
    border-left-color: rgb(252 211 77 / 0.8);
  }

  .lg\:border-l-amber-300\/85 {
    border-left-color: rgb(252 211 77 / 0.85);
  }

  .lg\:border-l-amber-300\/90 {
    border-left-color: rgb(252 211 77 / 0.9);
  }

  .lg\:border-l-amber-300\/95 {
    border-left-color: rgb(252 211 77 / 0.95);
  }

  .lg\:border-l-amber-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(251 191 36 / var(--tw-border-opacity));
  }

  .lg\:border-l-amber-400\/0 {
    border-left-color: rgb(251 191 36 / 0);
  }

  .lg\:border-l-amber-400\/10 {
    border-left-color: rgb(251 191 36 / 0.1);
  }

  .lg\:border-l-amber-400\/100 {
    border-left-color: rgb(251 191 36 / 1);
  }

  .lg\:border-l-amber-400\/15 {
    border-left-color: rgb(251 191 36 / 0.15);
  }

  .lg\:border-l-amber-400\/20 {
    border-left-color: rgb(251 191 36 / 0.2);
  }

  .lg\:border-l-amber-400\/25 {
    border-left-color: rgb(251 191 36 / 0.25);
  }

  .lg\:border-l-amber-400\/30 {
    border-left-color: rgb(251 191 36 / 0.3);
  }

  .lg\:border-l-amber-400\/35 {
    border-left-color: rgb(251 191 36 / 0.35);
  }

  .lg\:border-l-amber-400\/40 {
    border-left-color: rgb(251 191 36 / 0.4);
  }

  .lg\:border-l-amber-400\/45 {
    border-left-color: rgb(251 191 36 / 0.45);
  }

  .lg\:border-l-amber-400\/5 {
    border-left-color: rgb(251 191 36 / 0.05);
  }

  .lg\:border-l-amber-400\/50 {
    border-left-color: rgb(251 191 36 / 0.5);
  }

  .lg\:border-l-amber-400\/55 {
    border-left-color: rgb(251 191 36 / 0.55);
  }

  .lg\:border-l-amber-400\/60 {
    border-left-color: rgb(251 191 36 / 0.6);
  }

  .lg\:border-l-amber-400\/65 {
    border-left-color: rgb(251 191 36 / 0.65);
  }

  .lg\:border-l-amber-400\/70 {
    border-left-color: rgb(251 191 36 / 0.7);
  }

  .lg\:border-l-amber-400\/75 {
    border-left-color: rgb(251 191 36 / 0.75);
  }

  .lg\:border-l-amber-400\/80 {
    border-left-color: rgb(251 191 36 / 0.8);
  }

  .lg\:border-l-amber-400\/85 {
    border-left-color: rgb(251 191 36 / 0.85);
  }

  .lg\:border-l-amber-400\/90 {
    border-left-color: rgb(251 191 36 / 0.9);
  }

  .lg\:border-l-amber-400\/95 {
    border-left-color: rgb(251 191 36 / 0.95);
  }

  .lg\:border-l-amber-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 251 235 / var(--tw-border-opacity));
  }

  .lg\:border-l-amber-50\/0 {
    border-left-color: rgb(255 251 235 / 0);
  }

  .lg\:border-l-amber-50\/10 {
    border-left-color: rgb(255 251 235 / 0.1);
  }

  .lg\:border-l-amber-50\/100 {
    border-left-color: rgb(255 251 235 / 1);
  }

  .lg\:border-l-amber-50\/15 {
    border-left-color: rgb(255 251 235 / 0.15);
  }

  .lg\:border-l-amber-50\/20 {
    border-left-color: rgb(255 251 235 / 0.2);
  }

  .lg\:border-l-amber-50\/25 {
    border-left-color: rgb(255 251 235 / 0.25);
  }

  .lg\:border-l-amber-50\/30 {
    border-left-color: rgb(255 251 235 / 0.3);
  }

  .lg\:border-l-amber-50\/35 {
    border-left-color: rgb(255 251 235 / 0.35);
  }

  .lg\:border-l-amber-50\/40 {
    border-left-color: rgb(255 251 235 / 0.4);
  }

  .lg\:border-l-amber-50\/45 {
    border-left-color: rgb(255 251 235 / 0.45);
  }

  .lg\:border-l-amber-50\/5 {
    border-left-color: rgb(255 251 235 / 0.05);
  }

  .lg\:border-l-amber-50\/50 {
    border-left-color: rgb(255 251 235 / 0.5);
  }

  .lg\:border-l-amber-50\/55 {
    border-left-color: rgb(255 251 235 / 0.55);
  }

  .lg\:border-l-amber-50\/60 {
    border-left-color: rgb(255 251 235 / 0.6);
  }

  .lg\:border-l-amber-50\/65 {
    border-left-color: rgb(255 251 235 / 0.65);
  }

  .lg\:border-l-amber-50\/70 {
    border-left-color: rgb(255 251 235 / 0.7);
  }

  .lg\:border-l-amber-50\/75 {
    border-left-color: rgb(255 251 235 / 0.75);
  }

  .lg\:border-l-amber-50\/80 {
    border-left-color: rgb(255 251 235 / 0.8);
  }

  .lg\:border-l-amber-50\/85 {
    border-left-color: rgb(255 251 235 / 0.85);
  }

  .lg\:border-l-amber-50\/90 {
    border-left-color: rgb(255 251 235 / 0.9);
  }

  .lg\:border-l-amber-50\/95 {
    border-left-color: rgb(255 251 235 / 0.95);
  }

  .lg\:border-l-amber-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 158 11 / var(--tw-border-opacity));
  }

  .lg\:border-l-amber-500\/0 {
    border-left-color: rgb(245 158 11 / 0);
  }

  .lg\:border-l-amber-500\/10 {
    border-left-color: rgb(245 158 11 / 0.1);
  }

  .lg\:border-l-amber-500\/100 {
    border-left-color: rgb(245 158 11 / 1);
  }

  .lg\:border-l-amber-500\/15 {
    border-left-color: rgb(245 158 11 / 0.15);
  }

  .lg\:border-l-amber-500\/20 {
    border-left-color: rgb(245 158 11 / 0.2);
  }

  .lg\:border-l-amber-500\/25 {
    border-left-color: rgb(245 158 11 / 0.25);
  }

  .lg\:border-l-amber-500\/30 {
    border-left-color: rgb(245 158 11 / 0.3);
  }

  .lg\:border-l-amber-500\/35 {
    border-left-color: rgb(245 158 11 / 0.35);
  }

  .lg\:border-l-amber-500\/40 {
    border-left-color: rgb(245 158 11 / 0.4);
  }

  .lg\:border-l-amber-500\/45 {
    border-left-color: rgb(245 158 11 / 0.45);
  }

  .lg\:border-l-amber-500\/5 {
    border-left-color: rgb(245 158 11 / 0.05);
  }

  .lg\:border-l-amber-500\/50 {
    border-left-color: rgb(245 158 11 / 0.5);
  }

  .lg\:border-l-amber-500\/55 {
    border-left-color: rgb(245 158 11 / 0.55);
  }

  .lg\:border-l-amber-500\/60 {
    border-left-color: rgb(245 158 11 / 0.6);
  }

  .lg\:border-l-amber-500\/65 {
    border-left-color: rgb(245 158 11 / 0.65);
  }

  .lg\:border-l-amber-500\/70 {
    border-left-color: rgb(245 158 11 / 0.7);
  }

  .lg\:border-l-amber-500\/75 {
    border-left-color: rgb(245 158 11 / 0.75);
  }

  .lg\:border-l-amber-500\/80 {
    border-left-color: rgb(245 158 11 / 0.8);
  }

  .lg\:border-l-amber-500\/85 {
    border-left-color: rgb(245 158 11 / 0.85);
  }

  .lg\:border-l-amber-500\/90 {
    border-left-color: rgb(245 158 11 / 0.9);
  }

  .lg\:border-l-amber-500\/95 {
    border-left-color: rgb(245 158 11 / 0.95);
  }

  .lg\:border-l-amber-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(217 119 6 / var(--tw-border-opacity));
  }

  .lg\:border-l-amber-600\/0 {
    border-left-color: rgb(217 119 6 / 0);
  }

  .lg\:border-l-amber-600\/10 {
    border-left-color: rgb(217 119 6 / 0.1);
  }

  .lg\:border-l-amber-600\/100 {
    border-left-color: rgb(217 119 6 / 1);
  }

  .lg\:border-l-amber-600\/15 {
    border-left-color: rgb(217 119 6 / 0.15);
  }

  .lg\:border-l-amber-600\/20 {
    border-left-color: rgb(217 119 6 / 0.2);
  }

  .lg\:border-l-amber-600\/25 {
    border-left-color: rgb(217 119 6 / 0.25);
  }

  .lg\:border-l-amber-600\/30 {
    border-left-color: rgb(217 119 6 / 0.3);
  }

  .lg\:border-l-amber-600\/35 {
    border-left-color: rgb(217 119 6 / 0.35);
  }

  .lg\:border-l-amber-600\/40 {
    border-left-color: rgb(217 119 6 / 0.4);
  }

  .lg\:border-l-amber-600\/45 {
    border-left-color: rgb(217 119 6 / 0.45);
  }

  .lg\:border-l-amber-600\/5 {
    border-left-color: rgb(217 119 6 / 0.05);
  }

  .lg\:border-l-amber-600\/50 {
    border-left-color: rgb(217 119 6 / 0.5);
  }

  .lg\:border-l-amber-600\/55 {
    border-left-color: rgb(217 119 6 / 0.55);
  }

  .lg\:border-l-amber-600\/60 {
    border-left-color: rgb(217 119 6 / 0.6);
  }

  .lg\:border-l-amber-600\/65 {
    border-left-color: rgb(217 119 6 / 0.65);
  }

  .lg\:border-l-amber-600\/70 {
    border-left-color: rgb(217 119 6 / 0.7);
  }

  .lg\:border-l-amber-600\/75 {
    border-left-color: rgb(217 119 6 / 0.75);
  }

  .lg\:border-l-amber-600\/80 {
    border-left-color: rgb(217 119 6 / 0.8);
  }

  .lg\:border-l-amber-600\/85 {
    border-left-color: rgb(217 119 6 / 0.85);
  }

  .lg\:border-l-amber-600\/90 {
    border-left-color: rgb(217 119 6 / 0.9);
  }

  .lg\:border-l-amber-600\/95 {
    border-left-color: rgb(217 119 6 / 0.95);
  }

  .lg\:border-l-amber-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(180 83 9 / var(--tw-border-opacity));
  }

  .lg\:border-l-amber-700\/0 {
    border-left-color: rgb(180 83 9 / 0);
  }

  .lg\:border-l-amber-700\/10 {
    border-left-color: rgb(180 83 9 / 0.1);
  }

  .lg\:border-l-amber-700\/100 {
    border-left-color: rgb(180 83 9 / 1);
  }

  .lg\:border-l-amber-700\/15 {
    border-left-color: rgb(180 83 9 / 0.15);
  }

  .lg\:border-l-amber-700\/20 {
    border-left-color: rgb(180 83 9 / 0.2);
  }

  .lg\:border-l-amber-700\/25 {
    border-left-color: rgb(180 83 9 / 0.25);
  }

  .lg\:border-l-amber-700\/30 {
    border-left-color: rgb(180 83 9 / 0.3);
  }

  .lg\:border-l-amber-700\/35 {
    border-left-color: rgb(180 83 9 / 0.35);
  }

  .lg\:border-l-amber-700\/40 {
    border-left-color: rgb(180 83 9 / 0.4);
  }

  .lg\:border-l-amber-700\/45 {
    border-left-color: rgb(180 83 9 / 0.45);
  }

  .lg\:border-l-amber-700\/5 {
    border-left-color: rgb(180 83 9 / 0.05);
  }

  .lg\:border-l-amber-700\/50 {
    border-left-color: rgb(180 83 9 / 0.5);
  }

  .lg\:border-l-amber-700\/55 {
    border-left-color: rgb(180 83 9 / 0.55);
  }

  .lg\:border-l-amber-700\/60 {
    border-left-color: rgb(180 83 9 / 0.6);
  }

  .lg\:border-l-amber-700\/65 {
    border-left-color: rgb(180 83 9 / 0.65);
  }

  .lg\:border-l-amber-700\/70 {
    border-left-color: rgb(180 83 9 / 0.7);
  }

  .lg\:border-l-amber-700\/75 {
    border-left-color: rgb(180 83 9 / 0.75);
  }

  .lg\:border-l-amber-700\/80 {
    border-left-color: rgb(180 83 9 / 0.8);
  }

  .lg\:border-l-amber-700\/85 {
    border-left-color: rgb(180 83 9 / 0.85);
  }

  .lg\:border-l-amber-700\/90 {
    border-left-color: rgb(180 83 9 / 0.9);
  }

  .lg\:border-l-amber-700\/95 {
    border-left-color: rgb(180 83 9 / 0.95);
  }

  .lg\:border-l-amber-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(146 64 14 / var(--tw-border-opacity));
  }

  .lg\:border-l-amber-800\/0 {
    border-left-color: rgb(146 64 14 / 0);
  }

  .lg\:border-l-amber-800\/10 {
    border-left-color: rgb(146 64 14 / 0.1);
  }

  .lg\:border-l-amber-800\/100 {
    border-left-color: rgb(146 64 14 / 1);
  }

  .lg\:border-l-amber-800\/15 {
    border-left-color: rgb(146 64 14 / 0.15);
  }

  .lg\:border-l-amber-800\/20 {
    border-left-color: rgb(146 64 14 / 0.2);
  }

  .lg\:border-l-amber-800\/25 {
    border-left-color: rgb(146 64 14 / 0.25);
  }

  .lg\:border-l-amber-800\/30 {
    border-left-color: rgb(146 64 14 / 0.3);
  }

  .lg\:border-l-amber-800\/35 {
    border-left-color: rgb(146 64 14 / 0.35);
  }

  .lg\:border-l-amber-800\/40 {
    border-left-color: rgb(146 64 14 / 0.4);
  }

  .lg\:border-l-amber-800\/45 {
    border-left-color: rgb(146 64 14 / 0.45);
  }

  .lg\:border-l-amber-800\/5 {
    border-left-color: rgb(146 64 14 / 0.05);
  }

  .lg\:border-l-amber-800\/50 {
    border-left-color: rgb(146 64 14 / 0.5);
  }

  .lg\:border-l-amber-800\/55 {
    border-left-color: rgb(146 64 14 / 0.55);
  }

  .lg\:border-l-amber-800\/60 {
    border-left-color: rgb(146 64 14 / 0.6);
  }

  .lg\:border-l-amber-800\/65 {
    border-left-color: rgb(146 64 14 / 0.65);
  }

  .lg\:border-l-amber-800\/70 {
    border-left-color: rgb(146 64 14 / 0.7);
  }

  .lg\:border-l-amber-800\/75 {
    border-left-color: rgb(146 64 14 / 0.75);
  }

  .lg\:border-l-amber-800\/80 {
    border-left-color: rgb(146 64 14 / 0.8);
  }

  .lg\:border-l-amber-800\/85 {
    border-left-color: rgb(146 64 14 / 0.85);
  }

  .lg\:border-l-amber-800\/90 {
    border-left-color: rgb(146 64 14 / 0.9);
  }

  .lg\:border-l-amber-800\/95 {
    border-left-color: rgb(146 64 14 / 0.95);
  }

  .lg\:border-l-amber-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(120 53 15 / var(--tw-border-opacity));
  }

  .lg\:border-l-amber-900\/0 {
    border-left-color: rgb(120 53 15 / 0);
  }

  .lg\:border-l-amber-900\/10 {
    border-left-color: rgb(120 53 15 / 0.1);
  }

  .lg\:border-l-amber-900\/100 {
    border-left-color: rgb(120 53 15 / 1);
  }

  .lg\:border-l-amber-900\/15 {
    border-left-color: rgb(120 53 15 / 0.15);
  }

  .lg\:border-l-amber-900\/20 {
    border-left-color: rgb(120 53 15 / 0.2);
  }

  .lg\:border-l-amber-900\/25 {
    border-left-color: rgb(120 53 15 / 0.25);
  }

  .lg\:border-l-amber-900\/30 {
    border-left-color: rgb(120 53 15 / 0.3);
  }

  .lg\:border-l-amber-900\/35 {
    border-left-color: rgb(120 53 15 / 0.35);
  }

  .lg\:border-l-amber-900\/40 {
    border-left-color: rgb(120 53 15 / 0.4);
  }

  .lg\:border-l-amber-900\/45 {
    border-left-color: rgb(120 53 15 / 0.45);
  }

  .lg\:border-l-amber-900\/5 {
    border-left-color: rgb(120 53 15 / 0.05);
  }

  .lg\:border-l-amber-900\/50 {
    border-left-color: rgb(120 53 15 / 0.5);
  }

  .lg\:border-l-amber-900\/55 {
    border-left-color: rgb(120 53 15 / 0.55);
  }

  .lg\:border-l-amber-900\/60 {
    border-left-color: rgb(120 53 15 / 0.6);
  }

  .lg\:border-l-amber-900\/65 {
    border-left-color: rgb(120 53 15 / 0.65);
  }

  .lg\:border-l-amber-900\/70 {
    border-left-color: rgb(120 53 15 / 0.7);
  }

  .lg\:border-l-amber-900\/75 {
    border-left-color: rgb(120 53 15 / 0.75);
  }

  .lg\:border-l-amber-900\/80 {
    border-left-color: rgb(120 53 15 / 0.8);
  }

  .lg\:border-l-amber-900\/85 {
    border-left-color: rgb(120 53 15 / 0.85);
  }

  .lg\:border-l-amber-900\/90 {
    border-left-color: rgb(120 53 15 / 0.9);
  }

  .lg\:border-l-amber-900\/95 {
    border-left-color: rgb(120 53 15 / 0.95);
  }

  .lg\:border-l-amber-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(69 26 3 / var(--tw-border-opacity));
  }

  .lg\:border-l-amber-950\/0 {
    border-left-color: rgb(69 26 3 / 0);
  }

  .lg\:border-l-amber-950\/10 {
    border-left-color: rgb(69 26 3 / 0.1);
  }

  .lg\:border-l-amber-950\/100 {
    border-left-color: rgb(69 26 3 / 1);
  }

  .lg\:border-l-amber-950\/15 {
    border-left-color: rgb(69 26 3 / 0.15);
  }

  .lg\:border-l-amber-950\/20 {
    border-left-color: rgb(69 26 3 / 0.2);
  }

  .lg\:border-l-amber-950\/25 {
    border-left-color: rgb(69 26 3 / 0.25);
  }

  .lg\:border-l-amber-950\/30 {
    border-left-color: rgb(69 26 3 / 0.3);
  }

  .lg\:border-l-amber-950\/35 {
    border-left-color: rgb(69 26 3 / 0.35);
  }

  .lg\:border-l-amber-950\/40 {
    border-left-color: rgb(69 26 3 / 0.4);
  }

  .lg\:border-l-amber-950\/45 {
    border-left-color: rgb(69 26 3 / 0.45);
  }

  .lg\:border-l-amber-950\/5 {
    border-left-color: rgb(69 26 3 / 0.05);
  }

  .lg\:border-l-amber-950\/50 {
    border-left-color: rgb(69 26 3 / 0.5);
  }

  .lg\:border-l-amber-950\/55 {
    border-left-color: rgb(69 26 3 / 0.55);
  }

  .lg\:border-l-amber-950\/60 {
    border-left-color: rgb(69 26 3 / 0.6);
  }

  .lg\:border-l-amber-950\/65 {
    border-left-color: rgb(69 26 3 / 0.65);
  }

  .lg\:border-l-amber-950\/70 {
    border-left-color: rgb(69 26 3 / 0.7);
  }

  .lg\:border-l-amber-950\/75 {
    border-left-color: rgb(69 26 3 / 0.75);
  }

  .lg\:border-l-amber-950\/80 {
    border-left-color: rgb(69 26 3 / 0.8);
  }

  .lg\:border-l-amber-950\/85 {
    border-left-color: rgb(69 26 3 / 0.85);
  }

  .lg\:border-l-amber-950\/90 {
    border-left-color: rgb(69 26 3 / 0.9);
  }

  .lg\:border-l-amber-950\/95 {
    border-left-color: rgb(69 26 3 / 0.95);
  }

  .lg\:border-l-black {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .lg\:border-l-black\/0 {
    border-left-color: rgb(0 0 0 / 0);
  }

  .lg\:border-l-black\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-l-black\/100 {
    border-left-color: rgb(0 0 0 / 1);
  }

  .lg\:border-l-black\/15 {
    border-left-color: rgb(0 0 0 / 0.15);
  }

  .lg\:border-l-black\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-l-black\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-l-black\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-l-black\/35 {
    border-left-color: rgb(0 0 0 / 0.35);
  }

  .lg\:border-l-black\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-l-black\/45 {
    border-left-color: rgb(0 0 0 / 0.45);
  }

  .lg\:border-l-black\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-l-black\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-l-black\/55 {
    border-left-color: rgb(0 0 0 / 0.55);
  }

  .lg\:border-l-black\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-l-black\/65 {
    border-left-color: rgb(0 0 0 / 0.65);
  }

  .lg\:border-l-black\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-l-black\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-l-black\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-l-black\/85 {
    border-left-color: rgb(0 0 0 / 0.85);
  }

  .lg\:border-l-black\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-l-black\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-l-blue-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(219 234 254 / var(--tw-border-opacity));
  }

  .lg\:border-l-blue-100\/0 {
    border-left-color: rgb(219 234 254 / 0);
  }

  .lg\:border-l-blue-100\/10 {
    border-left-color: rgb(219 234 254 / 0.1);
  }

  .lg\:border-l-blue-100\/100 {
    border-left-color: rgb(219 234 254 / 1);
  }

  .lg\:border-l-blue-100\/15 {
    border-left-color: rgb(219 234 254 / 0.15);
  }

  .lg\:border-l-blue-100\/20 {
    border-left-color: rgb(219 234 254 / 0.2);
  }

  .lg\:border-l-blue-100\/25 {
    border-left-color: rgb(219 234 254 / 0.25);
  }

  .lg\:border-l-blue-100\/30 {
    border-left-color: rgb(219 234 254 / 0.3);
  }

  .lg\:border-l-blue-100\/35 {
    border-left-color: rgb(219 234 254 / 0.35);
  }

  .lg\:border-l-blue-100\/40 {
    border-left-color: rgb(219 234 254 / 0.4);
  }

  .lg\:border-l-blue-100\/45 {
    border-left-color: rgb(219 234 254 / 0.45);
  }

  .lg\:border-l-blue-100\/5 {
    border-left-color: rgb(219 234 254 / 0.05);
  }

  .lg\:border-l-blue-100\/50 {
    border-left-color: rgb(219 234 254 / 0.5);
  }

  .lg\:border-l-blue-100\/55 {
    border-left-color: rgb(219 234 254 / 0.55);
  }

  .lg\:border-l-blue-100\/60 {
    border-left-color: rgb(219 234 254 / 0.6);
  }

  .lg\:border-l-blue-100\/65 {
    border-left-color: rgb(219 234 254 / 0.65);
  }

  .lg\:border-l-blue-100\/70 {
    border-left-color: rgb(219 234 254 / 0.7);
  }

  .lg\:border-l-blue-100\/75 {
    border-left-color: rgb(219 234 254 / 0.75);
  }

  .lg\:border-l-blue-100\/80 {
    border-left-color: rgb(219 234 254 / 0.8);
  }

  .lg\:border-l-blue-100\/85 {
    border-left-color: rgb(219 234 254 / 0.85);
  }

  .lg\:border-l-blue-100\/90 {
    border-left-color: rgb(219 234 254 / 0.9);
  }

  .lg\:border-l-blue-100\/95 {
    border-left-color: rgb(219 234 254 / 0.95);
  }

  .lg\:border-l-blue-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(191 219 254 / var(--tw-border-opacity));
  }

  .lg\:border-l-blue-200\/0 {
    border-left-color: rgb(191 219 254 / 0);
  }

  .lg\:border-l-blue-200\/10 {
    border-left-color: rgb(191 219 254 / 0.1);
  }

  .lg\:border-l-blue-200\/100 {
    border-left-color: rgb(191 219 254 / 1);
  }

  .lg\:border-l-blue-200\/15 {
    border-left-color: rgb(191 219 254 / 0.15);
  }

  .lg\:border-l-blue-200\/20 {
    border-left-color: rgb(191 219 254 / 0.2);
  }

  .lg\:border-l-blue-200\/25 {
    border-left-color: rgb(191 219 254 / 0.25);
  }

  .lg\:border-l-blue-200\/30 {
    border-left-color: rgb(191 219 254 / 0.3);
  }

  .lg\:border-l-blue-200\/35 {
    border-left-color: rgb(191 219 254 / 0.35);
  }

  .lg\:border-l-blue-200\/40 {
    border-left-color: rgb(191 219 254 / 0.4);
  }

  .lg\:border-l-blue-200\/45 {
    border-left-color: rgb(191 219 254 / 0.45);
  }

  .lg\:border-l-blue-200\/5 {
    border-left-color: rgb(191 219 254 / 0.05);
  }

  .lg\:border-l-blue-200\/50 {
    border-left-color: rgb(191 219 254 / 0.5);
  }

  .lg\:border-l-blue-200\/55 {
    border-left-color: rgb(191 219 254 / 0.55);
  }

  .lg\:border-l-blue-200\/60 {
    border-left-color: rgb(191 219 254 / 0.6);
  }

  .lg\:border-l-blue-200\/65 {
    border-left-color: rgb(191 219 254 / 0.65);
  }

  .lg\:border-l-blue-200\/70 {
    border-left-color: rgb(191 219 254 / 0.7);
  }

  .lg\:border-l-blue-200\/75 {
    border-left-color: rgb(191 219 254 / 0.75);
  }

  .lg\:border-l-blue-200\/80 {
    border-left-color: rgb(191 219 254 / 0.8);
  }

  .lg\:border-l-blue-200\/85 {
    border-left-color: rgb(191 219 254 / 0.85);
  }

  .lg\:border-l-blue-200\/90 {
    border-left-color: rgb(191 219 254 / 0.9);
  }

  .lg\:border-l-blue-200\/95 {
    border-left-color: rgb(191 219 254 / 0.95);
  }

  .lg\:border-l-blue-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(147 197 253 / var(--tw-border-opacity));
  }

  .lg\:border-l-blue-300\/0 {
    border-left-color: rgb(147 197 253 / 0);
  }

  .lg\:border-l-blue-300\/10 {
    border-left-color: rgb(147 197 253 / 0.1);
  }

  .lg\:border-l-blue-300\/100 {
    border-left-color: rgb(147 197 253 / 1);
  }

  .lg\:border-l-blue-300\/15 {
    border-left-color: rgb(147 197 253 / 0.15);
  }

  .lg\:border-l-blue-300\/20 {
    border-left-color: rgb(147 197 253 / 0.2);
  }

  .lg\:border-l-blue-300\/25 {
    border-left-color: rgb(147 197 253 / 0.25);
  }

  .lg\:border-l-blue-300\/30 {
    border-left-color: rgb(147 197 253 / 0.3);
  }

  .lg\:border-l-blue-300\/35 {
    border-left-color: rgb(147 197 253 / 0.35);
  }

  .lg\:border-l-blue-300\/40 {
    border-left-color: rgb(147 197 253 / 0.4);
  }

  .lg\:border-l-blue-300\/45 {
    border-left-color: rgb(147 197 253 / 0.45);
  }

  .lg\:border-l-blue-300\/5 {
    border-left-color: rgb(147 197 253 / 0.05);
  }

  .lg\:border-l-blue-300\/50 {
    border-left-color: rgb(147 197 253 / 0.5);
  }

  .lg\:border-l-blue-300\/55 {
    border-left-color: rgb(147 197 253 / 0.55);
  }

  .lg\:border-l-blue-300\/60 {
    border-left-color: rgb(147 197 253 / 0.6);
  }

  .lg\:border-l-blue-300\/65 {
    border-left-color: rgb(147 197 253 / 0.65);
  }

  .lg\:border-l-blue-300\/70 {
    border-left-color: rgb(147 197 253 / 0.7);
  }

  .lg\:border-l-blue-300\/75 {
    border-left-color: rgb(147 197 253 / 0.75);
  }

  .lg\:border-l-blue-300\/80 {
    border-left-color: rgb(147 197 253 / 0.8);
  }

  .lg\:border-l-blue-300\/85 {
    border-left-color: rgb(147 197 253 / 0.85);
  }

  .lg\:border-l-blue-300\/90 {
    border-left-color: rgb(147 197 253 / 0.9);
  }

  .lg\:border-l-blue-300\/95 {
    border-left-color: rgb(147 197 253 / 0.95);
  }

  .lg\:border-l-blue-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(96 165 250 / var(--tw-border-opacity));
  }

  .lg\:border-l-blue-400\/0 {
    border-left-color: rgb(96 165 250 / 0);
  }

  .lg\:border-l-blue-400\/10 {
    border-left-color: rgb(96 165 250 / 0.1);
  }

  .lg\:border-l-blue-400\/100 {
    border-left-color: rgb(96 165 250 / 1);
  }

  .lg\:border-l-blue-400\/15 {
    border-left-color: rgb(96 165 250 / 0.15);
  }

  .lg\:border-l-blue-400\/20 {
    border-left-color: rgb(96 165 250 / 0.2);
  }

  .lg\:border-l-blue-400\/25 {
    border-left-color: rgb(96 165 250 / 0.25);
  }

  .lg\:border-l-blue-400\/30 {
    border-left-color: rgb(96 165 250 / 0.3);
  }

  .lg\:border-l-blue-400\/35 {
    border-left-color: rgb(96 165 250 / 0.35);
  }

  .lg\:border-l-blue-400\/40 {
    border-left-color: rgb(96 165 250 / 0.4);
  }

  .lg\:border-l-blue-400\/45 {
    border-left-color: rgb(96 165 250 / 0.45);
  }

  .lg\:border-l-blue-400\/5 {
    border-left-color: rgb(96 165 250 / 0.05);
  }

  .lg\:border-l-blue-400\/50 {
    border-left-color: rgb(96 165 250 / 0.5);
  }

  .lg\:border-l-blue-400\/55 {
    border-left-color: rgb(96 165 250 / 0.55);
  }

  .lg\:border-l-blue-400\/60 {
    border-left-color: rgb(96 165 250 / 0.6);
  }

  .lg\:border-l-blue-400\/65 {
    border-left-color: rgb(96 165 250 / 0.65);
  }

  .lg\:border-l-blue-400\/70 {
    border-left-color: rgb(96 165 250 / 0.7);
  }

  .lg\:border-l-blue-400\/75 {
    border-left-color: rgb(96 165 250 / 0.75);
  }

  .lg\:border-l-blue-400\/80 {
    border-left-color: rgb(96 165 250 / 0.8);
  }

  .lg\:border-l-blue-400\/85 {
    border-left-color: rgb(96 165 250 / 0.85);
  }

  .lg\:border-l-blue-400\/90 {
    border-left-color: rgb(96 165 250 / 0.9);
  }

  .lg\:border-l-blue-400\/95 {
    border-left-color: rgb(96 165 250 / 0.95);
  }

  .lg\:border-l-blue-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(239 246 255 / var(--tw-border-opacity));
  }

  .lg\:border-l-blue-50\/0 {
    border-left-color: rgb(239 246 255 / 0);
  }

  .lg\:border-l-blue-50\/10 {
    border-left-color: rgb(239 246 255 / 0.1);
  }

  .lg\:border-l-blue-50\/100 {
    border-left-color: rgb(239 246 255 / 1);
  }

  .lg\:border-l-blue-50\/15 {
    border-left-color: rgb(239 246 255 / 0.15);
  }

  .lg\:border-l-blue-50\/20 {
    border-left-color: rgb(239 246 255 / 0.2);
  }

  .lg\:border-l-blue-50\/25 {
    border-left-color: rgb(239 246 255 / 0.25);
  }

  .lg\:border-l-blue-50\/30 {
    border-left-color: rgb(239 246 255 / 0.3);
  }

  .lg\:border-l-blue-50\/35 {
    border-left-color: rgb(239 246 255 / 0.35);
  }

  .lg\:border-l-blue-50\/40 {
    border-left-color: rgb(239 246 255 / 0.4);
  }

  .lg\:border-l-blue-50\/45 {
    border-left-color: rgb(239 246 255 / 0.45);
  }

  .lg\:border-l-blue-50\/5 {
    border-left-color: rgb(239 246 255 / 0.05);
  }

  .lg\:border-l-blue-50\/50 {
    border-left-color: rgb(239 246 255 / 0.5);
  }

  .lg\:border-l-blue-50\/55 {
    border-left-color: rgb(239 246 255 / 0.55);
  }

  .lg\:border-l-blue-50\/60 {
    border-left-color: rgb(239 246 255 / 0.6);
  }

  .lg\:border-l-blue-50\/65 {
    border-left-color: rgb(239 246 255 / 0.65);
  }

  .lg\:border-l-blue-50\/70 {
    border-left-color: rgb(239 246 255 / 0.7);
  }

  .lg\:border-l-blue-50\/75 {
    border-left-color: rgb(239 246 255 / 0.75);
  }

  .lg\:border-l-blue-50\/80 {
    border-left-color: rgb(239 246 255 / 0.8);
  }

  .lg\:border-l-blue-50\/85 {
    border-left-color: rgb(239 246 255 / 0.85);
  }

  .lg\:border-l-blue-50\/90 {
    border-left-color: rgb(239 246 255 / 0.9);
  }

  .lg\:border-l-blue-50\/95 {
    border-left-color: rgb(239 246 255 / 0.95);
  }

  .lg\:border-l-blue-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(59 130 246 / var(--tw-border-opacity));
  }

  .lg\:border-l-blue-500\/0 {
    border-left-color: rgb(59 130 246 / 0);
  }

  .lg\:border-l-blue-500\/10 {
    border-left-color: rgb(59 130 246 / 0.1);
  }

  .lg\:border-l-blue-500\/100 {
    border-left-color: rgb(59 130 246 / 1);
  }

  .lg\:border-l-blue-500\/15 {
    border-left-color: rgb(59 130 246 / 0.15);
  }

  .lg\:border-l-blue-500\/20 {
    border-left-color: rgb(59 130 246 / 0.2);
  }

  .lg\:border-l-blue-500\/25 {
    border-left-color: rgb(59 130 246 / 0.25);
  }

  .lg\:border-l-blue-500\/30 {
    border-left-color: rgb(59 130 246 / 0.3);
  }

  .lg\:border-l-blue-500\/35 {
    border-left-color: rgb(59 130 246 / 0.35);
  }

  .lg\:border-l-blue-500\/40 {
    border-left-color: rgb(59 130 246 / 0.4);
  }

  .lg\:border-l-blue-500\/45 {
    border-left-color: rgb(59 130 246 / 0.45);
  }

  .lg\:border-l-blue-500\/5 {
    border-left-color: rgb(59 130 246 / 0.05);
  }

  .lg\:border-l-blue-500\/50 {
    border-left-color: rgb(59 130 246 / 0.5);
  }

  .lg\:border-l-blue-500\/55 {
    border-left-color: rgb(59 130 246 / 0.55);
  }

  .lg\:border-l-blue-500\/60 {
    border-left-color: rgb(59 130 246 / 0.6);
  }

  .lg\:border-l-blue-500\/65 {
    border-left-color: rgb(59 130 246 / 0.65);
  }

  .lg\:border-l-blue-500\/70 {
    border-left-color: rgb(59 130 246 / 0.7);
  }

  .lg\:border-l-blue-500\/75 {
    border-left-color: rgb(59 130 246 / 0.75);
  }

  .lg\:border-l-blue-500\/80 {
    border-left-color: rgb(59 130 246 / 0.8);
  }

  .lg\:border-l-blue-500\/85 {
    border-left-color: rgb(59 130 246 / 0.85);
  }

  .lg\:border-l-blue-500\/90 {
    border-left-color: rgb(59 130 246 / 0.9);
  }

  .lg\:border-l-blue-500\/95 {
    border-left-color: rgb(59 130 246 / 0.95);
  }

  .lg\:border-l-blue-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(37 99 235 / var(--tw-border-opacity));
  }

  .lg\:border-l-blue-600\/0 {
    border-left-color: rgb(37 99 235 / 0);
  }

  .lg\:border-l-blue-600\/10 {
    border-left-color: rgb(37 99 235 / 0.1);
  }

  .lg\:border-l-blue-600\/100 {
    border-left-color: rgb(37 99 235 / 1);
  }

  .lg\:border-l-blue-600\/15 {
    border-left-color: rgb(37 99 235 / 0.15);
  }

  .lg\:border-l-blue-600\/20 {
    border-left-color: rgb(37 99 235 / 0.2);
  }

  .lg\:border-l-blue-600\/25 {
    border-left-color: rgb(37 99 235 / 0.25);
  }

  .lg\:border-l-blue-600\/30 {
    border-left-color: rgb(37 99 235 / 0.3);
  }

  .lg\:border-l-blue-600\/35 {
    border-left-color: rgb(37 99 235 / 0.35);
  }

  .lg\:border-l-blue-600\/40 {
    border-left-color: rgb(37 99 235 / 0.4);
  }

  .lg\:border-l-blue-600\/45 {
    border-left-color: rgb(37 99 235 / 0.45);
  }

  .lg\:border-l-blue-600\/5 {
    border-left-color: rgb(37 99 235 / 0.05);
  }

  .lg\:border-l-blue-600\/50 {
    border-left-color: rgb(37 99 235 / 0.5);
  }

  .lg\:border-l-blue-600\/55 {
    border-left-color: rgb(37 99 235 / 0.55);
  }

  .lg\:border-l-blue-600\/60 {
    border-left-color: rgb(37 99 235 / 0.6);
  }

  .lg\:border-l-blue-600\/65 {
    border-left-color: rgb(37 99 235 / 0.65);
  }

  .lg\:border-l-blue-600\/70 {
    border-left-color: rgb(37 99 235 / 0.7);
  }

  .lg\:border-l-blue-600\/75 {
    border-left-color: rgb(37 99 235 / 0.75);
  }

  .lg\:border-l-blue-600\/80 {
    border-left-color: rgb(37 99 235 / 0.8);
  }

  .lg\:border-l-blue-600\/85 {
    border-left-color: rgb(37 99 235 / 0.85);
  }

  .lg\:border-l-blue-600\/90 {
    border-left-color: rgb(37 99 235 / 0.9);
  }

  .lg\:border-l-blue-600\/95 {
    border-left-color: rgb(37 99 235 / 0.95);
  }

  .lg\:border-l-blue-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(29 78 216 / var(--tw-border-opacity));
  }

  .lg\:border-l-blue-700\/0 {
    border-left-color: rgb(29 78 216 / 0);
  }

  .lg\:border-l-blue-700\/10 {
    border-left-color: rgb(29 78 216 / 0.1);
  }

  .lg\:border-l-blue-700\/100 {
    border-left-color: rgb(29 78 216 / 1);
  }

  .lg\:border-l-blue-700\/15 {
    border-left-color: rgb(29 78 216 / 0.15);
  }

  .lg\:border-l-blue-700\/20 {
    border-left-color: rgb(29 78 216 / 0.2);
  }

  .lg\:border-l-blue-700\/25 {
    border-left-color: rgb(29 78 216 / 0.25);
  }

  .lg\:border-l-blue-700\/30 {
    border-left-color: rgb(29 78 216 / 0.3);
  }

  .lg\:border-l-blue-700\/35 {
    border-left-color: rgb(29 78 216 / 0.35);
  }

  .lg\:border-l-blue-700\/40 {
    border-left-color: rgb(29 78 216 / 0.4);
  }

  .lg\:border-l-blue-700\/45 {
    border-left-color: rgb(29 78 216 / 0.45);
  }

  .lg\:border-l-blue-700\/5 {
    border-left-color: rgb(29 78 216 / 0.05);
  }

  .lg\:border-l-blue-700\/50 {
    border-left-color: rgb(29 78 216 / 0.5);
  }

  .lg\:border-l-blue-700\/55 {
    border-left-color: rgb(29 78 216 / 0.55);
  }

  .lg\:border-l-blue-700\/60 {
    border-left-color: rgb(29 78 216 / 0.6);
  }

  .lg\:border-l-blue-700\/65 {
    border-left-color: rgb(29 78 216 / 0.65);
  }

  .lg\:border-l-blue-700\/70 {
    border-left-color: rgb(29 78 216 / 0.7);
  }

  .lg\:border-l-blue-700\/75 {
    border-left-color: rgb(29 78 216 / 0.75);
  }

  .lg\:border-l-blue-700\/80 {
    border-left-color: rgb(29 78 216 / 0.8);
  }

  .lg\:border-l-blue-700\/85 {
    border-left-color: rgb(29 78 216 / 0.85);
  }

  .lg\:border-l-blue-700\/90 {
    border-left-color: rgb(29 78 216 / 0.9);
  }

  .lg\:border-l-blue-700\/95 {
    border-left-color: rgb(29 78 216 / 0.95);
  }

  .lg\:border-l-blue-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 64 175 / var(--tw-border-opacity));
  }

  .lg\:border-l-blue-800\/0 {
    border-left-color: rgb(30 64 175 / 0);
  }

  .lg\:border-l-blue-800\/10 {
    border-left-color: rgb(30 64 175 / 0.1);
  }

  .lg\:border-l-blue-800\/100 {
    border-left-color: rgb(30 64 175 / 1);
  }

  .lg\:border-l-blue-800\/15 {
    border-left-color: rgb(30 64 175 / 0.15);
  }

  .lg\:border-l-blue-800\/20 {
    border-left-color: rgb(30 64 175 / 0.2);
  }

  .lg\:border-l-blue-800\/25 {
    border-left-color: rgb(30 64 175 / 0.25);
  }

  .lg\:border-l-blue-800\/30 {
    border-left-color: rgb(30 64 175 / 0.3);
  }

  .lg\:border-l-blue-800\/35 {
    border-left-color: rgb(30 64 175 / 0.35);
  }

  .lg\:border-l-blue-800\/40 {
    border-left-color: rgb(30 64 175 / 0.4);
  }

  .lg\:border-l-blue-800\/45 {
    border-left-color: rgb(30 64 175 / 0.45);
  }

  .lg\:border-l-blue-800\/5 {
    border-left-color: rgb(30 64 175 / 0.05);
  }

  .lg\:border-l-blue-800\/50 {
    border-left-color: rgb(30 64 175 / 0.5);
  }

  .lg\:border-l-blue-800\/55 {
    border-left-color: rgb(30 64 175 / 0.55);
  }

  .lg\:border-l-blue-800\/60 {
    border-left-color: rgb(30 64 175 / 0.6);
  }

  .lg\:border-l-blue-800\/65 {
    border-left-color: rgb(30 64 175 / 0.65);
  }

  .lg\:border-l-blue-800\/70 {
    border-left-color: rgb(30 64 175 / 0.7);
  }

  .lg\:border-l-blue-800\/75 {
    border-left-color: rgb(30 64 175 / 0.75);
  }

  .lg\:border-l-blue-800\/80 {
    border-left-color: rgb(30 64 175 / 0.8);
  }

  .lg\:border-l-blue-800\/85 {
    border-left-color: rgb(30 64 175 / 0.85);
  }

  .lg\:border-l-blue-800\/90 {
    border-left-color: rgb(30 64 175 / 0.9);
  }

  .lg\:border-l-blue-800\/95 {
    border-left-color: rgb(30 64 175 / 0.95);
  }

  .lg\:border-l-blue-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 58 138 / var(--tw-border-opacity));
  }

  .lg\:border-l-blue-900\/0 {
    border-left-color: rgb(30 58 138 / 0);
  }

  .lg\:border-l-blue-900\/10 {
    border-left-color: rgb(30 58 138 / 0.1);
  }

  .lg\:border-l-blue-900\/100 {
    border-left-color: rgb(30 58 138 / 1);
  }

  .lg\:border-l-blue-900\/15 {
    border-left-color: rgb(30 58 138 / 0.15);
  }

  .lg\:border-l-blue-900\/20 {
    border-left-color: rgb(30 58 138 / 0.2);
  }

  .lg\:border-l-blue-900\/25 {
    border-left-color: rgb(30 58 138 / 0.25);
  }

  .lg\:border-l-blue-900\/30 {
    border-left-color: rgb(30 58 138 / 0.3);
  }

  .lg\:border-l-blue-900\/35 {
    border-left-color: rgb(30 58 138 / 0.35);
  }

  .lg\:border-l-blue-900\/40 {
    border-left-color: rgb(30 58 138 / 0.4);
  }

  .lg\:border-l-blue-900\/45 {
    border-left-color: rgb(30 58 138 / 0.45);
  }

  .lg\:border-l-blue-900\/5 {
    border-left-color: rgb(30 58 138 / 0.05);
  }

  .lg\:border-l-blue-900\/50 {
    border-left-color: rgb(30 58 138 / 0.5);
  }

  .lg\:border-l-blue-900\/55 {
    border-left-color: rgb(30 58 138 / 0.55);
  }

  .lg\:border-l-blue-900\/60 {
    border-left-color: rgb(30 58 138 / 0.6);
  }

  .lg\:border-l-blue-900\/65 {
    border-left-color: rgb(30 58 138 / 0.65);
  }

  .lg\:border-l-blue-900\/70 {
    border-left-color: rgb(30 58 138 / 0.7);
  }

  .lg\:border-l-blue-900\/75 {
    border-left-color: rgb(30 58 138 / 0.75);
  }

  .lg\:border-l-blue-900\/80 {
    border-left-color: rgb(30 58 138 / 0.8);
  }

  .lg\:border-l-blue-900\/85 {
    border-left-color: rgb(30 58 138 / 0.85);
  }

  .lg\:border-l-blue-900\/90 {
    border-left-color: rgb(30 58 138 / 0.9);
  }

  .lg\:border-l-blue-900\/95 {
    border-left-color: rgb(30 58 138 / 0.95);
  }

  .lg\:border-l-blue-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(23 37 84 / var(--tw-border-opacity));
  }

  .lg\:border-l-blue-950\/0 {
    border-left-color: rgb(23 37 84 / 0);
  }

  .lg\:border-l-blue-950\/10 {
    border-left-color: rgb(23 37 84 / 0.1);
  }

  .lg\:border-l-blue-950\/100 {
    border-left-color: rgb(23 37 84 / 1);
  }

  .lg\:border-l-blue-950\/15 {
    border-left-color: rgb(23 37 84 / 0.15);
  }

  .lg\:border-l-blue-950\/20 {
    border-left-color: rgb(23 37 84 / 0.2);
  }

  .lg\:border-l-blue-950\/25 {
    border-left-color: rgb(23 37 84 / 0.25);
  }

  .lg\:border-l-blue-950\/30 {
    border-left-color: rgb(23 37 84 / 0.3);
  }

  .lg\:border-l-blue-950\/35 {
    border-left-color: rgb(23 37 84 / 0.35);
  }

  .lg\:border-l-blue-950\/40 {
    border-left-color: rgb(23 37 84 / 0.4);
  }

  .lg\:border-l-blue-950\/45 {
    border-left-color: rgb(23 37 84 / 0.45);
  }

  .lg\:border-l-blue-950\/5 {
    border-left-color: rgb(23 37 84 / 0.05);
  }

  .lg\:border-l-blue-950\/50 {
    border-left-color: rgb(23 37 84 / 0.5);
  }

  .lg\:border-l-blue-950\/55 {
    border-left-color: rgb(23 37 84 / 0.55);
  }

  .lg\:border-l-blue-950\/60 {
    border-left-color: rgb(23 37 84 / 0.6);
  }

  .lg\:border-l-blue-950\/65 {
    border-left-color: rgb(23 37 84 / 0.65);
  }

  .lg\:border-l-blue-950\/70 {
    border-left-color: rgb(23 37 84 / 0.7);
  }

  .lg\:border-l-blue-950\/75 {
    border-left-color: rgb(23 37 84 / 0.75);
  }

  .lg\:border-l-blue-950\/80 {
    border-left-color: rgb(23 37 84 / 0.8);
  }

  .lg\:border-l-blue-950\/85 {
    border-left-color: rgb(23 37 84 / 0.85);
  }

  .lg\:border-l-blue-950\/90 {
    border-left-color: rgb(23 37 84 / 0.9);
  }

  .lg\:border-l-blue-950\/95 {
    border-left-color: rgb(23 37 84 / 0.95);
  }

  .lg\:border-l-current {
    border-left-color: currentColor;
  }

  .lg\:border-l-cyan-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(207 250 254 / var(--tw-border-opacity));
  }

  .lg\:border-l-cyan-100\/0 {
    border-left-color: rgb(207 250 254 / 0);
  }

  .lg\:border-l-cyan-100\/10 {
    border-left-color: rgb(207 250 254 / 0.1);
  }

  .lg\:border-l-cyan-100\/100 {
    border-left-color: rgb(207 250 254 / 1);
  }

  .lg\:border-l-cyan-100\/15 {
    border-left-color: rgb(207 250 254 / 0.15);
  }

  .lg\:border-l-cyan-100\/20 {
    border-left-color: rgb(207 250 254 / 0.2);
  }

  .lg\:border-l-cyan-100\/25 {
    border-left-color: rgb(207 250 254 / 0.25);
  }

  .lg\:border-l-cyan-100\/30 {
    border-left-color: rgb(207 250 254 / 0.3);
  }

  .lg\:border-l-cyan-100\/35 {
    border-left-color: rgb(207 250 254 / 0.35);
  }

  .lg\:border-l-cyan-100\/40 {
    border-left-color: rgb(207 250 254 / 0.4);
  }

  .lg\:border-l-cyan-100\/45 {
    border-left-color: rgb(207 250 254 / 0.45);
  }

  .lg\:border-l-cyan-100\/5 {
    border-left-color: rgb(207 250 254 / 0.05);
  }

  .lg\:border-l-cyan-100\/50 {
    border-left-color: rgb(207 250 254 / 0.5);
  }

  .lg\:border-l-cyan-100\/55 {
    border-left-color: rgb(207 250 254 / 0.55);
  }

  .lg\:border-l-cyan-100\/60 {
    border-left-color: rgb(207 250 254 / 0.6);
  }

  .lg\:border-l-cyan-100\/65 {
    border-left-color: rgb(207 250 254 / 0.65);
  }

  .lg\:border-l-cyan-100\/70 {
    border-left-color: rgb(207 250 254 / 0.7);
  }

  .lg\:border-l-cyan-100\/75 {
    border-left-color: rgb(207 250 254 / 0.75);
  }

  .lg\:border-l-cyan-100\/80 {
    border-left-color: rgb(207 250 254 / 0.8);
  }

  .lg\:border-l-cyan-100\/85 {
    border-left-color: rgb(207 250 254 / 0.85);
  }

  .lg\:border-l-cyan-100\/90 {
    border-left-color: rgb(207 250 254 / 0.9);
  }

  .lg\:border-l-cyan-100\/95 {
    border-left-color: rgb(207 250 254 / 0.95);
  }

  .lg\:border-l-cyan-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(165 243 252 / var(--tw-border-opacity));
  }

  .lg\:border-l-cyan-200\/0 {
    border-left-color: rgb(165 243 252 / 0);
  }

  .lg\:border-l-cyan-200\/10 {
    border-left-color: rgb(165 243 252 / 0.1);
  }

  .lg\:border-l-cyan-200\/100 {
    border-left-color: rgb(165 243 252 / 1);
  }

  .lg\:border-l-cyan-200\/15 {
    border-left-color: rgb(165 243 252 / 0.15);
  }

  .lg\:border-l-cyan-200\/20 {
    border-left-color: rgb(165 243 252 / 0.2);
  }

  .lg\:border-l-cyan-200\/25 {
    border-left-color: rgb(165 243 252 / 0.25);
  }

  .lg\:border-l-cyan-200\/30 {
    border-left-color: rgb(165 243 252 / 0.3);
  }

  .lg\:border-l-cyan-200\/35 {
    border-left-color: rgb(165 243 252 / 0.35);
  }

  .lg\:border-l-cyan-200\/40 {
    border-left-color: rgb(165 243 252 / 0.4);
  }

  .lg\:border-l-cyan-200\/45 {
    border-left-color: rgb(165 243 252 / 0.45);
  }

  .lg\:border-l-cyan-200\/5 {
    border-left-color: rgb(165 243 252 / 0.05);
  }

  .lg\:border-l-cyan-200\/50 {
    border-left-color: rgb(165 243 252 / 0.5);
  }

  .lg\:border-l-cyan-200\/55 {
    border-left-color: rgb(165 243 252 / 0.55);
  }

  .lg\:border-l-cyan-200\/60 {
    border-left-color: rgb(165 243 252 / 0.6);
  }

  .lg\:border-l-cyan-200\/65 {
    border-left-color: rgb(165 243 252 / 0.65);
  }

  .lg\:border-l-cyan-200\/70 {
    border-left-color: rgb(165 243 252 / 0.7);
  }

  .lg\:border-l-cyan-200\/75 {
    border-left-color: rgb(165 243 252 / 0.75);
  }

  .lg\:border-l-cyan-200\/80 {
    border-left-color: rgb(165 243 252 / 0.8);
  }

  .lg\:border-l-cyan-200\/85 {
    border-left-color: rgb(165 243 252 / 0.85);
  }

  .lg\:border-l-cyan-200\/90 {
    border-left-color: rgb(165 243 252 / 0.9);
  }

  .lg\:border-l-cyan-200\/95 {
    border-left-color: rgb(165 243 252 / 0.95);
  }

  .lg\:border-l-cyan-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(103 232 249 / var(--tw-border-opacity));
  }

  .lg\:border-l-cyan-300\/0 {
    border-left-color: rgb(103 232 249 / 0);
  }

  .lg\:border-l-cyan-300\/10 {
    border-left-color: rgb(103 232 249 / 0.1);
  }

  .lg\:border-l-cyan-300\/100 {
    border-left-color: rgb(103 232 249 / 1);
  }

  .lg\:border-l-cyan-300\/15 {
    border-left-color: rgb(103 232 249 / 0.15);
  }

  .lg\:border-l-cyan-300\/20 {
    border-left-color: rgb(103 232 249 / 0.2);
  }

  .lg\:border-l-cyan-300\/25 {
    border-left-color: rgb(103 232 249 / 0.25);
  }

  .lg\:border-l-cyan-300\/30 {
    border-left-color: rgb(103 232 249 / 0.3);
  }

  .lg\:border-l-cyan-300\/35 {
    border-left-color: rgb(103 232 249 / 0.35);
  }

  .lg\:border-l-cyan-300\/40 {
    border-left-color: rgb(103 232 249 / 0.4);
  }

  .lg\:border-l-cyan-300\/45 {
    border-left-color: rgb(103 232 249 / 0.45);
  }

  .lg\:border-l-cyan-300\/5 {
    border-left-color: rgb(103 232 249 / 0.05);
  }

  .lg\:border-l-cyan-300\/50 {
    border-left-color: rgb(103 232 249 / 0.5);
  }

  .lg\:border-l-cyan-300\/55 {
    border-left-color: rgb(103 232 249 / 0.55);
  }

  .lg\:border-l-cyan-300\/60 {
    border-left-color: rgb(103 232 249 / 0.6);
  }

  .lg\:border-l-cyan-300\/65 {
    border-left-color: rgb(103 232 249 / 0.65);
  }

  .lg\:border-l-cyan-300\/70 {
    border-left-color: rgb(103 232 249 / 0.7);
  }

  .lg\:border-l-cyan-300\/75 {
    border-left-color: rgb(103 232 249 / 0.75);
  }

  .lg\:border-l-cyan-300\/80 {
    border-left-color: rgb(103 232 249 / 0.8);
  }

  .lg\:border-l-cyan-300\/85 {
    border-left-color: rgb(103 232 249 / 0.85);
  }

  .lg\:border-l-cyan-300\/90 {
    border-left-color: rgb(103 232 249 / 0.9);
  }

  .lg\:border-l-cyan-300\/95 {
    border-left-color: rgb(103 232 249 / 0.95);
  }

  .lg\:border-l-cyan-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(34 211 238 / var(--tw-border-opacity));
  }

  .lg\:border-l-cyan-400\/0 {
    border-left-color: rgb(34 211 238 / 0);
  }

  .lg\:border-l-cyan-400\/10 {
    border-left-color: rgb(34 211 238 / 0.1);
  }

  .lg\:border-l-cyan-400\/100 {
    border-left-color: rgb(34 211 238 / 1);
  }

  .lg\:border-l-cyan-400\/15 {
    border-left-color: rgb(34 211 238 / 0.15);
  }

  .lg\:border-l-cyan-400\/20 {
    border-left-color: rgb(34 211 238 / 0.2);
  }

  .lg\:border-l-cyan-400\/25 {
    border-left-color: rgb(34 211 238 / 0.25);
  }

  .lg\:border-l-cyan-400\/30 {
    border-left-color: rgb(34 211 238 / 0.3);
  }

  .lg\:border-l-cyan-400\/35 {
    border-left-color: rgb(34 211 238 / 0.35);
  }

  .lg\:border-l-cyan-400\/40 {
    border-left-color: rgb(34 211 238 / 0.4);
  }

  .lg\:border-l-cyan-400\/45 {
    border-left-color: rgb(34 211 238 / 0.45);
  }

  .lg\:border-l-cyan-400\/5 {
    border-left-color: rgb(34 211 238 / 0.05);
  }

  .lg\:border-l-cyan-400\/50 {
    border-left-color: rgb(34 211 238 / 0.5);
  }

  .lg\:border-l-cyan-400\/55 {
    border-left-color: rgb(34 211 238 / 0.55);
  }

  .lg\:border-l-cyan-400\/60 {
    border-left-color: rgb(34 211 238 / 0.6);
  }

  .lg\:border-l-cyan-400\/65 {
    border-left-color: rgb(34 211 238 / 0.65);
  }

  .lg\:border-l-cyan-400\/70 {
    border-left-color: rgb(34 211 238 / 0.7);
  }

  .lg\:border-l-cyan-400\/75 {
    border-left-color: rgb(34 211 238 / 0.75);
  }

  .lg\:border-l-cyan-400\/80 {
    border-left-color: rgb(34 211 238 / 0.8);
  }

  .lg\:border-l-cyan-400\/85 {
    border-left-color: rgb(34 211 238 / 0.85);
  }

  .lg\:border-l-cyan-400\/90 {
    border-left-color: rgb(34 211 238 / 0.9);
  }

  .lg\:border-l-cyan-400\/95 {
    border-left-color: rgb(34 211 238 / 0.95);
  }

  .lg\:border-l-cyan-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(236 254 255 / var(--tw-border-opacity));
  }

  .lg\:border-l-cyan-50\/0 {
    border-left-color: rgb(236 254 255 / 0);
  }

  .lg\:border-l-cyan-50\/10 {
    border-left-color: rgb(236 254 255 / 0.1);
  }

  .lg\:border-l-cyan-50\/100 {
    border-left-color: rgb(236 254 255 / 1);
  }

  .lg\:border-l-cyan-50\/15 {
    border-left-color: rgb(236 254 255 / 0.15);
  }

  .lg\:border-l-cyan-50\/20 {
    border-left-color: rgb(236 254 255 / 0.2);
  }

  .lg\:border-l-cyan-50\/25 {
    border-left-color: rgb(236 254 255 / 0.25);
  }

  .lg\:border-l-cyan-50\/30 {
    border-left-color: rgb(236 254 255 / 0.3);
  }

  .lg\:border-l-cyan-50\/35 {
    border-left-color: rgb(236 254 255 / 0.35);
  }

  .lg\:border-l-cyan-50\/40 {
    border-left-color: rgb(236 254 255 / 0.4);
  }

  .lg\:border-l-cyan-50\/45 {
    border-left-color: rgb(236 254 255 / 0.45);
  }

  .lg\:border-l-cyan-50\/5 {
    border-left-color: rgb(236 254 255 / 0.05);
  }

  .lg\:border-l-cyan-50\/50 {
    border-left-color: rgb(236 254 255 / 0.5);
  }

  .lg\:border-l-cyan-50\/55 {
    border-left-color: rgb(236 254 255 / 0.55);
  }

  .lg\:border-l-cyan-50\/60 {
    border-left-color: rgb(236 254 255 / 0.6);
  }

  .lg\:border-l-cyan-50\/65 {
    border-left-color: rgb(236 254 255 / 0.65);
  }

  .lg\:border-l-cyan-50\/70 {
    border-left-color: rgb(236 254 255 / 0.7);
  }

  .lg\:border-l-cyan-50\/75 {
    border-left-color: rgb(236 254 255 / 0.75);
  }

  .lg\:border-l-cyan-50\/80 {
    border-left-color: rgb(236 254 255 / 0.8);
  }

  .lg\:border-l-cyan-50\/85 {
    border-left-color: rgb(236 254 255 / 0.85);
  }

  .lg\:border-l-cyan-50\/90 {
    border-left-color: rgb(236 254 255 / 0.9);
  }

  .lg\:border-l-cyan-50\/95 {
    border-left-color: rgb(236 254 255 / 0.95);
  }

  .lg\:border-l-cyan-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(6 182 212 / var(--tw-border-opacity));
  }

  .lg\:border-l-cyan-500\/0 {
    border-left-color: rgb(6 182 212 / 0);
  }

  .lg\:border-l-cyan-500\/10 {
    border-left-color: rgb(6 182 212 / 0.1);
  }

  .lg\:border-l-cyan-500\/100 {
    border-left-color: rgb(6 182 212 / 1);
  }

  .lg\:border-l-cyan-500\/15 {
    border-left-color: rgb(6 182 212 / 0.15);
  }

  .lg\:border-l-cyan-500\/20 {
    border-left-color: rgb(6 182 212 / 0.2);
  }

  .lg\:border-l-cyan-500\/25 {
    border-left-color: rgb(6 182 212 / 0.25);
  }

  .lg\:border-l-cyan-500\/30 {
    border-left-color: rgb(6 182 212 / 0.3);
  }

  .lg\:border-l-cyan-500\/35 {
    border-left-color: rgb(6 182 212 / 0.35);
  }

  .lg\:border-l-cyan-500\/40 {
    border-left-color: rgb(6 182 212 / 0.4);
  }

  .lg\:border-l-cyan-500\/45 {
    border-left-color: rgb(6 182 212 / 0.45);
  }

  .lg\:border-l-cyan-500\/5 {
    border-left-color: rgb(6 182 212 / 0.05);
  }

  .lg\:border-l-cyan-500\/50 {
    border-left-color: rgb(6 182 212 / 0.5);
  }

  .lg\:border-l-cyan-500\/55 {
    border-left-color: rgb(6 182 212 / 0.55);
  }

  .lg\:border-l-cyan-500\/60 {
    border-left-color: rgb(6 182 212 / 0.6);
  }

  .lg\:border-l-cyan-500\/65 {
    border-left-color: rgb(6 182 212 / 0.65);
  }

  .lg\:border-l-cyan-500\/70 {
    border-left-color: rgb(6 182 212 / 0.7);
  }

  .lg\:border-l-cyan-500\/75 {
    border-left-color: rgb(6 182 212 / 0.75);
  }

  .lg\:border-l-cyan-500\/80 {
    border-left-color: rgb(6 182 212 / 0.8);
  }

  .lg\:border-l-cyan-500\/85 {
    border-left-color: rgb(6 182 212 / 0.85);
  }

  .lg\:border-l-cyan-500\/90 {
    border-left-color: rgb(6 182 212 / 0.9);
  }

  .lg\:border-l-cyan-500\/95 {
    border-left-color: rgb(6 182 212 / 0.95);
  }

  .lg\:border-l-cyan-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(8 145 178 / var(--tw-border-opacity));
  }

  .lg\:border-l-cyan-600\/0 {
    border-left-color: rgb(8 145 178 / 0);
  }

  .lg\:border-l-cyan-600\/10 {
    border-left-color: rgb(8 145 178 / 0.1);
  }

  .lg\:border-l-cyan-600\/100 {
    border-left-color: rgb(8 145 178 / 1);
  }

  .lg\:border-l-cyan-600\/15 {
    border-left-color: rgb(8 145 178 / 0.15);
  }

  .lg\:border-l-cyan-600\/20 {
    border-left-color: rgb(8 145 178 / 0.2);
  }

  .lg\:border-l-cyan-600\/25 {
    border-left-color: rgb(8 145 178 / 0.25);
  }

  .lg\:border-l-cyan-600\/30 {
    border-left-color: rgb(8 145 178 / 0.3);
  }

  .lg\:border-l-cyan-600\/35 {
    border-left-color: rgb(8 145 178 / 0.35);
  }

  .lg\:border-l-cyan-600\/40 {
    border-left-color: rgb(8 145 178 / 0.4);
  }

  .lg\:border-l-cyan-600\/45 {
    border-left-color: rgb(8 145 178 / 0.45);
  }

  .lg\:border-l-cyan-600\/5 {
    border-left-color: rgb(8 145 178 / 0.05);
  }

  .lg\:border-l-cyan-600\/50 {
    border-left-color: rgb(8 145 178 / 0.5);
  }

  .lg\:border-l-cyan-600\/55 {
    border-left-color: rgb(8 145 178 / 0.55);
  }

  .lg\:border-l-cyan-600\/60 {
    border-left-color: rgb(8 145 178 / 0.6);
  }

  .lg\:border-l-cyan-600\/65 {
    border-left-color: rgb(8 145 178 / 0.65);
  }

  .lg\:border-l-cyan-600\/70 {
    border-left-color: rgb(8 145 178 / 0.7);
  }

  .lg\:border-l-cyan-600\/75 {
    border-left-color: rgb(8 145 178 / 0.75);
  }

  .lg\:border-l-cyan-600\/80 {
    border-left-color: rgb(8 145 178 / 0.8);
  }

  .lg\:border-l-cyan-600\/85 {
    border-left-color: rgb(8 145 178 / 0.85);
  }

  .lg\:border-l-cyan-600\/90 {
    border-left-color: rgb(8 145 178 / 0.9);
  }

  .lg\:border-l-cyan-600\/95 {
    border-left-color: rgb(8 145 178 / 0.95);
  }

  .lg\:border-l-cyan-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(14 116 144 / var(--tw-border-opacity));
  }

  .lg\:border-l-cyan-700\/0 {
    border-left-color: rgb(14 116 144 / 0);
  }

  .lg\:border-l-cyan-700\/10 {
    border-left-color: rgb(14 116 144 / 0.1);
  }

  .lg\:border-l-cyan-700\/100 {
    border-left-color: rgb(14 116 144 / 1);
  }

  .lg\:border-l-cyan-700\/15 {
    border-left-color: rgb(14 116 144 / 0.15);
  }

  .lg\:border-l-cyan-700\/20 {
    border-left-color: rgb(14 116 144 / 0.2);
  }

  .lg\:border-l-cyan-700\/25 {
    border-left-color: rgb(14 116 144 / 0.25);
  }

  .lg\:border-l-cyan-700\/30 {
    border-left-color: rgb(14 116 144 / 0.3);
  }

  .lg\:border-l-cyan-700\/35 {
    border-left-color: rgb(14 116 144 / 0.35);
  }

  .lg\:border-l-cyan-700\/40 {
    border-left-color: rgb(14 116 144 / 0.4);
  }

  .lg\:border-l-cyan-700\/45 {
    border-left-color: rgb(14 116 144 / 0.45);
  }

  .lg\:border-l-cyan-700\/5 {
    border-left-color: rgb(14 116 144 / 0.05);
  }

  .lg\:border-l-cyan-700\/50 {
    border-left-color: rgb(14 116 144 / 0.5);
  }

  .lg\:border-l-cyan-700\/55 {
    border-left-color: rgb(14 116 144 / 0.55);
  }

  .lg\:border-l-cyan-700\/60 {
    border-left-color: rgb(14 116 144 / 0.6);
  }

  .lg\:border-l-cyan-700\/65 {
    border-left-color: rgb(14 116 144 / 0.65);
  }

  .lg\:border-l-cyan-700\/70 {
    border-left-color: rgb(14 116 144 / 0.7);
  }

  .lg\:border-l-cyan-700\/75 {
    border-left-color: rgb(14 116 144 / 0.75);
  }

  .lg\:border-l-cyan-700\/80 {
    border-left-color: rgb(14 116 144 / 0.8);
  }

  .lg\:border-l-cyan-700\/85 {
    border-left-color: rgb(14 116 144 / 0.85);
  }

  .lg\:border-l-cyan-700\/90 {
    border-left-color: rgb(14 116 144 / 0.9);
  }

  .lg\:border-l-cyan-700\/95 {
    border-left-color: rgb(14 116 144 / 0.95);
  }

  .lg\:border-l-cyan-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(21 94 117 / var(--tw-border-opacity));
  }

  .lg\:border-l-cyan-800\/0 {
    border-left-color: rgb(21 94 117 / 0);
  }

  .lg\:border-l-cyan-800\/10 {
    border-left-color: rgb(21 94 117 / 0.1);
  }

  .lg\:border-l-cyan-800\/100 {
    border-left-color: rgb(21 94 117 / 1);
  }

  .lg\:border-l-cyan-800\/15 {
    border-left-color: rgb(21 94 117 / 0.15);
  }

  .lg\:border-l-cyan-800\/20 {
    border-left-color: rgb(21 94 117 / 0.2);
  }

  .lg\:border-l-cyan-800\/25 {
    border-left-color: rgb(21 94 117 / 0.25);
  }

  .lg\:border-l-cyan-800\/30 {
    border-left-color: rgb(21 94 117 / 0.3);
  }

  .lg\:border-l-cyan-800\/35 {
    border-left-color: rgb(21 94 117 / 0.35);
  }

  .lg\:border-l-cyan-800\/40 {
    border-left-color: rgb(21 94 117 / 0.4);
  }

  .lg\:border-l-cyan-800\/45 {
    border-left-color: rgb(21 94 117 / 0.45);
  }

  .lg\:border-l-cyan-800\/5 {
    border-left-color: rgb(21 94 117 / 0.05);
  }

  .lg\:border-l-cyan-800\/50 {
    border-left-color: rgb(21 94 117 / 0.5);
  }

  .lg\:border-l-cyan-800\/55 {
    border-left-color: rgb(21 94 117 / 0.55);
  }

  .lg\:border-l-cyan-800\/60 {
    border-left-color: rgb(21 94 117 / 0.6);
  }

  .lg\:border-l-cyan-800\/65 {
    border-left-color: rgb(21 94 117 / 0.65);
  }

  .lg\:border-l-cyan-800\/70 {
    border-left-color: rgb(21 94 117 / 0.7);
  }

  .lg\:border-l-cyan-800\/75 {
    border-left-color: rgb(21 94 117 / 0.75);
  }

  .lg\:border-l-cyan-800\/80 {
    border-left-color: rgb(21 94 117 / 0.8);
  }

  .lg\:border-l-cyan-800\/85 {
    border-left-color: rgb(21 94 117 / 0.85);
  }

  .lg\:border-l-cyan-800\/90 {
    border-left-color: rgb(21 94 117 / 0.9);
  }

  .lg\:border-l-cyan-800\/95 {
    border-left-color: rgb(21 94 117 / 0.95);
  }

  .lg\:border-l-cyan-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(22 78 99 / var(--tw-border-opacity));
  }

  .lg\:border-l-cyan-900\/0 {
    border-left-color: rgb(22 78 99 / 0);
  }

  .lg\:border-l-cyan-900\/10 {
    border-left-color: rgb(22 78 99 / 0.1);
  }

  .lg\:border-l-cyan-900\/100 {
    border-left-color: rgb(22 78 99 / 1);
  }

  .lg\:border-l-cyan-900\/15 {
    border-left-color: rgb(22 78 99 / 0.15);
  }

  .lg\:border-l-cyan-900\/20 {
    border-left-color: rgb(22 78 99 / 0.2);
  }

  .lg\:border-l-cyan-900\/25 {
    border-left-color: rgb(22 78 99 / 0.25);
  }

  .lg\:border-l-cyan-900\/30 {
    border-left-color: rgb(22 78 99 / 0.3);
  }

  .lg\:border-l-cyan-900\/35 {
    border-left-color: rgb(22 78 99 / 0.35);
  }

  .lg\:border-l-cyan-900\/40 {
    border-left-color: rgb(22 78 99 / 0.4);
  }

  .lg\:border-l-cyan-900\/45 {
    border-left-color: rgb(22 78 99 / 0.45);
  }

  .lg\:border-l-cyan-900\/5 {
    border-left-color: rgb(22 78 99 / 0.05);
  }

  .lg\:border-l-cyan-900\/50 {
    border-left-color: rgb(22 78 99 / 0.5);
  }

  .lg\:border-l-cyan-900\/55 {
    border-left-color: rgb(22 78 99 / 0.55);
  }

  .lg\:border-l-cyan-900\/60 {
    border-left-color: rgb(22 78 99 / 0.6);
  }

  .lg\:border-l-cyan-900\/65 {
    border-left-color: rgb(22 78 99 / 0.65);
  }

  .lg\:border-l-cyan-900\/70 {
    border-left-color: rgb(22 78 99 / 0.7);
  }

  .lg\:border-l-cyan-900\/75 {
    border-left-color: rgb(22 78 99 / 0.75);
  }

  .lg\:border-l-cyan-900\/80 {
    border-left-color: rgb(22 78 99 / 0.8);
  }

  .lg\:border-l-cyan-900\/85 {
    border-left-color: rgb(22 78 99 / 0.85);
  }

  .lg\:border-l-cyan-900\/90 {
    border-left-color: rgb(22 78 99 / 0.9);
  }

  .lg\:border-l-cyan-900\/95 {
    border-left-color: rgb(22 78 99 / 0.95);
  }

  .lg\:border-l-cyan-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(8 51 68 / var(--tw-border-opacity));
  }

  .lg\:border-l-cyan-950\/0 {
    border-left-color: rgb(8 51 68 / 0);
  }

  .lg\:border-l-cyan-950\/10 {
    border-left-color: rgb(8 51 68 / 0.1);
  }

  .lg\:border-l-cyan-950\/100 {
    border-left-color: rgb(8 51 68 / 1);
  }

  .lg\:border-l-cyan-950\/15 {
    border-left-color: rgb(8 51 68 / 0.15);
  }

  .lg\:border-l-cyan-950\/20 {
    border-left-color: rgb(8 51 68 / 0.2);
  }

  .lg\:border-l-cyan-950\/25 {
    border-left-color: rgb(8 51 68 / 0.25);
  }

  .lg\:border-l-cyan-950\/30 {
    border-left-color: rgb(8 51 68 / 0.3);
  }

  .lg\:border-l-cyan-950\/35 {
    border-left-color: rgb(8 51 68 / 0.35);
  }

  .lg\:border-l-cyan-950\/40 {
    border-left-color: rgb(8 51 68 / 0.4);
  }

  .lg\:border-l-cyan-950\/45 {
    border-left-color: rgb(8 51 68 / 0.45);
  }

  .lg\:border-l-cyan-950\/5 {
    border-left-color: rgb(8 51 68 / 0.05);
  }

  .lg\:border-l-cyan-950\/50 {
    border-left-color: rgb(8 51 68 / 0.5);
  }

  .lg\:border-l-cyan-950\/55 {
    border-left-color: rgb(8 51 68 / 0.55);
  }

  .lg\:border-l-cyan-950\/60 {
    border-left-color: rgb(8 51 68 / 0.6);
  }

  .lg\:border-l-cyan-950\/65 {
    border-left-color: rgb(8 51 68 / 0.65);
  }

  .lg\:border-l-cyan-950\/70 {
    border-left-color: rgb(8 51 68 / 0.7);
  }

  .lg\:border-l-cyan-950\/75 {
    border-left-color: rgb(8 51 68 / 0.75);
  }

  .lg\:border-l-cyan-950\/80 {
    border-left-color: rgb(8 51 68 / 0.8);
  }

  .lg\:border-l-cyan-950\/85 {
    border-left-color: rgb(8 51 68 / 0.85);
  }

  .lg\:border-l-cyan-950\/90 {
    border-left-color: rgb(8 51 68 / 0.9);
  }

  .lg\:border-l-cyan-950\/95 {
    border-left-color: rgb(8 51 68 / 0.95);
  }

  .lg\:border-l-emerald-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(209 250 229 / var(--tw-border-opacity));
  }

  .lg\:border-l-emerald-100\/0 {
    border-left-color: rgb(209 250 229 / 0);
  }

  .lg\:border-l-emerald-100\/10 {
    border-left-color: rgb(209 250 229 / 0.1);
  }

  .lg\:border-l-emerald-100\/100 {
    border-left-color: rgb(209 250 229 / 1);
  }

  .lg\:border-l-emerald-100\/15 {
    border-left-color: rgb(209 250 229 / 0.15);
  }

  .lg\:border-l-emerald-100\/20 {
    border-left-color: rgb(209 250 229 / 0.2);
  }

  .lg\:border-l-emerald-100\/25 {
    border-left-color: rgb(209 250 229 / 0.25);
  }

  .lg\:border-l-emerald-100\/30 {
    border-left-color: rgb(209 250 229 / 0.3);
  }

  .lg\:border-l-emerald-100\/35 {
    border-left-color: rgb(209 250 229 / 0.35);
  }

  .lg\:border-l-emerald-100\/40 {
    border-left-color: rgb(209 250 229 / 0.4);
  }

  .lg\:border-l-emerald-100\/45 {
    border-left-color: rgb(209 250 229 / 0.45);
  }

  .lg\:border-l-emerald-100\/5 {
    border-left-color: rgb(209 250 229 / 0.05);
  }

  .lg\:border-l-emerald-100\/50 {
    border-left-color: rgb(209 250 229 / 0.5);
  }

  .lg\:border-l-emerald-100\/55 {
    border-left-color: rgb(209 250 229 / 0.55);
  }

  .lg\:border-l-emerald-100\/60 {
    border-left-color: rgb(209 250 229 / 0.6);
  }

  .lg\:border-l-emerald-100\/65 {
    border-left-color: rgb(209 250 229 / 0.65);
  }

  .lg\:border-l-emerald-100\/70 {
    border-left-color: rgb(209 250 229 / 0.7);
  }

  .lg\:border-l-emerald-100\/75 {
    border-left-color: rgb(209 250 229 / 0.75);
  }

  .lg\:border-l-emerald-100\/80 {
    border-left-color: rgb(209 250 229 / 0.8);
  }

  .lg\:border-l-emerald-100\/85 {
    border-left-color: rgb(209 250 229 / 0.85);
  }

  .lg\:border-l-emerald-100\/90 {
    border-left-color: rgb(209 250 229 / 0.9);
  }

  .lg\:border-l-emerald-100\/95 {
    border-left-color: rgb(209 250 229 / 0.95);
  }

  .lg\:border-l-emerald-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(167 243 208 / var(--tw-border-opacity));
  }

  .lg\:border-l-emerald-200\/0 {
    border-left-color: rgb(167 243 208 / 0);
  }

  .lg\:border-l-emerald-200\/10 {
    border-left-color: rgb(167 243 208 / 0.1);
  }

  .lg\:border-l-emerald-200\/100 {
    border-left-color: rgb(167 243 208 / 1);
  }

  .lg\:border-l-emerald-200\/15 {
    border-left-color: rgb(167 243 208 / 0.15);
  }

  .lg\:border-l-emerald-200\/20 {
    border-left-color: rgb(167 243 208 / 0.2);
  }

  .lg\:border-l-emerald-200\/25 {
    border-left-color: rgb(167 243 208 / 0.25);
  }

  .lg\:border-l-emerald-200\/30 {
    border-left-color: rgb(167 243 208 / 0.3);
  }

  .lg\:border-l-emerald-200\/35 {
    border-left-color: rgb(167 243 208 / 0.35);
  }

  .lg\:border-l-emerald-200\/40 {
    border-left-color: rgb(167 243 208 / 0.4);
  }

  .lg\:border-l-emerald-200\/45 {
    border-left-color: rgb(167 243 208 / 0.45);
  }

  .lg\:border-l-emerald-200\/5 {
    border-left-color: rgb(167 243 208 / 0.05);
  }

  .lg\:border-l-emerald-200\/50 {
    border-left-color: rgb(167 243 208 / 0.5);
  }

  .lg\:border-l-emerald-200\/55 {
    border-left-color: rgb(167 243 208 / 0.55);
  }

  .lg\:border-l-emerald-200\/60 {
    border-left-color: rgb(167 243 208 / 0.6);
  }

  .lg\:border-l-emerald-200\/65 {
    border-left-color: rgb(167 243 208 / 0.65);
  }

  .lg\:border-l-emerald-200\/70 {
    border-left-color: rgb(167 243 208 / 0.7);
  }

  .lg\:border-l-emerald-200\/75 {
    border-left-color: rgb(167 243 208 / 0.75);
  }

  .lg\:border-l-emerald-200\/80 {
    border-left-color: rgb(167 243 208 / 0.8);
  }

  .lg\:border-l-emerald-200\/85 {
    border-left-color: rgb(167 243 208 / 0.85);
  }

  .lg\:border-l-emerald-200\/90 {
    border-left-color: rgb(167 243 208 / 0.9);
  }

  .lg\:border-l-emerald-200\/95 {
    border-left-color: rgb(167 243 208 / 0.95);
  }

  .lg\:border-l-emerald-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(110 231 183 / var(--tw-border-opacity));
  }

  .lg\:border-l-emerald-300\/0 {
    border-left-color: rgb(110 231 183 / 0);
  }

  .lg\:border-l-emerald-300\/10 {
    border-left-color: rgb(110 231 183 / 0.1);
  }

  .lg\:border-l-emerald-300\/100 {
    border-left-color: rgb(110 231 183 / 1);
  }

  .lg\:border-l-emerald-300\/15 {
    border-left-color: rgb(110 231 183 / 0.15);
  }

  .lg\:border-l-emerald-300\/20 {
    border-left-color: rgb(110 231 183 / 0.2);
  }

  .lg\:border-l-emerald-300\/25 {
    border-left-color: rgb(110 231 183 / 0.25);
  }

  .lg\:border-l-emerald-300\/30 {
    border-left-color: rgb(110 231 183 / 0.3);
  }

  .lg\:border-l-emerald-300\/35 {
    border-left-color: rgb(110 231 183 / 0.35);
  }

  .lg\:border-l-emerald-300\/40 {
    border-left-color: rgb(110 231 183 / 0.4);
  }

  .lg\:border-l-emerald-300\/45 {
    border-left-color: rgb(110 231 183 / 0.45);
  }

  .lg\:border-l-emerald-300\/5 {
    border-left-color: rgb(110 231 183 / 0.05);
  }

  .lg\:border-l-emerald-300\/50 {
    border-left-color: rgb(110 231 183 / 0.5);
  }

  .lg\:border-l-emerald-300\/55 {
    border-left-color: rgb(110 231 183 / 0.55);
  }

  .lg\:border-l-emerald-300\/60 {
    border-left-color: rgb(110 231 183 / 0.6);
  }

  .lg\:border-l-emerald-300\/65 {
    border-left-color: rgb(110 231 183 / 0.65);
  }

  .lg\:border-l-emerald-300\/70 {
    border-left-color: rgb(110 231 183 / 0.7);
  }

  .lg\:border-l-emerald-300\/75 {
    border-left-color: rgb(110 231 183 / 0.75);
  }

  .lg\:border-l-emerald-300\/80 {
    border-left-color: rgb(110 231 183 / 0.8);
  }

  .lg\:border-l-emerald-300\/85 {
    border-left-color: rgb(110 231 183 / 0.85);
  }

  .lg\:border-l-emerald-300\/90 {
    border-left-color: rgb(110 231 183 / 0.9);
  }

  .lg\:border-l-emerald-300\/95 {
    border-left-color: rgb(110 231 183 / 0.95);
  }

  .lg\:border-l-emerald-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(52 211 153 / var(--tw-border-opacity));
  }

  .lg\:border-l-emerald-400\/0 {
    border-left-color: rgb(52 211 153 / 0);
  }

  .lg\:border-l-emerald-400\/10 {
    border-left-color: rgb(52 211 153 / 0.1);
  }

  .lg\:border-l-emerald-400\/100 {
    border-left-color: rgb(52 211 153 / 1);
  }

  .lg\:border-l-emerald-400\/15 {
    border-left-color: rgb(52 211 153 / 0.15);
  }

  .lg\:border-l-emerald-400\/20 {
    border-left-color: rgb(52 211 153 / 0.2);
  }

  .lg\:border-l-emerald-400\/25 {
    border-left-color: rgb(52 211 153 / 0.25);
  }

  .lg\:border-l-emerald-400\/30 {
    border-left-color: rgb(52 211 153 / 0.3);
  }

  .lg\:border-l-emerald-400\/35 {
    border-left-color: rgb(52 211 153 / 0.35);
  }

  .lg\:border-l-emerald-400\/40 {
    border-left-color: rgb(52 211 153 / 0.4);
  }

  .lg\:border-l-emerald-400\/45 {
    border-left-color: rgb(52 211 153 / 0.45);
  }

  .lg\:border-l-emerald-400\/5 {
    border-left-color: rgb(52 211 153 / 0.05);
  }

  .lg\:border-l-emerald-400\/50 {
    border-left-color: rgb(52 211 153 / 0.5);
  }

  .lg\:border-l-emerald-400\/55 {
    border-left-color: rgb(52 211 153 / 0.55);
  }

  .lg\:border-l-emerald-400\/60 {
    border-left-color: rgb(52 211 153 / 0.6);
  }

  .lg\:border-l-emerald-400\/65 {
    border-left-color: rgb(52 211 153 / 0.65);
  }

  .lg\:border-l-emerald-400\/70 {
    border-left-color: rgb(52 211 153 / 0.7);
  }

  .lg\:border-l-emerald-400\/75 {
    border-left-color: rgb(52 211 153 / 0.75);
  }

  .lg\:border-l-emerald-400\/80 {
    border-left-color: rgb(52 211 153 / 0.8);
  }

  .lg\:border-l-emerald-400\/85 {
    border-left-color: rgb(52 211 153 / 0.85);
  }

  .lg\:border-l-emerald-400\/90 {
    border-left-color: rgb(52 211 153 / 0.9);
  }

  .lg\:border-l-emerald-400\/95 {
    border-left-color: rgb(52 211 153 / 0.95);
  }

  .lg\:border-l-emerald-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(236 253 245 / var(--tw-border-opacity));
  }

  .lg\:border-l-emerald-50\/0 {
    border-left-color: rgb(236 253 245 / 0);
  }

  .lg\:border-l-emerald-50\/10 {
    border-left-color: rgb(236 253 245 / 0.1);
  }

  .lg\:border-l-emerald-50\/100 {
    border-left-color: rgb(236 253 245 / 1);
  }

  .lg\:border-l-emerald-50\/15 {
    border-left-color: rgb(236 253 245 / 0.15);
  }

  .lg\:border-l-emerald-50\/20 {
    border-left-color: rgb(236 253 245 / 0.2);
  }

  .lg\:border-l-emerald-50\/25 {
    border-left-color: rgb(236 253 245 / 0.25);
  }

  .lg\:border-l-emerald-50\/30 {
    border-left-color: rgb(236 253 245 / 0.3);
  }

  .lg\:border-l-emerald-50\/35 {
    border-left-color: rgb(236 253 245 / 0.35);
  }

  .lg\:border-l-emerald-50\/40 {
    border-left-color: rgb(236 253 245 / 0.4);
  }

  .lg\:border-l-emerald-50\/45 {
    border-left-color: rgb(236 253 245 / 0.45);
  }

  .lg\:border-l-emerald-50\/5 {
    border-left-color: rgb(236 253 245 / 0.05);
  }

  .lg\:border-l-emerald-50\/50 {
    border-left-color: rgb(236 253 245 / 0.5);
  }

  .lg\:border-l-emerald-50\/55 {
    border-left-color: rgb(236 253 245 / 0.55);
  }

  .lg\:border-l-emerald-50\/60 {
    border-left-color: rgb(236 253 245 / 0.6);
  }

  .lg\:border-l-emerald-50\/65 {
    border-left-color: rgb(236 253 245 / 0.65);
  }

  .lg\:border-l-emerald-50\/70 {
    border-left-color: rgb(236 253 245 / 0.7);
  }

  .lg\:border-l-emerald-50\/75 {
    border-left-color: rgb(236 253 245 / 0.75);
  }

  .lg\:border-l-emerald-50\/80 {
    border-left-color: rgb(236 253 245 / 0.8);
  }

  .lg\:border-l-emerald-50\/85 {
    border-left-color: rgb(236 253 245 / 0.85);
  }

  .lg\:border-l-emerald-50\/90 {
    border-left-color: rgb(236 253 245 / 0.9);
  }

  .lg\:border-l-emerald-50\/95 {
    border-left-color: rgb(236 253 245 / 0.95);
  }

  .lg\:border-l-emerald-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(16 185 129 / var(--tw-border-opacity));
  }

  .lg\:border-l-emerald-500\/0 {
    border-left-color: rgb(16 185 129 / 0);
  }

  .lg\:border-l-emerald-500\/10 {
    border-left-color: rgb(16 185 129 / 0.1);
  }

  .lg\:border-l-emerald-500\/100 {
    border-left-color: rgb(16 185 129 / 1);
  }

  .lg\:border-l-emerald-500\/15 {
    border-left-color: rgb(16 185 129 / 0.15);
  }

  .lg\:border-l-emerald-500\/20 {
    border-left-color: rgb(16 185 129 / 0.2);
  }

  .lg\:border-l-emerald-500\/25 {
    border-left-color: rgb(16 185 129 / 0.25);
  }

  .lg\:border-l-emerald-500\/30 {
    border-left-color: rgb(16 185 129 / 0.3);
  }

  .lg\:border-l-emerald-500\/35 {
    border-left-color: rgb(16 185 129 / 0.35);
  }

  .lg\:border-l-emerald-500\/40 {
    border-left-color: rgb(16 185 129 / 0.4);
  }

  .lg\:border-l-emerald-500\/45 {
    border-left-color: rgb(16 185 129 / 0.45);
  }

  .lg\:border-l-emerald-500\/5 {
    border-left-color: rgb(16 185 129 / 0.05);
  }

  .lg\:border-l-emerald-500\/50 {
    border-left-color: rgb(16 185 129 / 0.5);
  }

  .lg\:border-l-emerald-500\/55 {
    border-left-color: rgb(16 185 129 / 0.55);
  }

  .lg\:border-l-emerald-500\/60 {
    border-left-color: rgb(16 185 129 / 0.6);
  }

  .lg\:border-l-emerald-500\/65 {
    border-left-color: rgb(16 185 129 / 0.65);
  }

  .lg\:border-l-emerald-500\/70 {
    border-left-color: rgb(16 185 129 / 0.7);
  }

  .lg\:border-l-emerald-500\/75 {
    border-left-color: rgb(16 185 129 / 0.75);
  }

  .lg\:border-l-emerald-500\/80 {
    border-left-color: rgb(16 185 129 / 0.8);
  }

  .lg\:border-l-emerald-500\/85 {
    border-left-color: rgb(16 185 129 / 0.85);
  }

  .lg\:border-l-emerald-500\/90 {
    border-left-color: rgb(16 185 129 / 0.9);
  }

  .lg\:border-l-emerald-500\/95 {
    border-left-color: rgb(16 185 129 / 0.95);
  }

  .lg\:border-l-emerald-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(5 150 105 / var(--tw-border-opacity));
  }

  .lg\:border-l-emerald-600\/0 {
    border-left-color: rgb(5 150 105 / 0);
  }

  .lg\:border-l-emerald-600\/10 {
    border-left-color: rgb(5 150 105 / 0.1);
  }

  .lg\:border-l-emerald-600\/100 {
    border-left-color: rgb(5 150 105 / 1);
  }

  .lg\:border-l-emerald-600\/15 {
    border-left-color: rgb(5 150 105 / 0.15);
  }

  .lg\:border-l-emerald-600\/20 {
    border-left-color: rgb(5 150 105 / 0.2);
  }

  .lg\:border-l-emerald-600\/25 {
    border-left-color: rgb(5 150 105 / 0.25);
  }

  .lg\:border-l-emerald-600\/30 {
    border-left-color: rgb(5 150 105 / 0.3);
  }

  .lg\:border-l-emerald-600\/35 {
    border-left-color: rgb(5 150 105 / 0.35);
  }

  .lg\:border-l-emerald-600\/40 {
    border-left-color: rgb(5 150 105 / 0.4);
  }

  .lg\:border-l-emerald-600\/45 {
    border-left-color: rgb(5 150 105 / 0.45);
  }

  .lg\:border-l-emerald-600\/5 {
    border-left-color: rgb(5 150 105 / 0.05);
  }

  .lg\:border-l-emerald-600\/50 {
    border-left-color: rgb(5 150 105 / 0.5);
  }

  .lg\:border-l-emerald-600\/55 {
    border-left-color: rgb(5 150 105 / 0.55);
  }

  .lg\:border-l-emerald-600\/60 {
    border-left-color: rgb(5 150 105 / 0.6);
  }

  .lg\:border-l-emerald-600\/65 {
    border-left-color: rgb(5 150 105 / 0.65);
  }

  .lg\:border-l-emerald-600\/70 {
    border-left-color: rgb(5 150 105 / 0.7);
  }

  .lg\:border-l-emerald-600\/75 {
    border-left-color: rgb(5 150 105 / 0.75);
  }

  .lg\:border-l-emerald-600\/80 {
    border-left-color: rgb(5 150 105 / 0.8);
  }

  .lg\:border-l-emerald-600\/85 {
    border-left-color: rgb(5 150 105 / 0.85);
  }

  .lg\:border-l-emerald-600\/90 {
    border-left-color: rgb(5 150 105 / 0.9);
  }

  .lg\:border-l-emerald-600\/95 {
    border-left-color: rgb(5 150 105 / 0.95);
  }

  .lg\:border-l-emerald-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(4 120 87 / var(--tw-border-opacity));
  }

  .lg\:border-l-emerald-700\/0 {
    border-left-color: rgb(4 120 87 / 0);
  }

  .lg\:border-l-emerald-700\/10 {
    border-left-color: rgb(4 120 87 / 0.1);
  }

  .lg\:border-l-emerald-700\/100 {
    border-left-color: rgb(4 120 87 / 1);
  }

  .lg\:border-l-emerald-700\/15 {
    border-left-color: rgb(4 120 87 / 0.15);
  }

  .lg\:border-l-emerald-700\/20 {
    border-left-color: rgb(4 120 87 / 0.2);
  }

  .lg\:border-l-emerald-700\/25 {
    border-left-color: rgb(4 120 87 / 0.25);
  }

  .lg\:border-l-emerald-700\/30 {
    border-left-color: rgb(4 120 87 / 0.3);
  }

  .lg\:border-l-emerald-700\/35 {
    border-left-color: rgb(4 120 87 / 0.35);
  }

  .lg\:border-l-emerald-700\/40 {
    border-left-color: rgb(4 120 87 / 0.4);
  }

  .lg\:border-l-emerald-700\/45 {
    border-left-color: rgb(4 120 87 / 0.45);
  }

  .lg\:border-l-emerald-700\/5 {
    border-left-color: rgb(4 120 87 / 0.05);
  }

  .lg\:border-l-emerald-700\/50 {
    border-left-color: rgb(4 120 87 / 0.5);
  }

  .lg\:border-l-emerald-700\/55 {
    border-left-color: rgb(4 120 87 / 0.55);
  }

  .lg\:border-l-emerald-700\/60 {
    border-left-color: rgb(4 120 87 / 0.6);
  }

  .lg\:border-l-emerald-700\/65 {
    border-left-color: rgb(4 120 87 / 0.65);
  }

  .lg\:border-l-emerald-700\/70 {
    border-left-color: rgb(4 120 87 / 0.7);
  }

  .lg\:border-l-emerald-700\/75 {
    border-left-color: rgb(4 120 87 / 0.75);
  }

  .lg\:border-l-emerald-700\/80 {
    border-left-color: rgb(4 120 87 / 0.8);
  }

  .lg\:border-l-emerald-700\/85 {
    border-left-color: rgb(4 120 87 / 0.85);
  }

  .lg\:border-l-emerald-700\/90 {
    border-left-color: rgb(4 120 87 / 0.9);
  }

  .lg\:border-l-emerald-700\/95 {
    border-left-color: rgb(4 120 87 / 0.95);
  }

  .lg\:border-l-emerald-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(6 95 70 / var(--tw-border-opacity));
  }

  .lg\:border-l-emerald-800\/0 {
    border-left-color: rgb(6 95 70 / 0);
  }

  .lg\:border-l-emerald-800\/10 {
    border-left-color: rgb(6 95 70 / 0.1);
  }

  .lg\:border-l-emerald-800\/100 {
    border-left-color: rgb(6 95 70 / 1);
  }

  .lg\:border-l-emerald-800\/15 {
    border-left-color: rgb(6 95 70 / 0.15);
  }

  .lg\:border-l-emerald-800\/20 {
    border-left-color: rgb(6 95 70 / 0.2);
  }

  .lg\:border-l-emerald-800\/25 {
    border-left-color: rgb(6 95 70 / 0.25);
  }

  .lg\:border-l-emerald-800\/30 {
    border-left-color: rgb(6 95 70 / 0.3);
  }

  .lg\:border-l-emerald-800\/35 {
    border-left-color: rgb(6 95 70 / 0.35);
  }

  .lg\:border-l-emerald-800\/40 {
    border-left-color: rgb(6 95 70 / 0.4);
  }

  .lg\:border-l-emerald-800\/45 {
    border-left-color: rgb(6 95 70 / 0.45);
  }

  .lg\:border-l-emerald-800\/5 {
    border-left-color: rgb(6 95 70 / 0.05);
  }

  .lg\:border-l-emerald-800\/50 {
    border-left-color: rgb(6 95 70 / 0.5);
  }

  .lg\:border-l-emerald-800\/55 {
    border-left-color: rgb(6 95 70 / 0.55);
  }

  .lg\:border-l-emerald-800\/60 {
    border-left-color: rgb(6 95 70 / 0.6);
  }

  .lg\:border-l-emerald-800\/65 {
    border-left-color: rgb(6 95 70 / 0.65);
  }

  .lg\:border-l-emerald-800\/70 {
    border-left-color: rgb(6 95 70 / 0.7);
  }

  .lg\:border-l-emerald-800\/75 {
    border-left-color: rgb(6 95 70 / 0.75);
  }

  .lg\:border-l-emerald-800\/80 {
    border-left-color: rgb(6 95 70 / 0.8);
  }

  .lg\:border-l-emerald-800\/85 {
    border-left-color: rgb(6 95 70 / 0.85);
  }

  .lg\:border-l-emerald-800\/90 {
    border-left-color: rgb(6 95 70 / 0.9);
  }

  .lg\:border-l-emerald-800\/95 {
    border-left-color: rgb(6 95 70 / 0.95);
  }

  .lg\:border-l-emerald-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(6 78 59 / var(--tw-border-opacity));
  }

  .lg\:border-l-emerald-900\/0 {
    border-left-color: rgb(6 78 59 / 0);
  }

  .lg\:border-l-emerald-900\/10 {
    border-left-color: rgb(6 78 59 / 0.1);
  }

  .lg\:border-l-emerald-900\/100 {
    border-left-color: rgb(6 78 59 / 1);
  }

  .lg\:border-l-emerald-900\/15 {
    border-left-color: rgb(6 78 59 / 0.15);
  }

  .lg\:border-l-emerald-900\/20 {
    border-left-color: rgb(6 78 59 / 0.2);
  }

  .lg\:border-l-emerald-900\/25 {
    border-left-color: rgb(6 78 59 / 0.25);
  }

  .lg\:border-l-emerald-900\/30 {
    border-left-color: rgb(6 78 59 / 0.3);
  }

  .lg\:border-l-emerald-900\/35 {
    border-left-color: rgb(6 78 59 / 0.35);
  }

  .lg\:border-l-emerald-900\/40 {
    border-left-color: rgb(6 78 59 / 0.4);
  }

  .lg\:border-l-emerald-900\/45 {
    border-left-color: rgb(6 78 59 / 0.45);
  }

  .lg\:border-l-emerald-900\/5 {
    border-left-color: rgb(6 78 59 / 0.05);
  }

  .lg\:border-l-emerald-900\/50 {
    border-left-color: rgb(6 78 59 / 0.5);
  }

  .lg\:border-l-emerald-900\/55 {
    border-left-color: rgb(6 78 59 / 0.55);
  }

  .lg\:border-l-emerald-900\/60 {
    border-left-color: rgb(6 78 59 / 0.6);
  }

  .lg\:border-l-emerald-900\/65 {
    border-left-color: rgb(6 78 59 / 0.65);
  }

  .lg\:border-l-emerald-900\/70 {
    border-left-color: rgb(6 78 59 / 0.7);
  }

  .lg\:border-l-emerald-900\/75 {
    border-left-color: rgb(6 78 59 / 0.75);
  }

  .lg\:border-l-emerald-900\/80 {
    border-left-color: rgb(6 78 59 / 0.8);
  }

  .lg\:border-l-emerald-900\/85 {
    border-left-color: rgb(6 78 59 / 0.85);
  }

  .lg\:border-l-emerald-900\/90 {
    border-left-color: rgb(6 78 59 / 0.9);
  }

  .lg\:border-l-emerald-900\/95 {
    border-left-color: rgb(6 78 59 / 0.95);
  }

  .lg\:border-l-emerald-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(2 44 34 / var(--tw-border-opacity));
  }

  .lg\:border-l-emerald-950\/0 {
    border-left-color: rgb(2 44 34 / 0);
  }

  .lg\:border-l-emerald-950\/10 {
    border-left-color: rgb(2 44 34 / 0.1);
  }

  .lg\:border-l-emerald-950\/100 {
    border-left-color: rgb(2 44 34 / 1);
  }

  .lg\:border-l-emerald-950\/15 {
    border-left-color: rgb(2 44 34 / 0.15);
  }

  .lg\:border-l-emerald-950\/20 {
    border-left-color: rgb(2 44 34 / 0.2);
  }

  .lg\:border-l-emerald-950\/25 {
    border-left-color: rgb(2 44 34 / 0.25);
  }

  .lg\:border-l-emerald-950\/30 {
    border-left-color: rgb(2 44 34 / 0.3);
  }

  .lg\:border-l-emerald-950\/35 {
    border-left-color: rgb(2 44 34 / 0.35);
  }

  .lg\:border-l-emerald-950\/40 {
    border-left-color: rgb(2 44 34 / 0.4);
  }

  .lg\:border-l-emerald-950\/45 {
    border-left-color: rgb(2 44 34 / 0.45);
  }

  .lg\:border-l-emerald-950\/5 {
    border-left-color: rgb(2 44 34 / 0.05);
  }

  .lg\:border-l-emerald-950\/50 {
    border-left-color: rgb(2 44 34 / 0.5);
  }

  .lg\:border-l-emerald-950\/55 {
    border-left-color: rgb(2 44 34 / 0.55);
  }

  .lg\:border-l-emerald-950\/60 {
    border-left-color: rgb(2 44 34 / 0.6);
  }

  .lg\:border-l-emerald-950\/65 {
    border-left-color: rgb(2 44 34 / 0.65);
  }

  .lg\:border-l-emerald-950\/70 {
    border-left-color: rgb(2 44 34 / 0.7);
  }

  .lg\:border-l-emerald-950\/75 {
    border-left-color: rgb(2 44 34 / 0.75);
  }

  .lg\:border-l-emerald-950\/80 {
    border-left-color: rgb(2 44 34 / 0.8);
  }

  .lg\:border-l-emerald-950\/85 {
    border-left-color: rgb(2 44 34 / 0.85);
  }

  .lg\:border-l-emerald-950\/90 {
    border-left-color: rgb(2 44 34 / 0.9);
  }

  .lg\:border-l-emerald-950\/95 {
    border-left-color: rgb(2 44 34 / 0.95);
  }

  .lg\:border-l-fuchsia-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 232 255 / var(--tw-border-opacity));
  }

  .lg\:border-l-fuchsia-100\/0 {
    border-left-color: rgb(250 232 255 / 0);
  }

  .lg\:border-l-fuchsia-100\/10 {
    border-left-color: rgb(250 232 255 / 0.1);
  }

  .lg\:border-l-fuchsia-100\/100 {
    border-left-color: rgb(250 232 255 / 1);
  }

  .lg\:border-l-fuchsia-100\/15 {
    border-left-color: rgb(250 232 255 / 0.15);
  }

  .lg\:border-l-fuchsia-100\/20 {
    border-left-color: rgb(250 232 255 / 0.2);
  }

  .lg\:border-l-fuchsia-100\/25 {
    border-left-color: rgb(250 232 255 / 0.25);
  }

  .lg\:border-l-fuchsia-100\/30 {
    border-left-color: rgb(250 232 255 / 0.3);
  }

  .lg\:border-l-fuchsia-100\/35 {
    border-left-color: rgb(250 232 255 / 0.35);
  }

  .lg\:border-l-fuchsia-100\/40 {
    border-left-color: rgb(250 232 255 / 0.4);
  }

  .lg\:border-l-fuchsia-100\/45 {
    border-left-color: rgb(250 232 255 / 0.45);
  }

  .lg\:border-l-fuchsia-100\/5 {
    border-left-color: rgb(250 232 255 / 0.05);
  }

  .lg\:border-l-fuchsia-100\/50 {
    border-left-color: rgb(250 232 255 / 0.5);
  }

  .lg\:border-l-fuchsia-100\/55 {
    border-left-color: rgb(250 232 255 / 0.55);
  }

  .lg\:border-l-fuchsia-100\/60 {
    border-left-color: rgb(250 232 255 / 0.6);
  }

  .lg\:border-l-fuchsia-100\/65 {
    border-left-color: rgb(250 232 255 / 0.65);
  }

  .lg\:border-l-fuchsia-100\/70 {
    border-left-color: rgb(250 232 255 / 0.7);
  }

  .lg\:border-l-fuchsia-100\/75 {
    border-left-color: rgb(250 232 255 / 0.75);
  }

  .lg\:border-l-fuchsia-100\/80 {
    border-left-color: rgb(250 232 255 / 0.8);
  }

  .lg\:border-l-fuchsia-100\/85 {
    border-left-color: rgb(250 232 255 / 0.85);
  }

  .lg\:border-l-fuchsia-100\/90 {
    border-left-color: rgb(250 232 255 / 0.9);
  }

  .lg\:border-l-fuchsia-100\/95 {
    border-left-color: rgb(250 232 255 / 0.95);
  }

  .lg\:border-l-fuchsia-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 208 254 / var(--tw-border-opacity));
  }

  .lg\:border-l-fuchsia-200\/0 {
    border-left-color: rgb(245 208 254 / 0);
  }

  .lg\:border-l-fuchsia-200\/10 {
    border-left-color: rgb(245 208 254 / 0.1);
  }

  .lg\:border-l-fuchsia-200\/100 {
    border-left-color: rgb(245 208 254 / 1);
  }

  .lg\:border-l-fuchsia-200\/15 {
    border-left-color: rgb(245 208 254 / 0.15);
  }

  .lg\:border-l-fuchsia-200\/20 {
    border-left-color: rgb(245 208 254 / 0.2);
  }

  .lg\:border-l-fuchsia-200\/25 {
    border-left-color: rgb(245 208 254 / 0.25);
  }

  .lg\:border-l-fuchsia-200\/30 {
    border-left-color: rgb(245 208 254 / 0.3);
  }

  .lg\:border-l-fuchsia-200\/35 {
    border-left-color: rgb(245 208 254 / 0.35);
  }

  .lg\:border-l-fuchsia-200\/40 {
    border-left-color: rgb(245 208 254 / 0.4);
  }

  .lg\:border-l-fuchsia-200\/45 {
    border-left-color: rgb(245 208 254 / 0.45);
  }

  .lg\:border-l-fuchsia-200\/5 {
    border-left-color: rgb(245 208 254 / 0.05);
  }

  .lg\:border-l-fuchsia-200\/50 {
    border-left-color: rgb(245 208 254 / 0.5);
  }

  .lg\:border-l-fuchsia-200\/55 {
    border-left-color: rgb(245 208 254 / 0.55);
  }

  .lg\:border-l-fuchsia-200\/60 {
    border-left-color: rgb(245 208 254 / 0.6);
  }

  .lg\:border-l-fuchsia-200\/65 {
    border-left-color: rgb(245 208 254 / 0.65);
  }

  .lg\:border-l-fuchsia-200\/70 {
    border-left-color: rgb(245 208 254 / 0.7);
  }

  .lg\:border-l-fuchsia-200\/75 {
    border-left-color: rgb(245 208 254 / 0.75);
  }

  .lg\:border-l-fuchsia-200\/80 {
    border-left-color: rgb(245 208 254 / 0.8);
  }

  .lg\:border-l-fuchsia-200\/85 {
    border-left-color: rgb(245 208 254 / 0.85);
  }

  .lg\:border-l-fuchsia-200\/90 {
    border-left-color: rgb(245 208 254 / 0.9);
  }

  .lg\:border-l-fuchsia-200\/95 {
    border-left-color: rgb(245 208 254 / 0.95);
  }

  .lg\:border-l-fuchsia-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(240 171 252 / var(--tw-border-opacity));
  }

  .lg\:border-l-fuchsia-300\/0 {
    border-left-color: rgb(240 171 252 / 0);
  }

  .lg\:border-l-fuchsia-300\/10 {
    border-left-color: rgb(240 171 252 / 0.1);
  }

  .lg\:border-l-fuchsia-300\/100 {
    border-left-color: rgb(240 171 252 / 1);
  }

  .lg\:border-l-fuchsia-300\/15 {
    border-left-color: rgb(240 171 252 / 0.15);
  }

  .lg\:border-l-fuchsia-300\/20 {
    border-left-color: rgb(240 171 252 / 0.2);
  }

  .lg\:border-l-fuchsia-300\/25 {
    border-left-color: rgb(240 171 252 / 0.25);
  }

  .lg\:border-l-fuchsia-300\/30 {
    border-left-color: rgb(240 171 252 / 0.3);
  }

  .lg\:border-l-fuchsia-300\/35 {
    border-left-color: rgb(240 171 252 / 0.35);
  }

  .lg\:border-l-fuchsia-300\/40 {
    border-left-color: rgb(240 171 252 / 0.4);
  }

  .lg\:border-l-fuchsia-300\/45 {
    border-left-color: rgb(240 171 252 / 0.45);
  }

  .lg\:border-l-fuchsia-300\/5 {
    border-left-color: rgb(240 171 252 / 0.05);
  }

  .lg\:border-l-fuchsia-300\/50 {
    border-left-color: rgb(240 171 252 / 0.5);
  }

  .lg\:border-l-fuchsia-300\/55 {
    border-left-color: rgb(240 171 252 / 0.55);
  }

  .lg\:border-l-fuchsia-300\/60 {
    border-left-color: rgb(240 171 252 / 0.6);
  }

  .lg\:border-l-fuchsia-300\/65 {
    border-left-color: rgb(240 171 252 / 0.65);
  }

  .lg\:border-l-fuchsia-300\/70 {
    border-left-color: rgb(240 171 252 / 0.7);
  }

  .lg\:border-l-fuchsia-300\/75 {
    border-left-color: rgb(240 171 252 / 0.75);
  }

  .lg\:border-l-fuchsia-300\/80 {
    border-left-color: rgb(240 171 252 / 0.8);
  }

  .lg\:border-l-fuchsia-300\/85 {
    border-left-color: rgb(240 171 252 / 0.85);
  }

  .lg\:border-l-fuchsia-300\/90 {
    border-left-color: rgb(240 171 252 / 0.9);
  }

  .lg\:border-l-fuchsia-300\/95 {
    border-left-color: rgb(240 171 252 / 0.95);
  }

  .lg\:border-l-fuchsia-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(232 121 249 / var(--tw-border-opacity));
  }

  .lg\:border-l-fuchsia-400\/0 {
    border-left-color: rgb(232 121 249 / 0);
  }

  .lg\:border-l-fuchsia-400\/10 {
    border-left-color: rgb(232 121 249 / 0.1);
  }

  .lg\:border-l-fuchsia-400\/100 {
    border-left-color: rgb(232 121 249 / 1);
  }

  .lg\:border-l-fuchsia-400\/15 {
    border-left-color: rgb(232 121 249 / 0.15);
  }

  .lg\:border-l-fuchsia-400\/20 {
    border-left-color: rgb(232 121 249 / 0.2);
  }

  .lg\:border-l-fuchsia-400\/25 {
    border-left-color: rgb(232 121 249 / 0.25);
  }

  .lg\:border-l-fuchsia-400\/30 {
    border-left-color: rgb(232 121 249 / 0.3);
  }

  .lg\:border-l-fuchsia-400\/35 {
    border-left-color: rgb(232 121 249 / 0.35);
  }

  .lg\:border-l-fuchsia-400\/40 {
    border-left-color: rgb(232 121 249 / 0.4);
  }

  .lg\:border-l-fuchsia-400\/45 {
    border-left-color: rgb(232 121 249 / 0.45);
  }

  .lg\:border-l-fuchsia-400\/5 {
    border-left-color: rgb(232 121 249 / 0.05);
  }

  .lg\:border-l-fuchsia-400\/50 {
    border-left-color: rgb(232 121 249 / 0.5);
  }

  .lg\:border-l-fuchsia-400\/55 {
    border-left-color: rgb(232 121 249 / 0.55);
  }

  .lg\:border-l-fuchsia-400\/60 {
    border-left-color: rgb(232 121 249 / 0.6);
  }

  .lg\:border-l-fuchsia-400\/65 {
    border-left-color: rgb(232 121 249 / 0.65);
  }

  .lg\:border-l-fuchsia-400\/70 {
    border-left-color: rgb(232 121 249 / 0.7);
  }

  .lg\:border-l-fuchsia-400\/75 {
    border-left-color: rgb(232 121 249 / 0.75);
  }

  .lg\:border-l-fuchsia-400\/80 {
    border-left-color: rgb(232 121 249 / 0.8);
  }

  .lg\:border-l-fuchsia-400\/85 {
    border-left-color: rgb(232 121 249 / 0.85);
  }

  .lg\:border-l-fuchsia-400\/90 {
    border-left-color: rgb(232 121 249 / 0.9);
  }

  .lg\:border-l-fuchsia-400\/95 {
    border-left-color: rgb(232 121 249 / 0.95);
  }

  .lg\:border-l-fuchsia-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 244 255 / var(--tw-border-opacity));
  }

  .lg\:border-l-fuchsia-50\/0 {
    border-left-color: rgb(253 244 255 / 0);
  }

  .lg\:border-l-fuchsia-50\/10 {
    border-left-color: rgb(253 244 255 / 0.1);
  }

  .lg\:border-l-fuchsia-50\/100 {
    border-left-color: rgb(253 244 255 / 1);
  }

  .lg\:border-l-fuchsia-50\/15 {
    border-left-color: rgb(253 244 255 / 0.15);
  }

  .lg\:border-l-fuchsia-50\/20 {
    border-left-color: rgb(253 244 255 / 0.2);
  }

  .lg\:border-l-fuchsia-50\/25 {
    border-left-color: rgb(253 244 255 / 0.25);
  }

  .lg\:border-l-fuchsia-50\/30 {
    border-left-color: rgb(253 244 255 / 0.3);
  }

  .lg\:border-l-fuchsia-50\/35 {
    border-left-color: rgb(253 244 255 / 0.35);
  }

  .lg\:border-l-fuchsia-50\/40 {
    border-left-color: rgb(253 244 255 / 0.4);
  }

  .lg\:border-l-fuchsia-50\/45 {
    border-left-color: rgb(253 244 255 / 0.45);
  }

  .lg\:border-l-fuchsia-50\/5 {
    border-left-color: rgb(253 244 255 / 0.05);
  }

  .lg\:border-l-fuchsia-50\/50 {
    border-left-color: rgb(253 244 255 / 0.5);
  }

  .lg\:border-l-fuchsia-50\/55 {
    border-left-color: rgb(253 244 255 / 0.55);
  }

  .lg\:border-l-fuchsia-50\/60 {
    border-left-color: rgb(253 244 255 / 0.6);
  }

  .lg\:border-l-fuchsia-50\/65 {
    border-left-color: rgb(253 244 255 / 0.65);
  }

  .lg\:border-l-fuchsia-50\/70 {
    border-left-color: rgb(253 244 255 / 0.7);
  }

  .lg\:border-l-fuchsia-50\/75 {
    border-left-color: rgb(253 244 255 / 0.75);
  }

  .lg\:border-l-fuchsia-50\/80 {
    border-left-color: rgb(253 244 255 / 0.8);
  }

  .lg\:border-l-fuchsia-50\/85 {
    border-left-color: rgb(253 244 255 / 0.85);
  }

  .lg\:border-l-fuchsia-50\/90 {
    border-left-color: rgb(253 244 255 / 0.9);
  }

  .lg\:border-l-fuchsia-50\/95 {
    border-left-color: rgb(253 244 255 / 0.95);
  }

  .lg\:border-l-fuchsia-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(217 70 239 / var(--tw-border-opacity));
  }

  .lg\:border-l-fuchsia-500\/0 {
    border-left-color: rgb(217 70 239 / 0);
  }

  .lg\:border-l-fuchsia-500\/10 {
    border-left-color: rgb(217 70 239 / 0.1);
  }

  .lg\:border-l-fuchsia-500\/100 {
    border-left-color: rgb(217 70 239 / 1);
  }

  .lg\:border-l-fuchsia-500\/15 {
    border-left-color: rgb(217 70 239 / 0.15);
  }

  .lg\:border-l-fuchsia-500\/20 {
    border-left-color: rgb(217 70 239 / 0.2);
  }

  .lg\:border-l-fuchsia-500\/25 {
    border-left-color: rgb(217 70 239 / 0.25);
  }

  .lg\:border-l-fuchsia-500\/30 {
    border-left-color: rgb(217 70 239 / 0.3);
  }

  .lg\:border-l-fuchsia-500\/35 {
    border-left-color: rgb(217 70 239 / 0.35);
  }

  .lg\:border-l-fuchsia-500\/40 {
    border-left-color: rgb(217 70 239 / 0.4);
  }

  .lg\:border-l-fuchsia-500\/45 {
    border-left-color: rgb(217 70 239 / 0.45);
  }

  .lg\:border-l-fuchsia-500\/5 {
    border-left-color: rgb(217 70 239 / 0.05);
  }

  .lg\:border-l-fuchsia-500\/50 {
    border-left-color: rgb(217 70 239 / 0.5);
  }

  .lg\:border-l-fuchsia-500\/55 {
    border-left-color: rgb(217 70 239 / 0.55);
  }

  .lg\:border-l-fuchsia-500\/60 {
    border-left-color: rgb(217 70 239 / 0.6);
  }

  .lg\:border-l-fuchsia-500\/65 {
    border-left-color: rgb(217 70 239 / 0.65);
  }

  .lg\:border-l-fuchsia-500\/70 {
    border-left-color: rgb(217 70 239 / 0.7);
  }

  .lg\:border-l-fuchsia-500\/75 {
    border-left-color: rgb(217 70 239 / 0.75);
  }

  .lg\:border-l-fuchsia-500\/80 {
    border-left-color: rgb(217 70 239 / 0.8);
  }

  .lg\:border-l-fuchsia-500\/85 {
    border-left-color: rgb(217 70 239 / 0.85);
  }

  .lg\:border-l-fuchsia-500\/90 {
    border-left-color: rgb(217 70 239 / 0.9);
  }

  .lg\:border-l-fuchsia-500\/95 {
    border-left-color: rgb(217 70 239 / 0.95);
  }

  .lg\:border-l-fuchsia-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(192 38 211 / var(--tw-border-opacity));
  }

  .lg\:border-l-fuchsia-600\/0 {
    border-left-color: rgb(192 38 211 / 0);
  }

  .lg\:border-l-fuchsia-600\/10 {
    border-left-color: rgb(192 38 211 / 0.1);
  }

  .lg\:border-l-fuchsia-600\/100 {
    border-left-color: rgb(192 38 211 / 1);
  }

  .lg\:border-l-fuchsia-600\/15 {
    border-left-color: rgb(192 38 211 / 0.15);
  }

  .lg\:border-l-fuchsia-600\/20 {
    border-left-color: rgb(192 38 211 / 0.2);
  }

  .lg\:border-l-fuchsia-600\/25 {
    border-left-color: rgb(192 38 211 / 0.25);
  }

  .lg\:border-l-fuchsia-600\/30 {
    border-left-color: rgb(192 38 211 / 0.3);
  }

  .lg\:border-l-fuchsia-600\/35 {
    border-left-color: rgb(192 38 211 / 0.35);
  }

  .lg\:border-l-fuchsia-600\/40 {
    border-left-color: rgb(192 38 211 / 0.4);
  }

  .lg\:border-l-fuchsia-600\/45 {
    border-left-color: rgb(192 38 211 / 0.45);
  }

  .lg\:border-l-fuchsia-600\/5 {
    border-left-color: rgb(192 38 211 / 0.05);
  }

  .lg\:border-l-fuchsia-600\/50 {
    border-left-color: rgb(192 38 211 / 0.5);
  }

  .lg\:border-l-fuchsia-600\/55 {
    border-left-color: rgb(192 38 211 / 0.55);
  }

  .lg\:border-l-fuchsia-600\/60 {
    border-left-color: rgb(192 38 211 / 0.6);
  }

  .lg\:border-l-fuchsia-600\/65 {
    border-left-color: rgb(192 38 211 / 0.65);
  }

  .lg\:border-l-fuchsia-600\/70 {
    border-left-color: rgb(192 38 211 / 0.7);
  }

  .lg\:border-l-fuchsia-600\/75 {
    border-left-color: rgb(192 38 211 / 0.75);
  }

  .lg\:border-l-fuchsia-600\/80 {
    border-left-color: rgb(192 38 211 / 0.8);
  }

  .lg\:border-l-fuchsia-600\/85 {
    border-left-color: rgb(192 38 211 / 0.85);
  }

  .lg\:border-l-fuchsia-600\/90 {
    border-left-color: rgb(192 38 211 / 0.9);
  }

  .lg\:border-l-fuchsia-600\/95 {
    border-left-color: rgb(192 38 211 / 0.95);
  }

  .lg\:border-l-fuchsia-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(162 28 175 / var(--tw-border-opacity));
  }

  .lg\:border-l-fuchsia-700\/0 {
    border-left-color: rgb(162 28 175 / 0);
  }

  .lg\:border-l-fuchsia-700\/10 {
    border-left-color: rgb(162 28 175 / 0.1);
  }

  .lg\:border-l-fuchsia-700\/100 {
    border-left-color: rgb(162 28 175 / 1);
  }

  .lg\:border-l-fuchsia-700\/15 {
    border-left-color: rgb(162 28 175 / 0.15);
  }

  .lg\:border-l-fuchsia-700\/20 {
    border-left-color: rgb(162 28 175 / 0.2);
  }

  .lg\:border-l-fuchsia-700\/25 {
    border-left-color: rgb(162 28 175 / 0.25);
  }

  .lg\:border-l-fuchsia-700\/30 {
    border-left-color: rgb(162 28 175 / 0.3);
  }

  .lg\:border-l-fuchsia-700\/35 {
    border-left-color: rgb(162 28 175 / 0.35);
  }

  .lg\:border-l-fuchsia-700\/40 {
    border-left-color: rgb(162 28 175 / 0.4);
  }

  .lg\:border-l-fuchsia-700\/45 {
    border-left-color: rgb(162 28 175 / 0.45);
  }

  .lg\:border-l-fuchsia-700\/5 {
    border-left-color: rgb(162 28 175 / 0.05);
  }

  .lg\:border-l-fuchsia-700\/50 {
    border-left-color: rgb(162 28 175 / 0.5);
  }

  .lg\:border-l-fuchsia-700\/55 {
    border-left-color: rgb(162 28 175 / 0.55);
  }

  .lg\:border-l-fuchsia-700\/60 {
    border-left-color: rgb(162 28 175 / 0.6);
  }

  .lg\:border-l-fuchsia-700\/65 {
    border-left-color: rgb(162 28 175 / 0.65);
  }

  .lg\:border-l-fuchsia-700\/70 {
    border-left-color: rgb(162 28 175 / 0.7);
  }

  .lg\:border-l-fuchsia-700\/75 {
    border-left-color: rgb(162 28 175 / 0.75);
  }

  .lg\:border-l-fuchsia-700\/80 {
    border-left-color: rgb(162 28 175 / 0.8);
  }

  .lg\:border-l-fuchsia-700\/85 {
    border-left-color: rgb(162 28 175 / 0.85);
  }

  .lg\:border-l-fuchsia-700\/90 {
    border-left-color: rgb(162 28 175 / 0.9);
  }

  .lg\:border-l-fuchsia-700\/95 {
    border-left-color: rgb(162 28 175 / 0.95);
  }

  .lg\:border-l-fuchsia-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(134 25 143 / var(--tw-border-opacity));
  }

  .lg\:border-l-fuchsia-800\/0 {
    border-left-color: rgb(134 25 143 / 0);
  }

  .lg\:border-l-fuchsia-800\/10 {
    border-left-color: rgb(134 25 143 / 0.1);
  }

  .lg\:border-l-fuchsia-800\/100 {
    border-left-color: rgb(134 25 143 / 1);
  }

  .lg\:border-l-fuchsia-800\/15 {
    border-left-color: rgb(134 25 143 / 0.15);
  }

  .lg\:border-l-fuchsia-800\/20 {
    border-left-color: rgb(134 25 143 / 0.2);
  }

  .lg\:border-l-fuchsia-800\/25 {
    border-left-color: rgb(134 25 143 / 0.25);
  }

  .lg\:border-l-fuchsia-800\/30 {
    border-left-color: rgb(134 25 143 / 0.3);
  }

  .lg\:border-l-fuchsia-800\/35 {
    border-left-color: rgb(134 25 143 / 0.35);
  }

  .lg\:border-l-fuchsia-800\/40 {
    border-left-color: rgb(134 25 143 / 0.4);
  }

  .lg\:border-l-fuchsia-800\/45 {
    border-left-color: rgb(134 25 143 / 0.45);
  }

  .lg\:border-l-fuchsia-800\/5 {
    border-left-color: rgb(134 25 143 / 0.05);
  }

  .lg\:border-l-fuchsia-800\/50 {
    border-left-color: rgb(134 25 143 / 0.5);
  }

  .lg\:border-l-fuchsia-800\/55 {
    border-left-color: rgb(134 25 143 / 0.55);
  }

  .lg\:border-l-fuchsia-800\/60 {
    border-left-color: rgb(134 25 143 / 0.6);
  }

  .lg\:border-l-fuchsia-800\/65 {
    border-left-color: rgb(134 25 143 / 0.65);
  }

  .lg\:border-l-fuchsia-800\/70 {
    border-left-color: rgb(134 25 143 / 0.7);
  }

  .lg\:border-l-fuchsia-800\/75 {
    border-left-color: rgb(134 25 143 / 0.75);
  }

  .lg\:border-l-fuchsia-800\/80 {
    border-left-color: rgb(134 25 143 / 0.8);
  }

  .lg\:border-l-fuchsia-800\/85 {
    border-left-color: rgb(134 25 143 / 0.85);
  }

  .lg\:border-l-fuchsia-800\/90 {
    border-left-color: rgb(134 25 143 / 0.9);
  }

  .lg\:border-l-fuchsia-800\/95 {
    border-left-color: rgb(134 25 143 / 0.95);
  }

  .lg\:border-l-fuchsia-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(112 26 117 / var(--tw-border-opacity));
  }

  .lg\:border-l-fuchsia-900\/0 {
    border-left-color: rgb(112 26 117 / 0);
  }

  .lg\:border-l-fuchsia-900\/10 {
    border-left-color: rgb(112 26 117 / 0.1);
  }

  .lg\:border-l-fuchsia-900\/100 {
    border-left-color: rgb(112 26 117 / 1);
  }

  .lg\:border-l-fuchsia-900\/15 {
    border-left-color: rgb(112 26 117 / 0.15);
  }

  .lg\:border-l-fuchsia-900\/20 {
    border-left-color: rgb(112 26 117 / 0.2);
  }

  .lg\:border-l-fuchsia-900\/25 {
    border-left-color: rgb(112 26 117 / 0.25);
  }

  .lg\:border-l-fuchsia-900\/30 {
    border-left-color: rgb(112 26 117 / 0.3);
  }

  .lg\:border-l-fuchsia-900\/35 {
    border-left-color: rgb(112 26 117 / 0.35);
  }

  .lg\:border-l-fuchsia-900\/40 {
    border-left-color: rgb(112 26 117 / 0.4);
  }

  .lg\:border-l-fuchsia-900\/45 {
    border-left-color: rgb(112 26 117 / 0.45);
  }

  .lg\:border-l-fuchsia-900\/5 {
    border-left-color: rgb(112 26 117 / 0.05);
  }

  .lg\:border-l-fuchsia-900\/50 {
    border-left-color: rgb(112 26 117 / 0.5);
  }

  .lg\:border-l-fuchsia-900\/55 {
    border-left-color: rgb(112 26 117 / 0.55);
  }

  .lg\:border-l-fuchsia-900\/60 {
    border-left-color: rgb(112 26 117 / 0.6);
  }

  .lg\:border-l-fuchsia-900\/65 {
    border-left-color: rgb(112 26 117 / 0.65);
  }

  .lg\:border-l-fuchsia-900\/70 {
    border-left-color: rgb(112 26 117 / 0.7);
  }

  .lg\:border-l-fuchsia-900\/75 {
    border-left-color: rgb(112 26 117 / 0.75);
  }

  .lg\:border-l-fuchsia-900\/80 {
    border-left-color: rgb(112 26 117 / 0.8);
  }

  .lg\:border-l-fuchsia-900\/85 {
    border-left-color: rgb(112 26 117 / 0.85);
  }

  .lg\:border-l-fuchsia-900\/90 {
    border-left-color: rgb(112 26 117 / 0.9);
  }

  .lg\:border-l-fuchsia-900\/95 {
    border-left-color: rgb(112 26 117 / 0.95);
  }

  .lg\:border-l-fuchsia-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(74 4 78 / var(--tw-border-opacity));
  }

  .lg\:border-l-fuchsia-950\/0 {
    border-left-color: rgb(74 4 78 / 0);
  }

  .lg\:border-l-fuchsia-950\/10 {
    border-left-color: rgb(74 4 78 / 0.1);
  }

  .lg\:border-l-fuchsia-950\/100 {
    border-left-color: rgb(74 4 78 / 1);
  }

  .lg\:border-l-fuchsia-950\/15 {
    border-left-color: rgb(74 4 78 / 0.15);
  }

  .lg\:border-l-fuchsia-950\/20 {
    border-left-color: rgb(74 4 78 / 0.2);
  }

  .lg\:border-l-fuchsia-950\/25 {
    border-left-color: rgb(74 4 78 / 0.25);
  }

  .lg\:border-l-fuchsia-950\/30 {
    border-left-color: rgb(74 4 78 / 0.3);
  }

  .lg\:border-l-fuchsia-950\/35 {
    border-left-color: rgb(74 4 78 / 0.35);
  }

  .lg\:border-l-fuchsia-950\/40 {
    border-left-color: rgb(74 4 78 / 0.4);
  }

  .lg\:border-l-fuchsia-950\/45 {
    border-left-color: rgb(74 4 78 / 0.45);
  }

  .lg\:border-l-fuchsia-950\/5 {
    border-left-color: rgb(74 4 78 / 0.05);
  }

  .lg\:border-l-fuchsia-950\/50 {
    border-left-color: rgb(74 4 78 / 0.5);
  }

  .lg\:border-l-fuchsia-950\/55 {
    border-left-color: rgb(74 4 78 / 0.55);
  }

  .lg\:border-l-fuchsia-950\/60 {
    border-left-color: rgb(74 4 78 / 0.6);
  }

  .lg\:border-l-fuchsia-950\/65 {
    border-left-color: rgb(74 4 78 / 0.65);
  }

  .lg\:border-l-fuchsia-950\/70 {
    border-left-color: rgb(74 4 78 / 0.7);
  }

  .lg\:border-l-fuchsia-950\/75 {
    border-left-color: rgb(74 4 78 / 0.75);
  }

  .lg\:border-l-fuchsia-950\/80 {
    border-left-color: rgb(74 4 78 / 0.8);
  }

  .lg\:border-l-fuchsia-950\/85 {
    border-left-color: rgb(74 4 78 / 0.85);
  }

  .lg\:border-l-fuchsia-950\/90 {
    border-left-color: rgb(74 4 78 / 0.9);
  }

  .lg\:border-l-fuchsia-950\/95 {
    border-left-color: rgb(74 4 78 / 0.95);
  }

  .lg\:border-l-gray-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(243 244 246 / var(--tw-border-opacity));
  }

  .lg\:border-l-gray-100\/0 {
    border-left-color: rgb(243 244 246 / 0);
  }

  .lg\:border-l-gray-100\/10 {
    border-left-color: rgb(243 244 246 / 0.1);
  }

  .lg\:border-l-gray-100\/100 {
    border-left-color: rgb(243 244 246 / 1);
  }

  .lg\:border-l-gray-100\/15 {
    border-left-color: rgb(243 244 246 / 0.15);
  }

  .lg\:border-l-gray-100\/20 {
    border-left-color: rgb(243 244 246 / 0.2);
  }

  .lg\:border-l-gray-100\/25 {
    border-left-color: rgb(243 244 246 / 0.25);
  }

  .lg\:border-l-gray-100\/30 {
    border-left-color: rgb(243 244 246 / 0.3);
  }

  .lg\:border-l-gray-100\/35 {
    border-left-color: rgb(243 244 246 / 0.35);
  }

  .lg\:border-l-gray-100\/40 {
    border-left-color: rgb(243 244 246 / 0.4);
  }

  .lg\:border-l-gray-100\/45 {
    border-left-color: rgb(243 244 246 / 0.45);
  }

  .lg\:border-l-gray-100\/5 {
    border-left-color: rgb(243 244 246 / 0.05);
  }

  .lg\:border-l-gray-100\/50 {
    border-left-color: rgb(243 244 246 / 0.5);
  }

  .lg\:border-l-gray-100\/55 {
    border-left-color: rgb(243 244 246 / 0.55);
  }

  .lg\:border-l-gray-100\/60 {
    border-left-color: rgb(243 244 246 / 0.6);
  }

  .lg\:border-l-gray-100\/65 {
    border-left-color: rgb(243 244 246 / 0.65);
  }

  .lg\:border-l-gray-100\/70 {
    border-left-color: rgb(243 244 246 / 0.7);
  }

  .lg\:border-l-gray-100\/75 {
    border-left-color: rgb(243 244 246 / 0.75);
  }

  .lg\:border-l-gray-100\/80 {
    border-left-color: rgb(243 244 246 / 0.8);
  }

  .lg\:border-l-gray-100\/85 {
    border-left-color: rgb(243 244 246 / 0.85);
  }

  .lg\:border-l-gray-100\/90 {
    border-left-color: rgb(243 244 246 / 0.9);
  }

  .lg\:border-l-gray-100\/95 {
    border-left-color: rgb(243 244 246 / 0.95);
  }

  .lg\:border-l-gray-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

  .lg\:border-l-gray-200\/0 {
    border-left-color: rgb(229 231 235 / 0);
  }

  .lg\:border-l-gray-200\/10 {
    border-left-color: rgb(229 231 235 / 0.1);
  }

  .lg\:border-l-gray-200\/100 {
    border-left-color: rgb(229 231 235 / 1);
  }

  .lg\:border-l-gray-200\/15 {
    border-left-color: rgb(229 231 235 / 0.15);
  }

  .lg\:border-l-gray-200\/20 {
    border-left-color: rgb(229 231 235 / 0.2);
  }

  .lg\:border-l-gray-200\/25 {
    border-left-color: rgb(229 231 235 / 0.25);
  }

  .lg\:border-l-gray-200\/30 {
    border-left-color: rgb(229 231 235 / 0.3);
  }

  .lg\:border-l-gray-200\/35 {
    border-left-color: rgb(229 231 235 / 0.35);
  }

  .lg\:border-l-gray-200\/40 {
    border-left-color: rgb(229 231 235 / 0.4);
  }

  .lg\:border-l-gray-200\/45 {
    border-left-color: rgb(229 231 235 / 0.45);
  }

  .lg\:border-l-gray-200\/5 {
    border-left-color: rgb(229 231 235 / 0.05);
  }

  .lg\:border-l-gray-200\/50 {
    border-left-color: rgb(229 231 235 / 0.5);
  }

  .lg\:border-l-gray-200\/55 {
    border-left-color: rgb(229 231 235 / 0.55);
  }

  .lg\:border-l-gray-200\/60 {
    border-left-color: rgb(229 231 235 / 0.6);
  }

  .lg\:border-l-gray-200\/65 {
    border-left-color: rgb(229 231 235 / 0.65);
  }

  .lg\:border-l-gray-200\/70 {
    border-left-color: rgb(229 231 235 / 0.7);
  }

  .lg\:border-l-gray-200\/75 {
    border-left-color: rgb(229 231 235 / 0.75);
  }

  .lg\:border-l-gray-200\/80 {
    border-left-color: rgb(229 231 235 / 0.8);
  }

  .lg\:border-l-gray-200\/85 {
    border-left-color: rgb(229 231 235 / 0.85);
  }

  .lg\:border-l-gray-200\/90 {
    border-left-color: rgb(229 231 235 / 0.9);
  }

  .lg\:border-l-gray-200\/95 {
    border-left-color: rgb(229 231 235 / 0.95);
  }

  .lg\:border-l-gray-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(209 213 219 / var(--tw-border-opacity));
  }

  .lg\:border-l-gray-300\/0 {
    border-left-color: rgb(209 213 219 / 0);
  }

  .lg\:border-l-gray-300\/10 {
    border-left-color: rgb(209 213 219 / 0.1);
  }

  .lg\:border-l-gray-300\/100 {
    border-left-color: rgb(209 213 219 / 1);
  }

  .lg\:border-l-gray-300\/15 {
    border-left-color: rgb(209 213 219 / 0.15);
  }

  .lg\:border-l-gray-300\/20 {
    border-left-color: rgb(209 213 219 / 0.2);
  }

  .lg\:border-l-gray-300\/25 {
    border-left-color: rgb(209 213 219 / 0.25);
  }

  .lg\:border-l-gray-300\/30 {
    border-left-color: rgb(209 213 219 / 0.3);
  }

  .lg\:border-l-gray-300\/35 {
    border-left-color: rgb(209 213 219 / 0.35);
  }

  .lg\:border-l-gray-300\/40 {
    border-left-color: rgb(209 213 219 / 0.4);
  }

  .lg\:border-l-gray-300\/45 {
    border-left-color: rgb(209 213 219 / 0.45);
  }

  .lg\:border-l-gray-300\/5 {
    border-left-color: rgb(209 213 219 / 0.05);
  }

  .lg\:border-l-gray-300\/50 {
    border-left-color: rgb(209 213 219 / 0.5);
  }

  .lg\:border-l-gray-300\/55 {
    border-left-color: rgb(209 213 219 / 0.55);
  }

  .lg\:border-l-gray-300\/60 {
    border-left-color: rgb(209 213 219 / 0.6);
  }

  .lg\:border-l-gray-300\/65 {
    border-left-color: rgb(209 213 219 / 0.65);
  }

  .lg\:border-l-gray-300\/70 {
    border-left-color: rgb(209 213 219 / 0.7);
  }

  .lg\:border-l-gray-300\/75 {
    border-left-color: rgb(209 213 219 / 0.75);
  }

  .lg\:border-l-gray-300\/80 {
    border-left-color: rgb(209 213 219 / 0.8);
  }

  .lg\:border-l-gray-300\/85 {
    border-left-color: rgb(209 213 219 / 0.85);
  }

  .lg\:border-l-gray-300\/90 {
    border-left-color: rgb(209 213 219 / 0.9);
  }

  .lg\:border-l-gray-300\/95 {
    border-left-color: rgb(209 213 219 / 0.95);
  }

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

  .lg\:border-l-gray-400\/0 {
    border-left-color: rgb(156 163 175 / 0);
  }

  .lg\:border-l-gray-400\/10 {
    border-left-color: rgb(156 163 175 / 0.1);
  }

  .lg\:border-l-gray-400\/100 {
    border-left-color: rgb(156 163 175 / 1);
  }

  .lg\:border-l-gray-400\/15 {
    border-left-color: rgb(156 163 175 / 0.15);
  }

  .lg\:border-l-gray-400\/20 {
    border-left-color: rgb(156 163 175 / 0.2);
  }

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

  .lg\:border-l-gray-400\/30 {
    border-left-color: rgb(156 163 175 / 0.3);
  }

  .lg\:border-l-gray-400\/35 {
    border-left-color: rgb(156 163 175 / 0.35);
  }

  .lg\:border-l-gray-400\/40 {
    border-left-color: rgb(156 163 175 / 0.4);
  }

  .lg\:border-l-gray-400\/45 {
    border-left-color: rgb(156 163 175 / 0.45);
  }

  .lg\:border-l-gray-400\/5 {
    border-left-color: rgb(156 163 175 / 0.05);
  }

  .lg\:border-l-gray-400\/50 {
    border-left-color: rgb(156 163 175 / 0.5);
  }

  .lg\:border-l-gray-400\/55 {
    border-left-color: rgb(156 163 175 / 0.55);
  }

  .lg\:border-l-gray-400\/60 {
    border-left-color: rgb(156 163 175 / 0.6);
  }

  .lg\:border-l-gray-400\/65 {
    border-left-color: rgb(156 163 175 / 0.65);
  }

  .lg\:border-l-gray-400\/70 {
    border-left-color: rgb(156 163 175 / 0.7);
  }

  .lg\:border-l-gray-400\/75 {
    border-left-color: rgb(156 163 175 / 0.75);
  }

  .lg\:border-l-gray-400\/80 {
    border-left-color: rgb(156 163 175 / 0.8);
  }

  .lg\:border-l-gray-400\/85 {
    border-left-color: rgb(156 163 175 / 0.85);
  }

  .lg\:border-l-gray-400\/90 {
    border-left-color: rgb(156 163 175 / 0.9);
  }

  .lg\:border-l-gray-400\/95 {
    border-left-color: rgb(156 163 175 / 0.95);
  }

  .lg\:border-l-gray-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(249 250 251 / var(--tw-border-opacity));
  }

  .lg\:border-l-gray-50\/0 {
    border-left-color: rgb(249 250 251 / 0);
  }

  .lg\:border-l-gray-50\/10 {
    border-left-color: rgb(249 250 251 / 0.1);
  }

  .lg\:border-l-gray-50\/100 {
    border-left-color: rgb(249 250 251 / 1);
  }

  .lg\:border-l-gray-50\/15 {
    border-left-color: rgb(249 250 251 / 0.15);
  }

  .lg\:border-l-gray-50\/20 {
    border-left-color: rgb(249 250 251 / 0.2);
  }

  .lg\:border-l-gray-50\/25 {
    border-left-color: rgb(249 250 251 / 0.25);
  }

  .lg\:border-l-gray-50\/30 {
    border-left-color: rgb(249 250 251 / 0.3);
  }

  .lg\:border-l-gray-50\/35 {
    border-left-color: rgb(249 250 251 / 0.35);
  }

  .lg\:border-l-gray-50\/40 {
    border-left-color: rgb(249 250 251 / 0.4);
  }

  .lg\:border-l-gray-50\/45 {
    border-left-color: rgb(249 250 251 / 0.45);
  }

  .lg\:border-l-gray-50\/5 {
    border-left-color: rgb(249 250 251 / 0.05);
  }

  .lg\:border-l-gray-50\/50 {
    border-left-color: rgb(249 250 251 / 0.5);
  }

  .lg\:border-l-gray-50\/55 {
    border-left-color: rgb(249 250 251 / 0.55);
  }

  .lg\:border-l-gray-50\/60 {
    border-left-color: rgb(249 250 251 / 0.6);
  }

  .lg\:border-l-gray-50\/65 {
    border-left-color: rgb(249 250 251 / 0.65);
  }

  .lg\:border-l-gray-50\/70 {
    border-left-color: rgb(249 250 251 / 0.7);
  }

  .lg\:border-l-gray-50\/75 {
    border-left-color: rgb(249 250 251 / 0.75);
  }

  .lg\:border-l-gray-50\/80 {
    border-left-color: rgb(249 250 251 / 0.8);
  }

  .lg\:border-l-gray-50\/85 {
    border-left-color: rgb(249 250 251 / 0.85);
  }

  .lg\:border-l-gray-50\/90 {
    border-left-color: rgb(249 250 251 / 0.9);
  }

  .lg\:border-l-gray-50\/95 {
    border-left-color: rgb(249 250 251 / 0.95);
  }

  .lg\:border-l-gray-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(107 114 128 / var(--tw-border-opacity));
  }

  .lg\:border-l-gray-500\/0 {
    border-left-color: rgb(107 114 128 / 0);
  }

  .lg\:border-l-gray-500\/10 {
    border-left-color: rgb(107 114 128 / 0.1);
  }

  .lg\:border-l-gray-500\/100 {
    border-left-color: rgb(107 114 128 / 1);
  }

  .lg\:border-l-gray-500\/15 {
    border-left-color: rgb(107 114 128 / 0.15);
  }

  .lg\:border-l-gray-500\/20 {
    border-left-color: rgb(107 114 128 / 0.2);
  }

  .lg\:border-l-gray-500\/25 {
    border-left-color: rgb(107 114 128 / 0.25);
  }

  .lg\:border-l-gray-500\/30 {
    border-left-color: rgb(107 114 128 / 0.3);
  }

  .lg\:border-l-gray-500\/35 {
    border-left-color: rgb(107 114 128 / 0.35);
  }

  .lg\:border-l-gray-500\/40 {
    border-left-color: rgb(107 114 128 / 0.4);
  }

  .lg\:border-l-gray-500\/45 {
    border-left-color: rgb(107 114 128 / 0.45);
  }

  .lg\:border-l-gray-500\/5 {
    border-left-color: rgb(107 114 128 / 0.05);
  }

  .lg\:border-l-gray-500\/50 {
    border-left-color: rgb(107 114 128 / 0.5);
  }

  .lg\:border-l-gray-500\/55 {
    border-left-color: rgb(107 114 128 / 0.55);
  }

  .lg\:border-l-gray-500\/60 {
    border-left-color: rgb(107 114 128 / 0.6);
  }

  .lg\:border-l-gray-500\/65 {
    border-left-color: rgb(107 114 128 / 0.65);
  }

  .lg\:border-l-gray-500\/70 {
    border-left-color: rgb(107 114 128 / 0.7);
  }

  .lg\:border-l-gray-500\/75 {
    border-left-color: rgb(107 114 128 / 0.75);
  }

  .lg\:border-l-gray-500\/80 {
    border-left-color: rgb(107 114 128 / 0.8);
  }

  .lg\:border-l-gray-500\/85 {
    border-left-color: rgb(107 114 128 / 0.85);
  }

  .lg\:border-l-gray-500\/90 {
    border-left-color: rgb(107 114 128 / 0.9);
  }

  .lg\:border-l-gray-500\/95 {
    border-left-color: rgb(107 114 128 / 0.95);
  }

  .lg\:border-l-gray-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .lg\:border-l-gray-600\/0 {
    border-left-color: rgb(75 85 99 / 0);
  }

  .lg\:border-l-gray-600\/10 {
    border-left-color: rgb(75 85 99 / 0.1);
  }

  .lg\:border-l-gray-600\/100 {
    border-left-color: rgb(75 85 99 / 1);
  }

  .lg\:border-l-gray-600\/15 {
    border-left-color: rgb(75 85 99 / 0.15);
  }

  .lg\:border-l-gray-600\/20 {
    border-left-color: rgb(75 85 99 / 0.2);
  }

  .lg\:border-l-gray-600\/25 {
    border-left-color: rgb(75 85 99 / 0.25);
  }

  .lg\:border-l-gray-600\/30 {
    border-left-color: rgb(75 85 99 / 0.3);
  }

  .lg\:border-l-gray-600\/35 {
    border-left-color: rgb(75 85 99 / 0.35);
  }

  .lg\:border-l-gray-600\/40 {
    border-left-color: rgb(75 85 99 / 0.4);
  }

  .lg\:border-l-gray-600\/45 {
    border-left-color: rgb(75 85 99 / 0.45);
  }

  .lg\:border-l-gray-600\/5 {
    border-left-color: rgb(75 85 99 / 0.05);
  }

  .lg\:border-l-gray-600\/50 {
    border-left-color: rgb(75 85 99 / 0.5);
  }

  .lg\:border-l-gray-600\/55 {
    border-left-color: rgb(75 85 99 / 0.55);
  }

  .lg\:border-l-gray-600\/60 {
    border-left-color: rgb(75 85 99 / 0.6);
  }

  .lg\:border-l-gray-600\/65 {
    border-left-color: rgb(75 85 99 / 0.65);
  }

  .lg\:border-l-gray-600\/70 {
    border-left-color: rgb(75 85 99 / 0.7);
  }

  .lg\:border-l-gray-600\/75 {
    border-left-color: rgb(75 85 99 / 0.75);
  }

  .lg\:border-l-gray-600\/80 {
    border-left-color: rgb(75 85 99 / 0.8);
  }

  .lg\:border-l-gray-600\/85 {
    border-left-color: rgb(75 85 99 / 0.85);
  }

  .lg\:border-l-gray-600\/90 {
    border-left-color: rgb(75 85 99 / 0.9);
  }

  .lg\:border-l-gray-600\/95 {
    border-left-color: rgb(75 85 99 / 0.95);
  }

  .lg\:border-l-gray-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .lg\:border-l-gray-700\/0 {
    border-left-color: rgb(55 65 81 / 0);
  }

  .lg\:border-l-gray-700\/10 {
    border-left-color: rgb(55 65 81 / 0.1);
  }

  .lg\:border-l-gray-700\/100 {
    border-left-color: rgb(55 65 81 / 1);
  }

  .lg\:border-l-gray-700\/15 {
    border-left-color: rgb(55 65 81 / 0.15);
  }

  .lg\:border-l-gray-700\/20 {
    border-left-color: rgb(55 65 81 / 0.2);
  }

  .lg\:border-l-gray-700\/25 {
    border-left-color: rgb(55 65 81 / 0.25);
  }

  .lg\:border-l-gray-700\/30 {
    border-left-color: rgb(55 65 81 / 0.3);
  }

  .lg\:border-l-gray-700\/35 {
    border-left-color: rgb(55 65 81 / 0.35);
  }

  .lg\:border-l-gray-700\/40 {
    border-left-color: rgb(55 65 81 / 0.4);
  }

  .lg\:border-l-gray-700\/45 {
    border-left-color: rgb(55 65 81 / 0.45);
  }

  .lg\:border-l-gray-700\/5 {
    border-left-color: rgb(55 65 81 / 0.05);
  }

  .lg\:border-l-gray-700\/50 {
    border-left-color: rgb(55 65 81 / 0.5);
  }

  .lg\:border-l-gray-700\/55 {
    border-left-color: rgb(55 65 81 / 0.55);
  }

  .lg\:border-l-gray-700\/60 {
    border-left-color: rgb(55 65 81 / 0.6);
  }

  .lg\:border-l-gray-700\/65 {
    border-left-color: rgb(55 65 81 / 0.65);
  }

  .lg\:border-l-gray-700\/70 {
    border-left-color: rgb(55 65 81 / 0.7);
  }

  .lg\:border-l-gray-700\/75 {
    border-left-color: rgb(55 65 81 / 0.75);
  }

  .lg\:border-l-gray-700\/80 {
    border-left-color: rgb(55 65 81 / 0.8);
  }

  .lg\:border-l-gray-700\/85 {
    border-left-color: rgb(55 65 81 / 0.85);
  }

  .lg\:border-l-gray-700\/90 {
    border-left-color: rgb(55 65 81 / 0.9);
  }

  .lg\:border-l-gray-700\/95 {
    border-left-color: rgb(55 65 81 / 0.95);
  }

  .lg\:border-l-gray-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(31 41 55 / var(--tw-border-opacity));
  }

  .lg\:border-l-gray-800\/0 {
    border-left-color: rgb(31 41 55 / 0);
  }

  .lg\:border-l-gray-800\/10 {
    border-left-color: rgb(31 41 55 / 0.1);
  }

  .lg\:border-l-gray-800\/100 {
    border-left-color: rgb(31 41 55 / 1);
  }

  .lg\:border-l-gray-800\/15 {
    border-left-color: rgb(31 41 55 / 0.15);
  }

  .lg\:border-l-gray-800\/20 {
    border-left-color: rgb(31 41 55 / 0.2);
  }

  .lg\:border-l-gray-800\/25 {
    border-left-color: rgb(31 41 55 / 0.25);
  }

  .lg\:border-l-gray-800\/30 {
    border-left-color: rgb(31 41 55 / 0.3);
  }

  .lg\:border-l-gray-800\/35 {
    border-left-color: rgb(31 41 55 / 0.35);
  }

  .lg\:border-l-gray-800\/40 {
    border-left-color: rgb(31 41 55 / 0.4);
  }

  .lg\:border-l-gray-800\/45 {
    border-left-color: rgb(31 41 55 / 0.45);
  }

  .lg\:border-l-gray-800\/5 {
    border-left-color: rgb(31 41 55 / 0.05);
  }

  .lg\:border-l-gray-800\/50 {
    border-left-color: rgb(31 41 55 / 0.5);
  }

  .lg\:border-l-gray-800\/55 {
    border-left-color: rgb(31 41 55 / 0.55);
  }

  .lg\:border-l-gray-800\/60 {
    border-left-color: rgb(31 41 55 / 0.6);
  }

  .lg\:border-l-gray-800\/65 {
    border-left-color: rgb(31 41 55 / 0.65);
  }

  .lg\:border-l-gray-800\/70 {
    border-left-color: rgb(31 41 55 / 0.7);
  }

  .lg\:border-l-gray-800\/75 {
    border-left-color: rgb(31 41 55 / 0.75);
  }

  .lg\:border-l-gray-800\/80 {
    border-left-color: rgb(31 41 55 / 0.8);
  }

  .lg\:border-l-gray-800\/85 {
    border-left-color: rgb(31 41 55 / 0.85);
  }

  .lg\:border-l-gray-800\/90 {
    border-left-color: rgb(31 41 55 / 0.9);
  }

  .lg\:border-l-gray-800\/95 {
    border-left-color: rgb(31 41 55 / 0.95);
  }

  .lg\:border-l-gray-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(17 24 39 / var(--tw-border-opacity));
  }

  .lg\:border-l-gray-900\/0 {
    border-left-color: rgb(17 24 39 / 0);
  }

  .lg\:border-l-gray-900\/10 {
    border-left-color: rgb(17 24 39 / 0.1);
  }

  .lg\:border-l-gray-900\/100 {
    border-left-color: rgb(17 24 39 / 1);
  }

  .lg\:border-l-gray-900\/15 {
    border-left-color: rgb(17 24 39 / 0.15);
  }

  .lg\:border-l-gray-900\/20 {
    border-left-color: rgb(17 24 39 / 0.2);
  }

  .lg\:border-l-gray-900\/25 {
    border-left-color: rgb(17 24 39 / 0.25);
  }

  .lg\:border-l-gray-900\/30 {
    border-left-color: rgb(17 24 39 / 0.3);
  }

  .lg\:border-l-gray-900\/35 {
    border-left-color: rgb(17 24 39 / 0.35);
  }

  .lg\:border-l-gray-900\/40 {
    border-left-color: rgb(17 24 39 / 0.4);
  }

  .lg\:border-l-gray-900\/45 {
    border-left-color: rgb(17 24 39 / 0.45);
  }

  .lg\:border-l-gray-900\/5 {
    border-left-color: rgb(17 24 39 / 0.05);
  }

  .lg\:border-l-gray-900\/50 {
    border-left-color: rgb(17 24 39 / 0.5);
  }

  .lg\:border-l-gray-900\/55 {
    border-left-color: rgb(17 24 39 / 0.55);
  }

  .lg\:border-l-gray-900\/60 {
    border-left-color: rgb(17 24 39 / 0.6);
  }

  .lg\:border-l-gray-900\/65 {
    border-left-color: rgb(17 24 39 / 0.65);
  }

  .lg\:border-l-gray-900\/70 {
    border-left-color: rgb(17 24 39 / 0.7);
  }

  .lg\:border-l-gray-900\/75 {
    border-left-color: rgb(17 24 39 / 0.75);
  }

  .lg\:border-l-gray-900\/80 {
    border-left-color: rgb(17 24 39 / 0.8);
  }

  .lg\:border-l-gray-900\/85 {
    border-left-color: rgb(17 24 39 / 0.85);
  }

  .lg\:border-l-gray-900\/90 {
    border-left-color: rgb(17 24 39 / 0.9);
  }

  .lg\:border-l-gray-900\/95 {
    border-left-color: rgb(17 24 39 / 0.95);
  }

  .lg\:border-l-gray-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(3 7 18 / var(--tw-border-opacity));
  }

  .lg\:border-l-gray-950\/0 {
    border-left-color: rgb(3 7 18 / 0);
  }

  .lg\:border-l-gray-950\/10 {
    border-left-color: rgb(3 7 18 / 0.1);
  }

  .lg\:border-l-gray-950\/100 {
    border-left-color: rgb(3 7 18 / 1);
  }

  .lg\:border-l-gray-950\/15 {
    border-left-color: rgb(3 7 18 / 0.15);
  }

  .lg\:border-l-gray-950\/20 {
    border-left-color: rgb(3 7 18 / 0.2);
  }

  .lg\:border-l-gray-950\/25 {
    border-left-color: rgb(3 7 18 / 0.25);
  }

  .lg\:border-l-gray-950\/30 {
    border-left-color: rgb(3 7 18 / 0.3);
  }

  .lg\:border-l-gray-950\/35 {
    border-left-color: rgb(3 7 18 / 0.35);
  }

  .lg\:border-l-gray-950\/40 {
    border-left-color: rgb(3 7 18 / 0.4);
  }

  .lg\:border-l-gray-950\/45 {
    border-left-color: rgb(3 7 18 / 0.45);
  }

  .lg\:border-l-gray-950\/5 {
    border-left-color: rgb(3 7 18 / 0.05);
  }

  .lg\:border-l-gray-950\/50 {
    border-left-color: rgb(3 7 18 / 0.5);
  }

  .lg\:border-l-gray-950\/55 {
    border-left-color: rgb(3 7 18 / 0.55);
  }

  .lg\:border-l-gray-950\/60 {
    border-left-color: rgb(3 7 18 / 0.6);
  }

  .lg\:border-l-gray-950\/65 {
    border-left-color: rgb(3 7 18 / 0.65);
  }

  .lg\:border-l-gray-950\/70 {
    border-left-color: rgb(3 7 18 / 0.7);
  }

  .lg\:border-l-gray-950\/75 {
    border-left-color: rgb(3 7 18 / 0.75);
  }

  .lg\:border-l-gray-950\/80 {
    border-left-color: rgb(3 7 18 / 0.8);
  }

  .lg\:border-l-gray-950\/85 {
    border-left-color: rgb(3 7 18 / 0.85);
  }

  .lg\:border-l-gray-950\/90 {
    border-left-color: rgb(3 7 18 / 0.9);
  }

  .lg\:border-l-gray-950\/95 {
    border-left-color: rgb(3 7 18 / 0.95);
  }

  .lg\:border-l-green-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(220 252 231 / var(--tw-border-opacity));
  }

  .lg\:border-l-green-100\/0 {
    border-left-color: rgb(220 252 231 / 0);
  }

  .lg\:border-l-green-100\/10 {
    border-left-color: rgb(220 252 231 / 0.1);
  }

  .lg\:border-l-green-100\/100 {
    border-left-color: rgb(220 252 231 / 1);
  }

  .lg\:border-l-green-100\/15 {
    border-left-color: rgb(220 252 231 / 0.15);
  }

  .lg\:border-l-green-100\/20 {
    border-left-color: rgb(220 252 231 / 0.2);
  }

  .lg\:border-l-green-100\/25 {
    border-left-color: rgb(220 252 231 / 0.25);
  }

  .lg\:border-l-green-100\/30 {
    border-left-color: rgb(220 252 231 / 0.3);
  }

  .lg\:border-l-green-100\/35 {
    border-left-color: rgb(220 252 231 / 0.35);
  }

  .lg\:border-l-green-100\/40 {
    border-left-color: rgb(220 252 231 / 0.4);
  }

  .lg\:border-l-green-100\/45 {
    border-left-color: rgb(220 252 231 / 0.45);
  }

  .lg\:border-l-green-100\/5 {
    border-left-color: rgb(220 252 231 / 0.05);
  }

  .lg\:border-l-green-100\/50 {
    border-left-color: rgb(220 252 231 / 0.5);
  }

  .lg\:border-l-green-100\/55 {
    border-left-color: rgb(220 252 231 / 0.55);
  }

  .lg\:border-l-green-100\/60 {
    border-left-color: rgb(220 252 231 / 0.6);
  }

  .lg\:border-l-green-100\/65 {
    border-left-color: rgb(220 252 231 / 0.65);
  }

  .lg\:border-l-green-100\/70 {
    border-left-color: rgb(220 252 231 / 0.7);
  }

  .lg\:border-l-green-100\/75 {
    border-left-color: rgb(220 252 231 / 0.75);
  }

  .lg\:border-l-green-100\/80 {
    border-left-color: rgb(220 252 231 / 0.8);
  }

  .lg\:border-l-green-100\/85 {
    border-left-color: rgb(220 252 231 / 0.85);
  }

  .lg\:border-l-green-100\/90 {
    border-left-color: rgb(220 252 231 / 0.9);
  }

  .lg\:border-l-green-100\/95 {
    border-left-color: rgb(220 252 231 / 0.95);
  }

  .lg\:border-l-green-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(187 247 208 / var(--tw-border-opacity));
  }

  .lg\:border-l-green-200\/0 {
    border-left-color: rgb(187 247 208 / 0);
  }

  .lg\:border-l-green-200\/10 {
    border-left-color: rgb(187 247 208 / 0.1);
  }

  .lg\:border-l-green-200\/100 {
    border-left-color: rgb(187 247 208 / 1);
  }

  .lg\:border-l-green-200\/15 {
    border-left-color: rgb(187 247 208 / 0.15);
  }

  .lg\:border-l-green-200\/20 {
    border-left-color: rgb(187 247 208 / 0.2);
  }

  .lg\:border-l-green-200\/25 {
    border-left-color: rgb(187 247 208 / 0.25);
  }

  .lg\:border-l-green-200\/30 {
    border-left-color: rgb(187 247 208 / 0.3);
  }

  .lg\:border-l-green-200\/35 {
    border-left-color: rgb(187 247 208 / 0.35);
  }

  .lg\:border-l-green-200\/40 {
    border-left-color: rgb(187 247 208 / 0.4);
  }

  .lg\:border-l-green-200\/45 {
    border-left-color: rgb(187 247 208 / 0.45);
  }

  .lg\:border-l-green-200\/5 {
    border-left-color: rgb(187 247 208 / 0.05);
  }

  .lg\:border-l-green-200\/50 {
    border-left-color: rgb(187 247 208 / 0.5);
  }

  .lg\:border-l-green-200\/55 {
    border-left-color: rgb(187 247 208 / 0.55);
  }

  .lg\:border-l-green-200\/60 {
    border-left-color: rgb(187 247 208 / 0.6);
  }

  .lg\:border-l-green-200\/65 {
    border-left-color: rgb(187 247 208 / 0.65);
  }

  .lg\:border-l-green-200\/70 {
    border-left-color: rgb(187 247 208 / 0.7);
  }

  .lg\:border-l-green-200\/75 {
    border-left-color: rgb(187 247 208 / 0.75);
  }

  .lg\:border-l-green-200\/80 {
    border-left-color: rgb(187 247 208 / 0.8);
  }

  .lg\:border-l-green-200\/85 {
    border-left-color: rgb(187 247 208 / 0.85);
  }

  .lg\:border-l-green-200\/90 {
    border-left-color: rgb(187 247 208 / 0.9);
  }

  .lg\:border-l-green-200\/95 {
    border-left-color: rgb(187 247 208 / 0.95);
  }

  .lg\:border-l-green-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(134 239 172 / var(--tw-border-opacity));
  }

  .lg\:border-l-green-300\/0 {
    border-left-color: rgb(134 239 172 / 0);
  }

  .lg\:border-l-green-300\/10 {
    border-left-color: rgb(134 239 172 / 0.1);
  }

  .lg\:border-l-green-300\/100 {
    border-left-color: rgb(134 239 172 / 1);
  }

  .lg\:border-l-green-300\/15 {
    border-left-color: rgb(134 239 172 / 0.15);
  }

  .lg\:border-l-green-300\/20 {
    border-left-color: rgb(134 239 172 / 0.2);
  }

  .lg\:border-l-green-300\/25 {
    border-left-color: rgb(134 239 172 / 0.25);
  }

  .lg\:border-l-green-300\/30 {
    border-left-color: rgb(134 239 172 / 0.3);
  }

  .lg\:border-l-green-300\/35 {
    border-left-color: rgb(134 239 172 / 0.35);
  }

  .lg\:border-l-green-300\/40 {
    border-left-color: rgb(134 239 172 / 0.4);
  }

  .lg\:border-l-green-300\/45 {
    border-left-color: rgb(134 239 172 / 0.45);
  }

  .lg\:border-l-green-300\/5 {
    border-left-color: rgb(134 239 172 / 0.05);
  }

  .lg\:border-l-green-300\/50 {
    border-left-color: rgb(134 239 172 / 0.5);
  }

  .lg\:border-l-green-300\/55 {
    border-left-color: rgb(134 239 172 / 0.55);
  }

  .lg\:border-l-green-300\/60 {
    border-left-color: rgb(134 239 172 / 0.6);
  }

  .lg\:border-l-green-300\/65 {
    border-left-color: rgb(134 239 172 / 0.65);
  }

  .lg\:border-l-green-300\/70 {
    border-left-color: rgb(134 239 172 / 0.7);
  }

  .lg\:border-l-green-300\/75 {
    border-left-color: rgb(134 239 172 / 0.75);
  }

  .lg\:border-l-green-300\/80 {
    border-left-color: rgb(134 239 172 / 0.8);
  }

  .lg\:border-l-green-300\/85 {
    border-left-color: rgb(134 239 172 / 0.85);
  }

  .lg\:border-l-green-300\/90 {
    border-left-color: rgb(134 239 172 / 0.9);
  }

  .lg\:border-l-green-300\/95 {
    border-left-color: rgb(134 239 172 / 0.95);
  }

  .lg\:border-l-green-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(74 222 128 / var(--tw-border-opacity));
  }

  .lg\:border-l-green-400\/0 {
    border-left-color: rgb(74 222 128 / 0);
  }

  .lg\:border-l-green-400\/10 {
    border-left-color: rgb(74 222 128 / 0.1);
  }

  .lg\:border-l-green-400\/100 {
    border-left-color: rgb(74 222 128 / 1);
  }

  .lg\:border-l-green-400\/15 {
    border-left-color: rgb(74 222 128 / 0.15);
  }

  .lg\:border-l-green-400\/20 {
    border-left-color: rgb(74 222 128 / 0.2);
  }

  .lg\:border-l-green-400\/25 {
    border-left-color: rgb(74 222 128 / 0.25);
  }

  .lg\:border-l-green-400\/30 {
    border-left-color: rgb(74 222 128 / 0.3);
  }

  .lg\:border-l-green-400\/35 {
    border-left-color: rgb(74 222 128 / 0.35);
  }

  .lg\:border-l-green-400\/40 {
    border-left-color: rgb(74 222 128 / 0.4);
  }

  .lg\:border-l-green-400\/45 {
    border-left-color: rgb(74 222 128 / 0.45);
  }

  .lg\:border-l-green-400\/5 {
    border-left-color: rgb(74 222 128 / 0.05);
  }

  .lg\:border-l-green-400\/50 {
    border-left-color: rgb(74 222 128 / 0.5);
  }

  .lg\:border-l-green-400\/55 {
    border-left-color: rgb(74 222 128 / 0.55);
  }

  .lg\:border-l-green-400\/60 {
    border-left-color: rgb(74 222 128 / 0.6);
  }

  .lg\:border-l-green-400\/65 {
    border-left-color: rgb(74 222 128 / 0.65);
  }

  .lg\:border-l-green-400\/70 {
    border-left-color: rgb(74 222 128 / 0.7);
  }

  .lg\:border-l-green-400\/75 {
    border-left-color: rgb(74 222 128 / 0.75);
  }

  .lg\:border-l-green-400\/80 {
    border-left-color: rgb(74 222 128 / 0.8);
  }

  .lg\:border-l-green-400\/85 {
    border-left-color: rgb(74 222 128 / 0.85);
  }

  .lg\:border-l-green-400\/90 {
    border-left-color: rgb(74 222 128 / 0.9);
  }

  .lg\:border-l-green-400\/95 {
    border-left-color: rgb(74 222 128 / 0.95);
  }

  .lg\:border-l-green-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(240 253 244 / var(--tw-border-opacity));
  }

  .lg\:border-l-green-50\/0 {
    border-left-color: rgb(240 253 244 / 0);
  }

  .lg\:border-l-green-50\/10 {
    border-left-color: rgb(240 253 244 / 0.1);
  }

  .lg\:border-l-green-50\/100 {
    border-left-color: rgb(240 253 244 / 1);
  }

  .lg\:border-l-green-50\/15 {
    border-left-color: rgb(240 253 244 / 0.15);
  }

  .lg\:border-l-green-50\/20 {
    border-left-color: rgb(240 253 244 / 0.2);
  }

  .lg\:border-l-green-50\/25 {
    border-left-color: rgb(240 253 244 / 0.25);
  }

  .lg\:border-l-green-50\/30 {
    border-left-color: rgb(240 253 244 / 0.3);
  }

  .lg\:border-l-green-50\/35 {
    border-left-color: rgb(240 253 244 / 0.35);
  }

  .lg\:border-l-green-50\/40 {
    border-left-color: rgb(240 253 244 / 0.4);
  }

  .lg\:border-l-green-50\/45 {
    border-left-color: rgb(240 253 244 / 0.45);
  }

  .lg\:border-l-green-50\/5 {
    border-left-color: rgb(240 253 244 / 0.05);
  }

  .lg\:border-l-green-50\/50 {
    border-left-color: rgb(240 253 244 / 0.5);
  }

  .lg\:border-l-green-50\/55 {
    border-left-color: rgb(240 253 244 / 0.55);
  }

  .lg\:border-l-green-50\/60 {
    border-left-color: rgb(240 253 244 / 0.6);
  }

  .lg\:border-l-green-50\/65 {
    border-left-color: rgb(240 253 244 / 0.65);
  }

  .lg\:border-l-green-50\/70 {
    border-left-color: rgb(240 253 244 / 0.7);
  }

  .lg\:border-l-green-50\/75 {
    border-left-color: rgb(240 253 244 / 0.75);
  }

  .lg\:border-l-green-50\/80 {
    border-left-color: rgb(240 253 244 / 0.8);
  }

  .lg\:border-l-green-50\/85 {
    border-left-color: rgb(240 253 244 / 0.85);
  }

  .lg\:border-l-green-50\/90 {
    border-left-color: rgb(240 253 244 / 0.9);
  }

  .lg\:border-l-green-50\/95 {
    border-left-color: rgb(240 253 244 / 0.95);
  }

  .lg\:border-l-green-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(34 197 94 / var(--tw-border-opacity));
  }

  .lg\:border-l-green-500\/0 {
    border-left-color: rgb(34 197 94 / 0);
  }

  .lg\:border-l-green-500\/10 {
    border-left-color: rgb(34 197 94 / 0.1);
  }

  .lg\:border-l-green-500\/100 {
    border-left-color: rgb(34 197 94 / 1);
  }

  .lg\:border-l-green-500\/15 {
    border-left-color: rgb(34 197 94 / 0.15);
  }

  .lg\:border-l-green-500\/20 {
    border-left-color: rgb(34 197 94 / 0.2);
  }

  .lg\:border-l-green-500\/25 {
    border-left-color: rgb(34 197 94 / 0.25);
  }

  .lg\:border-l-green-500\/30 {
    border-left-color: rgb(34 197 94 / 0.3);
  }

  .lg\:border-l-green-500\/35 {
    border-left-color: rgb(34 197 94 / 0.35);
  }

  .lg\:border-l-green-500\/40 {
    border-left-color: rgb(34 197 94 / 0.4);
  }

  .lg\:border-l-green-500\/45 {
    border-left-color: rgb(34 197 94 / 0.45);
  }

  .lg\:border-l-green-500\/5 {
    border-left-color: rgb(34 197 94 / 0.05);
  }

  .lg\:border-l-green-500\/50 {
    border-left-color: rgb(34 197 94 / 0.5);
  }

  .lg\:border-l-green-500\/55 {
    border-left-color: rgb(34 197 94 / 0.55);
  }

  .lg\:border-l-green-500\/60 {
    border-left-color: rgb(34 197 94 / 0.6);
  }

  .lg\:border-l-green-500\/65 {
    border-left-color: rgb(34 197 94 / 0.65);
  }

  .lg\:border-l-green-500\/70 {
    border-left-color: rgb(34 197 94 / 0.7);
  }

  .lg\:border-l-green-500\/75 {
    border-left-color: rgb(34 197 94 / 0.75);
  }

  .lg\:border-l-green-500\/80 {
    border-left-color: rgb(34 197 94 / 0.8);
  }

  .lg\:border-l-green-500\/85 {
    border-left-color: rgb(34 197 94 / 0.85);
  }

  .lg\:border-l-green-500\/90 {
    border-left-color: rgb(34 197 94 / 0.9);
  }

  .lg\:border-l-green-500\/95 {
    border-left-color: rgb(34 197 94 / 0.95);
  }

  .lg\:border-l-green-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(22 163 74 / var(--tw-border-opacity));
  }

  .lg\:border-l-green-600\/0 {
    border-left-color: rgb(22 163 74 / 0);
  }

  .lg\:border-l-green-600\/10 {
    border-left-color: rgb(22 163 74 / 0.1);
  }

  .lg\:border-l-green-600\/100 {
    border-left-color: rgb(22 163 74 / 1);
  }

  .lg\:border-l-green-600\/15 {
    border-left-color: rgb(22 163 74 / 0.15);
  }

  .lg\:border-l-green-600\/20 {
    border-left-color: rgb(22 163 74 / 0.2);
  }

  .lg\:border-l-green-600\/25 {
    border-left-color: rgb(22 163 74 / 0.25);
  }

  .lg\:border-l-green-600\/30 {
    border-left-color: rgb(22 163 74 / 0.3);
  }

  .lg\:border-l-green-600\/35 {
    border-left-color: rgb(22 163 74 / 0.35);
  }

  .lg\:border-l-green-600\/40 {
    border-left-color: rgb(22 163 74 / 0.4);
  }

  .lg\:border-l-green-600\/45 {
    border-left-color: rgb(22 163 74 / 0.45);
  }

  .lg\:border-l-green-600\/5 {
    border-left-color: rgb(22 163 74 / 0.05);
  }

  .lg\:border-l-green-600\/50 {
    border-left-color: rgb(22 163 74 / 0.5);
  }

  .lg\:border-l-green-600\/55 {
    border-left-color: rgb(22 163 74 / 0.55);
  }

  .lg\:border-l-green-600\/60 {
    border-left-color: rgb(22 163 74 / 0.6);
  }

  .lg\:border-l-green-600\/65 {
    border-left-color: rgb(22 163 74 / 0.65);
  }

  .lg\:border-l-green-600\/70 {
    border-left-color: rgb(22 163 74 / 0.7);
  }

  .lg\:border-l-green-600\/75 {
    border-left-color: rgb(22 163 74 / 0.75);
  }

  .lg\:border-l-green-600\/80 {
    border-left-color: rgb(22 163 74 / 0.8);
  }

  .lg\:border-l-green-600\/85 {
    border-left-color: rgb(22 163 74 / 0.85);
  }

  .lg\:border-l-green-600\/90 {
    border-left-color: rgb(22 163 74 / 0.9);
  }

  .lg\:border-l-green-600\/95 {
    border-left-color: rgb(22 163 74 / 0.95);
  }

  .lg\:border-l-green-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(21 128 61 / var(--tw-border-opacity));
  }

  .lg\:border-l-green-700\/0 {
    border-left-color: rgb(21 128 61 / 0);
  }

  .lg\:border-l-green-700\/10 {
    border-left-color: rgb(21 128 61 / 0.1);
  }

  .lg\:border-l-green-700\/100 {
    border-left-color: rgb(21 128 61 / 1);
  }

  .lg\:border-l-green-700\/15 {
    border-left-color: rgb(21 128 61 / 0.15);
  }

  .lg\:border-l-green-700\/20 {
    border-left-color: rgb(21 128 61 / 0.2);
  }

  .lg\:border-l-green-700\/25 {
    border-left-color: rgb(21 128 61 / 0.25);
  }

  .lg\:border-l-green-700\/30 {
    border-left-color: rgb(21 128 61 / 0.3);
  }

  .lg\:border-l-green-700\/35 {
    border-left-color: rgb(21 128 61 / 0.35);
  }

  .lg\:border-l-green-700\/40 {
    border-left-color: rgb(21 128 61 / 0.4);
  }

  .lg\:border-l-green-700\/45 {
    border-left-color: rgb(21 128 61 / 0.45);
  }

  .lg\:border-l-green-700\/5 {
    border-left-color: rgb(21 128 61 / 0.05);
  }

  .lg\:border-l-green-700\/50 {
    border-left-color: rgb(21 128 61 / 0.5);
  }

  .lg\:border-l-green-700\/55 {
    border-left-color: rgb(21 128 61 / 0.55);
  }

  .lg\:border-l-green-700\/60 {
    border-left-color: rgb(21 128 61 / 0.6);
  }

  .lg\:border-l-green-700\/65 {
    border-left-color: rgb(21 128 61 / 0.65);
  }

  .lg\:border-l-green-700\/70 {
    border-left-color: rgb(21 128 61 / 0.7);
  }

  .lg\:border-l-green-700\/75 {
    border-left-color: rgb(21 128 61 / 0.75);
  }

  .lg\:border-l-green-700\/80 {
    border-left-color: rgb(21 128 61 / 0.8);
  }

  .lg\:border-l-green-700\/85 {
    border-left-color: rgb(21 128 61 / 0.85);
  }

  .lg\:border-l-green-700\/90 {
    border-left-color: rgb(21 128 61 / 0.9);
  }

  .lg\:border-l-green-700\/95 {
    border-left-color: rgb(21 128 61 / 0.95);
  }

  .lg\:border-l-green-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(22 101 52 / var(--tw-border-opacity));
  }

  .lg\:border-l-green-800\/0 {
    border-left-color: rgb(22 101 52 / 0);
  }

  .lg\:border-l-green-800\/10 {
    border-left-color: rgb(22 101 52 / 0.1);
  }

  .lg\:border-l-green-800\/100 {
    border-left-color: rgb(22 101 52 / 1);
  }

  .lg\:border-l-green-800\/15 {
    border-left-color: rgb(22 101 52 / 0.15);
  }

  .lg\:border-l-green-800\/20 {
    border-left-color: rgb(22 101 52 / 0.2);
  }

  .lg\:border-l-green-800\/25 {
    border-left-color: rgb(22 101 52 / 0.25);
  }

  .lg\:border-l-green-800\/30 {
    border-left-color: rgb(22 101 52 / 0.3);
  }

  .lg\:border-l-green-800\/35 {
    border-left-color: rgb(22 101 52 / 0.35);
  }

  .lg\:border-l-green-800\/40 {
    border-left-color: rgb(22 101 52 / 0.4);
  }

  .lg\:border-l-green-800\/45 {
    border-left-color: rgb(22 101 52 / 0.45);
  }

  .lg\:border-l-green-800\/5 {
    border-left-color: rgb(22 101 52 / 0.05);
  }

  .lg\:border-l-green-800\/50 {
    border-left-color: rgb(22 101 52 / 0.5);
  }

  .lg\:border-l-green-800\/55 {
    border-left-color: rgb(22 101 52 / 0.55);
  }

  .lg\:border-l-green-800\/60 {
    border-left-color: rgb(22 101 52 / 0.6);
  }

  .lg\:border-l-green-800\/65 {
    border-left-color: rgb(22 101 52 / 0.65);
  }

  .lg\:border-l-green-800\/70 {
    border-left-color: rgb(22 101 52 / 0.7);
  }

  .lg\:border-l-green-800\/75 {
    border-left-color: rgb(22 101 52 / 0.75);
  }

  .lg\:border-l-green-800\/80 {
    border-left-color: rgb(22 101 52 / 0.8);
  }

  .lg\:border-l-green-800\/85 {
    border-left-color: rgb(22 101 52 / 0.85);
  }

  .lg\:border-l-green-800\/90 {
    border-left-color: rgb(22 101 52 / 0.9);
  }

  .lg\:border-l-green-800\/95 {
    border-left-color: rgb(22 101 52 / 0.95);
  }

  .lg\:border-l-green-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(20 83 45 / var(--tw-border-opacity));
  }

  .lg\:border-l-green-900\/0 {
    border-left-color: rgb(20 83 45 / 0);
  }

  .lg\:border-l-green-900\/10 {
    border-left-color: rgb(20 83 45 / 0.1);
  }

  .lg\:border-l-green-900\/100 {
    border-left-color: rgb(20 83 45 / 1);
  }

  .lg\:border-l-green-900\/15 {
    border-left-color: rgb(20 83 45 / 0.15);
  }

  .lg\:border-l-green-900\/20 {
    border-left-color: rgb(20 83 45 / 0.2);
  }

  .lg\:border-l-green-900\/25 {
    border-left-color: rgb(20 83 45 / 0.25);
  }

  .lg\:border-l-green-900\/30 {
    border-left-color: rgb(20 83 45 / 0.3);
  }

  .lg\:border-l-green-900\/35 {
    border-left-color: rgb(20 83 45 / 0.35);
  }

  .lg\:border-l-green-900\/40 {
    border-left-color: rgb(20 83 45 / 0.4);
  }

  .lg\:border-l-green-900\/45 {
    border-left-color: rgb(20 83 45 / 0.45);
  }

  .lg\:border-l-green-900\/5 {
    border-left-color: rgb(20 83 45 / 0.05);
  }

  .lg\:border-l-green-900\/50 {
    border-left-color: rgb(20 83 45 / 0.5);
  }

  .lg\:border-l-green-900\/55 {
    border-left-color: rgb(20 83 45 / 0.55);
  }

  .lg\:border-l-green-900\/60 {
    border-left-color: rgb(20 83 45 / 0.6);
  }

  .lg\:border-l-green-900\/65 {
    border-left-color: rgb(20 83 45 / 0.65);
  }

  .lg\:border-l-green-900\/70 {
    border-left-color: rgb(20 83 45 / 0.7);
  }

  .lg\:border-l-green-900\/75 {
    border-left-color: rgb(20 83 45 / 0.75);
  }

  .lg\:border-l-green-900\/80 {
    border-left-color: rgb(20 83 45 / 0.8);
  }

  .lg\:border-l-green-900\/85 {
    border-left-color: rgb(20 83 45 / 0.85);
  }

  .lg\:border-l-green-900\/90 {
    border-left-color: rgb(20 83 45 / 0.9);
  }

  .lg\:border-l-green-900\/95 {
    border-left-color: rgb(20 83 45 / 0.95);
  }

  .lg\:border-l-green-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(5 46 22 / var(--tw-border-opacity));
  }

  .lg\:border-l-green-950\/0 {
    border-left-color: rgb(5 46 22 / 0);
  }

  .lg\:border-l-green-950\/10 {
    border-left-color: rgb(5 46 22 / 0.1);
  }

  .lg\:border-l-green-950\/100 {
    border-left-color: rgb(5 46 22 / 1);
  }

  .lg\:border-l-green-950\/15 {
    border-left-color: rgb(5 46 22 / 0.15);
  }

  .lg\:border-l-green-950\/20 {
    border-left-color: rgb(5 46 22 / 0.2);
  }

  .lg\:border-l-green-950\/25 {
    border-left-color: rgb(5 46 22 / 0.25);
  }

  .lg\:border-l-green-950\/30 {
    border-left-color: rgb(5 46 22 / 0.3);
  }

  .lg\:border-l-green-950\/35 {
    border-left-color: rgb(5 46 22 / 0.35);
  }

  .lg\:border-l-green-950\/40 {
    border-left-color: rgb(5 46 22 / 0.4);
  }

  .lg\:border-l-green-950\/45 {
    border-left-color: rgb(5 46 22 / 0.45);
  }

  .lg\:border-l-green-950\/5 {
    border-left-color: rgb(5 46 22 / 0.05);
  }

  .lg\:border-l-green-950\/50 {
    border-left-color: rgb(5 46 22 / 0.5);
  }

  .lg\:border-l-green-950\/55 {
    border-left-color: rgb(5 46 22 / 0.55);
  }

  .lg\:border-l-green-950\/60 {
    border-left-color: rgb(5 46 22 / 0.6);
  }

  .lg\:border-l-green-950\/65 {
    border-left-color: rgb(5 46 22 / 0.65);
  }

  .lg\:border-l-green-950\/70 {
    border-left-color: rgb(5 46 22 / 0.7);
  }

  .lg\:border-l-green-950\/75 {
    border-left-color: rgb(5 46 22 / 0.75);
  }

  .lg\:border-l-green-950\/80 {
    border-left-color: rgb(5 46 22 / 0.8);
  }

  .lg\:border-l-green-950\/85 {
    border-left-color: rgb(5 46 22 / 0.85);
  }

  .lg\:border-l-green-950\/90 {
    border-left-color: rgb(5 46 22 / 0.9);
  }

  .lg\:border-l-green-950\/95 {
    border-left-color: rgb(5 46 22 / 0.95);
  }

  .lg\:border-l-indigo-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(224 231 255 / var(--tw-border-opacity));
  }

  .lg\:border-l-indigo-100\/0 {
    border-left-color: rgb(224 231 255 / 0);
  }

  .lg\:border-l-indigo-100\/10 {
    border-left-color: rgb(224 231 255 / 0.1);
  }

  .lg\:border-l-indigo-100\/100 {
    border-left-color: rgb(224 231 255 / 1);
  }

  .lg\:border-l-indigo-100\/15 {
    border-left-color: rgb(224 231 255 / 0.15);
  }

  .lg\:border-l-indigo-100\/20 {
    border-left-color: rgb(224 231 255 / 0.2);
  }

  .lg\:border-l-indigo-100\/25 {
    border-left-color: rgb(224 231 255 / 0.25);
  }

  .lg\:border-l-indigo-100\/30 {
    border-left-color: rgb(224 231 255 / 0.3);
  }

  .lg\:border-l-indigo-100\/35 {
    border-left-color: rgb(224 231 255 / 0.35);
  }

  .lg\:border-l-indigo-100\/40 {
    border-left-color: rgb(224 231 255 / 0.4);
  }

  .lg\:border-l-indigo-100\/45 {
    border-left-color: rgb(224 231 255 / 0.45);
  }

  .lg\:border-l-indigo-100\/5 {
    border-left-color: rgb(224 231 255 / 0.05);
  }

  .lg\:border-l-indigo-100\/50 {
    border-left-color: rgb(224 231 255 / 0.5);
  }

  .lg\:border-l-indigo-100\/55 {
    border-left-color: rgb(224 231 255 / 0.55);
  }

  .lg\:border-l-indigo-100\/60 {
    border-left-color: rgb(224 231 255 / 0.6);
  }

  .lg\:border-l-indigo-100\/65 {
    border-left-color: rgb(224 231 255 / 0.65);
  }

  .lg\:border-l-indigo-100\/70 {
    border-left-color: rgb(224 231 255 / 0.7);
  }

  .lg\:border-l-indigo-100\/75 {
    border-left-color: rgb(224 231 255 / 0.75);
  }

  .lg\:border-l-indigo-100\/80 {
    border-left-color: rgb(224 231 255 / 0.8);
  }

  .lg\:border-l-indigo-100\/85 {
    border-left-color: rgb(224 231 255 / 0.85);
  }

  .lg\:border-l-indigo-100\/90 {
    border-left-color: rgb(224 231 255 / 0.9);
  }

  .lg\:border-l-indigo-100\/95 {
    border-left-color: rgb(224 231 255 / 0.95);
  }

  .lg\:border-l-indigo-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(199 210 254 / var(--tw-border-opacity));
  }

  .lg\:border-l-indigo-200\/0 {
    border-left-color: rgb(199 210 254 / 0);
  }

  .lg\:border-l-indigo-200\/10 {
    border-left-color: rgb(199 210 254 / 0.1);
  }

  .lg\:border-l-indigo-200\/100 {
    border-left-color: rgb(199 210 254 / 1);
  }

  .lg\:border-l-indigo-200\/15 {
    border-left-color: rgb(199 210 254 / 0.15);
  }

  .lg\:border-l-indigo-200\/20 {
    border-left-color: rgb(199 210 254 / 0.2);
  }

  .lg\:border-l-indigo-200\/25 {
    border-left-color: rgb(199 210 254 / 0.25);
  }

  .lg\:border-l-indigo-200\/30 {
    border-left-color: rgb(199 210 254 / 0.3);
  }

  .lg\:border-l-indigo-200\/35 {
    border-left-color: rgb(199 210 254 / 0.35);
  }

  .lg\:border-l-indigo-200\/40 {
    border-left-color: rgb(199 210 254 / 0.4);
  }

  .lg\:border-l-indigo-200\/45 {
    border-left-color: rgb(199 210 254 / 0.45);
  }

  .lg\:border-l-indigo-200\/5 {
    border-left-color: rgb(199 210 254 / 0.05);
  }

  .lg\:border-l-indigo-200\/50 {
    border-left-color: rgb(199 210 254 / 0.5);
  }

  .lg\:border-l-indigo-200\/55 {
    border-left-color: rgb(199 210 254 / 0.55);
  }

  .lg\:border-l-indigo-200\/60 {
    border-left-color: rgb(199 210 254 / 0.6);
  }

  .lg\:border-l-indigo-200\/65 {
    border-left-color: rgb(199 210 254 / 0.65);
  }

  .lg\:border-l-indigo-200\/70 {
    border-left-color: rgb(199 210 254 / 0.7);
  }

  .lg\:border-l-indigo-200\/75 {
    border-left-color: rgb(199 210 254 / 0.75);
  }

  .lg\:border-l-indigo-200\/80 {
    border-left-color: rgb(199 210 254 / 0.8);
  }

  .lg\:border-l-indigo-200\/85 {
    border-left-color: rgb(199 210 254 / 0.85);
  }

  .lg\:border-l-indigo-200\/90 {
    border-left-color: rgb(199 210 254 / 0.9);
  }

  .lg\:border-l-indigo-200\/95 {
    border-left-color: rgb(199 210 254 / 0.95);
  }

  .lg\:border-l-indigo-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(165 180 252 / var(--tw-border-opacity));
  }

  .lg\:border-l-indigo-300\/0 {
    border-left-color: rgb(165 180 252 / 0);
  }

  .lg\:border-l-indigo-300\/10 {
    border-left-color: rgb(165 180 252 / 0.1);
  }

  .lg\:border-l-indigo-300\/100 {
    border-left-color: rgb(165 180 252 / 1);
  }

  .lg\:border-l-indigo-300\/15 {
    border-left-color: rgb(165 180 252 / 0.15);
  }

  .lg\:border-l-indigo-300\/20 {
    border-left-color: rgb(165 180 252 / 0.2);
  }

  .lg\:border-l-indigo-300\/25 {
    border-left-color: rgb(165 180 252 / 0.25);
  }

  .lg\:border-l-indigo-300\/30 {
    border-left-color: rgb(165 180 252 / 0.3);
  }

  .lg\:border-l-indigo-300\/35 {
    border-left-color: rgb(165 180 252 / 0.35);
  }

  .lg\:border-l-indigo-300\/40 {
    border-left-color: rgb(165 180 252 / 0.4);
  }

  .lg\:border-l-indigo-300\/45 {
    border-left-color: rgb(165 180 252 / 0.45);
  }

  .lg\:border-l-indigo-300\/5 {
    border-left-color: rgb(165 180 252 / 0.05);
  }

  .lg\:border-l-indigo-300\/50 {
    border-left-color: rgb(165 180 252 / 0.5);
  }

  .lg\:border-l-indigo-300\/55 {
    border-left-color: rgb(165 180 252 / 0.55);
  }

  .lg\:border-l-indigo-300\/60 {
    border-left-color: rgb(165 180 252 / 0.6);
  }

  .lg\:border-l-indigo-300\/65 {
    border-left-color: rgb(165 180 252 / 0.65);
  }

  .lg\:border-l-indigo-300\/70 {
    border-left-color: rgb(165 180 252 / 0.7);
  }

  .lg\:border-l-indigo-300\/75 {
    border-left-color: rgb(165 180 252 / 0.75);
  }

  .lg\:border-l-indigo-300\/80 {
    border-left-color: rgb(165 180 252 / 0.8);
  }

  .lg\:border-l-indigo-300\/85 {
    border-left-color: rgb(165 180 252 / 0.85);
  }

  .lg\:border-l-indigo-300\/90 {
    border-left-color: rgb(165 180 252 / 0.9);
  }

  .lg\:border-l-indigo-300\/95 {
    border-left-color: rgb(165 180 252 / 0.95);
  }

  .lg\:border-l-indigo-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(129 140 248 / var(--tw-border-opacity));
  }

  .lg\:border-l-indigo-400\/0 {
    border-left-color: rgb(129 140 248 / 0);
  }

  .lg\:border-l-indigo-400\/10 {
    border-left-color: rgb(129 140 248 / 0.1);
  }

  .lg\:border-l-indigo-400\/100 {
    border-left-color: rgb(129 140 248 / 1);
  }

  .lg\:border-l-indigo-400\/15 {
    border-left-color: rgb(129 140 248 / 0.15);
  }

  .lg\:border-l-indigo-400\/20 {
    border-left-color: rgb(129 140 248 / 0.2);
  }

  .lg\:border-l-indigo-400\/25 {
    border-left-color: rgb(129 140 248 / 0.25);
  }

  .lg\:border-l-indigo-400\/30 {
    border-left-color: rgb(129 140 248 / 0.3);
  }

  .lg\:border-l-indigo-400\/35 {
    border-left-color: rgb(129 140 248 / 0.35);
  }

  .lg\:border-l-indigo-400\/40 {
    border-left-color: rgb(129 140 248 / 0.4);
  }

  .lg\:border-l-indigo-400\/45 {
    border-left-color: rgb(129 140 248 / 0.45);
  }

  .lg\:border-l-indigo-400\/5 {
    border-left-color: rgb(129 140 248 / 0.05);
  }

  .lg\:border-l-indigo-400\/50 {
    border-left-color: rgb(129 140 248 / 0.5);
  }

  .lg\:border-l-indigo-400\/55 {
    border-left-color: rgb(129 140 248 / 0.55);
  }

  .lg\:border-l-indigo-400\/60 {
    border-left-color: rgb(129 140 248 / 0.6);
  }

  .lg\:border-l-indigo-400\/65 {
    border-left-color: rgb(129 140 248 / 0.65);
  }

  .lg\:border-l-indigo-400\/70 {
    border-left-color: rgb(129 140 248 / 0.7);
  }

  .lg\:border-l-indigo-400\/75 {
    border-left-color: rgb(129 140 248 / 0.75);
  }

  .lg\:border-l-indigo-400\/80 {
    border-left-color: rgb(129 140 248 / 0.8);
  }

  .lg\:border-l-indigo-400\/85 {
    border-left-color: rgb(129 140 248 / 0.85);
  }

  .lg\:border-l-indigo-400\/90 {
    border-left-color: rgb(129 140 248 / 0.9);
  }

  .lg\:border-l-indigo-400\/95 {
    border-left-color: rgb(129 140 248 / 0.95);
  }

  .lg\:border-l-indigo-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(238 242 255 / var(--tw-border-opacity));
  }

  .lg\:border-l-indigo-50\/0 {
    border-left-color: rgb(238 242 255 / 0);
  }

  .lg\:border-l-indigo-50\/10 {
    border-left-color: rgb(238 242 255 / 0.1);
  }

  .lg\:border-l-indigo-50\/100 {
    border-left-color: rgb(238 242 255 / 1);
  }

  .lg\:border-l-indigo-50\/15 {
    border-left-color: rgb(238 242 255 / 0.15);
  }

  .lg\:border-l-indigo-50\/20 {
    border-left-color: rgb(238 242 255 / 0.2);
  }

  .lg\:border-l-indigo-50\/25 {
    border-left-color: rgb(238 242 255 / 0.25);
  }

  .lg\:border-l-indigo-50\/30 {
    border-left-color: rgb(238 242 255 / 0.3);
  }

  .lg\:border-l-indigo-50\/35 {
    border-left-color: rgb(238 242 255 / 0.35);
  }

  .lg\:border-l-indigo-50\/40 {
    border-left-color: rgb(238 242 255 / 0.4);
  }

  .lg\:border-l-indigo-50\/45 {
    border-left-color: rgb(238 242 255 / 0.45);
  }

  .lg\:border-l-indigo-50\/5 {
    border-left-color: rgb(238 242 255 / 0.05);
  }

  .lg\:border-l-indigo-50\/50 {
    border-left-color: rgb(238 242 255 / 0.5);
  }

  .lg\:border-l-indigo-50\/55 {
    border-left-color: rgb(238 242 255 / 0.55);
  }

  .lg\:border-l-indigo-50\/60 {
    border-left-color: rgb(238 242 255 / 0.6);
  }

  .lg\:border-l-indigo-50\/65 {
    border-left-color: rgb(238 242 255 / 0.65);
  }

  .lg\:border-l-indigo-50\/70 {
    border-left-color: rgb(238 242 255 / 0.7);
  }

  .lg\:border-l-indigo-50\/75 {
    border-left-color: rgb(238 242 255 / 0.75);
  }

  .lg\:border-l-indigo-50\/80 {
    border-left-color: rgb(238 242 255 / 0.8);
  }

  .lg\:border-l-indigo-50\/85 {
    border-left-color: rgb(238 242 255 / 0.85);
  }

  .lg\:border-l-indigo-50\/90 {
    border-left-color: rgb(238 242 255 / 0.9);
  }

  .lg\:border-l-indigo-50\/95 {
    border-left-color: rgb(238 242 255 / 0.95);
  }

  .lg\:border-l-indigo-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(99 102 241 / var(--tw-border-opacity));
  }

  .lg\:border-l-indigo-500\/0 {
    border-left-color: rgb(99 102 241 / 0);
  }

  .lg\:border-l-indigo-500\/10 {
    border-left-color: rgb(99 102 241 / 0.1);
  }

  .lg\:border-l-indigo-500\/100 {
    border-left-color: rgb(99 102 241 / 1);
  }

  .lg\:border-l-indigo-500\/15 {
    border-left-color: rgb(99 102 241 / 0.15);
  }

  .lg\:border-l-indigo-500\/20 {
    border-left-color: rgb(99 102 241 / 0.2);
  }

  .lg\:border-l-indigo-500\/25 {
    border-left-color: rgb(99 102 241 / 0.25);
  }

  .lg\:border-l-indigo-500\/30 {
    border-left-color: rgb(99 102 241 / 0.3);
  }

  .lg\:border-l-indigo-500\/35 {
    border-left-color: rgb(99 102 241 / 0.35);
  }

  .lg\:border-l-indigo-500\/40 {
    border-left-color: rgb(99 102 241 / 0.4);
  }

  .lg\:border-l-indigo-500\/45 {
    border-left-color: rgb(99 102 241 / 0.45);
  }

  .lg\:border-l-indigo-500\/5 {
    border-left-color: rgb(99 102 241 / 0.05);
  }

  .lg\:border-l-indigo-500\/50 {
    border-left-color: rgb(99 102 241 / 0.5);
  }

  .lg\:border-l-indigo-500\/55 {
    border-left-color: rgb(99 102 241 / 0.55);
  }

  .lg\:border-l-indigo-500\/60 {
    border-left-color: rgb(99 102 241 / 0.6);
  }

  .lg\:border-l-indigo-500\/65 {
    border-left-color: rgb(99 102 241 / 0.65);
  }

  .lg\:border-l-indigo-500\/70 {
    border-left-color: rgb(99 102 241 / 0.7);
  }

  .lg\:border-l-indigo-500\/75 {
    border-left-color: rgb(99 102 241 / 0.75);
  }

  .lg\:border-l-indigo-500\/80 {
    border-left-color: rgb(99 102 241 / 0.8);
  }

  .lg\:border-l-indigo-500\/85 {
    border-left-color: rgb(99 102 241 / 0.85);
  }

  .lg\:border-l-indigo-500\/90 {
    border-left-color: rgb(99 102 241 / 0.9);
  }

  .lg\:border-l-indigo-500\/95 {
    border-left-color: rgb(99 102 241 / 0.95);
  }

  .lg\:border-l-indigo-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(79 70 229 / var(--tw-border-opacity));
  }

  .lg\:border-l-indigo-600\/0 {
    border-left-color: rgb(79 70 229 / 0);
  }

  .lg\:border-l-indigo-600\/10 {
    border-left-color: rgb(79 70 229 / 0.1);
  }

  .lg\:border-l-indigo-600\/100 {
    border-left-color: rgb(79 70 229 / 1);
  }

  .lg\:border-l-indigo-600\/15 {
    border-left-color: rgb(79 70 229 / 0.15);
  }

  .lg\:border-l-indigo-600\/20 {
    border-left-color: rgb(79 70 229 / 0.2);
  }

  .lg\:border-l-indigo-600\/25 {
    border-left-color: rgb(79 70 229 / 0.25);
  }

  .lg\:border-l-indigo-600\/30 {
    border-left-color: rgb(79 70 229 / 0.3);
  }

  .lg\:border-l-indigo-600\/35 {
    border-left-color: rgb(79 70 229 / 0.35);
  }

  .lg\:border-l-indigo-600\/40 {
    border-left-color: rgb(79 70 229 / 0.4);
  }

  .lg\:border-l-indigo-600\/45 {
    border-left-color: rgb(79 70 229 / 0.45);
  }

  .lg\:border-l-indigo-600\/5 {
    border-left-color: rgb(79 70 229 / 0.05);
  }

  .lg\:border-l-indigo-600\/50 {
    border-left-color: rgb(79 70 229 / 0.5);
  }

  .lg\:border-l-indigo-600\/55 {
    border-left-color: rgb(79 70 229 / 0.55);
  }

  .lg\:border-l-indigo-600\/60 {
    border-left-color: rgb(79 70 229 / 0.6);
  }

  .lg\:border-l-indigo-600\/65 {
    border-left-color: rgb(79 70 229 / 0.65);
  }

  .lg\:border-l-indigo-600\/70 {
    border-left-color: rgb(79 70 229 / 0.7);
  }

  .lg\:border-l-indigo-600\/75 {
    border-left-color: rgb(79 70 229 / 0.75);
  }

  .lg\:border-l-indigo-600\/80 {
    border-left-color: rgb(79 70 229 / 0.8);
  }

  .lg\:border-l-indigo-600\/85 {
    border-left-color: rgb(79 70 229 / 0.85);
  }

  .lg\:border-l-indigo-600\/90 {
    border-left-color: rgb(79 70 229 / 0.9);
  }

  .lg\:border-l-indigo-600\/95 {
    border-left-color: rgb(79 70 229 / 0.95);
  }

  .lg\:border-l-indigo-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(67 56 202 / var(--tw-border-opacity));
  }

  .lg\:border-l-indigo-700\/0 {
    border-left-color: rgb(67 56 202 / 0);
  }

  .lg\:border-l-indigo-700\/10 {
    border-left-color: rgb(67 56 202 / 0.1);
  }

  .lg\:border-l-indigo-700\/100 {
    border-left-color: rgb(67 56 202 / 1);
  }

  .lg\:border-l-indigo-700\/15 {
    border-left-color: rgb(67 56 202 / 0.15);
  }

  .lg\:border-l-indigo-700\/20 {
    border-left-color: rgb(67 56 202 / 0.2);
  }

  .lg\:border-l-indigo-700\/25 {
    border-left-color: rgb(67 56 202 / 0.25);
  }

  .lg\:border-l-indigo-700\/30 {
    border-left-color: rgb(67 56 202 / 0.3);
  }

  .lg\:border-l-indigo-700\/35 {
    border-left-color: rgb(67 56 202 / 0.35);
  }

  .lg\:border-l-indigo-700\/40 {
    border-left-color: rgb(67 56 202 / 0.4);
  }

  .lg\:border-l-indigo-700\/45 {
    border-left-color: rgb(67 56 202 / 0.45);
  }

  .lg\:border-l-indigo-700\/5 {
    border-left-color: rgb(67 56 202 / 0.05);
  }

  .lg\:border-l-indigo-700\/50 {
    border-left-color: rgb(67 56 202 / 0.5);
  }

  .lg\:border-l-indigo-700\/55 {
    border-left-color: rgb(67 56 202 / 0.55);
  }

  .lg\:border-l-indigo-700\/60 {
    border-left-color: rgb(67 56 202 / 0.6);
  }

  .lg\:border-l-indigo-700\/65 {
    border-left-color: rgb(67 56 202 / 0.65);
  }

  .lg\:border-l-indigo-700\/70 {
    border-left-color: rgb(67 56 202 / 0.7);
  }

  .lg\:border-l-indigo-700\/75 {
    border-left-color: rgb(67 56 202 / 0.75);
  }

  .lg\:border-l-indigo-700\/80 {
    border-left-color: rgb(67 56 202 / 0.8);
  }

  .lg\:border-l-indigo-700\/85 {
    border-left-color: rgb(67 56 202 / 0.85);
  }

  .lg\:border-l-indigo-700\/90 {
    border-left-color: rgb(67 56 202 / 0.9);
  }

  .lg\:border-l-indigo-700\/95 {
    border-left-color: rgb(67 56 202 / 0.95);
  }

  .lg\:border-l-indigo-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(55 48 163 / var(--tw-border-opacity));
  }

  .lg\:border-l-indigo-800\/0 {
    border-left-color: rgb(55 48 163 / 0);
  }

  .lg\:border-l-indigo-800\/10 {
    border-left-color: rgb(55 48 163 / 0.1);
  }

  .lg\:border-l-indigo-800\/100 {
    border-left-color: rgb(55 48 163 / 1);
  }

  .lg\:border-l-indigo-800\/15 {
    border-left-color: rgb(55 48 163 / 0.15);
  }

  .lg\:border-l-indigo-800\/20 {
    border-left-color: rgb(55 48 163 / 0.2);
  }

  .lg\:border-l-indigo-800\/25 {
    border-left-color: rgb(55 48 163 / 0.25);
  }

  .lg\:border-l-indigo-800\/30 {
    border-left-color: rgb(55 48 163 / 0.3);
  }

  .lg\:border-l-indigo-800\/35 {
    border-left-color: rgb(55 48 163 / 0.35);
  }

  .lg\:border-l-indigo-800\/40 {
    border-left-color: rgb(55 48 163 / 0.4);
  }

  .lg\:border-l-indigo-800\/45 {
    border-left-color: rgb(55 48 163 / 0.45);
  }

  .lg\:border-l-indigo-800\/5 {
    border-left-color: rgb(55 48 163 / 0.05);
  }

  .lg\:border-l-indigo-800\/50 {
    border-left-color: rgb(55 48 163 / 0.5);
  }

  .lg\:border-l-indigo-800\/55 {
    border-left-color: rgb(55 48 163 / 0.55);
  }

  .lg\:border-l-indigo-800\/60 {
    border-left-color: rgb(55 48 163 / 0.6);
  }

  .lg\:border-l-indigo-800\/65 {
    border-left-color: rgb(55 48 163 / 0.65);
  }

  .lg\:border-l-indigo-800\/70 {
    border-left-color: rgb(55 48 163 / 0.7);
  }

  .lg\:border-l-indigo-800\/75 {
    border-left-color: rgb(55 48 163 / 0.75);
  }

  .lg\:border-l-indigo-800\/80 {
    border-left-color: rgb(55 48 163 / 0.8);
  }

  .lg\:border-l-indigo-800\/85 {
    border-left-color: rgb(55 48 163 / 0.85);
  }

  .lg\:border-l-indigo-800\/90 {
    border-left-color: rgb(55 48 163 / 0.9);
  }

  .lg\:border-l-indigo-800\/95 {
    border-left-color: rgb(55 48 163 / 0.95);
  }

  .lg\:border-l-indigo-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(49 46 129 / var(--tw-border-opacity));
  }

  .lg\:border-l-indigo-900\/0 {
    border-left-color: rgb(49 46 129 / 0);
  }

  .lg\:border-l-indigo-900\/10 {
    border-left-color: rgb(49 46 129 / 0.1);
  }

  .lg\:border-l-indigo-900\/100 {
    border-left-color: rgb(49 46 129 / 1);
  }

  .lg\:border-l-indigo-900\/15 {
    border-left-color: rgb(49 46 129 / 0.15);
  }

  .lg\:border-l-indigo-900\/20 {
    border-left-color: rgb(49 46 129 / 0.2);
  }

  .lg\:border-l-indigo-900\/25 {
    border-left-color: rgb(49 46 129 / 0.25);
  }

  .lg\:border-l-indigo-900\/30 {
    border-left-color: rgb(49 46 129 / 0.3);
  }

  .lg\:border-l-indigo-900\/35 {
    border-left-color: rgb(49 46 129 / 0.35);
  }

  .lg\:border-l-indigo-900\/40 {
    border-left-color: rgb(49 46 129 / 0.4);
  }

  .lg\:border-l-indigo-900\/45 {
    border-left-color: rgb(49 46 129 / 0.45);
  }

  .lg\:border-l-indigo-900\/5 {
    border-left-color: rgb(49 46 129 / 0.05);
  }

  .lg\:border-l-indigo-900\/50 {
    border-left-color: rgb(49 46 129 / 0.5);
  }

  .lg\:border-l-indigo-900\/55 {
    border-left-color: rgb(49 46 129 / 0.55);
  }

  .lg\:border-l-indigo-900\/60 {
    border-left-color: rgb(49 46 129 / 0.6);
  }

  .lg\:border-l-indigo-900\/65 {
    border-left-color: rgb(49 46 129 / 0.65);
  }

  .lg\:border-l-indigo-900\/70 {
    border-left-color: rgb(49 46 129 / 0.7);
  }

  .lg\:border-l-indigo-900\/75 {
    border-left-color: rgb(49 46 129 / 0.75);
  }

  .lg\:border-l-indigo-900\/80 {
    border-left-color: rgb(49 46 129 / 0.8);
  }

  .lg\:border-l-indigo-900\/85 {
    border-left-color: rgb(49 46 129 / 0.85);
  }

  .lg\:border-l-indigo-900\/90 {
    border-left-color: rgb(49 46 129 / 0.9);
  }

  .lg\:border-l-indigo-900\/95 {
    border-left-color: rgb(49 46 129 / 0.95);
  }

  .lg\:border-l-indigo-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 27 75 / var(--tw-border-opacity));
  }

  .lg\:border-l-indigo-950\/0 {
    border-left-color: rgb(30 27 75 / 0);
  }

  .lg\:border-l-indigo-950\/10 {
    border-left-color: rgb(30 27 75 / 0.1);
  }

  .lg\:border-l-indigo-950\/100 {
    border-left-color: rgb(30 27 75 / 1);
  }

  .lg\:border-l-indigo-950\/15 {
    border-left-color: rgb(30 27 75 / 0.15);
  }

  .lg\:border-l-indigo-950\/20 {
    border-left-color: rgb(30 27 75 / 0.2);
  }

  .lg\:border-l-indigo-950\/25 {
    border-left-color: rgb(30 27 75 / 0.25);
  }

  .lg\:border-l-indigo-950\/30 {
    border-left-color: rgb(30 27 75 / 0.3);
  }

  .lg\:border-l-indigo-950\/35 {
    border-left-color: rgb(30 27 75 / 0.35);
  }

  .lg\:border-l-indigo-950\/40 {
    border-left-color: rgb(30 27 75 / 0.4);
  }

  .lg\:border-l-indigo-950\/45 {
    border-left-color: rgb(30 27 75 / 0.45);
  }

  .lg\:border-l-indigo-950\/5 {
    border-left-color: rgb(30 27 75 / 0.05);
  }

  .lg\:border-l-indigo-950\/50 {
    border-left-color: rgb(30 27 75 / 0.5);
  }

  .lg\:border-l-indigo-950\/55 {
    border-left-color: rgb(30 27 75 / 0.55);
  }

  .lg\:border-l-indigo-950\/60 {
    border-left-color: rgb(30 27 75 / 0.6);
  }

  .lg\:border-l-indigo-950\/65 {
    border-left-color: rgb(30 27 75 / 0.65);
  }

  .lg\:border-l-indigo-950\/70 {
    border-left-color: rgb(30 27 75 / 0.7);
  }

  .lg\:border-l-indigo-950\/75 {
    border-left-color: rgb(30 27 75 / 0.75);
  }

  .lg\:border-l-indigo-950\/80 {
    border-left-color: rgb(30 27 75 / 0.8);
  }

  .lg\:border-l-indigo-950\/85 {
    border-left-color: rgb(30 27 75 / 0.85);
  }

  .lg\:border-l-indigo-950\/90 {
    border-left-color: rgb(30 27 75 / 0.9);
  }

  .lg\:border-l-indigo-950\/95 {
    border-left-color: rgb(30 27 75 / 0.95);
  }

  .lg\:border-l-inherit {
    border-left-color: inherit;
  }

  .lg\:border-l-lime-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(236 252 203 / var(--tw-border-opacity));
  }

  .lg\:border-l-lime-100\/0 {
    border-left-color: rgb(236 252 203 / 0);
  }

  .lg\:border-l-lime-100\/10 {
    border-left-color: rgb(236 252 203 / 0.1);
  }

  .lg\:border-l-lime-100\/100 {
    border-left-color: rgb(236 252 203 / 1);
  }

  .lg\:border-l-lime-100\/15 {
    border-left-color: rgb(236 252 203 / 0.15);
  }

  .lg\:border-l-lime-100\/20 {
    border-left-color: rgb(236 252 203 / 0.2);
  }

  .lg\:border-l-lime-100\/25 {
    border-left-color: rgb(236 252 203 / 0.25);
  }

  .lg\:border-l-lime-100\/30 {
    border-left-color: rgb(236 252 203 / 0.3);
  }

  .lg\:border-l-lime-100\/35 {
    border-left-color: rgb(236 252 203 / 0.35);
  }

  .lg\:border-l-lime-100\/40 {
    border-left-color: rgb(236 252 203 / 0.4);
  }

  .lg\:border-l-lime-100\/45 {
    border-left-color: rgb(236 252 203 / 0.45);
  }

  .lg\:border-l-lime-100\/5 {
    border-left-color: rgb(236 252 203 / 0.05);
  }

  .lg\:border-l-lime-100\/50 {
    border-left-color: rgb(236 252 203 / 0.5);
  }

  .lg\:border-l-lime-100\/55 {
    border-left-color: rgb(236 252 203 / 0.55);
  }

  .lg\:border-l-lime-100\/60 {
    border-left-color: rgb(236 252 203 / 0.6);
  }

  .lg\:border-l-lime-100\/65 {
    border-left-color: rgb(236 252 203 / 0.65);
  }

  .lg\:border-l-lime-100\/70 {
    border-left-color: rgb(236 252 203 / 0.7);
  }

  .lg\:border-l-lime-100\/75 {
    border-left-color: rgb(236 252 203 / 0.75);
  }

  .lg\:border-l-lime-100\/80 {
    border-left-color: rgb(236 252 203 / 0.8);
  }

  .lg\:border-l-lime-100\/85 {
    border-left-color: rgb(236 252 203 / 0.85);
  }

  .lg\:border-l-lime-100\/90 {
    border-left-color: rgb(236 252 203 / 0.9);
  }

  .lg\:border-l-lime-100\/95 {
    border-left-color: rgb(236 252 203 / 0.95);
  }

  .lg\:border-l-lime-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(217 249 157 / var(--tw-border-opacity));
  }

  .lg\:border-l-lime-200\/0 {
    border-left-color: rgb(217 249 157 / 0);
  }

  .lg\:border-l-lime-200\/10 {
    border-left-color: rgb(217 249 157 / 0.1);
  }

  .lg\:border-l-lime-200\/100 {
    border-left-color: rgb(217 249 157 / 1);
  }

  .lg\:border-l-lime-200\/15 {
    border-left-color: rgb(217 249 157 / 0.15);
  }

  .lg\:border-l-lime-200\/20 {
    border-left-color: rgb(217 249 157 / 0.2);
  }

  .lg\:border-l-lime-200\/25 {
    border-left-color: rgb(217 249 157 / 0.25);
  }

  .lg\:border-l-lime-200\/30 {
    border-left-color: rgb(217 249 157 / 0.3);
  }

  .lg\:border-l-lime-200\/35 {
    border-left-color: rgb(217 249 157 / 0.35);
  }

  .lg\:border-l-lime-200\/40 {
    border-left-color: rgb(217 249 157 / 0.4);
  }

  .lg\:border-l-lime-200\/45 {
    border-left-color: rgb(217 249 157 / 0.45);
  }

  .lg\:border-l-lime-200\/5 {
    border-left-color: rgb(217 249 157 / 0.05);
  }

  .lg\:border-l-lime-200\/50 {
    border-left-color: rgb(217 249 157 / 0.5);
  }

  .lg\:border-l-lime-200\/55 {
    border-left-color: rgb(217 249 157 / 0.55);
  }

  .lg\:border-l-lime-200\/60 {
    border-left-color: rgb(217 249 157 / 0.6);
  }

  .lg\:border-l-lime-200\/65 {
    border-left-color: rgb(217 249 157 / 0.65);
  }

  .lg\:border-l-lime-200\/70 {
    border-left-color: rgb(217 249 157 / 0.7);
  }

  .lg\:border-l-lime-200\/75 {
    border-left-color: rgb(217 249 157 / 0.75);
  }

  .lg\:border-l-lime-200\/80 {
    border-left-color: rgb(217 249 157 / 0.8);
  }

  .lg\:border-l-lime-200\/85 {
    border-left-color: rgb(217 249 157 / 0.85);
  }

  .lg\:border-l-lime-200\/90 {
    border-left-color: rgb(217 249 157 / 0.9);
  }

  .lg\:border-l-lime-200\/95 {
    border-left-color: rgb(217 249 157 / 0.95);
  }

  .lg\:border-l-lime-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(190 242 100 / var(--tw-border-opacity));
  }

  .lg\:border-l-lime-300\/0 {
    border-left-color: rgb(190 242 100 / 0);
  }

  .lg\:border-l-lime-300\/10 {
    border-left-color: rgb(190 242 100 / 0.1);
  }

  .lg\:border-l-lime-300\/100 {
    border-left-color: rgb(190 242 100 / 1);
  }

  .lg\:border-l-lime-300\/15 {
    border-left-color: rgb(190 242 100 / 0.15);
  }

  .lg\:border-l-lime-300\/20 {
    border-left-color: rgb(190 242 100 / 0.2);
  }

  .lg\:border-l-lime-300\/25 {
    border-left-color: rgb(190 242 100 / 0.25);
  }

  .lg\:border-l-lime-300\/30 {
    border-left-color: rgb(190 242 100 / 0.3);
  }

  .lg\:border-l-lime-300\/35 {
    border-left-color: rgb(190 242 100 / 0.35);
  }

  .lg\:border-l-lime-300\/40 {
    border-left-color: rgb(190 242 100 / 0.4);
  }

  .lg\:border-l-lime-300\/45 {
    border-left-color: rgb(190 242 100 / 0.45);
  }

  .lg\:border-l-lime-300\/5 {
    border-left-color: rgb(190 242 100 / 0.05);
  }

  .lg\:border-l-lime-300\/50 {
    border-left-color: rgb(190 242 100 / 0.5);
  }

  .lg\:border-l-lime-300\/55 {
    border-left-color: rgb(190 242 100 / 0.55);
  }

  .lg\:border-l-lime-300\/60 {
    border-left-color: rgb(190 242 100 / 0.6);
  }

  .lg\:border-l-lime-300\/65 {
    border-left-color: rgb(190 242 100 / 0.65);
  }

  .lg\:border-l-lime-300\/70 {
    border-left-color: rgb(190 242 100 / 0.7);
  }

  .lg\:border-l-lime-300\/75 {
    border-left-color: rgb(190 242 100 / 0.75);
  }

  .lg\:border-l-lime-300\/80 {
    border-left-color: rgb(190 242 100 / 0.8);
  }

  .lg\:border-l-lime-300\/85 {
    border-left-color: rgb(190 242 100 / 0.85);
  }

  .lg\:border-l-lime-300\/90 {
    border-left-color: rgb(190 242 100 / 0.9);
  }

  .lg\:border-l-lime-300\/95 {
    border-left-color: rgb(190 242 100 / 0.95);
  }

  .lg\:border-l-lime-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(163 230 53 / var(--tw-border-opacity));
  }

  .lg\:border-l-lime-400\/0 {
    border-left-color: rgb(163 230 53 / 0);
  }

  .lg\:border-l-lime-400\/10 {
    border-left-color: rgb(163 230 53 / 0.1);
  }

  .lg\:border-l-lime-400\/100 {
    border-left-color: rgb(163 230 53 / 1);
  }

  .lg\:border-l-lime-400\/15 {
    border-left-color: rgb(163 230 53 / 0.15);
  }

  .lg\:border-l-lime-400\/20 {
    border-left-color: rgb(163 230 53 / 0.2);
  }

  .lg\:border-l-lime-400\/25 {
    border-left-color: rgb(163 230 53 / 0.25);
  }

  .lg\:border-l-lime-400\/30 {
    border-left-color: rgb(163 230 53 / 0.3);
  }

  .lg\:border-l-lime-400\/35 {
    border-left-color: rgb(163 230 53 / 0.35);
  }

  .lg\:border-l-lime-400\/40 {
    border-left-color: rgb(163 230 53 / 0.4);
  }

  .lg\:border-l-lime-400\/45 {
    border-left-color: rgb(163 230 53 / 0.45);
  }

  .lg\:border-l-lime-400\/5 {
    border-left-color: rgb(163 230 53 / 0.05);
  }

  .lg\:border-l-lime-400\/50 {
    border-left-color: rgb(163 230 53 / 0.5);
  }

  .lg\:border-l-lime-400\/55 {
    border-left-color: rgb(163 230 53 / 0.55);
  }

  .lg\:border-l-lime-400\/60 {
    border-left-color: rgb(163 230 53 / 0.6);
  }

  .lg\:border-l-lime-400\/65 {
    border-left-color: rgb(163 230 53 / 0.65);
  }

  .lg\:border-l-lime-400\/70 {
    border-left-color: rgb(163 230 53 / 0.7);
  }

  .lg\:border-l-lime-400\/75 {
    border-left-color: rgb(163 230 53 / 0.75);
  }

  .lg\:border-l-lime-400\/80 {
    border-left-color: rgb(163 230 53 / 0.8);
  }

  .lg\:border-l-lime-400\/85 {
    border-left-color: rgb(163 230 53 / 0.85);
  }

  .lg\:border-l-lime-400\/90 {
    border-left-color: rgb(163 230 53 / 0.9);
  }

  .lg\:border-l-lime-400\/95 {
    border-left-color: rgb(163 230 53 / 0.95);
  }

  .lg\:border-l-lime-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(247 254 231 / var(--tw-border-opacity));
  }

  .lg\:border-l-lime-50\/0 {
    border-left-color: rgb(247 254 231 / 0);
  }

  .lg\:border-l-lime-50\/10 {
    border-left-color: rgb(247 254 231 / 0.1);
  }

  .lg\:border-l-lime-50\/100 {
    border-left-color: rgb(247 254 231 / 1);
  }

  .lg\:border-l-lime-50\/15 {
    border-left-color: rgb(247 254 231 / 0.15);
  }

  .lg\:border-l-lime-50\/20 {
    border-left-color: rgb(247 254 231 / 0.2);
  }

  .lg\:border-l-lime-50\/25 {
    border-left-color: rgb(247 254 231 / 0.25);
  }

  .lg\:border-l-lime-50\/30 {
    border-left-color: rgb(247 254 231 / 0.3);
  }

  .lg\:border-l-lime-50\/35 {
    border-left-color: rgb(247 254 231 / 0.35);
  }

  .lg\:border-l-lime-50\/40 {
    border-left-color: rgb(247 254 231 / 0.4);
  }

  .lg\:border-l-lime-50\/45 {
    border-left-color: rgb(247 254 231 / 0.45);
  }

  .lg\:border-l-lime-50\/5 {
    border-left-color: rgb(247 254 231 / 0.05);
  }

  .lg\:border-l-lime-50\/50 {
    border-left-color: rgb(247 254 231 / 0.5);
  }

  .lg\:border-l-lime-50\/55 {
    border-left-color: rgb(247 254 231 / 0.55);
  }

  .lg\:border-l-lime-50\/60 {
    border-left-color: rgb(247 254 231 / 0.6);
  }

  .lg\:border-l-lime-50\/65 {
    border-left-color: rgb(247 254 231 / 0.65);
  }

  .lg\:border-l-lime-50\/70 {
    border-left-color: rgb(247 254 231 / 0.7);
  }

  .lg\:border-l-lime-50\/75 {
    border-left-color: rgb(247 254 231 / 0.75);
  }

  .lg\:border-l-lime-50\/80 {
    border-left-color: rgb(247 254 231 / 0.8);
  }

  .lg\:border-l-lime-50\/85 {
    border-left-color: rgb(247 254 231 / 0.85);
  }

  .lg\:border-l-lime-50\/90 {
    border-left-color: rgb(247 254 231 / 0.9);
  }

  .lg\:border-l-lime-50\/95 {
    border-left-color: rgb(247 254 231 / 0.95);
  }

  .lg\:border-l-lime-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(132 204 22 / var(--tw-border-opacity));
  }

  .lg\:border-l-lime-500\/0 {
    border-left-color: rgb(132 204 22 / 0);
  }

  .lg\:border-l-lime-500\/10 {
    border-left-color: rgb(132 204 22 / 0.1);
  }

  .lg\:border-l-lime-500\/100 {
    border-left-color: rgb(132 204 22 / 1);
  }

  .lg\:border-l-lime-500\/15 {
    border-left-color: rgb(132 204 22 / 0.15);
  }

  .lg\:border-l-lime-500\/20 {
    border-left-color: rgb(132 204 22 / 0.2);
  }

  .lg\:border-l-lime-500\/25 {
    border-left-color: rgb(132 204 22 / 0.25);
  }

  .lg\:border-l-lime-500\/30 {
    border-left-color: rgb(132 204 22 / 0.3);
  }

  .lg\:border-l-lime-500\/35 {
    border-left-color: rgb(132 204 22 / 0.35);
  }

  .lg\:border-l-lime-500\/40 {
    border-left-color: rgb(132 204 22 / 0.4);
  }

  .lg\:border-l-lime-500\/45 {
    border-left-color: rgb(132 204 22 / 0.45);
  }

  .lg\:border-l-lime-500\/5 {
    border-left-color: rgb(132 204 22 / 0.05);
  }

  .lg\:border-l-lime-500\/50 {
    border-left-color: rgb(132 204 22 / 0.5);
  }

  .lg\:border-l-lime-500\/55 {
    border-left-color: rgb(132 204 22 / 0.55);
  }

  .lg\:border-l-lime-500\/60 {
    border-left-color: rgb(132 204 22 / 0.6);
  }

  .lg\:border-l-lime-500\/65 {
    border-left-color: rgb(132 204 22 / 0.65);
  }

  .lg\:border-l-lime-500\/70 {
    border-left-color: rgb(132 204 22 / 0.7);
  }

  .lg\:border-l-lime-500\/75 {
    border-left-color: rgb(132 204 22 / 0.75);
  }

  .lg\:border-l-lime-500\/80 {
    border-left-color: rgb(132 204 22 / 0.8);
  }

  .lg\:border-l-lime-500\/85 {
    border-left-color: rgb(132 204 22 / 0.85);
  }

  .lg\:border-l-lime-500\/90 {
    border-left-color: rgb(132 204 22 / 0.9);
  }

  .lg\:border-l-lime-500\/95 {
    border-left-color: rgb(132 204 22 / 0.95);
  }

  .lg\:border-l-lime-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(101 163 13 / var(--tw-border-opacity));
  }

  .lg\:border-l-lime-600\/0 {
    border-left-color: rgb(101 163 13 / 0);
  }

  .lg\:border-l-lime-600\/10 {
    border-left-color: rgb(101 163 13 / 0.1);
  }

  .lg\:border-l-lime-600\/100 {
    border-left-color: rgb(101 163 13 / 1);
  }

  .lg\:border-l-lime-600\/15 {
    border-left-color: rgb(101 163 13 / 0.15);
  }

  .lg\:border-l-lime-600\/20 {
    border-left-color: rgb(101 163 13 / 0.2);
  }

  .lg\:border-l-lime-600\/25 {
    border-left-color: rgb(101 163 13 / 0.25);
  }

  .lg\:border-l-lime-600\/30 {
    border-left-color: rgb(101 163 13 / 0.3);
  }

  .lg\:border-l-lime-600\/35 {
    border-left-color: rgb(101 163 13 / 0.35);
  }

  .lg\:border-l-lime-600\/40 {
    border-left-color: rgb(101 163 13 / 0.4);
  }

  .lg\:border-l-lime-600\/45 {
    border-left-color: rgb(101 163 13 / 0.45);
  }

  .lg\:border-l-lime-600\/5 {
    border-left-color: rgb(101 163 13 / 0.05);
  }

  .lg\:border-l-lime-600\/50 {
    border-left-color: rgb(101 163 13 / 0.5);
  }

  .lg\:border-l-lime-600\/55 {
    border-left-color: rgb(101 163 13 / 0.55);
  }

  .lg\:border-l-lime-600\/60 {
    border-left-color: rgb(101 163 13 / 0.6);
  }

  .lg\:border-l-lime-600\/65 {
    border-left-color: rgb(101 163 13 / 0.65);
  }

  .lg\:border-l-lime-600\/70 {
    border-left-color: rgb(101 163 13 / 0.7);
  }

  .lg\:border-l-lime-600\/75 {
    border-left-color: rgb(101 163 13 / 0.75);
  }

  .lg\:border-l-lime-600\/80 {
    border-left-color: rgb(101 163 13 / 0.8);
  }

  .lg\:border-l-lime-600\/85 {
    border-left-color: rgb(101 163 13 / 0.85);
  }

  .lg\:border-l-lime-600\/90 {
    border-left-color: rgb(101 163 13 / 0.9);
  }

  .lg\:border-l-lime-600\/95 {
    border-left-color: rgb(101 163 13 / 0.95);
  }

  .lg\:border-l-lime-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(77 124 15 / var(--tw-border-opacity));
  }

  .lg\:border-l-lime-700\/0 {
    border-left-color: rgb(77 124 15 / 0);
  }

  .lg\:border-l-lime-700\/10 {
    border-left-color: rgb(77 124 15 / 0.1);
  }

  .lg\:border-l-lime-700\/100 {
    border-left-color: rgb(77 124 15 / 1);
  }

  .lg\:border-l-lime-700\/15 {
    border-left-color: rgb(77 124 15 / 0.15);
  }

  .lg\:border-l-lime-700\/20 {
    border-left-color: rgb(77 124 15 / 0.2);
  }

  .lg\:border-l-lime-700\/25 {
    border-left-color: rgb(77 124 15 / 0.25);
  }

  .lg\:border-l-lime-700\/30 {
    border-left-color: rgb(77 124 15 / 0.3);
  }

  .lg\:border-l-lime-700\/35 {
    border-left-color: rgb(77 124 15 / 0.35);
  }

  .lg\:border-l-lime-700\/40 {
    border-left-color: rgb(77 124 15 / 0.4);
  }

  .lg\:border-l-lime-700\/45 {
    border-left-color: rgb(77 124 15 / 0.45);
  }

  .lg\:border-l-lime-700\/5 {
    border-left-color: rgb(77 124 15 / 0.05);
  }

  .lg\:border-l-lime-700\/50 {
    border-left-color: rgb(77 124 15 / 0.5);
  }

  .lg\:border-l-lime-700\/55 {
    border-left-color: rgb(77 124 15 / 0.55);
  }

  .lg\:border-l-lime-700\/60 {
    border-left-color: rgb(77 124 15 / 0.6);
  }

  .lg\:border-l-lime-700\/65 {
    border-left-color: rgb(77 124 15 / 0.65);
  }

  .lg\:border-l-lime-700\/70 {
    border-left-color: rgb(77 124 15 / 0.7);
  }

  .lg\:border-l-lime-700\/75 {
    border-left-color: rgb(77 124 15 / 0.75);
  }

  .lg\:border-l-lime-700\/80 {
    border-left-color: rgb(77 124 15 / 0.8);
  }

  .lg\:border-l-lime-700\/85 {
    border-left-color: rgb(77 124 15 / 0.85);
  }

  .lg\:border-l-lime-700\/90 {
    border-left-color: rgb(77 124 15 / 0.9);
  }

  .lg\:border-l-lime-700\/95 {
    border-left-color: rgb(77 124 15 / 0.95);
  }

  .lg\:border-l-lime-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(63 98 18 / var(--tw-border-opacity));
  }

  .lg\:border-l-lime-800\/0 {
    border-left-color: rgb(63 98 18 / 0);
  }

  .lg\:border-l-lime-800\/10 {
    border-left-color: rgb(63 98 18 / 0.1);
  }

  .lg\:border-l-lime-800\/100 {
    border-left-color: rgb(63 98 18 / 1);
  }

  .lg\:border-l-lime-800\/15 {
    border-left-color: rgb(63 98 18 / 0.15);
  }

  .lg\:border-l-lime-800\/20 {
    border-left-color: rgb(63 98 18 / 0.2);
  }

  .lg\:border-l-lime-800\/25 {
    border-left-color: rgb(63 98 18 / 0.25);
  }

  .lg\:border-l-lime-800\/30 {
    border-left-color: rgb(63 98 18 / 0.3);
  }

  .lg\:border-l-lime-800\/35 {
    border-left-color: rgb(63 98 18 / 0.35);
  }

  .lg\:border-l-lime-800\/40 {
    border-left-color: rgb(63 98 18 / 0.4);
  }

  .lg\:border-l-lime-800\/45 {
    border-left-color: rgb(63 98 18 / 0.45);
  }

  .lg\:border-l-lime-800\/5 {
    border-left-color: rgb(63 98 18 / 0.05);
  }

  .lg\:border-l-lime-800\/50 {
    border-left-color: rgb(63 98 18 / 0.5);
  }

  .lg\:border-l-lime-800\/55 {
    border-left-color: rgb(63 98 18 / 0.55);
  }

  .lg\:border-l-lime-800\/60 {
    border-left-color: rgb(63 98 18 / 0.6);
  }

  .lg\:border-l-lime-800\/65 {
    border-left-color: rgb(63 98 18 / 0.65);
  }

  .lg\:border-l-lime-800\/70 {
    border-left-color: rgb(63 98 18 / 0.7);
  }

  .lg\:border-l-lime-800\/75 {
    border-left-color: rgb(63 98 18 / 0.75);
  }

  .lg\:border-l-lime-800\/80 {
    border-left-color: rgb(63 98 18 / 0.8);
  }

  .lg\:border-l-lime-800\/85 {
    border-left-color: rgb(63 98 18 / 0.85);
  }

  .lg\:border-l-lime-800\/90 {
    border-left-color: rgb(63 98 18 / 0.9);
  }

  .lg\:border-l-lime-800\/95 {
    border-left-color: rgb(63 98 18 / 0.95);
  }

  .lg\:border-l-lime-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(54 83 20 / var(--tw-border-opacity));
  }

  .lg\:border-l-lime-900\/0 {
    border-left-color: rgb(54 83 20 / 0);
  }

  .lg\:border-l-lime-900\/10 {
    border-left-color: rgb(54 83 20 / 0.1);
  }

  .lg\:border-l-lime-900\/100 {
    border-left-color: rgb(54 83 20 / 1);
  }

  .lg\:border-l-lime-900\/15 {
    border-left-color: rgb(54 83 20 / 0.15);
  }

  .lg\:border-l-lime-900\/20 {
    border-left-color: rgb(54 83 20 / 0.2);
  }

  .lg\:border-l-lime-900\/25 {
    border-left-color: rgb(54 83 20 / 0.25);
  }

  .lg\:border-l-lime-900\/30 {
    border-left-color: rgb(54 83 20 / 0.3);
  }

  .lg\:border-l-lime-900\/35 {
    border-left-color: rgb(54 83 20 / 0.35);
  }

  .lg\:border-l-lime-900\/40 {
    border-left-color: rgb(54 83 20 / 0.4);
  }

  .lg\:border-l-lime-900\/45 {
    border-left-color: rgb(54 83 20 / 0.45);
  }

  .lg\:border-l-lime-900\/5 {
    border-left-color: rgb(54 83 20 / 0.05);
  }

  .lg\:border-l-lime-900\/50 {
    border-left-color: rgb(54 83 20 / 0.5);
  }

  .lg\:border-l-lime-900\/55 {
    border-left-color: rgb(54 83 20 / 0.55);
  }

  .lg\:border-l-lime-900\/60 {
    border-left-color: rgb(54 83 20 / 0.6);
  }

  .lg\:border-l-lime-900\/65 {
    border-left-color: rgb(54 83 20 / 0.65);
  }

  .lg\:border-l-lime-900\/70 {
    border-left-color: rgb(54 83 20 / 0.7);
  }

  .lg\:border-l-lime-900\/75 {
    border-left-color: rgb(54 83 20 / 0.75);
  }

  .lg\:border-l-lime-900\/80 {
    border-left-color: rgb(54 83 20 / 0.8);
  }

  .lg\:border-l-lime-900\/85 {
    border-left-color: rgb(54 83 20 / 0.85);
  }

  .lg\:border-l-lime-900\/90 {
    border-left-color: rgb(54 83 20 / 0.9);
  }

  .lg\:border-l-lime-900\/95 {
    border-left-color: rgb(54 83 20 / 0.95);
  }

  .lg\:border-l-lime-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(26 46 5 / var(--tw-border-opacity));
  }

  .lg\:border-l-lime-950\/0 {
    border-left-color: rgb(26 46 5 / 0);
  }

  .lg\:border-l-lime-950\/10 {
    border-left-color: rgb(26 46 5 / 0.1);
  }

  .lg\:border-l-lime-950\/100 {
    border-left-color: rgb(26 46 5 / 1);
  }

  .lg\:border-l-lime-950\/15 {
    border-left-color: rgb(26 46 5 / 0.15);
  }

  .lg\:border-l-lime-950\/20 {
    border-left-color: rgb(26 46 5 / 0.2);
  }

  .lg\:border-l-lime-950\/25 {
    border-left-color: rgb(26 46 5 / 0.25);
  }

  .lg\:border-l-lime-950\/30 {
    border-left-color: rgb(26 46 5 / 0.3);
  }

  .lg\:border-l-lime-950\/35 {
    border-left-color: rgb(26 46 5 / 0.35);
  }

  .lg\:border-l-lime-950\/40 {
    border-left-color: rgb(26 46 5 / 0.4);
  }

  .lg\:border-l-lime-950\/45 {
    border-left-color: rgb(26 46 5 / 0.45);
  }

  .lg\:border-l-lime-950\/5 {
    border-left-color: rgb(26 46 5 / 0.05);
  }

  .lg\:border-l-lime-950\/50 {
    border-left-color: rgb(26 46 5 / 0.5);
  }

  .lg\:border-l-lime-950\/55 {
    border-left-color: rgb(26 46 5 / 0.55);
  }

  .lg\:border-l-lime-950\/60 {
    border-left-color: rgb(26 46 5 / 0.6);
  }

  .lg\:border-l-lime-950\/65 {
    border-left-color: rgb(26 46 5 / 0.65);
  }

  .lg\:border-l-lime-950\/70 {
    border-left-color: rgb(26 46 5 / 0.7);
  }

  .lg\:border-l-lime-950\/75 {
    border-left-color: rgb(26 46 5 / 0.75);
  }

  .lg\:border-l-lime-950\/80 {
    border-left-color: rgb(26 46 5 / 0.8);
  }

  .lg\:border-l-lime-950\/85 {
    border-left-color: rgb(26 46 5 / 0.85);
  }

  .lg\:border-l-lime-950\/90 {
    border-left-color: rgb(26 46 5 / 0.9);
  }

  .lg\:border-l-lime-950\/95 {
    border-left-color: rgb(26 46 5 / 0.95);
  }

  .lg\:border-l-neutral-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 245 245 / var(--tw-border-opacity));
  }

  .lg\:border-l-neutral-100\/0 {
    border-left-color: rgb(245 245 245 / 0);
  }

  .lg\:border-l-neutral-100\/10 {
    border-left-color: rgb(245 245 245 / 0.1);
  }

  .lg\:border-l-neutral-100\/100 {
    border-left-color: rgb(245 245 245 / 1);
  }

  .lg\:border-l-neutral-100\/15 {
    border-left-color: rgb(245 245 245 / 0.15);
  }

  .lg\:border-l-neutral-100\/20 {
    border-left-color: rgb(245 245 245 / 0.2);
  }

  .lg\:border-l-neutral-100\/25 {
    border-left-color: rgb(245 245 245 / 0.25);
  }

  .lg\:border-l-neutral-100\/30 {
    border-left-color: rgb(245 245 245 / 0.3);
  }

  .lg\:border-l-neutral-100\/35 {
    border-left-color: rgb(245 245 245 / 0.35);
  }

  .lg\:border-l-neutral-100\/40 {
    border-left-color: rgb(245 245 245 / 0.4);
  }

  .lg\:border-l-neutral-100\/45 {
    border-left-color: rgb(245 245 245 / 0.45);
  }

  .lg\:border-l-neutral-100\/5 {
    border-left-color: rgb(245 245 245 / 0.05);
  }

  .lg\:border-l-neutral-100\/50 {
    border-left-color: rgb(245 245 245 / 0.5);
  }

  .lg\:border-l-neutral-100\/55 {
    border-left-color: rgb(245 245 245 / 0.55);
  }

  .lg\:border-l-neutral-100\/60 {
    border-left-color: rgb(245 245 245 / 0.6);
  }

  .lg\:border-l-neutral-100\/65 {
    border-left-color: rgb(245 245 245 / 0.65);
  }

  .lg\:border-l-neutral-100\/70 {
    border-left-color: rgb(245 245 245 / 0.7);
  }

  .lg\:border-l-neutral-100\/75 {
    border-left-color: rgb(245 245 245 / 0.75);
  }

  .lg\:border-l-neutral-100\/80 {
    border-left-color: rgb(245 245 245 / 0.8);
  }

  .lg\:border-l-neutral-100\/85 {
    border-left-color: rgb(245 245 245 / 0.85);
  }

  .lg\:border-l-neutral-100\/90 {
    border-left-color: rgb(245 245 245 / 0.9);
  }

  .lg\:border-l-neutral-100\/95 {
    border-left-color: rgb(245 245 245 / 0.95);
  }

  .lg\:border-l-neutral-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(229 229 229 / var(--tw-border-opacity));
  }

  .lg\:border-l-neutral-200\/0 {
    border-left-color: rgb(229 229 229 / 0);
  }

  .lg\:border-l-neutral-200\/10 {
    border-left-color: rgb(229 229 229 / 0.1);
  }

  .lg\:border-l-neutral-200\/100 {
    border-left-color: rgb(229 229 229 / 1);
  }

  .lg\:border-l-neutral-200\/15 {
    border-left-color: rgb(229 229 229 / 0.15);
  }

  .lg\:border-l-neutral-200\/20 {
    border-left-color: rgb(229 229 229 / 0.2);
  }

  .lg\:border-l-neutral-200\/25 {
    border-left-color: rgb(229 229 229 / 0.25);
  }

  .lg\:border-l-neutral-200\/30 {
    border-left-color: rgb(229 229 229 / 0.3);
  }

  .lg\:border-l-neutral-200\/35 {
    border-left-color: rgb(229 229 229 / 0.35);
  }

  .lg\:border-l-neutral-200\/40 {
    border-left-color: rgb(229 229 229 / 0.4);
  }

  .lg\:border-l-neutral-200\/45 {
    border-left-color: rgb(229 229 229 / 0.45);
  }

  .lg\:border-l-neutral-200\/5 {
    border-left-color: rgb(229 229 229 / 0.05);
  }

  .lg\:border-l-neutral-200\/50 {
    border-left-color: rgb(229 229 229 / 0.5);
  }

  .lg\:border-l-neutral-200\/55 {
    border-left-color: rgb(229 229 229 / 0.55);
  }

  .lg\:border-l-neutral-200\/60 {
    border-left-color: rgb(229 229 229 / 0.6);
  }

  .lg\:border-l-neutral-200\/65 {
    border-left-color: rgb(229 229 229 / 0.65);
  }

  .lg\:border-l-neutral-200\/70 {
    border-left-color: rgb(229 229 229 / 0.7);
  }

  .lg\:border-l-neutral-200\/75 {
    border-left-color: rgb(229 229 229 / 0.75);
  }

  .lg\:border-l-neutral-200\/80 {
    border-left-color: rgb(229 229 229 / 0.8);
  }

  .lg\:border-l-neutral-200\/85 {
    border-left-color: rgb(229 229 229 / 0.85);
  }

  .lg\:border-l-neutral-200\/90 {
    border-left-color: rgb(229 229 229 / 0.9);
  }

  .lg\:border-l-neutral-200\/95 {
    border-left-color: rgb(229 229 229 / 0.95);
  }

  .lg\:border-l-neutral-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(212 212 212 / var(--tw-border-opacity));
  }

  .lg\:border-l-neutral-300\/0 {
    border-left-color: rgb(212 212 212 / 0);
  }

  .lg\:border-l-neutral-300\/10 {
    border-left-color: rgb(212 212 212 / 0.1);
  }

  .lg\:border-l-neutral-300\/100 {
    border-left-color: rgb(212 212 212 / 1);
  }

  .lg\:border-l-neutral-300\/15 {
    border-left-color: rgb(212 212 212 / 0.15);
  }

  .lg\:border-l-neutral-300\/20 {
    border-left-color: rgb(212 212 212 / 0.2);
  }

  .lg\:border-l-neutral-300\/25 {
    border-left-color: rgb(212 212 212 / 0.25);
  }

  .lg\:border-l-neutral-300\/30 {
    border-left-color: rgb(212 212 212 / 0.3);
  }

  .lg\:border-l-neutral-300\/35 {
    border-left-color: rgb(212 212 212 / 0.35);
  }

  .lg\:border-l-neutral-300\/40 {
    border-left-color: rgb(212 212 212 / 0.4);
  }

  .lg\:border-l-neutral-300\/45 {
    border-left-color: rgb(212 212 212 / 0.45);
  }

  .lg\:border-l-neutral-300\/5 {
    border-left-color: rgb(212 212 212 / 0.05);
  }

  .lg\:border-l-neutral-300\/50 {
    border-left-color: rgb(212 212 212 / 0.5);
  }

  .lg\:border-l-neutral-300\/55 {
    border-left-color: rgb(212 212 212 / 0.55);
  }

  .lg\:border-l-neutral-300\/60 {
    border-left-color: rgb(212 212 212 / 0.6);
  }

  .lg\:border-l-neutral-300\/65 {
    border-left-color: rgb(212 212 212 / 0.65);
  }

  .lg\:border-l-neutral-300\/70 {
    border-left-color: rgb(212 212 212 / 0.7);
  }

  .lg\:border-l-neutral-300\/75 {
    border-left-color: rgb(212 212 212 / 0.75);
  }

  .lg\:border-l-neutral-300\/80 {
    border-left-color: rgb(212 212 212 / 0.8);
  }

  .lg\:border-l-neutral-300\/85 {
    border-left-color: rgb(212 212 212 / 0.85);
  }

  .lg\:border-l-neutral-300\/90 {
    border-left-color: rgb(212 212 212 / 0.9);
  }

  .lg\:border-l-neutral-300\/95 {
    border-left-color: rgb(212 212 212 / 0.95);
  }

  .lg\:border-l-neutral-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(163 163 163 / var(--tw-border-opacity));
  }

  .lg\:border-l-neutral-400\/0 {
    border-left-color: rgb(163 163 163 / 0);
  }

  .lg\:border-l-neutral-400\/10 {
    border-left-color: rgb(163 163 163 / 0.1);
  }

  .lg\:border-l-neutral-400\/100 {
    border-left-color: rgb(163 163 163 / 1);
  }

  .lg\:border-l-neutral-400\/15 {
    border-left-color: rgb(163 163 163 / 0.15);
  }

  .lg\:border-l-neutral-400\/20 {
    border-left-color: rgb(163 163 163 / 0.2);
  }

  .lg\:border-l-neutral-400\/25 {
    border-left-color: rgb(163 163 163 / 0.25);
  }

  .lg\:border-l-neutral-400\/30 {
    border-left-color: rgb(163 163 163 / 0.3);
  }

  .lg\:border-l-neutral-400\/35 {
    border-left-color: rgb(163 163 163 / 0.35);
  }

  .lg\:border-l-neutral-400\/40 {
    border-left-color: rgb(163 163 163 / 0.4);
  }

  .lg\:border-l-neutral-400\/45 {
    border-left-color: rgb(163 163 163 / 0.45);
  }

  .lg\:border-l-neutral-400\/5 {
    border-left-color: rgb(163 163 163 / 0.05);
  }

  .lg\:border-l-neutral-400\/50 {
    border-left-color: rgb(163 163 163 / 0.5);
  }

  .lg\:border-l-neutral-400\/55 {
    border-left-color: rgb(163 163 163 / 0.55);
  }

  .lg\:border-l-neutral-400\/60 {
    border-left-color: rgb(163 163 163 / 0.6);
  }

  .lg\:border-l-neutral-400\/65 {
    border-left-color: rgb(163 163 163 / 0.65);
  }

  .lg\:border-l-neutral-400\/70 {
    border-left-color: rgb(163 163 163 / 0.7);
  }

  .lg\:border-l-neutral-400\/75 {
    border-left-color: rgb(163 163 163 / 0.75);
  }

  .lg\:border-l-neutral-400\/80 {
    border-left-color: rgb(163 163 163 / 0.8);
  }

  .lg\:border-l-neutral-400\/85 {
    border-left-color: rgb(163 163 163 / 0.85);
  }

  .lg\:border-l-neutral-400\/90 {
    border-left-color: rgb(163 163 163 / 0.9);
  }

  .lg\:border-l-neutral-400\/95 {
    border-left-color: rgb(163 163 163 / 0.95);
  }

  .lg\:border-l-neutral-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .lg\:border-l-neutral-50\/0 {
    border-left-color: rgb(250 250 250 / 0);
  }

  .lg\:border-l-neutral-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-l-neutral-50\/100 {
    border-left-color: rgb(250 250 250 / 1);
  }

  .lg\:border-l-neutral-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-l-neutral-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-l-neutral-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-l-neutral-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-l-neutral-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-l-neutral-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-l-neutral-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-l-neutral-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-l-neutral-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-l-neutral-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-l-neutral-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-l-neutral-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-l-neutral-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-l-neutral-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-l-neutral-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-l-neutral-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-l-neutral-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-l-neutral-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95);
  }

  .lg\:border-l-neutral-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(115 115 115 / var(--tw-border-opacity));
  }

  .lg\:border-l-neutral-500\/0 {
    border-left-color: rgb(115 115 115 / 0);
  }

  .lg\:border-l-neutral-500\/10 {
    border-left-color: rgb(115 115 115 / 0.1);
  }

  .lg\:border-l-neutral-500\/100 {
    border-left-color: rgb(115 115 115 / 1);
  }

  .lg\:border-l-neutral-500\/15 {
    border-left-color: rgb(115 115 115 / 0.15);
  }

  .lg\:border-l-neutral-500\/20 {
    border-left-color: rgb(115 115 115 / 0.2);
  }

  .lg\:border-l-neutral-500\/25 {
    border-left-color: rgb(115 115 115 / 0.25);
  }

  .lg\:border-l-neutral-500\/30 {
    border-left-color: rgb(115 115 115 / 0.3);
  }

  .lg\:border-l-neutral-500\/35 {
    border-left-color: rgb(115 115 115 / 0.35);
  }

  .lg\:border-l-neutral-500\/40 {
    border-left-color: rgb(115 115 115 / 0.4);
  }

  .lg\:border-l-neutral-500\/45 {
    border-left-color: rgb(115 115 115 / 0.45);
  }

  .lg\:border-l-neutral-500\/5 {
    border-left-color: rgb(115 115 115 / 0.05);
  }

  .lg\:border-l-neutral-500\/50 {
    border-left-color: rgb(115 115 115 / 0.5);
  }

  .lg\:border-l-neutral-500\/55 {
    border-left-color: rgb(115 115 115 / 0.55);
  }

  .lg\:border-l-neutral-500\/60 {
    border-left-color: rgb(115 115 115 / 0.6);
  }

  .lg\:border-l-neutral-500\/65 {
    border-left-color: rgb(115 115 115 / 0.65);
  }

  .lg\:border-l-neutral-500\/70 {
    border-left-color: rgb(115 115 115 / 0.7);
  }

  .lg\:border-l-neutral-500\/75 {
    border-left-color: rgb(115 115 115 / 0.75);
  }

  .lg\:border-l-neutral-500\/80 {
    border-left-color: rgb(115 115 115 / 0.8);
  }

  .lg\:border-l-neutral-500\/85 {
    border-left-color: rgb(115 115 115 / 0.85);
  }

  .lg\:border-l-neutral-500\/90 {
    border-left-color: rgb(115 115 115 / 0.9);
  }

  .lg\:border-l-neutral-500\/95 {
    border-left-color: rgb(115 115 115 / 0.95);
  }

  .lg\:border-l-neutral-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(82 82 82 / var(--tw-border-opacity));
  }

  .lg\:border-l-neutral-600\/0 {
    border-left-color: rgb(82 82 82 / 0);
  }

  .lg\:border-l-neutral-600\/10 {
    border-left-color: rgb(82 82 82 / 0.1);
  }

  .lg\:border-l-neutral-600\/100 {
    border-left-color: rgb(82 82 82 / 1);
  }

  .lg\:border-l-neutral-600\/15 {
    border-left-color: rgb(82 82 82 / 0.15);
  }

  .lg\:border-l-neutral-600\/20 {
    border-left-color: rgb(82 82 82 / 0.2);
  }

  .lg\:border-l-neutral-600\/25 {
    border-left-color: rgb(82 82 82 / 0.25);
  }

  .lg\:border-l-neutral-600\/30 {
    border-left-color: rgb(82 82 82 / 0.3);
  }

  .lg\:border-l-neutral-600\/35 {
    border-left-color: rgb(82 82 82 / 0.35);
  }

  .lg\:border-l-neutral-600\/40 {
    border-left-color: rgb(82 82 82 / 0.4);
  }

  .lg\:border-l-neutral-600\/45 {
    border-left-color: rgb(82 82 82 / 0.45);
  }

  .lg\:border-l-neutral-600\/5 {
    border-left-color: rgb(82 82 82 / 0.05);
  }

  .lg\:border-l-neutral-600\/50 {
    border-left-color: rgb(82 82 82 / 0.5);
  }

  .lg\:border-l-neutral-600\/55 {
    border-left-color: rgb(82 82 82 / 0.55);
  }

  .lg\:border-l-neutral-600\/60 {
    border-left-color: rgb(82 82 82 / 0.6);
  }

  .lg\:border-l-neutral-600\/65 {
    border-left-color: rgb(82 82 82 / 0.65);
  }

  .lg\:border-l-neutral-600\/70 {
    border-left-color: rgb(82 82 82 / 0.7);
  }

  .lg\:border-l-neutral-600\/75 {
    border-left-color: rgb(82 82 82 / 0.75);
  }

  .lg\:border-l-neutral-600\/80 {
    border-left-color: rgb(82 82 82 / 0.8);
  }

  .lg\:border-l-neutral-600\/85 {
    border-left-color: rgb(82 82 82 / 0.85);
  }

  .lg\:border-l-neutral-600\/90 {
    border-left-color: rgb(82 82 82 / 0.9);
  }

  .lg\:border-l-neutral-600\/95 {
    border-left-color: rgb(82 82 82 / 0.95);
  }

  .lg\:border-l-neutral-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(64 64 64 / var(--tw-border-opacity));
  }

  .lg\:border-l-neutral-700\/0 {
    border-left-color: rgb(64 64 64 / 0);
  }

  .lg\:border-l-neutral-700\/10 {
    border-left-color: rgb(64 64 64 / 0.1);
  }

  .lg\:border-l-neutral-700\/100 {
    border-left-color: rgb(64 64 64 / 1);
  }

  .lg\:border-l-neutral-700\/15 {
    border-left-color: rgb(64 64 64 / 0.15);
  }

  .lg\:border-l-neutral-700\/20 {
    border-left-color: rgb(64 64 64 / 0.2);
  }

  .lg\:border-l-neutral-700\/25 {
    border-left-color: rgb(64 64 64 / 0.25);
  }

  .lg\:border-l-neutral-700\/30 {
    border-left-color: rgb(64 64 64 / 0.3);
  }

  .lg\:border-l-neutral-700\/35 {
    border-left-color: rgb(64 64 64 / 0.35);
  }

  .lg\:border-l-neutral-700\/40 {
    border-left-color: rgb(64 64 64 / 0.4);
  }

  .lg\:border-l-neutral-700\/45 {
    border-left-color: rgb(64 64 64 / 0.45);
  }

  .lg\:border-l-neutral-700\/5 {
    border-left-color: rgb(64 64 64 / 0.05);
  }

  .lg\:border-l-neutral-700\/50 {
    border-left-color: rgb(64 64 64 / 0.5);
  }

  .lg\:border-l-neutral-700\/55 {
    border-left-color: rgb(64 64 64 / 0.55);
  }

  .lg\:border-l-neutral-700\/60 {
    border-left-color: rgb(64 64 64 / 0.6);
  }

  .lg\:border-l-neutral-700\/65 {
    border-left-color: rgb(64 64 64 / 0.65);
  }

  .lg\:border-l-neutral-700\/70 {
    border-left-color: rgb(64 64 64 / 0.7);
  }

  .lg\:border-l-neutral-700\/75 {
    border-left-color: rgb(64 64 64 / 0.75);
  }

  .lg\:border-l-neutral-700\/80 {
    border-left-color: rgb(64 64 64 / 0.8);
  }

  .lg\:border-l-neutral-700\/85 {
    border-left-color: rgb(64 64 64 / 0.85);
  }

  .lg\:border-l-neutral-700\/90 {
    border-left-color: rgb(64 64 64 / 0.9);
  }

  .lg\:border-l-neutral-700\/95 {
    border-left-color: rgb(64 64 64 / 0.95);
  }

  .lg\:border-l-neutral-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(38 38 38 / var(--tw-border-opacity));
  }

  .lg\:border-l-neutral-800\/0 {
    border-left-color: rgb(38 38 38 / 0);
  }

  .lg\:border-l-neutral-800\/10 {
    border-left-color: rgb(38 38 38 / 0.1);
  }

  .lg\:border-l-neutral-800\/100 {
    border-left-color: rgb(38 38 38 / 1);
  }

  .lg\:border-l-neutral-800\/15 {
    border-left-color: rgb(38 38 38 / 0.15);
  }

  .lg\:border-l-neutral-800\/20 {
    border-left-color: rgb(38 38 38 / 0.2);
  }

  .lg\:border-l-neutral-800\/25 {
    border-left-color: rgb(38 38 38 / 0.25);
  }

  .lg\:border-l-neutral-800\/30 {
    border-left-color: rgb(38 38 38 / 0.3);
  }

  .lg\:border-l-neutral-800\/35 {
    border-left-color: rgb(38 38 38 / 0.35);
  }

  .lg\:border-l-neutral-800\/40 {
    border-left-color: rgb(38 38 38 / 0.4);
  }

  .lg\:border-l-neutral-800\/45 {
    border-left-color: rgb(38 38 38 / 0.45);
  }

  .lg\:border-l-neutral-800\/5 {
    border-left-color: rgb(38 38 38 / 0.05);
  }

  .lg\:border-l-neutral-800\/50 {
    border-left-color: rgb(38 38 38 / 0.5);
  }

  .lg\:border-l-neutral-800\/55 {
    border-left-color: rgb(38 38 38 / 0.55);
  }

  .lg\:border-l-neutral-800\/60 {
    border-left-color: rgb(38 38 38 / 0.6);
  }

  .lg\:border-l-neutral-800\/65 {
    border-left-color: rgb(38 38 38 / 0.65);
  }

  .lg\:border-l-neutral-800\/70 {
    border-left-color: rgb(38 38 38 / 0.7);
  }

  .lg\:border-l-neutral-800\/75 {
    border-left-color: rgb(38 38 38 / 0.75);
  }

  .lg\:border-l-neutral-800\/80 {
    border-left-color: rgb(38 38 38 / 0.8);
  }

  .lg\:border-l-neutral-800\/85 {
    border-left-color: rgb(38 38 38 / 0.85);
  }

  .lg\:border-l-neutral-800\/90 {
    border-left-color: rgb(38 38 38 / 0.9);
  }

  .lg\:border-l-neutral-800\/95 {
    border-left-color: rgb(38 38 38 / 0.95);
  }

  .lg\:border-l-neutral-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(23 23 23 / var(--tw-border-opacity));
  }

  .lg\:border-l-neutral-900\/0 {
    border-left-color: rgb(23 23 23 / 0);
  }

  .lg\:border-l-neutral-900\/10 {
    border-left-color: rgb(23 23 23 / 0.1);
  }

  .lg\:border-l-neutral-900\/100 {
    border-left-color: rgb(23 23 23 / 1);
  }

  .lg\:border-l-neutral-900\/15 {
    border-left-color: rgb(23 23 23 / 0.15);
  }

  .lg\:border-l-neutral-900\/20 {
    border-left-color: rgb(23 23 23 / 0.2);
  }

  .lg\:border-l-neutral-900\/25 {
    border-left-color: rgb(23 23 23 / 0.25);
  }

  .lg\:border-l-neutral-900\/30 {
    border-left-color: rgb(23 23 23 / 0.3);
  }

  .lg\:border-l-neutral-900\/35 {
    border-left-color: rgb(23 23 23 / 0.35);
  }

  .lg\:border-l-neutral-900\/40 {
    border-left-color: rgb(23 23 23 / 0.4);
  }

  .lg\:border-l-neutral-900\/45 {
    border-left-color: rgb(23 23 23 / 0.45);
  }

  .lg\:border-l-neutral-900\/5 {
    border-left-color: rgb(23 23 23 / 0.05);
  }

  .lg\:border-l-neutral-900\/50 {
    border-left-color: rgb(23 23 23 / 0.5);
  }

  .lg\:border-l-neutral-900\/55 {
    border-left-color: rgb(23 23 23 / 0.55);
  }

  .lg\:border-l-neutral-900\/60 {
    border-left-color: rgb(23 23 23 / 0.6);
  }

  .lg\:border-l-neutral-900\/65 {
    border-left-color: rgb(23 23 23 / 0.65);
  }

  .lg\:border-l-neutral-900\/70 {
    border-left-color: rgb(23 23 23 / 0.7);
  }

  .lg\:border-l-neutral-900\/75 {
    border-left-color: rgb(23 23 23 / 0.75);
  }

  .lg\:border-l-neutral-900\/80 {
    border-left-color: rgb(23 23 23 / 0.8);
  }

  .lg\:border-l-neutral-900\/85 {
    border-left-color: rgb(23 23 23 / 0.85);
  }

  .lg\:border-l-neutral-900\/90 {
    border-left-color: rgb(23 23 23 / 0.9);
  }

  .lg\:border-l-neutral-900\/95 {
    border-left-color: rgb(23 23 23 / 0.95);
  }

  .lg\:border-l-neutral-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(10 10 10 / var(--tw-border-opacity));
  }

  .lg\:border-l-neutral-950\/0 {
    border-left-color: rgb(10 10 10 / 0);
  }

  .lg\:border-l-neutral-950\/10 {
    border-left-color: rgb(10 10 10 / 0.1);
  }

  .lg\:border-l-neutral-950\/100 {
    border-left-color: rgb(10 10 10 / 1);
  }

  .lg\:border-l-neutral-950\/15 {
    border-left-color: rgb(10 10 10 / 0.15);
  }

  .lg\:border-l-neutral-950\/20 {
    border-left-color: rgb(10 10 10 / 0.2);
  }

  .lg\:border-l-neutral-950\/25 {
    border-left-color: rgb(10 10 10 / 0.25);
  }

  .lg\:border-l-neutral-950\/30 {
    border-left-color: rgb(10 10 10 / 0.3);
  }

  .lg\:border-l-neutral-950\/35 {
    border-left-color: rgb(10 10 10 / 0.35);
  }

  .lg\:border-l-neutral-950\/40 {
    border-left-color: rgb(10 10 10 / 0.4);
  }

  .lg\:border-l-neutral-950\/45 {
    border-left-color: rgb(10 10 10 / 0.45);
  }

  .lg\:border-l-neutral-950\/5 {
    border-left-color: rgb(10 10 10 / 0.05);
  }

  .lg\:border-l-neutral-950\/50 {
    border-left-color: rgb(10 10 10 / 0.5);
  }

  .lg\:border-l-neutral-950\/55 {
    border-left-color: rgb(10 10 10 / 0.55);
  }

  .lg\:border-l-neutral-950\/60 {
    border-left-color: rgb(10 10 10 / 0.6);
  }

  .lg\:border-l-neutral-950\/65 {
    border-left-color: rgb(10 10 10 / 0.65);
  }

  .lg\:border-l-neutral-950\/70 {
    border-left-color: rgb(10 10 10 / 0.7);
  }

  .lg\:border-l-neutral-950\/75 {
    border-left-color: rgb(10 10 10 / 0.75);
  }

  .lg\:border-l-neutral-950\/80 {
    border-left-color: rgb(10 10 10 / 0.8);
  }

  .lg\:border-l-neutral-950\/85 {
    border-left-color: rgb(10 10 10 / 0.85);
  }

  .lg\:border-l-neutral-950\/90 {
    border-left-color: rgb(10 10 10 / 0.9);
  }

  .lg\:border-l-neutral-950\/95 {
    border-left-color: rgb(10 10 10 / 0.95);
  }

  .lg\:border-l-orange-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 237 213 / var(--tw-border-opacity));
  }

  .lg\:border-l-orange-100\/0 {
    border-left-color: rgb(255 237 213 / 0);
  }

  .lg\:border-l-orange-100\/10 {
    border-left-color: rgb(255 237 213 / 0.1);
  }

  .lg\:border-l-orange-100\/100 {
    border-left-color: rgb(255 237 213 / 1);
  }

  .lg\:border-l-orange-100\/15 {
    border-left-color: rgb(255 237 213 / 0.15);
  }

  .lg\:border-l-orange-100\/20 {
    border-left-color: rgb(255 237 213 / 0.2);
  }

  .lg\:border-l-orange-100\/25 {
    border-left-color: rgb(255 237 213 / 0.25);
  }

  .lg\:border-l-orange-100\/30 {
    border-left-color: rgb(255 237 213 / 0.3);
  }

  .lg\:border-l-orange-100\/35 {
    border-left-color: rgb(255 237 213 / 0.35);
  }

  .lg\:border-l-orange-100\/40 {
    border-left-color: rgb(255 237 213 / 0.4);
  }

  .lg\:border-l-orange-100\/45 {
    border-left-color: rgb(255 237 213 / 0.45);
  }

  .lg\:border-l-orange-100\/5 {
    border-left-color: rgb(255 237 213 / 0.05);
  }

  .lg\:border-l-orange-100\/50 {
    border-left-color: rgb(255 237 213 / 0.5);
  }

  .lg\:border-l-orange-100\/55 {
    border-left-color: rgb(255 237 213 / 0.55);
  }

  .lg\:border-l-orange-100\/60 {
    border-left-color: rgb(255 237 213 / 0.6);
  }

  .lg\:border-l-orange-100\/65 {
    border-left-color: rgb(255 237 213 / 0.65);
  }

  .lg\:border-l-orange-100\/70 {
    border-left-color: rgb(255 237 213 / 0.7);
  }

  .lg\:border-l-orange-100\/75 {
    border-left-color: rgb(255 237 213 / 0.75);
  }

  .lg\:border-l-orange-100\/80 {
    border-left-color: rgb(255 237 213 / 0.8);
  }

  .lg\:border-l-orange-100\/85 {
    border-left-color: rgb(255 237 213 / 0.85);
  }

  .lg\:border-l-orange-100\/90 {
    border-left-color: rgb(255 237 213 / 0.9);
  }

  .lg\:border-l-orange-100\/95 {
    border-left-color: rgb(255 237 213 / 0.95);
  }

  .lg\:border-l-orange-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 215 170 / var(--tw-border-opacity));
  }

  .lg\:border-l-orange-200\/0 {
    border-left-color: rgb(254 215 170 / 0);
  }

  .lg\:border-l-orange-200\/10 {
    border-left-color: rgb(254 215 170 / 0.1);
  }

  .lg\:border-l-orange-200\/100 {
    border-left-color: rgb(254 215 170 / 1);
  }

  .lg\:border-l-orange-200\/15 {
    border-left-color: rgb(254 215 170 / 0.15);
  }

  .lg\:border-l-orange-200\/20 {
    border-left-color: rgb(254 215 170 / 0.2);
  }

  .lg\:border-l-orange-200\/25 {
    border-left-color: rgb(254 215 170 / 0.25);
  }

  .lg\:border-l-orange-200\/30 {
    border-left-color: rgb(254 215 170 / 0.3);
  }

  .lg\:border-l-orange-200\/35 {
    border-left-color: rgb(254 215 170 / 0.35);
  }

  .lg\:border-l-orange-200\/40 {
    border-left-color: rgb(254 215 170 / 0.4);
  }

  .lg\:border-l-orange-200\/45 {
    border-left-color: rgb(254 215 170 / 0.45);
  }

  .lg\:border-l-orange-200\/5 {
    border-left-color: rgb(254 215 170 / 0.05);
  }

  .lg\:border-l-orange-200\/50 {
    border-left-color: rgb(254 215 170 / 0.5);
  }

  .lg\:border-l-orange-200\/55 {
    border-left-color: rgb(254 215 170 / 0.55);
  }

  .lg\:border-l-orange-200\/60 {
    border-left-color: rgb(254 215 170 / 0.6);
  }

  .lg\:border-l-orange-200\/65 {
    border-left-color: rgb(254 215 170 / 0.65);
  }

  .lg\:border-l-orange-200\/70 {
    border-left-color: rgb(254 215 170 / 0.7);
  }

  .lg\:border-l-orange-200\/75 {
    border-left-color: rgb(254 215 170 / 0.75);
  }

  .lg\:border-l-orange-200\/80 {
    border-left-color: rgb(254 215 170 / 0.8);
  }

  .lg\:border-l-orange-200\/85 {
    border-left-color: rgb(254 215 170 / 0.85);
  }

  .lg\:border-l-orange-200\/90 {
    border-left-color: rgb(254 215 170 / 0.9);
  }

  .lg\:border-l-orange-200\/95 {
    border-left-color: rgb(254 215 170 / 0.95);
  }

  .lg\:border-l-orange-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 186 116 / var(--tw-border-opacity));
  }

  .lg\:border-l-orange-300\/0 {
    border-left-color: rgb(253 186 116 / 0);
  }

  .lg\:border-l-orange-300\/10 {
    border-left-color: rgb(253 186 116 / 0.1);
  }

  .lg\:border-l-orange-300\/100 {
    border-left-color: rgb(253 186 116 / 1);
  }

  .lg\:border-l-orange-300\/15 {
    border-left-color: rgb(253 186 116 / 0.15);
  }

  .lg\:border-l-orange-300\/20 {
    border-left-color: rgb(253 186 116 / 0.2);
  }

  .lg\:border-l-orange-300\/25 {
    border-left-color: rgb(253 186 116 / 0.25);
  }

  .lg\:border-l-orange-300\/30 {
    border-left-color: rgb(253 186 116 / 0.3);
  }

  .lg\:border-l-orange-300\/35 {
    border-left-color: rgb(253 186 116 / 0.35);
  }

  .lg\:border-l-orange-300\/40 {
    border-left-color: rgb(253 186 116 / 0.4);
  }

  .lg\:border-l-orange-300\/45 {
    border-left-color: rgb(253 186 116 / 0.45);
  }

  .lg\:border-l-orange-300\/5 {
    border-left-color: rgb(253 186 116 / 0.05);
  }

  .lg\:border-l-orange-300\/50 {
    border-left-color: rgb(253 186 116 / 0.5);
  }

  .lg\:border-l-orange-300\/55 {
    border-left-color: rgb(253 186 116 / 0.55);
  }

  .lg\:border-l-orange-300\/60 {
    border-left-color: rgb(253 186 116 / 0.6);
  }

  .lg\:border-l-orange-300\/65 {
    border-left-color: rgb(253 186 116 / 0.65);
  }

  .lg\:border-l-orange-300\/70 {
    border-left-color: rgb(253 186 116 / 0.7);
  }

  .lg\:border-l-orange-300\/75 {
    border-left-color: rgb(253 186 116 / 0.75);
  }

  .lg\:border-l-orange-300\/80 {
    border-left-color: rgb(253 186 116 / 0.8);
  }

  .lg\:border-l-orange-300\/85 {
    border-left-color: rgb(253 186 116 / 0.85);
  }

  .lg\:border-l-orange-300\/90 {
    border-left-color: rgb(253 186 116 / 0.9);
  }

  .lg\:border-l-orange-300\/95 {
    border-left-color: rgb(253 186 116 / 0.95);
  }

  .lg\:border-l-orange-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(251 146 60 / var(--tw-border-opacity));
  }

  .lg\:border-l-orange-400\/0 {
    border-left-color: rgb(251 146 60 / 0);
  }

  .lg\:border-l-orange-400\/10 {
    border-left-color: rgb(251 146 60 / 0.1);
  }

  .lg\:border-l-orange-400\/100 {
    border-left-color: rgb(251 146 60 / 1);
  }

  .lg\:border-l-orange-400\/15 {
    border-left-color: rgb(251 146 60 / 0.15);
  }

  .lg\:border-l-orange-400\/20 {
    border-left-color: rgb(251 146 60 / 0.2);
  }

  .lg\:border-l-orange-400\/25 {
    border-left-color: rgb(251 146 60 / 0.25);
  }

  .lg\:border-l-orange-400\/30 {
    border-left-color: rgb(251 146 60 / 0.3);
  }

  .lg\:border-l-orange-400\/35 {
    border-left-color: rgb(251 146 60 / 0.35);
  }

  .lg\:border-l-orange-400\/40 {
    border-left-color: rgb(251 146 60 / 0.4);
  }

  .lg\:border-l-orange-400\/45 {
    border-left-color: rgb(251 146 60 / 0.45);
  }

  .lg\:border-l-orange-400\/5 {
    border-left-color: rgb(251 146 60 / 0.05);
  }

  .lg\:border-l-orange-400\/50 {
    border-left-color: rgb(251 146 60 / 0.5);
  }

  .lg\:border-l-orange-400\/55 {
    border-left-color: rgb(251 146 60 / 0.55);
  }

  .lg\:border-l-orange-400\/60 {
    border-left-color: rgb(251 146 60 / 0.6);
  }

  .lg\:border-l-orange-400\/65 {
    border-left-color: rgb(251 146 60 / 0.65);
  }

  .lg\:border-l-orange-400\/70 {
    border-left-color: rgb(251 146 60 / 0.7);
  }

  .lg\:border-l-orange-400\/75 {
    border-left-color: rgb(251 146 60 / 0.75);
  }

  .lg\:border-l-orange-400\/80 {
    border-left-color: rgb(251 146 60 / 0.8);
  }

  .lg\:border-l-orange-400\/85 {
    border-left-color: rgb(251 146 60 / 0.85);
  }

  .lg\:border-l-orange-400\/90 {
    border-left-color: rgb(251 146 60 / 0.9);
  }

  .lg\:border-l-orange-400\/95 {
    border-left-color: rgb(251 146 60 / 0.95);
  }

  .lg\:border-l-orange-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 247 237 / var(--tw-border-opacity));
  }

  .lg\:border-l-orange-50\/0 {
    border-left-color: rgb(255 247 237 / 0);
  }

  .lg\:border-l-orange-50\/10 {
    border-left-color: rgb(255 247 237 / 0.1);
  }

  .lg\:border-l-orange-50\/100 {
    border-left-color: rgb(255 247 237 / 1);
  }

  .lg\:border-l-orange-50\/15 {
    border-left-color: rgb(255 247 237 / 0.15);
  }

  .lg\:border-l-orange-50\/20 {
    border-left-color: rgb(255 247 237 / 0.2);
  }

  .lg\:border-l-orange-50\/25 {
    border-left-color: rgb(255 247 237 / 0.25);
  }

  .lg\:border-l-orange-50\/30 {
    border-left-color: rgb(255 247 237 / 0.3);
  }

  .lg\:border-l-orange-50\/35 {
    border-left-color: rgb(255 247 237 / 0.35);
  }

  .lg\:border-l-orange-50\/40 {
    border-left-color: rgb(255 247 237 / 0.4);
  }

  .lg\:border-l-orange-50\/45 {
    border-left-color: rgb(255 247 237 / 0.45);
  }

  .lg\:border-l-orange-50\/5 {
    border-left-color: rgb(255 247 237 / 0.05);
  }

  .lg\:border-l-orange-50\/50 {
    border-left-color: rgb(255 247 237 / 0.5);
  }

  .lg\:border-l-orange-50\/55 {
    border-left-color: rgb(255 247 237 / 0.55);
  }

  .lg\:border-l-orange-50\/60 {
    border-left-color: rgb(255 247 237 / 0.6);
  }

  .lg\:border-l-orange-50\/65 {
    border-left-color: rgb(255 247 237 / 0.65);
  }

  .lg\:border-l-orange-50\/70 {
    border-left-color: rgb(255 247 237 / 0.7);
  }

  .lg\:border-l-orange-50\/75 {
    border-left-color: rgb(255 247 237 / 0.75);
  }

  .lg\:border-l-orange-50\/80 {
    border-left-color: rgb(255 247 237 / 0.8);
  }

  .lg\:border-l-orange-50\/85 {
    border-left-color: rgb(255 247 237 / 0.85);
  }

  .lg\:border-l-orange-50\/90 {
    border-left-color: rgb(255 247 237 / 0.9);
  }

  .lg\:border-l-orange-50\/95 {
    border-left-color: rgb(255 247 237 / 0.95);
  }

  .lg\:border-l-orange-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(249 115 22 / var(--tw-border-opacity));
  }

  .lg\:border-l-orange-500\/0 {
    border-left-color: rgb(249 115 22 / 0);
  }

  .lg\:border-l-orange-500\/10 {
    border-left-color: rgb(249 115 22 / 0.1);
  }

  .lg\:border-l-orange-500\/100 {
    border-left-color: rgb(249 115 22 / 1);
  }

  .lg\:border-l-orange-500\/15 {
    border-left-color: rgb(249 115 22 / 0.15);
  }

  .lg\:border-l-orange-500\/20 {
    border-left-color: rgb(249 115 22 / 0.2);
  }

  .lg\:border-l-orange-500\/25 {
    border-left-color: rgb(249 115 22 / 0.25);
  }

  .lg\:border-l-orange-500\/30 {
    border-left-color: rgb(249 115 22 / 0.3);
  }

  .lg\:border-l-orange-500\/35 {
    border-left-color: rgb(249 115 22 / 0.35);
  }

  .lg\:border-l-orange-500\/40 {
    border-left-color: rgb(249 115 22 / 0.4);
  }

  .lg\:border-l-orange-500\/45 {
    border-left-color: rgb(249 115 22 / 0.45);
  }

  .lg\:border-l-orange-500\/5 {
    border-left-color: rgb(249 115 22 / 0.05);
  }

  .lg\:border-l-orange-500\/50 {
    border-left-color: rgb(249 115 22 / 0.5);
  }

  .lg\:border-l-orange-500\/55 {
    border-left-color: rgb(249 115 22 / 0.55);
  }

  .lg\:border-l-orange-500\/60 {
    border-left-color: rgb(249 115 22 / 0.6);
  }

  .lg\:border-l-orange-500\/65 {
    border-left-color: rgb(249 115 22 / 0.65);
  }

  .lg\:border-l-orange-500\/70 {
    border-left-color: rgb(249 115 22 / 0.7);
  }

  .lg\:border-l-orange-500\/75 {
    border-left-color: rgb(249 115 22 / 0.75);
  }

  .lg\:border-l-orange-500\/80 {
    border-left-color: rgb(249 115 22 / 0.8);
  }

  .lg\:border-l-orange-500\/85 {
    border-left-color: rgb(249 115 22 / 0.85);
  }

  .lg\:border-l-orange-500\/90 {
    border-left-color: rgb(249 115 22 / 0.9);
  }

  .lg\:border-l-orange-500\/95 {
    border-left-color: rgb(249 115 22 / 0.95);
  }

  .lg\:border-l-orange-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 88 12 / var(--tw-border-opacity));
  }

  .lg\:border-l-orange-600\/0 {
    border-left-color: rgb(234 88 12 / 0);
  }

  .lg\:border-l-orange-600\/10 {
    border-left-color: rgb(234 88 12 / 0.1);
  }

  .lg\:border-l-orange-600\/100 {
    border-left-color: rgb(234 88 12 / 1);
  }

  .lg\:border-l-orange-600\/15 {
    border-left-color: rgb(234 88 12 / 0.15);
  }

  .lg\:border-l-orange-600\/20 {
    border-left-color: rgb(234 88 12 / 0.2);
  }

  .lg\:border-l-orange-600\/25 {
    border-left-color: rgb(234 88 12 / 0.25);
  }

  .lg\:border-l-orange-600\/30 {
    border-left-color: rgb(234 88 12 / 0.3);
  }

  .lg\:border-l-orange-600\/35 {
    border-left-color: rgb(234 88 12 / 0.35);
  }

  .lg\:border-l-orange-600\/40 {
    border-left-color: rgb(234 88 12 / 0.4);
  }

  .lg\:border-l-orange-600\/45 {
    border-left-color: rgb(234 88 12 / 0.45);
  }

  .lg\:border-l-orange-600\/5 {
    border-left-color: rgb(234 88 12 / 0.05);
  }

  .lg\:border-l-orange-600\/50 {
    border-left-color: rgb(234 88 12 / 0.5);
  }

  .lg\:border-l-orange-600\/55 {
    border-left-color: rgb(234 88 12 / 0.55);
  }

  .lg\:border-l-orange-600\/60 {
    border-left-color: rgb(234 88 12 / 0.6);
  }

  .lg\:border-l-orange-600\/65 {
    border-left-color: rgb(234 88 12 / 0.65);
  }

  .lg\:border-l-orange-600\/70 {
    border-left-color: rgb(234 88 12 / 0.7);
  }

  .lg\:border-l-orange-600\/75 {
    border-left-color: rgb(234 88 12 / 0.75);
  }

  .lg\:border-l-orange-600\/80 {
    border-left-color: rgb(234 88 12 / 0.8);
  }

  .lg\:border-l-orange-600\/85 {
    border-left-color: rgb(234 88 12 / 0.85);
  }

  .lg\:border-l-orange-600\/90 {
    border-left-color: rgb(234 88 12 / 0.9);
  }

  .lg\:border-l-orange-600\/95 {
    border-left-color: rgb(234 88 12 / 0.95);
  }

  .lg\:border-l-orange-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(194 65 12 / var(--tw-border-opacity));
  }

  .lg\:border-l-orange-700\/0 {
    border-left-color: rgb(194 65 12 / 0);
  }

  .lg\:border-l-orange-700\/10 {
    border-left-color: rgb(194 65 12 / 0.1);
  }

  .lg\:border-l-orange-700\/100 {
    border-left-color: rgb(194 65 12 / 1);
  }

  .lg\:border-l-orange-700\/15 {
    border-left-color: rgb(194 65 12 / 0.15);
  }

  .lg\:border-l-orange-700\/20 {
    border-left-color: rgb(194 65 12 / 0.2);
  }

  .lg\:border-l-orange-700\/25 {
    border-left-color: rgb(194 65 12 / 0.25);
  }

  .lg\:border-l-orange-700\/30 {
    border-left-color: rgb(194 65 12 / 0.3);
  }

  .lg\:border-l-orange-700\/35 {
    border-left-color: rgb(194 65 12 / 0.35);
  }

  .lg\:border-l-orange-700\/40 {
    border-left-color: rgb(194 65 12 / 0.4);
  }

  .lg\:border-l-orange-700\/45 {
    border-left-color: rgb(194 65 12 / 0.45);
  }

  .lg\:border-l-orange-700\/5 {
    border-left-color: rgb(194 65 12 / 0.05);
  }

  .lg\:border-l-orange-700\/50 {
    border-left-color: rgb(194 65 12 / 0.5);
  }

  .lg\:border-l-orange-700\/55 {
    border-left-color: rgb(194 65 12 / 0.55);
  }

  .lg\:border-l-orange-700\/60 {
    border-left-color: rgb(194 65 12 / 0.6);
  }

  .lg\:border-l-orange-700\/65 {
    border-left-color: rgb(194 65 12 / 0.65);
  }

  .lg\:border-l-orange-700\/70 {
    border-left-color: rgb(194 65 12 / 0.7);
  }

  .lg\:border-l-orange-700\/75 {
    border-left-color: rgb(194 65 12 / 0.75);
  }

  .lg\:border-l-orange-700\/80 {
    border-left-color: rgb(194 65 12 / 0.8);
  }

  .lg\:border-l-orange-700\/85 {
    border-left-color: rgb(194 65 12 / 0.85);
  }

  .lg\:border-l-orange-700\/90 {
    border-left-color: rgb(194 65 12 / 0.9);
  }

  .lg\:border-l-orange-700\/95 {
    border-left-color: rgb(194 65 12 / 0.95);
  }

  .lg\:border-l-orange-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(154 52 18 / var(--tw-border-opacity));
  }

  .lg\:border-l-orange-800\/0 {
    border-left-color: rgb(154 52 18 / 0);
  }

  .lg\:border-l-orange-800\/10 {
    border-left-color: rgb(154 52 18 / 0.1);
  }

  .lg\:border-l-orange-800\/100 {
    border-left-color: rgb(154 52 18 / 1);
  }

  .lg\:border-l-orange-800\/15 {
    border-left-color: rgb(154 52 18 / 0.15);
  }

  .lg\:border-l-orange-800\/20 {
    border-left-color: rgb(154 52 18 / 0.2);
  }

  .lg\:border-l-orange-800\/25 {
    border-left-color: rgb(154 52 18 / 0.25);
  }

  .lg\:border-l-orange-800\/30 {
    border-left-color: rgb(154 52 18 / 0.3);
  }

  .lg\:border-l-orange-800\/35 {
    border-left-color: rgb(154 52 18 / 0.35);
  }

  .lg\:border-l-orange-800\/40 {
    border-left-color: rgb(154 52 18 / 0.4);
  }

  .lg\:border-l-orange-800\/45 {
    border-left-color: rgb(154 52 18 / 0.45);
  }

  .lg\:border-l-orange-800\/5 {
    border-left-color: rgb(154 52 18 / 0.05);
  }

  .lg\:border-l-orange-800\/50 {
    border-left-color: rgb(154 52 18 / 0.5);
  }

  .lg\:border-l-orange-800\/55 {
    border-left-color: rgb(154 52 18 / 0.55);
  }

  .lg\:border-l-orange-800\/60 {
    border-left-color: rgb(154 52 18 / 0.6);
  }

  .lg\:border-l-orange-800\/65 {
    border-left-color: rgb(154 52 18 / 0.65);
  }

  .lg\:border-l-orange-800\/70 {
    border-left-color: rgb(154 52 18 / 0.7);
  }

  .lg\:border-l-orange-800\/75 {
    border-left-color: rgb(154 52 18 / 0.75);
  }

  .lg\:border-l-orange-800\/80 {
    border-left-color: rgb(154 52 18 / 0.8);
  }

  .lg\:border-l-orange-800\/85 {
    border-left-color: rgb(154 52 18 / 0.85);
  }

  .lg\:border-l-orange-800\/90 {
    border-left-color: rgb(154 52 18 / 0.9);
  }

  .lg\:border-l-orange-800\/95 {
    border-left-color: rgb(154 52 18 / 0.95);
  }

  .lg\:border-l-orange-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(124 45 18 / var(--tw-border-opacity));
  }

  .lg\:border-l-orange-900\/0 {
    border-left-color: rgb(124 45 18 / 0);
  }

  .lg\:border-l-orange-900\/10 {
    border-left-color: rgb(124 45 18 / 0.1);
  }

  .lg\:border-l-orange-900\/100 {
    border-left-color: rgb(124 45 18 / 1);
  }

  .lg\:border-l-orange-900\/15 {
    border-left-color: rgb(124 45 18 / 0.15);
  }

  .lg\:border-l-orange-900\/20 {
    border-left-color: rgb(124 45 18 / 0.2);
  }

  .lg\:border-l-orange-900\/25 {
    border-left-color: rgb(124 45 18 / 0.25);
  }

  .lg\:border-l-orange-900\/30 {
    border-left-color: rgb(124 45 18 / 0.3);
  }

  .lg\:border-l-orange-900\/35 {
    border-left-color: rgb(124 45 18 / 0.35);
  }

  .lg\:border-l-orange-900\/40 {
    border-left-color: rgb(124 45 18 / 0.4);
  }

  .lg\:border-l-orange-900\/45 {
    border-left-color: rgb(124 45 18 / 0.45);
  }

  .lg\:border-l-orange-900\/5 {
    border-left-color: rgb(124 45 18 / 0.05);
  }

  .lg\:border-l-orange-900\/50 {
    border-left-color: rgb(124 45 18 / 0.5);
  }

  .lg\:border-l-orange-900\/55 {
    border-left-color: rgb(124 45 18 / 0.55);
  }

  .lg\:border-l-orange-900\/60 {
    border-left-color: rgb(124 45 18 / 0.6);
  }

  .lg\:border-l-orange-900\/65 {
    border-left-color: rgb(124 45 18 / 0.65);
  }

  .lg\:border-l-orange-900\/70 {
    border-left-color: rgb(124 45 18 / 0.7);
  }

  .lg\:border-l-orange-900\/75 {
    border-left-color: rgb(124 45 18 / 0.75);
  }

  .lg\:border-l-orange-900\/80 {
    border-left-color: rgb(124 45 18 / 0.8);
  }

  .lg\:border-l-orange-900\/85 {
    border-left-color: rgb(124 45 18 / 0.85);
  }

  .lg\:border-l-orange-900\/90 {
    border-left-color: rgb(124 45 18 / 0.9);
  }

  .lg\:border-l-orange-900\/95 {
    border-left-color: rgb(124 45 18 / 0.95);
  }

  .lg\:border-l-orange-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(67 20 7 / var(--tw-border-opacity));
  }

  .lg\:border-l-orange-950\/0 {
    border-left-color: rgb(67 20 7 / 0);
  }

  .lg\:border-l-orange-950\/10 {
    border-left-color: rgb(67 20 7 / 0.1);
  }

  .lg\:border-l-orange-950\/100 {
    border-left-color: rgb(67 20 7 / 1);
  }

  .lg\:border-l-orange-950\/15 {
    border-left-color: rgb(67 20 7 / 0.15);
  }

  .lg\:border-l-orange-950\/20 {
    border-left-color: rgb(67 20 7 / 0.2);
  }

  .lg\:border-l-orange-950\/25 {
    border-left-color: rgb(67 20 7 / 0.25);
  }

  .lg\:border-l-orange-950\/30 {
    border-left-color: rgb(67 20 7 / 0.3);
  }

  .lg\:border-l-orange-950\/35 {
    border-left-color: rgb(67 20 7 / 0.35);
  }

  .lg\:border-l-orange-950\/40 {
    border-left-color: rgb(67 20 7 / 0.4);
  }

  .lg\:border-l-orange-950\/45 {
    border-left-color: rgb(67 20 7 / 0.45);
  }

  .lg\:border-l-orange-950\/5 {
    border-left-color: rgb(67 20 7 / 0.05);
  }

  .lg\:border-l-orange-950\/50 {
    border-left-color: rgb(67 20 7 / 0.5);
  }

  .lg\:border-l-orange-950\/55 {
    border-left-color: rgb(67 20 7 / 0.55);
  }

  .lg\:border-l-orange-950\/60 {
    border-left-color: rgb(67 20 7 / 0.6);
  }

  .lg\:border-l-orange-950\/65 {
    border-left-color: rgb(67 20 7 / 0.65);
  }

  .lg\:border-l-orange-950\/70 {
    border-left-color: rgb(67 20 7 / 0.7);
  }

  .lg\:border-l-orange-950\/75 {
    border-left-color: rgb(67 20 7 / 0.75);
  }

  .lg\:border-l-orange-950\/80 {
    border-left-color: rgb(67 20 7 / 0.8);
  }

  .lg\:border-l-orange-950\/85 {
    border-left-color: rgb(67 20 7 / 0.85);
  }

  .lg\:border-l-orange-950\/90 {
    border-left-color: rgb(67 20 7 / 0.9);
  }

  .lg\:border-l-orange-950\/95 {
    border-left-color: rgb(67 20 7 / 0.95);
  }

  .lg\:border-l-pink-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(252 231 243 / var(--tw-border-opacity));
  }

  .lg\:border-l-pink-100\/0 {
    border-left-color: rgb(252 231 243 / 0);
  }

  .lg\:border-l-pink-100\/10 {
    border-left-color: rgb(252 231 243 / 0.1);
  }

  .lg\:border-l-pink-100\/100 {
    border-left-color: rgb(252 231 243 / 1);
  }

  .lg\:border-l-pink-100\/15 {
    border-left-color: rgb(252 231 243 / 0.15);
  }

  .lg\:border-l-pink-100\/20 {
    border-left-color: rgb(252 231 243 / 0.2);
  }

  .lg\:border-l-pink-100\/25 {
    border-left-color: rgb(252 231 243 / 0.25);
  }

  .lg\:border-l-pink-100\/30 {
    border-left-color: rgb(252 231 243 / 0.3);
  }

  .lg\:border-l-pink-100\/35 {
    border-left-color: rgb(252 231 243 / 0.35);
  }

  .lg\:border-l-pink-100\/40 {
    border-left-color: rgb(252 231 243 / 0.4);
  }

  .lg\:border-l-pink-100\/45 {
    border-left-color: rgb(252 231 243 / 0.45);
  }

  .lg\:border-l-pink-100\/5 {
    border-left-color: rgb(252 231 243 / 0.05);
  }

  .lg\:border-l-pink-100\/50 {
    border-left-color: rgb(252 231 243 / 0.5);
  }

  .lg\:border-l-pink-100\/55 {
    border-left-color: rgb(252 231 243 / 0.55);
  }

  .lg\:border-l-pink-100\/60 {
    border-left-color: rgb(252 231 243 / 0.6);
  }

  .lg\:border-l-pink-100\/65 {
    border-left-color: rgb(252 231 243 / 0.65);
  }

  .lg\:border-l-pink-100\/70 {
    border-left-color: rgb(252 231 243 / 0.7);
  }

  .lg\:border-l-pink-100\/75 {
    border-left-color: rgb(252 231 243 / 0.75);
  }

  .lg\:border-l-pink-100\/80 {
    border-left-color: rgb(252 231 243 / 0.8);
  }

  .lg\:border-l-pink-100\/85 {
    border-left-color: rgb(252 231 243 / 0.85);
  }

  .lg\:border-l-pink-100\/90 {
    border-left-color: rgb(252 231 243 / 0.9);
  }

  .lg\:border-l-pink-100\/95 {
    border-left-color: rgb(252 231 243 / 0.95);
  }

  .lg\:border-l-pink-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(251 207 232 / var(--tw-border-opacity));
  }

  .lg\:border-l-pink-200\/0 {
    border-left-color: rgb(251 207 232 / 0);
  }

  .lg\:border-l-pink-200\/10 {
    border-left-color: rgb(251 207 232 / 0.1);
  }

  .lg\:border-l-pink-200\/100 {
    border-left-color: rgb(251 207 232 / 1);
  }

  .lg\:border-l-pink-200\/15 {
    border-left-color: rgb(251 207 232 / 0.15);
  }

  .lg\:border-l-pink-200\/20 {
    border-left-color: rgb(251 207 232 / 0.2);
  }

  .lg\:border-l-pink-200\/25 {
    border-left-color: rgb(251 207 232 / 0.25);
  }

  .lg\:border-l-pink-200\/30 {
    border-left-color: rgb(251 207 232 / 0.3);
  }

  .lg\:border-l-pink-200\/35 {
    border-left-color: rgb(251 207 232 / 0.35);
  }

  .lg\:border-l-pink-200\/40 {
    border-left-color: rgb(251 207 232 / 0.4);
  }

  .lg\:border-l-pink-200\/45 {
    border-left-color: rgb(251 207 232 / 0.45);
  }

  .lg\:border-l-pink-200\/5 {
    border-left-color: rgb(251 207 232 / 0.05);
  }

  .lg\:border-l-pink-200\/50 {
    border-left-color: rgb(251 207 232 / 0.5);
  }

  .lg\:border-l-pink-200\/55 {
    border-left-color: rgb(251 207 232 / 0.55);
  }

  .lg\:border-l-pink-200\/60 {
    border-left-color: rgb(251 207 232 / 0.6);
  }

  .lg\:border-l-pink-200\/65 {
    border-left-color: rgb(251 207 232 / 0.65);
  }

  .lg\:border-l-pink-200\/70 {
    border-left-color: rgb(251 207 232 / 0.7);
  }

  .lg\:border-l-pink-200\/75 {
    border-left-color: rgb(251 207 232 / 0.75);
  }

  .lg\:border-l-pink-200\/80 {
    border-left-color: rgb(251 207 232 / 0.8);
  }

  .lg\:border-l-pink-200\/85 {
    border-left-color: rgb(251 207 232 / 0.85);
  }

  .lg\:border-l-pink-200\/90 {
    border-left-color: rgb(251 207 232 / 0.9);
  }

  .lg\:border-l-pink-200\/95 {
    border-left-color: rgb(251 207 232 / 0.95);
  }

  .lg\:border-l-pink-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(249 168 212 / var(--tw-border-opacity));
  }

  .lg\:border-l-pink-300\/0 {
    border-left-color: rgb(249 168 212 / 0);
  }

  .lg\:border-l-pink-300\/10 {
    border-left-color: rgb(249 168 212 / 0.1);
  }

  .lg\:border-l-pink-300\/100 {
    border-left-color: rgb(249 168 212 / 1);
  }

  .lg\:border-l-pink-300\/15 {
    border-left-color: rgb(249 168 212 / 0.15);
  }

  .lg\:border-l-pink-300\/20 {
    border-left-color: rgb(249 168 212 / 0.2);
  }

  .lg\:border-l-pink-300\/25 {
    border-left-color: rgb(249 168 212 / 0.25);
  }

  .lg\:border-l-pink-300\/30 {
    border-left-color: rgb(249 168 212 / 0.3);
  }

  .lg\:border-l-pink-300\/35 {
    border-left-color: rgb(249 168 212 / 0.35);
  }

  .lg\:border-l-pink-300\/40 {
    border-left-color: rgb(249 168 212 / 0.4);
  }

  .lg\:border-l-pink-300\/45 {
    border-left-color: rgb(249 168 212 / 0.45);
  }

  .lg\:border-l-pink-300\/5 {
    border-left-color: rgb(249 168 212 / 0.05);
  }

  .lg\:border-l-pink-300\/50 {
    border-left-color: rgb(249 168 212 / 0.5);
  }

  .lg\:border-l-pink-300\/55 {
    border-left-color: rgb(249 168 212 / 0.55);
  }

  .lg\:border-l-pink-300\/60 {
    border-left-color: rgb(249 168 212 / 0.6);
  }

  .lg\:border-l-pink-300\/65 {
    border-left-color: rgb(249 168 212 / 0.65);
  }

  .lg\:border-l-pink-300\/70 {
    border-left-color: rgb(249 168 212 / 0.7);
  }

  .lg\:border-l-pink-300\/75 {
    border-left-color: rgb(249 168 212 / 0.75);
  }

  .lg\:border-l-pink-300\/80 {
    border-left-color: rgb(249 168 212 / 0.8);
  }

  .lg\:border-l-pink-300\/85 {
    border-left-color: rgb(249 168 212 / 0.85);
  }

  .lg\:border-l-pink-300\/90 {
    border-left-color: rgb(249 168 212 / 0.9);
  }

  .lg\:border-l-pink-300\/95 {
    border-left-color: rgb(249 168 212 / 0.95);
  }

  .lg\:border-l-pink-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(244 114 182 / var(--tw-border-opacity));
  }

  .lg\:border-l-pink-400\/0 {
    border-left-color: rgb(244 114 182 / 0);
  }

  .lg\:border-l-pink-400\/10 {
    border-left-color: rgb(244 114 182 / 0.1);
  }

  .lg\:border-l-pink-400\/100 {
    border-left-color: rgb(244 114 182 / 1);
  }

  .lg\:border-l-pink-400\/15 {
    border-left-color: rgb(244 114 182 / 0.15);
  }

  .lg\:border-l-pink-400\/20 {
    border-left-color: rgb(244 114 182 / 0.2);
  }

  .lg\:border-l-pink-400\/25 {
    border-left-color: rgb(244 114 182 / 0.25);
  }

  .lg\:border-l-pink-400\/30 {
    border-left-color: rgb(244 114 182 / 0.3);
  }

  .lg\:border-l-pink-400\/35 {
    border-left-color: rgb(244 114 182 / 0.35);
  }

  .lg\:border-l-pink-400\/40 {
    border-left-color: rgb(244 114 182 / 0.4);
  }

  .lg\:border-l-pink-400\/45 {
    border-left-color: rgb(244 114 182 / 0.45);
  }

  .lg\:border-l-pink-400\/5 {
    border-left-color: rgb(244 114 182 / 0.05);
  }

  .lg\:border-l-pink-400\/50 {
    border-left-color: rgb(244 114 182 / 0.5);
  }

  .lg\:border-l-pink-400\/55 {
    border-left-color: rgb(244 114 182 / 0.55);
  }

  .lg\:border-l-pink-400\/60 {
    border-left-color: rgb(244 114 182 / 0.6);
  }

  .lg\:border-l-pink-400\/65 {
    border-left-color: rgb(244 114 182 / 0.65);
  }

  .lg\:border-l-pink-400\/70 {
    border-left-color: rgb(244 114 182 / 0.7);
  }

  .lg\:border-l-pink-400\/75 {
    border-left-color: rgb(244 114 182 / 0.75);
  }

  .lg\:border-l-pink-400\/80 {
    border-left-color: rgb(244 114 182 / 0.8);
  }

  .lg\:border-l-pink-400\/85 {
    border-left-color: rgb(244 114 182 / 0.85);
  }

  .lg\:border-l-pink-400\/90 {
    border-left-color: rgb(244 114 182 / 0.9);
  }

  .lg\:border-l-pink-400\/95 {
    border-left-color: rgb(244 114 182 / 0.95);
  }

  .lg\:border-l-pink-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 242 248 / var(--tw-border-opacity));
  }

  .lg\:border-l-pink-50\/0 {
    border-left-color: rgb(253 242 248 / 0);
  }

  .lg\:border-l-pink-50\/10 {
    border-left-color: rgb(253 242 248 / 0.1);
  }

  .lg\:border-l-pink-50\/100 {
    border-left-color: rgb(253 242 248 / 1);
  }

  .lg\:border-l-pink-50\/15 {
    border-left-color: rgb(253 242 248 / 0.15);
  }

  .lg\:border-l-pink-50\/20 {
    border-left-color: rgb(253 242 248 / 0.2);
  }

  .lg\:border-l-pink-50\/25 {
    border-left-color: rgb(253 242 248 / 0.25);
  }

  .lg\:border-l-pink-50\/30 {
    border-left-color: rgb(253 242 248 / 0.3);
  }

  .lg\:border-l-pink-50\/35 {
    border-left-color: rgb(253 242 248 / 0.35);
  }

  .lg\:border-l-pink-50\/40 {
    border-left-color: rgb(253 242 248 / 0.4);
  }

  .lg\:border-l-pink-50\/45 {
    border-left-color: rgb(253 242 248 / 0.45);
  }

  .lg\:border-l-pink-50\/5 {
    border-left-color: rgb(253 242 248 / 0.05);
  }

  .lg\:border-l-pink-50\/50 {
    border-left-color: rgb(253 242 248 / 0.5);
  }

  .lg\:border-l-pink-50\/55 {
    border-left-color: rgb(253 242 248 / 0.55);
  }

  .lg\:border-l-pink-50\/60 {
    border-left-color: rgb(253 242 248 / 0.6);
  }

  .lg\:border-l-pink-50\/65 {
    border-left-color: rgb(253 242 248 / 0.65);
  }

  .lg\:border-l-pink-50\/70 {
    border-left-color: rgb(253 242 248 / 0.7);
  }

  .lg\:border-l-pink-50\/75 {
    border-left-color: rgb(253 242 248 / 0.75);
  }

  .lg\:border-l-pink-50\/80 {
    border-left-color: rgb(253 242 248 / 0.8);
  }

  .lg\:border-l-pink-50\/85 {
    border-left-color: rgb(253 242 248 / 0.85);
  }

  .lg\:border-l-pink-50\/90 {
    border-left-color: rgb(253 242 248 / 0.9);
  }

  .lg\:border-l-pink-50\/95 {
    border-left-color: rgb(253 242 248 / 0.95);
  }

  .lg\:border-l-pink-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(236 72 153 / var(--tw-border-opacity));
  }

  .lg\:border-l-pink-500\/0 {
    border-left-color: rgb(236 72 153 / 0);
  }

  .lg\:border-l-pink-500\/10 {
    border-left-color: rgb(236 72 153 / 0.1);
  }

  .lg\:border-l-pink-500\/100 {
    border-left-color: rgb(236 72 153 / 1);
  }

  .lg\:border-l-pink-500\/15 {
    border-left-color: rgb(236 72 153 / 0.15);
  }

  .lg\:border-l-pink-500\/20 {
    border-left-color: rgb(236 72 153 / 0.2);
  }

  .lg\:border-l-pink-500\/25 {
    border-left-color: rgb(236 72 153 / 0.25);
  }

  .lg\:border-l-pink-500\/30 {
    border-left-color: rgb(236 72 153 / 0.3);
  }

  .lg\:border-l-pink-500\/35 {
    border-left-color: rgb(236 72 153 / 0.35);
  }

  .lg\:border-l-pink-500\/40 {
    border-left-color: rgb(236 72 153 / 0.4);
  }

  .lg\:border-l-pink-500\/45 {
    border-left-color: rgb(236 72 153 / 0.45);
  }

  .lg\:border-l-pink-500\/5 {
    border-left-color: rgb(236 72 153 / 0.05);
  }

  .lg\:border-l-pink-500\/50 {
    border-left-color: rgb(236 72 153 / 0.5);
  }

  .lg\:border-l-pink-500\/55 {
    border-left-color: rgb(236 72 153 / 0.55);
  }

  .lg\:border-l-pink-500\/60 {
    border-left-color: rgb(236 72 153 / 0.6);
  }

  .lg\:border-l-pink-500\/65 {
    border-left-color: rgb(236 72 153 / 0.65);
  }

  .lg\:border-l-pink-500\/70 {
    border-left-color: rgb(236 72 153 / 0.7);
  }

  .lg\:border-l-pink-500\/75 {
    border-left-color: rgb(236 72 153 / 0.75);
  }

  .lg\:border-l-pink-500\/80 {
    border-left-color: rgb(236 72 153 / 0.8);
  }

  .lg\:border-l-pink-500\/85 {
    border-left-color: rgb(236 72 153 / 0.85);
  }

  .lg\:border-l-pink-500\/90 {
    border-left-color: rgb(236 72 153 / 0.9);
  }

  .lg\:border-l-pink-500\/95 {
    border-left-color: rgb(236 72 153 / 0.95);
  }

  .lg\:border-l-pink-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(219 39 119 / var(--tw-border-opacity));
  }

  .lg\:border-l-pink-600\/0 {
    border-left-color: rgb(219 39 119 / 0);
  }

  .lg\:border-l-pink-600\/10 {
    border-left-color: rgb(219 39 119 / 0.1);
  }

  .lg\:border-l-pink-600\/100 {
    border-left-color: rgb(219 39 119 / 1);
  }

  .lg\:border-l-pink-600\/15 {
    border-left-color: rgb(219 39 119 / 0.15);
  }

  .lg\:border-l-pink-600\/20 {
    border-left-color: rgb(219 39 119 / 0.2);
  }

  .lg\:border-l-pink-600\/25 {
    border-left-color: rgb(219 39 119 / 0.25);
  }

  .lg\:border-l-pink-600\/30 {
    border-left-color: rgb(219 39 119 / 0.3);
  }

  .lg\:border-l-pink-600\/35 {
    border-left-color: rgb(219 39 119 / 0.35);
  }

  .lg\:border-l-pink-600\/40 {
    border-left-color: rgb(219 39 119 / 0.4);
  }

  .lg\:border-l-pink-600\/45 {
    border-left-color: rgb(219 39 119 / 0.45);
  }

  .lg\:border-l-pink-600\/5 {
    border-left-color: rgb(219 39 119 / 0.05);
  }

  .lg\:border-l-pink-600\/50 {
    border-left-color: rgb(219 39 119 / 0.5);
  }

  .lg\:border-l-pink-600\/55 {
    border-left-color: rgb(219 39 119 / 0.55);
  }

  .lg\:border-l-pink-600\/60 {
    border-left-color: rgb(219 39 119 / 0.6);
  }

  .lg\:border-l-pink-600\/65 {
    border-left-color: rgb(219 39 119 / 0.65);
  }

  .lg\:border-l-pink-600\/70 {
    border-left-color: rgb(219 39 119 / 0.7);
  }

  .lg\:border-l-pink-600\/75 {
    border-left-color: rgb(219 39 119 / 0.75);
  }

  .lg\:border-l-pink-600\/80 {
    border-left-color: rgb(219 39 119 / 0.8);
  }

  .lg\:border-l-pink-600\/85 {
    border-left-color: rgb(219 39 119 / 0.85);
  }

  .lg\:border-l-pink-600\/90 {
    border-left-color: rgb(219 39 119 / 0.9);
  }

  .lg\:border-l-pink-600\/95 {
    border-left-color: rgb(219 39 119 / 0.95);
  }

  .lg\:border-l-pink-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(190 24 93 / var(--tw-border-opacity));
  }

  .lg\:border-l-pink-700\/0 {
    border-left-color: rgb(190 24 93 / 0);
  }

  .lg\:border-l-pink-700\/10 {
    border-left-color: rgb(190 24 93 / 0.1);
  }

  .lg\:border-l-pink-700\/100 {
    border-left-color: rgb(190 24 93 / 1);
  }

  .lg\:border-l-pink-700\/15 {
    border-left-color: rgb(190 24 93 / 0.15);
  }

  .lg\:border-l-pink-700\/20 {
    border-left-color: rgb(190 24 93 / 0.2);
  }

  .lg\:border-l-pink-700\/25 {
    border-left-color: rgb(190 24 93 / 0.25);
  }

  .lg\:border-l-pink-700\/30 {
    border-left-color: rgb(190 24 93 / 0.3);
  }

  .lg\:border-l-pink-700\/35 {
    border-left-color: rgb(190 24 93 / 0.35);
  }

  .lg\:border-l-pink-700\/40 {
    border-left-color: rgb(190 24 93 / 0.4);
  }

  .lg\:border-l-pink-700\/45 {
    border-left-color: rgb(190 24 93 / 0.45);
  }

  .lg\:border-l-pink-700\/5 {
    border-left-color: rgb(190 24 93 / 0.05);
  }

  .lg\:border-l-pink-700\/50 {
    border-left-color: rgb(190 24 93 / 0.5);
  }

  .lg\:border-l-pink-700\/55 {
    border-left-color: rgb(190 24 93 / 0.55);
  }

  .lg\:border-l-pink-700\/60 {
    border-left-color: rgb(190 24 93 / 0.6);
  }

  .lg\:border-l-pink-700\/65 {
    border-left-color: rgb(190 24 93 / 0.65);
  }

  .lg\:border-l-pink-700\/70 {
    border-left-color: rgb(190 24 93 / 0.7);
  }

  .lg\:border-l-pink-700\/75 {
    border-left-color: rgb(190 24 93 / 0.75);
  }

  .lg\:border-l-pink-700\/80 {
    border-left-color: rgb(190 24 93 / 0.8);
  }

  .lg\:border-l-pink-700\/85 {
    border-left-color: rgb(190 24 93 / 0.85);
  }

  .lg\:border-l-pink-700\/90 {
    border-left-color: rgb(190 24 93 / 0.9);
  }

  .lg\:border-l-pink-700\/95 {
    border-left-color: rgb(190 24 93 / 0.95);
  }

  .lg\:border-l-pink-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(157 23 77 / var(--tw-border-opacity));
  }

  .lg\:border-l-pink-800\/0 {
    border-left-color: rgb(157 23 77 / 0);
  }

  .lg\:border-l-pink-800\/10 {
    border-left-color: rgb(157 23 77 / 0.1);
  }

  .lg\:border-l-pink-800\/100 {
    border-left-color: rgb(157 23 77 / 1);
  }

  .lg\:border-l-pink-800\/15 {
    border-left-color: rgb(157 23 77 / 0.15);
  }

  .lg\:border-l-pink-800\/20 {
    border-left-color: rgb(157 23 77 / 0.2);
  }

  .lg\:border-l-pink-800\/25 {
    border-left-color: rgb(157 23 77 / 0.25);
  }

  .lg\:border-l-pink-800\/30 {
    border-left-color: rgb(157 23 77 / 0.3);
  }

  .lg\:border-l-pink-800\/35 {
    border-left-color: rgb(157 23 77 / 0.35);
  }

  .lg\:border-l-pink-800\/40 {
    border-left-color: rgb(157 23 77 / 0.4);
  }

  .lg\:border-l-pink-800\/45 {
    border-left-color: rgb(157 23 77 / 0.45);
  }

  .lg\:border-l-pink-800\/5 {
    border-left-color: rgb(157 23 77 / 0.05);
  }

  .lg\:border-l-pink-800\/50 {
    border-left-color: rgb(157 23 77 / 0.5);
  }

  .lg\:border-l-pink-800\/55 {
    border-left-color: rgb(157 23 77 / 0.55);
  }

  .lg\:border-l-pink-800\/60 {
    border-left-color: rgb(157 23 77 / 0.6);
  }

  .lg\:border-l-pink-800\/65 {
    border-left-color: rgb(157 23 77 / 0.65);
  }

  .lg\:border-l-pink-800\/70 {
    border-left-color: rgb(157 23 77 / 0.7);
  }

  .lg\:border-l-pink-800\/75 {
    border-left-color: rgb(157 23 77 / 0.75);
  }

  .lg\:border-l-pink-800\/80 {
    border-left-color: rgb(157 23 77 / 0.8);
  }

  .lg\:border-l-pink-800\/85 {
    border-left-color: rgb(157 23 77 / 0.85);
  }

  .lg\:border-l-pink-800\/90 {
    border-left-color: rgb(157 23 77 / 0.9);
  }

  .lg\:border-l-pink-800\/95 {
    border-left-color: rgb(157 23 77 / 0.95);
  }

  .lg\:border-l-pink-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(131 24 67 / var(--tw-border-opacity));
  }

  .lg\:border-l-pink-900\/0 {
    border-left-color: rgb(131 24 67 / 0);
  }

  .lg\:border-l-pink-900\/10 {
    border-left-color: rgb(131 24 67 / 0.1);
  }

  .lg\:border-l-pink-900\/100 {
    border-left-color: rgb(131 24 67 / 1);
  }

  .lg\:border-l-pink-900\/15 {
    border-left-color: rgb(131 24 67 / 0.15);
  }

  .lg\:border-l-pink-900\/20 {
    border-left-color: rgb(131 24 67 / 0.2);
  }

  .lg\:border-l-pink-900\/25 {
    border-left-color: rgb(131 24 67 / 0.25);
  }

  .lg\:border-l-pink-900\/30 {
    border-left-color: rgb(131 24 67 / 0.3);
  }

  .lg\:border-l-pink-900\/35 {
    border-left-color: rgb(131 24 67 / 0.35);
  }

  .lg\:border-l-pink-900\/40 {
    border-left-color: rgb(131 24 67 / 0.4);
  }

  .lg\:border-l-pink-900\/45 {
    border-left-color: rgb(131 24 67 / 0.45);
  }

  .lg\:border-l-pink-900\/5 {
    border-left-color: rgb(131 24 67 / 0.05);
  }

  .lg\:border-l-pink-900\/50 {
    border-left-color: rgb(131 24 67 / 0.5);
  }

  .lg\:border-l-pink-900\/55 {
    border-left-color: rgb(131 24 67 / 0.55);
  }

  .lg\:border-l-pink-900\/60 {
    border-left-color: rgb(131 24 67 / 0.6);
  }

  .lg\:border-l-pink-900\/65 {
    border-left-color: rgb(131 24 67 / 0.65);
  }

  .lg\:border-l-pink-900\/70 {
    border-left-color: rgb(131 24 67 / 0.7);
  }

  .lg\:border-l-pink-900\/75 {
    border-left-color: rgb(131 24 67 / 0.75);
  }

  .lg\:border-l-pink-900\/80 {
    border-left-color: rgb(131 24 67 / 0.8);
  }

  .lg\:border-l-pink-900\/85 {
    border-left-color: rgb(131 24 67 / 0.85);
  }

  .lg\:border-l-pink-900\/90 {
    border-left-color: rgb(131 24 67 / 0.9);
  }

  .lg\:border-l-pink-900\/95 {
    border-left-color: rgb(131 24 67 / 0.95);
  }

  .lg\:border-l-pink-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(80 7 36 / var(--tw-border-opacity));
  }

  .lg\:border-l-pink-950\/0 {
    border-left-color: rgb(80 7 36 / 0);
  }

  .lg\:border-l-pink-950\/10 {
    border-left-color: rgb(80 7 36 / 0.1);
  }

  .lg\:border-l-pink-950\/100 {
    border-left-color: rgb(80 7 36 / 1);
  }

  .lg\:border-l-pink-950\/15 {
    border-left-color: rgb(80 7 36 / 0.15);
  }

  .lg\:border-l-pink-950\/20 {
    border-left-color: rgb(80 7 36 / 0.2);
  }

  .lg\:border-l-pink-950\/25 {
    border-left-color: rgb(80 7 36 / 0.25);
  }

  .lg\:border-l-pink-950\/30 {
    border-left-color: rgb(80 7 36 / 0.3);
  }

  .lg\:border-l-pink-950\/35 {
    border-left-color: rgb(80 7 36 / 0.35);
  }

  .lg\:border-l-pink-950\/40 {
    border-left-color: rgb(80 7 36 / 0.4);
  }

  .lg\:border-l-pink-950\/45 {
    border-left-color: rgb(80 7 36 / 0.45);
  }

  .lg\:border-l-pink-950\/5 {
    border-left-color: rgb(80 7 36 / 0.05);
  }

  .lg\:border-l-pink-950\/50 {
    border-left-color: rgb(80 7 36 / 0.5);
  }

  .lg\:border-l-pink-950\/55 {
    border-left-color: rgb(80 7 36 / 0.55);
  }

  .lg\:border-l-pink-950\/60 {
    border-left-color: rgb(80 7 36 / 0.6);
  }

  .lg\:border-l-pink-950\/65 {
    border-left-color: rgb(80 7 36 / 0.65);
  }

  .lg\:border-l-pink-950\/70 {
    border-left-color: rgb(80 7 36 / 0.7);
  }

  .lg\:border-l-pink-950\/75 {
    border-left-color: rgb(80 7 36 / 0.75);
  }

  .lg\:border-l-pink-950\/80 {
    border-left-color: rgb(80 7 36 / 0.8);
  }

  .lg\:border-l-pink-950\/85 {
    border-left-color: rgb(80 7 36 / 0.85);
  }

  .lg\:border-l-pink-950\/90 {
    border-left-color: rgb(80 7 36 / 0.9);
  }

  .lg\:border-l-pink-950\/95 {
    border-left-color: rgb(80 7 36 / 0.95);
  }

  .lg\:border-l-primary-100 {
    border-left-color: var(--color-primary-100);
  }

  .lg\:border-l-primary-200 {
    border-left-color: var(--color-primary-200);
  }

  .lg\:border-l-primary-300 {
    border-left-color: var(--color-primary-300);
  }

  .lg\:border-l-primary-400 {
    border-left-color: var(--color-primary-400);
  }

  .lg\:border-l-primary-50 {
    border-left-color: var(--color-primary-50);
  }

  .lg\:border-l-primary-500 {
    border-left-color: var(--color-primary-500);
  }

  .lg\:border-l-primary-600 {
    border-left-color: var(--color-primary-600);
  }

  .lg\:border-l-primary-700 {
    border-left-color: var(--color-primary-700);
  }

  .lg\:border-l-primary-800 {
    border-left-color: var(--color-primary-800);
  }

  .lg\:border-l-primary-900 {
    border-left-color: var(--color-primary-900);
  }

  .lg\:border-l-purple-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(243 232 255 / var(--tw-border-opacity));
  }

  .lg\:border-l-purple-100\/0 {
    border-left-color: rgb(243 232 255 / 0);
  }

  .lg\:border-l-purple-100\/10 {
    border-left-color: rgb(243 232 255 / 0.1);
  }

  .lg\:border-l-purple-100\/100 {
    border-left-color: rgb(243 232 255 / 1);
  }

  .lg\:border-l-purple-100\/15 {
    border-left-color: rgb(243 232 255 / 0.15);
  }

  .lg\:border-l-purple-100\/20 {
    border-left-color: rgb(243 232 255 / 0.2);
  }

  .lg\:border-l-purple-100\/25 {
    border-left-color: rgb(243 232 255 / 0.25);
  }

  .lg\:border-l-purple-100\/30 {
    border-left-color: rgb(243 232 255 / 0.3);
  }

  .lg\:border-l-purple-100\/35 {
    border-left-color: rgb(243 232 255 / 0.35);
  }

  .lg\:border-l-purple-100\/40 {
    border-left-color: rgb(243 232 255 / 0.4);
  }

  .lg\:border-l-purple-100\/45 {
    border-left-color: rgb(243 232 255 / 0.45);
  }

  .lg\:border-l-purple-100\/5 {
    border-left-color: rgb(243 232 255 / 0.05);
  }

  .lg\:border-l-purple-100\/50 {
    border-left-color: rgb(243 232 255 / 0.5);
  }

  .lg\:border-l-purple-100\/55 {
    border-left-color: rgb(243 232 255 / 0.55);
  }

  .lg\:border-l-purple-100\/60 {
    border-left-color: rgb(243 232 255 / 0.6);
  }

  .lg\:border-l-purple-100\/65 {
    border-left-color: rgb(243 232 255 / 0.65);
  }

  .lg\:border-l-purple-100\/70 {
    border-left-color: rgb(243 232 255 / 0.7);
  }

  .lg\:border-l-purple-100\/75 {
    border-left-color: rgb(243 232 255 / 0.75);
  }

  .lg\:border-l-purple-100\/80 {
    border-left-color: rgb(243 232 255 / 0.8);
  }

  .lg\:border-l-purple-100\/85 {
    border-left-color: rgb(243 232 255 / 0.85);
  }

  .lg\:border-l-purple-100\/90 {
    border-left-color: rgb(243 232 255 / 0.9);
  }

  .lg\:border-l-purple-100\/95 {
    border-left-color: rgb(243 232 255 / 0.95);
  }

  .lg\:border-l-purple-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(233 213 255 / var(--tw-border-opacity));
  }

  .lg\:border-l-purple-200\/0 {
    border-left-color: rgb(233 213 255 / 0);
  }

  .lg\:border-l-purple-200\/10 {
    border-left-color: rgb(233 213 255 / 0.1);
  }

  .lg\:border-l-purple-200\/100 {
    border-left-color: rgb(233 213 255 / 1);
  }

  .lg\:border-l-purple-200\/15 {
    border-left-color: rgb(233 213 255 / 0.15);
  }

  .lg\:border-l-purple-200\/20 {
    border-left-color: rgb(233 213 255 / 0.2);
  }

  .lg\:border-l-purple-200\/25 {
    border-left-color: rgb(233 213 255 / 0.25);
  }

  .lg\:border-l-purple-200\/30 {
    border-left-color: rgb(233 213 255 / 0.3);
  }

  .lg\:border-l-purple-200\/35 {
    border-left-color: rgb(233 213 255 / 0.35);
  }

  .lg\:border-l-purple-200\/40 {
    border-left-color: rgb(233 213 255 / 0.4);
  }

  .lg\:border-l-purple-200\/45 {
    border-left-color: rgb(233 213 255 / 0.45);
  }

  .lg\:border-l-purple-200\/5 {
    border-left-color: rgb(233 213 255 / 0.05);
  }

  .lg\:border-l-purple-200\/50 {
    border-left-color: rgb(233 213 255 / 0.5);
  }

  .lg\:border-l-purple-200\/55 {
    border-left-color: rgb(233 213 255 / 0.55);
  }

  .lg\:border-l-purple-200\/60 {
    border-left-color: rgb(233 213 255 / 0.6);
  }

  .lg\:border-l-purple-200\/65 {
    border-left-color: rgb(233 213 255 / 0.65);
  }

  .lg\:border-l-purple-200\/70 {
    border-left-color: rgb(233 213 255 / 0.7);
  }

  .lg\:border-l-purple-200\/75 {
    border-left-color: rgb(233 213 255 / 0.75);
  }

  .lg\:border-l-purple-200\/80 {
    border-left-color: rgb(233 213 255 / 0.8);
  }

  .lg\:border-l-purple-200\/85 {
    border-left-color: rgb(233 213 255 / 0.85);
  }

  .lg\:border-l-purple-200\/90 {
    border-left-color: rgb(233 213 255 / 0.9);
  }

  .lg\:border-l-purple-200\/95 {
    border-left-color: rgb(233 213 255 / 0.95);
  }

  .lg\:border-l-purple-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(216 180 254 / var(--tw-border-opacity));
  }

  .lg\:border-l-purple-300\/0 {
    border-left-color: rgb(216 180 254 / 0);
  }

  .lg\:border-l-purple-300\/10 {
    border-left-color: rgb(216 180 254 / 0.1);
  }

  .lg\:border-l-purple-300\/100 {
    border-left-color: rgb(216 180 254 / 1);
  }

  .lg\:border-l-purple-300\/15 {
    border-left-color: rgb(216 180 254 / 0.15);
  }

  .lg\:border-l-purple-300\/20 {
    border-left-color: rgb(216 180 254 / 0.2);
  }

  .lg\:border-l-purple-300\/25 {
    border-left-color: rgb(216 180 254 / 0.25);
  }

  .lg\:border-l-purple-300\/30 {
    border-left-color: rgb(216 180 254 / 0.3);
  }

  .lg\:border-l-purple-300\/35 {
    border-left-color: rgb(216 180 254 / 0.35);
  }

  .lg\:border-l-purple-300\/40 {
    border-left-color: rgb(216 180 254 / 0.4);
  }

  .lg\:border-l-purple-300\/45 {
    border-left-color: rgb(216 180 254 / 0.45);
  }

  .lg\:border-l-purple-300\/5 {
    border-left-color: rgb(216 180 254 / 0.05);
  }

  .lg\:border-l-purple-300\/50 {
    border-left-color: rgb(216 180 254 / 0.5);
  }

  .lg\:border-l-purple-300\/55 {
    border-left-color: rgb(216 180 254 / 0.55);
  }

  .lg\:border-l-purple-300\/60 {
    border-left-color: rgb(216 180 254 / 0.6);
  }

  .lg\:border-l-purple-300\/65 {
    border-left-color: rgb(216 180 254 / 0.65);
  }

  .lg\:border-l-purple-300\/70 {
    border-left-color: rgb(216 180 254 / 0.7);
  }

  .lg\:border-l-purple-300\/75 {
    border-left-color: rgb(216 180 254 / 0.75);
  }

  .lg\:border-l-purple-300\/80 {
    border-left-color: rgb(216 180 254 / 0.8);
  }

  .lg\:border-l-purple-300\/85 {
    border-left-color: rgb(216 180 254 / 0.85);
  }

  .lg\:border-l-purple-300\/90 {
    border-left-color: rgb(216 180 254 / 0.9);
  }

  .lg\:border-l-purple-300\/95 {
    border-left-color: rgb(216 180 254 / 0.95);
  }

  .lg\:border-l-purple-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(192 132 252 / var(--tw-border-opacity));
  }

  .lg\:border-l-purple-400\/0 {
    border-left-color: rgb(192 132 252 / 0);
  }

  .lg\:border-l-purple-400\/10 {
    border-left-color: rgb(192 132 252 / 0.1);
  }

  .lg\:border-l-purple-400\/100 {
    border-left-color: rgb(192 132 252 / 1);
  }

  .lg\:border-l-purple-400\/15 {
    border-left-color: rgb(192 132 252 / 0.15);
  }

  .lg\:border-l-purple-400\/20 {
    border-left-color: rgb(192 132 252 / 0.2);
  }

  .lg\:border-l-purple-400\/25 {
    border-left-color: rgb(192 132 252 / 0.25);
  }

  .lg\:border-l-purple-400\/30 {
    border-left-color: rgb(192 132 252 / 0.3);
  }

  .lg\:border-l-purple-400\/35 {
    border-left-color: rgb(192 132 252 / 0.35);
  }

  .lg\:border-l-purple-400\/40 {
    border-left-color: rgb(192 132 252 / 0.4);
  }

  .lg\:border-l-purple-400\/45 {
    border-left-color: rgb(192 132 252 / 0.45);
  }

  .lg\:border-l-purple-400\/5 {
    border-left-color: rgb(192 132 252 / 0.05);
  }

  .lg\:border-l-purple-400\/50 {
    border-left-color: rgb(192 132 252 / 0.5);
  }

  .lg\:border-l-purple-400\/55 {
    border-left-color: rgb(192 132 252 / 0.55);
  }

  .lg\:border-l-purple-400\/60 {
    border-left-color: rgb(192 132 252 / 0.6);
  }

  .lg\:border-l-purple-400\/65 {
    border-left-color: rgb(192 132 252 / 0.65);
  }

  .lg\:border-l-purple-400\/70 {
    border-left-color: rgb(192 132 252 / 0.7);
  }

  .lg\:border-l-purple-400\/75 {
    border-left-color: rgb(192 132 252 / 0.75);
  }

  .lg\:border-l-purple-400\/80 {
    border-left-color: rgb(192 132 252 / 0.8);
  }

  .lg\:border-l-purple-400\/85 {
    border-left-color: rgb(192 132 252 / 0.85);
  }

  .lg\:border-l-purple-400\/90 {
    border-left-color: rgb(192 132 252 / 0.9);
  }

  .lg\:border-l-purple-400\/95 {
    border-left-color: rgb(192 132 252 / 0.95);
  }

  .lg\:border-l-purple-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 245 255 / var(--tw-border-opacity));
  }

  .lg\:border-l-purple-50\/0 {
    border-left-color: rgb(250 245 255 / 0);
  }

  .lg\:border-l-purple-50\/10 {
    border-left-color: rgb(250 245 255 / 0.1);
  }

  .lg\:border-l-purple-50\/100 {
    border-left-color: rgb(250 245 255 / 1);
  }

  .lg\:border-l-purple-50\/15 {
    border-left-color: rgb(250 245 255 / 0.15);
  }

  .lg\:border-l-purple-50\/20 {
    border-left-color: rgb(250 245 255 / 0.2);
  }

  .lg\:border-l-purple-50\/25 {
    border-left-color: rgb(250 245 255 / 0.25);
  }

  .lg\:border-l-purple-50\/30 {
    border-left-color: rgb(250 245 255 / 0.3);
  }

  .lg\:border-l-purple-50\/35 {
    border-left-color: rgb(250 245 255 / 0.35);
  }

  .lg\:border-l-purple-50\/40 {
    border-left-color: rgb(250 245 255 / 0.4);
  }

  .lg\:border-l-purple-50\/45 {
    border-left-color: rgb(250 245 255 / 0.45);
  }

  .lg\:border-l-purple-50\/5 {
    border-left-color: rgb(250 245 255 / 0.05);
  }

  .lg\:border-l-purple-50\/50 {
    border-left-color: rgb(250 245 255 / 0.5);
  }

  .lg\:border-l-purple-50\/55 {
    border-left-color: rgb(250 245 255 / 0.55);
  }

  .lg\:border-l-purple-50\/60 {
    border-left-color: rgb(250 245 255 / 0.6);
  }

  .lg\:border-l-purple-50\/65 {
    border-left-color: rgb(250 245 255 / 0.65);
  }

  .lg\:border-l-purple-50\/70 {
    border-left-color: rgb(250 245 255 / 0.7);
  }

  .lg\:border-l-purple-50\/75 {
    border-left-color: rgb(250 245 255 / 0.75);
  }

  .lg\:border-l-purple-50\/80 {
    border-left-color: rgb(250 245 255 / 0.8);
  }

  .lg\:border-l-purple-50\/85 {
    border-left-color: rgb(250 245 255 / 0.85);
  }

  .lg\:border-l-purple-50\/90 {
    border-left-color: rgb(250 245 255 / 0.9);
  }

  .lg\:border-l-purple-50\/95 {
    border-left-color: rgb(250 245 255 / 0.95);
  }

  .lg\:border-l-purple-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(168 85 247 / var(--tw-border-opacity));
  }

  .lg\:border-l-purple-500\/0 {
    border-left-color: rgb(168 85 247 / 0);
  }

  .lg\:border-l-purple-500\/10 {
    border-left-color: rgb(168 85 247 / 0.1);
  }

  .lg\:border-l-purple-500\/100 {
    border-left-color: rgb(168 85 247 / 1);
  }

  .lg\:border-l-purple-500\/15 {
    border-left-color: rgb(168 85 247 / 0.15);
  }

  .lg\:border-l-purple-500\/20 {
    border-left-color: rgb(168 85 247 / 0.2);
  }

  .lg\:border-l-purple-500\/25 {
    border-left-color: rgb(168 85 247 / 0.25);
  }

  .lg\:border-l-purple-500\/30 {
    border-left-color: rgb(168 85 247 / 0.3);
  }

  .lg\:border-l-purple-500\/35 {
    border-left-color: rgb(168 85 247 / 0.35);
  }

  .lg\:border-l-purple-500\/40 {
    border-left-color: rgb(168 85 247 / 0.4);
  }

  .lg\:border-l-purple-500\/45 {
    border-left-color: rgb(168 85 247 / 0.45);
  }

  .lg\:border-l-purple-500\/5 {
    border-left-color: rgb(168 85 247 / 0.05);
  }

  .lg\:border-l-purple-500\/50 {
    border-left-color: rgb(168 85 247 / 0.5);
  }

  .lg\:border-l-purple-500\/55 {
    border-left-color: rgb(168 85 247 / 0.55);
  }

  .lg\:border-l-purple-500\/60 {
    border-left-color: rgb(168 85 247 / 0.6);
  }

  .lg\:border-l-purple-500\/65 {
    border-left-color: rgb(168 85 247 / 0.65);
  }

  .lg\:border-l-purple-500\/70 {
    border-left-color: rgb(168 85 247 / 0.7);
  }

  .lg\:border-l-purple-500\/75 {
    border-left-color: rgb(168 85 247 / 0.75);
  }

  .lg\:border-l-purple-500\/80 {
    border-left-color: rgb(168 85 247 / 0.8);
  }

  .lg\:border-l-purple-500\/85 {
    border-left-color: rgb(168 85 247 / 0.85);
  }

  .lg\:border-l-purple-500\/90 {
    border-left-color: rgb(168 85 247 / 0.9);
  }

  .lg\:border-l-purple-500\/95 {
    border-left-color: rgb(168 85 247 / 0.95);
  }

  .lg\:border-l-purple-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(147 51 234 / var(--tw-border-opacity));
  }

  .lg\:border-l-purple-600\/0 {
    border-left-color: rgb(147 51 234 / 0);
  }

  .lg\:border-l-purple-600\/10 {
    border-left-color: rgb(147 51 234 / 0.1);
  }

  .lg\:border-l-purple-600\/100 {
    border-left-color: rgb(147 51 234 / 1);
  }

  .lg\:border-l-purple-600\/15 {
    border-left-color: rgb(147 51 234 / 0.15);
  }

  .lg\:border-l-purple-600\/20 {
    border-left-color: rgb(147 51 234 / 0.2);
  }

  .lg\:border-l-purple-600\/25 {
    border-left-color: rgb(147 51 234 / 0.25);
  }

  .lg\:border-l-purple-600\/30 {
    border-left-color: rgb(147 51 234 / 0.3);
  }

  .lg\:border-l-purple-600\/35 {
    border-left-color: rgb(147 51 234 / 0.35);
  }

  .lg\:border-l-purple-600\/40 {
    border-left-color: rgb(147 51 234 / 0.4);
  }

  .lg\:border-l-purple-600\/45 {
    border-left-color: rgb(147 51 234 / 0.45);
  }

  .lg\:border-l-purple-600\/5 {
    border-left-color: rgb(147 51 234 / 0.05);
  }

  .lg\:border-l-purple-600\/50 {
    border-left-color: rgb(147 51 234 / 0.5);
  }

  .lg\:border-l-purple-600\/55 {
    border-left-color: rgb(147 51 234 / 0.55);
  }

  .lg\:border-l-purple-600\/60 {
    border-left-color: rgb(147 51 234 / 0.6);
  }

  .lg\:border-l-purple-600\/65 {
    border-left-color: rgb(147 51 234 / 0.65);
  }

  .lg\:border-l-purple-600\/70 {
    border-left-color: rgb(147 51 234 / 0.7);
  }

  .lg\:border-l-purple-600\/75 {
    border-left-color: rgb(147 51 234 / 0.75);
  }

  .lg\:border-l-purple-600\/80 {
    border-left-color: rgb(147 51 234 / 0.8);
  }

  .lg\:border-l-purple-600\/85 {
    border-left-color: rgb(147 51 234 / 0.85);
  }

  .lg\:border-l-purple-600\/90 {
    border-left-color: rgb(147 51 234 / 0.9);
  }

  .lg\:border-l-purple-600\/95 {
    border-left-color: rgb(147 51 234 / 0.95);
  }

  .lg\:border-l-purple-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(126 34 206 / var(--tw-border-opacity));
  }

  .lg\:border-l-purple-700\/0 {
    border-left-color: rgb(126 34 206 / 0);
  }

  .lg\:border-l-purple-700\/10 {
    border-left-color: rgb(126 34 206 / 0.1);
  }

  .lg\:border-l-purple-700\/100 {
    border-left-color: rgb(126 34 206 / 1);
  }

  .lg\:border-l-purple-700\/15 {
    border-left-color: rgb(126 34 206 / 0.15);
  }

  .lg\:border-l-purple-700\/20 {
    border-left-color: rgb(126 34 206 / 0.2);
  }

  .lg\:border-l-purple-700\/25 {
    border-left-color: rgb(126 34 206 / 0.25);
  }

  .lg\:border-l-purple-700\/30 {
    border-left-color: rgb(126 34 206 / 0.3);
  }

  .lg\:border-l-purple-700\/35 {
    border-left-color: rgb(126 34 206 / 0.35);
  }

  .lg\:border-l-purple-700\/40 {
    border-left-color: rgb(126 34 206 / 0.4);
  }

  .lg\:border-l-purple-700\/45 {
    border-left-color: rgb(126 34 206 / 0.45);
  }

  .lg\:border-l-purple-700\/5 {
    border-left-color: rgb(126 34 206 / 0.05);
  }

  .lg\:border-l-purple-700\/50 {
    border-left-color: rgb(126 34 206 / 0.5);
  }

  .lg\:border-l-purple-700\/55 {
    border-left-color: rgb(126 34 206 / 0.55);
  }

  .lg\:border-l-purple-700\/60 {
    border-left-color: rgb(126 34 206 / 0.6);
  }

  .lg\:border-l-purple-700\/65 {
    border-left-color: rgb(126 34 206 / 0.65);
  }

  .lg\:border-l-purple-700\/70 {
    border-left-color: rgb(126 34 206 / 0.7);
  }

  .lg\:border-l-purple-700\/75 {
    border-left-color: rgb(126 34 206 / 0.75);
  }

  .lg\:border-l-purple-700\/80 {
    border-left-color: rgb(126 34 206 / 0.8);
  }

  .lg\:border-l-purple-700\/85 {
    border-left-color: rgb(126 34 206 / 0.85);
  }

  .lg\:border-l-purple-700\/90 {
    border-left-color: rgb(126 34 206 / 0.9);
  }

  .lg\:border-l-purple-700\/95 {
    border-left-color: rgb(126 34 206 / 0.95);
  }

  .lg\:border-l-purple-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(107 33 168 / var(--tw-border-opacity));
  }

  .lg\:border-l-purple-800\/0 {
    border-left-color: rgb(107 33 168 / 0);
  }

  .lg\:border-l-purple-800\/10 {
    border-left-color: rgb(107 33 168 / 0.1);
  }

  .lg\:border-l-purple-800\/100 {
    border-left-color: rgb(107 33 168 / 1);
  }

  .lg\:border-l-purple-800\/15 {
    border-left-color: rgb(107 33 168 / 0.15);
  }

  .lg\:border-l-purple-800\/20 {
    border-left-color: rgb(107 33 168 / 0.2);
  }

  .lg\:border-l-purple-800\/25 {
    border-left-color: rgb(107 33 168 / 0.25);
  }

  .lg\:border-l-purple-800\/30 {
    border-left-color: rgb(107 33 168 / 0.3);
  }

  .lg\:border-l-purple-800\/35 {
    border-left-color: rgb(107 33 168 / 0.35);
  }

  .lg\:border-l-purple-800\/40 {
    border-left-color: rgb(107 33 168 / 0.4);
  }

  .lg\:border-l-purple-800\/45 {
    border-left-color: rgb(107 33 168 / 0.45);
  }

  .lg\:border-l-purple-800\/5 {
    border-left-color: rgb(107 33 168 / 0.05);
  }

  .lg\:border-l-purple-800\/50 {
    border-left-color: rgb(107 33 168 / 0.5);
  }

  .lg\:border-l-purple-800\/55 {
    border-left-color: rgb(107 33 168 / 0.55);
  }

  .lg\:border-l-purple-800\/60 {
    border-left-color: rgb(107 33 168 / 0.6);
  }

  .lg\:border-l-purple-800\/65 {
    border-left-color: rgb(107 33 168 / 0.65);
  }

  .lg\:border-l-purple-800\/70 {
    border-left-color: rgb(107 33 168 / 0.7);
  }

  .lg\:border-l-purple-800\/75 {
    border-left-color: rgb(107 33 168 / 0.75);
  }

  .lg\:border-l-purple-800\/80 {
    border-left-color: rgb(107 33 168 / 0.8);
  }

  .lg\:border-l-purple-800\/85 {
    border-left-color: rgb(107 33 168 / 0.85);
  }

  .lg\:border-l-purple-800\/90 {
    border-left-color: rgb(107 33 168 / 0.9);
  }

  .lg\:border-l-purple-800\/95 {
    border-left-color: rgb(107 33 168 / 0.95);
  }

  .lg\:border-l-purple-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(88 28 135 / var(--tw-border-opacity));
  }

  .lg\:border-l-purple-900\/0 {
    border-left-color: rgb(88 28 135 / 0);
  }

  .lg\:border-l-purple-900\/10 {
    border-left-color: rgb(88 28 135 / 0.1);
  }

  .lg\:border-l-purple-900\/100 {
    border-left-color: rgb(88 28 135 / 1);
  }

  .lg\:border-l-purple-900\/15 {
    border-left-color: rgb(88 28 135 / 0.15);
  }

  .lg\:border-l-purple-900\/20 {
    border-left-color: rgb(88 28 135 / 0.2);
  }

  .lg\:border-l-purple-900\/25 {
    border-left-color: rgb(88 28 135 / 0.25);
  }

  .lg\:border-l-purple-900\/30 {
    border-left-color: rgb(88 28 135 / 0.3);
  }

  .lg\:border-l-purple-900\/35 {
    border-left-color: rgb(88 28 135 / 0.35);
  }

  .lg\:border-l-purple-900\/40 {
    border-left-color: rgb(88 28 135 / 0.4);
  }

  .lg\:border-l-purple-900\/45 {
    border-left-color: rgb(88 28 135 / 0.45);
  }

  .lg\:border-l-purple-900\/5 {
    border-left-color: rgb(88 28 135 / 0.05);
  }

  .lg\:border-l-purple-900\/50 {
    border-left-color: rgb(88 28 135 / 0.5);
  }

  .lg\:border-l-purple-900\/55 {
    border-left-color: rgb(88 28 135 / 0.55);
  }

  .lg\:border-l-purple-900\/60 {
    border-left-color: rgb(88 28 135 / 0.6);
  }

  .lg\:border-l-purple-900\/65 {
    border-left-color: rgb(88 28 135 / 0.65);
  }

  .lg\:border-l-purple-900\/70 {
    border-left-color: rgb(88 28 135 / 0.7);
  }

  .lg\:border-l-purple-900\/75 {
    border-left-color: rgb(88 28 135 / 0.75);
  }

  .lg\:border-l-purple-900\/80 {
    border-left-color: rgb(88 28 135 / 0.8);
  }

  .lg\:border-l-purple-900\/85 {
    border-left-color: rgb(88 28 135 / 0.85);
  }

  .lg\:border-l-purple-900\/90 {
    border-left-color: rgb(88 28 135 / 0.9);
  }

  .lg\:border-l-purple-900\/95 {
    border-left-color: rgb(88 28 135 / 0.95);
  }

  .lg\:border-l-purple-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(59 7 100 / var(--tw-border-opacity));
  }

  .lg\:border-l-purple-950\/0 {
    border-left-color: rgb(59 7 100 / 0);
  }

  .lg\:border-l-purple-950\/10 {
    border-left-color: rgb(59 7 100 / 0.1);
  }

  .lg\:border-l-purple-950\/100 {
    border-left-color: rgb(59 7 100 / 1);
  }

  .lg\:border-l-purple-950\/15 {
    border-left-color: rgb(59 7 100 / 0.15);
  }

  .lg\:border-l-purple-950\/20 {
    border-left-color: rgb(59 7 100 / 0.2);
  }

  .lg\:border-l-purple-950\/25 {
    border-left-color: rgb(59 7 100 / 0.25);
  }

  .lg\:border-l-purple-950\/30 {
    border-left-color: rgb(59 7 100 / 0.3);
  }

  .lg\:border-l-purple-950\/35 {
    border-left-color: rgb(59 7 100 / 0.35);
  }

  .lg\:border-l-purple-950\/40 {
    border-left-color: rgb(59 7 100 / 0.4);
  }

  .lg\:border-l-purple-950\/45 {
    border-left-color: rgb(59 7 100 / 0.45);
  }

  .lg\:border-l-purple-950\/5 {
    border-left-color: rgb(59 7 100 / 0.05);
  }

  .lg\:border-l-purple-950\/50 {
    border-left-color: rgb(59 7 100 / 0.5);
  }

  .lg\:border-l-purple-950\/55 {
    border-left-color: rgb(59 7 100 / 0.55);
  }

  .lg\:border-l-purple-950\/60 {
    border-left-color: rgb(59 7 100 / 0.6);
  }

  .lg\:border-l-purple-950\/65 {
    border-left-color: rgb(59 7 100 / 0.65);
  }

  .lg\:border-l-purple-950\/70 {
    border-left-color: rgb(59 7 100 / 0.7);
  }

  .lg\:border-l-purple-950\/75 {
    border-left-color: rgb(59 7 100 / 0.75);
  }

  .lg\:border-l-purple-950\/80 {
    border-left-color: rgb(59 7 100 / 0.8);
  }

  .lg\:border-l-purple-950\/85 {
    border-left-color: rgb(59 7 100 / 0.85);
  }

  .lg\:border-l-purple-950\/90 {
    border-left-color: rgb(59 7 100 / 0.9);
  }

  .lg\:border-l-purple-950\/95 {
    border-left-color: rgb(59 7 100 / 0.95);
  }

  .lg\:border-l-red-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 226 226 / var(--tw-border-opacity));
  }

  .lg\:border-l-red-100\/0 {
    border-left-color: rgb(254 226 226 / 0);
  }

  .lg\:border-l-red-100\/10 {
    border-left-color: rgb(254 226 226 / 0.1);
  }

  .lg\:border-l-red-100\/100 {
    border-left-color: rgb(254 226 226 / 1);
  }

  .lg\:border-l-red-100\/15 {
    border-left-color: rgb(254 226 226 / 0.15);
  }

  .lg\:border-l-red-100\/20 {
    border-left-color: rgb(254 226 226 / 0.2);
  }

  .lg\:border-l-red-100\/25 {
    border-left-color: rgb(254 226 226 / 0.25);
  }

  .lg\:border-l-red-100\/30 {
    border-left-color: rgb(254 226 226 / 0.3);
  }

  .lg\:border-l-red-100\/35 {
    border-left-color: rgb(254 226 226 / 0.35);
  }

  .lg\:border-l-red-100\/40 {
    border-left-color: rgb(254 226 226 / 0.4);
  }

  .lg\:border-l-red-100\/45 {
    border-left-color: rgb(254 226 226 / 0.45);
  }

  .lg\:border-l-red-100\/5 {
    border-left-color: rgb(254 226 226 / 0.05);
  }

  .lg\:border-l-red-100\/50 {
    border-left-color: rgb(254 226 226 / 0.5);
  }

  .lg\:border-l-red-100\/55 {
    border-left-color: rgb(254 226 226 / 0.55);
  }

  .lg\:border-l-red-100\/60 {
    border-left-color: rgb(254 226 226 / 0.6);
  }

  .lg\:border-l-red-100\/65 {
    border-left-color: rgb(254 226 226 / 0.65);
  }

  .lg\:border-l-red-100\/70 {
    border-left-color: rgb(254 226 226 / 0.7);
  }

  .lg\:border-l-red-100\/75 {
    border-left-color: rgb(254 226 226 / 0.75);
  }

  .lg\:border-l-red-100\/80 {
    border-left-color: rgb(254 226 226 / 0.8);
  }

  .lg\:border-l-red-100\/85 {
    border-left-color: rgb(254 226 226 / 0.85);
  }

  .lg\:border-l-red-100\/90 {
    border-left-color: rgb(254 226 226 / 0.9);
  }

  .lg\:border-l-red-100\/95 {
    border-left-color: rgb(254 226 226 / 0.95);
  }

  .lg\:border-l-red-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 202 202 / var(--tw-border-opacity));
  }

  .lg\:border-l-red-200\/0 {
    border-left-color: rgb(254 202 202 / 0);
  }

  .lg\:border-l-red-200\/10 {
    border-left-color: rgb(254 202 202 / 0.1);
  }

  .lg\:border-l-red-200\/100 {
    border-left-color: rgb(254 202 202 / 1);
  }

  .lg\:border-l-red-200\/15 {
    border-left-color: rgb(254 202 202 / 0.15);
  }

  .lg\:border-l-red-200\/20 {
    border-left-color: rgb(254 202 202 / 0.2);
  }

  .lg\:border-l-red-200\/25 {
    border-left-color: rgb(254 202 202 / 0.25);
  }

  .lg\:border-l-red-200\/30 {
    border-left-color: rgb(254 202 202 / 0.3);
  }

  .lg\:border-l-red-200\/35 {
    border-left-color: rgb(254 202 202 / 0.35);
  }

  .lg\:border-l-red-200\/40 {
    border-left-color: rgb(254 202 202 / 0.4);
  }

  .lg\:border-l-red-200\/45 {
    border-left-color: rgb(254 202 202 / 0.45);
  }

  .lg\:border-l-red-200\/5 {
    border-left-color: rgb(254 202 202 / 0.05);
  }

  .lg\:border-l-red-200\/50 {
    border-left-color: rgb(254 202 202 / 0.5);
  }

  .lg\:border-l-red-200\/55 {
    border-left-color: rgb(254 202 202 / 0.55);
  }

  .lg\:border-l-red-200\/60 {
    border-left-color: rgb(254 202 202 / 0.6);
  }

  .lg\:border-l-red-200\/65 {
    border-left-color: rgb(254 202 202 / 0.65);
  }

  .lg\:border-l-red-200\/70 {
    border-left-color: rgb(254 202 202 / 0.7);
  }

  .lg\:border-l-red-200\/75 {
    border-left-color: rgb(254 202 202 / 0.75);
  }

  .lg\:border-l-red-200\/80 {
    border-left-color: rgb(254 202 202 / 0.8);
  }

  .lg\:border-l-red-200\/85 {
    border-left-color: rgb(254 202 202 / 0.85);
  }

  .lg\:border-l-red-200\/90 {
    border-left-color: rgb(254 202 202 / 0.9);
  }

  .lg\:border-l-red-200\/95 {
    border-left-color: rgb(254 202 202 / 0.95);
  }

  .lg\:border-l-red-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(252 165 165 / var(--tw-border-opacity));
  }

  .lg\:border-l-red-300\/0 {
    border-left-color: rgb(252 165 165 / 0);
  }

  .lg\:border-l-red-300\/10 {
    border-left-color: rgb(252 165 165 / 0.1);
  }

  .lg\:border-l-red-300\/100 {
    border-left-color: rgb(252 165 165 / 1);
  }

  .lg\:border-l-red-300\/15 {
    border-left-color: rgb(252 165 165 / 0.15);
  }

  .lg\:border-l-red-300\/20 {
    border-left-color: rgb(252 165 165 / 0.2);
  }

  .lg\:border-l-red-300\/25 {
    border-left-color: rgb(252 165 165 / 0.25);
  }

  .lg\:border-l-red-300\/30 {
    border-left-color: rgb(252 165 165 / 0.3);
  }

  .lg\:border-l-red-300\/35 {
    border-left-color: rgb(252 165 165 / 0.35);
  }

  .lg\:border-l-red-300\/40 {
    border-left-color: rgb(252 165 165 / 0.4);
  }

  .lg\:border-l-red-300\/45 {
    border-left-color: rgb(252 165 165 / 0.45);
  }

  .lg\:border-l-red-300\/5 {
    border-left-color: rgb(252 165 165 / 0.05);
  }

  .lg\:border-l-red-300\/50 {
    border-left-color: rgb(252 165 165 / 0.5);
  }

  .lg\:border-l-red-300\/55 {
    border-left-color: rgb(252 165 165 / 0.55);
  }

  .lg\:border-l-red-300\/60 {
    border-left-color: rgb(252 165 165 / 0.6);
  }

  .lg\:border-l-red-300\/65 {
    border-left-color: rgb(252 165 165 / 0.65);
  }

  .lg\:border-l-red-300\/70 {
    border-left-color: rgb(252 165 165 / 0.7);
  }

  .lg\:border-l-red-300\/75 {
    border-left-color: rgb(252 165 165 / 0.75);
  }

  .lg\:border-l-red-300\/80 {
    border-left-color: rgb(252 165 165 / 0.8);
  }

  .lg\:border-l-red-300\/85 {
    border-left-color: rgb(252 165 165 / 0.85);
  }

  .lg\:border-l-red-300\/90 {
    border-left-color: rgb(252 165 165 / 0.9);
  }

  .lg\:border-l-red-300\/95 {
    border-left-color: rgb(252 165 165 / 0.95);
  }

  .lg\:border-l-red-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(248 113 113 / var(--tw-border-opacity));
  }

  .lg\:border-l-red-400\/0 {
    border-left-color: rgb(248 113 113 / 0);
  }

  .lg\:border-l-red-400\/10 {
    border-left-color: rgb(248 113 113 / 0.1);
  }

  .lg\:border-l-red-400\/100 {
    border-left-color: rgb(248 113 113 / 1);
  }

  .lg\:border-l-red-400\/15 {
    border-left-color: rgb(248 113 113 / 0.15);
  }

  .lg\:border-l-red-400\/20 {
    border-left-color: rgb(248 113 113 / 0.2);
  }

  .lg\:border-l-red-400\/25 {
    border-left-color: rgb(248 113 113 / 0.25);
  }

  .lg\:border-l-red-400\/30 {
    border-left-color: rgb(248 113 113 / 0.3);
  }

  .lg\:border-l-red-400\/35 {
    border-left-color: rgb(248 113 113 / 0.35);
  }

  .lg\:border-l-red-400\/40 {
    border-left-color: rgb(248 113 113 / 0.4);
  }

  .lg\:border-l-red-400\/45 {
    border-left-color: rgb(248 113 113 / 0.45);
  }

  .lg\:border-l-red-400\/5 {
    border-left-color: rgb(248 113 113 / 0.05);
  }

  .lg\:border-l-red-400\/50 {
    border-left-color: rgb(248 113 113 / 0.5);
  }

  .lg\:border-l-red-400\/55 {
    border-left-color: rgb(248 113 113 / 0.55);
  }

  .lg\:border-l-red-400\/60 {
    border-left-color: rgb(248 113 113 / 0.6);
  }

  .lg\:border-l-red-400\/65 {
    border-left-color: rgb(248 113 113 / 0.65);
  }

  .lg\:border-l-red-400\/70 {
    border-left-color: rgb(248 113 113 / 0.7);
  }

  .lg\:border-l-red-400\/75 {
    border-left-color: rgb(248 113 113 / 0.75);
  }

  .lg\:border-l-red-400\/80 {
    border-left-color: rgb(248 113 113 / 0.8);
  }

  .lg\:border-l-red-400\/85 {
    border-left-color: rgb(248 113 113 / 0.85);
  }

  .lg\:border-l-red-400\/90 {
    border-left-color: rgb(248 113 113 / 0.9);
  }

  .lg\:border-l-red-400\/95 {
    border-left-color: rgb(248 113 113 / 0.95);
  }

  .lg\:border-l-red-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 242 242 / var(--tw-border-opacity));
  }

  .lg\:border-l-red-50\/0 {
    border-left-color: rgb(254 242 242 / 0);
  }

  .lg\:border-l-red-50\/10 {
    border-left-color: rgb(254 242 242 / 0.1);
  }

  .lg\:border-l-red-50\/100 {
    border-left-color: rgb(254 242 242 / 1);
  }

  .lg\:border-l-red-50\/15 {
    border-left-color: rgb(254 242 242 / 0.15);
  }

  .lg\:border-l-red-50\/20 {
    border-left-color: rgb(254 242 242 / 0.2);
  }

  .lg\:border-l-red-50\/25 {
    border-left-color: rgb(254 242 242 / 0.25);
  }

  .lg\:border-l-red-50\/30 {
    border-left-color: rgb(254 242 242 / 0.3);
  }

  .lg\:border-l-red-50\/35 {
    border-left-color: rgb(254 242 242 / 0.35);
  }

  .lg\:border-l-red-50\/40 {
    border-left-color: rgb(254 242 242 / 0.4);
  }

  .lg\:border-l-red-50\/45 {
    border-left-color: rgb(254 242 242 / 0.45);
  }

  .lg\:border-l-red-50\/5 {
    border-left-color: rgb(254 242 242 / 0.05);
  }

  .lg\:border-l-red-50\/50 {
    border-left-color: rgb(254 242 242 / 0.5);
  }

  .lg\:border-l-red-50\/55 {
    border-left-color: rgb(254 242 242 / 0.55);
  }

  .lg\:border-l-red-50\/60 {
    border-left-color: rgb(254 242 242 / 0.6);
  }

  .lg\:border-l-red-50\/65 {
    border-left-color: rgb(254 242 242 / 0.65);
  }

  .lg\:border-l-red-50\/70 {
    border-left-color: rgb(254 242 242 / 0.7);
  }

  .lg\:border-l-red-50\/75 {
    border-left-color: rgb(254 242 242 / 0.75);
  }

  .lg\:border-l-red-50\/80 {
    border-left-color: rgb(254 242 242 / 0.8);
  }

  .lg\:border-l-red-50\/85 {
    border-left-color: rgb(254 242 242 / 0.85);
  }

  .lg\:border-l-red-50\/90 {
    border-left-color: rgb(254 242 242 / 0.9);
  }

  .lg\:border-l-red-50\/95 {
    border-left-color: rgb(254 242 242 / 0.95);
  }

  .lg\:border-l-red-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(239 68 68 / var(--tw-border-opacity));
  }

  .lg\:border-l-red-500\/0 {
    border-left-color: rgb(239 68 68 / 0);
  }

  .lg\:border-l-red-500\/10 {
    border-left-color: rgb(239 68 68 / 0.1);
  }

  .lg\:border-l-red-500\/100 {
    border-left-color: rgb(239 68 68 / 1);
  }

  .lg\:border-l-red-500\/15 {
    border-left-color: rgb(239 68 68 / 0.15);
  }

  .lg\:border-l-red-500\/20 {
    border-left-color: rgb(239 68 68 / 0.2);
  }

  .lg\:border-l-red-500\/25 {
    border-left-color: rgb(239 68 68 / 0.25);
  }

  .lg\:border-l-red-500\/30 {
    border-left-color: rgb(239 68 68 / 0.3);
  }

  .lg\:border-l-red-500\/35 {
    border-left-color: rgb(239 68 68 / 0.35);
  }

  .lg\:border-l-red-500\/40 {
    border-left-color: rgb(239 68 68 / 0.4);
  }

  .lg\:border-l-red-500\/45 {
    border-left-color: rgb(239 68 68 / 0.45);
  }

  .lg\:border-l-red-500\/5 {
    border-left-color: rgb(239 68 68 / 0.05);
  }

  .lg\:border-l-red-500\/50 {
    border-left-color: rgb(239 68 68 / 0.5);
  }

  .lg\:border-l-red-500\/55 {
    border-left-color: rgb(239 68 68 / 0.55);
  }

  .lg\:border-l-red-500\/60 {
    border-left-color: rgb(239 68 68 / 0.6);
  }

  .lg\:border-l-red-500\/65 {
    border-left-color: rgb(239 68 68 / 0.65);
  }

  .lg\:border-l-red-500\/70 {
    border-left-color: rgb(239 68 68 / 0.7);
  }

  .lg\:border-l-red-500\/75 {
    border-left-color: rgb(239 68 68 / 0.75);
  }

  .lg\:border-l-red-500\/80 {
    border-left-color: rgb(239 68 68 / 0.8);
  }

  .lg\:border-l-red-500\/85 {
    border-left-color: rgb(239 68 68 / 0.85);
  }

  .lg\:border-l-red-500\/90 {
    border-left-color: rgb(239 68 68 / 0.9);
  }

  .lg\:border-l-red-500\/95 {
    border-left-color: rgb(239 68 68 / 0.95);
  }

  .lg\:border-l-red-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(220 38 38 / var(--tw-border-opacity));
  }

  .lg\:border-l-red-600\/0 {
    border-left-color: rgb(220 38 38 / 0);
  }

  .lg\:border-l-red-600\/10 {
    border-left-color: rgb(220 38 38 / 0.1);
  }

  .lg\:border-l-red-600\/100 {
    border-left-color: rgb(220 38 38 / 1);
  }

  .lg\:border-l-red-600\/15 {
    border-left-color: rgb(220 38 38 / 0.15);
  }

  .lg\:border-l-red-600\/20 {
    border-left-color: rgb(220 38 38 / 0.2);
  }

  .lg\:border-l-red-600\/25 {
    border-left-color: rgb(220 38 38 / 0.25);
  }

  .lg\:border-l-red-600\/30 {
    border-left-color: rgb(220 38 38 / 0.3);
  }

  .lg\:border-l-red-600\/35 {
    border-left-color: rgb(220 38 38 / 0.35);
  }

  .lg\:border-l-red-600\/40 {
    border-left-color: rgb(220 38 38 / 0.4);
  }

  .lg\:border-l-red-600\/45 {
    border-left-color: rgb(220 38 38 / 0.45);
  }

  .lg\:border-l-red-600\/5 {
    border-left-color: rgb(220 38 38 / 0.05);
  }

  .lg\:border-l-red-600\/50 {
    border-left-color: rgb(220 38 38 / 0.5);
  }

  .lg\:border-l-red-600\/55 {
    border-left-color: rgb(220 38 38 / 0.55);
  }

  .lg\:border-l-red-600\/60 {
    border-left-color: rgb(220 38 38 / 0.6);
  }

  .lg\:border-l-red-600\/65 {
    border-left-color: rgb(220 38 38 / 0.65);
  }

  .lg\:border-l-red-600\/70 {
    border-left-color: rgb(220 38 38 / 0.7);
  }

  .lg\:border-l-red-600\/75 {
    border-left-color: rgb(220 38 38 / 0.75);
  }

  .lg\:border-l-red-600\/80 {
    border-left-color: rgb(220 38 38 / 0.8);
  }

  .lg\:border-l-red-600\/85 {
    border-left-color: rgb(220 38 38 / 0.85);
  }

  .lg\:border-l-red-600\/90 {
    border-left-color: rgb(220 38 38 / 0.9);
  }

  .lg\:border-l-red-600\/95 {
    border-left-color: rgb(220 38 38 / 0.95);
  }

  .lg\:border-l-red-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(185 28 28 / var(--tw-border-opacity));
  }

  .lg\:border-l-red-700\/0 {
    border-left-color: rgb(185 28 28 / 0);
  }

  .lg\:border-l-red-700\/10 {
    border-left-color: rgb(185 28 28 / 0.1);
  }

  .lg\:border-l-red-700\/100 {
    border-left-color: rgb(185 28 28 / 1);
  }

  .lg\:border-l-red-700\/15 {
    border-left-color: rgb(185 28 28 / 0.15);
  }

  .lg\:border-l-red-700\/20 {
    border-left-color: rgb(185 28 28 / 0.2);
  }

  .lg\:border-l-red-700\/25 {
    border-left-color: rgb(185 28 28 / 0.25);
  }

  .lg\:border-l-red-700\/30 {
    border-left-color: rgb(185 28 28 / 0.3);
  }

  .lg\:border-l-red-700\/35 {
    border-left-color: rgb(185 28 28 / 0.35);
  }

  .lg\:border-l-red-700\/40 {
    border-left-color: rgb(185 28 28 / 0.4);
  }

  .lg\:border-l-red-700\/45 {
    border-left-color: rgb(185 28 28 / 0.45);
  }

  .lg\:border-l-red-700\/5 {
    border-left-color: rgb(185 28 28 / 0.05);
  }

  .lg\:border-l-red-700\/50 {
    border-left-color: rgb(185 28 28 / 0.5);
  }

  .lg\:border-l-red-700\/55 {
    border-left-color: rgb(185 28 28 / 0.55);
  }

  .lg\:border-l-red-700\/60 {
    border-left-color: rgb(185 28 28 / 0.6);
  }

  .lg\:border-l-red-700\/65 {
    border-left-color: rgb(185 28 28 / 0.65);
  }

  .lg\:border-l-red-700\/70 {
    border-left-color: rgb(185 28 28 / 0.7);
  }

  .lg\:border-l-red-700\/75 {
    border-left-color: rgb(185 28 28 / 0.75);
  }

  .lg\:border-l-red-700\/80 {
    border-left-color: rgb(185 28 28 / 0.8);
  }

  .lg\:border-l-red-700\/85 {
    border-left-color: rgb(185 28 28 / 0.85);
  }

  .lg\:border-l-red-700\/90 {
    border-left-color: rgb(185 28 28 / 0.9);
  }

  .lg\:border-l-red-700\/95 {
    border-left-color: rgb(185 28 28 / 0.95);
  }

  .lg\:border-l-red-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(153 27 27 / var(--tw-border-opacity));
  }

  .lg\:border-l-red-800\/0 {
    border-left-color: rgb(153 27 27 / 0);
  }

  .lg\:border-l-red-800\/10 {
    border-left-color: rgb(153 27 27 / 0.1);
  }

  .lg\:border-l-red-800\/100 {
    border-left-color: rgb(153 27 27 / 1);
  }

  .lg\:border-l-red-800\/15 {
    border-left-color: rgb(153 27 27 / 0.15);
  }

  .lg\:border-l-red-800\/20 {
    border-left-color: rgb(153 27 27 / 0.2);
  }

  .lg\:border-l-red-800\/25 {
    border-left-color: rgb(153 27 27 / 0.25);
  }

  .lg\:border-l-red-800\/30 {
    border-left-color: rgb(153 27 27 / 0.3);
  }

  .lg\:border-l-red-800\/35 {
    border-left-color: rgb(153 27 27 / 0.35);
  }

  .lg\:border-l-red-800\/40 {
    border-left-color: rgb(153 27 27 / 0.4);
  }

  .lg\:border-l-red-800\/45 {
    border-left-color: rgb(153 27 27 / 0.45);
  }

  .lg\:border-l-red-800\/5 {
    border-left-color: rgb(153 27 27 / 0.05);
  }

  .lg\:border-l-red-800\/50 {
    border-left-color: rgb(153 27 27 / 0.5);
  }

  .lg\:border-l-red-800\/55 {
    border-left-color: rgb(153 27 27 / 0.55);
  }

  .lg\:border-l-red-800\/60 {
    border-left-color: rgb(153 27 27 / 0.6);
  }

  .lg\:border-l-red-800\/65 {
    border-left-color: rgb(153 27 27 / 0.65);
  }

  .lg\:border-l-red-800\/70 {
    border-left-color: rgb(153 27 27 / 0.7);
  }

  .lg\:border-l-red-800\/75 {
    border-left-color: rgb(153 27 27 / 0.75);
  }

  .lg\:border-l-red-800\/80 {
    border-left-color: rgb(153 27 27 / 0.8);
  }

  .lg\:border-l-red-800\/85 {
    border-left-color: rgb(153 27 27 / 0.85);
  }

  .lg\:border-l-red-800\/90 {
    border-left-color: rgb(153 27 27 / 0.9);
  }

  .lg\:border-l-red-800\/95 {
    border-left-color: rgb(153 27 27 / 0.95);
  }

  .lg\:border-l-red-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(127 29 29 / var(--tw-border-opacity));
  }

  .lg\:border-l-red-900\/0 {
    border-left-color: rgb(127 29 29 / 0);
  }

  .lg\:border-l-red-900\/10 {
    border-left-color: rgb(127 29 29 / 0.1);
  }

  .lg\:border-l-red-900\/100 {
    border-left-color: rgb(127 29 29 / 1);
  }

  .lg\:border-l-red-900\/15 {
    border-left-color: rgb(127 29 29 / 0.15);
  }

  .lg\:border-l-red-900\/20 {
    border-left-color: rgb(127 29 29 / 0.2);
  }

  .lg\:border-l-red-900\/25 {
    border-left-color: rgb(127 29 29 / 0.25);
  }

  .lg\:border-l-red-900\/30 {
    border-left-color: rgb(127 29 29 / 0.3);
  }

  .lg\:border-l-red-900\/35 {
    border-left-color: rgb(127 29 29 / 0.35);
  }

  .lg\:border-l-red-900\/40 {
    border-left-color: rgb(127 29 29 / 0.4);
  }

  .lg\:border-l-red-900\/45 {
    border-left-color: rgb(127 29 29 / 0.45);
  }

  .lg\:border-l-red-900\/5 {
    border-left-color: rgb(127 29 29 / 0.05);
  }

  .lg\:border-l-red-900\/50 {
    border-left-color: rgb(127 29 29 / 0.5);
  }

  .lg\:border-l-red-900\/55 {
    border-left-color: rgb(127 29 29 / 0.55);
  }

  .lg\:border-l-red-900\/60 {
    border-left-color: rgb(127 29 29 / 0.6);
  }

  .lg\:border-l-red-900\/65 {
    border-left-color: rgb(127 29 29 / 0.65);
  }

  .lg\:border-l-red-900\/70 {
    border-left-color: rgb(127 29 29 / 0.7);
  }

  .lg\:border-l-red-900\/75 {
    border-left-color: rgb(127 29 29 / 0.75);
  }

  .lg\:border-l-red-900\/80 {
    border-left-color: rgb(127 29 29 / 0.8);
  }

  .lg\:border-l-red-900\/85 {
    border-left-color: rgb(127 29 29 / 0.85);
  }

  .lg\:border-l-red-900\/90 {
    border-left-color: rgb(127 29 29 / 0.9);
  }

  .lg\:border-l-red-900\/95 {
    border-left-color: rgb(127 29 29 / 0.95);
  }

  .lg\:border-l-red-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(69 10 10 / var(--tw-border-opacity));
  }

  .lg\:border-l-red-950\/0 {
    border-left-color: rgb(69 10 10 / 0);
  }

  .lg\:border-l-red-950\/10 {
    border-left-color: rgb(69 10 10 / 0.1);
  }

  .lg\:border-l-red-950\/100 {
    border-left-color: rgb(69 10 10 / 1);
  }

  .lg\:border-l-red-950\/15 {
    border-left-color: rgb(69 10 10 / 0.15);
  }

  .lg\:border-l-red-950\/20 {
    border-left-color: rgb(69 10 10 / 0.2);
  }

  .lg\:border-l-red-950\/25 {
    border-left-color: rgb(69 10 10 / 0.25);
  }

  .lg\:border-l-red-950\/30 {
    border-left-color: rgb(69 10 10 / 0.3);
  }

  .lg\:border-l-red-950\/35 {
    border-left-color: rgb(69 10 10 / 0.35);
  }

  .lg\:border-l-red-950\/40 {
    border-left-color: rgb(69 10 10 / 0.4);
  }

  .lg\:border-l-red-950\/45 {
    border-left-color: rgb(69 10 10 / 0.45);
  }

  .lg\:border-l-red-950\/5 {
    border-left-color: rgb(69 10 10 / 0.05);
  }

  .lg\:border-l-red-950\/50 {
    border-left-color: rgb(69 10 10 / 0.5);
  }

  .lg\:border-l-red-950\/55 {
    border-left-color: rgb(69 10 10 / 0.55);
  }

  .lg\:border-l-red-950\/60 {
    border-left-color: rgb(69 10 10 / 0.6);
  }

  .lg\:border-l-red-950\/65 {
    border-left-color: rgb(69 10 10 / 0.65);
  }

  .lg\:border-l-red-950\/70 {
    border-left-color: rgb(69 10 10 / 0.7);
  }

  .lg\:border-l-red-950\/75 {
    border-left-color: rgb(69 10 10 / 0.75);
  }

  .lg\:border-l-red-950\/80 {
    border-left-color: rgb(69 10 10 / 0.8);
  }

  .lg\:border-l-red-950\/85 {
    border-left-color: rgb(69 10 10 / 0.85);
  }

  .lg\:border-l-red-950\/90 {
    border-left-color: rgb(69 10 10 / 0.9);
  }

  .lg\:border-l-red-950\/95 {
    border-left-color: rgb(69 10 10 / 0.95);
  }

  .lg\:border-l-rose-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 228 230 / var(--tw-border-opacity));
  }

  .lg\:border-l-rose-100\/0 {
    border-left-color: rgb(255 228 230 / 0);
  }

  .lg\:border-l-rose-100\/10 {
    border-left-color: rgb(255 228 230 / 0.1);
  }

  .lg\:border-l-rose-100\/100 {
    border-left-color: rgb(255 228 230 / 1);
  }

  .lg\:border-l-rose-100\/15 {
    border-left-color: rgb(255 228 230 / 0.15);
  }

  .lg\:border-l-rose-100\/20 {
    border-left-color: rgb(255 228 230 / 0.2);
  }

  .lg\:border-l-rose-100\/25 {
    border-left-color: rgb(255 228 230 / 0.25);
  }

  .lg\:border-l-rose-100\/30 {
    border-left-color: rgb(255 228 230 / 0.3);
  }

  .lg\:border-l-rose-100\/35 {
    border-left-color: rgb(255 228 230 / 0.35);
  }

  .lg\:border-l-rose-100\/40 {
    border-left-color: rgb(255 228 230 / 0.4);
  }

  .lg\:border-l-rose-100\/45 {
    border-left-color: rgb(255 228 230 / 0.45);
  }

  .lg\:border-l-rose-100\/5 {
    border-left-color: rgb(255 228 230 / 0.05);
  }

  .lg\:border-l-rose-100\/50 {
    border-left-color: rgb(255 228 230 / 0.5);
  }

  .lg\:border-l-rose-100\/55 {
    border-left-color: rgb(255 228 230 / 0.55);
  }

  .lg\:border-l-rose-100\/60 {
    border-left-color: rgb(255 228 230 / 0.6);
  }

  .lg\:border-l-rose-100\/65 {
    border-left-color: rgb(255 228 230 / 0.65);
  }

  .lg\:border-l-rose-100\/70 {
    border-left-color: rgb(255 228 230 / 0.7);
  }

  .lg\:border-l-rose-100\/75 {
    border-left-color: rgb(255 228 230 / 0.75);
  }

  .lg\:border-l-rose-100\/80 {
    border-left-color: rgb(255 228 230 / 0.8);
  }

  .lg\:border-l-rose-100\/85 {
    border-left-color: rgb(255 228 230 / 0.85);
  }

  .lg\:border-l-rose-100\/90 {
    border-left-color: rgb(255 228 230 / 0.9);
  }

  .lg\:border-l-rose-100\/95 {
    border-left-color: rgb(255 228 230 / 0.95);
  }

  .lg\:border-l-rose-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 205 211 / var(--tw-border-opacity));
  }

  .lg\:border-l-rose-200\/0 {
    border-left-color: rgb(254 205 211 / 0);
  }

  .lg\:border-l-rose-200\/10 {
    border-left-color: rgb(254 205 211 / 0.1);
  }

  .lg\:border-l-rose-200\/100 {
    border-left-color: rgb(254 205 211 / 1);
  }

  .lg\:border-l-rose-200\/15 {
    border-left-color: rgb(254 205 211 / 0.15);
  }

  .lg\:border-l-rose-200\/20 {
    border-left-color: rgb(254 205 211 / 0.2);
  }

  .lg\:border-l-rose-200\/25 {
    border-left-color: rgb(254 205 211 / 0.25);
  }

  .lg\:border-l-rose-200\/30 {
    border-left-color: rgb(254 205 211 / 0.3);
  }

  .lg\:border-l-rose-200\/35 {
    border-left-color: rgb(254 205 211 / 0.35);
  }

  .lg\:border-l-rose-200\/40 {
    border-left-color: rgb(254 205 211 / 0.4);
  }

  .lg\:border-l-rose-200\/45 {
    border-left-color: rgb(254 205 211 / 0.45);
  }

  .lg\:border-l-rose-200\/5 {
    border-left-color: rgb(254 205 211 / 0.05);
  }

  .lg\:border-l-rose-200\/50 {
    border-left-color: rgb(254 205 211 / 0.5);
  }

  .lg\:border-l-rose-200\/55 {
    border-left-color: rgb(254 205 211 / 0.55);
  }

  .lg\:border-l-rose-200\/60 {
    border-left-color: rgb(254 205 211 / 0.6);
  }

  .lg\:border-l-rose-200\/65 {
    border-left-color: rgb(254 205 211 / 0.65);
  }

  .lg\:border-l-rose-200\/70 {
    border-left-color: rgb(254 205 211 / 0.7);
  }

  .lg\:border-l-rose-200\/75 {
    border-left-color: rgb(254 205 211 / 0.75);
  }

  .lg\:border-l-rose-200\/80 {
    border-left-color: rgb(254 205 211 / 0.8);
  }

  .lg\:border-l-rose-200\/85 {
    border-left-color: rgb(254 205 211 / 0.85);
  }

  .lg\:border-l-rose-200\/90 {
    border-left-color: rgb(254 205 211 / 0.9);
  }

  .lg\:border-l-rose-200\/95 {
    border-left-color: rgb(254 205 211 / 0.95);
  }

  .lg\:border-l-rose-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 164 175 / var(--tw-border-opacity));
  }

  .lg\:border-l-rose-300\/0 {
    border-left-color: rgb(253 164 175 / 0);
  }

  .lg\:border-l-rose-300\/10 {
    border-left-color: rgb(253 164 175 / 0.1);
  }

  .lg\:border-l-rose-300\/100 {
    border-left-color: rgb(253 164 175 / 1);
  }

  .lg\:border-l-rose-300\/15 {
    border-left-color: rgb(253 164 175 / 0.15);
  }

  .lg\:border-l-rose-300\/20 {
    border-left-color: rgb(253 164 175 / 0.2);
  }

  .lg\:border-l-rose-300\/25 {
    border-left-color: rgb(253 164 175 / 0.25);
  }

  .lg\:border-l-rose-300\/30 {
    border-left-color: rgb(253 164 175 / 0.3);
  }

  .lg\:border-l-rose-300\/35 {
    border-left-color: rgb(253 164 175 / 0.35);
  }

  .lg\:border-l-rose-300\/40 {
    border-left-color: rgb(253 164 175 / 0.4);
  }

  .lg\:border-l-rose-300\/45 {
    border-left-color: rgb(253 164 175 / 0.45);
  }

  .lg\:border-l-rose-300\/5 {
    border-left-color: rgb(253 164 175 / 0.05);
  }

  .lg\:border-l-rose-300\/50 {
    border-left-color: rgb(253 164 175 / 0.5);
  }

  .lg\:border-l-rose-300\/55 {
    border-left-color: rgb(253 164 175 / 0.55);
  }

  .lg\:border-l-rose-300\/60 {
    border-left-color: rgb(253 164 175 / 0.6);
  }

  .lg\:border-l-rose-300\/65 {
    border-left-color: rgb(253 164 175 / 0.65);
  }

  .lg\:border-l-rose-300\/70 {
    border-left-color: rgb(253 164 175 / 0.7);
  }

  .lg\:border-l-rose-300\/75 {
    border-left-color: rgb(253 164 175 / 0.75);
  }

  .lg\:border-l-rose-300\/80 {
    border-left-color: rgb(253 164 175 / 0.8);
  }

  .lg\:border-l-rose-300\/85 {
    border-left-color: rgb(253 164 175 / 0.85);
  }

  .lg\:border-l-rose-300\/90 {
    border-left-color: rgb(253 164 175 / 0.9);
  }

  .lg\:border-l-rose-300\/95 {
    border-left-color: rgb(253 164 175 / 0.95);
  }

  .lg\:border-l-rose-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(251 113 133 / var(--tw-border-opacity));
  }

  .lg\:border-l-rose-400\/0 {
    border-left-color: rgb(251 113 133 / 0);
  }

  .lg\:border-l-rose-400\/10 {
    border-left-color: rgb(251 113 133 / 0.1);
  }

  .lg\:border-l-rose-400\/100 {
    border-left-color: rgb(251 113 133 / 1);
  }

  .lg\:border-l-rose-400\/15 {
    border-left-color: rgb(251 113 133 / 0.15);
  }

  .lg\:border-l-rose-400\/20 {
    border-left-color: rgb(251 113 133 / 0.2);
  }

  .lg\:border-l-rose-400\/25 {
    border-left-color: rgb(251 113 133 / 0.25);
  }

  .lg\:border-l-rose-400\/30 {
    border-left-color: rgb(251 113 133 / 0.3);
  }

  .lg\:border-l-rose-400\/35 {
    border-left-color: rgb(251 113 133 / 0.35);
  }

  .lg\:border-l-rose-400\/40 {
    border-left-color: rgb(251 113 133 / 0.4);
  }

  .lg\:border-l-rose-400\/45 {
    border-left-color: rgb(251 113 133 / 0.45);
  }

  .lg\:border-l-rose-400\/5 {
    border-left-color: rgb(251 113 133 / 0.05);
  }

  .lg\:border-l-rose-400\/50 {
    border-left-color: rgb(251 113 133 / 0.5);
  }

  .lg\:border-l-rose-400\/55 {
    border-left-color: rgb(251 113 133 / 0.55);
  }

  .lg\:border-l-rose-400\/60 {
    border-left-color: rgb(251 113 133 / 0.6);
  }

  .lg\:border-l-rose-400\/65 {
    border-left-color: rgb(251 113 133 / 0.65);
  }

  .lg\:border-l-rose-400\/70 {
    border-left-color: rgb(251 113 133 / 0.7);
  }

  .lg\:border-l-rose-400\/75 {
    border-left-color: rgb(251 113 133 / 0.75);
  }

  .lg\:border-l-rose-400\/80 {
    border-left-color: rgb(251 113 133 / 0.8);
  }

  .lg\:border-l-rose-400\/85 {
    border-left-color: rgb(251 113 133 / 0.85);
  }

  .lg\:border-l-rose-400\/90 {
    border-left-color: rgb(251 113 133 / 0.9);
  }

  .lg\:border-l-rose-400\/95 {
    border-left-color: rgb(251 113 133 / 0.95);
  }

  .lg\:border-l-rose-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 241 242 / var(--tw-border-opacity));
  }

  .lg\:border-l-rose-50\/0 {
    border-left-color: rgb(255 241 242 / 0);
  }

  .lg\:border-l-rose-50\/10 {
    border-left-color: rgb(255 241 242 / 0.1);
  }

  .lg\:border-l-rose-50\/100 {
    border-left-color: rgb(255 241 242 / 1);
  }

  .lg\:border-l-rose-50\/15 {
    border-left-color: rgb(255 241 242 / 0.15);
  }

  .lg\:border-l-rose-50\/20 {
    border-left-color: rgb(255 241 242 / 0.2);
  }

  .lg\:border-l-rose-50\/25 {
    border-left-color: rgb(255 241 242 / 0.25);
  }

  .lg\:border-l-rose-50\/30 {
    border-left-color: rgb(255 241 242 / 0.3);
  }

  .lg\:border-l-rose-50\/35 {
    border-left-color: rgb(255 241 242 / 0.35);
  }

  .lg\:border-l-rose-50\/40 {
    border-left-color: rgb(255 241 242 / 0.4);
  }

  .lg\:border-l-rose-50\/45 {
    border-left-color: rgb(255 241 242 / 0.45);
  }

  .lg\:border-l-rose-50\/5 {
    border-left-color: rgb(255 241 242 / 0.05);
  }

  .lg\:border-l-rose-50\/50 {
    border-left-color: rgb(255 241 242 / 0.5);
  }

  .lg\:border-l-rose-50\/55 {
    border-left-color: rgb(255 241 242 / 0.55);
  }

  .lg\:border-l-rose-50\/60 {
    border-left-color: rgb(255 241 242 / 0.6);
  }

  .lg\:border-l-rose-50\/65 {
    border-left-color: rgb(255 241 242 / 0.65);
  }

  .lg\:border-l-rose-50\/70 {
    border-left-color: rgb(255 241 242 / 0.7);
  }

  .lg\:border-l-rose-50\/75 {
    border-left-color: rgb(255 241 242 / 0.75);
  }

  .lg\:border-l-rose-50\/80 {
    border-left-color: rgb(255 241 242 / 0.8);
  }

  .lg\:border-l-rose-50\/85 {
    border-left-color: rgb(255 241 242 / 0.85);
  }

  .lg\:border-l-rose-50\/90 {
    border-left-color: rgb(255 241 242 / 0.9);
  }

  .lg\:border-l-rose-50\/95 {
    border-left-color: rgb(255 241 242 / 0.95);
  }

  .lg\:border-l-rose-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(244 63 94 / var(--tw-border-opacity));
  }

  .lg\:border-l-rose-500\/0 {
    border-left-color: rgb(244 63 94 / 0);
  }

  .lg\:border-l-rose-500\/10 {
    border-left-color: rgb(244 63 94 / 0.1);
  }

  .lg\:border-l-rose-500\/100 {
    border-left-color: rgb(244 63 94 / 1);
  }

  .lg\:border-l-rose-500\/15 {
    border-left-color: rgb(244 63 94 / 0.15);
  }

  .lg\:border-l-rose-500\/20 {
    border-left-color: rgb(244 63 94 / 0.2);
  }

  .lg\:border-l-rose-500\/25 {
    border-left-color: rgb(244 63 94 / 0.25);
  }

  .lg\:border-l-rose-500\/30 {
    border-left-color: rgb(244 63 94 / 0.3);
  }

  .lg\:border-l-rose-500\/35 {
    border-left-color: rgb(244 63 94 / 0.35);
  }

  .lg\:border-l-rose-500\/40 {
    border-left-color: rgb(244 63 94 / 0.4);
  }

  .lg\:border-l-rose-500\/45 {
    border-left-color: rgb(244 63 94 / 0.45);
  }

  .lg\:border-l-rose-500\/5 {
    border-left-color: rgb(244 63 94 / 0.05);
  }

  .lg\:border-l-rose-500\/50 {
    border-left-color: rgb(244 63 94 / 0.5);
  }

  .lg\:border-l-rose-500\/55 {
    border-left-color: rgb(244 63 94 / 0.55);
  }

  .lg\:border-l-rose-500\/60 {
    border-left-color: rgb(244 63 94 / 0.6);
  }

  .lg\:border-l-rose-500\/65 {
    border-left-color: rgb(244 63 94 / 0.65);
  }

  .lg\:border-l-rose-500\/70 {
    border-left-color: rgb(244 63 94 / 0.7);
  }

  .lg\:border-l-rose-500\/75 {
    border-left-color: rgb(244 63 94 / 0.75);
  }

  .lg\:border-l-rose-500\/80 {
    border-left-color: rgb(244 63 94 / 0.8);
  }

  .lg\:border-l-rose-500\/85 {
    border-left-color: rgb(244 63 94 / 0.85);
  }

  .lg\:border-l-rose-500\/90 {
    border-left-color: rgb(244 63 94 / 0.9);
  }

  .lg\:border-l-rose-500\/95 {
    border-left-color: rgb(244 63 94 / 0.95);
  }

  .lg\:border-l-rose-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(225 29 72 / var(--tw-border-opacity));
  }

  .lg\:border-l-rose-600\/0 {
    border-left-color: rgb(225 29 72 / 0);
  }

  .lg\:border-l-rose-600\/10 {
    border-left-color: rgb(225 29 72 / 0.1);
  }

  .lg\:border-l-rose-600\/100 {
    border-left-color: rgb(225 29 72 / 1);
  }

  .lg\:border-l-rose-600\/15 {
    border-left-color: rgb(225 29 72 / 0.15);
  }

  .lg\:border-l-rose-600\/20 {
    border-left-color: rgb(225 29 72 / 0.2);
  }

  .lg\:border-l-rose-600\/25 {
    border-left-color: rgb(225 29 72 / 0.25);
  }

  .lg\:border-l-rose-600\/30 {
    border-left-color: rgb(225 29 72 / 0.3);
  }

  .lg\:border-l-rose-600\/35 {
    border-left-color: rgb(225 29 72 / 0.35);
  }

  .lg\:border-l-rose-600\/40 {
    border-left-color: rgb(225 29 72 / 0.4);
  }

  .lg\:border-l-rose-600\/45 {
    border-left-color: rgb(225 29 72 / 0.45);
  }

  .lg\:border-l-rose-600\/5 {
    border-left-color: rgb(225 29 72 / 0.05);
  }

  .lg\:border-l-rose-600\/50 {
    border-left-color: rgb(225 29 72 / 0.5);
  }

  .lg\:border-l-rose-600\/55 {
    border-left-color: rgb(225 29 72 / 0.55);
  }

  .lg\:border-l-rose-600\/60 {
    border-left-color: rgb(225 29 72 / 0.6);
  }

  .lg\:border-l-rose-600\/65 {
    border-left-color: rgb(225 29 72 / 0.65);
  }

  .lg\:border-l-rose-600\/70 {
    border-left-color: rgb(225 29 72 / 0.7);
  }

  .lg\:border-l-rose-600\/75 {
    border-left-color: rgb(225 29 72 / 0.75);
  }

  .lg\:border-l-rose-600\/80 {
    border-left-color: rgb(225 29 72 / 0.8);
  }

  .lg\:border-l-rose-600\/85 {
    border-left-color: rgb(225 29 72 / 0.85);
  }

  .lg\:border-l-rose-600\/90 {
    border-left-color: rgb(225 29 72 / 0.9);
  }

  .lg\:border-l-rose-600\/95 {
    border-left-color: rgb(225 29 72 / 0.95);
  }

  .lg\:border-l-rose-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(190 18 60 / var(--tw-border-opacity));
  }

  .lg\:border-l-rose-700\/0 {
    border-left-color: rgb(190 18 60 / 0);
  }

  .lg\:border-l-rose-700\/10 {
    border-left-color: rgb(190 18 60 / 0.1);
  }

  .lg\:border-l-rose-700\/100 {
    border-left-color: rgb(190 18 60 / 1);
  }

  .lg\:border-l-rose-700\/15 {
    border-left-color: rgb(190 18 60 / 0.15);
  }

  .lg\:border-l-rose-700\/20 {
    border-left-color: rgb(190 18 60 / 0.2);
  }

  .lg\:border-l-rose-700\/25 {
    border-left-color: rgb(190 18 60 / 0.25);
  }

  .lg\:border-l-rose-700\/30 {
    border-left-color: rgb(190 18 60 / 0.3);
  }

  .lg\:border-l-rose-700\/35 {
    border-left-color: rgb(190 18 60 / 0.35);
  }

  .lg\:border-l-rose-700\/40 {
    border-left-color: rgb(190 18 60 / 0.4);
  }

  .lg\:border-l-rose-700\/45 {
    border-left-color: rgb(190 18 60 / 0.45);
  }

  .lg\:border-l-rose-700\/5 {
    border-left-color: rgb(190 18 60 / 0.05);
  }

  .lg\:border-l-rose-700\/50 {
    border-left-color: rgb(190 18 60 / 0.5);
  }

  .lg\:border-l-rose-700\/55 {
    border-left-color: rgb(190 18 60 / 0.55);
  }

  .lg\:border-l-rose-700\/60 {
    border-left-color: rgb(190 18 60 / 0.6);
  }

  .lg\:border-l-rose-700\/65 {
    border-left-color: rgb(190 18 60 / 0.65);
  }

  .lg\:border-l-rose-700\/70 {
    border-left-color: rgb(190 18 60 / 0.7);
  }

  .lg\:border-l-rose-700\/75 {
    border-left-color: rgb(190 18 60 / 0.75);
  }

  .lg\:border-l-rose-700\/80 {
    border-left-color: rgb(190 18 60 / 0.8);
  }

  .lg\:border-l-rose-700\/85 {
    border-left-color: rgb(190 18 60 / 0.85);
  }

  .lg\:border-l-rose-700\/90 {
    border-left-color: rgb(190 18 60 / 0.9);
  }

  .lg\:border-l-rose-700\/95 {
    border-left-color: rgb(190 18 60 / 0.95);
  }

  .lg\:border-l-rose-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(159 18 57 / var(--tw-border-opacity));
  }

  .lg\:border-l-rose-800\/0 {
    border-left-color: rgb(159 18 57 / 0);
  }

  .lg\:border-l-rose-800\/10 {
    border-left-color: rgb(159 18 57 / 0.1);
  }

  .lg\:border-l-rose-800\/100 {
    border-left-color: rgb(159 18 57 / 1);
  }

  .lg\:border-l-rose-800\/15 {
    border-left-color: rgb(159 18 57 / 0.15);
  }

  .lg\:border-l-rose-800\/20 {
    border-left-color: rgb(159 18 57 / 0.2);
  }

  .lg\:border-l-rose-800\/25 {
    border-left-color: rgb(159 18 57 / 0.25);
  }

  .lg\:border-l-rose-800\/30 {
    border-left-color: rgb(159 18 57 / 0.3);
  }

  .lg\:border-l-rose-800\/35 {
    border-left-color: rgb(159 18 57 / 0.35);
  }

  .lg\:border-l-rose-800\/40 {
    border-left-color: rgb(159 18 57 / 0.4);
  }

  .lg\:border-l-rose-800\/45 {
    border-left-color: rgb(159 18 57 / 0.45);
  }

  .lg\:border-l-rose-800\/5 {
    border-left-color: rgb(159 18 57 / 0.05);
  }

  .lg\:border-l-rose-800\/50 {
    border-left-color: rgb(159 18 57 / 0.5);
  }

  .lg\:border-l-rose-800\/55 {
    border-left-color: rgb(159 18 57 / 0.55);
  }

  .lg\:border-l-rose-800\/60 {
    border-left-color: rgb(159 18 57 / 0.6);
  }

  .lg\:border-l-rose-800\/65 {
    border-left-color: rgb(159 18 57 / 0.65);
  }

  .lg\:border-l-rose-800\/70 {
    border-left-color: rgb(159 18 57 / 0.7);
  }

  .lg\:border-l-rose-800\/75 {
    border-left-color: rgb(159 18 57 / 0.75);
  }

  .lg\:border-l-rose-800\/80 {
    border-left-color: rgb(159 18 57 / 0.8);
  }

  .lg\:border-l-rose-800\/85 {
    border-left-color: rgb(159 18 57 / 0.85);
  }

  .lg\:border-l-rose-800\/90 {
    border-left-color: rgb(159 18 57 / 0.9);
  }

  .lg\:border-l-rose-800\/95 {
    border-left-color: rgb(159 18 57 / 0.95);
  }

  .lg\:border-l-rose-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(136 19 55 / var(--tw-border-opacity));
  }

  .lg\:border-l-rose-900\/0 {
    border-left-color: rgb(136 19 55 / 0);
  }

  .lg\:border-l-rose-900\/10 {
    border-left-color: rgb(136 19 55 / 0.1);
  }

  .lg\:border-l-rose-900\/100 {
    border-left-color: rgb(136 19 55 / 1);
  }

  .lg\:border-l-rose-900\/15 {
    border-left-color: rgb(136 19 55 / 0.15);
  }

  .lg\:border-l-rose-900\/20 {
    border-left-color: rgb(136 19 55 / 0.2);
  }

  .lg\:border-l-rose-900\/25 {
    border-left-color: rgb(136 19 55 / 0.25);
  }

  .lg\:border-l-rose-900\/30 {
    border-left-color: rgb(136 19 55 / 0.3);
  }

  .lg\:border-l-rose-900\/35 {
    border-left-color: rgb(136 19 55 / 0.35);
  }

  .lg\:border-l-rose-900\/40 {
    border-left-color: rgb(136 19 55 / 0.4);
  }

  .lg\:border-l-rose-900\/45 {
    border-left-color: rgb(136 19 55 / 0.45);
  }

  .lg\:border-l-rose-900\/5 {
    border-left-color: rgb(136 19 55 / 0.05);
  }

  .lg\:border-l-rose-900\/50 {
    border-left-color: rgb(136 19 55 / 0.5);
  }

  .lg\:border-l-rose-900\/55 {
    border-left-color: rgb(136 19 55 / 0.55);
  }

  .lg\:border-l-rose-900\/60 {
    border-left-color: rgb(136 19 55 / 0.6);
  }

  .lg\:border-l-rose-900\/65 {
    border-left-color: rgb(136 19 55 / 0.65);
  }

  .lg\:border-l-rose-900\/70 {
    border-left-color: rgb(136 19 55 / 0.7);
  }

  .lg\:border-l-rose-900\/75 {
    border-left-color: rgb(136 19 55 / 0.75);
  }

  .lg\:border-l-rose-900\/80 {
    border-left-color: rgb(136 19 55 / 0.8);
  }

  .lg\:border-l-rose-900\/85 {
    border-left-color: rgb(136 19 55 / 0.85);
  }

  .lg\:border-l-rose-900\/90 {
    border-left-color: rgb(136 19 55 / 0.9);
  }

  .lg\:border-l-rose-900\/95 {
    border-left-color: rgb(136 19 55 / 0.95);
  }

  .lg\:border-l-rose-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(76 5 25 / var(--tw-border-opacity));
  }

  .lg\:border-l-rose-950\/0 {
    border-left-color: rgb(76 5 25 / 0);
  }

  .lg\:border-l-rose-950\/10 {
    border-left-color: rgb(76 5 25 / 0.1);
  }

  .lg\:border-l-rose-950\/100 {
    border-left-color: rgb(76 5 25 / 1);
  }

  .lg\:border-l-rose-950\/15 {
    border-left-color: rgb(76 5 25 / 0.15);
  }

  .lg\:border-l-rose-950\/20 {
    border-left-color: rgb(76 5 25 / 0.2);
  }

  .lg\:border-l-rose-950\/25 {
    border-left-color: rgb(76 5 25 / 0.25);
  }

  .lg\:border-l-rose-950\/30 {
    border-left-color: rgb(76 5 25 / 0.3);
  }

  .lg\:border-l-rose-950\/35 {
    border-left-color: rgb(76 5 25 / 0.35);
  }

  .lg\:border-l-rose-950\/40 {
    border-left-color: rgb(76 5 25 / 0.4);
  }

  .lg\:border-l-rose-950\/45 {
    border-left-color: rgb(76 5 25 / 0.45);
  }

  .lg\:border-l-rose-950\/5 {
    border-left-color: rgb(76 5 25 / 0.05);
  }

  .lg\:border-l-rose-950\/50 {
    border-left-color: rgb(76 5 25 / 0.5);
  }

  .lg\:border-l-rose-950\/55 {
    border-left-color: rgb(76 5 25 / 0.55);
  }

  .lg\:border-l-rose-950\/60 {
    border-left-color: rgb(76 5 25 / 0.6);
  }

  .lg\:border-l-rose-950\/65 {
    border-left-color: rgb(76 5 25 / 0.65);
  }

  .lg\:border-l-rose-950\/70 {
    border-left-color: rgb(76 5 25 / 0.7);
  }

  .lg\:border-l-rose-950\/75 {
    border-left-color: rgb(76 5 25 / 0.75);
  }

  .lg\:border-l-rose-950\/80 {
    border-left-color: rgb(76 5 25 / 0.8);
  }

  .lg\:border-l-rose-950\/85 {
    border-left-color: rgb(76 5 25 / 0.85);
  }

  .lg\:border-l-rose-950\/90 {
    border-left-color: rgb(76 5 25 / 0.9);
  }

  .lg\:border-l-rose-950\/95 {
    border-left-color: rgb(76 5 25 / 0.95);
  }

  .lg\:border-l-sky-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(224 242 254 / var(--tw-border-opacity));
  }

  .lg\:border-l-sky-100\/0 {
    border-left-color: rgb(224 242 254 / 0);
  }

  .lg\:border-l-sky-100\/10 {
    border-left-color: rgb(224 242 254 / 0.1);
  }

  .lg\:border-l-sky-100\/100 {
    border-left-color: rgb(224 242 254 / 1);
  }

  .lg\:border-l-sky-100\/15 {
    border-left-color: rgb(224 242 254 / 0.15);
  }

  .lg\:border-l-sky-100\/20 {
    border-left-color: rgb(224 242 254 / 0.2);
  }

  .lg\:border-l-sky-100\/25 {
    border-left-color: rgb(224 242 254 / 0.25);
  }

  .lg\:border-l-sky-100\/30 {
    border-left-color: rgb(224 242 254 / 0.3);
  }

  .lg\:border-l-sky-100\/35 {
    border-left-color: rgb(224 242 254 / 0.35);
  }

  .lg\:border-l-sky-100\/40 {
    border-left-color: rgb(224 242 254 / 0.4);
  }

  .lg\:border-l-sky-100\/45 {
    border-left-color: rgb(224 242 254 / 0.45);
  }

  .lg\:border-l-sky-100\/5 {
    border-left-color: rgb(224 242 254 / 0.05);
  }

  .lg\:border-l-sky-100\/50 {
    border-left-color: rgb(224 242 254 / 0.5);
  }

  .lg\:border-l-sky-100\/55 {
    border-left-color: rgb(224 242 254 / 0.55);
  }

  .lg\:border-l-sky-100\/60 {
    border-left-color: rgb(224 242 254 / 0.6);
  }

  .lg\:border-l-sky-100\/65 {
    border-left-color: rgb(224 242 254 / 0.65);
  }

  .lg\:border-l-sky-100\/70 {
    border-left-color: rgb(224 242 254 / 0.7);
  }

  .lg\:border-l-sky-100\/75 {
    border-left-color: rgb(224 242 254 / 0.75);
  }

  .lg\:border-l-sky-100\/80 {
    border-left-color: rgb(224 242 254 / 0.8);
  }

  .lg\:border-l-sky-100\/85 {
    border-left-color: rgb(224 242 254 / 0.85);
  }

  .lg\:border-l-sky-100\/90 {
    border-left-color: rgb(224 242 254 / 0.9);
  }

  .lg\:border-l-sky-100\/95 {
    border-left-color: rgb(224 242 254 / 0.95);
  }

  .lg\:border-l-sky-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(186 230 253 / var(--tw-border-opacity));
  }

  .lg\:border-l-sky-200\/0 {
    border-left-color: rgb(186 230 253 / 0);
  }

  .lg\:border-l-sky-200\/10 {
    border-left-color: rgb(186 230 253 / 0.1);
  }

  .lg\:border-l-sky-200\/100 {
    border-left-color: rgb(186 230 253 / 1);
  }

  .lg\:border-l-sky-200\/15 {
    border-left-color: rgb(186 230 253 / 0.15);
  }

  .lg\:border-l-sky-200\/20 {
    border-left-color: rgb(186 230 253 / 0.2);
  }

  .lg\:border-l-sky-200\/25 {
    border-left-color: rgb(186 230 253 / 0.25);
  }

  .lg\:border-l-sky-200\/30 {
    border-left-color: rgb(186 230 253 / 0.3);
  }

  .lg\:border-l-sky-200\/35 {
    border-left-color: rgb(186 230 253 / 0.35);
  }

  .lg\:border-l-sky-200\/40 {
    border-left-color: rgb(186 230 253 / 0.4);
  }

  .lg\:border-l-sky-200\/45 {
    border-left-color: rgb(186 230 253 / 0.45);
  }

  .lg\:border-l-sky-200\/5 {
    border-left-color: rgb(186 230 253 / 0.05);
  }

  .lg\:border-l-sky-200\/50 {
    border-left-color: rgb(186 230 253 / 0.5);
  }

  .lg\:border-l-sky-200\/55 {
    border-left-color: rgb(186 230 253 / 0.55);
  }

  .lg\:border-l-sky-200\/60 {
    border-left-color: rgb(186 230 253 / 0.6);
  }

  .lg\:border-l-sky-200\/65 {
    border-left-color: rgb(186 230 253 / 0.65);
  }

  .lg\:border-l-sky-200\/70 {
    border-left-color: rgb(186 230 253 / 0.7);
  }

  .lg\:border-l-sky-200\/75 {
    border-left-color: rgb(186 230 253 / 0.75);
  }

  .lg\:border-l-sky-200\/80 {
    border-left-color: rgb(186 230 253 / 0.8);
  }

  .lg\:border-l-sky-200\/85 {
    border-left-color: rgb(186 230 253 / 0.85);
  }

  .lg\:border-l-sky-200\/90 {
    border-left-color: rgb(186 230 253 / 0.9);
  }

  .lg\:border-l-sky-200\/95 {
    border-left-color: rgb(186 230 253 / 0.95);
  }

  .lg\:border-l-sky-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(125 211 252 / var(--tw-border-opacity));
  }

  .lg\:border-l-sky-300\/0 {
    border-left-color: rgb(125 211 252 / 0);
  }

  .lg\:border-l-sky-300\/10 {
    border-left-color: rgb(125 211 252 / 0.1);
  }

  .lg\:border-l-sky-300\/100 {
    border-left-color: rgb(125 211 252 / 1);
  }

  .lg\:border-l-sky-300\/15 {
    border-left-color: rgb(125 211 252 / 0.15);
  }

  .lg\:border-l-sky-300\/20 {
    border-left-color: rgb(125 211 252 / 0.2);
  }

  .lg\:border-l-sky-300\/25 {
    border-left-color: rgb(125 211 252 / 0.25);
  }

  .lg\:border-l-sky-300\/30 {
    border-left-color: rgb(125 211 252 / 0.3);
  }

  .lg\:border-l-sky-300\/35 {
    border-left-color: rgb(125 211 252 / 0.35);
  }

  .lg\:border-l-sky-300\/40 {
    border-left-color: rgb(125 211 252 / 0.4);
  }

  .lg\:border-l-sky-300\/45 {
    border-left-color: rgb(125 211 252 / 0.45);
  }

  .lg\:border-l-sky-300\/5 {
    border-left-color: rgb(125 211 252 / 0.05);
  }

  .lg\:border-l-sky-300\/50 {
    border-left-color: rgb(125 211 252 / 0.5);
  }

  .lg\:border-l-sky-300\/55 {
    border-left-color: rgb(125 211 252 / 0.55);
  }

  .lg\:border-l-sky-300\/60 {
    border-left-color: rgb(125 211 252 / 0.6);
  }

  .lg\:border-l-sky-300\/65 {
    border-left-color: rgb(125 211 252 / 0.65);
  }

  .lg\:border-l-sky-300\/70 {
    border-left-color: rgb(125 211 252 / 0.7);
  }

  .lg\:border-l-sky-300\/75 {
    border-left-color: rgb(125 211 252 / 0.75);
  }

  .lg\:border-l-sky-300\/80 {
    border-left-color: rgb(125 211 252 / 0.8);
  }

  .lg\:border-l-sky-300\/85 {
    border-left-color: rgb(125 211 252 / 0.85);
  }

  .lg\:border-l-sky-300\/90 {
    border-left-color: rgb(125 211 252 / 0.9);
  }

  .lg\:border-l-sky-300\/95 {
    border-left-color: rgb(125 211 252 / 0.95);
  }

  .lg\:border-l-sky-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(56 189 248 / var(--tw-border-opacity));
  }

  .lg\:border-l-sky-400\/0 {
    border-left-color: rgb(56 189 248 / 0);
  }

  .lg\:border-l-sky-400\/10 {
    border-left-color: rgb(56 189 248 / 0.1);
  }

  .lg\:border-l-sky-400\/100 {
    border-left-color: rgb(56 189 248 / 1);
  }

  .lg\:border-l-sky-400\/15 {
    border-left-color: rgb(56 189 248 / 0.15);
  }

  .lg\:border-l-sky-400\/20 {
    border-left-color: rgb(56 189 248 / 0.2);
  }

  .lg\:border-l-sky-400\/25 {
    border-left-color: rgb(56 189 248 / 0.25);
  }

  .lg\:border-l-sky-400\/30 {
    border-left-color: rgb(56 189 248 / 0.3);
  }

  .lg\:border-l-sky-400\/35 {
    border-left-color: rgb(56 189 248 / 0.35);
  }

  .lg\:border-l-sky-400\/40 {
    border-left-color: rgb(56 189 248 / 0.4);
  }

  .lg\:border-l-sky-400\/45 {
    border-left-color: rgb(56 189 248 / 0.45);
  }

  .lg\:border-l-sky-400\/5 {
    border-left-color: rgb(56 189 248 / 0.05);
  }

  .lg\:border-l-sky-400\/50 {
    border-left-color: rgb(56 189 248 / 0.5);
  }

  .lg\:border-l-sky-400\/55 {
    border-left-color: rgb(56 189 248 / 0.55);
  }

  .lg\:border-l-sky-400\/60 {
    border-left-color: rgb(56 189 248 / 0.6);
  }

  .lg\:border-l-sky-400\/65 {
    border-left-color: rgb(56 189 248 / 0.65);
  }

  .lg\:border-l-sky-400\/70 {
    border-left-color: rgb(56 189 248 / 0.7);
  }

  .lg\:border-l-sky-400\/75 {
    border-left-color: rgb(56 189 248 / 0.75);
  }

  .lg\:border-l-sky-400\/80 {
    border-left-color: rgb(56 189 248 / 0.8);
  }

  .lg\:border-l-sky-400\/85 {
    border-left-color: rgb(56 189 248 / 0.85);
  }

  .lg\:border-l-sky-400\/90 {
    border-left-color: rgb(56 189 248 / 0.9);
  }

  .lg\:border-l-sky-400\/95 {
    border-left-color: rgb(56 189 248 / 0.95);
  }

  .lg\:border-l-sky-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(240 249 255 / var(--tw-border-opacity));
  }

  .lg\:border-l-sky-50\/0 {
    border-left-color: rgb(240 249 255 / 0);
  }

  .lg\:border-l-sky-50\/10 {
    border-left-color: rgb(240 249 255 / 0.1);
  }

  .lg\:border-l-sky-50\/100 {
    border-left-color: rgb(240 249 255 / 1);
  }

  .lg\:border-l-sky-50\/15 {
    border-left-color: rgb(240 249 255 / 0.15);
  }

  .lg\:border-l-sky-50\/20 {
    border-left-color: rgb(240 249 255 / 0.2);
  }

  .lg\:border-l-sky-50\/25 {
    border-left-color: rgb(240 249 255 / 0.25);
  }

  .lg\:border-l-sky-50\/30 {
    border-left-color: rgb(240 249 255 / 0.3);
  }

  .lg\:border-l-sky-50\/35 {
    border-left-color: rgb(240 249 255 / 0.35);
  }

  .lg\:border-l-sky-50\/40 {
    border-left-color: rgb(240 249 255 / 0.4);
  }

  .lg\:border-l-sky-50\/45 {
    border-left-color: rgb(240 249 255 / 0.45);
  }

  .lg\:border-l-sky-50\/5 {
    border-left-color: rgb(240 249 255 / 0.05);
  }

  .lg\:border-l-sky-50\/50 {
    border-left-color: rgb(240 249 255 / 0.5);
  }

  .lg\:border-l-sky-50\/55 {
    border-left-color: rgb(240 249 255 / 0.55);
  }

  .lg\:border-l-sky-50\/60 {
    border-left-color: rgb(240 249 255 / 0.6);
  }

  .lg\:border-l-sky-50\/65 {
    border-left-color: rgb(240 249 255 / 0.65);
  }

  .lg\:border-l-sky-50\/70 {
    border-left-color: rgb(240 249 255 / 0.7);
  }

  .lg\:border-l-sky-50\/75 {
    border-left-color: rgb(240 249 255 / 0.75);
  }

  .lg\:border-l-sky-50\/80 {
    border-left-color: rgb(240 249 255 / 0.8);
  }

  .lg\:border-l-sky-50\/85 {
    border-left-color: rgb(240 249 255 / 0.85);
  }

  .lg\:border-l-sky-50\/90 {
    border-left-color: rgb(240 249 255 / 0.9);
  }

  .lg\:border-l-sky-50\/95 {
    border-left-color: rgb(240 249 255 / 0.95);
  }

  .lg\:border-l-sky-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(14 165 233 / var(--tw-border-opacity));
  }

  .lg\:border-l-sky-500\/0 {
    border-left-color: rgb(14 165 233 / 0);
  }

  .lg\:border-l-sky-500\/10 {
    border-left-color: rgb(14 165 233 / 0.1);
  }

  .lg\:border-l-sky-500\/100 {
    border-left-color: rgb(14 165 233 / 1);
  }

  .lg\:border-l-sky-500\/15 {
    border-left-color: rgb(14 165 233 / 0.15);
  }

  .lg\:border-l-sky-500\/20 {
    border-left-color: rgb(14 165 233 / 0.2);
  }

  .lg\:border-l-sky-500\/25 {
    border-left-color: rgb(14 165 233 / 0.25);
  }

  .lg\:border-l-sky-500\/30 {
    border-left-color: rgb(14 165 233 / 0.3);
  }

  .lg\:border-l-sky-500\/35 {
    border-left-color: rgb(14 165 233 / 0.35);
  }

  .lg\:border-l-sky-500\/40 {
    border-left-color: rgb(14 165 233 / 0.4);
  }

  .lg\:border-l-sky-500\/45 {
    border-left-color: rgb(14 165 233 / 0.45);
  }

  .lg\:border-l-sky-500\/5 {
    border-left-color: rgb(14 165 233 / 0.05);
  }

  .lg\:border-l-sky-500\/50 {
    border-left-color: rgb(14 165 233 / 0.5);
  }

  .lg\:border-l-sky-500\/55 {
    border-left-color: rgb(14 165 233 / 0.55);
  }

  .lg\:border-l-sky-500\/60 {
    border-left-color: rgb(14 165 233 / 0.6);
  }

  .lg\:border-l-sky-500\/65 {
    border-left-color: rgb(14 165 233 / 0.65);
  }

  .lg\:border-l-sky-500\/70 {
    border-left-color: rgb(14 165 233 / 0.7);
  }

  .lg\:border-l-sky-500\/75 {
    border-left-color: rgb(14 165 233 / 0.75);
  }

  .lg\:border-l-sky-500\/80 {
    border-left-color: rgb(14 165 233 / 0.8);
  }

  .lg\:border-l-sky-500\/85 {
    border-left-color: rgb(14 165 233 / 0.85);
  }

  .lg\:border-l-sky-500\/90 {
    border-left-color: rgb(14 165 233 / 0.9);
  }

  .lg\:border-l-sky-500\/95 {
    border-left-color: rgb(14 165 233 / 0.95);
  }

  .lg\:border-l-sky-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(2 132 199 / var(--tw-border-opacity));
  }

  .lg\:border-l-sky-600\/0 {
    border-left-color: rgb(2 132 199 / 0);
  }

  .lg\:border-l-sky-600\/10 {
    border-left-color: rgb(2 132 199 / 0.1);
  }

  .lg\:border-l-sky-600\/100 {
    border-left-color: rgb(2 132 199 / 1);
  }

  .lg\:border-l-sky-600\/15 {
    border-left-color: rgb(2 132 199 / 0.15);
  }

  .lg\:border-l-sky-600\/20 {
    border-left-color: rgb(2 132 199 / 0.2);
  }

  .lg\:border-l-sky-600\/25 {
    border-left-color: rgb(2 132 199 / 0.25);
  }

  .lg\:border-l-sky-600\/30 {
    border-left-color: rgb(2 132 199 / 0.3);
  }

  .lg\:border-l-sky-600\/35 {
    border-left-color: rgb(2 132 199 / 0.35);
  }

  .lg\:border-l-sky-600\/40 {
    border-left-color: rgb(2 132 199 / 0.4);
  }

  .lg\:border-l-sky-600\/45 {
    border-left-color: rgb(2 132 199 / 0.45);
  }

  .lg\:border-l-sky-600\/5 {
    border-left-color: rgb(2 132 199 / 0.05);
  }

  .lg\:border-l-sky-600\/50 {
    border-left-color: rgb(2 132 199 / 0.5);
  }

  .lg\:border-l-sky-600\/55 {
    border-left-color: rgb(2 132 199 / 0.55);
  }

  .lg\:border-l-sky-600\/60 {
    border-left-color: rgb(2 132 199 / 0.6);
  }

  .lg\:border-l-sky-600\/65 {
    border-left-color: rgb(2 132 199 / 0.65);
  }

  .lg\:border-l-sky-600\/70 {
    border-left-color: rgb(2 132 199 / 0.7);
  }

  .lg\:border-l-sky-600\/75 {
    border-left-color: rgb(2 132 199 / 0.75);
  }

  .lg\:border-l-sky-600\/80 {
    border-left-color: rgb(2 132 199 / 0.8);
  }

  .lg\:border-l-sky-600\/85 {
    border-left-color: rgb(2 132 199 / 0.85);
  }

  .lg\:border-l-sky-600\/90 {
    border-left-color: rgb(2 132 199 / 0.9);
  }

  .lg\:border-l-sky-600\/95 {
    border-left-color: rgb(2 132 199 / 0.95);
  }

  .lg\:border-l-sky-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(3 105 161 / var(--tw-border-opacity));
  }

  .lg\:border-l-sky-700\/0 {
    border-left-color: rgb(3 105 161 / 0);
  }

  .lg\:border-l-sky-700\/10 {
    border-left-color: rgb(3 105 161 / 0.1);
  }

  .lg\:border-l-sky-700\/100 {
    border-left-color: rgb(3 105 161 / 1);
  }

  .lg\:border-l-sky-700\/15 {
    border-left-color: rgb(3 105 161 / 0.15);
  }

  .lg\:border-l-sky-700\/20 {
    border-left-color: rgb(3 105 161 / 0.2);
  }

  .lg\:border-l-sky-700\/25 {
    border-left-color: rgb(3 105 161 / 0.25);
  }

  .lg\:border-l-sky-700\/30 {
    border-left-color: rgb(3 105 161 / 0.3);
  }

  .lg\:border-l-sky-700\/35 {
    border-left-color: rgb(3 105 161 / 0.35);
  }

  .lg\:border-l-sky-700\/40 {
    border-left-color: rgb(3 105 161 / 0.4);
  }

  .lg\:border-l-sky-700\/45 {
    border-left-color: rgb(3 105 161 / 0.45);
  }

  .lg\:border-l-sky-700\/5 {
    border-left-color: rgb(3 105 161 / 0.05);
  }

  .lg\:border-l-sky-700\/50 {
    border-left-color: rgb(3 105 161 / 0.5);
  }

  .lg\:border-l-sky-700\/55 {
    border-left-color: rgb(3 105 161 / 0.55);
  }

  .lg\:border-l-sky-700\/60 {
    border-left-color: rgb(3 105 161 / 0.6);
  }

  .lg\:border-l-sky-700\/65 {
    border-left-color: rgb(3 105 161 / 0.65);
  }

  .lg\:border-l-sky-700\/70 {
    border-left-color: rgb(3 105 161 / 0.7);
  }

  .lg\:border-l-sky-700\/75 {
    border-left-color: rgb(3 105 161 / 0.75);
  }

  .lg\:border-l-sky-700\/80 {
    border-left-color: rgb(3 105 161 / 0.8);
  }

  .lg\:border-l-sky-700\/85 {
    border-left-color: rgb(3 105 161 / 0.85);
  }

  .lg\:border-l-sky-700\/90 {
    border-left-color: rgb(3 105 161 / 0.9);
  }

  .lg\:border-l-sky-700\/95 {
    border-left-color: rgb(3 105 161 / 0.95);
  }

  .lg\:border-l-sky-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(7 89 133 / var(--tw-border-opacity));
  }

  .lg\:border-l-sky-800\/0 {
    border-left-color: rgb(7 89 133 / 0);
  }

  .lg\:border-l-sky-800\/10 {
    border-left-color: rgb(7 89 133 / 0.1);
  }

  .lg\:border-l-sky-800\/100 {
    border-left-color: rgb(7 89 133 / 1);
  }

  .lg\:border-l-sky-800\/15 {
    border-left-color: rgb(7 89 133 / 0.15);
  }

  .lg\:border-l-sky-800\/20 {
    border-left-color: rgb(7 89 133 / 0.2);
  }

  .lg\:border-l-sky-800\/25 {
    border-left-color: rgb(7 89 133 / 0.25);
  }

  .lg\:border-l-sky-800\/30 {
    border-left-color: rgb(7 89 133 / 0.3);
  }

  .lg\:border-l-sky-800\/35 {
    border-left-color: rgb(7 89 133 / 0.35);
  }

  .lg\:border-l-sky-800\/40 {
    border-left-color: rgb(7 89 133 / 0.4);
  }

  .lg\:border-l-sky-800\/45 {
    border-left-color: rgb(7 89 133 / 0.45);
  }

  .lg\:border-l-sky-800\/5 {
    border-left-color: rgb(7 89 133 / 0.05);
  }

  .lg\:border-l-sky-800\/50 {
    border-left-color: rgb(7 89 133 / 0.5);
  }

  .lg\:border-l-sky-800\/55 {
    border-left-color: rgb(7 89 133 / 0.55);
  }

  .lg\:border-l-sky-800\/60 {
    border-left-color: rgb(7 89 133 / 0.6);
  }

  .lg\:border-l-sky-800\/65 {
    border-left-color: rgb(7 89 133 / 0.65);
  }

  .lg\:border-l-sky-800\/70 {
    border-left-color: rgb(7 89 133 / 0.7);
  }

  .lg\:border-l-sky-800\/75 {
    border-left-color: rgb(7 89 133 / 0.75);
  }

  .lg\:border-l-sky-800\/80 {
    border-left-color: rgb(7 89 133 / 0.8);
  }

  .lg\:border-l-sky-800\/85 {
    border-left-color: rgb(7 89 133 / 0.85);
  }

  .lg\:border-l-sky-800\/90 {
    border-left-color: rgb(7 89 133 / 0.9);
  }

  .lg\:border-l-sky-800\/95 {
    border-left-color: rgb(7 89 133 / 0.95);
  }

  .lg\:border-l-sky-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(12 74 110 / var(--tw-border-opacity));
  }

  .lg\:border-l-sky-900\/0 {
    border-left-color: rgb(12 74 110 / 0);
  }

  .lg\:border-l-sky-900\/10 {
    border-left-color: rgb(12 74 110 / 0.1);
  }

  .lg\:border-l-sky-900\/100 {
    border-left-color: rgb(12 74 110 / 1);
  }

  .lg\:border-l-sky-900\/15 {
    border-left-color: rgb(12 74 110 / 0.15);
  }

  .lg\:border-l-sky-900\/20 {
    border-left-color: rgb(12 74 110 / 0.2);
  }

  .lg\:border-l-sky-900\/25 {
    border-left-color: rgb(12 74 110 / 0.25);
  }

  .lg\:border-l-sky-900\/30 {
    border-left-color: rgb(12 74 110 / 0.3);
  }

  .lg\:border-l-sky-900\/35 {
    border-left-color: rgb(12 74 110 / 0.35);
  }

  .lg\:border-l-sky-900\/40 {
    border-left-color: rgb(12 74 110 / 0.4);
  }

  .lg\:border-l-sky-900\/45 {
    border-left-color: rgb(12 74 110 / 0.45);
  }

  .lg\:border-l-sky-900\/5 {
    border-left-color: rgb(12 74 110 / 0.05);
  }

  .lg\:border-l-sky-900\/50 {
    border-left-color: rgb(12 74 110 / 0.5);
  }

  .lg\:border-l-sky-900\/55 {
    border-left-color: rgb(12 74 110 / 0.55);
  }

  .lg\:border-l-sky-900\/60 {
    border-left-color: rgb(12 74 110 / 0.6);
  }

  .lg\:border-l-sky-900\/65 {
    border-left-color: rgb(12 74 110 / 0.65);
  }

  .lg\:border-l-sky-900\/70 {
    border-left-color: rgb(12 74 110 / 0.7);
  }

  .lg\:border-l-sky-900\/75 {
    border-left-color: rgb(12 74 110 / 0.75);
  }

  .lg\:border-l-sky-900\/80 {
    border-left-color: rgb(12 74 110 / 0.8);
  }

  .lg\:border-l-sky-900\/85 {
    border-left-color: rgb(12 74 110 / 0.85);
  }

  .lg\:border-l-sky-900\/90 {
    border-left-color: rgb(12 74 110 / 0.9);
  }

  .lg\:border-l-sky-900\/95 {
    border-left-color: rgb(12 74 110 / 0.95);
  }

  .lg\:border-l-sky-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(8 47 73 / var(--tw-border-opacity));
  }

  .lg\:border-l-sky-950\/0 {
    border-left-color: rgb(8 47 73 / 0);
  }

  .lg\:border-l-sky-950\/10 {
    border-left-color: rgb(8 47 73 / 0.1);
  }

  .lg\:border-l-sky-950\/100 {
    border-left-color: rgb(8 47 73 / 1);
  }

  .lg\:border-l-sky-950\/15 {
    border-left-color: rgb(8 47 73 / 0.15);
  }

  .lg\:border-l-sky-950\/20 {
    border-left-color: rgb(8 47 73 / 0.2);
  }

  .lg\:border-l-sky-950\/25 {
    border-left-color: rgb(8 47 73 / 0.25);
  }

  .lg\:border-l-sky-950\/30 {
    border-left-color: rgb(8 47 73 / 0.3);
  }

  .lg\:border-l-sky-950\/35 {
    border-left-color: rgb(8 47 73 / 0.35);
  }

  .lg\:border-l-sky-950\/40 {
    border-left-color: rgb(8 47 73 / 0.4);
  }

  .lg\:border-l-sky-950\/45 {
    border-left-color: rgb(8 47 73 / 0.45);
  }

  .lg\:border-l-sky-950\/5 {
    border-left-color: rgb(8 47 73 / 0.05);
  }

  .lg\:border-l-sky-950\/50 {
    border-left-color: rgb(8 47 73 / 0.5);
  }

  .lg\:border-l-sky-950\/55 {
    border-left-color: rgb(8 47 73 / 0.55);
  }

  .lg\:border-l-sky-950\/60 {
    border-left-color: rgb(8 47 73 / 0.6);
  }

  .lg\:border-l-sky-950\/65 {
    border-left-color: rgb(8 47 73 / 0.65);
  }

  .lg\:border-l-sky-950\/70 {
    border-left-color: rgb(8 47 73 / 0.7);
  }

  .lg\:border-l-sky-950\/75 {
    border-left-color: rgb(8 47 73 / 0.75);
  }

  .lg\:border-l-sky-950\/80 {
    border-left-color: rgb(8 47 73 / 0.8);
  }

  .lg\:border-l-sky-950\/85 {
    border-left-color: rgb(8 47 73 / 0.85);
  }

  .lg\:border-l-sky-950\/90 {
    border-left-color: rgb(8 47 73 / 0.9);
  }

  .lg\:border-l-sky-950\/95 {
    border-left-color: rgb(8 47 73 / 0.95);
  }

  .lg\:border-l-slate-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(241 245 249 / var(--tw-border-opacity));
  }

  .lg\:border-l-slate-100\/0 {
    border-left-color: rgb(241 245 249 / 0);
  }

  .lg\:border-l-slate-100\/10 {
    border-left-color: rgb(241 245 249 / 0.1);
  }

  .lg\:border-l-slate-100\/100 {
    border-left-color: rgb(241 245 249 / 1);
  }

  .lg\:border-l-slate-100\/15 {
    border-left-color: rgb(241 245 249 / 0.15);
  }

  .lg\:border-l-slate-100\/20 {
    border-left-color: rgb(241 245 249 / 0.2);
  }

  .lg\:border-l-slate-100\/25 {
    border-left-color: rgb(241 245 249 / 0.25);
  }

  .lg\:border-l-slate-100\/30 {
    border-left-color: rgb(241 245 249 / 0.3);
  }

  .lg\:border-l-slate-100\/35 {
    border-left-color: rgb(241 245 249 / 0.35);
  }

  .lg\:border-l-slate-100\/40 {
    border-left-color: rgb(241 245 249 / 0.4);
  }

  .lg\:border-l-slate-100\/45 {
    border-left-color: rgb(241 245 249 / 0.45);
  }

  .lg\:border-l-slate-100\/5 {
    border-left-color: rgb(241 245 249 / 0.05);
  }

  .lg\:border-l-slate-100\/50 {
    border-left-color: rgb(241 245 249 / 0.5);
  }

  .lg\:border-l-slate-100\/55 {
    border-left-color: rgb(241 245 249 / 0.55);
  }

  .lg\:border-l-slate-100\/60 {
    border-left-color: rgb(241 245 249 / 0.6);
  }

  .lg\:border-l-slate-100\/65 {
    border-left-color: rgb(241 245 249 / 0.65);
  }

  .lg\:border-l-slate-100\/70 {
    border-left-color: rgb(241 245 249 / 0.7);
  }

  .lg\:border-l-slate-100\/75 {
    border-left-color: rgb(241 245 249 / 0.75);
  }

  .lg\:border-l-slate-100\/80 {
    border-left-color: rgb(241 245 249 / 0.8);
  }

  .lg\:border-l-slate-100\/85 {
    border-left-color: rgb(241 245 249 / 0.85);
  }

  .lg\:border-l-slate-100\/90 {
    border-left-color: rgb(241 245 249 / 0.9);
  }

  .lg\:border-l-slate-100\/95 {
    border-left-color: rgb(241 245 249 / 0.95);
  }

  .lg\:border-l-slate-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(226 232 240 / var(--tw-border-opacity));
  }

  .lg\:border-l-slate-200\/0 {
    border-left-color: rgb(226 232 240 / 0);
  }

  .lg\:border-l-slate-200\/10 {
    border-left-color: rgb(226 232 240 / 0.1);
  }

  .lg\:border-l-slate-200\/100 {
    border-left-color: rgb(226 232 240 / 1);
  }

  .lg\:border-l-slate-200\/15 {
    border-left-color: rgb(226 232 240 / 0.15);
  }

  .lg\:border-l-slate-200\/20 {
    border-left-color: rgb(226 232 240 / 0.2);
  }

  .lg\:border-l-slate-200\/25 {
    border-left-color: rgb(226 232 240 / 0.25);
  }

  .lg\:border-l-slate-200\/30 {
    border-left-color: rgb(226 232 240 / 0.3);
  }

  .lg\:border-l-slate-200\/35 {
    border-left-color: rgb(226 232 240 / 0.35);
  }

  .lg\:border-l-slate-200\/40 {
    border-left-color: rgb(226 232 240 / 0.4);
  }

  .lg\:border-l-slate-200\/45 {
    border-left-color: rgb(226 232 240 / 0.45);
  }

  .lg\:border-l-slate-200\/5 {
    border-left-color: rgb(226 232 240 / 0.05);
  }

  .lg\:border-l-slate-200\/50 {
    border-left-color: rgb(226 232 240 / 0.5);
  }

  .lg\:border-l-slate-200\/55 {
    border-left-color: rgb(226 232 240 / 0.55);
  }

  .lg\:border-l-slate-200\/60 {
    border-left-color: rgb(226 232 240 / 0.6);
  }

  .lg\:border-l-slate-200\/65 {
    border-left-color: rgb(226 232 240 / 0.65);
  }

  .lg\:border-l-slate-200\/70 {
    border-left-color: rgb(226 232 240 / 0.7);
  }

  .lg\:border-l-slate-200\/75 {
    border-left-color: rgb(226 232 240 / 0.75);
  }

  .lg\:border-l-slate-200\/80 {
    border-left-color: rgb(226 232 240 / 0.8);
  }

  .lg\:border-l-slate-200\/85 {
    border-left-color: rgb(226 232 240 / 0.85);
  }

  .lg\:border-l-slate-200\/90 {
    border-left-color: rgb(226 232 240 / 0.9);
  }

  .lg\:border-l-slate-200\/95 {
    border-left-color: rgb(226 232 240 / 0.95);
  }

  .lg\:border-l-slate-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(203 213 225 / var(--tw-border-opacity));
  }

  .lg\:border-l-slate-300\/0 {
    border-left-color: rgb(203 213 225 / 0);
  }

  .lg\:border-l-slate-300\/10 {
    border-left-color: rgb(203 213 225 / 0.1);
  }

  .lg\:border-l-slate-300\/100 {
    border-left-color: rgb(203 213 225 / 1);
  }

  .lg\:border-l-slate-300\/15 {
    border-left-color: rgb(203 213 225 / 0.15);
  }

  .lg\:border-l-slate-300\/20 {
    border-left-color: rgb(203 213 225 / 0.2);
  }

  .lg\:border-l-slate-300\/25 {
    border-left-color: rgb(203 213 225 / 0.25);
  }

  .lg\:border-l-slate-300\/30 {
    border-left-color: rgb(203 213 225 / 0.3);
  }

  .lg\:border-l-slate-300\/35 {
    border-left-color: rgb(203 213 225 / 0.35);
  }

  .lg\:border-l-slate-300\/40 {
    border-left-color: rgb(203 213 225 / 0.4);
  }

  .lg\:border-l-slate-300\/45 {
    border-left-color: rgb(203 213 225 / 0.45);
  }

  .lg\:border-l-slate-300\/5 {
    border-left-color: rgb(203 213 225 / 0.05);
  }

  .lg\:border-l-slate-300\/50 {
    border-left-color: rgb(203 213 225 / 0.5);
  }

  .lg\:border-l-slate-300\/55 {
    border-left-color: rgb(203 213 225 / 0.55);
  }

  .lg\:border-l-slate-300\/60 {
    border-left-color: rgb(203 213 225 / 0.6);
  }

  .lg\:border-l-slate-300\/65 {
    border-left-color: rgb(203 213 225 / 0.65);
  }

  .lg\:border-l-slate-300\/70 {
    border-left-color: rgb(203 213 225 / 0.7);
  }

  .lg\:border-l-slate-300\/75 {
    border-left-color: rgb(203 213 225 / 0.75);
  }

  .lg\:border-l-slate-300\/80 {
    border-left-color: rgb(203 213 225 / 0.8);
  }

  .lg\:border-l-slate-300\/85 {
    border-left-color: rgb(203 213 225 / 0.85);
  }

  .lg\:border-l-slate-300\/90 {
    border-left-color: rgb(203 213 225 / 0.9);
  }

  .lg\:border-l-slate-300\/95 {
    border-left-color: rgb(203 213 225 / 0.95);
  }

  .lg\:border-l-slate-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(148 163 184 / var(--tw-border-opacity));
  }

  .lg\:border-l-slate-400\/0 {
    border-left-color: rgb(148 163 184 / 0);
  }

  .lg\:border-l-slate-400\/10 {
    border-left-color: rgb(148 163 184 / 0.1);
  }

  .lg\:border-l-slate-400\/100 {
    border-left-color: rgb(148 163 184 / 1);
  }

  .lg\:border-l-slate-400\/15 {
    border-left-color: rgb(148 163 184 / 0.15);
  }

  .lg\:border-l-slate-400\/20 {
    border-left-color: rgb(148 163 184 / 0.2);
  }

  .lg\:border-l-slate-400\/25 {
    border-left-color: rgb(148 163 184 / 0.25);
  }

  .lg\:border-l-slate-400\/30 {
    border-left-color: rgb(148 163 184 / 0.3);
  }

  .lg\:border-l-slate-400\/35 {
    border-left-color: rgb(148 163 184 / 0.35);
  }

  .lg\:border-l-slate-400\/40 {
    border-left-color: rgb(148 163 184 / 0.4);
  }

  .lg\:border-l-slate-400\/45 {
    border-left-color: rgb(148 163 184 / 0.45);
  }

  .lg\:border-l-slate-400\/5 {
    border-left-color: rgb(148 163 184 / 0.05);
  }

  .lg\:border-l-slate-400\/50 {
    border-left-color: rgb(148 163 184 / 0.5);
  }

  .lg\:border-l-slate-400\/55 {
    border-left-color: rgb(148 163 184 / 0.55);
  }

  .lg\:border-l-slate-400\/60 {
    border-left-color: rgb(148 163 184 / 0.6);
  }

  .lg\:border-l-slate-400\/65 {
    border-left-color: rgb(148 163 184 / 0.65);
  }

  .lg\:border-l-slate-400\/70 {
    border-left-color: rgb(148 163 184 / 0.7);
  }

  .lg\:border-l-slate-400\/75 {
    border-left-color: rgb(148 163 184 / 0.75);
  }

  .lg\:border-l-slate-400\/80 {
    border-left-color: rgb(148 163 184 / 0.8);
  }

  .lg\:border-l-slate-400\/85 {
    border-left-color: rgb(148 163 184 / 0.85);
  }

  .lg\:border-l-slate-400\/90 {
    border-left-color: rgb(148 163 184 / 0.9);
  }

  .lg\:border-l-slate-400\/95 {
    border-left-color: rgb(148 163 184 / 0.95);
  }

  .lg\:border-l-slate-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(248 250 252 / var(--tw-border-opacity));
  }

  .lg\:border-l-slate-50\/0 {
    border-left-color: rgb(248 250 252 / 0);
  }

  .lg\:border-l-slate-50\/10 {
    border-left-color: rgb(248 250 252 / 0.1);
  }

  .lg\:border-l-slate-50\/100 {
    border-left-color: rgb(248 250 252 / 1);
  }

  .lg\:border-l-slate-50\/15 {
    border-left-color: rgb(248 250 252 / 0.15);
  }

  .lg\:border-l-slate-50\/20 {
    border-left-color: rgb(248 250 252 / 0.2);
  }

  .lg\:border-l-slate-50\/25 {
    border-left-color: rgb(248 250 252 / 0.25);
  }

  .lg\:border-l-slate-50\/30 {
    border-left-color: rgb(248 250 252 / 0.3);
  }

  .lg\:border-l-slate-50\/35 {
    border-left-color: rgb(248 250 252 / 0.35);
  }

  .lg\:border-l-slate-50\/40 {
    border-left-color: rgb(248 250 252 / 0.4);
  }

  .lg\:border-l-slate-50\/45 {
    border-left-color: rgb(248 250 252 / 0.45);
  }

  .lg\:border-l-slate-50\/5 {
    border-left-color: rgb(248 250 252 / 0.05);
  }

  .lg\:border-l-slate-50\/50 {
    border-left-color: rgb(248 250 252 / 0.5);
  }

  .lg\:border-l-slate-50\/55 {
    border-left-color: rgb(248 250 252 / 0.55);
  }

  .lg\:border-l-slate-50\/60 {
    border-left-color: rgb(248 250 252 / 0.6);
  }

  .lg\:border-l-slate-50\/65 {
    border-left-color: rgb(248 250 252 / 0.65);
  }

  .lg\:border-l-slate-50\/70 {
    border-left-color: rgb(248 250 252 / 0.7);
  }

  .lg\:border-l-slate-50\/75 {
    border-left-color: rgb(248 250 252 / 0.75);
  }

  .lg\:border-l-slate-50\/80 {
    border-left-color: rgb(248 250 252 / 0.8);
  }

  .lg\:border-l-slate-50\/85 {
    border-left-color: rgb(248 250 252 / 0.85);
  }

  .lg\:border-l-slate-50\/90 {
    border-left-color: rgb(248 250 252 / 0.9);
  }

  .lg\:border-l-slate-50\/95 {
    border-left-color: rgb(248 250 252 / 0.95);
  }

  .lg\:border-l-slate-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(100 116 139 / var(--tw-border-opacity));
  }

  .lg\:border-l-slate-500\/0 {
    border-left-color: rgb(100 116 139 / 0);
  }

  .lg\:border-l-slate-500\/10 {
    border-left-color: rgb(100 116 139 / 0.1);
  }

  .lg\:border-l-slate-500\/100 {
    border-left-color: rgb(100 116 139 / 1);
  }

  .lg\:border-l-slate-500\/15 {
    border-left-color: rgb(100 116 139 / 0.15);
  }

  .lg\:border-l-slate-500\/20 {
    border-left-color: rgb(100 116 139 / 0.2);
  }

  .lg\:border-l-slate-500\/25 {
    border-left-color: rgb(100 116 139 / 0.25);
  }

  .lg\:border-l-slate-500\/30 {
    border-left-color: rgb(100 116 139 / 0.3);
  }

  .lg\:border-l-slate-500\/35 {
    border-left-color: rgb(100 116 139 / 0.35);
  }

  .lg\:border-l-slate-500\/40 {
    border-left-color: rgb(100 116 139 / 0.4);
  }

  .lg\:border-l-slate-500\/45 {
    border-left-color: rgb(100 116 139 / 0.45);
  }

  .lg\:border-l-slate-500\/5 {
    border-left-color: rgb(100 116 139 / 0.05);
  }

  .lg\:border-l-slate-500\/50 {
    border-left-color: rgb(100 116 139 / 0.5);
  }

  .lg\:border-l-slate-500\/55 {
    border-left-color: rgb(100 116 139 / 0.55);
  }

  .lg\:border-l-slate-500\/60 {
    border-left-color: rgb(100 116 139 / 0.6);
  }

  .lg\:border-l-slate-500\/65 {
    border-left-color: rgb(100 116 139 / 0.65);
  }

  .lg\:border-l-slate-500\/70 {
    border-left-color: rgb(100 116 139 / 0.7);
  }

  .lg\:border-l-slate-500\/75 {
    border-left-color: rgb(100 116 139 / 0.75);
  }

  .lg\:border-l-slate-500\/80 {
    border-left-color: rgb(100 116 139 / 0.8);
  }

  .lg\:border-l-slate-500\/85 {
    border-left-color: rgb(100 116 139 / 0.85);
  }

  .lg\:border-l-slate-500\/90 {
    border-left-color: rgb(100 116 139 / 0.9);
  }

  .lg\:border-l-slate-500\/95 {
    border-left-color: rgb(100 116 139 / 0.95);
  }

  .lg\:border-l-slate-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(71 85 105 / var(--tw-border-opacity));
  }

  .lg\:border-l-slate-600\/0 {
    border-left-color: rgb(71 85 105 / 0);
  }

  .lg\:border-l-slate-600\/10 {
    border-left-color: rgb(71 85 105 / 0.1);
  }

  .lg\:border-l-slate-600\/100 {
    border-left-color: rgb(71 85 105 / 1);
  }

  .lg\:border-l-slate-600\/15 {
    border-left-color: rgb(71 85 105 / 0.15);
  }

  .lg\:border-l-slate-600\/20 {
    border-left-color: rgb(71 85 105 / 0.2);
  }

  .lg\:border-l-slate-600\/25 {
    border-left-color: rgb(71 85 105 / 0.25);
  }

  .lg\:border-l-slate-600\/30 {
    border-left-color: rgb(71 85 105 / 0.3);
  }

  .lg\:border-l-slate-600\/35 {
    border-left-color: rgb(71 85 105 / 0.35);
  }

  .lg\:border-l-slate-600\/40 {
    border-left-color: rgb(71 85 105 / 0.4);
  }

  .lg\:border-l-slate-600\/45 {
    border-left-color: rgb(71 85 105 / 0.45);
  }

  .lg\:border-l-slate-600\/5 {
    border-left-color: rgb(71 85 105 / 0.05);
  }

  .lg\:border-l-slate-600\/50 {
    border-left-color: rgb(71 85 105 / 0.5);
  }

  .lg\:border-l-slate-600\/55 {
    border-left-color: rgb(71 85 105 / 0.55);
  }

  .lg\:border-l-slate-600\/60 {
    border-left-color: rgb(71 85 105 / 0.6);
  }

  .lg\:border-l-slate-600\/65 {
    border-left-color: rgb(71 85 105 / 0.65);
  }

  .lg\:border-l-slate-600\/70 {
    border-left-color: rgb(71 85 105 / 0.7);
  }

  .lg\:border-l-slate-600\/75 {
    border-left-color: rgb(71 85 105 / 0.75);
  }

  .lg\:border-l-slate-600\/80 {
    border-left-color: rgb(71 85 105 / 0.8);
  }

  .lg\:border-l-slate-600\/85 {
    border-left-color: rgb(71 85 105 / 0.85);
  }

  .lg\:border-l-slate-600\/90 {
    border-left-color: rgb(71 85 105 / 0.9);
  }

  .lg\:border-l-slate-600\/95 {
    border-left-color: rgb(71 85 105 / 0.95);
  }

  .lg\:border-l-slate-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(51 65 85 / var(--tw-border-opacity));
  }

  .lg\:border-l-slate-700\/0 {
    border-left-color: rgb(51 65 85 / 0);
  }

  .lg\:border-l-slate-700\/10 {
    border-left-color: rgb(51 65 85 / 0.1);
  }

  .lg\:border-l-slate-700\/100 {
    border-left-color: rgb(51 65 85 / 1);
  }

  .lg\:border-l-slate-700\/15 {
    border-left-color: rgb(51 65 85 / 0.15);
  }

  .lg\:border-l-slate-700\/20 {
    border-left-color: rgb(51 65 85 / 0.2);
  }

  .lg\:border-l-slate-700\/25 {
    border-left-color: rgb(51 65 85 / 0.25);
  }

  .lg\:border-l-slate-700\/30 {
    border-left-color: rgb(51 65 85 / 0.3);
  }

  .lg\:border-l-slate-700\/35 {
    border-left-color: rgb(51 65 85 / 0.35);
  }

  .lg\:border-l-slate-700\/40 {
    border-left-color: rgb(51 65 85 / 0.4);
  }

  .lg\:border-l-slate-700\/45 {
    border-left-color: rgb(51 65 85 / 0.45);
  }

  .lg\:border-l-slate-700\/5 {
    border-left-color: rgb(51 65 85 / 0.05);
  }

  .lg\:border-l-slate-700\/50 {
    border-left-color: rgb(51 65 85 / 0.5);
  }

  .lg\:border-l-slate-700\/55 {
    border-left-color: rgb(51 65 85 / 0.55);
  }

  .lg\:border-l-slate-700\/60 {
    border-left-color: rgb(51 65 85 / 0.6);
  }

  .lg\:border-l-slate-700\/65 {
    border-left-color: rgb(51 65 85 / 0.65);
  }

  .lg\:border-l-slate-700\/70 {
    border-left-color: rgb(51 65 85 / 0.7);
  }

  .lg\:border-l-slate-700\/75 {
    border-left-color: rgb(51 65 85 / 0.75);
  }

  .lg\:border-l-slate-700\/80 {
    border-left-color: rgb(51 65 85 / 0.8);
  }

  .lg\:border-l-slate-700\/85 {
    border-left-color: rgb(51 65 85 / 0.85);
  }

  .lg\:border-l-slate-700\/90 {
    border-left-color: rgb(51 65 85 / 0.9);
  }

  .lg\:border-l-slate-700\/95 {
    border-left-color: rgb(51 65 85 / 0.95);
  }

  .lg\:border-l-slate-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 41 59 / var(--tw-border-opacity));
  }

  .lg\:border-l-slate-800\/0 {
    border-left-color: rgb(30 41 59 / 0);
  }

  .lg\:border-l-slate-800\/10 {
    border-left-color: rgb(30 41 59 / 0.1);
  }

  .lg\:border-l-slate-800\/100 {
    border-left-color: rgb(30 41 59 / 1);
  }

  .lg\:border-l-slate-800\/15 {
    border-left-color: rgb(30 41 59 / 0.15);
  }

  .lg\:border-l-slate-800\/20 {
    border-left-color: rgb(30 41 59 / 0.2);
  }

  .lg\:border-l-slate-800\/25 {
    border-left-color: rgb(30 41 59 / 0.25);
  }

  .lg\:border-l-slate-800\/30 {
    border-left-color: rgb(30 41 59 / 0.3);
  }

  .lg\:border-l-slate-800\/35 {
    border-left-color: rgb(30 41 59 / 0.35);
  }

  .lg\:border-l-slate-800\/40 {
    border-left-color: rgb(30 41 59 / 0.4);
  }

  .lg\:border-l-slate-800\/45 {
    border-left-color: rgb(30 41 59 / 0.45);
  }

  .lg\:border-l-slate-800\/5 {
    border-left-color: rgb(30 41 59 / 0.05);
  }

  .lg\:border-l-slate-800\/50 {
    border-left-color: rgb(30 41 59 / 0.5);
  }

  .lg\:border-l-slate-800\/55 {
    border-left-color: rgb(30 41 59 / 0.55);
  }

  .lg\:border-l-slate-800\/60 {
    border-left-color: rgb(30 41 59 / 0.6);
  }

  .lg\:border-l-slate-800\/65 {
    border-left-color: rgb(30 41 59 / 0.65);
  }

  .lg\:border-l-slate-800\/70 {
    border-left-color: rgb(30 41 59 / 0.7);
  }

  .lg\:border-l-slate-800\/75 {
    border-left-color: rgb(30 41 59 / 0.75);
  }

  .lg\:border-l-slate-800\/80 {
    border-left-color: rgb(30 41 59 / 0.8);
  }

  .lg\:border-l-slate-800\/85 {
    border-left-color: rgb(30 41 59 / 0.85);
  }

  .lg\:border-l-slate-800\/90 {
    border-left-color: rgb(30 41 59 / 0.9);
  }

  .lg\:border-l-slate-800\/95 {
    border-left-color: rgb(30 41 59 / 0.95);
  }

  .lg\:border-l-slate-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(15 23 42 / var(--tw-border-opacity));
  }

  .lg\:border-l-slate-900\/0 {
    border-left-color: rgb(15 23 42 / 0);
  }

  .lg\:border-l-slate-900\/10 {
    border-left-color: rgb(15 23 42 / 0.1);
  }

  .lg\:border-l-slate-900\/100 {
    border-left-color: rgb(15 23 42 / 1);
  }

  .lg\:border-l-slate-900\/15 {
    border-left-color: rgb(15 23 42 / 0.15);
  }

  .lg\:border-l-slate-900\/20 {
    border-left-color: rgb(15 23 42 / 0.2);
  }

  .lg\:border-l-slate-900\/25 {
    border-left-color: rgb(15 23 42 / 0.25);
  }

  .lg\:border-l-slate-900\/30 {
    border-left-color: rgb(15 23 42 / 0.3);
  }

  .lg\:border-l-slate-900\/35 {
    border-left-color: rgb(15 23 42 / 0.35);
  }

  .lg\:border-l-slate-900\/40 {
    border-left-color: rgb(15 23 42 / 0.4);
  }

  .lg\:border-l-slate-900\/45 {
    border-left-color: rgb(15 23 42 / 0.45);
  }

  .lg\:border-l-slate-900\/5 {
    border-left-color: rgb(15 23 42 / 0.05);
  }

  .lg\:border-l-slate-900\/50 {
    border-left-color: rgb(15 23 42 / 0.5);
  }

  .lg\:border-l-slate-900\/55 {
    border-left-color: rgb(15 23 42 / 0.55);
  }

  .lg\:border-l-slate-900\/60 {
    border-left-color: rgb(15 23 42 / 0.6);
  }

  .lg\:border-l-slate-900\/65 {
    border-left-color: rgb(15 23 42 / 0.65);
  }

  .lg\:border-l-slate-900\/70 {
    border-left-color: rgb(15 23 42 / 0.7);
  }

  .lg\:border-l-slate-900\/75 {
    border-left-color: rgb(15 23 42 / 0.75);
  }

  .lg\:border-l-slate-900\/80 {
    border-left-color: rgb(15 23 42 / 0.8);
  }

  .lg\:border-l-slate-900\/85 {
    border-left-color: rgb(15 23 42 / 0.85);
  }

  .lg\:border-l-slate-900\/90 {
    border-left-color: rgb(15 23 42 / 0.9);
  }

  .lg\:border-l-slate-900\/95 {
    border-left-color: rgb(15 23 42 / 0.95);
  }

  .lg\:border-l-slate-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(2 6 23 / var(--tw-border-opacity));
  }

  .lg\:border-l-slate-950\/0 {
    border-left-color: rgb(2 6 23 / 0);
  }

  .lg\:border-l-slate-950\/10 {
    border-left-color: rgb(2 6 23 / 0.1);
  }

  .lg\:border-l-slate-950\/100 {
    border-left-color: rgb(2 6 23 / 1);
  }

  .lg\:border-l-slate-950\/15 {
    border-left-color: rgb(2 6 23 / 0.15);
  }

  .lg\:border-l-slate-950\/20 {
    border-left-color: rgb(2 6 23 / 0.2);
  }

  .lg\:border-l-slate-950\/25 {
    border-left-color: rgb(2 6 23 / 0.25);
  }

  .lg\:border-l-slate-950\/30 {
    border-left-color: rgb(2 6 23 / 0.3);
  }

  .lg\:border-l-slate-950\/35 {
    border-left-color: rgb(2 6 23 / 0.35);
  }

  .lg\:border-l-slate-950\/40 {
    border-left-color: rgb(2 6 23 / 0.4);
  }

  .lg\:border-l-slate-950\/45 {
    border-left-color: rgb(2 6 23 / 0.45);
  }

  .lg\:border-l-slate-950\/5 {
    border-left-color: rgb(2 6 23 / 0.05);
  }

  .lg\:border-l-slate-950\/50 {
    border-left-color: rgb(2 6 23 / 0.5);
  }

  .lg\:border-l-slate-950\/55 {
    border-left-color: rgb(2 6 23 / 0.55);
  }

  .lg\:border-l-slate-950\/60 {
    border-left-color: rgb(2 6 23 / 0.6);
  }

  .lg\:border-l-slate-950\/65 {
    border-left-color: rgb(2 6 23 / 0.65);
  }

  .lg\:border-l-slate-950\/70 {
    border-left-color: rgb(2 6 23 / 0.7);
  }

  .lg\:border-l-slate-950\/75 {
    border-left-color: rgb(2 6 23 / 0.75);
  }

  .lg\:border-l-slate-950\/80 {
    border-left-color: rgb(2 6 23 / 0.8);
  }

  .lg\:border-l-slate-950\/85 {
    border-left-color: rgb(2 6 23 / 0.85);
  }

  .lg\:border-l-slate-950\/90 {
    border-left-color: rgb(2 6 23 / 0.9);
  }

  .lg\:border-l-slate-950\/95 {
    border-left-color: rgb(2 6 23 / 0.95);
  }

  .lg\:border-l-stone-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 245 244 / var(--tw-border-opacity));
  }

  .lg\:border-l-stone-100\/0 {
    border-left-color: rgb(245 245 244 / 0);
  }

  .lg\:border-l-stone-100\/10 {
    border-left-color: rgb(245 245 244 / 0.1);
  }

  .lg\:border-l-stone-100\/100 {
    border-left-color: rgb(245 245 244 / 1);
  }

  .lg\:border-l-stone-100\/15 {
    border-left-color: rgb(245 245 244 / 0.15);
  }

  .lg\:border-l-stone-100\/20 {
    border-left-color: rgb(245 245 244 / 0.2);
  }

  .lg\:border-l-stone-100\/25 {
    border-left-color: rgb(245 245 244 / 0.25);
  }

  .lg\:border-l-stone-100\/30 {
    border-left-color: rgb(245 245 244 / 0.3);
  }

  .lg\:border-l-stone-100\/35 {
    border-left-color: rgb(245 245 244 / 0.35);
  }

  .lg\:border-l-stone-100\/40 {
    border-left-color: rgb(245 245 244 / 0.4);
  }

  .lg\:border-l-stone-100\/45 {
    border-left-color: rgb(245 245 244 / 0.45);
  }

  .lg\:border-l-stone-100\/5 {
    border-left-color: rgb(245 245 244 / 0.05);
  }

  .lg\:border-l-stone-100\/50 {
    border-left-color: rgb(245 245 244 / 0.5);
  }

  .lg\:border-l-stone-100\/55 {
    border-left-color: rgb(245 245 244 / 0.55);
  }

  .lg\:border-l-stone-100\/60 {
    border-left-color: rgb(245 245 244 / 0.6);
  }

  .lg\:border-l-stone-100\/65 {
    border-left-color: rgb(245 245 244 / 0.65);
  }

  .lg\:border-l-stone-100\/70 {
    border-left-color: rgb(245 245 244 / 0.7);
  }

  .lg\:border-l-stone-100\/75 {
    border-left-color: rgb(245 245 244 / 0.75);
  }

  .lg\:border-l-stone-100\/80 {
    border-left-color: rgb(245 245 244 / 0.8);
  }

  .lg\:border-l-stone-100\/85 {
    border-left-color: rgb(245 245 244 / 0.85);
  }

  .lg\:border-l-stone-100\/90 {
    border-left-color: rgb(245 245 244 / 0.9);
  }

  .lg\:border-l-stone-100\/95 {
    border-left-color: rgb(245 245 244 / 0.95);
  }

  .lg\:border-l-stone-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(231 229 228 / var(--tw-border-opacity));
  }

  .lg\:border-l-stone-200\/0 {
    border-left-color: rgb(231 229 228 / 0);
  }

  .lg\:border-l-stone-200\/10 {
    border-left-color: rgb(231 229 228 / 0.1);
  }

  .lg\:border-l-stone-200\/100 {
    border-left-color: rgb(231 229 228 / 1);
  }

  .lg\:border-l-stone-200\/15 {
    border-left-color: rgb(231 229 228 / 0.15);
  }

  .lg\:border-l-stone-200\/20 {
    border-left-color: rgb(231 229 228 / 0.2);
  }

  .lg\:border-l-stone-200\/25 {
    border-left-color: rgb(231 229 228 / 0.25);
  }

  .lg\:border-l-stone-200\/30 {
    border-left-color: rgb(231 229 228 / 0.3);
  }

  .lg\:border-l-stone-200\/35 {
    border-left-color: rgb(231 229 228 / 0.35);
  }

  .lg\:border-l-stone-200\/40 {
    border-left-color: rgb(231 229 228 / 0.4);
  }

  .lg\:border-l-stone-200\/45 {
    border-left-color: rgb(231 229 228 / 0.45);
  }

  .lg\:border-l-stone-200\/5 {
    border-left-color: rgb(231 229 228 / 0.05);
  }

  .lg\:border-l-stone-200\/50 {
    border-left-color: rgb(231 229 228 / 0.5);
  }

  .lg\:border-l-stone-200\/55 {
    border-left-color: rgb(231 229 228 / 0.55);
  }

  .lg\:border-l-stone-200\/60 {
    border-left-color: rgb(231 229 228 / 0.6);
  }

  .lg\:border-l-stone-200\/65 {
    border-left-color: rgb(231 229 228 / 0.65);
  }

  .lg\:border-l-stone-200\/70 {
    border-left-color: rgb(231 229 228 / 0.7);
  }

  .lg\:border-l-stone-200\/75 {
    border-left-color: rgb(231 229 228 / 0.75);
  }

  .lg\:border-l-stone-200\/80 {
    border-left-color: rgb(231 229 228 / 0.8);
  }

  .lg\:border-l-stone-200\/85 {
    border-left-color: rgb(231 229 228 / 0.85);
  }

  .lg\:border-l-stone-200\/90 {
    border-left-color: rgb(231 229 228 / 0.9);
  }

  .lg\:border-l-stone-200\/95 {
    border-left-color: rgb(231 229 228 / 0.95);
  }

  .lg\:border-l-stone-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(214 211 209 / var(--tw-border-opacity));
  }

  .lg\:border-l-stone-300\/0 {
    border-left-color: rgb(214 211 209 / 0);
  }

  .lg\:border-l-stone-300\/10 {
    border-left-color: rgb(214 211 209 / 0.1);
  }

  .lg\:border-l-stone-300\/100 {
    border-left-color: rgb(214 211 209 / 1);
  }

  .lg\:border-l-stone-300\/15 {
    border-left-color: rgb(214 211 209 / 0.15);
  }

  .lg\:border-l-stone-300\/20 {
    border-left-color: rgb(214 211 209 / 0.2);
  }

  .lg\:border-l-stone-300\/25 {
    border-left-color: rgb(214 211 209 / 0.25);
  }

  .lg\:border-l-stone-300\/30 {
    border-left-color: rgb(214 211 209 / 0.3);
  }

  .lg\:border-l-stone-300\/35 {
    border-left-color: rgb(214 211 209 / 0.35);
  }

  .lg\:border-l-stone-300\/40 {
    border-left-color: rgb(214 211 209 / 0.4);
  }

  .lg\:border-l-stone-300\/45 {
    border-left-color: rgb(214 211 209 / 0.45);
  }

  .lg\:border-l-stone-300\/5 {
    border-left-color: rgb(214 211 209 / 0.05);
  }

  .lg\:border-l-stone-300\/50 {
    border-left-color: rgb(214 211 209 / 0.5);
  }

  .lg\:border-l-stone-300\/55 {
    border-left-color: rgb(214 211 209 / 0.55);
  }

  .lg\:border-l-stone-300\/60 {
    border-left-color: rgb(214 211 209 / 0.6);
  }

  .lg\:border-l-stone-300\/65 {
    border-left-color: rgb(214 211 209 / 0.65);
  }

  .lg\:border-l-stone-300\/70 {
    border-left-color: rgb(214 211 209 / 0.7);
  }

  .lg\:border-l-stone-300\/75 {
    border-left-color: rgb(214 211 209 / 0.75);
  }

  .lg\:border-l-stone-300\/80 {
    border-left-color: rgb(214 211 209 / 0.8);
  }

  .lg\:border-l-stone-300\/85 {
    border-left-color: rgb(214 211 209 / 0.85);
  }

  .lg\:border-l-stone-300\/90 {
    border-left-color: rgb(214 211 209 / 0.9);
  }

  .lg\:border-l-stone-300\/95 {
    border-left-color: rgb(214 211 209 / 0.95);
  }

  .lg\:border-l-stone-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(168 162 158 / var(--tw-border-opacity));
  }

  .lg\:border-l-stone-400\/0 {
    border-left-color: rgb(168 162 158 / 0);
  }

  .lg\:border-l-stone-400\/10 {
    border-left-color: rgb(168 162 158 / 0.1);
  }

  .lg\:border-l-stone-400\/100 {
    border-left-color: rgb(168 162 158 / 1);
  }

  .lg\:border-l-stone-400\/15 {
    border-left-color: rgb(168 162 158 / 0.15);
  }

  .lg\:border-l-stone-400\/20 {
    border-left-color: rgb(168 162 158 / 0.2);
  }

  .lg\:border-l-stone-400\/25 {
    border-left-color: rgb(168 162 158 / 0.25);
  }

  .lg\:border-l-stone-400\/30 {
    border-left-color: rgb(168 162 158 / 0.3);
  }

  .lg\:border-l-stone-400\/35 {
    border-left-color: rgb(168 162 158 / 0.35);
  }

  .lg\:border-l-stone-400\/40 {
    border-left-color: rgb(168 162 158 / 0.4);
  }

  .lg\:border-l-stone-400\/45 {
    border-left-color: rgb(168 162 158 / 0.45);
  }

  .lg\:border-l-stone-400\/5 {
    border-left-color: rgb(168 162 158 / 0.05);
  }

  .lg\:border-l-stone-400\/50 {
    border-left-color: rgb(168 162 158 / 0.5);
  }

  .lg\:border-l-stone-400\/55 {
    border-left-color: rgb(168 162 158 / 0.55);
  }

  .lg\:border-l-stone-400\/60 {
    border-left-color: rgb(168 162 158 / 0.6);
  }

  .lg\:border-l-stone-400\/65 {
    border-left-color: rgb(168 162 158 / 0.65);
  }

  .lg\:border-l-stone-400\/70 {
    border-left-color: rgb(168 162 158 / 0.7);
  }

  .lg\:border-l-stone-400\/75 {
    border-left-color: rgb(168 162 158 / 0.75);
  }

  .lg\:border-l-stone-400\/80 {
    border-left-color: rgb(168 162 158 / 0.8);
  }

  .lg\:border-l-stone-400\/85 {
    border-left-color: rgb(168 162 158 / 0.85);
  }

  .lg\:border-l-stone-400\/90 {
    border-left-color: rgb(168 162 158 / 0.9);
  }

  .lg\:border-l-stone-400\/95 {
    border-left-color: rgb(168 162 158 / 0.95);
  }

  .lg\:border-l-stone-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 250 249 / var(--tw-border-opacity));
  }

  .lg\:border-l-stone-50\/0 {
    border-left-color: rgb(250 250 249 / 0);
  }

  .lg\:border-l-stone-50\/10 {
    border-left-color: rgb(250 250 249 / 0.1);
  }

  .lg\:border-l-stone-50\/100 {
    border-left-color: rgb(250 250 249 / 1);
  }

  .lg\:border-l-stone-50\/15 {
    border-left-color: rgb(250 250 249 / 0.15);
  }

  .lg\:border-l-stone-50\/20 {
    border-left-color: rgb(250 250 249 / 0.2);
  }

  .lg\:border-l-stone-50\/25 {
    border-left-color: rgb(250 250 249 / 0.25);
  }

  .lg\:border-l-stone-50\/30 {
    border-left-color: rgb(250 250 249 / 0.3);
  }

  .lg\:border-l-stone-50\/35 {
    border-left-color: rgb(250 250 249 / 0.35);
  }

  .lg\:border-l-stone-50\/40 {
    border-left-color: rgb(250 250 249 / 0.4);
  }

  .lg\:border-l-stone-50\/45 {
    border-left-color: rgb(250 250 249 / 0.45);
  }

  .lg\:border-l-stone-50\/5 {
    border-left-color: rgb(250 250 249 / 0.05);
  }

  .lg\:border-l-stone-50\/50 {
    border-left-color: rgb(250 250 249 / 0.5);
  }

  .lg\:border-l-stone-50\/55 {
    border-left-color: rgb(250 250 249 / 0.55);
  }

  .lg\:border-l-stone-50\/60 {
    border-left-color: rgb(250 250 249 / 0.6);
  }

  .lg\:border-l-stone-50\/65 {
    border-left-color: rgb(250 250 249 / 0.65);
  }

  .lg\:border-l-stone-50\/70 {
    border-left-color: rgb(250 250 249 / 0.7);
  }

  .lg\:border-l-stone-50\/75 {
    border-left-color: rgb(250 250 249 / 0.75);
  }

  .lg\:border-l-stone-50\/80 {
    border-left-color: rgb(250 250 249 / 0.8);
  }

  .lg\:border-l-stone-50\/85 {
    border-left-color: rgb(250 250 249 / 0.85);
  }

  .lg\:border-l-stone-50\/90 {
    border-left-color: rgb(250 250 249 / 0.9);
  }

  .lg\:border-l-stone-50\/95 {
    border-left-color: rgb(250 250 249 / 0.95);
  }

  .lg\:border-l-stone-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(120 113 108 / var(--tw-border-opacity));
  }

  .lg\:border-l-stone-500\/0 {
    border-left-color: rgb(120 113 108 / 0);
  }

  .lg\:border-l-stone-500\/10 {
    border-left-color: rgb(120 113 108 / 0.1);
  }

  .lg\:border-l-stone-500\/100 {
    border-left-color: rgb(120 113 108 / 1);
  }

  .lg\:border-l-stone-500\/15 {
    border-left-color: rgb(120 113 108 / 0.15);
  }

  .lg\:border-l-stone-500\/20 {
    border-left-color: rgb(120 113 108 / 0.2);
  }

  .lg\:border-l-stone-500\/25 {
    border-left-color: rgb(120 113 108 / 0.25);
  }

  .lg\:border-l-stone-500\/30 {
    border-left-color: rgb(120 113 108 / 0.3);
  }

  .lg\:border-l-stone-500\/35 {
    border-left-color: rgb(120 113 108 / 0.35);
  }

  .lg\:border-l-stone-500\/40 {
    border-left-color: rgb(120 113 108 / 0.4);
  }

  .lg\:border-l-stone-500\/45 {
    border-left-color: rgb(120 113 108 / 0.45);
  }

  .lg\:border-l-stone-500\/5 {
    border-left-color: rgb(120 113 108 / 0.05);
  }

  .lg\:border-l-stone-500\/50 {
    border-left-color: rgb(120 113 108 / 0.5);
  }

  .lg\:border-l-stone-500\/55 {
    border-left-color: rgb(120 113 108 / 0.55);
  }

  .lg\:border-l-stone-500\/60 {
    border-left-color: rgb(120 113 108 / 0.6);
  }

  .lg\:border-l-stone-500\/65 {
    border-left-color: rgb(120 113 108 / 0.65);
  }

  .lg\:border-l-stone-500\/70 {
    border-left-color: rgb(120 113 108 / 0.7);
  }

  .lg\:border-l-stone-500\/75 {
    border-left-color: rgb(120 113 108 / 0.75);
  }

  .lg\:border-l-stone-500\/80 {
    border-left-color: rgb(120 113 108 / 0.8);
  }

  .lg\:border-l-stone-500\/85 {
    border-left-color: rgb(120 113 108 / 0.85);
  }

  .lg\:border-l-stone-500\/90 {
    border-left-color: rgb(120 113 108 / 0.9);
  }

  .lg\:border-l-stone-500\/95 {
    border-left-color: rgb(120 113 108 / 0.95);
  }

  .lg\:border-l-stone-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(87 83 78 / var(--tw-border-opacity));
  }

  .lg\:border-l-stone-600\/0 {
    border-left-color: rgb(87 83 78 / 0);
  }

  .lg\:border-l-stone-600\/10 {
    border-left-color: rgb(87 83 78 / 0.1);
  }

  .lg\:border-l-stone-600\/100 {
    border-left-color: rgb(87 83 78 / 1);
  }

  .lg\:border-l-stone-600\/15 {
    border-left-color: rgb(87 83 78 / 0.15);
  }

  .lg\:border-l-stone-600\/20 {
    border-left-color: rgb(87 83 78 / 0.2);
  }

  .lg\:border-l-stone-600\/25 {
    border-left-color: rgb(87 83 78 / 0.25);
  }

  .lg\:border-l-stone-600\/30 {
    border-left-color: rgb(87 83 78 / 0.3);
  }

  .lg\:border-l-stone-600\/35 {
    border-left-color: rgb(87 83 78 / 0.35);
  }

  .lg\:border-l-stone-600\/40 {
    border-left-color: rgb(87 83 78 / 0.4);
  }

  .lg\:border-l-stone-600\/45 {
    border-left-color: rgb(87 83 78 / 0.45);
  }

  .lg\:border-l-stone-600\/5 {
    border-left-color: rgb(87 83 78 / 0.05);
  }

  .lg\:border-l-stone-600\/50 {
    border-left-color: rgb(87 83 78 / 0.5);
  }

  .lg\:border-l-stone-600\/55 {
    border-left-color: rgb(87 83 78 / 0.55);
  }

  .lg\:border-l-stone-600\/60 {
    border-left-color: rgb(87 83 78 / 0.6);
  }

  .lg\:border-l-stone-600\/65 {
    border-left-color: rgb(87 83 78 / 0.65);
  }

  .lg\:border-l-stone-600\/70 {
    border-left-color: rgb(87 83 78 / 0.7);
  }

  .lg\:border-l-stone-600\/75 {
    border-left-color: rgb(87 83 78 / 0.75);
  }

  .lg\:border-l-stone-600\/80 {
    border-left-color: rgb(87 83 78 / 0.8);
  }

  .lg\:border-l-stone-600\/85 {
    border-left-color: rgb(87 83 78 / 0.85);
  }

  .lg\:border-l-stone-600\/90 {
    border-left-color: rgb(87 83 78 / 0.9);
  }

  .lg\:border-l-stone-600\/95 {
    border-left-color: rgb(87 83 78 / 0.95);
  }

  .lg\:border-l-stone-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(68 64 60 / var(--tw-border-opacity));
  }

  .lg\:border-l-stone-700\/0 {
    border-left-color: rgb(68 64 60 / 0);
  }

  .lg\:border-l-stone-700\/10 {
    border-left-color: rgb(68 64 60 / 0.1);
  }

  .lg\:border-l-stone-700\/100 {
    border-left-color: rgb(68 64 60 / 1);
  }

  .lg\:border-l-stone-700\/15 {
    border-left-color: rgb(68 64 60 / 0.15);
  }

  .lg\:border-l-stone-700\/20 {
    border-left-color: rgb(68 64 60 / 0.2);
  }

  .lg\:border-l-stone-700\/25 {
    border-left-color: rgb(68 64 60 / 0.25);
  }

  .lg\:border-l-stone-700\/30 {
    border-left-color: rgb(68 64 60 / 0.3);
  }

  .lg\:border-l-stone-700\/35 {
    border-left-color: rgb(68 64 60 / 0.35);
  }

  .lg\:border-l-stone-700\/40 {
    border-left-color: rgb(68 64 60 / 0.4);
  }

  .lg\:border-l-stone-700\/45 {
    border-left-color: rgb(68 64 60 / 0.45);
  }

  .lg\:border-l-stone-700\/5 {
    border-left-color: rgb(68 64 60 / 0.05);
  }

  .lg\:border-l-stone-700\/50 {
    border-left-color: rgb(68 64 60 / 0.5);
  }

  .lg\:border-l-stone-700\/55 {
    border-left-color: rgb(68 64 60 / 0.55);
  }

  .lg\:border-l-stone-700\/60 {
    border-left-color: rgb(68 64 60 / 0.6);
  }

  .lg\:border-l-stone-700\/65 {
    border-left-color: rgb(68 64 60 / 0.65);
  }

  .lg\:border-l-stone-700\/70 {
    border-left-color: rgb(68 64 60 / 0.7);
  }

  .lg\:border-l-stone-700\/75 {
    border-left-color: rgb(68 64 60 / 0.75);
  }

  .lg\:border-l-stone-700\/80 {
    border-left-color: rgb(68 64 60 / 0.8);
  }

  .lg\:border-l-stone-700\/85 {
    border-left-color: rgb(68 64 60 / 0.85);
  }

  .lg\:border-l-stone-700\/90 {
    border-left-color: rgb(68 64 60 / 0.9);
  }

  .lg\:border-l-stone-700\/95 {
    border-left-color: rgb(68 64 60 / 0.95);
  }

  .lg\:border-l-stone-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(41 37 36 / var(--tw-border-opacity));
  }

  .lg\:border-l-stone-800\/0 {
    border-left-color: rgb(41 37 36 / 0);
  }

  .lg\:border-l-stone-800\/10 {
    border-left-color: rgb(41 37 36 / 0.1);
  }

  .lg\:border-l-stone-800\/100 {
    border-left-color: rgb(41 37 36 / 1);
  }

  .lg\:border-l-stone-800\/15 {
    border-left-color: rgb(41 37 36 / 0.15);
  }

  .lg\:border-l-stone-800\/20 {
    border-left-color: rgb(41 37 36 / 0.2);
  }

  .lg\:border-l-stone-800\/25 {
    border-left-color: rgb(41 37 36 / 0.25);
  }

  .lg\:border-l-stone-800\/30 {
    border-left-color: rgb(41 37 36 / 0.3);
  }

  .lg\:border-l-stone-800\/35 {
    border-left-color: rgb(41 37 36 / 0.35);
  }

  .lg\:border-l-stone-800\/40 {
    border-left-color: rgb(41 37 36 / 0.4);
  }

  .lg\:border-l-stone-800\/45 {
    border-left-color: rgb(41 37 36 / 0.45);
  }

  .lg\:border-l-stone-800\/5 {
    border-left-color: rgb(41 37 36 / 0.05);
  }

  .lg\:border-l-stone-800\/50 {
    border-left-color: rgb(41 37 36 / 0.5);
  }

  .lg\:border-l-stone-800\/55 {
    border-left-color: rgb(41 37 36 / 0.55);
  }

  .lg\:border-l-stone-800\/60 {
    border-left-color: rgb(41 37 36 / 0.6);
  }

  .lg\:border-l-stone-800\/65 {
    border-left-color: rgb(41 37 36 / 0.65);
  }

  .lg\:border-l-stone-800\/70 {
    border-left-color: rgb(41 37 36 / 0.7);
  }

  .lg\:border-l-stone-800\/75 {
    border-left-color: rgb(41 37 36 / 0.75);
  }

  .lg\:border-l-stone-800\/80 {
    border-left-color: rgb(41 37 36 / 0.8);
  }

  .lg\:border-l-stone-800\/85 {
    border-left-color: rgb(41 37 36 / 0.85);
  }

  .lg\:border-l-stone-800\/90 {
    border-left-color: rgb(41 37 36 / 0.9);
  }

  .lg\:border-l-stone-800\/95 {
    border-left-color: rgb(41 37 36 / 0.95);
  }

  .lg\:border-l-stone-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(28 25 23 / var(--tw-border-opacity));
  }

  .lg\:border-l-stone-900\/0 {
    border-left-color: rgb(28 25 23 / 0);
  }

  .lg\:border-l-stone-900\/10 {
    border-left-color: rgb(28 25 23 / 0.1);
  }

  .lg\:border-l-stone-900\/100 {
    border-left-color: rgb(28 25 23 / 1);
  }

  .lg\:border-l-stone-900\/15 {
    border-left-color: rgb(28 25 23 / 0.15);
  }

  .lg\:border-l-stone-900\/20 {
    border-left-color: rgb(28 25 23 / 0.2);
  }

  .lg\:border-l-stone-900\/25 {
    border-left-color: rgb(28 25 23 / 0.25);
  }

  .lg\:border-l-stone-900\/30 {
    border-left-color: rgb(28 25 23 / 0.3);
  }

  .lg\:border-l-stone-900\/35 {
    border-left-color: rgb(28 25 23 / 0.35);
  }

  .lg\:border-l-stone-900\/40 {
    border-left-color: rgb(28 25 23 / 0.4);
  }

  .lg\:border-l-stone-900\/45 {
    border-left-color: rgb(28 25 23 / 0.45);
  }

  .lg\:border-l-stone-900\/5 {
    border-left-color: rgb(28 25 23 / 0.05);
  }

  .lg\:border-l-stone-900\/50 {
    border-left-color: rgb(28 25 23 / 0.5);
  }

  .lg\:border-l-stone-900\/55 {
    border-left-color: rgb(28 25 23 / 0.55);
  }

  .lg\:border-l-stone-900\/60 {
    border-left-color: rgb(28 25 23 / 0.6);
  }

  .lg\:border-l-stone-900\/65 {
    border-left-color: rgb(28 25 23 / 0.65);
  }

  .lg\:border-l-stone-900\/70 {
    border-left-color: rgb(28 25 23 / 0.7);
  }

  .lg\:border-l-stone-900\/75 {
    border-left-color: rgb(28 25 23 / 0.75);
  }

  .lg\:border-l-stone-900\/80 {
    border-left-color: rgb(28 25 23 / 0.8);
  }

  .lg\:border-l-stone-900\/85 {
    border-left-color: rgb(28 25 23 / 0.85);
  }

  .lg\:border-l-stone-900\/90 {
    border-left-color: rgb(28 25 23 / 0.9);
  }

  .lg\:border-l-stone-900\/95 {
    border-left-color: rgb(28 25 23 / 0.95);
  }

  .lg\:border-l-stone-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(12 10 9 / var(--tw-border-opacity));
  }

  .lg\:border-l-stone-950\/0 {
    border-left-color: rgb(12 10 9 / 0);
  }

  .lg\:border-l-stone-950\/10 {
    border-left-color: rgb(12 10 9 / 0.1);
  }

  .lg\:border-l-stone-950\/100 {
    border-left-color: rgb(12 10 9 / 1);
  }

  .lg\:border-l-stone-950\/15 {
    border-left-color: rgb(12 10 9 / 0.15);
  }

  .lg\:border-l-stone-950\/20 {
    border-left-color: rgb(12 10 9 / 0.2);
  }

  .lg\:border-l-stone-950\/25 {
    border-left-color: rgb(12 10 9 / 0.25);
  }

  .lg\:border-l-stone-950\/30 {
    border-left-color: rgb(12 10 9 / 0.3);
  }

  .lg\:border-l-stone-950\/35 {
    border-left-color: rgb(12 10 9 / 0.35);
  }

  .lg\:border-l-stone-950\/40 {
    border-left-color: rgb(12 10 9 / 0.4);
  }

  .lg\:border-l-stone-950\/45 {
    border-left-color: rgb(12 10 9 / 0.45);
  }

  .lg\:border-l-stone-950\/5 {
    border-left-color: rgb(12 10 9 / 0.05);
  }

  .lg\:border-l-stone-950\/50 {
    border-left-color: rgb(12 10 9 / 0.5);
  }

  .lg\:border-l-stone-950\/55 {
    border-left-color: rgb(12 10 9 / 0.55);
  }

  .lg\:border-l-stone-950\/60 {
    border-left-color: rgb(12 10 9 / 0.6);
  }

  .lg\:border-l-stone-950\/65 {
    border-left-color: rgb(12 10 9 / 0.65);
  }

  .lg\:border-l-stone-950\/70 {
    border-left-color: rgb(12 10 9 / 0.7);
  }

  .lg\:border-l-stone-950\/75 {
    border-left-color: rgb(12 10 9 / 0.75);
  }

  .lg\:border-l-stone-950\/80 {
    border-left-color: rgb(12 10 9 / 0.8);
  }

  .lg\:border-l-stone-950\/85 {
    border-left-color: rgb(12 10 9 / 0.85);
  }

  .lg\:border-l-stone-950\/90 {
    border-left-color: rgb(12 10 9 / 0.9);
  }

  .lg\:border-l-stone-950\/95 {
    border-left-color: rgb(12 10 9 / 0.95);
  }

  .lg\:border-l-teal-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(204 251 241 / var(--tw-border-opacity));
  }

  .lg\:border-l-teal-100\/0 {
    border-left-color: rgb(204 251 241 / 0);
  }

  .lg\:border-l-teal-100\/10 {
    border-left-color: rgb(204 251 241 / 0.1);
  }

  .lg\:border-l-teal-100\/100 {
    border-left-color: rgb(204 251 241 / 1);
  }

  .lg\:border-l-teal-100\/15 {
    border-left-color: rgb(204 251 241 / 0.15);
  }

  .lg\:border-l-teal-100\/20 {
    border-left-color: rgb(204 251 241 / 0.2);
  }

  .lg\:border-l-teal-100\/25 {
    border-left-color: rgb(204 251 241 / 0.25);
  }

  .lg\:border-l-teal-100\/30 {
    border-left-color: rgb(204 251 241 / 0.3);
  }

  .lg\:border-l-teal-100\/35 {
    border-left-color: rgb(204 251 241 / 0.35);
  }

  .lg\:border-l-teal-100\/40 {
    border-left-color: rgb(204 251 241 / 0.4);
  }

  .lg\:border-l-teal-100\/45 {
    border-left-color: rgb(204 251 241 / 0.45);
  }

  .lg\:border-l-teal-100\/5 {
    border-left-color: rgb(204 251 241 / 0.05);
  }

  .lg\:border-l-teal-100\/50 {
    border-left-color: rgb(204 251 241 / 0.5);
  }

  .lg\:border-l-teal-100\/55 {
    border-left-color: rgb(204 251 241 / 0.55);
  }

  .lg\:border-l-teal-100\/60 {
    border-left-color: rgb(204 251 241 / 0.6);
  }

  .lg\:border-l-teal-100\/65 {
    border-left-color: rgb(204 251 241 / 0.65);
  }

  .lg\:border-l-teal-100\/70 {
    border-left-color: rgb(204 251 241 / 0.7);
  }

  .lg\:border-l-teal-100\/75 {
    border-left-color: rgb(204 251 241 / 0.75);
  }

  .lg\:border-l-teal-100\/80 {
    border-left-color: rgb(204 251 241 / 0.8);
  }

  .lg\:border-l-teal-100\/85 {
    border-left-color: rgb(204 251 241 / 0.85);
  }

  .lg\:border-l-teal-100\/90 {
    border-left-color: rgb(204 251 241 / 0.9);
  }

  .lg\:border-l-teal-100\/95 {
    border-left-color: rgb(204 251 241 / 0.95);
  }

  .lg\:border-l-teal-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(153 246 228 / var(--tw-border-opacity));
  }

  .lg\:border-l-teal-200\/0 {
    border-left-color: rgb(153 246 228 / 0);
  }

  .lg\:border-l-teal-200\/10 {
    border-left-color: rgb(153 246 228 / 0.1);
  }

  .lg\:border-l-teal-200\/100 {
    border-left-color: rgb(153 246 228 / 1);
  }

  .lg\:border-l-teal-200\/15 {
    border-left-color: rgb(153 246 228 / 0.15);
  }

  .lg\:border-l-teal-200\/20 {
    border-left-color: rgb(153 246 228 / 0.2);
  }

  .lg\:border-l-teal-200\/25 {
    border-left-color: rgb(153 246 228 / 0.25);
  }

  .lg\:border-l-teal-200\/30 {
    border-left-color: rgb(153 246 228 / 0.3);
  }

  .lg\:border-l-teal-200\/35 {
    border-left-color: rgb(153 246 228 / 0.35);
  }

  .lg\:border-l-teal-200\/40 {
    border-left-color: rgb(153 246 228 / 0.4);
  }

  .lg\:border-l-teal-200\/45 {
    border-left-color: rgb(153 246 228 / 0.45);
  }

  .lg\:border-l-teal-200\/5 {
    border-left-color: rgb(153 246 228 / 0.05);
  }

  .lg\:border-l-teal-200\/50 {
    border-left-color: rgb(153 246 228 / 0.5);
  }

  .lg\:border-l-teal-200\/55 {
    border-left-color: rgb(153 246 228 / 0.55);
  }

  .lg\:border-l-teal-200\/60 {
    border-left-color: rgb(153 246 228 / 0.6);
  }

  .lg\:border-l-teal-200\/65 {
    border-left-color: rgb(153 246 228 / 0.65);
  }

  .lg\:border-l-teal-200\/70 {
    border-left-color: rgb(153 246 228 / 0.7);
  }

  .lg\:border-l-teal-200\/75 {
    border-left-color: rgb(153 246 228 / 0.75);
  }

  .lg\:border-l-teal-200\/80 {
    border-left-color: rgb(153 246 228 / 0.8);
  }

  .lg\:border-l-teal-200\/85 {
    border-left-color: rgb(153 246 228 / 0.85);
  }

  .lg\:border-l-teal-200\/90 {
    border-left-color: rgb(153 246 228 / 0.9);
  }

  .lg\:border-l-teal-200\/95 {
    border-left-color: rgb(153 246 228 / 0.95);
  }

  .lg\:border-l-teal-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(94 234 212 / var(--tw-border-opacity));
  }

  .lg\:border-l-teal-300\/0 {
    border-left-color: rgb(94 234 212 / 0);
  }

  .lg\:border-l-teal-300\/10 {
    border-left-color: rgb(94 234 212 / 0.1);
  }

  .lg\:border-l-teal-300\/100 {
    border-left-color: rgb(94 234 212 / 1);
  }

  .lg\:border-l-teal-300\/15 {
    border-left-color: rgb(94 234 212 / 0.15);
  }

  .lg\:border-l-teal-300\/20 {
    border-left-color: rgb(94 234 212 / 0.2);
  }

  .lg\:border-l-teal-300\/25 {
    border-left-color: rgb(94 234 212 / 0.25);
  }

  .lg\:border-l-teal-300\/30 {
    border-left-color: rgb(94 234 212 / 0.3);
  }

  .lg\:border-l-teal-300\/35 {
    border-left-color: rgb(94 234 212 / 0.35);
  }

  .lg\:border-l-teal-300\/40 {
    border-left-color: rgb(94 234 212 / 0.4);
  }

  .lg\:border-l-teal-300\/45 {
    border-left-color: rgb(94 234 212 / 0.45);
  }

  .lg\:border-l-teal-300\/5 {
    border-left-color: rgb(94 234 212 / 0.05);
  }

  .lg\:border-l-teal-300\/50 {
    border-left-color: rgb(94 234 212 / 0.5);
  }

  .lg\:border-l-teal-300\/55 {
    border-left-color: rgb(94 234 212 / 0.55);
  }

  .lg\:border-l-teal-300\/60 {
    border-left-color: rgb(94 234 212 / 0.6);
  }

  .lg\:border-l-teal-300\/65 {
    border-left-color: rgb(94 234 212 / 0.65);
  }

  .lg\:border-l-teal-300\/70 {
    border-left-color: rgb(94 234 212 / 0.7);
  }

  .lg\:border-l-teal-300\/75 {
    border-left-color: rgb(94 234 212 / 0.75);
  }

  .lg\:border-l-teal-300\/80 {
    border-left-color: rgb(94 234 212 / 0.8);
  }

  .lg\:border-l-teal-300\/85 {
    border-left-color: rgb(94 234 212 / 0.85);
  }

  .lg\:border-l-teal-300\/90 {
    border-left-color: rgb(94 234 212 / 0.9);
  }

  .lg\:border-l-teal-300\/95 {
    border-left-color: rgb(94 234 212 / 0.95);
  }

  .lg\:border-l-teal-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(45 212 191 / var(--tw-border-opacity));
  }

  .lg\:border-l-teal-400\/0 {
    border-left-color: rgb(45 212 191 / 0);
  }

  .lg\:border-l-teal-400\/10 {
    border-left-color: rgb(45 212 191 / 0.1);
  }

  .lg\:border-l-teal-400\/100 {
    border-left-color: rgb(45 212 191 / 1);
  }

  .lg\:border-l-teal-400\/15 {
    border-left-color: rgb(45 212 191 / 0.15);
  }

  .lg\:border-l-teal-400\/20 {
    border-left-color: rgb(45 212 191 / 0.2);
  }

  .lg\:border-l-teal-400\/25 {
    border-left-color: rgb(45 212 191 / 0.25);
  }

  .lg\:border-l-teal-400\/30 {
    border-left-color: rgb(45 212 191 / 0.3);
  }

  .lg\:border-l-teal-400\/35 {
    border-left-color: rgb(45 212 191 / 0.35);
  }

  .lg\:border-l-teal-400\/40 {
    border-left-color: rgb(45 212 191 / 0.4);
  }

  .lg\:border-l-teal-400\/45 {
    border-left-color: rgb(45 212 191 / 0.45);
  }

  .lg\:border-l-teal-400\/5 {
    border-left-color: rgb(45 212 191 / 0.05);
  }

  .lg\:border-l-teal-400\/50 {
    border-left-color: rgb(45 212 191 / 0.5);
  }

  .lg\:border-l-teal-400\/55 {
    border-left-color: rgb(45 212 191 / 0.55);
  }

  .lg\:border-l-teal-400\/60 {
    border-left-color: rgb(45 212 191 / 0.6);
  }

  .lg\:border-l-teal-400\/65 {
    border-left-color: rgb(45 212 191 / 0.65);
  }

  .lg\:border-l-teal-400\/70 {
    border-left-color: rgb(45 212 191 / 0.7);
  }

  .lg\:border-l-teal-400\/75 {
    border-left-color: rgb(45 212 191 / 0.75);
  }

  .lg\:border-l-teal-400\/80 {
    border-left-color: rgb(45 212 191 / 0.8);
  }

  .lg\:border-l-teal-400\/85 {
    border-left-color: rgb(45 212 191 / 0.85);
  }

  .lg\:border-l-teal-400\/90 {
    border-left-color: rgb(45 212 191 / 0.9);
  }

  .lg\:border-l-teal-400\/95 {
    border-left-color: rgb(45 212 191 / 0.95);
  }

  .lg\:border-l-teal-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(240 253 250 / var(--tw-border-opacity));
  }

  .lg\:border-l-teal-50\/0 {
    border-left-color: rgb(240 253 250 / 0);
  }

  .lg\:border-l-teal-50\/10 {
    border-left-color: rgb(240 253 250 / 0.1);
  }

  .lg\:border-l-teal-50\/100 {
    border-left-color: rgb(240 253 250 / 1);
  }

  .lg\:border-l-teal-50\/15 {
    border-left-color: rgb(240 253 250 / 0.15);
  }

  .lg\:border-l-teal-50\/20 {
    border-left-color: rgb(240 253 250 / 0.2);
  }

  .lg\:border-l-teal-50\/25 {
    border-left-color: rgb(240 253 250 / 0.25);
  }

  .lg\:border-l-teal-50\/30 {
    border-left-color: rgb(240 253 250 / 0.3);
  }

  .lg\:border-l-teal-50\/35 {
    border-left-color: rgb(240 253 250 / 0.35);
  }

  .lg\:border-l-teal-50\/40 {
    border-left-color: rgb(240 253 250 / 0.4);
  }

  .lg\:border-l-teal-50\/45 {
    border-left-color: rgb(240 253 250 / 0.45);
  }

  .lg\:border-l-teal-50\/5 {
    border-left-color: rgb(240 253 250 / 0.05);
  }

  .lg\:border-l-teal-50\/50 {
    border-left-color: rgb(240 253 250 / 0.5);
  }

  .lg\:border-l-teal-50\/55 {
    border-left-color: rgb(240 253 250 / 0.55);
  }

  .lg\:border-l-teal-50\/60 {
    border-left-color: rgb(240 253 250 / 0.6);
  }

  .lg\:border-l-teal-50\/65 {
    border-left-color: rgb(240 253 250 / 0.65);
  }

  .lg\:border-l-teal-50\/70 {
    border-left-color: rgb(240 253 250 / 0.7);
  }

  .lg\:border-l-teal-50\/75 {
    border-left-color: rgb(240 253 250 / 0.75);
  }

  .lg\:border-l-teal-50\/80 {
    border-left-color: rgb(240 253 250 / 0.8);
  }

  .lg\:border-l-teal-50\/85 {
    border-left-color: rgb(240 253 250 / 0.85);
  }

  .lg\:border-l-teal-50\/90 {
    border-left-color: rgb(240 253 250 / 0.9);
  }

  .lg\:border-l-teal-50\/95 {
    border-left-color: rgb(240 253 250 / 0.95);
  }

  .lg\:border-l-teal-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(20 184 166 / var(--tw-border-opacity));
  }

  .lg\:border-l-teal-500\/0 {
    border-left-color: rgb(20 184 166 / 0);
  }

  .lg\:border-l-teal-500\/10 {
    border-left-color: rgb(20 184 166 / 0.1);
  }

  .lg\:border-l-teal-500\/100 {
    border-left-color: rgb(20 184 166 / 1);
  }

  .lg\:border-l-teal-500\/15 {
    border-left-color: rgb(20 184 166 / 0.15);
  }

  .lg\:border-l-teal-500\/20 {
    border-left-color: rgb(20 184 166 / 0.2);
  }

  .lg\:border-l-teal-500\/25 {
    border-left-color: rgb(20 184 166 / 0.25);
  }

  .lg\:border-l-teal-500\/30 {
    border-left-color: rgb(20 184 166 / 0.3);
  }

  .lg\:border-l-teal-500\/35 {
    border-left-color: rgb(20 184 166 / 0.35);
  }

  .lg\:border-l-teal-500\/40 {
    border-left-color: rgb(20 184 166 / 0.4);
  }

  .lg\:border-l-teal-500\/45 {
    border-left-color: rgb(20 184 166 / 0.45);
  }

  .lg\:border-l-teal-500\/5 {
    border-left-color: rgb(20 184 166 / 0.05);
  }

  .lg\:border-l-teal-500\/50 {
    border-left-color: rgb(20 184 166 / 0.5);
  }

  .lg\:border-l-teal-500\/55 {
    border-left-color: rgb(20 184 166 / 0.55);
  }

  .lg\:border-l-teal-500\/60 {
    border-left-color: rgb(20 184 166 / 0.6);
  }

  .lg\:border-l-teal-500\/65 {
    border-left-color: rgb(20 184 166 / 0.65);
  }

  .lg\:border-l-teal-500\/70 {
    border-left-color: rgb(20 184 166 / 0.7);
  }

  .lg\:border-l-teal-500\/75 {
    border-left-color: rgb(20 184 166 / 0.75);
  }

  .lg\:border-l-teal-500\/80 {
    border-left-color: rgb(20 184 166 / 0.8);
  }

  .lg\:border-l-teal-500\/85 {
    border-left-color: rgb(20 184 166 / 0.85);
  }

  .lg\:border-l-teal-500\/90 {
    border-left-color: rgb(20 184 166 / 0.9);
  }

  .lg\:border-l-teal-500\/95 {
    border-left-color: rgb(20 184 166 / 0.95);
  }

  .lg\:border-l-teal-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(13 148 136 / var(--tw-border-opacity));
  }

  .lg\:border-l-teal-600\/0 {
    border-left-color: rgb(13 148 136 / 0);
  }

  .lg\:border-l-teal-600\/10 {
    border-left-color: rgb(13 148 136 / 0.1);
  }

  .lg\:border-l-teal-600\/100 {
    border-left-color: rgb(13 148 136 / 1);
  }

  .lg\:border-l-teal-600\/15 {
    border-left-color: rgb(13 148 136 / 0.15);
  }

  .lg\:border-l-teal-600\/20 {
    border-left-color: rgb(13 148 136 / 0.2);
  }

  .lg\:border-l-teal-600\/25 {
    border-left-color: rgb(13 148 136 / 0.25);
  }

  .lg\:border-l-teal-600\/30 {
    border-left-color: rgb(13 148 136 / 0.3);
  }

  .lg\:border-l-teal-600\/35 {
    border-left-color: rgb(13 148 136 / 0.35);
  }

  .lg\:border-l-teal-600\/40 {
    border-left-color: rgb(13 148 136 / 0.4);
  }

  .lg\:border-l-teal-600\/45 {
    border-left-color: rgb(13 148 136 / 0.45);
  }

  .lg\:border-l-teal-600\/5 {
    border-left-color: rgb(13 148 136 / 0.05);
  }

  .lg\:border-l-teal-600\/50 {
    border-left-color: rgb(13 148 136 / 0.5);
  }

  .lg\:border-l-teal-600\/55 {
    border-left-color: rgb(13 148 136 / 0.55);
  }

  .lg\:border-l-teal-600\/60 {
    border-left-color: rgb(13 148 136 / 0.6);
  }

  .lg\:border-l-teal-600\/65 {
    border-left-color: rgb(13 148 136 / 0.65);
  }

  .lg\:border-l-teal-600\/70 {
    border-left-color: rgb(13 148 136 / 0.7);
  }

  .lg\:border-l-teal-600\/75 {
    border-left-color: rgb(13 148 136 / 0.75);
  }

  .lg\:border-l-teal-600\/80 {
    border-left-color: rgb(13 148 136 / 0.8);
  }

  .lg\:border-l-teal-600\/85 {
    border-left-color: rgb(13 148 136 / 0.85);
  }

  .lg\:border-l-teal-600\/90 {
    border-left-color: rgb(13 148 136 / 0.9);
  }

  .lg\:border-l-teal-600\/95 {
    border-left-color: rgb(13 148 136 / 0.95);
  }

  .lg\:border-l-teal-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(15 118 110 / var(--tw-border-opacity));
  }

  .lg\:border-l-teal-700\/0 {
    border-left-color: rgb(15 118 110 / 0);
  }

  .lg\:border-l-teal-700\/10 {
    border-left-color: rgb(15 118 110 / 0.1);
  }

  .lg\:border-l-teal-700\/100 {
    border-left-color: rgb(15 118 110 / 1);
  }

  .lg\:border-l-teal-700\/15 {
    border-left-color: rgb(15 118 110 / 0.15);
  }

  .lg\:border-l-teal-700\/20 {
    border-left-color: rgb(15 118 110 / 0.2);
  }

  .lg\:border-l-teal-700\/25 {
    border-left-color: rgb(15 118 110 / 0.25);
  }

  .lg\:border-l-teal-700\/30 {
    border-left-color: rgb(15 118 110 / 0.3);
  }

  .lg\:border-l-teal-700\/35 {
    border-left-color: rgb(15 118 110 / 0.35);
  }

  .lg\:border-l-teal-700\/40 {
    border-left-color: rgb(15 118 110 / 0.4);
  }

  .lg\:border-l-teal-700\/45 {
    border-left-color: rgb(15 118 110 / 0.45);
  }

  .lg\:border-l-teal-700\/5 {
    border-left-color: rgb(15 118 110 / 0.05);
  }

  .lg\:border-l-teal-700\/50 {
    border-left-color: rgb(15 118 110 / 0.5);
  }

  .lg\:border-l-teal-700\/55 {
    border-left-color: rgb(15 118 110 / 0.55);
  }

  .lg\:border-l-teal-700\/60 {
    border-left-color: rgb(15 118 110 / 0.6);
  }

  .lg\:border-l-teal-700\/65 {
    border-left-color: rgb(15 118 110 / 0.65);
  }

  .lg\:border-l-teal-700\/70 {
    border-left-color: rgb(15 118 110 / 0.7);
  }

  .lg\:border-l-teal-700\/75 {
    border-left-color: rgb(15 118 110 / 0.75);
  }

  .lg\:border-l-teal-700\/80 {
    border-left-color: rgb(15 118 110 / 0.8);
  }

  .lg\:border-l-teal-700\/85 {
    border-left-color: rgb(15 118 110 / 0.85);
  }

  .lg\:border-l-teal-700\/90 {
    border-left-color: rgb(15 118 110 / 0.9);
  }

  .lg\:border-l-teal-700\/95 {
    border-left-color: rgb(15 118 110 / 0.95);
  }

  .lg\:border-l-teal-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(17 94 89 / var(--tw-border-opacity));
  }

  .lg\:border-l-teal-800\/0 {
    border-left-color: rgb(17 94 89 / 0);
  }

  .lg\:border-l-teal-800\/10 {
    border-left-color: rgb(17 94 89 / 0.1);
  }

  .lg\:border-l-teal-800\/100 {
    border-left-color: rgb(17 94 89 / 1);
  }

  .lg\:border-l-teal-800\/15 {
    border-left-color: rgb(17 94 89 / 0.15);
  }

  .lg\:border-l-teal-800\/20 {
    border-left-color: rgb(17 94 89 / 0.2);
  }

  .lg\:border-l-teal-800\/25 {
    border-left-color: rgb(17 94 89 / 0.25);
  }

  .lg\:border-l-teal-800\/30 {
    border-left-color: rgb(17 94 89 / 0.3);
  }

  .lg\:border-l-teal-800\/35 {
    border-left-color: rgb(17 94 89 / 0.35);
  }

  .lg\:border-l-teal-800\/40 {
    border-left-color: rgb(17 94 89 / 0.4);
  }

  .lg\:border-l-teal-800\/45 {
    border-left-color: rgb(17 94 89 / 0.45);
  }

  .lg\:border-l-teal-800\/5 {
    border-left-color: rgb(17 94 89 / 0.05);
  }

  .lg\:border-l-teal-800\/50 {
    border-left-color: rgb(17 94 89 / 0.5);
  }

  .lg\:border-l-teal-800\/55 {
    border-left-color: rgb(17 94 89 / 0.55);
  }

  .lg\:border-l-teal-800\/60 {
    border-left-color: rgb(17 94 89 / 0.6);
  }

  .lg\:border-l-teal-800\/65 {
    border-left-color: rgb(17 94 89 / 0.65);
  }

  .lg\:border-l-teal-800\/70 {
    border-left-color: rgb(17 94 89 / 0.7);
  }

  .lg\:border-l-teal-800\/75 {
    border-left-color: rgb(17 94 89 / 0.75);
  }

  .lg\:border-l-teal-800\/80 {
    border-left-color: rgb(17 94 89 / 0.8);
  }

  .lg\:border-l-teal-800\/85 {
    border-left-color: rgb(17 94 89 / 0.85);
  }

  .lg\:border-l-teal-800\/90 {
    border-left-color: rgb(17 94 89 / 0.9);
  }

  .lg\:border-l-teal-800\/95 {
    border-left-color: rgb(17 94 89 / 0.95);
  }

  .lg\:border-l-teal-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(19 78 74 / var(--tw-border-opacity));
  }

  .lg\:border-l-teal-900\/0 {
    border-left-color: rgb(19 78 74 / 0);
  }

  .lg\:border-l-teal-900\/10 {
    border-left-color: rgb(19 78 74 / 0.1);
  }

  .lg\:border-l-teal-900\/100 {
    border-left-color: rgb(19 78 74 / 1);
  }

  .lg\:border-l-teal-900\/15 {
    border-left-color: rgb(19 78 74 / 0.15);
  }

  .lg\:border-l-teal-900\/20 {
    border-left-color: rgb(19 78 74 / 0.2);
  }

  .lg\:border-l-teal-900\/25 {
    border-left-color: rgb(19 78 74 / 0.25);
  }

  .lg\:border-l-teal-900\/30 {
    border-left-color: rgb(19 78 74 / 0.3);
  }

  .lg\:border-l-teal-900\/35 {
    border-left-color: rgb(19 78 74 / 0.35);
  }

  .lg\:border-l-teal-900\/40 {
    border-left-color: rgb(19 78 74 / 0.4);
  }

  .lg\:border-l-teal-900\/45 {
    border-left-color: rgb(19 78 74 / 0.45);
  }

  .lg\:border-l-teal-900\/5 {
    border-left-color: rgb(19 78 74 / 0.05);
  }

  .lg\:border-l-teal-900\/50 {
    border-left-color: rgb(19 78 74 / 0.5);
  }

  .lg\:border-l-teal-900\/55 {
    border-left-color: rgb(19 78 74 / 0.55);
  }

  .lg\:border-l-teal-900\/60 {
    border-left-color: rgb(19 78 74 / 0.6);
  }

  .lg\:border-l-teal-900\/65 {
    border-left-color: rgb(19 78 74 / 0.65);
  }

  .lg\:border-l-teal-900\/70 {
    border-left-color: rgb(19 78 74 / 0.7);
  }

  .lg\:border-l-teal-900\/75 {
    border-left-color: rgb(19 78 74 / 0.75);
  }

  .lg\:border-l-teal-900\/80 {
    border-left-color: rgb(19 78 74 / 0.8);
  }

  .lg\:border-l-teal-900\/85 {
    border-left-color: rgb(19 78 74 / 0.85);
  }

  .lg\:border-l-teal-900\/90 {
    border-left-color: rgb(19 78 74 / 0.9);
  }

  .lg\:border-l-teal-900\/95 {
    border-left-color: rgb(19 78 74 / 0.95);
  }

  .lg\:border-l-teal-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(4 47 46 / var(--tw-border-opacity));
  }

  .lg\:border-l-teal-950\/0 {
    border-left-color: rgb(4 47 46 / 0);
  }

  .lg\:border-l-teal-950\/10 {
    border-left-color: rgb(4 47 46 / 0.1);
  }

  .lg\:border-l-teal-950\/100 {
    border-left-color: rgb(4 47 46 / 1);
  }

  .lg\:border-l-teal-950\/15 {
    border-left-color: rgb(4 47 46 / 0.15);
  }

  .lg\:border-l-teal-950\/20 {
    border-left-color: rgb(4 47 46 / 0.2);
  }

  .lg\:border-l-teal-950\/25 {
    border-left-color: rgb(4 47 46 / 0.25);
  }

  .lg\:border-l-teal-950\/30 {
    border-left-color: rgb(4 47 46 / 0.3);
  }

  .lg\:border-l-teal-950\/35 {
    border-left-color: rgb(4 47 46 / 0.35);
  }

  .lg\:border-l-teal-950\/40 {
    border-left-color: rgb(4 47 46 / 0.4);
  }

  .lg\:border-l-teal-950\/45 {
    border-left-color: rgb(4 47 46 / 0.45);
  }

  .lg\:border-l-teal-950\/5 {
    border-left-color: rgb(4 47 46 / 0.05);
  }

  .lg\:border-l-teal-950\/50 {
    border-left-color: rgb(4 47 46 / 0.5);
  }

  .lg\:border-l-teal-950\/55 {
    border-left-color: rgb(4 47 46 / 0.55);
  }

  .lg\:border-l-teal-950\/60 {
    border-left-color: rgb(4 47 46 / 0.6);
  }

  .lg\:border-l-teal-950\/65 {
    border-left-color: rgb(4 47 46 / 0.65);
  }

  .lg\:border-l-teal-950\/70 {
    border-left-color: rgb(4 47 46 / 0.7);
  }

  .lg\:border-l-teal-950\/75 {
    border-left-color: rgb(4 47 46 / 0.75);
  }

  .lg\:border-l-teal-950\/80 {
    border-left-color: rgb(4 47 46 / 0.8);
  }

  .lg\:border-l-teal-950\/85 {
    border-left-color: rgb(4 47 46 / 0.85);
  }

  .lg\:border-l-teal-950\/90 {
    border-left-color: rgb(4 47 46 / 0.9);
  }

  .lg\:border-l-teal-950\/95 {
    border-left-color: rgb(4 47 46 / 0.95);
  }

  .lg\:border-l-transparent {
    border-left-color: transparent;
  }

  .lg\:border-l-transparent\/0 {
    border-left-color: rgb(0 0 0 / 0);
  }

  .lg\:border-l-transparent\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-l-transparent\/100 {
    border-left-color: rgb(0 0 0 / 1);
  }

  .lg\:border-l-transparent\/15 {
    border-left-color: rgb(0 0 0 / 0.15);
  }

  .lg\:border-l-transparent\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-l-transparent\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-l-transparent\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-l-transparent\/35 {
    border-left-color: rgb(0 0 0 / 0.35);
  }

  .lg\:border-l-transparent\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-l-transparent\/45 {
    border-left-color: rgb(0 0 0 / 0.45);
  }

  .lg\:border-l-transparent\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-l-transparent\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-l-transparent\/55 {
    border-left-color: rgb(0 0 0 / 0.55);
  }

  .lg\:border-l-transparent\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-l-transparent\/65 {
    border-left-color: rgb(0 0 0 / 0.65);
  }

  .lg\:border-l-transparent\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-l-transparent\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-l-transparent\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-l-transparent\/85 {
    border-left-color: rgb(0 0 0 / 0.85);
  }

  .lg\:border-l-transparent\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-l-transparent\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-l-violet-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(237 233 254 / var(--tw-border-opacity));
  }

  .lg\:border-l-violet-100\/0 {
    border-left-color: rgb(237 233 254 / 0);
  }

  .lg\:border-l-violet-100\/10 {
    border-left-color: rgb(237 233 254 / 0.1);
  }

  .lg\:border-l-violet-100\/100 {
    border-left-color: rgb(237 233 254 / 1);
  }

  .lg\:border-l-violet-100\/15 {
    border-left-color: rgb(237 233 254 / 0.15);
  }

  .lg\:border-l-violet-100\/20 {
    border-left-color: rgb(237 233 254 / 0.2);
  }

  .lg\:border-l-violet-100\/25 {
    border-left-color: rgb(237 233 254 / 0.25);
  }

  .lg\:border-l-violet-100\/30 {
    border-left-color: rgb(237 233 254 / 0.3);
  }

  .lg\:border-l-violet-100\/35 {
    border-left-color: rgb(237 233 254 / 0.35);
  }

  .lg\:border-l-violet-100\/40 {
    border-left-color: rgb(237 233 254 / 0.4);
  }

  .lg\:border-l-violet-100\/45 {
    border-left-color: rgb(237 233 254 / 0.45);
  }

  .lg\:border-l-violet-100\/5 {
    border-left-color: rgb(237 233 254 / 0.05);
  }

  .lg\:border-l-violet-100\/50 {
    border-left-color: rgb(237 233 254 / 0.5);
  }

  .lg\:border-l-violet-100\/55 {
    border-left-color: rgb(237 233 254 / 0.55);
  }

  .lg\:border-l-violet-100\/60 {
    border-left-color: rgb(237 233 254 / 0.6);
  }

  .lg\:border-l-violet-100\/65 {
    border-left-color: rgb(237 233 254 / 0.65);
  }

  .lg\:border-l-violet-100\/70 {
    border-left-color: rgb(237 233 254 / 0.7);
  }

  .lg\:border-l-violet-100\/75 {
    border-left-color: rgb(237 233 254 / 0.75);
  }

  .lg\:border-l-violet-100\/80 {
    border-left-color: rgb(237 233 254 / 0.8);
  }

  .lg\:border-l-violet-100\/85 {
    border-left-color: rgb(237 233 254 / 0.85);
  }

  .lg\:border-l-violet-100\/90 {
    border-left-color: rgb(237 233 254 / 0.9);
  }

  .lg\:border-l-violet-100\/95 {
    border-left-color: rgb(237 233 254 / 0.95);
  }

  .lg\:border-l-violet-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(221 214 254 / var(--tw-border-opacity));
  }

  .lg\:border-l-violet-200\/0 {
    border-left-color: rgb(221 214 254 / 0);
  }

  .lg\:border-l-violet-200\/10 {
    border-left-color: rgb(221 214 254 / 0.1);
  }

  .lg\:border-l-violet-200\/100 {
    border-left-color: rgb(221 214 254 / 1);
  }

  .lg\:border-l-violet-200\/15 {
    border-left-color: rgb(221 214 254 / 0.15);
  }

  .lg\:border-l-violet-200\/20 {
    border-left-color: rgb(221 214 254 / 0.2);
  }

  .lg\:border-l-violet-200\/25 {
    border-left-color: rgb(221 214 254 / 0.25);
  }

  .lg\:border-l-violet-200\/30 {
    border-left-color: rgb(221 214 254 / 0.3);
  }

  .lg\:border-l-violet-200\/35 {
    border-left-color: rgb(221 214 254 / 0.35);
  }

  .lg\:border-l-violet-200\/40 {
    border-left-color: rgb(221 214 254 / 0.4);
  }

  .lg\:border-l-violet-200\/45 {
    border-left-color: rgb(221 214 254 / 0.45);
  }

  .lg\:border-l-violet-200\/5 {
    border-left-color: rgb(221 214 254 / 0.05);
  }

  .lg\:border-l-violet-200\/50 {
    border-left-color: rgb(221 214 254 / 0.5);
  }

  .lg\:border-l-violet-200\/55 {
    border-left-color: rgb(221 214 254 / 0.55);
  }

  .lg\:border-l-violet-200\/60 {
    border-left-color: rgb(221 214 254 / 0.6);
  }

  .lg\:border-l-violet-200\/65 {
    border-left-color: rgb(221 214 254 / 0.65);
  }

  .lg\:border-l-violet-200\/70 {
    border-left-color: rgb(221 214 254 / 0.7);
  }

  .lg\:border-l-violet-200\/75 {
    border-left-color: rgb(221 214 254 / 0.75);
  }

  .lg\:border-l-violet-200\/80 {
    border-left-color: rgb(221 214 254 / 0.8);
  }

  .lg\:border-l-violet-200\/85 {
    border-left-color: rgb(221 214 254 / 0.85);
  }

  .lg\:border-l-violet-200\/90 {
    border-left-color: rgb(221 214 254 / 0.9);
  }

  .lg\:border-l-violet-200\/95 {
    border-left-color: rgb(221 214 254 / 0.95);
  }

  .lg\:border-l-violet-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(196 181 253 / var(--tw-border-opacity));
  }

  .lg\:border-l-violet-300\/0 {
    border-left-color: rgb(196 181 253 / 0);
  }

  .lg\:border-l-violet-300\/10 {
    border-left-color: rgb(196 181 253 / 0.1);
  }

  .lg\:border-l-violet-300\/100 {
    border-left-color: rgb(196 181 253 / 1);
  }

  .lg\:border-l-violet-300\/15 {
    border-left-color: rgb(196 181 253 / 0.15);
  }

  .lg\:border-l-violet-300\/20 {
    border-left-color: rgb(196 181 253 / 0.2);
  }

  .lg\:border-l-violet-300\/25 {
    border-left-color: rgb(196 181 253 / 0.25);
  }

  .lg\:border-l-violet-300\/30 {
    border-left-color: rgb(196 181 253 / 0.3);
  }

  .lg\:border-l-violet-300\/35 {
    border-left-color: rgb(196 181 253 / 0.35);
  }

  .lg\:border-l-violet-300\/40 {
    border-left-color: rgb(196 181 253 / 0.4);
  }

  .lg\:border-l-violet-300\/45 {
    border-left-color: rgb(196 181 253 / 0.45);
  }

  .lg\:border-l-violet-300\/5 {
    border-left-color: rgb(196 181 253 / 0.05);
  }

  .lg\:border-l-violet-300\/50 {
    border-left-color: rgb(196 181 253 / 0.5);
  }

  .lg\:border-l-violet-300\/55 {
    border-left-color: rgb(196 181 253 / 0.55);
  }

  .lg\:border-l-violet-300\/60 {
    border-left-color: rgb(196 181 253 / 0.6);
  }

  .lg\:border-l-violet-300\/65 {
    border-left-color: rgb(196 181 253 / 0.65);
  }

  .lg\:border-l-violet-300\/70 {
    border-left-color: rgb(196 181 253 / 0.7);
  }

  .lg\:border-l-violet-300\/75 {
    border-left-color: rgb(196 181 253 / 0.75);
  }

  .lg\:border-l-violet-300\/80 {
    border-left-color: rgb(196 181 253 / 0.8);
  }

  .lg\:border-l-violet-300\/85 {
    border-left-color: rgb(196 181 253 / 0.85);
  }

  .lg\:border-l-violet-300\/90 {
    border-left-color: rgb(196 181 253 / 0.9);
  }

  .lg\:border-l-violet-300\/95 {
    border-left-color: rgb(196 181 253 / 0.95);
  }

  .lg\:border-l-violet-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(167 139 250 / var(--tw-border-opacity));
  }

  .lg\:border-l-violet-400\/0 {
    border-left-color: rgb(167 139 250 / 0);
  }

  .lg\:border-l-violet-400\/10 {
    border-left-color: rgb(167 139 250 / 0.1);
  }

  .lg\:border-l-violet-400\/100 {
    border-left-color: rgb(167 139 250 / 1);
  }

  .lg\:border-l-violet-400\/15 {
    border-left-color: rgb(167 139 250 / 0.15);
  }

  .lg\:border-l-violet-400\/20 {
    border-left-color: rgb(167 139 250 / 0.2);
  }

  .lg\:border-l-violet-400\/25 {
    border-left-color: rgb(167 139 250 / 0.25);
  }

  .lg\:border-l-violet-400\/30 {
    border-left-color: rgb(167 139 250 / 0.3);
  }

  .lg\:border-l-violet-400\/35 {
    border-left-color: rgb(167 139 250 / 0.35);
  }

  .lg\:border-l-violet-400\/40 {
    border-left-color: rgb(167 139 250 / 0.4);
  }

  .lg\:border-l-violet-400\/45 {
    border-left-color: rgb(167 139 250 / 0.45);
  }

  .lg\:border-l-violet-400\/5 {
    border-left-color: rgb(167 139 250 / 0.05);
  }

  .lg\:border-l-violet-400\/50 {
    border-left-color: rgb(167 139 250 / 0.5);
  }

  .lg\:border-l-violet-400\/55 {
    border-left-color: rgb(167 139 250 / 0.55);
  }

  .lg\:border-l-violet-400\/60 {
    border-left-color: rgb(167 139 250 / 0.6);
  }

  .lg\:border-l-violet-400\/65 {
    border-left-color: rgb(167 139 250 / 0.65);
  }

  .lg\:border-l-violet-400\/70 {
    border-left-color: rgb(167 139 250 / 0.7);
  }

  .lg\:border-l-violet-400\/75 {
    border-left-color: rgb(167 139 250 / 0.75);
  }

  .lg\:border-l-violet-400\/80 {
    border-left-color: rgb(167 139 250 / 0.8);
  }

  .lg\:border-l-violet-400\/85 {
    border-left-color: rgb(167 139 250 / 0.85);
  }

  .lg\:border-l-violet-400\/90 {
    border-left-color: rgb(167 139 250 / 0.9);
  }

  .lg\:border-l-violet-400\/95 {
    border-left-color: rgb(167 139 250 / 0.95);
  }

  .lg\:border-l-violet-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 243 255 / var(--tw-border-opacity));
  }

  .lg\:border-l-violet-50\/0 {
    border-left-color: rgb(245 243 255 / 0);
  }

  .lg\:border-l-violet-50\/10 {
    border-left-color: rgb(245 243 255 / 0.1);
  }

  .lg\:border-l-violet-50\/100 {
    border-left-color: rgb(245 243 255 / 1);
  }

  .lg\:border-l-violet-50\/15 {
    border-left-color: rgb(245 243 255 / 0.15);
  }

  .lg\:border-l-violet-50\/20 {
    border-left-color: rgb(245 243 255 / 0.2);
  }

  .lg\:border-l-violet-50\/25 {
    border-left-color: rgb(245 243 255 / 0.25);
  }

  .lg\:border-l-violet-50\/30 {
    border-left-color: rgb(245 243 255 / 0.3);
  }

  .lg\:border-l-violet-50\/35 {
    border-left-color: rgb(245 243 255 / 0.35);
  }

  .lg\:border-l-violet-50\/40 {
    border-left-color: rgb(245 243 255 / 0.4);
  }

  .lg\:border-l-violet-50\/45 {
    border-left-color: rgb(245 243 255 / 0.45);
  }

  .lg\:border-l-violet-50\/5 {
    border-left-color: rgb(245 243 255 / 0.05);
  }

  .lg\:border-l-violet-50\/50 {
    border-left-color: rgb(245 243 255 / 0.5);
  }

  .lg\:border-l-violet-50\/55 {
    border-left-color: rgb(245 243 255 / 0.55);
  }

  .lg\:border-l-violet-50\/60 {
    border-left-color: rgb(245 243 255 / 0.6);
  }

  .lg\:border-l-violet-50\/65 {
    border-left-color: rgb(245 243 255 / 0.65);
  }

  .lg\:border-l-violet-50\/70 {
    border-left-color: rgb(245 243 255 / 0.7);
  }

  .lg\:border-l-violet-50\/75 {
    border-left-color: rgb(245 243 255 / 0.75);
  }

  .lg\:border-l-violet-50\/80 {
    border-left-color: rgb(245 243 255 / 0.8);
  }

  .lg\:border-l-violet-50\/85 {
    border-left-color: rgb(245 243 255 / 0.85);
  }

  .lg\:border-l-violet-50\/90 {
    border-left-color: rgb(245 243 255 / 0.9);
  }

  .lg\:border-l-violet-50\/95 {
    border-left-color: rgb(245 243 255 / 0.95);
  }

  .lg\:border-l-violet-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(139 92 246 / var(--tw-border-opacity));
  }

  .lg\:border-l-violet-500\/0 {
    border-left-color: rgb(139 92 246 / 0);
  }

  .lg\:border-l-violet-500\/10 {
    border-left-color: rgb(139 92 246 / 0.1);
  }

  .lg\:border-l-violet-500\/100 {
    border-left-color: rgb(139 92 246 / 1);
  }

  .lg\:border-l-violet-500\/15 {
    border-left-color: rgb(139 92 246 / 0.15);
  }

  .lg\:border-l-violet-500\/20 {
    border-left-color: rgb(139 92 246 / 0.2);
  }

  .lg\:border-l-violet-500\/25 {
    border-left-color: rgb(139 92 246 / 0.25);
  }

  .lg\:border-l-violet-500\/30 {
    border-left-color: rgb(139 92 246 / 0.3);
  }

  .lg\:border-l-violet-500\/35 {
    border-left-color: rgb(139 92 246 / 0.35);
  }

  .lg\:border-l-violet-500\/40 {
    border-left-color: rgb(139 92 246 / 0.4);
  }

  .lg\:border-l-violet-500\/45 {
    border-left-color: rgb(139 92 246 / 0.45);
  }

  .lg\:border-l-violet-500\/5 {
    border-left-color: rgb(139 92 246 / 0.05);
  }

  .lg\:border-l-violet-500\/50 {
    border-left-color: rgb(139 92 246 / 0.5);
  }

  .lg\:border-l-violet-500\/55 {
    border-left-color: rgb(139 92 246 / 0.55);
  }

  .lg\:border-l-violet-500\/60 {
    border-left-color: rgb(139 92 246 / 0.6);
  }

  .lg\:border-l-violet-500\/65 {
    border-left-color: rgb(139 92 246 / 0.65);
  }

  .lg\:border-l-violet-500\/70 {
    border-left-color: rgb(139 92 246 / 0.7);
  }

  .lg\:border-l-violet-500\/75 {
    border-left-color: rgb(139 92 246 / 0.75);
  }

  .lg\:border-l-violet-500\/80 {
    border-left-color: rgb(139 92 246 / 0.8);
  }

  .lg\:border-l-violet-500\/85 {
    border-left-color: rgb(139 92 246 / 0.85);
  }

  .lg\:border-l-violet-500\/90 {
    border-left-color: rgb(139 92 246 / 0.9);
  }

  .lg\:border-l-violet-500\/95 {
    border-left-color: rgb(139 92 246 / 0.95);
  }

  .lg\:border-l-violet-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(124 58 237 / var(--tw-border-opacity));
  }

  .lg\:border-l-violet-600\/0 {
    border-left-color: rgb(124 58 237 / 0);
  }

  .lg\:border-l-violet-600\/10 {
    border-left-color: rgb(124 58 237 / 0.1);
  }

  .lg\:border-l-violet-600\/100 {
    border-left-color: rgb(124 58 237 / 1);
  }

  .lg\:border-l-violet-600\/15 {
    border-left-color: rgb(124 58 237 / 0.15);
  }

  .lg\:border-l-violet-600\/20 {
    border-left-color: rgb(124 58 237 / 0.2);
  }

  .lg\:border-l-violet-600\/25 {
    border-left-color: rgb(124 58 237 / 0.25);
  }

  .lg\:border-l-violet-600\/30 {
    border-left-color: rgb(124 58 237 / 0.3);
  }

  .lg\:border-l-violet-600\/35 {
    border-left-color: rgb(124 58 237 / 0.35);
  }

  .lg\:border-l-violet-600\/40 {
    border-left-color: rgb(124 58 237 / 0.4);
  }

  .lg\:border-l-violet-600\/45 {
    border-left-color: rgb(124 58 237 / 0.45);
  }

  .lg\:border-l-violet-600\/5 {
    border-left-color: rgb(124 58 237 / 0.05);
  }

  .lg\:border-l-violet-600\/50 {
    border-left-color: rgb(124 58 237 / 0.5);
  }

  .lg\:border-l-violet-600\/55 {
    border-left-color: rgb(124 58 237 / 0.55);
  }

  .lg\:border-l-violet-600\/60 {
    border-left-color: rgb(124 58 237 / 0.6);
  }

  .lg\:border-l-violet-600\/65 {
    border-left-color: rgb(124 58 237 / 0.65);
  }

  .lg\:border-l-violet-600\/70 {
    border-left-color: rgb(124 58 237 / 0.7);
  }

  .lg\:border-l-violet-600\/75 {
    border-left-color: rgb(124 58 237 / 0.75);
  }

  .lg\:border-l-violet-600\/80 {
    border-left-color: rgb(124 58 237 / 0.8);
  }

  .lg\:border-l-violet-600\/85 {
    border-left-color: rgb(124 58 237 / 0.85);
  }

  .lg\:border-l-violet-600\/90 {
    border-left-color: rgb(124 58 237 / 0.9);
  }

  .lg\:border-l-violet-600\/95 {
    border-left-color: rgb(124 58 237 / 0.95);
  }

  .lg\:border-l-violet-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(109 40 217 / var(--tw-border-opacity));
  }

  .lg\:border-l-violet-700\/0 {
    border-left-color: rgb(109 40 217 / 0);
  }

  .lg\:border-l-violet-700\/10 {
    border-left-color: rgb(109 40 217 / 0.1);
  }

  .lg\:border-l-violet-700\/100 {
    border-left-color: rgb(109 40 217 / 1);
  }

  .lg\:border-l-violet-700\/15 {
    border-left-color: rgb(109 40 217 / 0.15);
  }

  .lg\:border-l-violet-700\/20 {
    border-left-color: rgb(109 40 217 / 0.2);
  }

  .lg\:border-l-violet-700\/25 {
    border-left-color: rgb(109 40 217 / 0.25);
  }

  .lg\:border-l-violet-700\/30 {
    border-left-color: rgb(109 40 217 / 0.3);
  }

  .lg\:border-l-violet-700\/35 {
    border-left-color: rgb(109 40 217 / 0.35);
  }

  .lg\:border-l-violet-700\/40 {
    border-left-color: rgb(109 40 217 / 0.4);
  }

  .lg\:border-l-violet-700\/45 {
    border-left-color: rgb(109 40 217 / 0.45);
  }

  .lg\:border-l-violet-700\/5 {
    border-left-color: rgb(109 40 217 / 0.05);
  }

  .lg\:border-l-violet-700\/50 {
    border-left-color: rgb(109 40 217 / 0.5);
  }

  .lg\:border-l-violet-700\/55 {
    border-left-color: rgb(109 40 217 / 0.55);
  }

  .lg\:border-l-violet-700\/60 {
    border-left-color: rgb(109 40 217 / 0.6);
  }

  .lg\:border-l-violet-700\/65 {
    border-left-color: rgb(109 40 217 / 0.65);
  }

  .lg\:border-l-violet-700\/70 {
    border-left-color: rgb(109 40 217 / 0.7);
  }

  .lg\:border-l-violet-700\/75 {
    border-left-color: rgb(109 40 217 / 0.75);
  }

  .lg\:border-l-violet-700\/80 {
    border-left-color: rgb(109 40 217 / 0.8);
  }

  .lg\:border-l-violet-700\/85 {
    border-left-color: rgb(109 40 217 / 0.85);
  }

  .lg\:border-l-violet-700\/90 {
    border-left-color: rgb(109 40 217 / 0.9);
  }

  .lg\:border-l-violet-700\/95 {
    border-left-color: rgb(109 40 217 / 0.95);
  }

  .lg\:border-l-violet-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(91 33 182 / var(--tw-border-opacity));
  }

  .lg\:border-l-violet-800\/0 {
    border-left-color: rgb(91 33 182 / 0);
  }

  .lg\:border-l-violet-800\/10 {
    border-left-color: rgb(91 33 182 / 0.1);
  }

  .lg\:border-l-violet-800\/100 {
    border-left-color: rgb(91 33 182 / 1);
  }

  .lg\:border-l-violet-800\/15 {
    border-left-color: rgb(91 33 182 / 0.15);
  }

  .lg\:border-l-violet-800\/20 {
    border-left-color: rgb(91 33 182 / 0.2);
  }

  .lg\:border-l-violet-800\/25 {
    border-left-color: rgb(91 33 182 / 0.25);
  }

  .lg\:border-l-violet-800\/30 {
    border-left-color: rgb(91 33 182 / 0.3);
  }

  .lg\:border-l-violet-800\/35 {
    border-left-color: rgb(91 33 182 / 0.35);
  }

  .lg\:border-l-violet-800\/40 {
    border-left-color: rgb(91 33 182 / 0.4);
  }

  .lg\:border-l-violet-800\/45 {
    border-left-color: rgb(91 33 182 / 0.45);
  }

  .lg\:border-l-violet-800\/5 {
    border-left-color: rgb(91 33 182 / 0.05);
  }

  .lg\:border-l-violet-800\/50 {
    border-left-color: rgb(91 33 182 / 0.5);
  }

  .lg\:border-l-violet-800\/55 {
    border-left-color: rgb(91 33 182 / 0.55);
  }

  .lg\:border-l-violet-800\/60 {
    border-left-color: rgb(91 33 182 / 0.6);
  }

  .lg\:border-l-violet-800\/65 {
    border-left-color: rgb(91 33 182 / 0.65);
  }

  .lg\:border-l-violet-800\/70 {
    border-left-color: rgb(91 33 182 / 0.7);
  }

  .lg\:border-l-violet-800\/75 {
    border-left-color: rgb(91 33 182 / 0.75);
  }

  .lg\:border-l-violet-800\/80 {
    border-left-color: rgb(91 33 182 / 0.8);
  }

  .lg\:border-l-violet-800\/85 {
    border-left-color: rgb(91 33 182 / 0.85);
  }

  .lg\:border-l-violet-800\/90 {
    border-left-color: rgb(91 33 182 / 0.9);
  }

  .lg\:border-l-violet-800\/95 {
    border-left-color: rgb(91 33 182 / 0.95);
  }

  .lg\:border-l-violet-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(76 29 149 / var(--tw-border-opacity));
  }

  .lg\:border-l-violet-900\/0 {
    border-left-color: rgb(76 29 149 / 0);
  }

  .lg\:border-l-violet-900\/10 {
    border-left-color: rgb(76 29 149 / 0.1);
  }

  .lg\:border-l-violet-900\/100 {
    border-left-color: rgb(76 29 149 / 1);
  }

  .lg\:border-l-violet-900\/15 {
    border-left-color: rgb(76 29 149 / 0.15);
  }

  .lg\:border-l-violet-900\/20 {
    border-left-color: rgb(76 29 149 / 0.2);
  }

  .lg\:border-l-violet-900\/25 {
    border-left-color: rgb(76 29 149 / 0.25);
  }

  .lg\:border-l-violet-900\/30 {
    border-left-color: rgb(76 29 149 / 0.3);
  }

  .lg\:border-l-violet-900\/35 {
    border-left-color: rgb(76 29 149 / 0.35);
  }

  .lg\:border-l-violet-900\/40 {
    border-left-color: rgb(76 29 149 / 0.4);
  }

  .lg\:border-l-violet-900\/45 {
    border-left-color: rgb(76 29 149 / 0.45);
  }

  .lg\:border-l-violet-900\/5 {
    border-left-color: rgb(76 29 149 / 0.05);
  }

  .lg\:border-l-violet-900\/50 {
    border-left-color: rgb(76 29 149 / 0.5);
  }

  .lg\:border-l-violet-900\/55 {
    border-left-color: rgb(76 29 149 / 0.55);
  }

  .lg\:border-l-violet-900\/60 {
    border-left-color: rgb(76 29 149 / 0.6);
  }

  .lg\:border-l-violet-900\/65 {
    border-left-color: rgb(76 29 149 / 0.65);
  }

  .lg\:border-l-violet-900\/70 {
    border-left-color: rgb(76 29 149 / 0.7);
  }

  .lg\:border-l-violet-900\/75 {
    border-left-color: rgb(76 29 149 / 0.75);
  }

  .lg\:border-l-violet-900\/80 {
    border-left-color: rgb(76 29 149 / 0.8);
  }

  .lg\:border-l-violet-900\/85 {
    border-left-color: rgb(76 29 149 / 0.85);
  }

  .lg\:border-l-violet-900\/90 {
    border-left-color: rgb(76 29 149 / 0.9);
  }

  .lg\:border-l-violet-900\/95 {
    border-left-color: rgb(76 29 149 / 0.95);
  }

  .lg\:border-l-violet-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(46 16 101 / var(--tw-border-opacity));
  }

  .lg\:border-l-violet-950\/0 {
    border-left-color: rgb(46 16 101 / 0);
  }

  .lg\:border-l-violet-950\/10 {
    border-left-color: rgb(46 16 101 / 0.1);
  }

  .lg\:border-l-violet-950\/100 {
    border-left-color: rgb(46 16 101 / 1);
  }

  .lg\:border-l-violet-950\/15 {
    border-left-color: rgb(46 16 101 / 0.15);
  }

  .lg\:border-l-violet-950\/20 {
    border-left-color: rgb(46 16 101 / 0.2);
  }

  .lg\:border-l-violet-950\/25 {
    border-left-color: rgb(46 16 101 / 0.25);
  }

  .lg\:border-l-violet-950\/30 {
    border-left-color: rgb(46 16 101 / 0.3);
  }

  .lg\:border-l-violet-950\/35 {
    border-left-color: rgb(46 16 101 / 0.35);
  }

  .lg\:border-l-violet-950\/40 {
    border-left-color: rgb(46 16 101 / 0.4);
  }

  .lg\:border-l-violet-950\/45 {
    border-left-color: rgb(46 16 101 / 0.45);
  }

  .lg\:border-l-violet-950\/5 {
    border-left-color: rgb(46 16 101 / 0.05);
  }

  .lg\:border-l-violet-950\/50 {
    border-left-color: rgb(46 16 101 / 0.5);
  }

  .lg\:border-l-violet-950\/55 {
    border-left-color: rgb(46 16 101 / 0.55);
  }

  .lg\:border-l-violet-950\/60 {
    border-left-color: rgb(46 16 101 / 0.6);
  }

  .lg\:border-l-violet-950\/65 {
    border-left-color: rgb(46 16 101 / 0.65);
  }

  .lg\:border-l-violet-950\/70 {
    border-left-color: rgb(46 16 101 / 0.7);
  }

  .lg\:border-l-violet-950\/75 {
    border-left-color: rgb(46 16 101 / 0.75);
  }

  .lg\:border-l-violet-950\/80 {
    border-left-color: rgb(46 16 101 / 0.8);
  }

  .lg\:border-l-violet-950\/85 {
    border-left-color: rgb(46 16 101 / 0.85);
  }

  .lg\:border-l-violet-950\/90 {
    border-left-color: rgb(46 16 101 / 0.9);
  }

  .lg\:border-l-violet-950\/95 {
    border-left-color: rgb(46 16 101 / 0.95);
  }

  .lg\:border-l-white {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .lg\:border-l-white\/0 {
    border-left-color: rgb(255 255 255 / 0);
  }

  .lg\:border-l-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1);
  }

  .lg\:border-l-white\/100 {
    border-left-color: rgb(255 255 255 / 1);
  }

  .lg\:border-l-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15);
  }

  .lg\:border-l-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2);
  }

  .lg\:border-l-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25);
  }

  .lg\:border-l-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3);
  }

  .lg\:border-l-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35);
  }

  .lg\:border-l-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4);
  }

  .lg\:border-l-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45);
  }

  .lg\:border-l-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05);
  }

  .lg\:border-l-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5);
  }

  .lg\:border-l-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55);
  }

  .lg\:border-l-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6);
  }

  .lg\:border-l-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65);
  }

  .lg\:border-l-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7);
  }

  .lg\:border-l-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75);
  }

  .lg\:border-l-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8);
  }

  .lg\:border-l-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85);
  }

  .lg\:border-l-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9);
  }

  .lg\:border-l-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95);
  }

  .lg\:border-l-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .lg\:border-l-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0);
  }

  .lg\:border-l-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1);
  }

  .lg\:border-l-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1);
  }

  .lg\:border-l-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15);
  }

  .lg\:border-l-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2);
  }

  .lg\:border-l-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25);
  }

  .lg\:border-l-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3);
  }

  .lg\:border-l-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35);
  }

  .lg\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-l-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45);
  }

  .lg\:border-l-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05);
  }

  .lg\:border-l-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5);
  }

  .lg\:border-l-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55);
  }

  .lg\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-l-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65);
  }

  .lg\:border-l-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7);
  }

  .lg\:border-l-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75);
  }

  .lg\:border-l-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8);
  }

  .lg\:border-l-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85);
  }

  .lg\:border-l-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9);
  }

  .lg\:border-l-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95);
  }

  .lg\:border-l-yellow-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .lg\:border-l-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0);
  }

  .lg\:border-l-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1);
  }

  .lg\:border-l-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1);
  }

  .lg\:border-l-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15);
  }

  .lg\:border-l-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2);
  }

  .lg\:border-l-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25);
  }

  .lg\:border-l-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3);
  }

  .lg\:border-l-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35);
  }

  .lg\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-l-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45);
  }

  .lg\:border-l-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05);
  }

  .lg\:border-l-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5);
  }

  .lg\:border-l-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55);
  }

  .lg\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-l-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65);
  }

  .lg\:border-l-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7);
  }

  .lg\:border-l-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75);
  }

  .lg\:border-l-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8);
  }

  .lg\:border-l-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85);
  }

  .lg\:border-l-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9);
  }

  .lg\:border-l-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95);
  }

  .lg\:border-l-yellow-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .lg\:border-l-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0);
  }

  .lg\:border-l-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1);
  }

  .lg\:border-l-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1);
  }

  .lg\:border-l-yellow-300\/15 {
    border-left-color: rgb(253 224 71 / 0.15);
  }

  .lg\:border-l-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2);
  }

  .lg\:border-l-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25);
  }

  .lg\:border-l-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3);
  }

  .lg\:border-l-yellow-300\/35 {
    border-left-color: rgb(253 224 71 / 0.35);
  }

  .lg\:border-l-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4);
  }

  .lg\:border-l-yellow-300\/45 {
    border-left-color: rgb(253 224 71 / 0.45);
  }

  .lg\:border-l-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05);
  }

  .lg\:border-l-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5);
  }

  .lg\:border-l-yellow-300\/55 {
    border-left-color: rgb(253 224 71 / 0.55);
  }

  .lg\:border-l-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6);
  }

  .lg\:border-l-yellow-300\/65 {
    border-left-color: rgb(253 224 71 / 0.65);
  }

  .lg\:border-l-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7);
  }

  .lg\:border-l-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75);
  }

  .lg\:border-l-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8);
  }

  .lg\:border-l-yellow-300\/85 {
    border-left-color: rgb(253 224 71 / 0.85);
  }

  .lg\:border-l-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9);
  }

  .lg\:border-l-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95);
  }

  .lg\:border-l-yellow-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .lg\:border-l-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0);
  }

  .lg\:border-l-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1);
  }

  .lg\:border-l-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1);
  }

  .lg\:border-l-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15);
  }

  .lg\:border-l-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2);
  }

  .lg\:border-l-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25);
  }

  .lg\:border-l-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3);
  }

  .lg\:border-l-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35);
  }

  .lg\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-l-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45);
  }

  .lg\:border-l-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05);
  }

  .lg\:border-l-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5);
  }

  .lg\:border-l-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55);
  }

  .lg\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-l-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65);
  }

  .lg\:border-l-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7);
  }

  .lg\:border-l-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75);
  }

  .lg\:border-l-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8);
  }

  .lg\:border-l-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85);
  }

  .lg\:border-l-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9);
  }

  .lg\:border-l-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95);
  }

  .lg\:border-l-yellow-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .lg\:border-l-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0);
  }

  .lg\:border-l-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1);
  }

  .lg\:border-l-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1);
  }

  .lg\:border-l-yellow-50\/15 {
    border-left-color: rgb(254 252 232 / 0.15);
  }

  .lg\:border-l-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2);
  }

  .lg\:border-l-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25);
  }

  .lg\:border-l-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3);
  }

  .lg\:border-l-yellow-50\/35 {
    border-left-color: rgb(254 252 232 / 0.35);
  }

  .lg\:border-l-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-l-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45);
  }

  .lg\:border-l-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05);
  }

  .lg\:border-l-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5);
  }

  .lg\:border-l-yellow-50\/55 {
    border-left-color: rgb(254 252 232 / 0.55);
  }

  .lg\:border-l-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-l-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65);
  }

  .lg\:border-l-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7);
  }

  .lg\:border-l-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75);
  }

  .lg\:border-l-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8);
  }

  .lg\:border-l-yellow-50\/85 {
    border-left-color: rgb(254 252 232 / 0.85);
  }

  .lg\:border-l-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9);
  }

  .lg\:border-l-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95);
  }

  .lg\:border-l-yellow-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .lg\:border-l-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0);
  }

  .lg\:border-l-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1);
  }

  .lg\:border-l-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1);
  }

  .lg\:border-l-yellow-500\/15 {
    border-left-color: rgb(234 179 8 / 0.15);
  }

  .lg\:border-l-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2);
  }

  .lg\:border-l-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25);
  }

  .lg\:border-l-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3);
  }

  .lg\:border-l-yellow-500\/35 {
    border-left-color: rgb(234 179 8 / 0.35);
  }

  .lg\:border-l-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-l-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45);
  }

  .lg\:border-l-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05);
  }

  .lg\:border-l-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5);
  }

  .lg\:border-l-yellow-500\/55 {
    border-left-color: rgb(234 179 8 / 0.55);
  }

  .lg\:border-l-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-l-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65);
  }

  .lg\:border-l-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7);
  }

  .lg\:border-l-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75);
  }

  .lg\:border-l-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8);
  }

  .lg\:border-l-yellow-500\/85 {
    border-left-color: rgb(234 179 8 / 0.85);
  }

  .lg\:border-l-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9);
  }

  .lg\:border-l-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95);
  }

  .lg\:border-l-yellow-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .lg\:border-l-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0);
  }

  .lg\:border-l-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1);
  }

  .lg\:border-l-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1);
  }

  .lg\:border-l-yellow-600\/15 {
    border-left-color: rgb(202 138 4 / 0.15);
  }

  .lg\:border-l-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2);
  }

  .lg\:border-l-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25);
  }

  .lg\:border-l-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3);
  }

  .lg\:border-l-yellow-600\/35 {
    border-left-color: rgb(202 138 4 / 0.35);
  }

  .lg\:border-l-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-l-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45);
  }

  .lg\:border-l-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05);
  }

  .lg\:border-l-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5);
  }

  .lg\:border-l-yellow-600\/55 {
    border-left-color: rgb(202 138 4 / 0.55);
  }

  .lg\:border-l-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-l-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65);
  }

  .lg\:border-l-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7);
  }

  .lg\:border-l-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75);
  }

  .lg\:border-l-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8);
  }

  .lg\:border-l-yellow-600\/85 {
    border-left-color: rgb(202 138 4 / 0.85);
  }

  .lg\:border-l-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9);
  }

  .lg\:border-l-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95);
  }

  .lg\:border-l-yellow-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .lg\:border-l-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0);
  }

  .lg\:border-l-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1);
  }

  .lg\:border-l-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1);
  }

  .lg\:border-l-yellow-700\/15 {
    border-left-color: rgb(161 98 7 / 0.15);
  }

  .lg\:border-l-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2);
  }

  .lg\:border-l-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25);
  }

  .lg\:border-l-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3);
  }

  .lg\:border-l-yellow-700\/35 {
    border-left-color: rgb(161 98 7 / 0.35);
  }

  .lg\:border-l-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4);
  }

  .lg\:border-l-yellow-700\/45 {
    border-left-color: rgb(161 98 7 / 0.45);
  }

  .lg\:border-l-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05);
  }

  .lg\:border-l-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5);
  }

  .lg\:border-l-yellow-700\/55 {
    border-left-color: rgb(161 98 7 / 0.55);
  }

  .lg\:border-l-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6);
  }

  .lg\:border-l-yellow-700\/65 {
    border-left-color: rgb(161 98 7 / 0.65);
  }

  .lg\:border-l-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7);
  }

  .lg\:border-l-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75);
  }

  .lg\:border-l-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8);
  }

  .lg\:border-l-yellow-700\/85 {
    border-left-color: rgb(161 98 7 / 0.85);
  }

  .lg\:border-l-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9);
  }

  .lg\:border-l-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95);
  }

  .lg\:border-l-yellow-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .lg\:border-l-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0);
  }

  .lg\:border-l-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1);
  }

  .lg\:border-l-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1);
  }

  .lg\:border-l-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15);
  }

  .lg\:border-l-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2);
  }

  .lg\:border-l-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25);
  }

  .lg\:border-l-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3);
  }

  .lg\:border-l-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35);
  }

  .lg\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-l-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45);
  }

  .lg\:border-l-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05);
  }

  .lg\:border-l-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5);
  }

  .lg\:border-l-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55);
  }

  .lg\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-l-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65);
  }

  .lg\:border-l-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7);
  }

  .lg\:border-l-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75);
  }

  .lg\:border-l-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8);
  }

  .lg\:border-l-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85);
  }

  .lg\:border-l-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9);
  }

  .lg\:border-l-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95);
  }

  .lg\:border-l-yellow-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .lg\:border-l-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0);
  }

  .lg\:border-l-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1);
  }

  .lg\:border-l-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1);
  }

  .lg\:border-l-yellow-900\/15 {
    border-left-color: rgb(113 63 18 / 0.15);
  }

  .lg\:border-l-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2);
  }

  .lg\:border-l-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25);
  }

  .lg\:border-l-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3);
  }

  .lg\:border-l-yellow-900\/35 {
    border-left-color: rgb(113 63 18 / 0.35);
  }

  .lg\:border-l-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4);
  }

  .lg\:border-l-yellow-900\/45 {
    border-left-color: rgb(113 63 18 / 0.45);
  }

  .lg\:border-l-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05);
  }

  .lg\:border-l-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5);
  }

  .lg\:border-l-yellow-900\/55 {
    border-left-color: rgb(113 63 18 / 0.55);
  }

  .lg\:border-l-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6);
  }

  .lg\:border-l-yellow-900\/65 {
    border-left-color: rgb(113 63 18 / 0.65);
  }

  .lg\:border-l-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7);
  }

  .lg\:border-l-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75);
  }

  .lg\:border-l-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8);
  }

  .lg\:border-l-yellow-900\/85 {
    border-left-color: rgb(113 63 18 / 0.85);
  }

  .lg\:border-l-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9);
  }

  .lg\:border-l-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95);
  }

  .lg\:border-l-yellow-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .lg\:border-l-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0);
  }

  .lg\:border-l-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1);
  }

  .lg\:border-l-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1);
  }

  .lg\:border-l-yellow-950\/15 {
    border-left-color: rgb(66 32 6 / 0.15);
  }

  .lg\:border-l-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2);
  }

  .lg\:border-l-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25);
  }

  .lg\:border-l-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3);
  }

  .lg\:border-l-yellow-950\/35 {
    border-left-color: rgb(66 32 6 / 0.35);
  }

  .lg\:border-l-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4);
  }

  .lg\:border-l-yellow-950\/45 {
    border-left-color: rgb(66 32 6 / 0.45);
  }

  .lg\:border-l-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05);
  }

  .lg\:border-l-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5);
  }

  .lg\:border-l-yellow-950\/55 {
    border-left-color: rgb(66 32 6 / 0.55);
  }

  .lg\:border-l-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6);
  }

  .lg\:border-l-yellow-950\/65 {
    border-left-color: rgb(66 32 6 / 0.65);
  }

  .lg\:border-l-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7);
  }

  .lg\:border-l-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75);
  }

  .lg\:border-l-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8);
  }

  .lg\:border-l-yellow-950\/85 {
    border-left-color: rgb(66 32 6 / 0.85);
  }

  .lg\:border-l-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9);
  }

  .lg\:border-l-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95);
  }

  .lg\:border-l-zinc-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(244 244 245 / var(--tw-border-opacity));
  }

  .lg\:border-l-zinc-100\/0 {
    border-left-color: rgb(244 244 245 / 0);
  }

  .lg\:border-l-zinc-100\/10 {
    border-left-color: rgb(244 244 245 / 0.1);
  }

  .lg\:border-l-zinc-100\/100 {
    border-left-color: rgb(244 244 245 / 1);
  }

  .lg\:border-l-zinc-100\/15 {
    border-left-color: rgb(244 244 245 / 0.15);
  }

  .lg\:border-l-zinc-100\/20 {
    border-left-color: rgb(244 244 245 / 0.2);
  }

  .lg\:border-l-zinc-100\/25 {
    border-left-color: rgb(244 244 245 / 0.25);
  }

  .lg\:border-l-zinc-100\/30 {
    border-left-color: rgb(244 244 245 / 0.3);
  }

  .lg\:border-l-zinc-100\/35 {
    border-left-color: rgb(244 244 245 / 0.35);
  }

  .lg\:border-l-zinc-100\/40 {
    border-left-color: rgb(244 244 245 / 0.4);
  }

  .lg\:border-l-zinc-100\/45 {
    border-left-color: rgb(244 244 245 / 0.45);
  }

  .lg\:border-l-zinc-100\/5 {
    border-left-color: rgb(244 244 245 / 0.05);
  }

  .lg\:border-l-zinc-100\/50 {
    border-left-color: rgb(244 244 245 / 0.5);
  }

  .lg\:border-l-zinc-100\/55 {
    border-left-color: rgb(244 244 245 / 0.55);
  }

  .lg\:border-l-zinc-100\/60 {
    border-left-color: rgb(244 244 245 / 0.6);
  }

  .lg\:border-l-zinc-100\/65 {
    border-left-color: rgb(244 244 245 / 0.65);
  }

  .lg\:border-l-zinc-100\/70 {
    border-left-color: rgb(244 244 245 / 0.7);
  }

  .lg\:border-l-zinc-100\/75 {
    border-left-color: rgb(244 244 245 / 0.75);
  }

  .lg\:border-l-zinc-100\/80 {
    border-left-color: rgb(244 244 245 / 0.8);
  }

  .lg\:border-l-zinc-100\/85 {
    border-left-color: rgb(244 244 245 / 0.85);
  }

  .lg\:border-l-zinc-100\/90 {
    border-left-color: rgb(244 244 245 / 0.9);
  }

  .lg\:border-l-zinc-100\/95 {
    border-left-color: rgb(244 244 245 / 0.95);
  }

  .lg\:border-l-zinc-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(228 228 231 / var(--tw-border-opacity));
  }

  .lg\:border-l-zinc-200\/0 {
    border-left-color: rgb(228 228 231 / 0);
  }

  .lg\:border-l-zinc-200\/10 {
    border-left-color: rgb(228 228 231 / 0.1);
  }

  .lg\:border-l-zinc-200\/100 {
    border-left-color: rgb(228 228 231 / 1);
  }

  .lg\:border-l-zinc-200\/15 {
    border-left-color: rgb(228 228 231 / 0.15);
  }

  .lg\:border-l-zinc-200\/20 {
    border-left-color: rgb(228 228 231 / 0.2);
  }

  .lg\:border-l-zinc-200\/25 {
    border-left-color: rgb(228 228 231 / 0.25);
  }

  .lg\:border-l-zinc-200\/30 {
    border-left-color: rgb(228 228 231 / 0.3);
  }

  .lg\:border-l-zinc-200\/35 {
    border-left-color: rgb(228 228 231 / 0.35);
  }

  .lg\:border-l-zinc-200\/40 {
    border-left-color: rgb(228 228 231 / 0.4);
  }

  .lg\:border-l-zinc-200\/45 {
    border-left-color: rgb(228 228 231 / 0.45);
  }

  .lg\:border-l-zinc-200\/5 {
    border-left-color: rgb(228 228 231 / 0.05);
  }

  .lg\:border-l-zinc-200\/50 {
    border-left-color: rgb(228 228 231 / 0.5);
  }

  .lg\:border-l-zinc-200\/55 {
    border-left-color: rgb(228 228 231 / 0.55);
  }

  .lg\:border-l-zinc-200\/60 {
    border-left-color: rgb(228 228 231 / 0.6);
  }

  .lg\:border-l-zinc-200\/65 {
    border-left-color: rgb(228 228 231 / 0.65);
  }

  .lg\:border-l-zinc-200\/70 {
    border-left-color: rgb(228 228 231 / 0.7);
  }

  .lg\:border-l-zinc-200\/75 {
    border-left-color: rgb(228 228 231 / 0.75);
  }

  .lg\:border-l-zinc-200\/80 {
    border-left-color: rgb(228 228 231 / 0.8);
  }

  .lg\:border-l-zinc-200\/85 {
    border-left-color: rgb(228 228 231 / 0.85);
  }

  .lg\:border-l-zinc-200\/90 {
    border-left-color: rgb(228 228 231 / 0.9);
  }

  .lg\:border-l-zinc-200\/95 {
    border-left-color: rgb(228 228 231 / 0.95);
  }

  .lg\:border-l-zinc-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(212 212 216 / var(--tw-border-opacity));
  }

  .lg\:border-l-zinc-300\/0 {
    border-left-color: rgb(212 212 216 / 0);
  }

  .lg\:border-l-zinc-300\/10 {
    border-left-color: rgb(212 212 216 / 0.1);
  }

  .lg\:border-l-zinc-300\/100 {
    border-left-color: rgb(212 212 216 / 1);
  }

  .lg\:border-l-zinc-300\/15 {
    border-left-color: rgb(212 212 216 / 0.15);
  }

  .lg\:border-l-zinc-300\/20 {
    border-left-color: rgb(212 212 216 / 0.2);
  }

  .lg\:border-l-zinc-300\/25 {
    border-left-color: rgb(212 212 216 / 0.25);
  }

  .lg\:border-l-zinc-300\/30 {
    border-left-color: rgb(212 212 216 / 0.3);
  }

  .lg\:border-l-zinc-300\/35 {
    border-left-color: rgb(212 212 216 / 0.35);
  }

  .lg\:border-l-zinc-300\/40 {
    border-left-color: rgb(212 212 216 / 0.4);
  }

  .lg\:border-l-zinc-300\/45 {
    border-left-color: rgb(212 212 216 / 0.45);
  }

  .lg\:border-l-zinc-300\/5 {
    border-left-color: rgb(212 212 216 / 0.05);
  }

  .lg\:border-l-zinc-300\/50 {
    border-left-color: rgb(212 212 216 / 0.5);
  }

  .lg\:border-l-zinc-300\/55 {
    border-left-color: rgb(212 212 216 / 0.55);
  }

  .lg\:border-l-zinc-300\/60 {
    border-left-color: rgb(212 212 216 / 0.6);
  }

  .lg\:border-l-zinc-300\/65 {
    border-left-color: rgb(212 212 216 / 0.65);
  }

  .lg\:border-l-zinc-300\/70 {
    border-left-color: rgb(212 212 216 / 0.7);
  }

  .lg\:border-l-zinc-300\/75 {
    border-left-color: rgb(212 212 216 / 0.75);
  }

  .lg\:border-l-zinc-300\/80 {
    border-left-color: rgb(212 212 216 / 0.8);
  }

  .lg\:border-l-zinc-300\/85 {
    border-left-color: rgb(212 212 216 / 0.85);
  }

  .lg\:border-l-zinc-300\/90 {
    border-left-color: rgb(212 212 216 / 0.9);
  }

  .lg\:border-l-zinc-300\/95 {
    border-left-color: rgb(212 212 216 / 0.95);
  }

  .lg\:border-l-zinc-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 161 170 / var(--tw-border-opacity));
  }

  .lg\:border-l-zinc-400\/0 {
    border-left-color: rgb(161 161 170 / 0);
  }

  .lg\:border-l-zinc-400\/10 {
    border-left-color: rgb(161 161 170 / 0.1);
  }

  .lg\:border-l-zinc-400\/100 {
    border-left-color: rgb(161 161 170 / 1);
  }

  .lg\:border-l-zinc-400\/15 {
    border-left-color: rgb(161 161 170 / 0.15);
  }

  .lg\:border-l-zinc-400\/20 {
    border-left-color: rgb(161 161 170 / 0.2);
  }

  .lg\:border-l-zinc-400\/25 {
    border-left-color: rgb(161 161 170 / 0.25);
  }

  .lg\:border-l-zinc-400\/30 {
    border-left-color: rgb(161 161 170 / 0.3);
  }

  .lg\:border-l-zinc-400\/35 {
    border-left-color: rgb(161 161 170 / 0.35);
  }

  .lg\:border-l-zinc-400\/40 {
    border-left-color: rgb(161 161 170 / 0.4);
  }

  .lg\:border-l-zinc-400\/45 {
    border-left-color: rgb(161 161 170 / 0.45);
  }

  .lg\:border-l-zinc-400\/5 {
    border-left-color: rgb(161 161 170 / 0.05);
  }

  .lg\:border-l-zinc-400\/50 {
    border-left-color: rgb(161 161 170 / 0.5);
  }

  .lg\:border-l-zinc-400\/55 {
    border-left-color: rgb(161 161 170 / 0.55);
  }

  .lg\:border-l-zinc-400\/60 {
    border-left-color: rgb(161 161 170 / 0.6);
  }

  .lg\:border-l-zinc-400\/65 {
    border-left-color: rgb(161 161 170 / 0.65);
  }

  .lg\:border-l-zinc-400\/70 {
    border-left-color: rgb(161 161 170 / 0.7);
  }

  .lg\:border-l-zinc-400\/75 {
    border-left-color: rgb(161 161 170 / 0.75);
  }

  .lg\:border-l-zinc-400\/80 {
    border-left-color: rgb(161 161 170 / 0.8);
  }

  .lg\:border-l-zinc-400\/85 {
    border-left-color: rgb(161 161 170 / 0.85);
  }

  .lg\:border-l-zinc-400\/90 {
    border-left-color: rgb(161 161 170 / 0.9);
  }

  .lg\:border-l-zinc-400\/95 {
    border-left-color: rgb(161 161 170 / 0.95);
  }

  .lg\:border-l-zinc-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .lg\:border-l-zinc-50\/0 {
    border-left-color: rgb(250 250 250 / 0);
  }

  .lg\:border-l-zinc-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-l-zinc-50\/100 {
    border-left-color: rgb(250 250 250 / 1);
  }

  .lg\:border-l-zinc-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-l-zinc-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-l-zinc-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-l-zinc-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-l-zinc-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-l-zinc-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-l-zinc-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-l-zinc-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-l-zinc-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-l-zinc-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-l-zinc-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-l-zinc-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-l-zinc-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-l-zinc-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-l-zinc-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-l-zinc-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-l-zinc-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-l-zinc-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95);
  }

  .lg\:border-l-zinc-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 113 122 / var(--tw-border-opacity));
  }

  .lg\:border-l-zinc-500\/0 {
    border-left-color: rgb(113 113 122 / 0);
  }

  .lg\:border-l-zinc-500\/10 {
    border-left-color: rgb(113 113 122 / 0.1);
  }

  .lg\:border-l-zinc-500\/100 {
    border-left-color: rgb(113 113 122 / 1);
  }

  .lg\:border-l-zinc-500\/15 {
    border-left-color: rgb(113 113 122 / 0.15);
  }

  .lg\:border-l-zinc-500\/20 {
    border-left-color: rgb(113 113 122 / 0.2);
  }

  .lg\:border-l-zinc-500\/25 {
    border-left-color: rgb(113 113 122 / 0.25);
  }

  .lg\:border-l-zinc-500\/30 {
    border-left-color: rgb(113 113 122 / 0.3);
  }

  .lg\:border-l-zinc-500\/35 {
    border-left-color: rgb(113 113 122 / 0.35);
  }

  .lg\:border-l-zinc-500\/40 {
    border-left-color: rgb(113 113 122 / 0.4);
  }

  .lg\:border-l-zinc-500\/45 {
    border-left-color: rgb(113 113 122 / 0.45);
  }

  .lg\:border-l-zinc-500\/5 {
    border-left-color: rgb(113 113 122 / 0.05);
  }

  .lg\:border-l-zinc-500\/50 {
    border-left-color: rgb(113 113 122 / 0.5);
  }

  .lg\:border-l-zinc-500\/55 {
    border-left-color: rgb(113 113 122 / 0.55);
  }

  .lg\:border-l-zinc-500\/60 {
    border-left-color: rgb(113 113 122 / 0.6);
  }

  .lg\:border-l-zinc-500\/65 {
    border-left-color: rgb(113 113 122 / 0.65);
  }

  .lg\:border-l-zinc-500\/70 {
    border-left-color: rgb(113 113 122 / 0.7);
  }

  .lg\:border-l-zinc-500\/75 {
    border-left-color: rgb(113 113 122 / 0.75);
  }

  .lg\:border-l-zinc-500\/80 {
    border-left-color: rgb(113 113 122 / 0.8);
  }

  .lg\:border-l-zinc-500\/85 {
    border-left-color: rgb(113 113 122 / 0.85);
  }

  .lg\:border-l-zinc-500\/90 {
    border-left-color: rgb(113 113 122 / 0.9);
  }

  .lg\:border-l-zinc-500\/95 {
    border-left-color: rgb(113 113 122 / 0.95);
  }

  .lg\:border-l-zinc-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(82 82 91 / var(--tw-border-opacity));
  }

  .lg\:border-l-zinc-600\/0 {
    border-left-color: rgb(82 82 91 / 0);
  }

  .lg\:border-l-zinc-600\/10 {
    border-left-color: rgb(82 82 91 / 0.1);
  }

  .lg\:border-l-zinc-600\/100 {
    border-left-color: rgb(82 82 91 / 1);
  }

  .lg\:border-l-zinc-600\/15 {
    border-left-color: rgb(82 82 91 / 0.15);
  }

  .lg\:border-l-zinc-600\/20 {
    border-left-color: rgb(82 82 91 / 0.2);
  }

  .lg\:border-l-zinc-600\/25 {
    border-left-color: rgb(82 82 91 / 0.25);
  }

  .lg\:border-l-zinc-600\/30 {
    border-left-color: rgb(82 82 91 / 0.3);
  }

  .lg\:border-l-zinc-600\/35 {
    border-left-color: rgb(82 82 91 / 0.35);
  }

  .lg\:border-l-zinc-600\/40 {
    border-left-color: rgb(82 82 91 / 0.4);
  }

  .lg\:border-l-zinc-600\/45 {
    border-left-color: rgb(82 82 91 / 0.45);
  }

  .lg\:border-l-zinc-600\/5 {
    border-left-color: rgb(82 82 91 / 0.05);
  }

  .lg\:border-l-zinc-600\/50 {
    border-left-color: rgb(82 82 91 / 0.5);
  }

  .lg\:border-l-zinc-600\/55 {
    border-left-color: rgb(82 82 91 / 0.55);
  }

  .lg\:border-l-zinc-600\/60 {
    border-left-color: rgb(82 82 91 / 0.6);
  }

  .lg\:border-l-zinc-600\/65 {
    border-left-color: rgb(82 82 91 / 0.65);
  }

  .lg\:border-l-zinc-600\/70 {
    border-left-color: rgb(82 82 91 / 0.7);
  }

  .lg\:border-l-zinc-600\/75 {
    border-left-color: rgb(82 82 91 / 0.75);
  }

  .lg\:border-l-zinc-600\/80 {
    border-left-color: rgb(82 82 91 / 0.8);
  }

  .lg\:border-l-zinc-600\/85 {
    border-left-color: rgb(82 82 91 / 0.85);
  }

  .lg\:border-l-zinc-600\/90 {
    border-left-color: rgb(82 82 91 / 0.9);
  }

  .lg\:border-l-zinc-600\/95 {
    border-left-color: rgb(82 82 91 / 0.95);
  }

  .lg\:border-l-zinc-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(63 63 70 / var(--tw-border-opacity));
  }

  .lg\:border-l-zinc-700\/0 {
    border-left-color: rgb(63 63 70 / 0);
  }

  .lg\:border-l-zinc-700\/10 {
    border-left-color: rgb(63 63 70 / 0.1);
  }

  .lg\:border-l-zinc-700\/100 {
    border-left-color: rgb(63 63 70 / 1);
  }

  .lg\:border-l-zinc-700\/15 {
    border-left-color: rgb(63 63 70 / 0.15);
  }

  .lg\:border-l-zinc-700\/20 {
    border-left-color: rgb(63 63 70 / 0.2);
  }

  .lg\:border-l-zinc-700\/25 {
    border-left-color: rgb(63 63 70 / 0.25);
  }

  .lg\:border-l-zinc-700\/30 {
    border-left-color: rgb(63 63 70 / 0.3);
  }

  .lg\:border-l-zinc-700\/35 {
    border-left-color: rgb(63 63 70 / 0.35);
  }

  .lg\:border-l-zinc-700\/40 {
    border-left-color: rgb(63 63 70 / 0.4);
  }

  .lg\:border-l-zinc-700\/45 {
    border-left-color: rgb(63 63 70 / 0.45);
  }

  .lg\:border-l-zinc-700\/5 {
    border-left-color: rgb(63 63 70 / 0.05);
  }

  .lg\:border-l-zinc-700\/50 {
    border-left-color: rgb(63 63 70 / 0.5);
  }

  .lg\:border-l-zinc-700\/55 {
    border-left-color: rgb(63 63 70 / 0.55);
  }

  .lg\:border-l-zinc-700\/60 {
    border-left-color: rgb(63 63 70 / 0.6);
  }

  .lg\:border-l-zinc-700\/65 {
    border-left-color: rgb(63 63 70 / 0.65);
  }

  .lg\:border-l-zinc-700\/70 {
    border-left-color: rgb(63 63 70 / 0.7);
  }

  .lg\:border-l-zinc-700\/75 {
    border-left-color: rgb(63 63 70 / 0.75);
  }

  .lg\:border-l-zinc-700\/80 {
    border-left-color: rgb(63 63 70 / 0.8);
  }

  .lg\:border-l-zinc-700\/85 {
    border-left-color: rgb(63 63 70 / 0.85);
  }

  .lg\:border-l-zinc-700\/90 {
    border-left-color: rgb(63 63 70 / 0.9);
  }

  .lg\:border-l-zinc-700\/95 {
    border-left-color: rgb(63 63 70 / 0.95);
  }

  .lg\:border-l-zinc-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(39 39 42 / var(--tw-border-opacity));
  }

  .lg\:border-l-zinc-800\/0 {
    border-left-color: rgb(39 39 42 / 0);
  }

  .lg\:border-l-zinc-800\/10 {
    border-left-color: rgb(39 39 42 / 0.1);
  }

  .lg\:border-l-zinc-800\/100 {
    border-left-color: rgb(39 39 42 / 1);
  }

  .lg\:border-l-zinc-800\/15 {
    border-left-color: rgb(39 39 42 / 0.15);
  }

  .lg\:border-l-zinc-800\/20 {
    border-left-color: rgb(39 39 42 / 0.2);
  }

  .lg\:border-l-zinc-800\/25 {
    border-left-color: rgb(39 39 42 / 0.25);
  }

  .lg\:border-l-zinc-800\/30 {
    border-left-color: rgb(39 39 42 / 0.3);
  }

  .lg\:border-l-zinc-800\/35 {
    border-left-color: rgb(39 39 42 / 0.35);
  }

  .lg\:border-l-zinc-800\/40 {
    border-left-color: rgb(39 39 42 / 0.4);
  }

  .lg\:border-l-zinc-800\/45 {
    border-left-color: rgb(39 39 42 / 0.45);
  }

  .lg\:border-l-zinc-800\/5 {
    border-left-color: rgb(39 39 42 / 0.05);
  }

  .lg\:border-l-zinc-800\/50 {
    border-left-color: rgb(39 39 42 / 0.5);
  }

  .lg\:border-l-zinc-800\/55 {
    border-left-color: rgb(39 39 42 / 0.55);
  }

  .lg\:border-l-zinc-800\/60 {
    border-left-color: rgb(39 39 42 / 0.6);
  }

  .lg\:border-l-zinc-800\/65 {
    border-left-color: rgb(39 39 42 / 0.65);
  }

  .lg\:border-l-zinc-800\/70 {
    border-left-color: rgb(39 39 42 / 0.7);
  }

  .lg\:border-l-zinc-800\/75 {
    border-left-color: rgb(39 39 42 / 0.75);
  }

  .lg\:border-l-zinc-800\/80 {
    border-left-color: rgb(39 39 42 / 0.8);
  }

  .lg\:border-l-zinc-800\/85 {
    border-left-color: rgb(39 39 42 / 0.85);
  }

  .lg\:border-l-zinc-800\/90 {
    border-left-color: rgb(39 39 42 / 0.9);
  }

  .lg\:border-l-zinc-800\/95 {
    border-left-color: rgb(39 39 42 / 0.95);
  }

  .lg\:border-l-zinc-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(24 24 27 / var(--tw-border-opacity));
  }

  .lg\:border-l-zinc-900\/0 {
    border-left-color: rgb(24 24 27 / 0);
  }

  .lg\:border-l-zinc-900\/10 {
    border-left-color: rgb(24 24 27 / 0.1);
  }

  .lg\:border-l-zinc-900\/100 {
    border-left-color: rgb(24 24 27 / 1);
  }

  .lg\:border-l-zinc-900\/15 {
    border-left-color: rgb(24 24 27 / 0.15);
  }

  .lg\:border-l-zinc-900\/20 {
    border-left-color: rgb(24 24 27 / 0.2);
  }

  .lg\:border-l-zinc-900\/25 {
    border-left-color: rgb(24 24 27 / 0.25);
  }

  .lg\:border-l-zinc-900\/30 {
    border-left-color: rgb(24 24 27 / 0.3);
  }

  .lg\:border-l-zinc-900\/35 {
    border-left-color: rgb(24 24 27 / 0.35);
  }

  .lg\:border-l-zinc-900\/40 {
    border-left-color: rgb(24 24 27 / 0.4);
  }

  .lg\:border-l-zinc-900\/45 {
    border-left-color: rgb(24 24 27 / 0.45);
  }

  .lg\:border-l-zinc-900\/5 {
    border-left-color: rgb(24 24 27 / 0.05);
  }

  .lg\:border-l-zinc-900\/50 {
    border-left-color: rgb(24 24 27 / 0.5);
  }

  .lg\:border-l-zinc-900\/55 {
    border-left-color: rgb(24 24 27 / 0.55);
  }

  .lg\:border-l-zinc-900\/60 {
    border-left-color: rgb(24 24 27 / 0.6);
  }

  .lg\:border-l-zinc-900\/65 {
    border-left-color: rgb(24 24 27 / 0.65);
  }

  .lg\:border-l-zinc-900\/70 {
    border-left-color: rgb(24 24 27 / 0.7);
  }

  .lg\:border-l-zinc-900\/75 {
    border-left-color: rgb(24 24 27 / 0.75);
  }

  .lg\:border-l-zinc-900\/80 {
    border-left-color: rgb(24 24 27 / 0.8);
  }

  .lg\:border-l-zinc-900\/85 {
    border-left-color: rgb(24 24 27 / 0.85);
  }

  .lg\:border-l-zinc-900\/90 {
    border-left-color: rgb(24 24 27 / 0.9);
  }

  .lg\:border-l-zinc-900\/95 {
    border-left-color: rgb(24 24 27 / 0.95);
  }

  .lg\:border-l-zinc-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(9 9 11 / var(--tw-border-opacity));
  }

  .lg\:border-l-zinc-950\/0 {
    border-left-color: rgb(9 9 11 / 0);
  }

  .lg\:border-l-zinc-950\/10 {
    border-left-color: rgb(9 9 11 / 0.1);
  }

  .lg\:border-l-zinc-950\/100 {
    border-left-color: rgb(9 9 11 / 1);
  }

  .lg\:border-l-zinc-950\/15 {
    border-left-color: rgb(9 9 11 / 0.15);
  }

  .lg\:border-l-zinc-950\/20 {
    border-left-color: rgb(9 9 11 / 0.2);
  }

  .lg\:border-l-zinc-950\/25 {
    border-left-color: rgb(9 9 11 / 0.25);
  }

  .lg\:border-l-zinc-950\/30 {
    border-left-color: rgb(9 9 11 / 0.3);
  }

  .lg\:border-l-zinc-950\/35 {
    border-left-color: rgb(9 9 11 / 0.35);
  }

  .lg\:border-l-zinc-950\/40 {
    border-left-color: rgb(9 9 11 / 0.4);
  }

  .lg\:border-l-zinc-950\/45 {
    border-left-color: rgb(9 9 11 / 0.45);
  }

  .lg\:border-l-zinc-950\/5 {
    border-left-color: rgb(9 9 11 / 0.05);
  }

  .lg\:border-l-zinc-950\/50 {
    border-left-color: rgb(9 9 11 / 0.5);
  }

  .lg\:border-l-zinc-950\/55 {
    border-left-color: rgb(9 9 11 / 0.55);
  }

  .lg\:border-l-zinc-950\/60 {
    border-left-color: rgb(9 9 11 / 0.6);
  }

  .lg\:border-l-zinc-950\/65 {
    border-left-color: rgb(9 9 11 / 0.65);
  }

  .lg\:border-l-zinc-950\/70 {
    border-left-color: rgb(9 9 11 / 0.7);
  }

  .lg\:border-l-zinc-950\/75 {
    border-left-color: rgb(9 9 11 / 0.75);
  }

  .lg\:border-l-zinc-950\/80 {
    border-left-color: rgb(9 9 11 / 0.8);
  }

  .lg\:border-l-zinc-950\/85 {
    border-left-color: rgb(9 9 11 / 0.85);
  }

  .lg\:border-l-zinc-950\/90 {
    border-left-color: rgb(9 9 11 / 0.9);
  }

  .lg\:border-l-zinc-950\/95 {
    border-left-color: rgb(9 9 11 / 0.95);
  }

  .lg\:border-r-amber-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 243 199 / var(--tw-border-opacity));
  }

  .lg\:border-r-amber-100\/0 {
    border-right-color: rgb(254 243 199 / 0);
  }

  .lg\:border-r-amber-100\/10 {
    border-right-color: rgb(254 243 199 / 0.1);
  }

  .lg\:border-r-amber-100\/100 {
    border-right-color: rgb(254 243 199 / 1);
  }

  .lg\:border-r-amber-100\/15 {
    border-right-color: rgb(254 243 199 / 0.15);
  }

  .lg\:border-r-amber-100\/20 {
    border-right-color: rgb(254 243 199 / 0.2);
  }

  .lg\:border-r-amber-100\/25 {
    border-right-color: rgb(254 243 199 / 0.25);
  }

  .lg\:border-r-amber-100\/30 {
    border-right-color: rgb(254 243 199 / 0.3);
  }

  .lg\:border-r-amber-100\/35 {
    border-right-color: rgb(254 243 199 / 0.35);
  }

  .lg\:border-r-amber-100\/40 {
    border-right-color: rgb(254 243 199 / 0.4);
  }

  .lg\:border-r-amber-100\/45 {
    border-right-color: rgb(254 243 199 / 0.45);
  }

  .lg\:border-r-amber-100\/5 {
    border-right-color: rgb(254 243 199 / 0.05);
  }

  .lg\:border-r-amber-100\/50 {
    border-right-color: rgb(254 243 199 / 0.5);
  }

  .lg\:border-r-amber-100\/55 {
    border-right-color: rgb(254 243 199 / 0.55);
  }

  .lg\:border-r-amber-100\/60 {
    border-right-color: rgb(254 243 199 / 0.6);
  }

  .lg\:border-r-amber-100\/65 {
    border-right-color: rgb(254 243 199 / 0.65);
  }

  .lg\:border-r-amber-100\/70 {
    border-right-color: rgb(254 243 199 / 0.7);
  }

  .lg\:border-r-amber-100\/75 {
    border-right-color: rgb(254 243 199 / 0.75);
  }

  .lg\:border-r-amber-100\/80 {
    border-right-color: rgb(254 243 199 / 0.8);
  }

  .lg\:border-r-amber-100\/85 {
    border-right-color: rgb(254 243 199 / 0.85);
  }

  .lg\:border-r-amber-100\/90 {
    border-right-color: rgb(254 243 199 / 0.9);
  }

  .lg\:border-r-amber-100\/95 {
    border-right-color: rgb(254 243 199 / 0.95);
  }

  .lg\:border-r-amber-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 230 138 / var(--tw-border-opacity));
  }

  .lg\:border-r-amber-200\/0 {
    border-right-color: rgb(253 230 138 / 0);
  }

  .lg\:border-r-amber-200\/10 {
    border-right-color: rgb(253 230 138 / 0.1);
  }

  .lg\:border-r-amber-200\/100 {
    border-right-color: rgb(253 230 138 / 1);
  }

  .lg\:border-r-amber-200\/15 {
    border-right-color: rgb(253 230 138 / 0.15);
  }

  .lg\:border-r-amber-200\/20 {
    border-right-color: rgb(253 230 138 / 0.2);
  }

  .lg\:border-r-amber-200\/25 {
    border-right-color: rgb(253 230 138 / 0.25);
  }

  .lg\:border-r-amber-200\/30 {
    border-right-color: rgb(253 230 138 / 0.3);
  }

  .lg\:border-r-amber-200\/35 {
    border-right-color: rgb(253 230 138 / 0.35);
  }

  .lg\:border-r-amber-200\/40 {
    border-right-color: rgb(253 230 138 / 0.4);
  }

  .lg\:border-r-amber-200\/45 {
    border-right-color: rgb(253 230 138 / 0.45);
  }

  .lg\:border-r-amber-200\/5 {
    border-right-color: rgb(253 230 138 / 0.05);
  }

  .lg\:border-r-amber-200\/50 {
    border-right-color: rgb(253 230 138 / 0.5);
  }

  .lg\:border-r-amber-200\/55 {
    border-right-color: rgb(253 230 138 / 0.55);
  }

  .lg\:border-r-amber-200\/60 {
    border-right-color: rgb(253 230 138 / 0.6);
  }

  .lg\:border-r-amber-200\/65 {
    border-right-color: rgb(253 230 138 / 0.65);
  }

  .lg\:border-r-amber-200\/70 {
    border-right-color: rgb(253 230 138 / 0.7);
  }

  .lg\:border-r-amber-200\/75 {
    border-right-color: rgb(253 230 138 / 0.75);
  }

  .lg\:border-r-amber-200\/80 {
    border-right-color: rgb(253 230 138 / 0.8);
  }

  .lg\:border-r-amber-200\/85 {
    border-right-color: rgb(253 230 138 / 0.85);
  }

  .lg\:border-r-amber-200\/90 {
    border-right-color: rgb(253 230 138 / 0.9);
  }

  .lg\:border-r-amber-200\/95 {
    border-right-color: rgb(253 230 138 / 0.95);
  }

  .lg\:border-r-amber-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(252 211 77 / var(--tw-border-opacity));
  }

  .lg\:border-r-amber-300\/0 {
    border-right-color: rgb(252 211 77 / 0);
  }

  .lg\:border-r-amber-300\/10 {
    border-right-color: rgb(252 211 77 / 0.1);
  }

  .lg\:border-r-amber-300\/100 {
    border-right-color: rgb(252 211 77 / 1);
  }

  .lg\:border-r-amber-300\/15 {
    border-right-color: rgb(252 211 77 / 0.15);
  }

  .lg\:border-r-amber-300\/20 {
    border-right-color: rgb(252 211 77 / 0.2);
  }

  .lg\:border-r-amber-300\/25 {
    border-right-color: rgb(252 211 77 / 0.25);
  }

  .lg\:border-r-amber-300\/30 {
    border-right-color: rgb(252 211 77 / 0.3);
  }

  .lg\:border-r-amber-300\/35 {
    border-right-color: rgb(252 211 77 / 0.35);
  }

  .lg\:border-r-amber-300\/40 {
    border-right-color: rgb(252 211 77 / 0.4);
  }

  .lg\:border-r-amber-300\/45 {
    border-right-color: rgb(252 211 77 / 0.45);
  }

  .lg\:border-r-amber-300\/5 {
    border-right-color: rgb(252 211 77 / 0.05);
  }

  .lg\:border-r-amber-300\/50 {
    border-right-color: rgb(252 211 77 / 0.5);
  }

  .lg\:border-r-amber-300\/55 {
    border-right-color: rgb(252 211 77 / 0.55);
  }

  .lg\:border-r-amber-300\/60 {
    border-right-color: rgb(252 211 77 / 0.6);
  }

  .lg\:border-r-amber-300\/65 {
    border-right-color: rgb(252 211 77 / 0.65);
  }

  .lg\:border-r-amber-300\/70 {
    border-right-color: rgb(252 211 77 / 0.7);
  }

  .lg\:border-r-amber-300\/75 {
    border-right-color: rgb(252 211 77 / 0.75);
  }

  .lg\:border-r-amber-300\/80 {
    border-right-color: rgb(252 211 77 / 0.8);
  }

  .lg\:border-r-amber-300\/85 {
    border-right-color: rgb(252 211 77 / 0.85);
  }

  .lg\:border-r-amber-300\/90 {
    border-right-color: rgb(252 211 77 / 0.9);
  }

  .lg\:border-r-amber-300\/95 {
    border-right-color: rgb(252 211 77 / 0.95);
  }

  .lg\:border-r-amber-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(251 191 36 / var(--tw-border-opacity));
  }

  .lg\:border-r-amber-400\/0 {
    border-right-color: rgb(251 191 36 / 0);
  }

  .lg\:border-r-amber-400\/10 {
    border-right-color: rgb(251 191 36 / 0.1);
  }

  .lg\:border-r-amber-400\/100 {
    border-right-color: rgb(251 191 36 / 1);
  }

  .lg\:border-r-amber-400\/15 {
    border-right-color: rgb(251 191 36 / 0.15);
  }

  .lg\:border-r-amber-400\/20 {
    border-right-color: rgb(251 191 36 / 0.2);
  }

  .lg\:border-r-amber-400\/25 {
    border-right-color: rgb(251 191 36 / 0.25);
  }

  .lg\:border-r-amber-400\/30 {
    border-right-color: rgb(251 191 36 / 0.3);
  }

  .lg\:border-r-amber-400\/35 {
    border-right-color: rgb(251 191 36 / 0.35);
  }

  .lg\:border-r-amber-400\/40 {
    border-right-color: rgb(251 191 36 / 0.4);
  }

  .lg\:border-r-amber-400\/45 {
    border-right-color: rgb(251 191 36 / 0.45);
  }

  .lg\:border-r-amber-400\/5 {
    border-right-color: rgb(251 191 36 / 0.05);
  }

  .lg\:border-r-amber-400\/50 {
    border-right-color: rgb(251 191 36 / 0.5);
  }

  .lg\:border-r-amber-400\/55 {
    border-right-color: rgb(251 191 36 / 0.55);
  }

  .lg\:border-r-amber-400\/60 {
    border-right-color: rgb(251 191 36 / 0.6);
  }

  .lg\:border-r-amber-400\/65 {
    border-right-color: rgb(251 191 36 / 0.65);
  }

  .lg\:border-r-amber-400\/70 {
    border-right-color: rgb(251 191 36 / 0.7);
  }

  .lg\:border-r-amber-400\/75 {
    border-right-color: rgb(251 191 36 / 0.75);
  }

  .lg\:border-r-amber-400\/80 {
    border-right-color: rgb(251 191 36 / 0.8);
  }

  .lg\:border-r-amber-400\/85 {
    border-right-color: rgb(251 191 36 / 0.85);
  }

  .lg\:border-r-amber-400\/90 {
    border-right-color: rgb(251 191 36 / 0.9);
  }

  .lg\:border-r-amber-400\/95 {
    border-right-color: rgb(251 191 36 / 0.95);
  }

  .lg\:border-r-amber-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 251 235 / var(--tw-border-opacity));
  }

  .lg\:border-r-amber-50\/0 {
    border-right-color: rgb(255 251 235 / 0);
  }

  .lg\:border-r-amber-50\/10 {
    border-right-color: rgb(255 251 235 / 0.1);
  }

  .lg\:border-r-amber-50\/100 {
    border-right-color: rgb(255 251 235 / 1);
  }

  .lg\:border-r-amber-50\/15 {
    border-right-color: rgb(255 251 235 / 0.15);
  }

  .lg\:border-r-amber-50\/20 {
    border-right-color: rgb(255 251 235 / 0.2);
  }

  .lg\:border-r-amber-50\/25 {
    border-right-color: rgb(255 251 235 / 0.25);
  }

  .lg\:border-r-amber-50\/30 {
    border-right-color: rgb(255 251 235 / 0.3);
  }

  .lg\:border-r-amber-50\/35 {
    border-right-color: rgb(255 251 235 / 0.35);
  }

  .lg\:border-r-amber-50\/40 {
    border-right-color: rgb(255 251 235 / 0.4);
  }

  .lg\:border-r-amber-50\/45 {
    border-right-color: rgb(255 251 235 / 0.45);
  }

  .lg\:border-r-amber-50\/5 {
    border-right-color: rgb(255 251 235 / 0.05);
  }

  .lg\:border-r-amber-50\/50 {
    border-right-color: rgb(255 251 235 / 0.5);
  }

  .lg\:border-r-amber-50\/55 {
    border-right-color: rgb(255 251 235 / 0.55);
  }

  .lg\:border-r-amber-50\/60 {
    border-right-color: rgb(255 251 235 / 0.6);
  }

  .lg\:border-r-amber-50\/65 {
    border-right-color: rgb(255 251 235 / 0.65);
  }

  .lg\:border-r-amber-50\/70 {
    border-right-color: rgb(255 251 235 / 0.7);
  }

  .lg\:border-r-amber-50\/75 {
    border-right-color: rgb(255 251 235 / 0.75);
  }

  .lg\:border-r-amber-50\/80 {
    border-right-color: rgb(255 251 235 / 0.8);
  }

  .lg\:border-r-amber-50\/85 {
    border-right-color: rgb(255 251 235 / 0.85);
  }

  .lg\:border-r-amber-50\/90 {
    border-right-color: rgb(255 251 235 / 0.9);
  }

  .lg\:border-r-amber-50\/95 {
    border-right-color: rgb(255 251 235 / 0.95);
  }

  .lg\:border-r-amber-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 158 11 / var(--tw-border-opacity));
  }

  .lg\:border-r-amber-500\/0 {
    border-right-color: rgb(245 158 11 / 0);
  }

  .lg\:border-r-amber-500\/10 {
    border-right-color: rgb(245 158 11 / 0.1);
  }

  .lg\:border-r-amber-500\/100 {
    border-right-color: rgb(245 158 11 / 1);
  }

  .lg\:border-r-amber-500\/15 {
    border-right-color: rgb(245 158 11 / 0.15);
  }

  .lg\:border-r-amber-500\/20 {
    border-right-color: rgb(245 158 11 / 0.2);
  }

  .lg\:border-r-amber-500\/25 {
    border-right-color: rgb(245 158 11 / 0.25);
  }

  .lg\:border-r-amber-500\/30 {
    border-right-color: rgb(245 158 11 / 0.3);
  }

  .lg\:border-r-amber-500\/35 {
    border-right-color: rgb(245 158 11 / 0.35);
  }

  .lg\:border-r-amber-500\/40 {
    border-right-color: rgb(245 158 11 / 0.4);
  }

  .lg\:border-r-amber-500\/45 {
    border-right-color: rgb(245 158 11 / 0.45);
  }

  .lg\:border-r-amber-500\/5 {
    border-right-color: rgb(245 158 11 / 0.05);
  }

  .lg\:border-r-amber-500\/50 {
    border-right-color: rgb(245 158 11 / 0.5);
  }

  .lg\:border-r-amber-500\/55 {
    border-right-color: rgb(245 158 11 / 0.55);
  }

  .lg\:border-r-amber-500\/60 {
    border-right-color: rgb(245 158 11 / 0.6);
  }

  .lg\:border-r-amber-500\/65 {
    border-right-color: rgb(245 158 11 / 0.65);
  }

  .lg\:border-r-amber-500\/70 {
    border-right-color: rgb(245 158 11 / 0.7);
  }

  .lg\:border-r-amber-500\/75 {
    border-right-color: rgb(245 158 11 / 0.75);
  }

  .lg\:border-r-amber-500\/80 {
    border-right-color: rgb(245 158 11 / 0.8);
  }

  .lg\:border-r-amber-500\/85 {
    border-right-color: rgb(245 158 11 / 0.85);
  }

  .lg\:border-r-amber-500\/90 {
    border-right-color: rgb(245 158 11 / 0.9);
  }

  .lg\:border-r-amber-500\/95 {
    border-right-color: rgb(245 158 11 / 0.95);
  }

  .lg\:border-r-amber-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(217 119 6 / var(--tw-border-opacity));
  }

  .lg\:border-r-amber-600\/0 {
    border-right-color: rgb(217 119 6 / 0);
  }

  .lg\:border-r-amber-600\/10 {
    border-right-color: rgb(217 119 6 / 0.1);
  }

  .lg\:border-r-amber-600\/100 {
    border-right-color: rgb(217 119 6 / 1);
  }

  .lg\:border-r-amber-600\/15 {
    border-right-color: rgb(217 119 6 / 0.15);
  }

  .lg\:border-r-amber-600\/20 {
    border-right-color: rgb(217 119 6 / 0.2);
  }

  .lg\:border-r-amber-600\/25 {
    border-right-color: rgb(217 119 6 / 0.25);
  }

  .lg\:border-r-amber-600\/30 {
    border-right-color: rgb(217 119 6 / 0.3);
  }

  .lg\:border-r-amber-600\/35 {
    border-right-color: rgb(217 119 6 / 0.35);
  }

  .lg\:border-r-amber-600\/40 {
    border-right-color: rgb(217 119 6 / 0.4);
  }

  .lg\:border-r-amber-600\/45 {
    border-right-color: rgb(217 119 6 / 0.45);
  }

  .lg\:border-r-amber-600\/5 {
    border-right-color: rgb(217 119 6 / 0.05);
  }

  .lg\:border-r-amber-600\/50 {
    border-right-color: rgb(217 119 6 / 0.5);
  }

  .lg\:border-r-amber-600\/55 {
    border-right-color: rgb(217 119 6 / 0.55);
  }

  .lg\:border-r-amber-600\/60 {
    border-right-color: rgb(217 119 6 / 0.6);
  }

  .lg\:border-r-amber-600\/65 {
    border-right-color: rgb(217 119 6 / 0.65);
  }

  .lg\:border-r-amber-600\/70 {
    border-right-color: rgb(217 119 6 / 0.7);
  }

  .lg\:border-r-amber-600\/75 {
    border-right-color: rgb(217 119 6 / 0.75);
  }

  .lg\:border-r-amber-600\/80 {
    border-right-color: rgb(217 119 6 / 0.8);
  }

  .lg\:border-r-amber-600\/85 {
    border-right-color: rgb(217 119 6 / 0.85);
  }

  .lg\:border-r-amber-600\/90 {
    border-right-color: rgb(217 119 6 / 0.9);
  }

  .lg\:border-r-amber-600\/95 {
    border-right-color: rgb(217 119 6 / 0.95);
  }

  .lg\:border-r-amber-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(180 83 9 / var(--tw-border-opacity));
  }

  .lg\:border-r-amber-700\/0 {
    border-right-color: rgb(180 83 9 / 0);
  }

  .lg\:border-r-amber-700\/10 {
    border-right-color: rgb(180 83 9 / 0.1);
  }

  .lg\:border-r-amber-700\/100 {
    border-right-color: rgb(180 83 9 / 1);
  }

  .lg\:border-r-amber-700\/15 {
    border-right-color: rgb(180 83 9 / 0.15);
  }

  .lg\:border-r-amber-700\/20 {
    border-right-color: rgb(180 83 9 / 0.2);
  }

  .lg\:border-r-amber-700\/25 {
    border-right-color: rgb(180 83 9 / 0.25);
  }

  .lg\:border-r-amber-700\/30 {
    border-right-color: rgb(180 83 9 / 0.3);
  }

  .lg\:border-r-amber-700\/35 {
    border-right-color: rgb(180 83 9 / 0.35);
  }

  .lg\:border-r-amber-700\/40 {
    border-right-color: rgb(180 83 9 / 0.4);
  }

  .lg\:border-r-amber-700\/45 {
    border-right-color: rgb(180 83 9 / 0.45);
  }

  .lg\:border-r-amber-700\/5 {
    border-right-color: rgb(180 83 9 / 0.05);
  }

  .lg\:border-r-amber-700\/50 {
    border-right-color: rgb(180 83 9 / 0.5);
  }

  .lg\:border-r-amber-700\/55 {
    border-right-color: rgb(180 83 9 / 0.55);
  }

  .lg\:border-r-amber-700\/60 {
    border-right-color: rgb(180 83 9 / 0.6);
  }

  .lg\:border-r-amber-700\/65 {
    border-right-color: rgb(180 83 9 / 0.65);
  }

  .lg\:border-r-amber-700\/70 {
    border-right-color: rgb(180 83 9 / 0.7);
  }

  .lg\:border-r-amber-700\/75 {
    border-right-color: rgb(180 83 9 / 0.75);
  }

  .lg\:border-r-amber-700\/80 {
    border-right-color: rgb(180 83 9 / 0.8);
  }

  .lg\:border-r-amber-700\/85 {
    border-right-color: rgb(180 83 9 / 0.85);
  }

  .lg\:border-r-amber-700\/90 {
    border-right-color: rgb(180 83 9 / 0.9);
  }

  .lg\:border-r-amber-700\/95 {
    border-right-color: rgb(180 83 9 / 0.95);
  }

  .lg\:border-r-amber-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(146 64 14 / var(--tw-border-opacity));
  }

  .lg\:border-r-amber-800\/0 {
    border-right-color: rgb(146 64 14 / 0);
  }

  .lg\:border-r-amber-800\/10 {
    border-right-color: rgb(146 64 14 / 0.1);
  }

  .lg\:border-r-amber-800\/100 {
    border-right-color: rgb(146 64 14 / 1);
  }

  .lg\:border-r-amber-800\/15 {
    border-right-color: rgb(146 64 14 / 0.15);
  }

  .lg\:border-r-amber-800\/20 {
    border-right-color: rgb(146 64 14 / 0.2);
  }

  .lg\:border-r-amber-800\/25 {
    border-right-color: rgb(146 64 14 / 0.25);
  }

  .lg\:border-r-amber-800\/30 {
    border-right-color: rgb(146 64 14 / 0.3);
  }

  .lg\:border-r-amber-800\/35 {
    border-right-color: rgb(146 64 14 / 0.35);
  }

  .lg\:border-r-amber-800\/40 {
    border-right-color: rgb(146 64 14 / 0.4);
  }

  .lg\:border-r-amber-800\/45 {
    border-right-color: rgb(146 64 14 / 0.45);
  }

  .lg\:border-r-amber-800\/5 {
    border-right-color: rgb(146 64 14 / 0.05);
  }

  .lg\:border-r-amber-800\/50 {
    border-right-color: rgb(146 64 14 / 0.5);
  }

  .lg\:border-r-amber-800\/55 {
    border-right-color: rgb(146 64 14 / 0.55);
  }

  .lg\:border-r-amber-800\/60 {
    border-right-color: rgb(146 64 14 / 0.6);
  }

  .lg\:border-r-amber-800\/65 {
    border-right-color: rgb(146 64 14 / 0.65);
  }

  .lg\:border-r-amber-800\/70 {
    border-right-color: rgb(146 64 14 / 0.7);
  }

  .lg\:border-r-amber-800\/75 {
    border-right-color: rgb(146 64 14 / 0.75);
  }

  .lg\:border-r-amber-800\/80 {
    border-right-color: rgb(146 64 14 / 0.8);
  }

  .lg\:border-r-amber-800\/85 {
    border-right-color: rgb(146 64 14 / 0.85);
  }

  .lg\:border-r-amber-800\/90 {
    border-right-color: rgb(146 64 14 / 0.9);
  }

  .lg\:border-r-amber-800\/95 {
    border-right-color: rgb(146 64 14 / 0.95);
  }

  .lg\:border-r-amber-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(120 53 15 / var(--tw-border-opacity));
  }

  .lg\:border-r-amber-900\/0 {
    border-right-color: rgb(120 53 15 / 0);
  }

  .lg\:border-r-amber-900\/10 {
    border-right-color: rgb(120 53 15 / 0.1);
  }

  .lg\:border-r-amber-900\/100 {
    border-right-color: rgb(120 53 15 / 1);
  }

  .lg\:border-r-amber-900\/15 {
    border-right-color: rgb(120 53 15 / 0.15);
  }

  .lg\:border-r-amber-900\/20 {
    border-right-color: rgb(120 53 15 / 0.2);
  }

  .lg\:border-r-amber-900\/25 {
    border-right-color: rgb(120 53 15 / 0.25);
  }

  .lg\:border-r-amber-900\/30 {
    border-right-color: rgb(120 53 15 / 0.3);
  }

  .lg\:border-r-amber-900\/35 {
    border-right-color: rgb(120 53 15 / 0.35);
  }

  .lg\:border-r-amber-900\/40 {
    border-right-color: rgb(120 53 15 / 0.4);
  }

  .lg\:border-r-amber-900\/45 {
    border-right-color: rgb(120 53 15 / 0.45);
  }

  .lg\:border-r-amber-900\/5 {
    border-right-color: rgb(120 53 15 / 0.05);
  }

  .lg\:border-r-amber-900\/50 {
    border-right-color: rgb(120 53 15 / 0.5);
  }

  .lg\:border-r-amber-900\/55 {
    border-right-color: rgb(120 53 15 / 0.55);
  }

  .lg\:border-r-amber-900\/60 {
    border-right-color: rgb(120 53 15 / 0.6);
  }

  .lg\:border-r-amber-900\/65 {
    border-right-color: rgb(120 53 15 / 0.65);
  }

  .lg\:border-r-amber-900\/70 {
    border-right-color: rgb(120 53 15 / 0.7);
  }

  .lg\:border-r-amber-900\/75 {
    border-right-color: rgb(120 53 15 / 0.75);
  }

  .lg\:border-r-amber-900\/80 {
    border-right-color: rgb(120 53 15 / 0.8);
  }

  .lg\:border-r-amber-900\/85 {
    border-right-color: rgb(120 53 15 / 0.85);
  }

  .lg\:border-r-amber-900\/90 {
    border-right-color: rgb(120 53 15 / 0.9);
  }

  .lg\:border-r-amber-900\/95 {
    border-right-color: rgb(120 53 15 / 0.95);
  }

  .lg\:border-r-amber-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(69 26 3 / var(--tw-border-opacity));
  }

  .lg\:border-r-amber-950\/0 {
    border-right-color: rgb(69 26 3 / 0);
  }

  .lg\:border-r-amber-950\/10 {
    border-right-color: rgb(69 26 3 / 0.1);
  }

  .lg\:border-r-amber-950\/100 {
    border-right-color: rgb(69 26 3 / 1);
  }

  .lg\:border-r-amber-950\/15 {
    border-right-color: rgb(69 26 3 / 0.15);
  }

  .lg\:border-r-amber-950\/20 {
    border-right-color: rgb(69 26 3 / 0.2);
  }

  .lg\:border-r-amber-950\/25 {
    border-right-color: rgb(69 26 3 / 0.25);
  }

  .lg\:border-r-amber-950\/30 {
    border-right-color: rgb(69 26 3 / 0.3);
  }

  .lg\:border-r-amber-950\/35 {
    border-right-color: rgb(69 26 3 / 0.35);
  }

  .lg\:border-r-amber-950\/40 {
    border-right-color: rgb(69 26 3 / 0.4);
  }

  .lg\:border-r-amber-950\/45 {
    border-right-color: rgb(69 26 3 / 0.45);
  }

  .lg\:border-r-amber-950\/5 {
    border-right-color: rgb(69 26 3 / 0.05);
  }

  .lg\:border-r-amber-950\/50 {
    border-right-color: rgb(69 26 3 / 0.5);
  }

  .lg\:border-r-amber-950\/55 {
    border-right-color: rgb(69 26 3 / 0.55);
  }

  .lg\:border-r-amber-950\/60 {
    border-right-color: rgb(69 26 3 / 0.6);
  }

  .lg\:border-r-amber-950\/65 {
    border-right-color: rgb(69 26 3 / 0.65);
  }

  .lg\:border-r-amber-950\/70 {
    border-right-color: rgb(69 26 3 / 0.7);
  }

  .lg\:border-r-amber-950\/75 {
    border-right-color: rgb(69 26 3 / 0.75);
  }

  .lg\:border-r-amber-950\/80 {
    border-right-color: rgb(69 26 3 / 0.8);
  }

  .lg\:border-r-amber-950\/85 {
    border-right-color: rgb(69 26 3 / 0.85);
  }

  .lg\:border-r-amber-950\/90 {
    border-right-color: rgb(69 26 3 / 0.9);
  }

  .lg\:border-r-amber-950\/95 {
    border-right-color: rgb(69 26 3 / 0.95);
  }

  .lg\:border-r-black {
    --tw-border-opacity: 1;
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .lg\:border-r-black\/0 {
    border-right-color: rgb(0 0 0 / 0);
  }

  .lg\:border-r-black\/10 {
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-r-black\/100 {
    border-right-color: rgb(0 0 0 / 1);
  }

  .lg\:border-r-black\/15 {
    border-right-color: rgb(0 0 0 / 0.15);
  }

  .lg\:border-r-black\/20 {
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-r-black\/25 {
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-r-black\/30 {
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-r-black\/35 {
    border-right-color: rgb(0 0 0 / 0.35);
  }

  .lg\:border-r-black\/40 {
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-r-black\/45 {
    border-right-color: rgb(0 0 0 / 0.45);
  }

  .lg\:border-r-black\/5 {
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-r-black\/50 {
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-r-black\/55 {
    border-right-color: rgb(0 0 0 / 0.55);
  }

  .lg\:border-r-black\/60 {
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-r-black\/65 {
    border-right-color: rgb(0 0 0 / 0.65);
  }

  .lg\:border-r-black\/70 {
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-r-black\/75 {
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-r-black\/80 {
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-r-black\/85 {
    border-right-color: rgb(0 0 0 / 0.85);
  }

  .lg\:border-r-black\/90 {
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-r-black\/95 {
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-r-blue-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(219 234 254 / var(--tw-border-opacity));
  }

  .lg\:border-r-blue-100\/0 {
    border-right-color: rgb(219 234 254 / 0);
  }

  .lg\:border-r-blue-100\/10 {
    border-right-color: rgb(219 234 254 / 0.1);
  }

  .lg\:border-r-blue-100\/100 {
    border-right-color: rgb(219 234 254 / 1);
  }

  .lg\:border-r-blue-100\/15 {
    border-right-color: rgb(219 234 254 / 0.15);
  }

  .lg\:border-r-blue-100\/20 {
    border-right-color: rgb(219 234 254 / 0.2);
  }

  .lg\:border-r-blue-100\/25 {
    border-right-color: rgb(219 234 254 / 0.25);
  }

  .lg\:border-r-blue-100\/30 {
    border-right-color: rgb(219 234 254 / 0.3);
  }

  .lg\:border-r-blue-100\/35 {
    border-right-color: rgb(219 234 254 / 0.35);
  }

  .lg\:border-r-blue-100\/40 {
    border-right-color: rgb(219 234 254 / 0.4);
  }

  .lg\:border-r-blue-100\/45 {
    border-right-color: rgb(219 234 254 / 0.45);
  }

  .lg\:border-r-blue-100\/5 {
    border-right-color: rgb(219 234 254 / 0.05);
  }

  .lg\:border-r-blue-100\/50 {
    border-right-color: rgb(219 234 254 / 0.5);
  }

  .lg\:border-r-blue-100\/55 {
    border-right-color: rgb(219 234 254 / 0.55);
  }

  .lg\:border-r-blue-100\/60 {
    border-right-color: rgb(219 234 254 / 0.6);
  }

  .lg\:border-r-blue-100\/65 {
    border-right-color: rgb(219 234 254 / 0.65);
  }

  .lg\:border-r-blue-100\/70 {
    border-right-color: rgb(219 234 254 / 0.7);
  }

  .lg\:border-r-blue-100\/75 {
    border-right-color: rgb(219 234 254 / 0.75);
  }

  .lg\:border-r-blue-100\/80 {
    border-right-color: rgb(219 234 254 / 0.8);
  }

  .lg\:border-r-blue-100\/85 {
    border-right-color: rgb(219 234 254 / 0.85);
  }

  .lg\:border-r-blue-100\/90 {
    border-right-color: rgb(219 234 254 / 0.9);
  }

  .lg\:border-r-blue-100\/95 {
    border-right-color: rgb(219 234 254 / 0.95);
  }

  .lg\:border-r-blue-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(191 219 254 / var(--tw-border-opacity));
  }

  .lg\:border-r-blue-200\/0 {
    border-right-color: rgb(191 219 254 / 0);
  }

  .lg\:border-r-blue-200\/10 {
    border-right-color: rgb(191 219 254 / 0.1);
  }

  .lg\:border-r-blue-200\/100 {
    border-right-color: rgb(191 219 254 / 1);
  }

  .lg\:border-r-blue-200\/15 {
    border-right-color: rgb(191 219 254 / 0.15);
  }

  .lg\:border-r-blue-200\/20 {
    border-right-color: rgb(191 219 254 / 0.2);
  }

  .lg\:border-r-blue-200\/25 {
    border-right-color: rgb(191 219 254 / 0.25);
  }

  .lg\:border-r-blue-200\/30 {
    border-right-color: rgb(191 219 254 / 0.3);
  }

  .lg\:border-r-blue-200\/35 {
    border-right-color: rgb(191 219 254 / 0.35);
  }

  .lg\:border-r-blue-200\/40 {
    border-right-color: rgb(191 219 254 / 0.4);
  }

  .lg\:border-r-blue-200\/45 {
    border-right-color: rgb(191 219 254 / 0.45);
  }

  .lg\:border-r-blue-200\/5 {
    border-right-color: rgb(191 219 254 / 0.05);
  }

  .lg\:border-r-blue-200\/50 {
    border-right-color: rgb(191 219 254 / 0.5);
  }

  .lg\:border-r-blue-200\/55 {
    border-right-color: rgb(191 219 254 / 0.55);
  }

  .lg\:border-r-blue-200\/60 {
    border-right-color: rgb(191 219 254 / 0.6);
  }

  .lg\:border-r-blue-200\/65 {
    border-right-color: rgb(191 219 254 / 0.65);
  }

  .lg\:border-r-blue-200\/70 {
    border-right-color: rgb(191 219 254 / 0.7);
  }

  .lg\:border-r-blue-200\/75 {
    border-right-color: rgb(191 219 254 / 0.75);
  }

  .lg\:border-r-blue-200\/80 {
    border-right-color: rgb(191 219 254 / 0.8);
  }

  .lg\:border-r-blue-200\/85 {
    border-right-color: rgb(191 219 254 / 0.85);
  }

  .lg\:border-r-blue-200\/90 {
    border-right-color: rgb(191 219 254 / 0.9);
  }

  .lg\:border-r-blue-200\/95 {
    border-right-color: rgb(191 219 254 / 0.95);
  }

  .lg\:border-r-blue-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(147 197 253 / var(--tw-border-opacity));
  }

  .lg\:border-r-blue-300\/0 {
    border-right-color: rgb(147 197 253 / 0);
  }

  .lg\:border-r-blue-300\/10 {
    border-right-color: rgb(147 197 253 / 0.1);
  }

  .lg\:border-r-blue-300\/100 {
    border-right-color: rgb(147 197 253 / 1);
  }

  .lg\:border-r-blue-300\/15 {
    border-right-color: rgb(147 197 253 / 0.15);
  }

  .lg\:border-r-blue-300\/20 {
    border-right-color: rgb(147 197 253 / 0.2);
  }

  .lg\:border-r-blue-300\/25 {
    border-right-color: rgb(147 197 253 / 0.25);
  }

  .lg\:border-r-blue-300\/30 {
    border-right-color: rgb(147 197 253 / 0.3);
  }

  .lg\:border-r-blue-300\/35 {
    border-right-color: rgb(147 197 253 / 0.35);
  }

  .lg\:border-r-blue-300\/40 {
    border-right-color: rgb(147 197 253 / 0.4);
  }

  .lg\:border-r-blue-300\/45 {
    border-right-color: rgb(147 197 253 / 0.45);
  }

  .lg\:border-r-blue-300\/5 {
    border-right-color: rgb(147 197 253 / 0.05);
  }

  .lg\:border-r-blue-300\/50 {
    border-right-color: rgb(147 197 253 / 0.5);
  }

  .lg\:border-r-blue-300\/55 {
    border-right-color: rgb(147 197 253 / 0.55);
  }

  .lg\:border-r-blue-300\/60 {
    border-right-color: rgb(147 197 253 / 0.6);
  }

  .lg\:border-r-blue-300\/65 {
    border-right-color: rgb(147 197 253 / 0.65);
  }

  .lg\:border-r-blue-300\/70 {
    border-right-color: rgb(147 197 253 / 0.7);
  }

  .lg\:border-r-blue-300\/75 {
    border-right-color: rgb(147 197 253 / 0.75);
  }

  .lg\:border-r-blue-300\/80 {
    border-right-color: rgb(147 197 253 / 0.8);
  }

  .lg\:border-r-blue-300\/85 {
    border-right-color: rgb(147 197 253 / 0.85);
  }

  .lg\:border-r-blue-300\/90 {
    border-right-color: rgb(147 197 253 / 0.9);
  }

  .lg\:border-r-blue-300\/95 {
    border-right-color: rgb(147 197 253 / 0.95);
  }

  .lg\:border-r-blue-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(96 165 250 / var(--tw-border-opacity));
  }

  .lg\:border-r-blue-400\/0 {
    border-right-color: rgb(96 165 250 / 0);
  }

  .lg\:border-r-blue-400\/10 {
    border-right-color: rgb(96 165 250 / 0.1);
  }

  .lg\:border-r-blue-400\/100 {
    border-right-color: rgb(96 165 250 / 1);
  }

  .lg\:border-r-blue-400\/15 {
    border-right-color: rgb(96 165 250 / 0.15);
  }

  .lg\:border-r-blue-400\/20 {
    border-right-color: rgb(96 165 250 / 0.2);
  }

  .lg\:border-r-blue-400\/25 {
    border-right-color: rgb(96 165 250 / 0.25);
  }

  .lg\:border-r-blue-400\/30 {
    border-right-color: rgb(96 165 250 / 0.3);
  }

  .lg\:border-r-blue-400\/35 {
    border-right-color: rgb(96 165 250 / 0.35);
  }

  .lg\:border-r-blue-400\/40 {
    border-right-color: rgb(96 165 250 / 0.4);
  }

  .lg\:border-r-blue-400\/45 {
    border-right-color: rgb(96 165 250 / 0.45);
  }

  .lg\:border-r-blue-400\/5 {
    border-right-color: rgb(96 165 250 / 0.05);
  }

  .lg\:border-r-blue-400\/50 {
    border-right-color: rgb(96 165 250 / 0.5);
  }

  .lg\:border-r-blue-400\/55 {
    border-right-color: rgb(96 165 250 / 0.55);
  }

  .lg\:border-r-blue-400\/60 {
    border-right-color: rgb(96 165 250 / 0.6);
  }

  .lg\:border-r-blue-400\/65 {
    border-right-color: rgb(96 165 250 / 0.65);
  }

  .lg\:border-r-blue-400\/70 {
    border-right-color: rgb(96 165 250 / 0.7);
  }

  .lg\:border-r-blue-400\/75 {
    border-right-color: rgb(96 165 250 / 0.75);
  }

  .lg\:border-r-blue-400\/80 {
    border-right-color: rgb(96 165 250 / 0.8);
  }

  .lg\:border-r-blue-400\/85 {
    border-right-color: rgb(96 165 250 / 0.85);
  }

  .lg\:border-r-blue-400\/90 {
    border-right-color: rgb(96 165 250 / 0.9);
  }

  .lg\:border-r-blue-400\/95 {
    border-right-color: rgb(96 165 250 / 0.95);
  }

  .lg\:border-r-blue-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(239 246 255 / var(--tw-border-opacity));
  }

  .lg\:border-r-blue-50\/0 {
    border-right-color: rgb(239 246 255 / 0);
  }

  .lg\:border-r-blue-50\/10 {
    border-right-color: rgb(239 246 255 / 0.1);
  }

  .lg\:border-r-blue-50\/100 {
    border-right-color: rgb(239 246 255 / 1);
  }

  .lg\:border-r-blue-50\/15 {
    border-right-color: rgb(239 246 255 / 0.15);
  }

  .lg\:border-r-blue-50\/20 {
    border-right-color: rgb(239 246 255 / 0.2);
  }

  .lg\:border-r-blue-50\/25 {
    border-right-color: rgb(239 246 255 / 0.25);
  }

  .lg\:border-r-blue-50\/30 {
    border-right-color: rgb(239 246 255 / 0.3);
  }

  .lg\:border-r-blue-50\/35 {
    border-right-color: rgb(239 246 255 / 0.35);
  }

  .lg\:border-r-blue-50\/40 {
    border-right-color: rgb(239 246 255 / 0.4);
  }

  .lg\:border-r-blue-50\/45 {
    border-right-color: rgb(239 246 255 / 0.45);
  }

  .lg\:border-r-blue-50\/5 {
    border-right-color: rgb(239 246 255 / 0.05);
  }

  .lg\:border-r-blue-50\/50 {
    border-right-color: rgb(239 246 255 / 0.5);
  }

  .lg\:border-r-blue-50\/55 {
    border-right-color: rgb(239 246 255 / 0.55);
  }

  .lg\:border-r-blue-50\/60 {
    border-right-color: rgb(239 246 255 / 0.6);
  }

  .lg\:border-r-blue-50\/65 {
    border-right-color: rgb(239 246 255 / 0.65);
  }

  .lg\:border-r-blue-50\/70 {
    border-right-color: rgb(239 246 255 / 0.7);
  }

  .lg\:border-r-blue-50\/75 {
    border-right-color: rgb(239 246 255 / 0.75);
  }

  .lg\:border-r-blue-50\/80 {
    border-right-color: rgb(239 246 255 / 0.8);
  }

  .lg\:border-r-blue-50\/85 {
    border-right-color: rgb(239 246 255 / 0.85);
  }

  .lg\:border-r-blue-50\/90 {
    border-right-color: rgb(239 246 255 / 0.9);
  }

  .lg\:border-r-blue-50\/95 {
    border-right-color: rgb(239 246 255 / 0.95);
  }

  .lg\:border-r-blue-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(59 130 246 / var(--tw-border-opacity));
  }

  .lg\:border-r-blue-500\/0 {
    border-right-color: rgb(59 130 246 / 0);
  }

  .lg\:border-r-blue-500\/10 {
    border-right-color: rgb(59 130 246 / 0.1);
  }

  .lg\:border-r-blue-500\/100 {
    border-right-color: rgb(59 130 246 / 1);
  }

  .lg\:border-r-blue-500\/15 {
    border-right-color: rgb(59 130 246 / 0.15);
  }

  .lg\:border-r-blue-500\/20 {
    border-right-color: rgb(59 130 246 / 0.2);
  }

  .lg\:border-r-blue-500\/25 {
    border-right-color: rgb(59 130 246 / 0.25);
  }

  .lg\:border-r-blue-500\/30 {
    border-right-color: rgb(59 130 246 / 0.3);
  }

  .lg\:border-r-blue-500\/35 {
    border-right-color: rgb(59 130 246 / 0.35);
  }

  .lg\:border-r-blue-500\/40 {
    border-right-color: rgb(59 130 246 / 0.4);
  }

  .lg\:border-r-blue-500\/45 {
    border-right-color: rgb(59 130 246 / 0.45);
  }

  .lg\:border-r-blue-500\/5 {
    border-right-color: rgb(59 130 246 / 0.05);
  }

  .lg\:border-r-blue-500\/50 {
    border-right-color: rgb(59 130 246 / 0.5);
  }

  .lg\:border-r-blue-500\/55 {
    border-right-color: rgb(59 130 246 / 0.55);
  }

  .lg\:border-r-blue-500\/60 {
    border-right-color: rgb(59 130 246 / 0.6);
  }

  .lg\:border-r-blue-500\/65 {
    border-right-color: rgb(59 130 246 / 0.65);
  }

  .lg\:border-r-blue-500\/70 {
    border-right-color: rgb(59 130 246 / 0.7);
  }

  .lg\:border-r-blue-500\/75 {
    border-right-color: rgb(59 130 246 / 0.75);
  }

  .lg\:border-r-blue-500\/80 {
    border-right-color: rgb(59 130 246 / 0.8);
  }

  .lg\:border-r-blue-500\/85 {
    border-right-color: rgb(59 130 246 / 0.85);
  }

  .lg\:border-r-blue-500\/90 {
    border-right-color: rgb(59 130 246 / 0.9);
  }

  .lg\:border-r-blue-500\/95 {
    border-right-color: rgb(59 130 246 / 0.95);
  }

  .lg\:border-r-blue-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(37 99 235 / var(--tw-border-opacity));
  }

  .lg\:border-r-blue-600\/0 {
    border-right-color: rgb(37 99 235 / 0);
  }

  .lg\:border-r-blue-600\/10 {
    border-right-color: rgb(37 99 235 / 0.1);
  }

  .lg\:border-r-blue-600\/100 {
    border-right-color: rgb(37 99 235 / 1);
  }

  .lg\:border-r-blue-600\/15 {
    border-right-color: rgb(37 99 235 / 0.15);
  }

  .lg\:border-r-blue-600\/20 {
    border-right-color: rgb(37 99 235 / 0.2);
  }

  .lg\:border-r-blue-600\/25 {
    border-right-color: rgb(37 99 235 / 0.25);
  }

  .lg\:border-r-blue-600\/30 {
    border-right-color: rgb(37 99 235 / 0.3);
  }

  .lg\:border-r-blue-600\/35 {
    border-right-color: rgb(37 99 235 / 0.35);
  }

  .lg\:border-r-blue-600\/40 {
    border-right-color: rgb(37 99 235 / 0.4);
  }

  .lg\:border-r-blue-600\/45 {
    border-right-color: rgb(37 99 235 / 0.45);
  }

  .lg\:border-r-blue-600\/5 {
    border-right-color: rgb(37 99 235 / 0.05);
  }

  .lg\:border-r-blue-600\/50 {
    border-right-color: rgb(37 99 235 / 0.5);
  }

  .lg\:border-r-blue-600\/55 {
    border-right-color: rgb(37 99 235 / 0.55);
  }

  .lg\:border-r-blue-600\/60 {
    border-right-color: rgb(37 99 235 / 0.6);
  }

  .lg\:border-r-blue-600\/65 {
    border-right-color: rgb(37 99 235 / 0.65);
  }

  .lg\:border-r-blue-600\/70 {
    border-right-color: rgb(37 99 235 / 0.7);
  }

  .lg\:border-r-blue-600\/75 {
    border-right-color: rgb(37 99 235 / 0.75);
  }

  .lg\:border-r-blue-600\/80 {
    border-right-color: rgb(37 99 235 / 0.8);
  }

  .lg\:border-r-blue-600\/85 {
    border-right-color: rgb(37 99 235 / 0.85);
  }

  .lg\:border-r-blue-600\/90 {
    border-right-color: rgb(37 99 235 / 0.9);
  }

  .lg\:border-r-blue-600\/95 {
    border-right-color: rgb(37 99 235 / 0.95);
  }

  .lg\:border-r-blue-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(29 78 216 / var(--tw-border-opacity));
  }

  .lg\:border-r-blue-700\/0 {
    border-right-color: rgb(29 78 216 / 0);
  }

  .lg\:border-r-blue-700\/10 {
    border-right-color: rgb(29 78 216 / 0.1);
  }

  .lg\:border-r-blue-700\/100 {
    border-right-color: rgb(29 78 216 / 1);
  }

  .lg\:border-r-blue-700\/15 {
    border-right-color: rgb(29 78 216 / 0.15);
  }

  .lg\:border-r-blue-700\/20 {
    border-right-color: rgb(29 78 216 / 0.2);
  }

  .lg\:border-r-blue-700\/25 {
    border-right-color: rgb(29 78 216 / 0.25);
  }

  .lg\:border-r-blue-700\/30 {
    border-right-color: rgb(29 78 216 / 0.3);
  }

  .lg\:border-r-blue-700\/35 {
    border-right-color: rgb(29 78 216 / 0.35);
  }

  .lg\:border-r-blue-700\/40 {
    border-right-color: rgb(29 78 216 / 0.4);
  }

  .lg\:border-r-blue-700\/45 {
    border-right-color: rgb(29 78 216 / 0.45);
  }

  .lg\:border-r-blue-700\/5 {
    border-right-color: rgb(29 78 216 / 0.05);
  }

  .lg\:border-r-blue-700\/50 {
    border-right-color: rgb(29 78 216 / 0.5);
  }

  .lg\:border-r-blue-700\/55 {
    border-right-color: rgb(29 78 216 / 0.55);
  }

  .lg\:border-r-blue-700\/60 {
    border-right-color: rgb(29 78 216 / 0.6);
  }

  .lg\:border-r-blue-700\/65 {
    border-right-color: rgb(29 78 216 / 0.65);
  }

  .lg\:border-r-blue-700\/70 {
    border-right-color: rgb(29 78 216 / 0.7);
  }

  .lg\:border-r-blue-700\/75 {
    border-right-color: rgb(29 78 216 / 0.75);
  }

  .lg\:border-r-blue-700\/80 {
    border-right-color: rgb(29 78 216 / 0.8);
  }

  .lg\:border-r-blue-700\/85 {
    border-right-color: rgb(29 78 216 / 0.85);
  }

  .lg\:border-r-blue-700\/90 {
    border-right-color: rgb(29 78 216 / 0.9);
  }

  .lg\:border-r-blue-700\/95 {
    border-right-color: rgb(29 78 216 / 0.95);
  }

  .lg\:border-r-blue-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(30 64 175 / var(--tw-border-opacity));
  }

  .lg\:border-r-blue-800\/0 {
    border-right-color: rgb(30 64 175 / 0);
  }

  .lg\:border-r-blue-800\/10 {
    border-right-color: rgb(30 64 175 / 0.1);
  }

  .lg\:border-r-blue-800\/100 {
    border-right-color: rgb(30 64 175 / 1);
  }

  .lg\:border-r-blue-800\/15 {
    border-right-color: rgb(30 64 175 / 0.15);
  }

  .lg\:border-r-blue-800\/20 {
    border-right-color: rgb(30 64 175 / 0.2);
  }

  .lg\:border-r-blue-800\/25 {
    border-right-color: rgb(30 64 175 / 0.25);
  }

  .lg\:border-r-blue-800\/30 {
    border-right-color: rgb(30 64 175 / 0.3);
  }

  .lg\:border-r-blue-800\/35 {
    border-right-color: rgb(30 64 175 / 0.35);
  }

  .lg\:border-r-blue-800\/40 {
    border-right-color: rgb(30 64 175 / 0.4);
  }

  .lg\:border-r-blue-800\/45 {
    border-right-color: rgb(30 64 175 / 0.45);
  }

  .lg\:border-r-blue-800\/5 {
    border-right-color: rgb(30 64 175 / 0.05);
  }

  .lg\:border-r-blue-800\/50 {
    border-right-color: rgb(30 64 175 / 0.5);
  }

  .lg\:border-r-blue-800\/55 {
    border-right-color: rgb(30 64 175 / 0.55);
  }

  .lg\:border-r-blue-800\/60 {
    border-right-color: rgb(30 64 175 / 0.6);
  }

  .lg\:border-r-blue-800\/65 {
    border-right-color: rgb(30 64 175 / 0.65);
  }

  .lg\:border-r-blue-800\/70 {
    border-right-color: rgb(30 64 175 / 0.7);
  }

  .lg\:border-r-blue-800\/75 {
    border-right-color: rgb(30 64 175 / 0.75);
  }

  .lg\:border-r-blue-800\/80 {
    border-right-color: rgb(30 64 175 / 0.8);
  }

  .lg\:border-r-blue-800\/85 {
    border-right-color: rgb(30 64 175 / 0.85);
  }

  .lg\:border-r-blue-800\/90 {
    border-right-color: rgb(30 64 175 / 0.9);
  }

  .lg\:border-r-blue-800\/95 {
    border-right-color: rgb(30 64 175 / 0.95);
  }

  .lg\:border-r-blue-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(30 58 138 / var(--tw-border-opacity));
  }

  .lg\:border-r-blue-900\/0 {
    border-right-color: rgb(30 58 138 / 0);
  }

  .lg\:border-r-blue-900\/10 {
    border-right-color: rgb(30 58 138 / 0.1);
  }

  .lg\:border-r-blue-900\/100 {
    border-right-color: rgb(30 58 138 / 1);
  }

  .lg\:border-r-blue-900\/15 {
    border-right-color: rgb(30 58 138 / 0.15);
  }

  .lg\:border-r-blue-900\/20 {
    border-right-color: rgb(30 58 138 / 0.2);
  }

  .lg\:border-r-blue-900\/25 {
    border-right-color: rgb(30 58 138 / 0.25);
  }

  .lg\:border-r-blue-900\/30 {
    border-right-color: rgb(30 58 138 / 0.3);
  }

  .lg\:border-r-blue-900\/35 {
    border-right-color: rgb(30 58 138 / 0.35);
  }

  .lg\:border-r-blue-900\/40 {
    border-right-color: rgb(30 58 138 / 0.4);
  }

  .lg\:border-r-blue-900\/45 {
    border-right-color: rgb(30 58 138 / 0.45);
  }

  .lg\:border-r-blue-900\/5 {
    border-right-color: rgb(30 58 138 / 0.05);
  }

  .lg\:border-r-blue-900\/50 {
    border-right-color: rgb(30 58 138 / 0.5);
  }

  .lg\:border-r-blue-900\/55 {
    border-right-color: rgb(30 58 138 / 0.55);
  }

  .lg\:border-r-blue-900\/60 {
    border-right-color: rgb(30 58 138 / 0.6);
  }

  .lg\:border-r-blue-900\/65 {
    border-right-color: rgb(30 58 138 / 0.65);
  }

  .lg\:border-r-blue-900\/70 {
    border-right-color: rgb(30 58 138 / 0.7);
  }

  .lg\:border-r-blue-900\/75 {
    border-right-color: rgb(30 58 138 / 0.75);
  }

  .lg\:border-r-blue-900\/80 {
    border-right-color: rgb(30 58 138 / 0.8);
  }

  .lg\:border-r-blue-900\/85 {
    border-right-color: rgb(30 58 138 / 0.85);
  }

  .lg\:border-r-blue-900\/90 {
    border-right-color: rgb(30 58 138 / 0.9);
  }

  .lg\:border-r-blue-900\/95 {
    border-right-color: rgb(30 58 138 / 0.95);
  }

  .lg\:border-r-blue-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(23 37 84 / var(--tw-border-opacity));
  }

  .lg\:border-r-blue-950\/0 {
    border-right-color: rgb(23 37 84 / 0);
  }

  .lg\:border-r-blue-950\/10 {
    border-right-color: rgb(23 37 84 / 0.1);
  }

  .lg\:border-r-blue-950\/100 {
    border-right-color: rgb(23 37 84 / 1);
  }

  .lg\:border-r-blue-950\/15 {
    border-right-color: rgb(23 37 84 / 0.15);
  }

  .lg\:border-r-blue-950\/20 {
    border-right-color: rgb(23 37 84 / 0.2);
  }

  .lg\:border-r-blue-950\/25 {
    border-right-color: rgb(23 37 84 / 0.25);
  }

  .lg\:border-r-blue-950\/30 {
    border-right-color: rgb(23 37 84 / 0.3);
  }

  .lg\:border-r-blue-950\/35 {
    border-right-color: rgb(23 37 84 / 0.35);
  }

  .lg\:border-r-blue-950\/40 {
    border-right-color: rgb(23 37 84 / 0.4);
  }

  .lg\:border-r-blue-950\/45 {
    border-right-color: rgb(23 37 84 / 0.45);
  }

  .lg\:border-r-blue-950\/5 {
    border-right-color: rgb(23 37 84 / 0.05);
  }

  .lg\:border-r-blue-950\/50 {
    border-right-color: rgb(23 37 84 / 0.5);
  }

  .lg\:border-r-blue-950\/55 {
    border-right-color: rgb(23 37 84 / 0.55);
  }

  .lg\:border-r-blue-950\/60 {
    border-right-color: rgb(23 37 84 / 0.6);
  }

  .lg\:border-r-blue-950\/65 {
    border-right-color: rgb(23 37 84 / 0.65);
  }

  .lg\:border-r-blue-950\/70 {
    border-right-color: rgb(23 37 84 / 0.7);
  }

  .lg\:border-r-blue-950\/75 {
    border-right-color: rgb(23 37 84 / 0.75);
  }

  .lg\:border-r-blue-950\/80 {
    border-right-color: rgb(23 37 84 / 0.8);
  }

  .lg\:border-r-blue-950\/85 {
    border-right-color: rgb(23 37 84 / 0.85);
  }

  .lg\:border-r-blue-950\/90 {
    border-right-color: rgb(23 37 84 / 0.9);
  }

  .lg\:border-r-blue-950\/95 {
    border-right-color: rgb(23 37 84 / 0.95);
  }

  .lg\:border-r-current {
    border-right-color: currentColor;
  }

  .lg\:border-r-cyan-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(207 250 254 / var(--tw-border-opacity));
  }

  .lg\:border-r-cyan-100\/0 {
    border-right-color: rgb(207 250 254 / 0);
  }

  .lg\:border-r-cyan-100\/10 {
    border-right-color: rgb(207 250 254 / 0.1);
  }

  .lg\:border-r-cyan-100\/100 {
    border-right-color: rgb(207 250 254 / 1);
  }

  .lg\:border-r-cyan-100\/15 {
    border-right-color: rgb(207 250 254 / 0.15);
  }

  .lg\:border-r-cyan-100\/20 {
    border-right-color: rgb(207 250 254 / 0.2);
  }

  .lg\:border-r-cyan-100\/25 {
    border-right-color: rgb(207 250 254 / 0.25);
  }

  .lg\:border-r-cyan-100\/30 {
    border-right-color: rgb(207 250 254 / 0.3);
  }

  .lg\:border-r-cyan-100\/35 {
    border-right-color: rgb(207 250 254 / 0.35);
  }

  .lg\:border-r-cyan-100\/40 {
    border-right-color: rgb(207 250 254 / 0.4);
  }

  .lg\:border-r-cyan-100\/45 {
    border-right-color: rgb(207 250 254 / 0.45);
  }

  .lg\:border-r-cyan-100\/5 {
    border-right-color: rgb(207 250 254 / 0.05);
  }

  .lg\:border-r-cyan-100\/50 {
    border-right-color: rgb(207 250 254 / 0.5);
  }

  .lg\:border-r-cyan-100\/55 {
    border-right-color: rgb(207 250 254 / 0.55);
  }

  .lg\:border-r-cyan-100\/60 {
    border-right-color: rgb(207 250 254 / 0.6);
  }

  .lg\:border-r-cyan-100\/65 {
    border-right-color: rgb(207 250 254 / 0.65);
  }

  .lg\:border-r-cyan-100\/70 {
    border-right-color: rgb(207 250 254 / 0.7);
  }

  .lg\:border-r-cyan-100\/75 {
    border-right-color: rgb(207 250 254 / 0.75);
  }

  .lg\:border-r-cyan-100\/80 {
    border-right-color: rgb(207 250 254 / 0.8);
  }

  .lg\:border-r-cyan-100\/85 {
    border-right-color: rgb(207 250 254 / 0.85);
  }

  .lg\:border-r-cyan-100\/90 {
    border-right-color: rgb(207 250 254 / 0.9);
  }

  .lg\:border-r-cyan-100\/95 {
    border-right-color: rgb(207 250 254 / 0.95);
  }

  .lg\:border-r-cyan-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(165 243 252 / var(--tw-border-opacity));
  }

  .lg\:border-r-cyan-200\/0 {
    border-right-color: rgb(165 243 252 / 0);
  }

  .lg\:border-r-cyan-200\/10 {
    border-right-color: rgb(165 243 252 / 0.1);
  }

  .lg\:border-r-cyan-200\/100 {
    border-right-color: rgb(165 243 252 / 1);
  }

  .lg\:border-r-cyan-200\/15 {
    border-right-color: rgb(165 243 252 / 0.15);
  }

  .lg\:border-r-cyan-200\/20 {
    border-right-color: rgb(165 243 252 / 0.2);
  }

  .lg\:border-r-cyan-200\/25 {
    border-right-color: rgb(165 243 252 / 0.25);
  }

  .lg\:border-r-cyan-200\/30 {
    border-right-color: rgb(165 243 252 / 0.3);
  }

  .lg\:border-r-cyan-200\/35 {
    border-right-color: rgb(165 243 252 / 0.35);
  }

  .lg\:border-r-cyan-200\/40 {
    border-right-color: rgb(165 243 252 / 0.4);
  }

  .lg\:border-r-cyan-200\/45 {
    border-right-color: rgb(165 243 252 / 0.45);
  }

  .lg\:border-r-cyan-200\/5 {
    border-right-color: rgb(165 243 252 / 0.05);
  }

  .lg\:border-r-cyan-200\/50 {
    border-right-color: rgb(165 243 252 / 0.5);
  }

  .lg\:border-r-cyan-200\/55 {
    border-right-color: rgb(165 243 252 / 0.55);
  }

  .lg\:border-r-cyan-200\/60 {
    border-right-color: rgb(165 243 252 / 0.6);
  }

  .lg\:border-r-cyan-200\/65 {
    border-right-color: rgb(165 243 252 / 0.65);
  }

  .lg\:border-r-cyan-200\/70 {
    border-right-color: rgb(165 243 252 / 0.7);
  }

  .lg\:border-r-cyan-200\/75 {
    border-right-color: rgb(165 243 252 / 0.75);
  }

  .lg\:border-r-cyan-200\/80 {
    border-right-color: rgb(165 243 252 / 0.8);
  }

  .lg\:border-r-cyan-200\/85 {
    border-right-color: rgb(165 243 252 / 0.85);
  }

  .lg\:border-r-cyan-200\/90 {
    border-right-color: rgb(165 243 252 / 0.9);
  }

  .lg\:border-r-cyan-200\/95 {
    border-right-color: rgb(165 243 252 / 0.95);
  }

  .lg\:border-r-cyan-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(103 232 249 / var(--tw-border-opacity));
  }

  .lg\:border-r-cyan-300\/0 {
    border-right-color: rgb(103 232 249 / 0);
  }

  .lg\:border-r-cyan-300\/10 {
    border-right-color: rgb(103 232 249 / 0.1);
  }

  .lg\:border-r-cyan-300\/100 {
    border-right-color: rgb(103 232 249 / 1);
  }

  .lg\:border-r-cyan-300\/15 {
    border-right-color: rgb(103 232 249 / 0.15);
  }

  .lg\:border-r-cyan-300\/20 {
    border-right-color: rgb(103 232 249 / 0.2);
  }

  .lg\:border-r-cyan-300\/25 {
    border-right-color: rgb(103 232 249 / 0.25);
  }

  .lg\:border-r-cyan-300\/30 {
    border-right-color: rgb(103 232 249 / 0.3);
  }

  .lg\:border-r-cyan-300\/35 {
    border-right-color: rgb(103 232 249 / 0.35);
  }

  .lg\:border-r-cyan-300\/40 {
    border-right-color: rgb(103 232 249 / 0.4);
  }

  .lg\:border-r-cyan-300\/45 {
    border-right-color: rgb(103 232 249 / 0.45);
  }

  .lg\:border-r-cyan-300\/5 {
    border-right-color: rgb(103 232 249 / 0.05);
  }

  .lg\:border-r-cyan-300\/50 {
    border-right-color: rgb(103 232 249 / 0.5);
  }

  .lg\:border-r-cyan-300\/55 {
    border-right-color: rgb(103 232 249 / 0.55);
  }

  .lg\:border-r-cyan-300\/60 {
    border-right-color: rgb(103 232 249 / 0.6);
  }

  .lg\:border-r-cyan-300\/65 {
    border-right-color: rgb(103 232 249 / 0.65);
  }

  .lg\:border-r-cyan-300\/70 {
    border-right-color: rgb(103 232 249 / 0.7);
  }

  .lg\:border-r-cyan-300\/75 {
    border-right-color: rgb(103 232 249 / 0.75);
  }

  .lg\:border-r-cyan-300\/80 {
    border-right-color: rgb(103 232 249 / 0.8);
  }

  .lg\:border-r-cyan-300\/85 {
    border-right-color: rgb(103 232 249 / 0.85);
  }

  .lg\:border-r-cyan-300\/90 {
    border-right-color: rgb(103 232 249 / 0.9);
  }

  .lg\:border-r-cyan-300\/95 {
    border-right-color: rgb(103 232 249 / 0.95);
  }

  .lg\:border-r-cyan-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(34 211 238 / var(--tw-border-opacity));
  }

  .lg\:border-r-cyan-400\/0 {
    border-right-color: rgb(34 211 238 / 0);
  }

  .lg\:border-r-cyan-400\/10 {
    border-right-color: rgb(34 211 238 / 0.1);
  }

  .lg\:border-r-cyan-400\/100 {
    border-right-color: rgb(34 211 238 / 1);
  }

  .lg\:border-r-cyan-400\/15 {
    border-right-color: rgb(34 211 238 / 0.15);
  }

  .lg\:border-r-cyan-400\/20 {
    border-right-color: rgb(34 211 238 / 0.2);
  }

  .lg\:border-r-cyan-400\/25 {
    border-right-color: rgb(34 211 238 / 0.25);
  }

  .lg\:border-r-cyan-400\/30 {
    border-right-color: rgb(34 211 238 / 0.3);
  }

  .lg\:border-r-cyan-400\/35 {
    border-right-color: rgb(34 211 238 / 0.35);
  }

  .lg\:border-r-cyan-400\/40 {
    border-right-color: rgb(34 211 238 / 0.4);
  }

  .lg\:border-r-cyan-400\/45 {
    border-right-color: rgb(34 211 238 / 0.45);
  }

  .lg\:border-r-cyan-400\/5 {
    border-right-color: rgb(34 211 238 / 0.05);
  }

  .lg\:border-r-cyan-400\/50 {
    border-right-color: rgb(34 211 238 / 0.5);
  }

  .lg\:border-r-cyan-400\/55 {
    border-right-color: rgb(34 211 238 / 0.55);
  }

  .lg\:border-r-cyan-400\/60 {
    border-right-color: rgb(34 211 238 / 0.6);
  }

  .lg\:border-r-cyan-400\/65 {
    border-right-color: rgb(34 211 238 / 0.65);
  }

  .lg\:border-r-cyan-400\/70 {
    border-right-color: rgb(34 211 238 / 0.7);
  }

  .lg\:border-r-cyan-400\/75 {
    border-right-color: rgb(34 211 238 / 0.75);
  }

  .lg\:border-r-cyan-400\/80 {
    border-right-color: rgb(34 211 238 / 0.8);
  }

  .lg\:border-r-cyan-400\/85 {
    border-right-color: rgb(34 211 238 / 0.85);
  }

  .lg\:border-r-cyan-400\/90 {
    border-right-color: rgb(34 211 238 / 0.9);
  }

  .lg\:border-r-cyan-400\/95 {
    border-right-color: rgb(34 211 238 / 0.95);
  }

  .lg\:border-r-cyan-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(236 254 255 / var(--tw-border-opacity));
  }

  .lg\:border-r-cyan-50\/0 {
    border-right-color: rgb(236 254 255 / 0);
  }

  .lg\:border-r-cyan-50\/10 {
    border-right-color: rgb(236 254 255 / 0.1);
  }

  .lg\:border-r-cyan-50\/100 {
    border-right-color: rgb(236 254 255 / 1);
  }

  .lg\:border-r-cyan-50\/15 {
    border-right-color: rgb(236 254 255 / 0.15);
  }

  .lg\:border-r-cyan-50\/20 {
    border-right-color: rgb(236 254 255 / 0.2);
  }

  .lg\:border-r-cyan-50\/25 {
    border-right-color: rgb(236 254 255 / 0.25);
  }

  .lg\:border-r-cyan-50\/30 {
    border-right-color: rgb(236 254 255 / 0.3);
  }

  .lg\:border-r-cyan-50\/35 {
    border-right-color: rgb(236 254 255 / 0.35);
  }

  .lg\:border-r-cyan-50\/40 {
    border-right-color: rgb(236 254 255 / 0.4);
  }

  .lg\:border-r-cyan-50\/45 {
    border-right-color: rgb(236 254 255 / 0.45);
  }

  .lg\:border-r-cyan-50\/5 {
    border-right-color: rgb(236 254 255 / 0.05);
  }

  .lg\:border-r-cyan-50\/50 {
    border-right-color: rgb(236 254 255 / 0.5);
  }

  .lg\:border-r-cyan-50\/55 {
    border-right-color: rgb(236 254 255 / 0.55);
  }

  .lg\:border-r-cyan-50\/60 {
    border-right-color: rgb(236 254 255 / 0.6);
  }

  .lg\:border-r-cyan-50\/65 {
    border-right-color: rgb(236 254 255 / 0.65);
  }

  .lg\:border-r-cyan-50\/70 {
    border-right-color: rgb(236 254 255 / 0.7);
  }

  .lg\:border-r-cyan-50\/75 {
    border-right-color: rgb(236 254 255 / 0.75);
  }

  .lg\:border-r-cyan-50\/80 {
    border-right-color: rgb(236 254 255 / 0.8);
  }

  .lg\:border-r-cyan-50\/85 {
    border-right-color: rgb(236 254 255 / 0.85);
  }

  .lg\:border-r-cyan-50\/90 {
    border-right-color: rgb(236 254 255 / 0.9);
  }

  .lg\:border-r-cyan-50\/95 {
    border-right-color: rgb(236 254 255 / 0.95);
  }

  .lg\:border-r-cyan-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(6 182 212 / var(--tw-border-opacity));
  }

  .lg\:border-r-cyan-500\/0 {
    border-right-color: rgb(6 182 212 / 0);
  }

  .lg\:border-r-cyan-500\/10 {
    border-right-color: rgb(6 182 212 / 0.1);
  }

  .lg\:border-r-cyan-500\/100 {
    border-right-color: rgb(6 182 212 / 1);
  }

  .lg\:border-r-cyan-500\/15 {
    border-right-color: rgb(6 182 212 / 0.15);
  }

  .lg\:border-r-cyan-500\/20 {
    border-right-color: rgb(6 182 212 / 0.2);
  }

  .lg\:border-r-cyan-500\/25 {
    border-right-color: rgb(6 182 212 / 0.25);
  }

  .lg\:border-r-cyan-500\/30 {
    border-right-color: rgb(6 182 212 / 0.3);
  }

  .lg\:border-r-cyan-500\/35 {
    border-right-color: rgb(6 182 212 / 0.35);
  }

  .lg\:border-r-cyan-500\/40 {
    border-right-color: rgb(6 182 212 / 0.4);
  }

  .lg\:border-r-cyan-500\/45 {
    border-right-color: rgb(6 182 212 / 0.45);
  }

  .lg\:border-r-cyan-500\/5 {
    border-right-color: rgb(6 182 212 / 0.05);
  }

  .lg\:border-r-cyan-500\/50 {
    border-right-color: rgb(6 182 212 / 0.5);
  }

  .lg\:border-r-cyan-500\/55 {
    border-right-color: rgb(6 182 212 / 0.55);
  }

  .lg\:border-r-cyan-500\/60 {
    border-right-color: rgb(6 182 212 / 0.6);
  }

  .lg\:border-r-cyan-500\/65 {
    border-right-color: rgb(6 182 212 / 0.65);
  }

  .lg\:border-r-cyan-500\/70 {
    border-right-color: rgb(6 182 212 / 0.7);
  }

  .lg\:border-r-cyan-500\/75 {
    border-right-color: rgb(6 182 212 / 0.75);
  }

  .lg\:border-r-cyan-500\/80 {
    border-right-color: rgb(6 182 212 / 0.8);
  }

  .lg\:border-r-cyan-500\/85 {
    border-right-color: rgb(6 182 212 / 0.85);
  }

  .lg\:border-r-cyan-500\/90 {
    border-right-color: rgb(6 182 212 / 0.9);
  }

  .lg\:border-r-cyan-500\/95 {
    border-right-color: rgb(6 182 212 / 0.95);
  }

  .lg\:border-r-cyan-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(8 145 178 / var(--tw-border-opacity));
  }

  .lg\:border-r-cyan-600\/0 {
    border-right-color: rgb(8 145 178 / 0);
  }

  .lg\:border-r-cyan-600\/10 {
    border-right-color: rgb(8 145 178 / 0.1);
  }

  .lg\:border-r-cyan-600\/100 {
    border-right-color: rgb(8 145 178 / 1);
  }

  .lg\:border-r-cyan-600\/15 {
    border-right-color: rgb(8 145 178 / 0.15);
  }

  .lg\:border-r-cyan-600\/20 {
    border-right-color: rgb(8 145 178 / 0.2);
  }

  .lg\:border-r-cyan-600\/25 {
    border-right-color: rgb(8 145 178 / 0.25);
  }

  .lg\:border-r-cyan-600\/30 {
    border-right-color: rgb(8 145 178 / 0.3);
  }

  .lg\:border-r-cyan-600\/35 {
    border-right-color: rgb(8 145 178 / 0.35);
  }

  .lg\:border-r-cyan-600\/40 {
    border-right-color: rgb(8 145 178 / 0.4);
  }

  .lg\:border-r-cyan-600\/45 {
    border-right-color: rgb(8 145 178 / 0.45);
  }

  .lg\:border-r-cyan-600\/5 {
    border-right-color: rgb(8 145 178 / 0.05);
  }

  .lg\:border-r-cyan-600\/50 {
    border-right-color: rgb(8 145 178 / 0.5);
  }

  .lg\:border-r-cyan-600\/55 {
    border-right-color: rgb(8 145 178 / 0.55);
  }

  .lg\:border-r-cyan-600\/60 {
    border-right-color: rgb(8 145 178 / 0.6);
  }

  .lg\:border-r-cyan-600\/65 {
    border-right-color: rgb(8 145 178 / 0.65);
  }

  .lg\:border-r-cyan-600\/70 {
    border-right-color: rgb(8 145 178 / 0.7);
  }

  .lg\:border-r-cyan-600\/75 {
    border-right-color: rgb(8 145 178 / 0.75);
  }

  .lg\:border-r-cyan-600\/80 {
    border-right-color: rgb(8 145 178 / 0.8);
  }

  .lg\:border-r-cyan-600\/85 {
    border-right-color: rgb(8 145 178 / 0.85);
  }

  .lg\:border-r-cyan-600\/90 {
    border-right-color: rgb(8 145 178 / 0.9);
  }

  .lg\:border-r-cyan-600\/95 {
    border-right-color: rgb(8 145 178 / 0.95);
  }

  .lg\:border-r-cyan-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(14 116 144 / var(--tw-border-opacity));
  }

  .lg\:border-r-cyan-700\/0 {
    border-right-color: rgb(14 116 144 / 0);
  }

  .lg\:border-r-cyan-700\/10 {
    border-right-color: rgb(14 116 144 / 0.1);
  }

  .lg\:border-r-cyan-700\/100 {
    border-right-color: rgb(14 116 144 / 1);
  }

  .lg\:border-r-cyan-700\/15 {
    border-right-color: rgb(14 116 144 / 0.15);
  }

  .lg\:border-r-cyan-700\/20 {
    border-right-color: rgb(14 116 144 / 0.2);
  }

  .lg\:border-r-cyan-700\/25 {
    border-right-color: rgb(14 116 144 / 0.25);
  }

  .lg\:border-r-cyan-700\/30 {
    border-right-color: rgb(14 116 144 / 0.3);
  }

  .lg\:border-r-cyan-700\/35 {
    border-right-color: rgb(14 116 144 / 0.35);
  }

  .lg\:border-r-cyan-700\/40 {
    border-right-color: rgb(14 116 144 / 0.4);
  }

  .lg\:border-r-cyan-700\/45 {
    border-right-color: rgb(14 116 144 / 0.45);
  }

  .lg\:border-r-cyan-700\/5 {
    border-right-color: rgb(14 116 144 / 0.05);
  }

  .lg\:border-r-cyan-700\/50 {
    border-right-color: rgb(14 116 144 / 0.5);
  }

  .lg\:border-r-cyan-700\/55 {
    border-right-color: rgb(14 116 144 / 0.55);
  }

  .lg\:border-r-cyan-700\/60 {
    border-right-color: rgb(14 116 144 / 0.6);
  }

  .lg\:border-r-cyan-700\/65 {
    border-right-color: rgb(14 116 144 / 0.65);
  }

  .lg\:border-r-cyan-700\/70 {
    border-right-color: rgb(14 116 144 / 0.7);
  }

  .lg\:border-r-cyan-700\/75 {
    border-right-color: rgb(14 116 144 / 0.75);
  }

  .lg\:border-r-cyan-700\/80 {
    border-right-color: rgb(14 116 144 / 0.8);
  }

  .lg\:border-r-cyan-700\/85 {
    border-right-color: rgb(14 116 144 / 0.85);
  }

  .lg\:border-r-cyan-700\/90 {
    border-right-color: rgb(14 116 144 / 0.9);
  }

  .lg\:border-r-cyan-700\/95 {
    border-right-color: rgb(14 116 144 / 0.95);
  }

  .lg\:border-r-cyan-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(21 94 117 / var(--tw-border-opacity));
  }

  .lg\:border-r-cyan-800\/0 {
    border-right-color: rgb(21 94 117 / 0);
  }

  .lg\:border-r-cyan-800\/10 {
    border-right-color: rgb(21 94 117 / 0.1);
  }

  .lg\:border-r-cyan-800\/100 {
    border-right-color: rgb(21 94 117 / 1);
  }

  .lg\:border-r-cyan-800\/15 {
    border-right-color: rgb(21 94 117 / 0.15);
  }

  .lg\:border-r-cyan-800\/20 {
    border-right-color: rgb(21 94 117 / 0.2);
  }

  .lg\:border-r-cyan-800\/25 {
    border-right-color: rgb(21 94 117 / 0.25);
  }

  .lg\:border-r-cyan-800\/30 {
    border-right-color: rgb(21 94 117 / 0.3);
  }

  .lg\:border-r-cyan-800\/35 {
    border-right-color: rgb(21 94 117 / 0.35);
  }

  .lg\:border-r-cyan-800\/40 {
    border-right-color: rgb(21 94 117 / 0.4);
  }

  .lg\:border-r-cyan-800\/45 {
    border-right-color: rgb(21 94 117 / 0.45);
  }

  .lg\:border-r-cyan-800\/5 {
    border-right-color: rgb(21 94 117 / 0.05);
  }

  .lg\:border-r-cyan-800\/50 {
    border-right-color: rgb(21 94 117 / 0.5);
  }

  .lg\:border-r-cyan-800\/55 {
    border-right-color: rgb(21 94 117 / 0.55);
  }

  .lg\:border-r-cyan-800\/60 {
    border-right-color: rgb(21 94 117 / 0.6);
  }

  .lg\:border-r-cyan-800\/65 {
    border-right-color: rgb(21 94 117 / 0.65);
  }

  .lg\:border-r-cyan-800\/70 {
    border-right-color: rgb(21 94 117 / 0.7);
  }

  .lg\:border-r-cyan-800\/75 {
    border-right-color: rgb(21 94 117 / 0.75);
  }

  .lg\:border-r-cyan-800\/80 {
    border-right-color: rgb(21 94 117 / 0.8);
  }

  .lg\:border-r-cyan-800\/85 {
    border-right-color: rgb(21 94 117 / 0.85);
  }

  .lg\:border-r-cyan-800\/90 {
    border-right-color: rgb(21 94 117 / 0.9);
  }

  .lg\:border-r-cyan-800\/95 {
    border-right-color: rgb(21 94 117 / 0.95);
  }

  .lg\:border-r-cyan-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(22 78 99 / var(--tw-border-opacity));
  }

  .lg\:border-r-cyan-900\/0 {
    border-right-color: rgb(22 78 99 / 0);
  }

  .lg\:border-r-cyan-900\/10 {
    border-right-color: rgb(22 78 99 / 0.1);
  }

  .lg\:border-r-cyan-900\/100 {
    border-right-color: rgb(22 78 99 / 1);
  }

  .lg\:border-r-cyan-900\/15 {
    border-right-color: rgb(22 78 99 / 0.15);
  }

  .lg\:border-r-cyan-900\/20 {
    border-right-color: rgb(22 78 99 / 0.2);
  }

  .lg\:border-r-cyan-900\/25 {
    border-right-color: rgb(22 78 99 / 0.25);
  }

  .lg\:border-r-cyan-900\/30 {
    border-right-color: rgb(22 78 99 / 0.3);
  }

  .lg\:border-r-cyan-900\/35 {
    border-right-color: rgb(22 78 99 / 0.35);
  }

  .lg\:border-r-cyan-900\/40 {
    border-right-color: rgb(22 78 99 / 0.4);
  }

  .lg\:border-r-cyan-900\/45 {
    border-right-color: rgb(22 78 99 / 0.45);
  }

  .lg\:border-r-cyan-900\/5 {
    border-right-color: rgb(22 78 99 / 0.05);
  }

  .lg\:border-r-cyan-900\/50 {
    border-right-color: rgb(22 78 99 / 0.5);
  }

  .lg\:border-r-cyan-900\/55 {
    border-right-color: rgb(22 78 99 / 0.55);
  }

  .lg\:border-r-cyan-900\/60 {
    border-right-color: rgb(22 78 99 / 0.6);
  }

  .lg\:border-r-cyan-900\/65 {
    border-right-color: rgb(22 78 99 / 0.65);
  }

  .lg\:border-r-cyan-900\/70 {
    border-right-color: rgb(22 78 99 / 0.7);
  }

  .lg\:border-r-cyan-900\/75 {
    border-right-color: rgb(22 78 99 / 0.75);
  }

  .lg\:border-r-cyan-900\/80 {
    border-right-color: rgb(22 78 99 / 0.8);
  }

  .lg\:border-r-cyan-900\/85 {
    border-right-color: rgb(22 78 99 / 0.85);
  }

  .lg\:border-r-cyan-900\/90 {
    border-right-color: rgb(22 78 99 / 0.9);
  }

  .lg\:border-r-cyan-900\/95 {
    border-right-color: rgb(22 78 99 / 0.95);
  }

  .lg\:border-r-cyan-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(8 51 68 / var(--tw-border-opacity));
  }

  .lg\:border-r-cyan-950\/0 {
    border-right-color: rgb(8 51 68 / 0);
  }

  .lg\:border-r-cyan-950\/10 {
    border-right-color: rgb(8 51 68 / 0.1);
  }

  .lg\:border-r-cyan-950\/100 {
    border-right-color: rgb(8 51 68 / 1);
  }

  .lg\:border-r-cyan-950\/15 {
    border-right-color: rgb(8 51 68 / 0.15);
  }

  .lg\:border-r-cyan-950\/20 {
    border-right-color: rgb(8 51 68 / 0.2);
  }

  .lg\:border-r-cyan-950\/25 {
    border-right-color: rgb(8 51 68 / 0.25);
  }

  .lg\:border-r-cyan-950\/30 {
    border-right-color: rgb(8 51 68 / 0.3);
  }

  .lg\:border-r-cyan-950\/35 {
    border-right-color: rgb(8 51 68 / 0.35);
  }

  .lg\:border-r-cyan-950\/40 {
    border-right-color: rgb(8 51 68 / 0.4);
  }

  .lg\:border-r-cyan-950\/45 {
    border-right-color: rgb(8 51 68 / 0.45);
  }

  .lg\:border-r-cyan-950\/5 {
    border-right-color: rgb(8 51 68 / 0.05);
  }

  .lg\:border-r-cyan-950\/50 {
    border-right-color: rgb(8 51 68 / 0.5);
  }

  .lg\:border-r-cyan-950\/55 {
    border-right-color: rgb(8 51 68 / 0.55);
  }

  .lg\:border-r-cyan-950\/60 {
    border-right-color: rgb(8 51 68 / 0.6);
  }

  .lg\:border-r-cyan-950\/65 {
    border-right-color: rgb(8 51 68 / 0.65);
  }

  .lg\:border-r-cyan-950\/70 {
    border-right-color: rgb(8 51 68 / 0.7);
  }

  .lg\:border-r-cyan-950\/75 {
    border-right-color: rgb(8 51 68 / 0.75);
  }

  .lg\:border-r-cyan-950\/80 {
    border-right-color: rgb(8 51 68 / 0.8);
  }

  .lg\:border-r-cyan-950\/85 {
    border-right-color: rgb(8 51 68 / 0.85);
  }

  .lg\:border-r-cyan-950\/90 {
    border-right-color: rgb(8 51 68 / 0.9);
  }

  .lg\:border-r-cyan-950\/95 {
    border-right-color: rgb(8 51 68 / 0.95);
  }

  .lg\:border-r-emerald-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(209 250 229 / var(--tw-border-opacity));
  }

  .lg\:border-r-emerald-100\/0 {
    border-right-color: rgb(209 250 229 / 0);
  }

  .lg\:border-r-emerald-100\/10 {
    border-right-color: rgb(209 250 229 / 0.1);
  }

  .lg\:border-r-emerald-100\/100 {
    border-right-color: rgb(209 250 229 / 1);
  }

  .lg\:border-r-emerald-100\/15 {
    border-right-color: rgb(209 250 229 / 0.15);
  }

  .lg\:border-r-emerald-100\/20 {
    border-right-color: rgb(209 250 229 / 0.2);
  }

  .lg\:border-r-emerald-100\/25 {
    border-right-color: rgb(209 250 229 / 0.25);
  }

  .lg\:border-r-emerald-100\/30 {
    border-right-color: rgb(209 250 229 / 0.3);
  }

  .lg\:border-r-emerald-100\/35 {
    border-right-color: rgb(209 250 229 / 0.35);
  }

  .lg\:border-r-emerald-100\/40 {
    border-right-color: rgb(209 250 229 / 0.4);
  }

  .lg\:border-r-emerald-100\/45 {
    border-right-color: rgb(209 250 229 / 0.45);
  }

  .lg\:border-r-emerald-100\/5 {
    border-right-color: rgb(209 250 229 / 0.05);
  }

  .lg\:border-r-emerald-100\/50 {
    border-right-color: rgb(209 250 229 / 0.5);
  }

  .lg\:border-r-emerald-100\/55 {
    border-right-color: rgb(209 250 229 / 0.55);
  }

  .lg\:border-r-emerald-100\/60 {
    border-right-color: rgb(209 250 229 / 0.6);
  }

  .lg\:border-r-emerald-100\/65 {
    border-right-color: rgb(209 250 229 / 0.65);
  }

  .lg\:border-r-emerald-100\/70 {
    border-right-color: rgb(209 250 229 / 0.7);
  }

  .lg\:border-r-emerald-100\/75 {
    border-right-color: rgb(209 250 229 / 0.75);
  }

  .lg\:border-r-emerald-100\/80 {
    border-right-color: rgb(209 250 229 / 0.8);
  }

  .lg\:border-r-emerald-100\/85 {
    border-right-color: rgb(209 250 229 / 0.85);
  }

  .lg\:border-r-emerald-100\/90 {
    border-right-color: rgb(209 250 229 / 0.9);
  }

  .lg\:border-r-emerald-100\/95 {
    border-right-color: rgb(209 250 229 / 0.95);
  }

  .lg\:border-r-emerald-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(167 243 208 / var(--tw-border-opacity));
  }

  .lg\:border-r-emerald-200\/0 {
    border-right-color: rgb(167 243 208 / 0);
  }

  .lg\:border-r-emerald-200\/10 {
    border-right-color: rgb(167 243 208 / 0.1);
  }

  .lg\:border-r-emerald-200\/100 {
    border-right-color: rgb(167 243 208 / 1);
  }

  .lg\:border-r-emerald-200\/15 {
    border-right-color: rgb(167 243 208 / 0.15);
  }

  .lg\:border-r-emerald-200\/20 {
    border-right-color: rgb(167 243 208 / 0.2);
  }

  .lg\:border-r-emerald-200\/25 {
    border-right-color: rgb(167 243 208 / 0.25);
  }

  .lg\:border-r-emerald-200\/30 {
    border-right-color: rgb(167 243 208 / 0.3);
  }

  .lg\:border-r-emerald-200\/35 {
    border-right-color: rgb(167 243 208 / 0.35);
  }

  .lg\:border-r-emerald-200\/40 {
    border-right-color: rgb(167 243 208 / 0.4);
  }

  .lg\:border-r-emerald-200\/45 {
    border-right-color: rgb(167 243 208 / 0.45);
  }

  .lg\:border-r-emerald-200\/5 {
    border-right-color: rgb(167 243 208 / 0.05);
  }

  .lg\:border-r-emerald-200\/50 {
    border-right-color: rgb(167 243 208 / 0.5);
  }

  .lg\:border-r-emerald-200\/55 {
    border-right-color: rgb(167 243 208 / 0.55);
  }

  .lg\:border-r-emerald-200\/60 {
    border-right-color: rgb(167 243 208 / 0.6);
  }

  .lg\:border-r-emerald-200\/65 {
    border-right-color: rgb(167 243 208 / 0.65);
  }

  .lg\:border-r-emerald-200\/70 {
    border-right-color: rgb(167 243 208 / 0.7);
  }

  .lg\:border-r-emerald-200\/75 {
    border-right-color: rgb(167 243 208 / 0.75);
  }

  .lg\:border-r-emerald-200\/80 {
    border-right-color: rgb(167 243 208 / 0.8);
  }

  .lg\:border-r-emerald-200\/85 {
    border-right-color: rgb(167 243 208 / 0.85);
  }

  .lg\:border-r-emerald-200\/90 {
    border-right-color: rgb(167 243 208 / 0.9);
  }

  .lg\:border-r-emerald-200\/95 {
    border-right-color: rgb(167 243 208 / 0.95);
  }

  .lg\:border-r-emerald-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(110 231 183 / var(--tw-border-opacity));
  }

  .lg\:border-r-emerald-300\/0 {
    border-right-color: rgb(110 231 183 / 0);
  }

  .lg\:border-r-emerald-300\/10 {
    border-right-color: rgb(110 231 183 / 0.1);
  }

  .lg\:border-r-emerald-300\/100 {
    border-right-color: rgb(110 231 183 / 1);
  }

  .lg\:border-r-emerald-300\/15 {
    border-right-color: rgb(110 231 183 / 0.15);
  }

  .lg\:border-r-emerald-300\/20 {
    border-right-color: rgb(110 231 183 / 0.2);
  }

  .lg\:border-r-emerald-300\/25 {
    border-right-color: rgb(110 231 183 / 0.25);
  }

  .lg\:border-r-emerald-300\/30 {
    border-right-color: rgb(110 231 183 / 0.3);
  }

  .lg\:border-r-emerald-300\/35 {
    border-right-color: rgb(110 231 183 / 0.35);
  }

  .lg\:border-r-emerald-300\/40 {
    border-right-color: rgb(110 231 183 / 0.4);
  }

  .lg\:border-r-emerald-300\/45 {
    border-right-color: rgb(110 231 183 / 0.45);
  }

  .lg\:border-r-emerald-300\/5 {
    border-right-color: rgb(110 231 183 / 0.05);
  }

  .lg\:border-r-emerald-300\/50 {
    border-right-color: rgb(110 231 183 / 0.5);
  }

  .lg\:border-r-emerald-300\/55 {
    border-right-color: rgb(110 231 183 / 0.55);
  }

  .lg\:border-r-emerald-300\/60 {
    border-right-color: rgb(110 231 183 / 0.6);
  }

  .lg\:border-r-emerald-300\/65 {
    border-right-color: rgb(110 231 183 / 0.65);
  }

  .lg\:border-r-emerald-300\/70 {
    border-right-color: rgb(110 231 183 / 0.7);
  }

  .lg\:border-r-emerald-300\/75 {
    border-right-color: rgb(110 231 183 / 0.75);
  }

  .lg\:border-r-emerald-300\/80 {
    border-right-color: rgb(110 231 183 / 0.8);
  }

  .lg\:border-r-emerald-300\/85 {
    border-right-color: rgb(110 231 183 / 0.85);
  }

  .lg\:border-r-emerald-300\/90 {
    border-right-color: rgb(110 231 183 / 0.9);
  }

  .lg\:border-r-emerald-300\/95 {
    border-right-color: rgb(110 231 183 / 0.95);
  }

  .lg\:border-r-emerald-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(52 211 153 / var(--tw-border-opacity));
  }

  .lg\:border-r-emerald-400\/0 {
    border-right-color: rgb(52 211 153 / 0);
  }

  .lg\:border-r-emerald-400\/10 {
    border-right-color: rgb(52 211 153 / 0.1);
  }

  .lg\:border-r-emerald-400\/100 {
    border-right-color: rgb(52 211 153 / 1);
  }

  .lg\:border-r-emerald-400\/15 {
    border-right-color: rgb(52 211 153 / 0.15);
  }

  .lg\:border-r-emerald-400\/20 {
    border-right-color: rgb(52 211 153 / 0.2);
  }

  .lg\:border-r-emerald-400\/25 {
    border-right-color: rgb(52 211 153 / 0.25);
  }

  .lg\:border-r-emerald-400\/30 {
    border-right-color: rgb(52 211 153 / 0.3);
  }

  .lg\:border-r-emerald-400\/35 {
    border-right-color: rgb(52 211 153 / 0.35);
  }

  .lg\:border-r-emerald-400\/40 {
    border-right-color: rgb(52 211 153 / 0.4);
  }

  .lg\:border-r-emerald-400\/45 {
    border-right-color: rgb(52 211 153 / 0.45);
  }

  .lg\:border-r-emerald-400\/5 {
    border-right-color: rgb(52 211 153 / 0.05);
  }

  .lg\:border-r-emerald-400\/50 {
    border-right-color: rgb(52 211 153 / 0.5);
  }

  .lg\:border-r-emerald-400\/55 {
    border-right-color: rgb(52 211 153 / 0.55);
  }

  .lg\:border-r-emerald-400\/60 {
    border-right-color: rgb(52 211 153 / 0.6);
  }

  .lg\:border-r-emerald-400\/65 {
    border-right-color: rgb(52 211 153 / 0.65);
  }

  .lg\:border-r-emerald-400\/70 {
    border-right-color: rgb(52 211 153 / 0.7);
  }

  .lg\:border-r-emerald-400\/75 {
    border-right-color: rgb(52 211 153 / 0.75);
  }

  .lg\:border-r-emerald-400\/80 {
    border-right-color: rgb(52 211 153 / 0.8);
  }

  .lg\:border-r-emerald-400\/85 {
    border-right-color: rgb(52 211 153 / 0.85);
  }

  .lg\:border-r-emerald-400\/90 {
    border-right-color: rgb(52 211 153 / 0.9);
  }

  .lg\:border-r-emerald-400\/95 {
    border-right-color: rgb(52 211 153 / 0.95);
  }

  .lg\:border-r-emerald-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(236 253 245 / var(--tw-border-opacity));
  }

  .lg\:border-r-emerald-50\/0 {
    border-right-color: rgb(236 253 245 / 0);
  }

  .lg\:border-r-emerald-50\/10 {
    border-right-color: rgb(236 253 245 / 0.1);
  }

  .lg\:border-r-emerald-50\/100 {
    border-right-color: rgb(236 253 245 / 1);
  }

  .lg\:border-r-emerald-50\/15 {
    border-right-color: rgb(236 253 245 / 0.15);
  }

  .lg\:border-r-emerald-50\/20 {
    border-right-color: rgb(236 253 245 / 0.2);
  }

  .lg\:border-r-emerald-50\/25 {
    border-right-color: rgb(236 253 245 / 0.25);
  }

  .lg\:border-r-emerald-50\/30 {
    border-right-color: rgb(236 253 245 / 0.3);
  }

  .lg\:border-r-emerald-50\/35 {
    border-right-color: rgb(236 253 245 / 0.35);
  }

  .lg\:border-r-emerald-50\/40 {
    border-right-color: rgb(236 253 245 / 0.4);
  }

  .lg\:border-r-emerald-50\/45 {
    border-right-color: rgb(236 253 245 / 0.45);
  }

  .lg\:border-r-emerald-50\/5 {
    border-right-color: rgb(236 253 245 / 0.05);
  }

  .lg\:border-r-emerald-50\/50 {
    border-right-color: rgb(236 253 245 / 0.5);
  }

  .lg\:border-r-emerald-50\/55 {
    border-right-color: rgb(236 253 245 / 0.55);
  }

  .lg\:border-r-emerald-50\/60 {
    border-right-color: rgb(236 253 245 / 0.6);
  }

  .lg\:border-r-emerald-50\/65 {
    border-right-color: rgb(236 253 245 / 0.65);
  }

  .lg\:border-r-emerald-50\/70 {
    border-right-color: rgb(236 253 245 / 0.7);
  }

  .lg\:border-r-emerald-50\/75 {
    border-right-color: rgb(236 253 245 / 0.75);
  }

  .lg\:border-r-emerald-50\/80 {
    border-right-color: rgb(236 253 245 / 0.8);
  }

  .lg\:border-r-emerald-50\/85 {
    border-right-color: rgb(236 253 245 / 0.85);
  }

  .lg\:border-r-emerald-50\/90 {
    border-right-color: rgb(236 253 245 / 0.9);
  }

  .lg\:border-r-emerald-50\/95 {
    border-right-color: rgb(236 253 245 / 0.95);
  }

  .lg\:border-r-emerald-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(16 185 129 / var(--tw-border-opacity));
  }

  .lg\:border-r-emerald-500\/0 {
    border-right-color: rgb(16 185 129 / 0);
  }

  .lg\:border-r-emerald-500\/10 {
    border-right-color: rgb(16 185 129 / 0.1);
  }

  .lg\:border-r-emerald-500\/100 {
    border-right-color: rgb(16 185 129 / 1);
  }

  .lg\:border-r-emerald-500\/15 {
    border-right-color: rgb(16 185 129 / 0.15);
  }

  .lg\:border-r-emerald-500\/20 {
    border-right-color: rgb(16 185 129 / 0.2);
  }

  .lg\:border-r-emerald-500\/25 {
    border-right-color: rgb(16 185 129 / 0.25);
  }

  .lg\:border-r-emerald-500\/30 {
    border-right-color: rgb(16 185 129 / 0.3);
  }

  .lg\:border-r-emerald-500\/35 {
    border-right-color: rgb(16 185 129 / 0.35);
  }

  .lg\:border-r-emerald-500\/40 {
    border-right-color: rgb(16 185 129 / 0.4);
  }

  .lg\:border-r-emerald-500\/45 {
    border-right-color: rgb(16 185 129 / 0.45);
  }

  .lg\:border-r-emerald-500\/5 {
    border-right-color: rgb(16 185 129 / 0.05);
  }

  .lg\:border-r-emerald-500\/50 {
    border-right-color: rgb(16 185 129 / 0.5);
  }

  .lg\:border-r-emerald-500\/55 {
    border-right-color: rgb(16 185 129 / 0.55);
  }

  .lg\:border-r-emerald-500\/60 {
    border-right-color: rgb(16 185 129 / 0.6);
  }

  .lg\:border-r-emerald-500\/65 {
    border-right-color: rgb(16 185 129 / 0.65);
  }

  .lg\:border-r-emerald-500\/70 {
    border-right-color: rgb(16 185 129 / 0.7);
  }

  .lg\:border-r-emerald-500\/75 {
    border-right-color: rgb(16 185 129 / 0.75);
  }

  .lg\:border-r-emerald-500\/80 {
    border-right-color: rgb(16 185 129 / 0.8);
  }

  .lg\:border-r-emerald-500\/85 {
    border-right-color: rgb(16 185 129 / 0.85);
  }

  .lg\:border-r-emerald-500\/90 {
    border-right-color: rgb(16 185 129 / 0.9);
  }

  .lg\:border-r-emerald-500\/95 {
    border-right-color: rgb(16 185 129 / 0.95);
  }

  .lg\:border-r-emerald-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(5 150 105 / var(--tw-border-opacity));
  }

  .lg\:border-r-emerald-600\/0 {
    border-right-color: rgb(5 150 105 / 0);
  }

  .lg\:border-r-emerald-600\/10 {
    border-right-color: rgb(5 150 105 / 0.1);
  }

  .lg\:border-r-emerald-600\/100 {
    border-right-color: rgb(5 150 105 / 1);
  }

  .lg\:border-r-emerald-600\/15 {
    border-right-color: rgb(5 150 105 / 0.15);
  }

  .lg\:border-r-emerald-600\/20 {
    border-right-color: rgb(5 150 105 / 0.2);
  }

  .lg\:border-r-emerald-600\/25 {
    border-right-color: rgb(5 150 105 / 0.25);
  }

  .lg\:border-r-emerald-600\/30 {
    border-right-color: rgb(5 150 105 / 0.3);
  }

  .lg\:border-r-emerald-600\/35 {
    border-right-color: rgb(5 150 105 / 0.35);
  }

  .lg\:border-r-emerald-600\/40 {
    border-right-color: rgb(5 150 105 / 0.4);
  }

  .lg\:border-r-emerald-600\/45 {
    border-right-color: rgb(5 150 105 / 0.45);
  }

  .lg\:border-r-emerald-600\/5 {
    border-right-color: rgb(5 150 105 / 0.05);
  }

  .lg\:border-r-emerald-600\/50 {
    border-right-color: rgb(5 150 105 / 0.5);
  }

  .lg\:border-r-emerald-600\/55 {
    border-right-color: rgb(5 150 105 / 0.55);
  }

  .lg\:border-r-emerald-600\/60 {
    border-right-color: rgb(5 150 105 / 0.6);
  }

  .lg\:border-r-emerald-600\/65 {
    border-right-color: rgb(5 150 105 / 0.65);
  }

  .lg\:border-r-emerald-600\/70 {
    border-right-color: rgb(5 150 105 / 0.7);
  }

  .lg\:border-r-emerald-600\/75 {
    border-right-color: rgb(5 150 105 / 0.75);
  }

  .lg\:border-r-emerald-600\/80 {
    border-right-color: rgb(5 150 105 / 0.8);
  }

  .lg\:border-r-emerald-600\/85 {
    border-right-color: rgb(5 150 105 / 0.85);
  }

  .lg\:border-r-emerald-600\/90 {
    border-right-color: rgb(5 150 105 / 0.9);
  }

  .lg\:border-r-emerald-600\/95 {
    border-right-color: rgb(5 150 105 / 0.95);
  }

  .lg\:border-r-emerald-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(4 120 87 / var(--tw-border-opacity));
  }

  .lg\:border-r-emerald-700\/0 {
    border-right-color: rgb(4 120 87 / 0);
  }

  .lg\:border-r-emerald-700\/10 {
    border-right-color: rgb(4 120 87 / 0.1);
  }

  .lg\:border-r-emerald-700\/100 {
    border-right-color: rgb(4 120 87 / 1);
  }

  .lg\:border-r-emerald-700\/15 {
    border-right-color: rgb(4 120 87 / 0.15);
  }

  .lg\:border-r-emerald-700\/20 {
    border-right-color: rgb(4 120 87 / 0.2);
  }

  .lg\:border-r-emerald-700\/25 {
    border-right-color: rgb(4 120 87 / 0.25);
  }

  .lg\:border-r-emerald-700\/30 {
    border-right-color: rgb(4 120 87 / 0.3);
  }

  .lg\:border-r-emerald-700\/35 {
    border-right-color: rgb(4 120 87 / 0.35);
  }

  .lg\:border-r-emerald-700\/40 {
    border-right-color: rgb(4 120 87 / 0.4);
  }

  .lg\:border-r-emerald-700\/45 {
    border-right-color: rgb(4 120 87 / 0.45);
  }

  .lg\:border-r-emerald-700\/5 {
    border-right-color: rgb(4 120 87 / 0.05);
  }

  .lg\:border-r-emerald-700\/50 {
    border-right-color: rgb(4 120 87 / 0.5);
  }

  .lg\:border-r-emerald-700\/55 {
    border-right-color: rgb(4 120 87 / 0.55);
  }

  .lg\:border-r-emerald-700\/60 {
    border-right-color: rgb(4 120 87 / 0.6);
  }

  .lg\:border-r-emerald-700\/65 {
    border-right-color: rgb(4 120 87 / 0.65);
  }

  .lg\:border-r-emerald-700\/70 {
    border-right-color: rgb(4 120 87 / 0.7);
  }

  .lg\:border-r-emerald-700\/75 {
    border-right-color: rgb(4 120 87 / 0.75);
  }

  .lg\:border-r-emerald-700\/80 {
    border-right-color: rgb(4 120 87 / 0.8);
  }

  .lg\:border-r-emerald-700\/85 {
    border-right-color: rgb(4 120 87 / 0.85);
  }

  .lg\:border-r-emerald-700\/90 {
    border-right-color: rgb(4 120 87 / 0.9);
  }

  .lg\:border-r-emerald-700\/95 {
    border-right-color: rgb(4 120 87 / 0.95);
  }

  .lg\:border-r-emerald-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(6 95 70 / var(--tw-border-opacity));
  }

  .lg\:border-r-emerald-800\/0 {
    border-right-color: rgb(6 95 70 / 0);
  }

  .lg\:border-r-emerald-800\/10 {
    border-right-color: rgb(6 95 70 / 0.1);
  }

  .lg\:border-r-emerald-800\/100 {
    border-right-color: rgb(6 95 70 / 1);
  }

  .lg\:border-r-emerald-800\/15 {
    border-right-color: rgb(6 95 70 / 0.15);
  }

  .lg\:border-r-emerald-800\/20 {
    border-right-color: rgb(6 95 70 / 0.2);
  }

  .lg\:border-r-emerald-800\/25 {
    border-right-color: rgb(6 95 70 / 0.25);
  }

  .lg\:border-r-emerald-800\/30 {
    border-right-color: rgb(6 95 70 / 0.3);
  }

  .lg\:border-r-emerald-800\/35 {
    border-right-color: rgb(6 95 70 / 0.35);
  }

  .lg\:border-r-emerald-800\/40 {
    border-right-color: rgb(6 95 70 / 0.4);
  }

  .lg\:border-r-emerald-800\/45 {
    border-right-color: rgb(6 95 70 / 0.45);
  }

  .lg\:border-r-emerald-800\/5 {
    border-right-color: rgb(6 95 70 / 0.05);
  }

  .lg\:border-r-emerald-800\/50 {
    border-right-color: rgb(6 95 70 / 0.5);
  }

  .lg\:border-r-emerald-800\/55 {
    border-right-color: rgb(6 95 70 / 0.55);
  }

  .lg\:border-r-emerald-800\/60 {
    border-right-color: rgb(6 95 70 / 0.6);
  }

  .lg\:border-r-emerald-800\/65 {
    border-right-color: rgb(6 95 70 / 0.65);
  }

  .lg\:border-r-emerald-800\/70 {
    border-right-color: rgb(6 95 70 / 0.7);
  }

  .lg\:border-r-emerald-800\/75 {
    border-right-color: rgb(6 95 70 / 0.75);
  }

  .lg\:border-r-emerald-800\/80 {
    border-right-color: rgb(6 95 70 / 0.8);
  }

  .lg\:border-r-emerald-800\/85 {
    border-right-color: rgb(6 95 70 / 0.85);
  }

  .lg\:border-r-emerald-800\/90 {
    border-right-color: rgb(6 95 70 / 0.9);
  }

  .lg\:border-r-emerald-800\/95 {
    border-right-color: rgb(6 95 70 / 0.95);
  }

  .lg\:border-r-emerald-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(6 78 59 / var(--tw-border-opacity));
  }

  .lg\:border-r-emerald-900\/0 {
    border-right-color: rgb(6 78 59 / 0);
  }

  .lg\:border-r-emerald-900\/10 {
    border-right-color: rgb(6 78 59 / 0.1);
  }

  .lg\:border-r-emerald-900\/100 {
    border-right-color: rgb(6 78 59 / 1);
  }

  .lg\:border-r-emerald-900\/15 {
    border-right-color: rgb(6 78 59 / 0.15);
  }

  .lg\:border-r-emerald-900\/20 {
    border-right-color: rgb(6 78 59 / 0.2);
  }

  .lg\:border-r-emerald-900\/25 {
    border-right-color: rgb(6 78 59 / 0.25);
  }

  .lg\:border-r-emerald-900\/30 {
    border-right-color: rgb(6 78 59 / 0.3);
  }

  .lg\:border-r-emerald-900\/35 {
    border-right-color: rgb(6 78 59 / 0.35);
  }

  .lg\:border-r-emerald-900\/40 {
    border-right-color: rgb(6 78 59 / 0.4);
  }

  .lg\:border-r-emerald-900\/45 {
    border-right-color: rgb(6 78 59 / 0.45);
  }

  .lg\:border-r-emerald-900\/5 {
    border-right-color: rgb(6 78 59 / 0.05);
  }

  .lg\:border-r-emerald-900\/50 {
    border-right-color: rgb(6 78 59 / 0.5);
  }

  .lg\:border-r-emerald-900\/55 {
    border-right-color: rgb(6 78 59 / 0.55);
  }

  .lg\:border-r-emerald-900\/60 {
    border-right-color: rgb(6 78 59 / 0.6);
  }

  .lg\:border-r-emerald-900\/65 {
    border-right-color: rgb(6 78 59 / 0.65);
  }

  .lg\:border-r-emerald-900\/70 {
    border-right-color: rgb(6 78 59 / 0.7);
  }

  .lg\:border-r-emerald-900\/75 {
    border-right-color: rgb(6 78 59 / 0.75);
  }

  .lg\:border-r-emerald-900\/80 {
    border-right-color: rgb(6 78 59 / 0.8);
  }

  .lg\:border-r-emerald-900\/85 {
    border-right-color: rgb(6 78 59 / 0.85);
  }

  .lg\:border-r-emerald-900\/90 {
    border-right-color: rgb(6 78 59 / 0.9);
  }

  .lg\:border-r-emerald-900\/95 {
    border-right-color: rgb(6 78 59 / 0.95);
  }

  .lg\:border-r-emerald-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(2 44 34 / var(--tw-border-opacity));
  }

  .lg\:border-r-emerald-950\/0 {
    border-right-color: rgb(2 44 34 / 0);
  }

  .lg\:border-r-emerald-950\/10 {
    border-right-color: rgb(2 44 34 / 0.1);
  }

  .lg\:border-r-emerald-950\/100 {
    border-right-color: rgb(2 44 34 / 1);
  }

  .lg\:border-r-emerald-950\/15 {
    border-right-color: rgb(2 44 34 / 0.15);
  }

  .lg\:border-r-emerald-950\/20 {
    border-right-color: rgb(2 44 34 / 0.2);
  }

  .lg\:border-r-emerald-950\/25 {
    border-right-color: rgb(2 44 34 / 0.25);
  }

  .lg\:border-r-emerald-950\/30 {
    border-right-color: rgb(2 44 34 / 0.3);
  }

  .lg\:border-r-emerald-950\/35 {
    border-right-color: rgb(2 44 34 / 0.35);
  }

  .lg\:border-r-emerald-950\/40 {
    border-right-color: rgb(2 44 34 / 0.4);
  }

  .lg\:border-r-emerald-950\/45 {
    border-right-color: rgb(2 44 34 / 0.45);
  }

  .lg\:border-r-emerald-950\/5 {
    border-right-color: rgb(2 44 34 / 0.05);
  }

  .lg\:border-r-emerald-950\/50 {
    border-right-color: rgb(2 44 34 / 0.5);
  }

  .lg\:border-r-emerald-950\/55 {
    border-right-color: rgb(2 44 34 / 0.55);
  }

  .lg\:border-r-emerald-950\/60 {
    border-right-color: rgb(2 44 34 / 0.6);
  }

  .lg\:border-r-emerald-950\/65 {
    border-right-color: rgb(2 44 34 / 0.65);
  }

  .lg\:border-r-emerald-950\/70 {
    border-right-color: rgb(2 44 34 / 0.7);
  }

  .lg\:border-r-emerald-950\/75 {
    border-right-color: rgb(2 44 34 / 0.75);
  }

  .lg\:border-r-emerald-950\/80 {
    border-right-color: rgb(2 44 34 / 0.8);
  }

  .lg\:border-r-emerald-950\/85 {
    border-right-color: rgb(2 44 34 / 0.85);
  }

  .lg\:border-r-emerald-950\/90 {
    border-right-color: rgb(2 44 34 / 0.9);
  }

  .lg\:border-r-emerald-950\/95 {
    border-right-color: rgb(2 44 34 / 0.95);
  }

  .lg\:border-r-fuchsia-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 232 255 / var(--tw-border-opacity));
  }

  .lg\:border-r-fuchsia-100\/0 {
    border-right-color: rgb(250 232 255 / 0);
  }

  .lg\:border-r-fuchsia-100\/10 {
    border-right-color: rgb(250 232 255 / 0.1);
  }

  .lg\:border-r-fuchsia-100\/100 {
    border-right-color: rgb(250 232 255 / 1);
  }

  .lg\:border-r-fuchsia-100\/15 {
    border-right-color: rgb(250 232 255 / 0.15);
  }

  .lg\:border-r-fuchsia-100\/20 {
    border-right-color: rgb(250 232 255 / 0.2);
  }

  .lg\:border-r-fuchsia-100\/25 {
    border-right-color: rgb(250 232 255 / 0.25);
  }

  .lg\:border-r-fuchsia-100\/30 {
    border-right-color: rgb(250 232 255 / 0.3);
  }

  .lg\:border-r-fuchsia-100\/35 {
    border-right-color: rgb(250 232 255 / 0.35);
  }

  .lg\:border-r-fuchsia-100\/40 {
    border-right-color: rgb(250 232 255 / 0.4);
  }

  .lg\:border-r-fuchsia-100\/45 {
    border-right-color: rgb(250 232 255 / 0.45);
  }

  .lg\:border-r-fuchsia-100\/5 {
    border-right-color: rgb(250 232 255 / 0.05);
  }

  .lg\:border-r-fuchsia-100\/50 {
    border-right-color: rgb(250 232 255 / 0.5);
  }

  .lg\:border-r-fuchsia-100\/55 {
    border-right-color: rgb(250 232 255 / 0.55);
  }

  .lg\:border-r-fuchsia-100\/60 {
    border-right-color: rgb(250 232 255 / 0.6);
  }

  .lg\:border-r-fuchsia-100\/65 {
    border-right-color: rgb(250 232 255 / 0.65);
  }

  .lg\:border-r-fuchsia-100\/70 {
    border-right-color: rgb(250 232 255 / 0.7);
  }

  .lg\:border-r-fuchsia-100\/75 {
    border-right-color: rgb(250 232 255 / 0.75);
  }

  .lg\:border-r-fuchsia-100\/80 {
    border-right-color: rgb(250 232 255 / 0.8);
  }

  .lg\:border-r-fuchsia-100\/85 {
    border-right-color: rgb(250 232 255 / 0.85);
  }

  .lg\:border-r-fuchsia-100\/90 {
    border-right-color: rgb(250 232 255 / 0.9);
  }

  .lg\:border-r-fuchsia-100\/95 {
    border-right-color: rgb(250 232 255 / 0.95);
  }

  .lg\:border-r-fuchsia-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 208 254 / var(--tw-border-opacity));
  }

  .lg\:border-r-fuchsia-200\/0 {
    border-right-color: rgb(245 208 254 / 0);
  }

  .lg\:border-r-fuchsia-200\/10 {
    border-right-color: rgb(245 208 254 / 0.1);
  }

  .lg\:border-r-fuchsia-200\/100 {
    border-right-color: rgb(245 208 254 / 1);
  }

  .lg\:border-r-fuchsia-200\/15 {
    border-right-color: rgb(245 208 254 / 0.15);
  }

  .lg\:border-r-fuchsia-200\/20 {
    border-right-color: rgb(245 208 254 / 0.2);
  }

  .lg\:border-r-fuchsia-200\/25 {
    border-right-color: rgb(245 208 254 / 0.25);
  }

  .lg\:border-r-fuchsia-200\/30 {
    border-right-color: rgb(245 208 254 / 0.3);
  }

  .lg\:border-r-fuchsia-200\/35 {
    border-right-color: rgb(245 208 254 / 0.35);
  }

  .lg\:border-r-fuchsia-200\/40 {
    border-right-color: rgb(245 208 254 / 0.4);
  }

  .lg\:border-r-fuchsia-200\/45 {
    border-right-color: rgb(245 208 254 / 0.45);
  }

  .lg\:border-r-fuchsia-200\/5 {
    border-right-color: rgb(245 208 254 / 0.05);
  }

  .lg\:border-r-fuchsia-200\/50 {
    border-right-color: rgb(245 208 254 / 0.5);
  }

  .lg\:border-r-fuchsia-200\/55 {
    border-right-color: rgb(245 208 254 / 0.55);
  }

  .lg\:border-r-fuchsia-200\/60 {
    border-right-color: rgb(245 208 254 / 0.6);
  }

  .lg\:border-r-fuchsia-200\/65 {
    border-right-color: rgb(245 208 254 / 0.65);
  }

  .lg\:border-r-fuchsia-200\/70 {
    border-right-color: rgb(245 208 254 / 0.7);
  }

  .lg\:border-r-fuchsia-200\/75 {
    border-right-color: rgb(245 208 254 / 0.75);
  }

  .lg\:border-r-fuchsia-200\/80 {
    border-right-color: rgb(245 208 254 / 0.8);
  }

  .lg\:border-r-fuchsia-200\/85 {
    border-right-color: rgb(245 208 254 / 0.85);
  }

  .lg\:border-r-fuchsia-200\/90 {
    border-right-color: rgb(245 208 254 / 0.9);
  }

  .lg\:border-r-fuchsia-200\/95 {
    border-right-color: rgb(245 208 254 / 0.95);
  }

  .lg\:border-r-fuchsia-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(240 171 252 / var(--tw-border-opacity));
  }

  .lg\:border-r-fuchsia-300\/0 {
    border-right-color: rgb(240 171 252 / 0);
  }

  .lg\:border-r-fuchsia-300\/10 {
    border-right-color: rgb(240 171 252 / 0.1);
  }

  .lg\:border-r-fuchsia-300\/100 {
    border-right-color: rgb(240 171 252 / 1);
  }

  .lg\:border-r-fuchsia-300\/15 {
    border-right-color: rgb(240 171 252 / 0.15);
  }

  .lg\:border-r-fuchsia-300\/20 {
    border-right-color: rgb(240 171 252 / 0.2);
  }

  .lg\:border-r-fuchsia-300\/25 {
    border-right-color: rgb(240 171 252 / 0.25);
  }

  .lg\:border-r-fuchsia-300\/30 {
    border-right-color: rgb(240 171 252 / 0.3);
  }

  .lg\:border-r-fuchsia-300\/35 {
    border-right-color: rgb(240 171 252 / 0.35);
  }

  .lg\:border-r-fuchsia-300\/40 {
    border-right-color: rgb(240 171 252 / 0.4);
  }

  .lg\:border-r-fuchsia-300\/45 {
    border-right-color: rgb(240 171 252 / 0.45);
  }

  .lg\:border-r-fuchsia-300\/5 {
    border-right-color: rgb(240 171 252 / 0.05);
  }

  .lg\:border-r-fuchsia-300\/50 {
    border-right-color: rgb(240 171 252 / 0.5);
  }

  .lg\:border-r-fuchsia-300\/55 {
    border-right-color: rgb(240 171 252 / 0.55);
  }

  .lg\:border-r-fuchsia-300\/60 {
    border-right-color: rgb(240 171 252 / 0.6);
  }

  .lg\:border-r-fuchsia-300\/65 {
    border-right-color: rgb(240 171 252 / 0.65);
  }

  .lg\:border-r-fuchsia-300\/70 {
    border-right-color: rgb(240 171 252 / 0.7);
  }

  .lg\:border-r-fuchsia-300\/75 {
    border-right-color: rgb(240 171 252 / 0.75);
  }

  .lg\:border-r-fuchsia-300\/80 {
    border-right-color: rgb(240 171 252 / 0.8);
  }

  .lg\:border-r-fuchsia-300\/85 {
    border-right-color: rgb(240 171 252 / 0.85);
  }

  .lg\:border-r-fuchsia-300\/90 {
    border-right-color: rgb(240 171 252 / 0.9);
  }

  .lg\:border-r-fuchsia-300\/95 {
    border-right-color: rgb(240 171 252 / 0.95);
  }

  .lg\:border-r-fuchsia-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(232 121 249 / var(--tw-border-opacity));
  }

  .lg\:border-r-fuchsia-400\/0 {
    border-right-color: rgb(232 121 249 / 0);
  }

  .lg\:border-r-fuchsia-400\/10 {
    border-right-color: rgb(232 121 249 / 0.1);
  }

  .lg\:border-r-fuchsia-400\/100 {
    border-right-color: rgb(232 121 249 / 1);
  }

  .lg\:border-r-fuchsia-400\/15 {
    border-right-color: rgb(232 121 249 / 0.15);
  }

  .lg\:border-r-fuchsia-400\/20 {
    border-right-color: rgb(232 121 249 / 0.2);
  }

  .lg\:border-r-fuchsia-400\/25 {
    border-right-color: rgb(232 121 249 / 0.25);
  }

  .lg\:border-r-fuchsia-400\/30 {
    border-right-color: rgb(232 121 249 / 0.3);
  }

  .lg\:border-r-fuchsia-400\/35 {
    border-right-color: rgb(232 121 249 / 0.35);
  }

  .lg\:border-r-fuchsia-400\/40 {
    border-right-color: rgb(232 121 249 / 0.4);
  }

  .lg\:border-r-fuchsia-400\/45 {
    border-right-color: rgb(232 121 249 / 0.45);
  }

  .lg\:border-r-fuchsia-400\/5 {
    border-right-color: rgb(232 121 249 / 0.05);
  }

  .lg\:border-r-fuchsia-400\/50 {
    border-right-color: rgb(232 121 249 / 0.5);
  }

  .lg\:border-r-fuchsia-400\/55 {
    border-right-color: rgb(232 121 249 / 0.55);
  }

  .lg\:border-r-fuchsia-400\/60 {
    border-right-color: rgb(232 121 249 / 0.6);
  }

  .lg\:border-r-fuchsia-400\/65 {
    border-right-color: rgb(232 121 249 / 0.65);
  }

  .lg\:border-r-fuchsia-400\/70 {
    border-right-color: rgb(232 121 249 / 0.7);
  }

  .lg\:border-r-fuchsia-400\/75 {
    border-right-color: rgb(232 121 249 / 0.75);
  }

  .lg\:border-r-fuchsia-400\/80 {
    border-right-color: rgb(232 121 249 / 0.8);
  }

  .lg\:border-r-fuchsia-400\/85 {
    border-right-color: rgb(232 121 249 / 0.85);
  }

  .lg\:border-r-fuchsia-400\/90 {
    border-right-color: rgb(232 121 249 / 0.9);
  }

  .lg\:border-r-fuchsia-400\/95 {
    border-right-color: rgb(232 121 249 / 0.95);
  }

  .lg\:border-r-fuchsia-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 244 255 / var(--tw-border-opacity));
  }

  .lg\:border-r-fuchsia-50\/0 {
    border-right-color: rgb(253 244 255 / 0);
  }

  .lg\:border-r-fuchsia-50\/10 {
    border-right-color: rgb(253 244 255 / 0.1);
  }

  .lg\:border-r-fuchsia-50\/100 {
    border-right-color: rgb(253 244 255 / 1);
  }

  .lg\:border-r-fuchsia-50\/15 {
    border-right-color: rgb(253 244 255 / 0.15);
  }

  .lg\:border-r-fuchsia-50\/20 {
    border-right-color: rgb(253 244 255 / 0.2);
  }

  .lg\:border-r-fuchsia-50\/25 {
    border-right-color: rgb(253 244 255 / 0.25);
  }

  .lg\:border-r-fuchsia-50\/30 {
    border-right-color: rgb(253 244 255 / 0.3);
  }

  .lg\:border-r-fuchsia-50\/35 {
    border-right-color: rgb(253 244 255 / 0.35);
  }

  .lg\:border-r-fuchsia-50\/40 {
    border-right-color: rgb(253 244 255 / 0.4);
  }

  .lg\:border-r-fuchsia-50\/45 {
    border-right-color: rgb(253 244 255 / 0.45);
  }

  .lg\:border-r-fuchsia-50\/5 {
    border-right-color: rgb(253 244 255 / 0.05);
  }

  .lg\:border-r-fuchsia-50\/50 {
    border-right-color: rgb(253 244 255 / 0.5);
  }

  .lg\:border-r-fuchsia-50\/55 {
    border-right-color: rgb(253 244 255 / 0.55);
  }

  .lg\:border-r-fuchsia-50\/60 {
    border-right-color: rgb(253 244 255 / 0.6);
  }

  .lg\:border-r-fuchsia-50\/65 {
    border-right-color: rgb(253 244 255 / 0.65);
  }

  .lg\:border-r-fuchsia-50\/70 {
    border-right-color: rgb(253 244 255 / 0.7);
  }

  .lg\:border-r-fuchsia-50\/75 {
    border-right-color: rgb(253 244 255 / 0.75);
  }

  .lg\:border-r-fuchsia-50\/80 {
    border-right-color: rgb(253 244 255 / 0.8);
  }

  .lg\:border-r-fuchsia-50\/85 {
    border-right-color: rgb(253 244 255 / 0.85);
  }

  .lg\:border-r-fuchsia-50\/90 {
    border-right-color: rgb(253 244 255 / 0.9);
  }

  .lg\:border-r-fuchsia-50\/95 {
    border-right-color: rgb(253 244 255 / 0.95);
  }

  .lg\:border-r-fuchsia-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(217 70 239 / var(--tw-border-opacity));
  }

  .lg\:border-r-fuchsia-500\/0 {
    border-right-color: rgb(217 70 239 / 0);
  }

  .lg\:border-r-fuchsia-500\/10 {
    border-right-color: rgb(217 70 239 / 0.1);
  }

  .lg\:border-r-fuchsia-500\/100 {
    border-right-color: rgb(217 70 239 / 1);
  }

  .lg\:border-r-fuchsia-500\/15 {
    border-right-color: rgb(217 70 239 / 0.15);
  }

  .lg\:border-r-fuchsia-500\/20 {
    border-right-color: rgb(217 70 239 / 0.2);
  }

  .lg\:border-r-fuchsia-500\/25 {
    border-right-color: rgb(217 70 239 / 0.25);
  }

  .lg\:border-r-fuchsia-500\/30 {
    border-right-color: rgb(217 70 239 / 0.3);
  }

  .lg\:border-r-fuchsia-500\/35 {
    border-right-color: rgb(217 70 239 / 0.35);
  }

  .lg\:border-r-fuchsia-500\/40 {
    border-right-color: rgb(217 70 239 / 0.4);
  }

  .lg\:border-r-fuchsia-500\/45 {
    border-right-color: rgb(217 70 239 / 0.45);
  }

  .lg\:border-r-fuchsia-500\/5 {
    border-right-color: rgb(217 70 239 / 0.05);
  }

  .lg\:border-r-fuchsia-500\/50 {
    border-right-color: rgb(217 70 239 / 0.5);
  }

  .lg\:border-r-fuchsia-500\/55 {
    border-right-color: rgb(217 70 239 / 0.55);
  }

  .lg\:border-r-fuchsia-500\/60 {
    border-right-color: rgb(217 70 239 / 0.6);
  }

  .lg\:border-r-fuchsia-500\/65 {
    border-right-color: rgb(217 70 239 / 0.65);
  }

  .lg\:border-r-fuchsia-500\/70 {
    border-right-color: rgb(217 70 239 / 0.7);
  }

  .lg\:border-r-fuchsia-500\/75 {
    border-right-color: rgb(217 70 239 / 0.75);
  }

  .lg\:border-r-fuchsia-500\/80 {
    border-right-color: rgb(217 70 239 / 0.8);
  }

  .lg\:border-r-fuchsia-500\/85 {
    border-right-color: rgb(217 70 239 / 0.85);
  }

  .lg\:border-r-fuchsia-500\/90 {
    border-right-color: rgb(217 70 239 / 0.9);
  }

  .lg\:border-r-fuchsia-500\/95 {
    border-right-color: rgb(217 70 239 / 0.95);
  }

  .lg\:border-r-fuchsia-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(192 38 211 / var(--tw-border-opacity));
  }

  .lg\:border-r-fuchsia-600\/0 {
    border-right-color: rgb(192 38 211 / 0);
  }

  .lg\:border-r-fuchsia-600\/10 {
    border-right-color: rgb(192 38 211 / 0.1);
  }

  .lg\:border-r-fuchsia-600\/100 {
    border-right-color: rgb(192 38 211 / 1);
  }

  .lg\:border-r-fuchsia-600\/15 {
    border-right-color: rgb(192 38 211 / 0.15);
  }

  .lg\:border-r-fuchsia-600\/20 {
    border-right-color: rgb(192 38 211 / 0.2);
  }

  .lg\:border-r-fuchsia-600\/25 {
    border-right-color: rgb(192 38 211 / 0.25);
  }

  .lg\:border-r-fuchsia-600\/30 {
    border-right-color: rgb(192 38 211 / 0.3);
  }

  .lg\:border-r-fuchsia-600\/35 {
    border-right-color: rgb(192 38 211 / 0.35);
  }

  .lg\:border-r-fuchsia-600\/40 {
    border-right-color: rgb(192 38 211 / 0.4);
  }

  .lg\:border-r-fuchsia-600\/45 {
    border-right-color: rgb(192 38 211 / 0.45);
  }

  .lg\:border-r-fuchsia-600\/5 {
    border-right-color: rgb(192 38 211 / 0.05);
  }

  .lg\:border-r-fuchsia-600\/50 {
    border-right-color: rgb(192 38 211 / 0.5);
  }

  .lg\:border-r-fuchsia-600\/55 {
    border-right-color: rgb(192 38 211 / 0.55);
  }

  .lg\:border-r-fuchsia-600\/60 {
    border-right-color: rgb(192 38 211 / 0.6);
  }

  .lg\:border-r-fuchsia-600\/65 {
    border-right-color: rgb(192 38 211 / 0.65);
  }

  .lg\:border-r-fuchsia-600\/70 {
    border-right-color: rgb(192 38 211 / 0.7);
  }

  .lg\:border-r-fuchsia-600\/75 {
    border-right-color: rgb(192 38 211 / 0.75);
  }

  .lg\:border-r-fuchsia-600\/80 {
    border-right-color: rgb(192 38 211 / 0.8);
  }

  .lg\:border-r-fuchsia-600\/85 {
    border-right-color: rgb(192 38 211 / 0.85);
  }

  .lg\:border-r-fuchsia-600\/90 {
    border-right-color: rgb(192 38 211 / 0.9);
  }

  .lg\:border-r-fuchsia-600\/95 {
    border-right-color: rgb(192 38 211 / 0.95);
  }

  .lg\:border-r-fuchsia-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(162 28 175 / var(--tw-border-opacity));
  }

  .lg\:border-r-fuchsia-700\/0 {
    border-right-color: rgb(162 28 175 / 0);
  }

  .lg\:border-r-fuchsia-700\/10 {
    border-right-color: rgb(162 28 175 / 0.1);
  }

  .lg\:border-r-fuchsia-700\/100 {
    border-right-color: rgb(162 28 175 / 1);
  }

  .lg\:border-r-fuchsia-700\/15 {
    border-right-color: rgb(162 28 175 / 0.15);
  }

  .lg\:border-r-fuchsia-700\/20 {
    border-right-color: rgb(162 28 175 / 0.2);
  }

  .lg\:border-r-fuchsia-700\/25 {
    border-right-color: rgb(162 28 175 / 0.25);
  }

  .lg\:border-r-fuchsia-700\/30 {
    border-right-color: rgb(162 28 175 / 0.3);
  }

  .lg\:border-r-fuchsia-700\/35 {
    border-right-color: rgb(162 28 175 / 0.35);
  }

  .lg\:border-r-fuchsia-700\/40 {
    border-right-color: rgb(162 28 175 / 0.4);
  }

  .lg\:border-r-fuchsia-700\/45 {
    border-right-color: rgb(162 28 175 / 0.45);
  }

  .lg\:border-r-fuchsia-700\/5 {
    border-right-color: rgb(162 28 175 / 0.05);
  }

  .lg\:border-r-fuchsia-700\/50 {
    border-right-color: rgb(162 28 175 / 0.5);
  }

  .lg\:border-r-fuchsia-700\/55 {
    border-right-color: rgb(162 28 175 / 0.55);
  }

  .lg\:border-r-fuchsia-700\/60 {
    border-right-color: rgb(162 28 175 / 0.6);
  }

  .lg\:border-r-fuchsia-700\/65 {
    border-right-color: rgb(162 28 175 / 0.65);
  }

  .lg\:border-r-fuchsia-700\/70 {
    border-right-color: rgb(162 28 175 / 0.7);
  }

  .lg\:border-r-fuchsia-700\/75 {
    border-right-color: rgb(162 28 175 / 0.75);
  }

  .lg\:border-r-fuchsia-700\/80 {
    border-right-color: rgb(162 28 175 / 0.8);
  }

  .lg\:border-r-fuchsia-700\/85 {
    border-right-color: rgb(162 28 175 / 0.85);
  }

  .lg\:border-r-fuchsia-700\/90 {
    border-right-color: rgb(162 28 175 / 0.9);
  }

  .lg\:border-r-fuchsia-700\/95 {
    border-right-color: rgb(162 28 175 / 0.95);
  }

  .lg\:border-r-fuchsia-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(134 25 143 / var(--tw-border-opacity));
  }

  .lg\:border-r-fuchsia-800\/0 {
    border-right-color: rgb(134 25 143 / 0);
  }

  .lg\:border-r-fuchsia-800\/10 {
    border-right-color: rgb(134 25 143 / 0.1);
  }

  .lg\:border-r-fuchsia-800\/100 {
    border-right-color: rgb(134 25 143 / 1);
  }

  .lg\:border-r-fuchsia-800\/15 {
    border-right-color: rgb(134 25 143 / 0.15);
  }

  .lg\:border-r-fuchsia-800\/20 {
    border-right-color: rgb(134 25 143 / 0.2);
  }

  .lg\:border-r-fuchsia-800\/25 {
    border-right-color: rgb(134 25 143 / 0.25);
  }

  .lg\:border-r-fuchsia-800\/30 {
    border-right-color: rgb(134 25 143 / 0.3);
  }

  .lg\:border-r-fuchsia-800\/35 {
    border-right-color: rgb(134 25 143 / 0.35);
  }

  .lg\:border-r-fuchsia-800\/40 {
    border-right-color: rgb(134 25 143 / 0.4);
  }

  .lg\:border-r-fuchsia-800\/45 {
    border-right-color: rgb(134 25 143 / 0.45);
  }

  .lg\:border-r-fuchsia-800\/5 {
    border-right-color: rgb(134 25 143 / 0.05);
  }

  .lg\:border-r-fuchsia-800\/50 {
    border-right-color: rgb(134 25 143 / 0.5);
  }

  .lg\:border-r-fuchsia-800\/55 {
    border-right-color: rgb(134 25 143 / 0.55);
  }

  .lg\:border-r-fuchsia-800\/60 {
    border-right-color: rgb(134 25 143 / 0.6);
  }

  .lg\:border-r-fuchsia-800\/65 {
    border-right-color: rgb(134 25 143 / 0.65);
  }

  .lg\:border-r-fuchsia-800\/70 {
    border-right-color: rgb(134 25 143 / 0.7);
  }

  .lg\:border-r-fuchsia-800\/75 {
    border-right-color: rgb(134 25 143 / 0.75);
  }

  .lg\:border-r-fuchsia-800\/80 {
    border-right-color: rgb(134 25 143 / 0.8);
  }

  .lg\:border-r-fuchsia-800\/85 {
    border-right-color: rgb(134 25 143 / 0.85);
  }

  .lg\:border-r-fuchsia-800\/90 {
    border-right-color: rgb(134 25 143 / 0.9);
  }

  .lg\:border-r-fuchsia-800\/95 {
    border-right-color: rgb(134 25 143 / 0.95);
  }

  .lg\:border-r-fuchsia-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(112 26 117 / var(--tw-border-opacity));
  }

  .lg\:border-r-fuchsia-900\/0 {
    border-right-color: rgb(112 26 117 / 0);
  }

  .lg\:border-r-fuchsia-900\/10 {
    border-right-color: rgb(112 26 117 / 0.1);
  }

  .lg\:border-r-fuchsia-900\/100 {
    border-right-color: rgb(112 26 117 / 1);
  }

  .lg\:border-r-fuchsia-900\/15 {
    border-right-color: rgb(112 26 117 / 0.15);
  }

  .lg\:border-r-fuchsia-900\/20 {
    border-right-color: rgb(112 26 117 / 0.2);
  }

  .lg\:border-r-fuchsia-900\/25 {
    border-right-color: rgb(112 26 117 / 0.25);
  }

  .lg\:border-r-fuchsia-900\/30 {
    border-right-color: rgb(112 26 117 / 0.3);
  }

  .lg\:border-r-fuchsia-900\/35 {
    border-right-color: rgb(112 26 117 / 0.35);
  }

  .lg\:border-r-fuchsia-900\/40 {
    border-right-color: rgb(112 26 117 / 0.4);
  }

  .lg\:border-r-fuchsia-900\/45 {
    border-right-color: rgb(112 26 117 / 0.45);
  }

  .lg\:border-r-fuchsia-900\/5 {
    border-right-color: rgb(112 26 117 / 0.05);
  }

  .lg\:border-r-fuchsia-900\/50 {
    border-right-color: rgb(112 26 117 / 0.5);
  }

  .lg\:border-r-fuchsia-900\/55 {
    border-right-color: rgb(112 26 117 / 0.55);
  }

  .lg\:border-r-fuchsia-900\/60 {
    border-right-color: rgb(112 26 117 / 0.6);
  }

  .lg\:border-r-fuchsia-900\/65 {
    border-right-color: rgb(112 26 117 / 0.65);
  }

  .lg\:border-r-fuchsia-900\/70 {
    border-right-color: rgb(112 26 117 / 0.7);
  }

  .lg\:border-r-fuchsia-900\/75 {
    border-right-color: rgb(112 26 117 / 0.75);
  }

  .lg\:border-r-fuchsia-900\/80 {
    border-right-color: rgb(112 26 117 / 0.8);
  }

  .lg\:border-r-fuchsia-900\/85 {
    border-right-color: rgb(112 26 117 / 0.85);
  }

  .lg\:border-r-fuchsia-900\/90 {
    border-right-color: rgb(112 26 117 / 0.9);
  }

  .lg\:border-r-fuchsia-900\/95 {
    border-right-color: rgb(112 26 117 / 0.95);
  }

  .lg\:border-r-fuchsia-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(74 4 78 / var(--tw-border-opacity));
  }

  .lg\:border-r-fuchsia-950\/0 {
    border-right-color: rgb(74 4 78 / 0);
  }

  .lg\:border-r-fuchsia-950\/10 {
    border-right-color: rgb(74 4 78 / 0.1);
  }

  .lg\:border-r-fuchsia-950\/100 {
    border-right-color: rgb(74 4 78 / 1);
  }

  .lg\:border-r-fuchsia-950\/15 {
    border-right-color: rgb(74 4 78 / 0.15);
  }

  .lg\:border-r-fuchsia-950\/20 {
    border-right-color: rgb(74 4 78 / 0.2);
  }

  .lg\:border-r-fuchsia-950\/25 {
    border-right-color: rgb(74 4 78 / 0.25);
  }

  .lg\:border-r-fuchsia-950\/30 {
    border-right-color: rgb(74 4 78 / 0.3);
  }

  .lg\:border-r-fuchsia-950\/35 {
    border-right-color: rgb(74 4 78 / 0.35);
  }

  .lg\:border-r-fuchsia-950\/40 {
    border-right-color: rgb(74 4 78 / 0.4);
  }

  .lg\:border-r-fuchsia-950\/45 {
    border-right-color: rgb(74 4 78 / 0.45);
  }

  .lg\:border-r-fuchsia-950\/5 {
    border-right-color: rgb(74 4 78 / 0.05);
  }

  .lg\:border-r-fuchsia-950\/50 {
    border-right-color: rgb(74 4 78 / 0.5);
  }

  .lg\:border-r-fuchsia-950\/55 {
    border-right-color: rgb(74 4 78 / 0.55);
  }

  .lg\:border-r-fuchsia-950\/60 {
    border-right-color: rgb(74 4 78 / 0.6);
  }

  .lg\:border-r-fuchsia-950\/65 {
    border-right-color: rgb(74 4 78 / 0.65);
  }

  .lg\:border-r-fuchsia-950\/70 {
    border-right-color: rgb(74 4 78 / 0.7);
  }

  .lg\:border-r-fuchsia-950\/75 {
    border-right-color: rgb(74 4 78 / 0.75);
  }

  .lg\:border-r-fuchsia-950\/80 {
    border-right-color: rgb(74 4 78 / 0.8);
  }

  .lg\:border-r-fuchsia-950\/85 {
    border-right-color: rgb(74 4 78 / 0.85);
  }

  .lg\:border-r-fuchsia-950\/90 {
    border-right-color: rgb(74 4 78 / 0.9);
  }

  .lg\:border-r-fuchsia-950\/95 {
    border-right-color: rgb(74 4 78 / 0.95);
  }

  .lg\:border-r-gray-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(243 244 246 / var(--tw-border-opacity));
  }

  .lg\:border-r-gray-100\/0 {
    border-right-color: rgb(243 244 246 / 0);
  }

  .lg\:border-r-gray-100\/10 {
    border-right-color: rgb(243 244 246 / 0.1);
  }

  .lg\:border-r-gray-100\/100 {
    border-right-color: rgb(243 244 246 / 1);
  }

  .lg\:border-r-gray-100\/15 {
    border-right-color: rgb(243 244 246 / 0.15);
  }

  .lg\:border-r-gray-100\/20 {
    border-right-color: rgb(243 244 246 / 0.2);
  }

  .lg\:border-r-gray-100\/25 {
    border-right-color: rgb(243 244 246 / 0.25);
  }

  .lg\:border-r-gray-100\/30 {
    border-right-color: rgb(243 244 246 / 0.3);
  }

  .lg\:border-r-gray-100\/35 {
    border-right-color: rgb(243 244 246 / 0.35);
  }

  .lg\:border-r-gray-100\/40 {
    border-right-color: rgb(243 244 246 / 0.4);
  }

  .lg\:border-r-gray-100\/45 {
    border-right-color: rgb(243 244 246 / 0.45);
  }

  .lg\:border-r-gray-100\/5 {
    border-right-color: rgb(243 244 246 / 0.05);
  }

  .lg\:border-r-gray-100\/50 {
    border-right-color: rgb(243 244 246 / 0.5);
  }

  .lg\:border-r-gray-100\/55 {
    border-right-color: rgb(243 244 246 / 0.55);
  }

  .lg\:border-r-gray-100\/60 {
    border-right-color: rgb(243 244 246 / 0.6);
  }

  .lg\:border-r-gray-100\/65 {
    border-right-color: rgb(243 244 246 / 0.65);
  }

  .lg\:border-r-gray-100\/70 {
    border-right-color: rgb(243 244 246 / 0.7);
  }

  .lg\:border-r-gray-100\/75 {
    border-right-color: rgb(243 244 246 / 0.75);
  }

  .lg\:border-r-gray-100\/80 {
    border-right-color: rgb(243 244 246 / 0.8);
  }

  .lg\:border-r-gray-100\/85 {
    border-right-color: rgb(243 244 246 / 0.85);
  }

  .lg\:border-r-gray-100\/90 {
    border-right-color: rgb(243 244 246 / 0.9);
  }

  .lg\:border-r-gray-100\/95 {
    border-right-color: rgb(243 244 246 / 0.95);
  }

  .lg\:border-r-gray-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

  .lg\:border-r-gray-200\/0 {
    border-right-color: rgb(229 231 235 / 0);
  }

  .lg\:border-r-gray-200\/10 {
    border-right-color: rgb(229 231 235 / 0.1);
  }

  .lg\:border-r-gray-200\/100 {
    border-right-color: rgb(229 231 235 / 1);
  }

  .lg\:border-r-gray-200\/15 {
    border-right-color: rgb(229 231 235 / 0.15);
  }

  .lg\:border-r-gray-200\/20 {
    border-right-color: rgb(229 231 235 / 0.2);
  }

  .lg\:border-r-gray-200\/25 {
    border-right-color: rgb(229 231 235 / 0.25);
  }

  .lg\:border-r-gray-200\/30 {
    border-right-color: rgb(229 231 235 / 0.3);
  }

  .lg\:border-r-gray-200\/35 {
    border-right-color: rgb(229 231 235 / 0.35);
  }

  .lg\:border-r-gray-200\/40 {
    border-right-color: rgb(229 231 235 / 0.4);
  }

  .lg\:border-r-gray-200\/45 {
    border-right-color: rgb(229 231 235 / 0.45);
  }

  .lg\:border-r-gray-200\/5 {
    border-right-color: rgb(229 231 235 / 0.05);
  }

  .lg\:border-r-gray-200\/50 {
    border-right-color: rgb(229 231 235 / 0.5);
  }

  .lg\:border-r-gray-200\/55 {
    border-right-color: rgb(229 231 235 / 0.55);
  }

  .lg\:border-r-gray-200\/60 {
    border-right-color: rgb(229 231 235 / 0.6);
  }

  .lg\:border-r-gray-200\/65 {
    border-right-color: rgb(229 231 235 / 0.65);
  }

  .lg\:border-r-gray-200\/70 {
    border-right-color: rgb(229 231 235 / 0.7);
  }

  .lg\:border-r-gray-200\/75 {
    border-right-color: rgb(229 231 235 / 0.75);
  }

  .lg\:border-r-gray-200\/80 {
    border-right-color: rgb(229 231 235 / 0.8);
  }

  .lg\:border-r-gray-200\/85 {
    border-right-color: rgb(229 231 235 / 0.85);
  }

  .lg\:border-r-gray-200\/90 {
    border-right-color: rgb(229 231 235 / 0.9);
  }

  .lg\:border-r-gray-200\/95 {
    border-right-color: rgb(229 231 235 / 0.95);
  }

  .lg\:border-r-gray-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(209 213 219 / var(--tw-border-opacity));
  }

  .lg\:border-r-gray-300\/0 {
    border-right-color: rgb(209 213 219 / 0);
  }

  .lg\:border-r-gray-300\/10 {
    border-right-color: rgb(209 213 219 / 0.1);
  }

  .lg\:border-r-gray-300\/100 {
    border-right-color: rgb(209 213 219 / 1);
  }

  .lg\:border-r-gray-300\/15 {
    border-right-color: rgb(209 213 219 / 0.15);
  }

  .lg\:border-r-gray-300\/20 {
    border-right-color: rgb(209 213 219 / 0.2);
  }

  .lg\:border-r-gray-300\/25 {
    border-right-color: rgb(209 213 219 / 0.25);
  }

  .lg\:border-r-gray-300\/30 {
    border-right-color: rgb(209 213 219 / 0.3);
  }

  .lg\:border-r-gray-300\/35 {
    border-right-color: rgb(209 213 219 / 0.35);
  }

  .lg\:border-r-gray-300\/40 {
    border-right-color: rgb(209 213 219 / 0.4);
  }

  .lg\:border-r-gray-300\/45 {
    border-right-color: rgb(209 213 219 / 0.45);
  }

  .lg\:border-r-gray-300\/5 {
    border-right-color: rgb(209 213 219 / 0.05);
  }

  .lg\:border-r-gray-300\/50 {
    border-right-color: rgb(209 213 219 / 0.5);
  }

  .lg\:border-r-gray-300\/55 {
    border-right-color: rgb(209 213 219 / 0.55);
  }

  .lg\:border-r-gray-300\/60 {
    border-right-color: rgb(209 213 219 / 0.6);
  }

  .lg\:border-r-gray-300\/65 {
    border-right-color: rgb(209 213 219 / 0.65);
  }

  .lg\:border-r-gray-300\/70 {
    border-right-color: rgb(209 213 219 / 0.7);
  }

  .lg\:border-r-gray-300\/75 {
    border-right-color: rgb(209 213 219 / 0.75);
  }

  .lg\:border-r-gray-300\/80 {
    border-right-color: rgb(209 213 219 / 0.8);
  }

  .lg\:border-r-gray-300\/85 {
    border-right-color: rgb(209 213 219 / 0.85);
  }

  .lg\:border-r-gray-300\/90 {
    border-right-color: rgb(209 213 219 / 0.9);
  }

  .lg\:border-r-gray-300\/95 {
    border-right-color: rgb(209 213 219 / 0.95);
  }

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

  .lg\:border-r-gray-400\/0 {
    border-right-color: rgb(156 163 175 / 0);
  }

  .lg\:border-r-gray-400\/10 {
    border-right-color: rgb(156 163 175 / 0.1);
  }

  .lg\:border-r-gray-400\/100 {
    border-right-color: rgb(156 163 175 / 1);
  }

  .lg\:border-r-gray-400\/15 {
    border-right-color: rgb(156 163 175 / 0.15);
  }

  .lg\:border-r-gray-400\/20 {
    border-right-color: rgb(156 163 175 / 0.2);
  }

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

  .lg\:border-r-gray-400\/30 {
    border-right-color: rgb(156 163 175 / 0.3);
  }

  .lg\:border-r-gray-400\/35 {
    border-right-color: rgb(156 163 175 / 0.35);
  }

  .lg\:border-r-gray-400\/40 {
    border-right-color: rgb(156 163 175 / 0.4);
  }

  .lg\:border-r-gray-400\/45 {
    border-right-color: rgb(156 163 175 / 0.45);
  }

  .lg\:border-r-gray-400\/5 {
    border-right-color: rgb(156 163 175 / 0.05);
  }

  .lg\:border-r-gray-400\/50 {
    border-right-color: rgb(156 163 175 / 0.5);
  }

  .lg\:border-r-gray-400\/55 {
    border-right-color: rgb(156 163 175 / 0.55);
  }

  .lg\:border-r-gray-400\/60 {
    border-right-color: rgb(156 163 175 / 0.6);
  }

  .lg\:border-r-gray-400\/65 {
    border-right-color: rgb(156 163 175 / 0.65);
  }

  .lg\:border-r-gray-400\/70 {
    border-right-color: rgb(156 163 175 / 0.7);
  }

  .lg\:border-r-gray-400\/75 {
    border-right-color: rgb(156 163 175 / 0.75);
  }

  .lg\:border-r-gray-400\/80 {
    border-right-color: rgb(156 163 175 / 0.8);
  }

  .lg\:border-r-gray-400\/85 {
    border-right-color: rgb(156 163 175 / 0.85);
  }

  .lg\:border-r-gray-400\/90 {
    border-right-color: rgb(156 163 175 / 0.9);
  }

  .lg\:border-r-gray-400\/95 {
    border-right-color: rgb(156 163 175 / 0.95);
  }

  .lg\:border-r-gray-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(249 250 251 / var(--tw-border-opacity));
  }

  .lg\:border-r-gray-50\/0 {
    border-right-color: rgb(249 250 251 / 0);
  }

  .lg\:border-r-gray-50\/10 {
    border-right-color: rgb(249 250 251 / 0.1);
  }

  .lg\:border-r-gray-50\/100 {
    border-right-color: rgb(249 250 251 / 1);
  }

  .lg\:border-r-gray-50\/15 {
    border-right-color: rgb(249 250 251 / 0.15);
  }

  .lg\:border-r-gray-50\/20 {
    border-right-color: rgb(249 250 251 / 0.2);
  }

  .lg\:border-r-gray-50\/25 {
    border-right-color: rgb(249 250 251 / 0.25);
  }

  .lg\:border-r-gray-50\/30 {
    border-right-color: rgb(249 250 251 / 0.3);
  }

  .lg\:border-r-gray-50\/35 {
    border-right-color: rgb(249 250 251 / 0.35);
  }

  .lg\:border-r-gray-50\/40 {
    border-right-color: rgb(249 250 251 / 0.4);
  }

  .lg\:border-r-gray-50\/45 {
    border-right-color: rgb(249 250 251 / 0.45);
  }

  .lg\:border-r-gray-50\/5 {
    border-right-color: rgb(249 250 251 / 0.05);
  }

  .lg\:border-r-gray-50\/50 {
    border-right-color: rgb(249 250 251 / 0.5);
  }

  .lg\:border-r-gray-50\/55 {
    border-right-color: rgb(249 250 251 / 0.55);
  }

  .lg\:border-r-gray-50\/60 {
    border-right-color: rgb(249 250 251 / 0.6);
  }

  .lg\:border-r-gray-50\/65 {
    border-right-color: rgb(249 250 251 / 0.65);
  }

  .lg\:border-r-gray-50\/70 {
    border-right-color: rgb(249 250 251 / 0.7);
  }

  .lg\:border-r-gray-50\/75 {
    border-right-color: rgb(249 250 251 / 0.75);
  }

  .lg\:border-r-gray-50\/80 {
    border-right-color: rgb(249 250 251 / 0.8);
  }

  .lg\:border-r-gray-50\/85 {
    border-right-color: rgb(249 250 251 / 0.85);
  }

  .lg\:border-r-gray-50\/90 {
    border-right-color: rgb(249 250 251 / 0.9);
  }

  .lg\:border-r-gray-50\/95 {
    border-right-color: rgb(249 250 251 / 0.95);
  }

  .lg\:border-r-gray-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(107 114 128 / var(--tw-border-opacity));
  }

  .lg\:border-r-gray-500\/0 {
    border-right-color: rgb(107 114 128 / 0);
  }

  .lg\:border-r-gray-500\/10 {
    border-right-color: rgb(107 114 128 / 0.1);
  }

  .lg\:border-r-gray-500\/100 {
    border-right-color: rgb(107 114 128 / 1);
  }

  .lg\:border-r-gray-500\/15 {
    border-right-color: rgb(107 114 128 / 0.15);
  }

  .lg\:border-r-gray-500\/20 {
    border-right-color: rgb(107 114 128 / 0.2);
  }

  .lg\:border-r-gray-500\/25 {
    border-right-color: rgb(107 114 128 / 0.25);
  }

  .lg\:border-r-gray-500\/30 {
    border-right-color: rgb(107 114 128 / 0.3);
  }

  .lg\:border-r-gray-500\/35 {
    border-right-color: rgb(107 114 128 / 0.35);
  }

  .lg\:border-r-gray-500\/40 {
    border-right-color: rgb(107 114 128 / 0.4);
  }

  .lg\:border-r-gray-500\/45 {
    border-right-color: rgb(107 114 128 / 0.45);
  }

  .lg\:border-r-gray-500\/5 {
    border-right-color: rgb(107 114 128 / 0.05);
  }

  .lg\:border-r-gray-500\/50 {
    border-right-color: rgb(107 114 128 / 0.5);
  }

  .lg\:border-r-gray-500\/55 {
    border-right-color: rgb(107 114 128 / 0.55);
  }

  .lg\:border-r-gray-500\/60 {
    border-right-color: rgb(107 114 128 / 0.6);
  }

  .lg\:border-r-gray-500\/65 {
    border-right-color: rgb(107 114 128 / 0.65);
  }

  .lg\:border-r-gray-500\/70 {
    border-right-color: rgb(107 114 128 / 0.7);
  }

  .lg\:border-r-gray-500\/75 {
    border-right-color: rgb(107 114 128 / 0.75);
  }

  .lg\:border-r-gray-500\/80 {
    border-right-color: rgb(107 114 128 / 0.8);
  }

  .lg\:border-r-gray-500\/85 {
    border-right-color: rgb(107 114 128 / 0.85);
  }

  .lg\:border-r-gray-500\/90 {
    border-right-color: rgb(107 114 128 / 0.9);
  }

  .lg\:border-r-gray-500\/95 {
    border-right-color: rgb(107 114 128 / 0.95);
  }

  .lg\:border-r-gray-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .lg\:border-r-gray-600\/0 {
    border-right-color: rgb(75 85 99 / 0);
  }

  .lg\:border-r-gray-600\/10 {
    border-right-color: rgb(75 85 99 / 0.1);
  }

  .lg\:border-r-gray-600\/100 {
    border-right-color: rgb(75 85 99 / 1);
  }

  .lg\:border-r-gray-600\/15 {
    border-right-color: rgb(75 85 99 / 0.15);
  }

  .lg\:border-r-gray-600\/20 {
    border-right-color: rgb(75 85 99 / 0.2);
  }

  .lg\:border-r-gray-600\/25 {
    border-right-color: rgb(75 85 99 / 0.25);
  }

  .lg\:border-r-gray-600\/30 {
    border-right-color: rgb(75 85 99 / 0.3);
  }

  .lg\:border-r-gray-600\/35 {
    border-right-color: rgb(75 85 99 / 0.35);
  }

  .lg\:border-r-gray-600\/40 {
    border-right-color: rgb(75 85 99 / 0.4);
  }

  .lg\:border-r-gray-600\/45 {
    border-right-color: rgb(75 85 99 / 0.45);
  }

  .lg\:border-r-gray-600\/5 {
    border-right-color: rgb(75 85 99 / 0.05);
  }

  .lg\:border-r-gray-600\/50 {
    border-right-color: rgb(75 85 99 / 0.5);
  }

  .lg\:border-r-gray-600\/55 {
    border-right-color: rgb(75 85 99 / 0.55);
  }

  .lg\:border-r-gray-600\/60 {
    border-right-color: rgb(75 85 99 / 0.6);
  }

  .lg\:border-r-gray-600\/65 {
    border-right-color: rgb(75 85 99 / 0.65);
  }

  .lg\:border-r-gray-600\/70 {
    border-right-color: rgb(75 85 99 / 0.7);
  }

  .lg\:border-r-gray-600\/75 {
    border-right-color: rgb(75 85 99 / 0.75);
  }

  .lg\:border-r-gray-600\/80 {
    border-right-color: rgb(75 85 99 / 0.8);
  }

  .lg\:border-r-gray-600\/85 {
    border-right-color: rgb(75 85 99 / 0.85);
  }

  .lg\:border-r-gray-600\/90 {
    border-right-color: rgb(75 85 99 / 0.9);
  }

  .lg\:border-r-gray-600\/95 {
    border-right-color: rgb(75 85 99 / 0.95);
  }

  .lg\:border-r-gray-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .lg\:border-r-gray-700\/0 {
    border-right-color: rgb(55 65 81 / 0);
  }

  .lg\:border-r-gray-700\/10 {
    border-right-color: rgb(55 65 81 / 0.1);
  }

  .lg\:border-r-gray-700\/100 {
    border-right-color: rgb(55 65 81 / 1);
  }

  .lg\:border-r-gray-700\/15 {
    border-right-color: rgb(55 65 81 / 0.15);
  }

  .lg\:border-r-gray-700\/20 {
    border-right-color: rgb(55 65 81 / 0.2);
  }

  .lg\:border-r-gray-700\/25 {
    border-right-color: rgb(55 65 81 / 0.25);
  }

  .lg\:border-r-gray-700\/30 {
    border-right-color: rgb(55 65 81 / 0.3);
  }

  .lg\:border-r-gray-700\/35 {
    border-right-color: rgb(55 65 81 / 0.35);
  }

  .lg\:border-r-gray-700\/40 {
    border-right-color: rgb(55 65 81 / 0.4);
  }

  .lg\:border-r-gray-700\/45 {
    border-right-color: rgb(55 65 81 / 0.45);
  }

  .lg\:border-r-gray-700\/5 {
    border-right-color: rgb(55 65 81 / 0.05);
  }

  .lg\:border-r-gray-700\/50 {
    border-right-color: rgb(55 65 81 / 0.5);
  }

  .lg\:border-r-gray-700\/55 {
    border-right-color: rgb(55 65 81 / 0.55);
  }

  .lg\:border-r-gray-700\/60 {
    border-right-color: rgb(55 65 81 / 0.6);
  }

  .lg\:border-r-gray-700\/65 {
    border-right-color: rgb(55 65 81 / 0.65);
  }

  .lg\:border-r-gray-700\/70 {
    border-right-color: rgb(55 65 81 / 0.7);
  }

  .lg\:border-r-gray-700\/75 {
    border-right-color: rgb(55 65 81 / 0.75);
  }

  .lg\:border-r-gray-700\/80 {
    border-right-color: rgb(55 65 81 / 0.8);
  }

  .lg\:border-r-gray-700\/85 {
    border-right-color: rgb(55 65 81 / 0.85);
  }

  .lg\:border-r-gray-700\/90 {
    border-right-color: rgb(55 65 81 / 0.9);
  }

  .lg\:border-r-gray-700\/95 {
    border-right-color: rgb(55 65 81 / 0.95);
  }

  .lg\:border-r-gray-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(31 41 55 / var(--tw-border-opacity));
  }

  .lg\:border-r-gray-800\/0 {
    border-right-color: rgb(31 41 55 / 0);
  }

  .lg\:border-r-gray-800\/10 {
    border-right-color: rgb(31 41 55 / 0.1);
  }

  .lg\:border-r-gray-800\/100 {
    border-right-color: rgb(31 41 55 / 1);
  }

  .lg\:border-r-gray-800\/15 {
    border-right-color: rgb(31 41 55 / 0.15);
  }

  .lg\:border-r-gray-800\/20 {
    border-right-color: rgb(31 41 55 / 0.2);
  }

  .lg\:border-r-gray-800\/25 {
    border-right-color: rgb(31 41 55 / 0.25);
  }

  .lg\:border-r-gray-800\/30 {
    border-right-color: rgb(31 41 55 / 0.3);
  }

  .lg\:border-r-gray-800\/35 {
    border-right-color: rgb(31 41 55 / 0.35);
  }

  .lg\:border-r-gray-800\/40 {
    border-right-color: rgb(31 41 55 / 0.4);
  }

  .lg\:border-r-gray-800\/45 {
    border-right-color: rgb(31 41 55 / 0.45);
  }

  .lg\:border-r-gray-800\/5 {
    border-right-color: rgb(31 41 55 / 0.05);
  }

  .lg\:border-r-gray-800\/50 {
    border-right-color: rgb(31 41 55 / 0.5);
  }

  .lg\:border-r-gray-800\/55 {
    border-right-color: rgb(31 41 55 / 0.55);
  }

  .lg\:border-r-gray-800\/60 {
    border-right-color: rgb(31 41 55 / 0.6);
  }

  .lg\:border-r-gray-800\/65 {
    border-right-color: rgb(31 41 55 / 0.65);
  }

  .lg\:border-r-gray-800\/70 {
    border-right-color: rgb(31 41 55 / 0.7);
  }

  .lg\:border-r-gray-800\/75 {
    border-right-color: rgb(31 41 55 / 0.75);
  }

  .lg\:border-r-gray-800\/80 {
    border-right-color: rgb(31 41 55 / 0.8);
  }

  .lg\:border-r-gray-800\/85 {
    border-right-color: rgb(31 41 55 / 0.85);
  }

  .lg\:border-r-gray-800\/90 {
    border-right-color: rgb(31 41 55 / 0.9);
  }

  .lg\:border-r-gray-800\/95 {
    border-right-color: rgb(31 41 55 / 0.95);
  }

  .lg\:border-r-gray-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(17 24 39 / var(--tw-border-opacity));
  }

  .lg\:border-r-gray-900\/0 {
    border-right-color: rgb(17 24 39 / 0);
  }

  .lg\:border-r-gray-900\/10 {
    border-right-color: rgb(17 24 39 / 0.1);
  }

  .lg\:border-r-gray-900\/100 {
    border-right-color: rgb(17 24 39 / 1);
  }

  .lg\:border-r-gray-900\/15 {
    border-right-color: rgb(17 24 39 / 0.15);
  }

  .lg\:border-r-gray-900\/20 {
    border-right-color: rgb(17 24 39 / 0.2);
  }

  .lg\:border-r-gray-900\/25 {
    border-right-color: rgb(17 24 39 / 0.25);
  }

  .lg\:border-r-gray-900\/30 {
    border-right-color: rgb(17 24 39 / 0.3);
  }

  .lg\:border-r-gray-900\/35 {
    border-right-color: rgb(17 24 39 / 0.35);
  }

  .lg\:border-r-gray-900\/40 {
    border-right-color: rgb(17 24 39 / 0.4);
  }

  .lg\:border-r-gray-900\/45 {
    border-right-color: rgb(17 24 39 / 0.45);
  }

  .lg\:border-r-gray-900\/5 {
    border-right-color: rgb(17 24 39 / 0.05);
  }

  .lg\:border-r-gray-900\/50 {
    border-right-color: rgb(17 24 39 / 0.5);
  }

  .lg\:border-r-gray-900\/55 {
    border-right-color: rgb(17 24 39 / 0.55);
  }

  .lg\:border-r-gray-900\/60 {
    border-right-color: rgb(17 24 39 / 0.6);
  }

  .lg\:border-r-gray-900\/65 {
    border-right-color: rgb(17 24 39 / 0.65);
  }

  .lg\:border-r-gray-900\/70 {
    border-right-color: rgb(17 24 39 / 0.7);
  }

  .lg\:border-r-gray-900\/75 {
    border-right-color: rgb(17 24 39 / 0.75);
  }

  .lg\:border-r-gray-900\/80 {
    border-right-color: rgb(17 24 39 / 0.8);
  }

  .lg\:border-r-gray-900\/85 {
    border-right-color: rgb(17 24 39 / 0.85);
  }

  .lg\:border-r-gray-900\/90 {
    border-right-color: rgb(17 24 39 / 0.9);
  }

  .lg\:border-r-gray-900\/95 {
    border-right-color: rgb(17 24 39 / 0.95);
  }

  .lg\:border-r-gray-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(3 7 18 / var(--tw-border-opacity));
  }

  .lg\:border-r-gray-950\/0 {
    border-right-color: rgb(3 7 18 / 0);
  }

  .lg\:border-r-gray-950\/10 {
    border-right-color: rgb(3 7 18 / 0.1);
  }

  .lg\:border-r-gray-950\/100 {
    border-right-color: rgb(3 7 18 / 1);
  }

  .lg\:border-r-gray-950\/15 {
    border-right-color: rgb(3 7 18 / 0.15);
  }

  .lg\:border-r-gray-950\/20 {
    border-right-color: rgb(3 7 18 / 0.2);
  }

  .lg\:border-r-gray-950\/25 {
    border-right-color: rgb(3 7 18 / 0.25);
  }

  .lg\:border-r-gray-950\/30 {
    border-right-color: rgb(3 7 18 / 0.3);
  }

  .lg\:border-r-gray-950\/35 {
    border-right-color: rgb(3 7 18 / 0.35);
  }

  .lg\:border-r-gray-950\/40 {
    border-right-color: rgb(3 7 18 / 0.4);
  }

  .lg\:border-r-gray-950\/45 {
    border-right-color: rgb(3 7 18 / 0.45);
  }

  .lg\:border-r-gray-950\/5 {
    border-right-color: rgb(3 7 18 / 0.05);
  }

  .lg\:border-r-gray-950\/50 {
    border-right-color: rgb(3 7 18 / 0.5);
  }

  .lg\:border-r-gray-950\/55 {
    border-right-color: rgb(3 7 18 / 0.55);
  }

  .lg\:border-r-gray-950\/60 {
    border-right-color: rgb(3 7 18 / 0.6);
  }

  .lg\:border-r-gray-950\/65 {
    border-right-color: rgb(3 7 18 / 0.65);
  }

  .lg\:border-r-gray-950\/70 {
    border-right-color: rgb(3 7 18 / 0.7);
  }

  .lg\:border-r-gray-950\/75 {
    border-right-color: rgb(3 7 18 / 0.75);
  }

  .lg\:border-r-gray-950\/80 {
    border-right-color: rgb(3 7 18 / 0.8);
  }

  .lg\:border-r-gray-950\/85 {
    border-right-color: rgb(3 7 18 / 0.85);
  }

  .lg\:border-r-gray-950\/90 {
    border-right-color: rgb(3 7 18 / 0.9);
  }

  .lg\:border-r-gray-950\/95 {
    border-right-color: rgb(3 7 18 / 0.95);
  }

  .lg\:border-r-green-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(220 252 231 / var(--tw-border-opacity));
  }

  .lg\:border-r-green-100\/0 {
    border-right-color: rgb(220 252 231 / 0);
  }

  .lg\:border-r-green-100\/10 {
    border-right-color: rgb(220 252 231 / 0.1);
  }

  .lg\:border-r-green-100\/100 {
    border-right-color: rgb(220 252 231 / 1);
  }

  .lg\:border-r-green-100\/15 {
    border-right-color: rgb(220 252 231 / 0.15);
  }

  .lg\:border-r-green-100\/20 {
    border-right-color: rgb(220 252 231 / 0.2);
  }

  .lg\:border-r-green-100\/25 {
    border-right-color: rgb(220 252 231 / 0.25);
  }

  .lg\:border-r-green-100\/30 {
    border-right-color: rgb(220 252 231 / 0.3);
  }

  .lg\:border-r-green-100\/35 {
    border-right-color: rgb(220 252 231 / 0.35);
  }

  .lg\:border-r-green-100\/40 {
    border-right-color: rgb(220 252 231 / 0.4);
  }

  .lg\:border-r-green-100\/45 {
    border-right-color: rgb(220 252 231 / 0.45);
  }

  .lg\:border-r-green-100\/5 {
    border-right-color: rgb(220 252 231 / 0.05);
  }

  .lg\:border-r-green-100\/50 {
    border-right-color: rgb(220 252 231 / 0.5);
  }

  .lg\:border-r-green-100\/55 {
    border-right-color: rgb(220 252 231 / 0.55);
  }

  .lg\:border-r-green-100\/60 {
    border-right-color: rgb(220 252 231 / 0.6);
  }

  .lg\:border-r-green-100\/65 {
    border-right-color: rgb(220 252 231 / 0.65);
  }

  .lg\:border-r-green-100\/70 {
    border-right-color: rgb(220 252 231 / 0.7);
  }

  .lg\:border-r-green-100\/75 {
    border-right-color: rgb(220 252 231 / 0.75);
  }

  .lg\:border-r-green-100\/80 {
    border-right-color: rgb(220 252 231 / 0.8);
  }

  .lg\:border-r-green-100\/85 {
    border-right-color: rgb(220 252 231 / 0.85);
  }

  .lg\:border-r-green-100\/90 {
    border-right-color: rgb(220 252 231 / 0.9);
  }

  .lg\:border-r-green-100\/95 {
    border-right-color: rgb(220 252 231 / 0.95);
  }

  .lg\:border-r-green-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(187 247 208 / var(--tw-border-opacity));
  }

  .lg\:border-r-green-200\/0 {
    border-right-color: rgb(187 247 208 / 0);
  }

  .lg\:border-r-green-200\/10 {
    border-right-color: rgb(187 247 208 / 0.1);
  }

  .lg\:border-r-green-200\/100 {
    border-right-color: rgb(187 247 208 / 1);
  }

  .lg\:border-r-green-200\/15 {
    border-right-color: rgb(187 247 208 / 0.15);
  }

  .lg\:border-r-green-200\/20 {
    border-right-color: rgb(187 247 208 / 0.2);
  }

  .lg\:border-r-green-200\/25 {
    border-right-color: rgb(187 247 208 / 0.25);
  }

  .lg\:border-r-green-200\/30 {
    border-right-color: rgb(187 247 208 / 0.3);
  }

  .lg\:border-r-green-200\/35 {
    border-right-color: rgb(187 247 208 / 0.35);
  }

  .lg\:border-r-green-200\/40 {
    border-right-color: rgb(187 247 208 / 0.4);
  }

  .lg\:border-r-green-200\/45 {
    border-right-color: rgb(187 247 208 / 0.45);
  }

  .lg\:border-r-green-200\/5 {
    border-right-color: rgb(187 247 208 / 0.05);
  }

  .lg\:border-r-green-200\/50 {
    border-right-color: rgb(187 247 208 / 0.5);
  }

  .lg\:border-r-green-200\/55 {
    border-right-color: rgb(187 247 208 / 0.55);
  }

  .lg\:border-r-green-200\/60 {
    border-right-color: rgb(187 247 208 / 0.6);
  }

  .lg\:border-r-green-200\/65 {
    border-right-color: rgb(187 247 208 / 0.65);
  }

  .lg\:border-r-green-200\/70 {
    border-right-color: rgb(187 247 208 / 0.7);
  }

  .lg\:border-r-green-200\/75 {
    border-right-color: rgb(187 247 208 / 0.75);
  }

  .lg\:border-r-green-200\/80 {
    border-right-color: rgb(187 247 208 / 0.8);
  }

  .lg\:border-r-green-200\/85 {
    border-right-color: rgb(187 247 208 / 0.85);
  }

  .lg\:border-r-green-200\/90 {
    border-right-color: rgb(187 247 208 / 0.9);
  }

  .lg\:border-r-green-200\/95 {
    border-right-color: rgb(187 247 208 / 0.95);
  }

  .lg\:border-r-green-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(134 239 172 / var(--tw-border-opacity));
  }

  .lg\:border-r-green-300\/0 {
    border-right-color: rgb(134 239 172 / 0);
  }

  .lg\:border-r-green-300\/10 {
    border-right-color: rgb(134 239 172 / 0.1);
  }

  .lg\:border-r-green-300\/100 {
    border-right-color: rgb(134 239 172 / 1);
  }

  .lg\:border-r-green-300\/15 {
    border-right-color: rgb(134 239 172 / 0.15);
  }

  .lg\:border-r-green-300\/20 {
    border-right-color: rgb(134 239 172 / 0.2);
  }

  .lg\:border-r-green-300\/25 {
    border-right-color: rgb(134 239 172 / 0.25);
  }

  .lg\:border-r-green-300\/30 {
    border-right-color: rgb(134 239 172 / 0.3);
  }

  .lg\:border-r-green-300\/35 {
    border-right-color: rgb(134 239 172 / 0.35);
  }

  .lg\:border-r-green-300\/40 {
    border-right-color: rgb(134 239 172 / 0.4);
  }

  .lg\:border-r-green-300\/45 {
    border-right-color: rgb(134 239 172 / 0.45);
  }

  .lg\:border-r-green-300\/5 {
    border-right-color: rgb(134 239 172 / 0.05);
  }

  .lg\:border-r-green-300\/50 {
    border-right-color: rgb(134 239 172 / 0.5);
  }

  .lg\:border-r-green-300\/55 {
    border-right-color: rgb(134 239 172 / 0.55);
  }

  .lg\:border-r-green-300\/60 {
    border-right-color: rgb(134 239 172 / 0.6);
  }

  .lg\:border-r-green-300\/65 {
    border-right-color: rgb(134 239 172 / 0.65);
  }

  .lg\:border-r-green-300\/70 {
    border-right-color: rgb(134 239 172 / 0.7);
  }

  .lg\:border-r-green-300\/75 {
    border-right-color: rgb(134 239 172 / 0.75);
  }

  .lg\:border-r-green-300\/80 {
    border-right-color: rgb(134 239 172 / 0.8);
  }

  .lg\:border-r-green-300\/85 {
    border-right-color: rgb(134 239 172 / 0.85);
  }

  .lg\:border-r-green-300\/90 {
    border-right-color: rgb(134 239 172 / 0.9);
  }

  .lg\:border-r-green-300\/95 {
    border-right-color: rgb(134 239 172 / 0.95);
  }

  .lg\:border-r-green-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(74 222 128 / var(--tw-border-opacity));
  }

  .lg\:border-r-green-400\/0 {
    border-right-color: rgb(74 222 128 / 0);
  }

  .lg\:border-r-green-400\/10 {
    border-right-color: rgb(74 222 128 / 0.1);
  }

  .lg\:border-r-green-400\/100 {
    border-right-color: rgb(74 222 128 / 1);
  }

  .lg\:border-r-green-400\/15 {
    border-right-color: rgb(74 222 128 / 0.15);
  }

  .lg\:border-r-green-400\/20 {
    border-right-color: rgb(74 222 128 / 0.2);
  }

  .lg\:border-r-green-400\/25 {
    border-right-color: rgb(74 222 128 / 0.25);
  }

  .lg\:border-r-green-400\/30 {
    border-right-color: rgb(74 222 128 / 0.3);
  }

  .lg\:border-r-green-400\/35 {
    border-right-color: rgb(74 222 128 / 0.35);
  }

  .lg\:border-r-green-400\/40 {
    border-right-color: rgb(74 222 128 / 0.4);
  }

  .lg\:border-r-green-400\/45 {
    border-right-color: rgb(74 222 128 / 0.45);
  }

  .lg\:border-r-green-400\/5 {
    border-right-color: rgb(74 222 128 / 0.05);
  }

  .lg\:border-r-green-400\/50 {
    border-right-color: rgb(74 222 128 / 0.5);
  }

  .lg\:border-r-green-400\/55 {
    border-right-color: rgb(74 222 128 / 0.55);
  }

  .lg\:border-r-green-400\/60 {
    border-right-color: rgb(74 222 128 / 0.6);
  }

  .lg\:border-r-green-400\/65 {
    border-right-color: rgb(74 222 128 / 0.65);
  }

  .lg\:border-r-green-400\/70 {
    border-right-color: rgb(74 222 128 / 0.7);
  }

  .lg\:border-r-green-400\/75 {
    border-right-color: rgb(74 222 128 / 0.75);
  }

  .lg\:border-r-green-400\/80 {
    border-right-color: rgb(74 222 128 / 0.8);
  }

  .lg\:border-r-green-400\/85 {
    border-right-color: rgb(74 222 128 / 0.85);
  }

  .lg\:border-r-green-400\/90 {
    border-right-color: rgb(74 222 128 / 0.9);
  }

  .lg\:border-r-green-400\/95 {
    border-right-color: rgb(74 222 128 / 0.95);
  }

  .lg\:border-r-green-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(240 253 244 / var(--tw-border-opacity));
  }

  .lg\:border-r-green-50\/0 {
    border-right-color: rgb(240 253 244 / 0);
  }

  .lg\:border-r-green-50\/10 {
    border-right-color: rgb(240 253 244 / 0.1);
  }

  .lg\:border-r-green-50\/100 {
    border-right-color: rgb(240 253 244 / 1);
  }

  .lg\:border-r-green-50\/15 {
    border-right-color: rgb(240 253 244 / 0.15);
  }

  .lg\:border-r-green-50\/20 {
    border-right-color: rgb(240 253 244 / 0.2);
  }

  .lg\:border-r-green-50\/25 {
    border-right-color: rgb(240 253 244 / 0.25);
  }

  .lg\:border-r-green-50\/30 {
    border-right-color: rgb(240 253 244 / 0.3);
  }

  .lg\:border-r-green-50\/35 {
    border-right-color: rgb(240 253 244 / 0.35);
  }

  .lg\:border-r-green-50\/40 {
    border-right-color: rgb(240 253 244 / 0.4);
  }

  .lg\:border-r-green-50\/45 {
    border-right-color: rgb(240 253 244 / 0.45);
  }

  .lg\:border-r-green-50\/5 {
    border-right-color: rgb(240 253 244 / 0.05);
  }

  .lg\:border-r-green-50\/50 {
    border-right-color: rgb(240 253 244 / 0.5);
  }

  .lg\:border-r-green-50\/55 {
    border-right-color: rgb(240 253 244 / 0.55);
  }

  .lg\:border-r-green-50\/60 {
    border-right-color: rgb(240 253 244 / 0.6);
  }

  .lg\:border-r-green-50\/65 {
    border-right-color: rgb(240 253 244 / 0.65);
  }

  .lg\:border-r-green-50\/70 {
    border-right-color: rgb(240 253 244 / 0.7);
  }

  .lg\:border-r-green-50\/75 {
    border-right-color: rgb(240 253 244 / 0.75);
  }

  .lg\:border-r-green-50\/80 {
    border-right-color: rgb(240 253 244 / 0.8);
  }

  .lg\:border-r-green-50\/85 {
    border-right-color: rgb(240 253 244 / 0.85);
  }

  .lg\:border-r-green-50\/90 {
    border-right-color: rgb(240 253 244 / 0.9);
  }

  .lg\:border-r-green-50\/95 {
    border-right-color: rgb(240 253 244 / 0.95);
  }

  .lg\:border-r-green-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(34 197 94 / var(--tw-border-opacity));
  }

  .lg\:border-r-green-500\/0 {
    border-right-color: rgb(34 197 94 / 0);
  }

  .lg\:border-r-green-500\/10 {
    border-right-color: rgb(34 197 94 / 0.1);
  }

  .lg\:border-r-green-500\/100 {
    border-right-color: rgb(34 197 94 / 1);
  }

  .lg\:border-r-green-500\/15 {
    border-right-color: rgb(34 197 94 / 0.15);
  }

  .lg\:border-r-green-500\/20 {
    border-right-color: rgb(34 197 94 / 0.2);
  }

  .lg\:border-r-green-500\/25 {
    border-right-color: rgb(34 197 94 / 0.25);
  }

  .lg\:border-r-green-500\/30 {
    border-right-color: rgb(34 197 94 / 0.3);
  }

  .lg\:border-r-green-500\/35 {
    border-right-color: rgb(34 197 94 / 0.35);
  }

  .lg\:border-r-green-500\/40 {
    border-right-color: rgb(34 197 94 / 0.4);
  }

  .lg\:border-r-green-500\/45 {
    border-right-color: rgb(34 197 94 / 0.45);
  }

  .lg\:border-r-green-500\/5 {
    border-right-color: rgb(34 197 94 / 0.05);
  }

  .lg\:border-r-green-500\/50 {
    border-right-color: rgb(34 197 94 / 0.5);
  }

  .lg\:border-r-green-500\/55 {
    border-right-color: rgb(34 197 94 / 0.55);
  }

  .lg\:border-r-green-500\/60 {
    border-right-color: rgb(34 197 94 / 0.6);
  }

  .lg\:border-r-green-500\/65 {
    border-right-color: rgb(34 197 94 / 0.65);
  }

  .lg\:border-r-green-500\/70 {
    border-right-color: rgb(34 197 94 / 0.7);
  }

  .lg\:border-r-green-500\/75 {
    border-right-color: rgb(34 197 94 / 0.75);
  }

  .lg\:border-r-green-500\/80 {
    border-right-color: rgb(34 197 94 / 0.8);
  }

  .lg\:border-r-green-500\/85 {
    border-right-color: rgb(34 197 94 / 0.85);
  }

  .lg\:border-r-green-500\/90 {
    border-right-color: rgb(34 197 94 / 0.9);
  }

  .lg\:border-r-green-500\/95 {
    border-right-color: rgb(34 197 94 / 0.95);
  }

  .lg\:border-r-green-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(22 163 74 / var(--tw-border-opacity));
  }

  .lg\:border-r-green-600\/0 {
    border-right-color: rgb(22 163 74 / 0);
  }

  .lg\:border-r-green-600\/10 {
    border-right-color: rgb(22 163 74 / 0.1);
  }

  .lg\:border-r-green-600\/100 {
    border-right-color: rgb(22 163 74 / 1);
  }

  .lg\:border-r-green-600\/15 {
    border-right-color: rgb(22 163 74 / 0.15);
  }

  .lg\:border-r-green-600\/20 {
    border-right-color: rgb(22 163 74 / 0.2);
  }

  .lg\:border-r-green-600\/25 {
    border-right-color: rgb(22 163 74 / 0.25);
  }

  .lg\:border-r-green-600\/30 {
    border-right-color: rgb(22 163 74 / 0.3);
  }

  .lg\:border-r-green-600\/35 {
    border-right-color: rgb(22 163 74 / 0.35);
  }

  .lg\:border-r-green-600\/40 {
    border-right-color: rgb(22 163 74 / 0.4);
  }

  .lg\:border-r-green-600\/45 {
    border-right-color: rgb(22 163 74 / 0.45);
  }

  .lg\:border-r-green-600\/5 {
    border-right-color: rgb(22 163 74 / 0.05);
  }

  .lg\:border-r-green-600\/50 {
    border-right-color: rgb(22 163 74 / 0.5);
  }

  .lg\:border-r-green-600\/55 {
    border-right-color: rgb(22 163 74 / 0.55);
  }

  .lg\:border-r-green-600\/60 {
    border-right-color: rgb(22 163 74 / 0.6);
  }

  .lg\:border-r-green-600\/65 {
    border-right-color: rgb(22 163 74 / 0.65);
  }

  .lg\:border-r-green-600\/70 {
    border-right-color: rgb(22 163 74 / 0.7);
  }

  .lg\:border-r-green-600\/75 {
    border-right-color: rgb(22 163 74 / 0.75);
  }

  .lg\:border-r-green-600\/80 {
    border-right-color: rgb(22 163 74 / 0.8);
  }

  .lg\:border-r-green-600\/85 {
    border-right-color: rgb(22 163 74 / 0.85);
  }

  .lg\:border-r-green-600\/90 {
    border-right-color: rgb(22 163 74 / 0.9);
  }

  .lg\:border-r-green-600\/95 {
    border-right-color: rgb(22 163 74 / 0.95);
  }

  .lg\:border-r-green-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(21 128 61 / var(--tw-border-opacity));
  }

  .lg\:border-r-green-700\/0 {
    border-right-color: rgb(21 128 61 / 0);
  }

  .lg\:border-r-green-700\/10 {
    border-right-color: rgb(21 128 61 / 0.1);
  }

  .lg\:border-r-green-700\/100 {
    border-right-color: rgb(21 128 61 / 1);
  }

  .lg\:border-r-green-700\/15 {
    border-right-color: rgb(21 128 61 / 0.15);
  }

  .lg\:border-r-green-700\/20 {
    border-right-color: rgb(21 128 61 / 0.2);
  }

  .lg\:border-r-green-700\/25 {
    border-right-color: rgb(21 128 61 / 0.25);
  }

  .lg\:border-r-green-700\/30 {
    border-right-color: rgb(21 128 61 / 0.3);
  }

  .lg\:border-r-green-700\/35 {
    border-right-color: rgb(21 128 61 / 0.35);
  }

  .lg\:border-r-green-700\/40 {
    border-right-color: rgb(21 128 61 / 0.4);
  }

  .lg\:border-r-green-700\/45 {
    border-right-color: rgb(21 128 61 / 0.45);
  }

  .lg\:border-r-green-700\/5 {
    border-right-color: rgb(21 128 61 / 0.05);
  }

  .lg\:border-r-green-700\/50 {
    border-right-color: rgb(21 128 61 / 0.5);
  }

  .lg\:border-r-green-700\/55 {
    border-right-color: rgb(21 128 61 / 0.55);
  }

  .lg\:border-r-green-700\/60 {
    border-right-color: rgb(21 128 61 / 0.6);
  }

  .lg\:border-r-green-700\/65 {
    border-right-color: rgb(21 128 61 / 0.65);
  }

  .lg\:border-r-green-700\/70 {
    border-right-color: rgb(21 128 61 / 0.7);
  }

  .lg\:border-r-green-700\/75 {
    border-right-color: rgb(21 128 61 / 0.75);
  }

  .lg\:border-r-green-700\/80 {
    border-right-color: rgb(21 128 61 / 0.8);
  }

  .lg\:border-r-green-700\/85 {
    border-right-color: rgb(21 128 61 / 0.85);
  }

  .lg\:border-r-green-700\/90 {
    border-right-color: rgb(21 128 61 / 0.9);
  }

  .lg\:border-r-green-700\/95 {
    border-right-color: rgb(21 128 61 / 0.95);
  }

  .lg\:border-r-green-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(22 101 52 / var(--tw-border-opacity));
  }

  .lg\:border-r-green-800\/0 {
    border-right-color: rgb(22 101 52 / 0);
  }

  .lg\:border-r-green-800\/10 {
    border-right-color: rgb(22 101 52 / 0.1);
  }

  .lg\:border-r-green-800\/100 {
    border-right-color: rgb(22 101 52 / 1);
  }

  .lg\:border-r-green-800\/15 {
    border-right-color: rgb(22 101 52 / 0.15);
  }

  .lg\:border-r-green-800\/20 {
    border-right-color: rgb(22 101 52 / 0.2);
  }

  .lg\:border-r-green-800\/25 {
    border-right-color: rgb(22 101 52 / 0.25);
  }

  .lg\:border-r-green-800\/30 {
    border-right-color: rgb(22 101 52 / 0.3);
  }

  .lg\:border-r-green-800\/35 {
    border-right-color: rgb(22 101 52 / 0.35);
  }

  .lg\:border-r-green-800\/40 {
    border-right-color: rgb(22 101 52 / 0.4);
  }

  .lg\:border-r-green-800\/45 {
    border-right-color: rgb(22 101 52 / 0.45);
  }

  .lg\:border-r-green-800\/5 {
    border-right-color: rgb(22 101 52 / 0.05);
  }

  .lg\:border-r-green-800\/50 {
    border-right-color: rgb(22 101 52 / 0.5);
  }

  .lg\:border-r-green-800\/55 {
    border-right-color: rgb(22 101 52 / 0.55);
  }

  .lg\:border-r-green-800\/60 {
    border-right-color: rgb(22 101 52 / 0.6);
  }

  .lg\:border-r-green-800\/65 {
    border-right-color: rgb(22 101 52 / 0.65);
  }

  .lg\:border-r-green-800\/70 {
    border-right-color: rgb(22 101 52 / 0.7);
  }

  .lg\:border-r-green-800\/75 {
    border-right-color: rgb(22 101 52 / 0.75);
  }

  .lg\:border-r-green-800\/80 {
    border-right-color: rgb(22 101 52 / 0.8);
  }

  .lg\:border-r-green-800\/85 {
    border-right-color: rgb(22 101 52 / 0.85);
  }

  .lg\:border-r-green-800\/90 {
    border-right-color: rgb(22 101 52 / 0.9);
  }

  .lg\:border-r-green-800\/95 {
    border-right-color: rgb(22 101 52 / 0.95);
  }

  .lg\:border-r-green-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(20 83 45 / var(--tw-border-opacity));
  }

  .lg\:border-r-green-900\/0 {
    border-right-color: rgb(20 83 45 / 0);
  }

  .lg\:border-r-green-900\/10 {
    border-right-color: rgb(20 83 45 / 0.1);
  }

  .lg\:border-r-green-900\/100 {
    border-right-color: rgb(20 83 45 / 1);
  }

  .lg\:border-r-green-900\/15 {
    border-right-color: rgb(20 83 45 / 0.15);
  }

  .lg\:border-r-green-900\/20 {
    border-right-color: rgb(20 83 45 / 0.2);
  }

  .lg\:border-r-green-900\/25 {
    border-right-color: rgb(20 83 45 / 0.25);
  }

  .lg\:border-r-green-900\/30 {
    border-right-color: rgb(20 83 45 / 0.3);
  }

  .lg\:border-r-green-900\/35 {
    border-right-color: rgb(20 83 45 / 0.35);
  }

  .lg\:border-r-green-900\/40 {
    border-right-color: rgb(20 83 45 / 0.4);
  }

  .lg\:border-r-green-900\/45 {
    border-right-color: rgb(20 83 45 / 0.45);
  }

  .lg\:border-r-green-900\/5 {
    border-right-color: rgb(20 83 45 / 0.05);
  }

  .lg\:border-r-green-900\/50 {
    border-right-color: rgb(20 83 45 / 0.5);
  }

  .lg\:border-r-green-900\/55 {
    border-right-color: rgb(20 83 45 / 0.55);
  }

  .lg\:border-r-green-900\/60 {
    border-right-color: rgb(20 83 45 / 0.6);
  }

  .lg\:border-r-green-900\/65 {
    border-right-color: rgb(20 83 45 / 0.65);
  }

  .lg\:border-r-green-900\/70 {
    border-right-color: rgb(20 83 45 / 0.7);
  }

  .lg\:border-r-green-900\/75 {
    border-right-color: rgb(20 83 45 / 0.75);
  }

  .lg\:border-r-green-900\/80 {
    border-right-color: rgb(20 83 45 / 0.8);
  }

  .lg\:border-r-green-900\/85 {
    border-right-color: rgb(20 83 45 / 0.85);
  }

  .lg\:border-r-green-900\/90 {
    border-right-color: rgb(20 83 45 / 0.9);
  }

  .lg\:border-r-green-900\/95 {
    border-right-color: rgb(20 83 45 / 0.95);
  }

  .lg\:border-r-green-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(5 46 22 / var(--tw-border-opacity));
  }

  .lg\:border-r-green-950\/0 {
    border-right-color: rgb(5 46 22 / 0);
  }

  .lg\:border-r-green-950\/10 {
    border-right-color: rgb(5 46 22 / 0.1);
  }

  .lg\:border-r-green-950\/100 {
    border-right-color: rgb(5 46 22 / 1);
  }

  .lg\:border-r-green-950\/15 {
    border-right-color: rgb(5 46 22 / 0.15);
  }

  .lg\:border-r-green-950\/20 {
    border-right-color: rgb(5 46 22 / 0.2);
  }

  .lg\:border-r-green-950\/25 {
    border-right-color: rgb(5 46 22 / 0.25);
  }

  .lg\:border-r-green-950\/30 {
    border-right-color: rgb(5 46 22 / 0.3);
  }

  .lg\:border-r-green-950\/35 {
    border-right-color: rgb(5 46 22 / 0.35);
  }

  .lg\:border-r-green-950\/40 {
    border-right-color: rgb(5 46 22 / 0.4);
  }

  .lg\:border-r-green-950\/45 {
    border-right-color: rgb(5 46 22 / 0.45);
  }

  .lg\:border-r-green-950\/5 {
    border-right-color: rgb(5 46 22 / 0.05);
  }

  .lg\:border-r-green-950\/50 {
    border-right-color: rgb(5 46 22 / 0.5);
  }

  .lg\:border-r-green-950\/55 {
    border-right-color: rgb(5 46 22 / 0.55);
  }

  .lg\:border-r-green-950\/60 {
    border-right-color: rgb(5 46 22 / 0.6);
  }

  .lg\:border-r-green-950\/65 {
    border-right-color: rgb(5 46 22 / 0.65);
  }

  .lg\:border-r-green-950\/70 {
    border-right-color: rgb(5 46 22 / 0.7);
  }

  .lg\:border-r-green-950\/75 {
    border-right-color: rgb(5 46 22 / 0.75);
  }

  .lg\:border-r-green-950\/80 {
    border-right-color: rgb(5 46 22 / 0.8);
  }

  .lg\:border-r-green-950\/85 {
    border-right-color: rgb(5 46 22 / 0.85);
  }

  .lg\:border-r-green-950\/90 {
    border-right-color: rgb(5 46 22 / 0.9);
  }

  .lg\:border-r-green-950\/95 {
    border-right-color: rgb(5 46 22 / 0.95);
  }

  .lg\:border-r-indigo-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(224 231 255 / var(--tw-border-opacity));
  }

  .lg\:border-r-indigo-100\/0 {
    border-right-color: rgb(224 231 255 / 0);
  }

  .lg\:border-r-indigo-100\/10 {
    border-right-color: rgb(224 231 255 / 0.1);
  }

  .lg\:border-r-indigo-100\/100 {
    border-right-color: rgb(224 231 255 / 1);
  }

  .lg\:border-r-indigo-100\/15 {
    border-right-color: rgb(224 231 255 / 0.15);
  }

  .lg\:border-r-indigo-100\/20 {
    border-right-color: rgb(224 231 255 / 0.2);
  }

  .lg\:border-r-indigo-100\/25 {
    border-right-color: rgb(224 231 255 / 0.25);
  }

  .lg\:border-r-indigo-100\/30 {
    border-right-color: rgb(224 231 255 / 0.3);
  }

  .lg\:border-r-indigo-100\/35 {
    border-right-color: rgb(224 231 255 / 0.35);
  }

  .lg\:border-r-indigo-100\/40 {
    border-right-color: rgb(224 231 255 / 0.4);
  }

  .lg\:border-r-indigo-100\/45 {
    border-right-color: rgb(224 231 255 / 0.45);
  }

  .lg\:border-r-indigo-100\/5 {
    border-right-color: rgb(224 231 255 / 0.05);
  }

  .lg\:border-r-indigo-100\/50 {
    border-right-color: rgb(224 231 255 / 0.5);
  }

  .lg\:border-r-indigo-100\/55 {
    border-right-color: rgb(224 231 255 / 0.55);
  }

  .lg\:border-r-indigo-100\/60 {
    border-right-color: rgb(224 231 255 / 0.6);
  }

  .lg\:border-r-indigo-100\/65 {
    border-right-color: rgb(224 231 255 / 0.65);
  }

  .lg\:border-r-indigo-100\/70 {
    border-right-color: rgb(224 231 255 / 0.7);
  }

  .lg\:border-r-indigo-100\/75 {
    border-right-color: rgb(224 231 255 / 0.75);
  }

  .lg\:border-r-indigo-100\/80 {
    border-right-color: rgb(224 231 255 / 0.8);
  }

  .lg\:border-r-indigo-100\/85 {
    border-right-color: rgb(224 231 255 / 0.85);
  }

  .lg\:border-r-indigo-100\/90 {
    border-right-color: rgb(224 231 255 / 0.9);
  }

  .lg\:border-r-indigo-100\/95 {
    border-right-color: rgb(224 231 255 / 0.95);
  }

  .lg\:border-r-indigo-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(199 210 254 / var(--tw-border-opacity));
  }

  .lg\:border-r-indigo-200\/0 {
    border-right-color: rgb(199 210 254 / 0);
  }

  .lg\:border-r-indigo-200\/10 {
    border-right-color: rgb(199 210 254 / 0.1);
  }

  .lg\:border-r-indigo-200\/100 {
    border-right-color: rgb(199 210 254 / 1);
  }

  .lg\:border-r-indigo-200\/15 {
    border-right-color: rgb(199 210 254 / 0.15);
  }

  .lg\:border-r-indigo-200\/20 {
    border-right-color: rgb(199 210 254 / 0.2);
  }

  .lg\:border-r-indigo-200\/25 {
    border-right-color: rgb(199 210 254 / 0.25);
  }

  .lg\:border-r-indigo-200\/30 {
    border-right-color: rgb(199 210 254 / 0.3);
  }

  .lg\:border-r-indigo-200\/35 {
    border-right-color: rgb(199 210 254 / 0.35);
  }

  .lg\:border-r-indigo-200\/40 {
    border-right-color: rgb(199 210 254 / 0.4);
  }

  .lg\:border-r-indigo-200\/45 {
    border-right-color: rgb(199 210 254 / 0.45);
  }

  .lg\:border-r-indigo-200\/5 {
    border-right-color: rgb(199 210 254 / 0.05);
  }

  .lg\:border-r-indigo-200\/50 {
    border-right-color: rgb(199 210 254 / 0.5);
  }

  .lg\:border-r-indigo-200\/55 {
    border-right-color: rgb(199 210 254 / 0.55);
  }

  .lg\:border-r-indigo-200\/60 {
    border-right-color: rgb(199 210 254 / 0.6);
  }

  .lg\:border-r-indigo-200\/65 {
    border-right-color: rgb(199 210 254 / 0.65);
  }

  .lg\:border-r-indigo-200\/70 {
    border-right-color: rgb(199 210 254 / 0.7);
  }

  .lg\:border-r-indigo-200\/75 {
    border-right-color: rgb(199 210 254 / 0.75);
  }

  .lg\:border-r-indigo-200\/80 {
    border-right-color: rgb(199 210 254 / 0.8);
  }

  .lg\:border-r-indigo-200\/85 {
    border-right-color: rgb(199 210 254 / 0.85);
  }

  .lg\:border-r-indigo-200\/90 {
    border-right-color: rgb(199 210 254 / 0.9);
  }

  .lg\:border-r-indigo-200\/95 {
    border-right-color: rgb(199 210 254 / 0.95);
  }

  .lg\:border-r-indigo-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(165 180 252 / var(--tw-border-opacity));
  }

  .lg\:border-r-indigo-300\/0 {
    border-right-color: rgb(165 180 252 / 0);
  }

  .lg\:border-r-indigo-300\/10 {
    border-right-color: rgb(165 180 252 / 0.1);
  }

  .lg\:border-r-indigo-300\/100 {
    border-right-color: rgb(165 180 252 / 1);
  }

  .lg\:border-r-indigo-300\/15 {
    border-right-color: rgb(165 180 252 / 0.15);
  }

  .lg\:border-r-indigo-300\/20 {
    border-right-color: rgb(165 180 252 / 0.2);
  }

  .lg\:border-r-indigo-300\/25 {
    border-right-color: rgb(165 180 252 / 0.25);
  }

  .lg\:border-r-indigo-300\/30 {
    border-right-color: rgb(165 180 252 / 0.3);
  }

  .lg\:border-r-indigo-300\/35 {
    border-right-color: rgb(165 180 252 / 0.35);
  }

  .lg\:border-r-indigo-300\/40 {
    border-right-color: rgb(165 180 252 / 0.4);
  }

  .lg\:border-r-indigo-300\/45 {
    border-right-color: rgb(165 180 252 / 0.45);
  }

  .lg\:border-r-indigo-300\/5 {
    border-right-color: rgb(165 180 252 / 0.05);
  }

  .lg\:border-r-indigo-300\/50 {
    border-right-color: rgb(165 180 252 / 0.5);
  }

  .lg\:border-r-indigo-300\/55 {
    border-right-color: rgb(165 180 252 / 0.55);
  }

  .lg\:border-r-indigo-300\/60 {
    border-right-color: rgb(165 180 252 / 0.6);
  }

  .lg\:border-r-indigo-300\/65 {
    border-right-color: rgb(165 180 252 / 0.65);
  }

  .lg\:border-r-indigo-300\/70 {
    border-right-color: rgb(165 180 252 / 0.7);
  }

  .lg\:border-r-indigo-300\/75 {
    border-right-color: rgb(165 180 252 / 0.75);
  }

  .lg\:border-r-indigo-300\/80 {
    border-right-color: rgb(165 180 252 / 0.8);
  }

  .lg\:border-r-indigo-300\/85 {
    border-right-color: rgb(165 180 252 / 0.85);
  }

  .lg\:border-r-indigo-300\/90 {
    border-right-color: rgb(165 180 252 / 0.9);
  }

  .lg\:border-r-indigo-300\/95 {
    border-right-color: rgb(165 180 252 / 0.95);
  }

  .lg\:border-r-indigo-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(129 140 248 / var(--tw-border-opacity));
  }

  .lg\:border-r-indigo-400\/0 {
    border-right-color: rgb(129 140 248 / 0);
  }

  .lg\:border-r-indigo-400\/10 {
    border-right-color: rgb(129 140 248 / 0.1);
  }

  .lg\:border-r-indigo-400\/100 {
    border-right-color: rgb(129 140 248 / 1);
  }

  .lg\:border-r-indigo-400\/15 {
    border-right-color: rgb(129 140 248 / 0.15);
  }

  .lg\:border-r-indigo-400\/20 {
    border-right-color: rgb(129 140 248 / 0.2);
  }

  .lg\:border-r-indigo-400\/25 {
    border-right-color: rgb(129 140 248 / 0.25);
  }

  .lg\:border-r-indigo-400\/30 {
    border-right-color: rgb(129 140 248 / 0.3);
  }

  .lg\:border-r-indigo-400\/35 {
    border-right-color: rgb(129 140 248 / 0.35);
  }

  .lg\:border-r-indigo-400\/40 {
    border-right-color: rgb(129 140 248 / 0.4);
  }

  .lg\:border-r-indigo-400\/45 {
    border-right-color: rgb(129 140 248 / 0.45);
  }

  .lg\:border-r-indigo-400\/5 {
    border-right-color: rgb(129 140 248 / 0.05);
  }

  .lg\:border-r-indigo-400\/50 {
    border-right-color: rgb(129 140 248 / 0.5);
  }

  .lg\:border-r-indigo-400\/55 {
    border-right-color: rgb(129 140 248 / 0.55);
  }

  .lg\:border-r-indigo-400\/60 {
    border-right-color: rgb(129 140 248 / 0.6);
  }

  .lg\:border-r-indigo-400\/65 {
    border-right-color: rgb(129 140 248 / 0.65);
  }

  .lg\:border-r-indigo-400\/70 {
    border-right-color: rgb(129 140 248 / 0.7);
  }

  .lg\:border-r-indigo-400\/75 {
    border-right-color: rgb(129 140 248 / 0.75);
  }

  .lg\:border-r-indigo-400\/80 {
    border-right-color: rgb(129 140 248 / 0.8);
  }

  .lg\:border-r-indigo-400\/85 {
    border-right-color: rgb(129 140 248 / 0.85);
  }

  .lg\:border-r-indigo-400\/90 {
    border-right-color: rgb(129 140 248 / 0.9);
  }

  .lg\:border-r-indigo-400\/95 {
    border-right-color: rgb(129 140 248 / 0.95);
  }

  .lg\:border-r-indigo-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(238 242 255 / var(--tw-border-opacity));
  }

  .lg\:border-r-indigo-50\/0 {
    border-right-color: rgb(238 242 255 / 0);
  }

  .lg\:border-r-indigo-50\/10 {
    border-right-color: rgb(238 242 255 / 0.1);
  }

  .lg\:border-r-indigo-50\/100 {
    border-right-color: rgb(238 242 255 / 1);
  }

  .lg\:border-r-indigo-50\/15 {
    border-right-color: rgb(238 242 255 / 0.15);
  }

  .lg\:border-r-indigo-50\/20 {
    border-right-color: rgb(238 242 255 / 0.2);
  }

  .lg\:border-r-indigo-50\/25 {
    border-right-color: rgb(238 242 255 / 0.25);
  }

  .lg\:border-r-indigo-50\/30 {
    border-right-color: rgb(238 242 255 / 0.3);
  }

  .lg\:border-r-indigo-50\/35 {
    border-right-color: rgb(238 242 255 / 0.35);
  }

  .lg\:border-r-indigo-50\/40 {
    border-right-color: rgb(238 242 255 / 0.4);
  }

  .lg\:border-r-indigo-50\/45 {
    border-right-color: rgb(238 242 255 / 0.45);
  }

  .lg\:border-r-indigo-50\/5 {
    border-right-color: rgb(238 242 255 / 0.05);
  }

  .lg\:border-r-indigo-50\/50 {
    border-right-color: rgb(238 242 255 / 0.5);
  }

  .lg\:border-r-indigo-50\/55 {
    border-right-color: rgb(238 242 255 / 0.55);
  }

  .lg\:border-r-indigo-50\/60 {
    border-right-color: rgb(238 242 255 / 0.6);
  }

  .lg\:border-r-indigo-50\/65 {
    border-right-color: rgb(238 242 255 / 0.65);
  }

  .lg\:border-r-indigo-50\/70 {
    border-right-color: rgb(238 242 255 / 0.7);
  }

  .lg\:border-r-indigo-50\/75 {
    border-right-color: rgb(238 242 255 / 0.75);
  }

  .lg\:border-r-indigo-50\/80 {
    border-right-color: rgb(238 242 255 / 0.8);
  }

  .lg\:border-r-indigo-50\/85 {
    border-right-color: rgb(238 242 255 / 0.85);
  }

  .lg\:border-r-indigo-50\/90 {
    border-right-color: rgb(238 242 255 / 0.9);
  }

  .lg\:border-r-indigo-50\/95 {
    border-right-color: rgb(238 242 255 / 0.95);
  }

  .lg\:border-r-indigo-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(99 102 241 / var(--tw-border-opacity));
  }

  .lg\:border-r-indigo-500\/0 {
    border-right-color: rgb(99 102 241 / 0);
  }

  .lg\:border-r-indigo-500\/10 {
    border-right-color: rgb(99 102 241 / 0.1);
  }

  .lg\:border-r-indigo-500\/100 {
    border-right-color: rgb(99 102 241 / 1);
  }

  .lg\:border-r-indigo-500\/15 {
    border-right-color: rgb(99 102 241 / 0.15);
  }

  .lg\:border-r-indigo-500\/20 {
    border-right-color: rgb(99 102 241 / 0.2);
  }

  .lg\:border-r-indigo-500\/25 {
    border-right-color: rgb(99 102 241 / 0.25);
  }

  .lg\:border-r-indigo-500\/30 {
    border-right-color: rgb(99 102 241 / 0.3);
  }

  .lg\:border-r-indigo-500\/35 {
    border-right-color: rgb(99 102 241 / 0.35);
  }

  .lg\:border-r-indigo-500\/40 {
    border-right-color: rgb(99 102 241 / 0.4);
  }

  .lg\:border-r-indigo-500\/45 {
    border-right-color: rgb(99 102 241 / 0.45);
  }

  .lg\:border-r-indigo-500\/5 {
    border-right-color: rgb(99 102 241 / 0.05);
  }

  .lg\:border-r-indigo-500\/50 {
    border-right-color: rgb(99 102 241 / 0.5);
  }

  .lg\:border-r-indigo-500\/55 {
    border-right-color: rgb(99 102 241 / 0.55);
  }

  .lg\:border-r-indigo-500\/60 {
    border-right-color: rgb(99 102 241 / 0.6);
  }

  .lg\:border-r-indigo-500\/65 {
    border-right-color: rgb(99 102 241 / 0.65);
  }

  .lg\:border-r-indigo-500\/70 {
    border-right-color: rgb(99 102 241 / 0.7);
  }

  .lg\:border-r-indigo-500\/75 {
    border-right-color: rgb(99 102 241 / 0.75);
  }

  .lg\:border-r-indigo-500\/80 {
    border-right-color: rgb(99 102 241 / 0.8);
  }

  .lg\:border-r-indigo-500\/85 {
    border-right-color: rgb(99 102 241 / 0.85);
  }

  .lg\:border-r-indigo-500\/90 {
    border-right-color: rgb(99 102 241 / 0.9);
  }

  .lg\:border-r-indigo-500\/95 {
    border-right-color: rgb(99 102 241 / 0.95);
  }

  .lg\:border-r-indigo-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(79 70 229 / var(--tw-border-opacity));
  }

  .lg\:border-r-indigo-600\/0 {
    border-right-color: rgb(79 70 229 / 0);
  }

  .lg\:border-r-indigo-600\/10 {
    border-right-color: rgb(79 70 229 / 0.1);
  }

  .lg\:border-r-indigo-600\/100 {
    border-right-color: rgb(79 70 229 / 1);
  }

  .lg\:border-r-indigo-600\/15 {
    border-right-color: rgb(79 70 229 / 0.15);
  }

  .lg\:border-r-indigo-600\/20 {
    border-right-color: rgb(79 70 229 / 0.2);
  }

  .lg\:border-r-indigo-600\/25 {
    border-right-color: rgb(79 70 229 / 0.25);
  }

  .lg\:border-r-indigo-600\/30 {
    border-right-color: rgb(79 70 229 / 0.3);
  }

  .lg\:border-r-indigo-600\/35 {
    border-right-color: rgb(79 70 229 / 0.35);
  }

  .lg\:border-r-indigo-600\/40 {
    border-right-color: rgb(79 70 229 / 0.4);
  }

  .lg\:border-r-indigo-600\/45 {
    border-right-color: rgb(79 70 229 / 0.45);
  }

  .lg\:border-r-indigo-600\/5 {
    border-right-color: rgb(79 70 229 / 0.05);
  }

  .lg\:border-r-indigo-600\/50 {
    border-right-color: rgb(79 70 229 / 0.5);
  }

  .lg\:border-r-indigo-600\/55 {
    border-right-color: rgb(79 70 229 / 0.55);
  }

  .lg\:border-r-indigo-600\/60 {
    border-right-color: rgb(79 70 229 / 0.6);
  }

  .lg\:border-r-indigo-600\/65 {
    border-right-color: rgb(79 70 229 / 0.65);
  }

  .lg\:border-r-indigo-600\/70 {
    border-right-color: rgb(79 70 229 / 0.7);
  }

  .lg\:border-r-indigo-600\/75 {
    border-right-color: rgb(79 70 229 / 0.75);
  }

  .lg\:border-r-indigo-600\/80 {
    border-right-color: rgb(79 70 229 / 0.8);
  }

  .lg\:border-r-indigo-600\/85 {
    border-right-color: rgb(79 70 229 / 0.85);
  }

  .lg\:border-r-indigo-600\/90 {
    border-right-color: rgb(79 70 229 / 0.9);
  }

  .lg\:border-r-indigo-600\/95 {
    border-right-color: rgb(79 70 229 / 0.95);
  }

  .lg\:border-r-indigo-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(67 56 202 / var(--tw-border-opacity));
  }

  .lg\:border-r-indigo-700\/0 {
    border-right-color: rgb(67 56 202 / 0);
  }

  .lg\:border-r-indigo-700\/10 {
    border-right-color: rgb(67 56 202 / 0.1);
  }

  .lg\:border-r-indigo-700\/100 {
    border-right-color: rgb(67 56 202 / 1);
  }

  .lg\:border-r-indigo-700\/15 {
    border-right-color: rgb(67 56 202 / 0.15);
  }

  .lg\:border-r-indigo-700\/20 {
    border-right-color: rgb(67 56 202 / 0.2);
  }

  .lg\:border-r-indigo-700\/25 {
    border-right-color: rgb(67 56 202 / 0.25);
  }

  .lg\:border-r-indigo-700\/30 {
    border-right-color: rgb(67 56 202 / 0.3);
  }

  .lg\:border-r-indigo-700\/35 {
    border-right-color: rgb(67 56 202 / 0.35);
  }

  .lg\:border-r-indigo-700\/40 {
    border-right-color: rgb(67 56 202 / 0.4);
  }

  .lg\:border-r-indigo-700\/45 {
    border-right-color: rgb(67 56 202 / 0.45);
  }

  .lg\:border-r-indigo-700\/5 {
    border-right-color: rgb(67 56 202 / 0.05);
  }

  .lg\:border-r-indigo-700\/50 {
    border-right-color: rgb(67 56 202 / 0.5);
  }

  .lg\:border-r-indigo-700\/55 {
    border-right-color: rgb(67 56 202 / 0.55);
  }

  .lg\:border-r-indigo-700\/60 {
    border-right-color: rgb(67 56 202 / 0.6);
  }

  .lg\:border-r-indigo-700\/65 {
    border-right-color: rgb(67 56 202 / 0.65);
  }

  .lg\:border-r-indigo-700\/70 {
    border-right-color: rgb(67 56 202 / 0.7);
  }

  .lg\:border-r-indigo-700\/75 {
    border-right-color: rgb(67 56 202 / 0.75);
  }

  .lg\:border-r-indigo-700\/80 {
    border-right-color: rgb(67 56 202 / 0.8);
  }

  .lg\:border-r-indigo-700\/85 {
    border-right-color: rgb(67 56 202 / 0.85);
  }

  .lg\:border-r-indigo-700\/90 {
    border-right-color: rgb(67 56 202 / 0.9);
  }

  .lg\:border-r-indigo-700\/95 {
    border-right-color: rgb(67 56 202 / 0.95);
  }

  .lg\:border-r-indigo-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(55 48 163 / var(--tw-border-opacity));
  }

  .lg\:border-r-indigo-800\/0 {
    border-right-color: rgb(55 48 163 / 0);
  }

  .lg\:border-r-indigo-800\/10 {
    border-right-color: rgb(55 48 163 / 0.1);
  }

  .lg\:border-r-indigo-800\/100 {
    border-right-color: rgb(55 48 163 / 1);
  }

  .lg\:border-r-indigo-800\/15 {
    border-right-color: rgb(55 48 163 / 0.15);
  }

  .lg\:border-r-indigo-800\/20 {
    border-right-color: rgb(55 48 163 / 0.2);
  }

  .lg\:border-r-indigo-800\/25 {
    border-right-color: rgb(55 48 163 / 0.25);
  }

  .lg\:border-r-indigo-800\/30 {
    border-right-color: rgb(55 48 163 / 0.3);
  }

  .lg\:border-r-indigo-800\/35 {
    border-right-color: rgb(55 48 163 / 0.35);
  }

  .lg\:border-r-indigo-800\/40 {
    border-right-color: rgb(55 48 163 / 0.4);
  }

  .lg\:border-r-indigo-800\/45 {
    border-right-color: rgb(55 48 163 / 0.45);
  }

  .lg\:border-r-indigo-800\/5 {
    border-right-color: rgb(55 48 163 / 0.05);
  }

  .lg\:border-r-indigo-800\/50 {
    border-right-color: rgb(55 48 163 / 0.5);
  }

  .lg\:border-r-indigo-800\/55 {
    border-right-color: rgb(55 48 163 / 0.55);
  }

  .lg\:border-r-indigo-800\/60 {
    border-right-color: rgb(55 48 163 / 0.6);
  }

  .lg\:border-r-indigo-800\/65 {
    border-right-color: rgb(55 48 163 / 0.65);
  }

  .lg\:border-r-indigo-800\/70 {
    border-right-color: rgb(55 48 163 / 0.7);
  }

  .lg\:border-r-indigo-800\/75 {
    border-right-color: rgb(55 48 163 / 0.75);
  }

  .lg\:border-r-indigo-800\/80 {
    border-right-color: rgb(55 48 163 / 0.8);
  }

  .lg\:border-r-indigo-800\/85 {
    border-right-color: rgb(55 48 163 / 0.85);
  }

  .lg\:border-r-indigo-800\/90 {
    border-right-color: rgb(55 48 163 / 0.9);
  }

  .lg\:border-r-indigo-800\/95 {
    border-right-color: rgb(55 48 163 / 0.95);
  }

  .lg\:border-r-indigo-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(49 46 129 / var(--tw-border-opacity));
  }

  .lg\:border-r-indigo-900\/0 {
    border-right-color: rgb(49 46 129 / 0);
  }

  .lg\:border-r-indigo-900\/10 {
    border-right-color: rgb(49 46 129 / 0.1);
  }

  .lg\:border-r-indigo-900\/100 {
    border-right-color: rgb(49 46 129 / 1);
  }

  .lg\:border-r-indigo-900\/15 {
    border-right-color: rgb(49 46 129 / 0.15);
  }

  .lg\:border-r-indigo-900\/20 {
    border-right-color: rgb(49 46 129 / 0.2);
  }

  .lg\:border-r-indigo-900\/25 {
    border-right-color: rgb(49 46 129 / 0.25);
  }

  .lg\:border-r-indigo-900\/30 {
    border-right-color: rgb(49 46 129 / 0.3);
  }

  .lg\:border-r-indigo-900\/35 {
    border-right-color: rgb(49 46 129 / 0.35);
  }

  .lg\:border-r-indigo-900\/40 {
    border-right-color: rgb(49 46 129 / 0.4);
  }

  .lg\:border-r-indigo-900\/45 {
    border-right-color: rgb(49 46 129 / 0.45);
  }

  .lg\:border-r-indigo-900\/5 {
    border-right-color: rgb(49 46 129 / 0.05);
  }

  .lg\:border-r-indigo-900\/50 {
    border-right-color: rgb(49 46 129 / 0.5);
  }

  .lg\:border-r-indigo-900\/55 {
    border-right-color: rgb(49 46 129 / 0.55);
  }

  .lg\:border-r-indigo-900\/60 {
    border-right-color: rgb(49 46 129 / 0.6);
  }

  .lg\:border-r-indigo-900\/65 {
    border-right-color: rgb(49 46 129 / 0.65);
  }

  .lg\:border-r-indigo-900\/70 {
    border-right-color: rgb(49 46 129 / 0.7);
  }

  .lg\:border-r-indigo-900\/75 {
    border-right-color: rgb(49 46 129 / 0.75);
  }

  .lg\:border-r-indigo-900\/80 {
    border-right-color: rgb(49 46 129 / 0.8);
  }

  .lg\:border-r-indigo-900\/85 {
    border-right-color: rgb(49 46 129 / 0.85);
  }

  .lg\:border-r-indigo-900\/90 {
    border-right-color: rgb(49 46 129 / 0.9);
  }

  .lg\:border-r-indigo-900\/95 {
    border-right-color: rgb(49 46 129 / 0.95);
  }

  .lg\:border-r-indigo-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(30 27 75 / var(--tw-border-opacity));
  }

  .lg\:border-r-indigo-950\/0 {
    border-right-color: rgb(30 27 75 / 0);
  }

  .lg\:border-r-indigo-950\/10 {
    border-right-color: rgb(30 27 75 / 0.1);
  }

  .lg\:border-r-indigo-950\/100 {
    border-right-color: rgb(30 27 75 / 1);
  }

  .lg\:border-r-indigo-950\/15 {
    border-right-color: rgb(30 27 75 / 0.15);
  }

  .lg\:border-r-indigo-950\/20 {
    border-right-color: rgb(30 27 75 / 0.2);
  }

  .lg\:border-r-indigo-950\/25 {
    border-right-color: rgb(30 27 75 / 0.25);
  }

  .lg\:border-r-indigo-950\/30 {
    border-right-color: rgb(30 27 75 / 0.3);
  }

  .lg\:border-r-indigo-950\/35 {
    border-right-color: rgb(30 27 75 / 0.35);
  }

  .lg\:border-r-indigo-950\/40 {
    border-right-color: rgb(30 27 75 / 0.4);
  }

  .lg\:border-r-indigo-950\/45 {
    border-right-color: rgb(30 27 75 / 0.45);
  }

  .lg\:border-r-indigo-950\/5 {
    border-right-color: rgb(30 27 75 / 0.05);
  }

  .lg\:border-r-indigo-950\/50 {
    border-right-color: rgb(30 27 75 / 0.5);
  }

  .lg\:border-r-indigo-950\/55 {
    border-right-color: rgb(30 27 75 / 0.55);
  }

  .lg\:border-r-indigo-950\/60 {
    border-right-color: rgb(30 27 75 / 0.6);
  }

  .lg\:border-r-indigo-950\/65 {
    border-right-color: rgb(30 27 75 / 0.65);
  }

  .lg\:border-r-indigo-950\/70 {
    border-right-color: rgb(30 27 75 / 0.7);
  }

  .lg\:border-r-indigo-950\/75 {
    border-right-color: rgb(30 27 75 / 0.75);
  }

  .lg\:border-r-indigo-950\/80 {
    border-right-color: rgb(30 27 75 / 0.8);
  }

  .lg\:border-r-indigo-950\/85 {
    border-right-color: rgb(30 27 75 / 0.85);
  }

  .lg\:border-r-indigo-950\/90 {
    border-right-color: rgb(30 27 75 / 0.9);
  }

  .lg\:border-r-indigo-950\/95 {
    border-right-color: rgb(30 27 75 / 0.95);
  }

  .lg\:border-r-inherit {
    border-right-color: inherit;
  }

  .lg\:border-r-lime-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(236 252 203 / var(--tw-border-opacity));
  }

  .lg\:border-r-lime-100\/0 {
    border-right-color: rgb(236 252 203 / 0);
  }

  .lg\:border-r-lime-100\/10 {
    border-right-color: rgb(236 252 203 / 0.1);
  }

  .lg\:border-r-lime-100\/100 {
    border-right-color: rgb(236 252 203 / 1);
  }

  .lg\:border-r-lime-100\/15 {
    border-right-color: rgb(236 252 203 / 0.15);
  }

  .lg\:border-r-lime-100\/20 {
    border-right-color: rgb(236 252 203 / 0.2);
  }

  .lg\:border-r-lime-100\/25 {
    border-right-color: rgb(236 252 203 / 0.25);
  }

  .lg\:border-r-lime-100\/30 {
    border-right-color: rgb(236 252 203 / 0.3);
  }

  .lg\:border-r-lime-100\/35 {
    border-right-color: rgb(236 252 203 / 0.35);
  }

  .lg\:border-r-lime-100\/40 {
    border-right-color: rgb(236 252 203 / 0.4);
  }

  .lg\:border-r-lime-100\/45 {
    border-right-color: rgb(236 252 203 / 0.45);
  }

  .lg\:border-r-lime-100\/5 {
    border-right-color: rgb(236 252 203 / 0.05);
  }

  .lg\:border-r-lime-100\/50 {
    border-right-color: rgb(236 252 203 / 0.5);
  }

  .lg\:border-r-lime-100\/55 {
    border-right-color: rgb(236 252 203 / 0.55);
  }

  .lg\:border-r-lime-100\/60 {
    border-right-color: rgb(236 252 203 / 0.6);
  }

  .lg\:border-r-lime-100\/65 {
    border-right-color: rgb(236 252 203 / 0.65);
  }

  .lg\:border-r-lime-100\/70 {
    border-right-color: rgb(236 252 203 / 0.7);
  }

  .lg\:border-r-lime-100\/75 {
    border-right-color: rgb(236 252 203 / 0.75);
  }

  .lg\:border-r-lime-100\/80 {
    border-right-color: rgb(236 252 203 / 0.8);
  }

  .lg\:border-r-lime-100\/85 {
    border-right-color: rgb(236 252 203 / 0.85);
  }

  .lg\:border-r-lime-100\/90 {
    border-right-color: rgb(236 252 203 / 0.9);
  }

  .lg\:border-r-lime-100\/95 {
    border-right-color: rgb(236 252 203 / 0.95);
  }

  .lg\:border-r-lime-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(217 249 157 / var(--tw-border-opacity));
  }

  .lg\:border-r-lime-200\/0 {
    border-right-color: rgb(217 249 157 / 0);
  }

  .lg\:border-r-lime-200\/10 {
    border-right-color: rgb(217 249 157 / 0.1);
  }

  .lg\:border-r-lime-200\/100 {
    border-right-color: rgb(217 249 157 / 1);
  }

  .lg\:border-r-lime-200\/15 {
    border-right-color: rgb(217 249 157 / 0.15);
  }

  .lg\:border-r-lime-200\/20 {
    border-right-color: rgb(217 249 157 / 0.2);
  }

  .lg\:border-r-lime-200\/25 {
    border-right-color: rgb(217 249 157 / 0.25);
  }

  .lg\:border-r-lime-200\/30 {
    border-right-color: rgb(217 249 157 / 0.3);
  }

  .lg\:border-r-lime-200\/35 {
    border-right-color: rgb(217 249 157 / 0.35);
  }

  .lg\:border-r-lime-200\/40 {
    border-right-color: rgb(217 249 157 / 0.4);
  }

  .lg\:border-r-lime-200\/45 {
    border-right-color: rgb(217 249 157 / 0.45);
  }

  .lg\:border-r-lime-200\/5 {
    border-right-color: rgb(217 249 157 / 0.05);
  }

  .lg\:border-r-lime-200\/50 {
    border-right-color: rgb(217 249 157 / 0.5);
  }

  .lg\:border-r-lime-200\/55 {
    border-right-color: rgb(217 249 157 / 0.55);
  }

  .lg\:border-r-lime-200\/60 {
    border-right-color: rgb(217 249 157 / 0.6);
  }

  .lg\:border-r-lime-200\/65 {
    border-right-color: rgb(217 249 157 / 0.65);
  }

  .lg\:border-r-lime-200\/70 {
    border-right-color: rgb(217 249 157 / 0.7);
  }

  .lg\:border-r-lime-200\/75 {
    border-right-color: rgb(217 249 157 / 0.75);
  }

  .lg\:border-r-lime-200\/80 {
    border-right-color: rgb(217 249 157 / 0.8);
  }

  .lg\:border-r-lime-200\/85 {
    border-right-color: rgb(217 249 157 / 0.85);
  }

  .lg\:border-r-lime-200\/90 {
    border-right-color: rgb(217 249 157 / 0.9);
  }

  .lg\:border-r-lime-200\/95 {
    border-right-color: rgb(217 249 157 / 0.95);
  }

  .lg\:border-r-lime-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(190 242 100 / var(--tw-border-opacity));
  }

  .lg\:border-r-lime-300\/0 {
    border-right-color: rgb(190 242 100 / 0);
  }

  .lg\:border-r-lime-300\/10 {
    border-right-color: rgb(190 242 100 / 0.1);
  }

  .lg\:border-r-lime-300\/100 {
    border-right-color: rgb(190 242 100 / 1);
  }

  .lg\:border-r-lime-300\/15 {
    border-right-color: rgb(190 242 100 / 0.15);
  }

  .lg\:border-r-lime-300\/20 {
    border-right-color: rgb(190 242 100 / 0.2);
  }

  .lg\:border-r-lime-300\/25 {
    border-right-color: rgb(190 242 100 / 0.25);
  }

  .lg\:border-r-lime-300\/30 {
    border-right-color: rgb(190 242 100 / 0.3);
  }

  .lg\:border-r-lime-300\/35 {
    border-right-color: rgb(190 242 100 / 0.35);
  }

  .lg\:border-r-lime-300\/40 {
    border-right-color: rgb(190 242 100 / 0.4);
  }

  .lg\:border-r-lime-300\/45 {
    border-right-color: rgb(190 242 100 / 0.45);
  }

  .lg\:border-r-lime-300\/5 {
    border-right-color: rgb(190 242 100 / 0.05);
  }

  .lg\:border-r-lime-300\/50 {
    border-right-color: rgb(190 242 100 / 0.5);
  }

  .lg\:border-r-lime-300\/55 {
    border-right-color: rgb(190 242 100 / 0.55);
  }

  .lg\:border-r-lime-300\/60 {
    border-right-color: rgb(190 242 100 / 0.6);
  }

  .lg\:border-r-lime-300\/65 {
    border-right-color: rgb(190 242 100 / 0.65);
  }

  .lg\:border-r-lime-300\/70 {
    border-right-color: rgb(190 242 100 / 0.7);
  }

  .lg\:border-r-lime-300\/75 {
    border-right-color: rgb(190 242 100 / 0.75);
  }

  .lg\:border-r-lime-300\/80 {
    border-right-color: rgb(190 242 100 / 0.8);
  }

  .lg\:border-r-lime-300\/85 {
    border-right-color: rgb(190 242 100 / 0.85);
  }

  .lg\:border-r-lime-300\/90 {
    border-right-color: rgb(190 242 100 / 0.9);
  }

  .lg\:border-r-lime-300\/95 {
    border-right-color: rgb(190 242 100 / 0.95);
  }

  .lg\:border-r-lime-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(163 230 53 / var(--tw-border-opacity));
  }

  .lg\:border-r-lime-400\/0 {
    border-right-color: rgb(163 230 53 / 0);
  }

  .lg\:border-r-lime-400\/10 {
    border-right-color: rgb(163 230 53 / 0.1);
  }

  .lg\:border-r-lime-400\/100 {
    border-right-color: rgb(163 230 53 / 1);
  }

  .lg\:border-r-lime-400\/15 {
    border-right-color: rgb(163 230 53 / 0.15);
  }

  .lg\:border-r-lime-400\/20 {
    border-right-color: rgb(163 230 53 / 0.2);
  }

  .lg\:border-r-lime-400\/25 {
    border-right-color: rgb(163 230 53 / 0.25);
  }

  .lg\:border-r-lime-400\/30 {
    border-right-color: rgb(163 230 53 / 0.3);
  }

  .lg\:border-r-lime-400\/35 {
    border-right-color: rgb(163 230 53 / 0.35);
  }

  .lg\:border-r-lime-400\/40 {
    border-right-color: rgb(163 230 53 / 0.4);
  }

  .lg\:border-r-lime-400\/45 {
    border-right-color: rgb(163 230 53 / 0.45);
  }

  .lg\:border-r-lime-400\/5 {
    border-right-color: rgb(163 230 53 / 0.05);
  }

  .lg\:border-r-lime-400\/50 {
    border-right-color: rgb(163 230 53 / 0.5);
  }

  .lg\:border-r-lime-400\/55 {
    border-right-color: rgb(163 230 53 / 0.55);
  }

  .lg\:border-r-lime-400\/60 {
    border-right-color: rgb(163 230 53 / 0.6);
  }

  .lg\:border-r-lime-400\/65 {
    border-right-color: rgb(163 230 53 / 0.65);
  }

  .lg\:border-r-lime-400\/70 {
    border-right-color: rgb(163 230 53 / 0.7);
  }

  .lg\:border-r-lime-400\/75 {
    border-right-color: rgb(163 230 53 / 0.75);
  }

  .lg\:border-r-lime-400\/80 {
    border-right-color: rgb(163 230 53 / 0.8);
  }

  .lg\:border-r-lime-400\/85 {
    border-right-color: rgb(163 230 53 / 0.85);
  }

  .lg\:border-r-lime-400\/90 {
    border-right-color: rgb(163 230 53 / 0.9);
  }

  .lg\:border-r-lime-400\/95 {
    border-right-color: rgb(163 230 53 / 0.95);
  }

  .lg\:border-r-lime-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(247 254 231 / var(--tw-border-opacity));
  }

  .lg\:border-r-lime-50\/0 {
    border-right-color: rgb(247 254 231 / 0);
  }

  .lg\:border-r-lime-50\/10 {
    border-right-color: rgb(247 254 231 / 0.1);
  }

  .lg\:border-r-lime-50\/100 {
    border-right-color: rgb(247 254 231 / 1);
  }

  .lg\:border-r-lime-50\/15 {
    border-right-color: rgb(247 254 231 / 0.15);
  }

  .lg\:border-r-lime-50\/20 {
    border-right-color: rgb(247 254 231 / 0.2);
  }

  .lg\:border-r-lime-50\/25 {
    border-right-color: rgb(247 254 231 / 0.25);
  }

  .lg\:border-r-lime-50\/30 {
    border-right-color: rgb(247 254 231 / 0.3);
  }

  .lg\:border-r-lime-50\/35 {
    border-right-color: rgb(247 254 231 / 0.35);
  }

  .lg\:border-r-lime-50\/40 {
    border-right-color: rgb(247 254 231 / 0.4);
  }

  .lg\:border-r-lime-50\/45 {
    border-right-color: rgb(247 254 231 / 0.45);
  }

  .lg\:border-r-lime-50\/5 {
    border-right-color: rgb(247 254 231 / 0.05);
  }

  .lg\:border-r-lime-50\/50 {
    border-right-color: rgb(247 254 231 / 0.5);
  }

  .lg\:border-r-lime-50\/55 {
    border-right-color: rgb(247 254 231 / 0.55);
  }

  .lg\:border-r-lime-50\/60 {
    border-right-color: rgb(247 254 231 / 0.6);
  }

  .lg\:border-r-lime-50\/65 {
    border-right-color: rgb(247 254 231 / 0.65);
  }

  .lg\:border-r-lime-50\/70 {
    border-right-color: rgb(247 254 231 / 0.7);
  }

  .lg\:border-r-lime-50\/75 {
    border-right-color: rgb(247 254 231 / 0.75);
  }

  .lg\:border-r-lime-50\/80 {
    border-right-color: rgb(247 254 231 / 0.8);
  }

  .lg\:border-r-lime-50\/85 {
    border-right-color: rgb(247 254 231 / 0.85);
  }

  .lg\:border-r-lime-50\/90 {
    border-right-color: rgb(247 254 231 / 0.9);
  }

  .lg\:border-r-lime-50\/95 {
    border-right-color: rgb(247 254 231 / 0.95);
  }

  .lg\:border-r-lime-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(132 204 22 / var(--tw-border-opacity));
  }

  .lg\:border-r-lime-500\/0 {
    border-right-color: rgb(132 204 22 / 0);
  }

  .lg\:border-r-lime-500\/10 {
    border-right-color: rgb(132 204 22 / 0.1);
  }

  .lg\:border-r-lime-500\/100 {
    border-right-color: rgb(132 204 22 / 1);
  }

  .lg\:border-r-lime-500\/15 {
    border-right-color: rgb(132 204 22 / 0.15);
  }

  .lg\:border-r-lime-500\/20 {
    border-right-color: rgb(132 204 22 / 0.2);
  }

  .lg\:border-r-lime-500\/25 {
    border-right-color: rgb(132 204 22 / 0.25);
  }

  .lg\:border-r-lime-500\/30 {
    border-right-color: rgb(132 204 22 / 0.3);
  }

  .lg\:border-r-lime-500\/35 {
    border-right-color: rgb(132 204 22 / 0.35);
  }

  .lg\:border-r-lime-500\/40 {
    border-right-color: rgb(132 204 22 / 0.4);
  }

  .lg\:border-r-lime-500\/45 {
    border-right-color: rgb(132 204 22 / 0.45);
  }

  .lg\:border-r-lime-500\/5 {
    border-right-color: rgb(132 204 22 / 0.05);
  }

  .lg\:border-r-lime-500\/50 {
    border-right-color: rgb(132 204 22 / 0.5);
  }

  .lg\:border-r-lime-500\/55 {
    border-right-color: rgb(132 204 22 / 0.55);
  }

  .lg\:border-r-lime-500\/60 {
    border-right-color: rgb(132 204 22 / 0.6);
  }

  .lg\:border-r-lime-500\/65 {
    border-right-color: rgb(132 204 22 / 0.65);
  }

  .lg\:border-r-lime-500\/70 {
    border-right-color: rgb(132 204 22 / 0.7);
  }

  .lg\:border-r-lime-500\/75 {
    border-right-color: rgb(132 204 22 / 0.75);
  }

  .lg\:border-r-lime-500\/80 {
    border-right-color: rgb(132 204 22 / 0.8);
  }

  .lg\:border-r-lime-500\/85 {
    border-right-color: rgb(132 204 22 / 0.85);
  }

  .lg\:border-r-lime-500\/90 {
    border-right-color: rgb(132 204 22 / 0.9);
  }

  .lg\:border-r-lime-500\/95 {
    border-right-color: rgb(132 204 22 / 0.95);
  }

  .lg\:border-r-lime-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(101 163 13 / var(--tw-border-opacity));
  }

  .lg\:border-r-lime-600\/0 {
    border-right-color: rgb(101 163 13 / 0);
  }

  .lg\:border-r-lime-600\/10 {
    border-right-color: rgb(101 163 13 / 0.1);
  }

  .lg\:border-r-lime-600\/100 {
    border-right-color: rgb(101 163 13 / 1);
  }

  .lg\:border-r-lime-600\/15 {
    border-right-color: rgb(101 163 13 / 0.15);
  }

  .lg\:border-r-lime-600\/20 {
    border-right-color: rgb(101 163 13 / 0.2);
  }

  .lg\:border-r-lime-600\/25 {
    border-right-color: rgb(101 163 13 / 0.25);
  }

  .lg\:border-r-lime-600\/30 {
    border-right-color: rgb(101 163 13 / 0.3);
  }

  .lg\:border-r-lime-600\/35 {
    border-right-color: rgb(101 163 13 / 0.35);
  }

  .lg\:border-r-lime-600\/40 {
    border-right-color: rgb(101 163 13 / 0.4);
  }

  .lg\:border-r-lime-600\/45 {
    border-right-color: rgb(101 163 13 / 0.45);
  }

  .lg\:border-r-lime-600\/5 {
    border-right-color: rgb(101 163 13 / 0.05);
  }

  .lg\:border-r-lime-600\/50 {
    border-right-color: rgb(101 163 13 / 0.5);
  }

  .lg\:border-r-lime-600\/55 {
    border-right-color: rgb(101 163 13 / 0.55);
  }

  .lg\:border-r-lime-600\/60 {
    border-right-color: rgb(101 163 13 / 0.6);
  }

  .lg\:border-r-lime-600\/65 {
    border-right-color: rgb(101 163 13 / 0.65);
  }

  .lg\:border-r-lime-600\/70 {
    border-right-color: rgb(101 163 13 / 0.7);
  }

  .lg\:border-r-lime-600\/75 {
    border-right-color: rgb(101 163 13 / 0.75);
  }

  .lg\:border-r-lime-600\/80 {
    border-right-color: rgb(101 163 13 / 0.8);
  }

  .lg\:border-r-lime-600\/85 {
    border-right-color: rgb(101 163 13 / 0.85);
  }

  .lg\:border-r-lime-600\/90 {
    border-right-color: rgb(101 163 13 / 0.9);
  }

  .lg\:border-r-lime-600\/95 {
    border-right-color: rgb(101 163 13 / 0.95);
  }

  .lg\:border-r-lime-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(77 124 15 / var(--tw-border-opacity));
  }

  .lg\:border-r-lime-700\/0 {
    border-right-color: rgb(77 124 15 / 0);
  }

  .lg\:border-r-lime-700\/10 {
    border-right-color: rgb(77 124 15 / 0.1);
  }

  .lg\:border-r-lime-700\/100 {
    border-right-color: rgb(77 124 15 / 1);
  }

  .lg\:border-r-lime-700\/15 {
    border-right-color: rgb(77 124 15 / 0.15);
  }

  .lg\:border-r-lime-700\/20 {
    border-right-color: rgb(77 124 15 / 0.2);
  }

  .lg\:border-r-lime-700\/25 {
    border-right-color: rgb(77 124 15 / 0.25);
  }

  .lg\:border-r-lime-700\/30 {
    border-right-color: rgb(77 124 15 / 0.3);
  }

  .lg\:border-r-lime-700\/35 {
    border-right-color: rgb(77 124 15 / 0.35);
  }

  .lg\:border-r-lime-700\/40 {
    border-right-color: rgb(77 124 15 / 0.4);
  }

  .lg\:border-r-lime-700\/45 {
    border-right-color: rgb(77 124 15 / 0.45);
  }

  .lg\:border-r-lime-700\/5 {
    border-right-color: rgb(77 124 15 / 0.05);
  }

  .lg\:border-r-lime-700\/50 {
    border-right-color: rgb(77 124 15 / 0.5);
  }

  .lg\:border-r-lime-700\/55 {
    border-right-color: rgb(77 124 15 / 0.55);
  }

  .lg\:border-r-lime-700\/60 {
    border-right-color: rgb(77 124 15 / 0.6);
  }

  .lg\:border-r-lime-700\/65 {
    border-right-color: rgb(77 124 15 / 0.65);
  }

  .lg\:border-r-lime-700\/70 {
    border-right-color: rgb(77 124 15 / 0.7);
  }

  .lg\:border-r-lime-700\/75 {
    border-right-color: rgb(77 124 15 / 0.75);
  }

  .lg\:border-r-lime-700\/80 {
    border-right-color: rgb(77 124 15 / 0.8);
  }

  .lg\:border-r-lime-700\/85 {
    border-right-color: rgb(77 124 15 / 0.85);
  }

  .lg\:border-r-lime-700\/90 {
    border-right-color: rgb(77 124 15 / 0.9);
  }

  .lg\:border-r-lime-700\/95 {
    border-right-color: rgb(77 124 15 / 0.95);
  }

  .lg\:border-r-lime-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(63 98 18 / var(--tw-border-opacity));
  }

  .lg\:border-r-lime-800\/0 {
    border-right-color: rgb(63 98 18 / 0);
  }

  .lg\:border-r-lime-800\/10 {
    border-right-color: rgb(63 98 18 / 0.1);
  }

  .lg\:border-r-lime-800\/100 {
    border-right-color: rgb(63 98 18 / 1);
  }

  .lg\:border-r-lime-800\/15 {
    border-right-color: rgb(63 98 18 / 0.15);
  }

  .lg\:border-r-lime-800\/20 {
    border-right-color: rgb(63 98 18 / 0.2);
  }

  .lg\:border-r-lime-800\/25 {
    border-right-color: rgb(63 98 18 / 0.25);
  }

  .lg\:border-r-lime-800\/30 {
    border-right-color: rgb(63 98 18 / 0.3);
  }

  .lg\:border-r-lime-800\/35 {
    border-right-color: rgb(63 98 18 / 0.35);
  }

  .lg\:border-r-lime-800\/40 {
    border-right-color: rgb(63 98 18 / 0.4);
  }

  .lg\:border-r-lime-800\/45 {
    border-right-color: rgb(63 98 18 / 0.45);
  }

  .lg\:border-r-lime-800\/5 {
    border-right-color: rgb(63 98 18 / 0.05);
  }

  .lg\:border-r-lime-800\/50 {
    border-right-color: rgb(63 98 18 / 0.5);
  }

  .lg\:border-r-lime-800\/55 {
    border-right-color: rgb(63 98 18 / 0.55);
  }

  .lg\:border-r-lime-800\/60 {
    border-right-color: rgb(63 98 18 / 0.6);
  }

  .lg\:border-r-lime-800\/65 {
    border-right-color: rgb(63 98 18 / 0.65);
  }

  .lg\:border-r-lime-800\/70 {
    border-right-color: rgb(63 98 18 / 0.7);
  }

  .lg\:border-r-lime-800\/75 {
    border-right-color: rgb(63 98 18 / 0.75);
  }

  .lg\:border-r-lime-800\/80 {
    border-right-color: rgb(63 98 18 / 0.8);
  }

  .lg\:border-r-lime-800\/85 {
    border-right-color: rgb(63 98 18 / 0.85);
  }

  .lg\:border-r-lime-800\/90 {
    border-right-color: rgb(63 98 18 / 0.9);
  }

  .lg\:border-r-lime-800\/95 {
    border-right-color: rgb(63 98 18 / 0.95);
  }

  .lg\:border-r-lime-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(54 83 20 / var(--tw-border-opacity));
  }

  .lg\:border-r-lime-900\/0 {
    border-right-color: rgb(54 83 20 / 0);
  }

  .lg\:border-r-lime-900\/10 {
    border-right-color: rgb(54 83 20 / 0.1);
  }

  .lg\:border-r-lime-900\/100 {
    border-right-color: rgb(54 83 20 / 1);
  }

  .lg\:border-r-lime-900\/15 {
    border-right-color: rgb(54 83 20 / 0.15);
  }

  .lg\:border-r-lime-900\/20 {
    border-right-color: rgb(54 83 20 / 0.2);
  }

  .lg\:border-r-lime-900\/25 {
    border-right-color: rgb(54 83 20 / 0.25);
  }

  .lg\:border-r-lime-900\/30 {
    border-right-color: rgb(54 83 20 / 0.3);
  }

  .lg\:border-r-lime-900\/35 {
    border-right-color: rgb(54 83 20 / 0.35);
  }

  .lg\:border-r-lime-900\/40 {
    border-right-color: rgb(54 83 20 / 0.4);
  }

  .lg\:border-r-lime-900\/45 {
    border-right-color: rgb(54 83 20 / 0.45);
  }

  .lg\:border-r-lime-900\/5 {
    border-right-color: rgb(54 83 20 / 0.05);
  }

  .lg\:border-r-lime-900\/50 {
    border-right-color: rgb(54 83 20 / 0.5);
  }

  .lg\:border-r-lime-900\/55 {
    border-right-color: rgb(54 83 20 / 0.55);
  }

  .lg\:border-r-lime-900\/60 {
    border-right-color: rgb(54 83 20 / 0.6);
  }

  .lg\:border-r-lime-900\/65 {
    border-right-color: rgb(54 83 20 / 0.65);
  }

  .lg\:border-r-lime-900\/70 {
    border-right-color: rgb(54 83 20 / 0.7);
  }

  .lg\:border-r-lime-900\/75 {
    border-right-color: rgb(54 83 20 / 0.75);
  }

  .lg\:border-r-lime-900\/80 {
    border-right-color: rgb(54 83 20 / 0.8);
  }

  .lg\:border-r-lime-900\/85 {
    border-right-color: rgb(54 83 20 / 0.85);
  }

  .lg\:border-r-lime-900\/90 {
    border-right-color: rgb(54 83 20 / 0.9);
  }

  .lg\:border-r-lime-900\/95 {
    border-right-color: rgb(54 83 20 / 0.95);
  }

  .lg\:border-r-lime-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(26 46 5 / var(--tw-border-opacity));
  }

  .lg\:border-r-lime-950\/0 {
    border-right-color: rgb(26 46 5 / 0);
  }

  .lg\:border-r-lime-950\/10 {
    border-right-color: rgb(26 46 5 / 0.1);
  }

  .lg\:border-r-lime-950\/100 {
    border-right-color: rgb(26 46 5 / 1);
  }

  .lg\:border-r-lime-950\/15 {
    border-right-color: rgb(26 46 5 / 0.15);
  }

  .lg\:border-r-lime-950\/20 {
    border-right-color: rgb(26 46 5 / 0.2);
  }

  .lg\:border-r-lime-950\/25 {
    border-right-color: rgb(26 46 5 / 0.25);
  }

  .lg\:border-r-lime-950\/30 {
    border-right-color: rgb(26 46 5 / 0.3);
  }

  .lg\:border-r-lime-950\/35 {
    border-right-color: rgb(26 46 5 / 0.35);
  }

  .lg\:border-r-lime-950\/40 {
    border-right-color: rgb(26 46 5 / 0.4);
  }

  .lg\:border-r-lime-950\/45 {
    border-right-color: rgb(26 46 5 / 0.45);
  }

  .lg\:border-r-lime-950\/5 {
    border-right-color: rgb(26 46 5 / 0.05);
  }

  .lg\:border-r-lime-950\/50 {
    border-right-color: rgb(26 46 5 / 0.5);
  }

  .lg\:border-r-lime-950\/55 {
    border-right-color: rgb(26 46 5 / 0.55);
  }

  .lg\:border-r-lime-950\/60 {
    border-right-color: rgb(26 46 5 / 0.6);
  }

  .lg\:border-r-lime-950\/65 {
    border-right-color: rgb(26 46 5 / 0.65);
  }

  .lg\:border-r-lime-950\/70 {
    border-right-color: rgb(26 46 5 / 0.7);
  }

  .lg\:border-r-lime-950\/75 {
    border-right-color: rgb(26 46 5 / 0.75);
  }

  .lg\:border-r-lime-950\/80 {
    border-right-color: rgb(26 46 5 / 0.8);
  }

  .lg\:border-r-lime-950\/85 {
    border-right-color: rgb(26 46 5 / 0.85);
  }

  .lg\:border-r-lime-950\/90 {
    border-right-color: rgb(26 46 5 / 0.9);
  }

  .lg\:border-r-lime-950\/95 {
    border-right-color: rgb(26 46 5 / 0.95);
  }

  .lg\:border-r-neutral-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 245 245 / var(--tw-border-opacity));
  }

  .lg\:border-r-neutral-100\/0 {
    border-right-color: rgb(245 245 245 / 0);
  }

  .lg\:border-r-neutral-100\/10 {
    border-right-color: rgb(245 245 245 / 0.1);
  }

  .lg\:border-r-neutral-100\/100 {
    border-right-color: rgb(245 245 245 / 1);
  }

  .lg\:border-r-neutral-100\/15 {
    border-right-color: rgb(245 245 245 / 0.15);
  }

  .lg\:border-r-neutral-100\/20 {
    border-right-color: rgb(245 245 245 / 0.2);
  }

  .lg\:border-r-neutral-100\/25 {
    border-right-color: rgb(245 245 245 / 0.25);
  }

  .lg\:border-r-neutral-100\/30 {
    border-right-color: rgb(245 245 245 / 0.3);
  }

  .lg\:border-r-neutral-100\/35 {
    border-right-color: rgb(245 245 245 / 0.35);
  }

  .lg\:border-r-neutral-100\/40 {
    border-right-color: rgb(245 245 245 / 0.4);
  }

  .lg\:border-r-neutral-100\/45 {
    border-right-color: rgb(245 245 245 / 0.45);
  }

  .lg\:border-r-neutral-100\/5 {
    border-right-color: rgb(245 245 245 / 0.05);
  }

  .lg\:border-r-neutral-100\/50 {
    border-right-color: rgb(245 245 245 / 0.5);
  }

  .lg\:border-r-neutral-100\/55 {
    border-right-color: rgb(245 245 245 / 0.55);
  }

  .lg\:border-r-neutral-100\/60 {
    border-right-color: rgb(245 245 245 / 0.6);
  }

  .lg\:border-r-neutral-100\/65 {
    border-right-color: rgb(245 245 245 / 0.65);
  }

  .lg\:border-r-neutral-100\/70 {
    border-right-color: rgb(245 245 245 / 0.7);
  }

  .lg\:border-r-neutral-100\/75 {
    border-right-color: rgb(245 245 245 / 0.75);
  }

  .lg\:border-r-neutral-100\/80 {
    border-right-color: rgb(245 245 245 / 0.8);
  }

  .lg\:border-r-neutral-100\/85 {
    border-right-color: rgb(245 245 245 / 0.85);
  }

  .lg\:border-r-neutral-100\/90 {
    border-right-color: rgb(245 245 245 / 0.9);
  }

  .lg\:border-r-neutral-100\/95 {
    border-right-color: rgb(245 245 245 / 0.95);
  }

  .lg\:border-r-neutral-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(229 229 229 / var(--tw-border-opacity));
  }

  .lg\:border-r-neutral-200\/0 {
    border-right-color: rgb(229 229 229 / 0);
  }

  .lg\:border-r-neutral-200\/10 {
    border-right-color: rgb(229 229 229 / 0.1);
  }

  .lg\:border-r-neutral-200\/100 {
    border-right-color: rgb(229 229 229 / 1);
  }

  .lg\:border-r-neutral-200\/15 {
    border-right-color: rgb(229 229 229 / 0.15);
  }

  .lg\:border-r-neutral-200\/20 {
    border-right-color: rgb(229 229 229 / 0.2);
  }

  .lg\:border-r-neutral-200\/25 {
    border-right-color: rgb(229 229 229 / 0.25);
  }

  .lg\:border-r-neutral-200\/30 {
    border-right-color: rgb(229 229 229 / 0.3);
  }

  .lg\:border-r-neutral-200\/35 {
    border-right-color: rgb(229 229 229 / 0.35);
  }

  .lg\:border-r-neutral-200\/40 {
    border-right-color: rgb(229 229 229 / 0.4);
  }

  .lg\:border-r-neutral-200\/45 {
    border-right-color: rgb(229 229 229 / 0.45);
  }

  .lg\:border-r-neutral-200\/5 {
    border-right-color: rgb(229 229 229 / 0.05);
  }

  .lg\:border-r-neutral-200\/50 {
    border-right-color: rgb(229 229 229 / 0.5);
  }

  .lg\:border-r-neutral-200\/55 {
    border-right-color: rgb(229 229 229 / 0.55);
  }

  .lg\:border-r-neutral-200\/60 {
    border-right-color: rgb(229 229 229 / 0.6);
  }

  .lg\:border-r-neutral-200\/65 {
    border-right-color: rgb(229 229 229 / 0.65);
  }

  .lg\:border-r-neutral-200\/70 {
    border-right-color: rgb(229 229 229 / 0.7);
  }

  .lg\:border-r-neutral-200\/75 {
    border-right-color: rgb(229 229 229 / 0.75);
  }

  .lg\:border-r-neutral-200\/80 {
    border-right-color: rgb(229 229 229 / 0.8);
  }

  .lg\:border-r-neutral-200\/85 {
    border-right-color: rgb(229 229 229 / 0.85);
  }

  .lg\:border-r-neutral-200\/90 {
    border-right-color: rgb(229 229 229 / 0.9);
  }

  .lg\:border-r-neutral-200\/95 {
    border-right-color: rgb(229 229 229 / 0.95);
  }

  .lg\:border-r-neutral-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(212 212 212 / var(--tw-border-opacity));
  }

  .lg\:border-r-neutral-300\/0 {
    border-right-color: rgb(212 212 212 / 0);
  }

  .lg\:border-r-neutral-300\/10 {
    border-right-color: rgb(212 212 212 / 0.1);
  }

  .lg\:border-r-neutral-300\/100 {
    border-right-color: rgb(212 212 212 / 1);
  }

  .lg\:border-r-neutral-300\/15 {
    border-right-color: rgb(212 212 212 / 0.15);
  }

  .lg\:border-r-neutral-300\/20 {
    border-right-color: rgb(212 212 212 / 0.2);
  }

  .lg\:border-r-neutral-300\/25 {
    border-right-color: rgb(212 212 212 / 0.25);
  }

  .lg\:border-r-neutral-300\/30 {
    border-right-color: rgb(212 212 212 / 0.3);
  }

  .lg\:border-r-neutral-300\/35 {
    border-right-color: rgb(212 212 212 / 0.35);
  }

  .lg\:border-r-neutral-300\/40 {
    border-right-color: rgb(212 212 212 / 0.4);
  }

  .lg\:border-r-neutral-300\/45 {
    border-right-color: rgb(212 212 212 / 0.45);
  }

  .lg\:border-r-neutral-300\/5 {
    border-right-color: rgb(212 212 212 / 0.05);
  }

  .lg\:border-r-neutral-300\/50 {
    border-right-color: rgb(212 212 212 / 0.5);
  }

  .lg\:border-r-neutral-300\/55 {
    border-right-color: rgb(212 212 212 / 0.55);
  }

  .lg\:border-r-neutral-300\/60 {
    border-right-color: rgb(212 212 212 / 0.6);
  }

  .lg\:border-r-neutral-300\/65 {
    border-right-color: rgb(212 212 212 / 0.65);
  }

  .lg\:border-r-neutral-300\/70 {
    border-right-color: rgb(212 212 212 / 0.7);
  }

  .lg\:border-r-neutral-300\/75 {
    border-right-color: rgb(212 212 212 / 0.75);
  }

  .lg\:border-r-neutral-300\/80 {
    border-right-color: rgb(212 212 212 / 0.8);
  }

  .lg\:border-r-neutral-300\/85 {
    border-right-color: rgb(212 212 212 / 0.85);
  }

  .lg\:border-r-neutral-300\/90 {
    border-right-color: rgb(212 212 212 / 0.9);
  }

  .lg\:border-r-neutral-300\/95 {
    border-right-color: rgb(212 212 212 / 0.95);
  }

  .lg\:border-r-neutral-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(163 163 163 / var(--tw-border-opacity));
  }

  .lg\:border-r-neutral-400\/0 {
    border-right-color: rgb(163 163 163 / 0);
  }

  .lg\:border-r-neutral-400\/10 {
    border-right-color: rgb(163 163 163 / 0.1);
  }

  .lg\:border-r-neutral-400\/100 {
    border-right-color: rgb(163 163 163 / 1);
  }

  .lg\:border-r-neutral-400\/15 {
    border-right-color: rgb(163 163 163 / 0.15);
  }

  .lg\:border-r-neutral-400\/20 {
    border-right-color: rgb(163 163 163 / 0.2);
  }

  .lg\:border-r-neutral-400\/25 {
    border-right-color: rgb(163 163 163 / 0.25);
  }

  .lg\:border-r-neutral-400\/30 {
    border-right-color: rgb(163 163 163 / 0.3);
  }

  .lg\:border-r-neutral-400\/35 {
    border-right-color: rgb(163 163 163 / 0.35);
  }

  .lg\:border-r-neutral-400\/40 {
    border-right-color: rgb(163 163 163 / 0.4);
  }

  .lg\:border-r-neutral-400\/45 {
    border-right-color: rgb(163 163 163 / 0.45);
  }

  .lg\:border-r-neutral-400\/5 {
    border-right-color: rgb(163 163 163 / 0.05);
  }

  .lg\:border-r-neutral-400\/50 {
    border-right-color: rgb(163 163 163 / 0.5);
  }

  .lg\:border-r-neutral-400\/55 {
    border-right-color: rgb(163 163 163 / 0.55);
  }

  .lg\:border-r-neutral-400\/60 {
    border-right-color: rgb(163 163 163 / 0.6);
  }

  .lg\:border-r-neutral-400\/65 {
    border-right-color: rgb(163 163 163 / 0.65);
  }

  .lg\:border-r-neutral-400\/70 {
    border-right-color: rgb(163 163 163 / 0.7);
  }

  .lg\:border-r-neutral-400\/75 {
    border-right-color: rgb(163 163 163 / 0.75);
  }

  .lg\:border-r-neutral-400\/80 {
    border-right-color: rgb(163 163 163 / 0.8);
  }

  .lg\:border-r-neutral-400\/85 {
    border-right-color: rgb(163 163 163 / 0.85);
  }

  .lg\:border-r-neutral-400\/90 {
    border-right-color: rgb(163 163 163 / 0.9);
  }

  .lg\:border-r-neutral-400\/95 {
    border-right-color: rgb(163 163 163 / 0.95);
  }

  .lg\:border-r-neutral-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .lg\:border-r-neutral-50\/0 {
    border-right-color: rgb(250 250 250 / 0);
  }

  .lg\:border-r-neutral-50\/10 {
    border-right-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-r-neutral-50\/100 {
    border-right-color: rgb(250 250 250 / 1);
  }

  .lg\:border-r-neutral-50\/15 {
    border-right-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-r-neutral-50\/20 {
    border-right-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-r-neutral-50\/25 {
    border-right-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-r-neutral-50\/30 {
    border-right-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-r-neutral-50\/35 {
    border-right-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-r-neutral-50\/40 {
    border-right-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-r-neutral-50\/45 {
    border-right-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-r-neutral-50\/5 {
    border-right-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-r-neutral-50\/50 {
    border-right-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-r-neutral-50\/55 {
    border-right-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-r-neutral-50\/60 {
    border-right-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-r-neutral-50\/65 {
    border-right-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-r-neutral-50\/70 {
    border-right-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-r-neutral-50\/75 {
    border-right-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-r-neutral-50\/80 {
    border-right-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-r-neutral-50\/85 {
    border-right-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-r-neutral-50\/90 {
    border-right-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-r-neutral-50\/95 {
    border-right-color: rgb(250 250 250 / 0.95);
  }

  .lg\:border-r-neutral-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(115 115 115 / var(--tw-border-opacity));
  }

  .lg\:border-r-neutral-500\/0 {
    border-right-color: rgb(115 115 115 / 0);
  }

  .lg\:border-r-neutral-500\/10 {
    border-right-color: rgb(115 115 115 / 0.1);
  }

  .lg\:border-r-neutral-500\/100 {
    border-right-color: rgb(115 115 115 / 1);
  }

  .lg\:border-r-neutral-500\/15 {
    border-right-color: rgb(115 115 115 / 0.15);
  }

  .lg\:border-r-neutral-500\/20 {
    border-right-color: rgb(115 115 115 / 0.2);
  }

  .lg\:border-r-neutral-500\/25 {
    border-right-color: rgb(115 115 115 / 0.25);
  }

  .lg\:border-r-neutral-500\/30 {
    border-right-color: rgb(115 115 115 / 0.3);
  }

  .lg\:border-r-neutral-500\/35 {
    border-right-color: rgb(115 115 115 / 0.35);
  }

  .lg\:border-r-neutral-500\/40 {
    border-right-color: rgb(115 115 115 / 0.4);
  }

  .lg\:border-r-neutral-500\/45 {
    border-right-color: rgb(115 115 115 / 0.45);
  }

  .lg\:border-r-neutral-500\/5 {
    border-right-color: rgb(115 115 115 / 0.05);
  }

  .lg\:border-r-neutral-500\/50 {
    border-right-color: rgb(115 115 115 / 0.5);
  }

  .lg\:border-r-neutral-500\/55 {
    border-right-color: rgb(115 115 115 / 0.55);
  }

  .lg\:border-r-neutral-500\/60 {
    border-right-color: rgb(115 115 115 / 0.6);
  }

  .lg\:border-r-neutral-500\/65 {
    border-right-color: rgb(115 115 115 / 0.65);
  }

  .lg\:border-r-neutral-500\/70 {
    border-right-color: rgb(115 115 115 / 0.7);
  }

  .lg\:border-r-neutral-500\/75 {
    border-right-color: rgb(115 115 115 / 0.75);
  }

  .lg\:border-r-neutral-500\/80 {
    border-right-color: rgb(115 115 115 / 0.8);
  }

  .lg\:border-r-neutral-500\/85 {
    border-right-color: rgb(115 115 115 / 0.85);
  }

  .lg\:border-r-neutral-500\/90 {
    border-right-color: rgb(115 115 115 / 0.9);
  }

  .lg\:border-r-neutral-500\/95 {
    border-right-color: rgb(115 115 115 / 0.95);
  }

  .lg\:border-r-neutral-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(82 82 82 / var(--tw-border-opacity));
  }

  .lg\:border-r-neutral-600\/0 {
    border-right-color: rgb(82 82 82 / 0);
  }

  .lg\:border-r-neutral-600\/10 {
    border-right-color: rgb(82 82 82 / 0.1);
  }

  .lg\:border-r-neutral-600\/100 {
    border-right-color: rgb(82 82 82 / 1);
  }

  .lg\:border-r-neutral-600\/15 {
    border-right-color: rgb(82 82 82 / 0.15);
  }

  .lg\:border-r-neutral-600\/20 {
    border-right-color: rgb(82 82 82 / 0.2);
  }

  .lg\:border-r-neutral-600\/25 {
    border-right-color: rgb(82 82 82 / 0.25);
  }

  .lg\:border-r-neutral-600\/30 {
    border-right-color: rgb(82 82 82 / 0.3);
  }

  .lg\:border-r-neutral-600\/35 {
    border-right-color: rgb(82 82 82 / 0.35);
  }

  .lg\:border-r-neutral-600\/40 {
    border-right-color: rgb(82 82 82 / 0.4);
  }

  .lg\:border-r-neutral-600\/45 {
    border-right-color: rgb(82 82 82 / 0.45);
  }

  .lg\:border-r-neutral-600\/5 {
    border-right-color: rgb(82 82 82 / 0.05);
  }

  .lg\:border-r-neutral-600\/50 {
    border-right-color: rgb(82 82 82 / 0.5);
  }

  .lg\:border-r-neutral-600\/55 {
    border-right-color: rgb(82 82 82 / 0.55);
  }

  .lg\:border-r-neutral-600\/60 {
    border-right-color: rgb(82 82 82 / 0.6);
  }

  .lg\:border-r-neutral-600\/65 {
    border-right-color: rgb(82 82 82 / 0.65);
  }

  .lg\:border-r-neutral-600\/70 {
    border-right-color: rgb(82 82 82 / 0.7);
  }

  .lg\:border-r-neutral-600\/75 {
    border-right-color: rgb(82 82 82 / 0.75);
  }

  .lg\:border-r-neutral-600\/80 {
    border-right-color: rgb(82 82 82 / 0.8);
  }

  .lg\:border-r-neutral-600\/85 {
    border-right-color: rgb(82 82 82 / 0.85);
  }

  .lg\:border-r-neutral-600\/90 {
    border-right-color: rgb(82 82 82 / 0.9);
  }

  .lg\:border-r-neutral-600\/95 {
    border-right-color: rgb(82 82 82 / 0.95);
  }

  .lg\:border-r-neutral-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(64 64 64 / var(--tw-border-opacity));
  }

  .lg\:border-r-neutral-700\/0 {
    border-right-color: rgb(64 64 64 / 0);
  }

  .lg\:border-r-neutral-700\/10 {
    border-right-color: rgb(64 64 64 / 0.1);
  }

  .lg\:border-r-neutral-700\/100 {
    border-right-color: rgb(64 64 64 / 1);
  }

  .lg\:border-r-neutral-700\/15 {
    border-right-color: rgb(64 64 64 / 0.15);
  }

  .lg\:border-r-neutral-700\/20 {
    border-right-color: rgb(64 64 64 / 0.2);
  }

  .lg\:border-r-neutral-700\/25 {
    border-right-color: rgb(64 64 64 / 0.25);
  }

  .lg\:border-r-neutral-700\/30 {
    border-right-color: rgb(64 64 64 / 0.3);
  }

  .lg\:border-r-neutral-700\/35 {
    border-right-color: rgb(64 64 64 / 0.35);
  }

  .lg\:border-r-neutral-700\/40 {
    border-right-color: rgb(64 64 64 / 0.4);
  }

  .lg\:border-r-neutral-700\/45 {
    border-right-color: rgb(64 64 64 / 0.45);
  }

  .lg\:border-r-neutral-700\/5 {
    border-right-color: rgb(64 64 64 / 0.05);
  }

  .lg\:border-r-neutral-700\/50 {
    border-right-color: rgb(64 64 64 / 0.5);
  }

  .lg\:border-r-neutral-700\/55 {
    border-right-color: rgb(64 64 64 / 0.55);
  }

  .lg\:border-r-neutral-700\/60 {
    border-right-color: rgb(64 64 64 / 0.6);
  }

  .lg\:border-r-neutral-700\/65 {
    border-right-color: rgb(64 64 64 / 0.65);
  }

  .lg\:border-r-neutral-700\/70 {
    border-right-color: rgb(64 64 64 / 0.7);
  }

  .lg\:border-r-neutral-700\/75 {
    border-right-color: rgb(64 64 64 / 0.75);
  }

  .lg\:border-r-neutral-700\/80 {
    border-right-color: rgb(64 64 64 / 0.8);
  }

  .lg\:border-r-neutral-700\/85 {
    border-right-color: rgb(64 64 64 / 0.85);
  }

  .lg\:border-r-neutral-700\/90 {
    border-right-color: rgb(64 64 64 / 0.9);
  }

  .lg\:border-r-neutral-700\/95 {
    border-right-color: rgb(64 64 64 / 0.95);
  }

  .lg\:border-r-neutral-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(38 38 38 / var(--tw-border-opacity));
  }

  .lg\:border-r-neutral-800\/0 {
    border-right-color: rgb(38 38 38 / 0);
  }

  .lg\:border-r-neutral-800\/10 {
    border-right-color: rgb(38 38 38 / 0.1);
  }

  .lg\:border-r-neutral-800\/100 {
    border-right-color: rgb(38 38 38 / 1);
  }

  .lg\:border-r-neutral-800\/15 {
    border-right-color: rgb(38 38 38 / 0.15);
  }

  .lg\:border-r-neutral-800\/20 {
    border-right-color: rgb(38 38 38 / 0.2);
  }

  .lg\:border-r-neutral-800\/25 {
    border-right-color: rgb(38 38 38 / 0.25);
  }

  .lg\:border-r-neutral-800\/30 {
    border-right-color: rgb(38 38 38 / 0.3);
  }

  .lg\:border-r-neutral-800\/35 {
    border-right-color: rgb(38 38 38 / 0.35);
  }

  .lg\:border-r-neutral-800\/40 {
    border-right-color: rgb(38 38 38 / 0.4);
  }

  .lg\:border-r-neutral-800\/45 {
    border-right-color: rgb(38 38 38 / 0.45);
  }

  .lg\:border-r-neutral-800\/5 {
    border-right-color: rgb(38 38 38 / 0.05);
  }

  .lg\:border-r-neutral-800\/50 {
    border-right-color: rgb(38 38 38 / 0.5);
  }

  .lg\:border-r-neutral-800\/55 {
    border-right-color: rgb(38 38 38 / 0.55);
  }

  .lg\:border-r-neutral-800\/60 {
    border-right-color: rgb(38 38 38 / 0.6);
  }

  .lg\:border-r-neutral-800\/65 {
    border-right-color: rgb(38 38 38 / 0.65);
  }

  .lg\:border-r-neutral-800\/70 {
    border-right-color: rgb(38 38 38 / 0.7);
  }

  .lg\:border-r-neutral-800\/75 {
    border-right-color: rgb(38 38 38 / 0.75);
  }

  .lg\:border-r-neutral-800\/80 {
    border-right-color: rgb(38 38 38 / 0.8);
  }

  .lg\:border-r-neutral-800\/85 {
    border-right-color: rgb(38 38 38 / 0.85);
  }

  .lg\:border-r-neutral-800\/90 {
    border-right-color: rgb(38 38 38 / 0.9);
  }

  .lg\:border-r-neutral-800\/95 {
    border-right-color: rgb(38 38 38 / 0.95);
  }

  .lg\:border-r-neutral-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(23 23 23 / var(--tw-border-opacity));
  }

  .lg\:border-r-neutral-900\/0 {
    border-right-color: rgb(23 23 23 / 0);
  }

  .lg\:border-r-neutral-900\/10 {
    border-right-color: rgb(23 23 23 / 0.1);
  }

  .lg\:border-r-neutral-900\/100 {
    border-right-color: rgb(23 23 23 / 1);
  }

  .lg\:border-r-neutral-900\/15 {
    border-right-color: rgb(23 23 23 / 0.15);
  }

  .lg\:border-r-neutral-900\/20 {
    border-right-color: rgb(23 23 23 / 0.2);
  }

  .lg\:border-r-neutral-900\/25 {
    border-right-color: rgb(23 23 23 / 0.25);
  }

  .lg\:border-r-neutral-900\/30 {
    border-right-color: rgb(23 23 23 / 0.3);
  }

  .lg\:border-r-neutral-900\/35 {
    border-right-color: rgb(23 23 23 / 0.35);
  }

  .lg\:border-r-neutral-900\/40 {
    border-right-color: rgb(23 23 23 / 0.4);
  }

  .lg\:border-r-neutral-900\/45 {
    border-right-color: rgb(23 23 23 / 0.45);
  }

  .lg\:border-r-neutral-900\/5 {
    border-right-color: rgb(23 23 23 / 0.05);
  }

  .lg\:border-r-neutral-900\/50 {
    border-right-color: rgb(23 23 23 / 0.5);
  }

  .lg\:border-r-neutral-900\/55 {
    border-right-color: rgb(23 23 23 / 0.55);
  }

  .lg\:border-r-neutral-900\/60 {
    border-right-color: rgb(23 23 23 / 0.6);
  }

  .lg\:border-r-neutral-900\/65 {
    border-right-color: rgb(23 23 23 / 0.65);
  }

  .lg\:border-r-neutral-900\/70 {
    border-right-color: rgb(23 23 23 / 0.7);
  }

  .lg\:border-r-neutral-900\/75 {
    border-right-color: rgb(23 23 23 / 0.75);
  }

  .lg\:border-r-neutral-900\/80 {
    border-right-color: rgb(23 23 23 / 0.8);
  }

  .lg\:border-r-neutral-900\/85 {
    border-right-color: rgb(23 23 23 / 0.85);
  }

  .lg\:border-r-neutral-900\/90 {
    border-right-color: rgb(23 23 23 / 0.9);
  }

  .lg\:border-r-neutral-900\/95 {
    border-right-color: rgb(23 23 23 / 0.95);
  }

  .lg\:border-r-neutral-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(10 10 10 / var(--tw-border-opacity));
  }

  .lg\:border-r-neutral-950\/0 {
    border-right-color: rgb(10 10 10 / 0);
  }

  .lg\:border-r-neutral-950\/10 {
    border-right-color: rgb(10 10 10 / 0.1);
  }

  .lg\:border-r-neutral-950\/100 {
    border-right-color: rgb(10 10 10 / 1);
  }

  .lg\:border-r-neutral-950\/15 {
    border-right-color: rgb(10 10 10 / 0.15);
  }

  .lg\:border-r-neutral-950\/20 {
    border-right-color: rgb(10 10 10 / 0.2);
  }

  .lg\:border-r-neutral-950\/25 {
    border-right-color: rgb(10 10 10 / 0.25);
  }

  .lg\:border-r-neutral-950\/30 {
    border-right-color: rgb(10 10 10 / 0.3);
  }

  .lg\:border-r-neutral-950\/35 {
    border-right-color: rgb(10 10 10 / 0.35);
  }

  .lg\:border-r-neutral-950\/40 {
    border-right-color: rgb(10 10 10 / 0.4);
  }

  .lg\:border-r-neutral-950\/45 {
    border-right-color: rgb(10 10 10 / 0.45);
  }

  .lg\:border-r-neutral-950\/5 {
    border-right-color: rgb(10 10 10 / 0.05);
  }

  .lg\:border-r-neutral-950\/50 {
    border-right-color: rgb(10 10 10 / 0.5);
  }

  .lg\:border-r-neutral-950\/55 {
    border-right-color: rgb(10 10 10 / 0.55);
  }

  .lg\:border-r-neutral-950\/60 {
    border-right-color: rgb(10 10 10 / 0.6);
  }

  .lg\:border-r-neutral-950\/65 {
    border-right-color: rgb(10 10 10 / 0.65);
  }

  .lg\:border-r-neutral-950\/70 {
    border-right-color: rgb(10 10 10 / 0.7);
  }

  .lg\:border-r-neutral-950\/75 {
    border-right-color: rgb(10 10 10 / 0.75);
  }

  .lg\:border-r-neutral-950\/80 {
    border-right-color: rgb(10 10 10 / 0.8);
  }

  .lg\:border-r-neutral-950\/85 {
    border-right-color: rgb(10 10 10 / 0.85);
  }

  .lg\:border-r-neutral-950\/90 {
    border-right-color: rgb(10 10 10 / 0.9);
  }

  .lg\:border-r-neutral-950\/95 {
    border-right-color: rgb(10 10 10 / 0.95);
  }

  .lg\:border-r-orange-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 237 213 / var(--tw-border-opacity));
  }

  .lg\:border-r-orange-100\/0 {
    border-right-color: rgb(255 237 213 / 0);
  }

  .lg\:border-r-orange-100\/10 {
    border-right-color: rgb(255 237 213 / 0.1);
  }

  .lg\:border-r-orange-100\/100 {
    border-right-color: rgb(255 237 213 / 1);
  }

  .lg\:border-r-orange-100\/15 {
    border-right-color: rgb(255 237 213 / 0.15);
  }

  .lg\:border-r-orange-100\/20 {
    border-right-color: rgb(255 237 213 / 0.2);
  }

  .lg\:border-r-orange-100\/25 {
    border-right-color: rgb(255 237 213 / 0.25);
  }

  .lg\:border-r-orange-100\/30 {
    border-right-color: rgb(255 237 213 / 0.3);
  }

  .lg\:border-r-orange-100\/35 {
    border-right-color: rgb(255 237 213 / 0.35);
  }

  .lg\:border-r-orange-100\/40 {
    border-right-color: rgb(255 237 213 / 0.4);
  }

  .lg\:border-r-orange-100\/45 {
    border-right-color: rgb(255 237 213 / 0.45);
  }

  .lg\:border-r-orange-100\/5 {
    border-right-color: rgb(255 237 213 / 0.05);
  }

  .lg\:border-r-orange-100\/50 {
    border-right-color: rgb(255 237 213 / 0.5);
  }

  .lg\:border-r-orange-100\/55 {
    border-right-color: rgb(255 237 213 / 0.55);
  }

  .lg\:border-r-orange-100\/60 {
    border-right-color: rgb(255 237 213 / 0.6);
  }

  .lg\:border-r-orange-100\/65 {
    border-right-color: rgb(255 237 213 / 0.65);
  }

  .lg\:border-r-orange-100\/70 {
    border-right-color: rgb(255 237 213 / 0.7);
  }

  .lg\:border-r-orange-100\/75 {
    border-right-color: rgb(255 237 213 / 0.75);
  }

  .lg\:border-r-orange-100\/80 {
    border-right-color: rgb(255 237 213 / 0.8);
  }

  .lg\:border-r-orange-100\/85 {
    border-right-color: rgb(255 237 213 / 0.85);
  }

  .lg\:border-r-orange-100\/90 {
    border-right-color: rgb(255 237 213 / 0.9);
  }

  .lg\:border-r-orange-100\/95 {
    border-right-color: rgb(255 237 213 / 0.95);
  }

  .lg\:border-r-orange-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 215 170 / var(--tw-border-opacity));
  }

  .lg\:border-r-orange-200\/0 {
    border-right-color: rgb(254 215 170 / 0);
  }

  .lg\:border-r-orange-200\/10 {
    border-right-color: rgb(254 215 170 / 0.1);
  }

  .lg\:border-r-orange-200\/100 {
    border-right-color: rgb(254 215 170 / 1);
  }

  .lg\:border-r-orange-200\/15 {
    border-right-color: rgb(254 215 170 / 0.15);
  }

  .lg\:border-r-orange-200\/20 {
    border-right-color: rgb(254 215 170 / 0.2);
  }

  .lg\:border-r-orange-200\/25 {
    border-right-color: rgb(254 215 170 / 0.25);
  }

  .lg\:border-r-orange-200\/30 {
    border-right-color: rgb(254 215 170 / 0.3);
  }

  .lg\:border-r-orange-200\/35 {
    border-right-color: rgb(254 215 170 / 0.35);
  }

  .lg\:border-r-orange-200\/40 {
    border-right-color: rgb(254 215 170 / 0.4);
  }

  .lg\:border-r-orange-200\/45 {
    border-right-color: rgb(254 215 170 / 0.45);
  }

  .lg\:border-r-orange-200\/5 {
    border-right-color: rgb(254 215 170 / 0.05);
  }

  .lg\:border-r-orange-200\/50 {
    border-right-color: rgb(254 215 170 / 0.5);
  }

  .lg\:border-r-orange-200\/55 {
    border-right-color: rgb(254 215 170 / 0.55);
  }

  .lg\:border-r-orange-200\/60 {
    border-right-color: rgb(254 215 170 / 0.6);
  }

  .lg\:border-r-orange-200\/65 {
    border-right-color: rgb(254 215 170 / 0.65);
  }

  .lg\:border-r-orange-200\/70 {
    border-right-color: rgb(254 215 170 / 0.7);
  }

  .lg\:border-r-orange-200\/75 {
    border-right-color: rgb(254 215 170 / 0.75);
  }

  .lg\:border-r-orange-200\/80 {
    border-right-color: rgb(254 215 170 / 0.8);
  }

  .lg\:border-r-orange-200\/85 {
    border-right-color: rgb(254 215 170 / 0.85);
  }

  .lg\:border-r-orange-200\/90 {
    border-right-color: rgb(254 215 170 / 0.9);
  }

  .lg\:border-r-orange-200\/95 {
    border-right-color: rgb(254 215 170 / 0.95);
  }

  .lg\:border-r-orange-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 186 116 / var(--tw-border-opacity));
  }

  .lg\:border-r-orange-300\/0 {
    border-right-color: rgb(253 186 116 / 0);
  }

  .lg\:border-r-orange-300\/10 {
    border-right-color: rgb(253 186 116 / 0.1);
  }

  .lg\:border-r-orange-300\/100 {
    border-right-color: rgb(253 186 116 / 1);
  }

  .lg\:border-r-orange-300\/15 {
    border-right-color: rgb(253 186 116 / 0.15);
  }

  .lg\:border-r-orange-300\/20 {
    border-right-color: rgb(253 186 116 / 0.2);
  }

  .lg\:border-r-orange-300\/25 {
    border-right-color: rgb(253 186 116 / 0.25);
  }

  .lg\:border-r-orange-300\/30 {
    border-right-color: rgb(253 186 116 / 0.3);
  }

  .lg\:border-r-orange-300\/35 {
    border-right-color: rgb(253 186 116 / 0.35);
  }

  .lg\:border-r-orange-300\/40 {
    border-right-color: rgb(253 186 116 / 0.4);
  }

  .lg\:border-r-orange-300\/45 {
    border-right-color: rgb(253 186 116 / 0.45);
  }

  .lg\:border-r-orange-300\/5 {
    border-right-color: rgb(253 186 116 / 0.05);
  }

  .lg\:border-r-orange-300\/50 {
    border-right-color: rgb(253 186 116 / 0.5);
  }

  .lg\:border-r-orange-300\/55 {
    border-right-color: rgb(253 186 116 / 0.55);
  }

  .lg\:border-r-orange-300\/60 {
    border-right-color: rgb(253 186 116 / 0.6);
  }

  .lg\:border-r-orange-300\/65 {
    border-right-color: rgb(253 186 116 / 0.65);
  }

  .lg\:border-r-orange-300\/70 {
    border-right-color: rgb(253 186 116 / 0.7);
  }

  .lg\:border-r-orange-300\/75 {
    border-right-color: rgb(253 186 116 / 0.75);
  }

  .lg\:border-r-orange-300\/80 {
    border-right-color: rgb(253 186 116 / 0.8);
  }

  .lg\:border-r-orange-300\/85 {
    border-right-color: rgb(253 186 116 / 0.85);
  }

  .lg\:border-r-orange-300\/90 {
    border-right-color: rgb(253 186 116 / 0.9);
  }

  .lg\:border-r-orange-300\/95 {
    border-right-color: rgb(253 186 116 / 0.95);
  }

  .lg\:border-r-orange-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(251 146 60 / var(--tw-border-opacity));
  }

  .lg\:border-r-orange-400\/0 {
    border-right-color: rgb(251 146 60 / 0);
  }

  .lg\:border-r-orange-400\/10 {
    border-right-color: rgb(251 146 60 / 0.1);
  }

  .lg\:border-r-orange-400\/100 {
    border-right-color: rgb(251 146 60 / 1);
  }

  .lg\:border-r-orange-400\/15 {
    border-right-color: rgb(251 146 60 / 0.15);
  }

  .lg\:border-r-orange-400\/20 {
    border-right-color: rgb(251 146 60 / 0.2);
  }

  .lg\:border-r-orange-400\/25 {
    border-right-color: rgb(251 146 60 / 0.25);
  }

  .lg\:border-r-orange-400\/30 {
    border-right-color: rgb(251 146 60 / 0.3);
  }

  .lg\:border-r-orange-400\/35 {
    border-right-color: rgb(251 146 60 / 0.35);
  }

  .lg\:border-r-orange-400\/40 {
    border-right-color: rgb(251 146 60 / 0.4);
  }

  .lg\:border-r-orange-400\/45 {
    border-right-color: rgb(251 146 60 / 0.45);
  }

  .lg\:border-r-orange-400\/5 {
    border-right-color: rgb(251 146 60 / 0.05);
  }

  .lg\:border-r-orange-400\/50 {
    border-right-color: rgb(251 146 60 / 0.5);
  }

  .lg\:border-r-orange-400\/55 {
    border-right-color: rgb(251 146 60 / 0.55);
  }

  .lg\:border-r-orange-400\/60 {
    border-right-color: rgb(251 146 60 / 0.6);
  }

  .lg\:border-r-orange-400\/65 {
    border-right-color: rgb(251 146 60 / 0.65);
  }

  .lg\:border-r-orange-400\/70 {
    border-right-color: rgb(251 146 60 / 0.7);
  }

  .lg\:border-r-orange-400\/75 {
    border-right-color: rgb(251 146 60 / 0.75);
  }

  .lg\:border-r-orange-400\/80 {
    border-right-color: rgb(251 146 60 / 0.8);
  }

  .lg\:border-r-orange-400\/85 {
    border-right-color: rgb(251 146 60 / 0.85);
  }

  .lg\:border-r-orange-400\/90 {
    border-right-color: rgb(251 146 60 / 0.9);
  }

  .lg\:border-r-orange-400\/95 {
    border-right-color: rgb(251 146 60 / 0.95);
  }

  .lg\:border-r-orange-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 247 237 / var(--tw-border-opacity));
  }

  .lg\:border-r-orange-50\/0 {
    border-right-color: rgb(255 247 237 / 0);
  }

  .lg\:border-r-orange-50\/10 {
    border-right-color: rgb(255 247 237 / 0.1);
  }

  .lg\:border-r-orange-50\/100 {
    border-right-color: rgb(255 247 237 / 1);
  }

  .lg\:border-r-orange-50\/15 {
    border-right-color: rgb(255 247 237 / 0.15);
  }

  .lg\:border-r-orange-50\/20 {
    border-right-color: rgb(255 247 237 / 0.2);
  }

  .lg\:border-r-orange-50\/25 {
    border-right-color: rgb(255 247 237 / 0.25);
  }

  .lg\:border-r-orange-50\/30 {
    border-right-color: rgb(255 247 237 / 0.3);
  }

  .lg\:border-r-orange-50\/35 {
    border-right-color: rgb(255 247 237 / 0.35);
  }

  .lg\:border-r-orange-50\/40 {
    border-right-color: rgb(255 247 237 / 0.4);
  }

  .lg\:border-r-orange-50\/45 {
    border-right-color: rgb(255 247 237 / 0.45);
  }

  .lg\:border-r-orange-50\/5 {
    border-right-color: rgb(255 247 237 / 0.05);
  }

  .lg\:border-r-orange-50\/50 {
    border-right-color: rgb(255 247 237 / 0.5);
  }

  .lg\:border-r-orange-50\/55 {
    border-right-color: rgb(255 247 237 / 0.55);
  }

  .lg\:border-r-orange-50\/60 {
    border-right-color: rgb(255 247 237 / 0.6);
  }

  .lg\:border-r-orange-50\/65 {
    border-right-color: rgb(255 247 237 / 0.65);
  }

  .lg\:border-r-orange-50\/70 {
    border-right-color: rgb(255 247 237 / 0.7);
  }

  .lg\:border-r-orange-50\/75 {
    border-right-color: rgb(255 247 237 / 0.75);
  }

  .lg\:border-r-orange-50\/80 {
    border-right-color: rgb(255 247 237 / 0.8);
  }

  .lg\:border-r-orange-50\/85 {
    border-right-color: rgb(255 247 237 / 0.85);
  }

  .lg\:border-r-orange-50\/90 {
    border-right-color: rgb(255 247 237 / 0.9);
  }

  .lg\:border-r-orange-50\/95 {
    border-right-color: rgb(255 247 237 / 0.95);
  }

  .lg\:border-r-orange-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(249 115 22 / var(--tw-border-opacity));
  }

  .lg\:border-r-orange-500\/0 {
    border-right-color: rgb(249 115 22 / 0);
  }

  .lg\:border-r-orange-500\/10 {
    border-right-color: rgb(249 115 22 / 0.1);
  }

  .lg\:border-r-orange-500\/100 {
    border-right-color: rgb(249 115 22 / 1);
  }

  .lg\:border-r-orange-500\/15 {
    border-right-color: rgb(249 115 22 / 0.15);
  }

  .lg\:border-r-orange-500\/20 {
    border-right-color: rgb(249 115 22 / 0.2);
  }

  .lg\:border-r-orange-500\/25 {
    border-right-color: rgb(249 115 22 / 0.25);
  }

  .lg\:border-r-orange-500\/30 {
    border-right-color: rgb(249 115 22 / 0.3);
  }

  .lg\:border-r-orange-500\/35 {
    border-right-color: rgb(249 115 22 / 0.35);
  }

  .lg\:border-r-orange-500\/40 {
    border-right-color: rgb(249 115 22 / 0.4);
  }

  .lg\:border-r-orange-500\/45 {
    border-right-color: rgb(249 115 22 / 0.45);
  }

  .lg\:border-r-orange-500\/5 {
    border-right-color: rgb(249 115 22 / 0.05);
  }

  .lg\:border-r-orange-500\/50 {
    border-right-color: rgb(249 115 22 / 0.5);
  }

  .lg\:border-r-orange-500\/55 {
    border-right-color: rgb(249 115 22 / 0.55);
  }

  .lg\:border-r-orange-500\/60 {
    border-right-color: rgb(249 115 22 / 0.6);
  }

  .lg\:border-r-orange-500\/65 {
    border-right-color: rgb(249 115 22 / 0.65);
  }

  .lg\:border-r-orange-500\/70 {
    border-right-color: rgb(249 115 22 / 0.7);
  }

  .lg\:border-r-orange-500\/75 {
    border-right-color: rgb(249 115 22 / 0.75);
  }

  .lg\:border-r-orange-500\/80 {
    border-right-color: rgb(249 115 22 / 0.8);
  }

  .lg\:border-r-orange-500\/85 {
    border-right-color: rgb(249 115 22 / 0.85);
  }

  .lg\:border-r-orange-500\/90 {
    border-right-color: rgb(249 115 22 / 0.9);
  }

  .lg\:border-r-orange-500\/95 {
    border-right-color: rgb(249 115 22 / 0.95);
  }

  .lg\:border-r-orange-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(234 88 12 / var(--tw-border-opacity));
  }

  .lg\:border-r-orange-600\/0 {
    border-right-color: rgb(234 88 12 / 0);
  }

  .lg\:border-r-orange-600\/10 {
    border-right-color: rgb(234 88 12 / 0.1);
  }

  .lg\:border-r-orange-600\/100 {
    border-right-color: rgb(234 88 12 / 1);
  }

  .lg\:border-r-orange-600\/15 {
    border-right-color: rgb(234 88 12 / 0.15);
  }

  .lg\:border-r-orange-600\/20 {
    border-right-color: rgb(234 88 12 / 0.2);
  }

  .lg\:border-r-orange-600\/25 {
    border-right-color: rgb(234 88 12 / 0.25);
  }

  .lg\:border-r-orange-600\/30 {
    border-right-color: rgb(234 88 12 / 0.3);
  }

  .lg\:border-r-orange-600\/35 {
    border-right-color: rgb(234 88 12 / 0.35);
  }

  .lg\:border-r-orange-600\/40 {
    border-right-color: rgb(234 88 12 / 0.4);
  }

  .lg\:border-r-orange-600\/45 {
    border-right-color: rgb(234 88 12 / 0.45);
  }

  .lg\:border-r-orange-600\/5 {
    border-right-color: rgb(234 88 12 / 0.05);
  }

  .lg\:border-r-orange-600\/50 {
    border-right-color: rgb(234 88 12 / 0.5);
  }

  .lg\:border-r-orange-600\/55 {
    border-right-color: rgb(234 88 12 / 0.55);
  }

  .lg\:border-r-orange-600\/60 {
    border-right-color: rgb(234 88 12 / 0.6);
  }

  .lg\:border-r-orange-600\/65 {
    border-right-color: rgb(234 88 12 / 0.65);
  }

  .lg\:border-r-orange-600\/70 {
    border-right-color: rgb(234 88 12 / 0.7);
  }

  .lg\:border-r-orange-600\/75 {
    border-right-color: rgb(234 88 12 / 0.75);
  }

  .lg\:border-r-orange-600\/80 {
    border-right-color: rgb(234 88 12 / 0.8);
  }

  .lg\:border-r-orange-600\/85 {
    border-right-color: rgb(234 88 12 / 0.85);
  }

  .lg\:border-r-orange-600\/90 {
    border-right-color: rgb(234 88 12 / 0.9);
  }

  .lg\:border-r-orange-600\/95 {
    border-right-color: rgb(234 88 12 / 0.95);
  }

  .lg\:border-r-orange-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(194 65 12 / var(--tw-border-opacity));
  }

  .lg\:border-r-orange-700\/0 {
    border-right-color: rgb(194 65 12 / 0);
  }

  .lg\:border-r-orange-700\/10 {
    border-right-color: rgb(194 65 12 / 0.1);
  }

  .lg\:border-r-orange-700\/100 {
    border-right-color: rgb(194 65 12 / 1);
  }

  .lg\:border-r-orange-700\/15 {
    border-right-color: rgb(194 65 12 / 0.15);
  }

  .lg\:border-r-orange-700\/20 {
    border-right-color: rgb(194 65 12 / 0.2);
  }

  .lg\:border-r-orange-700\/25 {
    border-right-color: rgb(194 65 12 / 0.25);
  }

  .lg\:border-r-orange-700\/30 {
    border-right-color: rgb(194 65 12 / 0.3);
  }

  .lg\:border-r-orange-700\/35 {
    border-right-color: rgb(194 65 12 / 0.35);
  }

  .lg\:border-r-orange-700\/40 {
    border-right-color: rgb(194 65 12 / 0.4);
  }

  .lg\:border-r-orange-700\/45 {
    border-right-color: rgb(194 65 12 / 0.45);
  }

  .lg\:border-r-orange-700\/5 {
    border-right-color: rgb(194 65 12 / 0.05);
  }

  .lg\:border-r-orange-700\/50 {
    border-right-color: rgb(194 65 12 / 0.5);
  }

  .lg\:border-r-orange-700\/55 {
    border-right-color: rgb(194 65 12 / 0.55);
  }

  .lg\:border-r-orange-700\/60 {
    border-right-color: rgb(194 65 12 / 0.6);
  }

  .lg\:border-r-orange-700\/65 {
    border-right-color: rgb(194 65 12 / 0.65);
  }

  .lg\:border-r-orange-700\/70 {
    border-right-color: rgb(194 65 12 / 0.7);
  }

  .lg\:border-r-orange-700\/75 {
    border-right-color: rgb(194 65 12 / 0.75);
  }

  .lg\:border-r-orange-700\/80 {
    border-right-color: rgb(194 65 12 / 0.8);
  }

  .lg\:border-r-orange-700\/85 {
    border-right-color: rgb(194 65 12 / 0.85);
  }

  .lg\:border-r-orange-700\/90 {
    border-right-color: rgb(194 65 12 / 0.9);
  }

  .lg\:border-r-orange-700\/95 {
    border-right-color: rgb(194 65 12 / 0.95);
  }

  .lg\:border-r-orange-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(154 52 18 / var(--tw-border-opacity));
  }

  .lg\:border-r-orange-800\/0 {
    border-right-color: rgb(154 52 18 / 0);
  }

  .lg\:border-r-orange-800\/10 {
    border-right-color: rgb(154 52 18 / 0.1);
  }

  .lg\:border-r-orange-800\/100 {
    border-right-color: rgb(154 52 18 / 1);
  }

  .lg\:border-r-orange-800\/15 {
    border-right-color: rgb(154 52 18 / 0.15);
  }

  .lg\:border-r-orange-800\/20 {
    border-right-color: rgb(154 52 18 / 0.2);
  }

  .lg\:border-r-orange-800\/25 {
    border-right-color: rgb(154 52 18 / 0.25);
  }

  .lg\:border-r-orange-800\/30 {
    border-right-color: rgb(154 52 18 / 0.3);
  }

  .lg\:border-r-orange-800\/35 {
    border-right-color: rgb(154 52 18 / 0.35);
  }

  .lg\:border-r-orange-800\/40 {
    border-right-color: rgb(154 52 18 / 0.4);
  }

  .lg\:border-r-orange-800\/45 {
    border-right-color: rgb(154 52 18 / 0.45);
  }

  .lg\:border-r-orange-800\/5 {
    border-right-color: rgb(154 52 18 / 0.05);
  }

  .lg\:border-r-orange-800\/50 {
    border-right-color: rgb(154 52 18 / 0.5);
  }

  .lg\:border-r-orange-800\/55 {
    border-right-color: rgb(154 52 18 / 0.55);
  }

  .lg\:border-r-orange-800\/60 {
    border-right-color: rgb(154 52 18 / 0.6);
  }

  .lg\:border-r-orange-800\/65 {
    border-right-color: rgb(154 52 18 / 0.65);
  }

  .lg\:border-r-orange-800\/70 {
    border-right-color: rgb(154 52 18 / 0.7);
  }

  .lg\:border-r-orange-800\/75 {
    border-right-color: rgb(154 52 18 / 0.75);
  }

  .lg\:border-r-orange-800\/80 {
    border-right-color: rgb(154 52 18 / 0.8);
  }

  .lg\:border-r-orange-800\/85 {
    border-right-color: rgb(154 52 18 / 0.85);
  }

  .lg\:border-r-orange-800\/90 {
    border-right-color: rgb(154 52 18 / 0.9);
  }

  .lg\:border-r-orange-800\/95 {
    border-right-color: rgb(154 52 18 / 0.95);
  }

  .lg\:border-r-orange-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(124 45 18 / var(--tw-border-opacity));
  }

  .lg\:border-r-orange-900\/0 {
    border-right-color: rgb(124 45 18 / 0);
  }

  .lg\:border-r-orange-900\/10 {
    border-right-color: rgb(124 45 18 / 0.1);
  }

  .lg\:border-r-orange-900\/100 {
    border-right-color: rgb(124 45 18 / 1);
  }

  .lg\:border-r-orange-900\/15 {
    border-right-color: rgb(124 45 18 / 0.15);
  }

  .lg\:border-r-orange-900\/20 {
    border-right-color: rgb(124 45 18 / 0.2);
  }

  .lg\:border-r-orange-900\/25 {
    border-right-color: rgb(124 45 18 / 0.25);
  }

  .lg\:border-r-orange-900\/30 {
    border-right-color: rgb(124 45 18 / 0.3);
  }

  .lg\:border-r-orange-900\/35 {
    border-right-color: rgb(124 45 18 / 0.35);
  }

  .lg\:border-r-orange-900\/40 {
    border-right-color: rgb(124 45 18 / 0.4);
  }

  .lg\:border-r-orange-900\/45 {
    border-right-color: rgb(124 45 18 / 0.45);
  }

  .lg\:border-r-orange-900\/5 {
    border-right-color: rgb(124 45 18 / 0.05);
  }

  .lg\:border-r-orange-900\/50 {
    border-right-color: rgb(124 45 18 / 0.5);
  }

  .lg\:border-r-orange-900\/55 {
    border-right-color: rgb(124 45 18 / 0.55);
  }

  .lg\:border-r-orange-900\/60 {
    border-right-color: rgb(124 45 18 / 0.6);
  }

  .lg\:border-r-orange-900\/65 {
    border-right-color: rgb(124 45 18 / 0.65);
  }

  .lg\:border-r-orange-900\/70 {
    border-right-color: rgb(124 45 18 / 0.7);
  }

  .lg\:border-r-orange-900\/75 {
    border-right-color: rgb(124 45 18 / 0.75);
  }

  .lg\:border-r-orange-900\/80 {
    border-right-color: rgb(124 45 18 / 0.8);
  }

  .lg\:border-r-orange-900\/85 {
    border-right-color: rgb(124 45 18 / 0.85);
  }

  .lg\:border-r-orange-900\/90 {
    border-right-color: rgb(124 45 18 / 0.9);
  }

  .lg\:border-r-orange-900\/95 {
    border-right-color: rgb(124 45 18 / 0.95);
  }

  .lg\:border-r-orange-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(67 20 7 / var(--tw-border-opacity));
  }

  .lg\:border-r-orange-950\/0 {
    border-right-color: rgb(67 20 7 / 0);
  }

  .lg\:border-r-orange-950\/10 {
    border-right-color: rgb(67 20 7 / 0.1);
  }

  .lg\:border-r-orange-950\/100 {
    border-right-color: rgb(67 20 7 / 1);
  }

  .lg\:border-r-orange-950\/15 {
    border-right-color: rgb(67 20 7 / 0.15);
  }

  .lg\:border-r-orange-950\/20 {
    border-right-color: rgb(67 20 7 / 0.2);
  }

  .lg\:border-r-orange-950\/25 {
    border-right-color: rgb(67 20 7 / 0.25);
  }

  .lg\:border-r-orange-950\/30 {
    border-right-color: rgb(67 20 7 / 0.3);
  }

  .lg\:border-r-orange-950\/35 {
    border-right-color: rgb(67 20 7 / 0.35);
  }

  .lg\:border-r-orange-950\/40 {
    border-right-color: rgb(67 20 7 / 0.4);
  }

  .lg\:border-r-orange-950\/45 {
    border-right-color: rgb(67 20 7 / 0.45);
  }

  .lg\:border-r-orange-950\/5 {
    border-right-color: rgb(67 20 7 / 0.05);
  }

  .lg\:border-r-orange-950\/50 {
    border-right-color: rgb(67 20 7 / 0.5);
  }

  .lg\:border-r-orange-950\/55 {
    border-right-color: rgb(67 20 7 / 0.55);
  }

  .lg\:border-r-orange-950\/60 {
    border-right-color: rgb(67 20 7 / 0.6);
  }

  .lg\:border-r-orange-950\/65 {
    border-right-color: rgb(67 20 7 / 0.65);
  }

  .lg\:border-r-orange-950\/70 {
    border-right-color: rgb(67 20 7 / 0.7);
  }

  .lg\:border-r-orange-950\/75 {
    border-right-color: rgb(67 20 7 / 0.75);
  }

  .lg\:border-r-orange-950\/80 {
    border-right-color: rgb(67 20 7 / 0.8);
  }

  .lg\:border-r-orange-950\/85 {
    border-right-color: rgb(67 20 7 / 0.85);
  }

  .lg\:border-r-orange-950\/90 {
    border-right-color: rgb(67 20 7 / 0.9);
  }

  .lg\:border-r-orange-950\/95 {
    border-right-color: rgb(67 20 7 / 0.95);
  }

  .lg\:border-r-pink-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(252 231 243 / var(--tw-border-opacity));
  }

  .lg\:border-r-pink-100\/0 {
    border-right-color: rgb(252 231 243 / 0);
  }

  .lg\:border-r-pink-100\/10 {
    border-right-color: rgb(252 231 243 / 0.1);
  }

  .lg\:border-r-pink-100\/100 {
    border-right-color: rgb(252 231 243 / 1);
  }

  .lg\:border-r-pink-100\/15 {
    border-right-color: rgb(252 231 243 / 0.15);
  }

  .lg\:border-r-pink-100\/20 {
    border-right-color: rgb(252 231 243 / 0.2);
  }

  .lg\:border-r-pink-100\/25 {
    border-right-color: rgb(252 231 243 / 0.25);
  }

  .lg\:border-r-pink-100\/30 {
    border-right-color: rgb(252 231 243 / 0.3);
  }

  .lg\:border-r-pink-100\/35 {
    border-right-color: rgb(252 231 243 / 0.35);
  }

  .lg\:border-r-pink-100\/40 {
    border-right-color: rgb(252 231 243 / 0.4);
  }

  .lg\:border-r-pink-100\/45 {
    border-right-color: rgb(252 231 243 / 0.45);
  }

  .lg\:border-r-pink-100\/5 {
    border-right-color: rgb(252 231 243 / 0.05);
  }

  .lg\:border-r-pink-100\/50 {
    border-right-color: rgb(252 231 243 / 0.5);
  }

  .lg\:border-r-pink-100\/55 {
    border-right-color: rgb(252 231 243 / 0.55);
  }

  .lg\:border-r-pink-100\/60 {
    border-right-color: rgb(252 231 243 / 0.6);
  }

  .lg\:border-r-pink-100\/65 {
    border-right-color: rgb(252 231 243 / 0.65);
  }

  .lg\:border-r-pink-100\/70 {
    border-right-color: rgb(252 231 243 / 0.7);
  }

  .lg\:border-r-pink-100\/75 {
    border-right-color: rgb(252 231 243 / 0.75);
  }

  .lg\:border-r-pink-100\/80 {
    border-right-color: rgb(252 231 243 / 0.8);
  }

  .lg\:border-r-pink-100\/85 {
    border-right-color: rgb(252 231 243 / 0.85);
  }

  .lg\:border-r-pink-100\/90 {
    border-right-color: rgb(252 231 243 / 0.9);
  }

  .lg\:border-r-pink-100\/95 {
    border-right-color: rgb(252 231 243 / 0.95);
  }

  .lg\:border-r-pink-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(251 207 232 / var(--tw-border-opacity));
  }

  .lg\:border-r-pink-200\/0 {
    border-right-color: rgb(251 207 232 / 0);
  }

  .lg\:border-r-pink-200\/10 {
    border-right-color: rgb(251 207 232 / 0.1);
  }

  .lg\:border-r-pink-200\/100 {
    border-right-color: rgb(251 207 232 / 1);
  }

  .lg\:border-r-pink-200\/15 {
    border-right-color: rgb(251 207 232 / 0.15);
  }

  .lg\:border-r-pink-200\/20 {
    border-right-color: rgb(251 207 232 / 0.2);
  }

  .lg\:border-r-pink-200\/25 {
    border-right-color: rgb(251 207 232 / 0.25);
  }

  .lg\:border-r-pink-200\/30 {
    border-right-color: rgb(251 207 232 / 0.3);
  }

  .lg\:border-r-pink-200\/35 {
    border-right-color: rgb(251 207 232 / 0.35);
  }

  .lg\:border-r-pink-200\/40 {
    border-right-color: rgb(251 207 232 / 0.4);
  }

  .lg\:border-r-pink-200\/45 {
    border-right-color: rgb(251 207 232 / 0.45);
  }

  .lg\:border-r-pink-200\/5 {
    border-right-color: rgb(251 207 232 / 0.05);
  }

  .lg\:border-r-pink-200\/50 {
    border-right-color: rgb(251 207 232 / 0.5);
  }

  .lg\:border-r-pink-200\/55 {
    border-right-color: rgb(251 207 232 / 0.55);
  }

  .lg\:border-r-pink-200\/60 {
    border-right-color: rgb(251 207 232 / 0.6);
  }

  .lg\:border-r-pink-200\/65 {
    border-right-color: rgb(251 207 232 / 0.65);
  }

  .lg\:border-r-pink-200\/70 {
    border-right-color: rgb(251 207 232 / 0.7);
  }

  .lg\:border-r-pink-200\/75 {
    border-right-color: rgb(251 207 232 / 0.75);
  }

  .lg\:border-r-pink-200\/80 {
    border-right-color: rgb(251 207 232 / 0.8);
  }

  .lg\:border-r-pink-200\/85 {
    border-right-color: rgb(251 207 232 / 0.85);
  }

  .lg\:border-r-pink-200\/90 {
    border-right-color: rgb(251 207 232 / 0.9);
  }

  .lg\:border-r-pink-200\/95 {
    border-right-color: rgb(251 207 232 / 0.95);
  }

  .lg\:border-r-pink-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(249 168 212 / var(--tw-border-opacity));
  }

  .lg\:border-r-pink-300\/0 {
    border-right-color: rgb(249 168 212 / 0);
  }

  .lg\:border-r-pink-300\/10 {
    border-right-color: rgb(249 168 212 / 0.1);
  }

  .lg\:border-r-pink-300\/100 {
    border-right-color: rgb(249 168 212 / 1);
  }

  .lg\:border-r-pink-300\/15 {
    border-right-color: rgb(249 168 212 / 0.15);
  }

  .lg\:border-r-pink-300\/20 {
    border-right-color: rgb(249 168 212 / 0.2);
  }

  .lg\:border-r-pink-300\/25 {
    border-right-color: rgb(249 168 212 / 0.25);
  }

  .lg\:border-r-pink-300\/30 {
    border-right-color: rgb(249 168 212 / 0.3);
  }

  .lg\:border-r-pink-300\/35 {
    border-right-color: rgb(249 168 212 / 0.35);
  }

  .lg\:border-r-pink-300\/40 {
    border-right-color: rgb(249 168 212 / 0.4);
  }

  .lg\:border-r-pink-300\/45 {
    border-right-color: rgb(249 168 212 / 0.45);
  }

  .lg\:border-r-pink-300\/5 {
    border-right-color: rgb(249 168 212 / 0.05);
  }

  .lg\:border-r-pink-300\/50 {
    border-right-color: rgb(249 168 212 / 0.5);
  }

  .lg\:border-r-pink-300\/55 {
    border-right-color: rgb(249 168 212 / 0.55);
  }

  .lg\:border-r-pink-300\/60 {
    border-right-color: rgb(249 168 212 / 0.6);
  }

  .lg\:border-r-pink-300\/65 {
    border-right-color: rgb(249 168 212 / 0.65);
  }

  .lg\:border-r-pink-300\/70 {
    border-right-color: rgb(249 168 212 / 0.7);
  }

  .lg\:border-r-pink-300\/75 {
    border-right-color: rgb(249 168 212 / 0.75);
  }

  .lg\:border-r-pink-300\/80 {
    border-right-color: rgb(249 168 212 / 0.8);
  }

  .lg\:border-r-pink-300\/85 {
    border-right-color: rgb(249 168 212 / 0.85);
  }

  .lg\:border-r-pink-300\/90 {
    border-right-color: rgb(249 168 212 / 0.9);
  }

  .lg\:border-r-pink-300\/95 {
    border-right-color: rgb(249 168 212 / 0.95);
  }

  .lg\:border-r-pink-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(244 114 182 / var(--tw-border-opacity));
  }

  .lg\:border-r-pink-400\/0 {
    border-right-color: rgb(244 114 182 / 0);
  }

  .lg\:border-r-pink-400\/10 {
    border-right-color: rgb(244 114 182 / 0.1);
  }

  .lg\:border-r-pink-400\/100 {
    border-right-color: rgb(244 114 182 / 1);
  }

  .lg\:border-r-pink-400\/15 {
    border-right-color: rgb(244 114 182 / 0.15);
  }

  .lg\:border-r-pink-400\/20 {
    border-right-color: rgb(244 114 182 / 0.2);
  }

  .lg\:border-r-pink-400\/25 {
    border-right-color: rgb(244 114 182 / 0.25);
  }

  .lg\:border-r-pink-400\/30 {
    border-right-color: rgb(244 114 182 / 0.3);
  }

  .lg\:border-r-pink-400\/35 {
    border-right-color: rgb(244 114 182 / 0.35);
  }

  .lg\:border-r-pink-400\/40 {
    border-right-color: rgb(244 114 182 / 0.4);
  }

  .lg\:border-r-pink-400\/45 {
    border-right-color: rgb(244 114 182 / 0.45);
  }

  .lg\:border-r-pink-400\/5 {
    border-right-color: rgb(244 114 182 / 0.05);
  }

  .lg\:border-r-pink-400\/50 {
    border-right-color: rgb(244 114 182 / 0.5);
  }

  .lg\:border-r-pink-400\/55 {
    border-right-color: rgb(244 114 182 / 0.55);
  }

  .lg\:border-r-pink-400\/60 {
    border-right-color: rgb(244 114 182 / 0.6);
  }

  .lg\:border-r-pink-400\/65 {
    border-right-color: rgb(244 114 182 / 0.65);
  }

  .lg\:border-r-pink-400\/70 {
    border-right-color: rgb(244 114 182 / 0.7);
  }

  .lg\:border-r-pink-400\/75 {
    border-right-color: rgb(244 114 182 / 0.75);
  }

  .lg\:border-r-pink-400\/80 {
    border-right-color: rgb(244 114 182 / 0.8);
  }

  .lg\:border-r-pink-400\/85 {
    border-right-color: rgb(244 114 182 / 0.85);
  }

  .lg\:border-r-pink-400\/90 {
    border-right-color: rgb(244 114 182 / 0.9);
  }

  .lg\:border-r-pink-400\/95 {
    border-right-color: rgb(244 114 182 / 0.95);
  }

  .lg\:border-r-pink-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 242 248 / var(--tw-border-opacity));
  }

  .lg\:border-r-pink-50\/0 {
    border-right-color: rgb(253 242 248 / 0);
  }

  .lg\:border-r-pink-50\/10 {
    border-right-color: rgb(253 242 248 / 0.1);
  }

  .lg\:border-r-pink-50\/100 {
    border-right-color: rgb(253 242 248 / 1);
  }

  .lg\:border-r-pink-50\/15 {
    border-right-color: rgb(253 242 248 / 0.15);
  }

  .lg\:border-r-pink-50\/20 {
    border-right-color: rgb(253 242 248 / 0.2);
  }

  .lg\:border-r-pink-50\/25 {
    border-right-color: rgb(253 242 248 / 0.25);
  }

  .lg\:border-r-pink-50\/30 {
    border-right-color: rgb(253 242 248 / 0.3);
  }

  .lg\:border-r-pink-50\/35 {
    border-right-color: rgb(253 242 248 / 0.35);
  }

  .lg\:border-r-pink-50\/40 {
    border-right-color: rgb(253 242 248 / 0.4);
  }

  .lg\:border-r-pink-50\/45 {
    border-right-color: rgb(253 242 248 / 0.45);
  }

  .lg\:border-r-pink-50\/5 {
    border-right-color: rgb(253 242 248 / 0.05);
  }

  .lg\:border-r-pink-50\/50 {
    border-right-color: rgb(253 242 248 / 0.5);
  }

  .lg\:border-r-pink-50\/55 {
    border-right-color: rgb(253 242 248 / 0.55);
  }

  .lg\:border-r-pink-50\/60 {
    border-right-color: rgb(253 242 248 / 0.6);
  }

  .lg\:border-r-pink-50\/65 {
    border-right-color: rgb(253 242 248 / 0.65);
  }

  .lg\:border-r-pink-50\/70 {
    border-right-color: rgb(253 242 248 / 0.7);
  }

  .lg\:border-r-pink-50\/75 {
    border-right-color: rgb(253 242 248 / 0.75);
  }

  .lg\:border-r-pink-50\/80 {
    border-right-color: rgb(253 242 248 / 0.8);
  }

  .lg\:border-r-pink-50\/85 {
    border-right-color: rgb(253 242 248 / 0.85);
  }

  .lg\:border-r-pink-50\/90 {
    border-right-color: rgb(253 242 248 / 0.9);
  }

  .lg\:border-r-pink-50\/95 {
    border-right-color: rgb(253 242 248 / 0.95);
  }

  .lg\:border-r-pink-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(236 72 153 / var(--tw-border-opacity));
  }

  .lg\:border-r-pink-500\/0 {
    border-right-color: rgb(236 72 153 / 0);
  }

  .lg\:border-r-pink-500\/10 {
    border-right-color: rgb(236 72 153 / 0.1);
  }

  .lg\:border-r-pink-500\/100 {
    border-right-color: rgb(236 72 153 / 1);
  }

  .lg\:border-r-pink-500\/15 {
    border-right-color: rgb(236 72 153 / 0.15);
  }

  .lg\:border-r-pink-500\/20 {
    border-right-color: rgb(236 72 153 / 0.2);
  }

  .lg\:border-r-pink-500\/25 {
    border-right-color: rgb(236 72 153 / 0.25);
  }

  .lg\:border-r-pink-500\/30 {
    border-right-color: rgb(236 72 153 / 0.3);
  }

  .lg\:border-r-pink-500\/35 {
    border-right-color: rgb(236 72 153 / 0.35);
  }

  .lg\:border-r-pink-500\/40 {
    border-right-color: rgb(236 72 153 / 0.4);
  }

  .lg\:border-r-pink-500\/45 {
    border-right-color: rgb(236 72 153 / 0.45);
  }

  .lg\:border-r-pink-500\/5 {
    border-right-color: rgb(236 72 153 / 0.05);
  }

  .lg\:border-r-pink-500\/50 {
    border-right-color: rgb(236 72 153 / 0.5);
  }

  .lg\:border-r-pink-500\/55 {
    border-right-color: rgb(236 72 153 / 0.55);
  }

  .lg\:border-r-pink-500\/60 {
    border-right-color: rgb(236 72 153 / 0.6);
  }

  .lg\:border-r-pink-500\/65 {
    border-right-color: rgb(236 72 153 / 0.65);
  }

  .lg\:border-r-pink-500\/70 {
    border-right-color: rgb(236 72 153 / 0.7);
  }

  .lg\:border-r-pink-500\/75 {
    border-right-color: rgb(236 72 153 / 0.75);
  }

  .lg\:border-r-pink-500\/80 {
    border-right-color: rgb(236 72 153 / 0.8);
  }

  .lg\:border-r-pink-500\/85 {
    border-right-color: rgb(236 72 153 / 0.85);
  }

  .lg\:border-r-pink-500\/90 {
    border-right-color: rgb(236 72 153 / 0.9);
  }

  .lg\:border-r-pink-500\/95 {
    border-right-color: rgb(236 72 153 / 0.95);
  }

  .lg\:border-r-pink-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(219 39 119 / var(--tw-border-opacity));
  }

  .lg\:border-r-pink-600\/0 {
    border-right-color: rgb(219 39 119 / 0);
  }

  .lg\:border-r-pink-600\/10 {
    border-right-color: rgb(219 39 119 / 0.1);
  }

  .lg\:border-r-pink-600\/100 {
    border-right-color: rgb(219 39 119 / 1);
  }

  .lg\:border-r-pink-600\/15 {
    border-right-color: rgb(219 39 119 / 0.15);
  }

  .lg\:border-r-pink-600\/20 {
    border-right-color: rgb(219 39 119 / 0.2);
  }

  .lg\:border-r-pink-600\/25 {
    border-right-color: rgb(219 39 119 / 0.25);
  }

  .lg\:border-r-pink-600\/30 {
    border-right-color: rgb(219 39 119 / 0.3);
  }

  .lg\:border-r-pink-600\/35 {
    border-right-color: rgb(219 39 119 / 0.35);
  }

  .lg\:border-r-pink-600\/40 {
    border-right-color: rgb(219 39 119 / 0.4);
  }

  .lg\:border-r-pink-600\/45 {
    border-right-color: rgb(219 39 119 / 0.45);
  }

  .lg\:border-r-pink-600\/5 {
    border-right-color: rgb(219 39 119 / 0.05);
  }

  .lg\:border-r-pink-600\/50 {
    border-right-color: rgb(219 39 119 / 0.5);
  }

  .lg\:border-r-pink-600\/55 {
    border-right-color: rgb(219 39 119 / 0.55);
  }

  .lg\:border-r-pink-600\/60 {
    border-right-color: rgb(219 39 119 / 0.6);
  }

  .lg\:border-r-pink-600\/65 {
    border-right-color: rgb(219 39 119 / 0.65);
  }

  .lg\:border-r-pink-600\/70 {
    border-right-color: rgb(219 39 119 / 0.7);
  }

  .lg\:border-r-pink-600\/75 {
    border-right-color: rgb(219 39 119 / 0.75);
  }

  .lg\:border-r-pink-600\/80 {
    border-right-color: rgb(219 39 119 / 0.8);
  }

  .lg\:border-r-pink-600\/85 {
    border-right-color: rgb(219 39 119 / 0.85);
  }

  .lg\:border-r-pink-600\/90 {
    border-right-color: rgb(219 39 119 / 0.9);
  }

  .lg\:border-r-pink-600\/95 {
    border-right-color: rgb(219 39 119 / 0.95);
  }

  .lg\:border-r-pink-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(190 24 93 / var(--tw-border-opacity));
  }

  .lg\:border-r-pink-700\/0 {
    border-right-color: rgb(190 24 93 / 0);
  }

  .lg\:border-r-pink-700\/10 {
    border-right-color: rgb(190 24 93 / 0.1);
  }

  .lg\:border-r-pink-700\/100 {
    border-right-color: rgb(190 24 93 / 1);
  }

  .lg\:border-r-pink-700\/15 {
    border-right-color: rgb(190 24 93 / 0.15);
  }

  .lg\:border-r-pink-700\/20 {
    border-right-color: rgb(190 24 93 / 0.2);
  }

  .lg\:border-r-pink-700\/25 {
    border-right-color: rgb(190 24 93 / 0.25);
  }

  .lg\:border-r-pink-700\/30 {
    border-right-color: rgb(190 24 93 / 0.3);
  }

  .lg\:border-r-pink-700\/35 {
    border-right-color: rgb(190 24 93 / 0.35);
  }

  .lg\:border-r-pink-700\/40 {
    border-right-color: rgb(190 24 93 / 0.4);
  }

  .lg\:border-r-pink-700\/45 {
    border-right-color: rgb(190 24 93 / 0.45);
  }

  .lg\:border-r-pink-700\/5 {
    border-right-color: rgb(190 24 93 / 0.05);
  }

  .lg\:border-r-pink-700\/50 {
    border-right-color: rgb(190 24 93 / 0.5);
  }

  .lg\:border-r-pink-700\/55 {
    border-right-color: rgb(190 24 93 / 0.55);
  }

  .lg\:border-r-pink-700\/60 {
    border-right-color: rgb(190 24 93 / 0.6);
  }

  .lg\:border-r-pink-700\/65 {
    border-right-color: rgb(190 24 93 / 0.65);
  }

  .lg\:border-r-pink-700\/70 {
    border-right-color: rgb(190 24 93 / 0.7);
  }

  .lg\:border-r-pink-700\/75 {
    border-right-color: rgb(190 24 93 / 0.75);
  }

  .lg\:border-r-pink-700\/80 {
    border-right-color: rgb(190 24 93 / 0.8);
  }

  .lg\:border-r-pink-700\/85 {
    border-right-color: rgb(190 24 93 / 0.85);
  }

  .lg\:border-r-pink-700\/90 {
    border-right-color: rgb(190 24 93 / 0.9);
  }

  .lg\:border-r-pink-700\/95 {
    border-right-color: rgb(190 24 93 / 0.95);
  }

  .lg\:border-r-pink-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(157 23 77 / var(--tw-border-opacity));
  }

  .lg\:border-r-pink-800\/0 {
    border-right-color: rgb(157 23 77 / 0);
  }

  .lg\:border-r-pink-800\/10 {
    border-right-color: rgb(157 23 77 / 0.1);
  }

  .lg\:border-r-pink-800\/100 {
    border-right-color: rgb(157 23 77 / 1);
  }

  .lg\:border-r-pink-800\/15 {
    border-right-color: rgb(157 23 77 / 0.15);
  }

  .lg\:border-r-pink-800\/20 {
    border-right-color: rgb(157 23 77 / 0.2);
  }

  .lg\:border-r-pink-800\/25 {
    border-right-color: rgb(157 23 77 / 0.25);
  }

  .lg\:border-r-pink-800\/30 {
    border-right-color: rgb(157 23 77 / 0.3);
  }

  .lg\:border-r-pink-800\/35 {
    border-right-color: rgb(157 23 77 / 0.35);
  }

  .lg\:border-r-pink-800\/40 {
    border-right-color: rgb(157 23 77 / 0.4);
  }

  .lg\:border-r-pink-800\/45 {
    border-right-color: rgb(157 23 77 / 0.45);
  }

  .lg\:border-r-pink-800\/5 {
    border-right-color: rgb(157 23 77 / 0.05);
  }

  .lg\:border-r-pink-800\/50 {
    border-right-color: rgb(157 23 77 / 0.5);
  }

  .lg\:border-r-pink-800\/55 {
    border-right-color: rgb(157 23 77 / 0.55);
  }

  .lg\:border-r-pink-800\/60 {
    border-right-color: rgb(157 23 77 / 0.6);
  }

  .lg\:border-r-pink-800\/65 {
    border-right-color: rgb(157 23 77 / 0.65);
  }

  .lg\:border-r-pink-800\/70 {
    border-right-color: rgb(157 23 77 / 0.7);
  }

  .lg\:border-r-pink-800\/75 {
    border-right-color: rgb(157 23 77 / 0.75);
  }

  .lg\:border-r-pink-800\/80 {
    border-right-color: rgb(157 23 77 / 0.8);
  }

  .lg\:border-r-pink-800\/85 {
    border-right-color: rgb(157 23 77 / 0.85);
  }

  .lg\:border-r-pink-800\/90 {
    border-right-color: rgb(157 23 77 / 0.9);
  }

  .lg\:border-r-pink-800\/95 {
    border-right-color: rgb(157 23 77 / 0.95);
  }

  .lg\:border-r-pink-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(131 24 67 / var(--tw-border-opacity));
  }

  .lg\:border-r-pink-900\/0 {
    border-right-color: rgb(131 24 67 / 0);
  }

  .lg\:border-r-pink-900\/10 {
    border-right-color: rgb(131 24 67 / 0.1);
  }

  .lg\:border-r-pink-900\/100 {
    border-right-color: rgb(131 24 67 / 1);
  }

  .lg\:border-r-pink-900\/15 {
    border-right-color: rgb(131 24 67 / 0.15);
  }

  .lg\:border-r-pink-900\/20 {
    border-right-color: rgb(131 24 67 / 0.2);
  }

  .lg\:border-r-pink-900\/25 {
    border-right-color: rgb(131 24 67 / 0.25);
  }

  .lg\:border-r-pink-900\/30 {
    border-right-color: rgb(131 24 67 / 0.3);
  }

  .lg\:border-r-pink-900\/35 {
    border-right-color: rgb(131 24 67 / 0.35);
  }

  .lg\:border-r-pink-900\/40 {
    border-right-color: rgb(131 24 67 / 0.4);
  }

  .lg\:border-r-pink-900\/45 {
    border-right-color: rgb(131 24 67 / 0.45);
  }

  .lg\:border-r-pink-900\/5 {
    border-right-color: rgb(131 24 67 / 0.05);
  }

  .lg\:border-r-pink-900\/50 {
    border-right-color: rgb(131 24 67 / 0.5);
  }

  .lg\:border-r-pink-900\/55 {
    border-right-color: rgb(131 24 67 / 0.55);
  }

  .lg\:border-r-pink-900\/60 {
    border-right-color: rgb(131 24 67 / 0.6);
  }

  .lg\:border-r-pink-900\/65 {
    border-right-color: rgb(131 24 67 / 0.65);
  }

  .lg\:border-r-pink-900\/70 {
    border-right-color: rgb(131 24 67 / 0.7);
  }

  .lg\:border-r-pink-900\/75 {
    border-right-color: rgb(131 24 67 / 0.75);
  }

  .lg\:border-r-pink-900\/80 {
    border-right-color: rgb(131 24 67 / 0.8);
  }

  .lg\:border-r-pink-900\/85 {
    border-right-color: rgb(131 24 67 / 0.85);
  }

  .lg\:border-r-pink-900\/90 {
    border-right-color: rgb(131 24 67 / 0.9);
  }

  .lg\:border-r-pink-900\/95 {
    border-right-color: rgb(131 24 67 / 0.95);
  }

  .lg\:border-r-pink-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(80 7 36 / var(--tw-border-opacity));
  }

  .lg\:border-r-pink-950\/0 {
    border-right-color: rgb(80 7 36 / 0);
  }

  .lg\:border-r-pink-950\/10 {
    border-right-color: rgb(80 7 36 / 0.1);
  }

  .lg\:border-r-pink-950\/100 {
    border-right-color: rgb(80 7 36 / 1);
  }

  .lg\:border-r-pink-950\/15 {
    border-right-color: rgb(80 7 36 / 0.15);
  }

  .lg\:border-r-pink-950\/20 {
    border-right-color: rgb(80 7 36 / 0.2);
  }

  .lg\:border-r-pink-950\/25 {
    border-right-color: rgb(80 7 36 / 0.25);
  }

  .lg\:border-r-pink-950\/30 {
    border-right-color: rgb(80 7 36 / 0.3);
  }

  .lg\:border-r-pink-950\/35 {
    border-right-color: rgb(80 7 36 / 0.35);
  }

  .lg\:border-r-pink-950\/40 {
    border-right-color: rgb(80 7 36 / 0.4);
  }

  .lg\:border-r-pink-950\/45 {
    border-right-color: rgb(80 7 36 / 0.45);
  }

  .lg\:border-r-pink-950\/5 {
    border-right-color: rgb(80 7 36 / 0.05);
  }

  .lg\:border-r-pink-950\/50 {
    border-right-color: rgb(80 7 36 / 0.5);
  }

  .lg\:border-r-pink-950\/55 {
    border-right-color: rgb(80 7 36 / 0.55);
  }

  .lg\:border-r-pink-950\/60 {
    border-right-color: rgb(80 7 36 / 0.6);
  }

  .lg\:border-r-pink-950\/65 {
    border-right-color: rgb(80 7 36 / 0.65);
  }

  .lg\:border-r-pink-950\/70 {
    border-right-color: rgb(80 7 36 / 0.7);
  }

  .lg\:border-r-pink-950\/75 {
    border-right-color: rgb(80 7 36 / 0.75);
  }

  .lg\:border-r-pink-950\/80 {
    border-right-color: rgb(80 7 36 / 0.8);
  }

  .lg\:border-r-pink-950\/85 {
    border-right-color: rgb(80 7 36 / 0.85);
  }

  .lg\:border-r-pink-950\/90 {
    border-right-color: rgb(80 7 36 / 0.9);
  }

  .lg\:border-r-pink-950\/95 {
    border-right-color: rgb(80 7 36 / 0.95);
  }

  .lg\:border-r-primary-100 {
    border-right-color: var(--color-primary-100);
  }

  .lg\:border-r-primary-200 {
    border-right-color: var(--color-primary-200);
  }

  .lg\:border-r-primary-300 {
    border-right-color: var(--color-primary-300);
  }

  .lg\:border-r-primary-400 {
    border-right-color: var(--color-primary-400);
  }

  .lg\:border-r-primary-50 {
    border-right-color: var(--color-primary-50);
  }

  .lg\:border-r-primary-500 {
    border-right-color: var(--color-primary-500);
  }

  .lg\:border-r-primary-600 {
    border-right-color: var(--color-primary-600);
  }

  .lg\:border-r-primary-700 {
    border-right-color: var(--color-primary-700);
  }

  .lg\:border-r-primary-800 {
    border-right-color: var(--color-primary-800);
  }

  .lg\:border-r-primary-900 {
    border-right-color: var(--color-primary-900);
  }

  .lg\:border-r-purple-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(243 232 255 / var(--tw-border-opacity));
  }

  .lg\:border-r-purple-100\/0 {
    border-right-color: rgb(243 232 255 / 0);
  }

  .lg\:border-r-purple-100\/10 {
    border-right-color: rgb(243 232 255 / 0.1);
  }

  .lg\:border-r-purple-100\/100 {
    border-right-color: rgb(243 232 255 / 1);
  }

  .lg\:border-r-purple-100\/15 {
    border-right-color: rgb(243 232 255 / 0.15);
  }

  .lg\:border-r-purple-100\/20 {
    border-right-color: rgb(243 232 255 / 0.2);
  }

  .lg\:border-r-purple-100\/25 {
    border-right-color: rgb(243 232 255 / 0.25);
  }

  .lg\:border-r-purple-100\/30 {
    border-right-color: rgb(243 232 255 / 0.3);
  }

  .lg\:border-r-purple-100\/35 {
    border-right-color: rgb(243 232 255 / 0.35);
  }

  .lg\:border-r-purple-100\/40 {
    border-right-color: rgb(243 232 255 / 0.4);
  }

  .lg\:border-r-purple-100\/45 {
    border-right-color: rgb(243 232 255 / 0.45);
  }

  .lg\:border-r-purple-100\/5 {
    border-right-color: rgb(243 232 255 / 0.05);
  }

  .lg\:border-r-purple-100\/50 {
    border-right-color: rgb(243 232 255 / 0.5);
  }

  .lg\:border-r-purple-100\/55 {
    border-right-color: rgb(243 232 255 / 0.55);
  }

  .lg\:border-r-purple-100\/60 {
    border-right-color: rgb(243 232 255 / 0.6);
  }

  .lg\:border-r-purple-100\/65 {
    border-right-color: rgb(243 232 255 / 0.65);
  }

  .lg\:border-r-purple-100\/70 {
    border-right-color: rgb(243 232 255 / 0.7);
  }

  .lg\:border-r-purple-100\/75 {
    border-right-color: rgb(243 232 255 / 0.75);
  }

  .lg\:border-r-purple-100\/80 {
    border-right-color: rgb(243 232 255 / 0.8);
  }

  .lg\:border-r-purple-100\/85 {
    border-right-color: rgb(243 232 255 / 0.85);
  }

  .lg\:border-r-purple-100\/90 {
    border-right-color: rgb(243 232 255 / 0.9);
  }

  .lg\:border-r-purple-100\/95 {
    border-right-color: rgb(243 232 255 / 0.95);
  }

  .lg\:border-r-purple-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(233 213 255 / var(--tw-border-opacity));
  }

  .lg\:border-r-purple-200\/0 {
    border-right-color: rgb(233 213 255 / 0);
  }

  .lg\:border-r-purple-200\/10 {
    border-right-color: rgb(233 213 255 / 0.1);
  }

  .lg\:border-r-purple-200\/100 {
    border-right-color: rgb(233 213 255 / 1);
  }

  .lg\:border-r-purple-200\/15 {
    border-right-color: rgb(233 213 255 / 0.15);
  }

  .lg\:border-r-purple-200\/20 {
    border-right-color: rgb(233 213 255 / 0.2);
  }

  .lg\:border-r-purple-200\/25 {
    border-right-color: rgb(233 213 255 / 0.25);
  }

  .lg\:border-r-purple-200\/30 {
    border-right-color: rgb(233 213 255 / 0.3);
  }

  .lg\:border-r-purple-200\/35 {
    border-right-color: rgb(233 213 255 / 0.35);
  }

  .lg\:border-r-purple-200\/40 {
    border-right-color: rgb(233 213 255 / 0.4);
  }

  .lg\:border-r-purple-200\/45 {
    border-right-color: rgb(233 213 255 / 0.45);
  }

  .lg\:border-r-purple-200\/5 {
    border-right-color: rgb(233 213 255 / 0.05);
  }

  .lg\:border-r-purple-200\/50 {
    border-right-color: rgb(233 213 255 / 0.5);
  }

  .lg\:border-r-purple-200\/55 {
    border-right-color: rgb(233 213 255 / 0.55);
  }

  .lg\:border-r-purple-200\/60 {
    border-right-color: rgb(233 213 255 / 0.6);
  }

  .lg\:border-r-purple-200\/65 {
    border-right-color: rgb(233 213 255 / 0.65);
  }

  .lg\:border-r-purple-200\/70 {
    border-right-color: rgb(233 213 255 / 0.7);
  }

  .lg\:border-r-purple-200\/75 {
    border-right-color: rgb(233 213 255 / 0.75);
  }

  .lg\:border-r-purple-200\/80 {
    border-right-color: rgb(233 213 255 / 0.8);
  }

  .lg\:border-r-purple-200\/85 {
    border-right-color: rgb(233 213 255 / 0.85);
  }

  .lg\:border-r-purple-200\/90 {
    border-right-color: rgb(233 213 255 / 0.9);
  }

  .lg\:border-r-purple-200\/95 {
    border-right-color: rgb(233 213 255 / 0.95);
  }

  .lg\:border-r-purple-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(216 180 254 / var(--tw-border-opacity));
  }

  .lg\:border-r-purple-300\/0 {
    border-right-color: rgb(216 180 254 / 0);
  }

  .lg\:border-r-purple-300\/10 {
    border-right-color: rgb(216 180 254 / 0.1);
  }

  .lg\:border-r-purple-300\/100 {
    border-right-color: rgb(216 180 254 / 1);
  }

  .lg\:border-r-purple-300\/15 {
    border-right-color: rgb(216 180 254 / 0.15);
  }

  .lg\:border-r-purple-300\/20 {
    border-right-color: rgb(216 180 254 / 0.2);
  }

  .lg\:border-r-purple-300\/25 {
    border-right-color: rgb(216 180 254 / 0.25);
  }

  .lg\:border-r-purple-300\/30 {
    border-right-color: rgb(216 180 254 / 0.3);
  }

  .lg\:border-r-purple-300\/35 {
    border-right-color: rgb(216 180 254 / 0.35);
  }

  .lg\:border-r-purple-300\/40 {
    border-right-color: rgb(216 180 254 / 0.4);
  }

  .lg\:border-r-purple-300\/45 {
    border-right-color: rgb(216 180 254 / 0.45);
  }

  .lg\:border-r-purple-300\/5 {
    border-right-color: rgb(216 180 254 / 0.05);
  }

  .lg\:border-r-purple-300\/50 {
    border-right-color: rgb(216 180 254 / 0.5);
  }

  .lg\:border-r-purple-300\/55 {
    border-right-color: rgb(216 180 254 / 0.55);
  }

  .lg\:border-r-purple-300\/60 {
    border-right-color: rgb(216 180 254 / 0.6);
  }

  .lg\:border-r-purple-300\/65 {
    border-right-color: rgb(216 180 254 / 0.65);
  }

  .lg\:border-r-purple-300\/70 {
    border-right-color: rgb(216 180 254 / 0.7);
  }

  .lg\:border-r-purple-300\/75 {
    border-right-color: rgb(216 180 254 / 0.75);
  }

  .lg\:border-r-purple-300\/80 {
    border-right-color: rgb(216 180 254 / 0.8);
  }

  .lg\:border-r-purple-300\/85 {
    border-right-color: rgb(216 180 254 / 0.85);
  }

  .lg\:border-r-purple-300\/90 {
    border-right-color: rgb(216 180 254 / 0.9);
  }

  .lg\:border-r-purple-300\/95 {
    border-right-color: rgb(216 180 254 / 0.95);
  }

  .lg\:border-r-purple-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(192 132 252 / var(--tw-border-opacity));
  }

  .lg\:border-r-purple-400\/0 {
    border-right-color: rgb(192 132 252 / 0);
  }

  .lg\:border-r-purple-400\/10 {
    border-right-color: rgb(192 132 252 / 0.1);
  }

  .lg\:border-r-purple-400\/100 {
    border-right-color: rgb(192 132 252 / 1);
  }

  .lg\:border-r-purple-400\/15 {
    border-right-color: rgb(192 132 252 / 0.15);
  }

  .lg\:border-r-purple-400\/20 {
    border-right-color: rgb(192 132 252 / 0.2);
  }

  .lg\:border-r-purple-400\/25 {
    border-right-color: rgb(192 132 252 / 0.25);
  }

  .lg\:border-r-purple-400\/30 {
    border-right-color: rgb(192 132 252 / 0.3);
  }

  .lg\:border-r-purple-400\/35 {
    border-right-color: rgb(192 132 252 / 0.35);
  }

  .lg\:border-r-purple-400\/40 {
    border-right-color: rgb(192 132 252 / 0.4);
  }

  .lg\:border-r-purple-400\/45 {
    border-right-color: rgb(192 132 252 / 0.45);
  }

  .lg\:border-r-purple-400\/5 {
    border-right-color: rgb(192 132 252 / 0.05);
  }

  .lg\:border-r-purple-400\/50 {
    border-right-color: rgb(192 132 252 / 0.5);
  }

  .lg\:border-r-purple-400\/55 {
    border-right-color: rgb(192 132 252 / 0.55);
  }

  .lg\:border-r-purple-400\/60 {
    border-right-color: rgb(192 132 252 / 0.6);
  }

  .lg\:border-r-purple-400\/65 {
    border-right-color: rgb(192 132 252 / 0.65);
  }

  .lg\:border-r-purple-400\/70 {
    border-right-color: rgb(192 132 252 / 0.7);
  }

  .lg\:border-r-purple-400\/75 {
    border-right-color: rgb(192 132 252 / 0.75);
  }

  .lg\:border-r-purple-400\/80 {
    border-right-color: rgb(192 132 252 / 0.8);
  }

  .lg\:border-r-purple-400\/85 {
    border-right-color: rgb(192 132 252 / 0.85);
  }

  .lg\:border-r-purple-400\/90 {
    border-right-color: rgb(192 132 252 / 0.9);
  }

  .lg\:border-r-purple-400\/95 {
    border-right-color: rgb(192 132 252 / 0.95);
  }

  .lg\:border-r-purple-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 245 255 / var(--tw-border-opacity));
  }

  .lg\:border-r-purple-50\/0 {
    border-right-color: rgb(250 245 255 / 0);
  }

  .lg\:border-r-purple-50\/10 {
    border-right-color: rgb(250 245 255 / 0.1);
  }

  .lg\:border-r-purple-50\/100 {
    border-right-color: rgb(250 245 255 / 1);
  }

  .lg\:border-r-purple-50\/15 {
    border-right-color: rgb(250 245 255 / 0.15);
  }

  .lg\:border-r-purple-50\/20 {
    border-right-color: rgb(250 245 255 / 0.2);
  }

  .lg\:border-r-purple-50\/25 {
    border-right-color: rgb(250 245 255 / 0.25);
  }

  .lg\:border-r-purple-50\/30 {
    border-right-color: rgb(250 245 255 / 0.3);
  }

  .lg\:border-r-purple-50\/35 {
    border-right-color: rgb(250 245 255 / 0.35);
  }

  .lg\:border-r-purple-50\/40 {
    border-right-color: rgb(250 245 255 / 0.4);
  }

  .lg\:border-r-purple-50\/45 {
    border-right-color: rgb(250 245 255 / 0.45);
  }

  .lg\:border-r-purple-50\/5 {
    border-right-color: rgb(250 245 255 / 0.05);
  }

  .lg\:border-r-purple-50\/50 {
    border-right-color: rgb(250 245 255 / 0.5);
  }

  .lg\:border-r-purple-50\/55 {
    border-right-color: rgb(250 245 255 / 0.55);
  }

  .lg\:border-r-purple-50\/60 {
    border-right-color: rgb(250 245 255 / 0.6);
  }

  .lg\:border-r-purple-50\/65 {
    border-right-color: rgb(250 245 255 / 0.65);
  }

  .lg\:border-r-purple-50\/70 {
    border-right-color: rgb(250 245 255 / 0.7);
  }

  .lg\:border-r-purple-50\/75 {
    border-right-color: rgb(250 245 255 / 0.75);
  }

  .lg\:border-r-purple-50\/80 {
    border-right-color: rgb(250 245 255 / 0.8);
  }

  .lg\:border-r-purple-50\/85 {
    border-right-color: rgb(250 245 255 / 0.85);
  }

  .lg\:border-r-purple-50\/90 {
    border-right-color: rgb(250 245 255 / 0.9);
  }

  .lg\:border-r-purple-50\/95 {
    border-right-color: rgb(250 245 255 / 0.95);
  }

  .lg\:border-r-purple-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(168 85 247 / var(--tw-border-opacity));
  }

  .lg\:border-r-purple-500\/0 {
    border-right-color: rgb(168 85 247 / 0);
  }

  .lg\:border-r-purple-500\/10 {
    border-right-color: rgb(168 85 247 / 0.1);
  }

  .lg\:border-r-purple-500\/100 {
    border-right-color: rgb(168 85 247 / 1);
  }

  .lg\:border-r-purple-500\/15 {
    border-right-color: rgb(168 85 247 / 0.15);
  }

  .lg\:border-r-purple-500\/20 {
    border-right-color: rgb(168 85 247 / 0.2);
  }

  .lg\:border-r-purple-500\/25 {
    border-right-color: rgb(168 85 247 / 0.25);
  }

  .lg\:border-r-purple-500\/30 {
    border-right-color: rgb(168 85 247 / 0.3);
  }

  .lg\:border-r-purple-500\/35 {
    border-right-color: rgb(168 85 247 / 0.35);
  }

  .lg\:border-r-purple-500\/40 {
    border-right-color: rgb(168 85 247 / 0.4);
  }

  .lg\:border-r-purple-500\/45 {
    border-right-color: rgb(168 85 247 / 0.45);
  }

  .lg\:border-r-purple-500\/5 {
    border-right-color: rgb(168 85 247 / 0.05);
  }

  .lg\:border-r-purple-500\/50 {
    border-right-color: rgb(168 85 247 / 0.5);
  }

  .lg\:border-r-purple-500\/55 {
    border-right-color: rgb(168 85 247 / 0.55);
  }

  .lg\:border-r-purple-500\/60 {
    border-right-color: rgb(168 85 247 / 0.6);
  }

  .lg\:border-r-purple-500\/65 {
    border-right-color: rgb(168 85 247 / 0.65);
  }

  .lg\:border-r-purple-500\/70 {
    border-right-color: rgb(168 85 247 / 0.7);
  }

  .lg\:border-r-purple-500\/75 {
    border-right-color: rgb(168 85 247 / 0.75);
  }

  .lg\:border-r-purple-500\/80 {
    border-right-color: rgb(168 85 247 / 0.8);
  }

  .lg\:border-r-purple-500\/85 {
    border-right-color: rgb(168 85 247 / 0.85);
  }

  .lg\:border-r-purple-500\/90 {
    border-right-color: rgb(168 85 247 / 0.9);
  }

  .lg\:border-r-purple-500\/95 {
    border-right-color: rgb(168 85 247 / 0.95);
  }

  .lg\:border-r-purple-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(147 51 234 / var(--tw-border-opacity));
  }

  .lg\:border-r-purple-600\/0 {
    border-right-color: rgb(147 51 234 / 0);
  }

  .lg\:border-r-purple-600\/10 {
    border-right-color: rgb(147 51 234 / 0.1);
  }

  .lg\:border-r-purple-600\/100 {
    border-right-color: rgb(147 51 234 / 1);
  }

  .lg\:border-r-purple-600\/15 {
    border-right-color: rgb(147 51 234 / 0.15);
  }

  .lg\:border-r-purple-600\/20 {
    border-right-color: rgb(147 51 234 / 0.2);
  }

  .lg\:border-r-purple-600\/25 {
    border-right-color: rgb(147 51 234 / 0.25);
  }

  .lg\:border-r-purple-600\/30 {
    border-right-color: rgb(147 51 234 / 0.3);
  }

  .lg\:border-r-purple-600\/35 {
    border-right-color: rgb(147 51 234 / 0.35);
  }

  .lg\:border-r-purple-600\/40 {
    border-right-color: rgb(147 51 234 / 0.4);
  }

  .lg\:border-r-purple-600\/45 {
    border-right-color: rgb(147 51 234 / 0.45);
  }

  .lg\:border-r-purple-600\/5 {
    border-right-color: rgb(147 51 234 / 0.05);
  }

  .lg\:border-r-purple-600\/50 {
    border-right-color: rgb(147 51 234 / 0.5);
  }

  .lg\:border-r-purple-600\/55 {
    border-right-color: rgb(147 51 234 / 0.55);
  }

  .lg\:border-r-purple-600\/60 {
    border-right-color: rgb(147 51 234 / 0.6);
  }

  .lg\:border-r-purple-600\/65 {
    border-right-color: rgb(147 51 234 / 0.65);
  }

  .lg\:border-r-purple-600\/70 {
    border-right-color: rgb(147 51 234 / 0.7);
  }

  .lg\:border-r-purple-600\/75 {
    border-right-color: rgb(147 51 234 / 0.75);
  }

  .lg\:border-r-purple-600\/80 {
    border-right-color: rgb(147 51 234 / 0.8);
  }

  .lg\:border-r-purple-600\/85 {
    border-right-color: rgb(147 51 234 / 0.85);
  }

  .lg\:border-r-purple-600\/90 {
    border-right-color: rgb(147 51 234 / 0.9);
  }

  .lg\:border-r-purple-600\/95 {
    border-right-color: rgb(147 51 234 / 0.95);
  }

  .lg\:border-r-purple-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(126 34 206 / var(--tw-border-opacity));
  }

  .lg\:border-r-purple-700\/0 {
    border-right-color: rgb(126 34 206 / 0);
  }

  .lg\:border-r-purple-700\/10 {
    border-right-color: rgb(126 34 206 / 0.1);
  }

  .lg\:border-r-purple-700\/100 {
    border-right-color: rgb(126 34 206 / 1);
  }

  .lg\:border-r-purple-700\/15 {
    border-right-color: rgb(126 34 206 / 0.15);
  }

  .lg\:border-r-purple-700\/20 {
    border-right-color: rgb(126 34 206 / 0.2);
  }

  .lg\:border-r-purple-700\/25 {
    border-right-color: rgb(126 34 206 / 0.25);
  }

  .lg\:border-r-purple-700\/30 {
    border-right-color: rgb(126 34 206 / 0.3);
  }

  .lg\:border-r-purple-700\/35 {
    border-right-color: rgb(126 34 206 / 0.35);
  }

  .lg\:border-r-purple-700\/40 {
    border-right-color: rgb(126 34 206 / 0.4);
  }

  .lg\:border-r-purple-700\/45 {
    border-right-color: rgb(126 34 206 / 0.45);
  }

  .lg\:border-r-purple-700\/5 {
    border-right-color: rgb(126 34 206 / 0.05);
  }

  .lg\:border-r-purple-700\/50 {
    border-right-color: rgb(126 34 206 / 0.5);
  }

  .lg\:border-r-purple-700\/55 {
    border-right-color: rgb(126 34 206 / 0.55);
  }

  .lg\:border-r-purple-700\/60 {
    border-right-color: rgb(126 34 206 / 0.6);
  }

  .lg\:border-r-purple-700\/65 {
    border-right-color: rgb(126 34 206 / 0.65);
  }

  .lg\:border-r-purple-700\/70 {
    border-right-color: rgb(126 34 206 / 0.7);
  }

  .lg\:border-r-purple-700\/75 {
    border-right-color: rgb(126 34 206 / 0.75);
  }

  .lg\:border-r-purple-700\/80 {
    border-right-color: rgb(126 34 206 / 0.8);
  }

  .lg\:border-r-purple-700\/85 {
    border-right-color: rgb(126 34 206 / 0.85);
  }

  .lg\:border-r-purple-700\/90 {
    border-right-color: rgb(126 34 206 / 0.9);
  }

  .lg\:border-r-purple-700\/95 {
    border-right-color: rgb(126 34 206 / 0.95);
  }

  .lg\:border-r-purple-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(107 33 168 / var(--tw-border-opacity));
  }

  .lg\:border-r-purple-800\/0 {
    border-right-color: rgb(107 33 168 / 0);
  }

  .lg\:border-r-purple-800\/10 {
    border-right-color: rgb(107 33 168 / 0.1);
  }

  .lg\:border-r-purple-800\/100 {
    border-right-color: rgb(107 33 168 / 1);
  }

  .lg\:border-r-purple-800\/15 {
    border-right-color: rgb(107 33 168 / 0.15);
  }

  .lg\:border-r-purple-800\/20 {
    border-right-color: rgb(107 33 168 / 0.2);
  }

  .lg\:border-r-purple-800\/25 {
    border-right-color: rgb(107 33 168 / 0.25);
  }

  .lg\:border-r-purple-800\/30 {
    border-right-color: rgb(107 33 168 / 0.3);
  }

  .lg\:border-r-purple-800\/35 {
    border-right-color: rgb(107 33 168 / 0.35);
  }

  .lg\:border-r-purple-800\/40 {
    border-right-color: rgb(107 33 168 / 0.4);
  }

  .lg\:border-r-purple-800\/45 {
    border-right-color: rgb(107 33 168 / 0.45);
  }

  .lg\:border-r-purple-800\/5 {
    border-right-color: rgb(107 33 168 / 0.05);
  }

  .lg\:border-r-purple-800\/50 {
    border-right-color: rgb(107 33 168 / 0.5);
  }

  .lg\:border-r-purple-800\/55 {
    border-right-color: rgb(107 33 168 / 0.55);
  }

  .lg\:border-r-purple-800\/60 {
    border-right-color: rgb(107 33 168 / 0.6);
  }

  .lg\:border-r-purple-800\/65 {
    border-right-color: rgb(107 33 168 / 0.65);
  }

  .lg\:border-r-purple-800\/70 {
    border-right-color: rgb(107 33 168 / 0.7);
  }

  .lg\:border-r-purple-800\/75 {
    border-right-color: rgb(107 33 168 / 0.75);
  }

  .lg\:border-r-purple-800\/80 {
    border-right-color: rgb(107 33 168 / 0.8);
  }

  .lg\:border-r-purple-800\/85 {
    border-right-color: rgb(107 33 168 / 0.85);
  }

  .lg\:border-r-purple-800\/90 {
    border-right-color: rgb(107 33 168 / 0.9);
  }

  .lg\:border-r-purple-800\/95 {
    border-right-color: rgb(107 33 168 / 0.95);
  }

  .lg\:border-r-purple-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(88 28 135 / var(--tw-border-opacity));
  }

  .lg\:border-r-purple-900\/0 {
    border-right-color: rgb(88 28 135 / 0);
  }

  .lg\:border-r-purple-900\/10 {
    border-right-color: rgb(88 28 135 / 0.1);
  }

  .lg\:border-r-purple-900\/100 {
    border-right-color: rgb(88 28 135 / 1);
  }

  .lg\:border-r-purple-900\/15 {
    border-right-color: rgb(88 28 135 / 0.15);
  }

  .lg\:border-r-purple-900\/20 {
    border-right-color: rgb(88 28 135 / 0.2);
  }

  .lg\:border-r-purple-900\/25 {
    border-right-color: rgb(88 28 135 / 0.25);
  }

  .lg\:border-r-purple-900\/30 {
    border-right-color: rgb(88 28 135 / 0.3);
  }

  .lg\:border-r-purple-900\/35 {
    border-right-color: rgb(88 28 135 / 0.35);
  }

  .lg\:border-r-purple-900\/40 {
    border-right-color: rgb(88 28 135 / 0.4);
  }

  .lg\:border-r-purple-900\/45 {
    border-right-color: rgb(88 28 135 / 0.45);
  }

  .lg\:border-r-purple-900\/5 {
    border-right-color: rgb(88 28 135 / 0.05);
  }

  .lg\:border-r-purple-900\/50 {
    border-right-color: rgb(88 28 135 / 0.5);
  }

  .lg\:border-r-purple-900\/55 {
    border-right-color: rgb(88 28 135 / 0.55);
  }

  .lg\:border-r-purple-900\/60 {
    border-right-color: rgb(88 28 135 / 0.6);
  }

  .lg\:border-r-purple-900\/65 {
    border-right-color: rgb(88 28 135 / 0.65);
  }

  .lg\:border-r-purple-900\/70 {
    border-right-color: rgb(88 28 135 / 0.7);
  }

  .lg\:border-r-purple-900\/75 {
    border-right-color: rgb(88 28 135 / 0.75);
  }

  .lg\:border-r-purple-900\/80 {
    border-right-color: rgb(88 28 135 / 0.8);
  }

  .lg\:border-r-purple-900\/85 {
    border-right-color: rgb(88 28 135 / 0.85);
  }

  .lg\:border-r-purple-900\/90 {
    border-right-color: rgb(88 28 135 / 0.9);
  }

  .lg\:border-r-purple-900\/95 {
    border-right-color: rgb(88 28 135 / 0.95);
  }

  .lg\:border-r-purple-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(59 7 100 / var(--tw-border-opacity));
  }

  .lg\:border-r-purple-950\/0 {
    border-right-color: rgb(59 7 100 / 0);
  }

  .lg\:border-r-purple-950\/10 {
    border-right-color: rgb(59 7 100 / 0.1);
  }

  .lg\:border-r-purple-950\/100 {
    border-right-color: rgb(59 7 100 / 1);
  }

  .lg\:border-r-purple-950\/15 {
    border-right-color: rgb(59 7 100 / 0.15);
  }

  .lg\:border-r-purple-950\/20 {
    border-right-color: rgb(59 7 100 / 0.2);
  }

  .lg\:border-r-purple-950\/25 {
    border-right-color: rgb(59 7 100 / 0.25);
  }

  .lg\:border-r-purple-950\/30 {
    border-right-color: rgb(59 7 100 / 0.3);
  }

  .lg\:border-r-purple-950\/35 {
    border-right-color: rgb(59 7 100 / 0.35);
  }

  .lg\:border-r-purple-950\/40 {
    border-right-color: rgb(59 7 100 / 0.4);
  }

  .lg\:border-r-purple-950\/45 {
    border-right-color: rgb(59 7 100 / 0.45);
  }

  .lg\:border-r-purple-950\/5 {
    border-right-color: rgb(59 7 100 / 0.05);
  }

  .lg\:border-r-purple-950\/50 {
    border-right-color: rgb(59 7 100 / 0.5);
  }

  .lg\:border-r-purple-950\/55 {
    border-right-color: rgb(59 7 100 / 0.55);
  }

  .lg\:border-r-purple-950\/60 {
    border-right-color: rgb(59 7 100 / 0.6);
  }

  .lg\:border-r-purple-950\/65 {
    border-right-color: rgb(59 7 100 / 0.65);
  }

  .lg\:border-r-purple-950\/70 {
    border-right-color: rgb(59 7 100 / 0.7);
  }

  .lg\:border-r-purple-950\/75 {
    border-right-color: rgb(59 7 100 / 0.75);
  }

  .lg\:border-r-purple-950\/80 {
    border-right-color: rgb(59 7 100 / 0.8);
  }

  .lg\:border-r-purple-950\/85 {
    border-right-color: rgb(59 7 100 / 0.85);
  }

  .lg\:border-r-purple-950\/90 {
    border-right-color: rgb(59 7 100 / 0.9);
  }

  .lg\:border-r-purple-950\/95 {
    border-right-color: rgb(59 7 100 / 0.95);
  }

  .lg\:border-r-red-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 226 226 / var(--tw-border-opacity));
  }

  .lg\:border-r-red-100\/0 {
    border-right-color: rgb(254 226 226 / 0);
  }

  .lg\:border-r-red-100\/10 {
    border-right-color: rgb(254 226 226 / 0.1);
  }

  .lg\:border-r-red-100\/100 {
    border-right-color: rgb(254 226 226 / 1);
  }

  .lg\:border-r-red-100\/15 {
    border-right-color: rgb(254 226 226 / 0.15);
  }

  .lg\:border-r-red-100\/20 {
    border-right-color: rgb(254 226 226 / 0.2);
  }

  .lg\:border-r-red-100\/25 {
    border-right-color: rgb(254 226 226 / 0.25);
  }

  .lg\:border-r-red-100\/30 {
    border-right-color: rgb(254 226 226 / 0.3);
  }

  .lg\:border-r-red-100\/35 {
    border-right-color: rgb(254 226 226 / 0.35);
  }

  .lg\:border-r-red-100\/40 {
    border-right-color: rgb(254 226 226 / 0.4);
  }

  .lg\:border-r-red-100\/45 {
    border-right-color: rgb(254 226 226 / 0.45);
  }

  .lg\:border-r-red-100\/5 {
    border-right-color: rgb(254 226 226 / 0.05);
  }

  .lg\:border-r-red-100\/50 {
    border-right-color: rgb(254 226 226 / 0.5);
  }

  .lg\:border-r-red-100\/55 {
    border-right-color: rgb(254 226 226 / 0.55);
  }

  .lg\:border-r-red-100\/60 {
    border-right-color: rgb(254 226 226 / 0.6);
  }

  .lg\:border-r-red-100\/65 {
    border-right-color: rgb(254 226 226 / 0.65);
  }

  .lg\:border-r-red-100\/70 {
    border-right-color: rgb(254 226 226 / 0.7);
  }

  .lg\:border-r-red-100\/75 {
    border-right-color: rgb(254 226 226 / 0.75);
  }

  .lg\:border-r-red-100\/80 {
    border-right-color: rgb(254 226 226 / 0.8);
  }

  .lg\:border-r-red-100\/85 {
    border-right-color: rgb(254 226 226 / 0.85);
  }

  .lg\:border-r-red-100\/90 {
    border-right-color: rgb(254 226 226 / 0.9);
  }

  .lg\:border-r-red-100\/95 {
    border-right-color: rgb(254 226 226 / 0.95);
  }

  .lg\:border-r-red-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 202 202 / var(--tw-border-opacity));
  }

  .lg\:border-r-red-200\/0 {
    border-right-color: rgb(254 202 202 / 0);
  }

  .lg\:border-r-red-200\/10 {
    border-right-color: rgb(254 202 202 / 0.1);
  }

  .lg\:border-r-red-200\/100 {
    border-right-color: rgb(254 202 202 / 1);
  }

  .lg\:border-r-red-200\/15 {
    border-right-color: rgb(254 202 202 / 0.15);
  }

  .lg\:border-r-red-200\/20 {
    border-right-color: rgb(254 202 202 / 0.2);
  }

  .lg\:border-r-red-200\/25 {
    border-right-color: rgb(254 202 202 / 0.25);
  }

  .lg\:border-r-red-200\/30 {
    border-right-color: rgb(254 202 202 / 0.3);
  }

  .lg\:border-r-red-200\/35 {
    border-right-color: rgb(254 202 202 / 0.35);
  }

  .lg\:border-r-red-200\/40 {
    border-right-color: rgb(254 202 202 / 0.4);
  }

  .lg\:border-r-red-200\/45 {
    border-right-color: rgb(254 202 202 / 0.45);
  }

  .lg\:border-r-red-200\/5 {
    border-right-color: rgb(254 202 202 / 0.05);
  }

  .lg\:border-r-red-200\/50 {
    border-right-color: rgb(254 202 202 / 0.5);
  }

  .lg\:border-r-red-200\/55 {
    border-right-color: rgb(254 202 202 / 0.55);
  }

  .lg\:border-r-red-200\/60 {
    border-right-color: rgb(254 202 202 / 0.6);
  }

  .lg\:border-r-red-200\/65 {
    border-right-color: rgb(254 202 202 / 0.65);
  }

  .lg\:border-r-red-200\/70 {
    border-right-color: rgb(254 202 202 / 0.7);
  }

  .lg\:border-r-red-200\/75 {
    border-right-color: rgb(254 202 202 / 0.75);
  }

  .lg\:border-r-red-200\/80 {
    border-right-color: rgb(254 202 202 / 0.8);
  }

  .lg\:border-r-red-200\/85 {
    border-right-color: rgb(254 202 202 / 0.85);
  }

  .lg\:border-r-red-200\/90 {
    border-right-color: rgb(254 202 202 / 0.9);
  }

  .lg\:border-r-red-200\/95 {
    border-right-color: rgb(254 202 202 / 0.95);
  }

  .lg\:border-r-red-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(252 165 165 / var(--tw-border-opacity));
  }

  .lg\:border-r-red-300\/0 {
    border-right-color: rgb(252 165 165 / 0);
  }

  .lg\:border-r-red-300\/10 {
    border-right-color: rgb(252 165 165 / 0.1);
  }

  .lg\:border-r-red-300\/100 {
    border-right-color: rgb(252 165 165 / 1);
  }

  .lg\:border-r-red-300\/15 {
    border-right-color: rgb(252 165 165 / 0.15);
  }

  .lg\:border-r-red-300\/20 {
    border-right-color: rgb(252 165 165 / 0.2);
  }

  .lg\:border-r-red-300\/25 {
    border-right-color: rgb(252 165 165 / 0.25);
  }

  .lg\:border-r-red-300\/30 {
    border-right-color: rgb(252 165 165 / 0.3);
  }

  .lg\:border-r-red-300\/35 {
    border-right-color: rgb(252 165 165 / 0.35);
  }

  .lg\:border-r-red-300\/40 {
    border-right-color: rgb(252 165 165 / 0.4);
  }

  .lg\:border-r-red-300\/45 {
    border-right-color: rgb(252 165 165 / 0.45);
  }

  .lg\:border-r-red-300\/5 {
    border-right-color: rgb(252 165 165 / 0.05);
  }

  .lg\:border-r-red-300\/50 {
    border-right-color: rgb(252 165 165 / 0.5);
  }

  .lg\:border-r-red-300\/55 {
    border-right-color: rgb(252 165 165 / 0.55);
  }

  .lg\:border-r-red-300\/60 {
    border-right-color: rgb(252 165 165 / 0.6);
  }

  .lg\:border-r-red-300\/65 {
    border-right-color: rgb(252 165 165 / 0.65);
  }

  .lg\:border-r-red-300\/70 {
    border-right-color: rgb(252 165 165 / 0.7);
  }

  .lg\:border-r-red-300\/75 {
    border-right-color: rgb(252 165 165 / 0.75);
  }

  .lg\:border-r-red-300\/80 {
    border-right-color: rgb(252 165 165 / 0.8);
  }

  .lg\:border-r-red-300\/85 {
    border-right-color: rgb(252 165 165 / 0.85);
  }

  .lg\:border-r-red-300\/90 {
    border-right-color: rgb(252 165 165 / 0.9);
  }

  .lg\:border-r-red-300\/95 {
    border-right-color: rgb(252 165 165 / 0.95);
  }

  .lg\:border-r-red-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(248 113 113 / var(--tw-border-opacity));
  }

  .lg\:border-r-red-400\/0 {
    border-right-color: rgb(248 113 113 / 0);
  }

  .lg\:border-r-red-400\/10 {
    border-right-color: rgb(248 113 113 / 0.1);
  }

  .lg\:border-r-red-400\/100 {
    border-right-color: rgb(248 113 113 / 1);
  }

  .lg\:border-r-red-400\/15 {
    border-right-color: rgb(248 113 113 / 0.15);
  }

  .lg\:border-r-red-400\/20 {
    border-right-color: rgb(248 113 113 / 0.2);
  }

  .lg\:border-r-red-400\/25 {
    border-right-color: rgb(248 113 113 / 0.25);
  }

  .lg\:border-r-red-400\/30 {
    border-right-color: rgb(248 113 113 / 0.3);
  }

  .lg\:border-r-red-400\/35 {
    border-right-color: rgb(248 113 113 / 0.35);
  }

  .lg\:border-r-red-400\/40 {
    border-right-color: rgb(248 113 113 / 0.4);
  }

  .lg\:border-r-red-400\/45 {
    border-right-color: rgb(248 113 113 / 0.45);
  }

  .lg\:border-r-red-400\/5 {
    border-right-color: rgb(248 113 113 / 0.05);
  }

  .lg\:border-r-red-400\/50 {
    border-right-color: rgb(248 113 113 / 0.5);
  }

  .lg\:border-r-red-400\/55 {
    border-right-color: rgb(248 113 113 / 0.55);
  }

  .lg\:border-r-red-400\/60 {
    border-right-color: rgb(248 113 113 / 0.6);
  }

  .lg\:border-r-red-400\/65 {
    border-right-color: rgb(248 113 113 / 0.65);
  }

  .lg\:border-r-red-400\/70 {
    border-right-color: rgb(248 113 113 / 0.7);
  }

  .lg\:border-r-red-400\/75 {
    border-right-color: rgb(248 113 113 / 0.75);
  }

  .lg\:border-r-red-400\/80 {
    border-right-color: rgb(248 113 113 / 0.8);
  }

  .lg\:border-r-red-400\/85 {
    border-right-color: rgb(248 113 113 / 0.85);
  }

  .lg\:border-r-red-400\/90 {
    border-right-color: rgb(248 113 113 / 0.9);
  }

  .lg\:border-r-red-400\/95 {
    border-right-color: rgb(248 113 113 / 0.95);
  }

  .lg\:border-r-red-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 242 242 / var(--tw-border-opacity));
  }

  .lg\:border-r-red-50\/0 {
    border-right-color: rgb(254 242 242 / 0);
  }

  .lg\:border-r-red-50\/10 {
    border-right-color: rgb(254 242 242 / 0.1);
  }

  .lg\:border-r-red-50\/100 {
    border-right-color: rgb(254 242 242 / 1);
  }

  .lg\:border-r-red-50\/15 {
    border-right-color: rgb(254 242 242 / 0.15);
  }

  .lg\:border-r-red-50\/20 {
    border-right-color: rgb(254 242 242 / 0.2);
  }

  .lg\:border-r-red-50\/25 {
    border-right-color: rgb(254 242 242 / 0.25);
  }

  .lg\:border-r-red-50\/30 {
    border-right-color: rgb(254 242 242 / 0.3);
  }

  .lg\:border-r-red-50\/35 {
    border-right-color: rgb(254 242 242 / 0.35);
  }

  .lg\:border-r-red-50\/40 {
    border-right-color: rgb(254 242 242 / 0.4);
  }

  .lg\:border-r-red-50\/45 {
    border-right-color: rgb(254 242 242 / 0.45);
  }

  .lg\:border-r-red-50\/5 {
    border-right-color: rgb(254 242 242 / 0.05);
  }

  .lg\:border-r-red-50\/50 {
    border-right-color: rgb(254 242 242 / 0.5);
  }

  .lg\:border-r-red-50\/55 {
    border-right-color: rgb(254 242 242 / 0.55);
  }

  .lg\:border-r-red-50\/60 {
    border-right-color: rgb(254 242 242 / 0.6);
  }

  .lg\:border-r-red-50\/65 {
    border-right-color: rgb(254 242 242 / 0.65);
  }

  .lg\:border-r-red-50\/70 {
    border-right-color: rgb(254 242 242 / 0.7);
  }

  .lg\:border-r-red-50\/75 {
    border-right-color: rgb(254 242 242 / 0.75);
  }

  .lg\:border-r-red-50\/80 {
    border-right-color: rgb(254 242 242 / 0.8);
  }

  .lg\:border-r-red-50\/85 {
    border-right-color: rgb(254 242 242 / 0.85);
  }

  .lg\:border-r-red-50\/90 {
    border-right-color: rgb(254 242 242 / 0.9);
  }

  .lg\:border-r-red-50\/95 {
    border-right-color: rgb(254 242 242 / 0.95);
  }

  .lg\:border-r-red-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(239 68 68 / var(--tw-border-opacity));
  }

  .lg\:border-r-red-500\/0 {
    border-right-color: rgb(239 68 68 / 0);
  }

  .lg\:border-r-red-500\/10 {
    border-right-color: rgb(239 68 68 / 0.1);
  }

  .lg\:border-r-red-500\/100 {
    border-right-color: rgb(239 68 68 / 1);
  }

  .lg\:border-r-red-500\/15 {
    border-right-color: rgb(239 68 68 / 0.15);
  }

  .lg\:border-r-red-500\/20 {
    border-right-color: rgb(239 68 68 / 0.2);
  }

  .lg\:border-r-red-500\/25 {
    border-right-color: rgb(239 68 68 / 0.25);
  }

  .lg\:border-r-red-500\/30 {
    border-right-color: rgb(239 68 68 / 0.3);
  }

  .lg\:border-r-red-500\/35 {
    border-right-color: rgb(239 68 68 / 0.35);
  }

  .lg\:border-r-red-500\/40 {
    border-right-color: rgb(239 68 68 / 0.4);
  }

  .lg\:border-r-red-500\/45 {
    border-right-color: rgb(239 68 68 / 0.45);
  }

  .lg\:border-r-red-500\/5 {
    border-right-color: rgb(239 68 68 / 0.05);
  }

  .lg\:border-r-red-500\/50 {
    border-right-color: rgb(239 68 68 / 0.5);
  }

  .lg\:border-r-red-500\/55 {
    border-right-color: rgb(239 68 68 / 0.55);
  }

  .lg\:border-r-red-500\/60 {
    border-right-color: rgb(239 68 68 / 0.6);
  }

  .lg\:border-r-red-500\/65 {
    border-right-color: rgb(239 68 68 / 0.65);
  }

  .lg\:border-r-red-500\/70 {
    border-right-color: rgb(239 68 68 / 0.7);
  }

  .lg\:border-r-red-500\/75 {
    border-right-color: rgb(239 68 68 / 0.75);
  }

  .lg\:border-r-red-500\/80 {
    border-right-color: rgb(239 68 68 / 0.8);
  }

  .lg\:border-r-red-500\/85 {
    border-right-color: rgb(239 68 68 / 0.85);
  }

  .lg\:border-r-red-500\/90 {
    border-right-color: rgb(239 68 68 / 0.9);
  }

  .lg\:border-r-red-500\/95 {
    border-right-color: rgb(239 68 68 / 0.95);
  }

  .lg\:border-r-red-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(220 38 38 / var(--tw-border-opacity));
  }

  .lg\:border-r-red-600\/0 {
    border-right-color: rgb(220 38 38 / 0);
  }

  .lg\:border-r-red-600\/10 {
    border-right-color: rgb(220 38 38 / 0.1);
  }

  .lg\:border-r-red-600\/100 {
    border-right-color: rgb(220 38 38 / 1);
  }

  .lg\:border-r-red-600\/15 {
    border-right-color: rgb(220 38 38 / 0.15);
  }

  .lg\:border-r-red-600\/20 {
    border-right-color: rgb(220 38 38 / 0.2);
  }

  .lg\:border-r-red-600\/25 {
    border-right-color: rgb(220 38 38 / 0.25);
  }

  .lg\:border-r-red-600\/30 {
    border-right-color: rgb(220 38 38 / 0.3);
  }

  .lg\:border-r-red-600\/35 {
    border-right-color: rgb(220 38 38 / 0.35);
  }

  .lg\:border-r-red-600\/40 {
    border-right-color: rgb(220 38 38 / 0.4);
  }

  .lg\:border-r-red-600\/45 {
    border-right-color: rgb(220 38 38 / 0.45);
  }

  .lg\:border-r-red-600\/5 {
    border-right-color: rgb(220 38 38 / 0.05);
  }

  .lg\:border-r-red-600\/50 {
    border-right-color: rgb(220 38 38 / 0.5);
  }

  .lg\:border-r-red-600\/55 {
    border-right-color: rgb(220 38 38 / 0.55);
  }

  .lg\:border-r-red-600\/60 {
    border-right-color: rgb(220 38 38 / 0.6);
  }

  .lg\:border-r-red-600\/65 {
    border-right-color: rgb(220 38 38 / 0.65);
  }

  .lg\:border-r-red-600\/70 {
    border-right-color: rgb(220 38 38 / 0.7);
  }

  .lg\:border-r-red-600\/75 {
    border-right-color: rgb(220 38 38 / 0.75);
  }

  .lg\:border-r-red-600\/80 {
    border-right-color: rgb(220 38 38 / 0.8);
  }

  .lg\:border-r-red-600\/85 {
    border-right-color: rgb(220 38 38 / 0.85);
  }

  .lg\:border-r-red-600\/90 {
    border-right-color: rgb(220 38 38 / 0.9);
  }

  .lg\:border-r-red-600\/95 {
    border-right-color: rgb(220 38 38 / 0.95);
  }

  .lg\:border-r-red-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(185 28 28 / var(--tw-border-opacity));
  }

  .lg\:border-r-red-700\/0 {
    border-right-color: rgb(185 28 28 / 0);
  }

  .lg\:border-r-red-700\/10 {
    border-right-color: rgb(185 28 28 / 0.1);
  }

  .lg\:border-r-red-700\/100 {
    border-right-color: rgb(185 28 28 / 1);
  }

  .lg\:border-r-red-700\/15 {
    border-right-color: rgb(185 28 28 / 0.15);
  }

  .lg\:border-r-red-700\/20 {
    border-right-color: rgb(185 28 28 / 0.2);
  }

  .lg\:border-r-red-700\/25 {
    border-right-color: rgb(185 28 28 / 0.25);
  }

  .lg\:border-r-red-700\/30 {
    border-right-color: rgb(185 28 28 / 0.3);
  }

  .lg\:border-r-red-700\/35 {
    border-right-color: rgb(185 28 28 / 0.35);
  }

  .lg\:border-r-red-700\/40 {
    border-right-color: rgb(185 28 28 / 0.4);
  }

  .lg\:border-r-red-700\/45 {
    border-right-color: rgb(185 28 28 / 0.45);
  }

  .lg\:border-r-red-700\/5 {
    border-right-color: rgb(185 28 28 / 0.05);
  }

  .lg\:border-r-red-700\/50 {
    border-right-color: rgb(185 28 28 / 0.5);
  }

  .lg\:border-r-red-700\/55 {
    border-right-color: rgb(185 28 28 / 0.55);
  }

  .lg\:border-r-red-700\/60 {
    border-right-color: rgb(185 28 28 / 0.6);
  }

  .lg\:border-r-red-700\/65 {
    border-right-color: rgb(185 28 28 / 0.65);
  }

  .lg\:border-r-red-700\/70 {
    border-right-color: rgb(185 28 28 / 0.7);
  }

  .lg\:border-r-red-700\/75 {
    border-right-color: rgb(185 28 28 / 0.75);
  }

  .lg\:border-r-red-700\/80 {
    border-right-color: rgb(185 28 28 / 0.8);
  }

  .lg\:border-r-red-700\/85 {
    border-right-color: rgb(185 28 28 / 0.85);
  }

  .lg\:border-r-red-700\/90 {
    border-right-color: rgb(185 28 28 / 0.9);
  }

  .lg\:border-r-red-700\/95 {
    border-right-color: rgb(185 28 28 / 0.95);
  }

  .lg\:border-r-red-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(153 27 27 / var(--tw-border-opacity));
  }

  .lg\:border-r-red-800\/0 {
    border-right-color: rgb(153 27 27 / 0);
  }

  .lg\:border-r-red-800\/10 {
    border-right-color: rgb(153 27 27 / 0.1);
  }

  .lg\:border-r-red-800\/100 {
    border-right-color: rgb(153 27 27 / 1);
  }

  .lg\:border-r-red-800\/15 {
    border-right-color: rgb(153 27 27 / 0.15);
  }

  .lg\:border-r-red-800\/20 {
    border-right-color: rgb(153 27 27 / 0.2);
  }

  .lg\:border-r-red-800\/25 {
    border-right-color: rgb(153 27 27 / 0.25);
  }

  .lg\:border-r-red-800\/30 {
    border-right-color: rgb(153 27 27 / 0.3);
  }

  .lg\:border-r-red-800\/35 {
    border-right-color: rgb(153 27 27 / 0.35);
  }

  .lg\:border-r-red-800\/40 {
    border-right-color: rgb(153 27 27 / 0.4);
  }

  .lg\:border-r-red-800\/45 {
    border-right-color: rgb(153 27 27 / 0.45);
  }

  .lg\:border-r-red-800\/5 {
    border-right-color: rgb(153 27 27 / 0.05);
  }

  .lg\:border-r-red-800\/50 {
    border-right-color: rgb(153 27 27 / 0.5);
  }

  .lg\:border-r-red-800\/55 {
    border-right-color: rgb(153 27 27 / 0.55);
  }

  .lg\:border-r-red-800\/60 {
    border-right-color: rgb(153 27 27 / 0.6);
  }

  .lg\:border-r-red-800\/65 {
    border-right-color: rgb(153 27 27 / 0.65);
  }

  .lg\:border-r-red-800\/70 {
    border-right-color: rgb(153 27 27 / 0.7);
  }

  .lg\:border-r-red-800\/75 {
    border-right-color: rgb(153 27 27 / 0.75);
  }

  .lg\:border-r-red-800\/80 {
    border-right-color: rgb(153 27 27 / 0.8);
  }

  .lg\:border-r-red-800\/85 {
    border-right-color: rgb(153 27 27 / 0.85);
  }

  .lg\:border-r-red-800\/90 {
    border-right-color: rgb(153 27 27 / 0.9);
  }

  .lg\:border-r-red-800\/95 {
    border-right-color: rgb(153 27 27 / 0.95);
  }

  .lg\:border-r-red-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(127 29 29 / var(--tw-border-opacity));
  }

  .lg\:border-r-red-900\/0 {
    border-right-color: rgb(127 29 29 / 0);
  }

  .lg\:border-r-red-900\/10 {
    border-right-color: rgb(127 29 29 / 0.1);
  }

  .lg\:border-r-red-900\/100 {
    border-right-color: rgb(127 29 29 / 1);
  }

  .lg\:border-r-red-900\/15 {
    border-right-color: rgb(127 29 29 / 0.15);
  }

  .lg\:border-r-red-900\/20 {
    border-right-color: rgb(127 29 29 / 0.2);
  }

  .lg\:border-r-red-900\/25 {
    border-right-color: rgb(127 29 29 / 0.25);
  }

  .lg\:border-r-red-900\/30 {
    border-right-color: rgb(127 29 29 / 0.3);
  }

  .lg\:border-r-red-900\/35 {
    border-right-color: rgb(127 29 29 / 0.35);
  }

  .lg\:border-r-red-900\/40 {
    border-right-color: rgb(127 29 29 / 0.4);
  }

  .lg\:border-r-red-900\/45 {
    border-right-color: rgb(127 29 29 / 0.45);
  }

  .lg\:border-r-red-900\/5 {
    border-right-color: rgb(127 29 29 / 0.05);
  }

  .lg\:border-r-red-900\/50 {
    border-right-color: rgb(127 29 29 / 0.5);
  }

  .lg\:border-r-red-900\/55 {
    border-right-color: rgb(127 29 29 / 0.55);
  }

  .lg\:border-r-red-900\/60 {
    border-right-color: rgb(127 29 29 / 0.6);
  }

  .lg\:border-r-red-900\/65 {
    border-right-color: rgb(127 29 29 / 0.65);
  }

  .lg\:border-r-red-900\/70 {
    border-right-color: rgb(127 29 29 / 0.7);
  }

  .lg\:border-r-red-900\/75 {
    border-right-color: rgb(127 29 29 / 0.75);
  }

  .lg\:border-r-red-900\/80 {
    border-right-color: rgb(127 29 29 / 0.8);
  }

  .lg\:border-r-red-900\/85 {
    border-right-color: rgb(127 29 29 / 0.85);
  }

  .lg\:border-r-red-900\/90 {
    border-right-color: rgb(127 29 29 / 0.9);
  }

  .lg\:border-r-red-900\/95 {
    border-right-color: rgb(127 29 29 / 0.95);
  }

  .lg\:border-r-red-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(69 10 10 / var(--tw-border-opacity));
  }

  .lg\:border-r-red-950\/0 {
    border-right-color: rgb(69 10 10 / 0);
  }

  .lg\:border-r-red-950\/10 {
    border-right-color: rgb(69 10 10 / 0.1);
  }

  .lg\:border-r-red-950\/100 {
    border-right-color: rgb(69 10 10 / 1);
  }

  .lg\:border-r-red-950\/15 {
    border-right-color: rgb(69 10 10 / 0.15);
  }

  .lg\:border-r-red-950\/20 {
    border-right-color: rgb(69 10 10 / 0.2);
  }

  .lg\:border-r-red-950\/25 {
    border-right-color: rgb(69 10 10 / 0.25);
  }

  .lg\:border-r-red-950\/30 {
    border-right-color: rgb(69 10 10 / 0.3);
  }

  .lg\:border-r-red-950\/35 {
    border-right-color: rgb(69 10 10 / 0.35);
  }

  .lg\:border-r-red-950\/40 {
    border-right-color: rgb(69 10 10 / 0.4);
  }

  .lg\:border-r-red-950\/45 {
    border-right-color: rgb(69 10 10 / 0.45);
  }

  .lg\:border-r-red-950\/5 {
    border-right-color: rgb(69 10 10 / 0.05);
  }

  .lg\:border-r-red-950\/50 {
    border-right-color: rgb(69 10 10 / 0.5);
  }

  .lg\:border-r-red-950\/55 {
    border-right-color: rgb(69 10 10 / 0.55);
  }

  .lg\:border-r-red-950\/60 {
    border-right-color: rgb(69 10 10 / 0.6);
  }

  .lg\:border-r-red-950\/65 {
    border-right-color: rgb(69 10 10 / 0.65);
  }

  .lg\:border-r-red-950\/70 {
    border-right-color: rgb(69 10 10 / 0.7);
  }

  .lg\:border-r-red-950\/75 {
    border-right-color: rgb(69 10 10 / 0.75);
  }

  .lg\:border-r-red-950\/80 {
    border-right-color: rgb(69 10 10 / 0.8);
  }

  .lg\:border-r-red-950\/85 {
    border-right-color: rgb(69 10 10 / 0.85);
  }

  .lg\:border-r-red-950\/90 {
    border-right-color: rgb(69 10 10 / 0.9);
  }

  .lg\:border-r-red-950\/95 {
    border-right-color: rgb(69 10 10 / 0.95);
  }

  .lg\:border-r-rose-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 228 230 / var(--tw-border-opacity));
  }

  .lg\:border-r-rose-100\/0 {
    border-right-color: rgb(255 228 230 / 0);
  }

  .lg\:border-r-rose-100\/10 {
    border-right-color: rgb(255 228 230 / 0.1);
  }

  .lg\:border-r-rose-100\/100 {
    border-right-color: rgb(255 228 230 / 1);
  }

  .lg\:border-r-rose-100\/15 {
    border-right-color: rgb(255 228 230 / 0.15);
  }

  .lg\:border-r-rose-100\/20 {
    border-right-color: rgb(255 228 230 / 0.2);
  }

  .lg\:border-r-rose-100\/25 {
    border-right-color: rgb(255 228 230 / 0.25);
  }

  .lg\:border-r-rose-100\/30 {
    border-right-color: rgb(255 228 230 / 0.3);
  }

  .lg\:border-r-rose-100\/35 {
    border-right-color: rgb(255 228 230 / 0.35);
  }

  .lg\:border-r-rose-100\/40 {
    border-right-color: rgb(255 228 230 / 0.4);
  }

  .lg\:border-r-rose-100\/45 {
    border-right-color: rgb(255 228 230 / 0.45);
  }

  .lg\:border-r-rose-100\/5 {
    border-right-color: rgb(255 228 230 / 0.05);
  }

  .lg\:border-r-rose-100\/50 {
    border-right-color: rgb(255 228 230 / 0.5);
  }

  .lg\:border-r-rose-100\/55 {
    border-right-color: rgb(255 228 230 / 0.55);
  }

  .lg\:border-r-rose-100\/60 {
    border-right-color: rgb(255 228 230 / 0.6);
  }

  .lg\:border-r-rose-100\/65 {
    border-right-color: rgb(255 228 230 / 0.65);
  }

  .lg\:border-r-rose-100\/70 {
    border-right-color: rgb(255 228 230 / 0.7);
  }

  .lg\:border-r-rose-100\/75 {
    border-right-color: rgb(255 228 230 / 0.75);
  }

  .lg\:border-r-rose-100\/80 {
    border-right-color: rgb(255 228 230 / 0.8);
  }

  .lg\:border-r-rose-100\/85 {
    border-right-color: rgb(255 228 230 / 0.85);
  }

  .lg\:border-r-rose-100\/90 {
    border-right-color: rgb(255 228 230 / 0.9);
  }

  .lg\:border-r-rose-100\/95 {
    border-right-color: rgb(255 228 230 / 0.95);
  }

  .lg\:border-r-rose-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 205 211 / var(--tw-border-opacity));
  }

  .lg\:border-r-rose-200\/0 {
    border-right-color: rgb(254 205 211 / 0);
  }

  .lg\:border-r-rose-200\/10 {
    border-right-color: rgb(254 205 211 / 0.1);
  }

  .lg\:border-r-rose-200\/100 {
    border-right-color: rgb(254 205 211 / 1);
  }

  .lg\:border-r-rose-200\/15 {
    border-right-color: rgb(254 205 211 / 0.15);
  }

  .lg\:border-r-rose-200\/20 {
    border-right-color: rgb(254 205 211 / 0.2);
  }

  .lg\:border-r-rose-200\/25 {
    border-right-color: rgb(254 205 211 / 0.25);
  }

  .lg\:border-r-rose-200\/30 {
    border-right-color: rgb(254 205 211 / 0.3);
  }

  .lg\:border-r-rose-200\/35 {
    border-right-color: rgb(254 205 211 / 0.35);
  }

  .lg\:border-r-rose-200\/40 {
    border-right-color: rgb(254 205 211 / 0.4);
  }

  .lg\:border-r-rose-200\/45 {
    border-right-color: rgb(254 205 211 / 0.45);
  }

  .lg\:border-r-rose-200\/5 {
    border-right-color: rgb(254 205 211 / 0.05);
  }

  .lg\:border-r-rose-200\/50 {
    border-right-color: rgb(254 205 211 / 0.5);
  }

  .lg\:border-r-rose-200\/55 {
    border-right-color: rgb(254 205 211 / 0.55);
  }

  .lg\:border-r-rose-200\/60 {
    border-right-color: rgb(254 205 211 / 0.6);
  }

  .lg\:border-r-rose-200\/65 {
    border-right-color: rgb(254 205 211 / 0.65);
  }

  .lg\:border-r-rose-200\/70 {
    border-right-color: rgb(254 205 211 / 0.7);
  }

  .lg\:border-r-rose-200\/75 {
    border-right-color: rgb(254 205 211 / 0.75);
  }

  .lg\:border-r-rose-200\/80 {
    border-right-color: rgb(254 205 211 / 0.8);
  }

  .lg\:border-r-rose-200\/85 {
    border-right-color: rgb(254 205 211 / 0.85);
  }

  .lg\:border-r-rose-200\/90 {
    border-right-color: rgb(254 205 211 / 0.9);
  }

  .lg\:border-r-rose-200\/95 {
    border-right-color: rgb(254 205 211 / 0.95);
  }

  .lg\:border-r-rose-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 164 175 / var(--tw-border-opacity));
  }

  .lg\:border-r-rose-300\/0 {
    border-right-color: rgb(253 164 175 / 0);
  }

  .lg\:border-r-rose-300\/10 {
    border-right-color: rgb(253 164 175 / 0.1);
  }

  .lg\:border-r-rose-300\/100 {
    border-right-color: rgb(253 164 175 / 1);
  }

  .lg\:border-r-rose-300\/15 {
    border-right-color: rgb(253 164 175 / 0.15);
  }

  .lg\:border-r-rose-300\/20 {
    border-right-color: rgb(253 164 175 / 0.2);
  }

  .lg\:border-r-rose-300\/25 {
    border-right-color: rgb(253 164 175 / 0.25);
  }

  .lg\:border-r-rose-300\/30 {
    border-right-color: rgb(253 164 175 / 0.3);
  }

  .lg\:border-r-rose-300\/35 {
    border-right-color: rgb(253 164 175 / 0.35);
  }

  .lg\:border-r-rose-300\/40 {
    border-right-color: rgb(253 164 175 / 0.4);
  }

  .lg\:border-r-rose-300\/45 {
    border-right-color: rgb(253 164 175 / 0.45);
  }

  .lg\:border-r-rose-300\/5 {
    border-right-color: rgb(253 164 175 / 0.05);
  }

  .lg\:border-r-rose-300\/50 {
    border-right-color: rgb(253 164 175 / 0.5);
  }

  .lg\:border-r-rose-300\/55 {
    border-right-color: rgb(253 164 175 / 0.55);
  }

  .lg\:border-r-rose-300\/60 {
    border-right-color: rgb(253 164 175 / 0.6);
  }

  .lg\:border-r-rose-300\/65 {
    border-right-color: rgb(253 164 175 / 0.65);
  }

  .lg\:border-r-rose-300\/70 {
    border-right-color: rgb(253 164 175 / 0.7);
  }

  .lg\:border-r-rose-300\/75 {
    border-right-color: rgb(253 164 175 / 0.75);
  }

  .lg\:border-r-rose-300\/80 {
    border-right-color: rgb(253 164 175 / 0.8);
  }

  .lg\:border-r-rose-300\/85 {
    border-right-color: rgb(253 164 175 / 0.85);
  }

  .lg\:border-r-rose-300\/90 {
    border-right-color: rgb(253 164 175 / 0.9);
  }

  .lg\:border-r-rose-300\/95 {
    border-right-color: rgb(253 164 175 / 0.95);
  }

  .lg\:border-r-rose-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(251 113 133 / var(--tw-border-opacity));
  }

  .lg\:border-r-rose-400\/0 {
    border-right-color: rgb(251 113 133 / 0);
  }

  .lg\:border-r-rose-400\/10 {
    border-right-color: rgb(251 113 133 / 0.1);
  }

  .lg\:border-r-rose-400\/100 {
    border-right-color: rgb(251 113 133 / 1);
  }

  .lg\:border-r-rose-400\/15 {
    border-right-color: rgb(251 113 133 / 0.15);
  }

  .lg\:border-r-rose-400\/20 {
    border-right-color: rgb(251 113 133 / 0.2);
  }

  .lg\:border-r-rose-400\/25 {
    border-right-color: rgb(251 113 133 / 0.25);
  }

  .lg\:border-r-rose-400\/30 {
    border-right-color: rgb(251 113 133 / 0.3);
  }

  .lg\:border-r-rose-400\/35 {
    border-right-color: rgb(251 113 133 / 0.35);
  }

  .lg\:border-r-rose-400\/40 {
    border-right-color: rgb(251 113 133 / 0.4);
  }

  .lg\:border-r-rose-400\/45 {
    border-right-color: rgb(251 113 133 / 0.45);
  }

  .lg\:border-r-rose-400\/5 {
    border-right-color: rgb(251 113 133 / 0.05);
  }

  .lg\:border-r-rose-400\/50 {
    border-right-color: rgb(251 113 133 / 0.5);
  }

  .lg\:border-r-rose-400\/55 {
    border-right-color: rgb(251 113 133 / 0.55);
  }

  .lg\:border-r-rose-400\/60 {
    border-right-color: rgb(251 113 133 / 0.6);
  }

  .lg\:border-r-rose-400\/65 {
    border-right-color: rgb(251 113 133 / 0.65);
  }

  .lg\:border-r-rose-400\/70 {
    border-right-color: rgb(251 113 133 / 0.7);
  }

  .lg\:border-r-rose-400\/75 {
    border-right-color: rgb(251 113 133 / 0.75);
  }

  .lg\:border-r-rose-400\/80 {
    border-right-color: rgb(251 113 133 / 0.8);
  }

  .lg\:border-r-rose-400\/85 {
    border-right-color: rgb(251 113 133 / 0.85);
  }

  .lg\:border-r-rose-400\/90 {
    border-right-color: rgb(251 113 133 / 0.9);
  }

  .lg\:border-r-rose-400\/95 {
    border-right-color: rgb(251 113 133 / 0.95);
  }

  .lg\:border-r-rose-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 241 242 / var(--tw-border-opacity));
  }

  .lg\:border-r-rose-50\/0 {
    border-right-color: rgb(255 241 242 / 0);
  }

  .lg\:border-r-rose-50\/10 {
    border-right-color: rgb(255 241 242 / 0.1);
  }

  .lg\:border-r-rose-50\/100 {
    border-right-color: rgb(255 241 242 / 1);
  }

  .lg\:border-r-rose-50\/15 {
    border-right-color: rgb(255 241 242 / 0.15);
  }

  .lg\:border-r-rose-50\/20 {
    border-right-color: rgb(255 241 242 / 0.2);
  }

  .lg\:border-r-rose-50\/25 {
    border-right-color: rgb(255 241 242 / 0.25);
  }

  .lg\:border-r-rose-50\/30 {
    border-right-color: rgb(255 241 242 / 0.3);
  }

  .lg\:border-r-rose-50\/35 {
    border-right-color: rgb(255 241 242 / 0.35);
  }

  .lg\:border-r-rose-50\/40 {
    border-right-color: rgb(255 241 242 / 0.4);
  }

  .lg\:border-r-rose-50\/45 {
    border-right-color: rgb(255 241 242 / 0.45);
  }

  .lg\:border-r-rose-50\/5 {
    border-right-color: rgb(255 241 242 / 0.05);
  }

  .lg\:border-r-rose-50\/50 {
    border-right-color: rgb(255 241 242 / 0.5);
  }

  .lg\:border-r-rose-50\/55 {
    border-right-color: rgb(255 241 242 / 0.55);
  }

  .lg\:border-r-rose-50\/60 {
    border-right-color: rgb(255 241 242 / 0.6);
  }

  .lg\:border-r-rose-50\/65 {
    border-right-color: rgb(255 241 242 / 0.65);
  }

  .lg\:border-r-rose-50\/70 {
    border-right-color: rgb(255 241 242 / 0.7);
  }

  .lg\:border-r-rose-50\/75 {
    border-right-color: rgb(255 241 242 / 0.75);
  }

  .lg\:border-r-rose-50\/80 {
    border-right-color: rgb(255 241 242 / 0.8);
  }

  .lg\:border-r-rose-50\/85 {
    border-right-color: rgb(255 241 242 / 0.85);
  }

  .lg\:border-r-rose-50\/90 {
    border-right-color: rgb(255 241 242 / 0.9);
  }

  .lg\:border-r-rose-50\/95 {
    border-right-color: rgb(255 241 242 / 0.95);
  }

  .lg\:border-r-rose-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(244 63 94 / var(--tw-border-opacity));
  }

  .lg\:border-r-rose-500\/0 {
    border-right-color: rgb(244 63 94 / 0);
  }

  .lg\:border-r-rose-500\/10 {
    border-right-color: rgb(244 63 94 / 0.1);
  }

  .lg\:border-r-rose-500\/100 {
    border-right-color: rgb(244 63 94 / 1);
  }

  .lg\:border-r-rose-500\/15 {
    border-right-color: rgb(244 63 94 / 0.15);
  }

  .lg\:border-r-rose-500\/20 {
    border-right-color: rgb(244 63 94 / 0.2);
  }

  .lg\:border-r-rose-500\/25 {
    border-right-color: rgb(244 63 94 / 0.25);
  }

  .lg\:border-r-rose-500\/30 {
    border-right-color: rgb(244 63 94 / 0.3);
  }

  .lg\:border-r-rose-500\/35 {
    border-right-color: rgb(244 63 94 / 0.35);
  }

  .lg\:border-r-rose-500\/40 {
    border-right-color: rgb(244 63 94 / 0.4);
  }

  .lg\:border-r-rose-500\/45 {
    border-right-color: rgb(244 63 94 / 0.45);
  }

  .lg\:border-r-rose-500\/5 {
    border-right-color: rgb(244 63 94 / 0.05);
  }

  .lg\:border-r-rose-500\/50 {
    border-right-color: rgb(244 63 94 / 0.5);
  }

  .lg\:border-r-rose-500\/55 {
    border-right-color: rgb(244 63 94 / 0.55);
  }

  .lg\:border-r-rose-500\/60 {
    border-right-color: rgb(244 63 94 / 0.6);
  }

  .lg\:border-r-rose-500\/65 {
    border-right-color: rgb(244 63 94 / 0.65);
  }

  .lg\:border-r-rose-500\/70 {
    border-right-color: rgb(244 63 94 / 0.7);
  }

  .lg\:border-r-rose-500\/75 {
    border-right-color: rgb(244 63 94 / 0.75);
  }

  .lg\:border-r-rose-500\/80 {
    border-right-color: rgb(244 63 94 / 0.8);
  }

  .lg\:border-r-rose-500\/85 {
    border-right-color: rgb(244 63 94 / 0.85);
  }

  .lg\:border-r-rose-500\/90 {
    border-right-color: rgb(244 63 94 / 0.9);
  }

  .lg\:border-r-rose-500\/95 {
    border-right-color: rgb(244 63 94 / 0.95);
  }

  .lg\:border-r-rose-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(225 29 72 / var(--tw-border-opacity));
  }

  .lg\:border-r-rose-600\/0 {
    border-right-color: rgb(225 29 72 / 0);
  }

  .lg\:border-r-rose-600\/10 {
    border-right-color: rgb(225 29 72 / 0.1);
  }

  .lg\:border-r-rose-600\/100 {
    border-right-color: rgb(225 29 72 / 1);
  }

  .lg\:border-r-rose-600\/15 {
    border-right-color: rgb(225 29 72 / 0.15);
  }

  .lg\:border-r-rose-600\/20 {
    border-right-color: rgb(225 29 72 / 0.2);
  }

  .lg\:border-r-rose-600\/25 {
    border-right-color: rgb(225 29 72 / 0.25);
  }

  .lg\:border-r-rose-600\/30 {
    border-right-color: rgb(225 29 72 / 0.3);
  }

  .lg\:border-r-rose-600\/35 {
    border-right-color: rgb(225 29 72 / 0.35);
  }

  .lg\:border-r-rose-600\/40 {
    border-right-color: rgb(225 29 72 / 0.4);
  }

  .lg\:border-r-rose-600\/45 {
    border-right-color: rgb(225 29 72 / 0.45);
  }

  .lg\:border-r-rose-600\/5 {
    border-right-color: rgb(225 29 72 / 0.05);
  }

  .lg\:border-r-rose-600\/50 {
    border-right-color: rgb(225 29 72 / 0.5);
  }

  .lg\:border-r-rose-600\/55 {
    border-right-color: rgb(225 29 72 / 0.55);
  }

  .lg\:border-r-rose-600\/60 {
    border-right-color: rgb(225 29 72 / 0.6);
  }

  .lg\:border-r-rose-600\/65 {
    border-right-color: rgb(225 29 72 / 0.65);
  }

  .lg\:border-r-rose-600\/70 {
    border-right-color: rgb(225 29 72 / 0.7);
  }

  .lg\:border-r-rose-600\/75 {
    border-right-color: rgb(225 29 72 / 0.75);
  }

  .lg\:border-r-rose-600\/80 {
    border-right-color: rgb(225 29 72 / 0.8);
  }

  .lg\:border-r-rose-600\/85 {
    border-right-color: rgb(225 29 72 / 0.85);
  }

  .lg\:border-r-rose-600\/90 {
    border-right-color: rgb(225 29 72 / 0.9);
  }

  .lg\:border-r-rose-600\/95 {
    border-right-color: rgb(225 29 72 / 0.95);
  }

  .lg\:border-r-rose-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(190 18 60 / var(--tw-border-opacity));
  }

  .lg\:border-r-rose-700\/0 {
    border-right-color: rgb(190 18 60 / 0);
  }

  .lg\:border-r-rose-700\/10 {
    border-right-color: rgb(190 18 60 / 0.1);
  }

  .lg\:border-r-rose-700\/100 {
    border-right-color: rgb(190 18 60 / 1);
  }

  .lg\:border-r-rose-700\/15 {
    border-right-color: rgb(190 18 60 / 0.15);
  }

  .lg\:border-r-rose-700\/20 {
    border-right-color: rgb(190 18 60 / 0.2);
  }

  .lg\:border-r-rose-700\/25 {
    border-right-color: rgb(190 18 60 / 0.25);
  }

  .lg\:border-r-rose-700\/30 {
    border-right-color: rgb(190 18 60 / 0.3);
  }

  .lg\:border-r-rose-700\/35 {
    border-right-color: rgb(190 18 60 / 0.35);
  }

  .lg\:border-r-rose-700\/40 {
    border-right-color: rgb(190 18 60 / 0.4);
  }

  .lg\:border-r-rose-700\/45 {
    border-right-color: rgb(190 18 60 / 0.45);
  }

  .lg\:border-r-rose-700\/5 {
    border-right-color: rgb(190 18 60 / 0.05);
  }

  .lg\:border-r-rose-700\/50 {
    border-right-color: rgb(190 18 60 / 0.5);
  }

  .lg\:border-r-rose-700\/55 {
    border-right-color: rgb(190 18 60 / 0.55);
  }

  .lg\:border-r-rose-700\/60 {
    border-right-color: rgb(190 18 60 / 0.6);
  }

  .lg\:border-r-rose-700\/65 {
    border-right-color: rgb(190 18 60 / 0.65);
  }

  .lg\:border-r-rose-700\/70 {
    border-right-color: rgb(190 18 60 / 0.7);
  }

  .lg\:border-r-rose-700\/75 {
    border-right-color: rgb(190 18 60 / 0.75);
  }

  .lg\:border-r-rose-700\/80 {
    border-right-color: rgb(190 18 60 / 0.8);
  }

  .lg\:border-r-rose-700\/85 {
    border-right-color: rgb(190 18 60 / 0.85);
  }

  .lg\:border-r-rose-700\/90 {
    border-right-color: rgb(190 18 60 / 0.9);
  }

  .lg\:border-r-rose-700\/95 {
    border-right-color: rgb(190 18 60 / 0.95);
  }

  .lg\:border-r-rose-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(159 18 57 / var(--tw-border-opacity));
  }

  .lg\:border-r-rose-800\/0 {
    border-right-color: rgb(159 18 57 / 0);
  }

  .lg\:border-r-rose-800\/10 {
    border-right-color: rgb(159 18 57 / 0.1);
  }

  .lg\:border-r-rose-800\/100 {
    border-right-color: rgb(159 18 57 / 1);
  }

  .lg\:border-r-rose-800\/15 {
    border-right-color: rgb(159 18 57 / 0.15);
  }

  .lg\:border-r-rose-800\/20 {
    border-right-color: rgb(159 18 57 / 0.2);
  }

  .lg\:border-r-rose-800\/25 {
    border-right-color: rgb(159 18 57 / 0.25);
  }

  .lg\:border-r-rose-800\/30 {
    border-right-color: rgb(159 18 57 / 0.3);
  }

  .lg\:border-r-rose-800\/35 {
    border-right-color: rgb(159 18 57 / 0.35);
  }

  .lg\:border-r-rose-800\/40 {
    border-right-color: rgb(159 18 57 / 0.4);
  }

  .lg\:border-r-rose-800\/45 {
    border-right-color: rgb(159 18 57 / 0.45);
  }

  .lg\:border-r-rose-800\/5 {
    border-right-color: rgb(159 18 57 / 0.05);
  }

  .lg\:border-r-rose-800\/50 {
    border-right-color: rgb(159 18 57 / 0.5);
  }

  .lg\:border-r-rose-800\/55 {
    border-right-color: rgb(159 18 57 / 0.55);
  }

  .lg\:border-r-rose-800\/60 {
    border-right-color: rgb(159 18 57 / 0.6);
  }

  .lg\:border-r-rose-800\/65 {
    border-right-color: rgb(159 18 57 / 0.65);
  }

  .lg\:border-r-rose-800\/70 {
    border-right-color: rgb(159 18 57 / 0.7);
  }

  .lg\:border-r-rose-800\/75 {
    border-right-color: rgb(159 18 57 / 0.75);
  }

  .lg\:border-r-rose-800\/80 {
    border-right-color: rgb(159 18 57 / 0.8);
  }

  .lg\:border-r-rose-800\/85 {
    border-right-color: rgb(159 18 57 / 0.85);
  }

  .lg\:border-r-rose-800\/90 {
    border-right-color: rgb(159 18 57 / 0.9);
  }

  .lg\:border-r-rose-800\/95 {
    border-right-color: rgb(159 18 57 / 0.95);
  }

  .lg\:border-r-rose-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(136 19 55 / var(--tw-border-opacity));
  }

  .lg\:border-r-rose-900\/0 {
    border-right-color: rgb(136 19 55 / 0);
  }

  .lg\:border-r-rose-900\/10 {
    border-right-color: rgb(136 19 55 / 0.1);
  }

  .lg\:border-r-rose-900\/100 {
    border-right-color: rgb(136 19 55 / 1);
  }

  .lg\:border-r-rose-900\/15 {
    border-right-color: rgb(136 19 55 / 0.15);
  }

  .lg\:border-r-rose-900\/20 {
    border-right-color: rgb(136 19 55 / 0.2);
  }

  .lg\:border-r-rose-900\/25 {
    border-right-color: rgb(136 19 55 / 0.25);
  }

  .lg\:border-r-rose-900\/30 {
    border-right-color: rgb(136 19 55 / 0.3);
  }

  .lg\:border-r-rose-900\/35 {
    border-right-color: rgb(136 19 55 / 0.35);
  }

  .lg\:border-r-rose-900\/40 {
    border-right-color: rgb(136 19 55 / 0.4);
  }

  .lg\:border-r-rose-900\/45 {
    border-right-color: rgb(136 19 55 / 0.45);
  }

  .lg\:border-r-rose-900\/5 {
    border-right-color: rgb(136 19 55 / 0.05);
  }

  .lg\:border-r-rose-900\/50 {
    border-right-color: rgb(136 19 55 / 0.5);
  }

  .lg\:border-r-rose-900\/55 {
    border-right-color: rgb(136 19 55 / 0.55);
  }

  .lg\:border-r-rose-900\/60 {
    border-right-color: rgb(136 19 55 / 0.6);
  }

  .lg\:border-r-rose-900\/65 {
    border-right-color: rgb(136 19 55 / 0.65);
  }

  .lg\:border-r-rose-900\/70 {
    border-right-color: rgb(136 19 55 / 0.7);
  }

  .lg\:border-r-rose-900\/75 {
    border-right-color: rgb(136 19 55 / 0.75);
  }

  .lg\:border-r-rose-900\/80 {
    border-right-color: rgb(136 19 55 / 0.8);
  }

  .lg\:border-r-rose-900\/85 {
    border-right-color: rgb(136 19 55 / 0.85);
  }

  .lg\:border-r-rose-900\/90 {
    border-right-color: rgb(136 19 55 / 0.9);
  }

  .lg\:border-r-rose-900\/95 {
    border-right-color: rgb(136 19 55 / 0.95);
  }

  .lg\:border-r-rose-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(76 5 25 / var(--tw-border-opacity));
  }

  .lg\:border-r-rose-950\/0 {
    border-right-color: rgb(76 5 25 / 0);
  }

  .lg\:border-r-rose-950\/10 {
    border-right-color: rgb(76 5 25 / 0.1);
  }

  .lg\:border-r-rose-950\/100 {
    border-right-color: rgb(76 5 25 / 1);
  }

  .lg\:border-r-rose-950\/15 {
    border-right-color: rgb(76 5 25 / 0.15);
  }

  .lg\:border-r-rose-950\/20 {
    border-right-color: rgb(76 5 25 / 0.2);
  }

  .lg\:border-r-rose-950\/25 {
    border-right-color: rgb(76 5 25 / 0.25);
  }

  .lg\:border-r-rose-950\/30 {
    border-right-color: rgb(76 5 25 / 0.3);
  }

  .lg\:border-r-rose-950\/35 {
    border-right-color: rgb(76 5 25 / 0.35);
  }

  .lg\:border-r-rose-950\/40 {
    border-right-color: rgb(76 5 25 / 0.4);
  }

  .lg\:border-r-rose-950\/45 {
    border-right-color: rgb(76 5 25 / 0.45);
  }

  .lg\:border-r-rose-950\/5 {
    border-right-color: rgb(76 5 25 / 0.05);
  }

  .lg\:border-r-rose-950\/50 {
    border-right-color: rgb(76 5 25 / 0.5);
  }

  .lg\:border-r-rose-950\/55 {
    border-right-color: rgb(76 5 25 / 0.55);
  }

  .lg\:border-r-rose-950\/60 {
    border-right-color: rgb(76 5 25 / 0.6);
  }

  .lg\:border-r-rose-950\/65 {
    border-right-color: rgb(76 5 25 / 0.65);
  }

  .lg\:border-r-rose-950\/70 {
    border-right-color: rgb(76 5 25 / 0.7);
  }

  .lg\:border-r-rose-950\/75 {
    border-right-color: rgb(76 5 25 / 0.75);
  }

  .lg\:border-r-rose-950\/80 {
    border-right-color: rgb(76 5 25 / 0.8);
  }

  .lg\:border-r-rose-950\/85 {
    border-right-color: rgb(76 5 25 / 0.85);
  }

  .lg\:border-r-rose-950\/90 {
    border-right-color: rgb(76 5 25 / 0.9);
  }

  .lg\:border-r-rose-950\/95 {
    border-right-color: rgb(76 5 25 / 0.95);
  }

  .lg\:border-r-sky-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(224 242 254 / var(--tw-border-opacity));
  }

  .lg\:border-r-sky-100\/0 {
    border-right-color: rgb(224 242 254 / 0);
  }

  .lg\:border-r-sky-100\/10 {
    border-right-color: rgb(224 242 254 / 0.1);
  }

  .lg\:border-r-sky-100\/100 {
    border-right-color: rgb(224 242 254 / 1);
  }

  .lg\:border-r-sky-100\/15 {
    border-right-color: rgb(224 242 254 / 0.15);
  }

  .lg\:border-r-sky-100\/20 {
    border-right-color: rgb(224 242 254 / 0.2);
  }

  .lg\:border-r-sky-100\/25 {
    border-right-color: rgb(224 242 254 / 0.25);
  }

  .lg\:border-r-sky-100\/30 {
    border-right-color: rgb(224 242 254 / 0.3);
  }

  .lg\:border-r-sky-100\/35 {
    border-right-color: rgb(224 242 254 / 0.35);
  }

  .lg\:border-r-sky-100\/40 {
    border-right-color: rgb(224 242 254 / 0.4);
  }

  .lg\:border-r-sky-100\/45 {
    border-right-color: rgb(224 242 254 / 0.45);
  }

  .lg\:border-r-sky-100\/5 {
    border-right-color: rgb(224 242 254 / 0.05);
  }

  .lg\:border-r-sky-100\/50 {
    border-right-color: rgb(224 242 254 / 0.5);
  }

  .lg\:border-r-sky-100\/55 {
    border-right-color: rgb(224 242 254 / 0.55);
  }

  .lg\:border-r-sky-100\/60 {
    border-right-color: rgb(224 242 254 / 0.6);
  }

  .lg\:border-r-sky-100\/65 {
    border-right-color: rgb(224 242 254 / 0.65);
  }

  .lg\:border-r-sky-100\/70 {
    border-right-color: rgb(224 242 254 / 0.7);
  }

  .lg\:border-r-sky-100\/75 {
    border-right-color: rgb(224 242 254 / 0.75);
  }

  .lg\:border-r-sky-100\/80 {
    border-right-color: rgb(224 242 254 / 0.8);
  }

  .lg\:border-r-sky-100\/85 {
    border-right-color: rgb(224 242 254 / 0.85);
  }

  .lg\:border-r-sky-100\/90 {
    border-right-color: rgb(224 242 254 / 0.9);
  }

  .lg\:border-r-sky-100\/95 {
    border-right-color: rgb(224 242 254 / 0.95);
  }

  .lg\:border-r-sky-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(186 230 253 / var(--tw-border-opacity));
  }

  .lg\:border-r-sky-200\/0 {
    border-right-color: rgb(186 230 253 / 0);
  }

  .lg\:border-r-sky-200\/10 {
    border-right-color: rgb(186 230 253 / 0.1);
  }

  .lg\:border-r-sky-200\/100 {
    border-right-color: rgb(186 230 253 / 1);
  }

  .lg\:border-r-sky-200\/15 {
    border-right-color: rgb(186 230 253 / 0.15);
  }

  .lg\:border-r-sky-200\/20 {
    border-right-color: rgb(186 230 253 / 0.2);
  }

  .lg\:border-r-sky-200\/25 {
    border-right-color: rgb(186 230 253 / 0.25);
  }

  .lg\:border-r-sky-200\/30 {
    border-right-color: rgb(186 230 253 / 0.3);
  }

  .lg\:border-r-sky-200\/35 {
    border-right-color: rgb(186 230 253 / 0.35);
  }

  .lg\:border-r-sky-200\/40 {
    border-right-color: rgb(186 230 253 / 0.4);
  }

  .lg\:border-r-sky-200\/45 {
    border-right-color: rgb(186 230 253 / 0.45);
  }

  .lg\:border-r-sky-200\/5 {
    border-right-color: rgb(186 230 253 / 0.05);
  }

  .lg\:border-r-sky-200\/50 {
    border-right-color: rgb(186 230 253 / 0.5);
  }

  .lg\:border-r-sky-200\/55 {
    border-right-color: rgb(186 230 253 / 0.55);
  }

  .lg\:border-r-sky-200\/60 {
    border-right-color: rgb(186 230 253 / 0.6);
  }

  .lg\:border-r-sky-200\/65 {
    border-right-color: rgb(186 230 253 / 0.65);
  }

  .lg\:border-r-sky-200\/70 {
    border-right-color: rgb(186 230 253 / 0.7);
  }

  .lg\:border-r-sky-200\/75 {
    border-right-color: rgb(186 230 253 / 0.75);
  }

  .lg\:border-r-sky-200\/80 {
    border-right-color: rgb(186 230 253 / 0.8);
  }

  .lg\:border-r-sky-200\/85 {
    border-right-color: rgb(186 230 253 / 0.85);
  }

  .lg\:border-r-sky-200\/90 {
    border-right-color: rgb(186 230 253 / 0.9);
  }

  .lg\:border-r-sky-200\/95 {
    border-right-color: rgb(186 230 253 / 0.95);
  }

  .lg\:border-r-sky-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(125 211 252 / var(--tw-border-opacity));
  }

  .lg\:border-r-sky-300\/0 {
    border-right-color: rgb(125 211 252 / 0);
  }

  .lg\:border-r-sky-300\/10 {
    border-right-color: rgb(125 211 252 / 0.1);
  }

  .lg\:border-r-sky-300\/100 {
    border-right-color: rgb(125 211 252 / 1);
  }

  .lg\:border-r-sky-300\/15 {
    border-right-color: rgb(125 211 252 / 0.15);
  }

  .lg\:border-r-sky-300\/20 {
    border-right-color: rgb(125 211 252 / 0.2);
  }

  .lg\:border-r-sky-300\/25 {
    border-right-color: rgb(125 211 252 / 0.25);
  }

  .lg\:border-r-sky-300\/30 {
    border-right-color: rgb(125 211 252 / 0.3);
  }

  .lg\:border-r-sky-300\/35 {
    border-right-color: rgb(125 211 252 / 0.35);
  }

  .lg\:border-r-sky-300\/40 {
    border-right-color: rgb(125 211 252 / 0.4);
  }

  .lg\:border-r-sky-300\/45 {
    border-right-color: rgb(125 211 252 / 0.45);
  }

  .lg\:border-r-sky-300\/5 {
    border-right-color: rgb(125 211 252 / 0.05);
  }

  .lg\:border-r-sky-300\/50 {
    border-right-color: rgb(125 211 252 / 0.5);
  }

  .lg\:border-r-sky-300\/55 {
    border-right-color: rgb(125 211 252 / 0.55);
  }

  .lg\:border-r-sky-300\/60 {
    border-right-color: rgb(125 211 252 / 0.6);
  }

  .lg\:border-r-sky-300\/65 {
    border-right-color: rgb(125 211 252 / 0.65);
  }

  .lg\:border-r-sky-300\/70 {
    border-right-color: rgb(125 211 252 / 0.7);
  }

  .lg\:border-r-sky-300\/75 {
    border-right-color: rgb(125 211 252 / 0.75);
  }

  .lg\:border-r-sky-300\/80 {
    border-right-color: rgb(125 211 252 / 0.8);
  }

  .lg\:border-r-sky-300\/85 {
    border-right-color: rgb(125 211 252 / 0.85);
  }

  .lg\:border-r-sky-300\/90 {
    border-right-color: rgb(125 211 252 / 0.9);
  }

  .lg\:border-r-sky-300\/95 {
    border-right-color: rgb(125 211 252 / 0.95);
  }

  .lg\:border-r-sky-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(56 189 248 / var(--tw-border-opacity));
  }

  .lg\:border-r-sky-400\/0 {
    border-right-color: rgb(56 189 248 / 0);
  }

  .lg\:border-r-sky-400\/10 {
    border-right-color: rgb(56 189 248 / 0.1);
  }

  .lg\:border-r-sky-400\/100 {
    border-right-color: rgb(56 189 248 / 1);
  }

  .lg\:border-r-sky-400\/15 {
    border-right-color: rgb(56 189 248 / 0.15);
  }

  .lg\:border-r-sky-400\/20 {
    border-right-color: rgb(56 189 248 / 0.2);
  }

  .lg\:border-r-sky-400\/25 {
    border-right-color: rgb(56 189 248 / 0.25);
  }

  .lg\:border-r-sky-400\/30 {
    border-right-color: rgb(56 189 248 / 0.3);
  }

  .lg\:border-r-sky-400\/35 {
    border-right-color: rgb(56 189 248 / 0.35);
  }

  .lg\:border-r-sky-400\/40 {
    border-right-color: rgb(56 189 248 / 0.4);
  }

  .lg\:border-r-sky-400\/45 {
    border-right-color: rgb(56 189 248 / 0.45);
  }

  .lg\:border-r-sky-400\/5 {
    border-right-color: rgb(56 189 248 / 0.05);
  }

  .lg\:border-r-sky-400\/50 {
    border-right-color: rgb(56 189 248 / 0.5);
  }

  .lg\:border-r-sky-400\/55 {
    border-right-color: rgb(56 189 248 / 0.55);
  }

  .lg\:border-r-sky-400\/60 {
    border-right-color: rgb(56 189 248 / 0.6);
  }

  .lg\:border-r-sky-400\/65 {
    border-right-color: rgb(56 189 248 / 0.65);
  }

  .lg\:border-r-sky-400\/70 {
    border-right-color: rgb(56 189 248 / 0.7);
  }

  .lg\:border-r-sky-400\/75 {
    border-right-color: rgb(56 189 248 / 0.75);
  }

  .lg\:border-r-sky-400\/80 {
    border-right-color: rgb(56 189 248 / 0.8);
  }

  .lg\:border-r-sky-400\/85 {
    border-right-color: rgb(56 189 248 / 0.85);
  }

  .lg\:border-r-sky-400\/90 {
    border-right-color: rgb(56 189 248 / 0.9);
  }

  .lg\:border-r-sky-400\/95 {
    border-right-color: rgb(56 189 248 / 0.95);
  }

  .lg\:border-r-sky-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(240 249 255 / var(--tw-border-opacity));
  }

  .lg\:border-r-sky-50\/0 {
    border-right-color: rgb(240 249 255 / 0);
  }

  .lg\:border-r-sky-50\/10 {
    border-right-color: rgb(240 249 255 / 0.1);
  }

  .lg\:border-r-sky-50\/100 {
    border-right-color: rgb(240 249 255 / 1);
  }

  .lg\:border-r-sky-50\/15 {
    border-right-color: rgb(240 249 255 / 0.15);
  }

  .lg\:border-r-sky-50\/20 {
    border-right-color: rgb(240 249 255 / 0.2);
  }

  .lg\:border-r-sky-50\/25 {
    border-right-color: rgb(240 249 255 / 0.25);
  }

  .lg\:border-r-sky-50\/30 {
    border-right-color: rgb(240 249 255 / 0.3);
  }

  .lg\:border-r-sky-50\/35 {
    border-right-color: rgb(240 249 255 / 0.35);
  }

  .lg\:border-r-sky-50\/40 {
    border-right-color: rgb(240 249 255 / 0.4);
  }

  .lg\:border-r-sky-50\/45 {
    border-right-color: rgb(240 249 255 / 0.45);
  }

  .lg\:border-r-sky-50\/5 {
    border-right-color: rgb(240 249 255 / 0.05);
  }

  .lg\:border-r-sky-50\/50 {
    border-right-color: rgb(240 249 255 / 0.5);
  }

  .lg\:border-r-sky-50\/55 {
    border-right-color: rgb(240 249 255 / 0.55);
  }

  .lg\:border-r-sky-50\/60 {
    border-right-color: rgb(240 249 255 / 0.6);
  }

  .lg\:border-r-sky-50\/65 {
    border-right-color: rgb(240 249 255 / 0.65);
  }

  .lg\:border-r-sky-50\/70 {
    border-right-color: rgb(240 249 255 / 0.7);
  }

  .lg\:border-r-sky-50\/75 {
    border-right-color: rgb(240 249 255 / 0.75);
  }

  .lg\:border-r-sky-50\/80 {
    border-right-color: rgb(240 249 255 / 0.8);
  }

  .lg\:border-r-sky-50\/85 {
    border-right-color: rgb(240 249 255 / 0.85);
  }

  .lg\:border-r-sky-50\/90 {
    border-right-color: rgb(240 249 255 / 0.9);
  }

  .lg\:border-r-sky-50\/95 {
    border-right-color: rgb(240 249 255 / 0.95);
  }

  .lg\:border-r-sky-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(14 165 233 / var(--tw-border-opacity));
  }

  .lg\:border-r-sky-500\/0 {
    border-right-color: rgb(14 165 233 / 0);
  }

  .lg\:border-r-sky-500\/10 {
    border-right-color: rgb(14 165 233 / 0.1);
  }

  .lg\:border-r-sky-500\/100 {
    border-right-color: rgb(14 165 233 / 1);
  }

  .lg\:border-r-sky-500\/15 {
    border-right-color: rgb(14 165 233 / 0.15);
  }

  .lg\:border-r-sky-500\/20 {
    border-right-color: rgb(14 165 233 / 0.2);
  }

  .lg\:border-r-sky-500\/25 {
    border-right-color: rgb(14 165 233 / 0.25);
  }

  .lg\:border-r-sky-500\/30 {
    border-right-color: rgb(14 165 233 / 0.3);
  }

  .lg\:border-r-sky-500\/35 {
    border-right-color: rgb(14 165 233 / 0.35);
  }

  .lg\:border-r-sky-500\/40 {
    border-right-color: rgb(14 165 233 / 0.4);
  }

  .lg\:border-r-sky-500\/45 {
    border-right-color: rgb(14 165 233 / 0.45);
  }

  .lg\:border-r-sky-500\/5 {
    border-right-color: rgb(14 165 233 / 0.05);
  }

  .lg\:border-r-sky-500\/50 {
    border-right-color: rgb(14 165 233 / 0.5);
  }

  .lg\:border-r-sky-500\/55 {
    border-right-color: rgb(14 165 233 / 0.55);
  }

  .lg\:border-r-sky-500\/60 {
    border-right-color: rgb(14 165 233 / 0.6);
  }

  .lg\:border-r-sky-500\/65 {
    border-right-color: rgb(14 165 233 / 0.65);
  }

  .lg\:border-r-sky-500\/70 {
    border-right-color: rgb(14 165 233 / 0.7);
  }

  .lg\:border-r-sky-500\/75 {
    border-right-color: rgb(14 165 233 / 0.75);
  }

  .lg\:border-r-sky-500\/80 {
    border-right-color: rgb(14 165 233 / 0.8);
  }

  .lg\:border-r-sky-500\/85 {
    border-right-color: rgb(14 165 233 / 0.85);
  }

  .lg\:border-r-sky-500\/90 {
    border-right-color: rgb(14 165 233 / 0.9);
  }

  .lg\:border-r-sky-500\/95 {
    border-right-color: rgb(14 165 233 / 0.95);
  }

  .lg\:border-r-sky-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(2 132 199 / var(--tw-border-opacity));
  }

  .lg\:border-r-sky-600\/0 {
    border-right-color: rgb(2 132 199 / 0);
  }

  .lg\:border-r-sky-600\/10 {
    border-right-color: rgb(2 132 199 / 0.1);
  }

  .lg\:border-r-sky-600\/100 {
    border-right-color: rgb(2 132 199 / 1);
  }

  .lg\:border-r-sky-600\/15 {
    border-right-color: rgb(2 132 199 / 0.15);
  }

  .lg\:border-r-sky-600\/20 {
    border-right-color: rgb(2 132 199 / 0.2);
  }

  .lg\:border-r-sky-600\/25 {
    border-right-color: rgb(2 132 199 / 0.25);
  }

  .lg\:border-r-sky-600\/30 {
    border-right-color: rgb(2 132 199 / 0.3);
  }

  .lg\:border-r-sky-600\/35 {
    border-right-color: rgb(2 132 199 / 0.35);
  }

  .lg\:border-r-sky-600\/40 {
    border-right-color: rgb(2 132 199 / 0.4);
  }

  .lg\:border-r-sky-600\/45 {
    border-right-color: rgb(2 132 199 / 0.45);
  }

  .lg\:border-r-sky-600\/5 {
    border-right-color: rgb(2 132 199 / 0.05);
  }

  .lg\:border-r-sky-600\/50 {
    border-right-color: rgb(2 132 199 / 0.5);
  }

  .lg\:border-r-sky-600\/55 {
    border-right-color: rgb(2 132 199 / 0.55);
  }

  .lg\:border-r-sky-600\/60 {
    border-right-color: rgb(2 132 199 / 0.6);
  }

  .lg\:border-r-sky-600\/65 {
    border-right-color: rgb(2 132 199 / 0.65);
  }

  .lg\:border-r-sky-600\/70 {
    border-right-color: rgb(2 132 199 / 0.7);
  }

  .lg\:border-r-sky-600\/75 {
    border-right-color: rgb(2 132 199 / 0.75);
  }

  .lg\:border-r-sky-600\/80 {
    border-right-color: rgb(2 132 199 / 0.8);
  }

  .lg\:border-r-sky-600\/85 {
    border-right-color: rgb(2 132 199 / 0.85);
  }

  .lg\:border-r-sky-600\/90 {
    border-right-color: rgb(2 132 199 / 0.9);
  }

  .lg\:border-r-sky-600\/95 {
    border-right-color: rgb(2 132 199 / 0.95);
  }

  .lg\:border-r-sky-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(3 105 161 / var(--tw-border-opacity));
  }

  .lg\:border-r-sky-700\/0 {
    border-right-color: rgb(3 105 161 / 0);
  }

  .lg\:border-r-sky-700\/10 {
    border-right-color: rgb(3 105 161 / 0.1);
  }

  .lg\:border-r-sky-700\/100 {
    border-right-color: rgb(3 105 161 / 1);
  }

  .lg\:border-r-sky-700\/15 {
    border-right-color: rgb(3 105 161 / 0.15);
  }

  .lg\:border-r-sky-700\/20 {
    border-right-color: rgb(3 105 161 / 0.2);
  }

  .lg\:border-r-sky-700\/25 {
    border-right-color: rgb(3 105 161 / 0.25);
  }

  .lg\:border-r-sky-700\/30 {
    border-right-color: rgb(3 105 161 / 0.3);
  }

  .lg\:border-r-sky-700\/35 {
    border-right-color: rgb(3 105 161 / 0.35);
  }

  .lg\:border-r-sky-700\/40 {
    border-right-color: rgb(3 105 161 / 0.4);
  }

  .lg\:border-r-sky-700\/45 {
    border-right-color: rgb(3 105 161 / 0.45);
  }

  .lg\:border-r-sky-700\/5 {
    border-right-color: rgb(3 105 161 / 0.05);
  }

  .lg\:border-r-sky-700\/50 {
    border-right-color: rgb(3 105 161 / 0.5);
  }

  .lg\:border-r-sky-700\/55 {
    border-right-color: rgb(3 105 161 / 0.55);
  }

  .lg\:border-r-sky-700\/60 {
    border-right-color: rgb(3 105 161 / 0.6);
  }

  .lg\:border-r-sky-700\/65 {
    border-right-color: rgb(3 105 161 / 0.65);
  }

  .lg\:border-r-sky-700\/70 {
    border-right-color: rgb(3 105 161 / 0.7);
  }

  .lg\:border-r-sky-700\/75 {
    border-right-color: rgb(3 105 161 / 0.75);
  }

  .lg\:border-r-sky-700\/80 {
    border-right-color: rgb(3 105 161 / 0.8);
  }

  .lg\:border-r-sky-700\/85 {
    border-right-color: rgb(3 105 161 / 0.85);
  }

  .lg\:border-r-sky-700\/90 {
    border-right-color: rgb(3 105 161 / 0.9);
  }

  .lg\:border-r-sky-700\/95 {
    border-right-color: rgb(3 105 161 / 0.95);
  }

  .lg\:border-r-sky-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(7 89 133 / var(--tw-border-opacity));
  }

  .lg\:border-r-sky-800\/0 {
    border-right-color: rgb(7 89 133 / 0);
  }

  .lg\:border-r-sky-800\/10 {
    border-right-color: rgb(7 89 133 / 0.1);
  }

  .lg\:border-r-sky-800\/100 {
    border-right-color: rgb(7 89 133 / 1);
  }

  .lg\:border-r-sky-800\/15 {
    border-right-color: rgb(7 89 133 / 0.15);
  }

  .lg\:border-r-sky-800\/20 {
    border-right-color: rgb(7 89 133 / 0.2);
  }

  .lg\:border-r-sky-800\/25 {
    border-right-color: rgb(7 89 133 / 0.25);
  }

  .lg\:border-r-sky-800\/30 {
    border-right-color: rgb(7 89 133 / 0.3);
  }

  .lg\:border-r-sky-800\/35 {
    border-right-color: rgb(7 89 133 / 0.35);
  }

  .lg\:border-r-sky-800\/40 {
    border-right-color: rgb(7 89 133 / 0.4);
  }

  .lg\:border-r-sky-800\/45 {
    border-right-color: rgb(7 89 133 / 0.45);
  }

  .lg\:border-r-sky-800\/5 {
    border-right-color: rgb(7 89 133 / 0.05);
  }

  .lg\:border-r-sky-800\/50 {
    border-right-color: rgb(7 89 133 / 0.5);
  }

  .lg\:border-r-sky-800\/55 {
    border-right-color: rgb(7 89 133 / 0.55);
  }

  .lg\:border-r-sky-800\/60 {
    border-right-color: rgb(7 89 133 / 0.6);
  }

  .lg\:border-r-sky-800\/65 {
    border-right-color: rgb(7 89 133 / 0.65);
  }

  .lg\:border-r-sky-800\/70 {
    border-right-color: rgb(7 89 133 / 0.7);
  }

  .lg\:border-r-sky-800\/75 {
    border-right-color: rgb(7 89 133 / 0.75);
  }

  .lg\:border-r-sky-800\/80 {
    border-right-color: rgb(7 89 133 / 0.8);
  }

  .lg\:border-r-sky-800\/85 {
    border-right-color: rgb(7 89 133 / 0.85);
  }

  .lg\:border-r-sky-800\/90 {
    border-right-color: rgb(7 89 133 / 0.9);
  }

  .lg\:border-r-sky-800\/95 {
    border-right-color: rgb(7 89 133 / 0.95);
  }

  .lg\:border-r-sky-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(12 74 110 / var(--tw-border-opacity));
  }

  .lg\:border-r-sky-900\/0 {
    border-right-color: rgb(12 74 110 / 0);
  }

  .lg\:border-r-sky-900\/10 {
    border-right-color: rgb(12 74 110 / 0.1);
  }

  .lg\:border-r-sky-900\/100 {
    border-right-color: rgb(12 74 110 / 1);
  }

  .lg\:border-r-sky-900\/15 {
    border-right-color: rgb(12 74 110 / 0.15);
  }

  .lg\:border-r-sky-900\/20 {
    border-right-color: rgb(12 74 110 / 0.2);
  }

  .lg\:border-r-sky-900\/25 {
    border-right-color: rgb(12 74 110 / 0.25);
  }

  .lg\:border-r-sky-900\/30 {
    border-right-color: rgb(12 74 110 / 0.3);
  }

  .lg\:border-r-sky-900\/35 {
    border-right-color: rgb(12 74 110 / 0.35);
  }

  .lg\:border-r-sky-900\/40 {
    border-right-color: rgb(12 74 110 / 0.4);
  }

  .lg\:border-r-sky-900\/45 {
    border-right-color: rgb(12 74 110 / 0.45);
  }

  .lg\:border-r-sky-900\/5 {
    border-right-color: rgb(12 74 110 / 0.05);
  }

  .lg\:border-r-sky-900\/50 {
    border-right-color: rgb(12 74 110 / 0.5);
  }

  .lg\:border-r-sky-900\/55 {
    border-right-color: rgb(12 74 110 / 0.55);
  }

  .lg\:border-r-sky-900\/60 {
    border-right-color: rgb(12 74 110 / 0.6);
  }

  .lg\:border-r-sky-900\/65 {
    border-right-color: rgb(12 74 110 / 0.65);
  }

  .lg\:border-r-sky-900\/70 {
    border-right-color: rgb(12 74 110 / 0.7);
  }

  .lg\:border-r-sky-900\/75 {
    border-right-color: rgb(12 74 110 / 0.75);
  }

  .lg\:border-r-sky-900\/80 {
    border-right-color: rgb(12 74 110 / 0.8);
  }

  .lg\:border-r-sky-900\/85 {
    border-right-color: rgb(12 74 110 / 0.85);
  }

  .lg\:border-r-sky-900\/90 {
    border-right-color: rgb(12 74 110 / 0.9);
  }

  .lg\:border-r-sky-900\/95 {
    border-right-color: rgb(12 74 110 / 0.95);
  }

  .lg\:border-r-sky-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(8 47 73 / var(--tw-border-opacity));
  }

  .lg\:border-r-sky-950\/0 {
    border-right-color: rgb(8 47 73 / 0);
  }

  .lg\:border-r-sky-950\/10 {
    border-right-color: rgb(8 47 73 / 0.1);
  }

  .lg\:border-r-sky-950\/100 {
    border-right-color: rgb(8 47 73 / 1);
  }

  .lg\:border-r-sky-950\/15 {
    border-right-color: rgb(8 47 73 / 0.15);
  }

  .lg\:border-r-sky-950\/20 {
    border-right-color: rgb(8 47 73 / 0.2);
  }

  .lg\:border-r-sky-950\/25 {
    border-right-color: rgb(8 47 73 / 0.25);
  }

  .lg\:border-r-sky-950\/30 {
    border-right-color: rgb(8 47 73 / 0.3);
  }

  .lg\:border-r-sky-950\/35 {
    border-right-color: rgb(8 47 73 / 0.35);
  }

  .lg\:border-r-sky-950\/40 {
    border-right-color: rgb(8 47 73 / 0.4);
  }

  .lg\:border-r-sky-950\/45 {
    border-right-color: rgb(8 47 73 / 0.45);
  }

  .lg\:border-r-sky-950\/5 {
    border-right-color: rgb(8 47 73 / 0.05);
  }

  .lg\:border-r-sky-950\/50 {
    border-right-color: rgb(8 47 73 / 0.5);
  }

  .lg\:border-r-sky-950\/55 {
    border-right-color: rgb(8 47 73 / 0.55);
  }

  .lg\:border-r-sky-950\/60 {
    border-right-color: rgb(8 47 73 / 0.6);
  }

  .lg\:border-r-sky-950\/65 {
    border-right-color: rgb(8 47 73 / 0.65);
  }

  .lg\:border-r-sky-950\/70 {
    border-right-color: rgb(8 47 73 / 0.7);
  }

  .lg\:border-r-sky-950\/75 {
    border-right-color: rgb(8 47 73 / 0.75);
  }

  .lg\:border-r-sky-950\/80 {
    border-right-color: rgb(8 47 73 / 0.8);
  }

  .lg\:border-r-sky-950\/85 {
    border-right-color: rgb(8 47 73 / 0.85);
  }

  .lg\:border-r-sky-950\/90 {
    border-right-color: rgb(8 47 73 / 0.9);
  }

  .lg\:border-r-sky-950\/95 {
    border-right-color: rgb(8 47 73 / 0.95);
  }

  .lg\:border-r-slate-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(241 245 249 / var(--tw-border-opacity));
  }

  .lg\:border-r-slate-100\/0 {
    border-right-color: rgb(241 245 249 / 0);
  }

  .lg\:border-r-slate-100\/10 {
    border-right-color: rgb(241 245 249 / 0.1);
  }

  .lg\:border-r-slate-100\/100 {
    border-right-color: rgb(241 245 249 / 1);
  }

  .lg\:border-r-slate-100\/15 {
    border-right-color: rgb(241 245 249 / 0.15);
  }

  .lg\:border-r-slate-100\/20 {
    border-right-color: rgb(241 245 249 / 0.2);
  }

  .lg\:border-r-slate-100\/25 {
    border-right-color: rgb(241 245 249 / 0.25);
  }

  .lg\:border-r-slate-100\/30 {
    border-right-color: rgb(241 245 249 / 0.3);
  }

  .lg\:border-r-slate-100\/35 {
    border-right-color: rgb(241 245 249 / 0.35);
  }

  .lg\:border-r-slate-100\/40 {
    border-right-color: rgb(241 245 249 / 0.4);
  }

  .lg\:border-r-slate-100\/45 {
    border-right-color: rgb(241 245 249 / 0.45);
  }

  .lg\:border-r-slate-100\/5 {
    border-right-color: rgb(241 245 249 / 0.05);
  }

  .lg\:border-r-slate-100\/50 {
    border-right-color: rgb(241 245 249 / 0.5);
  }

  .lg\:border-r-slate-100\/55 {
    border-right-color: rgb(241 245 249 / 0.55);
  }

  .lg\:border-r-slate-100\/60 {
    border-right-color: rgb(241 245 249 / 0.6);
  }

  .lg\:border-r-slate-100\/65 {
    border-right-color: rgb(241 245 249 / 0.65);
  }

  .lg\:border-r-slate-100\/70 {
    border-right-color: rgb(241 245 249 / 0.7);
  }

  .lg\:border-r-slate-100\/75 {
    border-right-color: rgb(241 245 249 / 0.75);
  }

  .lg\:border-r-slate-100\/80 {
    border-right-color: rgb(241 245 249 / 0.8);
  }

  .lg\:border-r-slate-100\/85 {
    border-right-color: rgb(241 245 249 / 0.85);
  }

  .lg\:border-r-slate-100\/90 {
    border-right-color: rgb(241 245 249 / 0.9);
  }

  .lg\:border-r-slate-100\/95 {
    border-right-color: rgb(241 245 249 / 0.95);
  }

  .lg\:border-r-slate-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(226 232 240 / var(--tw-border-opacity));
  }

  .lg\:border-r-slate-200\/0 {
    border-right-color: rgb(226 232 240 / 0);
  }

  .lg\:border-r-slate-200\/10 {
    border-right-color: rgb(226 232 240 / 0.1);
  }

  .lg\:border-r-slate-200\/100 {
    border-right-color: rgb(226 232 240 / 1);
  }

  .lg\:border-r-slate-200\/15 {
    border-right-color: rgb(226 232 240 / 0.15);
  }

  .lg\:border-r-slate-200\/20 {
    border-right-color: rgb(226 232 240 / 0.2);
  }

  .lg\:border-r-slate-200\/25 {
    border-right-color: rgb(226 232 240 / 0.25);
  }

  .lg\:border-r-slate-200\/30 {
    border-right-color: rgb(226 232 240 / 0.3);
  }

  .lg\:border-r-slate-200\/35 {
    border-right-color: rgb(226 232 240 / 0.35);
  }

  .lg\:border-r-slate-200\/40 {
    border-right-color: rgb(226 232 240 / 0.4);
  }

  .lg\:border-r-slate-200\/45 {
    border-right-color: rgb(226 232 240 / 0.45);
  }

  .lg\:border-r-slate-200\/5 {
    border-right-color: rgb(226 232 240 / 0.05);
  }

  .lg\:border-r-slate-200\/50 {
    border-right-color: rgb(226 232 240 / 0.5);
  }

  .lg\:border-r-slate-200\/55 {
    border-right-color: rgb(226 232 240 / 0.55);
  }

  .lg\:border-r-slate-200\/60 {
    border-right-color: rgb(226 232 240 / 0.6);
  }

  .lg\:border-r-slate-200\/65 {
    border-right-color: rgb(226 232 240 / 0.65);
  }

  .lg\:border-r-slate-200\/70 {
    border-right-color: rgb(226 232 240 / 0.7);
  }

  .lg\:border-r-slate-200\/75 {
    border-right-color: rgb(226 232 240 / 0.75);
  }

  .lg\:border-r-slate-200\/80 {
    border-right-color: rgb(226 232 240 / 0.8);
  }

  .lg\:border-r-slate-200\/85 {
    border-right-color: rgb(226 232 240 / 0.85);
  }

  .lg\:border-r-slate-200\/90 {
    border-right-color: rgb(226 232 240 / 0.9);
  }

  .lg\:border-r-slate-200\/95 {
    border-right-color: rgb(226 232 240 / 0.95);
  }

  .lg\:border-r-slate-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(203 213 225 / var(--tw-border-opacity));
  }

  .lg\:border-r-slate-300\/0 {
    border-right-color: rgb(203 213 225 / 0);
  }

  .lg\:border-r-slate-300\/10 {
    border-right-color: rgb(203 213 225 / 0.1);
  }

  .lg\:border-r-slate-300\/100 {
    border-right-color: rgb(203 213 225 / 1);
  }

  .lg\:border-r-slate-300\/15 {
    border-right-color: rgb(203 213 225 / 0.15);
  }

  .lg\:border-r-slate-300\/20 {
    border-right-color: rgb(203 213 225 / 0.2);
  }

  .lg\:border-r-slate-300\/25 {
    border-right-color: rgb(203 213 225 / 0.25);
  }

  .lg\:border-r-slate-300\/30 {
    border-right-color: rgb(203 213 225 / 0.3);
  }

  .lg\:border-r-slate-300\/35 {
    border-right-color: rgb(203 213 225 / 0.35);
  }

  .lg\:border-r-slate-300\/40 {
    border-right-color: rgb(203 213 225 / 0.4);
  }

  .lg\:border-r-slate-300\/45 {
    border-right-color: rgb(203 213 225 / 0.45);
  }

  .lg\:border-r-slate-300\/5 {
    border-right-color: rgb(203 213 225 / 0.05);
  }

  .lg\:border-r-slate-300\/50 {
    border-right-color: rgb(203 213 225 / 0.5);
  }

  .lg\:border-r-slate-300\/55 {
    border-right-color: rgb(203 213 225 / 0.55);
  }

  .lg\:border-r-slate-300\/60 {
    border-right-color: rgb(203 213 225 / 0.6);
  }

  .lg\:border-r-slate-300\/65 {
    border-right-color: rgb(203 213 225 / 0.65);
  }

  .lg\:border-r-slate-300\/70 {
    border-right-color: rgb(203 213 225 / 0.7);
  }

  .lg\:border-r-slate-300\/75 {
    border-right-color: rgb(203 213 225 / 0.75);
  }

  .lg\:border-r-slate-300\/80 {
    border-right-color: rgb(203 213 225 / 0.8);
  }

  .lg\:border-r-slate-300\/85 {
    border-right-color: rgb(203 213 225 / 0.85);
  }

  .lg\:border-r-slate-300\/90 {
    border-right-color: rgb(203 213 225 / 0.9);
  }

  .lg\:border-r-slate-300\/95 {
    border-right-color: rgb(203 213 225 / 0.95);
  }

  .lg\:border-r-slate-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(148 163 184 / var(--tw-border-opacity));
  }

  .lg\:border-r-slate-400\/0 {
    border-right-color: rgb(148 163 184 / 0);
  }

  .lg\:border-r-slate-400\/10 {
    border-right-color: rgb(148 163 184 / 0.1);
  }

  .lg\:border-r-slate-400\/100 {
    border-right-color: rgb(148 163 184 / 1);
  }

  .lg\:border-r-slate-400\/15 {
    border-right-color: rgb(148 163 184 / 0.15);
  }

  .lg\:border-r-slate-400\/20 {
    border-right-color: rgb(148 163 184 / 0.2);
  }

  .lg\:border-r-slate-400\/25 {
    border-right-color: rgb(148 163 184 / 0.25);
  }

  .lg\:border-r-slate-400\/30 {
    border-right-color: rgb(148 163 184 / 0.3);
  }

  .lg\:border-r-slate-400\/35 {
    border-right-color: rgb(148 163 184 / 0.35);
  }

  .lg\:border-r-slate-400\/40 {
    border-right-color: rgb(148 163 184 / 0.4);
  }

  .lg\:border-r-slate-400\/45 {
    border-right-color: rgb(148 163 184 / 0.45);
  }

  .lg\:border-r-slate-400\/5 {
    border-right-color: rgb(148 163 184 / 0.05);
  }

  .lg\:border-r-slate-400\/50 {
    border-right-color: rgb(148 163 184 / 0.5);
  }

  .lg\:border-r-slate-400\/55 {
    border-right-color: rgb(148 163 184 / 0.55);
  }

  .lg\:border-r-slate-400\/60 {
    border-right-color: rgb(148 163 184 / 0.6);
  }

  .lg\:border-r-slate-400\/65 {
    border-right-color: rgb(148 163 184 / 0.65);
  }

  .lg\:border-r-slate-400\/70 {
    border-right-color: rgb(148 163 184 / 0.7);
  }

  .lg\:border-r-slate-400\/75 {
    border-right-color: rgb(148 163 184 / 0.75);
  }

  .lg\:border-r-slate-400\/80 {
    border-right-color: rgb(148 163 184 / 0.8);
  }

  .lg\:border-r-slate-400\/85 {
    border-right-color: rgb(148 163 184 / 0.85);
  }

  .lg\:border-r-slate-400\/90 {
    border-right-color: rgb(148 163 184 / 0.9);
  }

  .lg\:border-r-slate-400\/95 {
    border-right-color: rgb(148 163 184 / 0.95);
  }

  .lg\:border-r-slate-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(248 250 252 / var(--tw-border-opacity));
  }

  .lg\:border-r-slate-50\/0 {
    border-right-color: rgb(248 250 252 / 0);
  }

  .lg\:border-r-slate-50\/10 {
    border-right-color: rgb(248 250 252 / 0.1);
  }

  .lg\:border-r-slate-50\/100 {
    border-right-color: rgb(248 250 252 / 1);
  }

  .lg\:border-r-slate-50\/15 {
    border-right-color: rgb(248 250 252 / 0.15);
  }

  .lg\:border-r-slate-50\/20 {
    border-right-color: rgb(248 250 252 / 0.2);
  }

  .lg\:border-r-slate-50\/25 {
    border-right-color: rgb(248 250 252 / 0.25);
  }

  .lg\:border-r-slate-50\/30 {
    border-right-color: rgb(248 250 252 / 0.3);
  }

  .lg\:border-r-slate-50\/35 {
    border-right-color: rgb(248 250 252 / 0.35);
  }

  .lg\:border-r-slate-50\/40 {
    border-right-color: rgb(248 250 252 / 0.4);
  }

  .lg\:border-r-slate-50\/45 {
    border-right-color: rgb(248 250 252 / 0.45);
  }

  .lg\:border-r-slate-50\/5 {
    border-right-color: rgb(248 250 252 / 0.05);
  }

  .lg\:border-r-slate-50\/50 {
    border-right-color: rgb(248 250 252 / 0.5);
  }

  .lg\:border-r-slate-50\/55 {
    border-right-color: rgb(248 250 252 / 0.55);
  }

  .lg\:border-r-slate-50\/60 {
    border-right-color: rgb(248 250 252 / 0.6);
  }

  .lg\:border-r-slate-50\/65 {
    border-right-color: rgb(248 250 252 / 0.65);
  }

  .lg\:border-r-slate-50\/70 {
    border-right-color: rgb(248 250 252 / 0.7);
  }

  .lg\:border-r-slate-50\/75 {
    border-right-color: rgb(248 250 252 / 0.75);
  }

  .lg\:border-r-slate-50\/80 {
    border-right-color: rgb(248 250 252 / 0.8);
  }

  .lg\:border-r-slate-50\/85 {
    border-right-color: rgb(248 250 252 / 0.85);
  }

  .lg\:border-r-slate-50\/90 {
    border-right-color: rgb(248 250 252 / 0.9);
  }

  .lg\:border-r-slate-50\/95 {
    border-right-color: rgb(248 250 252 / 0.95);
  }

  .lg\:border-r-slate-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(100 116 139 / var(--tw-border-opacity));
  }

  .lg\:border-r-slate-500\/0 {
    border-right-color: rgb(100 116 139 / 0);
  }

  .lg\:border-r-slate-500\/10 {
    border-right-color: rgb(100 116 139 / 0.1);
  }

  .lg\:border-r-slate-500\/100 {
    border-right-color: rgb(100 116 139 / 1);
  }

  .lg\:border-r-slate-500\/15 {
    border-right-color: rgb(100 116 139 / 0.15);
  }

  .lg\:border-r-slate-500\/20 {
    border-right-color: rgb(100 116 139 / 0.2);
  }

  .lg\:border-r-slate-500\/25 {
    border-right-color: rgb(100 116 139 / 0.25);
  }

  .lg\:border-r-slate-500\/30 {
    border-right-color: rgb(100 116 139 / 0.3);
  }

  .lg\:border-r-slate-500\/35 {
    border-right-color: rgb(100 116 139 / 0.35);
  }

  .lg\:border-r-slate-500\/40 {
    border-right-color: rgb(100 116 139 / 0.4);
  }

  .lg\:border-r-slate-500\/45 {
    border-right-color: rgb(100 116 139 / 0.45);
  }

  .lg\:border-r-slate-500\/5 {
    border-right-color: rgb(100 116 139 / 0.05);
  }

  .lg\:border-r-slate-500\/50 {
    border-right-color: rgb(100 116 139 / 0.5);
  }

  .lg\:border-r-slate-500\/55 {
    border-right-color: rgb(100 116 139 / 0.55);
  }

  .lg\:border-r-slate-500\/60 {
    border-right-color: rgb(100 116 139 / 0.6);
  }

  .lg\:border-r-slate-500\/65 {
    border-right-color: rgb(100 116 139 / 0.65);
  }

  .lg\:border-r-slate-500\/70 {
    border-right-color: rgb(100 116 139 / 0.7);
  }

  .lg\:border-r-slate-500\/75 {
    border-right-color: rgb(100 116 139 / 0.75);
  }

  .lg\:border-r-slate-500\/80 {
    border-right-color: rgb(100 116 139 / 0.8);
  }

  .lg\:border-r-slate-500\/85 {
    border-right-color: rgb(100 116 139 / 0.85);
  }

  .lg\:border-r-slate-500\/90 {
    border-right-color: rgb(100 116 139 / 0.9);
  }

  .lg\:border-r-slate-500\/95 {
    border-right-color: rgb(100 116 139 / 0.95);
  }

  .lg\:border-r-slate-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(71 85 105 / var(--tw-border-opacity));
  }

  .lg\:border-r-slate-600\/0 {
    border-right-color: rgb(71 85 105 / 0);
  }

  .lg\:border-r-slate-600\/10 {
    border-right-color: rgb(71 85 105 / 0.1);
  }

  .lg\:border-r-slate-600\/100 {
    border-right-color: rgb(71 85 105 / 1);
  }

  .lg\:border-r-slate-600\/15 {
    border-right-color: rgb(71 85 105 / 0.15);
  }

  .lg\:border-r-slate-600\/20 {
    border-right-color: rgb(71 85 105 / 0.2);
  }

  .lg\:border-r-slate-600\/25 {
    border-right-color: rgb(71 85 105 / 0.25);
  }

  .lg\:border-r-slate-600\/30 {
    border-right-color: rgb(71 85 105 / 0.3);
  }

  .lg\:border-r-slate-600\/35 {
    border-right-color: rgb(71 85 105 / 0.35);
  }

  .lg\:border-r-slate-600\/40 {
    border-right-color: rgb(71 85 105 / 0.4);
  }

  .lg\:border-r-slate-600\/45 {
    border-right-color: rgb(71 85 105 / 0.45);
  }

  .lg\:border-r-slate-600\/5 {
    border-right-color: rgb(71 85 105 / 0.05);
  }

  .lg\:border-r-slate-600\/50 {
    border-right-color: rgb(71 85 105 / 0.5);
  }

  .lg\:border-r-slate-600\/55 {
    border-right-color: rgb(71 85 105 / 0.55);
  }

  .lg\:border-r-slate-600\/60 {
    border-right-color: rgb(71 85 105 / 0.6);
  }

  .lg\:border-r-slate-600\/65 {
    border-right-color: rgb(71 85 105 / 0.65);
  }

  .lg\:border-r-slate-600\/70 {
    border-right-color: rgb(71 85 105 / 0.7);
  }

  .lg\:border-r-slate-600\/75 {
    border-right-color: rgb(71 85 105 / 0.75);
  }

  .lg\:border-r-slate-600\/80 {
    border-right-color: rgb(71 85 105 / 0.8);
  }

  .lg\:border-r-slate-600\/85 {
    border-right-color: rgb(71 85 105 / 0.85);
  }

  .lg\:border-r-slate-600\/90 {
    border-right-color: rgb(71 85 105 / 0.9);
  }

  .lg\:border-r-slate-600\/95 {
    border-right-color: rgb(71 85 105 / 0.95);
  }

  .lg\:border-r-slate-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(51 65 85 / var(--tw-border-opacity));
  }

  .lg\:border-r-slate-700\/0 {
    border-right-color: rgb(51 65 85 / 0);
  }

  .lg\:border-r-slate-700\/10 {
    border-right-color: rgb(51 65 85 / 0.1);
  }

  .lg\:border-r-slate-700\/100 {
    border-right-color: rgb(51 65 85 / 1);
  }

  .lg\:border-r-slate-700\/15 {
    border-right-color: rgb(51 65 85 / 0.15);
  }

  .lg\:border-r-slate-700\/20 {
    border-right-color: rgb(51 65 85 / 0.2);
  }

  .lg\:border-r-slate-700\/25 {
    border-right-color: rgb(51 65 85 / 0.25);
  }

  .lg\:border-r-slate-700\/30 {
    border-right-color: rgb(51 65 85 / 0.3);
  }

  .lg\:border-r-slate-700\/35 {
    border-right-color: rgb(51 65 85 / 0.35);
  }

  .lg\:border-r-slate-700\/40 {
    border-right-color: rgb(51 65 85 / 0.4);
  }

  .lg\:border-r-slate-700\/45 {
    border-right-color: rgb(51 65 85 / 0.45);
  }

  .lg\:border-r-slate-700\/5 {
    border-right-color: rgb(51 65 85 / 0.05);
  }

  .lg\:border-r-slate-700\/50 {
    border-right-color: rgb(51 65 85 / 0.5);
  }

  .lg\:border-r-slate-700\/55 {
    border-right-color: rgb(51 65 85 / 0.55);
  }

  .lg\:border-r-slate-700\/60 {
    border-right-color: rgb(51 65 85 / 0.6);
  }

  .lg\:border-r-slate-700\/65 {
    border-right-color: rgb(51 65 85 / 0.65);
  }

  .lg\:border-r-slate-700\/70 {
    border-right-color: rgb(51 65 85 / 0.7);
  }

  .lg\:border-r-slate-700\/75 {
    border-right-color: rgb(51 65 85 / 0.75);
  }

  .lg\:border-r-slate-700\/80 {
    border-right-color: rgb(51 65 85 / 0.8);
  }

  .lg\:border-r-slate-700\/85 {
    border-right-color: rgb(51 65 85 / 0.85);
  }

  .lg\:border-r-slate-700\/90 {
    border-right-color: rgb(51 65 85 / 0.9);
  }

  .lg\:border-r-slate-700\/95 {
    border-right-color: rgb(51 65 85 / 0.95);
  }

  .lg\:border-r-slate-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(30 41 59 / var(--tw-border-opacity));
  }

  .lg\:border-r-slate-800\/0 {
    border-right-color: rgb(30 41 59 / 0);
  }

  .lg\:border-r-slate-800\/10 {
    border-right-color: rgb(30 41 59 / 0.1);
  }

  .lg\:border-r-slate-800\/100 {
    border-right-color: rgb(30 41 59 / 1);
  }

  .lg\:border-r-slate-800\/15 {
    border-right-color: rgb(30 41 59 / 0.15);
  }

  .lg\:border-r-slate-800\/20 {
    border-right-color: rgb(30 41 59 / 0.2);
  }

  .lg\:border-r-slate-800\/25 {
    border-right-color: rgb(30 41 59 / 0.25);
  }

  .lg\:border-r-slate-800\/30 {
    border-right-color: rgb(30 41 59 / 0.3);
  }

  .lg\:border-r-slate-800\/35 {
    border-right-color: rgb(30 41 59 / 0.35);
  }

  .lg\:border-r-slate-800\/40 {
    border-right-color: rgb(30 41 59 / 0.4);
  }

  .lg\:border-r-slate-800\/45 {
    border-right-color: rgb(30 41 59 / 0.45);
  }

  .lg\:border-r-slate-800\/5 {
    border-right-color: rgb(30 41 59 / 0.05);
  }

  .lg\:border-r-slate-800\/50 {
    border-right-color: rgb(30 41 59 / 0.5);
  }

  .lg\:border-r-slate-800\/55 {
    border-right-color: rgb(30 41 59 / 0.55);
  }

  .lg\:border-r-slate-800\/60 {
    border-right-color: rgb(30 41 59 / 0.6);
  }

  .lg\:border-r-slate-800\/65 {
    border-right-color: rgb(30 41 59 / 0.65);
  }

  .lg\:border-r-slate-800\/70 {
    border-right-color: rgb(30 41 59 / 0.7);
  }

  .lg\:border-r-slate-800\/75 {
    border-right-color: rgb(30 41 59 / 0.75);
  }

  .lg\:border-r-slate-800\/80 {
    border-right-color: rgb(30 41 59 / 0.8);
  }

  .lg\:border-r-slate-800\/85 {
    border-right-color: rgb(30 41 59 / 0.85);
  }

  .lg\:border-r-slate-800\/90 {
    border-right-color: rgb(30 41 59 / 0.9);
  }

  .lg\:border-r-slate-800\/95 {
    border-right-color: rgb(30 41 59 / 0.95);
  }

  .lg\:border-r-slate-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(15 23 42 / var(--tw-border-opacity));
  }

  .lg\:border-r-slate-900\/0 {
    border-right-color: rgb(15 23 42 / 0);
  }

  .lg\:border-r-slate-900\/10 {
    border-right-color: rgb(15 23 42 / 0.1);
  }

  .lg\:border-r-slate-900\/100 {
    border-right-color: rgb(15 23 42 / 1);
  }

  .lg\:border-r-slate-900\/15 {
    border-right-color: rgb(15 23 42 / 0.15);
  }

  .lg\:border-r-slate-900\/20 {
    border-right-color: rgb(15 23 42 / 0.2);
  }

  .lg\:border-r-slate-900\/25 {
    border-right-color: rgb(15 23 42 / 0.25);
  }

  .lg\:border-r-slate-900\/30 {
    border-right-color: rgb(15 23 42 / 0.3);
  }

  .lg\:border-r-slate-900\/35 {
    border-right-color: rgb(15 23 42 / 0.35);
  }

  .lg\:border-r-slate-900\/40 {
    border-right-color: rgb(15 23 42 / 0.4);
  }

  .lg\:border-r-slate-900\/45 {
    border-right-color: rgb(15 23 42 / 0.45);
  }

  .lg\:border-r-slate-900\/5 {
    border-right-color: rgb(15 23 42 / 0.05);
  }

  .lg\:border-r-slate-900\/50 {
    border-right-color: rgb(15 23 42 / 0.5);
  }

  .lg\:border-r-slate-900\/55 {
    border-right-color: rgb(15 23 42 / 0.55);
  }

  .lg\:border-r-slate-900\/60 {
    border-right-color: rgb(15 23 42 / 0.6);
  }

  .lg\:border-r-slate-900\/65 {
    border-right-color: rgb(15 23 42 / 0.65);
  }

  .lg\:border-r-slate-900\/70 {
    border-right-color: rgb(15 23 42 / 0.7);
  }

  .lg\:border-r-slate-900\/75 {
    border-right-color: rgb(15 23 42 / 0.75);
  }

  .lg\:border-r-slate-900\/80 {
    border-right-color: rgb(15 23 42 / 0.8);
  }

  .lg\:border-r-slate-900\/85 {
    border-right-color: rgb(15 23 42 / 0.85);
  }

  .lg\:border-r-slate-900\/90 {
    border-right-color: rgb(15 23 42 / 0.9);
  }

  .lg\:border-r-slate-900\/95 {
    border-right-color: rgb(15 23 42 / 0.95);
  }

  .lg\:border-r-slate-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(2 6 23 / var(--tw-border-opacity));
  }

  .lg\:border-r-slate-950\/0 {
    border-right-color: rgb(2 6 23 / 0);
  }

  .lg\:border-r-slate-950\/10 {
    border-right-color: rgb(2 6 23 / 0.1);
  }

  .lg\:border-r-slate-950\/100 {
    border-right-color: rgb(2 6 23 / 1);
  }

  .lg\:border-r-slate-950\/15 {
    border-right-color: rgb(2 6 23 / 0.15);
  }

  .lg\:border-r-slate-950\/20 {
    border-right-color: rgb(2 6 23 / 0.2);
  }

  .lg\:border-r-slate-950\/25 {
    border-right-color: rgb(2 6 23 / 0.25);
  }

  .lg\:border-r-slate-950\/30 {
    border-right-color: rgb(2 6 23 / 0.3);
  }

  .lg\:border-r-slate-950\/35 {
    border-right-color: rgb(2 6 23 / 0.35);
  }

  .lg\:border-r-slate-950\/40 {
    border-right-color: rgb(2 6 23 / 0.4);
  }

  .lg\:border-r-slate-950\/45 {
    border-right-color: rgb(2 6 23 / 0.45);
  }

  .lg\:border-r-slate-950\/5 {
    border-right-color: rgb(2 6 23 / 0.05);
  }

  .lg\:border-r-slate-950\/50 {
    border-right-color: rgb(2 6 23 / 0.5);
  }

  .lg\:border-r-slate-950\/55 {
    border-right-color: rgb(2 6 23 / 0.55);
  }

  .lg\:border-r-slate-950\/60 {
    border-right-color: rgb(2 6 23 / 0.6);
  }

  .lg\:border-r-slate-950\/65 {
    border-right-color: rgb(2 6 23 / 0.65);
  }

  .lg\:border-r-slate-950\/70 {
    border-right-color: rgb(2 6 23 / 0.7);
  }

  .lg\:border-r-slate-950\/75 {
    border-right-color: rgb(2 6 23 / 0.75);
  }

  .lg\:border-r-slate-950\/80 {
    border-right-color: rgb(2 6 23 / 0.8);
  }

  .lg\:border-r-slate-950\/85 {
    border-right-color: rgb(2 6 23 / 0.85);
  }

  .lg\:border-r-slate-950\/90 {
    border-right-color: rgb(2 6 23 / 0.9);
  }

  .lg\:border-r-slate-950\/95 {
    border-right-color: rgb(2 6 23 / 0.95);
  }

  .lg\:border-r-stone-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 245 244 / var(--tw-border-opacity));
  }

  .lg\:border-r-stone-100\/0 {
    border-right-color: rgb(245 245 244 / 0);
  }

  .lg\:border-r-stone-100\/10 {
    border-right-color: rgb(245 245 244 / 0.1);
  }

  .lg\:border-r-stone-100\/100 {
    border-right-color: rgb(245 245 244 / 1);
  }

  .lg\:border-r-stone-100\/15 {
    border-right-color: rgb(245 245 244 / 0.15);
  }

  .lg\:border-r-stone-100\/20 {
    border-right-color: rgb(245 245 244 / 0.2);
  }

  .lg\:border-r-stone-100\/25 {
    border-right-color: rgb(245 245 244 / 0.25);
  }

  .lg\:border-r-stone-100\/30 {
    border-right-color: rgb(245 245 244 / 0.3);
  }

  .lg\:border-r-stone-100\/35 {
    border-right-color: rgb(245 245 244 / 0.35);
  }

  .lg\:border-r-stone-100\/40 {
    border-right-color: rgb(245 245 244 / 0.4);
  }

  .lg\:border-r-stone-100\/45 {
    border-right-color: rgb(245 245 244 / 0.45);
  }

  .lg\:border-r-stone-100\/5 {
    border-right-color: rgb(245 245 244 / 0.05);
  }

  .lg\:border-r-stone-100\/50 {
    border-right-color: rgb(245 245 244 / 0.5);
  }

  .lg\:border-r-stone-100\/55 {
    border-right-color: rgb(245 245 244 / 0.55);
  }

  .lg\:border-r-stone-100\/60 {
    border-right-color: rgb(245 245 244 / 0.6);
  }

  .lg\:border-r-stone-100\/65 {
    border-right-color: rgb(245 245 244 / 0.65);
  }

  .lg\:border-r-stone-100\/70 {
    border-right-color: rgb(245 245 244 / 0.7);
  }

  .lg\:border-r-stone-100\/75 {
    border-right-color: rgb(245 245 244 / 0.75);
  }

  .lg\:border-r-stone-100\/80 {
    border-right-color: rgb(245 245 244 / 0.8);
  }

  .lg\:border-r-stone-100\/85 {
    border-right-color: rgb(245 245 244 / 0.85);
  }

  .lg\:border-r-stone-100\/90 {
    border-right-color: rgb(245 245 244 / 0.9);
  }

  .lg\:border-r-stone-100\/95 {
    border-right-color: rgb(245 245 244 / 0.95);
  }

  .lg\:border-r-stone-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(231 229 228 / var(--tw-border-opacity));
  }

  .lg\:border-r-stone-200\/0 {
    border-right-color: rgb(231 229 228 / 0);
  }

  .lg\:border-r-stone-200\/10 {
    border-right-color: rgb(231 229 228 / 0.1);
  }

  .lg\:border-r-stone-200\/100 {
    border-right-color: rgb(231 229 228 / 1);
  }

  .lg\:border-r-stone-200\/15 {
    border-right-color: rgb(231 229 228 / 0.15);
  }

  .lg\:border-r-stone-200\/20 {
    border-right-color: rgb(231 229 228 / 0.2);
  }

  .lg\:border-r-stone-200\/25 {
    border-right-color: rgb(231 229 228 / 0.25);
  }

  .lg\:border-r-stone-200\/30 {
    border-right-color: rgb(231 229 228 / 0.3);
  }

  .lg\:border-r-stone-200\/35 {
    border-right-color: rgb(231 229 228 / 0.35);
  }

  .lg\:border-r-stone-200\/40 {
    border-right-color: rgb(231 229 228 / 0.4);
  }

  .lg\:border-r-stone-200\/45 {
    border-right-color: rgb(231 229 228 / 0.45);
  }

  .lg\:border-r-stone-200\/5 {
    border-right-color: rgb(231 229 228 / 0.05);
  }

  .lg\:border-r-stone-200\/50 {
    border-right-color: rgb(231 229 228 / 0.5);
  }

  .lg\:border-r-stone-200\/55 {
    border-right-color: rgb(231 229 228 / 0.55);
  }

  .lg\:border-r-stone-200\/60 {
    border-right-color: rgb(231 229 228 / 0.6);
  }

  .lg\:border-r-stone-200\/65 {
    border-right-color: rgb(231 229 228 / 0.65);
  }

  .lg\:border-r-stone-200\/70 {
    border-right-color: rgb(231 229 228 / 0.7);
  }

  .lg\:border-r-stone-200\/75 {
    border-right-color: rgb(231 229 228 / 0.75);
  }

  .lg\:border-r-stone-200\/80 {
    border-right-color: rgb(231 229 228 / 0.8);
  }

  .lg\:border-r-stone-200\/85 {
    border-right-color: rgb(231 229 228 / 0.85);
  }

  .lg\:border-r-stone-200\/90 {
    border-right-color: rgb(231 229 228 / 0.9);
  }

  .lg\:border-r-stone-200\/95 {
    border-right-color: rgb(231 229 228 / 0.95);
  }

  .lg\:border-r-stone-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(214 211 209 / var(--tw-border-opacity));
  }

  .lg\:border-r-stone-300\/0 {
    border-right-color: rgb(214 211 209 / 0);
  }

  .lg\:border-r-stone-300\/10 {
    border-right-color: rgb(214 211 209 / 0.1);
  }

  .lg\:border-r-stone-300\/100 {
    border-right-color: rgb(214 211 209 / 1);
  }

  .lg\:border-r-stone-300\/15 {
    border-right-color: rgb(214 211 209 / 0.15);
  }

  .lg\:border-r-stone-300\/20 {
    border-right-color: rgb(214 211 209 / 0.2);
  }

  .lg\:border-r-stone-300\/25 {
    border-right-color: rgb(214 211 209 / 0.25);
  }

  .lg\:border-r-stone-300\/30 {
    border-right-color: rgb(214 211 209 / 0.3);
  }

  .lg\:border-r-stone-300\/35 {
    border-right-color: rgb(214 211 209 / 0.35);
  }

  .lg\:border-r-stone-300\/40 {
    border-right-color: rgb(214 211 209 / 0.4);
  }

  .lg\:border-r-stone-300\/45 {
    border-right-color: rgb(214 211 209 / 0.45);
  }

  .lg\:border-r-stone-300\/5 {
    border-right-color: rgb(214 211 209 / 0.05);
  }

  .lg\:border-r-stone-300\/50 {
    border-right-color: rgb(214 211 209 / 0.5);
  }

  .lg\:border-r-stone-300\/55 {
    border-right-color: rgb(214 211 209 / 0.55);
  }

  .lg\:border-r-stone-300\/60 {
    border-right-color: rgb(214 211 209 / 0.6);
  }

  .lg\:border-r-stone-300\/65 {
    border-right-color: rgb(214 211 209 / 0.65);
  }

  .lg\:border-r-stone-300\/70 {
    border-right-color: rgb(214 211 209 / 0.7);
  }

  .lg\:border-r-stone-300\/75 {
    border-right-color: rgb(214 211 209 / 0.75);
  }

  .lg\:border-r-stone-300\/80 {
    border-right-color: rgb(214 211 209 / 0.8);
  }

  .lg\:border-r-stone-300\/85 {
    border-right-color: rgb(214 211 209 / 0.85);
  }

  .lg\:border-r-stone-300\/90 {
    border-right-color: rgb(214 211 209 / 0.9);
  }

  .lg\:border-r-stone-300\/95 {
    border-right-color: rgb(214 211 209 / 0.95);
  }

  .lg\:border-r-stone-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(168 162 158 / var(--tw-border-opacity));
  }

  .lg\:border-r-stone-400\/0 {
    border-right-color: rgb(168 162 158 / 0);
  }

  .lg\:border-r-stone-400\/10 {
    border-right-color: rgb(168 162 158 / 0.1);
  }

  .lg\:border-r-stone-400\/100 {
    border-right-color: rgb(168 162 158 / 1);
  }

  .lg\:border-r-stone-400\/15 {
    border-right-color: rgb(168 162 158 / 0.15);
  }

  .lg\:border-r-stone-400\/20 {
    border-right-color: rgb(168 162 158 / 0.2);
  }

  .lg\:border-r-stone-400\/25 {
    border-right-color: rgb(168 162 158 / 0.25);
  }

  .lg\:border-r-stone-400\/30 {
    border-right-color: rgb(168 162 158 / 0.3);
  }

  .lg\:border-r-stone-400\/35 {
    border-right-color: rgb(168 162 158 / 0.35);
  }

  .lg\:border-r-stone-400\/40 {
    border-right-color: rgb(168 162 158 / 0.4);
  }

  .lg\:border-r-stone-400\/45 {
    border-right-color: rgb(168 162 158 / 0.45);
  }

  .lg\:border-r-stone-400\/5 {
    border-right-color: rgb(168 162 158 / 0.05);
  }

  .lg\:border-r-stone-400\/50 {
    border-right-color: rgb(168 162 158 / 0.5);
  }

  .lg\:border-r-stone-400\/55 {
    border-right-color: rgb(168 162 158 / 0.55);
  }

  .lg\:border-r-stone-400\/60 {
    border-right-color: rgb(168 162 158 / 0.6);
  }

  .lg\:border-r-stone-400\/65 {
    border-right-color: rgb(168 162 158 / 0.65);
  }

  .lg\:border-r-stone-400\/70 {
    border-right-color: rgb(168 162 158 / 0.7);
  }

  .lg\:border-r-stone-400\/75 {
    border-right-color: rgb(168 162 158 / 0.75);
  }

  .lg\:border-r-stone-400\/80 {
    border-right-color: rgb(168 162 158 / 0.8);
  }

  .lg\:border-r-stone-400\/85 {
    border-right-color: rgb(168 162 158 / 0.85);
  }

  .lg\:border-r-stone-400\/90 {
    border-right-color: rgb(168 162 158 / 0.9);
  }

  .lg\:border-r-stone-400\/95 {
    border-right-color: rgb(168 162 158 / 0.95);
  }

  .lg\:border-r-stone-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 250 249 / var(--tw-border-opacity));
  }

  .lg\:border-r-stone-50\/0 {
    border-right-color: rgb(250 250 249 / 0);
  }

  .lg\:border-r-stone-50\/10 {
    border-right-color: rgb(250 250 249 / 0.1);
  }

  .lg\:border-r-stone-50\/100 {
    border-right-color: rgb(250 250 249 / 1);
  }

  .lg\:border-r-stone-50\/15 {
    border-right-color: rgb(250 250 249 / 0.15);
  }

  .lg\:border-r-stone-50\/20 {
    border-right-color: rgb(250 250 249 / 0.2);
  }

  .lg\:border-r-stone-50\/25 {
    border-right-color: rgb(250 250 249 / 0.25);
  }

  .lg\:border-r-stone-50\/30 {
    border-right-color: rgb(250 250 249 / 0.3);
  }

  .lg\:border-r-stone-50\/35 {
    border-right-color: rgb(250 250 249 / 0.35);
  }

  .lg\:border-r-stone-50\/40 {
    border-right-color: rgb(250 250 249 / 0.4);
  }

  .lg\:border-r-stone-50\/45 {
    border-right-color: rgb(250 250 249 / 0.45);
  }

  .lg\:border-r-stone-50\/5 {
    border-right-color: rgb(250 250 249 / 0.05);
  }

  .lg\:border-r-stone-50\/50 {
    border-right-color: rgb(250 250 249 / 0.5);
  }

  .lg\:border-r-stone-50\/55 {
    border-right-color: rgb(250 250 249 / 0.55);
  }

  .lg\:border-r-stone-50\/60 {
    border-right-color: rgb(250 250 249 / 0.6);
  }

  .lg\:border-r-stone-50\/65 {
    border-right-color: rgb(250 250 249 / 0.65);
  }

  .lg\:border-r-stone-50\/70 {
    border-right-color: rgb(250 250 249 / 0.7);
  }

  .lg\:border-r-stone-50\/75 {
    border-right-color: rgb(250 250 249 / 0.75);
  }

  .lg\:border-r-stone-50\/80 {
    border-right-color: rgb(250 250 249 / 0.8);
  }

  .lg\:border-r-stone-50\/85 {
    border-right-color: rgb(250 250 249 / 0.85);
  }

  .lg\:border-r-stone-50\/90 {
    border-right-color: rgb(250 250 249 / 0.9);
  }

  .lg\:border-r-stone-50\/95 {
    border-right-color: rgb(250 250 249 / 0.95);
  }

  .lg\:border-r-stone-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(120 113 108 / var(--tw-border-opacity));
  }

  .lg\:border-r-stone-500\/0 {
    border-right-color: rgb(120 113 108 / 0);
  }

  .lg\:border-r-stone-500\/10 {
    border-right-color: rgb(120 113 108 / 0.1);
  }

  .lg\:border-r-stone-500\/100 {
    border-right-color: rgb(120 113 108 / 1);
  }

  .lg\:border-r-stone-500\/15 {
    border-right-color: rgb(120 113 108 / 0.15);
  }

  .lg\:border-r-stone-500\/20 {
    border-right-color: rgb(120 113 108 / 0.2);
  }

  .lg\:border-r-stone-500\/25 {
    border-right-color: rgb(120 113 108 / 0.25);
  }

  .lg\:border-r-stone-500\/30 {
    border-right-color: rgb(120 113 108 / 0.3);
  }

  .lg\:border-r-stone-500\/35 {
    border-right-color: rgb(120 113 108 / 0.35);
  }

  .lg\:border-r-stone-500\/40 {
    border-right-color: rgb(120 113 108 / 0.4);
  }

  .lg\:border-r-stone-500\/45 {
    border-right-color: rgb(120 113 108 / 0.45);
  }

  .lg\:border-r-stone-500\/5 {
    border-right-color: rgb(120 113 108 / 0.05);
  }

  .lg\:border-r-stone-500\/50 {
    border-right-color: rgb(120 113 108 / 0.5);
  }

  .lg\:border-r-stone-500\/55 {
    border-right-color: rgb(120 113 108 / 0.55);
  }

  .lg\:border-r-stone-500\/60 {
    border-right-color: rgb(120 113 108 / 0.6);
  }

  .lg\:border-r-stone-500\/65 {
    border-right-color: rgb(120 113 108 / 0.65);
  }

  .lg\:border-r-stone-500\/70 {
    border-right-color: rgb(120 113 108 / 0.7);
  }

  .lg\:border-r-stone-500\/75 {
    border-right-color: rgb(120 113 108 / 0.75);
  }

  .lg\:border-r-stone-500\/80 {
    border-right-color: rgb(120 113 108 / 0.8);
  }

  .lg\:border-r-stone-500\/85 {
    border-right-color: rgb(120 113 108 / 0.85);
  }

  .lg\:border-r-stone-500\/90 {
    border-right-color: rgb(120 113 108 / 0.9);
  }

  .lg\:border-r-stone-500\/95 {
    border-right-color: rgb(120 113 108 / 0.95);
  }

  .lg\:border-r-stone-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(87 83 78 / var(--tw-border-opacity));
  }

  .lg\:border-r-stone-600\/0 {
    border-right-color: rgb(87 83 78 / 0);
  }

  .lg\:border-r-stone-600\/10 {
    border-right-color: rgb(87 83 78 / 0.1);
  }

  .lg\:border-r-stone-600\/100 {
    border-right-color: rgb(87 83 78 / 1);
  }

  .lg\:border-r-stone-600\/15 {
    border-right-color: rgb(87 83 78 / 0.15);
  }

  .lg\:border-r-stone-600\/20 {
    border-right-color: rgb(87 83 78 / 0.2);
  }

  .lg\:border-r-stone-600\/25 {
    border-right-color: rgb(87 83 78 / 0.25);
  }

  .lg\:border-r-stone-600\/30 {
    border-right-color: rgb(87 83 78 / 0.3);
  }

  .lg\:border-r-stone-600\/35 {
    border-right-color: rgb(87 83 78 / 0.35);
  }

  .lg\:border-r-stone-600\/40 {
    border-right-color: rgb(87 83 78 / 0.4);
  }

  .lg\:border-r-stone-600\/45 {
    border-right-color: rgb(87 83 78 / 0.45);
  }

  .lg\:border-r-stone-600\/5 {
    border-right-color: rgb(87 83 78 / 0.05);
  }

  .lg\:border-r-stone-600\/50 {
    border-right-color: rgb(87 83 78 / 0.5);
  }

  .lg\:border-r-stone-600\/55 {
    border-right-color: rgb(87 83 78 / 0.55);
  }

  .lg\:border-r-stone-600\/60 {
    border-right-color: rgb(87 83 78 / 0.6);
  }

  .lg\:border-r-stone-600\/65 {
    border-right-color: rgb(87 83 78 / 0.65);
  }

  .lg\:border-r-stone-600\/70 {
    border-right-color: rgb(87 83 78 / 0.7);
  }

  .lg\:border-r-stone-600\/75 {
    border-right-color: rgb(87 83 78 / 0.75);
  }

  .lg\:border-r-stone-600\/80 {
    border-right-color: rgb(87 83 78 / 0.8);
  }

  .lg\:border-r-stone-600\/85 {
    border-right-color: rgb(87 83 78 / 0.85);
  }

  .lg\:border-r-stone-600\/90 {
    border-right-color: rgb(87 83 78 / 0.9);
  }

  .lg\:border-r-stone-600\/95 {
    border-right-color: rgb(87 83 78 / 0.95);
  }

  .lg\:border-r-stone-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(68 64 60 / var(--tw-border-opacity));
  }

  .lg\:border-r-stone-700\/0 {
    border-right-color: rgb(68 64 60 / 0);
  }

  .lg\:border-r-stone-700\/10 {
    border-right-color: rgb(68 64 60 / 0.1);
  }

  .lg\:border-r-stone-700\/100 {
    border-right-color: rgb(68 64 60 / 1);
  }

  .lg\:border-r-stone-700\/15 {
    border-right-color: rgb(68 64 60 / 0.15);
  }

  .lg\:border-r-stone-700\/20 {
    border-right-color: rgb(68 64 60 / 0.2);
  }

  .lg\:border-r-stone-700\/25 {
    border-right-color: rgb(68 64 60 / 0.25);
  }

  .lg\:border-r-stone-700\/30 {
    border-right-color: rgb(68 64 60 / 0.3);
  }

  .lg\:border-r-stone-700\/35 {
    border-right-color: rgb(68 64 60 / 0.35);
  }

  .lg\:border-r-stone-700\/40 {
    border-right-color: rgb(68 64 60 / 0.4);
  }

  .lg\:border-r-stone-700\/45 {
    border-right-color: rgb(68 64 60 / 0.45);
  }

  .lg\:border-r-stone-700\/5 {
    border-right-color: rgb(68 64 60 / 0.05);
  }

  .lg\:border-r-stone-700\/50 {
    border-right-color: rgb(68 64 60 / 0.5);
  }

  .lg\:border-r-stone-700\/55 {
    border-right-color: rgb(68 64 60 / 0.55);
  }

  .lg\:border-r-stone-700\/60 {
    border-right-color: rgb(68 64 60 / 0.6);
  }

  .lg\:border-r-stone-700\/65 {
    border-right-color: rgb(68 64 60 / 0.65);
  }

  .lg\:border-r-stone-700\/70 {
    border-right-color: rgb(68 64 60 / 0.7);
  }

  .lg\:border-r-stone-700\/75 {
    border-right-color: rgb(68 64 60 / 0.75);
  }

  .lg\:border-r-stone-700\/80 {
    border-right-color: rgb(68 64 60 / 0.8);
  }

  .lg\:border-r-stone-700\/85 {
    border-right-color: rgb(68 64 60 / 0.85);
  }

  .lg\:border-r-stone-700\/90 {
    border-right-color: rgb(68 64 60 / 0.9);
  }

  .lg\:border-r-stone-700\/95 {
    border-right-color: rgb(68 64 60 / 0.95);
  }

  .lg\:border-r-stone-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(41 37 36 / var(--tw-border-opacity));
  }

  .lg\:border-r-stone-800\/0 {
    border-right-color: rgb(41 37 36 / 0);
  }

  .lg\:border-r-stone-800\/10 {
    border-right-color: rgb(41 37 36 / 0.1);
  }

  .lg\:border-r-stone-800\/100 {
    border-right-color: rgb(41 37 36 / 1);
  }

  .lg\:border-r-stone-800\/15 {
    border-right-color: rgb(41 37 36 / 0.15);
  }

  .lg\:border-r-stone-800\/20 {
    border-right-color: rgb(41 37 36 / 0.2);
  }

  .lg\:border-r-stone-800\/25 {
    border-right-color: rgb(41 37 36 / 0.25);
  }

  .lg\:border-r-stone-800\/30 {
    border-right-color: rgb(41 37 36 / 0.3);
  }

  .lg\:border-r-stone-800\/35 {
    border-right-color: rgb(41 37 36 / 0.35);
  }

  .lg\:border-r-stone-800\/40 {
    border-right-color: rgb(41 37 36 / 0.4);
  }

  .lg\:border-r-stone-800\/45 {
    border-right-color: rgb(41 37 36 / 0.45);
  }

  .lg\:border-r-stone-800\/5 {
    border-right-color: rgb(41 37 36 / 0.05);
  }

  .lg\:border-r-stone-800\/50 {
    border-right-color: rgb(41 37 36 / 0.5);
  }

  .lg\:border-r-stone-800\/55 {
    border-right-color: rgb(41 37 36 / 0.55);
  }

  .lg\:border-r-stone-800\/60 {
    border-right-color: rgb(41 37 36 / 0.6);
  }

  .lg\:border-r-stone-800\/65 {
    border-right-color: rgb(41 37 36 / 0.65);
  }

  .lg\:border-r-stone-800\/70 {
    border-right-color: rgb(41 37 36 / 0.7);
  }

  .lg\:border-r-stone-800\/75 {
    border-right-color: rgb(41 37 36 / 0.75);
  }

  .lg\:border-r-stone-800\/80 {
    border-right-color: rgb(41 37 36 / 0.8);
  }

  .lg\:border-r-stone-800\/85 {
    border-right-color: rgb(41 37 36 / 0.85);
  }

  .lg\:border-r-stone-800\/90 {
    border-right-color: rgb(41 37 36 / 0.9);
  }

  .lg\:border-r-stone-800\/95 {
    border-right-color: rgb(41 37 36 / 0.95);
  }

  .lg\:border-r-stone-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(28 25 23 / var(--tw-border-opacity));
  }

  .lg\:border-r-stone-900\/0 {
    border-right-color: rgb(28 25 23 / 0);
  }

  .lg\:border-r-stone-900\/10 {
    border-right-color: rgb(28 25 23 / 0.1);
  }

  .lg\:border-r-stone-900\/100 {
    border-right-color: rgb(28 25 23 / 1);
  }

  .lg\:border-r-stone-900\/15 {
    border-right-color: rgb(28 25 23 / 0.15);
  }

  .lg\:border-r-stone-900\/20 {
    border-right-color: rgb(28 25 23 / 0.2);
  }

  .lg\:border-r-stone-900\/25 {
    border-right-color: rgb(28 25 23 / 0.25);
  }

  .lg\:border-r-stone-900\/30 {
    border-right-color: rgb(28 25 23 / 0.3);
  }

  .lg\:border-r-stone-900\/35 {
    border-right-color: rgb(28 25 23 / 0.35);
  }

  .lg\:border-r-stone-900\/40 {
    border-right-color: rgb(28 25 23 / 0.4);
  }

  .lg\:border-r-stone-900\/45 {
    border-right-color: rgb(28 25 23 / 0.45);
  }

  .lg\:border-r-stone-900\/5 {
    border-right-color: rgb(28 25 23 / 0.05);
  }

  .lg\:border-r-stone-900\/50 {
    border-right-color: rgb(28 25 23 / 0.5);
  }

  .lg\:border-r-stone-900\/55 {
    border-right-color: rgb(28 25 23 / 0.55);
  }

  .lg\:border-r-stone-900\/60 {
    border-right-color: rgb(28 25 23 / 0.6);
  }

  .lg\:border-r-stone-900\/65 {
    border-right-color: rgb(28 25 23 / 0.65);
  }

  .lg\:border-r-stone-900\/70 {
    border-right-color: rgb(28 25 23 / 0.7);
  }

  .lg\:border-r-stone-900\/75 {
    border-right-color: rgb(28 25 23 / 0.75);
  }

  .lg\:border-r-stone-900\/80 {
    border-right-color: rgb(28 25 23 / 0.8);
  }

  .lg\:border-r-stone-900\/85 {
    border-right-color: rgb(28 25 23 / 0.85);
  }

  .lg\:border-r-stone-900\/90 {
    border-right-color: rgb(28 25 23 / 0.9);
  }

  .lg\:border-r-stone-900\/95 {
    border-right-color: rgb(28 25 23 / 0.95);
  }

  .lg\:border-r-stone-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(12 10 9 / var(--tw-border-opacity));
  }

  .lg\:border-r-stone-950\/0 {
    border-right-color: rgb(12 10 9 / 0);
  }

  .lg\:border-r-stone-950\/10 {
    border-right-color: rgb(12 10 9 / 0.1);
  }

  .lg\:border-r-stone-950\/100 {
    border-right-color: rgb(12 10 9 / 1);
  }

  .lg\:border-r-stone-950\/15 {
    border-right-color: rgb(12 10 9 / 0.15);
  }

  .lg\:border-r-stone-950\/20 {
    border-right-color: rgb(12 10 9 / 0.2);
  }

  .lg\:border-r-stone-950\/25 {
    border-right-color: rgb(12 10 9 / 0.25);
  }

  .lg\:border-r-stone-950\/30 {
    border-right-color: rgb(12 10 9 / 0.3);
  }

  .lg\:border-r-stone-950\/35 {
    border-right-color: rgb(12 10 9 / 0.35);
  }

  .lg\:border-r-stone-950\/40 {
    border-right-color: rgb(12 10 9 / 0.4);
  }

  .lg\:border-r-stone-950\/45 {
    border-right-color: rgb(12 10 9 / 0.45);
  }

  .lg\:border-r-stone-950\/5 {
    border-right-color: rgb(12 10 9 / 0.05);
  }

  .lg\:border-r-stone-950\/50 {
    border-right-color: rgb(12 10 9 / 0.5);
  }

  .lg\:border-r-stone-950\/55 {
    border-right-color: rgb(12 10 9 / 0.55);
  }

  .lg\:border-r-stone-950\/60 {
    border-right-color: rgb(12 10 9 / 0.6);
  }

  .lg\:border-r-stone-950\/65 {
    border-right-color: rgb(12 10 9 / 0.65);
  }

  .lg\:border-r-stone-950\/70 {
    border-right-color: rgb(12 10 9 / 0.7);
  }

  .lg\:border-r-stone-950\/75 {
    border-right-color: rgb(12 10 9 / 0.75);
  }

  .lg\:border-r-stone-950\/80 {
    border-right-color: rgb(12 10 9 / 0.8);
  }

  .lg\:border-r-stone-950\/85 {
    border-right-color: rgb(12 10 9 / 0.85);
  }

  .lg\:border-r-stone-950\/90 {
    border-right-color: rgb(12 10 9 / 0.9);
  }

  .lg\:border-r-stone-950\/95 {
    border-right-color: rgb(12 10 9 / 0.95);
  }

  .lg\:border-r-teal-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(204 251 241 / var(--tw-border-opacity));
  }

  .lg\:border-r-teal-100\/0 {
    border-right-color: rgb(204 251 241 / 0);
  }

  .lg\:border-r-teal-100\/10 {
    border-right-color: rgb(204 251 241 / 0.1);
  }

  .lg\:border-r-teal-100\/100 {
    border-right-color: rgb(204 251 241 / 1);
  }

  .lg\:border-r-teal-100\/15 {
    border-right-color: rgb(204 251 241 / 0.15);
  }

  .lg\:border-r-teal-100\/20 {
    border-right-color: rgb(204 251 241 / 0.2);
  }

  .lg\:border-r-teal-100\/25 {
    border-right-color: rgb(204 251 241 / 0.25);
  }

  .lg\:border-r-teal-100\/30 {
    border-right-color: rgb(204 251 241 / 0.3);
  }

  .lg\:border-r-teal-100\/35 {
    border-right-color: rgb(204 251 241 / 0.35);
  }

  .lg\:border-r-teal-100\/40 {
    border-right-color: rgb(204 251 241 / 0.4);
  }

  .lg\:border-r-teal-100\/45 {
    border-right-color: rgb(204 251 241 / 0.45);
  }

  .lg\:border-r-teal-100\/5 {
    border-right-color: rgb(204 251 241 / 0.05);
  }

  .lg\:border-r-teal-100\/50 {
    border-right-color: rgb(204 251 241 / 0.5);
  }

  .lg\:border-r-teal-100\/55 {
    border-right-color: rgb(204 251 241 / 0.55);
  }

  .lg\:border-r-teal-100\/60 {
    border-right-color: rgb(204 251 241 / 0.6);
  }

  .lg\:border-r-teal-100\/65 {
    border-right-color: rgb(204 251 241 / 0.65);
  }

  .lg\:border-r-teal-100\/70 {
    border-right-color: rgb(204 251 241 / 0.7);
  }

  .lg\:border-r-teal-100\/75 {
    border-right-color: rgb(204 251 241 / 0.75);
  }

  .lg\:border-r-teal-100\/80 {
    border-right-color: rgb(204 251 241 / 0.8);
  }

  .lg\:border-r-teal-100\/85 {
    border-right-color: rgb(204 251 241 / 0.85);
  }

  .lg\:border-r-teal-100\/90 {
    border-right-color: rgb(204 251 241 / 0.9);
  }

  .lg\:border-r-teal-100\/95 {
    border-right-color: rgb(204 251 241 / 0.95);
  }

  .lg\:border-r-teal-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(153 246 228 / var(--tw-border-opacity));
  }

  .lg\:border-r-teal-200\/0 {
    border-right-color: rgb(153 246 228 / 0);
  }

  .lg\:border-r-teal-200\/10 {
    border-right-color: rgb(153 246 228 / 0.1);
  }

  .lg\:border-r-teal-200\/100 {
    border-right-color: rgb(153 246 228 / 1);
  }

  .lg\:border-r-teal-200\/15 {
    border-right-color: rgb(153 246 228 / 0.15);
  }

  .lg\:border-r-teal-200\/20 {
    border-right-color: rgb(153 246 228 / 0.2);
  }

  .lg\:border-r-teal-200\/25 {
    border-right-color: rgb(153 246 228 / 0.25);
  }

  .lg\:border-r-teal-200\/30 {
    border-right-color: rgb(153 246 228 / 0.3);
  }

  .lg\:border-r-teal-200\/35 {
    border-right-color: rgb(153 246 228 / 0.35);
  }

  .lg\:border-r-teal-200\/40 {
    border-right-color: rgb(153 246 228 / 0.4);
  }

  .lg\:border-r-teal-200\/45 {
    border-right-color: rgb(153 246 228 / 0.45);
  }

  .lg\:border-r-teal-200\/5 {
    border-right-color: rgb(153 246 228 / 0.05);
  }

  .lg\:border-r-teal-200\/50 {
    border-right-color: rgb(153 246 228 / 0.5);
  }

  .lg\:border-r-teal-200\/55 {
    border-right-color: rgb(153 246 228 / 0.55);
  }

  .lg\:border-r-teal-200\/60 {
    border-right-color: rgb(153 246 228 / 0.6);
  }

  .lg\:border-r-teal-200\/65 {
    border-right-color: rgb(153 246 228 / 0.65);
  }

  .lg\:border-r-teal-200\/70 {
    border-right-color: rgb(153 246 228 / 0.7);
  }

  .lg\:border-r-teal-200\/75 {
    border-right-color: rgb(153 246 228 / 0.75);
  }

  .lg\:border-r-teal-200\/80 {
    border-right-color: rgb(153 246 228 / 0.8);
  }

  .lg\:border-r-teal-200\/85 {
    border-right-color: rgb(153 246 228 / 0.85);
  }

  .lg\:border-r-teal-200\/90 {
    border-right-color: rgb(153 246 228 / 0.9);
  }

  .lg\:border-r-teal-200\/95 {
    border-right-color: rgb(153 246 228 / 0.95);
  }

  .lg\:border-r-teal-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(94 234 212 / var(--tw-border-opacity));
  }

  .lg\:border-r-teal-300\/0 {
    border-right-color: rgb(94 234 212 / 0);
  }

  .lg\:border-r-teal-300\/10 {
    border-right-color: rgb(94 234 212 / 0.1);
  }

  .lg\:border-r-teal-300\/100 {
    border-right-color: rgb(94 234 212 / 1);
  }

  .lg\:border-r-teal-300\/15 {
    border-right-color: rgb(94 234 212 / 0.15);
  }

  .lg\:border-r-teal-300\/20 {
    border-right-color: rgb(94 234 212 / 0.2);
  }

  .lg\:border-r-teal-300\/25 {
    border-right-color: rgb(94 234 212 / 0.25);
  }

  .lg\:border-r-teal-300\/30 {
    border-right-color: rgb(94 234 212 / 0.3);
  }

  .lg\:border-r-teal-300\/35 {
    border-right-color: rgb(94 234 212 / 0.35);
  }

  .lg\:border-r-teal-300\/40 {
    border-right-color: rgb(94 234 212 / 0.4);
  }

  .lg\:border-r-teal-300\/45 {
    border-right-color: rgb(94 234 212 / 0.45);
  }

  .lg\:border-r-teal-300\/5 {
    border-right-color: rgb(94 234 212 / 0.05);
  }

  .lg\:border-r-teal-300\/50 {
    border-right-color: rgb(94 234 212 / 0.5);
  }

  .lg\:border-r-teal-300\/55 {
    border-right-color: rgb(94 234 212 / 0.55);
  }

  .lg\:border-r-teal-300\/60 {
    border-right-color: rgb(94 234 212 / 0.6);
  }

  .lg\:border-r-teal-300\/65 {
    border-right-color: rgb(94 234 212 / 0.65);
  }

  .lg\:border-r-teal-300\/70 {
    border-right-color: rgb(94 234 212 / 0.7);
  }

  .lg\:border-r-teal-300\/75 {
    border-right-color: rgb(94 234 212 / 0.75);
  }

  .lg\:border-r-teal-300\/80 {
    border-right-color: rgb(94 234 212 / 0.8);
  }

  .lg\:border-r-teal-300\/85 {
    border-right-color: rgb(94 234 212 / 0.85);
  }

  .lg\:border-r-teal-300\/90 {
    border-right-color: rgb(94 234 212 / 0.9);
  }

  .lg\:border-r-teal-300\/95 {
    border-right-color: rgb(94 234 212 / 0.95);
  }

  .lg\:border-r-teal-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(45 212 191 / var(--tw-border-opacity));
  }

  .lg\:border-r-teal-400\/0 {
    border-right-color: rgb(45 212 191 / 0);
  }

  .lg\:border-r-teal-400\/10 {
    border-right-color: rgb(45 212 191 / 0.1);
  }

  .lg\:border-r-teal-400\/100 {
    border-right-color: rgb(45 212 191 / 1);
  }

  .lg\:border-r-teal-400\/15 {
    border-right-color: rgb(45 212 191 / 0.15);
  }

  .lg\:border-r-teal-400\/20 {
    border-right-color: rgb(45 212 191 / 0.2);
  }

  .lg\:border-r-teal-400\/25 {
    border-right-color: rgb(45 212 191 / 0.25);
  }

  .lg\:border-r-teal-400\/30 {
    border-right-color: rgb(45 212 191 / 0.3);
  }

  .lg\:border-r-teal-400\/35 {
    border-right-color: rgb(45 212 191 / 0.35);
  }

  .lg\:border-r-teal-400\/40 {
    border-right-color: rgb(45 212 191 / 0.4);
  }

  .lg\:border-r-teal-400\/45 {
    border-right-color: rgb(45 212 191 / 0.45);
  }

  .lg\:border-r-teal-400\/5 {
    border-right-color: rgb(45 212 191 / 0.05);
  }

  .lg\:border-r-teal-400\/50 {
    border-right-color: rgb(45 212 191 / 0.5);
  }

  .lg\:border-r-teal-400\/55 {
    border-right-color: rgb(45 212 191 / 0.55);
  }

  .lg\:border-r-teal-400\/60 {
    border-right-color: rgb(45 212 191 / 0.6);
  }

  .lg\:border-r-teal-400\/65 {
    border-right-color: rgb(45 212 191 / 0.65);
  }

  .lg\:border-r-teal-400\/70 {
    border-right-color: rgb(45 212 191 / 0.7);
  }

  .lg\:border-r-teal-400\/75 {
    border-right-color: rgb(45 212 191 / 0.75);
  }

  .lg\:border-r-teal-400\/80 {
    border-right-color: rgb(45 212 191 / 0.8);
  }

  .lg\:border-r-teal-400\/85 {
    border-right-color: rgb(45 212 191 / 0.85);
  }

  .lg\:border-r-teal-400\/90 {
    border-right-color: rgb(45 212 191 / 0.9);
  }

  .lg\:border-r-teal-400\/95 {
    border-right-color: rgb(45 212 191 / 0.95);
  }

  .lg\:border-r-teal-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(240 253 250 / var(--tw-border-opacity));
  }

  .lg\:border-r-teal-50\/0 {
    border-right-color: rgb(240 253 250 / 0);
  }

  .lg\:border-r-teal-50\/10 {
    border-right-color: rgb(240 253 250 / 0.1);
  }

  .lg\:border-r-teal-50\/100 {
    border-right-color: rgb(240 253 250 / 1);
  }

  .lg\:border-r-teal-50\/15 {
    border-right-color: rgb(240 253 250 / 0.15);
  }

  .lg\:border-r-teal-50\/20 {
    border-right-color: rgb(240 253 250 / 0.2);
  }

  .lg\:border-r-teal-50\/25 {
    border-right-color: rgb(240 253 250 / 0.25);
  }

  .lg\:border-r-teal-50\/30 {
    border-right-color: rgb(240 253 250 / 0.3);
  }

  .lg\:border-r-teal-50\/35 {
    border-right-color: rgb(240 253 250 / 0.35);
  }

  .lg\:border-r-teal-50\/40 {
    border-right-color: rgb(240 253 250 / 0.4);
  }

  .lg\:border-r-teal-50\/45 {
    border-right-color: rgb(240 253 250 / 0.45);
  }

  .lg\:border-r-teal-50\/5 {
    border-right-color: rgb(240 253 250 / 0.05);
  }

  .lg\:border-r-teal-50\/50 {
    border-right-color: rgb(240 253 250 / 0.5);
  }

  .lg\:border-r-teal-50\/55 {
    border-right-color: rgb(240 253 250 / 0.55);
  }

  .lg\:border-r-teal-50\/60 {
    border-right-color: rgb(240 253 250 / 0.6);
  }

  .lg\:border-r-teal-50\/65 {
    border-right-color: rgb(240 253 250 / 0.65);
  }

  .lg\:border-r-teal-50\/70 {
    border-right-color: rgb(240 253 250 / 0.7);
  }

  .lg\:border-r-teal-50\/75 {
    border-right-color: rgb(240 253 250 / 0.75);
  }

  .lg\:border-r-teal-50\/80 {
    border-right-color: rgb(240 253 250 / 0.8);
  }

  .lg\:border-r-teal-50\/85 {
    border-right-color: rgb(240 253 250 / 0.85);
  }

  .lg\:border-r-teal-50\/90 {
    border-right-color: rgb(240 253 250 / 0.9);
  }

  .lg\:border-r-teal-50\/95 {
    border-right-color: rgb(240 253 250 / 0.95);
  }

  .lg\:border-r-teal-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(20 184 166 / var(--tw-border-opacity));
  }

  .lg\:border-r-teal-500\/0 {
    border-right-color: rgb(20 184 166 / 0);
  }

  .lg\:border-r-teal-500\/10 {
    border-right-color: rgb(20 184 166 / 0.1);
  }

  .lg\:border-r-teal-500\/100 {
    border-right-color: rgb(20 184 166 / 1);
  }

  .lg\:border-r-teal-500\/15 {
    border-right-color: rgb(20 184 166 / 0.15);
  }

  .lg\:border-r-teal-500\/20 {
    border-right-color: rgb(20 184 166 / 0.2);
  }

  .lg\:border-r-teal-500\/25 {
    border-right-color: rgb(20 184 166 / 0.25);
  }

  .lg\:border-r-teal-500\/30 {
    border-right-color: rgb(20 184 166 / 0.3);
  }

  .lg\:border-r-teal-500\/35 {
    border-right-color: rgb(20 184 166 / 0.35);
  }

  .lg\:border-r-teal-500\/40 {
    border-right-color: rgb(20 184 166 / 0.4);
  }

  .lg\:border-r-teal-500\/45 {
    border-right-color: rgb(20 184 166 / 0.45);
  }

  .lg\:border-r-teal-500\/5 {
    border-right-color: rgb(20 184 166 / 0.05);
  }

  .lg\:border-r-teal-500\/50 {
    border-right-color: rgb(20 184 166 / 0.5);
  }

  .lg\:border-r-teal-500\/55 {
    border-right-color: rgb(20 184 166 / 0.55);
  }

  .lg\:border-r-teal-500\/60 {
    border-right-color: rgb(20 184 166 / 0.6);
  }

  .lg\:border-r-teal-500\/65 {
    border-right-color: rgb(20 184 166 / 0.65);
  }

  .lg\:border-r-teal-500\/70 {
    border-right-color: rgb(20 184 166 / 0.7);
  }

  .lg\:border-r-teal-500\/75 {
    border-right-color: rgb(20 184 166 / 0.75);
  }

  .lg\:border-r-teal-500\/80 {
    border-right-color: rgb(20 184 166 / 0.8);
  }

  .lg\:border-r-teal-500\/85 {
    border-right-color: rgb(20 184 166 / 0.85);
  }

  .lg\:border-r-teal-500\/90 {
    border-right-color: rgb(20 184 166 / 0.9);
  }

  .lg\:border-r-teal-500\/95 {
    border-right-color: rgb(20 184 166 / 0.95);
  }

  .lg\:border-r-teal-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(13 148 136 / var(--tw-border-opacity));
  }

  .lg\:border-r-teal-600\/0 {
    border-right-color: rgb(13 148 136 / 0);
  }

  .lg\:border-r-teal-600\/10 {
    border-right-color: rgb(13 148 136 / 0.1);
  }

  .lg\:border-r-teal-600\/100 {
    border-right-color: rgb(13 148 136 / 1);
  }

  .lg\:border-r-teal-600\/15 {
    border-right-color: rgb(13 148 136 / 0.15);
  }

  .lg\:border-r-teal-600\/20 {
    border-right-color: rgb(13 148 136 / 0.2);
  }

  .lg\:border-r-teal-600\/25 {
    border-right-color: rgb(13 148 136 / 0.25);
  }

  .lg\:border-r-teal-600\/30 {
    border-right-color: rgb(13 148 136 / 0.3);
  }

  .lg\:border-r-teal-600\/35 {
    border-right-color: rgb(13 148 136 / 0.35);
  }

  .lg\:border-r-teal-600\/40 {
    border-right-color: rgb(13 148 136 / 0.4);
  }

  .lg\:border-r-teal-600\/45 {
    border-right-color: rgb(13 148 136 / 0.45);
  }

  .lg\:border-r-teal-600\/5 {
    border-right-color: rgb(13 148 136 / 0.05);
  }

  .lg\:border-r-teal-600\/50 {
    border-right-color: rgb(13 148 136 / 0.5);
  }

  .lg\:border-r-teal-600\/55 {
    border-right-color: rgb(13 148 136 / 0.55);
  }

  .lg\:border-r-teal-600\/60 {
    border-right-color: rgb(13 148 136 / 0.6);
  }

  .lg\:border-r-teal-600\/65 {
    border-right-color: rgb(13 148 136 / 0.65);
  }

  .lg\:border-r-teal-600\/70 {
    border-right-color: rgb(13 148 136 / 0.7);
  }

  .lg\:border-r-teal-600\/75 {
    border-right-color: rgb(13 148 136 / 0.75);
  }

  .lg\:border-r-teal-600\/80 {
    border-right-color: rgb(13 148 136 / 0.8);
  }

  .lg\:border-r-teal-600\/85 {
    border-right-color: rgb(13 148 136 / 0.85);
  }

  .lg\:border-r-teal-600\/90 {
    border-right-color: rgb(13 148 136 / 0.9);
  }

  .lg\:border-r-teal-600\/95 {
    border-right-color: rgb(13 148 136 / 0.95);
  }

  .lg\:border-r-teal-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(15 118 110 / var(--tw-border-opacity));
  }

  .lg\:border-r-teal-700\/0 {
    border-right-color: rgb(15 118 110 / 0);
  }

  .lg\:border-r-teal-700\/10 {
    border-right-color: rgb(15 118 110 / 0.1);
  }

  .lg\:border-r-teal-700\/100 {
    border-right-color: rgb(15 118 110 / 1);
  }

  .lg\:border-r-teal-700\/15 {
    border-right-color: rgb(15 118 110 / 0.15);
  }

  .lg\:border-r-teal-700\/20 {
    border-right-color: rgb(15 118 110 / 0.2);
  }

  .lg\:border-r-teal-700\/25 {
    border-right-color: rgb(15 118 110 / 0.25);
  }

  .lg\:border-r-teal-700\/30 {
    border-right-color: rgb(15 118 110 / 0.3);
  }

  .lg\:border-r-teal-700\/35 {
    border-right-color: rgb(15 118 110 / 0.35);
  }

  .lg\:border-r-teal-700\/40 {
    border-right-color: rgb(15 118 110 / 0.4);
  }

  .lg\:border-r-teal-700\/45 {
    border-right-color: rgb(15 118 110 / 0.45);
  }

  .lg\:border-r-teal-700\/5 {
    border-right-color: rgb(15 118 110 / 0.05);
  }

  .lg\:border-r-teal-700\/50 {
    border-right-color: rgb(15 118 110 / 0.5);
  }

  .lg\:border-r-teal-700\/55 {
    border-right-color: rgb(15 118 110 / 0.55);
  }

  .lg\:border-r-teal-700\/60 {
    border-right-color: rgb(15 118 110 / 0.6);
  }

  .lg\:border-r-teal-700\/65 {
    border-right-color: rgb(15 118 110 / 0.65);
  }

  .lg\:border-r-teal-700\/70 {
    border-right-color: rgb(15 118 110 / 0.7);
  }

  .lg\:border-r-teal-700\/75 {
    border-right-color: rgb(15 118 110 / 0.75);
  }

  .lg\:border-r-teal-700\/80 {
    border-right-color: rgb(15 118 110 / 0.8);
  }

  .lg\:border-r-teal-700\/85 {
    border-right-color: rgb(15 118 110 / 0.85);
  }

  .lg\:border-r-teal-700\/90 {
    border-right-color: rgb(15 118 110 / 0.9);
  }

  .lg\:border-r-teal-700\/95 {
    border-right-color: rgb(15 118 110 / 0.95);
  }

  .lg\:border-r-teal-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(17 94 89 / var(--tw-border-opacity));
  }

  .lg\:border-r-teal-800\/0 {
    border-right-color: rgb(17 94 89 / 0);
  }

  .lg\:border-r-teal-800\/10 {
    border-right-color: rgb(17 94 89 / 0.1);
  }

  .lg\:border-r-teal-800\/100 {
    border-right-color: rgb(17 94 89 / 1);
  }

  .lg\:border-r-teal-800\/15 {
    border-right-color: rgb(17 94 89 / 0.15);
  }

  .lg\:border-r-teal-800\/20 {
    border-right-color: rgb(17 94 89 / 0.2);
  }

  .lg\:border-r-teal-800\/25 {
    border-right-color: rgb(17 94 89 / 0.25);
  }

  .lg\:border-r-teal-800\/30 {
    border-right-color: rgb(17 94 89 / 0.3);
  }

  .lg\:border-r-teal-800\/35 {
    border-right-color: rgb(17 94 89 / 0.35);
  }

  .lg\:border-r-teal-800\/40 {
    border-right-color: rgb(17 94 89 / 0.4);
  }

  .lg\:border-r-teal-800\/45 {
    border-right-color: rgb(17 94 89 / 0.45);
  }

  .lg\:border-r-teal-800\/5 {
    border-right-color: rgb(17 94 89 / 0.05);
  }

  .lg\:border-r-teal-800\/50 {
    border-right-color: rgb(17 94 89 / 0.5);
  }

  .lg\:border-r-teal-800\/55 {
    border-right-color: rgb(17 94 89 / 0.55);
  }

  .lg\:border-r-teal-800\/60 {
    border-right-color: rgb(17 94 89 / 0.6);
  }

  .lg\:border-r-teal-800\/65 {
    border-right-color: rgb(17 94 89 / 0.65);
  }

  .lg\:border-r-teal-800\/70 {
    border-right-color: rgb(17 94 89 / 0.7);
  }

  .lg\:border-r-teal-800\/75 {
    border-right-color: rgb(17 94 89 / 0.75);
  }

  .lg\:border-r-teal-800\/80 {
    border-right-color: rgb(17 94 89 / 0.8);
  }

  .lg\:border-r-teal-800\/85 {
    border-right-color: rgb(17 94 89 / 0.85);
  }

  .lg\:border-r-teal-800\/90 {
    border-right-color: rgb(17 94 89 / 0.9);
  }

  .lg\:border-r-teal-800\/95 {
    border-right-color: rgb(17 94 89 / 0.95);
  }

  .lg\:border-r-teal-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(19 78 74 / var(--tw-border-opacity));
  }

  .lg\:border-r-teal-900\/0 {
    border-right-color: rgb(19 78 74 / 0);
  }

  .lg\:border-r-teal-900\/10 {
    border-right-color: rgb(19 78 74 / 0.1);
  }

  .lg\:border-r-teal-900\/100 {
    border-right-color: rgb(19 78 74 / 1);
  }

  .lg\:border-r-teal-900\/15 {
    border-right-color: rgb(19 78 74 / 0.15);
  }

  .lg\:border-r-teal-900\/20 {
    border-right-color: rgb(19 78 74 / 0.2);
  }

  .lg\:border-r-teal-900\/25 {
    border-right-color: rgb(19 78 74 / 0.25);
  }

  .lg\:border-r-teal-900\/30 {
    border-right-color: rgb(19 78 74 / 0.3);
  }

  .lg\:border-r-teal-900\/35 {
    border-right-color: rgb(19 78 74 / 0.35);
  }

  .lg\:border-r-teal-900\/40 {
    border-right-color: rgb(19 78 74 / 0.4);
  }

  .lg\:border-r-teal-900\/45 {
    border-right-color: rgb(19 78 74 / 0.45);
  }

  .lg\:border-r-teal-900\/5 {
    border-right-color: rgb(19 78 74 / 0.05);
  }

  .lg\:border-r-teal-900\/50 {
    border-right-color: rgb(19 78 74 / 0.5);
  }

  .lg\:border-r-teal-900\/55 {
    border-right-color: rgb(19 78 74 / 0.55);
  }

  .lg\:border-r-teal-900\/60 {
    border-right-color: rgb(19 78 74 / 0.6);
  }

  .lg\:border-r-teal-900\/65 {
    border-right-color: rgb(19 78 74 / 0.65);
  }

  .lg\:border-r-teal-900\/70 {
    border-right-color: rgb(19 78 74 / 0.7);
  }

  .lg\:border-r-teal-900\/75 {
    border-right-color: rgb(19 78 74 / 0.75);
  }

  .lg\:border-r-teal-900\/80 {
    border-right-color: rgb(19 78 74 / 0.8);
  }

  .lg\:border-r-teal-900\/85 {
    border-right-color: rgb(19 78 74 / 0.85);
  }

  .lg\:border-r-teal-900\/90 {
    border-right-color: rgb(19 78 74 / 0.9);
  }

  .lg\:border-r-teal-900\/95 {
    border-right-color: rgb(19 78 74 / 0.95);
  }

  .lg\:border-r-teal-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(4 47 46 / var(--tw-border-opacity));
  }

  .lg\:border-r-teal-950\/0 {
    border-right-color: rgb(4 47 46 / 0);
  }

  .lg\:border-r-teal-950\/10 {
    border-right-color: rgb(4 47 46 / 0.1);
  }

  .lg\:border-r-teal-950\/100 {
    border-right-color: rgb(4 47 46 / 1);
  }

  .lg\:border-r-teal-950\/15 {
    border-right-color: rgb(4 47 46 / 0.15);
  }

  .lg\:border-r-teal-950\/20 {
    border-right-color: rgb(4 47 46 / 0.2);
  }

  .lg\:border-r-teal-950\/25 {
    border-right-color: rgb(4 47 46 / 0.25);
  }

  .lg\:border-r-teal-950\/30 {
    border-right-color: rgb(4 47 46 / 0.3);
  }

  .lg\:border-r-teal-950\/35 {
    border-right-color: rgb(4 47 46 / 0.35);
  }

  .lg\:border-r-teal-950\/40 {
    border-right-color: rgb(4 47 46 / 0.4);
  }

  .lg\:border-r-teal-950\/45 {
    border-right-color: rgb(4 47 46 / 0.45);
  }

  .lg\:border-r-teal-950\/5 {
    border-right-color: rgb(4 47 46 / 0.05);
  }

  .lg\:border-r-teal-950\/50 {
    border-right-color: rgb(4 47 46 / 0.5);
  }

  .lg\:border-r-teal-950\/55 {
    border-right-color: rgb(4 47 46 / 0.55);
  }

  .lg\:border-r-teal-950\/60 {
    border-right-color: rgb(4 47 46 / 0.6);
  }

  .lg\:border-r-teal-950\/65 {
    border-right-color: rgb(4 47 46 / 0.65);
  }

  .lg\:border-r-teal-950\/70 {
    border-right-color: rgb(4 47 46 / 0.7);
  }

  .lg\:border-r-teal-950\/75 {
    border-right-color: rgb(4 47 46 / 0.75);
  }

  .lg\:border-r-teal-950\/80 {
    border-right-color: rgb(4 47 46 / 0.8);
  }

  .lg\:border-r-teal-950\/85 {
    border-right-color: rgb(4 47 46 / 0.85);
  }

  .lg\:border-r-teal-950\/90 {
    border-right-color: rgb(4 47 46 / 0.9);
  }

  .lg\:border-r-teal-950\/95 {
    border-right-color: rgb(4 47 46 / 0.95);
  }

  .lg\:border-r-transparent {
    border-right-color: transparent;
  }

  .lg\:border-r-transparent\/0 {
    border-right-color: rgb(0 0 0 / 0);
  }

  .lg\:border-r-transparent\/10 {
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-r-transparent\/100 {
    border-right-color: rgb(0 0 0 / 1);
  }

  .lg\:border-r-transparent\/15 {
    border-right-color: rgb(0 0 0 / 0.15);
  }

  .lg\:border-r-transparent\/20 {
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-r-transparent\/25 {
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-r-transparent\/30 {
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-r-transparent\/35 {
    border-right-color: rgb(0 0 0 / 0.35);
  }

  .lg\:border-r-transparent\/40 {
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-r-transparent\/45 {
    border-right-color: rgb(0 0 0 / 0.45);
  }

  .lg\:border-r-transparent\/5 {
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-r-transparent\/50 {
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-r-transparent\/55 {
    border-right-color: rgb(0 0 0 / 0.55);
  }

  .lg\:border-r-transparent\/60 {
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-r-transparent\/65 {
    border-right-color: rgb(0 0 0 / 0.65);
  }

  .lg\:border-r-transparent\/70 {
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-r-transparent\/75 {
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-r-transparent\/80 {
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-r-transparent\/85 {
    border-right-color: rgb(0 0 0 / 0.85);
  }

  .lg\:border-r-transparent\/90 {
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-r-transparent\/95 {
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-r-violet-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(237 233 254 / var(--tw-border-opacity));
  }

  .lg\:border-r-violet-100\/0 {
    border-right-color: rgb(237 233 254 / 0);
  }

  .lg\:border-r-violet-100\/10 {
    border-right-color: rgb(237 233 254 / 0.1);
  }

  .lg\:border-r-violet-100\/100 {
    border-right-color: rgb(237 233 254 / 1);
  }

  .lg\:border-r-violet-100\/15 {
    border-right-color: rgb(237 233 254 / 0.15);
  }

  .lg\:border-r-violet-100\/20 {
    border-right-color: rgb(237 233 254 / 0.2);
  }

  .lg\:border-r-violet-100\/25 {
    border-right-color: rgb(237 233 254 / 0.25);
  }

  .lg\:border-r-violet-100\/30 {
    border-right-color: rgb(237 233 254 / 0.3);
  }

  .lg\:border-r-violet-100\/35 {
    border-right-color: rgb(237 233 254 / 0.35);
  }

  .lg\:border-r-violet-100\/40 {
    border-right-color: rgb(237 233 254 / 0.4);
  }

  .lg\:border-r-violet-100\/45 {
    border-right-color: rgb(237 233 254 / 0.45);
  }

  .lg\:border-r-violet-100\/5 {
    border-right-color: rgb(237 233 254 / 0.05);
  }

  .lg\:border-r-violet-100\/50 {
    border-right-color: rgb(237 233 254 / 0.5);
  }

  .lg\:border-r-violet-100\/55 {
    border-right-color: rgb(237 233 254 / 0.55);
  }

  .lg\:border-r-violet-100\/60 {
    border-right-color: rgb(237 233 254 / 0.6);
  }

  .lg\:border-r-violet-100\/65 {
    border-right-color: rgb(237 233 254 / 0.65);
  }

  .lg\:border-r-violet-100\/70 {
    border-right-color: rgb(237 233 254 / 0.7);
  }

  .lg\:border-r-violet-100\/75 {
    border-right-color: rgb(237 233 254 / 0.75);
  }

  .lg\:border-r-violet-100\/80 {
    border-right-color: rgb(237 233 254 / 0.8);
  }

  .lg\:border-r-violet-100\/85 {
    border-right-color: rgb(237 233 254 / 0.85);
  }

  .lg\:border-r-violet-100\/90 {
    border-right-color: rgb(237 233 254 / 0.9);
  }

  .lg\:border-r-violet-100\/95 {
    border-right-color: rgb(237 233 254 / 0.95);
  }

  .lg\:border-r-violet-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(221 214 254 / var(--tw-border-opacity));
  }

  .lg\:border-r-violet-200\/0 {
    border-right-color: rgb(221 214 254 / 0);
  }

  .lg\:border-r-violet-200\/10 {
    border-right-color: rgb(221 214 254 / 0.1);
  }

  .lg\:border-r-violet-200\/100 {
    border-right-color: rgb(221 214 254 / 1);
  }

  .lg\:border-r-violet-200\/15 {
    border-right-color: rgb(221 214 254 / 0.15);
  }

  .lg\:border-r-violet-200\/20 {
    border-right-color: rgb(221 214 254 / 0.2);
  }

  .lg\:border-r-violet-200\/25 {
    border-right-color: rgb(221 214 254 / 0.25);
  }

  .lg\:border-r-violet-200\/30 {
    border-right-color: rgb(221 214 254 / 0.3);
  }

  .lg\:border-r-violet-200\/35 {
    border-right-color: rgb(221 214 254 / 0.35);
  }

  .lg\:border-r-violet-200\/40 {
    border-right-color: rgb(221 214 254 / 0.4);
  }

  .lg\:border-r-violet-200\/45 {
    border-right-color: rgb(221 214 254 / 0.45);
  }

  .lg\:border-r-violet-200\/5 {
    border-right-color: rgb(221 214 254 / 0.05);
  }

  .lg\:border-r-violet-200\/50 {
    border-right-color: rgb(221 214 254 / 0.5);
  }

  .lg\:border-r-violet-200\/55 {
    border-right-color: rgb(221 214 254 / 0.55);
  }

  .lg\:border-r-violet-200\/60 {
    border-right-color: rgb(221 214 254 / 0.6);
  }

  .lg\:border-r-violet-200\/65 {
    border-right-color: rgb(221 214 254 / 0.65);
  }

  .lg\:border-r-violet-200\/70 {
    border-right-color: rgb(221 214 254 / 0.7);
  }

  .lg\:border-r-violet-200\/75 {
    border-right-color: rgb(221 214 254 / 0.75);
  }

  .lg\:border-r-violet-200\/80 {
    border-right-color: rgb(221 214 254 / 0.8);
  }

  .lg\:border-r-violet-200\/85 {
    border-right-color: rgb(221 214 254 / 0.85);
  }

  .lg\:border-r-violet-200\/90 {
    border-right-color: rgb(221 214 254 / 0.9);
  }

  .lg\:border-r-violet-200\/95 {
    border-right-color: rgb(221 214 254 / 0.95);
  }

  .lg\:border-r-violet-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(196 181 253 / var(--tw-border-opacity));
  }

  .lg\:border-r-violet-300\/0 {
    border-right-color: rgb(196 181 253 / 0);
  }

  .lg\:border-r-violet-300\/10 {
    border-right-color: rgb(196 181 253 / 0.1);
  }

  .lg\:border-r-violet-300\/100 {
    border-right-color: rgb(196 181 253 / 1);
  }

  .lg\:border-r-violet-300\/15 {
    border-right-color: rgb(196 181 253 / 0.15);
  }

  .lg\:border-r-violet-300\/20 {
    border-right-color: rgb(196 181 253 / 0.2);
  }

  .lg\:border-r-violet-300\/25 {
    border-right-color: rgb(196 181 253 / 0.25);
  }

  .lg\:border-r-violet-300\/30 {
    border-right-color: rgb(196 181 253 / 0.3);
  }

  .lg\:border-r-violet-300\/35 {
    border-right-color: rgb(196 181 253 / 0.35);
  }

  .lg\:border-r-violet-300\/40 {
    border-right-color: rgb(196 181 253 / 0.4);
  }

  .lg\:border-r-violet-300\/45 {
    border-right-color: rgb(196 181 253 / 0.45);
  }

  .lg\:border-r-violet-300\/5 {
    border-right-color: rgb(196 181 253 / 0.05);
  }

  .lg\:border-r-violet-300\/50 {
    border-right-color: rgb(196 181 253 / 0.5);
  }

  .lg\:border-r-violet-300\/55 {
    border-right-color: rgb(196 181 253 / 0.55);
  }

  .lg\:border-r-violet-300\/60 {
    border-right-color: rgb(196 181 253 / 0.6);
  }

  .lg\:border-r-violet-300\/65 {
    border-right-color: rgb(196 181 253 / 0.65);
  }

  .lg\:border-r-violet-300\/70 {
    border-right-color: rgb(196 181 253 / 0.7);
  }

  .lg\:border-r-violet-300\/75 {
    border-right-color: rgb(196 181 253 / 0.75);
  }

  .lg\:border-r-violet-300\/80 {
    border-right-color: rgb(196 181 253 / 0.8);
  }

  .lg\:border-r-violet-300\/85 {
    border-right-color: rgb(196 181 253 / 0.85);
  }

  .lg\:border-r-violet-300\/90 {
    border-right-color: rgb(196 181 253 / 0.9);
  }

  .lg\:border-r-violet-300\/95 {
    border-right-color: rgb(196 181 253 / 0.95);
  }

  .lg\:border-r-violet-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(167 139 250 / var(--tw-border-opacity));
  }

  .lg\:border-r-violet-400\/0 {
    border-right-color: rgb(167 139 250 / 0);
  }

  .lg\:border-r-violet-400\/10 {
    border-right-color: rgb(167 139 250 / 0.1);
  }

  .lg\:border-r-violet-400\/100 {
    border-right-color: rgb(167 139 250 / 1);
  }

  .lg\:border-r-violet-400\/15 {
    border-right-color: rgb(167 139 250 / 0.15);
  }

  .lg\:border-r-violet-400\/20 {
    border-right-color: rgb(167 139 250 / 0.2);
  }

  .lg\:border-r-violet-400\/25 {
    border-right-color: rgb(167 139 250 / 0.25);
  }

  .lg\:border-r-violet-400\/30 {
    border-right-color: rgb(167 139 250 / 0.3);
  }

  .lg\:border-r-violet-400\/35 {
    border-right-color: rgb(167 139 250 / 0.35);
  }

  .lg\:border-r-violet-400\/40 {
    border-right-color: rgb(167 139 250 / 0.4);
  }

  .lg\:border-r-violet-400\/45 {
    border-right-color: rgb(167 139 250 / 0.45);
  }

  .lg\:border-r-violet-400\/5 {
    border-right-color: rgb(167 139 250 / 0.05);
  }

  .lg\:border-r-violet-400\/50 {
    border-right-color: rgb(167 139 250 / 0.5);
  }

  .lg\:border-r-violet-400\/55 {
    border-right-color: rgb(167 139 250 / 0.55);
  }

  .lg\:border-r-violet-400\/60 {
    border-right-color: rgb(167 139 250 / 0.6);
  }

  .lg\:border-r-violet-400\/65 {
    border-right-color: rgb(167 139 250 / 0.65);
  }

  .lg\:border-r-violet-400\/70 {
    border-right-color: rgb(167 139 250 / 0.7);
  }

  .lg\:border-r-violet-400\/75 {
    border-right-color: rgb(167 139 250 / 0.75);
  }

  .lg\:border-r-violet-400\/80 {
    border-right-color: rgb(167 139 250 / 0.8);
  }

  .lg\:border-r-violet-400\/85 {
    border-right-color: rgb(167 139 250 / 0.85);
  }

  .lg\:border-r-violet-400\/90 {
    border-right-color: rgb(167 139 250 / 0.9);
  }

  .lg\:border-r-violet-400\/95 {
    border-right-color: rgb(167 139 250 / 0.95);
  }

  .lg\:border-r-violet-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 243 255 / var(--tw-border-opacity));
  }

  .lg\:border-r-violet-50\/0 {
    border-right-color: rgb(245 243 255 / 0);
  }

  .lg\:border-r-violet-50\/10 {
    border-right-color: rgb(245 243 255 / 0.1);
  }

  .lg\:border-r-violet-50\/100 {
    border-right-color: rgb(245 243 255 / 1);
  }

  .lg\:border-r-violet-50\/15 {
    border-right-color: rgb(245 243 255 / 0.15);
  }

  .lg\:border-r-violet-50\/20 {
    border-right-color: rgb(245 243 255 / 0.2);
  }

  .lg\:border-r-violet-50\/25 {
    border-right-color: rgb(245 243 255 / 0.25);
  }

  .lg\:border-r-violet-50\/30 {
    border-right-color: rgb(245 243 255 / 0.3);
  }

  .lg\:border-r-violet-50\/35 {
    border-right-color: rgb(245 243 255 / 0.35);
  }

  .lg\:border-r-violet-50\/40 {
    border-right-color: rgb(245 243 255 / 0.4);
  }

  .lg\:border-r-violet-50\/45 {
    border-right-color: rgb(245 243 255 / 0.45);
  }

  .lg\:border-r-violet-50\/5 {
    border-right-color: rgb(245 243 255 / 0.05);
  }

  .lg\:border-r-violet-50\/50 {
    border-right-color: rgb(245 243 255 / 0.5);
  }

  .lg\:border-r-violet-50\/55 {
    border-right-color: rgb(245 243 255 / 0.55);
  }

  .lg\:border-r-violet-50\/60 {
    border-right-color: rgb(245 243 255 / 0.6);
  }

  .lg\:border-r-violet-50\/65 {
    border-right-color: rgb(245 243 255 / 0.65);
  }

  .lg\:border-r-violet-50\/70 {
    border-right-color: rgb(245 243 255 / 0.7);
  }

  .lg\:border-r-violet-50\/75 {
    border-right-color: rgb(245 243 255 / 0.75);
  }

  .lg\:border-r-violet-50\/80 {
    border-right-color: rgb(245 243 255 / 0.8);
  }

  .lg\:border-r-violet-50\/85 {
    border-right-color: rgb(245 243 255 / 0.85);
  }

  .lg\:border-r-violet-50\/90 {
    border-right-color: rgb(245 243 255 / 0.9);
  }

  .lg\:border-r-violet-50\/95 {
    border-right-color: rgb(245 243 255 / 0.95);
  }

  .lg\:border-r-violet-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(139 92 246 / var(--tw-border-opacity));
  }

  .lg\:border-r-violet-500\/0 {
    border-right-color: rgb(139 92 246 / 0);
  }

  .lg\:border-r-violet-500\/10 {
    border-right-color: rgb(139 92 246 / 0.1);
  }

  .lg\:border-r-violet-500\/100 {
    border-right-color: rgb(139 92 246 / 1);
  }

  .lg\:border-r-violet-500\/15 {
    border-right-color: rgb(139 92 246 / 0.15);
  }

  .lg\:border-r-violet-500\/20 {
    border-right-color: rgb(139 92 246 / 0.2);
  }

  .lg\:border-r-violet-500\/25 {
    border-right-color: rgb(139 92 246 / 0.25);
  }

  .lg\:border-r-violet-500\/30 {
    border-right-color: rgb(139 92 246 / 0.3);
  }

  .lg\:border-r-violet-500\/35 {
    border-right-color: rgb(139 92 246 / 0.35);
  }

  .lg\:border-r-violet-500\/40 {
    border-right-color: rgb(139 92 246 / 0.4);
  }

  .lg\:border-r-violet-500\/45 {
    border-right-color: rgb(139 92 246 / 0.45);
  }

  .lg\:border-r-violet-500\/5 {
    border-right-color: rgb(139 92 246 / 0.05);
  }

  .lg\:border-r-violet-500\/50 {
    border-right-color: rgb(139 92 246 / 0.5);
  }

  .lg\:border-r-violet-500\/55 {
    border-right-color: rgb(139 92 246 / 0.55);
  }

  .lg\:border-r-violet-500\/60 {
    border-right-color: rgb(139 92 246 / 0.6);
  }

  .lg\:border-r-violet-500\/65 {
    border-right-color: rgb(139 92 246 / 0.65);
  }

  .lg\:border-r-violet-500\/70 {
    border-right-color: rgb(139 92 246 / 0.7);
  }

  .lg\:border-r-violet-500\/75 {
    border-right-color: rgb(139 92 246 / 0.75);
  }

  .lg\:border-r-violet-500\/80 {
    border-right-color: rgb(139 92 246 / 0.8);
  }

  .lg\:border-r-violet-500\/85 {
    border-right-color: rgb(139 92 246 / 0.85);
  }

  .lg\:border-r-violet-500\/90 {
    border-right-color: rgb(139 92 246 / 0.9);
  }

  .lg\:border-r-violet-500\/95 {
    border-right-color: rgb(139 92 246 / 0.95);
  }

  .lg\:border-r-violet-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(124 58 237 / var(--tw-border-opacity));
  }

  .lg\:border-r-violet-600\/0 {
    border-right-color: rgb(124 58 237 / 0);
  }

  .lg\:border-r-violet-600\/10 {
    border-right-color: rgb(124 58 237 / 0.1);
  }

  .lg\:border-r-violet-600\/100 {
    border-right-color: rgb(124 58 237 / 1);
  }

  .lg\:border-r-violet-600\/15 {
    border-right-color: rgb(124 58 237 / 0.15);
  }

  .lg\:border-r-violet-600\/20 {
    border-right-color: rgb(124 58 237 / 0.2);
  }

  .lg\:border-r-violet-600\/25 {
    border-right-color: rgb(124 58 237 / 0.25);
  }

  .lg\:border-r-violet-600\/30 {
    border-right-color: rgb(124 58 237 / 0.3);
  }

  .lg\:border-r-violet-600\/35 {
    border-right-color: rgb(124 58 237 / 0.35);
  }

  .lg\:border-r-violet-600\/40 {
    border-right-color: rgb(124 58 237 / 0.4);
  }

  .lg\:border-r-violet-600\/45 {
    border-right-color: rgb(124 58 237 / 0.45);
  }

  .lg\:border-r-violet-600\/5 {
    border-right-color: rgb(124 58 237 / 0.05);
  }

  .lg\:border-r-violet-600\/50 {
    border-right-color: rgb(124 58 237 / 0.5);
  }

  .lg\:border-r-violet-600\/55 {
    border-right-color: rgb(124 58 237 / 0.55);
  }

  .lg\:border-r-violet-600\/60 {
    border-right-color: rgb(124 58 237 / 0.6);
  }

  .lg\:border-r-violet-600\/65 {
    border-right-color: rgb(124 58 237 / 0.65);
  }

  .lg\:border-r-violet-600\/70 {
    border-right-color: rgb(124 58 237 / 0.7);
  }

  .lg\:border-r-violet-600\/75 {
    border-right-color: rgb(124 58 237 / 0.75);
  }

  .lg\:border-r-violet-600\/80 {
    border-right-color: rgb(124 58 237 / 0.8);
  }

  .lg\:border-r-violet-600\/85 {
    border-right-color: rgb(124 58 237 / 0.85);
  }

  .lg\:border-r-violet-600\/90 {
    border-right-color: rgb(124 58 237 / 0.9);
  }

  .lg\:border-r-violet-600\/95 {
    border-right-color: rgb(124 58 237 / 0.95);
  }

  .lg\:border-r-violet-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(109 40 217 / var(--tw-border-opacity));
  }

  .lg\:border-r-violet-700\/0 {
    border-right-color: rgb(109 40 217 / 0);
  }

  .lg\:border-r-violet-700\/10 {
    border-right-color: rgb(109 40 217 / 0.1);
  }

  .lg\:border-r-violet-700\/100 {
    border-right-color: rgb(109 40 217 / 1);
  }

  .lg\:border-r-violet-700\/15 {
    border-right-color: rgb(109 40 217 / 0.15);
  }

  .lg\:border-r-violet-700\/20 {
    border-right-color: rgb(109 40 217 / 0.2);
  }

  .lg\:border-r-violet-700\/25 {
    border-right-color: rgb(109 40 217 / 0.25);
  }

  .lg\:border-r-violet-700\/30 {
    border-right-color: rgb(109 40 217 / 0.3);
  }

  .lg\:border-r-violet-700\/35 {
    border-right-color: rgb(109 40 217 / 0.35);
  }

  .lg\:border-r-violet-700\/40 {
    border-right-color: rgb(109 40 217 / 0.4);
  }

  .lg\:border-r-violet-700\/45 {
    border-right-color: rgb(109 40 217 / 0.45);
  }

  .lg\:border-r-violet-700\/5 {
    border-right-color: rgb(109 40 217 / 0.05);
  }

  .lg\:border-r-violet-700\/50 {
    border-right-color: rgb(109 40 217 / 0.5);
  }

  .lg\:border-r-violet-700\/55 {
    border-right-color: rgb(109 40 217 / 0.55);
  }

  .lg\:border-r-violet-700\/60 {
    border-right-color: rgb(109 40 217 / 0.6);
  }

  .lg\:border-r-violet-700\/65 {
    border-right-color: rgb(109 40 217 / 0.65);
  }

  .lg\:border-r-violet-700\/70 {
    border-right-color: rgb(109 40 217 / 0.7);
  }

  .lg\:border-r-violet-700\/75 {
    border-right-color: rgb(109 40 217 / 0.75);
  }

  .lg\:border-r-violet-700\/80 {
    border-right-color: rgb(109 40 217 / 0.8);
  }

  .lg\:border-r-violet-700\/85 {
    border-right-color: rgb(109 40 217 / 0.85);
  }

  .lg\:border-r-violet-700\/90 {
    border-right-color: rgb(109 40 217 / 0.9);
  }

  .lg\:border-r-violet-700\/95 {
    border-right-color: rgb(109 40 217 / 0.95);
  }

  .lg\:border-r-violet-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(91 33 182 / var(--tw-border-opacity));
  }

  .lg\:border-r-violet-800\/0 {
    border-right-color: rgb(91 33 182 / 0);
  }

  .lg\:border-r-violet-800\/10 {
    border-right-color: rgb(91 33 182 / 0.1);
  }

  .lg\:border-r-violet-800\/100 {
    border-right-color: rgb(91 33 182 / 1);
  }

  .lg\:border-r-violet-800\/15 {
    border-right-color: rgb(91 33 182 / 0.15);
  }

  .lg\:border-r-violet-800\/20 {
    border-right-color: rgb(91 33 182 / 0.2);
  }

  .lg\:border-r-violet-800\/25 {
    border-right-color: rgb(91 33 182 / 0.25);
  }

  .lg\:border-r-violet-800\/30 {
    border-right-color: rgb(91 33 182 / 0.3);
  }

  .lg\:border-r-violet-800\/35 {
    border-right-color: rgb(91 33 182 / 0.35);
  }

  .lg\:border-r-violet-800\/40 {
    border-right-color: rgb(91 33 182 / 0.4);
  }

  .lg\:border-r-violet-800\/45 {
    border-right-color: rgb(91 33 182 / 0.45);
  }

  .lg\:border-r-violet-800\/5 {
    border-right-color: rgb(91 33 182 / 0.05);
  }

  .lg\:border-r-violet-800\/50 {
    border-right-color: rgb(91 33 182 / 0.5);
  }

  .lg\:border-r-violet-800\/55 {
    border-right-color: rgb(91 33 182 / 0.55);
  }

  .lg\:border-r-violet-800\/60 {
    border-right-color: rgb(91 33 182 / 0.6);
  }

  .lg\:border-r-violet-800\/65 {
    border-right-color: rgb(91 33 182 / 0.65);
  }

  .lg\:border-r-violet-800\/70 {
    border-right-color: rgb(91 33 182 / 0.7);
  }

  .lg\:border-r-violet-800\/75 {
    border-right-color: rgb(91 33 182 / 0.75);
  }

  .lg\:border-r-violet-800\/80 {
    border-right-color: rgb(91 33 182 / 0.8);
  }

  .lg\:border-r-violet-800\/85 {
    border-right-color: rgb(91 33 182 / 0.85);
  }

  .lg\:border-r-violet-800\/90 {
    border-right-color: rgb(91 33 182 / 0.9);
  }

  .lg\:border-r-violet-800\/95 {
    border-right-color: rgb(91 33 182 / 0.95);
  }

  .lg\:border-r-violet-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(76 29 149 / var(--tw-border-opacity));
  }

  .lg\:border-r-violet-900\/0 {
    border-right-color: rgb(76 29 149 / 0);
  }

  .lg\:border-r-violet-900\/10 {
    border-right-color: rgb(76 29 149 / 0.1);
  }

  .lg\:border-r-violet-900\/100 {
    border-right-color: rgb(76 29 149 / 1);
  }

  .lg\:border-r-violet-900\/15 {
    border-right-color: rgb(76 29 149 / 0.15);
  }

  .lg\:border-r-violet-900\/20 {
    border-right-color: rgb(76 29 149 / 0.2);
  }

  .lg\:border-r-violet-900\/25 {
    border-right-color: rgb(76 29 149 / 0.25);
  }

  .lg\:border-r-violet-900\/30 {
    border-right-color: rgb(76 29 149 / 0.3);
  }

  .lg\:border-r-violet-900\/35 {
    border-right-color: rgb(76 29 149 / 0.35);
  }

  .lg\:border-r-violet-900\/40 {
    border-right-color: rgb(76 29 149 / 0.4);
  }

  .lg\:border-r-violet-900\/45 {
    border-right-color: rgb(76 29 149 / 0.45);
  }

  .lg\:border-r-violet-900\/5 {
    border-right-color: rgb(76 29 149 / 0.05);
  }

  .lg\:border-r-violet-900\/50 {
    border-right-color: rgb(76 29 149 / 0.5);
  }

  .lg\:border-r-violet-900\/55 {
    border-right-color: rgb(76 29 149 / 0.55);
  }

  .lg\:border-r-violet-900\/60 {
    border-right-color: rgb(76 29 149 / 0.6);
  }

  .lg\:border-r-violet-900\/65 {
    border-right-color: rgb(76 29 149 / 0.65);
  }

  .lg\:border-r-violet-900\/70 {
    border-right-color: rgb(76 29 149 / 0.7);
  }

  .lg\:border-r-violet-900\/75 {
    border-right-color: rgb(76 29 149 / 0.75);
  }

  .lg\:border-r-violet-900\/80 {
    border-right-color: rgb(76 29 149 / 0.8);
  }

  .lg\:border-r-violet-900\/85 {
    border-right-color: rgb(76 29 149 / 0.85);
  }

  .lg\:border-r-violet-900\/90 {
    border-right-color: rgb(76 29 149 / 0.9);
  }

  .lg\:border-r-violet-900\/95 {
    border-right-color: rgb(76 29 149 / 0.95);
  }

  .lg\:border-r-violet-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(46 16 101 / var(--tw-border-opacity));
  }

  .lg\:border-r-violet-950\/0 {
    border-right-color: rgb(46 16 101 / 0);
  }

  .lg\:border-r-violet-950\/10 {
    border-right-color: rgb(46 16 101 / 0.1);
  }

  .lg\:border-r-violet-950\/100 {
    border-right-color: rgb(46 16 101 / 1);
  }

  .lg\:border-r-violet-950\/15 {
    border-right-color: rgb(46 16 101 / 0.15);
  }

  .lg\:border-r-violet-950\/20 {
    border-right-color: rgb(46 16 101 / 0.2);
  }

  .lg\:border-r-violet-950\/25 {
    border-right-color: rgb(46 16 101 / 0.25);
  }

  .lg\:border-r-violet-950\/30 {
    border-right-color: rgb(46 16 101 / 0.3);
  }

  .lg\:border-r-violet-950\/35 {
    border-right-color: rgb(46 16 101 / 0.35);
  }

  .lg\:border-r-violet-950\/40 {
    border-right-color: rgb(46 16 101 / 0.4);
  }

  .lg\:border-r-violet-950\/45 {
    border-right-color: rgb(46 16 101 / 0.45);
  }

  .lg\:border-r-violet-950\/5 {
    border-right-color: rgb(46 16 101 / 0.05);
  }

  .lg\:border-r-violet-950\/50 {
    border-right-color: rgb(46 16 101 / 0.5);
  }

  .lg\:border-r-violet-950\/55 {
    border-right-color: rgb(46 16 101 / 0.55);
  }

  .lg\:border-r-violet-950\/60 {
    border-right-color: rgb(46 16 101 / 0.6);
  }

  .lg\:border-r-violet-950\/65 {
    border-right-color: rgb(46 16 101 / 0.65);
  }

  .lg\:border-r-violet-950\/70 {
    border-right-color: rgb(46 16 101 / 0.7);
  }

  .lg\:border-r-violet-950\/75 {
    border-right-color: rgb(46 16 101 / 0.75);
  }

  .lg\:border-r-violet-950\/80 {
    border-right-color: rgb(46 16 101 / 0.8);
  }

  .lg\:border-r-violet-950\/85 {
    border-right-color: rgb(46 16 101 / 0.85);
  }

  .lg\:border-r-violet-950\/90 {
    border-right-color: rgb(46 16 101 / 0.9);
  }

  .lg\:border-r-violet-950\/95 {
    border-right-color: rgb(46 16 101 / 0.95);
  }

  .lg\:border-r-white {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .lg\:border-r-white\/0 {
    border-right-color: rgb(255 255 255 / 0);
  }

  .lg\:border-r-white\/10 {
    border-right-color: rgb(255 255 255 / 0.1);
  }

  .lg\:border-r-white\/100 {
    border-right-color: rgb(255 255 255 / 1);
  }

  .lg\:border-r-white\/15 {
    border-right-color: rgb(255 255 255 / 0.15);
  }

  .lg\:border-r-white\/20 {
    border-right-color: rgb(255 255 255 / 0.2);
  }

  .lg\:border-r-white\/25 {
    border-right-color: rgb(255 255 255 / 0.25);
  }

  .lg\:border-r-white\/30 {
    border-right-color: rgb(255 255 255 / 0.3);
  }

  .lg\:border-r-white\/35 {
    border-right-color: rgb(255 255 255 / 0.35);
  }

  .lg\:border-r-white\/40 {
    border-right-color: rgb(255 255 255 / 0.4);
  }

  .lg\:border-r-white\/45 {
    border-right-color: rgb(255 255 255 / 0.45);
  }

  .lg\:border-r-white\/5 {
    border-right-color: rgb(255 255 255 / 0.05);
  }

  .lg\:border-r-white\/50 {
    border-right-color: rgb(255 255 255 / 0.5);
  }

  .lg\:border-r-white\/55 {
    border-right-color: rgb(255 255 255 / 0.55);
  }

  .lg\:border-r-white\/60 {
    border-right-color: rgb(255 255 255 / 0.6);
  }

  .lg\:border-r-white\/65 {
    border-right-color: rgb(255 255 255 / 0.65);
  }

  .lg\:border-r-white\/70 {
    border-right-color: rgb(255 255 255 / 0.7);
  }

  .lg\:border-r-white\/75 {
    border-right-color: rgb(255 255 255 / 0.75);
  }

  .lg\:border-r-white\/80 {
    border-right-color: rgb(255 255 255 / 0.8);
  }

  .lg\:border-r-white\/85 {
    border-right-color: rgb(255 255 255 / 0.85);
  }

  .lg\:border-r-white\/90 {
    border-right-color: rgb(255 255 255 / 0.9);
  }

  .lg\:border-r-white\/95 {
    border-right-color: rgb(255 255 255 / 0.95);
  }

  .lg\:border-r-yellow-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .lg\:border-r-yellow-100\/0 {
    border-right-color: rgb(254 249 195 / 0);
  }

  .lg\:border-r-yellow-100\/10 {
    border-right-color: rgb(254 249 195 / 0.1);
  }

  .lg\:border-r-yellow-100\/100 {
    border-right-color: rgb(254 249 195 / 1);
  }

  .lg\:border-r-yellow-100\/15 {
    border-right-color: rgb(254 249 195 / 0.15);
  }

  .lg\:border-r-yellow-100\/20 {
    border-right-color: rgb(254 249 195 / 0.2);
  }

  .lg\:border-r-yellow-100\/25 {
    border-right-color: rgb(254 249 195 / 0.25);
  }

  .lg\:border-r-yellow-100\/30 {
    border-right-color: rgb(254 249 195 / 0.3);
  }

  .lg\:border-r-yellow-100\/35 {
    border-right-color: rgb(254 249 195 / 0.35);
  }

  .lg\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-r-yellow-100\/45 {
    border-right-color: rgb(254 249 195 / 0.45);
  }

  .lg\:border-r-yellow-100\/5 {
    border-right-color: rgb(254 249 195 / 0.05);
  }

  .lg\:border-r-yellow-100\/50 {
    border-right-color: rgb(254 249 195 / 0.5);
  }

  .lg\:border-r-yellow-100\/55 {
    border-right-color: rgb(254 249 195 / 0.55);
  }

  .lg\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-r-yellow-100\/65 {
    border-right-color: rgb(254 249 195 / 0.65);
  }

  .lg\:border-r-yellow-100\/70 {
    border-right-color: rgb(254 249 195 / 0.7);
  }

  .lg\:border-r-yellow-100\/75 {
    border-right-color: rgb(254 249 195 / 0.75);
  }

  .lg\:border-r-yellow-100\/80 {
    border-right-color: rgb(254 249 195 / 0.8);
  }

  .lg\:border-r-yellow-100\/85 {
    border-right-color: rgb(254 249 195 / 0.85);
  }

  .lg\:border-r-yellow-100\/90 {
    border-right-color: rgb(254 249 195 / 0.9);
  }

  .lg\:border-r-yellow-100\/95 {
    border-right-color: rgb(254 249 195 / 0.95);
  }

  .lg\:border-r-yellow-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .lg\:border-r-yellow-200\/0 {
    border-right-color: rgb(254 240 138 / 0);
  }

  .lg\:border-r-yellow-200\/10 {
    border-right-color: rgb(254 240 138 / 0.1);
  }

  .lg\:border-r-yellow-200\/100 {
    border-right-color: rgb(254 240 138 / 1);
  }

  .lg\:border-r-yellow-200\/15 {
    border-right-color: rgb(254 240 138 / 0.15);
  }

  .lg\:border-r-yellow-200\/20 {
    border-right-color: rgb(254 240 138 / 0.2);
  }

  .lg\:border-r-yellow-200\/25 {
    border-right-color: rgb(254 240 138 / 0.25);
  }

  .lg\:border-r-yellow-200\/30 {
    border-right-color: rgb(254 240 138 / 0.3);
  }

  .lg\:border-r-yellow-200\/35 {
    border-right-color: rgb(254 240 138 / 0.35);
  }

  .lg\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-r-yellow-200\/45 {
    border-right-color: rgb(254 240 138 / 0.45);
  }

  .lg\:border-r-yellow-200\/5 {
    border-right-color: rgb(254 240 138 / 0.05);
  }

  .lg\:border-r-yellow-200\/50 {
    border-right-color: rgb(254 240 138 / 0.5);
  }

  .lg\:border-r-yellow-200\/55 {
    border-right-color: rgb(254 240 138 / 0.55);
  }

  .lg\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-r-yellow-200\/65 {
    border-right-color: rgb(254 240 138 / 0.65);
  }

  .lg\:border-r-yellow-200\/70 {
    border-right-color: rgb(254 240 138 / 0.7);
  }

  .lg\:border-r-yellow-200\/75 {
    border-right-color: rgb(254 240 138 / 0.75);
  }

  .lg\:border-r-yellow-200\/80 {
    border-right-color: rgb(254 240 138 / 0.8);
  }

  .lg\:border-r-yellow-200\/85 {
    border-right-color: rgb(254 240 138 / 0.85);
  }

  .lg\:border-r-yellow-200\/90 {
    border-right-color: rgb(254 240 138 / 0.9);
  }

  .lg\:border-r-yellow-200\/95 {
    border-right-color: rgb(254 240 138 / 0.95);
  }

  .lg\:border-r-yellow-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .lg\:border-r-yellow-300\/0 {
    border-right-color: rgb(253 224 71 / 0);
  }

  .lg\:border-r-yellow-300\/10 {
    border-right-color: rgb(253 224 71 / 0.1);
  }

  .lg\:border-r-yellow-300\/100 {
    border-right-color: rgb(253 224 71 / 1);
  }

  .lg\:border-r-yellow-300\/15 {
    border-right-color: rgb(253 224 71 / 0.15);
  }

  .lg\:border-r-yellow-300\/20 {
    border-right-color: rgb(253 224 71 / 0.2);
  }

  .lg\:border-r-yellow-300\/25 {
    border-right-color: rgb(253 224 71 / 0.25);
  }

  .lg\:border-r-yellow-300\/30 {
    border-right-color: rgb(253 224 71 / 0.3);
  }

  .lg\:border-r-yellow-300\/35 {
    border-right-color: rgb(253 224 71 / 0.35);
  }

  .lg\:border-r-yellow-300\/40 {
    border-right-color: rgb(253 224 71 / 0.4);
  }

  .lg\:border-r-yellow-300\/45 {
    border-right-color: rgb(253 224 71 / 0.45);
  }

  .lg\:border-r-yellow-300\/5 {
    border-right-color: rgb(253 224 71 / 0.05);
  }

  .lg\:border-r-yellow-300\/50 {
    border-right-color: rgb(253 224 71 / 0.5);
  }

  .lg\:border-r-yellow-300\/55 {
    border-right-color: rgb(253 224 71 / 0.55);
  }

  .lg\:border-r-yellow-300\/60 {
    border-right-color: rgb(253 224 71 / 0.6);
  }

  .lg\:border-r-yellow-300\/65 {
    border-right-color: rgb(253 224 71 / 0.65);
  }

  .lg\:border-r-yellow-300\/70 {
    border-right-color: rgb(253 224 71 / 0.7);
  }

  .lg\:border-r-yellow-300\/75 {
    border-right-color: rgb(253 224 71 / 0.75);
  }

  .lg\:border-r-yellow-300\/80 {
    border-right-color: rgb(253 224 71 / 0.8);
  }

  .lg\:border-r-yellow-300\/85 {
    border-right-color: rgb(253 224 71 / 0.85);
  }

  .lg\:border-r-yellow-300\/90 {
    border-right-color: rgb(253 224 71 / 0.9);
  }

  .lg\:border-r-yellow-300\/95 {
    border-right-color: rgb(253 224 71 / 0.95);
  }

  .lg\:border-r-yellow-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .lg\:border-r-yellow-400\/0 {
    border-right-color: rgb(250 204 21 / 0);
  }

  .lg\:border-r-yellow-400\/10 {
    border-right-color: rgb(250 204 21 / 0.1);
  }

  .lg\:border-r-yellow-400\/100 {
    border-right-color: rgb(250 204 21 / 1);
  }

  .lg\:border-r-yellow-400\/15 {
    border-right-color: rgb(250 204 21 / 0.15);
  }

  .lg\:border-r-yellow-400\/20 {
    border-right-color: rgb(250 204 21 / 0.2);
  }

  .lg\:border-r-yellow-400\/25 {
    border-right-color: rgb(250 204 21 / 0.25);
  }

  .lg\:border-r-yellow-400\/30 {
    border-right-color: rgb(250 204 21 / 0.3);
  }

  .lg\:border-r-yellow-400\/35 {
    border-right-color: rgb(250 204 21 / 0.35);
  }

  .lg\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-r-yellow-400\/45 {
    border-right-color: rgb(250 204 21 / 0.45);
  }

  .lg\:border-r-yellow-400\/5 {
    border-right-color: rgb(250 204 21 / 0.05);
  }

  .lg\:border-r-yellow-400\/50 {
    border-right-color: rgb(250 204 21 / 0.5);
  }

  .lg\:border-r-yellow-400\/55 {
    border-right-color: rgb(250 204 21 / 0.55);
  }

  .lg\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-r-yellow-400\/65 {
    border-right-color: rgb(250 204 21 / 0.65);
  }

  .lg\:border-r-yellow-400\/70 {
    border-right-color: rgb(250 204 21 / 0.7);
  }

  .lg\:border-r-yellow-400\/75 {
    border-right-color: rgb(250 204 21 / 0.75);
  }

  .lg\:border-r-yellow-400\/80 {
    border-right-color: rgb(250 204 21 / 0.8);
  }

  .lg\:border-r-yellow-400\/85 {
    border-right-color: rgb(250 204 21 / 0.85);
  }

  .lg\:border-r-yellow-400\/90 {
    border-right-color: rgb(250 204 21 / 0.9);
  }

  .lg\:border-r-yellow-400\/95 {
    border-right-color: rgb(250 204 21 / 0.95);
  }

  .lg\:border-r-yellow-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .lg\:border-r-yellow-50\/0 {
    border-right-color: rgb(254 252 232 / 0);
  }

  .lg\:border-r-yellow-50\/10 {
    border-right-color: rgb(254 252 232 / 0.1);
  }

  .lg\:border-r-yellow-50\/100 {
    border-right-color: rgb(254 252 232 / 1);
  }

  .lg\:border-r-yellow-50\/15 {
    border-right-color: rgb(254 252 232 / 0.15);
  }

  .lg\:border-r-yellow-50\/20 {
    border-right-color: rgb(254 252 232 / 0.2);
  }

  .lg\:border-r-yellow-50\/25 {
    border-right-color: rgb(254 252 232 / 0.25);
  }

  .lg\:border-r-yellow-50\/30 {
    border-right-color: rgb(254 252 232 / 0.3);
  }

  .lg\:border-r-yellow-50\/35 {
    border-right-color: rgb(254 252 232 / 0.35);
  }

  .lg\:border-r-yellow-50\/40 {
    border-right-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-r-yellow-50\/45 {
    border-right-color: rgb(254 252 232 / 0.45);
  }

  .lg\:border-r-yellow-50\/5 {
    border-right-color: rgb(254 252 232 / 0.05);
  }

  .lg\:border-r-yellow-50\/50 {
    border-right-color: rgb(254 252 232 / 0.5);
  }

  .lg\:border-r-yellow-50\/55 {
    border-right-color: rgb(254 252 232 / 0.55);
  }

  .lg\:border-r-yellow-50\/60 {
    border-right-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-r-yellow-50\/65 {
    border-right-color: rgb(254 252 232 / 0.65);
  }

  .lg\:border-r-yellow-50\/70 {
    border-right-color: rgb(254 252 232 / 0.7);
  }

  .lg\:border-r-yellow-50\/75 {
    border-right-color: rgb(254 252 232 / 0.75);
  }

  .lg\:border-r-yellow-50\/80 {
    border-right-color: rgb(254 252 232 / 0.8);
  }

  .lg\:border-r-yellow-50\/85 {
    border-right-color: rgb(254 252 232 / 0.85);
  }

  .lg\:border-r-yellow-50\/90 {
    border-right-color: rgb(254 252 232 / 0.9);
  }

  .lg\:border-r-yellow-50\/95 {
    border-right-color: rgb(254 252 232 / 0.95);
  }

  .lg\:border-r-yellow-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .lg\:border-r-yellow-500\/0 {
    border-right-color: rgb(234 179 8 / 0);
  }

  .lg\:border-r-yellow-500\/10 {
    border-right-color: rgb(234 179 8 / 0.1);
  }

  .lg\:border-r-yellow-500\/100 {
    border-right-color: rgb(234 179 8 / 1);
  }

  .lg\:border-r-yellow-500\/15 {
    border-right-color: rgb(234 179 8 / 0.15);
  }

  .lg\:border-r-yellow-500\/20 {
    border-right-color: rgb(234 179 8 / 0.2);
  }

  .lg\:border-r-yellow-500\/25 {
    border-right-color: rgb(234 179 8 / 0.25);
  }

  .lg\:border-r-yellow-500\/30 {
    border-right-color: rgb(234 179 8 / 0.3);
  }

  .lg\:border-r-yellow-500\/35 {
    border-right-color: rgb(234 179 8 / 0.35);
  }

  .lg\:border-r-yellow-500\/40 {
    border-right-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-r-yellow-500\/45 {
    border-right-color: rgb(234 179 8 / 0.45);
  }

  .lg\:border-r-yellow-500\/5 {
    border-right-color: rgb(234 179 8 / 0.05);
  }

  .lg\:border-r-yellow-500\/50 {
    border-right-color: rgb(234 179 8 / 0.5);
  }

  .lg\:border-r-yellow-500\/55 {
    border-right-color: rgb(234 179 8 / 0.55);
  }

  .lg\:border-r-yellow-500\/60 {
    border-right-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-r-yellow-500\/65 {
    border-right-color: rgb(234 179 8 / 0.65);
  }

  .lg\:border-r-yellow-500\/70 {
    border-right-color: rgb(234 179 8 / 0.7);
  }

  .lg\:border-r-yellow-500\/75 {
    border-right-color: rgb(234 179 8 / 0.75);
  }

  .lg\:border-r-yellow-500\/80 {
    border-right-color: rgb(234 179 8 / 0.8);
  }

  .lg\:border-r-yellow-500\/85 {
    border-right-color: rgb(234 179 8 / 0.85);
  }

  .lg\:border-r-yellow-500\/90 {
    border-right-color: rgb(234 179 8 / 0.9);
  }

  .lg\:border-r-yellow-500\/95 {
    border-right-color: rgb(234 179 8 / 0.95);
  }

  .lg\:border-r-yellow-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .lg\:border-r-yellow-600\/0 {
    border-right-color: rgb(202 138 4 / 0);
  }

  .lg\:border-r-yellow-600\/10 {
    border-right-color: rgb(202 138 4 / 0.1);
  }

  .lg\:border-r-yellow-600\/100 {
    border-right-color: rgb(202 138 4 / 1);
  }

  .lg\:border-r-yellow-600\/15 {
    border-right-color: rgb(202 138 4 / 0.15);
  }

  .lg\:border-r-yellow-600\/20 {
    border-right-color: rgb(202 138 4 / 0.2);
  }

  .lg\:border-r-yellow-600\/25 {
    border-right-color: rgb(202 138 4 / 0.25);
  }

  .lg\:border-r-yellow-600\/30 {
    border-right-color: rgb(202 138 4 / 0.3);
  }

  .lg\:border-r-yellow-600\/35 {
    border-right-color: rgb(202 138 4 / 0.35);
  }

  .lg\:border-r-yellow-600\/40 {
    border-right-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-r-yellow-600\/45 {
    border-right-color: rgb(202 138 4 / 0.45);
  }

  .lg\:border-r-yellow-600\/5 {
    border-right-color: rgb(202 138 4 / 0.05);
  }

  .lg\:border-r-yellow-600\/50 {
    border-right-color: rgb(202 138 4 / 0.5);
  }

  .lg\:border-r-yellow-600\/55 {
    border-right-color: rgb(202 138 4 / 0.55);
  }

  .lg\:border-r-yellow-600\/60 {
    border-right-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-r-yellow-600\/65 {
    border-right-color: rgb(202 138 4 / 0.65);
  }

  .lg\:border-r-yellow-600\/70 {
    border-right-color: rgb(202 138 4 / 0.7);
  }

  .lg\:border-r-yellow-600\/75 {
    border-right-color: rgb(202 138 4 / 0.75);
  }

  .lg\:border-r-yellow-600\/80 {
    border-right-color: rgb(202 138 4 / 0.8);
  }

  .lg\:border-r-yellow-600\/85 {
    border-right-color: rgb(202 138 4 / 0.85);
  }

  .lg\:border-r-yellow-600\/90 {
    border-right-color: rgb(202 138 4 / 0.9);
  }

  .lg\:border-r-yellow-600\/95 {
    border-right-color: rgb(202 138 4 / 0.95);
  }

  .lg\:border-r-yellow-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .lg\:border-r-yellow-700\/0 {
    border-right-color: rgb(161 98 7 / 0);
  }

  .lg\:border-r-yellow-700\/10 {
    border-right-color: rgb(161 98 7 / 0.1);
  }

  .lg\:border-r-yellow-700\/100 {
    border-right-color: rgb(161 98 7 / 1);
  }

  .lg\:border-r-yellow-700\/15 {
    border-right-color: rgb(161 98 7 / 0.15);
  }

  .lg\:border-r-yellow-700\/20 {
    border-right-color: rgb(161 98 7 / 0.2);
  }

  .lg\:border-r-yellow-700\/25 {
    border-right-color: rgb(161 98 7 / 0.25);
  }

  .lg\:border-r-yellow-700\/30 {
    border-right-color: rgb(161 98 7 / 0.3);
  }

  .lg\:border-r-yellow-700\/35 {
    border-right-color: rgb(161 98 7 / 0.35);
  }

  .lg\:border-r-yellow-700\/40 {
    border-right-color: rgb(161 98 7 / 0.4);
  }

  .lg\:border-r-yellow-700\/45 {
    border-right-color: rgb(161 98 7 / 0.45);
  }

  .lg\:border-r-yellow-700\/5 {
    border-right-color: rgb(161 98 7 / 0.05);
  }

  .lg\:border-r-yellow-700\/50 {
    border-right-color: rgb(161 98 7 / 0.5);
  }

  .lg\:border-r-yellow-700\/55 {
    border-right-color: rgb(161 98 7 / 0.55);
  }

  .lg\:border-r-yellow-700\/60 {
    border-right-color: rgb(161 98 7 / 0.6);
  }

  .lg\:border-r-yellow-700\/65 {
    border-right-color: rgb(161 98 7 / 0.65);
  }

  .lg\:border-r-yellow-700\/70 {
    border-right-color: rgb(161 98 7 / 0.7);
  }

  .lg\:border-r-yellow-700\/75 {
    border-right-color: rgb(161 98 7 / 0.75);
  }

  .lg\:border-r-yellow-700\/80 {
    border-right-color: rgb(161 98 7 / 0.8);
  }

  .lg\:border-r-yellow-700\/85 {
    border-right-color: rgb(161 98 7 / 0.85);
  }

  .lg\:border-r-yellow-700\/90 {
    border-right-color: rgb(161 98 7 / 0.9);
  }

  .lg\:border-r-yellow-700\/95 {
    border-right-color: rgb(161 98 7 / 0.95);
  }

  .lg\:border-r-yellow-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .lg\:border-r-yellow-800\/0 {
    border-right-color: rgb(133 77 14 / 0);
  }

  .lg\:border-r-yellow-800\/10 {
    border-right-color: rgb(133 77 14 / 0.1);
  }

  .lg\:border-r-yellow-800\/100 {
    border-right-color: rgb(133 77 14 / 1);
  }

  .lg\:border-r-yellow-800\/15 {
    border-right-color: rgb(133 77 14 / 0.15);
  }

  .lg\:border-r-yellow-800\/20 {
    border-right-color: rgb(133 77 14 / 0.2);
  }

  .lg\:border-r-yellow-800\/25 {
    border-right-color: rgb(133 77 14 / 0.25);
  }

  .lg\:border-r-yellow-800\/30 {
    border-right-color: rgb(133 77 14 / 0.3);
  }

  .lg\:border-r-yellow-800\/35 {
    border-right-color: rgb(133 77 14 / 0.35);
  }

  .lg\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-r-yellow-800\/45 {
    border-right-color: rgb(133 77 14 / 0.45);
  }

  .lg\:border-r-yellow-800\/5 {
    border-right-color: rgb(133 77 14 / 0.05);
  }

  .lg\:border-r-yellow-800\/50 {
    border-right-color: rgb(133 77 14 / 0.5);
  }

  .lg\:border-r-yellow-800\/55 {
    border-right-color: rgb(133 77 14 / 0.55);
  }

  .lg\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-r-yellow-800\/65 {
    border-right-color: rgb(133 77 14 / 0.65);
  }

  .lg\:border-r-yellow-800\/70 {
    border-right-color: rgb(133 77 14 / 0.7);
  }

  .lg\:border-r-yellow-800\/75 {
    border-right-color: rgb(133 77 14 / 0.75);
  }

  .lg\:border-r-yellow-800\/80 {
    border-right-color: rgb(133 77 14 / 0.8);
  }

  .lg\:border-r-yellow-800\/85 {
    border-right-color: rgb(133 77 14 / 0.85);
  }

  .lg\:border-r-yellow-800\/90 {
    border-right-color: rgb(133 77 14 / 0.9);
  }

  .lg\:border-r-yellow-800\/95 {
    border-right-color: rgb(133 77 14 / 0.95);
  }

  .lg\:border-r-yellow-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .lg\:border-r-yellow-900\/0 {
    border-right-color: rgb(113 63 18 / 0);
  }

  .lg\:border-r-yellow-900\/10 {
    border-right-color: rgb(113 63 18 / 0.1);
  }

  .lg\:border-r-yellow-900\/100 {
    border-right-color: rgb(113 63 18 / 1);
  }

  .lg\:border-r-yellow-900\/15 {
    border-right-color: rgb(113 63 18 / 0.15);
  }

  .lg\:border-r-yellow-900\/20 {
    border-right-color: rgb(113 63 18 / 0.2);
  }

  .lg\:border-r-yellow-900\/25 {
    border-right-color: rgb(113 63 18 / 0.25);
  }

  .lg\:border-r-yellow-900\/30 {
    border-right-color: rgb(113 63 18 / 0.3);
  }

  .lg\:border-r-yellow-900\/35 {
    border-right-color: rgb(113 63 18 / 0.35);
  }

  .lg\:border-r-yellow-900\/40 {
    border-right-color: rgb(113 63 18 / 0.4);
  }

  .lg\:border-r-yellow-900\/45 {
    border-right-color: rgb(113 63 18 / 0.45);
  }

  .lg\:border-r-yellow-900\/5 {
    border-right-color: rgb(113 63 18 / 0.05);
  }

  .lg\:border-r-yellow-900\/50 {
    border-right-color: rgb(113 63 18 / 0.5);
  }

  .lg\:border-r-yellow-900\/55 {
    border-right-color: rgb(113 63 18 / 0.55);
  }

  .lg\:border-r-yellow-900\/60 {
    border-right-color: rgb(113 63 18 / 0.6);
  }

  .lg\:border-r-yellow-900\/65 {
    border-right-color: rgb(113 63 18 / 0.65);
  }

  .lg\:border-r-yellow-900\/70 {
    border-right-color: rgb(113 63 18 / 0.7);
  }

  .lg\:border-r-yellow-900\/75 {
    border-right-color: rgb(113 63 18 / 0.75);
  }

  .lg\:border-r-yellow-900\/80 {
    border-right-color: rgb(113 63 18 / 0.8);
  }

  .lg\:border-r-yellow-900\/85 {
    border-right-color: rgb(113 63 18 / 0.85);
  }

  .lg\:border-r-yellow-900\/90 {
    border-right-color: rgb(113 63 18 / 0.9);
  }

  .lg\:border-r-yellow-900\/95 {
    border-right-color: rgb(113 63 18 / 0.95);
  }

  .lg\:border-r-yellow-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .lg\:border-r-yellow-950\/0 {
    border-right-color: rgb(66 32 6 / 0);
  }

  .lg\:border-r-yellow-950\/10 {
    border-right-color: rgb(66 32 6 / 0.1);
  }

  .lg\:border-r-yellow-950\/100 {
    border-right-color: rgb(66 32 6 / 1);
  }

  .lg\:border-r-yellow-950\/15 {
    border-right-color: rgb(66 32 6 / 0.15);
  }

  .lg\:border-r-yellow-950\/20 {
    border-right-color: rgb(66 32 6 / 0.2);
  }

  .lg\:border-r-yellow-950\/25 {
    border-right-color: rgb(66 32 6 / 0.25);
  }

  .lg\:border-r-yellow-950\/30 {
    border-right-color: rgb(66 32 6 / 0.3);
  }

  .lg\:border-r-yellow-950\/35 {
    border-right-color: rgb(66 32 6 / 0.35);
  }

  .lg\:border-r-yellow-950\/40 {
    border-right-color: rgb(66 32 6 / 0.4);
  }

  .lg\:border-r-yellow-950\/45 {
    border-right-color: rgb(66 32 6 / 0.45);
  }

  .lg\:border-r-yellow-950\/5 {
    border-right-color: rgb(66 32 6 / 0.05);
  }

  .lg\:border-r-yellow-950\/50 {
    border-right-color: rgb(66 32 6 / 0.5);
  }

  .lg\:border-r-yellow-950\/55 {
    border-right-color: rgb(66 32 6 / 0.55);
  }

  .lg\:border-r-yellow-950\/60 {
    border-right-color: rgb(66 32 6 / 0.6);
  }

  .lg\:border-r-yellow-950\/65 {
    border-right-color: rgb(66 32 6 / 0.65);
  }

  .lg\:border-r-yellow-950\/70 {
    border-right-color: rgb(66 32 6 / 0.7);
  }

  .lg\:border-r-yellow-950\/75 {
    border-right-color: rgb(66 32 6 / 0.75);
  }

  .lg\:border-r-yellow-950\/80 {
    border-right-color: rgb(66 32 6 / 0.8);
  }

  .lg\:border-r-yellow-950\/85 {
    border-right-color: rgb(66 32 6 / 0.85);
  }

  .lg\:border-r-yellow-950\/90 {
    border-right-color: rgb(66 32 6 / 0.9);
  }

  .lg\:border-r-yellow-950\/95 {
    border-right-color: rgb(66 32 6 / 0.95);
  }

  .lg\:border-r-zinc-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(244 244 245 / var(--tw-border-opacity));
  }

  .lg\:border-r-zinc-100\/0 {
    border-right-color: rgb(244 244 245 / 0);
  }

  .lg\:border-r-zinc-100\/10 {
    border-right-color: rgb(244 244 245 / 0.1);
  }

  .lg\:border-r-zinc-100\/100 {
    border-right-color: rgb(244 244 245 / 1);
  }

  .lg\:border-r-zinc-100\/15 {
    border-right-color: rgb(244 244 245 / 0.15);
  }

  .lg\:border-r-zinc-100\/20 {
    border-right-color: rgb(244 244 245 / 0.2);
  }

  .lg\:border-r-zinc-100\/25 {
    border-right-color: rgb(244 244 245 / 0.25);
  }

  .lg\:border-r-zinc-100\/30 {
    border-right-color: rgb(244 244 245 / 0.3);
  }

  .lg\:border-r-zinc-100\/35 {
    border-right-color: rgb(244 244 245 / 0.35);
  }

  .lg\:border-r-zinc-100\/40 {
    border-right-color: rgb(244 244 245 / 0.4);
  }

  .lg\:border-r-zinc-100\/45 {
    border-right-color: rgb(244 244 245 / 0.45);
  }

  .lg\:border-r-zinc-100\/5 {
    border-right-color: rgb(244 244 245 / 0.05);
  }

  .lg\:border-r-zinc-100\/50 {
    border-right-color: rgb(244 244 245 / 0.5);
  }

  .lg\:border-r-zinc-100\/55 {
    border-right-color: rgb(244 244 245 / 0.55);
  }

  .lg\:border-r-zinc-100\/60 {
    border-right-color: rgb(244 244 245 / 0.6);
  }

  .lg\:border-r-zinc-100\/65 {
    border-right-color: rgb(244 244 245 / 0.65);
  }

  .lg\:border-r-zinc-100\/70 {
    border-right-color: rgb(244 244 245 / 0.7);
  }

  .lg\:border-r-zinc-100\/75 {
    border-right-color: rgb(244 244 245 / 0.75);
  }

  .lg\:border-r-zinc-100\/80 {
    border-right-color: rgb(244 244 245 / 0.8);
  }

  .lg\:border-r-zinc-100\/85 {
    border-right-color: rgb(244 244 245 / 0.85);
  }

  .lg\:border-r-zinc-100\/90 {
    border-right-color: rgb(244 244 245 / 0.9);
  }

  .lg\:border-r-zinc-100\/95 {
    border-right-color: rgb(244 244 245 / 0.95);
  }

  .lg\:border-r-zinc-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(228 228 231 / var(--tw-border-opacity));
  }

  .lg\:border-r-zinc-200\/0 {
    border-right-color: rgb(228 228 231 / 0);
  }

  .lg\:border-r-zinc-200\/10 {
    border-right-color: rgb(228 228 231 / 0.1);
  }

  .lg\:border-r-zinc-200\/100 {
    border-right-color: rgb(228 228 231 / 1);
  }

  .lg\:border-r-zinc-200\/15 {
    border-right-color: rgb(228 228 231 / 0.15);
  }

  .lg\:border-r-zinc-200\/20 {
    border-right-color: rgb(228 228 231 / 0.2);
  }

  .lg\:border-r-zinc-200\/25 {
    border-right-color: rgb(228 228 231 / 0.25);
  }

  .lg\:border-r-zinc-200\/30 {
    border-right-color: rgb(228 228 231 / 0.3);
  }

  .lg\:border-r-zinc-200\/35 {
    border-right-color: rgb(228 228 231 / 0.35);
  }

  .lg\:border-r-zinc-200\/40 {
    border-right-color: rgb(228 228 231 / 0.4);
  }

  .lg\:border-r-zinc-200\/45 {
    border-right-color: rgb(228 228 231 / 0.45);
  }

  .lg\:border-r-zinc-200\/5 {
    border-right-color: rgb(228 228 231 / 0.05);
  }

  .lg\:border-r-zinc-200\/50 {
    border-right-color: rgb(228 228 231 / 0.5);
  }

  .lg\:border-r-zinc-200\/55 {
    border-right-color: rgb(228 228 231 / 0.55);
  }

  .lg\:border-r-zinc-200\/60 {
    border-right-color: rgb(228 228 231 / 0.6);
  }

  .lg\:border-r-zinc-200\/65 {
    border-right-color: rgb(228 228 231 / 0.65);
  }

  .lg\:border-r-zinc-200\/70 {
    border-right-color: rgb(228 228 231 / 0.7);
  }

  .lg\:border-r-zinc-200\/75 {
    border-right-color: rgb(228 228 231 / 0.75);
  }

  .lg\:border-r-zinc-200\/80 {
    border-right-color: rgb(228 228 231 / 0.8);
  }

  .lg\:border-r-zinc-200\/85 {
    border-right-color: rgb(228 228 231 / 0.85);
  }

  .lg\:border-r-zinc-200\/90 {
    border-right-color: rgb(228 228 231 / 0.9);
  }

  .lg\:border-r-zinc-200\/95 {
    border-right-color: rgb(228 228 231 / 0.95);
  }

  .lg\:border-r-zinc-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(212 212 216 / var(--tw-border-opacity));
  }

  .lg\:border-r-zinc-300\/0 {
    border-right-color: rgb(212 212 216 / 0);
  }

  .lg\:border-r-zinc-300\/10 {
    border-right-color: rgb(212 212 216 / 0.1);
  }

  .lg\:border-r-zinc-300\/100 {
    border-right-color: rgb(212 212 216 / 1);
  }

  .lg\:border-r-zinc-300\/15 {
    border-right-color: rgb(212 212 216 / 0.15);
  }

  .lg\:border-r-zinc-300\/20 {
    border-right-color: rgb(212 212 216 / 0.2);
  }

  .lg\:border-r-zinc-300\/25 {
    border-right-color: rgb(212 212 216 / 0.25);
  }

  .lg\:border-r-zinc-300\/30 {
    border-right-color: rgb(212 212 216 / 0.3);
  }

  .lg\:border-r-zinc-300\/35 {
    border-right-color: rgb(212 212 216 / 0.35);
  }

  .lg\:border-r-zinc-300\/40 {
    border-right-color: rgb(212 212 216 / 0.4);
  }

  .lg\:border-r-zinc-300\/45 {
    border-right-color: rgb(212 212 216 / 0.45);
  }

  .lg\:border-r-zinc-300\/5 {
    border-right-color: rgb(212 212 216 / 0.05);
  }

  .lg\:border-r-zinc-300\/50 {
    border-right-color: rgb(212 212 216 / 0.5);
  }

  .lg\:border-r-zinc-300\/55 {
    border-right-color: rgb(212 212 216 / 0.55);
  }

  .lg\:border-r-zinc-300\/60 {
    border-right-color: rgb(212 212 216 / 0.6);
  }

  .lg\:border-r-zinc-300\/65 {
    border-right-color: rgb(212 212 216 / 0.65);
  }

  .lg\:border-r-zinc-300\/70 {
    border-right-color: rgb(212 212 216 / 0.7);
  }

  .lg\:border-r-zinc-300\/75 {
    border-right-color: rgb(212 212 216 / 0.75);
  }

  .lg\:border-r-zinc-300\/80 {
    border-right-color: rgb(212 212 216 / 0.8);
  }

  .lg\:border-r-zinc-300\/85 {
    border-right-color: rgb(212 212 216 / 0.85);
  }

  .lg\:border-r-zinc-300\/90 {
    border-right-color: rgb(212 212 216 / 0.9);
  }

  .lg\:border-r-zinc-300\/95 {
    border-right-color: rgb(212 212 216 / 0.95);
  }

  .lg\:border-r-zinc-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(161 161 170 / var(--tw-border-opacity));
  }

  .lg\:border-r-zinc-400\/0 {
    border-right-color: rgb(161 161 170 / 0);
  }

  .lg\:border-r-zinc-400\/10 {
    border-right-color: rgb(161 161 170 / 0.1);
  }

  .lg\:border-r-zinc-400\/100 {
    border-right-color: rgb(161 161 170 / 1);
  }

  .lg\:border-r-zinc-400\/15 {
    border-right-color: rgb(161 161 170 / 0.15);
  }

  .lg\:border-r-zinc-400\/20 {
    border-right-color: rgb(161 161 170 / 0.2);
  }

  .lg\:border-r-zinc-400\/25 {
    border-right-color: rgb(161 161 170 / 0.25);
  }

  .lg\:border-r-zinc-400\/30 {
    border-right-color: rgb(161 161 170 / 0.3);
  }

  .lg\:border-r-zinc-400\/35 {
    border-right-color: rgb(161 161 170 / 0.35);
  }

  .lg\:border-r-zinc-400\/40 {
    border-right-color: rgb(161 161 170 / 0.4);
  }

  .lg\:border-r-zinc-400\/45 {
    border-right-color: rgb(161 161 170 / 0.45);
  }

  .lg\:border-r-zinc-400\/5 {
    border-right-color: rgb(161 161 170 / 0.05);
  }

  .lg\:border-r-zinc-400\/50 {
    border-right-color: rgb(161 161 170 / 0.5);
  }

  .lg\:border-r-zinc-400\/55 {
    border-right-color: rgb(161 161 170 / 0.55);
  }

  .lg\:border-r-zinc-400\/60 {
    border-right-color: rgb(161 161 170 / 0.6);
  }

  .lg\:border-r-zinc-400\/65 {
    border-right-color: rgb(161 161 170 / 0.65);
  }

  .lg\:border-r-zinc-400\/70 {
    border-right-color: rgb(161 161 170 / 0.7);
  }

  .lg\:border-r-zinc-400\/75 {
    border-right-color: rgb(161 161 170 / 0.75);
  }

  .lg\:border-r-zinc-400\/80 {
    border-right-color: rgb(161 161 170 / 0.8);
  }

  .lg\:border-r-zinc-400\/85 {
    border-right-color: rgb(161 161 170 / 0.85);
  }

  .lg\:border-r-zinc-400\/90 {
    border-right-color: rgb(161 161 170 / 0.9);
  }

  .lg\:border-r-zinc-400\/95 {
    border-right-color: rgb(161 161 170 / 0.95);
  }

  .lg\:border-r-zinc-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .lg\:border-r-zinc-50\/0 {
    border-right-color: rgb(250 250 250 / 0);
  }

  .lg\:border-r-zinc-50\/10 {
    border-right-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-r-zinc-50\/100 {
    border-right-color: rgb(250 250 250 / 1);
  }

  .lg\:border-r-zinc-50\/15 {
    border-right-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-r-zinc-50\/20 {
    border-right-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-r-zinc-50\/25 {
    border-right-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-r-zinc-50\/30 {
    border-right-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-r-zinc-50\/35 {
    border-right-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-r-zinc-50\/40 {
    border-right-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-r-zinc-50\/45 {
    border-right-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-r-zinc-50\/5 {
    border-right-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-r-zinc-50\/50 {
    border-right-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-r-zinc-50\/55 {
    border-right-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-r-zinc-50\/60 {
    border-right-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-r-zinc-50\/65 {
    border-right-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-r-zinc-50\/70 {
    border-right-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-r-zinc-50\/75 {
    border-right-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-r-zinc-50\/80 {
    border-right-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-r-zinc-50\/85 {
    border-right-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-r-zinc-50\/90 {
    border-right-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-r-zinc-50\/95 {
    border-right-color: rgb(250 250 250 / 0.95);
  }

  .lg\:border-r-zinc-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(113 113 122 / var(--tw-border-opacity));
  }

  .lg\:border-r-zinc-500\/0 {
    border-right-color: rgb(113 113 122 / 0);
  }

  .lg\:border-r-zinc-500\/10 {
    border-right-color: rgb(113 113 122 / 0.1);
  }

  .lg\:border-r-zinc-500\/100 {
    border-right-color: rgb(113 113 122 / 1);
  }

  .lg\:border-r-zinc-500\/15 {
    border-right-color: rgb(113 113 122 / 0.15);
  }

  .lg\:border-r-zinc-500\/20 {
    border-right-color: rgb(113 113 122 / 0.2);
  }

  .lg\:border-r-zinc-500\/25 {
    border-right-color: rgb(113 113 122 / 0.25);
  }

  .lg\:border-r-zinc-500\/30 {
    border-right-color: rgb(113 113 122 / 0.3);
  }

  .lg\:border-r-zinc-500\/35 {
    border-right-color: rgb(113 113 122 / 0.35);
  }

  .lg\:border-r-zinc-500\/40 {
    border-right-color: rgb(113 113 122 / 0.4);
  }

  .lg\:border-r-zinc-500\/45 {
    border-right-color: rgb(113 113 122 / 0.45);
  }

  .lg\:border-r-zinc-500\/5 {
    border-right-color: rgb(113 113 122 / 0.05);
  }

  .lg\:border-r-zinc-500\/50 {
    border-right-color: rgb(113 113 122 / 0.5);
  }

  .lg\:border-r-zinc-500\/55 {
    border-right-color: rgb(113 113 122 / 0.55);
  }

  .lg\:border-r-zinc-500\/60 {
    border-right-color: rgb(113 113 122 / 0.6);
  }

  .lg\:border-r-zinc-500\/65 {
    border-right-color: rgb(113 113 122 / 0.65);
  }

  .lg\:border-r-zinc-500\/70 {
    border-right-color: rgb(113 113 122 / 0.7);
  }

  .lg\:border-r-zinc-500\/75 {
    border-right-color: rgb(113 113 122 / 0.75);
  }

  .lg\:border-r-zinc-500\/80 {
    border-right-color: rgb(113 113 122 / 0.8);
  }

  .lg\:border-r-zinc-500\/85 {
    border-right-color: rgb(113 113 122 / 0.85);
  }

  .lg\:border-r-zinc-500\/90 {
    border-right-color: rgb(113 113 122 / 0.9);
  }

  .lg\:border-r-zinc-500\/95 {
    border-right-color: rgb(113 113 122 / 0.95);
  }

  .lg\:border-r-zinc-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(82 82 91 / var(--tw-border-opacity));
  }

  .lg\:border-r-zinc-600\/0 {
    border-right-color: rgb(82 82 91 / 0);
  }

  .lg\:border-r-zinc-600\/10 {
    border-right-color: rgb(82 82 91 / 0.1);
  }

  .lg\:border-r-zinc-600\/100 {
    border-right-color: rgb(82 82 91 / 1);
  }

  .lg\:border-r-zinc-600\/15 {
    border-right-color: rgb(82 82 91 / 0.15);
  }

  .lg\:border-r-zinc-600\/20 {
    border-right-color: rgb(82 82 91 / 0.2);
  }

  .lg\:border-r-zinc-600\/25 {
    border-right-color: rgb(82 82 91 / 0.25);
  }

  .lg\:border-r-zinc-600\/30 {
    border-right-color: rgb(82 82 91 / 0.3);
  }

  .lg\:border-r-zinc-600\/35 {
    border-right-color: rgb(82 82 91 / 0.35);
  }

  .lg\:border-r-zinc-600\/40 {
    border-right-color: rgb(82 82 91 / 0.4);
  }

  .lg\:border-r-zinc-600\/45 {
    border-right-color: rgb(82 82 91 / 0.45);
  }

  .lg\:border-r-zinc-600\/5 {
    border-right-color: rgb(82 82 91 / 0.05);
  }

  .lg\:border-r-zinc-600\/50 {
    border-right-color: rgb(82 82 91 / 0.5);
  }

  .lg\:border-r-zinc-600\/55 {
    border-right-color: rgb(82 82 91 / 0.55);
  }

  .lg\:border-r-zinc-600\/60 {
    border-right-color: rgb(82 82 91 / 0.6);
  }

  .lg\:border-r-zinc-600\/65 {
    border-right-color: rgb(82 82 91 / 0.65);
  }

  .lg\:border-r-zinc-600\/70 {
    border-right-color: rgb(82 82 91 / 0.7);
  }

  .lg\:border-r-zinc-600\/75 {
    border-right-color: rgb(82 82 91 / 0.75);
  }

  .lg\:border-r-zinc-600\/80 {
    border-right-color: rgb(82 82 91 / 0.8);
  }

  .lg\:border-r-zinc-600\/85 {
    border-right-color: rgb(82 82 91 / 0.85);
  }

  .lg\:border-r-zinc-600\/90 {
    border-right-color: rgb(82 82 91 / 0.9);
  }

  .lg\:border-r-zinc-600\/95 {
    border-right-color: rgb(82 82 91 / 0.95);
  }

  .lg\:border-r-zinc-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(63 63 70 / var(--tw-border-opacity));
  }

  .lg\:border-r-zinc-700\/0 {
    border-right-color: rgb(63 63 70 / 0);
  }

  .lg\:border-r-zinc-700\/10 {
    border-right-color: rgb(63 63 70 / 0.1);
  }

  .lg\:border-r-zinc-700\/100 {
    border-right-color: rgb(63 63 70 / 1);
  }

  .lg\:border-r-zinc-700\/15 {
    border-right-color: rgb(63 63 70 / 0.15);
  }

  .lg\:border-r-zinc-700\/20 {
    border-right-color: rgb(63 63 70 / 0.2);
  }

  .lg\:border-r-zinc-700\/25 {
    border-right-color: rgb(63 63 70 / 0.25);
  }

  .lg\:border-r-zinc-700\/30 {
    border-right-color: rgb(63 63 70 / 0.3);
  }

  .lg\:border-r-zinc-700\/35 {
    border-right-color: rgb(63 63 70 / 0.35);
  }

  .lg\:border-r-zinc-700\/40 {
    border-right-color: rgb(63 63 70 / 0.4);
  }

  .lg\:border-r-zinc-700\/45 {
    border-right-color: rgb(63 63 70 / 0.45);
  }

  .lg\:border-r-zinc-700\/5 {
    border-right-color: rgb(63 63 70 / 0.05);
  }

  .lg\:border-r-zinc-700\/50 {
    border-right-color: rgb(63 63 70 / 0.5);
  }

  .lg\:border-r-zinc-700\/55 {
    border-right-color: rgb(63 63 70 / 0.55);
  }

  .lg\:border-r-zinc-700\/60 {
    border-right-color: rgb(63 63 70 / 0.6);
  }

  .lg\:border-r-zinc-700\/65 {
    border-right-color: rgb(63 63 70 / 0.65);
  }

  .lg\:border-r-zinc-700\/70 {
    border-right-color: rgb(63 63 70 / 0.7);
  }

  .lg\:border-r-zinc-700\/75 {
    border-right-color: rgb(63 63 70 / 0.75);
  }

  .lg\:border-r-zinc-700\/80 {
    border-right-color: rgb(63 63 70 / 0.8);
  }

  .lg\:border-r-zinc-700\/85 {
    border-right-color: rgb(63 63 70 / 0.85);
  }

  .lg\:border-r-zinc-700\/90 {
    border-right-color: rgb(63 63 70 / 0.9);
  }

  .lg\:border-r-zinc-700\/95 {
    border-right-color: rgb(63 63 70 / 0.95);
  }

  .lg\:border-r-zinc-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(39 39 42 / var(--tw-border-opacity));
  }

  .lg\:border-r-zinc-800\/0 {
    border-right-color: rgb(39 39 42 / 0);
  }

  .lg\:border-r-zinc-800\/10 {
    border-right-color: rgb(39 39 42 / 0.1);
  }

  .lg\:border-r-zinc-800\/100 {
    border-right-color: rgb(39 39 42 / 1);
  }

  .lg\:border-r-zinc-800\/15 {
    border-right-color: rgb(39 39 42 / 0.15);
  }

  .lg\:border-r-zinc-800\/20 {
    border-right-color: rgb(39 39 42 / 0.2);
  }

  .lg\:border-r-zinc-800\/25 {
    border-right-color: rgb(39 39 42 / 0.25);
  }

  .lg\:border-r-zinc-800\/30 {
    border-right-color: rgb(39 39 42 / 0.3);
  }

  .lg\:border-r-zinc-800\/35 {
    border-right-color: rgb(39 39 42 / 0.35);
  }

  .lg\:border-r-zinc-800\/40 {
    border-right-color: rgb(39 39 42 / 0.4);
  }

  .lg\:border-r-zinc-800\/45 {
    border-right-color: rgb(39 39 42 / 0.45);
  }

  .lg\:border-r-zinc-800\/5 {
    border-right-color: rgb(39 39 42 / 0.05);
  }

  .lg\:border-r-zinc-800\/50 {
    border-right-color: rgb(39 39 42 / 0.5);
  }

  .lg\:border-r-zinc-800\/55 {
    border-right-color: rgb(39 39 42 / 0.55);
  }

  .lg\:border-r-zinc-800\/60 {
    border-right-color: rgb(39 39 42 / 0.6);
  }

  .lg\:border-r-zinc-800\/65 {
    border-right-color: rgb(39 39 42 / 0.65);
  }

  .lg\:border-r-zinc-800\/70 {
    border-right-color: rgb(39 39 42 / 0.7);
  }

  .lg\:border-r-zinc-800\/75 {
    border-right-color: rgb(39 39 42 / 0.75);
  }

  .lg\:border-r-zinc-800\/80 {
    border-right-color: rgb(39 39 42 / 0.8);
  }

  .lg\:border-r-zinc-800\/85 {
    border-right-color: rgb(39 39 42 / 0.85);
  }

  .lg\:border-r-zinc-800\/90 {
    border-right-color: rgb(39 39 42 / 0.9);
  }

  .lg\:border-r-zinc-800\/95 {
    border-right-color: rgb(39 39 42 / 0.95);
  }

  .lg\:border-r-zinc-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(24 24 27 / var(--tw-border-opacity));
  }

  .lg\:border-r-zinc-900\/0 {
    border-right-color: rgb(24 24 27 / 0);
  }

  .lg\:border-r-zinc-900\/10 {
    border-right-color: rgb(24 24 27 / 0.1);
  }

  .lg\:border-r-zinc-900\/100 {
    border-right-color: rgb(24 24 27 / 1);
  }

  .lg\:border-r-zinc-900\/15 {
    border-right-color: rgb(24 24 27 / 0.15);
  }

  .lg\:border-r-zinc-900\/20 {
    border-right-color: rgb(24 24 27 / 0.2);
  }

  .lg\:border-r-zinc-900\/25 {
    border-right-color: rgb(24 24 27 / 0.25);
  }

  .lg\:border-r-zinc-900\/30 {
    border-right-color: rgb(24 24 27 / 0.3);
  }

  .lg\:border-r-zinc-900\/35 {
    border-right-color: rgb(24 24 27 / 0.35);
  }

  .lg\:border-r-zinc-900\/40 {
    border-right-color: rgb(24 24 27 / 0.4);
  }

  .lg\:border-r-zinc-900\/45 {
    border-right-color: rgb(24 24 27 / 0.45);
  }

  .lg\:border-r-zinc-900\/5 {
    border-right-color: rgb(24 24 27 / 0.05);
  }

  .lg\:border-r-zinc-900\/50 {
    border-right-color: rgb(24 24 27 / 0.5);
  }

  .lg\:border-r-zinc-900\/55 {
    border-right-color: rgb(24 24 27 / 0.55);
  }

  .lg\:border-r-zinc-900\/60 {
    border-right-color: rgb(24 24 27 / 0.6);
  }

  .lg\:border-r-zinc-900\/65 {
    border-right-color: rgb(24 24 27 / 0.65);
  }

  .lg\:border-r-zinc-900\/70 {
    border-right-color: rgb(24 24 27 / 0.7);
  }

  .lg\:border-r-zinc-900\/75 {
    border-right-color: rgb(24 24 27 / 0.75);
  }

  .lg\:border-r-zinc-900\/80 {
    border-right-color: rgb(24 24 27 / 0.8);
  }

  .lg\:border-r-zinc-900\/85 {
    border-right-color: rgb(24 24 27 / 0.85);
  }

  .lg\:border-r-zinc-900\/90 {
    border-right-color: rgb(24 24 27 / 0.9);
  }

  .lg\:border-r-zinc-900\/95 {
    border-right-color: rgb(24 24 27 / 0.95);
  }

  .lg\:border-r-zinc-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(9 9 11 / var(--tw-border-opacity));
  }

  .lg\:border-r-zinc-950\/0 {
    border-right-color: rgb(9 9 11 / 0);
  }

  .lg\:border-r-zinc-950\/10 {
    border-right-color: rgb(9 9 11 / 0.1);
  }

  .lg\:border-r-zinc-950\/100 {
    border-right-color: rgb(9 9 11 / 1);
  }

  .lg\:border-r-zinc-950\/15 {
    border-right-color: rgb(9 9 11 / 0.15);
  }

  .lg\:border-r-zinc-950\/20 {
    border-right-color: rgb(9 9 11 / 0.2);
  }

  .lg\:border-r-zinc-950\/25 {
    border-right-color: rgb(9 9 11 / 0.25);
  }

  .lg\:border-r-zinc-950\/30 {
    border-right-color: rgb(9 9 11 / 0.3);
  }

  .lg\:border-r-zinc-950\/35 {
    border-right-color: rgb(9 9 11 / 0.35);
  }

  .lg\:border-r-zinc-950\/40 {
    border-right-color: rgb(9 9 11 / 0.4);
  }

  .lg\:border-r-zinc-950\/45 {
    border-right-color: rgb(9 9 11 / 0.45);
  }

  .lg\:border-r-zinc-950\/5 {
    border-right-color: rgb(9 9 11 / 0.05);
  }

  .lg\:border-r-zinc-950\/50 {
    border-right-color: rgb(9 9 11 / 0.5);
  }

  .lg\:border-r-zinc-950\/55 {
    border-right-color: rgb(9 9 11 / 0.55);
  }

  .lg\:border-r-zinc-950\/60 {
    border-right-color: rgb(9 9 11 / 0.6);
  }

  .lg\:border-r-zinc-950\/65 {
    border-right-color: rgb(9 9 11 / 0.65);
  }

  .lg\:border-r-zinc-950\/70 {
    border-right-color: rgb(9 9 11 / 0.7);
  }

  .lg\:border-r-zinc-950\/75 {
    border-right-color: rgb(9 9 11 / 0.75);
  }

  .lg\:border-r-zinc-950\/80 {
    border-right-color: rgb(9 9 11 / 0.8);
  }

  .lg\:border-r-zinc-950\/85 {
    border-right-color: rgb(9 9 11 / 0.85);
  }

  .lg\:border-r-zinc-950\/90 {
    border-right-color: rgb(9 9 11 / 0.9);
  }

  .lg\:border-r-zinc-950\/95 {
    border-right-color: rgb(9 9 11 / 0.95);
  }

  .lg\:border-s-amber-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 243 199 / var(--tw-border-opacity));
  }

  .lg\:border-s-amber-100\/0 {
    border-inline-start-color: rgb(254 243 199 / 0);
  }

  .lg\:border-s-amber-100\/10 {
    border-inline-start-color: rgb(254 243 199 / 0.1);
  }

  .lg\:border-s-amber-100\/100 {
    border-inline-start-color: rgb(254 243 199 / 1);
  }

  .lg\:border-s-amber-100\/15 {
    border-inline-start-color: rgb(254 243 199 / 0.15);
  }

  .lg\:border-s-amber-100\/20 {
    border-inline-start-color: rgb(254 243 199 / 0.2);
  }

  .lg\:border-s-amber-100\/25 {
    border-inline-start-color: rgb(254 243 199 / 0.25);
  }

  .lg\:border-s-amber-100\/30 {
    border-inline-start-color: rgb(254 243 199 / 0.3);
  }

  .lg\:border-s-amber-100\/35 {
    border-inline-start-color: rgb(254 243 199 / 0.35);
  }

  .lg\:border-s-amber-100\/40 {
    border-inline-start-color: rgb(254 243 199 / 0.4);
  }

  .lg\:border-s-amber-100\/45 {
    border-inline-start-color: rgb(254 243 199 / 0.45);
  }

  .lg\:border-s-amber-100\/5 {
    border-inline-start-color: rgb(254 243 199 / 0.05);
  }

  .lg\:border-s-amber-100\/50 {
    border-inline-start-color: rgb(254 243 199 / 0.5);
  }

  .lg\:border-s-amber-100\/55 {
    border-inline-start-color: rgb(254 243 199 / 0.55);
  }

  .lg\:border-s-amber-100\/60 {
    border-inline-start-color: rgb(254 243 199 / 0.6);
  }

  .lg\:border-s-amber-100\/65 {
    border-inline-start-color: rgb(254 243 199 / 0.65);
  }

  .lg\:border-s-amber-100\/70 {
    border-inline-start-color: rgb(254 243 199 / 0.7);
  }

  .lg\:border-s-amber-100\/75 {
    border-inline-start-color: rgb(254 243 199 / 0.75);
  }

  .lg\:border-s-amber-100\/80 {
    border-inline-start-color: rgb(254 243 199 / 0.8);
  }

  .lg\:border-s-amber-100\/85 {
    border-inline-start-color: rgb(254 243 199 / 0.85);
  }

  .lg\:border-s-amber-100\/90 {
    border-inline-start-color: rgb(254 243 199 / 0.9);
  }

  .lg\:border-s-amber-100\/95 {
    border-inline-start-color: rgb(254 243 199 / 0.95);
  }

  .lg\:border-s-amber-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(253 230 138 / var(--tw-border-opacity));
  }

  .lg\:border-s-amber-200\/0 {
    border-inline-start-color: rgb(253 230 138 / 0);
  }

  .lg\:border-s-amber-200\/10 {
    border-inline-start-color: rgb(253 230 138 / 0.1);
  }

  .lg\:border-s-amber-200\/100 {
    border-inline-start-color: rgb(253 230 138 / 1);
  }

  .lg\:border-s-amber-200\/15 {
    border-inline-start-color: rgb(253 230 138 / 0.15);
  }

  .lg\:border-s-amber-200\/20 {
    border-inline-start-color: rgb(253 230 138 / 0.2);
  }

  .lg\:border-s-amber-200\/25 {
    border-inline-start-color: rgb(253 230 138 / 0.25);
  }

  .lg\:border-s-amber-200\/30 {
    border-inline-start-color: rgb(253 230 138 / 0.3);
  }

  .lg\:border-s-amber-200\/35 {
    border-inline-start-color: rgb(253 230 138 / 0.35);
  }

  .lg\:border-s-amber-200\/40 {
    border-inline-start-color: rgb(253 230 138 / 0.4);
  }

  .lg\:border-s-amber-200\/45 {
    border-inline-start-color: rgb(253 230 138 / 0.45);
  }

  .lg\:border-s-amber-200\/5 {
    border-inline-start-color: rgb(253 230 138 / 0.05);
  }

  .lg\:border-s-amber-200\/50 {
    border-inline-start-color: rgb(253 230 138 / 0.5);
  }

  .lg\:border-s-amber-200\/55 {
    border-inline-start-color: rgb(253 230 138 / 0.55);
  }

  .lg\:border-s-amber-200\/60 {
    border-inline-start-color: rgb(253 230 138 / 0.6);
  }

  .lg\:border-s-amber-200\/65 {
    border-inline-start-color: rgb(253 230 138 / 0.65);
  }

  .lg\:border-s-amber-200\/70 {
    border-inline-start-color: rgb(253 230 138 / 0.7);
  }

  .lg\:border-s-amber-200\/75 {
    border-inline-start-color: rgb(253 230 138 / 0.75);
  }

  .lg\:border-s-amber-200\/80 {
    border-inline-start-color: rgb(253 230 138 / 0.8);
  }

  .lg\:border-s-amber-200\/85 {
    border-inline-start-color: rgb(253 230 138 / 0.85);
  }

  .lg\:border-s-amber-200\/90 {
    border-inline-start-color: rgb(253 230 138 / 0.9);
  }

  .lg\:border-s-amber-200\/95 {
    border-inline-start-color: rgb(253 230 138 / 0.95);
  }

  .lg\:border-s-amber-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(252 211 77 / var(--tw-border-opacity));
  }

  .lg\:border-s-amber-300\/0 {
    border-inline-start-color: rgb(252 211 77 / 0);
  }

  .lg\:border-s-amber-300\/10 {
    border-inline-start-color: rgb(252 211 77 / 0.1);
  }

  .lg\:border-s-amber-300\/100 {
    border-inline-start-color: rgb(252 211 77 / 1);
  }

  .lg\:border-s-amber-300\/15 {
    border-inline-start-color: rgb(252 211 77 / 0.15);
  }

  .lg\:border-s-amber-300\/20 {
    border-inline-start-color: rgb(252 211 77 / 0.2);
  }

  .lg\:border-s-amber-300\/25 {
    border-inline-start-color: rgb(252 211 77 / 0.25);
  }

  .lg\:border-s-amber-300\/30 {
    border-inline-start-color: rgb(252 211 77 / 0.3);
  }

  .lg\:border-s-amber-300\/35 {
    border-inline-start-color: rgb(252 211 77 / 0.35);
  }

  .lg\:border-s-amber-300\/40 {
    border-inline-start-color: rgb(252 211 77 / 0.4);
  }

  .lg\:border-s-amber-300\/45 {
    border-inline-start-color: rgb(252 211 77 / 0.45);
  }

  .lg\:border-s-amber-300\/5 {
    border-inline-start-color: rgb(252 211 77 / 0.05);
  }

  .lg\:border-s-amber-300\/50 {
    border-inline-start-color: rgb(252 211 77 / 0.5);
  }

  .lg\:border-s-amber-300\/55 {
    border-inline-start-color: rgb(252 211 77 / 0.55);
  }

  .lg\:border-s-amber-300\/60 {
    border-inline-start-color: rgb(252 211 77 / 0.6);
  }

  .lg\:border-s-amber-300\/65 {
    border-inline-start-color: rgb(252 211 77 / 0.65);
  }

  .lg\:border-s-amber-300\/70 {
    border-inline-start-color: rgb(252 211 77 / 0.7);
  }

  .lg\:border-s-amber-300\/75 {
    border-inline-start-color: rgb(252 211 77 / 0.75);
  }

  .lg\:border-s-amber-300\/80 {
    border-inline-start-color: rgb(252 211 77 / 0.8);
  }

  .lg\:border-s-amber-300\/85 {
    border-inline-start-color: rgb(252 211 77 / 0.85);
  }

  .lg\:border-s-amber-300\/90 {
    border-inline-start-color: rgb(252 211 77 / 0.9);
  }

  .lg\:border-s-amber-300\/95 {
    border-inline-start-color: rgb(252 211 77 / 0.95);
  }

  .lg\:border-s-amber-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(251 191 36 / var(--tw-border-opacity));
  }

  .lg\:border-s-amber-400\/0 {
    border-inline-start-color: rgb(251 191 36 / 0);
  }

  .lg\:border-s-amber-400\/10 {
    border-inline-start-color: rgb(251 191 36 / 0.1);
  }

  .lg\:border-s-amber-400\/100 {
    border-inline-start-color: rgb(251 191 36 / 1);
  }

  .lg\:border-s-amber-400\/15 {
    border-inline-start-color: rgb(251 191 36 / 0.15);
  }

  .lg\:border-s-amber-400\/20 {
    border-inline-start-color: rgb(251 191 36 / 0.2);
  }

  .lg\:border-s-amber-400\/25 {
    border-inline-start-color: rgb(251 191 36 / 0.25);
  }

  .lg\:border-s-amber-400\/30 {
    border-inline-start-color: rgb(251 191 36 / 0.3);
  }

  .lg\:border-s-amber-400\/35 {
    border-inline-start-color: rgb(251 191 36 / 0.35);
  }

  .lg\:border-s-amber-400\/40 {
    border-inline-start-color: rgb(251 191 36 / 0.4);
  }

  .lg\:border-s-amber-400\/45 {
    border-inline-start-color: rgb(251 191 36 / 0.45);
  }

  .lg\:border-s-amber-400\/5 {
    border-inline-start-color: rgb(251 191 36 / 0.05);
  }

  .lg\:border-s-amber-400\/50 {
    border-inline-start-color: rgb(251 191 36 / 0.5);
  }

  .lg\:border-s-amber-400\/55 {
    border-inline-start-color: rgb(251 191 36 / 0.55);
  }

  .lg\:border-s-amber-400\/60 {
    border-inline-start-color: rgb(251 191 36 / 0.6);
  }

  .lg\:border-s-amber-400\/65 {
    border-inline-start-color: rgb(251 191 36 / 0.65);
  }

  .lg\:border-s-amber-400\/70 {
    border-inline-start-color: rgb(251 191 36 / 0.7);
  }

  .lg\:border-s-amber-400\/75 {
    border-inline-start-color: rgb(251 191 36 / 0.75);
  }

  .lg\:border-s-amber-400\/80 {
    border-inline-start-color: rgb(251 191 36 / 0.8);
  }

  .lg\:border-s-amber-400\/85 {
    border-inline-start-color: rgb(251 191 36 / 0.85);
  }

  .lg\:border-s-amber-400\/90 {
    border-inline-start-color: rgb(251 191 36 / 0.9);
  }

  .lg\:border-s-amber-400\/95 {
    border-inline-start-color: rgb(251 191 36 / 0.95);
  }

  .lg\:border-s-amber-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(255 251 235 / var(--tw-border-opacity));
  }

  .lg\:border-s-amber-50\/0 {
    border-inline-start-color: rgb(255 251 235 / 0);
  }

  .lg\:border-s-amber-50\/10 {
    border-inline-start-color: rgb(255 251 235 / 0.1);
  }

  .lg\:border-s-amber-50\/100 {
    border-inline-start-color: rgb(255 251 235 / 1);
  }

  .lg\:border-s-amber-50\/15 {
    border-inline-start-color: rgb(255 251 235 / 0.15);
  }

  .lg\:border-s-amber-50\/20 {
    border-inline-start-color: rgb(255 251 235 / 0.2);
  }

  .lg\:border-s-amber-50\/25 {
    border-inline-start-color: rgb(255 251 235 / 0.25);
  }

  .lg\:border-s-amber-50\/30 {
    border-inline-start-color: rgb(255 251 235 / 0.3);
  }

  .lg\:border-s-amber-50\/35 {
    border-inline-start-color: rgb(255 251 235 / 0.35);
  }

  .lg\:border-s-amber-50\/40 {
    border-inline-start-color: rgb(255 251 235 / 0.4);
  }

  .lg\:border-s-amber-50\/45 {
    border-inline-start-color: rgb(255 251 235 / 0.45);
  }

  .lg\:border-s-amber-50\/5 {
    border-inline-start-color: rgb(255 251 235 / 0.05);
  }

  .lg\:border-s-amber-50\/50 {
    border-inline-start-color: rgb(255 251 235 / 0.5);
  }

  .lg\:border-s-amber-50\/55 {
    border-inline-start-color: rgb(255 251 235 / 0.55);
  }

  .lg\:border-s-amber-50\/60 {
    border-inline-start-color: rgb(255 251 235 / 0.6);
  }

  .lg\:border-s-amber-50\/65 {
    border-inline-start-color: rgb(255 251 235 / 0.65);
  }

  .lg\:border-s-amber-50\/70 {
    border-inline-start-color: rgb(255 251 235 / 0.7);
  }

  .lg\:border-s-amber-50\/75 {
    border-inline-start-color: rgb(255 251 235 / 0.75);
  }

  .lg\:border-s-amber-50\/80 {
    border-inline-start-color: rgb(255 251 235 / 0.8);
  }

  .lg\:border-s-amber-50\/85 {
    border-inline-start-color: rgb(255 251 235 / 0.85);
  }

  .lg\:border-s-amber-50\/90 {
    border-inline-start-color: rgb(255 251 235 / 0.9);
  }

  .lg\:border-s-amber-50\/95 {
    border-inline-start-color: rgb(255 251 235 / 0.95);
  }

  .lg\:border-s-amber-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(245 158 11 / var(--tw-border-opacity));
  }

  .lg\:border-s-amber-500\/0 {
    border-inline-start-color: rgb(245 158 11 / 0);
  }

  .lg\:border-s-amber-500\/10 {
    border-inline-start-color: rgb(245 158 11 / 0.1);
  }

  .lg\:border-s-amber-500\/100 {
    border-inline-start-color: rgb(245 158 11 / 1);
  }

  .lg\:border-s-amber-500\/15 {
    border-inline-start-color: rgb(245 158 11 / 0.15);
  }

  .lg\:border-s-amber-500\/20 {
    border-inline-start-color: rgb(245 158 11 / 0.2);
  }

  .lg\:border-s-amber-500\/25 {
    border-inline-start-color: rgb(245 158 11 / 0.25);
  }

  .lg\:border-s-amber-500\/30 {
    border-inline-start-color: rgb(245 158 11 / 0.3);
  }

  .lg\:border-s-amber-500\/35 {
    border-inline-start-color: rgb(245 158 11 / 0.35);
  }

  .lg\:border-s-amber-500\/40 {
    border-inline-start-color: rgb(245 158 11 / 0.4);
  }

  .lg\:border-s-amber-500\/45 {
    border-inline-start-color: rgb(245 158 11 / 0.45);
  }

  .lg\:border-s-amber-500\/5 {
    border-inline-start-color: rgb(245 158 11 / 0.05);
  }

  .lg\:border-s-amber-500\/50 {
    border-inline-start-color: rgb(245 158 11 / 0.5);
  }

  .lg\:border-s-amber-500\/55 {
    border-inline-start-color: rgb(245 158 11 / 0.55);
  }

  .lg\:border-s-amber-500\/60 {
    border-inline-start-color: rgb(245 158 11 / 0.6);
  }

  .lg\:border-s-amber-500\/65 {
    border-inline-start-color: rgb(245 158 11 / 0.65);
  }

  .lg\:border-s-amber-500\/70 {
    border-inline-start-color: rgb(245 158 11 / 0.7);
  }

  .lg\:border-s-amber-500\/75 {
    border-inline-start-color: rgb(245 158 11 / 0.75);
  }

  .lg\:border-s-amber-500\/80 {
    border-inline-start-color: rgb(245 158 11 / 0.8);
  }

  .lg\:border-s-amber-500\/85 {
    border-inline-start-color: rgb(245 158 11 / 0.85);
  }

  .lg\:border-s-amber-500\/90 {
    border-inline-start-color: rgb(245 158 11 / 0.9);
  }

  .lg\:border-s-amber-500\/95 {
    border-inline-start-color: rgb(245 158 11 / 0.95);
  }

  .lg\:border-s-amber-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(217 119 6 / var(--tw-border-opacity));
  }

  .lg\:border-s-amber-600\/0 {
    border-inline-start-color: rgb(217 119 6 / 0);
  }

  .lg\:border-s-amber-600\/10 {
    border-inline-start-color: rgb(217 119 6 / 0.1);
  }

  .lg\:border-s-amber-600\/100 {
    border-inline-start-color: rgb(217 119 6 / 1);
  }

  .lg\:border-s-amber-600\/15 {
    border-inline-start-color: rgb(217 119 6 / 0.15);
  }

  .lg\:border-s-amber-600\/20 {
    border-inline-start-color: rgb(217 119 6 / 0.2);
  }

  .lg\:border-s-amber-600\/25 {
    border-inline-start-color: rgb(217 119 6 / 0.25);
  }

  .lg\:border-s-amber-600\/30 {
    border-inline-start-color: rgb(217 119 6 / 0.3);
  }

  .lg\:border-s-amber-600\/35 {
    border-inline-start-color: rgb(217 119 6 / 0.35);
  }

  .lg\:border-s-amber-600\/40 {
    border-inline-start-color: rgb(217 119 6 / 0.4);
  }

  .lg\:border-s-amber-600\/45 {
    border-inline-start-color: rgb(217 119 6 / 0.45);
  }

  .lg\:border-s-amber-600\/5 {
    border-inline-start-color: rgb(217 119 6 / 0.05);
  }

  .lg\:border-s-amber-600\/50 {
    border-inline-start-color: rgb(217 119 6 / 0.5);
  }

  .lg\:border-s-amber-600\/55 {
    border-inline-start-color: rgb(217 119 6 / 0.55);
  }

  .lg\:border-s-amber-600\/60 {
    border-inline-start-color: rgb(217 119 6 / 0.6);
  }

  .lg\:border-s-amber-600\/65 {
    border-inline-start-color: rgb(217 119 6 / 0.65);
  }

  .lg\:border-s-amber-600\/70 {
    border-inline-start-color: rgb(217 119 6 / 0.7);
  }

  .lg\:border-s-amber-600\/75 {
    border-inline-start-color: rgb(217 119 6 / 0.75);
  }

  .lg\:border-s-amber-600\/80 {
    border-inline-start-color: rgb(217 119 6 / 0.8);
  }

  .lg\:border-s-amber-600\/85 {
    border-inline-start-color: rgb(217 119 6 / 0.85);
  }

  .lg\:border-s-amber-600\/90 {
    border-inline-start-color: rgb(217 119 6 / 0.9);
  }

  .lg\:border-s-amber-600\/95 {
    border-inline-start-color: rgb(217 119 6 / 0.95);
  }

  .lg\:border-s-amber-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(180 83 9 / var(--tw-border-opacity));
  }

  .lg\:border-s-amber-700\/0 {
    border-inline-start-color: rgb(180 83 9 / 0);
  }

  .lg\:border-s-amber-700\/10 {
    border-inline-start-color: rgb(180 83 9 / 0.1);
  }

  .lg\:border-s-amber-700\/100 {
    border-inline-start-color: rgb(180 83 9 / 1);
  }

  .lg\:border-s-amber-700\/15 {
    border-inline-start-color: rgb(180 83 9 / 0.15);
  }

  .lg\:border-s-amber-700\/20 {
    border-inline-start-color: rgb(180 83 9 / 0.2);
  }

  .lg\:border-s-amber-700\/25 {
    border-inline-start-color: rgb(180 83 9 / 0.25);
  }

  .lg\:border-s-amber-700\/30 {
    border-inline-start-color: rgb(180 83 9 / 0.3);
  }

  .lg\:border-s-amber-700\/35 {
    border-inline-start-color: rgb(180 83 9 / 0.35);
  }

  .lg\:border-s-amber-700\/40 {
    border-inline-start-color: rgb(180 83 9 / 0.4);
  }

  .lg\:border-s-amber-700\/45 {
    border-inline-start-color: rgb(180 83 9 / 0.45);
  }

  .lg\:border-s-amber-700\/5 {
    border-inline-start-color: rgb(180 83 9 / 0.05);
  }

  .lg\:border-s-amber-700\/50 {
    border-inline-start-color: rgb(180 83 9 / 0.5);
  }

  .lg\:border-s-amber-700\/55 {
    border-inline-start-color: rgb(180 83 9 / 0.55);
  }

  .lg\:border-s-amber-700\/60 {
    border-inline-start-color: rgb(180 83 9 / 0.6);
  }

  .lg\:border-s-amber-700\/65 {
    border-inline-start-color: rgb(180 83 9 / 0.65);
  }

  .lg\:border-s-amber-700\/70 {
    border-inline-start-color: rgb(180 83 9 / 0.7);
  }

  .lg\:border-s-amber-700\/75 {
    border-inline-start-color: rgb(180 83 9 / 0.75);
  }

  .lg\:border-s-amber-700\/80 {
    border-inline-start-color: rgb(180 83 9 / 0.8);
  }

  .lg\:border-s-amber-700\/85 {
    border-inline-start-color: rgb(180 83 9 / 0.85);
  }

  .lg\:border-s-amber-700\/90 {
    border-inline-start-color: rgb(180 83 9 / 0.9);
  }

  .lg\:border-s-amber-700\/95 {
    border-inline-start-color: rgb(180 83 9 / 0.95);
  }

  .lg\:border-s-amber-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(146 64 14 / var(--tw-border-opacity));
  }

  .lg\:border-s-amber-800\/0 {
    border-inline-start-color: rgb(146 64 14 / 0);
  }

  .lg\:border-s-amber-800\/10 {
    border-inline-start-color: rgb(146 64 14 / 0.1);
  }

  .lg\:border-s-amber-800\/100 {
    border-inline-start-color: rgb(146 64 14 / 1);
  }

  .lg\:border-s-amber-800\/15 {
    border-inline-start-color: rgb(146 64 14 / 0.15);
  }

  .lg\:border-s-amber-800\/20 {
    border-inline-start-color: rgb(146 64 14 / 0.2);
  }

  .lg\:border-s-amber-800\/25 {
    border-inline-start-color: rgb(146 64 14 / 0.25);
  }

  .lg\:border-s-amber-800\/30 {
    border-inline-start-color: rgb(146 64 14 / 0.3);
  }

  .lg\:border-s-amber-800\/35 {
    border-inline-start-color: rgb(146 64 14 / 0.35);
  }

  .lg\:border-s-amber-800\/40 {
    border-inline-start-color: rgb(146 64 14 / 0.4);
  }

  .lg\:border-s-amber-800\/45 {
    border-inline-start-color: rgb(146 64 14 / 0.45);
  }

  .lg\:border-s-amber-800\/5 {
    border-inline-start-color: rgb(146 64 14 / 0.05);
  }

  .lg\:border-s-amber-800\/50 {
    border-inline-start-color: rgb(146 64 14 / 0.5);
  }

  .lg\:border-s-amber-800\/55 {
    border-inline-start-color: rgb(146 64 14 / 0.55);
  }

  .lg\:border-s-amber-800\/60 {
    border-inline-start-color: rgb(146 64 14 / 0.6);
  }

  .lg\:border-s-amber-800\/65 {
    border-inline-start-color: rgb(146 64 14 / 0.65);
  }

  .lg\:border-s-amber-800\/70 {
    border-inline-start-color: rgb(146 64 14 / 0.7);
  }

  .lg\:border-s-amber-800\/75 {
    border-inline-start-color: rgb(146 64 14 / 0.75);
  }

  .lg\:border-s-amber-800\/80 {
    border-inline-start-color: rgb(146 64 14 / 0.8);
  }

  .lg\:border-s-amber-800\/85 {
    border-inline-start-color: rgb(146 64 14 / 0.85);
  }

  .lg\:border-s-amber-800\/90 {
    border-inline-start-color: rgb(146 64 14 / 0.9);
  }

  .lg\:border-s-amber-800\/95 {
    border-inline-start-color: rgb(146 64 14 / 0.95);
  }

  .lg\:border-s-amber-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(120 53 15 / var(--tw-border-opacity));
  }

  .lg\:border-s-amber-900\/0 {
    border-inline-start-color: rgb(120 53 15 / 0);
  }

  .lg\:border-s-amber-900\/10 {
    border-inline-start-color: rgb(120 53 15 / 0.1);
  }

  .lg\:border-s-amber-900\/100 {
    border-inline-start-color: rgb(120 53 15 / 1);
  }

  .lg\:border-s-amber-900\/15 {
    border-inline-start-color: rgb(120 53 15 / 0.15);
  }

  .lg\:border-s-amber-900\/20 {
    border-inline-start-color: rgb(120 53 15 / 0.2);
  }

  .lg\:border-s-amber-900\/25 {
    border-inline-start-color: rgb(120 53 15 / 0.25);
  }

  .lg\:border-s-amber-900\/30 {
    border-inline-start-color: rgb(120 53 15 / 0.3);
  }

  .lg\:border-s-amber-900\/35 {
    border-inline-start-color: rgb(120 53 15 / 0.35);
  }

  .lg\:border-s-amber-900\/40 {
    border-inline-start-color: rgb(120 53 15 / 0.4);
  }

  .lg\:border-s-amber-900\/45 {
    border-inline-start-color: rgb(120 53 15 / 0.45);
  }

  .lg\:border-s-amber-900\/5 {
    border-inline-start-color: rgb(120 53 15 / 0.05);
  }

  .lg\:border-s-amber-900\/50 {
    border-inline-start-color: rgb(120 53 15 / 0.5);
  }

  .lg\:border-s-amber-900\/55 {
    border-inline-start-color: rgb(120 53 15 / 0.55);
  }

  .lg\:border-s-amber-900\/60 {
    border-inline-start-color: rgb(120 53 15 / 0.6);
  }

  .lg\:border-s-amber-900\/65 {
    border-inline-start-color: rgb(120 53 15 / 0.65);
  }

  .lg\:border-s-amber-900\/70 {
    border-inline-start-color: rgb(120 53 15 / 0.7);
  }

  .lg\:border-s-amber-900\/75 {
    border-inline-start-color: rgb(120 53 15 / 0.75);
  }

  .lg\:border-s-amber-900\/80 {
    border-inline-start-color: rgb(120 53 15 / 0.8);
  }

  .lg\:border-s-amber-900\/85 {
    border-inline-start-color: rgb(120 53 15 / 0.85);
  }

  .lg\:border-s-amber-900\/90 {
    border-inline-start-color: rgb(120 53 15 / 0.9);
  }

  .lg\:border-s-amber-900\/95 {
    border-inline-start-color: rgb(120 53 15 / 0.95);
  }

  .lg\:border-s-amber-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(69 26 3 / var(--tw-border-opacity));
  }

  .lg\:border-s-amber-950\/0 {
    border-inline-start-color: rgb(69 26 3 / 0);
  }

  .lg\:border-s-amber-950\/10 {
    border-inline-start-color: rgb(69 26 3 / 0.1);
  }

  .lg\:border-s-amber-950\/100 {
    border-inline-start-color: rgb(69 26 3 / 1);
  }

  .lg\:border-s-amber-950\/15 {
    border-inline-start-color: rgb(69 26 3 / 0.15);
  }

  .lg\:border-s-amber-950\/20 {
    border-inline-start-color: rgb(69 26 3 / 0.2);
  }

  .lg\:border-s-amber-950\/25 {
    border-inline-start-color: rgb(69 26 3 / 0.25);
  }

  .lg\:border-s-amber-950\/30 {
    border-inline-start-color: rgb(69 26 3 / 0.3);
  }

  .lg\:border-s-amber-950\/35 {
    border-inline-start-color: rgb(69 26 3 / 0.35);
  }

  .lg\:border-s-amber-950\/40 {
    border-inline-start-color: rgb(69 26 3 / 0.4);
  }

  .lg\:border-s-amber-950\/45 {
    border-inline-start-color: rgb(69 26 3 / 0.45);
  }

  .lg\:border-s-amber-950\/5 {
    border-inline-start-color: rgb(69 26 3 / 0.05);
  }

  .lg\:border-s-amber-950\/50 {
    border-inline-start-color: rgb(69 26 3 / 0.5);
  }

  .lg\:border-s-amber-950\/55 {
    border-inline-start-color: rgb(69 26 3 / 0.55);
  }

  .lg\:border-s-amber-950\/60 {
    border-inline-start-color: rgb(69 26 3 / 0.6);
  }

  .lg\:border-s-amber-950\/65 {
    border-inline-start-color: rgb(69 26 3 / 0.65);
  }

  .lg\:border-s-amber-950\/70 {
    border-inline-start-color: rgb(69 26 3 / 0.7);
  }

  .lg\:border-s-amber-950\/75 {
    border-inline-start-color: rgb(69 26 3 / 0.75);
  }

  .lg\:border-s-amber-950\/80 {
    border-inline-start-color: rgb(69 26 3 / 0.8);
  }

  .lg\:border-s-amber-950\/85 {
    border-inline-start-color: rgb(69 26 3 / 0.85);
  }

  .lg\:border-s-amber-950\/90 {
    border-inline-start-color: rgb(69 26 3 / 0.9);
  }

  .lg\:border-s-amber-950\/95 {
    border-inline-start-color: rgb(69 26 3 / 0.95);
  }

  .lg\:border-s-black {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .lg\:border-s-black\/0 {
    border-inline-start-color: rgb(0 0 0 / 0);
  }

  .lg\:border-s-black\/10 {
    border-inline-start-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-s-black\/100 {
    border-inline-start-color: rgb(0 0 0 / 1);
  }

  .lg\:border-s-black\/15 {
    border-inline-start-color: rgb(0 0 0 / 0.15);
  }

  .lg\:border-s-black\/20 {
    border-inline-start-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-s-black\/25 {
    border-inline-start-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-s-black\/30 {
    border-inline-start-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-s-black\/35 {
    border-inline-start-color: rgb(0 0 0 / 0.35);
  }

  .lg\:border-s-black\/40 {
    border-inline-start-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-s-black\/45 {
    border-inline-start-color: rgb(0 0 0 / 0.45);
  }

  .lg\:border-s-black\/5 {
    border-inline-start-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-s-black\/50 {
    border-inline-start-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-s-black\/55 {
    border-inline-start-color: rgb(0 0 0 / 0.55);
  }

  .lg\:border-s-black\/60 {
    border-inline-start-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-s-black\/65 {
    border-inline-start-color: rgb(0 0 0 / 0.65);
  }

  .lg\:border-s-black\/70 {
    border-inline-start-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-s-black\/75 {
    border-inline-start-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-s-black\/80 {
    border-inline-start-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-s-black\/85 {
    border-inline-start-color: rgb(0 0 0 / 0.85);
  }

  .lg\:border-s-black\/90 {
    border-inline-start-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-s-black\/95 {
    border-inline-start-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-s-blue-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(219 234 254 / var(--tw-border-opacity));
  }

  .lg\:border-s-blue-100\/0 {
    border-inline-start-color: rgb(219 234 254 / 0);
  }

  .lg\:border-s-blue-100\/10 {
    border-inline-start-color: rgb(219 234 254 / 0.1);
  }

  .lg\:border-s-blue-100\/100 {
    border-inline-start-color: rgb(219 234 254 / 1);
  }

  .lg\:border-s-blue-100\/15 {
    border-inline-start-color: rgb(219 234 254 / 0.15);
  }

  .lg\:border-s-blue-100\/20 {
    border-inline-start-color: rgb(219 234 254 / 0.2);
  }

  .lg\:border-s-blue-100\/25 {
    border-inline-start-color: rgb(219 234 254 / 0.25);
  }

  .lg\:border-s-blue-100\/30 {
    border-inline-start-color: rgb(219 234 254 / 0.3);
  }

  .lg\:border-s-blue-100\/35 {
    border-inline-start-color: rgb(219 234 254 / 0.35);
  }

  .lg\:border-s-blue-100\/40 {
    border-inline-start-color: rgb(219 234 254 / 0.4);
  }

  .lg\:border-s-blue-100\/45 {
    border-inline-start-color: rgb(219 234 254 / 0.45);
  }

  .lg\:border-s-blue-100\/5 {
    border-inline-start-color: rgb(219 234 254 / 0.05);
  }

  .lg\:border-s-blue-100\/50 {
    border-inline-start-color: rgb(219 234 254 / 0.5);
  }

  .lg\:border-s-blue-100\/55 {
    border-inline-start-color: rgb(219 234 254 / 0.55);
  }

  .lg\:border-s-blue-100\/60 {
    border-inline-start-color: rgb(219 234 254 / 0.6);
  }

  .lg\:border-s-blue-100\/65 {
    border-inline-start-color: rgb(219 234 254 / 0.65);
  }

  .lg\:border-s-blue-100\/70 {
    border-inline-start-color: rgb(219 234 254 / 0.7);
  }

  .lg\:border-s-blue-100\/75 {
    border-inline-start-color: rgb(219 234 254 / 0.75);
  }

  .lg\:border-s-blue-100\/80 {
    border-inline-start-color: rgb(219 234 254 / 0.8);
  }

  .lg\:border-s-blue-100\/85 {
    border-inline-start-color: rgb(219 234 254 / 0.85);
  }

  .lg\:border-s-blue-100\/90 {
    border-inline-start-color: rgb(219 234 254 / 0.9);
  }

  .lg\:border-s-blue-100\/95 {
    border-inline-start-color: rgb(219 234 254 / 0.95);
  }

  .lg\:border-s-blue-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(191 219 254 / var(--tw-border-opacity));
  }

  .lg\:border-s-blue-200\/0 {
    border-inline-start-color: rgb(191 219 254 / 0);
  }

  .lg\:border-s-blue-200\/10 {
    border-inline-start-color: rgb(191 219 254 / 0.1);
  }

  .lg\:border-s-blue-200\/100 {
    border-inline-start-color: rgb(191 219 254 / 1);
  }

  .lg\:border-s-blue-200\/15 {
    border-inline-start-color: rgb(191 219 254 / 0.15);
  }

  .lg\:border-s-blue-200\/20 {
    border-inline-start-color: rgb(191 219 254 / 0.2);
  }

  .lg\:border-s-blue-200\/25 {
    border-inline-start-color: rgb(191 219 254 / 0.25);
  }

  .lg\:border-s-blue-200\/30 {
    border-inline-start-color: rgb(191 219 254 / 0.3);
  }

  .lg\:border-s-blue-200\/35 {
    border-inline-start-color: rgb(191 219 254 / 0.35);
  }

  .lg\:border-s-blue-200\/40 {
    border-inline-start-color: rgb(191 219 254 / 0.4);
  }

  .lg\:border-s-blue-200\/45 {
    border-inline-start-color: rgb(191 219 254 / 0.45);
  }

  .lg\:border-s-blue-200\/5 {
    border-inline-start-color: rgb(191 219 254 / 0.05);
  }

  .lg\:border-s-blue-200\/50 {
    border-inline-start-color: rgb(191 219 254 / 0.5);
  }

  .lg\:border-s-blue-200\/55 {
    border-inline-start-color: rgb(191 219 254 / 0.55);
  }

  .lg\:border-s-blue-200\/60 {
    border-inline-start-color: rgb(191 219 254 / 0.6);
  }

  .lg\:border-s-blue-200\/65 {
    border-inline-start-color: rgb(191 219 254 / 0.65);
  }

  .lg\:border-s-blue-200\/70 {
    border-inline-start-color: rgb(191 219 254 / 0.7);
  }

  .lg\:border-s-blue-200\/75 {
    border-inline-start-color: rgb(191 219 254 / 0.75);
  }

  .lg\:border-s-blue-200\/80 {
    border-inline-start-color: rgb(191 219 254 / 0.8);
  }

  .lg\:border-s-blue-200\/85 {
    border-inline-start-color: rgb(191 219 254 / 0.85);
  }

  .lg\:border-s-blue-200\/90 {
    border-inline-start-color: rgb(191 219 254 / 0.9);
  }

  .lg\:border-s-blue-200\/95 {
    border-inline-start-color: rgb(191 219 254 / 0.95);
  }

  .lg\:border-s-blue-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(147 197 253 / var(--tw-border-opacity));
  }

  .lg\:border-s-blue-300\/0 {
    border-inline-start-color: rgb(147 197 253 / 0);
  }

  .lg\:border-s-blue-300\/10 {
    border-inline-start-color: rgb(147 197 253 / 0.1);
  }

  .lg\:border-s-blue-300\/100 {
    border-inline-start-color: rgb(147 197 253 / 1);
  }

  .lg\:border-s-blue-300\/15 {
    border-inline-start-color: rgb(147 197 253 / 0.15);
  }

  .lg\:border-s-blue-300\/20 {
    border-inline-start-color: rgb(147 197 253 / 0.2);
  }

  .lg\:border-s-blue-300\/25 {
    border-inline-start-color: rgb(147 197 253 / 0.25);
  }

  .lg\:border-s-blue-300\/30 {
    border-inline-start-color: rgb(147 197 253 / 0.3);
  }

  .lg\:border-s-blue-300\/35 {
    border-inline-start-color: rgb(147 197 253 / 0.35);
  }

  .lg\:border-s-blue-300\/40 {
    border-inline-start-color: rgb(147 197 253 / 0.4);
  }

  .lg\:border-s-blue-300\/45 {
    border-inline-start-color: rgb(147 197 253 / 0.45);
  }

  .lg\:border-s-blue-300\/5 {
    border-inline-start-color: rgb(147 197 253 / 0.05);
  }

  .lg\:border-s-blue-300\/50 {
    border-inline-start-color: rgb(147 197 253 / 0.5);
  }

  .lg\:border-s-blue-300\/55 {
    border-inline-start-color: rgb(147 197 253 / 0.55);
  }

  .lg\:border-s-blue-300\/60 {
    border-inline-start-color: rgb(147 197 253 / 0.6);
  }

  .lg\:border-s-blue-300\/65 {
    border-inline-start-color: rgb(147 197 253 / 0.65);
  }

  .lg\:border-s-blue-300\/70 {
    border-inline-start-color: rgb(147 197 253 / 0.7);
  }

  .lg\:border-s-blue-300\/75 {
    border-inline-start-color: rgb(147 197 253 / 0.75);
  }

  .lg\:border-s-blue-300\/80 {
    border-inline-start-color: rgb(147 197 253 / 0.8);
  }

  .lg\:border-s-blue-300\/85 {
    border-inline-start-color: rgb(147 197 253 / 0.85);
  }

  .lg\:border-s-blue-300\/90 {
    border-inline-start-color: rgb(147 197 253 / 0.9);
  }

  .lg\:border-s-blue-300\/95 {
    border-inline-start-color: rgb(147 197 253 / 0.95);
  }

  .lg\:border-s-blue-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(96 165 250 / var(--tw-border-opacity));
  }

  .lg\:border-s-blue-400\/0 {
    border-inline-start-color: rgb(96 165 250 / 0);
  }

  .lg\:border-s-blue-400\/10 {
    border-inline-start-color: rgb(96 165 250 / 0.1);
  }

  .lg\:border-s-blue-400\/100 {
    border-inline-start-color: rgb(96 165 250 / 1);
  }

  .lg\:border-s-blue-400\/15 {
    border-inline-start-color: rgb(96 165 250 / 0.15);
  }

  .lg\:border-s-blue-400\/20 {
    border-inline-start-color: rgb(96 165 250 / 0.2);
  }

  .lg\:border-s-blue-400\/25 {
    border-inline-start-color: rgb(96 165 250 / 0.25);
  }

  .lg\:border-s-blue-400\/30 {
    border-inline-start-color: rgb(96 165 250 / 0.3);
  }

  .lg\:border-s-blue-400\/35 {
    border-inline-start-color: rgb(96 165 250 / 0.35);
  }

  .lg\:border-s-blue-400\/40 {
    border-inline-start-color: rgb(96 165 250 / 0.4);
  }

  .lg\:border-s-blue-400\/45 {
    border-inline-start-color: rgb(96 165 250 / 0.45);
  }

  .lg\:border-s-blue-400\/5 {
    border-inline-start-color: rgb(96 165 250 / 0.05);
  }

  .lg\:border-s-blue-400\/50 {
    border-inline-start-color: rgb(96 165 250 / 0.5);
  }

  .lg\:border-s-blue-400\/55 {
    border-inline-start-color: rgb(96 165 250 / 0.55);
  }

  .lg\:border-s-blue-400\/60 {
    border-inline-start-color: rgb(96 165 250 / 0.6);
  }

  .lg\:border-s-blue-400\/65 {
    border-inline-start-color: rgb(96 165 250 / 0.65);
  }

  .lg\:border-s-blue-400\/70 {
    border-inline-start-color: rgb(96 165 250 / 0.7);
  }

  .lg\:border-s-blue-400\/75 {
    border-inline-start-color: rgb(96 165 250 / 0.75);
  }

  .lg\:border-s-blue-400\/80 {
    border-inline-start-color: rgb(96 165 250 / 0.8);
  }

  .lg\:border-s-blue-400\/85 {
    border-inline-start-color: rgb(96 165 250 / 0.85);
  }

  .lg\:border-s-blue-400\/90 {
    border-inline-start-color: rgb(96 165 250 / 0.9);
  }

  .lg\:border-s-blue-400\/95 {
    border-inline-start-color: rgb(96 165 250 / 0.95);
  }

  .lg\:border-s-blue-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(239 246 255 / var(--tw-border-opacity));
  }

  .lg\:border-s-blue-50\/0 {
    border-inline-start-color: rgb(239 246 255 / 0);
  }

  .lg\:border-s-blue-50\/10 {
    border-inline-start-color: rgb(239 246 255 / 0.1);
  }

  .lg\:border-s-blue-50\/100 {
    border-inline-start-color: rgb(239 246 255 / 1);
  }

  .lg\:border-s-blue-50\/15 {
    border-inline-start-color: rgb(239 246 255 / 0.15);
  }

  .lg\:border-s-blue-50\/20 {
    border-inline-start-color: rgb(239 246 255 / 0.2);
  }

  .lg\:border-s-blue-50\/25 {
    border-inline-start-color: rgb(239 246 255 / 0.25);
  }

  .lg\:border-s-blue-50\/30 {
    border-inline-start-color: rgb(239 246 255 / 0.3);
  }

  .lg\:border-s-blue-50\/35 {
    border-inline-start-color: rgb(239 246 255 / 0.35);
  }

  .lg\:border-s-blue-50\/40 {
    border-inline-start-color: rgb(239 246 255 / 0.4);
  }

  .lg\:border-s-blue-50\/45 {
    border-inline-start-color: rgb(239 246 255 / 0.45);
  }

  .lg\:border-s-blue-50\/5 {
    border-inline-start-color: rgb(239 246 255 / 0.05);
  }

  .lg\:border-s-blue-50\/50 {
    border-inline-start-color: rgb(239 246 255 / 0.5);
  }

  .lg\:border-s-blue-50\/55 {
    border-inline-start-color: rgb(239 246 255 / 0.55);
  }

  .lg\:border-s-blue-50\/60 {
    border-inline-start-color: rgb(239 246 255 / 0.6);
  }

  .lg\:border-s-blue-50\/65 {
    border-inline-start-color: rgb(239 246 255 / 0.65);
  }

  .lg\:border-s-blue-50\/70 {
    border-inline-start-color: rgb(239 246 255 / 0.7);
  }

  .lg\:border-s-blue-50\/75 {
    border-inline-start-color: rgb(239 246 255 / 0.75);
  }

  .lg\:border-s-blue-50\/80 {
    border-inline-start-color: rgb(239 246 255 / 0.8);
  }

  .lg\:border-s-blue-50\/85 {
    border-inline-start-color: rgb(239 246 255 / 0.85);
  }

  .lg\:border-s-blue-50\/90 {
    border-inline-start-color: rgb(239 246 255 / 0.9);
  }

  .lg\:border-s-blue-50\/95 {
    border-inline-start-color: rgb(239 246 255 / 0.95);
  }

  .lg\:border-s-blue-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(59 130 246 / var(--tw-border-opacity));
  }

  .lg\:border-s-blue-500\/0 {
    border-inline-start-color: rgb(59 130 246 / 0);
  }

  .lg\:border-s-blue-500\/10 {
    border-inline-start-color: rgb(59 130 246 / 0.1);
  }

  .lg\:border-s-blue-500\/100 {
    border-inline-start-color: rgb(59 130 246 / 1);
  }

  .lg\:border-s-blue-500\/15 {
    border-inline-start-color: rgb(59 130 246 / 0.15);
  }

  .lg\:border-s-blue-500\/20 {
    border-inline-start-color: rgb(59 130 246 / 0.2);
  }

  .lg\:border-s-blue-500\/25 {
    border-inline-start-color: rgb(59 130 246 / 0.25);
  }

  .lg\:border-s-blue-500\/30 {
    border-inline-start-color: rgb(59 130 246 / 0.3);
  }

  .lg\:border-s-blue-500\/35 {
    border-inline-start-color: rgb(59 130 246 / 0.35);
  }

  .lg\:border-s-blue-500\/40 {
    border-inline-start-color: rgb(59 130 246 / 0.4);
  }

  .lg\:border-s-blue-500\/45 {
    border-inline-start-color: rgb(59 130 246 / 0.45);
  }

  .lg\:border-s-blue-500\/5 {
    border-inline-start-color: rgb(59 130 246 / 0.05);
  }

  .lg\:border-s-blue-500\/50 {
    border-inline-start-color: rgb(59 130 246 / 0.5);
  }

  .lg\:border-s-blue-500\/55 {
    border-inline-start-color: rgb(59 130 246 / 0.55);
  }

  .lg\:border-s-blue-500\/60 {
    border-inline-start-color: rgb(59 130 246 / 0.6);
  }

  .lg\:border-s-blue-500\/65 {
    border-inline-start-color: rgb(59 130 246 / 0.65);
  }

  .lg\:border-s-blue-500\/70 {
    border-inline-start-color: rgb(59 130 246 / 0.7);
  }

  .lg\:border-s-blue-500\/75 {
    border-inline-start-color: rgb(59 130 246 / 0.75);
  }

  .lg\:border-s-blue-500\/80 {
    border-inline-start-color: rgb(59 130 246 / 0.8);
  }

  .lg\:border-s-blue-500\/85 {
    border-inline-start-color: rgb(59 130 246 / 0.85);
  }

  .lg\:border-s-blue-500\/90 {
    border-inline-start-color: rgb(59 130 246 / 0.9);
  }

  .lg\:border-s-blue-500\/95 {
    border-inline-start-color: rgb(59 130 246 / 0.95);
  }

  .lg\:border-s-blue-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(37 99 235 / var(--tw-border-opacity));
  }

  .lg\:border-s-blue-600\/0 {
    border-inline-start-color: rgb(37 99 235 / 0);
  }

  .lg\:border-s-blue-600\/10 {
    border-inline-start-color: rgb(37 99 235 / 0.1);
  }

  .lg\:border-s-blue-600\/100 {
    border-inline-start-color: rgb(37 99 235 / 1);
  }

  .lg\:border-s-blue-600\/15 {
    border-inline-start-color: rgb(37 99 235 / 0.15);
  }

  .lg\:border-s-blue-600\/20 {
    border-inline-start-color: rgb(37 99 235 / 0.2);
  }

  .lg\:border-s-blue-600\/25 {
    border-inline-start-color: rgb(37 99 235 / 0.25);
  }

  .lg\:border-s-blue-600\/30 {
    border-inline-start-color: rgb(37 99 235 / 0.3);
  }

  .lg\:border-s-blue-600\/35 {
    border-inline-start-color: rgb(37 99 235 / 0.35);
  }

  .lg\:border-s-blue-600\/40 {
    border-inline-start-color: rgb(37 99 235 / 0.4);
  }

  .lg\:border-s-blue-600\/45 {
    border-inline-start-color: rgb(37 99 235 / 0.45);
  }

  .lg\:border-s-blue-600\/5 {
    border-inline-start-color: rgb(37 99 235 / 0.05);
  }

  .lg\:border-s-blue-600\/50 {
    border-inline-start-color: rgb(37 99 235 / 0.5);
  }

  .lg\:border-s-blue-600\/55 {
    border-inline-start-color: rgb(37 99 235 / 0.55);
  }

  .lg\:border-s-blue-600\/60 {
    border-inline-start-color: rgb(37 99 235 / 0.6);
  }

  .lg\:border-s-blue-600\/65 {
    border-inline-start-color: rgb(37 99 235 / 0.65);
  }

  .lg\:border-s-blue-600\/70 {
    border-inline-start-color: rgb(37 99 235 / 0.7);
  }

  .lg\:border-s-blue-600\/75 {
    border-inline-start-color: rgb(37 99 235 / 0.75);
  }

  .lg\:border-s-blue-600\/80 {
    border-inline-start-color: rgb(37 99 235 / 0.8);
  }

  .lg\:border-s-blue-600\/85 {
    border-inline-start-color: rgb(37 99 235 / 0.85);
  }

  .lg\:border-s-blue-600\/90 {
    border-inline-start-color: rgb(37 99 235 / 0.9);
  }

  .lg\:border-s-blue-600\/95 {
    border-inline-start-color: rgb(37 99 235 / 0.95);
  }

  .lg\:border-s-blue-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(29 78 216 / var(--tw-border-opacity));
  }

  .lg\:border-s-blue-700\/0 {
    border-inline-start-color: rgb(29 78 216 / 0);
  }

  .lg\:border-s-blue-700\/10 {
    border-inline-start-color: rgb(29 78 216 / 0.1);
  }

  .lg\:border-s-blue-700\/100 {
    border-inline-start-color: rgb(29 78 216 / 1);
  }

  .lg\:border-s-blue-700\/15 {
    border-inline-start-color: rgb(29 78 216 / 0.15);
  }

  .lg\:border-s-blue-700\/20 {
    border-inline-start-color: rgb(29 78 216 / 0.2);
  }

  .lg\:border-s-blue-700\/25 {
    border-inline-start-color: rgb(29 78 216 / 0.25);
  }

  .lg\:border-s-blue-700\/30 {
    border-inline-start-color: rgb(29 78 216 / 0.3);
  }

  .lg\:border-s-blue-700\/35 {
    border-inline-start-color: rgb(29 78 216 / 0.35);
  }

  .lg\:border-s-blue-700\/40 {
    border-inline-start-color: rgb(29 78 216 / 0.4);
  }

  .lg\:border-s-blue-700\/45 {
    border-inline-start-color: rgb(29 78 216 / 0.45);
  }

  .lg\:border-s-blue-700\/5 {
    border-inline-start-color: rgb(29 78 216 / 0.05);
  }

  .lg\:border-s-blue-700\/50 {
    border-inline-start-color: rgb(29 78 216 / 0.5);
  }

  .lg\:border-s-blue-700\/55 {
    border-inline-start-color: rgb(29 78 216 / 0.55);
  }

  .lg\:border-s-blue-700\/60 {
    border-inline-start-color: rgb(29 78 216 / 0.6);
  }

  .lg\:border-s-blue-700\/65 {
    border-inline-start-color: rgb(29 78 216 / 0.65);
  }

  .lg\:border-s-blue-700\/70 {
    border-inline-start-color: rgb(29 78 216 / 0.7);
  }

  .lg\:border-s-blue-700\/75 {
    border-inline-start-color: rgb(29 78 216 / 0.75);
  }

  .lg\:border-s-blue-700\/80 {
    border-inline-start-color: rgb(29 78 216 / 0.8);
  }

  .lg\:border-s-blue-700\/85 {
    border-inline-start-color: rgb(29 78 216 / 0.85);
  }

  .lg\:border-s-blue-700\/90 {
    border-inline-start-color: rgb(29 78 216 / 0.9);
  }

  .lg\:border-s-blue-700\/95 {
    border-inline-start-color: rgb(29 78 216 / 0.95);
  }

  .lg\:border-s-blue-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(30 64 175 / var(--tw-border-opacity));
  }

  .lg\:border-s-blue-800\/0 {
    border-inline-start-color: rgb(30 64 175 / 0);
  }

  .lg\:border-s-blue-800\/10 {
    border-inline-start-color: rgb(30 64 175 / 0.1);
  }

  .lg\:border-s-blue-800\/100 {
    border-inline-start-color: rgb(30 64 175 / 1);
  }

  .lg\:border-s-blue-800\/15 {
    border-inline-start-color: rgb(30 64 175 / 0.15);
  }

  .lg\:border-s-blue-800\/20 {
    border-inline-start-color: rgb(30 64 175 / 0.2);
  }

  .lg\:border-s-blue-800\/25 {
    border-inline-start-color: rgb(30 64 175 / 0.25);
  }

  .lg\:border-s-blue-800\/30 {
    border-inline-start-color: rgb(30 64 175 / 0.3);
  }

  .lg\:border-s-blue-800\/35 {
    border-inline-start-color: rgb(30 64 175 / 0.35);
  }

  .lg\:border-s-blue-800\/40 {
    border-inline-start-color: rgb(30 64 175 / 0.4);
  }

  .lg\:border-s-blue-800\/45 {
    border-inline-start-color: rgb(30 64 175 / 0.45);
  }

  .lg\:border-s-blue-800\/5 {
    border-inline-start-color: rgb(30 64 175 / 0.05);
  }

  .lg\:border-s-blue-800\/50 {
    border-inline-start-color: rgb(30 64 175 / 0.5);
  }

  .lg\:border-s-blue-800\/55 {
    border-inline-start-color: rgb(30 64 175 / 0.55);
  }

  .lg\:border-s-blue-800\/60 {
    border-inline-start-color: rgb(30 64 175 / 0.6);
  }

  .lg\:border-s-blue-800\/65 {
    border-inline-start-color: rgb(30 64 175 / 0.65);
  }

  .lg\:border-s-blue-800\/70 {
    border-inline-start-color: rgb(30 64 175 / 0.7);
  }

  .lg\:border-s-blue-800\/75 {
    border-inline-start-color: rgb(30 64 175 / 0.75);
  }

  .lg\:border-s-blue-800\/80 {
    border-inline-start-color: rgb(30 64 175 / 0.8);
  }

  .lg\:border-s-blue-800\/85 {
    border-inline-start-color: rgb(30 64 175 / 0.85);
  }

  .lg\:border-s-blue-800\/90 {
    border-inline-start-color: rgb(30 64 175 / 0.9);
  }

  .lg\:border-s-blue-800\/95 {
    border-inline-start-color: rgb(30 64 175 / 0.95);
  }

  .lg\:border-s-blue-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(30 58 138 / var(--tw-border-opacity));
  }

  .lg\:border-s-blue-900\/0 {
    border-inline-start-color: rgb(30 58 138 / 0);
  }

  .lg\:border-s-blue-900\/10 {
    border-inline-start-color: rgb(30 58 138 / 0.1);
  }

  .lg\:border-s-blue-900\/100 {
    border-inline-start-color: rgb(30 58 138 / 1);
  }

  .lg\:border-s-blue-900\/15 {
    border-inline-start-color: rgb(30 58 138 / 0.15);
  }

  .lg\:border-s-blue-900\/20 {
    border-inline-start-color: rgb(30 58 138 / 0.2);
  }

  .lg\:border-s-blue-900\/25 {
    border-inline-start-color: rgb(30 58 138 / 0.25);
  }

  .lg\:border-s-blue-900\/30 {
    border-inline-start-color: rgb(30 58 138 / 0.3);
  }

  .lg\:border-s-blue-900\/35 {
    border-inline-start-color: rgb(30 58 138 / 0.35);
  }

  .lg\:border-s-blue-900\/40 {
    border-inline-start-color: rgb(30 58 138 / 0.4);
  }

  .lg\:border-s-blue-900\/45 {
    border-inline-start-color: rgb(30 58 138 / 0.45);
  }

  .lg\:border-s-blue-900\/5 {
    border-inline-start-color: rgb(30 58 138 / 0.05);
  }

  .lg\:border-s-blue-900\/50 {
    border-inline-start-color: rgb(30 58 138 / 0.5);
  }

  .lg\:border-s-blue-900\/55 {
    border-inline-start-color: rgb(30 58 138 / 0.55);
  }

  .lg\:border-s-blue-900\/60 {
    border-inline-start-color: rgb(30 58 138 / 0.6);
  }

  .lg\:border-s-blue-900\/65 {
    border-inline-start-color: rgb(30 58 138 / 0.65);
  }

  .lg\:border-s-blue-900\/70 {
    border-inline-start-color: rgb(30 58 138 / 0.7);
  }

  .lg\:border-s-blue-900\/75 {
    border-inline-start-color: rgb(30 58 138 / 0.75);
  }

  .lg\:border-s-blue-900\/80 {
    border-inline-start-color: rgb(30 58 138 / 0.8);
  }

  .lg\:border-s-blue-900\/85 {
    border-inline-start-color: rgb(30 58 138 / 0.85);
  }

  .lg\:border-s-blue-900\/90 {
    border-inline-start-color: rgb(30 58 138 / 0.9);
  }

  .lg\:border-s-blue-900\/95 {
    border-inline-start-color: rgb(30 58 138 / 0.95);
  }

  .lg\:border-s-blue-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(23 37 84 / var(--tw-border-opacity));
  }

  .lg\:border-s-blue-950\/0 {
    border-inline-start-color: rgb(23 37 84 / 0);
  }

  .lg\:border-s-blue-950\/10 {
    border-inline-start-color: rgb(23 37 84 / 0.1);
  }

  .lg\:border-s-blue-950\/100 {
    border-inline-start-color: rgb(23 37 84 / 1);
  }

  .lg\:border-s-blue-950\/15 {
    border-inline-start-color: rgb(23 37 84 / 0.15);
  }

  .lg\:border-s-blue-950\/20 {
    border-inline-start-color: rgb(23 37 84 / 0.2);
  }

  .lg\:border-s-blue-950\/25 {
    border-inline-start-color: rgb(23 37 84 / 0.25);
  }

  .lg\:border-s-blue-950\/30 {
    border-inline-start-color: rgb(23 37 84 / 0.3);
  }

  .lg\:border-s-blue-950\/35 {
    border-inline-start-color: rgb(23 37 84 / 0.35);
  }

  .lg\:border-s-blue-950\/40 {
    border-inline-start-color: rgb(23 37 84 / 0.4);
  }

  .lg\:border-s-blue-950\/45 {
    border-inline-start-color: rgb(23 37 84 / 0.45);
  }

  .lg\:border-s-blue-950\/5 {
    border-inline-start-color: rgb(23 37 84 / 0.05);
  }

  .lg\:border-s-blue-950\/50 {
    border-inline-start-color: rgb(23 37 84 / 0.5);
  }

  .lg\:border-s-blue-950\/55 {
    border-inline-start-color: rgb(23 37 84 / 0.55);
  }

  .lg\:border-s-blue-950\/60 {
    border-inline-start-color: rgb(23 37 84 / 0.6);
  }

  .lg\:border-s-blue-950\/65 {
    border-inline-start-color: rgb(23 37 84 / 0.65);
  }

  .lg\:border-s-blue-950\/70 {
    border-inline-start-color: rgb(23 37 84 / 0.7);
  }

  .lg\:border-s-blue-950\/75 {
    border-inline-start-color: rgb(23 37 84 / 0.75);
  }

  .lg\:border-s-blue-950\/80 {
    border-inline-start-color: rgb(23 37 84 / 0.8);
  }

  .lg\:border-s-blue-950\/85 {
    border-inline-start-color: rgb(23 37 84 / 0.85);
  }

  .lg\:border-s-blue-950\/90 {
    border-inline-start-color: rgb(23 37 84 / 0.9);
  }

  .lg\:border-s-blue-950\/95 {
    border-inline-start-color: rgb(23 37 84 / 0.95);
  }

  .lg\:border-s-current {
    border-inline-start-color: currentColor;
  }

  .lg\:border-s-cyan-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(207 250 254 / var(--tw-border-opacity));
  }

  .lg\:border-s-cyan-100\/0 {
    border-inline-start-color: rgb(207 250 254 / 0);
  }

  .lg\:border-s-cyan-100\/10 {
    border-inline-start-color: rgb(207 250 254 / 0.1);
  }

  .lg\:border-s-cyan-100\/100 {
    border-inline-start-color: rgb(207 250 254 / 1);
  }

  .lg\:border-s-cyan-100\/15 {
    border-inline-start-color: rgb(207 250 254 / 0.15);
  }

  .lg\:border-s-cyan-100\/20 {
    border-inline-start-color: rgb(207 250 254 / 0.2);
  }

  .lg\:border-s-cyan-100\/25 {
    border-inline-start-color: rgb(207 250 254 / 0.25);
  }

  .lg\:border-s-cyan-100\/30 {
    border-inline-start-color: rgb(207 250 254 / 0.3);
  }

  .lg\:border-s-cyan-100\/35 {
    border-inline-start-color: rgb(207 250 254 / 0.35);
  }

  .lg\:border-s-cyan-100\/40 {
    border-inline-start-color: rgb(207 250 254 / 0.4);
  }

  .lg\:border-s-cyan-100\/45 {
    border-inline-start-color: rgb(207 250 254 / 0.45);
  }

  .lg\:border-s-cyan-100\/5 {
    border-inline-start-color: rgb(207 250 254 / 0.05);
  }

  .lg\:border-s-cyan-100\/50 {
    border-inline-start-color: rgb(207 250 254 / 0.5);
  }

  .lg\:border-s-cyan-100\/55 {
    border-inline-start-color: rgb(207 250 254 / 0.55);
  }

  .lg\:border-s-cyan-100\/60 {
    border-inline-start-color: rgb(207 250 254 / 0.6);
  }

  .lg\:border-s-cyan-100\/65 {
    border-inline-start-color: rgb(207 250 254 / 0.65);
  }

  .lg\:border-s-cyan-100\/70 {
    border-inline-start-color: rgb(207 250 254 / 0.7);
  }

  .lg\:border-s-cyan-100\/75 {
    border-inline-start-color: rgb(207 250 254 / 0.75);
  }

  .lg\:border-s-cyan-100\/80 {
    border-inline-start-color: rgb(207 250 254 / 0.8);
  }

  .lg\:border-s-cyan-100\/85 {
    border-inline-start-color: rgb(207 250 254 / 0.85);
  }

  .lg\:border-s-cyan-100\/90 {
    border-inline-start-color: rgb(207 250 254 / 0.9);
  }

  .lg\:border-s-cyan-100\/95 {
    border-inline-start-color: rgb(207 250 254 / 0.95);
  }

  .lg\:border-s-cyan-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(165 243 252 / var(--tw-border-opacity));
  }

  .lg\:border-s-cyan-200\/0 {
    border-inline-start-color: rgb(165 243 252 / 0);
  }

  .lg\:border-s-cyan-200\/10 {
    border-inline-start-color: rgb(165 243 252 / 0.1);
  }

  .lg\:border-s-cyan-200\/100 {
    border-inline-start-color: rgb(165 243 252 / 1);
  }

  .lg\:border-s-cyan-200\/15 {
    border-inline-start-color: rgb(165 243 252 / 0.15);
  }

  .lg\:border-s-cyan-200\/20 {
    border-inline-start-color: rgb(165 243 252 / 0.2);
  }

  .lg\:border-s-cyan-200\/25 {
    border-inline-start-color: rgb(165 243 252 / 0.25);
  }

  .lg\:border-s-cyan-200\/30 {
    border-inline-start-color: rgb(165 243 252 / 0.3);
  }

  .lg\:border-s-cyan-200\/35 {
    border-inline-start-color: rgb(165 243 252 / 0.35);
  }

  .lg\:border-s-cyan-200\/40 {
    border-inline-start-color: rgb(165 243 252 / 0.4);
  }

  .lg\:border-s-cyan-200\/45 {
    border-inline-start-color: rgb(165 243 252 / 0.45);
  }

  .lg\:border-s-cyan-200\/5 {
    border-inline-start-color: rgb(165 243 252 / 0.05);
  }

  .lg\:border-s-cyan-200\/50 {
    border-inline-start-color: rgb(165 243 252 / 0.5);
  }

  .lg\:border-s-cyan-200\/55 {
    border-inline-start-color: rgb(165 243 252 / 0.55);
  }

  .lg\:border-s-cyan-200\/60 {
    border-inline-start-color: rgb(165 243 252 / 0.6);
  }

  .lg\:border-s-cyan-200\/65 {
    border-inline-start-color: rgb(165 243 252 / 0.65);
  }

  .lg\:border-s-cyan-200\/70 {
    border-inline-start-color: rgb(165 243 252 / 0.7);
  }

  .lg\:border-s-cyan-200\/75 {
    border-inline-start-color: rgb(165 243 252 / 0.75);
  }

  .lg\:border-s-cyan-200\/80 {
    border-inline-start-color: rgb(165 243 252 / 0.8);
  }

  .lg\:border-s-cyan-200\/85 {
    border-inline-start-color: rgb(165 243 252 / 0.85);
  }

  .lg\:border-s-cyan-200\/90 {
    border-inline-start-color: rgb(165 243 252 / 0.9);
  }

  .lg\:border-s-cyan-200\/95 {
    border-inline-start-color: rgb(165 243 252 / 0.95);
  }

  .lg\:border-s-cyan-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(103 232 249 / var(--tw-border-opacity));
  }

  .lg\:border-s-cyan-300\/0 {
    border-inline-start-color: rgb(103 232 249 / 0);
  }

  .lg\:border-s-cyan-300\/10 {
    border-inline-start-color: rgb(103 232 249 / 0.1);
  }

  .lg\:border-s-cyan-300\/100 {
    border-inline-start-color: rgb(103 232 249 / 1);
  }

  .lg\:border-s-cyan-300\/15 {
    border-inline-start-color: rgb(103 232 249 / 0.15);
  }

  .lg\:border-s-cyan-300\/20 {
    border-inline-start-color: rgb(103 232 249 / 0.2);
  }

  .lg\:border-s-cyan-300\/25 {
    border-inline-start-color: rgb(103 232 249 / 0.25);
  }

  .lg\:border-s-cyan-300\/30 {
    border-inline-start-color: rgb(103 232 249 / 0.3);
  }

  .lg\:border-s-cyan-300\/35 {
    border-inline-start-color: rgb(103 232 249 / 0.35);
  }

  .lg\:border-s-cyan-300\/40 {
    border-inline-start-color: rgb(103 232 249 / 0.4);
  }

  .lg\:border-s-cyan-300\/45 {
    border-inline-start-color: rgb(103 232 249 / 0.45);
  }

  .lg\:border-s-cyan-300\/5 {
    border-inline-start-color: rgb(103 232 249 / 0.05);
  }

  .lg\:border-s-cyan-300\/50 {
    border-inline-start-color: rgb(103 232 249 / 0.5);
  }

  .lg\:border-s-cyan-300\/55 {
    border-inline-start-color: rgb(103 232 249 / 0.55);
  }

  .lg\:border-s-cyan-300\/60 {
    border-inline-start-color: rgb(103 232 249 / 0.6);
  }

  .lg\:border-s-cyan-300\/65 {
    border-inline-start-color: rgb(103 232 249 / 0.65);
  }

  .lg\:border-s-cyan-300\/70 {
    border-inline-start-color: rgb(103 232 249 / 0.7);
  }

  .lg\:border-s-cyan-300\/75 {
    border-inline-start-color: rgb(103 232 249 / 0.75);
  }

  .lg\:border-s-cyan-300\/80 {
    border-inline-start-color: rgb(103 232 249 / 0.8);
  }

  .lg\:border-s-cyan-300\/85 {
    border-inline-start-color: rgb(103 232 249 / 0.85);
  }

  .lg\:border-s-cyan-300\/90 {
    border-inline-start-color: rgb(103 232 249 / 0.9);
  }

  .lg\:border-s-cyan-300\/95 {
    border-inline-start-color: rgb(103 232 249 / 0.95);
  }

  .lg\:border-s-cyan-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(34 211 238 / var(--tw-border-opacity));
  }

  .lg\:border-s-cyan-400\/0 {
    border-inline-start-color: rgb(34 211 238 / 0);
  }

  .lg\:border-s-cyan-400\/10 {
    border-inline-start-color: rgb(34 211 238 / 0.1);
  }

  .lg\:border-s-cyan-400\/100 {
    border-inline-start-color: rgb(34 211 238 / 1);
  }

  .lg\:border-s-cyan-400\/15 {
    border-inline-start-color: rgb(34 211 238 / 0.15);
  }

  .lg\:border-s-cyan-400\/20 {
    border-inline-start-color: rgb(34 211 238 / 0.2);
  }

  .lg\:border-s-cyan-400\/25 {
    border-inline-start-color: rgb(34 211 238 / 0.25);
  }

  .lg\:border-s-cyan-400\/30 {
    border-inline-start-color: rgb(34 211 238 / 0.3);
  }

  .lg\:border-s-cyan-400\/35 {
    border-inline-start-color: rgb(34 211 238 / 0.35);
  }

  .lg\:border-s-cyan-400\/40 {
    border-inline-start-color: rgb(34 211 238 / 0.4);
  }

  .lg\:border-s-cyan-400\/45 {
    border-inline-start-color: rgb(34 211 238 / 0.45);
  }

  .lg\:border-s-cyan-400\/5 {
    border-inline-start-color: rgb(34 211 238 / 0.05);
  }

  .lg\:border-s-cyan-400\/50 {
    border-inline-start-color: rgb(34 211 238 / 0.5);
  }

  .lg\:border-s-cyan-400\/55 {
    border-inline-start-color: rgb(34 211 238 / 0.55);
  }

  .lg\:border-s-cyan-400\/60 {
    border-inline-start-color: rgb(34 211 238 / 0.6);
  }

  .lg\:border-s-cyan-400\/65 {
    border-inline-start-color: rgb(34 211 238 / 0.65);
  }

  .lg\:border-s-cyan-400\/70 {
    border-inline-start-color: rgb(34 211 238 / 0.7);
  }

  .lg\:border-s-cyan-400\/75 {
    border-inline-start-color: rgb(34 211 238 / 0.75);
  }

  .lg\:border-s-cyan-400\/80 {
    border-inline-start-color: rgb(34 211 238 / 0.8);
  }

  .lg\:border-s-cyan-400\/85 {
    border-inline-start-color: rgb(34 211 238 / 0.85);
  }

  .lg\:border-s-cyan-400\/90 {
    border-inline-start-color: rgb(34 211 238 / 0.9);
  }

  .lg\:border-s-cyan-400\/95 {
    border-inline-start-color: rgb(34 211 238 / 0.95);
  }

  .lg\:border-s-cyan-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(236 254 255 / var(--tw-border-opacity));
  }

  .lg\:border-s-cyan-50\/0 {
    border-inline-start-color: rgb(236 254 255 / 0);
  }

  .lg\:border-s-cyan-50\/10 {
    border-inline-start-color: rgb(236 254 255 / 0.1);
  }

  .lg\:border-s-cyan-50\/100 {
    border-inline-start-color: rgb(236 254 255 / 1);
  }

  .lg\:border-s-cyan-50\/15 {
    border-inline-start-color: rgb(236 254 255 / 0.15);
  }

  .lg\:border-s-cyan-50\/20 {
    border-inline-start-color: rgb(236 254 255 / 0.2);
  }

  .lg\:border-s-cyan-50\/25 {
    border-inline-start-color: rgb(236 254 255 / 0.25);
  }

  .lg\:border-s-cyan-50\/30 {
    border-inline-start-color: rgb(236 254 255 / 0.3);
  }

  .lg\:border-s-cyan-50\/35 {
    border-inline-start-color: rgb(236 254 255 / 0.35);
  }

  .lg\:border-s-cyan-50\/40 {
    border-inline-start-color: rgb(236 254 255 / 0.4);
  }

  .lg\:border-s-cyan-50\/45 {
    border-inline-start-color: rgb(236 254 255 / 0.45);
  }

  .lg\:border-s-cyan-50\/5 {
    border-inline-start-color: rgb(236 254 255 / 0.05);
  }

  .lg\:border-s-cyan-50\/50 {
    border-inline-start-color: rgb(236 254 255 / 0.5);
  }

  .lg\:border-s-cyan-50\/55 {
    border-inline-start-color: rgb(236 254 255 / 0.55);
  }

  .lg\:border-s-cyan-50\/60 {
    border-inline-start-color: rgb(236 254 255 / 0.6);
  }

  .lg\:border-s-cyan-50\/65 {
    border-inline-start-color: rgb(236 254 255 / 0.65);
  }

  .lg\:border-s-cyan-50\/70 {
    border-inline-start-color: rgb(236 254 255 / 0.7);
  }

  .lg\:border-s-cyan-50\/75 {
    border-inline-start-color: rgb(236 254 255 / 0.75);
  }

  .lg\:border-s-cyan-50\/80 {
    border-inline-start-color: rgb(236 254 255 / 0.8);
  }

  .lg\:border-s-cyan-50\/85 {
    border-inline-start-color: rgb(236 254 255 / 0.85);
  }

  .lg\:border-s-cyan-50\/90 {
    border-inline-start-color: rgb(236 254 255 / 0.9);
  }

  .lg\:border-s-cyan-50\/95 {
    border-inline-start-color: rgb(236 254 255 / 0.95);
  }

  .lg\:border-s-cyan-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(6 182 212 / var(--tw-border-opacity));
  }

  .lg\:border-s-cyan-500\/0 {
    border-inline-start-color: rgb(6 182 212 / 0);
  }

  .lg\:border-s-cyan-500\/10 {
    border-inline-start-color: rgb(6 182 212 / 0.1);
  }

  .lg\:border-s-cyan-500\/100 {
    border-inline-start-color: rgb(6 182 212 / 1);
  }

  .lg\:border-s-cyan-500\/15 {
    border-inline-start-color: rgb(6 182 212 / 0.15);
  }

  .lg\:border-s-cyan-500\/20 {
    border-inline-start-color: rgb(6 182 212 / 0.2);
  }

  .lg\:border-s-cyan-500\/25 {
    border-inline-start-color: rgb(6 182 212 / 0.25);
  }

  .lg\:border-s-cyan-500\/30 {
    border-inline-start-color: rgb(6 182 212 / 0.3);
  }

  .lg\:border-s-cyan-500\/35 {
    border-inline-start-color: rgb(6 182 212 / 0.35);
  }

  .lg\:border-s-cyan-500\/40 {
    border-inline-start-color: rgb(6 182 212 / 0.4);
  }

  .lg\:border-s-cyan-500\/45 {
    border-inline-start-color: rgb(6 182 212 / 0.45);
  }

  .lg\:border-s-cyan-500\/5 {
    border-inline-start-color: rgb(6 182 212 / 0.05);
  }

  .lg\:border-s-cyan-500\/50 {
    border-inline-start-color: rgb(6 182 212 / 0.5);
  }

  .lg\:border-s-cyan-500\/55 {
    border-inline-start-color: rgb(6 182 212 / 0.55);
  }

  .lg\:border-s-cyan-500\/60 {
    border-inline-start-color: rgb(6 182 212 / 0.6);
  }

  .lg\:border-s-cyan-500\/65 {
    border-inline-start-color: rgb(6 182 212 / 0.65);
  }

  .lg\:border-s-cyan-500\/70 {
    border-inline-start-color: rgb(6 182 212 / 0.7);
  }

  .lg\:border-s-cyan-500\/75 {
    border-inline-start-color: rgb(6 182 212 / 0.75);
  }

  .lg\:border-s-cyan-500\/80 {
    border-inline-start-color: rgb(6 182 212 / 0.8);
  }

  .lg\:border-s-cyan-500\/85 {
    border-inline-start-color: rgb(6 182 212 / 0.85);
  }

  .lg\:border-s-cyan-500\/90 {
    border-inline-start-color: rgb(6 182 212 / 0.9);
  }

  .lg\:border-s-cyan-500\/95 {
    border-inline-start-color: rgb(6 182 212 / 0.95);
  }

  .lg\:border-s-cyan-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(8 145 178 / var(--tw-border-opacity));
  }

  .lg\:border-s-cyan-600\/0 {
    border-inline-start-color: rgb(8 145 178 / 0);
  }

  .lg\:border-s-cyan-600\/10 {
    border-inline-start-color: rgb(8 145 178 / 0.1);
  }

  .lg\:border-s-cyan-600\/100 {
    border-inline-start-color: rgb(8 145 178 / 1);
  }

  .lg\:border-s-cyan-600\/15 {
    border-inline-start-color: rgb(8 145 178 / 0.15);
  }

  .lg\:border-s-cyan-600\/20 {
    border-inline-start-color: rgb(8 145 178 / 0.2);
  }

  .lg\:border-s-cyan-600\/25 {
    border-inline-start-color: rgb(8 145 178 / 0.25);
  }

  .lg\:border-s-cyan-600\/30 {
    border-inline-start-color: rgb(8 145 178 / 0.3);
  }

  .lg\:border-s-cyan-600\/35 {
    border-inline-start-color: rgb(8 145 178 / 0.35);
  }

  .lg\:border-s-cyan-600\/40 {
    border-inline-start-color: rgb(8 145 178 / 0.4);
  }

  .lg\:border-s-cyan-600\/45 {
    border-inline-start-color: rgb(8 145 178 / 0.45);
  }

  .lg\:border-s-cyan-600\/5 {
    border-inline-start-color: rgb(8 145 178 / 0.05);
  }

  .lg\:border-s-cyan-600\/50 {
    border-inline-start-color: rgb(8 145 178 / 0.5);
  }

  .lg\:border-s-cyan-600\/55 {
    border-inline-start-color: rgb(8 145 178 / 0.55);
  }

  .lg\:border-s-cyan-600\/60 {
    border-inline-start-color: rgb(8 145 178 / 0.6);
  }

  .lg\:border-s-cyan-600\/65 {
    border-inline-start-color: rgb(8 145 178 / 0.65);
  }

  .lg\:border-s-cyan-600\/70 {
    border-inline-start-color: rgb(8 145 178 / 0.7);
  }

  .lg\:border-s-cyan-600\/75 {
    border-inline-start-color: rgb(8 145 178 / 0.75);
  }

  .lg\:border-s-cyan-600\/80 {
    border-inline-start-color: rgb(8 145 178 / 0.8);
  }

  .lg\:border-s-cyan-600\/85 {
    border-inline-start-color: rgb(8 145 178 / 0.85);
  }

  .lg\:border-s-cyan-600\/90 {
    border-inline-start-color: rgb(8 145 178 / 0.9);
  }

  .lg\:border-s-cyan-600\/95 {
    border-inline-start-color: rgb(8 145 178 / 0.95);
  }

  .lg\:border-s-cyan-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(14 116 144 / var(--tw-border-opacity));
  }

  .lg\:border-s-cyan-700\/0 {
    border-inline-start-color: rgb(14 116 144 / 0);
  }

  .lg\:border-s-cyan-700\/10 {
    border-inline-start-color: rgb(14 116 144 / 0.1);
  }

  .lg\:border-s-cyan-700\/100 {
    border-inline-start-color: rgb(14 116 144 / 1);
  }

  .lg\:border-s-cyan-700\/15 {
    border-inline-start-color: rgb(14 116 144 / 0.15);
  }

  .lg\:border-s-cyan-700\/20 {
    border-inline-start-color: rgb(14 116 144 / 0.2);
  }

  .lg\:border-s-cyan-700\/25 {
    border-inline-start-color: rgb(14 116 144 / 0.25);
  }

  .lg\:border-s-cyan-700\/30 {
    border-inline-start-color: rgb(14 116 144 / 0.3);
  }

  .lg\:border-s-cyan-700\/35 {
    border-inline-start-color: rgb(14 116 144 / 0.35);
  }

  .lg\:border-s-cyan-700\/40 {
    border-inline-start-color: rgb(14 116 144 / 0.4);
  }

  .lg\:border-s-cyan-700\/45 {
    border-inline-start-color: rgb(14 116 144 / 0.45);
  }

  .lg\:border-s-cyan-700\/5 {
    border-inline-start-color: rgb(14 116 144 / 0.05);
  }

  .lg\:border-s-cyan-700\/50 {
    border-inline-start-color: rgb(14 116 144 / 0.5);
  }

  .lg\:border-s-cyan-700\/55 {
    border-inline-start-color: rgb(14 116 144 / 0.55);
  }

  .lg\:border-s-cyan-700\/60 {
    border-inline-start-color: rgb(14 116 144 / 0.6);
  }

  .lg\:border-s-cyan-700\/65 {
    border-inline-start-color: rgb(14 116 144 / 0.65);
  }

  .lg\:border-s-cyan-700\/70 {
    border-inline-start-color: rgb(14 116 144 / 0.7);
  }

  .lg\:border-s-cyan-700\/75 {
    border-inline-start-color: rgb(14 116 144 / 0.75);
  }

  .lg\:border-s-cyan-700\/80 {
    border-inline-start-color: rgb(14 116 144 / 0.8);
  }

  .lg\:border-s-cyan-700\/85 {
    border-inline-start-color: rgb(14 116 144 / 0.85);
  }

  .lg\:border-s-cyan-700\/90 {
    border-inline-start-color: rgb(14 116 144 / 0.9);
  }

  .lg\:border-s-cyan-700\/95 {
    border-inline-start-color: rgb(14 116 144 / 0.95);
  }

  .lg\:border-s-cyan-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(21 94 117 / var(--tw-border-opacity));
  }

  .lg\:border-s-cyan-800\/0 {
    border-inline-start-color: rgb(21 94 117 / 0);
  }

  .lg\:border-s-cyan-800\/10 {
    border-inline-start-color: rgb(21 94 117 / 0.1);
  }

  .lg\:border-s-cyan-800\/100 {
    border-inline-start-color: rgb(21 94 117 / 1);
  }

  .lg\:border-s-cyan-800\/15 {
    border-inline-start-color: rgb(21 94 117 / 0.15);
  }

  .lg\:border-s-cyan-800\/20 {
    border-inline-start-color: rgb(21 94 117 / 0.2);
  }

  .lg\:border-s-cyan-800\/25 {
    border-inline-start-color: rgb(21 94 117 / 0.25);
  }

  .lg\:border-s-cyan-800\/30 {
    border-inline-start-color: rgb(21 94 117 / 0.3);
  }

  .lg\:border-s-cyan-800\/35 {
    border-inline-start-color: rgb(21 94 117 / 0.35);
  }

  .lg\:border-s-cyan-800\/40 {
    border-inline-start-color: rgb(21 94 117 / 0.4);
  }

  .lg\:border-s-cyan-800\/45 {
    border-inline-start-color: rgb(21 94 117 / 0.45);
  }

  .lg\:border-s-cyan-800\/5 {
    border-inline-start-color: rgb(21 94 117 / 0.05);
  }

  .lg\:border-s-cyan-800\/50 {
    border-inline-start-color: rgb(21 94 117 / 0.5);
  }

  .lg\:border-s-cyan-800\/55 {
    border-inline-start-color: rgb(21 94 117 / 0.55);
  }

  .lg\:border-s-cyan-800\/60 {
    border-inline-start-color: rgb(21 94 117 / 0.6);
  }

  .lg\:border-s-cyan-800\/65 {
    border-inline-start-color: rgb(21 94 117 / 0.65);
  }

  .lg\:border-s-cyan-800\/70 {
    border-inline-start-color: rgb(21 94 117 / 0.7);
  }

  .lg\:border-s-cyan-800\/75 {
    border-inline-start-color: rgb(21 94 117 / 0.75);
  }

  .lg\:border-s-cyan-800\/80 {
    border-inline-start-color: rgb(21 94 117 / 0.8);
  }

  .lg\:border-s-cyan-800\/85 {
    border-inline-start-color: rgb(21 94 117 / 0.85);
  }

  .lg\:border-s-cyan-800\/90 {
    border-inline-start-color: rgb(21 94 117 / 0.9);
  }

  .lg\:border-s-cyan-800\/95 {
    border-inline-start-color: rgb(21 94 117 / 0.95);
  }

  .lg\:border-s-cyan-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(22 78 99 / var(--tw-border-opacity));
  }

  .lg\:border-s-cyan-900\/0 {
    border-inline-start-color: rgb(22 78 99 / 0);
  }

  .lg\:border-s-cyan-900\/10 {
    border-inline-start-color: rgb(22 78 99 / 0.1);
  }

  .lg\:border-s-cyan-900\/100 {
    border-inline-start-color: rgb(22 78 99 / 1);
  }

  .lg\:border-s-cyan-900\/15 {
    border-inline-start-color: rgb(22 78 99 / 0.15);
  }

  .lg\:border-s-cyan-900\/20 {
    border-inline-start-color: rgb(22 78 99 / 0.2);
  }

  .lg\:border-s-cyan-900\/25 {
    border-inline-start-color: rgb(22 78 99 / 0.25);
  }

  .lg\:border-s-cyan-900\/30 {
    border-inline-start-color: rgb(22 78 99 / 0.3);
  }

  .lg\:border-s-cyan-900\/35 {
    border-inline-start-color: rgb(22 78 99 / 0.35);
  }

  .lg\:border-s-cyan-900\/40 {
    border-inline-start-color: rgb(22 78 99 / 0.4);
  }

  .lg\:border-s-cyan-900\/45 {
    border-inline-start-color: rgb(22 78 99 / 0.45);
  }

  .lg\:border-s-cyan-900\/5 {
    border-inline-start-color: rgb(22 78 99 / 0.05);
  }

  .lg\:border-s-cyan-900\/50 {
    border-inline-start-color: rgb(22 78 99 / 0.5);
  }

  .lg\:border-s-cyan-900\/55 {
    border-inline-start-color: rgb(22 78 99 / 0.55);
  }

  .lg\:border-s-cyan-900\/60 {
    border-inline-start-color: rgb(22 78 99 / 0.6);
  }

  .lg\:border-s-cyan-900\/65 {
    border-inline-start-color: rgb(22 78 99 / 0.65);
  }

  .lg\:border-s-cyan-900\/70 {
    border-inline-start-color: rgb(22 78 99 / 0.7);
  }

  .lg\:border-s-cyan-900\/75 {
    border-inline-start-color: rgb(22 78 99 / 0.75);
  }

  .lg\:border-s-cyan-900\/80 {
    border-inline-start-color: rgb(22 78 99 / 0.8);
  }

  .lg\:border-s-cyan-900\/85 {
    border-inline-start-color: rgb(22 78 99 / 0.85);
  }

  .lg\:border-s-cyan-900\/90 {
    border-inline-start-color: rgb(22 78 99 / 0.9);
  }

  .lg\:border-s-cyan-900\/95 {
    border-inline-start-color: rgb(22 78 99 / 0.95);
  }

  .lg\:border-s-cyan-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(8 51 68 / var(--tw-border-opacity));
  }

  .lg\:border-s-cyan-950\/0 {
    border-inline-start-color: rgb(8 51 68 / 0);
  }

  .lg\:border-s-cyan-950\/10 {
    border-inline-start-color: rgb(8 51 68 / 0.1);
  }

  .lg\:border-s-cyan-950\/100 {
    border-inline-start-color: rgb(8 51 68 / 1);
  }

  .lg\:border-s-cyan-950\/15 {
    border-inline-start-color: rgb(8 51 68 / 0.15);
  }

  .lg\:border-s-cyan-950\/20 {
    border-inline-start-color: rgb(8 51 68 / 0.2);
  }

  .lg\:border-s-cyan-950\/25 {
    border-inline-start-color: rgb(8 51 68 / 0.25);
  }

  .lg\:border-s-cyan-950\/30 {
    border-inline-start-color: rgb(8 51 68 / 0.3);
  }

  .lg\:border-s-cyan-950\/35 {
    border-inline-start-color: rgb(8 51 68 / 0.35);
  }

  .lg\:border-s-cyan-950\/40 {
    border-inline-start-color: rgb(8 51 68 / 0.4);
  }

  .lg\:border-s-cyan-950\/45 {
    border-inline-start-color: rgb(8 51 68 / 0.45);
  }

  .lg\:border-s-cyan-950\/5 {
    border-inline-start-color: rgb(8 51 68 / 0.05);
  }

  .lg\:border-s-cyan-950\/50 {
    border-inline-start-color: rgb(8 51 68 / 0.5);
  }

  .lg\:border-s-cyan-950\/55 {
    border-inline-start-color: rgb(8 51 68 / 0.55);
  }

  .lg\:border-s-cyan-950\/60 {
    border-inline-start-color: rgb(8 51 68 / 0.6);
  }

  .lg\:border-s-cyan-950\/65 {
    border-inline-start-color: rgb(8 51 68 / 0.65);
  }

  .lg\:border-s-cyan-950\/70 {
    border-inline-start-color: rgb(8 51 68 / 0.7);
  }

  .lg\:border-s-cyan-950\/75 {
    border-inline-start-color: rgb(8 51 68 / 0.75);
  }

  .lg\:border-s-cyan-950\/80 {
    border-inline-start-color: rgb(8 51 68 / 0.8);
  }

  .lg\:border-s-cyan-950\/85 {
    border-inline-start-color: rgb(8 51 68 / 0.85);
  }

  .lg\:border-s-cyan-950\/90 {
    border-inline-start-color: rgb(8 51 68 / 0.9);
  }

  .lg\:border-s-cyan-950\/95 {
    border-inline-start-color: rgb(8 51 68 / 0.95);
  }

  .lg\:border-s-emerald-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(209 250 229 / var(--tw-border-opacity));
  }

  .lg\:border-s-emerald-100\/0 {
    border-inline-start-color: rgb(209 250 229 / 0);
  }

  .lg\:border-s-emerald-100\/10 {
    border-inline-start-color: rgb(209 250 229 / 0.1);
  }

  .lg\:border-s-emerald-100\/100 {
    border-inline-start-color: rgb(209 250 229 / 1);
  }

  .lg\:border-s-emerald-100\/15 {
    border-inline-start-color: rgb(209 250 229 / 0.15);
  }

  .lg\:border-s-emerald-100\/20 {
    border-inline-start-color: rgb(209 250 229 / 0.2);
  }

  .lg\:border-s-emerald-100\/25 {
    border-inline-start-color: rgb(209 250 229 / 0.25);
  }

  .lg\:border-s-emerald-100\/30 {
    border-inline-start-color: rgb(209 250 229 / 0.3);
  }

  .lg\:border-s-emerald-100\/35 {
    border-inline-start-color: rgb(209 250 229 / 0.35);
  }

  .lg\:border-s-emerald-100\/40 {
    border-inline-start-color: rgb(209 250 229 / 0.4);
  }

  .lg\:border-s-emerald-100\/45 {
    border-inline-start-color: rgb(209 250 229 / 0.45);
  }

  .lg\:border-s-emerald-100\/5 {
    border-inline-start-color: rgb(209 250 229 / 0.05);
  }

  .lg\:border-s-emerald-100\/50 {
    border-inline-start-color: rgb(209 250 229 / 0.5);
  }

  .lg\:border-s-emerald-100\/55 {
    border-inline-start-color: rgb(209 250 229 / 0.55);
  }

  .lg\:border-s-emerald-100\/60 {
    border-inline-start-color: rgb(209 250 229 / 0.6);
  }

  .lg\:border-s-emerald-100\/65 {
    border-inline-start-color: rgb(209 250 229 / 0.65);
  }

  .lg\:border-s-emerald-100\/70 {
    border-inline-start-color: rgb(209 250 229 / 0.7);
  }

  .lg\:border-s-emerald-100\/75 {
    border-inline-start-color: rgb(209 250 229 / 0.75);
  }

  .lg\:border-s-emerald-100\/80 {
    border-inline-start-color: rgb(209 250 229 / 0.8);
  }

  .lg\:border-s-emerald-100\/85 {
    border-inline-start-color: rgb(209 250 229 / 0.85);
  }

  .lg\:border-s-emerald-100\/90 {
    border-inline-start-color: rgb(209 250 229 / 0.9);
  }

  .lg\:border-s-emerald-100\/95 {
    border-inline-start-color: rgb(209 250 229 / 0.95);
  }

  .lg\:border-s-emerald-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(167 243 208 / var(--tw-border-opacity));
  }

  .lg\:border-s-emerald-200\/0 {
    border-inline-start-color: rgb(167 243 208 / 0);
  }

  .lg\:border-s-emerald-200\/10 {
    border-inline-start-color: rgb(167 243 208 / 0.1);
  }

  .lg\:border-s-emerald-200\/100 {
    border-inline-start-color: rgb(167 243 208 / 1);
  }

  .lg\:border-s-emerald-200\/15 {
    border-inline-start-color: rgb(167 243 208 / 0.15);
  }

  .lg\:border-s-emerald-200\/20 {
    border-inline-start-color: rgb(167 243 208 / 0.2);
  }

  .lg\:border-s-emerald-200\/25 {
    border-inline-start-color: rgb(167 243 208 / 0.25);
  }

  .lg\:border-s-emerald-200\/30 {
    border-inline-start-color: rgb(167 243 208 / 0.3);
  }

  .lg\:border-s-emerald-200\/35 {
    border-inline-start-color: rgb(167 243 208 / 0.35);
  }

  .lg\:border-s-emerald-200\/40 {
    border-inline-start-color: rgb(167 243 208 / 0.4);
  }

  .lg\:border-s-emerald-200\/45 {
    border-inline-start-color: rgb(167 243 208 / 0.45);
  }

  .lg\:border-s-emerald-200\/5 {
    border-inline-start-color: rgb(167 243 208 / 0.05);
  }

  .lg\:border-s-emerald-200\/50 {
    border-inline-start-color: rgb(167 243 208 / 0.5);
  }

  .lg\:border-s-emerald-200\/55 {
    border-inline-start-color: rgb(167 243 208 / 0.55);
  }

  .lg\:border-s-emerald-200\/60 {
    border-inline-start-color: rgb(167 243 208 / 0.6);
  }

  .lg\:border-s-emerald-200\/65 {
    border-inline-start-color: rgb(167 243 208 / 0.65);
  }

  .lg\:border-s-emerald-200\/70 {
    border-inline-start-color: rgb(167 243 208 / 0.7);
  }

  .lg\:border-s-emerald-200\/75 {
    border-inline-start-color: rgb(167 243 208 / 0.75);
  }

  .lg\:border-s-emerald-200\/80 {
    border-inline-start-color: rgb(167 243 208 / 0.8);
  }

  .lg\:border-s-emerald-200\/85 {
    border-inline-start-color: rgb(167 243 208 / 0.85);
  }

  .lg\:border-s-emerald-200\/90 {
    border-inline-start-color: rgb(167 243 208 / 0.9);
  }

  .lg\:border-s-emerald-200\/95 {
    border-inline-start-color: rgb(167 243 208 / 0.95);
  }

  .lg\:border-s-emerald-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(110 231 183 / var(--tw-border-opacity));
  }

  .lg\:border-s-emerald-300\/0 {
    border-inline-start-color: rgb(110 231 183 / 0);
  }

  .lg\:border-s-emerald-300\/10 {
    border-inline-start-color: rgb(110 231 183 / 0.1);
  }

  .lg\:border-s-emerald-300\/100 {
    border-inline-start-color: rgb(110 231 183 / 1);
  }

  .lg\:border-s-emerald-300\/15 {
    border-inline-start-color: rgb(110 231 183 / 0.15);
  }

  .lg\:border-s-emerald-300\/20 {
    border-inline-start-color: rgb(110 231 183 / 0.2);
  }

  .lg\:border-s-emerald-300\/25 {
    border-inline-start-color: rgb(110 231 183 / 0.25);
  }

  .lg\:border-s-emerald-300\/30 {
    border-inline-start-color: rgb(110 231 183 / 0.3);
  }

  .lg\:border-s-emerald-300\/35 {
    border-inline-start-color: rgb(110 231 183 / 0.35);
  }

  .lg\:border-s-emerald-300\/40 {
    border-inline-start-color: rgb(110 231 183 / 0.4);
  }

  .lg\:border-s-emerald-300\/45 {
    border-inline-start-color: rgb(110 231 183 / 0.45);
  }

  .lg\:border-s-emerald-300\/5 {
    border-inline-start-color: rgb(110 231 183 / 0.05);
  }

  .lg\:border-s-emerald-300\/50 {
    border-inline-start-color: rgb(110 231 183 / 0.5);
  }

  .lg\:border-s-emerald-300\/55 {
    border-inline-start-color: rgb(110 231 183 / 0.55);
  }

  .lg\:border-s-emerald-300\/60 {
    border-inline-start-color: rgb(110 231 183 / 0.6);
  }

  .lg\:border-s-emerald-300\/65 {
    border-inline-start-color: rgb(110 231 183 / 0.65);
  }

  .lg\:border-s-emerald-300\/70 {
    border-inline-start-color: rgb(110 231 183 / 0.7);
  }

  .lg\:border-s-emerald-300\/75 {
    border-inline-start-color: rgb(110 231 183 / 0.75);
  }

  .lg\:border-s-emerald-300\/80 {
    border-inline-start-color: rgb(110 231 183 / 0.8);
  }

  .lg\:border-s-emerald-300\/85 {
    border-inline-start-color: rgb(110 231 183 / 0.85);
  }

  .lg\:border-s-emerald-300\/90 {
    border-inline-start-color: rgb(110 231 183 / 0.9);
  }

  .lg\:border-s-emerald-300\/95 {
    border-inline-start-color: rgb(110 231 183 / 0.95);
  }

  .lg\:border-s-emerald-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(52 211 153 / var(--tw-border-opacity));
  }

  .lg\:border-s-emerald-400\/0 {
    border-inline-start-color: rgb(52 211 153 / 0);
  }

  .lg\:border-s-emerald-400\/10 {
    border-inline-start-color: rgb(52 211 153 / 0.1);
  }

  .lg\:border-s-emerald-400\/100 {
    border-inline-start-color: rgb(52 211 153 / 1);
  }

  .lg\:border-s-emerald-400\/15 {
    border-inline-start-color: rgb(52 211 153 / 0.15);
  }

  .lg\:border-s-emerald-400\/20 {
    border-inline-start-color: rgb(52 211 153 / 0.2);
  }

  .lg\:border-s-emerald-400\/25 {
    border-inline-start-color: rgb(52 211 153 / 0.25);
  }

  .lg\:border-s-emerald-400\/30 {
    border-inline-start-color: rgb(52 211 153 / 0.3);
  }

  .lg\:border-s-emerald-400\/35 {
    border-inline-start-color: rgb(52 211 153 / 0.35);
  }

  .lg\:border-s-emerald-400\/40 {
    border-inline-start-color: rgb(52 211 153 / 0.4);
  }

  .lg\:border-s-emerald-400\/45 {
    border-inline-start-color: rgb(52 211 153 / 0.45);
  }

  .lg\:border-s-emerald-400\/5 {
    border-inline-start-color: rgb(52 211 153 / 0.05);
  }

  .lg\:border-s-emerald-400\/50 {
    border-inline-start-color: rgb(52 211 153 / 0.5);
  }

  .lg\:border-s-emerald-400\/55 {
    border-inline-start-color: rgb(52 211 153 / 0.55);
  }

  .lg\:border-s-emerald-400\/60 {
    border-inline-start-color: rgb(52 211 153 / 0.6);
  }

  .lg\:border-s-emerald-400\/65 {
    border-inline-start-color: rgb(52 211 153 / 0.65);
  }

  .lg\:border-s-emerald-400\/70 {
    border-inline-start-color: rgb(52 211 153 / 0.7);
  }

  .lg\:border-s-emerald-400\/75 {
    border-inline-start-color: rgb(52 211 153 / 0.75);
  }

  .lg\:border-s-emerald-400\/80 {
    border-inline-start-color: rgb(52 211 153 / 0.8);
  }

  .lg\:border-s-emerald-400\/85 {
    border-inline-start-color: rgb(52 211 153 / 0.85);
  }

  .lg\:border-s-emerald-400\/90 {
    border-inline-start-color: rgb(52 211 153 / 0.9);
  }

  .lg\:border-s-emerald-400\/95 {
    border-inline-start-color: rgb(52 211 153 / 0.95);
  }

  .lg\:border-s-emerald-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(236 253 245 / var(--tw-border-opacity));
  }

  .lg\:border-s-emerald-50\/0 {
    border-inline-start-color: rgb(236 253 245 / 0);
  }

  .lg\:border-s-emerald-50\/10 {
    border-inline-start-color: rgb(236 253 245 / 0.1);
  }

  .lg\:border-s-emerald-50\/100 {
    border-inline-start-color: rgb(236 253 245 / 1);
  }

  .lg\:border-s-emerald-50\/15 {
    border-inline-start-color: rgb(236 253 245 / 0.15);
  }

  .lg\:border-s-emerald-50\/20 {
    border-inline-start-color: rgb(236 253 245 / 0.2);
  }

  .lg\:border-s-emerald-50\/25 {
    border-inline-start-color: rgb(236 253 245 / 0.25);
  }

  .lg\:border-s-emerald-50\/30 {
    border-inline-start-color: rgb(236 253 245 / 0.3);
  }

  .lg\:border-s-emerald-50\/35 {
    border-inline-start-color: rgb(236 253 245 / 0.35);
  }

  .lg\:border-s-emerald-50\/40 {
    border-inline-start-color: rgb(236 253 245 / 0.4);
  }

  .lg\:border-s-emerald-50\/45 {
    border-inline-start-color: rgb(236 253 245 / 0.45);
  }

  .lg\:border-s-emerald-50\/5 {
    border-inline-start-color: rgb(236 253 245 / 0.05);
  }

  .lg\:border-s-emerald-50\/50 {
    border-inline-start-color: rgb(236 253 245 / 0.5);
  }

  .lg\:border-s-emerald-50\/55 {
    border-inline-start-color: rgb(236 253 245 / 0.55);
  }

  .lg\:border-s-emerald-50\/60 {
    border-inline-start-color: rgb(236 253 245 / 0.6);
  }

  .lg\:border-s-emerald-50\/65 {
    border-inline-start-color: rgb(236 253 245 / 0.65);
  }

  .lg\:border-s-emerald-50\/70 {
    border-inline-start-color: rgb(236 253 245 / 0.7);
  }

  .lg\:border-s-emerald-50\/75 {
    border-inline-start-color: rgb(236 253 245 / 0.75);
  }

  .lg\:border-s-emerald-50\/80 {
    border-inline-start-color: rgb(236 253 245 / 0.8);
  }

  .lg\:border-s-emerald-50\/85 {
    border-inline-start-color: rgb(236 253 245 / 0.85);
  }

  .lg\:border-s-emerald-50\/90 {
    border-inline-start-color: rgb(236 253 245 / 0.9);
  }

  .lg\:border-s-emerald-50\/95 {
    border-inline-start-color: rgb(236 253 245 / 0.95);
  }

  .lg\:border-s-emerald-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(16 185 129 / var(--tw-border-opacity));
  }

  .lg\:border-s-emerald-500\/0 {
    border-inline-start-color: rgb(16 185 129 / 0);
  }

  .lg\:border-s-emerald-500\/10 {
    border-inline-start-color: rgb(16 185 129 / 0.1);
  }

  .lg\:border-s-emerald-500\/100 {
    border-inline-start-color: rgb(16 185 129 / 1);
  }

  .lg\:border-s-emerald-500\/15 {
    border-inline-start-color: rgb(16 185 129 / 0.15);
  }

  .lg\:border-s-emerald-500\/20 {
    border-inline-start-color: rgb(16 185 129 / 0.2);
  }

  .lg\:border-s-emerald-500\/25 {
    border-inline-start-color: rgb(16 185 129 / 0.25);
  }

  .lg\:border-s-emerald-500\/30 {
    border-inline-start-color: rgb(16 185 129 / 0.3);
  }

  .lg\:border-s-emerald-500\/35 {
    border-inline-start-color: rgb(16 185 129 / 0.35);
  }

  .lg\:border-s-emerald-500\/40 {
    border-inline-start-color: rgb(16 185 129 / 0.4);
  }

  .lg\:border-s-emerald-500\/45 {
    border-inline-start-color: rgb(16 185 129 / 0.45);
  }

  .lg\:border-s-emerald-500\/5 {
    border-inline-start-color: rgb(16 185 129 / 0.05);
  }

  .lg\:border-s-emerald-500\/50 {
    border-inline-start-color: rgb(16 185 129 / 0.5);
  }

  .lg\:border-s-emerald-500\/55 {
    border-inline-start-color: rgb(16 185 129 / 0.55);
  }

  .lg\:border-s-emerald-500\/60 {
    border-inline-start-color: rgb(16 185 129 / 0.6);
  }

  .lg\:border-s-emerald-500\/65 {
    border-inline-start-color: rgb(16 185 129 / 0.65);
  }

  .lg\:border-s-emerald-500\/70 {
    border-inline-start-color: rgb(16 185 129 / 0.7);
  }

  .lg\:border-s-emerald-500\/75 {
    border-inline-start-color: rgb(16 185 129 / 0.75);
  }

  .lg\:border-s-emerald-500\/80 {
    border-inline-start-color: rgb(16 185 129 / 0.8);
  }

  .lg\:border-s-emerald-500\/85 {
    border-inline-start-color: rgb(16 185 129 / 0.85);
  }

  .lg\:border-s-emerald-500\/90 {
    border-inline-start-color: rgb(16 185 129 / 0.9);
  }

  .lg\:border-s-emerald-500\/95 {
    border-inline-start-color: rgb(16 185 129 / 0.95);
  }

  .lg\:border-s-emerald-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(5 150 105 / var(--tw-border-opacity));
  }

  .lg\:border-s-emerald-600\/0 {
    border-inline-start-color: rgb(5 150 105 / 0);
  }

  .lg\:border-s-emerald-600\/10 {
    border-inline-start-color: rgb(5 150 105 / 0.1);
  }

  .lg\:border-s-emerald-600\/100 {
    border-inline-start-color: rgb(5 150 105 / 1);
  }

  .lg\:border-s-emerald-600\/15 {
    border-inline-start-color: rgb(5 150 105 / 0.15);
  }

  .lg\:border-s-emerald-600\/20 {
    border-inline-start-color: rgb(5 150 105 / 0.2);
  }

  .lg\:border-s-emerald-600\/25 {
    border-inline-start-color: rgb(5 150 105 / 0.25);
  }

  .lg\:border-s-emerald-600\/30 {
    border-inline-start-color: rgb(5 150 105 / 0.3);
  }

  .lg\:border-s-emerald-600\/35 {
    border-inline-start-color: rgb(5 150 105 / 0.35);
  }

  .lg\:border-s-emerald-600\/40 {
    border-inline-start-color: rgb(5 150 105 / 0.4);
  }

  .lg\:border-s-emerald-600\/45 {
    border-inline-start-color: rgb(5 150 105 / 0.45);
  }

  .lg\:border-s-emerald-600\/5 {
    border-inline-start-color: rgb(5 150 105 / 0.05);
  }

  .lg\:border-s-emerald-600\/50 {
    border-inline-start-color: rgb(5 150 105 / 0.5);
  }

  .lg\:border-s-emerald-600\/55 {
    border-inline-start-color: rgb(5 150 105 / 0.55);
  }

  .lg\:border-s-emerald-600\/60 {
    border-inline-start-color: rgb(5 150 105 / 0.6);
  }

  .lg\:border-s-emerald-600\/65 {
    border-inline-start-color: rgb(5 150 105 / 0.65);
  }

  .lg\:border-s-emerald-600\/70 {
    border-inline-start-color: rgb(5 150 105 / 0.7);
  }

  .lg\:border-s-emerald-600\/75 {
    border-inline-start-color: rgb(5 150 105 / 0.75);
  }

  .lg\:border-s-emerald-600\/80 {
    border-inline-start-color: rgb(5 150 105 / 0.8);
  }

  .lg\:border-s-emerald-600\/85 {
    border-inline-start-color: rgb(5 150 105 / 0.85);
  }

  .lg\:border-s-emerald-600\/90 {
    border-inline-start-color: rgb(5 150 105 / 0.9);
  }

  .lg\:border-s-emerald-600\/95 {
    border-inline-start-color: rgb(5 150 105 / 0.95);
  }

  .lg\:border-s-emerald-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(4 120 87 / var(--tw-border-opacity));
  }

  .lg\:border-s-emerald-700\/0 {
    border-inline-start-color: rgb(4 120 87 / 0);
  }

  .lg\:border-s-emerald-700\/10 {
    border-inline-start-color: rgb(4 120 87 / 0.1);
  }

  .lg\:border-s-emerald-700\/100 {
    border-inline-start-color: rgb(4 120 87 / 1);
  }

  .lg\:border-s-emerald-700\/15 {
    border-inline-start-color: rgb(4 120 87 / 0.15);
  }

  .lg\:border-s-emerald-700\/20 {
    border-inline-start-color: rgb(4 120 87 / 0.2);
  }

  .lg\:border-s-emerald-700\/25 {
    border-inline-start-color: rgb(4 120 87 / 0.25);
  }

  .lg\:border-s-emerald-700\/30 {
    border-inline-start-color: rgb(4 120 87 / 0.3);
  }

  .lg\:border-s-emerald-700\/35 {
    border-inline-start-color: rgb(4 120 87 / 0.35);
  }

  .lg\:border-s-emerald-700\/40 {
    border-inline-start-color: rgb(4 120 87 / 0.4);
  }

  .lg\:border-s-emerald-700\/45 {
    border-inline-start-color: rgb(4 120 87 / 0.45);
  }

  .lg\:border-s-emerald-700\/5 {
    border-inline-start-color: rgb(4 120 87 / 0.05);
  }

  .lg\:border-s-emerald-700\/50 {
    border-inline-start-color: rgb(4 120 87 / 0.5);
  }

  .lg\:border-s-emerald-700\/55 {
    border-inline-start-color: rgb(4 120 87 / 0.55);
  }

  .lg\:border-s-emerald-700\/60 {
    border-inline-start-color: rgb(4 120 87 / 0.6);
  }

  .lg\:border-s-emerald-700\/65 {
    border-inline-start-color: rgb(4 120 87 / 0.65);
  }

  .lg\:border-s-emerald-700\/70 {
    border-inline-start-color: rgb(4 120 87 / 0.7);
  }

  .lg\:border-s-emerald-700\/75 {
    border-inline-start-color: rgb(4 120 87 / 0.75);
  }

  .lg\:border-s-emerald-700\/80 {
    border-inline-start-color: rgb(4 120 87 / 0.8);
  }

  .lg\:border-s-emerald-700\/85 {
    border-inline-start-color: rgb(4 120 87 / 0.85);
  }

  .lg\:border-s-emerald-700\/90 {
    border-inline-start-color: rgb(4 120 87 / 0.9);
  }

  .lg\:border-s-emerald-700\/95 {
    border-inline-start-color: rgb(4 120 87 / 0.95);
  }

  .lg\:border-s-emerald-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(6 95 70 / var(--tw-border-opacity));
  }

  .lg\:border-s-emerald-800\/0 {
    border-inline-start-color: rgb(6 95 70 / 0);
  }

  .lg\:border-s-emerald-800\/10 {
    border-inline-start-color: rgb(6 95 70 / 0.1);
  }

  .lg\:border-s-emerald-800\/100 {
    border-inline-start-color: rgb(6 95 70 / 1);
  }

  .lg\:border-s-emerald-800\/15 {
    border-inline-start-color: rgb(6 95 70 / 0.15);
  }

  .lg\:border-s-emerald-800\/20 {
    border-inline-start-color: rgb(6 95 70 / 0.2);
  }

  .lg\:border-s-emerald-800\/25 {
    border-inline-start-color: rgb(6 95 70 / 0.25);
  }

  .lg\:border-s-emerald-800\/30 {
    border-inline-start-color: rgb(6 95 70 / 0.3);
  }

  .lg\:border-s-emerald-800\/35 {
    border-inline-start-color: rgb(6 95 70 / 0.35);
  }

  .lg\:border-s-emerald-800\/40 {
    border-inline-start-color: rgb(6 95 70 / 0.4);
  }

  .lg\:border-s-emerald-800\/45 {
    border-inline-start-color: rgb(6 95 70 / 0.45);
  }

  .lg\:border-s-emerald-800\/5 {
    border-inline-start-color: rgb(6 95 70 / 0.05);
  }

  .lg\:border-s-emerald-800\/50 {
    border-inline-start-color: rgb(6 95 70 / 0.5);
  }

  .lg\:border-s-emerald-800\/55 {
    border-inline-start-color: rgb(6 95 70 / 0.55);
  }

  .lg\:border-s-emerald-800\/60 {
    border-inline-start-color: rgb(6 95 70 / 0.6);
  }

  .lg\:border-s-emerald-800\/65 {
    border-inline-start-color: rgb(6 95 70 / 0.65);
  }

  .lg\:border-s-emerald-800\/70 {
    border-inline-start-color: rgb(6 95 70 / 0.7);
  }

  .lg\:border-s-emerald-800\/75 {
    border-inline-start-color: rgb(6 95 70 / 0.75);
  }

  .lg\:border-s-emerald-800\/80 {
    border-inline-start-color: rgb(6 95 70 / 0.8);
  }

  .lg\:border-s-emerald-800\/85 {
    border-inline-start-color: rgb(6 95 70 / 0.85);
  }

  .lg\:border-s-emerald-800\/90 {
    border-inline-start-color: rgb(6 95 70 / 0.9);
  }

  .lg\:border-s-emerald-800\/95 {
    border-inline-start-color: rgb(6 95 70 / 0.95);
  }

  .lg\:border-s-emerald-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(6 78 59 / var(--tw-border-opacity));
  }

  .lg\:border-s-emerald-900\/0 {
    border-inline-start-color: rgb(6 78 59 / 0);
  }

  .lg\:border-s-emerald-900\/10 {
    border-inline-start-color: rgb(6 78 59 / 0.1);
  }

  .lg\:border-s-emerald-900\/100 {
    border-inline-start-color: rgb(6 78 59 / 1);
  }

  .lg\:border-s-emerald-900\/15 {
    border-inline-start-color: rgb(6 78 59 / 0.15);
  }

  .lg\:border-s-emerald-900\/20 {
    border-inline-start-color: rgb(6 78 59 / 0.2);
  }

  .lg\:border-s-emerald-900\/25 {
    border-inline-start-color: rgb(6 78 59 / 0.25);
  }

  .lg\:border-s-emerald-900\/30 {
    border-inline-start-color: rgb(6 78 59 / 0.3);
  }

  .lg\:border-s-emerald-900\/35 {
    border-inline-start-color: rgb(6 78 59 / 0.35);
  }

  .lg\:border-s-emerald-900\/40 {
    border-inline-start-color: rgb(6 78 59 / 0.4);
  }

  .lg\:border-s-emerald-900\/45 {
    border-inline-start-color: rgb(6 78 59 / 0.45);
  }

  .lg\:border-s-emerald-900\/5 {
    border-inline-start-color: rgb(6 78 59 / 0.05);
  }

  .lg\:border-s-emerald-900\/50 {
    border-inline-start-color: rgb(6 78 59 / 0.5);
  }

  .lg\:border-s-emerald-900\/55 {
    border-inline-start-color: rgb(6 78 59 / 0.55);
  }

  .lg\:border-s-emerald-900\/60 {
    border-inline-start-color: rgb(6 78 59 / 0.6);
  }

  .lg\:border-s-emerald-900\/65 {
    border-inline-start-color: rgb(6 78 59 / 0.65);
  }

  .lg\:border-s-emerald-900\/70 {
    border-inline-start-color: rgb(6 78 59 / 0.7);
  }

  .lg\:border-s-emerald-900\/75 {
    border-inline-start-color: rgb(6 78 59 / 0.75);
  }

  .lg\:border-s-emerald-900\/80 {
    border-inline-start-color: rgb(6 78 59 / 0.8);
  }

  .lg\:border-s-emerald-900\/85 {
    border-inline-start-color: rgb(6 78 59 / 0.85);
  }

  .lg\:border-s-emerald-900\/90 {
    border-inline-start-color: rgb(6 78 59 / 0.9);
  }

  .lg\:border-s-emerald-900\/95 {
    border-inline-start-color: rgb(6 78 59 / 0.95);
  }

  .lg\:border-s-emerald-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(2 44 34 / var(--tw-border-opacity));
  }

  .lg\:border-s-emerald-950\/0 {
    border-inline-start-color: rgb(2 44 34 / 0);
  }

  .lg\:border-s-emerald-950\/10 {
    border-inline-start-color: rgb(2 44 34 / 0.1);
  }

  .lg\:border-s-emerald-950\/100 {
    border-inline-start-color: rgb(2 44 34 / 1);
  }

  .lg\:border-s-emerald-950\/15 {
    border-inline-start-color: rgb(2 44 34 / 0.15);
  }

  .lg\:border-s-emerald-950\/20 {
    border-inline-start-color: rgb(2 44 34 / 0.2);
  }

  .lg\:border-s-emerald-950\/25 {
    border-inline-start-color: rgb(2 44 34 / 0.25);
  }

  .lg\:border-s-emerald-950\/30 {
    border-inline-start-color: rgb(2 44 34 / 0.3);
  }

  .lg\:border-s-emerald-950\/35 {
    border-inline-start-color: rgb(2 44 34 / 0.35);
  }

  .lg\:border-s-emerald-950\/40 {
    border-inline-start-color: rgb(2 44 34 / 0.4);
  }

  .lg\:border-s-emerald-950\/45 {
    border-inline-start-color: rgb(2 44 34 / 0.45);
  }

  .lg\:border-s-emerald-950\/5 {
    border-inline-start-color: rgb(2 44 34 / 0.05);
  }

  .lg\:border-s-emerald-950\/50 {
    border-inline-start-color: rgb(2 44 34 / 0.5);
  }

  .lg\:border-s-emerald-950\/55 {
    border-inline-start-color: rgb(2 44 34 / 0.55);
  }

  .lg\:border-s-emerald-950\/60 {
    border-inline-start-color: rgb(2 44 34 / 0.6);
  }

  .lg\:border-s-emerald-950\/65 {
    border-inline-start-color: rgb(2 44 34 / 0.65);
  }

  .lg\:border-s-emerald-950\/70 {
    border-inline-start-color: rgb(2 44 34 / 0.7);
  }

  .lg\:border-s-emerald-950\/75 {
    border-inline-start-color: rgb(2 44 34 / 0.75);
  }

  .lg\:border-s-emerald-950\/80 {
    border-inline-start-color: rgb(2 44 34 / 0.8);
  }

  .lg\:border-s-emerald-950\/85 {
    border-inline-start-color: rgb(2 44 34 / 0.85);
  }

  .lg\:border-s-emerald-950\/90 {
    border-inline-start-color: rgb(2 44 34 / 0.9);
  }

  .lg\:border-s-emerald-950\/95 {
    border-inline-start-color: rgb(2 44 34 / 0.95);
  }

  .lg\:border-s-fuchsia-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(250 232 255 / var(--tw-border-opacity));
  }

  .lg\:border-s-fuchsia-100\/0 {
    border-inline-start-color: rgb(250 232 255 / 0);
  }

  .lg\:border-s-fuchsia-100\/10 {
    border-inline-start-color: rgb(250 232 255 / 0.1);
  }

  .lg\:border-s-fuchsia-100\/100 {
    border-inline-start-color: rgb(250 232 255 / 1);
  }

  .lg\:border-s-fuchsia-100\/15 {
    border-inline-start-color: rgb(250 232 255 / 0.15);
  }

  .lg\:border-s-fuchsia-100\/20 {
    border-inline-start-color: rgb(250 232 255 / 0.2);
  }

  .lg\:border-s-fuchsia-100\/25 {
    border-inline-start-color: rgb(250 232 255 / 0.25);
  }

  .lg\:border-s-fuchsia-100\/30 {
    border-inline-start-color: rgb(250 232 255 / 0.3);
  }

  .lg\:border-s-fuchsia-100\/35 {
    border-inline-start-color: rgb(250 232 255 / 0.35);
  }

  .lg\:border-s-fuchsia-100\/40 {
    border-inline-start-color: rgb(250 232 255 / 0.4);
  }

  .lg\:border-s-fuchsia-100\/45 {
    border-inline-start-color: rgb(250 232 255 / 0.45);
  }

  .lg\:border-s-fuchsia-100\/5 {
    border-inline-start-color: rgb(250 232 255 / 0.05);
  }

  .lg\:border-s-fuchsia-100\/50 {
    border-inline-start-color: rgb(250 232 255 / 0.5);
  }

  .lg\:border-s-fuchsia-100\/55 {
    border-inline-start-color: rgb(250 232 255 / 0.55);
  }

  .lg\:border-s-fuchsia-100\/60 {
    border-inline-start-color: rgb(250 232 255 / 0.6);
  }

  .lg\:border-s-fuchsia-100\/65 {
    border-inline-start-color: rgb(250 232 255 / 0.65);
  }

  .lg\:border-s-fuchsia-100\/70 {
    border-inline-start-color: rgb(250 232 255 / 0.7);
  }

  .lg\:border-s-fuchsia-100\/75 {
    border-inline-start-color: rgb(250 232 255 / 0.75);
  }

  .lg\:border-s-fuchsia-100\/80 {
    border-inline-start-color: rgb(250 232 255 / 0.8);
  }

  .lg\:border-s-fuchsia-100\/85 {
    border-inline-start-color: rgb(250 232 255 / 0.85);
  }

  .lg\:border-s-fuchsia-100\/90 {
    border-inline-start-color: rgb(250 232 255 / 0.9);
  }

  .lg\:border-s-fuchsia-100\/95 {
    border-inline-start-color: rgb(250 232 255 / 0.95);
  }

  .lg\:border-s-fuchsia-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(245 208 254 / var(--tw-border-opacity));
  }

  .lg\:border-s-fuchsia-200\/0 {
    border-inline-start-color: rgb(245 208 254 / 0);
  }

  .lg\:border-s-fuchsia-200\/10 {
    border-inline-start-color: rgb(245 208 254 / 0.1);
  }

  .lg\:border-s-fuchsia-200\/100 {
    border-inline-start-color: rgb(245 208 254 / 1);
  }

  .lg\:border-s-fuchsia-200\/15 {
    border-inline-start-color: rgb(245 208 254 / 0.15);
  }

  .lg\:border-s-fuchsia-200\/20 {
    border-inline-start-color: rgb(245 208 254 / 0.2);
  }

  .lg\:border-s-fuchsia-200\/25 {
    border-inline-start-color: rgb(245 208 254 / 0.25);
  }

  .lg\:border-s-fuchsia-200\/30 {
    border-inline-start-color: rgb(245 208 254 / 0.3);
  }

  .lg\:border-s-fuchsia-200\/35 {
    border-inline-start-color: rgb(245 208 254 / 0.35);
  }

  .lg\:border-s-fuchsia-200\/40 {
    border-inline-start-color: rgb(245 208 254 / 0.4);
  }

  .lg\:border-s-fuchsia-200\/45 {
    border-inline-start-color: rgb(245 208 254 / 0.45);
  }

  .lg\:border-s-fuchsia-200\/5 {
    border-inline-start-color: rgb(245 208 254 / 0.05);
  }

  .lg\:border-s-fuchsia-200\/50 {
    border-inline-start-color: rgb(245 208 254 / 0.5);
  }

  .lg\:border-s-fuchsia-200\/55 {
    border-inline-start-color: rgb(245 208 254 / 0.55);
  }

  .lg\:border-s-fuchsia-200\/60 {
    border-inline-start-color: rgb(245 208 254 / 0.6);
  }

  .lg\:border-s-fuchsia-200\/65 {
    border-inline-start-color: rgb(245 208 254 / 0.65);
  }

  .lg\:border-s-fuchsia-200\/70 {
    border-inline-start-color: rgb(245 208 254 / 0.7);
  }

  .lg\:border-s-fuchsia-200\/75 {
    border-inline-start-color: rgb(245 208 254 / 0.75);
  }

  .lg\:border-s-fuchsia-200\/80 {
    border-inline-start-color: rgb(245 208 254 / 0.8);
  }

  .lg\:border-s-fuchsia-200\/85 {
    border-inline-start-color: rgb(245 208 254 / 0.85);
  }

  .lg\:border-s-fuchsia-200\/90 {
    border-inline-start-color: rgb(245 208 254 / 0.9);
  }

  .lg\:border-s-fuchsia-200\/95 {
    border-inline-start-color: rgb(245 208 254 / 0.95);
  }

  .lg\:border-s-fuchsia-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(240 171 252 / var(--tw-border-opacity));
  }

  .lg\:border-s-fuchsia-300\/0 {
    border-inline-start-color: rgb(240 171 252 / 0);
  }

  .lg\:border-s-fuchsia-300\/10 {
    border-inline-start-color: rgb(240 171 252 / 0.1);
  }

  .lg\:border-s-fuchsia-300\/100 {
    border-inline-start-color: rgb(240 171 252 / 1);
  }

  .lg\:border-s-fuchsia-300\/15 {
    border-inline-start-color: rgb(240 171 252 / 0.15);
  }

  .lg\:border-s-fuchsia-300\/20 {
    border-inline-start-color: rgb(240 171 252 / 0.2);
  }

  .lg\:border-s-fuchsia-300\/25 {
    border-inline-start-color: rgb(240 171 252 / 0.25);
  }

  .lg\:border-s-fuchsia-300\/30 {
    border-inline-start-color: rgb(240 171 252 / 0.3);
  }

  .lg\:border-s-fuchsia-300\/35 {
    border-inline-start-color: rgb(240 171 252 / 0.35);
  }

  .lg\:border-s-fuchsia-300\/40 {
    border-inline-start-color: rgb(240 171 252 / 0.4);
  }

  .lg\:border-s-fuchsia-300\/45 {
    border-inline-start-color: rgb(240 171 252 / 0.45);
  }

  .lg\:border-s-fuchsia-300\/5 {
    border-inline-start-color: rgb(240 171 252 / 0.05);
  }

  .lg\:border-s-fuchsia-300\/50 {
    border-inline-start-color: rgb(240 171 252 / 0.5);
  }

  .lg\:border-s-fuchsia-300\/55 {
    border-inline-start-color: rgb(240 171 252 / 0.55);
  }

  .lg\:border-s-fuchsia-300\/60 {
    border-inline-start-color: rgb(240 171 252 / 0.6);
  }

  .lg\:border-s-fuchsia-300\/65 {
    border-inline-start-color: rgb(240 171 252 / 0.65);
  }

  .lg\:border-s-fuchsia-300\/70 {
    border-inline-start-color: rgb(240 171 252 / 0.7);
  }

  .lg\:border-s-fuchsia-300\/75 {
    border-inline-start-color: rgb(240 171 252 / 0.75);
  }

  .lg\:border-s-fuchsia-300\/80 {
    border-inline-start-color: rgb(240 171 252 / 0.8);
  }

  .lg\:border-s-fuchsia-300\/85 {
    border-inline-start-color: rgb(240 171 252 / 0.85);
  }

  .lg\:border-s-fuchsia-300\/90 {
    border-inline-start-color: rgb(240 171 252 / 0.9);
  }

  .lg\:border-s-fuchsia-300\/95 {
    border-inline-start-color: rgb(240 171 252 / 0.95);
  }

  .lg\:border-s-fuchsia-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(232 121 249 / var(--tw-border-opacity));
  }

  .lg\:border-s-fuchsia-400\/0 {
    border-inline-start-color: rgb(232 121 249 / 0);
  }

  .lg\:border-s-fuchsia-400\/10 {
    border-inline-start-color: rgb(232 121 249 / 0.1);
  }

  .lg\:border-s-fuchsia-400\/100 {
    border-inline-start-color: rgb(232 121 249 / 1);
  }

  .lg\:border-s-fuchsia-400\/15 {
    border-inline-start-color: rgb(232 121 249 / 0.15);
  }

  .lg\:border-s-fuchsia-400\/20 {
    border-inline-start-color: rgb(232 121 249 / 0.2);
  }

  .lg\:border-s-fuchsia-400\/25 {
    border-inline-start-color: rgb(232 121 249 / 0.25);
  }

  .lg\:border-s-fuchsia-400\/30 {
    border-inline-start-color: rgb(232 121 249 / 0.3);
  }

  .lg\:border-s-fuchsia-400\/35 {
    border-inline-start-color: rgb(232 121 249 / 0.35);
  }

  .lg\:border-s-fuchsia-400\/40 {
    border-inline-start-color: rgb(232 121 249 / 0.4);
  }

  .lg\:border-s-fuchsia-400\/45 {
    border-inline-start-color: rgb(232 121 249 / 0.45);
  }

  .lg\:border-s-fuchsia-400\/5 {
    border-inline-start-color: rgb(232 121 249 / 0.05);
  }

  .lg\:border-s-fuchsia-400\/50 {
    border-inline-start-color: rgb(232 121 249 / 0.5);
  }

  .lg\:border-s-fuchsia-400\/55 {
    border-inline-start-color: rgb(232 121 249 / 0.55);
  }

  .lg\:border-s-fuchsia-400\/60 {
    border-inline-start-color: rgb(232 121 249 / 0.6);
  }

  .lg\:border-s-fuchsia-400\/65 {
    border-inline-start-color: rgb(232 121 249 / 0.65);
  }

  .lg\:border-s-fuchsia-400\/70 {
    border-inline-start-color: rgb(232 121 249 / 0.7);
  }

  .lg\:border-s-fuchsia-400\/75 {
    border-inline-start-color: rgb(232 121 249 / 0.75);
  }

  .lg\:border-s-fuchsia-400\/80 {
    border-inline-start-color: rgb(232 121 249 / 0.8);
  }

  .lg\:border-s-fuchsia-400\/85 {
    border-inline-start-color: rgb(232 121 249 / 0.85);
  }

  .lg\:border-s-fuchsia-400\/90 {
    border-inline-start-color: rgb(232 121 249 / 0.9);
  }

  .lg\:border-s-fuchsia-400\/95 {
    border-inline-start-color: rgb(232 121 249 / 0.95);
  }

  .lg\:border-s-fuchsia-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(253 244 255 / var(--tw-border-opacity));
  }

  .lg\:border-s-fuchsia-50\/0 {
    border-inline-start-color: rgb(253 244 255 / 0);
  }

  .lg\:border-s-fuchsia-50\/10 {
    border-inline-start-color: rgb(253 244 255 / 0.1);
  }

  .lg\:border-s-fuchsia-50\/100 {
    border-inline-start-color: rgb(253 244 255 / 1);
  }

  .lg\:border-s-fuchsia-50\/15 {
    border-inline-start-color: rgb(253 244 255 / 0.15);
  }

  .lg\:border-s-fuchsia-50\/20 {
    border-inline-start-color: rgb(253 244 255 / 0.2);
  }

  .lg\:border-s-fuchsia-50\/25 {
    border-inline-start-color: rgb(253 244 255 / 0.25);
  }

  .lg\:border-s-fuchsia-50\/30 {
    border-inline-start-color: rgb(253 244 255 / 0.3);
  }

  .lg\:border-s-fuchsia-50\/35 {
    border-inline-start-color: rgb(253 244 255 / 0.35);
  }

  .lg\:border-s-fuchsia-50\/40 {
    border-inline-start-color: rgb(253 244 255 / 0.4);
  }

  .lg\:border-s-fuchsia-50\/45 {
    border-inline-start-color: rgb(253 244 255 / 0.45);
  }

  .lg\:border-s-fuchsia-50\/5 {
    border-inline-start-color: rgb(253 244 255 / 0.05);
  }

  .lg\:border-s-fuchsia-50\/50 {
    border-inline-start-color: rgb(253 244 255 / 0.5);
  }

  .lg\:border-s-fuchsia-50\/55 {
    border-inline-start-color: rgb(253 244 255 / 0.55);
  }

  .lg\:border-s-fuchsia-50\/60 {
    border-inline-start-color: rgb(253 244 255 / 0.6);
  }

  .lg\:border-s-fuchsia-50\/65 {
    border-inline-start-color: rgb(253 244 255 / 0.65);
  }

  .lg\:border-s-fuchsia-50\/70 {
    border-inline-start-color: rgb(253 244 255 / 0.7);
  }

  .lg\:border-s-fuchsia-50\/75 {
    border-inline-start-color: rgb(253 244 255 / 0.75);
  }

  .lg\:border-s-fuchsia-50\/80 {
    border-inline-start-color: rgb(253 244 255 / 0.8);
  }

  .lg\:border-s-fuchsia-50\/85 {
    border-inline-start-color: rgb(253 244 255 / 0.85);
  }

  .lg\:border-s-fuchsia-50\/90 {
    border-inline-start-color: rgb(253 244 255 / 0.9);
  }

  .lg\:border-s-fuchsia-50\/95 {
    border-inline-start-color: rgb(253 244 255 / 0.95);
  }

  .lg\:border-s-fuchsia-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(217 70 239 / var(--tw-border-opacity));
  }

  .lg\:border-s-fuchsia-500\/0 {
    border-inline-start-color: rgb(217 70 239 / 0);
  }

  .lg\:border-s-fuchsia-500\/10 {
    border-inline-start-color: rgb(217 70 239 / 0.1);
  }

  .lg\:border-s-fuchsia-500\/100 {
    border-inline-start-color: rgb(217 70 239 / 1);
  }

  .lg\:border-s-fuchsia-500\/15 {
    border-inline-start-color: rgb(217 70 239 / 0.15);
  }

  .lg\:border-s-fuchsia-500\/20 {
    border-inline-start-color: rgb(217 70 239 / 0.2);
  }

  .lg\:border-s-fuchsia-500\/25 {
    border-inline-start-color: rgb(217 70 239 / 0.25);
  }

  .lg\:border-s-fuchsia-500\/30 {
    border-inline-start-color: rgb(217 70 239 / 0.3);
  }

  .lg\:border-s-fuchsia-500\/35 {
    border-inline-start-color: rgb(217 70 239 / 0.35);
  }

  .lg\:border-s-fuchsia-500\/40 {
    border-inline-start-color: rgb(217 70 239 / 0.4);
  }

  .lg\:border-s-fuchsia-500\/45 {
    border-inline-start-color: rgb(217 70 239 / 0.45);
  }

  .lg\:border-s-fuchsia-500\/5 {
    border-inline-start-color: rgb(217 70 239 / 0.05);
  }

  .lg\:border-s-fuchsia-500\/50 {
    border-inline-start-color: rgb(217 70 239 / 0.5);
  }

  .lg\:border-s-fuchsia-500\/55 {
    border-inline-start-color: rgb(217 70 239 / 0.55);
  }

  .lg\:border-s-fuchsia-500\/60 {
    border-inline-start-color: rgb(217 70 239 / 0.6);
  }

  .lg\:border-s-fuchsia-500\/65 {
    border-inline-start-color: rgb(217 70 239 / 0.65);
  }

  .lg\:border-s-fuchsia-500\/70 {
    border-inline-start-color: rgb(217 70 239 / 0.7);
  }

  .lg\:border-s-fuchsia-500\/75 {
    border-inline-start-color: rgb(217 70 239 / 0.75);
  }

  .lg\:border-s-fuchsia-500\/80 {
    border-inline-start-color: rgb(217 70 239 / 0.8);
  }

  .lg\:border-s-fuchsia-500\/85 {
    border-inline-start-color: rgb(217 70 239 / 0.85);
  }

  .lg\:border-s-fuchsia-500\/90 {
    border-inline-start-color: rgb(217 70 239 / 0.9);
  }

  .lg\:border-s-fuchsia-500\/95 {
    border-inline-start-color: rgb(217 70 239 / 0.95);
  }

  .lg\:border-s-fuchsia-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(192 38 211 / var(--tw-border-opacity));
  }

  .lg\:border-s-fuchsia-600\/0 {
    border-inline-start-color: rgb(192 38 211 / 0);
  }

  .lg\:border-s-fuchsia-600\/10 {
    border-inline-start-color: rgb(192 38 211 / 0.1);
  }

  .lg\:border-s-fuchsia-600\/100 {
    border-inline-start-color: rgb(192 38 211 / 1);
  }

  .lg\:border-s-fuchsia-600\/15 {
    border-inline-start-color: rgb(192 38 211 / 0.15);
  }

  .lg\:border-s-fuchsia-600\/20 {
    border-inline-start-color: rgb(192 38 211 / 0.2);
  }

  .lg\:border-s-fuchsia-600\/25 {
    border-inline-start-color: rgb(192 38 211 / 0.25);
  }

  .lg\:border-s-fuchsia-600\/30 {
    border-inline-start-color: rgb(192 38 211 / 0.3);
  }

  .lg\:border-s-fuchsia-600\/35 {
    border-inline-start-color: rgb(192 38 211 / 0.35);
  }

  .lg\:border-s-fuchsia-600\/40 {
    border-inline-start-color: rgb(192 38 211 / 0.4);
  }

  .lg\:border-s-fuchsia-600\/45 {
    border-inline-start-color: rgb(192 38 211 / 0.45);
  }

  .lg\:border-s-fuchsia-600\/5 {
    border-inline-start-color: rgb(192 38 211 / 0.05);
  }

  .lg\:border-s-fuchsia-600\/50 {
    border-inline-start-color: rgb(192 38 211 / 0.5);
  }

  .lg\:border-s-fuchsia-600\/55 {
    border-inline-start-color: rgb(192 38 211 / 0.55);
  }

  .lg\:border-s-fuchsia-600\/60 {
    border-inline-start-color: rgb(192 38 211 / 0.6);
  }

  .lg\:border-s-fuchsia-600\/65 {
    border-inline-start-color: rgb(192 38 211 / 0.65);
  }

  .lg\:border-s-fuchsia-600\/70 {
    border-inline-start-color: rgb(192 38 211 / 0.7);
  }

  .lg\:border-s-fuchsia-600\/75 {
    border-inline-start-color: rgb(192 38 211 / 0.75);
  }

  .lg\:border-s-fuchsia-600\/80 {
    border-inline-start-color: rgb(192 38 211 / 0.8);
  }

  .lg\:border-s-fuchsia-600\/85 {
    border-inline-start-color: rgb(192 38 211 / 0.85);
  }

  .lg\:border-s-fuchsia-600\/90 {
    border-inline-start-color: rgb(192 38 211 / 0.9);
  }

  .lg\:border-s-fuchsia-600\/95 {
    border-inline-start-color: rgb(192 38 211 / 0.95);
  }

  .lg\:border-s-fuchsia-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(162 28 175 / var(--tw-border-opacity));
  }

  .lg\:border-s-fuchsia-700\/0 {
    border-inline-start-color: rgb(162 28 175 / 0);
  }

  .lg\:border-s-fuchsia-700\/10 {
    border-inline-start-color: rgb(162 28 175 / 0.1);
  }

  .lg\:border-s-fuchsia-700\/100 {
    border-inline-start-color: rgb(162 28 175 / 1);
  }

  .lg\:border-s-fuchsia-700\/15 {
    border-inline-start-color: rgb(162 28 175 / 0.15);
  }

  .lg\:border-s-fuchsia-700\/20 {
    border-inline-start-color: rgb(162 28 175 / 0.2);
  }

  .lg\:border-s-fuchsia-700\/25 {
    border-inline-start-color: rgb(162 28 175 / 0.25);
  }

  .lg\:border-s-fuchsia-700\/30 {
    border-inline-start-color: rgb(162 28 175 / 0.3);
  }

  .lg\:border-s-fuchsia-700\/35 {
    border-inline-start-color: rgb(162 28 175 / 0.35);
  }

  .lg\:border-s-fuchsia-700\/40 {
    border-inline-start-color: rgb(162 28 175 / 0.4);
  }

  .lg\:border-s-fuchsia-700\/45 {
    border-inline-start-color: rgb(162 28 175 / 0.45);
  }

  .lg\:border-s-fuchsia-700\/5 {
    border-inline-start-color: rgb(162 28 175 / 0.05);
  }

  .lg\:border-s-fuchsia-700\/50 {
    border-inline-start-color: rgb(162 28 175 / 0.5);
  }

  .lg\:border-s-fuchsia-700\/55 {
    border-inline-start-color: rgb(162 28 175 / 0.55);
  }

  .lg\:border-s-fuchsia-700\/60 {
    border-inline-start-color: rgb(162 28 175 / 0.6);
  }

  .lg\:border-s-fuchsia-700\/65 {
    border-inline-start-color: rgb(162 28 175 / 0.65);
  }

  .lg\:border-s-fuchsia-700\/70 {
    border-inline-start-color: rgb(162 28 175 / 0.7);
  }

  .lg\:border-s-fuchsia-700\/75 {
    border-inline-start-color: rgb(162 28 175 / 0.75);
  }

  .lg\:border-s-fuchsia-700\/80 {
    border-inline-start-color: rgb(162 28 175 / 0.8);
  }

  .lg\:border-s-fuchsia-700\/85 {
    border-inline-start-color: rgb(162 28 175 / 0.85);
  }

  .lg\:border-s-fuchsia-700\/90 {
    border-inline-start-color: rgb(162 28 175 / 0.9);
  }

  .lg\:border-s-fuchsia-700\/95 {
    border-inline-start-color: rgb(162 28 175 / 0.95);
  }

  .lg\:border-s-fuchsia-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(134 25 143 / var(--tw-border-opacity));
  }

  .lg\:border-s-fuchsia-800\/0 {
    border-inline-start-color: rgb(134 25 143 / 0);
  }

  .lg\:border-s-fuchsia-800\/10 {
    border-inline-start-color: rgb(134 25 143 / 0.1);
  }

  .lg\:border-s-fuchsia-800\/100 {
    border-inline-start-color: rgb(134 25 143 / 1);
  }

  .lg\:border-s-fuchsia-800\/15 {
    border-inline-start-color: rgb(134 25 143 / 0.15);
  }

  .lg\:border-s-fuchsia-800\/20 {
    border-inline-start-color: rgb(134 25 143 / 0.2);
  }

  .lg\:border-s-fuchsia-800\/25 {
    border-inline-start-color: rgb(134 25 143 / 0.25);
  }

  .lg\:border-s-fuchsia-800\/30 {
    border-inline-start-color: rgb(134 25 143 / 0.3);
  }

  .lg\:border-s-fuchsia-800\/35 {
    border-inline-start-color: rgb(134 25 143 / 0.35);
  }

  .lg\:border-s-fuchsia-800\/40 {
    border-inline-start-color: rgb(134 25 143 / 0.4);
  }

  .lg\:border-s-fuchsia-800\/45 {
    border-inline-start-color: rgb(134 25 143 / 0.45);
  }

  .lg\:border-s-fuchsia-800\/5 {
    border-inline-start-color: rgb(134 25 143 / 0.05);
  }

  .lg\:border-s-fuchsia-800\/50 {
    border-inline-start-color: rgb(134 25 143 / 0.5);
  }

  .lg\:border-s-fuchsia-800\/55 {
    border-inline-start-color: rgb(134 25 143 / 0.55);
  }

  .lg\:border-s-fuchsia-800\/60 {
    border-inline-start-color: rgb(134 25 143 / 0.6);
  }

  .lg\:border-s-fuchsia-800\/65 {
    border-inline-start-color: rgb(134 25 143 / 0.65);
  }

  .lg\:border-s-fuchsia-800\/70 {
    border-inline-start-color: rgb(134 25 143 / 0.7);
  }

  .lg\:border-s-fuchsia-800\/75 {
    border-inline-start-color: rgb(134 25 143 / 0.75);
  }

  .lg\:border-s-fuchsia-800\/80 {
    border-inline-start-color: rgb(134 25 143 / 0.8);
  }

  .lg\:border-s-fuchsia-800\/85 {
    border-inline-start-color: rgb(134 25 143 / 0.85);
  }

  .lg\:border-s-fuchsia-800\/90 {
    border-inline-start-color: rgb(134 25 143 / 0.9);
  }

  .lg\:border-s-fuchsia-800\/95 {
    border-inline-start-color: rgb(134 25 143 / 0.95);
  }

  .lg\:border-s-fuchsia-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(112 26 117 / var(--tw-border-opacity));
  }

  .lg\:border-s-fuchsia-900\/0 {
    border-inline-start-color: rgb(112 26 117 / 0);
  }

  .lg\:border-s-fuchsia-900\/10 {
    border-inline-start-color: rgb(112 26 117 / 0.1);
  }

  .lg\:border-s-fuchsia-900\/100 {
    border-inline-start-color: rgb(112 26 117 / 1);
  }

  .lg\:border-s-fuchsia-900\/15 {
    border-inline-start-color: rgb(112 26 117 / 0.15);
  }

  .lg\:border-s-fuchsia-900\/20 {
    border-inline-start-color: rgb(112 26 117 / 0.2);
  }

  .lg\:border-s-fuchsia-900\/25 {
    border-inline-start-color: rgb(112 26 117 / 0.25);
  }

  .lg\:border-s-fuchsia-900\/30 {
    border-inline-start-color: rgb(112 26 117 / 0.3);
  }

  .lg\:border-s-fuchsia-900\/35 {
    border-inline-start-color: rgb(112 26 117 / 0.35);
  }

  .lg\:border-s-fuchsia-900\/40 {
    border-inline-start-color: rgb(112 26 117 / 0.4);
  }

  .lg\:border-s-fuchsia-900\/45 {
    border-inline-start-color: rgb(112 26 117 / 0.45);
  }

  .lg\:border-s-fuchsia-900\/5 {
    border-inline-start-color: rgb(112 26 117 / 0.05);
  }

  .lg\:border-s-fuchsia-900\/50 {
    border-inline-start-color: rgb(112 26 117 / 0.5);
  }

  .lg\:border-s-fuchsia-900\/55 {
    border-inline-start-color: rgb(112 26 117 / 0.55);
  }

  .lg\:border-s-fuchsia-900\/60 {
    border-inline-start-color: rgb(112 26 117 / 0.6);
  }

  .lg\:border-s-fuchsia-900\/65 {
    border-inline-start-color: rgb(112 26 117 / 0.65);
  }

  .lg\:border-s-fuchsia-900\/70 {
    border-inline-start-color: rgb(112 26 117 / 0.7);
  }

  .lg\:border-s-fuchsia-900\/75 {
    border-inline-start-color: rgb(112 26 117 / 0.75);
  }

  .lg\:border-s-fuchsia-900\/80 {
    border-inline-start-color: rgb(112 26 117 / 0.8);
  }

  .lg\:border-s-fuchsia-900\/85 {
    border-inline-start-color: rgb(112 26 117 / 0.85);
  }

  .lg\:border-s-fuchsia-900\/90 {
    border-inline-start-color: rgb(112 26 117 / 0.9);
  }

  .lg\:border-s-fuchsia-900\/95 {
    border-inline-start-color: rgb(112 26 117 / 0.95);
  }

  .lg\:border-s-fuchsia-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(74 4 78 / var(--tw-border-opacity));
  }

  .lg\:border-s-fuchsia-950\/0 {
    border-inline-start-color: rgb(74 4 78 / 0);
  }

  .lg\:border-s-fuchsia-950\/10 {
    border-inline-start-color: rgb(74 4 78 / 0.1);
  }

  .lg\:border-s-fuchsia-950\/100 {
    border-inline-start-color: rgb(74 4 78 / 1);
  }

  .lg\:border-s-fuchsia-950\/15 {
    border-inline-start-color: rgb(74 4 78 / 0.15);
  }

  .lg\:border-s-fuchsia-950\/20 {
    border-inline-start-color: rgb(74 4 78 / 0.2);
  }

  .lg\:border-s-fuchsia-950\/25 {
    border-inline-start-color: rgb(74 4 78 / 0.25);
  }

  .lg\:border-s-fuchsia-950\/30 {
    border-inline-start-color: rgb(74 4 78 / 0.3);
  }

  .lg\:border-s-fuchsia-950\/35 {
    border-inline-start-color: rgb(74 4 78 / 0.35);
  }

  .lg\:border-s-fuchsia-950\/40 {
    border-inline-start-color: rgb(74 4 78 / 0.4);
  }

  .lg\:border-s-fuchsia-950\/45 {
    border-inline-start-color: rgb(74 4 78 / 0.45);
  }

  .lg\:border-s-fuchsia-950\/5 {
    border-inline-start-color: rgb(74 4 78 / 0.05);
  }

  .lg\:border-s-fuchsia-950\/50 {
    border-inline-start-color: rgb(74 4 78 / 0.5);
  }

  .lg\:border-s-fuchsia-950\/55 {
    border-inline-start-color: rgb(74 4 78 / 0.55);
  }

  .lg\:border-s-fuchsia-950\/60 {
    border-inline-start-color: rgb(74 4 78 / 0.6);
  }

  .lg\:border-s-fuchsia-950\/65 {
    border-inline-start-color: rgb(74 4 78 / 0.65);
  }

  .lg\:border-s-fuchsia-950\/70 {
    border-inline-start-color: rgb(74 4 78 / 0.7);
  }

  .lg\:border-s-fuchsia-950\/75 {
    border-inline-start-color: rgb(74 4 78 / 0.75);
  }

  .lg\:border-s-fuchsia-950\/80 {
    border-inline-start-color: rgb(74 4 78 / 0.8);
  }

  .lg\:border-s-fuchsia-950\/85 {
    border-inline-start-color: rgb(74 4 78 / 0.85);
  }

  .lg\:border-s-fuchsia-950\/90 {
    border-inline-start-color: rgb(74 4 78 / 0.9);
  }

  .lg\:border-s-fuchsia-950\/95 {
    border-inline-start-color: rgb(74 4 78 / 0.95);
  }

  .lg\:border-s-gray-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(243 244 246 / var(--tw-border-opacity));
  }

  .lg\:border-s-gray-100\/0 {
    border-inline-start-color: rgb(243 244 246 / 0);
  }

  .lg\:border-s-gray-100\/10 {
    border-inline-start-color: rgb(243 244 246 / 0.1);
  }

  .lg\:border-s-gray-100\/100 {
    border-inline-start-color: rgb(243 244 246 / 1);
  }

  .lg\:border-s-gray-100\/15 {
    border-inline-start-color: rgb(243 244 246 / 0.15);
  }

  .lg\:border-s-gray-100\/20 {
    border-inline-start-color: rgb(243 244 246 / 0.2);
  }

  .lg\:border-s-gray-100\/25 {
    border-inline-start-color: rgb(243 244 246 / 0.25);
  }

  .lg\:border-s-gray-100\/30 {
    border-inline-start-color: rgb(243 244 246 / 0.3);
  }

  .lg\:border-s-gray-100\/35 {
    border-inline-start-color: rgb(243 244 246 / 0.35);
  }

  .lg\:border-s-gray-100\/40 {
    border-inline-start-color: rgb(243 244 246 / 0.4);
  }

  .lg\:border-s-gray-100\/45 {
    border-inline-start-color: rgb(243 244 246 / 0.45);
  }

  .lg\:border-s-gray-100\/5 {
    border-inline-start-color: rgb(243 244 246 / 0.05);
  }

  .lg\:border-s-gray-100\/50 {
    border-inline-start-color: rgb(243 244 246 / 0.5);
  }

  .lg\:border-s-gray-100\/55 {
    border-inline-start-color: rgb(243 244 246 / 0.55);
  }

  .lg\:border-s-gray-100\/60 {
    border-inline-start-color: rgb(243 244 246 / 0.6);
  }

  .lg\:border-s-gray-100\/65 {
    border-inline-start-color: rgb(243 244 246 / 0.65);
  }

  .lg\:border-s-gray-100\/70 {
    border-inline-start-color: rgb(243 244 246 / 0.7);
  }

  .lg\:border-s-gray-100\/75 {
    border-inline-start-color: rgb(243 244 246 / 0.75);
  }

  .lg\:border-s-gray-100\/80 {
    border-inline-start-color: rgb(243 244 246 / 0.8);
  }

  .lg\:border-s-gray-100\/85 {
    border-inline-start-color: rgb(243 244 246 / 0.85);
  }

  .lg\:border-s-gray-100\/90 {
    border-inline-start-color: rgb(243 244 246 / 0.9);
  }

  .lg\:border-s-gray-100\/95 {
    border-inline-start-color: rgb(243 244 246 / 0.95);
  }

  .lg\:border-s-gray-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

  .lg\:border-s-gray-200\/0 {
    border-inline-start-color: rgb(229 231 235 / 0);
  }

  .lg\:border-s-gray-200\/10 {
    border-inline-start-color: rgb(229 231 235 / 0.1);
  }

  .lg\:border-s-gray-200\/100 {
    border-inline-start-color: rgb(229 231 235 / 1);
  }

  .lg\:border-s-gray-200\/15 {
    border-inline-start-color: rgb(229 231 235 / 0.15);
  }

  .lg\:border-s-gray-200\/20 {
    border-inline-start-color: rgb(229 231 235 / 0.2);
  }

  .lg\:border-s-gray-200\/25 {
    border-inline-start-color: rgb(229 231 235 / 0.25);
  }

  .lg\:border-s-gray-200\/30 {
    border-inline-start-color: rgb(229 231 235 / 0.3);
  }

  .lg\:border-s-gray-200\/35 {
    border-inline-start-color: rgb(229 231 235 / 0.35);
  }

  .lg\:border-s-gray-200\/40 {
    border-inline-start-color: rgb(229 231 235 / 0.4);
  }

  .lg\:border-s-gray-200\/45 {
    border-inline-start-color: rgb(229 231 235 / 0.45);
  }

  .lg\:border-s-gray-200\/5 {
    border-inline-start-color: rgb(229 231 235 / 0.05);
  }

  .lg\:border-s-gray-200\/50 {
    border-inline-start-color: rgb(229 231 235 / 0.5);
  }

  .lg\:border-s-gray-200\/55 {
    border-inline-start-color: rgb(229 231 235 / 0.55);
  }

  .lg\:border-s-gray-200\/60 {
    border-inline-start-color: rgb(229 231 235 / 0.6);
  }

  .lg\:border-s-gray-200\/65 {
    border-inline-start-color: rgb(229 231 235 / 0.65);
  }

  .lg\:border-s-gray-200\/70 {
    border-inline-start-color: rgb(229 231 235 / 0.7);
  }

  .lg\:border-s-gray-200\/75 {
    border-inline-start-color: rgb(229 231 235 / 0.75);
  }

  .lg\:border-s-gray-200\/80 {
    border-inline-start-color: rgb(229 231 235 / 0.8);
  }

  .lg\:border-s-gray-200\/85 {
    border-inline-start-color: rgb(229 231 235 / 0.85);
  }

  .lg\:border-s-gray-200\/90 {
    border-inline-start-color: rgb(229 231 235 / 0.9);
  }

  .lg\:border-s-gray-200\/95 {
    border-inline-start-color: rgb(229 231 235 / 0.95);
  }

  .lg\:border-s-gray-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(209 213 219 / var(--tw-border-opacity));
  }

  .lg\:border-s-gray-300\/0 {
    border-inline-start-color: rgb(209 213 219 / 0);
  }

  .lg\:border-s-gray-300\/10 {
    border-inline-start-color: rgb(209 213 219 / 0.1);
  }

  .lg\:border-s-gray-300\/100 {
    border-inline-start-color: rgb(209 213 219 / 1);
  }

  .lg\:border-s-gray-300\/15 {
    border-inline-start-color: rgb(209 213 219 / 0.15);
  }

  .lg\:border-s-gray-300\/20 {
    border-inline-start-color: rgb(209 213 219 / 0.2);
  }

  .lg\:border-s-gray-300\/25 {
    border-inline-start-color: rgb(209 213 219 / 0.25);
  }

  .lg\:border-s-gray-300\/30 {
    border-inline-start-color: rgb(209 213 219 / 0.3);
  }

  .lg\:border-s-gray-300\/35 {
    border-inline-start-color: rgb(209 213 219 / 0.35);
  }

  .lg\:border-s-gray-300\/40 {
    border-inline-start-color: rgb(209 213 219 / 0.4);
  }

  .lg\:border-s-gray-300\/45 {
    border-inline-start-color: rgb(209 213 219 / 0.45);
  }

  .lg\:border-s-gray-300\/5 {
    border-inline-start-color: rgb(209 213 219 / 0.05);
  }

  .lg\:border-s-gray-300\/50 {
    border-inline-start-color: rgb(209 213 219 / 0.5);
  }

  .lg\:border-s-gray-300\/55 {
    border-inline-start-color: rgb(209 213 219 / 0.55);
  }

  .lg\:border-s-gray-300\/60 {
    border-inline-start-color: rgb(209 213 219 / 0.6);
  }

  .lg\:border-s-gray-300\/65 {
    border-inline-start-color: rgb(209 213 219 / 0.65);
  }

  .lg\:border-s-gray-300\/70 {
    border-inline-start-color: rgb(209 213 219 / 0.7);
  }

  .lg\:border-s-gray-300\/75 {
    border-inline-start-color: rgb(209 213 219 / 0.75);
  }

  .lg\:border-s-gray-300\/80 {
    border-inline-start-color: rgb(209 213 219 / 0.8);
  }

  .lg\:border-s-gray-300\/85 {
    border-inline-start-color: rgb(209 213 219 / 0.85);
  }

  .lg\:border-s-gray-300\/90 {
    border-inline-start-color: rgb(209 213 219 / 0.9);
  }

  .lg\:border-s-gray-300\/95 {
    border-inline-start-color: rgb(209 213 219 / 0.95);
  }

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

  .lg\:border-s-gray-400\/0 {
    border-inline-start-color: rgb(156 163 175 / 0);
  }

  .lg\:border-s-gray-400\/10 {
    border-inline-start-color: rgb(156 163 175 / 0.1);
  }

  .lg\:border-s-gray-400\/100 {
    border-inline-start-color: rgb(156 163 175 / 1);
  }

  .lg\:border-s-gray-400\/15 {
    border-inline-start-color: rgb(156 163 175 / 0.15);
  }

  .lg\:border-s-gray-400\/20 {
    border-inline-start-color: rgb(156 163 175 / 0.2);
  }

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

  .lg\:border-s-gray-400\/30 {
    border-inline-start-color: rgb(156 163 175 / 0.3);
  }

  .lg\:border-s-gray-400\/35 {
    border-inline-start-color: rgb(156 163 175 / 0.35);
  }

  .lg\:border-s-gray-400\/40 {
    border-inline-start-color: rgb(156 163 175 / 0.4);
  }

  .lg\:border-s-gray-400\/45 {
    border-inline-start-color: rgb(156 163 175 / 0.45);
  }

  .lg\:border-s-gray-400\/5 {
    border-inline-start-color: rgb(156 163 175 / 0.05);
  }

  .lg\:border-s-gray-400\/50 {
    border-inline-start-color: rgb(156 163 175 / 0.5);
  }

  .lg\:border-s-gray-400\/55 {
    border-inline-start-color: rgb(156 163 175 / 0.55);
  }

  .lg\:border-s-gray-400\/60 {
    border-inline-start-color: rgb(156 163 175 / 0.6);
  }

  .lg\:border-s-gray-400\/65 {
    border-inline-start-color: rgb(156 163 175 / 0.65);
  }

  .lg\:border-s-gray-400\/70 {
    border-inline-start-color: rgb(156 163 175 / 0.7);
  }

  .lg\:border-s-gray-400\/75 {
    border-inline-start-color: rgb(156 163 175 / 0.75);
  }

  .lg\:border-s-gray-400\/80 {
    border-inline-start-color: rgb(156 163 175 / 0.8);
  }

  .lg\:border-s-gray-400\/85 {
    border-inline-start-color: rgb(156 163 175 / 0.85);
  }

  .lg\:border-s-gray-400\/90 {
    border-inline-start-color: rgb(156 163 175 / 0.9);
  }

  .lg\:border-s-gray-400\/95 {
    border-inline-start-color: rgb(156 163 175 / 0.95);
  }

  .lg\:border-s-gray-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(249 250 251 / var(--tw-border-opacity));
  }

  .lg\:border-s-gray-50\/0 {
    border-inline-start-color: rgb(249 250 251 / 0);
  }

  .lg\:border-s-gray-50\/10 {
    border-inline-start-color: rgb(249 250 251 / 0.1);
  }

  .lg\:border-s-gray-50\/100 {
    border-inline-start-color: rgb(249 250 251 / 1);
  }

  .lg\:border-s-gray-50\/15 {
    border-inline-start-color: rgb(249 250 251 / 0.15);
  }

  .lg\:border-s-gray-50\/20 {
    border-inline-start-color: rgb(249 250 251 / 0.2);
  }

  .lg\:border-s-gray-50\/25 {
    border-inline-start-color: rgb(249 250 251 / 0.25);
  }

  .lg\:border-s-gray-50\/30 {
    border-inline-start-color: rgb(249 250 251 / 0.3);
  }

  .lg\:border-s-gray-50\/35 {
    border-inline-start-color: rgb(249 250 251 / 0.35);
  }

  .lg\:border-s-gray-50\/40 {
    border-inline-start-color: rgb(249 250 251 / 0.4);
  }

  .lg\:border-s-gray-50\/45 {
    border-inline-start-color: rgb(249 250 251 / 0.45);
  }

  .lg\:border-s-gray-50\/5 {
    border-inline-start-color: rgb(249 250 251 / 0.05);
  }

  .lg\:border-s-gray-50\/50 {
    border-inline-start-color: rgb(249 250 251 / 0.5);
  }

  .lg\:border-s-gray-50\/55 {
    border-inline-start-color: rgb(249 250 251 / 0.55);
  }

  .lg\:border-s-gray-50\/60 {
    border-inline-start-color: rgb(249 250 251 / 0.6);
  }

  .lg\:border-s-gray-50\/65 {
    border-inline-start-color: rgb(249 250 251 / 0.65);
  }

  .lg\:border-s-gray-50\/70 {
    border-inline-start-color: rgb(249 250 251 / 0.7);
  }

  .lg\:border-s-gray-50\/75 {
    border-inline-start-color: rgb(249 250 251 / 0.75);
  }

  .lg\:border-s-gray-50\/80 {
    border-inline-start-color: rgb(249 250 251 / 0.8);
  }

  .lg\:border-s-gray-50\/85 {
    border-inline-start-color: rgb(249 250 251 / 0.85);
  }

  .lg\:border-s-gray-50\/90 {
    border-inline-start-color: rgb(249 250 251 / 0.9);
  }

  .lg\:border-s-gray-50\/95 {
    border-inline-start-color: rgb(249 250 251 / 0.95);
  }

  .lg\:border-s-gray-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(107 114 128 / var(--tw-border-opacity));
  }

  .lg\:border-s-gray-500\/0 {
    border-inline-start-color: rgb(107 114 128 / 0);
  }

  .lg\:border-s-gray-500\/10 {
    border-inline-start-color: rgb(107 114 128 / 0.1);
  }

  .lg\:border-s-gray-500\/100 {
    border-inline-start-color: rgb(107 114 128 / 1);
  }

  .lg\:border-s-gray-500\/15 {
    border-inline-start-color: rgb(107 114 128 / 0.15);
  }

  .lg\:border-s-gray-500\/20 {
    border-inline-start-color: rgb(107 114 128 / 0.2);
  }

  .lg\:border-s-gray-500\/25 {
    border-inline-start-color: rgb(107 114 128 / 0.25);
  }

  .lg\:border-s-gray-500\/30 {
    border-inline-start-color: rgb(107 114 128 / 0.3);
  }

  .lg\:border-s-gray-500\/35 {
    border-inline-start-color: rgb(107 114 128 / 0.35);
  }

  .lg\:border-s-gray-500\/40 {
    border-inline-start-color: rgb(107 114 128 / 0.4);
  }

  .lg\:border-s-gray-500\/45 {
    border-inline-start-color: rgb(107 114 128 / 0.45);
  }

  .lg\:border-s-gray-500\/5 {
    border-inline-start-color: rgb(107 114 128 / 0.05);
  }

  .lg\:border-s-gray-500\/50 {
    border-inline-start-color: rgb(107 114 128 / 0.5);
  }

  .lg\:border-s-gray-500\/55 {
    border-inline-start-color: rgb(107 114 128 / 0.55);
  }

  .lg\:border-s-gray-500\/60 {
    border-inline-start-color: rgb(107 114 128 / 0.6);
  }

  .lg\:border-s-gray-500\/65 {
    border-inline-start-color: rgb(107 114 128 / 0.65);
  }

  .lg\:border-s-gray-500\/70 {
    border-inline-start-color: rgb(107 114 128 / 0.7);
  }

  .lg\:border-s-gray-500\/75 {
    border-inline-start-color: rgb(107 114 128 / 0.75);
  }

  .lg\:border-s-gray-500\/80 {
    border-inline-start-color: rgb(107 114 128 / 0.8);
  }

  .lg\:border-s-gray-500\/85 {
    border-inline-start-color: rgb(107 114 128 / 0.85);
  }

  .lg\:border-s-gray-500\/90 {
    border-inline-start-color: rgb(107 114 128 / 0.9);
  }

  .lg\:border-s-gray-500\/95 {
    border-inline-start-color: rgb(107 114 128 / 0.95);
  }

  .lg\:border-s-gray-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .lg\:border-s-gray-600\/0 {
    border-inline-start-color: rgb(75 85 99 / 0);
  }

  .lg\:border-s-gray-600\/10 {
    border-inline-start-color: rgb(75 85 99 / 0.1);
  }

  .lg\:border-s-gray-600\/100 {
    border-inline-start-color: rgb(75 85 99 / 1);
  }

  .lg\:border-s-gray-600\/15 {
    border-inline-start-color: rgb(75 85 99 / 0.15);
  }

  .lg\:border-s-gray-600\/20 {
    border-inline-start-color: rgb(75 85 99 / 0.2);
  }

  .lg\:border-s-gray-600\/25 {
    border-inline-start-color: rgb(75 85 99 / 0.25);
  }

  .lg\:border-s-gray-600\/30 {
    border-inline-start-color: rgb(75 85 99 / 0.3);
  }

  .lg\:border-s-gray-600\/35 {
    border-inline-start-color: rgb(75 85 99 / 0.35);
  }

  .lg\:border-s-gray-600\/40 {
    border-inline-start-color: rgb(75 85 99 / 0.4);
  }

  .lg\:border-s-gray-600\/45 {
    border-inline-start-color: rgb(75 85 99 / 0.45);
  }

  .lg\:border-s-gray-600\/5 {
    border-inline-start-color: rgb(75 85 99 / 0.05);
  }

  .lg\:border-s-gray-600\/50 {
    border-inline-start-color: rgb(75 85 99 / 0.5);
  }

  .lg\:border-s-gray-600\/55 {
    border-inline-start-color: rgb(75 85 99 / 0.55);
  }

  .lg\:border-s-gray-600\/60 {
    border-inline-start-color: rgb(75 85 99 / 0.6);
  }

  .lg\:border-s-gray-600\/65 {
    border-inline-start-color: rgb(75 85 99 / 0.65);
  }

  .lg\:border-s-gray-600\/70 {
    border-inline-start-color: rgb(75 85 99 / 0.7);
  }

  .lg\:border-s-gray-600\/75 {
    border-inline-start-color: rgb(75 85 99 / 0.75);
  }

  .lg\:border-s-gray-600\/80 {
    border-inline-start-color: rgb(75 85 99 / 0.8);
  }

  .lg\:border-s-gray-600\/85 {
    border-inline-start-color: rgb(75 85 99 / 0.85);
  }

  .lg\:border-s-gray-600\/90 {
    border-inline-start-color: rgb(75 85 99 / 0.9);
  }

  .lg\:border-s-gray-600\/95 {
    border-inline-start-color: rgb(75 85 99 / 0.95);
  }

  .lg\:border-s-gray-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .lg\:border-s-gray-700\/0 {
    border-inline-start-color: rgb(55 65 81 / 0);
  }

  .lg\:border-s-gray-700\/10 {
    border-inline-start-color: rgb(55 65 81 / 0.1);
  }

  .lg\:border-s-gray-700\/100 {
    border-inline-start-color: rgb(55 65 81 / 1);
  }

  .lg\:border-s-gray-700\/15 {
    border-inline-start-color: rgb(55 65 81 / 0.15);
  }

  .lg\:border-s-gray-700\/20 {
    border-inline-start-color: rgb(55 65 81 / 0.2);
  }

  .lg\:border-s-gray-700\/25 {
    border-inline-start-color: rgb(55 65 81 / 0.25);
  }

  .lg\:border-s-gray-700\/30 {
    border-inline-start-color: rgb(55 65 81 / 0.3);
  }

  .lg\:border-s-gray-700\/35 {
    border-inline-start-color: rgb(55 65 81 / 0.35);
  }

  .lg\:border-s-gray-700\/40 {
    border-inline-start-color: rgb(55 65 81 / 0.4);
  }

  .lg\:border-s-gray-700\/45 {
    border-inline-start-color: rgb(55 65 81 / 0.45);
  }

  .lg\:border-s-gray-700\/5 {
    border-inline-start-color: rgb(55 65 81 / 0.05);
  }

  .lg\:border-s-gray-700\/50 {
    border-inline-start-color: rgb(55 65 81 / 0.5);
  }

  .lg\:border-s-gray-700\/55 {
    border-inline-start-color: rgb(55 65 81 / 0.55);
  }

  .lg\:border-s-gray-700\/60 {
    border-inline-start-color: rgb(55 65 81 / 0.6);
  }

  .lg\:border-s-gray-700\/65 {
    border-inline-start-color: rgb(55 65 81 / 0.65);
  }

  .lg\:border-s-gray-700\/70 {
    border-inline-start-color: rgb(55 65 81 / 0.7);
  }

  .lg\:border-s-gray-700\/75 {
    border-inline-start-color: rgb(55 65 81 / 0.75);
  }

  .lg\:border-s-gray-700\/80 {
    border-inline-start-color: rgb(55 65 81 / 0.8);
  }

  .lg\:border-s-gray-700\/85 {
    border-inline-start-color: rgb(55 65 81 / 0.85);
  }

  .lg\:border-s-gray-700\/90 {
    border-inline-start-color: rgb(55 65 81 / 0.9);
  }

  .lg\:border-s-gray-700\/95 {
    border-inline-start-color: rgb(55 65 81 / 0.95);
  }

  .lg\:border-s-gray-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(31 41 55 / var(--tw-border-opacity));
  }

  .lg\:border-s-gray-800\/0 {
    border-inline-start-color: rgb(31 41 55 / 0);
  }

  .lg\:border-s-gray-800\/10 {
    border-inline-start-color: rgb(31 41 55 / 0.1);
  }

  .lg\:border-s-gray-800\/100 {
    border-inline-start-color: rgb(31 41 55 / 1);
  }

  .lg\:border-s-gray-800\/15 {
    border-inline-start-color: rgb(31 41 55 / 0.15);
  }

  .lg\:border-s-gray-800\/20 {
    border-inline-start-color: rgb(31 41 55 / 0.2);
  }

  .lg\:border-s-gray-800\/25 {
    border-inline-start-color: rgb(31 41 55 / 0.25);
  }

  .lg\:border-s-gray-800\/30 {
    border-inline-start-color: rgb(31 41 55 / 0.3);
  }

  .lg\:border-s-gray-800\/35 {
    border-inline-start-color: rgb(31 41 55 / 0.35);
  }

  .lg\:border-s-gray-800\/40 {
    border-inline-start-color: rgb(31 41 55 / 0.4);
  }

  .lg\:border-s-gray-800\/45 {
    border-inline-start-color: rgb(31 41 55 / 0.45);
  }

  .lg\:border-s-gray-800\/5 {
    border-inline-start-color: rgb(31 41 55 / 0.05);
  }

  .lg\:border-s-gray-800\/50 {
    border-inline-start-color: rgb(31 41 55 / 0.5);
  }

  .lg\:border-s-gray-800\/55 {
    border-inline-start-color: rgb(31 41 55 / 0.55);
  }

  .lg\:border-s-gray-800\/60 {
    border-inline-start-color: rgb(31 41 55 / 0.6);
  }

  .lg\:border-s-gray-800\/65 {
    border-inline-start-color: rgb(31 41 55 / 0.65);
  }

  .lg\:border-s-gray-800\/70 {
    border-inline-start-color: rgb(31 41 55 / 0.7);
  }

  .lg\:border-s-gray-800\/75 {
    border-inline-start-color: rgb(31 41 55 / 0.75);
  }

  .lg\:border-s-gray-800\/80 {
    border-inline-start-color: rgb(31 41 55 / 0.8);
  }

  .lg\:border-s-gray-800\/85 {
    border-inline-start-color: rgb(31 41 55 / 0.85);
  }

  .lg\:border-s-gray-800\/90 {
    border-inline-start-color: rgb(31 41 55 / 0.9);
  }

  .lg\:border-s-gray-800\/95 {
    border-inline-start-color: rgb(31 41 55 / 0.95);
  }

  .lg\:border-s-gray-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(17 24 39 / var(--tw-border-opacity));
  }

  .lg\:border-s-gray-900\/0 {
    border-inline-start-color: rgb(17 24 39 / 0);
  }

  .lg\:border-s-gray-900\/10 {
    border-inline-start-color: rgb(17 24 39 / 0.1);
  }

  .lg\:border-s-gray-900\/100 {
    border-inline-start-color: rgb(17 24 39 / 1);
  }

  .lg\:border-s-gray-900\/15 {
    border-inline-start-color: rgb(17 24 39 / 0.15);
  }

  .lg\:border-s-gray-900\/20 {
    border-inline-start-color: rgb(17 24 39 / 0.2);
  }

  .lg\:border-s-gray-900\/25 {
    border-inline-start-color: rgb(17 24 39 / 0.25);
  }

  .lg\:border-s-gray-900\/30 {
    border-inline-start-color: rgb(17 24 39 / 0.3);
  }

  .lg\:border-s-gray-900\/35 {
    border-inline-start-color: rgb(17 24 39 / 0.35);
  }

  .lg\:border-s-gray-900\/40 {
    border-inline-start-color: rgb(17 24 39 / 0.4);
  }

  .lg\:border-s-gray-900\/45 {
    border-inline-start-color: rgb(17 24 39 / 0.45);
  }

  .lg\:border-s-gray-900\/5 {
    border-inline-start-color: rgb(17 24 39 / 0.05);
  }

  .lg\:border-s-gray-900\/50 {
    border-inline-start-color: rgb(17 24 39 / 0.5);
  }

  .lg\:border-s-gray-900\/55 {
    border-inline-start-color: rgb(17 24 39 / 0.55);
  }

  .lg\:border-s-gray-900\/60 {
    border-inline-start-color: rgb(17 24 39 / 0.6);
  }

  .lg\:border-s-gray-900\/65 {
    border-inline-start-color: rgb(17 24 39 / 0.65);
  }

  .lg\:border-s-gray-900\/70 {
    border-inline-start-color: rgb(17 24 39 / 0.7);
  }

  .lg\:border-s-gray-900\/75 {
    border-inline-start-color: rgb(17 24 39 / 0.75);
  }

  .lg\:border-s-gray-900\/80 {
    border-inline-start-color: rgb(17 24 39 / 0.8);
  }

  .lg\:border-s-gray-900\/85 {
    border-inline-start-color: rgb(17 24 39 / 0.85);
  }

  .lg\:border-s-gray-900\/90 {
    border-inline-start-color: rgb(17 24 39 / 0.9);
  }

  .lg\:border-s-gray-900\/95 {
    border-inline-start-color: rgb(17 24 39 / 0.95);
  }

  .lg\:border-s-gray-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(3 7 18 / var(--tw-border-opacity));
  }

  .lg\:border-s-gray-950\/0 {
    border-inline-start-color: rgb(3 7 18 / 0);
  }

  .lg\:border-s-gray-950\/10 {
    border-inline-start-color: rgb(3 7 18 / 0.1);
  }

  .lg\:border-s-gray-950\/100 {
    border-inline-start-color: rgb(3 7 18 / 1);
  }

  .lg\:border-s-gray-950\/15 {
    border-inline-start-color: rgb(3 7 18 / 0.15);
  }

  .lg\:border-s-gray-950\/20 {
    border-inline-start-color: rgb(3 7 18 / 0.2);
  }

  .lg\:border-s-gray-950\/25 {
    border-inline-start-color: rgb(3 7 18 / 0.25);
  }

  .lg\:border-s-gray-950\/30 {
    border-inline-start-color: rgb(3 7 18 / 0.3);
  }

  .lg\:border-s-gray-950\/35 {
    border-inline-start-color: rgb(3 7 18 / 0.35);
  }

  .lg\:border-s-gray-950\/40 {
    border-inline-start-color: rgb(3 7 18 / 0.4);
  }

  .lg\:border-s-gray-950\/45 {
    border-inline-start-color: rgb(3 7 18 / 0.45);
  }

  .lg\:border-s-gray-950\/5 {
    border-inline-start-color: rgb(3 7 18 / 0.05);
  }

  .lg\:border-s-gray-950\/50 {
    border-inline-start-color: rgb(3 7 18 / 0.5);
  }

  .lg\:border-s-gray-950\/55 {
    border-inline-start-color: rgb(3 7 18 / 0.55);
  }

  .lg\:border-s-gray-950\/60 {
    border-inline-start-color: rgb(3 7 18 / 0.6);
  }

  .lg\:border-s-gray-950\/65 {
    border-inline-start-color: rgb(3 7 18 / 0.65);
  }

  .lg\:border-s-gray-950\/70 {
    border-inline-start-color: rgb(3 7 18 / 0.7);
  }

  .lg\:border-s-gray-950\/75 {
    border-inline-start-color: rgb(3 7 18 / 0.75);
  }

  .lg\:border-s-gray-950\/80 {
    border-inline-start-color: rgb(3 7 18 / 0.8);
  }

  .lg\:border-s-gray-950\/85 {
    border-inline-start-color: rgb(3 7 18 / 0.85);
  }

  .lg\:border-s-gray-950\/90 {
    border-inline-start-color: rgb(3 7 18 / 0.9);
  }

  .lg\:border-s-gray-950\/95 {
    border-inline-start-color: rgb(3 7 18 / 0.95);
  }

  .lg\:border-s-green-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(220 252 231 / var(--tw-border-opacity));
  }

  .lg\:border-s-green-100\/0 {
    border-inline-start-color: rgb(220 252 231 / 0);
  }

  .lg\:border-s-green-100\/10 {
    border-inline-start-color: rgb(220 252 231 / 0.1);
  }

  .lg\:border-s-green-100\/100 {
    border-inline-start-color: rgb(220 252 231 / 1);
  }

  .lg\:border-s-green-100\/15 {
    border-inline-start-color: rgb(220 252 231 / 0.15);
  }

  .lg\:border-s-green-100\/20 {
    border-inline-start-color: rgb(220 252 231 / 0.2);
  }

  .lg\:border-s-green-100\/25 {
    border-inline-start-color: rgb(220 252 231 / 0.25);
  }

  .lg\:border-s-green-100\/30 {
    border-inline-start-color: rgb(220 252 231 / 0.3);
  }

  .lg\:border-s-green-100\/35 {
    border-inline-start-color: rgb(220 252 231 / 0.35);
  }

  .lg\:border-s-green-100\/40 {
    border-inline-start-color: rgb(220 252 231 / 0.4);
  }

  .lg\:border-s-green-100\/45 {
    border-inline-start-color: rgb(220 252 231 / 0.45);
  }

  .lg\:border-s-green-100\/5 {
    border-inline-start-color: rgb(220 252 231 / 0.05);
  }

  .lg\:border-s-green-100\/50 {
    border-inline-start-color: rgb(220 252 231 / 0.5);
  }

  .lg\:border-s-green-100\/55 {
    border-inline-start-color: rgb(220 252 231 / 0.55);
  }

  .lg\:border-s-green-100\/60 {
    border-inline-start-color: rgb(220 252 231 / 0.6);
  }

  .lg\:border-s-green-100\/65 {
    border-inline-start-color: rgb(220 252 231 / 0.65);
  }

  .lg\:border-s-green-100\/70 {
    border-inline-start-color: rgb(220 252 231 / 0.7);
  }

  .lg\:border-s-green-100\/75 {
    border-inline-start-color: rgb(220 252 231 / 0.75);
  }

  .lg\:border-s-green-100\/80 {
    border-inline-start-color: rgb(220 252 231 / 0.8);
  }

  .lg\:border-s-green-100\/85 {
    border-inline-start-color: rgb(220 252 231 / 0.85);
  }

  .lg\:border-s-green-100\/90 {
    border-inline-start-color: rgb(220 252 231 / 0.9);
  }

  .lg\:border-s-green-100\/95 {
    border-inline-start-color: rgb(220 252 231 / 0.95);
  }

  .lg\:border-s-green-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(187 247 208 / var(--tw-border-opacity));
  }

  .lg\:border-s-green-200\/0 {
    border-inline-start-color: rgb(187 247 208 / 0);
  }

  .lg\:border-s-green-200\/10 {
    border-inline-start-color: rgb(187 247 208 / 0.1);
  }

  .lg\:border-s-green-200\/100 {
    border-inline-start-color: rgb(187 247 208 / 1);
  }

  .lg\:border-s-green-200\/15 {
    border-inline-start-color: rgb(187 247 208 / 0.15);
  }

  .lg\:border-s-green-200\/20 {
    border-inline-start-color: rgb(187 247 208 / 0.2);
  }

  .lg\:border-s-green-200\/25 {
    border-inline-start-color: rgb(187 247 208 / 0.25);
  }

  .lg\:border-s-green-200\/30 {
    border-inline-start-color: rgb(187 247 208 / 0.3);
  }

  .lg\:border-s-green-200\/35 {
    border-inline-start-color: rgb(187 247 208 / 0.35);
  }

  .lg\:border-s-green-200\/40 {
    border-inline-start-color: rgb(187 247 208 / 0.4);
  }

  .lg\:border-s-green-200\/45 {
    border-inline-start-color: rgb(187 247 208 / 0.45);
  }

  .lg\:border-s-green-200\/5 {
    border-inline-start-color: rgb(187 247 208 / 0.05);
  }

  .lg\:border-s-green-200\/50 {
    border-inline-start-color: rgb(187 247 208 / 0.5);
  }

  .lg\:border-s-green-200\/55 {
    border-inline-start-color: rgb(187 247 208 / 0.55);
  }

  .lg\:border-s-green-200\/60 {
    border-inline-start-color: rgb(187 247 208 / 0.6);
  }

  .lg\:border-s-green-200\/65 {
    border-inline-start-color: rgb(187 247 208 / 0.65);
  }

  .lg\:border-s-green-200\/70 {
    border-inline-start-color: rgb(187 247 208 / 0.7);
  }

  .lg\:border-s-green-200\/75 {
    border-inline-start-color: rgb(187 247 208 / 0.75);
  }

  .lg\:border-s-green-200\/80 {
    border-inline-start-color: rgb(187 247 208 / 0.8);
  }

  .lg\:border-s-green-200\/85 {
    border-inline-start-color: rgb(187 247 208 / 0.85);
  }

  .lg\:border-s-green-200\/90 {
    border-inline-start-color: rgb(187 247 208 / 0.9);
  }

  .lg\:border-s-green-200\/95 {
    border-inline-start-color: rgb(187 247 208 / 0.95);
  }

  .lg\:border-s-green-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(134 239 172 / var(--tw-border-opacity));
  }

  .lg\:border-s-green-300\/0 {
    border-inline-start-color: rgb(134 239 172 / 0);
  }

  .lg\:border-s-green-300\/10 {
    border-inline-start-color: rgb(134 239 172 / 0.1);
  }

  .lg\:border-s-green-300\/100 {
    border-inline-start-color: rgb(134 239 172 / 1);
  }

  .lg\:border-s-green-300\/15 {
    border-inline-start-color: rgb(134 239 172 / 0.15);
  }

  .lg\:border-s-green-300\/20 {
    border-inline-start-color: rgb(134 239 172 / 0.2);
  }

  .lg\:border-s-green-300\/25 {
    border-inline-start-color: rgb(134 239 172 / 0.25);
  }

  .lg\:border-s-green-300\/30 {
    border-inline-start-color: rgb(134 239 172 / 0.3);
  }

  .lg\:border-s-green-300\/35 {
    border-inline-start-color: rgb(134 239 172 / 0.35);
  }

  .lg\:border-s-green-300\/40 {
    border-inline-start-color: rgb(134 239 172 / 0.4);
  }

  .lg\:border-s-green-300\/45 {
    border-inline-start-color: rgb(134 239 172 / 0.45);
  }

  .lg\:border-s-green-300\/5 {
    border-inline-start-color: rgb(134 239 172 / 0.05);
  }

  .lg\:border-s-green-300\/50 {
    border-inline-start-color: rgb(134 239 172 / 0.5);
  }

  .lg\:border-s-green-300\/55 {
    border-inline-start-color: rgb(134 239 172 / 0.55);
  }

  .lg\:border-s-green-300\/60 {
    border-inline-start-color: rgb(134 239 172 / 0.6);
  }

  .lg\:border-s-green-300\/65 {
    border-inline-start-color: rgb(134 239 172 / 0.65);
  }

  .lg\:border-s-green-300\/70 {
    border-inline-start-color: rgb(134 239 172 / 0.7);
  }

  .lg\:border-s-green-300\/75 {
    border-inline-start-color: rgb(134 239 172 / 0.75);
  }

  .lg\:border-s-green-300\/80 {
    border-inline-start-color: rgb(134 239 172 / 0.8);
  }

  .lg\:border-s-green-300\/85 {
    border-inline-start-color: rgb(134 239 172 / 0.85);
  }

  .lg\:border-s-green-300\/90 {
    border-inline-start-color: rgb(134 239 172 / 0.9);
  }

  .lg\:border-s-green-300\/95 {
    border-inline-start-color: rgb(134 239 172 / 0.95);
  }

  .lg\:border-s-green-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(74 222 128 / var(--tw-border-opacity));
  }

  .lg\:border-s-green-400\/0 {
    border-inline-start-color: rgb(74 222 128 / 0);
  }

  .lg\:border-s-green-400\/10 {
    border-inline-start-color: rgb(74 222 128 / 0.1);
  }

  .lg\:border-s-green-400\/100 {
    border-inline-start-color: rgb(74 222 128 / 1);
  }

  .lg\:border-s-green-400\/15 {
    border-inline-start-color: rgb(74 222 128 / 0.15);
  }

  .lg\:border-s-green-400\/20 {
    border-inline-start-color: rgb(74 222 128 / 0.2);
  }

  .lg\:border-s-green-400\/25 {
    border-inline-start-color: rgb(74 222 128 / 0.25);
  }

  .lg\:border-s-green-400\/30 {
    border-inline-start-color: rgb(74 222 128 / 0.3);
  }

  .lg\:border-s-green-400\/35 {
    border-inline-start-color: rgb(74 222 128 / 0.35);
  }

  .lg\:border-s-green-400\/40 {
    border-inline-start-color: rgb(74 222 128 / 0.4);
  }

  .lg\:border-s-green-400\/45 {
    border-inline-start-color: rgb(74 222 128 / 0.45);
  }

  .lg\:border-s-green-400\/5 {
    border-inline-start-color: rgb(74 222 128 / 0.05);
  }

  .lg\:border-s-green-400\/50 {
    border-inline-start-color: rgb(74 222 128 / 0.5);
  }

  .lg\:border-s-green-400\/55 {
    border-inline-start-color: rgb(74 222 128 / 0.55);
  }

  .lg\:border-s-green-400\/60 {
    border-inline-start-color: rgb(74 222 128 / 0.6);
  }

  .lg\:border-s-green-400\/65 {
    border-inline-start-color: rgb(74 222 128 / 0.65);
  }

  .lg\:border-s-green-400\/70 {
    border-inline-start-color: rgb(74 222 128 / 0.7);
  }

  .lg\:border-s-green-400\/75 {
    border-inline-start-color: rgb(74 222 128 / 0.75);
  }

  .lg\:border-s-green-400\/80 {
    border-inline-start-color: rgb(74 222 128 / 0.8);
  }

  .lg\:border-s-green-400\/85 {
    border-inline-start-color: rgb(74 222 128 / 0.85);
  }

  .lg\:border-s-green-400\/90 {
    border-inline-start-color: rgb(74 222 128 / 0.9);
  }

  .lg\:border-s-green-400\/95 {
    border-inline-start-color: rgb(74 222 128 / 0.95);
  }

  .lg\:border-s-green-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(240 253 244 / var(--tw-border-opacity));
  }

  .lg\:border-s-green-50\/0 {
    border-inline-start-color: rgb(240 253 244 / 0);
  }

  .lg\:border-s-green-50\/10 {
    border-inline-start-color: rgb(240 253 244 / 0.1);
  }

  .lg\:border-s-green-50\/100 {
    border-inline-start-color: rgb(240 253 244 / 1);
  }

  .lg\:border-s-green-50\/15 {
    border-inline-start-color: rgb(240 253 244 / 0.15);
  }

  .lg\:border-s-green-50\/20 {
    border-inline-start-color: rgb(240 253 244 / 0.2);
  }

  .lg\:border-s-green-50\/25 {
    border-inline-start-color: rgb(240 253 244 / 0.25);
  }

  .lg\:border-s-green-50\/30 {
    border-inline-start-color: rgb(240 253 244 / 0.3);
  }

  .lg\:border-s-green-50\/35 {
    border-inline-start-color: rgb(240 253 244 / 0.35);
  }

  .lg\:border-s-green-50\/40 {
    border-inline-start-color: rgb(240 253 244 / 0.4);
  }

  .lg\:border-s-green-50\/45 {
    border-inline-start-color: rgb(240 253 244 / 0.45);
  }

  .lg\:border-s-green-50\/5 {
    border-inline-start-color: rgb(240 253 244 / 0.05);
  }

  .lg\:border-s-green-50\/50 {
    border-inline-start-color: rgb(240 253 244 / 0.5);
  }

  .lg\:border-s-green-50\/55 {
    border-inline-start-color: rgb(240 253 244 / 0.55);
  }

  .lg\:border-s-green-50\/60 {
    border-inline-start-color: rgb(240 253 244 / 0.6);
  }

  .lg\:border-s-green-50\/65 {
    border-inline-start-color: rgb(240 253 244 / 0.65);
  }

  .lg\:border-s-green-50\/70 {
    border-inline-start-color: rgb(240 253 244 / 0.7);
  }

  .lg\:border-s-green-50\/75 {
    border-inline-start-color: rgb(240 253 244 / 0.75);
  }

  .lg\:border-s-green-50\/80 {
    border-inline-start-color: rgb(240 253 244 / 0.8);
  }

  .lg\:border-s-green-50\/85 {
    border-inline-start-color: rgb(240 253 244 / 0.85);
  }

  .lg\:border-s-green-50\/90 {
    border-inline-start-color: rgb(240 253 244 / 0.9);
  }

  .lg\:border-s-green-50\/95 {
    border-inline-start-color: rgb(240 253 244 / 0.95);
  }

  .lg\:border-s-green-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(34 197 94 / var(--tw-border-opacity));
  }

  .lg\:border-s-green-500\/0 {
    border-inline-start-color: rgb(34 197 94 / 0);
  }

  .lg\:border-s-green-500\/10 {
    border-inline-start-color: rgb(34 197 94 / 0.1);
  }

  .lg\:border-s-green-500\/100 {
    border-inline-start-color: rgb(34 197 94 / 1);
  }

  .lg\:border-s-green-500\/15 {
    border-inline-start-color: rgb(34 197 94 / 0.15);
  }

  .lg\:border-s-green-500\/20 {
    border-inline-start-color: rgb(34 197 94 / 0.2);
  }

  .lg\:border-s-green-500\/25 {
    border-inline-start-color: rgb(34 197 94 / 0.25);
  }

  .lg\:border-s-green-500\/30 {
    border-inline-start-color: rgb(34 197 94 / 0.3);
  }

  .lg\:border-s-green-500\/35 {
    border-inline-start-color: rgb(34 197 94 / 0.35);
  }

  .lg\:border-s-green-500\/40 {
    border-inline-start-color: rgb(34 197 94 / 0.4);
  }

  .lg\:border-s-green-500\/45 {
    border-inline-start-color: rgb(34 197 94 / 0.45);
  }

  .lg\:border-s-green-500\/5 {
    border-inline-start-color: rgb(34 197 94 / 0.05);
  }

  .lg\:border-s-green-500\/50 {
    border-inline-start-color: rgb(34 197 94 / 0.5);
  }

  .lg\:border-s-green-500\/55 {
    border-inline-start-color: rgb(34 197 94 / 0.55);
  }

  .lg\:border-s-green-500\/60 {
    border-inline-start-color: rgb(34 197 94 / 0.6);
  }

  .lg\:border-s-green-500\/65 {
    border-inline-start-color: rgb(34 197 94 / 0.65);
  }

  .lg\:border-s-green-500\/70 {
    border-inline-start-color: rgb(34 197 94 / 0.7);
  }

  .lg\:border-s-green-500\/75 {
    border-inline-start-color: rgb(34 197 94 / 0.75);
  }

  .lg\:border-s-green-500\/80 {
    border-inline-start-color: rgb(34 197 94 / 0.8);
  }

  .lg\:border-s-green-500\/85 {
    border-inline-start-color: rgb(34 197 94 / 0.85);
  }

  .lg\:border-s-green-500\/90 {
    border-inline-start-color: rgb(34 197 94 / 0.9);
  }

  .lg\:border-s-green-500\/95 {
    border-inline-start-color: rgb(34 197 94 / 0.95);
  }

  .lg\:border-s-green-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(22 163 74 / var(--tw-border-opacity));
  }

  .lg\:border-s-green-600\/0 {
    border-inline-start-color: rgb(22 163 74 / 0);
  }

  .lg\:border-s-green-600\/10 {
    border-inline-start-color: rgb(22 163 74 / 0.1);
  }

  .lg\:border-s-green-600\/100 {
    border-inline-start-color: rgb(22 163 74 / 1);
  }

  .lg\:border-s-green-600\/15 {
    border-inline-start-color: rgb(22 163 74 / 0.15);
  }

  .lg\:border-s-green-600\/20 {
    border-inline-start-color: rgb(22 163 74 / 0.2);
  }

  .lg\:border-s-green-600\/25 {
    border-inline-start-color: rgb(22 163 74 / 0.25);
  }

  .lg\:border-s-green-600\/30 {
    border-inline-start-color: rgb(22 163 74 / 0.3);
  }

  .lg\:border-s-green-600\/35 {
    border-inline-start-color: rgb(22 163 74 / 0.35);
  }

  .lg\:border-s-green-600\/40 {
    border-inline-start-color: rgb(22 163 74 / 0.4);
  }

  .lg\:border-s-green-600\/45 {
    border-inline-start-color: rgb(22 163 74 / 0.45);
  }

  .lg\:border-s-green-600\/5 {
    border-inline-start-color: rgb(22 163 74 / 0.05);
  }

  .lg\:border-s-green-600\/50 {
    border-inline-start-color: rgb(22 163 74 / 0.5);
  }

  .lg\:border-s-green-600\/55 {
    border-inline-start-color: rgb(22 163 74 / 0.55);
  }

  .lg\:border-s-green-600\/60 {
    border-inline-start-color: rgb(22 163 74 / 0.6);
  }

  .lg\:border-s-green-600\/65 {
    border-inline-start-color: rgb(22 163 74 / 0.65);
  }

  .lg\:border-s-green-600\/70 {
    border-inline-start-color: rgb(22 163 74 / 0.7);
  }

  .lg\:border-s-green-600\/75 {
    border-inline-start-color: rgb(22 163 74 / 0.75);
  }

  .lg\:border-s-green-600\/80 {
    border-inline-start-color: rgb(22 163 74 / 0.8);
  }

  .lg\:border-s-green-600\/85 {
    border-inline-start-color: rgb(22 163 74 / 0.85);
  }

  .lg\:border-s-green-600\/90 {
    border-inline-start-color: rgb(22 163 74 / 0.9);
  }

  .lg\:border-s-green-600\/95 {
    border-inline-start-color: rgb(22 163 74 / 0.95);
  }

  .lg\:border-s-green-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(21 128 61 / var(--tw-border-opacity));
  }

  .lg\:border-s-green-700\/0 {
    border-inline-start-color: rgb(21 128 61 / 0);
  }

  .lg\:border-s-green-700\/10 {
    border-inline-start-color: rgb(21 128 61 / 0.1);
  }

  .lg\:border-s-green-700\/100 {
    border-inline-start-color: rgb(21 128 61 / 1);
  }

  .lg\:border-s-green-700\/15 {
    border-inline-start-color: rgb(21 128 61 / 0.15);
  }

  .lg\:border-s-green-700\/20 {
    border-inline-start-color: rgb(21 128 61 / 0.2);
  }

  .lg\:border-s-green-700\/25 {
    border-inline-start-color: rgb(21 128 61 / 0.25);
  }

  .lg\:border-s-green-700\/30 {
    border-inline-start-color: rgb(21 128 61 / 0.3);
  }

  .lg\:border-s-green-700\/35 {
    border-inline-start-color: rgb(21 128 61 / 0.35);
  }

  .lg\:border-s-green-700\/40 {
    border-inline-start-color: rgb(21 128 61 / 0.4);
  }

  .lg\:border-s-green-700\/45 {
    border-inline-start-color: rgb(21 128 61 / 0.45);
  }

  .lg\:border-s-green-700\/5 {
    border-inline-start-color: rgb(21 128 61 / 0.05);
  }

  .lg\:border-s-green-700\/50 {
    border-inline-start-color: rgb(21 128 61 / 0.5);
  }

  .lg\:border-s-green-700\/55 {
    border-inline-start-color: rgb(21 128 61 / 0.55);
  }

  .lg\:border-s-green-700\/60 {
    border-inline-start-color: rgb(21 128 61 / 0.6);
  }

  .lg\:border-s-green-700\/65 {
    border-inline-start-color: rgb(21 128 61 / 0.65);
  }

  .lg\:border-s-green-700\/70 {
    border-inline-start-color: rgb(21 128 61 / 0.7);
  }

  .lg\:border-s-green-700\/75 {
    border-inline-start-color: rgb(21 128 61 / 0.75);
  }

  .lg\:border-s-green-700\/80 {
    border-inline-start-color: rgb(21 128 61 / 0.8);
  }

  .lg\:border-s-green-700\/85 {
    border-inline-start-color: rgb(21 128 61 / 0.85);
  }

  .lg\:border-s-green-700\/90 {
    border-inline-start-color: rgb(21 128 61 / 0.9);
  }

  .lg\:border-s-green-700\/95 {
    border-inline-start-color: rgb(21 128 61 / 0.95);
  }

  .lg\:border-s-green-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(22 101 52 / var(--tw-border-opacity));
  }

  .lg\:border-s-green-800\/0 {
    border-inline-start-color: rgb(22 101 52 / 0);
  }

  .lg\:border-s-green-800\/10 {
    border-inline-start-color: rgb(22 101 52 / 0.1);
  }

  .lg\:border-s-green-800\/100 {
    border-inline-start-color: rgb(22 101 52 / 1);
  }

  .lg\:border-s-green-800\/15 {
    border-inline-start-color: rgb(22 101 52 / 0.15);
  }

  .lg\:border-s-green-800\/20 {
    border-inline-start-color: rgb(22 101 52 / 0.2);
  }

  .lg\:border-s-green-800\/25 {
    border-inline-start-color: rgb(22 101 52 / 0.25);
  }

  .lg\:border-s-green-800\/30 {
    border-inline-start-color: rgb(22 101 52 / 0.3);
  }

  .lg\:border-s-green-800\/35 {
    border-inline-start-color: rgb(22 101 52 / 0.35);
  }

  .lg\:border-s-green-800\/40 {
    border-inline-start-color: rgb(22 101 52 / 0.4);
  }

  .lg\:border-s-green-800\/45 {
    border-inline-start-color: rgb(22 101 52 / 0.45);
  }

  .lg\:border-s-green-800\/5 {
    border-inline-start-color: rgb(22 101 52 / 0.05);
  }

  .lg\:border-s-green-800\/50 {
    border-inline-start-color: rgb(22 101 52 / 0.5);
  }

  .lg\:border-s-green-800\/55 {
    border-inline-start-color: rgb(22 101 52 / 0.55);
  }

  .lg\:border-s-green-800\/60 {
    border-inline-start-color: rgb(22 101 52 / 0.6);
  }

  .lg\:border-s-green-800\/65 {
    border-inline-start-color: rgb(22 101 52 / 0.65);
  }

  .lg\:border-s-green-800\/70 {
    border-inline-start-color: rgb(22 101 52 / 0.7);
  }

  .lg\:border-s-green-800\/75 {
    border-inline-start-color: rgb(22 101 52 / 0.75);
  }

  .lg\:border-s-green-800\/80 {
    border-inline-start-color: rgb(22 101 52 / 0.8);
  }

  .lg\:border-s-green-800\/85 {
    border-inline-start-color: rgb(22 101 52 / 0.85);
  }

  .lg\:border-s-green-800\/90 {
    border-inline-start-color: rgb(22 101 52 / 0.9);
  }

  .lg\:border-s-green-800\/95 {
    border-inline-start-color: rgb(22 101 52 / 0.95);
  }

  .lg\:border-s-green-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(20 83 45 / var(--tw-border-opacity));
  }

  .lg\:border-s-green-900\/0 {
    border-inline-start-color: rgb(20 83 45 / 0);
  }

  .lg\:border-s-green-900\/10 {
    border-inline-start-color: rgb(20 83 45 / 0.1);
  }

  .lg\:border-s-green-900\/100 {
    border-inline-start-color: rgb(20 83 45 / 1);
  }

  .lg\:border-s-green-900\/15 {
    border-inline-start-color: rgb(20 83 45 / 0.15);
  }

  .lg\:border-s-green-900\/20 {
    border-inline-start-color: rgb(20 83 45 / 0.2);
  }

  .lg\:border-s-green-900\/25 {
    border-inline-start-color: rgb(20 83 45 / 0.25);
  }

  .lg\:border-s-green-900\/30 {
    border-inline-start-color: rgb(20 83 45 / 0.3);
  }

  .lg\:border-s-green-900\/35 {
    border-inline-start-color: rgb(20 83 45 / 0.35);
  }

  .lg\:border-s-green-900\/40 {
    border-inline-start-color: rgb(20 83 45 / 0.4);
  }

  .lg\:border-s-green-900\/45 {
    border-inline-start-color: rgb(20 83 45 / 0.45);
  }

  .lg\:border-s-green-900\/5 {
    border-inline-start-color: rgb(20 83 45 / 0.05);
  }

  .lg\:border-s-green-900\/50 {
    border-inline-start-color: rgb(20 83 45 / 0.5);
  }

  .lg\:border-s-green-900\/55 {
    border-inline-start-color: rgb(20 83 45 / 0.55);
  }

  .lg\:border-s-green-900\/60 {
    border-inline-start-color: rgb(20 83 45 / 0.6);
  }

  .lg\:border-s-green-900\/65 {
    border-inline-start-color: rgb(20 83 45 / 0.65);
  }

  .lg\:border-s-green-900\/70 {
    border-inline-start-color: rgb(20 83 45 / 0.7);
  }

  .lg\:border-s-green-900\/75 {
    border-inline-start-color: rgb(20 83 45 / 0.75);
  }

  .lg\:border-s-green-900\/80 {
    border-inline-start-color: rgb(20 83 45 / 0.8);
  }

  .lg\:border-s-green-900\/85 {
    border-inline-start-color: rgb(20 83 45 / 0.85);
  }

  .lg\:border-s-green-900\/90 {
    border-inline-start-color: rgb(20 83 45 / 0.9);
  }

  .lg\:border-s-green-900\/95 {
    border-inline-start-color: rgb(20 83 45 / 0.95);
  }

  .lg\:border-s-green-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(5 46 22 / var(--tw-border-opacity));
  }

  .lg\:border-s-green-950\/0 {
    border-inline-start-color: rgb(5 46 22 / 0);
  }

  .lg\:border-s-green-950\/10 {
    border-inline-start-color: rgb(5 46 22 / 0.1);
  }

  .lg\:border-s-green-950\/100 {
    border-inline-start-color: rgb(5 46 22 / 1);
  }

  .lg\:border-s-green-950\/15 {
    border-inline-start-color: rgb(5 46 22 / 0.15);
  }

  .lg\:border-s-green-950\/20 {
    border-inline-start-color: rgb(5 46 22 / 0.2);
  }

  .lg\:border-s-green-950\/25 {
    border-inline-start-color: rgb(5 46 22 / 0.25);
  }

  .lg\:border-s-green-950\/30 {
    border-inline-start-color: rgb(5 46 22 / 0.3);
  }

  .lg\:border-s-green-950\/35 {
    border-inline-start-color: rgb(5 46 22 / 0.35);
  }

  .lg\:border-s-green-950\/40 {
    border-inline-start-color: rgb(5 46 22 / 0.4);
  }

  .lg\:border-s-green-950\/45 {
    border-inline-start-color: rgb(5 46 22 / 0.45);
  }

  .lg\:border-s-green-950\/5 {
    border-inline-start-color: rgb(5 46 22 / 0.05);
  }

  .lg\:border-s-green-950\/50 {
    border-inline-start-color: rgb(5 46 22 / 0.5);
  }

  .lg\:border-s-green-950\/55 {
    border-inline-start-color: rgb(5 46 22 / 0.55);
  }

  .lg\:border-s-green-950\/60 {
    border-inline-start-color: rgb(5 46 22 / 0.6);
  }

  .lg\:border-s-green-950\/65 {
    border-inline-start-color: rgb(5 46 22 / 0.65);
  }

  .lg\:border-s-green-950\/70 {
    border-inline-start-color: rgb(5 46 22 / 0.7);
  }

  .lg\:border-s-green-950\/75 {
    border-inline-start-color: rgb(5 46 22 / 0.75);
  }

  .lg\:border-s-green-950\/80 {
    border-inline-start-color: rgb(5 46 22 / 0.8);
  }

  .lg\:border-s-green-950\/85 {
    border-inline-start-color: rgb(5 46 22 / 0.85);
  }

  .lg\:border-s-green-950\/90 {
    border-inline-start-color: rgb(5 46 22 / 0.9);
  }

  .lg\:border-s-green-950\/95 {
    border-inline-start-color: rgb(5 46 22 / 0.95);
  }

  .lg\:border-s-indigo-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(224 231 255 / var(--tw-border-opacity));
  }

  .lg\:border-s-indigo-100\/0 {
    border-inline-start-color: rgb(224 231 255 / 0);
  }

  .lg\:border-s-indigo-100\/10 {
    border-inline-start-color: rgb(224 231 255 / 0.1);
  }

  .lg\:border-s-indigo-100\/100 {
    border-inline-start-color: rgb(224 231 255 / 1);
  }

  .lg\:border-s-indigo-100\/15 {
    border-inline-start-color: rgb(224 231 255 / 0.15);
  }

  .lg\:border-s-indigo-100\/20 {
    border-inline-start-color: rgb(224 231 255 / 0.2);
  }

  .lg\:border-s-indigo-100\/25 {
    border-inline-start-color: rgb(224 231 255 / 0.25);
  }

  .lg\:border-s-indigo-100\/30 {
    border-inline-start-color: rgb(224 231 255 / 0.3);
  }

  .lg\:border-s-indigo-100\/35 {
    border-inline-start-color: rgb(224 231 255 / 0.35);
  }

  .lg\:border-s-indigo-100\/40 {
    border-inline-start-color: rgb(224 231 255 / 0.4);
  }

  .lg\:border-s-indigo-100\/45 {
    border-inline-start-color: rgb(224 231 255 / 0.45);
  }

  .lg\:border-s-indigo-100\/5 {
    border-inline-start-color: rgb(224 231 255 / 0.05);
  }

  .lg\:border-s-indigo-100\/50 {
    border-inline-start-color: rgb(224 231 255 / 0.5);
  }

  .lg\:border-s-indigo-100\/55 {
    border-inline-start-color: rgb(224 231 255 / 0.55);
  }

  .lg\:border-s-indigo-100\/60 {
    border-inline-start-color: rgb(224 231 255 / 0.6);
  }

  .lg\:border-s-indigo-100\/65 {
    border-inline-start-color: rgb(224 231 255 / 0.65);
  }

  .lg\:border-s-indigo-100\/70 {
    border-inline-start-color: rgb(224 231 255 / 0.7);
  }

  .lg\:border-s-indigo-100\/75 {
    border-inline-start-color: rgb(224 231 255 / 0.75);
  }

  .lg\:border-s-indigo-100\/80 {
    border-inline-start-color: rgb(224 231 255 / 0.8);
  }

  .lg\:border-s-indigo-100\/85 {
    border-inline-start-color: rgb(224 231 255 / 0.85);
  }

  .lg\:border-s-indigo-100\/90 {
    border-inline-start-color: rgb(224 231 255 / 0.9);
  }

  .lg\:border-s-indigo-100\/95 {
    border-inline-start-color: rgb(224 231 255 / 0.95);
  }

  .lg\:border-s-indigo-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(199 210 254 / var(--tw-border-opacity));
  }

  .lg\:border-s-indigo-200\/0 {
    border-inline-start-color: rgb(199 210 254 / 0);
  }

  .lg\:border-s-indigo-200\/10 {
    border-inline-start-color: rgb(199 210 254 / 0.1);
  }

  .lg\:border-s-indigo-200\/100 {
    border-inline-start-color: rgb(199 210 254 / 1);
  }

  .lg\:border-s-indigo-200\/15 {
    border-inline-start-color: rgb(199 210 254 / 0.15);
  }

  .lg\:border-s-indigo-200\/20 {
    border-inline-start-color: rgb(199 210 254 / 0.2);
  }

  .lg\:border-s-indigo-200\/25 {
    border-inline-start-color: rgb(199 210 254 / 0.25);
  }

  .lg\:border-s-indigo-200\/30 {
    border-inline-start-color: rgb(199 210 254 / 0.3);
  }

  .lg\:border-s-indigo-200\/35 {
    border-inline-start-color: rgb(199 210 254 / 0.35);
  }

  .lg\:border-s-indigo-200\/40 {
    border-inline-start-color: rgb(199 210 254 / 0.4);
  }

  .lg\:border-s-indigo-200\/45 {
    border-inline-start-color: rgb(199 210 254 / 0.45);
  }

  .lg\:border-s-indigo-200\/5 {
    border-inline-start-color: rgb(199 210 254 / 0.05);
  }

  .lg\:border-s-indigo-200\/50 {
    border-inline-start-color: rgb(199 210 254 / 0.5);
  }

  .lg\:border-s-indigo-200\/55 {
    border-inline-start-color: rgb(199 210 254 / 0.55);
  }

  .lg\:border-s-indigo-200\/60 {
    border-inline-start-color: rgb(199 210 254 / 0.6);
  }

  .lg\:border-s-indigo-200\/65 {
    border-inline-start-color: rgb(199 210 254 / 0.65);
  }

  .lg\:border-s-indigo-200\/70 {
    border-inline-start-color: rgb(199 210 254 / 0.7);
  }

  .lg\:border-s-indigo-200\/75 {
    border-inline-start-color: rgb(199 210 254 / 0.75);
  }

  .lg\:border-s-indigo-200\/80 {
    border-inline-start-color: rgb(199 210 254 / 0.8);
  }

  .lg\:border-s-indigo-200\/85 {
    border-inline-start-color: rgb(199 210 254 / 0.85);
  }

  .lg\:border-s-indigo-200\/90 {
    border-inline-start-color: rgb(199 210 254 / 0.9);
  }

  .lg\:border-s-indigo-200\/95 {
    border-inline-start-color: rgb(199 210 254 / 0.95);
  }

  .lg\:border-s-indigo-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(165 180 252 / var(--tw-border-opacity));
  }

  .lg\:border-s-indigo-300\/0 {
    border-inline-start-color: rgb(165 180 252 / 0);
  }

  .lg\:border-s-indigo-300\/10 {
    border-inline-start-color: rgb(165 180 252 / 0.1);
  }

  .lg\:border-s-indigo-300\/100 {
    border-inline-start-color: rgb(165 180 252 / 1);
  }

  .lg\:border-s-indigo-300\/15 {
    border-inline-start-color: rgb(165 180 252 / 0.15);
  }

  .lg\:border-s-indigo-300\/20 {
    border-inline-start-color: rgb(165 180 252 / 0.2);
  }

  .lg\:border-s-indigo-300\/25 {
    border-inline-start-color: rgb(165 180 252 / 0.25);
  }

  .lg\:border-s-indigo-300\/30 {
    border-inline-start-color: rgb(165 180 252 / 0.3);
  }

  .lg\:border-s-indigo-300\/35 {
    border-inline-start-color: rgb(165 180 252 / 0.35);
  }

  .lg\:border-s-indigo-300\/40 {
    border-inline-start-color: rgb(165 180 252 / 0.4);
  }

  .lg\:border-s-indigo-300\/45 {
    border-inline-start-color: rgb(165 180 252 / 0.45);
  }

  .lg\:border-s-indigo-300\/5 {
    border-inline-start-color: rgb(165 180 252 / 0.05);
  }

  .lg\:border-s-indigo-300\/50 {
    border-inline-start-color: rgb(165 180 252 / 0.5);
  }

  .lg\:border-s-indigo-300\/55 {
    border-inline-start-color: rgb(165 180 252 / 0.55);
  }

  .lg\:border-s-indigo-300\/60 {
    border-inline-start-color: rgb(165 180 252 / 0.6);
  }

  .lg\:border-s-indigo-300\/65 {
    border-inline-start-color: rgb(165 180 252 / 0.65);
  }

  .lg\:border-s-indigo-300\/70 {
    border-inline-start-color: rgb(165 180 252 / 0.7);
  }

  .lg\:border-s-indigo-300\/75 {
    border-inline-start-color: rgb(165 180 252 / 0.75);
  }

  .lg\:border-s-indigo-300\/80 {
    border-inline-start-color: rgb(165 180 252 / 0.8);
  }

  .lg\:border-s-indigo-300\/85 {
    border-inline-start-color: rgb(165 180 252 / 0.85);
  }

  .lg\:border-s-indigo-300\/90 {
    border-inline-start-color: rgb(165 180 252 / 0.9);
  }

  .lg\:border-s-indigo-300\/95 {
    border-inline-start-color: rgb(165 180 252 / 0.95);
  }

  .lg\:border-s-indigo-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(129 140 248 / var(--tw-border-opacity));
  }

  .lg\:border-s-indigo-400\/0 {
    border-inline-start-color: rgb(129 140 248 / 0);
  }

  .lg\:border-s-indigo-400\/10 {
    border-inline-start-color: rgb(129 140 248 / 0.1);
  }

  .lg\:border-s-indigo-400\/100 {
    border-inline-start-color: rgb(129 140 248 / 1);
  }

  .lg\:border-s-indigo-400\/15 {
    border-inline-start-color: rgb(129 140 248 / 0.15);
  }

  .lg\:border-s-indigo-400\/20 {
    border-inline-start-color: rgb(129 140 248 / 0.2);
  }

  .lg\:border-s-indigo-400\/25 {
    border-inline-start-color: rgb(129 140 248 / 0.25);
  }

  .lg\:border-s-indigo-400\/30 {
    border-inline-start-color: rgb(129 140 248 / 0.3);
  }

  .lg\:border-s-indigo-400\/35 {
    border-inline-start-color: rgb(129 140 248 / 0.35);
  }

  .lg\:border-s-indigo-400\/40 {
    border-inline-start-color: rgb(129 140 248 / 0.4);
  }

  .lg\:border-s-indigo-400\/45 {
    border-inline-start-color: rgb(129 140 248 / 0.45);
  }

  .lg\:border-s-indigo-400\/5 {
    border-inline-start-color: rgb(129 140 248 / 0.05);
  }

  .lg\:border-s-indigo-400\/50 {
    border-inline-start-color: rgb(129 140 248 / 0.5);
  }

  .lg\:border-s-indigo-400\/55 {
    border-inline-start-color: rgb(129 140 248 / 0.55);
  }

  .lg\:border-s-indigo-400\/60 {
    border-inline-start-color: rgb(129 140 248 / 0.6);
  }

  .lg\:border-s-indigo-400\/65 {
    border-inline-start-color: rgb(129 140 248 / 0.65);
  }

  .lg\:border-s-indigo-400\/70 {
    border-inline-start-color: rgb(129 140 248 / 0.7);
  }

  .lg\:border-s-indigo-400\/75 {
    border-inline-start-color: rgb(129 140 248 / 0.75);
  }

  .lg\:border-s-indigo-400\/80 {
    border-inline-start-color: rgb(129 140 248 / 0.8);
  }

  .lg\:border-s-indigo-400\/85 {
    border-inline-start-color: rgb(129 140 248 / 0.85);
  }

  .lg\:border-s-indigo-400\/90 {
    border-inline-start-color: rgb(129 140 248 / 0.9);
  }

  .lg\:border-s-indigo-400\/95 {
    border-inline-start-color: rgb(129 140 248 / 0.95);
  }

  .lg\:border-s-indigo-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(238 242 255 / var(--tw-border-opacity));
  }

  .lg\:border-s-indigo-50\/0 {
    border-inline-start-color: rgb(238 242 255 / 0);
  }

  .lg\:border-s-indigo-50\/10 {
    border-inline-start-color: rgb(238 242 255 / 0.1);
  }

  .lg\:border-s-indigo-50\/100 {
    border-inline-start-color: rgb(238 242 255 / 1);
  }

  .lg\:border-s-indigo-50\/15 {
    border-inline-start-color: rgb(238 242 255 / 0.15);
  }

  .lg\:border-s-indigo-50\/20 {
    border-inline-start-color: rgb(238 242 255 / 0.2);
  }

  .lg\:border-s-indigo-50\/25 {
    border-inline-start-color: rgb(238 242 255 / 0.25);
  }

  .lg\:border-s-indigo-50\/30 {
    border-inline-start-color: rgb(238 242 255 / 0.3);
  }

  .lg\:border-s-indigo-50\/35 {
    border-inline-start-color: rgb(238 242 255 / 0.35);
  }

  .lg\:border-s-indigo-50\/40 {
    border-inline-start-color: rgb(238 242 255 / 0.4);
  }

  .lg\:border-s-indigo-50\/45 {
    border-inline-start-color: rgb(238 242 255 / 0.45);
  }

  .lg\:border-s-indigo-50\/5 {
    border-inline-start-color: rgb(238 242 255 / 0.05);
  }

  .lg\:border-s-indigo-50\/50 {
    border-inline-start-color: rgb(238 242 255 / 0.5);
  }

  .lg\:border-s-indigo-50\/55 {
    border-inline-start-color: rgb(238 242 255 / 0.55);
  }

  .lg\:border-s-indigo-50\/60 {
    border-inline-start-color: rgb(238 242 255 / 0.6);
  }

  .lg\:border-s-indigo-50\/65 {
    border-inline-start-color: rgb(238 242 255 / 0.65);
  }

  .lg\:border-s-indigo-50\/70 {
    border-inline-start-color: rgb(238 242 255 / 0.7);
  }

  .lg\:border-s-indigo-50\/75 {
    border-inline-start-color: rgb(238 242 255 / 0.75);
  }

  .lg\:border-s-indigo-50\/80 {
    border-inline-start-color: rgb(238 242 255 / 0.8);
  }

  .lg\:border-s-indigo-50\/85 {
    border-inline-start-color: rgb(238 242 255 / 0.85);
  }

  .lg\:border-s-indigo-50\/90 {
    border-inline-start-color: rgb(238 242 255 / 0.9);
  }

  .lg\:border-s-indigo-50\/95 {
    border-inline-start-color: rgb(238 242 255 / 0.95);
  }

  .lg\:border-s-indigo-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(99 102 241 / var(--tw-border-opacity));
  }

  .lg\:border-s-indigo-500\/0 {
    border-inline-start-color: rgb(99 102 241 / 0);
  }

  .lg\:border-s-indigo-500\/10 {
    border-inline-start-color: rgb(99 102 241 / 0.1);
  }

  .lg\:border-s-indigo-500\/100 {
    border-inline-start-color: rgb(99 102 241 / 1);
  }

  .lg\:border-s-indigo-500\/15 {
    border-inline-start-color: rgb(99 102 241 / 0.15);
  }

  .lg\:border-s-indigo-500\/20 {
    border-inline-start-color: rgb(99 102 241 / 0.2);
  }

  .lg\:border-s-indigo-500\/25 {
    border-inline-start-color: rgb(99 102 241 / 0.25);
  }

  .lg\:border-s-indigo-500\/30 {
    border-inline-start-color: rgb(99 102 241 / 0.3);
  }

  .lg\:border-s-indigo-500\/35 {
    border-inline-start-color: rgb(99 102 241 / 0.35);
  }

  .lg\:border-s-indigo-500\/40 {
    border-inline-start-color: rgb(99 102 241 / 0.4);
  }

  .lg\:border-s-indigo-500\/45 {
    border-inline-start-color: rgb(99 102 241 / 0.45);
  }

  .lg\:border-s-indigo-500\/5 {
    border-inline-start-color: rgb(99 102 241 / 0.05);
  }

  .lg\:border-s-indigo-500\/50 {
    border-inline-start-color: rgb(99 102 241 / 0.5);
  }

  .lg\:border-s-indigo-500\/55 {
    border-inline-start-color: rgb(99 102 241 / 0.55);
  }

  .lg\:border-s-indigo-500\/60 {
    border-inline-start-color: rgb(99 102 241 / 0.6);
  }

  .lg\:border-s-indigo-500\/65 {
    border-inline-start-color: rgb(99 102 241 / 0.65);
  }

  .lg\:border-s-indigo-500\/70 {
    border-inline-start-color: rgb(99 102 241 / 0.7);
  }

  .lg\:border-s-indigo-500\/75 {
    border-inline-start-color: rgb(99 102 241 / 0.75);
  }

  .lg\:border-s-indigo-500\/80 {
    border-inline-start-color: rgb(99 102 241 / 0.8);
  }

  .lg\:border-s-indigo-500\/85 {
    border-inline-start-color: rgb(99 102 241 / 0.85);
  }

  .lg\:border-s-indigo-500\/90 {
    border-inline-start-color: rgb(99 102 241 / 0.9);
  }

  .lg\:border-s-indigo-500\/95 {
    border-inline-start-color: rgb(99 102 241 / 0.95);
  }

  .lg\:border-s-indigo-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(79 70 229 / var(--tw-border-opacity));
  }

  .lg\:border-s-indigo-600\/0 {
    border-inline-start-color: rgb(79 70 229 / 0);
  }

  .lg\:border-s-indigo-600\/10 {
    border-inline-start-color: rgb(79 70 229 / 0.1);
  }

  .lg\:border-s-indigo-600\/100 {
    border-inline-start-color: rgb(79 70 229 / 1);
  }

  .lg\:border-s-indigo-600\/15 {
    border-inline-start-color: rgb(79 70 229 / 0.15);
  }

  .lg\:border-s-indigo-600\/20 {
    border-inline-start-color: rgb(79 70 229 / 0.2);
  }

  .lg\:border-s-indigo-600\/25 {
    border-inline-start-color: rgb(79 70 229 / 0.25);
  }

  .lg\:border-s-indigo-600\/30 {
    border-inline-start-color: rgb(79 70 229 / 0.3);
  }

  .lg\:border-s-indigo-600\/35 {
    border-inline-start-color: rgb(79 70 229 / 0.35);
  }

  .lg\:border-s-indigo-600\/40 {
    border-inline-start-color: rgb(79 70 229 / 0.4);
  }

  .lg\:border-s-indigo-600\/45 {
    border-inline-start-color: rgb(79 70 229 / 0.45);
  }

  .lg\:border-s-indigo-600\/5 {
    border-inline-start-color: rgb(79 70 229 / 0.05);
  }

  .lg\:border-s-indigo-600\/50 {
    border-inline-start-color: rgb(79 70 229 / 0.5);
  }

  .lg\:border-s-indigo-600\/55 {
    border-inline-start-color: rgb(79 70 229 / 0.55);
  }

  .lg\:border-s-indigo-600\/60 {
    border-inline-start-color: rgb(79 70 229 / 0.6);
  }

  .lg\:border-s-indigo-600\/65 {
    border-inline-start-color: rgb(79 70 229 / 0.65);
  }

  .lg\:border-s-indigo-600\/70 {
    border-inline-start-color: rgb(79 70 229 / 0.7);
  }

  .lg\:border-s-indigo-600\/75 {
    border-inline-start-color: rgb(79 70 229 / 0.75);
  }

  .lg\:border-s-indigo-600\/80 {
    border-inline-start-color: rgb(79 70 229 / 0.8);
  }

  .lg\:border-s-indigo-600\/85 {
    border-inline-start-color: rgb(79 70 229 / 0.85);
  }

  .lg\:border-s-indigo-600\/90 {
    border-inline-start-color: rgb(79 70 229 / 0.9);
  }

  .lg\:border-s-indigo-600\/95 {
    border-inline-start-color: rgb(79 70 229 / 0.95);
  }

  .lg\:border-s-indigo-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(67 56 202 / var(--tw-border-opacity));
  }

  .lg\:border-s-indigo-700\/0 {
    border-inline-start-color: rgb(67 56 202 / 0);
  }

  .lg\:border-s-indigo-700\/10 {
    border-inline-start-color: rgb(67 56 202 / 0.1);
  }

  .lg\:border-s-indigo-700\/100 {
    border-inline-start-color: rgb(67 56 202 / 1);
  }

  .lg\:border-s-indigo-700\/15 {
    border-inline-start-color: rgb(67 56 202 / 0.15);
  }

  .lg\:border-s-indigo-700\/20 {
    border-inline-start-color: rgb(67 56 202 / 0.2);
  }

  .lg\:border-s-indigo-700\/25 {
    border-inline-start-color: rgb(67 56 202 / 0.25);
  }

  .lg\:border-s-indigo-700\/30 {
    border-inline-start-color: rgb(67 56 202 / 0.3);
  }

  .lg\:border-s-indigo-700\/35 {
    border-inline-start-color: rgb(67 56 202 / 0.35);
  }

  .lg\:border-s-indigo-700\/40 {
    border-inline-start-color: rgb(67 56 202 / 0.4);
  }

  .lg\:border-s-indigo-700\/45 {
    border-inline-start-color: rgb(67 56 202 / 0.45);
  }

  .lg\:border-s-indigo-700\/5 {
    border-inline-start-color: rgb(67 56 202 / 0.05);
  }

  .lg\:border-s-indigo-700\/50 {
    border-inline-start-color: rgb(67 56 202 / 0.5);
  }

  .lg\:border-s-indigo-700\/55 {
    border-inline-start-color: rgb(67 56 202 / 0.55);
  }

  .lg\:border-s-indigo-700\/60 {
    border-inline-start-color: rgb(67 56 202 / 0.6);
  }

  .lg\:border-s-indigo-700\/65 {
    border-inline-start-color: rgb(67 56 202 / 0.65);
  }

  .lg\:border-s-indigo-700\/70 {
    border-inline-start-color: rgb(67 56 202 / 0.7);
  }

  .lg\:border-s-indigo-700\/75 {
    border-inline-start-color: rgb(67 56 202 / 0.75);
  }

  .lg\:border-s-indigo-700\/80 {
    border-inline-start-color: rgb(67 56 202 / 0.8);
  }

  .lg\:border-s-indigo-700\/85 {
    border-inline-start-color: rgb(67 56 202 / 0.85);
  }

  .lg\:border-s-indigo-700\/90 {
    border-inline-start-color: rgb(67 56 202 / 0.9);
  }

  .lg\:border-s-indigo-700\/95 {
    border-inline-start-color: rgb(67 56 202 / 0.95);
  }

  .lg\:border-s-indigo-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(55 48 163 / var(--tw-border-opacity));
  }

  .lg\:border-s-indigo-800\/0 {
    border-inline-start-color: rgb(55 48 163 / 0);
  }

  .lg\:border-s-indigo-800\/10 {
    border-inline-start-color: rgb(55 48 163 / 0.1);
  }

  .lg\:border-s-indigo-800\/100 {
    border-inline-start-color: rgb(55 48 163 / 1);
  }

  .lg\:border-s-indigo-800\/15 {
    border-inline-start-color: rgb(55 48 163 / 0.15);
  }

  .lg\:border-s-indigo-800\/20 {
    border-inline-start-color: rgb(55 48 163 / 0.2);
  }

  .lg\:border-s-indigo-800\/25 {
    border-inline-start-color: rgb(55 48 163 / 0.25);
  }

  .lg\:border-s-indigo-800\/30 {
    border-inline-start-color: rgb(55 48 163 / 0.3);
  }

  .lg\:border-s-indigo-800\/35 {
    border-inline-start-color: rgb(55 48 163 / 0.35);
  }

  .lg\:border-s-indigo-800\/40 {
    border-inline-start-color: rgb(55 48 163 / 0.4);
  }

  .lg\:border-s-indigo-800\/45 {
    border-inline-start-color: rgb(55 48 163 / 0.45);
  }

  .lg\:border-s-indigo-800\/5 {
    border-inline-start-color: rgb(55 48 163 / 0.05);
  }

  .lg\:border-s-indigo-800\/50 {
    border-inline-start-color: rgb(55 48 163 / 0.5);
  }

  .lg\:border-s-indigo-800\/55 {
    border-inline-start-color: rgb(55 48 163 / 0.55);
  }

  .lg\:border-s-indigo-800\/60 {
    border-inline-start-color: rgb(55 48 163 / 0.6);
  }

  .lg\:border-s-indigo-800\/65 {
    border-inline-start-color: rgb(55 48 163 / 0.65);
  }

  .lg\:border-s-indigo-800\/70 {
    border-inline-start-color: rgb(55 48 163 / 0.7);
  }

  .lg\:border-s-indigo-800\/75 {
    border-inline-start-color: rgb(55 48 163 / 0.75);
  }

  .lg\:border-s-indigo-800\/80 {
    border-inline-start-color: rgb(55 48 163 / 0.8);
  }

  .lg\:border-s-indigo-800\/85 {
    border-inline-start-color: rgb(55 48 163 / 0.85);
  }

  .lg\:border-s-indigo-800\/90 {
    border-inline-start-color: rgb(55 48 163 / 0.9);
  }

  .lg\:border-s-indigo-800\/95 {
    border-inline-start-color: rgb(55 48 163 / 0.95);
  }

  .lg\:border-s-indigo-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(49 46 129 / var(--tw-border-opacity));
  }

  .lg\:border-s-indigo-900\/0 {
    border-inline-start-color: rgb(49 46 129 / 0);
  }

  .lg\:border-s-indigo-900\/10 {
    border-inline-start-color: rgb(49 46 129 / 0.1);
  }

  .lg\:border-s-indigo-900\/100 {
    border-inline-start-color: rgb(49 46 129 / 1);
  }

  .lg\:border-s-indigo-900\/15 {
    border-inline-start-color: rgb(49 46 129 / 0.15);
  }

  .lg\:border-s-indigo-900\/20 {
    border-inline-start-color: rgb(49 46 129 / 0.2);
  }

  .lg\:border-s-indigo-900\/25 {
    border-inline-start-color: rgb(49 46 129 / 0.25);
  }

  .lg\:border-s-indigo-900\/30 {
    border-inline-start-color: rgb(49 46 129 / 0.3);
  }

  .lg\:border-s-indigo-900\/35 {
    border-inline-start-color: rgb(49 46 129 / 0.35);
  }

  .lg\:border-s-indigo-900\/40 {
    border-inline-start-color: rgb(49 46 129 / 0.4);
  }

  .lg\:border-s-indigo-900\/45 {
    border-inline-start-color: rgb(49 46 129 / 0.45);
  }

  .lg\:border-s-indigo-900\/5 {
    border-inline-start-color: rgb(49 46 129 / 0.05);
  }

  .lg\:border-s-indigo-900\/50 {
    border-inline-start-color: rgb(49 46 129 / 0.5);
  }

  .lg\:border-s-indigo-900\/55 {
    border-inline-start-color: rgb(49 46 129 / 0.55);
  }

  .lg\:border-s-indigo-900\/60 {
    border-inline-start-color: rgb(49 46 129 / 0.6);
  }

  .lg\:border-s-indigo-900\/65 {
    border-inline-start-color: rgb(49 46 129 / 0.65);
  }

  .lg\:border-s-indigo-900\/70 {
    border-inline-start-color: rgb(49 46 129 / 0.7);
  }

  .lg\:border-s-indigo-900\/75 {
    border-inline-start-color: rgb(49 46 129 / 0.75);
  }

  .lg\:border-s-indigo-900\/80 {
    border-inline-start-color: rgb(49 46 129 / 0.8);
  }

  .lg\:border-s-indigo-900\/85 {
    border-inline-start-color: rgb(49 46 129 / 0.85);
  }

  .lg\:border-s-indigo-900\/90 {
    border-inline-start-color: rgb(49 46 129 / 0.9);
  }

  .lg\:border-s-indigo-900\/95 {
    border-inline-start-color: rgb(49 46 129 / 0.95);
  }

  .lg\:border-s-indigo-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(30 27 75 / var(--tw-border-opacity));
  }

  .lg\:border-s-indigo-950\/0 {
    border-inline-start-color: rgb(30 27 75 / 0);
  }

  .lg\:border-s-indigo-950\/10 {
    border-inline-start-color: rgb(30 27 75 / 0.1);
  }

  .lg\:border-s-indigo-950\/100 {
    border-inline-start-color: rgb(30 27 75 / 1);
  }

  .lg\:border-s-indigo-950\/15 {
    border-inline-start-color: rgb(30 27 75 / 0.15);
  }

  .lg\:border-s-indigo-950\/20 {
    border-inline-start-color: rgb(30 27 75 / 0.2);
  }

  .lg\:border-s-indigo-950\/25 {
    border-inline-start-color: rgb(30 27 75 / 0.25);
  }

  .lg\:border-s-indigo-950\/30 {
    border-inline-start-color: rgb(30 27 75 / 0.3);
  }

  .lg\:border-s-indigo-950\/35 {
    border-inline-start-color: rgb(30 27 75 / 0.35);
  }

  .lg\:border-s-indigo-950\/40 {
    border-inline-start-color: rgb(30 27 75 / 0.4);
  }

  .lg\:border-s-indigo-950\/45 {
    border-inline-start-color: rgb(30 27 75 / 0.45);
  }

  .lg\:border-s-indigo-950\/5 {
    border-inline-start-color: rgb(30 27 75 / 0.05);
  }

  .lg\:border-s-indigo-950\/50 {
    border-inline-start-color: rgb(30 27 75 / 0.5);
  }

  .lg\:border-s-indigo-950\/55 {
    border-inline-start-color: rgb(30 27 75 / 0.55);
  }

  .lg\:border-s-indigo-950\/60 {
    border-inline-start-color: rgb(30 27 75 / 0.6);
  }

  .lg\:border-s-indigo-950\/65 {
    border-inline-start-color: rgb(30 27 75 / 0.65);
  }

  .lg\:border-s-indigo-950\/70 {
    border-inline-start-color: rgb(30 27 75 / 0.7);
  }

  .lg\:border-s-indigo-950\/75 {
    border-inline-start-color: rgb(30 27 75 / 0.75);
  }

  .lg\:border-s-indigo-950\/80 {
    border-inline-start-color: rgb(30 27 75 / 0.8);
  }

  .lg\:border-s-indigo-950\/85 {
    border-inline-start-color: rgb(30 27 75 / 0.85);
  }

  .lg\:border-s-indigo-950\/90 {
    border-inline-start-color: rgb(30 27 75 / 0.9);
  }

  .lg\:border-s-indigo-950\/95 {
    border-inline-start-color: rgb(30 27 75 / 0.95);
  }

  .lg\:border-s-inherit {
    border-inline-start-color: inherit;
  }

  .lg\:border-s-lime-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(236 252 203 / var(--tw-border-opacity));
  }

  .lg\:border-s-lime-100\/0 {
    border-inline-start-color: rgb(236 252 203 / 0);
  }

  .lg\:border-s-lime-100\/10 {
    border-inline-start-color: rgb(236 252 203 / 0.1);
  }

  .lg\:border-s-lime-100\/100 {
    border-inline-start-color: rgb(236 252 203 / 1);
  }

  .lg\:border-s-lime-100\/15 {
    border-inline-start-color: rgb(236 252 203 / 0.15);
  }

  .lg\:border-s-lime-100\/20 {
    border-inline-start-color: rgb(236 252 203 / 0.2);
  }

  .lg\:border-s-lime-100\/25 {
    border-inline-start-color: rgb(236 252 203 / 0.25);
  }

  .lg\:border-s-lime-100\/30 {
    border-inline-start-color: rgb(236 252 203 / 0.3);
  }

  .lg\:border-s-lime-100\/35 {
    border-inline-start-color: rgb(236 252 203 / 0.35);
  }

  .lg\:border-s-lime-100\/40 {
    border-inline-start-color: rgb(236 252 203 / 0.4);
  }

  .lg\:border-s-lime-100\/45 {
    border-inline-start-color: rgb(236 252 203 / 0.45);
  }

  .lg\:border-s-lime-100\/5 {
    border-inline-start-color: rgb(236 252 203 / 0.05);
  }

  .lg\:border-s-lime-100\/50 {
    border-inline-start-color: rgb(236 252 203 / 0.5);
  }

  .lg\:border-s-lime-100\/55 {
    border-inline-start-color: rgb(236 252 203 / 0.55);
  }

  .lg\:border-s-lime-100\/60 {
    border-inline-start-color: rgb(236 252 203 / 0.6);
  }

  .lg\:border-s-lime-100\/65 {
    border-inline-start-color: rgb(236 252 203 / 0.65);
  }

  .lg\:border-s-lime-100\/70 {
    border-inline-start-color: rgb(236 252 203 / 0.7);
  }

  .lg\:border-s-lime-100\/75 {
    border-inline-start-color: rgb(236 252 203 / 0.75);
  }

  .lg\:border-s-lime-100\/80 {
    border-inline-start-color: rgb(236 252 203 / 0.8);
  }

  .lg\:border-s-lime-100\/85 {
    border-inline-start-color: rgb(236 252 203 / 0.85);
  }

  .lg\:border-s-lime-100\/90 {
    border-inline-start-color: rgb(236 252 203 / 0.9);
  }

  .lg\:border-s-lime-100\/95 {
    border-inline-start-color: rgb(236 252 203 / 0.95);
  }

  .lg\:border-s-lime-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(217 249 157 / var(--tw-border-opacity));
  }

  .lg\:border-s-lime-200\/0 {
    border-inline-start-color: rgb(217 249 157 / 0);
  }

  .lg\:border-s-lime-200\/10 {
    border-inline-start-color: rgb(217 249 157 / 0.1);
  }

  .lg\:border-s-lime-200\/100 {
    border-inline-start-color: rgb(217 249 157 / 1);
  }

  .lg\:border-s-lime-200\/15 {
    border-inline-start-color: rgb(217 249 157 / 0.15);
  }

  .lg\:border-s-lime-200\/20 {
    border-inline-start-color: rgb(217 249 157 / 0.2);
  }

  .lg\:border-s-lime-200\/25 {
    border-inline-start-color: rgb(217 249 157 / 0.25);
  }

  .lg\:border-s-lime-200\/30 {
    border-inline-start-color: rgb(217 249 157 / 0.3);
  }

  .lg\:border-s-lime-200\/35 {
    border-inline-start-color: rgb(217 249 157 / 0.35);
  }

  .lg\:border-s-lime-200\/40 {
    border-inline-start-color: rgb(217 249 157 / 0.4);
  }

  .lg\:border-s-lime-200\/45 {
    border-inline-start-color: rgb(217 249 157 / 0.45);
  }

  .lg\:border-s-lime-200\/5 {
    border-inline-start-color: rgb(217 249 157 / 0.05);
  }

  .lg\:border-s-lime-200\/50 {
    border-inline-start-color: rgb(217 249 157 / 0.5);
  }

  .lg\:border-s-lime-200\/55 {
    border-inline-start-color: rgb(217 249 157 / 0.55);
  }

  .lg\:border-s-lime-200\/60 {
    border-inline-start-color: rgb(217 249 157 / 0.6);
  }

  .lg\:border-s-lime-200\/65 {
    border-inline-start-color: rgb(217 249 157 / 0.65);
  }

  .lg\:border-s-lime-200\/70 {
    border-inline-start-color: rgb(217 249 157 / 0.7);
  }

  .lg\:border-s-lime-200\/75 {
    border-inline-start-color: rgb(217 249 157 / 0.75);
  }

  .lg\:border-s-lime-200\/80 {
    border-inline-start-color: rgb(217 249 157 / 0.8);
  }

  .lg\:border-s-lime-200\/85 {
    border-inline-start-color: rgb(217 249 157 / 0.85);
  }

  .lg\:border-s-lime-200\/90 {
    border-inline-start-color: rgb(217 249 157 / 0.9);
  }

  .lg\:border-s-lime-200\/95 {
    border-inline-start-color: rgb(217 249 157 / 0.95);
  }

  .lg\:border-s-lime-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(190 242 100 / var(--tw-border-opacity));
  }

  .lg\:border-s-lime-300\/0 {
    border-inline-start-color: rgb(190 242 100 / 0);
  }

  .lg\:border-s-lime-300\/10 {
    border-inline-start-color: rgb(190 242 100 / 0.1);
  }

  .lg\:border-s-lime-300\/100 {
    border-inline-start-color: rgb(190 242 100 / 1);
  }

  .lg\:border-s-lime-300\/15 {
    border-inline-start-color: rgb(190 242 100 / 0.15);
  }

  .lg\:border-s-lime-300\/20 {
    border-inline-start-color: rgb(190 242 100 / 0.2);
  }

  .lg\:border-s-lime-300\/25 {
    border-inline-start-color: rgb(190 242 100 / 0.25);
  }

  .lg\:border-s-lime-300\/30 {
    border-inline-start-color: rgb(190 242 100 / 0.3);
  }

  .lg\:border-s-lime-300\/35 {
    border-inline-start-color: rgb(190 242 100 / 0.35);
  }

  .lg\:border-s-lime-300\/40 {
    border-inline-start-color: rgb(190 242 100 / 0.4);
  }

  .lg\:border-s-lime-300\/45 {
    border-inline-start-color: rgb(190 242 100 / 0.45);
  }

  .lg\:border-s-lime-300\/5 {
    border-inline-start-color: rgb(190 242 100 / 0.05);
  }

  .lg\:border-s-lime-300\/50 {
    border-inline-start-color: rgb(190 242 100 / 0.5);
  }

  .lg\:border-s-lime-300\/55 {
    border-inline-start-color: rgb(190 242 100 / 0.55);
  }

  .lg\:border-s-lime-300\/60 {
    border-inline-start-color: rgb(190 242 100 / 0.6);
  }

  .lg\:border-s-lime-300\/65 {
    border-inline-start-color: rgb(190 242 100 / 0.65);
  }

  .lg\:border-s-lime-300\/70 {
    border-inline-start-color: rgb(190 242 100 / 0.7);
  }

  .lg\:border-s-lime-300\/75 {
    border-inline-start-color: rgb(190 242 100 / 0.75);
  }

  .lg\:border-s-lime-300\/80 {
    border-inline-start-color: rgb(190 242 100 / 0.8);
  }

  .lg\:border-s-lime-300\/85 {
    border-inline-start-color: rgb(190 242 100 / 0.85);
  }

  .lg\:border-s-lime-300\/90 {
    border-inline-start-color: rgb(190 242 100 / 0.9);
  }

  .lg\:border-s-lime-300\/95 {
    border-inline-start-color: rgb(190 242 100 / 0.95);
  }

  .lg\:border-s-lime-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(163 230 53 / var(--tw-border-opacity));
  }

  .lg\:border-s-lime-400\/0 {
    border-inline-start-color: rgb(163 230 53 / 0);
  }

  .lg\:border-s-lime-400\/10 {
    border-inline-start-color: rgb(163 230 53 / 0.1);
  }

  .lg\:border-s-lime-400\/100 {
    border-inline-start-color: rgb(163 230 53 / 1);
  }

  .lg\:border-s-lime-400\/15 {
    border-inline-start-color: rgb(163 230 53 / 0.15);
  }

  .lg\:border-s-lime-400\/20 {
    border-inline-start-color: rgb(163 230 53 / 0.2);
  }

  .lg\:border-s-lime-400\/25 {
    border-inline-start-color: rgb(163 230 53 / 0.25);
  }

  .lg\:border-s-lime-400\/30 {
    border-inline-start-color: rgb(163 230 53 / 0.3);
  }

  .lg\:border-s-lime-400\/35 {
    border-inline-start-color: rgb(163 230 53 / 0.35);
  }

  .lg\:border-s-lime-400\/40 {
    border-inline-start-color: rgb(163 230 53 / 0.4);
  }

  .lg\:border-s-lime-400\/45 {
    border-inline-start-color: rgb(163 230 53 / 0.45);
  }

  .lg\:border-s-lime-400\/5 {
    border-inline-start-color: rgb(163 230 53 / 0.05);
  }

  .lg\:border-s-lime-400\/50 {
    border-inline-start-color: rgb(163 230 53 / 0.5);
  }

  .lg\:border-s-lime-400\/55 {
    border-inline-start-color: rgb(163 230 53 / 0.55);
  }

  .lg\:border-s-lime-400\/60 {
    border-inline-start-color: rgb(163 230 53 / 0.6);
  }

  .lg\:border-s-lime-400\/65 {
    border-inline-start-color: rgb(163 230 53 / 0.65);
  }

  .lg\:border-s-lime-400\/70 {
    border-inline-start-color: rgb(163 230 53 / 0.7);
  }

  .lg\:border-s-lime-400\/75 {
    border-inline-start-color: rgb(163 230 53 / 0.75);
  }

  .lg\:border-s-lime-400\/80 {
    border-inline-start-color: rgb(163 230 53 / 0.8);
  }

  .lg\:border-s-lime-400\/85 {
    border-inline-start-color: rgb(163 230 53 / 0.85);
  }

  .lg\:border-s-lime-400\/90 {
    border-inline-start-color: rgb(163 230 53 / 0.9);
  }

  .lg\:border-s-lime-400\/95 {
    border-inline-start-color: rgb(163 230 53 / 0.95);
  }

  .lg\:border-s-lime-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(247 254 231 / var(--tw-border-opacity));
  }

  .lg\:border-s-lime-50\/0 {
    border-inline-start-color: rgb(247 254 231 / 0);
  }

  .lg\:border-s-lime-50\/10 {
    border-inline-start-color: rgb(247 254 231 / 0.1);
  }

  .lg\:border-s-lime-50\/100 {
    border-inline-start-color: rgb(247 254 231 / 1);
  }

  .lg\:border-s-lime-50\/15 {
    border-inline-start-color: rgb(247 254 231 / 0.15);
  }

  .lg\:border-s-lime-50\/20 {
    border-inline-start-color: rgb(247 254 231 / 0.2);
  }

  .lg\:border-s-lime-50\/25 {
    border-inline-start-color: rgb(247 254 231 / 0.25);
  }

  .lg\:border-s-lime-50\/30 {
    border-inline-start-color: rgb(247 254 231 / 0.3);
  }

  .lg\:border-s-lime-50\/35 {
    border-inline-start-color: rgb(247 254 231 / 0.35);
  }

  .lg\:border-s-lime-50\/40 {
    border-inline-start-color: rgb(247 254 231 / 0.4);
  }

  .lg\:border-s-lime-50\/45 {
    border-inline-start-color: rgb(247 254 231 / 0.45);
  }

  .lg\:border-s-lime-50\/5 {
    border-inline-start-color: rgb(247 254 231 / 0.05);
  }

  .lg\:border-s-lime-50\/50 {
    border-inline-start-color: rgb(247 254 231 / 0.5);
  }

  .lg\:border-s-lime-50\/55 {
    border-inline-start-color: rgb(247 254 231 / 0.55);
  }

  .lg\:border-s-lime-50\/60 {
    border-inline-start-color: rgb(247 254 231 / 0.6);
  }

  .lg\:border-s-lime-50\/65 {
    border-inline-start-color: rgb(247 254 231 / 0.65);
  }

  .lg\:border-s-lime-50\/70 {
    border-inline-start-color: rgb(247 254 231 / 0.7);
  }

  .lg\:border-s-lime-50\/75 {
    border-inline-start-color: rgb(247 254 231 / 0.75);
  }

  .lg\:border-s-lime-50\/80 {
    border-inline-start-color: rgb(247 254 231 / 0.8);
  }

  .lg\:border-s-lime-50\/85 {
    border-inline-start-color: rgb(247 254 231 / 0.85);
  }

  .lg\:border-s-lime-50\/90 {
    border-inline-start-color: rgb(247 254 231 / 0.9);
  }

  .lg\:border-s-lime-50\/95 {
    border-inline-start-color: rgb(247 254 231 / 0.95);
  }

  .lg\:border-s-lime-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(132 204 22 / var(--tw-border-opacity));
  }

  .lg\:border-s-lime-500\/0 {
    border-inline-start-color: rgb(132 204 22 / 0);
  }

  .lg\:border-s-lime-500\/10 {
    border-inline-start-color: rgb(132 204 22 / 0.1);
  }

  .lg\:border-s-lime-500\/100 {
    border-inline-start-color: rgb(132 204 22 / 1);
  }

  .lg\:border-s-lime-500\/15 {
    border-inline-start-color: rgb(132 204 22 / 0.15);
  }

  .lg\:border-s-lime-500\/20 {
    border-inline-start-color: rgb(132 204 22 / 0.2);
  }

  .lg\:border-s-lime-500\/25 {
    border-inline-start-color: rgb(132 204 22 / 0.25);
  }

  .lg\:border-s-lime-500\/30 {
    border-inline-start-color: rgb(132 204 22 / 0.3);
  }

  .lg\:border-s-lime-500\/35 {
    border-inline-start-color: rgb(132 204 22 / 0.35);
  }

  .lg\:border-s-lime-500\/40 {
    border-inline-start-color: rgb(132 204 22 / 0.4);
  }

  .lg\:border-s-lime-500\/45 {
    border-inline-start-color: rgb(132 204 22 / 0.45);
  }

  .lg\:border-s-lime-500\/5 {
    border-inline-start-color: rgb(132 204 22 / 0.05);
  }

  .lg\:border-s-lime-500\/50 {
    border-inline-start-color: rgb(132 204 22 / 0.5);
  }

  .lg\:border-s-lime-500\/55 {
    border-inline-start-color: rgb(132 204 22 / 0.55);
  }

  .lg\:border-s-lime-500\/60 {
    border-inline-start-color: rgb(132 204 22 / 0.6);
  }

  .lg\:border-s-lime-500\/65 {
    border-inline-start-color: rgb(132 204 22 / 0.65);
  }

  .lg\:border-s-lime-500\/70 {
    border-inline-start-color: rgb(132 204 22 / 0.7);
  }

  .lg\:border-s-lime-500\/75 {
    border-inline-start-color: rgb(132 204 22 / 0.75);
  }

  .lg\:border-s-lime-500\/80 {
    border-inline-start-color: rgb(132 204 22 / 0.8);
  }

  .lg\:border-s-lime-500\/85 {
    border-inline-start-color: rgb(132 204 22 / 0.85);
  }

  .lg\:border-s-lime-500\/90 {
    border-inline-start-color: rgb(132 204 22 / 0.9);
  }

  .lg\:border-s-lime-500\/95 {
    border-inline-start-color: rgb(132 204 22 / 0.95);
  }

  .lg\:border-s-lime-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(101 163 13 / var(--tw-border-opacity));
  }

  .lg\:border-s-lime-600\/0 {
    border-inline-start-color: rgb(101 163 13 / 0);
  }

  .lg\:border-s-lime-600\/10 {
    border-inline-start-color: rgb(101 163 13 / 0.1);
  }

  .lg\:border-s-lime-600\/100 {
    border-inline-start-color: rgb(101 163 13 / 1);
  }

  .lg\:border-s-lime-600\/15 {
    border-inline-start-color: rgb(101 163 13 / 0.15);
  }

  .lg\:border-s-lime-600\/20 {
    border-inline-start-color: rgb(101 163 13 / 0.2);
  }

  .lg\:border-s-lime-600\/25 {
    border-inline-start-color: rgb(101 163 13 / 0.25);
  }

  .lg\:border-s-lime-600\/30 {
    border-inline-start-color: rgb(101 163 13 / 0.3);
  }

  .lg\:border-s-lime-600\/35 {
    border-inline-start-color: rgb(101 163 13 / 0.35);
  }

  .lg\:border-s-lime-600\/40 {
    border-inline-start-color: rgb(101 163 13 / 0.4);
  }

  .lg\:border-s-lime-600\/45 {
    border-inline-start-color: rgb(101 163 13 / 0.45);
  }

  .lg\:border-s-lime-600\/5 {
    border-inline-start-color: rgb(101 163 13 / 0.05);
  }

  .lg\:border-s-lime-600\/50 {
    border-inline-start-color: rgb(101 163 13 / 0.5);
  }

  .lg\:border-s-lime-600\/55 {
    border-inline-start-color: rgb(101 163 13 / 0.55);
  }

  .lg\:border-s-lime-600\/60 {
    border-inline-start-color: rgb(101 163 13 / 0.6);
  }

  .lg\:border-s-lime-600\/65 {
    border-inline-start-color: rgb(101 163 13 / 0.65);
  }

  .lg\:border-s-lime-600\/70 {
    border-inline-start-color: rgb(101 163 13 / 0.7);
  }

  .lg\:border-s-lime-600\/75 {
    border-inline-start-color: rgb(101 163 13 / 0.75);
  }

  .lg\:border-s-lime-600\/80 {
    border-inline-start-color: rgb(101 163 13 / 0.8);
  }

  .lg\:border-s-lime-600\/85 {
    border-inline-start-color: rgb(101 163 13 / 0.85);
  }

  .lg\:border-s-lime-600\/90 {
    border-inline-start-color: rgb(101 163 13 / 0.9);
  }

  .lg\:border-s-lime-600\/95 {
    border-inline-start-color: rgb(101 163 13 / 0.95);
  }

  .lg\:border-s-lime-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(77 124 15 / var(--tw-border-opacity));
  }

  .lg\:border-s-lime-700\/0 {
    border-inline-start-color: rgb(77 124 15 / 0);
  }

  .lg\:border-s-lime-700\/10 {
    border-inline-start-color: rgb(77 124 15 / 0.1);
  }

  .lg\:border-s-lime-700\/100 {
    border-inline-start-color: rgb(77 124 15 / 1);
  }

  .lg\:border-s-lime-700\/15 {
    border-inline-start-color: rgb(77 124 15 / 0.15);
  }

  .lg\:border-s-lime-700\/20 {
    border-inline-start-color: rgb(77 124 15 / 0.2);
  }

  .lg\:border-s-lime-700\/25 {
    border-inline-start-color: rgb(77 124 15 / 0.25);
  }

  .lg\:border-s-lime-700\/30 {
    border-inline-start-color: rgb(77 124 15 / 0.3);
  }

  .lg\:border-s-lime-700\/35 {
    border-inline-start-color: rgb(77 124 15 / 0.35);
  }

  .lg\:border-s-lime-700\/40 {
    border-inline-start-color: rgb(77 124 15 / 0.4);
  }

  .lg\:border-s-lime-700\/45 {
    border-inline-start-color: rgb(77 124 15 / 0.45);
  }

  .lg\:border-s-lime-700\/5 {
    border-inline-start-color: rgb(77 124 15 / 0.05);
  }

  .lg\:border-s-lime-700\/50 {
    border-inline-start-color: rgb(77 124 15 / 0.5);
  }

  .lg\:border-s-lime-700\/55 {
    border-inline-start-color: rgb(77 124 15 / 0.55);
  }

  .lg\:border-s-lime-700\/60 {
    border-inline-start-color: rgb(77 124 15 / 0.6);
  }

  .lg\:border-s-lime-700\/65 {
    border-inline-start-color: rgb(77 124 15 / 0.65);
  }

  .lg\:border-s-lime-700\/70 {
    border-inline-start-color: rgb(77 124 15 / 0.7);
  }

  .lg\:border-s-lime-700\/75 {
    border-inline-start-color: rgb(77 124 15 / 0.75);
  }

  .lg\:border-s-lime-700\/80 {
    border-inline-start-color: rgb(77 124 15 / 0.8);
  }

  .lg\:border-s-lime-700\/85 {
    border-inline-start-color: rgb(77 124 15 / 0.85);
  }

  .lg\:border-s-lime-700\/90 {
    border-inline-start-color: rgb(77 124 15 / 0.9);
  }

  .lg\:border-s-lime-700\/95 {
    border-inline-start-color: rgb(77 124 15 / 0.95);
  }

  .lg\:border-s-lime-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(63 98 18 / var(--tw-border-opacity));
  }

  .lg\:border-s-lime-800\/0 {
    border-inline-start-color: rgb(63 98 18 / 0);
  }

  .lg\:border-s-lime-800\/10 {
    border-inline-start-color: rgb(63 98 18 / 0.1);
  }

  .lg\:border-s-lime-800\/100 {
    border-inline-start-color: rgb(63 98 18 / 1);
  }

  .lg\:border-s-lime-800\/15 {
    border-inline-start-color: rgb(63 98 18 / 0.15);
  }

  .lg\:border-s-lime-800\/20 {
    border-inline-start-color: rgb(63 98 18 / 0.2);
  }

  .lg\:border-s-lime-800\/25 {
    border-inline-start-color: rgb(63 98 18 / 0.25);
  }

  .lg\:border-s-lime-800\/30 {
    border-inline-start-color: rgb(63 98 18 / 0.3);
  }

  .lg\:border-s-lime-800\/35 {
    border-inline-start-color: rgb(63 98 18 / 0.35);
  }

  .lg\:border-s-lime-800\/40 {
    border-inline-start-color: rgb(63 98 18 / 0.4);
  }

  .lg\:border-s-lime-800\/45 {
    border-inline-start-color: rgb(63 98 18 / 0.45);
  }

  .lg\:border-s-lime-800\/5 {
    border-inline-start-color: rgb(63 98 18 / 0.05);
  }

  .lg\:border-s-lime-800\/50 {
    border-inline-start-color: rgb(63 98 18 / 0.5);
  }

  .lg\:border-s-lime-800\/55 {
    border-inline-start-color: rgb(63 98 18 / 0.55);
  }

  .lg\:border-s-lime-800\/60 {
    border-inline-start-color: rgb(63 98 18 / 0.6);
  }

  .lg\:border-s-lime-800\/65 {
    border-inline-start-color: rgb(63 98 18 / 0.65);
  }

  .lg\:border-s-lime-800\/70 {
    border-inline-start-color: rgb(63 98 18 / 0.7);
  }

  .lg\:border-s-lime-800\/75 {
    border-inline-start-color: rgb(63 98 18 / 0.75);
  }

  .lg\:border-s-lime-800\/80 {
    border-inline-start-color: rgb(63 98 18 / 0.8);
  }

  .lg\:border-s-lime-800\/85 {
    border-inline-start-color: rgb(63 98 18 / 0.85);
  }

  .lg\:border-s-lime-800\/90 {
    border-inline-start-color: rgb(63 98 18 / 0.9);
  }

  .lg\:border-s-lime-800\/95 {
    border-inline-start-color: rgb(63 98 18 / 0.95);
  }

  .lg\:border-s-lime-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(54 83 20 / var(--tw-border-opacity));
  }

  .lg\:border-s-lime-900\/0 {
    border-inline-start-color: rgb(54 83 20 / 0);
  }

  .lg\:border-s-lime-900\/10 {
    border-inline-start-color: rgb(54 83 20 / 0.1);
  }

  .lg\:border-s-lime-900\/100 {
    border-inline-start-color: rgb(54 83 20 / 1);
  }

  .lg\:border-s-lime-900\/15 {
    border-inline-start-color: rgb(54 83 20 / 0.15);
  }

  .lg\:border-s-lime-900\/20 {
    border-inline-start-color: rgb(54 83 20 / 0.2);
  }

  .lg\:border-s-lime-900\/25 {
    border-inline-start-color: rgb(54 83 20 / 0.25);
  }

  .lg\:border-s-lime-900\/30 {
    border-inline-start-color: rgb(54 83 20 / 0.3);
  }

  .lg\:border-s-lime-900\/35 {
    border-inline-start-color: rgb(54 83 20 / 0.35);
  }

  .lg\:border-s-lime-900\/40 {
    border-inline-start-color: rgb(54 83 20 / 0.4);
  }

  .lg\:border-s-lime-900\/45 {
    border-inline-start-color: rgb(54 83 20 / 0.45);
  }

  .lg\:border-s-lime-900\/5 {
    border-inline-start-color: rgb(54 83 20 / 0.05);
  }

  .lg\:border-s-lime-900\/50 {
    border-inline-start-color: rgb(54 83 20 / 0.5);
  }

  .lg\:border-s-lime-900\/55 {
    border-inline-start-color: rgb(54 83 20 / 0.55);
  }

  .lg\:border-s-lime-900\/60 {
    border-inline-start-color: rgb(54 83 20 / 0.6);
  }

  .lg\:border-s-lime-900\/65 {
    border-inline-start-color: rgb(54 83 20 / 0.65);
  }

  .lg\:border-s-lime-900\/70 {
    border-inline-start-color: rgb(54 83 20 / 0.7);
  }

  .lg\:border-s-lime-900\/75 {
    border-inline-start-color: rgb(54 83 20 / 0.75);
  }

  .lg\:border-s-lime-900\/80 {
    border-inline-start-color: rgb(54 83 20 / 0.8);
  }

  .lg\:border-s-lime-900\/85 {
    border-inline-start-color: rgb(54 83 20 / 0.85);
  }

  .lg\:border-s-lime-900\/90 {
    border-inline-start-color: rgb(54 83 20 / 0.9);
  }

  .lg\:border-s-lime-900\/95 {
    border-inline-start-color: rgb(54 83 20 / 0.95);
  }

  .lg\:border-s-lime-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(26 46 5 / var(--tw-border-opacity));
  }

  .lg\:border-s-lime-950\/0 {
    border-inline-start-color: rgb(26 46 5 / 0);
  }

  .lg\:border-s-lime-950\/10 {
    border-inline-start-color: rgb(26 46 5 / 0.1);
  }

  .lg\:border-s-lime-950\/100 {
    border-inline-start-color: rgb(26 46 5 / 1);
  }

  .lg\:border-s-lime-950\/15 {
    border-inline-start-color: rgb(26 46 5 / 0.15);
  }

  .lg\:border-s-lime-950\/20 {
    border-inline-start-color: rgb(26 46 5 / 0.2);
  }

  .lg\:border-s-lime-950\/25 {
    border-inline-start-color: rgb(26 46 5 / 0.25);
  }

  .lg\:border-s-lime-950\/30 {
    border-inline-start-color: rgb(26 46 5 / 0.3);
  }

  .lg\:border-s-lime-950\/35 {
    border-inline-start-color: rgb(26 46 5 / 0.35);
  }

  .lg\:border-s-lime-950\/40 {
    border-inline-start-color: rgb(26 46 5 / 0.4);
  }

  .lg\:border-s-lime-950\/45 {
    border-inline-start-color: rgb(26 46 5 / 0.45);
  }

  .lg\:border-s-lime-950\/5 {
    border-inline-start-color: rgb(26 46 5 / 0.05);
  }

  .lg\:border-s-lime-950\/50 {
    border-inline-start-color: rgb(26 46 5 / 0.5);
  }

  .lg\:border-s-lime-950\/55 {
    border-inline-start-color: rgb(26 46 5 / 0.55);
  }

  .lg\:border-s-lime-950\/60 {
    border-inline-start-color: rgb(26 46 5 / 0.6);
  }

  .lg\:border-s-lime-950\/65 {
    border-inline-start-color: rgb(26 46 5 / 0.65);
  }

  .lg\:border-s-lime-950\/70 {
    border-inline-start-color: rgb(26 46 5 / 0.7);
  }

  .lg\:border-s-lime-950\/75 {
    border-inline-start-color: rgb(26 46 5 / 0.75);
  }

  .lg\:border-s-lime-950\/80 {
    border-inline-start-color: rgb(26 46 5 / 0.8);
  }

  .lg\:border-s-lime-950\/85 {
    border-inline-start-color: rgb(26 46 5 / 0.85);
  }

  .lg\:border-s-lime-950\/90 {
    border-inline-start-color: rgb(26 46 5 / 0.9);
  }

  .lg\:border-s-lime-950\/95 {
    border-inline-start-color: rgb(26 46 5 / 0.95);
  }

  .lg\:border-s-neutral-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(245 245 245 / var(--tw-border-opacity));
  }

  .lg\:border-s-neutral-100\/0 {
    border-inline-start-color: rgb(245 245 245 / 0);
  }

  .lg\:border-s-neutral-100\/10 {
    border-inline-start-color: rgb(245 245 245 / 0.1);
  }

  .lg\:border-s-neutral-100\/100 {
    border-inline-start-color: rgb(245 245 245 / 1);
  }

  .lg\:border-s-neutral-100\/15 {
    border-inline-start-color: rgb(245 245 245 / 0.15);
  }

  .lg\:border-s-neutral-100\/20 {
    border-inline-start-color: rgb(245 245 245 / 0.2);
  }

  .lg\:border-s-neutral-100\/25 {
    border-inline-start-color: rgb(245 245 245 / 0.25);
  }

  .lg\:border-s-neutral-100\/30 {
    border-inline-start-color: rgb(245 245 245 / 0.3);
  }

  .lg\:border-s-neutral-100\/35 {
    border-inline-start-color: rgb(245 245 245 / 0.35);
  }

  .lg\:border-s-neutral-100\/40 {
    border-inline-start-color: rgb(245 245 245 / 0.4);
  }

  .lg\:border-s-neutral-100\/45 {
    border-inline-start-color: rgb(245 245 245 / 0.45);
  }

  .lg\:border-s-neutral-100\/5 {
    border-inline-start-color: rgb(245 245 245 / 0.05);
  }

  .lg\:border-s-neutral-100\/50 {
    border-inline-start-color: rgb(245 245 245 / 0.5);
  }

  .lg\:border-s-neutral-100\/55 {
    border-inline-start-color: rgb(245 245 245 / 0.55);
  }

  .lg\:border-s-neutral-100\/60 {
    border-inline-start-color: rgb(245 245 245 / 0.6);
  }

  .lg\:border-s-neutral-100\/65 {
    border-inline-start-color: rgb(245 245 245 / 0.65);
  }

  .lg\:border-s-neutral-100\/70 {
    border-inline-start-color: rgb(245 245 245 / 0.7);
  }

  .lg\:border-s-neutral-100\/75 {
    border-inline-start-color: rgb(245 245 245 / 0.75);
  }

  .lg\:border-s-neutral-100\/80 {
    border-inline-start-color: rgb(245 245 245 / 0.8);
  }

  .lg\:border-s-neutral-100\/85 {
    border-inline-start-color: rgb(245 245 245 / 0.85);
  }

  .lg\:border-s-neutral-100\/90 {
    border-inline-start-color: rgb(245 245 245 / 0.9);
  }

  .lg\:border-s-neutral-100\/95 {
    border-inline-start-color: rgb(245 245 245 / 0.95);
  }

  .lg\:border-s-neutral-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(229 229 229 / var(--tw-border-opacity));
  }

  .lg\:border-s-neutral-200\/0 {
    border-inline-start-color: rgb(229 229 229 / 0);
  }

  .lg\:border-s-neutral-200\/10 {
    border-inline-start-color: rgb(229 229 229 / 0.1);
  }

  .lg\:border-s-neutral-200\/100 {
    border-inline-start-color: rgb(229 229 229 / 1);
  }

  .lg\:border-s-neutral-200\/15 {
    border-inline-start-color: rgb(229 229 229 / 0.15);
  }

  .lg\:border-s-neutral-200\/20 {
    border-inline-start-color: rgb(229 229 229 / 0.2);
  }

  .lg\:border-s-neutral-200\/25 {
    border-inline-start-color: rgb(229 229 229 / 0.25);
  }

  .lg\:border-s-neutral-200\/30 {
    border-inline-start-color: rgb(229 229 229 / 0.3);
  }

  .lg\:border-s-neutral-200\/35 {
    border-inline-start-color: rgb(229 229 229 / 0.35);
  }

  .lg\:border-s-neutral-200\/40 {
    border-inline-start-color: rgb(229 229 229 / 0.4);
  }

  .lg\:border-s-neutral-200\/45 {
    border-inline-start-color: rgb(229 229 229 / 0.45);
  }

  .lg\:border-s-neutral-200\/5 {
    border-inline-start-color: rgb(229 229 229 / 0.05);
  }

  .lg\:border-s-neutral-200\/50 {
    border-inline-start-color: rgb(229 229 229 / 0.5);
  }

  .lg\:border-s-neutral-200\/55 {
    border-inline-start-color: rgb(229 229 229 / 0.55);
  }

  .lg\:border-s-neutral-200\/60 {
    border-inline-start-color: rgb(229 229 229 / 0.6);
  }

  .lg\:border-s-neutral-200\/65 {
    border-inline-start-color: rgb(229 229 229 / 0.65);
  }

  .lg\:border-s-neutral-200\/70 {
    border-inline-start-color: rgb(229 229 229 / 0.7);
  }

  .lg\:border-s-neutral-200\/75 {
    border-inline-start-color: rgb(229 229 229 / 0.75);
  }

  .lg\:border-s-neutral-200\/80 {
    border-inline-start-color: rgb(229 229 229 / 0.8);
  }

  .lg\:border-s-neutral-200\/85 {
    border-inline-start-color: rgb(229 229 229 / 0.85);
  }

  .lg\:border-s-neutral-200\/90 {
    border-inline-start-color: rgb(229 229 229 / 0.9);
  }

  .lg\:border-s-neutral-200\/95 {
    border-inline-start-color: rgb(229 229 229 / 0.95);
  }

  .lg\:border-s-neutral-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(212 212 212 / var(--tw-border-opacity));
  }

  .lg\:border-s-neutral-300\/0 {
    border-inline-start-color: rgb(212 212 212 / 0);
  }

  .lg\:border-s-neutral-300\/10 {
    border-inline-start-color: rgb(212 212 212 / 0.1);
  }

  .lg\:border-s-neutral-300\/100 {
    border-inline-start-color: rgb(212 212 212 / 1);
  }

  .lg\:border-s-neutral-300\/15 {
    border-inline-start-color: rgb(212 212 212 / 0.15);
  }

  .lg\:border-s-neutral-300\/20 {
    border-inline-start-color: rgb(212 212 212 / 0.2);
  }

  .lg\:border-s-neutral-300\/25 {
    border-inline-start-color: rgb(212 212 212 / 0.25);
  }

  .lg\:border-s-neutral-300\/30 {
    border-inline-start-color: rgb(212 212 212 / 0.3);
  }

  .lg\:border-s-neutral-300\/35 {
    border-inline-start-color: rgb(212 212 212 / 0.35);
  }

  .lg\:border-s-neutral-300\/40 {
    border-inline-start-color: rgb(212 212 212 / 0.4);
  }

  .lg\:border-s-neutral-300\/45 {
    border-inline-start-color: rgb(212 212 212 / 0.45);
  }

  .lg\:border-s-neutral-300\/5 {
    border-inline-start-color: rgb(212 212 212 / 0.05);
  }

  .lg\:border-s-neutral-300\/50 {
    border-inline-start-color: rgb(212 212 212 / 0.5);
  }

  .lg\:border-s-neutral-300\/55 {
    border-inline-start-color: rgb(212 212 212 / 0.55);
  }

  .lg\:border-s-neutral-300\/60 {
    border-inline-start-color: rgb(212 212 212 / 0.6);
  }

  .lg\:border-s-neutral-300\/65 {
    border-inline-start-color: rgb(212 212 212 / 0.65);
  }

  .lg\:border-s-neutral-300\/70 {
    border-inline-start-color: rgb(212 212 212 / 0.7);
  }

  .lg\:border-s-neutral-300\/75 {
    border-inline-start-color: rgb(212 212 212 / 0.75);
  }

  .lg\:border-s-neutral-300\/80 {
    border-inline-start-color: rgb(212 212 212 / 0.8);
  }

  .lg\:border-s-neutral-300\/85 {
    border-inline-start-color: rgb(212 212 212 / 0.85);
  }

  .lg\:border-s-neutral-300\/90 {
    border-inline-start-color: rgb(212 212 212 / 0.9);
  }

  .lg\:border-s-neutral-300\/95 {
    border-inline-start-color: rgb(212 212 212 / 0.95);
  }

  .lg\:border-s-neutral-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(163 163 163 / var(--tw-border-opacity));
  }

  .lg\:border-s-neutral-400\/0 {
    border-inline-start-color: rgb(163 163 163 / 0);
  }

  .lg\:border-s-neutral-400\/10 {
    border-inline-start-color: rgb(163 163 163 / 0.1);
  }

  .lg\:border-s-neutral-400\/100 {
    border-inline-start-color: rgb(163 163 163 / 1);
  }

  .lg\:border-s-neutral-400\/15 {
    border-inline-start-color: rgb(163 163 163 / 0.15);
  }

  .lg\:border-s-neutral-400\/20 {
    border-inline-start-color: rgb(163 163 163 / 0.2);
  }

  .lg\:border-s-neutral-400\/25 {
    border-inline-start-color: rgb(163 163 163 / 0.25);
  }

  .lg\:border-s-neutral-400\/30 {
    border-inline-start-color: rgb(163 163 163 / 0.3);
  }

  .lg\:border-s-neutral-400\/35 {
    border-inline-start-color: rgb(163 163 163 / 0.35);
  }

  .lg\:border-s-neutral-400\/40 {
    border-inline-start-color: rgb(163 163 163 / 0.4);
  }

  .lg\:border-s-neutral-400\/45 {
    border-inline-start-color: rgb(163 163 163 / 0.45);
  }

  .lg\:border-s-neutral-400\/5 {
    border-inline-start-color: rgb(163 163 163 / 0.05);
  }

  .lg\:border-s-neutral-400\/50 {
    border-inline-start-color: rgb(163 163 163 / 0.5);
  }

  .lg\:border-s-neutral-400\/55 {
    border-inline-start-color: rgb(163 163 163 / 0.55);
  }

  .lg\:border-s-neutral-400\/60 {
    border-inline-start-color: rgb(163 163 163 / 0.6);
  }

  .lg\:border-s-neutral-400\/65 {
    border-inline-start-color: rgb(163 163 163 / 0.65);
  }

  .lg\:border-s-neutral-400\/70 {
    border-inline-start-color: rgb(163 163 163 / 0.7);
  }

  .lg\:border-s-neutral-400\/75 {
    border-inline-start-color: rgb(163 163 163 / 0.75);
  }

  .lg\:border-s-neutral-400\/80 {
    border-inline-start-color: rgb(163 163 163 / 0.8);
  }

  .lg\:border-s-neutral-400\/85 {
    border-inline-start-color: rgb(163 163 163 / 0.85);
  }

  .lg\:border-s-neutral-400\/90 {
    border-inline-start-color: rgb(163 163 163 / 0.9);
  }

  .lg\:border-s-neutral-400\/95 {
    border-inline-start-color: rgb(163 163 163 / 0.95);
  }

  .lg\:border-s-neutral-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .lg\:border-s-neutral-50\/0 {
    border-inline-start-color: rgb(250 250 250 / 0);
  }

  .lg\:border-s-neutral-50\/10 {
    border-inline-start-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-s-neutral-50\/100 {
    border-inline-start-color: rgb(250 250 250 / 1);
  }

  .lg\:border-s-neutral-50\/15 {
    border-inline-start-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-s-neutral-50\/20 {
    border-inline-start-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-s-neutral-50\/25 {
    border-inline-start-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-s-neutral-50\/30 {
    border-inline-start-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-s-neutral-50\/35 {
    border-inline-start-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-s-neutral-50\/40 {
    border-inline-start-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-s-neutral-50\/45 {
    border-inline-start-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-s-neutral-50\/5 {
    border-inline-start-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-s-neutral-50\/50 {
    border-inline-start-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-s-neutral-50\/55 {
    border-inline-start-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-s-neutral-50\/60 {
    border-inline-start-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-s-neutral-50\/65 {
    border-inline-start-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-s-neutral-50\/70 {
    border-inline-start-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-s-neutral-50\/75 {
    border-inline-start-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-s-neutral-50\/80 {
    border-inline-start-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-s-neutral-50\/85 {
    border-inline-start-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-s-neutral-50\/90 {
    border-inline-start-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-s-neutral-50\/95 {
    border-inline-start-color: rgb(250 250 250 / 0.95);
  }

  .lg\:border-s-neutral-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(115 115 115 / var(--tw-border-opacity));
  }

  .lg\:border-s-neutral-500\/0 {
    border-inline-start-color: rgb(115 115 115 / 0);
  }

  .lg\:border-s-neutral-500\/10 {
    border-inline-start-color: rgb(115 115 115 / 0.1);
  }

  .lg\:border-s-neutral-500\/100 {
    border-inline-start-color: rgb(115 115 115 / 1);
  }

  .lg\:border-s-neutral-500\/15 {
    border-inline-start-color: rgb(115 115 115 / 0.15);
  }

  .lg\:border-s-neutral-500\/20 {
    border-inline-start-color: rgb(115 115 115 / 0.2);
  }

  .lg\:border-s-neutral-500\/25 {
    border-inline-start-color: rgb(115 115 115 / 0.25);
  }

  .lg\:border-s-neutral-500\/30 {
    border-inline-start-color: rgb(115 115 115 / 0.3);
  }

  .lg\:border-s-neutral-500\/35 {
    border-inline-start-color: rgb(115 115 115 / 0.35);
  }

  .lg\:border-s-neutral-500\/40 {
    border-inline-start-color: rgb(115 115 115 / 0.4);
  }

  .lg\:border-s-neutral-500\/45 {
    border-inline-start-color: rgb(115 115 115 / 0.45);
  }

  .lg\:border-s-neutral-500\/5 {
    border-inline-start-color: rgb(115 115 115 / 0.05);
  }

  .lg\:border-s-neutral-500\/50 {
    border-inline-start-color: rgb(115 115 115 / 0.5);
  }

  .lg\:border-s-neutral-500\/55 {
    border-inline-start-color: rgb(115 115 115 / 0.55);
  }

  .lg\:border-s-neutral-500\/60 {
    border-inline-start-color: rgb(115 115 115 / 0.6);
  }

  .lg\:border-s-neutral-500\/65 {
    border-inline-start-color: rgb(115 115 115 / 0.65);
  }

  .lg\:border-s-neutral-500\/70 {
    border-inline-start-color: rgb(115 115 115 / 0.7);
  }

  .lg\:border-s-neutral-500\/75 {
    border-inline-start-color: rgb(115 115 115 / 0.75);
  }

  .lg\:border-s-neutral-500\/80 {
    border-inline-start-color: rgb(115 115 115 / 0.8);
  }

  .lg\:border-s-neutral-500\/85 {
    border-inline-start-color: rgb(115 115 115 / 0.85);
  }

  .lg\:border-s-neutral-500\/90 {
    border-inline-start-color: rgb(115 115 115 / 0.9);
  }

  .lg\:border-s-neutral-500\/95 {
    border-inline-start-color: rgb(115 115 115 / 0.95);
  }

  .lg\:border-s-neutral-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(82 82 82 / var(--tw-border-opacity));
  }

  .lg\:border-s-neutral-600\/0 {
    border-inline-start-color: rgb(82 82 82 / 0);
  }

  .lg\:border-s-neutral-600\/10 {
    border-inline-start-color: rgb(82 82 82 / 0.1);
  }

  .lg\:border-s-neutral-600\/100 {
    border-inline-start-color: rgb(82 82 82 / 1);
  }

  .lg\:border-s-neutral-600\/15 {
    border-inline-start-color: rgb(82 82 82 / 0.15);
  }

  .lg\:border-s-neutral-600\/20 {
    border-inline-start-color: rgb(82 82 82 / 0.2);
  }

  .lg\:border-s-neutral-600\/25 {
    border-inline-start-color: rgb(82 82 82 / 0.25);
  }

  .lg\:border-s-neutral-600\/30 {
    border-inline-start-color: rgb(82 82 82 / 0.3);
  }

  .lg\:border-s-neutral-600\/35 {
    border-inline-start-color: rgb(82 82 82 / 0.35);
  }

  .lg\:border-s-neutral-600\/40 {
    border-inline-start-color: rgb(82 82 82 / 0.4);
  }

  .lg\:border-s-neutral-600\/45 {
    border-inline-start-color: rgb(82 82 82 / 0.45);
  }

  .lg\:border-s-neutral-600\/5 {
    border-inline-start-color: rgb(82 82 82 / 0.05);
  }

  .lg\:border-s-neutral-600\/50 {
    border-inline-start-color: rgb(82 82 82 / 0.5);
  }

  .lg\:border-s-neutral-600\/55 {
    border-inline-start-color: rgb(82 82 82 / 0.55);
  }

  .lg\:border-s-neutral-600\/60 {
    border-inline-start-color: rgb(82 82 82 / 0.6);
  }

  .lg\:border-s-neutral-600\/65 {
    border-inline-start-color: rgb(82 82 82 / 0.65);
  }

  .lg\:border-s-neutral-600\/70 {
    border-inline-start-color: rgb(82 82 82 / 0.7);
  }

  .lg\:border-s-neutral-600\/75 {
    border-inline-start-color: rgb(82 82 82 / 0.75);
  }

  .lg\:border-s-neutral-600\/80 {
    border-inline-start-color: rgb(82 82 82 / 0.8);
  }

  .lg\:border-s-neutral-600\/85 {
    border-inline-start-color: rgb(82 82 82 / 0.85);
  }

  .lg\:border-s-neutral-600\/90 {
    border-inline-start-color: rgb(82 82 82 / 0.9);
  }

  .lg\:border-s-neutral-600\/95 {
    border-inline-start-color: rgb(82 82 82 / 0.95);
  }

  .lg\:border-s-neutral-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(64 64 64 / var(--tw-border-opacity));
  }

  .lg\:border-s-neutral-700\/0 {
    border-inline-start-color: rgb(64 64 64 / 0);
  }

  .lg\:border-s-neutral-700\/10 {
    border-inline-start-color: rgb(64 64 64 / 0.1);
  }

  .lg\:border-s-neutral-700\/100 {
    border-inline-start-color: rgb(64 64 64 / 1);
  }

  .lg\:border-s-neutral-700\/15 {
    border-inline-start-color: rgb(64 64 64 / 0.15);
  }

  .lg\:border-s-neutral-700\/20 {
    border-inline-start-color: rgb(64 64 64 / 0.2);
  }

  .lg\:border-s-neutral-700\/25 {
    border-inline-start-color: rgb(64 64 64 / 0.25);
  }

  .lg\:border-s-neutral-700\/30 {
    border-inline-start-color: rgb(64 64 64 / 0.3);
  }

  .lg\:border-s-neutral-700\/35 {
    border-inline-start-color: rgb(64 64 64 / 0.35);
  }

  .lg\:border-s-neutral-700\/40 {
    border-inline-start-color: rgb(64 64 64 / 0.4);
  }

  .lg\:border-s-neutral-700\/45 {
    border-inline-start-color: rgb(64 64 64 / 0.45);
  }

  .lg\:border-s-neutral-700\/5 {
    border-inline-start-color: rgb(64 64 64 / 0.05);
  }

  .lg\:border-s-neutral-700\/50 {
    border-inline-start-color: rgb(64 64 64 / 0.5);
  }

  .lg\:border-s-neutral-700\/55 {
    border-inline-start-color: rgb(64 64 64 / 0.55);
  }

  .lg\:border-s-neutral-700\/60 {
    border-inline-start-color: rgb(64 64 64 / 0.6);
  }

  .lg\:border-s-neutral-700\/65 {
    border-inline-start-color: rgb(64 64 64 / 0.65);
  }

  .lg\:border-s-neutral-700\/70 {
    border-inline-start-color: rgb(64 64 64 / 0.7);
  }

  .lg\:border-s-neutral-700\/75 {
    border-inline-start-color: rgb(64 64 64 / 0.75);
  }

  .lg\:border-s-neutral-700\/80 {
    border-inline-start-color: rgb(64 64 64 / 0.8);
  }

  .lg\:border-s-neutral-700\/85 {
    border-inline-start-color: rgb(64 64 64 / 0.85);
  }

  .lg\:border-s-neutral-700\/90 {
    border-inline-start-color: rgb(64 64 64 / 0.9);
  }

  .lg\:border-s-neutral-700\/95 {
    border-inline-start-color: rgb(64 64 64 / 0.95);
  }

  .lg\:border-s-neutral-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(38 38 38 / var(--tw-border-opacity));
  }

  .lg\:border-s-neutral-800\/0 {
    border-inline-start-color: rgb(38 38 38 / 0);
  }

  .lg\:border-s-neutral-800\/10 {
    border-inline-start-color: rgb(38 38 38 / 0.1);
  }

  .lg\:border-s-neutral-800\/100 {
    border-inline-start-color: rgb(38 38 38 / 1);
  }

  .lg\:border-s-neutral-800\/15 {
    border-inline-start-color: rgb(38 38 38 / 0.15);
  }

  .lg\:border-s-neutral-800\/20 {
    border-inline-start-color: rgb(38 38 38 / 0.2);
  }

  .lg\:border-s-neutral-800\/25 {
    border-inline-start-color: rgb(38 38 38 / 0.25);
  }

  .lg\:border-s-neutral-800\/30 {
    border-inline-start-color: rgb(38 38 38 / 0.3);
  }

  .lg\:border-s-neutral-800\/35 {
    border-inline-start-color: rgb(38 38 38 / 0.35);
  }

  .lg\:border-s-neutral-800\/40 {
    border-inline-start-color: rgb(38 38 38 / 0.4);
  }

  .lg\:border-s-neutral-800\/45 {
    border-inline-start-color: rgb(38 38 38 / 0.45);
  }

  .lg\:border-s-neutral-800\/5 {
    border-inline-start-color: rgb(38 38 38 / 0.05);
  }

  .lg\:border-s-neutral-800\/50 {
    border-inline-start-color: rgb(38 38 38 / 0.5);
  }

  .lg\:border-s-neutral-800\/55 {
    border-inline-start-color: rgb(38 38 38 / 0.55);
  }

  .lg\:border-s-neutral-800\/60 {
    border-inline-start-color: rgb(38 38 38 / 0.6);
  }

  .lg\:border-s-neutral-800\/65 {
    border-inline-start-color: rgb(38 38 38 / 0.65);
  }

  .lg\:border-s-neutral-800\/70 {
    border-inline-start-color: rgb(38 38 38 / 0.7);
  }

  .lg\:border-s-neutral-800\/75 {
    border-inline-start-color: rgb(38 38 38 / 0.75);
  }

  .lg\:border-s-neutral-800\/80 {
    border-inline-start-color: rgb(38 38 38 / 0.8);
  }

  .lg\:border-s-neutral-800\/85 {
    border-inline-start-color: rgb(38 38 38 / 0.85);
  }

  .lg\:border-s-neutral-800\/90 {
    border-inline-start-color: rgb(38 38 38 / 0.9);
  }

  .lg\:border-s-neutral-800\/95 {
    border-inline-start-color: rgb(38 38 38 / 0.95);
  }

  .lg\:border-s-neutral-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(23 23 23 / var(--tw-border-opacity));
  }

  .lg\:border-s-neutral-900\/0 {
    border-inline-start-color: rgb(23 23 23 / 0);
  }

  .lg\:border-s-neutral-900\/10 {
    border-inline-start-color: rgb(23 23 23 / 0.1);
  }

  .lg\:border-s-neutral-900\/100 {
    border-inline-start-color: rgb(23 23 23 / 1);
  }

  .lg\:border-s-neutral-900\/15 {
    border-inline-start-color: rgb(23 23 23 / 0.15);
  }

  .lg\:border-s-neutral-900\/20 {
    border-inline-start-color: rgb(23 23 23 / 0.2);
  }

  .lg\:border-s-neutral-900\/25 {
    border-inline-start-color: rgb(23 23 23 / 0.25);
  }

  .lg\:border-s-neutral-900\/30 {
    border-inline-start-color: rgb(23 23 23 / 0.3);
  }

  .lg\:border-s-neutral-900\/35 {
    border-inline-start-color: rgb(23 23 23 / 0.35);
  }

  .lg\:border-s-neutral-900\/40 {
    border-inline-start-color: rgb(23 23 23 / 0.4);
  }

  .lg\:border-s-neutral-900\/45 {
    border-inline-start-color: rgb(23 23 23 / 0.45);
  }

  .lg\:border-s-neutral-900\/5 {
    border-inline-start-color: rgb(23 23 23 / 0.05);
  }

  .lg\:border-s-neutral-900\/50 {
    border-inline-start-color: rgb(23 23 23 / 0.5);
  }

  .lg\:border-s-neutral-900\/55 {
    border-inline-start-color: rgb(23 23 23 / 0.55);
  }

  .lg\:border-s-neutral-900\/60 {
    border-inline-start-color: rgb(23 23 23 / 0.6);
  }

  .lg\:border-s-neutral-900\/65 {
    border-inline-start-color: rgb(23 23 23 / 0.65);
  }

  .lg\:border-s-neutral-900\/70 {
    border-inline-start-color: rgb(23 23 23 / 0.7);
  }

  .lg\:border-s-neutral-900\/75 {
    border-inline-start-color: rgb(23 23 23 / 0.75);
  }

  .lg\:border-s-neutral-900\/80 {
    border-inline-start-color: rgb(23 23 23 / 0.8);
  }

  .lg\:border-s-neutral-900\/85 {
    border-inline-start-color: rgb(23 23 23 / 0.85);
  }

  .lg\:border-s-neutral-900\/90 {
    border-inline-start-color: rgb(23 23 23 / 0.9);
  }

  .lg\:border-s-neutral-900\/95 {
    border-inline-start-color: rgb(23 23 23 / 0.95);
  }

  .lg\:border-s-neutral-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(10 10 10 / var(--tw-border-opacity));
  }

  .lg\:border-s-neutral-950\/0 {
    border-inline-start-color: rgb(10 10 10 / 0);
  }

  .lg\:border-s-neutral-950\/10 {
    border-inline-start-color: rgb(10 10 10 / 0.1);
  }

  .lg\:border-s-neutral-950\/100 {
    border-inline-start-color: rgb(10 10 10 / 1);
  }

  .lg\:border-s-neutral-950\/15 {
    border-inline-start-color: rgb(10 10 10 / 0.15);
  }

  .lg\:border-s-neutral-950\/20 {
    border-inline-start-color: rgb(10 10 10 / 0.2);
  }

  .lg\:border-s-neutral-950\/25 {
    border-inline-start-color: rgb(10 10 10 / 0.25);
  }

  .lg\:border-s-neutral-950\/30 {
    border-inline-start-color: rgb(10 10 10 / 0.3);
  }

  .lg\:border-s-neutral-950\/35 {
    border-inline-start-color: rgb(10 10 10 / 0.35);
  }

  .lg\:border-s-neutral-950\/40 {
    border-inline-start-color: rgb(10 10 10 / 0.4);
  }

  .lg\:border-s-neutral-950\/45 {
    border-inline-start-color: rgb(10 10 10 / 0.45);
  }

  .lg\:border-s-neutral-950\/5 {
    border-inline-start-color: rgb(10 10 10 / 0.05);
  }

  .lg\:border-s-neutral-950\/50 {
    border-inline-start-color: rgb(10 10 10 / 0.5);
  }

  .lg\:border-s-neutral-950\/55 {
    border-inline-start-color: rgb(10 10 10 / 0.55);
  }

  .lg\:border-s-neutral-950\/60 {
    border-inline-start-color: rgb(10 10 10 / 0.6);
  }

  .lg\:border-s-neutral-950\/65 {
    border-inline-start-color: rgb(10 10 10 / 0.65);
  }

  .lg\:border-s-neutral-950\/70 {
    border-inline-start-color: rgb(10 10 10 / 0.7);
  }

  .lg\:border-s-neutral-950\/75 {
    border-inline-start-color: rgb(10 10 10 / 0.75);
  }

  .lg\:border-s-neutral-950\/80 {
    border-inline-start-color: rgb(10 10 10 / 0.8);
  }

  .lg\:border-s-neutral-950\/85 {
    border-inline-start-color: rgb(10 10 10 / 0.85);
  }

  .lg\:border-s-neutral-950\/90 {
    border-inline-start-color: rgb(10 10 10 / 0.9);
  }

  .lg\:border-s-neutral-950\/95 {
    border-inline-start-color: rgb(10 10 10 / 0.95);
  }

  .lg\:border-s-orange-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(255 237 213 / var(--tw-border-opacity));
  }

  .lg\:border-s-orange-100\/0 {
    border-inline-start-color: rgb(255 237 213 / 0);
  }

  .lg\:border-s-orange-100\/10 {
    border-inline-start-color: rgb(255 237 213 / 0.1);
  }

  .lg\:border-s-orange-100\/100 {
    border-inline-start-color: rgb(255 237 213 / 1);
  }

  .lg\:border-s-orange-100\/15 {
    border-inline-start-color: rgb(255 237 213 / 0.15);
  }

  .lg\:border-s-orange-100\/20 {
    border-inline-start-color: rgb(255 237 213 / 0.2);
  }

  .lg\:border-s-orange-100\/25 {
    border-inline-start-color: rgb(255 237 213 / 0.25);
  }

  .lg\:border-s-orange-100\/30 {
    border-inline-start-color: rgb(255 237 213 / 0.3);
  }

  .lg\:border-s-orange-100\/35 {
    border-inline-start-color: rgb(255 237 213 / 0.35);
  }

  .lg\:border-s-orange-100\/40 {
    border-inline-start-color: rgb(255 237 213 / 0.4);
  }

  .lg\:border-s-orange-100\/45 {
    border-inline-start-color: rgb(255 237 213 / 0.45);
  }

  .lg\:border-s-orange-100\/5 {
    border-inline-start-color: rgb(255 237 213 / 0.05);
  }

  .lg\:border-s-orange-100\/50 {
    border-inline-start-color: rgb(255 237 213 / 0.5);
  }

  .lg\:border-s-orange-100\/55 {
    border-inline-start-color: rgb(255 237 213 / 0.55);
  }

  .lg\:border-s-orange-100\/60 {
    border-inline-start-color: rgb(255 237 213 / 0.6);
  }

  .lg\:border-s-orange-100\/65 {
    border-inline-start-color: rgb(255 237 213 / 0.65);
  }

  .lg\:border-s-orange-100\/70 {
    border-inline-start-color: rgb(255 237 213 / 0.7);
  }

  .lg\:border-s-orange-100\/75 {
    border-inline-start-color: rgb(255 237 213 / 0.75);
  }

  .lg\:border-s-orange-100\/80 {
    border-inline-start-color: rgb(255 237 213 / 0.8);
  }

  .lg\:border-s-orange-100\/85 {
    border-inline-start-color: rgb(255 237 213 / 0.85);
  }

  .lg\:border-s-orange-100\/90 {
    border-inline-start-color: rgb(255 237 213 / 0.9);
  }

  .lg\:border-s-orange-100\/95 {
    border-inline-start-color: rgb(255 237 213 / 0.95);
  }

  .lg\:border-s-orange-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 215 170 / var(--tw-border-opacity));
  }

  .lg\:border-s-orange-200\/0 {
    border-inline-start-color: rgb(254 215 170 / 0);
  }

  .lg\:border-s-orange-200\/10 {
    border-inline-start-color: rgb(254 215 170 / 0.1);
  }

  .lg\:border-s-orange-200\/100 {
    border-inline-start-color: rgb(254 215 170 / 1);
  }

  .lg\:border-s-orange-200\/15 {
    border-inline-start-color: rgb(254 215 170 / 0.15);
  }

  .lg\:border-s-orange-200\/20 {
    border-inline-start-color: rgb(254 215 170 / 0.2);
  }

  .lg\:border-s-orange-200\/25 {
    border-inline-start-color: rgb(254 215 170 / 0.25);
  }

  .lg\:border-s-orange-200\/30 {
    border-inline-start-color: rgb(254 215 170 / 0.3);
  }

  .lg\:border-s-orange-200\/35 {
    border-inline-start-color: rgb(254 215 170 / 0.35);
  }

  .lg\:border-s-orange-200\/40 {
    border-inline-start-color: rgb(254 215 170 / 0.4);
  }

  .lg\:border-s-orange-200\/45 {
    border-inline-start-color: rgb(254 215 170 / 0.45);
  }

  .lg\:border-s-orange-200\/5 {
    border-inline-start-color: rgb(254 215 170 / 0.05);
  }

  .lg\:border-s-orange-200\/50 {
    border-inline-start-color: rgb(254 215 170 / 0.5);
  }

  .lg\:border-s-orange-200\/55 {
    border-inline-start-color: rgb(254 215 170 / 0.55);
  }

  .lg\:border-s-orange-200\/60 {
    border-inline-start-color: rgb(254 215 170 / 0.6);
  }

  .lg\:border-s-orange-200\/65 {
    border-inline-start-color: rgb(254 215 170 / 0.65);
  }

  .lg\:border-s-orange-200\/70 {
    border-inline-start-color: rgb(254 215 170 / 0.7);
  }

  .lg\:border-s-orange-200\/75 {
    border-inline-start-color: rgb(254 215 170 / 0.75);
  }

  .lg\:border-s-orange-200\/80 {
    border-inline-start-color: rgb(254 215 170 / 0.8);
  }

  .lg\:border-s-orange-200\/85 {
    border-inline-start-color: rgb(254 215 170 / 0.85);
  }

  .lg\:border-s-orange-200\/90 {
    border-inline-start-color: rgb(254 215 170 / 0.9);
  }

  .lg\:border-s-orange-200\/95 {
    border-inline-start-color: rgb(254 215 170 / 0.95);
  }

  .lg\:border-s-orange-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(253 186 116 / var(--tw-border-opacity));
  }

  .lg\:border-s-orange-300\/0 {
    border-inline-start-color: rgb(253 186 116 / 0);
  }

  .lg\:border-s-orange-300\/10 {
    border-inline-start-color: rgb(253 186 116 / 0.1);
  }

  .lg\:border-s-orange-300\/100 {
    border-inline-start-color: rgb(253 186 116 / 1);
  }

  .lg\:border-s-orange-300\/15 {
    border-inline-start-color: rgb(253 186 116 / 0.15);
  }

  .lg\:border-s-orange-300\/20 {
    border-inline-start-color: rgb(253 186 116 / 0.2);
  }

  .lg\:border-s-orange-300\/25 {
    border-inline-start-color: rgb(253 186 116 / 0.25);
  }

  .lg\:border-s-orange-300\/30 {
    border-inline-start-color: rgb(253 186 116 / 0.3);
  }

  .lg\:border-s-orange-300\/35 {
    border-inline-start-color: rgb(253 186 116 / 0.35);
  }

  .lg\:border-s-orange-300\/40 {
    border-inline-start-color: rgb(253 186 116 / 0.4);
  }

  .lg\:border-s-orange-300\/45 {
    border-inline-start-color: rgb(253 186 116 / 0.45);
  }

  .lg\:border-s-orange-300\/5 {
    border-inline-start-color: rgb(253 186 116 / 0.05);
  }

  .lg\:border-s-orange-300\/50 {
    border-inline-start-color: rgb(253 186 116 / 0.5);
  }

  .lg\:border-s-orange-300\/55 {
    border-inline-start-color: rgb(253 186 116 / 0.55);
  }

  .lg\:border-s-orange-300\/60 {
    border-inline-start-color: rgb(253 186 116 / 0.6);
  }

  .lg\:border-s-orange-300\/65 {
    border-inline-start-color: rgb(253 186 116 / 0.65);
  }

  .lg\:border-s-orange-300\/70 {
    border-inline-start-color: rgb(253 186 116 / 0.7);
  }

  .lg\:border-s-orange-300\/75 {
    border-inline-start-color: rgb(253 186 116 / 0.75);
  }

  .lg\:border-s-orange-300\/80 {
    border-inline-start-color: rgb(253 186 116 / 0.8);
  }

  .lg\:border-s-orange-300\/85 {
    border-inline-start-color: rgb(253 186 116 / 0.85);
  }

  .lg\:border-s-orange-300\/90 {
    border-inline-start-color: rgb(253 186 116 / 0.9);
  }

  .lg\:border-s-orange-300\/95 {
    border-inline-start-color: rgb(253 186 116 / 0.95);
  }

  .lg\:border-s-orange-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(251 146 60 / var(--tw-border-opacity));
  }

  .lg\:border-s-orange-400\/0 {
    border-inline-start-color: rgb(251 146 60 / 0);
  }

  .lg\:border-s-orange-400\/10 {
    border-inline-start-color: rgb(251 146 60 / 0.1);
  }

  .lg\:border-s-orange-400\/100 {
    border-inline-start-color: rgb(251 146 60 / 1);
  }

  .lg\:border-s-orange-400\/15 {
    border-inline-start-color: rgb(251 146 60 / 0.15);
  }

  .lg\:border-s-orange-400\/20 {
    border-inline-start-color: rgb(251 146 60 / 0.2);
  }

  .lg\:border-s-orange-400\/25 {
    border-inline-start-color: rgb(251 146 60 / 0.25);
  }

  .lg\:border-s-orange-400\/30 {
    border-inline-start-color: rgb(251 146 60 / 0.3);
  }

  .lg\:border-s-orange-400\/35 {
    border-inline-start-color: rgb(251 146 60 / 0.35);
  }

  .lg\:border-s-orange-400\/40 {
    border-inline-start-color: rgb(251 146 60 / 0.4);
  }

  .lg\:border-s-orange-400\/45 {
    border-inline-start-color: rgb(251 146 60 / 0.45);
  }

  .lg\:border-s-orange-400\/5 {
    border-inline-start-color: rgb(251 146 60 / 0.05);
  }

  .lg\:border-s-orange-400\/50 {
    border-inline-start-color: rgb(251 146 60 / 0.5);
  }

  .lg\:border-s-orange-400\/55 {
    border-inline-start-color: rgb(251 146 60 / 0.55);
  }

  .lg\:border-s-orange-400\/60 {
    border-inline-start-color: rgb(251 146 60 / 0.6);
  }

  .lg\:border-s-orange-400\/65 {
    border-inline-start-color: rgb(251 146 60 / 0.65);
  }

  .lg\:border-s-orange-400\/70 {
    border-inline-start-color: rgb(251 146 60 / 0.7);
  }

  .lg\:border-s-orange-400\/75 {
    border-inline-start-color: rgb(251 146 60 / 0.75);
  }

  .lg\:border-s-orange-400\/80 {
    border-inline-start-color: rgb(251 146 60 / 0.8);
  }

  .lg\:border-s-orange-400\/85 {
    border-inline-start-color: rgb(251 146 60 / 0.85);
  }

  .lg\:border-s-orange-400\/90 {
    border-inline-start-color: rgb(251 146 60 / 0.9);
  }

  .lg\:border-s-orange-400\/95 {
    border-inline-start-color: rgb(251 146 60 / 0.95);
  }

  .lg\:border-s-orange-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(255 247 237 / var(--tw-border-opacity));
  }

  .lg\:border-s-orange-50\/0 {
    border-inline-start-color: rgb(255 247 237 / 0);
  }

  .lg\:border-s-orange-50\/10 {
    border-inline-start-color: rgb(255 247 237 / 0.1);
  }

  .lg\:border-s-orange-50\/100 {
    border-inline-start-color: rgb(255 247 237 / 1);
  }

  .lg\:border-s-orange-50\/15 {
    border-inline-start-color: rgb(255 247 237 / 0.15);
  }

  .lg\:border-s-orange-50\/20 {
    border-inline-start-color: rgb(255 247 237 / 0.2);
  }

  .lg\:border-s-orange-50\/25 {
    border-inline-start-color: rgb(255 247 237 / 0.25);
  }

  .lg\:border-s-orange-50\/30 {
    border-inline-start-color: rgb(255 247 237 / 0.3);
  }

  .lg\:border-s-orange-50\/35 {
    border-inline-start-color: rgb(255 247 237 / 0.35);
  }

  .lg\:border-s-orange-50\/40 {
    border-inline-start-color: rgb(255 247 237 / 0.4);
  }

  .lg\:border-s-orange-50\/45 {
    border-inline-start-color: rgb(255 247 237 / 0.45);
  }

  .lg\:border-s-orange-50\/5 {
    border-inline-start-color: rgb(255 247 237 / 0.05);
  }

  .lg\:border-s-orange-50\/50 {
    border-inline-start-color: rgb(255 247 237 / 0.5);
  }

  .lg\:border-s-orange-50\/55 {
    border-inline-start-color: rgb(255 247 237 / 0.55);
  }

  .lg\:border-s-orange-50\/60 {
    border-inline-start-color: rgb(255 247 237 / 0.6);
  }

  .lg\:border-s-orange-50\/65 {
    border-inline-start-color: rgb(255 247 237 / 0.65);
  }

  .lg\:border-s-orange-50\/70 {
    border-inline-start-color: rgb(255 247 237 / 0.7);
  }

  .lg\:border-s-orange-50\/75 {
    border-inline-start-color: rgb(255 247 237 / 0.75);
  }

  .lg\:border-s-orange-50\/80 {
    border-inline-start-color: rgb(255 247 237 / 0.8);
  }

  .lg\:border-s-orange-50\/85 {
    border-inline-start-color: rgb(255 247 237 / 0.85);
  }

  .lg\:border-s-orange-50\/90 {
    border-inline-start-color: rgb(255 247 237 / 0.9);
  }

  .lg\:border-s-orange-50\/95 {
    border-inline-start-color: rgb(255 247 237 / 0.95);
  }

  .lg\:border-s-orange-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(249 115 22 / var(--tw-border-opacity));
  }

  .lg\:border-s-orange-500\/0 {
    border-inline-start-color: rgb(249 115 22 / 0);
  }

  .lg\:border-s-orange-500\/10 {
    border-inline-start-color: rgb(249 115 22 / 0.1);
  }

  .lg\:border-s-orange-500\/100 {
    border-inline-start-color: rgb(249 115 22 / 1);
  }

  .lg\:border-s-orange-500\/15 {
    border-inline-start-color: rgb(249 115 22 / 0.15);
  }

  .lg\:border-s-orange-500\/20 {
    border-inline-start-color: rgb(249 115 22 / 0.2);
  }

  .lg\:border-s-orange-500\/25 {
    border-inline-start-color: rgb(249 115 22 / 0.25);
  }

  .lg\:border-s-orange-500\/30 {
    border-inline-start-color: rgb(249 115 22 / 0.3);
  }

  .lg\:border-s-orange-500\/35 {
    border-inline-start-color: rgb(249 115 22 / 0.35);
  }

  .lg\:border-s-orange-500\/40 {
    border-inline-start-color: rgb(249 115 22 / 0.4);
  }

  .lg\:border-s-orange-500\/45 {
    border-inline-start-color: rgb(249 115 22 / 0.45);
  }

  .lg\:border-s-orange-500\/5 {
    border-inline-start-color: rgb(249 115 22 / 0.05);
  }

  .lg\:border-s-orange-500\/50 {
    border-inline-start-color: rgb(249 115 22 / 0.5);
  }

  .lg\:border-s-orange-500\/55 {
    border-inline-start-color: rgb(249 115 22 / 0.55);
  }

  .lg\:border-s-orange-500\/60 {
    border-inline-start-color: rgb(249 115 22 / 0.6);
  }

  .lg\:border-s-orange-500\/65 {
    border-inline-start-color: rgb(249 115 22 / 0.65);
  }

  .lg\:border-s-orange-500\/70 {
    border-inline-start-color: rgb(249 115 22 / 0.7);
  }

  .lg\:border-s-orange-500\/75 {
    border-inline-start-color: rgb(249 115 22 / 0.75);
  }

  .lg\:border-s-orange-500\/80 {
    border-inline-start-color: rgb(249 115 22 / 0.8);
  }

  .lg\:border-s-orange-500\/85 {
    border-inline-start-color: rgb(249 115 22 / 0.85);
  }

  .lg\:border-s-orange-500\/90 {
    border-inline-start-color: rgb(249 115 22 / 0.9);
  }

  .lg\:border-s-orange-500\/95 {
    border-inline-start-color: rgb(249 115 22 / 0.95);
  }

  .lg\:border-s-orange-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(234 88 12 / var(--tw-border-opacity));
  }

  .lg\:border-s-orange-600\/0 {
    border-inline-start-color: rgb(234 88 12 / 0);
  }

  .lg\:border-s-orange-600\/10 {
    border-inline-start-color: rgb(234 88 12 / 0.1);
  }

  .lg\:border-s-orange-600\/100 {
    border-inline-start-color: rgb(234 88 12 / 1);
  }

  .lg\:border-s-orange-600\/15 {
    border-inline-start-color: rgb(234 88 12 / 0.15);
  }

  .lg\:border-s-orange-600\/20 {
    border-inline-start-color: rgb(234 88 12 / 0.2);
  }

  .lg\:border-s-orange-600\/25 {
    border-inline-start-color: rgb(234 88 12 / 0.25);
  }

  .lg\:border-s-orange-600\/30 {
    border-inline-start-color: rgb(234 88 12 / 0.3);
  }

  .lg\:border-s-orange-600\/35 {
    border-inline-start-color: rgb(234 88 12 / 0.35);
  }

  .lg\:border-s-orange-600\/40 {
    border-inline-start-color: rgb(234 88 12 / 0.4);
  }

  .lg\:border-s-orange-600\/45 {
    border-inline-start-color: rgb(234 88 12 / 0.45);
  }

  .lg\:border-s-orange-600\/5 {
    border-inline-start-color: rgb(234 88 12 / 0.05);
  }

  .lg\:border-s-orange-600\/50 {
    border-inline-start-color: rgb(234 88 12 / 0.5);
  }

  .lg\:border-s-orange-600\/55 {
    border-inline-start-color: rgb(234 88 12 / 0.55);
  }

  .lg\:border-s-orange-600\/60 {
    border-inline-start-color: rgb(234 88 12 / 0.6);
  }

  .lg\:border-s-orange-600\/65 {
    border-inline-start-color: rgb(234 88 12 / 0.65);
  }

  .lg\:border-s-orange-600\/70 {
    border-inline-start-color: rgb(234 88 12 / 0.7);
  }

  .lg\:border-s-orange-600\/75 {
    border-inline-start-color: rgb(234 88 12 / 0.75);
  }

  .lg\:border-s-orange-600\/80 {
    border-inline-start-color: rgb(234 88 12 / 0.8);
  }

  .lg\:border-s-orange-600\/85 {
    border-inline-start-color: rgb(234 88 12 / 0.85);
  }

  .lg\:border-s-orange-600\/90 {
    border-inline-start-color: rgb(234 88 12 / 0.9);
  }

  .lg\:border-s-orange-600\/95 {
    border-inline-start-color: rgb(234 88 12 / 0.95);
  }

  .lg\:border-s-orange-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(194 65 12 / var(--tw-border-opacity));
  }

  .lg\:border-s-orange-700\/0 {
    border-inline-start-color: rgb(194 65 12 / 0);
  }

  .lg\:border-s-orange-700\/10 {
    border-inline-start-color: rgb(194 65 12 / 0.1);
  }

  .lg\:border-s-orange-700\/100 {
    border-inline-start-color: rgb(194 65 12 / 1);
  }

  .lg\:border-s-orange-700\/15 {
    border-inline-start-color: rgb(194 65 12 / 0.15);
  }

  .lg\:border-s-orange-700\/20 {
    border-inline-start-color: rgb(194 65 12 / 0.2);
  }

  .lg\:border-s-orange-700\/25 {
    border-inline-start-color: rgb(194 65 12 / 0.25);
  }

  .lg\:border-s-orange-700\/30 {
    border-inline-start-color: rgb(194 65 12 / 0.3);
  }

  .lg\:border-s-orange-700\/35 {
    border-inline-start-color: rgb(194 65 12 / 0.35);
  }

  .lg\:border-s-orange-700\/40 {
    border-inline-start-color: rgb(194 65 12 / 0.4);
  }

  .lg\:border-s-orange-700\/45 {
    border-inline-start-color: rgb(194 65 12 / 0.45);
  }

  .lg\:border-s-orange-700\/5 {
    border-inline-start-color: rgb(194 65 12 / 0.05);
  }

  .lg\:border-s-orange-700\/50 {
    border-inline-start-color: rgb(194 65 12 / 0.5);
  }

  .lg\:border-s-orange-700\/55 {
    border-inline-start-color: rgb(194 65 12 / 0.55);
  }

  .lg\:border-s-orange-700\/60 {
    border-inline-start-color: rgb(194 65 12 / 0.6);
  }

  .lg\:border-s-orange-700\/65 {
    border-inline-start-color: rgb(194 65 12 / 0.65);
  }

  .lg\:border-s-orange-700\/70 {
    border-inline-start-color: rgb(194 65 12 / 0.7);
  }

  .lg\:border-s-orange-700\/75 {
    border-inline-start-color: rgb(194 65 12 / 0.75);
  }

  .lg\:border-s-orange-700\/80 {
    border-inline-start-color: rgb(194 65 12 / 0.8);
  }

  .lg\:border-s-orange-700\/85 {
    border-inline-start-color: rgb(194 65 12 / 0.85);
  }

  .lg\:border-s-orange-700\/90 {
    border-inline-start-color: rgb(194 65 12 / 0.9);
  }

  .lg\:border-s-orange-700\/95 {
    border-inline-start-color: rgb(194 65 12 / 0.95);
  }

  .lg\:border-s-orange-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(154 52 18 / var(--tw-border-opacity));
  }

  .lg\:border-s-orange-800\/0 {
    border-inline-start-color: rgb(154 52 18 / 0);
  }

  .lg\:border-s-orange-800\/10 {
    border-inline-start-color: rgb(154 52 18 / 0.1);
  }

  .lg\:border-s-orange-800\/100 {
    border-inline-start-color: rgb(154 52 18 / 1);
  }

  .lg\:border-s-orange-800\/15 {
    border-inline-start-color: rgb(154 52 18 / 0.15);
  }

  .lg\:border-s-orange-800\/20 {
    border-inline-start-color: rgb(154 52 18 / 0.2);
  }

  .lg\:border-s-orange-800\/25 {
    border-inline-start-color: rgb(154 52 18 / 0.25);
  }

  .lg\:border-s-orange-800\/30 {
    border-inline-start-color: rgb(154 52 18 / 0.3);
  }

  .lg\:border-s-orange-800\/35 {
    border-inline-start-color: rgb(154 52 18 / 0.35);
  }

  .lg\:border-s-orange-800\/40 {
    border-inline-start-color: rgb(154 52 18 / 0.4);
  }

  .lg\:border-s-orange-800\/45 {
    border-inline-start-color: rgb(154 52 18 / 0.45);
  }

  .lg\:border-s-orange-800\/5 {
    border-inline-start-color: rgb(154 52 18 / 0.05);
  }

  .lg\:border-s-orange-800\/50 {
    border-inline-start-color: rgb(154 52 18 / 0.5);
  }

  .lg\:border-s-orange-800\/55 {
    border-inline-start-color: rgb(154 52 18 / 0.55);
  }

  .lg\:border-s-orange-800\/60 {
    border-inline-start-color: rgb(154 52 18 / 0.6);
  }

  .lg\:border-s-orange-800\/65 {
    border-inline-start-color: rgb(154 52 18 / 0.65);
  }

  .lg\:border-s-orange-800\/70 {
    border-inline-start-color: rgb(154 52 18 / 0.7);
  }

  .lg\:border-s-orange-800\/75 {
    border-inline-start-color: rgb(154 52 18 / 0.75);
  }

  .lg\:border-s-orange-800\/80 {
    border-inline-start-color: rgb(154 52 18 / 0.8);
  }

  .lg\:border-s-orange-800\/85 {
    border-inline-start-color: rgb(154 52 18 / 0.85);
  }

  .lg\:border-s-orange-800\/90 {
    border-inline-start-color: rgb(154 52 18 / 0.9);
  }

  .lg\:border-s-orange-800\/95 {
    border-inline-start-color: rgb(154 52 18 / 0.95);
  }

  .lg\:border-s-orange-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(124 45 18 / var(--tw-border-opacity));
  }

  .lg\:border-s-orange-900\/0 {
    border-inline-start-color: rgb(124 45 18 / 0);
  }

  .lg\:border-s-orange-900\/10 {
    border-inline-start-color: rgb(124 45 18 / 0.1);
  }

  .lg\:border-s-orange-900\/100 {
    border-inline-start-color: rgb(124 45 18 / 1);
  }

  .lg\:border-s-orange-900\/15 {
    border-inline-start-color: rgb(124 45 18 / 0.15);
  }

  .lg\:border-s-orange-900\/20 {
    border-inline-start-color: rgb(124 45 18 / 0.2);
  }

  .lg\:border-s-orange-900\/25 {
    border-inline-start-color: rgb(124 45 18 / 0.25);
  }

  .lg\:border-s-orange-900\/30 {
    border-inline-start-color: rgb(124 45 18 / 0.3);
  }

  .lg\:border-s-orange-900\/35 {
    border-inline-start-color: rgb(124 45 18 / 0.35);
  }

  .lg\:border-s-orange-900\/40 {
    border-inline-start-color: rgb(124 45 18 / 0.4);
  }

  .lg\:border-s-orange-900\/45 {
    border-inline-start-color: rgb(124 45 18 / 0.45);
  }

  .lg\:border-s-orange-900\/5 {
    border-inline-start-color: rgb(124 45 18 / 0.05);
  }

  .lg\:border-s-orange-900\/50 {
    border-inline-start-color: rgb(124 45 18 / 0.5);
  }

  .lg\:border-s-orange-900\/55 {
    border-inline-start-color: rgb(124 45 18 / 0.55);
  }

  .lg\:border-s-orange-900\/60 {
    border-inline-start-color: rgb(124 45 18 / 0.6);
  }

  .lg\:border-s-orange-900\/65 {
    border-inline-start-color: rgb(124 45 18 / 0.65);
  }

  .lg\:border-s-orange-900\/70 {
    border-inline-start-color: rgb(124 45 18 / 0.7);
  }

  .lg\:border-s-orange-900\/75 {
    border-inline-start-color: rgb(124 45 18 / 0.75);
  }

  .lg\:border-s-orange-900\/80 {
    border-inline-start-color: rgb(124 45 18 / 0.8);
  }

  .lg\:border-s-orange-900\/85 {
    border-inline-start-color: rgb(124 45 18 / 0.85);
  }

  .lg\:border-s-orange-900\/90 {
    border-inline-start-color: rgb(124 45 18 / 0.9);
  }

  .lg\:border-s-orange-900\/95 {
    border-inline-start-color: rgb(124 45 18 / 0.95);
  }

  .lg\:border-s-orange-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(67 20 7 / var(--tw-border-opacity));
  }

  .lg\:border-s-orange-950\/0 {
    border-inline-start-color: rgb(67 20 7 / 0);
  }

  .lg\:border-s-orange-950\/10 {
    border-inline-start-color: rgb(67 20 7 / 0.1);
  }

  .lg\:border-s-orange-950\/100 {
    border-inline-start-color: rgb(67 20 7 / 1);
  }

  .lg\:border-s-orange-950\/15 {
    border-inline-start-color: rgb(67 20 7 / 0.15);
  }

  .lg\:border-s-orange-950\/20 {
    border-inline-start-color: rgb(67 20 7 / 0.2);
  }

  .lg\:border-s-orange-950\/25 {
    border-inline-start-color: rgb(67 20 7 / 0.25);
  }

  .lg\:border-s-orange-950\/30 {
    border-inline-start-color: rgb(67 20 7 / 0.3);
  }

  .lg\:border-s-orange-950\/35 {
    border-inline-start-color: rgb(67 20 7 / 0.35);
  }

  .lg\:border-s-orange-950\/40 {
    border-inline-start-color: rgb(67 20 7 / 0.4);
  }

  .lg\:border-s-orange-950\/45 {
    border-inline-start-color: rgb(67 20 7 / 0.45);
  }

  .lg\:border-s-orange-950\/5 {
    border-inline-start-color: rgb(67 20 7 / 0.05);
  }

  .lg\:border-s-orange-950\/50 {
    border-inline-start-color: rgb(67 20 7 / 0.5);
  }

  .lg\:border-s-orange-950\/55 {
    border-inline-start-color: rgb(67 20 7 / 0.55);
  }

  .lg\:border-s-orange-950\/60 {
    border-inline-start-color: rgb(67 20 7 / 0.6);
  }

  .lg\:border-s-orange-950\/65 {
    border-inline-start-color: rgb(67 20 7 / 0.65);
  }

  .lg\:border-s-orange-950\/70 {
    border-inline-start-color: rgb(67 20 7 / 0.7);
  }

  .lg\:border-s-orange-950\/75 {
    border-inline-start-color: rgb(67 20 7 / 0.75);
  }

  .lg\:border-s-orange-950\/80 {
    border-inline-start-color: rgb(67 20 7 / 0.8);
  }

  .lg\:border-s-orange-950\/85 {
    border-inline-start-color: rgb(67 20 7 / 0.85);
  }

  .lg\:border-s-orange-950\/90 {
    border-inline-start-color: rgb(67 20 7 / 0.9);
  }

  .lg\:border-s-orange-950\/95 {
    border-inline-start-color: rgb(67 20 7 / 0.95);
  }

  .lg\:border-s-pink-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(252 231 243 / var(--tw-border-opacity));
  }

  .lg\:border-s-pink-100\/0 {
    border-inline-start-color: rgb(252 231 243 / 0);
  }

  .lg\:border-s-pink-100\/10 {
    border-inline-start-color: rgb(252 231 243 / 0.1);
  }

  .lg\:border-s-pink-100\/100 {
    border-inline-start-color: rgb(252 231 243 / 1);
  }

  .lg\:border-s-pink-100\/15 {
    border-inline-start-color: rgb(252 231 243 / 0.15);
  }

  .lg\:border-s-pink-100\/20 {
    border-inline-start-color: rgb(252 231 243 / 0.2);
  }

  .lg\:border-s-pink-100\/25 {
    border-inline-start-color: rgb(252 231 243 / 0.25);
  }

  .lg\:border-s-pink-100\/30 {
    border-inline-start-color: rgb(252 231 243 / 0.3);
  }

  .lg\:border-s-pink-100\/35 {
    border-inline-start-color: rgb(252 231 243 / 0.35);
  }

  .lg\:border-s-pink-100\/40 {
    border-inline-start-color: rgb(252 231 243 / 0.4);
  }

  .lg\:border-s-pink-100\/45 {
    border-inline-start-color: rgb(252 231 243 / 0.45);
  }

  .lg\:border-s-pink-100\/5 {
    border-inline-start-color: rgb(252 231 243 / 0.05);
  }

  .lg\:border-s-pink-100\/50 {
    border-inline-start-color: rgb(252 231 243 / 0.5);
  }

  .lg\:border-s-pink-100\/55 {
    border-inline-start-color: rgb(252 231 243 / 0.55);
  }

  .lg\:border-s-pink-100\/60 {
    border-inline-start-color: rgb(252 231 243 / 0.6);
  }

  .lg\:border-s-pink-100\/65 {
    border-inline-start-color: rgb(252 231 243 / 0.65);
  }

  .lg\:border-s-pink-100\/70 {
    border-inline-start-color: rgb(252 231 243 / 0.7);
  }

  .lg\:border-s-pink-100\/75 {
    border-inline-start-color: rgb(252 231 243 / 0.75);
  }

  .lg\:border-s-pink-100\/80 {
    border-inline-start-color: rgb(252 231 243 / 0.8);
  }

  .lg\:border-s-pink-100\/85 {
    border-inline-start-color: rgb(252 231 243 / 0.85);
  }

  .lg\:border-s-pink-100\/90 {
    border-inline-start-color: rgb(252 231 243 / 0.9);
  }

  .lg\:border-s-pink-100\/95 {
    border-inline-start-color: rgb(252 231 243 / 0.95);
  }

  .lg\:border-s-pink-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(251 207 232 / var(--tw-border-opacity));
  }

  .lg\:border-s-pink-200\/0 {
    border-inline-start-color: rgb(251 207 232 / 0);
  }

  .lg\:border-s-pink-200\/10 {
    border-inline-start-color: rgb(251 207 232 / 0.1);
  }

  .lg\:border-s-pink-200\/100 {
    border-inline-start-color: rgb(251 207 232 / 1);
  }

  .lg\:border-s-pink-200\/15 {
    border-inline-start-color: rgb(251 207 232 / 0.15);
  }

  .lg\:border-s-pink-200\/20 {
    border-inline-start-color: rgb(251 207 232 / 0.2);
  }

  .lg\:border-s-pink-200\/25 {
    border-inline-start-color: rgb(251 207 232 / 0.25);
  }

  .lg\:border-s-pink-200\/30 {
    border-inline-start-color: rgb(251 207 232 / 0.3);
  }

  .lg\:border-s-pink-200\/35 {
    border-inline-start-color: rgb(251 207 232 / 0.35);
  }

  .lg\:border-s-pink-200\/40 {
    border-inline-start-color: rgb(251 207 232 / 0.4);
  }

  .lg\:border-s-pink-200\/45 {
    border-inline-start-color: rgb(251 207 232 / 0.45);
  }

  .lg\:border-s-pink-200\/5 {
    border-inline-start-color: rgb(251 207 232 / 0.05);
  }

  .lg\:border-s-pink-200\/50 {
    border-inline-start-color: rgb(251 207 232 / 0.5);
  }

  .lg\:border-s-pink-200\/55 {
    border-inline-start-color: rgb(251 207 232 / 0.55);
  }

  .lg\:border-s-pink-200\/60 {
    border-inline-start-color: rgb(251 207 232 / 0.6);
  }

  .lg\:border-s-pink-200\/65 {
    border-inline-start-color: rgb(251 207 232 / 0.65);
  }

  .lg\:border-s-pink-200\/70 {
    border-inline-start-color: rgb(251 207 232 / 0.7);
  }

  .lg\:border-s-pink-200\/75 {
    border-inline-start-color: rgb(251 207 232 / 0.75);
  }

  .lg\:border-s-pink-200\/80 {
    border-inline-start-color: rgb(251 207 232 / 0.8);
  }

  .lg\:border-s-pink-200\/85 {
    border-inline-start-color: rgb(251 207 232 / 0.85);
  }

  .lg\:border-s-pink-200\/90 {
    border-inline-start-color: rgb(251 207 232 / 0.9);
  }

  .lg\:border-s-pink-200\/95 {
    border-inline-start-color: rgb(251 207 232 / 0.95);
  }

  .lg\:border-s-pink-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(249 168 212 / var(--tw-border-opacity));
  }

  .lg\:border-s-pink-300\/0 {
    border-inline-start-color: rgb(249 168 212 / 0);
  }

  .lg\:border-s-pink-300\/10 {
    border-inline-start-color: rgb(249 168 212 / 0.1);
  }

  .lg\:border-s-pink-300\/100 {
    border-inline-start-color: rgb(249 168 212 / 1);
  }

  .lg\:border-s-pink-300\/15 {
    border-inline-start-color: rgb(249 168 212 / 0.15);
  }

  .lg\:border-s-pink-300\/20 {
    border-inline-start-color: rgb(249 168 212 / 0.2);
  }

  .lg\:border-s-pink-300\/25 {
    border-inline-start-color: rgb(249 168 212 / 0.25);
  }

  .lg\:border-s-pink-300\/30 {
    border-inline-start-color: rgb(249 168 212 / 0.3);
  }

  .lg\:border-s-pink-300\/35 {
    border-inline-start-color: rgb(249 168 212 / 0.35);
  }

  .lg\:border-s-pink-300\/40 {
    border-inline-start-color: rgb(249 168 212 / 0.4);
  }

  .lg\:border-s-pink-300\/45 {
    border-inline-start-color: rgb(249 168 212 / 0.45);
  }

  .lg\:border-s-pink-300\/5 {
    border-inline-start-color: rgb(249 168 212 / 0.05);
  }

  .lg\:border-s-pink-300\/50 {
    border-inline-start-color: rgb(249 168 212 / 0.5);
  }

  .lg\:border-s-pink-300\/55 {
    border-inline-start-color: rgb(249 168 212 / 0.55);
  }

  .lg\:border-s-pink-300\/60 {
    border-inline-start-color: rgb(249 168 212 / 0.6);
  }

  .lg\:border-s-pink-300\/65 {
    border-inline-start-color: rgb(249 168 212 / 0.65);
  }

  .lg\:border-s-pink-300\/70 {
    border-inline-start-color: rgb(249 168 212 / 0.7);
  }

  .lg\:border-s-pink-300\/75 {
    border-inline-start-color: rgb(249 168 212 / 0.75);
  }

  .lg\:border-s-pink-300\/80 {
    border-inline-start-color: rgb(249 168 212 / 0.8);
  }

  .lg\:border-s-pink-300\/85 {
    border-inline-start-color: rgb(249 168 212 / 0.85);
  }

  .lg\:border-s-pink-300\/90 {
    border-inline-start-color: rgb(249 168 212 / 0.9);
  }

  .lg\:border-s-pink-300\/95 {
    border-inline-start-color: rgb(249 168 212 / 0.95);
  }

  .lg\:border-s-pink-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(244 114 182 / var(--tw-border-opacity));
  }

  .lg\:border-s-pink-400\/0 {
    border-inline-start-color: rgb(244 114 182 / 0);
  }

  .lg\:border-s-pink-400\/10 {
    border-inline-start-color: rgb(244 114 182 / 0.1);
  }

  .lg\:border-s-pink-400\/100 {
    border-inline-start-color: rgb(244 114 182 / 1);
  }

  .lg\:border-s-pink-400\/15 {
    border-inline-start-color: rgb(244 114 182 / 0.15);
  }

  .lg\:border-s-pink-400\/20 {
    border-inline-start-color: rgb(244 114 182 / 0.2);
  }

  .lg\:border-s-pink-400\/25 {
    border-inline-start-color: rgb(244 114 182 / 0.25);
  }

  .lg\:border-s-pink-400\/30 {
    border-inline-start-color: rgb(244 114 182 / 0.3);
  }

  .lg\:border-s-pink-400\/35 {
    border-inline-start-color: rgb(244 114 182 / 0.35);
  }

  .lg\:border-s-pink-400\/40 {
    border-inline-start-color: rgb(244 114 182 / 0.4);
  }

  .lg\:border-s-pink-400\/45 {
    border-inline-start-color: rgb(244 114 182 / 0.45);
  }

  .lg\:border-s-pink-400\/5 {
    border-inline-start-color: rgb(244 114 182 / 0.05);
  }

  .lg\:border-s-pink-400\/50 {
    border-inline-start-color: rgb(244 114 182 / 0.5);
  }

  .lg\:border-s-pink-400\/55 {
    border-inline-start-color: rgb(244 114 182 / 0.55);
  }

  .lg\:border-s-pink-400\/60 {
    border-inline-start-color: rgb(244 114 182 / 0.6);
  }

  .lg\:border-s-pink-400\/65 {
    border-inline-start-color: rgb(244 114 182 / 0.65);
  }

  .lg\:border-s-pink-400\/70 {
    border-inline-start-color: rgb(244 114 182 / 0.7);
  }

  .lg\:border-s-pink-400\/75 {
    border-inline-start-color: rgb(244 114 182 / 0.75);
  }

  .lg\:border-s-pink-400\/80 {
    border-inline-start-color: rgb(244 114 182 / 0.8);
  }

  .lg\:border-s-pink-400\/85 {
    border-inline-start-color: rgb(244 114 182 / 0.85);
  }

  .lg\:border-s-pink-400\/90 {
    border-inline-start-color: rgb(244 114 182 / 0.9);
  }

  .lg\:border-s-pink-400\/95 {
    border-inline-start-color: rgb(244 114 182 / 0.95);
  }

  .lg\:border-s-pink-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(253 242 248 / var(--tw-border-opacity));
  }

  .lg\:border-s-pink-50\/0 {
    border-inline-start-color: rgb(253 242 248 / 0);
  }

  .lg\:border-s-pink-50\/10 {
    border-inline-start-color: rgb(253 242 248 / 0.1);
  }

  .lg\:border-s-pink-50\/100 {
    border-inline-start-color: rgb(253 242 248 / 1);
  }

  .lg\:border-s-pink-50\/15 {
    border-inline-start-color: rgb(253 242 248 / 0.15);
  }

  .lg\:border-s-pink-50\/20 {
    border-inline-start-color: rgb(253 242 248 / 0.2);
  }

  .lg\:border-s-pink-50\/25 {
    border-inline-start-color: rgb(253 242 248 / 0.25);
  }

  .lg\:border-s-pink-50\/30 {
    border-inline-start-color: rgb(253 242 248 / 0.3);
  }

  .lg\:border-s-pink-50\/35 {
    border-inline-start-color: rgb(253 242 248 / 0.35);
  }

  .lg\:border-s-pink-50\/40 {
    border-inline-start-color: rgb(253 242 248 / 0.4);
  }

  .lg\:border-s-pink-50\/45 {
    border-inline-start-color: rgb(253 242 248 / 0.45);
  }

  .lg\:border-s-pink-50\/5 {
    border-inline-start-color: rgb(253 242 248 / 0.05);
  }

  .lg\:border-s-pink-50\/50 {
    border-inline-start-color: rgb(253 242 248 / 0.5);
  }

  .lg\:border-s-pink-50\/55 {
    border-inline-start-color: rgb(253 242 248 / 0.55);
  }

  .lg\:border-s-pink-50\/60 {
    border-inline-start-color: rgb(253 242 248 / 0.6);
  }

  .lg\:border-s-pink-50\/65 {
    border-inline-start-color: rgb(253 242 248 / 0.65);
  }

  .lg\:border-s-pink-50\/70 {
    border-inline-start-color: rgb(253 242 248 / 0.7);
  }

  .lg\:border-s-pink-50\/75 {
    border-inline-start-color: rgb(253 242 248 / 0.75);
  }

  .lg\:border-s-pink-50\/80 {
    border-inline-start-color: rgb(253 242 248 / 0.8);
  }

  .lg\:border-s-pink-50\/85 {
    border-inline-start-color: rgb(253 242 248 / 0.85);
  }

  .lg\:border-s-pink-50\/90 {
    border-inline-start-color: rgb(253 242 248 / 0.9);
  }

  .lg\:border-s-pink-50\/95 {
    border-inline-start-color: rgb(253 242 248 / 0.95);
  }

  .lg\:border-s-pink-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(236 72 153 / var(--tw-border-opacity));
  }

  .lg\:border-s-pink-500\/0 {
    border-inline-start-color: rgb(236 72 153 / 0);
  }

  .lg\:border-s-pink-500\/10 {
    border-inline-start-color: rgb(236 72 153 / 0.1);
  }

  .lg\:border-s-pink-500\/100 {
    border-inline-start-color: rgb(236 72 153 / 1);
  }

  .lg\:border-s-pink-500\/15 {
    border-inline-start-color: rgb(236 72 153 / 0.15);
  }

  .lg\:border-s-pink-500\/20 {
    border-inline-start-color: rgb(236 72 153 / 0.2);
  }

  .lg\:border-s-pink-500\/25 {
    border-inline-start-color: rgb(236 72 153 / 0.25);
  }

  .lg\:border-s-pink-500\/30 {
    border-inline-start-color: rgb(236 72 153 / 0.3);
  }

  .lg\:border-s-pink-500\/35 {
    border-inline-start-color: rgb(236 72 153 / 0.35);
  }

  .lg\:border-s-pink-500\/40 {
    border-inline-start-color: rgb(236 72 153 / 0.4);
  }

  .lg\:border-s-pink-500\/45 {
    border-inline-start-color: rgb(236 72 153 / 0.45);
  }

  .lg\:border-s-pink-500\/5 {
    border-inline-start-color: rgb(236 72 153 / 0.05);
  }

  .lg\:border-s-pink-500\/50 {
    border-inline-start-color: rgb(236 72 153 / 0.5);
  }

  .lg\:border-s-pink-500\/55 {
    border-inline-start-color: rgb(236 72 153 / 0.55);
  }

  .lg\:border-s-pink-500\/60 {
    border-inline-start-color: rgb(236 72 153 / 0.6);
  }

  .lg\:border-s-pink-500\/65 {
    border-inline-start-color: rgb(236 72 153 / 0.65);
  }

  .lg\:border-s-pink-500\/70 {
    border-inline-start-color: rgb(236 72 153 / 0.7);
  }

  .lg\:border-s-pink-500\/75 {
    border-inline-start-color: rgb(236 72 153 / 0.75);
  }

  .lg\:border-s-pink-500\/80 {
    border-inline-start-color: rgb(236 72 153 / 0.8);
  }

  .lg\:border-s-pink-500\/85 {
    border-inline-start-color: rgb(236 72 153 / 0.85);
  }

  .lg\:border-s-pink-500\/90 {
    border-inline-start-color: rgb(236 72 153 / 0.9);
  }

  .lg\:border-s-pink-500\/95 {
    border-inline-start-color: rgb(236 72 153 / 0.95);
  }

  .lg\:border-s-pink-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(219 39 119 / var(--tw-border-opacity));
  }

  .lg\:border-s-pink-600\/0 {
    border-inline-start-color: rgb(219 39 119 / 0);
  }

  .lg\:border-s-pink-600\/10 {
    border-inline-start-color: rgb(219 39 119 / 0.1);
  }

  .lg\:border-s-pink-600\/100 {
    border-inline-start-color: rgb(219 39 119 / 1);
  }

  .lg\:border-s-pink-600\/15 {
    border-inline-start-color: rgb(219 39 119 / 0.15);
  }

  .lg\:border-s-pink-600\/20 {
    border-inline-start-color: rgb(219 39 119 / 0.2);
  }

  .lg\:border-s-pink-600\/25 {
    border-inline-start-color: rgb(219 39 119 / 0.25);
  }

  .lg\:border-s-pink-600\/30 {
    border-inline-start-color: rgb(219 39 119 / 0.3);
  }

  .lg\:border-s-pink-600\/35 {
    border-inline-start-color: rgb(219 39 119 / 0.35);
  }

  .lg\:border-s-pink-600\/40 {
    border-inline-start-color: rgb(219 39 119 / 0.4);
  }

  .lg\:border-s-pink-600\/45 {
    border-inline-start-color: rgb(219 39 119 / 0.45);
  }

  .lg\:border-s-pink-600\/5 {
    border-inline-start-color: rgb(219 39 119 / 0.05);
  }

  .lg\:border-s-pink-600\/50 {
    border-inline-start-color: rgb(219 39 119 / 0.5);
  }

  .lg\:border-s-pink-600\/55 {
    border-inline-start-color: rgb(219 39 119 / 0.55);
  }

  .lg\:border-s-pink-600\/60 {
    border-inline-start-color: rgb(219 39 119 / 0.6);
  }

  .lg\:border-s-pink-600\/65 {
    border-inline-start-color: rgb(219 39 119 / 0.65);
  }

  .lg\:border-s-pink-600\/70 {
    border-inline-start-color: rgb(219 39 119 / 0.7);
  }

  .lg\:border-s-pink-600\/75 {
    border-inline-start-color: rgb(219 39 119 / 0.75);
  }

  .lg\:border-s-pink-600\/80 {
    border-inline-start-color: rgb(219 39 119 / 0.8);
  }

  .lg\:border-s-pink-600\/85 {
    border-inline-start-color: rgb(219 39 119 / 0.85);
  }

  .lg\:border-s-pink-600\/90 {
    border-inline-start-color: rgb(219 39 119 / 0.9);
  }

  .lg\:border-s-pink-600\/95 {
    border-inline-start-color: rgb(219 39 119 / 0.95);
  }

  .lg\:border-s-pink-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(190 24 93 / var(--tw-border-opacity));
  }

  .lg\:border-s-pink-700\/0 {
    border-inline-start-color: rgb(190 24 93 / 0);
  }

  .lg\:border-s-pink-700\/10 {
    border-inline-start-color: rgb(190 24 93 / 0.1);
  }

  .lg\:border-s-pink-700\/100 {
    border-inline-start-color: rgb(190 24 93 / 1);
  }

  .lg\:border-s-pink-700\/15 {
    border-inline-start-color: rgb(190 24 93 / 0.15);
  }

  .lg\:border-s-pink-700\/20 {
    border-inline-start-color: rgb(190 24 93 / 0.2);
  }

  .lg\:border-s-pink-700\/25 {
    border-inline-start-color: rgb(190 24 93 / 0.25);
  }

  .lg\:border-s-pink-700\/30 {
    border-inline-start-color: rgb(190 24 93 / 0.3);
  }

  .lg\:border-s-pink-700\/35 {
    border-inline-start-color: rgb(190 24 93 / 0.35);
  }

  .lg\:border-s-pink-700\/40 {
    border-inline-start-color: rgb(190 24 93 / 0.4);
  }

  .lg\:border-s-pink-700\/45 {
    border-inline-start-color: rgb(190 24 93 / 0.45);
  }

  .lg\:border-s-pink-700\/5 {
    border-inline-start-color: rgb(190 24 93 / 0.05);
  }

  .lg\:border-s-pink-700\/50 {
    border-inline-start-color: rgb(190 24 93 / 0.5);
  }

  .lg\:border-s-pink-700\/55 {
    border-inline-start-color: rgb(190 24 93 / 0.55);
  }

  .lg\:border-s-pink-700\/60 {
    border-inline-start-color: rgb(190 24 93 / 0.6);
  }

  .lg\:border-s-pink-700\/65 {
    border-inline-start-color: rgb(190 24 93 / 0.65);
  }

  .lg\:border-s-pink-700\/70 {
    border-inline-start-color: rgb(190 24 93 / 0.7);
  }

  .lg\:border-s-pink-700\/75 {
    border-inline-start-color: rgb(190 24 93 / 0.75);
  }

  .lg\:border-s-pink-700\/80 {
    border-inline-start-color: rgb(190 24 93 / 0.8);
  }

  .lg\:border-s-pink-700\/85 {
    border-inline-start-color: rgb(190 24 93 / 0.85);
  }

  .lg\:border-s-pink-700\/90 {
    border-inline-start-color: rgb(190 24 93 / 0.9);
  }

  .lg\:border-s-pink-700\/95 {
    border-inline-start-color: rgb(190 24 93 / 0.95);
  }

  .lg\:border-s-pink-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(157 23 77 / var(--tw-border-opacity));
  }

  .lg\:border-s-pink-800\/0 {
    border-inline-start-color: rgb(157 23 77 / 0);
  }

  .lg\:border-s-pink-800\/10 {
    border-inline-start-color: rgb(157 23 77 / 0.1);
  }

  .lg\:border-s-pink-800\/100 {
    border-inline-start-color: rgb(157 23 77 / 1);
  }

  .lg\:border-s-pink-800\/15 {
    border-inline-start-color: rgb(157 23 77 / 0.15);
  }

  .lg\:border-s-pink-800\/20 {
    border-inline-start-color: rgb(157 23 77 / 0.2);
  }

  .lg\:border-s-pink-800\/25 {
    border-inline-start-color: rgb(157 23 77 / 0.25);
  }

  .lg\:border-s-pink-800\/30 {
    border-inline-start-color: rgb(157 23 77 / 0.3);
  }

  .lg\:border-s-pink-800\/35 {
    border-inline-start-color: rgb(157 23 77 / 0.35);
  }

  .lg\:border-s-pink-800\/40 {
    border-inline-start-color: rgb(157 23 77 / 0.4);
  }

  .lg\:border-s-pink-800\/45 {
    border-inline-start-color: rgb(157 23 77 / 0.45);
  }

  .lg\:border-s-pink-800\/5 {
    border-inline-start-color: rgb(157 23 77 / 0.05);
  }

  .lg\:border-s-pink-800\/50 {
    border-inline-start-color: rgb(157 23 77 / 0.5);
  }

  .lg\:border-s-pink-800\/55 {
    border-inline-start-color: rgb(157 23 77 / 0.55);
  }

  .lg\:border-s-pink-800\/60 {
    border-inline-start-color: rgb(157 23 77 / 0.6);
  }

  .lg\:border-s-pink-800\/65 {
    border-inline-start-color: rgb(157 23 77 / 0.65);
  }

  .lg\:border-s-pink-800\/70 {
    border-inline-start-color: rgb(157 23 77 / 0.7);
  }

  .lg\:border-s-pink-800\/75 {
    border-inline-start-color: rgb(157 23 77 / 0.75);
  }

  .lg\:border-s-pink-800\/80 {
    border-inline-start-color: rgb(157 23 77 / 0.8);
  }

  .lg\:border-s-pink-800\/85 {
    border-inline-start-color: rgb(157 23 77 / 0.85);
  }

  .lg\:border-s-pink-800\/90 {
    border-inline-start-color: rgb(157 23 77 / 0.9);
  }

  .lg\:border-s-pink-800\/95 {
    border-inline-start-color: rgb(157 23 77 / 0.95);
  }

  .lg\:border-s-pink-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(131 24 67 / var(--tw-border-opacity));
  }

  .lg\:border-s-pink-900\/0 {
    border-inline-start-color: rgb(131 24 67 / 0);
  }

  .lg\:border-s-pink-900\/10 {
    border-inline-start-color: rgb(131 24 67 / 0.1);
  }

  .lg\:border-s-pink-900\/100 {
    border-inline-start-color: rgb(131 24 67 / 1);
  }

  .lg\:border-s-pink-900\/15 {
    border-inline-start-color: rgb(131 24 67 / 0.15);
  }

  .lg\:border-s-pink-900\/20 {
    border-inline-start-color: rgb(131 24 67 / 0.2);
  }

  .lg\:border-s-pink-900\/25 {
    border-inline-start-color: rgb(131 24 67 / 0.25);
  }

  .lg\:border-s-pink-900\/30 {
    border-inline-start-color: rgb(131 24 67 / 0.3);
  }

  .lg\:border-s-pink-900\/35 {
    border-inline-start-color: rgb(131 24 67 / 0.35);
  }

  .lg\:border-s-pink-900\/40 {
    border-inline-start-color: rgb(131 24 67 / 0.4);
  }

  .lg\:border-s-pink-900\/45 {
    border-inline-start-color: rgb(131 24 67 / 0.45);
  }

  .lg\:border-s-pink-900\/5 {
    border-inline-start-color: rgb(131 24 67 / 0.05);
  }

  .lg\:border-s-pink-900\/50 {
    border-inline-start-color: rgb(131 24 67 / 0.5);
  }

  .lg\:border-s-pink-900\/55 {
    border-inline-start-color: rgb(131 24 67 / 0.55);
  }

  .lg\:border-s-pink-900\/60 {
    border-inline-start-color: rgb(131 24 67 / 0.6);
  }

  .lg\:border-s-pink-900\/65 {
    border-inline-start-color: rgb(131 24 67 / 0.65);
  }

  .lg\:border-s-pink-900\/70 {
    border-inline-start-color: rgb(131 24 67 / 0.7);
  }

  .lg\:border-s-pink-900\/75 {
    border-inline-start-color: rgb(131 24 67 / 0.75);
  }

  .lg\:border-s-pink-900\/80 {
    border-inline-start-color: rgb(131 24 67 / 0.8);
  }

  .lg\:border-s-pink-900\/85 {
    border-inline-start-color: rgb(131 24 67 / 0.85);
  }

  .lg\:border-s-pink-900\/90 {
    border-inline-start-color: rgb(131 24 67 / 0.9);
  }

  .lg\:border-s-pink-900\/95 {
    border-inline-start-color: rgb(131 24 67 / 0.95);
  }

  .lg\:border-s-pink-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(80 7 36 / var(--tw-border-opacity));
  }

  .lg\:border-s-pink-950\/0 {
    border-inline-start-color: rgb(80 7 36 / 0);
  }

  .lg\:border-s-pink-950\/10 {
    border-inline-start-color: rgb(80 7 36 / 0.1);
  }

  .lg\:border-s-pink-950\/100 {
    border-inline-start-color: rgb(80 7 36 / 1);
  }

  .lg\:border-s-pink-950\/15 {
    border-inline-start-color: rgb(80 7 36 / 0.15);
  }

  .lg\:border-s-pink-950\/20 {
    border-inline-start-color: rgb(80 7 36 / 0.2);
  }

  .lg\:border-s-pink-950\/25 {
    border-inline-start-color: rgb(80 7 36 / 0.25);
  }

  .lg\:border-s-pink-950\/30 {
    border-inline-start-color: rgb(80 7 36 / 0.3);
  }

  .lg\:border-s-pink-950\/35 {
    border-inline-start-color: rgb(80 7 36 / 0.35);
  }

  .lg\:border-s-pink-950\/40 {
    border-inline-start-color: rgb(80 7 36 / 0.4);
  }

  .lg\:border-s-pink-950\/45 {
    border-inline-start-color: rgb(80 7 36 / 0.45);
  }

  .lg\:border-s-pink-950\/5 {
    border-inline-start-color: rgb(80 7 36 / 0.05);
  }

  .lg\:border-s-pink-950\/50 {
    border-inline-start-color: rgb(80 7 36 / 0.5);
  }

  .lg\:border-s-pink-950\/55 {
    border-inline-start-color: rgb(80 7 36 / 0.55);
  }

  .lg\:border-s-pink-950\/60 {
    border-inline-start-color: rgb(80 7 36 / 0.6);
  }

  .lg\:border-s-pink-950\/65 {
    border-inline-start-color: rgb(80 7 36 / 0.65);
  }

  .lg\:border-s-pink-950\/70 {
    border-inline-start-color: rgb(80 7 36 / 0.7);
  }

  .lg\:border-s-pink-950\/75 {
    border-inline-start-color: rgb(80 7 36 / 0.75);
  }

  .lg\:border-s-pink-950\/80 {
    border-inline-start-color: rgb(80 7 36 / 0.8);
  }

  .lg\:border-s-pink-950\/85 {
    border-inline-start-color: rgb(80 7 36 / 0.85);
  }

  .lg\:border-s-pink-950\/90 {
    border-inline-start-color: rgb(80 7 36 / 0.9);
  }

  .lg\:border-s-pink-950\/95 {
    border-inline-start-color: rgb(80 7 36 / 0.95);
  }

  .lg\:border-s-primary-100 {
    border-inline-start-color: var(--color-primary-100);
  }

  .lg\:border-s-primary-200 {
    border-inline-start-color: var(--color-primary-200);
  }

  .lg\:border-s-primary-300 {
    border-inline-start-color: var(--color-primary-300);
  }

  .lg\:border-s-primary-400 {
    border-inline-start-color: var(--color-primary-400);
  }

  .lg\:border-s-primary-50 {
    border-inline-start-color: var(--color-primary-50);
  }

  .lg\:border-s-primary-500 {
    border-inline-start-color: var(--color-primary-500);
  }

  .lg\:border-s-primary-600 {
    border-inline-start-color: var(--color-primary-600);
  }

  .lg\:border-s-primary-700 {
    border-inline-start-color: var(--color-primary-700);
  }

  .lg\:border-s-primary-800 {
    border-inline-start-color: var(--color-primary-800);
  }

  .lg\:border-s-primary-900 {
    border-inline-start-color: var(--color-primary-900);
  }

  .lg\:border-s-purple-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(243 232 255 / var(--tw-border-opacity));
  }

  .lg\:border-s-purple-100\/0 {
    border-inline-start-color: rgb(243 232 255 / 0);
  }

  .lg\:border-s-purple-100\/10 {
    border-inline-start-color: rgb(243 232 255 / 0.1);
  }

  .lg\:border-s-purple-100\/100 {
    border-inline-start-color: rgb(243 232 255 / 1);
  }

  .lg\:border-s-purple-100\/15 {
    border-inline-start-color: rgb(243 232 255 / 0.15);
  }

  .lg\:border-s-purple-100\/20 {
    border-inline-start-color: rgb(243 232 255 / 0.2);
  }

  .lg\:border-s-purple-100\/25 {
    border-inline-start-color: rgb(243 232 255 / 0.25);
  }

  .lg\:border-s-purple-100\/30 {
    border-inline-start-color: rgb(243 232 255 / 0.3);
  }

  .lg\:border-s-purple-100\/35 {
    border-inline-start-color: rgb(243 232 255 / 0.35);
  }

  .lg\:border-s-purple-100\/40 {
    border-inline-start-color: rgb(243 232 255 / 0.4);
  }

  .lg\:border-s-purple-100\/45 {
    border-inline-start-color: rgb(243 232 255 / 0.45);
  }

  .lg\:border-s-purple-100\/5 {
    border-inline-start-color: rgb(243 232 255 / 0.05);
  }

  .lg\:border-s-purple-100\/50 {
    border-inline-start-color: rgb(243 232 255 / 0.5);
  }

  .lg\:border-s-purple-100\/55 {
    border-inline-start-color: rgb(243 232 255 / 0.55);
  }

  .lg\:border-s-purple-100\/60 {
    border-inline-start-color: rgb(243 232 255 / 0.6);
  }

  .lg\:border-s-purple-100\/65 {
    border-inline-start-color: rgb(243 232 255 / 0.65);
  }

  .lg\:border-s-purple-100\/70 {
    border-inline-start-color: rgb(243 232 255 / 0.7);
  }

  .lg\:border-s-purple-100\/75 {
    border-inline-start-color: rgb(243 232 255 / 0.75);
  }

  .lg\:border-s-purple-100\/80 {
    border-inline-start-color: rgb(243 232 255 / 0.8);
  }

  .lg\:border-s-purple-100\/85 {
    border-inline-start-color: rgb(243 232 255 / 0.85);
  }

  .lg\:border-s-purple-100\/90 {
    border-inline-start-color: rgb(243 232 255 / 0.9);
  }

  .lg\:border-s-purple-100\/95 {
    border-inline-start-color: rgb(243 232 255 / 0.95);
  }

  .lg\:border-s-purple-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(233 213 255 / var(--tw-border-opacity));
  }

  .lg\:border-s-purple-200\/0 {
    border-inline-start-color: rgb(233 213 255 / 0);
  }

  .lg\:border-s-purple-200\/10 {
    border-inline-start-color: rgb(233 213 255 / 0.1);
  }

  .lg\:border-s-purple-200\/100 {
    border-inline-start-color: rgb(233 213 255 / 1);
  }

  .lg\:border-s-purple-200\/15 {
    border-inline-start-color: rgb(233 213 255 / 0.15);
  }

  .lg\:border-s-purple-200\/20 {
    border-inline-start-color: rgb(233 213 255 / 0.2);
  }

  .lg\:border-s-purple-200\/25 {
    border-inline-start-color: rgb(233 213 255 / 0.25);
  }

  .lg\:border-s-purple-200\/30 {
    border-inline-start-color: rgb(233 213 255 / 0.3);
  }

  .lg\:border-s-purple-200\/35 {
    border-inline-start-color: rgb(233 213 255 / 0.35);
  }

  .lg\:border-s-purple-200\/40 {
    border-inline-start-color: rgb(233 213 255 / 0.4);
  }

  .lg\:border-s-purple-200\/45 {
    border-inline-start-color: rgb(233 213 255 / 0.45);
  }

  .lg\:border-s-purple-200\/5 {
    border-inline-start-color: rgb(233 213 255 / 0.05);
  }

  .lg\:border-s-purple-200\/50 {
    border-inline-start-color: rgb(233 213 255 / 0.5);
  }

  .lg\:border-s-purple-200\/55 {
    border-inline-start-color: rgb(233 213 255 / 0.55);
  }

  .lg\:border-s-purple-200\/60 {
    border-inline-start-color: rgb(233 213 255 / 0.6);
  }

  .lg\:border-s-purple-200\/65 {
    border-inline-start-color: rgb(233 213 255 / 0.65);
  }

  .lg\:border-s-purple-200\/70 {
    border-inline-start-color: rgb(233 213 255 / 0.7);
  }

  .lg\:border-s-purple-200\/75 {
    border-inline-start-color: rgb(233 213 255 / 0.75);
  }

  .lg\:border-s-purple-200\/80 {
    border-inline-start-color: rgb(233 213 255 / 0.8);
  }

  .lg\:border-s-purple-200\/85 {
    border-inline-start-color: rgb(233 213 255 / 0.85);
  }

  .lg\:border-s-purple-200\/90 {
    border-inline-start-color: rgb(233 213 255 / 0.9);
  }

  .lg\:border-s-purple-200\/95 {
    border-inline-start-color: rgb(233 213 255 / 0.95);
  }

  .lg\:border-s-purple-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(216 180 254 / var(--tw-border-opacity));
  }

  .lg\:border-s-purple-300\/0 {
    border-inline-start-color: rgb(216 180 254 / 0);
  }

  .lg\:border-s-purple-300\/10 {
    border-inline-start-color: rgb(216 180 254 / 0.1);
  }

  .lg\:border-s-purple-300\/100 {
    border-inline-start-color: rgb(216 180 254 / 1);
  }

  .lg\:border-s-purple-300\/15 {
    border-inline-start-color: rgb(216 180 254 / 0.15);
  }

  .lg\:border-s-purple-300\/20 {
    border-inline-start-color: rgb(216 180 254 / 0.2);
  }

  .lg\:border-s-purple-300\/25 {
    border-inline-start-color: rgb(216 180 254 / 0.25);
  }

  .lg\:border-s-purple-300\/30 {
    border-inline-start-color: rgb(216 180 254 / 0.3);
  }

  .lg\:border-s-purple-300\/35 {
    border-inline-start-color: rgb(216 180 254 / 0.35);
  }

  .lg\:border-s-purple-300\/40 {
    border-inline-start-color: rgb(216 180 254 / 0.4);
  }

  .lg\:border-s-purple-300\/45 {
    border-inline-start-color: rgb(216 180 254 / 0.45);
  }

  .lg\:border-s-purple-300\/5 {
    border-inline-start-color: rgb(216 180 254 / 0.05);
  }

  .lg\:border-s-purple-300\/50 {
    border-inline-start-color: rgb(216 180 254 / 0.5);
  }

  .lg\:border-s-purple-300\/55 {
    border-inline-start-color: rgb(216 180 254 / 0.55);
  }

  .lg\:border-s-purple-300\/60 {
    border-inline-start-color: rgb(216 180 254 / 0.6);
  }

  .lg\:border-s-purple-300\/65 {
    border-inline-start-color: rgb(216 180 254 / 0.65);
  }

  .lg\:border-s-purple-300\/70 {
    border-inline-start-color: rgb(216 180 254 / 0.7);
  }

  .lg\:border-s-purple-300\/75 {
    border-inline-start-color: rgb(216 180 254 / 0.75);
  }

  .lg\:border-s-purple-300\/80 {
    border-inline-start-color: rgb(216 180 254 / 0.8);
  }

  .lg\:border-s-purple-300\/85 {
    border-inline-start-color: rgb(216 180 254 / 0.85);
  }

  .lg\:border-s-purple-300\/90 {
    border-inline-start-color: rgb(216 180 254 / 0.9);
  }

  .lg\:border-s-purple-300\/95 {
    border-inline-start-color: rgb(216 180 254 / 0.95);
  }

  .lg\:border-s-purple-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(192 132 252 / var(--tw-border-opacity));
  }

  .lg\:border-s-purple-400\/0 {
    border-inline-start-color: rgb(192 132 252 / 0);
  }

  .lg\:border-s-purple-400\/10 {
    border-inline-start-color: rgb(192 132 252 / 0.1);
  }

  .lg\:border-s-purple-400\/100 {
    border-inline-start-color: rgb(192 132 252 / 1);
  }

  .lg\:border-s-purple-400\/15 {
    border-inline-start-color: rgb(192 132 252 / 0.15);
  }

  .lg\:border-s-purple-400\/20 {
    border-inline-start-color: rgb(192 132 252 / 0.2);
  }

  .lg\:border-s-purple-400\/25 {
    border-inline-start-color: rgb(192 132 252 / 0.25);
  }

  .lg\:border-s-purple-400\/30 {
    border-inline-start-color: rgb(192 132 252 / 0.3);
  }

  .lg\:border-s-purple-400\/35 {
    border-inline-start-color: rgb(192 132 252 / 0.35);
  }

  .lg\:border-s-purple-400\/40 {
    border-inline-start-color: rgb(192 132 252 / 0.4);
  }

  .lg\:border-s-purple-400\/45 {
    border-inline-start-color: rgb(192 132 252 / 0.45);
  }

  .lg\:border-s-purple-400\/5 {
    border-inline-start-color: rgb(192 132 252 / 0.05);
  }

  .lg\:border-s-purple-400\/50 {
    border-inline-start-color: rgb(192 132 252 / 0.5);
  }

  .lg\:border-s-purple-400\/55 {
    border-inline-start-color: rgb(192 132 252 / 0.55);
  }

  .lg\:border-s-purple-400\/60 {
    border-inline-start-color: rgb(192 132 252 / 0.6);
  }

  .lg\:border-s-purple-400\/65 {
    border-inline-start-color: rgb(192 132 252 / 0.65);
  }

  .lg\:border-s-purple-400\/70 {
    border-inline-start-color: rgb(192 132 252 / 0.7);
  }

  .lg\:border-s-purple-400\/75 {
    border-inline-start-color: rgb(192 132 252 / 0.75);
  }

  .lg\:border-s-purple-400\/80 {
    border-inline-start-color: rgb(192 132 252 / 0.8);
  }

  .lg\:border-s-purple-400\/85 {
    border-inline-start-color: rgb(192 132 252 / 0.85);
  }

  .lg\:border-s-purple-400\/90 {
    border-inline-start-color: rgb(192 132 252 / 0.9);
  }

  .lg\:border-s-purple-400\/95 {
    border-inline-start-color: rgb(192 132 252 / 0.95);
  }

  .lg\:border-s-purple-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(250 245 255 / var(--tw-border-opacity));
  }

  .lg\:border-s-purple-50\/0 {
    border-inline-start-color: rgb(250 245 255 / 0);
  }

  .lg\:border-s-purple-50\/10 {
    border-inline-start-color: rgb(250 245 255 / 0.1);
  }

  .lg\:border-s-purple-50\/100 {
    border-inline-start-color: rgb(250 245 255 / 1);
  }

  .lg\:border-s-purple-50\/15 {
    border-inline-start-color: rgb(250 245 255 / 0.15);
  }

  .lg\:border-s-purple-50\/20 {
    border-inline-start-color: rgb(250 245 255 / 0.2);
  }

  .lg\:border-s-purple-50\/25 {
    border-inline-start-color: rgb(250 245 255 / 0.25);
  }

  .lg\:border-s-purple-50\/30 {
    border-inline-start-color: rgb(250 245 255 / 0.3);
  }

  .lg\:border-s-purple-50\/35 {
    border-inline-start-color: rgb(250 245 255 / 0.35);
  }

  .lg\:border-s-purple-50\/40 {
    border-inline-start-color: rgb(250 245 255 / 0.4);
  }

  .lg\:border-s-purple-50\/45 {
    border-inline-start-color: rgb(250 245 255 / 0.45);
  }

  .lg\:border-s-purple-50\/5 {
    border-inline-start-color: rgb(250 245 255 / 0.05);
  }

  .lg\:border-s-purple-50\/50 {
    border-inline-start-color: rgb(250 245 255 / 0.5);
  }

  .lg\:border-s-purple-50\/55 {
    border-inline-start-color: rgb(250 245 255 / 0.55);
  }

  .lg\:border-s-purple-50\/60 {
    border-inline-start-color: rgb(250 245 255 / 0.6);
  }

  .lg\:border-s-purple-50\/65 {
    border-inline-start-color: rgb(250 245 255 / 0.65);
  }

  .lg\:border-s-purple-50\/70 {
    border-inline-start-color: rgb(250 245 255 / 0.7);
  }

  .lg\:border-s-purple-50\/75 {
    border-inline-start-color: rgb(250 245 255 / 0.75);
  }

  .lg\:border-s-purple-50\/80 {
    border-inline-start-color: rgb(250 245 255 / 0.8);
  }

  .lg\:border-s-purple-50\/85 {
    border-inline-start-color: rgb(250 245 255 / 0.85);
  }

  .lg\:border-s-purple-50\/90 {
    border-inline-start-color: rgb(250 245 255 / 0.9);
  }

  .lg\:border-s-purple-50\/95 {
    border-inline-start-color: rgb(250 245 255 / 0.95);
  }

  .lg\:border-s-purple-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(168 85 247 / var(--tw-border-opacity));
  }

  .lg\:border-s-purple-500\/0 {
    border-inline-start-color: rgb(168 85 247 / 0);
  }

  .lg\:border-s-purple-500\/10 {
    border-inline-start-color: rgb(168 85 247 / 0.1);
  }

  .lg\:border-s-purple-500\/100 {
    border-inline-start-color: rgb(168 85 247 / 1);
  }

  .lg\:border-s-purple-500\/15 {
    border-inline-start-color: rgb(168 85 247 / 0.15);
  }

  .lg\:border-s-purple-500\/20 {
    border-inline-start-color: rgb(168 85 247 / 0.2);
  }

  .lg\:border-s-purple-500\/25 {
    border-inline-start-color: rgb(168 85 247 / 0.25);
  }

  .lg\:border-s-purple-500\/30 {
    border-inline-start-color: rgb(168 85 247 / 0.3);
  }

  .lg\:border-s-purple-500\/35 {
    border-inline-start-color: rgb(168 85 247 / 0.35);
  }

  .lg\:border-s-purple-500\/40 {
    border-inline-start-color: rgb(168 85 247 / 0.4);
  }

  .lg\:border-s-purple-500\/45 {
    border-inline-start-color: rgb(168 85 247 / 0.45);
  }

  .lg\:border-s-purple-500\/5 {
    border-inline-start-color: rgb(168 85 247 / 0.05);
  }

  .lg\:border-s-purple-500\/50 {
    border-inline-start-color: rgb(168 85 247 / 0.5);
  }

  .lg\:border-s-purple-500\/55 {
    border-inline-start-color: rgb(168 85 247 / 0.55);
  }

  .lg\:border-s-purple-500\/60 {
    border-inline-start-color: rgb(168 85 247 / 0.6);
  }

  .lg\:border-s-purple-500\/65 {
    border-inline-start-color: rgb(168 85 247 / 0.65);
  }

  .lg\:border-s-purple-500\/70 {
    border-inline-start-color: rgb(168 85 247 / 0.7);
  }

  .lg\:border-s-purple-500\/75 {
    border-inline-start-color: rgb(168 85 247 / 0.75);
  }

  .lg\:border-s-purple-500\/80 {
    border-inline-start-color: rgb(168 85 247 / 0.8);
  }

  .lg\:border-s-purple-500\/85 {
    border-inline-start-color: rgb(168 85 247 / 0.85);
  }

  .lg\:border-s-purple-500\/90 {
    border-inline-start-color: rgb(168 85 247 / 0.9);
  }

  .lg\:border-s-purple-500\/95 {
    border-inline-start-color: rgb(168 85 247 / 0.95);
  }

  .lg\:border-s-purple-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(147 51 234 / var(--tw-border-opacity));
  }

  .lg\:border-s-purple-600\/0 {
    border-inline-start-color: rgb(147 51 234 / 0);
  }

  .lg\:border-s-purple-600\/10 {
    border-inline-start-color: rgb(147 51 234 / 0.1);
  }

  .lg\:border-s-purple-600\/100 {
    border-inline-start-color: rgb(147 51 234 / 1);
  }

  .lg\:border-s-purple-600\/15 {
    border-inline-start-color: rgb(147 51 234 / 0.15);
  }

  .lg\:border-s-purple-600\/20 {
    border-inline-start-color: rgb(147 51 234 / 0.2);
  }

  .lg\:border-s-purple-600\/25 {
    border-inline-start-color: rgb(147 51 234 / 0.25);
  }

  .lg\:border-s-purple-600\/30 {
    border-inline-start-color: rgb(147 51 234 / 0.3);
  }

  .lg\:border-s-purple-600\/35 {
    border-inline-start-color: rgb(147 51 234 / 0.35);
  }

  .lg\:border-s-purple-600\/40 {
    border-inline-start-color: rgb(147 51 234 / 0.4);
  }

  .lg\:border-s-purple-600\/45 {
    border-inline-start-color: rgb(147 51 234 / 0.45);
  }

  .lg\:border-s-purple-600\/5 {
    border-inline-start-color: rgb(147 51 234 / 0.05);
  }

  .lg\:border-s-purple-600\/50 {
    border-inline-start-color: rgb(147 51 234 / 0.5);
  }

  .lg\:border-s-purple-600\/55 {
    border-inline-start-color: rgb(147 51 234 / 0.55);
  }

  .lg\:border-s-purple-600\/60 {
    border-inline-start-color: rgb(147 51 234 / 0.6);
  }

  .lg\:border-s-purple-600\/65 {
    border-inline-start-color: rgb(147 51 234 / 0.65);
  }

  .lg\:border-s-purple-600\/70 {
    border-inline-start-color: rgb(147 51 234 / 0.7);
  }

  .lg\:border-s-purple-600\/75 {
    border-inline-start-color: rgb(147 51 234 / 0.75);
  }

  .lg\:border-s-purple-600\/80 {
    border-inline-start-color: rgb(147 51 234 / 0.8);
  }

  .lg\:border-s-purple-600\/85 {
    border-inline-start-color: rgb(147 51 234 / 0.85);
  }

  .lg\:border-s-purple-600\/90 {
    border-inline-start-color: rgb(147 51 234 / 0.9);
  }

  .lg\:border-s-purple-600\/95 {
    border-inline-start-color: rgb(147 51 234 / 0.95);
  }

  .lg\:border-s-purple-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(126 34 206 / var(--tw-border-opacity));
  }

  .lg\:border-s-purple-700\/0 {
    border-inline-start-color: rgb(126 34 206 / 0);
  }

  .lg\:border-s-purple-700\/10 {
    border-inline-start-color: rgb(126 34 206 / 0.1);
  }

  .lg\:border-s-purple-700\/100 {
    border-inline-start-color: rgb(126 34 206 / 1);
  }

  .lg\:border-s-purple-700\/15 {
    border-inline-start-color: rgb(126 34 206 / 0.15);
  }

  .lg\:border-s-purple-700\/20 {
    border-inline-start-color: rgb(126 34 206 / 0.2);
  }

  .lg\:border-s-purple-700\/25 {
    border-inline-start-color: rgb(126 34 206 / 0.25);
  }

  .lg\:border-s-purple-700\/30 {
    border-inline-start-color: rgb(126 34 206 / 0.3);
  }

  .lg\:border-s-purple-700\/35 {
    border-inline-start-color: rgb(126 34 206 / 0.35);
  }

  .lg\:border-s-purple-700\/40 {
    border-inline-start-color: rgb(126 34 206 / 0.4);
  }

  .lg\:border-s-purple-700\/45 {
    border-inline-start-color: rgb(126 34 206 / 0.45);
  }

  .lg\:border-s-purple-700\/5 {
    border-inline-start-color: rgb(126 34 206 / 0.05);
  }

  .lg\:border-s-purple-700\/50 {
    border-inline-start-color: rgb(126 34 206 / 0.5);
  }

  .lg\:border-s-purple-700\/55 {
    border-inline-start-color: rgb(126 34 206 / 0.55);
  }

  .lg\:border-s-purple-700\/60 {
    border-inline-start-color: rgb(126 34 206 / 0.6);
  }

  .lg\:border-s-purple-700\/65 {
    border-inline-start-color: rgb(126 34 206 / 0.65);
  }

  .lg\:border-s-purple-700\/70 {
    border-inline-start-color: rgb(126 34 206 / 0.7);
  }

  .lg\:border-s-purple-700\/75 {
    border-inline-start-color: rgb(126 34 206 / 0.75);
  }

  .lg\:border-s-purple-700\/80 {
    border-inline-start-color: rgb(126 34 206 / 0.8);
  }

  .lg\:border-s-purple-700\/85 {
    border-inline-start-color: rgb(126 34 206 / 0.85);
  }

  .lg\:border-s-purple-700\/90 {
    border-inline-start-color: rgb(126 34 206 / 0.9);
  }

  .lg\:border-s-purple-700\/95 {
    border-inline-start-color: rgb(126 34 206 / 0.95);
  }

  .lg\:border-s-purple-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(107 33 168 / var(--tw-border-opacity));
  }

  .lg\:border-s-purple-800\/0 {
    border-inline-start-color: rgb(107 33 168 / 0);
  }

  .lg\:border-s-purple-800\/10 {
    border-inline-start-color: rgb(107 33 168 / 0.1);
  }

  .lg\:border-s-purple-800\/100 {
    border-inline-start-color: rgb(107 33 168 / 1);
  }

  .lg\:border-s-purple-800\/15 {
    border-inline-start-color: rgb(107 33 168 / 0.15);
  }

  .lg\:border-s-purple-800\/20 {
    border-inline-start-color: rgb(107 33 168 / 0.2);
  }

  .lg\:border-s-purple-800\/25 {
    border-inline-start-color: rgb(107 33 168 / 0.25);
  }

  .lg\:border-s-purple-800\/30 {
    border-inline-start-color: rgb(107 33 168 / 0.3);
  }

  .lg\:border-s-purple-800\/35 {
    border-inline-start-color: rgb(107 33 168 / 0.35);
  }

  .lg\:border-s-purple-800\/40 {
    border-inline-start-color: rgb(107 33 168 / 0.4);
  }

  .lg\:border-s-purple-800\/45 {
    border-inline-start-color: rgb(107 33 168 / 0.45);
  }

  .lg\:border-s-purple-800\/5 {
    border-inline-start-color: rgb(107 33 168 / 0.05);
  }

  .lg\:border-s-purple-800\/50 {
    border-inline-start-color: rgb(107 33 168 / 0.5);
  }

  .lg\:border-s-purple-800\/55 {
    border-inline-start-color: rgb(107 33 168 / 0.55);
  }

  .lg\:border-s-purple-800\/60 {
    border-inline-start-color: rgb(107 33 168 / 0.6);
  }

  .lg\:border-s-purple-800\/65 {
    border-inline-start-color: rgb(107 33 168 / 0.65);
  }

  .lg\:border-s-purple-800\/70 {
    border-inline-start-color: rgb(107 33 168 / 0.7);
  }

  .lg\:border-s-purple-800\/75 {
    border-inline-start-color: rgb(107 33 168 / 0.75);
  }

  .lg\:border-s-purple-800\/80 {
    border-inline-start-color: rgb(107 33 168 / 0.8);
  }

  .lg\:border-s-purple-800\/85 {
    border-inline-start-color: rgb(107 33 168 / 0.85);
  }

  .lg\:border-s-purple-800\/90 {
    border-inline-start-color: rgb(107 33 168 / 0.9);
  }

  .lg\:border-s-purple-800\/95 {
    border-inline-start-color: rgb(107 33 168 / 0.95);
  }

  .lg\:border-s-purple-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(88 28 135 / var(--tw-border-opacity));
  }

  .lg\:border-s-purple-900\/0 {
    border-inline-start-color: rgb(88 28 135 / 0);
  }

  .lg\:border-s-purple-900\/10 {
    border-inline-start-color: rgb(88 28 135 / 0.1);
  }

  .lg\:border-s-purple-900\/100 {
    border-inline-start-color: rgb(88 28 135 / 1);
  }

  .lg\:border-s-purple-900\/15 {
    border-inline-start-color: rgb(88 28 135 / 0.15);
  }

  .lg\:border-s-purple-900\/20 {
    border-inline-start-color: rgb(88 28 135 / 0.2);
  }

  .lg\:border-s-purple-900\/25 {
    border-inline-start-color: rgb(88 28 135 / 0.25);
  }

  .lg\:border-s-purple-900\/30 {
    border-inline-start-color: rgb(88 28 135 / 0.3);
  }

  .lg\:border-s-purple-900\/35 {
    border-inline-start-color: rgb(88 28 135 / 0.35);
  }

  .lg\:border-s-purple-900\/40 {
    border-inline-start-color: rgb(88 28 135 / 0.4);
  }

  .lg\:border-s-purple-900\/45 {
    border-inline-start-color: rgb(88 28 135 / 0.45);
  }

  .lg\:border-s-purple-900\/5 {
    border-inline-start-color: rgb(88 28 135 / 0.05);
  }

  .lg\:border-s-purple-900\/50 {
    border-inline-start-color: rgb(88 28 135 / 0.5);
  }

  .lg\:border-s-purple-900\/55 {
    border-inline-start-color: rgb(88 28 135 / 0.55);
  }

  .lg\:border-s-purple-900\/60 {
    border-inline-start-color: rgb(88 28 135 / 0.6);
  }

  .lg\:border-s-purple-900\/65 {
    border-inline-start-color: rgb(88 28 135 / 0.65);
  }

  .lg\:border-s-purple-900\/70 {
    border-inline-start-color: rgb(88 28 135 / 0.7);
  }

  .lg\:border-s-purple-900\/75 {
    border-inline-start-color: rgb(88 28 135 / 0.75);
  }

  .lg\:border-s-purple-900\/80 {
    border-inline-start-color: rgb(88 28 135 / 0.8);
  }

  .lg\:border-s-purple-900\/85 {
    border-inline-start-color: rgb(88 28 135 / 0.85);
  }

  .lg\:border-s-purple-900\/90 {
    border-inline-start-color: rgb(88 28 135 / 0.9);
  }

  .lg\:border-s-purple-900\/95 {
    border-inline-start-color: rgb(88 28 135 / 0.95);
  }

  .lg\:border-s-purple-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(59 7 100 / var(--tw-border-opacity));
  }

  .lg\:border-s-purple-950\/0 {
    border-inline-start-color: rgb(59 7 100 / 0);
  }

  .lg\:border-s-purple-950\/10 {
    border-inline-start-color: rgb(59 7 100 / 0.1);
  }

  .lg\:border-s-purple-950\/100 {
    border-inline-start-color: rgb(59 7 100 / 1);
  }

  .lg\:border-s-purple-950\/15 {
    border-inline-start-color: rgb(59 7 100 / 0.15);
  }

  .lg\:border-s-purple-950\/20 {
    border-inline-start-color: rgb(59 7 100 / 0.2);
  }

  .lg\:border-s-purple-950\/25 {
    border-inline-start-color: rgb(59 7 100 / 0.25);
  }

  .lg\:border-s-purple-950\/30 {
    border-inline-start-color: rgb(59 7 100 / 0.3);
  }

  .lg\:border-s-purple-950\/35 {
    border-inline-start-color: rgb(59 7 100 / 0.35);
  }

  .lg\:border-s-purple-950\/40 {
    border-inline-start-color: rgb(59 7 100 / 0.4);
  }

  .lg\:border-s-purple-950\/45 {
    border-inline-start-color: rgb(59 7 100 / 0.45);
  }

  .lg\:border-s-purple-950\/5 {
    border-inline-start-color: rgb(59 7 100 / 0.05);
  }

  .lg\:border-s-purple-950\/50 {
    border-inline-start-color: rgb(59 7 100 / 0.5);
  }

  .lg\:border-s-purple-950\/55 {
    border-inline-start-color: rgb(59 7 100 / 0.55);
  }

  .lg\:border-s-purple-950\/60 {
    border-inline-start-color: rgb(59 7 100 / 0.6);
  }

  .lg\:border-s-purple-950\/65 {
    border-inline-start-color: rgb(59 7 100 / 0.65);
  }

  .lg\:border-s-purple-950\/70 {
    border-inline-start-color: rgb(59 7 100 / 0.7);
  }

  .lg\:border-s-purple-950\/75 {
    border-inline-start-color: rgb(59 7 100 / 0.75);
  }

  .lg\:border-s-purple-950\/80 {
    border-inline-start-color: rgb(59 7 100 / 0.8);
  }

  .lg\:border-s-purple-950\/85 {
    border-inline-start-color: rgb(59 7 100 / 0.85);
  }

  .lg\:border-s-purple-950\/90 {
    border-inline-start-color: rgb(59 7 100 / 0.9);
  }

  .lg\:border-s-purple-950\/95 {
    border-inline-start-color: rgb(59 7 100 / 0.95);
  }

  .lg\:border-s-red-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 226 226 / var(--tw-border-opacity));
  }

  .lg\:border-s-red-100\/0 {
    border-inline-start-color: rgb(254 226 226 / 0);
  }

  .lg\:border-s-red-100\/10 {
    border-inline-start-color: rgb(254 226 226 / 0.1);
  }

  .lg\:border-s-red-100\/100 {
    border-inline-start-color: rgb(254 226 226 / 1);
  }

  .lg\:border-s-red-100\/15 {
    border-inline-start-color: rgb(254 226 226 / 0.15);
  }

  .lg\:border-s-red-100\/20 {
    border-inline-start-color: rgb(254 226 226 / 0.2);
  }

  .lg\:border-s-red-100\/25 {
    border-inline-start-color: rgb(254 226 226 / 0.25);
  }

  .lg\:border-s-red-100\/30 {
    border-inline-start-color: rgb(254 226 226 / 0.3);
  }

  .lg\:border-s-red-100\/35 {
    border-inline-start-color: rgb(254 226 226 / 0.35);
  }

  .lg\:border-s-red-100\/40 {
    border-inline-start-color: rgb(254 226 226 / 0.4);
  }

  .lg\:border-s-red-100\/45 {
    border-inline-start-color: rgb(254 226 226 / 0.45);
  }

  .lg\:border-s-red-100\/5 {
    border-inline-start-color: rgb(254 226 226 / 0.05);
  }

  .lg\:border-s-red-100\/50 {
    border-inline-start-color: rgb(254 226 226 / 0.5);
  }

  .lg\:border-s-red-100\/55 {
    border-inline-start-color: rgb(254 226 226 / 0.55);
  }

  .lg\:border-s-red-100\/60 {
    border-inline-start-color: rgb(254 226 226 / 0.6);
  }

  .lg\:border-s-red-100\/65 {
    border-inline-start-color: rgb(254 226 226 / 0.65);
  }

  .lg\:border-s-red-100\/70 {
    border-inline-start-color: rgb(254 226 226 / 0.7);
  }

  .lg\:border-s-red-100\/75 {
    border-inline-start-color: rgb(254 226 226 / 0.75);
  }

  .lg\:border-s-red-100\/80 {
    border-inline-start-color: rgb(254 226 226 / 0.8);
  }

  .lg\:border-s-red-100\/85 {
    border-inline-start-color: rgb(254 226 226 / 0.85);
  }

  .lg\:border-s-red-100\/90 {
    border-inline-start-color: rgb(254 226 226 / 0.9);
  }

  .lg\:border-s-red-100\/95 {
    border-inline-start-color: rgb(254 226 226 / 0.95);
  }

  .lg\:border-s-red-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 202 202 / var(--tw-border-opacity));
  }

  .lg\:border-s-red-200\/0 {
    border-inline-start-color: rgb(254 202 202 / 0);
  }

  .lg\:border-s-red-200\/10 {
    border-inline-start-color: rgb(254 202 202 / 0.1);
  }

  .lg\:border-s-red-200\/100 {
    border-inline-start-color: rgb(254 202 202 / 1);
  }

  .lg\:border-s-red-200\/15 {
    border-inline-start-color: rgb(254 202 202 / 0.15);
  }

  .lg\:border-s-red-200\/20 {
    border-inline-start-color: rgb(254 202 202 / 0.2);
  }

  .lg\:border-s-red-200\/25 {
    border-inline-start-color: rgb(254 202 202 / 0.25);
  }

  .lg\:border-s-red-200\/30 {
    border-inline-start-color: rgb(254 202 202 / 0.3);
  }

  .lg\:border-s-red-200\/35 {
    border-inline-start-color: rgb(254 202 202 / 0.35);
  }

  .lg\:border-s-red-200\/40 {
    border-inline-start-color: rgb(254 202 202 / 0.4);
  }

  .lg\:border-s-red-200\/45 {
    border-inline-start-color: rgb(254 202 202 / 0.45);
  }

  .lg\:border-s-red-200\/5 {
    border-inline-start-color: rgb(254 202 202 / 0.05);
  }

  .lg\:border-s-red-200\/50 {
    border-inline-start-color: rgb(254 202 202 / 0.5);
  }

  .lg\:border-s-red-200\/55 {
    border-inline-start-color: rgb(254 202 202 / 0.55);
  }

  .lg\:border-s-red-200\/60 {
    border-inline-start-color: rgb(254 202 202 / 0.6);
  }

  .lg\:border-s-red-200\/65 {
    border-inline-start-color: rgb(254 202 202 / 0.65);
  }

  .lg\:border-s-red-200\/70 {
    border-inline-start-color: rgb(254 202 202 / 0.7);
  }

  .lg\:border-s-red-200\/75 {
    border-inline-start-color: rgb(254 202 202 / 0.75);
  }

  .lg\:border-s-red-200\/80 {
    border-inline-start-color: rgb(254 202 202 / 0.8);
  }

  .lg\:border-s-red-200\/85 {
    border-inline-start-color: rgb(254 202 202 / 0.85);
  }

  .lg\:border-s-red-200\/90 {
    border-inline-start-color: rgb(254 202 202 / 0.9);
  }

  .lg\:border-s-red-200\/95 {
    border-inline-start-color: rgb(254 202 202 / 0.95);
  }

  .lg\:border-s-red-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(252 165 165 / var(--tw-border-opacity));
  }

  .lg\:border-s-red-300\/0 {
    border-inline-start-color: rgb(252 165 165 / 0);
  }

  .lg\:border-s-red-300\/10 {
    border-inline-start-color: rgb(252 165 165 / 0.1);
  }

  .lg\:border-s-red-300\/100 {
    border-inline-start-color: rgb(252 165 165 / 1);
  }

  .lg\:border-s-red-300\/15 {
    border-inline-start-color: rgb(252 165 165 / 0.15);
  }

  .lg\:border-s-red-300\/20 {
    border-inline-start-color: rgb(252 165 165 / 0.2);
  }

  .lg\:border-s-red-300\/25 {
    border-inline-start-color: rgb(252 165 165 / 0.25);
  }

  .lg\:border-s-red-300\/30 {
    border-inline-start-color: rgb(252 165 165 / 0.3);
  }

  .lg\:border-s-red-300\/35 {
    border-inline-start-color: rgb(252 165 165 / 0.35);
  }

  .lg\:border-s-red-300\/40 {
    border-inline-start-color: rgb(252 165 165 / 0.4);
  }

  .lg\:border-s-red-300\/45 {
    border-inline-start-color: rgb(252 165 165 / 0.45);
  }

  .lg\:border-s-red-300\/5 {
    border-inline-start-color: rgb(252 165 165 / 0.05);
  }

  .lg\:border-s-red-300\/50 {
    border-inline-start-color: rgb(252 165 165 / 0.5);
  }

  .lg\:border-s-red-300\/55 {
    border-inline-start-color: rgb(252 165 165 / 0.55);
  }

  .lg\:border-s-red-300\/60 {
    border-inline-start-color: rgb(252 165 165 / 0.6);
  }

  .lg\:border-s-red-300\/65 {
    border-inline-start-color: rgb(252 165 165 / 0.65);
  }

  .lg\:border-s-red-300\/70 {
    border-inline-start-color: rgb(252 165 165 / 0.7);
  }

  .lg\:border-s-red-300\/75 {
    border-inline-start-color: rgb(252 165 165 / 0.75);
  }

  .lg\:border-s-red-300\/80 {
    border-inline-start-color: rgb(252 165 165 / 0.8);
  }

  .lg\:border-s-red-300\/85 {
    border-inline-start-color: rgb(252 165 165 / 0.85);
  }

  .lg\:border-s-red-300\/90 {
    border-inline-start-color: rgb(252 165 165 / 0.9);
  }

  .lg\:border-s-red-300\/95 {
    border-inline-start-color: rgb(252 165 165 / 0.95);
  }

  .lg\:border-s-red-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(248 113 113 / var(--tw-border-opacity));
  }

  .lg\:border-s-red-400\/0 {
    border-inline-start-color: rgb(248 113 113 / 0);
  }

  .lg\:border-s-red-400\/10 {
    border-inline-start-color: rgb(248 113 113 / 0.1);
  }

  .lg\:border-s-red-400\/100 {
    border-inline-start-color: rgb(248 113 113 / 1);
  }

  .lg\:border-s-red-400\/15 {
    border-inline-start-color: rgb(248 113 113 / 0.15);
  }

  .lg\:border-s-red-400\/20 {
    border-inline-start-color: rgb(248 113 113 / 0.2);
  }

  .lg\:border-s-red-400\/25 {
    border-inline-start-color: rgb(248 113 113 / 0.25);
  }

  .lg\:border-s-red-400\/30 {
    border-inline-start-color: rgb(248 113 113 / 0.3);
  }

  .lg\:border-s-red-400\/35 {
    border-inline-start-color: rgb(248 113 113 / 0.35);
  }

  .lg\:border-s-red-400\/40 {
    border-inline-start-color: rgb(248 113 113 / 0.4);
  }

  .lg\:border-s-red-400\/45 {
    border-inline-start-color: rgb(248 113 113 / 0.45);
  }

  .lg\:border-s-red-400\/5 {
    border-inline-start-color: rgb(248 113 113 / 0.05);
  }

  .lg\:border-s-red-400\/50 {
    border-inline-start-color: rgb(248 113 113 / 0.5);
  }

  .lg\:border-s-red-400\/55 {
    border-inline-start-color: rgb(248 113 113 / 0.55);
  }

  .lg\:border-s-red-400\/60 {
    border-inline-start-color: rgb(248 113 113 / 0.6);
  }

  .lg\:border-s-red-400\/65 {
    border-inline-start-color: rgb(248 113 113 / 0.65);
  }

  .lg\:border-s-red-400\/70 {
    border-inline-start-color: rgb(248 113 113 / 0.7);
  }

  .lg\:border-s-red-400\/75 {
    border-inline-start-color: rgb(248 113 113 / 0.75);
  }

  .lg\:border-s-red-400\/80 {
    border-inline-start-color: rgb(248 113 113 / 0.8);
  }

  .lg\:border-s-red-400\/85 {
    border-inline-start-color: rgb(248 113 113 / 0.85);
  }

  .lg\:border-s-red-400\/90 {
    border-inline-start-color: rgb(248 113 113 / 0.9);
  }

  .lg\:border-s-red-400\/95 {
    border-inline-start-color: rgb(248 113 113 / 0.95);
  }

  .lg\:border-s-red-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 242 242 / var(--tw-border-opacity));
  }

  .lg\:border-s-red-50\/0 {
    border-inline-start-color: rgb(254 242 242 / 0);
  }

  .lg\:border-s-red-50\/10 {
    border-inline-start-color: rgb(254 242 242 / 0.1);
  }

  .lg\:border-s-red-50\/100 {
    border-inline-start-color: rgb(254 242 242 / 1);
  }

  .lg\:border-s-red-50\/15 {
    border-inline-start-color: rgb(254 242 242 / 0.15);
  }

  .lg\:border-s-red-50\/20 {
    border-inline-start-color: rgb(254 242 242 / 0.2);
  }

  .lg\:border-s-red-50\/25 {
    border-inline-start-color: rgb(254 242 242 / 0.25);
  }

  .lg\:border-s-red-50\/30 {
    border-inline-start-color: rgb(254 242 242 / 0.3);
  }

  .lg\:border-s-red-50\/35 {
    border-inline-start-color: rgb(254 242 242 / 0.35);
  }

  .lg\:border-s-red-50\/40 {
    border-inline-start-color: rgb(254 242 242 / 0.4);
  }

  .lg\:border-s-red-50\/45 {
    border-inline-start-color: rgb(254 242 242 / 0.45);
  }

  .lg\:border-s-red-50\/5 {
    border-inline-start-color: rgb(254 242 242 / 0.05);
  }

  .lg\:border-s-red-50\/50 {
    border-inline-start-color: rgb(254 242 242 / 0.5);
  }

  .lg\:border-s-red-50\/55 {
    border-inline-start-color: rgb(254 242 242 / 0.55);
  }

  .lg\:border-s-red-50\/60 {
    border-inline-start-color: rgb(254 242 242 / 0.6);
  }

  .lg\:border-s-red-50\/65 {
    border-inline-start-color: rgb(254 242 242 / 0.65);
  }

  .lg\:border-s-red-50\/70 {
    border-inline-start-color: rgb(254 242 242 / 0.7);
  }

  .lg\:border-s-red-50\/75 {
    border-inline-start-color: rgb(254 242 242 / 0.75);
  }

  .lg\:border-s-red-50\/80 {
    border-inline-start-color: rgb(254 242 242 / 0.8);
  }

  .lg\:border-s-red-50\/85 {
    border-inline-start-color: rgb(254 242 242 / 0.85);
  }

  .lg\:border-s-red-50\/90 {
    border-inline-start-color: rgb(254 242 242 / 0.9);
  }

  .lg\:border-s-red-50\/95 {
    border-inline-start-color: rgb(254 242 242 / 0.95);
  }

  .lg\:border-s-red-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(239 68 68 / var(--tw-border-opacity));
  }

  .lg\:border-s-red-500\/0 {
    border-inline-start-color: rgb(239 68 68 / 0);
  }

  .lg\:border-s-red-500\/10 {
    border-inline-start-color: rgb(239 68 68 / 0.1);
  }

  .lg\:border-s-red-500\/100 {
    border-inline-start-color: rgb(239 68 68 / 1);
  }

  .lg\:border-s-red-500\/15 {
    border-inline-start-color: rgb(239 68 68 / 0.15);
  }

  .lg\:border-s-red-500\/20 {
    border-inline-start-color: rgb(239 68 68 / 0.2);
  }

  .lg\:border-s-red-500\/25 {
    border-inline-start-color: rgb(239 68 68 / 0.25);
  }

  .lg\:border-s-red-500\/30 {
    border-inline-start-color: rgb(239 68 68 / 0.3);
  }

  .lg\:border-s-red-500\/35 {
    border-inline-start-color: rgb(239 68 68 / 0.35);
  }

  .lg\:border-s-red-500\/40 {
    border-inline-start-color: rgb(239 68 68 / 0.4);
  }

  .lg\:border-s-red-500\/45 {
    border-inline-start-color: rgb(239 68 68 / 0.45);
  }

  .lg\:border-s-red-500\/5 {
    border-inline-start-color: rgb(239 68 68 / 0.05);
  }

  .lg\:border-s-red-500\/50 {
    border-inline-start-color: rgb(239 68 68 / 0.5);
  }

  .lg\:border-s-red-500\/55 {
    border-inline-start-color: rgb(239 68 68 / 0.55);
  }

  .lg\:border-s-red-500\/60 {
    border-inline-start-color: rgb(239 68 68 / 0.6);
  }

  .lg\:border-s-red-500\/65 {
    border-inline-start-color: rgb(239 68 68 / 0.65);
  }

  .lg\:border-s-red-500\/70 {
    border-inline-start-color: rgb(239 68 68 / 0.7);
  }

  .lg\:border-s-red-500\/75 {
    border-inline-start-color: rgb(239 68 68 / 0.75);
  }

  .lg\:border-s-red-500\/80 {
    border-inline-start-color: rgb(239 68 68 / 0.8);
  }

  .lg\:border-s-red-500\/85 {
    border-inline-start-color: rgb(239 68 68 / 0.85);
  }

  .lg\:border-s-red-500\/90 {
    border-inline-start-color: rgb(239 68 68 / 0.9);
  }

  .lg\:border-s-red-500\/95 {
    border-inline-start-color: rgb(239 68 68 / 0.95);
  }

  .lg\:border-s-red-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(220 38 38 / var(--tw-border-opacity));
  }

  .lg\:border-s-red-600\/0 {
    border-inline-start-color: rgb(220 38 38 / 0);
  }

  .lg\:border-s-red-600\/10 {
    border-inline-start-color: rgb(220 38 38 / 0.1);
  }

  .lg\:border-s-red-600\/100 {
    border-inline-start-color: rgb(220 38 38 / 1);
  }

  .lg\:border-s-red-600\/15 {
    border-inline-start-color: rgb(220 38 38 / 0.15);
  }

  .lg\:border-s-red-600\/20 {
    border-inline-start-color: rgb(220 38 38 / 0.2);
  }

  .lg\:border-s-red-600\/25 {
    border-inline-start-color: rgb(220 38 38 / 0.25);
  }

  .lg\:border-s-red-600\/30 {
    border-inline-start-color: rgb(220 38 38 / 0.3);
  }

  .lg\:border-s-red-600\/35 {
    border-inline-start-color: rgb(220 38 38 / 0.35);
  }

  .lg\:border-s-red-600\/40 {
    border-inline-start-color: rgb(220 38 38 / 0.4);
  }

  .lg\:border-s-red-600\/45 {
    border-inline-start-color: rgb(220 38 38 / 0.45);
  }

  .lg\:border-s-red-600\/5 {
    border-inline-start-color: rgb(220 38 38 / 0.05);
  }

  .lg\:border-s-red-600\/50 {
    border-inline-start-color: rgb(220 38 38 / 0.5);
  }

  .lg\:border-s-red-600\/55 {
    border-inline-start-color: rgb(220 38 38 / 0.55);
  }

  .lg\:border-s-red-600\/60 {
    border-inline-start-color: rgb(220 38 38 / 0.6);
  }

  .lg\:border-s-red-600\/65 {
    border-inline-start-color: rgb(220 38 38 / 0.65);
  }

  .lg\:border-s-red-600\/70 {
    border-inline-start-color: rgb(220 38 38 / 0.7);
  }

  .lg\:border-s-red-600\/75 {
    border-inline-start-color: rgb(220 38 38 / 0.75);
  }

  .lg\:border-s-red-600\/80 {
    border-inline-start-color: rgb(220 38 38 / 0.8);
  }

  .lg\:border-s-red-600\/85 {
    border-inline-start-color: rgb(220 38 38 / 0.85);
  }

  .lg\:border-s-red-600\/90 {
    border-inline-start-color: rgb(220 38 38 / 0.9);
  }

  .lg\:border-s-red-600\/95 {
    border-inline-start-color: rgb(220 38 38 / 0.95);
  }

  .lg\:border-s-red-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(185 28 28 / var(--tw-border-opacity));
  }

  .lg\:border-s-red-700\/0 {
    border-inline-start-color: rgb(185 28 28 / 0);
  }

  .lg\:border-s-red-700\/10 {
    border-inline-start-color: rgb(185 28 28 / 0.1);
  }

  .lg\:border-s-red-700\/100 {
    border-inline-start-color: rgb(185 28 28 / 1);
  }

  .lg\:border-s-red-700\/15 {
    border-inline-start-color: rgb(185 28 28 / 0.15);
  }

  .lg\:border-s-red-700\/20 {
    border-inline-start-color: rgb(185 28 28 / 0.2);
  }

  .lg\:border-s-red-700\/25 {
    border-inline-start-color: rgb(185 28 28 / 0.25);
  }

  .lg\:border-s-red-700\/30 {
    border-inline-start-color: rgb(185 28 28 / 0.3);
  }

  .lg\:border-s-red-700\/35 {
    border-inline-start-color: rgb(185 28 28 / 0.35);
  }

  .lg\:border-s-red-700\/40 {
    border-inline-start-color: rgb(185 28 28 / 0.4);
  }

  .lg\:border-s-red-700\/45 {
    border-inline-start-color: rgb(185 28 28 / 0.45);
  }

  .lg\:border-s-red-700\/5 {
    border-inline-start-color: rgb(185 28 28 / 0.05);
  }

  .lg\:border-s-red-700\/50 {
    border-inline-start-color: rgb(185 28 28 / 0.5);
  }

  .lg\:border-s-red-700\/55 {
    border-inline-start-color: rgb(185 28 28 / 0.55);
  }

  .lg\:border-s-red-700\/60 {
    border-inline-start-color: rgb(185 28 28 / 0.6);
  }

  .lg\:border-s-red-700\/65 {
    border-inline-start-color: rgb(185 28 28 / 0.65);
  }

  .lg\:border-s-red-700\/70 {
    border-inline-start-color: rgb(185 28 28 / 0.7);
  }

  .lg\:border-s-red-700\/75 {
    border-inline-start-color: rgb(185 28 28 / 0.75);
  }

  .lg\:border-s-red-700\/80 {
    border-inline-start-color: rgb(185 28 28 / 0.8);
  }

  .lg\:border-s-red-700\/85 {
    border-inline-start-color: rgb(185 28 28 / 0.85);
  }

  .lg\:border-s-red-700\/90 {
    border-inline-start-color: rgb(185 28 28 / 0.9);
  }

  .lg\:border-s-red-700\/95 {
    border-inline-start-color: rgb(185 28 28 / 0.95);
  }

  .lg\:border-s-red-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(153 27 27 / var(--tw-border-opacity));
  }

  .lg\:border-s-red-800\/0 {
    border-inline-start-color: rgb(153 27 27 / 0);
  }

  .lg\:border-s-red-800\/10 {
    border-inline-start-color: rgb(153 27 27 / 0.1);
  }

  .lg\:border-s-red-800\/100 {
    border-inline-start-color: rgb(153 27 27 / 1);
  }

  .lg\:border-s-red-800\/15 {
    border-inline-start-color: rgb(153 27 27 / 0.15);
  }

  .lg\:border-s-red-800\/20 {
    border-inline-start-color: rgb(153 27 27 / 0.2);
  }

  .lg\:border-s-red-800\/25 {
    border-inline-start-color: rgb(153 27 27 / 0.25);
  }

  .lg\:border-s-red-800\/30 {
    border-inline-start-color: rgb(153 27 27 / 0.3);
  }

  .lg\:border-s-red-800\/35 {
    border-inline-start-color: rgb(153 27 27 / 0.35);
  }

  .lg\:border-s-red-800\/40 {
    border-inline-start-color: rgb(153 27 27 / 0.4);
  }

  .lg\:border-s-red-800\/45 {
    border-inline-start-color: rgb(153 27 27 / 0.45);
  }

  .lg\:border-s-red-800\/5 {
    border-inline-start-color: rgb(153 27 27 / 0.05);
  }

  .lg\:border-s-red-800\/50 {
    border-inline-start-color: rgb(153 27 27 / 0.5);
  }

  .lg\:border-s-red-800\/55 {
    border-inline-start-color: rgb(153 27 27 / 0.55);
  }

  .lg\:border-s-red-800\/60 {
    border-inline-start-color: rgb(153 27 27 / 0.6);
  }

  .lg\:border-s-red-800\/65 {
    border-inline-start-color: rgb(153 27 27 / 0.65);
  }

  .lg\:border-s-red-800\/70 {
    border-inline-start-color: rgb(153 27 27 / 0.7);
  }

  .lg\:border-s-red-800\/75 {
    border-inline-start-color: rgb(153 27 27 / 0.75);
  }

  .lg\:border-s-red-800\/80 {
    border-inline-start-color: rgb(153 27 27 / 0.8);
  }

  .lg\:border-s-red-800\/85 {
    border-inline-start-color: rgb(153 27 27 / 0.85);
  }

  .lg\:border-s-red-800\/90 {
    border-inline-start-color: rgb(153 27 27 / 0.9);
  }

  .lg\:border-s-red-800\/95 {
    border-inline-start-color: rgb(153 27 27 / 0.95);
  }

  .lg\:border-s-red-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(127 29 29 / var(--tw-border-opacity));
  }

  .lg\:border-s-red-900\/0 {
    border-inline-start-color: rgb(127 29 29 / 0);
  }

  .lg\:border-s-red-900\/10 {
    border-inline-start-color: rgb(127 29 29 / 0.1);
  }

  .lg\:border-s-red-900\/100 {
    border-inline-start-color: rgb(127 29 29 / 1);
  }

  .lg\:border-s-red-900\/15 {
    border-inline-start-color: rgb(127 29 29 / 0.15);
  }

  .lg\:border-s-red-900\/20 {
    border-inline-start-color: rgb(127 29 29 / 0.2);
  }

  .lg\:border-s-red-900\/25 {
    border-inline-start-color: rgb(127 29 29 / 0.25);
  }

  .lg\:border-s-red-900\/30 {
    border-inline-start-color: rgb(127 29 29 / 0.3);
  }

  .lg\:border-s-red-900\/35 {
    border-inline-start-color: rgb(127 29 29 / 0.35);
  }

  .lg\:border-s-red-900\/40 {
    border-inline-start-color: rgb(127 29 29 / 0.4);
  }

  .lg\:border-s-red-900\/45 {
    border-inline-start-color: rgb(127 29 29 / 0.45);
  }

  .lg\:border-s-red-900\/5 {
    border-inline-start-color: rgb(127 29 29 / 0.05);
  }

  .lg\:border-s-red-900\/50 {
    border-inline-start-color: rgb(127 29 29 / 0.5);
  }

  .lg\:border-s-red-900\/55 {
    border-inline-start-color: rgb(127 29 29 / 0.55);
  }

  .lg\:border-s-red-900\/60 {
    border-inline-start-color: rgb(127 29 29 / 0.6);
  }

  .lg\:border-s-red-900\/65 {
    border-inline-start-color: rgb(127 29 29 / 0.65);
  }

  .lg\:border-s-red-900\/70 {
    border-inline-start-color: rgb(127 29 29 / 0.7);
  }

  .lg\:border-s-red-900\/75 {
    border-inline-start-color: rgb(127 29 29 / 0.75);
  }

  .lg\:border-s-red-900\/80 {
    border-inline-start-color: rgb(127 29 29 / 0.8);
  }

  .lg\:border-s-red-900\/85 {
    border-inline-start-color: rgb(127 29 29 / 0.85);
  }

  .lg\:border-s-red-900\/90 {
    border-inline-start-color: rgb(127 29 29 / 0.9);
  }

  .lg\:border-s-red-900\/95 {
    border-inline-start-color: rgb(127 29 29 / 0.95);
  }

  .lg\:border-s-red-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(69 10 10 / var(--tw-border-opacity));
  }

  .lg\:border-s-red-950\/0 {
    border-inline-start-color: rgb(69 10 10 / 0);
  }

  .lg\:border-s-red-950\/10 {
    border-inline-start-color: rgb(69 10 10 / 0.1);
  }

  .lg\:border-s-red-950\/100 {
    border-inline-start-color: rgb(69 10 10 / 1);
  }

  .lg\:border-s-red-950\/15 {
    border-inline-start-color: rgb(69 10 10 / 0.15);
  }

  .lg\:border-s-red-950\/20 {
    border-inline-start-color: rgb(69 10 10 / 0.2);
  }

  .lg\:border-s-red-950\/25 {
    border-inline-start-color: rgb(69 10 10 / 0.25);
  }

  .lg\:border-s-red-950\/30 {
    border-inline-start-color: rgb(69 10 10 / 0.3);
  }

  .lg\:border-s-red-950\/35 {
    border-inline-start-color: rgb(69 10 10 / 0.35);
  }

  .lg\:border-s-red-950\/40 {
    border-inline-start-color: rgb(69 10 10 / 0.4);
  }

  .lg\:border-s-red-950\/45 {
    border-inline-start-color: rgb(69 10 10 / 0.45);
  }

  .lg\:border-s-red-950\/5 {
    border-inline-start-color: rgb(69 10 10 / 0.05);
  }

  .lg\:border-s-red-950\/50 {
    border-inline-start-color: rgb(69 10 10 / 0.5);
  }

  .lg\:border-s-red-950\/55 {
    border-inline-start-color: rgb(69 10 10 / 0.55);
  }

  .lg\:border-s-red-950\/60 {
    border-inline-start-color: rgb(69 10 10 / 0.6);
  }

  .lg\:border-s-red-950\/65 {
    border-inline-start-color: rgb(69 10 10 / 0.65);
  }

  .lg\:border-s-red-950\/70 {
    border-inline-start-color: rgb(69 10 10 / 0.7);
  }

  .lg\:border-s-red-950\/75 {
    border-inline-start-color: rgb(69 10 10 / 0.75);
  }

  .lg\:border-s-red-950\/80 {
    border-inline-start-color: rgb(69 10 10 / 0.8);
  }

  .lg\:border-s-red-950\/85 {
    border-inline-start-color: rgb(69 10 10 / 0.85);
  }

  .lg\:border-s-red-950\/90 {
    border-inline-start-color: rgb(69 10 10 / 0.9);
  }

  .lg\:border-s-red-950\/95 {
    border-inline-start-color: rgb(69 10 10 / 0.95);
  }

  .lg\:border-s-rose-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(255 228 230 / var(--tw-border-opacity));
  }

  .lg\:border-s-rose-100\/0 {
    border-inline-start-color: rgb(255 228 230 / 0);
  }

  .lg\:border-s-rose-100\/10 {
    border-inline-start-color: rgb(255 228 230 / 0.1);
  }

  .lg\:border-s-rose-100\/100 {
    border-inline-start-color: rgb(255 228 230 / 1);
  }

  .lg\:border-s-rose-100\/15 {
    border-inline-start-color: rgb(255 228 230 / 0.15);
  }

  .lg\:border-s-rose-100\/20 {
    border-inline-start-color: rgb(255 228 230 / 0.2);
  }

  .lg\:border-s-rose-100\/25 {
    border-inline-start-color: rgb(255 228 230 / 0.25);
  }

  .lg\:border-s-rose-100\/30 {
    border-inline-start-color: rgb(255 228 230 / 0.3);
  }

  .lg\:border-s-rose-100\/35 {
    border-inline-start-color: rgb(255 228 230 / 0.35);
  }

  .lg\:border-s-rose-100\/40 {
    border-inline-start-color: rgb(255 228 230 / 0.4);
  }

  .lg\:border-s-rose-100\/45 {
    border-inline-start-color: rgb(255 228 230 / 0.45);
  }

  .lg\:border-s-rose-100\/5 {
    border-inline-start-color: rgb(255 228 230 / 0.05);
  }

  .lg\:border-s-rose-100\/50 {
    border-inline-start-color: rgb(255 228 230 / 0.5);
  }

  .lg\:border-s-rose-100\/55 {
    border-inline-start-color: rgb(255 228 230 / 0.55);
  }

  .lg\:border-s-rose-100\/60 {
    border-inline-start-color: rgb(255 228 230 / 0.6);
  }

  .lg\:border-s-rose-100\/65 {
    border-inline-start-color: rgb(255 228 230 / 0.65);
  }

  .lg\:border-s-rose-100\/70 {
    border-inline-start-color: rgb(255 228 230 / 0.7);
  }

  .lg\:border-s-rose-100\/75 {
    border-inline-start-color: rgb(255 228 230 / 0.75);
  }

  .lg\:border-s-rose-100\/80 {
    border-inline-start-color: rgb(255 228 230 / 0.8);
  }

  .lg\:border-s-rose-100\/85 {
    border-inline-start-color: rgb(255 228 230 / 0.85);
  }

  .lg\:border-s-rose-100\/90 {
    border-inline-start-color: rgb(255 228 230 / 0.9);
  }

  .lg\:border-s-rose-100\/95 {
    border-inline-start-color: rgb(255 228 230 / 0.95);
  }

  .lg\:border-s-rose-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 205 211 / var(--tw-border-opacity));
  }

  .lg\:border-s-rose-200\/0 {
    border-inline-start-color: rgb(254 205 211 / 0);
  }

  .lg\:border-s-rose-200\/10 {
    border-inline-start-color: rgb(254 205 211 / 0.1);
  }

  .lg\:border-s-rose-200\/100 {
    border-inline-start-color: rgb(254 205 211 / 1);
  }

  .lg\:border-s-rose-200\/15 {
    border-inline-start-color: rgb(254 205 211 / 0.15);
  }

  .lg\:border-s-rose-200\/20 {
    border-inline-start-color: rgb(254 205 211 / 0.2);
  }

  .lg\:border-s-rose-200\/25 {
    border-inline-start-color: rgb(254 205 211 / 0.25);
  }

  .lg\:border-s-rose-200\/30 {
    border-inline-start-color: rgb(254 205 211 / 0.3);
  }

  .lg\:border-s-rose-200\/35 {
    border-inline-start-color: rgb(254 205 211 / 0.35);
  }

  .lg\:border-s-rose-200\/40 {
    border-inline-start-color: rgb(254 205 211 / 0.4);
  }

  .lg\:border-s-rose-200\/45 {
    border-inline-start-color: rgb(254 205 211 / 0.45);
  }

  .lg\:border-s-rose-200\/5 {
    border-inline-start-color: rgb(254 205 211 / 0.05);
  }

  .lg\:border-s-rose-200\/50 {
    border-inline-start-color: rgb(254 205 211 / 0.5);
  }

  .lg\:border-s-rose-200\/55 {
    border-inline-start-color: rgb(254 205 211 / 0.55);
  }

  .lg\:border-s-rose-200\/60 {
    border-inline-start-color: rgb(254 205 211 / 0.6);
  }

  .lg\:border-s-rose-200\/65 {
    border-inline-start-color: rgb(254 205 211 / 0.65);
  }

  .lg\:border-s-rose-200\/70 {
    border-inline-start-color: rgb(254 205 211 / 0.7);
  }

  .lg\:border-s-rose-200\/75 {
    border-inline-start-color: rgb(254 205 211 / 0.75);
  }

  .lg\:border-s-rose-200\/80 {
    border-inline-start-color: rgb(254 205 211 / 0.8);
  }

  .lg\:border-s-rose-200\/85 {
    border-inline-start-color: rgb(254 205 211 / 0.85);
  }

  .lg\:border-s-rose-200\/90 {
    border-inline-start-color: rgb(254 205 211 / 0.9);
  }

  .lg\:border-s-rose-200\/95 {
    border-inline-start-color: rgb(254 205 211 / 0.95);
  }

  .lg\:border-s-rose-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(253 164 175 / var(--tw-border-opacity));
  }

  .lg\:border-s-rose-300\/0 {
    border-inline-start-color: rgb(253 164 175 / 0);
  }

  .lg\:border-s-rose-300\/10 {
    border-inline-start-color: rgb(253 164 175 / 0.1);
  }

  .lg\:border-s-rose-300\/100 {
    border-inline-start-color: rgb(253 164 175 / 1);
  }

  .lg\:border-s-rose-300\/15 {
    border-inline-start-color: rgb(253 164 175 / 0.15);
  }

  .lg\:border-s-rose-300\/20 {
    border-inline-start-color: rgb(253 164 175 / 0.2);
  }

  .lg\:border-s-rose-300\/25 {
    border-inline-start-color: rgb(253 164 175 / 0.25);
  }

  .lg\:border-s-rose-300\/30 {
    border-inline-start-color: rgb(253 164 175 / 0.3);
  }

  .lg\:border-s-rose-300\/35 {
    border-inline-start-color: rgb(253 164 175 / 0.35);
  }

  .lg\:border-s-rose-300\/40 {
    border-inline-start-color: rgb(253 164 175 / 0.4);
  }

  .lg\:border-s-rose-300\/45 {
    border-inline-start-color: rgb(253 164 175 / 0.45);
  }

  .lg\:border-s-rose-300\/5 {
    border-inline-start-color: rgb(253 164 175 / 0.05);
  }

  .lg\:border-s-rose-300\/50 {
    border-inline-start-color: rgb(253 164 175 / 0.5);
  }

  .lg\:border-s-rose-300\/55 {
    border-inline-start-color: rgb(253 164 175 / 0.55);
  }

  .lg\:border-s-rose-300\/60 {
    border-inline-start-color: rgb(253 164 175 / 0.6);
  }

  .lg\:border-s-rose-300\/65 {
    border-inline-start-color: rgb(253 164 175 / 0.65);
  }

  .lg\:border-s-rose-300\/70 {
    border-inline-start-color: rgb(253 164 175 / 0.7);
  }

  .lg\:border-s-rose-300\/75 {
    border-inline-start-color: rgb(253 164 175 / 0.75);
  }

  .lg\:border-s-rose-300\/80 {
    border-inline-start-color: rgb(253 164 175 / 0.8);
  }

  .lg\:border-s-rose-300\/85 {
    border-inline-start-color: rgb(253 164 175 / 0.85);
  }

  .lg\:border-s-rose-300\/90 {
    border-inline-start-color: rgb(253 164 175 / 0.9);
  }

  .lg\:border-s-rose-300\/95 {
    border-inline-start-color: rgb(253 164 175 / 0.95);
  }

  .lg\:border-s-rose-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(251 113 133 / var(--tw-border-opacity));
  }

  .lg\:border-s-rose-400\/0 {
    border-inline-start-color: rgb(251 113 133 / 0);
  }

  .lg\:border-s-rose-400\/10 {
    border-inline-start-color: rgb(251 113 133 / 0.1);
  }

  .lg\:border-s-rose-400\/100 {
    border-inline-start-color: rgb(251 113 133 / 1);
  }

  .lg\:border-s-rose-400\/15 {
    border-inline-start-color: rgb(251 113 133 / 0.15);
  }

  .lg\:border-s-rose-400\/20 {
    border-inline-start-color: rgb(251 113 133 / 0.2);
  }

  .lg\:border-s-rose-400\/25 {
    border-inline-start-color: rgb(251 113 133 / 0.25);
  }

  .lg\:border-s-rose-400\/30 {
    border-inline-start-color: rgb(251 113 133 / 0.3);
  }

  .lg\:border-s-rose-400\/35 {
    border-inline-start-color: rgb(251 113 133 / 0.35);
  }

  .lg\:border-s-rose-400\/40 {
    border-inline-start-color: rgb(251 113 133 / 0.4);
  }

  .lg\:border-s-rose-400\/45 {
    border-inline-start-color: rgb(251 113 133 / 0.45);
  }

  .lg\:border-s-rose-400\/5 {
    border-inline-start-color: rgb(251 113 133 / 0.05);
  }

  .lg\:border-s-rose-400\/50 {
    border-inline-start-color: rgb(251 113 133 / 0.5);
  }

  .lg\:border-s-rose-400\/55 {
    border-inline-start-color: rgb(251 113 133 / 0.55);
  }

  .lg\:border-s-rose-400\/60 {
    border-inline-start-color: rgb(251 113 133 / 0.6);
  }

  .lg\:border-s-rose-400\/65 {
    border-inline-start-color: rgb(251 113 133 / 0.65);
  }

  .lg\:border-s-rose-400\/70 {
    border-inline-start-color: rgb(251 113 133 / 0.7);
  }

  .lg\:border-s-rose-400\/75 {
    border-inline-start-color: rgb(251 113 133 / 0.75);
  }

  .lg\:border-s-rose-400\/80 {
    border-inline-start-color: rgb(251 113 133 / 0.8);
  }

  .lg\:border-s-rose-400\/85 {
    border-inline-start-color: rgb(251 113 133 / 0.85);
  }

  .lg\:border-s-rose-400\/90 {
    border-inline-start-color: rgb(251 113 133 / 0.9);
  }

  .lg\:border-s-rose-400\/95 {
    border-inline-start-color: rgb(251 113 133 / 0.95);
  }

  .lg\:border-s-rose-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(255 241 242 / var(--tw-border-opacity));
  }

  .lg\:border-s-rose-50\/0 {
    border-inline-start-color: rgb(255 241 242 / 0);
  }

  .lg\:border-s-rose-50\/10 {
    border-inline-start-color: rgb(255 241 242 / 0.1);
  }

  .lg\:border-s-rose-50\/100 {
    border-inline-start-color: rgb(255 241 242 / 1);
  }

  .lg\:border-s-rose-50\/15 {
    border-inline-start-color: rgb(255 241 242 / 0.15);
  }

  .lg\:border-s-rose-50\/20 {
    border-inline-start-color: rgb(255 241 242 / 0.2);
  }

  .lg\:border-s-rose-50\/25 {
    border-inline-start-color: rgb(255 241 242 / 0.25);
  }

  .lg\:border-s-rose-50\/30 {
    border-inline-start-color: rgb(255 241 242 / 0.3);
  }

  .lg\:border-s-rose-50\/35 {
    border-inline-start-color: rgb(255 241 242 / 0.35);
  }

  .lg\:border-s-rose-50\/40 {
    border-inline-start-color: rgb(255 241 242 / 0.4);
  }

  .lg\:border-s-rose-50\/45 {
    border-inline-start-color: rgb(255 241 242 / 0.45);
  }

  .lg\:border-s-rose-50\/5 {
    border-inline-start-color: rgb(255 241 242 / 0.05);
  }

  .lg\:border-s-rose-50\/50 {
    border-inline-start-color: rgb(255 241 242 / 0.5);
  }

  .lg\:border-s-rose-50\/55 {
    border-inline-start-color: rgb(255 241 242 / 0.55);
  }

  .lg\:border-s-rose-50\/60 {
    border-inline-start-color: rgb(255 241 242 / 0.6);
  }

  .lg\:border-s-rose-50\/65 {
    border-inline-start-color: rgb(255 241 242 / 0.65);
  }

  .lg\:border-s-rose-50\/70 {
    border-inline-start-color: rgb(255 241 242 / 0.7);
  }

  .lg\:border-s-rose-50\/75 {
    border-inline-start-color: rgb(255 241 242 / 0.75);
  }

  .lg\:border-s-rose-50\/80 {
    border-inline-start-color: rgb(255 241 242 / 0.8);
  }

  .lg\:border-s-rose-50\/85 {
    border-inline-start-color: rgb(255 241 242 / 0.85);
  }

  .lg\:border-s-rose-50\/90 {
    border-inline-start-color: rgb(255 241 242 / 0.9);
  }

  .lg\:border-s-rose-50\/95 {
    border-inline-start-color: rgb(255 241 242 / 0.95);
  }

  .lg\:border-s-rose-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(244 63 94 / var(--tw-border-opacity));
  }

  .lg\:border-s-rose-500\/0 {
    border-inline-start-color: rgb(244 63 94 / 0);
  }

  .lg\:border-s-rose-500\/10 {
    border-inline-start-color: rgb(244 63 94 / 0.1);
  }

  .lg\:border-s-rose-500\/100 {
    border-inline-start-color: rgb(244 63 94 / 1);
  }

  .lg\:border-s-rose-500\/15 {
    border-inline-start-color: rgb(244 63 94 / 0.15);
  }

  .lg\:border-s-rose-500\/20 {
    border-inline-start-color: rgb(244 63 94 / 0.2);
  }

  .lg\:border-s-rose-500\/25 {
    border-inline-start-color: rgb(244 63 94 / 0.25);
  }

  .lg\:border-s-rose-500\/30 {
    border-inline-start-color: rgb(244 63 94 / 0.3);
  }

  .lg\:border-s-rose-500\/35 {
    border-inline-start-color: rgb(244 63 94 / 0.35);
  }

  .lg\:border-s-rose-500\/40 {
    border-inline-start-color: rgb(244 63 94 / 0.4);
  }

  .lg\:border-s-rose-500\/45 {
    border-inline-start-color: rgb(244 63 94 / 0.45);
  }

  .lg\:border-s-rose-500\/5 {
    border-inline-start-color: rgb(244 63 94 / 0.05);
  }

  .lg\:border-s-rose-500\/50 {
    border-inline-start-color: rgb(244 63 94 / 0.5);
  }

  .lg\:border-s-rose-500\/55 {
    border-inline-start-color: rgb(244 63 94 / 0.55);
  }

  .lg\:border-s-rose-500\/60 {
    border-inline-start-color: rgb(244 63 94 / 0.6);
  }

  .lg\:border-s-rose-500\/65 {
    border-inline-start-color: rgb(244 63 94 / 0.65);
  }

  .lg\:border-s-rose-500\/70 {
    border-inline-start-color: rgb(244 63 94 / 0.7);
  }

  .lg\:border-s-rose-500\/75 {
    border-inline-start-color: rgb(244 63 94 / 0.75);
  }

  .lg\:border-s-rose-500\/80 {
    border-inline-start-color: rgb(244 63 94 / 0.8);
  }

  .lg\:border-s-rose-500\/85 {
    border-inline-start-color: rgb(244 63 94 / 0.85);
  }

  .lg\:border-s-rose-500\/90 {
    border-inline-start-color: rgb(244 63 94 / 0.9);
  }

  .lg\:border-s-rose-500\/95 {
    border-inline-start-color: rgb(244 63 94 / 0.95);
  }

  .lg\:border-s-rose-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(225 29 72 / var(--tw-border-opacity));
  }

  .lg\:border-s-rose-600\/0 {
    border-inline-start-color: rgb(225 29 72 / 0);
  }

  .lg\:border-s-rose-600\/10 {
    border-inline-start-color: rgb(225 29 72 / 0.1);
  }

  .lg\:border-s-rose-600\/100 {
    border-inline-start-color: rgb(225 29 72 / 1);
  }

  .lg\:border-s-rose-600\/15 {
    border-inline-start-color: rgb(225 29 72 / 0.15);
  }

  .lg\:border-s-rose-600\/20 {
    border-inline-start-color: rgb(225 29 72 / 0.2);
  }

  .lg\:border-s-rose-600\/25 {
    border-inline-start-color: rgb(225 29 72 / 0.25);
  }

  .lg\:border-s-rose-600\/30 {
    border-inline-start-color: rgb(225 29 72 / 0.3);
  }

  .lg\:border-s-rose-600\/35 {
    border-inline-start-color: rgb(225 29 72 / 0.35);
  }

  .lg\:border-s-rose-600\/40 {
    border-inline-start-color: rgb(225 29 72 / 0.4);
  }

  .lg\:border-s-rose-600\/45 {
    border-inline-start-color: rgb(225 29 72 / 0.45);
  }

  .lg\:border-s-rose-600\/5 {
    border-inline-start-color: rgb(225 29 72 / 0.05);
  }

  .lg\:border-s-rose-600\/50 {
    border-inline-start-color: rgb(225 29 72 / 0.5);
  }

  .lg\:border-s-rose-600\/55 {
    border-inline-start-color: rgb(225 29 72 / 0.55);
  }

  .lg\:border-s-rose-600\/60 {
    border-inline-start-color: rgb(225 29 72 / 0.6);
  }

  .lg\:border-s-rose-600\/65 {
    border-inline-start-color: rgb(225 29 72 / 0.65);
  }

  .lg\:border-s-rose-600\/70 {
    border-inline-start-color: rgb(225 29 72 / 0.7);
  }

  .lg\:border-s-rose-600\/75 {
    border-inline-start-color: rgb(225 29 72 / 0.75);
  }

  .lg\:border-s-rose-600\/80 {
    border-inline-start-color: rgb(225 29 72 / 0.8);
  }

  .lg\:border-s-rose-600\/85 {
    border-inline-start-color: rgb(225 29 72 / 0.85);
  }

  .lg\:border-s-rose-600\/90 {
    border-inline-start-color: rgb(225 29 72 / 0.9);
  }

  .lg\:border-s-rose-600\/95 {
    border-inline-start-color: rgb(225 29 72 / 0.95);
  }

  .lg\:border-s-rose-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(190 18 60 / var(--tw-border-opacity));
  }

  .lg\:border-s-rose-700\/0 {
    border-inline-start-color: rgb(190 18 60 / 0);
  }

  .lg\:border-s-rose-700\/10 {
    border-inline-start-color: rgb(190 18 60 / 0.1);
  }

  .lg\:border-s-rose-700\/100 {
    border-inline-start-color: rgb(190 18 60 / 1);
  }

  .lg\:border-s-rose-700\/15 {
    border-inline-start-color: rgb(190 18 60 / 0.15);
  }

  .lg\:border-s-rose-700\/20 {
    border-inline-start-color: rgb(190 18 60 / 0.2);
  }

  .lg\:border-s-rose-700\/25 {
    border-inline-start-color: rgb(190 18 60 / 0.25);
  }

  .lg\:border-s-rose-700\/30 {
    border-inline-start-color: rgb(190 18 60 / 0.3);
  }

  .lg\:border-s-rose-700\/35 {
    border-inline-start-color: rgb(190 18 60 / 0.35);
  }

  .lg\:border-s-rose-700\/40 {
    border-inline-start-color: rgb(190 18 60 / 0.4);
  }

  .lg\:border-s-rose-700\/45 {
    border-inline-start-color: rgb(190 18 60 / 0.45);
  }

  .lg\:border-s-rose-700\/5 {
    border-inline-start-color: rgb(190 18 60 / 0.05);
  }

  .lg\:border-s-rose-700\/50 {
    border-inline-start-color: rgb(190 18 60 / 0.5);
  }

  .lg\:border-s-rose-700\/55 {
    border-inline-start-color: rgb(190 18 60 / 0.55);
  }

  .lg\:border-s-rose-700\/60 {
    border-inline-start-color: rgb(190 18 60 / 0.6);
  }

  .lg\:border-s-rose-700\/65 {
    border-inline-start-color: rgb(190 18 60 / 0.65);
  }

  .lg\:border-s-rose-700\/70 {
    border-inline-start-color: rgb(190 18 60 / 0.7);
  }

  .lg\:border-s-rose-700\/75 {
    border-inline-start-color: rgb(190 18 60 / 0.75);
  }

  .lg\:border-s-rose-700\/80 {
    border-inline-start-color: rgb(190 18 60 / 0.8);
  }

  .lg\:border-s-rose-700\/85 {
    border-inline-start-color: rgb(190 18 60 / 0.85);
  }

  .lg\:border-s-rose-700\/90 {
    border-inline-start-color: rgb(190 18 60 / 0.9);
  }

  .lg\:border-s-rose-700\/95 {
    border-inline-start-color: rgb(190 18 60 / 0.95);
  }

  .lg\:border-s-rose-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(159 18 57 / var(--tw-border-opacity));
  }

  .lg\:border-s-rose-800\/0 {
    border-inline-start-color: rgb(159 18 57 / 0);
  }

  .lg\:border-s-rose-800\/10 {
    border-inline-start-color: rgb(159 18 57 / 0.1);
  }

  .lg\:border-s-rose-800\/100 {
    border-inline-start-color: rgb(159 18 57 / 1);
  }

  .lg\:border-s-rose-800\/15 {
    border-inline-start-color: rgb(159 18 57 / 0.15);
  }

  .lg\:border-s-rose-800\/20 {
    border-inline-start-color: rgb(159 18 57 / 0.2);
  }

  .lg\:border-s-rose-800\/25 {
    border-inline-start-color: rgb(159 18 57 / 0.25);
  }

  .lg\:border-s-rose-800\/30 {
    border-inline-start-color: rgb(159 18 57 / 0.3);
  }

  .lg\:border-s-rose-800\/35 {
    border-inline-start-color: rgb(159 18 57 / 0.35);
  }

  .lg\:border-s-rose-800\/40 {
    border-inline-start-color: rgb(159 18 57 / 0.4);
  }

  .lg\:border-s-rose-800\/45 {
    border-inline-start-color: rgb(159 18 57 / 0.45);
  }

  .lg\:border-s-rose-800\/5 {
    border-inline-start-color: rgb(159 18 57 / 0.05);
  }

  .lg\:border-s-rose-800\/50 {
    border-inline-start-color: rgb(159 18 57 / 0.5);
  }

  .lg\:border-s-rose-800\/55 {
    border-inline-start-color: rgb(159 18 57 / 0.55);
  }

  .lg\:border-s-rose-800\/60 {
    border-inline-start-color: rgb(159 18 57 / 0.6);
  }

  .lg\:border-s-rose-800\/65 {
    border-inline-start-color: rgb(159 18 57 / 0.65);
  }

  .lg\:border-s-rose-800\/70 {
    border-inline-start-color: rgb(159 18 57 / 0.7);
  }

  .lg\:border-s-rose-800\/75 {
    border-inline-start-color: rgb(159 18 57 / 0.75);
  }

  .lg\:border-s-rose-800\/80 {
    border-inline-start-color: rgb(159 18 57 / 0.8);
  }

  .lg\:border-s-rose-800\/85 {
    border-inline-start-color: rgb(159 18 57 / 0.85);
  }

  .lg\:border-s-rose-800\/90 {
    border-inline-start-color: rgb(159 18 57 / 0.9);
  }

  .lg\:border-s-rose-800\/95 {
    border-inline-start-color: rgb(159 18 57 / 0.95);
  }

  .lg\:border-s-rose-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(136 19 55 / var(--tw-border-opacity));
  }

  .lg\:border-s-rose-900\/0 {
    border-inline-start-color: rgb(136 19 55 / 0);
  }

  .lg\:border-s-rose-900\/10 {
    border-inline-start-color: rgb(136 19 55 / 0.1);
  }

  .lg\:border-s-rose-900\/100 {
    border-inline-start-color: rgb(136 19 55 / 1);
  }

  .lg\:border-s-rose-900\/15 {
    border-inline-start-color: rgb(136 19 55 / 0.15);
  }

  .lg\:border-s-rose-900\/20 {
    border-inline-start-color: rgb(136 19 55 / 0.2);
  }

  .lg\:border-s-rose-900\/25 {
    border-inline-start-color: rgb(136 19 55 / 0.25);
  }

  .lg\:border-s-rose-900\/30 {
    border-inline-start-color: rgb(136 19 55 / 0.3);
  }

  .lg\:border-s-rose-900\/35 {
    border-inline-start-color: rgb(136 19 55 / 0.35);
  }

  .lg\:border-s-rose-900\/40 {
    border-inline-start-color: rgb(136 19 55 / 0.4);
  }

  .lg\:border-s-rose-900\/45 {
    border-inline-start-color: rgb(136 19 55 / 0.45);
  }

  .lg\:border-s-rose-900\/5 {
    border-inline-start-color: rgb(136 19 55 / 0.05);
  }

  .lg\:border-s-rose-900\/50 {
    border-inline-start-color: rgb(136 19 55 / 0.5);
  }

  .lg\:border-s-rose-900\/55 {
    border-inline-start-color: rgb(136 19 55 / 0.55);
  }

  .lg\:border-s-rose-900\/60 {
    border-inline-start-color: rgb(136 19 55 / 0.6);
  }

  .lg\:border-s-rose-900\/65 {
    border-inline-start-color: rgb(136 19 55 / 0.65);
  }

  .lg\:border-s-rose-900\/70 {
    border-inline-start-color: rgb(136 19 55 / 0.7);
  }

  .lg\:border-s-rose-900\/75 {
    border-inline-start-color: rgb(136 19 55 / 0.75);
  }

  .lg\:border-s-rose-900\/80 {
    border-inline-start-color: rgb(136 19 55 / 0.8);
  }

  .lg\:border-s-rose-900\/85 {
    border-inline-start-color: rgb(136 19 55 / 0.85);
  }

  .lg\:border-s-rose-900\/90 {
    border-inline-start-color: rgb(136 19 55 / 0.9);
  }

  .lg\:border-s-rose-900\/95 {
    border-inline-start-color: rgb(136 19 55 / 0.95);
  }

  .lg\:border-s-rose-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(76 5 25 / var(--tw-border-opacity));
  }

  .lg\:border-s-rose-950\/0 {
    border-inline-start-color: rgb(76 5 25 / 0);
  }

  .lg\:border-s-rose-950\/10 {
    border-inline-start-color: rgb(76 5 25 / 0.1);
  }

  .lg\:border-s-rose-950\/100 {
    border-inline-start-color: rgb(76 5 25 / 1);
  }

  .lg\:border-s-rose-950\/15 {
    border-inline-start-color: rgb(76 5 25 / 0.15);
  }

  .lg\:border-s-rose-950\/20 {
    border-inline-start-color: rgb(76 5 25 / 0.2);
  }

  .lg\:border-s-rose-950\/25 {
    border-inline-start-color: rgb(76 5 25 / 0.25);
  }

  .lg\:border-s-rose-950\/30 {
    border-inline-start-color: rgb(76 5 25 / 0.3);
  }

  .lg\:border-s-rose-950\/35 {
    border-inline-start-color: rgb(76 5 25 / 0.35);
  }

  .lg\:border-s-rose-950\/40 {
    border-inline-start-color: rgb(76 5 25 / 0.4);
  }

  .lg\:border-s-rose-950\/45 {
    border-inline-start-color: rgb(76 5 25 / 0.45);
  }

  .lg\:border-s-rose-950\/5 {
    border-inline-start-color: rgb(76 5 25 / 0.05);
  }

  .lg\:border-s-rose-950\/50 {
    border-inline-start-color: rgb(76 5 25 / 0.5);
  }

  .lg\:border-s-rose-950\/55 {
    border-inline-start-color: rgb(76 5 25 / 0.55);
  }

  .lg\:border-s-rose-950\/60 {
    border-inline-start-color: rgb(76 5 25 / 0.6);
  }

  .lg\:border-s-rose-950\/65 {
    border-inline-start-color: rgb(76 5 25 / 0.65);
  }

  .lg\:border-s-rose-950\/70 {
    border-inline-start-color: rgb(76 5 25 / 0.7);
  }

  .lg\:border-s-rose-950\/75 {
    border-inline-start-color: rgb(76 5 25 / 0.75);
  }

  .lg\:border-s-rose-950\/80 {
    border-inline-start-color: rgb(76 5 25 / 0.8);
  }

  .lg\:border-s-rose-950\/85 {
    border-inline-start-color: rgb(76 5 25 / 0.85);
  }

  .lg\:border-s-rose-950\/90 {
    border-inline-start-color: rgb(76 5 25 / 0.9);
  }

  .lg\:border-s-rose-950\/95 {
    border-inline-start-color: rgb(76 5 25 / 0.95);
  }

  .lg\:border-s-sky-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(224 242 254 / var(--tw-border-opacity));
  }

  .lg\:border-s-sky-100\/0 {
    border-inline-start-color: rgb(224 242 254 / 0);
  }

  .lg\:border-s-sky-100\/10 {
    border-inline-start-color: rgb(224 242 254 / 0.1);
  }

  .lg\:border-s-sky-100\/100 {
    border-inline-start-color: rgb(224 242 254 / 1);
  }

  .lg\:border-s-sky-100\/15 {
    border-inline-start-color: rgb(224 242 254 / 0.15);
  }

  .lg\:border-s-sky-100\/20 {
    border-inline-start-color: rgb(224 242 254 / 0.2);
  }

  .lg\:border-s-sky-100\/25 {
    border-inline-start-color: rgb(224 242 254 / 0.25);
  }

  .lg\:border-s-sky-100\/30 {
    border-inline-start-color: rgb(224 242 254 / 0.3);
  }

  .lg\:border-s-sky-100\/35 {
    border-inline-start-color: rgb(224 242 254 / 0.35);
  }

  .lg\:border-s-sky-100\/40 {
    border-inline-start-color: rgb(224 242 254 / 0.4);
  }

  .lg\:border-s-sky-100\/45 {
    border-inline-start-color: rgb(224 242 254 / 0.45);
  }

  .lg\:border-s-sky-100\/5 {
    border-inline-start-color: rgb(224 242 254 / 0.05);
  }

  .lg\:border-s-sky-100\/50 {
    border-inline-start-color: rgb(224 242 254 / 0.5);
  }

  .lg\:border-s-sky-100\/55 {
    border-inline-start-color: rgb(224 242 254 / 0.55);
  }

  .lg\:border-s-sky-100\/60 {
    border-inline-start-color: rgb(224 242 254 / 0.6);
  }

  .lg\:border-s-sky-100\/65 {
    border-inline-start-color: rgb(224 242 254 / 0.65);
  }

  .lg\:border-s-sky-100\/70 {
    border-inline-start-color: rgb(224 242 254 / 0.7);
  }

  .lg\:border-s-sky-100\/75 {
    border-inline-start-color: rgb(224 242 254 / 0.75);
  }

  .lg\:border-s-sky-100\/80 {
    border-inline-start-color: rgb(224 242 254 / 0.8);
  }

  .lg\:border-s-sky-100\/85 {
    border-inline-start-color: rgb(224 242 254 / 0.85);
  }

  .lg\:border-s-sky-100\/90 {
    border-inline-start-color: rgb(224 242 254 / 0.9);
  }

  .lg\:border-s-sky-100\/95 {
    border-inline-start-color: rgb(224 242 254 / 0.95);
  }

  .lg\:border-s-sky-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(186 230 253 / var(--tw-border-opacity));
  }

  .lg\:border-s-sky-200\/0 {
    border-inline-start-color: rgb(186 230 253 / 0);
  }

  .lg\:border-s-sky-200\/10 {
    border-inline-start-color: rgb(186 230 253 / 0.1);
  }

  .lg\:border-s-sky-200\/100 {
    border-inline-start-color: rgb(186 230 253 / 1);
  }

  .lg\:border-s-sky-200\/15 {
    border-inline-start-color: rgb(186 230 253 / 0.15);
  }

  .lg\:border-s-sky-200\/20 {
    border-inline-start-color: rgb(186 230 253 / 0.2);
  }

  .lg\:border-s-sky-200\/25 {
    border-inline-start-color: rgb(186 230 253 / 0.25);
  }

  .lg\:border-s-sky-200\/30 {
    border-inline-start-color: rgb(186 230 253 / 0.3);
  }

  .lg\:border-s-sky-200\/35 {
    border-inline-start-color: rgb(186 230 253 / 0.35);
  }

  .lg\:border-s-sky-200\/40 {
    border-inline-start-color: rgb(186 230 253 / 0.4);
  }

  .lg\:border-s-sky-200\/45 {
    border-inline-start-color: rgb(186 230 253 / 0.45);
  }

  .lg\:border-s-sky-200\/5 {
    border-inline-start-color: rgb(186 230 253 / 0.05);
  }

  .lg\:border-s-sky-200\/50 {
    border-inline-start-color: rgb(186 230 253 / 0.5);
  }

  .lg\:border-s-sky-200\/55 {
    border-inline-start-color: rgb(186 230 253 / 0.55);
  }

  .lg\:border-s-sky-200\/60 {
    border-inline-start-color: rgb(186 230 253 / 0.6);
  }

  .lg\:border-s-sky-200\/65 {
    border-inline-start-color: rgb(186 230 253 / 0.65);
  }

  .lg\:border-s-sky-200\/70 {
    border-inline-start-color: rgb(186 230 253 / 0.7);
  }

  .lg\:border-s-sky-200\/75 {
    border-inline-start-color: rgb(186 230 253 / 0.75);
  }

  .lg\:border-s-sky-200\/80 {
    border-inline-start-color: rgb(186 230 253 / 0.8);
  }

  .lg\:border-s-sky-200\/85 {
    border-inline-start-color: rgb(186 230 253 / 0.85);
  }

  .lg\:border-s-sky-200\/90 {
    border-inline-start-color: rgb(186 230 253 / 0.9);
  }

  .lg\:border-s-sky-200\/95 {
    border-inline-start-color: rgb(186 230 253 / 0.95);
  }

  .lg\:border-s-sky-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(125 211 252 / var(--tw-border-opacity));
  }

  .lg\:border-s-sky-300\/0 {
    border-inline-start-color: rgb(125 211 252 / 0);
  }

  .lg\:border-s-sky-300\/10 {
    border-inline-start-color: rgb(125 211 252 / 0.1);
  }

  .lg\:border-s-sky-300\/100 {
    border-inline-start-color: rgb(125 211 252 / 1);
  }

  .lg\:border-s-sky-300\/15 {
    border-inline-start-color: rgb(125 211 252 / 0.15);
  }

  .lg\:border-s-sky-300\/20 {
    border-inline-start-color: rgb(125 211 252 / 0.2);
  }

  .lg\:border-s-sky-300\/25 {
    border-inline-start-color: rgb(125 211 252 / 0.25);
  }

  .lg\:border-s-sky-300\/30 {
    border-inline-start-color: rgb(125 211 252 / 0.3);
  }

  .lg\:border-s-sky-300\/35 {
    border-inline-start-color: rgb(125 211 252 / 0.35);
  }

  .lg\:border-s-sky-300\/40 {
    border-inline-start-color: rgb(125 211 252 / 0.4);
  }

  .lg\:border-s-sky-300\/45 {
    border-inline-start-color: rgb(125 211 252 / 0.45);
  }

  .lg\:border-s-sky-300\/5 {
    border-inline-start-color: rgb(125 211 252 / 0.05);
  }

  .lg\:border-s-sky-300\/50 {
    border-inline-start-color: rgb(125 211 252 / 0.5);
  }

  .lg\:border-s-sky-300\/55 {
    border-inline-start-color: rgb(125 211 252 / 0.55);
  }

  .lg\:border-s-sky-300\/60 {
    border-inline-start-color: rgb(125 211 252 / 0.6);
  }

  .lg\:border-s-sky-300\/65 {
    border-inline-start-color: rgb(125 211 252 / 0.65);
  }

  .lg\:border-s-sky-300\/70 {
    border-inline-start-color: rgb(125 211 252 / 0.7);
  }

  .lg\:border-s-sky-300\/75 {
    border-inline-start-color: rgb(125 211 252 / 0.75);
  }

  .lg\:border-s-sky-300\/80 {
    border-inline-start-color: rgb(125 211 252 / 0.8);
  }

  .lg\:border-s-sky-300\/85 {
    border-inline-start-color: rgb(125 211 252 / 0.85);
  }

  .lg\:border-s-sky-300\/90 {
    border-inline-start-color: rgb(125 211 252 / 0.9);
  }

  .lg\:border-s-sky-300\/95 {
    border-inline-start-color: rgb(125 211 252 / 0.95);
  }

  .lg\:border-s-sky-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(56 189 248 / var(--tw-border-opacity));
  }

  .lg\:border-s-sky-400\/0 {
    border-inline-start-color: rgb(56 189 248 / 0);
  }

  .lg\:border-s-sky-400\/10 {
    border-inline-start-color: rgb(56 189 248 / 0.1);
  }

  .lg\:border-s-sky-400\/100 {
    border-inline-start-color: rgb(56 189 248 / 1);
  }

  .lg\:border-s-sky-400\/15 {
    border-inline-start-color: rgb(56 189 248 / 0.15);
  }

  .lg\:border-s-sky-400\/20 {
    border-inline-start-color: rgb(56 189 248 / 0.2);
  }

  .lg\:border-s-sky-400\/25 {
    border-inline-start-color: rgb(56 189 248 / 0.25);
  }

  .lg\:border-s-sky-400\/30 {
    border-inline-start-color: rgb(56 189 248 / 0.3);
  }

  .lg\:border-s-sky-400\/35 {
    border-inline-start-color: rgb(56 189 248 / 0.35);
  }

  .lg\:border-s-sky-400\/40 {
    border-inline-start-color: rgb(56 189 248 / 0.4);
  }

  .lg\:border-s-sky-400\/45 {
    border-inline-start-color: rgb(56 189 248 / 0.45);
  }

  .lg\:border-s-sky-400\/5 {
    border-inline-start-color: rgb(56 189 248 / 0.05);
  }

  .lg\:border-s-sky-400\/50 {
    border-inline-start-color: rgb(56 189 248 / 0.5);
  }

  .lg\:border-s-sky-400\/55 {
    border-inline-start-color: rgb(56 189 248 / 0.55);
  }

  .lg\:border-s-sky-400\/60 {
    border-inline-start-color: rgb(56 189 248 / 0.6);
  }

  .lg\:border-s-sky-400\/65 {
    border-inline-start-color: rgb(56 189 248 / 0.65);
  }

  .lg\:border-s-sky-400\/70 {
    border-inline-start-color: rgb(56 189 248 / 0.7);
  }

  .lg\:border-s-sky-400\/75 {
    border-inline-start-color: rgb(56 189 248 / 0.75);
  }

  .lg\:border-s-sky-400\/80 {
    border-inline-start-color: rgb(56 189 248 / 0.8);
  }

  .lg\:border-s-sky-400\/85 {
    border-inline-start-color: rgb(56 189 248 / 0.85);
  }

  .lg\:border-s-sky-400\/90 {
    border-inline-start-color: rgb(56 189 248 / 0.9);
  }

  .lg\:border-s-sky-400\/95 {
    border-inline-start-color: rgb(56 189 248 / 0.95);
  }

  .lg\:border-s-sky-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(240 249 255 / var(--tw-border-opacity));
  }

  .lg\:border-s-sky-50\/0 {
    border-inline-start-color: rgb(240 249 255 / 0);
  }

  .lg\:border-s-sky-50\/10 {
    border-inline-start-color: rgb(240 249 255 / 0.1);
  }

  .lg\:border-s-sky-50\/100 {
    border-inline-start-color: rgb(240 249 255 / 1);
  }

  .lg\:border-s-sky-50\/15 {
    border-inline-start-color: rgb(240 249 255 / 0.15);
  }

  .lg\:border-s-sky-50\/20 {
    border-inline-start-color: rgb(240 249 255 / 0.2);
  }

  .lg\:border-s-sky-50\/25 {
    border-inline-start-color: rgb(240 249 255 / 0.25);
  }

  .lg\:border-s-sky-50\/30 {
    border-inline-start-color: rgb(240 249 255 / 0.3);
  }

  .lg\:border-s-sky-50\/35 {
    border-inline-start-color: rgb(240 249 255 / 0.35);
  }

  .lg\:border-s-sky-50\/40 {
    border-inline-start-color: rgb(240 249 255 / 0.4);
  }

  .lg\:border-s-sky-50\/45 {
    border-inline-start-color: rgb(240 249 255 / 0.45);
  }

  .lg\:border-s-sky-50\/5 {
    border-inline-start-color: rgb(240 249 255 / 0.05);
  }

  .lg\:border-s-sky-50\/50 {
    border-inline-start-color: rgb(240 249 255 / 0.5);
  }

  .lg\:border-s-sky-50\/55 {
    border-inline-start-color: rgb(240 249 255 / 0.55);
  }

  .lg\:border-s-sky-50\/60 {
    border-inline-start-color: rgb(240 249 255 / 0.6);
  }

  .lg\:border-s-sky-50\/65 {
    border-inline-start-color: rgb(240 249 255 / 0.65);
  }

  .lg\:border-s-sky-50\/70 {
    border-inline-start-color: rgb(240 249 255 / 0.7);
  }

  .lg\:border-s-sky-50\/75 {
    border-inline-start-color: rgb(240 249 255 / 0.75);
  }

  .lg\:border-s-sky-50\/80 {
    border-inline-start-color: rgb(240 249 255 / 0.8);
  }

  .lg\:border-s-sky-50\/85 {
    border-inline-start-color: rgb(240 249 255 / 0.85);
  }

  .lg\:border-s-sky-50\/90 {
    border-inline-start-color: rgb(240 249 255 / 0.9);
  }

  .lg\:border-s-sky-50\/95 {
    border-inline-start-color: rgb(240 249 255 / 0.95);
  }

  .lg\:border-s-sky-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(14 165 233 / var(--tw-border-opacity));
  }

  .lg\:border-s-sky-500\/0 {
    border-inline-start-color: rgb(14 165 233 / 0);
  }

  .lg\:border-s-sky-500\/10 {
    border-inline-start-color: rgb(14 165 233 / 0.1);
  }

  .lg\:border-s-sky-500\/100 {
    border-inline-start-color: rgb(14 165 233 / 1);
  }

  .lg\:border-s-sky-500\/15 {
    border-inline-start-color: rgb(14 165 233 / 0.15);
  }

  .lg\:border-s-sky-500\/20 {
    border-inline-start-color: rgb(14 165 233 / 0.2);
  }

  .lg\:border-s-sky-500\/25 {
    border-inline-start-color: rgb(14 165 233 / 0.25);
  }

  .lg\:border-s-sky-500\/30 {
    border-inline-start-color: rgb(14 165 233 / 0.3);
  }

  .lg\:border-s-sky-500\/35 {
    border-inline-start-color: rgb(14 165 233 / 0.35);
  }

  .lg\:border-s-sky-500\/40 {
    border-inline-start-color: rgb(14 165 233 / 0.4);
  }

  .lg\:border-s-sky-500\/45 {
    border-inline-start-color: rgb(14 165 233 / 0.45);
  }

  .lg\:border-s-sky-500\/5 {
    border-inline-start-color: rgb(14 165 233 / 0.05);
  }

  .lg\:border-s-sky-500\/50 {
    border-inline-start-color: rgb(14 165 233 / 0.5);
  }

  .lg\:border-s-sky-500\/55 {
    border-inline-start-color: rgb(14 165 233 / 0.55);
  }

  .lg\:border-s-sky-500\/60 {
    border-inline-start-color: rgb(14 165 233 / 0.6);
  }

  .lg\:border-s-sky-500\/65 {
    border-inline-start-color: rgb(14 165 233 / 0.65);
  }

  .lg\:border-s-sky-500\/70 {
    border-inline-start-color: rgb(14 165 233 / 0.7);
  }

  .lg\:border-s-sky-500\/75 {
    border-inline-start-color: rgb(14 165 233 / 0.75);
  }

  .lg\:border-s-sky-500\/80 {
    border-inline-start-color: rgb(14 165 233 / 0.8);
  }

  .lg\:border-s-sky-500\/85 {
    border-inline-start-color: rgb(14 165 233 / 0.85);
  }

  .lg\:border-s-sky-500\/90 {
    border-inline-start-color: rgb(14 165 233 / 0.9);
  }

  .lg\:border-s-sky-500\/95 {
    border-inline-start-color: rgb(14 165 233 / 0.95);
  }

  .lg\:border-s-sky-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(2 132 199 / var(--tw-border-opacity));
  }

  .lg\:border-s-sky-600\/0 {
    border-inline-start-color: rgb(2 132 199 / 0);
  }

  .lg\:border-s-sky-600\/10 {
    border-inline-start-color: rgb(2 132 199 / 0.1);
  }

  .lg\:border-s-sky-600\/100 {
    border-inline-start-color: rgb(2 132 199 / 1);
  }

  .lg\:border-s-sky-600\/15 {
    border-inline-start-color: rgb(2 132 199 / 0.15);
  }

  .lg\:border-s-sky-600\/20 {
    border-inline-start-color: rgb(2 132 199 / 0.2);
  }

  .lg\:border-s-sky-600\/25 {
    border-inline-start-color: rgb(2 132 199 / 0.25);
  }

  .lg\:border-s-sky-600\/30 {
    border-inline-start-color: rgb(2 132 199 / 0.3);
  }

  .lg\:border-s-sky-600\/35 {
    border-inline-start-color: rgb(2 132 199 / 0.35);
  }

  .lg\:border-s-sky-600\/40 {
    border-inline-start-color: rgb(2 132 199 / 0.4);
  }

  .lg\:border-s-sky-600\/45 {
    border-inline-start-color: rgb(2 132 199 / 0.45);
  }

  .lg\:border-s-sky-600\/5 {
    border-inline-start-color: rgb(2 132 199 / 0.05);
  }

  .lg\:border-s-sky-600\/50 {
    border-inline-start-color: rgb(2 132 199 / 0.5);
  }

  .lg\:border-s-sky-600\/55 {
    border-inline-start-color: rgb(2 132 199 / 0.55);
  }

  .lg\:border-s-sky-600\/60 {
    border-inline-start-color: rgb(2 132 199 / 0.6);
  }

  .lg\:border-s-sky-600\/65 {
    border-inline-start-color: rgb(2 132 199 / 0.65);
  }

  .lg\:border-s-sky-600\/70 {
    border-inline-start-color: rgb(2 132 199 / 0.7);
  }

  .lg\:border-s-sky-600\/75 {
    border-inline-start-color: rgb(2 132 199 / 0.75);
  }

  .lg\:border-s-sky-600\/80 {
    border-inline-start-color: rgb(2 132 199 / 0.8);
  }

  .lg\:border-s-sky-600\/85 {
    border-inline-start-color: rgb(2 132 199 / 0.85);
  }

  .lg\:border-s-sky-600\/90 {
    border-inline-start-color: rgb(2 132 199 / 0.9);
  }

  .lg\:border-s-sky-600\/95 {
    border-inline-start-color: rgb(2 132 199 / 0.95);
  }

  .lg\:border-s-sky-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(3 105 161 / var(--tw-border-opacity));
  }

  .lg\:border-s-sky-700\/0 {
    border-inline-start-color: rgb(3 105 161 / 0);
  }

  .lg\:border-s-sky-700\/10 {
    border-inline-start-color: rgb(3 105 161 / 0.1);
  }

  .lg\:border-s-sky-700\/100 {
    border-inline-start-color: rgb(3 105 161 / 1);
  }

  .lg\:border-s-sky-700\/15 {
    border-inline-start-color: rgb(3 105 161 / 0.15);
  }

  .lg\:border-s-sky-700\/20 {
    border-inline-start-color: rgb(3 105 161 / 0.2);
  }

  .lg\:border-s-sky-700\/25 {
    border-inline-start-color: rgb(3 105 161 / 0.25);
  }

  .lg\:border-s-sky-700\/30 {
    border-inline-start-color: rgb(3 105 161 / 0.3);
  }

  .lg\:border-s-sky-700\/35 {
    border-inline-start-color: rgb(3 105 161 / 0.35);
  }

  .lg\:border-s-sky-700\/40 {
    border-inline-start-color: rgb(3 105 161 / 0.4);
  }

  .lg\:border-s-sky-700\/45 {
    border-inline-start-color: rgb(3 105 161 / 0.45);
  }

  .lg\:border-s-sky-700\/5 {
    border-inline-start-color: rgb(3 105 161 / 0.05);
  }

  .lg\:border-s-sky-700\/50 {
    border-inline-start-color: rgb(3 105 161 / 0.5);
  }

  .lg\:border-s-sky-700\/55 {
    border-inline-start-color: rgb(3 105 161 / 0.55);
  }

  .lg\:border-s-sky-700\/60 {
    border-inline-start-color: rgb(3 105 161 / 0.6);
  }

  .lg\:border-s-sky-700\/65 {
    border-inline-start-color: rgb(3 105 161 / 0.65);
  }

  .lg\:border-s-sky-700\/70 {
    border-inline-start-color: rgb(3 105 161 / 0.7);
  }

  .lg\:border-s-sky-700\/75 {
    border-inline-start-color: rgb(3 105 161 / 0.75);
  }

  .lg\:border-s-sky-700\/80 {
    border-inline-start-color: rgb(3 105 161 / 0.8);
  }

  .lg\:border-s-sky-700\/85 {
    border-inline-start-color: rgb(3 105 161 / 0.85);
  }

  .lg\:border-s-sky-700\/90 {
    border-inline-start-color: rgb(3 105 161 / 0.9);
  }

  .lg\:border-s-sky-700\/95 {
    border-inline-start-color: rgb(3 105 161 / 0.95);
  }

  .lg\:border-s-sky-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(7 89 133 / var(--tw-border-opacity));
  }

  .lg\:border-s-sky-800\/0 {
    border-inline-start-color: rgb(7 89 133 / 0);
  }

  .lg\:border-s-sky-800\/10 {
    border-inline-start-color: rgb(7 89 133 / 0.1);
  }

  .lg\:border-s-sky-800\/100 {
    border-inline-start-color: rgb(7 89 133 / 1);
  }

  .lg\:border-s-sky-800\/15 {
    border-inline-start-color: rgb(7 89 133 / 0.15);
  }

  .lg\:border-s-sky-800\/20 {
    border-inline-start-color: rgb(7 89 133 / 0.2);
  }

  .lg\:border-s-sky-800\/25 {
    border-inline-start-color: rgb(7 89 133 / 0.25);
  }

  .lg\:border-s-sky-800\/30 {
    border-inline-start-color: rgb(7 89 133 / 0.3);
  }

  .lg\:border-s-sky-800\/35 {
    border-inline-start-color: rgb(7 89 133 / 0.35);
  }

  .lg\:border-s-sky-800\/40 {
    border-inline-start-color: rgb(7 89 133 / 0.4);
  }

  .lg\:border-s-sky-800\/45 {
    border-inline-start-color: rgb(7 89 133 / 0.45);
  }

  .lg\:border-s-sky-800\/5 {
    border-inline-start-color: rgb(7 89 133 / 0.05);
  }

  .lg\:border-s-sky-800\/50 {
    border-inline-start-color: rgb(7 89 133 / 0.5);
  }

  .lg\:border-s-sky-800\/55 {
    border-inline-start-color: rgb(7 89 133 / 0.55);
  }

  .lg\:border-s-sky-800\/60 {
    border-inline-start-color: rgb(7 89 133 / 0.6);
  }

  .lg\:border-s-sky-800\/65 {
    border-inline-start-color: rgb(7 89 133 / 0.65);
  }

  .lg\:border-s-sky-800\/70 {
    border-inline-start-color: rgb(7 89 133 / 0.7);
  }

  .lg\:border-s-sky-800\/75 {
    border-inline-start-color: rgb(7 89 133 / 0.75);
  }

  .lg\:border-s-sky-800\/80 {
    border-inline-start-color: rgb(7 89 133 / 0.8);
  }

  .lg\:border-s-sky-800\/85 {
    border-inline-start-color: rgb(7 89 133 / 0.85);
  }

  .lg\:border-s-sky-800\/90 {
    border-inline-start-color: rgb(7 89 133 / 0.9);
  }

  .lg\:border-s-sky-800\/95 {
    border-inline-start-color: rgb(7 89 133 / 0.95);
  }

  .lg\:border-s-sky-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(12 74 110 / var(--tw-border-opacity));
  }

  .lg\:border-s-sky-900\/0 {
    border-inline-start-color: rgb(12 74 110 / 0);
  }

  .lg\:border-s-sky-900\/10 {
    border-inline-start-color: rgb(12 74 110 / 0.1);
  }

  .lg\:border-s-sky-900\/100 {
    border-inline-start-color: rgb(12 74 110 / 1);
  }

  .lg\:border-s-sky-900\/15 {
    border-inline-start-color: rgb(12 74 110 / 0.15);
  }

  .lg\:border-s-sky-900\/20 {
    border-inline-start-color: rgb(12 74 110 / 0.2);
  }

  .lg\:border-s-sky-900\/25 {
    border-inline-start-color: rgb(12 74 110 / 0.25);
  }

  .lg\:border-s-sky-900\/30 {
    border-inline-start-color: rgb(12 74 110 / 0.3);
  }

  .lg\:border-s-sky-900\/35 {
    border-inline-start-color: rgb(12 74 110 / 0.35);
  }

  .lg\:border-s-sky-900\/40 {
    border-inline-start-color: rgb(12 74 110 / 0.4);
  }

  .lg\:border-s-sky-900\/45 {
    border-inline-start-color: rgb(12 74 110 / 0.45);
  }

  .lg\:border-s-sky-900\/5 {
    border-inline-start-color: rgb(12 74 110 / 0.05);
  }

  .lg\:border-s-sky-900\/50 {
    border-inline-start-color: rgb(12 74 110 / 0.5);
  }

  .lg\:border-s-sky-900\/55 {
    border-inline-start-color: rgb(12 74 110 / 0.55);
  }

  .lg\:border-s-sky-900\/60 {
    border-inline-start-color: rgb(12 74 110 / 0.6);
  }

  .lg\:border-s-sky-900\/65 {
    border-inline-start-color: rgb(12 74 110 / 0.65);
  }

  .lg\:border-s-sky-900\/70 {
    border-inline-start-color: rgb(12 74 110 / 0.7);
  }

  .lg\:border-s-sky-900\/75 {
    border-inline-start-color: rgb(12 74 110 / 0.75);
  }

  .lg\:border-s-sky-900\/80 {
    border-inline-start-color: rgb(12 74 110 / 0.8);
  }

  .lg\:border-s-sky-900\/85 {
    border-inline-start-color: rgb(12 74 110 / 0.85);
  }

  .lg\:border-s-sky-900\/90 {
    border-inline-start-color: rgb(12 74 110 / 0.9);
  }

  .lg\:border-s-sky-900\/95 {
    border-inline-start-color: rgb(12 74 110 / 0.95);
  }

  .lg\:border-s-sky-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(8 47 73 / var(--tw-border-opacity));
  }

  .lg\:border-s-sky-950\/0 {
    border-inline-start-color: rgb(8 47 73 / 0);
  }

  .lg\:border-s-sky-950\/10 {
    border-inline-start-color: rgb(8 47 73 / 0.1);
  }

  .lg\:border-s-sky-950\/100 {
    border-inline-start-color: rgb(8 47 73 / 1);
  }

  .lg\:border-s-sky-950\/15 {
    border-inline-start-color: rgb(8 47 73 / 0.15);
  }

  .lg\:border-s-sky-950\/20 {
    border-inline-start-color: rgb(8 47 73 / 0.2);
  }

  .lg\:border-s-sky-950\/25 {
    border-inline-start-color: rgb(8 47 73 / 0.25);
  }

  .lg\:border-s-sky-950\/30 {
    border-inline-start-color: rgb(8 47 73 / 0.3);
  }

  .lg\:border-s-sky-950\/35 {
    border-inline-start-color: rgb(8 47 73 / 0.35);
  }

  .lg\:border-s-sky-950\/40 {
    border-inline-start-color: rgb(8 47 73 / 0.4);
  }

  .lg\:border-s-sky-950\/45 {
    border-inline-start-color: rgb(8 47 73 / 0.45);
  }

  .lg\:border-s-sky-950\/5 {
    border-inline-start-color: rgb(8 47 73 / 0.05);
  }

  .lg\:border-s-sky-950\/50 {
    border-inline-start-color: rgb(8 47 73 / 0.5);
  }

  .lg\:border-s-sky-950\/55 {
    border-inline-start-color: rgb(8 47 73 / 0.55);
  }

  .lg\:border-s-sky-950\/60 {
    border-inline-start-color: rgb(8 47 73 / 0.6);
  }

  .lg\:border-s-sky-950\/65 {
    border-inline-start-color: rgb(8 47 73 / 0.65);
  }

  .lg\:border-s-sky-950\/70 {
    border-inline-start-color: rgb(8 47 73 / 0.7);
  }

  .lg\:border-s-sky-950\/75 {
    border-inline-start-color: rgb(8 47 73 / 0.75);
  }

  .lg\:border-s-sky-950\/80 {
    border-inline-start-color: rgb(8 47 73 / 0.8);
  }

  .lg\:border-s-sky-950\/85 {
    border-inline-start-color: rgb(8 47 73 / 0.85);
  }

  .lg\:border-s-sky-950\/90 {
    border-inline-start-color: rgb(8 47 73 / 0.9);
  }

  .lg\:border-s-sky-950\/95 {
    border-inline-start-color: rgb(8 47 73 / 0.95);
  }

  .lg\:border-s-slate-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(241 245 249 / var(--tw-border-opacity));
  }

  .lg\:border-s-slate-100\/0 {
    border-inline-start-color: rgb(241 245 249 / 0);
  }

  .lg\:border-s-slate-100\/10 {
    border-inline-start-color: rgb(241 245 249 / 0.1);
  }

  .lg\:border-s-slate-100\/100 {
    border-inline-start-color: rgb(241 245 249 / 1);
  }

  .lg\:border-s-slate-100\/15 {
    border-inline-start-color: rgb(241 245 249 / 0.15);
  }

  .lg\:border-s-slate-100\/20 {
    border-inline-start-color: rgb(241 245 249 / 0.2);
  }

  .lg\:border-s-slate-100\/25 {
    border-inline-start-color: rgb(241 245 249 / 0.25);
  }

  .lg\:border-s-slate-100\/30 {
    border-inline-start-color: rgb(241 245 249 / 0.3);
  }

  .lg\:border-s-slate-100\/35 {
    border-inline-start-color: rgb(241 245 249 / 0.35);
  }

  .lg\:border-s-slate-100\/40 {
    border-inline-start-color: rgb(241 245 249 / 0.4);
  }

  .lg\:border-s-slate-100\/45 {
    border-inline-start-color: rgb(241 245 249 / 0.45);
  }

  .lg\:border-s-slate-100\/5 {
    border-inline-start-color: rgb(241 245 249 / 0.05);
  }

  .lg\:border-s-slate-100\/50 {
    border-inline-start-color: rgb(241 245 249 / 0.5);
  }

  .lg\:border-s-slate-100\/55 {
    border-inline-start-color: rgb(241 245 249 / 0.55);
  }

  .lg\:border-s-slate-100\/60 {
    border-inline-start-color: rgb(241 245 249 / 0.6);
  }

  .lg\:border-s-slate-100\/65 {
    border-inline-start-color: rgb(241 245 249 / 0.65);
  }

  .lg\:border-s-slate-100\/70 {
    border-inline-start-color: rgb(241 245 249 / 0.7);
  }

  .lg\:border-s-slate-100\/75 {
    border-inline-start-color: rgb(241 245 249 / 0.75);
  }

  .lg\:border-s-slate-100\/80 {
    border-inline-start-color: rgb(241 245 249 / 0.8);
  }

  .lg\:border-s-slate-100\/85 {
    border-inline-start-color: rgb(241 245 249 / 0.85);
  }

  .lg\:border-s-slate-100\/90 {
    border-inline-start-color: rgb(241 245 249 / 0.9);
  }

  .lg\:border-s-slate-100\/95 {
    border-inline-start-color: rgb(241 245 249 / 0.95);
  }

  .lg\:border-s-slate-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(226 232 240 / var(--tw-border-opacity));
  }

  .lg\:border-s-slate-200\/0 {
    border-inline-start-color: rgb(226 232 240 / 0);
  }

  .lg\:border-s-slate-200\/10 {
    border-inline-start-color: rgb(226 232 240 / 0.1);
  }

  .lg\:border-s-slate-200\/100 {
    border-inline-start-color: rgb(226 232 240 / 1);
  }

  .lg\:border-s-slate-200\/15 {
    border-inline-start-color: rgb(226 232 240 / 0.15);
  }

  .lg\:border-s-slate-200\/20 {
    border-inline-start-color: rgb(226 232 240 / 0.2);
  }

  .lg\:border-s-slate-200\/25 {
    border-inline-start-color: rgb(226 232 240 / 0.25);
  }

  .lg\:border-s-slate-200\/30 {
    border-inline-start-color: rgb(226 232 240 / 0.3);
  }

  .lg\:border-s-slate-200\/35 {
    border-inline-start-color: rgb(226 232 240 / 0.35);
  }

  .lg\:border-s-slate-200\/40 {
    border-inline-start-color: rgb(226 232 240 / 0.4);
  }

  .lg\:border-s-slate-200\/45 {
    border-inline-start-color: rgb(226 232 240 / 0.45);
  }

  .lg\:border-s-slate-200\/5 {
    border-inline-start-color: rgb(226 232 240 / 0.05);
  }

  .lg\:border-s-slate-200\/50 {
    border-inline-start-color: rgb(226 232 240 / 0.5);
  }

  .lg\:border-s-slate-200\/55 {
    border-inline-start-color: rgb(226 232 240 / 0.55);
  }

  .lg\:border-s-slate-200\/60 {
    border-inline-start-color: rgb(226 232 240 / 0.6);
  }

  .lg\:border-s-slate-200\/65 {
    border-inline-start-color: rgb(226 232 240 / 0.65);
  }

  .lg\:border-s-slate-200\/70 {
    border-inline-start-color: rgb(226 232 240 / 0.7);
  }

  .lg\:border-s-slate-200\/75 {
    border-inline-start-color: rgb(226 232 240 / 0.75);
  }

  .lg\:border-s-slate-200\/80 {
    border-inline-start-color: rgb(226 232 240 / 0.8);
  }

  .lg\:border-s-slate-200\/85 {
    border-inline-start-color: rgb(226 232 240 / 0.85);
  }

  .lg\:border-s-slate-200\/90 {
    border-inline-start-color: rgb(226 232 240 / 0.9);
  }

  .lg\:border-s-slate-200\/95 {
    border-inline-start-color: rgb(226 232 240 / 0.95);
  }

  .lg\:border-s-slate-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(203 213 225 / var(--tw-border-opacity));
  }

  .lg\:border-s-slate-300\/0 {
    border-inline-start-color: rgb(203 213 225 / 0);
  }

  .lg\:border-s-slate-300\/10 {
    border-inline-start-color: rgb(203 213 225 / 0.1);
  }

  .lg\:border-s-slate-300\/100 {
    border-inline-start-color: rgb(203 213 225 / 1);
  }

  .lg\:border-s-slate-300\/15 {
    border-inline-start-color: rgb(203 213 225 / 0.15);
  }

  .lg\:border-s-slate-300\/20 {
    border-inline-start-color: rgb(203 213 225 / 0.2);
  }

  .lg\:border-s-slate-300\/25 {
    border-inline-start-color: rgb(203 213 225 / 0.25);
  }

  .lg\:border-s-slate-300\/30 {
    border-inline-start-color: rgb(203 213 225 / 0.3);
  }

  .lg\:border-s-slate-300\/35 {
    border-inline-start-color: rgb(203 213 225 / 0.35);
  }

  .lg\:border-s-slate-300\/40 {
    border-inline-start-color: rgb(203 213 225 / 0.4);
  }

  .lg\:border-s-slate-300\/45 {
    border-inline-start-color: rgb(203 213 225 / 0.45);
  }

  .lg\:border-s-slate-300\/5 {
    border-inline-start-color: rgb(203 213 225 / 0.05);
  }

  .lg\:border-s-slate-300\/50 {
    border-inline-start-color: rgb(203 213 225 / 0.5);
  }

  .lg\:border-s-slate-300\/55 {
    border-inline-start-color: rgb(203 213 225 / 0.55);
  }

  .lg\:border-s-slate-300\/60 {
    border-inline-start-color: rgb(203 213 225 / 0.6);
  }

  .lg\:border-s-slate-300\/65 {
    border-inline-start-color: rgb(203 213 225 / 0.65);
  }

  .lg\:border-s-slate-300\/70 {
    border-inline-start-color: rgb(203 213 225 / 0.7);
  }

  .lg\:border-s-slate-300\/75 {
    border-inline-start-color: rgb(203 213 225 / 0.75);
  }

  .lg\:border-s-slate-300\/80 {
    border-inline-start-color: rgb(203 213 225 / 0.8);
  }

  .lg\:border-s-slate-300\/85 {
    border-inline-start-color: rgb(203 213 225 / 0.85);
  }

  .lg\:border-s-slate-300\/90 {
    border-inline-start-color: rgb(203 213 225 / 0.9);
  }

  .lg\:border-s-slate-300\/95 {
    border-inline-start-color: rgb(203 213 225 / 0.95);
  }

  .lg\:border-s-slate-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(148 163 184 / var(--tw-border-opacity));
  }

  .lg\:border-s-slate-400\/0 {
    border-inline-start-color: rgb(148 163 184 / 0);
  }

  .lg\:border-s-slate-400\/10 {
    border-inline-start-color: rgb(148 163 184 / 0.1);
  }

  .lg\:border-s-slate-400\/100 {
    border-inline-start-color: rgb(148 163 184 / 1);
  }

  .lg\:border-s-slate-400\/15 {
    border-inline-start-color: rgb(148 163 184 / 0.15);
  }

  .lg\:border-s-slate-400\/20 {
    border-inline-start-color: rgb(148 163 184 / 0.2);
  }

  .lg\:border-s-slate-400\/25 {
    border-inline-start-color: rgb(148 163 184 / 0.25);
  }

  .lg\:border-s-slate-400\/30 {
    border-inline-start-color: rgb(148 163 184 / 0.3);
  }

  .lg\:border-s-slate-400\/35 {
    border-inline-start-color: rgb(148 163 184 / 0.35);
  }

  .lg\:border-s-slate-400\/40 {
    border-inline-start-color: rgb(148 163 184 / 0.4);
  }

  .lg\:border-s-slate-400\/45 {
    border-inline-start-color: rgb(148 163 184 / 0.45);
  }

  .lg\:border-s-slate-400\/5 {
    border-inline-start-color: rgb(148 163 184 / 0.05);
  }

  .lg\:border-s-slate-400\/50 {
    border-inline-start-color: rgb(148 163 184 / 0.5);
  }

  .lg\:border-s-slate-400\/55 {
    border-inline-start-color: rgb(148 163 184 / 0.55);
  }

  .lg\:border-s-slate-400\/60 {
    border-inline-start-color: rgb(148 163 184 / 0.6);
  }

  .lg\:border-s-slate-400\/65 {
    border-inline-start-color: rgb(148 163 184 / 0.65);
  }

  .lg\:border-s-slate-400\/70 {
    border-inline-start-color: rgb(148 163 184 / 0.7);
  }

  .lg\:border-s-slate-400\/75 {
    border-inline-start-color: rgb(148 163 184 / 0.75);
  }

  .lg\:border-s-slate-400\/80 {
    border-inline-start-color: rgb(148 163 184 / 0.8);
  }

  .lg\:border-s-slate-400\/85 {
    border-inline-start-color: rgb(148 163 184 / 0.85);
  }

  .lg\:border-s-slate-400\/90 {
    border-inline-start-color: rgb(148 163 184 / 0.9);
  }

  .lg\:border-s-slate-400\/95 {
    border-inline-start-color: rgb(148 163 184 / 0.95);
  }

  .lg\:border-s-slate-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(248 250 252 / var(--tw-border-opacity));
  }

  .lg\:border-s-slate-50\/0 {
    border-inline-start-color: rgb(248 250 252 / 0);
  }

  .lg\:border-s-slate-50\/10 {
    border-inline-start-color: rgb(248 250 252 / 0.1);
  }

  .lg\:border-s-slate-50\/100 {
    border-inline-start-color: rgb(248 250 252 / 1);
  }

  .lg\:border-s-slate-50\/15 {
    border-inline-start-color: rgb(248 250 252 / 0.15);
  }

  .lg\:border-s-slate-50\/20 {
    border-inline-start-color: rgb(248 250 252 / 0.2);
  }

  .lg\:border-s-slate-50\/25 {
    border-inline-start-color: rgb(248 250 252 / 0.25);
  }

  .lg\:border-s-slate-50\/30 {
    border-inline-start-color: rgb(248 250 252 / 0.3);
  }

  .lg\:border-s-slate-50\/35 {
    border-inline-start-color: rgb(248 250 252 / 0.35);
  }

  .lg\:border-s-slate-50\/40 {
    border-inline-start-color: rgb(248 250 252 / 0.4);
  }

  .lg\:border-s-slate-50\/45 {
    border-inline-start-color: rgb(248 250 252 / 0.45);
  }

  .lg\:border-s-slate-50\/5 {
    border-inline-start-color: rgb(248 250 252 / 0.05);
  }

  .lg\:border-s-slate-50\/50 {
    border-inline-start-color: rgb(248 250 252 / 0.5);
  }

  .lg\:border-s-slate-50\/55 {
    border-inline-start-color: rgb(248 250 252 / 0.55);
  }

  .lg\:border-s-slate-50\/60 {
    border-inline-start-color: rgb(248 250 252 / 0.6);
  }

  .lg\:border-s-slate-50\/65 {
    border-inline-start-color: rgb(248 250 252 / 0.65);
  }

  .lg\:border-s-slate-50\/70 {
    border-inline-start-color: rgb(248 250 252 / 0.7);
  }

  .lg\:border-s-slate-50\/75 {
    border-inline-start-color: rgb(248 250 252 / 0.75);
  }

  .lg\:border-s-slate-50\/80 {
    border-inline-start-color: rgb(248 250 252 / 0.8);
  }

  .lg\:border-s-slate-50\/85 {
    border-inline-start-color: rgb(248 250 252 / 0.85);
  }

  .lg\:border-s-slate-50\/90 {
    border-inline-start-color: rgb(248 250 252 / 0.9);
  }

  .lg\:border-s-slate-50\/95 {
    border-inline-start-color: rgb(248 250 252 / 0.95);
  }

  .lg\:border-s-slate-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(100 116 139 / var(--tw-border-opacity));
  }

  .lg\:border-s-slate-500\/0 {
    border-inline-start-color: rgb(100 116 139 / 0);
  }

  .lg\:border-s-slate-500\/10 {
    border-inline-start-color: rgb(100 116 139 / 0.1);
  }

  .lg\:border-s-slate-500\/100 {
    border-inline-start-color: rgb(100 116 139 / 1);
  }

  .lg\:border-s-slate-500\/15 {
    border-inline-start-color: rgb(100 116 139 / 0.15);
  }

  .lg\:border-s-slate-500\/20 {
    border-inline-start-color: rgb(100 116 139 / 0.2);
  }

  .lg\:border-s-slate-500\/25 {
    border-inline-start-color: rgb(100 116 139 / 0.25);
  }

  .lg\:border-s-slate-500\/30 {
    border-inline-start-color: rgb(100 116 139 / 0.3);
  }

  .lg\:border-s-slate-500\/35 {
    border-inline-start-color: rgb(100 116 139 / 0.35);
  }

  .lg\:border-s-slate-500\/40 {
    border-inline-start-color: rgb(100 116 139 / 0.4);
  }

  .lg\:border-s-slate-500\/45 {
    border-inline-start-color: rgb(100 116 139 / 0.45);
  }

  .lg\:border-s-slate-500\/5 {
    border-inline-start-color: rgb(100 116 139 / 0.05);
  }

  .lg\:border-s-slate-500\/50 {
    border-inline-start-color: rgb(100 116 139 / 0.5);
  }

  .lg\:border-s-slate-500\/55 {
    border-inline-start-color: rgb(100 116 139 / 0.55);
  }

  .lg\:border-s-slate-500\/60 {
    border-inline-start-color: rgb(100 116 139 / 0.6);
  }

  .lg\:border-s-slate-500\/65 {
    border-inline-start-color: rgb(100 116 139 / 0.65);
  }

  .lg\:border-s-slate-500\/70 {
    border-inline-start-color: rgb(100 116 139 / 0.7);
  }

  .lg\:border-s-slate-500\/75 {
    border-inline-start-color: rgb(100 116 139 / 0.75);
  }

  .lg\:border-s-slate-500\/80 {
    border-inline-start-color: rgb(100 116 139 / 0.8);
  }

  .lg\:border-s-slate-500\/85 {
    border-inline-start-color: rgb(100 116 139 / 0.85);
  }

  .lg\:border-s-slate-500\/90 {
    border-inline-start-color: rgb(100 116 139 / 0.9);
  }

  .lg\:border-s-slate-500\/95 {
    border-inline-start-color: rgb(100 116 139 / 0.95);
  }

  .lg\:border-s-slate-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(71 85 105 / var(--tw-border-opacity));
  }

  .lg\:border-s-slate-600\/0 {
    border-inline-start-color: rgb(71 85 105 / 0);
  }

  .lg\:border-s-slate-600\/10 {
    border-inline-start-color: rgb(71 85 105 / 0.1);
  }

  .lg\:border-s-slate-600\/100 {
    border-inline-start-color: rgb(71 85 105 / 1);
  }

  .lg\:border-s-slate-600\/15 {
    border-inline-start-color: rgb(71 85 105 / 0.15);
  }

  .lg\:border-s-slate-600\/20 {
    border-inline-start-color: rgb(71 85 105 / 0.2);
  }

  .lg\:border-s-slate-600\/25 {
    border-inline-start-color: rgb(71 85 105 / 0.25);
  }

  .lg\:border-s-slate-600\/30 {
    border-inline-start-color: rgb(71 85 105 / 0.3);
  }

  .lg\:border-s-slate-600\/35 {
    border-inline-start-color: rgb(71 85 105 / 0.35);
  }

  .lg\:border-s-slate-600\/40 {
    border-inline-start-color: rgb(71 85 105 / 0.4);
  }

  .lg\:border-s-slate-600\/45 {
    border-inline-start-color: rgb(71 85 105 / 0.45);
  }

  .lg\:border-s-slate-600\/5 {
    border-inline-start-color: rgb(71 85 105 / 0.05);
  }

  .lg\:border-s-slate-600\/50 {
    border-inline-start-color: rgb(71 85 105 / 0.5);
  }

  .lg\:border-s-slate-600\/55 {
    border-inline-start-color: rgb(71 85 105 / 0.55);
  }

  .lg\:border-s-slate-600\/60 {
    border-inline-start-color: rgb(71 85 105 / 0.6);
  }

  .lg\:border-s-slate-600\/65 {
    border-inline-start-color: rgb(71 85 105 / 0.65);
  }

  .lg\:border-s-slate-600\/70 {
    border-inline-start-color: rgb(71 85 105 / 0.7);
  }

  .lg\:border-s-slate-600\/75 {
    border-inline-start-color: rgb(71 85 105 / 0.75);
  }

  .lg\:border-s-slate-600\/80 {
    border-inline-start-color: rgb(71 85 105 / 0.8);
  }

  .lg\:border-s-slate-600\/85 {
    border-inline-start-color: rgb(71 85 105 / 0.85);
  }

  .lg\:border-s-slate-600\/90 {
    border-inline-start-color: rgb(71 85 105 / 0.9);
  }

  .lg\:border-s-slate-600\/95 {
    border-inline-start-color: rgb(71 85 105 / 0.95);
  }

  .lg\:border-s-slate-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(51 65 85 / var(--tw-border-opacity));
  }

  .lg\:border-s-slate-700\/0 {
    border-inline-start-color: rgb(51 65 85 / 0);
  }

  .lg\:border-s-slate-700\/10 {
    border-inline-start-color: rgb(51 65 85 / 0.1);
  }

  .lg\:border-s-slate-700\/100 {
    border-inline-start-color: rgb(51 65 85 / 1);
  }

  .lg\:border-s-slate-700\/15 {
    border-inline-start-color: rgb(51 65 85 / 0.15);
  }

  .lg\:border-s-slate-700\/20 {
    border-inline-start-color: rgb(51 65 85 / 0.2);
  }

  .lg\:border-s-slate-700\/25 {
    border-inline-start-color: rgb(51 65 85 / 0.25);
  }

  .lg\:border-s-slate-700\/30 {
    border-inline-start-color: rgb(51 65 85 / 0.3);
  }

  .lg\:border-s-slate-700\/35 {
    border-inline-start-color: rgb(51 65 85 / 0.35);
  }

  .lg\:border-s-slate-700\/40 {
    border-inline-start-color: rgb(51 65 85 / 0.4);
  }

  .lg\:border-s-slate-700\/45 {
    border-inline-start-color: rgb(51 65 85 / 0.45);
  }

  .lg\:border-s-slate-700\/5 {
    border-inline-start-color: rgb(51 65 85 / 0.05);
  }

  .lg\:border-s-slate-700\/50 {
    border-inline-start-color: rgb(51 65 85 / 0.5);
  }

  .lg\:border-s-slate-700\/55 {
    border-inline-start-color: rgb(51 65 85 / 0.55);
  }

  .lg\:border-s-slate-700\/60 {
    border-inline-start-color: rgb(51 65 85 / 0.6);
  }

  .lg\:border-s-slate-700\/65 {
    border-inline-start-color: rgb(51 65 85 / 0.65);
  }

  .lg\:border-s-slate-700\/70 {
    border-inline-start-color: rgb(51 65 85 / 0.7);
  }

  .lg\:border-s-slate-700\/75 {
    border-inline-start-color: rgb(51 65 85 / 0.75);
  }

  .lg\:border-s-slate-700\/80 {
    border-inline-start-color: rgb(51 65 85 / 0.8);
  }

  .lg\:border-s-slate-700\/85 {
    border-inline-start-color: rgb(51 65 85 / 0.85);
  }

  .lg\:border-s-slate-700\/90 {
    border-inline-start-color: rgb(51 65 85 / 0.9);
  }

  .lg\:border-s-slate-700\/95 {
    border-inline-start-color: rgb(51 65 85 / 0.95);
  }

  .lg\:border-s-slate-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(30 41 59 / var(--tw-border-opacity));
  }

  .lg\:border-s-slate-800\/0 {
    border-inline-start-color: rgb(30 41 59 / 0);
  }

  .lg\:border-s-slate-800\/10 {
    border-inline-start-color: rgb(30 41 59 / 0.1);
  }

  .lg\:border-s-slate-800\/100 {
    border-inline-start-color: rgb(30 41 59 / 1);
  }

  .lg\:border-s-slate-800\/15 {
    border-inline-start-color: rgb(30 41 59 / 0.15);
  }

  .lg\:border-s-slate-800\/20 {
    border-inline-start-color: rgb(30 41 59 / 0.2);
  }

  .lg\:border-s-slate-800\/25 {
    border-inline-start-color: rgb(30 41 59 / 0.25);
  }

  .lg\:border-s-slate-800\/30 {
    border-inline-start-color: rgb(30 41 59 / 0.3);
  }

  .lg\:border-s-slate-800\/35 {
    border-inline-start-color: rgb(30 41 59 / 0.35);
  }

  .lg\:border-s-slate-800\/40 {
    border-inline-start-color: rgb(30 41 59 / 0.4);
  }

  .lg\:border-s-slate-800\/45 {
    border-inline-start-color: rgb(30 41 59 / 0.45);
  }

  .lg\:border-s-slate-800\/5 {
    border-inline-start-color: rgb(30 41 59 / 0.05);
  }

  .lg\:border-s-slate-800\/50 {
    border-inline-start-color: rgb(30 41 59 / 0.5);
  }

  .lg\:border-s-slate-800\/55 {
    border-inline-start-color: rgb(30 41 59 / 0.55);
  }

  .lg\:border-s-slate-800\/60 {
    border-inline-start-color: rgb(30 41 59 / 0.6);
  }

  .lg\:border-s-slate-800\/65 {
    border-inline-start-color: rgb(30 41 59 / 0.65);
  }

  .lg\:border-s-slate-800\/70 {
    border-inline-start-color: rgb(30 41 59 / 0.7);
  }

  .lg\:border-s-slate-800\/75 {
    border-inline-start-color: rgb(30 41 59 / 0.75);
  }

  .lg\:border-s-slate-800\/80 {
    border-inline-start-color: rgb(30 41 59 / 0.8);
  }

  .lg\:border-s-slate-800\/85 {
    border-inline-start-color: rgb(30 41 59 / 0.85);
  }

  .lg\:border-s-slate-800\/90 {
    border-inline-start-color: rgb(30 41 59 / 0.9);
  }

  .lg\:border-s-slate-800\/95 {
    border-inline-start-color: rgb(30 41 59 / 0.95);
  }

  .lg\:border-s-slate-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(15 23 42 / var(--tw-border-opacity));
  }

  .lg\:border-s-slate-900\/0 {
    border-inline-start-color: rgb(15 23 42 / 0);
  }

  .lg\:border-s-slate-900\/10 {
    border-inline-start-color: rgb(15 23 42 / 0.1);
  }

  .lg\:border-s-slate-900\/100 {
    border-inline-start-color: rgb(15 23 42 / 1);
  }

  .lg\:border-s-slate-900\/15 {
    border-inline-start-color: rgb(15 23 42 / 0.15);
  }

  .lg\:border-s-slate-900\/20 {
    border-inline-start-color: rgb(15 23 42 / 0.2);
  }

  .lg\:border-s-slate-900\/25 {
    border-inline-start-color: rgb(15 23 42 / 0.25);
  }

  .lg\:border-s-slate-900\/30 {
    border-inline-start-color: rgb(15 23 42 / 0.3);
  }

  .lg\:border-s-slate-900\/35 {
    border-inline-start-color: rgb(15 23 42 / 0.35);
  }

  .lg\:border-s-slate-900\/40 {
    border-inline-start-color: rgb(15 23 42 / 0.4);
  }

  .lg\:border-s-slate-900\/45 {
    border-inline-start-color: rgb(15 23 42 / 0.45);
  }

  .lg\:border-s-slate-900\/5 {
    border-inline-start-color: rgb(15 23 42 / 0.05);
  }

  .lg\:border-s-slate-900\/50 {
    border-inline-start-color: rgb(15 23 42 / 0.5);
  }

  .lg\:border-s-slate-900\/55 {
    border-inline-start-color: rgb(15 23 42 / 0.55);
  }

  .lg\:border-s-slate-900\/60 {
    border-inline-start-color: rgb(15 23 42 / 0.6);
  }

  .lg\:border-s-slate-900\/65 {
    border-inline-start-color: rgb(15 23 42 / 0.65);
  }

  .lg\:border-s-slate-900\/70 {
    border-inline-start-color: rgb(15 23 42 / 0.7);
  }

  .lg\:border-s-slate-900\/75 {
    border-inline-start-color: rgb(15 23 42 / 0.75);
  }

  .lg\:border-s-slate-900\/80 {
    border-inline-start-color: rgb(15 23 42 / 0.8);
  }

  .lg\:border-s-slate-900\/85 {
    border-inline-start-color: rgb(15 23 42 / 0.85);
  }

  .lg\:border-s-slate-900\/90 {
    border-inline-start-color: rgb(15 23 42 / 0.9);
  }

  .lg\:border-s-slate-900\/95 {
    border-inline-start-color: rgb(15 23 42 / 0.95);
  }

  .lg\:border-s-slate-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(2 6 23 / var(--tw-border-opacity));
  }

  .lg\:border-s-slate-950\/0 {
    border-inline-start-color: rgb(2 6 23 / 0);
  }

  .lg\:border-s-slate-950\/10 {
    border-inline-start-color: rgb(2 6 23 / 0.1);
  }

  .lg\:border-s-slate-950\/100 {
    border-inline-start-color: rgb(2 6 23 / 1);
  }

  .lg\:border-s-slate-950\/15 {
    border-inline-start-color: rgb(2 6 23 / 0.15);
  }

  .lg\:border-s-slate-950\/20 {
    border-inline-start-color: rgb(2 6 23 / 0.2);
  }

  .lg\:border-s-slate-950\/25 {
    border-inline-start-color: rgb(2 6 23 / 0.25);
  }

  .lg\:border-s-slate-950\/30 {
    border-inline-start-color: rgb(2 6 23 / 0.3);
  }

  .lg\:border-s-slate-950\/35 {
    border-inline-start-color: rgb(2 6 23 / 0.35);
  }

  .lg\:border-s-slate-950\/40 {
    border-inline-start-color: rgb(2 6 23 / 0.4);
  }

  .lg\:border-s-slate-950\/45 {
    border-inline-start-color: rgb(2 6 23 / 0.45);
  }

  .lg\:border-s-slate-950\/5 {
    border-inline-start-color: rgb(2 6 23 / 0.05);
  }

  .lg\:border-s-slate-950\/50 {
    border-inline-start-color: rgb(2 6 23 / 0.5);
  }

  .lg\:border-s-slate-950\/55 {
    border-inline-start-color: rgb(2 6 23 / 0.55);
  }

  .lg\:border-s-slate-950\/60 {
    border-inline-start-color: rgb(2 6 23 / 0.6);
  }

  .lg\:border-s-slate-950\/65 {
    border-inline-start-color: rgb(2 6 23 / 0.65);
  }

  .lg\:border-s-slate-950\/70 {
    border-inline-start-color: rgb(2 6 23 / 0.7);
  }

  .lg\:border-s-slate-950\/75 {
    border-inline-start-color: rgb(2 6 23 / 0.75);
  }

  .lg\:border-s-slate-950\/80 {
    border-inline-start-color: rgb(2 6 23 / 0.8);
  }

  .lg\:border-s-slate-950\/85 {
    border-inline-start-color: rgb(2 6 23 / 0.85);
  }

  .lg\:border-s-slate-950\/90 {
    border-inline-start-color: rgb(2 6 23 / 0.9);
  }

  .lg\:border-s-slate-950\/95 {
    border-inline-start-color: rgb(2 6 23 / 0.95);
  }

  .lg\:border-s-stone-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(245 245 244 / var(--tw-border-opacity));
  }

  .lg\:border-s-stone-100\/0 {
    border-inline-start-color: rgb(245 245 244 / 0);
  }

  .lg\:border-s-stone-100\/10 {
    border-inline-start-color: rgb(245 245 244 / 0.1);
  }

  .lg\:border-s-stone-100\/100 {
    border-inline-start-color: rgb(245 245 244 / 1);
  }

  .lg\:border-s-stone-100\/15 {
    border-inline-start-color: rgb(245 245 244 / 0.15);
  }

  .lg\:border-s-stone-100\/20 {
    border-inline-start-color: rgb(245 245 244 / 0.2);
  }

  .lg\:border-s-stone-100\/25 {
    border-inline-start-color: rgb(245 245 244 / 0.25);
  }

  .lg\:border-s-stone-100\/30 {
    border-inline-start-color: rgb(245 245 244 / 0.3);
  }

  .lg\:border-s-stone-100\/35 {
    border-inline-start-color: rgb(245 245 244 / 0.35);
  }

  .lg\:border-s-stone-100\/40 {
    border-inline-start-color: rgb(245 245 244 / 0.4);
  }

  .lg\:border-s-stone-100\/45 {
    border-inline-start-color: rgb(245 245 244 / 0.45);
  }

  .lg\:border-s-stone-100\/5 {
    border-inline-start-color: rgb(245 245 244 / 0.05);
  }

  .lg\:border-s-stone-100\/50 {
    border-inline-start-color: rgb(245 245 244 / 0.5);
  }

  .lg\:border-s-stone-100\/55 {
    border-inline-start-color: rgb(245 245 244 / 0.55);
  }

  .lg\:border-s-stone-100\/60 {
    border-inline-start-color: rgb(245 245 244 / 0.6);
  }

  .lg\:border-s-stone-100\/65 {
    border-inline-start-color: rgb(245 245 244 / 0.65);
  }

  .lg\:border-s-stone-100\/70 {
    border-inline-start-color: rgb(245 245 244 / 0.7);
  }

  .lg\:border-s-stone-100\/75 {
    border-inline-start-color: rgb(245 245 244 / 0.75);
  }

  .lg\:border-s-stone-100\/80 {
    border-inline-start-color: rgb(245 245 244 / 0.8);
  }

  .lg\:border-s-stone-100\/85 {
    border-inline-start-color: rgb(245 245 244 / 0.85);
  }

  .lg\:border-s-stone-100\/90 {
    border-inline-start-color: rgb(245 245 244 / 0.9);
  }

  .lg\:border-s-stone-100\/95 {
    border-inline-start-color: rgb(245 245 244 / 0.95);
  }

  .lg\:border-s-stone-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(231 229 228 / var(--tw-border-opacity));
  }

  .lg\:border-s-stone-200\/0 {
    border-inline-start-color: rgb(231 229 228 / 0);
  }

  .lg\:border-s-stone-200\/10 {
    border-inline-start-color: rgb(231 229 228 / 0.1);
  }

  .lg\:border-s-stone-200\/100 {
    border-inline-start-color: rgb(231 229 228 / 1);
  }

  .lg\:border-s-stone-200\/15 {
    border-inline-start-color: rgb(231 229 228 / 0.15);
  }

  .lg\:border-s-stone-200\/20 {
    border-inline-start-color: rgb(231 229 228 / 0.2);
  }

  .lg\:border-s-stone-200\/25 {
    border-inline-start-color: rgb(231 229 228 / 0.25);
  }

  .lg\:border-s-stone-200\/30 {
    border-inline-start-color: rgb(231 229 228 / 0.3);
  }

  .lg\:border-s-stone-200\/35 {
    border-inline-start-color: rgb(231 229 228 / 0.35);
  }

  .lg\:border-s-stone-200\/40 {
    border-inline-start-color: rgb(231 229 228 / 0.4);
  }

  .lg\:border-s-stone-200\/45 {
    border-inline-start-color: rgb(231 229 228 / 0.45);
  }

  .lg\:border-s-stone-200\/5 {
    border-inline-start-color: rgb(231 229 228 / 0.05);
  }

  .lg\:border-s-stone-200\/50 {
    border-inline-start-color: rgb(231 229 228 / 0.5);
  }

  .lg\:border-s-stone-200\/55 {
    border-inline-start-color: rgb(231 229 228 / 0.55);
  }

  .lg\:border-s-stone-200\/60 {
    border-inline-start-color: rgb(231 229 228 / 0.6);
  }

  .lg\:border-s-stone-200\/65 {
    border-inline-start-color: rgb(231 229 228 / 0.65);
  }

  .lg\:border-s-stone-200\/70 {
    border-inline-start-color: rgb(231 229 228 / 0.7);
  }

  .lg\:border-s-stone-200\/75 {
    border-inline-start-color: rgb(231 229 228 / 0.75);
  }

  .lg\:border-s-stone-200\/80 {
    border-inline-start-color: rgb(231 229 228 / 0.8);
  }

  .lg\:border-s-stone-200\/85 {
    border-inline-start-color: rgb(231 229 228 / 0.85);
  }

  .lg\:border-s-stone-200\/90 {
    border-inline-start-color: rgb(231 229 228 / 0.9);
  }

  .lg\:border-s-stone-200\/95 {
    border-inline-start-color: rgb(231 229 228 / 0.95);
  }

  .lg\:border-s-stone-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(214 211 209 / var(--tw-border-opacity));
  }

  .lg\:border-s-stone-300\/0 {
    border-inline-start-color: rgb(214 211 209 / 0);
  }

  .lg\:border-s-stone-300\/10 {
    border-inline-start-color: rgb(214 211 209 / 0.1);
  }

  .lg\:border-s-stone-300\/100 {
    border-inline-start-color: rgb(214 211 209 / 1);
  }

  .lg\:border-s-stone-300\/15 {
    border-inline-start-color: rgb(214 211 209 / 0.15);
  }

  .lg\:border-s-stone-300\/20 {
    border-inline-start-color: rgb(214 211 209 / 0.2);
  }

  .lg\:border-s-stone-300\/25 {
    border-inline-start-color: rgb(214 211 209 / 0.25);
  }

  .lg\:border-s-stone-300\/30 {
    border-inline-start-color: rgb(214 211 209 / 0.3);
  }

  .lg\:border-s-stone-300\/35 {
    border-inline-start-color: rgb(214 211 209 / 0.35);
  }

  .lg\:border-s-stone-300\/40 {
    border-inline-start-color: rgb(214 211 209 / 0.4);
  }

  .lg\:border-s-stone-300\/45 {
    border-inline-start-color: rgb(214 211 209 / 0.45);
  }

  .lg\:border-s-stone-300\/5 {
    border-inline-start-color: rgb(214 211 209 / 0.05);
  }

  .lg\:border-s-stone-300\/50 {
    border-inline-start-color: rgb(214 211 209 / 0.5);
  }

  .lg\:border-s-stone-300\/55 {
    border-inline-start-color: rgb(214 211 209 / 0.55);
  }

  .lg\:border-s-stone-300\/60 {
    border-inline-start-color: rgb(214 211 209 / 0.6);
  }

  .lg\:border-s-stone-300\/65 {
    border-inline-start-color: rgb(214 211 209 / 0.65);
  }

  .lg\:border-s-stone-300\/70 {
    border-inline-start-color: rgb(214 211 209 / 0.7);
  }

  .lg\:border-s-stone-300\/75 {
    border-inline-start-color: rgb(214 211 209 / 0.75);
  }

  .lg\:border-s-stone-300\/80 {
    border-inline-start-color: rgb(214 211 209 / 0.8);
  }

  .lg\:border-s-stone-300\/85 {
    border-inline-start-color: rgb(214 211 209 / 0.85);
  }

  .lg\:border-s-stone-300\/90 {
    border-inline-start-color: rgb(214 211 209 / 0.9);
  }

  .lg\:border-s-stone-300\/95 {
    border-inline-start-color: rgb(214 211 209 / 0.95);
  }

  .lg\:border-s-stone-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(168 162 158 / var(--tw-border-opacity));
  }

  .lg\:border-s-stone-400\/0 {
    border-inline-start-color: rgb(168 162 158 / 0);
  }

  .lg\:border-s-stone-400\/10 {
    border-inline-start-color: rgb(168 162 158 / 0.1);
  }

  .lg\:border-s-stone-400\/100 {
    border-inline-start-color: rgb(168 162 158 / 1);
  }

  .lg\:border-s-stone-400\/15 {
    border-inline-start-color: rgb(168 162 158 / 0.15);
  }

  .lg\:border-s-stone-400\/20 {
    border-inline-start-color: rgb(168 162 158 / 0.2);
  }

  .lg\:border-s-stone-400\/25 {
    border-inline-start-color: rgb(168 162 158 / 0.25);
  }

  .lg\:border-s-stone-400\/30 {
    border-inline-start-color: rgb(168 162 158 / 0.3);
  }

  .lg\:border-s-stone-400\/35 {
    border-inline-start-color: rgb(168 162 158 / 0.35);
  }

  .lg\:border-s-stone-400\/40 {
    border-inline-start-color: rgb(168 162 158 / 0.4);
  }

  .lg\:border-s-stone-400\/45 {
    border-inline-start-color: rgb(168 162 158 / 0.45);
  }

  .lg\:border-s-stone-400\/5 {
    border-inline-start-color: rgb(168 162 158 / 0.05);
  }

  .lg\:border-s-stone-400\/50 {
    border-inline-start-color: rgb(168 162 158 / 0.5);
  }

  .lg\:border-s-stone-400\/55 {
    border-inline-start-color: rgb(168 162 158 / 0.55);
  }

  .lg\:border-s-stone-400\/60 {
    border-inline-start-color: rgb(168 162 158 / 0.6);
  }

  .lg\:border-s-stone-400\/65 {
    border-inline-start-color: rgb(168 162 158 / 0.65);
  }

  .lg\:border-s-stone-400\/70 {
    border-inline-start-color: rgb(168 162 158 / 0.7);
  }

  .lg\:border-s-stone-400\/75 {
    border-inline-start-color: rgb(168 162 158 / 0.75);
  }

  .lg\:border-s-stone-400\/80 {
    border-inline-start-color: rgb(168 162 158 / 0.8);
  }

  .lg\:border-s-stone-400\/85 {
    border-inline-start-color: rgb(168 162 158 / 0.85);
  }

  .lg\:border-s-stone-400\/90 {
    border-inline-start-color: rgb(168 162 158 / 0.9);
  }

  .lg\:border-s-stone-400\/95 {
    border-inline-start-color: rgb(168 162 158 / 0.95);
  }

  .lg\:border-s-stone-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(250 250 249 / var(--tw-border-opacity));
  }

  .lg\:border-s-stone-50\/0 {
    border-inline-start-color: rgb(250 250 249 / 0);
  }

  .lg\:border-s-stone-50\/10 {
    border-inline-start-color: rgb(250 250 249 / 0.1);
  }

  .lg\:border-s-stone-50\/100 {
    border-inline-start-color: rgb(250 250 249 / 1);
  }

  .lg\:border-s-stone-50\/15 {
    border-inline-start-color: rgb(250 250 249 / 0.15);
  }

  .lg\:border-s-stone-50\/20 {
    border-inline-start-color: rgb(250 250 249 / 0.2);
  }

  .lg\:border-s-stone-50\/25 {
    border-inline-start-color: rgb(250 250 249 / 0.25);
  }

  .lg\:border-s-stone-50\/30 {
    border-inline-start-color: rgb(250 250 249 / 0.3);
  }

  .lg\:border-s-stone-50\/35 {
    border-inline-start-color: rgb(250 250 249 / 0.35);
  }

  .lg\:border-s-stone-50\/40 {
    border-inline-start-color: rgb(250 250 249 / 0.4);
  }

  .lg\:border-s-stone-50\/45 {
    border-inline-start-color: rgb(250 250 249 / 0.45);
  }

  .lg\:border-s-stone-50\/5 {
    border-inline-start-color: rgb(250 250 249 / 0.05);
  }

  .lg\:border-s-stone-50\/50 {
    border-inline-start-color: rgb(250 250 249 / 0.5);
  }

  .lg\:border-s-stone-50\/55 {
    border-inline-start-color: rgb(250 250 249 / 0.55);
  }

  .lg\:border-s-stone-50\/60 {
    border-inline-start-color: rgb(250 250 249 / 0.6);
  }

  .lg\:border-s-stone-50\/65 {
    border-inline-start-color: rgb(250 250 249 / 0.65);
  }

  .lg\:border-s-stone-50\/70 {
    border-inline-start-color: rgb(250 250 249 / 0.7);
  }

  .lg\:border-s-stone-50\/75 {
    border-inline-start-color: rgb(250 250 249 / 0.75);
  }

  .lg\:border-s-stone-50\/80 {
    border-inline-start-color: rgb(250 250 249 / 0.8);
  }

  .lg\:border-s-stone-50\/85 {
    border-inline-start-color: rgb(250 250 249 / 0.85);
  }

  .lg\:border-s-stone-50\/90 {
    border-inline-start-color: rgb(250 250 249 / 0.9);
  }

  .lg\:border-s-stone-50\/95 {
    border-inline-start-color: rgb(250 250 249 / 0.95);
  }

  .lg\:border-s-stone-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(120 113 108 / var(--tw-border-opacity));
  }

  .lg\:border-s-stone-500\/0 {
    border-inline-start-color: rgb(120 113 108 / 0);
  }

  .lg\:border-s-stone-500\/10 {
    border-inline-start-color: rgb(120 113 108 / 0.1);
  }

  .lg\:border-s-stone-500\/100 {
    border-inline-start-color: rgb(120 113 108 / 1);
  }

  .lg\:border-s-stone-500\/15 {
    border-inline-start-color: rgb(120 113 108 / 0.15);
  }

  .lg\:border-s-stone-500\/20 {
    border-inline-start-color: rgb(120 113 108 / 0.2);
  }

  .lg\:border-s-stone-500\/25 {
    border-inline-start-color: rgb(120 113 108 / 0.25);
  }

  .lg\:border-s-stone-500\/30 {
    border-inline-start-color: rgb(120 113 108 / 0.3);
  }

  .lg\:border-s-stone-500\/35 {
    border-inline-start-color: rgb(120 113 108 / 0.35);
  }

  .lg\:border-s-stone-500\/40 {
    border-inline-start-color: rgb(120 113 108 / 0.4);
  }

  .lg\:border-s-stone-500\/45 {
    border-inline-start-color: rgb(120 113 108 / 0.45);
  }

  .lg\:border-s-stone-500\/5 {
    border-inline-start-color: rgb(120 113 108 / 0.05);
  }

  .lg\:border-s-stone-500\/50 {
    border-inline-start-color: rgb(120 113 108 / 0.5);
  }

  .lg\:border-s-stone-500\/55 {
    border-inline-start-color: rgb(120 113 108 / 0.55);
  }

  .lg\:border-s-stone-500\/60 {
    border-inline-start-color: rgb(120 113 108 / 0.6);
  }

  .lg\:border-s-stone-500\/65 {
    border-inline-start-color: rgb(120 113 108 / 0.65);
  }

  .lg\:border-s-stone-500\/70 {
    border-inline-start-color: rgb(120 113 108 / 0.7);
  }

  .lg\:border-s-stone-500\/75 {
    border-inline-start-color: rgb(120 113 108 / 0.75);
  }

  .lg\:border-s-stone-500\/80 {
    border-inline-start-color: rgb(120 113 108 / 0.8);
  }

  .lg\:border-s-stone-500\/85 {
    border-inline-start-color: rgb(120 113 108 / 0.85);
  }

  .lg\:border-s-stone-500\/90 {
    border-inline-start-color: rgb(120 113 108 / 0.9);
  }

  .lg\:border-s-stone-500\/95 {
    border-inline-start-color: rgb(120 113 108 / 0.95);
  }

  .lg\:border-s-stone-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(87 83 78 / var(--tw-border-opacity));
  }

  .lg\:border-s-stone-600\/0 {
    border-inline-start-color: rgb(87 83 78 / 0);
  }

  .lg\:border-s-stone-600\/10 {
    border-inline-start-color: rgb(87 83 78 / 0.1);
  }

  .lg\:border-s-stone-600\/100 {
    border-inline-start-color: rgb(87 83 78 / 1);
  }

  .lg\:border-s-stone-600\/15 {
    border-inline-start-color: rgb(87 83 78 / 0.15);
  }

  .lg\:border-s-stone-600\/20 {
    border-inline-start-color: rgb(87 83 78 / 0.2);
  }

  .lg\:border-s-stone-600\/25 {
    border-inline-start-color: rgb(87 83 78 / 0.25);
  }

  .lg\:border-s-stone-600\/30 {
    border-inline-start-color: rgb(87 83 78 / 0.3);
  }

  .lg\:border-s-stone-600\/35 {
    border-inline-start-color: rgb(87 83 78 / 0.35);
  }

  .lg\:border-s-stone-600\/40 {
    border-inline-start-color: rgb(87 83 78 / 0.4);
  }

  .lg\:border-s-stone-600\/45 {
    border-inline-start-color: rgb(87 83 78 / 0.45);
  }

  .lg\:border-s-stone-600\/5 {
    border-inline-start-color: rgb(87 83 78 / 0.05);
  }

  .lg\:border-s-stone-600\/50 {
    border-inline-start-color: rgb(87 83 78 / 0.5);
  }

  .lg\:border-s-stone-600\/55 {
    border-inline-start-color: rgb(87 83 78 / 0.55);
  }

  .lg\:border-s-stone-600\/60 {
    border-inline-start-color: rgb(87 83 78 / 0.6);
  }

  .lg\:border-s-stone-600\/65 {
    border-inline-start-color: rgb(87 83 78 / 0.65);
  }

  .lg\:border-s-stone-600\/70 {
    border-inline-start-color: rgb(87 83 78 / 0.7);
  }

  .lg\:border-s-stone-600\/75 {
    border-inline-start-color: rgb(87 83 78 / 0.75);
  }

  .lg\:border-s-stone-600\/80 {
    border-inline-start-color: rgb(87 83 78 / 0.8);
  }

  .lg\:border-s-stone-600\/85 {
    border-inline-start-color: rgb(87 83 78 / 0.85);
  }

  .lg\:border-s-stone-600\/90 {
    border-inline-start-color: rgb(87 83 78 / 0.9);
  }

  .lg\:border-s-stone-600\/95 {
    border-inline-start-color: rgb(87 83 78 / 0.95);
  }

  .lg\:border-s-stone-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(68 64 60 / var(--tw-border-opacity));
  }

  .lg\:border-s-stone-700\/0 {
    border-inline-start-color: rgb(68 64 60 / 0);
  }

  .lg\:border-s-stone-700\/10 {
    border-inline-start-color: rgb(68 64 60 / 0.1);
  }

  .lg\:border-s-stone-700\/100 {
    border-inline-start-color: rgb(68 64 60 / 1);
  }

  .lg\:border-s-stone-700\/15 {
    border-inline-start-color: rgb(68 64 60 / 0.15);
  }

  .lg\:border-s-stone-700\/20 {
    border-inline-start-color: rgb(68 64 60 / 0.2);
  }

  .lg\:border-s-stone-700\/25 {
    border-inline-start-color: rgb(68 64 60 / 0.25);
  }

  .lg\:border-s-stone-700\/30 {
    border-inline-start-color: rgb(68 64 60 / 0.3);
  }

  .lg\:border-s-stone-700\/35 {
    border-inline-start-color: rgb(68 64 60 / 0.35);
  }

  .lg\:border-s-stone-700\/40 {
    border-inline-start-color: rgb(68 64 60 / 0.4);
  }

  .lg\:border-s-stone-700\/45 {
    border-inline-start-color: rgb(68 64 60 / 0.45);
  }

  .lg\:border-s-stone-700\/5 {
    border-inline-start-color: rgb(68 64 60 / 0.05);
  }

  .lg\:border-s-stone-700\/50 {
    border-inline-start-color: rgb(68 64 60 / 0.5);
  }

  .lg\:border-s-stone-700\/55 {
    border-inline-start-color: rgb(68 64 60 / 0.55);
  }

  .lg\:border-s-stone-700\/60 {
    border-inline-start-color: rgb(68 64 60 / 0.6);
  }

  .lg\:border-s-stone-700\/65 {
    border-inline-start-color: rgb(68 64 60 / 0.65);
  }

  .lg\:border-s-stone-700\/70 {
    border-inline-start-color: rgb(68 64 60 / 0.7);
  }

  .lg\:border-s-stone-700\/75 {
    border-inline-start-color: rgb(68 64 60 / 0.75);
  }

  .lg\:border-s-stone-700\/80 {
    border-inline-start-color: rgb(68 64 60 / 0.8);
  }

  .lg\:border-s-stone-700\/85 {
    border-inline-start-color: rgb(68 64 60 / 0.85);
  }

  .lg\:border-s-stone-700\/90 {
    border-inline-start-color: rgb(68 64 60 / 0.9);
  }

  .lg\:border-s-stone-700\/95 {
    border-inline-start-color: rgb(68 64 60 / 0.95);
  }

  .lg\:border-s-stone-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(41 37 36 / var(--tw-border-opacity));
  }

  .lg\:border-s-stone-800\/0 {
    border-inline-start-color: rgb(41 37 36 / 0);
  }

  .lg\:border-s-stone-800\/10 {
    border-inline-start-color: rgb(41 37 36 / 0.1);
  }

  .lg\:border-s-stone-800\/100 {
    border-inline-start-color: rgb(41 37 36 / 1);
  }

  .lg\:border-s-stone-800\/15 {
    border-inline-start-color: rgb(41 37 36 / 0.15);
  }

  .lg\:border-s-stone-800\/20 {
    border-inline-start-color: rgb(41 37 36 / 0.2);
  }

  .lg\:border-s-stone-800\/25 {
    border-inline-start-color: rgb(41 37 36 / 0.25);
  }

  .lg\:border-s-stone-800\/30 {
    border-inline-start-color: rgb(41 37 36 / 0.3);
  }

  .lg\:border-s-stone-800\/35 {
    border-inline-start-color: rgb(41 37 36 / 0.35);
  }

  .lg\:border-s-stone-800\/40 {
    border-inline-start-color: rgb(41 37 36 / 0.4);
  }

  .lg\:border-s-stone-800\/45 {
    border-inline-start-color: rgb(41 37 36 / 0.45);
  }

  .lg\:border-s-stone-800\/5 {
    border-inline-start-color: rgb(41 37 36 / 0.05);
  }

  .lg\:border-s-stone-800\/50 {
    border-inline-start-color: rgb(41 37 36 / 0.5);
  }

  .lg\:border-s-stone-800\/55 {
    border-inline-start-color: rgb(41 37 36 / 0.55);
  }

  .lg\:border-s-stone-800\/60 {
    border-inline-start-color: rgb(41 37 36 / 0.6);
  }

  .lg\:border-s-stone-800\/65 {
    border-inline-start-color: rgb(41 37 36 / 0.65);
  }

  .lg\:border-s-stone-800\/70 {
    border-inline-start-color: rgb(41 37 36 / 0.7);
  }

  .lg\:border-s-stone-800\/75 {
    border-inline-start-color: rgb(41 37 36 / 0.75);
  }

  .lg\:border-s-stone-800\/80 {
    border-inline-start-color: rgb(41 37 36 / 0.8);
  }

  .lg\:border-s-stone-800\/85 {
    border-inline-start-color: rgb(41 37 36 / 0.85);
  }

  .lg\:border-s-stone-800\/90 {
    border-inline-start-color: rgb(41 37 36 / 0.9);
  }

  .lg\:border-s-stone-800\/95 {
    border-inline-start-color: rgb(41 37 36 / 0.95);
  }

  .lg\:border-s-stone-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(28 25 23 / var(--tw-border-opacity));
  }

  .lg\:border-s-stone-900\/0 {
    border-inline-start-color: rgb(28 25 23 / 0);
  }

  .lg\:border-s-stone-900\/10 {
    border-inline-start-color: rgb(28 25 23 / 0.1);
  }

  .lg\:border-s-stone-900\/100 {
    border-inline-start-color: rgb(28 25 23 / 1);
  }

  .lg\:border-s-stone-900\/15 {
    border-inline-start-color: rgb(28 25 23 / 0.15);
  }

  .lg\:border-s-stone-900\/20 {
    border-inline-start-color: rgb(28 25 23 / 0.2);
  }

  .lg\:border-s-stone-900\/25 {
    border-inline-start-color: rgb(28 25 23 / 0.25);
  }

  .lg\:border-s-stone-900\/30 {
    border-inline-start-color: rgb(28 25 23 / 0.3);
  }

  .lg\:border-s-stone-900\/35 {
    border-inline-start-color: rgb(28 25 23 / 0.35);
  }

  .lg\:border-s-stone-900\/40 {
    border-inline-start-color: rgb(28 25 23 / 0.4);
  }

  .lg\:border-s-stone-900\/45 {
    border-inline-start-color: rgb(28 25 23 / 0.45);
  }

  .lg\:border-s-stone-900\/5 {
    border-inline-start-color: rgb(28 25 23 / 0.05);
  }

  .lg\:border-s-stone-900\/50 {
    border-inline-start-color: rgb(28 25 23 / 0.5);
  }

  .lg\:border-s-stone-900\/55 {
    border-inline-start-color: rgb(28 25 23 / 0.55);
  }

  .lg\:border-s-stone-900\/60 {
    border-inline-start-color: rgb(28 25 23 / 0.6);
  }

  .lg\:border-s-stone-900\/65 {
    border-inline-start-color: rgb(28 25 23 / 0.65);
  }

  .lg\:border-s-stone-900\/70 {
    border-inline-start-color: rgb(28 25 23 / 0.7);
  }

  .lg\:border-s-stone-900\/75 {
    border-inline-start-color: rgb(28 25 23 / 0.75);
  }

  .lg\:border-s-stone-900\/80 {
    border-inline-start-color: rgb(28 25 23 / 0.8);
  }

  .lg\:border-s-stone-900\/85 {
    border-inline-start-color: rgb(28 25 23 / 0.85);
  }

  .lg\:border-s-stone-900\/90 {
    border-inline-start-color: rgb(28 25 23 / 0.9);
  }

  .lg\:border-s-stone-900\/95 {
    border-inline-start-color: rgb(28 25 23 / 0.95);
  }

  .lg\:border-s-stone-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(12 10 9 / var(--tw-border-opacity));
  }

  .lg\:border-s-stone-950\/0 {
    border-inline-start-color: rgb(12 10 9 / 0);
  }

  .lg\:border-s-stone-950\/10 {
    border-inline-start-color: rgb(12 10 9 / 0.1);
  }

  .lg\:border-s-stone-950\/100 {
    border-inline-start-color: rgb(12 10 9 / 1);
  }

  .lg\:border-s-stone-950\/15 {
    border-inline-start-color: rgb(12 10 9 / 0.15);
  }

  .lg\:border-s-stone-950\/20 {
    border-inline-start-color: rgb(12 10 9 / 0.2);
  }

  .lg\:border-s-stone-950\/25 {
    border-inline-start-color: rgb(12 10 9 / 0.25);
  }

  .lg\:border-s-stone-950\/30 {
    border-inline-start-color: rgb(12 10 9 / 0.3);
  }

  .lg\:border-s-stone-950\/35 {
    border-inline-start-color: rgb(12 10 9 / 0.35);
  }

  .lg\:border-s-stone-950\/40 {
    border-inline-start-color: rgb(12 10 9 / 0.4);
  }

  .lg\:border-s-stone-950\/45 {
    border-inline-start-color: rgb(12 10 9 / 0.45);
  }

  .lg\:border-s-stone-950\/5 {
    border-inline-start-color: rgb(12 10 9 / 0.05);
  }

  .lg\:border-s-stone-950\/50 {
    border-inline-start-color: rgb(12 10 9 / 0.5);
  }

  .lg\:border-s-stone-950\/55 {
    border-inline-start-color: rgb(12 10 9 / 0.55);
  }

  .lg\:border-s-stone-950\/60 {
    border-inline-start-color: rgb(12 10 9 / 0.6);
  }

  .lg\:border-s-stone-950\/65 {
    border-inline-start-color: rgb(12 10 9 / 0.65);
  }

  .lg\:border-s-stone-950\/70 {
    border-inline-start-color: rgb(12 10 9 / 0.7);
  }

  .lg\:border-s-stone-950\/75 {
    border-inline-start-color: rgb(12 10 9 / 0.75);
  }

  .lg\:border-s-stone-950\/80 {
    border-inline-start-color: rgb(12 10 9 / 0.8);
  }

  .lg\:border-s-stone-950\/85 {
    border-inline-start-color: rgb(12 10 9 / 0.85);
  }

  .lg\:border-s-stone-950\/90 {
    border-inline-start-color: rgb(12 10 9 / 0.9);
  }

  .lg\:border-s-stone-950\/95 {
    border-inline-start-color: rgb(12 10 9 / 0.95);
  }

  .lg\:border-s-teal-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(204 251 241 / var(--tw-border-opacity));
  }

  .lg\:border-s-teal-100\/0 {
    border-inline-start-color: rgb(204 251 241 / 0);
  }

  .lg\:border-s-teal-100\/10 {
    border-inline-start-color: rgb(204 251 241 / 0.1);
  }

  .lg\:border-s-teal-100\/100 {
    border-inline-start-color: rgb(204 251 241 / 1);
  }

  .lg\:border-s-teal-100\/15 {
    border-inline-start-color: rgb(204 251 241 / 0.15);
  }

  .lg\:border-s-teal-100\/20 {
    border-inline-start-color: rgb(204 251 241 / 0.2);
  }

  .lg\:border-s-teal-100\/25 {
    border-inline-start-color: rgb(204 251 241 / 0.25);
  }

  .lg\:border-s-teal-100\/30 {
    border-inline-start-color: rgb(204 251 241 / 0.3);
  }

  .lg\:border-s-teal-100\/35 {
    border-inline-start-color: rgb(204 251 241 / 0.35);
  }

  .lg\:border-s-teal-100\/40 {
    border-inline-start-color: rgb(204 251 241 / 0.4);
  }

  .lg\:border-s-teal-100\/45 {
    border-inline-start-color: rgb(204 251 241 / 0.45);
  }

  .lg\:border-s-teal-100\/5 {
    border-inline-start-color: rgb(204 251 241 / 0.05);
  }

  .lg\:border-s-teal-100\/50 {
    border-inline-start-color: rgb(204 251 241 / 0.5);
  }

  .lg\:border-s-teal-100\/55 {
    border-inline-start-color: rgb(204 251 241 / 0.55);
  }

  .lg\:border-s-teal-100\/60 {
    border-inline-start-color: rgb(204 251 241 / 0.6);
  }

  .lg\:border-s-teal-100\/65 {
    border-inline-start-color: rgb(204 251 241 / 0.65);
  }

  .lg\:border-s-teal-100\/70 {
    border-inline-start-color: rgb(204 251 241 / 0.7);
  }

  .lg\:border-s-teal-100\/75 {
    border-inline-start-color: rgb(204 251 241 / 0.75);
  }

  .lg\:border-s-teal-100\/80 {
    border-inline-start-color: rgb(204 251 241 / 0.8);
  }

  .lg\:border-s-teal-100\/85 {
    border-inline-start-color: rgb(204 251 241 / 0.85);
  }

  .lg\:border-s-teal-100\/90 {
    border-inline-start-color: rgb(204 251 241 / 0.9);
  }

  .lg\:border-s-teal-100\/95 {
    border-inline-start-color: rgb(204 251 241 / 0.95);
  }

  .lg\:border-s-teal-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(153 246 228 / var(--tw-border-opacity));
  }

  .lg\:border-s-teal-200\/0 {
    border-inline-start-color: rgb(153 246 228 / 0);
  }

  .lg\:border-s-teal-200\/10 {
    border-inline-start-color: rgb(153 246 228 / 0.1);
  }

  .lg\:border-s-teal-200\/100 {
    border-inline-start-color: rgb(153 246 228 / 1);
  }

  .lg\:border-s-teal-200\/15 {
    border-inline-start-color: rgb(153 246 228 / 0.15);
  }

  .lg\:border-s-teal-200\/20 {
    border-inline-start-color: rgb(153 246 228 / 0.2);
  }

  .lg\:border-s-teal-200\/25 {
    border-inline-start-color: rgb(153 246 228 / 0.25);
  }

  .lg\:border-s-teal-200\/30 {
    border-inline-start-color: rgb(153 246 228 / 0.3);
  }

  .lg\:border-s-teal-200\/35 {
    border-inline-start-color: rgb(153 246 228 / 0.35);
  }

  .lg\:border-s-teal-200\/40 {
    border-inline-start-color: rgb(153 246 228 / 0.4);
  }

  .lg\:border-s-teal-200\/45 {
    border-inline-start-color: rgb(153 246 228 / 0.45);
  }

  .lg\:border-s-teal-200\/5 {
    border-inline-start-color: rgb(153 246 228 / 0.05);
  }

  .lg\:border-s-teal-200\/50 {
    border-inline-start-color: rgb(153 246 228 / 0.5);
  }

  .lg\:border-s-teal-200\/55 {
    border-inline-start-color: rgb(153 246 228 / 0.55);
  }

  .lg\:border-s-teal-200\/60 {
    border-inline-start-color: rgb(153 246 228 / 0.6);
  }

  .lg\:border-s-teal-200\/65 {
    border-inline-start-color: rgb(153 246 228 / 0.65);
  }

  .lg\:border-s-teal-200\/70 {
    border-inline-start-color: rgb(153 246 228 / 0.7);
  }

  .lg\:border-s-teal-200\/75 {
    border-inline-start-color: rgb(153 246 228 / 0.75);
  }

  .lg\:border-s-teal-200\/80 {
    border-inline-start-color: rgb(153 246 228 / 0.8);
  }

  .lg\:border-s-teal-200\/85 {
    border-inline-start-color: rgb(153 246 228 / 0.85);
  }

  .lg\:border-s-teal-200\/90 {
    border-inline-start-color: rgb(153 246 228 / 0.9);
  }

  .lg\:border-s-teal-200\/95 {
    border-inline-start-color: rgb(153 246 228 / 0.95);
  }

  .lg\:border-s-teal-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(94 234 212 / var(--tw-border-opacity));
  }

  .lg\:border-s-teal-300\/0 {
    border-inline-start-color: rgb(94 234 212 / 0);
  }

  .lg\:border-s-teal-300\/10 {
    border-inline-start-color: rgb(94 234 212 / 0.1);
  }

  .lg\:border-s-teal-300\/100 {
    border-inline-start-color: rgb(94 234 212 / 1);
  }

  .lg\:border-s-teal-300\/15 {
    border-inline-start-color: rgb(94 234 212 / 0.15);
  }

  .lg\:border-s-teal-300\/20 {
    border-inline-start-color: rgb(94 234 212 / 0.2);
  }

  .lg\:border-s-teal-300\/25 {
    border-inline-start-color: rgb(94 234 212 / 0.25);
  }

  .lg\:border-s-teal-300\/30 {
    border-inline-start-color: rgb(94 234 212 / 0.3);
  }

  .lg\:border-s-teal-300\/35 {
    border-inline-start-color: rgb(94 234 212 / 0.35);
  }

  .lg\:border-s-teal-300\/40 {
    border-inline-start-color: rgb(94 234 212 / 0.4);
  }

  .lg\:border-s-teal-300\/45 {
    border-inline-start-color: rgb(94 234 212 / 0.45);
  }

  .lg\:border-s-teal-300\/5 {
    border-inline-start-color: rgb(94 234 212 / 0.05);
  }

  .lg\:border-s-teal-300\/50 {
    border-inline-start-color: rgb(94 234 212 / 0.5);
  }

  .lg\:border-s-teal-300\/55 {
    border-inline-start-color: rgb(94 234 212 / 0.55);
  }

  .lg\:border-s-teal-300\/60 {
    border-inline-start-color: rgb(94 234 212 / 0.6);
  }

  .lg\:border-s-teal-300\/65 {
    border-inline-start-color: rgb(94 234 212 / 0.65);
  }

  .lg\:border-s-teal-300\/70 {
    border-inline-start-color: rgb(94 234 212 / 0.7);
  }

  .lg\:border-s-teal-300\/75 {
    border-inline-start-color: rgb(94 234 212 / 0.75);
  }

  .lg\:border-s-teal-300\/80 {
    border-inline-start-color: rgb(94 234 212 / 0.8);
  }

  .lg\:border-s-teal-300\/85 {
    border-inline-start-color: rgb(94 234 212 / 0.85);
  }

  .lg\:border-s-teal-300\/90 {
    border-inline-start-color: rgb(94 234 212 / 0.9);
  }

  .lg\:border-s-teal-300\/95 {
    border-inline-start-color: rgb(94 234 212 / 0.95);
  }

  .lg\:border-s-teal-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(45 212 191 / var(--tw-border-opacity));
  }

  .lg\:border-s-teal-400\/0 {
    border-inline-start-color: rgb(45 212 191 / 0);
  }

  .lg\:border-s-teal-400\/10 {
    border-inline-start-color: rgb(45 212 191 / 0.1);
  }

  .lg\:border-s-teal-400\/100 {
    border-inline-start-color: rgb(45 212 191 / 1);
  }

  .lg\:border-s-teal-400\/15 {
    border-inline-start-color: rgb(45 212 191 / 0.15);
  }

  .lg\:border-s-teal-400\/20 {
    border-inline-start-color: rgb(45 212 191 / 0.2);
  }

  .lg\:border-s-teal-400\/25 {
    border-inline-start-color: rgb(45 212 191 / 0.25);
  }

  .lg\:border-s-teal-400\/30 {
    border-inline-start-color: rgb(45 212 191 / 0.3);
  }

  .lg\:border-s-teal-400\/35 {
    border-inline-start-color: rgb(45 212 191 / 0.35);
  }

  .lg\:border-s-teal-400\/40 {
    border-inline-start-color: rgb(45 212 191 / 0.4);
  }

  .lg\:border-s-teal-400\/45 {
    border-inline-start-color: rgb(45 212 191 / 0.45);
  }

  .lg\:border-s-teal-400\/5 {
    border-inline-start-color: rgb(45 212 191 / 0.05);
  }

  .lg\:border-s-teal-400\/50 {
    border-inline-start-color: rgb(45 212 191 / 0.5);
  }

  .lg\:border-s-teal-400\/55 {
    border-inline-start-color: rgb(45 212 191 / 0.55);
  }

  .lg\:border-s-teal-400\/60 {
    border-inline-start-color: rgb(45 212 191 / 0.6);
  }

  .lg\:border-s-teal-400\/65 {
    border-inline-start-color: rgb(45 212 191 / 0.65);
  }

  .lg\:border-s-teal-400\/70 {
    border-inline-start-color: rgb(45 212 191 / 0.7);
  }

  .lg\:border-s-teal-400\/75 {
    border-inline-start-color: rgb(45 212 191 / 0.75);
  }

  .lg\:border-s-teal-400\/80 {
    border-inline-start-color: rgb(45 212 191 / 0.8);
  }

  .lg\:border-s-teal-400\/85 {
    border-inline-start-color: rgb(45 212 191 / 0.85);
  }

  .lg\:border-s-teal-400\/90 {
    border-inline-start-color: rgb(45 212 191 / 0.9);
  }

  .lg\:border-s-teal-400\/95 {
    border-inline-start-color: rgb(45 212 191 / 0.95);
  }

  .lg\:border-s-teal-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(240 253 250 / var(--tw-border-opacity));
  }

  .lg\:border-s-teal-50\/0 {
    border-inline-start-color: rgb(240 253 250 / 0);
  }

  .lg\:border-s-teal-50\/10 {
    border-inline-start-color: rgb(240 253 250 / 0.1);
  }

  .lg\:border-s-teal-50\/100 {
    border-inline-start-color: rgb(240 253 250 / 1);
  }

  .lg\:border-s-teal-50\/15 {
    border-inline-start-color: rgb(240 253 250 / 0.15);
  }

  .lg\:border-s-teal-50\/20 {
    border-inline-start-color: rgb(240 253 250 / 0.2);
  }

  .lg\:border-s-teal-50\/25 {
    border-inline-start-color: rgb(240 253 250 / 0.25);
  }

  .lg\:border-s-teal-50\/30 {
    border-inline-start-color: rgb(240 253 250 / 0.3);
  }

  .lg\:border-s-teal-50\/35 {
    border-inline-start-color: rgb(240 253 250 / 0.35);
  }

  .lg\:border-s-teal-50\/40 {
    border-inline-start-color: rgb(240 253 250 / 0.4);
  }

  .lg\:border-s-teal-50\/45 {
    border-inline-start-color: rgb(240 253 250 / 0.45);
  }

  .lg\:border-s-teal-50\/5 {
    border-inline-start-color: rgb(240 253 250 / 0.05);
  }

  .lg\:border-s-teal-50\/50 {
    border-inline-start-color: rgb(240 253 250 / 0.5);
  }

  .lg\:border-s-teal-50\/55 {
    border-inline-start-color: rgb(240 253 250 / 0.55);
  }

  .lg\:border-s-teal-50\/60 {
    border-inline-start-color: rgb(240 253 250 / 0.6);
  }

  .lg\:border-s-teal-50\/65 {
    border-inline-start-color: rgb(240 253 250 / 0.65);
  }

  .lg\:border-s-teal-50\/70 {
    border-inline-start-color: rgb(240 253 250 / 0.7);
  }

  .lg\:border-s-teal-50\/75 {
    border-inline-start-color: rgb(240 253 250 / 0.75);
  }

  .lg\:border-s-teal-50\/80 {
    border-inline-start-color: rgb(240 253 250 / 0.8);
  }

  .lg\:border-s-teal-50\/85 {
    border-inline-start-color: rgb(240 253 250 / 0.85);
  }

  .lg\:border-s-teal-50\/90 {
    border-inline-start-color: rgb(240 253 250 / 0.9);
  }

  .lg\:border-s-teal-50\/95 {
    border-inline-start-color: rgb(240 253 250 / 0.95);
  }

  .lg\:border-s-teal-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(20 184 166 / var(--tw-border-opacity));
  }

  .lg\:border-s-teal-500\/0 {
    border-inline-start-color: rgb(20 184 166 / 0);
  }

  .lg\:border-s-teal-500\/10 {
    border-inline-start-color: rgb(20 184 166 / 0.1);
  }

  .lg\:border-s-teal-500\/100 {
    border-inline-start-color: rgb(20 184 166 / 1);
  }

  .lg\:border-s-teal-500\/15 {
    border-inline-start-color: rgb(20 184 166 / 0.15);
  }

  .lg\:border-s-teal-500\/20 {
    border-inline-start-color: rgb(20 184 166 / 0.2);
  }

  .lg\:border-s-teal-500\/25 {
    border-inline-start-color: rgb(20 184 166 / 0.25);
  }

  .lg\:border-s-teal-500\/30 {
    border-inline-start-color: rgb(20 184 166 / 0.3);
  }

  .lg\:border-s-teal-500\/35 {
    border-inline-start-color: rgb(20 184 166 / 0.35);
  }

  .lg\:border-s-teal-500\/40 {
    border-inline-start-color: rgb(20 184 166 / 0.4);
  }

  .lg\:border-s-teal-500\/45 {
    border-inline-start-color: rgb(20 184 166 / 0.45);
  }

  .lg\:border-s-teal-500\/5 {
    border-inline-start-color: rgb(20 184 166 / 0.05);
  }

  .lg\:border-s-teal-500\/50 {
    border-inline-start-color: rgb(20 184 166 / 0.5);
  }

  .lg\:border-s-teal-500\/55 {
    border-inline-start-color: rgb(20 184 166 / 0.55);
  }

  .lg\:border-s-teal-500\/60 {
    border-inline-start-color: rgb(20 184 166 / 0.6);
  }

  .lg\:border-s-teal-500\/65 {
    border-inline-start-color: rgb(20 184 166 / 0.65);
  }

  .lg\:border-s-teal-500\/70 {
    border-inline-start-color: rgb(20 184 166 / 0.7);
  }

  .lg\:border-s-teal-500\/75 {
    border-inline-start-color: rgb(20 184 166 / 0.75);
  }

  .lg\:border-s-teal-500\/80 {
    border-inline-start-color: rgb(20 184 166 / 0.8);
  }

  .lg\:border-s-teal-500\/85 {
    border-inline-start-color: rgb(20 184 166 / 0.85);
  }

  .lg\:border-s-teal-500\/90 {
    border-inline-start-color: rgb(20 184 166 / 0.9);
  }

  .lg\:border-s-teal-500\/95 {
    border-inline-start-color: rgb(20 184 166 / 0.95);
  }

  .lg\:border-s-teal-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(13 148 136 / var(--tw-border-opacity));
  }

  .lg\:border-s-teal-600\/0 {
    border-inline-start-color: rgb(13 148 136 / 0);
  }

  .lg\:border-s-teal-600\/10 {
    border-inline-start-color: rgb(13 148 136 / 0.1);
  }

  .lg\:border-s-teal-600\/100 {
    border-inline-start-color: rgb(13 148 136 / 1);
  }

  .lg\:border-s-teal-600\/15 {
    border-inline-start-color: rgb(13 148 136 / 0.15);
  }

  .lg\:border-s-teal-600\/20 {
    border-inline-start-color: rgb(13 148 136 / 0.2);
  }

  .lg\:border-s-teal-600\/25 {
    border-inline-start-color: rgb(13 148 136 / 0.25);
  }

  .lg\:border-s-teal-600\/30 {
    border-inline-start-color: rgb(13 148 136 / 0.3);
  }

  .lg\:border-s-teal-600\/35 {
    border-inline-start-color: rgb(13 148 136 / 0.35);
  }

  .lg\:border-s-teal-600\/40 {
    border-inline-start-color: rgb(13 148 136 / 0.4);
  }

  .lg\:border-s-teal-600\/45 {
    border-inline-start-color: rgb(13 148 136 / 0.45);
  }

  .lg\:border-s-teal-600\/5 {
    border-inline-start-color: rgb(13 148 136 / 0.05);
  }

  .lg\:border-s-teal-600\/50 {
    border-inline-start-color: rgb(13 148 136 / 0.5);
  }

  .lg\:border-s-teal-600\/55 {
    border-inline-start-color: rgb(13 148 136 / 0.55);
  }

  .lg\:border-s-teal-600\/60 {
    border-inline-start-color: rgb(13 148 136 / 0.6);
  }

  .lg\:border-s-teal-600\/65 {
    border-inline-start-color: rgb(13 148 136 / 0.65);
  }

  .lg\:border-s-teal-600\/70 {
    border-inline-start-color: rgb(13 148 136 / 0.7);
  }

  .lg\:border-s-teal-600\/75 {
    border-inline-start-color: rgb(13 148 136 / 0.75);
  }

  .lg\:border-s-teal-600\/80 {
    border-inline-start-color: rgb(13 148 136 / 0.8);
  }

  .lg\:border-s-teal-600\/85 {
    border-inline-start-color: rgb(13 148 136 / 0.85);
  }

  .lg\:border-s-teal-600\/90 {
    border-inline-start-color: rgb(13 148 136 / 0.9);
  }

  .lg\:border-s-teal-600\/95 {
    border-inline-start-color: rgb(13 148 136 / 0.95);
  }

  .lg\:border-s-teal-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(15 118 110 / var(--tw-border-opacity));
  }

  .lg\:border-s-teal-700\/0 {
    border-inline-start-color: rgb(15 118 110 / 0);
  }

  .lg\:border-s-teal-700\/10 {
    border-inline-start-color: rgb(15 118 110 / 0.1);
  }

  .lg\:border-s-teal-700\/100 {
    border-inline-start-color: rgb(15 118 110 / 1);
  }

  .lg\:border-s-teal-700\/15 {
    border-inline-start-color: rgb(15 118 110 / 0.15);
  }

  .lg\:border-s-teal-700\/20 {
    border-inline-start-color: rgb(15 118 110 / 0.2);
  }

  .lg\:border-s-teal-700\/25 {
    border-inline-start-color: rgb(15 118 110 / 0.25);
  }

  .lg\:border-s-teal-700\/30 {
    border-inline-start-color: rgb(15 118 110 / 0.3);
  }

  .lg\:border-s-teal-700\/35 {
    border-inline-start-color: rgb(15 118 110 / 0.35);
  }

  .lg\:border-s-teal-700\/40 {
    border-inline-start-color: rgb(15 118 110 / 0.4);
  }

  .lg\:border-s-teal-700\/45 {
    border-inline-start-color: rgb(15 118 110 / 0.45);
  }

  .lg\:border-s-teal-700\/5 {
    border-inline-start-color: rgb(15 118 110 / 0.05);
  }

  .lg\:border-s-teal-700\/50 {
    border-inline-start-color: rgb(15 118 110 / 0.5);
  }

  .lg\:border-s-teal-700\/55 {
    border-inline-start-color: rgb(15 118 110 / 0.55);
  }

  .lg\:border-s-teal-700\/60 {
    border-inline-start-color: rgb(15 118 110 / 0.6);
  }

  .lg\:border-s-teal-700\/65 {
    border-inline-start-color: rgb(15 118 110 / 0.65);
  }

  .lg\:border-s-teal-700\/70 {
    border-inline-start-color: rgb(15 118 110 / 0.7);
  }

  .lg\:border-s-teal-700\/75 {
    border-inline-start-color: rgb(15 118 110 / 0.75);
  }

  .lg\:border-s-teal-700\/80 {
    border-inline-start-color: rgb(15 118 110 / 0.8);
  }

  .lg\:border-s-teal-700\/85 {
    border-inline-start-color: rgb(15 118 110 / 0.85);
  }

  .lg\:border-s-teal-700\/90 {
    border-inline-start-color: rgb(15 118 110 / 0.9);
  }

  .lg\:border-s-teal-700\/95 {
    border-inline-start-color: rgb(15 118 110 / 0.95);
  }

  .lg\:border-s-teal-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(17 94 89 / var(--tw-border-opacity));
  }

  .lg\:border-s-teal-800\/0 {
    border-inline-start-color: rgb(17 94 89 / 0);
  }

  .lg\:border-s-teal-800\/10 {
    border-inline-start-color: rgb(17 94 89 / 0.1);
  }

  .lg\:border-s-teal-800\/100 {
    border-inline-start-color: rgb(17 94 89 / 1);
  }

  .lg\:border-s-teal-800\/15 {
    border-inline-start-color: rgb(17 94 89 / 0.15);
  }

  .lg\:border-s-teal-800\/20 {
    border-inline-start-color: rgb(17 94 89 / 0.2);
  }

  .lg\:border-s-teal-800\/25 {
    border-inline-start-color: rgb(17 94 89 / 0.25);
  }

  .lg\:border-s-teal-800\/30 {
    border-inline-start-color: rgb(17 94 89 / 0.3);
  }

  .lg\:border-s-teal-800\/35 {
    border-inline-start-color: rgb(17 94 89 / 0.35);
  }

  .lg\:border-s-teal-800\/40 {
    border-inline-start-color: rgb(17 94 89 / 0.4);
  }

  .lg\:border-s-teal-800\/45 {
    border-inline-start-color: rgb(17 94 89 / 0.45);
  }

  .lg\:border-s-teal-800\/5 {
    border-inline-start-color: rgb(17 94 89 / 0.05);
  }

  .lg\:border-s-teal-800\/50 {
    border-inline-start-color: rgb(17 94 89 / 0.5);
  }

  .lg\:border-s-teal-800\/55 {
    border-inline-start-color: rgb(17 94 89 / 0.55);
  }

  .lg\:border-s-teal-800\/60 {
    border-inline-start-color: rgb(17 94 89 / 0.6);
  }

  .lg\:border-s-teal-800\/65 {
    border-inline-start-color: rgb(17 94 89 / 0.65);
  }

  .lg\:border-s-teal-800\/70 {
    border-inline-start-color: rgb(17 94 89 / 0.7);
  }

  .lg\:border-s-teal-800\/75 {
    border-inline-start-color: rgb(17 94 89 / 0.75);
  }

  .lg\:border-s-teal-800\/80 {
    border-inline-start-color: rgb(17 94 89 / 0.8);
  }

  .lg\:border-s-teal-800\/85 {
    border-inline-start-color: rgb(17 94 89 / 0.85);
  }

  .lg\:border-s-teal-800\/90 {
    border-inline-start-color: rgb(17 94 89 / 0.9);
  }

  .lg\:border-s-teal-800\/95 {
    border-inline-start-color: rgb(17 94 89 / 0.95);
  }

  .lg\:border-s-teal-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(19 78 74 / var(--tw-border-opacity));
  }

  .lg\:border-s-teal-900\/0 {
    border-inline-start-color: rgb(19 78 74 / 0);
  }

  .lg\:border-s-teal-900\/10 {
    border-inline-start-color: rgb(19 78 74 / 0.1);
  }

  .lg\:border-s-teal-900\/100 {
    border-inline-start-color: rgb(19 78 74 / 1);
  }

  .lg\:border-s-teal-900\/15 {
    border-inline-start-color: rgb(19 78 74 / 0.15);
  }

  .lg\:border-s-teal-900\/20 {
    border-inline-start-color: rgb(19 78 74 / 0.2);
  }

  .lg\:border-s-teal-900\/25 {
    border-inline-start-color: rgb(19 78 74 / 0.25);
  }

  .lg\:border-s-teal-900\/30 {
    border-inline-start-color: rgb(19 78 74 / 0.3);
  }

  .lg\:border-s-teal-900\/35 {
    border-inline-start-color: rgb(19 78 74 / 0.35);
  }

  .lg\:border-s-teal-900\/40 {
    border-inline-start-color: rgb(19 78 74 / 0.4);
  }

  .lg\:border-s-teal-900\/45 {
    border-inline-start-color: rgb(19 78 74 / 0.45);
  }

  .lg\:border-s-teal-900\/5 {
    border-inline-start-color: rgb(19 78 74 / 0.05);
  }

  .lg\:border-s-teal-900\/50 {
    border-inline-start-color: rgb(19 78 74 / 0.5);
  }

  .lg\:border-s-teal-900\/55 {
    border-inline-start-color: rgb(19 78 74 / 0.55);
  }

  .lg\:border-s-teal-900\/60 {
    border-inline-start-color: rgb(19 78 74 / 0.6);
  }

  .lg\:border-s-teal-900\/65 {
    border-inline-start-color: rgb(19 78 74 / 0.65);
  }

  .lg\:border-s-teal-900\/70 {
    border-inline-start-color: rgb(19 78 74 / 0.7);
  }

  .lg\:border-s-teal-900\/75 {
    border-inline-start-color: rgb(19 78 74 / 0.75);
  }

  .lg\:border-s-teal-900\/80 {
    border-inline-start-color: rgb(19 78 74 / 0.8);
  }

  .lg\:border-s-teal-900\/85 {
    border-inline-start-color: rgb(19 78 74 / 0.85);
  }

  .lg\:border-s-teal-900\/90 {
    border-inline-start-color: rgb(19 78 74 / 0.9);
  }

  .lg\:border-s-teal-900\/95 {
    border-inline-start-color: rgb(19 78 74 / 0.95);
  }

  .lg\:border-s-teal-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(4 47 46 / var(--tw-border-opacity));
  }

  .lg\:border-s-teal-950\/0 {
    border-inline-start-color: rgb(4 47 46 / 0);
  }

  .lg\:border-s-teal-950\/10 {
    border-inline-start-color: rgb(4 47 46 / 0.1);
  }

  .lg\:border-s-teal-950\/100 {
    border-inline-start-color: rgb(4 47 46 / 1);
  }

  .lg\:border-s-teal-950\/15 {
    border-inline-start-color: rgb(4 47 46 / 0.15);
  }

  .lg\:border-s-teal-950\/20 {
    border-inline-start-color: rgb(4 47 46 / 0.2);
  }

  .lg\:border-s-teal-950\/25 {
    border-inline-start-color: rgb(4 47 46 / 0.25);
  }

  .lg\:border-s-teal-950\/30 {
    border-inline-start-color: rgb(4 47 46 / 0.3);
  }

  .lg\:border-s-teal-950\/35 {
    border-inline-start-color: rgb(4 47 46 / 0.35);
  }

  .lg\:border-s-teal-950\/40 {
    border-inline-start-color: rgb(4 47 46 / 0.4);
  }

  .lg\:border-s-teal-950\/45 {
    border-inline-start-color: rgb(4 47 46 / 0.45);
  }

  .lg\:border-s-teal-950\/5 {
    border-inline-start-color: rgb(4 47 46 / 0.05);
  }

  .lg\:border-s-teal-950\/50 {
    border-inline-start-color: rgb(4 47 46 / 0.5);
  }

  .lg\:border-s-teal-950\/55 {
    border-inline-start-color: rgb(4 47 46 / 0.55);
  }

  .lg\:border-s-teal-950\/60 {
    border-inline-start-color: rgb(4 47 46 / 0.6);
  }

  .lg\:border-s-teal-950\/65 {
    border-inline-start-color: rgb(4 47 46 / 0.65);
  }

  .lg\:border-s-teal-950\/70 {
    border-inline-start-color: rgb(4 47 46 / 0.7);
  }

  .lg\:border-s-teal-950\/75 {
    border-inline-start-color: rgb(4 47 46 / 0.75);
  }

  .lg\:border-s-teal-950\/80 {
    border-inline-start-color: rgb(4 47 46 / 0.8);
  }

  .lg\:border-s-teal-950\/85 {
    border-inline-start-color: rgb(4 47 46 / 0.85);
  }

  .lg\:border-s-teal-950\/90 {
    border-inline-start-color: rgb(4 47 46 / 0.9);
  }

  .lg\:border-s-teal-950\/95 {
    border-inline-start-color: rgb(4 47 46 / 0.95);
  }

  .lg\:border-s-transparent {
    border-inline-start-color: transparent;
  }

  .lg\:border-s-transparent\/0 {
    border-inline-start-color: rgb(0 0 0 / 0);
  }

  .lg\:border-s-transparent\/10 {
    border-inline-start-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-s-transparent\/100 {
    border-inline-start-color: rgb(0 0 0 / 1);
  }

  .lg\:border-s-transparent\/15 {
    border-inline-start-color: rgb(0 0 0 / 0.15);
  }

  .lg\:border-s-transparent\/20 {
    border-inline-start-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-s-transparent\/25 {
    border-inline-start-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-s-transparent\/30 {
    border-inline-start-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-s-transparent\/35 {
    border-inline-start-color: rgb(0 0 0 / 0.35);
  }

  .lg\:border-s-transparent\/40 {
    border-inline-start-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-s-transparent\/45 {
    border-inline-start-color: rgb(0 0 0 / 0.45);
  }

  .lg\:border-s-transparent\/5 {
    border-inline-start-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-s-transparent\/50 {
    border-inline-start-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-s-transparent\/55 {
    border-inline-start-color: rgb(0 0 0 / 0.55);
  }

  .lg\:border-s-transparent\/60 {
    border-inline-start-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-s-transparent\/65 {
    border-inline-start-color: rgb(0 0 0 / 0.65);
  }

  .lg\:border-s-transparent\/70 {
    border-inline-start-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-s-transparent\/75 {
    border-inline-start-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-s-transparent\/80 {
    border-inline-start-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-s-transparent\/85 {
    border-inline-start-color: rgb(0 0 0 / 0.85);
  }

  .lg\:border-s-transparent\/90 {
    border-inline-start-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-s-transparent\/95 {
    border-inline-start-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-s-violet-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(237 233 254 / var(--tw-border-opacity));
  }

  .lg\:border-s-violet-100\/0 {
    border-inline-start-color: rgb(237 233 254 / 0);
  }

  .lg\:border-s-violet-100\/10 {
    border-inline-start-color: rgb(237 233 254 / 0.1);
  }

  .lg\:border-s-violet-100\/100 {
    border-inline-start-color: rgb(237 233 254 / 1);
  }

  .lg\:border-s-violet-100\/15 {
    border-inline-start-color: rgb(237 233 254 / 0.15);
  }

  .lg\:border-s-violet-100\/20 {
    border-inline-start-color: rgb(237 233 254 / 0.2);
  }

  .lg\:border-s-violet-100\/25 {
    border-inline-start-color: rgb(237 233 254 / 0.25);
  }

  .lg\:border-s-violet-100\/30 {
    border-inline-start-color: rgb(237 233 254 / 0.3);
  }

  .lg\:border-s-violet-100\/35 {
    border-inline-start-color: rgb(237 233 254 / 0.35);
  }

  .lg\:border-s-violet-100\/40 {
    border-inline-start-color: rgb(237 233 254 / 0.4);
  }

  .lg\:border-s-violet-100\/45 {
    border-inline-start-color: rgb(237 233 254 / 0.45);
  }

  .lg\:border-s-violet-100\/5 {
    border-inline-start-color: rgb(237 233 254 / 0.05);
  }

  .lg\:border-s-violet-100\/50 {
    border-inline-start-color: rgb(237 233 254 / 0.5);
  }

  .lg\:border-s-violet-100\/55 {
    border-inline-start-color: rgb(237 233 254 / 0.55);
  }

  .lg\:border-s-violet-100\/60 {
    border-inline-start-color: rgb(237 233 254 / 0.6);
  }

  .lg\:border-s-violet-100\/65 {
    border-inline-start-color: rgb(237 233 254 / 0.65);
  }

  .lg\:border-s-violet-100\/70 {
    border-inline-start-color: rgb(237 233 254 / 0.7);
  }

  .lg\:border-s-violet-100\/75 {
    border-inline-start-color: rgb(237 233 254 / 0.75);
  }

  .lg\:border-s-violet-100\/80 {
    border-inline-start-color: rgb(237 233 254 / 0.8);
  }

  .lg\:border-s-violet-100\/85 {
    border-inline-start-color: rgb(237 233 254 / 0.85);
  }

  .lg\:border-s-violet-100\/90 {
    border-inline-start-color: rgb(237 233 254 / 0.9);
  }

  .lg\:border-s-violet-100\/95 {
    border-inline-start-color: rgb(237 233 254 / 0.95);
  }

  .lg\:border-s-violet-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(221 214 254 / var(--tw-border-opacity));
  }

  .lg\:border-s-violet-200\/0 {
    border-inline-start-color: rgb(221 214 254 / 0);
  }

  .lg\:border-s-violet-200\/10 {
    border-inline-start-color: rgb(221 214 254 / 0.1);
  }

  .lg\:border-s-violet-200\/100 {
    border-inline-start-color: rgb(221 214 254 / 1);
  }

  .lg\:border-s-violet-200\/15 {
    border-inline-start-color: rgb(221 214 254 / 0.15);
  }

  .lg\:border-s-violet-200\/20 {
    border-inline-start-color: rgb(221 214 254 / 0.2);
  }

  .lg\:border-s-violet-200\/25 {
    border-inline-start-color: rgb(221 214 254 / 0.25);
  }

  .lg\:border-s-violet-200\/30 {
    border-inline-start-color: rgb(221 214 254 / 0.3);
  }

  .lg\:border-s-violet-200\/35 {
    border-inline-start-color: rgb(221 214 254 / 0.35);
  }

  .lg\:border-s-violet-200\/40 {
    border-inline-start-color: rgb(221 214 254 / 0.4);
  }

  .lg\:border-s-violet-200\/45 {
    border-inline-start-color: rgb(221 214 254 / 0.45);
  }

  .lg\:border-s-violet-200\/5 {
    border-inline-start-color: rgb(221 214 254 / 0.05);
  }

  .lg\:border-s-violet-200\/50 {
    border-inline-start-color: rgb(221 214 254 / 0.5);
  }

  .lg\:border-s-violet-200\/55 {
    border-inline-start-color: rgb(221 214 254 / 0.55);
  }

  .lg\:border-s-violet-200\/60 {
    border-inline-start-color: rgb(221 214 254 / 0.6);
  }

  .lg\:border-s-violet-200\/65 {
    border-inline-start-color: rgb(221 214 254 / 0.65);
  }

  .lg\:border-s-violet-200\/70 {
    border-inline-start-color: rgb(221 214 254 / 0.7);
  }

  .lg\:border-s-violet-200\/75 {
    border-inline-start-color: rgb(221 214 254 / 0.75);
  }

  .lg\:border-s-violet-200\/80 {
    border-inline-start-color: rgb(221 214 254 / 0.8);
  }

  .lg\:border-s-violet-200\/85 {
    border-inline-start-color: rgb(221 214 254 / 0.85);
  }

  .lg\:border-s-violet-200\/90 {
    border-inline-start-color: rgb(221 214 254 / 0.9);
  }

  .lg\:border-s-violet-200\/95 {
    border-inline-start-color: rgb(221 214 254 / 0.95);
  }

  .lg\:border-s-violet-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(196 181 253 / var(--tw-border-opacity));
  }

  .lg\:border-s-violet-300\/0 {
    border-inline-start-color: rgb(196 181 253 / 0);
  }

  .lg\:border-s-violet-300\/10 {
    border-inline-start-color: rgb(196 181 253 / 0.1);
  }

  .lg\:border-s-violet-300\/100 {
    border-inline-start-color: rgb(196 181 253 / 1);
  }

  .lg\:border-s-violet-300\/15 {
    border-inline-start-color: rgb(196 181 253 / 0.15);
  }

  .lg\:border-s-violet-300\/20 {
    border-inline-start-color: rgb(196 181 253 / 0.2);
  }

  .lg\:border-s-violet-300\/25 {
    border-inline-start-color: rgb(196 181 253 / 0.25);
  }

  .lg\:border-s-violet-300\/30 {
    border-inline-start-color: rgb(196 181 253 / 0.3);
  }

  .lg\:border-s-violet-300\/35 {
    border-inline-start-color: rgb(196 181 253 / 0.35);
  }

  .lg\:border-s-violet-300\/40 {
    border-inline-start-color: rgb(196 181 253 / 0.4);
  }

  .lg\:border-s-violet-300\/45 {
    border-inline-start-color: rgb(196 181 253 / 0.45);
  }

  .lg\:border-s-violet-300\/5 {
    border-inline-start-color: rgb(196 181 253 / 0.05);
  }

  .lg\:border-s-violet-300\/50 {
    border-inline-start-color: rgb(196 181 253 / 0.5);
  }

  .lg\:border-s-violet-300\/55 {
    border-inline-start-color: rgb(196 181 253 / 0.55);
  }

  .lg\:border-s-violet-300\/60 {
    border-inline-start-color: rgb(196 181 253 / 0.6);
  }

  .lg\:border-s-violet-300\/65 {
    border-inline-start-color: rgb(196 181 253 / 0.65);
  }

  .lg\:border-s-violet-300\/70 {
    border-inline-start-color: rgb(196 181 253 / 0.7);
  }

  .lg\:border-s-violet-300\/75 {
    border-inline-start-color: rgb(196 181 253 / 0.75);
  }

  .lg\:border-s-violet-300\/80 {
    border-inline-start-color: rgb(196 181 253 / 0.8);
  }

  .lg\:border-s-violet-300\/85 {
    border-inline-start-color: rgb(196 181 253 / 0.85);
  }

  .lg\:border-s-violet-300\/90 {
    border-inline-start-color: rgb(196 181 253 / 0.9);
  }

  .lg\:border-s-violet-300\/95 {
    border-inline-start-color: rgb(196 181 253 / 0.95);
  }

  .lg\:border-s-violet-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(167 139 250 / var(--tw-border-opacity));
  }

  .lg\:border-s-violet-400\/0 {
    border-inline-start-color: rgb(167 139 250 / 0);
  }

  .lg\:border-s-violet-400\/10 {
    border-inline-start-color: rgb(167 139 250 / 0.1);
  }

  .lg\:border-s-violet-400\/100 {
    border-inline-start-color: rgb(167 139 250 / 1);
  }

  .lg\:border-s-violet-400\/15 {
    border-inline-start-color: rgb(167 139 250 / 0.15);
  }

  .lg\:border-s-violet-400\/20 {
    border-inline-start-color: rgb(167 139 250 / 0.2);
  }

  .lg\:border-s-violet-400\/25 {
    border-inline-start-color: rgb(167 139 250 / 0.25);
  }

  .lg\:border-s-violet-400\/30 {
    border-inline-start-color: rgb(167 139 250 / 0.3);
  }

  .lg\:border-s-violet-400\/35 {
    border-inline-start-color: rgb(167 139 250 / 0.35);
  }

  .lg\:border-s-violet-400\/40 {
    border-inline-start-color: rgb(167 139 250 / 0.4);
  }

  .lg\:border-s-violet-400\/45 {
    border-inline-start-color: rgb(167 139 250 / 0.45);
  }

  .lg\:border-s-violet-400\/5 {
    border-inline-start-color: rgb(167 139 250 / 0.05);
  }

  .lg\:border-s-violet-400\/50 {
    border-inline-start-color: rgb(167 139 250 / 0.5);
  }

  .lg\:border-s-violet-400\/55 {
    border-inline-start-color: rgb(167 139 250 / 0.55);
  }

  .lg\:border-s-violet-400\/60 {
    border-inline-start-color: rgb(167 139 250 / 0.6);
  }

  .lg\:border-s-violet-400\/65 {
    border-inline-start-color: rgb(167 139 250 / 0.65);
  }

  .lg\:border-s-violet-400\/70 {
    border-inline-start-color: rgb(167 139 250 / 0.7);
  }

  .lg\:border-s-violet-400\/75 {
    border-inline-start-color: rgb(167 139 250 / 0.75);
  }

  .lg\:border-s-violet-400\/80 {
    border-inline-start-color: rgb(167 139 250 / 0.8);
  }

  .lg\:border-s-violet-400\/85 {
    border-inline-start-color: rgb(167 139 250 / 0.85);
  }

  .lg\:border-s-violet-400\/90 {
    border-inline-start-color: rgb(167 139 250 / 0.9);
  }

  .lg\:border-s-violet-400\/95 {
    border-inline-start-color: rgb(167 139 250 / 0.95);
  }

  .lg\:border-s-violet-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(245 243 255 / var(--tw-border-opacity));
  }

  .lg\:border-s-violet-50\/0 {
    border-inline-start-color: rgb(245 243 255 / 0);
  }

  .lg\:border-s-violet-50\/10 {
    border-inline-start-color: rgb(245 243 255 / 0.1);
  }

  .lg\:border-s-violet-50\/100 {
    border-inline-start-color: rgb(245 243 255 / 1);
  }

  .lg\:border-s-violet-50\/15 {
    border-inline-start-color: rgb(245 243 255 / 0.15);
  }

  .lg\:border-s-violet-50\/20 {
    border-inline-start-color: rgb(245 243 255 / 0.2);
  }

  .lg\:border-s-violet-50\/25 {
    border-inline-start-color: rgb(245 243 255 / 0.25);
  }

  .lg\:border-s-violet-50\/30 {
    border-inline-start-color: rgb(245 243 255 / 0.3);
  }

  .lg\:border-s-violet-50\/35 {
    border-inline-start-color: rgb(245 243 255 / 0.35);
  }

  .lg\:border-s-violet-50\/40 {
    border-inline-start-color: rgb(245 243 255 / 0.4);
  }

  .lg\:border-s-violet-50\/45 {
    border-inline-start-color: rgb(245 243 255 / 0.45);
  }

  .lg\:border-s-violet-50\/5 {
    border-inline-start-color: rgb(245 243 255 / 0.05);
  }

  .lg\:border-s-violet-50\/50 {
    border-inline-start-color: rgb(245 243 255 / 0.5);
  }

  .lg\:border-s-violet-50\/55 {
    border-inline-start-color: rgb(245 243 255 / 0.55);
  }

  .lg\:border-s-violet-50\/60 {
    border-inline-start-color: rgb(245 243 255 / 0.6);
  }

  .lg\:border-s-violet-50\/65 {
    border-inline-start-color: rgb(245 243 255 / 0.65);
  }

  .lg\:border-s-violet-50\/70 {
    border-inline-start-color: rgb(245 243 255 / 0.7);
  }

  .lg\:border-s-violet-50\/75 {
    border-inline-start-color: rgb(245 243 255 / 0.75);
  }

  .lg\:border-s-violet-50\/80 {
    border-inline-start-color: rgb(245 243 255 / 0.8);
  }

  .lg\:border-s-violet-50\/85 {
    border-inline-start-color: rgb(245 243 255 / 0.85);
  }

  .lg\:border-s-violet-50\/90 {
    border-inline-start-color: rgb(245 243 255 / 0.9);
  }

  .lg\:border-s-violet-50\/95 {
    border-inline-start-color: rgb(245 243 255 / 0.95);
  }

  .lg\:border-s-violet-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(139 92 246 / var(--tw-border-opacity));
  }

  .lg\:border-s-violet-500\/0 {
    border-inline-start-color: rgb(139 92 246 / 0);
  }

  .lg\:border-s-violet-500\/10 {
    border-inline-start-color: rgb(139 92 246 / 0.1);
  }

  .lg\:border-s-violet-500\/100 {
    border-inline-start-color: rgb(139 92 246 / 1);
  }

  .lg\:border-s-violet-500\/15 {
    border-inline-start-color: rgb(139 92 246 / 0.15);
  }

  .lg\:border-s-violet-500\/20 {
    border-inline-start-color: rgb(139 92 246 / 0.2);
  }

  .lg\:border-s-violet-500\/25 {
    border-inline-start-color: rgb(139 92 246 / 0.25);
  }

  .lg\:border-s-violet-500\/30 {
    border-inline-start-color: rgb(139 92 246 / 0.3);
  }

  .lg\:border-s-violet-500\/35 {
    border-inline-start-color: rgb(139 92 246 / 0.35);
  }

  .lg\:border-s-violet-500\/40 {
    border-inline-start-color: rgb(139 92 246 / 0.4);
  }

  .lg\:border-s-violet-500\/45 {
    border-inline-start-color: rgb(139 92 246 / 0.45);
  }

  .lg\:border-s-violet-500\/5 {
    border-inline-start-color: rgb(139 92 246 / 0.05);
  }

  .lg\:border-s-violet-500\/50 {
    border-inline-start-color: rgb(139 92 246 / 0.5);
  }

  .lg\:border-s-violet-500\/55 {
    border-inline-start-color: rgb(139 92 246 / 0.55);
  }

  .lg\:border-s-violet-500\/60 {
    border-inline-start-color: rgb(139 92 246 / 0.6);
  }

  .lg\:border-s-violet-500\/65 {
    border-inline-start-color: rgb(139 92 246 / 0.65);
  }

  .lg\:border-s-violet-500\/70 {
    border-inline-start-color: rgb(139 92 246 / 0.7);
  }

  .lg\:border-s-violet-500\/75 {
    border-inline-start-color: rgb(139 92 246 / 0.75);
  }

  .lg\:border-s-violet-500\/80 {
    border-inline-start-color: rgb(139 92 246 / 0.8);
  }

  .lg\:border-s-violet-500\/85 {
    border-inline-start-color: rgb(139 92 246 / 0.85);
  }

  .lg\:border-s-violet-500\/90 {
    border-inline-start-color: rgb(139 92 246 / 0.9);
  }

  .lg\:border-s-violet-500\/95 {
    border-inline-start-color: rgb(139 92 246 / 0.95);
  }

  .lg\:border-s-violet-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(124 58 237 / var(--tw-border-opacity));
  }

  .lg\:border-s-violet-600\/0 {
    border-inline-start-color: rgb(124 58 237 / 0);
  }

  .lg\:border-s-violet-600\/10 {
    border-inline-start-color: rgb(124 58 237 / 0.1);
  }

  .lg\:border-s-violet-600\/100 {
    border-inline-start-color: rgb(124 58 237 / 1);
  }

  .lg\:border-s-violet-600\/15 {
    border-inline-start-color: rgb(124 58 237 / 0.15);
  }

  .lg\:border-s-violet-600\/20 {
    border-inline-start-color: rgb(124 58 237 / 0.2);
  }

  .lg\:border-s-violet-600\/25 {
    border-inline-start-color: rgb(124 58 237 / 0.25);
  }

  .lg\:border-s-violet-600\/30 {
    border-inline-start-color: rgb(124 58 237 / 0.3);
  }

  .lg\:border-s-violet-600\/35 {
    border-inline-start-color: rgb(124 58 237 / 0.35);
  }

  .lg\:border-s-violet-600\/40 {
    border-inline-start-color: rgb(124 58 237 / 0.4);
  }

  .lg\:border-s-violet-600\/45 {
    border-inline-start-color: rgb(124 58 237 / 0.45);
  }

  .lg\:border-s-violet-600\/5 {
    border-inline-start-color: rgb(124 58 237 / 0.05);
  }

  .lg\:border-s-violet-600\/50 {
    border-inline-start-color: rgb(124 58 237 / 0.5);
  }

  .lg\:border-s-violet-600\/55 {
    border-inline-start-color: rgb(124 58 237 / 0.55);
  }

  .lg\:border-s-violet-600\/60 {
    border-inline-start-color: rgb(124 58 237 / 0.6);
  }

  .lg\:border-s-violet-600\/65 {
    border-inline-start-color: rgb(124 58 237 / 0.65);
  }

  .lg\:border-s-violet-600\/70 {
    border-inline-start-color: rgb(124 58 237 / 0.7);
  }

  .lg\:border-s-violet-600\/75 {
    border-inline-start-color: rgb(124 58 237 / 0.75);
  }

  .lg\:border-s-violet-600\/80 {
    border-inline-start-color: rgb(124 58 237 / 0.8);
  }

  .lg\:border-s-violet-600\/85 {
    border-inline-start-color: rgb(124 58 237 / 0.85);
  }

  .lg\:border-s-violet-600\/90 {
    border-inline-start-color: rgb(124 58 237 / 0.9);
  }

  .lg\:border-s-violet-600\/95 {
    border-inline-start-color: rgb(124 58 237 / 0.95);
  }

  .lg\:border-s-violet-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(109 40 217 / var(--tw-border-opacity));
  }

  .lg\:border-s-violet-700\/0 {
    border-inline-start-color: rgb(109 40 217 / 0);
  }

  .lg\:border-s-violet-700\/10 {
    border-inline-start-color: rgb(109 40 217 / 0.1);
  }

  .lg\:border-s-violet-700\/100 {
    border-inline-start-color: rgb(109 40 217 / 1);
  }

  .lg\:border-s-violet-700\/15 {
    border-inline-start-color: rgb(109 40 217 / 0.15);
  }

  .lg\:border-s-violet-700\/20 {
    border-inline-start-color: rgb(109 40 217 / 0.2);
  }

  .lg\:border-s-violet-700\/25 {
    border-inline-start-color: rgb(109 40 217 / 0.25);
  }

  .lg\:border-s-violet-700\/30 {
    border-inline-start-color: rgb(109 40 217 / 0.3);
  }

  .lg\:border-s-violet-700\/35 {
    border-inline-start-color: rgb(109 40 217 / 0.35);
  }

  .lg\:border-s-violet-700\/40 {
    border-inline-start-color: rgb(109 40 217 / 0.4);
  }

  .lg\:border-s-violet-700\/45 {
    border-inline-start-color: rgb(109 40 217 / 0.45);
  }

  .lg\:border-s-violet-700\/5 {
    border-inline-start-color: rgb(109 40 217 / 0.05);
  }

  .lg\:border-s-violet-700\/50 {
    border-inline-start-color: rgb(109 40 217 / 0.5);
  }

  .lg\:border-s-violet-700\/55 {
    border-inline-start-color: rgb(109 40 217 / 0.55);
  }

  .lg\:border-s-violet-700\/60 {
    border-inline-start-color: rgb(109 40 217 / 0.6);
  }

  .lg\:border-s-violet-700\/65 {
    border-inline-start-color: rgb(109 40 217 / 0.65);
  }

  .lg\:border-s-violet-700\/70 {
    border-inline-start-color: rgb(109 40 217 / 0.7);
  }

  .lg\:border-s-violet-700\/75 {
    border-inline-start-color: rgb(109 40 217 / 0.75);
  }

  .lg\:border-s-violet-700\/80 {
    border-inline-start-color: rgb(109 40 217 / 0.8);
  }

  .lg\:border-s-violet-700\/85 {
    border-inline-start-color: rgb(109 40 217 / 0.85);
  }

  .lg\:border-s-violet-700\/90 {
    border-inline-start-color: rgb(109 40 217 / 0.9);
  }

  .lg\:border-s-violet-700\/95 {
    border-inline-start-color: rgb(109 40 217 / 0.95);
  }

  .lg\:border-s-violet-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(91 33 182 / var(--tw-border-opacity));
  }

  .lg\:border-s-violet-800\/0 {
    border-inline-start-color: rgb(91 33 182 / 0);
  }

  .lg\:border-s-violet-800\/10 {
    border-inline-start-color: rgb(91 33 182 / 0.1);
  }

  .lg\:border-s-violet-800\/100 {
    border-inline-start-color: rgb(91 33 182 / 1);
  }

  .lg\:border-s-violet-800\/15 {
    border-inline-start-color: rgb(91 33 182 / 0.15);
  }

  .lg\:border-s-violet-800\/20 {
    border-inline-start-color: rgb(91 33 182 / 0.2);
  }

  .lg\:border-s-violet-800\/25 {
    border-inline-start-color: rgb(91 33 182 / 0.25);
  }

  .lg\:border-s-violet-800\/30 {
    border-inline-start-color: rgb(91 33 182 / 0.3);
  }

  .lg\:border-s-violet-800\/35 {
    border-inline-start-color: rgb(91 33 182 / 0.35);
  }

  .lg\:border-s-violet-800\/40 {
    border-inline-start-color: rgb(91 33 182 / 0.4);
  }

  .lg\:border-s-violet-800\/45 {
    border-inline-start-color: rgb(91 33 182 / 0.45);
  }

  .lg\:border-s-violet-800\/5 {
    border-inline-start-color: rgb(91 33 182 / 0.05);
  }

  .lg\:border-s-violet-800\/50 {
    border-inline-start-color: rgb(91 33 182 / 0.5);
  }

  .lg\:border-s-violet-800\/55 {
    border-inline-start-color: rgb(91 33 182 / 0.55);
  }

  .lg\:border-s-violet-800\/60 {
    border-inline-start-color: rgb(91 33 182 / 0.6);
  }

  .lg\:border-s-violet-800\/65 {
    border-inline-start-color: rgb(91 33 182 / 0.65);
  }

  .lg\:border-s-violet-800\/70 {
    border-inline-start-color: rgb(91 33 182 / 0.7);
  }

  .lg\:border-s-violet-800\/75 {
    border-inline-start-color: rgb(91 33 182 / 0.75);
  }

  .lg\:border-s-violet-800\/80 {
    border-inline-start-color: rgb(91 33 182 / 0.8);
  }

  .lg\:border-s-violet-800\/85 {
    border-inline-start-color: rgb(91 33 182 / 0.85);
  }

  .lg\:border-s-violet-800\/90 {
    border-inline-start-color: rgb(91 33 182 / 0.9);
  }

  .lg\:border-s-violet-800\/95 {
    border-inline-start-color: rgb(91 33 182 / 0.95);
  }

  .lg\:border-s-violet-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(76 29 149 / var(--tw-border-opacity));
  }

  .lg\:border-s-violet-900\/0 {
    border-inline-start-color: rgb(76 29 149 / 0);
  }

  .lg\:border-s-violet-900\/10 {
    border-inline-start-color: rgb(76 29 149 / 0.1);
  }

  .lg\:border-s-violet-900\/100 {
    border-inline-start-color: rgb(76 29 149 / 1);
  }

  .lg\:border-s-violet-900\/15 {
    border-inline-start-color: rgb(76 29 149 / 0.15);
  }

  .lg\:border-s-violet-900\/20 {
    border-inline-start-color: rgb(76 29 149 / 0.2);
  }

  .lg\:border-s-violet-900\/25 {
    border-inline-start-color: rgb(76 29 149 / 0.25);
  }

  .lg\:border-s-violet-900\/30 {
    border-inline-start-color: rgb(76 29 149 / 0.3);
  }

  .lg\:border-s-violet-900\/35 {
    border-inline-start-color: rgb(76 29 149 / 0.35);
  }

  .lg\:border-s-violet-900\/40 {
    border-inline-start-color: rgb(76 29 149 / 0.4);
  }

  .lg\:border-s-violet-900\/45 {
    border-inline-start-color: rgb(76 29 149 / 0.45);
  }

  .lg\:border-s-violet-900\/5 {
    border-inline-start-color: rgb(76 29 149 / 0.05);
  }

  .lg\:border-s-violet-900\/50 {
    border-inline-start-color: rgb(76 29 149 / 0.5);
  }

  .lg\:border-s-violet-900\/55 {
    border-inline-start-color: rgb(76 29 149 / 0.55);
  }

  .lg\:border-s-violet-900\/60 {
    border-inline-start-color: rgb(76 29 149 / 0.6);
  }

  .lg\:border-s-violet-900\/65 {
    border-inline-start-color: rgb(76 29 149 / 0.65);
  }

  .lg\:border-s-violet-900\/70 {
    border-inline-start-color: rgb(76 29 149 / 0.7);
  }

  .lg\:border-s-violet-900\/75 {
    border-inline-start-color: rgb(76 29 149 / 0.75);
  }

  .lg\:border-s-violet-900\/80 {
    border-inline-start-color: rgb(76 29 149 / 0.8);
  }

  .lg\:border-s-violet-900\/85 {
    border-inline-start-color: rgb(76 29 149 / 0.85);
  }

  .lg\:border-s-violet-900\/90 {
    border-inline-start-color: rgb(76 29 149 / 0.9);
  }

  .lg\:border-s-violet-900\/95 {
    border-inline-start-color: rgb(76 29 149 / 0.95);
  }

  .lg\:border-s-violet-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(46 16 101 / var(--tw-border-opacity));
  }

  .lg\:border-s-violet-950\/0 {
    border-inline-start-color: rgb(46 16 101 / 0);
  }

  .lg\:border-s-violet-950\/10 {
    border-inline-start-color: rgb(46 16 101 / 0.1);
  }

  .lg\:border-s-violet-950\/100 {
    border-inline-start-color: rgb(46 16 101 / 1);
  }

  .lg\:border-s-violet-950\/15 {
    border-inline-start-color: rgb(46 16 101 / 0.15);
  }

  .lg\:border-s-violet-950\/20 {
    border-inline-start-color: rgb(46 16 101 / 0.2);
  }

  .lg\:border-s-violet-950\/25 {
    border-inline-start-color: rgb(46 16 101 / 0.25);
  }

  .lg\:border-s-violet-950\/30 {
    border-inline-start-color: rgb(46 16 101 / 0.3);
  }

  .lg\:border-s-violet-950\/35 {
    border-inline-start-color: rgb(46 16 101 / 0.35);
  }

  .lg\:border-s-violet-950\/40 {
    border-inline-start-color: rgb(46 16 101 / 0.4);
  }

  .lg\:border-s-violet-950\/45 {
    border-inline-start-color: rgb(46 16 101 / 0.45);
  }

  .lg\:border-s-violet-950\/5 {
    border-inline-start-color: rgb(46 16 101 / 0.05);
  }

  .lg\:border-s-violet-950\/50 {
    border-inline-start-color: rgb(46 16 101 / 0.5);
  }

  .lg\:border-s-violet-950\/55 {
    border-inline-start-color: rgb(46 16 101 / 0.55);
  }

  .lg\:border-s-violet-950\/60 {
    border-inline-start-color: rgb(46 16 101 / 0.6);
  }

  .lg\:border-s-violet-950\/65 {
    border-inline-start-color: rgb(46 16 101 / 0.65);
  }

  .lg\:border-s-violet-950\/70 {
    border-inline-start-color: rgb(46 16 101 / 0.7);
  }

  .lg\:border-s-violet-950\/75 {
    border-inline-start-color: rgb(46 16 101 / 0.75);
  }

  .lg\:border-s-violet-950\/80 {
    border-inline-start-color: rgb(46 16 101 / 0.8);
  }

  .lg\:border-s-violet-950\/85 {
    border-inline-start-color: rgb(46 16 101 / 0.85);
  }

  .lg\:border-s-violet-950\/90 {
    border-inline-start-color: rgb(46 16 101 / 0.9);
  }

  .lg\:border-s-violet-950\/95 {
    border-inline-start-color: rgb(46 16 101 / 0.95);
  }

  .lg\:border-s-white {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .lg\:border-s-white\/0 {
    border-inline-start-color: rgb(255 255 255 / 0);
  }

  .lg\:border-s-white\/10 {
    border-inline-start-color: rgb(255 255 255 / 0.1);
  }

  .lg\:border-s-white\/100 {
    border-inline-start-color: rgb(255 255 255 / 1);
  }

  .lg\:border-s-white\/15 {
    border-inline-start-color: rgb(255 255 255 / 0.15);
  }

  .lg\:border-s-white\/20 {
    border-inline-start-color: rgb(255 255 255 / 0.2);
  }

  .lg\:border-s-white\/25 {
    border-inline-start-color: rgb(255 255 255 / 0.25);
  }

  .lg\:border-s-white\/30 {
    border-inline-start-color: rgb(255 255 255 / 0.3);
  }

  .lg\:border-s-white\/35 {
    border-inline-start-color: rgb(255 255 255 / 0.35);
  }

  .lg\:border-s-white\/40 {
    border-inline-start-color: rgb(255 255 255 / 0.4);
  }

  .lg\:border-s-white\/45 {
    border-inline-start-color: rgb(255 255 255 / 0.45);
  }

  .lg\:border-s-white\/5 {
    border-inline-start-color: rgb(255 255 255 / 0.05);
  }

  .lg\:border-s-white\/50 {
    border-inline-start-color: rgb(255 255 255 / 0.5);
  }

  .lg\:border-s-white\/55 {
    border-inline-start-color: rgb(255 255 255 / 0.55);
  }

  .lg\:border-s-white\/60 {
    border-inline-start-color: rgb(255 255 255 / 0.6);
  }

  .lg\:border-s-white\/65 {
    border-inline-start-color: rgb(255 255 255 / 0.65);
  }

  .lg\:border-s-white\/70 {
    border-inline-start-color: rgb(255 255 255 / 0.7);
  }

  .lg\:border-s-white\/75 {
    border-inline-start-color: rgb(255 255 255 / 0.75);
  }

  .lg\:border-s-white\/80 {
    border-inline-start-color: rgb(255 255 255 / 0.8);
  }

  .lg\:border-s-white\/85 {
    border-inline-start-color: rgb(255 255 255 / 0.85);
  }

  .lg\:border-s-white\/90 {
    border-inline-start-color: rgb(255 255 255 / 0.9);
  }

  .lg\:border-s-white\/95 {
    border-inline-start-color: rgb(255 255 255 / 0.95);
  }

  .lg\:border-s-yellow-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .lg\:border-s-yellow-100\/0 {
    border-inline-start-color: rgb(254 249 195 / 0);
  }

  .lg\:border-s-yellow-100\/10 {
    border-inline-start-color: rgb(254 249 195 / 0.1);
  }

  .lg\:border-s-yellow-100\/100 {
    border-inline-start-color: rgb(254 249 195 / 1);
  }

  .lg\:border-s-yellow-100\/15 {
    border-inline-start-color: rgb(254 249 195 / 0.15);
  }

  .lg\:border-s-yellow-100\/20 {
    border-inline-start-color: rgb(254 249 195 / 0.2);
  }

  .lg\:border-s-yellow-100\/25 {
    border-inline-start-color: rgb(254 249 195 / 0.25);
  }

  .lg\:border-s-yellow-100\/30 {
    border-inline-start-color: rgb(254 249 195 / 0.3);
  }

  .lg\:border-s-yellow-100\/35 {
    border-inline-start-color: rgb(254 249 195 / 0.35);
  }

  .lg\:border-s-yellow-100\/40 {
    border-inline-start-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-s-yellow-100\/45 {
    border-inline-start-color: rgb(254 249 195 / 0.45);
  }

  .lg\:border-s-yellow-100\/5 {
    border-inline-start-color: rgb(254 249 195 / 0.05);
  }

  .lg\:border-s-yellow-100\/50 {
    border-inline-start-color: rgb(254 249 195 / 0.5);
  }

  .lg\:border-s-yellow-100\/55 {
    border-inline-start-color: rgb(254 249 195 / 0.55);
  }

  .lg\:border-s-yellow-100\/60 {
    border-inline-start-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-s-yellow-100\/65 {
    border-inline-start-color: rgb(254 249 195 / 0.65);
  }

  .lg\:border-s-yellow-100\/70 {
    border-inline-start-color: rgb(254 249 195 / 0.7);
  }

  .lg\:border-s-yellow-100\/75 {
    border-inline-start-color: rgb(254 249 195 / 0.75);
  }

  .lg\:border-s-yellow-100\/80 {
    border-inline-start-color: rgb(254 249 195 / 0.8);
  }

  .lg\:border-s-yellow-100\/85 {
    border-inline-start-color: rgb(254 249 195 / 0.85);
  }

  .lg\:border-s-yellow-100\/90 {
    border-inline-start-color: rgb(254 249 195 / 0.9);
  }

  .lg\:border-s-yellow-100\/95 {
    border-inline-start-color: rgb(254 249 195 / 0.95);
  }

  .lg\:border-s-yellow-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .lg\:border-s-yellow-200\/0 {
    border-inline-start-color: rgb(254 240 138 / 0);
  }

  .lg\:border-s-yellow-200\/10 {
    border-inline-start-color: rgb(254 240 138 / 0.1);
  }

  .lg\:border-s-yellow-200\/100 {
    border-inline-start-color: rgb(254 240 138 / 1);
  }

  .lg\:border-s-yellow-200\/15 {
    border-inline-start-color: rgb(254 240 138 / 0.15);
  }

  .lg\:border-s-yellow-200\/20 {
    border-inline-start-color: rgb(254 240 138 / 0.2);
  }

  .lg\:border-s-yellow-200\/25 {
    border-inline-start-color: rgb(254 240 138 / 0.25);
  }

  .lg\:border-s-yellow-200\/30 {
    border-inline-start-color: rgb(254 240 138 / 0.3);
  }

  .lg\:border-s-yellow-200\/35 {
    border-inline-start-color: rgb(254 240 138 / 0.35);
  }

  .lg\:border-s-yellow-200\/40 {
    border-inline-start-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-s-yellow-200\/45 {
    border-inline-start-color: rgb(254 240 138 / 0.45);
  }

  .lg\:border-s-yellow-200\/5 {
    border-inline-start-color: rgb(254 240 138 / 0.05);
  }

  .lg\:border-s-yellow-200\/50 {
    border-inline-start-color: rgb(254 240 138 / 0.5);
  }

  .lg\:border-s-yellow-200\/55 {
    border-inline-start-color: rgb(254 240 138 / 0.55);
  }

  .lg\:border-s-yellow-200\/60 {
    border-inline-start-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-s-yellow-200\/65 {
    border-inline-start-color: rgb(254 240 138 / 0.65);
  }

  .lg\:border-s-yellow-200\/70 {
    border-inline-start-color: rgb(254 240 138 / 0.7);
  }

  .lg\:border-s-yellow-200\/75 {
    border-inline-start-color: rgb(254 240 138 / 0.75);
  }

  .lg\:border-s-yellow-200\/80 {
    border-inline-start-color: rgb(254 240 138 / 0.8);
  }

  .lg\:border-s-yellow-200\/85 {
    border-inline-start-color: rgb(254 240 138 / 0.85);
  }

  .lg\:border-s-yellow-200\/90 {
    border-inline-start-color: rgb(254 240 138 / 0.9);
  }

  .lg\:border-s-yellow-200\/95 {
    border-inline-start-color: rgb(254 240 138 / 0.95);
  }

  .lg\:border-s-yellow-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .lg\:border-s-yellow-300\/0 {
    border-inline-start-color: rgb(253 224 71 / 0);
  }

  .lg\:border-s-yellow-300\/10 {
    border-inline-start-color: rgb(253 224 71 / 0.1);
  }

  .lg\:border-s-yellow-300\/100 {
    border-inline-start-color: rgb(253 224 71 / 1);
  }

  .lg\:border-s-yellow-300\/15 {
    border-inline-start-color: rgb(253 224 71 / 0.15);
  }

  .lg\:border-s-yellow-300\/20 {
    border-inline-start-color: rgb(253 224 71 / 0.2);
  }

  .lg\:border-s-yellow-300\/25 {
    border-inline-start-color: rgb(253 224 71 / 0.25);
  }

  .lg\:border-s-yellow-300\/30 {
    border-inline-start-color: rgb(253 224 71 / 0.3);
  }

  .lg\:border-s-yellow-300\/35 {
    border-inline-start-color: rgb(253 224 71 / 0.35);
  }

  .lg\:border-s-yellow-300\/40 {
    border-inline-start-color: rgb(253 224 71 / 0.4);
  }

  .lg\:border-s-yellow-300\/45 {
    border-inline-start-color: rgb(253 224 71 / 0.45);
  }

  .lg\:border-s-yellow-300\/5 {
    border-inline-start-color: rgb(253 224 71 / 0.05);
  }

  .lg\:border-s-yellow-300\/50 {
    border-inline-start-color: rgb(253 224 71 / 0.5);
  }

  .lg\:border-s-yellow-300\/55 {
    border-inline-start-color: rgb(253 224 71 / 0.55);
  }

  .lg\:border-s-yellow-300\/60 {
    border-inline-start-color: rgb(253 224 71 / 0.6);
  }

  .lg\:border-s-yellow-300\/65 {
    border-inline-start-color: rgb(253 224 71 / 0.65);
  }

  .lg\:border-s-yellow-300\/70 {
    border-inline-start-color: rgb(253 224 71 / 0.7);
  }

  .lg\:border-s-yellow-300\/75 {
    border-inline-start-color: rgb(253 224 71 / 0.75);
  }

  .lg\:border-s-yellow-300\/80 {
    border-inline-start-color: rgb(253 224 71 / 0.8);
  }

  .lg\:border-s-yellow-300\/85 {
    border-inline-start-color: rgb(253 224 71 / 0.85);
  }

  .lg\:border-s-yellow-300\/90 {
    border-inline-start-color: rgb(253 224 71 / 0.9);
  }

  .lg\:border-s-yellow-300\/95 {
    border-inline-start-color: rgb(253 224 71 / 0.95);
  }

  .lg\:border-s-yellow-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .lg\:border-s-yellow-400\/0 {
    border-inline-start-color: rgb(250 204 21 / 0);
  }

  .lg\:border-s-yellow-400\/10 {
    border-inline-start-color: rgb(250 204 21 / 0.1);
  }

  .lg\:border-s-yellow-400\/100 {
    border-inline-start-color: rgb(250 204 21 / 1);
  }

  .lg\:border-s-yellow-400\/15 {
    border-inline-start-color: rgb(250 204 21 / 0.15);
  }

  .lg\:border-s-yellow-400\/20 {
    border-inline-start-color: rgb(250 204 21 / 0.2);
  }

  .lg\:border-s-yellow-400\/25 {
    border-inline-start-color: rgb(250 204 21 / 0.25);
  }

  .lg\:border-s-yellow-400\/30 {
    border-inline-start-color: rgb(250 204 21 / 0.3);
  }

  .lg\:border-s-yellow-400\/35 {
    border-inline-start-color: rgb(250 204 21 / 0.35);
  }

  .lg\:border-s-yellow-400\/40 {
    border-inline-start-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-s-yellow-400\/45 {
    border-inline-start-color: rgb(250 204 21 / 0.45);
  }

  .lg\:border-s-yellow-400\/5 {
    border-inline-start-color: rgb(250 204 21 / 0.05);
  }

  .lg\:border-s-yellow-400\/50 {
    border-inline-start-color: rgb(250 204 21 / 0.5);
  }

  .lg\:border-s-yellow-400\/55 {
    border-inline-start-color: rgb(250 204 21 / 0.55);
  }

  .lg\:border-s-yellow-400\/60 {
    border-inline-start-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-s-yellow-400\/65 {
    border-inline-start-color: rgb(250 204 21 / 0.65);
  }

  .lg\:border-s-yellow-400\/70 {
    border-inline-start-color: rgb(250 204 21 / 0.7);
  }

  .lg\:border-s-yellow-400\/75 {
    border-inline-start-color: rgb(250 204 21 / 0.75);
  }

  .lg\:border-s-yellow-400\/80 {
    border-inline-start-color: rgb(250 204 21 / 0.8);
  }

  .lg\:border-s-yellow-400\/85 {
    border-inline-start-color: rgb(250 204 21 / 0.85);
  }

  .lg\:border-s-yellow-400\/90 {
    border-inline-start-color: rgb(250 204 21 / 0.9);
  }

  .lg\:border-s-yellow-400\/95 {
    border-inline-start-color: rgb(250 204 21 / 0.95);
  }

  .lg\:border-s-yellow-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .lg\:border-s-yellow-50\/0 {
    border-inline-start-color: rgb(254 252 232 / 0);
  }

  .lg\:border-s-yellow-50\/10 {
    border-inline-start-color: rgb(254 252 232 / 0.1);
  }

  .lg\:border-s-yellow-50\/100 {
    border-inline-start-color: rgb(254 252 232 / 1);
  }

  .lg\:border-s-yellow-50\/15 {
    border-inline-start-color: rgb(254 252 232 / 0.15);
  }

  .lg\:border-s-yellow-50\/20 {
    border-inline-start-color: rgb(254 252 232 / 0.2);
  }

  .lg\:border-s-yellow-50\/25 {
    border-inline-start-color: rgb(254 252 232 / 0.25);
  }

  .lg\:border-s-yellow-50\/30 {
    border-inline-start-color: rgb(254 252 232 / 0.3);
  }

  .lg\:border-s-yellow-50\/35 {
    border-inline-start-color: rgb(254 252 232 / 0.35);
  }

  .lg\:border-s-yellow-50\/40 {
    border-inline-start-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-s-yellow-50\/45 {
    border-inline-start-color: rgb(254 252 232 / 0.45);
  }

  .lg\:border-s-yellow-50\/5 {
    border-inline-start-color: rgb(254 252 232 / 0.05);
  }

  .lg\:border-s-yellow-50\/50 {
    border-inline-start-color: rgb(254 252 232 / 0.5);
  }

  .lg\:border-s-yellow-50\/55 {
    border-inline-start-color: rgb(254 252 232 / 0.55);
  }

  .lg\:border-s-yellow-50\/60 {
    border-inline-start-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-s-yellow-50\/65 {
    border-inline-start-color: rgb(254 252 232 / 0.65);
  }

  .lg\:border-s-yellow-50\/70 {
    border-inline-start-color: rgb(254 252 232 / 0.7);
  }

  .lg\:border-s-yellow-50\/75 {
    border-inline-start-color: rgb(254 252 232 / 0.75);
  }

  .lg\:border-s-yellow-50\/80 {
    border-inline-start-color: rgb(254 252 232 / 0.8);
  }

  .lg\:border-s-yellow-50\/85 {
    border-inline-start-color: rgb(254 252 232 / 0.85);
  }

  .lg\:border-s-yellow-50\/90 {
    border-inline-start-color: rgb(254 252 232 / 0.9);
  }

  .lg\:border-s-yellow-50\/95 {
    border-inline-start-color: rgb(254 252 232 / 0.95);
  }

  .lg\:border-s-yellow-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .lg\:border-s-yellow-500\/0 {
    border-inline-start-color: rgb(234 179 8 / 0);
  }

  .lg\:border-s-yellow-500\/10 {
    border-inline-start-color: rgb(234 179 8 / 0.1);
  }

  .lg\:border-s-yellow-500\/100 {
    border-inline-start-color: rgb(234 179 8 / 1);
  }

  .lg\:border-s-yellow-500\/15 {
    border-inline-start-color: rgb(234 179 8 / 0.15);
  }

  .lg\:border-s-yellow-500\/20 {
    border-inline-start-color: rgb(234 179 8 / 0.2);
  }

  .lg\:border-s-yellow-500\/25 {
    border-inline-start-color: rgb(234 179 8 / 0.25);
  }

  .lg\:border-s-yellow-500\/30 {
    border-inline-start-color: rgb(234 179 8 / 0.3);
  }

  .lg\:border-s-yellow-500\/35 {
    border-inline-start-color: rgb(234 179 8 / 0.35);
  }

  .lg\:border-s-yellow-500\/40 {
    border-inline-start-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-s-yellow-500\/45 {
    border-inline-start-color: rgb(234 179 8 / 0.45);
  }

  .lg\:border-s-yellow-500\/5 {
    border-inline-start-color: rgb(234 179 8 / 0.05);
  }

  .lg\:border-s-yellow-500\/50 {
    border-inline-start-color: rgb(234 179 8 / 0.5);
  }

  .lg\:border-s-yellow-500\/55 {
    border-inline-start-color: rgb(234 179 8 / 0.55);
  }

  .lg\:border-s-yellow-500\/60 {
    border-inline-start-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-s-yellow-500\/65 {
    border-inline-start-color: rgb(234 179 8 / 0.65);
  }

  .lg\:border-s-yellow-500\/70 {
    border-inline-start-color: rgb(234 179 8 / 0.7);
  }

  .lg\:border-s-yellow-500\/75 {
    border-inline-start-color: rgb(234 179 8 / 0.75);
  }

  .lg\:border-s-yellow-500\/80 {
    border-inline-start-color: rgb(234 179 8 / 0.8);
  }

  .lg\:border-s-yellow-500\/85 {
    border-inline-start-color: rgb(234 179 8 / 0.85);
  }

  .lg\:border-s-yellow-500\/90 {
    border-inline-start-color: rgb(234 179 8 / 0.9);
  }

  .lg\:border-s-yellow-500\/95 {
    border-inline-start-color: rgb(234 179 8 / 0.95);
  }

  .lg\:border-s-yellow-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .lg\:border-s-yellow-600\/0 {
    border-inline-start-color: rgb(202 138 4 / 0);
  }

  .lg\:border-s-yellow-600\/10 {
    border-inline-start-color: rgb(202 138 4 / 0.1);
  }

  .lg\:border-s-yellow-600\/100 {
    border-inline-start-color: rgb(202 138 4 / 1);
  }

  .lg\:border-s-yellow-600\/15 {
    border-inline-start-color: rgb(202 138 4 / 0.15);
  }

  .lg\:border-s-yellow-600\/20 {
    border-inline-start-color: rgb(202 138 4 / 0.2);
  }

  .lg\:border-s-yellow-600\/25 {
    border-inline-start-color: rgb(202 138 4 / 0.25);
  }

  .lg\:border-s-yellow-600\/30 {
    border-inline-start-color: rgb(202 138 4 / 0.3);
  }

  .lg\:border-s-yellow-600\/35 {
    border-inline-start-color: rgb(202 138 4 / 0.35);
  }

  .lg\:border-s-yellow-600\/40 {
    border-inline-start-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-s-yellow-600\/45 {
    border-inline-start-color: rgb(202 138 4 / 0.45);
  }

  .lg\:border-s-yellow-600\/5 {
    border-inline-start-color: rgb(202 138 4 / 0.05);
  }

  .lg\:border-s-yellow-600\/50 {
    border-inline-start-color: rgb(202 138 4 / 0.5);
  }

  .lg\:border-s-yellow-600\/55 {
    border-inline-start-color: rgb(202 138 4 / 0.55);
  }

  .lg\:border-s-yellow-600\/60 {
    border-inline-start-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-s-yellow-600\/65 {
    border-inline-start-color: rgb(202 138 4 / 0.65);
  }

  .lg\:border-s-yellow-600\/70 {
    border-inline-start-color: rgb(202 138 4 / 0.7);
  }

  .lg\:border-s-yellow-600\/75 {
    border-inline-start-color: rgb(202 138 4 / 0.75);
  }

  .lg\:border-s-yellow-600\/80 {
    border-inline-start-color: rgb(202 138 4 / 0.8);
  }

  .lg\:border-s-yellow-600\/85 {
    border-inline-start-color: rgb(202 138 4 / 0.85);
  }

  .lg\:border-s-yellow-600\/90 {
    border-inline-start-color: rgb(202 138 4 / 0.9);
  }

  .lg\:border-s-yellow-600\/95 {
    border-inline-start-color: rgb(202 138 4 / 0.95);
  }

  .lg\:border-s-yellow-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .lg\:border-s-yellow-700\/0 {
    border-inline-start-color: rgb(161 98 7 / 0);
  }

  .lg\:border-s-yellow-700\/10 {
    border-inline-start-color: rgb(161 98 7 / 0.1);
  }

  .lg\:border-s-yellow-700\/100 {
    border-inline-start-color: rgb(161 98 7 / 1);
  }

  .lg\:border-s-yellow-700\/15 {
    border-inline-start-color: rgb(161 98 7 / 0.15);
  }

  .lg\:border-s-yellow-700\/20 {
    border-inline-start-color: rgb(161 98 7 / 0.2);
  }

  .lg\:border-s-yellow-700\/25 {
    border-inline-start-color: rgb(161 98 7 / 0.25);
  }

  .lg\:border-s-yellow-700\/30 {
    border-inline-start-color: rgb(161 98 7 / 0.3);
  }

  .lg\:border-s-yellow-700\/35 {
    border-inline-start-color: rgb(161 98 7 / 0.35);
  }

  .lg\:border-s-yellow-700\/40 {
    border-inline-start-color: rgb(161 98 7 / 0.4);
  }

  .lg\:border-s-yellow-700\/45 {
    border-inline-start-color: rgb(161 98 7 / 0.45);
  }

  .lg\:border-s-yellow-700\/5 {
    border-inline-start-color: rgb(161 98 7 / 0.05);
  }

  .lg\:border-s-yellow-700\/50 {
    border-inline-start-color: rgb(161 98 7 / 0.5);
  }

  .lg\:border-s-yellow-700\/55 {
    border-inline-start-color: rgb(161 98 7 / 0.55);
  }

  .lg\:border-s-yellow-700\/60 {
    border-inline-start-color: rgb(161 98 7 / 0.6);
  }

  .lg\:border-s-yellow-700\/65 {
    border-inline-start-color: rgb(161 98 7 / 0.65);
  }

  .lg\:border-s-yellow-700\/70 {
    border-inline-start-color: rgb(161 98 7 / 0.7);
  }

  .lg\:border-s-yellow-700\/75 {
    border-inline-start-color: rgb(161 98 7 / 0.75);
  }

  .lg\:border-s-yellow-700\/80 {
    border-inline-start-color: rgb(161 98 7 / 0.8);
  }

  .lg\:border-s-yellow-700\/85 {
    border-inline-start-color: rgb(161 98 7 / 0.85);
  }

  .lg\:border-s-yellow-700\/90 {
    border-inline-start-color: rgb(161 98 7 / 0.9);
  }

  .lg\:border-s-yellow-700\/95 {
    border-inline-start-color: rgb(161 98 7 / 0.95);
  }

  .lg\:border-s-yellow-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .lg\:border-s-yellow-800\/0 {
    border-inline-start-color: rgb(133 77 14 / 0);
  }

  .lg\:border-s-yellow-800\/10 {
    border-inline-start-color: rgb(133 77 14 / 0.1);
  }

  .lg\:border-s-yellow-800\/100 {
    border-inline-start-color: rgb(133 77 14 / 1);
  }

  .lg\:border-s-yellow-800\/15 {
    border-inline-start-color: rgb(133 77 14 / 0.15);
  }

  .lg\:border-s-yellow-800\/20 {
    border-inline-start-color: rgb(133 77 14 / 0.2);
  }

  .lg\:border-s-yellow-800\/25 {
    border-inline-start-color: rgb(133 77 14 / 0.25);
  }

  .lg\:border-s-yellow-800\/30 {
    border-inline-start-color: rgb(133 77 14 / 0.3);
  }

  .lg\:border-s-yellow-800\/35 {
    border-inline-start-color: rgb(133 77 14 / 0.35);
  }

  .lg\:border-s-yellow-800\/40 {
    border-inline-start-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-s-yellow-800\/45 {
    border-inline-start-color: rgb(133 77 14 / 0.45);
  }

  .lg\:border-s-yellow-800\/5 {
    border-inline-start-color: rgb(133 77 14 / 0.05);
  }

  .lg\:border-s-yellow-800\/50 {
    border-inline-start-color: rgb(133 77 14 / 0.5);
  }

  .lg\:border-s-yellow-800\/55 {
    border-inline-start-color: rgb(133 77 14 / 0.55);
  }

  .lg\:border-s-yellow-800\/60 {
    border-inline-start-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-s-yellow-800\/65 {
    border-inline-start-color: rgb(133 77 14 / 0.65);
  }

  .lg\:border-s-yellow-800\/70 {
    border-inline-start-color: rgb(133 77 14 / 0.7);
  }

  .lg\:border-s-yellow-800\/75 {
    border-inline-start-color: rgb(133 77 14 / 0.75);
  }

  .lg\:border-s-yellow-800\/80 {
    border-inline-start-color: rgb(133 77 14 / 0.8);
  }

  .lg\:border-s-yellow-800\/85 {
    border-inline-start-color: rgb(133 77 14 / 0.85);
  }

  .lg\:border-s-yellow-800\/90 {
    border-inline-start-color: rgb(133 77 14 / 0.9);
  }

  .lg\:border-s-yellow-800\/95 {
    border-inline-start-color: rgb(133 77 14 / 0.95);
  }

  .lg\:border-s-yellow-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .lg\:border-s-yellow-900\/0 {
    border-inline-start-color: rgb(113 63 18 / 0);
  }

  .lg\:border-s-yellow-900\/10 {
    border-inline-start-color: rgb(113 63 18 / 0.1);
  }

  .lg\:border-s-yellow-900\/100 {
    border-inline-start-color: rgb(113 63 18 / 1);
  }

  .lg\:border-s-yellow-900\/15 {
    border-inline-start-color: rgb(113 63 18 / 0.15);
  }

  .lg\:border-s-yellow-900\/20 {
    border-inline-start-color: rgb(113 63 18 / 0.2);
  }

  .lg\:border-s-yellow-900\/25 {
    border-inline-start-color: rgb(113 63 18 / 0.25);
  }

  .lg\:border-s-yellow-900\/30 {
    border-inline-start-color: rgb(113 63 18 / 0.3);
  }

  .lg\:border-s-yellow-900\/35 {
    border-inline-start-color: rgb(113 63 18 / 0.35);
  }

  .lg\:border-s-yellow-900\/40 {
    border-inline-start-color: rgb(113 63 18 / 0.4);
  }

  .lg\:border-s-yellow-900\/45 {
    border-inline-start-color: rgb(113 63 18 / 0.45);
  }

  .lg\:border-s-yellow-900\/5 {
    border-inline-start-color: rgb(113 63 18 / 0.05);
  }

  .lg\:border-s-yellow-900\/50 {
    border-inline-start-color: rgb(113 63 18 / 0.5);
  }

  .lg\:border-s-yellow-900\/55 {
    border-inline-start-color: rgb(113 63 18 / 0.55);
  }

  .lg\:border-s-yellow-900\/60 {
    border-inline-start-color: rgb(113 63 18 / 0.6);
  }

  .lg\:border-s-yellow-900\/65 {
    border-inline-start-color: rgb(113 63 18 / 0.65);
  }

  .lg\:border-s-yellow-900\/70 {
    border-inline-start-color: rgb(113 63 18 / 0.7);
  }

  .lg\:border-s-yellow-900\/75 {
    border-inline-start-color: rgb(113 63 18 / 0.75);
  }

  .lg\:border-s-yellow-900\/80 {
    border-inline-start-color: rgb(113 63 18 / 0.8);
  }

  .lg\:border-s-yellow-900\/85 {
    border-inline-start-color: rgb(113 63 18 / 0.85);
  }

  .lg\:border-s-yellow-900\/90 {
    border-inline-start-color: rgb(113 63 18 / 0.9);
  }

  .lg\:border-s-yellow-900\/95 {
    border-inline-start-color: rgb(113 63 18 / 0.95);
  }

  .lg\:border-s-yellow-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .lg\:border-s-yellow-950\/0 {
    border-inline-start-color: rgb(66 32 6 / 0);
  }

  .lg\:border-s-yellow-950\/10 {
    border-inline-start-color: rgb(66 32 6 / 0.1);
  }

  .lg\:border-s-yellow-950\/100 {
    border-inline-start-color: rgb(66 32 6 / 1);
  }

  .lg\:border-s-yellow-950\/15 {
    border-inline-start-color: rgb(66 32 6 / 0.15);
  }

  .lg\:border-s-yellow-950\/20 {
    border-inline-start-color: rgb(66 32 6 / 0.2);
  }

  .lg\:border-s-yellow-950\/25 {
    border-inline-start-color: rgb(66 32 6 / 0.25);
  }

  .lg\:border-s-yellow-950\/30 {
    border-inline-start-color: rgb(66 32 6 / 0.3);
  }

  .lg\:border-s-yellow-950\/35 {
    border-inline-start-color: rgb(66 32 6 / 0.35);
  }

  .lg\:border-s-yellow-950\/40 {
    border-inline-start-color: rgb(66 32 6 / 0.4);
  }

  .lg\:border-s-yellow-950\/45 {
    border-inline-start-color: rgb(66 32 6 / 0.45);
  }

  .lg\:border-s-yellow-950\/5 {
    border-inline-start-color: rgb(66 32 6 / 0.05);
  }

  .lg\:border-s-yellow-950\/50 {
    border-inline-start-color: rgb(66 32 6 / 0.5);
  }

  .lg\:border-s-yellow-950\/55 {
    border-inline-start-color: rgb(66 32 6 / 0.55);
  }

  .lg\:border-s-yellow-950\/60 {
    border-inline-start-color: rgb(66 32 6 / 0.6);
  }

  .lg\:border-s-yellow-950\/65 {
    border-inline-start-color: rgb(66 32 6 / 0.65);
  }

  .lg\:border-s-yellow-950\/70 {
    border-inline-start-color: rgb(66 32 6 / 0.7);
  }

  .lg\:border-s-yellow-950\/75 {
    border-inline-start-color: rgb(66 32 6 / 0.75);
  }

  .lg\:border-s-yellow-950\/80 {
    border-inline-start-color: rgb(66 32 6 / 0.8);
  }

  .lg\:border-s-yellow-950\/85 {
    border-inline-start-color: rgb(66 32 6 / 0.85);
  }

  .lg\:border-s-yellow-950\/90 {
    border-inline-start-color: rgb(66 32 6 / 0.9);
  }

  .lg\:border-s-yellow-950\/95 {
    border-inline-start-color: rgb(66 32 6 / 0.95);
  }

  .lg\:border-s-zinc-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(244 244 245 / var(--tw-border-opacity));
  }

  .lg\:border-s-zinc-100\/0 {
    border-inline-start-color: rgb(244 244 245 / 0);
  }

  .lg\:border-s-zinc-100\/10 {
    border-inline-start-color: rgb(244 244 245 / 0.1);
  }

  .lg\:border-s-zinc-100\/100 {
    border-inline-start-color: rgb(244 244 245 / 1);
  }

  .lg\:border-s-zinc-100\/15 {
    border-inline-start-color: rgb(244 244 245 / 0.15);
  }

  .lg\:border-s-zinc-100\/20 {
    border-inline-start-color: rgb(244 244 245 / 0.2);
  }

  .lg\:border-s-zinc-100\/25 {
    border-inline-start-color: rgb(244 244 245 / 0.25);
  }

  .lg\:border-s-zinc-100\/30 {
    border-inline-start-color: rgb(244 244 245 / 0.3);
  }

  .lg\:border-s-zinc-100\/35 {
    border-inline-start-color: rgb(244 244 245 / 0.35);
  }

  .lg\:border-s-zinc-100\/40 {
    border-inline-start-color: rgb(244 244 245 / 0.4);
  }

  .lg\:border-s-zinc-100\/45 {
    border-inline-start-color: rgb(244 244 245 / 0.45);
  }

  .lg\:border-s-zinc-100\/5 {
    border-inline-start-color: rgb(244 244 245 / 0.05);
  }

  .lg\:border-s-zinc-100\/50 {
    border-inline-start-color: rgb(244 244 245 / 0.5);
  }

  .lg\:border-s-zinc-100\/55 {
    border-inline-start-color: rgb(244 244 245 / 0.55);
  }

  .lg\:border-s-zinc-100\/60 {
    border-inline-start-color: rgb(244 244 245 / 0.6);
  }

  .lg\:border-s-zinc-100\/65 {
    border-inline-start-color: rgb(244 244 245 / 0.65);
  }

  .lg\:border-s-zinc-100\/70 {
    border-inline-start-color: rgb(244 244 245 / 0.7);
  }

  .lg\:border-s-zinc-100\/75 {
    border-inline-start-color: rgb(244 244 245 / 0.75);
  }

  .lg\:border-s-zinc-100\/80 {
    border-inline-start-color: rgb(244 244 245 / 0.8);
  }

  .lg\:border-s-zinc-100\/85 {
    border-inline-start-color: rgb(244 244 245 / 0.85);
  }

  .lg\:border-s-zinc-100\/90 {
    border-inline-start-color: rgb(244 244 245 / 0.9);
  }

  .lg\:border-s-zinc-100\/95 {
    border-inline-start-color: rgb(244 244 245 / 0.95);
  }

  .lg\:border-s-zinc-200 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(228 228 231 / var(--tw-border-opacity));
  }

  .lg\:border-s-zinc-200\/0 {
    border-inline-start-color: rgb(228 228 231 / 0);
  }

  .lg\:border-s-zinc-200\/10 {
    border-inline-start-color: rgb(228 228 231 / 0.1);
  }

  .lg\:border-s-zinc-200\/100 {
    border-inline-start-color: rgb(228 228 231 / 1);
  }

  .lg\:border-s-zinc-200\/15 {
    border-inline-start-color: rgb(228 228 231 / 0.15);
  }

  .lg\:border-s-zinc-200\/20 {
    border-inline-start-color: rgb(228 228 231 / 0.2);
  }

  .lg\:border-s-zinc-200\/25 {
    border-inline-start-color: rgb(228 228 231 / 0.25);
  }

  .lg\:border-s-zinc-200\/30 {
    border-inline-start-color: rgb(228 228 231 / 0.3);
  }

  .lg\:border-s-zinc-200\/35 {
    border-inline-start-color: rgb(228 228 231 / 0.35);
  }

  .lg\:border-s-zinc-200\/40 {
    border-inline-start-color: rgb(228 228 231 / 0.4);
  }

  .lg\:border-s-zinc-200\/45 {
    border-inline-start-color: rgb(228 228 231 / 0.45);
  }

  .lg\:border-s-zinc-200\/5 {
    border-inline-start-color: rgb(228 228 231 / 0.05);
  }

  .lg\:border-s-zinc-200\/50 {
    border-inline-start-color: rgb(228 228 231 / 0.5);
  }

  .lg\:border-s-zinc-200\/55 {
    border-inline-start-color: rgb(228 228 231 / 0.55);
  }

  .lg\:border-s-zinc-200\/60 {
    border-inline-start-color: rgb(228 228 231 / 0.6);
  }

  .lg\:border-s-zinc-200\/65 {
    border-inline-start-color: rgb(228 228 231 / 0.65);
  }

  .lg\:border-s-zinc-200\/70 {
    border-inline-start-color: rgb(228 228 231 / 0.7);
  }

  .lg\:border-s-zinc-200\/75 {
    border-inline-start-color: rgb(228 228 231 / 0.75);
  }

  .lg\:border-s-zinc-200\/80 {
    border-inline-start-color: rgb(228 228 231 / 0.8);
  }

  .lg\:border-s-zinc-200\/85 {
    border-inline-start-color: rgb(228 228 231 / 0.85);
  }

  .lg\:border-s-zinc-200\/90 {
    border-inline-start-color: rgb(228 228 231 / 0.9);
  }

  .lg\:border-s-zinc-200\/95 {
    border-inline-start-color: rgb(228 228 231 / 0.95);
  }

  .lg\:border-s-zinc-300 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(212 212 216 / var(--tw-border-opacity));
  }

  .lg\:border-s-zinc-300\/0 {
    border-inline-start-color: rgb(212 212 216 / 0);
  }

  .lg\:border-s-zinc-300\/10 {
    border-inline-start-color: rgb(212 212 216 / 0.1);
  }

  .lg\:border-s-zinc-300\/100 {
    border-inline-start-color: rgb(212 212 216 / 1);
  }

  .lg\:border-s-zinc-300\/15 {
    border-inline-start-color: rgb(212 212 216 / 0.15);
  }

  .lg\:border-s-zinc-300\/20 {
    border-inline-start-color: rgb(212 212 216 / 0.2);
  }

  .lg\:border-s-zinc-300\/25 {
    border-inline-start-color: rgb(212 212 216 / 0.25);
  }

  .lg\:border-s-zinc-300\/30 {
    border-inline-start-color: rgb(212 212 216 / 0.3);
  }

  .lg\:border-s-zinc-300\/35 {
    border-inline-start-color: rgb(212 212 216 / 0.35);
  }

  .lg\:border-s-zinc-300\/40 {
    border-inline-start-color: rgb(212 212 216 / 0.4);
  }

  .lg\:border-s-zinc-300\/45 {
    border-inline-start-color: rgb(212 212 216 / 0.45);
  }

  .lg\:border-s-zinc-300\/5 {
    border-inline-start-color: rgb(212 212 216 / 0.05);
  }

  .lg\:border-s-zinc-300\/50 {
    border-inline-start-color: rgb(212 212 216 / 0.5);
  }

  .lg\:border-s-zinc-300\/55 {
    border-inline-start-color: rgb(212 212 216 / 0.55);
  }

  .lg\:border-s-zinc-300\/60 {
    border-inline-start-color: rgb(212 212 216 / 0.6);
  }

  .lg\:border-s-zinc-300\/65 {
    border-inline-start-color: rgb(212 212 216 / 0.65);
  }

  .lg\:border-s-zinc-300\/70 {
    border-inline-start-color: rgb(212 212 216 / 0.7);
  }

  .lg\:border-s-zinc-300\/75 {
    border-inline-start-color: rgb(212 212 216 / 0.75);
  }

  .lg\:border-s-zinc-300\/80 {
    border-inline-start-color: rgb(212 212 216 / 0.8);
  }

  .lg\:border-s-zinc-300\/85 {
    border-inline-start-color: rgb(212 212 216 / 0.85);
  }

  .lg\:border-s-zinc-300\/90 {
    border-inline-start-color: rgb(212 212 216 / 0.9);
  }

  .lg\:border-s-zinc-300\/95 {
    border-inline-start-color: rgb(212 212 216 / 0.95);
  }

  .lg\:border-s-zinc-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(161 161 170 / var(--tw-border-opacity));
  }

  .lg\:border-s-zinc-400\/0 {
    border-inline-start-color: rgb(161 161 170 / 0);
  }

  .lg\:border-s-zinc-400\/10 {
    border-inline-start-color: rgb(161 161 170 / 0.1);
  }

  .lg\:border-s-zinc-400\/100 {
    border-inline-start-color: rgb(161 161 170 / 1);
  }

  .lg\:border-s-zinc-400\/15 {
    border-inline-start-color: rgb(161 161 170 / 0.15);
  }

  .lg\:border-s-zinc-400\/20 {
    border-inline-start-color: rgb(161 161 170 / 0.2);
  }

  .lg\:border-s-zinc-400\/25 {
    border-inline-start-color: rgb(161 161 170 / 0.25);
  }

  .lg\:border-s-zinc-400\/30 {
    border-inline-start-color: rgb(161 161 170 / 0.3);
  }

  .lg\:border-s-zinc-400\/35 {
    border-inline-start-color: rgb(161 161 170 / 0.35);
  }

  .lg\:border-s-zinc-400\/40 {
    border-inline-start-color: rgb(161 161 170 / 0.4);
  }

  .lg\:border-s-zinc-400\/45 {
    border-inline-start-color: rgb(161 161 170 / 0.45);
  }

  .lg\:border-s-zinc-400\/5 {
    border-inline-start-color: rgb(161 161 170 / 0.05);
  }

  .lg\:border-s-zinc-400\/50 {
    border-inline-start-color: rgb(161 161 170 / 0.5);
  }

  .lg\:border-s-zinc-400\/55 {
    border-inline-start-color: rgb(161 161 170 / 0.55);
  }

  .lg\:border-s-zinc-400\/60 {
    border-inline-start-color: rgb(161 161 170 / 0.6);
  }

  .lg\:border-s-zinc-400\/65 {
    border-inline-start-color: rgb(161 161 170 / 0.65);
  }

  .lg\:border-s-zinc-400\/70 {
    border-inline-start-color: rgb(161 161 170 / 0.7);
  }

  .lg\:border-s-zinc-400\/75 {
    border-inline-start-color: rgb(161 161 170 / 0.75);
  }

  .lg\:border-s-zinc-400\/80 {
    border-inline-start-color: rgb(161 161 170 / 0.8);
  }

  .lg\:border-s-zinc-400\/85 {
    border-inline-start-color: rgb(161 161 170 / 0.85);
  }

  .lg\:border-s-zinc-400\/90 {
    border-inline-start-color: rgb(161 161 170 / 0.9);
  }

  .lg\:border-s-zinc-400\/95 {
    border-inline-start-color: rgb(161 161 170 / 0.95);
  }

  .lg\:border-s-zinc-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .lg\:border-s-zinc-50\/0 {
    border-inline-start-color: rgb(250 250 250 / 0);
  }

  .lg\:border-s-zinc-50\/10 {
    border-inline-start-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-s-zinc-50\/100 {
    border-inline-start-color: rgb(250 250 250 / 1);
  }

  .lg\:border-s-zinc-50\/15 {
    border-inline-start-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-s-zinc-50\/20 {
    border-inline-start-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-s-zinc-50\/25 {
    border-inline-start-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-s-zinc-50\/30 {
    border-inline-start-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-s-zinc-50\/35 {
    border-inline-start-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-s-zinc-50\/40 {
    border-inline-start-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-s-zinc-50\/45 {
    border-inline-start-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-s-zinc-50\/5 {
    border-inline-start-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-s-zinc-50\/50 {
    border-inline-start-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-s-zinc-50\/55 {
    border-inline-start-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-s-zinc-50\/60 {
    border-inline-start-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-s-zinc-50\/65 {
    border-inline-start-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-s-zinc-50\/70 {
    border-inline-start-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-s-zinc-50\/75 {
    border-inline-start-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-s-zinc-50\/80 {
    border-inline-start-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-s-zinc-50\/85 {
    border-inline-start-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-s-zinc-50\/90 {
    border-inline-start-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-s-zinc-50\/95 {
    border-inline-start-color: rgb(250 250 250 / 0.95);
  }

  .lg\:border-s-zinc-500 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(113 113 122 / var(--tw-border-opacity));
  }

  .lg\:border-s-zinc-500\/0 {
    border-inline-start-color: rgb(113 113 122 / 0);
  }

  .lg\:border-s-zinc-500\/10 {
    border-inline-start-color: rgb(113 113 122 / 0.1);
  }

  .lg\:border-s-zinc-500\/100 {
    border-inline-start-color: rgb(113 113 122 / 1);
  }

  .lg\:border-s-zinc-500\/15 {
    border-inline-start-color: rgb(113 113 122 / 0.15);
  }

  .lg\:border-s-zinc-500\/20 {
    border-inline-start-color: rgb(113 113 122 / 0.2);
  }

  .lg\:border-s-zinc-500\/25 {
    border-inline-start-color: rgb(113 113 122 / 0.25);
  }

  .lg\:border-s-zinc-500\/30 {
    border-inline-start-color: rgb(113 113 122 / 0.3);
  }

  .lg\:border-s-zinc-500\/35 {
    border-inline-start-color: rgb(113 113 122 / 0.35);
  }

  .lg\:border-s-zinc-500\/40 {
    border-inline-start-color: rgb(113 113 122 / 0.4);
  }

  .lg\:border-s-zinc-500\/45 {
    border-inline-start-color: rgb(113 113 122 / 0.45);
  }

  .lg\:border-s-zinc-500\/5 {
    border-inline-start-color: rgb(113 113 122 / 0.05);
  }

  .lg\:border-s-zinc-500\/50 {
    border-inline-start-color: rgb(113 113 122 / 0.5);
  }

  .lg\:border-s-zinc-500\/55 {
    border-inline-start-color: rgb(113 113 122 / 0.55);
  }

  .lg\:border-s-zinc-500\/60 {
    border-inline-start-color: rgb(113 113 122 / 0.6);
  }

  .lg\:border-s-zinc-500\/65 {
    border-inline-start-color: rgb(113 113 122 / 0.65);
  }

  .lg\:border-s-zinc-500\/70 {
    border-inline-start-color: rgb(113 113 122 / 0.7);
  }

  .lg\:border-s-zinc-500\/75 {
    border-inline-start-color: rgb(113 113 122 / 0.75);
  }

  .lg\:border-s-zinc-500\/80 {
    border-inline-start-color: rgb(113 113 122 / 0.8);
  }

  .lg\:border-s-zinc-500\/85 {
    border-inline-start-color: rgb(113 113 122 / 0.85);
  }

  .lg\:border-s-zinc-500\/90 {
    border-inline-start-color: rgb(113 113 122 / 0.9);
  }

  .lg\:border-s-zinc-500\/95 {
    border-inline-start-color: rgb(113 113 122 / 0.95);
  }

  .lg\:border-s-zinc-600 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(82 82 91 / var(--tw-border-opacity));
  }

  .lg\:border-s-zinc-600\/0 {
    border-inline-start-color: rgb(82 82 91 / 0);
  }

  .lg\:border-s-zinc-600\/10 {
    border-inline-start-color: rgb(82 82 91 / 0.1);
  }

  .lg\:border-s-zinc-600\/100 {
    border-inline-start-color: rgb(82 82 91 / 1);
  }

  .lg\:border-s-zinc-600\/15 {
    border-inline-start-color: rgb(82 82 91 / 0.15);
  }

  .lg\:border-s-zinc-600\/20 {
    border-inline-start-color: rgb(82 82 91 / 0.2);
  }

  .lg\:border-s-zinc-600\/25 {
    border-inline-start-color: rgb(82 82 91 / 0.25);
  }

  .lg\:border-s-zinc-600\/30 {
    border-inline-start-color: rgb(82 82 91 / 0.3);
  }

  .lg\:border-s-zinc-600\/35 {
    border-inline-start-color: rgb(82 82 91 / 0.35);
  }

  .lg\:border-s-zinc-600\/40 {
    border-inline-start-color: rgb(82 82 91 / 0.4);
  }

  .lg\:border-s-zinc-600\/45 {
    border-inline-start-color: rgb(82 82 91 / 0.45);
  }

  .lg\:border-s-zinc-600\/5 {
    border-inline-start-color: rgb(82 82 91 / 0.05);
  }

  .lg\:border-s-zinc-600\/50 {
    border-inline-start-color: rgb(82 82 91 / 0.5);
  }

  .lg\:border-s-zinc-600\/55 {
    border-inline-start-color: rgb(82 82 91 / 0.55);
  }

  .lg\:border-s-zinc-600\/60 {
    border-inline-start-color: rgb(82 82 91 / 0.6);
  }

  .lg\:border-s-zinc-600\/65 {
    border-inline-start-color: rgb(82 82 91 / 0.65);
  }

  .lg\:border-s-zinc-600\/70 {
    border-inline-start-color: rgb(82 82 91 / 0.7);
  }

  .lg\:border-s-zinc-600\/75 {
    border-inline-start-color: rgb(82 82 91 / 0.75);
  }

  .lg\:border-s-zinc-600\/80 {
    border-inline-start-color: rgb(82 82 91 / 0.8);
  }

  .lg\:border-s-zinc-600\/85 {
    border-inline-start-color: rgb(82 82 91 / 0.85);
  }

  .lg\:border-s-zinc-600\/90 {
    border-inline-start-color: rgb(82 82 91 / 0.9);
  }

  .lg\:border-s-zinc-600\/95 {
    border-inline-start-color: rgb(82 82 91 / 0.95);
  }

  .lg\:border-s-zinc-700 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(63 63 70 / var(--tw-border-opacity));
  }

  .lg\:border-s-zinc-700\/0 {
    border-inline-start-color: rgb(63 63 70 / 0);
  }

  .lg\:border-s-zinc-700\/10 {
    border-inline-start-color: rgb(63 63 70 / 0.1);
  }

  .lg\:border-s-zinc-700\/100 {
    border-inline-start-color: rgb(63 63 70 / 1);
  }

  .lg\:border-s-zinc-700\/15 {
    border-inline-start-color: rgb(63 63 70 / 0.15);
  }

  .lg\:border-s-zinc-700\/20 {
    border-inline-start-color: rgb(63 63 70 / 0.2);
  }

  .lg\:border-s-zinc-700\/25 {
    border-inline-start-color: rgb(63 63 70 / 0.25);
  }

  .lg\:border-s-zinc-700\/30 {
    border-inline-start-color: rgb(63 63 70 / 0.3);
  }

  .lg\:border-s-zinc-700\/35 {
    border-inline-start-color: rgb(63 63 70 / 0.35);
  }

  .lg\:border-s-zinc-700\/40 {
    border-inline-start-color: rgb(63 63 70 / 0.4);
  }

  .lg\:border-s-zinc-700\/45 {
    border-inline-start-color: rgb(63 63 70 / 0.45);
  }

  .lg\:border-s-zinc-700\/5 {
    border-inline-start-color: rgb(63 63 70 / 0.05);
  }

  .lg\:border-s-zinc-700\/50 {
    border-inline-start-color: rgb(63 63 70 / 0.5);
  }

  .lg\:border-s-zinc-700\/55 {
    border-inline-start-color: rgb(63 63 70 / 0.55);
  }

  .lg\:border-s-zinc-700\/60 {
    border-inline-start-color: rgb(63 63 70 / 0.6);
  }

  .lg\:border-s-zinc-700\/65 {
    border-inline-start-color: rgb(63 63 70 / 0.65);
  }

  .lg\:border-s-zinc-700\/70 {
    border-inline-start-color: rgb(63 63 70 / 0.7);
  }

  .lg\:border-s-zinc-700\/75 {
    border-inline-start-color: rgb(63 63 70 / 0.75);
  }

  .lg\:border-s-zinc-700\/80 {
    border-inline-start-color: rgb(63 63 70 / 0.8);
  }

  .lg\:border-s-zinc-700\/85 {
    border-inline-start-color: rgb(63 63 70 / 0.85);
  }

  .lg\:border-s-zinc-700\/90 {
    border-inline-start-color: rgb(63 63 70 / 0.9);
  }

  .lg\:border-s-zinc-700\/95 {
    border-inline-start-color: rgb(63 63 70 / 0.95);
  }

  .lg\:border-s-zinc-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(39 39 42 / var(--tw-border-opacity));
  }

  .lg\:border-s-zinc-800\/0 {
    border-inline-start-color: rgb(39 39 42 / 0);
  }

  .lg\:border-s-zinc-800\/10 {
    border-inline-start-color: rgb(39 39 42 / 0.1);
  }

  .lg\:border-s-zinc-800\/100 {
    border-inline-start-color: rgb(39 39 42 / 1);
  }

  .lg\:border-s-zinc-800\/15 {
    border-inline-start-color: rgb(39 39 42 / 0.15);
  }

  .lg\:border-s-zinc-800\/20 {
    border-inline-start-color: rgb(39 39 42 / 0.2);
  }

  .lg\:border-s-zinc-800\/25 {
    border-inline-start-color: rgb(39 39 42 / 0.25);
  }

  .lg\:border-s-zinc-800\/30 {
    border-inline-start-color: rgb(39 39 42 / 0.3);
  }

  .lg\:border-s-zinc-800\/35 {
    border-inline-start-color: rgb(39 39 42 / 0.35);
  }

  .lg\:border-s-zinc-800\/40 {
    border-inline-start-color: rgb(39 39 42 / 0.4);
  }

  .lg\:border-s-zinc-800\/45 {
    border-inline-start-color: rgb(39 39 42 / 0.45);
  }

  .lg\:border-s-zinc-800\/5 {
    border-inline-start-color: rgb(39 39 42 / 0.05);
  }

  .lg\:border-s-zinc-800\/50 {
    border-inline-start-color: rgb(39 39 42 / 0.5);
  }

  .lg\:border-s-zinc-800\/55 {
    border-inline-start-color: rgb(39 39 42 / 0.55);
  }

  .lg\:border-s-zinc-800\/60 {
    border-inline-start-color: rgb(39 39 42 / 0.6);
  }

  .lg\:border-s-zinc-800\/65 {
    border-inline-start-color: rgb(39 39 42 / 0.65);
  }

  .lg\:border-s-zinc-800\/70 {
    border-inline-start-color: rgb(39 39 42 / 0.7);
  }

  .lg\:border-s-zinc-800\/75 {
    border-inline-start-color: rgb(39 39 42 / 0.75);
  }

  .lg\:border-s-zinc-800\/80 {
    border-inline-start-color: rgb(39 39 42 / 0.8);
  }

  .lg\:border-s-zinc-800\/85 {
    border-inline-start-color: rgb(39 39 42 / 0.85);
  }

  .lg\:border-s-zinc-800\/90 {
    border-inline-start-color: rgb(39 39 42 / 0.9);
  }

  .lg\:border-s-zinc-800\/95 {
    border-inline-start-color: rgb(39 39 42 / 0.95);
  }

  .lg\:border-s-zinc-900 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(24 24 27 / var(--tw-border-opacity));
  }

  .lg\:border-s-zinc-900\/0 {
    border-inline-start-color: rgb(24 24 27 / 0);
  }

  .lg\:border-s-zinc-900\/10 {
    border-inline-start-color: rgb(24 24 27 / 0.1);
  }

  .lg\:border-s-zinc-900\/100 {
    border-inline-start-color: rgb(24 24 27 / 1);
  }

  .lg\:border-s-zinc-900\/15 {
    border-inline-start-color: rgb(24 24 27 / 0.15);
  }

  .lg\:border-s-zinc-900\/20 {
    border-inline-start-color: rgb(24 24 27 / 0.2);
  }

  .lg\:border-s-zinc-900\/25 {
    border-inline-start-color: rgb(24 24 27 / 0.25);
  }

  .lg\:border-s-zinc-900\/30 {
    border-inline-start-color: rgb(24 24 27 / 0.3);
  }

  .lg\:border-s-zinc-900\/35 {
    border-inline-start-color: rgb(24 24 27 / 0.35);
  }

  .lg\:border-s-zinc-900\/40 {
    border-inline-start-color: rgb(24 24 27 / 0.4);
  }

  .lg\:border-s-zinc-900\/45 {
    border-inline-start-color: rgb(24 24 27 / 0.45);
  }

  .lg\:border-s-zinc-900\/5 {
    border-inline-start-color: rgb(24 24 27 / 0.05);
  }

  .lg\:border-s-zinc-900\/50 {
    border-inline-start-color: rgb(24 24 27 / 0.5);
  }

  .lg\:border-s-zinc-900\/55 {
    border-inline-start-color: rgb(24 24 27 / 0.55);
  }

  .lg\:border-s-zinc-900\/60 {
    border-inline-start-color: rgb(24 24 27 / 0.6);
  }

  .lg\:border-s-zinc-900\/65 {
    border-inline-start-color: rgb(24 24 27 / 0.65);
  }

  .lg\:border-s-zinc-900\/70 {
    border-inline-start-color: rgb(24 24 27 / 0.7);
  }

  .lg\:border-s-zinc-900\/75 {
    border-inline-start-color: rgb(24 24 27 / 0.75);
  }

  .lg\:border-s-zinc-900\/80 {
    border-inline-start-color: rgb(24 24 27 / 0.8);
  }

  .lg\:border-s-zinc-900\/85 {
    border-inline-start-color: rgb(24 24 27 / 0.85);
  }

  .lg\:border-s-zinc-900\/90 {
    border-inline-start-color: rgb(24 24 27 / 0.9);
  }

  .lg\:border-s-zinc-900\/95 {
    border-inline-start-color: rgb(24 24 27 / 0.95);
  }

  .lg\:border-s-zinc-950 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(9 9 11 / var(--tw-border-opacity));
  }

  .lg\:border-s-zinc-950\/0 {
    border-inline-start-color: rgb(9 9 11 / 0);
  }

  .lg\:border-s-zinc-950\/10 {
    border-inline-start-color: rgb(9 9 11 / 0.1);
  }

  .lg\:border-s-zinc-950\/100 {
    border-inline-start-color: rgb(9 9 11 / 1);
  }

  .lg\:border-s-zinc-950\/15 {
    border-inline-start-color: rgb(9 9 11 / 0.15);
  }

  .lg\:border-s-zinc-950\/20 {
    border-inline-start-color: rgb(9 9 11 / 0.2);
  }

  .lg\:border-s-zinc-950\/25 {
    border-inline-start-color: rgb(9 9 11 / 0.25);
  }

  .lg\:border-s-zinc-950\/30 {
    border-inline-start-color: rgb(9 9 11 / 0.3);
  }

  .lg\:border-s-zinc-950\/35 {
    border-inline-start-color: rgb(9 9 11 / 0.35);
  }

  .lg\:border-s-zinc-950\/40 {
    border-inline-start-color: rgb(9 9 11 / 0.4);
  }

  .lg\:border-s-zinc-950\/45 {
    border-inline-start-color: rgb(9 9 11 / 0.45);
  }

  .lg\:border-s-zinc-950\/5 {
    border-inline-start-color: rgb(9 9 11 / 0.05);
  }

  .lg\:border-s-zinc-950\/50 {
    border-inline-start-color: rgb(9 9 11 / 0.5);
  }

  .lg\:border-s-zinc-950\/55 {
    border-inline-start-color: rgb(9 9 11 / 0.55);
  }

  .lg\:border-s-zinc-950\/60 {
    border-inline-start-color: rgb(9 9 11 / 0.6);
  }

  .lg\:border-s-zinc-950\/65 {
    border-inline-start-color: rgb(9 9 11 / 0.65);
  }

  .lg\:border-s-zinc-950\/70 {
    border-inline-start-color: rgb(9 9 11 / 0.7);
  }

  .lg\:border-s-zinc-950\/75 {
    border-inline-start-color: rgb(9 9 11 / 0.75);
  }

  .lg\:border-s-zinc-950\/80 {
    border-inline-start-color: rgb(9 9 11 / 0.8);
  }

  .lg\:border-s-zinc-950\/85 {
    border-inline-start-color: rgb(9 9 11 / 0.85);
  }

  .lg\:border-s-zinc-950\/90 {
    border-inline-start-color: rgb(9 9 11 / 0.9);
  }

  .lg\:border-s-zinc-950\/95 {
    border-inline-start-color: rgb(9 9 11 / 0.95);
  }

  .lg\:border-t-amber-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 243 199 / var(--tw-border-opacity));
  }

  .lg\:border-t-amber-100\/0 {
    border-top-color: rgb(254 243 199 / 0);
  }

  .lg\:border-t-amber-100\/10 {
    border-top-color: rgb(254 243 199 / 0.1);
  }

  .lg\:border-t-amber-100\/100 {
    border-top-color: rgb(254 243 199 / 1);
  }

  .lg\:border-t-amber-100\/15 {
    border-top-color: rgb(254 243 199 / 0.15);
  }

  .lg\:border-t-amber-100\/20 {
    border-top-color: rgb(254 243 199 / 0.2);
  }

  .lg\:border-t-amber-100\/25 {
    border-top-color: rgb(254 243 199 / 0.25);
  }

  .lg\:border-t-amber-100\/30 {
    border-top-color: rgb(254 243 199 / 0.3);
  }

  .lg\:border-t-amber-100\/35 {
    border-top-color: rgb(254 243 199 / 0.35);
  }

  .lg\:border-t-amber-100\/40 {
    border-top-color: rgb(254 243 199 / 0.4);
  }

  .lg\:border-t-amber-100\/45 {
    border-top-color: rgb(254 243 199 / 0.45);
  }

  .lg\:border-t-amber-100\/5 {
    border-top-color: rgb(254 243 199 / 0.05);
  }

  .lg\:border-t-amber-100\/50 {
    border-top-color: rgb(254 243 199 / 0.5);
  }

  .lg\:border-t-amber-100\/55 {
    border-top-color: rgb(254 243 199 / 0.55);
  }

  .lg\:border-t-amber-100\/60 {
    border-top-color: rgb(254 243 199 / 0.6);
  }

  .lg\:border-t-amber-100\/65 {
    border-top-color: rgb(254 243 199 / 0.65);
  }

  .lg\:border-t-amber-100\/70 {
    border-top-color: rgb(254 243 199 / 0.7);
  }

  .lg\:border-t-amber-100\/75 {
    border-top-color: rgb(254 243 199 / 0.75);
  }

  .lg\:border-t-amber-100\/80 {
    border-top-color: rgb(254 243 199 / 0.8);
  }

  .lg\:border-t-amber-100\/85 {
    border-top-color: rgb(254 243 199 / 0.85);
  }

  .lg\:border-t-amber-100\/90 {
    border-top-color: rgb(254 243 199 / 0.9);
  }

  .lg\:border-t-amber-100\/95 {
    border-top-color: rgb(254 243 199 / 0.95);
  }

  .lg\:border-t-amber-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 230 138 / var(--tw-border-opacity));
  }

  .lg\:border-t-amber-200\/0 {
    border-top-color: rgb(253 230 138 / 0);
  }

  .lg\:border-t-amber-200\/10 {
    border-top-color: rgb(253 230 138 / 0.1);
  }

  .lg\:border-t-amber-200\/100 {
    border-top-color: rgb(253 230 138 / 1);
  }

  .lg\:border-t-amber-200\/15 {
    border-top-color: rgb(253 230 138 / 0.15);
  }

  .lg\:border-t-amber-200\/20 {
    border-top-color: rgb(253 230 138 / 0.2);
  }

  .lg\:border-t-amber-200\/25 {
    border-top-color: rgb(253 230 138 / 0.25);
  }

  .lg\:border-t-amber-200\/30 {
    border-top-color: rgb(253 230 138 / 0.3);
  }

  .lg\:border-t-amber-200\/35 {
    border-top-color: rgb(253 230 138 / 0.35);
  }

  .lg\:border-t-amber-200\/40 {
    border-top-color: rgb(253 230 138 / 0.4);
  }

  .lg\:border-t-amber-200\/45 {
    border-top-color: rgb(253 230 138 / 0.45);
  }

  .lg\:border-t-amber-200\/5 {
    border-top-color: rgb(253 230 138 / 0.05);
  }

  .lg\:border-t-amber-200\/50 {
    border-top-color: rgb(253 230 138 / 0.5);
  }

  .lg\:border-t-amber-200\/55 {
    border-top-color: rgb(253 230 138 / 0.55);
  }

  .lg\:border-t-amber-200\/60 {
    border-top-color: rgb(253 230 138 / 0.6);
  }

  .lg\:border-t-amber-200\/65 {
    border-top-color: rgb(253 230 138 / 0.65);
  }

  .lg\:border-t-amber-200\/70 {
    border-top-color: rgb(253 230 138 / 0.7);
  }

  .lg\:border-t-amber-200\/75 {
    border-top-color: rgb(253 230 138 / 0.75);
  }

  .lg\:border-t-amber-200\/80 {
    border-top-color: rgb(253 230 138 / 0.8);
  }

  .lg\:border-t-amber-200\/85 {
    border-top-color: rgb(253 230 138 / 0.85);
  }

  .lg\:border-t-amber-200\/90 {
    border-top-color: rgb(253 230 138 / 0.9);
  }

  .lg\:border-t-amber-200\/95 {
    border-top-color: rgb(253 230 138 / 0.95);
  }

  .lg\:border-t-amber-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(252 211 77 / var(--tw-border-opacity));
  }

  .lg\:border-t-amber-300\/0 {
    border-top-color: rgb(252 211 77 / 0);
  }

  .lg\:border-t-amber-300\/10 {
    border-top-color: rgb(252 211 77 / 0.1);
  }

  .lg\:border-t-amber-300\/100 {
    border-top-color: rgb(252 211 77 / 1);
  }

  .lg\:border-t-amber-300\/15 {
    border-top-color: rgb(252 211 77 / 0.15);
  }

  .lg\:border-t-amber-300\/20 {
    border-top-color: rgb(252 211 77 / 0.2);
  }

  .lg\:border-t-amber-300\/25 {
    border-top-color: rgb(252 211 77 / 0.25);
  }

  .lg\:border-t-amber-300\/30 {
    border-top-color: rgb(252 211 77 / 0.3);
  }

  .lg\:border-t-amber-300\/35 {
    border-top-color: rgb(252 211 77 / 0.35);
  }

  .lg\:border-t-amber-300\/40 {
    border-top-color: rgb(252 211 77 / 0.4);
  }

  .lg\:border-t-amber-300\/45 {
    border-top-color: rgb(252 211 77 / 0.45);
  }

  .lg\:border-t-amber-300\/5 {
    border-top-color: rgb(252 211 77 / 0.05);
  }

  .lg\:border-t-amber-300\/50 {
    border-top-color: rgb(252 211 77 / 0.5);
  }

  .lg\:border-t-amber-300\/55 {
    border-top-color: rgb(252 211 77 / 0.55);
  }

  .lg\:border-t-amber-300\/60 {
    border-top-color: rgb(252 211 77 / 0.6);
  }

  .lg\:border-t-amber-300\/65 {
    border-top-color: rgb(252 211 77 / 0.65);
  }

  .lg\:border-t-amber-300\/70 {
    border-top-color: rgb(252 211 77 / 0.7);
  }

  .lg\:border-t-amber-300\/75 {
    border-top-color: rgb(252 211 77 / 0.75);
  }

  .lg\:border-t-amber-300\/80 {
    border-top-color: rgb(252 211 77 / 0.8);
  }

  .lg\:border-t-amber-300\/85 {
    border-top-color: rgb(252 211 77 / 0.85);
  }

  .lg\:border-t-amber-300\/90 {
    border-top-color: rgb(252 211 77 / 0.9);
  }

  .lg\:border-t-amber-300\/95 {
    border-top-color: rgb(252 211 77 / 0.95);
  }

  .lg\:border-t-amber-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(251 191 36 / var(--tw-border-opacity));
  }

  .lg\:border-t-amber-400\/0 {
    border-top-color: rgb(251 191 36 / 0);
  }

  .lg\:border-t-amber-400\/10 {
    border-top-color: rgb(251 191 36 / 0.1);
  }

  .lg\:border-t-amber-400\/100 {
    border-top-color: rgb(251 191 36 / 1);
  }

  .lg\:border-t-amber-400\/15 {
    border-top-color: rgb(251 191 36 / 0.15);
  }

  .lg\:border-t-amber-400\/20 {
    border-top-color: rgb(251 191 36 / 0.2);
  }

  .lg\:border-t-amber-400\/25 {
    border-top-color: rgb(251 191 36 / 0.25);
  }

  .lg\:border-t-amber-400\/30 {
    border-top-color: rgb(251 191 36 / 0.3);
  }

  .lg\:border-t-amber-400\/35 {
    border-top-color: rgb(251 191 36 / 0.35);
  }

  .lg\:border-t-amber-400\/40 {
    border-top-color: rgb(251 191 36 / 0.4);
  }

  .lg\:border-t-amber-400\/45 {
    border-top-color: rgb(251 191 36 / 0.45);
  }

  .lg\:border-t-amber-400\/5 {
    border-top-color: rgb(251 191 36 / 0.05);
  }

  .lg\:border-t-amber-400\/50 {
    border-top-color: rgb(251 191 36 / 0.5);
  }

  .lg\:border-t-amber-400\/55 {
    border-top-color: rgb(251 191 36 / 0.55);
  }

  .lg\:border-t-amber-400\/60 {
    border-top-color: rgb(251 191 36 / 0.6);
  }

  .lg\:border-t-amber-400\/65 {
    border-top-color: rgb(251 191 36 / 0.65);
  }

  .lg\:border-t-amber-400\/70 {
    border-top-color: rgb(251 191 36 / 0.7);
  }

  .lg\:border-t-amber-400\/75 {
    border-top-color: rgb(251 191 36 / 0.75);
  }

  .lg\:border-t-amber-400\/80 {
    border-top-color: rgb(251 191 36 / 0.8);
  }

  .lg\:border-t-amber-400\/85 {
    border-top-color: rgb(251 191 36 / 0.85);
  }

  .lg\:border-t-amber-400\/90 {
    border-top-color: rgb(251 191 36 / 0.9);
  }

  .lg\:border-t-amber-400\/95 {
    border-top-color: rgb(251 191 36 / 0.95);
  }

  .lg\:border-t-amber-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 251 235 / var(--tw-border-opacity));
  }

  .lg\:border-t-amber-50\/0 {
    border-top-color: rgb(255 251 235 / 0);
  }

  .lg\:border-t-amber-50\/10 {
    border-top-color: rgb(255 251 235 / 0.1);
  }

  .lg\:border-t-amber-50\/100 {
    border-top-color: rgb(255 251 235 / 1);
  }

  .lg\:border-t-amber-50\/15 {
    border-top-color: rgb(255 251 235 / 0.15);
  }

  .lg\:border-t-amber-50\/20 {
    border-top-color: rgb(255 251 235 / 0.2);
  }

  .lg\:border-t-amber-50\/25 {
    border-top-color: rgb(255 251 235 / 0.25);
  }

  .lg\:border-t-amber-50\/30 {
    border-top-color: rgb(255 251 235 / 0.3);
  }

  .lg\:border-t-amber-50\/35 {
    border-top-color: rgb(255 251 235 / 0.35);
  }

  .lg\:border-t-amber-50\/40 {
    border-top-color: rgb(255 251 235 / 0.4);
  }

  .lg\:border-t-amber-50\/45 {
    border-top-color: rgb(255 251 235 / 0.45);
  }

  .lg\:border-t-amber-50\/5 {
    border-top-color: rgb(255 251 235 / 0.05);
  }

  .lg\:border-t-amber-50\/50 {
    border-top-color: rgb(255 251 235 / 0.5);
  }

  .lg\:border-t-amber-50\/55 {
    border-top-color: rgb(255 251 235 / 0.55);
  }

  .lg\:border-t-amber-50\/60 {
    border-top-color: rgb(255 251 235 / 0.6);
  }

  .lg\:border-t-amber-50\/65 {
    border-top-color: rgb(255 251 235 / 0.65);
  }

  .lg\:border-t-amber-50\/70 {
    border-top-color: rgb(255 251 235 / 0.7);
  }

  .lg\:border-t-amber-50\/75 {
    border-top-color: rgb(255 251 235 / 0.75);
  }

  .lg\:border-t-amber-50\/80 {
    border-top-color: rgb(255 251 235 / 0.8);
  }

  .lg\:border-t-amber-50\/85 {
    border-top-color: rgb(255 251 235 / 0.85);
  }

  .lg\:border-t-amber-50\/90 {
    border-top-color: rgb(255 251 235 / 0.9);
  }

  .lg\:border-t-amber-50\/95 {
    border-top-color: rgb(255 251 235 / 0.95);
  }

  .lg\:border-t-amber-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 158 11 / var(--tw-border-opacity));
  }

  .lg\:border-t-amber-500\/0 {
    border-top-color: rgb(245 158 11 / 0);
  }

  .lg\:border-t-amber-500\/10 {
    border-top-color: rgb(245 158 11 / 0.1);
  }

  .lg\:border-t-amber-500\/100 {
    border-top-color: rgb(245 158 11 / 1);
  }

  .lg\:border-t-amber-500\/15 {
    border-top-color: rgb(245 158 11 / 0.15);
  }

  .lg\:border-t-amber-500\/20 {
    border-top-color: rgb(245 158 11 / 0.2);
  }

  .lg\:border-t-amber-500\/25 {
    border-top-color: rgb(245 158 11 / 0.25);
  }

  .lg\:border-t-amber-500\/30 {
    border-top-color: rgb(245 158 11 / 0.3);
  }

  .lg\:border-t-amber-500\/35 {
    border-top-color: rgb(245 158 11 / 0.35);
  }

  .lg\:border-t-amber-500\/40 {
    border-top-color: rgb(245 158 11 / 0.4);
  }

  .lg\:border-t-amber-500\/45 {
    border-top-color: rgb(245 158 11 / 0.45);
  }

  .lg\:border-t-amber-500\/5 {
    border-top-color: rgb(245 158 11 / 0.05);
  }

  .lg\:border-t-amber-500\/50 {
    border-top-color: rgb(245 158 11 / 0.5);
  }

  .lg\:border-t-amber-500\/55 {
    border-top-color: rgb(245 158 11 / 0.55);
  }

  .lg\:border-t-amber-500\/60 {
    border-top-color: rgb(245 158 11 / 0.6);
  }

  .lg\:border-t-amber-500\/65 {
    border-top-color: rgb(245 158 11 / 0.65);
  }

  .lg\:border-t-amber-500\/70 {
    border-top-color: rgb(245 158 11 / 0.7);
  }

  .lg\:border-t-amber-500\/75 {
    border-top-color: rgb(245 158 11 / 0.75);
  }

  .lg\:border-t-amber-500\/80 {
    border-top-color: rgb(245 158 11 / 0.8);
  }

  .lg\:border-t-amber-500\/85 {
    border-top-color: rgb(245 158 11 / 0.85);
  }

  .lg\:border-t-amber-500\/90 {
    border-top-color: rgb(245 158 11 / 0.9);
  }

  .lg\:border-t-amber-500\/95 {
    border-top-color: rgb(245 158 11 / 0.95);
  }

  .lg\:border-t-amber-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(217 119 6 / var(--tw-border-opacity));
  }

  .lg\:border-t-amber-600\/0 {
    border-top-color: rgb(217 119 6 / 0);
  }

  .lg\:border-t-amber-600\/10 {
    border-top-color: rgb(217 119 6 / 0.1);
  }

  .lg\:border-t-amber-600\/100 {
    border-top-color: rgb(217 119 6 / 1);
  }

  .lg\:border-t-amber-600\/15 {
    border-top-color: rgb(217 119 6 / 0.15);
  }

  .lg\:border-t-amber-600\/20 {
    border-top-color: rgb(217 119 6 / 0.2);
  }

  .lg\:border-t-amber-600\/25 {
    border-top-color: rgb(217 119 6 / 0.25);
  }

  .lg\:border-t-amber-600\/30 {
    border-top-color: rgb(217 119 6 / 0.3);
  }

  .lg\:border-t-amber-600\/35 {
    border-top-color: rgb(217 119 6 / 0.35);
  }

  .lg\:border-t-amber-600\/40 {
    border-top-color: rgb(217 119 6 / 0.4);
  }

  .lg\:border-t-amber-600\/45 {
    border-top-color: rgb(217 119 6 / 0.45);
  }

  .lg\:border-t-amber-600\/5 {
    border-top-color: rgb(217 119 6 / 0.05);
  }

  .lg\:border-t-amber-600\/50 {
    border-top-color: rgb(217 119 6 / 0.5);
  }

  .lg\:border-t-amber-600\/55 {
    border-top-color: rgb(217 119 6 / 0.55);
  }

  .lg\:border-t-amber-600\/60 {
    border-top-color: rgb(217 119 6 / 0.6);
  }

  .lg\:border-t-amber-600\/65 {
    border-top-color: rgb(217 119 6 / 0.65);
  }

  .lg\:border-t-amber-600\/70 {
    border-top-color: rgb(217 119 6 / 0.7);
  }

  .lg\:border-t-amber-600\/75 {
    border-top-color: rgb(217 119 6 / 0.75);
  }

  .lg\:border-t-amber-600\/80 {
    border-top-color: rgb(217 119 6 / 0.8);
  }

  .lg\:border-t-amber-600\/85 {
    border-top-color: rgb(217 119 6 / 0.85);
  }

  .lg\:border-t-amber-600\/90 {
    border-top-color: rgb(217 119 6 / 0.9);
  }

  .lg\:border-t-amber-600\/95 {
    border-top-color: rgb(217 119 6 / 0.95);
  }

  .lg\:border-t-amber-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(180 83 9 / var(--tw-border-opacity));
  }

  .lg\:border-t-amber-700\/0 {
    border-top-color: rgb(180 83 9 / 0);
  }

  .lg\:border-t-amber-700\/10 {
    border-top-color: rgb(180 83 9 / 0.1);
  }

  .lg\:border-t-amber-700\/100 {
    border-top-color: rgb(180 83 9 / 1);
  }

  .lg\:border-t-amber-700\/15 {
    border-top-color: rgb(180 83 9 / 0.15);
  }

  .lg\:border-t-amber-700\/20 {
    border-top-color: rgb(180 83 9 / 0.2);
  }

  .lg\:border-t-amber-700\/25 {
    border-top-color: rgb(180 83 9 / 0.25);
  }

  .lg\:border-t-amber-700\/30 {
    border-top-color: rgb(180 83 9 / 0.3);
  }

  .lg\:border-t-amber-700\/35 {
    border-top-color: rgb(180 83 9 / 0.35);
  }

  .lg\:border-t-amber-700\/40 {
    border-top-color: rgb(180 83 9 / 0.4);
  }

  .lg\:border-t-amber-700\/45 {
    border-top-color: rgb(180 83 9 / 0.45);
  }

  .lg\:border-t-amber-700\/5 {
    border-top-color: rgb(180 83 9 / 0.05);
  }

  .lg\:border-t-amber-700\/50 {
    border-top-color: rgb(180 83 9 / 0.5);
  }

  .lg\:border-t-amber-700\/55 {
    border-top-color: rgb(180 83 9 / 0.55);
  }

  .lg\:border-t-amber-700\/60 {
    border-top-color: rgb(180 83 9 / 0.6);
  }

  .lg\:border-t-amber-700\/65 {
    border-top-color: rgb(180 83 9 / 0.65);
  }

  .lg\:border-t-amber-700\/70 {
    border-top-color: rgb(180 83 9 / 0.7);
  }

  .lg\:border-t-amber-700\/75 {
    border-top-color: rgb(180 83 9 / 0.75);
  }

  .lg\:border-t-amber-700\/80 {
    border-top-color: rgb(180 83 9 / 0.8);
  }

  .lg\:border-t-amber-700\/85 {
    border-top-color: rgb(180 83 9 / 0.85);
  }

  .lg\:border-t-amber-700\/90 {
    border-top-color: rgb(180 83 9 / 0.9);
  }

  .lg\:border-t-amber-700\/95 {
    border-top-color: rgb(180 83 9 / 0.95);
  }

  .lg\:border-t-amber-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(146 64 14 / var(--tw-border-opacity));
  }

  .lg\:border-t-amber-800\/0 {
    border-top-color: rgb(146 64 14 / 0);
  }

  .lg\:border-t-amber-800\/10 {
    border-top-color: rgb(146 64 14 / 0.1);
  }

  .lg\:border-t-amber-800\/100 {
    border-top-color: rgb(146 64 14 / 1);
  }

  .lg\:border-t-amber-800\/15 {
    border-top-color: rgb(146 64 14 / 0.15);
  }

  .lg\:border-t-amber-800\/20 {
    border-top-color: rgb(146 64 14 / 0.2);
  }

  .lg\:border-t-amber-800\/25 {
    border-top-color: rgb(146 64 14 / 0.25);
  }

  .lg\:border-t-amber-800\/30 {
    border-top-color: rgb(146 64 14 / 0.3);
  }

  .lg\:border-t-amber-800\/35 {
    border-top-color: rgb(146 64 14 / 0.35);
  }

  .lg\:border-t-amber-800\/40 {
    border-top-color: rgb(146 64 14 / 0.4);
  }

  .lg\:border-t-amber-800\/45 {
    border-top-color: rgb(146 64 14 / 0.45);
  }

  .lg\:border-t-amber-800\/5 {
    border-top-color: rgb(146 64 14 / 0.05);
  }

  .lg\:border-t-amber-800\/50 {
    border-top-color: rgb(146 64 14 / 0.5);
  }

  .lg\:border-t-amber-800\/55 {
    border-top-color: rgb(146 64 14 / 0.55);
  }

  .lg\:border-t-amber-800\/60 {
    border-top-color: rgb(146 64 14 / 0.6);
  }

  .lg\:border-t-amber-800\/65 {
    border-top-color: rgb(146 64 14 / 0.65);
  }

  .lg\:border-t-amber-800\/70 {
    border-top-color: rgb(146 64 14 / 0.7);
  }

  .lg\:border-t-amber-800\/75 {
    border-top-color: rgb(146 64 14 / 0.75);
  }

  .lg\:border-t-amber-800\/80 {
    border-top-color: rgb(146 64 14 / 0.8);
  }

  .lg\:border-t-amber-800\/85 {
    border-top-color: rgb(146 64 14 / 0.85);
  }

  .lg\:border-t-amber-800\/90 {
    border-top-color: rgb(146 64 14 / 0.9);
  }

  .lg\:border-t-amber-800\/95 {
    border-top-color: rgb(146 64 14 / 0.95);
  }

  .lg\:border-t-amber-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(120 53 15 / var(--tw-border-opacity));
  }

  .lg\:border-t-amber-900\/0 {
    border-top-color: rgb(120 53 15 / 0);
  }

  .lg\:border-t-amber-900\/10 {
    border-top-color: rgb(120 53 15 / 0.1);
  }

  .lg\:border-t-amber-900\/100 {
    border-top-color: rgb(120 53 15 / 1);
  }

  .lg\:border-t-amber-900\/15 {
    border-top-color: rgb(120 53 15 / 0.15);
  }

  .lg\:border-t-amber-900\/20 {
    border-top-color: rgb(120 53 15 / 0.2);
  }

  .lg\:border-t-amber-900\/25 {
    border-top-color: rgb(120 53 15 / 0.25);
  }

  .lg\:border-t-amber-900\/30 {
    border-top-color: rgb(120 53 15 / 0.3);
  }

  .lg\:border-t-amber-900\/35 {
    border-top-color: rgb(120 53 15 / 0.35);
  }

  .lg\:border-t-amber-900\/40 {
    border-top-color: rgb(120 53 15 / 0.4);
  }

  .lg\:border-t-amber-900\/45 {
    border-top-color: rgb(120 53 15 / 0.45);
  }

  .lg\:border-t-amber-900\/5 {
    border-top-color: rgb(120 53 15 / 0.05);
  }

  .lg\:border-t-amber-900\/50 {
    border-top-color: rgb(120 53 15 / 0.5);
  }

  .lg\:border-t-amber-900\/55 {
    border-top-color: rgb(120 53 15 / 0.55);
  }

  .lg\:border-t-amber-900\/60 {
    border-top-color: rgb(120 53 15 / 0.6);
  }

  .lg\:border-t-amber-900\/65 {
    border-top-color: rgb(120 53 15 / 0.65);
  }

  .lg\:border-t-amber-900\/70 {
    border-top-color: rgb(120 53 15 / 0.7);
  }

  .lg\:border-t-amber-900\/75 {
    border-top-color: rgb(120 53 15 / 0.75);
  }

  .lg\:border-t-amber-900\/80 {
    border-top-color: rgb(120 53 15 / 0.8);
  }

  .lg\:border-t-amber-900\/85 {
    border-top-color: rgb(120 53 15 / 0.85);
  }

  .lg\:border-t-amber-900\/90 {
    border-top-color: rgb(120 53 15 / 0.9);
  }

  .lg\:border-t-amber-900\/95 {
    border-top-color: rgb(120 53 15 / 0.95);
  }

  .lg\:border-t-amber-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(69 26 3 / var(--tw-border-opacity));
  }

  .lg\:border-t-amber-950\/0 {
    border-top-color: rgb(69 26 3 / 0);
  }

  .lg\:border-t-amber-950\/10 {
    border-top-color: rgb(69 26 3 / 0.1);
  }

  .lg\:border-t-amber-950\/100 {
    border-top-color: rgb(69 26 3 / 1);
  }

  .lg\:border-t-amber-950\/15 {
    border-top-color: rgb(69 26 3 / 0.15);
  }

  .lg\:border-t-amber-950\/20 {
    border-top-color: rgb(69 26 3 / 0.2);
  }

  .lg\:border-t-amber-950\/25 {
    border-top-color: rgb(69 26 3 / 0.25);
  }

  .lg\:border-t-amber-950\/30 {
    border-top-color: rgb(69 26 3 / 0.3);
  }

  .lg\:border-t-amber-950\/35 {
    border-top-color: rgb(69 26 3 / 0.35);
  }

  .lg\:border-t-amber-950\/40 {
    border-top-color: rgb(69 26 3 / 0.4);
  }

  .lg\:border-t-amber-950\/45 {
    border-top-color: rgb(69 26 3 / 0.45);
  }

  .lg\:border-t-amber-950\/5 {
    border-top-color: rgb(69 26 3 / 0.05);
  }

  .lg\:border-t-amber-950\/50 {
    border-top-color: rgb(69 26 3 / 0.5);
  }

  .lg\:border-t-amber-950\/55 {
    border-top-color: rgb(69 26 3 / 0.55);
  }

  .lg\:border-t-amber-950\/60 {
    border-top-color: rgb(69 26 3 / 0.6);
  }

  .lg\:border-t-amber-950\/65 {
    border-top-color: rgb(69 26 3 / 0.65);
  }

  .lg\:border-t-amber-950\/70 {
    border-top-color: rgb(69 26 3 / 0.7);
  }

  .lg\:border-t-amber-950\/75 {
    border-top-color: rgb(69 26 3 / 0.75);
  }

  .lg\:border-t-amber-950\/80 {
    border-top-color: rgb(69 26 3 / 0.8);
  }

  .lg\:border-t-amber-950\/85 {
    border-top-color: rgb(69 26 3 / 0.85);
  }

  .lg\:border-t-amber-950\/90 {
    border-top-color: rgb(69 26 3 / 0.9);
  }

  .lg\:border-t-amber-950\/95 {
    border-top-color: rgb(69 26 3 / 0.95);
  }

  .lg\:border-t-black {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .lg\:border-t-black\/0 {
    border-top-color: rgb(0 0 0 / 0);
  }

  .lg\:border-t-black\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-t-black\/100 {
    border-top-color: rgb(0 0 0 / 1);
  }

  .lg\:border-t-black\/15 {
    border-top-color: rgb(0 0 0 / 0.15);
  }

  .lg\:border-t-black\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-t-black\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-t-black\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-t-black\/35 {
    border-top-color: rgb(0 0 0 / 0.35);
  }

  .lg\:border-t-black\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-t-black\/45 {
    border-top-color: rgb(0 0 0 / 0.45);
  }

  .lg\:border-t-black\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-t-black\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-t-black\/55 {
    border-top-color: rgb(0 0 0 / 0.55);
  }

  .lg\:border-t-black\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-t-black\/65 {
    border-top-color: rgb(0 0 0 / 0.65);
  }

  .lg\:border-t-black\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-t-black\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-t-black\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-t-black\/85 {
    border-top-color: rgb(0 0 0 / 0.85);
  }

  .lg\:border-t-black\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-t-black\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-t-blue-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(219 234 254 / var(--tw-border-opacity));
  }

  .lg\:border-t-blue-100\/0 {
    border-top-color: rgb(219 234 254 / 0);
  }

  .lg\:border-t-blue-100\/10 {
    border-top-color: rgb(219 234 254 / 0.1);
  }

  .lg\:border-t-blue-100\/100 {
    border-top-color: rgb(219 234 254 / 1);
  }

  .lg\:border-t-blue-100\/15 {
    border-top-color: rgb(219 234 254 / 0.15);
  }

  .lg\:border-t-blue-100\/20 {
    border-top-color: rgb(219 234 254 / 0.2);
  }

  .lg\:border-t-blue-100\/25 {
    border-top-color: rgb(219 234 254 / 0.25);
  }

  .lg\:border-t-blue-100\/30 {
    border-top-color: rgb(219 234 254 / 0.3);
  }

  .lg\:border-t-blue-100\/35 {
    border-top-color: rgb(219 234 254 / 0.35);
  }

  .lg\:border-t-blue-100\/40 {
    border-top-color: rgb(219 234 254 / 0.4);
  }

  .lg\:border-t-blue-100\/45 {
    border-top-color: rgb(219 234 254 / 0.45);
  }

  .lg\:border-t-blue-100\/5 {
    border-top-color: rgb(219 234 254 / 0.05);
  }

  .lg\:border-t-blue-100\/50 {
    border-top-color: rgb(219 234 254 / 0.5);
  }

  .lg\:border-t-blue-100\/55 {
    border-top-color: rgb(219 234 254 / 0.55);
  }

  .lg\:border-t-blue-100\/60 {
    border-top-color: rgb(219 234 254 / 0.6);
  }

  .lg\:border-t-blue-100\/65 {
    border-top-color: rgb(219 234 254 / 0.65);
  }

  .lg\:border-t-blue-100\/70 {
    border-top-color: rgb(219 234 254 / 0.7);
  }

  .lg\:border-t-blue-100\/75 {
    border-top-color: rgb(219 234 254 / 0.75);
  }

  .lg\:border-t-blue-100\/80 {
    border-top-color: rgb(219 234 254 / 0.8);
  }

  .lg\:border-t-blue-100\/85 {
    border-top-color: rgb(219 234 254 / 0.85);
  }

  .lg\:border-t-blue-100\/90 {
    border-top-color: rgb(219 234 254 / 0.9);
  }

  .lg\:border-t-blue-100\/95 {
    border-top-color: rgb(219 234 254 / 0.95);
  }

  .lg\:border-t-blue-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(191 219 254 / var(--tw-border-opacity));
  }

  .lg\:border-t-blue-200\/0 {
    border-top-color: rgb(191 219 254 / 0);
  }

  .lg\:border-t-blue-200\/10 {
    border-top-color: rgb(191 219 254 / 0.1);
  }

  .lg\:border-t-blue-200\/100 {
    border-top-color: rgb(191 219 254 / 1);
  }

  .lg\:border-t-blue-200\/15 {
    border-top-color: rgb(191 219 254 / 0.15);
  }

  .lg\:border-t-blue-200\/20 {
    border-top-color: rgb(191 219 254 / 0.2);
  }

  .lg\:border-t-blue-200\/25 {
    border-top-color: rgb(191 219 254 / 0.25);
  }

  .lg\:border-t-blue-200\/30 {
    border-top-color: rgb(191 219 254 / 0.3);
  }

  .lg\:border-t-blue-200\/35 {
    border-top-color: rgb(191 219 254 / 0.35);
  }

  .lg\:border-t-blue-200\/40 {
    border-top-color: rgb(191 219 254 / 0.4);
  }

  .lg\:border-t-blue-200\/45 {
    border-top-color: rgb(191 219 254 / 0.45);
  }

  .lg\:border-t-blue-200\/5 {
    border-top-color: rgb(191 219 254 / 0.05);
  }

  .lg\:border-t-blue-200\/50 {
    border-top-color: rgb(191 219 254 / 0.5);
  }

  .lg\:border-t-blue-200\/55 {
    border-top-color: rgb(191 219 254 / 0.55);
  }

  .lg\:border-t-blue-200\/60 {
    border-top-color: rgb(191 219 254 / 0.6);
  }

  .lg\:border-t-blue-200\/65 {
    border-top-color: rgb(191 219 254 / 0.65);
  }

  .lg\:border-t-blue-200\/70 {
    border-top-color: rgb(191 219 254 / 0.7);
  }

  .lg\:border-t-blue-200\/75 {
    border-top-color: rgb(191 219 254 / 0.75);
  }

  .lg\:border-t-blue-200\/80 {
    border-top-color: rgb(191 219 254 / 0.8);
  }

  .lg\:border-t-blue-200\/85 {
    border-top-color: rgb(191 219 254 / 0.85);
  }

  .lg\:border-t-blue-200\/90 {
    border-top-color: rgb(191 219 254 / 0.9);
  }

  .lg\:border-t-blue-200\/95 {
    border-top-color: rgb(191 219 254 / 0.95);
  }

  .lg\:border-t-blue-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(147 197 253 / var(--tw-border-opacity));
  }

  .lg\:border-t-blue-300\/0 {
    border-top-color: rgb(147 197 253 / 0);
  }

  .lg\:border-t-blue-300\/10 {
    border-top-color: rgb(147 197 253 / 0.1);
  }

  .lg\:border-t-blue-300\/100 {
    border-top-color: rgb(147 197 253 / 1);
  }

  .lg\:border-t-blue-300\/15 {
    border-top-color: rgb(147 197 253 / 0.15);
  }

  .lg\:border-t-blue-300\/20 {
    border-top-color: rgb(147 197 253 / 0.2);
  }

  .lg\:border-t-blue-300\/25 {
    border-top-color: rgb(147 197 253 / 0.25);
  }

  .lg\:border-t-blue-300\/30 {
    border-top-color: rgb(147 197 253 / 0.3);
  }

  .lg\:border-t-blue-300\/35 {
    border-top-color: rgb(147 197 253 / 0.35);
  }

  .lg\:border-t-blue-300\/40 {
    border-top-color: rgb(147 197 253 / 0.4);
  }

  .lg\:border-t-blue-300\/45 {
    border-top-color: rgb(147 197 253 / 0.45);
  }

  .lg\:border-t-blue-300\/5 {
    border-top-color: rgb(147 197 253 / 0.05);
  }

  .lg\:border-t-blue-300\/50 {
    border-top-color: rgb(147 197 253 / 0.5);
  }

  .lg\:border-t-blue-300\/55 {
    border-top-color: rgb(147 197 253 / 0.55);
  }

  .lg\:border-t-blue-300\/60 {
    border-top-color: rgb(147 197 253 / 0.6);
  }

  .lg\:border-t-blue-300\/65 {
    border-top-color: rgb(147 197 253 / 0.65);
  }

  .lg\:border-t-blue-300\/70 {
    border-top-color: rgb(147 197 253 / 0.7);
  }

  .lg\:border-t-blue-300\/75 {
    border-top-color: rgb(147 197 253 / 0.75);
  }

  .lg\:border-t-blue-300\/80 {
    border-top-color: rgb(147 197 253 / 0.8);
  }

  .lg\:border-t-blue-300\/85 {
    border-top-color: rgb(147 197 253 / 0.85);
  }

  .lg\:border-t-blue-300\/90 {
    border-top-color: rgb(147 197 253 / 0.9);
  }

  .lg\:border-t-blue-300\/95 {
    border-top-color: rgb(147 197 253 / 0.95);
  }

  .lg\:border-t-blue-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(96 165 250 / var(--tw-border-opacity));
  }

  .lg\:border-t-blue-400\/0 {
    border-top-color: rgb(96 165 250 / 0);
  }

  .lg\:border-t-blue-400\/10 {
    border-top-color: rgb(96 165 250 / 0.1);
  }

  .lg\:border-t-blue-400\/100 {
    border-top-color: rgb(96 165 250 / 1);
  }

  .lg\:border-t-blue-400\/15 {
    border-top-color: rgb(96 165 250 / 0.15);
  }

  .lg\:border-t-blue-400\/20 {
    border-top-color: rgb(96 165 250 / 0.2);
  }

  .lg\:border-t-blue-400\/25 {
    border-top-color: rgb(96 165 250 / 0.25);
  }

  .lg\:border-t-blue-400\/30 {
    border-top-color: rgb(96 165 250 / 0.3);
  }

  .lg\:border-t-blue-400\/35 {
    border-top-color: rgb(96 165 250 / 0.35);
  }

  .lg\:border-t-blue-400\/40 {
    border-top-color: rgb(96 165 250 / 0.4);
  }

  .lg\:border-t-blue-400\/45 {
    border-top-color: rgb(96 165 250 / 0.45);
  }

  .lg\:border-t-blue-400\/5 {
    border-top-color: rgb(96 165 250 / 0.05);
  }

  .lg\:border-t-blue-400\/50 {
    border-top-color: rgb(96 165 250 / 0.5);
  }

  .lg\:border-t-blue-400\/55 {
    border-top-color: rgb(96 165 250 / 0.55);
  }

  .lg\:border-t-blue-400\/60 {
    border-top-color: rgb(96 165 250 / 0.6);
  }

  .lg\:border-t-blue-400\/65 {
    border-top-color: rgb(96 165 250 / 0.65);
  }

  .lg\:border-t-blue-400\/70 {
    border-top-color: rgb(96 165 250 / 0.7);
  }

  .lg\:border-t-blue-400\/75 {
    border-top-color: rgb(96 165 250 / 0.75);
  }

  .lg\:border-t-blue-400\/80 {
    border-top-color: rgb(96 165 250 / 0.8);
  }

  .lg\:border-t-blue-400\/85 {
    border-top-color: rgb(96 165 250 / 0.85);
  }

  .lg\:border-t-blue-400\/90 {
    border-top-color: rgb(96 165 250 / 0.9);
  }

  .lg\:border-t-blue-400\/95 {
    border-top-color: rgb(96 165 250 / 0.95);
  }

  .lg\:border-t-blue-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(239 246 255 / var(--tw-border-opacity));
  }

  .lg\:border-t-blue-50\/0 {
    border-top-color: rgb(239 246 255 / 0);
  }

  .lg\:border-t-blue-50\/10 {
    border-top-color: rgb(239 246 255 / 0.1);
  }

  .lg\:border-t-blue-50\/100 {
    border-top-color: rgb(239 246 255 / 1);
  }

  .lg\:border-t-blue-50\/15 {
    border-top-color: rgb(239 246 255 / 0.15);
  }

  .lg\:border-t-blue-50\/20 {
    border-top-color: rgb(239 246 255 / 0.2);
  }

  .lg\:border-t-blue-50\/25 {
    border-top-color: rgb(239 246 255 / 0.25);
  }

  .lg\:border-t-blue-50\/30 {
    border-top-color: rgb(239 246 255 / 0.3);
  }

  .lg\:border-t-blue-50\/35 {
    border-top-color: rgb(239 246 255 / 0.35);
  }

  .lg\:border-t-blue-50\/40 {
    border-top-color: rgb(239 246 255 / 0.4);
  }

  .lg\:border-t-blue-50\/45 {
    border-top-color: rgb(239 246 255 / 0.45);
  }

  .lg\:border-t-blue-50\/5 {
    border-top-color: rgb(239 246 255 / 0.05);
  }

  .lg\:border-t-blue-50\/50 {
    border-top-color: rgb(239 246 255 / 0.5);
  }

  .lg\:border-t-blue-50\/55 {
    border-top-color: rgb(239 246 255 / 0.55);
  }

  .lg\:border-t-blue-50\/60 {
    border-top-color: rgb(239 246 255 / 0.6);
  }

  .lg\:border-t-blue-50\/65 {
    border-top-color: rgb(239 246 255 / 0.65);
  }

  .lg\:border-t-blue-50\/70 {
    border-top-color: rgb(239 246 255 / 0.7);
  }

  .lg\:border-t-blue-50\/75 {
    border-top-color: rgb(239 246 255 / 0.75);
  }

  .lg\:border-t-blue-50\/80 {
    border-top-color: rgb(239 246 255 / 0.8);
  }

  .lg\:border-t-blue-50\/85 {
    border-top-color: rgb(239 246 255 / 0.85);
  }

  .lg\:border-t-blue-50\/90 {
    border-top-color: rgb(239 246 255 / 0.9);
  }

  .lg\:border-t-blue-50\/95 {
    border-top-color: rgb(239 246 255 / 0.95);
  }

  .lg\:border-t-blue-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(59 130 246 / var(--tw-border-opacity));
  }

  .lg\:border-t-blue-500\/0 {
    border-top-color: rgb(59 130 246 / 0);
  }

  .lg\:border-t-blue-500\/10 {
    border-top-color: rgb(59 130 246 / 0.1);
  }

  .lg\:border-t-blue-500\/100 {
    border-top-color: rgb(59 130 246 / 1);
  }

  .lg\:border-t-blue-500\/15 {
    border-top-color: rgb(59 130 246 / 0.15);
  }

  .lg\:border-t-blue-500\/20 {
    border-top-color: rgb(59 130 246 / 0.2);
  }

  .lg\:border-t-blue-500\/25 {
    border-top-color: rgb(59 130 246 / 0.25);
  }

  .lg\:border-t-blue-500\/30 {
    border-top-color: rgb(59 130 246 / 0.3);
  }

  .lg\:border-t-blue-500\/35 {
    border-top-color: rgb(59 130 246 / 0.35);
  }

  .lg\:border-t-blue-500\/40 {
    border-top-color: rgb(59 130 246 / 0.4);
  }

  .lg\:border-t-blue-500\/45 {
    border-top-color: rgb(59 130 246 / 0.45);
  }

  .lg\:border-t-blue-500\/5 {
    border-top-color: rgb(59 130 246 / 0.05);
  }

  .lg\:border-t-blue-500\/50 {
    border-top-color: rgb(59 130 246 / 0.5);
  }

  .lg\:border-t-blue-500\/55 {
    border-top-color: rgb(59 130 246 / 0.55);
  }

  .lg\:border-t-blue-500\/60 {
    border-top-color: rgb(59 130 246 / 0.6);
  }

  .lg\:border-t-blue-500\/65 {
    border-top-color: rgb(59 130 246 / 0.65);
  }

  .lg\:border-t-blue-500\/70 {
    border-top-color: rgb(59 130 246 / 0.7);
  }

  .lg\:border-t-blue-500\/75 {
    border-top-color: rgb(59 130 246 / 0.75);
  }

  .lg\:border-t-blue-500\/80 {
    border-top-color: rgb(59 130 246 / 0.8);
  }

  .lg\:border-t-blue-500\/85 {
    border-top-color: rgb(59 130 246 / 0.85);
  }

  .lg\:border-t-blue-500\/90 {
    border-top-color: rgb(59 130 246 / 0.9);
  }

  .lg\:border-t-blue-500\/95 {
    border-top-color: rgb(59 130 246 / 0.95);
  }

  .lg\:border-t-blue-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(37 99 235 / var(--tw-border-opacity));
  }

  .lg\:border-t-blue-600\/0 {
    border-top-color: rgb(37 99 235 / 0);
  }

  .lg\:border-t-blue-600\/10 {
    border-top-color: rgb(37 99 235 / 0.1);
  }

  .lg\:border-t-blue-600\/100 {
    border-top-color: rgb(37 99 235 / 1);
  }

  .lg\:border-t-blue-600\/15 {
    border-top-color: rgb(37 99 235 / 0.15);
  }

  .lg\:border-t-blue-600\/20 {
    border-top-color: rgb(37 99 235 / 0.2);
  }

  .lg\:border-t-blue-600\/25 {
    border-top-color: rgb(37 99 235 / 0.25);
  }

  .lg\:border-t-blue-600\/30 {
    border-top-color: rgb(37 99 235 / 0.3);
  }

  .lg\:border-t-blue-600\/35 {
    border-top-color: rgb(37 99 235 / 0.35);
  }

  .lg\:border-t-blue-600\/40 {
    border-top-color: rgb(37 99 235 / 0.4);
  }

  .lg\:border-t-blue-600\/45 {
    border-top-color: rgb(37 99 235 / 0.45);
  }

  .lg\:border-t-blue-600\/5 {
    border-top-color: rgb(37 99 235 / 0.05);
  }

  .lg\:border-t-blue-600\/50 {
    border-top-color: rgb(37 99 235 / 0.5);
  }

  .lg\:border-t-blue-600\/55 {
    border-top-color: rgb(37 99 235 / 0.55);
  }

  .lg\:border-t-blue-600\/60 {
    border-top-color: rgb(37 99 235 / 0.6);
  }

  .lg\:border-t-blue-600\/65 {
    border-top-color: rgb(37 99 235 / 0.65);
  }

  .lg\:border-t-blue-600\/70 {
    border-top-color: rgb(37 99 235 / 0.7);
  }

  .lg\:border-t-blue-600\/75 {
    border-top-color: rgb(37 99 235 / 0.75);
  }

  .lg\:border-t-blue-600\/80 {
    border-top-color: rgb(37 99 235 / 0.8);
  }

  .lg\:border-t-blue-600\/85 {
    border-top-color: rgb(37 99 235 / 0.85);
  }

  .lg\:border-t-blue-600\/90 {
    border-top-color: rgb(37 99 235 / 0.9);
  }

  .lg\:border-t-blue-600\/95 {
    border-top-color: rgb(37 99 235 / 0.95);
  }

  .lg\:border-t-blue-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(29 78 216 / var(--tw-border-opacity));
  }

  .lg\:border-t-blue-700\/0 {
    border-top-color: rgb(29 78 216 / 0);
  }

  .lg\:border-t-blue-700\/10 {
    border-top-color: rgb(29 78 216 / 0.1);
  }

  .lg\:border-t-blue-700\/100 {
    border-top-color: rgb(29 78 216 / 1);
  }

  .lg\:border-t-blue-700\/15 {
    border-top-color: rgb(29 78 216 / 0.15);
  }

  .lg\:border-t-blue-700\/20 {
    border-top-color: rgb(29 78 216 / 0.2);
  }

  .lg\:border-t-blue-700\/25 {
    border-top-color: rgb(29 78 216 / 0.25);
  }

  .lg\:border-t-blue-700\/30 {
    border-top-color: rgb(29 78 216 / 0.3);
  }

  .lg\:border-t-blue-700\/35 {
    border-top-color: rgb(29 78 216 / 0.35);
  }

  .lg\:border-t-blue-700\/40 {
    border-top-color: rgb(29 78 216 / 0.4);
  }

  .lg\:border-t-blue-700\/45 {
    border-top-color: rgb(29 78 216 / 0.45);
  }

  .lg\:border-t-blue-700\/5 {
    border-top-color: rgb(29 78 216 / 0.05);
  }

  .lg\:border-t-blue-700\/50 {
    border-top-color: rgb(29 78 216 / 0.5);
  }

  .lg\:border-t-blue-700\/55 {
    border-top-color: rgb(29 78 216 / 0.55);
  }

  .lg\:border-t-blue-700\/60 {
    border-top-color: rgb(29 78 216 / 0.6);
  }

  .lg\:border-t-blue-700\/65 {
    border-top-color: rgb(29 78 216 / 0.65);
  }

  .lg\:border-t-blue-700\/70 {
    border-top-color: rgb(29 78 216 / 0.7);
  }

  .lg\:border-t-blue-700\/75 {
    border-top-color: rgb(29 78 216 / 0.75);
  }

  .lg\:border-t-blue-700\/80 {
    border-top-color: rgb(29 78 216 / 0.8);
  }

  .lg\:border-t-blue-700\/85 {
    border-top-color: rgb(29 78 216 / 0.85);
  }

  .lg\:border-t-blue-700\/90 {
    border-top-color: rgb(29 78 216 / 0.9);
  }

  .lg\:border-t-blue-700\/95 {
    border-top-color: rgb(29 78 216 / 0.95);
  }

  .lg\:border-t-blue-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(30 64 175 / var(--tw-border-opacity));
  }

  .lg\:border-t-blue-800\/0 {
    border-top-color: rgb(30 64 175 / 0);
  }

  .lg\:border-t-blue-800\/10 {
    border-top-color: rgb(30 64 175 / 0.1);
  }

  .lg\:border-t-blue-800\/100 {
    border-top-color: rgb(30 64 175 / 1);
  }

  .lg\:border-t-blue-800\/15 {
    border-top-color: rgb(30 64 175 / 0.15);
  }

  .lg\:border-t-blue-800\/20 {
    border-top-color: rgb(30 64 175 / 0.2);
  }

  .lg\:border-t-blue-800\/25 {
    border-top-color: rgb(30 64 175 / 0.25);
  }

  .lg\:border-t-blue-800\/30 {
    border-top-color: rgb(30 64 175 / 0.3);
  }

  .lg\:border-t-blue-800\/35 {
    border-top-color: rgb(30 64 175 / 0.35);
  }

  .lg\:border-t-blue-800\/40 {
    border-top-color: rgb(30 64 175 / 0.4);
  }

  .lg\:border-t-blue-800\/45 {
    border-top-color: rgb(30 64 175 / 0.45);
  }

  .lg\:border-t-blue-800\/5 {
    border-top-color: rgb(30 64 175 / 0.05);
  }

  .lg\:border-t-blue-800\/50 {
    border-top-color: rgb(30 64 175 / 0.5);
  }

  .lg\:border-t-blue-800\/55 {
    border-top-color: rgb(30 64 175 / 0.55);
  }

  .lg\:border-t-blue-800\/60 {
    border-top-color: rgb(30 64 175 / 0.6);
  }

  .lg\:border-t-blue-800\/65 {
    border-top-color: rgb(30 64 175 / 0.65);
  }

  .lg\:border-t-blue-800\/70 {
    border-top-color: rgb(30 64 175 / 0.7);
  }

  .lg\:border-t-blue-800\/75 {
    border-top-color: rgb(30 64 175 / 0.75);
  }

  .lg\:border-t-blue-800\/80 {
    border-top-color: rgb(30 64 175 / 0.8);
  }

  .lg\:border-t-blue-800\/85 {
    border-top-color: rgb(30 64 175 / 0.85);
  }

  .lg\:border-t-blue-800\/90 {
    border-top-color: rgb(30 64 175 / 0.9);
  }

  .lg\:border-t-blue-800\/95 {
    border-top-color: rgb(30 64 175 / 0.95);
  }

  .lg\:border-t-blue-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(30 58 138 / var(--tw-border-opacity));
  }

  .lg\:border-t-blue-900\/0 {
    border-top-color: rgb(30 58 138 / 0);
  }

  .lg\:border-t-blue-900\/10 {
    border-top-color: rgb(30 58 138 / 0.1);
  }

  .lg\:border-t-blue-900\/100 {
    border-top-color: rgb(30 58 138 / 1);
  }

  .lg\:border-t-blue-900\/15 {
    border-top-color: rgb(30 58 138 / 0.15);
  }

  .lg\:border-t-blue-900\/20 {
    border-top-color: rgb(30 58 138 / 0.2);
  }

  .lg\:border-t-blue-900\/25 {
    border-top-color: rgb(30 58 138 / 0.25);
  }

  .lg\:border-t-blue-900\/30 {
    border-top-color: rgb(30 58 138 / 0.3);
  }

  .lg\:border-t-blue-900\/35 {
    border-top-color: rgb(30 58 138 / 0.35);
  }

  .lg\:border-t-blue-900\/40 {
    border-top-color: rgb(30 58 138 / 0.4);
  }

  .lg\:border-t-blue-900\/45 {
    border-top-color: rgb(30 58 138 / 0.45);
  }

  .lg\:border-t-blue-900\/5 {
    border-top-color: rgb(30 58 138 / 0.05);
  }

  .lg\:border-t-blue-900\/50 {
    border-top-color: rgb(30 58 138 / 0.5);
  }

  .lg\:border-t-blue-900\/55 {
    border-top-color: rgb(30 58 138 / 0.55);
  }

  .lg\:border-t-blue-900\/60 {
    border-top-color: rgb(30 58 138 / 0.6);
  }

  .lg\:border-t-blue-900\/65 {
    border-top-color: rgb(30 58 138 / 0.65);
  }

  .lg\:border-t-blue-900\/70 {
    border-top-color: rgb(30 58 138 / 0.7);
  }

  .lg\:border-t-blue-900\/75 {
    border-top-color: rgb(30 58 138 / 0.75);
  }

  .lg\:border-t-blue-900\/80 {
    border-top-color: rgb(30 58 138 / 0.8);
  }

  .lg\:border-t-blue-900\/85 {
    border-top-color: rgb(30 58 138 / 0.85);
  }

  .lg\:border-t-blue-900\/90 {
    border-top-color: rgb(30 58 138 / 0.9);
  }

  .lg\:border-t-blue-900\/95 {
    border-top-color: rgb(30 58 138 / 0.95);
  }

  .lg\:border-t-blue-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(23 37 84 / var(--tw-border-opacity));
  }

  .lg\:border-t-blue-950\/0 {
    border-top-color: rgb(23 37 84 / 0);
  }

  .lg\:border-t-blue-950\/10 {
    border-top-color: rgb(23 37 84 / 0.1);
  }

  .lg\:border-t-blue-950\/100 {
    border-top-color: rgb(23 37 84 / 1);
  }

  .lg\:border-t-blue-950\/15 {
    border-top-color: rgb(23 37 84 / 0.15);
  }

  .lg\:border-t-blue-950\/20 {
    border-top-color: rgb(23 37 84 / 0.2);
  }

  .lg\:border-t-blue-950\/25 {
    border-top-color: rgb(23 37 84 / 0.25);
  }

  .lg\:border-t-blue-950\/30 {
    border-top-color: rgb(23 37 84 / 0.3);
  }

  .lg\:border-t-blue-950\/35 {
    border-top-color: rgb(23 37 84 / 0.35);
  }

  .lg\:border-t-blue-950\/40 {
    border-top-color: rgb(23 37 84 / 0.4);
  }

  .lg\:border-t-blue-950\/45 {
    border-top-color: rgb(23 37 84 / 0.45);
  }

  .lg\:border-t-blue-950\/5 {
    border-top-color: rgb(23 37 84 / 0.05);
  }

  .lg\:border-t-blue-950\/50 {
    border-top-color: rgb(23 37 84 / 0.5);
  }

  .lg\:border-t-blue-950\/55 {
    border-top-color: rgb(23 37 84 / 0.55);
  }

  .lg\:border-t-blue-950\/60 {
    border-top-color: rgb(23 37 84 / 0.6);
  }

  .lg\:border-t-blue-950\/65 {
    border-top-color: rgb(23 37 84 / 0.65);
  }

  .lg\:border-t-blue-950\/70 {
    border-top-color: rgb(23 37 84 / 0.7);
  }

  .lg\:border-t-blue-950\/75 {
    border-top-color: rgb(23 37 84 / 0.75);
  }

  .lg\:border-t-blue-950\/80 {
    border-top-color: rgb(23 37 84 / 0.8);
  }

  .lg\:border-t-blue-950\/85 {
    border-top-color: rgb(23 37 84 / 0.85);
  }

  .lg\:border-t-blue-950\/90 {
    border-top-color: rgb(23 37 84 / 0.9);
  }

  .lg\:border-t-blue-950\/95 {
    border-top-color: rgb(23 37 84 / 0.95);
  }

  .lg\:border-t-current {
    border-top-color: currentColor;
  }

  .lg\:border-t-cyan-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(207 250 254 / var(--tw-border-opacity));
  }

  .lg\:border-t-cyan-100\/0 {
    border-top-color: rgb(207 250 254 / 0);
  }

  .lg\:border-t-cyan-100\/10 {
    border-top-color: rgb(207 250 254 / 0.1);
  }

  .lg\:border-t-cyan-100\/100 {
    border-top-color: rgb(207 250 254 / 1);
  }

  .lg\:border-t-cyan-100\/15 {
    border-top-color: rgb(207 250 254 / 0.15);
  }

  .lg\:border-t-cyan-100\/20 {
    border-top-color: rgb(207 250 254 / 0.2);
  }

  .lg\:border-t-cyan-100\/25 {
    border-top-color: rgb(207 250 254 / 0.25);
  }

  .lg\:border-t-cyan-100\/30 {
    border-top-color: rgb(207 250 254 / 0.3);
  }

  .lg\:border-t-cyan-100\/35 {
    border-top-color: rgb(207 250 254 / 0.35);
  }

  .lg\:border-t-cyan-100\/40 {
    border-top-color: rgb(207 250 254 / 0.4);
  }

  .lg\:border-t-cyan-100\/45 {
    border-top-color: rgb(207 250 254 / 0.45);
  }

  .lg\:border-t-cyan-100\/5 {
    border-top-color: rgb(207 250 254 / 0.05);
  }

  .lg\:border-t-cyan-100\/50 {
    border-top-color: rgb(207 250 254 / 0.5);
  }

  .lg\:border-t-cyan-100\/55 {
    border-top-color: rgb(207 250 254 / 0.55);
  }

  .lg\:border-t-cyan-100\/60 {
    border-top-color: rgb(207 250 254 / 0.6);
  }

  .lg\:border-t-cyan-100\/65 {
    border-top-color: rgb(207 250 254 / 0.65);
  }

  .lg\:border-t-cyan-100\/70 {
    border-top-color: rgb(207 250 254 / 0.7);
  }

  .lg\:border-t-cyan-100\/75 {
    border-top-color: rgb(207 250 254 / 0.75);
  }

  .lg\:border-t-cyan-100\/80 {
    border-top-color: rgb(207 250 254 / 0.8);
  }

  .lg\:border-t-cyan-100\/85 {
    border-top-color: rgb(207 250 254 / 0.85);
  }

  .lg\:border-t-cyan-100\/90 {
    border-top-color: rgb(207 250 254 / 0.9);
  }

  .lg\:border-t-cyan-100\/95 {
    border-top-color: rgb(207 250 254 / 0.95);
  }

  .lg\:border-t-cyan-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(165 243 252 / var(--tw-border-opacity));
  }

  .lg\:border-t-cyan-200\/0 {
    border-top-color: rgb(165 243 252 / 0);
  }

  .lg\:border-t-cyan-200\/10 {
    border-top-color: rgb(165 243 252 / 0.1);
  }

  .lg\:border-t-cyan-200\/100 {
    border-top-color: rgb(165 243 252 / 1);
  }

  .lg\:border-t-cyan-200\/15 {
    border-top-color: rgb(165 243 252 / 0.15);
  }

  .lg\:border-t-cyan-200\/20 {
    border-top-color: rgb(165 243 252 / 0.2);
  }

  .lg\:border-t-cyan-200\/25 {
    border-top-color: rgb(165 243 252 / 0.25);
  }

  .lg\:border-t-cyan-200\/30 {
    border-top-color: rgb(165 243 252 / 0.3);
  }

  .lg\:border-t-cyan-200\/35 {
    border-top-color: rgb(165 243 252 / 0.35);
  }

  .lg\:border-t-cyan-200\/40 {
    border-top-color: rgb(165 243 252 / 0.4);
  }

  .lg\:border-t-cyan-200\/45 {
    border-top-color: rgb(165 243 252 / 0.45);
  }

  .lg\:border-t-cyan-200\/5 {
    border-top-color: rgb(165 243 252 / 0.05);
  }

  .lg\:border-t-cyan-200\/50 {
    border-top-color: rgb(165 243 252 / 0.5);
  }

  .lg\:border-t-cyan-200\/55 {
    border-top-color: rgb(165 243 252 / 0.55);
  }

  .lg\:border-t-cyan-200\/60 {
    border-top-color: rgb(165 243 252 / 0.6);
  }

  .lg\:border-t-cyan-200\/65 {
    border-top-color: rgb(165 243 252 / 0.65);
  }

  .lg\:border-t-cyan-200\/70 {
    border-top-color: rgb(165 243 252 / 0.7);
  }

  .lg\:border-t-cyan-200\/75 {
    border-top-color: rgb(165 243 252 / 0.75);
  }

  .lg\:border-t-cyan-200\/80 {
    border-top-color: rgb(165 243 252 / 0.8);
  }

  .lg\:border-t-cyan-200\/85 {
    border-top-color: rgb(165 243 252 / 0.85);
  }

  .lg\:border-t-cyan-200\/90 {
    border-top-color: rgb(165 243 252 / 0.9);
  }

  .lg\:border-t-cyan-200\/95 {
    border-top-color: rgb(165 243 252 / 0.95);
  }

  .lg\:border-t-cyan-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(103 232 249 / var(--tw-border-opacity));
  }

  .lg\:border-t-cyan-300\/0 {
    border-top-color: rgb(103 232 249 / 0);
  }

  .lg\:border-t-cyan-300\/10 {
    border-top-color: rgb(103 232 249 / 0.1);
  }

  .lg\:border-t-cyan-300\/100 {
    border-top-color: rgb(103 232 249 / 1);
  }

  .lg\:border-t-cyan-300\/15 {
    border-top-color: rgb(103 232 249 / 0.15);
  }

  .lg\:border-t-cyan-300\/20 {
    border-top-color: rgb(103 232 249 / 0.2);
  }

  .lg\:border-t-cyan-300\/25 {
    border-top-color: rgb(103 232 249 / 0.25);
  }

  .lg\:border-t-cyan-300\/30 {
    border-top-color: rgb(103 232 249 / 0.3);
  }

  .lg\:border-t-cyan-300\/35 {
    border-top-color: rgb(103 232 249 / 0.35);
  }

  .lg\:border-t-cyan-300\/40 {
    border-top-color: rgb(103 232 249 / 0.4);
  }

  .lg\:border-t-cyan-300\/45 {
    border-top-color: rgb(103 232 249 / 0.45);
  }

  .lg\:border-t-cyan-300\/5 {
    border-top-color: rgb(103 232 249 / 0.05);
  }

  .lg\:border-t-cyan-300\/50 {
    border-top-color: rgb(103 232 249 / 0.5);
  }

  .lg\:border-t-cyan-300\/55 {
    border-top-color: rgb(103 232 249 / 0.55);
  }

  .lg\:border-t-cyan-300\/60 {
    border-top-color: rgb(103 232 249 / 0.6);
  }

  .lg\:border-t-cyan-300\/65 {
    border-top-color: rgb(103 232 249 / 0.65);
  }

  .lg\:border-t-cyan-300\/70 {
    border-top-color: rgb(103 232 249 / 0.7);
  }

  .lg\:border-t-cyan-300\/75 {
    border-top-color: rgb(103 232 249 / 0.75);
  }

  .lg\:border-t-cyan-300\/80 {
    border-top-color: rgb(103 232 249 / 0.8);
  }

  .lg\:border-t-cyan-300\/85 {
    border-top-color: rgb(103 232 249 / 0.85);
  }

  .lg\:border-t-cyan-300\/90 {
    border-top-color: rgb(103 232 249 / 0.9);
  }

  .lg\:border-t-cyan-300\/95 {
    border-top-color: rgb(103 232 249 / 0.95);
  }

  .lg\:border-t-cyan-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(34 211 238 / var(--tw-border-opacity));
  }

  .lg\:border-t-cyan-400\/0 {
    border-top-color: rgb(34 211 238 / 0);
  }

  .lg\:border-t-cyan-400\/10 {
    border-top-color: rgb(34 211 238 / 0.1);
  }

  .lg\:border-t-cyan-400\/100 {
    border-top-color: rgb(34 211 238 / 1);
  }

  .lg\:border-t-cyan-400\/15 {
    border-top-color: rgb(34 211 238 / 0.15);
  }

  .lg\:border-t-cyan-400\/20 {
    border-top-color: rgb(34 211 238 / 0.2);
  }

  .lg\:border-t-cyan-400\/25 {
    border-top-color: rgb(34 211 238 / 0.25);
  }

  .lg\:border-t-cyan-400\/30 {
    border-top-color: rgb(34 211 238 / 0.3);
  }

  .lg\:border-t-cyan-400\/35 {
    border-top-color: rgb(34 211 238 / 0.35);
  }

  .lg\:border-t-cyan-400\/40 {
    border-top-color: rgb(34 211 238 / 0.4);
  }

  .lg\:border-t-cyan-400\/45 {
    border-top-color: rgb(34 211 238 / 0.45);
  }

  .lg\:border-t-cyan-400\/5 {
    border-top-color: rgb(34 211 238 / 0.05);
  }

  .lg\:border-t-cyan-400\/50 {
    border-top-color: rgb(34 211 238 / 0.5);
  }

  .lg\:border-t-cyan-400\/55 {
    border-top-color: rgb(34 211 238 / 0.55);
  }

  .lg\:border-t-cyan-400\/60 {
    border-top-color: rgb(34 211 238 / 0.6);
  }

  .lg\:border-t-cyan-400\/65 {
    border-top-color: rgb(34 211 238 / 0.65);
  }

  .lg\:border-t-cyan-400\/70 {
    border-top-color: rgb(34 211 238 / 0.7);
  }

  .lg\:border-t-cyan-400\/75 {
    border-top-color: rgb(34 211 238 / 0.75);
  }

  .lg\:border-t-cyan-400\/80 {
    border-top-color: rgb(34 211 238 / 0.8);
  }

  .lg\:border-t-cyan-400\/85 {
    border-top-color: rgb(34 211 238 / 0.85);
  }

  .lg\:border-t-cyan-400\/90 {
    border-top-color: rgb(34 211 238 / 0.9);
  }

  .lg\:border-t-cyan-400\/95 {
    border-top-color: rgb(34 211 238 / 0.95);
  }

  .lg\:border-t-cyan-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(236 254 255 / var(--tw-border-opacity));
  }

  .lg\:border-t-cyan-50\/0 {
    border-top-color: rgb(236 254 255 / 0);
  }

  .lg\:border-t-cyan-50\/10 {
    border-top-color: rgb(236 254 255 / 0.1);
  }

  .lg\:border-t-cyan-50\/100 {
    border-top-color: rgb(236 254 255 / 1);
  }

  .lg\:border-t-cyan-50\/15 {
    border-top-color: rgb(236 254 255 / 0.15);
  }

  .lg\:border-t-cyan-50\/20 {
    border-top-color: rgb(236 254 255 / 0.2);
  }

  .lg\:border-t-cyan-50\/25 {
    border-top-color: rgb(236 254 255 / 0.25);
  }

  .lg\:border-t-cyan-50\/30 {
    border-top-color: rgb(236 254 255 / 0.3);
  }

  .lg\:border-t-cyan-50\/35 {
    border-top-color: rgb(236 254 255 / 0.35);
  }

  .lg\:border-t-cyan-50\/40 {
    border-top-color: rgb(236 254 255 / 0.4);
  }

  .lg\:border-t-cyan-50\/45 {
    border-top-color: rgb(236 254 255 / 0.45);
  }

  .lg\:border-t-cyan-50\/5 {
    border-top-color: rgb(236 254 255 / 0.05);
  }

  .lg\:border-t-cyan-50\/50 {
    border-top-color: rgb(236 254 255 / 0.5);
  }

  .lg\:border-t-cyan-50\/55 {
    border-top-color: rgb(236 254 255 / 0.55);
  }

  .lg\:border-t-cyan-50\/60 {
    border-top-color: rgb(236 254 255 / 0.6);
  }

  .lg\:border-t-cyan-50\/65 {
    border-top-color: rgb(236 254 255 / 0.65);
  }

  .lg\:border-t-cyan-50\/70 {
    border-top-color: rgb(236 254 255 / 0.7);
  }

  .lg\:border-t-cyan-50\/75 {
    border-top-color: rgb(236 254 255 / 0.75);
  }

  .lg\:border-t-cyan-50\/80 {
    border-top-color: rgb(236 254 255 / 0.8);
  }

  .lg\:border-t-cyan-50\/85 {
    border-top-color: rgb(236 254 255 / 0.85);
  }

  .lg\:border-t-cyan-50\/90 {
    border-top-color: rgb(236 254 255 / 0.9);
  }

  .lg\:border-t-cyan-50\/95 {
    border-top-color: rgb(236 254 255 / 0.95);
  }

  .lg\:border-t-cyan-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(6 182 212 / var(--tw-border-opacity));
  }

  .lg\:border-t-cyan-500\/0 {
    border-top-color: rgb(6 182 212 / 0);
  }

  .lg\:border-t-cyan-500\/10 {
    border-top-color: rgb(6 182 212 / 0.1);
  }

  .lg\:border-t-cyan-500\/100 {
    border-top-color: rgb(6 182 212 / 1);
  }

  .lg\:border-t-cyan-500\/15 {
    border-top-color: rgb(6 182 212 / 0.15);
  }

  .lg\:border-t-cyan-500\/20 {
    border-top-color: rgb(6 182 212 / 0.2);
  }

  .lg\:border-t-cyan-500\/25 {
    border-top-color: rgb(6 182 212 / 0.25);
  }

  .lg\:border-t-cyan-500\/30 {
    border-top-color: rgb(6 182 212 / 0.3);
  }

  .lg\:border-t-cyan-500\/35 {
    border-top-color: rgb(6 182 212 / 0.35);
  }

  .lg\:border-t-cyan-500\/40 {
    border-top-color: rgb(6 182 212 / 0.4);
  }

  .lg\:border-t-cyan-500\/45 {
    border-top-color: rgb(6 182 212 / 0.45);
  }

  .lg\:border-t-cyan-500\/5 {
    border-top-color: rgb(6 182 212 / 0.05);
  }

  .lg\:border-t-cyan-500\/50 {
    border-top-color: rgb(6 182 212 / 0.5);
  }

  .lg\:border-t-cyan-500\/55 {
    border-top-color: rgb(6 182 212 / 0.55);
  }

  .lg\:border-t-cyan-500\/60 {
    border-top-color: rgb(6 182 212 / 0.6);
  }

  .lg\:border-t-cyan-500\/65 {
    border-top-color: rgb(6 182 212 / 0.65);
  }

  .lg\:border-t-cyan-500\/70 {
    border-top-color: rgb(6 182 212 / 0.7);
  }

  .lg\:border-t-cyan-500\/75 {
    border-top-color: rgb(6 182 212 / 0.75);
  }

  .lg\:border-t-cyan-500\/80 {
    border-top-color: rgb(6 182 212 / 0.8);
  }

  .lg\:border-t-cyan-500\/85 {
    border-top-color: rgb(6 182 212 / 0.85);
  }

  .lg\:border-t-cyan-500\/90 {
    border-top-color: rgb(6 182 212 / 0.9);
  }

  .lg\:border-t-cyan-500\/95 {
    border-top-color: rgb(6 182 212 / 0.95);
  }

  .lg\:border-t-cyan-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(8 145 178 / var(--tw-border-opacity));
  }

  .lg\:border-t-cyan-600\/0 {
    border-top-color: rgb(8 145 178 / 0);
  }

  .lg\:border-t-cyan-600\/10 {
    border-top-color: rgb(8 145 178 / 0.1);
  }

  .lg\:border-t-cyan-600\/100 {
    border-top-color: rgb(8 145 178 / 1);
  }

  .lg\:border-t-cyan-600\/15 {
    border-top-color: rgb(8 145 178 / 0.15);
  }

  .lg\:border-t-cyan-600\/20 {
    border-top-color: rgb(8 145 178 / 0.2);
  }

  .lg\:border-t-cyan-600\/25 {
    border-top-color: rgb(8 145 178 / 0.25);
  }

  .lg\:border-t-cyan-600\/30 {
    border-top-color: rgb(8 145 178 / 0.3);
  }

  .lg\:border-t-cyan-600\/35 {
    border-top-color: rgb(8 145 178 / 0.35);
  }

  .lg\:border-t-cyan-600\/40 {
    border-top-color: rgb(8 145 178 / 0.4);
  }

  .lg\:border-t-cyan-600\/45 {
    border-top-color: rgb(8 145 178 / 0.45);
  }

  .lg\:border-t-cyan-600\/5 {
    border-top-color: rgb(8 145 178 / 0.05);
  }

  .lg\:border-t-cyan-600\/50 {
    border-top-color: rgb(8 145 178 / 0.5);
  }

  .lg\:border-t-cyan-600\/55 {
    border-top-color: rgb(8 145 178 / 0.55);
  }

  .lg\:border-t-cyan-600\/60 {
    border-top-color: rgb(8 145 178 / 0.6);
  }

  .lg\:border-t-cyan-600\/65 {
    border-top-color: rgb(8 145 178 / 0.65);
  }

  .lg\:border-t-cyan-600\/70 {
    border-top-color: rgb(8 145 178 / 0.7);
  }

  .lg\:border-t-cyan-600\/75 {
    border-top-color: rgb(8 145 178 / 0.75);
  }

  .lg\:border-t-cyan-600\/80 {
    border-top-color: rgb(8 145 178 / 0.8);
  }

  .lg\:border-t-cyan-600\/85 {
    border-top-color: rgb(8 145 178 / 0.85);
  }

  .lg\:border-t-cyan-600\/90 {
    border-top-color: rgb(8 145 178 / 0.9);
  }

  .lg\:border-t-cyan-600\/95 {
    border-top-color: rgb(8 145 178 / 0.95);
  }

  .lg\:border-t-cyan-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(14 116 144 / var(--tw-border-opacity));
  }

  .lg\:border-t-cyan-700\/0 {
    border-top-color: rgb(14 116 144 / 0);
  }

  .lg\:border-t-cyan-700\/10 {
    border-top-color: rgb(14 116 144 / 0.1);
  }

  .lg\:border-t-cyan-700\/100 {
    border-top-color: rgb(14 116 144 / 1);
  }

  .lg\:border-t-cyan-700\/15 {
    border-top-color: rgb(14 116 144 / 0.15);
  }

  .lg\:border-t-cyan-700\/20 {
    border-top-color: rgb(14 116 144 / 0.2);
  }

  .lg\:border-t-cyan-700\/25 {
    border-top-color: rgb(14 116 144 / 0.25);
  }

  .lg\:border-t-cyan-700\/30 {
    border-top-color: rgb(14 116 144 / 0.3);
  }

  .lg\:border-t-cyan-700\/35 {
    border-top-color: rgb(14 116 144 / 0.35);
  }

  .lg\:border-t-cyan-700\/40 {
    border-top-color: rgb(14 116 144 / 0.4);
  }

  .lg\:border-t-cyan-700\/45 {
    border-top-color: rgb(14 116 144 / 0.45);
  }

  .lg\:border-t-cyan-700\/5 {
    border-top-color: rgb(14 116 144 / 0.05);
  }

  .lg\:border-t-cyan-700\/50 {
    border-top-color: rgb(14 116 144 / 0.5);
  }

  .lg\:border-t-cyan-700\/55 {
    border-top-color: rgb(14 116 144 / 0.55);
  }

  .lg\:border-t-cyan-700\/60 {
    border-top-color: rgb(14 116 144 / 0.6);
  }

  .lg\:border-t-cyan-700\/65 {
    border-top-color: rgb(14 116 144 / 0.65);
  }

  .lg\:border-t-cyan-700\/70 {
    border-top-color: rgb(14 116 144 / 0.7);
  }

  .lg\:border-t-cyan-700\/75 {
    border-top-color: rgb(14 116 144 / 0.75);
  }

  .lg\:border-t-cyan-700\/80 {
    border-top-color: rgb(14 116 144 / 0.8);
  }

  .lg\:border-t-cyan-700\/85 {
    border-top-color: rgb(14 116 144 / 0.85);
  }

  .lg\:border-t-cyan-700\/90 {
    border-top-color: rgb(14 116 144 / 0.9);
  }

  .lg\:border-t-cyan-700\/95 {
    border-top-color: rgb(14 116 144 / 0.95);
  }

  .lg\:border-t-cyan-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(21 94 117 / var(--tw-border-opacity));
  }

  .lg\:border-t-cyan-800\/0 {
    border-top-color: rgb(21 94 117 / 0);
  }

  .lg\:border-t-cyan-800\/10 {
    border-top-color: rgb(21 94 117 / 0.1);
  }

  .lg\:border-t-cyan-800\/100 {
    border-top-color: rgb(21 94 117 / 1);
  }

  .lg\:border-t-cyan-800\/15 {
    border-top-color: rgb(21 94 117 / 0.15);
  }

  .lg\:border-t-cyan-800\/20 {
    border-top-color: rgb(21 94 117 / 0.2);
  }

  .lg\:border-t-cyan-800\/25 {
    border-top-color: rgb(21 94 117 / 0.25);
  }

  .lg\:border-t-cyan-800\/30 {
    border-top-color: rgb(21 94 117 / 0.3);
  }

  .lg\:border-t-cyan-800\/35 {
    border-top-color: rgb(21 94 117 / 0.35);
  }

  .lg\:border-t-cyan-800\/40 {
    border-top-color: rgb(21 94 117 / 0.4);
  }

  .lg\:border-t-cyan-800\/45 {
    border-top-color: rgb(21 94 117 / 0.45);
  }

  .lg\:border-t-cyan-800\/5 {
    border-top-color: rgb(21 94 117 / 0.05);
  }

  .lg\:border-t-cyan-800\/50 {
    border-top-color: rgb(21 94 117 / 0.5);
  }

  .lg\:border-t-cyan-800\/55 {
    border-top-color: rgb(21 94 117 / 0.55);
  }

  .lg\:border-t-cyan-800\/60 {
    border-top-color: rgb(21 94 117 / 0.6);
  }

  .lg\:border-t-cyan-800\/65 {
    border-top-color: rgb(21 94 117 / 0.65);
  }

  .lg\:border-t-cyan-800\/70 {
    border-top-color: rgb(21 94 117 / 0.7);
  }

  .lg\:border-t-cyan-800\/75 {
    border-top-color: rgb(21 94 117 / 0.75);
  }

  .lg\:border-t-cyan-800\/80 {
    border-top-color: rgb(21 94 117 / 0.8);
  }

  .lg\:border-t-cyan-800\/85 {
    border-top-color: rgb(21 94 117 / 0.85);
  }

  .lg\:border-t-cyan-800\/90 {
    border-top-color: rgb(21 94 117 / 0.9);
  }

  .lg\:border-t-cyan-800\/95 {
    border-top-color: rgb(21 94 117 / 0.95);
  }

  .lg\:border-t-cyan-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(22 78 99 / var(--tw-border-opacity));
  }

  .lg\:border-t-cyan-900\/0 {
    border-top-color: rgb(22 78 99 / 0);
  }

  .lg\:border-t-cyan-900\/10 {
    border-top-color: rgb(22 78 99 / 0.1);
  }

  .lg\:border-t-cyan-900\/100 {
    border-top-color: rgb(22 78 99 / 1);
  }

  .lg\:border-t-cyan-900\/15 {
    border-top-color: rgb(22 78 99 / 0.15);
  }

  .lg\:border-t-cyan-900\/20 {
    border-top-color: rgb(22 78 99 / 0.2);
  }

  .lg\:border-t-cyan-900\/25 {
    border-top-color: rgb(22 78 99 / 0.25);
  }

  .lg\:border-t-cyan-900\/30 {
    border-top-color: rgb(22 78 99 / 0.3);
  }

  .lg\:border-t-cyan-900\/35 {
    border-top-color: rgb(22 78 99 / 0.35);
  }

  .lg\:border-t-cyan-900\/40 {
    border-top-color: rgb(22 78 99 / 0.4);
  }

  .lg\:border-t-cyan-900\/45 {
    border-top-color: rgb(22 78 99 / 0.45);
  }

  .lg\:border-t-cyan-900\/5 {
    border-top-color: rgb(22 78 99 / 0.05);
  }

  .lg\:border-t-cyan-900\/50 {
    border-top-color: rgb(22 78 99 / 0.5);
  }

  .lg\:border-t-cyan-900\/55 {
    border-top-color: rgb(22 78 99 / 0.55);
  }

  .lg\:border-t-cyan-900\/60 {
    border-top-color: rgb(22 78 99 / 0.6);
  }

  .lg\:border-t-cyan-900\/65 {
    border-top-color: rgb(22 78 99 / 0.65);
  }

  .lg\:border-t-cyan-900\/70 {
    border-top-color: rgb(22 78 99 / 0.7);
  }

  .lg\:border-t-cyan-900\/75 {
    border-top-color: rgb(22 78 99 / 0.75);
  }

  .lg\:border-t-cyan-900\/80 {
    border-top-color: rgb(22 78 99 / 0.8);
  }

  .lg\:border-t-cyan-900\/85 {
    border-top-color: rgb(22 78 99 / 0.85);
  }

  .lg\:border-t-cyan-900\/90 {
    border-top-color: rgb(22 78 99 / 0.9);
  }

  .lg\:border-t-cyan-900\/95 {
    border-top-color: rgb(22 78 99 / 0.95);
  }

  .lg\:border-t-cyan-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(8 51 68 / var(--tw-border-opacity));
  }

  .lg\:border-t-cyan-950\/0 {
    border-top-color: rgb(8 51 68 / 0);
  }

  .lg\:border-t-cyan-950\/10 {
    border-top-color: rgb(8 51 68 / 0.1);
  }

  .lg\:border-t-cyan-950\/100 {
    border-top-color: rgb(8 51 68 / 1);
  }

  .lg\:border-t-cyan-950\/15 {
    border-top-color: rgb(8 51 68 / 0.15);
  }

  .lg\:border-t-cyan-950\/20 {
    border-top-color: rgb(8 51 68 / 0.2);
  }

  .lg\:border-t-cyan-950\/25 {
    border-top-color: rgb(8 51 68 / 0.25);
  }

  .lg\:border-t-cyan-950\/30 {
    border-top-color: rgb(8 51 68 / 0.3);
  }

  .lg\:border-t-cyan-950\/35 {
    border-top-color: rgb(8 51 68 / 0.35);
  }

  .lg\:border-t-cyan-950\/40 {
    border-top-color: rgb(8 51 68 / 0.4);
  }

  .lg\:border-t-cyan-950\/45 {
    border-top-color: rgb(8 51 68 / 0.45);
  }

  .lg\:border-t-cyan-950\/5 {
    border-top-color: rgb(8 51 68 / 0.05);
  }

  .lg\:border-t-cyan-950\/50 {
    border-top-color: rgb(8 51 68 / 0.5);
  }

  .lg\:border-t-cyan-950\/55 {
    border-top-color: rgb(8 51 68 / 0.55);
  }

  .lg\:border-t-cyan-950\/60 {
    border-top-color: rgb(8 51 68 / 0.6);
  }

  .lg\:border-t-cyan-950\/65 {
    border-top-color: rgb(8 51 68 / 0.65);
  }

  .lg\:border-t-cyan-950\/70 {
    border-top-color: rgb(8 51 68 / 0.7);
  }

  .lg\:border-t-cyan-950\/75 {
    border-top-color: rgb(8 51 68 / 0.75);
  }

  .lg\:border-t-cyan-950\/80 {
    border-top-color: rgb(8 51 68 / 0.8);
  }

  .lg\:border-t-cyan-950\/85 {
    border-top-color: rgb(8 51 68 / 0.85);
  }

  .lg\:border-t-cyan-950\/90 {
    border-top-color: rgb(8 51 68 / 0.9);
  }

  .lg\:border-t-cyan-950\/95 {
    border-top-color: rgb(8 51 68 / 0.95);
  }

  .lg\:border-t-emerald-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(209 250 229 / var(--tw-border-opacity));
  }

  .lg\:border-t-emerald-100\/0 {
    border-top-color: rgb(209 250 229 / 0);
  }

  .lg\:border-t-emerald-100\/10 {
    border-top-color: rgb(209 250 229 / 0.1);
  }

  .lg\:border-t-emerald-100\/100 {
    border-top-color: rgb(209 250 229 / 1);
  }

  .lg\:border-t-emerald-100\/15 {
    border-top-color: rgb(209 250 229 / 0.15);
  }

  .lg\:border-t-emerald-100\/20 {
    border-top-color: rgb(209 250 229 / 0.2);
  }

  .lg\:border-t-emerald-100\/25 {
    border-top-color: rgb(209 250 229 / 0.25);
  }

  .lg\:border-t-emerald-100\/30 {
    border-top-color: rgb(209 250 229 / 0.3);
  }

  .lg\:border-t-emerald-100\/35 {
    border-top-color: rgb(209 250 229 / 0.35);
  }

  .lg\:border-t-emerald-100\/40 {
    border-top-color: rgb(209 250 229 / 0.4);
  }

  .lg\:border-t-emerald-100\/45 {
    border-top-color: rgb(209 250 229 / 0.45);
  }

  .lg\:border-t-emerald-100\/5 {
    border-top-color: rgb(209 250 229 / 0.05);
  }

  .lg\:border-t-emerald-100\/50 {
    border-top-color: rgb(209 250 229 / 0.5);
  }

  .lg\:border-t-emerald-100\/55 {
    border-top-color: rgb(209 250 229 / 0.55);
  }

  .lg\:border-t-emerald-100\/60 {
    border-top-color: rgb(209 250 229 / 0.6);
  }

  .lg\:border-t-emerald-100\/65 {
    border-top-color: rgb(209 250 229 / 0.65);
  }

  .lg\:border-t-emerald-100\/70 {
    border-top-color: rgb(209 250 229 / 0.7);
  }

  .lg\:border-t-emerald-100\/75 {
    border-top-color: rgb(209 250 229 / 0.75);
  }

  .lg\:border-t-emerald-100\/80 {
    border-top-color: rgb(209 250 229 / 0.8);
  }

  .lg\:border-t-emerald-100\/85 {
    border-top-color: rgb(209 250 229 / 0.85);
  }

  .lg\:border-t-emerald-100\/90 {
    border-top-color: rgb(209 250 229 / 0.9);
  }

  .lg\:border-t-emerald-100\/95 {
    border-top-color: rgb(209 250 229 / 0.95);
  }

  .lg\:border-t-emerald-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(167 243 208 / var(--tw-border-opacity));
  }

  .lg\:border-t-emerald-200\/0 {
    border-top-color: rgb(167 243 208 / 0);
  }

  .lg\:border-t-emerald-200\/10 {
    border-top-color: rgb(167 243 208 / 0.1);
  }

  .lg\:border-t-emerald-200\/100 {
    border-top-color: rgb(167 243 208 / 1);
  }

  .lg\:border-t-emerald-200\/15 {
    border-top-color: rgb(167 243 208 / 0.15);
  }

  .lg\:border-t-emerald-200\/20 {
    border-top-color: rgb(167 243 208 / 0.2);
  }

  .lg\:border-t-emerald-200\/25 {
    border-top-color: rgb(167 243 208 / 0.25);
  }

  .lg\:border-t-emerald-200\/30 {
    border-top-color: rgb(167 243 208 / 0.3);
  }

  .lg\:border-t-emerald-200\/35 {
    border-top-color: rgb(167 243 208 / 0.35);
  }

  .lg\:border-t-emerald-200\/40 {
    border-top-color: rgb(167 243 208 / 0.4);
  }

  .lg\:border-t-emerald-200\/45 {
    border-top-color: rgb(167 243 208 / 0.45);
  }

  .lg\:border-t-emerald-200\/5 {
    border-top-color: rgb(167 243 208 / 0.05);
  }

  .lg\:border-t-emerald-200\/50 {
    border-top-color: rgb(167 243 208 / 0.5);
  }

  .lg\:border-t-emerald-200\/55 {
    border-top-color: rgb(167 243 208 / 0.55);
  }

  .lg\:border-t-emerald-200\/60 {
    border-top-color: rgb(167 243 208 / 0.6);
  }

  .lg\:border-t-emerald-200\/65 {
    border-top-color: rgb(167 243 208 / 0.65);
  }

  .lg\:border-t-emerald-200\/70 {
    border-top-color: rgb(167 243 208 / 0.7);
  }

  .lg\:border-t-emerald-200\/75 {
    border-top-color: rgb(167 243 208 / 0.75);
  }

  .lg\:border-t-emerald-200\/80 {
    border-top-color: rgb(167 243 208 / 0.8);
  }

  .lg\:border-t-emerald-200\/85 {
    border-top-color: rgb(167 243 208 / 0.85);
  }

  .lg\:border-t-emerald-200\/90 {
    border-top-color: rgb(167 243 208 / 0.9);
  }

  .lg\:border-t-emerald-200\/95 {
    border-top-color: rgb(167 243 208 / 0.95);
  }

  .lg\:border-t-emerald-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(110 231 183 / var(--tw-border-opacity));
  }

  .lg\:border-t-emerald-300\/0 {
    border-top-color: rgb(110 231 183 / 0);
  }

  .lg\:border-t-emerald-300\/10 {
    border-top-color: rgb(110 231 183 / 0.1);
  }

  .lg\:border-t-emerald-300\/100 {
    border-top-color: rgb(110 231 183 / 1);
  }

  .lg\:border-t-emerald-300\/15 {
    border-top-color: rgb(110 231 183 / 0.15);
  }

  .lg\:border-t-emerald-300\/20 {
    border-top-color: rgb(110 231 183 / 0.2);
  }

  .lg\:border-t-emerald-300\/25 {
    border-top-color: rgb(110 231 183 / 0.25);
  }

  .lg\:border-t-emerald-300\/30 {
    border-top-color: rgb(110 231 183 / 0.3);
  }

  .lg\:border-t-emerald-300\/35 {
    border-top-color: rgb(110 231 183 / 0.35);
  }

  .lg\:border-t-emerald-300\/40 {
    border-top-color: rgb(110 231 183 / 0.4);
  }

  .lg\:border-t-emerald-300\/45 {
    border-top-color: rgb(110 231 183 / 0.45);
  }

  .lg\:border-t-emerald-300\/5 {
    border-top-color: rgb(110 231 183 / 0.05);
  }

  .lg\:border-t-emerald-300\/50 {
    border-top-color: rgb(110 231 183 / 0.5);
  }

  .lg\:border-t-emerald-300\/55 {
    border-top-color: rgb(110 231 183 / 0.55);
  }

  .lg\:border-t-emerald-300\/60 {
    border-top-color: rgb(110 231 183 / 0.6);
  }

  .lg\:border-t-emerald-300\/65 {
    border-top-color: rgb(110 231 183 / 0.65);
  }

  .lg\:border-t-emerald-300\/70 {
    border-top-color: rgb(110 231 183 / 0.7);
  }

  .lg\:border-t-emerald-300\/75 {
    border-top-color: rgb(110 231 183 / 0.75);
  }

  .lg\:border-t-emerald-300\/80 {
    border-top-color: rgb(110 231 183 / 0.8);
  }

  .lg\:border-t-emerald-300\/85 {
    border-top-color: rgb(110 231 183 / 0.85);
  }

  .lg\:border-t-emerald-300\/90 {
    border-top-color: rgb(110 231 183 / 0.9);
  }

  .lg\:border-t-emerald-300\/95 {
    border-top-color: rgb(110 231 183 / 0.95);
  }

  .lg\:border-t-emerald-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(52 211 153 / var(--tw-border-opacity));
  }

  .lg\:border-t-emerald-400\/0 {
    border-top-color: rgb(52 211 153 / 0);
  }

  .lg\:border-t-emerald-400\/10 {
    border-top-color: rgb(52 211 153 / 0.1);
  }

  .lg\:border-t-emerald-400\/100 {
    border-top-color: rgb(52 211 153 / 1);
  }

  .lg\:border-t-emerald-400\/15 {
    border-top-color: rgb(52 211 153 / 0.15);
  }

  .lg\:border-t-emerald-400\/20 {
    border-top-color: rgb(52 211 153 / 0.2);
  }

  .lg\:border-t-emerald-400\/25 {
    border-top-color: rgb(52 211 153 / 0.25);
  }

  .lg\:border-t-emerald-400\/30 {
    border-top-color: rgb(52 211 153 / 0.3);
  }

  .lg\:border-t-emerald-400\/35 {
    border-top-color: rgb(52 211 153 / 0.35);
  }

  .lg\:border-t-emerald-400\/40 {
    border-top-color: rgb(52 211 153 / 0.4);
  }

  .lg\:border-t-emerald-400\/45 {
    border-top-color: rgb(52 211 153 / 0.45);
  }

  .lg\:border-t-emerald-400\/5 {
    border-top-color: rgb(52 211 153 / 0.05);
  }

  .lg\:border-t-emerald-400\/50 {
    border-top-color: rgb(52 211 153 / 0.5);
  }

  .lg\:border-t-emerald-400\/55 {
    border-top-color: rgb(52 211 153 / 0.55);
  }

  .lg\:border-t-emerald-400\/60 {
    border-top-color: rgb(52 211 153 / 0.6);
  }

  .lg\:border-t-emerald-400\/65 {
    border-top-color: rgb(52 211 153 / 0.65);
  }

  .lg\:border-t-emerald-400\/70 {
    border-top-color: rgb(52 211 153 / 0.7);
  }

  .lg\:border-t-emerald-400\/75 {
    border-top-color: rgb(52 211 153 / 0.75);
  }

  .lg\:border-t-emerald-400\/80 {
    border-top-color: rgb(52 211 153 / 0.8);
  }

  .lg\:border-t-emerald-400\/85 {
    border-top-color: rgb(52 211 153 / 0.85);
  }

  .lg\:border-t-emerald-400\/90 {
    border-top-color: rgb(52 211 153 / 0.9);
  }

  .lg\:border-t-emerald-400\/95 {
    border-top-color: rgb(52 211 153 / 0.95);
  }

  .lg\:border-t-emerald-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(236 253 245 / var(--tw-border-opacity));
  }

  .lg\:border-t-emerald-50\/0 {
    border-top-color: rgb(236 253 245 / 0);
  }

  .lg\:border-t-emerald-50\/10 {
    border-top-color: rgb(236 253 245 / 0.1);
  }

  .lg\:border-t-emerald-50\/100 {
    border-top-color: rgb(236 253 245 / 1);
  }

  .lg\:border-t-emerald-50\/15 {
    border-top-color: rgb(236 253 245 / 0.15);
  }

  .lg\:border-t-emerald-50\/20 {
    border-top-color: rgb(236 253 245 / 0.2);
  }

  .lg\:border-t-emerald-50\/25 {
    border-top-color: rgb(236 253 245 / 0.25);
  }

  .lg\:border-t-emerald-50\/30 {
    border-top-color: rgb(236 253 245 / 0.3);
  }

  .lg\:border-t-emerald-50\/35 {
    border-top-color: rgb(236 253 245 / 0.35);
  }

  .lg\:border-t-emerald-50\/40 {
    border-top-color: rgb(236 253 245 / 0.4);
  }

  .lg\:border-t-emerald-50\/45 {
    border-top-color: rgb(236 253 245 / 0.45);
  }

  .lg\:border-t-emerald-50\/5 {
    border-top-color: rgb(236 253 245 / 0.05);
  }

  .lg\:border-t-emerald-50\/50 {
    border-top-color: rgb(236 253 245 / 0.5);
  }

  .lg\:border-t-emerald-50\/55 {
    border-top-color: rgb(236 253 245 / 0.55);
  }

  .lg\:border-t-emerald-50\/60 {
    border-top-color: rgb(236 253 245 / 0.6);
  }

  .lg\:border-t-emerald-50\/65 {
    border-top-color: rgb(236 253 245 / 0.65);
  }

  .lg\:border-t-emerald-50\/70 {
    border-top-color: rgb(236 253 245 / 0.7);
  }

  .lg\:border-t-emerald-50\/75 {
    border-top-color: rgb(236 253 245 / 0.75);
  }

  .lg\:border-t-emerald-50\/80 {
    border-top-color: rgb(236 253 245 / 0.8);
  }

  .lg\:border-t-emerald-50\/85 {
    border-top-color: rgb(236 253 245 / 0.85);
  }

  .lg\:border-t-emerald-50\/90 {
    border-top-color: rgb(236 253 245 / 0.9);
  }

  .lg\:border-t-emerald-50\/95 {
    border-top-color: rgb(236 253 245 / 0.95);
  }

  .lg\:border-t-emerald-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(16 185 129 / var(--tw-border-opacity));
  }

  .lg\:border-t-emerald-500\/0 {
    border-top-color: rgb(16 185 129 / 0);
  }

  .lg\:border-t-emerald-500\/10 {
    border-top-color: rgb(16 185 129 / 0.1);
  }

  .lg\:border-t-emerald-500\/100 {
    border-top-color: rgb(16 185 129 / 1);
  }

  .lg\:border-t-emerald-500\/15 {
    border-top-color: rgb(16 185 129 / 0.15);
  }

  .lg\:border-t-emerald-500\/20 {
    border-top-color: rgb(16 185 129 / 0.2);
  }

  .lg\:border-t-emerald-500\/25 {
    border-top-color: rgb(16 185 129 / 0.25);
  }

  .lg\:border-t-emerald-500\/30 {
    border-top-color: rgb(16 185 129 / 0.3);
  }

  .lg\:border-t-emerald-500\/35 {
    border-top-color: rgb(16 185 129 / 0.35);
  }

  .lg\:border-t-emerald-500\/40 {
    border-top-color: rgb(16 185 129 / 0.4);
  }

  .lg\:border-t-emerald-500\/45 {
    border-top-color: rgb(16 185 129 / 0.45);
  }

  .lg\:border-t-emerald-500\/5 {
    border-top-color: rgb(16 185 129 / 0.05);
  }

  .lg\:border-t-emerald-500\/50 {
    border-top-color: rgb(16 185 129 / 0.5);
  }

  .lg\:border-t-emerald-500\/55 {
    border-top-color: rgb(16 185 129 / 0.55);
  }

  .lg\:border-t-emerald-500\/60 {
    border-top-color: rgb(16 185 129 / 0.6);
  }

  .lg\:border-t-emerald-500\/65 {
    border-top-color: rgb(16 185 129 / 0.65);
  }

  .lg\:border-t-emerald-500\/70 {
    border-top-color: rgb(16 185 129 / 0.7);
  }

  .lg\:border-t-emerald-500\/75 {
    border-top-color: rgb(16 185 129 / 0.75);
  }

  .lg\:border-t-emerald-500\/80 {
    border-top-color: rgb(16 185 129 / 0.8);
  }

  .lg\:border-t-emerald-500\/85 {
    border-top-color: rgb(16 185 129 / 0.85);
  }

  .lg\:border-t-emerald-500\/90 {
    border-top-color: rgb(16 185 129 / 0.9);
  }

  .lg\:border-t-emerald-500\/95 {
    border-top-color: rgb(16 185 129 / 0.95);
  }

  .lg\:border-t-emerald-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(5 150 105 / var(--tw-border-opacity));
  }

  .lg\:border-t-emerald-600\/0 {
    border-top-color: rgb(5 150 105 / 0);
  }

  .lg\:border-t-emerald-600\/10 {
    border-top-color: rgb(5 150 105 / 0.1);
  }

  .lg\:border-t-emerald-600\/100 {
    border-top-color: rgb(5 150 105 / 1);
  }

  .lg\:border-t-emerald-600\/15 {
    border-top-color: rgb(5 150 105 / 0.15);
  }

  .lg\:border-t-emerald-600\/20 {
    border-top-color: rgb(5 150 105 / 0.2);
  }

  .lg\:border-t-emerald-600\/25 {
    border-top-color: rgb(5 150 105 / 0.25);
  }

  .lg\:border-t-emerald-600\/30 {
    border-top-color: rgb(5 150 105 / 0.3);
  }

  .lg\:border-t-emerald-600\/35 {
    border-top-color: rgb(5 150 105 / 0.35);
  }

  .lg\:border-t-emerald-600\/40 {
    border-top-color: rgb(5 150 105 / 0.4);
  }

  .lg\:border-t-emerald-600\/45 {
    border-top-color: rgb(5 150 105 / 0.45);
  }

  .lg\:border-t-emerald-600\/5 {
    border-top-color: rgb(5 150 105 / 0.05);
  }

  .lg\:border-t-emerald-600\/50 {
    border-top-color: rgb(5 150 105 / 0.5);
  }

  .lg\:border-t-emerald-600\/55 {
    border-top-color: rgb(5 150 105 / 0.55);
  }

  .lg\:border-t-emerald-600\/60 {
    border-top-color: rgb(5 150 105 / 0.6);
  }

  .lg\:border-t-emerald-600\/65 {
    border-top-color: rgb(5 150 105 / 0.65);
  }

  .lg\:border-t-emerald-600\/70 {
    border-top-color: rgb(5 150 105 / 0.7);
  }

  .lg\:border-t-emerald-600\/75 {
    border-top-color: rgb(5 150 105 / 0.75);
  }

  .lg\:border-t-emerald-600\/80 {
    border-top-color: rgb(5 150 105 / 0.8);
  }

  .lg\:border-t-emerald-600\/85 {
    border-top-color: rgb(5 150 105 / 0.85);
  }

  .lg\:border-t-emerald-600\/90 {
    border-top-color: rgb(5 150 105 / 0.9);
  }

  .lg\:border-t-emerald-600\/95 {
    border-top-color: rgb(5 150 105 / 0.95);
  }

  .lg\:border-t-emerald-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(4 120 87 / var(--tw-border-opacity));
  }

  .lg\:border-t-emerald-700\/0 {
    border-top-color: rgb(4 120 87 / 0);
  }

  .lg\:border-t-emerald-700\/10 {
    border-top-color: rgb(4 120 87 / 0.1);
  }

  .lg\:border-t-emerald-700\/100 {
    border-top-color: rgb(4 120 87 / 1);
  }

  .lg\:border-t-emerald-700\/15 {
    border-top-color: rgb(4 120 87 / 0.15);
  }

  .lg\:border-t-emerald-700\/20 {
    border-top-color: rgb(4 120 87 / 0.2);
  }

  .lg\:border-t-emerald-700\/25 {
    border-top-color: rgb(4 120 87 / 0.25);
  }

  .lg\:border-t-emerald-700\/30 {
    border-top-color: rgb(4 120 87 / 0.3);
  }

  .lg\:border-t-emerald-700\/35 {
    border-top-color: rgb(4 120 87 / 0.35);
  }

  .lg\:border-t-emerald-700\/40 {
    border-top-color: rgb(4 120 87 / 0.4);
  }

  .lg\:border-t-emerald-700\/45 {
    border-top-color: rgb(4 120 87 / 0.45);
  }

  .lg\:border-t-emerald-700\/5 {
    border-top-color: rgb(4 120 87 / 0.05);
  }

  .lg\:border-t-emerald-700\/50 {
    border-top-color: rgb(4 120 87 / 0.5);
  }

  .lg\:border-t-emerald-700\/55 {
    border-top-color: rgb(4 120 87 / 0.55);
  }

  .lg\:border-t-emerald-700\/60 {
    border-top-color: rgb(4 120 87 / 0.6);
  }

  .lg\:border-t-emerald-700\/65 {
    border-top-color: rgb(4 120 87 / 0.65);
  }

  .lg\:border-t-emerald-700\/70 {
    border-top-color: rgb(4 120 87 / 0.7);
  }

  .lg\:border-t-emerald-700\/75 {
    border-top-color: rgb(4 120 87 / 0.75);
  }

  .lg\:border-t-emerald-700\/80 {
    border-top-color: rgb(4 120 87 / 0.8);
  }

  .lg\:border-t-emerald-700\/85 {
    border-top-color: rgb(4 120 87 / 0.85);
  }

  .lg\:border-t-emerald-700\/90 {
    border-top-color: rgb(4 120 87 / 0.9);
  }

  .lg\:border-t-emerald-700\/95 {
    border-top-color: rgb(4 120 87 / 0.95);
  }

  .lg\:border-t-emerald-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(6 95 70 / var(--tw-border-opacity));
  }

  .lg\:border-t-emerald-800\/0 {
    border-top-color: rgb(6 95 70 / 0);
  }

  .lg\:border-t-emerald-800\/10 {
    border-top-color: rgb(6 95 70 / 0.1);
  }

  .lg\:border-t-emerald-800\/100 {
    border-top-color: rgb(6 95 70 / 1);
  }

  .lg\:border-t-emerald-800\/15 {
    border-top-color: rgb(6 95 70 / 0.15);
  }

  .lg\:border-t-emerald-800\/20 {
    border-top-color: rgb(6 95 70 / 0.2);
  }

  .lg\:border-t-emerald-800\/25 {
    border-top-color: rgb(6 95 70 / 0.25);
  }

  .lg\:border-t-emerald-800\/30 {
    border-top-color: rgb(6 95 70 / 0.3);
  }

  .lg\:border-t-emerald-800\/35 {
    border-top-color: rgb(6 95 70 / 0.35);
  }

  .lg\:border-t-emerald-800\/40 {
    border-top-color: rgb(6 95 70 / 0.4);
  }

  .lg\:border-t-emerald-800\/45 {
    border-top-color: rgb(6 95 70 / 0.45);
  }

  .lg\:border-t-emerald-800\/5 {
    border-top-color: rgb(6 95 70 / 0.05);
  }

  .lg\:border-t-emerald-800\/50 {
    border-top-color: rgb(6 95 70 / 0.5);
  }

  .lg\:border-t-emerald-800\/55 {
    border-top-color: rgb(6 95 70 / 0.55);
  }

  .lg\:border-t-emerald-800\/60 {
    border-top-color: rgb(6 95 70 / 0.6);
  }

  .lg\:border-t-emerald-800\/65 {
    border-top-color: rgb(6 95 70 / 0.65);
  }

  .lg\:border-t-emerald-800\/70 {
    border-top-color: rgb(6 95 70 / 0.7);
  }

  .lg\:border-t-emerald-800\/75 {
    border-top-color: rgb(6 95 70 / 0.75);
  }

  .lg\:border-t-emerald-800\/80 {
    border-top-color: rgb(6 95 70 / 0.8);
  }

  .lg\:border-t-emerald-800\/85 {
    border-top-color: rgb(6 95 70 / 0.85);
  }

  .lg\:border-t-emerald-800\/90 {
    border-top-color: rgb(6 95 70 / 0.9);
  }

  .lg\:border-t-emerald-800\/95 {
    border-top-color: rgb(6 95 70 / 0.95);
  }

  .lg\:border-t-emerald-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(6 78 59 / var(--tw-border-opacity));
  }

  .lg\:border-t-emerald-900\/0 {
    border-top-color: rgb(6 78 59 / 0);
  }

  .lg\:border-t-emerald-900\/10 {
    border-top-color: rgb(6 78 59 / 0.1);
  }

  .lg\:border-t-emerald-900\/100 {
    border-top-color: rgb(6 78 59 / 1);
  }

  .lg\:border-t-emerald-900\/15 {
    border-top-color: rgb(6 78 59 / 0.15);
  }

  .lg\:border-t-emerald-900\/20 {
    border-top-color: rgb(6 78 59 / 0.2);
  }

  .lg\:border-t-emerald-900\/25 {
    border-top-color: rgb(6 78 59 / 0.25);
  }

  .lg\:border-t-emerald-900\/30 {
    border-top-color: rgb(6 78 59 / 0.3);
  }

  .lg\:border-t-emerald-900\/35 {
    border-top-color: rgb(6 78 59 / 0.35);
  }

  .lg\:border-t-emerald-900\/40 {
    border-top-color: rgb(6 78 59 / 0.4);
  }

  .lg\:border-t-emerald-900\/45 {
    border-top-color: rgb(6 78 59 / 0.45);
  }

  .lg\:border-t-emerald-900\/5 {
    border-top-color: rgb(6 78 59 / 0.05);
  }

  .lg\:border-t-emerald-900\/50 {
    border-top-color: rgb(6 78 59 / 0.5);
  }

  .lg\:border-t-emerald-900\/55 {
    border-top-color: rgb(6 78 59 / 0.55);
  }

  .lg\:border-t-emerald-900\/60 {
    border-top-color: rgb(6 78 59 / 0.6);
  }

  .lg\:border-t-emerald-900\/65 {
    border-top-color: rgb(6 78 59 / 0.65);
  }

  .lg\:border-t-emerald-900\/70 {
    border-top-color: rgb(6 78 59 / 0.7);
  }

  .lg\:border-t-emerald-900\/75 {
    border-top-color: rgb(6 78 59 / 0.75);
  }

  .lg\:border-t-emerald-900\/80 {
    border-top-color: rgb(6 78 59 / 0.8);
  }

  .lg\:border-t-emerald-900\/85 {
    border-top-color: rgb(6 78 59 / 0.85);
  }

  .lg\:border-t-emerald-900\/90 {
    border-top-color: rgb(6 78 59 / 0.9);
  }

  .lg\:border-t-emerald-900\/95 {
    border-top-color: rgb(6 78 59 / 0.95);
  }

  .lg\:border-t-emerald-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(2 44 34 / var(--tw-border-opacity));
  }

  .lg\:border-t-emerald-950\/0 {
    border-top-color: rgb(2 44 34 / 0);
  }

  .lg\:border-t-emerald-950\/10 {
    border-top-color: rgb(2 44 34 / 0.1);
  }

  .lg\:border-t-emerald-950\/100 {
    border-top-color: rgb(2 44 34 / 1);
  }

  .lg\:border-t-emerald-950\/15 {
    border-top-color: rgb(2 44 34 / 0.15);
  }

  .lg\:border-t-emerald-950\/20 {
    border-top-color: rgb(2 44 34 / 0.2);
  }

  .lg\:border-t-emerald-950\/25 {
    border-top-color: rgb(2 44 34 / 0.25);
  }

  .lg\:border-t-emerald-950\/30 {
    border-top-color: rgb(2 44 34 / 0.3);
  }

  .lg\:border-t-emerald-950\/35 {
    border-top-color: rgb(2 44 34 / 0.35);
  }

  .lg\:border-t-emerald-950\/40 {
    border-top-color: rgb(2 44 34 / 0.4);
  }

  .lg\:border-t-emerald-950\/45 {
    border-top-color: rgb(2 44 34 / 0.45);
  }

  .lg\:border-t-emerald-950\/5 {
    border-top-color: rgb(2 44 34 / 0.05);
  }

  .lg\:border-t-emerald-950\/50 {
    border-top-color: rgb(2 44 34 / 0.5);
  }

  .lg\:border-t-emerald-950\/55 {
    border-top-color: rgb(2 44 34 / 0.55);
  }

  .lg\:border-t-emerald-950\/60 {
    border-top-color: rgb(2 44 34 / 0.6);
  }

  .lg\:border-t-emerald-950\/65 {
    border-top-color: rgb(2 44 34 / 0.65);
  }

  .lg\:border-t-emerald-950\/70 {
    border-top-color: rgb(2 44 34 / 0.7);
  }

  .lg\:border-t-emerald-950\/75 {
    border-top-color: rgb(2 44 34 / 0.75);
  }

  .lg\:border-t-emerald-950\/80 {
    border-top-color: rgb(2 44 34 / 0.8);
  }

  .lg\:border-t-emerald-950\/85 {
    border-top-color: rgb(2 44 34 / 0.85);
  }

  .lg\:border-t-emerald-950\/90 {
    border-top-color: rgb(2 44 34 / 0.9);
  }

  .lg\:border-t-emerald-950\/95 {
    border-top-color: rgb(2 44 34 / 0.95);
  }

  .lg\:border-t-fuchsia-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 232 255 / var(--tw-border-opacity));
  }

  .lg\:border-t-fuchsia-100\/0 {
    border-top-color: rgb(250 232 255 / 0);
  }

  .lg\:border-t-fuchsia-100\/10 {
    border-top-color: rgb(250 232 255 / 0.1);
  }

  .lg\:border-t-fuchsia-100\/100 {
    border-top-color: rgb(250 232 255 / 1);
  }

  .lg\:border-t-fuchsia-100\/15 {
    border-top-color: rgb(250 232 255 / 0.15);
  }

  .lg\:border-t-fuchsia-100\/20 {
    border-top-color: rgb(250 232 255 / 0.2);
  }

  .lg\:border-t-fuchsia-100\/25 {
    border-top-color: rgb(250 232 255 / 0.25);
  }

  .lg\:border-t-fuchsia-100\/30 {
    border-top-color: rgb(250 232 255 / 0.3);
  }

  .lg\:border-t-fuchsia-100\/35 {
    border-top-color: rgb(250 232 255 / 0.35);
  }

  .lg\:border-t-fuchsia-100\/40 {
    border-top-color: rgb(250 232 255 / 0.4);
  }

  .lg\:border-t-fuchsia-100\/45 {
    border-top-color: rgb(250 232 255 / 0.45);
  }

  .lg\:border-t-fuchsia-100\/5 {
    border-top-color: rgb(250 232 255 / 0.05);
  }

  .lg\:border-t-fuchsia-100\/50 {
    border-top-color: rgb(250 232 255 / 0.5);
  }

  .lg\:border-t-fuchsia-100\/55 {
    border-top-color: rgb(250 232 255 / 0.55);
  }

  .lg\:border-t-fuchsia-100\/60 {
    border-top-color: rgb(250 232 255 / 0.6);
  }

  .lg\:border-t-fuchsia-100\/65 {
    border-top-color: rgb(250 232 255 / 0.65);
  }

  .lg\:border-t-fuchsia-100\/70 {
    border-top-color: rgb(250 232 255 / 0.7);
  }

  .lg\:border-t-fuchsia-100\/75 {
    border-top-color: rgb(250 232 255 / 0.75);
  }

  .lg\:border-t-fuchsia-100\/80 {
    border-top-color: rgb(250 232 255 / 0.8);
  }

  .lg\:border-t-fuchsia-100\/85 {
    border-top-color: rgb(250 232 255 / 0.85);
  }

  .lg\:border-t-fuchsia-100\/90 {
    border-top-color: rgb(250 232 255 / 0.9);
  }

  .lg\:border-t-fuchsia-100\/95 {
    border-top-color: rgb(250 232 255 / 0.95);
  }

  .lg\:border-t-fuchsia-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 208 254 / var(--tw-border-opacity));
  }

  .lg\:border-t-fuchsia-200\/0 {
    border-top-color: rgb(245 208 254 / 0);
  }

  .lg\:border-t-fuchsia-200\/10 {
    border-top-color: rgb(245 208 254 / 0.1);
  }

  .lg\:border-t-fuchsia-200\/100 {
    border-top-color: rgb(245 208 254 / 1);
  }

  .lg\:border-t-fuchsia-200\/15 {
    border-top-color: rgb(245 208 254 / 0.15);
  }

  .lg\:border-t-fuchsia-200\/20 {
    border-top-color: rgb(245 208 254 / 0.2);
  }

  .lg\:border-t-fuchsia-200\/25 {
    border-top-color: rgb(245 208 254 / 0.25);
  }

  .lg\:border-t-fuchsia-200\/30 {
    border-top-color: rgb(245 208 254 / 0.3);
  }

  .lg\:border-t-fuchsia-200\/35 {
    border-top-color: rgb(245 208 254 / 0.35);
  }

  .lg\:border-t-fuchsia-200\/40 {
    border-top-color: rgb(245 208 254 / 0.4);
  }

  .lg\:border-t-fuchsia-200\/45 {
    border-top-color: rgb(245 208 254 / 0.45);
  }

  .lg\:border-t-fuchsia-200\/5 {
    border-top-color: rgb(245 208 254 / 0.05);
  }

  .lg\:border-t-fuchsia-200\/50 {
    border-top-color: rgb(245 208 254 / 0.5);
  }

  .lg\:border-t-fuchsia-200\/55 {
    border-top-color: rgb(245 208 254 / 0.55);
  }

  .lg\:border-t-fuchsia-200\/60 {
    border-top-color: rgb(245 208 254 / 0.6);
  }

  .lg\:border-t-fuchsia-200\/65 {
    border-top-color: rgb(245 208 254 / 0.65);
  }

  .lg\:border-t-fuchsia-200\/70 {
    border-top-color: rgb(245 208 254 / 0.7);
  }

  .lg\:border-t-fuchsia-200\/75 {
    border-top-color: rgb(245 208 254 / 0.75);
  }

  .lg\:border-t-fuchsia-200\/80 {
    border-top-color: rgb(245 208 254 / 0.8);
  }

  .lg\:border-t-fuchsia-200\/85 {
    border-top-color: rgb(245 208 254 / 0.85);
  }

  .lg\:border-t-fuchsia-200\/90 {
    border-top-color: rgb(245 208 254 / 0.9);
  }

  .lg\:border-t-fuchsia-200\/95 {
    border-top-color: rgb(245 208 254 / 0.95);
  }

  .lg\:border-t-fuchsia-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(240 171 252 / var(--tw-border-opacity));
  }

  .lg\:border-t-fuchsia-300\/0 {
    border-top-color: rgb(240 171 252 / 0);
  }

  .lg\:border-t-fuchsia-300\/10 {
    border-top-color: rgb(240 171 252 / 0.1);
  }

  .lg\:border-t-fuchsia-300\/100 {
    border-top-color: rgb(240 171 252 / 1);
  }

  .lg\:border-t-fuchsia-300\/15 {
    border-top-color: rgb(240 171 252 / 0.15);
  }

  .lg\:border-t-fuchsia-300\/20 {
    border-top-color: rgb(240 171 252 / 0.2);
  }

  .lg\:border-t-fuchsia-300\/25 {
    border-top-color: rgb(240 171 252 / 0.25);
  }

  .lg\:border-t-fuchsia-300\/30 {
    border-top-color: rgb(240 171 252 / 0.3);
  }

  .lg\:border-t-fuchsia-300\/35 {
    border-top-color: rgb(240 171 252 / 0.35);
  }

  .lg\:border-t-fuchsia-300\/40 {
    border-top-color: rgb(240 171 252 / 0.4);
  }

  .lg\:border-t-fuchsia-300\/45 {
    border-top-color: rgb(240 171 252 / 0.45);
  }

  .lg\:border-t-fuchsia-300\/5 {
    border-top-color: rgb(240 171 252 / 0.05);
  }

  .lg\:border-t-fuchsia-300\/50 {
    border-top-color: rgb(240 171 252 / 0.5);
  }

  .lg\:border-t-fuchsia-300\/55 {
    border-top-color: rgb(240 171 252 / 0.55);
  }

  .lg\:border-t-fuchsia-300\/60 {
    border-top-color: rgb(240 171 252 / 0.6);
  }

  .lg\:border-t-fuchsia-300\/65 {
    border-top-color: rgb(240 171 252 / 0.65);
  }

  .lg\:border-t-fuchsia-300\/70 {
    border-top-color: rgb(240 171 252 / 0.7);
  }

  .lg\:border-t-fuchsia-300\/75 {
    border-top-color: rgb(240 171 252 / 0.75);
  }

  .lg\:border-t-fuchsia-300\/80 {
    border-top-color: rgb(240 171 252 / 0.8);
  }

  .lg\:border-t-fuchsia-300\/85 {
    border-top-color: rgb(240 171 252 / 0.85);
  }

  .lg\:border-t-fuchsia-300\/90 {
    border-top-color: rgb(240 171 252 / 0.9);
  }

  .lg\:border-t-fuchsia-300\/95 {
    border-top-color: rgb(240 171 252 / 0.95);
  }

  .lg\:border-t-fuchsia-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(232 121 249 / var(--tw-border-opacity));
  }

  .lg\:border-t-fuchsia-400\/0 {
    border-top-color: rgb(232 121 249 / 0);
  }

  .lg\:border-t-fuchsia-400\/10 {
    border-top-color: rgb(232 121 249 / 0.1);
  }

  .lg\:border-t-fuchsia-400\/100 {
    border-top-color: rgb(232 121 249 / 1);
  }

  .lg\:border-t-fuchsia-400\/15 {
    border-top-color: rgb(232 121 249 / 0.15);
  }

  .lg\:border-t-fuchsia-400\/20 {
    border-top-color: rgb(232 121 249 / 0.2);
  }

  .lg\:border-t-fuchsia-400\/25 {
    border-top-color: rgb(232 121 249 / 0.25);
  }

  .lg\:border-t-fuchsia-400\/30 {
    border-top-color: rgb(232 121 249 / 0.3);
  }

  .lg\:border-t-fuchsia-400\/35 {
    border-top-color: rgb(232 121 249 / 0.35);
  }

  .lg\:border-t-fuchsia-400\/40 {
    border-top-color: rgb(232 121 249 / 0.4);
  }

  .lg\:border-t-fuchsia-400\/45 {
    border-top-color: rgb(232 121 249 / 0.45);
  }

  .lg\:border-t-fuchsia-400\/5 {
    border-top-color: rgb(232 121 249 / 0.05);
  }

  .lg\:border-t-fuchsia-400\/50 {
    border-top-color: rgb(232 121 249 / 0.5);
  }

  .lg\:border-t-fuchsia-400\/55 {
    border-top-color: rgb(232 121 249 / 0.55);
  }

  .lg\:border-t-fuchsia-400\/60 {
    border-top-color: rgb(232 121 249 / 0.6);
  }

  .lg\:border-t-fuchsia-400\/65 {
    border-top-color: rgb(232 121 249 / 0.65);
  }

  .lg\:border-t-fuchsia-400\/70 {
    border-top-color: rgb(232 121 249 / 0.7);
  }

  .lg\:border-t-fuchsia-400\/75 {
    border-top-color: rgb(232 121 249 / 0.75);
  }

  .lg\:border-t-fuchsia-400\/80 {
    border-top-color: rgb(232 121 249 / 0.8);
  }

  .lg\:border-t-fuchsia-400\/85 {
    border-top-color: rgb(232 121 249 / 0.85);
  }

  .lg\:border-t-fuchsia-400\/90 {
    border-top-color: rgb(232 121 249 / 0.9);
  }

  .lg\:border-t-fuchsia-400\/95 {
    border-top-color: rgb(232 121 249 / 0.95);
  }

  .lg\:border-t-fuchsia-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 244 255 / var(--tw-border-opacity));
  }

  .lg\:border-t-fuchsia-50\/0 {
    border-top-color: rgb(253 244 255 / 0);
  }

  .lg\:border-t-fuchsia-50\/10 {
    border-top-color: rgb(253 244 255 / 0.1);
  }

  .lg\:border-t-fuchsia-50\/100 {
    border-top-color: rgb(253 244 255 / 1);
  }

  .lg\:border-t-fuchsia-50\/15 {
    border-top-color: rgb(253 244 255 / 0.15);
  }

  .lg\:border-t-fuchsia-50\/20 {
    border-top-color: rgb(253 244 255 / 0.2);
  }

  .lg\:border-t-fuchsia-50\/25 {
    border-top-color: rgb(253 244 255 / 0.25);
  }

  .lg\:border-t-fuchsia-50\/30 {
    border-top-color: rgb(253 244 255 / 0.3);
  }

  .lg\:border-t-fuchsia-50\/35 {
    border-top-color: rgb(253 244 255 / 0.35);
  }

  .lg\:border-t-fuchsia-50\/40 {
    border-top-color: rgb(253 244 255 / 0.4);
  }

  .lg\:border-t-fuchsia-50\/45 {
    border-top-color: rgb(253 244 255 / 0.45);
  }

  .lg\:border-t-fuchsia-50\/5 {
    border-top-color: rgb(253 244 255 / 0.05);
  }

  .lg\:border-t-fuchsia-50\/50 {
    border-top-color: rgb(253 244 255 / 0.5);
  }

  .lg\:border-t-fuchsia-50\/55 {
    border-top-color: rgb(253 244 255 / 0.55);
  }

  .lg\:border-t-fuchsia-50\/60 {
    border-top-color: rgb(253 244 255 / 0.6);
  }

  .lg\:border-t-fuchsia-50\/65 {
    border-top-color: rgb(253 244 255 / 0.65);
  }

  .lg\:border-t-fuchsia-50\/70 {
    border-top-color: rgb(253 244 255 / 0.7);
  }

  .lg\:border-t-fuchsia-50\/75 {
    border-top-color: rgb(253 244 255 / 0.75);
  }

  .lg\:border-t-fuchsia-50\/80 {
    border-top-color: rgb(253 244 255 / 0.8);
  }

  .lg\:border-t-fuchsia-50\/85 {
    border-top-color: rgb(253 244 255 / 0.85);
  }

  .lg\:border-t-fuchsia-50\/90 {
    border-top-color: rgb(253 244 255 / 0.9);
  }

  .lg\:border-t-fuchsia-50\/95 {
    border-top-color: rgb(253 244 255 / 0.95);
  }

  .lg\:border-t-fuchsia-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(217 70 239 / var(--tw-border-opacity));
  }

  .lg\:border-t-fuchsia-500\/0 {
    border-top-color: rgb(217 70 239 / 0);
  }

  .lg\:border-t-fuchsia-500\/10 {
    border-top-color: rgb(217 70 239 / 0.1);
  }

  .lg\:border-t-fuchsia-500\/100 {
    border-top-color: rgb(217 70 239 / 1);
  }

  .lg\:border-t-fuchsia-500\/15 {
    border-top-color: rgb(217 70 239 / 0.15);
  }

  .lg\:border-t-fuchsia-500\/20 {
    border-top-color: rgb(217 70 239 / 0.2);
  }

  .lg\:border-t-fuchsia-500\/25 {
    border-top-color: rgb(217 70 239 / 0.25);
  }

  .lg\:border-t-fuchsia-500\/30 {
    border-top-color: rgb(217 70 239 / 0.3);
  }

  .lg\:border-t-fuchsia-500\/35 {
    border-top-color: rgb(217 70 239 / 0.35);
  }

  .lg\:border-t-fuchsia-500\/40 {
    border-top-color: rgb(217 70 239 / 0.4);
  }

  .lg\:border-t-fuchsia-500\/45 {
    border-top-color: rgb(217 70 239 / 0.45);
  }

  .lg\:border-t-fuchsia-500\/5 {
    border-top-color: rgb(217 70 239 / 0.05);
  }

  .lg\:border-t-fuchsia-500\/50 {
    border-top-color: rgb(217 70 239 / 0.5);
  }

  .lg\:border-t-fuchsia-500\/55 {
    border-top-color: rgb(217 70 239 / 0.55);
  }

  .lg\:border-t-fuchsia-500\/60 {
    border-top-color: rgb(217 70 239 / 0.6);
  }

  .lg\:border-t-fuchsia-500\/65 {
    border-top-color: rgb(217 70 239 / 0.65);
  }

  .lg\:border-t-fuchsia-500\/70 {
    border-top-color: rgb(217 70 239 / 0.7);
  }

  .lg\:border-t-fuchsia-500\/75 {
    border-top-color: rgb(217 70 239 / 0.75);
  }

  .lg\:border-t-fuchsia-500\/80 {
    border-top-color: rgb(217 70 239 / 0.8);
  }

  .lg\:border-t-fuchsia-500\/85 {
    border-top-color: rgb(217 70 239 / 0.85);
  }

  .lg\:border-t-fuchsia-500\/90 {
    border-top-color: rgb(217 70 239 / 0.9);
  }

  .lg\:border-t-fuchsia-500\/95 {
    border-top-color: rgb(217 70 239 / 0.95);
  }

  .lg\:border-t-fuchsia-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(192 38 211 / var(--tw-border-opacity));
  }

  .lg\:border-t-fuchsia-600\/0 {
    border-top-color: rgb(192 38 211 / 0);
  }

  .lg\:border-t-fuchsia-600\/10 {
    border-top-color: rgb(192 38 211 / 0.1);
  }

  .lg\:border-t-fuchsia-600\/100 {
    border-top-color: rgb(192 38 211 / 1);
  }

  .lg\:border-t-fuchsia-600\/15 {
    border-top-color: rgb(192 38 211 / 0.15);
  }

  .lg\:border-t-fuchsia-600\/20 {
    border-top-color: rgb(192 38 211 / 0.2);
  }

  .lg\:border-t-fuchsia-600\/25 {
    border-top-color: rgb(192 38 211 / 0.25);
  }

  .lg\:border-t-fuchsia-600\/30 {
    border-top-color: rgb(192 38 211 / 0.3);
  }

  .lg\:border-t-fuchsia-600\/35 {
    border-top-color: rgb(192 38 211 / 0.35);
  }

  .lg\:border-t-fuchsia-600\/40 {
    border-top-color: rgb(192 38 211 / 0.4);
  }

  .lg\:border-t-fuchsia-600\/45 {
    border-top-color: rgb(192 38 211 / 0.45);
  }

  .lg\:border-t-fuchsia-600\/5 {
    border-top-color: rgb(192 38 211 / 0.05);
  }

  .lg\:border-t-fuchsia-600\/50 {
    border-top-color: rgb(192 38 211 / 0.5);
  }

  .lg\:border-t-fuchsia-600\/55 {
    border-top-color: rgb(192 38 211 / 0.55);
  }

  .lg\:border-t-fuchsia-600\/60 {
    border-top-color: rgb(192 38 211 / 0.6);
  }

  .lg\:border-t-fuchsia-600\/65 {
    border-top-color: rgb(192 38 211 / 0.65);
  }

  .lg\:border-t-fuchsia-600\/70 {
    border-top-color: rgb(192 38 211 / 0.7);
  }

  .lg\:border-t-fuchsia-600\/75 {
    border-top-color: rgb(192 38 211 / 0.75);
  }

  .lg\:border-t-fuchsia-600\/80 {
    border-top-color: rgb(192 38 211 / 0.8);
  }

  .lg\:border-t-fuchsia-600\/85 {
    border-top-color: rgb(192 38 211 / 0.85);
  }

  .lg\:border-t-fuchsia-600\/90 {
    border-top-color: rgb(192 38 211 / 0.9);
  }

  .lg\:border-t-fuchsia-600\/95 {
    border-top-color: rgb(192 38 211 / 0.95);
  }

  .lg\:border-t-fuchsia-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(162 28 175 / var(--tw-border-opacity));
  }

  .lg\:border-t-fuchsia-700\/0 {
    border-top-color: rgb(162 28 175 / 0);
  }

  .lg\:border-t-fuchsia-700\/10 {
    border-top-color: rgb(162 28 175 / 0.1);
  }

  .lg\:border-t-fuchsia-700\/100 {
    border-top-color: rgb(162 28 175 / 1);
  }

  .lg\:border-t-fuchsia-700\/15 {
    border-top-color: rgb(162 28 175 / 0.15);
  }

  .lg\:border-t-fuchsia-700\/20 {
    border-top-color: rgb(162 28 175 / 0.2);
  }

  .lg\:border-t-fuchsia-700\/25 {
    border-top-color: rgb(162 28 175 / 0.25);
  }

  .lg\:border-t-fuchsia-700\/30 {
    border-top-color: rgb(162 28 175 / 0.3);
  }

  .lg\:border-t-fuchsia-700\/35 {
    border-top-color: rgb(162 28 175 / 0.35);
  }

  .lg\:border-t-fuchsia-700\/40 {
    border-top-color: rgb(162 28 175 / 0.4);
  }

  .lg\:border-t-fuchsia-700\/45 {
    border-top-color: rgb(162 28 175 / 0.45);
  }

  .lg\:border-t-fuchsia-700\/5 {
    border-top-color: rgb(162 28 175 / 0.05);
  }

  .lg\:border-t-fuchsia-700\/50 {
    border-top-color: rgb(162 28 175 / 0.5);
  }

  .lg\:border-t-fuchsia-700\/55 {
    border-top-color: rgb(162 28 175 / 0.55);
  }

  .lg\:border-t-fuchsia-700\/60 {
    border-top-color: rgb(162 28 175 / 0.6);
  }

  .lg\:border-t-fuchsia-700\/65 {
    border-top-color: rgb(162 28 175 / 0.65);
  }

  .lg\:border-t-fuchsia-700\/70 {
    border-top-color: rgb(162 28 175 / 0.7);
  }

  .lg\:border-t-fuchsia-700\/75 {
    border-top-color: rgb(162 28 175 / 0.75);
  }

  .lg\:border-t-fuchsia-700\/80 {
    border-top-color: rgb(162 28 175 / 0.8);
  }

  .lg\:border-t-fuchsia-700\/85 {
    border-top-color: rgb(162 28 175 / 0.85);
  }

  .lg\:border-t-fuchsia-700\/90 {
    border-top-color: rgb(162 28 175 / 0.9);
  }

  .lg\:border-t-fuchsia-700\/95 {
    border-top-color: rgb(162 28 175 / 0.95);
  }

  .lg\:border-t-fuchsia-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(134 25 143 / var(--tw-border-opacity));
  }

  .lg\:border-t-fuchsia-800\/0 {
    border-top-color: rgb(134 25 143 / 0);
  }

  .lg\:border-t-fuchsia-800\/10 {
    border-top-color: rgb(134 25 143 / 0.1);
  }

  .lg\:border-t-fuchsia-800\/100 {
    border-top-color: rgb(134 25 143 / 1);
  }

  .lg\:border-t-fuchsia-800\/15 {
    border-top-color: rgb(134 25 143 / 0.15);
  }

  .lg\:border-t-fuchsia-800\/20 {
    border-top-color: rgb(134 25 143 / 0.2);
  }

  .lg\:border-t-fuchsia-800\/25 {
    border-top-color: rgb(134 25 143 / 0.25);
  }

  .lg\:border-t-fuchsia-800\/30 {
    border-top-color: rgb(134 25 143 / 0.3);
  }

  .lg\:border-t-fuchsia-800\/35 {
    border-top-color: rgb(134 25 143 / 0.35);
  }

  .lg\:border-t-fuchsia-800\/40 {
    border-top-color: rgb(134 25 143 / 0.4);
  }

  .lg\:border-t-fuchsia-800\/45 {
    border-top-color: rgb(134 25 143 / 0.45);
  }

  .lg\:border-t-fuchsia-800\/5 {
    border-top-color: rgb(134 25 143 / 0.05);
  }

  .lg\:border-t-fuchsia-800\/50 {
    border-top-color: rgb(134 25 143 / 0.5);
  }

  .lg\:border-t-fuchsia-800\/55 {
    border-top-color: rgb(134 25 143 / 0.55);
  }

  .lg\:border-t-fuchsia-800\/60 {
    border-top-color: rgb(134 25 143 / 0.6);
  }

  .lg\:border-t-fuchsia-800\/65 {
    border-top-color: rgb(134 25 143 / 0.65);
  }

  .lg\:border-t-fuchsia-800\/70 {
    border-top-color: rgb(134 25 143 / 0.7);
  }

  .lg\:border-t-fuchsia-800\/75 {
    border-top-color: rgb(134 25 143 / 0.75);
  }

  .lg\:border-t-fuchsia-800\/80 {
    border-top-color: rgb(134 25 143 / 0.8);
  }

  .lg\:border-t-fuchsia-800\/85 {
    border-top-color: rgb(134 25 143 / 0.85);
  }

  .lg\:border-t-fuchsia-800\/90 {
    border-top-color: rgb(134 25 143 / 0.9);
  }

  .lg\:border-t-fuchsia-800\/95 {
    border-top-color: rgb(134 25 143 / 0.95);
  }

  .lg\:border-t-fuchsia-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(112 26 117 / var(--tw-border-opacity));
  }

  .lg\:border-t-fuchsia-900\/0 {
    border-top-color: rgb(112 26 117 / 0);
  }

  .lg\:border-t-fuchsia-900\/10 {
    border-top-color: rgb(112 26 117 / 0.1);
  }

  .lg\:border-t-fuchsia-900\/100 {
    border-top-color: rgb(112 26 117 / 1);
  }

  .lg\:border-t-fuchsia-900\/15 {
    border-top-color: rgb(112 26 117 / 0.15);
  }

  .lg\:border-t-fuchsia-900\/20 {
    border-top-color: rgb(112 26 117 / 0.2);
  }

  .lg\:border-t-fuchsia-900\/25 {
    border-top-color: rgb(112 26 117 / 0.25);
  }

  .lg\:border-t-fuchsia-900\/30 {
    border-top-color: rgb(112 26 117 / 0.3);
  }

  .lg\:border-t-fuchsia-900\/35 {
    border-top-color: rgb(112 26 117 / 0.35);
  }

  .lg\:border-t-fuchsia-900\/40 {
    border-top-color: rgb(112 26 117 / 0.4);
  }

  .lg\:border-t-fuchsia-900\/45 {
    border-top-color: rgb(112 26 117 / 0.45);
  }

  .lg\:border-t-fuchsia-900\/5 {
    border-top-color: rgb(112 26 117 / 0.05);
  }

  .lg\:border-t-fuchsia-900\/50 {
    border-top-color: rgb(112 26 117 / 0.5);
  }

  .lg\:border-t-fuchsia-900\/55 {
    border-top-color: rgb(112 26 117 / 0.55);
  }

  .lg\:border-t-fuchsia-900\/60 {
    border-top-color: rgb(112 26 117 / 0.6);
  }

  .lg\:border-t-fuchsia-900\/65 {
    border-top-color: rgb(112 26 117 / 0.65);
  }

  .lg\:border-t-fuchsia-900\/70 {
    border-top-color: rgb(112 26 117 / 0.7);
  }

  .lg\:border-t-fuchsia-900\/75 {
    border-top-color: rgb(112 26 117 / 0.75);
  }

  .lg\:border-t-fuchsia-900\/80 {
    border-top-color: rgb(112 26 117 / 0.8);
  }

  .lg\:border-t-fuchsia-900\/85 {
    border-top-color: rgb(112 26 117 / 0.85);
  }

  .lg\:border-t-fuchsia-900\/90 {
    border-top-color: rgb(112 26 117 / 0.9);
  }

  .lg\:border-t-fuchsia-900\/95 {
    border-top-color: rgb(112 26 117 / 0.95);
  }

  .lg\:border-t-fuchsia-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(74 4 78 / var(--tw-border-opacity));
  }

  .lg\:border-t-fuchsia-950\/0 {
    border-top-color: rgb(74 4 78 / 0);
  }

  .lg\:border-t-fuchsia-950\/10 {
    border-top-color: rgb(74 4 78 / 0.1);
  }

  .lg\:border-t-fuchsia-950\/100 {
    border-top-color: rgb(74 4 78 / 1);
  }

  .lg\:border-t-fuchsia-950\/15 {
    border-top-color: rgb(74 4 78 / 0.15);
  }

  .lg\:border-t-fuchsia-950\/20 {
    border-top-color: rgb(74 4 78 / 0.2);
  }

  .lg\:border-t-fuchsia-950\/25 {
    border-top-color: rgb(74 4 78 / 0.25);
  }

  .lg\:border-t-fuchsia-950\/30 {
    border-top-color: rgb(74 4 78 / 0.3);
  }

  .lg\:border-t-fuchsia-950\/35 {
    border-top-color: rgb(74 4 78 / 0.35);
  }

  .lg\:border-t-fuchsia-950\/40 {
    border-top-color: rgb(74 4 78 / 0.4);
  }

  .lg\:border-t-fuchsia-950\/45 {
    border-top-color: rgb(74 4 78 / 0.45);
  }

  .lg\:border-t-fuchsia-950\/5 {
    border-top-color: rgb(74 4 78 / 0.05);
  }

  .lg\:border-t-fuchsia-950\/50 {
    border-top-color: rgb(74 4 78 / 0.5);
  }

  .lg\:border-t-fuchsia-950\/55 {
    border-top-color: rgb(74 4 78 / 0.55);
  }

  .lg\:border-t-fuchsia-950\/60 {
    border-top-color: rgb(74 4 78 / 0.6);
  }

  .lg\:border-t-fuchsia-950\/65 {
    border-top-color: rgb(74 4 78 / 0.65);
  }

  .lg\:border-t-fuchsia-950\/70 {
    border-top-color: rgb(74 4 78 / 0.7);
  }

  .lg\:border-t-fuchsia-950\/75 {
    border-top-color: rgb(74 4 78 / 0.75);
  }

  .lg\:border-t-fuchsia-950\/80 {
    border-top-color: rgb(74 4 78 / 0.8);
  }

  .lg\:border-t-fuchsia-950\/85 {
    border-top-color: rgb(74 4 78 / 0.85);
  }

  .lg\:border-t-fuchsia-950\/90 {
    border-top-color: rgb(74 4 78 / 0.9);
  }

  .lg\:border-t-fuchsia-950\/95 {
    border-top-color: rgb(74 4 78 / 0.95);
  }

  .lg\:border-t-gray-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(243 244 246 / var(--tw-border-opacity));
  }

  .lg\:border-t-gray-100\/0 {
    border-top-color: rgb(243 244 246 / 0);
  }

  .lg\:border-t-gray-100\/10 {
    border-top-color: rgb(243 244 246 / 0.1);
  }

  .lg\:border-t-gray-100\/100 {
    border-top-color: rgb(243 244 246 / 1);
  }

  .lg\:border-t-gray-100\/15 {
    border-top-color: rgb(243 244 246 / 0.15);
  }

  .lg\:border-t-gray-100\/20 {
    border-top-color: rgb(243 244 246 / 0.2);
  }

  .lg\:border-t-gray-100\/25 {
    border-top-color: rgb(243 244 246 / 0.25);
  }

  .lg\:border-t-gray-100\/30 {
    border-top-color: rgb(243 244 246 / 0.3);
  }

  .lg\:border-t-gray-100\/35 {
    border-top-color: rgb(243 244 246 / 0.35);
  }

  .lg\:border-t-gray-100\/40 {
    border-top-color: rgb(243 244 246 / 0.4);
  }

  .lg\:border-t-gray-100\/45 {
    border-top-color: rgb(243 244 246 / 0.45);
  }

  .lg\:border-t-gray-100\/5 {
    border-top-color: rgb(243 244 246 / 0.05);
  }

  .lg\:border-t-gray-100\/50 {
    border-top-color: rgb(243 244 246 / 0.5);
  }

  .lg\:border-t-gray-100\/55 {
    border-top-color: rgb(243 244 246 / 0.55);
  }

  .lg\:border-t-gray-100\/60 {
    border-top-color: rgb(243 244 246 / 0.6);
  }

  .lg\:border-t-gray-100\/65 {
    border-top-color: rgb(243 244 246 / 0.65);
  }

  .lg\:border-t-gray-100\/70 {
    border-top-color: rgb(243 244 246 / 0.7);
  }

  .lg\:border-t-gray-100\/75 {
    border-top-color: rgb(243 244 246 / 0.75);
  }

  .lg\:border-t-gray-100\/80 {
    border-top-color: rgb(243 244 246 / 0.8);
  }

  .lg\:border-t-gray-100\/85 {
    border-top-color: rgb(243 244 246 / 0.85);
  }

  .lg\:border-t-gray-100\/90 {
    border-top-color: rgb(243 244 246 / 0.9);
  }

  .lg\:border-t-gray-100\/95 {
    border-top-color: rgb(243 244 246 / 0.95);
  }

  .lg\:border-t-gray-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

  .lg\:border-t-gray-200\/0 {
    border-top-color: rgb(229 231 235 / 0);
  }

  .lg\:border-t-gray-200\/10 {
    border-top-color: rgb(229 231 235 / 0.1);
  }

  .lg\:border-t-gray-200\/100 {
    border-top-color: rgb(229 231 235 / 1);
  }

  .lg\:border-t-gray-200\/15 {
    border-top-color: rgb(229 231 235 / 0.15);
  }

  .lg\:border-t-gray-200\/20 {
    border-top-color: rgb(229 231 235 / 0.2);
  }

  .lg\:border-t-gray-200\/25 {
    border-top-color: rgb(229 231 235 / 0.25);
  }

  .lg\:border-t-gray-200\/30 {
    border-top-color: rgb(229 231 235 / 0.3);
  }

  .lg\:border-t-gray-200\/35 {
    border-top-color: rgb(229 231 235 / 0.35);
  }

  .lg\:border-t-gray-200\/40 {
    border-top-color: rgb(229 231 235 / 0.4);
  }

  .lg\:border-t-gray-200\/45 {
    border-top-color: rgb(229 231 235 / 0.45);
  }

  .lg\:border-t-gray-200\/5 {
    border-top-color: rgb(229 231 235 / 0.05);
  }

  .lg\:border-t-gray-200\/50 {
    border-top-color: rgb(229 231 235 / 0.5);
  }

  .lg\:border-t-gray-200\/55 {
    border-top-color: rgb(229 231 235 / 0.55);
  }

  .lg\:border-t-gray-200\/60 {
    border-top-color: rgb(229 231 235 / 0.6);
  }

  .lg\:border-t-gray-200\/65 {
    border-top-color: rgb(229 231 235 / 0.65);
  }

  .lg\:border-t-gray-200\/70 {
    border-top-color: rgb(229 231 235 / 0.7);
  }

  .lg\:border-t-gray-200\/75 {
    border-top-color: rgb(229 231 235 / 0.75);
  }

  .lg\:border-t-gray-200\/80 {
    border-top-color: rgb(229 231 235 / 0.8);
  }

  .lg\:border-t-gray-200\/85 {
    border-top-color: rgb(229 231 235 / 0.85);
  }

  .lg\:border-t-gray-200\/90 {
    border-top-color: rgb(229 231 235 / 0.9);
  }

  .lg\:border-t-gray-200\/95 {
    border-top-color: rgb(229 231 235 / 0.95);
  }

  .lg\:border-t-gray-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(209 213 219 / var(--tw-border-opacity));
  }

  .lg\:border-t-gray-300\/0 {
    border-top-color: rgb(209 213 219 / 0);
  }

  .lg\:border-t-gray-300\/10 {
    border-top-color: rgb(209 213 219 / 0.1);
  }

  .lg\:border-t-gray-300\/100 {
    border-top-color: rgb(209 213 219 / 1);
  }

  .lg\:border-t-gray-300\/15 {
    border-top-color: rgb(209 213 219 / 0.15);
  }

  .lg\:border-t-gray-300\/20 {
    border-top-color: rgb(209 213 219 / 0.2);
  }

  .lg\:border-t-gray-300\/25 {
    border-top-color: rgb(209 213 219 / 0.25);
  }

  .lg\:border-t-gray-300\/30 {
    border-top-color: rgb(209 213 219 / 0.3);
  }

  .lg\:border-t-gray-300\/35 {
    border-top-color: rgb(209 213 219 / 0.35);
  }

  .lg\:border-t-gray-300\/40 {
    border-top-color: rgb(209 213 219 / 0.4);
  }

  .lg\:border-t-gray-300\/45 {
    border-top-color: rgb(209 213 219 / 0.45);
  }

  .lg\:border-t-gray-300\/5 {
    border-top-color: rgb(209 213 219 / 0.05);
  }

  .lg\:border-t-gray-300\/50 {
    border-top-color: rgb(209 213 219 / 0.5);
  }

  .lg\:border-t-gray-300\/55 {
    border-top-color: rgb(209 213 219 / 0.55);
  }

  .lg\:border-t-gray-300\/60 {
    border-top-color: rgb(209 213 219 / 0.6);
  }

  .lg\:border-t-gray-300\/65 {
    border-top-color: rgb(209 213 219 / 0.65);
  }

  .lg\:border-t-gray-300\/70 {
    border-top-color: rgb(209 213 219 / 0.7);
  }

  .lg\:border-t-gray-300\/75 {
    border-top-color: rgb(209 213 219 / 0.75);
  }

  .lg\:border-t-gray-300\/80 {
    border-top-color: rgb(209 213 219 / 0.8);
  }

  .lg\:border-t-gray-300\/85 {
    border-top-color: rgb(209 213 219 / 0.85);
  }

  .lg\:border-t-gray-300\/90 {
    border-top-color: rgb(209 213 219 / 0.9);
  }

  .lg\:border-t-gray-300\/95 {
    border-top-color: rgb(209 213 219 / 0.95);
  }

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

  .lg\:border-t-gray-400\/0 {
    border-top-color: rgb(156 163 175 / 0);
  }

  .lg\:border-t-gray-400\/10 {
    border-top-color: rgb(156 163 175 / 0.1);
  }

  .lg\:border-t-gray-400\/100 {
    border-top-color: rgb(156 163 175 / 1);
  }

  .lg\:border-t-gray-400\/15 {
    border-top-color: rgb(156 163 175 / 0.15);
  }

  .lg\:border-t-gray-400\/20 {
    border-top-color: rgb(156 163 175 / 0.2);
  }

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

  .lg\:border-t-gray-400\/30 {
    border-top-color: rgb(156 163 175 / 0.3);
  }

  .lg\:border-t-gray-400\/35 {
    border-top-color: rgb(156 163 175 / 0.35);
  }

  .lg\:border-t-gray-400\/40 {
    border-top-color: rgb(156 163 175 / 0.4);
  }

  .lg\:border-t-gray-400\/45 {
    border-top-color: rgb(156 163 175 / 0.45);
  }

  .lg\:border-t-gray-400\/5 {
    border-top-color: rgb(156 163 175 / 0.05);
  }

  .lg\:border-t-gray-400\/50 {
    border-top-color: rgb(156 163 175 / 0.5);
  }

  .lg\:border-t-gray-400\/55 {
    border-top-color: rgb(156 163 175 / 0.55);
  }

  .lg\:border-t-gray-400\/60 {
    border-top-color: rgb(156 163 175 / 0.6);
  }

  .lg\:border-t-gray-400\/65 {
    border-top-color: rgb(156 163 175 / 0.65);
  }

  .lg\:border-t-gray-400\/70 {
    border-top-color: rgb(156 163 175 / 0.7);
  }

  .lg\:border-t-gray-400\/75 {
    border-top-color: rgb(156 163 175 / 0.75);
  }

  .lg\:border-t-gray-400\/80 {
    border-top-color: rgb(156 163 175 / 0.8);
  }

  .lg\:border-t-gray-400\/85 {
    border-top-color: rgb(156 163 175 / 0.85);
  }

  .lg\:border-t-gray-400\/90 {
    border-top-color: rgb(156 163 175 / 0.9);
  }

  .lg\:border-t-gray-400\/95 {
    border-top-color: rgb(156 163 175 / 0.95);
  }

  .lg\:border-t-gray-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(249 250 251 / var(--tw-border-opacity));
  }

  .lg\:border-t-gray-50\/0 {
    border-top-color: rgb(249 250 251 / 0);
  }

  .lg\:border-t-gray-50\/10 {
    border-top-color: rgb(249 250 251 / 0.1);
  }

  .lg\:border-t-gray-50\/100 {
    border-top-color: rgb(249 250 251 / 1);
  }

  .lg\:border-t-gray-50\/15 {
    border-top-color: rgb(249 250 251 / 0.15);
  }

  .lg\:border-t-gray-50\/20 {
    border-top-color: rgb(249 250 251 / 0.2);
  }

  .lg\:border-t-gray-50\/25 {
    border-top-color: rgb(249 250 251 / 0.25);
  }

  .lg\:border-t-gray-50\/30 {
    border-top-color: rgb(249 250 251 / 0.3);
  }

  .lg\:border-t-gray-50\/35 {
    border-top-color: rgb(249 250 251 / 0.35);
  }

  .lg\:border-t-gray-50\/40 {
    border-top-color: rgb(249 250 251 / 0.4);
  }

  .lg\:border-t-gray-50\/45 {
    border-top-color: rgb(249 250 251 / 0.45);
  }

  .lg\:border-t-gray-50\/5 {
    border-top-color: rgb(249 250 251 / 0.05);
  }

  .lg\:border-t-gray-50\/50 {
    border-top-color: rgb(249 250 251 / 0.5);
  }

  .lg\:border-t-gray-50\/55 {
    border-top-color: rgb(249 250 251 / 0.55);
  }

  .lg\:border-t-gray-50\/60 {
    border-top-color: rgb(249 250 251 / 0.6);
  }

  .lg\:border-t-gray-50\/65 {
    border-top-color: rgb(249 250 251 / 0.65);
  }

  .lg\:border-t-gray-50\/70 {
    border-top-color: rgb(249 250 251 / 0.7);
  }

  .lg\:border-t-gray-50\/75 {
    border-top-color: rgb(249 250 251 / 0.75);
  }

  .lg\:border-t-gray-50\/80 {
    border-top-color: rgb(249 250 251 / 0.8);
  }

  .lg\:border-t-gray-50\/85 {
    border-top-color: rgb(249 250 251 / 0.85);
  }

  .lg\:border-t-gray-50\/90 {
    border-top-color: rgb(249 250 251 / 0.9);
  }

  .lg\:border-t-gray-50\/95 {
    border-top-color: rgb(249 250 251 / 0.95);
  }

  .lg\:border-t-gray-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(107 114 128 / var(--tw-border-opacity));
  }

  .lg\:border-t-gray-500\/0 {
    border-top-color: rgb(107 114 128 / 0);
  }

  .lg\:border-t-gray-500\/10 {
    border-top-color: rgb(107 114 128 / 0.1);
  }

  .lg\:border-t-gray-500\/100 {
    border-top-color: rgb(107 114 128 / 1);
  }

  .lg\:border-t-gray-500\/15 {
    border-top-color: rgb(107 114 128 / 0.15);
  }

  .lg\:border-t-gray-500\/20 {
    border-top-color: rgb(107 114 128 / 0.2);
  }

  .lg\:border-t-gray-500\/25 {
    border-top-color: rgb(107 114 128 / 0.25);
  }

  .lg\:border-t-gray-500\/30 {
    border-top-color: rgb(107 114 128 / 0.3);
  }

  .lg\:border-t-gray-500\/35 {
    border-top-color: rgb(107 114 128 / 0.35);
  }

  .lg\:border-t-gray-500\/40 {
    border-top-color: rgb(107 114 128 / 0.4);
  }

  .lg\:border-t-gray-500\/45 {
    border-top-color: rgb(107 114 128 / 0.45);
  }

  .lg\:border-t-gray-500\/5 {
    border-top-color: rgb(107 114 128 / 0.05);
  }

  .lg\:border-t-gray-500\/50 {
    border-top-color: rgb(107 114 128 / 0.5);
  }

  .lg\:border-t-gray-500\/55 {
    border-top-color: rgb(107 114 128 / 0.55);
  }

  .lg\:border-t-gray-500\/60 {
    border-top-color: rgb(107 114 128 / 0.6);
  }

  .lg\:border-t-gray-500\/65 {
    border-top-color: rgb(107 114 128 / 0.65);
  }

  .lg\:border-t-gray-500\/70 {
    border-top-color: rgb(107 114 128 / 0.7);
  }

  .lg\:border-t-gray-500\/75 {
    border-top-color: rgb(107 114 128 / 0.75);
  }

  .lg\:border-t-gray-500\/80 {
    border-top-color: rgb(107 114 128 / 0.8);
  }

  .lg\:border-t-gray-500\/85 {
    border-top-color: rgb(107 114 128 / 0.85);
  }

  .lg\:border-t-gray-500\/90 {
    border-top-color: rgb(107 114 128 / 0.9);
  }

  .lg\:border-t-gray-500\/95 {
    border-top-color: rgb(107 114 128 / 0.95);
  }

  .lg\:border-t-gray-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .lg\:border-t-gray-600\/0 {
    border-top-color: rgb(75 85 99 / 0);
  }

  .lg\:border-t-gray-600\/10 {
    border-top-color: rgb(75 85 99 / 0.1);
  }

  .lg\:border-t-gray-600\/100 {
    border-top-color: rgb(75 85 99 / 1);
  }

  .lg\:border-t-gray-600\/15 {
    border-top-color: rgb(75 85 99 / 0.15);
  }

  .lg\:border-t-gray-600\/20 {
    border-top-color: rgb(75 85 99 / 0.2);
  }

  .lg\:border-t-gray-600\/25 {
    border-top-color: rgb(75 85 99 / 0.25);
  }

  .lg\:border-t-gray-600\/30 {
    border-top-color: rgb(75 85 99 / 0.3);
  }

  .lg\:border-t-gray-600\/35 {
    border-top-color: rgb(75 85 99 / 0.35);
  }

  .lg\:border-t-gray-600\/40 {
    border-top-color: rgb(75 85 99 / 0.4);
  }

  .lg\:border-t-gray-600\/45 {
    border-top-color: rgb(75 85 99 / 0.45);
  }

  .lg\:border-t-gray-600\/5 {
    border-top-color: rgb(75 85 99 / 0.05);
  }

  .lg\:border-t-gray-600\/50 {
    border-top-color: rgb(75 85 99 / 0.5);
  }

  .lg\:border-t-gray-600\/55 {
    border-top-color: rgb(75 85 99 / 0.55);
  }

  .lg\:border-t-gray-600\/60 {
    border-top-color: rgb(75 85 99 / 0.6);
  }

  .lg\:border-t-gray-600\/65 {
    border-top-color: rgb(75 85 99 / 0.65);
  }

  .lg\:border-t-gray-600\/70 {
    border-top-color: rgb(75 85 99 / 0.7);
  }

  .lg\:border-t-gray-600\/75 {
    border-top-color: rgb(75 85 99 / 0.75);
  }

  .lg\:border-t-gray-600\/80 {
    border-top-color: rgb(75 85 99 / 0.8);
  }

  .lg\:border-t-gray-600\/85 {
    border-top-color: rgb(75 85 99 / 0.85);
  }

  .lg\:border-t-gray-600\/90 {
    border-top-color: rgb(75 85 99 / 0.9);
  }

  .lg\:border-t-gray-600\/95 {
    border-top-color: rgb(75 85 99 / 0.95);
  }

  .lg\:border-t-gray-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .lg\:border-t-gray-700\/0 {
    border-top-color: rgb(55 65 81 / 0);
  }

  .lg\:border-t-gray-700\/10 {
    border-top-color: rgb(55 65 81 / 0.1);
  }

  .lg\:border-t-gray-700\/100 {
    border-top-color: rgb(55 65 81 / 1);
  }

  .lg\:border-t-gray-700\/15 {
    border-top-color: rgb(55 65 81 / 0.15);
  }

  .lg\:border-t-gray-700\/20 {
    border-top-color: rgb(55 65 81 / 0.2);
  }

  .lg\:border-t-gray-700\/25 {
    border-top-color: rgb(55 65 81 / 0.25);
  }

  .lg\:border-t-gray-700\/30 {
    border-top-color: rgb(55 65 81 / 0.3);
  }

  .lg\:border-t-gray-700\/35 {
    border-top-color: rgb(55 65 81 / 0.35);
  }

  .lg\:border-t-gray-700\/40 {
    border-top-color: rgb(55 65 81 / 0.4);
  }

  .lg\:border-t-gray-700\/45 {
    border-top-color: rgb(55 65 81 / 0.45);
  }

  .lg\:border-t-gray-700\/5 {
    border-top-color: rgb(55 65 81 / 0.05);
  }

  .lg\:border-t-gray-700\/50 {
    border-top-color: rgb(55 65 81 / 0.5);
  }

  .lg\:border-t-gray-700\/55 {
    border-top-color: rgb(55 65 81 / 0.55);
  }

  .lg\:border-t-gray-700\/60 {
    border-top-color: rgb(55 65 81 / 0.6);
  }

  .lg\:border-t-gray-700\/65 {
    border-top-color: rgb(55 65 81 / 0.65);
  }

  .lg\:border-t-gray-700\/70 {
    border-top-color: rgb(55 65 81 / 0.7);
  }

  .lg\:border-t-gray-700\/75 {
    border-top-color: rgb(55 65 81 / 0.75);
  }

  .lg\:border-t-gray-700\/80 {
    border-top-color: rgb(55 65 81 / 0.8);
  }

  .lg\:border-t-gray-700\/85 {
    border-top-color: rgb(55 65 81 / 0.85);
  }

  .lg\:border-t-gray-700\/90 {
    border-top-color: rgb(55 65 81 / 0.9);
  }

  .lg\:border-t-gray-700\/95 {
    border-top-color: rgb(55 65 81 / 0.95);
  }

  .lg\:border-t-gray-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(31 41 55 / var(--tw-border-opacity));
  }

  .lg\:border-t-gray-800\/0 {
    border-top-color: rgb(31 41 55 / 0);
  }

  .lg\:border-t-gray-800\/10 {
    border-top-color: rgb(31 41 55 / 0.1);
  }

  .lg\:border-t-gray-800\/100 {
    border-top-color: rgb(31 41 55 / 1);
  }

  .lg\:border-t-gray-800\/15 {
    border-top-color: rgb(31 41 55 / 0.15);
  }

  .lg\:border-t-gray-800\/20 {
    border-top-color: rgb(31 41 55 / 0.2);
  }

  .lg\:border-t-gray-800\/25 {
    border-top-color: rgb(31 41 55 / 0.25);
  }

  .lg\:border-t-gray-800\/30 {
    border-top-color: rgb(31 41 55 / 0.3);
  }

  .lg\:border-t-gray-800\/35 {
    border-top-color: rgb(31 41 55 / 0.35);
  }

  .lg\:border-t-gray-800\/40 {
    border-top-color: rgb(31 41 55 / 0.4);
  }

  .lg\:border-t-gray-800\/45 {
    border-top-color: rgb(31 41 55 / 0.45);
  }

  .lg\:border-t-gray-800\/5 {
    border-top-color: rgb(31 41 55 / 0.05);
  }

  .lg\:border-t-gray-800\/50 {
    border-top-color: rgb(31 41 55 / 0.5);
  }

  .lg\:border-t-gray-800\/55 {
    border-top-color: rgb(31 41 55 / 0.55);
  }

  .lg\:border-t-gray-800\/60 {
    border-top-color: rgb(31 41 55 / 0.6);
  }

  .lg\:border-t-gray-800\/65 {
    border-top-color: rgb(31 41 55 / 0.65);
  }

  .lg\:border-t-gray-800\/70 {
    border-top-color: rgb(31 41 55 / 0.7);
  }

  .lg\:border-t-gray-800\/75 {
    border-top-color: rgb(31 41 55 / 0.75);
  }

  .lg\:border-t-gray-800\/80 {
    border-top-color: rgb(31 41 55 / 0.8);
  }

  .lg\:border-t-gray-800\/85 {
    border-top-color: rgb(31 41 55 / 0.85);
  }

  .lg\:border-t-gray-800\/90 {
    border-top-color: rgb(31 41 55 / 0.9);
  }

  .lg\:border-t-gray-800\/95 {
    border-top-color: rgb(31 41 55 / 0.95);
  }

  .lg\:border-t-gray-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(17 24 39 / var(--tw-border-opacity));
  }

  .lg\:border-t-gray-900\/0 {
    border-top-color: rgb(17 24 39 / 0);
  }

  .lg\:border-t-gray-900\/10 {
    border-top-color: rgb(17 24 39 / 0.1);
  }

  .lg\:border-t-gray-900\/100 {
    border-top-color: rgb(17 24 39 / 1);
  }

  .lg\:border-t-gray-900\/15 {
    border-top-color: rgb(17 24 39 / 0.15);
  }

  .lg\:border-t-gray-900\/20 {
    border-top-color: rgb(17 24 39 / 0.2);
  }

  .lg\:border-t-gray-900\/25 {
    border-top-color: rgb(17 24 39 / 0.25);
  }

  .lg\:border-t-gray-900\/30 {
    border-top-color: rgb(17 24 39 / 0.3);
  }

  .lg\:border-t-gray-900\/35 {
    border-top-color: rgb(17 24 39 / 0.35);
  }

  .lg\:border-t-gray-900\/40 {
    border-top-color: rgb(17 24 39 / 0.4);
  }

  .lg\:border-t-gray-900\/45 {
    border-top-color: rgb(17 24 39 / 0.45);
  }

  .lg\:border-t-gray-900\/5 {
    border-top-color: rgb(17 24 39 / 0.05);
  }

  .lg\:border-t-gray-900\/50 {
    border-top-color: rgb(17 24 39 / 0.5);
  }

  .lg\:border-t-gray-900\/55 {
    border-top-color: rgb(17 24 39 / 0.55);
  }

  .lg\:border-t-gray-900\/60 {
    border-top-color: rgb(17 24 39 / 0.6);
  }

  .lg\:border-t-gray-900\/65 {
    border-top-color: rgb(17 24 39 / 0.65);
  }

  .lg\:border-t-gray-900\/70 {
    border-top-color: rgb(17 24 39 / 0.7);
  }

  .lg\:border-t-gray-900\/75 {
    border-top-color: rgb(17 24 39 / 0.75);
  }

  .lg\:border-t-gray-900\/80 {
    border-top-color: rgb(17 24 39 / 0.8);
  }

  .lg\:border-t-gray-900\/85 {
    border-top-color: rgb(17 24 39 / 0.85);
  }

  .lg\:border-t-gray-900\/90 {
    border-top-color: rgb(17 24 39 / 0.9);
  }

  .lg\:border-t-gray-900\/95 {
    border-top-color: rgb(17 24 39 / 0.95);
  }

  .lg\:border-t-gray-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(3 7 18 / var(--tw-border-opacity));
  }

  .lg\:border-t-gray-950\/0 {
    border-top-color: rgb(3 7 18 / 0);
  }

  .lg\:border-t-gray-950\/10 {
    border-top-color: rgb(3 7 18 / 0.1);
  }

  .lg\:border-t-gray-950\/100 {
    border-top-color: rgb(3 7 18 / 1);
  }

  .lg\:border-t-gray-950\/15 {
    border-top-color: rgb(3 7 18 / 0.15);
  }

  .lg\:border-t-gray-950\/20 {
    border-top-color: rgb(3 7 18 / 0.2);
  }

  .lg\:border-t-gray-950\/25 {
    border-top-color: rgb(3 7 18 / 0.25);
  }

  .lg\:border-t-gray-950\/30 {
    border-top-color: rgb(3 7 18 / 0.3);
  }

  .lg\:border-t-gray-950\/35 {
    border-top-color: rgb(3 7 18 / 0.35);
  }

  .lg\:border-t-gray-950\/40 {
    border-top-color: rgb(3 7 18 / 0.4);
  }

  .lg\:border-t-gray-950\/45 {
    border-top-color: rgb(3 7 18 / 0.45);
  }

  .lg\:border-t-gray-950\/5 {
    border-top-color: rgb(3 7 18 / 0.05);
  }

  .lg\:border-t-gray-950\/50 {
    border-top-color: rgb(3 7 18 / 0.5);
  }

  .lg\:border-t-gray-950\/55 {
    border-top-color: rgb(3 7 18 / 0.55);
  }

  .lg\:border-t-gray-950\/60 {
    border-top-color: rgb(3 7 18 / 0.6);
  }

  .lg\:border-t-gray-950\/65 {
    border-top-color: rgb(3 7 18 / 0.65);
  }

  .lg\:border-t-gray-950\/70 {
    border-top-color: rgb(3 7 18 / 0.7);
  }

  .lg\:border-t-gray-950\/75 {
    border-top-color: rgb(3 7 18 / 0.75);
  }

  .lg\:border-t-gray-950\/80 {
    border-top-color: rgb(3 7 18 / 0.8);
  }

  .lg\:border-t-gray-950\/85 {
    border-top-color: rgb(3 7 18 / 0.85);
  }

  .lg\:border-t-gray-950\/90 {
    border-top-color: rgb(3 7 18 / 0.9);
  }

  .lg\:border-t-gray-950\/95 {
    border-top-color: rgb(3 7 18 / 0.95);
  }

  .lg\:border-t-green-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(220 252 231 / var(--tw-border-opacity));
  }

  .lg\:border-t-green-100\/0 {
    border-top-color: rgb(220 252 231 / 0);
  }

  .lg\:border-t-green-100\/10 {
    border-top-color: rgb(220 252 231 / 0.1);
  }

  .lg\:border-t-green-100\/100 {
    border-top-color: rgb(220 252 231 / 1);
  }

  .lg\:border-t-green-100\/15 {
    border-top-color: rgb(220 252 231 / 0.15);
  }

  .lg\:border-t-green-100\/20 {
    border-top-color: rgb(220 252 231 / 0.2);
  }

  .lg\:border-t-green-100\/25 {
    border-top-color: rgb(220 252 231 / 0.25);
  }

  .lg\:border-t-green-100\/30 {
    border-top-color: rgb(220 252 231 / 0.3);
  }

  .lg\:border-t-green-100\/35 {
    border-top-color: rgb(220 252 231 / 0.35);
  }

  .lg\:border-t-green-100\/40 {
    border-top-color: rgb(220 252 231 / 0.4);
  }

  .lg\:border-t-green-100\/45 {
    border-top-color: rgb(220 252 231 / 0.45);
  }

  .lg\:border-t-green-100\/5 {
    border-top-color: rgb(220 252 231 / 0.05);
  }

  .lg\:border-t-green-100\/50 {
    border-top-color: rgb(220 252 231 / 0.5);
  }

  .lg\:border-t-green-100\/55 {
    border-top-color: rgb(220 252 231 / 0.55);
  }

  .lg\:border-t-green-100\/60 {
    border-top-color: rgb(220 252 231 / 0.6);
  }

  .lg\:border-t-green-100\/65 {
    border-top-color: rgb(220 252 231 / 0.65);
  }

  .lg\:border-t-green-100\/70 {
    border-top-color: rgb(220 252 231 / 0.7);
  }

  .lg\:border-t-green-100\/75 {
    border-top-color: rgb(220 252 231 / 0.75);
  }

  .lg\:border-t-green-100\/80 {
    border-top-color: rgb(220 252 231 / 0.8);
  }

  .lg\:border-t-green-100\/85 {
    border-top-color: rgb(220 252 231 / 0.85);
  }

  .lg\:border-t-green-100\/90 {
    border-top-color: rgb(220 252 231 / 0.9);
  }

  .lg\:border-t-green-100\/95 {
    border-top-color: rgb(220 252 231 / 0.95);
  }

  .lg\:border-t-green-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(187 247 208 / var(--tw-border-opacity));
  }

  .lg\:border-t-green-200\/0 {
    border-top-color: rgb(187 247 208 / 0);
  }

  .lg\:border-t-green-200\/10 {
    border-top-color: rgb(187 247 208 / 0.1);
  }

  .lg\:border-t-green-200\/100 {
    border-top-color: rgb(187 247 208 / 1);
  }

  .lg\:border-t-green-200\/15 {
    border-top-color: rgb(187 247 208 / 0.15);
  }

  .lg\:border-t-green-200\/20 {
    border-top-color: rgb(187 247 208 / 0.2);
  }

  .lg\:border-t-green-200\/25 {
    border-top-color: rgb(187 247 208 / 0.25);
  }

  .lg\:border-t-green-200\/30 {
    border-top-color: rgb(187 247 208 / 0.3);
  }

  .lg\:border-t-green-200\/35 {
    border-top-color: rgb(187 247 208 / 0.35);
  }

  .lg\:border-t-green-200\/40 {
    border-top-color: rgb(187 247 208 / 0.4);
  }

  .lg\:border-t-green-200\/45 {
    border-top-color: rgb(187 247 208 / 0.45);
  }

  .lg\:border-t-green-200\/5 {
    border-top-color: rgb(187 247 208 / 0.05);
  }

  .lg\:border-t-green-200\/50 {
    border-top-color: rgb(187 247 208 / 0.5);
  }

  .lg\:border-t-green-200\/55 {
    border-top-color: rgb(187 247 208 / 0.55);
  }

  .lg\:border-t-green-200\/60 {
    border-top-color: rgb(187 247 208 / 0.6);
  }

  .lg\:border-t-green-200\/65 {
    border-top-color: rgb(187 247 208 / 0.65);
  }

  .lg\:border-t-green-200\/70 {
    border-top-color: rgb(187 247 208 / 0.7);
  }

  .lg\:border-t-green-200\/75 {
    border-top-color: rgb(187 247 208 / 0.75);
  }

  .lg\:border-t-green-200\/80 {
    border-top-color: rgb(187 247 208 / 0.8);
  }

  .lg\:border-t-green-200\/85 {
    border-top-color: rgb(187 247 208 / 0.85);
  }

  .lg\:border-t-green-200\/90 {
    border-top-color: rgb(187 247 208 / 0.9);
  }

  .lg\:border-t-green-200\/95 {
    border-top-color: rgb(187 247 208 / 0.95);
  }

  .lg\:border-t-green-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(134 239 172 / var(--tw-border-opacity));
  }

  .lg\:border-t-green-300\/0 {
    border-top-color: rgb(134 239 172 / 0);
  }

  .lg\:border-t-green-300\/10 {
    border-top-color: rgb(134 239 172 / 0.1);
  }

  .lg\:border-t-green-300\/100 {
    border-top-color: rgb(134 239 172 / 1);
  }

  .lg\:border-t-green-300\/15 {
    border-top-color: rgb(134 239 172 / 0.15);
  }

  .lg\:border-t-green-300\/20 {
    border-top-color: rgb(134 239 172 / 0.2);
  }

  .lg\:border-t-green-300\/25 {
    border-top-color: rgb(134 239 172 / 0.25);
  }

  .lg\:border-t-green-300\/30 {
    border-top-color: rgb(134 239 172 / 0.3);
  }

  .lg\:border-t-green-300\/35 {
    border-top-color: rgb(134 239 172 / 0.35);
  }

  .lg\:border-t-green-300\/40 {
    border-top-color: rgb(134 239 172 / 0.4);
  }

  .lg\:border-t-green-300\/45 {
    border-top-color: rgb(134 239 172 / 0.45);
  }

  .lg\:border-t-green-300\/5 {
    border-top-color: rgb(134 239 172 / 0.05);
  }

  .lg\:border-t-green-300\/50 {
    border-top-color: rgb(134 239 172 / 0.5);
  }

  .lg\:border-t-green-300\/55 {
    border-top-color: rgb(134 239 172 / 0.55);
  }

  .lg\:border-t-green-300\/60 {
    border-top-color: rgb(134 239 172 / 0.6);
  }

  .lg\:border-t-green-300\/65 {
    border-top-color: rgb(134 239 172 / 0.65);
  }

  .lg\:border-t-green-300\/70 {
    border-top-color: rgb(134 239 172 / 0.7);
  }

  .lg\:border-t-green-300\/75 {
    border-top-color: rgb(134 239 172 / 0.75);
  }

  .lg\:border-t-green-300\/80 {
    border-top-color: rgb(134 239 172 / 0.8);
  }

  .lg\:border-t-green-300\/85 {
    border-top-color: rgb(134 239 172 / 0.85);
  }

  .lg\:border-t-green-300\/90 {
    border-top-color: rgb(134 239 172 / 0.9);
  }

  .lg\:border-t-green-300\/95 {
    border-top-color: rgb(134 239 172 / 0.95);
  }

  .lg\:border-t-green-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(74 222 128 / var(--tw-border-opacity));
  }

  .lg\:border-t-green-400\/0 {
    border-top-color: rgb(74 222 128 / 0);
  }

  .lg\:border-t-green-400\/10 {
    border-top-color: rgb(74 222 128 / 0.1);
  }

  .lg\:border-t-green-400\/100 {
    border-top-color: rgb(74 222 128 / 1);
  }

  .lg\:border-t-green-400\/15 {
    border-top-color: rgb(74 222 128 / 0.15);
  }

  .lg\:border-t-green-400\/20 {
    border-top-color: rgb(74 222 128 / 0.2);
  }

  .lg\:border-t-green-400\/25 {
    border-top-color: rgb(74 222 128 / 0.25);
  }

  .lg\:border-t-green-400\/30 {
    border-top-color: rgb(74 222 128 / 0.3);
  }

  .lg\:border-t-green-400\/35 {
    border-top-color: rgb(74 222 128 / 0.35);
  }

  .lg\:border-t-green-400\/40 {
    border-top-color: rgb(74 222 128 / 0.4);
  }

  .lg\:border-t-green-400\/45 {
    border-top-color: rgb(74 222 128 / 0.45);
  }

  .lg\:border-t-green-400\/5 {
    border-top-color: rgb(74 222 128 / 0.05);
  }

  .lg\:border-t-green-400\/50 {
    border-top-color: rgb(74 222 128 / 0.5);
  }

  .lg\:border-t-green-400\/55 {
    border-top-color: rgb(74 222 128 / 0.55);
  }

  .lg\:border-t-green-400\/60 {
    border-top-color: rgb(74 222 128 / 0.6);
  }

  .lg\:border-t-green-400\/65 {
    border-top-color: rgb(74 222 128 / 0.65);
  }

  .lg\:border-t-green-400\/70 {
    border-top-color: rgb(74 222 128 / 0.7);
  }

  .lg\:border-t-green-400\/75 {
    border-top-color: rgb(74 222 128 / 0.75);
  }

  .lg\:border-t-green-400\/80 {
    border-top-color: rgb(74 222 128 / 0.8);
  }

  .lg\:border-t-green-400\/85 {
    border-top-color: rgb(74 222 128 / 0.85);
  }

  .lg\:border-t-green-400\/90 {
    border-top-color: rgb(74 222 128 / 0.9);
  }

  .lg\:border-t-green-400\/95 {
    border-top-color: rgb(74 222 128 / 0.95);
  }

  .lg\:border-t-green-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(240 253 244 / var(--tw-border-opacity));
  }

  .lg\:border-t-green-50\/0 {
    border-top-color: rgb(240 253 244 / 0);
  }

  .lg\:border-t-green-50\/10 {
    border-top-color: rgb(240 253 244 / 0.1);
  }

  .lg\:border-t-green-50\/100 {
    border-top-color: rgb(240 253 244 / 1);
  }

  .lg\:border-t-green-50\/15 {
    border-top-color: rgb(240 253 244 / 0.15);
  }

  .lg\:border-t-green-50\/20 {
    border-top-color: rgb(240 253 244 / 0.2);
  }

  .lg\:border-t-green-50\/25 {
    border-top-color: rgb(240 253 244 / 0.25);
  }

  .lg\:border-t-green-50\/30 {
    border-top-color: rgb(240 253 244 / 0.3);
  }

  .lg\:border-t-green-50\/35 {
    border-top-color: rgb(240 253 244 / 0.35);
  }

  .lg\:border-t-green-50\/40 {
    border-top-color: rgb(240 253 244 / 0.4);
  }

  .lg\:border-t-green-50\/45 {
    border-top-color: rgb(240 253 244 / 0.45);
  }

  .lg\:border-t-green-50\/5 {
    border-top-color: rgb(240 253 244 / 0.05);
  }

  .lg\:border-t-green-50\/50 {
    border-top-color: rgb(240 253 244 / 0.5);
  }

  .lg\:border-t-green-50\/55 {
    border-top-color: rgb(240 253 244 / 0.55);
  }

  .lg\:border-t-green-50\/60 {
    border-top-color: rgb(240 253 244 / 0.6);
  }

  .lg\:border-t-green-50\/65 {
    border-top-color: rgb(240 253 244 / 0.65);
  }

  .lg\:border-t-green-50\/70 {
    border-top-color: rgb(240 253 244 / 0.7);
  }

  .lg\:border-t-green-50\/75 {
    border-top-color: rgb(240 253 244 / 0.75);
  }

  .lg\:border-t-green-50\/80 {
    border-top-color: rgb(240 253 244 / 0.8);
  }

  .lg\:border-t-green-50\/85 {
    border-top-color: rgb(240 253 244 / 0.85);
  }

  .lg\:border-t-green-50\/90 {
    border-top-color: rgb(240 253 244 / 0.9);
  }

  .lg\:border-t-green-50\/95 {
    border-top-color: rgb(240 253 244 / 0.95);
  }

  .lg\:border-t-green-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(34 197 94 / var(--tw-border-opacity));
  }

  .lg\:border-t-green-500\/0 {
    border-top-color: rgb(34 197 94 / 0);
  }

  .lg\:border-t-green-500\/10 {
    border-top-color: rgb(34 197 94 / 0.1);
  }

  .lg\:border-t-green-500\/100 {
    border-top-color: rgb(34 197 94 / 1);
  }

  .lg\:border-t-green-500\/15 {
    border-top-color: rgb(34 197 94 / 0.15);
  }

  .lg\:border-t-green-500\/20 {
    border-top-color: rgb(34 197 94 / 0.2);
  }

  .lg\:border-t-green-500\/25 {
    border-top-color: rgb(34 197 94 / 0.25);
  }

  .lg\:border-t-green-500\/30 {
    border-top-color: rgb(34 197 94 / 0.3);
  }

  .lg\:border-t-green-500\/35 {
    border-top-color: rgb(34 197 94 / 0.35);
  }

  .lg\:border-t-green-500\/40 {
    border-top-color: rgb(34 197 94 / 0.4);
  }

  .lg\:border-t-green-500\/45 {
    border-top-color: rgb(34 197 94 / 0.45);
  }

  .lg\:border-t-green-500\/5 {
    border-top-color: rgb(34 197 94 / 0.05);
  }

  .lg\:border-t-green-500\/50 {
    border-top-color: rgb(34 197 94 / 0.5);
  }

  .lg\:border-t-green-500\/55 {
    border-top-color: rgb(34 197 94 / 0.55);
  }

  .lg\:border-t-green-500\/60 {
    border-top-color: rgb(34 197 94 / 0.6);
  }

  .lg\:border-t-green-500\/65 {
    border-top-color: rgb(34 197 94 / 0.65);
  }

  .lg\:border-t-green-500\/70 {
    border-top-color: rgb(34 197 94 / 0.7);
  }

  .lg\:border-t-green-500\/75 {
    border-top-color: rgb(34 197 94 / 0.75);
  }

  .lg\:border-t-green-500\/80 {
    border-top-color: rgb(34 197 94 / 0.8);
  }

  .lg\:border-t-green-500\/85 {
    border-top-color: rgb(34 197 94 / 0.85);
  }

  .lg\:border-t-green-500\/90 {
    border-top-color: rgb(34 197 94 / 0.9);
  }

  .lg\:border-t-green-500\/95 {
    border-top-color: rgb(34 197 94 / 0.95);
  }

  .lg\:border-t-green-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(22 163 74 / var(--tw-border-opacity));
  }

  .lg\:border-t-green-600\/0 {
    border-top-color: rgb(22 163 74 / 0);
  }

  .lg\:border-t-green-600\/10 {
    border-top-color: rgb(22 163 74 / 0.1);
  }

  .lg\:border-t-green-600\/100 {
    border-top-color: rgb(22 163 74 / 1);
  }

  .lg\:border-t-green-600\/15 {
    border-top-color: rgb(22 163 74 / 0.15);
  }

  .lg\:border-t-green-600\/20 {
    border-top-color: rgb(22 163 74 / 0.2);
  }

  .lg\:border-t-green-600\/25 {
    border-top-color: rgb(22 163 74 / 0.25);
  }

  .lg\:border-t-green-600\/30 {
    border-top-color: rgb(22 163 74 / 0.3);
  }

  .lg\:border-t-green-600\/35 {
    border-top-color: rgb(22 163 74 / 0.35);
  }

  .lg\:border-t-green-600\/40 {
    border-top-color: rgb(22 163 74 / 0.4);
  }

  .lg\:border-t-green-600\/45 {
    border-top-color: rgb(22 163 74 / 0.45);
  }

  .lg\:border-t-green-600\/5 {
    border-top-color: rgb(22 163 74 / 0.05);
  }

  .lg\:border-t-green-600\/50 {
    border-top-color: rgb(22 163 74 / 0.5);
  }

  .lg\:border-t-green-600\/55 {
    border-top-color: rgb(22 163 74 / 0.55);
  }

  .lg\:border-t-green-600\/60 {
    border-top-color: rgb(22 163 74 / 0.6);
  }

  .lg\:border-t-green-600\/65 {
    border-top-color: rgb(22 163 74 / 0.65);
  }

  .lg\:border-t-green-600\/70 {
    border-top-color: rgb(22 163 74 / 0.7);
  }

  .lg\:border-t-green-600\/75 {
    border-top-color: rgb(22 163 74 / 0.75);
  }

  .lg\:border-t-green-600\/80 {
    border-top-color: rgb(22 163 74 / 0.8);
  }

  .lg\:border-t-green-600\/85 {
    border-top-color: rgb(22 163 74 / 0.85);
  }

  .lg\:border-t-green-600\/90 {
    border-top-color: rgb(22 163 74 / 0.9);
  }

  .lg\:border-t-green-600\/95 {
    border-top-color: rgb(22 163 74 / 0.95);
  }

  .lg\:border-t-green-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(21 128 61 / var(--tw-border-opacity));
  }

  .lg\:border-t-green-700\/0 {
    border-top-color: rgb(21 128 61 / 0);
  }

  .lg\:border-t-green-700\/10 {
    border-top-color: rgb(21 128 61 / 0.1);
  }

  .lg\:border-t-green-700\/100 {
    border-top-color: rgb(21 128 61 / 1);
  }

  .lg\:border-t-green-700\/15 {
    border-top-color: rgb(21 128 61 / 0.15);
  }

  .lg\:border-t-green-700\/20 {
    border-top-color: rgb(21 128 61 / 0.2);
  }

  .lg\:border-t-green-700\/25 {
    border-top-color: rgb(21 128 61 / 0.25);
  }

  .lg\:border-t-green-700\/30 {
    border-top-color: rgb(21 128 61 / 0.3);
  }

  .lg\:border-t-green-700\/35 {
    border-top-color: rgb(21 128 61 / 0.35);
  }

  .lg\:border-t-green-700\/40 {
    border-top-color: rgb(21 128 61 / 0.4);
  }

  .lg\:border-t-green-700\/45 {
    border-top-color: rgb(21 128 61 / 0.45);
  }

  .lg\:border-t-green-700\/5 {
    border-top-color: rgb(21 128 61 / 0.05);
  }

  .lg\:border-t-green-700\/50 {
    border-top-color: rgb(21 128 61 / 0.5);
  }

  .lg\:border-t-green-700\/55 {
    border-top-color: rgb(21 128 61 / 0.55);
  }

  .lg\:border-t-green-700\/60 {
    border-top-color: rgb(21 128 61 / 0.6);
  }

  .lg\:border-t-green-700\/65 {
    border-top-color: rgb(21 128 61 / 0.65);
  }

  .lg\:border-t-green-700\/70 {
    border-top-color: rgb(21 128 61 / 0.7);
  }

  .lg\:border-t-green-700\/75 {
    border-top-color: rgb(21 128 61 / 0.75);
  }

  .lg\:border-t-green-700\/80 {
    border-top-color: rgb(21 128 61 / 0.8);
  }

  .lg\:border-t-green-700\/85 {
    border-top-color: rgb(21 128 61 / 0.85);
  }

  .lg\:border-t-green-700\/90 {
    border-top-color: rgb(21 128 61 / 0.9);
  }

  .lg\:border-t-green-700\/95 {
    border-top-color: rgb(21 128 61 / 0.95);
  }

  .lg\:border-t-green-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(22 101 52 / var(--tw-border-opacity));
  }

  .lg\:border-t-green-800\/0 {
    border-top-color: rgb(22 101 52 / 0);
  }

  .lg\:border-t-green-800\/10 {
    border-top-color: rgb(22 101 52 / 0.1);
  }

  .lg\:border-t-green-800\/100 {
    border-top-color: rgb(22 101 52 / 1);
  }

  .lg\:border-t-green-800\/15 {
    border-top-color: rgb(22 101 52 / 0.15);
  }

  .lg\:border-t-green-800\/20 {
    border-top-color: rgb(22 101 52 / 0.2);
  }

  .lg\:border-t-green-800\/25 {
    border-top-color: rgb(22 101 52 / 0.25);
  }

  .lg\:border-t-green-800\/30 {
    border-top-color: rgb(22 101 52 / 0.3);
  }

  .lg\:border-t-green-800\/35 {
    border-top-color: rgb(22 101 52 / 0.35);
  }

  .lg\:border-t-green-800\/40 {
    border-top-color: rgb(22 101 52 / 0.4);
  }

  .lg\:border-t-green-800\/45 {
    border-top-color: rgb(22 101 52 / 0.45);
  }

  .lg\:border-t-green-800\/5 {
    border-top-color: rgb(22 101 52 / 0.05);
  }

  .lg\:border-t-green-800\/50 {
    border-top-color: rgb(22 101 52 / 0.5);
  }

  .lg\:border-t-green-800\/55 {
    border-top-color: rgb(22 101 52 / 0.55);
  }

  .lg\:border-t-green-800\/60 {
    border-top-color: rgb(22 101 52 / 0.6);
  }

  .lg\:border-t-green-800\/65 {
    border-top-color: rgb(22 101 52 / 0.65);
  }

  .lg\:border-t-green-800\/70 {
    border-top-color: rgb(22 101 52 / 0.7);
  }

  .lg\:border-t-green-800\/75 {
    border-top-color: rgb(22 101 52 / 0.75);
  }

  .lg\:border-t-green-800\/80 {
    border-top-color: rgb(22 101 52 / 0.8);
  }

  .lg\:border-t-green-800\/85 {
    border-top-color: rgb(22 101 52 / 0.85);
  }

  .lg\:border-t-green-800\/90 {
    border-top-color: rgb(22 101 52 / 0.9);
  }

  .lg\:border-t-green-800\/95 {
    border-top-color: rgb(22 101 52 / 0.95);
  }

  .lg\:border-t-green-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(20 83 45 / var(--tw-border-opacity));
  }

  .lg\:border-t-green-900\/0 {
    border-top-color: rgb(20 83 45 / 0);
  }

  .lg\:border-t-green-900\/10 {
    border-top-color: rgb(20 83 45 / 0.1);
  }

  .lg\:border-t-green-900\/100 {
    border-top-color: rgb(20 83 45 / 1);
  }

  .lg\:border-t-green-900\/15 {
    border-top-color: rgb(20 83 45 / 0.15);
  }

  .lg\:border-t-green-900\/20 {
    border-top-color: rgb(20 83 45 / 0.2);
  }

  .lg\:border-t-green-900\/25 {
    border-top-color: rgb(20 83 45 / 0.25);
  }

  .lg\:border-t-green-900\/30 {
    border-top-color: rgb(20 83 45 / 0.3);
  }

  .lg\:border-t-green-900\/35 {
    border-top-color: rgb(20 83 45 / 0.35);
  }

  .lg\:border-t-green-900\/40 {
    border-top-color: rgb(20 83 45 / 0.4);
  }

  .lg\:border-t-green-900\/45 {
    border-top-color: rgb(20 83 45 / 0.45);
  }

  .lg\:border-t-green-900\/5 {
    border-top-color: rgb(20 83 45 / 0.05);
  }

  .lg\:border-t-green-900\/50 {
    border-top-color: rgb(20 83 45 / 0.5);
  }

  .lg\:border-t-green-900\/55 {
    border-top-color: rgb(20 83 45 / 0.55);
  }

  .lg\:border-t-green-900\/60 {
    border-top-color: rgb(20 83 45 / 0.6);
  }

  .lg\:border-t-green-900\/65 {
    border-top-color: rgb(20 83 45 / 0.65);
  }

  .lg\:border-t-green-900\/70 {
    border-top-color: rgb(20 83 45 / 0.7);
  }

  .lg\:border-t-green-900\/75 {
    border-top-color: rgb(20 83 45 / 0.75);
  }

  .lg\:border-t-green-900\/80 {
    border-top-color: rgb(20 83 45 / 0.8);
  }

  .lg\:border-t-green-900\/85 {
    border-top-color: rgb(20 83 45 / 0.85);
  }

  .lg\:border-t-green-900\/90 {
    border-top-color: rgb(20 83 45 / 0.9);
  }

  .lg\:border-t-green-900\/95 {
    border-top-color: rgb(20 83 45 / 0.95);
  }

  .lg\:border-t-green-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(5 46 22 / var(--tw-border-opacity));
  }

  .lg\:border-t-green-950\/0 {
    border-top-color: rgb(5 46 22 / 0);
  }

  .lg\:border-t-green-950\/10 {
    border-top-color: rgb(5 46 22 / 0.1);
  }

  .lg\:border-t-green-950\/100 {
    border-top-color: rgb(5 46 22 / 1);
  }

  .lg\:border-t-green-950\/15 {
    border-top-color: rgb(5 46 22 / 0.15);
  }

  .lg\:border-t-green-950\/20 {
    border-top-color: rgb(5 46 22 / 0.2);
  }

  .lg\:border-t-green-950\/25 {
    border-top-color: rgb(5 46 22 / 0.25);
  }

  .lg\:border-t-green-950\/30 {
    border-top-color: rgb(5 46 22 / 0.3);
  }

  .lg\:border-t-green-950\/35 {
    border-top-color: rgb(5 46 22 / 0.35);
  }

  .lg\:border-t-green-950\/40 {
    border-top-color: rgb(5 46 22 / 0.4);
  }

  .lg\:border-t-green-950\/45 {
    border-top-color: rgb(5 46 22 / 0.45);
  }

  .lg\:border-t-green-950\/5 {
    border-top-color: rgb(5 46 22 / 0.05);
  }

  .lg\:border-t-green-950\/50 {
    border-top-color: rgb(5 46 22 / 0.5);
  }

  .lg\:border-t-green-950\/55 {
    border-top-color: rgb(5 46 22 / 0.55);
  }

  .lg\:border-t-green-950\/60 {
    border-top-color: rgb(5 46 22 / 0.6);
  }

  .lg\:border-t-green-950\/65 {
    border-top-color: rgb(5 46 22 / 0.65);
  }

  .lg\:border-t-green-950\/70 {
    border-top-color: rgb(5 46 22 / 0.7);
  }

  .lg\:border-t-green-950\/75 {
    border-top-color: rgb(5 46 22 / 0.75);
  }

  .lg\:border-t-green-950\/80 {
    border-top-color: rgb(5 46 22 / 0.8);
  }

  .lg\:border-t-green-950\/85 {
    border-top-color: rgb(5 46 22 / 0.85);
  }

  .lg\:border-t-green-950\/90 {
    border-top-color: rgb(5 46 22 / 0.9);
  }

  .lg\:border-t-green-950\/95 {
    border-top-color: rgb(5 46 22 / 0.95);
  }

  .lg\:border-t-indigo-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(224 231 255 / var(--tw-border-opacity));
  }

  .lg\:border-t-indigo-100\/0 {
    border-top-color: rgb(224 231 255 / 0);
  }

  .lg\:border-t-indigo-100\/10 {
    border-top-color: rgb(224 231 255 / 0.1);
  }

  .lg\:border-t-indigo-100\/100 {
    border-top-color: rgb(224 231 255 / 1);
  }

  .lg\:border-t-indigo-100\/15 {
    border-top-color: rgb(224 231 255 / 0.15);
  }

  .lg\:border-t-indigo-100\/20 {
    border-top-color: rgb(224 231 255 / 0.2);
  }

  .lg\:border-t-indigo-100\/25 {
    border-top-color: rgb(224 231 255 / 0.25);
  }

  .lg\:border-t-indigo-100\/30 {
    border-top-color: rgb(224 231 255 / 0.3);
  }

  .lg\:border-t-indigo-100\/35 {
    border-top-color: rgb(224 231 255 / 0.35);
  }

  .lg\:border-t-indigo-100\/40 {
    border-top-color: rgb(224 231 255 / 0.4);
  }

  .lg\:border-t-indigo-100\/45 {
    border-top-color: rgb(224 231 255 / 0.45);
  }

  .lg\:border-t-indigo-100\/5 {
    border-top-color: rgb(224 231 255 / 0.05);
  }

  .lg\:border-t-indigo-100\/50 {
    border-top-color: rgb(224 231 255 / 0.5);
  }

  .lg\:border-t-indigo-100\/55 {
    border-top-color: rgb(224 231 255 / 0.55);
  }

  .lg\:border-t-indigo-100\/60 {
    border-top-color: rgb(224 231 255 / 0.6);
  }

  .lg\:border-t-indigo-100\/65 {
    border-top-color: rgb(224 231 255 / 0.65);
  }

  .lg\:border-t-indigo-100\/70 {
    border-top-color: rgb(224 231 255 / 0.7);
  }

  .lg\:border-t-indigo-100\/75 {
    border-top-color: rgb(224 231 255 / 0.75);
  }

  .lg\:border-t-indigo-100\/80 {
    border-top-color: rgb(224 231 255 / 0.8);
  }

  .lg\:border-t-indigo-100\/85 {
    border-top-color: rgb(224 231 255 / 0.85);
  }

  .lg\:border-t-indigo-100\/90 {
    border-top-color: rgb(224 231 255 / 0.9);
  }

  .lg\:border-t-indigo-100\/95 {
    border-top-color: rgb(224 231 255 / 0.95);
  }

  .lg\:border-t-indigo-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(199 210 254 / var(--tw-border-opacity));
  }

  .lg\:border-t-indigo-200\/0 {
    border-top-color: rgb(199 210 254 / 0);
  }

  .lg\:border-t-indigo-200\/10 {
    border-top-color: rgb(199 210 254 / 0.1);
  }

  .lg\:border-t-indigo-200\/100 {
    border-top-color: rgb(199 210 254 / 1);
  }

  .lg\:border-t-indigo-200\/15 {
    border-top-color: rgb(199 210 254 / 0.15);
  }

  .lg\:border-t-indigo-200\/20 {
    border-top-color: rgb(199 210 254 / 0.2);
  }

  .lg\:border-t-indigo-200\/25 {
    border-top-color: rgb(199 210 254 / 0.25);
  }

  .lg\:border-t-indigo-200\/30 {
    border-top-color: rgb(199 210 254 / 0.3);
  }

  .lg\:border-t-indigo-200\/35 {
    border-top-color: rgb(199 210 254 / 0.35);
  }

  .lg\:border-t-indigo-200\/40 {
    border-top-color: rgb(199 210 254 / 0.4);
  }

  .lg\:border-t-indigo-200\/45 {
    border-top-color: rgb(199 210 254 / 0.45);
  }

  .lg\:border-t-indigo-200\/5 {
    border-top-color: rgb(199 210 254 / 0.05);
  }

  .lg\:border-t-indigo-200\/50 {
    border-top-color: rgb(199 210 254 / 0.5);
  }

  .lg\:border-t-indigo-200\/55 {
    border-top-color: rgb(199 210 254 / 0.55);
  }

  .lg\:border-t-indigo-200\/60 {
    border-top-color: rgb(199 210 254 / 0.6);
  }

  .lg\:border-t-indigo-200\/65 {
    border-top-color: rgb(199 210 254 / 0.65);
  }

  .lg\:border-t-indigo-200\/70 {
    border-top-color: rgb(199 210 254 / 0.7);
  }

  .lg\:border-t-indigo-200\/75 {
    border-top-color: rgb(199 210 254 / 0.75);
  }

  .lg\:border-t-indigo-200\/80 {
    border-top-color: rgb(199 210 254 / 0.8);
  }

  .lg\:border-t-indigo-200\/85 {
    border-top-color: rgb(199 210 254 / 0.85);
  }

  .lg\:border-t-indigo-200\/90 {
    border-top-color: rgb(199 210 254 / 0.9);
  }

  .lg\:border-t-indigo-200\/95 {
    border-top-color: rgb(199 210 254 / 0.95);
  }

  .lg\:border-t-indigo-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(165 180 252 / var(--tw-border-opacity));
  }

  .lg\:border-t-indigo-300\/0 {
    border-top-color: rgb(165 180 252 / 0);
  }

  .lg\:border-t-indigo-300\/10 {
    border-top-color: rgb(165 180 252 / 0.1);
  }

  .lg\:border-t-indigo-300\/100 {
    border-top-color: rgb(165 180 252 / 1);
  }

  .lg\:border-t-indigo-300\/15 {
    border-top-color: rgb(165 180 252 / 0.15);
  }

  .lg\:border-t-indigo-300\/20 {
    border-top-color: rgb(165 180 252 / 0.2);
  }

  .lg\:border-t-indigo-300\/25 {
    border-top-color: rgb(165 180 252 / 0.25);
  }

  .lg\:border-t-indigo-300\/30 {
    border-top-color: rgb(165 180 252 / 0.3);
  }

  .lg\:border-t-indigo-300\/35 {
    border-top-color: rgb(165 180 252 / 0.35);
  }

  .lg\:border-t-indigo-300\/40 {
    border-top-color: rgb(165 180 252 / 0.4);
  }

  .lg\:border-t-indigo-300\/45 {
    border-top-color: rgb(165 180 252 / 0.45);
  }

  .lg\:border-t-indigo-300\/5 {
    border-top-color: rgb(165 180 252 / 0.05);
  }

  .lg\:border-t-indigo-300\/50 {
    border-top-color: rgb(165 180 252 / 0.5);
  }

  .lg\:border-t-indigo-300\/55 {
    border-top-color: rgb(165 180 252 / 0.55);
  }

  .lg\:border-t-indigo-300\/60 {
    border-top-color: rgb(165 180 252 / 0.6);
  }

  .lg\:border-t-indigo-300\/65 {
    border-top-color: rgb(165 180 252 / 0.65);
  }

  .lg\:border-t-indigo-300\/70 {
    border-top-color: rgb(165 180 252 / 0.7);
  }

  .lg\:border-t-indigo-300\/75 {
    border-top-color: rgb(165 180 252 / 0.75);
  }

  .lg\:border-t-indigo-300\/80 {
    border-top-color: rgb(165 180 252 / 0.8);
  }

  .lg\:border-t-indigo-300\/85 {
    border-top-color: rgb(165 180 252 / 0.85);
  }

  .lg\:border-t-indigo-300\/90 {
    border-top-color: rgb(165 180 252 / 0.9);
  }

  .lg\:border-t-indigo-300\/95 {
    border-top-color: rgb(165 180 252 / 0.95);
  }

  .lg\:border-t-indigo-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(129 140 248 / var(--tw-border-opacity));
  }

  .lg\:border-t-indigo-400\/0 {
    border-top-color: rgb(129 140 248 / 0);
  }

  .lg\:border-t-indigo-400\/10 {
    border-top-color: rgb(129 140 248 / 0.1);
  }

  .lg\:border-t-indigo-400\/100 {
    border-top-color: rgb(129 140 248 / 1);
  }

  .lg\:border-t-indigo-400\/15 {
    border-top-color: rgb(129 140 248 / 0.15);
  }

  .lg\:border-t-indigo-400\/20 {
    border-top-color: rgb(129 140 248 / 0.2);
  }

  .lg\:border-t-indigo-400\/25 {
    border-top-color: rgb(129 140 248 / 0.25);
  }

  .lg\:border-t-indigo-400\/30 {
    border-top-color: rgb(129 140 248 / 0.3);
  }

  .lg\:border-t-indigo-400\/35 {
    border-top-color: rgb(129 140 248 / 0.35);
  }

  .lg\:border-t-indigo-400\/40 {
    border-top-color: rgb(129 140 248 / 0.4);
  }

  .lg\:border-t-indigo-400\/45 {
    border-top-color: rgb(129 140 248 / 0.45);
  }

  .lg\:border-t-indigo-400\/5 {
    border-top-color: rgb(129 140 248 / 0.05);
  }

  .lg\:border-t-indigo-400\/50 {
    border-top-color: rgb(129 140 248 / 0.5);
  }

  .lg\:border-t-indigo-400\/55 {
    border-top-color: rgb(129 140 248 / 0.55);
  }

  .lg\:border-t-indigo-400\/60 {
    border-top-color: rgb(129 140 248 / 0.6);
  }

  .lg\:border-t-indigo-400\/65 {
    border-top-color: rgb(129 140 248 / 0.65);
  }

  .lg\:border-t-indigo-400\/70 {
    border-top-color: rgb(129 140 248 / 0.7);
  }

  .lg\:border-t-indigo-400\/75 {
    border-top-color: rgb(129 140 248 / 0.75);
  }

  .lg\:border-t-indigo-400\/80 {
    border-top-color: rgb(129 140 248 / 0.8);
  }

  .lg\:border-t-indigo-400\/85 {
    border-top-color: rgb(129 140 248 / 0.85);
  }

  .lg\:border-t-indigo-400\/90 {
    border-top-color: rgb(129 140 248 / 0.9);
  }

  .lg\:border-t-indigo-400\/95 {
    border-top-color: rgb(129 140 248 / 0.95);
  }

  .lg\:border-t-indigo-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(238 242 255 / var(--tw-border-opacity));
  }

  .lg\:border-t-indigo-50\/0 {
    border-top-color: rgb(238 242 255 / 0);
  }

  .lg\:border-t-indigo-50\/10 {
    border-top-color: rgb(238 242 255 / 0.1);
  }

  .lg\:border-t-indigo-50\/100 {
    border-top-color: rgb(238 242 255 / 1);
  }

  .lg\:border-t-indigo-50\/15 {
    border-top-color: rgb(238 242 255 / 0.15);
  }

  .lg\:border-t-indigo-50\/20 {
    border-top-color: rgb(238 242 255 / 0.2);
  }

  .lg\:border-t-indigo-50\/25 {
    border-top-color: rgb(238 242 255 / 0.25);
  }

  .lg\:border-t-indigo-50\/30 {
    border-top-color: rgb(238 242 255 / 0.3);
  }

  .lg\:border-t-indigo-50\/35 {
    border-top-color: rgb(238 242 255 / 0.35);
  }

  .lg\:border-t-indigo-50\/40 {
    border-top-color: rgb(238 242 255 / 0.4);
  }

  .lg\:border-t-indigo-50\/45 {
    border-top-color: rgb(238 242 255 / 0.45);
  }

  .lg\:border-t-indigo-50\/5 {
    border-top-color: rgb(238 242 255 / 0.05);
  }

  .lg\:border-t-indigo-50\/50 {
    border-top-color: rgb(238 242 255 / 0.5);
  }

  .lg\:border-t-indigo-50\/55 {
    border-top-color: rgb(238 242 255 / 0.55);
  }

  .lg\:border-t-indigo-50\/60 {
    border-top-color: rgb(238 242 255 / 0.6);
  }

  .lg\:border-t-indigo-50\/65 {
    border-top-color: rgb(238 242 255 / 0.65);
  }

  .lg\:border-t-indigo-50\/70 {
    border-top-color: rgb(238 242 255 / 0.7);
  }

  .lg\:border-t-indigo-50\/75 {
    border-top-color: rgb(238 242 255 / 0.75);
  }

  .lg\:border-t-indigo-50\/80 {
    border-top-color: rgb(238 242 255 / 0.8);
  }

  .lg\:border-t-indigo-50\/85 {
    border-top-color: rgb(238 242 255 / 0.85);
  }

  .lg\:border-t-indigo-50\/90 {
    border-top-color: rgb(238 242 255 / 0.9);
  }

  .lg\:border-t-indigo-50\/95 {
    border-top-color: rgb(238 242 255 / 0.95);
  }

  .lg\:border-t-indigo-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(99 102 241 / var(--tw-border-opacity));
  }

  .lg\:border-t-indigo-500\/0 {
    border-top-color: rgb(99 102 241 / 0);
  }

  .lg\:border-t-indigo-500\/10 {
    border-top-color: rgb(99 102 241 / 0.1);
  }

  .lg\:border-t-indigo-500\/100 {
    border-top-color: rgb(99 102 241 / 1);
  }

  .lg\:border-t-indigo-500\/15 {
    border-top-color: rgb(99 102 241 / 0.15);
  }

  .lg\:border-t-indigo-500\/20 {
    border-top-color: rgb(99 102 241 / 0.2);
  }

  .lg\:border-t-indigo-500\/25 {
    border-top-color: rgb(99 102 241 / 0.25);
  }

  .lg\:border-t-indigo-500\/30 {
    border-top-color: rgb(99 102 241 / 0.3);
  }

  .lg\:border-t-indigo-500\/35 {
    border-top-color: rgb(99 102 241 / 0.35);
  }

  .lg\:border-t-indigo-500\/40 {
    border-top-color: rgb(99 102 241 / 0.4);
  }

  .lg\:border-t-indigo-500\/45 {
    border-top-color: rgb(99 102 241 / 0.45);
  }

  .lg\:border-t-indigo-500\/5 {
    border-top-color: rgb(99 102 241 / 0.05);
  }

  .lg\:border-t-indigo-500\/50 {
    border-top-color: rgb(99 102 241 / 0.5);
  }

  .lg\:border-t-indigo-500\/55 {
    border-top-color: rgb(99 102 241 / 0.55);
  }

  .lg\:border-t-indigo-500\/60 {
    border-top-color: rgb(99 102 241 / 0.6);
  }

  .lg\:border-t-indigo-500\/65 {
    border-top-color: rgb(99 102 241 / 0.65);
  }

  .lg\:border-t-indigo-500\/70 {
    border-top-color: rgb(99 102 241 / 0.7);
  }

  .lg\:border-t-indigo-500\/75 {
    border-top-color: rgb(99 102 241 / 0.75);
  }

  .lg\:border-t-indigo-500\/80 {
    border-top-color: rgb(99 102 241 / 0.8);
  }

  .lg\:border-t-indigo-500\/85 {
    border-top-color: rgb(99 102 241 / 0.85);
  }

  .lg\:border-t-indigo-500\/90 {
    border-top-color: rgb(99 102 241 / 0.9);
  }

  .lg\:border-t-indigo-500\/95 {
    border-top-color: rgb(99 102 241 / 0.95);
  }

  .lg\:border-t-indigo-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(79 70 229 / var(--tw-border-opacity));
  }

  .lg\:border-t-indigo-600\/0 {
    border-top-color: rgb(79 70 229 / 0);
  }

  .lg\:border-t-indigo-600\/10 {
    border-top-color: rgb(79 70 229 / 0.1);
  }

  .lg\:border-t-indigo-600\/100 {
    border-top-color: rgb(79 70 229 / 1);
  }

  .lg\:border-t-indigo-600\/15 {
    border-top-color: rgb(79 70 229 / 0.15);
  }

  .lg\:border-t-indigo-600\/20 {
    border-top-color: rgb(79 70 229 / 0.2);
  }

  .lg\:border-t-indigo-600\/25 {
    border-top-color: rgb(79 70 229 / 0.25);
  }

  .lg\:border-t-indigo-600\/30 {
    border-top-color: rgb(79 70 229 / 0.3);
  }

  .lg\:border-t-indigo-600\/35 {
    border-top-color: rgb(79 70 229 / 0.35);
  }

  .lg\:border-t-indigo-600\/40 {
    border-top-color: rgb(79 70 229 / 0.4);
  }

  .lg\:border-t-indigo-600\/45 {
    border-top-color: rgb(79 70 229 / 0.45);
  }

  .lg\:border-t-indigo-600\/5 {
    border-top-color: rgb(79 70 229 / 0.05);
  }

  .lg\:border-t-indigo-600\/50 {
    border-top-color: rgb(79 70 229 / 0.5);
  }

  .lg\:border-t-indigo-600\/55 {
    border-top-color: rgb(79 70 229 / 0.55);
  }

  .lg\:border-t-indigo-600\/60 {
    border-top-color: rgb(79 70 229 / 0.6);
  }

  .lg\:border-t-indigo-600\/65 {
    border-top-color: rgb(79 70 229 / 0.65);
  }

  .lg\:border-t-indigo-600\/70 {
    border-top-color: rgb(79 70 229 / 0.7);
  }

  .lg\:border-t-indigo-600\/75 {
    border-top-color: rgb(79 70 229 / 0.75);
  }

  .lg\:border-t-indigo-600\/80 {
    border-top-color: rgb(79 70 229 / 0.8);
  }

  .lg\:border-t-indigo-600\/85 {
    border-top-color: rgb(79 70 229 / 0.85);
  }

  .lg\:border-t-indigo-600\/90 {
    border-top-color: rgb(79 70 229 / 0.9);
  }

  .lg\:border-t-indigo-600\/95 {
    border-top-color: rgb(79 70 229 / 0.95);
  }

  .lg\:border-t-indigo-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(67 56 202 / var(--tw-border-opacity));
  }

  .lg\:border-t-indigo-700\/0 {
    border-top-color: rgb(67 56 202 / 0);
  }

  .lg\:border-t-indigo-700\/10 {
    border-top-color: rgb(67 56 202 / 0.1);
  }

  .lg\:border-t-indigo-700\/100 {
    border-top-color: rgb(67 56 202 / 1);
  }

  .lg\:border-t-indigo-700\/15 {
    border-top-color: rgb(67 56 202 / 0.15);
  }

  .lg\:border-t-indigo-700\/20 {
    border-top-color: rgb(67 56 202 / 0.2);
  }

  .lg\:border-t-indigo-700\/25 {
    border-top-color: rgb(67 56 202 / 0.25);
  }

  .lg\:border-t-indigo-700\/30 {
    border-top-color: rgb(67 56 202 / 0.3);
  }

  .lg\:border-t-indigo-700\/35 {
    border-top-color: rgb(67 56 202 / 0.35);
  }

  .lg\:border-t-indigo-700\/40 {
    border-top-color: rgb(67 56 202 / 0.4);
  }

  .lg\:border-t-indigo-700\/45 {
    border-top-color: rgb(67 56 202 / 0.45);
  }

  .lg\:border-t-indigo-700\/5 {
    border-top-color: rgb(67 56 202 / 0.05);
  }

  .lg\:border-t-indigo-700\/50 {
    border-top-color: rgb(67 56 202 / 0.5);
  }

  .lg\:border-t-indigo-700\/55 {
    border-top-color: rgb(67 56 202 / 0.55);
  }

  .lg\:border-t-indigo-700\/60 {
    border-top-color: rgb(67 56 202 / 0.6);
  }

  .lg\:border-t-indigo-700\/65 {
    border-top-color: rgb(67 56 202 / 0.65);
  }

  .lg\:border-t-indigo-700\/70 {
    border-top-color: rgb(67 56 202 / 0.7);
  }

  .lg\:border-t-indigo-700\/75 {
    border-top-color: rgb(67 56 202 / 0.75);
  }

  .lg\:border-t-indigo-700\/80 {
    border-top-color: rgb(67 56 202 / 0.8);
  }

  .lg\:border-t-indigo-700\/85 {
    border-top-color: rgb(67 56 202 / 0.85);
  }

  .lg\:border-t-indigo-700\/90 {
    border-top-color: rgb(67 56 202 / 0.9);
  }

  .lg\:border-t-indigo-700\/95 {
    border-top-color: rgb(67 56 202 / 0.95);
  }

  .lg\:border-t-indigo-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(55 48 163 / var(--tw-border-opacity));
  }

  .lg\:border-t-indigo-800\/0 {
    border-top-color: rgb(55 48 163 / 0);
  }

  .lg\:border-t-indigo-800\/10 {
    border-top-color: rgb(55 48 163 / 0.1);
  }

  .lg\:border-t-indigo-800\/100 {
    border-top-color: rgb(55 48 163 / 1);
  }

  .lg\:border-t-indigo-800\/15 {
    border-top-color: rgb(55 48 163 / 0.15);
  }

  .lg\:border-t-indigo-800\/20 {
    border-top-color: rgb(55 48 163 / 0.2);
  }

  .lg\:border-t-indigo-800\/25 {
    border-top-color: rgb(55 48 163 / 0.25);
  }

  .lg\:border-t-indigo-800\/30 {
    border-top-color: rgb(55 48 163 / 0.3);
  }

  .lg\:border-t-indigo-800\/35 {
    border-top-color: rgb(55 48 163 / 0.35);
  }

  .lg\:border-t-indigo-800\/40 {
    border-top-color: rgb(55 48 163 / 0.4);
  }

  .lg\:border-t-indigo-800\/45 {
    border-top-color: rgb(55 48 163 / 0.45);
  }

  .lg\:border-t-indigo-800\/5 {
    border-top-color: rgb(55 48 163 / 0.05);
  }

  .lg\:border-t-indigo-800\/50 {
    border-top-color: rgb(55 48 163 / 0.5);
  }

  .lg\:border-t-indigo-800\/55 {
    border-top-color: rgb(55 48 163 / 0.55);
  }

  .lg\:border-t-indigo-800\/60 {
    border-top-color: rgb(55 48 163 / 0.6);
  }

  .lg\:border-t-indigo-800\/65 {
    border-top-color: rgb(55 48 163 / 0.65);
  }

  .lg\:border-t-indigo-800\/70 {
    border-top-color: rgb(55 48 163 / 0.7);
  }

  .lg\:border-t-indigo-800\/75 {
    border-top-color: rgb(55 48 163 / 0.75);
  }

  .lg\:border-t-indigo-800\/80 {
    border-top-color: rgb(55 48 163 / 0.8);
  }

  .lg\:border-t-indigo-800\/85 {
    border-top-color: rgb(55 48 163 / 0.85);
  }

  .lg\:border-t-indigo-800\/90 {
    border-top-color: rgb(55 48 163 / 0.9);
  }

  .lg\:border-t-indigo-800\/95 {
    border-top-color: rgb(55 48 163 / 0.95);
  }

  .lg\:border-t-indigo-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(49 46 129 / var(--tw-border-opacity));
  }

  .lg\:border-t-indigo-900\/0 {
    border-top-color: rgb(49 46 129 / 0);
  }

  .lg\:border-t-indigo-900\/10 {
    border-top-color: rgb(49 46 129 / 0.1);
  }

  .lg\:border-t-indigo-900\/100 {
    border-top-color: rgb(49 46 129 / 1);
  }

  .lg\:border-t-indigo-900\/15 {
    border-top-color: rgb(49 46 129 / 0.15);
  }

  .lg\:border-t-indigo-900\/20 {
    border-top-color: rgb(49 46 129 / 0.2);
  }

  .lg\:border-t-indigo-900\/25 {
    border-top-color: rgb(49 46 129 / 0.25);
  }

  .lg\:border-t-indigo-900\/30 {
    border-top-color: rgb(49 46 129 / 0.3);
  }

  .lg\:border-t-indigo-900\/35 {
    border-top-color: rgb(49 46 129 / 0.35);
  }

  .lg\:border-t-indigo-900\/40 {
    border-top-color: rgb(49 46 129 / 0.4);
  }

  .lg\:border-t-indigo-900\/45 {
    border-top-color: rgb(49 46 129 / 0.45);
  }

  .lg\:border-t-indigo-900\/5 {
    border-top-color: rgb(49 46 129 / 0.05);
  }

  .lg\:border-t-indigo-900\/50 {
    border-top-color: rgb(49 46 129 / 0.5);
  }

  .lg\:border-t-indigo-900\/55 {
    border-top-color: rgb(49 46 129 / 0.55);
  }

  .lg\:border-t-indigo-900\/60 {
    border-top-color: rgb(49 46 129 / 0.6);
  }

  .lg\:border-t-indigo-900\/65 {
    border-top-color: rgb(49 46 129 / 0.65);
  }

  .lg\:border-t-indigo-900\/70 {
    border-top-color: rgb(49 46 129 / 0.7);
  }

  .lg\:border-t-indigo-900\/75 {
    border-top-color: rgb(49 46 129 / 0.75);
  }

  .lg\:border-t-indigo-900\/80 {
    border-top-color: rgb(49 46 129 / 0.8);
  }

  .lg\:border-t-indigo-900\/85 {
    border-top-color: rgb(49 46 129 / 0.85);
  }

  .lg\:border-t-indigo-900\/90 {
    border-top-color: rgb(49 46 129 / 0.9);
  }

  .lg\:border-t-indigo-900\/95 {
    border-top-color: rgb(49 46 129 / 0.95);
  }

  .lg\:border-t-indigo-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(30 27 75 / var(--tw-border-opacity));
  }

  .lg\:border-t-indigo-950\/0 {
    border-top-color: rgb(30 27 75 / 0);
  }

  .lg\:border-t-indigo-950\/10 {
    border-top-color: rgb(30 27 75 / 0.1);
  }

  .lg\:border-t-indigo-950\/100 {
    border-top-color: rgb(30 27 75 / 1);
  }

  .lg\:border-t-indigo-950\/15 {
    border-top-color: rgb(30 27 75 / 0.15);
  }

  .lg\:border-t-indigo-950\/20 {
    border-top-color: rgb(30 27 75 / 0.2);
  }

  .lg\:border-t-indigo-950\/25 {
    border-top-color: rgb(30 27 75 / 0.25);
  }

  .lg\:border-t-indigo-950\/30 {
    border-top-color: rgb(30 27 75 / 0.3);
  }

  .lg\:border-t-indigo-950\/35 {
    border-top-color: rgb(30 27 75 / 0.35);
  }

  .lg\:border-t-indigo-950\/40 {
    border-top-color: rgb(30 27 75 / 0.4);
  }

  .lg\:border-t-indigo-950\/45 {
    border-top-color: rgb(30 27 75 / 0.45);
  }

  .lg\:border-t-indigo-950\/5 {
    border-top-color: rgb(30 27 75 / 0.05);
  }

  .lg\:border-t-indigo-950\/50 {
    border-top-color: rgb(30 27 75 / 0.5);
  }

  .lg\:border-t-indigo-950\/55 {
    border-top-color: rgb(30 27 75 / 0.55);
  }

  .lg\:border-t-indigo-950\/60 {
    border-top-color: rgb(30 27 75 / 0.6);
  }

  .lg\:border-t-indigo-950\/65 {
    border-top-color: rgb(30 27 75 / 0.65);
  }

  .lg\:border-t-indigo-950\/70 {
    border-top-color: rgb(30 27 75 / 0.7);
  }

  .lg\:border-t-indigo-950\/75 {
    border-top-color: rgb(30 27 75 / 0.75);
  }

  .lg\:border-t-indigo-950\/80 {
    border-top-color: rgb(30 27 75 / 0.8);
  }

  .lg\:border-t-indigo-950\/85 {
    border-top-color: rgb(30 27 75 / 0.85);
  }

  .lg\:border-t-indigo-950\/90 {
    border-top-color: rgb(30 27 75 / 0.9);
  }

  .lg\:border-t-indigo-950\/95 {
    border-top-color: rgb(30 27 75 / 0.95);
  }

  .lg\:border-t-inherit {
    border-top-color: inherit;
  }

  .lg\:border-t-lime-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(236 252 203 / var(--tw-border-opacity));
  }

  .lg\:border-t-lime-100\/0 {
    border-top-color: rgb(236 252 203 / 0);
  }

  .lg\:border-t-lime-100\/10 {
    border-top-color: rgb(236 252 203 / 0.1);
  }

  .lg\:border-t-lime-100\/100 {
    border-top-color: rgb(236 252 203 / 1);
  }

  .lg\:border-t-lime-100\/15 {
    border-top-color: rgb(236 252 203 / 0.15);
  }

  .lg\:border-t-lime-100\/20 {
    border-top-color: rgb(236 252 203 / 0.2);
  }

  .lg\:border-t-lime-100\/25 {
    border-top-color: rgb(236 252 203 / 0.25);
  }

  .lg\:border-t-lime-100\/30 {
    border-top-color: rgb(236 252 203 / 0.3);
  }

  .lg\:border-t-lime-100\/35 {
    border-top-color: rgb(236 252 203 / 0.35);
  }

  .lg\:border-t-lime-100\/40 {
    border-top-color: rgb(236 252 203 / 0.4);
  }

  .lg\:border-t-lime-100\/45 {
    border-top-color: rgb(236 252 203 / 0.45);
  }

  .lg\:border-t-lime-100\/5 {
    border-top-color: rgb(236 252 203 / 0.05);
  }

  .lg\:border-t-lime-100\/50 {
    border-top-color: rgb(236 252 203 / 0.5);
  }

  .lg\:border-t-lime-100\/55 {
    border-top-color: rgb(236 252 203 / 0.55);
  }

  .lg\:border-t-lime-100\/60 {
    border-top-color: rgb(236 252 203 / 0.6);
  }

  .lg\:border-t-lime-100\/65 {
    border-top-color: rgb(236 252 203 / 0.65);
  }

  .lg\:border-t-lime-100\/70 {
    border-top-color: rgb(236 252 203 / 0.7);
  }

  .lg\:border-t-lime-100\/75 {
    border-top-color: rgb(236 252 203 / 0.75);
  }

  .lg\:border-t-lime-100\/80 {
    border-top-color: rgb(236 252 203 / 0.8);
  }

  .lg\:border-t-lime-100\/85 {
    border-top-color: rgb(236 252 203 / 0.85);
  }

  .lg\:border-t-lime-100\/90 {
    border-top-color: rgb(236 252 203 / 0.9);
  }

  .lg\:border-t-lime-100\/95 {
    border-top-color: rgb(236 252 203 / 0.95);
  }

  .lg\:border-t-lime-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(217 249 157 / var(--tw-border-opacity));
  }

  .lg\:border-t-lime-200\/0 {
    border-top-color: rgb(217 249 157 / 0);
  }

  .lg\:border-t-lime-200\/10 {
    border-top-color: rgb(217 249 157 / 0.1);
  }

  .lg\:border-t-lime-200\/100 {
    border-top-color: rgb(217 249 157 / 1);
  }

  .lg\:border-t-lime-200\/15 {
    border-top-color: rgb(217 249 157 / 0.15);
  }

  .lg\:border-t-lime-200\/20 {
    border-top-color: rgb(217 249 157 / 0.2);
  }

  .lg\:border-t-lime-200\/25 {
    border-top-color: rgb(217 249 157 / 0.25);
  }

  .lg\:border-t-lime-200\/30 {
    border-top-color: rgb(217 249 157 / 0.3);
  }

  .lg\:border-t-lime-200\/35 {
    border-top-color: rgb(217 249 157 / 0.35);
  }

  .lg\:border-t-lime-200\/40 {
    border-top-color: rgb(217 249 157 / 0.4);
  }

  .lg\:border-t-lime-200\/45 {
    border-top-color: rgb(217 249 157 / 0.45);
  }

  .lg\:border-t-lime-200\/5 {
    border-top-color: rgb(217 249 157 / 0.05);
  }

  .lg\:border-t-lime-200\/50 {
    border-top-color: rgb(217 249 157 / 0.5);
  }

  .lg\:border-t-lime-200\/55 {
    border-top-color: rgb(217 249 157 / 0.55);
  }

  .lg\:border-t-lime-200\/60 {
    border-top-color: rgb(217 249 157 / 0.6);
  }

  .lg\:border-t-lime-200\/65 {
    border-top-color: rgb(217 249 157 / 0.65);
  }

  .lg\:border-t-lime-200\/70 {
    border-top-color: rgb(217 249 157 / 0.7);
  }

  .lg\:border-t-lime-200\/75 {
    border-top-color: rgb(217 249 157 / 0.75);
  }

  .lg\:border-t-lime-200\/80 {
    border-top-color: rgb(217 249 157 / 0.8);
  }

  .lg\:border-t-lime-200\/85 {
    border-top-color: rgb(217 249 157 / 0.85);
  }

  .lg\:border-t-lime-200\/90 {
    border-top-color: rgb(217 249 157 / 0.9);
  }

  .lg\:border-t-lime-200\/95 {
    border-top-color: rgb(217 249 157 / 0.95);
  }

  .lg\:border-t-lime-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(190 242 100 / var(--tw-border-opacity));
  }

  .lg\:border-t-lime-300\/0 {
    border-top-color: rgb(190 242 100 / 0);
  }

  .lg\:border-t-lime-300\/10 {
    border-top-color: rgb(190 242 100 / 0.1);
  }

  .lg\:border-t-lime-300\/100 {
    border-top-color: rgb(190 242 100 / 1);
  }

  .lg\:border-t-lime-300\/15 {
    border-top-color: rgb(190 242 100 / 0.15);
  }

  .lg\:border-t-lime-300\/20 {
    border-top-color: rgb(190 242 100 / 0.2);
  }

  .lg\:border-t-lime-300\/25 {
    border-top-color: rgb(190 242 100 / 0.25);
  }

  .lg\:border-t-lime-300\/30 {
    border-top-color: rgb(190 242 100 / 0.3);
  }

  .lg\:border-t-lime-300\/35 {
    border-top-color: rgb(190 242 100 / 0.35);
  }

  .lg\:border-t-lime-300\/40 {
    border-top-color: rgb(190 242 100 / 0.4);
  }

  .lg\:border-t-lime-300\/45 {
    border-top-color: rgb(190 242 100 / 0.45);
  }

  .lg\:border-t-lime-300\/5 {
    border-top-color: rgb(190 242 100 / 0.05);
  }

  .lg\:border-t-lime-300\/50 {
    border-top-color: rgb(190 242 100 / 0.5);
  }

  .lg\:border-t-lime-300\/55 {
    border-top-color: rgb(190 242 100 / 0.55);
  }

  .lg\:border-t-lime-300\/60 {
    border-top-color: rgb(190 242 100 / 0.6);
  }

  .lg\:border-t-lime-300\/65 {
    border-top-color: rgb(190 242 100 / 0.65);
  }

  .lg\:border-t-lime-300\/70 {
    border-top-color: rgb(190 242 100 / 0.7);
  }

  .lg\:border-t-lime-300\/75 {
    border-top-color: rgb(190 242 100 / 0.75);
  }

  .lg\:border-t-lime-300\/80 {
    border-top-color: rgb(190 242 100 / 0.8);
  }

  .lg\:border-t-lime-300\/85 {
    border-top-color: rgb(190 242 100 / 0.85);
  }

  .lg\:border-t-lime-300\/90 {
    border-top-color: rgb(190 242 100 / 0.9);
  }

  .lg\:border-t-lime-300\/95 {
    border-top-color: rgb(190 242 100 / 0.95);
  }

  .lg\:border-t-lime-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(163 230 53 / var(--tw-border-opacity));
  }

  .lg\:border-t-lime-400\/0 {
    border-top-color: rgb(163 230 53 / 0);
  }

  .lg\:border-t-lime-400\/10 {
    border-top-color: rgb(163 230 53 / 0.1);
  }

  .lg\:border-t-lime-400\/100 {
    border-top-color: rgb(163 230 53 / 1);
  }

  .lg\:border-t-lime-400\/15 {
    border-top-color: rgb(163 230 53 / 0.15);
  }

  .lg\:border-t-lime-400\/20 {
    border-top-color: rgb(163 230 53 / 0.2);
  }

  .lg\:border-t-lime-400\/25 {
    border-top-color: rgb(163 230 53 / 0.25);
  }

  .lg\:border-t-lime-400\/30 {
    border-top-color: rgb(163 230 53 / 0.3);
  }

  .lg\:border-t-lime-400\/35 {
    border-top-color: rgb(163 230 53 / 0.35);
  }

  .lg\:border-t-lime-400\/40 {
    border-top-color: rgb(163 230 53 / 0.4);
  }

  .lg\:border-t-lime-400\/45 {
    border-top-color: rgb(163 230 53 / 0.45);
  }

  .lg\:border-t-lime-400\/5 {
    border-top-color: rgb(163 230 53 / 0.05);
  }

  .lg\:border-t-lime-400\/50 {
    border-top-color: rgb(163 230 53 / 0.5);
  }

  .lg\:border-t-lime-400\/55 {
    border-top-color: rgb(163 230 53 / 0.55);
  }

  .lg\:border-t-lime-400\/60 {
    border-top-color: rgb(163 230 53 / 0.6);
  }

  .lg\:border-t-lime-400\/65 {
    border-top-color: rgb(163 230 53 / 0.65);
  }

  .lg\:border-t-lime-400\/70 {
    border-top-color: rgb(163 230 53 / 0.7);
  }

  .lg\:border-t-lime-400\/75 {
    border-top-color: rgb(163 230 53 / 0.75);
  }

  .lg\:border-t-lime-400\/80 {
    border-top-color: rgb(163 230 53 / 0.8);
  }

  .lg\:border-t-lime-400\/85 {
    border-top-color: rgb(163 230 53 / 0.85);
  }

  .lg\:border-t-lime-400\/90 {
    border-top-color: rgb(163 230 53 / 0.9);
  }

  .lg\:border-t-lime-400\/95 {
    border-top-color: rgb(163 230 53 / 0.95);
  }

  .lg\:border-t-lime-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(247 254 231 / var(--tw-border-opacity));
  }

  .lg\:border-t-lime-50\/0 {
    border-top-color: rgb(247 254 231 / 0);
  }

  .lg\:border-t-lime-50\/10 {
    border-top-color: rgb(247 254 231 / 0.1);
  }

  .lg\:border-t-lime-50\/100 {
    border-top-color: rgb(247 254 231 / 1);
  }

  .lg\:border-t-lime-50\/15 {
    border-top-color: rgb(247 254 231 / 0.15);
  }

  .lg\:border-t-lime-50\/20 {
    border-top-color: rgb(247 254 231 / 0.2);
  }

  .lg\:border-t-lime-50\/25 {
    border-top-color: rgb(247 254 231 / 0.25);
  }

  .lg\:border-t-lime-50\/30 {
    border-top-color: rgb(247 254 231 / 0.3);
  }

  .lg\:border-t-lime-50\/35 {
    border-top-color: rgb(247 254 231 / 0.35);
  }

  .lg\:border-t-lime-50\/40 {
    border-top-color: rgb(247 254 231 / 0.4);
  }

  .lg\:border-t-lime-50\/45 {
    border-top-color: rgb(247 254 231 / 0.45);
  }

  .lg\:border-t-lime-50\/5 {
    border-top-color: rgb(247 254 231 / 0.05);
  }

  .lg\:border-t-lime-50\/50 {
    border-top-color: rgb(247 254 231 / 0.5);
  }

  .lg\:border-t-lime-50\/55 {
    border-top-color: rgb(247 254 231 / 0.55);
  }

  .lg\:border-t-lime-50\/60 {
    border-top-color: rgb(247 254 231 / 0.6);
  }

  .lg\:border-t-lime-50\/65 {
    border-top-color: rgb(247 254 231 / 0.65);
  }

  .lg\:border-t-lime-50\/70 {
    border-top-color: rgb(247 254 231 / 0.7);
  }

  .lg\:border-t-lime-50\/75 {
    border-top-color: rgb(247 254 231 / 0.75);
  }

  .lg\:border-t-lime-50\/80 {
    border-top-color: rgb(247 254 231 / 0.8);
  }

  .lg\:border-t-lime-50\/85 {
    border-top-color: rgb(247 254 231 / 0.85);
  }

  .lg\:border-t-lime-50\/90 {
    border-top-color: rgb(247 254 231 / 0.9);
  }

  .lg\:border-t-lime-50\/95 {
    border-top-color: rgb(247 254 231 / 0.95);
  }

  .lg\:border-t-lime-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(132 204 22 / var(--tw-border-opacity));
  }

  .lg\:border-t-lime-500\/0 {
    border-top-color: rgb(132 204 22 / 0);
  }

  .lg\:border-t-lime-500\/10 {
    border-top-color: rgb(132 204 22 / 0.1);
  }

  .lg\:border-t-lime-500\/100 {
    border-top-color: rgb(132 204 22 / 1);
  }

  .lg\:border-t-lime-500\/15 {
    border-top-color: rgb(132 204 22 / 0.15);
  }

  .lg\:border-t-lime-500\/20 {
    border-top-color: rgb(132 204 22 / 0.2);
  }

  .lg\:border-t-lime-500\/25 {
    border-top-color: rgb(132 204 22 / 0.25);
  }

  .lg\:border-t-lime-500\/30 {
    border-top-color: rgb(132 204 22 / 0.3);
  }

  .lg\:border-t-lime-500\/35 {
    border-top-color: rgb(132 204 22 / 0.35);
  }

  .lg\:border-t-lime-500\/40 {
    border-top-color: rgb(132 204 22 / 0.4);
  }

  .lg\:border-t-lime-500\/45 {
    border-top-color: rgb(132 204 22 / 0.45);
  }

  .lg\:border-t-lime-500\/5 {
    border-top-color: rgb(132 204 22 / 0.05);
  }

  .lg\:border-t-lime-500\/50 {
    border-top-color: rgb(132 204 22 / 0.5);
  }

  .lg\:border-t-lime-500\/55 {
    border-top-color: rgb(132 204 22 / 0.55);
  }

  .lg\:border-t-lime-500\/60 {
    border-top-color: rgb(132 204 22 / 0.6);
  }

  .lg\:border-t-lime-500\/65 {
    border-top-color: rgb(132 204 22 / 0.65);
  }

  .lg\:border-t-lime-500\/70 {
    border-top-color: rgb(132 204 22 / 0.7);
  }

  .lg\:border-t-lime-500\/75 {
    border-top-color: rgb(132 204 22 / 0.75);
  }

  .lg\:border-t-lime-500\/80 {
    border-top-color: rgb(132 204 22 / 0.8);
  }

  .lg\:border-t-lime-500\/85 {
    border-top-color: rgb(132 204 22 / 0.85);
  }

  .lg\:border-t-lime-500\/90 {
    border-top-color: rgb(132 204 22 / 0.9);
  }

  .lg\:border-t-lime-500\/95 {
    border-top-color: rgb(132 204 22 / 0.95);
  }

  .lg\:border-t-lime-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(101 163 13 / var(--tw-border-opacity));
  }

  .lg\:border-t-lime-600\/0 {
    border-top-color: rgb(101 163 13 / 0);
  }

  .lg\:border-t-lime-600\/10 {
    border-top-color: rgb(101 163 13 / 0.1);
  }

  .lg\:border-t-lime-600\/100 {
    border-top-color: rgb(101 163 13 / 1);
  }

  .lg\:border-t-lime-600\/15 {
    border-top-color: rgb(101 163 13 / 0.15);
  }

  .lg\:border-t-lime-600\/20 {
    border-top-color: rgb(101 163 13 / 0.2);
  }

  .lg\:border-t-lime-600\/25 {
    border-top-color: rgb(101 163 13 / 0.25);
  }

  .lg\:border-t-lime-600\/30 {
    border-top-color: rgb(101 163 13 / 0.3);
  }

  .lg\:border-t-lime-600\/35 {
    border-top-color: rgb(101 163 13 / 0.35);
  }

  .lg\:border-t-lime-600\/40 {
    border-top-color: rgb(101 163 13 / 0.4);
  }

  .lg\:border-t-lime-600\/45 {
    border-top-color: rgb(101 163 13 / 0.45);
  }

  .lg\:border-t-lime-600\/5 {
    border-top-color: rgb(101 163 13 / 0.05);
  }

  .lg\:border-t-lime-600\/50 {
    border-top-color: rgb(101 163 13 / 0.5);
  }

  .lg\:border-t-lime-600\/55 {
    border-top-color: rgb(101 163 13 / 0.55);
  }

  .lg\:border-t-lime-600\/60 {
    border-top-color: rgb(101 163 13 / 0.6);
  }

  .lg\:border-t-lime-600\/65 {
    border-top-color: rgb(101 163 13 / 0.65);
  }

  .lg\:border-t-lime-600\/70 {
    border-top-color: rgb(101 163 13 / 0.7);
  }

  .lg\:border-t-lime-600\/75 {
    border-top-color: rgb(101 163 13 / 0.75);
  }

  .lg\:border-t-lime-600\/80 {
    border-top-color: rgb(101 163 13 / 0.8);
  }

  .lg\:border-t-lime-600\/85 {
    border-top-color: rgb(101 163 13 / 0.85);
  }

  .lg\:border-t-lime-600\/90 {
    border-top-color: rgb(101 163 13 / 0.9);
  }

  .lg\:border-t-lime-600\/95 {
    border-top-color: rgb(101 163 13 / 0.95);
  }

  .lg\:border-t-lime-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(77 124 15 / var(--tw-border-opacity));
  }

  .lg\:border-t-lime-700\/0 {
    border-top-color: rgb(77 124 15 / 0);
  }

  .lg\:border-t-lime-700\/10 {
    border-top-color: rgb(77 124 15 / 0.1);
  }

  .lg\:border-t-lime-700\/100 {
    border-top-color: rgb(77 124 15 / 1);
  }

  .lg\:border-t-lime-700\/15 {
    border-top-color: rgb(77 124 15 / 0.15);
  }

  .lg\:border-t-lime-700\/20 {
    border-top-color: rgb(77 124 15 / 0.2);
  }

  .lg\:border-t-lime-700\/25 {
    border-top-color: rgb(77 124 15 / 0.25);
  }

  .lg\:border-t-lime-700\/30 {
    border-top-color: rgb(77 124 15 / 0.3);
  }

  .lg\:border-t-lime-700\/35 {
    border-top-color: rgb(77 124 15 / 0.35);
  }

  .lg\:border-t-lime-700\/40 {
    border-top-color: rgb(77 124 15 / 0.4);
  }

  .lg\:border-t-lime-700\/45 {
    border-top-color: rgb(77 124 15 / 0.45);
  }

  .lg\:border-t-lime-700\/5 {
    border-top-color: rgb(77 124 15 / 0.05);
  }

  .lg\:border-t-lime-700\/50 {
    border-top-color: rgb(77 124 15 / 0.5);
  }

  .lg\:border-t-lime-700\/55 {
    border-top-color: rgb(77 124 15 / 0.55);
  }

  .lg\:border-t-lime-700\/60 {
    border-top-color: rgb(77 124 15 / 0.6);
  }

  .lg\:border-t-lime-700\/65 {
    border-top-color: rgb(77 124 15 / 0.65);
  }

  .lg\:border-t-lime-700\/70 {
    border-top-color: rgb(77 124 15 / 0.7);
  }

  .lg\:border-t-lime-700\/75 {
    border-top-color: rgb(77 124 15 / 0.75);
  }

  .lg\:border-t-lime-700\/80 {
    border-top-color: rgb(77 124 15 / 0.8);
  }

  .lg\:border-t-lime-700\/85 {
    border-top-color: rgb(77 124 15 / 0.85);
  }

  .lg\:border-t-lime-700\/90 {
    border-top-color: rgb(77 124 15 / 0.9);
  }

  .lg\:border-t-lime-700\/95 {
    border-top-color: rgb(77 124 15 / 0.95);
  }

  .lg\:border-t-lime-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(63 98 18 / var(--tw-border-opacity));
  }

  .lg\:border-t-lime-800\/0 {
    border-top-color: rgb(63 98 18 / 0);
  }

  .lg\:border-t-lime-800\/10 {
    border-top-color: rgb(63 98 18 / 0.1);
  }

  .lg\:border-t-lime-800\/100 {
    border-top-color: rgb(63 98 18 / 1);
  }

  .lg\:border-t-lime-800\/15 {
    border-top-color: rgb(63 98 18 / 0.15);
  }

  .lg\:border-t-lime-800\/20 {
    border-top-color: rgb(63 98 18 / 0.2);
  }

  .lg\:border-t-lime-800\/25 {
    border-top-color: rgb(63 98 18 / 0.25);
  }

  .lg\:border-t-lime-800\/30 {
    border-top-color: rgb(63 98 18 / 0.3);
  }

  .lg\:border-t-lime-800\/35 {
    border-top-color: rgb(63 98 18 / 0.35);
  }

  .lg\:border-t-lime-800\/40 {
    border-top-color: rgb(63 98 18 / 0.4);
  }

  .lg\:border-t-lime-800\/45 {
    border-top-color: rgb(63 98 18 / 0.45);
  }

  .lg\:border-t-lime-800\/5 {
    border-top-color: rgb(63 98 18 / 0.05);
  }

  .lg\:border-t-lime-800\/50 {
    border-top-color: rgb(63 98 18 / 0.5);
  }

  .lg\:border-t-lime-800\/55 {
    border-top-color: rgb(63 98 18 / 0.55);
  }

  .lg\:border-t-lime-800\/60 {
    border-top-color: rgb(63 98 18 / 0.6);
  }

  .lg\:border-t-lime-800\/65 {
    border-top-color: rgb(63 98 18 / 0.65);
  }

  .lg\:border-t-lime-800\/70 {
    border-top-color: rgb(63 98 18 / 0.7);
  }

  .lg\:border-t-lime-800\/75 {
    border-top-color: rgb(63 98 18 / 0.75);
  }

  .lg\:border-t-lime-800\/80 {
    border-top-color: rgb(63 98 18 / 0.8);
  }

  .lg\:border-t-lime-800\/85 {
    border-top-color: rgb(63 98 18 / 0.85);
  }

  .lg\:border-t-lime-800\/90 {
    border-top-color: rgb(63 98 18 / 0.9);
  }

  .lg\:border-t-lime-800\/95 {
    border-top-color: rgb(63 98 18 / 0.95);
  }

  .lg\:border-t-lime-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(54 83 20 / var(--tw-border-opacity));
  }

  .lg\:border-t-lime-900\/0 {
    border-top-color: rgb(54 83 20 / 0);
  }

  .lg\:border-t-lime-900\/10 {
    border-top-color: rgb(54 83 20 / 0.1);
  }

  .lg\:border-t-lime-900\/100 {
    border-top-color: rgb(54 83 20 / 1);
  }

  .lg\:border-t-lime-900\/15 {
    border-top-color: rgb(54 83 20 / 0.15);
  }

  .lg\:border-t-lime-900\/20 {
    border-top-color: rgb(54 83 20 / 0.2);
  }

  .lg\:border-t-lime-900\/25 {
    border-top-color: rgb(54 83 20 / 0.25);
  }

  .lg\:border-t-lime-900\/30 {
    border-top-color: rgb(54 83 20 / 0.3);
  }

  .lg\:border-t-lime-900\/35 {
    border-top-color: rgb(54 83 20 / 0.35);
  }

  .lg\:border-t-lime-900\/40 {
    border-top-color: rgb(54 83 20 / 0.4);
  }

  .lg\:border-t-lime-900\/45 {
    border-top-color: rgb(54 83 20 / 0.45);
  }

  .lg\:border-t-lime-900\/5 {
    border-top-color: rgb(54 83 20 / 0.05);
  }

  .lg\:border-t-lime-900\/50 {
    border-top-color: rgb(54 83 20 / 0.5);
  }

  .lg\:border-t-lime-900\/55 {
    border-top-color: rgb(54 83 20 / 0.55);
  }

  .lg\:border-t-lime-900\/60 {
    border-top-color: rgb(54 83 20 / 0.6);
  }

  .lg\:border-t-lime-900\/65 {
    border-top-color: rgb(54 83 20 / 0.65);
  }

  .lg\:border-t-lime-900\/70 {
    border-top-color: rgb(54 83 20 / 0.7);
  }

  .lg\:border-t-lime-900\/75 {
    border-top-color: rgb(54 83 20 / 0.75);
  }

  .lg\:border-t-lime-900\/80 {
    border-top-color: rgb(54 83 20 / 0.8);
  }

  .lg\:border-t-lime-900\/85 {
    border-top-color: rgb(54 83 20 / 0.85);
  }

  .lg\:border-t-lime-900\/90 {
    border-top-color: rgb(54 83 20 / 0.9);
  }

  .lg\:border-t-lime-900\/95 {
    border-top-color: rgb(54 83 20 / 0.95);
  }

  .lg\:border-t-lime-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(26 46 5 / var(--tw-border-opacity));
  }

  .lg\:border-t-lime-950\/0 {
    border-top-color: rgb(26 46 5 / 0);
  }

  .lg\:border-t-lime-950\/10 {
    border-top-color: rgb(26 46 5 / 0.1);
  }

  .lg\:border-t-lime-950\/100 {
    border-top-color: rgb(26 46 5 / 1);
  }

  .lg\:border-t-lime-950\/15 {
    border-top-color: rgb(26 46 5 / 0.15);
  }

  .lg\:border-t-lime-950\/20 {
    border-top-color: rgb(26 46 5 / 0.2);
  }

  .lg\:border-t-lime-950\/25 {
    border-top-color: rgb(26 46 5 / 0.25);
  }

  .lg\:border-t-lime-950\/30 {
    border-top-color: rgb(26 46 5 / 0.3);
  }

  .lg\:border-t-lime-950\/35 {
    border-top-color: rgb(26 46 5 / 0.35);
  }

  .lg\:border-t-lime-950\/40 {
    border-top-color: rgb(26 46 5 / 0.4);
  }

  .lg\:border-t-lime-950\/45 {
    border-top-color: rgb(26 46 5 / 0.45);
  }

  .lg\:border-t-lime-950\/5 {
    border-top-color: rgb(26 46 5 / 0.05);
  }

  .lg\:border-t-lime-950\/50 {
    border-top-color: rgb(26 46 5 / 0.5);
  }

  .lg\:border-t-lime-950\/55 {
    border-top-color: rgb(26 46 5 / 0.55);
  }

  .lg\:border-t-lime-950\/60 {
    border-top-color: rgb(26 46 5 / 0.6);
  }

  .lg\:border-t-lime-950\/65 {
    border-top-color: rgb(26 46 5 / 0.65);
  }

  .lg\:border-t-lime-950\/70 {
    border-top-color: rgb(26 46 5 / 0.7);
  }

  .lg\:border-t-lime-950\/75 {
    border-top-color: rgb(26 46 5 / 0.75);
  }

  .lg\:border-t-lime-950\/80 {
    border-top-color: rgb(26 46 5 / 0.8);
  }

  .lg\:border-t-lime-950\/85 {
    border-top-color: rgb(26 46 5 / 0.85);
  }

  .lg\:border-t-lime-950\/90 {
    border-top-color: rgb(26 46 5 / 0.9);
  }

  .lg\:border-t-lime-950\/95 {
    border-top-color: rgb(26 46 5 / 0.95);
  }

  .lg\:border-t-neutral-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 245 245 / var(--tw-border-opacity));
  }

  .lg\:border-t-neutral-100\/0 {
    border-top-color: rgb(245 245 245 / 0);
  }

  .lg\:border-t-neutral-100\/10 {
    border-top-color: rgb(245 245 245 / 0.1);
  }

  .lg\:border-t-neutral-100\/100 {
    border-top-color: rgb(245 245 245 / 1);
  }

  .lg\:border-t-neutral-100\/15 {
    border-top-color: rgb(245 245 245 / 0.15);
  }

  .lg\:border-t-neutral-100\/20 {
    border-top-color: rgb(245 245 245 / 0.2);
  }

  .lg\:border-t-neutral-100\/25 {
    border-top-color: rgb(245 245 245 / 0.25);
  }

  .lg\:border-t-neutral-100\/30 {
    border-top-color: rgb(245 245 245 / 0.3);
  }

  .lg\:border-t-neutral-100\/35 {
    border-top-color: rgb(245 245 245 / 0.35);
  }

  .lg\:border-t-neutral-100\/40 {
    border-top-color: rgb(245 245 245 / 0.4);
  }

  .lg\:border-t-neutral-100\/45 {
    border-top-color: rgb(245 245 245 / 0.45);
  }

  .lg\:border-t-neutral-100\/5 {
    border-top-color: rgb(245 245 245 / 0.05);
  }

  .lg\:border-t-neutral-100\/50 {
    border-top-color: rgb(245 245 245 / 0.5);
  }

  .lg\:border-t-neutral-100\/55 {
    border-top-color: rgb(245 245 245 / 0.55);
  }

  .lg\:border-t-neutral-100\/60 {
    border-top-color: rgb(245 245 245 / 0.6);
  }

  .lg\:border-t-neutral-100\/65 {
    border-top-color: rgb(245 245 245 / 0.65);
  }

  .lg\:border-t-neutral-100\/70 {
    border-top-color: rgb(245 245 245 / 0.7);
  }

  .lg\:border-t-neutral-100\/75 {
    border-top-color: rgb(245 245 245 / 0.75);
  }

  .lg\:border-t-neutral-100\/80 {
    border-top-color: rgb(245 245 245 / 0.8);
  }

  .lg\:border-t-neutral-100\/85 {
    border-top-color: rgb(245 245 245 / 0.85);
  }

  .lg\:border-t-neutral-100\/90 {
    border-top-color: rgb(245 245 245 / 0.9);
  }

  .lg\:border-t-neutral-100\/95 {
    border-top-color: rgb(245 245 245 / 0.95);
  }

  .lg\:border-t-neutral-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(229 229 229 / var(--tw-border-opacity));
  }

  .lg\:border-t-neutral-200\/0 {
    border-top-color: rgb(229 229 229 / 0);
  }

  .lg\:border-t-neutral-200\/10 {
    border-top-color: rgb(229 229 229 / 0.1);
  }

  .lg\:border-t-neutral-200\/100 {
    border-top-color: rgb(229 229 229 / 1);
  }

  .lg\:border-t-neutral-200\/15 {
    border-top-color: rgb(229 229 229 / 0.15);
  }

  .lg\:border-t-neutral-200\/20 {
    border-top-color: rgb(229 229 229 / 0.2);
  }

  .lg\:border-t-neutral-200\/25 {
    border-top-color: rgb(229 229 229 / 0.25);
  }

  .lg\:border-t-neutral-200\/30 {
    border-top-color: rgb(229 229 229 / 0.3);
  }

  .lg\:border-t-neutral-200\/35 {
    border-top-color: rgb(229 229 229 / 0.35);
  }

  .lg\:border-t-neutral-200\/40 {
    border-top-color: rgb(229 229 229 / 0.4);
  }

  .lg\:border-t-neutral-200\/45 {
    border-top-color: rgb(229 229 229 / 0.45);
  }

  .lg\:border-t-neutral-200\/5 {
    border-top-color: rgb(229 229 229 / 0.05);
  }

  .lg\:border-t-neutral-200\/50 {
    border-top-color: rgb(229 229 229 / 0.5);
  }

  .lg\:border-t-neutral-200\/55 {
    border-top-color: rgb(229 229 229 / 0.55);
  }

  .lg\:border-t-neutral-200\/60 {
    border-top-color: rgb(229 229 229 / 0.6);
  }

  .lg\:border-t-neutral-200\/65 {
    border-top-color: rgb(229 229 229 / 0.65);
  }

  .lg\:border-t-neutral-200\/70 {
    border-top-color: rgb(229 229 229 / 0.7);
  }

  .lg\:border-t-neutral-200\/75 {
    border-top-color: rgb(229 229 229 / 0.75);
  }

  .lg\:border-t-neutral-200\/80 {
    border-top-color: rgb(229 229 229 / 0.8);
  }

  .lg\:border-t-neutral-200\/85 {
    border-top-color: rgb(229 229 229 / 0.85);
  }

  .lg\:border-t-neutral-200\/90 {
    border-top-color: rgb(229 229 229 / 0.9);
  }

  .lg\:border-t-neutral-200\/95 {
    border-top-color: rgb(229 229 229 / 0.95);
  }

  .lg\:border-t-neutral-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(212 212 212 / var(--tw-border-opacity));
  }

  .lg\:border-t-neutral-300\/0 {
    border-top-color: rgb(212 212 212 / 0);
  }

  .lg\:border-t-neutral-300\/10 {
    border-top-color: rgb(212 212 212 / 0.1);
  }

  .lg\:border-t-neutral-300\/100 {
    border-top-color: rgb(212 212 212 / 1);
  }

  .lg\:border-t-neutral-300\/15 {
    border-top-color: rgb(212 212 212 / 0.15);
  }

  .lg\:border-t-neutral-300\/20 {
    border-top-color: rgb(212 212 212 / 0.2);
  }

  .lg\:border-t-neutral-300\/25 {
    border-top-color: rgb(212 212 212 / 0.25);
  }

  .lg\:border-t-neutral-300\/30 {
    border-top-color: rgb(212 212 212 / 0.3);
  }

  .lg\:border-t-neutral-300\/35 {
    border-top-color: rgb(212 212 212 / 0.35);
  }

  .lg\:border-t-neutral-300\/40 {
    border-top-color: rgb(212 212 212 / 0.4);
  }

  .lg\:border-t-neutral-300\/45 {
    border-top-color: rgb(212 212 212 / 0.45);
  }

  .lg\:border-t-neutral-300\/5 {
    border-top-color: rgb(212 212 212 / 0.05);
  }

  .lg\:border-t-neutral-300\/50 {
    border-top-color: rgb(212 212 212 / 0.5);
  }

  .lg\:border-t-neutral-300\/55 {
    border-top-color: rgb(212 212 212 / 0.55);
  }

  .lg\:border-t-neutral-300\/60 {
    border-top-color: rgb(212 212 212 / 0.6);
  }

  .lg\:border-t-neutral-300\/65 {
    border-top-color: rgb(212 212 212 / 0.65);
  }

  .lg\:border-t-neutral-300\/70 {
    border-top-color: rgb(212 212 212 / 0.7);
  }

  .lg\:border-t-neutral-300\/75 {
    border-top-color: rgb(212 212 212 / 0.75);
  }

  .lg\:border-t-neutral-300\/80 {
    border-top-color: rgb(212 212 212 / 0.8);
  }

  .lg\:border-t-neutral-300\/85 {
    border-top-color: rgb(212 212 212 / 0.85);
  }

  .lg\:border-t-neutral-300\/90 {
    border-top-color: rgb(212 212 212 / 0.9);
  }

  .lg\:border-t-neutral-300\/95 {
    border-top-color: rgb(212 212 212 / 0.95);
  }

  .lg\:border-t-neutral-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(163 163 163 / var(--tw-border-opacity));
  }

  .lg\:border-t-neutral-400\/0 {
    border-top-color: rgb(163 163 163 / 0);
  }

  .lg\:border-t-neutral-400\/10 {
    border-top-color: rgb(163 163 163 / 0.1);
  }

  .lg\:border-t-neutral-400\/100 {
    border-top-color: rgb(163 163 163 / 1);
  }

  .lg\:border-t-neutral-400\/15 {
    border-top-color: rgb(163 163 163 / 0.15);
  }

  .lg\:border-t-neutral-400\/20 {
    border-top-color: rgb(163 163 163 / 0.2);
  }

  .lg\:border-t-neutral-400\/25 {
    border-top-color: rgb(163 163 163 / 0.25);
  }

  .lg\:border-t-neutral-400\/30 {
    border-top-color: rgb(163 163 163 / 0.3);
  }

  .lg\:border-t-neutral-400\/35 {
    border-top-color: rgb(163 163 163 / 0.35);
  }

  .lg\:border-t-neutral-400\/40 {
    border-top-color: rgb(163 163 163 / 0.4);
  }

  .lg\:border-t-neutral-400\/45 {
    border-top-color: rgb(163 163 163 / 0.45);
  }

  .lg\:border-t-neutral-400\/5 {
    border-top-color: rgb(163 163 163 / 0.05);
  }

  .lg\:border-t-neutral-400\/50 {
    border-top-color: rgb(163 163 163 / 0.5);
  }

  .lg\:border-t-neutral-400\/55 {
    border-top-color: rgb(163 163 163 / 0.55);
  }

  .lg\:border-t-neutral-400\/60 {
    border-top-color: rgb(163 163 163 / 0.6);
  }

  .lg\:border-t-neutral-400\/65 {
    border-top-color: rgb(163 163 163 / 0.65);
  }

  .lg\:border-t-neutral-400\/70 {
    border-top-color: rgb(163 163 163 / 0.7);
  }

  .lg\:border-t-neutral-400\/75 {
    border-top-color: rgb(163 163 163 / 0.75);
  }

  .lg\:border-t-neutral-400\/80 {
    border-top-color: rgb(163 163 163 / 0.8);
  }

  .lg\:border-t-neutral-400\/85 {
    border-top-color: rgb(163 163 163 / 0.85);
  }

  .lg\:border-t-neutral-400\/90 {
    border-top-color: rgb(163 163 163 / 0.9);
  }

  .lg\:border-t-neutral-400\/95 {
    border-top-color: rgb(163 163 163 / 0.95);
  }

  .lg\:border-t-neutral-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .lg\:border-t-neutral-50\/0 {
    border-top-color: rgb(250 250 250 / 0);
  }

  .lg\:border-t-neutral-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-t-neutral-50\/100 {
    border-top-color: rgb(250 250 250 / 1);
  }

  .lg\:border-t-neutral-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-t-neutral-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-t-neutral-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-t-neutral-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-t-neutral-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-t-neutral-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-t-neutral-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-t-neutral-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-t-neutral-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-t-neutral-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-t-neutral-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-t-neutral-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-t-neutral-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-t-neutral-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-t-neutral-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-t-neutral-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-t-neutral-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-t-neutral-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95);
  }

  .lg\:border-t-neutral-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(115 115 115 / var(--tw-border-opacity));
  }

  .lg\:border-t-neutral-500\/0 {
    border-top-color: rgb(115 115 115 / 0);
  }

  .lg\:border-t-neutral-500\/10 {
    border-top-color: rgb(115 115 115 / 0.1);
  }

  .lg\:border-t-neutral-500\/100 {
    border-top-color: rgb(115 115 115 / 1);
  }

  .lg\:border-t-neutral-500\/15 {
    border-top-color: rgb(115 115 115 / 0.15);
  }

  .lg\:border-t-neutral-500\/20 {
    border-top-color: rgb(115 115 115 / 0.2);
  }

  .lg\:border-t-neutral-500\/25 {
    border-top-color: rgb(115 115 115 / 0.25);
  }

  .lg\:border-t-neutral-500\/30 {
    border-top-color: rgb(115 115 115 / 0.3);
  }

  .lg\:border-t-neutral-500\/35 {
    border-top-color: rgb(115 115 115 / 0.35);
  }

  .lg\:border-t-neutral-500\/40 {
    border-top-color: rgb(115 115 115 / 0.4);
  }

  .lg\:border-t-neutral-500\/45 {
    border-top-color: rgb(115 115 115 / 0.45);
  }

  .lg\:border-t-neutral-500\/5 {
    border-top-color: rgb(115 115 115 / 0.05);
  }

  .lg\:border-t-neutral-500\/50 {
    border-top-color: rgb(115 115 115 / 0.5);
  }

  .lg\:border-t-neutral-500\/55 {
    border-top-color: rgb(115 115 115 / 0.55);
  }

  .lg\:border-t-neutral-500\/60 {
    border-top-color: rgb(115 115 115 / 0.6);
  }

  .lg\:border-t-neutral-500\/65 {
    border-top-color: rgb(115 115 115 / 0.65);
  }

  .lg\:border-t-neutral-500\/70 {
    border-top-color: rgb(115 115 115 / 0.7);
  }

  .lg\:border-t-neutral-500\/75 {
    border-top-color: rgb(115 115 115 / 0.75);
  }

  .lg\:border-t-neutral-500\/80 {
    border-top-color: rgb(115 115 115 / 0.8);
  }

  .lg\:border-t-neutral-500\/85 {
    border-top-color: rgb(115 115 115 / 0.85);
  }

  .lg\:border-t-neutral-500\/90 {
    border-top-color: rgb(115 115 115 / 0.9);
  }

  .lg\:border-t-neutral-500\/95 {
    border-top-color: rgb(115 115 115 / 0.95);
  }

  .lg\:border-t-neutral-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(82 82 82 / var(--tw-border-opacity));
  }

  .lg\:border-t-neutral-600\/0 {
    border-top-color: rgb(82 82 82 / 0);
  }

  .lg\:border-t-neutral-600\/10 {
    border-top-color: rgb(82 82 82 / 0.1);
  }

  .lg\:border-t-neutral-600\/100 {
    border-top-color: rgb(82 82 82 / 1);
  }

  .lg\:border-t-neutral-600\/15 {
    border-top-color: rgb(82 82 82 / 0.15);
  }

  .lg\:border-t-neutral-600\/20 {
    border-top-color: rgb(82 82 82 / 0.2);
  }

  .lg\:border-t-neutral-600\/25 {
    border-top-color: rgb(82 82 82 / 0.25);
  }

  .lg\:border-t-neutral-600\/30 {
    border-top-color: rgb(82 82 82 / 0.3);
  }

  .lg\:border-t-neutral-600\/35 {
    border-top-color: rgb(82 82 82 / 0.35);
  }

  .lg\:border-t-neutral-600\/40 {
    border-top-color: rgb(82 82 82 / 0.4);
  }

  .lg\:border-t-neutral-600\/45 {
    border-top-color: rgb(82 82 82 / 0.45);
  }

  .lg\:border-t-neutral-600\/5 {
    border-top-color: rgb(82 82 82 / 0.05);
  }

  .lg\:border-t-neutral-600\/50 {
    border-top-color: rgb(82 82 82 / 0.5);
  }

  .lg\:border-t-neutral-600\/55 {
    border-top-color: rgb(82 82 82 / 0.55);
  }

  .lg\:border-t-neutral-600\/60 {
    border-top-color: rgb(82 82 82 / 0.6);
  }

  .lg\:border-t-neutral-600\/65 {
    border-top-color: rgb(82 82 82 / 0.65);
  }

  .lg\:border-t-neutral-600\/70 {
    border-top-color: rgb(82 82 82 / 0.7);
  }

  .lg\:border-t-neutral-600\/75 {
    border-top-color: rgb(82 82 82 / 0.75);
  }

  .lg\:border-t-neutral-600\/80 {
    border-top-color: rgb(82 82 82 / 0.8);
  }

  .lg\:border-t-neutral-600\/85 {
    border-top-color: rgb(82 82 82 / 0.85);
  }

  .lg\:border-t-neutral-600\/90 {
    border-top-color: rgb(82 82 82 / 0.9);
  }

  .lg\:border-t-neutral-600\/95 {
    border-top-color: rgb(82 82 82 / 0.95);
  }

  .lg\:border-t-neutral-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(64 64 64 / var(--tw-border-opacity));
  }

  .lg\:border-t-neutral-700\/0 {
    border-top-color: rgb(64 64 64 / 0);
  }

  .lg\:border-t-neutral-700\/10 {
    border-top-color: rgb(64 64 64 / 0.1);
  }

  .lg\:border-t-neutral-700\/100 {
    border-top-color: rgb(64 64 64 / 1);
  }

  .lg\:border-t-neutral-700\/15 {
    border-top-color: rgb(64 64 64 / 0.15);
  }

  .lg\:border-t-neutral-700\/20 {
    border-top-color: rgb(64 64 64 / 0.2);
  }

  .lg\:border-t-neutral-700\/25 {
    border-top-color: rgb(64 64 64 / 0.25);
  }

  .lg\:border-t-neutral-700\/30 {
    border-top-color: rgb(64 64 64 / 0.3);
  }

  .lg\:border-t-neutral-700\/35 {
    border-top-color: rgb(64 64 64 / 0.35);
  }

  .lg\:border-t-neutral-700\/40 {
    border-top-color: rgb(64 64 64 / 0.4);
  }

  .lg\:border-t-neutral-700\/45 {
    border-top-color: rgb(64 64 64 / 0.45);
  }

  .lg\:border-t-neutral-700\/5 {
    border-top-color: rgb(64 64 64 / 0.05);
  }

  .lg\:border-t-neutral-700\/50 {
    border-top-color: rgb(64 64 64 / 0.5);
  }

  .lg\:border-t-neutral-700\/55 {
    border-top-color: rgb(64 64 64 / 0.55);
  }

  .lg\:border-t-neutral-700\/60 {
    border-top-color: rgb(64 64 64 / 0.6);
  }

  .lg\:border-t-neutral-700\/65 {
    border-top-color: rgb(64 64 64 / 0.65);
  }

  .lg\:border-t-neutral-700\/70 {
    border-top-color: rgb(64 64 64 / 0.7);
  }

  .lg\:border-t-neutral-700\/75 {
    border-top-color: rgb(64 64 64 / 0.75);
  }

  .lg\:border-t-neutral-700\/80 {
    border-top-color: rgb(64 64 64 / 0.8);
  }

  .lg\:border-t-neutral-700\/85 {
    border-top-color: rgb(64 64 64 / 0.85);
  }

  .lg\:border-t-neutral-700\/90 {
    border-top-color: rgb(64 64 64 / 0.9);
  }

  .lg\:border-t-neutral-700\/95 {
    border-top-color: rgb(64 64 64 / 0.95);
  }

  .lg\:border-t-neutral-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(38 38 38 / var(--tw-border-opacity));
  }

  .lg\:border-t-neutral-800\/0 {
    border-top-color: rgb(38 38 38 / 0);
  }

  .lg\:border-t-neutral-800\/10 {
    border-top-color: rgb(38 38 38 / 0.1);
  }

  .lg\:border-t-neutral-800\/100 {
    border-top-color: rgb(38 38 38 / 1);
  }

  .lg\:border-t-neutral-800\/15 {
    border-top-color: rgb(38 38 38 / 0.15);
  }

  .lg\:border-t-neutral-800\/20 {
    border-top-color: rgb(38 38 38 / 0.2);
  }

  .lg\:border-t-neutral-800\/25 {
    border-top-color: rgb(38 38 38 / 0.25);
  }

  .lg\:border-t-neutral-800\/30 {
    border-top-color: rgb(38 38 38 / 0.3);
  }

  .lg\:border-t-neutral-800\/35 {
    border-top-color: rgb(38 38 38 / 0.35);
  }

  .lg\:border-t-neutral-800\/40 {
    border-top-color: rgb(38 38 38 / 0.4);
  }

  .lg\:border-t-neutral-800\/45 {
    border-top-color: rgb(38 38 38 / 0.45);
  }

  .lg\:border-t-neutral-800\/5 {
    border-top-color: rgb(38 38 38 / 0.05);
  }

  .lg\:border-t-neutral-800\/50 {
    border-top-color: rgb(38 38 38 / 0.5);
  }

  .lg\:border-t-neutral-800\/55 {
    border-top-color: rgb(38 38 38 / 0.55);
  }

  .lg\:border-t-neutral-800\/60 {
    border-top-color: rgb(38 38 38 / 0.6);
  }

  .lg\:border-t-neutral-800\/65 {
    border-top-color: rgb(38 38 38 / 0.65);
  }

  .lg\:border-t-neutral-800\/70 {
    border-top-color: rgb(38 38 38 / 0.7);
  }

  .lg\:border-t-neutral-800\/75 {
    border-top-color: rgb(38 38 38 / 0.75);
  }

  .lg\:border-t-neutral-800\/80 {
    border-top-color: rgb(38 38 38 / 0.8);
  }

  .lg\:border-t-neutral-800\/85 {
    border-top-color: rgb(38 38 38 / 0.85);
  }

  .lg\:border-t-neutral-800\/90 {
    border-top-color: rgb(38 38 38 / 0.9);
  }

  .lg\:border-t-neutral-800\/95 {
    border-top-color: rgb(38 38 38 / 0.95);
  }

  .lg\:border-t-neutral-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(23 23 23 / var(--tw-border-opacity));
  }

  .lg\:border-t-neutral-900\/0 {
    border-top-color: rgb(23 23 23 / 0);
  }

  .lg\:border-t-neutral-900\/10 {
    border-top-color: rgb(23 23 23 / 0.1);
  }

  .lg\:border-t-neutral-900\/100 {
    border-top-color: rgb(23 23 23 / 1);
  }

  .lg\:border-t-neutral-900\/15 {
    border-top-color: rgb(23 23 23 / 0.15);
  }

  .lg\:border-t-neutral-900\/20 {
    border-top-color: rgb(23 23 23 / 0.2);
  }

  .lg\:border-t-neutral-900\/25 {
    border-top-color: rgb(23 23 23 / 0.25);
  }

  .lg\:border-t-neutral-900\/30 {
    border-top-color: rgb(23 23 23 / 0.3);
  }

  .lg\:border-t-neutral-900\/35 {
    border-top-color: rgb(23 23 23 / 0.35);
  }

  .lg\:border-t-neutral-900\/40 {
    border-top-color: rgb(23 23 23 / 0.4);
  }

  .lg\:border-t-neutral-900\/45 {
    border-top-color: rgb(23 23 23 / 0.45);
  }

  .lg\:border-t-neutral-900\/5 {
    border-top-color: rgb(23 23 23 / 0.05);
  }

  .lg\:border-t-neutral-900\/50 {
    border-top-color: rgb(23 23 23 / 0.5);
  }

  .lg\:border-t-neutral-900\/55 {
    border-top-color: rgb(23 23 23 / 0.55);
  }

  .lg\:border-t-neutral-900\/60 {
    border-top-color: rgb(23 23 23 / 0.6);
  }

  .lg\:border-t-neutral-900\/65 {
    border-top-color: rgb(23 23 23 / 0.65);
  }

  .lg\:border-t-neutral-900\/70 {
    border-top-color: rgb(23 23 23 / 0.7);
  }

  .lg\:border-t-neutral-900\/75 {
    border-top-color: rgb(23 23 23 / 0.75);
  }

  .lg\:border-t-neutral-900\/80 {
    border-top-color: rgb(23 23 23 / 0.8);
  }

  .lg\:border-t-neutral-900\/85 {
    border-top-color: rgb(23 23 23 / 0.85);
  }

  .lg\:border-t-neutral-900\/90 {
    border-top-color: rgb(23 23 23 / 0.9);
  }

  .lg\:border-t-neutral-900\/95 {
    border-top-color: rgb(23 23 23 / 0.95);
  }

  .lg\:border-t-neutral-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(10 10 10 / var(--tw-border-opacity));
  }

  .lg\:border-t-neutral-950\/0 {
    border-top-color: rgb(10 10 10 / 0);
  }

  .lg\:border-t-neutral-950\/10 {
    border-top-color: rgb(10 10 10 / 0.1);
  }

  .lg\:border-t-neutral-950\/100 {
    border-top-color: rgb(10 10 10 / 1);
  }

  .lg\:border-t-neutral-950\/15 {
    border-top-color: rgb(10 10 10 / 0.15);
  }

  .lg\:border-t-neutral-950\/20 {
    border-top-color: rgb(10 10 10 / 0.2);
  }

  .lg\:border-t-neutral-950\/25 {
    border-top-color: rgb(10 10 10 / 0.25);
  }

  .lg\:border-t-neutral-950\/30 {
    border-top-color: rgb(10 10 10 / 0.3);
  }

  .lg\:border-t-neutral-950\/35 {
    border-top-color: rgb(10 10 10 / 0.35);
  }

  .lg\:border-t-neutral-950\/40 {
    border-top-color: rgb(10 10 10 / 0.4);
  }

  .lg\:border-t-neutral-950\/45 {
    border-top-color: rgb(10 10 10 / 0.45);
  }

  .lg\:border-t-neutral-950\/5 {
    border-top-color: rgb(10 10 10 / 0.05);
  }

  .lg\:border-t-neutral-950\/50 {
    border-top-color: rgb(10 10 10 / 0.5);
  }

  .lg\:border-t-neutral-950\/55 {
    border-top-color: rgb(10 10 10 / 0.55);
  }

  .lg\:border-t-neutral-950\/60 {
    border-top-color: rgb(10 10 10 / 0.6);
  }

  .lg\:border-t-neutral-950\/65 {
    border-top-color: rgb(10 10 10 / 0.65);
  }

  .lg\:border-t-neutral-950\/70 {
    border-top-color: rgb(10 10 10 / 0.7);
  }

  .lg\:border-t-neutral-950\/75 {
    border-top-color: rgb(10 10 10 / 0.75);
  }

  .lg\:border-t-neutral-950\/80 {
    border-top-color: rgb(10 10 10 / 0.8);
  }

  .lg\:border-t-neutral-950\/85 {
    border-top-color: rgb(10 10 10 / 0.85);
  }

  .lg\:border-t-neutral-950\/90 {
    border-top-color: rgb(10 10 10 / 0.9);
  }

  .lg\:border-t-neutral-950\/95 {
    border-top-color: rgb(10 10 10 / 0.95);
  }

  .lg\:border-t-orange-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 237 213 / var(--tw-border-opacity));
  }

  .lg\:border-t-orange-100\/0 {
    border-top-color: rgb(255 237 213 / 0);
  }

  .lg\:border-t-orange-100\/10 {
    border-top-color: rgb(255 237 213 / 0.1);
  }

  .lg\:border-t-orange-100\/100 {
    border-top-color: rgb(255 237 213 / 1);
  }

  .lg\:border-t-orange-100\/15 {
    border-top-color: rgb(255 237 213 / 0.15);
  }

  .lg\:border-t-orange-100\/20 {
    border-top-color: rgb(255 237 213 / 0.2);
  }

  .lg\:border-t-orange-100\/25 {
    border-top-color: rgb(255 237 213 / 0.25);
  }

  .lg\:border-t-orange-100\/30 {
    border-top-color: rgb(255 237 213 / 0.3);
  }

  .lg\:border-t-orange-100\/35 {
    border-top-color: rgb(255 237 213 / 0.35);
  }

  .lg\:border-t-orange-100\/40 {
    border-top-color: rgb(255 237 213 / 0.4);
  }

  .lg\:border-t-orange-100\/45 {
    border-top-color: rgb(255 237 213 / 0.45);
  }

  .lg\:border-t-orange-100\/5 {
    border-top-color: rgb(255 237 213 / 0.05);
  }

  .lg\:border-t-orange-100\/50 {
    border-top-color: rgb(255 237 213 / 0.5);
  }

  .lg\:border-t-orange-100\/55 {
    border-top-color: rgb(255 237 213 / 0.55);
  }

  .lg\:border-t-orange-100\/60 {
    border-top-color: rgb(255 237 213 / 0.6);
  }

  .lg\:border-t-orange-100\/65 {
    border-top-color: rgb(255 237 213 / 0.65);
  }

  .lg\:border-t-orange-100\/70 {
    border-top-color: rgb(255 237 213 / 0.7);
  }

  .lg\:border-t-orange-100\/75 {
    border-top-color: rgb(255 237 213 / 0.75);
  }

  .lg\:border-t-orange-100\/80 {
    border-top-color: rgb(255 237 213 / 0.8);
  }

  .lg\:border-t-orange-100\/85 {
    border-top-color: rgb(255 237 213 / 0.85);
  }

  .lg\:border-t-orange-100\/90 {
    border-top-color: rgb(255 237 213 / 0.9);
  }

  .lg\:border-t-orange-100\/95 {
    border-top-color: rgb(255 237 213 / 0.95);
  }

  .lg\:border-t-orange-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 215 170 / var(--tw-border-opacity));
  }

  .lg\:border-t-orange-200\/0 {
    border-top-color: rgb(254 215 170 / 0);
  }

  .lg\:border-t-orange-200\/10 {
    border-top-color: rgb(254 215 170 / 0.1);
  }

  .lg\:border-t-orange-200\/100 {
    border-top-color: rgb(254 215 170 / 1);
  }

  .lg\:border-t-orange-200\/15 {
    border-top-color: rgb(254 215 170 / 0.15);
  }

  .lg\:border-t-orange-200\/20 {
    border-top-color: rgb(254 215 170 / 0.2);
  }

  .lg\:border-t-orange-200\/25 {
    border-top-color: rgb(254 215 170 / 0.25);
  }

  .lg\:border-t-orange-200\/30 {
    border-top-color: rgb(254 215 170 / 0.3);
  }

  .lg\:border-t-orange-200\/35 {
    border-top-color: rgb(254 215 170 / 0.35);
  }

  .lg\:border-t-orange-200\/40 {
    border-top-color: rgb(254 215 170 / 0.4);
  }

  .lg\:border-t-orange-200\/45 {
    border-top-color: rgb(254 215 170 / 0.45);
  }

  .lg\:border-t-orange-200\/5 {
    border-top-color: rgb(254 215 170 / 0.05);
  }

  .lg\:border-t-orange-200\/50 {
    border-top-color: rgb(254 215 170 / 0.5);
  }

  .lg\:border-t-orange-200\/55 {
    border-top-color: rgb(254 215 170 / 0.55);
  }

  .lg\:border-t-orange-200\/60 {
    border-top-color: rgb(254 215 170 / 0.6);
  }

  .lg\:border-t-orange-200\/65 {
    border-top-color: rgb(254 215 170 / 0.65);
  }

  .lg\:border-t-orange-200\/70 {
    border-top-color: rgb(254 215 170 / 0.7);
  }

  .lg\:border-t-orange-200\/75 {
    border-top-color: rgb(254 215 170 / 0.75);
  }

  .lg\:border-t-orange-200\/80 {
    border-top-color: rgb(254 215 170 / 0.8);
  }

  .lg\:border-t-orange-200\/85 {
    border-top-color: rgb(254 215 170 / 0.85);
  }

  .lg\:border-t-orange-200\/90 {
    border-top-color: rgb(254 215 170 / 0.9);
  }

  .lg\:border-t-orange-200\/95 {
    border-top-color: rgb(254 215 170 / 0.95);
  }

  .lg\:border-t-orange-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 186 116 / var(--tw-border-opacity));
  }

  .lg\:border-t-orange-300\/0 {
    border-top-color: rgb(253 186 116 / 0);
  }

  .lg\:border-t-orange-300\/10 {
    border-top-color: rgb(253 186 116 / 0.1);
  }

  .lg\:border-t-orange-300\/100 {
    border-top-color: rgb(253 186 116 / 1);
  }

  .lg\:border-t-orange-300\/15 {
    border-top-color: rgb(253 186 116 / 0.15);
  }

  .lg\:border-t-orange-300\/20 {
    border-top-color: rgb(253 186 116 / 0.2);
  }

  .lg\:border-t-orange-300\/25 {
    border-top-color: rgb(253 186 116 / 0.25);
  }

  .lg\:border-t-orange-300\/30 {
    border-top-color: rgb(253 186 116 / 0.3);
  }

  .lg\:border-t-orange-300\/35 {
    border-top-color: rgb(253 186 116 / 0.35);
  }

  .lg\:border-t-orange-300\/40 {
    border-top-color: rgb(253 186 116 / 0.4);
  }

  .lg\:border-t-orange-300\/45 {
    border-top-color: rgb(253 186 116 / 0.45);
  }

  .lg\:border-t-orange-300\/5 {
    border-top-color: rgb(253 186 116 / 0.05);
  }

  .lg\:border-t-orange-300\/50 {
    border-top-color: rgb(253 186 116 / 0.5);
  }

  .lg\:border-t-orange-300\/55 {
    border-top-color: rgb(253 186 116 / 0.55);
  }

  .lg\:border-t-orange-300\/60 {
    border-top-color: rgb(253 186 116 / 0.6);
  }

  .lg\:border-t-orange-300\/65 {
    border-top-color: rgb(253 186 116 / 0.65);
  }

  .lg\:border-t-orange-300\/70 {
    border-top-color: rgb(253 186 116 / 0.7);
  }

  .lg\:border-t-orange-300\/75 {
    border-top-color: rgb(253 186 116 / 0.75);
  }

  .lg\:border-t-orange-300\/80 {
    border-top-color: rgb(253 186 116 / 0.8);
  }

  .lg\:border-t-orange-300\/85 {
    border-top-color: rgb(253 186 116 / 0.85);
  }

  .lg\:border-t-orange-300\/90 {
    border-top-color: rgb(253 186 116 / 0.9);
  }

  .lg\:border-t-orange-300\/95 {
    border-top-color: rgb(253 186 116 / 0.95);
  }

  .lg\:border-t-orange-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(251 146 60 / var(--tw-border-opacity));
  }

  .lg\:border-t-orange-400\/0 {
    border-top-color: rgb(251 146 60 / 0);
  }

  .lg\:border-t-orange-400\/10 {
    border-top-color: rgb(251 146 60 / 0.1);
  }

  .lg\:border-t-orange-400\/100 {
    border-top-color: rgb(251 146 60 / 1);
  }

  .lg\:border-t-orange-400\/15 {
    border-top-color: rgb(251 146 60 / 0.15);
  }

  .lg\:border-t-orange-400\/20 {
    border-top-color: rgb(251 146 60 / 0.2);
  }

  .lg\:border-t-orange-400\/25 {
    border-top-color: rgb(251 146 60 / 0.25);
  }

  .lg\:border-t-orange-400\/30 {
    border-top-color: rgb(251 146 60 / 0.3);
  }

  .lg\:border-t-orange-400\/35 {
    border-top-color: rgb(251 146 60 / 0.35);
  }

  .lg\:border-t-orange-400\/40 {
    border-top-color: rgb(251 146 60 / 0.4);
  }

  .lg\:border-t-orange-400\/45 {
    border-top-color: rgb(251 146 60 / 0.45);
  }

  .lg\:border-t-orange-400\/5 {
    border-top-color: rgb(251 146 60 / 0.05);
  }

  .lg\:border-t-orange-400\/50 {
    border-top-color: rgb(251 146 60 / 0.5);
  }

  .lg\:border-t-orange-400\/55 {
    border-top-color: rgb(251 146 60 / 0.55);
  }

  .lg\:border-t-orange-400\/60 {
    border-top-color: rgb(251 146 60 / 0.6);
  }

  .lg\:border-t-orange-400\/65 {
    border-top-color: rgb(251 146 60 / 0.65);
  }

  .lg\:border-t-orange-400\/70 {
    border-top-color: rgb(251 146 60 / 0.7);
  }

  .lg\:border-t-orange-400\/75 {
    border-top-color: rgb(251 146 60 / 0.75);
  }

  .lg\:border-t-orange-400\/80 {
    border-top-color: rgb(251 146 60 / 0.8);
  }

  .lg\:border-t-orange-400\/85 {
    border-top-color: rgb(251 146 60 / 0.85);
  }

  .lg\:border-t-orange-400\/90 {
    border-top-color: rgb(251 146 60 / 0.9);
  }

  .lg\:border-t-orange-400\/95 {
    border-top-color: rgb(251 146 60 / 0.95);
  }

  .lg\:border-t-orange-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 247 237 / var(--tw-border-opacity));
  }

  .lg\:border-t-orange-50\/0 {
    border-top-color: rgb(255 247 237 / 0);
  }

  .lg\:border-t-orange-50\/10 {
    border-top-color: rgb(255 247 237 / 0.1);
  }

  .lg\:border-t-orange-50\/100 {
    border-top-color: rgb(255 247 237 / 1);
  }

  .lg\:border-t-orange-50\/15 {
    border-top-color: rgb(255 247 237 / 0.15);
  }

  .lg\:border-t-orange-50\/20 {
    border-top-color: rgb(255 247 237 / 0.2);
  }

  .lg\:border-t-orange-50\/25 {
    border-top-color: rgb(255 247 237 / 0.25);
  }

  .lg\:border-t-orange-50\/30 {
    border-top-color: rgb(255 247 237 / 0.3);
  }

  .lg\:border-t-orange-50\/35 {
    border-top-color: rgb(255 247 237 / 0.35);
  }

  .lg\:border-t-orange-50\/40 {
    border-top-color: rgb(255 247 237 / 0.4);
  }

  .lg\:border-t-orange-50\/45 {
    border-top-color: rgb(255 247 237 / 0.45);
  }

  .lg\:border-t-orange-50\/5 {
    border-top-color: rgb(255 247 237 / 0.05);
  }

  .lg\:border-t-orange-50\/50 {
    border-top-color: rgb(255 247 237 / 0.5);
  }

  .lg\:border-t-orange-50\/55 {
    border-top-color: rgb(255 247 237 / 0.55);
  }

  .lg\:border-t-orange-50\/60 {
    border-top-color: rgb(255 247 237 / 0.6);
  }

  .lg\:border-t-orange-50\/65 {
    border-top-color: rgb(255 247 237 / 0.65);
  }

  .lg\:border-t-orange-50\/70 {
    border-top-color: rgb(255 247 237 / 0.7);
  }

  .lg\:border-t-orange-50\/75 {
    border-top-color: rgb(255 247 237 / 0.75);
  }

  .lg\:border-t-orange-50\/80 {
    border-top-color: rgb(255 247 237 / 0.8);
  }

  .lg\:border-t-orange-50\/85 {
    border-top-color: rgb(255 247 237 / 0.85);
  }

  .lg\:border-t-orange-50\/90 {
    border-top-color: rgb(255 247 237 / 0.9);
  }

  .lg\:border-t-orange-50\/95 {
    border-top-color: rgb(255 247 237 / 0.95);
  }

  .lg\:border-t-orange-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(249 115 22 / var(--tw-border-opacity));
  }

  .lg\:border-t-orange-500\/0 {
    border-top-color: rgb(249 115 22 / 0);
  }

  .lg\:border-t-orange-500\/10 {
    border-top-color: rgb(249 115 22 / 0.1);
  }

  .lg\:border-t-orange-500\/100 {
    border-top-color: rgb(249 115 22 / 1);
  }

  .lg\:border-t-orange-500\/15 {
    border-top-color: rgb(249 115 22 / 0.15);
  }

  .lg\:border-t-orange-500\/20 {
    border-top-color: rgb(249 115 22 / 0.2);
  }

  .lg\:border-t-orange-500\/25 {
    border-top-color: rgb(249 115 22 / 0.25);
  }

  .lg\:border-t-orange-500\/30 {
    border-top-color: rgb(249 115 22 / 0.3);
  }

  .lg\:border-t-orange-500\/35 {
    border-top-color: rgb(249 115 22 / 0.35);
  }

  .lg\:border-t-orange-500\/40 {
    border-top-color: rgb(249 115 22 / 0.4);
  }

  .lg\:border-t-orange-500\/45 {
    border-top-color: rgb(249 115 22 / 0.45);
  }

  .lg\:border-t-orange-500\/5 {
    border-top-color: rgb(249 115 22 / 0.05);
  }

  .lg\:border-t-orange-500\/50 {
    border-top-color: rgb(249 115 22 / 0.5);
  }

  .lg\:border-t-orange-500\/55 {
    border-top-color: rgb(249 115 22 / 0.55);
  }

  .lg\:border-t-orange-500\/60 {
    border-top-color: rgb(249 115 22 / 0.6);
  }

  .lg\:border-t-orange-500\/65 {
    border-top-color: rgb(249 115 22 / 0.65);
  }

  .lg\:border-t-orange-500\/70 {
    border-top-color: rgb(249 115 22 / 0.7);
  }

  .lg\:border-t-orange-500\/75 {
    border-top-color: rgb(249 115 22 / 0.75);
  }

  .lg\:border-t-orange-500\/80 {
    border-top-color: rgb(249 115 22 / 0.8);
  }

  .lg\:border-t-orange-500\/85 {
    border-top-color: rgb(249 115 22 / 0.85);
  }

  .lg\:border-t-orange-500\/90 {
    border-top-color: rgb(249 115 22 / 0.9);
  }

  .lg\:border-t-orange-500\/95 {
    border-top-color: rgb(249 115 22 / 0.95);
  }

  .lg\:border-t-orange-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 88 12 / var(--tw-border-opacity));
  }

  .lg\:border-t-orange-600\/0 {
    border-top-color: rgb(234 88 12 / 0);
  }

  .lg\:border-t-orange-600\/10 {
    border-top-color: rgb(234 88 12 / 0.1);
  }

  .lg\:border-t-orange-600\/100 {
    border-top-color: rgb(234 88 12 / 1);
  }

  .lg\:border-t-orange-600\/15 {
    border-top-color: rgb(234 88 12 / 0.15);
  }

  .lg\:border-t-orange-600\/20 {
    border-top-color: rgb(234 88 12 / 0.2);
  }

  .lg\:border-t-orange-600\/25 {
    border-top-color: rgb(234 88 12 / 0.25);
  }

  .lg\:border-t-orange-600\/30 {
    border-top-color: rgb(234 88 12 / 0.3);
  }

  .lg\:border-t-orange-600\/35 {
    border-top-color: rgb(234 88 12 / 0.35);
  }

  .lg\:border-t-orange-600\/40 {
    border-top-color: rgb(234 88 12 / 0.4);
  }

  .lg\:border-t-orange-600\/45 {
    border-top-color: rgb(234 88 12 / 0.45);
  }

  .lg\:border-t-orange-600\/5 {
    border-top-color: rgb(234 88 12 / 0.05);
  }

  .lg\:border-t-orange-600\/50 {
    border-top-color: rgb(234 88 12 / 0.5);
  }

  .lg\:border-t-orange-600\/55 {
    border-top-color: rgb(234 88 12 / 0.55);
  }

  .lg\:border-t-orange-600\/60 {
    border-top-color: rgb(234 88 12 / 0.6);
  }

  .lg\:border-t-orange-600\/65 {
    border-top-color: rgb(234 88 12 / 0.65);
  }

  .lg\:border-t-orange-600\/70 {
    border-top-color: rgb(234 88 12 / 0.7);
  }

  .lg\:border-t-orange-600\/75 {
    border-top-color: rgb(234 88 12 / 0.75);
  }

  .lg\:border-t-orange-600\/80 {
    border-top-color: rgb(234 88 12 / 0.8);
  }

  .lg\:border-t-orange-600\/85 {
    border-top-color: rgb(234 88 12 / 0.85);
  }

  .lg\:border-t-orange-600\/90 {
    border-top-color: rgb(234 88 12 / 0.9);
  }

  .lg\:border-t-orange-600\/95 {
    border-top-color: rgb(234 88 12 / 0.95);
  }

  .lg\:border-t-orange-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(194 65 12 / var(--tw-border-opacity));
  }

  .lg\:border-t-orange-700\/0 {
    border-top-color: rgb(194 65 12 / 0);
  }

  .lg\:border-t-orange-700\/10 {
    border-top-color: rgb(194 65 12 / 0.1);
  }

  .lg\:border-t-orange-700\/100 {
    border-top-color: rgb(194 65 12 / 1);
  }

  .lg\:border-t-orange-700\/15 {
    border-top-color: rgb(194 65 12 / 0.15);
  }

  .lg\:border-t-orange-700\/20 {
    border-top-color: rgb(194 65 12 / 0.2);
  }

  .lg\:border-t-orange-700\/25 {
    border-top-color: rgb(194 65 12 / 0.25);
  }

  .lg\:border-t-orange-700\/30 {
    border-top-color: rgb(194 65 12 / 0.3);
  }

  .lg\:border-t-orange-700\/35 {
    border-top-color: rgb(194 65 12 / 0.35);
  }

  .lg\:border-t-orange-700\/40 {
    border-top-color: rgb(194 65 12 / 0.4);
  }

  .lg\:border-t-orange-700\/45 {
    border-top-color: rgb(194 65 12 / 0.45);
  }

  .lg\:border-t-orange-700\/5 {
    border-top-color: rgb(194 65 12 / 0.05);
  }

  .lg\:border-t-orange-700\/50 {
    border-top-color: rgb(194 65 12 / 0.5);
  }

  .lg\:border-t-orange-700\/55 {
    border-top-color: rgb(194 65 12 / 0.55);
  }

  .lg\:border-t-orange-700\/60 {
    border-top-color: rgb(194 65 12 / 0.6);
  }

  .lg\:border-t-orange-700\/65 {
    border-top-color: rgb(194 65 12 / 0.65);
  }

  .lg\:border-t-orange-700\/70 {
    border-top-color: rgb(194 65 12 / 0.7);
  }

  .lg\:border-t-orange-700\/75 {
    border-top-color: rgb(194 65 12 / 0.75);
  }

  .lg\:border-t-orange-700\/80 {
    border-top-color: rgb(194 65 12 / 0.8);
  }

  .lg\:border-t-orange-700\/85 {
    border-top-color: rgb(194 65 12 / 0.85);
  }

  .lg\:border-t-orange-700\/90 {
    border-top-color: rgb(194 65 12 / 0.9);
  }

  .lg\:border-t-orange-700\/95 {
    border-top-color: rgb(194 65 12 / 0.95);
  }

  .lg\:border-t-orange-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(154 52 18 / var(--tw-border-opacity));
  }

  .lg\:border-t-orange-800\/0 {
    border-top-color: rgb(154 52 18 / 0);
  }

  .lg\:border-t-orange-800\/10 {
    border-top-color: rgb(154 52 18 / 0.1);
  }

  .lg\:border-t-orange-800\/100 {
    border-top-color: rgb(154 52 18 / 1);
  }

  .lg\:border-t-orange-800\/15 {
    border-top-color: rgb(154 52 18 / 0.15);
  }

  .lg\:border-t-orange-800\/20 {
    border-top-color: rgb(154 52 18 / 0.2);
  }

  .lg\:border-t-orange-800\/25 {
    border-top-color: rgb(154 52 18 / 0.25);
  }

  .lg\:border-t-orange-800\/30 {
    border-top-color: rgb(154 52 18 / 0.3);
  }

  .lg\:border-t-orange-800\/35 {
    border-top-color: rgb(154 52 18 / 0.35);
  }

  .lg\:border-t-orange-800\/40 {
    border-top-color: rgb(154 52 18 / 0.4);
  }

  .lg\:border-t-orange-800\/45 {
    border-top-color: rgb(154 52 18 / 0.45);
  }

  .lg\:border-t-orange-800\/5 {
    border-top-color: rgb(154 52 18 / 0.05);
  }

  .lg\:border-t-orange-800\/50 {
    border-top-color: rgb(154 52 18 / 0.5);
  }

  .lg\:border-t-orange-800\/55 {
    border-top-color: rgb(154 52 18 / 0.55);
  }

  .lg\:border-t-orange-800\/60 {
    border-top-color: rgb(154 52 18 / 0.6);
  }

  .lg\:border-t-orange-800\/65 {
    border-top-color: rgb(154 52 18 / 0.65);
  }

  .lg\:border-t-orange-800\/70 {
    border-top-color: rgb(154 52 18 / 0.7);
  }

  .lg\:border-t-orange-800\/75 {
    border-top-color: rgb(154 52 18 / 0.75);
  }

  .lg\:border-t-orange-800\/80 {
    border-top-color: rgb(154 52 18 / 0.8);
  }

  .lg\:border-t-orange-800\/85 {
    border-top-color: rgb(154 52 18 / 0.85);
  }

  .lg\:border-t-orange-800\/90 {
    border-top-color: rgb(154 52 18 / 0.9);
  }

  .lg\:border-t-orange-800\/95 {
    border-top-color: rgb(154 52 18 / 0.95);
  }

  .lg\:border-t-orange-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(124 45 18 / var(--tw-border-opacity));
  }

  .lg\:border-t-orange-900\/0 {
    border-top-color: rgb(124 45 18 / 0);
  }

  .lg\:border-t-orange-900\/10 {
    border-top-color: rgb(124 45 18 / 0.1);
  }

  .lg\:border-t-orange-900\/100 {
    border-top-color: rgb(124 45 18 / 1);
  }

  .lg\:border-t-orange-900\/15 {
    border-top-color: rgb(124 45 18 / 0.15);
  }

  .lg\:border-t-orange-900\/20 {
    border-top-color: rgb(124 45 18 / 0.2);
  }

  .lg\:border-t-orange-900\/25 {
    border-top-color: rgb(124 45 18 / 0.25);
  }

  .lg\:border-t-orange-900\/30 {
    border-top-color: rgb(124 45 18 / 0.3);
  }

  .lg\:border-t-orange-900\/35 {
    border-top-color: rgb(124 45 18 / 0.35);
  }

  .lg\:border-t-orange-900\/40 {
    border-top-color: rgb(124 45 18 / 0.4);
  }

  .lg\:border-t-orange-900\/45 {
    border-top-color: rgb(124 45 18 / 0.45);
  }

  .lg\:border-t-orange-900\/5 {
    border-top-color: rgb(124 45 18 / 0.05);
  }

  .lg\:border-t-orange-900\/50 {
    border-top-color: rgb(124 45 18 / 0.5);
  }

  .lg\:border-t-orange-900\/55 {
    border-top-color: rgb(124 45 18 / 0.55);
  }

  .lg\:border-t-orange-900\/60 {
    border-top-color: rgb(124 45 18 / 0.6);
  }

  .lg\:border-t-orange-900\/65 {
    border-top-color: rgb(124 45 18 / 0.65);
  }

  .lg\:border-t-orange-900\/70 {
    border-top-color: rgb(124 45 18 / 0.7);
  }

  .lg\:border-t-orange-900\/75 {
    border-top-color: rgb(124 45 18 / 0.75);
  }

  .lg\:border-t-orange-900\/80 {
    border-top-color: rgb(124 45 18 / 0.8);
  }

  .lg\:border-t-orange-900\/85 {
    border-top-color: rgb(124 45 18 / 0.85);
  }

  .lg\:border-t-orange-900\/90 {
    border-top-color: rgb(124 45 18 / 0.9);
  }

  .lg\:border-t-orange-900\/95 {
    border-top-color: rgb(124 45 18 / 0.95);
  }

  .lg\:border-t-orange-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(67 20 7 / var(--tw-border-opacity));
  }

  .lg\:border-t-orange-950\/0 {
    border-top-color: rgb(67 20 7 / 0);
  }

  .lg\:border-t-orange-950\/10 {
    border-top-color: rgb(67 20 7 / 0.1);
  }

  .lg\:border-t-orange-950\/100 {
    border-top-color: rgb(67 20 7 / 1);
  }

  .lg\:border-t-orange-950\/15 {
    border-top-color: rgb(67 20 7 / 0.15);
  }

  .lg\:border-t-orange-950\/20 {
    border-top-color: rgb(67 20 7 / 0.2);
  }

  .lg\:border-t-orange-950\/25 {
    border-top-color: rgb(67 20 7 / 0.25);
  }

  .lg\:border-t-orange-950\/30 {
    border-top-color: rgb(67 20 7 / 0.3);
  }

  .lg\:border-t-orange-950\/35 {
    border-top-color: rgb(67 20 7 / 0.35);
  }

  .lg\:border-t-orange-950\/40 {
    border-top-color: rgb(67 20 7 / 0.4);
  }

  .lg\:border-t-orange-950\/45 {
    border-top-color: rgb(67 20 7 / 0.45);
  }

  .lg\:border-t-orange-950\/5 {
    border-top-color: rgb(67 20 7 / 0.05);
  }

  .lg\:border-t-orange-950\/50 {
    border-top-color: rgb(67 20 7 / 0.5);
  }

  .lg\:border-t-orange-950\/55 {
    border-top-color: rgb(67 20 7 / 0.55);
  }

  .lg\:border-t-orange-950\/60 {
    border-top-color: rgb(67 20 7 / 0.6);
  }

  .lg\:border-t-orange-950\/65 {
    border-top-color: rgb(67 20 7 / 0.65);
  }

  .lg\:border-t-orange-950\/70 {
    border-top-color: rgb(67 20 7 / 0.7);
  }

  .lg\:border-t-orange-950\/75 {
    border-top-color: rgb(67 20 7 / 0.75);
  }

  .lg\:border-t-orange-950\/80 {
    border-top-color: rgb(67 20 7 / 0.8);
  }

  .lg\:border-t-orange-950\/85 {
    border-top-color: rgb(67 20 7 / 0.85);
  }

  .lg\:border-t-orange-950\/90 {
    border-top-color: rgb(67 20 7 / 0.9);
  }

  .lg\:border-t-orange-950\/95 {
    border-top-color: rgb(67 20 7 / 0.95);
  }

  .lg\:border-t-pink-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(252 231 243 / var(--tw-border-opacity));
  }

  .lg\:border-t-pink-100\/0 {
    border-top-color: rgb(252 231 243 / 0);
  }

  .lg\:border-t-pink-100\/10 {
    border-top-color: rgb(252 231 243 / 0.1);
  }

  .lg\:border-t-pink-100\/100 {
    border-top-color: rgb(252 231 243 / 1);
  }

  .lg\:border-t-pink-100\/15 {
    border-top-color: rgb(252 231 243 / 0.15);
  }

  .lg\:border-t-pink-100\/20 {
    border-top-color: rgb(252 231 243 / 0.2);
  }

  .lg\:border-t-pink-100\/25 {
    border-top-color: rgb(252 231 243 / 0.25);
  }

  .lg\:border-t-pink-100\/30 {
    border-top-color: rgb(252 231 243 / 0.3);
  }

  .lg\:border-t-pink-100\/35 {
    border-top-color: rgb(252 231 243 / 0.35);
  }

  .lg\:border-t-pink-100\/40 {
    border-top-color: rgb(252 231 243 / 0.4);
  }

  .lg\:border-t-pink-100\/45 {
    border-top-color: rgb(252 231 243 / 0.45);
  }

  .lg\:border-t-pink-100\/5 {
    border-top-color: rgb(252 231 243 / 0.05);
  }

  .lg\:border-t-pink-100\/50 {
    border-top-color: rgb(252 231 243 / 0.5);
  }

  .lg\:border-t-pink-100\/55 {
    border-top-color: rgb(252 231 243 / 0.55);
  }

  .lg\:border-t-pink-100\/60 {
    border-top-color: rgb(252 231 243 / 0.6);
  }

  .lg\:border-t-pink-100\/65 {
    border-top-color: rgb(252 231 243 / 0.65);
  }

  .lg\:border-t-pink-100\/70 {
    border-top-color: rgb(252 231 243 / 0.7);
  }

  .lg\:border-t-pink-100\/75 {
    border-top-color: rgb(252 231 243 / 0.75);
  }

  .lg\:border-t-pink-100\/80 {
    border-top-color: rgb(252 231 243 / 0.8);
  }

  .lg\:border-t-pink-100\/85 {
    border-top-color: rgb(252 231 243 / 0.85);
  }

  .lg\:border-t-pink-100\/90 {
    border-top-color: rgb(252 231 243 / 0.9);
  }

  .lg\:border-t-pink-100\/95 {
    border-top-color: rgb(252 231 243 / 0.95);
  }

  .lg\:border-t-pink-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(251 207 232 / var(--tw-border-opacity));
  }

  .lg\:border-t-pink-200\/0 {
    border-top-color: rgb(251 207 232 / 0);
  }

  .lg\:border-t-pink-200\/10 {
    border-top-color: rgb(251 207 232 / 0.1);
  }

  .lg\:border-t-pink-200\/100 {
    border-top-color: rgb(251 207 232 / 1);
  }

  .lg\:border-t-pink-200\/15 {
    border-top-color: rgb(251 207 232 / 0.15);
  }

  .lg\:border-t-pink-200\/20 {
    border-top-color: rgb(251 207 232 / 0.2);
  }

  .lg\:border-t-pink-200\/25 {
    border-top-color: rgb(251 207 232 / 0.25);
  }

  .lg\:border-t-pink-200\/30 {
    border-top-color: rgb(251 207 232 / 0.3);
  }

  .lg\:border-t-pink-200\/35 {
    border-top-color: rgb(251 207 232 / 0.35);
  }

  .lg\:border-t-pink-200\/40 {
    border-top-color: rgb(251 207 232 / 0.4);
  }

  .lg\:border-t-pink-200\/45 {
    border-top-color: rgb(251 207 232 / 0.45);
  }

  .lg\:border-t-pink-200\/5 {
    border-top-color: rgb(251 207 232 / 0.05);
  }

  .lg\:border-t-pink-200\/50 {
    border-top-color: rgb(251 207 232 / 0.5);
  }

  .lg\:border-t-pink-200\/55 {
    border-top-color: rgb(251 207 232 / 0.55);
  }

  .lg\:border-t-pink-200\/60 {
    border-top-color: rgb(251 207 232 / 0.6);
  }

  .lg\:border-t-pink-200\/65 {
    border-top-color: rgb(251 207 232 / 0.65);
  }

  .lg\:border-t-pink-200\/70 {
    border-top-color: rgb(251 207 232 / 0.7);
  }

  .lg\:border-t-pink-200\/75 {
    border-top-color: rgb(251 207 232 / 0.75);
  }

  .lg\:border-t-pink-200\/80 {
    border-top-color: rgb(251 207 232 / 0.8);
  }

  .lg\:border-t-pink-200\/85 {
    border-top-color: rgb(251 207 232 / 0.85);
  }

  .lg\:border-t-pink-200\/90 {
    border-top-color: rgb(251 207 232 / 0.9);
  }

  .lg\:border-t-pink-200\/95 {
    border-top-color: rgb(251 207 232 / 0.95);
  }

  .lg\:border-t-pink-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(249 168 212 / var(--tw-border-opacity));
  }

  .lg\:border-t-pink-300\/0 {
    border-top-color: rgb(249 168 212 / 0);
  }

  .lg\:border-t-pink-300\/10 {
    border-top-color: rgb(249 168 212 / 0.1);
  }

  .lg\:border-t-pink-300\/100 {
    border-top-color: rgb(249 168 212 / 1);
  }

  .lg\:border-t-pink-300\/15 {
    border-top-color: rgb(249 168 212 / 0.15);
  }

  .lg\:border-t-pink-300\/20 {
    border-top-color: rgb(249 168 212 / 0.2);
  }

  .lg\:border-t-pink-300\/25 {
    border-top-color: rgb(249 168 212 / 0.25);
  }

  .lg\:border-t-pink-300\/30 {
    border-top-color: rgb(249 168 212 / 0.3);
  }

  .lg\:border-t-pink-300\/35 {
    border-top-color: rgb(249 168 212 / 0.35);
  }

  .lg\:border-t-pink-300\/40 {
    border-top-color: rgb(249 168 212 / 0.4);
  }

  .lg\:border-t-pink-300\/45 {
    border-top-color: rgb(249 168 212 / 0.45);
  }

  .lg\:border-t-pink-300\/5 {
    border-top-color: rgb(249 168 212 / 0.05);
  }

  .lg\:border-t-pink-300\/50 {
    border-top-color: rgb(249 168 212 / 0.5);
  }

  .lg\:border-t-pink-300\/55 {
    border-top-color: rgb(249 168 212 / 0.55);
  }

  .lg\:border-t-pink-300\/60 {
    border-top-color: rgb(249 168 212 / 0.6);
  }

  .lg\:border-t-pink-300\/65 {
    border-top-color: rgb(249 168 212 / 0.65);
  }

  .lg\:border-t-pink-300\/70 {
    border-top-color: rgb(249 168 212 / 0.7);
  }

  .lg\:border-t-pink-300\/75 {
    border-top-color: rgb(249 168 212 / 0.75);
  }

  .lg\:border-t-pink-300\/80 {
    border-top-color: rgb(249 168 212 / 0.8);
  }

  .lg\:border-t-pink-300\/85 {
    border-top-color: rgb(249 168 212 / 0.85);
  }

  .lg\:border-t-pink-300\/90 {
    border-top-color: rgb(249 168 212 / 0.9);
  }

  .lg\:border-t-pink-300\/95 {
    border-top-color: rgb(249 168 212 / 0.95);
  }

  .lg\:border-t-pink-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(244 114 182 / var(--tw-border-opacity));
  }

  .lg\:border-t-pink-400\/0 {
    border-top-color: rgb(244 114 182 / 0);
  }

  .lg\:border-t-pink-400\/10 {
    border-top-color: rgb(244 114 182 / 0.1);
  }

  .lg\:border-t-pink-400\/100 {
    border-top-color: rgb(244 114 182 / 1);
  }

  .lg\:border-t-pink-400\/15 {
    border-top-color: rgb(244 114 182 / 0.15);
  }

  .lg\:border-t-pink-400\/20 {
    border-top-color: rgb(244 114 182 / 0.2);
  }

  .lg\:border-t-pink-400\/25 {
    border-top-color: rgb(244 114 182 / 0.25);
  }

  .lg\:border-t-pink-400\/30 {
    border-top-color: rgb(244 114 182 / 0.3);
  }

  .lg\:border-t-pink-400\/35 {
    border-top-color: rgb(244 114 182 / 0.35);
  }

  .lg\:border-t-pink-400\/40 {
    border-top-color: rgb(244 114 182 / 0.4);
  }

  .lg\:border-t-pink-400\/45 {
    border-top-color: rgb(244 114 182 / 0.45);
  }

  .lg\:border-t-pink-400\/5 {
    border-top-color: rgb(244 114 182 / 0.05);
  }

  .lg\:border-t-pink-400\/50 {
    border-top-color: rgb(244 114 182 / 0.5);
  }

  .lg\:border-t-pink-400\/55 {
    border-top-color: rgb(244 114 182 / 0.55);
  }

  .lg\:border-t-pink-400\/60 {
    border-top-color: rgb(244 114 182 / 0.6);
  }

  .lg\:border-t-pink-400\/65 {
    border-top-color: rgb(244 114 182 / 0.65);
  }

  .lg\:border-t-pink-400\/70 {
    border-top-color: rgb(244 114 182 / 0.7);
  }

  .lg\:border-t-pink-400\/75 {
    border-top-color: rgb(244 114 182 / 0.75);
  }

  .lg\:border-t-pink-400\/80 {
    border-top-color: rgb(244 114 182 / 0.8);
  }

  .lg\:border-t-pink-400\/85 {
    border-top-color: rgb(244 114 182 / 0.85);
  }

  .lg\:border-t-pink-400\/90 {
    border-top-color: rgb(244 114 182 / 0.9);
  }

  .lg\:border-t-pink-400\/95 {
    border-top-color: rgb(244 114 182 / 0.95);
  }

  .lg\:border-t-pink-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 242 248 / var(--tw-border-opacity));
  }

  .lg\:border-t-pink-50\/0 {
    border-top-color: rgb(253 242 248 / 0);
  }

  .lg\:border-t-pink-50\/10 {
    border-top-color: rgb(253 242 248 / 0.1);
  }

  .lg\:border-t-pink-50\/100 {
    border-top-color: rgb(253 242 248 / 1);
  }

  .lg\:border-t-pink-50\/15 {
    border-top-color: rgb(253 242 248 / 0.15);
  }

  .lg\:border-t-pink-50\/20 {
    border-top-color: rgb(253 242 248 / 0.2);
  }

  .lg\:border-t-pink-50\/25 {
    border-top-color: rgb(253 242 248 / 0.25);
  }

  .lg\:border-t-pink-50\/30 {
    border-top-color: rgb(253 242 248 / 0.3);
  }

  .lg\:border-t-pink-50\/35 {
    border-top-color: rgb(253 242 248 / 0.35);
  }

  .lg\:border-t-pink-50\/40 {
    border-top-color: rgb(253 242 248 / 0.4);
  }

  .lg\:border-t-pink-50\/45 {
    border-top-color: rgb(253 242 248 / 0.45);
  }

  .lg\:border-t-pink-50\/5 {
    border-top-color: rgb(253 242 248 / 0.05);
  }

  .lg\:border-t-pink-50\/50 {
    border-top-color: rgb(253 242 248 / 0.5);
  }

  .lg\:border-t-pink-50\/55 {
    border-top-color: rgb(253 242 248 / 0.55);
  }

  .lg\:border-t-pink-50\/60 {
    border-top-color: rgb(253 242 248 / 0.6);
  }

  .lg\:border-t-pink-50\/65 {
    border-top-color: rgb(253 242 248 / 0.65);
  }

  .lg\:border-t-pink-50\/70 {
    border-top-color: rgb(253 242 248 / 0.7);
  }

  .lg\:border-t-pink-50\/75 {
    border-top-color: rgb(253 242 248 / 0.75);
  }

  .lg\:border-t-pink-50\/80 {
    border-top-color: rgb(253 242 248 / 0.8);
  }

  .lg\:border-t-pink-50\/85 {
    border-top-color: rgb(253 242 248 / 0.85);
  }

  .lg\:border-t-pink-50\/90 {
    border-top-color: rgb(253 242 248 / 0.9);
  }

  .lg\:border-t-pink-50\/95 {
    border-top-color: rgb(253 242 248 / 0.95);
  }

  .lg\:border-t-pink-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(236 72 153 / var(--tw-border-opacity));
  }

  .lg\:border-t-pink-500\/0 {
    border-top-color: rgb(236 72 153 / 0);
  }

  .lg\:border-t-pink-500\/10 {
    border-top-color: rgb(236 72 153 / 0.1);
  }

  .lg\:border-t-pink-500\/100 {
    border-top-color: rgb(236 72 153 / 1);
  }

  .lg\:border-t-pink-500\/15 {
    border-top-color: rgb(236 72 153 / 0.15);
  }

  .lg\:border-t-pink-500\/20 {
    border-top-color: rgb(236 72 153 / 0.2);
  }

  .lg\:border-t-pink-500\/25 {
    border-top-color: rgb(236 72 153 / 0.25);
  }

  .lg\:border-t-pink-500\/30 {
    border-top-color: rgb(236 72 153 / 0.3);
  }

  .lg\:border-t-pink-500\/35 {
    border-top-color: rgb(236 72 153 / 0.35);
  }

  .lg\:border-t-pink-500\/40 {
    border-top-color: rgb(236 72 153 / 0.4);
  }

  .lg\:border-t-pink-500\/45 {
    border-top-color: rgb(236 72 153 / 0.45);
  }

  .lg\:border-t-pink-500\/5 {
    border-top-color: rgb(236 72 153 / 0.05);
  }

  .lg\:border-t-pink-500\/50 {
    border-top-color: rgb(236 72 153 / 0.5);
  }

  .lg\:border-t-pink-500\/55 {
    border-top-color: rgb(236 72 153 / 0.55);
  }

  .lg\:border-t-pink-500\/60 {
    border-top-color: rgb(236 72 153 / 0.6);
  }

  .lg\:border-t-pink-500\/65 {
    border-top-color: rgb(236 72 153 / 0.65);
  }

  .lg\:border-t-pink-500\/70 {
    border-top-color: rgb(236 72 153 / 0.7);
  }

  .lg\:border-t-pink-500\/75 {
    border-top-color: rgb(236 72 153 / 0.75);
  }

  .lg\:border-t-pink-500\/80 {
    border-top-color: rgb(236 72 153 / 0.8);
  }

  .lg\:border-t-pink-500\/85 {
    border-top-color: rgb(236 72 153 / 0.85);
  }

  .lg\:border-t-pink-500\/90 {
    border-top-color: rgb(236 72 153 / 0.9);
  }

  .lg\:border-t-pink-500\/95 {
    border-top-color: rgb(236 72 153 / 0.95);
  }

  .lg\:border-t-pink-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(219 39 119 / var(--tw-border-opacity));
  }

  .lg\:border-t-pink-600\/0 {
    border-top-color: rgb(219 39 119 / 0);
  }

  .lg\:border-t-pink-600\/10 {
    border-top-color: rgb(219 39 119 / 0.1);
  }

  .lg\:border-t-pink-600\/100 {
    border-top-color: rgb(219 39 119 / 1);
  }

  .lg\:border-t-pink-600\/15 {
    border-top-color: rgb(219 39 119 / 0.15);
  }

  .lg\:border-t-pink-600\/20 {
    border-top-color: rgb(219 39 119 / 0.2);
  }

  .lg\:border-t-pink-600\/25 {
    border-top-color: rgb(219 39 119 / 0.25);
  }

  .lg\:border-t-pink-600\/30 {
    border-top-color: rgb(219 39 119 / 0.3);
  }

  .lg\:border-t-pink-600\/35 {
    border-top-color: rgb(219 39 119 / 0.35);
  }

  .lg\:border-t-pink-600\/40 {
    border-top-color: rgb(219 39 119 / 0.4);
  }

  .lg\:border-t-pink-600\/45 {
    border-top-color: rgb(219 39 119 / 0.45);
  }

  .lg\:border-t-pink-600\/5 {
    border-top-color: rgb(219 39 119 / 0.05);
  }

  .lg\:border-t-pink-600\/50 {
    border-top-color: rgb(219 39 119 / 0.5);
  }

  .lg\:border-t-pink-600\/55 {
    border-top-color: rgb(219 39 119 / 0.55);
  }

  .lg\:border-t-pink-600\/60 {
    border-top-color: rgb(219 39 119 / 0.6);
  }

  .lg\:border-t-pink-600\/65 {
    border-top-color: rgb(219 39 119 / 0.65);
  }

  .lg\:border-t-pink-600\/70 {
    border-top-color: rgb(219 39 119 / 0.7);
  }

  .lg\:border-t-pink-600\/75 {
    border-top-color: rgb(219 39 119 / 0.75);
  }

  .lg\:border-t-pink-600\/80 {
    border-top-color: rgb(219 39 119 / 0.8);
  }

  .lg\:border-t-pink-600\/85 {
    border-top-color: rgb(219 39 119 / 0.85);
  }

  .lg\:border-t-pink-600\/90 {
    border-top-color: rgb(219 39 119 / 0.9);
  }

  .lg\:border-t-pink-600\/95 {
    border-top-color: rgb(219 39 119 / 0.95);
  }

  .lg\:border-t-pink-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(190 24 93 / var(--tw-border-opacity));
  }

  .lg\:border-t-pink-700\/0 {
    border-top-color: rgb(190 24 93 / 0);
  }

  .lg\:border-t-pink-700\/10 {
    border-top-color: rgb(190 24 93 / 0.1);
  }

  .lg\:border-t-pink-700\/100 {
    border-top-color: rgb(190 24 93 / 1);
  }

  .lg\:border-t-pink-700\/15 {
    border-top-color: rgb(190 24 93 / 0.15);
  }

  .lg\:border-t-pink-700\/20 {
    border-top-color: rgb(190 24 93 / 0.2);
  }

  .lg\:border-t-pink-700\/25 {
    border-top-color: rgb(190 24 93 / 0.25);
  }

  .lg\:border-t-pink-700\/30 {
    border-top-color: rgb(190 24 93 / 0.3);
  }

  .lg\:border-t-pink-700\/35 {
    border-top-color: rgb(190 24 93 / 0.35);
  }

  .lg\:border-t-pink-700\/40 {
    border-top-color: rgb(190 24 93 / 0.4);
  }

  .lg\:border-t-pink-700\/45 {
    border-top-color: rgb(190 24 93 / 0.45);
  }

  .lg\:border-t-pink-700\/5 {
    border-top-color: rgb(190 24 93 / 0.05);
  }

  .lg\:border-t-pink-700\/50 {
    border-top-color: rgb(190 24 93 / 0.5);
  }

  .lg\:border-t-pink-700\/55 {
    border-top-color: rgb(190 24 93 / 0.55);
  }

  .lg\:border-t-pink-700\/60 {
    border-top-color: rgb(190 24 93 / 0.6);
  }

  .lg\:border-t-pink-700\/65 {
    border-top-color: rgb(190 24 93 / 0.65);
  }

  .lg\:border-t-pink-700\/70 {
    border-top-color: rgb(190 24 93 / 0.7);
  }

  .lg\:border-t-pink-700\/75 {
    border-top-color: rgb(190 24 93 / 0.75);
  }

  .lg\:border-t-pink-700\/80 {
    border-top-color: rgb(190 24 93 / 0.8);
  }

  .lg\:border-t-pink-700\/85 {
    border-top-color: rgb(190 24 93 / 0.85);
  }

  .lg\:border-t-pink-700\/90 {
    border-top-color: rgb(190 24 93 / 0.9);
  }

  .lg\:border-t-pink-700\/95 {
    border-top-color: rgb(190 24 93 / 0.95);
  }

  .lg\:border-t-pink-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(157 23 77 / var(--tw-border-opacity));
  }

  .lg\:border-t-pink-800\/0 {
    border-top-color: rgb(157 23 77 / 0);
  }

  .lg\:border-t-pink-800\/10 {
    border-top-color: rgb(157 23 77 / 0.1);
  }

  .lg\:border-t-pink-800\/100 {
    border-top-color: rgb(157 23 77 / 1);
  }

  .lg\:border-t-pink-800\/15 {
    border-top-color: rgb(157 23 77 / 0.15);
  }

  .lg\:border-t-pink-800\/20 {
    border-top-color: rgb(157 23 77 / 0.2);
  }

  .lg\:border-t-pink-800\/25 {
    border-top-color: rgb(157 23 77 / 0.25);
  }

  .lg\:border-t-pink-800\/30 {
    border-top-color: rgb(157 23 77 / 0.3);
  }

  .lg\:border-t-pink-800\/35 {
    border-top-color: rgb(157 23 77 / 0.35);
  }

  .lg\:border-t-pink-800\/40 {
    border-top-color: rgb(157 23 77 / 0.4);
  }

  .lg\:border-t-pink-800\/45 {
    border-top-color: rgb(157 23 77 / 0.45);
  }

  .lg\:border-t-pink-800\/5 {
    border-top-color: rgb(157 23 77 / 0.05);
  }

  .lg\:border-t-pink-800\/50 {
    border-top-color: rgb(157 23 77 / 0.5);
  }

  .lg\:border-t-pink-800\/55 {
    border-top-color: rgb(157 23 77 / 0.55);
  }

  .lg\:border-t-pink-800\/60 {
    border-top-color: rgb(157 23 77 / 0.6);
  }

  .lg\:border-t-pink-800\/65 {
    border-top-color: rgb(157 23 77 / 0.65);
  }

  .lg\:border-t-pink-800\/70 {
    border-top-color: rgb(157 23 77 / 0.7);
  }

  .lg\:border-t-pink-800\/75 {
    border-top-color: rgb(157 23 77 / 0.75);
  }

  .lg\:border-t-pink-800\/80 {
    border-top-color: rgb(157 23 77 / 0.8);
  }

  .lg\:border-t-pink-800\/85 {
    border-top-color: rgb(157 23 77 / 0.85);
  }

  .lg\:border-t-pink-800\/90 {
    border-top-color: rgb(157 23 77 / 0.9);
  }

  .lg\:border-t-pink-800\/95 {
    border-top-color: rgb(157 23 77 / 0.95);
  }

  .lg\:border-t-pink-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(131 24 67 / var(--tw-border-opacity));
  }

  .lg\:border-t-pink-900\/0 {
    border-top-color: rgb(131 24 67 / 0);
  }

  .lg\:border-t-pink-900\/10 {
    border-top-color: rgb(131 24 67 / 0.1);
  }

  .lg\:border-t-pink-900\/100 {
    border-top-color: rgb(131 24 67 / 1);
  }

  .lg\:border-t-pink-900\/15 {
    border-top-color: rgb(131 24 67 / 0.15);
  }

  .lg\:border-t-pink-900\/20 {
    border-top-color: rgb(131 24 67 / 0.2);
  }

  .lg\:border-t-pink-900\/25 {
    border-top-color: rgb(131 24 67 / 0.25);
  }

  .lg\:border-t-pink-900\/30 {
    border-top-color: rgb(131 24 67 / 0.3);
  }

  .lg\:border-t-pink-900\/35 {
    border-top-color: rgb(131 24 67 / 0.35);
  }

  .lg\:border-t-pink-900\/40 {
    border-top-color: rgb(131 24 67 / 0.4);
  }

  .lg\:border-t-pink-900\/45 {
    border-top-color: rgb(131 24 67 / 0.45);
  }

  .lg\:border-t-pink-900\/5 {
    border-top-color: rgb(131 24 67 / 0.05);
  }

  .lg\:border-t-pink-900\/50 {
    border-top-color: rgb(131 24 67 / 0.5);
  }

  .lg\:border-t-pink-900\/55 {
    border-top-color: rgb(131 24 67 / 0.55);
  }

  .lg\:border-t-pink-900\/60 {
    border-top-color: rgb(131 24 67 / 0.6);
  }

  .lg\:border-t-pink-900\/65 {
    border-top-color: rgb(131 24 67 / 0.65);
  }

  .lg\:border-t-pink-900\/70 {
    border-top-color: rgb(131 24 67 / 0.7);
  }

  .lg\:border-t-pink-900\/75 {
    border-top-color: rgb(131 24 67 / 0.75);
  }

  .lg\:border-t-pink-900\/80 {
    border-top-color: rgb(131 24 67 / 0.8);
  }

  .lg\:border-t-pink-900\/85 {
    border-top-color: rgb(131 24 67 / 0.85);
  }

  .lg\:border-t-pink-900\/90 {
    border-top-color: rgb(131 24 67 / 0.9);
  }

  .lg\:border-t-pink-900\/95 {
    border-top-color: rgb(131 24 67 / 0.95);
  }

  .lg\:border-t-pink-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(80 7 36 / var(--tw-border-opacity));
  }

  .lg\:border-t-pink-950\/0 {
    border-top-color: rgb(80 7 36 / 0);
  }

  .lg\:border-t-pink-950\/10 {
    border-top-color: rgb(80 7 36 / 0.1);
  }

  .lg\:border-t-pink-950\/100 {
    border-top-color: rgb(80 7 36 / 1);
  }

  .lg\:border-t-pink-950\/15 {
    border-top-color: rgb(80 7 36 / 0.15);
  }

  .lg\:border-t-pink-950\/20 {
    border-top-color: rgb(80 7 36 / 0.2);
  }

  .lg\:border-t-pink-950\/25 {
    border-top-color: rgb(80 7 36 / 0.25);
  }

  .lg\:border-t-pink-950\/30 {
    border-top-color: rgb(80 7 36 / 0.3);
  }

  .lg\:border-t-pink-950\/35 {
    border-top-color: rgb(80 7 36 / 0.35);
  }

  .lg\:border-t-pink-950\/40 {
    border-top-color: rgb(80 7 36 / 0.4);
  }

  .lg\:border-t-pink-950\/45 {
    border-top-color: rgb(80 7 36 / 0.45);
  }

  .lg\:border-t-pink-950\/5 {
    border-top-color: rgb(80 7 36 / 0.05);
  }

  .lg\:border-t-pink-950\/50 {
    border-top-color: rgb(80 7 36 / 0.5);
  }

  .lg\:border-t-pink-950\/55 {
    border-top-color: rgb(80 7 36 / 0.55);
  }

  .lg\:border-t-pink-950\/60 {
    border-top-color: rgb(80 7 36 / 0.6);
  }

  .lg\:border-t-pink-950\/65 {
    border-top-color: rgb(80 7 36 / 0.65);
  }

  .lg\:border-t-pink-950\/70 {
    border-top-color: rgb(80 7 36 / 0.7);
  }

  .lg\:border-t-pink-950\/75 {
    border-top-color: rgb(80 7 36 / 0.75);
  }

  .lg\:border-t-pink-950\/80 {
    border-top-color: rgb(80 7 36 / 0.8);
  }

  .lg\:border-t-pink-950\/85 {
    border-top-color: rgb(80 7 36 / 0.85);
  }

  .lg\:border-t-pink-950\/90 {
    border-top-color: rgb(80 7 36 / 0.9);
  }

  .lg\:border-t-pink-950\/95 {
    border-top-color: rgb(80 7 36 / 0.95);
  }

  .lg\:border-t-primary-100 {
    border-top-color: var(--color-primary-100);
  }

  .lg\:border-t-primary-200 {
    border-top-color: var(--color-primary-200);
  }

  .lg\:border-t-primary-300 {
    border-top-color: var(--color-primary-300);
  }

  .lg\:border-t-primary-400 {
    border-top-color: var(--color-primary-400);
  }

  .lg\:border-t-primary-50 {
    border-top-color: var(--color-primary-50);
  }

  .lg\:border-t-primary-500 {
    border-top-color: var(--color-primary-500);
  }

  .lg\:border-t-primary-600 {
    border-top-color: var(--color-primary-600);
  }

  .lg\:border-t-primary-700 {
    border-top-color: var(--color-primary-700);
  }

  .lg\:border-t-primary-800 {
    border-top-color: var(--color-primary-800);
  }

  .lg\:border-t-primary-900 {
    border-top-color: var(--color-primary-900);
  }

  .lg\:border-t-purple-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(243 232 255 / var(--tw-border-opacity));
  }

  .lg\:border-t-purple-100\/0 {
    border-top-color: rgb(243 232 255 / 0);
  }

  .lg\:border-t-purple-100\/10 {
    border-top-color: rgb(243 232 255 / 0.1);
  }

  .lg\:border-t-purple-100\/100 {
    border-top-color: rgb(243 232 255 / 1);
  }

  .lg\:border-t-purple-100\/15 {
    border-top-color: rgb(243 232 255 / 0.15);
  }

  .lg\:border-t-purple-100\/20 {
    border-top-color: rgb(243 232 255 / 0.2);
  }

  .lg\:border-t-purple-100\/25 {
    border-top-color: rgb(243 232 255 / 0.25);
  }

  .lg\:border-t-purple-100\/30 {
    border-top-color: rgb(243 232 255 / 0.3);
  }

  .lg\:border-t-purple-100\/35 {
    border-top-color: rgb(243 232 255 / 0.35);
  }

  .lg\:border-t-purple-100\/40 {
    border-top-color: rgb(243 232 255 / 0.4);
  }

  .lg\:border-t-purple-100\/45 {
    border-top-color: rgb(243 232 255 / 0.45);
  }

  .lg\:border-t-purple-100\/5 {
    border-top-color: rgb(243 232 255 / 0.05);
  }

  .lg\:border-t-purple-100\/50 {
    border-top-color: rgb(243 232 255 / 0.5);
  }

  .lg\:border-t-purple-100\/55 {
    border-top-color: rgb(243 232 255 / 0.55);
  }

  .lg\:border-t-purple-100\/60 {
    border-top-color: rgb(243 232 255 / 0.6);
  }

  .lg\:border-t-purple-100\/65 {
    border-top-color: rgb(243 232 255 / 0.65);
  }

  .lg\:border-t-purple-100\/70 {
    border-top-color: rgb(243 232 255 / 0.7);
  }

  .lg\:border-t-purple-100\/75 {
    border-top-color: rgb(243 232 255 / 0.75);
  }

  .lg\:border-t-purple-100\/80 {
    border-top-color: rgb(243 232 255 / 0.8);
  }

  .lg\:border-t-purple-100\/85 {
    border-top-color: rgb(243 232 255 / 0.85);
  }

  .lg\:border-t-purple-100\/90 {
    border-top-color: rgb(243 232 255 / 0.9);
  }

  .lg\:border-t-purple-100\/95 {
    border-top-color: rgb(243 232 255 / 0.95);
  }

  .lg\:border-t-purple-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(233 213 255 / var(--tw-border-opacity));
  }

  .lg\:border-t-purple-200\/0 {
    border-top-color: rgb(233 213 255 / 0);
  }

  .lg\:border-t-purple-200\/10 {
    border-top-color: rgb(233 213 255 / 0.1);
  }

  .lg\:border-t-purple-200\/100 {
    border-top-color: rgb(233 213 255 / 1);
  }

  .lg\:border-t-purple-200\/15 {
    border-top-color: rgb(233 213 255 / 0.15);
  }

  .lg\:border-t-purple-200\/20 {
    border-top-color: rgb(233 213 255 / 0.2);
  }

  .lg\:border-t-purple-200\/25 {
    border-top-color: rgb(233 213 255 / 0.25);
  }

  .lg\:border-t-purple-200\/30 {
    border-top-color: rgb(233 213 255 / 0.3);
  }

  .lg\:border-t-purple-200\/35 {
    border-top-color: rgb(233 213 255 / 0.35);
  }

  .lg\:border-t-purple-200\/40 {
    border-top-color: rgb(233 213 255 / 0.4);
  }

  .lg\:border-t-purple-200\/45 {
    border-top-color: rgb(233 213 255 / 0.45);
  }

  .lg\:border-t-purple-200\/5 {
    border-top-color: rgb(233 213 255 / 0.05);
  }

  .lg\:border-t-purple-200\/50 {
    border-top-color: rgb(233 213 255 / 0.5);
  }

  .lg\:border-t-purple-200\/55 {
    border-top-color: rgb(233 213 255 / 0.55);
  }

  .lg\:border-t-purple-200\/60 {
    border-top-color: rgb(233 213 255 / 0.6);
  }

  .lg\:border-t-purple-200\/65 {
    border-top-color: rgb(233 213 255 / 0.65);
  }

  .lg\:border-t-purple-200\/70 {
    border-top-color: rgb(233 213 255 / 0.7);
  }

  .lg\:border-t-purple-200\/75 {
    border-top-color: rgb(233 213 255 / 0.75);
  }

  .lg\:border-t-purple-200\/80 {
    border-top-color: rgb(233 213 255 / 0.8);
  }

  .lg\:border-t-purple-200\/85 {
    border-top-color: rgb(233 213 255 / 0.85);
  }

  .lg\:border-t-purple-200\/90 {
    border-top-color: rgb(233 213 255 / 0.9);
  }

  .lg\:border-t-purple-200\/95 {
    border-top-color: rgb(233 213 255 / 0.95);
  }

  .lg\:border-t-purple-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(216 180 254 / var(--tw-border-opacity));
  }

  .lg\:border-t-purple-300\/0 {
    border-top-color: rgb(216 180 254 / 0);
  }

  .lg\:border-t-purple-300\/10 {
    border-top-color: rgb(216 180 254 / 0.1);
  }

  .lg\:border-t-purple-300\/100 {
    border-top-color: rgb(216 180 254 / 1);
  }

  .lg\:border-t-purple-300\/15 {
    border-top-color: rgb(216 180 254 / 0.15);
  }

  .lg\:border-t-purple-300\/20 {
    border-top-color: rgb(216 180 254 / 0.2);
  }

  .lg\:border-t-purple-300\/25 {
    border-top-color: rgb(216 180 254 / 0.25);
  }

  .lg\:border-t-purple-300\/30 {
    border-top-color: rgb(216 180 254 / 0.3);
  }

  .lg\:border-t-purple-300\/35 {
    border-top-color: rgb(216 180 254 / 0.35);
  }

  .lg\:border-t-purple-300\/40 {
    border-top-color: rgb(216 180 254 / 0.4);
  }

  .lg\:border-t-purple-300\/45 {
    border-top-color: rgb(216 180 254 / 0.45);
  }

  .lg\:border-t-purple-300\/5 {
    border-top-color: rgb(216 180 254 / 0.05);
  }

  .lg\:border-t-purple-300\/50 {
    border-top-color: rgb(216 180 254 / 0.5);
  }

  .lg\:border-t-purple-300\/55 {
    border-top-color: rgb(216 180 254 / 0.55);
  }

  .lg\:border-t-purple-300\/60 {
    border-top-color: rgb(216 180 254 / 0.6);
  }

  .lg\:border-t-purple-300\/65 {
    border-top-color: rgb(216 180 254 / 0.65);
  }

  .lg\:border-t-purple-300\/70 {
    border-top-color: rgb(216 180 254 / 0.7);
  }

  .lg\:border-t-purple-300\/75 {
    border-top-color: rgb(216 180 254 / 0.75);
  }

  .lg\:border-t-purple-300\/80 {
    border-top-color: rgb(216 180 254 / 0.8);
  }

  .lg\:border-t-purple-300\/85 {
    border-top-color: rgb(216 180 254 / 0.85);
  }

  .lg\:border-t-purple-300\/90 {
    border-top-color: rgb(216 180 254 / 0.9);
  }

  .lg\:border-t-purple-300\/95 {
    border-top-color: rgb(216 180 254 / 0.95);
  }

  .lg\:border-t-purple-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(192 132 252 / var(--tw-border-opacity));
  }

  .lg\:border-t-purple-400\/0 {
    border-top-color: rgb(192 132 252 / 0);
  }

  .lg\:border-t-purple-400\/10 {
    border-top-color: rgb(192 132 252 / 0.1);
  }

  .lg\:border-t-purple-400\/100 {
    border-top-color: rgb(192 132 252 / 1);
  }

  .lg\:border-t-purple-400\/15 {
    border-top-color: rgb(192 132 252 / 0.15);
  }

  .lg\:border-t-purple-400\/20 {
    border-top-color: rgb(192 132 252 / 0.2);
  }

  .lg\:border-t-purple-400\/25 {
    border-top-color: rgb(192 132 252 / 0.25);
  }

  .lg\:border-t-purple-400\/30 {
    border-top-color: rgb(192 132 252 / 0.3);
  }

  .lg\:border-t-purple-400\/35 {
    border-top-color: rgb(192 132 252 / 0.35);
  }

  .lg\:border-t-purple-400\/40 {
    border-top-color: rgb(192 132 252 / 0.4);
  }

  .lg\:border-t-purple-400\/45 {
    border-top-color: rgb(192 132 252 / 0.45);
  }

  .lg\:border-t-purple-400\/5 {
    border-top-color: rgb(192 132 252 / 0.05);
  }

  .lg\:border-t-purple-400\/50 {
    border-top-color: rgb(192 132 252 / 0.5);
  }

  .lg\:border-t-purple-400\/55 {
    border-top-color: rgb(192 132 252 / 0.55);
  }

  .lg\:border-t-purple-400\/60 {
    border-top-color: rgb(192 132 252 / 0.6);
  }

  .lg\:border-t-purple-400\/65 {
    border-top-color: rgb(192 132 252 / 0.65);
  }

  .lg\:border-t-purple-400\/70 {
    border-top-color: rgb(192 132 252 / 0.7);
  }

  .lg\:border-t-purple-400\/75 {
    border-top-color: rgb(192 132 252 / 0.75);
  }

  .lg\:border-t-purple-400\/80 {
    border-top-color: rgb(192 132 252 / 0.8);
  }

  .lg\:border-t-purple-400\/85 {
    border-top-color: rgb(192 132 252 / 0.85);
  }

  .lg\:border-t-purple-400\/90 {
    border-top-color: rgb(192 132 252 / 0.9);
  }

  .lg\:border-t-purple-400\/95 {
    border-top-color: rgb(192 132 252 / 0.95);
  }

  .lg\:border-t-purple-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 245 255 / var(--tw-border-opacity));
  }

  .lg\:border-t-purple-50\/0 {
    border-top-color: rgb(250 245 255 / 0);
  }

  .lg\:border-t-purple-50\/10 {
    border-top-color: rgb(250 245 255 / 0.1);
  }

  .lg\:border-t-purple-50\/100 {
    border-top-color: rgb(250 245 255 / 1);
  }

  .lg\:border-t-purple-50\/15 {
    border-top-color: rgb(250 245 255 / 0.15);
  }

  .lg\:border-t-purple-50\/20 {
    border-top-color: rgb(250 245 255 / 0.2);
  }

  .lg\:border-t-purple-50\/25 {
    border-top-color: rgb(250 245 255 / 0.25);
  }

  .lg\:border-t-purple-50\/30 {
    border-top-color: rgb(250 245 255 / 0.3);
  }

  .lg\:border-t-purple-50\/35 {
    border-top-color: rgb(250 245 255 / 0.35);
  }

  .lg\:border-t-purple-50\/40 {
    border-top-color: rgb(250 245 255 / 0.4);
  }

  .lg\:border-t-purple-50\/45 {
    border-top-color: rgb(250 245 255 / 0.45);
  }

  .lg\:border-t-purple-50\/5 {
    border-top-color: rgb(250 245 255 / 0.05);
  }

  .lg\:border-t-purple-50\/50 {
    border-top-color: rgb(250 245 255 / 0.5);
  }

  .lg\:border-t-purple-50\/55 {
    border-top-color: rgb(250 245 255 / 0.55);
  }

  .lg\:border-t-purple-50\/60 {
    border-top-color: rgb(250 245 255 / 0.6);
  }

  .lg\:border-t-purple-50\/65 {
    border-top-color: rgb(250 245 255 / 0.65);
  }

  .lg\:border-t-purple-50\/70 {
    border-top-color: rgb(250 245 255 / 0.7);
  }

  .lg\:border-t-purple-50\/75 {
    border-top-color: rgb(250 245 255 / 0.75);
  }

  .lg\:border-t-purple-50\/80 {
    border-top-color: rgb(250 245 255 / 0.8);
  }

  .lg\:border-t-purple-50\/85 {
    border-top-color: rgb(250 245 255 / 0.85);
  }

  .lg\:border-t-purple-50\/90 {
    border-top-color: rgb(250 245 255 / 0.9);
  }

  .lg\:border-t-purple-50\/95 {
    border-top-color: rgb(250 245 255 / 0.95);
  }

  .lg\:border-t-purple-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(168 85 247 / var(--tw-border-opacity));
  }

  .lg\:border-t-purple-500\/0 {
    border-top-color: rgb(168 85 247 / 0);
  }

  .lg\:border-t-purple-500\/10 {
    border-top-color: rgb(168 85 247 / 0.1);
  }

  .lg\:border-t-purple-500\/100 {
    border-top-color: rgb(168 85 247 / 1);
  }

  .lg\:border-t-purple-500\/15 {
    border-top-color: rgb(168 85 247 / 0.15);
  }

  .lg\:border-t-purple-500\/20 {
    border-top-color: rgb(168 85 247 / 0.2);
  }

  .lg\:border-t-purple-500\/25 {
    border-top-color: rgb(168 85 247 / 0.25);
  }

  .lg\:border-t-purple-500\/30 {
    border-top-color: rgb(168 85 247 / 0.3);
  }

  .lg\:border-t-purple-500\/35 {
    border-top-color: rgb(168 85 247 / 0.35);
  }

  .lg\:border-t-purple-500\/40 {
    border-top-color: rgb(168 85 247 / 0.4);
  }

  .lg\:border-t-purple-500\/45 {
    border-top-color: rgb(168 85 247 / 0.45);
  }

  .lg\:border-t-purple-500\/5 {
    border-top-color: rgb(168 85 247 / 0.05);
  }

  .lg\:border-t-purple-500\/50 {
    border-top-color: rgb(168 85 247 / 0.5);
  }

  .lg\:border-t-purple-500\/55 {
    border-top-color: rgb(168 85 247 / 0.55);
  }

  .lg\:border-t-purple-500\/60 {
    border-top-color: rgb(168 85 247 / 0.6);
  }

  .lg\:border-t-purple-500\/65 {
    border-top-color: rgb(168 85 247 / 0.65);
  }

  .lg\:border-t-purple-500\/70 {
    border-top-color: rgb(168 85 247 / 0.7);
  }

  .lg\:border-t-purple-500\/75 {
    border-top-color: rgb(168 85 247 / 0.75);
  }

  .lg\:border-t-purple-500\/80 {
    border-top-color: rgb(168 85 247 / 0.8);
  }

  .lg\:border-t-purple-500\/85 {
    border-top-color: rgb(168 85 247 / 0.85);
  }

  .lg\:border-t-purple-500\/90 {
    border-top-color: rgb(168 85 247 / 0.9);
  }

  .lg\:border-t-purple-500\/95 {
    border-top-color: rgb(168 85 247 / 0.95);
  }

  .lg\:border-t-purple-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(147 51 234 / var(--tw-border-opacity));
  }

  .lg\:border-t-purple-600\/0 {
    border-top-color: rgb(147 51 234 / 0);
  }

  .lg\:border-t-purple-600\/10 {
    border-top-color: rgb(147 51 234 / 0.1);
  }

  .lg\:border-t-purple-600\/100 {
    border-top-color: rgb(147 51 234 / 1);
  }

  .lg\:border-t-purple-600\/15 {
    border-top-color: rgb(147 51 234 / 0.15);
  }

  .lg\:border-t-purple-600\/20 {
    border-top-color: rgb(147 51 234 / 0.2);
  }

  .lg\:border-t-purple-600\/25 {
    border-top-color: rgb(147 51 234 / 0.25);
  }

  .lg\:border-t-purple-600\/30 {
    border-top-color: rgb(147 51 234 / 0.3);
  }

  .lg\:border-t-purple-600\/35 {
    border-top-color: rgb(147 51 234 / 0.35);
  }

  .lg\:border-t-purple-600\/40 {
    border-top-color: rgb(147 51 234 / 0.4);
  }

  .lg\:border-t-purple-600\/45 {
    border-top-color: rgb(147 51 234 / 0.45);
  }

  .lg\:border-t-purple-600\/5 {
    border-top-color: rgb(147 51 234 / 0.05);
  }

  .lg\:border-t-purple-600\/50 {
    border-top-color: rgb(147 51 234 / 0.5);
  }

  .lg\:border-t-purple-600\/55 {
    border-top-color: rgb(147 51 234 / 0.55);
  }

  .lg\:border-t-purple-600\/60 {
    border-top-color: rgb(147 51 234 / 0.6);
  }

  .lg\:border-t-purple-600\/65 {
    border-top-color: rgb(147 51 234 / 0.65);
  }

  .lg\:border-t-purple-600\/70 {
    border-top-color: rgb(147 51 234 / 0.7);
  }

  .lg\:border-t-purple-600\/75 {
    border-top-color: rgb(147 51 234 / 0.75);
  }

  .lg\:border-t-purple-600\/80 {
    border-top-color: rgb(147 51 234 / 0.8);
  }

  .lg\:border-t-purple-600\/85 {
    border-top-color: rgb(147 51 234 / 0.85);
  }

  .lg\:border-t-purple-600\/90 {
    border-top-color: rgb(147 51 234 / 0.9);
  }

  .lg\:border-t-purple-600\/95 {
    border-top-color: rgb(147 51 234 / 0.95);
  }

  .lg\:border-t-purple-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(126 34 206 / var(--tw-border-opacity));
  }

  .lg\:border-t-purple-700\/0 {
    border-top-color: rgb(126 34 206 / 0);
  }

  .lg\:border-t-purple-700\/10 {
    border-top-color: rgb(126 34 206 / 0.1);
  }

  .lg\:border-t-purple-700\/100 {
    border-top-color: rgb(126 34 206 / 1);
  }

  .lg\:border-t-purple-700\/15 {
    border-top-color: rgb(126 34 206 / 0.15);
  }

  .lg\:border-t-purple-700\/20 {
    border-top-color: rgb(126 34 206 / 0.2);
  }

  .lg\:border-t-purple-700\/25 {
    border-top-color: rgb(126 34 206 / 0.25);
  }

  .lg\:border-t-purple-700\/30 {
    border-top-color: rgb(126 34 206 / 0.3);
  }

  .lg\:border-t-purple-700\/35 {
    border-top-color: rgb(126 34 206 / 0.35);
  }

  .lg\:border-t-purple-700\/40 {
    border-top-color: rgb(126 34 206 / 0.4);
  }

  .lg\:border-t-purple-700\/45 {
    border-top-color: rgb(126 34 206 / 0.45);
  }

  .lg\:border-t-purple-700\/5 {
    border-top-color: rgb(126 34 206 / 0.05);
  }

  .lg\:border-t-purple-700\/50 {
    border-top-color: rgb(126 34 206 / 0.5);
  }

  .lg\:border-t-purple-700\/55 {
    border-top-color: rgb(126 34 206 / 0.55);
  }

  .lg\:border-t-purple-700\/60 {
    border-top-color: rgb(126 34 206 / 0.6);
  }

  .lg\:border-t-purple-700\/65 {
    border-top-color: rgb(126 34 206 / 0.65);
  }

  .lg\:border-t-purple-700\/70 {
    border-top-color: rgb(126 34 206 / 0.7);
  }

  .lg\:border-t-purple-700\/75 {
    border-top-color: rgb(126 34 206 / 0.75);
  }

  .lg\:border-t-purple-700\/80 {
    border-top-color: rgb(126 34 206 / 0.8);
  }

  .lg\:border-t-purple-700\/85 {
    border-top-color: rgb(126 34 206 / 0.85);
  }

  .lg\:border-t-purple-700\/90 {
    border-top-color: rgb(126 34 206 / 0.9);
  }

  .lg\:border-t-purple-700\/95 {
    border-top-color: rgb(126 34 206 / 0.95);
  }

  .lg\:border-t-purple-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(107 33 168 / var(--tw-border-opacity));
  }

  .lg\:border-t-purple-800\/0 {
    border-top-color: rgb(107 33 168 / 0);
  }

  .lg\:border-t-purple-800\/10 {
    border-top-color: rgb(107 33 168 / 0.1);
  }

  .lg\:border-t-purple-800\/100 {
    border-top-color: rgb(107 33 168 / 1);
  }

  .lg\:border-t-purple-800\/15 {
    border-top-color: rgb(107 33 168 / 0.15);
  }

  .lg\:border-t-purple-800\/20 {
    border-top-color: rgb(107 33 168 / 0.2);
  }

  .lg\:border-t-purple-800\/25 {
    border-top-color: rgb(107 33 168 / 0.25);
  }

  .lg\:border-t-purple-800\/30 {
    border-top-color: rgb(107 33 168 / 0.3);
  }

  .lg\:border-t-purple-800\/35 {
    border-top-color: rgb(107 33 168 / 0.35);
  }

  .lg\:border-t-purple-800\/40 {
    border-top-color: rgb(107 33 168 / 0.4);
  }

  .lg\:border-t-purple-800\/45 {
    border-top-color: rgb(107 33 168 / 0.45);
  }

  .lg\:border-t-purple-800\/5 {
    border-top-color: rgb(107 33 168 / 0.05);
  }

  .lg\:border-t-purple-800\/50 {
    border-top-color: rgb(107 33 168 / 0.5);
  }

  .lg\:border-t-purple-800\/55 {
    border-top-color: rgb(107 33 168 / 0.55);
  }

  .lg\:border-t-purple-800\/60 {
    border-top-color: rgb(107 33 168 / 0.6);
  }

  .lg\:border-t-purple-800\/65 {
    border-top-color: rgb(107 33 168 / 0.65);
  }

  .lg\:border-t-purple-800\/70 {
    border-top-color: rgb(107 33 168 / 0.7);
  }

  .lg\:border-t-purple-800\/75 {
    border-top-color: rgb(107 33 168 / 0.75);
  }

  .lg\:border-t-purple-800\/80 {
    border-top-color: rgb(107 33 168 / 0.8);
  }

  .lg\:border-t-purple-800\/85 {
    border-top-color: rgb(107 33 168 / 0.85);
  }

  .lg\:border-t-purple-800\/90 {
    border-top-color: rgb(107 33 168 / 0.9);
  }

  .lg\:border-t-purple-800\/95 {
    border-top-color: rgb(107 33 168 / 0.95);
  }

  .lg\:border-t-purple-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(88 28 135 / var(--tw-border-opacity));
  }

  .lg\:border-t-purple-900\/0 {
    border-top-color: rgb(88 28 135 / 0);
  }

  .lg\:border-t-purple-900\/10 {
    border-top-color: rgb(88 28 135 / 0.1);
  }

  .lg\:border-t-purple-900\/100 {
    border-top-color: rgb(88 28 135 / 1);
  }

  .lg\:border-t-purple-900\/15 {
    border-top-color: rgb(88 28 135 / 0.15);
  }

  .lg\:border-t-purple-900\/20 {
    border-top-color: rgb(88 28 135 / 0.2);
  }

  .lg\:border-t-purple-900\/25 {
    border-top-color: rgb(88 28 135 / 0.25);
  }

  .lg\:border-t-purple-900\/30 {
    border-top-color: rgb(88 28 135 / 0.3);
  }

  .lg\:border-t-purple-900\/35 {
    border-top-color: rgb(88 28 135 / 0.35);
  }

  .lg\:border-t-purple-900\/40 {
    border-top-color: rgb(88 28 135 / 0.4);
  }

  .lg\:border-t-purple-900\/45 {
    border-top-color: rgb(88 28 135 / 0.45);
  }

  .lg\:border-t-purple-900\/5 {
    border-top-color: rgb(88 28 135 / 0.05);
  }

  .lg\:border-t-purple-900\/50 {
    border-top-color: rgb(88 28 135 / 0.5);
  }

  .lg\:border-t-purple-900\/55 {
    border-top-color: rgb(88 28 135 / 0.55);
  }

  .lg\:border-t-purple-900\/60 {
    border-top-color: rgb(88 28 135 / 0.6);
  }

  .lg\:border-t-purple-900\/65 {
    border-top-color: rgb(88 28 135 / 0.65);
  }

  .lg\:border-t-purple-900\/70 {
    border-top-color: rgb(88 28 135 / 0.7);
  }

  .lg\:border-t-purple-900\/75 {
    border-top-color: rgb(88 28 135 / 0.75);
  }

  .lg\:border-t-purple-900\/80 {
    border-top-color: rgb(88 28 135 / 0.8);
  }

  .lg\:border-t-purple-900\/85 {
    border-top-color: rgb(88 28 135 / 0.85);
  }

  .lg\:border-t-purple-900\/90 {
    border-top-color: rgb(88 28 135 / 0.9);
  }

  .lg\:border-t-purple-900\/95 {
    border-top-color: rgb(88 28 135 / 0.95);
  }

  .lg\:border-t-purple-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(59 7 100 / var(--tw-border-opacity));
  }

  .lg\:border-t-purple-950\/0 {
    border-top-color: rgb(59 7 100 / 0);
  }

  .lg\:border-t-purple-950\/10 {
    border-top-color: rgb(59 7 100 / 0.1);
  }

  .lg\:border-t-purple-950\/100 {
    border-top-color: rgb(59 7 100 / 1);
  }

  .lg\:border-t-purple-950\/15 {
    border-top-color: rgb(59 7 100 / 0.15);
  }

  .lg\:border-t-purple-950\/20 {
    border-top-color: rgb(59 7 100 / 0.2);
  }

  .lg\:border-t-purple-950\/25 {
    border-top-color: rgb(59 7 100 / 0.25);
  }

  .lg\:border-t-purple-950\/30 {
    border-top-color: rgb(59 7 100 / 0.3);
  }

  .lg\:border-t-purple-950\/35 {
    border-top-color: rgb(59 7 100 / 0.35);
  }

  .lg\:border-t-purple-950\/40 {
    border-top-color: rgb(59 7 100 / 0.4);
  }

  .lg\:border-t-purple-950\/45 {
    border-top-color: rgb(59 7 100 / 0.45);
  }

  .lg\:border-t-purple-950\/5 {
    border-top-color: rgb(59 7 100 / 0.05);
  }

  .lg\:border-t-purple-950\/50 {
    border-top-color: rgb(59 7 100 / 0.5);
  }

  .lg\:border-t-purple-950\/55 {
    border-top-color: rgb(59 7 100 / 0.55);
  }

  .lg\:border-t-purple-950\/60 {
    border-top-color: rgb(59 7 100 / 0.6);
  }

  .lg\:border-t-purple-950\/65 {
    border-top-color: rgb(59 7 100 / 0.65);
  }

  .lg\:border-t-purple-950\/70 {
    border-top-color: rgb(59 7 100 / 0.7);
  }

  .lg\:border-t-purple-950\/75 {
    border-top-color: rgb(59 7 100 / 0.75);
  }

  .lg\:border-t-purple-950\/80 {
    border-top-color: rgb(59 7 100 / 0.8);
  }

  .lg\:border-t-purple-950\/85 {
    border-top-color: rgb(59 7 100 / 0.85);
  }

  .lg\:border-t-purple-950\/90 {
    border-top-color: rgb(59 7 100 / 0.9);
  }

  .lg\:border-t-purple-950\/95 {
    border-top-color: rgb(59 7 100 / 0.95);
  }

  .lg\:border-t-red-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 226 226 / var(--tw-border-opacity));
  }

  .lg\:border-t-red-100\/0 {
    border-top-color: rgb(254 226 226 / 0);
  }

  .lg\:border-t-red-100\/10 {
    border-top-color: rgb(254 226 226 / 0.1);
  }

  .lg\:border-t-red-100\/100 {
    border-top-color: rgb(254 226 226 / 1);
  }

  .lg\:border-t-red-100\/15 {
    border-top-color: rgb(254 226 226 / 0.15);
  }

  .lg\:border-t-red-100\/20 {
    border-top-color: rgb(254 226 226 / 0.2);
  }

  .lg\:border-t-red-100\/25 {
    border-top-color: rgb(254 226 226 / 0.25);
  }

  .lg\:border-t-red-100\/30 {
    border-top-color: rgb(254 226 226 / 0.3);
  }

  .lg\:border-t-red-100\/35 {
    border-top-color: rgb(254 226 226 / 0.35);
  }

  .lg\:border-t-red-100\/40 {
    border-top-color: rgb(254 226 226 / 0.4);
  }

  .lg\:border-t-red-100\/45 {
    border-top-color: rgb(254 226 226 / 0.45);
  }

  .lg\:border-t-red-100\/5 {
    border-top-color: rgb(254 226 226 / 0.05);
  }

  .lg\:border-t-red-100\/50 {
    border-top-color: rgb(254 226 226 / 0.5);
  }

  .lg\:border-t-red-100\/55 {
    border-top-color: rgb(254 226 226 / 0.55);
  }

  .lg\:border-t-red-100\/60 {
    border-top-color: rgb(254 226 226 / 0.6);
  }

  .lg\:border-t-red-100\/65 {
    border-top-color: rgb(254 226 226 / 0.65);
  }

  .lg\:border-t-red-100\/70 {
    border-top-color: rgb(254 226 226 / 0.7);
  }

  .lg\:border-t-red-100\/75 {
    border-top-color: rgb(254 226 226 / 0.75);
  }

  .lg\:border-t-red-100\/80 {
    border-top-color: rgb(254 226 226 / 0.8);
  }

  .lg\:border-t-red-100\/85 {
    border-top-color: rgb(254 226 226 / 0.85);
  }

  .lg\:border-t-red-100\/90 {
    border-top-color: rgb(254 226 226 / 0.9);
  }

  .lg\:border-t-red-100\/95 {
    border-top-color: rgb(254 226 226 / 0.95);
  }

  .lg\:border-t-red-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 202 202 / var(--tw-border-opacity));
  }

  .lg\:border-t-red-200\/0 {
    border-top-color: rgb(254 202 202 / 0);
  }

  .lg\:border-t-red-200\/10 {
    border-top-color: rgb(254 202 202 / 0.1);
  }

  .lg\:border-t-red-200\/100 {
    border-top-color: rgb(254 202 202 / 1);
  }

  .lg\:border-t-red-200\/15 {
    border-top-color: rgb(254 202 202 / 0.15);
  }

  .lg\:border-t-red-200\/20 {
    border-top-color: rgb(254 202 202 / 0.2);
  }

  .lg\:border-t-red-200\/25 {
    border-top-color: rgb(254 202 202 / 0.25);
  }

  .lg\:border-t-red-200\/30 {
    border-top-color: rgb(254 202 202 / 0.3);
  }

  .lg\:border-t-red-200\/35 {
    border-top-color: rgb(254 202 202 / 0.35);
  }

  .lg\:border-t-red-200\/40 {
    border-top-color: rgb(254 202 202 / 0.4);
  }

  .lg\:border-t-red-200\/45 {
    border-top-color: rgb(254 202 202 / 0.45);
  }

  .lg\:border-t-red-200\/5 {
    border-top-color: rgb(254 202 202 / 0.05);
  }

  .lg\:border-t-red-200\/50 {
    border-top-color: rgb(254 202 202 / 0.5);
  }

  .lg\:border-t-red-200\/55 {
    border-top-color: rgb(254 202 202 / 0.55);
  }

  .lg\:border-t-red-200\/60 {
    border-top-color: rgb(254 202 202 / 0.6);
  }

  .lg\:border-t-red-200\/65 {
    border-top-color: rgb(254 202 202 / 0.65);
  }

  .lg\:border-t-red-200\/70 {
    border-top-color: rgb(254 202 202 / 0.7);
  }

  .lg\:border-t-red-200\/75 {
    border-top-color: rgb(254 202 202 / 0.75);
  }

  .lg\:border-t-red-200\/80 {
    border-top-color: rgb(254 202 202 / 0.8);
  }

  .lg\:border-t-red-200\/85 {
    border-top-color: rgb(254 202 202 / 0.85);
  }

  .lg\:border-t-red-200\/90 {
    border-top-color: rgb(254 202 202 / 0.9);
  }

  .lg\:border-t-red-200\/95 {
    border-top-color: rgb(254 202 202 / 0.95);
  }

  .lg\:border-t-red-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(252 165 165 / var(--tw-border-opacity));
  }

  .lg\:border-t-red-300\/0 {
    border-top-color: rgb(252 165 165 / 0);
  }

  .lg\:border-t-red-300\/10 {
    border-top-color: rgb(252 165 165 / 0.1);
  }

  .lg\:border-t-red-300\/100 {
    border-top-color: rgb(252 165 165 / 1);
  }

  .lg\:border-t-red-300\/15 {
    border-top-color: rgb(252 165 165 / 0.15);
  }

  .lg\:border-t-red-300\/20 {
    border-top-color: rgb(252 165 165 / 0.2);
  }

  .lg\:border-t-red-300\/25 {
    border-top-color: rgb(252 165 165 / 0.25);
  }

  .lg\:border-t-red-300\/30 {
    border-top-color: rgb(252 165 165 / 0.3);
  }

  .lg\:border-t-red-300\/35 {
    border-top-color: rgb(252 165 165 / 0.35);
  }

  .lg\:border-t-red-300\/40 {
    border-top-color: rgb(252 165 165 / 0.4);
  }

  .lg\:border-t-red-300\/45 {
    border-top-color: rgb(252 165 165 / 0.45);
  }

  .lg\:border-t-red-300\/5 {
    border-top-color: rgb(252 165 165 / 0.05);
  }

  .lg\:border-t-red-300\/50 {
    border-top-color: rgb(252 165 165 / 0.5);
  }

  .lg\:border-t-red-300\/55 {
    border-top-color: rgb(252 165 165 / 0.55);
  }

  .lg\:border-t-red-300\/60 {
    border-top-color: rgb(252 165 165 / 0.6);
  }

  .lg\:border-t-red-300\/65 {
    border-top-color: rgb(252 165 165 / 0.65);
  }

  .lg\:border-t-red-300\/70 {
    border-top-color: rgb(252 165 165 / 0.7);
  }

  .lg\:border-t-red-300\/75 {
    border-top-color: rgb(252 165 165 / 0.75);
  }

  .lg\:border-t-red-300\/80 {
    border-top-color: rgb(252 165 165 / 0.8);
  }

  .lg\:border-t-red-300\/85 {
    border-top-color: rgb(252 165 165 / 0.85);
  }

  .lg\:border-t-red-300\/90 {
    border-top-color: rgb(252 165 165 / 0.9);
  }

  .lg\:border-t-red-300\/95 {
    border-top-color: rgb(252 165 165 / 0.95);
  }

  .lg\:border-t-red-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(248 113 113 / var(--tw-border-opacity));
  }

  .lg\:border-t-red-400\/0 {
    border-top-color: rgb(248 113 113 / 0);
  }

  .lg\:border-t-red-400\/10 {
    border-top-color: rgb(248 113 113 / 0.1);
  }

  .lg\:border-t-red-400\/100 {
    border-top-color: rgb(248 113 113 / 1);
  }

  .lg\:border-t-red-400\/15 {
    border-top-color: rgb(248 113 113 / 0.15);
  }

  .lg\:border-t-red-400\/20 {
    border-top-color: rgb(248 113 113 / 0.2);
  }

  .lg\:border-t-red-400\/25 {
    border-top-color: rgb(248 113 113 / 0.25);
  }

  .lg\:border-t-red-400\/30 {
    border-top-color: rgb(248 113 113 / 0.3);
  }

  .lg\:border-t-red-400\/35 {
    border-top-color: rgb(248 113 113 / 0.35);
  }

  .lg\:border-t-red-400\/40 {
    border-top-color: rgb(248 113 113 / 0.4);
  }

  .lg\:border-t-red-400\/45 {
    border-top-color: rgb(248 113 113 / 0.45);
  }

  .lg\:border-t-red-400\/5 {
    border-top-color: rgb(248 113 113 / 0.05);
  }

  .lg\:border-t-red-400\/50 {
    border-top-color: rgb(248 113 113 / 0.5);
  }

  .lg\:border-t-red-400\/55 {
    border-top-color: rgb(248 113 113 / 0.55);
  }

  .lg\:border-t-red-400\/60 {
    border-top-color: rgb(248 113 113 / 0.6);
  }

  .lg\:border-t-red-400\/65 {
    border-top-color: rgb(248 113 113 / 0.65);
  }

  .lg\:border-t-red-400\/70 {
    border-top-color: rgb(248 113 113 / 0.7);
  }

  .lg\:border-t-red-400\/75 {
    border-top-color: rgb(248 113 113 / 0.75);
  }

  .lg\:border-t-red-400\/80 {
    border-top-color: rgb(248 113 113 / 0.8);
  }

  .lg\:border-t-red-400\/85 {
    border-top-color: rgb(248 113 113 / 0.85);
  }

  .lg\:border-t-red-400\/90 {
    border-top-color: rgb(248 113 113 / 0.9);
  }

  .lg\:border-t-red-400\/95 {
    border-top-color: rgb(248 113 113 / 0.95);
  }

  .lg\:border-t-red-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 242 242 / var(--tw-border-opacity));
  }

  .lg\:border-t-red-50\/0 {
    border-top-color: rgb(254 242 242 / 0);
  }

  .lg\:border-t-red-50\/10 {
    border-top-color: rgb(254 242 242 / 0.1);
  }

  .lg\:border-t-red-50\/100 {
    border-top-color: rgb(254 242 242 / 1);
  }

  .lg\:border-t-red-50\/15 {
    border-top-color: rgb(254 242 242 / 0.15);
  }

  .lg\:border-t-red-50\/20 {
    border-top-color: rgb(254 242 242 / 0.2);
  }

  .lg\:border-t-red-50\/25 {
    border-top-color: rgb(254 242 242 / 0.25);
  }

  .lg\:border-t-red-50\/30 {
    border-top-color: rgb(254 242 242 / 0.3);
  }

  .lg\:border-t-red-50\/35 {
    border-top-color: rgb(254 242 242 / 0.35);
  }

  .lg\:border-t-red-50\/40 {
    border-top-color: rgb(254 242 242 / 0.4);
  }

  .lg\:border-t-red-50\/45 {
    border-top-color: rgb(254 242 242 / 0.45);
  }

  .lg\:border-t-red-50\/5 {
    border-top-color: rgb(254 242 242 / 0.05);
  }

  .lg\:border-t-red-50\/50 {
    border-top-color: rgb(254 242 242 / 0.5);
  }

  .lg\:border-t-red-50\/55 {
    border-top-color: rgb(254 242 242 / 0.55);
  }

  .lg\:border-t-red-50\/60 {
    border-top-color: rgb(254 242 242 / 0.6);
  }

  .lg\:border-t-red-50\/65 {
    border-top-color: rgb(254 242 242 / 0.65);
  }

  .lg\:border-t-red-50\/70 {
    border-top-color: rgb(254 242 242 / 0.7);
  }

  .lg\:border-t-red-50\/75 {
    border-top-color: rgb(254 242 242 / 0.75);
  }

  .lg\:border-t-red-50\/80 {
    border-top-color: rgb(254 242 242 / 0.8);
  }

  .lg\:border-t-red-50\/85 {
    border-top-color: rgb(254 242 242 / 0.85);
  }

  .lg\:border-t-red-50\/90 {
    border-top-color: rgb(254 242 242 / 0.9);
  }

  .lg\:border-t-red-50\/95 {
    border-top-color: rgb(254 242 242 / 0.95);
  }

  .lg\:border-t-red-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(239 68 68 / var(--tw-border-opacity));
  }

  .lg\:border-t-red-500\/0 {
    border-top-color: rgb(239 68 68 / 0);
  }

  .lg\:border-t-red-500\/10 {
    border-top-color: rgb(239 68 68 / 0.1);
  }

  .lg\:border-t-red-500\/100 {
    border-top-color: rgb(239 68 68 / 1);
  }

  .lg\:border-t-red-500\/15 {
    border-top-color: rgb(239 68 68 / 0.15);
  }

  .lg\:border-t-red-500\/20 {
    border-top-color: rgb(239 68 68 / 0.2);
  }

  .lg\:border-t-red-500\/25 {
    border-top-color: rgb(239 68 68 / 0.25);
  }

  .lg\:border-t-red-500\/30 {
    border-top-color: rgb(239 68 68 / 0.3);
  }

  .lg\:border-t-red-500\/35 {
    border-top-color: rgb(239 68 68 / 0.35);
  }

  .lg\:border-t-red-500\/40 {
    border-top-color: rgb(239 68 68 / 0.4);
  }

  .lg\:border-t-red-500\/45 {
    border-top-color: rgb(239 68 68 / 0.45);
  }

  .lg\:border-t-red-500\/5 {
    border-top-color: rgb(239 68 68 / 0.05);
  }

  .lg\:border-t-red-500\/50 {
    border-top-color: rgb(239 68 68 / 0.5);
  }

  .lg\:border-t-red-500\/55 {
    border-top-color: rgb(239 68 68 / 0.55);
  }

  .lg\:border-t-red-500\/60 {
    border-top-color: rgb(239 68 68 / 0.6);
  }

  .lg\:border-t-red-500\/65 {
    border-top-color: rgb(239 68 68 / 0.65);
  }

  .lg\:border-t-red-500\/70 {
    border-top-color: rgb(239 68 68 / 0.7);
  }

  .lg\:border-t-red-500\/75 {
    border-top-color: rgb(239 68 68 / 0.75);
  }

  .lg\:border-t-red-500\/80 {
    border-top-color: rgb(239 68 68 / 0.8);
  }

  .lg\:border-t-red-500\/85 {
    border-top-color: rgb(239 68 68 / 0.85);
  }

  .lg\:border-t-red-500\/90 {
    border-top-color: rgb(239 68 68 / 0.9);
  }

  .lg\:border-t-red-500\/95 {
    border-top-color: rgb(239 68 68 / 0.95);
  }

  .lg\:border-t-red-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(220 38 38 / var(--tw-border-opacity));
  }

  .lg\:border-t-red-600\/0 {
    border-top-color: rgb(220 38 38 / 0);
  }

  .lg\:border-t-red-600\/10 {
    border-top-color: rgb(220 38 38 / 0.1);
  }

  .lg\:border-t-red-600\/100 {
    border-top-color: rgb(220 38 38 / 1);
  }

  .lg\:border-t-red-600\/15 {
    border-top-color: rgb(220 38 38 / 0.15);
  }

  .lg\:border-t-red-600\/20 {
    border-top-color: rgb(220 38 38 / 0.2);
  }

  .lg\:border-t-red-600\/25 {
    border-top-color: rgb(220 38 38 / 0.25);
  }

  .lg\:border-t-red-600\/30 {
    border-top-color: rgb(220 38 38 / 0.3);
  }

  .lg\:border-t-red-600\/35 {
    border-top-color: rgb(220 38 38 / 0.35);
  }

  .lg\:border-t-red-600\/40 {
    border-top-color: rgb(220 38 38 / 0.4);
  }

  .lg\:border-t-red-600\/45 {
    border-top-color: rgb(220 38 38 / 0.45);
  }

  .lg\:border-t-red-600\/5 {
    border-top-color: rgb(220 38 38 / 0.05);
  }

  .lg\:border-t-red-600\/50 {
    border-top-color: rgb(220 38 38 / 0.5);
  }

  .lg\:border-t-red-600\/55 {
    border-top-color: rgb(220 38 38 / 0.55);
  }

  .lg\:border-t-red-600\/60 {
    border-top-color: rgb(220 38 38 / 0.6);
  }

  .lg\:border-t-red-600\/65 {
    border-top-color: rgb(220 38 38 / 0.65);
  }

  .lg\:border-t-red-600\/70 {
    border-top-color: rgb(220 38 38 / 0.7);
  }

  .lg\:border-t-red-600\/75 {
    border-top-color: rgb(220 38 38 / 0.75);
  }

  .lg\:border-t-red-600\/80 {
    border-top-color: rgb(220 38 38 / 0.8);
  }

  .lg\:border-t-red-600\/85 {
    border-top-color: rgb(220 38 38 / 0.85);
  }

  .lg\:border-t-red-600\/90 {
    border-top-color: rgb(220 38 38 / 0.9);
  }

  .lg\:border-t-red-600\/95 {
    border-top-color: rgb(220 38 38 / 0.95);
  }

  .lg\:border-t-red-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(185 28 28 / var(--tw-border-opacity));
  }

  .lg\:border-t-red-700\/0 {
    border-top-color: rgb(185 28 28 / 0);
  }

  .lg\:border-t-red-700\/10 {
    border-top-color: rgb(185 28 28 / 0.1);
  }

  .lg\:border-t-red-700\/100 {
    border-top-color: rgb(185 28 28 / 1);
  }

  .lg\:border-t-red-700\/15 {
    border-top-color: rgb(185 28 28 / 0.15);
  }

  .lg\:border-t-red-700\/20 {
    border-top-color: rgb(185 28 28 / 0.2);
  }

  .lg\:border-t-red-700\/25 {
    border-top-color: rgb(185 28 28 / 0.25);
  }

  .lg\:border-t-red-700\/30 {
    border-top-color: rgb(185 28 28 / 0.3);
  }

  .lg\:border-t-red-700\/35 {
    border-top-color: rgb(185 28 28 / 0.35);
  }

  .lg\:border-t-red-700\/40 {
    border-top-color: rgb(185 28 28 / 0.4);
  }

  .lg\:border-t-red-700\/45 {
    border-top-color: rgb(185 28 28 / 0.45);
  }

  .lg\:border-t-red-700\/5 {
    border-top-color: rgb(185 28 28 / 0.05);
  }

  .lg\:border-t-red-700\/50 {
    border-top-color: rgb(185 28 28 / 0.5);
  }

  .lg\:border-t-red-700\/55 {
    border-top-color: rgb(185 28 28 / 0.55);
  }

  .lg\:border-t-red-700\/60 {
    border-top-color: rgb(185 28 28 / 0.6);
  }

  .lg\:border-t-red-700\/65 {
    border-top-color: rgb(185 28 28 / 0.65);
  }

  .lg\:border-t-red-700\/70 {
    border-top-color: rgb(185 28 28 / 0.7);
  }

  .lg\:border-t-red-700\/75 {
    border-top-color: rgb(185 28 28 / 0.75);
  }

  .lg\:border-t-red-700\/80 {
    border-top-color: rgb(185 28 28 / 0.8);
  }

  .lg\:border-t-red-700\/85 {
    border-top-color: rgb(185 28 28 / 0.85);
  }

  .lg\:border-t-red-700\/90 {
    border-top-color: rgb(185 28 28 / 0.9);
  }

  .lg\:border-t-red-700\/95 {
    border-top-color: rgb(185 28 28 / 0.95);
  }

  .lg\:border-t-red-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(153 27 27 / var(--tw-border-opacity));
  }

  .lg\:border-t-red-800\/0 {
    border-top-color: rgb(153 27 27 / 0);
  }

  .lg\:border-t-red-800\/10 {
    border-top-color: rgb(153 27 27 / 0.1);
  }

  .lg\:border-t-red-800\/100 {
    border-top-color: rgb(153 27 27 / 1);
  }

  .lg\:border-t-red-800\/15 {
    border-top-color: rgb(153 27 27 / 0.15);
  }

  .lg\:border-t-red-800\/20 {
    border-top-color: rgb(153 27 27 / 0.2);
  }

  .lg\:border-t-red-800\/25 {
    border-top-color: rgb(153 27 27 / 0.25);
  }

  .lg\:border-t-red-800\/30 {
    border-top-color: rgb(153 27 27 / 0.3);
  }

  .lg\:border-t-red-800\/35 {
    border-top-color: rgb(153 27 27 / 0.35);
  }

  .lg\:border-t-red-800\/40 {
    border-top-color: rgb(153 27 27 / 0.4);
  }

  .lg\:border-t-red-800\/45 {
    border-top-color: rgb(153 27 27 / 0.45);
  }

  .lg\:border-t-red-800\/5 {
    border-top-color: rgb(153 27 27 / 0.05);
  }

  .lg\:border-t-red-800\/50 {
    border-top-color: rgb(153 27 27 / 0.5);
  }

  .lg\:border-t-red-800\/55 {
    border-top-color: rgb(153 27 27 / 0.55);
  }

  .lg\:border-t-red-800\/60 {
    border-top-color: rgb(153 27 27 / 0.6);
  }

  .lg\:border-t-red-800\/65 {
    border-top-color: rgb(153 27 27 / 0.65);
  }

  .lg\:border-t-red-800\/70 {
    border-top-color: rgb(153 27 27 / 0.7);
  }

  .lg\:border-t-red-800\/75 {
    border-top-color: rgb(153 27 27 / 0.75);
  }

  .lg\:border-t-red-800\/80 {
    border-top-color: rgb(153 27 27 / 0.8);
  }

  .lg\:border-t-red-800\/85 {
    border-top-color: rgb(153 27 27 / 0.85);
  }

  .lg\:border-t-red-800\/90 {
    border-top-color: rgb(153 27 27 / 0.9);
  }

  .lg\:border-t-red-800\/95 {
    border-top-color: rgb(153 27 27 / 0.95);
  }

  .lg\:border-t-red-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(127 29 29 / var(--tw-border-opacity));
  }

  .lg\:border-t-red-900\/0 {
    border-top-color: rgb(127 29 29 / 0);
  }

  .lg\:border-t-red-900\/10 {
    border-top-color: rgb(127 29 29 / 0.1);
  }

  .lg\:border-t-red-900\/100 {
    border-top-color: rgb(127 29 29 / 1);
  }

  .lg\:border-t-red-900\/15 {
    border-top-color: rgb(127 29 29 / 0.15);
  }

  .lg\:border-t-red-900\/20 {
    border-top-color: rgb(127 29 29 / 0.2);
  }

  .lg\:border-t-red-900\/25 {
    border-top-color: rgb(127 29 29 / 0.25);
  }

  .lg\:border-t-red-900\/30 {
    border-top-color: rgb(127 29 29 / 0.3);
  }

  .lg\:border-t-red-900\/35 {
    border-top-color: rgb(127 29 29 / 0.35);
  }

  .lg\:border-t-red-900\/40 {
    border-top-color: rgb(127 29 29 / 0.4);
  }

  .lg\:border-t-red-900\/45 {
    border-top-color: rgb(127 29 29 / 0.45);
  }

  .lg\:border-t-red-900\/5 {
    border-top-color: rgb(127 29 29 / 0.05);
  }

  .lg\:border-t-red-900\/50 {
    border-top-color: rgb(127 29 29 / 0.5);
  }

  .lg\:border-t-red-900\/55 {
    border-top-color: rgb(127 29 29 / 0.55);
  }

  .lg\:border-t-red-900\/60 {
    border-top-color: rgb(127 29 29 / 0.6);
  }

  .lg\:border-t-red-900\/65 {
    border-top-color: rgb(127 29 29 / 0.65);
  }

  .lg\:border-t-red-900\/70 {
    border-top-color: rgb(127 29 29 / 0.7);
  }

  .lg\:border-t-red-900\/75 {
    border-top-color: rgb(127 29 29 / 0.75);
  }

  .lg\:border-t-red-900\/80 {
    border-top-color: rgb(127 29 29 / 0.8);
  }

  .lg\:border-t-red-900\/85 {
    border-top-color: rgb(127 29 29 / 0.85);
  }

  .lg\:border-t-red-900\/90 {
    border-top-color: rgb(127 29 29 / 0.9);
  }

  .lg\:border-t-red-900\/95 {
    border-top-color: rgb(127 29 29 / 0.95);
  }

  .lg\:border-t-red-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(69 10 10 / var(--tw-border-opacity));
  }

  .lg\:border-t-red-950\/0 {
    border-top-color: rgb(69 10 10 / 0);
  }

  .lg\:border-t-red-950\/10 {
    border-top-color: rgb(69 10 10 / 0.1);
  }

  .lg\:border-t-red-950\/100 {
    border-top-color: rgb(69 10 10 / 1);
  }

  .lg\:border-t-red-950\/15 {
    border-top-color: rgb(69 10 10 / 0.15);
  }

  .lg\:border-t-red-950\/20 {
    border-top-color: rgb(69 10 10 / 0.2);
  }

  .lg\:border-t-red-950\/25 {
    border-top-color: rgb(69 10 10 / 0.25);
  }

  .lg\:border-t-red-950\/30 {
    border-top-color: rgb(69 10 10 / 0.3);
  }

  .lg\:border-t-red-950\/35 {
    border-top-color: rgb(69 10 10 / 0.35);
  }

  .lg\:border-t-red-950\/40 {
    border-top-color: rgb(69 10 10 / 0.4);
  }

  .lg\:border-t-red-950\/45 {
    border-top-color: rgb(69 10 10 / 0.45);
  }

  .lg\:border-t-red-950\/5 {
    border-top-color: rgb(69 10 10 / 0.05);
  }

  .lg\:border-t-red-950\/50 {
    border-top-color: rgb(69 10 10 / 0.5);
  }

  .lg\:border-t-red-950\/55 {
    border-top-color: rgb(69 10 10 / 0.55);
  }

  .lg\:border-t-red-950\/60 {
    border-top-color: rgb(69 10 10 / 0.6);
  }

  .lg\:border-t-red-950\/65 {
    border-top-color: rgb(69 10 10 / 0.65);
  }

  .lg\:border-t-red-950\/70 {
    border-top-color: rgb(69 10 10 / 0.7);
  }

  .lg\:border-t-red-950\/75 {
    border-top-color: rgb(69 10 10 / 0.75);
  }

  .lg\:border-t-red-950\/80 {
    border-top-color: rgb(69 10 10 / 0.8);
  }

  .lg\:border-t-red-950\/85 {
    border-top-color: rgb(69 10 10 / 0.85);
  }

  .lg\:border-t-red-950\/90 {
    border-top-color: rgb(69 10 10 / 0.9);
  }

  .lg\:border-t-red-950\/95 {
    border-top-color: rgb(69 10 10 / 0.95);
  }

  .lg\:border-t-rose-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 228 230 / var(--tw-border-opacity));
  }

  .lg\:border-t-rose-100\/0 {
    border-top-color: rgb(255 228 230 / 0);
  }

  .lg\:border-t-rose-100\/10 {
    border-top-color: rgb(255 228 230 / 0.1);
  }

  .lg\:border-t-rose-100\/100 {
    border-top-color: rgb(255 228 230 / 1);
  }

  .lg\:border-t-rose-100\/15 {
    border-top-color: rgb(255 228 230 / 0.15);
  }

  .lg\:border-t-rose-100\/20 {
    border-top-color: rgb(255 228 230 / 0.2);
  }

  .lg\:border-t-rose-100\/25 {
    border-top-color: rgb(255 228 230 / 0.25);
  }

  .lg\:border-t-rose-100\/30 {
    border-top-color: rgb(255 228 230 / 0.3);
  }

  .lg\:border-t-rose-100\/35 {
    border-top-color: rgb(255 228 230 / 0.35);
  }

  .lg\:border-t-rose-100\/40 {
    border-top-color: rgb(255 228 230 / 0.4);
  }

  .lg\:border-t-rose-100\/45 {
    border-top-color: rgb(255 228 230 / 0.45);
  }

  .lg\:border-t-rose-100\/5 {
    border-top-color: rgb(255 228 230 / 0.05);
  }

  .lg\:border-t-rose-100\/50 {
    border-top-color: rgb(255 228 230 / 0.5);
  }

  .lg\:border-t-rose-100\/55 {
    border-top-color: rgb(255 228 230 / 0.55);
  }

  .lg\:border-t-rose-100\/60 {
    border-top-color: rgb(255 228 230 / 0.6);
  }

  .lg\:border-t-rose-100\/65 {
    border-top-color: rgb(255 228 230 / 0.65);
  }

  .lg\:border-t-rose-100\/70 {
    border-top-color: rgb(255 228 230 / 0.7);
  }

  .lg\:border-t-rose-100\/75 {
    border-top-color: rgb(255 228 230 / 0.75);
  }

  .lg\:border-t-rose-100\/80 {
    border-top-color: rgb(255 228 230 / 0.8);
  }

  .lg\:border-t-rose-100\/85 {
    border-top-color: rgb(255 228 230 / 0.85);
  }

  .lg\:border-t-rose-100\/90 {
    border-top-color: rgb(255 228 230 / 0.9);
  }

  .lg\:border-t-rose-100\/95 {
    border-top-color: rgb(255 228 230 / 0.95);
  }

  .lg\:border-t-rose-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 205 211 / var(--tw-border-opacity));
  }

  .lg\:border-t-rose-200\/0 {
    border-top-color: rgb(254 205 211 / 0);
  }

  .lg\:border-t-rose-200\/10 {
    border-top-color: rgb(254 205 211 / 0.1);
  }

  .lg\:border-t-rose-200\/100 {
    border-top-color: rgb(254 205 211 / 1);
  }

  .lg\:border-t-rose-200\/15 {
    border-top-color: rgb(254 205 211 / 0.15);
  }

  .lg\:border-t-rose-200\/20 {
    border-top-color: rgb(254 205 211 / 0.2);
  }

  .lg\:border-t-rose-200\/25 {
    border-top-color: rgb(254 205 211 / 0.25);
  }

  .lg\:border-t-rose-200\/30 {
    border-top-color: rgb(254 205 211 / 0.3);
  }

  .lg\:border-t-rose-200\/35 {
    border-top-color: rgb(254 205 211 / 0.35);
  }

  .lg\:border-t-rose-200\/40 {
    border-top-color: rgb(254 205 211 / 0.4);
  }

  .lg\:border-t-rose-200\/45 {
    border-top-color: rgb(254 205 211 / 0.45);
  }

  .lg\:border-t-rose-200\/5 {
    border-top-color: rgb(254 205 211 / 0.05);
  }

  .lg\:border-t-rose-200\/50 {
    border-top-color: rgb(254 205 211 / 0.5);
  }

  .lg\:border-t-rose-200\/55 {
    border-top-color: rgb(254 205 211 / 0.55);
  }

  .lg\:border-t-rose-200\/60 {
    border-top-color: rgb(254 205 211 / 0.6);
  }

  .lg\:border-t-rose-200\/65 {
    border-top-color: rgb(254 205 211 / 0.65);
  }

  .lg\:border-t-rose-200\/70 {
    border-top-color: rgb(254 205 211 / 0.7);
  }

  .lg\:border-t-rose-200\/75 {
    border-top-color: rgb(254 205 211 / 0.75);
  }

  .lg\:border-t-rose-200\/80 {
    border-top-color: rgb(254 205 211 / 0.8);
  }

  .lg\:border-t-rose-200\/85 {
    border-top-color: rgb(254 205 211 / 0.85);
  }

  .lg\:border-t-rose-200\/90 {
    border-top-color: rgb(254 205 211 / 0.9);
  }

  .lg\:border-t-rose-200\/95 {
    border-top-color: rgb(254 205 211 / 0.95);
  }

  .lg\:border-t-rose-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 164 175 / var(--tw-border-opacity));
  }

  .lg\:border-t-rose-300\/0 {
    border-top-color: rgb(253 164 175 / 0);
  }

  .lg\:border-t-rose-300\/10 {
    border-top-color: rgb(253 164 175 / 0.1);
  }

  .lg\:border-t-rose-300\/100 {
    border-top-color: rgb(253 164 175 / 1);
  }

  .lg\:border-t-rose-300\/15 {
    border-top-color: rgb(253 164 175 / 0.15);
  }

  .lg\:border-t-rose-300\/20 {
    border-top-color: rgb(253 164 175 / 0.2);
  }

  .lg\:border-t-rose-300\/25 {
    border-top-color: rgb(253 164 175 / 0.25);
  }

  .lg\:border-t-rose-300\/30 {
    border-top-color: rgb(253 164 175 / 0.3);
  }

  .lg\:border-t-rose-300\/35 {
    border-top-color: rgb(253 164 175 / 0.35);
  }

  .lg\:border-t-rose-300\/40 {
    border-top-color: rgb(253 164 175 / 0.4);
  }

  .lg\:border-t-rose-300\/45 {
    border-top-color: rgb(253 164 175 / 0.45);
  }

  .lg\:border-t-rose-300\/5 {
    border-top-color: rgb(253 164 175 / 0.05);
  }

  .lg\:border-t-rose-300\/50 {
    border-top-color: rgb(253 164 175 / 0.5);
  }

  .lg\:border-t-rose-300\/55 {
    border-top-color: rgb(253 164 175 / 0.55);
  }

  .lg\:border-t-rose-300\/60 {
    border-top-color: rgb(253 164 175 / 0.6);
  }

  .lg\:border-t-rose-300\/65 {
    border-top-color: rgb(253 164 175 / 0.65);
  }

  .lg\:border-t-rose-300\/70 {
    border-top-color: rgb(253 164 175 / 0.7);
  }

  .lg\:border-t-rose-300\/75 {
    border-top-color: rgb(253 164 175 / 0.75);
  }

  .lg\:border-t-rose-300\/80 {
    border-top-color: rgb(253 164 175 / 0.8);
  }

  .lg\:border-t-rose-300\/85 {
    border-top-color: rgb(253 164 175 / 0.85);
  }

  .lg\:border-t-rose-300\/90 {
    border-top-color: rgb(253 164 175 / 0.9);
  }

  .lg\:border-t-rose-300\/95 {
    border-top-color: rgb(253 164 175 / 0.95);
  }

  .lg\:border-t-rose-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(251 113 133 / var(--tw-border-opacity));
  }

  .lg\:border-t-rose-400\/0 {
    border-top-color: rgb(251 113 133 / 0);
  }

  .lg\:border-t-rose-400\/10 {
    border-top-color: rgb(251 113 133 / 0.1);
  }

  .lg\:border-t-rose-400\/100 {
    border-top-color: rgb(251 113 133 / 1);
  }

  .lg\:border-t-rose-400\/15 {
    border-top-color: rgb(251 113 133 / 0.15);
  }

  .lg\:border-t-rose-400\/20 {
    border-top-color: rgb(251 113 133 / 0.2);
  }

  .lg\:border-t-rose-400\/25 {
    border-top-color: rgb(251 113 133 / 0.25);
  }

  .lg\:border-t-rose-400\/30 {
    border-top-color: rgb(251 113 133 / 0.3);
  }

  .lg\:border-t-rose-400\/35 {
    border-top-color: rgb(251 113 133 / 0.35);
  }

  .lg\:border-t-rose-400\/40 {
    border-top-color: rgb(251 113 133 / 0.4);
  }

  .lg\:border-t-rose-400\/45 {
    border-top-color: rgb(251 113 133 / 0.45);
  }

  .lg\:border-t-rose-400\/5 {
    border-top-color: rgb(251 113 133 / 0.05);
  }

  .lg\:border-t-rose-400\/50 {
    border-top-color: rgb(251 113 133 / 0.5);
  }

  .lg\:border-t-rose-400\/55 {
    border-top-color: rgb(251 113 133 / 0.55);
  }

  .lg\:border-t-rose-400\/60 {
    border-top-color: rgb(251 113 133 / 0.6);
  }

  .lg\:border-t-rose-400\/65 {
    border-top-color: rgb(251 113 133 / 0.65);
  }

  .lg\:border-t-rose-400\/70 {
    border-top-color: rgb(251 113 133 / 0.7);
  }

  .lg\:border-t-rose-400\/75 {
    border-top-color: rgb(251 113 133 / 0.75);
  }

  .lg\:border-t-rose-400\/80 {
    border-top-color: rgb(251 113 133 / 0.8);
  }

  .lg\:border-t-rose-400\/85 {
    border-top-color: rgb(251 113 133 / 0.85);
  }

  .lg\:border-t-rose-400\/90 {
    border-top-color: rgb(251 113 133 / 0.9);
  }

  .lg\:border-t-rose-400\/95 {
    border-top-color: rgb(251 113 133 / 0.95);
  }

  .lg\:border-t-rose-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 241 242 / var(--tw-border-opacity));
  }

  .lg\:border-t-rose-50\/0 {
    border-top-color: rgb(255 241 242 / 0);
  }

  .lg\:border-t-rose-50\/10 {
    border-top-color: rgb(255 241 242 / 0.1);
  }

  .lg\:border-t-rose-50\/100 {
    border-top-color: rgb(255 241 242 / 1);
  }

  .lg\:border-t-rose-50\/15 {
    border-top-color: rgb(255 241 242 / 0.15);
  }

  .lg\:border-t-rose-50\/20 {
    border-top-color: rgb(255 241 242 / 0.2);
  }

  .lg\:border-t-rose-50\/25 {
    border-top-color: rgb(255 241 242 / 0.25);
  }

  .lg\:border-t-rose-50\/30 {
    border-top-color: rgb(255 241 242 / 0.3);
  }

  .lg\:border-t-rose-50\/35 {
    border-top-color: rgb(255 241 242 / 0.35);
  }

  .lg\:border-t-rose-50\/40 {
    border-top-color: rgb(255 241 242 / 0.4);
  }

  .lg\:border-t-rose-50\/45 {
    border-top-color: rgb(255 241 242 / 0.45);
  }

  .lg\:border-t-rose-50\/5 {
    border-top-color: rgb(255 241 242 / 0.05);
  }

  .lg\:border-t-rose-50\/50 {
    border-top-color: rgb(255 241 242 / 0.5);
  }

  .lg\:border-t-rose-50\/55 {
    border-top-color: rgb(255 241 242 / 0.55);
  }

  .lg\:border-t-rose-50\/60 {
    border-top-color: rgb(255 241 242 / 0.6);
  }

  .lg\:border-t-rose-50\/65 {
    border-top-color: rgb(255 241 242 / 0.65);
  }

  .lg\:border-t-rose-50\/70 {
    border-top-color: rgb(255 241 242 / 0.7);
  }

  .lg\:border-t-rose-50\/75 {
    border-top-color: rgb(255 241 242 / 0.75);
  }

  .lg\:border-t-rose-50\/80 {
    border-top-color: rgb(255 241 242 / 0.8);
  }

  .lg\:border-t-rose-50\/85 {
    border-top-color: rgb(255 241 242 / 0.85);
  }

  .lg\:border-t-rose-50\/90 {
    border-top-color: rgb(255 241 242 / 0.9);
  }

  .lg\:border-t-rose-50\/95 {
    border-top-color: rgb(255 241 242 / 0.95);
  }

  .lg\:border-t-rose-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(244 63 94 / var(--tw-border-opacity));
  }

  .lg\:border-t-rose-500\/0 {
    border-top-color: rgb(244 63 94 / 0);
  }

  .lg\:border-t-rose-500\/10 {
    border-top-color: rgb(244 63 94 / 0.1);
  }

  .lg\:border-t-rose-500\/100 {
    border-top-color: rgb(244 63 94 / 1);
  }

  .lg\:border-t-rose-500\/15 {
    border-top-color: rgb(244 63 94 / 0.15);
  }

  .lg\:border-t-rose-500\/20 {
    border-top-color: rgb(244 63 94 / 0.2);
  }

  .lg\:border-t-rose-500\/25 {
    border-top-color: rgb(244 63 94 / 0.25);
  }

  .lg\:border-t-rose-500\/30 {
    border-top-color: rgb(244 63 94 / 0.3);
  }

  .lg\:border-t-rose-500\/35 {
    border-top-color: rgb(244 63 94 / 0.35);
  }

  .lg\:border-t-rose-500\/40 {
    border-top-color: rgb(244 63 94 / 0.4);
  }

  .lg\:border-t-rose-500\/45 {
    border-top-color: rgb(244 63 94 / 0.45);
  }

  .lg\:border-t-rose-500\/5 {
    border-top-color: rgb(244 63 94 / 0.05);
  }

  .lg\:border-t-rose-500\/50 {
    border-top-color: rgb(244 63 94 / 0.5);
  }

  .lg\:border-t-rose-500\/55 {
    border-top-color: rgb(244 63 94 / 0.55);
  }

  .lg\:border-t-rose-500\/60 {
    border-top-color: rgb(244 63 94 / 0.6);
  }

  .lg\:border-t-rose-500\/65 {
    border-top-color: rgb(244 63 94 / 0.65);
  }

  .lg\:border-t-rose-500\/70 {
    border-top-color: rgb(244 63 94 / 0.7);
  }

  .lg\:border-t-rose-500\/75 {
    border-top-color: rgb(244 63 94 / 0.75);
  }

  .lg\:border-t-rose-500\/80 {
    border-top-color: rgb(244 63 94 / 0.8);
  }

  .lg\:border-t-rose-500\/85 {
    border-top-color: rgb(244 63 94 / 0.85);
  }

  .lg\:border-t-rose-500\/90 {
    border-top-color: rgb(244 63 94 / 0.9);
  }

  .lg\:border-t-rose-500\/95 {
    border-top-color: rgb(244 63 94 / 0.95);
  }

  .lg\:border-t-rose-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(225 29 72 / var(--tw-border-opacity));
  }

  .lg\:border-t-rose-600\/0 {
    border-top-color: rgb(225 29 72 / 0);
  }

  .lg\:border-t-rose-600\/10 {
    border-top-color: rgb(225 29 72 / 0.1);
  }

  .lg\:border-t-rose-600\/100 {
    border-top-color: rgb(225 29 72 / 1);
  }

  .lg\:border-t-rose-600\/15 {
    border-top-color: rgb(225 29 72 / 0.15);
  }

  .lg\:border-t-rose-600\/20 {
    border-top-color: rgb(225 29 72 / 0.2);
  }

  .lg\:border-t-rose-600\/25 {
    border-top-color: rgb(225 29 72 / 0.25);
  }

  .lg\:border-t-rose-600\/30 {
    border-top-color: rgb(225 29 72 / 0.3);
  }

  .lg\:border-t-rose-600\/35 {
    border-top-color: rgb(225 29 72 / 0.35);
  }

  .lg\:border-t-rose-600\/40 {
    border-top-color: rgb(225 29 72 / 0.4);
  }

  .lg\:border-t-rose-600\/45 {
    border-top-color: rgb(225 29 72 / 0.45);
  }

  .lg\:border-t-rose-600\/5 {
    border-top-color: rgb(225 29 72 / 0.05);
  }

  .lg\:border-t-rose-600\/50 {
    border-top-color: rgb(225 29 72 / 0.5);
  }

  .lg\:border-t-rose-600\/55 {
    border-top-color: rgb(225 29 72 / 0.55);
  }

  .lg\:border-t-rose-600\/60 {
    border-top-color: rgb(225 29 72 / 0.6);
  }

  .lg\:border-t-rose-600\/65 {
    border-top-color: rgb(225 29 72 / 0.65);
  }

  .lg\:border-t-rose-600\/70 {
    border-top-color: rgb(225 29 72 / 0.7);
  }

  .lg\:border-t-rose-600\/75 {
    border-top-color: rgb(225 29 72 / 0.75);
  }

  .lg\:border-t-rose-600\/80 {
    border-top-color: rgb(225 29 72 / 0.8);
  }

  .lg\:border-t-rose-600\/85 {
    border-top-color: rgb(225 29 72 / 0.85);
  }

  .lg\:border-t-rose-600\/90 {
    border-top-color: rgb(225 29 72 / 0.9);
  }

  .lg\:border-t-rose-600\/95 {
    border-top-color: rgb(225 29 72 / 0.95);
  }

  .lg\:border-t-rose-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(190 18 60 / var(--tw-border-opacity));
  }

  .lg\:border-t-rose-700\/0 {
    border-top-color: rgb(190 18 60 / 0);
  }

  .lg\:border-t-rose-700\/10 {
    border-top-color: rgb(190 18 60 / 0.1);
  }

  .lg\:border-t-rose-700\/100 {
    border-top-color: rgb(190 18 60 / 1);
  }

  .lg\:border-t-rose-700\/15 {
    border-top-color: rgb(190 18 60 / 0.15);
  }

  .lg\:border-t-rose-700\/20 {
    border-top-color: rgb(190 18 60 / 0.2);
  }

  .lg\:border-t-rose-700\/25 {
    border-top-color: rgb(190 18 60 / 0.25);
  }

  .lg\:border-t-rose-700\/30 {
    border-top-color: rgb(190 18 60 / 0.3);
  }

  .lg\:border-t-rose-700\/35 {
    border-top-color: rgb(190 18 60 / 0.35);
  }

  .lg\:border-t-rose-700\/40 {
    border-top-color: rgb(190 18 60 / 0.4);
  }

  .lg\:border-t-rose-700\/45 {
    border-top-color: rgb(190 18 60 / 0.45);
  }

  .lg\:border-t-rose-700\/5 {
    border-top-color: rgb(190 18 60 / 0.05);
  }

  .lg\:border-t-rose-700\/50 {
    border-top-color: rgb(190 18 60 / 0.5);
  }

  .lg\:border-t-rose-700\/55 {
    border-top-color: rgb(190 18 60 / 0.55);
  }

  .lg\:border-t-rose-700\/60 {
    border-top-color: rgb(190 18 60 / 0.6);
  }

  .lg\:border-t-rose-700\/65 {
    border-top-color: rgb(190 18 60 / 0.65);
  }

  .lg\:border-t-rose-700\/70 {
    border-top-color: rgb(190 18 60 / 0.7);
  }

  .lg\:border-t-rose-700\/75 {
    border-top-color: rgb(190 18 60 / 0.75);
  }

  .lg\:border-t-rose-700\/80 {
    border-top-color: rgb(190 18 60 / 0.8);
  }

  .lg\:border-t-rose-700\/85 {
    border-top-color: rgb(190 18 60 / 0.85);
  }

  .lg\:border-t-rose-700\/90 {
    border-top-color: rgb(190 18 60 / 0.9);
  }

  .lg\:border-t-rose-700\/95 {
    border-top-color: rgb(190 18 60 / 0.95);
  }

  .lg\:border-t-rose-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(159 18 57 / var(--tw-border-opacity));
  }

  .lg\:border-t-rose-800\/0 {
    border-top-color: rgb(159 18 57 / 0);
  }

  .lg\:border-t-rose-800\/10 {
    border-top-color: rgb(159 18 57 / 0.1);
  }

  .lg\:border-t-rose-800\/100 {
    border-top-color: rgb(159 18 57 / 1);
  }

  .lg\:border-t-rose-800\/15 {
    border-top-color: rgb(159 18 57 / 0.15);
  }

  .lg\:border-t-rose-800\/20 {
    border-top-color: rgb(159 18 57 / 0.2);
  }

  .lg\:border-t-rose-800\/25 {
    border-top-color: rgb(159 18 57 / 0.25);
  }

  .lg\:border-t-rose-800\/30 {
    border-top-color: rgb(159 18 57 / 0.3);
  }

  .lg\:border-t-rose-800\/35 {
    border-top-color: rgb(159 18 57 / 0.35);
  }

  .lg\:border-t-rose-800\/40 {
    border-top-color: rgb(159 18 57 / 0.4);
  }

  .lg\:border-t-rose-800\/45 {
    border-top-color: rgb(159 18 57 / 0.45);
  }

  .lg\:border-t-rose-800\/5 {
    border-top-color: rgb(159 18 57 / 0.05);
  }

  .lg\:border-t-rose-800\/50 {
    border-top-color: rgb(159 18 57 / 0.5);
  }

  .lg\:border-t-rose-800\/55 {
    border-top-color: rgb(159 18 57 / 0.55);
  }

  .lg\:border-t-rose-800\/60 {
    border-top-color: rgb(159 18 57 / 0.6);
  }

  .lg\:border-t-rose-800\/65 {
    border-top-color: rgb(159 18 57 / 0.65);
  }

  .lg\:border-t-rose-800\/70 {
    border-top-color: rgb(159 18 57 / 0.7);
  }

  .lg\:border-t-rose-800\/75 {
    border-top-color: rgb(159 18 57 / 0.75);
  }

  .lg\:border-t-rose-800\/80 {
    border-top-color: rgb(159 18 57 / 0.8);
  }

  .lg\:border-t-rose-800\/85 {
    border-top-color: rgb(159 18 57 / 0.85);
  }

  .lg\:border-t-rose-800\/90 {
    border-top-color: rgb(159 18 57 / 0.9);
  }

  .lg\:border-t-rose-800\/95 {
    border-top-color: rgb(159 18 57 / 0.95);
  }

  .lg\:border-t-rose-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(136 19 55 / var(--tw-border-opacity));
  }

  .lg\:border-t-rose-900\/0 {
    border-top-color: rgb(136 19 55 / 0);
  }

  .lg\:border-t-rose-900\/10 {
    border-top-color: rgb(136 19 55 / 0.1);
  }

  .lg\:border-t-rose-900\/100 {
    border-top-color: rgb(136 19 55 / 1);
  }

  .lg\:border-t-rose-900\/15 {
    border-top-color: rgb(136 19 55 / 0.15);
  }

  .lg\:border-t-rose-900\/20 {
    border-top-color: rgb(136 19 55 / 0.2);
  }

  .lg\:border-t-rose-900\/25 {
    border-top-color: rgb(136 19 55 / 0.25);
  }

  .lg\:border-t-rose-900\/30 {
    border-top-color: rgb(136 19 55 / 0.3);
  }

  .lg\:border-t-rose-900\/35 {
    border-top-color: rgb(136 19 55 / 0.35);
  }

  .lg\:border-t-rose-900\/40 {
    border-top-color: rgb(136 19 55 / 0.4);
  }

  .lg\:border-t-rose-900\/45 {
    border-top-color: rgb(136 19 55 / 0.45);
  }

  .lg\:border-t-rose-900\/5 {
    border-top-color: rgb(136 19 55 / 0.05);
  }

  .lg\:border-t-rose-900\/50 {
    border-top-color: rgb(136 19 55 / 0.5);
  }

  .lg\:border-t-rose-900\/55 {
    border-top-color: rgb(136 19 55 / 0.55);
  }

  .lg\:border-t-rose-900\/60 {
    border-top-color: rgb(136 19 55 / 0.6);
  }

  .lg\:border-t-rose-900\/65 {
    border-top-color: rgb(136 19 55 / 0.65);
  }

  .lg\:border-t-rose-900\/70 {
    border-top-color: rgb(136 19 55 / 0.7);
  }

  .lg\:border-t-rose-900\/75 {
    border-top-color: rgb(136 19 55 / 0.75);
  }

  .lg\:border-t-rose-900\/80 {
    border-top-color: rgb(136 19 55 / 0.8);
  }

  .lg\:border-t-rose-900\/85 {
    border-top-color: rgb(136 19 55 / 0.85);
  }

  .lg\:border-t-rose-900\/90 {
    border-top-color: rgb(136 19 55 / 0.9);
  }

  .lg\:border-t-rose-900\/95 {
    border-top-color: rgb(136 19 55 / 0.95);
  }

  .lg\:border-t-rose-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(76 5 25 / var(--tw-border-opacity));
  }

  .lg\:border-t-rose-950\/0 {
    border-top-color: rgb(76 5 25 / 0);
  }

  .lg\:border-t-rose-950\/10 {
    border-top-color: rgb(76 5 25 / 0.1);
  }

  .lg\:border-t-rose-950\/100 {
    border-top-color: rgb(76 5 25 / 1);
  }

  .lg\:border-t-rose-950\/15 {
    border-top-color: rgb(76 5 25 / 0.15);
  }

  .lg\:border-t-rose-950\/20 {
    border-top-color: rgb(76 5 25 / 0.2);
  }

  .lg\:border-t-rose-950\/25 {
    border-top-color: rgb(76 5 25 / 0.25);
  }

  .lg\:border-t-rose-950\/30 {
    border-top-color: rgb(76 5 25 / 0.3);
  }

  .lg\:border-t-rose-950\/35 {
    border-top-color: rgb(76 5 25 / 0.35);
  }

  .lg\:border-t-rose-950\/40 {
    border-top-color: rgb(76 5 25 / 0.4);
  }

  .lg\:border-t-rose-950\/45 {
    border-top-color: rgb(76 5 25 / 0.45);
  }

  .lg\:border-t-rose-950\/5 {
    border-top-color: rgb(76 5 25 / 0.05);
  }

  .lg\:border-t-rose-950\/50 {
    border-top-color: rgb(76 5 25 / 0.5);
  }

  .lg\:border-t-rose-950\/55 {
    border-top-color: rgb(76 5 25 / 0.55);
  }

  .lg\:border-t-rose-950\/60 {
    border-top-color: rgb(76 5 25 / 0.6);
  }

  .lg\:border-t-rose-950\/65 {
    border-top-color: rgb(76 5 25 / 0.65);
  }

  .lg\:border-t-rose-950\/70 {
    border-top-color: rgb(76 5 25 / 0.7);
  }

  .lg\:border-t-rose-950\/75 {
    border-top-color: rgb(76 5 25 / 0.75);
  }

  .lg\:border-t-rose-950\/80 {
    border-top-color: rgb(76 5 25 / 0.8);
  }

  .lg\:border-t-rose-950\/85 {
    border-top-color: rgb(76 5 25 / 0.85);
  }

  .lg\:border-t-rose-950\/90 {
    border-top-color: rgb(76 5 25 / 0.9);
  }

  .lg\:border-t-rose-950\/95 {
    border-top-color: rgb(76 5 25 / 0.95);
  }

  .lg\:border-t-sky-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(224 242 254 / var(--tw-border-opacity));
  }

  .lg\:border-t-sky-100\/0 {
    border-top-color: rgb(224 242 254 / 0);
  }

  .lg\:border-t-sky-100\/10 {
    border-top-color: rgb(224 242 254 / 0.1);
  }

  .lg\:border-t-sky-100\/100 {
    border-top-color: rgb(224 242 254 / 1);
  }

  .lg\:border-t-sky-100\/15 {
    border-top-color: rgb(224 242 254 / 0.15);
  }

  .lg\:border-t-sky-100\/20 {
    border-top-color: rgb(224 242 254 / 0.2);
  }

  .lg\:border-t-sky-100\/25 {
    border-top-color: rgb(224 242 254 / 0.25);
  }

  .lg\:border-t-sky-100\/30 {
    border-top-color: rgb(224 242 254 / 0.3);
  }

  .lg\:border-t-sky-100\/35 {
    border-top-color: rgb(224 242 254 / 0.35);
  }

  .lg\:border-t-sky-100\/40 {
    border-top-color: rgb(224 242 254 / 0.4);
  }

  .lg\:border-t-sky-100\/45 {
    border-top-color: rgb(224 242 254 / 0.45);
  }

  .lg\:border-t-sky-100\/5 {
    border-top-color: rgb(224 242 254 / 0.05);
  }

  .lg\:border-t-sky-100\/50 {
    border-top-color: rgb(224 242 254 / 0.5);
  }

  .lg\:border-t-sky-100\/55 {
    border-top-color: rgb(224 242 254 / 0.55);
  }

  .lg\:border-t-sky-100\/60 {
    border-top-color: rgb(224 242 254 / 0.6);
  }

  .lg\:border-t-sky-100\/65 {
    border-top-color: rgb(224 242 254 / 0.65);
  }

  .lg\:border-t-sky-100\/70 {
    border-top-color: rgb(224 242 254 / 0.7);
  }

  .lg\:border-t-sky-100\/75 {
    border-top-color: rgb(224 242 254 / 0.75);
  }

  .lg\:border-t-sky-100\/80 {
    border-top-color: rgb(224 242 254 / 0.8);
  }

  .lg\:border-t-sky-100\/85 {
    border-top-color: rgb(224 242 254 / 0.85);
  }

  .lg\:border-t-sky-100\/90 {
    border-top-color: rgb(224 242 254 / 0.9);
  }

  .lg\:border-t-sky-100\/95 {
    border-top-color: rgb(224 242 254 / 0.95);
  }

  .lg\:border-t-sky-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(186 230 253 / var(--tw-border-opacity));
  }

  .lg\:border-t-sky-200\/0 {
    border-top-color: rgb(186 230 253 / 0);
  }

  .lg\:border-t-sky-200\/10 {
    border-top-color: rgb(186 230 253 / 0.1);
  }

  .lg\:border-t-sky-200\/100 {
    border-top-color: rgb(186 230 253 / 1);
  }

  .lg\:border-t-sky-200\/15 {
    border-top-color: rgb(186 230 253 / 0.15);
  }

  .lg\:border-t-sky-200\/20 {
    border-top-color: rgb(186 230 253 / 0.2);
  }

  .lg\:border-t-sky-200\/25 {
    border-top-color: rgb(186 230 253 / 0.25);
  }

  .lg\:border-t-sky-200\/30 {
    border-top-color: rgb(186 230 253 / 0.3);
  }

  .lg\:border-t-sky-200\/35 {
    border-top-color: rgb(186 230 253 / 0.35);
  }

  .lg\:border-t-sky-200\/40 {
    border-top-color: rgb(186 230 253 / 0.4);
  }

  .lg\:border-t-sky-200\/45 {
    border-top-color: rgb(186 230 253 / 0.45);
  }

  .lg\:border-t-sky-200\/5 {
    border-top-color: rgb(186 230 253 / 0.05);
  }

  .lg\:border-t-sky-200\/50 {
    border-top-color: rgb(186 230 253 / 0.5);
  }

  .lg\:border-t-sky-200\/55 {
    border-top-color: rgb(186 230 253 / 0.55);
  }

  .lg\:border-t-sky-200\/60 {
    border-top-color: rgb(186 230 253 / 0.6);
  }

  .lg\:border-t-sky-200\/65 {
    border-top-color: rgb(186 230 253 / 0.65);
  }

  .lg\:border-t-sky-200\/70 {
    border-top-color: rgb(186 230 253 / 0.7);
  }

  .lg\:border-t-sky-200\/75 {
    border-top-color: rgb(186 230 253 / 0.75);
  }

  .lg\:border-t-sky-200\/80 {
    border-top-color: rgb(186 230 253 / 0.8);
  }

  .lg\:border-t-sky-200\/85 {
    border-top-color: rgb(186 230 253 / 0.85);
  }

  .lg\:border-t-sky-200\/90 {
    border-top-color: rgb(186 230 253 / 0.9);
  }

  .lg\:border-t-sky-200\/95 {
    border-top-color: rgb(186 230 253 / 0.95);
  }

  .lg\:border-t-sky-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(125 211 252 / var(--tw-border-opacity));
  }

  .lg\:border-t-sky-300\/0 {
    border-top-color: rgb(125 211 252 / 0);
  }

  .lg\:border-t-sky-300\/10 {
    border-top-color: rgb(125 211 252 / 0.1);
  }

  .lg\:border-t-sky-300\/100 {
    border-top-color: rgb(125 211 252 / 1);
  }

  .lg\:border-t-sky-300\/15 {
    border-top-color: rgb(125 211 252 / 0.15);
  }

  .lg\:border-t-sky-300\/20 {
    border-top-color: rgb(125 211 252 / 0.2);
  }

  .lg\:border-t-sky-300\/25 {
    border-top-color: rgb(125 211 252 / 0.25);
  }

  .lg\:border-t-sky-300\/30 {
    border-top-color: rgb(125 211 252 / 0.3);
  }

  .lg\:border-t-sky-300\/35 {
    border-top-color: rgb(125 211 252 / 0.35);
  }

  .lg\:border-t-sky-300\/40 {
    border-top-color: rgb(125 211 252 / 0.4);
  }

  .lg\:border-t-sky-300\/45 {
    border-top-color: rgb(125 211 252 / 0.45);
  }

  .lg\:border-t-sky-300\/5 {
    border-top-color: rgb(125 211 252 / 0.05);
  }

  .lg\:border-t-sky-300\/50 {
    border-top-color: rgb(125 211 252 / 0.5);
  }

  .lg\:border-t-sky-300\/55 {
    border-top-color: rgb(125 211 252 / 0.55);
  }

  .lg\:border-t-sky-300\/60 {
    border-top-color: rgb(125 211 252 / 0.6);
  }

  .lg\:border-t-sky-300\/65 {
    border-top-color: rgb(125 211 252 / 0.65);
  }

  .lg\:border-t-sky-300\/70 {
    border-top-color: rgb(125 211 252 / 0.7);
  }

  .lg\:border-t-sky-300\/75 {
    border-top-color: rgb(125 211 252 / 0.75);
  }

  .lg\:border-t-sky-300\/80 {
    border-top-color: rgb(125 211 252 / 0.8);
  }

  .lg\:border-t-sky-300\/85 {
    border-top-color: rgb(125 211 252 / 0.85);
  }

  .lg\:border-t-sky-300\/90 {
    border-top-color: rgb(125 211 252 / 0.9);
  }

  .lg\:border-t-sky-300\/95 {
    border-top-color: rgb(125 211 252 / 0.95);
  }

  .lg\:border-t-sky-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(56 189 248 / var(--tw-border-opacity));
  }

  .lg\:border-t-sky-400\/0 {
    border-top-color: rgb(56 189 248 / 0);
  }

  .lg\:border-t-sky-400\/10 {
    border-top-color: rgb(56 189 248 / 0.1);
  }

  .lg\:border-t-sky-400\/100 {
    border-top-color: rgb(56 189 248 / 1);
  }

  .lg\:border-t-sky-400\/15 {
    border-top-color: rgb(56 189 248 / 0.15);
  }

  .lg\:border-t-sky-400\/20 {
    border-top-color: rgb(56 189 248 / 0.2);
  }

  .lg\:border-t-sky-400\/25 {
    border-top-color: rgb(56 189 248 / 0.25);
  }

  .lg\:border-t-sky-400\/30 {
    border-top-color: rgb(56 189 248 / 0.3);
  }

  .lg\:border-t-sky-400\/35 {
    border-top-color: rgb(56 189 248 / 0.35);
  }

  .lg\:border-t-sky-400\/40 {
    border-top-color: rgb(56 189 248 / 0.4);
  }

  .lg\:border-t-sky-400\/45 {
    border-top-color: rgb(56 189 248 / 0.45);
  }

  .lg\:border-t-sky-400\/5 {
    border-top-color: rgb(56 189 248 / 0.05);
  }

  .lg\:border-t-sky-400\/50 {
    border-top-color: rgb(56 189 248 / 0.5);
  }

  .lg\:border-t-sky-400\/55 {
    border-top-color: rgb(56 189 248 / 0.55);
  }

  .lg\:border-t-sky-400\/60 {
    border-top-color: rgb(56 189 248 / 0.6);
  }

  .lg\:border-t-sky-400\/65 {
    border-top-color: rgb(56 189 248 / 0.65);
  }

  .lg\:border-t-sky-400\/70 {
    border-top-color: rgb(56 189 248 / 0.7);
  }

  .lg\:border-t-sky-400\/75 {
    border-top-color: rgb(56 189 248 / 0.75);
  }

  .lg\:border-t-sky-400\/80 {
    border-top-color: rgb(56 189 248 / 0.8);
  }

  .lg\:border-t-sky-400\/85 {
    border-top-color: rgb(56 189 248 / 0.85);
  }

  .lg\:border-t-sky-400\/90 {
    border-top-color: rgb(56 189 248 / 0.9);
  }

  .lg\:border-t-sky-400\/95 {
    border-top-color: rgb(56 189 248 / 0.95);
  }

  .lg\:border-t-sky-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(240 249 255 / var(--tw-border-opacity));
  }

  .lg\:border-t-sky-50\/0 {
    border-top-color: rgb(240 249 255 / 0);
  }

  .lg\:border-t-sky-50\/10 {
    border-top-color: rgb(240 249 255 / 0.1);
  }

  .lg\:border-t-sky-50\/100 {
    border-top-color: rgb(240 249 255 / 1);
  }

  .lg\:border-t-sky-50\/15 {
    border-top-color: rgb(240 249 255 / 0.15);
  }

  .lg\:border-t-sky-50\/20 {
    border-top-color: rgb(240 249 255 / 0.2);
  }

  .lg\:border-t-sky-50\/25 {
    border-top-color: rgb(240 249 255 / 0.25);
  }

  .lg\:border-t-sky-50\/30 {
    border-top-color: rgb(240 249 255 / 0.3);
  }

  .lg\:border-t-sky-50\/35 {
    border-top-color: rgb(240 249 255 / 0.35);
  }

  .lg\:border-t-sky-50\/40 {
    border-top-color: rgb(240 249 255 / 0.4);
  }

  .lg\:border-t-sky-50\/45 {
    border-top-color: rgb(240 249 255 / 0.45);
  }

  .lg\:border-t-sky-50\/5 {
    border-top-color: rgb(240 249 255 / 0.05);
  }

  .lg\:border-t-sky-50\/50 {
    border-top-color: rgb(240 249 255 / 0.5);
  }

  .lg\:border-t-sky-50\/55 {
    border-top-color: rgb(240 249 255 / 0.55);
  }

  .lg\:border-t-sky-50\/60 {
    border-top-color: rgb(240 249 255 / 0.6);
  }

  .lg\:border-t-sky-50\/65 {
    border-top-color: rgb(240 249 255 / 0.65);
  }

  .lg\:border-t-sky-50\/70 {
    border-top-color: rgb(240 249 255 / 0.7);
  }

  .lg\:border-t-sky-50\/75 {
    border-top-color: rgb(240 249 255 / 0.75);
  }

  .lg\:border-t-sky-50\/80 {
    border-top-color: rgb(240 249 255 / 0.8);
  }

  .lg\:border-t-sky-50\/85 {
    border-top-color: rgb(240 249 255 / 0.85);
  }

  .lg\:border-t-sky-50\/90 {
    border-top-color: rgb(240 249 255 / 0.9);
  }

  .lg\:border-t-sky-50\/95 {
    border-top-color: rgb(240 249 255 / 0.95);
  }

  .lg\:border-t-sky-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(14 165 233 / var(--tw-border-opacity));
  }

  .lg\:border-t-sky-500\/0 {
    border-top-color: rgb(14 165 233 / 0);
  }

  .lg\:border-t-sky-500\/10 {
    border-top-color: rgb(14 165 233 / 0.1);
  }

  .lg\:border-t-sky-500\/100 {
    border-top-color: rgb(14 165 233 / 1);
  }

  .lg\:border-t-sky-500\/15 {
    border-top-color: rgb(14 165 233 / 0.15);
  }

  .lg\:border-t-sky-500\/20 {
    border-top-color: rgb(14 165 233 / 0.2);
  }

  .lg\:border-t-sky-500\/25 {
    border-top-color: rgb(14 165 233 / 0.25);
  }

  .lg\:border-t-sky-500\/30 {
    border-top-color: rgb(14 165 233 / 0.3);
  }

  .lg\:border-t-sky-500\/35 {
    border-top-color: rgb(14 165 233 / 0.35);
  }

  .lg\:border-t-sky-500\/40 {
    border-top-color: rgb(14 165 233 / 0.4);
  }

  .lg\:border-t-sky-500\/45 {
    border-top-color: rgb(14 165 233 / 0.45);
  }

  .lg\:border-t-sky-500\/5 {
    border-top-color: rgb(14 165 233 / 0.05);
  }

  .lg\:border-t-sky-500\/50 {
    border-top-color: rgb(14 165 233 / 0.5);
  }

  .lg\:border-t-sky-500\/55 {
    border-top-color: rgb(14 165 233 / 0.55);
  }

  .lg\:border-t-sky-500\/60 {
    border-top-color: rgb(14 165 233 / 0.6);
  }

  .lg\:border-t-sky-500\/65 {
    border-top-color: rgb(14 165 233 / 0.65);
  }

  .lg\:border-t-sky-500\/70 {
    border-top-color: rgb(14 165 233 / 0.7);
  }

  .lg\:border-t-sky-500\/75 {
    border-top-color: rgb(14 165 233 / 0.75);
  }

  .lg\:border-t-sky-500\/80 {
    border-top-color: rgb(14 165 233 / 0.8);
  }

  .lg\:border-t-sky-500\/85 {
    border-top-color: rgb(14 165 233 / 0.85);
  }

  .lg\:border-t-sky-500\/90 {
    border-top-color: rgb(14 165 233 / 0.9);
  }

  .lg\:border-t-sky-500\/95 {
    border-top-color: rgb(14 165 233 / 0.95);
  }

  .lg\:border-t-sky-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(2 132 199 / var(--tw-border-opacity));
  }

  .lg\:border-t-sky-600\/0 {
    border-top-color: rgb(2 132 199 / 0);
  }

  .lg\:border-t-sky-600\/10 {
    border-top-color: rgb(2 132 199 / 0.1);
  }

  .lg\:border-t-sky-600\/100 {
    border-top-color: rgb(2 132 199 / 1);
  }

  .lg\:border-t-sky-600\/15 {
    border-top-color: rgb(2 132 199 / 0.15);
  }

  .lg\:border-t-sky-600\/20 {
    border-top-color: rgb(2 132 199 / 0.2);
  }

  .lg\:border-t-sky-600\/25 {
    border-top-color: rgb(2 132 199 / 0.25);
  }

  .lg\:border-t-sky-600\/30 {
    border-top-color: rgb(2 132 199 / 0.3);
  }

  .lg\:border-t-sky-600\/35 {
    border-top-color: rgb(2 132 199 / 0.35);
  }

  .lg\:border-t-sky-600\/40 {
    border-top-color: rgb(2 132 199 / 0.4);
  }

  .lg\:border-t-sky-600\/45 {
    border-top-color: rgb(2 132 199 / 0.45);
  }

  .lg\:border-t-sky-600\/5 {
    border-top-color: rgb(2 132 199 / 0.05);
  }

  .lg\:border-t-sky-600\/50 {
    border-top-color: rgb(2 132 199 / 0.5);
  }

  .lg\:border-t-sky-600\/55 {
    border-top-color: rgb(2 132 199 / 0.55);
  }

  .lg\:border-t-sky-600\/60 {
    border-top-color: rgb(2 132 199 / 0.6);
  }

  .lg\:border-t-sky-600\/65 {
    border-top-color: rgb(2 132 199 / 0.65);
  }

  .lg\:border-t-sky-600\/70 {
    border-top-color: rgb(2 132 199 / 0.7);
  }

  .lg\:border-t-sky-600\/75 {
    border-top-color: rgb(2 132 199 / 0.75);
  }

  .lg\:border-t-sky-600\/80 {
    border-top-color: rgb(2 132 199 / 0.8);
  }

  .lg\:border-t-sky-600\/85 {
    border-top-color: rgb(2 132 199 / 0.85);
  }

  .lg\:border-t-sky-600\/90 {
    border-top-color: rgb(2 132 199 / 0.9);
  }

  .lg\:border-t-sky-600\/95 {
    border-top-color: rgb(2 132 199 / 0.95);
  }

  .lg\:border-t-sky-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(3 105 161 / var(--tw-border-opacity));
  }

  .lg\:border-t-sky-700\/0 {
    border-top-color: rgb(3 105 161 / 0);
  }

  .lg\:border-t-sky-700\/10 {
    border-top-color: rgb(3 105 161 / 0.1);
  }

  .lg\:border-t-sky-700\/100 {
    border-top-color: rgb(3 105 161 / 1);
  }

  .lg\:border-t-sky-700\/15 {
    border-top-color: rgb(3 105 161 / 0.15);
  }

  .lg\:border-t-sky-700\/20 {
    border-top-color: rgb(3 105 161 / 0.2);
  }

  .lg\:border-t-sky-700\/25 {
    border-top-color: rgb(3 105 161 / 0.25);
  }

  .lg\:border-t-sky-700\/30 {
    border-top-color: rgb(3 105 161 / 0.3);
  }

  .lg\:border-t-sky-700\/35 {
    border-top-color: rgb(3 105 161 / 0.35);
  }

  .lg\:border-t-sky-700\/40 {
    border-top-color: rgb(3 105 161 / 0.4);
  }

  .lg\:border-t-sky-700\/45 {
    border-top-color: rgb(3 105 161 / 0.45);
  }

  .lg\:border-t-sky-700\/5 {
    border-top-color: rgb(3 105 161 / 0.05);
  }

  .lg\:border-t-sky-700\/50 {
    border-top-color: rgb(3 105 161 / 0.5);
  }

  .lg\:border-t-sky-700\/55 {
    border-top-color: rgb(3 105 161 / 0.55);
  }

  .lg\:border-t-sky-700\/60 {
    border-top-color: rgb(3 105 161 / 0.6);
  }

  .lg\:border-t-sky-700\/65 {
    border-top-color: rgb(3 105 161 / 0.65);
  }

  .lg\:border-t-sky-700\/70 {
    border-top-color: rgb(3 105 161 / 0.7);
  }

  .lg\:border-t-sky-700\/75 {
    border-top-color: rgb(3 105 161 / 0.75);
  }

  .lg\:border-t-sky-700\/80 {
    border-top-color: rgb(3 105 161 / 0.8);
  }

  .lg\:border-t-sky-700\/85 {
    border-top-color: rgb(3 105 161 / 0.85);
  }

  .lg\:border-t-sky-700\/90 {
    border-top-color: rgb(3 105 161 / 0.9);
  }

  .lg\:border-t-sky-700\/95 {
    border-top-color: rgb(3 105 161 / 0.95);
  }

  .lg\:border-t-sky-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(7 89 133 / var(--tw-border-opacity));
  }

  .lg\:border-t-sky-800\/0 {
    border-top-color: rgb(7 89 133 / 0);
  }

  .lg\:border-t-sky-800\/10 {
    border-top-color: rgb(7 89 133 / 0.1);
  }

  .lg\:border-t-sky-800\/100 {
    border-top-color: rgb(7 89 133 / 1);
  }

  .lg\:border-t-sky-800\/15 {
    border-top-color: rgb(7 89 133 / 0.15);
  }

  .lg\:border-t-sky-800\/20 {
    border-top-color: rgb(7 89 133 / 0.2);
  }

  .lg\:border-t-sky-800\/25 {
    border-top-color: rgb(7 89 133 / 0.25);
  }

  .lg\:border-t-sky-800\/30 {
    border-top-color: rgb(7 89 133 / 0.3);
  }

  .lg\:border-t-sky-800\/35 {
    border-top-color: rgb(7 89 133 / 0.35);
  }

  .lg\:border-t-sky-800\/40 {
    border-top-color: rgb(7 89 133 / 0.4);
  }

  .lg\:border-t-sky-800\/45 {
    border-top-color: rgb(7 89 133 / 0.45);
  }

  .lg\:border-t-sky-800\/5 {
    border-top-color: rgb(7 89 133 / 0.05);
  }

  .lg\:border-t-sky-800\/50 {
    border-top-color: rgb(7 89 133 / 0.5);
  }

  .lg\:border-t-sky-800\/55 {
    border-top-color: rgb(7 89 133 / 0.55);
  }

  .lg\:border-t-sky-800\/60 {
    border-top-color: rgb(7 89 133 / 0.6);
  }

  .lg\:border-t-sky-800\/65 {
    border-top-color: rgb(7 89 133 / 0.65);
  }

  .lg\:border-t-sky-800\/70 {
    border-top-color: rgb(7 89 133 / 0.7);
  }

  .lg\:border-t-sky-800\/75 {
    border-top-color: rgb(7 89 133 / 0.75);
  }

  .lg\:border-t-sky-800\/80 {
    border-top-color: rgb(7 89 133 / 0.8);
  }

  .lg\:border-t-sky-800\/85 {
    border-top-color: rgb(7 89 133 / 0.85);
  }

  .lg\:border-t-sky-800\/90 {
    border-top-color: rgb(7 89 133 / 0.9);
  }

  .lg\:border-t-sky-800\/95 {
    border-top-color: rgb(7 89 133 / 0.95);
  }

  .lg\:border-t-sky-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(12 74 110 / var(--tw-border-opacity));
  }

  .lg\:border-t-sky-900\/0 {
    border-top-color: rgb(12 74 110 / 0);
  }

  .lg\:border-t-sky-900\/10 {
    border-top-color: rgb(12 74 110 / 0.1);
  }

  .lg\:border-t-sky-900\/100 {
    border-top-color: rgb(12 74 110 / 1);
  }

  .lg\:border-t-sky-900\/15 {
    border-top-color: rgb(12 74 110 / 0.15);
  }

  .lg\:border-t-sky-900\/20 {
    border-top-color: rgb(12 74 110 / 0.2);
  }

  .lg\:border-t-sky-900\/25 {
    border-top-color: rgb(12 74 110 / 0.25);
  }

  .lg\:border-t-sky-900\/30 {
    border-top-color: rgb(12 74 110 / 0.3);
  }

  .lg\:border-t-sky-900\/35 {
    border-top-color: rgb(12 74 110 / 0.35);
  }

  .lg\:border-t-sky-900\/40 {
    border-top-color: rgb(12 74 110 / 0.4);
  }

  .lg\:border-t-sky-900\/45 {
    border-top-color: rgb(12 74 110 / 0.45);
  }

  .lg\:border-t-sky-900\/5 {
    border-top-color: rgb(12 74 110 / 0.05);
  }

  .lg\:border-t-sky-900\/50 {
    border-top-color: rgb(12 74 110 / 0.5);
  }

  .lg\:border-t-sky-900\/55 {
    border-top-color: rgb(12 74 110 / 0.55);
  }

  .lg\:border-t-sky-900\/60 {
    border-top-color: rgb(12 74 110 / 0.6);
  }

  .lg\:border-t-sky-900\/65 {
    border-top-color: rgb(12 74 110 / 0.65);
  }

  .lg\:border-t-sky-900\/70 {
    border-top-color: rgb(12 74 110 / 0.7);
  }

  .lg\:border-t-sky-900\/75 {
    border-top-color: rgb(12 74 110 / 0.75);
  }

  .lg\:border-t-sky-900\/80 {
    border-top-color: rgb(12 74 110 / 0.8);
  }

  .lg\:border-t-sky-900\/85 {
    border-top-color: rgb(12 74 110 / 0.85);
  }

  .lg\:border-t-sky-900\/90 {
    border-top-color: rgb(12 74 110 / 0.9);
  }

  .lg\:border-t-sky-900\/95 {
    border-top-color: rgb(12 74 110 / 0.95);
  }

  .lg\:border-t-sky-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(8 47 73 / var(--tw-border-opacity));
  }

  .lg\:border-t-sky-950\/0 {
    border-top-color: rgb(8 47 73 / 0);
  }

  .lg\:border-t-sky-950\/10 {
    border-top-color: rgb(8 47 73 / 0.1);
  }

  .lg\:border-t-sky-950\/100 {
    border-top-color: rgb(8 47 73 / 1);
  }

  .lg\:border-t-sky-950\/15 {
    border-top-color: rgb(8 47 73 / 0.15);
  }

  .lg\:border-t-sky-950\/20 {
    border-top-color: rgb(8 47 73 / 0.2);
  }

  .lg\:border-t-sky-950\/25 {
    border-top-color: rgb(8 47 73 / 0.25);
  }

  .lg\:border-t-sky-950\/30 {
    border-top-color: rgb(8 47 73 / 0.3);
  }

  .lg\:border-t-sky-950\/35 {
    border-top-color: rgb(8 47 73 / 0.35);
  }

  .lg\:border-t-sky-950\/40 {
    border-top-color: rgb(8 47 73 / 0.4);
  }

  .lg\:border-t-sky-950\/45 {
    border-top-color: rgb(8 47 73 / 0.45);
  }

  .lg\:border-t-sky-950\/5 {
    border-top-color: rgb(8 47 73 / 0.05);
  }

  .lg\:border-t-sky-950\/50 {
    border-top-color: rgb(8 47 73 / 0.5);
  }

  .lg\:border-t-sky-950\/55 {
    border-top-color: rgb(8 47 73 / 0.55);
  }

  .lg\:border-t-sky-950\/60 {
    border-top-color: rgb(8 47 73 / 0.6);
  }

  .lg\:border-t-sky-950\/65 {
    border-top-color: rgb(8 47 73 / 0.65);
  }

  .lg\:border-t-sky-950\/70 {
    border-top-color: rgb(8 47 73 / 0.7);
  }

  .lg\:border-t-sky-950\/75 {
    border-top-color: rgb(8 47 73 / 0.75);
  }

  .lg\:border-t-sky-950\/80 {
    border-top-color: rgb(8 47 73 / 0.8);
  }

  .lg\:border-t-sky-950\/85 {
    border-top-color: rgb(8 47 73 / 0.85);
  }

  .lg\:border-t-sky-950\/90 {
    border-top-color: rgb(8 47 73 / 0.9);
  }

  .lg\:border-t-sky-950\/95 {
    border-top-color: rgb(8 47 73 / 0.95);
  }

  .lg\:border-t-slate-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(241 245 249 / var(--tw-border-opacity));
  }

  .lg\:border-t-slate-100\/0 {
    border-top-color: rgb(241 245 249 / 0);
  }

  .lg\:border-t-slate-100\/10 {
    border-top-color: rgb(241 245 249 / 0.1);
  }

  .lg\:border-t-slate-100\/100 {
    border-top-color: rgb(241 245 249 / 1);
  }

  .lg\:border-t-slate-100\/15 {
    border-top-color: rgb(241 245 249 / 0.15);
  }

  .lg\:border-t-slate-100\/20 {
    border-top-color: rgb(241 245 249 / 0.2);
  }

  .lg\:border-t-slate-100\/25 {
    border-top-color: rgb(241 245 249 / 0.25);
  }

  .lg\:border-t-slate-100\/30 {
    border-top-color: rgb(241 245 249 / 0.3);
  }

  .lg\:border-t-slate-100\/35 {
    border-top-color: rgb(241 245 249 / 0.35);
  }

  .lg\:border-t-slate-100\/40 {
    border-top-color: rgb(241 245 249 / 0.4);
  }

  .lg\:border-t-slate-100\/45 {
    border-top-color: rgb(241 245 249 / 0.45);
  }

  .lg\:border-t-slate-100\/5 {
    border-top-color: rgb(241 245 249 / 0.05);
  }

  .lg\:border-t-slate-100\/50 {
    border-top-color: rgb(241 245 249 / 0.5);
  }

  .lg\:border-t-slate-100\/55 {
    border-top-color: rgb(241 245 249 / 0.55);
  }

  .lg\:border-t-slate-100\/60 {
    border-top-color: rgb(241 245 249 / 0.6);
  }

  .lg\:border-t-slate-100\/65 {
    border-top-color: rgb(241 245 249 / 0.65);
  }

  .lg\:border-t-slate-100\/70 {
    border-top-color: rgb(241 245 249 / 0.7);
  }

  .lg\:border-t-slate-100\/75 {
    border-top-color: rgb(241 245 249 / 0.75);
  }

  .lg\:border-t-slate-100\/80 {
    border-top-color: rgb(241 245 249 / 0.8);
  }

  .lg\:border-t-slate-100\/85 {
    border-top-color: rgb(241 245 249 / 0.85);
  }

  .lg\:border-t-slate-100\/90 {
    border-top-color: rgb(241 245 249 / 0.9);
  }

  .lg\:border-t-slate-100\/95 {
    border-top-color: rgb(241 245 249 / 0.95);
  }

  .lg\:border-t-slate-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(226 232 240 / var(--tw-border-opacity));
  }

  .lg\:border-t-slate-200\/0 {
    border-top-color: rgb(226 232 240 / 0);
  }

  .lg\:border-t-slate-200\/10 {
    border-top-color: rgb(226 232 240 / 0.1);
  }

  .lg\:border-t-slate-200\/100 {
    border-top-color: rgb(226 232 240 / 1);
  }

  .lg\:border-t-slate-200\/15 {
    border-top-color: rgb(226 232 240 / 0.15);
  }

  .lg\:border-t-slate-200\/20 {
    border-top-color: rgb(226 232 240 / 0.2);
  }

  .lg\:border-t-slate-200\/25 {
    border-top-color: rgb(226 232 240 / 0.25);
  }

  .lg\:border-t-slate-200\/30 {
    border-top-color: rgb(226 232 240 / 0.3);
  }

  .lg\:border-t-slate-200\/35 {
    border-top-color: rgb(226 232 240 / 0.35);
  }

  .lg\:border-t-slate-200\/40 {
    border-top-color: rgb(226 232 240 / 0.4);
  }

  .lg\:border-t-slate-200\/45 {
    border-top-color: rgb(226 232 240 / 0.45);
  }

  .lg\:border-t-slate-200\/5 {
    border-top-color: rgb(226 232 240 / 0.05);
  }

  .lg\:border-t-slate-200\/50 {
    border-top-color: rgb(226 232 240 / 0.5);
  }

  .lg\:border-t-slate-200\/55 {
    border-top-color: rgb(226 232 240 / 0.55);
  }

  .lg\:border-t-slate-200\/60 {
    border-top-color: rgb(226 232 240 / 0.6);
  }

  .lg\:border-t-slate-200\/65 {
    border-top-color: rgb(226 232 240 / 0.65);
  }

  .lg\:border-t-slate-200\/70 {
    border-top-color: rgb(226 232 240 / 0.7);
  }

  .lg\:border-t-slate-200\/75 {
    border-top-color: rgb(226 232 240 / 0.75);
  }

  .lg\:border-t-slate-200\/80 {
    border-top-color: rgb(226 232 240 / 0.8);
  }

  .lg\:border-t-slate-200\/85 {
    border-top-color: rgb(226 232 240 / 0.85);
  }

  .lg\:border-t-slate-200\/90 {
    border-top-color: rgb(226 232 240 / 0.9);
  }

  .lg\:border-t-slate-200\/95 {
    border-top-color: rgb(226 232 240 / 0.95);
  }

  .lg\:border-t-slate-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(203 213 225 / var(--tw-border-opacity));
  }

  .lg\:border-t-slate-300\/0 {
    border-top-color: rgb(203 213 225 / 0);
  }

  .lg\:border-t-slate-300\/10 {
    border-top-color: rgb(203 213 225 / 0.1);
  }

  .lg\:border-t-slate-300\/100 {
    border-top-color: rgb(203 213 225 / 1);
  }

  .lg\:border-t-slate-300\/15 {
    border-top-color: rgb(203 213 225 / 0.15);
  }

  .lg\:border-t-slate-300\/20 {
    border-top-color: rgb(203 213 225 / 0.2);
  }

  .lg\:border-t-slate-300\/25 {
    border-top-color: rgb(203 213 225 / 0.25);
  }

  .lg\:border-t-slate-300\/30 {
    border-top-color: rgb(203 213 225 / 0.3);
  }

  .lg\:border-t-slate-300\/35 {
    border-top-color: rgb(203 213 225 / 0.35);
  }

  .lg\:border-t-slate-300\/40 {
    border-top-color: rgb(203 213 225 / 0.4);
  }

  .lg\:border-t-slate-300\/45 {
    border-top-color: rgb(203 213 225 / 0.45);
  }

  .lg\:border-t-slate-300\/5 {
    border-top-color: rgb(203 213 225 / 0.05);
  }

  .lg\:border-t-slate-300\/50 {
    border-top-color: rgb(203 213 225 / 0.5);
  }

  .lg\:border-t-slate-300\/55 {
    border-top-color: rgb(203 213 225 / 0.55);
  }

  .lg\:border-t-slate-300\/60 {
    border-top-color: rgb(203 213 225 / 0.6);
  }

  .lg\:border-t-slate-300\/65 {
    border-top-color: rgb(203 213 225 / 0.65);
  }

  .lg\:border-t-slate-300\/70 {
    border-top-color: rgb(203 213 225 / 0.7);
  }

  .lg\:border-t-slate-300\/75 {
    border-top-color: rgb(203 213 225 / 0.75);
  }

  .lg\:border-t-slate-300\/80 {
    border-top-color: rgb(203 213 225 / 0.8);
  }

  .lg\:border-t-slate-300\/85 {
    border-top-color: rgb(203 213 225 / 0.85);
  }

  .lg\:border-t-slate-300\/90 {
    border-top-color: rgb(203 213 225 / 0.9);
  }

  .lg\:border-t-slate-300\/95 {
    border-top-color: rgb(203 213 225 / 0.95);
  }

  .lg\:border-t-slate-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(148 163 184 / var(--tw-border-opacity));
  }

  .lg\:border-t-slate-400\/0 {
    border-top-color: rgb(148 163 184 / 0);
  }

  .lg\:border-t-slate-400\/10 {
    border-top-color: rgb(148 163 184 / 0.1);
  }

  .lg\:border-t-slate-400\/100 {
    border-top-color: rgb(148 163 184 / 1);
  }

  .lg\:border-t-slate-400\/15 {
    border-top-color: rgb(148 163 184 / 0.15);
  }

  .lg\:border-t-slate-400\/20 {
    border-top-color: rgb(148 163 184 / 0.2);
  }

  .lg\:border-t-slate-400\/25 {
    border-top-color: rgb(148 163 184 / 0.25);
  }

  .lg\:border-t-slate-400\/30 {
    border-top-color: rgb(148 163 184 / 0.3);
  }

  .lg\:border-t-slate-400\/35 {
    border-top-color: rgb(148 163 184 / 0.35);
  }

  .lg\:border-t-slate-400\/40 {
    border-top-color: rgb(148 163 184 / 0.4);
  }

  .lg\:border-t-slate-400\/45 {
    border-top-color: rgb(148 163 184 / 0.45);
  }

  .lg\:border-t-slate-400\/5 {
    border-top-color: rgb(148 163 184 / 0.05);
  }

  .lg\:border-t-slate-400\/50 {
    border-top-color: rgb(148 163 184 / 0.5);
  }

  .lg\:border-t-slate-400\/55 {
    border-top-color: rgb(148 163 184 / 0.55);
  }

  .lg\:border-t-slate-400\/60 {
    border-top-color: rgb(148 163 184 / 0.6);
  }

  .lg\:border-t-slate-400\/65 {
    border-top-color: rgb(148 163 184 / 0.65);
  }

  .lg\:border-t-slate-400\/70 {
    border-top-color: rgb(148 163 184 / 0.7);
  }

  .lg\:border-t-slate-400\/75 {
    border-top-color: rgb(148 163 184 / 0.75);
  }

  .lg\:border-t-slate-400\/80 {
    border-top-color: rgb(148 163 184 / 0.8);
  }

  .lg\:border-t-slate-400\/85 {
    border-top-color: rgb(148 163 184 / 0.85);
  }

  .lg\:border-t-slate-400\/90 {
    border-top-color: rgb(148 163 184 / 0.9);
  }

  .lg\:border-t-slate-400\/95 {
    border-top-color: rgb(148 163 184 / 0.95);
  }

  .lg\:border-t-slate-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(248 250 252 / var(--tw-border-opacity));
  }

  .lg\:border-t-slate-50\/0 {
    border-top-color: rgb(248 250 252 / 0);
  }

  .lg\:border-t-slate-50\/10 {
    border-top-color: rgb(248 250 252 / 0.1);
  }

  .lg\:border-t-slate-50\/100 {
    border-top-color: rgb(248 250 252 / 1);
  }

  .lg\:border-t-slate-50\/15 {
    border-top-color: rgb(248 250 252 / 0.15);
  }

  .lg\:border-t-slate-50\/20 {
    border-top-color: rgb(248 250 252 / 0.2);
  }

  .lg\:border-t-slate-50\/25 {
    border-top-color: rgb(248 250 252 / 0.25);
  }

  .lg\:border-t-slate-50\/30 {
    border-top-color: rgb(248 250 252 / 0.3);
  }

  .lg\:border-t-slate-50\/35 {
    border-top-color: rgb(248 250 252 / 0.35);
  }

  .lg\:border-t-slate-50\/40 {
    border-top-color: rgb(248 250 252 / 0.4);
  }

  .lg\:border-t-slate-50\/45 {
    border-top-color: rgb(248 250 252 / 0.45);
  }

  .lg\:border-t-slate-50\/5 {
    border-top-color: rgb(248 250 252 / 0.05);
  }

  .lg\:border-t-slate-50\/50 {
    border-top-color: rgb(248 250 252 / 0.5);
  }

  .lg\:border-t-slate-50\/55 {
    border-top-color: rgb(248 250 252 / 0.55);
  }

  .lg\:border-t-slate-50\/60 {
    border-top-color: rgb(248 250 252 / 0.6);
  }

  .lg\:border-t-slate-50\/65 {
    border-top-color: rgb(248 250 252 / 0.65);
  }

  .lg\:border-t-slate-50\/70 {
    border-top-color: rgb(248 250 252 / 0.7);
  }

  .lg\:border-t-slate-50\/75 {
    border-top-color: rgb(248 250 252 / 0.75);
  }

  .lg\:border-t-slate-50\/80 {
    border-top-color: rgb(248 250 252 / 0.8);
  }

  .lg\:border-t-slate-50\/85 {
    border-top-color: rgb(248 250 252 / 0.85);
  }

  .lg\:border-t-slate-50\/90 {
    border-top-color: rgb(248 250 252 / 0.9);
  }

  .lg\:border-t-slate-50\/95 {
    border-top-color: rgb(248 250 252 / 0.95);
  }

  .lg\:border-t-slate-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(100 116 139 / var(--tw-border-opacity));
  }

  .lg\:border-t-slate-500\/0 {
    border-top-color: rgb(100 116 139 / 0);
  }

  .lg\:border-t-slate-500\/10 {
    border-top-color: rgb(100 116 139 / 0.1);
  }

  .lg\:border-t-slate-500\/100 {
    border-top-color: rgb(100 116 139 / 1);
  }

  .lg\:border-t-slate-500\/15 {
    border-top-color: rgb(100 116 139 / 0.15);
  }

  .lg\:border-t-slate-500\/20 {
    border-top-color: rgb(100 116 139 / 0.2);
  }

  .lg\:border-t-slate-500\/25 {
    border-top-color: rgb(100 116 139 / 0.25);
  }

  .lg\:border-t-slate-500\/30 {
    border-top-color: rgb(100 116 139 / 0.3);
  }

  .lg\:border-t-slate-500\/35 {
    border-top-color: rgb(100 116 139 / 0.35);
  }

  .lg\:border-t-slate-500\/40 {
    border-top-color: rgb(100 116 139 / 0.4);
  }

  .lg\:border-t-slate-500\/45 {
    border-top-color: rgb(100 116 139 / 0.45);
  }

  .lg\:border-t-slate-500\/5 {
    border-top-color: rgb(100 116 139 / 0.05);
  }

  .lg\:border-t-slate-500\/50 {
    border-top-color: rgb(100 116 139 / 0.5);
  }

  .lg\:border-t-slate-500\/55 {
    border-top-color: rgb(100 116 139 / 0.55);
  }

  .lg\:border-t-slate-500\/60 {
    border-top-color: rgb(100 116 139 / 0.6);
  }

  .lg\:border-t-slate-500\/65 {
    border-top-color: rgb(100 116 139 / 0.65);
  }

  .lg\:border-t-slate-500\/70 {
    border-top-color: rgb(100 116 139 / 0.7);
  }

  .lg\:border-t-slate-500\/75 {
    border-top-color: rgb(100 116 139 / 0.75);
  }

  .lg\:border-t-slate-500\/80 {
    border-top-color: rgb(100 116 139 / 0.8);
  }

  .lg\:border-t-slate-500\/85 {
    border-top-color: rgb(100 116 139 / 0.85);
  }

  .lg\:border-t-slate-500\/90 {
    border-top-color: rgb(100 116 139 / 0.9);
  }

  .lg\:border-t-slate-500\/95 {
    border-top-color: rgb(100 116 139 / 0.95);
  }

  .lg\:border-t-slate-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(71 85 105 / var(--tw-border-opacity));
  }

  .lg\:border-t-slate-600\/0 {
    border-top-color: rgb(71 85 105 / 0);
  }

  .lg\:border-t-slate-600\/10 {
    border-top-color: rgb(71 85 105 / 0.1);
  }

  .lg\:border-t-slate-600\/100 {
    border-top-color: rgb(71 85 105 / 1);
  }

  .lg\:border-t-slate-600\/15 {
    border-top-color: rgb(71 85 105 / 0.15);
  }

  .lg\:border-t-slate-600\/20 {
    border-top-color: rgb(71 85 105 / 0.2);
  }

  .lg\:border-t-slate-600\/25 {
    border-top-color: rgb(71 85 105 / 0.25);
  }

  .lg\:border-t-slate-600\/30 {
    border-top-color: rgb(71 85 105 / 0.3);
  }

  .lg\:border-t-slate-600\/35 {
    border-top-color: rgb(71 85 105 / 0.35);
  }

  .lg\:border-t-slate-600\/40 {
    border-top-color: rgb(71 85 105 / 0.4);
  }

  .lg\:border-t-slate-600\/45 {
    border-top-color: rgb(71 85 105 / 0.45);
  }

  .lg\:border-t-slate-600\/5 {
    border-top-color: rgb(71 85 105 / 0.05);
  }

  .lg\:border-t-slate-600\/50 {
    border-top-color: rgb(71 85 105 / 0.5);
  }

  .lg\:border-t-slate-600\/55 {
    border-top-color: rgb(71 85 105 / 0.55);
  }

  .lg\:border-t-slate-600\/60 {
    border-top-color: rgb(71 85 105 / 0.6);
  }

  .lg\:border-t-slate-600\/65 {
    border-top-color: rgb(71 85 105 / 0.65);
  }

  .lg\:border-t-slate-600\/70 {
    border-top-color: rgb(71 85 105 / 0.7);
  }

  .lg\:border-t-slate-600\/75 {
    border-top-color: rgb(71 85 105 / 0.75);
  }

  .lg\:border-t-slate-600\/80 {
    border-top-color: rgb(71 85 105 / 0.8);
  }

  .lg\:border-t-slate-600\/85 {
    border-top-color: rgb(71 85 105 / 0.85);
  }

  .lg\:border-t-slate-600\/90 {
    border-top-color: rgb(71 85 105 / 0.9);
  }

  .lg\:border-t-slate-600\/95 {
    border-top-color: rgb(71 85 105 / 0.95);
  }

  .lg\:border-t-slate-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(51 65 85 / var(--tw-border-opacity));
  }

  .lg\:border-t-slate-700\/0 {
    border-top-color: rgb(51 65 85 / 0);
  }

  .lg\:border-t-slate-700\/10 {
    border-top-color: rgb(51 65 85 / 0.1);
  }

  .lg\:border-t-slate-700\/100 {
    border-top-color: rgb(51 65 85 / 1);
  }

  .lg\:border-t-slate-700\/15 {
    border-top-color: rgb(51 65 85 / 0.15);
  }

  .lg\:border-t-slate-700\/20 {
    border-top-color: rgb(51 65 85 / 0.2);
  }

  .lg\:border-t-slate-700\/25 {
    border-top-color: rgb(51 65 85 / 0.25);
  }

  .lg\:border-t-slate-700\/30 {
    border-top-color: rgb(51 65 85 / 0.3);
  }

  .lg\:border-t-slate-700\/35 {
    border-top-color: rgb(51 65 85 / 0.35);
  }

  .lg\:border-t-slate-700\/40 {
    border-top-color: rgb(51 65 85 / 0.4);
  }

  .lg\:border-t-slate-700\/45 {
    border-top-color: rgb(51 65 85 / 0.45);
  }

  .lg\:border-t-slate-700\/5 {
    border-top-color: rgb(51 65 85 / 0.05);
  }

  .lg\:border-t-slate-700\/50 {
    border-top-color: rgb(51 65 85 / 0.5);
  }

  .lg\:border-t-slate-700\/55 {
    border-top-color: rgb(51 65 85 / 0.55);
  }

  .lg\:border-t-slate-700\/60 {
    border-top-color: rgb(51 65 85 / 0.6);
  }

  .lg\:border-t-slate-700\/65 {
    border-top-color: rgb(51 65 85 / 0.65);
  }

  .lg\:border-t-slate-700\/70 {
    border-top-color: rgb(51 65 85 / 0.7);
  }

  .lg\:border-t-slate-700\/75 {
    border-top-color: rgb(51 65 85 / 0.75);
  }

  .lg\:border-t-slate-700\/80 {
    border-top-color: rgb(51 65 85 / 0.8);
  }

  .lg\:border-t-slate-700\/85 {
    border-top-color: rgb(51 65 85 / 0.85);
  }

  .lg\:border-t-slate-700\/90 {
    border-top-color: rgb(51 65 85 / 0.9);
  }

  .lg\:border-t-slate-700\/95 {
    border-top-color: rgb(51 65 85 / 0.95);
  }

  .lg\:border-t-slate-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(30 41 59 / var(--tw-border-opacity));
  }

  .lg\:border-t-slate-800\/0 {
    border-top-color: rgb(30 41 59 / 0);
  }

  .lg\:border-t-slate-800\/10 {
    border-top-color: rgb(30 41 59 / 0.1);
  }

  .lg\:border-t-slate-800\/100 {
    border-top-color: rgb(30 41 59 / 1);
  }

  .lg\:border-t-slate-800\/15 {
    border-top-color: rgb(30 41 59 / 0.15);
  }

  .lg\:border-t-slate-800\/20 {
    border-top-color: rgb(30 41 59 / 0.2);
  }

  .lg\:border-t-slate-800\/25 {
    border-top-color: rgb(30 41 59 / 0.25);
  }

  .lg\:border-t-slate-800\/30 {
    border-top-color: rgb(30 41 59 / 0.3);
  }

  .lg\:border-t-slate-800\/35 {
    border-top-color: rgb(30 41 59 / 0.35);
  }

  .lg\:border-t-slate-800\/40 {
    border-top-color: rgb(30 41 59 / 0.4);
  }

  .lg\:border-t-slate-800\/45 {
    border-top-color: rgb(30 41 59 / 0.45);
  }

  .lg\:border-t-slate-800\/5 {
    border-top-color: rgb(30 41 59 / 0.05);
  }

  .lg\:border-t-slate-800\/50 {
    border-top-color: rgb(30 41 59 / 0.5);
  }

  .lg\:border-t-slate-800\/55 {
    border-top-color: rgb(30 41 59 / 0.55);
  }

  .lg\:border-t-slate-800\/60 {
    border-top-color: rgb(30 41 59 / 0.6);
  }

  .lg\:border-t-slate-800\/65 {
    border-top-color: rgb(30 41 59 / 0.65);
  }

  .lg\:border-t-slate-800\/70 {
    border-top-color: rgb(30 41 59 / 0.7);
  }

  .lg\:border-t-slate-800\/75 {
    border-top-color: rgb(30 41 59 / 0.75);
  }

  .lg\:border-t-slate-800\/80 {
    border-top-color: rgb(30 41 59 / 0.8);
  }

  .lg\:border-t-slate-800\/85 {
    border-top-color: rgb(30 41 59 / 0.85);
  }

  .lg\:border-t-slate-800\/90 {
    border-top-color: rgb(30 41 59 / 0.9);
  }

  .lg\:border-t-slate-800\/95 {
    border-top-color: rgb(30 41 59 / 0.95);
  }

  .lg\:border-t-slate-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(15 23 42 / var(--tw-border-opacity));
  }

  .lg\:border-t-slate-900\/0 {
    border-top-color: rgb(15 23 42 / 0);
  }

  .lg\:border-t-slate-900\/10 {
    border-top-color: rgb(15 23 42 / 0.1);
  }

  .lg\:border-t-slate-900\/100 {
    border-top-color: rgb(15 23 42 / 1);
  }

  .lg\:border-t-slate-900\/15 {
    border-top-color: rgb(15 23 42 / 0.15);
  }

  .lg\:border-t-slate-900\/20 {
    border-top-color: rgb(15 23 42 / 0.2);
  }

  .lg\:border-t-slate-900\/25 {
    border-top-color: rgb(15 23 42 / 0.25);
  }

  .lg\:border-t-slate-900\/30 {
    border-top-color: rgb(15 23 42 / 0.3);
  }

  .lg\:border-t-slate-900\/35 {
    border-top-color: rgb(15 23 42 / 0.35);
  }

  .lg\:border-t-slate-900\/40 {
    border-top-color: rgb(15 23 42 / 0.4);
  }

  .lg\:border-t-slate-900\/45 {
    border-top-color: rgb(15 23 42 / 0.45);
  }

  .lg\:border-t-slate-900\/5 {
    border-top-color: rgb(15 23 42 / 0.05);
  }

  .lg\:border-t-slate-900\/50 {
    border-top-color: rgb(15 23 42 / 0.5);
  }

  .lg\:border-t-slate-900\/55 {
    border-top-color: rgb(15 23 42 / 0.55);
  }

  .lg\:border-t-slate-900\/60 {
    border-top-color: rgb(15 23 42 / 0.6);
  }

  .lg\:border-t-slate-900\/65 {
    border-top-color: rgb(15 23 42 / 0.65);
  }

  .lg\:border-t-slate-900\/70 {
    border-top-color: rgb(15 23 42 / 0.7);
  }

  .lg\:border-t-slate-900\/75 {
    border-top-color: rgb(15 23 42 / 0.75);
  }

  .lg\:border-t-slate-900\/80 {
    border-top-color: rgb(15 23 42 / 0.8);
  }

  .lg\:border-t-slate-900\/85 {
    border-top-color: rgb(15 23 42 / 0.85);
  }

  .lg\:border-t-slate-900\/90 {
    border-top-color: rgb(15 23 42 / 0.9);
  }

  .lg\:border-t-slate-900\/95 {
    border-top-color: rgb(15 23 42 / 0.95);
  }

  .lg\:border-t-slate-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(2 6 23 / var(--tw-border-opacity));
  }

  .lg\:border-t-slate-950\/0 {
    border-top-color: rgb(2 6 23 / 0);
  }

  .lg\:border-t-slate-950\/10 {
    border-top-color: rgb(2 6 23 / 0.1);
  }

  .lg\:border-t-slate-950\/100 {
    border-top-color: rgb(2 6 23 / 1);
  }

  .lg\:border-t-slate-950\/15 {
    border-top-color: rgb(2 6 23 / 0.15);
  }

  .lg\:border-t-slate-950\/20 {
    border-top-color: rgb(2 6 23 / 0.2);
  }

  .lg\:border-t-slate-950\/25 {
    border-top-color: rgb(2 6 23 / 0.25);
  }

  .lg\:border-t-slate-950\/30 {
    border-top-color: rgb(2 6 23 / 0.3);
  }

  .lg\:border-t-slate-950\/35 {
    border-top-color: rgb(2 6 23 / 0.35);
  }

  .lg\:border-t-slate-950\/40 {
    border-top-color: rgb(2 6 23 / 0.4);
  }

  .lg\:border-t-slate-950\/45 {
    border-top-color: rgb(2 6 23 / 0.45);
  }

  .lg\:border-t-slate-950\/5 {
    border-top-color: rgb(2 6 23 / 0.05);
  }

  .lg\:border-t-slate-950\/50 {
    border-top-color: rgb(2 6 23 / 0.5);
  }

  .lg\:border-t-slate-950\/55 {
    border-top-color: rgb(2 6 23 / 0.55);
  }

  .lg\:border-t-slate-950\/60 {
    border-top-color: rgb(2 6 23 / 0.6);
  }

  .lg\:border-t-slate-950\/65 {
    border-top-color: rgb(2 6 23 / 0.65);
  }

  .lg\:border-t-slate-950\/70 {
    border-top-color: rgb(2 6 23 / 0.7);
  }

  .lg\:border-t-slate-950\/75 {
    border-top-color: rgb(2 6 23 / 0.75);
  }

  .lg\:border-t-slate-950\/80 {
    border-top-color: rgb(2 6 23 / 0.8);
  }

  .lg\:border-t-slate-950\/85 {
    border-top-color: rgb(2 6 23 / 0.85);
  }

  .lg\:border-t-slate-950\/90 {
    border-top-color: rgb(2 6 23 / 0.9);
  }

  .lg\:border-t-slate-950\/95 {
    border-top-color: rgb(2 6 23 / 0.95);
  }

  .lg\:border-t-stone-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 245 244 / var(--tw-border-opacity));
  }

  .lg\:border-t-stone-100\/0 {
    border-top-color: rgb(245 245 244 / 0);
  }

  .lg\:border-t-stone-100\/10 {
    border-top-color: rgb(245 245 244 / 0.1);
  }

  .lg\:border-t-stone-100\/100 {
    border-top-color: rgb(245 245 244 / 1);
  }

  .lg\:border-t-stone-100\/15 {
    border-top-color: rgb(245 245 244 / 0.15);
  }

  .lg\:border-t-stone-100\/20 {
    border-top-color: rgb(245 245 244 / 0.2);
  }

  .lg\:border-t-stone-100\/25 {
    border-top-color: rgb(245 245 244 / 0.25);
  }

  .lg\:border-t-stone-100\/30 {
    border-top-color: rgb(245 245 244 / 0.3);
  }

  .lg\:border-t-stone-100\/35 {
    border-top-color: rgb(245 245 244 / 0.35);
  }

  .lg\:border-t-stone-100\/40 {
    border-top-color: rgb(245 245 244 / 0.4);
  }

  .lg\:border-t-stone-100\/45 {
    border-top-color: rgb(245 245 244 / 0.45);
  }

  .lg\:border-t-stone-100\/5 {
    border-top-color: rgb(245 245 244 / 0.05);
  }

  .lg\:border-t-stone-100\/50 {
    border-top-color: rgb(245 245 244 / 0.5);
  }

  .lg\:border-t-stone-100\/55 {
    border-top-color: rgb(245 245 244 / 0.55);
  }

  .lg\:border-t-stone-100\/60 {
    border-top-color: rgb(245 245 244 / 0.6);
  }

  .lg\:border-t-stone-100\/65 {
    border-top-color: rgb(245 245 244 / 0.65);
  }

  .lg\:border-t-stone-100\/70 {
    border-top-color: rgb(245 245 244 / 0.7);
  }

  .lg\:border-t-stone-100\/75 {
    border-top-color: rgb(245 245 244 / 0.75);
  }

  .lg\:border-t-stone-100\/80 {
    border-top-color: rgb(245 245 244 / 0.8);
  }

  .lg\:border-t-stone-100\/85 {
    border-top-color: rgb(245 245 244 / 0.85);
  }

  .lg\:border-t-stone-100\/90 {
    border-top-color: rgb(245 245 244 / 0.9);
  }

  .lg\:border-t-stone-100\/95 {
    border-top-color: rgb(245 245 244 / 0.95);
  }

  .lg\:border-t-stone-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(231 229 228 / var(--tw-border-opacity));
  }

  .lg\:border-t-stone-200\/0 {
    border-top-color: rgb(231 229 228 / 0);
  }

  .lg\:border-t-stone-200\/10 {
    border-top-color: rgb(231 229 228 / 0.1);
  }

  .lg\:border-t-stone-200\/100 {
    border-top-color: rgb(231 229 228 / 1);
  }

  .lg\:border-t-stone-200\/15 {
    border-top-color: rgb(231 229 228 / 0.15);
  }

  .lg\:border-t-stone-200\/20 {
    border-top-color: rgb(231 229 228 / 0.2);
  }

  .lg\:border-t-stone-200\/25 {
    border-top-color: rgb(231 229 228 / 0.25);
  }

  .lg\:border-t-stone-200\/30 {
    border-top-color: rgb(231 229 228 / 0.3);
  }

  .lg\:border-t-stone-200\/35 {
    border-top-color: rgb(231 229 228 / 0.35);
  }

  .lg\:border-t-stone-200\/40 {
    border-top-color: rgb(231 229 228 / 0.4);
  }

  .lg\:border-t-stone-200\/45 {
    border-top-color: rgb(231 229 228 / 0.45);
  }

  .lg\:border-t-stone-200\/5 {
    border-top-color: rgb(231 229 228 / 0.05);
  }

  .lg\:border-t-stone-200\/50 {
    border-top-color: rgb(231 229 228 / 0.5);
  }

  .lg\:border-t-stone-200\/55 {
    border-top-color: rgb(231 229 228 / 0.55);
  }

  .lg\:border-t-stone-200\/60 {
    border-top-color: rgb(231 229 228 / 0.6);
  }

  .lg\:border-t-stone-200\/65 {
    border-top-color: rgb(231 229 228 / 0.65);
  }

  .lg\:border-t-stone-200\/70 {
    border-top-color: rgb(231 229 228 / 0.7);
  }

  .lg\:border-t-stone-200\/75 {
    border-top-color: rgb(231 229 228 / 0.75);
  }

  .lg\:border-t-stone-200\/80 {
    border-top-color: rgb(231 229 228 / 0.8);
  }

  .lg\:border-t-stone-200\/85 {
    border-top-color: rgb(231 229 228 / 0.85);
  }

  .lg\:border-t-stone-200\/90 {
    border-top-color: rgb(231 229 228 / 0.9);
  }

  .lg\:border-t-stone-200\/95 {
    border-top-color: rgb(231 229 228 / 0.95);
  }

  .lg\:border-t-stone-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(214 211 209 / var(--tw-border-opacity));
  }

  .lg\:border-t-stone-300\/0 {
    border-top-color: rgb(214 211 209 / 0);
  }

  .lg\:border-t-stone-300\/10 {
    border-top-color: rgb(214 211 209 / 0.1);
  }

  .lg\:border-t-stone-300\/100 {
    border-top-color: rgb(214 211 209 / 1);
  }

  .lg\:border-t-stone-300\/15 {
    border-top-color: rgb(214 211 209 / 0.15);
  }

  .lg\:border-t-stone-300\/20 {
    border-top-color: rgb(214 211 209 / 0.2);
  }

  .lg\:border-t-stone-300\/25 {
    border-top-color: rgb(214 211 209 / 0.25);
  }

  .lg\:border-t-stone-300\/30 {
    border-top-color: rgb(214 211 209 / 0.3);
  }

  .lg\:border-t-stone-300\/35 {
    border-top-color: rgb(214 211 209 / 0.35);
  }

  .lg\:border-t-stone-300\/40 {
    border-top-color: rgb(214 211 209 / 0.4);
  }

  .lg\:border-t-stone-300\/45 {
    border-top-color: rgb(214 211 209 / 0.45);
  }

  .lg\:border-t-stone-300\/5 {
    border-top-color: rgb(214 211 209 / 0.05);
  }

  .lg\:border-t-stone-300\/50 {
    border-top-color: rgb(214 211 209 / 0.5);
  }

  .lg\:border-t-stone-300\/55 {
    border-top-color: rgb(214 211 209 / 0.55);
  }

  .lg\:border-t-stone-300\/60 {
    border-top-color: rgb(214 211 209 / 0.6);
  }

  .lg\:border-t-stone-300\/65 {
    border-top-color: rgb(214 211 209 / 0.65);
  }

  .lg\:border-t-stone-300\/70 {
    border-top-color: rgb(214 211 209 / 0.7);
  }

  .lg\:border-t-stone-300\/75 {
    border-top-color: rgb(214 211 209 / 0.75);
  }

  .lg\:border-t-stone-300\/80 {
    border-top-color: rgb(214 211 209 / 0.8);
  }

  .lg\:border-t-stone-300\/85 {
    border-top-color: rgb(214 211 209 / 0.85);
  }

  .lg\:border-t-stone-300\/90 {
    border-top-color: rgb(214 211 209 / 0.9);
  }

  .lg\:border-t-stone-300\/95 {
    border-top-color: rgb(214 211 209 / 0.95);
  }

  .lg\:border-t-stone-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(168 162 158 / var(--tw-border-opacity));
  }

  .lg\:border-t-stone-400\/0 {
    border-top-color: rgb(168 162 158 / 0);
  }

  .lg\:border-t-stone-400\/10 {
    border-top-color: rgb(168 162 158 / 0.1);
  }

  .lg\:border-t-stone-400\/100 {
    border-top-color: rgb(168 162 158 / 1);
  }

  .lg\:border-t-stone-400\/15 {
    border-top-color: rgb(168 162 158 / 0.15);
  }

  .lg\:border-t-stone-400\/20 {
    border-top-color: rgb(168 162 158 / 0.2);
  }

  .lg\:border-t-stone-400\/25 {
    border-top-color: rgb(168 162 158 / 0.25);
  }

  .lg\:border-t-stone-400\/30 {
    border-top-color: rgb(168 162 158 / 0.3);
  }

  .lg\:border-t-stone-400\/35 {
    border-top-color: rgb(168 162 158 / 0.35);
  }

  .lg\:border-t-stone-400\/40 {
    border-top-color: rgb(168 162 158 / 0.4);
  }

  .lg\:border-t-stone-400\/45 {
    border-top-color: rgb(168 162 158 / 0.45);
  }

  .lg\:border-t-stone-400\/5 {
    border-top-color: rgb(168 162 158 / 0.05);
  }

  .lg\:border-t-stone-400\/50 {
    border-top-color: rgb(168 162 158 / 0.5);
  }

  .lg\:border-t-stone-400\/55 {
    border-top-color: rgb(168 162 158 / 0.55);
  }

  .lg\:border-t-stone-400\/60 {
    border-top-color: rgb(168 162 158 / 0.6);
  }

  .lg\:border-t-stone-400\/65 {
    border-top-color: rgb(168 162 158 / 0.65);
  }

  .lg\:border-t-stone-400\/70 {
    border-top-color: rgb(168 162 158 / 0.7);
  }

  .lg\:border-t-stone-400\/75 {
    border-top-color: rgb(168 162 158 / 0.75);
  }

  .lg\:border-t-stone-400\/80 {
    border-top-color: rgb(168 162 158 / 0.8);
  }

  .lg\:border-t-stone-400\/85 {
    border-top-color: rgb(168 162 158 / 0.85);
  }

  .lg\:border-t-stone-400\/90 {
    border-top-color: rgb(168 162 158 / 0.9);
  }

  .lg\:border-t-stone-400\/95 {
    border-top-color: rgb(168 162 158 / 0.95);
  }

  .lg\:border-t-stone-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 250 249 / var(--tw-border-opacity));
  }

  .lg\:border-t-stone-50\/0 {
    border-top-color: rgb(250 250 249 / 0);
  }

  .lg\:border-t-stone-50\/10 {
    border-top-color: rgb(250 250 249 / 0.1);
  }

  .lg\:border-t-stone-50\/100 {
    border-top-color: rgb(250 250 249 / 1);
  }

  .lg\:border-t-stone-50\/15 {
    border-top-color: rgb(250 250 249 / 0.15);
  }

  .lg\:border-t-stone-50\/20 {
    border-top-color: rgb(250 250 249 / 0.2);
  }

  .lg\:border-t-stone-50\/25 {
    border-top-color: rgb(250 250 249 / 0.25);
  }

  .lg\:border-t-stone-50\/30 {
    border-top-color: rgb(250 250 249 / 0.3);
  }

  .lg\:border-t-stone-50\/35 {
    border-top-color: rgb(250 250 249 / 0.35);
  }

  .lg\:border-t-stone-50\/40 {
    border-top-color: rgb(250 250 249 / 0.4);
  }

  .lg\:border-t-stone-50\/45 {
    border-top-color: rgb(250 250 249 / 0.45);
  }

  .lg\:border-t-stone-50\/5 {
    border-top-color: rgb(250 250 249 / 0.05);
  }

  .lg\:border-t-stone-50\/50 {
    border-top-color: rgb(250 250 249 / 0.5);
  }

  .lg\:border-t-stone-50\/55 {
    border-top-color: rgb(250 250 249 / 0.55);
  }

  .lg\:border-t-stone-50\/60 {
    border-top-color: rgb(250 250 249 / 0.6);
  }

  .lg\:border-t-stone-50\/65 {
    border-top-color: rgb(250 250 249 / 0.65);
  }

  .lg\:border-t-stone-50\/70 {
    border-top-color: rgb(250 250 249 / 0.7);
  }

  .lg\:border-t-stone-50\/75 {
    border-top-color: rgb(250 250 249 / 0.75);
  }

  .lg\:border-t-stone-50\/80 {
    border-top-color: rgb(250 250 249 / 0.8);
  }

  .lg\:border-t-stone-50\/85 {
    border-top-color: rgb(250 250 249 / 0.85);
  }

  .lg\:border-t-stone-50\/90 {
    border-top-color: rgb(250 250 249 / 0.9);
  }

  .lg\:border-t-stone-50\/95 {
    border-top-color: rgb(250 250 249 / 0.95);
  }

  .lg\:border-t-stone-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(120 113 108 / var(--tw-border-opacity));
  }

  .lg\:border-t-stone-500\/0 {
    border-top-color: rgb(120 113 108 / 0);
  }

  .lg\:border-t-stone-500\/10 {
    border-top-color: rgb(120 113 108 / 0.1);
  }

  .lg\:border-t-stone-500\/100 {
    border-top-color: rgb(120 113 108 / 1);
  }

  .lg\:border-t-stone-500\/15 {
    border-top-color: rgb(120 113 108 / 0.15);
  }

  .lg\:border-t-stone-500\/20 {
    border-top-color: rgb(120 113 108 / 0.2);
  }

  .lg\:border-t-stone-500\/25 {
    border-top-color: rgb(120 113 108 / 0.25);
  }

  .lg\:border-t-stone-500\/30 {
    border-top-color: rgb(120 113 108 / 0.3);
  }

  .lg\:border-t-stone-500\/35 {
    border-top-color: rgb(120 113 108 / 0.35);
  }

  .lg\:border-t-stone-500\/40 {
    border-top-color: rgb(120 113 108 / 0.4);
  }

  .lg\:border-t-stone-500\/45 {
    border-top-color: rgb(120 113 108 / 0.45);
  }

  .lg\:border-t-stone-500\/5 {
    border-top-color: rgb(120 113 108 / 0.05);
  }

  .lg\:border-t-stone-500\/50 {
    border-top-color: rgb(120 113 108 / 0.5);
  }

  .lg\:border-t-stone-500\/55 {
    border-top-color: rgb(120 113 108 / 0.55);
  }

  .lg\:border-t-stone-500\/60 {
    border-top-color: rgb(120 113 108 / 0.6);
  }

  .lg\:border-t-stone-500\/65 {
    border-top-color: rgb(120 113 108 / 0.65);
  }

  .lg\:border-t-stone-500\/70 {
    border-top-color: rgb(120 113 108 / 0.7);
  }

  .lg\:border-t-stone-500\/75 {
    border-top-color: rgb(120 113 108 / 0.75);
  }

  .lg\:border-t-stone-500\/80 {
    border-top-color: rgb(120 113 108 / 0.8);
  }

  .lg\:border-t-stone-500\/85 {
    border-top-color: rgb(120 113 108 / 0.85);
  }

  .lg\:border-t-stone-500\/90 {
    border-top-color: rgb(120 113 108 / 0.9);
  }

  .lg\:border-t-stone-500\/95 {
    border-top-color: rgb(120 113 108 / 0.95);
  }

  .lg\:border-t-stone-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(87 83 78 / var(--tw-border-opacity));
  }

  .lg\:border-t-stone-600\/0 {
    border-top-color: rgb(87 83 78 / 0);
  }

  .lg\:border-t-stone-600\/10 {
    border-top-color: rgb(87 83 78 / 0.1);
  }

  .lg\:border-t-stone-600\/100 {
    border-top-color: rgb(87 83 78 / 1);
  }

  .lg\:border-t-stone-600\/15 {
    border-top-color: rgb(87 83 78 / 0.15);
  }

  .lg\:border-t-stone-600\/20 {
    border-top-color: rgb(87 83 78 / 0.2);
  }

  .lg\:border-t-stone-600\/25 {
    border-top-color: rgb(87 83 78 / 0.25);
  }

  .lg\:border-t-stone-600\/30 {
    border-top-color: rgb(87 83 78 / 0.3);
  }

  .lg\:border-t-stone-600\/35 {
    border-top-color: rgb(87 83 78 / 0.35);
  }

  .lg\:border-t-stone-600\/40 {
    border-top-color: rgb(87 83 78 / 0.4);
  }

  .lg\:border-t-stone-600\/45 {
    border-top-color: rgb(87 83 78 / 0.45);
  }

  .lg\:border-t-stone-600\/5 {
    border-top-color: rgb(87 83 78 / 0.05);
  }

  .lg\:border-t-stone-600\/50 {
    border-top-color: rgb(87 83 78 / 0.5);
  }

  .lg\:border-t-stone-600\/55 {
    border-top-color: rgb(87 83 78 / 0.55);
  }

  .lg\:border-t-stone-600\/60 {
    border-top-color: rgb(87 83 78 / 0.6);
  }

  .lg\:border-t-stone-600\/65 {
    border-top-color: rgb(87 83 78 / 0.65);
  }

  .lg\:border-t-stone-600\/70 {
    border-top-color: rgb(87 83 78 / 0.7);
  }

  .lg\:border-t-stone-600\/75 {
    border-top-color: rgb(87 83 78 / 0.75);
  }

  .lg\:border-t-stone-600\/80 {
    border-top-color: rgb(87 83 78 / 0.8);
  }

  .lg\:border-t-stone-600\/85 {
    border-top-color: rgb(87 83 78 / 0.85);
  }

  .lg\:border-t-stone-600\/90 {
    border-top-color: rgb(87 83 78 / 0.9);
  }

  .lg\:border-t-stone-600\/95 {
    border-top-color: rgb(87 83 78 / 0.95);
  }

  .lg\:border-t-stone-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(68 64 60 / var(--tw-border-opacity));
  }

  .lg\:border-t-stone-700\/0 {
    border-top-color: rgb(68 64 60 / 0);
  }

  .lg\:border-t-stone-700\/10 {
    border-top-color: rgb(68 64 60 / 0.1);
  }

  .lg\:border-t-stone-700\/100 {
    border-top-color: rgb(68 64 60 / 1);
  }

  .lg\:border-t-stone-700\/15 {
    border-top-color: rgb(68 64 60 / 0.15);
  }

  .lg\:border-t-stone-700\/20 {
    border-top-color: rgb(68 64 60 / 0.2);
  }

  .lg\:border-t-stone-700\/25 {
    border-top-color: rgb(68 64 60 / 0.25);
  }

  .lg\:border-t-stone-700\/30 {
    border-top-color: rgb(68 64 60 / 0.3);
  }

  .lg\:border-t-stone-700\/35 {
    border-top-color: rgb(68 64 60 / 0.35);
  }

  .lg\:border-t-stone-700\/40 {
    border-top-color: rgb(68 64 60 / 0.4);
  }

  .lg\:border-t-stone-700\/45 {
    border-top-color: rgb(68 64 60 / 0.45);
  }

  .lg\:border-t-stone-700\/5 {
    border-top-color: rgb(68 64 60 / 0.05);
  }

  .lg\:border-t-stone-700\/50 {
    border-top-color: rgb(68 64 60 / 0.5);
  }

  .lg\:border-t-stone-700\/55 {
    border-top-color: rgb(68 64 60 / 0.55);
  }

  .lg\:border-t-stone-700\/60 {
    border-top-color: rgb(68 64 60 / 0.6);
  }

  .lg\:border-t-stone-700\/65 {
    border-top-color: rgb(68 64 60 / 0.65);
  }

  .lg\:border-t-stone-700\/70 {
    border-top-color: rgb(68 64 60 / 0.7);
  }

  .lg\:border-t-stone-700\/75 {
    border-top-color: rgb(68 64 60 / 0.75);
  }

  .lg\:border-t-stone-700\/80 {
    border-top-color: rgb(68 64 60 / 0.8);
  }

  .lg\:border-t-stone-700\/85 {
    border-top-color: rgb(68 64 60 / 0.85);
  }

  .lg\:border-t-stone-700\/90 {
    border-top-color: rgb(68 64 60 / 0.9);
  }

  .lg\:border-t-stone-700\/95 {
    border-top-color: rgb(68 64 60 / 0.95);
  }

  .lg\:border-t-stone-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(41 37 36 / var(--tw-border-opacity));
  }

  .lg\:border-t-stone-800\/0 {
    border-top-color: rgb(41 37 36 / 0);
  }

  .lg\:border-t-stone-800\/10 {
    border-top-color: rgb(41 37 36 / 0.1);
  }

  .lg\:border-t-stone-800\/100 {
    border-top-color: rgb(41 37 36 / 1);
  }

  .lg\:border-t-stone-800\/15 {
    border-top-color: rgb(41 37 36 / 0.15);
  }

  .lg\:border-t-stone-800\/20 {
    border-top-color: rgb(41 37 36 / 0.2);
  }

  .lg\:border-t-stone-800\/25 {
    border-top-color: rgb(41 37 36 / 0.25);
  }

  .lg\:border-t-stone-800\/30 {
    border-top-color: rgb(41 37 36 / 0.3);
  }

  .lg\:border-t-stone-800\/35 {
    border-top-color: rgb(41 37 36 / 0.35);
  }

  .lg\:border-t-stone-800\/40 {
    border-top-color: rgb(41 37 36 / 0.4);
  }

  .lg\:border-t-stone-800\/45 {
    border-top-color: rgb(41 37 36 / 0.45);
  }

  .lg\:border-t-stone-800\/5 {
    border-top-color: rgb(41 37 36 / 0.05);
  }

  .lg\:border-t-stone-800\/50 {
    border-top-color: rgb(41 37 36 / 0.5);
  }

  .lg\:border-t-stone-800\/55 {
    border-top-color: rgb(41 37 36 / 0.55);
  }

  .lg\:border-t-stone-800\/60 {
    border-top-color: rgb(41 37 36 / 0.6);
  }

  .lg\:border-t-stone-800\/65 {
    border-top-color: rgb(41 37 36 / 0.65);
  }

  .lg\:border-t-stone-800\/70 {
    border-top-color: rgb(41 37 36 / 0.7);
  }

  .lg\:border-t-stone-800\/75 {
    border-top-color: rgb(41 37 36 / 0.75);
  }

  .lg\:border-t-stone-800\/80 {
    border-top-color: rgb(41 37 36 / 0.8);
  }

  .lg\:border-t-stone-800\/85 {
    border-top-color: rgb(41 37 36 / 0.85);
  }

  .lg\:border-t-stone-800\/90 {
    border-top-color: rgb(41 37 36 / 0.9);
  }

  .lg\:border-t-stone-800\/95 {
    border-top-color: rgb(41 37 36 / 0.95);
  }

  .lg\:border-t-stone-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(28 25 23 / var(--tw-border-opacity));
  }

  .lg\:border-t-stone-900\/0 {
    border-top-color: rgb(28 25 23 / 0);
  }

  .lg\:border-t-stone-900\/10 {
    border-top-color: rgb(28 25 23 / 0.1);
  }

  .lg\:border-t-stone-900\/100 {
    border-top-color: rgb(28 25 23 / 1);
  }

  .lg\:border-t-stone-900\/15 {
    border-top-color: rgb(28 25 23 / 0.15);
  }

  .lg\:border-t-stone-900\/20 {
    border-top-color: rgb(28 25 23 / 0.2);
  }

  .lg\:border-t-stone-900\/25 {
    border-top-color: rgb(28 25 23 / 0.25);
  }

  .lg\:border-t-stone-900\/30 {
    border-top-color: rgb(28 25 23 / 0.3);
  }

  .lg\:border-t-stone-900\/35 {
    border-top-color: rgb(28 25 23 / 0.35);
  }

  .lg\:border-t-stone-900\/40 {
    border-top-color: rgb(28 25 23 / 0.4);
  }

  .lg\:border-t-stone-900\/45 {
    border-top-color: rgb(28 25 23 / 0.45);
  }

  .lg\:border-t-stone-900\/5 {
    border-top-color: rgb(28 25 23 / 0.05);
  }

  .lg\:border-t-stone-900\/50 {
    border-top-color: rgb(28 25 23 / 0.5);
  }

  .lg\:border-t-stone-900\/55 {
    border-top-color: rgb(28 25 23 / 0.55);
  }

  .lg\:border-t-stone-900\/60 {
    border-top-color: rgb(28 25 23 / 0.6);
  }

  .lg\:border-t-stone-900\/65 {
    border-top-color: rgb(28 25 23 / 0.65);
  }

  .lg\:border-t-stone-900\/70 {
    border-top-color: rgb(28 25 23 / 0.7);
  }

  .lg\:border-t-stone-900\/75 {
    border-top-color: rgb(28 25 23 / 0.75);
  }

  .lg\:border-t-stone-900\/80 {
    border-top-color: rgb(28 25 23 / 0.8);
  }

  .lg\:border-t-stone-900\/85 {
    border-top-color: rgb(28 25 23 / 0.85);
  }

  .lg\:border-t-stone-900\/90 {
    border-top-color: rgb(28 25 23 / 0.9);
  }

  .lg\:border-t-stone-900\/95 {
    border-top-color: rgb(28 25 23 / 0.95);
  }

  .lg\:border-t-stone-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(12 10 9 / var(--tw-border-opacity));
  }

  .lg\:border-t-stone-950\/0 {
    border-top-color: rgb(12 10 9 / 0);
  }

  .lg\:border-t-stone-950\/10 {
    border-top-color: rgb(12 10 9 / 0.1);
  }

  .lg\:border-t-stone-950\/100 {
    border-top-color: rgb(12 10 9 / 1);
  }

  .lg\:border-t-stone-950\/15 {
    border-top-color: rgb(12 10 9 / 0.15);
  }

  .lg\:border-t-stone-950\/20 {
    border-top-color: rgb(12 10 9 / 0.2);
  }

  .lg\:border-t-stone-950\/25 {
    border-top-color: rgb(12 10 9 / 0.25);
  }

  .lg\:border-t-stone-950\/30 {
    border-top-color: rgb(12 10 9 / 0.3);
  }

  .lg\:border-t-stone-950\/35 {
    border-top-color: rgb(12 10 9 / 0.35);
  }

  .lg\:border-t-stone-950\/40 {
    border-top-color: rgb(12 10 9 / 0.4);
  }

  .lg\:border-t-stone-950\/45 {
    border-top-color: rgb(12 10 9 / 0.45);
  }

  .lg\:border-t-stone-950\/5 {
    border-top-color: rgb(12 10 9 / 0.05);
  }

  .lg\:border-t-stone-950\/50 {
    border-top-color: rgb(12 10 9 / 0.5);
  }

  .lg\:border-t-stone-950\/55 {
    border-top-color: rgb(12 10 9 / 0.55);
  }

  .lg\:border-t-stone-950\/60 {
    border-top-color: rgb(12 10 9 / 0.6);
  }

  .lg\:border-t-stone-950\/65 {
    border-top-color: rgb(12 10 9 / 0.65);
  }

  .lg\:border-t-stone-950\/70 {
    border-top-color: rgb(12 10 9 / 0.7);
  }

  .lg\:border-t-stone-950\/75 {
    border-top-color: rgb(12 10 9 / 0.75);
  }

  .lg\:border-t-stone-950\/80 {
    border-top-color: rgb(12 10 9 / 0.8);
  }

  .lg\:border-t-stone-950\/85 {
    border-top-color: rgb(12 10 9 / 0.85);
  }

  .lg\:border-t-stone-950\/90 {
    border-top-color: rgb(12 10 9 / 0.9);
  }

  .lg\:border-t-stone-950\/95 {
    border-top-color: rgb(12 10 9 / 0.95);
  }

  .lg\:border-t-teal-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(204 251 241 / var(--tw-border-opacity));
  }

  .lg\:border-t-teal-100\/0 {
    border-top-color: rgb(204 251 241 / 0);
  }

  .lg\:border-t-teal-100\/10 {
    border-top-color: rgb(204 251 241 / 0.1);
  }

  .lg\:border-t-teal-100\/100 {
    border-top-color: rgb(204 251 241 / 1);
  }

  .lg\:border-t-teal-100\/15 {
    border-top-color: rgb(204 251 241 / 0.15);
  }

  .lg\:border-t-teal-100\/20 {
    border-top-color: rgb(204 251 241 / 0.2);
  }

  .lg\:border-t-teal-100\/25 {
    border-top-color: rgb(204 251 241 / 0.25);
  }

  .lg\:border-t-teal-100\/30 {
    border-top-color: rgb(204 251 241 / 0.3);
  }

  .lg\:border-t-teal-100\/35 {
    border-top-color: rgb(204 251 241 / 0.35);
  }

  .lg\:border-t-teal-100\/40 {
    border-top-color: rgb(204 251 241 / 0.4);
  }

  .lg\:border-t-teal-100\/45 {
    border-top-color: rgb(204 251 241 / 0.45);
  }

  .lg\:border-t-teal-100\/5 {
    border-top-color: rgb(204 251 241 / 0.05);
  }

  .lg\:border-t-teal-100\/50 {
    border-top-color: rgb(204 251 241 / 0.5);
  }

  .lg\:border-t-teal-100\/55 {
    border-top-color: rgb(204 251 241 / 0.55);
  }

  .lg\:border-t-teal-100\/60 {
    border-top-color: rgb(204 251 241 / 0.6);
  }

  .lg\:border-t-teal-100\/65 {
    border-top-color: rgb(204 251 241 / 0.65);
  }

  .lg\:border-t-teal-100\/70 {
    border-top-color: rgb(204 251 241 / 0.7);
  }

  .lg\:border-t-teal-100\/75 {
    border-top-color: rgb(204 251 241 / 0.75);
  }

  .lg\:border-t-teal-100\/80 {
    border-top-color: rgb(204 251 241 / 0.8);
  }

  .lg\:border-t-teal-100\/85 {
    border-top-color: rgb(204 251 241 / 0.85);
  }

  .lg\:border-t-teal-100\/90 {
    border-top-color: rgb(204 251 241 / 0.9);
  }

  .lg\:border-t-teal-100\/95 {
    border-top-color: rgb(204 251 241 / 0.95);
  }

  .lg\:border-t-teal-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(153 246 228 / var(--tw-border-opacity));
  }

  .lg\:border-t-teal-200\/0 {
    border-top-color: rgb(153 246 228 / 0);
  }

  .lg\:border-t-teal-200\/10 {
    border-top-color: rgb(153 246 228 / 0.1);
  }

  .lg\:border-t-teal-200\/100 {
    border-top-color: rgb(153 246 228 / 1);
  }

  .lg\:border-t-teal-200\/15 {
    border-top-color: rgb(153 246 228 / 0.15);
  }

  .lg\:border-t-teal-200\/20 {
    border-top-color: rgb(153 246 228 / 0.2);
  }

  .lg\:border-t-teal-200\/25 {
    border-top-color: rgb(153 246 228 / 0.25);
  }

  .lg\:border-t-teal-200\/30 {
    border-top-color: rgb(153 246 228 / 0.3);
  }

  .lg\:border-t-teal-200\/35 {
    border-top-color: rgb(153 246 228 / 0.35);
  }

  .lg\:border-t-teal-200\/40 {
    border-top-color: rgb(153 246 228 / 0.4);
  }

  .lg\:border-t-teal-200\/45 {
    border-top-color: rgb(153 246 228 / 0.45);
  }

  .lg\:border-t-teal-200\/5 {
    border-top-color: rgb(153 246 228 / 0.05);
  }

  .lg\:border-t-teal-200\/50 {
    border-top-color: rgb(153 246 228 / 0.5);
  }

  .lg\:border-t-teal-200\/55 {
    border-top-color: rgb(153 246 228 / 0.55);
  }

  .lg\:border-t-teal-200\/60 {
    border-top-color: rgb(153 246 228 / 0.6);
  }

  .lg\:border-t-teal-200\/65 {
    border-top-color: rgb(153 246 228 / 0.65);
  }

  .lg\:border-t-teal-200\/70 {
    border-top-color: rgb(153 246 228 / 0.7);
  }

  .lg\:border-t-teal-200\/75 {
    border-top-color: rgb(153 246 228 / 0.75);
  }

  .lg\:border-t-teal-200\/80 {
    border-top-color: rgb(153 246 228 / 0.8);
  }

  .lg\:border-t-teal-200\/85 {
    border-top-color: rgb(153 246 228 / 0.85);
  }

  .lg\:border-t-teal-200\/90 {
    border-top-color: rgb(153 246 228 / 0.9);
  }

  .lg\:border-t-teal-200\/95 {
    border-top-color: rgb(153 246 228 / 0.95);
  }

  .lg\:border-t-teal-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(94 234 212 / var(--tw-border-opacity));
  }

  .lg\:border-t-teal-300\/0 {
    border-top-color: rgb(94 234 212 / 0);
  }

  .lg\:border-t-teal-300\/10 {
    border-top-color: rgb(94 234 212 / 0.1);
  }

  .lg\:border-t-teal-300\/100 {
    border-top-color: rgb(94 234 212 / 1);
  }

  .lg\:border-t-teal-300\/15 {
    border-top-color: rgb(94 234 212 / 0.15);
  }

  .lg\:border-t-teal-300\/20 {
    border-top-color: rgb(94 234 212 / 0.2);
  }

  .lg\:border-t-teal-300\/25 {
    border-top-color: rgb(94 234 212 / 0.25);
  }

  .lg\:border-t-teal-300\/30 {
    border-top-color: rgb(94 234 212 / 0.3);
  }

  .lg\:border-t-teal-300\/35 {
    border-top-color: rgb(94 234 212 / 0.35);
  }

  .lg\:border-t-teal-300\/40 {
    border-top-color: rgb(94 234 212 / 0.4);
  }

  .lg\:border-t-teal-300\/45 {
    border-top-color: rgb(94 234 212 / 0.45);
  }

  .lg\:border-t-teal-300\/5 {
    border-top-color: rgb(94 234 212 / 0.05);
  }

  .lg\:border-t-teal-300\/50 {
    border-top-color: rgb(94 234 212 / 0.5);
  }

  .lg\:border-t-teal-300\/55 {
    border-top-color: rgb(94 234 212 / 0.55);
  }

  .lg\:border-t-teal-300\/60 {
    border-top-color: rgb(94 234 212 / 0.6);
  }

  .lg\:border-t-teal-300\/65 {
    border-top-color: rgb(94 234 212 / 0.65);
  }

  .lg\:border-t-teal-300\/70 {
    border-top-color: rgb(94 234 212 / 0.7);
  }

  .lg\:border-t-teal-300\/75 {
    border-top-color: rgb(94 234 212 / 0.75);
  }

  .lg\:border-t-teal-300\/80 {
    border-top-color: rgb(94 234 212 / 0.8);
  }

  .lg\:border-t-teal-300\/85 {
    border-top-color: rgb(94 234 212 / 0.85);
  }

  .lg\:border-t-teal-300\/90 {
    border-top-color: rgb(94 234 212 / 0.9);
  }

  .lg\:border-t-teal-300\/95 {
    border-top-color: rgb(94 234 212 / 0.95);
  }

  .lg\:border-t-teal-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(45 212 191 / var(--tw-border-opacity));
  }

  .lg\:border-t-teal-400\/0 {
    border-top-color: rgb(45 212 191 / 0);
  }

  .lg\:border-t-teal-400\/10 {
    border-top-color: rgb(45 212 191 / 0.1);
  }

  .lg\:border-t-teal-400\/100 {
    border-top-color: rgb(45 212 191 / 1);
  }

  .lg\:border-t-teal-400\/15 {
    border-top-color: rgb(45 212 191 / 0.15);
  }

  .lg\:border-t-teal-400\/20 {
    border-top-color: rgb(45 212 191 / 0.2);
  }

  .lg\:border-t-teal-400\/25 {
    border-top-color: rgb(45 212 191 / 0.25);
  }

  .lg\:border-t-teal-400\/30 {
    border-top-color: rgb(45 212 191 / 0.3);
  }

  .lg\:border-t-teal-400\/35 {
    border-top-color: rgb(45 212 191 / 0.35);
  }

  .lg\:border-t-teal-400\/40 {
    border-top-color: rgb(45 212 191 / 0.4);
  }

  .lg\:border-t-teal-400\/45 {
    border-top-color: rgb(45 212 191 / 0.45);
  }

  .lg\:border-t-teal-400\/5 {
    border-top-color: rgb(45 212 191 / 0.05);
  }

  .lg\:border-t-teal-400\/50 {
    border-top-color: rgb(45 212 191 / 0.5);
  }

  .lg\:border-t-teal-400\/55 {
    border-top-color: rgb(45 212 191 / 0.55);
  }

  .lg\:border-t-teal-400\/60 {
    border-top-color: rgb(45 212 191 / 0.6);
  }

  .lg\:border-t-teal-400\/65 {
    border-top-color: rgb(45 212 191 / 0.65);
  }

  .lg\:border-t-teal-400\/70 {
    border-top-color: rgb(45 212 191 / 0.7);
  }

  .lg\:border-t-teal-400\/75 {
    border-top-color: rgb(45 212 191 / 0.75);
  }

  .lg\:border-t-teal-400\/80 {
    border-top-color: rgb(45 212 191 / 0.8);
  }

  .lg\:border-t-teal-400\/85 {
    border-top-color: rgb(45 212 191 / 0.85);
  }

  .lg\:border-t-teal-400\/90 {
    border-top-color: rgb(45 212 191 / 0.9);
  }

  .lg\:border-t-teal-400\/95 {
    border-top-color: rgb(45 212 191 / 0.95);
  }

  .lg\:border-t-teal-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(240 253 250 / var(--tw-border-opacity));
  }

  .lg\:border-t-teal-50\/0 {
    border-top-color: rgb(240 253 250 / 0);
  }

  .lg\:border-t-teal-50\/10 {
    border-top-color: rgb(240 253 250 / 0.1);
  }

  .lg\:border-t-teal-50\/100 {
    border-top-color: rgb(240 253 250 / 1);
  }

  .lg\:border-t-teal-50\/15 {
    border-top-color: rgb(240 253 250 / 0.15);
  }

  .lg\:border-t-teal-50\/20 {
    border-top-color: rgb(240 253 250 / 0.2);
  }

  .lg\:border-t-teal-50\/25 {
    border-top-color: rgb(240 253 250 / 0.25);
  }

  .lg\:border-t-teal-50\/30 {
    border-top-color: rgb(240 253 250 / 0.3);
  }

  .lg\:border-t-teal-50\/35 {
    border-top-color: rgb(240 253 250 / 0.35);
  }

  .lg\:border-t-teal-50\/40 {
    border-top-color: rgb(240 253 250 / 0.4);
  }

  .lg\:border-t-teal-50\/45 {
    border-top-color: rgb(240 253 250 / 0.45);
  }

  .lg\:border-t-teal-50\/5 {
    border-top-color: rgb(240 253 250 / 0.05);
  }

  .lg\:border-t-teal-50\/50 {
    border-top-color: rgb(240 253 250 / 0.5);
  }

  .lg\:border-t-teal-50\/55 {
    border-top-color: rgb(240 253 250 / 0.55);
  }

  .lg\:border-t-teal-50\/60 {
    border-top-color: rgb(240 253 250 / 0.6);
  }

  .lg\:border-t-teal-50\/65 {
    border-top-color: rgb(240 253 250 / 0.65);
  }

  .lg\:border-t-teal-50\/70 {
    border-top-color: rgb(240 253 250 / 0.7);
  }

  .lg\:border-t-teal-50\/75 {
    border-top-color: rgb(240 253 250 / 0.75);
  }

  .lg\:border-t-teal-50\/80 {
    border-top-color: rgb(240 253 250 / 0.8);
  }

  .lg\:border-t-teal-50\/85 {
    border-top-color: rgb(240 253 250 / 0.85);
  }

  .lg\:border-t-teal-50\/90 {
    border-top-color: rgb(240 253 250 / 0.9);
  }

  .lg\:border-t-teal-50\/95 {
    border-top-color: rgb(240 253 250 / 0.95);
  }

  .lg\:border-t-teal-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(20 184 166 / var(--tw-border-opacity));
  }

  .lg\:border-t-teal-500\/0 {
    border-top-color: rgb(20 184 166 / 0);
  }

  .lg\:border-t-teal-500\/10 {
    border-top-color: rgb(20 184 166 / 0.1);
  }

  .lg\:border-t-teal-500\/100 {
    border-top-color: rgb(20 184 166 / 1);
  }

  .lg\:border-t-teal-500\/15 {
    border-top-color: rgb(20 184 166 / 0.15);
  }

  .lg\:border-t-teal-500\/20 {
    border-top-color: rgb(20 184 166 / 0.2);
  }

  .lg\:border-t-teal-500\/25 {
    border-top-color: rgb(20 184 166 / 0.25);
  }

  .lg\:border-t-teal-500\/30 {
    border-top-color: rgb(20 184 166 / 0.3);
  }

  .lg\:border-t-teal-500\/35 {
    border-top-color: rgb(20 184 166 / 0.35);
  }

  .lg\:border-t-teal-500\/40 {
    border-top-color: rgb(20 184 166 / 0.4);
  }

  .lg\:border-t-teal-500\/45 {
    border-top-color: rgb(20 184 166 / 0.45);
  }

  .lg\:border-t-teal-500\/5 {
    border-top-color: rgb(20 184 166 / 0.05);
  }

  .lg\:border-t-teal-500\/50 {
    border-top-color: rgb(20 184 166 / 0.5);
  }

  .lg\:border-t-teal-500\/55 {
    border-top-color: rgb(20 184 166 / 0.55);
  }

  .lg\:border-t-teal-500\/60 {
    border-top-color: rgb(20 184 166 / 0.6);
  }

  .lg\:border-t-teal-500\/65 {
    border-top-color: rgb(20 184 166 / 0.65);
  }

  .lg\:border-t-teal-500\/70 {
    border-top-color: rgb(20 184 166 / 0.7);
  }

  .lg\:border-t-teal-500\/75 {
    border-top-color: rgb(20 184 166 / 0.75);
  }

  .lg\:border-t-teal-500\/80 {
    border-top-color: rgb(20 184 166 / 0.8);
  }

  .lg\:border-t-teal-500\/85 {
    border-top-color: rgb(20 184 166 / 0.85);
  }

  .lg\:border-t-teal-500\/90 {
    border-top-color: rgb(20 184 166 / 0.9);
  }

  .lg\:border-t-teal-500\/95 {
    border-top-color: rgb(20 184 166 / 0.95);
  }

  .lg\:border-t-teal-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(13 148 136 / var(--tw-border-opacity));
  }

  .lg\:border-t-teal-600\/0 {
    border-top-color: rgb(13 148 136 / 0);
  }

  .lg\:border-t-teal-600\/10 {
    border-top-color: rgb(13 148 136 / 0.1);
  }

  .lg\:border-t-teal-600\/100 {
    border-top-color: rgb(13 148 136 / 1);
  }

  .lg\:border-t-teal-600\/15 {
    border-top-color: rgb(13 148 136 / 0.15);
  }

  .lg\:border-t-teal-600\/20 {
    border-top-color: rgb(13 148 136 / 0.2);
  }

  .lg\:border-t-teal-600\/25 {
    border-top-color: rgb(13 148 136 / 0.25);
  }

  .lg\:border-t-teal-600\/30 {
    border-top-color: rgb(13 148 136 / 0.3);
  }

  .lg\:border-t-teal-600\/35 {
    border-top-color: rgb(13 148 136 / 0.35);
  }

  .lg\:border-t-teal-600\/40 {
    border-top-color: rgb(13 148 136 / 0.4);
  }

  .lg\:border-t-teal-600\/45 {
    border-top-color: rgb(13 148 136 / 0.45);
  }

  .lg\:border-t-teal-600\/5 {
    border-top-color: rgb(13 148 136 / 0.05);
  }

  .lg\:border-t-teal-600\/50 {
    border-top-color: rgb(13 148 136 / 0.5);
  }

  .lg\:border-t-teal-600\/55 {
    border-top-color: rgb(13 148 136 / 0.55);
  }

  .lg\:border-t-teal-600\/60 {
    border-top-color: rgb(13 148 136 / 0.6);
  }

  .lg\:border-t-teal-600\/65 {
    border-top-color: rgb(13 148 136 / 0.65);
  }

  .lg\:border-t-teal-600\/70 {
    border-top-color: rgb(13 148 136 / 0.7);
  }

  .lg\:border-t-teal-600\/75 {
    border-top-color: rgb(13 148 136 / 0.75);
  }

  .lg\:border-t-teal-600\/80 {
    border-top-color: rgb(13 148 136 / 0.8);
  }

  .lg\:border-t-teal-600\/85 {
    border-top-color: rgb(13 148 136 / 0.85);
  }

  .lg\:border-t-teal-600\/90 {
    border-top-color: rgb(13 148 136 / 0.9);
  }

  .lg\:border-t-teal-600\/95 {
    border-top-color: rgb(13 148 136 / 0.95);
  }

  .lg\:border-t-teal-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(15 118 110 / var(--tw-border-opacity));
  }

  .lg\:border-t-teal-700\/0 {
    border-top-color: rgb(15 118 110 / 0);
  }

  .lg\:border-t-teal-700\/10 {
    border-top-color: rgb(15 118 110 / 0.1);
  }

  .lg\:border-t-teal-700\/100 {
    border-top-color: rgb(15 118 110 / 1);
  }

  .lg\:border-t-teal-700\/15 {
    border-top-color: rgb(15 118 110 / 0.15);
  }

  .lg\:border-t-teal-700\/20 {
    border-top-color: rgb(15 118 110 / 0.2);
  }

  .lg\:border-t-teal-700\/25 {
    border-top-color: rgb(15 118 110 / 0.25);
  }

  .lg\:border-t-teal-700\/30 {
    border-top-color: rgb(15 118 110 / 0.3);
  }

  .lg\:border-t-teal-700\/35 {
    border-top-color: rgb(15 118 110 / 0.35);
  }

  .lg\:border-t-teal-700\/40 {
    border-top-color: rgb(15 118 110 / 0.4);
  }

  .lg\:border-t-teal-700\/45 {
    border-top-color: rgb(15 118 110 / 0.45);
  }

  .lg\:border-t-teal-700\/5 {
    border-top-color: rgb(15 118 110 / 0.05);
  }

  .lg\:border-t-teal-700\/50 {
    border-top-color: rgb(15 118 110 / 0.5);
  }

  .lg\:border-t-teal-700\/55 {
    border-top-color: rgb(15 118 110 / 0.55);
  }

  .lg\:border-t-teal-700\/60 {
    border-top-color: rgb(15 118 110 / 0.6);
  }

  .lg\:border-t-teal-700\/65 {
    border-top-color: rgb(15 118 110 / 0.65);
  }

  .lg\:border-t-teal-700\/70 {
    border-top-color: rgb(15 118 110 / 0.7);
  }

  .lg\:border-t-teal-700\/75 {
    border-top-color: rgb(15 118 110 / 0.75);
  }

  .lg\:border-t-teal-700\/80 {
    border-top-color: rgb(15 118 110 / 0.8);
  }

  .lg\:border-t-teal-700\/85 {
    border-top-color: rgb(15 118 110 / 0.85);
  }

  .lg\:border-t-teal-700\/90 {
    border-top-color: rgb(15 118 110 / 0.9);
  }

  .lg\:border-t-teal-700\/95 {
    border-top-color: rgb(15 118 110 / 0.95);
  }

  .lg\:border-t-teal-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(17 94 89 / var(--tw-border-opacity));
  }

  .lg\:border-t-teal-800\/0 {
    border-top-color: rgb(17 94 89 / 0);
  }

  .lg\:border-t-teal-800\/10 {
    border-top-color: rgb(17 94 89 / 0.1);
  }

  .lg\:border-t-teal-800\/100 {
    border-top-color: rgb(17 94 89 / 1);
  }

  .lg\:border-t-teal-800\/15 {
    border-top-color: rgb(17 94 89 / 0.15);
  }

  .lg\:border-t-teal-800\/20 {
    border-top-color: rgb(17 94 89 / 0.2);
  }

  .lg\:border-t-teal-800\/25 {
    border-top-color: rgb(17 94 89 / 0.25);
  }

  .lg\:border-t-teal-800\/30 {
    border-top-color: rgb(17 94 89 / 0.3);
  }

  .lg\:border-t-teal-800\/35 {
    border-top-color: rgb(17 94 89 / 0.35);
  }

  .lg\:border-t-teal-800\/40 {
    border-top-color: rgb(17 94 89 / 0.4);
  }

  .lg\:border-t-teal-800\/45 {
    border-top-color: rgb(17 94 89 / 0.45);
  }

  .lg\:border-t-teal-800\/5 {
    border-top-color: rgb(17 94 89 / 0.05);
  }

  .lg\:border-t-teal-800\/50 {
    border-top-color: rgb(17 94 89 / 0.5);
  }

  .lg\:border-t-teal-800\/55 {
    border-top-color: rgb(17 94 89 / 0.55);
  }

  .lg\:border-t-teal-800\/60 {
    border-top-color: rgb(17 94 89 / 0.6);
  }

  .lg\:border-t-teal-800\/65 {
    border-top-color: rgb(17 94 89 / 0.65);
  }

  .lg\:border-t-teal-800\/70 {
    border-top-color: rgb(17 94 89 / 0.7);
  }

  .lg\:border-t-teal-800\/75 {
    border-top-color: rgb(17 94 89 / 0.75);
  }

  .lg\:border-t-teal-800\/80 {
    border-top-color: rgb(17 94 89 / 0.8);
  }

  .lg\:border-t-teal-800\/85 {
    border-top-color: rgb(17 94 89 / 0.85);
  }

  .lg\:border-t-teal-800\/90 {
    border-top-color: rgb(17 94 89 / 0.9);
  }

  .lg\:border-t-teal-800\/95 {
    border-top-color: rgb(17 94 89 / 0.95);
  }

  .lg\:border-t-teal-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(19 78 74 / var(--tw-border-opacity));
  }

  .lg\:border-t-teal-900\/0 {
    border-top-color: rgb(19 78 74 / 0);
  }

  .lg\:border-t-teal-900\/10 {
    border-top-color: rgb(19 78 74 / 0.1);
  }

  .lg\:border-t-teal-900\/100 {
    border-top-color: rgb(19 78 74 / 1);
  }

  .lg\:border-t-teal-900\/15 {
    border-top-color: rgb(19 78 74 / 0.15);
  }

  .lg\:border-t-teal-900\/20 {
    border-top-color: rgb(19 78 74 / 0.2);
  }

  .lg\:border-t-teal-900\/25 {
    border-top-color: rgb(19 78 74 / 0.25);
  }

  .lg\:border-t-teal-900\/30 {
    border-top-color: rgb(19 78 74 / 0.3);
  }

  .lg\:border-t-teal-900\/35 {
    border-top-color: rgb(19 78 74 / 0.35);
  }

  .lg\:border-t-teal-900\/40 {
    border-top-color: rgb(19 78 74 / 0.4);
  }

  .lg\:border-t-teal-900\/45 {
    border-top-color: rgb(19 78 74 / 0.45);
  }

  .lg\:border-t-teal-900\/5 {
    border-top-color: rgb(19 78 74 / 0.05);
  }

  .lg\:border-t-teal-900\/50 {
    border-top-color: rgb(19 78 74 / 0.5);
  }

  .lg\:border-t-teal-900\/55 {
    border-top-color: rgb(19 78 74 / 0.55);
  }

  .lg\:border-t-teal-900\/60 {
    border-top-color: rgb(19 78 74 / 0.6);
  }

  .lg\:border-t-teal-900\/65 {
    border-top-color: rgb(19 78 74 / 0.65);
  }

  .lg\:border-t-teal-900\/70 {
    border-top-color: rgb(19 78 74 / 0.7);
  }

  .lg\:border-t-teal-900\/75 {
    border-top-color: rgb(19 78 74 / 0.75);
  }

  .lg\:border-t-teal-900\/80 {
    border-top-color: rgb(19 78 74 / 0.8);
  }

  .lg\:border-t-teal-900\/85 {
    border-top-color: rgb(19 78 74 / 0.85);
  }

  .lg\:border-t-teal-900\/90 {
    border-top-color: rgb(19 78 74 / 0.9);
  }

  .lg\:border-t-teal-900\/95 {
    border-top-color: rgb(19 78 74 / 0.95);
  }

  .lg\:border-t-teal-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(4 47 46 / var(--tw-border-opacity));
  }

  .lg\:border-t-teal-950\/0 {
    border-top-color: rgb(4 47 46 / 0);
  }

  .lg\:border-t-teal-950\/10 {
    border-top-color: rgb(4 47 46 / 0.1);
  }

  .lg\:border-t-teal-950\/100 {
    border-top-color: rgb(4 47 46 / 1);
  }

  .lg\:border-t-teal-950\/15 {
    border-top-color: rgb(4 47 46 / 0.15);
  }

  .lg\:border-t-teal-950\/20 {
    border-top-color: rgb(4 47 46 / 0.2);
  }

  .lg\:border-t-teal-950\/25 {
    border-top-color: rgb(4 47 46 / 0.25);
  }

  .lg\:border-t-teal-950\/30 {
    border-top-color: rgb(4 47 46 / 0.3);
  }

  .lg\:border-t-teal-950\/35 {
    border-top-color: rgb(4 47 46 / 0.35);
  }

  .lg\:border-t-teal-950\/40 {
    border-top-color: rgb(4 47 46 / 0.4);
  }

  .lg\:border-t-teal-950\/45 {
    border-top-color: rgb(4 47 46 / 0.45);
  }

  .lg\:border-t-teal-950\/5 {
    border-top-color: rgb(4 47 46 / 0.05);
  }

  .lg\:border-t-teal-950\/50 {
    border-top-color: rgb(4 47 46 / 0.5);
  }

  .lg\:border-t-teal-950\/55 {
    border-top-color: rgb(4 47 46 / 0.55);
  }

  .lg\:border-t-teal-950\/60 {
    border-top-color: rgb(4 47 46 / 0.6);
  }

  .lg\:border-t-teal-950\/65 {
    border-top-color: rgb(4 47 46 / 0.65);
  }

  .lg\:border-t-teal-950\/70 {
    border-top-color: rgb(4 47 46 / 0.7);
  }

  .lg\:border-t-teal-950\/75 {
    border-top-color: rgb(4 47 46 / 0.75);
  }

  .lg\:border-t-teal-950\/80 {
    border-top-color: rgb(4 47 46 / 0.8);
  }

  .lg\:border-t-teal-950\/85 {
    border-top-color: rgb(4 47 46 / 0.85);
  }

  .lg\:border-t-teal-950\/90 {
    border-top-color: rgb(4 47 46 / 0.9);
  }

  .lg\:border-t-teal-950\/95 {
    border-top-color: rgb(4 47 46 / 0.95);
  }

  .lg\:border-t-transparent {
    border-top-color: transparent;
  }

  .lg\:border-t-transparent\/0 {
    border-top-color: rgb(0 0 0 / 0);
  }

  .lg\:border-t-transparent\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-t-transparent\/100 {
    border-top-color: rgb(0 0 0 / 1);
  }

  .lg\:border-t-transparent\/15 {
    border-top-color: rgb(0 0 0 / 0.15);
  }

  .lg\:border-t-transparent\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-t-transparent\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-t-transparent\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-t-transparent\/35 {
    border-top-color: rgb(0 0 0 / 0.35);
  }

  .lg\:border-t-transparent\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-t-transparent\/45 {
    border-top-color: rgb(0 0 0 / 0.45);
  }

  .lg\:border-t-transparent\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-t-transparent\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-t-transparent\/55 {
    border-top-color: rgb(0 0 0 / 0.55);
  }

  .lg\:border-t-transparent\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-t-transparent\/65 {
    border-top-color: rgb(0 0 0 / 0.65);
  }

  .lg\:border-t-transparent\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-t-transparent\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-t-transparent\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-t-transparent\/85 {
    border-top-color: rgb(0 0 0 / 0.85);
  }

  .lg\:border-t-transparent\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-t-transparent\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-t-violet-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(237 233 254 / var(--tw-border-opacity));
  }

  .lg\:border-t-violet-100\/0 {
    border-top-color: rgb(237 233 254 / 0);
  }

  .lg\:border-t-violet-100\/10 {
    border-top-color: rgb(237 233 254 / 0.1);
  }

  .lg\:border-t-violet-100\/100 {
    border-top-color: rgb(237 233 254 / 1);
  }

  .lg\:border-t-violet-100\/15 {
    border-top-color: rgb(237 233 254 / 0.15);
  }

  .lg\:border-t-violet-100\/20 {
    border-top-color: rgb(237 233 254 / 0.2);
  }

  .lg\:border-t-violet-100\/25 {
    border-top-color: rgb(237 233 254 / 0.25);
  }

  .lg\:border-t-violet-100\/30 {
    border-top-color: rgb(237 233 254 / 0.3);
  }

  .lg\:border-t-violet-100\/35 {
    border-top-color: rgb(237 233 254 / 0.35);
  }

  .lg\:border-t-violet-100\/40 {
    border-top-color: rgb(237 233 254 / 0.4);
  }

  .lg\:border-t-violet-100\/45 {
    border-top-color: rgb(237 233 254 / 0.45);
  }

  .lg\:border-t-violet-100\/5 {
    border-top-color: rgb(237 233 254 / 0.05);
  }

  .lg\:border-t-violet-100\/50 {
    border-top-color: rgb(237 233 254 / 0.5);
  }

  .lg\:border-t-violet-100\/55 {
    border-top-color: rgb(237 233 254 / 0.55);
  }

  .lg\:border-t-violet-100\/60 {
    border-top-color: rgb(237 233 254 / 0.6);
  }

  .lg\:border-t-violet-100\/65 {
    border-top-color: rgb(237 233 254 / 0.65);
  }

  .lg\:border-t-violet-100\/70 {
    border-top-color: rgb(237 233 254 / 0.7);
  }

  .lg\:border-t-violet-100\/75 {
    border-top-color: rgb(237 233 254 / 0.75);
  }

  .lg\:border-t-violet-100\/80 {
    border-top-color: rgb(237 233 254 / 0.8);
  }

  .lg\:border-t-violet-100\/85 {
    border-top-color: rgb(237 233 254 / 0.85);
  }

  .lg\:border-t-violet-100\/90 {
    border-top-color: rgb(237 233 254 / 0.9);
  }

  .lg\:border-t-violet-100\/95 {
    border-top-color: rgb(237 233 254 / 0.95);
  }

  .lg\:border-t-violet-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(221 214 254 / var(--tw-border-opacity));
  }

  .lg\:border-t-violet-200\/0 {
    border-top-color: rgb(221 214 254 / 0);
  }

  .lg\:border-t-violet-200\/10 {
    border-top-color: rgb(221 214 254 / 0.1);
  }

  .lg\:border-t-violet-200\/100 {
    border-top-color: rgb(221 214 254 / 1);
  }

  .lg\:border-t-violet-200\/15 {
    border-top-color: rgb(221 214 254 / 0.15);
  }

  .lg\:border-t-violet-200\/20 {
    border-top-color: rgb(221 214 254 / 0.2);
  }

  .lg\:border-t-violet-200\/25 {
    border-top-color: rgb(221 214 254 / 0.25);
  }

  .lg\:border-t-violet-200\/30 {
    border-top-color: rgb(221 214 254 / 0.3);
  }

  .lg\:border-t-violet-200\/35 {
    border-top-color: rgb(221 214 254 / 0.35);
  }

  .lg\:border-t-violet-200\/40 {
    border-top-color: rgb(221 214 254 / 0.4);
  }

  .lg\:border-t-violet-200\/45 {
    border-top-color: rgb(221 214 254 / 0.45);
  }

  .lg\:border-t-violet-200\/5 {
    border-top-color: rgb(221 214 254 / 0.05);
  }

  .lg\:border-t-violet-200\/50 {
    border-top-color: rgb(221 214 254 / 0.5);
  }

  .lg\:border-t-violet-200\/55 {
    border-top-color: rgb(221 214 254 / 0.55);
  }

  .lg\:border-t-violet-200\/60 {
    border-top-color: rgb(221 214 254 / 0.6);
  }

  .lg\:border-t-violet-200\/65 {
    border-top-color: rgb(221 214 254 / 0.65);
  }

  .lg\:border-t-violet-200\/70 {
    border-top-color: rgb(221 214 254 / 0.7);
  }

  .lg\:border-t-violet-200\/75 {
    border-top-color: rgb(221 214 254 / 0.75);
  }

  .lg\:border-t-violet-200\/80 {
    border-top-color: rgb(221 214 254 / 0.8);
  }

  .lg\:border-t-violet-200\/85 {
    border-top-color: rgb(221 214 254 / 0.85);
  }

  .lg\:border-t-violet-200\/90 {
    border-top-color: rgb(221 214 254 / 0.9);
  }

  .lg\:border-t-violet-200\/95 {
    border-top-color: rgb(221 214 254 / 0.95);
  }

  .lg\:border-t-violet-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(196 181 253 / var(--tw-border-opacity));
  }

  .lg\:border-t-violet-300\/0 {
    border-top-color: rgb(196 181 253 / 0);
  }

  .lg\:border-t-violet-300\/10 {
    border-top-color: rgb(196 181 253 / 0.1);
  }

  .lg\:border-t-violet-300\/100 {
    border-top-color: rgb(196 181 253 / 1);
  }

  .lg\:border-t-violet-300\/15 {
    border-top-color: rgb(196 181 253 / 0.15);
  }

  .lg\:border-t-violet-300\/20 {
    border-top-color: rgb(196 181 253 / 0.2);
  }

  .lg\:border-t-violet-300\/25 {
    border-top-color: rgb(196 181 253 / 0.25);
  }

  .lg\:border-t-violet-300\/30 {
    border-top-color: rgb(196 181 253 / 0.3);
  }

  .lg\:border-t-violet-300\/35 {
    border-top-color: rgb(196 181 253 / 0.35);
  }

  .lg\:border-t-violet-300\/40 {
    border-top-color: rgb(196 181 253 / 0.4);
  }

  .lg\:border-t-violet-300\/45 {
    border-top-color: rgb(196 181 253 / 0.45);
  }

  .lg\:border-t-violet-300\/5 {
    border-top-color: rgb(196 181 253 / 0.05);
  }

  .lg\:border-t-violet-300\/50 {
    border-top-color: rgb(196 181 253 / 0.5);
  }

  .lg\:border-t-violet-300\/55 {
    border-top-color: rgb(196 181 253 / 0.55);
  }

  .lg\:border-t-violet-300\/60 {
    border-top-color: rgb(196 181 253 / 0.6);
  }

  .lg\:border-t-violet-300\/65 {
    border-top-color: rgb(196 181 253 / 0.65);
  }

  .lg\:border-t-violet-300\/70 {
    border-top-color: rgb(196 181 253 / 0.7);
  }

  .lg\:border-t-violet-300\/75 {
    border-top-color: rgb(196 181 253 / 0.75);
  }

  .lg\:border-t-violet-300\/80 {
    border-top-color: rgb(196 181 253 / 0.8);
  }

  .lg\:border-t-violet-300\/85 {
    border-top-color: rgb(196 181 253 / 0.85);
  }

  .lg\:border-t-violet-300\/90 {
    border-top-color: rgb(196 181 253 / 0.9);
  }

  .lg\:border-t-violet-300\/95 {
    border-top-color: rgb(196 181 253 / 0.95);
  }

  .lg\:border-t-violet-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(167 139 250 / var(--tw-border-opacity));
  }

  .lg\:border-t-violet-400\/0 {
    border-top-color: rgb(167 139 250 / 0);
  }

  .lg\:border-t-violet-400\/10 {
    border-top-color: rgb(167 139 250 / 0.1);
  }

  .lg\:border-t-violet-400\/100 {
    border-top-color: rgb(167 139 250 / 1);
  }

  .lg\:border-t-violet-400\/15 {
    border-top-color: rgb(167 139 250 / 0.15);
  }

  .lg\:border-t-violet-400\/20 {
    border-top-color: rgb(167 139 250 / 0.2);
  }

  .lg\:border-t-violet-400\/25 {
    border-top-color: rgb(167 139 250 / 0.25);
  }

  .lg\:border-t-violet-400\/30 {
    border-top-color: rgb(167 139 250 / 0.3);
  }

  .lg\:border-t-violet-400\/35 {
    border-top-color: rgb(167 139 250 / 0.35);
  }

  .lg\:border-t-violet-400\/40 {
    border-top-color: rgb(167 139 250 / 0.4);
  }

  .lg\:border-t-violet-400\/45 {
    border-top-color: rgb(167 139 250 / 0.45);
  }

  .lg\:border-t-violet-400\/5 {
    border-top-color: rgb(167 139 250 / 0.05);
  }

  .lg\:border-t-violet-400\/50 {
    border-top-color: rgb(167 139 250 / 0.5);
  }

  .lg\:border-t-violet-400\/55 {
    border-top-color: rgb(167 139 250 / 0.55);
  }

  .lg\:border-t-violet-400\/60 {
    border-top-color: rgb(167 139 250 / 0.6);
  }

  .lg\:border-t-violet-400\/65 {
    border-top-color: rgb(167 139 250 / 0.65);
  }

  .lg\:border-t-violet-400\/70 {
    border-top-color: rgb(167 139 250 / 0.7);
  }

  .lg\:border-t-violet-400\/75 {
    border-top-color: rgb(167 139 250 / 0.75);
  }

  .lg\:border-t-violet-400\/80 {
    border-top-color: rgb(167 139 250 / 0.8);
  }

  .lg\:border-t-violet-400\/85 {
    border-top-color: rgb(167 139 250 / 0.85);
  }

  .lg\:border-t-violet-400\/90 {
    border-top-color: rgb(167 139 250 / 0.9);
  }

  .lg\:border-t-violet-400\/95 {
    border-top-color: rgb(167 139 250 / 0.95);
  }

  .lg\:border-t-violet-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 243 255 / var(--tw-border-opacity));
  }

  .lg\:border-t-violet-50\/0 {
    border-top-color: rgb(245 243 255 / 0);
  }

  .lg\:border-t-violet-50\/10 {
    border-top-color: rgb(245 243 255 / 0.1);
  }

  .lg\:border-t-violet-50\/100 {
    border-top-color: rgb(245 243 255 / 1);
  }

  .lg\:border-t-violet-50\/15 {
    border-top-color: rgb(245 243 255 / 0.15);
  }

  .lg\:border-t-violet-50\/20 {
    border-top-color: rgb(245 243 255 / 0.2);
  }

  .lg\:border-t-violet-50\/25 {
    border-top-color: rgb(245 243 255 / 0.25);
  }

  .lg\:border-t-violet-50\/30 {
    border-top-color: rgb(245 243 255 / 0.3);
  }

  .lg\:border-t-violet-50\/35 {
    border-top-color: rgb(245 243 255 / 0.35);
  }

  .lg\:border-t-violet-50\/40 {
    border-top-color: rgb(245 243 255 / 0.4);
  }

  .lg\:border-t-violet-50\/45 {
    border-top-color: rgb(245 243 255 / 0.45);
  }

  .lg\:border-t-violet-50\/5 {
    border-top-color: rgb(245 243 255 / 0.05);
  }

  .lg\:border-t-violet-50\/50 {
    border-top-color: rgb(245 243 255 / 0.5);
  }

  .lg\:border-t-violet-50\/55 {
    border-top-color: rgb(245 243 255 / 0.55);
  }

  .lg\:border-t-violet-50\/60 {
    border-top-color: rgb(245 243 255 / 0.6);
  }

  .lg\:border-t-violet-50\/65 {
    border-top-color: rgb(245 243 255 / 0.65);
  }

  .lg\:border-t-violet-50\/70 {
    border-top-color: rgb(245 243 255 / 0.7);
  }

  .lg\:border-t-violet-50\/75 {
    border-top-color: rgb(245 243 255 / 0.75);
  }

  .lg\:border-t-violet-50\/80 {
    border-top-color: rgb(245 243 255 / 0.8);
  }

  .lg\:border-t-violet-50\/85 {
    border-top-color: rgb(245 243 255 / 0.85);
  }

  .lg\:border-t-violet-50\/90 {
    border-top-color: rgb(245 243 255 / 0.9);
  }

  .lg\:border-t-violet-50\/95 {
    border-top-color: rgb(245 243 255 / 0.95);
  }

  .lg\:border-t-violet-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(139 92 246 / var(--tw-border-opacity));
  }

  .lg\:border-t-violet-500\/0 {
    border-top-color: rgb(139 92 246 / 0);
  }

  .lg\:border-t-violet-500\/10 {
    border-top-color: rgb(139 92 246 / 0.1);
  }

  .lg\:border-t-violet-500\/100 {
    border-top-color: rgb(139 92 246 / 1);
  }

  .lg\:border-t-violet-500\/15 {
    border-top-color: rgb(139 92 246 / 0.15);
  }

  .lg\:border-t-violet-500\/20 {
    border-top-color: rgb(139 92 246 / 0.2);
  }

  .lg\:border-t-violet-500\/25 {
    border-top-color: rgb(139 92 246 / 0.25);
  }

  .lg\:border-t-violet-500\/30 {
    border-top-color: rgb(139 92 246 / 0.3);
  }

  .lg\:border-t-violet-500\/35 {
    border-top-color: rgb(139 92 246 / 0.35);
  }

  .lg\:border-t-violet-500\/40 {
    border-top-color: rgb(139 92 246 / 0.4);
  }

  .lg\:border-t-violet-500\/45 {
    border-top-color: rgb(139 92 246 / 0.45);
  }

  .lg\:border-t-violet-500\/5 {
    border-top-color: rgb(139 92 246 / 0.05);
  }

  .lg\:border-t-violet-500\/50 {
    border-top-color: rgb(139 92 246 / 0.5);
  }

  .lg\:border-t-violet-500\/55 {
    border-top-color: rgb(139 92 246 / 0.55);
  }

  .lg\:border-t-violet-500\/60 {
    border-top-color: rgb(139 92 246 / 0.6);
  }

  .lg\:border-t-violet-500\/65 {
    border-top-color: rgb(139 92 246 / 0.65);
  }

  .lg\:border-t-violet-500\/70 {
    border-top-color: rgb(139 92 246 / 0.7);
  }

  .lg\:border-t-violet-500\/75 {
    border-top-color: rgb(139 92 246 / 0.75);
  }

  .lg\:border-t-violet-500\/80 {
    border-top-color: rgb(139 92 246 / 0.8);
  }

  .lg\:border-t-violet-500\/85 {
    border-top-color: rgb(139 92 246 / 0.85);
  }

  .lg\:border-t-violet-500\/90 {
    border-top-color: rgb(139 92 246 / 0.9);
  }

  .lg\:border-t-violet-500\/95 {
    border-top-color: rgb(139 92 246 / 0.95);
  }

  .lg\:border-t-violet-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(124 58 237 / var(--tw-border-opacity));
  }

  .lg\:border-t-violet-600\/0 {
    border-top-color: rgb(124 58 237 / 0);
  }

  .lg\:border-t-violet-600\/10 {
    border-top-color: rgb(124 58 237 / 0.1);
  }

  .lg\:border-t-violet-600\/100 {
    border-top-color: rgb(124 58 237 / 1);
  }

  .lg\:border-t-violet-600\/15 {
    border-top-color: rgb(124 58 237 / 0.15);
  }

  .lg\:border-t-violet-600\/20 {
    border-top-color: rgb(124 58 237 / 0.2);
  }

  .lg\:border-t-violet-600\/25 {
    border-top-color: rgb(124 58 237 / 0.25);
  }

  .lg\:border-t-violet-600\/30 {
    border-top-color: rgb(124 58 237 / 0.3);
  }

  .lg\:border-t-violet-600\/35 {
    border-top-color: rgb(124 58 237 / 0.35);
  }

  .lg\:border-t-violet-600\/40 {
    border-top-color: rgb(124 58 237 / 0.4);
  }

  .lg\:border-t-violet-600\/45 {
    border-top-color: rgb(124 58 237 / 0.45);
  }

  .lg\:border-t-violet-600\/5 {
    border-top-color: rgb(124 58 237 / 0.05);
  }

  .lg\:border-t-violet-600\/50 {
    border-top-color: rgb(124 58 237 / 0.5);
  }

  .lg\:border-t-violet-600\/55 {
    border-top-color: rgb(124 58 237 / 0.55);
  }

  .lg\:border-t-violet-600\/60 {
    border-top-color: rgb(124 58 237 / 0.6);
  }

  .lg\:border-t-violet-600\/65 {
    border-top-color: rgb(124 58 237 / 0.65);
  }

  .lg\:border-t-violet-600\/70 {
    border-top-color: rgb(124 58 237 / 0.7);
  }

  .lg\:border-t-violet-600\/75 {
    border-top-color: rgb(124 58 237 / 0.75);
  }

  .lg\:border-t-violet-600\/80 {
    border-top-color: rgb(124 58 237 / 0.8);
  }

  .lg\:border-t-violet-600\/85 {
    border-top-color: rgb(124 58 237 / 0.85);
  }

  .lg\:border-t-violet-600\/90 {
    border-top-color: rgb(124 58 237 / 0.9);
  }

  .lg\:border-t-violet-600\/95 {
    border-top-color: rgb(124 58 237 / 0.95);
  }

  .lg\:border-t-violet-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(109 40 217 / var(--tw-border-opacity));
  }

  .lg\:border-t-violet-700\/0 {
    border-top-color: rgb(109 40 217 / 0);
  }

  .lg\:border-t-violet-700\/10 {
    border-top-color: rgb(109 40 217 / 0.1);
  }

  .lg\:border-t-violet-700\/100 {
    border-top-color: rgb(109 40 217 / 1);
  }

  .lg\:border-t-violet-700\/15 {
    border-top-color: rgb(109 40 217 / 0.15);
  }

  .lg\:border-t-violet-700\/20 {
    border-top-color: rgb(109 40 217 / 0.2);
  }

  .lg\:border-t-violet-700\/25 {
    border-top-color: rgb(109 40 217 / 0.25);
  }

  .lg\:border-t-violet-700\/30 {
    border-top-color: rgb(109 40 217 / 0.3);
  }

  .lg\:border-t-violet-700\/35 {
    border-top-color: rgb(109 40 217 / 0.35);
  }

  .lg\:border-t-violet-700\/40 {
    border-top-color: rgb(109 40 217 / 0.4);
  }

  .lg\:border-t-violet-700\/45 {
    border-top-color: rgb(109 40 217 / 0.45);
  }

  .lg\:border-t-violet-700\/5 {
    border-top-color: rgb(109 40 217 / 0.05);
  }

  .lg\:border-t-violet-700\/50 {
    border-top-color: rgb(109 40 217 / 0.5);
  }

  .lg\:border-t-violet-700\/55 {
    border-top-color: rgb(109 40 217 / 0.55);
  }

  .lg\:border-t-violet-700\/60 {
    border-top-color: rgb(109 40 217 / 0.6);
  }

  .lg\:border-t-violet-700\/65 {
    border-top-color: rgb(109 40 217 / 0.65);
  }

  .lg\:border-t-violet-700\/70 {
    border-top-color: rgb(109 40 217 / 0.7);
  }

  .lg\:border-t-violet-700\/75 {
    border-top-color: rgb(109 40 217 / 0.75);
  }

  .lg\:border-t-violet-700\/80 {
    border-top-color: rgb(109 40 217 / 0.8);
  }

  .lg\:border-t-violet-700\/85 {
    border-top-color: rgb(109 40 217 / 0.85);
  }

  .lg\:border-t-violet-700\/90 {
    border-top-color: rgb(109 40 217 / 0.9);
  }

  .lg\:border-t-violet-700\/95 {
    border-top-color: rgb(109 40 217 / 0.95);
  }

  .lg\:border-t-violet-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(91 33 182 / var(--tw-border-opacity));
  }

  .lg\:border-t-violet-800\/0 {
    border-top-color: rgb(91 33 182 / 0);
  }

  .lg\:border-t-violet-800\/10 {
    border-top-color: rgb(91 33 182 / 0.1);
  }

  .lg\:border-t-violet-800\/100 {
    border-top-color: rgb(91 33 182 / 1);
  }

  .lg\:border-t-violet-800\/15 {
    border-top-color: rgb(91 33 182 / 0.15);
  }

  .lg\:border-t-violet-800\/20 {
    border-top-color: rgb(91 33 182 / 0.2);
  }

  .lg\:border-t-violet-800\/25 {
    border-top-color: rgb(91 33 182 / 0.25);
  }

  .lg\:border-t-violet-800\/30 {
    border-top-color: rgb(91 33 182 / 0.3);
  }

  .lg\:border-t-violet-800\/35 {
    border-top-color: rgb(91 33 182 / 0.35);
  }

  .lg\:border-t-violet-800\/40 {
    border-top-color: rgb(91 33 182 / 0.4);
  }

  .lg\:border-t-violet-800\/45 {
    border-top-color: rgb(91 33 182 / 0.45);
  }

  .lg\:border-t-violet-800\/5 {
    border-top-color: rgb(91 33 182 / 0.05);
  }

  .lg\:border-t-violet-800\/50 {
    border-top-color: rgb(91 33 182 / 0.5);
  }

  .lg\:border-t-violet-800\/55 {
    border-top-color: rgb(91 33 182 / 0.55);
  }

  .lg\:border-t-violet-800\/60 {
    border-top-color: rgb(91 33 182 / 0.6);
  }

  .lg\:border-t-violet-800\/65 {
    border-top-color: rgb(91 33 182 / 0.65);
  }

  .lg\:border-t-violet-800\/70 {
    border-top-color: rgb(91 33 182 / 0.7);
  }

  .lg\:border-t-violet-800\/75 {
    border-top-color: rgb(91 33 182 / 0.75);
  }

  .lg\:border-t-violet-800\/80 {
    border-top-color: rgb(91 33 182 / 0.8);
  }

  .lg\:border-t-violet-800\/85 {
    border-top-color: rgb(91 33 182 / 0.85);
  }

  .lg\:border-t-violet-800\/90 {
    border-top-color: rgb(91 33 182 / 0.9);
  }

  .lg\:border-t-violet-800\/95 {
    border-top-color: rgb(91 33 182 / 0.95);
  }

  .lg\:border-t-violet-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(76 29 149 / var(--tw-border-opacity));
  }

  .lg\:border-t-violet-900\/0 {
    border-top-color: rgb(76 29 149 / 0);
  }

  .lg\:border-t-violet-900\/10 {
    border-top-color: rgb(76 29 149 / 0.1);
  }

  .lg\:border-t-violet-900\/100 {
    border-top-color: rgb(76 29 149 / 1);
  }

  .lg\:border-t-violet-900\/15 {
    border-top-color: rgb(76 29 149 / 0.15);
  }

  .lg\:border-t-violet-900\/20 {
    border-top-color: rgb(76 29 149 / 0.2);
  }

  .lg\:border-t-violet-900\/25 {
    border-top-color: rgb(76 29 149 / 0.25);
  }

  .lg\:border-t-violet-900\/30 {
    border-top-color: rgb(76 29 149 / 0.3);
  }

  .lg\:border-t-violet-900\/35 {
    border-top-color: rgb(76 29 149 / 0.35);
  }

  .lg\:border-t-violet-900\/40 {
    border-top-color: rgb(76 29 149 / 0.4);
  }

  .lg\:border-t-violet-900\/45 {
    border-top-color: rgb(76 29 149 / 0.45);
  }

  .lg\:border-t-violet-900\/5 {
    border-top-color: rgb(76 29 149 / 0.05);
  }

  .lg\:border-t-violet-900\/50 {
    border-top-color: rgb(76 29 149 / 0.5);
  }

  .lg\:border-t-violet-900\/55 {
    border-top-color: rgb(76 29 149 / 0.55);
  }

  .lg\:border-t-violet-900\/60 {
    border-top-color: rgb(76 29 149 / 0.6);
  }

  .lg\:border-t-violet-900\/65 {
    border-top-color: rgb(76 29 149 / 0.65);
  }

  .lg\:border-t-violet-900\/70 {
    border-top-color: rgb(76 29 149 / 0.7);
  }

  .lg\:border-t-violet-900\/75 {
    border-top-color: rgb(76 29 149 / 0.75);
  }

  .lg\:border-t-violet-900\/80 {
    border-top-color: rgb(76 29 149 / 0.8);
  }

  .lg\:border-t-violet-900\/85 {
    border-top-color: rgb(76 29 149 / 0.85);
  }

  .lg\:border-t-violet-900\/90 {
    border-top-color: rgb(76 29 149 / 0.9);
  }

  .lg\:border-t-violet-900\/95 {
    border-top-color: rgb(76 29 149 / 0.95);
  }

  .lg\:border-t-violet-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(46 16 101 / var(--tw-border-opacity));
  }

  .lg\:border-t-violet-950\/0 {
    border-top-color: rgb(46 16 101 / 0);
  }

  .lg\:border-t-violet-950\/10 {
    border-top-color: rgb(46 16 101 / 0.1);
  }

  .lg\:border-t-violet-950\/100 {
    border-top-color: rgb(46 16 101 / 1);
  }

  .lg\:border-t-violet-950\/15 {
    border-top-color: rgb(46 16 101 / 0.15);
  }

  .lg\:border-t-violet-950\/20 {
    border-top-color: rgb(46 16 101 / 0.2);
  }

  .lg\:border-t-violet-950\/25 {
    border-top-color: rgb(46 16 101 / 0.25);
  }

  .lg\:border-t-violet-950\/30 {
    border-top-color: rgb(46 16 101 / 0.3);
  }

  .lg\:border-t-violet-950\/35 {
    border-top-color: rgb(46 16 101 / 0.35);
  }

  .lg\:border-t-violet-950\/40 {
    border-top-color: rgb(46 16 101 / 0.4);
  }

  .lg\:border-t-violet-950\/45 {
    border-top-color: rgb(46 16 101 / 0.45);
  }

  .lg\:border-t-violet-950\/5 {
    border-top-color: rgb(46 16 101 / 0.05);
  }

  .lg\:border-t-violet-950\/50 {
    border-top-color: rgb(46 16 101 / 0.5);
  }

  .lg\:border-t-violet-950\/55 {
    border-top-color: rgb(46 16 101 / 0.55);
  }

  .lg\:border-t-violet-950\/60 {
    border-top-color: rgb(46 16 101 / 0.6);
  }

  .lg\:border-t-violet-950\/65 {
    border-top-color: rgb(46 16 101 / 0.65);
  }

  .lg\:border-t-violet-950\/70 {
    border-top-color: rgb(46 16 101 / 0.7);
  }

  .lg\:border-t-violet-950\/75 {
    border-top-color: rgb(46 16 101 / 0.75);
  }

  .lg\:border-t-violet-950\/80 {
    border-top-color: rgb(46 16 101 / 0.8);
  }

  .lg\:border-t-violet-950\/85 {
    border-top-color: rgb(46 16 101 / 0.85);
  }

  .lg\:border-t-violet-950\/90 {
    border-top-color: rgb(46 16 101 / 0.9);
  }

  .lg\:border-t-violet-950\/95 {
    border-top-color: rgb(46 16 101 / 0.95);
  }

  .lg\:border-t-white {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .lg\:border-t-white\/0 {
    border-top-color: rgb(255 255 255 / 0);
  }

  .lg\:border-t-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1);
  }

  .lg\:border-t-white\/100 {
    border-top-color: rgb(255 255 255 / 1);
  }

  .lg\:border-t-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15);
  }

  .lg\:border-t-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2);
  }

  .lg\:border-t-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25);
  }

  .lg\:border-t-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3);
  }

  .lg\:border-t-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35);
  }

  .lg\:border-t-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4);
  }

  .lg\:border-t-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45);
  }

  .lg\:border-t-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05);
  }

  .lg\:border-t-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5);
  }

  .lg\:border-t-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55);
  }

  .lg\:border-t-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6);
  }

  .lg\:border-t-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65);
  }

  .lg\:border-t-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7);
  }

  .lg\:border-t-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75);
  }

  .lg\:border-t-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8);
  }

  .lg\:border-t-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85);
  }

  .lg\:border-t-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9);
  }

  .lg\:border-t-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95);
  }

  .lg\:border-t-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity));
  }

  .lg\:border-t-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0);
  }

  .lg\:border-t-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1);
  }

  .lg\:border-t-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1);
  }

  .lg\:border-t-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15);
  }

  .lg\:border-t-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2);
  }

  .lg\:border-t-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25);
  }

  .lg\:border-t-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3);
  }

  .lg\:border-t-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35);
  }

  .lg\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-t-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45);
  }

  .lg\:border-t-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05);
  }

  .lg\:border-t-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5);
  }

  .lg\:border-t-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55);
  }

  .lg\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-t-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65);
  }

  .lg\:border-t-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7);
  }

  .lg\:border-t-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75);
  }

  .lg\:border-t-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8);
  }

  .lg\:border-t-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85);
  }

  .lg\:border-t-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9);
  }

  .lg\:border-t-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95);
  }

  .lg\:border-t-yellow-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity));
  }

  .lg\:border-t-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0);
  }

  .lg\:border-t-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1);
  }

  .lg\:border-t-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1);
  }

  .lg\:border-t-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15);
  }

  .lg\:border-t-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2);
  }

  .lg\:border-t-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25);
  }

  .lg\:border-t-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3);
  }

  .lg\:border-t-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35);
  }

  .lg\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-t-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45);
  }

  .lg\:border-t-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05);
  }

  .lg\:border-t-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5);
  }

  .lg\:border-t-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55);
  }

  .lg\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-t-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65);
  }

  .lg\:border-t-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7);
  }

  .lg\:border-t-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75);
  }

  .lg\:border-t-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8);
  }

  .lg\:border-t-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85);
  }

  .lg\:border-t-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9);
  }

  .lg\:border-t-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95);
  }

  .lg\:border-t-yellow-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity));
  }

  .lg\:border-t-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0);
  }

  .lg\:border-t-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1);
  }

  .lg\:border-t-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1);
  }

  .lg\:border-t-yellow-300\/15 {
    border-top-color: rgb(253 224 71 / 0.15);
  }

  .lg\:border-t-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2);
  }

  .lg\:border-t-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25);
  }

  .lg\:border-t-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3);
  }

  .lg\:border-t-yellow-300\/35 {
    border-top-color: rgb(253 224 71 / 0.35);
  }

  .lg\:border-t-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4);
  }

  .lg\:border-t-yellow-300\/45 {
    border-top-color: rgb(253 224 71 / 0.45);
  }

  .lg\:border-t-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05);
  }

  .lg\:border-t-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5);
  }

  .lg\:border-t-yellow-300\/55 {
    border-top-color: rgb(253 224 71 / 0.55);
  }

  .lg\:border-t-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6);
  }

  .lg\:border-t-yellow-300\/65 {
    border-top-color: rgb(253 224 71 / 0.65);
  }

  .lg\:border-t-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7);
  }

  .lg\:border-t-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75);
  }

  .lg\:border-t-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8);
  }

  .lg\:border-t-yellow-300\/85 {
    border-top-color: rgb(253 224 71 / 0.85);
  }

  .lg\:border-t-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9);
  }

  .lg\:border-t-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95);
  }

  .lg\:border-t-yellow-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity));
  }

  .lg\:border-t-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0);
  }

  .lg\:border-t-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1);
  }

  .lg\:border-t-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1);
  }

  .lg\:border-t-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15);
  }

  .lg\:border-t-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2);
  }

  .lg\:border-t-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25);
  }

  .lg\:border-t-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3);
  }

  .lg\:border-t-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35);
  }

  .lg\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-t-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45);
  }

  .lg\:border-t-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05);
  }

  .lg\:border-t-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5);
  }

  .lg\:border-t-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55);
  }

  .lg\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-t-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65);
  }

  .lg\:border-t-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7);
  }

  .lg\:border-t-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75);
  }

  .lg\:border-t-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8);
  }

  .lg\:border-t-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85);
  }

  .lg\:border-t-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9);
  }

  .lg\:border-t-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95);
  }

  .lg\:border-t-yellow-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity));
  }

  .lg\:border-t-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0);
  }

  .lg\:border-t-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1);
  }

  .lg\:border-t-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1);
  }

  .lg\:border-t-yellow-50\/15 {
    border-top-color: rgb(254 252 232 / 0.15);
  }

  .lg\:border-t-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2);
  }

  .lg\:border-t-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25);
  }

  .lg\:border-t-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3);
  }

  .lg\:border-t-yellow-50\/35 {
    border-top-color: rgb(254 252 232 / 0.35);
  }

  .lg\:border-t-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-t-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45);
  }

  .lg\:border-t-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05);
  }

  .lg\:border-t-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5);
  }

  .lg\:border-t-yellow-50\/55 {
    border-top-color: rgb(254 252 232 / 0.55);
  }

  .lg\:border-t-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-t-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65);
  }

  .lg\:border-t-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7);
  }

  .lg\:border-t-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75);
  }

  .lg\:border-t-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8);
  }

  .lg\:border-t-yellow-50\/85 {
    border-top-color: rgb(254 252 232 / 0.85);
  }

  .lg\:border-t-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9);
  }

  .lg\:border-t-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95);
  }

  .lg\:border-t-yellow-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity));
  }

  .lg\:border-t-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0);
  }

  .lg\:border-t-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1);
  }

  .lg\:border-t-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1);
  }

  .lg\:border-t-yellow-500\/15 {
    border-top-color: rgb(234 179 8 / 0.15);
  }

  .lg\:border-t-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2);
  }

  .lg\:border-t-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25);
  }

  .lg\:border-t-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3);
  }

  .lg\:border-t-yellow-500\/35 {
    border-top-color: rgb(234 179 8 / 0.35);
  }

  .lg\:border-t-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-t-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45);
  }

  .lg\:border-t-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05);
  }

  .lg\:border-t-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5);
  }

  .lg\:border-t-yellow-500\/55 {
    border-top-color: rgb(234 179 8 / 0.55);
  }

  .lg\:border-t-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-t-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65);
  }

  .lg\:border-t-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7);
  }

  .lg\:border-t-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75);
  }

  .lg\:border-t-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8);
  }

  .lg\:border-t-yellow-500\/85 {
    border-top-color: rgb(234 179 8 / 0.85);
  }

  .lg\:border-t-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9);
  }

  .lg\:border-t-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95);
  }

  .lg\:border-t-yellow-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity));
  }

  .lg\:border-t-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0);
  }

  .lg\:border-t-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1);
  }

  .lg\:border-t-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1);
  }

  .lg\:border-t-yellow-600\/15 {
    border-top-color: rgb(202 138 4 / 0.15);
  }

  .lg\:border-t-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2);
  }

  .lg\:border-t-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25);
  }

  .lg\:border-t-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3);
  }

  .lg\:border-t-yellow-600\/35 {
    border-top-color: rgb(202 138 4 / 0.35);
  }

  .lg\:border-t-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-t-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45);
  }

  .lg\:border-t-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05);
  }

  .lg\:border-t-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5);
  }

  .lg\:border-t-yellow-600\/55 {
    border-top-color: rgb(202 138 4 / 0.55);
  }

  .lg\:border-t-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-t-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65);
  }

  .lg\:border-t-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7);
  }

  .lg\:border-t-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75);
  }

  .lg\:border-t-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8);
  }

  .lg\:border-t-yellow-600\/85 {
    border-top-color: rgb(202 138 4 / 0.85);
  }

  .lg\:border-t-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9);
  }

  .lg\:border-t-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95);
  }

  .lg\:border-t-yellow-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity));
  }

  .lg\:border-t-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0);
  }

  .lg\:border-t-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1);
  }

  .lg\:border-t-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1);
  }

  .lg\:border-t-yellow-700\/15 {
    border-top-color: rgb(161 98 7 / 0.15);
  }

  .lg\:border-t-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2);
  }

  .lg\:border-t-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25);
  }

  .lg\:border-t-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3);
  }

  .lg\:border-t-yellow-700\/35 {
    border-top-color: rgb(161 98 7 / 0.35);
  }

  .lg\:border-t-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4);
  }

  .lg\:border-t-yellow-700\/45 {
    border-top-color: rgb(161 98 7 / 0.45);
  }

  .lg\:border-t-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05);
  }

  .lg\:border-t-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5);
  }

  .lg\:border-t-yellow-700\/55 {
    border-top-color: rgb(161 98 7 / 0.55);
  }

  .lg\:border-t-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6);
  }

  .lg\:border-t-yellow-700\/65 {
    border-top-color: rgb(161 98 7 / 0.65);
  }

  .lg\:border-t-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7);
  }

  .lg\:border-t-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75);
  }

  .lg\:border-t-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8);
  }

  .lg\:border-t-yellow-700\/85 {
    border-top-color: rgb(161 98 7 / 0.85);
  }

  .lg\:border-t-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9);
  }

  .lg\:border-t-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95);
  }

  .lg\:border-t-yellow-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity));
  }

  .lg\:border-t-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0);
  }

  .lg\:border-t-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1);
  }

  .lg\:border-t-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1);
  }

  .lg\:border-t-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15);
  }

  .lg\:border-t-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2);
  }

  .lg\:border-t-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25);
  }

  .lg\:border-t-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3);
  }

  .lg\:border-t-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35);
  }

  .lg\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-t-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45);
  }

  .lg\:border-t-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05);
  }

  .lg\:border-t-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5);
  }

  .lg\:border-t-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55);
  }

  .lg\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-t-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65);
  }

  .lg\:border-t-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7);
  }

  .lg\:border-t-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75);
  }

  .lg\:border-t-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8);
  }

  .lg\:border-t-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85);
  }

  .lg\:border-t-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9);
  }

  .lg\:border-t-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95);
  }

  .lg\:border-t-yellow-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity));
  }

  .lg\:border-t-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0);
  }

  .lg\:border-t-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1);
  }

  .lg\:border-t-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1);
  }

  .lg\:border-t-yellow-900\/15 {
    border-top-color: rgb(113 63 18 / 0.15);
  }

  .lg\:border-t-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2);
  }

  .lg\:border-t-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25);
  }

  .lg\:border-t-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3);
  }

  .lg\:border-t-yellow-900\/35 {
    border-top-color: rgb(113 63 18 / 0.35);
  }

  .lg\:border-t-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4);
  }

  .lg\:border-t-yellow-900\/45 {
    border-top-color: rgb(113 63 18 / 0.45);
  }

  .lg\:border-t-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05);
  }

  .lg\:border-t-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5);
  }

  .lg\:border-t-yellow-900\/55 {
    border-top-color: rgb(113 63 18 / 0.55);
  }

  .lg\:border-t-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6);
  }

  .lg\:border-t-yellow-900\/65 {
    border-top-color: rgb(113 63 18 / 0.65);
  }

  .lg\:border-t-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7);
  }

  .lg\:border-t-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75);
  }

  .lg\:border-t-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8);
  }

  .lg\:border-t-yellow-900\/85 {
    border-top-color: rgb(113 63 18 / 0.85);
  }

  .lg\:border-t-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9);
  }

  .lg\:border-t-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95);
  }

  .lg\:border-t-yellow-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity));
  }

  .lg\:border-t-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0);
  }

  .lg\:border-t-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1);
  }

  .lg\:border-t-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1);
  }

  .lg\:border-t-yellow-950\/15 {
    border-top-color: rgb(66 32 6 / 0.15);
  }

  .lg\:border-t-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2);
  }

  .lg\:border-t-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25);
  }

  .lg\:border-t-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3);
  }

  .lg\:border-t-yellow-950\/35 {
    border-top-color: rgb(66 32 6 / 0.35);
  }

  .lg\:border-t-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4);
  }

  .lg\:border-t-yellow-950\/45 {
    border-top-color: rgb(66 32 6 / 0.45);
  }

  .lg\:border-t-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05);
  }

  .lg\:border-t-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5);
  }

  .lg\:border-t-yellow-950\/55 {
    border-top-color: rgb(66 32 6 / 0.55);
  }

  .lg\:border-t-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6);
  }

  .lg\:border-t-yellow-950\/65 {
    border-top-color: rgb(66 32 6 / 0.65);
  }

  .lg\:border-t-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7);
  }

  .lg\:border-t-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75);
  }

  .lg\:border-t-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8);
  }

  .lg\:border-t-yellow-950\/85 {
    border-top-color: rgb(66 32 6 / 0.85);
  }

  .lg\:border-t-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9);
  }

  .lg\:border-t-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95);
  }

  .lg\:border-t-zinc-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(244 244 245 / var(--tw-border-opacity));
  }

  .lg\:border-t-zinc-100\/0 {
    border-top-color: rgb(244 244 245 / 0);
  }

  .lg\:border-t-zinc-100\/10 {
    border-top-color: rgb(244 244 245 / 0.1);
  }

  .lg\:border-t-zinc-100\/100 {
    border-top-color: rgb(244 244 245 / 1);
  }

  .lg\:border-t-zinc-100\/15 {
    border-top-color: rgb(244 244 245 / 0.15);
  }

  .lg\:border-t-zinc-100\/20 {
    border-top-color: rgb(244 244 245 / 0.2);
  }

  .lg\:border-t-zinc-100\/25 {
    border-top-color: rgb(244 244 245 / 0.25);
  }

  .lg\:border-t-zinc-100\/30 {
    border-top-color: rgb(244 244 245 / 0.3);
  }

  .lg\:border-t-zinc-100\/35 {
    border-top-color: rgb(244 244 245 / 0.35);
  }

  .lg\:border-t-zinc-100\/40 {
    border-top-color: rgb(244 244 245 / 0.4);
  }

  .lg\:border-t-zinc-100\/45 {
    border-top-color: rgb(244 244 245 / 0.45);
  }

  .lg\:border-t-zinc-100\/5 {
    border-top-color: rgb(244 244 245 / 0.05);
  }

  .lg\:border-t-zinc-100\/50 {
    border-top-color: rgb(244 244 245 / 0.5);
  }

  .lg\:border-t-zinc-100\/55 {
    border-top-color: rgb(244 244 245 / 0.55);
  }

  .lg\:border-t-zinc-100\/60 {
    border-top-color: rgb(244 244 245 / 0.6);
  }

  .lg\:border-t-zinc-100\/65 {
    border-top-color: rgb(244 244 245 / 0.65);
  }

  .lg\:border-t-zinc-100\/70 {
    border-top-color: rgb(244 244 245 / 0.7);
  }

  .lg\:border-t-zinc-100\/75 {
    border-top-color: rgb(244 244 245 / 0.75);
  }

  .lg\:border-t-zinc-100\/80 {
    border-top-color: rgb(244 244 245 / 0.8);
  }

  .lg\:border-t-zinc-100\/85 {
    border-top-color: rgb(244 244 245 / 0.85);
  }

  .lg\:border-t-zinc-100\/90 {
    border-top-color: rgb(244 244 245 / 0.9);
  }

  .lg\:border-t-zinc-100\/95 {
    border-top-color: rgb(244 244 245 / 0.95);
  }

  .lg\:border-t-zinc-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(228 228 231 / var(--tw-border-opacity));
  }

  .lg\:border-t-zinc-200\/0 {
    border-top-color: rgb(228 228 231 / 0);
  }

  .lg\:border-t-zinc-200\/10 {
    border-top-color: rgb(228 228 231 / 0.1);
  }

  .lg\:border-t-zinc-200\/100 {
    border-top-color: rgb(228 228 231 / 1);
  }

  .lg\:border-t-zinc-200\/15 {
    border-top-color: rgb(228 228 231 / 0.15);
  }

  .lg\:border-t-zinc-200\/20 {
    border-top-color: rgb(228 228 231 / 0.2);
  }

  .lg\:border-t-zinc-200\/25 {
    border-top-color: rgb(228 228 231 / 0.25);
  }

  .lg\:border-t-zinc-200\/30 {
    border-top-color: rgb(228 228 231 / 0.3);
  }

  .lg\:border-t-zinc-200\/35 {
    border-top-color: rgb(228 228 231 / 0.35);
  }

  .lg\:border-t-zinc-200\/40 {
    border-top-color: rgb(228 228 231 / 0.4);
  }

  .lg\:border-t-zinc-200\/45 {
    border-top-color: rgb(228 228 231 / 0.45);
  }

  .lg\:border-t-zinc-200\/5 {
    border-top-color: rgb(228 228 231 / 0.05);
  }

  .lg\:border-t-zinc-200\/50 {
    border-top-color: rgb(228 228 231 / 0.5);
  }

  .lg\:border-t-zinc-200\/55 {
    border-top-color: rgb(228 228 231 / 0.55);
  }

  .lg\:border-t-zinc-200\/60 {
    border-top-color: rgb(228 228 231 / 0.6);
  }

  .lg\:border-t-zinc-200\/65 {
    border-top-color: rgb(228 228 231 / 0.65);
  }

  .lg\:border-t-zinc-200\/70 {
    border-top-color: rgb(228 228 231 / 0.7);
  }

  .lg\:border-t-zinc-200\/75 {
    border-top-color: rgb(228 228 231 / 0.75);
  }

  .lg\:border-t-zinc-200\/80 {
    border-top-color: rgb(228 228 231 / 0.8);
  }

  .lg\:border-t-zinc-200\/85 {
    border-top-color: rgb(228 228 231 / 0.85);
  }

  .lg\:border-t-zinc-200\/90 {
    border-top-color: rgb(228 228 231 / 0.9);
  }

  .lg\:border-t-zinc-200\/95 {
    border-top-color: rgb(228 228 231 / 0.95);
  }

  .lg\:border-t-zinc-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(212 212 216 / var(--tw-border-opacity));
  }

  .lg\:border-t-zinc-300\/0 {
    border-top-color: rgb(212 212 216 / 0);
  }

  .lg\:border-t-zinc-300\/10 {
    border-top-color: rgb(212 212 216 / 0.1);
  }

  .lg\:border-t-zinc-300\/100 {
    border-top-color: rgb(212 212 216 / 1);
  }

  .lg\:border-t-zinc-300\/15 {
    border-top-color: rgb(212 212 216 / 0.15);
  }

  .lg\:border-t-zinc-300\/20 {
    border-top-color: rgb(212 212 216 / 0.2);
  }

  .lg\:border-t-zinc-300\/25 {
    border-top-color: rgb(212 212 216 / 0.25);
  }

  .lg\:border-t-zinc-300\/30 {
    border-top-color: rgb(212 212 216 / 0.3);
  }

  .lg\:border-t-zinc-300\/35 {
    border-top-color: rgb(212 212 216 / 0.35);
  }

  .lg\:border-t-zinc-300\/40 {
    border-top-color: rgb(212 212 216 / 0.4);
  }

  .lg\:border-t-zinc-300\/45 {
    border-top-color: rgb(212 212 216 / 0.45);
  }

  .lg\:border-t-zinc-300\/5 {
    border-top-color: rgb(212 212 216 / 0.05);
  }

  .lg\:border-t-zinc-300\/50 {
    border-top-color: rgb(212 212 216 / 0.5);
  }

  .lg\:border-t-zinc-300\/55 {
    border-top-color: rgb(212 212 216 / 0.55);
  }

  .lg\:border-t-zinc-300\/60 {
    border-top-color: rgb(212 212 216 / 0.6);
  }

  .lg\:border-t-zinc-300\/65 {
    border-top-color: rgb(212 212 216 / 0.65);
  }

  .lg\:border-t-zinc-300\/70 {
    border-top-color: rgb(212 212 216 / 0.7);
  }

  .lg\:border-t-zinc-300\/75 {
    border-top-color: rgb(212 212 216 / 0.75);
  }

  .lg\:border-t-zinc-300\/80 {
    border-top-color: rgb(212 212 216 / 0.8);
  }

  .lg\:border-t-zinc-300\/85 {
    border-top-color: rgb(212 212 216 / 0.85);
  }

  .lg\:border-t-zinc-300\/90 {
    border-top-color: rgb(212 212 216 / 0.9);
  }

  .lg\:border-t-zinc-300\/95 {
    border-top-color: rgb(212 212 216 / 0.95);
  }

  .lg\:border-t-zinc-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 161 170 / var(--tw-border-opacity));
  }

  .lg\:border-t-zinc-400\/0 {
    border-top-color: rgb(161 161 170 / 0);
  }

  .lg\:border-t-zinc-400\/10 {
    border-top-color: rgb(161 161 170 / 0.1);
  }

  .lg\:border-t-zinc-400\/100 {
    border-top-color: rgb(161 161 170 / 1);
  }

  .lg\:border-t-zinc-400\/15 {
    border-top-color: rgb(161 161 170 / 0.15);
  }

  .lg\:border-t-zinc-400\/20 {
    border-top-color: rgb(161 161 170 / 0.2);
  }

  .lg\:border-t-zinc-400\/25 {
    border-top-color: rgb(161 161 170 / 0.25);
  }

  .lg\:border-t-zinc-400\/30 {
    border-top-color: rgb(161 161 170 / 0.3);
  }

  .lg\:border-t-zinc-400\/35 {
    border-top-color: rgb(161 161 170 / 0.35);
  }

  .lg\:border-t-zinc-400\/40 {
    border-top-color: rgb(161 161 170 / 0.4);
  }

  .lg\:border-t-zinc-400\/45 {
    border-top-color: rgb(161 161 170 / 0.45);
  }

  .lg\:border-t-zinc-400\/5 {
    border-top-color: rgb(161 161 170 / 0.05);
  }

  .lg\:border-t-zinc-400\/50 {
    border-top-color: rgb(161 161 170 / 0.5);
  }

  .lg\:border-t-zinc-400\/55 {
    border-top-color: rgb(161 161 170 / 0.55);
  }

  .lg\:border-t-zinc-400\/60 {
    border-top-color: rgb(161 161 170 / 0.6);
  }

  .lg\:border-t-zinc-400\/65 {
    border-top-color: rgb(161 161 170 / 0.65);
  }

  .lg\:border-t-zinc-400\/70 {
    border-top-color: rgb(161 161 170 / 0.7);
  }

  .lg\:border-t-zinc-400\/75 {
    border-top-color: rgb(161 161 170 / 0.75);
  }

  .lg\:border-t-zinc-400\/80 {
    border-top-color: rgb(161 161 170 / 0.8);
  }

  .lg\:border-t-zinc-400\/85 {
    border-top-color: rgb(161 161 170 / 0.85);
  }

  .lg\:border-t-zinc-400\/90 {
    border-top-color: rgb(161 161 170 / 0.9);
  }

  .lg\:border-t-zinc-400\/95 {
    border-top-color: rgb(161 161 170 / 0.95);
  }

  .lg\:border-t-zinc-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity));
  }

  .lg\:border-t-zinc-50\/0 {
    border-top-color: rgb(250 250 250 / 0);
  }

  .lg\:border-t-zinc-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-t-zinc-50\/100 {
    border-top-color: rgb(250 250 250 / 1);
  }

  .lg\:border-t-zinc-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-t-zinc-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-t-zinc-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-t-zinc-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-t-zinc-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-t-zinc-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-t-zinc-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-t-zinc-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-t-zinc-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-t-zinc-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-t-zinc-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-t-zinc-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-t-zinc-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-t-zinc-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-t-zinc-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-t-zinc-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-t-zinc-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-t-zinc-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95);
  }

  .lg\:border-t-zinc-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 113 122 / var(--tw-border-opacity));
  }

  .lg\:border-t-zinc-500\/0 {
    border-top-color: rgb(113 113 122 / 0);
  }

  .lg\:border-t-zinc-500\/10 {
    border-top-color: rgb(113 113 122 / 0.1);
  }

  .lg\:border-t-zinc-500\/100 {
    border-top-color: rgb(113 113 122 / 1);
  }

  .lg\:border-t-zinc-500\/15 {
    border-top-color: rgb(113 113 122 / 0.15);
  }

  .lg\:border-t-zinc-500\/20 {
    border-top-color: rgb(113 113 122 / 0.2);
  }

  .lg\:border-t-zinc-500\/25 {
    border-top-color: rgb(113 113 122 / 0.25);
  }

  .lg\:border-t-zinc-500\/30 {
    border-top-color: rgb(113 113 122 / 0.3);
  }

  .lg\:border-t-zinc-500\/35 {
    border-top-color: rgb(113 113 122 / 0.35);
  }

  .lg\:border-t-zinc-500\/40 {
    border-top-color: rgb(113 113 122 / 0.4);
  }

  .lg\:border-t-zinc-500\/45 {
    border-top-color: rgb(113 113 122 / 0.45);
  }

  .lg\:border-t-zinc-500\/5 {
    border-top-color: rgb(113 113 122 / 0.05);
  }

  .lg\:border-t-zinc-500\/50 {
    border-top-color: rgb(113 113 122 / 0.5);
  }

  .lg\:border-t-zinc-500\/55 {
    border-top-color: rgb(113 113 122 / 0.55);
  }

  .lg\:border-t-zinc-500\/60 {
    border-top-color: rgb(113 113 122 / 0.6);
  }

  .lg\:border-t-zinc-500\/65 {
    border-top-color: rgb(113 113 122 / 0.65);
  }

  .lg\:border-t-zinc-500\/70 {
    border-top-color: rgb(113 113 122 / 0.7);
  }

  .lg\:border-t-zinc-500\/75 {
    border-top-color: rgb(113 113 122 / 0.75);
  }

  .lg\:border-t-zinc-500\/80 {
    border-top-color: rgb(113 113 122 / 0.8);
  }

  .lg\:border-t-zinc-500\/85 {
    border-top-color: rgb(113 113 122 / 0.85);
  }

  .lg\:border-t-zinc-500\/90 {
    border-top-color: rgb(113 113 122 / 0.9);
  }

  .lg\:border-t-zinc-500\/95 {
    border-top-color: rgb(113 113 122 / 0.95);
  }

  .lg\:border-t-zinc-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(82 82 91 / var(--tw-border-opacity));
  }

  .lg\:border-t-zinc-600\/0 {
    border-top-color: rgb(82 82 91 / 0);
  }

  .lg\:border-t-zinc-600\/10 {
    border-top-color: rgb(82 82 91 / 0.1);
  }

  .lg\:border-t-zinc-600\/100 {
    border-top-color: rgb(82 82 91 / 1);
  }

  .lg\:border-t-zinc-600\/15 {
    border-top-color: rgb(82 82 91 / 0.15);
  }

  .lg\:border-t-zinc-600\/20 {
    border-top-color: rgb(82 82 91 / 0.2);
  }

  .lg\:border-t-zinc-600\/25 {
    border-top-color: rgb(82 82 91 / 0.25);
  }

  .lg\:border-t-zinc-600\/30 {
    border-top-color: rgb(82 82 91 / 0.3);
  }

  .lg\:border-t-zinc-600\/35 {
    border-top-color: rgb(82 82 91 / 0.35);
  }

  .lg\:border-t-zinc-600\/40 {
    border-top-color: rgb(82 82 91 / 0.4);
  }

  .lg\:border-t-zinc-600\/45 {
    border-top-color: rgb(82 82 91 / 0.45);
  }

  .lg\:border-t-zinc-600\/5 {
    border-top-color: rgb(82 82 91 / 0.05);
  }

  .lg\:border-t-zinc-600\/50 {
    border-top-color: rgb(82 82 91 / 0.5);
  }

  .lg\:border-t-zinc-600\/55 {
    border-top-color: rgb(82 82 91 / 0.55);
  }

  .lg\:border-t-zinc-600\/60 {
    border-top-color: rgb(82 82 91 / 0.6);
  }

  .lg\:border-t-zinc-600\/65 {
    border-top-color: rgb(82 82 91 / 0.65);
  }

  .lg\:border-t-zinc-600\/70 {
    border-top-color: rgb(82 82 91 / 0.7);
  }

  .lg\:border-t-zinc-600\/75 {
    border-top-color: rgb(82 82 91 / 0.75);
  }

  .lg\:border-t-zinc-600\/80 {
    border-top-color: rgb(82 82 91 / 0.8);
  }

  .lg\:border-t-zinc-600\/85 {
    border-top-color: rgb(82 82 91 / 0.85);
  }

  .lg\:border-t-zinc-600\/90 {
    border-top-color: rgb(82 82 91 / 0.9);
  }

  .lg\:border-t-zinc-600\/95 {
    border-top-color: rgb(82 82 91 / 0.95);
  }

  .lg\:border-t-zinc-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(63 63 70 / var(--tw-border-opacity));
  }

  .lg\:border-t-zinc-700\/0 {
    border-top-color: rgb(63 63 70 / 0);
  }

  .lg\:border-t-zinc-700\/10 {
    border-top-color: rgb(63 63 70 / 0.1);
  }

  .lg\:border-t-zinc-700\/100 {
    border-top-color: rgb(63 63 70 / 1);
  }

  .lg\:border-t-zinc-700\/15 {
    border-top-color: rgb(63 63 70 / 0.15);
  }

  .lg\:border-t-zinc-700\/20 {
    border-top-color: rgb(63 63 70 / 0.2);
  }

  .lg\:border-t-zinc-700\/25 {
    border-top-color: rgb(63 63 70 / 0.25);
  }

  .lg\:border-t-zinc-700\/30 {
    border-top-color: rgb(63 63 70 / 0.3);
  }

  .lg\:border-t-zinc-700\/35 {
    border-top-color: rgb(63 63 70 / 0.35);
  }

  .lg\:border-t-zinc-700\/40 {
    border-top-color: rgb(63 63 70 / 0.4);
  }

  .lg\:border-t-zinc-700\/45 {
    border-top-color: rgb(63 63 70 / 0.45);
  }

  .lg\:border-t-zinc-700\/5 {
    border-top-color: rgb(63 63 70 / 0.05);
  }

  .lg\:border-t-zinc-700\/50 {
    border-top-color: rgb(63 63 70 / 0.5);
  }

  .lg\:border-t-zinc-700\/55 {
    border-top-color: rgb(63 63 70 / 0.55);
  }

  .lg\:border-t-zinc-700\/60 {
    border-top-color: rgb(63 63 70 / 0.6);
  }

  .lg\:border-t-zinc-700\/65 {
    border-top-color: rgb(63 63 70 / 0.65);
  }

  .lg\:border-t-zinc-700\/70 {
    border-top-color: rgb(63 63 70 / 0.7);
  }

  .lg\:border-t-zinc-700\/75 {
    border-top-color: rgb(63 63 70 / 0.75);
  }

  .lg\:border-t-zinc-700\/80 {
    border-top-color: rgb(63 63 70 / 0.8);
  }

  .lg\:border-t-zinc-700\/85 {
    border-top-color: rgb(63 63 70 / 0.85);
  }

  .lg\:border-t-zinc-700\/90 {
    border-top-color: rgb(63 63 70 / 0.9);
  }

  .lg\:border-t-zinc-700\/95 {
    border-top-color: rgb(63 63 70 / 0.95);
  }

  .lg\:border-t-zinc-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(39 39 42 / var(--tw-border-opacity));
  }

  .lg\:border-t-zinc-800\/0 {
    border-top-color: rgb(39 39 42 / 0);
  }

  .lg\:border-t-zinc-800\/10 {
    border-top-color: rgb(39 39 42 / 0.1);
  }

  .lg\:border-t-zinc-800\/100 {
    border-top-color: rgb(39 39 42 / 1);
  }

  .lg\:border-t-zinc-800\/15 {
    border-top-color: rgb(39 39 42 / 0.15);
  }

  .lg\:border-t-zinc-800\/20 {
    border-top-color: rgb(39 39 42 / 0.2);
  }

  .lg\:border-t-zinc-800\/25 {
    border-top-color: rgb(39 39 42 / 0.25);
  }

  .lg\:border-t-zinc-800\/30 {
    border-top-color: rgb(39 39 42 / 0.3);
  }

  .lg\:border-t-zinc-800\/35 {
    border-top-color: rgb(39 39 42 / 0.35);
  }

  .lg\:border-t-zinc-800\/40 {
    border-top-color: rgb(39 39 42 / 0.4);
  }

  .lg\:border-t-zinc-800\/45 {
    border-top-color: rgb(39 39 42 / 0.45);
  }

  .lg\:border-t-zinc-800\/5 {
    border-top-color: rgb(39 39 42 / 0.05);
  }

  .lg\:border-t-zinc-800\/50 {
    border-top-color: rgb(39 39 42 / 0.5);
  }

  .lg\:border-t-zinc-800\/55 {
    border-top-color: rgb(39 39 42 / 0.55);
  }

  .lg\:border-t-zinc-800\/60 {
    border-top-color: rgb(39 39 42 / 0.6);
  }

  .lg\:border-t-zinc-800\/65 {
    border-top-color: rgb(39 39 42 / 0.65);
  }

  .lg\:border-t-zinc-800\/70 {
    border-top-color: rgb(39 39 42 / 0.7);
  }

  .lg\:border-t-zinc-800\/75 {
    border-top-color: rgb(39 39 42 / 0.75);
  }

  .lg\:border-t-zinc-800\/80 {
    border-top-color: rgb(39 39 42 / 0.8);
  }

  .lg\:border-t-zinc-800\/85 {
    border-top-color: rgb(39 39 42 / 0.85);
  }

  .lg\:border-t-zinc-800\/90 {
    border-top-color: rgb(39 39 42 / 0.9);
  }

  .lg\:border-t-zinc-800\/95 {
    border-top-color: rgb(39 39 42 / 0.95);
  }

  .lg\:border-t-zinc-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(24 24 27 / var(--tw-border-opacity));
  }

  .lg\:border-t-zinc-900\/0 {
    border-top-color: rgb(24 24 27 / 0);
  }

  .lg\:border-t-zinc-900\/10 {
    border-top-color: rgb(24 24 27 / 0.1);
  }

  .lg\:border-t-zinc-900\/100 {
    border-top-color: rgb(24 24 27 / 1);
  }

  .lg\:border-t-zinc-900\/15 {
    border-top-color: rgb(24 24 27 / 0.15);
  }

  .lg\:border-t-zinc-900\/20 {
    border-top-color: rgb(24 24 27 / 0.2);
  }

  .lg\:border-t-zinc-900\/25 {
    border-top-color: rgb(24 24 27 / 0.25);
  }

  .lg\:border-t-zinc-900\/30 {
    border-top-color: rgb(24 24 27 / 0.3);
  }

  .lg\:border-t-zinc-900\/35 {
    border-top-color: rgb(24 24 27 / 0.35);
  }

  .lg\:border-t-zinc-900\/40 {
    border-top-color: rgb(24 24 27 / 0.4);
  }

  .lg\:border-t-zinc-900\/45 {
    border-top-color: rgb(24 24 27 / 0.45);
  }

  .lg\:border-t-zinc-900\/5 {
    border-top-color: rgb(24 24 27 / 0.05);
  }

  .lg\:border-t-zinc-900\/50 {
    border-top-color: rgb(24 24 27 / 0.5);
  }

  .lg\:border-t-zinc-900\/55 {
    border-top-color: rgb(24 24 27 / 0.55);
  }

  .lg\:border-t-zinc-900\/60 {
    border-top-color: rgb(24 24 27 / 0.6);
  }

  .lg\:border-t-zinc-900\/65 {
    border-top-color: rgb(24 24 27 / 0.65);
  }

  .lg\:border-t-zinc-900\/70 {
    border-top-color: rgb(24 24 27 / 0.7);
  }

  .lg\:border-t-zinc-900\/75 {
    border-top-color: rgb(24 24 27 / 0.75);
  }

  .lg\:border-t-zinc-900\/80 {
    border-top-color: rgb(24 24 27 / 0.8);
  }

  .lg\:border-t-zinc-900\/85 {
    border-top-color: rgb(24 24 27 / 0.85);
  }

  .lg\:border-t-zinc-900\/90 {
    border-top-color: rgb(24 24 27 / 0.9);
  }

  .lg\:border-t-zinc-900\/95 {
    border-top-color: rgb(24 24 27 / 0.95);
  }

  .lg\:border-t-zinc-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(9 9 11 / var(--tw-border-opacity));
  }

  .lg\:border-t-zinc-950\/0 {
    border-top-color: rgb(9 9 11 / 0);
  }

  .lg\:border-t-zinc-950\/10 {
    border-top-color: rgb(9 9 11 / 0.1);
  }

  .lg\:border-t-zinc-950\/100 {
    border-top-color: rgb(9 9 11 / 1);
  }

  .lg\:border-t-zinc-950\/15 {
    border-top-color: rgb(9 9 11 / 0.15);
  }

  .lg\:border-t-zinc-950\/20 {
    border-top-color: rgb(9 9 11 / 0.2);
  }

  .lg\:border-t-zinc-950\/25 {
    border-top-color: rgb(9 9 11 / 0.25);
  }

  .lg\:border-t-zinc-950\/30 {
    border-top-color: rgb(9 9 11 / 0.3);
  }

  .lg\:border-t-zinc-950\/35 {
    border-top-color: rgb(9 9 11 / 0.35);
  }

  .lg\:border-t-zinc-950\/40 {
    border-top-color: rgb(9 9 11 / 0.4);
  }

  .lg\:border-t-zinc-950\/45 {
    border-top-color: rgb(9 9 11 / 0.45);
  }

  .lg\:border-t-zinc-950\/5 {
    border-top-color: rgb(9 9 11 / 0.05);
  }

  .lg\:border-t-zinc-950\/50 {
    border-top-color: rgb(9 9 11 / 0.5);
  }

  .lg\:border-t-zinc-950\/55 {
    border-top-color: rgb(9 9 11 / 0.55);
  }

  .lg\:border-t-zinc-950\/60 {
    border-top-color: rgb(9 9 11 / 0.6);
  }

  .lg\:border-t-zinc-950\/65 {
    border-top-color: rgb(9 9 11 / 0.65);
  }

  .lg\:border-t-zinc-950\/70 {
    border-top-color: rgb(9 9 11 / 0.7);
  }

  .lg\:border-t-zinc-950\/75 {
    border-top-color: rgb(9 9 11 / 0.75);
  }

  .lg\:border-t-zinc-950\/80 {
    border-top-color: rgb(9 9 11 / 0.8);
  }

  .lg\:border-t-zinc-950\/85 {
    border-top-color: rgb(9 9 11 / 0.85);
  }

  .lg\:border-t-zinc-950\/90 {
    border-top-color: rgb(9 9 11 / 0.9);
  }

  .lg\:border-t-zinc-950\/95 {
    border-top-color: rgb(9 9 11 / 0.95);
  }

  .lg\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .lg\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .lg\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .lg\:border-opacity-15 {
    --tw-border-opacity: 0.15;
  }

  .lg\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .lg\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .lg\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .lg\:border-opacity-35 {
    --tw-border-opacity: 0.35;
  }

  .lg\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .lg\:border-opacity-45 {
    --tw-border-opacity: 0.45;
  }

  .lg\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .lg\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .lg\:border-opacity-55 {
    --tw-border-opacity: 0.55;
  }

  .lg\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .lg\:border-opacity-65 {
    --tw-border-opacity: 0.65;
  }

  .lg\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .lg\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .lg\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .lg\:border-opacity-85 {
    --tw-border-opacity: 0.85;
  }

  .lg\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .lg\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:text-center {
    text-align: center;
  }
}

@media (min-width: 1280px) {

  .xl\:absolute {
    position: absolute;
  }

  .xl\:inset-0 {
    inset: 0px;
  }

  .xl\:left-1\/2 {
    left: 50%;
  }

  .xl\:order-none {
    order: 0;
  }

  .xl\:col-auto {
    grid-column: auto;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

  .xl\:col-end-1 {
    grid-column-end: 1;
  }

  .xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xl\:row-start-1 {
    grid-row-start: 1;
  }

  .xl\:row-end-2 {
    grid-row-end: 2;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:ml-32 {
    margin-left: 8rem;
  }

  .xl\:ml-48 {
    margin-left: 12rem;
  }

  .xl\:mr-0 {
    margin-right: 0px;
  }

  .xl\:mt-36 {
    margin-top: 9rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:w-96 {
    width: 24rem;
  }

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

  .xl\:max-w-none {
    max-width: none;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

  .xl\:flex-none {
    flex: none;
  }

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

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

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

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

  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:items-stretch {
    align-items: stretch;
  }

  .xl\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pt-80 {
    padding-top: 20rem;
  }
}

/*# sourceMappingURL=tailwind.css.map */